01KRPE417XNZFQTHNAVEB13Z3N: test

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

Buildomat Job: 01KRPE4EJ8GTSCPGZPF1QKWQ1G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T18:25:43.234Zjob assigned to worker 01KRPE4NNV9YPAQ6ZHY81MQ8ZZ [factory aws, i-05998924fdf7e3b34] (queued for 59 s)
 
22026-05-15T18:25:50.270Zstarting task 0: "setup"
32026-05-15T18:25:50.275Z++ uname -s
42026-05-15T18:25:50.278Z+ kern=SunOS
52026-05-15T18:25:50.278Z+ build_user=build
62026-05-15T18:25:50.278Z+ build_uid=12345
72026-05-15T18:25:50.279Z+ work_dir=/work
82026-05-15T18:25:50.279Z+ input_dir=/input
92026-05-15T18:25:50.279Z+ [[ 0 == 12345 ]]
102026-05-15T18:25:50.279Z+ case "$kern" in
112026-05-15T18:25:50.279Z+ groupadd -g 12345 build
122026-05-15T18:25:50.282Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T18:25:52.285Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T18:25:52.402Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T18:25:52.405Z+ home_fs=zfs
162026-05-15T18:25:52.405Z+ [[ zfs == autofs ]]
172026-05-15T18:25:52.405Z+ mkdir -p /home/build
182026-05-15T18:25:52.405Z+ chown build:build /home/build /work
192026-05-15T18:25:54.408Z+ chmod 0700 /home/build /work
202026-05-15T18:25:54.411Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-15T18:25:54.417Zstarting task 1: "rust-toolchain"
222026-05-15T18:25:54.421Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-15T18:25:54.421Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-15T18:25:54.421Z * rust toolchain channel = "1.90.0"
252026-05-15T18:25:54.421Z * rust toolchain profile = "default"
262026-05-15T18:25:54.424Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T18:25:54.424Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T18:25:54.424Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T18:25:54.424Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-15T18:25:54.517Zinfo: downloading installer
312026-05-15T18:25:55.855Zwarn: It looks like you have an existing installation of Rust at:
322026-05-15T18:25:55.855Zwarn: /opt/ooce/bin
332026-05-15T18:25:55.855Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-15T18:25:55.855Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-15T18:25:55.855Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-15T18:25:55.855Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-15T18:25:55.855Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-15T18:25:55.855Zerror: cannot install while Rust is installed
392026-05-15T18:25:55.855Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-15T18:25:55.855Zwarn: It looks like you have an existing rustup settings file at:
412026-05-15T18:25:55.855Zwarn: /home/build/.rustup/settings.toml
422026-05-15T18:25:55.855Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-15T18:25:55.855Zwarn: instead of the one inferred from the default host triple.
442026-05-15T18:25:55.866Zinfo: profile set to default
452026-05-15T18:25:55.866Zinfo: default host triple is x86_64-unknown-illumos
462026-05-15T18:25:55.869Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-15T18:25:56.005Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-15T18:25:56.008Zinfo: downloading 6 components
492026-05-15T18:26:09.911Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-15T18:26:09.911Z
512026-05-15T18:26:09.946Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-15T18:26:09.946Z
532026-05-15T18:26:09.946Z
542026-05-15T18:26:09.946ZRust is installed now. Great!
552026-05-15T18:26:09.946Z
562026-05-15T18:26:09.946ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-15T18:26:09.946Zenvironment variable. This has not been done automatically.
582026-05-15T18:26:09.946Z
592026-05-15T18:26:09.946ZTo configure your current shell, you need to source
602026-05-15T18:26:09.946Zthe corresponding env file under $HOME/.cargo.
612026-05-15T18:26:09.946Z
622026-05-15T18:26:09.949ZThis is usually done by running one of the following (note the leading DOT):
632026-05-15T18:26:09.949Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-15T18:26:09.950Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-15T18:26:09.950Zsource "~/.cargo/env.nu" # For nushell
662026-05-15T18:26:09.950Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-15T18:26:09.950Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-15T18:26:09.950Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-15T18:26:09.950Zwarn: no default linker (`cc`) was found in your PATH
702026-05-15T18:26:09.950Zwarn: many Rust crates require a system C toolchain to build
712026-05-15T18:26:10.038Z+ rustup --version
722026-05-15T18:26:10.047Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-15T18:26:10.051Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-15T18:26:10.068Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-15T18:26:10.072Z+ cargo --version
762026-05-15T18:26:10.083Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-15T18:26:10.087Z+ rustc --version
782026-05-15T18:26:10.106Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-15T18:26:10.110Zprocess exited: duration 15688 ms, exit code 0
 
802026-05-15T18:26:10.116Zstarting task 2: "authentication"
812026-05-15T18:26:10.133Zprocess exited: duration 16 ms, exit code 0
 
822026-05-15T18:26:10.139Zstarting task 3: "clone repository"
832026-05-15T18:26:10.142Z+ mkdir -p /work/oxidecomputer/dendrite
842026-05-15T18:26:10.145Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-05-15T18:26:10.177ZCloning into '/work/oxidecomputer/dendrite'...
862026-05-15T18:26:11.426Z+ cd /work/oxidecomputer/dendrite
872026-05-15T18:26:11.426Z+ git fetch origin 1d821c9f5de72e46b8f0dd8beb999817a2934037
882026-05-15T18:26:11.657ZFrom https://github.com/oxidecomputer/dendrite
892026-05-15T18:26:11.657Z * branch 1d821c9f5de72e46b8f0dd8beb999817a2934037 -> FETCH_HEAD
902026-05-15T18:26:11.663Z+ [[ -n levon/allow-in-place-updates-of-port-speed ]]
912026-05-15T18:26:11.666Z++ git branch --show-current
922026-05-15T18:26:11.666Z+ current=main
932026-05-15T18:26:11.666Z+ [[ main != levon/allow-in-place-updates-of-port-speed ]]
942026-05-15T18:26:11.666Z+ git branch -f levon/allow-in-place-updates-of-port-speed 1d821c9f5de72e46b8f0dd8beb999817a2934037
952026-05-15T18:26:11.669Z+ git checkout -f levon/allow-in-place-updates-of-port-speed
962026-05-15T18:26:11.686ZSwitched to branch 'levon/allow-in-place-updates-of-port-speed'
972026-05-15T18:26:11.689Z+ git reset --hard 1d821c9f5de72e46b8f0dd8beb999817a2934037
982026-05-15T18:26:11.692ZHEAD is now at 1d821c9 Allow in place update of physical link settings?
992026-05-15T18:26:11.692Zprocess exited: duration 1551 ms, exit code 0
 
1002026-05-15T18:26:11.698Zstarting task 4: "build"
1012026-05-15T18:26:11.702Z+ source .github/buildomat/common.sh
1022026-05-15T18:26:11.705Z++ TOFINO_STAGES=20
1032026-05-15T18:26:11.705Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-05-15T18:26:11.705Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-05-15T18:26:11.705Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-05-15T18:26:11.705Z+++ uname -s
1072026-05-15T18:26:11.705Z++ '[' SunOS == SunOS ']'
1082026-05-15T18:26:11.705Z++ SERIES=illumos
1092026-05-15T18:26:11.705Z+++ uname -s
1102026-05-15T18:26:11.705Z++ '[' SunOS == SunOS ']'
1112026-05-15T18:26:11.705Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-05-15T18:26:11.705Z++ rustup show active-toolchain
1132026-05-15T18:26:11.710Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-05-15T18:26:11.713Z+ source .github/buildomat/illumos.sh
1152026-05-15T18:26:11.713Z++ banner 'sde setup'
1162026-05-15T18:26:11.713Z
1172026-05-15T18:26:11.713Z #### ##### ###### #### ###### ##### # # #####
1182026-05-15T18:26:11.713Z # # # # # # # # # # #
1192026-05-15T18:26:11.713Z #### # # ##### #### ##### # # # # #
1202026-05-15T18:26:11.713Z # # # # # # # # # #####
1212026-05-15T18:26:11.713Z # # # # # # # # # # # #
1222026-05-15T18:26:11.713Z #### ##### ###### #### ###### # #### #
1232026-05-15T18:26:11.713Z
1242026-05-15T18:26:11.713Z++ export PKG=tofino_sde.p5p
1252026-05-15T18:26:11.713Z++ PKG=tofino_sde.p5p
1262026-05-15T18:26:11.713Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-05-15T18:26:11.721Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-05-15T18:26:11.725Z Dload Upload Total Spent Left Speed
1292026-05-15T18:26:12.931Z 0 0 0 0 0 0 0 0 0 82 76.03M 82 62.58M 0 0 62.64M 0 00:01 00:01 62.65M 100 76.03M 100 76.03M 0 0 62.74M 0 00:01 00:01 62.65M 100 76.03M 100 76.03M 0 0 62.74M 0 00:01 00:01 62.65M 100 76.03M 100 76.03M 0 0 62.74M 0 00:01 00:01 62.65M
1302026-05-15T18:26:12.935Z+++ digest -a sha256 tofino_sde.p5p
1312026-05-15T18:26:12.980Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-05-15T18:26:12.983Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-05-15T18:26:12.983Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-05-15T18:26:21.937Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-15T18:26:29.498Z Startup: Caching catalogs ... Done
1362026-05-15T18:26:29.685Z Startup: Refreshing catalog 'oxide' ... Done
1372026-05-15T18:26:38.744ZPlanning: Solver setup ... Done
1382026-05-15T18:26:38.783ZPlanning: Running solver ... Done
1392026-05-15T18:26:38.914ZPlanning: Finding local manifests ... Done
1402026-05-15T18:26:38.917ZPlanning: Fetching manifests: 1/1 100% complete
1412026-05-15T18:26:38.920ZPlanning: Fetching manifests: 1/1 100% complete
1422026-05-15T18:26:38.932ZPlanning: Package planning ... Done
1432026-05-15T18:26:38.935ZPlanning: Merging actions ... Done
1442026-05-15T18:26:39.020ZPlanning: Checking for conflicting actions ... Done
1452026-05-15T18:26:39.023ZPlanning: Consolidating action changes ... Done
1462026-05-15T18:26:39.773ZPlanning: Evaluating mediators ... Done
1472026-05-15T18:26:39.777ZPlanning: Planning completed in 10.08 seconds
1482026-05-15T18:26:39.781Z Packages to install: 1
1492026-05-15T18:26:39.784Z Create boot environment: No
1502026-05-15T18:26:39.784ZCreate backup boot environment: No
1512026-05-15T18:26:39.820Z
1522026-05-15T18:26:39.820ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-05-15T18:26:39.989ZDownload: Completed 75.30 MB in 0.13 seconds (564M/s)
1542026-05-15T18:26:40.183Z Actions: 1/293 actions (Installing new actions)
1552026-05-15T18:26:41.106Z Actions: Completed 293 actions in 0.98 seconds.
1562026-05-15T18:26:41.110Z Done
1572026-05-15T18:26:41.149Z Done
1582026-05-15T18:26:41.829Z Done
1592026-05-15T18:26:44.863Z Done
1602026-05-15T18:26:44.933Z Done
1612026-05-15T18:26:44.936Z Done
1622026-05-15T18:26:45.211Z Done
1632026-05-15T18:26:45.868Z++ export SDE=/opt/oxide/tofino_sde
1642026-05-15T18:26:45.868Z++ SDE=/opt/oxide/tofino_sde
1652026-05-15T18:26:45.868Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-05-15T18:26:45.868Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-05-15T18:26:45.869Z++ banner packages
1682026-05-15T18:26:45.872Z
1692026-05-15T18:26:45.872Z ##### ## #### # # ## #### ###### ####
1702026-05-15T18:26:45.872Z # # # # # # # # # # # # # #
1712026-05-15T18:26:45.872Z # # # # # #### # # # ##### ####
1722026-05-15T18:26:45.872Z ##### ###### # # # ###### # ### # #
1732026-05-15T18:26:45.872Z # # # # # # # # # # # # # #
1742026-05-15T18:26:45.872Z # # # #### # # # # #### ###### ####
1752026-05-15T18:26:45.872Z
1762026-05-15T18:26:45.872Z++ pfexec pkg install clang-15 pcap
1772026-05-15T18:26:46.261Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-05-15T18:26:46.264Z Startup: Refreshing catalog 'oxide' ... Done
1792026-05-15T18:26:53.365ZPlanning: Solver setup ... Done
1802026-05-15T18:26:53.405ZPlanning: Running solver ... Done
1812026-05-15T18:26:53.546ZPlanning: Finding local manifests ... Done
1822026-05-15T18:26:53.553ZPlanning: Fetching manifests: 0/2 0% complete
1832026-05-15T18:26:53.731ZPlanning: Fetching manifests: 2/2 100% complete
1842026-05-15T18:26:53.763ZPlanning: Package planning ... Done
1852026-05-15T18:26:53.831ZPlanning: Merging actions ... Done
1862026-05-15T18:26:53.931ZPlanning: Checking for conflicting actions ... Done
1872026-05-15T18:26:53.936ZPlanning: Consolidating action changes ... Done
1882026-05-15T18:26:54.127ZPlanning: Evaluating mediators ... Done
1892026-05-15T18:26:54.132ZPlanning: Planning completed in 7.79 seconds
1902026-05-15T18:26:54.133Z Packages to install: 2
1912026-05-15T18:26:54.133Z Mediators to change: 2
1922026-05-15T18:26:54.133Z Services to change: 1
1932026-05-15T18:26:54.133Z Create boot environment: No
1942026-05-15T18:26:54.133ZCreate backup boot environment: No
1952026-05-15T18:26:54.133Z
1962026-05-15T18:26:54.133ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-05-15T18:26:59.144ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (43.0M/s)
1982026-05-15T18:27:00.879ZDownload: Completed 211.31 MB in 6.78 seconds (31.2M/s)
1992026-05-15T18:27:02.588Z Actions: 1/3418 actions (Installing new actions)
2002026-05-15T18:27:05.678Z Actions: Completed 3418 actions in 3.09 seconds.
2012026-05-15T18:27:06.208Z Done
2022026-05-15T18:27:06.208Z Done
2032026-05-15T18:27:06.936Z Done
2042026-05-15T18:27:09.785Z Done
2052026-05-15T18:27:09.861Z Done
2062026-05-15T18:27:09.865Z Done
2072026-05-15T18:27:10.128Z Done
2082026-05-15T18:27:10.261Z++ pfexec pkg set-mediator -V 15 clang llvm
2092026-05-15T18:27:10.452ZPlanning: Evaluating mediator changes ... Done
2102026-05-15T18:27:10.557ZPlanning: Checking for conflicting actions ... Done
2112026-05-15T18:27:10.561ZPlanning: Consolidating action changes ... Done
2122026-05-15T18:27:10.714ZPlanning: Evaluating mediators ... Done
2132026-05-15T18:27:10.717ZPlanning: Planning completed in 0.26 seconds
2142026-05-15T18:27:10.735Z Mediators to change: 2
2152026-05-15T18:27:10.735Z Create boot environment: No
2162026-05-15T18:27:10.735ZCreate backup boot environment: No
2172026-05-15T18:27:10.780Z Done
2182026-05-15T18:27:10.780Z Done
2192026-05-15T18:27:11.378Z Done
2202026-05-15T18:27:13.806Z Done
2212026-05-15T18:27:13.876Z Done
2222026-05-15T18:27:13.879Z Done
2232026-05-15T18:27:13.968Z Done
2242026-05-15T18:27:14.044Z++ cargo --version
2252026-05-15T18:27:14.055Zcargo 1.90.0 (840b83a10 2025-07-30)
2262026-05-15T18:27:14.060Z++ rustc --version
2272026-05-15T18:27:14.076Zrustc 1.90.0 (1159e78c4 2025-09-14)
2282026-05-15T18:27:14.079Z+ banner copyrights
2292026-05-15T18:27:14.082Z
2302026-05-15T18:27:14.082Z #### #### ##### # # ##### # #### # # ##### ####
2312026-05-15T18:27:14.082Z # # # # # # # # # # # # # # # # #
2322026-05-15T18:27:14.083Z # # # # # # # # # # ###### # ####
2332026-05-15T18:27:14.083Z # # # ##### # ##### # # ### # # # #
2342026-05-15T18:27:14.083Z # # # # # # # # # # # # # # # #
2352026-05-15T18:27:14.083Z #### #### # # # # # #### # # # ####
2362026-05-15T18:27:14.083Z
2372026-05-15T18:27:14.083Z+ ./tools/check_copyrights.sh
2382026-05-15T18:27:14.355Zcommon/src/illumos.rs: Copyright with wrong year
2392026-05-15T18:27:15.085Zdpd/p4/headers.p4: Copyright with wrong year
2402026-05-15T18:27:15.495Zpacket/src/eth.rs: Copyright with wrong year
2412026-05-15T18:27:15.957Z+ banner clippy
2422026-05-15T18:27:15.960Z
2432026-05-15T18:27:15.960Z #### # # ##### ##### # #
2442026-05-15T18:27:15.960Z # # # # # # # # # #
2452026-05-15T18:27:15.960Z # # # # # # # #
2462026-05-15T18:27:15.960Z # # # ##### ##### #
2472026-05-15T18:27:15.960Z # # # # # # #
2482026-05-15T18:27:15.960Z #### ###### # # # #
2492026-05-15T18:27:15.960Z
2502026-05-15T18:27:15.960Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-05-15T18:27:15.960Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-05-15T18:27:16.108Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-05-15T18:27:25.866Z Updating crates.io index
2542026-05-15T18:27:25.899Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-15T18:27:26.164Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-05-15T18:27:26.868Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-05-15T18:27:27.142Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-05-15T18:27:27.401Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-15T18:27:28.642Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-05-15T18:27:28.874Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-05-15T18:27:29.164Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-05-15T18:27:29.565Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-05-15T18:27:29.833Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-05-15T18:27:30.198Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-05-15T18:27:30.655Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-05-15T18:27:30.897Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-05-15T18:27:31.329Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-05-15T18:27:31.860Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-15T18:27:32.227Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-05-15T18:27:32.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-05-15T18:27:32.812Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-05-15T18:27:33.304Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-05-15T18:27:33.702Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-05-15T18:27:33.960Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-05-15T18:27:35.283Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-15T18:27:35.940Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-05-15T18:27:36.504Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-05-15T18:27:37.781Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-05-15T18:27:38.413Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-05-15T18:27:38.644Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-05-15T18:27:39.127Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-05-15T18:27:40.623Z Downloading crates ...
2832026-05-15T18:27:40.692Z Downloaded async-stream-impl v0.3.6
2842026-05-15T18:27:40.700Z Downloaded defmt v1.0.1
2852026-05-15T18:27:40.708Z Downloaded block-buffer v0.10.4
2862026-05-15T18:27:40.711Z Downloaded atomicwrites v0.4.4
2872026-05-15T18:27:40.714Z Downloaded adler2 v2.0.1
2882026-05-15T18:27:40.714Z Downloaded async-recursion v1.1.1
2892026-05-15T18:27:40.717Z Downloaded getrandom v0.2.16
2902026-05-15T18:27:40.720Z Downloaded foreign-types-macros v0.2.3
2912026-05-15T18:27:40.723Z Downloaded futures-io v0.3.32
2922026-05-15T18:27:40.726Z Downloaded fs_extra v1.3.0
2932026-05-15T18:27:40.729Z Downloaded async-trait v0.1.89
2942026-05-15T18:27:40.732Z Downloaded futures-macro v0.3.32
2952026-05-15T18:27:40.735Z Downloaded fixedbitset v0.5.7
2962026-05-15T18:27:40.738Z Downloaded autocfg v1.5.0
2972026-05-15T18:27:40.738Z Downloaded foreign-types-shared v0.3.1
2982026-05-15T18:27:40.741Z Downloaded futures v0.3.32
2992026-05-15T18:27:40.744Z Downloaded futures-executor v0.3.32
3002026-05-15T18:27:40.747Z Downloaded hostname v0.4.2
3012026-05-15T18:27:40.750Z Downloaded derive_more v0.99.20
3022026-05-15T18:27:40.753Z Downloaded futures-channel v0.3.32
3032026-05-15T18:27:40.756Z Downloaded foreign-types v0.5.0
3042026-05-15T18:27:40.756Z Downloaded float-ord v0.3.2
3052026-05-15T18:27:40.759Z Downloaded futures-core v0.3.32
3062026-05-15T18:27:40.759Z Downloaded foldhash v0.2.0
3072026-05-15T18:27:40.762Z Downloaded fnv v1.0.7
3082026-05-15T18:27:40.766Z Downloaded bitflags v1.3.2
3092026-05-15T18:27:40.766Z Downloaded group v0.13.0
3102026-05-15T18:27:40.769Z Downloaded critical-section v1.2.0
3112026-05-15T18:27:40.771Z Downloaded byteorder v1.5.0
3122026-05-15T18:27:40.772Z Downloaded anstream v1.0.0
3132026-05-15T18:27:40.774Z Downloaded hyper-tls v0.6.0
3142026-05-15T18:27:40.777Z Downloaded http-body v1.0.1
3152026-05-15T18:27:40.780Z Downloaded hex v0.4.3
3162026-05-15T18:27:40.780Z Downloaded hash32 v0.3.1
3172026-05-15T18:27:40.783Z Downloaded display-error-chain v0.2.2
3182026-05-15T18:27:40.786Z Downloaded crypto-common v0.1.6
3192026-05-15T18:27:40.786Z Downloaded futures-task v0.3.32
3202026-05-15T18:27:40.789Z Downloaded generic-array v0.14.7
3212026-05-15T18:27:40.789Z Downloaded hostname v0.3.1
3222026-05-15T18:27:40.792Z Downloaded bit-set v0.8.0
3232026-05-15T18:27:40.795Z Downloaded futures-sink v0.3.32
3242026-05-15T18:27:40.795Z Downloaded debug-ignore v1.0.5
3252026-05-15T18:27:40.798Z Downloaded base16ct v0.2.0
3262026-05-15T18:27:40.801Z Downloaded dof v0.3.0
3272026-05-15T18:27:40.801Z Downloaded heck v0.4.1
3282026-05-15T18:27:40.804Z Downloaded anstyle-query v1.1.4
3292026-05-15T18:27:40.804Z Downloaded errno v0.3.14
3302026-05-15T18:27:40.807Z Downloaded base64ct v1.8.0
3312026-05-15T18:27:40.810Z Downloaded ident_case v1.0.1
3322026-05-15T18:27:40.810Z Downloaded equivalent v1.0.2
3332026-05-15T18:27:40.813Z Downloaded enum-as-inner v0.6.1
3342026-05-15T18:27:40.816Z Downloaded hubpack_derive v0.1.1
3352026-05-15T18:27:40.816Z Downloaded httpdate v1.0.3
3362026-05-15T18:27:40.819Z Downloaded darling_macro v0.21.3
3372026-05-15T18:27:40.819Z Downloaded crucible-workspace-hack v0.1.0
3382026-05-15T18:27:40.822Z Downloaded ciborium-io v0.2.2
3392026-05-15T18:27:40.822Z Downloaded hubpack v0.1.2
3402026-05-15T18:27:40.825Z Downloaded cmake v0.1.54
3412026-05-15T18:27:40.825Z Downloaded heck v0.5.0
3422026-05-15T18:27:40.828Z Downloaded fs-err v3.1.2
3432026-05-15T18:27:40.831Z Downloaded find-msvc-tools v0.1.9
3442026-05-15T18:27:40.831Z Downloaded hmac v0.12.1
3452026-05-15T18:27:40.834Z Downloaded cfg-if v1.0.3
3462026-05-15T18:27:40.837Z Downloaded internet-checksum v0.2.1
3472026-05-15T18:27:40.837Z Downloaded cstr-argument v0.1.2
3482026-05-15T18:27:40.840Z Downloaded cpufeatures v0.2.17
3492026-05-15T18:27:40.840Z Downloaded is-terminal v0.4.16
3502026-05-15T18:27:40.843Z Downloaded is_ci v1.2.0
3512026-05-15T18:27:40.843Z Downloaded lazy_static v1.5.0
3522026-05-15T18:27:40.846Z Downloaded defmt-parser v1.0.0
3532026-05-15T18:27:40.846Z Downloaded libscf-sys v1.1.0
3542026-05-15T18:27:40.849Z Downloaded curve25519-dalek-derive v0.1.1
3552026-05-15T18:27:40.849Z Downloaded crc8 v0.1.1
3562026-05-15T18:27:40.852Z Downloaded kstat-rs v0.2.4
3572026-05-15T18:27:40.852Z Downloaded keccak v0.1.6
3582026-05-15T18:27:40.855Z Downloaded arrayref v0.3.9
3592026-05-15T18:27:40.855Z Downloaded itoa v1.0.15
3602026-05-15T18:27:40.858Z Downloaded humantime v2.3.0
3612026-05-15T18:27:40.861Z Downloaded inout v0.1.4
3622026-05-15T18:27:40.861Z Downloaded instant v0.1.13
3632026-05-15T18:27:40.864Z Downloaded http-body-util v0.1.3
3642026-05-15T18:27:40.864Z Downloaded erased-serde v0.3.31
3652026-05-15T18:27:40.867Z Downloaded either v1.15.0
3662026-05-15T18:27:40.870Z Downloaded highway v1.3.0
3672026-05-15T18:27:40.870Z Downloaded deranged v0.5.3
3682026-05-15T18:27:40.873Z Downloaded git-stub-vcs v0.1.0
3692026-05-15T18:27:40.876Z Downloaded camino-tempfile v1.4.1
3702026-05-15T18:27:40.876Z Downloaded chacha20 v0.9.1
3712026-05-15T18:27:40.879Z Downloaded const_format_proc_macros v0.2.34
3722026-05-15T18:27:40.882Z Downloaded cipher v0.4.4
3732026-05-15T18:27:40.883Z Downloaded is_terminal_polyfill v1.70.1
3742026-05-15T18:27:40.885Z Downloaded csv-core v0.1.12
3752026-05-15T18:27:40.886Z Downloaded managed v0.8.0
3762026-05-15T18:27:40.888Z Downloaded lru-slab v0.1.2
3772026-05-15T18:27:40.888Z Downloaded camino v1.2.2
3782026-05-15T18:27:40.892Z Downloaded crossbeam-deque v0.8.6
3792026-05-15T18:27:40.892Z Downloaded memoffset v0.9.1
3802026-05-15T18:27:40.895Z Downloaded bytecount v0.6.9
3812026-05-15T18:27:40.895Z Downloaded defmt-macros v1.0.1
3822026-05-15T18:27:40.898Z Downloaded num v0.4.3
3832026-05-15T18:27:40.901Z Downloaded cexpr v0.6.0
3842026-05-15T18:27:40.901Z Downloaded linked-hash-map v0.5.6
3852026-05-15T18:27:40.904Z Downloaded ingot-types v0.1.2
3862026-05-15T18:27:40.904Z Downloaded mime v0.3.17
3872026-05-15T18:27:40.907Z Downloaded newline-converter v0.3.0
3882026-05-15T18:27:40.907Z Downloaded blake2 v0.10.6
3892026-05-15T18:27:40.910Z Downloaded jobserver v0.1.34
3902026-05-15T18:27:40.915Z Downloaded ipnetwork v0.21.1
3912026-05-15T18:27:40.915Z Downloaded num-derive v0.4.2
3922026-05-15T18:27:40.918Z Downloaded num-iter v0.1.45
3932026-05-15T18:27:40.918Z Downloaded num-derive v0.3.3
3942026-05-15T18:27:40.918Z Downloaded opaque-debug v0.3.1
3952026-05-15T18:27:40.921Z Downloaded omicron-workspace-hack v0.1.0
3962026-05-15T18:27:40.921Z Downloaded num_threads v0.1.7
3972026-05-15T18:27:40.924Z Downloaded openssl-macros v0.1.1
3982026-05-15T18:27:40.924Z Downloaded olpc-cjson v0.1.4
3992026-05-15T18:27:40.927Z Downloaded libsw v3.5.0
4002026-05-15T18:27:40.927Z Downloaded anstyle-parse v1.0.0
4012026-05-15T18:27:40.930Z Downloaded ipnet v2.11.0
4022026-05-15T18:27:40.930Z Downloaded iana-time-zone v0.1.64
4032026-05-15T18:27:40.933Z Downloaded num-conv v0.2.1
4042026-05-15T18:27:40.933Z Downloaded newtype-uuid-macros v0.1.0
4052026-05-15T18:27:40.936Z Downloaded httparse v1.10.1
4062026-05-15T18:27:40.940Z Downloaded daft-derive v0.1.4
4072026-05-15T18:27:40.943Z Downloaded ingot v0.1.1
4082026-05-15T18:27:40.943Z Downloaded crc32fast v1.5.0
4092026-05-15T18:27:40.946Z Downloaded hyper-rustls v0.27.7
4102026-05-15T18:27:40.946Z Downloaded globset v0.4.16
4112026-05-15T18:27:40.948Z Downloaded cookie v0.18.1
4122026-05-15T18:27:40.951Z Downloaded num_enum_derive v0.5.11
4132026-05-15T18:27:40.951Z Downloaded console v0.15.11
4142026-05-15T18:27:40.954Z Downloaded percent-encoding v2.3.2
4152026-05-15T18:27:40.954Z Downloaded macaddr v1.0.1
4162026-05-15T18:27:40.957Z Downloaded openssl-probe v0.1.6
4172026-05-15T18:27:40.957Z Downloaded data-encoding v2.9.0
4182026-05-15T18:27:40.960Z Downloaded multer v3.1.0
4192026-05-15T18:27:40.963Z Downloaded lock_api v0.4.14
4202026-05-15T18:27:40.963Z Downloaded derive-where v1.6.0
4212026-05-15T18:27:40.966Z Downloaded plain v0.2.3
4222026-05-15T18:27:40.969Z Downloaded argon2 v0.5.3
4232026-05-15T18:27:40.969Z Downloaded libsw-core v0.3.2
4242026-05-15T18:27:40.972Z Downloaded base64 v0.22.1
4252026-05-15T18:27:40.975Z Downloaded ingot-macros v0.1.1
4262026-05-15T18:27:40.975Z Downloaded phf_shared v0.12.1
4272026-05-15T18:27:40.978Z Downloaded linear-map v1.2.0
4282026-05-15T18:27:40.978Z Downloaded anstyle v1.0.14
4292026-05-15T18:27:40.981Z Downloaded num-integer v0.1.46
4302026-05-15T18:27:40.981Z Downloaded num_enum v0.5.11
4312026-05-15T18:27:40.985Z Downloaded proc-macro-crate v1.3.1
4322026-05-15T18:27:40.988Z Downloaded potential_utf v0.1.3
4332026-05-15T18:27:40.988Z Downloaded pretty-hex v0.4.1
4342026-05-15T18:27:40.988Z Downloaded powerfmt v0.2.0
4352026-05-15T18:27:40.991Z Downloaded pin-utils v0.1.0
4362026-05-15T18:27:40.991Z Downloaded owo-colors v4.3.0
4372026-05-15T18:27:40.994Z Downloaded num-rational v0.4.2
4382026-05-15T18:27:40.994Z Downloaded newtype-uuid v1.3.2
4392026-05-15T18:27:40.997Z Downloaded elliptic-curve v0.13.8
4402026-05-15T18:27:40.999Z Downloaded crossbeam-utils v0.8.21
4412026-05-15T18:27:41.003Z Downloaded half v2.7.1
4422026-05-15T18:27:41.003Z Downloaded crossbeam-epoch v0.9.18
4432026-05-15T18:27:41.006Z Downloaded dropshot_endpoint v0.16.7
4442026-05-15T18:27:41.009Z Downloaded progenitor-client v0.10.0
4452026-05-15T18:27:41.009Z Downloaded clap_derive v4.6.0
4462026-05-15T18:27:41.012Z Downloaded rand_chacha v0.3.1
4472026-05-15T18:27:41.012Z Downloaded memmap2 v0.9.8
4482026-05-15T18:27:41.015Z Downloaded parse-display-derive v0.10.0
4492026-05-15T18:27:41.015Z Downloaded num-complex v0.4.6
4502026-05-15T18:27:41.019Z Downloaded proc-macro-error-attr v1.0.4
4512026-05-15T18:27:41.019Z Downloaded proc-macro-error-attr2 v2.0.0
4522026-05-15T18:27:41.022Z Downloaded pem v3.0.5
4532026-05-15T18:27:41.022Z Downloaded poly1305 v0.8.0
4542026-05-15T18:27:41.025Z Downloaded darling v0.21.3
4552026-05-15T18:27:41.028Z Downloaded rand_xorshift v0.4.0
4562026-05-15T18:27:41.028Z Downloaded getrandom v0.3.3
4572026-05-15T18:27:41.031Z Downloaded anyhow v1.0.102
4582026-05-15T18:27:41.034Z Downloaded progenitor-macro v0.11.1
4592026-05-15T18:27:41.034Z Downloaded libloading v0.8.9
4602026-05-15T18:27:41.037Z Downloaded chacha20poly1305 v0.10.1
4612026-05-15T18:27:41.037Z Downloaded oxide-tokio-rt v0.1.2
4622026-05-15T18:27:41.040Z Downloaded progenitor-client v0.11.1
4632026-05-15T18:27:41.040Z Downloaded num_enum_derive v0.7.5
4642026-05-15T18:27:41.043Z Downloaded num_enum v0.7.5
4652026-05-15T18:27:41.046Z Downloaded rustc_version v0.1.7
4662026-05-15T18:27:41.046Z Downloaded quick-error v1.2.3
4672026-05-15T18:27:41.046Z Downloaded progenitor-macro v0.10.0
4682026-05-15T18:27:41.049Z Downloaded progenitor v0.11.1
4692026-05-15T18:27:41.049Z Downloaded clap v4.6.0
4702026-05-15T18:27:41.054Z Downloaded oxnet v0.1.4
4712026-05-15T18:27:41.057Z Downloaded indexmap v1.9.3
4722026-05-15T18:27:41.060Z Downloaded allocator-api2 v0.2.21
4732026-05-15T18:27:41.063Z Downloaded flate2 v1.1.2
4742026-05-15T18:27:41.066Z Downloaded pin-project-internal v1.1.10
4752026-05-15T18:27:41.066Z Downloaded same-file v1.0.6
4762026-05-15T18:27:41.069Z Downloaded pkg-config v0.3.32
4772026-05-15T18:27:41.069Z Downloaded rustc_version v0.4.1
4782026-05-15T18:27:41.072Z Downloaded native-tls v0.2.14
4792026-05-15T18:27:41.072Z Downloaded rustc-hash v2.1.1
4802026-05-15T18:27:41.075Z Downloaded log v0.4.29
4812026-05-15T18:27:41.075Z Downloaded pin-project-lite v0.2.16
4822026-05-15T18:27:41.078Z Downloaded rand_core v0.9.3
4832026-05-15T18:27:41.081Z Downloaded progenitor-macro v0.13.0
4842026-05-15T18:27:41.081Z Downloaded postcard v1.1.3
4852026-05-15T18:27:41.084Z Downloaded phf v0.12.1
4862026-05-15T18:27:41.084Z Downloaded pest_generator v2.8.2
4872026-05-15T18:27:41.087Z Downloaded paste v1.0.15
4882026-05-15T18:27:41.087Z Downloaded parking_lot_core v0.9.12
4892026-05-15T18:27:41.090Z Downloaded password-hash v0.5.0
4902026-05-15T18:27:41.091Z Downloaded hickory-resolver v0.24.4
4912026-05-15T18:27:41.094Z Downloaded icu_provider v2.0.0
4922026-05-15T18:27:41.096Z Downloaded icu_properties v2.0.1
4932026-05-15T18:27:41.099Z Downloaded clang-sys v1.8.1
4942026-05-15T18:27:41.099Z Downloaded parse-display v0.10.0
4952026-05-15T18:27:41.103Z Downloaded semver v0.1.20
4962026-05-15T18:27:41.103Z Downloaded newtype_derive v0.1.6
4972026-05-15T18:27:41.103Z Downloaded proc-macro-error2 v2.0.1
4982026-05-15T18:27:41.106Z Downloaded scroll_derive v0.12.1
4992026-05-15T18:27:41.109Z Downloaded secrecy v0.10.3
5002026-05-15T18:27:41.109Z Downloaded icu_collections v2.0.0
5012026-05-15T18:27:41.112Z Downloaded const_format v0.2.34
5022026-05-15T18:27:41.115Z Downloaded search_path v0.1.4
5032026-05-15T18:27:41.118Z Downloaded serde_plain v1.0.2
5042026-05-15T18:27:41.118Z Downloaded omicron-zone-package v0.12.2
5052026-05-15T18:27:41.121Z Downloaded progenitor v0.13.0
5062026-05-15T18:27:41.121Z Downloaded rustversion v1.0.22
5072026-05-15T18:27:41.124Z Downloaded quinn-udp v0.5.14
5082026-05-15T18:27:41.127Z Downloaded once_cell v1.21.3
5092026-05-15T18:27:41.127Z Downloaded icu_locale_core v2.0.0
5102026-05-15T18:27:41.130Z Downloaded ref-cast v1.0.25
5112026-05-15T18:27:41.133Z Downloaded serde_urlencoded v0.7.1
5122026-05-15T18:27:41.136Z Downloaded serde_spanned v0.6.9
5132026-05-15T18:27:41.136Z Downloaded siphasher v1.0.1
5142026-05-15T18:27:41.136Z Downloaded scroll_derive v0.13.1
5152026-05-15T18:27:41.139Z Downloaded ref-cast-impl v1.0.25
5162026-05-15T18:27:41.139Z Downloaded sha1 v0.10.6
5172026-05-15T18:27:41.142Z Downloaded serde_spanned v1.0.4
5182026-05-15T18:27:41.142Z Downloaded pest_derive v2.8.2
5192026-05-15T18:27:41.145Z Downloaded pest_meta v2.8.2
5202026-05-15T18:27:41.145Z Downloaded quote v1.0.45
5212026-05-15T18:27:41.147Z Downloaded progenitor-client v0.13.0
5222026-05-15T18:27:41.148Z Downloaded jiff-static v0.2.15
5232026-05-15T18:27:41.151Z Downloaded rand_core v0.6.4
5242026-05-15T18:27:41.151Z Downloaded ppv-lite86 v0.2.21
5252026-05-15T18:27:41.154Z Downloaded proc-macro-error v1.0.4
5262026-05-15T18:27:41.154Z Downloaded papergrid v0.11.0
5272026-05-15T18:27:41.157Z Downloaded signal-hook-tokio v0.3.1
5282026-05-15T18:27:41.159Z Downloaded num-traits v0.2.19
5292026-05-15T18:27:41.160Z Downloaded stable_deref_trait v1.2.0
5302026-05-15T18:27:41.163Z Downloaded rustls-pemfile v2.2.0
5312026-05-15T18:27:41.163Z Downloaded structmeta-derive v0.3.0
5322026-05-15T18:27:41.165Z Downloaded litemap v0.8.0
5332026-05-15T18:27:41.165Z Downloaded smawk v0.3.2
5342026-05-15T18:27:41.168Z Downloaded slog-bunyan v2.5.0
5352026-05-15T18:27:41.168Z Downloaded colored v3.0.0
5362026-05-15T18:27:41.171Z Downloaded hickory-resolver v0.25.2
5372026-05-15T18:27:41.174Z Downloaded dropshot-api-manager v0.5.2
5382026-05-15T18:27:41.174Z Downloaded icu_normalizer_data v2.0.0
5392026-05-15T18:27:41.177Z Downloaded hyper-util v0.1.19
5402026-05-15T18:27:41.180Z Downloaded icu_normalizer v2.0.0
5412026-05-15T18:27:41.183Z Downloaded bytes v1.11.1
5422026-05-15T18:27:41.186Z Downloaded glob v0.3.3
5432026-05-15T18:27:41.186Z Downloaded serde_repr v0.1.20
5442026-05-15T18:27:41.189Z Downloaded subtle v2.6.1
5452026-05-15T18:27:41.189Z Downloaded structmeta v0.3.0
5462026-05-15T18:27:41.192Z Downloaded scopeguard v1.2.0
5472026-05-15T18:27:41.192Z Downloaded darling_core v0.21.3
5482026-05-15T18:27:41.195Z Downloaded scroll v0.13.0
5492026-05-15T18:27:41.195Z Downloaded minimal-lexical v0.2.1
5502026-05-15T18:27:41.199Z Downloaded serde-big-array v0.5.1
5512026-05-15T18:27:41.202Z Downloaded swrite v0.1.0
5522026-05-15T18:27:41.202Z Downloaded sync_wrapper v1.0.2
5532026-05-15T18:27:41.202Z Downloaded supports-color v3.0.2
5542026-05-15T18:27:41.204Z Downloaded schemars_derive v0.8.22
5552026-05-15T18:27:41.205Z Downloaded strum v0.26.3
5562026-05-15T18:27:41.205Z Downloaded pin-project v1.1.10
5572026-05-15T18:27:41.211Z Downloaded testing_table v0.3.0
5582026-05-15T18:27:41.214Z Downloaded semver v1.0.27
5592026-05-15T18:27:41.214Z Downloaded rand_chacha v0.9.0
5602026-05-15T18:27:41.217Z Downloaded tabwriter v1.4.1
5612026-05-15T18:27:41.217Z Downloaded take_mut v0.2.2
5622026-05-15T18:27:41.217Z Downloaded tagptr v0.2.0
5632026-05-15T18:27:41.220Z Downloaded terminal_size v0.4.3
5642026-05-15T18:27:41.220Z Downloaded signal-hook-registry v1.4.6
5652026-05-15T18:27:41.223Z Downloaded shlex v1.3.0
5662026-05-15T18:27:41.223Z Downloaded serde_tokenstream v0.2.3
5672026-05-15T18:27:41.223Z Downloaded crypto-bigint v0.5.5
5682026-05-15T18:27:41.226Z Downloaded cc v1.2.58
5692026-05-15T18:27:41.229Z Downloaded tinyvec_macros v0.1.1
5702026-05-15T18:27:41.229Z Downloaded thread-id v5.0.0
5712026-05-15T18:27:41.232Z Downloaded progenitor v0.10.0
5722026-05-15T18:27:41.232Z Downloaded thread-id v4.2.2
5732026-05-15T18:27:41.235Z Downloaded progenitor-impl v0.13.0
5742026-05-15T18:27:41.235Z Downloaded slog-async v2.8.0
5752026-05-15T18:27:41.238Z Downloaded smf v0.2.3
5762026-05-15T18:27:41.238Z Downloaded slog-json v2.6.1
5772026-05-15T18:27:41.238Z Downloaded http v1.4.0
5782026-05-15T18:27:41.241Z Downloaded hashbrown v0.12.3
5792026-05-15T18:27:41.244Z Downloaded thiserror-impl-no-std v2.0.2
5802026-05-15T18:27:41.244Z Downloaded slog-dtrace v0.3.0
5812026-05-15T18:27:41.244Z Downloaded slab v0.4.11
5822026-05-15T18:27:41.247Z Downloaded futures-util v0.3.32
5832026-05-15T18:27:41.251Z Downloaded strsim v0.11.1
5842026-05-15T18:27:41.255Z Downloaded static_assertions v1.1.0
5852026-05-15T18:27:41.255Z Downloaded resolv-conf v0.7.5
5862026-05-15T18:27:41.258Z Downloaded scroll v0.12.0
5872026-05-15T18:27:41.259Z Downloaded synstructure v0.13.2
5882026-05-15T18:27:41.259Z Downloaded proc-macro2 v1.0.106
5892026-05-15T18:27:41.262Z Downloaded indexmap v2.13.0
5902026-05-15T18:27:41.262Z Downloaded termtree v0.5.1
5912026-05-15T18:27:41.265Z Downloaded tabled_derive v0.11.0
5922026-05-15T18:27:41.265Z Downloaded tabled_derive v0.7.0
5932026-05-15T18:27:41.265Z Downloaded serde_derive_internals v0.29.1
5942026-05-15T18:27:41.267Z Downloaded rusty-fork v0.3.0
5952026-05-15T18:27:41.268Z Downloaded miniz_oxide v0.8.9
5962026-05-15T18:27:41.270Z Downloaded toml_datetime v0.6.11
5972026-05-15T18:27:41.271Z Downloaded time-core v0.1.8
5982026-05-15T18:27:41.274Z Downloaded sigpipe v0.1.3
5992026-05-15T18:27:41.274Z Downloaded topological-sort v0.2.2
6002026-05-15T18:27:41.274Z Downloaded toml_write v0.1.2
6012026-05-15T18:27:41.276Z Downloaded snafu-derive v0.8.9
6022026-05-15T18:27:41.276Z Downloaded sha2 v0.10.9
6032026-05-15T18:27:41.276Z Downloaded parking_lot v0.12.5
6042026-05-15T18:27:41.279Z Downloaded strum v0.27.2
6052026-05-15T18:27:41.279Z Downloaded cancel-safe-futures v0.1.5
6062026-05-15T18:27:41.282Z Downloaded strum_macros v0.26.4
6072026-05-15T18:27:41.282Z Downloaded drift v0.1.3
6082026-05-15T18:27:41.331Z Downloaded tower-layer v0.3.3
6092026-05-15T18:27:41.337Z Downloaded papergrid v0.17.0
6102026-05-15T18:27:41.337Z Downloaded strum_macros v0.27.2
6112026-05-15T18:27:41.337Z Downloaded openssl-sys v0.9.112
6122026-05-15T18:27:41.337Z Downloaded smallvec v1.15.1
6132026-05-15T18:27:41.337Z Downloaded progenitor-impl v0.10.0
6142026-05-15T18:27:41.338Z Downloaded serde_with_macros v3.14.1
6152026-05-15T18:27:41.338Z Downloaded tower-service v0.3.3
6162026-05-15T18:27:41.338Z Downloaded serde_path_to_error v0.1.20
6172026-05-15T18:27:41.338Z Downloaded backoff v0.4.0
6182026-05-15T18:27:41.338Z Downloaded displaydoc v0.2.5
6192026-05-15T18:27:41.338Z Downloaded digest v0.10.7
6202026-05-15T18:27:41.338Z Downloaded curl v0.4.49
6212026-05-15T18:27:41.338Z Downloaded ryu v1.0.20
6222026-05-15T18:27:41.338Z Downloaded memchr v2.7.5
6232026-05-15T18:27:41.338Z Downloaded unicode-xid v0.2.6
6242026-05-15T18:27:41.338Z Downloaded typify-macro v0.6.1
6252026-05-15T18:27:41.338Z Downloaded tokio-rustls v0.25.0
6262026-05-15T18:27:41.338Z Downloaded rustls-pki-types v1.12.0
6272026-05-15T18:27:41.338Z Downloaded daft v0.1.4
6282026-05-15T18:27:41.338Z Downloaded memmap v0.7.0
6292026-05-15T18:27:41.338Z Downloaded thiserror-impl v2.0.18
6302026-05-15T18:27:41.338Z Downloaded thiserror-impl v1.0.69
6312026-05-15T18:27:41.338Z Downloaded thiserror v1.0.69
6322026-05-15T18:27:41.338Z Downloaded serde_core v1.0.228
6332026-05-15T18:27:41.338Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6342026-05-15T18:27:41.338Z Downloaded try-lock v0.2.5
6352026-05-15T18:27:41.338Z Downloaded thiserror-no-std v2.0.2
6362026-05-15T18:27:41.338Z Downloaded thiserror v2.0.18
6372026-05-15T18:27:41.338Z Downloaded utf8_iter v1.0.4
6382026-05-15T18:27:41.338Z Downloaded usdt v0.5.0
6392026-05-15T18:27:41.341Z Downloaded wait-timeout v0.2.1
6402026-05-15T18:27:41.341Z Downloaded time-macros v0.2.27
6412026-05-15T18:27:41.341Z Downloaded untrusted v0.9.0
6422026-05-15T18:27:41.341Z Downloaded slog-term v2.9.2
6432026-05-15T18:27:41.341Z Downloaded signal-hook v0.3.18
6442026-05-15T18:27:41.344Z Downloaded schemars v0.8.22
6452026-05-15T18:27:41.348Z Downloaded tokio-macros v2.6.0
6462026-05-15T18:27:41.351Z Downloaded tinystr v0.8.1
6472026-05-15T18:27:41.351Z Downloaded typify-macro v0.4.3
6482026-05-15T18:27:41.351Z Downloaded unarray v0.1.4
6492026-05-15T18:27:41.354Z Downloaded prettyplease v0.2.37
6502026-05-15T18:27:41.354Z Downloaded waitgroup v0.1.2
6512026-05-15T18:27:41.357Z Downloaded utf8parse v0.2.2
6522026-05-15T18:27:41.357Z Downloaded usdt-macro v0.6.0
6532026-05-15T18:27:41.357Z Downloaded usdt-attr-macro v0.5.0
6542026-05-15T18:27:41.357Z Downloaded usdt-macro v0.5.0
6552026-05-15T18:27:41.357Z Downloaded usdt-attr-macro v0.6.0
6562026-05-15T18:27:41.360Z Downloaded untrusted v0.7.1
6572026-05-15T18:27:41.360Z Downloaded universal-hash v0.5.1
6582026-05-15T18:27:41.360Z Downloaded tokio-native-tls v0.3.1
6592026-05-15T18:27:41.363Z Downloaded crossbeam-channel v0.5.15
6602026-05-15T18:27:41.363Z Downloaded serde_derive v1.0.228
6612026-05-15T18:27:41.366Z Downloaded unicode-linebreak v0.1.5
6622026-05-15T18:27:41.366Z Downloaded spin v0.9.8
6632026-05-15T18:27:41.369Z Downloaded rand v0.8.5
6642026-05-15T18:27:41.369Z Downloaded version_check v0.9.5
6652026-05-15T18:27:41.372Z Downloaded tokio-dtrace v0.1.1
6662026-05-15T18:27:41.372Z Downloaded want v0.3.1
6672026-05-15T18:27:41.372Z Downloaded iddqd v0.3.17
6682026-05-15T18:27:41.376Z Downloaded yoke-derive v0.8.0
6692026-05-15T18:27:41.379Z Downloaded progenitor-impl v0.11.1
6702026-05-15T18:27:41.379Z Downloaded rayon-core v1.13.0
6712026-05-15T18:27:41.379Z Downloaded xattr v1.6.1
6722026-05-15T18:27:41.382Z Downloaded term v1.2.0
6732026-05-15T18:27:41.382Z Downloaded hashbrown v0.16.1
6742026-05-15T18:27:41.385Z Downloaded zerofrom-derive v0.1.6
6752026-05-15T18:27:41.388Z Downloaded toml_writer v1.0.6+spec-1.1.0
6762026-05-15T18:27:41.389Z Downloaded zerofrom v0.1.6
6772026-05-15T18:27:41.389Z Downloaded tokio-rustls v0.26.3
6782026-05-15T18:27:41.392Z Downloaded similar v2.7.0
6792026-05-15T18:27:41.392Z Downloaded nom v7.1.3
6802026-05-15T18:27:41.395Z Downloaded serde_yaml v0.9.34+deprecated
6812026-05-15T18:27:41.398Z Downloaded schemars v1.2.0
6822026-05-15T18:27:41.403Z Downloaded toml v0.8.23
6832026-05-15T18:27:41.406Z Downloaded zeroize_derive v1.4.3
6842026-05-15T18:27:41.406Z Downloaded thread_local v1.1.9
6852026-05-15T18:27:41.409Z Downloaded zone v0.3.1
6862026-05-15T18:27:41.410Z Downloaded toml_parser v1.0.6+spec-1.1.0
6872026-05-15T18:27:41.410Z Downloaded mio v1.0.4
6882026-05-15T18:27:41.413Z Downloaded itertools v0.12.1
6892026-05-15T18:27:41.416Z Downloaded socket2 v0.6.0
6902026-05-15T18:27:41.419Z Downloaded socket2 v0.5.10
6912026-05-15T18:27:41.419Z Downloaded usdt v0.6.0
6922026-05-15T18:27:41.422Z Downloaded chrono v0.4.44
6932026-05-15T18:27:41.425Z Downloaded walkdir v2.5.0
6942026-05-15T18:27:41.425Z Downloaded usdt-impl v0.5.0
6952026-05-15T18:27:41.425Z Downloaded zone_cfg_derive v0.3.1
6962026-05-15T18:27:41.427Z Downloaded usdt-impl v0.6.0
6972026-05-15T18:27:41.427Z Downloaded tokio-stream v0.1.17
6982026-05-15T18:27:41.430Z Downloaded tinyvec v1.10.0
6992026-05-15T18:27:41.430Z Downloaded idna v1.1.0
7002026-05-15T18:27:41.433Z Downloaded hashbrown v0.15.5
7012026-05-15T18:27:41.436Z Downloaded slog v2.8.2
7022026-05-15T18:27:41.439Z Downloaded vsss-rs v3.3.4
7032026-05-15T18:27:41.439Z Downloaded writeable v0.6.1
7042026-05-15T18:27:41.439Z Downloaded quinn v0.11.9
7052026-05-15T18:27:41.443Z Downloaded match_cfg v0.1.0
7062026-05-15T18:27:41.443Z Downloaded lru-cache v0.1.2
7072026-05-15T18:27:41.443Z Downloaded yoke v0.8.0
7082026-05-15T18:27:41.447Z Downloaded tempfile v3.23.0
7092026-05-15T18:27:41.447Z Downloaded cargo_metadata v0.18.1
7102026-05-15T18:27:41.451Z Downloaded rand v0.9.2
7112026-05-15T18:27:41.451Z Downloaded bcs v0.1.6
7122026-05-15T18:27:41.451Z Downloaded arrayvec v0.7.6
7132026-05-15T18:27:41.454Z Downloaded aead v0.5.2
7142026-05-15T18:27:41.454Z Downloaded zerovec-derive v0.11.1
7152026-05-15T18:27:41.454Z Downloaded heapless v0.8.0
7162026-05-15T18:27:41.457Z Downloaded tar v0.4.45
7172026-05-15T18:27:41.457Z Downloaded rustls-webpki v0.103.6
7182026-05-15T18:27:41.460Z Downloaded pest v2.8.2
7192026-05-15T18:27:41.463Z Downloaded schemars v0.9.0
7202026-05-15T18:27:41.467Z Downloaded textwrap v0.16.2
7212026-05-15T18:27:41.470Z Downloaded zeroize v1.8.1
7222026-05-15T18:27:41.470Z Downloaded blake3 v1.8.2
7232026-05-15T18:27:41.473Z Downloaded iri-string v0.7.8
7242026-05-15T18:27:41.477Z Downloaded libm v0.2.15
7252026-05-15T18:27:41.482Z Downloaded hkdf v0.12.4
7262026-05-15T18:27:41.485Z Downloaded whoami v1.6.1
7272026-05-15T18:27:41.485Z Downloaded h2 v0.4.12
7282026-05-15T18:27:41.488Z Downloaded ucd-trie v0.1.7
7292026-05-15T18:27:41.491Z Downloaded hyper v1.8.1
7302026-05-15T18:27:41.494Z Downloaded serde v1.0.228
7312026-05-15T18:27:41.497Z Downloaded zerocopy-derive v0.7.35
7322026-05-15T18:27:41.497Z Downloaded vergen v8.3.2
7332026-05-15T18:27:41.500Z Downloaded qorb v0.4.1
7342026-05-15T18:27:41.503Z Downloaded toml v0.7.8
7352026-05-15T18:27:41.503Z Downloaded convert_case v0.4.0
7362026-05-15T18:27:41.503Z Downloaded indent_write v2.2.0
7372026-05-15T18:27:41.506Z Downloaded idna_adapter v1.2.1
7382026-05-15T18:27:41.506Z Downloaded cobs v0.3.0
7392026-05-15T18:27:41.506Z Downloaded cargo-platform v0.1.9
7402026-05-15T18:27:41.506Z Downloaded atomic-waker v1.1.2
7412026-05-15T18:27:41.509Z Downloaded dtrace-parser v0.3.0
7422026-05-15T18:27:41.509Z Downloaded ciborium-ll v0.2.2
7432026-05-15T18:27:41.509Z Downloaded embedded-io v0.6.1
7442026-05-15T18:27:41.509Z Downloaded dyn-clone v1.0.20
7452026-05-15T18:27:41.512Z Downloaded tracing-attributes v0.1.30
7462026-05-15T18:27:41.512Z Downloaded gethostname v0.5.0
7472026-05-15T18:27:41.512Z Downloaded dropshot-api-manager-types v0.5.2
7482026-05-15T18:27:41.515Z Downloaded ciborium v0.2.2
7492026-05-15T18:27:41.515Z Downloaded defmt v0.3.100
7502026-05-15T18:27:41.515Z Downloaded test-strategy v0.4.3
7512026-05-15T18:27:41.518Z Downloaded bindgen v0.72.1
7522026-05-15T18:27:41.521Z Downloaded clap_lex v1.1.0
7532026-05-15T18:27:41.521Z Downloaded async-stream v0.3.6
7542026-05-15T18:27:41.524Z Downloaded colorchoice v1.0.4
7552026-05-15T18:27:41.524Z Downloaded cfg_aliases v0.2.1
7562026-05-15T18:27:41.524Z Downloaded steno v0.4.1
7572026-05-15T18:27:41.528Z Downloaded unicode-ident v1.0.24
7582026-05-15T18:27:41.528Z Downloaded typify v0.6.1
7592026-05-15T18:27:41.531Z Downloaded git-stub v1.0.0
7602026-05-15T18:27:41.531Z Downloaded dtrace-parser v0.2.0
7612026-05-15T18:27:41.534Z Downloaded goblin v0.8.2
7622026-05-15T18:27:41.534Z Downloaded unsafe-libyaml v0.2.11
7632026-05-15T18:27:41.538Z Downloaded zmij v1.0.17
7642026-05-15T18:27:41.538Z Downloaded toml_edit v0.22.27
7652026-05-15T18:27:41.541Z Downloaded dof v0.4.0
7662026-05-15T18:27:41.541Z Downloaded embedded-io v0.4.0
7672026-05-15T18:27:41.541Z Downloaded dunce v1.0.5
7682026-05-15T18:27:41.541Z Downloaded form_urlencoded v1.2.2
7692026-05-15T18:27:41.544Z Downloaded foreign-types-shared v0.1.1
7702026-05-15T18:27:41.544Z Downloaded fixedbitset v0.4.2
7712026-05-15T18:27:41.544Z Downloaded fastrand v2.3.0
7722026-05-15T18:27:41.544Z Downloaded toml v0.9.11+spec-1.1.0
7732026-05-15T18:27:41.548Z Downloaded expectorate v1.2.0
7742026-05-15T18:27:41.548Z Downloaded bit-vec v0.8.0
7752026-05-15T18:27:41.550Z Downloaded constant_time_eq v0.3.1
7762026-05-15T18:27:41.551Z Downloaded derive-ex v0.1.8
7772026-05-15T18:27:41.551Z Downloaded foldhash v0.1.5
7782026-05-15T18:27:41.554Z Downloaded bitflags v2.9.4
7792026-05-15T18:27:41.554Z Downloaded snafu v0.8.9
7802026-05-15T18:27:41.556Z Downloaded foreign-types v0.3.2
7812026-05-15T18:27:41.556Z Downloaded filetime v0.2.26
7822026-05-15T18:27:41.559Z Downloaded ff v0.13.1
7832026-05-15T18:27:41.565Z Downloaded tracing-core v0.1.34
7842026-05-15T18:27:41.568Z Downloaded typify v0.4.3
7852026-05-15T18:27:41.576Z Downloaded tracing v0.1.41
7862026-05-15T18:27:41.579Z Downloaded uuid v1.20.0
7872026-05-15T18:27:41.582Z Downloaded itertools v0.14.0
7882026-05-15T18:27:41.605Z Downloaded typenum v1.18.0
7892026-05-15T18:27:41.608Z Downloaded git2 v0.19.0
7902026-05-15T18:27:41.611Z Downloaded zerotrie v0.2.2
7912026-05-15T18:27:41.614Z Downloaded icu_properties_data v2.0.1
7922026-05-15T18:27:41.617Z Downloaded clap_builder v4.6.0
7932026-05-15T18:27:41.621Z Downloaded url v2.5.7
7942026-05-15T18:27:41.625Z Downloaded tower v0.5.2
7952026-05-15T18:27:41.630Z Downloaded reqwest v0.12.23
7962026-05-15T18:27:41.633Z Downloaded regex v1.12.3
7972026-05-15T18:27:41.636Z Downloaded portable-atomic v1.11.1
7982026-05-15T18:27:41.643Z Downloaded toml_edit v0.19.15
7992026-05-15T18:27:41.652Z Downloaded zerocopy-derive v0.8.27
8002026-05-15T18:27:41.655Z Downloaded typed-path v0.9.3
8012026-05-15T18:27:41.658Z Downloaded unicode-segmentation v1.12.0
8022026-05-15T18:27:41.661Z Downloaded aho-corasick v1.1.3
8032026-05-15T18:27:41.670Z Downloaded goblin v0.10.1
8042026-05-15T18:27:41.675Z Downloaded serde_json v1.0.149
8052026-05-15T18:27:41.682Z Downloaded unicode-normalization v0.1.24
8062026-05-15T18:27:41.692Z Downloaded rayon v1.11.0
8072026-05-15T18:27:41.696Z Downloaded reqwest v0.13.2
8082026-05-15T18:27:41.705Z Downloaded tokio-util v0.7.16
8092026-05-15T18:27:41.716Z Downloaded tough v0.20.0
8102026-05-15T18:27:41.726Z Downloaded proptest v1.8.0
8112026-05-15T18:27:41.732Z Downloaded aws-lc-rs v1.16.2
8122026-05-15T18:27:41.737Z Downloaded rustls-webpki v0.102.8
8132026-05-15T18:27:41.749Z Downloaded tower-http v0.6.8
8142026-05-15T18:27:41.754Z Downloaded serde_with v3.14.1
8152026-05-15T18:27:41.760Z Downloaded zerovec v0.11.4
8162026-05-15T18:27:41.763Z Downloaded winnow v0.5.40
8172026-05-15T18:27:41.768Z Downloaded zerocopy v0.7.35
8182026-05-15T18:27:41.776Z Downloaded tabled v0.15.0
8192026-05-15T18:27:41.785Z Downloaded moka v0.12.11
8202026-05-15T18:27:41.808Z Downloaded quinn-proto v0.11.14
8212026-05-15T18:27:41.814Z Downloaded winnow v0.7.14
8222026-05-15T18:27:41.818Z Downloaded tabled v0.20.0
8232026-05-15T18:27:41.828Z Downloaded openssl v0.10.76
8242026-05-15T18:27:41.833Z Downloaded syn v1.0.109
8252026-05-15T18:27:41.838Z Downloaded time v0.3.47
8262026-05-15T18:27:41.844Z Downloaded curve25519-dalek v4.1.3
8272026-05-15T18:27:41.849Z Downloaded bstr v1.12.0
8282026-05-15T18:27:41.858Z Downloaded vcpkg v0.2.15
8292026-05-15T18:27:41.879Z Downloaded zerocopy v0.8.27
8302026-05-15T18:27:41.890Z Downloaded dropshot v0.16.7
8312026-05-15T18:27:41.902Z Downloaded nix v0.30.1
8322026-05-15T18:27:41.912Z Downloaded webpki-roots v1.0.2
8332026-05-15T18:27:41.916Z Downloaded smoltcp v0.11.0
8342026-05-15T18:27:41.921Z Downloaded unicode-width v0.2.1
8352026-05-15T18:27:41.924Z Downloaded syn v2.0.117
8362026-05-15T18:27:41.930Z Downloaded openapiv3 v2.2.0
8372026-05-15T18:27:41.936Z Downloaded unicode-width v0.1.14
8382026-05-15T18:27:41.939Z Downloaded rustls v0.22.4
8392026-05-15T18:27:41.945Z Downloaded rustix v0.38.44
8402026-05-15T18:27:41.957Z Downloaded regress v0.10.5
8412026-05-15T18:27:41.961Z Downloaded rustls v0.23.32
8422026-05-15T18:27:41.967Z Downloaded hickory-proto v0.25.2
8432026-05-15T18:27:41.975Z Downloaded hickory-proto v0.24.4
8442026-05-15T18:27:41.983Z Downloaded regex-syntax v0.8.6
8452026-05-15T18:27:41.998Z Downloaded rustix v1.1.2
8462026-05-15T18:27:42.023Z Downloaded typify-impl v0.4.3
8472026-05-15T18:27:42.032Z Downloaded typify-impl v0.6.1
8482026-05-15T18:27:42.086Z Downloaded regex-automata v0.4.13
8492026-05-15T18:27:42.100Z Downloaded petgraph v0.6.5
8502026-05-15T18:27:42.109Z Downloaded jiff v0.2.15
8512026-05-15T18:27:42.127Z Downloaded chrono-tz v0.10.4
8522026-05-15T18:27:42.140Z Downloaded petgraph v0.8.2
8532026-05-15T18:27:42.150Z Downloaded libc v0.2.183
8542026-05-15T18:27:42.175Z Downloaded tokio v1.49.0
8552026-05-15T18:27:42.195Z Downloaded sha3 v0.10.8
8562026-05-15T18:27:42.198Z Downloaded libz-sys v1.1.22
8572026-05-15T18:27:42.209Z Downloaded csv v1.3.1
8582026-05-15T18:27:42.261Z Downloaded encoding_rs v0.8.35
8592026-05-15T18:27:42.287Z Downloaded libgit2-sys v0.17.0+1.8.1
8602026-05-15T18:27:42.385Z Downloaded ring v0.17.14
8612026-05-15T18:27:42.424Z Downloaded curl-sys v0.4.83+curl-8.15.0
8622026-05-15T18:27:42.981Z Downloaded aws-lc-sys v0.39.1
8632026-05-15T18:27:43.281Z Compiling proc-macro2 v1.0.106
8642026-05-15T18:27:43.281Z Compiling quote v1.0.45
8652026-05-15T18:27:43.281Z Compiling unicode-ident v1.0.24
8662026-05-15T18:27:43.281Z Compiling serde_core v1.0.228
8672026-05-15T18:27:43.284Z Compiling serde v1.0.228
8682026-05-15T18:27:43.284Z Compiling libc v0.2.183
8692026-05-15T18:27:43.284Z Checking cfg-if v1.0.3
8702026-05-15T18:27:43.588Z Compiling zmij v1.0.17
8712026-05-15T18:27:43.618Z Compiling autocfg v1.5.0
8722026-05-15T18:27:43.914Z Compiling memchr v2.7.5
8732026-05-15T18:27:43.927Z Compiling getrandom v0.3.3
8742026-05-15T18:27:44.075Z Compiling libm v0.2.15
8752026-05-15T18:27:44.430Z Checking smallvec v1.15.1
8762026-05-15T18:27:44.472Z Checking itoa v1.0.15
8772026-05-15T18:27:44.483Z Compiling shlex v1.3.0
8782026-05-15T18:27:44.594Z Compiling jobserver v0.1.34
8792026-05-15T18:27:44.625Z Compiling thiserror v2.0.18
8802026-05-15T18:27:44.676Z Compiling version_check v0.9.5
8812026-05-15T18:27:44.710Z Compiling find-msvc-tools v0.1.9
8822026-05-15T18:27:44.782Z Compiling syn v2.0.117
8832026-05-15T18:27:44.826Z Compiling icu_normalizer_data v2.0.0
8842026-05-15T18:27:44.924Z Compiling cc v1.2.58
8852026-05-15T18:27:44.962Z Compiling icu_properties_data v2.0.1
8862026-05-15T18:27:45.075Z Compiling parking_lot_core v0.9.12
8872026-05-15T18:27:45.127Z Checking stable_deref_trait v1.2.0
8882026-05-15T18:27:45.178Z Compiling serde_json v1.0.149
8892026-05-15T18:27:45.432Z Compiling heck v0.5.0
8902026-05-15T18:27:45.497Z Checking writeable v0.6.1
8912026-05-15T18:27:45.592Z Checking litemap v0.8.0
8922026-05-15T18:27:45.631Z Compiling num-traits v0.2.19
8932026-05-15T18:27:45.635Z Checking percent-encoding v2.3.2
8942026-05-15T18:27:45.931Z Checking form_urlencoded v1.2.2
8952026-05-15T18:27:45.962Z Checking utf8_iter v1.0.4
8962026-05-15T18:27:46.046Z Compiling zerocopy v0.8.27
8972026-05-15T18:27:46.064Z Checking pin-project-lite v0.2.16
8982026-05-15T18:27:46.088Z Checking iana-time-zone v0.1.64
8992026-05-15T18:27:46.140Z Compiling log v0.4.29
9002026-05-15T18:27:46.159Z Compiling rustversion v1.0.22
9012026-05-15T18:27:46.198Z Compiling foldhash v0.2.0
9022026-05-15T18:27:46.237Z Compiling equivalent v1.0.2
9032026-05-15T18:27:46.319Z Compiling allocator-api2 v0.2.21
9042026-05-15T18:27:46.334Z Compiling semver v1.0.27
9052026-05-15T18:27:46.399Z Checking socket2 v0.6.0
9062026-05-15T18:27:46.487Z Checking uuid v1.20.0
9072026-05-15T18:27:46.637Z Compiling hashbrown v0.16.1
9082026-05-15T18:27:46.655Z Checking scopeguard v1.2.0
9092026-05-15T18:27:46.781Z Checking lock_api v0.4.14
9102026-05-15T18:27:46.797Z Checking signal-hook-registry v1.4.6
9112026-05-15T18:27:46.916Z Checking getrandom v0.2.16
9122026-05-15T18:27:46.933Z Checking mio v1.0.4
9132026-05-15T18:27:46.948Z Compiling portable-atomic v1.11.1
9142026-05-15T18:27:46.961Z Compiling schemars v0.8.22
9152026-05-15T18:27:46.989Z Checking parking_lot v0.12.5
9162026-05-15T18:27:47.056Z Checking dyn-clone v1.0.20
9172026-05-15T18:27:47.217Z Checking critical-section v1.2.0
9182026-05-15T18:27:47.320Z Checking futures-core v0.3.32
9192026-05-15T18:27:47.355Z Compiling ring v0.17.14
9202026-05-15T18:27:47.444Z Compiling typenum v1.18.0
9212026-05-15T18:27:47.545Z Compiling indexmap v2.13.0
9222026-05-15T18:27:47.556Z Compiling thiserror v1.0.69
9232026-05-15T18:27:47.625Z Compiling synstructure v0.13.2
9242026-05-15T18:27:47.801Z Compiling serde_derive_internals v0.29.1
9252026-05-15T18:27:47.914Z Checking once_cell v1.21.3
9262026-05-15T18:27:48.175Z Compiling httparse v1.10.1
9272026-05-15T18:27:48.326Z Compiling regex-syntax v0.8.6
9282026-05-15T18:27:48.563Z Compiling rustix v1.1.2
9292026-05-15T18:27:48.576Z Checking futures-sink v0.3.32
9302026-05-15T18:27:48.591Z Compiling aho-corasick v1.1.3
9312026-05-15T18:27:48.656Z Checking slab v0.4.11
9322026-05-15T18:27:48.674Z Checking subtle v2.6.1
9332026-05-15T18:27:48.814Z Compiling ucd-trie v0.1.7
9342026-05-15T18:27:48.829Z Compiling anyhow v1.0.102
9352026-05-15T18:27:48.843Z Checking futures-channel v0.3.32
9362026-05-15T18:27:48.858Z Compiling serde_derive v1.0.228
9372026-05-15T18:27:48.898Z Compiling zerofrom-derive v0.1.6
9382026-05-15T18:27:49.072Z Compiling yoke-derive v0.8.0
9392026-05-15T18:27:49.088Z Compiling zerovec-derive v0.11.1
9402026-05-15T18:27:49.183Z Compiling displaydoc v0.2.5
9412026-05-15T18:27:49.917Z Compiling thiserror-impl v2.0.18
9422026-05-15T18:27:50.030Z Compiling schemars_derive v0.8.22
9432026-05-15T18:27:50.093Z Compiling tokio-macros v2.6.0
9442026-05-15T18:27:50.122Z Checking zerofrom v0.1.6
9452026-05-15T18:27:50.161Z Compiling zerocopy-derive v0.8.27
9462026-05-15T18:27:50.245Z Checking yoke v0.8.0
9472026-05-15T18:27:50.393Z Compiling futures-macro v0.3.32
9482026-05-15T18:27:50.420Z Checking zerovec v0.11.4
9492026-05-15T18:27:50.807Z Checking zerotrie v0.2.2
9502026-05-15T18:27:51.054Z Compiling zeroize_derive v1.4.3
9512026-05-15T18:27:51.115Z Checking tinystr v0.8.1
9522026-05-15T18:27:51.178Z Checking potential_utf v0.1.3
9532026-05-15T18:27:51.208Z Compiling thiserror-impl v1.0.69
9542026-05-15T18:27:51.286Z Checking icu_locale_core v2.0.0
9552026-05-15T18:27:51.317Z Checking icu_collections v2.0.0
9562026-05-15T18:27:51.518Z Compiling regex-automata v0.4.13
9572026-05-15T18:27:51.695Z Checking zeroize v1.8.1
9582026-05-15T18:27:51.736Z Checking icu_provider v2.0.0
9592026-05-15T18:27:51.844Z Compiling pest v2.8.2
9602026-05-15T18:27:51.914Z Checking bytes v1.11.1
9612026-05-15T18:27:51.976Z Checking icu_normalizer v2.0.0
9622026-05-15T18:27:51.994Z Checking icu_properties v2.0.1
9632026-05-15T18:27:52.287Z Checking chrono v0.4.44
9642026-05-15T18:27:52.320Z Compiling serde_tokenstream v0.2.3
9652026-05-15T18:27:52.348Z Checking tokio v1.49.0
9662026-05-15T18:27:52.594Z Checking bitflags v2.9.4
9672026-05-15T18:27:52.804Z Checking idna_adapter v1.2.1
9682026-05-15T18:27:52.889Z Checking rand_core v0.6.4
9692026-05-15T18:27:52.930Z Checking idna v1.1.0
9702026-05-15T18:27:53.052Z Compiling pest_meta v2.8.2
9712026-05-15T18:27:53.055Z Checking futures-task v0.3.32
9722026-05-15T18:27:53.128Z Compiling regex v1.12.3
9732026-05-15T18:27:53.167Z Checking url v2.5.7
9742026-05-15T18:27:53.210Z Checking futures-io v0.3.32
9752026-05-15T18:27:53.318Z Compiling pkg-config v0.3.32
9762026-05-15T18:27:53.334Z Checking futures-util v0.3.32
9772026-05-15T18:27:53.518Z Compiling tracing-attributes v0.1.30
9782026-05-15T18:27:53.905Z Compiling pest_generator v2.8.2
9792026-05-15T18:27:54.074Z Checking tracing-core v0.1.34
9802026-05-15T18:27:54.272Z Compiling generic-array v0.14.7
9812026-05-15T18:27:54.380Z Checking fnv v1.0.7
9822026-05-15T18:27:54.484Z Compiling vcpkg v0.2.15
9832026-05-15T18:27:54.588Z Compiling pest_derive v2.8.2
9842026-05-15T18:27:54.664Z Compiling http v1.4.0
9852026-05-15T18:27:54.756Z Checking tracing v0.1.41
9862026-05-15T18:27:55.058Z Compiling regress v0.10.5
9872026-05-15T18:27:55.104Z Compiling num-conv v0.2.1
9882026-05-15T18:27:55.121Z Compiling byteorder v1.5.0
9892026-05-15T18:27:55.264Z Compiling time-core v0.1.8
9902026-05-15T18:27:55.344Z Checking errno v0.3.14
9912026-05-15T18:27:55.427Z Compiling time-macros v0.2.27
9922026-05-15T18:27:55.476Z Checking ipnet v2.11.0
9932026-05-15T18:27:55.498Z Checking base64 v0.22.1
9942026-05-15T18:27:55.506Z Checking tokio-util v0.7.16
9952026-05-15T18:27:55.731Z Compiling scroll_derive v0.13.1
9962026-05-15T18:27:55.855Z Checking crypto-common v0.1.6
9972026-05-15T18:27:55.997Z Compiling camino v1.2.2
9982026-05-15T18:27:56.179Z Checking http-body v1.0.1
9992026-05-15T18:27:56.311Z Checking ppv-lite86 v0.2.21
10002026-05-15T18:27:56.432Z Compiling syn v1.0.109
10012026-05-15T18:27:56.469Z Checking atomic-waker v1.1.2
10022026-05-15T18:27:56.541Z Compiling crossbeam-utils v0.8.21
10032026-05-15T18:27:56.595Z Compiling slog v2.8.2
10042026-05-15T18:27:56.636Z Checking tower-service v0.3.3
10052026-05-15T18:27:56.733Z Checking try-lock v0.2.5
10062026-05-15T18:27:56.777Z Checking tower-layer v0.3.3
10072026-05-15T18:27:56.799Z Compiling paste v1.0.15
10082026-05-15T18:27:56.830Z Checking want v0.3.1
10092026-05-15T18:27:56.877Z Checking h2 v0.4.12
10102026-05-15T18:27:56.913Z Checking ipnetwork v0.21.1
10112026-05-15T18:27:56.967Z Checking erased-serde v0.3.31
10122026-05-15T18:27:56.992Z Checking rustls-pki-types v1.12.0
10132026-05-15T18:27:57.070Z Checking httpdate v1.0.3
10142026-05-15T18:27:57.136Z Checking pin-utils v0.1.0
10152026-05-15T18:27:57.143Z Checking pretty-hex v0.4.1
10162026-05-15T18:27:57.208Z Checking ryu v1.0.20
10172026-05-15T18:27:57.272Z Compiling async-trait v0.1.89
10182026-05-15T18:27:57.344Z Checking socket2 v0.5.10
10192026-05-15T18:27:57.447Z Checking untrusted v0.9.0
10202026-05-15T18:27:57.586Z Compiling scroll v0.13.0
10212026-05-15T18:27:57.595Z Compiling openssl-sys v0.9.112
10222026-05-15T18:27:57.613Z Checking plain v0.2.3
10232026-05-15T18:27:57.714Z Compiling strsim v0.11.1
10242026-05-15T18:27:57.837Z Compiling usdt-impl v0.6.0
10252026-05-15T18:27:57.873Z Compiling goblin v0.10.1
10262026-05-15T18:27:58.009Z Checking http-body-util v0.1.3
10272026-05-15T18:27:58.106Z Checking block-buffer v0.10.4
10282026-05-15T18:27:58.199Z Compiling openapiv3 v2.2.0
10292026-05-15T18:27:58.223Z Checking rand_core v0.9.3
10302026-05-15T18:27:58.244Z Compiling slog-async v2.8.0
10312026-05-15T18:27:58.573Z Checking digest v0.10.7
10322026-05-15T18:27:58.594Z Checking serde_urlencoded v0.7.1
10332026-05-15T18:27:58.688Z Checking hyper v1.8.1
10342026-05-15T18:27:58.750Z Checking oxnet v0.1.4
10352026-05-15T18:27:58.800Z Compiling typify-impl v0.4.3
10362026-05-15T18:27:59.031Z Compiling dtrace-parser v0.3.0
10372026-05-15T18:27:59.630Z Checking hyper-util v0.1.19
10382026-05-15T18:27:59.647Z Compiling cmake v0.1.54
10392026-05-15T18:27:59.670Z Compiling thread-id v5.0.0
10402026-05-15T18:27:59.712Z Compiling ident_case v1.0.1
10412026-05-15T18:27:59.750Z Compiling omicron-workspace-hack v0.1.0
10422026-05-15T18:27:59.772Z Compiling fs_extra v1.3.0
10432026-05-15T18:27:59.840Z Compiling dunce v1.0.5
10442026-05-15T18:27:59.941Z Compiling darling_core v0.21.3
10452026-05-15T18:27:59.992Z Checking rand_chacha v0.9.0
10462026-05-15T18:27:59.998Z Compiling daft-derive v0.1.4
10472026-05-15T18:28:00.023Z Compiling aws-lc-sys v0.39.1
10482026-05-15T18:28:00.173Z Checking rand v0.9.2
10492026-05-15T18:28:00.623Z Compiling dof v0.4.0
10502026-05-15T18:28:00.712Z Compiling unsafe-libyaml v0.2.11
10512026-05-15T18:28:00.728Z Checking powerfmt v0.2.0
10522026-05-15T18:28:00.879Z Checking deranged v0.5.3
10532026-05-15T18:28:00.895Z Checking sync_wrapper v1.0.2
10542026-05-15T18:28:01.388Z Compiling serde_yaml v0.9.34+deprecated
10552026-05-15T18:28:01.527Z Checking num_threads v0.1.7
10562026-05-15T18:28:01.619Z Compiling aws-lc-rs v1.16.2
10572026-05-15T18:28:01.644Z Compiling rustls v0.22.4
10582026-05-15T18:28:01.869Z Compiling usdt-attr-macro v0.6.0
10592026-05-15T18:28:01.913Z Compiling usdt-macro v0.6.0
10602026-05-15T18:28:01.998Z Checking cpufeatures v0.2.17
10612026-05-15T18:28:02.013Z Checking time v0.3.47
10622026-05-15T18:28:02.016Z Compiling darling_macro v0.21.3
10632026-05-15T18:28:02.212Z Compiling typify-macro v0.4.3
10642026-05-15T18:28:02.565Z Compiling darling v0.21.3
10652026-05-15T18:28:02.608Z Checking tower v0.5.2
10662026-05-15T18:28:02.694Z Compiling structmeta-derive v0.3.0
10672026-05-15T18:28:02.980Z Checking encoding_rs v0.8.35
10682026-05-15T18:28:03.127Z Checking iri-string v0.7.8
10692026-05-15T18:28:03.156Z Checking mime v0.3.17
10702026-05-15T18:28:03.330Z Checking crossbeam-channel v0.5.15
10712026-05-15T18:28:03.437Z Checking futures-executor v0.3.32
10722026-05-15T18:28:03.586Z Compiling multer v3.1.0
10732026-05-15T18:28:03.643Z Compiling openssl v0.10.76
10742026-05-15T18:28:03.703Z Compiling typify v0.4.3
10752026-05-15T18:28:03.734Z Compiling structmeta v0.3.0
10762026-05-15T18:28:03.794Z Checking foreign-types-shared v0.1.1
10772026-05-15T18:28:03.809Z Checking hex v0.4.3
10782026-05-15T18:28:03.877Z Checking fastrand v2.3.0
10792026-05-15T18:28:03.881Z Checking untrusted v0.7.1
10802026-05-15T18:28:03.916Z Checking unicode-width v0.2.1
10812026-05-15T18:28:03.991Z Checking foreign-types v0.3.2
10822026-05-15T18:28:04.025Z Checking futures v0.3.32
10832026-05-15T18:28:04.056Z Compiling openssl-macros v0.1.1
10842026-05-15T18:28:04.072Z Compiling async-stream-impl v0.3.6
10852026-05-15T18:28:04.095Z Checking tempfile v3.23.0
10862026-05-15T18:28:04.111Z Compiling strum_macros v0.26.4
10872026-05-15T18:28:04.158Z Checking tower-http v0.6.8
10882026-05-15T18:28:04.272Z Checking thread_local v1.1.9
10892026-05-15T18:28:04.287Z Checking openssl-probe v0.1.6
10902026-05-15T18:28:04.429Z Compiling native-tls v0.2.14
10912026-05-15T18:28:04.496Z Compiling rustls v0.23.32
10922026-05-15T18:28:04.709Z Compiling newtype-uuid-macros v0.1.0
10932026-05-15T18:28:04.727Z Compiling dropshot v0.16.7
10942026-05-15T18:28:04.871Z Checking is-terminal v0.4.16
10952026-05-15T18:28:04.899Z Checking memmap2 v0.9.8
10962026-05-15T18:28:04.951Z Checking take_mut v0.2.2
10972026-05-15T18:28:04.966Z Compiling ref-cast v1.0.25
10982026-05-15T18:28:05.057Z Checking match_cfg v0.1.0
10992026-05-15T18:28:05.060Z Checking term v1.2.0
11002026-05-15T18:28:05.131Z Checking winnow v0.7.14
11012026-05-15T18:28:05.297Z Checking slog-term v2.9.2
11022026-05-15T18:28:05.328Z Checking hostname v0.3.1
11032026-05-15T18:28:05.548Z Checking slog-json v2.6.1
11042026-05-15T18:28:05.593Z Compiling dropshot_endpoint v0.16.7
11052026-05-15T18:28:05.610Z Compiling ref-cast-impl v1.0.25
11062026-05-15T18:28:05.689Z Compiling derive-ex v0.1.8
11072026-05-15T18:28:05.705Z Checking slog-bunyan v2.5.0
11082026-05-15T18:28:06.045Z Checking webpki-roots v1.0.2
11092026-05-15T18:28:06.164Z Compiling strum_macros v0.27.2
11102026-05-15T18:28:06.376Z Compiling progenitor-impl v0.11.1
11112026-05-15T18:28:06.545Z Checking newtype-uuid v1.3.2
11122026-05-15T18:28:06.733Z Compiling either v1.15.0
11132026-05-15T18:28:06.746Z Checking tokio-native-tls v0.3.1
11142026-05-15T18:28:06.896Z Checking hyper-tls v0.6.0
11152026-05-15T18:28:07.069Z Checking daft v0.1.4
11162026-05-15T18:28:07.114Z Compiling serde_with_macros v3.14.1
11172026-05-15T18:28:07.198Z Compiling test-strategy v0.4.3
11182026-05-15T18:28:07.420Z Checking rustls-webpki v0.102.8
11192026-05-15T18:28:07.565Z Checking debug-ignore v1.0.5
11202026-05-15T18:28:07.672Z Checking toml_parser v1.0.6+spec-1.1.0
11212026-05-15T18:28:07.994Z Compiling parse-display-derive v0.10.0
11222026-05-15T18:28:08.256Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-05-15T18:28:08.414Z Compiling progenitor-macro v0.11.1
11242026-05-15T18:28:08.481Z Checking usdt v0.6.0
11252026-05-15T18:28:08.514Z Checking serde_spanned v1.0.4
11262026-05-15T18:28:08.705Z Checking toml_datetime v0.7.5+spec-1.1.0
11272026-05-15T18:28:08.711Z Checking toml_writer v1.0.6+spec-1.1.0
11282026-05-15T18:28:08.711Z Checking spin v0.9.8
11292026-05-15T18:28:08.834Z Checking toml v0.9.11+spec-1.1.0
11302026-05-15T18:28:09.079Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-05-15T18:28:09.154Z Checking strum v0.26.3
11322026-05-15T18:28:09.180Z Checking tokio-rustls v0.25.0
11332026-05-15T18:28:09.267Z Checking async-stream v0.3.6
11342026-05-15T18:28:09.376Z Checking sha1 v0.10.6
11352026-05-15T18:28:09.392Z Checking rustls-pemfile v2.2.0
11362026-05-15T18:28:09.410Z Checking rand_chacha v0.3.1
11372026-05-15T18:28:09.438Z Checking waitgroup v0.1.2
11382026-05-15T18:28:09.533Z Compiling toml_datetime v0.6.11
11392026-05-15T18:28:09.550Z Checking macaddr v1.0.1
11402026-05-15T18:28:09.553Z Checking serde_path_to_error v0.1.20
11412026-05-15T18:28:09.582Z Checking wait-timeout v0.2.1
11422026-05-15T18:28:09.598Z Checking hostname v0.4.2
11432026-05-15T18:28:09.707Z Checking quick-error v1.2.3
11442026-05-15T18:28:09.710Z Checking bit-vec v0.8.0
11452026-05-15T18:28:09.737Z Checking lazy_static v1.5.0
11462026-05-15T18:28:09.774Z Checking rand v0.8.5
11472026-05-15T18:28:09.819Z Checking rusty-fork v0.3.0
11482026-05-15T18:28:09.849Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11492026-05-15T18:28:09.912Z Checking bit-set v0.8.0
11502026-05-15T18:28:10.031Z Checking tabwriter v1.4.1
11512026-05-15T18:28:10.059Z Checking rand_xorshift v0.4.0
11522026-05-15T18:28:10.194Z Compiling clap_derive v4.6.0
11532026-05-15T18:28:10.281Z Checking unarray v0.1.4
11542026-05-15T18:28:10.296Z Checking utf8parse v0.2.2
11552026-05-15T18:28:10.300Z Checking colored v3.0.0
11562026-05-15T18:28:10.400Z Checking anstyle-parse v1.0.0
11572026-05-15T18:28:10.416Z Checking proptest v1.8.0
11582026-05-15T18:28:10.494Z Checking strum v0.27.2
11592026-05-15T18:28:10.620Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-05-15T18:28:10.655Z Checking terminal_size v0.4.3
11612026-05-15T18:28:11.045Z Checking anstyle-query v1.1.4
11622026-05-15T18:28:11.121Z Checking colorchoice v1.0.4
11632026-05-15T18:28:11.145Z Checking is_terminal_polyfill v1.70.1
11642026-05-15T18:28:11.223Z Checking anstyle v1.0.14
11652026-05-15T18:28:11.402Z Checking anstream v1.0.0
11662026-05-15T18:28:11.455Z Checking itertools v0.14.0
11672026-05-15T18:28:11.819Z Checking clap_lex v1.1.0
11682026-05-15T18:28:11.970Z Checking clap_builder v4.6.0
11692026-05-15T18:28:12.000Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11702026-05-15T18:28:12.518Z Checking serde_with v3.14.1
11712026-05-15T18:28:13.160Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11722026-05-15T18:28:13.178Z Checking clap v4.6.0
11732026-05-15T18:28:13.259Z Checking instant v0.1.13
11742026-05-15T18:28:13.389Z Checking rustc-hash v2.1.1
11752026-05-15T18:28:13.462Z Checking backoff v0.4.0
11762026-05-15T18:28:13.463Z Checking iddqd v0.3.17
11772026-05-15T18:28:13.637Z Checking parse-display v0.10.0
11782026-05-15T18:28:13.779Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11792026-05-15T18:28:13.798Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11802026-05-15T18:28:15.640Z Compiling rustls-webpki v0.103.6
11812026-05-15T18:28:16.167Z Compiling prettyplease v0.2.37
11822026-05-15T18:28:18.361Z Checking serde_spanned v0.6.9
11832026-05-15T18:28:18.412Z Compiling memoffset v0.9.1
11842026-05-15T18:28:18.649Z Compiling cfg_aliases v0.2.1
11852026-05-15T18:28:18.825Z Compiling nix v0.30.1
11862026-05-15T18:28:18.990Z Compiling tokio-rustls v0.26.3
11872026-05-15T18:28:19.758Z Compiling hyper-rustls v0.27.7
11882026-05-15T18:28:19.969Z Compiling reqwest v0.12.23
11892026-05-15T18:28:20.797Z Checking crossbeam-epoch v0.9.18
11902026-05-15T18:28:21.084Z Compiling progenitor-client v0.11.1
11912026-05-15T18:28:21.223Z Compiling winnow v0.5.40
11922026-05-15T18:28:22.405Z Compiling progenitor v0.11.1
11932026-05-15T18:28:22.455Z Compiling toml_edit v0.19.15
11942026-05-15T18:28:23.304Z Compiling num-integer v0.1.46
11952026-05-15T18:28:23.751Z Compiling proc-macro-crate v1.3.1
11962026-05-15T18:28:23.895Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11972026-05-15T18:28:24.104Z Compiling progenitor-client v0.10.0
11982026-05-15T18:28:24.865Z Compiling hubpack_derive v0.1.1
11992026-05-15T18:28:25.145Z Compiling rayon-core v1.13.0
12002026-05-15T18:28:25.296Z Checking toml_write v0.1.2
12012026-05-15T18:28:25.357Z Checking hubpack v0.1.2
12022026-05-15T18:28:25.398Z Checking num-iter v0.1.45
12032026-05-15T18:28:25.459Z Checking toml_edit v0.22.27
12042026-05-15T18:28:25.510Z Checking num-rational v0.4.2
12052026-05-15T18:28:25.915Z Compiling zerocopy-derive v0.7.35
12062026-05-15T18:28:25.953Z Compiling num-complex v0.4.6
12072026-05-15T18:28:26.307Z Checking static_assertions v1.1.0
12082026-05-15T18:28:26.324Z Checking num v0.4.3
12092026-05-15T18:28:26.478Z Checking crossbeam-deque v0.8.6
12102026-05-15T18:28:26.510Z Checking toml v0.8.23
12112026-05-15T18:28:26.661Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12122026-05-15T18:28:26.734Z Checking float-ord v0.3.2
12132026-05-15T18:28:26.828Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12142026-05-15T18:28:27.084Z Compiling proc-macro-error-attr v1.0.4
12152026-05-15T18:28:27.105Z Compiling heapless v0.8.0
12162026-05-15T18:28:27.279Z Checking bytecount v0.6.9
12172026-05-15T18:28:27.365Z Compiling ingot-macros v0.1.1
12182026-05-15T18:28:27.382Z Compiling num-derive v0.3.3
12192026-05-15T18:28:27.569Z Checking hash32 v0.3.1
12202026-05-15T18:28:27.703Z Compiling proc-macro-error v1.0.4
12212026-05-15T18:28:27.932Z Compiling smoltcp v0.11.0
12222026-05-15T18:28:28.290Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12232026-05-15T18:28:28.359Z Checking libscf-sys v1.1.0
12242026-05-15T18:28:28.549Z Compiling zerocopy v0.7.35
12252026-05-15T18:28:28.632Z Compiling num_enum_derive v0.7.5
12262026-05-15T18:28:28.867Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12272026-05-15T18:28:28.928Z Checking cobs v0.3.0
12282026-05-15T18:28:28.931Z Compiling scroll_derive v0.12.1
12292026-05-15T18:28:29.101Z Compiling foreign-types-macros v0.2.3
12302026-05-15T18:28:29.118Z Compiling usdt-impl v0.5.0
12312026-05-15T18:28:29.371Z Compiling crucible-workspace-hack v0.1.0
12322026-05-15T18:28:29.450Z Checking foreign-types-shared v0.3.1
12332026-05-15T18:28:29.548Z Checking managed v0.8.0
12342026-05-15T18:28:29.591Z Checking bitflags v1.3.2
12352026-05-15T18:28:29.686Z Checking scroll v0.12.0
12362026-05-15T18:28:29.721Z Checking num_enum v0.7.5
12372026-05-15T18:28:29.736Z Checking foreign-types v0.5.0
12382026-05-15T18:28:29.812Z Checking postcard v1.1.3
12392026-05-15T18:28:29.828Z Compiling dof v0.3.0
12402026-05-15T18:28:29.997Z Checking ingot-types v0.1.2
12412026-05-15T18:28:30.022Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12422026-05-15T18:28:30.115Z Compiling dtrace-parser v0.2.0
12432026-05-15T18:28:30.184Z Checking camino-tempfile v1.4.1
12442026-05-15T18:28:30.211Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-05-15T18:28:30.227Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-05-15T18:28:30.333Z Checking ingot v0.1.1
12472026-05-15T18:28:30.349Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12482026-05-15T18:28:30.434Z Checking cstr-argument v0.1.2
12492026-05-15T18:28:30.559Z Compiling thread-id v4.2.2
12502026-05-15T18:28:30.579Z Compiling heck v0.4.1
12512026-05-15T18:28:30.651Z Compiling minimal-lexical v0.2.1
12522026-05-15T18:28:30.691Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12532026-05-15T18:28:30.801Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12542026-05-15T18:28:30.832Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12552026-05-15T18:28:30.894Z Compiling nom v7.1.3
12562026-05-15T18:28:30.909Z Checking goblin v0.8.2
12572026-05-15T18:28:30.997Z Checking rayon v1.11.0
12582026-05-15T18:28:31.245Z Compiling num_enum_derive v0.5.11
12592026-05-15T18:28:31.521Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-05-15T18:28:31.577Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-05-15T18:28:32.014Z Compiling rustc_version v0.4.1
12622026-05-15T18:28:32.162Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-05-15T18:28:32.293Z Compiling proc-macro-error-attr2 v2.0.0
12642026-05-15T18:28:32.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12652026-05-15T18:28:32.358Z Compiling convert_case v0.4.0
12662026-05-15T18:28:32.468Z Compiling rustix v0.38.44
12672026-05-15T18:28:32.555Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12682026-05-15T18:28:32.660Z Checking tinyvec_macros v0.1.1
12692026-05-15T18:28:32.676Z Compiling derive_more v0.99.20
12702026-05-15T18:28:32.694Z Compiling proc-macro-error2 v2.0.1
12712026-05-15T18:28:32.733Z Checking tinyvec v1.10.0
12722026-05-15T18:28:33.046Z Checking num_enum v0.5.11
12732026-05-15T18:28:33.116Z Compiling libz-sys v1.1.22
12742026-05-15T18:28:33.161Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12752026-05-15T18:28:33.300Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12762026-05-15T18:28:33.527Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12772026-05-15T18:28:33.580Z Compiling tabled_derive v0.11.0
12782026-05-15T18:28:33.767Z Compiling usdt-attr-macro v0.5.0
12792026-05-15T18:28:34.209Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-05-15T18:28:34.343Z Compiling usdt-macro v0.5.0
12812026-05-15T18:28:34.360Z Compiling zone_cfg_derive v0.3.1
12822026-05-15T18:28:34.549Z Checking papergrid v0.17.0
12832026-05-15T18:28:34.696Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12842026-05-15T18:28:34.844Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12852026-05-15T18:28:34.915Z Checking itertools v0.12.1
12862026-05-15T18:28:35.021Z Checking testing_table v0.3.0
12872026-05-15T18:28:35.024Z Compiling num-derive v0.4.2
12882026-05-15T18:28:35.052Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12892026-05-15T18:28:35.121Z Checking sigpipe v0.1.3
12902026-05-15T18:28:35.207Z Checking memmap v0.7.0
12912026-05-15T18:28:35.328Z Checking jiff v0.2.15
12922026-05-15T18:28:35.343Z Checking glob v0.3.3
12932026-05-15T18:28:35.346Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-05-15T18:28:35.370Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12952026-05-15T18:28:35.452Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12962026-05-15T18:28:35.508Z Checking usdt v0.5.0
12972026-05-15T18:28:35.586Z Checking tabled v0.20.0
12982026-05-15T18:28:35.724Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12992026-05-15T18:28:35.880Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13002026-05-15T18:28:35.906Z Checking zone v0.3.1
13012026-05-15T18:28:35.954Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13022026-05-15T18:28:36.172Z Checking smf v0.2.3
13032026-05-15T18:28:36.230Z Checking secrecy v0.10.3
13042026-05-15T18:28:36.245Z Checking bstr v1.12.0
13052026-05-15T18:28:36.349Z Checking whoami v1.6.1
13062026-05-15T18:28:36.397Z Compiling curve25519-dalek v4.1.3
13072026-05-15T18:28:36.519Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13082026-05-15T18:28:36.575Z Checking hmac v0.12.1
13092026-05-15T18:28:36.653Z Compiling clang-sys v1.8.1
13102026-05-15T18:28:36.671Z Checking inout v0.1.4
13112026-05-15T18:28:36.709Z Checking ff v0.13.1
13122026-05-15T18:28:36.804Z Compiling enum-as-inner v0.6.1
13132026-05-15T18:28:36.835Z Compiling semver v0.1.20
13142026-05-15T18:28:37.024Z Checking data-encoding v2.9.0
13152026-05-15T18:28:37.122Z Compiling rustc_version v0.1.7
13162026-05-15T18:28:37.295Z Checking group v0.13.0
13172026-05-15T18:28:37.326Z Checking cipher v0.4.4
13182026-05-15T18:28:37.360Z Checking hkdf v0.12.4
13192026-05-15T18:28:37.486Z Checking atomicwrites v0.4.4
13202026-05-15T18:28:37.501Z Compiling thiserror-impl-no-std v2.0.2
13212026-05-15T18:28:37.520Z Checking universal-hash v0.5.1
13222026-05-15T18:28:37.523Z Checking crypto-bigint v0.5.5
13232026-05-15T18:28:37.615Z Checking half v2.7.1
13242026-05-15T18:28:37.644Z Compiling curve25519-dalek-derive v0.1.1
13252026-05-15T18:28:37.670Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13262026-05-15T18:28:37.826Z Checking indent_write v2.2.0
13272026-05-15T18:28:37.856Z Checking opaque-debug v0.3.1
13282026-05-15T18:28:37.878Z Checking ciborium-io v0.2.2
13292026-05-15T18:28:37.929Z Checking base64ct v1.8.0
13302026-05-15T18:28:37.954Z Checking base16ct v0.2.0
13312026-05-15T18:28:37.972Z Checking ciborium-ll v0.2.2
13322026-05-15T18:28:38.077Z Checking poly1305 v0.8.0
13332026-05-15T18:28:38.149Z Checking chacha20 v0.9.1
13342026-05-15T18:28:38.165Z Checking password-hash v0.5.0
13352026-05-15T18:28:38.314Z Compiling newtype_derive v0.1.6
13362026-05-15T18:28:38.340Z Checking similar v2.7.0
13372026-05-15T18:28:38.381Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13382026-05-15T18:28:38.538Z Checking blake2 v0.10.6
13392026-05-15T18:28:38.555Z Checking elliptic-curve v0.13.8
13402026-05-15T18:28:38.569Z Checking thiserror-no-std v2.0.2
13412026-05-15T18:28:38.624Z Compiling typify-impl v0.6.1
13422026-05-15T18:28:38.657Z Checking aead v0.5.2
13432026-05-15T18:28:38.674Z Compiling libloading v0.8.9
13442026-05-15T18:28:38.750Z Checking keccak v0.1.6
13452026-05-15T18:28:38.791Z Compiling bindgen v0.72.1
13462026-05-15T18:28:38.807Z Checking resolv-conf v0.7.5
13472026-05-15T18:28:38.865Z Checking linked-hash-map v0.5.6
13482026-05-15T18:28:38.910Z Compiling owo-colors v4.3.0
13492026-05-15T18:28:39.040Z Checking sha3 v0.10.8
13502026-05-15T18:28:39.056Z Checking chacha20poly1305 v0.10.1
13512026-05-15T18:28:39.060Z Checking vsss-rs v3.3.4
13522026-05-15T18:28:39.087Z Checking lru-cache v0.1.2
13532026-05-15T18:28:39.179Z Checking argon2 v0.5.3
13542026-05-15T18:28:39.232Z Checking ciborium v0.2.2
13552026-05-15T18:28:39.255Z Checking hickory-proto v0.24.4
13562026-05-15T18:28:39.363Z Checking tokio-dtrace v0.1.1
13572026-05-15T18:28:39.470Z Compiling cexpr v0.6.0
13582026-05-15T18:28:39.543Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-05-15T18:28:39.828Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-05-15T18:28:40.036Z Checking serde-big-array v0.5.1
13612026-05-15T18:28:40.062Z Compiling serde_repr v0.1.20
13622026-05-15T18:28:40.146Z Compiling derive-where v1.6.0
13632026-05-15T18:28:40.172Z Checking siphasher v1.0.1
13642026-05-15T18:28:40.336Z Checking unicode-segmentation v1.12.0
13652026-05-15T18:28:40.525Z Checking same-file v1.0.6
13662026-05-15T18:28:40.636Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13672026-05-15T18:28:40.654Z Checking walkdir v2.5.0
13682026-05-15T18:28:40.667Z Checking newline-converter v0.3.0
13692026-05-15T18:28:40.752Z Checking hickory-resolver v0.24.4
13702026-05-15T18:28:40.816Z Checking phf_shared v0.12.1
13712026-05-15T18:28:40.958Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13722026-05-15T18:28:41.372Z Checking oxide-tokio-rt v0.1.2
13732026-05-15T18:28:41.413Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13742026-05-15T18:28:41.727Z Checking console v0.15.11
13752026-05-15T18:28:42.006Z Compiling progenitor-impl v0.10.0
13762026-05-15T18:28:42.022Z Compiling typify-macro v0.6.1
13772026-05-15T18:28:42.036Z Checking tokio-stream v0.1.17
13782026-05-15T18:28:42.096Z Compiling pin-project-internal v1.1.10
13792026-05-15T18:28:42.194Z Compiling slog-dtrace v0.3.0
13802026-05-15T18:28:42.403Z Checking csv-core v0.1.12
13812026-05-15T18:28:42.426Z Checking swrite v0.1.0
13822026-05-15T18:28:42.525Z Checking smawk v0.3.2
13832026-05-15T18:28:42.591Z Checking unicode-width v0.1.14
13842026-05-15T18:28:42.663Z Compiling unicode-xid v0.2.6
13852026-05-15T18:28:42.795Z Checking unicode-linebreak v0.1.5
13862026-05-15T18:28:42.811Z Compiling cancel-safe-futures v0.1.5
13872026-05-15T18:28:42.842Z Checking foldhash v0.1.5
13882026-05-15T18:28:42.986Z Compiling chrono-tz v0.10.4
13892026-05-15T18:28:43.013Z Checking textwrap v0.16.2
13902026-05-15T18:28:43.077Z Checking hashbrown v0.15.5
13912026-05-15T18:28:43.162Z Checking pin-project v1.1.10
13922026-05-15T18:28:43.228Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13932026-05-15T18:28:43.244Z Compiling const_format_proc_macros v0.2.34
13942026-05-15T18:28:43.263Z Checking csv v1.3.1
13952026-05-15T18:28:43.533Z Checking qorb v0.4.1
13962026-05-15T18:28:43.588Z Checking expectorate v1.2.0
13972026-05-15T18:28:43.632Z Checking phf v0.12.1
13982026-05-15T18:28:43.722Z Checking unicode-normalization v0.1.24
13992026-05-15T18:28:43.778Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-05-15T18:28:44.062Z Compiling progenitor-macro v0.10.0
14012026-05-15T18:28:44.161Z Checking libsw-core v0.3.2
14022026-05-15T18:28:44.314Z Compiling libgit2-sys v0.17.0+1.8.1
14032026-05-15T18:28:44.316Z Compiling snafu-derive v0.8.9
14042026-05-15T18:28:44.540Z Compiling async-recursion v1.1.1
14052026-05-15T18:28:44.716Z Compiling cookie v0.18.1
14062026-05-15T18:28:44.749Z Checking highway v1.3.0
14072026-05-15T18:28:44.914Z Checking fixedbitset v0.5.7
14082026-05-15T18:28:44.955Z Checking fixedbitset v0.4.2
14092026-05-15T18:28:44.987Z Compiling moka v0.12.11
14102026-05-15T18:28:45.124Z Checking petgraph v0.8.2
14112026-05-15T18:28:45.211Z Checking petgraph v0.6.5
14122026-05-15T18:28:45.366Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-05-15T18:28:45.553Z Checking libsw v3.5.0
14142026-05-15T18:28:45.704Z Checking olpc-cjson v0.1.4
14152026-05-15T18:28:45.847Z Checking const_format v0.2.34
14162026-05-15T18:28:46.042Z Checking snafu v0.8.9
14172026-05-15T18:28:46.278Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-05-15T18:28:46.436Z Compiling typify v0.6.1
14192026-05-15T18:28:46.532Z Checking papergrid v0.11.0
14202026-05-15T18:28:46.548Z Checking globset v0.4.16
14212026-05-15T18:28:46.670Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14222026-05-15T18:28:46.686Z Checking gethostname v0.5.0
14232026-05-15T18:28:46.797Z Compiling tabled_derive v0.7.0
14242026-05-15T18:28:46.914Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-05-15T18:28:47.209Z Checking reqwest v0.13.2
14262026-05-15T18:28:47.231Z Checking bcs v0.1.6
14272026-05-15T18:28:47.458Z Checking pem v3.0.5
14282026-05-15T18:28:47.619Z Checking serde_plain v1.0.2
14292026-05-15T18:28:47.708Z Checking typed-path v0.9.3
14302026-05-15T18:28:47.742Z Checking termtree v0.5.1
14312026-05-15T18:28:47.771Z Checking linear-map v1.2.0
14322026-05-15T18:28:47.880Z Checking tagptr v0.2.0
14332026-05-15T18:28:47.942Z Checking humantime v2.3.0
14342026-05-15T18:28:48.024Z Compiling signal-hook v0.3.18
14352026-05-15T18:28:48.124Z Checking crc8 v0.1.1
14362026-05-15T18:28:48.179Z Checking progenitor v0.10.0
14372026-05-15T18:28:48.261Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-05-15T18:28:48.313Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-05-15T18:28:48.380Z Checking tabled v0.15.0
14402026-05-15T18:28:48.449Z Checking tough v0.20.0
14412026-05-15T18:28:48.832Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14422026-05-15T18:28:49.003Z Compiling progenitor-impl v0.13.0
14432026-05-15T18:28:49.484Z Checking steno v0.4.1
14442026-05-15T18:28:49.774Z Checking hickory-proto v0.25.2
14452026-05-15T18:28:50.389Z Compiling curl-sys v0.4.83+curl-8.15.0
14462026-05-15T18:28:50.405Z Compiling cargo-platform v0.1.9
14472026-05-15T18:28:50.423Z Compiling vergen v8.3.2
14482026-05-15T18:28:50.465Z Compiling fs-err v3.1.2
14492026-05-15T18:28:50.643Z Compiling crc32fast v1.5.0
14502026-05-15T18:28:50.680Z Compiling cargo_metadata v0.18.1
14512026-05-15T18:28:50.984Z Checking progenitor-client v0.13.0
14522026-05-15T18:28:51.006Z Checking dropshot-api-manager-types v0.5.2
14532026-05-15T18:28:51.074Z Compiling progenitor-macro v0.13.0
14542026-05-15T18:28:51.174Z Checking sha2 v0.10.9
14552026-05-15T18:28:51.201Z Compiling blake3 v1.8.2
14562026-05-15T18:28:51.358Z Checking hickory-resolver v0.25.2
14572026-05-15T18:28:51.577Z Checking adler2 v2.0.1
14582026-05-15T18:28:51.776Z Checking miniz_oxide v0.8.9
14592026-05-15T18:28:52.078Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14602026-05-15T18:28:52.123Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14612026-05-15T18:28:52.201Z Checking git-stub v1.0.0
14622026-05-15T18:28:52.244Z Checking filetime v0.2.26
14632026-05-15T18:28:52.353Z Compiling curl v0.4.49
14642026-05-15T18:28:52.383Z Checking is_ci v1.2.0
14652026-05-15T18:28:52.488Z Checking arrayvec v0.7.6
14662026-05-15T18:28:52.606Z Checking xattr v1.6.1
14672026-05-15T18:28:52.674Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14682026-05-15T18:28:52.746Z Checking constant_time_eq v0.3.1
14692026-05-15T18:28:52.846Z Checking arrayref v0.3.9
14702026-05-15T18:28:52.925Z Checking tar v0.4.45
14712026-05-15T18:28:53.233Z Checking supports-color v3.0.2
14722026-05-15T18:28:53.296Z Checking git-stub-vcs v0.1.0
14732026-05-15T18:28:53.432Z Checking flate2 v1.1.2
14742026-05-15T18:28:53.499Z Checking drift v0.1.3
14752026-05-15T18:28:53.541Z Checking toml v0.7.8
14762026-05-15T18:28:53.654Z Checking kstat-rs v0.2.4
14772026-05-15T18:28:53.712Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14782026-05-15T18:28:53.744Z Checking topological-sort v0.2.2
14792026-05-15T18:28:53.759Z Checking dropshot-api-manager v0.5.2
14802026-05-15T18:28:53.880Z Checking omicron-zone-package v0.12.2
14812026-05-15T18:28:54.410Z Checking signal-hook-tokio v0.3.1
14822026-05-15T18:28:54.544Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14832026-05-15T18:28:54.640Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14842026-05-15T18:28:54.773Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14852026-05-15T18:28:54.848Z Checking internet-checksum v0.2.1
14862026-05-15T18:28:54.970Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-05-15T18:28:55.076Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-05-15T18:28:55.210Z Checking progenitor v0.13.0
14892026-05-15T18:28:55.337Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14902026-05-15T18:28:55.425Z Checking display-error-chain v0.2.2
14912026-05-15T18:28:55.530Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-05-15T18:28:55.547Z Checking search_path v0.1.4
14932026-05-15T18:28:55.686Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14942026-05-15T18:28:55.838Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14952026-05-15T18:28:55.937Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-05-15T18:28:56.130Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-05-15T18:28:56.614Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-05-15T18:28:56.706Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-05-15T18:28:57.051Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-05-15T18:28:57.113Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-05-15T18:28:57.150Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-15T18:28:57.388Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15032026-05-15T18:28:57.622Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-05-15T18:28:57.784Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-05-15T18:28:57.805Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15062026-05-15T18:28:57.928Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-05-15T18:28:58.222Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-05-15T18:28:58.464Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-05-15T18:29:00.509Z Compiling git2 v0.19.0
15102026-05-15T18:29:01.391Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15112026-05-15T18:29:01.764Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15122026-05-15T18:29:02.300Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-05-15T18:29:02.645Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15142026-05-15T18:29:02.888Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15152026-05-15T18:29:03.173Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-05-15T18:29:03.230Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15172026-05-15T18:29:03.713Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15182026-05-15T18:29:03.840Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15192026-05-15T18:29:04.048Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-05-15T18:29:14.559Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-05-15T18:29:15.824Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-05-15T18:29:20.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
15232026-05-15T18:29:20.833Z+ for feat in tofino_stub tofino_asic softnpu chaos
15242026-05-15T18:29:20.833Z+ cargo clippy --features tofino_asic -- --deny warnings
15252026-05-15T18:29:21.306Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15262026-05-15T18:29:21.309Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15272026-05-15T18:29:21.380Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15282026-05-15T18:29:21.382Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15292026-05-15T18:29:28.398Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-05-15T18:29:28.398Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15312026-05-15T18:29:30.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s
15322026-05-15T18:29:31.042Z+ for feat in tofino_stub tofino_asic softnpu chaos
15332026-05-15T18:29:31.042Z+ cargo clippy --features softnpu -- --deny warnings
15342026-05-15T18:29:31.331Z Downloading crates ...
15352026-05-15T18:29:31.454Z Downloaded tap v1.0.1
15362026-05-15T18:29:31.457Z Downloaded serde_arrays v0.1.0
15372026-05-15T18:29:31.461Z Downloaded funty v2.0.0
15382026-05-15T18:29:31.461Z Downloaded bitstruct v0.1.1
15392026-05-15T18:29:31.467Z Downloaded radium v0.7.0
15402026-05-15T18:29:31.471Z Downloaded erased-serde v0.4.8
15412026-05-15T18:29:31.475Z Downloaded wyz v0.5.1
15422026-05-15T18:29:31.475Z Downloaded bitstruct_derive v0.1.0
15432026-05-15T18:29:31.475Z Downloaded typeid v1.0.3
15442026-05-15T18:29:31.478Z Downloaded libloading v0.7.4
15452026-05-15T18:29:31.478Z Downloaded ascii v1.1.0
15462026-05-15T18:29:31.482Z Downloaded num-bigint v0.4.6
15472026-05-15T18:29:31.491Z Downloaded bitvec v1.0.1
15482026-05-15T18:29:31.615Z Checking num-integer v0.1.46
15492026-05-15T18:29:31.689Z Checking num-complex v0.4.6
15502026-05-15T18:29:31.698Z Compiling radium v0.7.0
15512026-05-15T18:29:31.705Z Checking tap v1.0.1
15522026-05-15T18:29:31.711Z Checking funty v2.0.0
15532026-05-15T18:29:31.717Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15542026-05-15T18:29:31.720Z Compiling typeid v1.0.3
15552026-05-15T18:29:31.729Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15562026-05-15T18:29:31.790Z Checking wyz v0.5.1
15572026-05-15T18:29:31.881Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15582026-05-15T18:29:31.889Z Checking num-bigint v0.4.6
15592026-05-15T18:29:31.915Z Checking num-iter v0.1.45
15602026-05-15T18:29:31.971Z Compiling erased-serde v0.4.8
15612026-05-15T18:29:31.986Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-05-15T18:29:32.001Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-05-15T18:29:32.015Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-05-15T18:29:32.086Z Compiling bitstruct_derive v0.1.0
15652026-05-15T18:29:32.086Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-05-15T18:29:32.118Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-05-15T18:29:32.130Z Checking bitvec v1.0.1
15682026-05-15T18:29:32.130Z Checking ascii v1.1.0
15692026-05-15T18:29:32.145Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15702026-05-15T18:29:32.200Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-05-15T18:29:32.303Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-05-15T18:29:32.306Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-05-15T18:29:32.318Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15742026-05-15T18:29:32.322Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15752026-05-15T18:29:32.596Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-05-15T18:29:32.614Z Checking serde_arrays v0.1.0
15772026-05-15T18:29:32.681Z Checking num-rational v0.4.2
15782026-05-15T18:29:32.711Z Checking bitstruct v0.1.1
15792026-05-15T18:29:32.711Z Checking libloading v0.7.4
15802026-05-15T18:29:32.733Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15812026-05-15T18:29:32.943Z Checking num v0.4.3
15822026-05-15T18:29:33.009Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15832026-05-15T18:29:33.550Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15842026-05-15T18:29:33.841Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15852026-05-15T18:29:33.841Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15862026-05-15T18:29:34.035Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-05-15T18:29:34.241Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-05-15T18:29:34.244Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-05-15T18:29:34.695Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-05-15T18:29:34.909Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15912026-05-15T18:29:34.912Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-05-15T18:29:34.912Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15932026-05-15T18:29:34.912Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-05-15T18:29:35.289Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15952026-05-15T18:29:35.695Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15962026-05-15T18:29:36.521Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15972026-05-15T18:29:38.726Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15982026-05-15T18:29:39.073Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15992026-05-15T18:29:39.924Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16002026-05-15T18:29:40.653Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16012026-05-15T18:29:40.768Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16022026-05-15T18:29:47.056Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-05-15T18:29:48.298Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-05-15T18:29:48.819Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16052026-05-15T18:29:52.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.87s
16062026-05-15T18:29:53.105Z+ for feat in tofino_stub tofino_asic softnpu chaos
16072026-05-15T18:29:53.105Z+ cargo clippy --features chaos -- --deny warnings
16082026-05-15T18:29:53.569Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16092026-05-15T18:29:53.572Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16102026-05-15T18:29:53.572Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16112026-05-15T18:30:00.644Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16122026-05-15T18:30:00.648Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16132026-05-15T18:30:03.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.97s
16142026-05-15T18:30:03.266Z+ banner fmt
16152026-05-15T18:30:03.269Z
16162026-05-15T18:30:03.269Z ###### # # #####
16172026-05-15T18:30:03.269Z # ## ## #
16182026-05-15T18:30:03.269Z ##### # ## # #
16192026-05-15T18:30:03.269Z # # # #
16202026-05-15T18:30:03.269Z # # # #
16212026-05-15T18:30:03.269Z # # # #
16222026-05-15T18:30:03.269Z
16232026-05-15T18:30:03.269Z+ cargo fmt -- --check
16242026-05-15T18:30:03.703Z+ banner test
16252026-05-15T18:30:03.706Z
16262026-05-15T18:30:03.706Z ##### ###### #### #####
16272026-05-15T18:30:03.706Z # # # #
16282026-05-15T18:30:03.706Z # ##### #### #
16292026-05-15T18:30:03.706Z # # # #
16302026-05-15T18:30:03.706Z # # # # #
16312026-05-15T18:30:03.706Z # ###### #### #
16322026-05-15T18:30:03.706Z
16332026-05-15T18:30:03.706Z+ for feat in tofino_stub tofino_asic softnpu chaos
16342026-05-15T18:30:03.706Z+ RUST_BACKTRACE=full
16352026-05-15T18:30:03.706Z+ cargo test --features tofino_stub --no-fail-fast
16362026-05-15T18:30:04.540Z Compiling unicode-ident v1.0.24
16372026-05-15T18:30:04.540Z Compiling cfg-if v1.0.3
16382026-05-15T18:30:04.619Z Compiling memchr v2.7.5
16392026-05-15T18:30:04.639Z Compiling serde_core v1.0.228
16402026-05-15T18:30:04.655Z Compiling itoa v1.0.15
16412026-05-15T18:30:04.660Z Compiling libc v0.2.183
16422026-05-15T18:30:04.669Z Compiling zmij v1.0.17
16432026-05-15T18:30:04.681Z Compiling libm v0.2.15
16442026-05-15T18:30:04.746Z Compiling proc-macro2 v1.0.106
16452026-05-15T18:30:04.773Z Compiling heck v0.5.0
16462026-05-15T18:30:04.933Z Compiling log v0.4.29
16472026-05-15T18:30:05.041Z Compiling equivalent v1.0.2
16482026-05-15T18:30:05.116Z Compiling quote v1.0.45
16492026-05-15T18:30:05.131Z Compiling smallvec v1.15.1
16502026-05-15T18:30:05.141Z Compiling allocator-api2 v0.2.21
16512026-05-15T18:30:05.186Z Compiling iana-time-zone v0.1.64
16522026-05-15T18:30:05.292Z Compiling syn v2.0.117
16532026-05-15T18:30:05.400Z Compiling foldhash v0.2.0
16542026-05-15T18:30:05.413Z Compiling dyn-clone v1.0.20
16552026-05-15T18:30:05.488Z Compiling stable_deref_trait v1.2.0
16562026-05-15T18:30:05.514Z Compiling pin-project-lite v0.2.16
16572026-05-15T18:30:05.553Z Compiling hashbrown v0.16.1
16582026-05-15T18:30:05.570Z Compiling fnv v1.0.7
16592026-05-15T18:30:05.611Z Compiling percent-encoding v2.3.2
16602026-05-15T18:30:05.626Z Compiling writeable v0.6.1
16612026-05-15T18:30:05.668Z Compiling litemap v0.8.0
16622026-05-15T18:30:05.789Z Compiling regex-syntax v0.8.6
16632026-05-15T18:30:05.809Z Compiling icu_normalizer_data v2.0.0
16642026-05-15T18:30:05.887Z Compiling icu_properties_data v2.0.1
16652026-05-15T18:30:05.888Z Compiling form_urlencoded v1.2.2
16662026-05-15T18:30:05.927Z Compiling utf8_iter v1.0.4
16672026-05-15T18:30:06.021Z Compiling scopeguard v1.2.0
16682026-05-15T18:30:06.074Z Compiling num-traits v0.2.19
16692026-05-15T18:30:06.074Z Compiling getrandom v0.3.3
16702026-05-15T18:30:06.129Z Compiling lock_api v0.4.14
16712026-05-15T18:30:06.141Z Compiling aho-corasick v1.1.3
16722026-05-15T18:30:06.256Z Compiling ucd-trie v0.1.7
16732026-05-15T18:30:06.354Z Compiling semver v1.0.27
16742026-05-15T18:30:06.431Z Compiling serde_json v1.0.149
16752026-05-15T18:30:06.550Z Compiling indexmap v2.13.0
16762026-05-15T18:30:06.675Z Compiling byteorder v1.5.0
16772026-05-15T18:30:06.698Z Compiling uuid v1.20.0
16782026-05-15T18:30:07.099Z Compiling futures-core v0.3.32
16792026-05-15T18:30:07.159Z Compiling num-conv v0.2.1
16802026-05-15T18:30:07.253Z Compiling regex-automata v0.4.13
16812026-05-15T18:30:07.315Z Compiling time-core v0.1.8
16822026-05-15T18:30:07.467Z Compiling time-macros v0.2.27
16832026-05-15T18:30:07.526Z Compiling futures-sink v0.3.32
16842026-05-15T18:30:07.544Z Compiling ryu v1.0.20
16852026-05-15T18:30:07.557Z Compiling regress v0.10.5
16862026-05-15T18:30:07.734Z Compiling slab v0.4.11
16872026-05-15T18:30:07.924Z Compiling pretty-hex v0.4.1
16882026-05-15T18:30:08.063Z Compiling synstructure v0.13.2
16892026-05-15T18:30:08.238Z Compiling serde_derive_internals v0.29.1
16902026-05-15T18:30:08.265Z Compiling strsim v0.11.1
16912026-05-15T18:30:08.391Z Compiling plain v0.2.3
16922026-05-15T18:30:08.452Z Compiling futures-channel v0.3.32
16932026-05-15T18:30:08.502Z Compiling syn v1.0.109
16942026-05-15T18:30:08.657Z Compiling futures-task v0.3.32
16952026-05-15T18:30:08.764Z Compiling futures-io v0.3.32
16962026-05-15T18:30:08.810Z Compiling socket2 v0.6.0
16972026-05-15T18:30:08.924Z Compiling regex v1.12.3
16982026-05-15T18:30:09.013Z Compiling parking_lot_core v0.9.12
16992026-05-15T18:30:09.264Z Compiling serde_derive v1.0.228
17002026-05-15T18:30:09.277Z Compiling zerofrom-derive v0.1.6
17012026-05-15T18:30:09.299Z Compiling yoke-derive v0.8.0
17022026-05-15T18:30:09.313Z Compiling zerovec-derive v0.11.1
17032026-05-15T18:30:09.397Z Compiling displaydoc v0.2.5
17042026-05-15T18:30:09.859Z Compiling thiserror-impl v2.0.18
17052026-05-15T18:30:10.170Z Compiling schemars_derive v0.8.22
17062026-05-15T18:30:10.342Z Compiling tokio-macros v2.6.0
17072026-05-15T18:30:10.414Z Compiling zerocopy-derive v0.8.27
17082026-05-15T18:30:10.510Z Compiling zeroize_derive v1.4.3
17092026-05-15T18:30:11.099Z Compiling thiserror v2.0.18
17102026-05-15T18:30:11.111Z Compiling futures-macro v0.3.32
17112026-05-15T18:30:11.205Z Compiling zerofrom v0.1.6
17122026-05-15T18:30:11.218Z Compiling thiserror-impl v1.0.69
17132026-05-15T18:30:11.334Z Compiling yoke v0.8.0
17142026-05-15T18:30:11.379Z Compiling tracing-attributes v0.1.30
17152026-05-15T18:30:11.449Z Compiling pest v2.8.2
17162026-05-15T18:30:11.522Z Compiling zerovec v0.11.4
17172026-05-15T18:30:11.662Z Compiling zerocopy v0.8.27
17182026-05-15T18:30:11.894Z Compiling zerotrie v0.2.2
17192026-05-15T18:30:11.934Z Compiling serde v1.0.228
17202026-05-15T18:30:12.198Z Compiling scroll_derive v0.13.1
17212026-05-15T18:30:12.380Z Compiling bytes v1.11.1
17222026-05-15T18:30:12.394Z Compiling serde_tokenstream v0.2.3
17232026-05-15T18:30:12.447Z Compiling tinystr v0.8.1
17242026-05-15T18:30:12.457Z Compiling potential_utf v0.1.3
17252026-05-15T18:30:12.621Z Compiling icu_locale_core v2.0.0
17262026-05-15T18:30:12.634Z Compiling icu_collections v2.0.0
17272026-05-15T18:30:12.654Z Compiling chrono v0.4.44
17282026-05-15T18:30:12.678Z Compiling pest_meta v2.8.2
17292026-05-15T18:30:12.765Z Compiling async-trait v0.1.89
17302026-05-15T18:30:13.016Z Compiling http v1.4.0
17312026-05-15T18:30:13.112Z Compiling icu_provider v2.0.0
17322026-05-15T18:30:13.420Z Compiling icu_properties v2.0.1
17332026-05-15T18:30:13.466Z Compiling icu_normalizer v2.0.0
17342026-05-15T18:30:13.665Z Compiling schemars v0.8.22
17352026-05-15T18:30:13.759Z Compiling pest_generator v2.8.2
17362026-05-15T18:30:13.986Z Compiling scroll v0.13.0
17372026-05-15T18:30:14.025Z Compiling thiserror v1.0.69
17382026-05-15T18:30:14.132Z Compiling parking_lot v0.12.5
17392026-05-15T18:30:14.159Z Compiling signal-hook-registry v1.4.6
17402026-05-15T18:30:14.228Z Compiling thread-id v5.0.0
17412026-05-15T18:30:14.276Z Compiling goblin v0.10.1
17422026-05-15T18:30:14.314Z Compiling idna_adapter v1.2.1
17432026-05-15T18:30:14.409Z Compiling pest_derive v2.8.2
17442026-05-15T18:30:14.467Z Compiling idna v1.1.0
17452026-05-15T18:30:14.536Z Compiling openapiv3 v2.2.0
17462026-05-15T18:30:14.550Z Compiling mio v1.0.4
17472026-05-15T18:30:14.639Z Compiling daft-derive v0.1.4
17482026-05-15T18:30:14.717Z Compiling darling_core v0.21.3
17492026-05-15T18:30:14.862Z Compiling url v2.5.7
17502026-05-15T18:30:14.983Z Compiling dtrace-parser v0.3.0
17512026-05-15T18:30:15.060Z Compiling tokio v1.49.0
17522026-05-15T18:30:15.328Z Compiling typify-impl v0.4.3
17532026-05-15T18:30:15.744Z Compiling serde_yaml v0.9.34+deprecated
17542026-05-15T18:30:15.865Z Compiling ppv-lite86 v0.2.21
17552026-05-15T18:30:16.186Z Compiling openssl-macros v0.1.1
17562026-05-15T18:30:16.266Z Compiling base64 v0.22.1
17572026-05-15T18:30:16.661Z Compiling http-body v1.0.1
17582026-05-15T18:30:16.796Z Compiling bitflags v2.9.4
17592026-05-15T18:30:16.808Z Compiling darling_macro v0.21.3
17602026-05-15T18:30:16.818Z Compiling erased-serde v0.3.31
17612026-05-15T18:30:16.857Z Compiling typenum v1.18.0
17622026-05-15T18:30:16.985Z Compiling dof v0.4.0
17632026-05-15T18:30:17.029Z Compiling getrandom v0.2.16
17642026-05-15T18:30:17.214Z Compiling ipnet v2.11.0
17652026-05-15T18:30:17.312Z Compiling atomic-waker v1.1.2
17662026-05-15T18:30:17.389Z Compiling anyhow v1.0.102
17672026-05-15T18:30:17.404Z Compiling darling v0.21.3
17682026-05-15T18:30:17.439Z Compiling usdt-impl v0.6.0
17692026-05-15T18:30:17.483Z Compiling httparse v1.10.1
17702026-05-15T18:30:17.745Z Compiling portable-atomic v1.11.1
17712026-05-15T18:30:17.797Z Compiling tower-service v0.3.3
17722026-05-15T18:30:17.896Z Compiling untrusted v0.9.0
17732026-05-15T18:30:18.025Z Compiling tower-layer v0.3.3
17742026-05-15T18:30:18.135Z Compiling critical-section v1.2.0
17752026-05-15T18:30:18.183Z Compiling try-lock v0.2.5
17762026-05-15T18:30:18.248Z Compiling once_cell v1.21.3
17772026-05-15T18:30:18.260Z Compiling zeroize v1.8.1
17782026-05-15T18:30:18.294Z Compiling want v0.3.1
17792026-05-15T18:30:18.460Z Compiling httpdate v1.0.3
17802026-05-15T18:30:18.463Z Compiling pin-utils v0.1.0
17812026-05-15T18:30:18.463Z Compiling structmeta-derive v0.3.0
17822026-05-15T18:30:18.539Z Compiling newtype-uuid-macros v0.1.0
17832026-05-15T18:30:18.720Z Compiling strum_macros v0.26.4
17842026-05-15T18:30:18.999Z Compiling usdt-macro v0.6.0
17852026-05-15T18:30:19.145Z Compiling usdt-attr-macro v0.6.0
17862026-05-15T18:30:19.554Z Compiling structmeta v0.3.0
17872026-05-15T18:30:19.841Z Compiling async-stream-impl v0.3.6
17882026-05-15T18:30:20.079Z Compiling powerfmt v0.2.0
17892026-05-15T18:30:20.290Z Compiling deranged v0.5.3
17902026-05-15T18:30:20.463Z Compiling num_threads v0.1.7
17912026-05-15T18:30:20.495Z Compiling omicron-workspace-hack v0.1.0
17922026-05-15T18:30:20.563Z Compiling dropshot_endpoint v0.16.7
17932026-05-15T18:30:20.854Z Compiling http-body-util v0.1.3
17942026-05-15T18:30:21.097Z Compiling ref-cast-impl v1.0.25
17952026-05-15T18:30:21.515Z Compiling typify-macro v0.4.3
17962026-05-15T18:30:21.526Z Compiling derive-ex v0.1.8
17972026-05-15T18:30:21.536Z Compiling serde_urlencoded v0.7.1
17982026-05-15T18:30:21.550Z Compiling strum_macros v0.27.2
17992026-05-15T18:30:21.837Z Compiling sync_wrapper v1.0.2
18002026-05-15T18:30:21.837Z Compiling serde_with_macros v3.14.1
18012026-05-15T18:30:21.946Z Compiling subtle v2.6.1
18022026-05-15T18:30:21.956Z Compiling iri-string v0.7.8
18032026-05-15T18:30:22.112Z Compiling thread_local v1.1.9
18042026-05-15T18:30:22.201Z Compiling rand_core v0.6.4
18052026-05-15T18:30:22.429Z Compiling futures-util v0.3.32
18062026-05-15T18:30:22.631Z Compiling match_cfg v0.1.0
18072026-05-15T18:30:22.707Z Compiling parse-display-derive v0.10.0
18082026-05-15T18:30:22.966Z Compiling toml_datetime v0.6.11
18092026-05-15T18:30:23.095Z Compiling test-strategy v0.4.3
18102026-05-15T18:30:23.204Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18112026-05-15T18:30:23.245Z Compiling term v1.2.0
18122026-05-15T18:30:23.541Z Compiling typify v0.4.3
18132026-05-15T18:30:23.559Z Compiling take_mut v0.2.2
18142026-05-15T18:30:23.633Z Compiling progenitor-impl v0.11.1
18152026-05-15T18:30:23.673Z Compiling tracing-core v0.1.34
18162026-05-15T18:30:23.934Z Compiling clap_derive v4.6.0
18172026-05-15T18:30:24.129Z Compiling tracing v0.1.41
18182026-05-15T18:30:24.313Z Compiling camino v1.2.2
18192026-05-15T18:30:24.364Z Compiling cpufeatures v0.2.17
18202026-05-15T18:30:24.420Z Compiling fastrand v2.3.0
18212026-05-15T18:30:24.442Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18222026-05-15T18:30:24.565Z Compiling encoding_rs v0.8.35
18232026-05-15T18:30:24.692Z Compiling mime v0.3.17
18242026-05-15T18:30:24.810Z Compiling unicode-width v0.2.1
18252026-05-15T18:30:25.416Z Compiling errno v0.3.14
18262026-05-15T18:30:25.434Z Compiling hex v0.4.3
18272026-05-15T18:30:25.574Z Compiling generic-array v0.14.7
18282026-05-15T18:30:25.740Z Compiling ipnetwork v0.21.1
18292026-05-15T18:30:26.067Z Compiling crossbeam-utils v0.8.21
18302026-05-15T18:30:26.187Z Compiling winnow v0.7.14
18312026-05-15T18:30:26.189Z Compiling rustix v1.1.2
18322026-05-15T18:30:26.271Z Compiling tokio-util v0.7.16
18332026-05-15T18:30:26.575Z Compiling slog v2.8.2
18342026-05-15T18:30:27.141Z Compiling progenitor-macro v0.11.1
18352026-05-15T18:30:27.297Z Compiling crypto-common v0.1.6
18362026-05-15T18:30:27.328Z Compiling itertools v0.14.0
18372026-05-15T18:30:27.431Z Compiling rand_core v0.9.3
18382026-05-15T18:30:27.470Z Compiling h2 v0.4.12
18392026-05-15T18:30:27.608Z Compiling oxnet v0.1.4
18402026-05-15T18:30:27.652Z Compiling rand_chacha v0.9.0
18412026-05-15T18:30:27.744Z Compiling socket2 v0.5.10
18422026-05-15T18:30:28.032Z Compiling spin v0.9.8
18432026-05-15T18:30:28.141Z Compiling debug-ignore v1.0.5
18442026-05-15T18:30:28.155Z Compiling quick-error v1.2.3
18452026-05-15T18:30:28.187Z Compiling rand v0.9.2
18462026-05-15T18:30:28.250Z Compiling toml_parser v1.0.6+spec-1.1.0
18472026-05-15T18:30:28.264Z Compiling tabwriter v1.4.1
18482026-05-15T18:30:28.508Z Compiling rustls-pki-types v1.12.0
18492026-05-15T18:30:28.557Z Compiling serde_spanned v1.0.4
18502026-05-15T18:30:28.715Z Compiling toml_datetime v0.7.5+spec-1.1.0
18512026-05-15T18:30:28.940Z Compiling toml_writer v1.0.6+spec-1.1.0
18522026-05-15T18:30:29.026Z Compiling bit-vec v0.8.0
18532026-05-15T18:30:29.071Z Compiling colored v3.0.0
18542026-05-15T18:30:29.151Z Compiling lazy_static v1.5.0
18552026-05-15T18:30:29.184Z Compiling toml v0.9.11+spec-1.1.0
18562026-05-15T18:30:29.256Z Compiling bit-set v0.8.0
18572026-05-15T18:30:29.268Z Compiling async-stream v0.3.6
18582026-05-15T18:30:29.423Z Compiling strum v0.26.3
18592026-05-15T18:30:29.442Z Compiling waitgroup v0.1.2
18602026-05-15T18:30:29.454Z Compiling serde_path_to_error v0.1.20
18612026-05-15T18:30:29.557Z Compiling hyper v1.8.1
18622026-05-15T18:30:29.710Z Compiling anstyle v1.0.14
18632026-05-15T18:30:29.813Z Compiling unarray v0.1.4
18642026-05-15T18:30:29.930Z Compiling time v0.3.47
18652026-05-15T18:30:29.942Z Compiling ring v0.17.14
18662026-05-15T18:30:30.417Z Compiling macaddr v1.0.1
18672026-05-15T18:30:30.619Z Compiling hyper-util v0.1.19
18682026-05-15T18:30:30.733Z Compiling utf8parse v0.2.2
18692026-05-15T18:30:30.961Z Compiling anstyle-parse v1.0.0
18702026-05-15T18:30:31.160Z Compiling crossbeam-channel v0.5.15
18712026-05-15T18:30:31.297Z Compiling block-buffer v0.10.4
18722026-05-15T18:30:31.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18732026-05-15T18:30:31.631Z Compiling ref-cast v1.0.25
18742026-05-15T18:30:31.644Z Compiling anstyle-query v1.1.4
18752026-05-15T18:30:31.740Z Compiling colorchoice v1.0.4
18762026-05-15T18:30:31.763Z Compiling is_terminal_polyfill v1.70.1
18772026-05-15T18:30:31.791Z Compiling digest v0.10.7
18782026-05-15T18:30:31.820Z Compiling strum v0.27.2
18792026-05-15T18:30:31.854Z Compiling anstream v1.0.0
18802026-05-15T18:30:31.854Z Compiling clap_lex v1.1.0
18812026-05-15T18:30:31.951Z Compiling is-terminal v0.4.16
18822026-05-15T18:30:32.008Z Compiling slog-async v2.8.0
18832026-05-15T18:30:32.043Z Compiling slog-term v2.9.2
18842026-05-15T18:30:32.111Z Compiling slog-json v2.6.1
18852026-05-15T18:30:32.176Z Compiling tower v0.5.2
18862026-05-15T18:30:32.255Z Compiling hostname v0.3.1
18872026-05-15T18:30:32.336Z Compiling instant v0.1.13
18882026-05-15T18:30:32.339Z Compiling futures-executor v0.3.32
18892026-05-15T18:30:32.396Z Compiling slog-bunyan v2.5.0
18902026-05-15T18:30:32.620Z Compiling tower-http v0.6.8
18912026-05-15T18:30:32.623Z Compiling futures v0.3.32
18922026-05-15T18:30:32.671Z Compiling openssl-sys v0.9.112
18932026-05-15T18:30:33.236Z Compiling aws-lc-sys v0.39.1
18942026-05-15T18:30:33.259Z Compiling memmap2 v0.9.8
18952026-05-15T18:30:33.846Z Compiling untrusted v0.7.1
18962026-05-15T18:30:33.859Z Compiling foreign-types-shared v0.1.1
18972026-05-15T18:30:33.897Z Compiling tempfile v3.23.0
18982026-05-15T18:30:33.917Z Compiling openssl-probe v0.1.6
18992026-05-15T18:30:33.981Z Compiling foreign-types v0.3.2
19002026-05-15T18:30:33.984Z Compiling aws-lc-rs v1.16.2
19012026-05-15T18:30:34.171Z Compiling openssl v0.10.76
19022026-05-15T18:30:34.958Z Compiling rustls-webpki v0.103.6
19032026-05-15T18:30:35.499Z Compiling rustls v0.23.32
19042026-05-15T18:30:35.834Z Compiling either v1.15.0
19052026-05-15T18:30:36.001Z Compiling usdt v0.6.0
19062026-05-15T18:30:36.278Z Compiling webpki-roots v1.0.2
19072026-05-15T18:30:36.415Z Compiling native-tls v0.2.14
19082026-05-15T18:30:36.580Z Compiling newtype-uuid v1.3.2
19092026-05-15T18:30:36.736Z Compiling tokio-native-tls v0.3.1
19102026-05-15T18:30:36.907Z Compiling hyper-tls v0.6.0
19112026-05-15T18:30:36.932Z Compiling daft v0.1.4
19122026-05-15T18:30:37.378Z Compiling rustls-webpki v0.102.8
19132026-05-15T18:30:38.393Z Compiling tokio-rustls v0.26.3
19142026-05-15T18:30:38.666Z Compiling hyper-rustls v0.27.7
19152026-05-15T18:30:38.756Z Compiling rustls v0.22.4
19162026-05-15T18:30:39.039Z Compiling reqwest v0.12.23
19172026-05-15T18:30:39.749Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19182026-05-15T18:30:40.481Z Compiling sha1 v0.10.6
19192026-05-15T18:30:40.687Z Compiling tokio-rustls v0.25.0
19202026-05-15T18:30:40.719Z Compiling rustls-pemfile v2.2.0
19212026-05-15T18:30:40.914Z Compiling multer v3.1.0
19222026-05-15T18:30:40.914Z Compiling terminal_size v0.4.3
19232026-05-15T18:30:41.064Z Compiling rand_chacha v0.3.1
19242026-05-15T18:30:41.560Z Compiling wait-timeout v0.2.1
19252026-05-15T18:30:41.577Z Compiling hostname v0.4.2
19262026-05-15T18:30:41.879Z Compiling rusty-fork v0.3.0
19272026-05-15T18:30:42.119Z Compiling dropshot v0.16.7
19282026-05-15T18:30:42.246Z Compiling rand v0.8.5
19292026-05-15T18:30:43.143Z Compiling rand_xorshift v0.4.0
19302026-05-15T18:30:43.630Z Compiling hubpack_derive v0.1.1
19312026-05-15T18:30:44.306Z Compiling proptest v1.8.0
19322026-05-15T18:30:44.495Z Compiling clap_builder v4.6.0
19332026-05-15T18:30:45.562Z Compiling serde_spanned v0.6.9
19342026-05-15T18:30:46.192Z Compiling clap v4.6.0
19352026-05-15T18:30:46.284Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19362026-05-15T18:30:46.333Z Compiling prettyplease v0.2.37
19372026-05-15T18:30:47.139Z Compiling progenitor-client v0.10.0
19382026-05-15T18:30:47.256Z Compiling progenitor-client v0.11.1
19392026-05-15T18:30:47.714Z Compiling serde_with v3.14.1
19402026-05-15T18:30:48.626Z Compiling progenitor v0.11.1
19412026-05-15T18:30:49.439Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-05-15T18:30:49.631Z Compiling rustc-hash v2.1.1
19432026-05-15T18:30:49.786Z Compiling iddqd v0.3.17
19442026-05-15T18:30:50.068Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19452026-05-15T18:30:50.910Z Compiling backoff v0.4.0
19462026-05-15T18:30:51.055Z Compiling parse-display v0.10.0
19472026-05-15T18:30:51.080Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19482026-05-15T18:30:51.213Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19492026-05-15T18:30:51.261Z Compiling num-derive v0.3.3
19502026-05-15T18:30:51.368Z Compiling toml_write v0.1.2
19512026-05-15T18:30:51.390Z Compiling winnow v0.5.40
19522026-05-15T18:30:51.574Z Compiling toml_edit v0.22.27
19532026-05-15T18:30:52.986Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19542026-05-15T18:30:53.061Z Compiling num-integer v0.1.46
19552026-05-15T18:30:53.389Z Compiling float-ord v0.3.2
19562026-05-15T18:30:53.582Z Compiling toml v0.8.23
19572026-05-15T18:30:56.575Z Compiling num-rational v0.4.2
19582026-05-15T18:30:56.812Z Compiling num-iter v0.1.45
19592026-05-15T18:30:57.212Z Compiling num-complex v0.4.6
19602026-05-15T18:30:58.143Z Compiling num v0.4.3
19612026-05-15T18:30:58.613Z Compiling toml_edit v0.19.15
19622026-05-15T18:31:00.113Z Compiling proc-macro-crate v1.3.1
19632026-05-15T18:31:01.098Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-05-15T18:31:02.098Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-05-15T18:31:02.646Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-05-15T18:31:04.257Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-05-15T18:31:04.802Z Compiling zerocopy-derive v0.7.35
19682026-05-15T18:31:04.929Z Compiling memoffset v0.9.1
19692026-05-15T18:31:04.979Z Compiling ingot-macros v0.1.1
19702026-05-15T18:31:05.019Z Compiling proc-macro-error-attr2 v2.0.0
19712026-05-15T18:31:05.121Z Compiling nix v0.30.1
19722026-05-15T18:31:05.461Z Compiling proc-macro-error2 v2.0.1
19732026-05-15T18:31:05.658Z Compiling libscf-sys v1.1.0
19742026-05-15T18:31:05.731Z Compiling scroll_derive v0.12.1
19752026-05-15T18:31:05.928Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-05-15T18:31:06.443Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19772026-05-15T18:31:06.463Z Compiling tabled_derive v0.11.0
19782026-05-15T18:31:09.430Z Compiling zerocopy v0.7.35
19792026-05-15T18:31:09.987Z Compiling num_enum_derive v0.7.5
19802026-05-15T18:31:10.175Z Compiling hubpack v0.1.2
19812026-05-15T18:31:10.336Z Compiling foreign-types-macros v0.2.3
19822026-05-15T18:31:10.638Z Compiling static_assertions v1.1.0
19832026-05-15T18:31:11.078Z Compiling glob v0.3.3
19842026-05-15T18:31:11.116Z Compiling proc-macro-error-attr v1.0.4
19852026-05-15T18:31:11.283Z Compiling dtrace-parser v0.2.0
19862026-05-15T18:31:11.295Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19872026-05-15T18:31:11.672Z Compiling bytecount v0.6.9
19882026-05-15T18:31:11.822Z Compiling proc-macro-error v1.0.4
19892026-05-15T18:31:11.909Z Compiling dof v0.3.0
19902026-05-15T18:31:12.384Z Compiling num_enum_derive v0.5.11
19912026-05-15T18:31:13.836Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19922026-05-15T18:31:13.912Z Compiling thread-id v4.2.2
19932026-05-15T18:31:14.179Z Compiling usdt-impl v0.5.0
19942026-05-15T18:31:14.892Z Compiling derive_more v0.99.20
19952026-05-15T18:31:14.897Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19962026-05-15T18:31:17.030Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19972026-05-15T18:31:17.057Z Compiling minimal-lexical v0.2.1
19982026-05-15T18:31:17.057Z Compiling usdt-macro v0.5.0
19992026-05-15T18:31:17.057Z Compiling nom v7.1.3
20002026-05-15T18:31:17.057Z Compiling usdt-attr-macro v0.5.0
20012026-05-15T18:31:17.057Z Compiling zone_cfg_derive v0.3.1
20022026-05-15T18:31:17.057Z Compiling num-derive v0.4.2
20032026-05-15T18:31:17.057Z Compiling papergrid v0.17.0
20042026-05-15T18:31:17.057Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20052026-05-15T18:31:17.057Z Compiling testing_table v0.3.0
20062026-05-15T18:31:18.223Z Compiling rustc_version v0.4.1
20072026-05-15T18:31:18.240Z Compiling crossbeam-epoch v0.9.18
20082026-05-15T18:31:18.240Z Compiling enum-as-inner v0.6.1
20092026-05-15T18:31:18.241Z Compiling curve25519-dalek v4.1.3
20102026-05-15T18:31:18.241Z Compiling typify-impl v0.6.1
20112026-05-15T18:31:18.241Z Compiling tabled v0.20.0
20122026-05-15T18:31:18.241Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20132026-05-15T18:31:18.241Z Compiling crossbeam-deque v0.8.6
20142026-05-15T18:31:18.499Z Compiling thiserror-impl-no-std v2.0.2
20152026-05-15T18:31:18.505Z Compiling curve25519-dalek-derive v0.1.1
20162026-05-15T18:31:18.878Z Compiling rayon-core v1.13.0
20172026-05-15T18:31:18.885Z Compiling clang-sys v1.8.1
20182026-05-15T18:31:19.434Z Compiling scroll v0.12.0
20192026-05-15T18:31:19.440Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20202026-05-15T18:31:19.648Z Compiling hash32 v0.3.1
20212026-05-15T18:31:19.716Z Compiling heapless v0.8.0
20222026-05-15T18:31:19.727Z Compiling goblin v0.8.2
20232026-05-15T18:31:19.769Z Compiling ingot-types v0.1.2
20242026-05-15T18:31:19.946Z Compiling cobs v0.3.0
20252026-05-15T18:31:20.146Z Compiling libloading v0.8.9
20262026-05-15T18:31:20.146Z Compiling bitflags v1.3.2
20272026-05-15T18:31:20.168Z Compiling managed v0.8.0
20282026-05-15T18:31:20.238Z Compiling foreign-types-shared v0.3.1
20292026-05-15T18:31:20.342Z Compiling bindgen v0.72.1
20302026-05-15T18:31:20.350Z Compiling smoltcp v0.11.0
20312026-05-15T18:31:20.365Z Compiling foreign-types v0.5.0
20322026-05-15T18:31:20.451Z Compiling ingot v0.1.1
20332026-05-15T18:31:20.545Z Compiling postcard v1.1.3
20342026-05-15T18:31:20.886Z Compiling cexpr v0.6.0
20352026-05-15T18:31:20.998Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20362026-05-15T18:31:21.456Z Compiling num_enum v0.7.5
20372026-05-15T18:31:21.579Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20382026-05-15T18:31:21.970Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392026-05-15T18:31:22.007Z Compiling camino-tempfile v1.4.1
20402026-05-15T18:31:22.256Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20412026-05-15T18:31:22.302Z Compiling serde_repr v0.1.20
20422026-05-15T18:31:22.553Z Compiling derive-where v1.6.0
20432026-05-15T18:31:22.656Z Compiling cstr-argument v0.1.2
20442026-05-15T18:31:22.971Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452026-05-15T18:31:23.238Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20462026-05-15T18:31:23.701Z Compiling typify-macro v0.6.1
20472026-05-15T18:31:24.059Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20482026-05-15T18:31:24.256Z Compiling rayon v1.11.0
20492026-05-15T18:31:24.390Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502026-05-15T18:31:24.519Z Compiling crucible-workspace-hack v0.1.0
20512026-05-15T18:31:25.145Z Compiling memmap v0.7.0
20522026-05-15T18:31:25.328Z Compiling tinyvec_macros v0.1.1
20532026-05-15T18:31:25.348Z Compiling usdt v0.5.0
20542026-05-15T18:31:25.402Z Compiling tinyvec v1.10.0
20552026-05-15T18:31:25.626Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20562026-05-15T18:31:25.846Z Compiling typify v0.6.1
20572026-05-15T18:31:26.107Z Compiling num_enum v0.5.11
20582026-05-15T18:31:26.422Z Compiling pin-project-internal v1.1.10
20592026-05-15T18:31:27.450Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20602026-05-15T18:31:27.489Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20612026-05-15T18:31:27.511Z Compiling progenitor-impl v0.13.0
20622026-05-15T18:31:27.613Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20632026-05-15T18:31:27.851Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20642026-05-15T18:31:27.916Z Compiling rustix v0.38.44
20652026-05-15T18:31:28.334Z Compiling itertools v0.12.1
20662026-05-15T18:31:28.357Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20672026-05-15T18:31:28.485Z Compiling progenitor-impl v0.10.0
20682026-05-15T18:31:28.684Z Compiling sigpipe v0.1.3
20692026-05-15T18:31:28.751Z Compiling jiff v0.2.15
20702026-05-15T18:31:28.802Z Compiling const_format_proc_macros v0.2.34
20712026-05-15T18:31:29.419Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20722026-05-15T18:31:29.559Z Compiling zone v0.3.1
20732026-05-15T18:31:29.621Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-05-15T18:31:31.026Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20752026-05-15T18:31:31.038Z Compiling progenitor-macro v0.13.0
20762026-05-15T18:31:31.214Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20772026-05-15T18:31:31.621Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20782026-05-15T18:31:31.791Z Compiling secrecy v0.10.3
20792026-05-15T18:31:31.961Z Compiling smf v0.2.3
20802026-05-15T18:31:32.008Z Compiling progenitor-macro v0.10.0
20812026-05-15T18:31:32.285Z Compiling async-recursion v1.1.1
20822026-05-15T18:31:32.343Z Compiling snafu-derive v0.8.9
20832026-05-15T18:31:32.619Z Compiling bstr v1.12.0
20842026-05-15T18:31:32.690Z Compiling whoami v1.6.1
20852026-05-15T18:31:33.003Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-05-15T18:31:34.081Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-05-15T18:31:34.397Z Compiling hmac v0.12.1
20882026-05-15T18:31:34.782Z Compiling inout v0.1.4
20892026-05-15T18:31:34.813Z Compiling ff v0.13.1
20902026-05-15T18:31:34.934Z Compiling data-encoding v2.9.0
20912026-05-15T18:31:35.270Z Compiling crc8 v0.1.1
20922026-05-15T18:31:35.392Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20932026-05-15T18:31:36.176Z Compiling group v0.13.0
20942026-05-15T18:31:36.297Z Compiling cipher v0.4.4
20952026-05-15T18:31:36.390Z Compiling hkdf v0.12.4
20962026-05-15T18:31:36.550Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20972026-05-15T18:31:36.913Z Compiling atomicwrites v0.4.4
20982026-05-15T18:31:37.098Z Compiling tokio-dtrace v0.1.1
20992026-05-15T18:31:37.203Z Compiling tabled_derive v0.7.0
21002026-05-15T18:31:37.537Z Compiling reqwest v0.13.2
21012026-05-15T18:31:37.551Z Compiling universal-hash v0.5.1
21022026-05-15T18:31:37.648Z Compiling crypto-bigint v0.5.5
21032026-05-15T18:31:37.685Z Compiling half v2.7.1
21042026-05-15T18:31:37.982Z Compiling opaque-debug v0.3.1
21052026-05-15T18:31:38.065Z Compiling base64ct v1.8.0
21062026-05-15T18:31:38.091Z Compiling ciborium-io v0.2.2
21072026-05-15T18:31:38.193Z Compiling indent_write v2.2.0
21082026-05-15T18:31:38.340Z Compiling base16ct v0.2.0
21092026-05-15T18:31:38.370Z Compiling password-hash v0.5.0
21102026-05-15T18:31:38.510Z Compiling progenitor-client v0.13.0
21112026-05-15T18:31:38.807Z Compiling elliptic-curve v0.13.8
21122026-05-15T18:31:38.820Z Compiling ciborium-ll v0.2.2
21132026-05-15T18:31:39.026Z Compiling poly1305 v0.8.0
21142026-05-15T18:31:39.484Z Compiling oxide-tokio-rt v0.1.2
21152026-05-15T18:31:39.642Z Compiling chacha20 v0.9.1
21162026-05-15T18:31:39.965Z Compiling similar v2.7.0
21172026-05-15T18:31:39.976Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21182026-05-15T18:31:40.408Z Compiling thiserror-no-std v2.0.2
21192026-05-15T18:31:40.952Z Compiling blake2 v0.10.6
21202026-05-15T18:31:41.230Z Compiling aead v0.5.2
21212026-05-15T18:31:41.517Z Compiling linked-hash-map v0.5.6
21222026-05-15T18:31:41.637Z Compiling resolv-conf v0.7.5
21232026-05-15T18:31:41.649Z Compiling keccak v0.1.6
21242026-05-15T18:31:41.706Z Compiling lru-cache v0.1.2
21252026-05-15T18:31:41.835Z Compiling sha3 v0.10.8
21262026-05-15T18:31:41.998Z Compiling chacha20poly1305 v0.10.1
21272026-05-15T18:31:42.098Z Compiling vsss-rs v3.3.4
21282026-05-15T18:31:42.132Z Compiling argon2 v0.5.3
21292026-05-15T18:31:42.146Z Compiling progenitor v0.13.0
21302026-05-15T18:31:42.256Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21312026-05-15T18:31:42.291Z Compiling ciborium v0.2.2
21322026-05-15T18:31:42.322Z Compiling hickory-proto v0.24.4
21332026-05-15T18:31:42.870Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21342026-05-15T18:31:42.897Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21352026-05-15T18:31:43.390Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21362026-05-15T18:31:43.402Z Compiling serde-big-array v0.5.1
21372026-05-15T18:31:43.531Z Compiling same-file v1.0.6
21382026-05-15T18:31:43.548Z Compiling unicode-segmentation v1.12.0
21392026-05-15T18:31:43.602Z Compiling siphasher v1.0.1
21402026-05-15T18:31:43.816Z Compiling phf_shared v0.12.1
21412026-05-15T18:31:43.892Z Compiling newline-converter v0.3.0
21422026-05-15T18:31:44.031Z Compiling walkdir v2.5.0
21432026-05-15T18:31:44.118Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21442026-05-15T18:31:44.180Z Compiling hickory-resolver v0.24.4
21452026-05-15T18:31:44.303Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21462026-05-15T18:31:44.440Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-05-15T18:31:44.744Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21482026-05-15T18:31:45.658Z Compiling newtype_derive v0.1.6
21492026-05-15T18:31:45.746Z Compiling owo-colors v4.3.0
21502026-05-15T18:31:45.971Z Compiling tokio-stream v0.1.17
21512026-05-15T18:31:46.187Z Compiling console v0.15.11
21522026-05-15T18:31:46.430Z Compiling csv-core v0.1.12
21532026-05-15T18:31:46.493Z Compiling termtree v0.5.1
21542026-05-15T18:31:46.711Z Compiling humantime v2.3.0
21552026-05-15T18:31:46.715Z Compiling unicode-linebreak v0.1.5
21562026-05-15T18:31:46.758Z Compiling foldhash v0.1.5
21572026-05-15T18:31:46.859Z Compiling smawk v0.3.2
21582026-05-15T18:31:46.942Z Compiling swrite v0.1.0
21592026-05-15T18:31:46.973Z Compiling unicode-width v0.1.14
21602026-05-15T18:31:47.000Z Compiling textwrap v0.16.2
21612026-05-15T18:31:47.054Z Compiling hashbrown v0.15.5
21622026-05-15T18:31:47.138Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21632026-05-15T18:31:47.250Z Compiling csv v1.3.1
21642026-05-15T18:31:47.263Z Compiling expectorate v1.2.0
21652026-05-15T18:31:47.423Z Compiling qorb v0.4.1
21662026-05-15T18:31:47.614Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21672026-05-15T18:31:48.685Z Compiling phf v0.12.1
21682026-05-15T18:31:48.845Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21692026-05-15T18:31:49.376Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21702026-05-15T18:31:49.571Z Compiling pin-project v1.1.10
21712026-05-15T18:31:49.583Z Compiling unicode-normalization v0.1.24
21722026-05-15T18:31:49.680Z Compiling libz-sys v1.1.22
21732026-05-15T18:31:50.075Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-05-15T18:31:50.726Z Compiling libsw-core v0.3.2
21752026-05-15T18:31:50.878Z Compiling highway v1.3.0
21762026-05-15T18:31:50.901Z Compiling fixedbitset v0.4.2
21772026-05-15T18:31:51.146Z Compiling fixedbitset v0.5.7
21782026-05-15T18:31:51.320Z Compiling progenitor v0.10.0
21792026-05-15T18:31:51.454Z Compiling petgraph v0.8.2
21802026-05-15T18:31:51.473Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21812026-05-15T18:31:51.489Z Compiling petgraph v0.6.5
21822026-05-15T18:31:52.554Z Compiling libsw v3.5.0
21832026-05-15T18:31:52.967Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-05-15T18:31:53.145Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-05-15T18:31:53.321Z Compiling olpc-cjson v0.1.4
21862026-05-15T18:31:53.355Z Compiling libgit2-sys v0.17.0+1.8.1
21872026-05-15T18:31:53.622Z Compiling snafu v0.8.9
21882026-05-15T18:31:54.060Z Compiling chrono-tz v0.10.4
21892026-05-15T18:31:54.471Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-05-15T18:31:54.607Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-05-15T18:31:54.674Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-05-15T18:31:55.581Z Compiling papergrid v0.11.0
21932026-05-15T18:31:55.685Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-05-15T18:31:55.971Z Compiling globset v0.4.16
21952026-05-15T18:31:56.643Z Compiling const_format v0.2.34
21962026-05-15T18:31:56.765Z Compiling slog-dtrace v0.3.0
21972026-05-15T18:31:56.784Z Compiling cancel-safe-futures v0.1.5
21982026-05-15T18:31:56.972Z Compiling gethostname v0.5.0
21992026-05-15T18:31:57.111Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22002026-05-15T18:31:57.572Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-05-15T18:31:58.155Z Compiling dropshot-api-manager-types v0.5.2
22022026-05-15T18:31:58.167Z Compiling pem v3.0.5
22032026-05-15T18:31:58.526Z Compiling bcs v0.1.6
22042026-05-15T18:31:58.537Z Compiling serde_plain v1.0.2
22052026-05-15T18:31:58.549Z Compiling cargo-platform v0.1.9
22062026-05-15T18:31:58.742Z Compiling typed-path v0.9.3
22072026-05-15T18:31:58.787Z Compiling tagptr v0.2.0
22082026-05-15T18:31:58.828Z Compiling linear-map v1.2.0
22092026-05-15T18:31:59.630Z Compiling tough v0.20.0
22102026-05-15T18:32:00.093Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-05-15T18:32:00.505Z Compiling moka v0.12.11
22122026-05-15T18:32:01.278Z Compiling cargo_metadata v0.18.1
22132026-05-15T18:32:01.750Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-05-15T18:32:02.582Z Compiling tabled v0.15.0
22152026-05-15T18:32:02.617Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-05-15T18:32:02.888Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-05-15T18:32:03.282Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-05-15T18:32:03.482Z Compiling git2 v0.19.0
22192026-05-15T18:32:04.208Z Compiling steno v0.4.1
22202026-05-15T18:32:06.185Z Compiling cookie v0.18.1
22212026-05-15T18:32:06.234Z Compiling hickory-proto v0.25.2
22222026-05-15T18:32:08.193Z Compiling hickory-resolver v0.25.2
22232026-05-15T18:32:08.647Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-05-15T18:32:10.474Z Compiling vergen v8.3.2
22252026-05-15T18:32:12.182Z Compiling signal-hook v0.3.18
22262026-05-15T18:32:13.285Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22272026-05-15T18:32:13.331Z Compiling predicates-core v1.0.9
22282026-05-15T18:32:13.417Z Compiling mockall_derive v0.13.1
22292026-05-15T18:32:13.822Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22302026-05-15T18:32:14.224Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22312026-05-15T18:32:14.236Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22322026-05-15T18:32:14.248Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22332026-05-15T18:32:14.356Z Compiling sha2 v0.10.9
22342026-05-15T18:32:15.129Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22352026-05-15T18:32:15.915Z Compiling yansi v1.0.1
22362026-05-15T18:32:15.953Z Compiling adler2 v2.0.1
22372026-05-15T18:32:16.109Z Compiling diff v0.1.13
22382026-05-15T18:32:16.266Z Compiling pretty_assertions v1.4.1
22392026-05-15T18:32:16.392Z Compiling miniz_oxide v0.8.9
22402026-05-15T18:32:16.546Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22412026-05-15T18:32:17.552Z Compiling fs-err v3.1.2
22422026-05-15T18:32:17.705Z Compiling crc32fast v1.5.0
22432026-05-15T18:32:17.852Z Compiling predicates v3.1.3
22442026-05-15T18:32:17.917Z Compiling predicates-tree v1.0.12
22452026-05-15T18:32:18.628Z Compiling git-stub v1.0.0
22462026-05-15T18:32:18.703Z Compiling filetime v0.2.26
22472026-05-15T18:32:18.900Z Compiling fragile v2.0.1
22482026-05-15T18:32:18.911Z Compiling arrayref v0.3.9
22492026-05-15T18:32:19.032Z Compiling is_ci v1.2.0
22502026-05-15T18:32:19.192Z Compiling xattr v1.6.1
22512026-05-15T18:32:19.233Z Compiling constant_time_eq v0.3.1
22522026-05-15T18:32:19.356Z Compiling downcast v0.11.0
22532026-05-15T18:32:19.379Z Compiling arrayvec v0.7.6
22542026-05-15T18:32:19.515Z Compiling tar v0.4.45
22552026-05-15T18:32:19.595Z Compiling blake3 v1.8.2
22562026-05-15T18:32:19.622Z Compiling mockall v0.13.1
22572026-05-15T18:32:19.819Z Compiling toml v0.7.8
22582026-05-15T18:32:20.182Z Compiling supports-color v3.0.2
22592026-05-15T18:32:20.377Z Compiling git-stub-vcs v0.1.0
22602026-05-15T18:32:20.541Z Compiling signal-hook-tokio v0.3.1
22612026-05-15T18:32:20.682Z Compiling curl-sys v0.4.83+curl-8.15.0
22622026-05-15T18:32:20.762Z Compiling flate2 v1.1.2
22632026-05-15T18:32:21.333Z Compiling drift v0.1.3
22642026-05-15T18:32:21.536Z Compiling kstat-rs v0.2.4
22652026-05-15T18:32:21.854Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22662026-05-15T18:32:22.167Z Compiling display-error-chain v0.2.2
22672026-05-15T18:32:22.314Z Compiling topological-sort v0.2.2
22682026-05-15T18:32:22.481Z Compiling hex-literal v1.0.0
22692026-05-15T18:32:22.758Z Compiling omicron-zone-package v0.12.2
22702026-05-15T18:32:22.848Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22712026-05-15T18:32:23.089Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22722026-05-15T18:32:23.742Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22732026-05-15T18:32:25.129Z Compiling dropshot-api-manager v0.5.2
22742026-05-15T18:32:25.241Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-05-15T18:32:25.660Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22762026-05-15T18:32:25.673Z Compiling curl v0.4.49
22772026-05-15T18:32:26.292Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22782026-05-15T18:32:26.412Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22792026-05-15T18:32:26.487Z Compiling search_path v0.1.4
22802026-05-15T18:32:26.659Z Compiling internet-checksum v0.2.1
22812026-05-15T18:32:26.811Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22822026-05-15T18:32:26.894Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22832026-05-15T18:32:28.144Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22842026-05-15T18:32:31.265Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22852026-05-15T18:33:13.667Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 09s
22862026-05-15T18:33:13.784Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
22872026-05-15T18:33:13.787Z
22882026-05-15T18:33:13.788Zrunning 5 tests
22892026-05-15T18:33:13.791Ztest fuse::tests::chip_revision_b0 ... ok
22902026-05-15T18:33:13.791Ztest fuse::tests::chip_revision_a0 ... ok
22912026-05-15T18:33:13.791Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22922026-05-15T18:33:13.791Ztest fuse::tests::chip_revision_b1 ... ok
22932026-05-15T18:33:13.791Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22942026-05-15T18:33:13.791Z
22952026-05-15T18:33:13.791Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22962026-05-15T18:33:13.791Z
22972026-05-15T18:33:13.791Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22982026-05-15T18:33:13.794Z
22992026-05-15T18:33:13.794Zrunning 0 tests
23002026-05-15T18:33:13.794Z
23012026-05-15T18:33:13.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23022026-05-15T18:33:13.794Z
23032026-05-15T18:33:13.794Z Running unittests src/lib.rs (target/debug/deps/asic-fbe6f519b892adb0)
23042026-05-15T18:33:13.797Z
23052026-05-15T18:33:13.797Zrunning 0 tests
23062026-05-15T18:33:13.797Z
23072026-05-15T18:33:13.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23082026-05-15T18:33:13.797Z
23092026-05-15T18:33:13.797Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
23102026-05-15T18:33:13.797Z
23112026-05-15T18:33:13.797Zrunning 10 tests
23122026-05-15T18:33:13.801Ztest nat::tests::test_vni ... ok
23132026-05-15T18:33:13.801Ztest network::tests::test_equal ... ok
23142026-05-15T18:33:13.801Ztest network::tests::test_eui64 ... ok
23152026-05-15T18:33:13.801Ztest network::tests::test_into ... ok
23162026-05-15T18:33:13.801Ztest network::tests::test_generate_ipv6_link_local ... ok
23172026-05-15T18:33:13.801Ztest network::tests::test_not_equal ... ok
23182026-05-15T18:33:13.801Ztest network::tests::test_parse ... ok
23192026-05-15T18:33:13.801Ztest network::tests::test_to_string ... ok
23202026-05-15T18:33:13.801Ztest test_purge ... ok
23212026-05-15T18:33:13.804Ztest illumos::test::address_exists_handles_missing_object ... ok
23222026-05-15T18:33:13.804Z
23232026-05-15T18:33:13.804Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-05-15T18:33:13.804Z
23252026-05-15T18:33:13.804Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
23262026-05-15T18:33:13.807Z
23272026-05-15T18:33:13.807Zrunning 1 test
23282026-05-15T18:33:15.054Ztest test::test_apis_up_to_date ... ok
23292026-05-15T18:33:15.054Z
23302026-05-15T18:33:15.054Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
23312026-05-15T18:33:15.054Z
23322026-05-15T18:33:15.104Z Running unittests src/main.rs (target/debug/deps/dpd-ae02bf3c98c1c06e)
23332026-05-15T18:33:15.110Z
23342026-05-15T18:33:15.110Zrunning 18 tests
23352026-05-15T18:33:15.114Ztest freemap::test_ordering ... ok
23362026-05-15T18:33:15.114Ztest freemap::test_split ... ok
23372026-05-15T18:33:15.114Ztest config::tests::test_updates ... ok
23382026-05-15T18:33:15.114Ztest macaddrs::tests::test_mac_offset ... ok
23392026-05-15T18:33:15.114Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23402026-05-15T18:33:15.114Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23412026-05-15T18:33:15.114Ztest nat::test_mapping ... ok
23422026-05-15T18:33:15.114Ztest macaddrs::tests::test_parse_port_id ... ok
23432026-05-15T18:33:15.114Ztest port_map::tests::dump_map ... ok
23442026-05-15T18:33:15.117Ztest port_map::tests::test_backplane_group ... ok
23452026-05-15T18:33:15.117Ztest port_map::tests::test_port_map ... ok
23462026-05-15T18:33:15.117ZMay 15 18:33:13.559 DEBG created new freemap, unit: freemap_test
23472026-05-15T18:33:15.117ZMay 15 18:33:13.559 May 15 18:33:13.559DEBG DEBGinitted freemap. size: 128 , created new freemapunit:, unitfreemap_test:
23482026-05-15T18:33:15.117Z freemap_test
23492026-05-15T18:33:15.117ZMay 15 18:33:13.559May 15 18:33:13.559 DEBG DEBGreset freemap , unitcreated new freemapMay 15 18:33:13.559:, DEBGunit :initted freemap. size: 128freemap_test,
23502026-05-15T18:33:15.117Zunit :freemap_test freemap_test
23512026-05-15T18:33:15.117Z
23522026-05-15T18:33:15.117ZMay 15 18:33:13.559 DEBGMay 15 18:33:13.559 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
23532026-05-15T18:33:15.117Z freemap_test
23542026-05-15T18:33:15.117ZMay 15 18:33:13.559 DEBG reset freemap, unit: freemap_test
23552026-05-15T18:33:15.117ZMay 15 18:33:13.559 DEBG created new freemap, unit: freemap_test
23562026-05-15T18:33:15.117ZMay 15 18:33:13.559 DEBG initted freemap. size: 128, unit: freemap_test
23572026-05-15T18:33:15.118ZMay 15 18:33:13.559 DEBG reset freemap, unit: freemap_test
23582026-05-15T18:33:15.118Ztest freemap::test_free ... ok
23592026-05-15T18:33:15.118Ztest freemap::test_basic ... ok
23602026-05-15T18:33:15.118Ztest freemap::test_reclaim ... ok
23612026-05-15T18:33:15.118ZMay 15 18:33:13.559 DEBG created new freemap, unit: freemap_test
23622026-05-15T18:33:15.118ZMay 15 18:33:13.559 DEBG initted freemap. size: 128, unit: freemap_test
23632026-05-15T18:33:15.118ZMay 15 18:33:13.559 DEBG reset freemap, unit: freemap_test
23642026-05-15T18:33:15.118Ztest freemap::test_exhaustion ... ok
23652026-05-15T18:33:15.118Ztest freemap::test_span ... ok
23662026-05-15T18:33:15.118Ztest api_server::tests::test_build_info ... ok
23672026-05-15T18:33:15.118Ztest port_map::tests::parse_softnpu_revision ... ok
23682026-05-15T18:33:15.118Z
23692026-05-15T18:33:15.118Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23702026-05-15T18:33:15.118Z
23712026-05-15T18:33:15.121Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0a8928fda7958fc7)
23722026-05-15T18:33:15.121Z
23732026-05-15T18:33:15.121Zrunning 0 tests
23742026-05-15T18:33:15.121Z
23752026-05-15T18:33:15.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23762026-05-15T18:33:15.121Z
23772026-05-15T18:33:15.121Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
23782026-05-15T18:33:15.124Z
23792026-05-15T18:33:15.124Zrunning 0 tests
23802026-05-15T18:33:15.124Z
23812026-05-15T18:33:15.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23822026-05-15T18:33:15.124Z
23832026-05-15T18:33:15.124Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5bde607fb251226e)
23842026-05-15T18:33:15.125Z
23852026-05-15T18:33:15.125Zrunning 6 tests
23862026-05-15T18:33:15.128Ztest tests::test_parse_client_port_id ... ok
23872026-05-15T18:33:15.128Ztest tests::test_port_id_cmp ... ok
23882026-05-15T18:33:15.128Ztest tests::test_full_lot_id_neither_present ... ok
23892026-05-15T18:33:15.128Ztest tests::test_full_lot_id_both_present ... ok
23902026-05-15T18:33:15.128Ztest tests::test_full_lot_id_lot_only ... ok
23912026-05-15T18:33:15.128Ztest tests::test_full_lot_id_lotnum_only ... ok
23922026-05-15T18:33:15.128Z
23932026-05-15T18:33:15.128Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23942026-05-15T18:33:15.128Z
23952026-05-15T18:33:15.128Z Running tests/test_all.rs (target/debug/deps/test_all-d5e6aaf6449331f0)
23962026-05-15T18:33:15.128Z
23972026-05-15T18:33:15.128Zrunning 0 tests
23982026-05-15T18:33:15.128Z
23992026-05-15T18:33:15.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24002026-05-15T18:33:15.128Z
24012026-05-15T18:33:15.128Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
24022026-05-15T18:33:15.147Z
24032026-05-15T18:33:15.147Zrunning 0 tests
24042026-05-15T18:33:15.147Z
24052026-05-15T18:33:15.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24062026-05-15T18:33:15.147Z
24072026-05-15T18:33:15.147Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
24082026-05-15T18:33:15.147Z
24092026-05-15T18:33:15.147Zrunning 0 tests
24102026-05-15T18:33:15.147Z
24112026-05-15T18:33:15.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24122026-05-15T18:33:15.147Z
24132026-05-15T18:33:15.147Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
24142026-05-15T18:33:15.147Z
24152026-05-15T18:33:15.147Zrunning 12 tests
24162026-05-15T18:33:15.147Ztest icmp::test_v6_checksum ... ok
24172026-05-15T18:33:15.147Ztest lldp::test_lldp_parse ... ok
24182026-05-15T18:33:15.147Ztest icmp::test_v4_checksum ... ok
24192026-05-15T18:33:15.147Ztest pbuf::test_byte ... ok
24202026-05-15T18:33:15.147Ztest ipv6::test_ipv6_parse ... ok
24212026-05-15T18:33:15.147Ztest pbuf::test_nibble ... ok
24222026-05-15T18:33:15.147Ztest pbuf::test_overflow ... ok
24232026-05-15T18:33:15.148Ztest pbuf::test_short ... ok
24242026-05-15T18:33:15.148Ztest pbuf::test_twelve ... ok
24252026-05-15T18:33:15.148Ztest pbuf::test_word ... ok
24262026-05-15T18:33:15.148Ztest tcp::test_checksum_ack_data ... ok
24272026-05-15T18:33:15.148Ztest tcp::test_checksum_syn_nodata ... ok
24282026-05-15T18:33:15.148Z
24292026-05-15T18:33:15.148Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24302026-05-15T18:33:15.148Z
24312026-05-15T18:33:15.148Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24322026-05-15T18:33:15.148Z
24332026-05-15T18:33:15.148Zrunning 0 tests
24342026-05-15T18:33:15.148Z
24352026-05-15T18:33:15.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24362026-05-15T18:33:15.148Z
24372026-05-15T18:33:15.148Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
24382026-05-15T18:33:15.148Z
24392026-05-15T18:33:15.148Zrunning 5 tests
24402026-05-15T18:33:15.148Ztest switchport::test::test_compute_lanes ... ok
24412026-05-15T18:33:15.148Ztest switchport::test::port_id_ordering ... ok
24422026-05-15T18:33:15.148Z Lane 0 Lane 1 Lane 2 Lane 3
24432026-05-15T18:33:15.148Z Rx Loss-of-lock: Yes Yes Yes Yes
24442026-05-15T18:33:15.148Z Rx Loss-of-signal: Yes Yes Yes Yes
24452026-05-15T18:33:15.148Z Rx CDR Enabled: Yes Yes Yes Yes
24462026-05-15T18:33:15.148Z Tx Enabled: Yes Yes Yes Yes
24472026-05-15T18:33:15.148Z Tx Loss-of-lock: No No No No
24482026-05-15T18:33:15.148Z Tx Loss-of-signal: No No No No
24492026-05-15T18:33:15.148Z Tx CDR Enabled: No No No No
24502026-05-15T18:33:15.148Z Tx Adaptive EQ Fault: No No Lane 0 No No
24512026-05-15T18:33:15.148ZLane 1 Tx Fault: Yes YesLane 2 YesLane 3
24522026-05-15T18:33:15.148ZYes
24532026-05-15T18:33:15.148Z State: Activated Activated Activated Activated
24542026-05-15T18:33:15.148Z Rx Output Enabled: false false false false
24552026-05-15T18:33:15.148Z Rx Output Status: valid valid valid valid
24562026-05-15T18:33:15.148Z Rx Loss-of-lock: true true true true
24572026-05-15T18:33:15.148Z Rx Loss-of-signal: false false false false
24582026-05-15T18:33:15.148ZRx Auto-squelch Disable: true true true true
24592026-05-15T18:33:15.148Z Tx Output Enabled: true true true true
24602026-05-15T18:33:15.148Z Tx Output Status: invalid invalid invalid invalid
24612026-05-15T18:33:15.148Z Tx Loss-of-lock: false false false false
24622026-05-15T18:33:15.148Z Tx Loss-of-signal: true true true true
24632026-05-15T18:33:15.149ZTx Auto-squelch Disable: false false false false
24642026-05-15T18:33:15.149Z Tx Adaptive EQ Fail: true true true true
24652026-05-15T18:33:15.149Z Tx Failure: false false false false
24662026-05-15T18:33:15.149Z Tx Force Squelch: true true true true
24672026-05-15T18:33:15.149Z Tx Input Polarity: normal normal normal normal
24682026-05-15T18:33:15.149Ztest switchport::test::test_print_sff_datapath ... ok
24692026-05-15T18:33:15.149Ztest switchport::test::test_print_cmis_datapath ... ok
24702026-05-15T18:33:15.149Ztest link::test_filter ... ok
24712026-05-15T18:33:15.149Z
24722026-05-15T18:33:15.149Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24732026-05-15T18:33:15.149Z
24742026-05-15T18:33:15.149Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
24752026-05-15T18:33:15.149Z
24762026-05-15T18:33:15.149Zrunning 1 test
24772026-05-15T18:33:15.149Ztest test_p4_counter_list ... ignored
24782026-05-15T18:33:15.149Z
24792026-05-15T18:33:15.149Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-05-15T18:33:15.149Z
24812026-05-15T18:33:15.149Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
24822026-05-15T18:33:15.149Z
24832026-05-15T18:33:15.149Zrunning 5 tests
24842026-05-15T18:33:15.149Ztest test_an ... ignored
24852026-05-15T18:33:15.149Ztest test_enable ... ignored
24862026-05-15T18:33:15.149Ztest test_ip_addresses ... ignored
24872026-05-15T18:33:15.149Ztest test_kr ... ignored
24882026-05-15T18:33:15.149Ztest test_mac ... ignored
24892026-05-15T18:33:15.149Z
24902026-05-15T18:33:15.149Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-05-15T18:33:15.149Z
24922026-05-15T18:33:15.149Z Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32)
24932026-05-15T18:33:15.149Z
24942026-05-15T18:33:15.149Zrunning 3 tests
24952026-05-15T18:33:15.149Ztest linklocal::test_parse_ipadm ... ok
24962026-05-15T18:33:15.149Ztest tfport::test_parse_tfport ... ok
24972026-05-15T18:33:15.149Ztest config::tests::test_updates ... ok
24982026-05-15T18:33:15.149Z
24992026-05-15T18:33:15.149Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-05-15T18:33:15.149Z
25012026-05-15T18:33:15.150Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
25022026-05-15T18:33:15.154Z
25032026-05-15T18:33:15.154Zrunning 0 tests
25042026-05-15T18:33:15.154Z
25052026-05-15T18:33:15.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25062026-05-15T18:33:15.154Z
25072026-05-15T18:33:15.154Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
25082026-05-15T18:33:15.154Z
25092026-05-15T18:33:15.154Zrunning 0 tests
25102026-05-15T18:33:15.154Z
25112026-05-15T18:33:15.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25122026-05-15T18:33:15.154Z
25132026-05-15T18:33:15.154Z Doc-tests aal
25142026-05-15T18:33:15.277Z
25152026-05-15T18:33:15.277Zrunning 0 tests
25162026-05-15T18:33:15.277Z
25172026-05-15T18:33:15.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-05-15T18:33:15.277Z
25192026-05-15T18:33:15.294Z Doc-tests aal_macros
25202026-05-15T18:33:15.362Z
25212026-05-15T18:33:15.362Zrunning 0 tests
25222026-05-15T18:33:15.362Z
25232026-05-15T18:33:15.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25242026-05-15T18:33:15.362Z
25252026-05-15T18:33:15.375Z Doc-tests common
25262026-05-15T18:33:15.608Z
25272026-05-15T18:33:15.608Zrunning 0 tests
25282026-05-15T18:33:15.608Z
25292026-05-15T18:33:15.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25302026-05-15T18:33:15.608Z
25312026-05-15T18:33:15.629Z Doc-tests dpd_api
25322026-05-15T18:33:16.358Z
25332026-05-15T18:33:16.358Zrunning 2 tests
25342026-05-15T18:33:16.358Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25352026-05-15T18:33:16.358Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25362026-05-15T18:33:16.359Z
25372026-05-15T18:33:16.359Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-05-15T18:33:16.359Z
25392026-05-15T18:33:16.389Z Doc-tests dpd_client
25402026-05-15T18:33:17.655Z
25412026-05-15T18:33:17.655Zrunning 0 tests
25422026-05-15T18:33:17.655Z
25432026-05-15T18:33:17.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-05-15T18:33:17.655Z
25452026-05-15T18:33:17.700Z Doc-tests dpd_types
25462026-05-15T18:33:17.904Z
25472026-05-15T18:33:17.904Zrunning 0 tests
25482026-05-15T18:33:17.904Z
25492026-05-15T18:33:17.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-05-15T18:33:17.904Z
25512026-05-15T18:33:17.931Z Doc-tests dpd_types_versions
25522026-05-15T18:33:19.114Z
25532026-05-15T18:33:19.114Zrunning 1 test
25542026-05-15T18:33:19.114Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25552026-05-15T18:33:19.114Z
25562026-05-15T18:33:19.114Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25572026-05-15T18:33:19.114Z
25582026-05-15T18:33:19.158Z Doc-tests packet
25592026-05-15T18:33:19.269Z
25602026-05-15T18:33:19.269Zrunning 0 tests
25612026-05-15T18:33:19.269Z
25622026-05-15T18:33:19.269Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25632026-05-15T18:33:19.269Z
25642026-05-15T18:33:19.285Z Doc-tests pcap
25652026-05-15T18:33:19.336Z
25662026-05-15T18:33:19.337Zrunning 0 tests
25672026-05-15T18:33:19.337Z
25682026-05-15T18:33:19.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25692026-05-15T18:33:19.337Z
25702026-05-15T18:33:19.401Z+ for feat in tofino_stub tofino_asic softnpu chaos
25712026-05-15T18:33:19.401Z+ RUST_BACKTRACE=full
25722026-05-15T18:33:19.401Z+ cargo test --features tofino_asic --no-fail-fast
25732026-05-15T18:33:19.980Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25742026-05-15T18:33:20.055Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25752026-05-15T18:33:20.061Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25762026-05-15T18:33:20.068Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25772026-05-15T18:33:28.494Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25782026-05-15T18:33:29.123Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25792026-05-15T18:34:06.793Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.37s
25802026-05-15T18:34:06.899Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
25812026-05-15T18:34:06.903Z
25822026-05-15T18:34:06.903Zrunning 5 tests
25832026-05-15T18:34:06.903Ztest fuse::tests::chip_revision_a0 ... ok
25842026-05-15T18:34:06.903Ztest fuse::tests::chip_revision_b0 ... ok
25852026-05-15T18:34:06.903Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25862026-05-15T18:34:06.903Ztest fuse::tests::chip_revision_b1 ... ok
25872026-05-15T18:34:06.903Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25882026-05-15T18:34:06.903Z
25892026-05-15T18:34:06.903Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25902026-05-15T18:34:06.903Z
25912026-05-15T18:34:06.906Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25922026-05-15T18:34:06.907Z
25932026-05-15T18:34:06.907Zrunning 0 tests
25942026-05-15T18:34:06.907Z
25952026-05-15T18:34:06.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25962026-05-15T18:34:06.907Z
25972026-05-15T18:34:06.907Z Running unittests src/lib.rs (target/debug/deps/asic-ae862f40fede3478)
25982026-05-15T18:34:06.991Z
25992026-05-15T18:34:06.991Zrunning 8 tests
26002026-05-15T18:34:06.995Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26012026-05-15T18:34:06.995Ztest tofino_asic::qsfp::tests::fix_link ... ok
26022026-05-15T18:34:06.995Ztest tofino_asic::stats::constants_sanity_check ... ok
26032026-05-15T18:34:06.995Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26042026-05-15T18:34:06.995Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26052026-05-15T18:34:06.995Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26062026-05-15T18:34:07.002Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26072026-05-15T18:34:07.491Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26082026-05-15T18:34:07.491Z
26092026-05-15T18:34:07.492Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26102026-05-15T18:34:07.492Z
26112026-05-15T18:34:07.501Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
26122026-05-15T18:34:07.505Z
26132026-05-15T18:34:07.505Zrunning 10 tests
26142026-05-15T18:34:07.505Ztest network::tests::test_eui64 ... ok
26152026-05-15T18:34:07.505Ztest nat::tests::test_vni ... ok
26162026-05-15T18:34:07.505Ztest network::tests::test_equal ... ok
26172026-05-15T18:34:07.505Ztest network::tests::test_generate_ipv6_link_local ... ok
26182026-05-15T18:34:07.505Ztest network::tests::test_into ... ok
26192026-05-15T18:34:07.505Ztest network::tests::test_not_equal ... ok
26202026-05-15T18:34:07.505Ztest network::tests::test_to_string ... ok
26212026-05-15T18:34:07.505Ztest network::tests::test_parse ... ok
26222026-05-15T18:34:07.505Ztest test_purge ... ok
26232026-05-15T18:34:07.508Ztest illumos::test::address_exists_handles_missing_object ... ok
26242026-05-15T18:34:07.508Z
26252026-05-15T18:34:07.508Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26262026-05-15T18:34:07.508Z
26272026-05-15T18:34:07.508Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
26282026-05-15T18:34:07.512Z
26292026-05-15T18:34:07.512Zrunning 1 test
26302026-05-15T18:34:08.768Ztest test::test_apis_up_to_date ... ok
26312026-05-15T18:34:08.769Z
26322026-05-15T18:34:08.769Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
26332026-05-15T18:34:08.769Z
26342026-05-15T18:34:08.820Z Running unittests src/main.rs (target/debug/deps/dpd-60e8def7653cef2e)
26352026-05-15T18:34:08.885Z
26362026-05-15T18:34:08.885Zrunning 50 tests
26372026-05-15T18:34:08.889Ztest freemap::test_ordering ... ok
26382026-05-15T18:34:08.889Ztest freemap::test_split ... ok
26392026-05-15T18:34:08.889Ztest config::tests::test_updates ... ok
26402026-05-15T18:34:08.889Ztest macaddrs::tests::test_mac_offset ... ok
26412026-05-15T18:34:08.889Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26422026-05-15T18:34:08.889Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26432026-05-15T18:34:08.889Ztest macaddrs::tests::test_parse_port_id ... ok
26442026-05-15T18:34:08.889Ztest nat::test_mapping ... ok
26452026-05-15T18:34:08.889Ztest port_map::tests::dump_map ... ok
26462026-05-15T18:34:08.889Ztest port_map::tests::test_backplane_group ... ok
26472026-05-15T18:34:08.889Ztest port_map::tests::test_port_map ... ok
26482026-05-15T18:34:08.889Ztest transceivers::mpn_test::test_mpn_missing ... ok
26492026-05-15T18:34:08.889Ztest transceivers::mpn_test::test_mpn_present ... ok
26502026-05-15T18:34:08.889Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26512026-05-15T18:34:08.889Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26522026-05-15T18:34:08.893Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26532026-05-15T18:34:08.893Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26542026-05-15T18:34:08.893Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26552026-05-15T18:34:08.893ZMay 15 18:34:07.324 May 15 18:34:07.324DEBG DEBGcreated new freemap created new freemapMay 15 18:34:07.324, , unitDEBGunit: created new freemapfreemap_test, :
26562026-05-15T18:34:08.893Z unitfreemap_test:
26572026-05-15T18:34:08.893Zfreemap_testMay 15 18:34:07.324
26582026-05-15T18:34:08.893Z DEBG created new freemapMay 15 18:34:07.324, unitDEBG: initted freemap. size: 128freemap_test, unit
26592026-05-15T18:34:08.893Z:May 15 18:34:07.324 DEBGfreemap_test
26602026-05-15T18:34:08.893Zinitted freemap. size: 128May 15 18:34:07.324, unitMay 15 18:34:07.324: DEBGfreemap_test DEBGMay 15 18:34:07.324
26612026-05-15T18:34:08.893Z DEBGinitted freemap. size: 128initted freemap. size: 128, , May 15 18:34:07.324unit reset freemap:unitDEBG, reset freemapfreemap_test:
26622026-05-15T18:34:08.893Zunit:, unitfreemap_testMay 15 18:34:07.324
26632026-05-15T18:34:08.893Z: May 15 18:34:07.324 freemap_test
26642026-05-15T18:34:08.893ZDEBGDEBG freemap_test
26652026-05-15T18:34:08.893Zcreated new freemap reset freemap, , unitunit:: May 15 18:34:07.324 freemap_testfreemap_testDEBG
26662026-05-15T18:34:08.893Z
26672026-05-15T18:34:08.893Z reset freemap, unit: freemap_test
26682026-05-15T18:34:08.893ZMay 15 18:34:07.324 DEBG initted freemap. size: 128, unit: freemap_test
26692026-05-15T18:34:08.893ZMay 15 18:34:07.324 DEBG reset freemap, unit: freemap_test
26702026-05-15T18:34:08.893Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26712026-05-15T18:34:08.893Ztest freemap::test_basic ... ok
26722026-05-15T18:34:08.893Ztest freemap::test_free ... ok
26732026-05-15T18:34:08.893Ztest freemap::test_span ... ok
26742026-05-15T18:34:08.893Ztest freemap::test_reclaim ... ok
26752026-05-15T18:34:08.893Ztest freemap::test_exhaustion ... ok
26762026-05-15T18:34:08.893Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26772026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26782026-05-15T18:34:08.894Ztest port_map::tests::parse_softnpu_revision ... ok
26792026-05-15T18:34:08.894Ztest api_server::tests::test_build_info ... ok
26802026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26812026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26822026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26832026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26842026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26852026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26862026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26872026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26882026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26892026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26902026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26912026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26922026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26932026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26942026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26952026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26962026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26972026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26982026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26992026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27002026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27012026-05-15T18:34:08.894Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27022026-05-15T18:34:08.894Z
27032026-05-15T18:34:08.894Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27042026-05-15T18:34:08.894Z
27052026-05-15T18:34:08.905Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7628c6abdddbd2a0)
27062026-05-15T18:34:08.908Z
27072026-05-15T18:34:08.908Zrunning 0 tests
27082026-05-15T18:34:08.908Z
27092026-05-15T18:34:08.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27102026-05-15T18:34:08.908Z
27112026-05-15T18:34:08.908Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
27122026-05-15T18:34:08.911Z
27132026-05-15T18:34:08.911Zrunning 0 tests
27142026-05-15T18:34:08.911Z
27152026-05-15T18:34:08.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27162026-05-15T18:34:08.911Z
27172026-05-15T18:34:08.911Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2b894aaabf32eb8f)
27182026-05-15T18:34:08.914Z
27192026-05-15T18:34:08.914Zrunning 6 tests
27202026-05-15T18:34:08.914Ztest tests::test_parse_client_port_id ... ok
27212026-05-15T18:34:08.915Ztest tests::test_port_id_cmp ... ok
27222026-05-15T18:34:08.915Ztest tests::test_full_lot_id_neither_present ... ok
27232026-05-15T18:34:08.915Ztest tests::test_full_lot_id_lot_only ... ok
27242026-05-15T18:34:08.915Ztest tests::test_full_lot_id_lotnum_only ... ok
27252026-05-15T18:34:08.915Ztest tests::test_full_lot_id_both_present ... ok
27262026-05-15T18:34:08.915Z
27272026-05-15T18:34:08.915Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27282026-05-15T18:34:08.915Z
27292026-05-15T18:34:08.915Z Running tests/test_all.rs (target/debug/deps/test_all-c679cf089a48828e)
27302026-05-15T18:34:08.915Z
27312026-05-15T18:34:08.915Zrunning 0 tests
27322026-05-15T18:34:08.915Z
27332026-05-15T18:34:08.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27342026-05-15T18:34:08.915Z
27352026-05-15T18:34:08.915Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
27362026-05-15T18:34:08.918Z
27372026-05-15T18:34:08.918Zrunning 0 tests
27382026-05-15T18:34:08.918Z
27392026-05-15T18:34:08.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27402026-05-15T18:34:08.918Z
27412026-05-15T18:34:08.918Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
27422026-05-15T18:34:08.918Z
27432026-05-15T18:34:08.918Zrunning 0 tests
27442026-05-15T18:34:08.918Z
27452026-05-15T18:34:08.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27462026-05-15T18:34:08.918Z
27472026-05-15T18:34:08.918Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
27482026-05-15T18:34:08.922Z
27492026-05-15T18:34:08.922Zrunning 12 tests
27502026-05-15T18:34:08.922Ztest icmp::test_v4_checksum ... ok
27512026-05-15T18:34:08.922Ztest lldp::test_lldp_parse ... ok
27522026-05-15T18:34:08.922Ztest icmp::test_v6_checksum ... ok
27532026-05-15T18:34:08.922Ztest ipv6::test_ipv6_parse ... ok
27542026-05-15T18:34:08.922Ztest pbuf::test_byte ... ok
27552026-05-15T18:34:08.922Ztest pbuf::test_nibble ... ok
27562026-05-15T18:34:08.922Ztest pbuf::test_short ... ok
27572026-05-15T18:34:08.922Ztest pbuf::test_overflow ... ok
27582026-05-15T18:34:08.922Ztest pbuf::test_twelve ... ok
27592026-05-15T18:34:08.922Ztest pbuf::test_word ... ok
27602026-05-15T18:34:08.922Ztest tcp::test_checksum_syn_nodata ... ok
27612026-05-15T18:34:08.922Ztest tcp::test_checksum_ack_data ... ok
27622026-05-15T18:34:08.922Z
27632026-05-15T18:34:08.922Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27642026-05-15T18:34:08.922Z
27652026-05-15T18:34:08.922Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27662026-05-15T18:34:08.925Z
27672026-05-15T18:34:08.925Zrunning 0 tests
27682026-05-15T18:34:08.925Z
27692026-05-15T18:34:08.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27702026-05-15T18:34:08.925Z
27712026-05-15T18:34:08.925Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
27722026-05-15T18:34:08.925Z
27732026-05-15T18:34:08.925Zrunning 5 tests
27742026-05-15T18:34:08.929Ztest switchport::test::test_compute_lanes ... ok
27752026-05-15T18:34:08.929Ztest switchport::test::port_id_ordering ... ok
27762026-05-15T18:34:08.929Z Lane 0 Lane 1 Lane 2 Lane 3
27772026-05-15T18:34:08.929Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1 Yes Lane 2Yes
27782026-05-15T18:34:08.929ZLane 3 Rx Loss-of-signal: Yes
27792026-05-15T18:34:08.929Z Yes Yes State: Activated Yes
27802026-05-15T18:34:08.929ZActivated Rx CDR Enabled: Yes ActivatedYes ActivatedYes
27812026-05-15T18:34:08.929Z Yes Rx Output Enabled: false
27822026-05-15T18:34:08.929Z Tx Enabled: Yesfalse Yesfalse falseYes
27832026-05-15T18:34:08.929Z Yes Rx Output Status: valid
27842026-05-15T18:34:08.929Z Tx Loss-of-lock: No valid No valid Novalid
27852026-05-15T18:34:08.929ZNo
27862026-05-15T18:34:08.929Z Rx Loss-of-lock: true Tx Loss-of-signal: No true No true Notrue
27872026-05-15T18:34:08.929ZNo
27882026-05-15T18:34:08.929Z Rx Loss-of-signal: false Tx CDR Enabled: No false No false Nofalse
27892026-05-15T18:34:08.929ZNoRx Auto-squelch Disable: true
27902026-05-15T18:34:08.929Z Tx Adaptive EQ Fault: No trueNo true Notrue
27912026-05-15T18:34:08.929Z Tx Output Enabled: trueNo
27922026-05-15T18:34:08.929Ztrue Tx Fault: Yes true Yestrue
27932026-05-15T18:34:08.929ZYes Yes Tx Output Status: invalid
27942026-05-15T18:34:08.929Z invalid invalid invalid
27952026-05-15T18:34:08.929Z Tx Loss-of-lock: false false false false
27962026-05-15T18:34:08.929Z Tx Loss-of-signal: true true true true
27972026-05-15T18:34:08.929ZTx Auto-squelch Disable: false false false false
27982026-05-15T18:34:08.929Z Tx Adaptive EQ Fail: true true true true
27992026-05-15T18:34:08.929Z Tx Failure: false false false false
28002026-05-15T18:34:08.929Z Tx Force Squelch: true true true true
28012026-05-15T18:34:08.929Z Tx Input Polarity: normal normal normal normal
28022026-05-15T18:34:08.929Ztest switchport::test::test_print_sff_datapath ... ok
28032026-05-15T18:34:08.929Ztest switchport::test::test_print_cmis_datapath ... ok
28042026-05-15T18:34:08.930Ztest link::test_filter ... ok
28052026-05-15T18:34:08.930Z
28062026-05-15T18:34:08.930Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28072026-05-15T18:34:08.930Z
28082026-05-15T18:34:08.930Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
28092026-05-15T18:34:08.933Z
28102026-05-15T18:34:08.933Zrunning 1 test
28112026-05-15T18:34:08.933Ztest test_p4_counter_list ... ignored
28122026-05-15T18:34:08.933Z
28132026-05-15T18:34:08.933Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28142026-05-15T18:34:08.933Z
28152026-05-15T18:34:08.933Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
28162026-05-15T18:34:08.933Z
28172026-05-15T18:34:08.933Zrunning 5 tests
28182026-05-15T18:34:08.933Ztest test_an ... ignored
28192026-05-15T18:34:08.933Ztest test_enable ... ignored
28202026-05-15T18:34:08.933Ztest test_ip_addresses ... ignored
28212026-05-15T18:34:08.933Ztest test_kr ... ignored
28222026-05-15T18:34:08.933Ztest test_mac ... ignored
28232026-05-15T18:34:08.933Z
28242026-05-15T18:34:08.933Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28252026-05-15T18:34:08.933Z
28262026-05-15T18:34:08.933Z Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa)
28272026-05-15T18:34:08.936Z
28282026-05-15T18:34:08.936Zrunning 3 tests
28292026-05-15T18:34:08.936Ztest linklocal::test_parse_ipadm ... ok
28302026-05-15T18:34:08.936Ztest tfport::test_parse_tfport ... ok
28312026-05-15T18:34:08.936Ztest config::tests::test_updates ... ok
28322026-05-15T18:34:08.936Z
28332026-05-15T18:34:08.936Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28342026-05-15T18:34:08.936Z
28352026-05-15T18:34:08.936Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
28362026-05-15T18:34:08.937Z
28372026-05-15T18:34:08.937Zrunning 0 tests
28382026-05-15T18:34:08.937Z
28392026-05-15T18:34:08.937Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28402026-05-15T18:34:08.937Z
28412026-05-15T18:34:08.940Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28422026-05-15T18:34:08.940Z
28432026-05-15T18:34:08.940Zrunning 0 tests
28442026-05-15T18:34:08.940Z
28452026-05-15T18:34:08.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28462026-05-15T18:34:08.940Z
28472026-05-15T18:34:08.940Z Doc-tests aal
28482026-05-15T18:34:09.060Z
28492026-05-15T18:34:09.060Zrunning 0 tests
28502026-05-15T18:34:09.060Z
28512026-05-15T18:34:09.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28522026-05-15T18:34:09.061Z
28532026-05-15T18:34:09.078Z Doc-tests aal_macros
28542026-05-15T18:34:09.148Z
28552026-05-15T18:34:09.148Zrunning 0 tests
28562026-05-15T18:34:09.148Z
28572026-05-15T18:34:09.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28582026-05-15T18:34:09.148Z
28592026-05-15T18:34:09.159Z Doc-tests common
28602026-05-15T18:34:09.389Z
28612026-05-15T18:34:09.389Zrunning 0 tests
28622026-05-15T18:34:09.390Z
28632026-05-15T18:34:09.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28642026-05-15T18:34:09.390Z
28652026-05-15T18:34:09.413Z Doc-tests dpd_api
28662026-05-15T18:34:10.144Z
28672026-05-15T18:34:10.144Zrunning 2 tests
28682026-05-15T18:34:10.144Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
28692026-05-15T18:34:10.144Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
28702026-05-15T18:34:10.144Z
28712026-05-15T18:34:10.144Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28722026-05-15T18:34:10.144Z
28732026-05-15T18:34:10.177Z Doc-tests dpd_client
28742026-05-15T18:34:11.421Z
28752026-05-15T18:34:11.421Zrunning 0 tests
28762026-05-15T18:34:11.421Z
28772026-05-15T18:34:11.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28782026-05-15T18:34:11.421Z
28792026-05-15T18:34:11.471Z Doc-tests dpd_types
28802026-05-15T18:34:11.674Z
28812026-05-15T18:34:11.674Zrunning 0 tests
28822026-05-15T18:34:11.674Z
28832026-05-15T18:34:11.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28842026-05-15T18:34:11.674Z
28852026-05-15T18:34:11.702Z Doc-tests dpd_types_versions
28862026-05-15T18:34:12.882Z
28872026-05-15T18:34:12.882Zrunning 1 test
28882026-05-15T18:34:12.882Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
28892026-05-15T18:34:12.882Z
28902026-05-15T18:34:12.882Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28912026-05-15T18:34:12.882Z
28922026-05-15T18:34:12.929Z Doc-tests packet
28932026-05-15T18:34:13.039Z
28942026-05-15T18:34:13.039Zrunning 0 tests
28952026-05-15T18:34:13.039Z
28962026-05-15T18:34:13.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-05-15T18:34:13.039Z
28982026-05-15T18:34:13.057Z Doc-tests pcap
28992026-05-15T18:34:13.109Z
29002026-05-15T18:34:13.109Zrunning 0 tests
29012026-05-15T18:34:13.109Z
29022026-05-15T18:34:13.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29032026-05-15T18:34:13.109Z
29042026-05-15T18:34:13.154Z+ for feat in tofino_stub tofino_asic softnpu chaos
29052026-05-15T18:34:13.154Z+ RUST_BACKTRACE=full
29062026-05-15T18:34:13.154Z+ cargo test --features softnpu --no-fail-fast
29072026-05-15T18:34:13.784Z Compiling num-integer v0.1.46
29082026-05-15T18:34:13.864Z Compiling num-complex v0.4.6
29092026-05-15T18:34:13.906Z Compiling bitstruct_derive v0.1.0
29102026-05-15T18:34:13.909Z Compiling tap v1.0.1
29112026-05-15T18:34:14.028Z Compiling wyz v0.5.1
29122026-05-15T18:34:14.155Z Compiling num-rational v0.4.2
29132026-05-15T18:34:14.189Z Compiling num-iter v0.1.45
29142026-05-15T18:34:14.216Z Compiling num-bigint v0.4.6
29152026-05-15T18:34:14.285Z Compiling radium v0.7.0
29162026-05-15T18:34:14.310Z Compiling funty v2.0.0
29172026-05-15T18:34:14.355Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29182026-05-15T18:34:14.385Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29192026-05-15T18:34:14.484Z Compiling num v0.4.3
29202026-05-15T18:34:14.567Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29212026-05-15T18:34:14.579Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29222026-05-15T18:34:14.590Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29232026-05-15T18:34:14.654Z Compiling bitvec v1.0.1
29242026-05-15T18:34:14.708Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29252026-05-15T18:34:14.846Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29262026-05-15T18:34:14.881Z Compiling typeid v1.0.3
29272026-05-15T18:34:14.968Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29282026-05-15T18:34:14.971Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29292026-05-15T18:34:15.003Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29302026-05-15T18:34:15.110Z Compiling ascii v1.1.0
29312026-05-15T18:34:15.578Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29322026-05-15T18:34:15.826Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29332026-05-15T18:34:15.861Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29342026-05-15T18:34:15.879Z Compiling erased-serde v0.4.8
29352026-05-15T18:34:16.067Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29362026-05-15T18:34:16.098Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29372026-05-15T18:34:16.300Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29382026-05-15T18:34:16.304Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29392026-05-15T18:34:16.352Z Compiling bitstruct v0.1.1
29402026-05-15T18:34:16.667Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29412026-05-15T18:34:16.886Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29422026-05-15T18:34:16.914Z Compiling serde_arrays v0.1.0
29432026-05-15T18:34:16.932Z Compiling libloading v0.7.4
29442026-05-15T18:34:17.045Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29452026-05-15T18:34:17.167Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29462026-05-15T18:34:17.317Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29472026-05-15T18:34:18.018Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29482026-05-15T18:34:19.124Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29492026-05-15T18:34:19.939Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29502026-05-15T18:34:25.776Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29512026-05-15T18:34:25.989Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29522026-05-15T18:34:25.989Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29532026-05-15T18:34:26.052Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29542026-05-15T18:34:26.064Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29552026-05-15T18:34:26.588Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
29562026-05-15T18:34:27.636Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29572026-05-15T18:34:28.509Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29582026-05-15T18:34:31.016Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29592026-05-15T18:34:31.599Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29602026-05-15T18:34:33.035Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29612026-05-15T18:34:34.256Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29622026-05-15T18:34:35.181Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29632026-05-15T18:34:35.195Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29642026-05-15T18:34:43.165Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29652026-05-15T18:34:45.031Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29662026-05-15T18:34:48.479Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29672026-05-15T18:35:26.910Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
29682026-05-15T18:35:27.023Z Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1)
29692026-05-15T18:35:27.026Z
29702026-05-15T18:35:27.026Zrunning 5 tests
29712026-05-15T18:35:27.026Ztest fuse::tests::chip_revision_b1 ... ok
29722026-05-15T18:35:27.026Ztest fuse::tests::chip_revision_b0 ... ok
29732026-05-15T18:35:27.026Ztest fuse::tests::chip_revision_a0 ... ok
29742026-05-15T18:35:27.026Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29752026-05-15T18:35:27.027Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29762026-05-15T18:35:27.027Z
29772026-05-15T18:35:27.027Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29782026-05-15T18:35:27.027Z
29792026-05-15T18:35:27.027Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29802026-05-15T18:35:27.030Z
29812026-05-15T18:35:27.030Zrunning 0 tests
29822026-05-15T18:35:27.030Z
29832026-05-15T18:35:27.030Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29842026-05-15T18:35:27.030Z
29852026-05-15T18:35:27.030Z Running unittests src/lib.rs (target/debug/deps/asic-eb9ed458dbcabd0b)
29862026-05-15T18:35:27.034Z
29872026-05-15T18:35:27.034Zrunning 0 tests
29882026-05-15T18:35:27.034Z
29892026-05-15T18:35:27.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29902026-05-15T18:35:27.034Z
29912026-05-15T18:35:27.034Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
29922026-05-15T18:35:27.037Z
29932026-05-15T18:35:27.037Zrunning 10 tests
29942026-05-15T18:35:27.037Ztest network::tests::test_equal ... ok
29952026-05-15T18:35:27.037Ztest network::tests::test_eui64 ... ok
29962026-05-15T18:35:27.037Ztest network::tests::test_generate_ipv6_link_local ... ok
29972026-05-15T18:35:27.038Ztest nat::tests::test_vni ... ok
29982026-05-15T18:35:27.038Ztest network::tests::test_into ... ok
29992026-05-15T18:35:27.038Ztest network::tests::test_not_equal ... ok
30002026-05-15T18:35:27.038Ztest network::tests::test_parse ... ok
30012026-05-15T18:35:27.038Ztest network::tests::test_to_string ... ok
30022026-05-15T18:35:27.038Ztest test_purge ... ok
30032026-05-15T18:35:27.041Ztest illumos::test::address_exists_handles_missing_object ... ok
30042026-05-15T18:35:27.041Z
30052026-05-15T18:35:27.041Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30062026-05-15T18:35:27.041Z
30072026-05-15T18:35:27.041Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5e5c9ab59f00c337)
30082026-05-15T18:35:27.044Z
30092026-05-15T18:35:27.044Zrunning 1 test
30102026-05-15T18:35:28.302Ztest test::test_apis_up_to_date ... ok
30112026-05-15T18:35:28.302Z
30122026-05-15T18:35:28.302Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
30132026-05-15T18:35:28.302Z
30142026-05-15T18:35:28.351Z Running unittests src/main.rs (target/debug/deps/dpd-6b077150d90425f0)
30152026-05-15T18:35:28.357Z
30162026-05-15T18:35:28.357Zrunning 18 tests
30172026-05-15T18:35:28.361Ztest freemap::test_ordering ... ok
30182026-05-15T18:35:28.361Ztest freemap::test_split ... ok
30192026-05-15T18:35:28.361Ztest config::tests::test_updates ... ok
30202026-05-15T18:35:28.361Ztest macaddrs::tests::test_mac_offset ... ok
30212026-05-15T18:35:28.361Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30222026-05-15T18:35:28.361Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30232026-05-15T18:35:28.361Ztest nat::test_mapping ... ok
30242026-05-15T18:35:28.361Ztest macaddrs::tests::test_parse_port_id ... ok
30252026-05-15T18:35:28.361Ztest port_map::tests::dump_map ... ok
30262026-05-15T18:35:28.361Ztest port_map::tests::test_backplane_group ... ok
30272026-05-15T18:35:28.361Ztest port_map::tests::test_port_map ... ok
30282026-05-15T18:35:28.361ZMay 15 18:35:26.782May 15 18:35:26.782May 15 18:35:26.782 DEBG DEBGDEBG created new freemapcreated new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
30292026-05-15T18:35:28.361Z
30302026-05-15T18:35:28.361Z, unit: freemap_test
30312026-05-15T18:35:28.361ZMay 15 18:35:26.782 DEBG initted freemap. size: 128May 15 18:35:26.782, unitDEBGMay 15 18:35:26.782 initted freemap. size: 128:May 15 18:35:26.782DEBG freemap_test,
30322026-05-15T18:35:28.361ZDEBG unitcreated new freemap:May 15 18:35:26.782created new freemap , DEBG, unitunitfreemap_test:initted freemap. size: 128May 15 18:35:26.782:
30332026-05-15T18:35:28.361Z freemap_testDEBG
30342026-05-15T18:35:28.361Z reset freemap, May 15 18:35:26.782, unit freemap_testunit::DEBG May 15 18:35:26.782freemap_test
30352026-05-15T18:35:28.361Zfreemap_test reset freemapDEBG
30362026-05-15T18:35:28.361Z,
30372026-05-15T18:35:28.361Zinitted freemap. size: 128unit, unit:: May 15 18:35:26.782freemap_test
30382026-05-15T18:35:28.361Z freemap_testDEBG
30392026-05-15T18:35:28.361Zinitted freemap. size: 128May 15 18:35:26.782, unitDEBG:May 15 18:35:26.782 freemap_testDEBG reset freemapreset freemap, , unit
30402026-05-15T18:35:28.361Zunit:: freemap_testfreemap_testMay 15 18:35:26.782
30412026-05-15T18:35:28.361Z
30422026-05-15T18:35:28.361ZDEBG reset freemap, unit: freemap_test
30432026-05-15T18:35:28.365Ztest freemap::test_exhaustion ... ok
30442026-05-15T18:35:28.365Ztest freemap::test_free ... ok
30452026-05-15T18:35:28.365Ztest freemap::test_span ... ok
30462026-05-15T18:35:28.365Ztest freemap::test_reclaim ... ok
30472026-05-15T18:35:28.365Ztest freemap::test_basic ... ok
30482026-05-15T18:35:28.365Ztest port_map::tests::parse_softnpu_revision ... ok
30492026-05-15T18:35:28.365Ztest api_server::tests::test_build_info ... ok
30502026-05-15T18:35:28.365Z
30512026-05-15T18:35:28.365Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30522026-05-15T18:35:28.365Z
30532026-05-15T18:35:28.365Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-316e7a5769ad6ace)
30542026-05-15T18:35:28.369Z
30552026-05-15T18:35:28.369Zrunning 0 tests
30562026-05-15T18:35:28.369Z
30572026-05-15T18:35:28.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30582026-05-15T18:35:28.369Z
30592026-05-15T18:35:28.369Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2862472988c6ba8e)
30602026-05-15T18:35:28.369Z
30612026-05-15T18:35:28.369Zrunning 0 tests
30622026-05-15T18:35:28.369Z
30632026-05-15T18:35:28.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30642026-05-15T18:35:28.369Z
30652026-05-15T18:35:28.369Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ead68f8aafe3f527)
30662026-05-15T18:35:28.374Z
30672026-05-15T18:35:28.374Zrunning 6 tests
30682026-05-15T18:35:28.374Ztest tests::test_parse_client_port_id ... ok
30692026-05-15T18:35:28.374Ztest tests::test_port_id_cmp ... ok
30702026-05-15T18:35:28.374Ztest tests::test_full_lot_id_neither_present ... ok
30712026-05-15T18:35:28.374Ztest tests::test_full_lot_id_both_present ... ok
30722026-05-15T18:35:28.374Ztest tests::test_full_lot_id_lot_only ... ok
30732026-05-15T18:35:28.374Ztest tests::test_full_lot_id_lotnum_only ... ok
30742026-05-15T18:35:28.374Z
30752026-05-15T18:35:28.375Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30762026-05-15T18:35:28.375Z
30772026-05-15T18:35:28.375Z Running tests/test_all.rs (target/debug/deps/test_all-bcae10252b610653)
30782026-05-15T18:35:28.375Z
30792026-05-15T18:35:28.375Zrunning 0 tests
30802026-05-15T18:35:28.375Z
30812026-05-15T18:35:28.375Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30822026-05-15T18:35:28.375Z
30832026-05-15T18:35:28.375Z Running unittests src/lib.rs (target/debug/deps/dpd_types-be0f591e43b1edea)
30842026-05-15T18:35:28.375Z
30852026-05-15T18:35:28.375Zrunning 0 tests
30862026-05-15T18:35:28.378Z
30872026-05-15T18:35:28.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30882026-05-15T18:35:28.378Z
30892026-05-15T18:35:28.378Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7c927ac149893b9a)
30902026-05-15T18:35:28.378Z
30912026-05-15T18:35:28.378Zrunning 0 tests
30922026-05-15T18:35:28.378Z
30932026-05-15T18:35:28.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30942026-05-15T18:35:28.378Z
30952026-05-15T18:35:28.378Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
30962026-05-15T18:35:28.381Z
30972026-05-15T18:35:28.382Zrunning 12 tests
30982026-05-15T18:35:28.382Ztest icmp::test_v6_checksum ... ok
30992026-05-15T18:35:28.382Ztest lldp::test_lldp_parse ... ok
31002026-05-15T18:35:28.382Ztest icmp::test_v4_checksum ... ok
31012026-05-15T18:35:28.382Ztest pbuf::test_byte ... ok
31022026-05-15T18:35:28.382Ztest pbuf::test_nibble ... ok
31032026-05-15T18:35:28.382Ztest ipv6::test_ipv6_parse ... ok
31042026-05-15T18:35:28.382Ztest pbuf::test_overflow ... ok
31052026-05-15T18:35:28.382Ztest pbuf::test_short ... ok
31062026-05-15T18:35:28.382Ztest pbuf::test_twelve ... ok
31072026-05-15T18:35:28.382Ztest pbuf::test_word ... ok
31082026-05-15T18:35:28.382Ztest tcp::test_checksum_ack_data ... ok
31092026-05-15T18:35:28.382Ztest tcp::test_checksum_syn_nodata ... ok
31102026-05-15T18:35:28.382Z
31112026-05-15T18:35:28.382Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31122026-05-15T18:35:28.382Z
31132026-05-15T18:35:28.382Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
31142026-05-15T18:35:28.382Z
31152026-05-15T18:35:28.382Zrunning 0 tests
31162026-05-15T18:35:28.382Z
31172026-05-15T18:35:28.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31182026-05-15T18:35:28.382Z
31192026-05-15T18:35:28.385Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
31202026-05-15T18:35:28.391Z
31212026-05-15T18:35:28.391Zrunning 5 tests
31222026-05-15T18:35:28.396Ztest switchport::test::test_compute_lanes ... ok
31232026-05-15T18:35:28.399Ztest switchport::test::port_id_ordering ... ok
31242026-05-15T18:35:28.399Ztest link::test_filter ... ok
31252026-05-15T18:35:28.399Z Lane 0 Lane 1 Lane 2 Lane 3
31262026-05-15T18:35:28.399Z Rx Loss-of-lock: Yes Yes Yes Yes
31272026-05-15T18:35:28.399Z Rx Loss-of-signal: Yes Yes Yes Yes
31282026-05-15T18:35:28.399Z Rx CDR Enabled: Yes Yes Yes Yes
31292026-05-15T18:35:28.399Z Tx Enabled: Yes Yes Yes Yes
31302026-05-15T18:35:28.399Z Lane 0 Tx Loss-of-lock: No No NoLane 1 No
31312026-05-15T18:35:28.399Z Tx Loss-of-signal: NoLane 2 Lane 3No
31322026-05-15T18:35:28.399ZNo No State: Activated
31332026-05-15T18:35:28.399Z Tx CDR Enabled: No Activated NoActivated No ActivatedNo
31342026-05-15T18:35:28.399Z
31352026-05-15T18:35:28.399Z Rx Output Enabled: false Tx Adaptive EQ Fault: No No falseNo falseNo
31362026-05-15T18:35:28.399Zfalse
31372026-05-15T18:35:28.399Z Tx Fault: Yes Rx Output Status: valid Yesvalid Yesvalid Yes
31382026-05-15T18:35:28.399Zvalid
31392026-05-15T18:35:28.399Z Rx Loss-of-lock: true true true true
31402026-05-15T18:35:28.399Z Rx Loss-of-signal: false false false false
31412026-05-15T18:35:28.399ZRx Auto-squelch Disable: true true true true
31422026-05-15T18:35:28.399Z Tx Output Enabled: true true true true
31432026-05-15T18:35:28.399Z Tx Output Status: invalid invalid invalid invalid
31442026-05-15T18:35:28.399Z Tx Loss-of-lock: false false false false
31452026-05-15T18:35:28.399Z Tx Loss-of-signal: true true true true
31462026-05-15T18:35:28.400ZTx Auto-squelch Disable: false false false false
31472026-05-15T18:35:28.400Z Tx Adaptive EQ Fail: true true true true
31482026-05-15T18:35:28.400Z Tx Failure: false false false false
31492026-05-15T18:35:28.400Z Tx Force Squelch: true true true true
31502026-05-15T18:35:28.400Z Tx Input Polarity: normal normal normal normal
31512026-05-15T18:35:28.400Ztest switchport::test::test_print_sff_datapath ... ok
31522026-05-15T18:35:28.400Ztest switchport::test::test_print_cmis_datapath ... ok
31532026-05-15T18:35:28.400Z
31542026-05-15T18:35:28.400Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31552026-05-15T18:35:28.400Z
31562026-05-15T18:35:28.400Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
31572026-05-15T18:35:28.404Z
31582026-05-15T18:35:28.404Zrunning 1 test
31592026-05-15T18:35:28.407Ztest test_p4_counter_list ... ignored
31602026-05-15T18:35:28.407Z
31612026-05-15T18:35:28.407Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31622026-05-15T18:35:28.407Z
31632026-05-15T18:35:28.407Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
31642026-05-15T18:35:28.411Z
31652026-05-15T18:35:28.411Zrunning 5 tests
31662026-05-15T18:35:28.414Ztest test_an ... ignored
31672026-05-15T18:35:28.414Ztest test_enable ... ignored
31682026-05-15T18:35:28.414Ztest test_ip_addresses ... ignored
31692026-05-15T18:35:28.414Ztest test_kr ... ignored
31702026-05-15T18:35:28.414Ztest test_mac ... ignored
31712026-05-15T18:35:28.414Z
31722026-05-15T18:35:28.414Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31732026-05-15T18:35:28.414Z
31742026-05-15T18:35:28.414Z Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe)
31752026-05-15T18:35:28.418Z
31762026-05-15T18:35:28.418Zrunning 3 tests
31772026-05-15T18:35:28.418Ztest linklocal::test_parse_ipadm ... ok
31782026-05-15T18:35:28.418Ztest tfport::test_parse_tfport ... ok
31792026-05-15T18:35:28.418Ztest config::tests::test_updates ... ok
31802026-05-15T18:35:28.418Z
31812026-05-15T18:35:28.418Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-05-15T18:35:28.418Z
31832026-05-15T18:35:28.418Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
31842026-05-15T18:35:28.421Z
31852026-05-15T18:35:28.421Zrunning 0 tests
31862026-05-15T18:35:28.421Z
31872026-05-15T18:35:28.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31882026-05-15T18:35:28.421Z
31892026-05-15T18:35:28.422Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
31902026-05-15T18:35:28.422Z
31912026-05-15T18:35:28.422Zrunning 0 tests
31922026-05-15T18:35:28.422Z
31932026-05-15T18:35:28.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31942026-05-15T18:35:28.422Z
31952026-05-15T18:35:28.422Z Doc-tests aal
31962026-05-15T18:35:28.548Z
31972026-05-15T18:35:28.548Zrunning 0 tests
31982026-05-15T18:35:28.548Z
31992026-05-15T18:35:28.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32002026-05-15T18:35:28.548Z
32012026-05-15T18:35:28.566Z Doc-tests aal_macros
32022026-05-15T18:35:28.638Z
32032026-05-15T18:35:28.638Zrunning 0 tests
32042026-05-15T18:35:28.638Z
32052026-05-15T18:35:28.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-05-15T18:35:28.638Z
32072026-05-15T18:35:28.650Z Doc-tests common
32082026-05-15T18:35:28.882Z
32092026-05-15T18:35:28.882Zrunning 0 tests
32102026-05-15T18:35:28.882Z
32112026-05-15T18:35:28.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32122026-05-15T18:35:28.882Z
32132026-05-15T18:35:28.905Z Doc-tests dpd_api
32142026-05-15T18:35:29.644Z
32152026-05-15T18:35:29.644Zrunning 2 tests
32162026-05-15T18:35:29.645Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32172026-05-15T18:35:29.645Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32182026-05-15T18:35:29.645Z
32192026-05-15T18:35:29.645Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32202026-05-15T18:35:29.645Z
32212026-05-15T18:35:29.677Z Doc-tests dpd_client
32222026-05-15T18:35:30.940Z
32232026-05-15T18:35:30.940Zrunning 0 tests
32242026-05-15T18:35:30.940Z
32252026-05-15T18:35:30.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32262026-05-15T18:35:30.940Z
32272026-05-15T18:35:30.986Z Doc-tests dpd_types
32282026-05-15T18:35:31.192Z
32292026-05-15T18:35:31.192Zrunning 0 tests
32302026-05-15T18:35:31.192Z
32312026-05-15T18:35:31.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32322026-05-15T18:35:31.192Z
32332026-05-15T18:35:31.219Z Doc-tests dpd_types_versions
32342026-05-15T18:35:32.410Z
32352026-05-15T18:35:32.410Zrunning 1 test
32362026-05-15T18:35:32.410Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32372026-05-15T18:35:32.410Z
32382026-05-15T18:35:32.410Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32392026-05-15T18:35:32.410Z
32402026-05-15T18:35:32.454Z Doc-tests packet
32412026-05-15T18:35:32.569Z
32422026-05-15T18:35:32.569Zrunning 0 tests
32432026-05-15T18:35:32.569Z
32442026-05-15T18:35:32.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32452026-05-15T18:35:32.569Z
32462026-05-15T18:35:32.586Z Doc-tests pcap
32472026-05-15T18:35:32.638Z
32482026-05-15T18:35:32.638Zrunning 0 tests
32492026-05-15T18:35:32.638Z
32502026-05-15T18:35:32.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32512026-05-15T18:35:32.638Z
32522026-05-15T18:35:32.689Z+ for feat in tofino_stub tofino_asic softnpu chaos
32532026-05-15T18:35:32.689Z+ RUST_BACKTRACE=full
32542026-05-15T18:35:32.689Z+ cargo test --features chaos --no-fail-fast
32552026-05-15T18:35:33.262Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32562026-05-15T18:35:33.338Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32572026-05-15T18:35:33.345Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32582026-05-15T18:35:41.511Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32592026-05-15T18:35:42.350Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32602026-05-15T18:36:14.972Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.26s
32612026-05-15T18:36:15.078Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
32622026-05-15T18:36:15.084Z
32632026-05-15T18:36:15.084Zrunning 5 tests
32642026-05-15T18:36:15.087Ztest fuse::tests::chip_revision_b1 ... ok
32652026-05-15T18:36:15.087Ztest fuse::tests::chip_revision_b0 ... ok
32662026-05-15T18:36:15.087Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32672026-05-15T18:36:15.087Ztest fuse::tests::chip_revision_a0 ... ok
32682026-05-15T18:36:15.087Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32692026-05-15T18:36:15.087Z
32702026-05-15T18:36:15.087Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32712026-05-15T18:36:15.087Z
32722026-05-15T18:36:15.087Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32732026-05-15T18:36:15.091Z
32742026-05-15T18:36:15.091Zrunning 0 tests
32752026-05-15T18:36:15.091Z
32762026-05-15T18:36:15.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32772026-05-15T18:36:15.091Z
32782026-05-15T18:36:15.091Z Running unittests src/lib.rs (target/debug/deps/asic-a7f98a4129239b9a)
32792026-05-15T18:36:15.095Z
32802026-05-15T18:36:15.095Zrunning 0 tests
32812026-05-15T18:36:15.098Z
32822026-05-15T18:36:15.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32832026-05-15T18:36:15.098Z
32842026-05-15T18:36:15.098Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
32852026-05-15T18:36:15.101Z
32862026-05-15T18:36:15.101Zrunning 10 tests
32872026-05-15T18:36:15.104Ztest nat::tests::test_vni ... ok
32882026-05-15T18:36:15.104Ztest network::tests::test_equal ... ok
32892026-05-15T18:36:15.104Ztest network::tests::test_eui64 ... ok
32902026-05-15T18:36:15.104Ztest network::tests::test_into ... ok
32912026-05-15T18:36:15.104Ztest network::tests::test_generate_ipv6_link_local ... ok
32922026-05-15T18:36:15.104Ztest network::tests::test_not_equal ... ok
32932026-05-15T18:36:15.107Ztest network::tests::test_to_string ... ok
32942026-05-15T18:36:15.107Ztest network::tests::test_parse ... ok
32952026-05-15T18:36:15.107Ztest test_purge ... ok
32962026-05-15T18:36:15.110Ztest illumos::test::address_exists_handles_missing_object ... ok
32972026-05-15T18:36:15.110Z
32982026-05-15T18:36:15.110Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32992026-05-15T18:36:15.110Z
33002026-05-15T18:36:15.110Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
33012026-05-15T18:36:15.132Z
33022026-05-15T18:36:15.132Zrunning 1 test
33032026-05-15T18:36:16.443Ztest test::test_apis_up_to_date ... ok
33042026-05-15T18:36:16.443Z
33052026-05-15T18:36:16.443Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
33062026-05-15T18:36:16.443Z
33072026-05-15T18:36:16.497Z Running unittests src/main.rs (target/debug/deps/dpd-c18a146b4cf49317)
33082026-05-15T18:36:16.502Z
33092026-05-15T18:36:16.502Zrunning 18 tests
33102026-05-15T18:36:16.506Ztest freemap::test_ordering ... ok
33112026-05-15T18:36:16.506Ztest freemap::test_split ... ok
33122026-05-15T18:36:16.506Ztest config::tests::test_updates ... ok
33132026-05-15T18:36:16.506Ztest macaddrs::tests::test_mac_offset ... ok
33142026-05-15T18:36:16.506Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33152026-05-15T18:36:16.506Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33162026-05-15T18:36:16.506Ztest macaddrs::tests::test_parse_port_id ... ok
33172026-05-15T18:36:16.506Ztest nat::test_mapping ... ok
33182026-05-15T18:36:16.509Ztest port_map::tests::dump_map ... ok
33192026-05-15T18:36:16.509Ztest port_map::tests::test_backplane_group ... ok
33202026-05-15T18:36:16.509Ztest port_map::tests::test_port_map ... ok
33212026-05-15T18:36:16.509ZMay 15 18:36:14.920 DEBG created new freemapMay 15 18:36:14.920 DEBG created new freemap, unit, :unit :freemap_test
33222026-05-15T18:36:16.509Zfreemap_test
33232026-05-15T18:36:16.509ZMay 15 18:36:14.920 DEBGMay 15 18:36:14.920 initted freemap. size: 128May 15 18:36:14.920 , DEBGunit :created new freemap DEBGfreemap_test , initted freemap. size: 128
33242026-05-15T18:36:16.509ZunitMay 15 18:36:14.920: , DEBGunit May 15 18:36:14.920created new freemap DEBG, unitreset freemapfreemap_test, :
33252026-05-15T18:36:16.509Z unit: freemap_testfreemap_testMay 15 18:36:14.920
33262026-05-15T18:36:16.509Z
33272026-05-15T18:36:16.509Z May 15 18:36:14.920: freemap_test
33282026-05-15T18:36:16.509ZDEBGMay 15 18:36:14.920 initted freemap. size: 128 , DEBG DEBGinitted freemap. size: 128unit, :unitMay 15 18:36:14.920: freemap_testfreemap_test
33292026-05-15T18:36:16.509Zcreated new freemap
33302026-05-15T18:36:16.509ZDEBG , reset freemapunit, May 15 18:36:14.920:May 15 18:36:14.920 DEBGfreemap_test unitreset freemap:DEBG
33312026-05-15T18:36:16.509Z, freemap_test reset freemapunit, :
33322026-05-15T18:36:16.509Zunit :freemap_testMay 15 18:36:14.920
33332026-05-15T18:36:16.509Z freemap_testDEBG
33342026-05-15T18:36:16.509Z initted freemap. size: 128, unit: freemap_test
33352026-05-15T18:36:16.509ZMay 15 18:36:14.920 DEBG reset freemap, unit: freemap_test
33362026-05-15T18:36:16.509Ztest freemap::test_basic ... ok
33372026-05-15T18:36:16.509Ztest freemap::test_reclaim ... ok
33382026-05-15T18:36:16.509Ztest freemap::test_span ... ok
33392026-05-15T18:36:16.509Ztest freemap::test_exhaustion ... ok
33402026-05-15T18:36:16.509Ztest freemap::test_free ... ok
33412026-05-15T18:36:16.509Ztest port_map::tests::parse_softnpu_revision ... ok
33422026-05-15T18:36:16.509Ztest api_server::tests::test_build_info ... ok
33432026-05-15T18:36:16.509Z
33442026-05-15T18:36:16.509Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33452026-05-15T18:36:16.510Z
33462026-05-15T18:36:16.513Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bbbf33576fce60e8)
33472026-05-15T18:36:16.516Z
33482026-05-15T18:36:16.516Zrunning 0 tests
33492026-05-15T18:36:16.516Z
33502026-05-15T18:36:16.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33512026-05-15T18:36:16.516Z
33522026-05-15T18:36:16.516Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
33532026-05-15T18:36:16.519Z
33542026-05-15T18:36:16.519Zrunning 0 tests
33552026-05-15T18:36:16.519Z
33562026-05-15T18:36:16.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33572026-05-15T18:36:16.522Z
33582026-05-15T18:36:16.522Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d6420bb49020d9a7)
33592026-05-15T18:36:16.528Z
33602026-05-15T18:36:16.528Zrunning 6 tests
33612026-05-15T18:36:16.531Ztest tests::test_full_lot_id_neither_present ... ok
33622026-05-15T18:36:16.531Ztest tests::test_full_lot_id_lotnum_only ... ok
33632026-05-15T18:36:16.532Ztest tests::test_full_lot_id_lot_only ... ok
33642026-05-15T18:36:16.532Ztest tests::test_full_lot_id_both_present ... ok
33652026-05-15T18:36:16.535Ztest tests::test_port_id_cmp ... ok
33662026-05-15T18:36:16.535Ztest tests::test_parse_client_port_id ... ok
33672026-05-15T18:36:16.535Z
33682026-05-15T18:36:16.535Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33692026-05-15T18:36:16.535Z
33702026-05-15T18:36:16.535Z Running tests/test_all.rs (target/debug/deps/test_all-395380c5632c31ff)
33712026-05-15T18:36:16.538Z
33722026-05-15T18:36:16.538Zrunning 6 tests
33732026-05-15T18:36:19.546Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33742026-05-15T18:36:19.549Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33752026-05-15T18:36:19.549Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33762026-05-15T18:36:19.555Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33772026-05-15T18:36:19.885Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33782026-05-15T18:36:21.016Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33792026-05-15T18:36:21.016Z
33802026-05-15T18:36:21.016Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.48s
33812026-05-15T18:36:21.017Z
33822026-05-15T18:36:21.023Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
33832026-05-15T18:36:21.028Z
33842026-05-15T18:36:21.028Zrunning 0 tests
33852026-05-15T18:36:21.028Z
33862026-05-15T18:36:21.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33872026-05-15T18:36:21.031Z
33882026-05-15T18:36:21.031Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
33892026-05-15T18:36:21.034Z
33902026-05-15T18:36:21.034Zrunning 0 tests
33912026-05-15T18:36:21.035Z
33922026-05-15T18:36:21.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33932026-05-15T18:36:21.035Z
33942026-05-15T18:36:21.037Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
33952026-05-15T18:36:21.041Z
33962026-05-15T18:36:21.041Zrunning 12 tests
33972026-05-15T18:36:21.044Ztest icmp::test_v6_checksum ... ok
33982026-05-15T18:36:21.044Ztest icmp::test_v4_checksum ... ok
33992026-05-15T18:36:21.044Ztest lldp::test_lldp_parse ... ok
34002026-05-15T18:36:21.044Ztest ipv6::test_ipv6_parse ... ok
34012026-05-15T18:36:21.044Ztest pbuf::test_byte ... ok
34022026-05-15T18:36:21.044Ztest pbuf::test_nibble ... ok
34032026-05-15T18:36:21.044Ztest pbuf::test_short ... ok
34042026-05-15T18:36:21.044Ztest pbuf::test_twelve ... ok
34052026-05-15T18:36:21.044Ztest pbuf::test_word ... ok
34062026-05-15T18:36:21.044Ztest pbuf::test_overflow ... ok
34072026-05-15T18:36:21.044Ztest tcp::test_checksum_syn_nodata ... ok
34082026-05-15T18:36:21.044Ztest tcp::test_checksum_ack_data ... ok
34092026-05-15T18:36:21.044Z
34102026-05-15T18:36:21.044Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34112026-05-15T18:36:21.044Z
34122026-05-15T18:36:21.044Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
34132026-05-15T18:36:21.048Z
34142026-05-15T18:36:21.048Zrunning 0 tests
34152026-05-15T18:36:21.048Z
34162026-05-15T18:36:21.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34172026-05-15T18:36:21.048Z
34182026-05-15T18:36:21.051Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
34192026-05-15T18:36:21.052Z
34202026-05-15T18:36:21.052Zrunning 5 tests
34212026-05-15T18:36:21.055Ztest switchport::test::test_compute_lanes ... ok
34222026-05-15T18:36:21.055Ztest switchport::test::port_id_ordering ... ok
34232026-05-15T18:36:21.055Z Lane 0 Lane 1 Lane 2 Lane 3
34242026-05-15T18:36:21.055Z Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes Lane 2Yes
34252026-05-15T18:36:21.055ZLane 3
34262026-05-15T18:36:21.055Z Rx Loss-of-signal: Yes Yes State: Activated Yes YesActivated
34272026-05-15T18:36:21.055Z Activated Rx CDR Enabled: Yes Activated
34282026-05-15T18:36:21.055ZYes Rx Output Enabled: false Yes falseYes
34292026-05-15T18:36:21.055Zfalse Tx Enabled: Yesfalse
34302026-05-15T18:36:21.055ZYes Rx Output Status: valid Yesvalid Yes
34312026-05-15T18:36:21.055Zvalid Tx Loss-of-lock: No validNo
34322026-05-15T18:36:21.055Z Rx Loss-of-lock: trueNo Notrue
34332026-05-15T18:36:21.055Z Tx Loss-of-signal: Notrue No true
34342026-05-15T18:36:21.055ZNo Rx Loss-of-signal: falseNo
34352026-05-15T18:36:21.055Zfalse Tx CDR Enabled: No false Nofalse
34362026-05-15T18:36:21.055ZNo Rx Auto-squelch Disable: true Notrue
34372026-05-15T18:36:21.055Z true Tx Adaptive EQ Fault: Notrue
34382026-05-15T18:36:21.055Z Tx Output Enabled: trueNo Notrue No
34392026-05-15T18:36:21.055Ztrue Tx Fault: Yestrue
34402026-05-15T18:36:21.055ZYes Tx Output Status: invalid Yes invalidYes
34412026-05-15T18:36:21.055Z invalid invalid
34422026-05-15T18:36:21.055Z Tx Loss-of-lock: false false false false
34432026-05-15T18:36:21.055Z Tx Loss-of-signal: true true true true
34442026-05-15T18:36:21.055ZTx Auto-squelch Disable: false false false false
34452026-05-15T18:36:21.055Z Tx Adaptive EQ Fail: true true true true
34462026-05-15T18:36:21.055Z Tx Failure: false false false false
34472026-05-15T18:36:21.055Z Tx Force Squelch: true true true true
34482026-05-15T18:36:21.055Z Tx Input Polarity: normal normal normal normal
34492026-05-15T18:36:21.055Ztest switchport::test::test_print_sff_datapath ... ok
34502026-05-15T18:36:21.055Ztest switchport::test::test_print_cmis_datapath ... ok
34512026-05-15T18:36:21.055Ztest link::test_filter ... ok
34522026-05-15T18:36:21.055Z
34532026-05-15T18:36:21.056Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34542026-05-15T18:36:21.056Z
34552026-05-15T18:36:21.056Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
34562026-05-15T18:36:21.059Z
34572026-05-15T18:36:21.059Zrunning 1 test
34582026-05-15T18:36:21.059Ztest test_p4_counter_list ... ignored
34592026-05-15T18:36:21.059Z
34602026-05-15T18:36:21.059Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34612026-05-15T18:36:21.059Z
34622026-05-15T18:36:21.059Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
34632026-05-15T18:36:21.059Z
34642026-05-15T18:36:21.059Zrunning 5 tests
34652026-05-15T18:36:21.059Ztest test_an ... ignored
34662026-05-15T18:36:21.059Ztest test_enable ... ignored
34672026-05-15T18:36:21.059Ztest test_ip_addresses ... ignored
34682026-05-15T18:36:21.059Ztest test_kr ... ignored
34692026-05-15T18:36:21.059Ztest test_mac ... ignored
34702026-05-15T18:36:21.059Z
34712026-05-15T18:36:21.059Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34722026-05-15T18:36:21.059Z
34732026-05-15T18:36:21.062Z Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6)
34742026-05-15T18:36:21.063Z
34752026-05-15T18:36:21.063Zrunning 3 tests
34762026-05-15T18:36:21.063Ztest linklocal::test_parse_ipadm ... ok
34772026-05-15T18:36:21.063Ztest tfport::test_parse_tfport ... ok
34782026-05-15T18:36:21.063Ztest config::tests::test_updates ... ok
34792026-05-15T18:36:21.063Z
34802026-05-15T18:36:21.063Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34812026-05-15T18:36:21.063Z
34822026-05-15T18:36:21.066Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
34832026-05-15T18:36:21.069Z
34842026-05-15T18:36:21.069Zrunning 0 tests
34852026-05-15T18:36:21.069Z
34862026-05-15T18:36:21.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34872026-05-15T18:36:21.069Z
34882026-05-15T18:36:21.069Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
34892026-05-15T18:36:21.072Z
34902026-05-15T18:36:21.072Zrunning 0 tests
34912026-05-15T18:36:21.072Z
34922026-05-15T18:36:21.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34932026-05-15T18:36:21.072Z
34942026-05-15T18:36:21.075Z Doc-tests aal
34952026-05-15T18:36:21.243Z
34962026-05-15T18:36:21.243Zrunning 0 tests
34972026-05-15T18:36:21.244Z
34982026-05-15T18:36:21.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34992026-05-15T18:36:21.247Z
35002026-05-15T18:36:21.262Z Doc-tests aal_macros
35012026-05-15T18:36:21.332Z
35022026-05-15T18:36:21.332Zrunning 0 tests
35032026-05-15T18:36:21.332Z
35042026-05-15T18:36:21.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35052026-05-15T18:36:21.332Z
35062026-05-15T18:36:21.343Z Doc-tests common
35072026-05-15T18:36:21.574Z
35082026-05-15T18:36:21.574Zrunning 0 tests
35092026-05-15T18:36:21.574Z
35102026-05-15T18:36:21.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35112026-05-15T18:36:21.574Z
35122026-05-15T18:36:21.594Z Doc-tests dpd_api
35132026-05-15T18:36:22.405Z
35142026-05-15T18:36:22.405Zrunning 2 tests
35152026-05-15T18:36:22.405Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
35162026-05-15T18:36:22.405Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
35172026-05-15T18:36:22.405Z
35182026-05-15T18:36:22.405Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
35192026-05-15T18:36:22.405Z
35202026-05-15T18:36:22.436Z Doc-tests dpd_client
35212026-05-15T18:36:23.852Z
35222026-05-15T18:36:23.852Zrunning 0 tests
35232026-05-15T18:36:23.852Z
35242026-05-15T18:36:23.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35252026-05-15T18:36:23.852Z
35262026-05-15T18:36:23.900Z Doc-tests dpd_types
35272026-05-15T18:36:24.101Z
35282026-05-15T18:36:24.101Zrunning 0 tests
35292026-05-15T18:36:24.101Z
35302026-05-15T18:36:24.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35312026-05-15T18:36:24.101Z
35322026-05-15T18:36:24.125Z Doc-tests dpd_types_versions
35332026-05-15T18:36:25.305Z
35342026-05-15T18:36:25.305Zrunning 1 test
35352026-05-15T18:36:25.305Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
35362026-05-15T18:36:25.305Z
35372026-05-15T18:36:25.305Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35382026-05-15T18:36:25.305Z
35392026-05-15T18:36:25.348Z Doc-tests packet
35402026-05-15T18:36:25.456Z
35412026-05-15T18:36:25.456Zrunning 0 tests
35422026-05-15T18:36:25.456Z
35432026-05-15T18:36:25.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35442026-05-15T18:36:25.456Z
35452026-05-15T18:36:25.471Z Doc-tests pcap
35462026-05-15T18:36:25.523Z
35472026-05-15T18:36:25.523Zrunning 0 tests
35482026-05-15T18:36:25.523Z
35492026-05-15T18:36:25.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35502026-05-15T18:36:25.523Z
35512026-05-15T18:36:25.571Zprocess exited: duration 613767 ms, exit code 0
 
35522026-05-15T18:36:25.578Zfound 0 output files