01KN3H5NRX6EAART9WK4DV0NV0: test

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

Buildomat Job: 01KN3H5XX1E2P81EAYZPYH2YSK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T03:26:04.596Zjob assigned to worker 01KN3H62P9JN28RVD4JK982WV3 [factory aws, i-0e20a35fa3392e771] (queued for 45 s)
 
22026-04-01T03:26:11.373Zstarting task 0: "setup"
32026-04-01T03:26:11.378Z++ uname -s
42026-04-01T03:26:11.380Z+ kern=SunOS
52026-04-01T03:26:11.380Z+ build_user=build
62026-04-01T03:26:11.381Z+ build_uid=12345
72026-04-01T03:26:11.381Z+ work_dir=/work
82026-04-01T03:26:11.381Z+ input_dir=/input
92026-04-01T03:26:11.381Z+ [[ 0 == 12345 ]]
102026-04-01T03:26:11.381Z+ case "$kern" in
112026-04-01T03:26:11.381Z+ groupadd -g 12345 build
122026-04-01T03:26:11.383Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T03:26:13.388Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T03:26:13.507Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T03:26:13.510Z+ home_fs=zfs
162026-04-01T03:26:13.510Z+ [[ zfs == autofs ]]
172026-04-01T03:26:13.510Z+ mkdir -p /home/build
182026-04-01T03:26:13.510Z+ chown build:build /home/build /work
192026-04-01T03:26:14.511Z+ chmod 0700 /home/build /work
202026-04-01T03:26:14.515Zprocess exited: duration 3141 ms, exit code 0
 
212026-04-01T03:26:14.525Zstarting task 1: "rust-toolchain"
222026-04-01T03:26:14.529Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-01T03:26:14.529Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-01T03:26:14.529Z * rust toolchain channel = "1.90.0"
252026-04-01T03:26:14.530Z * rust toolchain profile = "default"
262026-04-01T03:26:14.530Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T03:26:14.530Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T03:26:14.535Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T03:26:14.535Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-01T03:26:14.652Zinfo: downloading installer
312026-04-01T03:26:15.986Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T03:26:15.986Zwarn: /opt/ooce/bin
332026-04-01T03:26:15.986Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T03:26:15.986Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T03:26:15.986Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T03:26:15.986Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T03:26:15.987Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T03:26:15.987Zerror: cannot install while Rust is installed
392026-04-01T03:26:15.987Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T03:26:15.987Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T03:26:15.987Zwarn: /home/build/.rustup/settings.toml
422026-04-01T03:26:15.987Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T03:26:15.987Zwarn: instead of the one inferred from the default host triple.
442026-04-01T03:26:16.000Zinfo: profile set to default
452026-04-01T03:26:16.000Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T03:26:16.004Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-01T03:26:16.162Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-01T03:26:16.165Zinfo: downloading 6 components
492026-04-01T03:26:30.086Z
502026-04-01T03:26:30.086Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-04-01T03:26:30.120Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-01T03:26:30.121Z
532026-04-01T03:26:30.121Z
542026-04-01T03:26:30.121ZRust is installed now. Great!
552026-04-01T03:26:30.121Z
562026-04-01T03:26:30.124ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T03:26:30.124Zenvironment variable. This has not been done automatically.
582026-04-01T03:26:30.124Z
592026-04-01T03:26:30.124ZTo configure your current shell, you need to source
602026-04-01T03:26:30.124Zthe corresponding env file under $HOME/.cargo.
612026-04-01T03:26:30.124Z
622026-04-01T03:26:30.124ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T03:26:30.124Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T03:26:30.124Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T03:26:30.124Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T03:26:30.124Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T03:26:30.124Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T03:26:30.124Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T03:26:30.124Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T03:26:30.124Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T03:26:30.199Z+ rustup --version
722026-04-01T03:26:30.207Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T03:26:30.210Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T03:26:30.231Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-01T03:26:30.233Z+ cargo --version
762026-04-01T03:26:30.245Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-01T03:26:30.248Z+ rustc --version
782026-04-01T03:26:30.268Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-01T03:26:30.271Zprocess exited: duration 15744 ms, exit code 0
 
802026-04-01T03:26:30.276Zstarting task 2: "authentication"
812026-04-01T03:26:30.293Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T03:26:30.298Zstarting task 3: "clone repository"
832026-04-01T03:26:30.302Z+ mkdir -p /work/oxidecomputer/dendrite
842026-04-01T03:26:30.304Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-04-01T03:26:30.347ZCloning into '/work/oxidecomputer/dendrite'...
862026-04-01T03:26:31.337Z+ cd /work/oxidecomputer/dendrite
872026-04-01T03:26:31.337Z+ git fetch origin b586dfd421384ae60dad72c7771e9b4e83560148
882026-04-01T03:26:31.574ZFrom https://github.com/oxidecomputer/dendrite
892026-04-01T03:26:31.574Z * branch b586dfd421384ae60dad72c7771e9b4e83560148 -> FETCH_HEAD
902026-04-01T03:26:31.580Z+ [[ -n zl/softnpu-with-mcast ]]
912026-04-01T03:26:31.583Z++ git branch --show-current
922026-04-01T03:26:31.583Z+ current=main
932026-04-01T03:26:31.583Z+ [[ main != zl/softnpu-with-mcast ]]
942026-04-01T03:26:31.583Z+ git branch -f zl/softnpu-with-mcast b586dfd421384ae60dad72c7771e9b4e83560148
952026-04-01T03:26:31.586Z+ git checkout -f zl/softnpu-with-mcast
962026-04-01T03:26:31.603ZSwitched to branch 'zl/softnpu-with-mcast'
972026-04-01T03:26:31.606Z+ git reset --hard b586dfd421384ae60dad72c7771e9b4e83560148
982026-04-01T03:26:31.609ZHEAD is now at b586dfd [multicast] wire up softnpu backend to multicast table ops
992026-04-01T03:26:31.613Zprocess exited: duration 1311 ms, exit code 0
 
1002026-04-01T03:26:31.619Zstarting task 4: "build"
1012026-04-01T03:26:31.622Z+ source .github/buildomat/common.sh
1022026-04-01T03:26:31.625Z++ TOFINO_STAGES=20
1032026-04-01T03:26:31.625Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-04-01T03:26:31.625Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-04-01T03:26:31.625Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-04-01T03:26:31.625Z+++ uname -s
1072026-04-01T03:26:31.625Z++ '[' SunOS == SunOS ']'
1082026-04-01T03:26:31.625Z++ SERIES=illumos
1092026-04-01T03:26:31.625Z+++ uname -s
1102026-04-01T03:26:31.628Z++ '[' SunOS == SunOS ']'
1112026-04-01T03:26:31.628Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-04-01T03:26:31.628Z++ rustup show active-toolchain
1132026-04-01T03:26:31.631Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-04-01T03:26:31.634Z+ source .github/buildomat/illumos.sh
1152026-04-01T03:26:31.634Z++ banner 'sde setup'
1162026-04-01T03:26:31.634Z
1172026-04-01T03:26:31.634Z #### ##### ###### #### ###### ##### # # #####
1182026-04-01T03:26:31.634Z # # # # # # # # # # #
1192026-04-01T03:26:31.634Z #### # # ##### #### ##### # # # # #
1202026-04-01T03:26:31.634Z # # # # # # # # # #####
1212026-04-01T03:26:31.634Z # # # # # # # # # # # #
1222026-04-01T03:26:31.634Z #### ##### ###### #### ###### # #### #
1232026-04-01T03:26:31.634Z
1242026-04-01T03:26:31.634Z++ export PKG=tofino_sde.p5p
1252026-04-01T03:26:31.634Z++ PKG=tofino_sde.p5p
1262026-04-01T03:26:31.634Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-04-01T03:26:31.639Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-04-01T03:26:31.643Z Dload Upload Total Spent Left Speed
1292026-04-01T03:26:33.151Z 0 0 0 0 0 0 0 0 0 67 76.03M 67 50.98M 0 0 51.01M 0 00:01 00:01 51.02M 100 76.03M 100 76.03M 0 0 50.33M 0 00:01 00:01 51.02M 100 76.03M 100 76.03M 0 0 50.32M 0 00:01 00:01 51.02M 100 76.03M 100 76.03M 0 0 50.32M 0 00:01 00:01 51.02M
1302026-04-01T03:26:33.155Z+++ digest -a sha256 tofino_sde.p5p
1312026-04-01T03:26:33.202Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-04-01T03:26:33.202Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-04-01T03:26:33.206Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-04-01T03:26:40.377Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-01T03:26:47.193Z Startup: Caching catalogs ... Done
1362026-04-01T03:26:47.374Z Startup: Refreshing catalog 'oxide' ... Done
1372026-04-01T03:26:53.982ZPlanning: Solver setup ... Done
1382026-04-01T03:26:54.006ZPlanning: Running solver ... Done
1392026-04-01T03:26:54.119ZPlanning: Finding local manifests ... Done
1402026-04-01T03:26:54.122ZPlanning: Fetching manifests: 1/1 100% complete
1412026-04-01T03:26:54.126ZPlanning: Fetching manifests: 1/1 100% complete
1422026-04-01T03:26:54.140ZPlanning: Package planning ... Done
1432026-04-01T03:26:54.142ZPlanning: Merging actions ... Done
1442026-04-01T03:26:54.232ZPlanning: Checking for conflicting actions ... Done
1452026-04-01T03:26:54.235ZPlanning: Consolidating action changes ... Done
1462026-04-01T03:26:55.014ZPlanning: Evaluating mediators ... Done
1472026-04-01T03:26:55.017ZPlanning: Planning completed in 7.64 seconds
1482026-04-01T03:26:55.021Z Packages to install: 1
1492026-04-01T03:26:55.024Z Create boot environment: No
1502026-04-01T03:26:55.024ZCreate backup boot environment: No
1512026-04-01T03:26:55.073Z
1522026-04-01T03:26:55.073ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-04-01T03:26:55.208ZDownload: Completed 75.30 MB in 0.13 seconds (561M/s)
1542026-04-01T03:26:55.385Z Actions: 1/293 actions (Installing new actions)
1552026-04-01T03:26:56.350Z Actions: Completed 293 actions in 0.97 seconds.
1562026-04-01T03:26:56.354Z Done
1572026-04-01T03:26:56.394Z Done
1582026-04-01T03:26:57.033Z Done
1592026-04-01T03:26:59.570Z Done
1602026-04-01T03:26:59.645Z Done
1612026-04-01T03:26:59.647Z Done
1622026-04-01T03:26:59.932Z Done
1632026-04-01T03:27:00.560Z++ export SDE=/opt/oxide/tofino_sde
1642026-04-01T03:27:00.560Z++ SDE=/opt/oxide/tofino_sde
1652026-04-01T03:27:00.560Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-04-01T03:27:00.560Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-04-01T03:27:00.560Z++ banner packages
1682026-04-01T03:27:00.564Z
1692026-04-01T03:27:00.564Z ##### ## #### # # ## #### ###### ####
1702026-04-01T03:27:00.564Z # # # # # # # # # # # # # #
1712026-04-01T03:27:00.564Z # # # # # #### # # # ##### ####
1722026-04-01T03:27:00.564Z ##### ###### # # # ###### # ### # #
1732026-04-01T03:27:00.564Z # # # # # # # # # # # # # #
1742026-04-01T03:27:00.564Z # # # #### # # # # #### ###### ####
1752026-04-01T03:27:00.564Z
1762026-04-01T03:27:00.564Z++ pfexec pkg install clang-15 pcap
1772026-04-01T03:27:00.955Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-04-01T03:27:00.958Z Startup: Refreshing catalog 'oxide' ... Done
1792026-04-01T03:27:05.153ZPlanning: Solver setup ... Done
1802026-04-01T03:27:05.175ZPlanning: Running solver ... Done
1812026-04-01T03:27:05.292ZPlanning: Finding local manifests ... Done
1822026-04-01T03:27:05.294ZPlanning: Fetching manifests: 0/2 0% complete
1832026-04-01T03:27:05.482ZPlanning: Fetching manifests: 2/2 100% complete
1842026-04-01T03:27:05.513ZPlanning: Package planning ... Done
1852026-04-01T03:27:05.540ZPlanning: Merging actions ... Done
1862026-04-01T03:27:05.646ZPlanning: Checking for conflicting actions ... Done
1872026-04-01T03:27:05.652ZPlanning: Consolidating action changes ... Done
1882026-04-01T03:27:05.826ZPlanning: Evaluating mediators ... Done
1892026-04-01T03:27:05.830ZPlanning: Planning completed in 4.87 seconds
1902026-04-01T03:27:05.839Z Packages to install: 2
1912026-04-01T03:27:05.839Z Mediators to change: 2
1922026-04-01T03:27:05.839Z Services to change: 1
1932026-04-01T03:27:05.839Z Create boot environment: No
1942026-04-01T03:27:05.839ZCreate backup boot environment: No
1952026-04-01T03:27:05.877Z
1962026-04-01T03:27:05.877ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-04-01T03:27:10.881ZDownload: 1946/3076 items 117.6/211.3MB 55% complete (23.9M/s)
1982026-04-01T03:27:16.392ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (21.9M/s)
1992026-04-01T03:27:20.006ZDownload: Completed 211.31 MB in 14.13 seconds (15.0M/s)
2002026-04-01T03:27:20.522Z Actions: 1/3418 actions (Installing new actions)
2012026-04-01T03:27:23.613Z Actions: Completed 3418 actions in 3.09 seconds.
2022026-04-01T03:27:24.135Z Done
2032026-04-01T03:27:24.135Z Done
2042026-04-01T03:27:24.836Z Done
2052026-04-01T03:27:27.592Z Done
2062026-04-01T03:27:27.664Z Done
2072026-04-01T03:27:27.667Z Done
2082026-04-01T03:27:27.950Z Done
2092026-04-01T03:27:28.082Z++ pfexec pkg set-mediator -V 15 clang llvm
2102026-04-01T03:27:28.273ZPlanning: Evaluating mediator changes ... Done
2112026-04-01T03:27:28.379ZPlanning: Checking for conflicting actions ... Done
2122026-04-01T03:27:28.382ZPlanning: Consolidating action changes ... Done
2132026-04-01T03:27:28.540ZPlanning: Evaluating mediators ... Done
2142026-04-01T03:27:28.542ZPlanning: Planning completed in 0.27 seconds
2152026-04-01T03:27:28.561Z Mediators to change: 2
2162026-04-01T03:27:28.561Z Create boot environment: No
2172026-04-01T03:27:28.561ZCreate backup boot environment: No
2182026-04-01T03:27:28.674Z Done
2192026-04-01T03:27:28.674Z Done
2202026-04-01T03:27:29.278Z Done
2212026-04-01T03:27:31.755Z Done
2222026-04-01T03:27:31.827Z Done
2232026-04-01T03:27:31.830Z Done
2242026-04-01T03:27:31.972Z Done
2252026-04-01T03:27:32.043Z++ cargo --version
2262026-04-01T03:27:32.053Zcargo 1.90.0 (840b83a10 2025-07-30)
2272026-04-01T03:27:32.056Z++ rustc --version
2282026-04-01T03:27:32.076Zrustc 1.90.0 (1159e78c4 2025-09-14)
2292026-04-01T03:27:32.079Z+ banner copyrights
2302026-04-01T03:27:32.082Z
2312026-04-01T03:27:32.082Z #### #### ##### # # ##### # #### # # ##### ####
2322026-04-01T03:27:32.082Z # # # # # # # # # # # # # # # # #
2332026-04-01T03:27:32.082Z # # # # # # # # # # ###### # ####
2342026-04-01T03:27:32.082Z # # # ##### # ##### # # ### # # # #
2352026-04-01T03:27:32.082Z # # # # # # # # # # # # # # # #
2362026-04-01T03:27:32.082Z #### #### # # # # # #### # # # ####
2372026-04-01T03:27:32.082Z
2382026-04-01T03:27:32.082Z+ ./tools/check_copyrights.sh
2392026-04-01T03:27:33.615Z+ banner clippy
2402026-04-01T03:27:33.618Z
2412026-04-01T03:27:33.618Z #### # # ##### ##### # #
2422026-04-01T03:27:33.618Z # # # # # # # # # #
2432026-04-01T03:27:33.618Z # # # # # # # #
2442026-04-01T03:27:33.618Z # # # ##### ##### #
2452026-04-01T03:27:33.618Z # # # # # # #
2462026-04-01T03:27:33.618Z #### ###### # # # #
2472026-04-01T03:27:33.618Z
2482026-04-01T03:27:33.618Z+ for feat in tofino_stub tofino_asic softnpu chaos
2492026-04-01T03:27:33.618Z+ cargo clippy --features tofino_stub -- --deny warnings
2502026-04-01T03:27:33.767Z Updating git repository `https://github.com/oxidecomputer/omicron`
2512026-04-01T03:27:44.337Z Updating crates.io index
2522026-04-01T03:27:44.340Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-04-01T03:27:44.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542026-04-01T03:27:45.914Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2552026-04-01T03:27:46.199Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-04-01T03:27:46.437Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-04-01T03:27:47.463Z Updating git repository `https://github.com/oxidecomputer/ispf`
2582026-04-01T03:27:47.697Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592026-04-01T03:27:47.993Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-04-01T03:27:48.300Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-04-01T03:27:48.648Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2622026-04-01T03:27:49.009Z Updating git repository `https://github.com/oxidecomputer/p4`
2632026-04-01T03:27:49.782Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-04-01T03:27:50.015Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-04-01T03:27:50.388Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-04-01T03:27:50.944Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-04-01T03:27:51.221Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682026-04-01T03:27:51.447Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-04-01T03:27:51.699Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2702026-04-01T03:27:52.217Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712026-04-01T03:27:52.557Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722026-04-01T03:27:52.794Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732026-04-01T03:27:54.265Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-04-01T03:27:55.055Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752026-04-01T03:27:56.345Z Updating git repository `https://github.com/oxidecomputer/opte`
2762026-04-01T03:27:56.945Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772026-04-01T03:27:57.231Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782026-04-01T03:27:57.728Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-04-01T03:27:59.808Z Downloading crates ...
2802026-04-01T03:27:59.882Z Downloaded cfg_aliases v0.2.1
2812026-04-01T03:27:59.885Z Downloaded cobs v0.3.0
2822026-04-01T03:27:59.889Z Downloaded async-stream v0.3.6
2832026-04-01T03:27:59.893Z Downloaded clap v4.6.0
2842026-04-01T03:27:59.899Z Downloaded defmt v0.3.100
2852026-04-01T03:27:59.902Z Downloaded anstyle-parse v1.0.0
2862026-04-01T03:27:59.904Z Downloaded colorchoice v1.0.4
2872026-04-01T03:27:59.907Z Downloaded adler2 v2.0.1
2882026-04-01T03:27:59.907Z Downloaded cargo-platform v0.1.9
2892026-04-01T03:27:59.910Z Downloaded ciborium-ll v0.2.2
2902026-04-01T03:27:59.913Z Downloaded foreign-types-shared v0.3.1
2912026-04-01T03:27:59.916Z Downloaded group v0.13.0
2922026-04-01T03:27:59.919Z Downloaded cookie v0.18.1
2932026-04-01T03:27:59.919Z Downloaded futures-channel v0.3.32
2942026-04-01T03:27:59.923Z Downloaded csv-core v0.1.12
2952026-04-01T03:27:59.925Z Downloaded const_format v0.2.34
2962026-04-01T03:27:59.928Z Downloaded dunce v1.0.5
2972026-04-01T03:27:59.932Z Downloaded dropshot_endpoint v0.16.7
2982026-04-01T03:27:59.940Z Downloaded hickory-resolver v0.24.4
2992026-04-01T03:27:59.942Z Downloaded derive-ex v0.1.8
3002026-04-01T03:27:59.942Z Downloaded aho-corasick v1.1.3
3012026-04-01T03:27:59.945Z Downloaded fastrand v2.3.0
3022026-04-01T03:27:59.945Z Downloaded crucible-workspace-hack v0.1.0
3032026-04-01T03:27:59.948Z Downloaded crossbeam-utils v0.8.21
3042026-04-01T03:27:59.951Z Downloaded embedded-io v0.6.1
3052026-04-01T03:27:59.951Z Downloaded fixedbitset v0.5.7
3062026-04-01T03:27:59.953Z Downloaded enum-as-inner v0.6.1
3072026-04-01T03:27:59.956Z Downloaded display-error-chain v0.2.2
3082026-04-01T03:27:59.959Z Downloaded dof v0.3.0
3092026-04-01T03:27:59.959Z Downloaded byteorder v1.5.0
3102026-04-01T03:27:59.962Z Downloaded atomicwrites v0.4.4
3112026-04-01T03:27:59.964Z Downloaded hmac v0.12.1
3122026-04-01T03:27:59.967Z Downloaded dyn-clone v1.0.20
3132026-04-01T03:27:59.967Z Downloaded defmt-parser v1.0.0
3142026-04-01T03:27:59.970Z Downloaded crypto-common v0.1.6
3152026-04-01T03:27:59.970Z Downloaded autocfg v1.5.0
3162026-04-01T03:27:59.973Z Downloaded async-trait v0.1.89
3172026-04-01T03:27:59.975Z Downloaded dtrace-parser v0.2.0
3182026-04-01T03:27:59.978Z Downloaded filetime v0.2.26
3192026-04-01T03:27:59.981Z Downloaded futures-sink v0.3.32
3202026-04-01T03:27:59.981Z Downloaded hubpack_derive v0.1.1
3212026-04-01T03:27:59.983Z Downloaded humantime v2.3.0
3222026-04-01T03:27:59.986Z Downloaded hostname v0.3.1
3232026-04-01T03:27:59.986Z Downloaded bit-set v0.8.0
3242026-04-01T03:27:59.988Z Downloaded form_urlencoded v1.2.2
3252026-04-01T03:27:59.991Z Downloaded debug-ignore v1.0.5
3262026-04-01T03:27:59.994Z Downloaded futures-io v0.3.32
3272026-04-01T03:27:59.994Z Downloaded curve25519-dalek-derive v0.1.1
3282026-04-01T03:27:59.996Z Downloaded aead v0.5.2
3292026-04-01T03:27:59.999Z Downloaded displaydoc v0.2.5
3302026-04-01T03:28:00.002Z Downloaded expectorate v1.2.0
3312026-04-01T03:28:00.005Z Downloaded hostname v0.4.2
3322026-04-01T03:28:00.005Z Downloaded cpufeatures v0.2.17
3332026-04-01T03:28:00.007Z Downloaded clap_lex v1.1.0
3342026-04-01T03:28:00.007Z Downloaded hash32 v0.3.1
3352026-04-01T03:28:00.010Z Downloaded is_ci v1.2.0
3362026-04-01T03:28:00.013Z Downloaded digest v0.10.7
3372026-04-01T03:28:00.016Z Downloaded iana-time-zone v0.1.64
3382026-04-01T03:28:00.018Z Downloaded cfg-if v1.0.3
3392026-04-01T03:28:00.018Z Downloaded futures-task v0.3.32
3402026-04-01T03:28:00.021Z Downloaded git-stub v1.0.0
3412026-04-01T03:28:00.023Z Downloaded cipher v0.4.4
3422026-04-01T03:28:00.023Z Downloaded anstream v1.0.0
3432026-04-01T03:28:00.026Z Downloaded http-body v1.0.1
3442026-04-01T03:28:00.029Z Downloaded dof v0.4.0
3452026-04-01T03:28:00.029Z Downloaded gethostname v0.5.0
3462026-04-01T03:28:00.031Z Downloaded idna_adapter v1.2.1
3472026-04-01T03:28:00.034Z Downloaded generic-array v0.14.7
3482026-04-01T03:28:00.037Z Downloaded dropshot-api-manager-types v0.5.2
3492026-04-01T03:28:00.037Z Downloaded constant_time_eq v0.3.1
3502026-04-01T03:28:00.039Z Downloaded foreign-types-macros v0.2.3
3512026-04-01T03:28:00.039Z Downloaded hubpack v0.1.2
3522026-04-01T03:28:00.042Z Downloaded foreign-types-shared v0.1.1
3532026-04-01T03:28:00.045Z Downloaded internet-checksum v0.2.1
3542026-04-01T03:28:00.045Z Downloaded instant v0.1.13
3552026-04-01T03:28:00.047Z Downloaded convert_case v0.4.0
3562026-04-01T03:28:00.047Z Downloaded foreign-types v0.5.0
3572026-04-01T03:28:00.050Z Downloaded indent_write v2.2.0
3582026-04-01T03:28:00.052Z Downloaded inout v0.1.4
3592026-04-01T03:28:00.053Z Downloaded is_terminal_polyfill v1.70.1
3602026-04-01T03:28:00.055Z Downloaded highway v1.3.0
3612026-04-01T03:28:00.058Z Downloaded darling_macro v0.21.3
3622026-04-01T03:28:00.058Z Downloaded itoa v1.0.15
3632026-04-01T03:28:00.061Z Downloaded atomic-waker v1.1.2
3642026-04-01T03:28:00.063Z Downloaded is-terminal v0.4.16
3652026-04-01T03:28:00.063Z Downloaded ciborium-io v0.2.2
3662026-04-01T03:28:00.066Z Downloaded futures-executor v0.3.32
3672026-04-01T03:28:00.066Z Downloaded keccak v0.1.6
3682026-04-01T03:28:00.069Z Downloaded globset v0.4.16
3692026-04-01T03:28:00.071Z Downloaded glob v0.3.3
3702026-04-01T03:28:00.071Z Downloaded git-stub-vcs v0.1.0
3712026-04-01T03:28:00.074Z Downloaded data-encoding v2.9.0
3722026-04-01T03:28:00.077Z Downloaded cargo_metadata v0.18.1
3732026-04-01T03:28:00.077Z Downloaded bytecount v0.6.9
3742026-04-01T03:28:00.080Z Downloaded kstat-rs v0.2.4
3752026-04-01T03:28:00.082Z Downloaded fs-err v3.1.2
3762026-04-01T03:28:00.082Z Downloaded cmake v0.1.54
3772026-04-01T03:28:00.085Z Downloaded darling_core v0.21.3
3782026-04-01T03:28:00.088Z Downloaded crossbeam-epoch v0.9.18
3792026-04-01T03:28:00.091Z Downloaded ingot v0.1.1
3802026-04-01T03:28:00.093Z Downloaded block-buffer v0.10.4
3812026-04-01T03:28:00.096Z Downloaded libscf-sys v1.1.0
3822026-04-01T03:28:00.096Z Downloaded anstyle-query v1.1.4
3832026-04-01T03:28:00.098Z Downloaded dtrace-parser v0.3.0
3842026-04-01T03:28:00.098Z Downloaded memoffset v0.9.1
3852026-04-01T03:28:00.101Z Downloaded managed v0.8.0
3862026-04-01T03:28:00.104Z Downloaded lru-cache v0.1.2
3872026-04-01T03:28:00.104Z Downloaded ident_case v1.0.1
3882026-04-01T03:28:00.106Z Downloaded futures-macro v0.3.32
3892026-04-01T03:28:00.107Z Downloaded embedded-io v0.4.0
3902026-04-01T03:28:00.109Z Downloaded linked-hash-map v0.5.6
3912026-04-01T03:28:00.109Z Downloaded cancel-safe-futures v0.1.5
3922026-04-01T03:28:00.112Z Downloaded match_cfg v0.1.0
3932026-04-01T03:28:00.115Z Downloaded equivalent v1.0.2
3942026-04-01T03:28:00.117Z Downloaded macaddr v1.0.1
3952026-04-01T03:28:00.117Z Downloaded lru-slab v0.1.2
3962026-04-01T03:28:00.120Z Downloaded ipnetwork v0.21.1
3972026-04-01T03:28:00.120Z Downloaded dropshot-api-manager v0.5.2
3982026-04-01T03:28:00.123Z Downloaded anstyle v1.0.14
3992026-04-01T03:28:00.126Z Downloaded bit-vec v0.8.0
4002026-04-01T03:28:00.128Z Downloaded base64ct v1.8.0
4012026-04-01T03:28:00.128Z Downloaded newtype-uuid-macros v0.1.0
4022026-04-01T03:28:00.131Z Downloaded hex v0.4.3
4032026-04-01T03:28:00.134Z Downloaded num v0.4.3
4042026-04-01T03:28:00.134Z Downloaded ipnet v2.11.0
4052026-04-01T03:28:00.137Z Downloaded foldhash v0.2.0
4062026-04-01T03:28:00.140Z Downloaded either v1.15.0
4072026-04-01T03:28:00.140Z Downloaded deranged v0.5.3
4082026-04-01T03:28:00.142Z Downloaded memmap v0.7.0
4092026-04-01T03:28:00.142Z Downloaded newline-converter v0.3.0
4102026-04-01T03:28:00.146Z Downloaded ciborium v0.2.2
4112026-04-01T03:28:00.150Z Downloaded mime v0.3.17
4122026-04-01T03:28:00.150Z Downloaded daft v0.1.4
4132026-04-01T03:28:00.153Z Downloaded num-derive v0.3.3
4142026-04-01T03:28:00.153Z Downloaded darling v0.21.3
4152026-04-01T03:28:00.156Z Downloaded const_format_proc_macros v0.2.34
4162026-04-01T03:28:00.159Z Downloaded heck v0.4.1
4172026-04-01T03:28:00.159Z Downloaded float-ord v0.3.2
4182026-04-01T03:28:00.162Z Downloaded defmt v1.0.1
4192026-04-01T03:28:00.164Z Downloaded num-derive v0.4.2
4202026-04-01T03:28:00.164Z Downloaded cc v1.2.58
4212026-04-01T03:28:00.167Z Downloaded olpc-cjson v0.1.4
4222026-04-01T03:28:00.170Z Downloaded libsw-core v0.3.2
4232026-04-01T03:28:00.170Z Downloaded libsw v3.5.0
4242026-04-01T03:28:00.173Z Downloaded http-body-util v0.1.3
4252026-04-01T03:28:00.175Z Downloaded foreign-types v0.3.2
4262026-04-01T03:28:00.175Z Downloaded lazy_static v1.5.0
4272026-04-01T03:28:00.178Z Downloaded jobserver v0.1.34
4282026-04-01T03:28:00.178Z Downloaded omicron-workspace-hack v0.1.0
4292026-04-01T03:28:00.181Z Downloaded linear-map v1.2.0
4302026-04-01T03:28:00.183Z Downloaded lock_api v0.4.14
4312026-04-01T03:28:00.183Z Downloaded futures v0.3.32
4322026-04-01T03:28:00.186Z Downloaded openssl-probe v0.1.6
4332026-04-01T03:28:00.189Z Downloaded openssl-macros v0.1.1
4342026-04-01T03:28:00.189Z Downloaded derive_more v0.99.20
4352026-04-01T03:28:00.192Z Downloaded opaque-debug v0.3.1
4362026-04-01T03:28:00.194Z Downloaded num-iter v0.1.45
4372026-04-01T03:28:00.197Z Downloaded num-conv v0.2.1
4382026-04-01T03:28:00.197Z Downloaded newtype_derive v0.1.6
4392026-04-01T03:28:00.200Z Downloaded half v2.7.1
4402026-04-01T03:28:00.200Z Downloaded num_enum_derive v0.5.11
4412026-04-01T03:28:00.203Z Downloaded indexmap v1.9.3
4422026-04-01T03:28:00.205Z Downloaded heapless v0.8.0
4432026-04-01T03:28:00.208Z Downloaded find-msvc-tools v0.1.9
4442026-04-01T03:28:00.208Z Downloaded drift v0.1.3
4452026-04-01T03:28:00.212Z Downloaded ingot-macros v0.1.1
4462026-04-01T03:28:00.214Z Downloaded num_threads v0.1.7
4472026-04-01T03:28:00.217Z Downloaded backoff v0.4.0
4482026-04-01T03:28:00.217Z Downloaded colored v3.0.0
4492026-04-01T03:28:00.220Z Downloaded bitflags v1.3.2
4502026-04-01T03:28:00.223Z Downloaded hyper-tls v0.6.0
4512026-04-01T03:28:00.225Z Downloaded ff v0.13.1
4522026-04-01T03:28:00.225Z Downloaded blake2 v0.10.6
4532026-04-01T03:28:00.228Z Downloaded potential_utf v0.1.3
4542026-04-01T03:28:00.228Z Downloaded percent-encoding v2.3.2
4552026-04-01T03:28:00.231Z Downloaded clap_derive v4.6.0
4562026-04-01T03:28:00.234Z Downloaded multer v3.1.0
4572026-04-01T03:28:00.234Z Downloaded hickory-resolver v0.25.2
4582026-04-01T03:28:00.236Z Downloaded crc32fast v1.5.0
4592026-04-01T03:28:00.239Z Downloaded memmap2 v0.9.8
4602026-04-01T03:28:00.242Z Downloaded pretty-hex v0.4.1
4612026-04-01T03:28:00.242Z Downloaded plain v0.2.3
4622026-04-01T03:28:00.245Z Downloaded num_enum v0.7.5
4632026-04-01T03:28:00.248Z Downloaded proc-macro-crate v1.3.1
4642026-04-01T03:28:00.248Z Downloaded flate2 v1.1.2
4652026-04-01T03:28:00.250Z Downloaded erased-serde v0.3.31
4662026-04-01T03:28:00.253Z Downloaded num_enum v0.5.11
4672026-04-01T03:28:00.256Z Downloaded cexpr v0.6.0
4682026-04-01T03:28:00.259Z Downloaded libloading v0.8.9
4692026-04-01T03:28:00.261Z Downloaded oxnet v0.1.4
4702026-04-01T03:28:00.261Z Downloaded proc-macro-error-attr2 v2.0.0
4712026-04-01T03:28:00.264Z Downloaded powerfmt v0.2.0
4722026-04-01T03:28:00.264Z Downloaded proc-macro-error-attr v1.0.4
4732026-04-01T03:28:00.267Z Downloaded num_enum_derive v0.7.5
4742026-04-01T03:28:00.267Z Downloaded foldhash v0.1.5
4752026-04-01T03:28:00.269Z Downloaded litemap v0.8.0
4762026-04-01T03:28:00.272Z Downloaded paste v1.0.15
4772026-04-01T03:28:00.272Z Downloaded owo-colors v4.3.0
4782026-04-01T03:28:00.275Z Downloaded pest_generator v2.8.2
4792026-04-01T03:28:00.277Z Downloaded newtype-uuid v1.3.2
4802026-04-01T03:28:00.277Z Downloaded progenitor-macro v0.11.1
4812026-04-01T03:28:00.280Z Downloaded camino-tempfile v1.4.1
4822026-04-01T03:28:00.280Z Downloaded progenitor-client v0.11.1
4832026-04-01T03:28:00.283Z Downloaded rand_chacha v0.3.1
4842026-04-01T03:28:00.283Z Downloaded fixedbitset v0.4.2
4852026-04-01T03:28:00.285Z Downloaded quick-error v1.2.3
4862026-04-01T03:28:00.285Z Downloaded heck v0.5.0
4872026-04-01T03:28:00.288Z Downloaded icu_collections v2.0.0
4882026-04-01T03:28:00.291Z Downloaded httpdate v1.0.3
4892026-04-01T03:28:00.291Z Downloaded httparse v1.10.1
4902026-04-01T03:28:00.294Z Downloaded ref-cast v1.0.25
4912026-04-01T03:28:00.296Z Downloaded allocator-api2 v0.2.21
4922026-04-01T03:28:00.299Z Downloaded fnv v1.0.7
4932026-04-01T03:28:00.299Z Downloaded defmt-macros v1.0.1
4942026-04-01T03:28:00.302Z Downloaded argon2 v0.5.3
4952026-04-01T03:28:00.305Z Downloaded getrandom v0.2.16
4962026-04-01T03:28:00.305Z Downloaded anyhow v1.0.102
4972026-04-01T03:28:00.307Z Downloaded password-hash v0.5.0
4982026-04-01T03:28:00.310Z Downloaded oxide-tokio-rt v0.1.3
4992026-04-01T03:28:00.310Z Downloaded rustc-hash v2.1.1
5002026-04-01T03:28:00.313Z Downloaded phf_shared v0.12.1
5012026-04-01T03:28:00.313Z Downloaded phf v0.12.1
5022026-04-01T03:28:00.315Z Downloaded pem v3.0.5
5032026-04-01T03:28:00.315Z Downloaded parse-display v0.10.0
5042026-04-01T03:28:00.318Z Downloaded chacha20 v0.9.1
5052026-04-01T03:28:00.318Z Downloaded ingot-types v0.1.2
5062026-04-01T03:28:00.322Z Downloaded daft-derive v0.1.4
5072026-04-01T03:28:00.325Z Downloaded rustc_version v0.1.7
5082026-04-01T03:28:00.325Z Downloaded ref-cast-impl v1.0.25
5092026-04-01T03:28:00.330Z Downloaded icu_normalizer_data v2.0.0
5102026-04-01T03:28:00.330Z Downloaded pin-project-internal v1.1.10
5112026-04-01T03:28:00.332Z Downloaded bytes v1.11.1
5122026-04-01T03:28:00.332Z Downloaded bitflags v2.9.4
5132026-04-01T03:28:00.335Z Downloaded same-file v1.0.6
5142026-04-01T03:28:00.335Z Downloaded rustc_version v0.4.1
5152026-04-01T03:28:00.338Z Downloaded progenitor-macro v0.13.0
5162026-04-01T03:28:00.338Z Downloaded pkg-config v0.3.32
5172026-04-01T03:28:00.341Z Downloaded scroll_derive v0.12.1
5182026-04-01T03:28:00.341Z Downloaded progenitor v0.11.1
5192026-04-01T03:28:00.344Z Downloaded parse-display-derive v0.10.0
5202026-04-01T03:28:00.344Z Downloaded once_cell v1.21.3
5212026-04-01T03:28:00.346Z Downloaded omicron-zone-package v0.12.2
5222026-04-01T03:28:00.349Z Downloaded progenitor v0.13.0
5232026-04-01T03:28:00.349Z Downloaded icu_normalizer v2.0.0
5242026-04-01T03:28:00.352Z Downloaded icu_properties v2.0.1
5252026-04-01T03:28:00.356Z Downloaded derive-where v1.6.0
5262026-04-01T03:28:00.356Z Downloaded log v0.4.29
5272026-04-01T03:28:00.359Z Downloaded poly1305 v0.8.0
5282026-04-01T03:28:00.359Z Downloaded num-traits v0.2.19
5292026-04-01T03:28:00.362Z Downloaded native-tls v0.2.14
5302026-04-01T03:28:00.365Z Downloaded progenitor-client v0.13.0
5312026-04-01T03:28:00.365Z Downloaded progenitor v0.10.0
5322026-04-01T03:28:00.367Z Downloaded progenitor-macro v0.10.0
5332026-04-01T03:28:00.368Z Downloaded hashbrown v0.15.5
5342026-04-01T03:28:00.370Z Downloaded num-rational v0.4.2
5352026-04-01T03:28:00.373Z Downloaded serde_repr v0.1.20
5362026-04-01T03:28:00.373Z Downloaded serde-big-array v0.5.1
5372026-04-01T03:28:00.376Z Downloaded serde_plain v1.0.2
5382026-04-01T03:28:00.376Z Downloaded secrecy v0.10.3
5392026-04-01T03:28:00.376Z Downloaded scroll_derive v0.13.1
5402026-04-01T03:28:00.379Z Downloaded search_path v0.1.4
5412026-04-01T03:28:00.379Z Downloaded serde_urlencoded v0.7.1
5422026-04-01T03:28:00.382Z Downloaded serde_spanned v1.0.4
5432026-04-01T03:28:00.382Z Downloaded rand_core v0.6.4
5442026-04-01T03:28:00.385Z Downloaded pest_derive v2.8.2
5452026-04-01T03:28:00.385Z Downloaded parking_lot_core v0.9.12
5462026-04-01T03:28:00.388Z Downloaded hashbrown v0.12.3
5472026-04-01T03:28:00.390Z Downloaded proc-macro-error2 v2.0.1
5482026-04-01T03:28:00.393Z Downloaded progenitor-client v0.10.0
5492026-04-01T03:28:00.393Z Downloaded postcard v1.1.3
5502026-04-01T03:28:00.396Z Downloaded icu_provider v2.0.0
5512026-04-01T03:28:00.396Z Downloaded rand_core v0.9.3
5522026-04-01T03:28:00.399Z Downloaded getrandom v0.3.3
5532026-04-01T03:28:00.401Z Downloaded rand_chacha v0.9.0
5542026-04-01T03:28:00.401Z Downloaded rusty-fork v0.3.0
5552026-04-01T03:28:00.404Z Downloaded scroll v0.13.0
5562026-04-01T03:28:00.404Z Downloaded sigpipe v0.1.3
5572026-04-01T03:28:00.404Z Downloaded schemars_derive v0.8.22
5582026-04-01T03:28:00.407Z Downloaded serde_spanned v0.6.9
5592026-04-01T03:28:00.407Z Downloaded semver v0.1.20
5602026-04-01T03:28:00.411Z Downloaded siphasher v1.0.1
5612026-04-01T03:28:00.411Z Downloaded proc-macro-error v1.0.4
5622026-04-01T03:28:00.413Z Downloaded num-integer v0.1.46
5632026-04-01T03:28:00.413Z Downloaded num-complex v0.4.6
5642026-04-01T03:28:00.417Z Downloaded scroll v0.12.0
5652026-04-01T03:28:00.417Z Downloaded rustls-pemfile v2.2.0
5662026-04-01T03:28:00.420Z Downloaded sha1 v0.10.6
5672026-04-01T03:28:00.420Z Downloaded quote v1.0.45
5682026-04-01T03:28:00.422Z Downloaded clang-sys v1.8.1
5692026-04-01T03:28:00.422Z Downloaded slog-bunyan v2.5.0
5702026-04-01T03:28:00.425Z Downloaded scopeguard v1.2.0
5712026-04-01T03:28:00.425Z Downloaded pin-utils v0.1.0
5722026-04-01T03:28:00.425Z Downloaded pin-project-lite v0.2.16
5732026-04-01T03:28:00.428Z Downloaded http v1.4.0
5742026-04-01T03:28:00.431Z Downloaded rand_xorshift v0.4.0
5752026-04-01T03:28:00.433Z Downloaded crossbeam-deque v0.8.6
5762026-04-01T03:28:00.433Z Downloaded futures-core v0.3.32
5772026-04-01T03:28:00.436Z Downloaded stable_deref_trait v1.2.0
5782026-04-01T03:28:00.436Z Downloaded arrayvec v0.7.6
5792026-04-01T03:28:00.439Z Downloaded signal-hook-tokio v0.3.1
5802026-04-01T03:28:00.439Z Downloaded ppv-lite86 v0.2.21
5812026-04-01T03:28:00.439Z Downloaded chacha20poly1305 v0.10.1
5822026-04-01T03:28:00.443Z Downloaded fs_extra v1.3.0
5832026-04-01T03:28:00.443Z Downloaded critical-section v1.2.0
5842026-04-01T03:28:00.443Z Downloaded bcs v0.1.6
5852026-04-01T03:28:00.447Z Downloaded base64 v0.22.1
5862026-04-01T03:28:00.449Z Downloaded hyper-rustls v0.27.7
5872026-04-01T03:28:00.449Z Downloaded papergrid v0.11.0
5882026-04-01T03:28:00.452Z Downloaded papergrid v0.17.0
5892026-04-01T03:28:00.454Z Downloaded memchr v2.7.5
5902026-04-01T03:28:00.458Z Downloaded serde_path_to_error v0.1.20
5912026-04-01T03:28:00.460Z Downloaded semver v1.0.27
5922026-04-01T03:28:00.464Z Downloaded arrayref v0.3.9
5932026-04-01T03:28:00.464Z Downloaded async-stream-impl v0.3.6
5942026-04-01T03:28:00.464Z Downloaded structmeta v0.3.0
5952026-04-01T03:28:00.468Z Downloaded crc8 v0.1.1
5962026-04-01T03:28:00.468Z Downloaded supports-color v3.0.2
5972026-04-01T03:28:00.468Z Downloaded strum v0.27.2
5982026-04-01T03:28:00.468Z Downloaded strsim v0.11.1
5992026-04-01T03:28:00.471Z Downloaded subtle v2.6.1
6002026-04-01T03:28:00.471Z Downloaded strum v0.26.3
6012026-04-01T03:28:00.471Z Downloaded structmeta-derive v0.3.0
6022026-04-01T03:28:00.471Z Downloaded shlex v1.3.0
6032026-04-01T03:28:00.474Z Downloaded serde_tokenstream v0.2.3
6042026-04-01T03:28:00.474Z Downloaded tabled_derive v0.11.0
6052026-04-01T03:28:00.477Z Downloaded proc-macro2 v1.0.106
6062026-04-01T03:28:00.477Z Downloaded tabled_derive v0.7.0
6072026-04-01T03:28:00.479Z Downloaded parking_lot v0.12.5
6082026-04-01T03:28:00.479Z Downloaded resolv-conf v0.7.5
6092026-04-01T03:28:00.482Z Downloaded miniz_oxide v0.8.9
6102026-04-01T03:28:00.482Z Downloaded crossbeam-channel v0.5.15
6112026-04-01T03:28:00.485Z Downloaded ryu v1.0.20
6122026-04-01T03:28:00.490Z Downloaded crypto-bigint v0.5.5
6132026-04-01T03:28:00.494Z Downloaded terminal_size v0.4.3
6142026-04-01T03:28:00.494Z Downloaded take_mut v0.2.2
6152026-04-01T03:28:00.494Z Downloaded swrite v0.1.0
6162026-04-01T03:28:00.494Z Downloaded tabwriter v1.4.1
6172026-04-01T03:28:00.497Z Downloaded tagptr v0.2.0
6182026-04-01T03:28:00.497Z Downloaded sync_wrapper v1.0.2
6192026-04-01T03:28:00.497Z Downloaded rustversion v1.0.22
6202026-04-01T03:28:00.500Z Downloaded pest_meta v2.8.2
6212026-04-01T03:28:00.500Z Downloaded icu_locale_core v2.0.0
6222026-04-01T03:28:00.503Z Downloaded testing_table v0.3.0
6232026-04-01T03:28:00.506Z Downloaded smawk v0.3.2
6242026-04-01T03:28:00.506Z Downloaded quinn-udp v0.5.14
6252026-04-01T03:28:00.508Z Downloaded time-core v0.1.8
6262026-04-01T03:28:00.508Z Downloaded elliptic-curve v0.13.8
6272026-04-01T03:28:00.511Z Downloaded pin-project v1.1.10
6282026-04-01T03:28:00.516Z Downloaded thiserror-impl-no-std v2.0.2
6292026-04-01T03:28:00.519Z Downloaded termtree v0.5.1
6302026-04-01T03:28:00.519Z Downloaded slog-term v2.9.2
6312026-04-01T03:28:00.522Z Downloaded thread-id v4.2.2
6322026-04-01T03:28:00.522Z Downloaded slog-json v2.6.1
6332026-04-01T03:28:00.524Z Downloaded hyper v1.8.1
6342026-04-01T03:28:00.527Z Downloaded tinyvec_macros v0.1.1
6352026-04-01T03:28:00.527Z Downloaded slab v0.4.11
6362026-04-01T03:28:00.530Z Downloaded signal-hook-registry v1.4.6
6372026-04-01T03:28:00.530Z Downloaded cstr-argument v0.1.2
6382026-04-01T03:28:00.530Z Downloaded base16ct v0.2.0
6392026-04-01T03:28:00.532Z Downloaded errno v0.3.14
6402026-04-01T03:28:00.533Z Downloaded camino v1.2.2
6412026-04-01T03:28:00.535Z Downloaded snafu-derive v0.8.9
6422026-04-01T03:28:00.535Z Downloaded console v0.15.11
6432026-04-01T03:28:00.538Z Downloaded async-recursion v1.1.1
6442026-04-01T03:28:00.541Z Downloaded static_assertions v1.1.0
6452026-04-01T03:28:00.541Z Downloaded slog-dtrace v0.3.0
6462026-04-01T03:28:00.541Z Downloaded slog-async v2.8.0
6472026-04-01T03:28:00.544Z Downloaded curl v0.4.49
6482026-04-01T03:28:00.546Z Downloaded smf v0.2.3
6492026-04-01T03:28:00.550Z Downloaded toml_datetime v0.6.11
6502026-04-01T03:28:00.553Z Downloaded openssl-sys v0.9.112
6512026-04-01T03:28:00.556Z Downloaded topological-sort v0.2.2
6522026-04-01T03:28:00.559Z Downloaded toml_write v0.1.2
6532026-04-01T03:28:00.559Z Downloaded progenitor-impl v0.13.0
6542026-04-01T03:28:00.562Z Downloaded progenitor-impl v0.10.0
6552026-04-01T03:28:00.565Z Downloaded serde_derive_internals v0.29.1
6562026-04-01T03:28:00.568Z Downloaded rustls-pki-types v1.12.0
6572026-04-01T03:28:00.572Z Downloaded strum_macros v0.27.2
6582026-04-01T03:28:00.575Z Downloaded synstructure v0.13.2
6592026-04-01T03:28:00.577Z Downloaded schemars v0.8.22
6602026-04-01T03:28:00.581Z Downloaded tower-layer v0.3.3
6612026-04-01T03:28:00.584Z Downloaded indexmap v2.13.0
6622026-04-01T03:28:00.587Z Downloaded sha2 v0.10.9
6632026-04-01T03:28:00.589Z Downloaded tower-service v0.3.3
6642026-04-01T03:28:00.589Z Downloaded thiserror v2.0.18
6652026-04-01T03:28:00.592Z Downloaded try-lock v0.2.5
6662026-04-01T03:28:00.595Z Downloaded thiserror-no-std v2.0.2
6672026-04-01T03:28:00.598Z Downloaded thiserror-impl v2.0.18
6682026-04-01T03:28:00.598Z Downloaded hyper-util v0.1.19
6692026-04-01T03:28:00.600Z Downloaded thiserror v1.0.69
6702026-04-01T03:28:00.603Z Downloaded unicode-linebreak v0.1.5
6712026-04-01T03:28:00.606Z Downloaded typify-macro v0.6.1
6722026-04-01T03:28:00.611Z Downloaded prettyplease v0.2.37
6732026-04-01T03:28:00.614Z Downloaded tokio-rustls v0.25.0
6742026-04-01T03:28:00.617Z Downloaded thread_local v1.1.9
6752026-04-01T03:28:00.617Z Downloaded thread-id v5.0.0
6762026-04-01T03:28:00.617Z Downloaded thiserror-impl v1.0.69
6772026-04-01T03:28:00.620Z Downloaded tokio-native-tls v0.3.1
6782026-04-01T03:28:00.620Z Downloaded tokio-macros v2.6.0
6792026-04-01T03:28:00.623Z Downloaded tokio-dtrace v0.1.1
6802026-04-01T03:28:00.623Z Downloaded unarray v0.1.4
6812026-04-01T03:28:00.623Z Downloaded tinystr v0.8.1
6822026-04-01T03:28:00.626Z Downloaded universal-hash v0.5.1
6832026-04-01T03:28:00.626Z Downloaded unicode-xid v0.2.6
6842026-04-01T03:28:00.626Z Downloaded signal-hook v0.3.18
6852026-04-01T03:28:00.628Z Downloaded spin v0.9.8
6862026-04-01T03:28:00.628Z Downloaded smallvec v1.15.1
6872026-04-01T03:28:00.631Z Downloaded typify-macro v0.4.3
6882026-04-01T03:28:00.634Z Downloaded jiff-static v0.2.15
6892026-04-01T03:28:00.638Z Downloaded progenitor-impl v0.11.1
6902026-04-01T03:28:00.640Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6912026-04-01T03:28:00.645Z Downloaded strum_macros v0.26.4
6922026-04-01T03:28:00.648Z Downloaded usdt v0.5.0
6932026-04-01T03:28:00.651Z Downloaded version_check v0.9.5
6942026-04-01T03:28:00.651Z Downloaded utf8parse v0.2.2
6952026-04-01T03:28:00.651Z Downloaded schemars v0.9.0
6962026-04-01T03:28:00.658Z Downloaded want v0.3.1
6972026-04-01T03:28:00.661Z Downloaded wait-timeout v0.2.1
6982026-04-01T03:28:00.661Z Downloaded untrusted v0.9.0
6992026-04-01T03:28:00.661Z Downloaded usdt-attr-macro v0.6.0
7002026-04-01T03:28:00.661Z Downloaded usdt-macro v0.6.0
7012026-04-01T03:28:00.661Z Downloaded usdt v0.6.0
7022026-04-01T03:28:00.664Z Downloaded toml_writer v1.0.6+spec-1.1.0
7032026-04-01T03:28:00.664Z Downloaded term v1.2.0
7042026-04-01T03:28:00.667Z Downloaded untrusted v0.7.1
7052026-04-01T03:28:00.667Z Downloaded mio v1.0.4
7062026-04-01T03:28:00.670Z Downloaded hashbrown v0.16.1
7072026-04-01T03:28:00.673Z Downloaded serde_yaml v0.9.34+deprecated
7082026-04-01T03:28:00.673Z Downloaded yoke-derive v0.8.0
7092026-04-01T03:28:00.675Z Downloaded usdt-macro v0.5.0
7102026-04-01T03:28:00.675Z Downloaded minimal-lexical v0.2.1
7112026-04-01T03:28:00.678Z Downloaded utf8_iter v1.0.4
7122026-04-01T03:28:00.678Z Downloaded waitgroup v0.1.2
7132026-04-01T03:28:00.678Z Downloaded nom v7.1.3
7142026-04-01T03:28:00.681Z Downloaded slog v2.8.2
7152026-04-01T03:28:00.684Z Downloaded rand v0.8.5
7162026-04-01T03:28:00.687Z Downloaded similar v2.7.0
7172026-04-01T03:28:00.690Z Downloaded usdt-attr-macro v0.5.0
7182026-04-01T03:28:00.690Z Downloaded tempfile v3.23.0
7192026-04-01T03:28:00.690Z Downloaded xattr v1.6.1
7202026-04-01T03:28:00.693Z Downloaded serde_derive v1.0.228
7212026-04-01T03:28:00.695Z Downloaded zerofrom v0.1.6
7222026-04-01T03:28:00.698Z Downloaded time-macros v0.2.27
7232026-04-01T03:28:00.701Z Downloaded zeroize_derive v1.4.3
7242026-04-01T03:28:00.703Z Downloaded zerofrom-derive v0.1.6
7252026-04-01T03:28:00.714Z Downloaded socket2 v0.6.0
7262026-04-01T03:28:00.717Z Downloaded qorb v0.4.1
7272026-04-01T03:28:00.720Z Downloaded tokio-stream v0.1.17
7282026-04-01T03:28:00.720Z Downloaded tokio-rustls v0.26.3
7292026-04-01T03:28:00.722Z Downloaded zone_cfg_derive v0.3.1
7302026-04-01T03:28:00.725Z Downloaded rayon-core v1.13.0
7312026-04-01T03:28:00.725Z Downloaded zone v0.3.1
7322026-04-01T03:28:00.728Z Downloaded walkdir v2.5.0
7332026-04-01T03:28:00.742Z Downloaded yoke v0.8.0
7342026-04-01T03:28:00.745Z Downloaded serde_with_macros v3.14.1
7352026-04-01T03:28:00.748Z Downloaded textwrap v0.16.2
7362026-04-01T03:28:00.754Z Downloaded test-strategy v0.4.3
7372026-04-01T03:28:00.756Z Downloaded usdt-impl v0.6.0
7382026-04-01T03:28:00.759Z Downloaded usdt-impl v0.5.0
7392026-04-01T03:28:00.762Z Downloaded tinyvec v1.10.0
7402026-04-01T03:28:00.762Z Downloaded ucd-trie v0.1.7
7412026-04-01T03:28:00.762Z Downloaded rustls-webpki v0.103.6
7422026-04-01T03:28:00.765Z Downloaded writeable v0.6.1
7432026-04-01T03:28:00.770Z Downloaded socket2 v0.5.10
7442026-04-01T03:28:00.770Z Downloaded zerovec-derive v0.11.1
7452026-04-01T03:28:00.773Z Downloaded toml v0.8.23
7462026-04-01T03:28:00.773Z Downloaded quinn v0.11.9
7472026-04-01T03:28:00.778Z Downloaded zeroize v1.8.1
7482026-04-01T03:28:00.780Z Downloaded whoami v1.6.1
7492026-04-01T03:28:00.780Z Downloaded serde v1.0.228
7502026-04-01T03:28:00.783Z Downloaded rand v0.9.2
7512026-04-01T03:28:00.786Z Downloaded vsss-rs v3.3.4
7522026-04-01T03:28:00.788Z Downloaded goblin v0.8.2
7532026-04-01T03:28:00.791Z Downloaded snafu v0.8.9
7542026-04-01T03:28:00.794Z Downloaded iddqd v0.3.17
7552026-04-01T03:28:00.796Z Downloaded tracing-attributes v0.1.30
7562026-04-01T03:28:00.799Z Downloaded toml v0.7.8
7572026-04-01T03:28:00.802Z Downloaded toml_parser v1.0.6+spec-1.1.0
7582026-04-01T03:28:00.802Z Downloaded toml v0.9.11+spec-1.1.0
7592026-04-01T03:28:00.812Z Downloaded unicode-ident v1.0.24
7602026-04-01T03:28:00.815Z Downloaded zmij v1.0.17
7612026-04-01T03:28:00.818Z Downloaded unsafe-libyaml v0.2.11
7622026-04-01T03:28:00.821Z Downloaded tar v0.4.45
7632026-04-01T03:28:00.823Z Downloaded toml_edit v0.22.27
7642026-04-01T03:28:00.826Z Downloaded iri-string v0.7.8
7652026-04-01T03:28:00.829Z Downloaded vergen v8.3.2
7662026-04-01T03:28:00.829Z Downloaded itertools v0.12.1
7672026-04-01T03:28:00.836Z Downloaded typify v0.6.1
7682026-04-01T03:28:00.842Z Downloaded pest v2.8.2
7692026-04-01T03:28:00.845Z Downloaded zerocopy-derive v0.7.35
7702026-04-01T03:28:00.858Z Downloaded serde_core v1.0.228
7712026-04-01T03:28:00.869Z Downloaded idna v1.1.0
7722026-04-01T03:28:00.871Z Downloaded itertools v0.14.0
7732026-04-01T03:28:00.876Z Downloaded h2 v0.4.12
7742026-04-01T03:28:00.880Z Downloaded steno v0.4.1
7752026-04-01T03:28:00.883Z Downloaded icu_properties_data v2.0.1
7762026-04-01T03:28:00.887Z Downloaded typify v0.4.3
7772026-04-01T03:28:00.890Z Downloaded tracing v0.1.41
7782026-04-01T03:28:00.892Z Downloaded schemars v1.2.0
7792026-04-01T03:28:00.903Z Downloaded tracing-core v0.1.34
7802026-04-01T03:28:00.906Z Downloaded zerotrie v0.2.2
7812026-04-01T03:28:00.909Z Downloaded libm v0.2.15
7822026-04-01T03:28:00.921Z Downloaded clap_builder v4.6.0
7832026-04-01T03:28:00.935Z Downloaded typed-path v0.9.3
7842026-04-01T03:28:00.942Z Downloaded typenum v1.18.0
7852026-04-01T03:28:00.945Z Downloaded zerocopy-derive v0.8.27
7862026-04-01T03:28:00.962Z Downloaded uuid v1.20.0
7872026-04-01T03:28:00.969Z Downloaded futures-util v0.3.32
7882026-04-01T03:28:00.977Z Downloaded toml_edit v0.19.15
7892026-04-01T03:28:00.986Z Downloaded unicode-segmentation v1.12.0
7902026-04-01T03:28:00.989Z Downloaded git2 v0.19.0
7912026-04-01T03:28:00.992Z Downloaded tower v0.5.2
7922026-04-01T03:28:00.996Z Downloaded rayon v1.11.0
7932026-04-01T03:28:01.002Z Downloaded reqwest v0.12.23
7942026-04-01T03:28:01.005Z Downloaded reqwest v0.13.2
7952026-04-01T03:28:01.008Z Downloaded url v2.5.7
7962026-04-01T03:28:01.010Z Downloaded aws-lc-rs v1.16.2
7972026-04-01T03:28:01.028Z Downloaded regex v1.12.3
7982026-04-01T03:28:01.036Z Downloaded chrono v0.4.44
7992026-04-01T03:28:01.046Z Downloaded blake3 v1.8.2
8002026-04-01T03:28:01.055Z Downloaded hkdf v0.12.4
8012026-04-01T03:28:01.068Z Downloaded bindgen v0.72.1
8022026-04-01T03:28:01.078Z Downloaded tokio-util v0.7.16
8032026-04-01T03:28:01.098Z Downloaded zerocopy v0.7.35
8042026-04-01T03:28:01.114Z Downloaded serde_json v1.0.149
8052026-04-01T03:28:01.120Z Downloaded tower-http v0.6.8
8062026-04-01T03:28:01.128Z Downloaded unicode-normalization v0.1.24
8072026-04-01T03:28:01.131Z Downloaded portable-atomic v1.11.1
8082026-04-01T03:28:01.139Z Downloaded bstr v1.12.0
8092026-04-01T03:28:01.147Z Downloaded zerovec v0.11.4
8102026-04-01T03:28:01.156Z Downloaded tough v0.20.0
8112026-04-01T03:28:01.160Z Downloaded tabled v0.20.0
8122026-04-01T03:28:01.169Z Downloaded serde_with v3.14.1
8132026-04-01T03:28:01.175Z Downloaded quinn-proto v0.11.14
8142026-04-01T03:28:01.179Z Downloaded proptest v1.8.0
8152026-04-01T03:28:01.183Z Downloaded curve25519-dalek v4.1.3
8162026-04-01T03:28:01.188Z Downloaded tabled v0.15.0
8172026-04-01T03:28:01.204Z Downloaded winnow v0.5.40
8182026-04-01T03:28:01.214Z Downloaded goblin v0.10.1
8192026-04-01T03:28:01.222Z Downloaded rustls-webpki v0.102.8
8202026-04-01T03:28:01.261Z Downloaded unicode-width v0.2.1
8212026-04-01T03:28:01.264Z Downloaded smoltcp v0.11.0
8222026-04-01T03:28:01.273Z Downloaded winnow v0.7.14
8232026-04-01T03:28:01.283Z Downloaded regex-syntax v0.8.6
8242026-04-01T03:28:01.287Z Downloaded syn v2.0.117
8252026-04-01T03:28:01.293Z Downloaded openapiv3 v2.2.0
8262026-04-01T03:28:01.298Z Downloaded moka v0.12.11
8272026-04-01T03:28:01.303Z Downloaded regress v0.10.5
8282026-04-01T03:28:01.307Z Downloaded openssl v0.10.76
8292026-04-01T03:28:01.312Z Downloaded time v0.3.47
8302026-04-01T03:28:01.319Z Downloaded rustix v0.38.44
8312026-04-01T03:28:01.330Z Downloaded dropshot v0.16.7
8322026-04-01T03:28:01.342Z Downloaded syn v1.0.109
8332026-04-01T03:28:01.353Z Downloaded rustix v1.1.2
8342026-04-01T03:28:01.365Z Downloaded hickory-proto v0.24.4
8352026-04-01T03:28:01.373Z Downloaded zerocopy v0.8.27
8362026-04-01T03:28:01.384Z Downloaded unicode-width v0.1.14
8372026-04-01T03:28:01.393Z Downloaded nix v0.31.2
8382026-04-01T03:28:01.396Z Downloaded typify-impl v0.6.1
8392026-04-01T03:28:01.400Z Downloaded vcpkg v0.2.15
8402026-04-01T03:28:01.421Z Downloaded webpki-roots v1.0.2
8412026-04-01T03:28:01.423Z Downloaded rustls v0.23.32
8422026-04-01T03:28:01.428Z Downloaded nix v0.30.1
8432026-04-01T03:28:01.434Z Downloaded rustls v0.22.4
8442026-04-01T03:28:01.441Z Downloaded hickory-proto v0.25.2
8452026-04-01T03:28:01.492Z Downloaded jiff v0.2.15
8462026-04-01T03:28:01.527Z Downloaded chrono-tz v0.10.4
8472026-04-01T03:28:01.536Z Downloaded typify-impl v0.4.3
8482026-04-01T03:28:01.543Z Downloaded petgraph v0.8.2
8492026-04-01T03:28:01.554Z Downloaded csv v1.3.1
8502026-04-01T03:28:01.565Z Downloaded tokio v1.50.0
8512026-04-01T03:28:01.585Z Downloaded regex-automata v0.4.13
8522026-04-01T03:28:01.638Z Downloaded petgraph v0.6.5
8532026-04-01T03:28:01.664Z Downloaded libc v0.2.183
8542026-04-01T03:28:01.681Z Downloaded libz-sys v1.1.22
8552026-04-01T03:28:01.703Z Downloaded curl-sys v0.4.83+curl-8.15.0
8562026-04-01T03:28:01.734Z Downloaded sha3 v0.10.8
8572026-04-01T03:28:01.806Z Downloaded encoding_rs v0.8.35
8582026-04-01T03:28:01.850Z Downloaded ring v0.17.14
8592026-04-01T03:28:01.879Z Downloaded libgit2-sys v0.17.0+1.8.1
8602026-04-01T03:28:02.331Z Downloaded aws-lc-sys v0.39.1
8612026-04-01T03:28:02.645Z Compiling proc-macro2 v1.0.106
8622026-04-01T03:28:02.645Z Compiling quote v1.0.45
8632026-04-01T03:28:02.648Z Compiling unicode-ident v1.0.24
8642026-04-01T03:28:02.648Z Compiling serde_core v1.0.228
8652026-04-01T03:28:02.648Z Compiling serde v1.0.228
8662026-04-01T03:28:02.648Z Compiling libc v0.2.183
8672026-04-01T03:28:02.648Z Checking cfg-if v1.0.3
8682026-04-01T03:28:02.944Z Compiling zmij v1.0.17
8692026-04-01T03:28:02.964Z Compiling autocfg v1.5.0
8702026-04-01T03:28:03.259Z Compiling memchr v2.7.5
8712026-04-01T03:28:03.273Z Compiling getrandom v0.3.3
8722026-04-01T03:28:03.363Z Compiling libm v0.2.15
8732026-04-01T03:28:03.730Z Compiling shlex v1.3.0
8742026-04-01T03:28:03.785Z Checking smallvec v1.15.1
8752026-04-01T03:28:03.836Z Checking itoa v1.0.15
8762026-04-01T03:28:03.839Z Compiling jobserver v0.1.34
8772026-04-01T03:28:03.915Z Compiling version_check v0.9.5
8782026-04-01T03:28:03.978Z Compiling thiserror v2.0.18
8792026-04-01T03:28:04.061Z Compiling find-msvc-tools v0.1.9
8802026-04-01T03:28:04.113Z Compiling icu_properties_data v2.0.1
8812026-04-01T03:28:04.179Z Compiling syn v2.0.117
8822026-04-01T03:28:04.195Z Compiling icu_normalizer_data v2.0.0
8832026-04-01T03:28:04.300Z Compiling cc v1.2.58
8842026-04-01T03:28:04.354Z Compiling parking_lot_core v0.9.12
8852026-04-01T03:28:04.373Z Checking stable_deref_trait v1.2.0
8862026-04-01T03:28:04.441Z Compiling serde_json v1.0.149
8872026-04-01T03:28:04.658Z Compiling heck v0.5.0
8882026-04-01T03:28:04.767Z Checking writeable v0.6.1
8892026-04-01T03:28:04.836Z Checking litemap v0.8.0
8902026-04-01T03:28:04.864Z Compiling num-traits v0.2.19
8912026-04-01T03:28:04.885Z Checking percent-encoding v2.3.2
8922026-04-01T03:28:05.133Z Checking form_urlencoded v1.2.2
8932026-04-01T03:28:05.239Z Checking utf8_iter v1.0.4
8942026-04-01T03:28:05.255Z Compiling zerocopy v0.8.27
8952026-04-01T03:28:05.270Z Checking pin-project-lite v0.2.16
8962026-04-01T03:28:05.363Z Compiling rustversion v1.0.22
8972026-04-01T03:28:05.366Z Checking iana-time-zone v0.1.64
8982026-04-01T03:28:05.407Z Compiling log v0.4.29
8992026-04-01T03:28:05.486Z Compiling foldhash v0.2.0
9002026-04-01T03:28:05.512Z Compiling allocator-api2 v0.2.21
9012026-04-01T03:28:05.581Z Compiling equivalent v1.0.2
9022026-04-01T03:28:05.671Z Compiling semver v1.0.27
9032026-04-01T03:28:05.689Z Checking socket2 v0.6.0
9042026-04-01T03:28:05.697Z Checking uuid v1.20.0
9052026-04-01T03:28:05.829Z Compiling hashbrown v0.16.1
9062026-04-01T03:28:05.924Z Checking scopeguard v1.2.0
9072026-04-01T03:28:05.977Z Checking getrandom v0.2.16
9082026-04-01T03:28:06.028Z Checking lock_api v0.4.14
9092026-04-01T03:28:06.115Z Checking signal-hook-registry v1.4.6
9102026-04-01T03:28:06.130Z Checking mio v1.0.4
9112026-04-01T03:28:06.145Z Checking dyn-clone v1.0.20
9122026-04-01T03:28:06.148Z Compiling schemars v0.8.22
9132026-04-01T03:28:06.223Z Checking parking_lot v0.12.5
9142026-04-01T03:28:06.247Z Compiling portable-atomic v1.11.1
9152026-04-01T03:28:06.407Z Checking critical-section v1.2.0
9162026-04-01T03:28:06.523Z Checking futures-core v0.3.32
9172026-04-01T03:28:06.575Z Compiling ring v0.17.14
9182026-04-01T03:28:06.645Z Compiling typenum v1.18.0
9192026-04-01T03:28:06.648Z Compiling indexmap v2.13.0
9202026-04-01T03:28:06.754Z Compiling thiserror v1.0.69
9212026-04-01T03:28:07.079Z Compiling synstructure v0.13.2
9222026-04-01T03:28:07.127Z Compiling serde_derive_internals v0.29.1
9232026-04-01T03:28:07.239Z Checking once_cell v1.21.3
9242026-04-01T03:28:07.519Z Compiling regex-syntax v0.8.6
9252026-04-01T03:28:07.538Z Compiling httparse v1.10.1
9262026-04-01T03:28:07.765Z Compiling rustix v1.1.2
9272026-04-01T03:28:07.809Z Checking futures-sink v0.3.32
9282026-04-01T03:28:07.870Z Compiling aho-corasick v1.1.3
9292026-04-01T03:28:07.909Z Checking slab v0.4.11
9302026-04-01T03:28:07.934Z Checking subtle v2.6.1
9312026-04-01T03:28:07.951Z Compiling anyhow v1.0.102
9322026-04-01T03:28:08.066Z Compiling ucd-trie v0.1.7
9332026-04-01T03:28:08.084Z Checking futures-channel v0.3.32
9342026-04-01T03:28:08.190Z Compiling serde_derive v1.0.228
9352026-04-01T03:28:08.266Z Compiling zerofrom-derive v0.1.6
9362026-04-01T03:28:08.281Z Compiling yoke-derive v0.8.0
9372026-04-01T03:28:08.296Z Compiling zerovec-derive v0.11.1
9382026-04-01T03:28:08.334Z Compiling displaydoc v0.2.5
9392026-04-01T03:28:09.058Z Compiling thiserror-impl v2.0.18
9402026-04-01T03:28:09.282Z Compiling schemars_derive v0.8.22
9412026-04-01T03:28:09.299Z Compiling tokio-macros v2.6.0
9422026-04-01T03:28:09.346Z Compiling zerocopy-derive v0.8.27
9432026-04-01T03:28:09.428Z Checking zerofrom v0.1.6
9442026-04-01T03:28:09.549Z Checking yoke v0.8.0
9452026-04-01T03:28:09.552Z Compiling futures-macro v0.3.32
9462026-04-01T03:28:09.754Z Checking zerovec v0.11.4
9472026-04-01T03:28:10.019Z Checking zerotrie v0.2.2
9482026-04-01T03:28:10.349Z Compiling zeroize_derive v1.4.3
9492026-04-01T03:28:10.365Z Compiling thiserror-impl v1.0.69
9502026-04-01T03:28:10.381Z Compiling regex-automata v0.4.13
9512026-04-01T03:28:10.436Z Compiling pest v2.8.2
9522026-04-01T03:28:10.453Z Checking tinystr v0.8.1
9532026-04-01T03:28:10.523Z Checking potential_utf v0.1.3
9542026-04-01T03:28:10.630Z Checking icu_locale_core v2.0.0
9552026-04-01T03:28:10.659Z Checking icu_collections v2.0.0
9562026-04-01T03:28:10.996Z Checking zeroize v1.8.1
9572026-04-01T03:28:11.063Z Checking icu_provider v2.0.0
9582026-04-01T03:28:11.144Z Checking bytes v1.11.1
9592026-04-01T03:28:11.160Z Checking chrono v0.4.44
9602026-04-01T03:28:11.291Z Checking icu_normalizer v2.0.0
9612026-04-01T03:28:11.406Z Checking icu_properties v2.0.1
9622026-04-01T03:28:11.492Z Compiling serde_tokenstream v0.2.3
9632026-04-01T03:28:11.570Z Checking bitflags v2.9.4
9642026-04-01T03:28:11.599Z Checking tokio v1.50.0
9652026-04-01T03:28:12.048Z Compiling regex v1.12.3
9662026-04-01T03:28:12.065Z Checking rand_core v0.6.4
9672026-04-01T03:28:12.232Z Compiling pest_meta v2.8.2
9682026-04-01T03:28:12.249Z Checking idna_adapter v1.2.1
9692026-04-01T03:28:12.377Z Checking idna v1.1.0
9702026-04-01T03:28:12.452Z Checking futures-task v0.3.32
9712026-04-01T03:28:12.549Z Checking futures-io v0.3.32
9722026-04-01T03:28:12.597Z Compiling pkg-config v0.3.32
9732026-04-01T03:28:12.623Z Checking url v2.5.7
9742026-04-01T03:28:12.965Z Compiling pest_generator v2.8.2
9752026-04-01T03:28:12.981Z Checking futures-util v0.3.32
9762026-04-01T03:28:13.057Z Compiling tracing-attributes v0.1.30
9772026-04-01T03:28:13.134Z Checking tracing-core v0.1.34
9782026-04-01T03:28:13.438Z Compiling generic-array v0.14.7
9792026-04-01T03:28:13.577Z Compiling fnv v1.0.7
9802026-04-01T03:28:13.593Z Compiling pest_derive v2.8.2
9812026-04-01T03:28:13.663Z Compiling vcpkg v0.2.15
9822026-04-01T03:28:13.803Z Compiling http v1.4.0
9832026-04-01T03:28:14.213Z Compiling regress v0.10.5
9842026-04-01T03:28:14.261Z Checking tracing v0.1.41
9852026-04-01T03:28:14.295Z Compiling time-core v0.1.8
9862026-04-01T03:28:14.385Z Compiling byteorder v1.5.0
9872026-04-01T03:28:14.436Z Compiling num-conv v0.2.1
9882026-04-01T03:28:14.599Z Compiling time-macros v0.2.27
9892026-04-01T03:28:14.614Z Checking errno v0.3.14
9902026-04-01T03:28:14.737Z Checking ipnet v2.11.0
9912026-04-01T03:28:14.759Z Checking base64 v0.22.1
9922026-04-01T03:28:14.836Z Checking tokio-util v0.7.16
9932026-04-01T03:28:14.991Z Compiling scroll_derive v0.13.1
9942026-04-01T03:28:15.019Z Checking crypto-common v0.1.6
9952026-04-01T03:28:15.329Z Compiling camino v1.2.2
9962026-04-01T03:28:15.346Z Checking http-body v1.0.1
9972026-04-01T03:28:15.477Z Checking ppv-lite86 v0.2.21
9982026-04-01T03:28:15.676Z Compiling crossbeam-utils v0.8.21
9992026-04-01T03:28:15.705Z Checking atomic-waker v1.1.2
10002026-04-01T03:28:15.771Z Compiling syn v1.0.109
10012026-04-01T03:28:15.803Z Compiling slog v2.8.2
10022026-04-01T03:28:15.818Z Checking tower-layer v0.3.3
10032026-04-01T03:28:15.968Z Compiling paste v1.0.15
10042026-04-01T03:28:15.999Z Checking try-lock v0.2.5
10052026-04-01T03:28:16.014Z Checking tower-service v0.3.3
10062026-04-01T03:28:16.066Z Checking h2 v0.4.12
10072026-04-01T03:28:16.096Z Checking want v0.3.1
10082026-04-01T03:28:16.111Z Checking ipnetwork v0.21.1
10092026-04-01T03:28:16.130Z Checking rustls-pki-types v1.12.0
10102026-04-01T03:28:16.220Z Checking erased-serde v0.3.31
10112026-04-01T03:28:16.296Z Checking pretty-hex v0.4.1
10122026-04-01T03:28:16.336Z Checking ryu v1.0.20
10132026-04-01T03:28:16.370Z Checking httpdate v1.0.3
10142026-04-01T03:28:16.404Z Checking pin-utils v0.1.0
10152026-04-01T03:28:16.488Z Compiling async-trait v0.1.89
10162026-04-01T03:28:16.512Z Checking socket2 v0.5.10
10172026-04-01T03:28:16.670Z Checking untrusted v0.9.0
10182026-04-01T03:28:16.732Z Compiling scroll v0.13.0
10192026-04-01T03:28:16.748Z Compiling openssl-sys v0.9.112
10202026-04-01T03:28:16.850Z Compiling usdt-impl v0.6.0
10212026-04-01T03:28:16.944Z Checking plain v0.2.3
10222026-04-01T03:28:17.052Z Compiling strsim v0.11.1
10232026-04-01T03:28:17.107Z Compiling goblin v0.10.1
10242026-04-01T03:28:17.151Z Checking http-body-util v0.1.3
10252026-04-01T03:28:17.350Z Checking block-buffer v0.10.4
10262026-04-01T03:28:17.370Z Compiling openapiv3 v2.2.0
10272026-04-01T03:28:17.388Z Checking rand_core v0.9.3
10282026-04-01T03:28:17.490Z Compiling slog-async v2.8.0
10292026-04-01T03:28:17.803Z Checking digest v0.10.7
10302026-04-01T03:28:17.829Z Checking serde_urlencoded v0.7.1
10312026-04-01T03:28:17.921Z Checking hyper v1.8.1
10322026-04-01T03:28:17.998Z Checking oxnet v0.1.4
10332026-04-01T03:28:18.033Z Compiling typify-impl v0.4.3
10342026-04-01T03:28:18.234Z Compiling dtrace-parser v0.3.0
10352026-04-01T03:28:18.809Z Checking hyper-util v0.1.19
10362026-04-01T03:28:18.812Z Compiling cmake v0.1.54
10372026-04-01T03:28:18.841Z Compiling thread-id v5.0.0
10382026-04-01T03:28:18.856Z Compiling fs_extra v1.3.0
10392026-04-01T03:28:18.887Z Compiling ident_case v1.0.1
10402026-04-01T03:28:18.926Z Compiling omicron-workspace-hack v0.1.0
10412026-04-01T03:28:19.012Z Compiling dunce v1.0.5
10422026-04-01T03:28:19.107Z Compiling darling_core v0.21.3
10432026-04-01T03:28:19.124Z Checking rand_chacha v0.9.0
10442026-04-01T03:28:19.159Z Compiling aws-lc-sys v0.39.1
10452026-04-01T03:28:19.175Z Compiling daft-derive v0.1.4
10462026-04-01T03:28:19.308Z Checking rand v0.9.2
10472026-04-01T03:28:19.757Z Compiling dof v0.4.0
10482026-04-01T03:28:19.879Z Checking powerfmt v0.2.0
10492026-04-01T03:28:19.894Z Compiling unsafe-libyaml v0.2.11
10502026-04-01T03:28:20.030Z Checking deranged v0.5.3
10512026-04-01T03:28:20.046Z Checking sync_wrapper v1.0.2
10522026-04-01T03:28:20.546Z Compiling serde_yaml v0.9.34+deprecated
10532026-04-01T03:28:20.726Z Compiling rustls v0.22.4
10542026-04-01T03:28:20.803Z Compiling aws-lc-rs v1.16.2
10552026-04-01T03:28:20.934Z Checking cpufeatures v0.2.17
10562026-04-01T03:28:21.005Z Compiling usdt-attr-macro v0.6.0
10572026-04-01T03:28:21.036Z Compiling usdt-macro v0.6.0
10582026-04-01T03:28:21.100Z Checking num_threads v0.1.7
10592026-04-01T03:28:21.146Z Compiling darling_macro v0.21.3
10602026-04-01T03:28:21.305Z Checking time v0.3.47
10612026-04-01T03:28:21.357Z Compiling typify-macro v0.4.3
10622026-04-01T03:28:21.684Z Compiling darling v0.21.3
10632026-04-01T03:28:21.767Z Checking tower v0.5.2
10642026-04-01T03:28:21.828Z Compiling structmeta-derive v0.3.0
10652026-04-01T03:28:22.180Z Checking encoding_rs v0.8.35
10662026-04-01T03:28:22.314Z Checking iri-string v0.7.8
10672026-04-01T03:28:22.466Z Checking mime v0.3.17
10682026-04-01T03:28:22.574Z Checking crossbeam-channel v0.5.15
10692026-04-01T03:28:22.637Z Checking futures-executor v0.3.32
10702026-04-01T03:28:22.785Z Compiling multer v3.1.0
10712026-04-01T03:28:22.892Z Compiling structmeta v0.3.0
10722026-04-01T03:28:22.895Z Compiling typify v0.4.3
10732026-04-01T03:28:22.895Z Checking foreign-types-shared v0.1.1
10742026-04-01T03:28:22.999Z Checking fastrand v2.3.0
10752026-04-01T03:28:23.016Z Checking hex v0.4.3
10762026-04-01T03:28:23.018Z Compiling openssl v0.10.76
10772026-04-01T03:28:23.091Z Checking unicode-width v0.2.1
10782026-04-01T03:28:23.107Z Checking untrusted v0.7.1
10792026-04-01T03:28:23.110Z Checking foreign-types v0.3.2
10802026-04-01T03:28:23.172Z Checking tempfile v3.23.0
10812026-04-01T03:28:23.218Z Checking futures v0.3.32
10822026-04-01T03:28:23.249Z Compiling openssl-macros v0.1.1
10832026-04-01T03:28:23.302Z Compiling async-stream-impl v0.3.6
10842026-04-01T03:28:23.317Z Checking tower-http v0.6.8
10852026-04-01T03:28:23.332Z Compiling strum_macros v0.26.4
10862026-04-01T03:28:23.362Z Checking thread_local v1.1.9
10872026-04-01T03:28:23.466Z Compiling rustls v0.23.32
10882026-04-01T03:28:23.516Z Checking openssl-probe v0.1.6
10892026-04-01T03:28:23.619Z Compiling native-tls v0.2.14
10902026-04-01T03:28:23.870Z Compiling newtype-uuid-macros v0.1.0
10912026-04-01T03:28:23.900Z Compiling dropshot v0.16.7
10922026-04-01T03:28:24.010Z Checking is-terminal v0.4.16
10932026-04-01T03:28:24.036Z Checking memmap2 v0.9.8
10942026-04-01T03:28:24.100Z Checking match_cfg v0.1.0
10952026-04-01T03:28:24.119Z Compiling ref-cast v1.0.25
10962026-04-01T03:28:24.170Z Checking term v1.2.0
10972026-04-01T03:28:24.193Z Checking take_mut v0.2.2
10982026-04-01T03:28:24.296Z Checking winnow v0.7.14
10992026-04-01T03:28:24.387Z Checking slog-term v2.9.2
11002026-04-01T03:28:24.608Z Checking hostname v0.3.1
11012026-04-01T03:28:24.697Z Checking slog-json v2.6.1
11022026-04-01T03:28:24.713Z Compiling dropshot_endpoint v0.16.7
11032026-04-01T03:28:24.716Z Compiling ref-cast-impl v1.0.25
11042026-04-01T03:28:24.846Z Checking slog-bunyan v2.5.0
11052026-04-01T03:28:24.882Z Compiling derive-ex v0.1.8
11062026-04-01T03:28:25.186Z Checking webpki-roots v1.0.2
11072026-04-01T03:28:25.302Z Compiling strum_macros v0.27.2
11082026-04-01T03:28:25.504Z Compiling progenitor-impl v0.11.1
11092026-04-01T03:28:25.710Z Checking newtype-uuid v1.3.2
11102026-04-01T03:28:25.872Z Checking tokio-native-tls v0.3.1
11112026-04-01T03:28:25.892Z Compiling either v1.15.0
11122026-04-01T03:28:26.027Z Checking hyper-tls v0.6.0
11132026-04-01T03:28:26.197Z Checking daft v0.1.4
11142026-04-01T03:28:26.261Z Compiling serde_with_macros v3.14.1
11152026-04-01T03:28:26.389Z Compiling test-strategy v0.4.3
11162026-04-01T03:28:26.573Z Checking rustls-webpki v0.102.8
11172026-04-01T03:28:26.683Z Checking debug-ignore v1.0.5
11182026-04-01T03:28:26.788Z Checking toml_parser v1.0.6+spec-1.1.0
11192026-04-01T03:28:27.162Z Compiling parse-display-derive v0.10.0
11202026-04-01T03:28:27.441Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11212026-04-01T03:28:27.580Z Compiling progenitor-macro v0.11.1
11222026-04-01T03:28:27.597Z Checking usdt v0.6.0
11232026-04-01T03:28:27.745Z Checking toml_datetime v0.7.5+spec-1.1.0
11242026-04-01T03:28:27.762Z Checking serde_spanned v1.0.4
11252026-04-01T03:28:27.890Z Checking toml_writer v1.0.6+spec-1.1.0
11262026-04-01T03:28:27.906Z Checking spin v0.9.8
11272026-04-01T03:28:28.070Z Checking toml v0.9.11+spec-1.1.0
11282026-04-01T03:28:28.238Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11292026-04-01T03:28:28.320Z Checking strum v0.26.3
11302026-04-01T03:28:28.387Z Checking tokio-rustls v0.25.0
11312026-04-01T03:28:28.431Z Checking async-stream v0.3.6
11322026-04-01T03:28:28.549Z Checking sha1 v0.10.6
11332026-04-01T03:28:28.568Z Checking rustls-pemfile v2.2.0
11342026-04-01T03:28:28.584Z Checking waitgroup v0.1.2
11352026-04-01T03:28:28.621Z Checking rand_chacha v0.3.1
11362026-04-01T03:28:28.682Z Compiling toml_datetime v0.6.11
11372026-04-01T03:28:28.698Z Checking macaddr v1.0.1
11382026-04-01T03:28:28.714Z Checking serde_path_to_error v0.1.20
11392026-04-01T03:28:28.716Z Checking wait-timeout v0.2.1
11402026-04-01T03:28:28.750Z Checking hostname v0.4.2
11412026-04-01T03:28:28.807Z Checking quick-error v1.2.3
11422026-04-01T03:28:28.847Z Checking lazy_static v1.5.0
11432026-04-01T03:28:28.878Z Checking bit-vec v0.8.0
11442026-04-01T03:28:28.906Z Checking rusty-fork v0.3.0
11452026-04-01T03:28:28.922Z Checking rand v0.8.5
11462026-04-01T03:28:28.940Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11472026-04-01T03:28:29.064Z Checking bit-set v0.8.0
11482026-04-01T03:28:29.193Z Checking tabwriter v1.4.1
11492026-04-01T03:28:29.209Z Checking rand_xorshift v0.4.0
11502026-04-01T03:28:29.328Z Compiling clap_derive v4.6.0
11512026-04-01T03:28:29.426Z Checking utf8parse v0.2.2
11522026-04-01T03:28:29.441Z Checking colored v3.0.0
11532026-04-01T03:28:29.486Z Checking unarray v0.1.4
11542026-04-01T03:28:29.543Z Checking anstyle-parse v1.0.0
11552026-04-01T03:28:29.592Z Checking proptest v1.8.0
11562026-04-01T03:28:29.624Z Checking strum v0.27.2
11572026-04-01T03:28:29.733Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11582026-04-01T03:28:29.794Z Checking terminal_size v0.4.3
11592026-04-01T03:28:30.115Z Checking colorchoice v1.0.4
11602026-04-01T03:28:30.221Z Checking is_terminal_polyfill v1.70.1
11612026-04-01T03:28:30.264Z Checking anstyle-query v1.1.4
11622026-04-01T03:28:30.281Z Checking anstyle v1.0.14
11632026-04-01T03:28:30.458Z Checking anstream v1.0.0
11642026-04-01T03:28:30.563Z Checking itertools v0.14.0
11652026-04-01T03:28:30.769Z Checking clap_lex v1.1.0
11662026-04-01T03:28:31.171Z Checking clap_builder v4.6.0
11672026-04-01T03:28:31.188Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11682026-04-01T03:28:31.654Z Checking serde_with v3.14.1
11692026-04-01T03:28:32.318Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11702026-04-01T03:28:32.436Z Checking clap v4.6.0
11712026-04-01T03:28:32.465Z Checking instant v0.1.13
11722026-04-01T03:28:32.545Z Checking rustc-hash v2.1.1
11732026-04-01T03:28:32.660Z Checking iddqd v0.3.17
11742026-04-01T03:28:32.723Z Checking backoff v0.4.0
11752026-04-01T03:28:32.897Z Checking parse-display v0.10.0
11762026-04-01T03:28:32.928Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11772026-04-01T03:28:33.033Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11782026-04-01T03:28:34.243Z Compiling cfg_aliases v0.2.1
11792026-04-01T03:28:34.856Z Compiling rustls-webpki v0.103.6
11802026-04-01T03:28:35.316Z Compiling prettyplease v0.2.37
11812026-04-01T03:28:37.572Z Checking serde_spanned v0.6.9
11822026-04-01T03:28:37.665Z Compiling memoffset v0.9.1
11832026-04-01T03:28:38.153Z Compiling tokio-rustls v0.26.3
11842026-04-01T03:28:38.454Z Compiling nix v0.30.1
11852026-04-01T03:28:38.681Z Compiling hyper-rustls v0.27.7
11862026-04-01T03:28:38.837Z Checking crossbeam-epoch v0.9.18
11872026-04-01T03:28:38.951Z Compiling reqwest v0.12.23
11882026-04-01T03:28:39.192Z Compiling winnow v0.5.40
11892026-04-01T03:28:40.088Z Compiling progenitor-client v0.11.1
11902026-04-01T03:28:40.447Z Compiling toml_edit v0.19.15
11912026-04-01T03:28:41.560Z Compiling proc-macro-crate v1.3.1
11922026-04-01T03:28:42.014Z Compiling progenitor v0.11.1
11932026-04-01T03:28:42.521Z Compiling num-integer v0.1.46
11942026-04-01T03:28:42.831Z Compiling rayon-core v1.13.0
11952026-04-01T03:28:43.031Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11962026-04-01T03:28:43.083Z Compiling progenitor-client v0.10.0
11972026-04-01T03:28:43.978Z Compiling hubpack_derive v0.1.1
11982026-04-01T03:28:44.197Z Compiling zerocopy-derive v0.7.35
11992026-04-01T03:28:44.485Z Checking toml_write v0.1.2
12002026-04-01T03:28:44.587Z Checking hubpack v0.1.2
12012026-04-01T03:28:44.652Z Checking toml_edit v0.22.27
12022026-04-01T03:28:44.706Z Checking num-rational v0.4.2
12032026-04-01T03:28:44.751Z Checking num-iter v0.1.45
12042026-04-01T03:28:44.971Z Checking crossbeam-deque v0.8.6
12052026-04-01T03:28:45.118Z Compiling num-complex v0.4.6
12062026-04-01T03:28:45.160Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12072026-04-01T03:28:45.464Z Checking static_assertions v1.1.0
12082026-04-01T03:28:45.489Z Checking num v0.4.3
12092026-04-01T03:28:45.656Z Compiling proc-macro-error-attr v1.0.4
12102026-04-01T03:28:45.696Z Checking toml v0.8.23
12112026-04-01T03:28:45.881Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12122026-04-01T03:28:45.955Z Compiling float-ord v0.3.2
12132026-04-01T03:28:46.003Z Compiling heapless v0.8.0
12142026-04-01T03:28:46.230Z Compiling ingot-macros v0.1.1
12152026-04-01T03:28:46.246Z Checking hash32 v0.3.1
12162026-04-01T03:28:46.371Z Compiling proc-macro-error v1.0.4
12172026-04-01T03:28:46.439Z Checking bytecount v0.6.9
12182026-04-01T03:28:46.470Z Compiling smoltcp v0.11.0
12192026-04-01T03:28:46.544Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12202026-04-01T03:28:46.826Z Compiling zerocopy v0.7.35
12212026-04-01T03:28:47.217Z Compiling num_enum_derive v0.7.5
12222026-04-01T03:28:47.740Z Compiling num-derive v0.3.3
12232026-04-01T03:28:47.918Z Checking cobs v0.3.0
12242026-04-01T03:28:47.933Z Compiling scroll_derive v0.12.1
12252026-04-01T03:28:48.065Z Compiling foreign-types-macros v0.2.3
12262026-04-01T03:28:48.067Z Compiling usdt-impl v0.5.0
12272026-04-01T03:28:48.244Z Checking managed v0.8.0
12282026-04-01T03:28:48.332Z Compiling crucible-workspace-hack v0.1.0
12292026-04-01T03:28:48.431Z Checking foreign-types-shared v0.3.1
12302026-04-01T03:28:48.529Z Checking bitflags v1.3.2
12312026-04-01T03:28:48.622Z Checking scroll v0.12.0
12322026-04-01T03:28:48.637Z Checking libscf-sys v1.1.0
12332026-04-01T03:28:48.672Z Checking num_enum v0.7.5
12342026-04-01T03:28:48.688Z Checking foreign-types v0.5.0
12352026-04-01T03:28:48.763Z Checking postcard v1.1.3
12362026-04-01T03:28:48.780Z Compiling dof v0.3.0
12372026-04-01T03:28:48.858Z Checking ingot-types v0.1.2
12382026-04-01T03:28:49.039Z Compiling dtrace-parser v0.2.0
12392026-04-01T03:28:49.055Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12402026-04-01T03:28:49.071Z Checking camino-tempfile v1.4.1
12412026-04-01T03:28:49.126Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12422026-04-01T03:28:49.188Z Checking ingot v0.1.1
12432026-04-01T03:28:49.226Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-04-01T03:28:49.434Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-04-01T03:28:49.637Z Checking cstr-argument v0.1.2
12462026-04-01T03:28:49.640Z Compiling thread-id v4.2.2
12472026-04-01T03:28:49.640Z Compiling minimal-lexical v0.2.1
12482026-04-01T03:28:49.684Z Compiling heck v0.4.1
12492026-04-01T03:28:49.757Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12502026-04-01T03:28:49.806Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12512026-04-01T03:28:49.876Z Compiling nom v7.1.3
12522026-04-01T03:28:49.907Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12532026-04-01T03:28:49.922Z Checking goblin v0.8.2
12542026-04-01T03:28:49.937Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12552026-04-01T03:28:50.126Z Checking rayon v1.11.0
12562026-04-01T03:28:50.261Z Compiling num_enum_derive v0.5.11
12572026-04-01T03:28:50.453Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12582026-04-01T03:28:50.626Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12592026-04-01T03:28:51.120Z Compiling rustc_version v0.4.1
12602026-04-01T03:28:51.202Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12612026-04-01T03:28:51.231Z Compiling convert_case v0.4.0
12622026-04-01T03:28:51.389Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-04-01T03:28:51.390Z Checking tinyvec_macros v0.1.1
12642026-04-01T03:28:51.421Z Compiling rustix v0.38.44
12652026-04-01T03:28:51.475Z Checking tinyvec v1.10.0
12662026-04-01T03:28:51.531Z Compiling derive_more v0.99.20
12672026-04-01T03:28:51.626Z Checking num_enum v0.5.11
12682026-04-01T03:28:51.784Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12692026-04-01T03:28:51.890Z Compiling libz-sys v1.1.22
12702026-04-01T03:28:52.085Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12712026-04-01T03:28:52.156Z Compiling proc-macro-error-attr2 v2.0.0
12722026-04-01T03:28:52.360Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12732026-04-01T03:28:52.543Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12742026-04-01T03:28:52.572Z Compiling proc-macro-error2 v2.0.1
12752026-04-01T03:28:52.841Z Compiling usdt-attr-macro v0.5.0
12762026-04-01T03:28:53.012Z Compiling usdt-macro v0.5.0
12772026-04-01T03:28:53.038Z Compiling zone_cfg_derive v0.3.1
12782026-04-01T03:28:53.245Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-04-01T03:28:53.419Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-04-01T03:28:53.436Z Checking itertools v0.12.1
12812026-04-01T03:28:53.565Z Compiling num-derive v0.4.2
12822026-04-01T03:28:53.685Z Checking memmap v0.7.0
12832026-04-01T03:28:53.701Z Checking sigpipe v0.1.3
12842026-04-01T03:28:53.781Z Checking glob v0.3.3
12852026-04-01T03:28:53.784Z Checking jiff v0.2.15
12862026-04-01T03:28:53.818Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12872026-04-01T03:28:53.965Z Checking usdt v0.5.0
12882026-04-01T03:28:54.061Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12892026-04-01T03:28:54.105Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12902026-04-01T03:28:54.131Z Compiling tabled_derive v0.11.0
12912026-04-01T03:28:54.258Z Checking papergrid v0.17.0
12922026-04-01T03:28:54.412Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12932026-04-01T03:28:54.428Z Checking zone v0.3.1
12942026-04-01T03:28:54.472Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12952026-04-01T03:28:54.562Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12962026-04-01T03:28:54.687Z Checking testing_table v0.3.0
12972026-04-01T03:28:54.770Z Checking smf v0.2.3
12982026-04-01T03:28:54.787Z Checking secrecy v0.10.3
12992026-04-01T03:28:54.908Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13002026-04-01T03:28:54.996Z Checking bstr v1.12.0
13012026-04-01T03:28:55.129Z Checking whoami v1.6.1
13022026-04-01T03:28:55.194Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13032026-04-01T03:28:55.210Z Checking tabled v0.20.0
13042026-04-01T03:28:55.300Z Compiling curve25519-dalek v4.1.3
13052026-04-01T03:28:55.319Z Checking hmac v0.12.1
13062026-04-01T03:28:55.348Z Compiling clang-sys v1.8.1
13072026-04-01T03:28:55.455Z Checking inout v0.1.4
13082026-04-01T03:28:55.579Z Checking ff v0.13.1
13092026-04-01T03:28:55.595Z Compiling enum-as-inner v0.6.1
13102026-04-01T03:28:55.707Z Checking data-encoding v2.9.0
13112026-04-01T03:28:55.707Z Compiling semver v0.1.20
13122026-04-01T03:28:55.967Z Compiling rustc_version v0.1.7
13132026-04-01T03:28:56.017Z Checking group v0.13.0
13142026-04-01T03:28:56.053Z Checking cipher v0.4.4
13152026-04-01T03:28:56.145Z Checking hkdf v0.12.4
13162026-04-01T03:28:56.172Z Checking atomicwrites v0.4.4
13172026-04-01T03:28:56.192Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13182026-04-01T03:28:56.208Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13192026-04-01T03:28:56.249Z Compiling nix v0.31.2
13202026-04-01T03:28:56.274Z Compiling thiserror-impl-no-std v2.0.2
13212026-04-01T03:28:56.301Z Checking universal-hash v0.5.1
13222026-04-01T03:28:56.348Z Checking crypto-bigint v0.5.5
13232026-04-01T03:28:56.433Z Checking half v2.7.1
13242026-04-01T03:28:56.627Z Compiling curve25519-dalek-derive v0.1.1
13252026-04-01T03:28:56.678Z Checking ciborium-io v0.2.2
13262026-04-01T03:28:56.775Z Checking base16ct v0.2.0
13272026-04-01T03:28:56.932Z Checking opaque-debug v0.3.1
13282026-04-01T03:28:57.009Z Checking indent_write v2.2.0
13292026-04-01T03:28:57.145Z Checking base64ct v1.8.0
13302026-04-01T03:28:57.180Z Checking poly1305 v0.8.0
13312026-04-01T03:28:57.368Z Checking elliptic-curve v0.13.8
13322026-04-01T03:28:57.384Z Checking thiserror-no-std v2.0.2
13332026-04-01T03:28:57.399Z Checking password-hash v0.5.0
13342026-04-01T03:28:57.414Z Checking ciborium-ll v0.2.2
13352026-04-01T03:28:57.495Z Checking chacha20 v0.9.1
13362026-04-01T03:28:57.585Z Compiling newtype_derive v0.1.6
13372026-04-01T03:28:57.611Z Checking similar v2.7.0
13382026-04-01T03:28:57.629Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-04-01T03:28:57.632Z Checking blake2 v0.10.6
13402026-04-01T03:28:57.682Z Compiling typify-impl v0.6.1
13412026-04-01T03:28:57.808Z Checking aead v0.5.2
13422026-04-01T03:28:57.855Z Compiling libloading v0.8.9
13432026-04-01T03:28:57.874Z Checking keccak v0.1.6
13442026-04-01T03:28:57.937Z Compiling bindgen v0.72.1
13452026-04-01T03:28:57.953Z Checking resolv-conf v0.7.5
13462026-04-01T03:28:58.023Z Compiling owo-colors v4.3.0
13472026-04-01T03:28:58.039Z Checking linked-hash-map v0.5.6
13482026-04-01T03:28:58.054Z Checking sha3 v0.10.8
13492026-04-01T03:28:58.130Z Checking vsss-rs v3.3.4
13502026-04-01T03:28:58.200Z Checking lru-cache v0.1.2
13512026-04-01T03:28:58.254Z Checking chacha20poly1305 v0.10.1
13522026-04-01T03:28:58.278Z Checking argon2 v0.5.3
13532026-04-01T03:28:58.366Z Checking ciborium v0.2.2
13542026-04-01T03:28:58.397Z Checking hickory-proto v0.24.4
13552026-04-01T03:28:58.567Z Checking tokio-dtrace v0.1.1
13562026-04-01T03:28:58.735Z Compiling cexpr v0.6.0
13572026-04-01T03:28:58.752Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13582026-04-01T03:28:59.025Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13592026-04-01T03:28:59.190Z Checking serde-big-array v0.5.1
13602026-04-01T03:28:59.252Z Compiling derive-where v1.6.0
13612026-04-01T03:28:59.281Z Compiling serde_repr v0.1.20
13622026-04-01T03:28:59.324Z Checking unicode-segmentation v1.12.0
13632026-04-01T03:28:59.629Z Checking same-file v1.0.6
13642026-04-01T03:28:59.645Z Checking siphasher v1.0.1
13652026-04-01T03:28:59.751Z Checking walkdir v2.5.0
13662026-04-01T03:28:59.804Z Checking phf_shared v0.12.1
13672026-04-01T03:28:59.841Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13682026-04-01T03:28:59.857Z Checking hickory-resolver v0.24.4
13692026-04-01T03:28:59.912Z Checking newline-converter v0.3.0
13702026-04-01T03:29:00.024Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13712026-04-01T03:29:00.438Z Checking oxide-tokio-rt v0.1.3
13722026-04-01T03:29:00.508Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13732026-04-01T03:29:00.795Z Checking console v0.15.11
13742026-04-01T03:29:00.989Z Compiling typify-macro v0.6.1
13752026-04-01T03:29:01.086Z Compiling progenitor-impl v0.10.0
13762026-04-01T03:29:01.106Z Checking tokio-stream v0.1.17
13772026-04-01T03:29:01.183Z Compiling pin-project-internal v1.1.10
13782026-04-01T03:29:01.246Z Compiling slog-dtrace v0.3.0
13792026-04-01T03:29:01.477Z Checking csv-core v0.1.12
13802026-04-01T03:29:01.494Z Compiling cancel-safe-futures v0.1.5
13812026-04-01T03:29:01.659Z Checking unicode-linebreak v0.1.5
13822026-04-01T03:29:01.740Z Checking smawk v0.3.2
13832026-04-01T03:29:01.873Z Checking foldhash v0.1.5
13842026-04-01T03:29:01.876Z Checking swrite v0.1.0
13852026-04-01T03:29:02.036Z Checking unicode-width v0.1.14
13862026-04-01T03:29:02.039Z Compiling chrono-tz v0.10.4
13872026-04-01T03:29:02.067Z Compiling unicode-xid v0.2.6
13882026-04-01T03:29:02.200Z Compiling const_format_proc_macros v0.2.34
13892026-04-01T03:29:02.294Z Checking hashbrown v0.15.5
13902026-04-01T03:29:02.297Z Checking pin-project v1.1.10
13912026-04-01T03:29:02.327Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13922026-04-01T03:29:02.411Z Checking textwrap v0.16.2
13932026-04-01T03:29:02.538Z Checking csv v1.3.1
13942026-04-01T03:29:02.631Z Checking qorb v0.4.1
13952026-04-01T03:29:02.821Z Checking expectorate v1.2.0
13962026-04-01T03:29:02.908Z Checking phf v0.12.1
13972026-04-01T03:29:02.957Z Checking unicode-normalization v0.1.24
13982026-04-01T03:29:02.974Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13992026-04-01T03:29:03.220Z Compiling progenitor-macro v0.10.0
14002026-04-01T03:29:03.377Z Checking libsw-core v0.3.2
14012026-04-01T03:29:03.469Z Compiling libgit2-sys v0.17.0+1.8.1
14022026-04-01T03:29:03.535Z Compiling snafu-derive v0.8.9
14032026-04-01T03:29:03.614Z Compiling async-recursion v1.1.1
14042026-04-01T03:29:03.781Z Compiling cookie v0.18.1
14052026-04-01T03:29:03.892Z Checking fixedbitset v0.5.7
14062026-04-01T03:29:03.922Z Compiling moka v0.12.11
14072026-04-01T03:29:04.092Z Checking fixedbitset v0.4.2
14082026-04-01T03:29:04.142Z Checking highway v1.3.0
14092026-04-01T03:29:04.247Z Checking petgraph v0.6.5
14102026-04-01T03:29:04.307Z Checking petgraph v0.8.2
14112026-04-01T03:29:04.557Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-04-01T03:29:04.719Z Checking libsw v3.5.0
14132026-04-01T03:29:04.895Z Checking olpc-cjson v0.1.4
14142026-04-01T03:29:05.220Z Checking snafu v0.8.9
14152026-04-01T03:29:05.251Z Checking const_format v0.2.34
14162026-04-01T03:29:05.453Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14172026-04-01T03:29:05.596Z Compiling typify v0.6.1
14182026-04-01T03:29:05.667Z Checking papergrid v0.11.0
14192026-04-01T03:29:05.691Z Checking globset v0.4.16
14202026-04-01T03:29:05.710Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14212026-04-01T03:29:05.864Z Checking gethostname v0.5.0
14222026-04-01T03:29:05.961Z Compiling tabled_derive v0.7.0
14232026-04-01T03:29:06.052Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-04-01T03:29:06.246Z Checking reqwest v0.13.2
14252026-04-01T03:29:06.556Z Checking bcs v0.1.6
14262026-04-01T03:29:06.776Z Checking pem v3.0.5
14272026-04-01T03:29:06.792Z Checking serde_plain v1.0.2
14282026-04-01T03:29:06.870Z Checking termtree v0.5.1
14292026-04-01T03:29:06.943Z Checking crc8 v0.1.1
14302026-04-01T03:29:06.943Z Checking typed-path v0.9.3
14312026-04-01T03:29:07.044Z Checking linear-map v1.2.0
14322026-04-01T03:29:07.047Z Checking tagptr v0.2.0
14332026-04-01T03:29:07.192Z Checking humantime v2.3.0
14342026-04-01T03:29:07.233Z Compiling signal-hook v0.3.18
14352026-04-01T03:29:07.328Z Checking progenitor v0.10.0
14362026-04-01T03:29:07.374Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-04-01T03:29:07.464Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-04-01T03:29:07.495Z Checking tabled v0.15.0
14392026-04-01T03:29:07.726Z Checking tough v0.20.0
14402026-04-01T03:29:08.098Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-04-01T03:29:08.263Z Compiling progenitor-impl v0.13.0
14422026-04-01T03:29:08.605Z Checking steno v0.4.1
14432026-04-01T03:29:08.842Z Checking hickory-proto v0.25.2
14442026-04-01T03:29:09.293Z Checking dropshot-api-manager-types v0.5.2
14452026-04-01T03:29:09.461Z Compiling curl-sys v0.4.83+curl-8.15.0
14462026-04-01T03:29:09.551Z Compiling cargo-platform v0.1.9
14472026-04-01T03:29:09.554Z Compiling vergen v8.3.2
14482026-04-01T03:29:09.625Z Compiling fs-err v3.1.2
14492026-04-01T03:29:09.785Z Compiling crc32fast v1.5.0
14502026-04-01T03:29:09.825Z Compiling cargo_metadata v0.18.1
14512026-04-01T03:29:10.094Z Checking progenitor-client v0.13.0
14522026-04-01T03:29:10.126Z Checking sha2 v0.10.9
14532026-04-01T03:29:10.304Z Compiling progenitor-macro v0.13.0
14542026-04-01T03:29:10.321Z Compiling blake3 v1.8.2
14552026-04-01T03:29:10.386Z Checking adler2 v2.0.1
14562026-04-01T03:29:10.403Z Checking hickory-resolver v0.25.2
14572026-04-01T03:29:10.907Z Checking miniz_oxide v0.8.9
14582026-04-01T03:29:11.166Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14592026-04-01T03:29:11.233Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14602026-04-01T03:29:11.286Z Checking git-stub v1.0.0
14612026-04-01T03:29:11.380Z Checking filetime v0.2.26
14622026-04-01T03:29:11.437Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14632026-04-01T03:29:11.518Z Checking constant_time_eq v0.3.1
14642026-04-01T03:29:11.617Z Checking arrayvec v0.7.6
14652026-04-01T03:29:11.657Z Compiling curl v0.4.49
14662026-04-01T03:29:11.803Z Checking arrayref v0.3.9
14672026-04-01T03:29:11.917Z Checking xattr v1.6.1
14682026-04-01T03:29:11.934Z Checking is_ci v1.2.0
14692026-04-01T03:29:12.037Z Checking supports-color v3.0.2
14702026-04-01T03:29:12.053Z Checking tar v0.4.45
14712026-04-01T03:29:12.454Z Checking git-stub-vcs v0.1.0
14722026-04-01T03:29:12.566Z Checking flate2 v1.1.2
14732026-04-01T03:29:12.640Z Checking toml v0.7.8
14742026-04-01T03:29:12.643Z Checking drift v0.1.3
14752026-04-01T03:29:12.777Z Checking kstat-rs v0.2.4
14762026-04-01T03:29:12.850Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14772026-04-01T03:29:12.867Z Checking topological-sort v0.2.2
14782026-04-01T03:29:12.907Z Checking dropshot-api-manager v0.5.2
14792026-04-01T03:29:13.001Z Checking omicron-zone-package v0.12.2
14802026-04-01T03:29:13.483Z Checking signal-hook-tokio v0.3.1
14812026-04-01T03:29:13.612Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14822026-04-01T03:29:13.729Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14832026-04-01T03:29:13.851Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14842026-04-01T03:29:13.926Z Checking search_path v0.1.4
14852026-04-01T03:29:14.044Z Checking internet-checksum v0.2.1
14862026-04-01T03:29:14.065Z Checking display-error-chain v0.2.2
14872026-04-01T03:29:14.133Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14882026-04-01T03:29:14.161Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14892026-04-01T03:29:14.461Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-04-01T03:29:14.513Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-04-01T03:29:14.632Z Checking progenitor v0.13.0
14922026-04-01T03:29:14.757Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14932026-04-01T03:29:14.987Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-04-01T03:29:15.385Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-04-01T03:29:15.543Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-04-01T03:29:15.839Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-04-01T03:29:15.959Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-04-01T03:29:16.266Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-04-01T03:29:16.312Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-04-01T03:29:16.366Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-04-01T03:29:16.547Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15022026-04-01T03:29:16.569Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15032026-04-01T03:29:16.772Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-04-01T03:29:16.988Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15052026-04-01T03:29:17.068Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-04-01T03:29:17.480Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15072026-04-01T03:29:17.503Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-04-01T03:29:18.343Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15092026-04-01T03:29:19.451Z Compiling git2 v0.19.0
15102026-04-01T03:29:21.529Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-04-01T03:29:21.613Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15122026-04-01T03:29:21.819Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15132026-04-01T03:29:22.388Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15142026-04-01T03:29:22.618Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15152026-04-01T03:29:22.689Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15162026-04-01T03:29:22.812Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15172026-04-01T03:29:23.256Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-04-01T03:29:33.727Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-04-01T03:29:34.990Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-04-01T03:29:40.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15212026-04-01T03:29:40.608Z+ for feat in tofino_stub tofino_asic softnpu chaos
15222026-04-01T03:29:40.608Z+ cargo clippy --features tofino_asic -- --deny warnings
15232026-04-01T03:29:41.077Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15242026-04-01T03:29:41.080Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15252026-04-01T03:29:41.150Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15262026-04-01T03:29:41.150Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15272026-04-01T03:29:48.204Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15282026-04-01T03:29:48.207Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15292026-04-01T03:29:50.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.22s
15302026-04-01T03:29:51.004Z+ for feat in tofino_stub tofino_asic softnpu chaos
15312026-04-01T03:29:51.004Z+ cargo clippy --features softnpu -- --deny warnings
15322026-04-01T03:29:51.291Z Downloading crates ...
15332026-04-01T03:29:51.424Z Downloaded bitstruct v0.1.1
15342026-04-01T03:29:51.427Z Downloaded ascii v1.1.0
15352026-04-01T03:29:51.427Z Downloaded bit_field v0.10.3
15362026-04-01T03:29:51.430Z Downloaded typeid v1.0.3
15372026-04-01T03:29:51.430Z Downloaded bitstruct_derive v0.1.0
15382026-04-01T03:29:51.430Z Downloaded radium v0.7.0
15392026-04-01T03:29:51.435Z Downloaded serde_arrays v0.1.0
15402026-04-01T03:29:51.440Z Downloaded tap v1.0.1
15412026-04-01T03:29:51.440Z Downloaded funty v2.0.0
15422026-04-01T03:29:51.440Z Downloaded erased-serde v0.4.8
15432026-04-01T03:29:51.443Z Downloaded wyz v0.5.1
15442026-04-01T03:29:51.443Z Downloaded libloading v0.7.4
15452026-04-01T03:29:51.449Z Downloaded num-bigint v0.4.6
15462026-04-01T03:29:51.456Z Downloaded bitvec v1.0.1
15472026-04-01T03:29:51.589Z Checking num-integer v0.1.46
15482026-04-01T03:29:51.665Z Checking num-complex v0.4.6
15492026-04-01T03:29:51.674Z Compiling nix v0.31.2
15502026-04-01T03:29:51.682Z Compiling radium v0.7.0
15512026-04-01T03:29:51.689Z Checking tap v1.0.1
15522026-04-01T03:29:51.695Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15532026-04-01T03:29:51.698Z Compiling typeid v1.0.3
15542026-04-01T03:29:51.698Z Checking funty v2.0.0
15552026-04-01T03:29:51.776Z Checking wyz v0.5.1
15562026-04-01T03:29:51.860Z Checking num-bigint v0.4.6
15572026-04-01T03:29:51.902Z Checking num-iter v0.1.45
15582026-04-01T03:29:51.955Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15592026-04-01T03:29:51.983Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15602026-04-01T03:29:51.994Z Compiling erased-serde v0.4.8
15612026-04-01T03:29:52.079Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15622026-04-01T03:29:52.091Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15632026-04-01T03:29:52.094Z Compiling bitstruct_derive v0.1.0
15642026-04-01T03:29:52.108Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15652026-04-01T03:29:52.116Z Checking bitvec v1.0.1
15662026-04-01T03:29:52.180Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15672026-04-01T03:29:52.209Z Checking ascii v1.1.0
15682026-04-01T03:29:52.246Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15692026-04-01T03:29:52.373Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15702026-04-01T03:29:52.382Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15712026-04-01T03:29:52.395Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15722026-04-01T03:29:52.480Z Checking oxide-tokio-rt v0.1.3
15732026-04-01T03:29:52.533Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15742026-04-01T03:29:52.629Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15752026-04-01T03:29:52.638Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15762026-04-01T03:29:52.666Z Checking num-rational v0.4.2
15772026-04-01T03:29:52.694Z Checking serde_arrays v0.1.0
15782026-04-01T03:29:52.729Z Checking bitstruct v0.1.1
15792026-04-01T03:29:52.787Z Checking libloading v0.7.4
15802026-04-01T03:29:52.796Z Checking bit_field v0.10.3
15812026-04-01T03:29:52.806Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15822026-04-01T03:29:52.817Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15832026-04-01T03:29:52.915Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15842026-04-01T03:29:52.932Z Checking num v0.4.3
15852026-04-01T03:29:52.999Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15862026-04-01T03:29:53.587Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
15872026-04-01T03:29:53.891Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
15882026-04-01T03:29:54.081Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
15892026-04-01T03:29:54.230Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-04-01T03:29:54.233Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-04-01T03:29:54.694Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-04-01T03:29:54.916Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-04-01T03:29:54.916Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15942026-04-01T03:29:54.919Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15952026-04-01T03:29:54.919Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-04-01T03:29:55.303Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15972026-04-01T03:29:55.728Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15982026-04-01T03:29:56.526Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-04-01T03:29:56.610Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16002026-04-01T03:29:59.815Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16012026-04-01T03:30:00.828Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16022026-04-01T03:30:00.944Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16032026-04-01T03:30:07.152Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-04-01T03:30:08.422Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-04-01T03:30:08.940Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16062026-04-01T03:30:13.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.73s
16072026-04-01T03:30:13.927Z+ for feat in tofino_stub tofino_asic softnpu chaos
16082026-04-01T03:30:13.927Z+ cargo clippy --features chaos -- --deny warnings
16092026-04-01T03:30:14.395Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16102026-04-01T03:30:14.398Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16112026-04-01T03:30:14.399Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16122026-04-01T03:30:21.481Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16132026-04-01T03:30:21.484Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16142026-04-01T03:30:23.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s
16152026-04-01T03:30:24.087Z+ banner fmt
16162026-04-01T03:30:24.090Z
16172026-04-01T03:30:24.090Z ###### # # #####
16182026-04-01T03:30:24.090Z # ## ## #
16192026-04-01T03:30:24.090Z ##### # ## # #
16202026-04-01T03:30:24.090Z # # # #
16212026-04-01T03:30:24.090Z # # # #
16222026-04-01T03:30:24.090Z # # # #
16232026-04-01T03:30:24.090Z
16242026-04-01T03:30:24.090Z+ cargo fmt -- --check
16252026-04-01T03:30:24.521Z+ banner test
16262026-04-01T03:30:24.524Z
16272026-04-01T03:30:24.524Z ##### ###### #### #####
16282026-04-01T03:30:24.524Z # # # #
16292026-04-01T03:30:24.524Z # ##### #### #
16302026-04-01T03:30:24.524Z # # # #
16312026-04-01T03:30:24.524Z # # # # #
16322026-04-01T03:30:24.524Z # ###### #### #
16332026-04-01T03:30:24.524Z
16342026-04-01T03:30:24.524Z+ for feat in tofino_stub tofino_asic softnpu chaos
16352026-04-01T03:30:24.524Z+ RUST_BACKTRACE=full
16362026-04-01T03:30:24.524Z+ cargo test --features tofino_stub --no-fail-fast
16372026-04-01T03:30:25.338Z Compiling unicode-ident v1.0.24
16382026-04-01T03:30:25.338Z Compiling cfg-if v1.0.3
16392026-04-01T03:30:25.341Z Compiling memchr v2.7.5
16402026-04-01T03:30:25.437Z Compiling serde_core v1.0.228
16412026-04-01T03:30:25.455Z Compiling itoa v1.0.15
16422026-04-01T03:30:25.462Z Compiling libc v0.2.183
16432026-04-01T03:30:25.471Z Compiling zmij v1.0.17
16442026-04-01T03:30:25.494Z Compiling libm v0.2.15
16452026-04-01T03:30:25.546Z Compiling proc-macro2 v1.0.106
16462026-04-01T03:30:25.574Z Compiling heck v0.5.0
16472026-04-01T03:30:25.837Z Compiling log v0.4.29
16482026-04-01T03:30:25.941Z Compiling quote v1.0.45
16492026-04-01T03:30:25.959Z Compiling equivalent v1.0.2
16502026-04-01T03:30:26.016Z Compiling smallvec v1.15.1
16512026-04-01T03:30:26.046Z Compiling allocator-api2 v0.2.21
16522026-04-01T03:30:26.106Z Compiling iana-time-zone v0.1.64
16532026-04-01T03:30:26.221Z Compiling syn v2.0.117
16542026-04-01T03:30:26.233Z Compiling foldhash v0.2.0
16552026-04-01T03:30:26.236Z Compiling dyn-clone v1.0.20
16562026-04-01T03:30:26.356Z Compiling stable_deref_trait v1.2.0
16572026-04-01T03:30:26.399Z Compiling hashbrown v0.16.1
16582026-04-01T03:30:26.411Z Compiling pin-project-lite v0.2.16
16592026-04-01T03:30:26.433Z Compiling percent-encoding v2.3.2
16602026-04-01T03:30:26.481Z Compiling fnv v1.0.7
16612026-04-01T03:30:26.522Z Compiling writeable v0.6.1
16622026-04-01T03:30:26.578Z Compiling litemap v0.8.0
16632026-04-01T03:30:26.591Z Compiling regex-syntax v0.8.6
16642026-04-01T03:30:26.643Z Compiling icu_properties_data v2.0.1
16652026-04-01T03:30:26.777Z Compiling icu_normalizer_data v2.0.0
16662026-04-01T03:30:26.792Z Compiling form_urlencoded v1.2.2
16672026-04-01T03:30:26.823Z Compiling utf8_iter v1.0.4
16682026-04-01T03:30:26.853Z Compiling scopeguard v1.2.0
16692026-04-01T03:30:26.961Z Compiling lock_api v0.4.14
16702026-04-01T03:30:26.973Z Compiling num-traits v0.2.19
16712026-04-01T03:30:26.973Z Compiling getrandom v0.3.3
16722026-04-01T03:30:27.009Z Compiling aho-corasick v1.1.3
16732026-04-01T03:30:27.161Z Compiling semver v1.0.27
16742026-04-01T03:30:27.186Z Compiling serde_json v1.0.149
16752026-04-01T03:30:27.279Z Compiling indexmap v2.13.0
16762026-04-01T03:30:27.538Z Compiling ucd-trie v0.1.7
16772026-04-01T03:30:27.571Z Compiling byteorder v1.5.0
16782026-04-01T03:30:27.791Z Compiling uuid v1.20.0
16792026-04-01T03:30:27.821Z Compiling futures-core v0.3.32
16802026-04-01T03:30:28.088Z Compiling regex-automata v0.4.13
16812026-04-01T03:30:28.136Z Compiling time-core v0.1.8
16822026-04-01T03:30:28.148Z Compiling num-conv v0.2.1
16832026-04-01T03:30:28.201Z Compiling ryu v1.0.20
16842026-04-01T03:30:28.284Z Compiling futures-sink v0.3.32
16852026-04-01T03:30:28.295Z Compiling time-macros v0.2.27
16862026-04-01T03:30:28.386Z Compiling regress v0.10.5
16872026-04-01T03:30:28.415Z Compiling slab v0.4.11
16882026-04-01T03:30:28.589Z Compiling pretty-hex v0.4.1
16892026-04-01T03:30:28.727Z Compiling strsim v0.11.1
16902026-04-01T03:30:29.010Z Compiling synstructure v0.13.2
16912026-04-01T03:30:29.021Z Compiling serde_derive_internals v0.29.1
16922026-04-01T03:30:29.207Z Compiling plain v0.2.3
16932026-04-01T03:30:29.315Z Compiling futures-channel v0.3.32
16942026-04-01T03:30:29.326Z Compiling syn v1.0.109
16952026-04-01T03:30:29.419Z Compiling futures-task v0.3.32
16962026-04-01T03:30:29.503Z Compiling futures-io v0.3.32
16972026-04-01T03:30:29.536Z Compiling socket2 v0.6.0
16982026-04-01T03:30:29.665Z Compiling parking_lot_core v0.9.12
16992026-04-01T03:30:29.739Z Compiling regex v1.12.3
17002026-04-01T03:30:29.962Z Compiling parking_lot v0.12.5
17012026-04-01T03:30:29.974Z Compiling signal-hook-registry v1.4.6
17022026-04-01T03:30:29.997Z Compiling mio v1.0.4
17032026-04-01T03:30:30.155Z Compiling serde_derive v1.0.228
17042026-04-01T03:30:30.198Z Compiling zerofrom-derive v0.1.6
17052026-04-01T03:30:30.361Z Compiling yoke-derive v0.8.0
17062026-04-01T03:30:30.364Z Compiling zerovec-derive v0.11.1
17072026-04-01T03:30:30.497Z Compiling displaydoc v0.2.5
17082026-04-01T03:30:30.626Z Compiling thiserror-impl v2.0.18
17092026-04-01T03:30:31.261Z Compiling schemars_derive v0.8.22
17102026-04-01T03:30:31.393Z Compiling tokio-macros v2.6.0
17112026-04-01T03:30:31.411Z Compiling zerocopy-derive v0.8.27
17122026-04-01T03:30:31.467Z Compiling zeroize_derive v1.4.3
17132026-04-01T03:30:31.927Z Compiling thiserror v2.0.18
17142026-04-01T03:30:32.037Z Compiling futures-macro v0.3.32
17152026-04-01T03:30:32.180Z Compiling zerofrom v0.1.6
17162026-04-01T03:30:32.183Z Compiling thiserror-impl v1.0.69
17172026-04-01T03:30:32.226Z Compiling tracing-attributes v0.1.30
17182026-04-01T03:30:32.310Z Compiling yoke v0.8.0
17192026-04-01T03:30:32.500Z Compiling zerovec v0.11.4
17202026-04-01T03:30:32.535Z Compiling zerotrie v0.2.2
17212026-04-01T03:30:32.633Z Compiling pest v2.8.2
17222026-04-01T03:30:32.707Z Compiling zerocopy v0.8.27
17232026-04-01T03:30:32.853Z Compiling scroll_derive v0.13.1
17242026-04-01T03:30:32.856Z Compiling serde v1.0.228
17252026-04-01T03:30:33.342Z Compiling bytes v1.11.1
17262026-04-01T03:30:33.362Z Compiling serde_tokenstream v0.2.3
17272026-04-01T03:30:33.375Z Compiling tinystr v0.8.1
17282026-04-01T03:30:33.378Z Compiling potential_utf v0.1.3
17292026-04-01T03:30:33.470Z Compiling chrono v0.4.44
17302026-04-01T03:30:33.548Z Compiling icu_locale_core v2.0.0
17312026-04-01T03:30:33.573Z Compiling icu_collections v2.0.0
17322026-04-01T03:30:33.678Z Compiling pest_meta v2.8.2
17332026-04-01T03:30:33.908Z Compiling http v1.4.0
17342026-04-01T03:30:33.976Z Compiling async-trait v0.1.89
17352026-04-01T03:30:34.085Z Compiling icu_provider v2.0.0
17362026-04-01T03:30:34.250Z Compiling pest_generator v2.8.2
17372026-04-01T03:30:34.394Z Compiling icu_normalizer v2.0.0
17382026-04-01T03:30:34.406Z Compiling icu_properties v2.0.1
17392026-04-01T03:30:34.869Z Compiling schemars v0.8.22
17402026-04-01T03:30:34.882Z Compiling scroll v0.13.0
17412026-04-01T03:30:34.957Z Compiling thiserror v1.0.69
17422026-04-01T03:30:34.970Z Compiling pest_derive v2.8.2
17432026-04-01T03:30:34.972Z Compiling thread-id v5.0.0
17442026-04-01T03:30:35.058Z Compiling tokio v1.50.0
17452026-04-01T03:30:35.061Z Compiling openapiv3 v2.2.0
17462026-04-01T03:30:35.134Z Compiling goblin v0.10.1
17472026-04-01T03:30:35.204Z Compiling daft-derive v0.1.4
17482026-04-01T03:30:35.529Z Compiling idna_adapter v1.2.1
17492026-04-01T03:30:35.586Z Compiling dtrace-parser v0.3.0
17502026-04-01T03:30:35.663Z Compiling idna v1.1.0
17512026-04-01T03:30:35.675Z Compiling darling_core v0.21.3
17522026-04-01T03:30:35.949Z Compiling url v2.5.7
17532026-04-01T03:30:36.163Z Compiling bitflags v2.9.4
17542026-04-01T03:30:36.403Z Compiling typify-impl v0.4.3
17552026-04-01T03:30:36.712Z Compiling serde_yaml v0.9.34+deprecated
17562026-04-01T03:30:37.746Z Compiling ppv-lite86 v0.2.21
17572026-04-01T03:30:37.789Z Compiling darling_macro v0.21.3
17582026-04-01T03:30:37.838Z Compiling openssl-macros v0.1.1
17592026-04-01T03:30:37.988Z Compiling dof v0.4.0
17602026-04-01T03:30:38.001Z Compiling getrandom v0.2.16
17612026-04-01T03:30:38.070Z Compiling base64 v0.22.1
17622026-04-01T03:30:38.190Z Compiling http-body v1.0.1
17632026-04-01T03:30:38.315Z Compiling erased-serde v0.3.31
17642026-04-01T03:30:38.346Z Compiling typenum v1.18.0
17652026-04-01T03:30:38.368Z Compiling darling v0.21.3
17662026-04-01T03:30:38.415Z Compiling portable-atomic v1.11.1
17672026-04-01T03:30:38.448Z Compiling usdt-impl v0.6.0
17682026-04-01T03:30:38.804Z Compiling ipnet v2.11.0
17692026-04-01T03:30:38.863Z Compiling atomic-waker v1.1.2
17702026-04-01T03:30:38.931Z Compiling anyhow v1.0.102
17712026-04-01T03:30:38.994Z Compiling httparse v1.10.1
17722026-04-01T03:30:39.073Z Compiling tower-layer v0.3.3
17732026-04-01T03:30:39.141Z Compiling untrusted v0.9.0
17742026-04-01T03:30:39.235Z Compiling tower-service v0.3.3
17752026-04-01T03:30:39.266Z Compiling critical-section v1.2.0
17762026-04-01T03:30:39.323Z Compiling zeroize v1.8.1
17772026-04-01T03:30:39.345Z Compiling once_cell v1.21.3
17782026-04-01T03:30:39.374Z Compiling try-lock v0.2.5
17792026-04-01T03:30:39.504Z Compiling want v0.3.1
17802026-04-01T03:30:39.692Z Compiling httpdate v1.0.3
17812026-04-01T03:30:39.777Z Compiling pin-utils v0.1.0
17822026-04-01T03:30:39.863Z Compiling structmeta-derive v0.3.0
17832026-04-01T03:30:39.874Z Compiling usdt-macro v0.6.0
17842026-04-01T03:30:39.915Z Compiling usdt-attr-macro v0.6.0
17852026-04-01T03:30:40.505Z Compiling newtype-uuid-macros v0.1.0
17862026-04-01T03:30:40.912Z Compiling structmeta v0.3.0
17872026-04-01T03:30:40.983Z Compiling strum_macros v0.26.4
17882026-04-01T03:30:41.109Z Compiling async-stream-impl v0.3.6
17892026-04-01T03:30:41.285Z Compiling powerfmt v0.2.0
17902026-04-01T03:30:41.481Z Compiling deranged v0.5.3
17912026-04-01T03:30:41.555Z Compiling num_threads v0.1.7
17922026-04-01T03:30:41.653Z Compiling omicron-workspace-hack v0.1.0
17932026-04-01T03:30:41.723Z Compiling dropshot_endpoint v0.16.7
17942026-04-01T03:30:41.735Z Compiling http-body-util v0.1.3
17952026-04-01T03:30:41.789Z Compiling ref-cast-impl v1.0.25
17962026-04-01T03:30:41.837Z Compiling derive-ex v0.1.8
17972026-04-01T03:30:41.978Z Compiling serde_urlencoded v0.7.1
17982026-04-01T03:30:42.291Z Compiling strum_macros v0.27.2
17992026-04-01T03:30:42.504Z Compiling sync_wrapper v1.0.2
18002026-04-01T03:30:42.605Z Compiling serde_with_macros v3.14.1
18012026-04-01T03:30:42.616Z Compiling subtle v2.6.1
18022026-04-01T03:30:42.627Z Compiling typify-macro v0.4.3
18032026-04-01T03:30:42.783Z Compiling iri-string v0.7.8
18042026-04-01T03:30:43.374Z Compiling rand_core v0.6.4
18052026-04-01T03:30:43.426Z Compiling test-strategy v0.4.3
18062026-04-01T03:30:43.483Z Compiling futures-util v0.3.32
18072026-04-01T03:30:43.608Z Compiling thread_local v1.1.9
18082026-04-01T03:30:43.866Z Compiling match_cfg v0.1.0
18092026-04-01T03:30:43.939Z Compiling parse-display-derive v0.10.0
18102026-04-01T03:30:44.135Z Compiling tracing-core v0.1.34
18112026-04-01T03:30:44.147Z Compiling toml_datetime v0.6.11
18122026-04-01T03:30:44.385Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18132026-04-01T03:30:44.417Z Compiling term v1.2.0
18142026-04-01T03:30:44.655Z Compiling typify v0.4.3
18152026-04-01T03:30:44.720Z Compiling take_mut v0.2.2
18162026-04-01T03:30:44.746Z Compiling progenitor-impl v0.11.1
18172026-04-01T03:30:44.805Z Compiling tracing v0.1.41
18182026-04-01T03:30:45.123Z Compiling clap_derive v4.6.0
18192026-04-01T03:30:45.215Z Compiling camino v1.2.2
18202026-04-01T03:30:45.582Z Compiling fastrand v2.3.0
18212026-04-01T03:30:45.594Z Compiling cpufeatures v0.2.17
18222026-04-01T03:30:45.597Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18232026-04-01T03:30:45.676Z Compiling encoding_rs v0.8.35
18242026-04-01T03:30:45.781Z Compiling mime v0.3.17
18252026-04-01T03:30:45.799Z Compiling unicode-width v0.2.1
18262026-04-01T03:30:46.080Z Compiling errno v0.3.14
18272026-04-01T03:30:46.145Z Compiling generic-array v0.14.7
18282026-04-01T03:30:46.819Z Compiling hex v0.4.3
18292026-04-01T03:30:46.848Z Compiling ipnetwork v0.21.1
18302026-04-01T03:30:47.090Z Compiling crossbeam-utils v0.8.21
18312026-04-01T03:30:47.297Z Compiling rustix v1.1.2
18322026-04-01T03:30:47.318Z Compiling tokio-util v0.7.16
18332026-04-01T03:30:47.426Z Compiling slog v2.8.2
18342026-04-01T03:30:47.429Z Compiling winnow v0.7.14
18352026-04-01T03:30:47.698Z Compiling crypto-common v0.1.6
18362026-04-01T03:30:47.830Z Compiling rand_core v0.9.3
18372026-04-01T03:30:47.833Z Compiling oxnet v0.1.4
18382026-04-01T03:30:48.027Z Compiling h2 v0.4.12
18392026-04-01T03:30:48.054Z Compiling itertools v0.14.0
18402026-04-01T03:30:48.227Z Compiling progenitor-macro v0.11.1
18412026-04-01T03:30:48.510Z Compiling rand_chacha v0.9.0
18422026-04-01T03:30:48.593Z Compiling socket2 v0.5.10
18432026-04-01T03:30:48.986Z Compiling rand v0.9.2
18442026-04-01T03:30:49.041Z Compiling rustls-pki-types v1.12.0
18452026-04-01T03:30:49.576Z Compiling debug-ignore v1.0.5
18462026-04-01T03:30:49.620Z Compiling spin v0.9.8
18472026-04-01T03:30:49.684Z Compiling quick-error v1.2.3
18482026-04-01T03:30:49.711Z Compiling toml_parser v1.0.6+spec-1.1.0
18492026-04-01T03:30:49.740Z Compiling tabwriter v1.4.1
18502026-04-01T03:30:49.793Z Compiling serde_spanned v1.0.4
18512026-04-01T03:30:49.949Z Compiling toml_datetime v0.7.5+spec-1.1.0
18522026-04-01T03:30:49.985Z Compiling colored v3.0.0
18532026-04-01T03:30:50.261Z Compiling hyper v1.8.1
18542026-04-01T03:30:50.406Z Compiling toml_writer v1.0.6+spec-1.1.0
18552026-04-01T03:30:50.549Z Compiling bit-vec v0.8.0
18562026-04-01T03:30:50.624Z Compiling lazy_static v1.5.0
18572026-04-01T03:30:50.684Z Compiling toml v0.9.11+spec-1.1.0
18582026-04-01T03:30:50.726Z Compiling bit-set v0.8.0
18592026-04-01T03:30:50.752Z Compiling strum v0.26.3
18602026-04-01T03:30:50.784Z Compiling time v0.3.47
18612026-04-01T03:30:50.879Z Compiling async-stream v0.3.6
18622026-04-01T03:30:50.891Z Compiling ring v0.17.14
18632026-04-01T03:30:51.051Z Compiling waitgroup v0.1.2
18642026-04-01T03:30:51.080Z Compiling serde_path_to_error v0.1.20
18652026-04-01T03:30:51.192Z Compiling anstyle v1.0.14
18662026-04-01T03:30:51.414Z Compiling hyper-util v0.1.19
18672026-04-01T03:30:51.434Z Compiling unarray v0.1.4
18682026-04-01T03:30:51.596Z Compiling crossbeam-channel v0.5.15
18692026-04-01T03:30:51.929Z Compiling block-buffer v0.10.4
18702026-04-01T03:30:52.020Z Compiling macaddr v1.0.1
18712026-04-01T03:30:52.073Z Compiling utf8parse v0.2.2
18722026-04-01T03:30:52.085Z Compiling digest v0.10.7
18732026-04-01T03:30:52.192Z Compiling anstyle-parse v1.0.0
18742026-04-01T03:30:52.249Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18752026-04-01T03:30:52.299Z Compiling ref-cast v1.0.25
18762026-04-01T03:30:52.382Z Compiling anstyle-query v1.1.4
18772026-04-01T03:30:52.405Z Compiling colorchoice v1.0.4
18782026-04-01T03:30:52.433Z Compiling is_terminal_polyfill v1.70.1
18792026-04-01T03:30:52.458Z Compiling strum v0.27.2
18802026-04-01T03:30:52.494Z Compiling is-terminal v0.4.16
18812026-04-01T03:30:52.523Z Compiling anstream v1.0.0
18822026-04-01T03:30:52.546Z Compiling clap_lex v1.1.0
18832026-04-01T03:30:52.789Z Compiling slog-term v2.9.2
18842026-04-01T03:30:52.848Z Compiling slog-json v2.6.1
18852026-04-01T03:30:52.913Z Compiling slog-async v2.8.0
18862026-04-01T03:30:52.926Z Compiling tower v0.5.2
18872026-04-01T03:30:53.044Z Compiling hostname v0.3.1
18882026-04-01T03:30:53.188Z Compiling slog-bunyan v2.5.0
18892026-04-01T03:30:53.325Z Compiling tower-http v0.6.8
18902026-04-01T03:30:53.449Z Compiling futures-executor v0.3.32
18912026-04-01T03:30:53.627Z Compiling instant v0.1.13
18922026-04-01T03:30:53.725Z Compiling futures v0.3.32
18932026-04-01T03:30:53.738Z Compiling openssl-sys v0.9.112
18942026-04-01T03:30:53.964Z Compiling aws-lc-sys v0.39.1
18952026-04-01T03:30:54.370Z Compiling memmap2 v0.9.8
18962026-04-01T03:30:54.583Z Compiling foreign-types-shared v0.1.1
18972026-04-01T03:30:54.606Z Compiling untrusted v0.7.1
18982026-04-01T03:30:54.669Z Compiling foreign-types v0.3.2
18992026-04-01T03:30:54.726Z Compiling aws-lc-rs v1.16.2
19002026-04-01T03:30:54.749Z Compiling tempfile v3.23.0
19012026-04-01T03:30:55.026Z Compiling openssl-probe v0.1.6
19022026-04-01T03:30:55.453Z Compiling openssl v0.10.76
19032026-04-01T03:30:55.687Z Compiling rustls-webpki v0.103.6
19042026-04-01T03:30:56.169Z Compiling rustls v0.23.32
19052026-04-01T03:30:56.571Z Compiling either v1.15.0
19062026-04-01T03:30:56.716Z Compiling usdt v0.6.0
19072026-04-01T03:30:56.783Z Compiling webpki-roots v1.0.2
19082026-04-01T03:30:56.991Z Compiling newtype-uuid v1.3.2
19092026-04-01T03:30:57.834Z Compiling native-tls v0.2.14
19102026-04-01T03:30:58.088Z Compiling tokio-native-tls v0.3.1
19112026-04-01T03:30:58.259Z Compiling hyper-tls v0.6.0
19122026-04-01T03:30:58.500Z Compiling daft v0.1.4
19132026-04-01T03:30:58.776Z Compiling rustls-webpki v0.102.8
19142026-04-01T03:30:59.190Z Compiling tokio-rustls v0.26.3
19152026-04-01T03:30:59.343Z Compiling rustls v0.22.4
19162026-04-01T03:30:59.453Z Compiling hyper-rustls v0.27.7
19172026-04-01T03:30:59.787Z Compiling reqwest v0.12.23
19182026-04-01T03:31:01.405Z Compiling tokio-rustls v0.25.0
19192026-04-01T03:31:01.687Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19202026-04-01T03:31:01.970Z Compiling sha1 v0.10.6
19212026-04-01T03:31:02.216Z Compiling multer v3.1.0
19222026-04-01T03:31:02.275Z Compiling rustls-pemfile v2.2.0
19232026-04-01T03:31:02.479Z Compiling terminal_size v0.4.3
19242026-04-01T03:31:02.631Z Compiling rand_chacha v0.3.1
19252026-04-01T03:31:02.850Z Compiling hostname v0.4.2
19262026-04-01T03:31:03.006Z Compiling wait-timeout v0.2.1
19272026-04-01T03:31:03.304Z Compiling rusty-fork v0.3.0
19282026-04-01T03:31:03.304Z Compiling dropshot v0.16.7
19292026-04-01T03:31:03.327Z Compiling rand v0.8.5
19302026-04-01T03:31:03.980Z Compiling rand_xorshift v0.4.0
19312026-04-01T03:31:05.043Z Compiling proptest v1.8.0
19322026-04-01T03:31:05.641Z Compiling clap_builder v4.6.0
19332026-04-01T03:31:06.483Z Compiling hubpack_derive v0.1.1
19342026-04-01T03:31:07.062Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19352026-04-01T03:31:07.671Z Compiling clap v4.6.0
19362026-04-01T03:31:08.325Z Compiling serde_spanned v0.6.9
19372026-04-01T03:31:08.469Z Compiling winnow v0.5.40
19382026-04-01T03:31:09.152Z Compiling progenitor-client v0.10.0
19392026-04-01T03:31:09.155Z Compiling progenitor-client v0.11.1
19402026-04-01T03:31:09.256Z Compiling prettyplease v0.2.37
19412026-04-01T03:31:09.358Z Compiling serde_with v3.14.1
19422026-04-01T03:31:09.591Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19432026-04-01T03:31:09.930Z Compiling rustc-hash v2.1.1
19442026-04-01T03:31:10.203Z Compiling progenitor v0.11.1
19452026-04-01T03:31:10.252Z Compiling iddqd v0.3.17
19462026-04-01T03:31:10.345Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19472026-04-01T03:31:10.886Z Compiling backoff v0.4.0
19482026-04-01T03:31:11.102Z Compiling parse-display v0.10.0
19492026-04-01T03:31:11.304Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19502026-04-01T03:31:11.389Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19512026-04-01T03:31:13.236Z Compiling num-derive v0.3.3
19522026-04-01T03:31:13.321Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19532026-04-01T03:31:13.666Z Compiling toml_write v0.1.2
19542026-04-01T03:31:14.546Z Compiling toml_edit v0.22.27
19552026-04-01T03:31:16.180Z Compiling toml_edit v0.19.15
19562026-04-01T03:31:16.704Z Compiling num-integer v0.1.46
19572026-04-01T03:31:16.824Z Compiling float-ord v0.3.2
19582026-04-01T03:31:17.031Z Compiling toml v0.8.23
19592026-04-01T03:31:17.436Z Compiling proc-macro-crate v1.3.1
19602026-04-01T03:31:19.027Z Compiling num-iter v0.1.45
19612026-04-01T03:31:19.153Z Compiling num-rational v0.4.2
19622026-04-01T03:31:19.790Z Compiling num-complex v0.4.6
19632026-04-01T03:31:20.802Z Compiling num v0.4.3
19642026-04-01T03:31:23.685Z Compiling zerocopy-derive v0.7.35
19652026-04-01T03:31:24.177Z Compiling ingot-macros v0.1.1
19662026-04-01T03:31:24.177Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-04-01T03:31:24.556Z Compiling scroll_derive v0.12.1
19682026-04-01T03:31:25.191Z Compiling zerocopy v0.7.35
19692026-04-01T03:31:25.309Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-04-01T03:31:25.735Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-04-01T03:31:25.922Z Compiling num_enum_derive v0.7.5
19722026-04-01T03:31:27.039Z Compiling memoffset v0.9.1
19732026-04-01T03:31:27.226Z Compiling foreign-types-macros v0.2.3
19742026-04-01T03:31:27.367Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-04-01T03:31:29.007Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-04-01T03:31:29.142Z Compiling nix v0.30.1
19772026-04-01T03:31:29.646Z Compiling libscf-sys v1.1.0
19782026-04-01T03:31:30.178Z Compiling proc-macro-error-attr2 v2.0.0
19792026-04-01T03:31:30.411Z Compiling glob v0.3.3
19802026-04-01T03:31:30.487Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19812026-04-01T03:31:30.608Z Compiling proc-macro-error2 v2.0.1
19822026-04-01T03:31:30.639Z Compiling proc-macro-error-attr v1.0.4
19832026-04-01T03:31:30.993Z Compiling dtrace-parser v0.2.0
19842026-04-01T03:31:31.005Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19852026-04-01T03:31:31.071Z Compiling proc-macro-error v1.0.4
19862026-04-01T03:31:31.247Z Compiling tabled_derive v0.11.0
19872026-04-01T03:31:31.476Z Compiling dof v0.3.0
19882026-04-01T03:31:31.519Z Compiling num_enum_derive v0.5.11
19892026-04-01T03:31:31.909Z Compiling hubpack v0.1.2
19902026-04-01T03:31:32.004Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19912026-04-01T03:31:32.140Z Compiling thread-id v4.2.2
19922026-04-01T03:31:32.461Z Compiling static_assertions v1.1.0
19932026-04-01T03:31:32.590Z Compiling usdt-impl v0.5.0
19942026-04-01T03:31:33.510Z Compiling derive_more v0.99.20
19952026-04-01T03:31:34.573Z Compiling bytecount v0.6.9
19962026-04-01T03:31:34.641Z Compiling minimal-lexical v0.2.1
19972026-04-01T03:31:34.848Z Compiling nom v7.1.3
19982026-04-01T03:31:35.768Z Compiling usdt-macro v0.5.0
19992026-04-01T03:31:35.898Z Compiling usdt-attr-macro v0.5.0
20002026-04-01T03:31:36.404Z Compiling zone_cfg_derive v0.3.1
20012026-04-01T03:31:36.534Z Compiling num-derive v0.4.2
20022026-04-01T03:31:36.571Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20032026-04-01T03:31:36.763Z Compiling rustc_version v0.4.1
20042026-04-01T03:31:37.047Z Compiling crossbeam-epoch v0.9.18
20052026-04-01T03:31:37.148Z Compiling papergrid v0.17.0
20062026-04-01T03:31:37.167Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20072026-04-01T03:31:37.391Z Compiling testing_table v0.3.0
20082026-04-01T03:31:37.513Z Compiling enum-as-inner v0.6.1
20092026-04-01T03:31:37.566Z Compiling curve25519-dalek v4.1.3
20102026-04-01T03:31:37.851Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20112026-04-01T03:31:38.108Z Compiling tabled v0.20.0
20122026-04-01T03:31:38.130Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20132026-04-01T03:31:38.225Z Compiling crossbeam-deque v0.8.6
20142026-04-01T03:31:38.519Z Compiling typify-impl v0.6.1
20152026-04-01T03:31:38.647Z Compiling thiserror-impl-no-std v2.0.2
20162026-04-01T03:31:38.766Z Compiling curve25519-dalek-derive v0.1.1
20172026-04-01T03:31:39.262Z Compiling rayon-core v1.13.0
20182026-04-01T03:31:39.464Z Compiling clang-sys v1.8.1
20192026-04-01T03:31:39.750Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20202026-04-01T03:31:39.762Z Compiling scroll v0.12.0
20212026-04-01T03:31:40.011Z Compiling hash32 v0.3.1
20222026-04-01T03:31:40.028Z Compiling goblin v0.8.2
20232026-04-01T03:31:40.168Z Compiling heapless v0.8.0
20242026-04-01T03:31:40.194Z Compiling ingot-types v0.1.2
20252026-04-01T03:31:40.597Z Compiling cobs v0.3.0
20262026-04-01T03:31:40.647Z Compiling libloading v0.8.9
20272026-04-01T03:31:40.743Z Compiling bitflags v1.3.2
20282026-04-01T03:31:40.819Z Compiling managed v0.8.0
20292026-04-01T03:31:40.831Z Compiling foreign-types-shared v0.3.1
20302026-04-01T03:31:40.845Z Compiling bindgen v0.72.1
20312026-04-01T03:31:40.874Z Compiling postcard v1.1.3
20322026-04-01T03:31:40.927Z Compiling foreign-types v0.5.0
20332026-04-01T03:31:41.012Z Compiling smoltcp v0.11.0
20342026-04-01T03:31:41.035Z Compiling ingot v0.1.1
20352026-04-01T03:31:41.208Z Compiling cexpr v0.6.0
20362026-04-01T03:31:41.854Z Compiling num_enum v0.7.5
20372026-04-01T03:31:41.979Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20382026-04-01T03:31:42.102Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392026-04-01T03:31:42.198Z Compiling camino-tempfile v1.4.1
20402026-04-01T03:31:42.447Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20412026-04-01T03:31:42.637Z Compiling serde_repr v0.1.20
20422026-04-01T03:31:42.755Z Compiling derive-where v1.6.0
20432026-04-01T03:31:43.030Z Compiling cstr-argument v0.1.2
20442026-04-01T03:31:43.281Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452026-04-01T03:31:43.558Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20462026-04-01T03:31:44.083Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20472026-04-01T03:31:44.371Z Compiling rayon v1.11.0
20482026-04-01T03:31:44.725Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20492026-04-01T03:31:44.780Z Compiling typify-macro v0.6.1
20502026-04-01T03:31:44.848Z Compiling crucible-workspace-hack v0.1.0
20512026-04-01T03:31:45.348Z Compiling memmap v0.7.0
20522026-04-01T03:31:45.540Z Compiling tinyvec_macros v0.1.1
20532026-04-01T03:31:45.644Z Compiling tinyvec v1.10.0
20542026-04-01T03:31:45.782Z Compiling usdt v0.5.0
20552026-04-01T03:31:45.785Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20562026-04-01T03:31:46.062Z Compiling num_enum v0.5.11
20572026-04-01T03:31:46.462Z Compiling pin-project-internal v1.1.10
20582026-04-01T03:31:46.880Z Compiling typify v0.6.1
20592026-04-01T03:31:46.976Z Compiling progenitor-impl v0.13.0
20602026-04-01T03:31:47.570Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20612026-04-01T03:31:47.739Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20622026-04-01T03:31:47.881Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20632026-04-01T03:31:47.919Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-04-01T03:31:48.258Z Compiling rustix v0.38.44
20652026-04-01T03:31:48.553Z Compiling itertools v0.12.1
20662026-04-01T03:31:48.652Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20672026-04-01T03:31:48.778Z Compiling progenitor-impl v0.10.0
20682026-04-01T03:31:49.127Z Compiling sigpipe v0.1.3
20692026-04-01T03:31:49.140Z Compiling jiff v0.2.15
20702026-04-01T03:31:49.244Z Compiling const_format_proc_macros v0.2.34
20712026-04-01T03:31:49.326Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20722026-04-01T03:31:49.572Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-04-01T03:31:49.755Z Compiling zone v0.3.1
20742026-04-01T03:31:50.439Z Compiling progenitor-macro v0.13.0
20752026-04-01T03:31:50.452Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20762026-04-01T03:31:50.672Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20772026-04-01T03:31:51.121Z Compiling secrecy v0.10.3
20782026-04-01T03:31:51.253Z Compiling smf v0.2.3
20792026-04-01T03:31:51.284Z Compiling async-recursion v1.1.1
20802026-04-01T03:31:51.763Z Compiling snafu-derive v0.8.9
20812026-04-01T03:31:51.874Z Compiling bstr v1.12.0
20822026-04-01T03:31:52.031Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20832026-04-01T03:31:52.228Z Compiling progenitor-macro v0.10.0
20842026-04-01T03:31:52.371Z Compiling whoami v1.6.1
20852026-04-01T03:31:52.687Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-04-01T03:31:54.231Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-04-01T03:31:54.419Z Compiling hmac v0.12.1
20882026-04-01T03:31:54.771Z Compiling inout v0.1.4
20892026-04-01T03:31:54.824Z Compiling ff v0.13.1
20902026-04-01T03:31:54.888Z Compiling crc8 v0.1.1
20912026-04-01T03:31:54.963Z Compiling data-encoding v2.9.0
20922026-04-01T03:31:55.010Z Compiling group v0.13.0
20932026-04-01T03:31:55.221Z Compiling cipher v0.4.4
20942026-04-01T03:31:55.655Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20952026-04-01T03:31:55.754Z Compiling hkdf v0.12.4
20962026-04-01T03:31:55.824Z Compiling atomicwrites v0.4.4
20972026-04-01T03:31:55.911Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20982026-04-01T03:31:56.037Z Compiling tokio-dtrace v0.1.1
20992026-04-01T03:31:56.329Z Compiling nix v0.31.2
21002026-04-01T03:31:56.435Z Compiling tabled_derive v0.7.0
21012026-04-01T03:31:57.133Z Compiling reqwest v0.13.2
21022026-04-01T03:31:57.369Z Compiling universal-hash v0.5.1
21032026-04-01T03:31:57.421Z Compiling crypto-bigint v0.5.5
21042026-04-01T03:31:57.433Z Compiling dropshot-api-manager-types v0.5.2
21052026-04-01T03:31:57.507Z Compiling half v2.7.1
21062026-04-01T03:31:57.807Z Compiling ciborium-io v0.2.2
21072026-04-01T03:31:57.819Z Compiling base64ct v1.8.0
21082026-04-01T03:31:57.911Z Compiling opaque-debug v0.3.1
21092026-04-01T03:31:57.926Z Compiling indent_write v2.2.0
21102026-04-01T03:31:57.990Z Compiling base16ct v0.2.0
21112026-04-01T03:31:58.128Z Compiling progenitor-client v0.13.0
21122026-04-01T03:31:58.156Z Compiling password-hash v0.5.0
21132026-04-01T03:31:58.415Z Compiling poly1305 v0.8.0
21142026-04-01T03:31:58.419Z Compiling ciborium-ll v0.2.2
21152026-04-01T03:31:58.602Z Compiling elliptic-curve v0.13.8
21162026-04-01T03:31:59.050Z Compiling oxide-tokio-rt v0.1.3
21172026-04-01T03:31:59.274Z Compiling chacha20 v0.9.1
21182026-04-01T03:31:59.367Z Compiling similar v2.7.0
21192026-04-01T03:31:59.380Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21202026-04-01T03:31:59.799Z Compiling thiserror-no-std v2.0.2
21212026-04-01T03:32:00.498Z Compiling blake2 v0.10.6
21222026-04-01T03:32:00.765Z Compiling aead v0.5.2
21232026-04-01T03:32:00.877Z Compiling resolv-conf v0.7.5
21242026-04-01T03:32:01.042Z Compiling keccak v0.1.6
21252026-04-01T03:32:01.128Z Compiling linked-hash-map v0.5.6
21262026-04-01T03:32:01.311Z Compiling lru-cache v0.1.2
21272026-04-01T03:32:01.321Z Compiling sha3 v0.10.8
21282026-04-01T03:32:01.325Z Compiling chacha20poly1305 v0.10.1
21292026-04-01T03:32:01.433Z Compiling argon2 v0.5.3
21302026-04-01T03:32:01.465Z Compiling vsss-rs v3.3.4
21312026-04-01T03:32:01.792Z Compiling progenitor v0.13.0
21322026-04-01T03:32:01.817Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21332026-04-01T03:32:02.101Z Compiling ciborium v0.2.2
21342026-04-01T03:32:02.218Z Compiling hickory-proto v0.24.4
21352026-04-01T03:32:02.794Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21362026-04-01T03:32:02.969Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21372026-04-01T03:32:03.634Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21382026-04-01T03:32:03.645Z Compiling serde-big-array v0.5.1
21392026-04-01T03:32:03.738Z Compiling siphasher v1.0.1
21402026-04-01T03:32:03.940Z Compiling same-file v1.0.6
21412026-04-01T03:32:04.120Z Compiling unicode-segmentation v1.12.0
21422026-04-01T03:32:04.197Z Compiling walkdir v2.5.0
21432026-04-01T03:32:04.284Z Compiling hickory-resolver v0.24.4
21442026-04-01T03:32:04.340Z Compiling phf_shared v0.12.1
21452026-04-01T03:32:04.418Z Compiling newline-converter v0.3.0
21462026-04-01T03:32:04.516Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21472026-04-01T03:32:04.528Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21482026-04-01T03:32:05.071Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21492026-04-01T03:32:05.519Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21502026-04-01T03:32:05.804Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21512026-04-01T03:32:06.164Z Compiling newtype_derive v0.1.6
21522026-04-01T03:32:06.251Z Compiling owo-colors v4.3.0
21532026-04-01T03:32:06.513Z Compiling tokio-stream v0.1.17
21542026-04-01T03:32:06.867Z Compiling console v0.15.11
21552026-04-01T03:32:06.998Z Compiling csv-core v0.1.12
21562026-04-01T03:32:07.094Z Compiling foldhash v0.1.5
21572026-04-01T03:32:07.230Z Compiling unicode-width v0.1.14
21582026-04-01T03:32:07.277Z Compiling termtree v0.5.1
21592026-04-01T03:32:07.288Z Compiling humantime v2.3.0
21602026-04-01T03:32:07.517Z Compiling swrite v0.1.0
21612026-04-01T03:32:07.535Z Compiling smawk v0.3.2
21622026-04-01T03:32:07.547Z Compiling unicode-linebreak v0.1.5
21632026-04-01T03:32:07.573Z Compiling hashbrown v0.15.5
21642026-04-01T03:32:07.618Z Compiling expectorate v1.2.0
21652026-04-01T03:32:07.800Z Compiling textwrap v0.16.2
21662026-04-01T03:32:07.904Z Compiling csv v1.3.1
21672026-04-01T03:32:08.027Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21682026-04-01T03:32:08.142Z Compiling qorb v0.4.1
21692026-04-01T03:32:08.464Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-04-01T03:32:10.035Z Compiling phf v0.12.1
21712026-04-01T03:32:10.170Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21722026-04-01T03:32:10.267Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21732026-04-01T03:32:10.419Z Compiling pin-project v1.1.10
21742026-04-01T03:32:10.531Z Compiling unicode-normalization v0.1.24
21752026-04-01T03:32:10.683Z Compiling libz-sys v1.1.22
21762026-04-01T03:32:10.802Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-04-01T03:32:11.771Z Compiling libsw-core v0.3.2
21782026-04-01T03:32:12.140Z Compiling fixedbitset v0.5.7
21792026-04-01T03:32:12.237Z Compiling fixedbitset v0.4.2
21802026-04-01T03:32:12.376Z Compiling highway v1.3.0
21812026-04-01T03:32:12.410Z Compiling petgraph v0.6.5
21822026-04-01T03:32:12.483Z Compiling petgraph v0.8.2
21832026-04-01T03:32:12.776Z Compiling progenitor v0.10.0
21842026-04-01T03:32:12.930Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-04-01T03:32:13.881Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-04-01T03:32:13.909Z Compiling libsw v3.5.0
21872026-04-01T03:32:14.195Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-04-01T03:32:14.670Z Compiling olpc-cjson v0.1.4
21892026-04-01T03:32:14.844Z Compiling libgit2-sys v0.17.0+1.8.1
21902026-04-01T03:32:14.857Z Compiling snafu v0.8.9
21912026-04-01T03:32:15.239Z Compiling chrono-tz v0.10.4
21922026-04-01T03:32:15.475Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-04-01T03:32:15.578Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-04-01T03:32:15.838Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-04-01T03:32:16.459Z Compiling papergrid v0.11.0
21962026-04-01T03:32:17.040Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-04-01T03:32:17.335Z Compiling globset v0.4.16
21982026-04-01T03:32:17.551Z Compiling const_format v0.2.34
21992026-04-01T03:32:17.882Z Compiling slog-dtrace v0.3.0
22002026-04-01T03:32:17.894Z Compiling cancel-safe-futures v0.1.5
22012026-04-01T03:32:17.972Z Compiling gethostname v0.5.0
22022026-04-01T03:32:18.209Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22032026-04-01T03:32:18.628Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-04-01T03:32:19.217Z Compiling pem v3.0.5
22052026-04-01T03:32:19.265Z Compiling bcs v0.1.6
22062026-04-01T03:32:19.590Z Compiling cargo-platform v0.1.9
22072026-04-01T03:32:19.603Z Compiling serde_plain v1.0.2
22082026-04-01T03:32:19.615Z Compiling typed-path v0.9.3
22092026-04-01T03:32:20.049Z Compiling tagptr v0.2.0
22102026-04-01T03:32:20.240Z Compiling linear-map v1.2.0
22112026-04-01T03:32:20.471Z Compiling tough v0.20.0
22122026-04-01T03:32:20.932Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-04-01T03:32:21.213Z Compiling moka v0.12.11
22142026-04-01T03:32:22.785Z Compiling cargo_metadata v0.18.1
22152026-04-01T03:32:23.234Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-04-01T03:32:23.561Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-04-01T03:32:23.707Z Compiling tabled v0.15.0
22182026-04-01T03:32:23.906Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-04-01T03:32:24.111Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-04-01T03:32:24.315Z Compiling git2 v0.19.0
22212026-04-01T03:32:25.114Z Compiling steno v0.4.1
22222026-04-01T03:32:26.909Z Compiling cookie v0.18.1
22232026-04-01T03:32:26.984Z Compiling hickory-proto v0.25.2
22242026-04-01T03:32:28.931Z Compiling hickory-resolver v0.25.2
22252026-04-01T03:32:29.667Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-04-01T03:32:31.138Z Compiling vergen v8.3.2
22272026-04-01T03:32:32.585Z Compiling signal-hook v0.3.18
22282026-04-01T03:32:33.463Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22292026-04-01T03:32:33.702Z Compiling mockall_derive v0.13.1
22302026-04-01T03:32:33.940Z Compiling predicates-core v1.0.9
22312026-04-01T03:32:34.291Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22322026-04-01T03:32:34.354Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22332026-04-01T03:32:34.888Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22342026-04-01T03:32:35.923Z Compiling sha2 v0.10.9
22352026-04-01T03:32:35.958Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22362026-04-01T03:32:36.309Z Compiling adler2 v2.0.1
22372026-04-01T03:32:36.332Z Compiling diff v0.1.13
22382026-04-01T03:32:36.463Z Compiling yansi v1.0.1
22392026-04-01T03:32:36.687Z Compiling miniz_oxide v0.8.9
22402026-04-01T03:32:36.812Z Compiling pretty_assertions v1.4.1
22412026-04-01T03:32:36.965Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22422026-04-01T03:32:37.397Z Compiling predicates v3.1.3
22432026-04-01T03:32:37.910Z Compiling predicates-tree v1.0.12
22442026-04-01T03:32:38.043Z Compiling fs-err v3.1.2
22452026-04-01T03:32:38.188Z Compiling crc32fast v1.5.0
22462026-04-01T03:32:38.863Z Compiling git-stub v1.0.0
22472026-04-01T03:32:39.149Z Compiling filetime v0.2.26
22482026-04-01T03:32:39.347Z Compiling constant_time_eq v0.3.1
22492026-04-01T03:32:39.474Z Compiling downcast v0.11.0
22502026-04-01T03:32:39.634Z Compiling xattr v1.6.1
22512026-04-01T03:32:39.823Z Compiling is_ci v1.2.0
22522026-04-01T03:32:39.984Z Compiling fragile v2.0.1
22532026-04-01T03:32:40.294Z Compiling arrayvec v0.7.6
22542026-04-01T03:32:40.511Z Compiling arrayref v0.3.9
22552026-04-01T03:32:40.602Z Compiling blake3 v1.8.2
22562026-04-01T03:32:40.842Z Compiling mockall v0.13.1
22572026-04-01T03:32:41.178Z Compiling toml v0.7.8
22582026-04-01T03:32:41.908Z Compiling supports-color v3.0.2
22592026-04-01T03:32:41.944Z Compiling tar v0.4.45
22602026-04-01T03:32:42.103Z Compiling git-stub-vcs v0.1.0
22612026-04-01T03:32:42.181Z Compiling curl-sys v0.4.83+curl-8.15.0
22622026-04-01T03:32:42.335Z Compiling signal-hook-tokio v0.3.1
22632026-04-01T03:32:42.488Z Compiling flate2 v1.1.2
22642026-04-01T03:32:42.647Z Compiling drift v0.1.3
22652026-04-01T03:32:42.924Z Compiling kstat-rs v0.2.4
22662026-04-01T03:32:42.978Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22672026-04-01T03:32:43.211Z Compiling display-error-chain v0.2.2
22682026-04-01T03:32:43.239Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22692026-04-01T03:32:43.358Z Compiling topological-sort v0.2.2
22702026-04-01T03:32:43.441Z Compiling hex-literal v1.0.0
22712026-04-01T03:32:43.511Z Compiling omicron-zone-package v0.12.2
22722026-04-01T03:32:43.566Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22732026-04-01T03:32:44.212Z Compiling dropshot-api-manager v0.5.2
22742026-04-01T03:32:45.503Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-04-01T03:32:45.593Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22762026-04-01T03:32:46.359Z Compiling curl v0.4.49
22772026-04-01T03:32:46.582Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22782026-04-01T03:32:46.933Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22792026-04-01T03:32:47.186Z Compiling search_path v0.1.4
22802026-04-01T03:32:47.198Z Compiling internet-checksum v0.2.1
22812026-04-01T03:32:47.352Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22822026-04-01T03:32:47.599Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22832026-04-01T03:32:48.086Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22842026-04-01T03:32:50.365Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22852026-04-01T03:32:51.406Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22862026-04-01T03:33:35.939Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 11s
22872026-04-01T03:33:36.061Z Running unittests src/lib.rs (target/debug/deps/aal-900963bd450099a7)
22882026-04-01T03:33:36.064Z
22892026-04-01T03:33:36.064Zrunning 5 tests
22902026-04-01T03:33:36.067Ztest fuse::tests::chip_revision_a0 ... ok
22912026-04-01T03:33:36.067Ztest fuse::tests::chip_revision_b0 ... ok
22922026-04-01T03:33:36.067Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22932026-04-01T03:33:36.067Ztest fuse::tests::chip_revision_b1 ... ok
22942026-04-01T03:33:36.067Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22952026-04-01T03:33:36.067Z
22962026-04-01T03:33:36.067Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22972026-04-01T03:33:36.067Z
22982026-04-01T03:33:36.067Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22992026-04-01T03:33:36.071Z
23002026-04-01T03:33:36.071Zrunning 0 tests
23012026-04-01T03:33:36.071Z
23022026-04-01T03:33:36.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23032026-04-01T03:33:36.071Z
23042026-04-01T03:33:36.071Z Running unittests src/lib.rs (target/debug/deps/asic-6c9264b530c7828f)
23052026-04-01T03:33:36.071Z
23062026-04-01T03:33:36.071Zrunning 0 tests
23072026-04-01T03:33:36.071Z
23082026-04-01T03:33:36.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23092026-04-01T03:33:36.071Z
23102026-04-01T03:33:36.071Z Running unittests src/lib.rs (target/debug/deps/common-35d21be4776513da)
23112026-04-01T03:33:36.074Z
23122026-04-01T03:33:36.074Zrunning 10 tests
23132026-04-01T03:33:36.074Ztest network::tests::test_eui64 ... ok
23142026-04-01T03:33:36.074Ztest nat::tests::test_vni ... ok
23152026-04-01T03:33:36.074Ztest network::tests::test_equal ... ok
23162026-04-01T03:33:36.074Ztest network::tests::test_generate_ipv6_link_local ... ok
23172026-04-01T03:33:36.075Ztest network::tests::test_into ... ok
23182026-04-01T03:33:36.075Ztest network::tests::test_not_equal ... ok
23192026-04-01T03:33:36.075Ztest network::tests::test_to_string ... ok
23202026-04-01T03:33:36.075Ztest network::tests::test_parse ... ok
23212026-04-01T03:33:36.075Ztest test_purge ... ok
23222026-04-01T03:33:36.078Ztest illumos::test::address_exists_handles_missing_object ... ok
23232026-04-01T03:33:36.078Z
23242026-04-01T03:33:36.078Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23252026-04-01T03:33:36.078Z
23262026-04-01T03:33:36.078Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-8d3ab8f5c5550620)
23272026-04-01T03:33:36.083Z
23282026-04-01T03:33:36.083Zrunning 1 test
23292026-04-01T03:33:37.326Ztest test::test_apis_up_to_date ... ok
23302026-04-01T03:33:37.326Z
23312026-04-01T03:33:37.326Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
23322026-04-01T03:33:37.327Z
23332026-04-01T03:33:37.374Z Running unittests src/main.rs (target/debug/deps/dpd-96582e250ee1a09f)
23342026-04-01T03:33:37.380Z
23352026-04-01T03:33:37.380Zrunning 44 tests
23362026-04-01T03:33:37.383Ztest freemap::test_ordering ... ok
23372026-04-01T03:33:37.383Ztest freemap::test_split ... ok
23382026-04-01T03:33:37.383Ztest config::tests::test_updates ... ok
23392026-04-01T03:33:37.383Ztest macaddrs::tests::test_mac_offset ... ok
23402026-04-01T03:33:37.383Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23412026-04-01T03:33:37.383Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23422026-04-01T03:33:37.383Ztest macaddrs::tests::test_parse_port_id ... ok
23432026-04-01T03:33:37.383Ztest mcast::tests::test_canonicalize_sources ... ok
23442026-04-01T03:33:37.386Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
23452026-04-01T03:33:37.386ZApr 01 03:33:35.839Apr 01 03:33:35.839 DEBG DEBGcreated new freemap created new freemap, unit: freemap_test,
23462026-04-01T03:33:37.387Zunit: freemap_test
23472026-04-01T03:33:37.387ZApr 01 03:33:35.839Apr 01 03:33:35.839 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23482026-04-01T03:33:37.387Z
23492026-04-01T03:33:37.387ZApr 01 03:33:35.839Apr 01 03:33:35.839 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
23502026-04-01T03:33:37.387Z
23512026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG created new freemap, unit: freemap_test
23522026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG initted freemap. size: 128, unit: freemap_test
23532026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG reset freemap, unit: freemap_test
23542026-04-01T03:33:37.387Ztest mcast::tests::test_concurrent_id_allocation ... ok
23552026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG created new freemap, unit: freemap_test
23562026-04-01T03:33:37.387Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
23572026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG initted freemap. size: 128, unit: freemap_test
23582026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG reset freemap, unit: freemap_test
23592026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG created new freemap, unit: freemap_test
23602026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG initted freemap. size: 128, unit: freemap_test
23612026-04-01T03:33:37.387ZApr 01 03:33:35.839 DEBG reset freemap, unit: freemap_test
23622026-04-01T03:33:37.387Ztest freemap::test_basic ... ok
23632026-04-01T03:33:37.387Ztest freemap::test_free ... ok
23642026-04-01T03:33:37.387Ztest freemap::test_exhaustion ... ok
23652026-04-01T03:33:37.387Ztest mcast::tests::test_create_port_bitmap_empty ... ok
23662026-04-01T03:33:37.387Ztest freemap::test_span ... ok
23672026-04-01T03:33:37.387Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
23682026-04-01T03:33:37.387Ztest freemap::test_reclaim ... ok
23692026-04-01T03:33:37.387Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
23702026-04-01T03:33:37.387Ztest mcast::tests::test_sources_contain_any ... ok
23712026-04-01T03:33:37.387Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
23722026-04-01T03:33:37.387Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
23732026-04-01T03:33:37.387Ztest mcast::validate::tests::test_address_validation_integrated ... ok
23742026-04-01T03:33:37.387Ztest mcast::validate::tests::test_ipv4_validation ... ok
23752026-04-01T03:33:37.387Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
23762026-04-01T03:33:37.387Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
23772026-04-01T03:33:37.387Ztest mcast::validate::tests::test_ipv6_validation ... ok
23782026-04-01T03:33:37.387Ztest mcast::validate::tests::test_is_ssm_function ... ok
23792026-04-01T03:33:37.387Ztest mcast::validate::tests::test_validate_nat_target ... ok
23802026-04-01T03:33:37.387Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
23812026-04-01T03:33:37.387Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
23822026-04-01T03:33:37.387Ztest mcast::validate::tests::test_validate_tag ... ok
23832026-04-01T03:33:37.387Ztest mcast::validate::tests::test_validate_source_addresses ... ok
23842026-04-01T03:33:37.387Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
23852026-04-01T03:33:37.388Ztest nat::test_mapping ... ok
23862026-04-01T03:33:37.388Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
23872026-04-01T03:33:37.388Ztest port_map::tests::test_backplane_group ... ok
23882026-04-01T03:33:37.388Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
23892026-04-01T03:33:37.388Ztest mcast::validate::tests::test_validate_tag_format ... ok
23902026-04-01T03:33:37.388Ztest port_map::tests::test_port_map ... ok
23912026-04-01T03:33:37.388Ztest port_map::tests::dump_map ... ok
23922026-04-01T03:33:37.391Ztest mcast::tests::test_id_range_boundaries ... ok
23932026-04-01T03:33:37.391Ztest api_server::tests::test_build_info ... ok
23942026-04-01T03:33:37.391Ztest port_map::tests::parse_softnpu_revision ... ok
23952026-04-01T03:33:37.391Z
23962026-04-01T03:33:37.391Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23972026-04-01T03:33:37.391Z
23982026-04-01T03:33:37.391Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d5a3747ef82a5267)
23992026-04-01T03:33:37.394Z
24002026-04-01T03:33:37.394Zrunning 0 tests
24012026-04-01T03:33:37.394Z
24022026-04-01T03:33:37.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24032026-04-01T03:33:37.394Z
24042026-04-01T03:33:37.394Z Running unittests src/lib.rs (target/debug/deps/dpd_api-0e63ab10d89f9fae)
24052026-04-01T03:33:37.394Z
24062026-04-01T03:33:37.394Zrunning 0 tests
24072026-04-01T03:33:37.394Z
24082026-04-01T03:33:37.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24092026-04-01T03:33:37.395Z
24102026-04-01T03:33:37.395Z Running unittests src/lib.rs (target/debug/deps/dpd_client-1768664d237eecbe)
24112026-04-01T03:33:37.397Z
24122026-04-01T03:33:37.397Zrunning 6 tests
24132026-04-01T03:33:37.398Ztest tests::test_parse_client_port_id ... ok
24142026-04-01T03:33:37.398Ztest tests::test_port_id_cmp ... ok
24152026-04-01T03:33:37.398Ztest tests::test_full_lot_id_neither_present ... ok
24162026-04-01T03:33:37.398Ztest tests::test_full_lot_id_lotnum_only ... ok
24172026-04-01T03:33:37.398Ztest tests::test_full_lot_id_lot_only ... ok
24182026-04-01T03:33:37.398Ztest tests::test_full_lot_id_both_present ... ok
24192026-04-01T03:33:37.398Z
24202026-04-01T03:33:37.398Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24212026-04-01T03:33:37.398Z
24222026-04-01T03:33:37.401Z Running tests/test_all.rs (target/debug/deps/test_all-e6bb23b95d7ffcc2)
24232026-04-01T03:33:37.401Z
24242026-04-01T03:33:37.401Zrunning 0 tests
24252026-04-01T03:33:37.401Z
24262026-04-01T03:33:37.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24272026-04-01T03:33:37.401Z
24282026-04-01T03:33:37.401Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b09bb3bd328be770)
24292026-04-01T03:33:37.401Z
24302026-04-01T03:33:37.401Zrunning 0 tests
24312026-04-01T03:33:37.401Z
24322026-04-01T03:33:37.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24332026-04-01T03:33:37.401Z
24342026-04-01T03:33:37.404Z Running unittests src/lib.rs (target/debug/deps/packet-323c6e1ccf2fa3c8)
24352026-04-01T03:33:37.404Z
24362026-04-01T03:33:37.404Zrunning 12 tests
24372026-04-01T03:33:37.404Ztest icmp::test_v6_checksum ... ok
24382026-04-01T03:33:37.404Ztest lldp::test_lldp_parse ... ok
24392026-04-01T03:33:37.404Ztest ipv6::test_ipv6_parse ... ok
24402026-04-01T03:33:37.404Ztest pbuf::test_byte ... ok
24412026-04-01T03:33:37.404Ztest icmp::test_v4_checksum ... ok
24422026-04-01T03:33:37.404Ztest pbuf::test_nibble ... ok
24432026-04-01T03:33:37.404Ztest pbuf::test_overflow ... ok
24442026-04-01T03:33:37.404Ztest pbuf::test_short ... ok
24452026-04-01T03:33:37.404Ztest pbuf::test_twelve ... ok
24462026-04-01T03:33:37.404Ztest pbuf::test_word ... ok
24472026-04-01T03:33:37.405Ztest tcp::test_checksum_syn_nodata ... ok
24482026-04-01T03:33:37.405Ztest tcp::test_checksum_ack_data ... ok
24492026-04-01T03:33:37.405Z
24502026-04-01T03:33:37.405Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24512026-04-01T03:33:37.405Z
24522026-04-01T03:33:37.408Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24532026-04-01T03:33:37.408Z
24542026-04-01T03:33:37.408Zrunning 0 tests
24552026-04-01T03:33:37.408Z
24562026-04-01T03:33:37.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24572026-04-01T03:33:37.408Z
24582026-04-01T03:33:37.408Z Running unittests src/main.rs (target/debug/deps/swadm-2674286c59263185)
24592026-04-01T03:33:37.411Z
24602026-04-01T03:33:37.411Zrunning 5 tests
24612026-04-01T03:33:37.411Ztest switchport::test::test_compute_lanes ... ok
24622026-04-01T03:33:37.411Ztest switchport::test::port_id_ordering ... ok
24632026-04-01T03:33:37.411Z Lane 0 Lane 1 Lane 2 Lane 3
24642026-04-01T03:33:37.411Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1 Yes Lane 2Yes
24652026-04-01T03:33:37.411Z Lane 3 Rx Loss-of-signal: Yes
24662026-04-01T03:33:37.411Z Yes State: ActivatedYes Yes
24672026-04-01T03:33:37.411ZActivated Rx CDR Enabled: Yes Activated Yes Activated
24682026-04-01T03:33:37.411ZYes Yes Rx Output Enabled: false
24692026-04-01T03:33:37.411Z Tx Enabled: Yes falseYes false Yesfalse
24702026-04-01T03:33:37.411ZYes
24712026-04-01T03:33:37.411Z Rx Output Status: valid Tx Loss-of-lock: No valid No validNo validNo
24722026-04-01T03:33:37.411Z
24732026-04-01T03:33:37.411Z Rx Loss-of-lock: true Tx Loss-of-signal: No true No true Notrue
24742026-04-01T03:33:37.411ZNo
24752026-04-01T03:33:37.411Z Rx Loss-of-signal: false Tx CDR Enabled: No Nofalse Nofalse Nofalse
24762026-04-01T03:33:37.411Z
24772026-04-01T03:33:37.411Z Tx Adaptive EQ Fault: NoRx Auto-squelch Disable: true Notrue Notrue Notrue
24782026-04-01T03:33:37.412Z
24792026-04-01T03:33:37.412Z Tx Fault: Yes Tx Output Enabled: true Yestrue Yes true Yestrue
24802026-04-01T03:33:37.412Z
24812026-04-01T03:33:37.412Z Tx Output Status: invalid invalid invalid invalid
24822026-04-01T03:33:37.412Z Tx Loss-of-lock: false false false false
24832026-04-01T03:33:37.412Z Tx Loss-of-signal: true true true true
24842026-04-01T03:33:37.412ZTx Auto-squelch Disable: false false false false
24852026-04-01T03:33:37.412Z Tx Adaptive EQ Fail: true true true true
24862026-04-01T03:33:37.412Z Tx Failure: false false false false
24872026-04-01T03:33:37.412Z Tx Force Squelch: true true true true
24882026-04-01T03:33:37.412Z Tx Input Polarity: normal normal normal normal
24892026-04-01T03:33:37.412Ztest switchport::test::test_print_sff_datapath ... ok
24902026-04-01T03:33:37.412Ztest switchport::test::test_print_cmis_datapath ... ok
24912026-04-01T03:33:37.412Ztest link::test_filter ... ok
24922026-04-01T03:33:37.412Z
24932026-04-01T03:33:37.412Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24942026-04-01T03:33:37.412Z
24952026-04-01T03:33:37.412Z Running tests/counters.rs (target/debug/deps/counters-986889b88f609b31)
24962026-04-01T03:33:37.415Z
24972026-04-01T03:33:37.415Zrunning 1 test
24982026-04-01T03:33:37.415Ztest test_p4_counter_list ... ignored
24992026-04-01T03:33:37.415Z
25002026-04-01T03:33:37.415Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25012026-04-01T03:33:37.415Z
25022026-04-01T03:33:37.416Z Running tests/port-link.rs (target/debug/deps/port_link-1b77667faca566d6)
25032026-04-01T03:33:37.416Z
25042026-04-01T03:33:37.416Zrunning 5 tests
25052026-04-01T03:33:37.416Ztest test_an ... ignored
25062026-04-01T03:33:37.416Ztest test_enable ... ignored
25072026-04-01T03:33:37.416Ztest test_ip_addresses ... ignored
25082026-04-01T03:33:37.416Ztest test_kr ... ignored
25092026-04-01T03:33:37.416Ztest test_mac ... ignored
25102026-04-01T03:33:37.416Z
25112026-04-01T03:33:37.416Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25122026-04-01T03:33:37.416Z
25132026-04-01T03:33:37.416Z Running unittests src/main.rs (target/debug/deps/tfportd-f81f4f551de87677)
25142026-04-01T03:33:37.419Z
25152026-04-01T03:33:37.419Zrunning 3 tests
25162026-04-01T03:33:37.419Ztest linklocal::test_parse_ipadm ... ok
25172026-04-01T03:33:37.420Ztest tfport::test_parse_tfport ... ok
25182026-04-01T03:33:37.423Ztest config::tests::test_updates ... ok
25192026-04-01T03:33:37.423Z
25202026-04-01T03:33:37.423Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-04-01T03:33:37.423Z
25222026-04-01T03:33:37.423Z Running unittests src/main.rs (target/debug/deps/uplinkd-fe568af2b20fa449)
25232026-04-01T03:33:37.423Z
25242026-04-01T03:33:37.423Zrunning 0 tests
25252026-04-01T03:33:37.423Z
25262026-04-01T03:33:37.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25272026-04-01T03:33:37.423Z
25282026-04-01T03:33:37.423Z Running unittests src/main.rs (target/debug/deps/xtask-d41b5b767e2f7b2c)
25292026-04-01T03:33:37.426Z
25302026-04-01T03:33:37.426Zrunning 0 tests
25312026-04-01T03:33:37.426Z
25322026-04-01T03:33:37.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25332026-04-01T03:33:37.426Z
25342026-04-01T03:33:37.426Z Doc-tests aal
25352026-04-01T03:33:37.548Z
25362026-04-01T03:33:37.549Zrunning 0 tests
25372026-04-01T03:33:37.549Z
25382026-04-01T03:33:37.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25392026-04-01T03:33:37.552Z
25402026-04-01T03:33:37.565Z Doc-tests aal_macros
25412026-04-01T03:33:37.630Z
25422026-04-01T03:33:37.631Zrunning 0 tests
25432026-04-01T03:33:37.631Z
25442026-04-01T03:33:37.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25452026-04-01T03:33:37.631Z
25462026-04-01T03:33:37.640Z Doc-tests common
25472026-04-01T03:33:37.867Z
25482026-04-01T03:33:37.867Zrunning 0 tests
25492026-04-01T03:33:37.867Z
25502026-04-01T03:33:37.867Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25512026-04-01T03:33:37.867Z
25522026-04-01T03:33:37.886Z Doc-tests dpd_api
25532026-04-01T03:33:38.998Z
25542026-04-01T03:33:38.998Zrunning 2 tests
25552026-04-01T03:33:38.998Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
25562026-04-01T03:33:38.998Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
25572026-04-01T03:33:38.998Z
25582026-04-01T03:33:38.998Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25592026-04-01T03:33:38.998Z
25602026-04-01T03:33:39.036Z Doc-tests dpd_client
25612026-04-01T03:33:40.290Z
25622026-04-01T03:33:40.290Zrunning 0 tests
25632026-04-01T03:33:40.290Z
25642026-04-01T03:33:40.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-04-01T03:33:40.290Z
25662026-04-01T03:33:40.331Z Doc-tests dpd_types
25672026-04-01T03:33:40.665Z
25682026-04-01T03:33:40.665Zrunning 0 tests
25692026-04-01T03:33:40.665Z
25702026-04-01T03:33:40.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-04-01T03:33:40.665Z
25722026-04-01T03:33:40.694Z Doc-tests packet
25732026-04-01T03:33:40.803Z
25742026-04-01T03:33:40.803Zrunning 0 tests
25752026-04-01T03:33:40.803Z
25762026-04-01T03:33:40.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25772026-04-01T03:33:40.803Z
25782026-04-01T03:33:40.817Z Doc-tests pcap
25792026-04-01T03:33:40.869Z
25802026-04-01T03:33:40.869Zrunning 0 tests
25812026-04-01T03:33:40.869Z
25822026-04-01T03:33:40.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25832026-04-01T03:33:40.869Z
25842026-04-01T03:33:40.933Z+ for feat in tofino_stub tofino_asic softnpu chaos
25852026-04-01T03:33:40.933Z+ RUST_BACKTRACE=full
25862026-04-01T03:33:40.933Z+ cargo test --features tofino_asic --no-fail-fast
25872026-04-01T03:33:41.513Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25882026-04-01T03:33:41.590Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25892026-04-01T03:33:41.596Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25902026-04-01T03:33:41.603Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25912026-04-01T03:33:50.096Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25922026-04-01T03:33:50.124Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25932026-04-01T03:34:29.531Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.57s
25942026-04-01T03:34:29.646Z Running unittests src/lib.rs (target/debug/deps/aal-900963bd450099a7)
25952026-04-01T03:34:29.649Z
25962026-04-01T03:34:29.649Zrunning 5 tests
25972026-04-01T03:34:29.649Ztest fuse::tests::chip_revision_a0 ... ok
25982026-04-01T03:34:29.649Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25992026-04-01T03:34:29.649Ztest fuse::tests::chip_revision_b1 ... ok
26002026-04-01T03:34:29.649Ztest fuse::tests::chip_revision_b0 ... ok
26012026-04-01T03:34:29.649Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26022026-04-01T03:34:29.649Z
26032026-04-01T03:34:29.649Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26042026-04-01T03:34:29.649Z
26052026-04-01T03:34:29.652Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26062026-04-01T03:34:29.655Z
26072026-04-01T03:34:29.655Zrunning 0 tests
26082026-04-01T03:34:29.655Z
26092026-04-01T03:34:29.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-04-01T03:34:29.655Z
26112026-04-01T03:34:29.655Z Running unittests src/lib.rs (target/debug/deps/asic-4e0e05b20360ab2d)
26122026-04-01T03:34:29.738Z
26132026-04-01T03:34:29.738Zrunning 8 tests
26142026-04-01T03:34:29.741Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26152026-04-01T03:34:29.741Ztest tofino_asic::qsfp::tests::fix_link ... ok
26162026-04-01T03:34:29.742Ztest tofino_asic::stats::constants_sanity_check ... ok
26172026-04-01T03:34:29.742Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26182026-04-01T03:34:29.742Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26192026-04-01T03:34:29.742Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26202026-04-01T03:34:29.749Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26212026-04-01T03:34:30.240Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26222026-04-01T03:34:30.240Z
26232026-04-01T03:34:30.241Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26242026-04-01T03:34:30.241Z
26252026-04-01T03:34:30.251Z Running unittests src/lib.rs (target/debug/deps/common-35d21be4776513da)
26262026-04-01T03:34:30.254Z
26272026-04-01T03:34:30.254Zrunning 10 tests
26282026-04-01T03:34:30.257Ztest network::tests::test_equal ... ok
26292026-04-01T03:34:30.257Ztest nat::tests::test_vni ... ok
26302026-04-01T03:34:30.257Ztest network::tests::test_eui64 ... ok
26312026-04-01T03:34:30.257Ztest network::tests::test_into ... ok
26322026-04-01T03:34:30.257Ztest network::tests::test_generate_ipv6_link_local ... ok
26332026-04-01T03:34:30.257Ztest network::tests::test_not_equal ... ok
26342026-04-01T03:34:30.257Ztest network::tests::test_to_string ... ok
26352026-04-01T03:34:30.258Ztest network::tests::test_parse ... ok
26362026-04-01T03:34:30.258Ztest test_purge ... ok
26372026-04-01T03:34:30.261Ztest illumos::test::address_exists_handles_missing_object ... ok
26382026-04-01T03:34:30.261Z
26392026-04-01T03:34:30.261Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26402026-04-01T03:34:30.261Z
26412026-04-01T03:34:30.261Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-8d3ab8f5c5550620)
26422026-04-01T03:34:30.264Z
26432026-04-01T03:34:30.264Zrunning 1 test
26442026-04-01T03:34:31.550Ztest test::test_apis_up_to_date ... ok
26452026-04-01T03:34:31.550Z
26462026-04-01T03:34:31.550Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
26472026-04-01T03:34:31.550Z
26482026-04-01T03:34:31.601Z Running unittests src/main.rs (target/debug/deps/dpd-7cc7711bc42ed3aa)
26492026-04-01T03:34:31.669Z
26502026-04-01T03:34:31.669Zrunning 72 tests
26512026-04-01T03:34:31.672Ztest freemap::test_ordering ... ok
26522026-04-01T03:34:31.672Ztest freemap::test_split ... ok
26532026-04-01T03:34:31.672Ztest config::tests::test_updates ... ok
26542026-04-01T03:34:31.672Ztest macaddrs::tests::test_mac_offset ... ok
26552026-04-01T03:34:31.672Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26562026-04-01T03:34:31.672Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26572026-04-01T03:34:31.672Ztest macaddrs::tests::test_parse_port_id ... ok
26582026-04-01T03:34:31.672Ztest mcast::tests::test_canonicalize_sources ... ok
26592026-04-01T03:34:31.675ZApr 01 03:34:30.120 DEBG created new freemap, unit: freemap_test
26602026-04-01T03:34:31.675ZApr 01 03:34:30.120 DEBG initted freemap. size: 128, unit: freemap_test
26612026-04-01T03:34:31.675ZApr 01 03:34:30.120 DEBG reset freemapApr 01 03:34:30.120, unitDEBG: created new freemapApr 01 03:34:30.120, freemap_testunit
26622026-04-01T03:34:31.675Z:DEBG freemap_testcreated new freemap
26632026-04-01T03:34:31.675Z, unit: Apr 01 03:34:30.120freemap_test DEBG
26642026-04-01T03:34:31.676Z initted freemap. size: 128, unit: Apr 01 03:34:30.120freemap_test
26652026-04-01T03:34:31.676ZDEBG initted freemap. size: 128, unitApr 01 03:34:30.120: DEBGfreemap_test
26662026-04-01T03:34:31.676Zreset freemap, unit:Apr 01 03:34:30.120 freemap_testDEBG
26672026-04-01T03:34:31.676Z reset freemap, unit: freemap_test
26682026-04-01T03:34:31.676ZApr 01 03:34:30.120 DEBG created new freemap, unit: freemap_test
26692026-04-01T03:34:31.676ZApr 01 03:34:30.120 DEBG initted freemap. size: 128, unit: freemap_test
26702026-04-01T03:34:31.676ZApr 01 03:34:30.120 DEBG reset freemap, unit: freemap_test
26712026-04-01T03:34:31.676Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
26722026-04-01T03:34:31.676Ztest freemap::test_free ... ok
26732026-04-01T03:34:31.676ZApr 01 03:34:30.120 DEBG created new freemap, unit: freemap_test
26742026-04-01T03:34:31.676Ztest freemap::test_span ... ok
26752026-04-01T03:34:31.676ZApr 01 03:34:30.120 DEBG initted freemap. size: 128, unit: freemap_test
26762026-04-01T03:34:31.676Ztest freemap::test_reclaim ... ok
26772026-04-01T03:34:31.676ZApr 01 03:34:30.120 DEBG reset freemap, unit: freemap_test
26782026-04-01T03:34:31.676Ztest freemap::test_basic ... ok
26792026-04-01T03:34:31.676Ztest freemap::test_exhaustion ... ok
26802026-04-01T03:34:31.676Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
26812026-04-01T03:34:31.676Ztest mcast::tests::test_create_port_bitmap_empty ... ok
26822026-04-01T03:34:31.676Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
26832026-04-01T03:34:31.676Ztest mcast::tests::test_concurrent_id_allocation ... ok
26842026-04-01T03:34:31.676Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
26852026-04-01T03:34:31.676Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
26862026-04-01T03:34:31.676Ztest mcast::tests::test_sources_contain_any ... ok
26872026-04-01T03:34:31.676Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26882026-04-01T03:34:31.676Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26892026-04-01T03:34:31.676Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26902026-04-01T03:34:31.676Ztest mcast::validate::tests::test_ipv4_validation ... ok
26912026-04-01T03:34:31.676Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26922026-04-01T03:34:31.676Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
26932026-04-01T03:34:31.676Ztest mcast::validate::tests::test_is_ssm_function ... ok
26942026-04-01T03:34:31.676Ztest mcast::validate::tests::test_validate_nat_target ... ok
26952026-04-01T03:34:31.676Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26962026-04-01T03:34:31.676Ztest mcast::validate::tests::test_ipv6_validation ... ok
26972026-04-01T03:34:31.676Ztest mcast::validate::tests::test_validate_tag ... ok
26982026-04-01T03:34:31.676Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26992026-04-01T03:34:31.676Ztest mcast::validate::tests::test_validate_source_addresses ... ok
27002026-04-01T03:34:31.676Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
27012026-04-01T03:34:31.676Ztest nat::test_mapping ... ok
27022026-04-01T03:34:31.676Ztest mcast::validate::tests::test_validate_tag_format ... ok
27032026-04-01T03:34:31.677Ztest port_map::tests::test_backplane_group ... ok
27042026-04-01T03:34:31.677Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
27052026-04-01T03:34:31.677Ztest transceivers::mpn_test::test_mpn_missing ... ok
27062026-04-01T03:34:31.677Ztest transceivers::mpn_test::test_mpn_present ... ok
27072026-04-01T03:34:31.677Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27082026-04-01T03:34:31.677Ztest port_map::tests::test_port_map ... ok
27092026-04-01T03:34:31.677Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27102026-04-01T03:34:31.677Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27112026-04-01T03:34:31.677Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27122026-04-01T03:34:31.677Ztest port_map::tests::dump_map ... ok
27132026-04-01T03:34:31.677Ztest api_server::tests::test_build_info ... ok
27142026-04-01T03:34:31.677Ztest mcast::tests::test_id_range_boundaries ... ok
27152026-04-01T03:34:31.680Ztest port_map::tests::parse_softnpu_revision ... ok
27162026-04-01T03:34:31.680Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27172026-04-01T03:34:31.680Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27182026-04-01T03:34:31.680Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27192026-04-01T03:34:31.680Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27202026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27212026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27222026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27232026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27242026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27252026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27262026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27272026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27282026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27292026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27302026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27312026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27322026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27332026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27342026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27352026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27362026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27372026-04-01T03:34:31.681Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27382026-04-01T03:34:31.681Z
27392026-04-01T03:34:31.681Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27402026-04-01T03:34:31.681Z
27412026-04-01T03:34:31.690Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0d14e15c608b1eed)
27422026-04-01T03:34:31.693Z
27432026-04-01T03:34:31.693Zrunning 0 tests
27442026-04-01T03:34:31.693Z
27452026-04-01T03:34:31.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27462026-04-01T03:34:31.693Z
27472026-04-01T03:34:31.693Z Running unittests src/lib.rs (target/debug/deps/dpd_api-0e63ab10d89f9fae)
27482026-04-01T03:34:31.697Z
27492026-04-01T03:34:31.697Zrunning 0 tests
27502026-04-01T03:34:31.697Z
27512026-04-01T03:34:31.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27522026-04-01T03:34:31.697Z
27532026-04-01T03:34:31.697Z Running unittests src/lib.rs (target/debug/deps/dpd_client-bb8803cd6a3335c0)
27542026-04-01T03:34:31.697Z
27552026-04-01T03:34:31.697Zrunning 6 tests
27562026-04-01T03:34:31.700Ztest tests::test_full_lot_id_neither_present ... ok
27572026-04-01T03:34:31.700Ztest tests::test_port_id_cmp ... ok
27582026-04-01T03:34:31.700Ztest tests::test_parse_client_port_id ... ok
27592026-04-01T03:34:31.700Ztest tests::test_full_lot_id_both_present ... ok
27602026-04-01T03:34:31.700Ztest tests::test_full_lot_id_lotnum_only ... ok
27612026-04-01T03:34:31.700Ztest tests::test_full_lot_id_lot_only ... ok
27622026-04-01T03:34:31.700Z
27632026-04-01T03:34:31.700Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27642026-04-01T03:34:31.700Z
27652026-04-01T03:34:31.700Z Running tests/test_all.rs (target/debug/deps/test_all-2110d1501c8f5cd3)
27662026-04-01T03:34:31.700Z
27672026-04-01T03:34:31.700Zrunning 0 tests
27682026-04-01T03:34:31.700Z
27692026-04-01T03:34:31.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27702026-04-01T03:34:31.700Z
27712026-04-01T03:34:31.700Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b09bb3bd328be770)
27722026-04-01T03:34:31.703Z
27732026-04-01T03:34:31.704Zrunning 0 tests
27742026-04-01T03:34:31.704Z
27752026-04-01T03:34:31.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-04-01T03:34:31.704Z
27772026-04-01T03:34:31.704Z Running unittests src/lib.rs (target/debug/deps/packet-323c6e1ccf2fa3c8)
27782026-04-01T03:34:31.704Z
27792026-04-01T03:34:31.704Zrunning 12 tests
27802026-04-01T03:34:31.707Ztest icmp::test_v6_checksum ... ok
27812026-04-01T03:34:31.707Ztest lldp::test_lldp_parse ... ok
27822026-04-01T03:34:31.707Ztest icmp::test_v4_checksum ... ok
27832026-04-01T03:34:31.707Ztest ipv6::test_ipv6_parse ... ok
27842026-04-01T03:34:31.707Ztest pbuf::test_byte ... ok
27852026-04-01T03:34:31.707Ztest pbuf::test_nibble ... ok
27862026-04-01T03:34:31.707Ztest pbuf::test_short ... ok
27872026-04-01T03:34:31.707Ztest pbuf::test_overflow ... ok
27882026-04-01T03:34:31.707Ztest pbuf::test_twelve ... ok
27892026-04-01T03:34:31.707Ztest pbuf::test_word ... ok
27902026-04-01T03:34:31.707Ztest tcp::test_checksum_syn_nodata ... ok
27912026-04-01T03:34:31.707Ztest tcp::test_checksum_ack_data ... ok
27922026-04-01T03:34:31.707Z
27932026-04-01T03:34:31.707Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27942026-04-01T03:34:31.707Z
27952026-04-01T03:34:31.707Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27962026-04-01T03:34:31.707Z
27972026-04-01T03:34:31.707Zrunning 0 tests
27982026-04-01T03:34:31.707Z
27992026-04-01T03:34:31.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-04-01T03:34:31.707Z
28012026-04-01T03:34:31.707Z Running unittests src/main.rs (target/debug/deps/swadm-d01f8eed4d1c5a3d)
28022026-04-01T03:34:31.710Z
28032026-04-01T03:34:31.710Zrunning 5 tests
28042026-04-01T03:34:31.710Ztest switchport::test::test_compute_lanes ... ok
28052026-04-01T03:34:31.710Ztest switchport::test::port_id_ordering ... ok
28062026-04-01T03:34:31.711Z Lane 0 Lane 1 Lane 2 Lane 3
28072026-04-01T03:34:31.711Z Rx Loss-of-lock: Yes Yes Yes Yes
28082026-04-01T03:34:31.711Z Rx Loss-of-signal: Yes Yes Yes Yes
28092026-04-01T03:34:31.711Z Rx CDR Enabled: Yes Yes Yes Yes
28102026-04-01T03:34:31.711Z Tx Enabled: Yes Yes Yes Yes
28112026-04-01T03:34:31.711Z Tx Loss-of-lock: No No No No
28122026-04-01T03:34:31.711Z Tx Loss-of-signal: No No No No
28132026-04-01T03:34:31.711Z Tx CDR Enabled: No No No No
28142026-04-01T03:34:31.711Z Tx Adaptive EQ Fault: No No No No
28152026-04-01T03:34:31.711Z Tx Fault: Yes Yes Yes Yes
28162026-04-01T03:34:31.711Z Lane 0 Lane 1 Lane 2 Lane 3
28172026-04-01T03:34:31.711Z State: Activated Activated Activated Activated
28182026-04-01T03:34:31.711Z Rx Output Enabled: false false false false
28192026-04-01T03:34:31.711Z Rx Output Status: valid valid valid valid
28202026-04-01T03:34:31.711Z Rx Loss-of-lock: true true true true
28212026-04-01T03:34:31.711Z Rx Loss-of-signal: false false false false
28222026-04-01T03:34:31.711ZRx Auto-squelch Disable: true true true true
28232026-04-01T03:34:31.711Z Tx Output Enabled: true true true true
28242026-04-01T03:34:31.711Z Tx Output Status: invalid invalid invalid invalid
28252026-04-01T03:34:31.711Z Tx Loss-of-lock: false false false false
28262026-04-01T03:34:31.711Z Tx Loss-of-signal: true true true true
28272026-04-01T03:34:31.711ZTx Auto-squelch Disable: false false false false
28282026-04-01T03:34:31.711Z Tx Adaptive EQ Fail: true true true true
28292026-04-01T03:34:31.711Z Tx Failure: false false false false
28302026-04-01T03:34:31.711Z Tx Force Squelch: true true true true
28312026-04-01T03:34:31.711Ztest switchport::test::test_print_sff_datapath ... Tx Input Polarity: normalok
28322026-04-01T03:34:31.711Znormal normal normal
28332026-04-01T03:34:31.711Ztest switchport::test::test_print_cmis_datapath ... ok
28342026-04-01T03:34:31.715Ztest link::test_filter ... ok
28352026-04-01T03:34:31.715Z
28362026-04-01T03:34:31.715Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28372026-04-01T03:34:31.715Z
28382026-04-01T03:34:31.715Z Running tests/counters.rs (target/debug/deps/counters-2b36f290d2457d18)
28392026-04-01T03:34:31.715Z
28402026-04-01T03:34:31.715Zrunning 1 test
28412026-04-01T03:34:31.715Ztest test_p4_counter_list ... ignored
28422026-04-01T03:34:31.715Z
28432026-04-01T03:34:31.715Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28442026-04-01T03:34:31.715Z
28452026-04-01T03:34:31.715Z Running tests/port-link.rs (target/debug/deps/port_link-33082160b106d326)
28462026-04-01T03:34:31.715Z
28472026-04-01T03:34:31.715Zrunning 5 tests
28482026-04-01T03:34:31.715Ztest test_an ... ignored
28492026-04-01T03:34:31.715Ztest test_enable ... ignored
28502026-04-01T03:34:31.715Ztest test_ip_addresses ... ignored
28512026-04-01T03:34:31.715Ztest test_kr ... ignored
28522026-04-01T03:34:31.715Ztest test_mac ... ignored
28532026-04-01T03:34:31.715Z
28542026-04-01T03:34:31.715Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28552026-04-01T03:34:31.715Z
28562026-04-01T03:34:31.715Z Running unittests src/main.rs (target/debug/deps/tfportd-f87789194b68cb3f)
28572026-04-01T03:34:31.719Z
28582026-04-01T03:34:31.719Zrunning 3 tests
28592026-04-01T03:34:31.722Ztest linklocal::test_parse_ipadm ... ok
28602026-04-01T03:34:31.722Ztest tfport::test_parse_tfport ... ok
28612026-04-01T03:34:31.722Ztest config::tests::test_updates ... ok
28622026-04-01T03:34:31.722Z
28632026-04-01T03:34:31.722Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28642026-04-01T03:34:31.722Z
28652026-04-01T03:34:31.722Z Running unittests src/main.rs (target/debug/deps/uplinkd-fe568af2b20fa449)
28662026-04-01T03:34:31.725Z
28672026-04-01T03:34:31.725Zrunning 0 tests
28682026-04-01T03:34:31.725Z
28692026-04-01T03:34:31.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28702026-04-01T03:34:31.725Z
28712026-04-01T03:34:31.725Z Running unittests src/main.rs (target/debug/deps/xtask-d41b5b767e2f7b2c)
28722026-04-01T03:34:31.725Z
28732026-04-01T03:34:31.725Zrunning 0 tests
28742026-04-01T03:34:31.725Z
28752026-04-01T03:34:31.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28762026-04-01T03:34:31.725Z
28772026-04-01T03:34:31.725Z Doc-tests aal
28782026-04-01T03:34:31.846Z
28792026-04-01T03:34:31.846Zrunning 0 tests
28802026-04-01T03:34:31.846Z
28812026-04-01T03:34:31.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28822026-04-01T03:34:31.846Z
28832026-04-01T03:34:31.861Z Doc-tests aal_macros
28842026-04-01T03:34:31.929Z
28852026-04-01T03:34:31.929Zrunning 0 tests
28862026-04-01T03:34:31.929Z
28872026-04-01T03:34:31.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28882026-04-01T03:34:31.930Z
28892026-04-01T03:34:31.940Z Doc-tests common
28902026-04-01T03:34:32.175Z
28912026-04-01T03:34:32.175Zrunning 0 tests
28922026-04-01T03:34:32.175Z
28932026-04-01T03:34:32.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28942026-04-01T03:34:32.175Z
28952026-04-01T03:34:32.195Z Doc-tests dpd_api
28962026-04-01T03:34:33.327Z
28972026-04-01T03:34:33.327Zrunning 2 tests
28982026-04-01T03:34:33.327Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
28992026-04-01T03:34:33.327Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
29002026-04-01T03:34:33.327Z
29012026-04-01T03:34:33.327Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29022026-04-01T03:34:33.327Z
29032026-04-01T03:34:33.368Z Doc-tests dpd_client
29042026-04-01T03:34:34.621Z
29052026-04-01T03:34:34.621Zrunning 0 tests
29062026-04-01T03:34:34.621Z
29072026-04-01T03:34:34.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29082026-04-01T03:34:34.621Z
29092026-04-01T03:34:34.665Z Doc-tests dpd_types
29102026-04-01T03:34:34.997Z
29112026-04-01T03:34:34.997Zrunning 0 tests
29122026-04-01T03:34:34.997Z
29132026-04-01T03:34:34.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29142026-04-01T03:34:34.997Z
29152026-04-01T03:34:35.026Z Doc-tests packet
29162026-04-01T03:34:35.134Z
29172026-04-01T03:34:35.134Zrunning 0 tests
29182026-04-01T03:34:35.134Z
29192026-04-01T03:34:35.134Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29202026-04-01T03:34:35.134Z
29212026-04-01T03:34:35.148Z Doc-tests pcap
29222026-04-01T03:34:35.200Z
29232026-04-01T03:34:35.200Zrunning 0 tests
29242026-04-01T03:34:35.200Z
29252026-04-01T03:34:35.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29262026-04-01T03:34:35.200Z
29272026-04-01T03:34:35.245Z+ for feat in tofino_stub tofino_asic softnpu chaos
29282026-04-01T03:34:35.245Z+ RUST_BACKTRACE=full
29292026-04-01T03:34:35.245Z+ cargo test --features softnpu --no-fail-fast
29302026-04-01T03:34:35.872Z Compiling num-integer v0.1.46
29312026-04-01T03:34:35.875Z Compiling num-complex v0.4.6
29322026-04-01T03:34:35.983Z Compiling nix v0.31.2
29332026-04-01T03:34:36.004Z Compiling bitstruct_derive v0.1.0
29342026-04-01T03:34:36.241Z Compiling num-iter v0.1.45
29352026-04-01T03:34:36.277Z Compiling num-rational v0.4.2
29362026-04-01T03:34:36.297Z Compiling num-bigint v0.4.6
29372026-04-01T03:34:36.445Z Compiling tap v1.0.1
29382026-04-01T03:34:36.485Z Compiling oxide-tokio-rt v0.1.3
29392026-04-01T03:34:36.561Z Compiling wyz v0.5.1
29402026-04-01T03:34:36.677Z Compiling num v0.4.3
29412026-04-01T03:34:36.688Z Compiling radium v0.7.0
29422026-04-01T03:34:36.754Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29432026-04-01T03:34:36.766Z Compiling funty v2.0.0
29442026-04-01T03:34:36.792Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29452026-04-01T03:34:36.803Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29462026-04-01T03:34:36.885Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29472026-04-01T03:34:37.008Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29482026-04-01T03:34:37.020Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29492026-04-01T03:34:37.076Z Compiling bitvec v1.0.1
29502026-04-01T03:34:37.488Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29512026-04-01T03:34:37.624Z Compiling typeid v1.0.3
29522026-04-01T03:34:37.651Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29532026-04-01T03:34:37.838Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29542026-04-01T03:34:37.942Z Compiling ascii v1.1.0
29552026-04-01T03:34:37.994Z Compiling erased-serde v0.4.8
29562026-04-01T03:34:38.165Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29572026-04-01T03:34:38.218Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29582026-04-01T03:34:38.300Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29592026-04-01T03:34:38.471Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29602026-04-01T03:34:38.543Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29612026-04-01T03:34:38.689Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
29622026-04-01T03:34:38.720Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29632026-04-01T03:34:38.758Z Compiling bitstruct v0.1.1
29642026-04-01T03:34:38.860Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29652026-04-01T03:34:39.220Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
29662026-04-01T03:34:39.330Z Compiling serde_arrays v0.1.0
29672026-04-01T03:34:39.524Z Compiling libloading v0.7.4
29682026-04-01T03:34:39.605Z Compiling bit_field v0.10.3
29692026-04-01T03:34:39.660Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29702026-04-01T03:34:39.763Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4a98f905)
29712026-04-01T03:34:40.187Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29722026-04-01T03:34:41.334Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29732026-04-01T03:34:42.164Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29742026-04-01T03:34:42.577Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
29752026-04-01T03:34:42.790Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
29762026-04-01T03:34:48.294Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29772026-04-01T03:34:48.590Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29782026-04-01T03:34:48.628Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29792026-04-01T03:34:49.241Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29802026-04-01T03:34:51.363Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29812026-04-01T03:34:51.556Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29822026-04-01T03:34:55.231Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29832026-04-01T03:34:56.320Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29842026-04-01T03:34:56.784Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29852026-04-01T03:34:57.830Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29862026-04-01T03:34:59.178Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29872026-04-01T03:35:02.898Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29882026-04-01T03:35:03.809Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29892026-04-01T03:35:06.719Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29902026-04-01T03:35:09.458Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29912026-04-01T03:35:13.538Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29922026-04-01T03:35:53.715Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
29932026-04-01T03:35:53.831Z Running unittests src/lib.rs (target/debug/deps/aal-52849f75961d209b)
29942026-04-01T03:35:53.834Z
29952026-04-01T03:35:53.834Zrunning 5 tests
29962026-04-01T03:35:53.834Ztest fuse::tests::chip_revision_a0 ... ok
29972026-04-01T03:35:53.834Ztest fuse::tests::chip_revision_b0 ... ok
29982026-04-01T03:35:53.834Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29992026-04-01T03:35:53.834Ztest fuse::tests::chip_revision_b1 ... ok
30002026-04-01T03:35:53.834Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30012026-04-01T03:35:53.834Z
30022026-04-01T03:35:53.834Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30032026-04-01T03:35:53.834Z
30042026-04-01T03:35:53.837Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30052026-04-01T03:35:53.840Z
30062026-04-01T03:35:53.840Zrunning 0 tests
30072026-04-01T03:35:53.840Z
30082026-04-01T03:35:53.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30092026-04-01T03:35:53.840Z
30102026-04-01T03:35:53.841Z Running unittests src/lib.rs (target/debug/deps/asic-789d5f461defa70f)
30112026-04-01T03:35:53.844Z
30122026-04-01T03:35:53.844Zrunning 14 tests
30132026-04-01T03:35:53.844Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
30142026-04-01T03:35:53.844Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
30152026-04-01T03:35:53.844Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
30162026-04-01T03:35:53.844Ztest softnpu::mcast::tests::groups_are_independent ... ok
30172026-04-01T03:35:53.844Ztest softnpu::mcast::tests::group_lifecycle ... ok
30182026-04-01T03:35:53.844Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
30192026-04-01T03:35:53.844Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
30202026-04-01T03:35:53.844Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
30212026-04-01T03:35:53.844Ztest softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok
30222026-04-01T03:35:53.844Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
30232026-04-01T03:35:53.844Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
30242026-04-01T03:35:53.844Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
30252026-04-01T03:35:53.844Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
30262026-04-01T03:35:53.844Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
30272026-04-01T03:35:53.844Z
30282026-04-01T03:35:53.844Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30292026-04-01T03:35:53.844Z
30302026-04-01T03:35:53.844Z Running unittests src/lib.rs (target/debug/deps/common-35d21be4776513da)
30312026-04-01T03:35:53.849Z
30322026-04-01T03:35:53.849Zrunning 10 tests
30332026-04-01T03:35:53.852Ztest nat::tests::test_vni ... ok
30342026-04-01T03:35:53.852Ztest network::tests::test_equal ... ok
30352026-04-01T03:35:53.852Ztest network::tests::test_eui64 ... ok
30362026-04-01T03:35:53.852Ztest network::tests::test_into ... ok
30372026-04-01T03:35:53.852Ztest network::tests::test_not_equal ... ok
30382026-04-01T03:35:53.852Ztest network::tests::test_generate_ipv6_link_local ... ok
30392026-04-01T03:35:53.852Ztest network::tests::test_parse ... ok
30402026-04-01T03:35:53.852Ztest network::tests::test_to_string ... ok
30412026-04-01T03:35:53.852Ztest test_purge ... ok
30422026-04-01T03:35:53.856Ztest illumos::test::address_exists_handles_missing_object ... ok
30432026-04-01T03:35:53.856Z
30442026-04-01T03:35:53.856Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30452026-04-01T03:35:53.856Z
30462026-04-01T03:35:53.859Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-a5f53407ea27d20f)
30472026-04-01T03:35:53.862Z
30482026-04-01T03:35:53.862Zrunning 1 test
30492026-04-01T03:35:55.111Ztest test::test_apis_up_to_date ... ok
30502026-04-01T03:35:55.111Z
30512026-04-01T03:35:55.111Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
30522026-04-01T03:35:55.111Z
30532026-04-01T03:35:55.164Z Running unittests src/main.rs (target/debug/deps/dpd-176651f749256957)
30542026-04-01T03:35:55.170Z
30552026-04-01T03:35:55.170Zrunning 44 tests
30562026-04-01T03:35:55.173Ztest freemap::test_ordering ... ok
30572026-04-01T03:35:55.173Ztest freemap::test_split ... ok
30582026-04-01T03:35:55.173Ztest config::tests::test_updates ... ok
30592026-04-01T03:35:55.173Ztest macaddrs::tests::test_mac_offset ... ok
30602026-04-01T03:35:55.173Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30612026-04-01T03:35:55.173Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30622026-04-01T03:35:55.176Ztest macaddrs::tests::test_parse_port_id ... ok
30632026-04-01T03:35:55.176Ztest mcast::tests::test_canonicalize_sources ... ok
30642026-04-01T03:35:55.176ZApr 01 03:35:53.609 Apr 01 03:35:53.609DEBG DEBG created new freemapcreated new freemapApr 01 03:35:53.609, unitDEBG, : unit :created new freemap freemap_testfreemap_test
30652026-04-01T03:35:55.176Z,
30662026-04-01T03:35:55.176Zunit: freemap_test
30672026-04-01T03:35:55.176ZApr 01 03:35:53.610Apr 01 03:35:53.610 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: Apr 01 03:35:53.610 freemap_test freemap_testDEBG
30682026-04-01T03:35:55.176Z
30692026-04-01T03:35:55.176Z initted freemap. size: 128, Apr 01 03:35:53.610unit :Apr 01 03:35:53.610 DEBGfreemap_test
30702026-04-01T03:35:55.176ZDEBG reset freemapreset freemap, , unitunit:Apr 01 03:35:53.610 :DEBGfreemap_test freemap_test
30712026-04-01T03:35:55.176Z
30722026-04-01T03:35:55.176Zreset freemap, unit: freemap_test
30732026-04-01T03:35:55.177ZApr 01 03:35:53.610 DEBG created new freemap, unit: freemap_test
30742026-04-01T03:35:55.177ZApr 01 03:35:53.610 DEBG initted freemap. size: 128, unit: freemap_test
30752026-04-01T03:35:55.177ZApr 01 03:35:53.610 DEBG reset freemap, unit: freemap_test
30762026-04-01T03:35:55.177Ztest freemap::test_exhaustion ... ok
30772026-04-01T03:35:55.177Ztest freemap::test_span ... ok
30782026-04-01T03:35:55.177Ztest freemap::test_free ... ok
30792026-04-01T03:35:55.177Ztest freemap::test_basic ... ok
30802026-04-01T03:35:55.177Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
30812026-04-01T03:35:55.177Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
30822026-04-01T03:35:55.177Ztest mcast::tests::test_concurrent_id_allocation ... ok
30832026-04-01T03:35:55.177Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
30842026-04-01T03:35:55.177Ztest mcast::tests::test_create_port_bitmap_empty ... ok
30852026-04-01T03:35:55.177Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
30862026-04-01T03:35:55.177ZApr 01 03:35:53.611 DEBG created new freemap, unit: freemap_test
30872026-04-01T03:35:55.177Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
30882026-04-01T03:35:55.177ZApr 01 03:35:53.611 DEBG initted freemap. size: 128, unit: freemap_test
30892026-04-01T03:35:55.177ZApr 01 03:35:53.611 DEBG reset freemap, unit: freemap_test
30902026-04-01T03:35:55.177Ztest mcast::tests::test_sources_contain_any ... ok
30912026-04-01T03:35:55.177Ztest freemap::test_reclaim ... ok
30922026-04-01T03:35:55.177Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
30932026-04-01T03:35:55.177Ztest mcast::validate::tests::test_address_validation_integrated ... ok
30942026-04-01T03:35:55.177Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
30952026-04-01T03:35:55.177Ztest mcast::validate::tests::test_ipv4_validation ... ok
30962026-04-01T03:35:55.177Ztest mcast::validate::tests::test_is_ssm_function ... ok
30972026-04-01T03:35:55.177Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
30982026-04-01T03:35:55.177Ztest mcast::validate::tests::test_ipv6_validation ... ok
30992026-04-01T03:35:55.177Ztest mcast::validate::tests::test_validate_nat_target ... ok
31002026-04-01T03:35:55.177Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
31012026-04-01T03:35:55.177Ztest mcast::validate::tests::test_validate_source_addresses ... ok
31022026-04-01T03:35:55.177Ztest mcast::validate::tests::test_validate_tag ... ok
31032026-04-01T03:35:55.177Ztest nat::test_mapping ... ok
31042026-04-01T03:35:55.177Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
31052026-04-01T03:35:55.177Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
31062026-04-01T03:35:55.177Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
31072026-04-01T03:35:55.177Ztest mcast::validate::tests::test_validate_tag_format ... ok
31082026-04-01T03:35:55.177Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
31092026-04-01T03:35:55.177Ztest port_map::tests::test_backplane_group ... ok
31102026-04-01T03:35:55.177Ztest port_map::tests::test_port_map ... ok
31112026-04-01T03:35:55.177Ztest port_map::tests::dump_map ... ok
31122026-04-01T03:35:55.178Ztest api_server::tests::test_build_info ... ok
31132026-04-01T03:35:55.181Ztest mcast::tests::test_id_range_boundaries ... ok
31142026-04-01T03:35:55.181Ztest port_map::tests::parse_softnpu_revision ... ok
31152026-04-01T03:35:55.181Z
31162026-04-01T03:35:55.181Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31172026-04-01T03:35:55.181Z
31182026-04-01T03:35:55.181Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a4be1cdf8933a9bf)
31192026-04-01T03:35:55.184Z
31202026-04-01T03:35:55.184Zrunning 0 tests
31212026-04-01T03:35:55.184Z
31222026-04-01T03:35:55.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31232026-04-01T03:35:55.184Z
31242026-04-01T03:35:55.184Z Running unittests src/lib.rs (target/debug/deps/dpd_api-d6c8ae73e47c2b81)
31252026-04-01T03:35:55.187Z
31262026-04-01T03:35:55.187Zrunning 0 tests
31272026-04-01T03:35:55.187Z
31282026-04-01T03:35:55.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31292026-04-01T03:35:55.187Z
31302026-04-01T03:35:55.187Z Running unittests src/lib.rs (target/debug/deps/dpd_client-8b691b253c19aacc)
31312026-04-01T03:35:55.187Z
31322026-04-01T03:35:55.187Zrunning 6 tests
31332026-04-01T03:35:55.187Ztest tests::test_parse_client_port_id ... ok
31342026-04-01T03:35:55.187Ztest tests::test_full_lot_id_neither_present ... ok
31352026-04-01T03:35:55.187Ztest tests::test_full_lot_id_lot_only ... ok
31362026-04-01T03:35:55.187Ztest tests::test_full_lot_id_both_present ... ok
31372026-04-01T03:35:55.188Ztest tests::test_full_lot_id_lotnum_only ... ok
31382026-04-01T03:35:55.188Ztest tests::test_port_id_cmp ... ok
31392026-04-01T03:35:55.188Z
31402026-04-01T03:35:55.188Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31412026-04-01T03:35:55.188Z
31422026-04-01T03:35:55.188Z Running tests/test_all.rs (target/debug/deps/test_all-e3ee5b132233f5c5)
31432026-04-01T03:35:55.191Z
31442026-04-01T03:35:55.191Zrunning 0 tests
31452026-04-01T03:35:55.191Z
31462026-04-01T03:35:55.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31472026-04-01T03:35:55.191Z
31482026-04-01T03:35:55.191Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5ad748d0a7b5f084)
31492026-04-01T03:35:55.194Z
31502026-04-01T03:35:55.194Zrunning 0 tests
31512026-04-01T03:35:55.194Z
31522026-04-01T03:35:55.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31532026-04-01T03:35:55.194Z
31542026-04-01T03:35:55.194Z Running unittests src/lib.rs (target/debug/deps/packet-323c6e1ccf2fa3c8)
31552026-04-01T03:35:55.199Z
31562026-04-01T03:35:55.199Zrunning 12 tests
31572026-04-01T03:35:55.202Ztest icmp::test_v6_checksum ... ok
31582026-04-01T03:35:55.202Ztest lldp::test_lldp_parse ... ok
31592026-04-01T03:35:55.202Ztest icmp::test_v4_checksum ... ok
31602026-04-01T03:35:55.202Ztest ipv6::test_ipv6_parse ... ok
31612026-04-01T03:35:55.202Ztest pbuf::test_byte ... ok
31622026-04-01T03:35:55.202Ztest pbuf::test_nibble ... ok
31632026-04-01T03:35:55.202Ztest pbuf::test_short ... ok
31642026-04-01T03:35:55.202Ztest pbuf::test_twelve ... ok
31652026-04-01T03:35:55.203Ztest pbuf::test_word ... ok
31662026-04-01T03:35:55.203Ztest pbuf::test_overflow ... ok
31672026-04-01T03:35:55.203Ztest tcp::test_checksum_ack_data ... ok
31682026-04-01T03:35:55.203Ztest tcp::test_checksum_syn_nodata ... ok
31692026-04-01T03:35:55.203Z
31702026-04-01T03:35:55.203Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31712026-04-01T03:35:55.203Z
31722026-04-01T03:35:55.203Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
31732026-04-01T03:35:55.206Z
31742026-04-01T03:35:55.206Zrunning 0 tests
31752026-04-01T03:35:55.206Z
31762026-04-01T03:35:55.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-04-01T03:35:55.206Z
31782026-04-01T03:35:55.209Z Running unittests src/main.rs (target/debug/deps/swadm-9c6d264d84ae3ab2)
31792026-04-01T03:35:55.212Z
31802026-04-01T03:35:55.212Zrunning 5 tests
31812026-04-01T03:35:55.215Ztest switchport::test::test_compute_lanes ... ok
31822026-04-01T03:35:55.218Ztest switchport::test::port_id_ordering ... Lane 0ok Lane 0
31832026-04-01T03:35:55.218ZLane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
31842026-04-01T03:35:55.218Z
31852026-04-01T03:35:55.218Z Rx Loss-of-lock: Yes State: Activated Yes Yes ActivatedYes
31862026-04-01T03:35:55.218ZActivated Activated Rx Loss-of-signal: Yes
31872026-04-01T03:35:55.218Z Rx Output Enabled: falseYes false Yesfalse Yesfalse
31882026-04-01T03:35:55.218Z
31892026-04-01T03:35:55.218Z Rx CDR Enabled: Yes Rx Output Status: valid Yesvalid validYes validYes
31902026-04-01T03:35:55.218Z
31912026-04-01T03:35:55.218Z Rx Loss-of-lock: true Tx Enabled: Yes trueYes Yestrue Yestrue
31922026-04-01T03:35:55.218Z
31932026-04-01T03:35:55.218Z Tx Loss-of-lock: No Rx Loss-of-signal: falseNo falseNo Nofalse
31942026-04-01T03:35:55.218Z false
31952026-04-01T03:35:55.218Z Tx Loss-of-signal: No Rx Auto-squelch Disable: true No trueNo Notrue
31962026-04-01T03:35:55.218Z true
31972026-04-01T03:35:55.218Z Tx CDR Enabled: No No Tx Output Enabled: true No trueNo
31982026-04-01T03:35:55.218Z Tx Adaptive EQ Fault: Notrue trueNo
31992026-04-01T03:35:55.219Z Tx Output Status: invalidNo Noinvalid
32002026-04-01T03:35:55.219Z Tx Fault: Yes invalidYes invalid
32012026-04-01T03:35:55.219ZYes Tx Loss-of-lock: falseYes
32022026-04-01T03:35:55.219Z false false false
32032026-04-01T03:35:55.219Z Tx Loss-of-signal: true true true true
32042026-04-01T03:35:55.219ZTx Auto-squelch Disable: false false false false
32052026-04-01T03:35:55.219Z Tx Adaptive EQ Fail: true true true true
32062026-04-01T03:35:55.219Z Tx Failure: false false false false
32072026-04-01T03:35:55.219Z Tx Force Squelch: true true true true
32082026-04-01T03:35:55.219Z Tx Input Polarity: normal normal normal normal
32092026-04-01T03:35:55.219Ztest switchport::test::test_print_sff_datapath ... ok
32102026-04-01T03:35:55.219Ztest switchport::test::test_print_cmis_datapath ... ok
32112026-04-01T03:35:55.219Ztest link::test_filter ... ok
32122026-04-01T03:35:55.219Z
32132026-04-01T03:35:55.219Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32142026-04-01T03:35:55.219Z
32152026-04-01T03:35:55.219Z Running tests/counters.rs (target/debug/deps/counters-66500e0e4d5b4da4)
32162026-04-01T03:35:55.222Z
32172026-04-01T03:35:55.222Zrunning 1 test
32182026-04-01T03:35:55.222Ztest test_p4_counter_list ... ignored
32192026-04-01T03:35:55.222Z
32202026-04-01T03:35:55.222Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32212026-04-01T03:35:55.222Z
32222026-04-01T03:35:55.222Z Running tests/port-link.rs (target/debug/deps/port_link-decf673b7448dfc5)
32232026-04-01T03:35:55.226Z
32242026-04-01T03:35:55.226Zrunning 5 tests
32252026-04-01T03:35:55.226Ztest test_an ... ignored
32262026-04-01T03:35:55.226Ztest test_enable ... ignored
32272026-04-01T03:35:55.226Ztest test_ip_addresses ... ignored
32282026-04-01T03:35:55.226Ztest test_kr ... ignored
32292026-04-01T03:35:55.226Ztest test_mac ... ignored
32302026-04-01T03:35:55.226Z
32312026-04-01T03:35:55.226Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32322026-04-01T03:35:55.226Z
32332026-04-01T03:35:55.229Z Running unittests src/main.rs (target/debug/deps/tfportd-77f5fe76b305ddd4)
32342026-04-01T03:35:55.232Z
32352026-04-01T03:35:55.232Zrunning 3 tests
32362026-04-01T03:35:55.232Ztest linklocal::test_parse_ipadm ... ok
32372026-04-01T03:35:55.232Ztest tfport::test_parse_tfport ... ok
32382026-04-01T03:35:55.232Ztest config::tests::test_updates ... ok
32392026-04-01T03:35:55.232Z
32402026-04-01T03:35:55.232Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32412026-04-01T03:35:55.232Z
32422026-04-01T03:35:55.235Z Running unittests src/main.rs (target/debug/deps/uplinkd-597034afad8fbe92)
32432026-04-01T03:35:55.238Z
32442026-04-01T03:35:55.238Zrunning 0 tests
32452026-04-01T03:35:55.238Z
32462026-04-01T03:35:55.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32472026-04-01T03:35:55.238Z
32482026-04-01T03:35:55.241Z Running unittests src/main.rs (target/debug/deps/xtask-d41b5b767e2f7b2c)
32492026-04-01T03:35:55.244Z
32502026-04-01T03:35:55.244Zrunning 0 tests
32512026-04-01T03:35:55.244Z
32522026-04-01T03:35:55.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32532026-04-01T03:35:55.244Z
32542026-04-01T03:35:55.244Z Doc-tests aal
32552026-04-01T03:35:55.371Z
32562026-04-01T03:35:55.371Zrunning 0 tests
32572026-04-01T03:35:55.371Z
32582026-04-01T03:35:55.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32592026-04-01T03:35:55.371Z
32602026-04-01T03:35:55.387Z Doc-tests aal_macros
32612026-04-01T03:35:55.460Z
32622026-04-01T03:35:55.460Zrunning 0 tests
32632026-04-01T03:35:55.460Z
32642026-04-01T03:35:55.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32652026-04-01T03:35:55.460Z
32662026-04-01T03:35:55.471Z Doc-tests common
32672026-04-01T03:35:55.708Z
32682026-04-01T03:35:55.708Zrunning 0 tests
32692026-04-01T03:35:55.708Z
32702026-04-01T03:35:55.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32712026-04-01T03:35:55.708Z
32722026-04-01T03:35:55.728Z Doc-tests dpd_api
32732026-04-01T03:35:56.867Z
32742026-04-01T03:35:56.867Zrunning 2 tests
32752026-04-01T03:35:56.867Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
32762026-04-01T03:35:56.867Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
32772026-04-01T03:35:56.867Z
32782026-04-01T03:35:56.867Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32792026-04-01T03:35:56.867Z
32802026-04-01T03:35:56.907Z Doc-tests dpd_client
32812026-04-01T03:35:58.271Z
32822026-04-01T03:35:58.271Zrunning 0 tests
32832026-04-01T03:35:58.271Z
32842026-04-01T03:35:58.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-04-01T03:35:58.272Z
32862026-04-01T03:35:58.316Z Doc-tests dpd_types
32872026-04-01T03:35:58.659Z
32882026-04-01T03:35:58.659Zrunning 0 tests
32892026-04-01T03:35:58.659Z
32902026-04-01T03:35:58.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-04-01T03:35:58.659Z
32922026-04-01T03:35:58.688Z Doc-tests packet
32932026-04-01T03:35:58.798Z
32942026-04-01T03:35:58.798Zrunning 0 tests
32952026-04-01T03:35:58.798Z
32962026-04-01T03:35:58.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32972026-04-01T03:35:58.798Z
32982026-04-01T03:35:58.813Z Doc-tests pcap
32992026-04-01T03:35:58.864Z
33002026-04-01T03:35:58.864Zrunning 0 tests
33012026-04-01T03:35:58.864Z
33022026-04-01T03:35:58.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33032026-04-01T03:35:58.865Z
33042026-04-01T03:35:58.915Z+ for feat in tofino_stub tofino_asic softnpu chaos
33052026-04-01T03:35:58.915Z+ RUST_BACKTRACE=full
33062026-04-01T03:35:58.915Z+ cargo test --features chaos --no-fail-fast
33072026-04-01T03:35:59.500Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33082026-04-01T03:35:59.577Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33092026-04-01T03:35:59.587Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33102026-04-01T03:36:07.983Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33112026-04-01T03:36:08.539Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33122026-04-01T03:36:41.963Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.02s
33132026-04-01T03:36:42.062Z Running unittests src/lib.rs (target/debug/deps/aal-900963bd450099a7)
33142026-04-01T03:36:42.067Z
33152026-04-01T03:36:42.067Zrunning 5 tests
33162026-04-01T03:36:42.071Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33172026-04-01T03:36:42.071Ztest fuse::tests::chip_revision_b0 ... ok
33182026-04-01T03:36:42.071Ztest fuse::tests::chip_revision_a0 ... ok
33192026-04-01T03:36:42.071Ztest fuse::tests::chip_revision_b1 ... ok
33202026-04-01T03:36:42.071Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33212026-04-01T03:36:42.071Z
33222026-04-01T03:36:42.071Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33232026-04-01T03:36:42.071Z
33242026-04-01T03:36:42.071Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33252026-04-01T03:36:42.074Z
33262026-04-01T03:36:42.074Zrunning 0 tests
33272026-04-01T03:36:42.074Z
33282026-04-01T03:36:42.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33292026-04-01T03:36:42.074Z
33302026-04-01T03:36:42.074Z Running unittests src/lib.rs (target/debug/deps/asic-8570a8c32cec922a)
33312026-04-01T03:36:42.079Z
33322026-04-01T03:36:42.079Zrunning 0 tests
33332026-04-01T03:36:42.079Z
33342026-04-01T03:36:42.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33352026-04-01T03:36:42.082Z
33362026-04-01T03:36:42.082Z Running unittests src/lib.rs (target/debug/deps/common-35d21be4776513da)
33372026-04-01T03:36:42.086Z
33382026-04-01T03:36:42.086Zrunning 10 tests
33392026-04-01T03:36:42.089Ztest network::tests::test_eui64 ... ok
33402026-04-01T03:36:42.089Ztest nat::tests::test_vni ... ok
33412026-04-01T03:36:42.089Ztest network::tests::test_generate_ipv6_link_local ... ok
33422026-04-01T03:36:42.089Ztest network::tests::test_equal ... ok
33432026-04-01T03:36:42.089Ztest network::tests::test_into ... ok
33442026-04-01T03:36:42.089Ztest network::tests::test_not_equal ... ok
33452026-04-01T03:36:42.092Ztest test_purge ... ok
33462026-04-01T03:36:42.092Ztest network::tests::test_to_string ... ok
33472026-04-01T03:36:42.092Ztest network::tests::test_parse ... ok
33482026-04-01T03:36:42.095Ztest illumos::test::address_exists_handles_missing_object ... ok
33492026-04-01T03:36:42.095Z
33502026-04-01T03:36:42.095Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33512026-04-01T03:36:42.095Z
33522026-04-01T03:36:42.098Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-8d3ab8f5c5550620)
33532026-04-01T03:36:42.121Z
33542026-04-01T03:36:42.121Zrunning 1 test
33552026-04-01T03:36:43.451Ztest test::test_apis_up_to_date ... ok
33562026-04-01T03:36:43.451Z
33572026-04-01T03:36:43.452Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
33582026-04-01T03:36:43.452Z
33592026-04-01T03:36:43.504Z Running unittests src/main.rs (target/debug/deps/dpd-1b8f43c01a76d231)
33602026-04-01T03:36:43.509Z
33612026-04-01T03:36:43.509Zrunning 44 tests
33622026-04-01T03:36:43.513Ztest freemap::test_ordering ... ok
33632026-04-01T03:36:43.513Ztest freemap::test_split ... ok
33642026-04-01T03:36:43.513Ztest config::tests::test_updates ... ok
33652026-04-01T03:36:43.513Ztest macaddrs::tests::test_mac_offset ... ok
33662026-04-01T03:36:43.513Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33672026-04-01T03:36:43.513Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33682026-04-01T03:36:43.513Ztest macaddrs::tests::test_parse_port_id ... ok
33692026-04-01T03:36:43.513Ztest mcast::tests::test_canonicalize_sources ... ok
33702026-04-01T03:36:43.516Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
33712026-04-01T03:36:43.516ZApr 01 03:36:41.942 DEBG created new freemapApr 01 03:36:41.942, Apr 01 03:36:41.942 unit :DEBGDEBG freemap_testcreated new freemapcreated new freemap
33722026-04-01T03:36:43.516Z, , unitunit:: Apr 01 03:36:41.943freemap_test freemap_testDEBG
33732026-04-01T03:36:43.516Z
33742026-04-01T03:36:43.516Z initted freemap. size: 128, unit: freemap_test
33752026-04-01T03:36:43.516ZApr 01 03:36:41.943Apr 01 03:36:41.943 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, Apr 01 03:36:41.943unit , DEBG:unit freemap_test:
33762026-04-01T03:36:43.516Z reset freemapApr 01 03:36:41.943freemap_test,
33772026-04-01T03:36:43.516ZDEBGunit Apr 01 03:36:41.943created new freemap :, DEBGunit :freemap_testApr 01 03:36:41.943 DEBGfreemap_test
33782026-04-01T03:36:43.517Zreset freemap
33792026-04-01T03:36:43.517Zreset freemap, , unitunit:: freemap_testfreemap_test
33802026-04-01T03:36:43.517ZApr 01 03:36:41.943
33812026-04-01T03:36:43.517Z DEBG initted freemap. size: 128, unit: freemap_test
33822026-04-01T03:36:43.517ZApr 01 03:36:41.943 DEBG reset freemap, unit: freemap_test
33832026-04-01T03:36:43.517Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
33842026-04-01T03:36:43.517Ztest freemap::test_span ... ok
33852026-04-01T03:36:43.517Ztest freemap::test_free ... ok
33862026-04-01T03:36:43.517Ztest freemap::test_reclaim ... ok
33872026-04-01T03:36:43.517Ztest freemap::test_exhaustion ... ok
33882026-04-01T03:36:43.517ZApr 01 03:36:41.943 DEBG created new freemap, unit: freemap_test
33892026-04-01T03:36:43.517ZApr 01 03:36:41.943 DEBG initted freemap. size: 128, unit: freemap_test
33902026-04-01T03:36:43.517ZApr 01 03:36:41.943 DEBG reset freemap, unit: freemap_test
33912026-04-01T03:36:43.517Ztest mcast::tests::test_concurrent_id_allocation ... ok
33922026-04-01T03:36:43.517Ztest mcast::tests::test_create_port_bitmap_empty ... ok
33932026-04-01T03:36:43.517Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
33942026-04-01T03:36:43.517Ztest freemap::test_basic ... ok
33952026-04-01T03:36:43.517Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
33962026-04-01T03:36:43.517Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
33972026-04-01T03:36:43.517Ztest mcast::tests::test_sources_contain_any ... ok
33982026-04-01T03:36:43.517Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
33992026-04-01T03:36:43.517Ztest mcast::validate::tests::test_address_validation_integrated ... ok
34002026-04-01T03:36:43.517Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
34012026-04-01T03:36:43.517Ztest mcast::validate::tests::test_ipv4_validation ... ok
34022026-04-01T03:36:43.517Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
34032026-04-01T03:36:43.517Ztest mcast::validate::tests::test_is_ssm_function ... ok
34042026-04-01T03:36:43.517Ztest mcast::validate::tests::test_validate_nat_target ... ok
34052026-04-01T03:36:43.517Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
34062026-04-01T03:36:43.517Ztest mcast::validate::tests::test_ipv6_validation ... ok
34072026-04-01T03:36:43.517Ztest mcast::validate::tests::test_validate_source_addresses ... ok
34082026-04-01T03:36:43.517Ztest mcast::validate::tests::test_validate_tag ... ok
34092026-04-01T03:36:43.517Ztest nat::test_mapping ... ok
34102026-04-01T03:36:43.517Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
34112026-04-01T03:36:43.517Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
34122026-04-01T03:36:43.517Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
34132026-04-01T03:36:43.517Ztest port_map::tests::test_backplane_group ... ok
34142026-04-01T03:36:43.517Ztest mcast::validate::tests::test_validate_tag_format ... ok
34152026-04-01T03:36:43.517Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
34162026-04-01T03:36:43.518Ztest port_map::tests::test_port_map ... ok
34172026-04-01T03:36:43.518Ztest port_map::tests::dump_map ... ok
34182026-04-01T03:36:43.518Ztest api_server::tests::test_build_info ... ok
34192026-04-01T03:36:43.518Ztest mcast::tests::test_id_range_boundaries ... ok
34202026-04-01T03:36:43.518Ztest port_map::tests::parse_softnpu_revision ... ok
34212026-04-01T03:36:43.518Z
34222026-04-01T03:36:43.518Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34232026-04-01T03:36:43.518Z
34242026-04-01T03:36:43.521Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b6ddd48cb233f1dc)
34252026-04-01T03:36:43.525Z
34262026-04-01T03:36:43.525Zrunning 0 tests
34272026-04-01T03:36:43.525Z
34282026-04-01T03:36:43.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34292026-04-01T03:36:43.528Z
34302026-04-01T03:36:43.528Z Running unittests src/lib.rs (target/debug/deps/dpd_api-0e63ab10d89f9fae)
34312026-04-01T03:36:43.531Z
34322026-04-01T03:36:43.531Zrunning 0 tests
34332026-04-01T03:36:43.531Z
34342026-04-01T03:36:43.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34352026-04-01T03:36:43.531Z
34362026-04-01T03:36:43.531Z Running unittests src/lib.rs (target/debug/deps/dpd_client-9f2f5e648ac98eae)
34372026-04-01T03:36:43.539Z
34382026-04-01T03:36:43.539Zrunning 6 tests
34392026-04-01T03:36:43.542Ztest tests::test_full_lot_id_neither_present ... ok
34402026-04-01T03:36:43.542Ztest tests::test_full_lot_id_lotnum_only ... ok
34412026-04-01T03:36:43.542Ztest tests::test_full_lot_id_lot_only ... ok
34422026-04-01T03:36:43.542Ztest tests::test_full_lot_id_both_present ... ok
34432026-04-01T03:36:43.542Ztest tests::test_port_id_cmp ... ok
34442026-04-01T03:36:43.542Ztest tests::test_parse_client_port_id ... ok
34452026-04-01T03:36:43.546Z
34462026-04-01T03:36:43.546Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34472026-04-01T03:36:43.546Z
34482026-04-01T03:36:43.546Z Running tests/test_all.rs (target/debug/deps/test_all-fd7c4fa326815ed7)
34492026-04-01T03:36:43.549Z
34502026-04-01T03:36:43.549Zrunning 6 tests
34512026-04-01T03:36:46.558Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34522026-04-01T03:36:46.561Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34532026-04-01T03:36:46.561Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34542026-04-01T03:36:46.567Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34552026-04-01T03:36:46.895Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34562026-04-01T03:36:48.034Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34572026-04-01T03:36:48.034Z
34582026-04-01T03:36:48.034Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.49s
34592026-04-01T03:36:48.034Z
34602026-04-01T03:36:48.040Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b09bb3bd328be770)
34612026-04-01T03:36:48.046Z
34622026-04-01T03:36:48.046Zrunning 0 tests
34632026-04-01T03:36:48.046Z
34642026-04-01T03:36:48.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34652026-04-01T03:36:48.049Z
34662026-04-01T03:36:48.049Z Running unittests src/lib.rs (target/debug/deps/packet-323c6e1ccf2fa3c8)
34672026-04-01T03:36:48.055Z
34682026-04-01T03:36:48.055Zrunning 12 tests
34692026-04-01T03:36:48.058Ztest icmp::test_v6_checksum ... ok
34702026-04-01T03:36:48.058Ztest icmp::test_v4_checksum ... ok
34712026-04-01T03:36:48.058Ztest ipv6::test_ipv6_parse ... ok
34722026-04-01T03:36:48.059Ztest lldp::test_lldp_parse ... ok
34732026-04-01T03:36:48.059Ztest pbuf::test_byte ... ok
34742026-04-01T03:36:48.059Ztest pbuf::test_nibble ... ok
34752026-04-01T03:36:48.059Ztest pbuf::test_short ... ok
34762026-04-01T03:36:48.059Ztest pbuf::test_twelve ... ok
34772026-04-01T03:36:48.059Ztest pbuf::test_word ... ok
34782026-04-01T03:36:48.059Ztest pbuf::test_overflow ... ok
34792026-04-01T03:36:48.059Ztest tcp::test_checksum_ack_data ... ok
34802026-04-01T03:36:48.059Ztest tcp::test_checksum_syn_nodata ... ok
34812026-04-01T03:36:48.059Z
34822026-04-01T03:36:48.059Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34832026-04-01T03:36:48.059Z
34842026-04-01T03:36:48.059Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
34852026-04-01T03:36:48.062Z
34862026-04-01T03:36:48.062Zrunning 0 tests
34872026-04-01T03:36:48.062Z
34882026-04-01T03:36:48.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34892026-04-01T03:36:48.062Z
34902026-04-01T03:36:48.065Z Running unittests src/main.rs (target/debug/deps/swadm-586771cf286f73b5)
34912026-04-01T03:36:48.073Z
34922026-04-01T03:36:48.073Zrunning 5 tests
34932026-04-01T03:36:48.077Ztest switchport::test::test_compute_lanes ... ok
34942026-04-01T03:36:48.080Ztest switchport::test::port_id_ordering ... ok
34952026-04-01T03:36:48.080Z Lane 0 Lane 1 Lane 2 Lane 3
34962026-04-01T03:36:48.080Z Rx Loss-of-lock: Yes Yes Yes Yes
34972026-04-01T03:36:48.080Z Rx Loss-of-signal: Yes Yes Yes Yes
34982026-04-01T03:36:48.080Z Rx CDR Enabled: Yes Yes Yes Yes
34992026-04-01T03:36:48.080Z Lane 0 Tx Enabled: Yes Yes Yes Lane 1Yes
35002026-04-01T03:36:48.080ZLane 2 Tx Loss-of-lock: NoLane 3
35012026-04-01T03:36:48.080ZNo State: Activated No Activated No
35022026-04-01T03:36:48.081ZActivated Activated Tx Loss-of-signal: No
35032026-04-01T03:36:48.081ZNo Rx Output Enabled: false No falseNo
35042026-04-01T03:36:48.081Zfalse Tx CDR Enabled: No false
35052026-04-01T03:36:48.081ZNo Rx Output Status: valid Novalid validNo
35062026-04-01T03:36:48.081Zvalid
35072026-04-01T03:36:48.081Z Tx Adaptive EQ Fault: No Rx Loss-of-lock: trueNo true Notrue Notrue
35082026-04-01T03:36:48.081Z
35092026-04-01T03:36:48.081Z Tx Fault: Yes Rx Loss-of-signal: false Yes false Yes falseYes
35102026-04-01T03:36:48.081Z false
35112026-04-01T03:36:48.081ZRx Auto-squelch Disable: true true true true
35122026-04-01T03:36:48.081Z Tx Output Enabled: true true true true
35132026-04-01T03:36:48.081Z Tx Output Status: invalid invalid invalid invalid
35142026-04-01T03:36:48.081Ztest link::test_filter ... ok Tx Loss-of-lock: false false
35152026-04-01T03:36:48.081Z false false
35162026-04-01T03:36:48.081Z Tx Loss-of-signal: true true true true
35172026-04-01T03:36:48.081ZTx Auto-squelch Disable: false false false false
35182026-04-01T03:36:48.081Z Tx Adaptive EQ Fail: true true true true
35192026-04-01T03:36:48.081Z Tx Failure: false false false false
35202026-04-01T03:36:48.081Z Tx Force Squelch: true true true true
35212026-04-01T03:36:48.081Z Tx Input Polarity: normal normal normal normal
35222026-04-01T03:36:48.081Ztest switchport::test::test_print_cmis_datapath ... ok
35232026-04-01T03:36:48.081Ztest switchport::test::test_print_sff_datapath ... ok
35242026-04-01T03:36:48.081Z
35252026-04-01T03:36:48.081Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35262026-04-01T03:36:48.081Z
35272026-04-01T03:36:48.084Z Running tests/counters.rs (target/debug/deps/counters-c27dd649c2ce0a53)
35282026-04-01T03:36:48.084Z
35292026-04-01T03:36:48.085Zrunning 1 test
35302026-04-01T03:36:48.085Ztest test_p4_counter_list ... ignored
35312026-04-01T03:36:48.085Z
35322026-04-01T03:36:48.085Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35332026-04-01T03:36:48.085Z
35342026-04-01T03:36:48.085Z Running tests/port-link.rs (target/debug/deps/port_link-bc9675e101b8c09b)
35352026-04-01T03:36:48.088Z
35362026-04-01T03:36:48.088Zrunning 5 tests
35372026-04-01T03:36:48.088Ztest test_an ... ignored
35382026-04-01T03:36:48.088Ztest test_enable ... ignored
35392026-04-01T03:36:48.088Ztest test_ip_addresses ... ignored
35402026-04-01T03:36:48.088Ztest test_kr ... ignored
35412026-04-01T03:36:48.088Ztest test_mac ... ignored
35422026-04-01T03:36:48.088Z
35432026-04-01T03:36:48.088Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35442026-04-01T03:36:48.088Z
35452026-04-01T03:36:48.088Z Running unittests src/main.rs (target/debug/deps/tfportd-d4a53b653f10e7a8)
35462026-04-01T03:36:48.092Z
35472026-04-01T03:36:48.092Zrunning 3 tests
35482026-04-01T03:36:48.095Ztest linklocal::test_parse_ipadm ... ok
35492026-04-01T03:36:48.095Ztest tfport::test_parse_tfport ... ok
35502026-04-01T03:36:48.095Ztest config::tests::test_updates ... ok
35512026-04-01T03:36:48.095Z
35522026-04-01T03:36:48.095Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35532026-04-01T03:36:48.095Z
35542026-04-01T03:36:48.095Z Running unittests src/main.rs (target/debug/deps/uplinkd-fe568af2b20fa449)
35552026-04-01T03:36:48.098Z
35562026-04-01T03:36:48.098Zrunning 0 tests
35572026-04-01T03:36:48.099Z
35582026-04-01T03:36:48.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35592026-04-01T03:36:48.102Z
35602026-04-01T03:36:48.102Z Running unittests src/main.rs (target/debug/deps/xtask-d41b5b767e2f7b2c)
35612026-04-01T03:36:48.105Z
35622026-04-01T03:36:48.105Zrunning 0 tests
35632026-04-01T03:36:48.105Z
35642026-04-01T03:36:48.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35652026-04-01T03:36:48.105Z
35662026-04-01T03:36:48.105Z Doc-tests aal
35672026-04-01T03:36:48.273Z
35682026-04-01T03:36:48.274Zrunning 0 tests
35692026-04-01T03:36:48.274Z
35702026-04-01T03:36:48.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35712026-04-01T03:36:48.277Z
35722026-04-01T03:36:48.290Z Doc-tests aal_macros
35732026-04-01T03:36:48.363Z
35742026-04-01T03:36:48.363Zrunning 0 tests
35752026-04-01T03:36:48.363Z
35762026-04-01T03:36:48.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35772026-04-01T03:36:48.363Z
35782026-04-01T03:36:48.374Z Doc-tests common
35792026-04-01T03:36:48.617Z
35802026-04-01T03:36:48.617Zrunning 0 tests
35812026-04-01T03:36:48.617Z
35822026-04-01T03:36:48.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35832026-04-01T03:36:48.618Z
35842026-04-01T03:36:48.639Z Doc-tests dpd_api
35852026-04-01T03:36:49.865Z
35862026-04-01T03:36:49.865Zrunning 2 tests
35872026-04-01T03:36:49.865Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
35882026-04-01T03:36:49.865Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
35892026-04-01T03:36:49.865Z
35902026-04-01T03:36:49.865Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
35912026-04-01T03:36:49.865Z
35922026-04-01T03:36:49.908Z Doc-tests dpd_client
35932026-04-01T03:36:51.302Z
35942026-04-01T03:36:51.302Zrunning 0 tests
35952026-04-01T03:36:51.302Z
35962026-04-01T03:36:51.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35972026-04-01T03:36:51.302Z
35982026-04-01T03:36:51.350Z Doc-tests dpd_types
35992026-04-01T03:36:51.688Z
36002026-04-01T03:36:51.688Zrunning 0 tests
36012026-04-01T03:36:51.688Z
36022026-04-01T03:36:51.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-04-01T03:36:51.688Z
36042026-04-01T03:36:51.719Z Doc-tests packet
36052026-04-01T03:36:51.829Z
36062026-04-01T03:36:51.829Zrunning 0 tests
36072026-04-01T03:36:51.829Z
36082026-04-01T03:36:51.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-04-01T03:36:51.829Z
36102026-04-01T03:36:51.845Z Doc-tests pcap
36112026-04-01T03:36:51.898Z
36122026-04-01T03:36:51.898Zrunning 0 tests
36132026-04-01T03:36:51.898Z
36142026-04-01T03:36:51.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-04-01T03:36:51.898Z
36162026-04-01T03:36:51.946Zprocess exited: duration 620242 ms, exit code 0
 
36172026-04-01T03:36:51.952Zfound 0 output files