01KR87Z99Q4Q2TKR3DPKYQXBB8: test

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

Buildomat Job: 01KR87ZJEK9EK5HVQ42SSVNFXF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-10T06:08:51.472Zjob assigned to worker 01KR87ZV707FQ9C1MN2H6PWDX1 [factory aws, i-08f45b49d45966f17] (queued for 1 m 0 s)
 
22026-05-10T06:08:58.252Zstarting task 0: "setup"
32026-05-10T06:08:58.259Z++ uname -s
42026-05-10T06:08:58.262Z+ kern=SunOS
52026-05-10T06:08:58.262Z+ build_user=build
62026-05-10T06:08:58.262Z+ build_uid=12345
72026-05-10T06:08:58.262Z+ work_dir=/work
82026-05-10T06:08:58.262Z+ input_dir=/input
92026-05-10T06:08:58.262Z+ [[ 0 == 12345 ]]
102026-05-10T06:08:58.262Z+ case "$kern" in
112026-05-10T06:08:58.262Z+ groupadd -g 12345 build
122026-05-10T06:08:58.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-10T06:09:00.270Z+ zfs create -o mountpoint=/work rpool/work
142026-05-10T06:09:00.385Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-10T06:09:00.388Z+ home_fs=zfs
162026-05-10T06:09:00.388Z+ [[ zfs == autofs ]]
172026-05-10T06:09:00.388Z+ mkdir -p /home/build
182026-05-10T06:09:00.388Z+ chown build:build /home/build /work
192026-05-10T06:09:02.389Z+ chmod 0700 /home/build /work
202026-05-10T06:09:02.392Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-10T06:09:02.398Zstarting task 1: "rust-toolchain"
222026-05-10T06:09:02.403Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-10T06:09:02.403Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-10T06:09:02.403Z * rust toolchain channel = "1.90.0"
252026-05-10T06:09:02.403Z * rust toolchain profile = "default"
262026-05-10T06:09:02.403Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-10T06:09:02.403Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-10T06:09:02.406Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-10T06:09:02.406Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-10T06:09:02.702Zinfo: downloading installer
312026-05-10T06:09:04.125Zwarn: It looks like you have an existing installation of Rust at:
322026-05-10T06:09:04.125Zwarn: /opt/ooce/bin
332026-05-10T06:09:04.125Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-10T06:09:04.125Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-10T06:09:04.125Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-10T06:09:04.125Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-10T06:09:04.125Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-10T06:09:04.125Zerror: cannot install while Rust is installed
392026-05-10T06:09:04.125Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-10T06:09:04.125Zwarn: It looks like you have an existing rustup settings file at:
412026-05-10T06:09:04.125Zwarn: /home/build/.rustup/settings.toml
422026-05-10T06:09:04.125Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-10T06:09:04.125Zwarn: instead of the one inferred from the default host triple.
442026-05-10T06:09:04.139Zinfo: profile set to default
452026-05-10T06:09:04.139Zinfo: default host triple is x86_64-unknown-illumos
462026-05-10T06:09:04.142Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-10T06:09:04.281Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-10T06:09:04.282Zinfo: downloading 6 components
492026-05-10T06:09:18.580Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-10T06:09:18.580Z
512026-05-10T06:09:18.617Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-10T06:09:18.617Z
532026-05-10T06:09:18.617Z
542026-05-10T06:09:18.617ZRust is installed now. Great!
552026-05-10T06:09:18.617Z
562026-05-10T06:09:18.617ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-10T06:09:18.617Zenvironment variable. This has not been done automatically.
582026-05-10T06:09:18.617Z
592026-05-10T06:09:18.617ZTo configure your current shell, you need to source
602026-05-10T06:09:18.617Zthe corresponding env file under $HOME/.cargo.
612026-05-10T06:09:18.617Z
622026-05-10T06:09:18.617ZThis is usually done by running one of the following (note the leading DOT):
632026-05-10T06:09:18.617Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-10T06:09:18.617Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-10T06:09:18.617Zsource "~/.cargo/env.nu" # For nushell
662026-05-10T06:09:18.617Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-10T06:09:18.617Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-10T06:09:18.617Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-10T06:09:18.620Zwarn: no default linker (`cc`) was found in your PATH
702026-05-10T06:09:18.620Zwarn: many Rust crates require a system C toolchain to build
712026-05-10T06:09:18.707Z+ rustup --version
722026-05-10T06:09:18.716Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-10T06:09:18.718Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-10T06:09:18.738Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-10T06:09:18.741Z+ cargo --version
762026-05-10T06:09:18.754Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-10T06:09:18.757Z+ rustc --version
782026-05-10T06:09:18.777Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-10T06:09:18.780Zprocess exited: duration 16379 ms, exit code 0
 
802026-05-10T06:09:18.785Zstarting task 2: "authentication"
812026-05-10T06:09:18.801Zprocess exited: duration 15 ms, exit code 0
 
822026-05-10T06:09:18.807Zstarting task 3: "clone repository"
832026-05-10T06:09:18.810Z+ mkdir -p /work/oxidecomputer/dendrite
842026-05-10T06:09:18.813Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-05-10T06:09:18.843ZCloning into '/work/oxidecomputer/dendrite'...
862026-05-10T06:09:19.856Z+ cd /work/oxidecomputer/dendrite
872026-05-10T06:09:19.856Z+ git fetch origin 4e43a6c40f8bd704757183d102cc00d1cbc3f5b0
882026-05-10T06:09:20.082ZFrom https://github.com/oxidecomputer/dendrite
892026-05-10T06:09:20.082Z * branch 4e43a6c40f8bd704757183d102cc00d1cbc3f5b0 -> FETCH_HEAD
902026-05-10T06:09:20.087Z+ [[ -n '' ]]
912026-05-10T06:09:20.087Z+ git reset --hard 4e43a6c40f8bd704757183d102cc00d1cbc3f5b0
922026-05-10T06:09:20.105ZHEAD is now at 4e43a6c bump v6 lpm size
932026-05-10T06:09:20.108Zprocess exited: duration 1298 ms, exit code 0
 
942026-05-10T06:09:20.115Zstarting task 4: "build"
952026-05-10T06:09:20.119Z+ source .github/buildomat/common.sh
962026-05-10T06:09:20.121Z++ TOFINO_STAGES=20
972026-05-10T06:09:20.122Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
982026-05-10T06:09:20.122Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
992026-05-10T06:09:20.122Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1002026-05-10T06:09:20.122Z+++ uname -s
1012026-05-10T06:09:20.122Z++ '[' SunOS == SunOS ']'
1022026-05-10T06:09:20.122Z++ SERIES=illumos
1032026-05-10T06:09:20.122Z+++ uname -s
1042026-05-10T06:09:20.125Z++ '[' SunOS == SunOS ']'
1052026-05-10T06:09:20.125Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1062026-05-10T06:09:20.125Z++ rustup show active-toolchain
1072026-05-10T06:09:20.128Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1082026-05-10T06:09:20.128Z+ source .github/buildomat/illumos.sh
1092026-05-10T06:09:20.128Z++ banner 'sde setup'
1102026-05-10T06:09:20.130Z
1112026-05-10T06:09:20.131Z #### ##### ###### #### ###### ##### # # #####
1122026-05-10T06:09:20.131Z # # # # # # # # # # #
1132026-05-10T06:09:20.131Z #### # # ##### #### ##### # # # # #
1142026-05-10T06:09:20.131Z # # # # # # # # # #####
1152026-05-10T06:09:20.131Z # # # # # # # # # # # #
1162026-05-10T06:09:20.131Z #### ##### ###### #### ###### # #### #
1172026-05-10T06:09:20.131Z
1182026-05-10T06:09:20.131Z++ export PKG=tofino_sde.p5p
1192026-05-10T06:09:20.131Z++ PKG=tofino_sde.p5p
1202026-05-10T06:09:20.131Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1212026-05-10T06:09:20.135Z % Total % Received % Xferd Average Speed Time Time Time Current
1222026-05-10T06:09:20.138Z Dload Upload Total Spent Left Speed
1232026-05-10T06:09:21.068Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 81.48M 0 0 100 76.03M 100 76.03M 0 0 81.48M 0 0 100 76.03M 100 76.03M 0 0 81.47M 0 0
1242026-05-10T06:09:21.073Z+++ digest -a sha256 tofino_sde.p5p
1252026-05-10T06:09:21.119Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1262026-05-10T06:09:21.119Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1272026-05-10T06:09:21.122Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1282026-05-10T06:09:30.622Z Startup: Refreshing catalog 'helios-dev' ... Done
1292026-05-10T06:09:38.442Z Startup: Caching catalogs ... Done
1302026-05-10T06:09:38.632Z Startup: Refreshing catalog 'oxide' ... Done
1312026-05-10T06:09:47.931ZPlanning: Solver setup ... Done
1322026-05-10T06:09:47.970ZPlanning: Running solver ... Done
1332026-05-10T06:09:48.104ZPlanning: Finding local manifests ... Done
1342026-05-10T06:09:48.107ZPlanning: Fetching manifests: 1/1 100% complete
1352026-05-10T06:09:48.111ZPlanning: Fetching manifests: 1/1 100% complete
1362026-05-10T06:09:48.124ZPlanning: Package planning ... Done
1372026-05-10T06:09:48.127ZPlanning: Merging actions ... Done
1382026-05-10T06:09:48.219ZPlanning: Checking for conflicting actions ... Done
1392026-05-10T06:09:48.222ZPlanning: Consolidating action changes ... Done
1402026-05-10T06:09:48.995ZPlanning: Evaluating mediators ... Done
1412026-05-10T06:09:48.999ZPlanning: Planning completed in 10.36 seconds
1422026-05-10T06:09:49.003Z Packages to install: 1
1432026-05-10T06:09:49.003Z Create boot environment: No
1442026-05-10T06:09:49.003ZCreate backup boot environment: No
1452026-05-10T06:09:49.042Z
1462026-05-10T06:09:49.042ZDownload: 0/242 items 0.0/75.3MB 0% complete
1472026-05-10T06:09:49.177ZDownload: Completed 75.30 MB in 0.13 seconds (558M/s)
1482026-05-10T06:09:49.359Z Actions: 1/293 actions (Installing new actions)
1492026-05-10T06:09:50.339Z Actions: Completed 293 actions in 0.98 seconds.
1502026-05-10T06:09:50.342Z Done
1512026-05-10T06:09:50.383Z Done
1522026-05-10T06:09:51.070Z Done
1532026-05-10T06:09:54.148Z Done
1542026-05-10T06:09:54.221Z Done
1552026-05-10T06:09:54.224Z Done
1562026-05-10T06:09:54.477Z Done
1572026-05-10T06:09:55.158Z++ export SDE=/opt/oxide/tofino_sde
1582026-05-10T06:09:55.158Z++ SDE=/opt/oxide/tofino_sde
1592026-05-10T06:09:55.158Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-05-10T06:09:55.158Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1612026-05-10T06:09:55.158Z++ banner packages
1622026-05-10T06:09:55.161Z
1632026-05-10T06:09:55.161Z ##### ## #### # # ## #### ###### ####
1642026-05-10T06:09:55.161Z # # # # # # # # # # # # # #
1652026-05-10T06:09:55.161Z # # # # # #### # # # ##### ####
1662026-05-10T06:09:55.161Z ##### ###### # # # ###### # ### # #
1672026-05-10T06:09:55.161Z # # # # # # # # # # # # # #
1682026-05-10T06:09:55.161Z # # # #### # # # # #### ###### ####
1692026-05-10T06:09:55.161Z
1702026-05-10T06:09:55.161Z++ pfexec pkg install clang-15 pcap
1712026-05-10T06:09:55.564Z Startup: Refreshing catalog 'helios-dev' ... Done
1722026-05-10T06:09:55.567Z Startup: Refreshing catalog 'oxide' ... Done
1732026-05-10T06:10:02.703ZPlanning: Solver setup ... Done
1742026-05-10T06:10:02.745ZPlanning: Running solver ... Done
1752026-05-10T06:10:02.885ZPlanning: Finding local manifests ... Done
1762026-05-10T06:10:02.889ZPlanning: Fetching manifests: 0/2 0% complete
1772026-05-10T06:10:03.084ZPlanning: Fetching manifests: 2/2 100% complete
1782026-05-10T06:10:03.114ZPlanning: Package planning ... Done
1792026-05-10T06:10:03.141ZPlanning: Merging actions ... Done
1802026-05-10T06:10:03.253ZPlanning: Checking for conflicting actions ... Done
1812026-05-10T06:10:03.261ZPlanning: Consolidating action changes ... Done
1822026-05-10T06:10:03.418ZPlanning: Evaluating mediators ... Done
1832026-05-10T06:10:03.422ZPlanning: Planning completed in 7.86 seconds
1842026-05-10T06:10:03.430Z Packages to install: 2
1852026-05-10T06:10:03.430Z Mediators to change: 2
1862026-05-10T06:10:03.430Z Services to change: 1
1872026-05-10T06:10:03.430Z Create boot environment: No
1882026-05-10T06:10:03.430ZCreate backup boot environment: No
1892026-05-10T06:10:03.462Z
1902026-05-10T06:10:03.462ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1912026-05-10T06:10:08.499ZDownload: 3028/3076 items 197.8/211.3MB 93% complete (42.2M/s)
1922026-05-10T06:10:09.532ZDownload: Completed 211.31 MB in 6.07 seconds (34.8M/s)
1932026-05-10T06:10:12.114Z Actions: 1/3418 actions (Installing new actions)
1942026-05-10T06:10:15.192Z Actions: Completed 3418 actions in 3.08 seconds.
1952026-05-10T06:10:15.730Z Done
1962026-05-10T06:10:15.730Z Done
1972026-05-10T06:10:16.467Z Done
1982026-05-10T06:10:19.288Z Done
1992026-05-10T06:10:19.364Z Done
2002026-05-10T06:10:19.367Z Done
2012026-05-10T06:10:19.677Z Done
2022026-05-10T06:10:19.817Z++ pfexec pkg set-mediator -V 15 clang llvm
2032026-05-10T06:10:20.010ZPlanning: Evaluating mediator changes ... Done
2042026-05-10T06:10:20.121ZPlanning: Checking for conflicting actions ... Done
2052026-05-10T06:10:20.124ZPlanning: Consolidating action changes ... Done
2062026-05-10T06:10:20.279ZPlanning: Evaluating mediators ... Done
2072026-05-10T06:10:20.282ZPlanning: Planning completed in 0.27 seconds
2082026-05-10T06:10:20.301Z Mediators to change: 2
2092026-05-10T06:10:20.301Z Create boot environment: No
2102026-05-10T06:10:20.302ZCreate backup boot environment: No
2112026-05-10T06:10:20.354Z Done
2122026-05-10T06:10:20.355Z Done
2132026-05-10T06:10:20.979Z Done
2142026-05-10T06:10:23.391Z Done
2152026-05-10T06:10:23.466Z Done
2162026-05-10T06:10:23.470Z Done
2172026-05-10T06:10:23.622Z Done
2182026-05-10T06:10:23.693Z++ cargo --version
2192026-05-10T06:10:23.704Zcargo 1.90.0 (840b83a10 2025-07-30)
2202026-05-10T06:10:23.707Z++ rustc --version
2212026-05-10T06:10:23.727Zrustc 1.90.0 (1159e78c4 2025-09-14)
2222026-05-10T06:10:23.730Z+ banner copyrights
2232026-05-10T06:10:23.733Z
2242026-05-10T06:10:23.733Z #### #### ##### # # ##### # #### # # ##### ####
2252026-05-10T06:10:23.733Z # # # # # # # # # # # # # # # # #
2262026-05-10T06:10:23.733Z # # # # # # # # # # ###### # ####
2272026-05-10T06:10:23.733Z # # # ##### # ##### # # ### # # # #
2282026-05-10T06:10:23.733Z # # # # # # # # # # # # # # # #
2292026-05-10T06:10:23.733Z #### #### # # # # # #### # # # ####
2302026-05-10T06:10:23.733Z
2312026-05-10T06:10:23.733Z+ ./tools/check_copyrights.sh
2322026-05-10T06:10:24.007Zcommon/src/illumos.rs: Copyright with wrong year
2332026-05-10T06:10:24.392Zdpd/p4/headers.p4: Copyright with wrong year
2342026-05-10T06:10:24.811Zpacket/src/eth.rs: Copyright with wrong year
2352026-05-10T06:10:25.277Z+ banner clippy
2362026-05-10T06:10:25.280Z
2372026-05-10T06:10:25.280Z #### # # ##### ##### # #
2382026-05-10T06:10:25.280Z # # # # # # # # # #
2392026-05-10T06:10:25.280Z # # # # # # # #
2402026-05-10T06:10:25.280Z # # # ##### ##### #
2412026-05-10T06:10:25.280Z # # # # # # #
2422026-05-10T06:10:25.281Z #### ###### # # # #
2432026-05-10T06:10:25.281Z
2442026-05-10T06:10:25.281Z+ for feat in tofino_stub tofino_asic softnpu chaos
2452026-05-10T06:10:25.281Z+ cargo clippy --features tofino_stub -- --deny warnings
2462026-05-10T06:10:25.430Z Updating git repository `https://github.com/oxidecomputer/omicron`
2472026-05-10T06:10:35.123Z Updating crates.io index
2482026-05-10T06:10:35.160Z Updating git repository `https://github.com/illumos/smf-rs`
2492026-05-10T06:10:35.420Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-05-10T06:10:36.109Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2512026-05-10T06:10:36.403Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-05-10T06:10:36.623Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-05-10T06:10:37.100Z Updating git repository `https://github.com/oxidecomputer/ispf`
2542026-05-10T06:10:38.166Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-05-10T06:10:38.508Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-05-10T06:10:38.905Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-05-10T06:10:39.176Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2582026-05-10T06:10:39.515Z Updating git repository `https://github.com/oxidecomputer/p4`
2592026-05-10T06:10:39.907Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-10T06:10:40.268Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-05-10T06:10:40.603Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622026-05-10T06:10:41.079Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-05-10T06:10:41.489Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-05-10T06:10:41.725Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-05-10T06:10:42.009Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-05-10T06:10:42.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2672026-05-10T06:10:42.868Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2682026-05-10T06:10:43.156Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2692026-05-10T06:10:44.640Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-05-10T06:10:45.279Z Updating git repository `https://github.com/oxidecomputer/propolis`
2712026-05-10T06:10:45.864Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-10T06:10:47.484Z Updating git repository `https://github.com/oxidecomputer/opte`
2732026-05-10T06:10:48.083Z Updating git repository `https://github.com/oxidecomputer/tofino`
2742026-05-10T06:10:48.359Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752026-05-10T06:10:48.633Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-05-10T06:10:50.412Z Downloading crates ...
2772026-05-10T06:10:50.479Z Downloaded backoff v0.4.0
2782026-05-10T06:10:50.485Z Downloaded bytecount v0.6.9
2792026-05-10T06:10:50.488Z Downloaded cancel-safe-futures v0.1.5
2802026-05-10T06:10:50.491Z Downloaded cargo_metadata v0.18.1
2812026-05-10T06:10:50.495Z Downloaded derive-ex v0.1.8
2822026-05-10T06:10:50.498Z Downloaded heck v0.4.1
2832026-05-10T06:10:50.501Z Downloaded base16ct v0.2.0
2842026-05-10T06:10:50.503Z Downloaded getrandom v0.2.16
2852026-05-10T06:10:50.503Z Downloaded byteorder v1.5.0
2862026-05-10T06:10:50.506Z Downloaded base64ct v1.8.0
2872026-05-10T06:10:50.509Z Downloaded dropshot-api-manager-types v0.5.2
2882026-05-10T06:10:50.512Z Downloaded camino-tempfile v1.4.1
2892026-05-10T06:10:50.515Z Downloaded bytes v1.11.1
2902026-05-10T06:10:50.518Z Downloaded hyper-tls v0.6.0
2912026-05-10T06:10:50.518Z Downloaded digest v0.10.7
2922026-05-10T06:10:50.521Z Downloaded csv-core v0.1.12
2932026-05-10T06:10:50.523Z Downloaded cexpr v0.6.0
2942026-05-10T06:10:50.526Z Downloaded clap_lex v1.1.0
2952026-05-10T06:10:50.526Z Downloaded hex v0.4.3
2962026-05-10T06:10:50.529Z Downloaded clap v4.6.0
2972026-05-10T06:10:50.534Z Downloaded hash32 v0.3.1
2982026-05-10T06:10:50.537Z Downloaded derive-where v1.6.0
2992026-05-10T06:10:50.540Z Downloaded icu_collections v2.0.0
3002026-05-10T06:10:50.543Z Downloaded cargo-platform v0.1.9
3012026-05-10T06:10:50.546Z Downloaded atomicwrites v0.4.4
3022026-05-10T06:10:50.549Z Downloaded atomic-waker v1.1.2
3032026-05-10T06:10:50.549Z Downloaded futures-task v0.3.32
3042026-05-10T06:10:50.552Z Downloaded crucible-workspace-hack v0.1.0
3052026-05-10T06:10:50.555Z Downloaded futures-sink v0.3.32
3062026-05-10T06:10:50.555Z Downloaded cpufeatures v0.2.17
3072026-05-10T06:10:50.558Z Downloaded hostname v0.4.2
3082026-05-10T06:10:50.561Z Downloaded display-error-chain v0.2.2
3092026-05-10T06:10:50.561Z Downloaded gethostname v0.5.0
3102026-05-10T06:10:50.564Z Downloaded ciborium-io v0.2.2
3112026-05-10T06:10:50.566Z Downloaded arrayref v0.3.9
3122026-05-10T06:10:50.567Z Downloaded dof v0.4.0
3132026-05-10T06:10:50.569Z Downloaded float-ord v0.3.2
3142026-05-10T06:10:50.569Z Downloaded embedded-io v0.4.0
3152026-05-10T06:10:50.572Z Downloaded fixedbitset v0.4.2
3162026-05-10T06:10:50.575Z Downloaded futures-io v0.3.32
3172026-05-10T06:10:50.575Z Downloaded curve25519-dalek-derive v0.1.1
3182026-05-10T06:10:50.578Z Downloaded bit-set v0.8.0
3192026-05-10T06:10:50.581Z Downloaded humantime v2.3.0
3202026-05-10T06:10:50.581Z Downloaded aead v0.5.2
3212026-05-10T06:10:50.583Z Downloaded equivalent v1.0.2
3222026-05-10T06:10:50.586Z Downloaded hubpack_derive v0.1.1
3232026-05-10T06:10:50.587Z Downloaded constant_time_eq v0.3.1
3242026-05-10T06:10:50.589Z Downloaded dunce v1.0.5
3252026-05-10T06:10:50.589Z Downloaded async-stream-impl v0.3.6
3262026-05-10T06:10:50.592Z Downloaded async-stream v0.3.6
3272026-05-10T06:10:50.595Z Downloaded form_urlencoded v1.2.2
3282026-05-10T06:10:50.595Z Downloaded cfg-if v1.0.3
3292026-05-10T06:10:50.598Z Downloaded argon2 v0.5.3
3302026-05-10T06:10:50.598Z Downloaded dyn-clone v1.0.20
3312026-05-10T06:10:50.601Z Downloaded deranged v0.5.3
3322026-05-10T06:10:50.604Z Downloaded heck v0.5.0
3332026-05-10T06:10:50.604Z Downloaded fnv v1.0.7
3342026-05-10T06:10:50.607Z Downloaded errno v0.3.14
3352026-05-10T06:10:50.610Z Downloaded hubpack v0.1.2
3362026-05-10T06:10:50.610Z Downloaded httpdate v1.0.3
3372026-05-10T06:10:50.612Z Downloaded foreign-types-shared v0.1.1
3382026-05-10T06:10:50.612Z Downloaded ident_case v1.0.1
3392026-05-10T06:10:50.615Z Downloaded dtrace-parser v0.3.0
3402026-05-10T06:10:50.615Z Downloaded generic-array v0.14.7
3412026-05-10T06:10:50.618Z Downloaded inout v0.1.4
3422026-05-10T06:10:50.621Z Downloaded foreign-types v0.5.0
3432026-05-10T06:10:50.621Z Downloaded is-terminal v0.4.16
3442026-05-10T06:10:50.624Z Downloaded enum-as-inner v0.6.1
3452026-05-10T06:10:50.624Z Downloaded anstyle-query v1.1.4
3462026-05-10T06:10:50.627Z Downloaded embedded-io v0.6.1
3472026-05-10T06:10:50.629Z Downloaded hostname v0.3.1
3482026-05-10T06:10:50.630Z Downloaded bitflags v1.3.2
3492026-05-10T06:10:50.632Z Downloaded ingot v0.1.1
3502026-05-10T06:10:50.635Z Downloaded highway v1.3.0
3512026-05-10T06:10:50.638Z Downloaded git-stub v1.0.0
3522026-05-10T06:10:50.638Z Downloaded defmt-macros v1.0.1
3532026-05-10T06:10:50.641Z Downloaded itoa v1.0.15
3542026-05-10T06:10:50.644Z Downloaded is_terminal_polyfill v1.70.1
3552026-05-10T06:10:50.644Z Downloaded lazy_static v1.5.0
3562026-05-10T06:10:50.647Z Downloaded keccak v0.1.6
3572026-05-10T06:10:50.647Z Downloaded internet-checksum v0.2.1
3582026-05-10T06:10:50.649Z Downloaded libscf-sys v1.1.0
3592026-05-10T06:10:50.653Z Downloaded managed v0.8.0
3602026-05-10T06:10:50.653Z Downloaded kstat-rs v0.2.4
3612026-05-10T06:10:50.655Z Downloaded lru-cache v0.1.2
3622026-05-10T06:10:50.655Z Downloaded linked-hash-map v0.5.6
3632026-05-10T06:10:50.659Z Downloaded memmap v0.7.0
3642026-05-10T06:10:50.659Z Downloaded memoffset v0.9.1
3652026-05-10T06:10:50.662Z Downloaded globset v0.4.16
3662026-05-10T06:10:50.662Z Downloaded cc v1.2.58
3672026-05-10T06:10:50.664Z Downloaded defmt v1.0.1
3682026-05-10T06:10:50.667Z Downloaded glob v0.3.3
3692026-05-10T06:10:50.670Z Downloaded git-stub-vcs v0.1.0
3702026-05-10T06:10:50.670Z Downloaded cmake v0.1.54
3712026-05-10T06:10:50.673Z Downloaded erased-serde v0.3.31
3722026-05-10T06:10:50.676Z Downloaded fs-err v3.1.2
3732026-05-10T06:10:50.676Z Downloaded http-body-util v0.1.3
3742026-05-10T06:10:50.679Z Downloaded idna_adapter v1.2.1
3752026-05-10T06:10:50.679Z Downloaded bit-vec v0.8.0
3762026-05-10T06:10:50.682Z Downloaded anstyle v1.0.14
3772026-05-10T06:10:50.685Z Downloaded futures-executor v0.3.32
3782026-05-10T06:10:50.685Z Downloaded newtype_derive v0.1.6
3792026-05-10T06:10:50.688Z Downloaded num-derive v0.4.2
3802026-05-10T06:10:50.688Z Downloaded fs_extra v1.3.0
3812026-05-10T06:10:50.691Z Downloaded num-derive v0.3.3
3822026-05-10T06:10:50.694Z Downloaded num v0.4.3
3832026-05-10T06:10:50.694Z Downloaded clang-sys v1.8.1
3842026-05-10T06:10:50.698Z Downloaded num-conv v0.2.1
3852026-05-10T06:10:50.698Z Downloaded num-iter v0.1.45
3862026-05-10T06:10:50.701Z Downloaded crc32fast v1.5.0
3872026-05-10T06:10:50.701Z Downloaded num_enum_derive v0.5.11
3882026-05-10T06:10:50.701Z Downloaded olpc-cjson v0.1.4
3892026-05-10T06:10:50.704Z Downloaded opaque-debug v0.3.1
3902026-05-10T06:10:50.704Z Downloaded omicron-workspace-hack v0.1.0
3912026-05-10T06:10:50.707Z Downloaded foreign-types-shared v0.3.1
3922026-05-10T06:10:50.707Z Downloaded clap_derive v4.6.0
3932026-05-10T06:10:50.710Z Downloaded num_threads v0.1.7
3942026-05-10T06:10:50.710Z Downloaded ff v0.13.1
3952026-05-10T06:10:50.713Z Downloaded crossbeam-epoch v0.9.18
3962026-05-10T06:10:50.713Z Downloaded mime v0.3.17
3972026-05-10T06:10:50.716Z Downloaded jobserver v0.1.34
3982026-05-10T06:10:50.719Z Downloaded linear-map v1.2.0
3992026-05-10T06:10:50.719Z Downloaded libsw-core v0.3.2
4002026-05-10T06:10:50.722Z Downloaded libsw v3.5.0
4012026-05-10T06:10:50.722Z Downloaded pin-utils v0.1.0
4022026-05-10T06:10:50.725Z Downloaded openssl-probe v0.1.6
4032026-05-10T06:10:50.725Z Downloaded percent-encoding v2.3.2
4042026-05-10T06:10:50.728Z Downloaded phf_shared v0.12.1
4052026-05-10T06:10:50.728Z Downloaded parse-display v0.10.0
4062026-05-10T06:10:50.731Z Downloaded ciborium v0.2.2
4072026-05-10T06:10:50.731Z Downloaded chacha20 v0.9.1
4082026-05-10T06:10:50.733Z Downloaded cookie v0.18.1
4092026-05-10T06:10:50.736Z Downloaded ipnet v2.11.0
4102026-05-10T06:10:50.736Z Downloaded crossbeam-utils v0.8.21
4112026-05-10T06:10:50.740Z Downloaded lock_api v0.4.14
4122026-05-10T06:10:50.743Z Downloaded darling v0.21.3
4132026-05-10T06:10:50.746Z Downloaded ingot-macros v0.1.1
4142026-05-10T06:10:50.746Z Downloaded hyper-rustls v0.27.7
4152026-05-10T06:10:50.749Z Downloaded newtype-uuid v1.3.2
4162026-05-10T06:10:50.749Z Downloaded hmac v0.12.1
4172026-05-10T06:10:50.752Z Downloaded proc-macro-error-attr v1.0.4
4182026-05-10T06:10:50.752Z Downloaded futures-channel v0.3.32
4192026-05-10T06:10:50.755Z Downloaded multer v3.1.0
4202026-05-10T06:10:50.758Z Downloaded iana-time-zone v0.1.64
4212026-05-10T06:10:50.758Z Downloaded num_enum_derive v0.7.5
4222026-05-10T06:10:50.761Z Downloaded num_enum v0.5.11
4232026-05-10T06:10:50.763Z Downloaded native-tls v0.2.14
4242026-05-10T06:10:50.766Z Downloaded num_enum v0.7.5
4252026-05-10T06:10:50.769Z Downloaded proc-macro-error-attr2 v2.0.0
4262026-05-10T06:10:50.769Z Downloaded progenitor-macro v0.13.0
4272026-05-10T06:10:50.772Z Downloaded pretty-hex v0.4.1
4282026-05-10T06:10:50.772Z Downloaded potential_utf v0.1.3
4292026-05-10T06:10:50.775Z Downloaded quick-error v1.2.3
4302026-05-10T06:10:50.775Z Downloaded libloading v0.8.9
4312026-05-10T06:10:50.778Z Downloaded pest_generator v2.8.2
4322026-05-10T06:10:50.778Z Downloaded paste v1.0.15
4332026-05-10T06:10:50.781Z Downloaded ref-cast v1.0.25
4342026-05-10T06:10:50.784Z Downloaded progenitor-client v0.11.1
4352026-05-10T06:10:50.784Z Downloaded progenitor-macro v0.11.1
4362026-05-10T06:10:50.787Z Downloaded progenitor-macro v0.10.0
4372026-05-10T06:10:50.787Z Downloaded proc-macro-crate v1.3.1
4382026-05-10T06:10:50.787Z Downloaded rand_xorshift v0.4.0
4392026-05-10T06:10:50.790Z Downloaded powerfmt v0.2.0
4402026-05-10T06:10:50.790Z Downloaded plain v0.2.3
4412026-05-10T06:10:50.793Z Downloaded ipnetwork v0.21.1
4422026-05-10T06:10:50.793Z Downloaded num-rational v0.4.2
4432026-05-10T06:10:50.796Z Downloaded oxnet v0.1.4
4442026-05-10T06:10:50.796Z Downloaded phf v0.12.1
4452026-05-10T06:10:50.799Z Downloaded password-hash v0.5.0
4462026-05-10T06:10:50.799Z Downloaded pem v3.0.5
4472026-05-10T06:10:50.802Z Downloaded oxide-tokio-rt v0.1.2
4482026-05-10T06:10:50.802Z Downloaded owo-colors v4.3.0
4492026-05-10T06:10:50.805Z Downloaded icu_properties v2.0.1
4502026-05-10T06:10:50.807Z Downloaded ref-cast-impl v1.0.25
4512026-05-10T06:10:50.807Z Downloaded memmap2 v0.9.8
4522026-05-10T06:10:50.810Z Downloaded async-trait v0.1.89
4532026-05-10T06:10:50.813Z Downloaded ppv-lite86 v0.2.21
4542026-05-10T06:10:50.813Z Downloaded pin-project-lite v0.2.16
4552026-05-10T06:10:50.816Z Downloaded getrandom v0.3.3
4562026-05-10T06:10:50.819Z Downloaded poly1305 v0.8.0
4572026-05-10T06:10:50.822Z Downloaded httparse v1.10.1
4582026-05-10T06:10:50.822Z Downloaded dropshot_endpoint v0.16.7
4592026-05-10T06:10:50.825Z Downloaded rustc-hash v2.1.1
4602026-05-10T06:10:50.827Z Downloaded allocator-api2 v0.2.21
4612026-05-10T06:10:50.830Z Downloaded icu_provider v2.0.0
4622026-05-10T06:10:50.830Z Downloaded rustc_version v0.1.7
4632026-05-10T06:10:50.833Z Downloaded progenitor-client v0.10.0
4642026-05-10T06:10:50.834Z Downloaded crossbeam-channel v0.5.15
4652026-05-10T06:10:50.836Z Downloaded rustc_version v0.4.1
4662026-05-10T06:10:50.836Z Downloaded num-complex v0.4.6
4672026-05-10T06:10:50.840Z Downloaded proc-macro-error v1.0.4
4682026-05-10T06:10:50.843Z Downloaded same-file v1.0.6
4692026-05-10T06:10:50.843Z Downloaded parse-display-derive v0.10.0
4702026-05-10T06:10:50.843Z Downloaded proc-macro-error2 v2.0.1
4712026-05-10T06:10:50.845Z Downloaded progenitor-client v0.13.0
4722026-05-10T06:10:50.848Z Downloaded log v0.4.29
4732026-05-10T06:10:50.848Z Downloaded semver v0.1.20
4742026-05-10T06:10:50.851Z Downloaded scroll_derive v0.12.1
4752026-05-10T06:10:50.851Z Downloaded progenitor v0.13.0
4762026-05-10T06:10:50.855Z Downloaded parking_lot_core v0.9.12
4772026-05-10T06:10:50.855Z Downloaded scopeguard v1.2.0
4782026-05-10T06:10:50.858Z Downloaded once_cell v1.21.3
4792026-05-10T06:10:50.858Z Downloaded rand_core v0.6.4
4802026-05-10T06:10:50.858Z Downloaded rand_chacha v0.9.0
4812026-05-10T06:10:50.861Z Downloaded secrecy v0.10.3
4822026-05-10T06:10:50.861Z Downloaded serde_repr v0.1.20
4832026-05-10T06:10:50.864Z Downloaded serde_spanned v0.6.9
4842026-05-10T06:10:50.864Z Downloaded serde_plain v1.0.2
4852026-05-10T06:10:50.866Z Downloaded omicron-zone-package v0.12.2
4862026-05-10T06:10:50.869Z Downloaded search_path v0.1.4
4872026-05-10T06:10:50.869Z Downloaded rand_core v0.9.3
4882026-05-10T06:10:50.872Z Downloaded litemap v0.8.0
4892026-05-10T06:10:50.872Z Downloaded quote v1.0.45
4902026-05-10T06:10:50.875Z Downloaded serde-big-array v0.5.1
4912026-05-10T06:10:50.875Z Downloaded icu_normalizer_data v2.0.0
4922026-05-10T06:10:50.878Z Downloaded sha1 v0.10.6
4932026-05-10T06:10:50.881Z Downloaded parking_lot v0.12.5
4942026-05-10T06:10:50.881Z Downloaded serde_spanned v1.0.4
4952026-05-10T06:10:50.884Z Downloaded icu_locale_core v2.0.0
4962026-05-10T06:10:50.887Z Downloaded serde_urlencoded v0.7.1
4972026-05-10T06:10:50.887Z Downloaded pest_meta v2.8.2
4982026-05-10T06:10:50.889Z Downloaded signal-hook-tokio v0.3.1
4992026-05-10T06:10:50.892Z Downloaded crypto-bigint v0.5.5
5002026-05-10T06:10:50.895Z Downloaded chacha20poly1305 v0.10.1
5012026-05-10T06:10:50.895Z Downloaded scroll_derive v0.13.1
5022026-05-10T06:10:50.898Z Downloaded sigpipe v0.1.3
5032026-05-10T06:10:50.898Z Downloaded indexmap v1.9.3
5042026-05-10T06:10:50.901Z Downloaded rustls-pemfile v2.2.0
5052026-05-10T06:10:50.904Z Downloaded progenitor v0.11.1
5062026-05-10T06:10:50.904Z Downloaded schemars_derive v0.8.22
5072026-05-10T06:10:50.904Z Downloaded resolv-conf v0.7.5
5082026-05-10T06:10:50.906Z Downloaded hickory-resolver v0.25.2
5092026-05-10T06:10:50.909Z Downloaded num-integer v0.1.46
5102026-05-10T06:10:50.909Z Downloaded stable_deref_trait v1.2.0
5112026-05-10T06:10:50.912Z Downloaded slog-bunyan v2.5.0
5122026-05-10T06:10:50.912Z Downloaded rustversion v1.0.22
5132026-05-10T06:10:50.915Z Downloaded siphasher v1.0.1
5142026-05-10T06:10:50.916Z Downloaded scroll v0.12.0
5152026-05-10T06:10:50.918Z Downloaded num-traits v0.2.19
5162026-05-10T06:10:50.918Z Downloaded rand_chacha v0.3.1
5172026-05-10T06:10:50.921Z Downloaded progenitor v0.10.0
5182026-05-10T06:10:50.921Z Downloaded miniz_oxide v0.8.9
5192026-05-10T06:10:50.925Z Downloaded smawk v0.3.2
5202026-05-10T06:10:50.925Z Downloaded rusty-fork v0.3.0
5212026-05-10T06:10:50.925Z Downloaded strum v0.26.3
5222026-05-10T06:10:50.928Z Downloaded structmeta-derive v0.3.0
5232026-05-10T06:10:50.928Z Downloaded supports-color v3.0.2
5242026-05-10T06:10:50.928Z Downloaded strsim v0.11.1
5252026-05-10T06:10:50.931Z Downloaded subtle v2.6.1
5262026-05-10T06:10:50.931Z Downloaded structmeta v0.3.0
5272026-05-10T06:10:50.931Z Downloaded termtree v0.5.1
5282026-05-10T06:10:50.934Z Downloaded pin-project v1.1.10
5292026-05-10T06:10:50.939Z Downloaded pest_derive v2.8.2
5302026-05-10T06:10:50.942Z Downloaded flate2 v1.1.2
5312026-05-10T06:10:50.944Z Downloaded const_format v0.2.34
5322026-05-10T06:10:50.947Z Downloaded semver v1.0.27
5332026-05-10T06:10:50.950Z Downloaded sha2 v0.10.9
5342026-05-10T06:10:50.950Z Downloaded strum v0.27.2
5352026-05-10T06:10:50.950Z Downloaded quinn-udp v0.5.14
5362026-05-10T06:10:50.953Z Downloaded papergrid v0.17.0
5372026-05-10T06:10:50.956Z Downloaded sync_wrapper v1.0.2
5382026-05-10T06:10:50.956Z Downloaded tagptr v0.2.0
5392026-05-10T06:10:50.959Z Downloaded tabled_derive v0.11.0
5402026-05-10T06:10:50.959Z Downloaded tabled_derive v0.7.0
5412026-05-10T06:10:50.959Z Downloaded terminal_size v0.4.3
5422026-05-10T06:10:50.962Z Downloaded testing_table v0.3.0
5432026-05-10T06:10:50.962Z Downloaded shlex v1.3.0
5442026-05-10T06:10:50.962Z Downloaded serde_derive_internals v0.29.1
5452026-05-10T06:10:50.965Z Downloaded jiff-static v0.2.15
5462026-05-10T06:10:50.965Z Downloaded thread-id v4.2.2
5472026-05-10T06:10:50.968Z Downloaded thread-id v5.0.0
5482026-05-10T06:10:50.968Z Downloaded thiserror-impl-no-std v2.0.2
5492026-05-10T06:10:50.971Z Downloaded swrite v0.1.0
5502026-05-10T06:10:50.971Z Downloaded slab v0.4.11
5512026-05-10T06:10:50.971Z Downloaded tabwriter v1.4.1
5522026-05-10T06:10:50.974Z Downloaded serde_tokenstream v0.2.3
5532026-05-10T06:10:50.974Z Downloaded serde_path_to_error v0.1.20
5542026-05-10T06:10:50.974Z Downloaded slog-async v2.8.0
5552026-05-10T06:10:50.977Z Downloaded scroll v0.13.0
5562026-05-10T06:10:50.977Z Downloaded slog-term v2.9.2
5572026-05-10T06:10:50.980Z Downloaded take_mut v0.2.2
5582026-05-10T06:10:50.980Z Downloaded signal-hook-registry v1.4.6
5592026-05-10T06:10:50.980Z Downloaded snafu-derive v0.8.9
5602026-05-10T06:10:50.983Z Downloaded slog-json v2.6.1
5612026-05-10T06:10:50.983Z Downloaded slog-dtrace v0.3.0
5622026-05-10T06:10:50.983Z Downloaded time-core v0.1.8
5632026-05-10T06:10:50.986Z Downloaded darling_core v0.21.3
5642026-05-10T06:10:50.989Z Downloaded ryu v1.0.20
5652026-05-10T06:10:50.989Z Downloaded postcard v1.1.3
5662026-05-10T06:10:50.992Z Downloaded proc-macro2 v1.0.106
5672026-05-10T06:10:50.995Z Downloaded papergrid v0.11.0
5682026-05-10T06:10:50.998Z Downloaded progenitor-impl v0.13.0
5692026-05-10T06:10:50.998Z Downloaded progenitor-impl v0.11.1
5702026-05-10T06:10:51.001Z Downloaded smf v0.2.3
5712026-05-10T06:10:51.001Z Downloaded tinyvec_macros v0.1.1
5722026-05-10T06:10:51.001Z Downloaded progenitor-impl v0.10.0
5732026-05-10T06:10:51.004Z Downloaded openssl-sys v0.9.112
5742026-05-10T06:10:51.007Z Downloaded memchr v2.7.5
5752026-05-10T06:10:51.010Z Downloaded toml_datetime v0.6.11
5762026-05-10T06:10:51.010Z Downloaded derive_more v0.99.20
5772026-05-10T06:10:51.013Z Downloaded static_assertions v1.1.0
5782026-05-10T06:10:51.016Z Downloaded pkg-config v0.3.32
5792026-05-10T06:10:51.016Z Downloaded pin-project-internal v1.1.10
5802026-05-10T06:10:51.016Z Downloaded indexmap v2.13.0
5812026-05-10T06:10:51.019Z Downloaded elliptic-curve v0.13.8
5822026-05-10T06:10:51.022Z Downloaded openssl-macros v0.1.1
5832026-05-10T06:10:51.022Z Downloaded icu_normalizer v2.0.0
5842026-05-10T06:10:51.024Z Downloaded serde_with_macros v3.14.1
5852026-05-10T06:10:51.027Z Downloaded curl v0.4.49
5862026-05-10T06:10:51.030Z Downloaded bitflags v2.9.4
5872026-05-10T06:10:51.030Z Downloaded displaydoc v0.2.5
5882026-05-10T06:10:51.033Z Downloaded synstructure v0.13.2
5892026-05-10T06:10:51.033Z Downloaded topological-sort v0.2.2
5902026-05-10T06:10:51.036Z Downloaded strum_macros v0.27.2
5912026-05-10T06:10:51.036Z Downloaded tower-layer v0.3.3
5922026-05-10T06:10:51.036Z Downloaded typify-macro v0.6.1
5932026-05-10T06:10:51.039Z Downloaded unicode-linebreak v0.1.5
5942026-05-10T06:10:51.039Z Downloaded try-lock v0.2.5
5952026-05-10T06:10:51.039Z Downloaded tower-service v0.3.3
5962026-05-10T06:10:51.039Z Downloaded toml_write v0.1.2
5972026-05-10T06:10:51.042Z Downloaded console v0.15.11
5982026-05-10T06:10:51.042Z Downloaded anstyle-parse v1.0.0
5992026-05-10T06:10:51.045Z Downloaded thread_local v1.1.9
6002026-05-10T06:10:51.045Z Downloaded heapless v0.8.0
6012026-05-10T06:10:51.048Z Downloaded hashbrown v0.12.3
6022026-05-10T06:10:51.051Z Downloaded tinystr v0.8.1
6032026-05-10T06:10:51.051Z Downloaded thiserror-no-std v2.0.2
6042026-05-10T06:10:51.054Z Downloaded unarray v0.1.4
6052026-05-10T06:10:51.054Z Downloaded typify-macro v0.4.3
6062026-05-10T06:10:51.057Z Downloaded thiserror-impl v2.0.18
6072026-05-10T06:10:51.057Z Downloaded thiserror v2.0.18
6082026-05-10T06:10:51.060Z Downloaded unicode-xid v0.2.6
6092026-05-10T06:10:51.060Z Downloaded hickory-resolver v0.24.4
6102026-05-10T06:10:51.063Z Downloaded tokio-rustls v0.25.0
6112026-05-10T06:10:51.066Z Downloaded tokio-dtrace v0.1.1
6122026-05-10T06:10:51.066Z Downloaded untrusted v0.9.0
6132026-05-10T06:10:51.066Z Downloaded serde_derive v1.0.228
6142026-05-10T06:10:51.069Z Downloaded time-macros v0.2.27
6152026-05-10T06:10:51.072Z Downloaded untrusted v0.7.1
6162026-05-10T06:10:51.072Z Downloaded thiserror-impl v1.0.69
6172026-05-10T06:10:51.072Z Downloaded colored v3.0.0
6182026-05-10T06:10:51.074Z Downloaded newtype-uuid-macros v0.1.0
6192026-05-10T06:10:51.074Z Downloaded newline-converter v0.3.0
6202026-05-10T06:10:51.074Z Downloaded utf8_iter v1.0.4
6212026-05-10T06:10:51.077Z Downloaded smallvec v1.15.1
6222026-05-10T06:10:51.077Z Downloaded schemars v0.8.22
6232026-05-10T06:10:51.082Z Downloaded version_check v0.9.5
6242026-05-10T06:10:51.085Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6252026-05-10T06:10:51.085Z Downloaded usdt-attr-macro v0.5.0
6262026-05-10T06:10:51.085Z Downloaded tokio-native-tls v0.3.1
6272026-05-10T06:10:51.088Z Downloaded usdt v0.5.0
6282026-05-10T06:10:51.088Z Downloaded tokio-macros v2.6.0
6292026-05-10T06:10:51.088Z Downloaded rayon-core v1.13.0
6302026-05-10T06:10:51.091Z Downloaded wait-timeout v0.2.1
6312026-05-10T06:10:51.094Z Downloaded utf8parse v0.2.2
6322026-05-10T06:10:51.094Z Downloaded usdt-macro v0.5.0
6332026-05-10T06:10:51.094Z Downloaded spin v0.9.8
6342026-05-10T06:10:51.097Z Downloaded waitgroup v0.1.2
6352026-05-10T06:10:51.097Z Downloaded usdt-macro v0.6.0
6362026-05-10T06:10:51.097Z Downloaded usdt v0.6.0
6372026-05-10T06:10:51.097Z Downloaded usdt-attr-macro v0.6.0
6382026-05-10T06:10:51.097Z Downloaded ingot-types v0.1.2
6392026-05-10T06:10:51.100Z Downloaded expectorate v1.2.0
6402026-05-10T06:10:51.100Z Downloaded foreign-types-macros v0.2.3
6412026-05-10T06:10:51.100Z Downloaded foldhash v0.1.5
6422026-05-10T06:10:51.103Z Downloaded const_format_proc_macros v0.2.34
6432026-05-10T06:10:51.103Z Downloaded arrayvec v0.7.6
6442026-05-10T06:10:51.106Z Downloaded anstream v1.0.0
6452026-05-10T06:10:51.106Z Downloaded toml_writer v1.0.6+spec-1.1.0
6462026-05-10T06:10:51.106Z Downloaded thiserror v1.0.69
6472026-05-10T06:10:51.109Z Downloaded want v0.3.1
6482026-05-10T06:10:51.112Z Downloaded strum_macros v0.26.4
6492026-05-10T06:10:51.112Z Downloaded xattr v1.6.1
6502026-05-10T06:10:51.112Z Downloaded term v1.2.0
6512026-05-10T06:10:51.115Z Downloaded rustls-pki-types v1.12.0
6522026-05-10T06:10:51.118Z Downloaded autocfg v1.5.0
6532026-05-10T06:10:51.118Z Downloaded fixedbitset v0.5.7
6542026-05-10T06:10:51.121Z Downloaded yoke-derive v0.8.0
6552026-05-10T06:10:51.121Z Downloaded daft-derive v0.1.4
6562026-05-10T06:10:51.124Z Downloaded socket2 v0.5.10
6572026-05-10T06:10:51.124Z Downloaded slog v2.8.2
6582026-05-10T06:10:51.127Z Downloaded zerofrom v0.1.6
6592026-05-10T06:10:51.127Z Downloaded tokio-rustls v0.26.3
6602026-05-10T06:10:51.127Z Downloaded foldhash v0.2.0
6612026-05-10T06:10:51.130Z Downloaded hyper-util v0.1.19
6622026-05-10T06:10:51.133Z Downloaded serde_core v1.0.228
6632026-05-10T06:10:51.133Z Downloaded mio v1.0.4
6642026-05-10T06:10:51.136Z Downloaded tempfile v3.23.0
6652026-05-10T06:10:51.139Z Downloaded serde_yaml v0.9.34+deprecated
6662026-05-10T06:10:51.142Z Downloaded zone_cfg_derive v0.3.1
6672026-05-10T06:10:51.142Z Downloaded zone v0.3.1
6682026-05-10T06:10:51.142Z Downloaded zerofrom-derive v0.1.6
6692026-05-10T06:10:51.142Z Downloaded signal-hook v0.3.18
6702026-05-10T06:10:51.146Z Downloaded toml v0.8.23
6712026-05-10T06:10:51.146Z Downloaded http v1.4.0
6722026-05-10T06:10:51.149Z Downloaded universal-hash v0.5.1
6732026-05-10T06:10:51.149Z Downloaded minimal-lexical v0.2.1
6742026-05-10T06:10:51.152Z Downloaded match_cfg v0.1.0
6752026-05-10T06:10:51.152Z Downloaded macaddr v1.0.1
6762026-05-10T06:10:51.152Z Downloaded lru-slab v0.1.2
6772026-05-10T06:10:51.154Z Downloaded zeroize_derive v1.4.3
6782026-05-10T06:10:51.155Z Downloaded daft v0.1.4
6792026-05-10T06:10:51.155Z Downloaded is_ci v1.2.0
6802026-05-10T06:10:51.155Z Downloaded data-encoding v2.9.0
6812026-05-10T06:10:51.157Z Downloaded critical-section v1.2.0
6822026-05-10T06:10:51.157Z Downloaded cipher v0.4.4
6832026-05-10T06:10:51.157Z Downloaded either v1.15.0
6842026-05-10T06:10:51.160Z Downloaded async-recursion v1.1.1
6852026-05-10T06:10:51.160Z Downloaded usdt-impl v0.5.0
6862026-05-10T06:10:51.163Z Downloaded tokio-stream v0.1.17
6872026-05-10T06:10:51.163Z Downloaded walkdir v2.5.0
6882026-05-10T06:10:51.166Z Downloaded similar v2.7.0
6892026-05-10T06:10:51.169Z Downloaded quinn v0.11.9
6902026-05-10T06:10:51.169Z Downloaded usdt-impl v0.6.0
6912026-05-10T06:10:51.172Z Downloaded toml_parser v1.0.6+spec-1.1.0
6922026-05-10T06:10:51.172Z Downloaded writeable v0.6.1
6932026-05-10T06:10:51.175Z Downloaded socket2 v0.6.0
6942026-05-10T06:10:51.175Z Downloaded ucd-trie v0.1.7
6952026-05-10T06:10:51.178Z Downloaded prettyplease v0.2.37
6962026-05-10T06:10:51.178Z Downloaded group v0.13.0
6972026-05-10T06:10:51.178Z Downloaded drift v0.1.3
6982026-05-10T06:10:51.181Z Downloaded schemars v1.2.0
6992026-05-10T06:10:51.188Z Downloaded whoami v1.6.1
7002026-05-10T06:10:51.191Z Downloaded vsss-rs v3.3.4
7012026-05-10T06:10:51.191Z Downloaded tracing-attributes v0.1.30
7022026-05-10T06:10:51.194Z Downloaded rand v0.9.2
7032026-05-10T06:10:51.197Z Downloaded zerovec-derive v0.11.1
7042026-05-10T06:10:51.197Z Downloaded yoke v0.8.0
7052026-05-10T06:10:51.198Z Downloaded toml v0.9.11+spec-1.1.0
7062026-05-10T06:10:51.200Z Downloaded zmij v1.0.17
7072026-05-10T06:10:51.200Z Downloaded toml v0.7.8
7082026-05-10T06:10:51.203Z Downloaded iri-string v0.7.8
7092026-05-10T06:10:51.207Z Downloaded test-strategy v0.4.3
7102026-05-10T06:10:51.209Z Downloaded iddqd v0.3.17
7112026-05-10T06:10:51.212Z Downloaded rand v0.8.5
7122026-05-10T06:10:51.215Z Downloaded instant v0.1.13
7132026-05-10T06:10:51.215Z Downloaded indent_write v2.2.0
7142026-05-10T06:10:51.215Z Downloaded defmt v0.3.100
7152026-05-10T06:10:51.215Z Downloaded textwrap v0.16.2
7162026-05-10T06:10:51.218Z Downloaded futures-macro v0.3.32
7172026-05-10T06:10:51.218Z Downloaded zerocopy-derive v0.7.35
7182026-05-10T06:10:51.221Z Downloaded tinyvec v1.10.0
7192026-05-10T06:10:51.221Z Downloaded schemars v0.9.0
7202026-05-10T06:10:51.227Z Downloaded zeroize v1.8.1
7212026-05-10T06:10:51.231Z Downloaded unicode-ident v1.0.24
7222026-05-10T06:10:51.231Z Downloaded typify v0.6.1
7232026-05-10T06:10:51.235Z Downloaded serde v1.0.228
7242026-05-10T06:10:51.235Z Downloaded snafu v0.8.9
7252026-05-10T06:10:51.238Z Downloaded nom v7.1.3
7262026-05-10T06:10:51.240Z Downloaded itertools v0.12.1
7272026-05-10T06:10:51.243Z Downloaded tracing-core v0.1.34
7282026-05-10T06:10:51.246Z Downloaded vergen v8.3.2
7292026-05-10T06:10:51.249Z Downloaded uuid v1.20.0
7302026-05-10T06:10:51.249Z Downloaded dtrace-parser v0.2.0
7312026-05-10T06:10:51.249Z Downloaded futures-core v0.3.32
7322026-05-10T06:10:51.252Z Downloaded find-msvc-tools v0.1.9
7332026-05-10T06:10:51.252Z Downloaded dof v0.3.0
7342026-05-10T06:10:51.252Z Downloaded aho-corasick v1.1.3
7352026-05-10T06:10:51.255Z Downloaded crossbeam-deque v0.8.6
7362026-05-10T06:10:51.255Z Downloaded colorchoice v1.0.4
7372026-05-10T06:10:51.258Z Downloaded anyhow v1.0.102
7382026-05-10T06:10:51.258Z Downloaded darling_macro v0.21.3
7392026-05-10T06:10:51.258Z Downloaded foreign-types v0.3.2
7402026-05-10T06:10:51.261Z Downloaded defmt-parser v1.0.0
7412026-05-10T06:10:51.261Z Downloaded debug-ignore v1.0.5
7422026-05-10T06:10:51.261Z Downloaded hashbrown v0.15.5
7432026-05-10T06:10:51.265Z Downloaded crc8 v0.1.1
7442026-05-10T06:10:51.265Z Downloaded typenum v1.18.0
7452026-05-10T06:10:51.268Z Downloaded ciborium-ll v0.2.2
7462026-05-10T06:10:51.268Z Downloaded fastrand v2.3.0
7472026-05-10T06:10:51.268Z Downloaded cstr-argument v0.1.2
7482026-05-10T06:10:51.268Z Downloaded cobs v0.3.0
7492026-05-10T06:10:51.271Z Downloaded rustls-webpki v0.103.6
7502026-05-10T06:10:51.271Z Downloaded blake2 v0.10.6
7512026-05-10T06:10:51.273Z Downloaded half v2.7.1
7522026-05-10T06:10:51.273Z Downloaded futures v0.3.32
7532026-05-10T06:10:51.276Z Downloaded unsafe-libyaml v0.2.11
7542026-05-10T06:10:51.279Z Downloaded clap_builder v4.6.0
7552026-05-10T06:10:51.282Z Downloaded qorb v0.4.1
7562026-05-10T06:10:51.285Z Downloaded steno v0.4.1
7572026-05-10T06:10:51.288Z Downloaded dropshot-api-manager v0.5.2
7582026-05-10T06:10:51.288Z Downloaded crypto-common v0.1.6
7592026-05-10T06:10:51.288Z Downloaded cfg_aliases v0.2.1
7602026-05-10T06:10:51.291Z Downloaded convert_case v0.4.0
7612026-05-10T06:10:51.291Z Downloaded http-body v1.0.1
7622026-05-10T06:10:51.291Z Downloaded filetime v0.2.26
7632026-05-10T06:10:51.291Z Downloaded base64 v0.22.1
7642026-05-10T06:10:51.294Z Downloaded camino v1.2.2
7652026-05-10T06:10:51.294Z Downloaded bcs v0.1.6
7662026-05-10T06:10:51.297Z Downloaded adler2 v2.0.1
7672026-05-10T06:10:51.297Z Downloaded block-buffer v0.10.4
7682026-05-10T06:10:51.300Z Downloaded hashbrown v0.16.1
7692026-05-10T06:10:51.307Z Downloaded itertools v0.14.0
7702026-05-10T06:10:51.317Z Downloaded toml_edit v0.22.27
7712026-05-10T06:10:51.320Z Downloaded toml_edit v0.19.15
7722026-05-10T06:10:51.328Z Downloaded libm v0.2.15
7732026-05-10T06:10:51.334Z Downloaded tracing v0.1.41
7742026-05-10T06:10:51.337Z Downloaded typify v0.4.3
7752026-05-10T06:10:51.339Z Downloaded tar v0.4.45
7762026-05-10T06:10:51.339Z Downloaded idna v1.1.0
7772026-05-10T06:10:51.342Z Downloaded hyper v1.8.1
7782026-05-10T06:10:51.345Z Downloaded url v2.5.7
7792026-05-10T06:10:51.348Z Downloaded pest v2.8.2
7802026-05-10T06:10:51.351Z Downloaded h2 v0.4.12
7812026-05-10T06:10:51.354Z Downloaded icu_properties_data v2.0.1
7822026-05-10T06:10:51.357Z Downloaded reqwest v0.13.2
7832026-05-10T06:10:51.360Z Downloaded blake3 v1.8.2
7842026-05-10T06:10:51.364Z Downloaded zerotrie v0.2.2
7852026-05-10T06:10:51.367Z Downloaded hkdf v0.12.4
7862026-05-10T06:10:51.370Z Downloaded futures-util v0.3.32
7872026-05-10T06:10:51.374Z Downloaded tokio-util v0.7.16
7882026-05-10T06:10:51.377Z Downloaded goblin v0.8.2
7892026-05-10T06:10:51.381Z Downloaded reqwest v0.12.23
7902026-05-10T06:10:51.384Z Downloaded regex v1.12.3
7912026-05-10T06:10:51.388Z Downloaded git2 v0.19.0
7922026-05-10T06:10:51.393Z Downloaded typed-path v0.9.3
7932026-05-10T06:10:51.396Z Downloaded zerocopy-derive v0.8.27
7942026-05-10T06:10:51.407Z Downloaded tower v0.5.2
7952026-05-10T06:10:51.411Z Downloaded rayon v1.11.0
7962026-05-10T06:10:51.416Z Downloaded aws-lc-rs v1.16.2
7972026-05-10T06:10:51.421Z Downloaded zerovec v0.11.4
7982026-05-10T06:10:51.429Z Downloaded rustls-webpki v0.102.8
7992026-05-10T06:10:51.439Z Downloaded bindgen v0.72.1
8002026-05-10T06:10:51.443Z Downloaded serde_with v3.14.1
8012026-05-10T06:10:51.449Z Downloaded serde_json v1.0.149
8022026-05-10T06:10:51.452Z Downloaded chrono v0.4.44
8032026-05-10T06:10:51.456Z Downloaded unicode-segmentation v1.12.0
8042026-05-10T06:10:51.459Z Downloaded unicode-normalization v0.1.24
8052026-05-10T06:10:51.461Z Downloaded proptest v1.8.0
8062026-05-10T06:10:51.464Z Downloaded portable-atomic v1.11.1
8072026-05-10T06:10:51.473Z Downloaded winnow v0.5.40
8082026-05-10T06:10:51.477Z Downloaded tower-http v0.6.8
8092026-05-10T06:10:51.481Z Downloaded tabled v0.15.0
8102026-05-10T06:10:51.489Z Downloaded winnow v0.7.14
8112026-05-10T06:10:51.494Z Downloaded bstr v1.12.0
8122026-05-10T06:10:51.498Z Downloaded curve25519-dalek v4.1.3
8132026-05-10T06:10:51.503Z Downloaded tough v0.20.0
8142026-05-10T06:10:51.508Z Downloaded tabled v0.20.0
8152026-05-10T06:10:51.518Z Downloaded goblin v0.10.1
8162026-05-10T06:10:51.529Z Downloaded zerocopy v0.7.35
8172026-05-10T06:10:51.545Z Downloaded vcpkg v0.2.15
8182026-05-10T06:10:51.565Z Downloaded moka v0.12.11
8192026-05-10T06:10:51.572Z Downloaded webpki-roots v1.0.2
8202026-05-10T06:10:51.576Z Downloaded syn v2.0.117
8212026-05-10T06:10:51.580Z Downloaded rustls v0.22.4
8222026-05-10T06:10:51.587Z Downloaded regress v0.10.5
8232026-05-10T06:10:51.591Z Downloaded nix v0.30.1
8242026-05-10T06:10:51.601Z Downloaded quinn-proto v0.11.14
8252026-05-10T06:10:51.604Z Downloaded rustls v0.23.32
8262026-05-10T06:10:51.611Z Downloaded time v0.3.47
8272026-05-10T06:10:51.623Z Downloaded rustix v1.1.2
8282026-05-10T06:10:51.637Z Downloaded openssl v0.10.76
8292026-05-10T06:10:51.644Z Downloaded syn v1.0.109
8302026-05-10T06:10:51.666Z Downloaded zerocopy v0.8.27
8312026-05-10T06:10:51.679Z Downloaded typify-impl v0.4.3
8322026-05-10T06:10:51.686Z Downloaded unicode-width v0.1.14
8332026-05-10T06:10:51.689Z Downloaded dropshot v0.16.7
8342026-05-10T06:10:51.701Z Downloaded unicode-width v0.2.1
8352026-05-10T06:10:51.722Z Downloaded openapiv3 v2.2.0
8362026-05-10T06:10:51.728Z Downloaded smoltcp v0.11.0
8372026-05-10T06:10:51.734Z Downloaded regex-syntax v0.8.6
8382026-05-10T06:10:51.738Z Downloaded hickory-proto v0.25.2
8392026-05-10T06:10:51.746Z Downloaded hickory-proto v0.24.4
8402026-05-10T06:10:51.754Z Downloaded chrono-tz v0.10.4
8412026-05-10T06:10:51.763Z Downloaded rustix v0.38.44
8422026-05-10T06:10:51.775Z Downloaded csv v1.3.1
8432026-05-10T06:10:51.790Z Downloaded sha3 v0.10.8
8442026-05-10T06:10:51.809Z Downloaded typify-impl v0.6.1
8452026-05-10T06:10:51.897Z Downloaded regex-automata v0.4.13
8462026-05-10T06:10:51.911Z Downloaded jiff v0.2.15
8472026-05-10T06:10:51.921Z Downloaded petgraph v0.6.5
8482026-05-10T06:10:51.950Z Downloaded libgit2-sys v0.17.0+1.8.1
8492026-05-10T06:10:51.982Z Downloaded curl-sys v0.4.83+curl-8.15.0
8502026-05-10T06:10:52.014Z Downloaded petgraph v0.8.2
8512026-05-10T06:10:52.024Z Downloaded libc v0.2.183
8522026-05-10T06:10:52.049Z Downloaded libz-sys v1.1.22
8532026-05-10T06:10:52.062Z Downloaded tokio v1.49.0
8542026-05-10T06:10:52.091Z Downloaded encoding_rs v0.8.35
8552026-05-10T06:10:52.125Z Downloaded ring v0.17.14
8562026-05-10T06:10:52.560Z Downloaded aws-lc-sys v0.39.1
8572026-05-10T06:10:52.862Z Compiling proc-macro2 v1.0.106
8582026-05-10T06:10:52.862Z Compiling quote v1.0.45
8592026-05-10T06:10:52.862Z Compiling unicode-ident v1.0.24
8602026-05-10T06:10:52.865Z Compiling serde_core v1.0.228
8612026-05-10T06:10:52.865Z Compiling serde v1.0.228
8622026-05-10T06:10:52.865Z Compiling libc v0.2.183
8632026-05-10T06:10:52.866Z Checking cfg-if v1.0.3
8642026-05-10T06:10:53.159Z Compiling zmij v1.0.17
8652026-05-10T06:10:53.196Z Compiling autocfg v1.5.0
8662026-05-10T06:10:53.495Z Compiling memchr v2.7.5
8672026-05-10T06:10:53.651Z Compiling getrandom v0.3.3
8682026-05-10T06:10:53.654Z Compiling libm v0.2.15
8692026-05-10T06:10:54.037Z Checking itoa v1.0.15
8702026-05-10T06:10:54.096Z Checking smallvec v1.15.1
8712026-05-10T06:10:54.161Z Compiling shlex v1.3.0
8722026-05-10T06:10:54.178Z Compiling jobserver v0.1.34
8732026-05-10T06:10:54.280Z Compiling find-msvc-tools v0.1.9
8742026-05-10T06:10:54.316Z Compiling syn v2.0.117
8752026-05-10T06:10:54.346Z Compiling thiserror v2.0.18
8762026-05-10T06:10:54.363Z Compiling version_check v0.9.5
8772026-05-10T06:10:54.379Z Compiling icu_normalizer_data v2.0.0
8782026-05-10T06:10:54.500Z Compiling cc v1.2.58
8792026-05-10T06:10:54.519Z Compiling icu_properties_data v2.0.1
8802026-05-10T06:10:54.645Z Compiling parking_lot_core v0.9.12
8812026-05-10T06:10:54.768Z Checking stable_deref_trait v1.2.0
8822026-05-10T06:10:54.788Z Compiling serde_json v1.0.149
8832026-05-10T06:10:55.061Z Compiling heck v0.5.0
8842026-05-10T06:10:55.172Z Checking litemap v0.8.0
8852026-05-10T06:10:55.195Z Checking writeable v0.6.1
8862026-05-10T06:10:55.222Z Compiling num-traits v0.2.19
8872026-05-10T06:10:55.272Z Checking percent-encoding v2.3.2
8882026-05-10T06:10:55.538Z Checking form_urlencoded v1.2.2
8892026-05-10T06:10:55.555Z Checking utf8_iter v1.0.4
8902026-05-10T06:10:55.618Z Compiling zerocopy v0.8.27
8912026-05-10T06:10:55.663Z Checking pin-project-lite v0.2.16
8922026-05-10T06:10:55.680Z Compiling rustversion v1.0.22
8932026-05-10T06:10:55.748Z Checking iana-time-zone v0.1.64
8942026-05-10T06:10:55.764Z Compiling log v0.4.29
8952026-05-10T06:10:55.796Z Compiling foldhash v0.2.0
8962026-05-10T06:10:55.858Z Compiling equivalent v1.0.2
8972026-05-10T06:10:55.948Z Compiling allocator-api2 v0.2.21
8982026-05-10T06:10:55.963Z Compiling semver v1.0.27
8992026-05-10T06:10:55.998Z Checking socket2 v0.6.0
9002026-05-10T06:10:56.067Z Checking uuid v1.20.0
9012026-05-10T06:10:56.247Z Compiling hashbrown v0.16.1
9022026-05-10T06:10:56.264Z Checking scopeguard v1.2.0
9032026-05-10T06:10:56.369Z Checking lock_api v0.4.14
9042026-05-10T06:10:56.386Z Checking signal-hook-registry v1.4.6
9052026-05-10T06:10:56.498Z Checking getrandom v0.2.16
9062026-05-10T06:10:56.559Z Checking mio v1.0.4
9072026-05-10T06:10:56.563Z Compiling portable-atomic v1.11.1
9082026-05-10T06:10:56.592Z Checking parking_lot v0.12.5
9092026-05-10T06:10:56.638Z Compiling schemars v0.8.22
9102026-05-10T06:10:56.659Z Checking dyn-clone v1.0.20
9112026-05-10T06:10:56.867Z Checking critical-section v1.2.0
9122026-05-10T06:10:56.946Z Checking futures-core v0.3.32
9132026-05-10T06:10:56.988Z Compiling ring v0.17.14
9142026-05-10T06:10:57.068Z Compiling typenum v1.18.0
9152026-05-10T06:10:57.085Z Compiling indexmap v2.13.0
9162026-05-10T06:10:57.254Z Compiling synstructure v0.13.2
9172026-05-10T06:10:57.334Z Compiling serde_derive_internals v0.29.1
9182026-05-10T06:10:57.522Z Checking once_cell v1.21.3
9192026-05-10T06:10:57.723Z Compiling thiserror v1.0.69
9202026-05-10T06:10:57.755Z Compiling regex-syntax v0.8.6
9212026-05-10T06:10:57.951Z Compiling httparse v1.10.1
9222026-05-10T06:10:58.066Z Compiling rustix v1.1.2
9232026-05-10T06:10:58.206Z Checking futures-sink v0.3.32
9242026-05-10T06:10:58.246Z Compiling aho-corasick v1.1.3
9252026-05-10T06:10:58.306Z Checking slab v0.4.11
9262026-05-10T06:10:58.341Z Checking subtle v2.6.1
9272026-05-10T06:10:58.357Z Compiling anyhow v1.0.102
9282026-05-10T06:10:58.458Z Compiling ucd-trie v0.1.7
9292026-05-10T06:10:58.475Z Compiling serde_derive v1.0.228
9302026-05-10T06:10:58.537Z Compiling zerofrom-derive v0.1.6
9312026-05-10T06:10:58.664Z Compiling yoke-derive v0.8.0
9322026-05-10T06:10:58.699Z Compiling zerovec-derive v0.11.1
9332026-05-10T06:10:58.715Z Compiling displaydoc v0.2.5
9342026-05-10T06:10:59.437Z Compiling thiserror-impl v2.0.18
9352026-05-10T06:10:59.688Z Compiling schemars_derive v0.8.22
9362026-05-10T06:10:59.720Z Compiling tokio-macros v2.6.0
9372026-05-10T06:10:59.738Z Checking zerofrom v0.1.6
9382026-05-10T06:10:59.778Z Compiling zerocopy-derive v0.8.27
9392026-05-10T06:10:59.832Z Compiling futures-macro v0.3.32
9402026-05-10T06:10:59.856Z Checking yoke v0.8.0
9412026-05-10T06:11:00.028Z Checking zerovec v0.11.4
9422026-05-10T06:11:00.442Z Checking zerotrie v0.2.2
9432026-05-10T06:11:00.618Z Compiling zeroize_derive v1.4.3
9442026-05-10T06:11:00.729Z Checking tinystr v0.8.1
9452026-05-10T06:11:00.746Z Checking potential_utf v0.1.3
9462026-05-10T06:11:00.784Z Compiling thiserror-impl v1.0.69
9472026-05-10T06:11:00.863Z Compiling regex-automata v0.4.13
9482026-05-10T06:11:00.880Z Checking icu_collections v2.0.0
9492026-05-10T06:11:00.908Z Checking icu_locale_core v2.0.0
9502026-05-10T06:11:01.260Z Checking zeroize v1.8.1
9512026-05-10T06:11:01.357Z Checking icu_provider v2.0.0
9522026-05-10T06:11:01.411Z Compiling pest v2.8.2
9532026-05-10T06:11:01.516Z Checking bytes v1.11.1
9542026-05-10T06:11:01.593Z Checking icu_normalizer v2.0.0
9552026-05-10T06:11:01.641Z Checking icu_properties v2.0.1
9562026-05-10T06:11:01.900Z Checking chrono v0.4.44
9572026-05-10T06:11:01.918Z Compiling serde_tokenstream v0.2.3
9582026-05-10T06:11:01.949Z Checking tokio v1.49.0
9592026-05-10T06:11:02.193Z Checking bitflags v2.9.4
9602026-05-10T06:11:02.380Z Checking futures-channel v0.3.32
9612026-05-10T06:11:02.441Z Checking idna_adapter v1.2.1
9622026-05-10T06:11:02.572Z Checking idna v1.1.0
9632026-05-10T06:11:02.590Z Compiling regex v1.12.3
9642026-05-10T06:11:02.646Z Checking rand_core v0.6.4
9652026-05-10T06:11:02.751Z Compiling pest_meta v2.8.2
9662026-05-10T06:11:02.813Z Checking url v2.5.7
9672026-05-10T06:11:02.830Z Checking futures-task v0.3.32
9682026-05-10T06:11:02.970Z Checking futures-io v0.3.32
9692026-05-10T06:11:03.000Z Compiling pkg-config v0.3.32
9702026-05-10T06:11:03.088Z Checking futures-util v0.3.32
9712026-05-10T06:11:03.137Z Compiling tracing-attributes v0.1.30
9722026-05-10T06:11:03.450Z Compiling pest_generator v2.8.2
9732026-05-10T06:11:03.601Z Checking tracing-core v0.1.34
9742026-05-10T06:11:03.915Z Compiling generic-array v0.14.7
9752026-05-10T06:11:03.934Z Checking fnv v1.0.7
9762026-05-10T06:11:04.139Z Compiling pest_derive v2.8.2
9772026-05-10T06:11:04.155Z Compiling vcpkg v0.2.15
9782026-05-10T06:11:04.223Z Compiling http v1.4.0
9792026-05-10T06:11:04.343Z Checking tracing v0.1.41
9802026-05-10T06:11:04.648Z Compiling regress v0.10.5
9812026-05-10T06:11:04.722Z Compiling time-core v0.1.8
9822026-05-10T06:11:04.738Z Compiling byteorder v1.5.0
9832026-05-10T06:11:04.879Z Compiling num-conv v0.2.1
9842026-05-10T06:11:05.052Z Compiling time-macros v0.2.27
9852026-05-10T06:11:05.068Z Checking errno v0.3.14
9862026-05-10T06:11:05.071Z Checking ipnet v2.11.0
9872026-05-10T06:11:05.117Z Checking base64 v0.22.1
9882026-05-10T06:11:05.313Z Checking tokio-util v0.7.16
9892026-05-10T06:11:05.352Z Compiling scroll_derive v0.13.1
9902026-05-10T06:11:05.465Z Checking crypto-common v0.1.6
9912026-05-10T06:11:05.596Z Compiling camino v1.2.2
9922026-05-10T06:11:05.976Z Checking http-body v1.0.1
9932026-05-10T06:11:06.018Z Checking ppv-lite86 v0.2.21
9942026-05-10T06:11:06.048Z Compiling crossbeam-utils v0.8.21
9952026-05-10T06:11:06.105Z Compiling syn v1.0.109
9962026-05-10T06:11:06.129Z Checking atomic-waker v1.1.2
9972026-05-10T06:11:06.226Z Compiling slog v2.8.2
9982026-05-10T06:11:06.309Z Checking try-lock v0.2.5
9992026-05-10T06:11:06.368Z Compiling paste v1.0.15
10002026-05-10T06:11:06.396Z Checking tower-service v0.3.3
10012026-05-10T06:11:06.413Z Checking tower-layer v0.3.3
10022026-05-10T06:11:06.476Z Checking want v0.3.1
10032026-05-10T06:11:06.494Z Checking h2 v0.4.12
10042026-05-10T06:11:06.529Z Checking ipnetwork v0.21.1
10052026-05-10T06:11:06.561Z Checking erased-serde v0.3.31
10062026-05-10T06:11:06.594Z Checking rustls-pki-types v1.12.0
10072026-05-10T06:11:06.740Z Checking pretty-hex v0.4.1
10082026-05-10T06:11:06.821Z Checking pin-utils v0.1.0
10092026-05-10T06:11:06.861Z Checking ryu v1.0.20
10102026-05-10T06:11:06.879Z Checking httpdate v1.0.3
10112026-05-10T06:11:06.926Z Compiling async-trait v0.1.89
10122026-05-10T06:11:06.996Z Checking socket2 v0.5.10
10132026-05-10T06:11:07.105Z Checking untrusted v0.9.0
10142026-05-10T06:11:07.210Z Compiling scroll v0.13.0
10152026-05-10T06:11:07.213Z Compiling openssl-sys v0.9.112
10162026-05-10T06:11:07.243Z Compiling plain v0.2.3
10172026-05-10T06:11:07.367Z Compiling strsim v0.11.1
10182026-05-10T06:11:07.389Z Compiling usdt-impl v0.6.0
10192026-05-10T06:11:07.566Z Compiling goblin v0.10.1
10202026-05-10T06:11:07.658Z Checking http-body-util v0.1.3
10212026-05-10T06:11:07.674Z Checking block-buffer v0.10.4
10222026-05-10T06:11:07.813Z Compiling openapiv3 v2.2.0
10232026-05-10T06:11:07.831Z Checking rand_core v0.9.3
10242026-05-10T06:11:07.996Z Compiling slog-async v2.8.0
10252026-05-10T06:11:08.247Z Checking digest v0.10.7
10262026-05-10T06:11:08.335Z Checking serde_urlencoded v0.7.1
10272026-05-10T06:11:08.353Z Checking hyper v1.8.1
10282026-05-10T06:11:08.433Z Checking oxnet v0.1.4
10292026-05-10T06:11:08.570Z Compiling typify-impl v0.4.3
10302026-05-10T06:11:08.708Z Compiling dtrace-parser v0.3.0
10312026-05-10T06:11:09.127Z Compiling cmake v0.1.54
10322026-05-10T06:11:09.275Z Checking hyper-util v0.1.19
10332026-05-10T06:11:09.339Z Compiling thread-id v5.0.0
10342026-05-10T06:11:09.356Z Compiling fs_extra v1.3.0
10352026-05-10T06:11:09.402Z Compiling omicron-workspace-hack v0.1.0
10362026-05-10T06:11:09.425Z Compiling dunce v1.0.5
10372026-05-10T06:11:09.475Z Compiling ident_case v1.0.1
10382026-05-10T06:11:09.524Z Checking rand_chacha v0.9.0
10392026-05-10T06:11:09.605Z Compiling darling_core v0.21.3
10402026-05-10T06:11:09.627Z Compiling aws-lc-sys v0.39.1
10412026-05-10T06:11:09.660Z Compiling daft-derive v0.1.4
10422026-05-10T06:11:09.714Z Checking rand v0.9.2
10432026-05-10T06:11:10.176Z Checking powerfmt v0.2.0
10442026-05-10T06:11:10.331Z Compiling dof v0.4.0
10452026-05-10T06:11:10.361Z Compiling unsafe-libyaml v0.2.11
10462026-05-10T06:11:10.385Z Checking deranged v0.5.3
10472026-05-10T06:11:10.589Z Checking sync_wrapper v1.0.2
10482026-05-10T06:11:11.074Z Compiling serde_yaml v0.9.34+deprecated
10492026-05-10T06:11:11.292Z Compiling aws-lc-rs v1.16.2
10502026-05-10T06:11:11.354Z Checking cpufeatures v0.2.17
10512026-05-10T06:11:11.425Z Checking num_threads v0.1.7
10522026-05-10T06:11:11.528Z Compiling rustls v0.22.4
10532026-05-10T06:11:11.531Z Compiling usdt-macro v0.6.0
10542026-05-10T06:11:11.587Z Compiling usdt-attr-macro v0.6.0
10552026-05-10T06:11:11.654Z Checking time v0.3.47
10562026-05-10T06:11:11.693Z Compiling darling_macro v0.21.3
10572026-05-10T06:11:11.952Z Compiling typify-macro v0.4.3
10582026-05-10T06:11:12.227Z Compiling darling v0.21.3
10592026-05-10T06:11:12.311Z Checking tower v0.5.2
10602026-05-10T06:11:12.421Z Compiling structmeta-derive v0.3.0
10612026-05-10T06:11:12.691Z Checking encoding_rs v0.8.35
10622026-05-10T06:11:12.770Z Checking iri-string v0.7.8
10632026-05-10T06:11:12.845Z Checking mime v0.3.17
10642026-05-10T06:11:13.015Z Checking crossbeam-channel v0.5.15
10652026-05-10T06:11:13.093Z Checking futures-executor v0.3.32
10662026-05-10T06:11:13.238Z Compiling multer v3.1.0
10672026-05-10T06:11:13.332Z Checking unicode-width v0.2.1
10682026-05-10T06:11:13.425Z Compiling typify v0.4.3
10692026-05-10T06:11:13.441Z Compiling structmeta v0.3.0
10702026-05-10T06:11:13.457Z Checking untrusted v0.7.1
10712026-05-10T06:11:13.545Z Checking hex v0.4.3
10722026-05-10T06:11:13.585Z Compiling openssl v0.10.76
10732026-05-10T06:11:13.620Z Checking foreign-types-shared v0.1.1
10742026-05-10T06:11:13.623Z Checking fastrand v2.3.0
10752026-05-10T06:11:13.678Z Checking futures v0.3.32
10762026-05-10T06:11:13.703Z Checking foreign-types v0.3.2
10772026-05-10T06:11:13.753Z Compiling openssl-macros v0.1.1
10782026-05-10T06:11:13.770Z Compiling strum_macros v0.26.4
10792026-05-10T06:11:13.773Z Compiling async-stream-impl v0.3.6
10802026-05-10T06:11:13.801Z Checking tower-http v0.6.8
10812026-05-10T06:11:13.817Z Checking tempfile v3.23.0
10822026-05-10T06:11:13.958Z Checking thread_local v1.1.9
10832026-05-10T06:11:14.061Z Compiling native-tls v0.2.14
10842026-05-10T06:11:14.121Z Checking openssl-probe v0.1.6
10852026-05-10T06:11:14.217Z Compiling rustls v0.23.32
10862026-05-10T06:11:14.396Z Compiling newtype-uuid-macros v0.1.0
10872026-05-10T06:11:14.426Z Compiling dropshot v0.16.7
10882026-05-10T06:11:14.557Z Checking is-terminal v0.4.16
10892026-05-10T06:11:14.590Z Checking memmap2 v0.9.8
10902026-05-10T06:11:14.647Z Checking winnow v0.7.14
10912026-05-10T06:11:14.651Z Checking take_mut v0.2.2
10922026-05-10T06:11:14.747Z Compiling ref-cast v1.0.25
10932026-05-10T06:11:14.767Z Checking match_cfg v0.1.0
10942026-05-10T06:11:14.839Z Checking term v1.2.0
10952026-05-10T06:11:15.055Z Checking slog-term v2.9.2
10962026-05-10T06:11:15.122Z Checking hostname v0.3.1
10972026-05-10T06:11:15.281Z Checking slog-json v2.6.1
10982026-05-10T06:11:15.309Z Compiling dropshot_endpoint v0.16.7
10992026-05-10T06:11:15.325Z Compiling ref-cast-impl v1.0.25
11002026-05-10T06:11:15.364Z Compiling derive-ex v0.1.8
11012026-05-10T06:11:15.428Z Checking slog-bunyan v2.5.0
11022026-05-10T06:11:15.769Z Checking webpki-roots v1.0.2
11032026-05-10T06:11:15.792Z Compiling strum_macros v0.27.2
11042026-05-10T06:11:16.070Z Compiling progenitor-impl v0.11.1
11052026-05-10T06:11:16.177Z Checking newtype-uuid v1.3.2
11062026-05-10T06:11:16.361Z Compiling either v1.15.0
11072026-05-10T06:11:16.442Z Checking tokio-native-tls v0.3.1
11082026-05-10T06:11:16.597Z Checking hyper-tls v0.6.0
11092026-05-10T06:11:16.748Z Checking daft v0.1.4
11102026-05-10T06:11:16.770Z Compiling serde_with_macros v3.14.1
11112026-05-10T06:11:16.897Z Compiling test-strategy v0.4.3
11122026-05-10T06:11:17.155Z Checking rustls-webpki v0.102.8
11132026-05-10T06:11:17.245Z Checking debug-ignore v1.0.5
11142026-05-10T06:11:17.348Z Checking toml_parser v1.0.6+spec-1.1.0
11152026-05-10T06:11:17.675Z Compiling parse-display-derive v0.10.0
11162026-05-10T06:11:17.926Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11172026-05-10T06:11:18.117Z Compiling progenitor-macro v0.11.1
11182026-05-10T06:11:18.225Z Checking serde_spanned v1.0.4
11192026-05-10T06:11:18.248Z Checking usdt v0.6.0
11202026-05-10T06:11:18.355Z Checking toml_datetime v0.7.5+spec-1.1.0
11212026-05-10T06:11:18.377Z Checking toml_writer v1.0.6+spec-1.1.0
11222026-05-10T06:11:18.409Z Checking spin v0.9.8
11232026-05-10T06:11:18.600Z Checking toml v0.9.11+spec-1.1.0
11242026-05-10T06:11:18.783Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11252026-05-10T06:11:18.805Z Checking strum v0.26.3
11262026-05-10T06:11:18.916Z Checking async-stream v0.3.6
11272026-05-10T06:11:18.970Z Checking tokio-rustls v0.25.0
11282026-05-10T06:11:19.044Z Checking sha1 v0.10.6
11292026-05-10T06:11:19.095Z Checking rustls-pemfile v2.2.0
11302026-05-10T06:11:19.166Z Checking rand_chacha v0.3.1
11312026-05-10T06:11:19.183Z Checking waitgroup v0.1.2
11322026-05-10T06:11:19.207Z Compiling toml_datetime v0.6.11
11332026-05-10T06:11:19.210Z Checking macaddr v1.0.1
11342026-05-10T06:11:19.239Z Checking serde_path_to_error v0.1.20
11352026-05-10T06:11:19.276Z Checking wait-timeout v0.2.1
11362026-05-10T06:11:19.358Z Checking hostname v0.4.2
11372026-05-10T06:11:19.404Z Checking quick-error v1.2.3
11382026-05-10T06:11:19.418Z Checking lazy_static v1.5.0
11392026-05-10T06:11:19.456Z Checking bit-vec v0.8.0
11402026-05-10T06:11:19.495Z Checking rand v0.8.5
11412026-05-10T06:11:19.498Z Checking rusty-fork v0.3.0
11422026-05-10T06:11:19.529Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-05-10T06:11:19.650Z Checking bit-set v0.8.0
11442026-05-10T06:11:19.696Z Checking tabwriter v1.4.1
11452026-05-10T06:11:19.797Z Checking rand_xorshift v0.4.0
11462026-05-10T06:11:19.916Z Compiling clap_derive v4.6.0
11472026-05-10T06:11:19.949Z Checking colored v3.0.0
11482026-05-10T06:11:20.009Z Checking utf8parse v0.2.2
11492026-05-10T06:11:20.077Z Checking unarray v0.1.4
11502026-05-10T06:11:20.113Z Checking anstyle-parse v1.0.0
11512026-05-10T06:11:20.130Z Checking strum v0.27.2
11522026-05-10T06:11:20.182Z Checking proptest v1.8.0
11532026-05-10T06:11:20.264Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11542026-05-10T06:11:20.336Z Checking terminal_size v0.4.3
11552026-05-10T06:11:20.676Z Checking anstyle-query v1.1.4
11562026-05-10T06:11:20.772Z Checking is_terminal_polyfill v1.70.1
11572026-05-10T06:11:20.808Z Checking colorchoice v1.0.4
11582026-05-10T06:11:20.824Z Checking anstyle v1.0.14
11592026-05-10T06:11:21.002Z Checking anstream v1.0.0
11602026-05-10T06:11:21.113Z Checking itertools v0.14.0
11612026-05-10T06:11:21.348Z Checking clap_lex v1.1.0
11622026-05-10T06:11:21.714Z Checking clap_builder v4.6.0
11632026-05-10T06:11:21.805Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11642026-05-10T06:11:22.289Z Checking serde_with v3.14.1
11652026-05-10T06:11:22.887Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11662026-05-10T06:11:22.932Z Checking clap v4.6.0
11672026-05-10T06:11:22.993Z Checking instant v0.1.13
11682026-05-10T06:11:23.108Z Checking rustc-hash v2.1.1
11692026-05-10T06:11:23.221Z Checking iddqd v0.3.17
11702026-05-10T06:11:23.238Z Checking backoff v0.4.0
11712026-05-10T06:11:23.408Z Checking parse-display v0.10.0
11722026-05-10T06:11:23.514Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11732026-05-10T06:11:23.582Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11742026-05-10T06:11:25.500Z Compiling rustls-webpki v0.103.6
11752026-05-10T06:11:25.985Z Compiling prettyplease v0.2.37
11762026-05-10T06:11:28.187Z Checking serde_spanned v0.6.9
11772026-05-10T06:11:28.317Z Compiling memoffset v0.9.1
11782026-05-10T06:11:28.580Z Compiling cfg_aliases v0.2.1
11792026-05-10T06:11:28.664Z Compiling nix v0.30.1
11802026-05-10T06:11:28.728Z Compiling tokio-rustls v0.26.3
11812026-05-10T06:11:29.361Z Compiling hyper-rustls v0.27.7
11822026-05-10T06:11:29.456Z Checking crossbeam-epoch v0.9.18
11832026-05-10T06:11:29.650Z Compiling reqwest v0.12.23
11842026-05-10T06:11:29.681Z Compiling winnow v0.5.40
11852026-05-10T06:11:30.767Z Compiling progenitor-client v0.11.1
11862026-05-10T06:11:30.963Z Compiling toml_edit v0.19.15
11872026-05-10T06:11:32.098Z Compiling proc-macro-crate v1.3.1
11882026-05-10T06:11:32.821Z Compiling progenitor v0.11.1
11892026-05-10T06:11:33.222Z Compiling num-integer v0.1.46
11902026-05-10T06:11:33.472Z Compiling rayon-core v1.13.0
11912026-05-10T06:11:33.732Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11922026-05-10T06:11:33.840Z Compiling progenitor-client v0.10.0
11932026-05-10T06:11:34.694Z Compiling hubpack_derive v0.1.1
11942026-05-10T06:11:34.825Z Compiling zerocopy-derive v0.7.35
11952026-05-10T06:11:35.038Z Checking toml_write v0.1.2
11962026-05-10T06:11:35.206Z Checking toml_edit v0.22.27
11972026-05-10T06:11:35.340Z Checking hubpack v0.1.2
11982026-05-10T06:11:35.506Z Checking num-rational v0.4.2
11992026-05-10T06:11:35.530Z Checking num-iter v0.1.45
12002026-05-10T06:11:35.658Z Checking crossbeam-deque v0.8.6
12012026-05-10T06:11:35.832Z Compiling num-complex v0.4.6
12022026-05-10T06:11:35.919Z Checking static_assertions v1.1.0
12032026-05-10T06:11:36.092Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12042026-05-10T06:11:36.211Z Compiling num v0.4.3
12052026-05-10T06:11:36.261Z Checking toml v0.8.23
12062026-05-10T06:11:36.406Z Compiling proc-macro-error-attr v1.0.4
12072026-05-10T06:11:36.575Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12082026-05-10T06:11:36.619Z Checking float-ord v0.3.2
12092026-05-10T06:11:36.635Z Compiling heapless v0.8.0
12102026-05-10T06:11:36.894Z Compiling ingot-macros v0.1.1
12112026-05-10T06:11:37.062Z Checking hash32 v0.3.1
12122026-05-10T06:11:37.103Z Compiling proc-macro-error v1.0.4
12132026-05-10T06:11:37.190Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12142026-05-10T06:11:37.208Z Checking bytecount v0.6.9
12152026-05-10T06:11:37.312Z Compiling smoltcp v0.11.0
12162026-05-10T06:11:37.830Z Compiling zerocopy v0.7.35
12172026-05-10T06:11:37.864Z Compiling num_enum_derive v0.7.5
12182026-05-10T06:11:38.365Z Compiling num-derive v0.3.3
12192026-05-10T06:11:38.540Z Checking cobs v0.3.0
12202026-05-10T06:11:38.710Z Compiling foreign-types-macros v0.2.3
12212026-05-10T06:11:38.830Z Compiling scroll_derive v0.12.1
12222026-05-10T06:11:38.899Z Compiling usdt-impl v0.5.0
12232026-05-10T06:11:38.924Z Checking managed v0.8.0
12242026-05-10T06:11:39.117Z Checking foreign-types-shared v0.3.1
12252026-05-10T06:11:39.154Z Checking bitflags v1.3.2
12262026-05-10T06:11:39.208Z Compiling crucible-workspace-hack v0.1.0
12272026-05-10T06:11:39.310Z Checking libscf-sys v1.1.0
12282026-05-10T06:11:39.340Z Checking foreign-types v0.5.0
12292026-05-10T06:11:39.453Z Checking num_enum v0.7.5
12302026-05-10T06:11:39.472Z Checking postcard v1.1.3
12312026-05-10T06:11:39.526Z Compiling dof v0.3.0
12322026-05-10T06:11:39.543Z Checking ingot-types v0.1.2
12332026-05-10T06:11:39.546Z Checking scroll v0.12.0
12342026-05-10T06:11:39.829Z Compiling dtrace-parser v0.2.0
12352026-05-10T06:11:39.854Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12362026-05-10T06:11:39.876Z Checking camino-tempfile v1.4.1
12372026-05-10T06:11:39.879Z Checking ingot v0.1.1
12382026-05-10T06:11:39.907Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12392026-05-10T06:11:40.033Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-05-10T06:11:40.246Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-05-10T06:11:40.391Z Checking cstr-argument v0.1.2
12422026-05-10T06:11:40.410Z Compiling thread-id v4.2.2
12432026-05-10T06:11:40.426Z Compiling minimal-lexical v0.2.1
12442026-05-10T06:11:40.443Z Compiling heck v0.4.1
12452026-05-10T06:11:40.512Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12462026-05-10T06:11:40.530Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-05-10T06:11:40.633Z Compiling nom v7.1.3
12482026-05-10T06:11:40.636Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12492026-05-10T06:11:40.667Z Checking goblin v0.8.2
12502026-05-10T06:11:40.752Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12512026-05-10T06:11:40.793Z Checking rayon v1.11.0
12522026-05-10T06:11:41.020Z Compiling num_enum_derive v0.5.11
12532026-05-10T06:11:41.158Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-05-10T06:11:41.441Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-05-10T06:11:41.909Z Compiling rustc_version v0.4.1
12562026-05-10T06:11:41.945Z Compiling rustix v0.38.44
12572026-05-10T06:11:41.995Z Checking tinyvec_macros v0.1.1
12582026-05-10T06:11:42.068Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12592026-05-10T06:11:42.178Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12602026-05-10T06:11:42.196Z Compiling convert_case v0.4.0
12612026-05-10T06:11:42.319Z Checking tinyvec v1.10.0
12622026-05-10T06:11:42.333Z Checking num_enum v0.5.11
12632026-05-10T06:11:42.497Z Compiling derive_more v0.99.20
12642026-05-10T06:11:42.629Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12652026-05-10T06:11:42.675Z Compiling libz-sys v1.1.22
12662026-05-10T06:11:42.692Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12672026-05-10T06:11:42.710Z Compiling proc-macro-error-attr2 v2.0.0
12682026-05-10T06:11:43.050Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12692026-05-10T06:11:43.123Z Compiling proc-macro-error2 v2.0.1
12702026-05-10T06:11:43.141Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12712026-05-10T06:11:43.395Z Compiling usdt-attr-macro v0.5.0
12722026-05-10T06:11:43.803Z Compiling usdt-macro v0.5.0
12732026-05-10T06:11:43.859Z Compiling zone_cfg_derive v0.3.1
12742026-05-10T06:11:43.982Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12752026-05-10T06:11:44.072Z Checking itertools v0.12.1
12762026-05-10T06:11:44.150Z Compiling num-derive v0.4.2
12772026-05-10T06:11:44.168Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12782026-05-10T06:11:44.481Z Checking memmap v0.7.0
12792026-05-10T06:11:44.526Z Checking sigpipe v0.1.3
12802026-05-10T06:11:44.610Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-05-10T06:11:44.627Z Checking glob v0.3.3
12822026-05-10T06:11:44.747Z Checking jiff v0.2.15
12832026-05-10T06:11:44.813Z Checking usdt v0.5.0
12842026-05-10T06:11:44.857Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12852026-05-10T06:11:44.949Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12862026-05-10T06:11:44.980Z Compiling tabled_derive v0.11.0
12872026-05-10T06:11:45.070Z Checking zone v0.3.1
12882026-05-10T06:11:45.087Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12892026-05-10T06:11:45.147Z Checking papergrid v0.17.0
12902026-05-10T06:11:45.165Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12912026-05-10T06:11:45.304Z Checking testing_table v0.3.0
12922026-05-10T06:11:45.346Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-05-10T06:11:45.427Z Checking smf v0.2.3
12942026-05-10T06:11:45.430Z Checking secrecy v0.10.3
12952026-05-10T06:11:45.538Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12962026-05-10T06:11:45.619Z Checking bstr v1.12.0
12972026-05-10T06:11:45.765Z Checking whoami v1.6.1
12982026-05-10T06:11:45.916Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12992026-05-10T06:11:45.960Z Compiling curve25519-dalek v4.1.3
13002026-05-10T06:11:45.989Z Checking hmac v0.12.1
13012026-05-10T06:11:46.058Z Checking tabled v0.20.0
13022026-05-10T06:11:46.119Z Checking inout v0.1.4
13032026-05-10T06:11:46.229Z Checking ff v0.13.1
13042026-05-10T06:11:46.232Z Compiling clang-sys v1.8.1
13052026-05-10T06:11:46.262Z Compiling enum-as-inner v0.6.1
13062026-05-10T06:11:46.356Z Checking data-encoding v2.9.0
13072026-05-10T06:11:46.606Z Compiling semver v0.1.20
13082026-05-10T06:11:46.650Z Checking group v0.13.0
13092026-05-10T06:11:46.768Z Checking cipher v0.4.4
13102026-05-10T06:11:46.811Z Compiling rustc_version v0.1.7
13112026-05-10T06:11:46.862Z Checking hkdf v0.12.4
13122026-05-10T06:11:46.878Z Checking atomicwrites v0.4.4
13132026-05-10T06:11:46.961Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13142026-05-10T06:11:46.993Z Compiling thiserror-impl-no-std v2.0.2
13152026-05-10T06:11:47.010Z Checking universal-hash v0.5.1
13162026-05-10T06:11:47.013Z Checking crypto-bigint v0.5.5
13172026-05-10T06:11:47.134Z Checking half v2.7.1
13182026-05-10T06:11:47.167Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13192026-05-10T06:11:47.320Z Compiling curve25519-dalek-derive v0.1.1
13202026-05-10T06:11:47.376Z Checking ciborium-io v0.2.2
13212026-05-10T06:11:47.470Z Checking opaque-debug v0.3.1
13222026-05-10T06:11:47.543Z Checking indent_write v2.2.0
13232026-05-10T06:11:47.679Z Checking base16ct v0.2.0
13242026-05-10T06:11:47.803Z Checking base64ct v1.8.0
13252026-05-10T06:11:48.023Z Checking poly1305 v0.8.0
13262026-05-10T06:11:48.026Z Checking elliptic-curve v0.13.8
13272026-05-10T06:11:48.057Z Checking password-hash v0.5.0
13282026-05-10T06:11:48.071Z Checking thiserror-no-std v2.0.2
13292026-05-10T06:11:48.158Z Checking ciborium-ll v0.2.2
13302026-05-10T06:11:48.247Z Compiling newtype_derive v0.1.6
13312026-05-10T06:11:48.277Z Checking chacha20 v0.9.1
13322026-05-10T06:11:48.280Z Checking similar v2.7.0
13332026-05-10T06:11:48.312Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13342026-05-10T06:11:48.332Z Checking blake2 v0.10.6
13352026-05-10T06:11:48.462Z Compiling typify-impl v0.6.1
13362026-05-10T06:11:48.481Z Checking aead v0.5.2
13372026-05-10T06:11:48.576Z Compiling libloading v0.8.9
13382026-05-10T06:11:48.594Z Compiling owo-colors v4.3.0
13392026-05-10T06:11:48.660Z Compiling bindgen v0.72.1
13402026-05-10T06:11:48.677Z Checking resolv-conf v0.7.5
13412026-05-10T06:11:48.693Z Checking linked-hash-map v0.5.6
13422026-05-10T06:11:48.766Z Checking keccak v0.1.6
13432026-05-10T06:11:48.855Z Checking lru-cache v0.1.2
13442026-05-10T06:11:48.928Z Checking sha3 v0.10.8
13452026-05-10T06:11:48.962Z Checking vsss-rs v3.3.4
13462026-05-10T06:11:48.982Z Checking chacha20poly1305 v0.10.1
13472026-05-10T06:11:48.999Z Checking argon2 v0.5.3
13482026-05-10T06:11:49.050Z Checking ciborium v0.2.2
13492026-05-10T06:11:49.104Z Checking hickory-proto v0.24.4
13502026-05-10T06:11:49.122Z Checking tokio-dtrace v0.1.1
13512026-05-10T06:11:49.297Z Compiling cexpr v0.6.0
13522026-05-10T06:11:49.300Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13532026-05-10T06:11:49.590Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13542026-05-10T06:11:49.825Z Checking serde-big-array v0.5.1
13552026-05-10T06:11:49.860Z Compiling derive-where v1.6.0
13562026-05-10T06:11:49.959Z Compiling serde_repr v0.1.20
13572026-05-10T06:11:50.036Z Checking unicode-segmentation v1.12.0
13582026-05-10T06:11:50.334Z Checking same-file v1.0.6
13592026-05-10T06:11:50.350Z Checking siphasher v1.0.1
13602026-05-10T06:11:50.452Z Checking walkdir v2.5.0
13612026-05-10T06:11:50.511Z Checking phf_shared v0.12.1
13622026-05-10T06:11:50.530Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13632026-05-10T06:11:50.603Z Checking hickory-resolver v0.24.4
13642026-05-10T06:11:50.621Z Checking newline-converter v0.3.0
13652026-05-10T06:11:50.730Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13662026-05-10T06:11:51.151Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13672026-05-10T06:11:51.266Z Checking oxide-tokio-rt v0.1.2
13682026-05-10T06:11:51.433Z Checking console v0.15.11
13692026-05-10T06:11:51.707Z Compiling progenitor-impl v0.10.0
13702026-05-10T06:11:51.746Z Checking tokio-stream v0.1.17
13712026-05-10T06:11:51.876Z Compiling typify-macro v0.6.1
13722026-05-10T06:11:51.978Z Compiling pin-project-internal v1.1.10
13732026-05-10T06:11:51.996Z Compiling slog-dtrace v0.3.0
13742026-05-10T06:11:52.110Z Checking csv-core v0.1.12
13752026-05-10T06:11:52.224Z Compiling cancel-safe-futures v0.1.5
13762026-05-10T06:11:52.291Z Checking swrite v0.1.0
13772026-05-10T06:11:52.386Z Checking foldhash v0.1.5
13782026-05-10T06:11:52.482Z Checking unicode-linebreak v0.1.5
13792026-05-10T06:11:52.525Z Checking unicode-width v0.1.14
13802026-05-10T06:11:52.694Z Compiling unicode-xid v0.2.6
13812026-05-10T06:11:52.722Z Checking smawk v0.3.2
13822026-05-10T06:11:52.774Z Compiling chrono-tz v0.10.4
13832026-05-10T06:11:52.821Z Compiling const_format_proc_macros v0.2.34
13842026-05-10T06:11:52.854Z Checking textwrap v0.16.2
13852026-05-10T06:11:53.020Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13862026-05-10T06:11:53.040Z Checking pin-project v1.1.10
13872026-05-10T06:11:53.073Z Checking hashbrown v0.15.5
13882026-05-10T06:11:53.163Z Checking csv v1.3.1
13892026-05-10T06:11:53.450Z Checking qorb v0.4.1
13902026-05-10T06:11:53.549Z Checking expectorate v1.2.0
13912026-05-10T06:11:53.609Z Checking phf v0.12.1
13922026-05-10T06:11:53.629Z Checking unicode-normalization v0.1.24
13932026-05-10T06:11:53.724Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13942026-05-10T06:11:53.813Z Compiling progenitor-macro v0.10.0
13952026-05-10T06:11:54.045Z Checking libsw-core v0.3.2
13962026-05-10T06:11:54.198Z Compiling libgit2-sys v0.17.0+1.8.1
13972026-05-10T06:11:54.229Z Compiling snafu-derive v0.8.9
13982026-05-10T06:11:54.486Z Compiling async-recursion v1.1.1
13992026-05-10T06:11:54.514Z Compiling cookie v0.18.1
14002026-05-10T06:11:54.628Z Checking highway v1.3.0
14012026-05-10T06:11:54.631Z Compiling moka v0.12.11
14022026-05-10T06:11:54.748Z Checking fixedbitset v0.4.2
14032026-05-10T06:11:54.856Z Checking fixedbitset v0.5.7
14042026-05-10T06:11:54.906Z Checking petgraph v0.6.5
14052026-05-10T06:11:55.066Z Checking petgraph v0.8.2
14062026-05-10T06:11:55.321Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-05-10T06:11:55.508Z Checking libsw v3.5.0
14082026-05-10T06:11:55.659Z Checking olpc-cjson v0.1.4
14092026-05-10T06:11:55.936Z Checking snafu v0.8.9
14102026-05-10T06:11:56.125Z Checking const_format v0.2.34
14112026-05-10T06:11:56.145Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-05-10T06:11:56.350Z Compiling typify v0.6.1
14132026-05-10T06:11:56.389Z Checking papergrid v0.11.0
14142026-05-10T06:11:56.444Z Checking globset v0.4.16
14152026-05-10T06:11:56.607Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14162026-05-10T06:11:56.687Z Checking gethostname v0.5.0
14172026-05-10T06:11:56.790Z Compiling tabled_derive v0.7.0
14182026-05-10T06:11:56.808Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-05-10T06:11:57.076Z Checking reqwest v0.13.2
14202026-05-10T06:11:57.124Z Checking bcs v0.1.6
14212026-05-10T06:11:57.356Z Checking pem v3.0.5
14222026-05-10T06:11:57.517Z Checking serde_plain v1.0.2
14232026-05-10T06:11:57.620Z Checking crc8 v0.1.1
14242026-05-10T06:11:57.664Z Compiling signal-hook v0.3.18
14252026-05-10T06:11:57.717Z Checking humantime v2.3.0
14262026-05-10T06:11:57.733Z Checking tagptr v0.2.0
14272026-05-10T06:11:57.875Z Checking typed-path v0.9.3
14282026-05-10T06:11:57.897Z Checking termtree v0.5.1
14292026-05-10T06:11:57.906Z Checking linear-map v1.2.0
14302026-05-10T06:11:57.932Z Checking progenitor v0.10.0
14312026-05-10T06:11:58.064Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14322026-05-10T06:11:58.080Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-05-10T06:11:58.218Z Checking tabled v0.15.0
14342026-05-10T06:11:58.645Z Checking tough v0.20.0
14352026-05-10T06:11:58.693Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-05-10T06:11:58.855Z Compiling progenitor-impl v0.13.0
14372026-05-10T06:11:59.360Z Checking steno v0.4.1
14382026-05-10T06:11:59.605Z Checking hickory-proto v0.25.2
14392026-05-10T06:12:00.126Z Checking dropshot-api-manager-types v0.5.2
14402026-05-10T06:12:00.201Z Compiling curl-sys v0.4.83+curl-8.15.0
14412026-05-10T06:12:00.291Z Compiling cargo-platform v0.1.9
14422026-05-10T06:12:00.331Z Compiling vergen v8.3.2
14432026-05-10T06:12:00.528Z Compiling fs-err v3.1.2
14442026-05-10T06:12:00.556Z Compiling crc32fast v1.5.0
14452026-05-10T06:12:00.630Z Compiling cargo_metadata v0.18.1
14462026-05-10T06:12:00.897Z Checking progenitor-client v0.13.0
14472026-05-10T06:12:00.960Z Compiling progenitor-macro v0.13.0
14482026-05-10T06:12:01.052Z Checking sha2 v0.10.9
14492026-05-10T06:12:01.116Z Compiling blake3 v1.8.2
14502026-05-10T06:12:01.202Z Checking hickory-resolver v0.25.2
14512026-05-10T06:12:01.300Z Checking adler2 v2.0.1
14522026-05-10T06:12:01.730Z Checking miniz_oxide v0.8.9
14532026-05-10T06:12:01.968Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14542026-05-10T06:12:01.971Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14552026-05-10T06:12:02.083Z Checking git-stub v1.0.0
14562026-05-10T06:12:02.172Z Checking filetime v0.2.26
14572026-05-10T06:12:02.235Z Checking xattr v1.6.1
14582026-05-10T06:12:02.310Z Checking arrayref v0.3.9
14592026-05-10T06:12:02.368Z Checking is_ci v1.2.0
14602026-05-10T06:12:02.386Z Checking constant_time_eq v0.3.1
14612026-05-10T06:12:02.471Z Compiling curl v0.4.49
14622026-05-10T06:12:02.488Z Checking arrayvec v0.7.6
14632026-05-10T06:12:02.670Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14642026-05-10T06:12:02.918Z Checking supports-color v3.0.2
14652026-05-10T06:12:03.011Z Checking tar v0.4.45
14662026-05-10T06:12:03.050Z Checking git-stub-vcs v0.1.0
14672026-05-10T06:12:03.312Z Checking flate2 v1.1.2
14682026-05-10T06:12:03.387Z Checking drift v0.1.3
14692026-05-10T06:12:03.525Z Checking toml v0.7.8
14702026-05-10T06:12:03.589Z Checking kstat-rs v0.2.4
14712026-05-10T06:12:03.641Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14722026-05-10T06:12:03.645Z Checking topological-sort v0.2.2
14732026-05-10T06:12:03.774Z Checking dropshot-api-manager v0.5.2
14742026-05-10T06:12:03.866Z Checking omicron-zone-package v0.12.2
14752026-05-10T06:12:04.213Z Checking signal-hook-tokio v0.3.1
14762026-05-10T06:12:04.351Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14772026-05-10T06:12:04.754Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-05-10T06:12:04.770Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-05-10T06:12:04.870Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14802026-05-10T06:12:05.104Z Checking progenitor v0.13.0
14812026-05-10T06:12:05.234Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14822026-05-10T06:12:05.286Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-05-10T06:12:05.545Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14842026-05-10T06:12:05.642Z Checking search_path v0.1.4
14852026-05-10T06:12:05.698Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-05-10T06:12:05.739Z Checking internet-checksum v0.2.1
14872026-05-10T06:12:05.778Z Checking display-error-chain v0.2.2
14882026-05-10T06:12:05.827Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-05-10T06:12:05.858Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14902026-05-10T06:12:06.051Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14912026-05-10T06:12:06.262Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-05-10T06:12:06.314Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-05-10T06:12:06.732Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-05-10T06:12:06.760Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-05-10T06:12:06.873Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-05-10T06:12:06.966Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14972026-05-10T06:12:07.176Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14982026-05-10T06:12:07.378Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14992026-05-10T06:12:07.382Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-05-10T06:12:07.498Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-05-10T06:12:07.985Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-10T06:12:08.016Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15032026-05-10T06:12:08.760Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15042026-05-10T06:12:10.577Z Compiling git2 v0.19.0
15052026-05-10T06:12:12.074Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15062026-05-10T06:12:12.139Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-05-10T06:12:12.952Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15082026-05-10T06:12:12.998Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-05-10T06:12:13.094Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15102026-05-10T06:12:13.302Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15112026-05-10T06:12:13.432Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15122026-05-10T06:12:13.869Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-05-10T06:12:24.475Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15142026-05-10T06:12:25.771Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15152026-05-10T06:12:30.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15162026-05-10T06:12:30.851Z+ for feat in tofino_stub tofino_asic softnpu chaos
15172026-05-10T06:12:30.851Z+ cargo clippy --features tofino_asic -- --deny warnings
15182026-05-10T06:12:31.327Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15192026-05-10T06:12:31.330Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15202026-05-10T06:12:31.402Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15212026-05-10T06:12:31.402Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15222026-05-10T06:12:38.516Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15232026-05-10T06:12:38.516Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15242026-05-10T06:12:41.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s
15252026-05-10T06:12:41.191Z+ for feat in tofino_stub tofino_asic softnpu chaos
15262026-05-10T06:12:41.191Z+ cargo clippy --features softnpu -- --deny warnings
15272026-05-10T06:12:41.483Z Downloading crates ...
15282026-05-10T06:12:41.609Z Downloaded radium v0.7.0
15292026-05-10T06:12:41.612Z Downloaded bitstruct v0.1.1
15302026-05-10T06:12:41.615Z Downloaded tap v1.0.1
15312026-05-10T06:12:41.618Z Downloaded libloading v0.7.4
15322026-05-10T06:12:41.621Z Downloaded wyz v0.5.1
15332026-05-10T06:12:41.621Z Downloaded funty v2.0.0
15342026-05-10T06:12:41.625Z Downloaded erased-serde v0.4.8
15352026-05-10T06:12:41.628Z Downloaded typeid v1.0.3
15362026-05-10T06:12:41.633Z Downloaded serde_arrays v0.1.0
15372026-05-10T06:12:41.635Z Downloaded ascii v1.1.0
15382026-05-10T06:12:41.636Z Downloaded bitstruct_derive v0.1.0
15392026-05-10T06:12:41.638Z Downloaded num-bigint v0.4.6
15402026-05-10T06:12:41.646Z Downloaded bitvec v1.0.1
15412026-05-10T06:12:41.769Z Checking num-integer v0.1.46
15422026-05-10T06:12:41.845Z Checking num-complex v0.4.6
15432026-05-10T06:12:41.854Z Compiling radium v0.7.0
15442026-05-10T06:12:41.861Z Checking tap v1.0.1
15452026-05-10T06:12:41.867Z Checking funty v2.0.0
15462026-05-10T06:12:41.873Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15472026-05-10T06:12:41.876Z Compiling typeid v1.0.3
15482026-05-10T06:12:41.886Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15492026-05-10T06:12:41.944Z Checking wyz v0.5.1
15502026-05-10T06:12:42.038Z Checking num-bigint v0.4.6
15512026-05-10T06:12:42.038Z Checking num-iter v0.1.45
15522026-05-10T06:12:42.085Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-05-10T06:12:42.109Z Compiling erased-serde v0.4.8
15542026-05-10T06:12:42.157Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-05-10T06:12:42.165Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15562026-05-10T06:12:42.184Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-05-10T06:12:42.228Z Compiling bitstruct_derive v0.1.0
15582026-05-10T06:12:42.278Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15592026-05-10T06:12:42.281Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-05-10T06:12:42.294Z Checking bitvec v1.0.1
15612026-05-10T06:12:42.294Z Checking ascii v1.1.0
15622026-05-10T06:12:42.310Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15632026-05-10T06:12:42.362Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-05-10T06:12:42.464Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15652026-05-10T06:12:42.473Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-05-10T06:12:42.481Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15672026-05-10T06:12:42.499Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-05-10T06:12:42.753Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-05-10T06:12:42.781Z Checking serde_arrays v0.1.0
15702026-05-10T06:12:42.856Z Checking num-rational v0.4.2
15712026-05-10T06:12:42.856Z Checking bitstruct v0.1.1
15722026-05-10T06:12:42.889Z Checking libloading v0.7.4
15732026-05-10T06:12:42.902Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15742026-05-10T06:12:43.143Z Checking num v0.4.3
15752026-05-10T06:12:43.212Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15762026-05-10T06:12:43.719Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15772026-05-10T06:12:44.004Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15782026-05-10T06:12:44.007Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15792026-05-10T06:12:44.193Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-05-10T06:12:44.446Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15812026-05-10T06:12:44.446Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-05-10T06:12:44.906Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15832026-05-10T06:12:45.115Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15842026-05-10T06:12:45.118Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15852026-05-10T06:12:45.118Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15862026-05-10T06:12:45.118Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-05-10T06:12:45.519Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15882026-05-10T06:12:45.904Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15892026-05-10T06:12:46.735Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-05-10T06:12:46.799Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15912026-05-10T06:12:50.000Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15922026-05-10T06:12:50.918Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15932026-05-10T06:12:51.037Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15942026-05-10T06:12:57.437Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-05-10T06:12:58.702Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-05-10T06:12:59.233Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15972026-05-10T06:13:03.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.22s
15982026-05-10T06:13:03.602Z+ for feat in tofino_stub tofino_asic softnpu chaos
15992026-05-10T06:13:03.602Z+ cargo clippy --features chaos -- --deny warnings
16002026-05-10T06:13:04.081Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16012026-05-10T06:13:04.084Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16022026-05-10T06:13:04.084Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16032026-05-10T06:13:11.267Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16042026-05-10T06:13:11.270Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16052026-05-10T06:13:13.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
16062026-05-10T06:13:13.896Z+ banner fmt
16072026-05-10T06:13:13.899Z
16082026-05-10T06:13:13.900Z ###### # # #####
16092026-05-10T06:13:13.900Z # ## ## #
16102026-05-10T06:13:13.900Z ##### # ## # #
16112026-05-10T06:13:13.900Z # # # #
16122026-05-10T06:13:13.900Z # # # #
16132026-05-10T06:13:13.900Z # # # #
16142026-05-10T06:13:13.900Z
16152026-05-10T06:13:13.900Z+ cargo fmt -- --check
16162026-05-10T06:13:14.333Z+ banner test
16172026-05-10T06:13:14.336Z
16182026-05-10T06:13:14.336Z ##### ###### #### #####
16192026-05-10T06:13:14.336Z # # # #
16202026-05-10T06:13:14.336Z # ##### #### #
16212026-05-10T06:13:14.336Z # # # #
16222026-05-10T06:13:14.336Z # # # # #
16232026-05-10T06:13:14.336Z # ###### #### #
16242026-05-10T06:13:14.336Z
16252026-05-10T06:13:14.336Z+ for feat in tofino_stub tofino_asic softnpu chaos
16262026-05-10T06:13:14.336Z+ RUST_BACKTRACE=full
16272026-05-10T06:13:14.336Z+ cargo test --features tofino_stub --no-fail-fast
16282026-05-10T06:13:15.148Z Compiling unicode-ident v1.0.24
16292026-05-10T06:13:15.148Z Compiling cfg-if v1.0.3
16302026-05-10T06:13:15.151Z Compiling memchr v2.7.5
16312026-05-10T06:13:15.151Z Compiling serde_core v1.0.228
16322026-05-10T06:13:15.263Z Compiling itoa v1.0.15
16332026-05-10T06:13:15.269Z Compiling libc v0.2.183
16342026-05-10T06:13:15.277Z Compiling zmij v1.0.17
16352026-05-10T06:13:15.309Z Compiling libm v0.2.15
16362026-05-10T06:13:15.355Z Compiling proc-macro2 v1.0.106
16372026-05-10T06:13:15.380Z Compiling heck v0.5.0
16382026-05-10T06:13:15.640Z Compiling log v0.4.29
16392026-05-10T06:13:15.758Z Compiling quote v1.0.45
16402026-05-10T06:13:15.770Z Compiling equivalent v1.0.2
16412026-05-10T06:13:15.823Z Compiling smallvec v1.15.1
16422026-05-10T06:13:15.855Z Compiling allocator-api2 v0.2.21
16432026-05-10T06:13:15.914Z Compiling iana-time-zone v0.1.64
16442026-05-10T06:13:16.028Z Compiling syn v2.0.117
16452026-05-10T06:13:16.044Z Compiling foldhash v0.2.0
16462026-05-10T06:13:16.064Z Compiling dyn-clone v1.0.20
16472026-05-10T06:13:16.178Z Compiling hashbrown v0.16.1
16482026-05-10T06:13:16.205Z Compiling stable_deref_trait v1.2.0
16492026-05-10T06:13:16.208Z Compiling pin-project-lite v0.2.16
16502026-05-10T06:13:16.269Z Compiling fnv v1.0.7
16512026-05-10T06:13:16.287Z Compiling percent-encoding v2.3.2
16522026-05-10T06:13:16.313Z Compiling writeable v0.6.1
16532026-05-10T06:13:16.365Z Compiling litemap v0.8.0
16542026-05-10T06:13:16.438Z Compiling regex-syntax v0.8.6
16552026-05-10T06:13:16.483Z Compiling icu_properties_data v2.0.1
16562026-05-10T06:13:16.583Z Compiling icu_normalizer_data v2.0.0
16572026-05-10T06:13:16.610Z Compiling form_urlencoded v1.2.2
16582026-05-10T06:13:16.623Z Compiling utf8_iter v1.0.4
16592026-05-10T06:13:16.661Z Compiling scopeguard v1.2.0
16602026-05-10T06:13:16.764Z Compiling lock_api v0.4.14
16612026-05-10T06:13:16.776Z Compiling getrandom v0.3.3
16622026-05-10T06:13:16.779Z Compiling num-traits v0.2.19
16632026-05-10T06:13:16.799Z Compiling aho-corasick v1.1.3
16642026-05-10T06:13:16.965Z Compiling semver v1.0.27
16652026-05-10T06:13:16.990Z Compiling serde_json v1.0.149
16662026-05-10T06:13:17.039Z Compiling indexmap v2.13.0
16672026-05-10T06:13:17.328Z Compiling byteorder v1.5.0
16682026-05-10T06:13:17.381Z Compiling ucd-trie v0.1.7
16692026-05-10T06:13:17.549Z Compiling uuid v1.20.0
16702026-05-10T06:13:17.670Z Compiling futures-core v0.3.32
16712026-05-10T06:13:17.915Z Compiling regex-automata v0.4.13
16722026-05-10T06:13:17.958Z Compiling time-core v0.1.8
16732026-05-10T06:13:17.969Z Compiling num-conv v0.2.1
16742026-05-10T06:13:18.010Z Compiling futures-sink v0.3.32
16752026-05-10T06:13:18.107Z Compiling ryu v1.0.20
16762026-05-10T06:13:18.119Z Compiling regress v0.10.5
16772026-05-10T06:13:18.122Z Compiling time-macros v0.2.27
16782026-05-10T06:13:18.294Z Compiling pretty-hex v0.4.1
16792026-05-10T06:13:18.435Z Compiling slab v0.4.11
16802026-05-10T06:13:18.649Z Compiling strsim v0.11.1
16812026-05-10T06:13:18.820Z Compiling synstructure v0.13.2
16822026-05-10T06:13:18.876Z Compiling serde_derive_internals v0.29.1
16832026-05-10T06:13:19.080Z Compiling plain v0.2.3
16842026-05-10T06:13:19.192Z Compiling futures-channel v0.3.32
16852026-05-10T06:13:19.274Z Compiling syn v1.0.109
16862026-05-10T06:13:19.289Z Compiling futures-io v0.3.32
16872026-05-10T06:13:19.335Z Compiling futures-task v0.3.32
16882026-05-10T06:13:19.421Z Compiling socket2 v0.6.0
16892026-05-10T06:13:19.506Z Compiling parking_lot_core v0.9.12
16902026-05-10T06:13:19.650Z Compiling regex v1.12.3
16912026-05-10T06:13:19.805Z Compiling parking_lot v0.12.5
16922026-05-10T06:13:19.866Z Compiling signal-hook-registry v1.4.6
16932026-05-10T06:13:19.878Z Compiling mio v1.0.4
16942026-05-10T06:13:20.059Z Compiling serde_derive v1.0.228
16952026-05-10T06:13:20.121Z Compiling zerofrom-derive v0.1.6
16962026-05-10T06:13:20.216Z Compiling yoke-derive v0.8.0
16972026-05-10T06:13:20.260Z Compiling zerovec-derive v0.11.1
16982026-05-10T06:13:20.384Z Compiling displaydoc v0.2.5
16992026-05-10T06:13:20.561Z Compiling thiserror-impl v2.0.18
17002026-05-10T06:13:21.149Z Compiling schemars_derive v0.8.22
17012026-05-10T06:13:21.277Z Compiling tokio-macros v2.6.0
17022026-05-10T06:13:21.343Z Compiling zerocopy-derive v0.8.27
17032026-05-10T06:13:21.356Z Compiling zeroize_derive v1.4.3
17042026-05-10T06:13:21.828Z Compiling thiserror v2.0.18
17052026-05-10T06:13:21.941Z Compiling futures-macro v0.3.32
17062026-05-10T06:13:22.035Z Compiling zerofrom v0.1.6
17072026-05-10T06:13:22.047Z Compiling thiserror-impl v1.0.69
17082026-05-10T06:13:22.050Z Compiling tracing-attributes v0.1.30
17092026-05-10T06:13:22.166Z Compiling yoke v0.8.0
17102026-05-10T06:13:22.358Z Compiling zerovec v0.11.4
17112026-05-10T06:13:22.362Z Compiling zerotrie v0.2.2
17122026-05-10T06:13:22.596Z Compiling zerocopy v0.8.27
17132026-05-10T06:13:22.631Z Compiling pest v2.8.2
17142026-05-10T06:13:22.680Z Compiling scroll_derive v0.13.1
17152026-05-10T06:13:22.725Z Compiling serde v1.0.228
17162026-05-10T06:13:23.208Z Compiling bytes v1.11.1
17172026-05-10T06:13:23.208Z Compiling serde_tokenstream v0.2.3
17182026-05-10T06:13:23.238Z Compiling tinystr v0.8.1
17192026-05-10T06:13:23.277Z Compiling potential_utf v0.1.3
17202026-05-10T06:13:23.298Z Compiling chrono v0.4.44
17212026-05-10T06:13:23.440Z Compiling icu_locale_core v2.0.0
17222026-05-10T06:13:23.452Z Compiling icu_collections v2.0.0
17232026-05-10T06:13:23.523Z Compiling async-trait v0.1.89
17242026-05-10T06:13:23.908Z Compiling http v1.4.0
17252026-05-10T06:13:23.985Z Compiling icu_provider v2.0.0
17262026-05-10T06:13:23.997Z Compiling pest_meta v2.8.2
17272026-05-10T06:13:24.169Z Compiling scroll v0.13.0
17282026-05-10T06:13:24.308Z Compiling icu_properties v2.0.1
17292026-05-10T06:13:24.346Z Compiling icu_normalizer v2.0.0
17302026-05-10T06:13:24.439Z Compiling schemars v0.8.22
17312026-05-10T06:13:24.594Z Compiling pest_generator v2.8.2
17322026-05-10T06:13:24.884Z Compiling thiserror v1.0.69
17332026-05-10T06:13:24.898Z Compiling goblin v0.10.1
17342026-05-10T06:13:24.965Z Compiling thread-id v5.0.0
17352026-05-10T06:13:25.051Z Compiling tokio v1.49.0
17362026-05-10T06:13:25.073Z Compiling openapiv3 v2.2.0
17372026-05-10T06:13:25.244Z Compiling idna_adapter v1.2.1
17382026-05-10T06:13:25.319Z Compiling pest_derive v2.8.2
17392026-05-10T06:13:25.398Z Compiling idna v1.1.0
17402026-05-10T06:13:25.563Z Compiling daft-derive v0.1.4
17412026-05-10T06:13:25.628Z Compiling darling_core v0.21.3
17422026-05-10T06:13:25.691Z Compiling url v2.5.7
17432026-05-10T06:13:25.880Z Compiling dtrace-parser v0.3.0
17442026-05-10T06:13:26.506Z Compiling typify-impl v0.4.3
17452026-05-10T06:13:26.675Z Compiling serde_yaml v0.9.34+deprecated
17462026-05-10T06:13:27.634Z Compiling dof v0.4.0
17472026-05-10T06:13:27.690Z Compiling ppv-lite86 v0.2.21
17482026-05-10T06:13:27.723Z Compiling darling_macro v0.21.3
17492026-05-10T06:13:27.822Z Compiling bitflags v2.9.4
17502026-05-10T06:13:27.918Z Compiling openssl-macros v0.1.1
17512026-05-10T06:13:28.018Z Compiling getrandom v0.2.16
17522026-05-10T06:13:28.064Z Compiling base64 v0.22.1
17532026-05-10T06:13:28.207Z Compiling usdt-impl v0.6.0
17542026-05-10T06:13:28.313Z Compiling darling v0.21.3
17552026-05-10T06:13:28.397Z Compiling http-body v1.0.1
17562026-05-10T06:13:28.408Z Compiling erased-serde v0.3.31
17572026-05-10T06:13:28.420Z Compiling typenum v1.18.0
17582026-05-10T06:13:28.608Z Compiling portable-atomic v1.11.1
17592026-05-10T06:13:28.791Z Compiling atomic-waker v1.1.2
17602026-05-10T06:13:28.927Z Compiling ipnet v2.11.0
17612026-05-10T06:13:28.944Z Compiling anyhow v1.0.102
17622026-05-10T06:13:28.971Z Compiling httparse v1.10.1
17632026-05-10T06:13:28.984Z Compiling tower-layer v0.3.3
17642026-05-10T06:13:29.149Z Compiling critical-section v1.2.0
17652026-05-10T06:13:29.149Z Compiling tower-service v0.3.3
17662026-05-10T06:13:29.259Z Compiling untrusted v0.9.0
17672026-05-10T06:13:29.262Z Compiling once_cell v1.21.3
17682026-05-10T06:13:29.349Z Compiling zeroize v1.8.1
17692026-05-10T06:13:29.491Z Compiling try-lock v0.2.5
17702026-05-10T06:13:29.573Z Compiling want v0.3.1
17712026-05-10T06:13:29.635Z Compiling usdt-attr-macro v0.6.0
17722026-05-10T06:13:29.722Z Compiling usdt-macro v0.6.0
17732026-05-10T06:13:29.745Z Compiling httpdate v1.0.3
17742026-05-10T06:13:29.919Z Compiling pin-utils v0.1.0
17752026-05-10T06:13:29.978Z Compiling structmeta-derive v0.3.0
17762026-05-10T06:13:30.578Z Compiling newtype-uuid-macros v0.1.0
17772026-05-10T06:13:30.815Z Compiling strum_macros v0.26.4
17782026-05-10T06:13:31.040Z Compiling structmeta v0.3.0
17792026-05-10T06:13:31.247Z Compiling async-stream-impl v0.3.6
17802026-05-10T06:13:31.388Z Compiling powerfmt v0.2.0
17812026-05-10T06:13:31.529Z Compiling deranged v0.5.3
17822026-05-10T06:13:31.596Z Compiling num_threads v0.1.7
17832026-05-10T06:13:31.633Z Compiling omicron-workspace-hack v0.1.0
17842026-05-10T06:13:31.694Z Compiling dropshot_endpoint v0.16.7
17852026-05-10T06:13:31.717Z Compiling http-body-util v0.1.3
17862026-05-10T06:13:31.786Z Compiling ref-cast-impl v1.0.25
17872026-05-10T06:13:31.899Z Compiling derive-ex v0.1.8
17882026-05-10T06:13:32.210Z Compiling serde_urlencoded v0.7.1
17892026-05-10T06:13:32.452Z Compiling strum_macros v0.27.2
17902026-05-10T06:13:32.564Z Compiling sync_wrapper v1.0.2
17912026-05-10T06:13:32.589Z Compiling serde_with_macros v3.14.1
17922026-05-10T06:13:32.676Z Compiling subtle v2.6.1
17932026-05-10T06:13:32.702Z Compiling typify-macro v0.4.3
17942026-05-10T06:13:32.846Z Compiling iri-string v0.7.8
17952026-05-10T06:13:33.237Z Compiling rand_core v0.6.4
17962026-05-10T06:13:33.330Z Compiling futures-util v0.3.32
17972026-05-10T06:13:33.466Z Compiling thread_local v1.1.9
17982026-05-10T06:13:33.478Z Compiling test-strategy v0.4.3
17992026-05-10T06:13:33.796Z Compiling match_cfg v0.1.0
18002026-05-10T06:13:33.873Z Compiling parse-display-derive v0.10.0
18012026-05-10T06:13:34.205Z Compiling tracing-core v0.1.34
18022026-05-10T06:13:34.382Z Compiling toml_datetime v0.6.11
18032026-05-10T06:13:34.521Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-05-10T06:13:34.534Z Compiling term v1.2.0
18052026-05-10T06:13:34.660Z Compiling take_mut v0.2.2
18062026-05-10T06:13:34.810Z Compiling tracing v0.1.41
18072026-05-10T06:13:34.853Z Compiling typify v0.4.3
18082026-05-10T06:13:34.935Z Compiling progenitor-impl v0.11.1
18092026-05-10T06:13:35.151Z Compiling clap_derive v4.6.0
18102026-05-10T06:13:35.235Z Compiling camino v1.2.2
18112026-05-10T06:13:35.497Z Compiling cpufeatures v0.2.17
18122026-05-10T06:13:35.574Z Compiling fastrand v2.3.0
18132026-05-10T06:13:35.607Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18142026-05-10T06:13:35.721Z Compiling encoding_rs v0.8.35
18152026-05-10T06:13:35.824Z Compiling mime v0.3.17
18162026-05-10T06:13:35.838Z Compiling unicode-width v0.2.1
18172026-05-10T06:13:36.193Z Compiling errno v0.3.14
18182026-05-10T06:13:36.338Z Compiling generic-array v0.14.7
18192026-05-10T06:13:36.848Z Compiling hex v0.4.3
18202026-05-10T06:13:36.878Z Compiling ipnetwork v0.21.1
18212026-05-10T06:13:37.114Z Compiling crossbeam-utils v0.8.21
18222026-05-10T06:13:37.332Z Compiling rustix v1.1.2
18232026-05-10T06:13:37.397Z Compiling slog v2.8.2
18242026-05-10T06:13:37.409Z Compiling tokio-util v0.7.16
18252026-05-10T06:13:37.479Z Compiling winnow v0.7.14
18262026-05-10T06:13:37.714Z Compiling crypto-common v0.1.6
18272026-05-10T06:13:37.804Z Compiling rand_core v0.9.3
18282026-05-10T06:13:37.848Z Compiling oxnet v0.1.4
18292026-05-10T06:13:38.030Z Compiling h2 v0.4.12
18302026-05-10T06:13:38.101Z Compiling itertools v0.14.0
18312026-05-10T06:13:38.403Z Compiling progenitor-macro v0.11.1
18322026-05-10T06:13:38.539Z Compiling rand_chacha v0.9.0
18332026-05-10T06:13:38.669Z Compiling socket2 v0.5.10
18342026-05-10T06:13:39.092Z Compiling rand v0.9.2
18352026-05-10T06:13:39.123Z Compiling rustls-pki-types v1.12.0
18362026-05-10T06:13:39.690Z Compiling quick-error v1.2.3
18372026-05-10T06:13:39.727Z Compiling debug-ignore v1.0.5
18382026-05-10T06:13:39.804Z Compiling spin v0.9.8
18392026-05-10T06:13:39.837Z Compiling toml_parser v1.0.6+spec-1.1.0
18402026-05-10T06:13:39.852Z Compiling tabwriter v1.4.1
18412026-05-10T06:13:39.926Z Compiling toml_datetime v0.7.5+spec-1.1.0
18422026-05-10T06:13:40.099Z Compiling serde_spanned v1.0.4
18432026-05-10T06:13:40.243Z Compiling hyper v1.8.1
18442026-05-10T06:13:40.445Z Compiling lazy_static v1.5.0
18452026-05-10T06:13:40.548Z Compiling bit-vec v0.8.0
18462026-05-10T06:13:40.560Z Compiling colored v3.0.0
18472026-05-10T06:13:40.749Z Compiling toml_writer v1.0.6+spec-1.1.0
18482026-05-10T06:13:40.789Z Compiling bit-set v0.8.0
18492026-05-10T06:13:40.909Z Compiling toml v0.9.11+spec-1.1.0
18502026-05-10T06:13:40.938Z Compiling time v0.3.47
18512026-05-10T06:13:40.954Z Compiling strum v0.26.3
18522026-05-10T06:13:40.966Z Compiling async-stream v0.3.6
18532026-05-10T06:13:41.081Z Compiling ring v0.17.14
18542026-05-10T06:13:41.139Z Compiling waitgroup v0.1.2
18552026-05-10T06:13:41.184Z Compiling serde_path_to_error v0.1.20
18562026-05-10T06:13:41.285Z Compiling unarray v0.1.4
18572026-05-10T06:13:41.401Z Compiling hyper-util v0.1.19
18582026-05-10T06:13:41.545Z Compiling anstyle v1.0.14
18592026-05-10T06:13:41.773Z Compiling crossbeam-channel v0.5.15
18602026-05-10T06:13:41.873Z Compiling block-buffer v0.10.4
18612026-05-10T06:13:41.985Z Compiling macaddr v1.0.1
18622026-05-10T06:13:42.025Z Compiling utf8parse v0.2.2
18632026-05-10T06:13:42.144Z Compiling anstyle-parse v1.0.0
18642026-05-10T06:13:42.218Z Compiling digest v0.10.7
18652026-05-10T06:13:42.334Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18662026-05-10T06:13:42.429Z Compiling ref-cast v1.0.25
18672026-05-10T06:13:42.443Z Compiling anstyle-query v1.1.4
18682026-05-10T06:13:42.466Z Compiling is_terminal_polyfill v1.70.1
18692026-05-10T06:13:42.517Z Compiling colorchoice v1.0.4
18702026-05-10T06:13:42.532Z Compiling strum v0.27.2
18712026-05-10T06:13:42.547Z Compiling is-terminal v0.4.16
18722026-05-10T06:13:42.635Z Compiling anstream v1.0.0
18732026-05-10T06:13:42.648Z Compiling clap_lex v1.1.0
18742026-05-10T06:13:42.843Z Compiling slog-term v2.9.2
18752026-05-10T06:13:42.907Z Compiling slog-json v2.6.1
18762026-05-10T06:13:42.981Z Compiling slog-async v2.8.0
18772026-05-10T06:13:43.100Z Compiling tower v0.5.2
18782026-05-10T06:13:43.113Z Compiling hostname v0.3.1
18792026-05-10T06:13:43.254Z Compiling slog-bunyan v2.5.0
18802026-05-10T06:13:43.519Z Compiling tower-http v0.6.8
18812026-05-10T06:13:43.634Z Compiling futures-executor v0.3.32
18822026-05-10T06:13:43.859Z Compiling instant v0.1.13
18832026-05-10T06:13:43.915Z Compiling futures v0.3.32
18842026-05-10T06:13:43.970Z Compiling openssl-sys v0.9.112
18852026-05-10T06:13:44.167Z Compiling aws-lc-sys v0.39.1
18862026-05-10T06:13:44.589Z Compiling memmap2 v0.9.8
18872026-05-10T06:13:44.795Z Compiling untrusted v0.7.1
18882026-05-10T06:13:44.813Z Compiling foreign-types-shared v0.1.1
18892026-05-10T06:13:44.907Z Compiling aws-lc-rs v1.16.2
18902026-05-10T06:13:44.911Z Compiling foreign-types v0.3.2
18912026-05-10T06:13:44.931Z Compiling tempfile v3.23.0
18922026-05-10T06:13:45.353Z Compiling openssl-probe v0.1.6
18932026-05-10T06:13:45.588Z Compiling openssl v0.10.76
18942026-05-10T06:13:45.864Z Compiling rustls-webpki v0.103.6
18952026-05-10T06:13:46.403Z Compiling rustls v0.23.32
18962026-05-10T06:13:46.745Z Compiling either v1.15.0
18972026-05-10T06:13:46.870Z Compiling usdt v0.6.0
18982026-05-10T06:13:46.902Z Compiling webpki-roots v1.0.2
18992026-05-10T06:13:47.123Z Compiling newtype-uuid v1.3.2
19002026-05-10T06:13:47.965Z Compiling native-tls v0.2.14
19012026-05-10T06:13:48.161Z Compiling tokio-native-tls v0.3.1
19022026-05-10T06:13:48.341Z Compiling hyper-tls v0.6.0
19032026-05-10T06:13:48.651Z Compiling daft v0.1.4
19042026-05-10T06:13:48.935Z Compiling rustls-webpki v0.102.8
19052026-05-10T06:13:49.436Z Compiling tokio-rustls v0.26.3
19062026-05-10T06:13:49.502Z Compiling rustls v0.22.4
19072026-05-10T06:13:49.684Z Compiling hyper-rustls v0.27.7
19082026-05-10T06:13:50.019Z Compiling reqwest v0.12.23
19092026-05-10T06:13:51.670Z Compiling tokio-rustls v0.25.0
19102026-05-10T06:13:51.911Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19112026-05-10T06:13:52.125Z Compiling sha1 v0.10.6
19122026-05-10T06:13:52.365Z Compiling multer v3.1.0
19132026-05-10T06:13:52.487Z Compiling rustls-pemfile v2.2.0
19142026-05-10T06:13:52.693Z Compiling terminal_size v0.4.3
19152026-05-10T06:13:52.841Z Compiling rand_chacha v0.3.1
19162026-05-10T06:13:52.985Z Compiling wait-timeout v0.2.1
19172026-05-10T06:13:53.193Z Compiling hostname v0.4.2
19182026-05-10T06:13:53.503Z Compiling dropshot v0.16.7
19192026-05-10T06:13:53.535Z Compiling rusty-fork v0.3.0
19202026-05-10T06:13:53.682Z Compiling rand v0.8.5
19212026-05-10T06:13:54.341Z Compiling rand_xorshift v0.4.0
19222026-05-10T06:13:55.191Z Compiling proptest v1.8.0
19232026-05-10T06:13:55.827Z Compiling clap_builder v4.6.0
19242026-05-10T06:13:56.626Z Compiling hubpack_derive v0.1.1
19252026-05-10T06:13:57.170Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19262026-05-10T06:13:57.772Z Compiling clap v4.6.0
19272026-05-10T06:13:58.651Z Compiling serde_spanned v0.6.9
19282026-05-10T06:13:58.790Z Compiling winnow v0.5.40
19292026-05-10T06:13:59.343Z Compiling progenitor-client v0.11.1
19302026-05-10T06:13:59.470Z Compiling progenitor-client v0.10.0
19312026-05-10T06:13:59.494Z Compiling prettyplease v0.2.37
19322026-05-10T06:13:59.639Z Compiling serde_with v3.14.1
19332026-05-10T06:13:59.904Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19342026-05-10T06:14:00.252Z Compiling rustc-hash v2.1.1
19352026-05-10T06:14:00.535Z Compiling progenitor v0.11.1
19362026-05-10T06:14:00.608Z Compiling iddqd v0.3.17
19372026-05-10T06:14:00.682Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19382026-05-10T06:14:01.235Z Compiling backoff v0.4.0
19392026-05-10T06:14:01.447Z Compiling parse-display v0.10.0
19402026-05-10T06:14:01.579Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19412026-05-10T06:14:01.720Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19422026-05-10T06:14:03.559Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19432026-05-10T06:14:03.607Z Compiling num-derive v0.3.3
19442026-05-10T06:14:04.475Z Compiling toml_write v0.1.2
19452026-05-10T06:14:05.102Z Compiling toml_edit v0.22.27
19462026-05-10T06:14:06.578Z Compiling toml_edit v0.19.15
19472026-05-10T06:14:06.945Z Compiling num-integer v0.1.46
19482026-05-10T06:14:07.073Z Compiling float-ord v0.3.2
19492026-05-10T06:14:07.318Z Compiling toml v0.8.23
19502026-05-10T06:14:07.693Z Compiling proc-macro-crate v1.3.1
19512026-05-10T06:14:09.397Z Compiling num-iter v0.1.45
19522026-05-10T06:14:09.528Z Compiling num-rational v0.4.2
19532026-05-10T06:14:10.229Z Compiling num-complex v0.4.6
19542026-05-10T06:14:11.203Z Compiling num v0.4.3
19552026-05-10T06:14:14.289Z Compiling zerocopy-derive v0.7.35
19562026-05-10T06:14:14.725Z Compiling ingot-macros v0.1.1
19572026-05-10T06:14:14.987Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19582026-05-10T06:14:15.193Z Compiling scroll_derive v0.12.1
19592026-05-10T06:14:15.660Z Compiling zerocopy v0.7.35
19602026-05-10T06:14:15.921Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19612026-05-10T06:14:16.375Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19622026-05-10T06:14:16.489Z Compiling num_enum_derive v0.7.5
19632026-05-10T06:14:17.623Z Compiling memoffset v0.9.1
19642026-05-10T06:14:18.059Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-05-10T06:14:18.109Z Compiling foreign-types-macros v0.2.3
19662026-05-10T06:14:19.795Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-05-10T06:14:19.874Z Compiling nix v0.30.1
19682026-05-10T06:14:20.243Z Compiling libscf-sys v1.1.0
19692026-05-10T06:14:20.862Z Compiling proc-macro-error-attr2 v2.0.0
19702026-05-10T06:14:21.055Z Compiling glob v0.3.3
19712026-05-10T06:14:21.152Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19722026-05-10T06:14:21.187Z Compiling proc-macro-error-attr v1.0.4
19732026-05-10T06:14:21.301Z Compiling proc-macro-error2 v2.0.1
19742026-05-10T06:14:21.575Z Compiling dtrace-parser v0.2.0
19752026-05-10T06:14:21.598Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19762026-05-10T06:14:21.645Z Compiling proc-macro-error v1.0.4
19772026-05-10T06:14:21.657Z Compiling tabled_derive v0.11.0
19782026-05-10T06:14:22.071Z Compiling dof v0.3.0
19792026-05-10T06:14:22.109Z Compiling num_enum_derive v0.5.11
19802026-05-10T06:14:22.445Z Compiling hubpack v0.1.2
19812026-05-10T06:14:22.558Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19822026-05-10T06:14:22.677Z Compiling thread-id v4.2.2
19832026-05-10T06:14:23.002Z Compiling static_assertions v1.1.0
19842026-05-10T06:14:23.105Z Compiling usdt-impl v0.5.0
19852026-05-10T06:14:24.100Z Compiling derive_more v0.99.20
19862026-05-10T06:14:25.162Z Compiling bytecount v0.6.9
19872026-05-10T06:14:25.261Z Compiling minimal-lexical v0.2.1
19882026-05-10T06:14:25.454Z Compiling nom v7.1.3
19892026-05-10T06:14:26.376Z Compiling usdt-macro v0.5.0
19902026-05-10T06:14:26.465Z Compiling usdt-attr-macro v0.5.0
19912026-05-10T06:14:27.017Z Compiling zone_cfg_derive v0.3.1
19922026-05-10T06:14:27.235Z Compiling num-derive v0.4.2
19932026-05-10T06:14:27.382Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19942026-05-10T06:14:27.403Z Compiling rustc_version v0.4.1
19952026-05-10T06:14:27.762Z Compiling crossbeam-epoch v0.9.18
19962026-05-10T06:14:27.774Z Compiling papergrid v0.17.0
19972026-05-10T06:14:28.106Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19982026-05-10T06:14:28.239Z Compiling testing_table v0.3.0
19992026-05-10T06:14:28.336Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20002026-05-10T06:14:28.378Z Compiling enum-as-inner v0.6.1
20012026-05-10T06:14:28.413Z Compiling curve25519-dalek v4.1.3
20022026-05-10T06:14:28.615Z Compiling crossbeam-deque v0.8.6
20032026-05-10T06:14:28.813Z Compiling tabled v0.20.0
20042026-05-10T06:14:29.071Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20052026-05-10T06:14:29.324Z Compiling typify-impl v0.6.1
20062026-05-10T06:14:29.452Z Compiling thiserror-impl-no-std v2.0.2
20072026-05-10T06:14:29.635Z Compiling curve25519-dalek-derive v0.1.1
20082026-05-10T06:14:30.125Z Compiling rayon-core v1.13.0
20092026-05-10T06:14:30.352Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20102026-05-10T06:14:30.607Z Compiling clang-sys v1.8.1
20112026-05-10T06:14:30.719Z Compiling scroll v0.12.0
20122026-05-10T06:14:31.012Z Compiling hash32 v0.3.1
20132026-05-10T06:14:31.042Z Compiling goblin v0.8.2
20142026-05-10T06:14:31.121Z Compiling ingot-types v0.1.2
20152026-05-10T06:14:31.176Z Compiling heapless v0.8.0
20162026-05-10T06:14:31.514Z Compiling cobs v0.3.0
20172026-05-10T06:14:31.605Z Compiling libloading v0.8.9
20182026-05-10T06:14:31.617Z Compiling managed v0.8.0
20192026-05-10T06:14:31.654Z Compiling foreign-types-shared v0.3.1
20202026-05-10T06:14:31.708Z Compiling bitflags v1.3.2
20212026-05-10T06:14:31.720Z Compiling bindgen v0.72.1
20222026-05-10T06:14:31.736Z Compiling foreign-types v0.5.0
20232026-05-10T06:14:31.789Z Compiling smoltcp v0.11.0
20242026-05-10T06:14:31.808Z Compiling postcard v1.1.3
20252026-05-10T06:14:31.836Z Compiling ingot v0.1.1
20262026-05-10T06:14:32.147Z Compiling cexpr v0.6.0
20272026-05-10T06:14:32.654Z Compiling num_enum v0.7.5
20282026-05-10T06:14:32.781Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20292026-05-10T06:14:32.910Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20302026-05-10T06:14:32.993Z Compiling camino-tempfile v1.4.1
20312026-05-10T06:14:33.240Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20322026-05-10T06:14:33.252Z Compiling serde_repr v0.1.20
20332026-05-10T06:14:33.544Z Compiling derive-where v1.6.0
20342026-05-10T06:14:33.818Z Compiling cstr-argument v0.1.2
20352026-05-10T06:14:33.987Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362026-05-10T06:14:34.302Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20372026-05-10T06:14:35.087Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20382026-05-10T06:14:35.281Z Compiling rayon v1.11.0
20392026-05-10T06:14:35.480Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20402026-05-10T06:14:35.536Z Compiling typify-macro v0.6.1
20412026-05-10T06:14:35.608Z Compiling crucible-workspace-hack v0.1.0
20422026-05-10T06:14:36.235Z Compiling memmap v0.7.0
20432026-05-10T06:14:36.431Z Compiling tinyvec_macros v0.1.1
20442026-05-10T06:14:36.517Z Compiling tinyvec v1.10.0
20452026-05-10T06:14:36.567Z Compiling usdt v0.5.0
20462026-05-10T06:14:36.770Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20472026-05-10T06:14:36.870Z Compiling num_enum v0.5.11
20482026-05-10T06:14:37.328Z Compiling pin-project-internal v1.1.10
20492026-05-10T06:14:37.639Z Compiling typify v0.6.1
20502026-05-10T06:14:37.770Z Compiling progenitor-impl v0.13.0
20512026-05-10T06:14:38.457Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20522026-05-10T06:14:38.580Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20532026-05-10T06:14:38.986Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20542026-05-10T06:14:39.023Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20552026-05-10T06:14:39.189Z Compiling rustix v0.38.44
20562026-05-10T06:14:39.522Z Compiling itertools v0.12.1
20572026-05-10T06:14:39.664Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20582026-05-10T06:14:39.678Z Compiling progenitor-impl v0.10.0
20592026-05-10T06:14:40.074Z Compiling sigpipe v0.1.3
20602026-05-10T06:14:40.097Z Compiling jiff v0.2.15
20612026-05-10T06:14:40.154Z Compiling const_format_proc_macros v0.2.34
20622026-05-10T06:14:40.500Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20632026-05-10T06:14:40.531Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-05-10T06:14:40.753Z Compiling zone v0.3.1
20652026-05-10T06:14:41.281Z Compiling progenitor-macro v0.13.0
20662026-05-10T06:14:41.452Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20672026-05-10T06:14:41.611Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20682026-05-10T06:14:42.239Z Compiling secrecy v0.10.3
20692026-05-10T06:14:42.264Z Compiling smf v0.2.3
20702026-05-10T06:14:42.408Z Compiling snafu-derive v0.8.9
20712026-05-10T06:14:42.687Z Compiling async-recursion v1.1.1
20722026-05-10T06:14:42.874Z Compiling bstr v1.12.0
20732026-05-10T06:14:43.132Z Compiling progenitor-macro v0.10.0
20742026-05-10T06:14:43.316Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20752026-05-10T06:14:43.394Z Compiling whoami v1.6.1
20762026-05-10T06:14:43.838Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20772026-05-10T06:14:45.179Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20782026-05-10T06:14:45.448Z Compiling hmac v0.12.1
20792026-05-10T06:14:45.905Z Compiling inout v0.1.4
20802026-05-10T06:14:46.070Z Compiling ff v0.13.1
20812026-05-10T06:14:46.230Z Compiling data-encoding v2.9.0
20822026-05-10T06:14:46.489Z Compiling crc8 v0.1.1
20832026-05-10T06:14:46.526Z Compiling group v0.13.0
20842026-05-10T06:14:46.615Z Compiling cipher v0.4.4
20852026-05-10T06:14:46.648Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-05-10T06:14:46.869Z Compiling hkdf v0.12.4
20872026-05-10T06:14:47.033Z Compiling atomicwrites v0.4.4
20882026-05-10T06:14:47.089Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20892026-05-10T06:14:47.334Z Compiling tokio-dtrace v0.1.1
20902026-05-10T06:14:47.372Z Compiling tabled_derive v0.7.0
20912026-05-10T06:14:48.048Z Compiling reqwest v0.13.2
20922026-05-10T06:14:48.237Z Compiling universal-hash v0.5.1
20932026-05-10T06:14:48.324Z Compiling crypto-bigint v0.5.5
20942026-05-10T06:14:48.343Z Compiling dropshot-api-manager-types v0.5.2
20952026-05-10T06:14:48.377Z Compiling half v2.7.1
20962026-05-10T06:14:48.726Z Compiling opaque-debug v0.3.1
20972026-05-10T06:14:48.752Z Compiling indent_write v2.2.0
20982026-05-10T06:14:48.808Z Compiling ciborium-io v0.2.2
20992026-05-10T06:14:48.907Z Compiling base16ct v0.2.0
21002026-05-10T06:14:49.061Z Compiling base64ct v1.8.0
21012026-05-10T06:14:49.083Z Compiling progenitor-client v0.13.0
21022026-05-10T06:14:49.164Z Compiling ciborium-ll v0.2.2
21032026-05-10T06:14:49.377Z Compiling password-hash v0.5.0
21042026-05-10T06:14:49.390Z Compiling poly1305 v0.8.0
21052026-05-10T06:14:49.768Z Compiling elliptic-curve v0.13.8
21062026-05-10T06:14:50.071Z Compiling oxide-tokio-rt v0.1.2
21072026-05-10T06:14:50.109Z Compiling chacha20 v0.9.1
21082026-05-10T06:14:50.281Z Compiling similar v2.7.0
21092026-05-10T06:14:50.343Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21102026-05-10T06:14:50.779Z Compiling thiserror-no-std v2.0.2
21112026-05-10T06:14:51.468Z Compiling blake2 v0.10.6
21122026-05-10T06:14:51.870Z Compiling aead v0.5.2
21132026-05-10T06:14:51.947Z Compiling resolv-conf v0.7.5
21142026-05-10T06:14:52.132Z Compiling keccak v0.1.6
21152026-05-10T06:14:52.221Z Compiling linked-hash-map v0.5.6
21162026-05-10T06:14:52.276Z Compiling sha3 v0.10.8
21172026-05-10T06:14:52.403Z Compiling lru-cache v0.1.2
21182026-05-10T06:14:52.427Z Compiling chacha20poly1305 v0.10.1
21192026-05-10T06:14:52.573Z Compiling argon2 v0.5.3
21202026-05-10T06:14:52.590Z Compiling vsss-rs v3.3.4
21212026-05-10T06:14:52.788Z Compiling progenitor v0.13.0
21222026-05-10T06:14:52.816Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21232026-05-10T06:14:53.128Z Compiling ciborium v0.2.2
21242026-05-10T06:14:53.343Z Compiling hickory-proto v0.24.4
21252026-05-10T06:14:53.915Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21262026-05-10T06:14:54.017Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21272026-05-10T06:14:54.372Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21282026-05-10T06:14:54.529Z Compiling serde-big-array v0.5.1
21292026-05-10T06:14:54.619Z Compiling same-file v1.0.6
21302026-05-10T06:14:54.684Z Compiling siphasher v1.0.1
21312026-05-10T06:14:54.715Z Compiling unicode-segmentation v1.12.0
21322026-05-10T06:14:55.129Z Compiling newline-converter v0.3.0
21332026-05-10T06:14:55.264Z Compiling hickory-resolver v0.24.4
21342026-05-10T06:14:55.288Z Compiling phf_shared v0.12.1
21352026-05-10T06:14:55.337Z Compiling walkdir v2.5.0
21362026-05-10T06:14:55.383Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21372026-05-10T06:14:55.455Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21382026-05-10T06:14:55.992Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21392026-05-10T06:14:56.534Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21402026-05-10T06:14:56.812Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21412026-05-10T06:14:57.319Z Compiling newtype_derive v0.1.6
21422026-05-10T06:14:57.410Z Compiling owo-colors v4.3.0
21432026-05-10T06:14:57.521Z Compiling tokio-stream v0.1.17
21442026-05-10T06:14:57.856Z Compiling console v0.15.11
21452026-05-10T06:14:57.991Z Compiling csv-core v0.1.12
21462026-05-10T06:14:58.077Z Compiling swrite v0.1.0
21472026-05-10T06:14:58.169Z Compiling unicode-linebreak v0.1.5
21482026-05-10T06:14:58.271Z Compiling humantime v2.3.0
21492026-05-10T06:14:58.429Z Compiling foldhash v0.1.5
21502026-05-10T06:14:58.536Z Compiling termtree v0.5.1
21512026-05-10T06:14:58.548Z Compiling smawk v0.3.2
21522026-05-10T06:14:58.560Z Compiling unicode-width v0.1.14
21532026-05-10T06:14:58.588Z Compiling hashbrown v0.15.5
21542026-05-10T06:14:58.723Z Compiling textwrap v0.16.2
21552026-05-10T06:14:58.916Z Compiling expectorate v1.2.0
21562026-05-10T06:14:58.929Z Compiling csv v1.3.1
21572026-05-10T06:14:59.089Z Compiling qorb v0.4.1
21582026-05-10T06:14:59.276Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21592026-05-10T06:14:59.511Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21602026-05-10T06:15:00.953Z Compiling phf v0.12.1
21612026-05-10T06:15:01.117Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21622026-05-10T06:15:01.487Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21632026-05-10T06:15:01.515Z Compiling pin-project v1.1.10
21642026-05-10T06:15:01.630Z Compiling unicode-normalization v0.1.24
21652026-05-10T06:15:01.779Z Compiling libz-sys v1.1.22
21662026-05-10T06:15:01.901Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21672026-05-10T06:15:02.866Z Compiling libsw-core v0.3.2
21682026-05-10T06:15:03.225Z Compiling fixedbitset v0.5.7
21692026-05-10T06:15:03.332Z Compiling fixedbitset v0.4.2
21702026-05-10T06:15:03.373Z Compiling highway v1.3.0
21712026-05-10T06:15:03.583Z Compiling petgraph v0.6.5
21722026-05-10T06:15:03.637Z Compiling petgraph v0.8.2
21732026-05-10T06:15:03.659Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-05-10T06:15:03.819Z Compiling progenitor v0.10.0
21752026-05-10T06:15:04.933Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-05-10T06:15:05.404Z Compiling libsw v3.5.0
21772026-05-10T06:15:05.621Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-05-10T06:15:05.895Z Compiling olpc-cjson v0.1.4
21792026-05-10T06:15:06.008Z Compiling libgit2-sys v0.17.0+1.8.1
21802026-05-10T06:15:06.046Z Compiling snafu v0.8.9
21812026-05-10T06:15:06.448Z Compiling chrono-tz v0.10.4
21822026-05-10T06:15:06.551Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21832026-05-10T06:15:06.754Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-05-10T06:15:06.911Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-05-10T06:15:07.805Z Compiling papergrid v0.11.0
21862026-05-10T06:15:08.080Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21872026-05-10T06:15:08.373Z Compiling globset v0.4.16
21882026-05-10T06:15:08.609Z Compiling const_format v0.2.34
21892026-05-10T06:15:08.960Z Compiling slog-dtrace v0.3.0
21902026-05-10T06:15:09.035Z Compiling cancel-safe-futures v0.1.5
21912026-05-10T06:15:09.077Z Compiling gethostname v0.5.0
21922026-05-10T06:15:09.329Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21932026-05-10T06:15:09.733Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-05-10T06:15:10.328Z Compiling pem v3.0.5
21952026-05-10T06:15:10.392Z Compiling bcs v0.1.6
21962026-05-10T06:15:10.718Z Compiling serde_plain v1.0.2
21972026-05-10T06:15:10.721Z Compiling cargo-platform v0.1.9
21982026-05-10T06:15:10.776Z Compiling typed-path v0.9.3
21992026-05-10T06:15:10.932Z Compiling tagptr v0.2.0
22002026-05-10T06:15:11.334Z Compiling linear-map v1.2.0
22012026-05-10T06:15:11.651Z Compiling tough v0.20.0
22022026-05-10T06:15:11.893Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22032026-05-10T06:15:13.727Z Compiling moka v0.12.11
22042026-05-10T06:15:13.858Z Compiling cargo_metadata v0.18.1
22052026-05-10T06:15:14.535Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-05-10T06:15:14.862Z Compiling tabled v0.15.0
22072026-05-10T06:15:14.936Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-05-10T06:15:15.007Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-05-10T06:15:15.473Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-05-10T06:15:15.685Z Compiling git2 v0.19.0
22112026-05-10T06:15:17.134Z Compiling steno v0.4.1
22122026-05-10T06:15:18.001Z Compiling cookie v0.18.1
22132026-05-10T06:15:18.226Z Compiling hickory-proto v0.25.2
22142026-05-10T06:15:20.212Z Compiling hickory-resolver v0.25.2
22152026-05-10T06:15:21.109Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-05-10T06:15:22.461Z Compiling vergen v8.3.2
22172026-05-10T06:15:23.740Z Compiling signal-hook v0.3.18
22182026-05-10T06:15:24.831Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22192026-05-10T06:15:24.982Z Compiling mockall_derive v0.13.1
22202026-05-10T06:15:25.223Z Compiling predicates-core v1.0.9
22212026-05-10T06:15:25.719Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22222026-05-10T06:15:25.776Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-05-10T06:15:26.058Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22242026-05-10T06:15:27.368Z Compiling sha2 v0.10.9
22252026-05-10T06:15:27.380Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22262026-05-10T06:15:27.534Z Compiling yansi v1.0.1
22272026-05-10T06:15:27.878Z Compiling diff v0.1.13
22282026-05-10T06:15:27.904Z Compiling adler2 v2.0.1
22292026-05-10T06:15:28.053Z Compiling pretty_assertions v1.4.1
22302026-05-10T06:15:28.070Z Compiling miniz_oxide v0.8.9
22312026-05-10T06:15:28.342Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22322026-05-10T06:15:28.797Z Compiling predicates v3.1.3
22332026-05-10T06:15:29.308Z Compiling predicates-tree v1.0.12
22342026-05-10T06:15:29.308Z Compiling fs-err v3.1.2
22352026-05-10T06:15:29.642Z Compiling crc32fast v1.5.0
22362026-05-10T06:15:30.327Z Compiling git-stub v1.0.0
22372026-05-10T06:15:30.618Z Compiling filetime v0.2.26
22382026-05-10T06:15:30.817Z Compiling xattr v1.6.1
22392026-05-10T06:15:31.008Z Compiling downcast v0.11.0
22402026-05-10T06:15:31.168Z Compiling fragile v2.0.1
22412026-05-10T06:15:31.478Z Compiling arrayref v0.3.9
22422026-05-10T06:15:31.566Z Compiling arrayvec v0.7.6
22432026-05-10T06:15:31.783Z Compiling constant_time_eq v0.3.1
22442026-05-10T06:15:31.915Z Compiling is_ci v1.2.0
22452026-05-10T06:15:32.077Z Compiling supports-color v3.0.2
22462026-05-10T06:15:32.116Z Compiling mockall v0.13.1
22472026-05-10T06:15:32.274Z Compiling blake3 v1.8.2
22482026-05-10T06:15:32.859Z Compiling toml v0.7.8
22492026-05-10T06:15:33.328Z Compiling tar v0.4.45
22502026-05-10T06:15:33.349Z Compiling git-stub-vcs v0.1.0
22512026-05-10T06:15:33.551Z Compiling curl-sys v0.4.83+curl-8.15.0
22522026-05-10T06:15:33.704Z Compiling signal-hook-tokio v0.3.1
22532026-05-10T06:15:33.773Z Compiling flate2 v1.1.2
22542026-05-10T06:15:34.002Z Compiling drift v0.1.3
22552026-05-10T06:15:34.224Z Compiling kstat-rs v0.2.4
22562026-05-10T06:15:34.390Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22572026-05-10T06:15:34.413Z Compiling hex-literal v1.0.0
22582026-05-10T06:15:34.540Z Compiling display-error-chain v0.2.2
22592026-05-10T06:15:34.551Z Compiling topological-sort v0.2.2
22602026-05-10T06:15:34.706Z Compiling omicron-zone-package v0.12.2
22612026-05-10T06:15:34.785Z Compiling dropshot-api-manager v0.5.2
22622026-05-10T06:15:34.844Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22632026-05-10T06:15:35.749Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22642026-05-10T06:15:37.124Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22652026-05-10T06:15:37.590Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22662026-05-10T06:15:37.799Z Compiling curl v0.4.49
22672026-05-10T06:15:37.926Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22682026-05-10T06:15:38.301Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22692026-05-10T06:15:38.556Z Compiling internet-checksum v0.2.1
22702026-05-10T06:15:38.675Z Compiling search_path v0.1.4
22712026-05-10T06:15:38.712Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22722026-05-10T06:15:39.100Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22732026-05-10T06:15:39.484Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22742026-05-10T06:15:40.901Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22752026-05-10T06:15:43.158Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22762026-05-10T06:16:25.898Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 11s
22772026-05-10T06:16:26.018Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
22782026-05-10T06:16:26.022Z
22792026-05-10T06:16:26.022Zrunning 5 tests
22802026-05-10T06:16:26.025Ztest fuse::tests::chip_revision_b1 ... ok
22812026-05-10T06:16:26.025Ztest fuse::tests::chip_revision_a0 ... ok
22822026-05-10T06:16:26.025Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22832026-05-10T06:16:26.025Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22842026-05-10T06:16:26.025Ztest fuse::tests::chip_revision_b0 ... ok
22852026-05-10T06:16:26.025Z
22862026-05-10T06:16:26.025Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22872026-05-10T06:16:26.025Z
22882026-05-10T06:16:26.025Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22892026-05-10T06:16:26.028Z
22902026-05-10T06:16:26.028Zrunning 0 tests
22912026-05-10T06:16:26.028Z
22922026-05-10T06:16:26.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22932026-05-10T06:16:26.028Z
22942026-05-10T06:16:26.028Z Running unittests src/lib.rs (target/debug/deps/asic-b29062009ea962eb)
22952026-05-10T06:16:26.028Z
22962026-05-10T06:16:26.028Zrunning 0 tests
22972026-05-10T06:16:26.028Z
22982026-05-10T06:16:26.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22992026-05-10T06:16:26.028Z
23002026-05-10T06:16:26.028Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
23012026-05-10T06:16:26.031Z
23022026-05-10T06:16:26.031Zrunning 10 tests
23032026-05-10T06:16:26.031Ztest network::tests::test_equal ... ok
23042026-05-10T06:16:26.031Ztest network::tests::test_eui64 ... ok
23052026-05-10T06:16:26.031Ztest nat::tests::test_vni ... ok
23062026-05-10T06:16:26.032Ztest network::tests::test_into ... ok
23072026-05-10T06:16:26.032Ztest network::tests::test_generate_ipv6_link_local ... ok
23082026-05-10T06:16:26.032Ztest network::tests::test_not_equal ... ok
23092026-05-10T06:16:26.032Ztest network::tests::test_to_string ... ok
23102026-05-10T06:16:26.032Ztest network::tests::test_parse ... ok
23112026-05-10T06:16:26.032Ztest test_purge ... ok
23122026-05-10T06:16:26.035Ztest illumos::test::address_exists_handles_missing_object ... ok
23132026-05-10T06:16:26.035Z
23142026-05-10T06:16:26.035Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23152026-05-10T06:16:26.035Z
23162026-05-10T06:16:26.035Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f7ec59f9437a8ba0)
23172026-05-10T06:16:26.040Z
23182026-05-10T06:16:26.040Zrunning 1 test
23192026-05-10T06:16:27.345Ztest test::test_apis_up_to_date ... ok
23202026-05-10T06:16:27.345Z
23212026-05-10T06:16:27.345Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
23222026-05-10T06:16:27.345Z
23232026-05-10T06:16:27.393Z Running unittests src/main.rs (target/debug/deps/dpd-d53ba9f4ebecc44a)
23242026-05-10T06:16:27.398Z
23252026-05-10T06:16:27.399Zrunning 18 tests
23262026-05-10T06:16:27.401Ztest freemap::test_ordering ... ok
23272026-05-10T06:16:27.402Ztest freemap::test_split ... ok
23282026-05-10T06:16:27.402Ztest config::tests::test_updates ... ok
23292026-05-10T06:16:27.402Ztest macaddrs::tests::test_mac_offset ... ok
23302026-05-10T06:16:27.402Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23312026-05-10T06:16:27.402Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23322026-05-10T06:16:27.402Ztest macaddrs::tests::test_parse_port_id ... ok
23332026-05-10T06:16:27.402Ztest nat::test_mapping ... ok
23342026-05-10T06:16:27.405Ztest port_map::tests::dump_map ... ok
23352026-05-10T06:16:27.405Ztest port_map::tests::test_backplane_group ... ok
23362026-05-10T06:16:27.405Ztest port_map::tests::test_port_map ... ok
23372026-05-10T06:16:27.405ZMay 10 06:16:25.632 DEBG created new freemap, May 10 06:16:25.632unit :DEBG freemap_testcreated new freemap,
23382026-05-10T06:16:27.405Zunit: freemap_test
23392026-05-10T06:16:27.405ZMay 10 06:16:25.632May 10 06:16:25.632 May 10 06:16:25.632DEBG DEBGMay 10 06:16:25.632 initted freemap. size: 128DEBG, unit :created new freemap , unitfreemap_test:
23402026-05-10T06:16:27.405Zfreemap_test
23412026-05-10T06:16:27.405ZMay 10 06:16:25.632May 10 06:16:25.632 DEBGDEBGDEBG created new freemapinitted freemap. size: 128 , , unitreset freemapunit:, :unit :freemap_testfreemap_test
23422026-05-10T06:16:27.405Z
23432026-05-10T06:16:27.405Z freemap_test
23442026-05-10T06:16:27.405ZMay 10 06:16:25.632May 10 06:16:25.632 DEBGDEBG initted freemap. size: 128reset freemap, May 10 06:16:25.632unit :, DEBGfreemap_testunit
23452026-05-10T06:16:27.405Z: created new freemapMay 10 06:16:25.632, freemap_testunit
23462026-05-10T06:16:27.405Z: DEBGfreemap_test
23472026-05-10T06:16:27.405Zreset freemap, unit: freemap_test
23482026-05-10T06:16:27.405ZMay 10 06:16:25.632 DEBG initted freemap. size: 128, unit: freemap_test
23492026-05-10T06:16:27.405ZMay 10 06:16:25.632 DEBG reset freemap, unit: freemap_test
23502026-05-10T06:16:27.405Z initted freemap. size: 128, unit: freemap_test
23512026-05-10T06:16:27.405ZMay 10 06:16:25.632 DEBG reset freemap, unit: freemap_test
23522026-05-10T06:16:27.405Ztest freemap::test_span ... ok
23532026-05-10T06:16:27.405Ztest freemap::test_basic ... ok
23542026-05-10T06:16:27.405Ztest freemap::test_reclaim ... ok
23552026-05-10T06:16:27.405Ztest freemap::test_exhaustion ... ok
23562026-05-10T06:16:27.405Ztest freemap::test_free ... ok
23572026-05-10T06:16:27.405Ztest port_map::tests::parse_softnpu_revision ... ok
23582026-05-10T06:16:27.405Ztest api_server::tests::test_build_info ... ok
23592026-05-10T06:16:27.405Z
23602026-05-10T06:16:27.405Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23612026-05-10T06:16:27.405Z
23622026-05-10T06:16:27.409Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-be0f18ddd74acdb6)
23632026-05-10T06:16:27.409Z
23642026-05-10T06:16:27.409Zrunning 0 tests
23652026-05-10T06:16:27.409Z
23662026-05-10T06:16:27.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23672026-05-10T06:16:27.409Z
23682026-05-10T06:16:27.409Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
23692026-05-10T06:16:27.412Z
23702026-05-10T06:16:27.412Zrunning 0 tests
23712026-05-10T06:16:27.412Z
23722026-05-10T06:16:27.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23732026-05-10T06:16:27.412Z
23742026-05-10T06:16:27.412Z Running unittests src/lib.rs (target/debug/deps/dpd_client-662010a3e2dd3db0)
23752026-05-10T06:16:27.412Z
23762026-05-10T06:16:27.412Zrunning 6 tests
23772026-05-10T06:16:27.415Ztest tests::test_port_id_cmp ... ok
23782026-05-10T06:16:27.415Ztest tests::test_parse_client_port_id ... ok
23792026-05-10T06:16:27.415Ztest tests::test_full_lot_id_neither_present ... ok
23802026-05-10T06:16:27.415Ztest tests::test_full_lot_id_both_present ... ok
23812026-05-10T06:16:27.415Ztest tests::test_full_lot_id_lot_only ... ok
23822026-05-10T06:16:27.415Ztest tests::test_full_lot_id_lotnum_only ... ok
23832026-05-10T06:16:27.415Z
23842026-05-10T06:16:27.415Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23852026-05-10T06:16:27.415Z
23862026-05-10T06:16:27.415Z Running tests/test_all.rs (target/debug/deps/test_all-db6b023943412d6d)
23872026-05-10T06:16:27.415Z
23882026-05-10T06:16:27.415Zrunning 0 tests
23892026-05-10T06:16:27.415Z
23902026-05-10T06:16:27.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23912026-05-10T06:16:27.415Z
23922026-05-10T06:16:27.415Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
23932026-05-10T06:16:27.418Z
23942026-05-10T06:16:27.418Zrunning 0 tests
23952026-05-10T06:16:27.418Z
23962026-05-10T06:16:27.418Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23972026-05-10T06:16:27.419Z
23982026-05-10T06:16:27.419Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
23992026-05-10T06:16:27.419Z
24002026-05-10T06:16:27.419Zrunning 12 tests
24012026-05-10T06:16:27.422Ztest icmp::test_v6_checksum ... ok
24022026-05-10T06:16:27.422Ztest icmp::test_v4_checksum ... ok
24032026-05-10T06:16:27.422Ztest lldp::test_lldp_parse ... ok
24042026-05-10T06:16:27.422Ztest pbuf::test_byte ... ok
24052026-05-10T06:16:27.422Ztest ipv6::test_ipv6_parse ... ok
24062026-05-10T06:16:27.422Ztest pbuf::test_nibble ... ok
24072026-05-10T06:16:27.422Ztest pbuf::test_short ... ok
24082026-05-10T06:16:27.422Ztest pbuf::test_overflow ... ok
24092026-05-10T06:16:27.422Ztest pbuf::test_twelve ... ok
24102026-05-10T06:16:27.422Ztest pbuf::test_word ... ok
24112026-05-10T06:16:27.422Ztest tcp::test_checksum_ack_data ... ok
24122026-05-10T06:16:27.422Ztest tcp::test_checksum_syn_nodata ... ok
24132026-05-10T06:16:27.422Z
24142026-05-10T06:16:27.422Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24152026-05-10T06:16:27.422Z
24162026-05-10T06:16:27.422Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24172026-05-10T06:16:27.422Z
24182026-05-10T06:16:27.422Zrunning 0 tests
24192026-05-10T06:16:27.422Z
24202026-05-10T06:16:27.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24212026-05-10T06:16:27.422Z
24222026-05-10T06:16:27.422Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
24232026-05-10T06:16:27.426Z
24242026-05-10T06:16:27.426Zrunning 5 tests
24252026-05-10T06:16:27.426Ztest switchport::test::test_compute_lanes ... ok
24262026-05-10T06:16:27.426Ztest switchport::test::port_id_ordering ... ok
24272026-05-10T06:16:27.426Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
24282026-05-10T06:16:27.426Z Lane 2 Rx Loss-of-lock: Yes Lane 3Yes
24292026-05-10T06:16:27.426Z Yes State: Activated YesActivated
24302026-05-10T06:16:27.426Z Activated Rx Loss-of-signal: Yes Activated
24312026-05-10T06:16:27.426ZYes Rx Output Enabled: falseYes Yesfalse
24322026-05-10T06:16:27.426Z Rx CDR Enabled: Yes false Yesfalse
24332026-05-10T06:16:27.426ZYes Rx Output Status: validYes
24342026-05-10T06:16:27.426Zvalid Tx Enabled: Yes valid Yesvalid
24352026-05-10T06:16:27.426ZYes Yes Rx Loss-of-lock: true
24362026-05-10T06:16:27.426Z Tx Loss-of-lock: No true trueNo trueNo
24372026-05-10T06:16:27.426Z No Rx Loss-of-signal: false
24382026-05-10T06:16:27.426Z Tx Loss-of-signal: No false No false Nofalse
24392026-05-10T06:16:27.426ZNo
24402026-05-10T06:16:27.426ZRx Auto-squelch Disable: true Tx CDR Enabled: No true No trueNo trueNo
24412026-05-10T06:16:27.426Z
24422026-05-10T06:16:27.426Z Tx Adaptive EQ Fault: No Tx Output Enabled: true trueNo true Notrue
24432026-05-10T06:16:27.426ZNo
24442026-05-10T06:16:27.426Z Tx Output Status: invalid Tx Fault: Yes invalid Yes invalid Yesinvalid
24452026-05-10T06:16:27.426ZYes
24462026-05-10T06:16:27.426Z Tx Loss-of-lock: false false false false
24472026-05-10T06:16:27.426Z Tx Loss-of-signal: true true true true
24482026-05-10T06:16:27.426ZTx Auto-squelch Disable: false false false false
24492026-05-10T06:16:27.426Z Tx Adaptive EQ Fail: true true true true
24502026-05-10T06:16:27.426Z Tx Failure: false false false false
24512026-05-10T06:16:27.426Z Tx Force Squelch: true true true true
24522026-05-10T06:16:27.426Z Tx Input Polarity: normal normal normal normal
24532026-05-10T06:16:27.426Ztest switchport::test::test_print_sff_datapath ... ok
24542026-05-10T06:16:27.426Ztest switchport::test::test_print_cmis_datapath ... ok
24552026-05-10T06:16:27.426Ztest link::test_filter ... ok
24562026-05-10T06:16:27.426Z
24572026-05-10T06:16:27.426Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24582026-05-10T06:16:27.426Z
24592026-05-10T06:16:27.430Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
24602026-05-10T06:16:27.430Z
24612026-05-10T06:16:27.430Zrunning 1 test
24622026-05-10T06:16:27.430Ztest test_p4_counter_list ... ignored
24632026-05-10T06:16:27.430Z
24642026-05-10T06:16:27.430Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24652026-05-10T06:16:27.430Z
24662026-05-10T06:16:27.430Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
24672026-05-10T06:16:27.430Z
24682026-05-10T06:16:27.430Zrunning 5 tests
24692026-05-10T06:16:27.430Ztest test_an ... ignored
24702026-05-10T06:16:27.430Ztest test_enable ... ignored
24712026-05-10T06:16:27.430Ztest test_ip_addresses ... ignored
24722026-05-10T06:16:27.430Ztest test_kr ... ignored
24732026-05-10T06:16:27.430Ztest test_mac ... ignored
24742026-05-10T06:16:27.430Z
24752026-05-10T06:16:27.430Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24762026-05-10T06:16:27.430Z
24772026-05-10T06:16:27.431Z Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32)
24782026-05-10T06:16:27.434Z
24792026-05-10T06:16:27.434Zrunning 3 tests
24802026-05-10T06:16:27.434Ztest linklocal::test_parse_ipadm ... ok
24812026-05-10T06:16:27.434Ztest tfport::test_parse_tfport ... ok
24822026-05-10T06:16:27.434Ztest config::tests::test_updates ... ok
24832026-05-10T06:16:27.434Z
24842026-05-10T06:16:27.434Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24852026-05-10T06:16:27.434Z
24862026-05-10T06:16:27.434Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
24872026-05-10T06:16:27.437Z
24882026-05-10T06:16:27.437Zrunning 0 tests
24892026-05-10T06:16:27.437Z
24902026-05-10T06:16:27.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-05-10T06:16:27.437Z
24922026-05-10T06:16:27.437Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
24932026-05-10T06:16:27.437Z
24942026-05-10T06:16:27.437Zrunning 0 tests
24952026-05-10T06:16:27.437Z
24962026-05-10T06:16:27.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24972026-05-10T06:16:27.437Z
24982026-05-10T06:16:27.437Z Doc-tests aal
24992026-05-10T06:16:27.566Z
25002026-05-10T06:16:27.566Zrunning 0 tests
25012026-05-10T06:16:27.566Z
25022026-05-10T06:16:27.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25032026-05-10T06:16:27.566Z
25042026-05-10T06:16:27.584Z Doc-tests aal_macros
25052026-05-10T06:16:27.654Z
25062026-05-10T06:16:27.654Zrunning 0 tests
25072026-05-10T06:16:27.655Z
25082026-05-10T06:16:27.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25092026-05-10T06:16:27.655Z
25102026-05-10T06:16:27.666Z Doc-tests common
25112026-05-10T06:16:27.901Z
25122026-05-10T06:16:27.902Zrunning 0 tests
25132026-05-10T06:16:27.902Z
25142026-05-10T06:16:27.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25152026-05-10T06:16:27.902Z
25162026-05-10T06:16:27.923Z Doc-tests dpd_api
25172026-05-10T06:16:29.079Z
25182026-05-10T06:16:29.079Zrunning 2 tests
25192026-05-10T06:16:29.079Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
25202026-05-10T06:16:29.079Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
25212026-05-10T06:16:29.079Z
25222026-05-10T06:16:29.079Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25232026-05-10T06:16:29.079Z
25242026-05-10T06:16:29.120Z Doc-tests dpd_client
25252026-05-10T06:16:30.406Z
25262026-05-10T06:16:30.406Zrunning 0 tests
25272026-05-10T06:16:30.406Z
25282026-05-10T06:16:30.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25292026-05-10T06:16:30.406Z
25302026-05-10T06:16:30.452Z Doc-tests dpd_types
25312026-05-10T06:16:30.790Z
25322026-05-10T06:16:30.790Zrunning 0 tests
25332026-05-10T06:16:30.791Z
25342026-05-10T06:16:30.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-05-10T06:16:30.791Z
25362026-05-10T06:16:30.820Z Doc-tests packet
25372026-05-10T06:16:30.930Z
25382026-05-10T06:16:30.930Zrunning 0 tests
25392026-05-10T06:16:30.930Z
25402026-05-10T06:16:30.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-05-10T06:16:30.930Z
25422026-05-10T06:16:30.947Z Doc-tests pcap
25432026-05-10T06:16:30.999Z
25442026-05-10T06:16:30.999Zrunning 0 tests
25452026-05-10T06:16:30.999Z
25462026-05-10T06:16:30.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-05-10T06:16:30.999Z
25482026-05-10T06:16:31.065Z+ for feat in tofino_stub tofino_asic softnpu chaos
25492026-05-10T06:16:31.065Z+ RUST_BACKTRACE=full
25502026-05-10T06:16:31.065Z+ cargo test --features tofino_asic --no-fail-fast
25512026-05-10T06:16:31.648Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25522026-05-10T06:16:31.723Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25532026-05-10T06:16:31.729Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25542026-05-10T06:16:31.737Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25552026-05-10T06:16:40.218Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25562026-05-10T06:16:40.931Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25572026-05-10T06:17:18.489Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.41s
25582026-05-10T06:17:18.598Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
25592026-05-10T06:17:18.601Z
25602026-05-10T06:17:18.601Zrunning 5 tests
25612026-05-10T06:17:18.604Ztest fuse::tests::chip_revision_b0 ... ok
25622026-05-10T06:17:18.604Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25632026-05-10T06:17:18.604Ztest fuse::tests::chip_revision_b1 ... ok
25642026-05-10T06:17:18.604Ztest fuse::tests::chip_revision_a0 ... ok
25652026-05-10T06:17:18.604Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25662026-05-10T06:17:18.604Z
25672026-05-10T06:17:18.605Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-05-10T06:17:18.605Z
25692026-05-10T06:17:18.605Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25702026-05-10T06:17:18.605Z
25712026-05-10T06:17:18.605Zrunning 0 tests
25722026-05-10T06:17:18.608Z
25732026-05-10T06:17:18.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-05-10T06:17:18.608Z
25752026-05-10T06:17:18.608Z Running unittests src/lib.rs (target/debug/deps/asic-23e26aff0e5482a3)
25762026-05-10T06:17:18.689Z
25772026-05-10T06:17:18.689Zrunning 8 tests
25782026-05-10T06:17:18.692Ztest tofino_asic::qsfp::tests::fix_link ... ok
25792026-05-10T06:17:18.692Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25802026-05-10T06:17:18.692Ztest tofino_asic::stats::constants_sanity_check ... ok
25812026-05-10T06:17:18.692Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
25822026-05-10T06:17:18.692Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
25832026-05-10T06:17:18.692Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
25842026-05-10T06:17:18.699Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
25852026-05-10T06:17:19.191Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
25862026-05-10T06:17:19.191Z
25872026-05-10T06:17:19.191Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
25882026-05-10T06:17:19.192Z
25892026-05-10T06:17:19.201Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
25902026-05-10T06:17:19.204Z
25912026-05-10T06:17:19.204Zrunning 10 tests
25922026-05-10T06:17:19.207Ztest network::tests::test_equal ... ok
25932026-05-10T06:17:19.207Ztest network::tests::test_eui64 ... ok
25942026-05-10T06:17:19.207Ztest nat::tests::test_vni ... ok
25952026-05-10T06:17:19.207Ztest network::tests::test_generate_ipv6_link_local ... ok
25962026-05-10T06:17:19.208Ztest network::tests::test_into ... ok
25972026-05-10T06:17:19.208Ztest network::tests::test_not_equal ... ok
25982026-05-10T06:17:19.208Ztest network::tests::test_parse ... ok
25992026-05-10T06:17:19.208Ztest network::tests::test_to_string ... ok
26002026-05-10T06:17:19.208Ztest test_purge ... ok
26012026-05-10T06:17:19.210Ztest illumos::test::address_exists_handles_missing_object ... ok
26022026-05-10T06:17:19.210Z
26032026-05-10T06:17:19.210Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26042026-05-10T06:17:19.210Z
26052026-05-10T06:17:19.210Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f7ec59f9437a8ba0)
26062026-05-10T06:17:19.213Z
26072026-05-10T06:17:19.213Zrunning 1 test
26082026-05-10T06:17:20.463Ztest test::test_apis_up_to_date ... ok
26092026-05-10T06:17:20.463Z
26102026-05-10T06:17:20.463Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
26112026-05-10T06:17:20.463Z
26122026-05-10T06:17:20.518Z Running unittests src/main.rs (target/debug/deps/dpd-1551f12f257a1cdd)
26132026-05-10T06:17:20.581Z
26142026-05-10T06:17:20.581Zrunning 50 tests
26152026-05-10T06:17:20.584Ztest freemap::test_ordering ... ok
26162026-05-10T06:17:20.584Ztest freemap::test_split ... ok
26172026-05-10T06:17:20.584Ztest config::tests::test_updates ... ok
26182026-05-10T06:17:20.584Ztest macaddrs::tests::test_mac_offset ... ok
26192026-05-10T06:17:20.584Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26202026-05-10T06:17:20.584Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26212026-05-10T06:17:20.584Ztest macaddrs::tests::test_parse_port_id ... ok
26222026-05-10T06:17:20.584Ztest nat::test_mapping ... ok
26232026-05-10T06:17:20.584Ztest port_map::tests::dump_map ... ok
26242026-05-10T06:17:20.585Ztest port_map::tests::test_backplane_group ... ok
26252026-05-10T06:17:20.585Ztest port_map::tests::test_port_map ... ok
26262026-05-10T06:17:20.588Ztest transceivers::mpn_test::test_mpn_missing ... ok
26272026-05-10T06:17:20.588Ztest transceivers::mpn_test::test_mpn_present ... ok
26282026-05-10T06:17:20.588Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26292026-05-10T06:17:20.588Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26302026-05-10T06:17:20.588Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26312026-05-10T06:17:20.588ZMay 10 06:17:18.812 DEBG created new freemapMay 10 06:17:18.812 DEBG created new freemap, unit: freemap_test
26322026-05-10T06:17:20.588Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26332026-05-10T06:17:20.588Z, unitMay 10 06:17:18.812: DEBG created new freemap, unitMay 10 06:17:18.812: May 10 06:17:18.812DEBG freemap_testDEBG created new freemap
26342026-05-10T06:17:20.588Zcreated new freemap, unit, :unitMay 10 06:17:18.812: May 10 06:17:18.812DEBG DEBGfreemap_test
26352026-05-10T06:17:20.588Zinitted freemap. size: 128initted freemap. size: 128, freemap_testunit
26362026-05-10T06:17:20.588Z: , freemap_testunitMay 10 06:17:18.812May 10 06:17:18.812:
26372026-05-10T06:17:20.588Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26382026-05-10T06:17:20.588Z DEBGfreemap_test
26392026-05-10T06:17:20.588Zinitted freemap. size: 128DEBG May 10 06:17:18.812initted freemap. size: 128 , DEBG, unit unit:reset freemap :, freemap_test unitfreemap_test:
26402026-05-10T06:17:20.588Z May 10 06:17:18.812
26412026-05-10T06:17:20.588Z freemap_testDEBG
26422026-05-10T06:17:20.588ZMay 10 06:17:18.812May 10 06:17:18.812 DEBGreset freemapDEBG , reset freemapunitreset freemap, , :unitunit ::freemap_test
26432026-05-10T06:17:20.588Zfreemap_test freemap_test
26442026-05-10T06:17:20.588Z
26452026-05-10T06:17:20.588Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26462026-05-10T06:17:20.589Zfreemap_test
26472026-05-10T06:17:20.589ZMay 10 06:17:18.812 DEBG initted freemap. size: 128, unit: freemap_test
26482026-05-10T06:17:20.589ZMay 10 06:17:18.812 DEBG reset freemap, unit: freemap_test
26492026-05-10T06:17:20.589Ztest freemap::test_reclaim ... ok
26502026-05-10T06:17:20.589Ztest freemap::test_span ... ok
26512026-05-10T06:17:20.589Ztest freemap::test_free ... ok
26522026-05-10T06:17:20.589Ztest freemap::test_exhaustion ... ok
26532026-05-10T06:17:20.589Ztest freemap::test_basic ... ok
26542026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26552026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26562026-05-10T06:17:20.589Ztest port_map::tests::parse_softnpu_revision ... ok
26572026-05-10T06:17:20.589Ztest api_server::tests::test_build_info ... ok
26582026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26592026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26602026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26612026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26622026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26632026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26642026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26652026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26662026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26672026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26682026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26692026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26702026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26712026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26722026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26732026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26742026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26752026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26762026-05-10T06:17:20.589Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26772026-05-10T06:17:20.593Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26782026-05-10T06:17:20.593Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26792026-05-10T06:17:20.593Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26802026-05-10T06:17:20.593Z
26812026-05-10T06:17:20.593Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26822026-05-10T06:17:20.593Z
26832026-05-10T06:17:20.601Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7c6f875f31a8a7e5)
26842026-05-10T06:17:20.604Z
26852026-05-10T06:17:20.604Zrunning 0 tests
26862026-05-10T06:17:20.604Z
26872026-05-10T06:17:20.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26882026-05-10T06:17:20.604Z
26892026-05-10T06:17:20.604Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
26902026-05-10T06:17:20.607Z
26912026-05-10T06:17:20.607Zrunning 0 tests
26922026-05-10T06:17:20.607Z
26932026-05-10T06:17:20.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26942026-05-10T06:17:20.607Z
26952026-05-10T06:17:20.607Z Running unittests src/lib.rs (target/debug/deps/dpd_client-987bf8e8e9caa972)
26962026-05-10T06:17:20.607Z
26972026-05-10T06:17:20.607Zrunning 6 tests
26982026-05-10T06:17:20.610Ztest tests::test_full_lot_id_neither_present ... ok
26992026-05-10T06:17:20.610Ztest tests::test_full_lot_id_lot_only ... ok
27002026-05-10T06:17:20.610Ztest tests::test_full_lot_id_lotnum_only ... ok
27012026-05-10T06:17:20.610Ztest tests::test_full_lot_id_both_present ... ok
27022026-05-10T06:17:20.610Ztest tests::test_parse_client_port_id ... ok
27032026-05-10T06:17:20.610Ztest tests::test_port_id_cmp ... ok
27042026-05-10T06:17:20.610Z
27052026-05-10T06:17:20.610Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27062026-05-10T06:17:20.610Z
27072026-05-10T06:17:20.610Z Running tests/test_all.rs (target/debug/deps/test_all-d28eac7483a362d9)
27082026-05-10T06:17:20.610Z
27092026-05-10T06:17:20.610Zrunning 0 tests
27102026-05-10T06:17:20.610Z
27112026-05-10T06:17:20.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27122026-05-10T06:17:20.610Z
27132026-05-10T06:17:20.610Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
27142026-05-10T06:17:20.613Z
27152026-05-10T06:17:20.613Zrunning 0 tests
27162026-05-10T06:17:20.614Z
27172026-05-10T06:17:20.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27182026-05-10T06:17:20.614Z
27192026-05-10T06:17:20.614Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
27202026-05-10T06:17:20.616Z
27212026-05-10T06:17:20.617Zrunning 12 tests
27222026-05-10T06:17:20.617Ztest icmp::test_v6_checksum ... ok
27232026-05-10T06:17:20.617Ztest lldp::test_lldp_parse ... ok
27242026-05-10T06:17:20.617Ztest icmp::test_v4_checksum ... ok
27252026-05-10T06:17:20.617Ztest ipv6::test_ipv6_parse ... ok
27262026-05-10T06:17:20.617Ztest pbuf::test_byte ... ok
27272026-05-10T06:17:20.617Ztest pbuf::test_nibble ... ok
27282026-05-10T06:17:20.617Ztest pbuf::test_short ... ok
27292026-05-10T06:17:20.617Ztest pbuf::test_overflow ... ok
27302026-05-10T06:17:20.617Ztest pbuf::test_twelve ... ok
27312026-05-10T06:17:20.617Ztest pbuf::test_word ... ok
27322026-05-10T06:17:20.617Ztest tcp::test_checksum_ack_data ... ok
27332026-05-10T06:17:20.617Ztest tcp::test_checksum_syn_nodata ... ok
27342026-05-10T06:17:20.617Z
27352026-05-10T06:17:20.617Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27362026-05-10T06:17:20.617Z
27372026-05-10T06:17:20.617Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27382026-05-10T06:17:20.617Z
27392026-05-10T06:17:20.617Zrunning 0 tests
27402026-05-10T06:17:20.617Z
27412026-05-10T06:17:20.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27422026-05-10T06:17:20.617Z
27432026-05-10T06:17:20.620Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
27442026-05-10T06:17:20.620Z
27452026-05-10T06:17:20.620Zrunning 5 tests
27462026-05-10T06:17:20.620Ztest switchport::test::test_compute_lanes ... ok
27472026-05-10T06:17:20.621Ztest switchport::test::port_id_ordering ... ok
27482026-05-10T06:17:20.621Z Lane 0 Lane 1 Lane 2 Lane 3
27492026-05-10T06:17:20.621Z Rx Loss-of-lock: Yes Yes Yes Yes
27502026-05-10T06:17:20.621Z Rx Loss-of-signal: Yes Yes Yes Yes
27512026-05-10T06:17:20.621Z Rx CDR Enabled: Yes Yes Yes Yes
27522026-05-10T06:17:20.621Z Tx Enabled: Yes Yes Yes Yes
27532026-05-10T06:17:20.621Z Tx Loss-of-lock: No No No No
27542026-05-10T06:17:20.621Z Tx Loss-of-signal: No No No No
27552026-05-10T06:17:20.621Z Tx CDR Enabled: No No No No
27562026-05-10T06:17:20.621Z Tx Adaptive EQ Fault: No No No No
27572026-05-10T06:17:20.621Z Tx Fault: Yes Yes Yes Yes
27582026-05-10T06:17:20.621Z Lane 0 Lane 1 Lane 2 Lane 3
27592026-05-10T06:17:20.621Ztest switchport::test::test_print_sff_datapath ... ok State: Activated
27602026-05-10T06:17:20.621ZActivated Activated Activated
27612026-05-10T06:17:20.621Z Rx Output Enabled: false false false false
27622026-05-10T06:17:20.621Z Rx Output Status: valid valid valid valid
27632026-05-10T06:17:20.621Z Rx Loss-of-lock: true true true true
27642026-05-10T06:17:20.621Z Rx Loss-of-signal: false false false false
27652026-05-10T06:17:20.621ZRx Auto-squelch Disable: true true true true
27662026-05-10T06:17:20.621Z Tx Output Enabled: true true true true
27672026-05-10T06:17:20.621Z Tx Output Status: invalid invalid invalid invalid
27682026-05-10T06:17:20.621Z Tx Loss-of-lock: false false false false
27692026-05-10T06:17:20.621Z Tx Loss-of-signal: true true true true
27702026-05-10T06:17:20.621ZTx Auto-squelch Disable: false false false false
27712026-05-10T06:17:20.621Z Tx Adaptive EQ Fail: true true true true
27722026-05-10T06:17:20.621Z Tx Failure: false false false false
27732026-05-10T06:17:20.621Z Tx Force Squelch: true true true true
27742026-05-10T06:17:20.621Z Tx Input Polarity: normal normal normal normal
27752026-05-10T06:17:20.621Ztest switchport::test::test_print_cmis_datapath ... ok
27762026-05-10T06:17:20.625Ztest link::test_filter ... ok
27772026-05-10T06:17:20.625Z
27782026-05-10T06:17:20.625Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27792026-05-10T06:17:20.625Z
27802026-05-10T06:17:20.625Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
27812026-05-10T06:17:20.625Z
27822026-05-10T06:17:20.625Zrunning 1 test
27832026-05-10T06:17:20.625Ztest test_p4_counter_list ... ignored
27842026-05-10T06:17:20.625Z
27852026-05-10T06:17:20.625Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27862026-05-10T06:17:20.625Z
27872026-05-10T06:17:20.625Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
27882026-05-10T06:17:20.625Z
27892026-05-10T06:17:20.625Zrunning 5 tests
27902026-05-10T06:17:20.625Ztest test_an ... ignored
27912026-05-10T06:17:20.625Ztest test_enable ... ignored
27922026-05-10T06:17:20.625Ztest test_ip_addresses ... ignored
27932026-05-10T06:17:20.625Ztest test_kr ... ignored
27942026-05-10T06:17:20.625Ztest test_mac ... ignored
27952026-05-10T06:17:20.625Z
27962026-05-10T06:17:20.625Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27972026-05-10T06:17:20.625Z
27982026-05-10T06:17:20.625Z Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa)
27992026-05-10T06:17:20.628Z
28002026-05-10T06:17:20.628Zrunning 3 tests
28012026-05-10T06:17:20.628Ztest linklocal::test_parse_ipadm ... ok
28022026-05-10T06:17:20.628Ztest tfport::test_parse_tfport ... ok
28032026-05-10T06:17:20.628Ztest config::tests::test_updates ... ok
28042026-05-10T06:17:20.628Z
28052026-05-10T06:17:20.628Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-05-10T06:17:20.628Z
28072026-05-10T06:17:20.628Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
28082026-05-10T06:17:20.631Z
28092026-05-10T06:17:20.631Zrunning 0 tests
28102026-05-10T06:17:20.631Z
28112026-05-10T06:17:20.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-05-10T06:17:20.631Z
28132026-05-10T06:17:20.631Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28142026-05-10T06:17:20.631Z
28152026-05-10T06:17:20.631Zrunning 0 tests
28162026-05-10T06:17:20.631Z
28172026-05-10T06:17:20.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-05-10T06:17:20.631Z
28192026-05-10T06:17:20.634Z Doc-tests aal
28202026-05-10T06:17:20.753Z
28212026-05-10T06:17:20.753Zrunning 0 tests
28222026-05-10T06:17:20.753Z
28232026-05-10T06:17:20.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28242026-05-10T06:17:20.754Z
28252026-05-10T06:17:20.771Z Doc-tests aal_macros
28262026-05-10T06:17:20.843Z
28272026-05-10T06:17:20.843Zrunning 0 tests
28282026-05-10T06:17:20.843Z
28292026-05-10T06:17:20.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28302026-05-10T06:17:20.843Z
28312026-05-10T06:17:20.854Z Doc-tests common
28322026-05-10T06:17:21.083Z
28332026-05-10T06:17:21.084Zrunning 0 tests
28342026-05-10T06:17:21.084Z
28352026-05-10T06:17:21.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-05-10T06:17:21.084Z
28372026-05-10T06:17:21.106Z Doc-tests dpd_api
28382026-05-10T06:17:22.252Z
28392026-05-10T06:17:22.252Zrunning 2 tests
28402026-05-10T06:17:22.252Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
28412026-05-10T06:17:22.252Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
28422026-05-10T06:17:22.252Z
28432026-05-10T06:17:22.252Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28442026-05-10T06:17:22.252Z
28452026-05-10T06:17:22.297Z Doc-tests dpd_client
28462026-05-10T06:17:23.560Z
28472026-05-10T06:17:23.560Zrunning 0 tests
28482026-05-10T06:17:23.560Z
28492026-05-10T06:17:23.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28502026-05-10T06:17:23.560Z
28512026-05-10T06:17:23.607Z Doc-tests dpd_types
28522026-05-10T06:17:23.946Z
28532026-05-10T06:17:23.946Zrunning 0 tests
28542026-05-10T06:17:23.946Z
28552026-05-10T06:17:23.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28562026-05-10T06:17:23.946Z
28572026-05-10T06:17:23.977Z Doc-tests packet
28582026-05-10T06:17:24.091Z
28592026-05-10T06:17:24.091Zrunning 0 tests
28602026-05-10T06:17:24.091Z
28612026-05-10T06:17:24.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28622026-05-10T06:17:24.091Z
28632026-05-10T06:17:24.108Z Doc-tests pcap
28642026-05-10T06:17:24.162Z
28652026-05-10T06:17:24.162Zrunning 0 tests
28662026-05-10T06:17:24.162Z
28672026-05-10T06:17:24.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28682026-05-10T06:17:24.162Z
28692026-05-10T06:17:24.209Z+ for feat in tofino_stub tofino_asic softnpu chaos
28702026-05-10T06:17:24.209Z+ RUST_BACKTRACE=full
28712026-05-10T06:17:24.209Z+ cargo test --features softnpu --no-fail-fast
28722026-05-10T06:17:24.833Z Compiling num-integer v0.1.46
28732026-05-10T06:17:24.836Z Compiling num-complex v0.4.6
28742026-05-10T06:17:24.954Z Compiling bitstruct_derive v0.1.0
28752026-05-10T06:17:24.958Z Compiling tap v1.0.1
28762026-05-10T06:17:25.079Z Compiling wyz v0.5.1
28772026-05-10T06:17:25.215Z Compiling num-iter v0.1.45
28782026-05-10T06:17:25.252Z Compiling num-rational v0.4.2
28792026-05-10T06:17:25.258Z Compiling num-bigint v0.4.6
28802026-05-10T06:17:25.341Z Compiling radium v0.7.0
28812026-05-10T06:17:25.372Z Compiling funty v2.0.0
28822026-05-10T06:17:25.401Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28832026-05-10T06:17:25.452Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28842026-05-10T06:17:25.545Z Compiling num v0.4.3
28852026-05-10T06:17:25.630Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28862026-05-10T06:17:25.641Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28872026-05-10T06:17:25.663Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28882026-05-10T06:17:25.759Z Compiling bitvec v1.0.1
28892026-05-10T06:17:25.777Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28902026-05-10T06:17:25.927Z Compiling typeid v1.0.3
28912026-05-10T06:17:25.954Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28922026-05-10T06:17:26.035Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28932026-05-10T06:17:26.049Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28942026-05-10T06:17:26.081Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28952026-05-10T06:17:26.385Z Compiling ascii v1.1.0
28962026-05-10T06:17:26.807Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28972026-05-10T06:17:26.868Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28982026-05-10T06:17:26.914Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28992026-05-10T06:17:26.991Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29002026-05-10T06:17:27.145Z Compiling erased-serde v0.4.8
29012026-05-10T06:17:27.262Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29022026-05-10T06:17:27.373Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29032026-05-10T06:17:27.432Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29042026-05-10T06:17:27.651Z Compiling bitstruct v0.1.1
29052026-05-10T06:17:27.983Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29062026-05-10T06:17:27.994Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29072026-05-10T06:17:28.054Z Compiling serde_arrays v0.1.0
29082026-05-10T06:17:28.073Z Compiling libloading v0.7.4
29092026-05-10T06:17:28.351Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29102026-05-10T06:17:28.856Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29112026-05-10T06:17:29.069Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29122026-05-10T06:17:29.081Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29132026-05-10T06:17:30.196Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29142026-05-10T06:17:30.978Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29152026-05-10T06:17:37.168Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29162026-05-10T06:17:37.387Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29172026-05-10T06:17:37.387Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29182026-05-10T06:17:37.495Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29192026-05-10T06:17:37.851Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29202026-05-10T06:17:38.126Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29212026-05-10T06:17:39.570Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29222026-05-10T06:17:40.025Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29232026-05-10T06:17:41.123Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29242026-05-10T06:17:45.894Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29252026-05-10T06:17:46.217Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29262026-05-10T06:17:47.696Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29272026-05-10T06:17:48.057Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29282026-05-10T06:17:54.537Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29292026-05-10T06:17:57.219Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29302026-05-10T06:18:00.770Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29312026-05-10T06:18:39.074Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
29322026-05-10T06:18:39.186Z Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1)
29332026-05-10T06:18:39.189Z
29342026-05-10T06:18:39.189Zrunning 5 tests
29352026-05-10T06:18:39.192Ztest fuse::tests::chip_revision_a0 ... ok
29362026-05-10T06:18:39.192Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29372026-05-10T06:18:39.192Ztest fuse::tests::chip_revision_b1 ... ok
29382026-05-10T06:18:39.192Ztest fuse::tests::chip_revision_b0 ... ok
29392026-05-10T06:18:39.192Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29402026-05-10T06:18:39.192Z
29412026-05-10T06:18:39.193Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29422026-05-10T06:18:39.193Z
29432026-05-10T06:18:39.193Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29442026-05-10T06:18:39.196Z
29452026-05-10T06:18:39.196Zrunning 0 tests
29462026-05-10T06:18:39.196Z
29472026-05-10T06:18:39.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29482026-05-10T06:18:39.196Z
29492026-05-10T06:18:39.196Z Running unittests src/lib.rs (target/debug/deps/asic-b0da135c6117f9c6)
29502026-05-10T06:18:39.199Z
29512026-05-10T06:18:39.199Zrunning 0 tests
29522026-05-10T06:18:39.199Z
29532026-05-10T06:18:39.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29542026-05-10T06:18:39.199Z
29552026-05-10T06:18:39.199Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
29562026-05-10T06:18:39.202Z
29572026-05-10T06:18:39.202Zrunning 10 tests
29582026-05-10T06:18:39.202Ztest network::tests::test_equal ... ok
29592026-05-10T06:18:39.202Ztest nat::tests::test_vni ... ok
29602026-05-10T06:18:39.202Ztest network::tests::test_eui64 ... ok
29612026-05-10T06:18:39.202Ztest network::tests::test_generate_ipv6_link_local ... ok
29622026-05-10T06:18:39.202Ztest network::tests::test_into ... ok
29632026-05-10T06:18:39.202Ztest network::tests::test_not_equal ... ok
29642026-05-10T06:18:39.202Ztest network::tests::test_parse ... ok
29652026-05-10T06:18:39.202Ztest network::tests::test_to_string ... ok
29662026-05-10T06:18:39.202Ztest test_purge ... ok
29672026-05-10T06:18:39.205Ztest illumos::test::address_exists_handles_missing_object ... ok
29682026-05-10T06:18:39.205Z
29692026-05-10T06:18:39.205Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29702026-05-10T06:18:39.205Z
29712026-05-10T06:18:39.205Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ff7c4d0ad40e031b)
29722026-05-10T06:18:39.209Z
29732026-05-10T06:18:39.209Zrunning 1 test
29742026-05-10T06:18:40.478Ztest test::test_apis_up_to_date ... ok
29752026-05-10T06:18:40.478Z
29762026-05-10T06:18:40.478Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
29772026-05-10T06:18:40.478Z
29782026-05-10T06:18:40.534Z Running unittests src/main.rs (target/debug/deps/dpd-202d1c3845a28744)
29792026-05-10T06:18:40.539Z
29802026-05-10T06:18:40.539Zrunning 18 tests
29812026-05-10T06:18:40.542Ztest freemap::test_ordering ... ok
29822026-05-10T06:18:40.542Ztest freemap::test_split ... ok
29832026-05-10T06:18:40.542Ztest config::tests::test_updates ... ok
29842026-05-10T06:18:40.542Ztest macaddrs::tests::test_mac_offset ... ok
29852026-05-10T06:18:40.542Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29862026-05-10T06:18:40.542Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29872026-05-10T06:18:40.543Ztest macaddrs::tests::test_parse_port_id ... ok
29882026-05-10T06:18:40.543Ztest nat::test_mapping ... ok
29892026-05-10T06:18:40.546Ztest port_map::tests::dump_map ... ok
29902026-05-10T06:18:40.546Ztest port_map::tests::test_backplane_group ... ok
29912026-05-10T06:18:40.546Ztest port_map::tests::test_port_map ... ok
29922026-05-10T06:18:40.546ZMay 10 06:18:38.765 DEBG created new freemap, unit: freemap_test
29932026-05-10T06:18:40.546ZMay 10 06:18:38.765 DEBG initted freemap. size: 128, unit: freemap_test
29942026-05-10T06:18:40.546ZMay 10 06:18:38.765 DEBG reset freemap, unit: freemap_test
29952026-05-10T06:18:40.546ZMay 10 06:18:38.765May 10 06:18:38.765 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_test
29962026-05-10T06:18:40.546Zfreemap_test
29972026-05-10T06:18:40.546ZMay 10 06:18:38.765 DEBG May 10 06:18:38.765initted freemap. size: 128 , DEBGunit :initted freemap. size: 128 , freemap_testunit
29982026-05-10T06:18:40.546Z:May 10 06:18:38.765 freemap_testDEBG
29992026-05-10T06:18:40.546Z created new freemap, May 10 06:18:38.765unitMay 10 06:18:38.765: May 10 06:18:38.765 DEBGfreemap_testDEBG reset freemapreset freemap, , unit
30002026-05-10T06:18:40.546ZDEBG: unitcreated new freemap: , freemap_testunitfreemap_test:
30012026-05-10T06:18:40.546Z
30022026-05-10T06:18:40.546Zfreemap_testMay 10 06:18:38.765
30032026-05-10T06:18:40.546Z DEBG initted freemap. size: 128, unit: freemap_test
30042026-05-10T06:18:40.546ZMay 10 06:18:38.766May 10 06:18:38.766 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test
30052026-05-10T06:18:40.546Z
30062026-05-10T06:18:40.546ZMay 10 06:18:38.766 DEBG reset freemap, unit: freemap_test
30072026-05-10T06:18:40.546Ztest freemap::test_span ... ok
30082026-05-10T06:18:40.546Ztest freemap::test_basic ... ok
30092026-05-10T06:18:40.546Ztest freemap::test_free ... ok
30102026-05-10T06:18:40.546Ztest freemap::test_exhaustion ... ok
30112026-05-10T06:18:40.546Ztest freemap::test_reclaim ... ok
30122026-05-10T06:18:40.546Ztest port_map::tests::parse_softnpu_revision ... ok
30132026-05-10T06:18:40.546Ztest api_server::tests::test_build_info ... ok
30142026-05-10T06:18:40.546Z
30152026-05-10T06:18:40.546Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30162026-05-10T06:18:40.546Z
30172026-05-10T06:18:40.549Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bf6c84eebd75a0fc)
30182026-05-10T06:18:40.549Z
30192026-05-10T06:18:40.549Zrunning 0 tests
30202026-05-10T06:18:40.549Z
30212026-05-10T06:18:40.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30222026-05-10T06:18:40.550Z
30232026-05-10T06:18:40.550Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a305eedecb39832c)
30242026-05-10T06:18:40.553Z
30252026-05-10T06:18:40.553Zrunning 0 tests
30262026-05-10T06:18:40.553Z
30272026-05-10T06:18:40.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30282026-05-10T06:18:40.553Z
30292026-05-10T06:18:40.553Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ef59e181257aa5ad)
30302026-05-10T06:18:40.556Z
30312026-05-10T06:18:40.556Zrunning 6 tests
30322026-05-10T06:18:40.556Ztest tests::test_full_lot_id_neither_present ... ok
30332026-05-10T06:18:40.556Ztest tests::test_full_lot_id_both_present ... ok
30342026-05-10T06:18:40.556Ztest tests::test_parse_client_port_id ... ok
30352026-05-10T06:18:40.556Ztest tests::test_port_id_cmp ... ok
30362026-05-10T06:18:40.556Ztest tests::test_full_lot_id_lotnum_only ... ok
30372026-05-10T06:18:40.556Ztest tests::test_full_lot_id_lot_only ... ok
30382026-05-10T06:18:40.556Z
30392026-05-10T06:18:40.556Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30402026-05-10T06:18:40.556Z
30412026-05-10T06:18:40.556Z Running tests/test_all.rs (target/debug/deps/test_all-0fdbb7514b3fc733)
30422026-05-10T06:18:40.559Z
30432026-05-10T06:18:40.559Zrunning 0 tests
30442026-05-10T06:18:40.559Z
30452026-05-10T06:18:40.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30462026-05-10T06:18:40.559Z
30472026-05-10T06:18:40.559Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e75d3bd74888eb1a)
30482026-05-10T06:18:40.559Z
30492026-05-10T06:18:40.559Zrunning 0 tests
30502026-05-10T06:18:40.559Z
30512026-05-10T06:18:40.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30522026-05-10T06:18:40.560Z
30532026-05-10T06:18:40.560Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
30542026-05-10T06:18:40.562Z
30552026-05-10T06:18:40.562Zrunning 12 tests
30562026-05-10T06:18:40.562Ztest lldp::test_lldp_parse ... ok
30572026-05-10T06:18:40.562Ztest icmp::test_v4_checksum ... ok
30582026-05-10T06:18:40.562Ztest icmp::test_v6_checksum ... ok
30592026-05-10T06:18:40.563Ztest ipv6::test_ipv6_parse ... ok
30602026-05-10T06:18:40.563Ztest pbuf::test_byte ... ok
30612026-05-10T06:18:40.563Ztest pbuf::test_nibble ... ok
30622026-05-10T06:18:40.563Ztest pbuf::test_overflow ... ok
30632026-05-10T06:18:40.563Ztest pbuf::test_short ... ok
30642026-05-10T06:18:40.563Ztest pbuf::test_twelve ... ok
30652026-05-10T06:18:40.563Ztest pbuf::test_word ... ok
30662026-05-10T06:18:40.563Ztest tcp::test_checksum_syn_nodata ... ok
30672026-05-10T06:18:40.563Ztest tcp::test_checksum_ack_data ... ok
30682026-05-10T06:18:40.563Z
30692026-05-10T06:18:40.563Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30702026-05-10T06:18:40.563Z
30712026-05-10T06:18:40.563Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
30722026-05-10T06:18:40.566Z
30732026-05-10T06:18:40.566Zrunning 0 tests
30742026-05-10T06:18:40.566Z
30752026-05-10T06:18:40.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30762026-05-10T06:18:40.566Z
30772026-05-10T06:18:40.566Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
30782026-05-10T06:18:40.572Z
30792026-05-10T06:18:40.572Zrunning 5 tests
30802026-05-10T06:18:40.575Ztest switchport::test::test_compute_lanes ... ok
30812026-05-10T06:18:40.578Ztest switchport::test::port_id_ordering ... ok
30822026-05-10T06:18:40.578Ztest link::test_filter ... ok
30832026-05-10T06:18:40.581Z Lane 0 Lane 1 Lane 2 Lane 3
30842026-05-10T06:18:40.581Z Rx Loss-of-lock: Yes Yes Yes Yes
30852026-05-10T06:18:40.581Z Rx Loss-of-signal: Yes Yes Yes Yes
30862026-05-10T06:18:40.581Z Rx CDR Enabled: Yes Yes Yes Yes
30872026-05-10T06:18:40.581Z Tx Enabled: Yes Yes Lane 0 Yes Yes
30882026-05-10T06:18:40.581Z Tx Loss-of-lock: No NoLane 1 NoLane 2 No
30892026-05-10T06:18:40.581ZLane 3 Tx Loss-of-signal: No
30902026-05-10T06:18:40.581Z No State: Activated No NoActivated
30912026-05-10T06:18:40.581Z Tx CDR Enabled: No ActivatedNo Activated
30922026-05-10T06:18:40.581ZNo Rx Output Enabled: falseNo
30932026-05-10T06:18:40.581Z Tx Adaptive EQ Fault: Nofalse falseNo false
30942026-05-10T06:18:40.581ZNo Rx Output Status: valid No
30952026-05-10T06:18:40.581Z Tx Fault: Yesvalid Yesvalid valid
30962026-05-10T06:18:40.581ZYes Rx Loss-of-lock: trueYes
30972026-05-10T06:18:40.581Z true true true
30982026-05-10T06:18:40.581Z Rx Loss-of-signal: false false false false
30992026-05-10T06:18:40.581ZRx Auto-squelch Disable: true true true true
31002026-05-10T06:18:40.581Z Tx Output Enabled: true true true true
31012026-05-10T06:18:40.581Z Tx Output Status: invalid invalid invalid invalid
31022026-05-10T06:18:40.581Z Tx Loss-of-lock: false false false false
31032026-05-10T06:18:40.581Z Tx Loss-of-signal: true true true true
31042026-05-10T06:18:40.581ZTx Auto-squelch Disable: false false false false
31052026-05-10T06:18:40.581Z Tx Adaptive EQ Fail: true true true true
31062026-05-10T06:18:40.581Z Tx Failure: false false false false
31072026-05-10T06:18:40.582Z Tx Force Squelch: true true true true
31082026-05-10T06:18:40.582Z Tx Input Polarity: normal normal normal normal
31092026-05-10T06:18:40.582Ztest switchport::test::test_print_sff_datapath ... ok
31102026-05-10T06:18:40.582Ztest switchport::test::test_print_cmis_datapath ... ok
31112026-05-10T06:18:40.582Z
31122026-05-10T06:18:40.582Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31132026-05-10T06:18:40.582Z
31142026-05-10T06:18:40.582Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
31152026-05-10T06:18:40.586Z
31162026-05-10T06:18:40.586Zrunning 1 test
31172026-05-10T06:18:40.589Ztest test_p4_counter_list ... ignored
31182026-05-10T06:18:40.589Z
31192026-05-10T06:18:40.589Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31202026-05-10T06:18:40.589Z
31212026-05-10T06:18:40.589Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
31222026-05-10T06:18:40.593Z
31232026-05-10T06:18:40.593Zrunning 5 tests
31242026-05-10T06:18:40.596Ztest test_an ... ignored
31252026-05-10T06:18:40.596Ztest test_enable ... ignored
31262026-05-10T06:18:40.596Ztest test_ip_addresses ... ignored
31272026-05-10T06:18:40.596Ztest test_kr ... ignored
31282026-05-10T06:18:40.596Ztest test_mac ... ignored
31292026-05-10T06:18:40.596Z
31302026-05-10T06:18:40.596Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31312026-05-10T06:18:40.596Z
31322026-05-10T06:18:40.596Z Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe)
31332026-05-10T06:18:40.599Z
31342026-05-10T06:18:40.599Zrunning 3 tests
31352026-05-10T06:18:40.599Ztest linklocal::test_parse_ipadm ... ok
31362026-05-10T06:18:40.599Ztest tfport::test_parse_tfport ... ok
31372026-05-10T06:18:40.599Ztest config::tests::test_updates ... ok
31382026-05-10T06:18:40.599Z
31392026-05-10T06:18:40.599Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31402026-05-10T06:18:40.599Z
31412026-05-10T06:18:40.603Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
31422026-05-10T06:18:40.603Z
31432026-05-10T06:18:40.603Zrunning 0 tests
31442026-05-10T06:18:40.603Z
31452026-05-10T06:18:40.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31462026-05-10T06:18:40.603Z
31472026-05-10T06:18:40.603Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
31482026-05-10T06:18:40.606Z
31492026-05-10T06:18:40.606Zrunning 0 tests
31502026-05-10T06:18:40.606Z
31512026-05-10T06:18:40.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-05-10T06:18:40.606Z
31532026-05-10T06:18:40.606Z Doc-tests aal
31542026-05-10T06:18:40.727Z
31552026-05-10T06:18:40.727Zrunning 0 tests
31562026-05-10T06:18:40.727Z
31572026-05-10T06:18:40.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31582026-05-10T06:18:40.727Z
31592026-05-10T06:18:40.743Z Doc-tests aal_macros
31602026-05-10T06:18:40.812Z
31612026-05-10T06:18:40.813Zrunning 0 tests
31622026-05-10T06:18:40.813Z
31632026-05-10T06:18:40.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31642026-05-10T06:18:40.813Z
31652026-05-10T06:18:40.824Z Doc-tests common
31662026-05-10T06:18:41.056Z
31672026-05-10T06:18:41.057Zrunning 0 tests
31682026-05-10T06:18:41.057Z
31692026-05-10T06:18:41.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-05-10T06:18:41.057Z
31712026-05-10T06:18:41.077Z Doc-tests dpd_api
31722026-05-10T06:18:42.242Z
31732026-05-10T06:18:42.242Zrunning 2 tests
31742026-05-10T06:18:42.242Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
31752026-05-10T06:18:42.242Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
31762026-05-10T06:18:42.242Z
31772026-05-10T06:18:42.242Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31782026-05-10T06:18:42.242Z
31792026-05-10T06:18:42.283Z Doc-tests dpd_client
31802026-05-10T06:18:43.544Z
31812026-05-10T06:18:43.544Zrunning 0 tests
31822026-05-10T06:18:43.544Z
31832026-05-10T06:18:43.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31842026-05-10T06:18:43.544Z
31852026-05-10T06:18:43.594Z Doc-tests dpd_types
31862026-05-10T06:18:43.932Z
31872026-05-10T06:18:43.932Zrunning 0 tests
31882026-05-10T06:18:43.932Z
31892026-05-10T06:18:43.932Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31902026-05-10T06:18:43.932Z
31912026-05-10T06:18:43.962Z Doc-tests packet
31922026-05-10T06:18:44.072Z
31932026-05-10T06:18:44.072Zrunning 0 tests
31942026-05-10T06:18:44.072Z
31952026-05-10T06:18:44.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31962026-05-10T06:18:44.072Z
31972026-05-10T06:18:44.088Z Doc-tests pcap
31982026-05-10T06:18:44.139Z
31992026-05-10T06:18:44.139Zrunning 0 tests
32002026-05-10T06:18:44.139Z
32012026-05-10T06:18:44.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32022026-05-10T06:18:44.140Z
32032026-05-10T06:18:44.191Z+ for feat in tofino_stub tofino_asic softnpu chaos
32042026-05-10T06:18:44.191Z+ RUST_BACKTRACE=full
32052026-05-10T06:18:44.191Z+ cargo test --features chaos --no-fail-fast
32062026-05-10T06:18:44.763Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32072026-05-10T06:18:44.838Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32082026-05-10T06:18:44.846Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32092026-05-10T06:18:53.128Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32102026-05-10T06:18:53.242Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32112026-05-10T06:19:27.241Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.03s
32122026-05-10T06:19:27.358Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
32132026-05-10T06:19:27.365Z
32142026-05-10T06:19:27.365Zrunning 5 tests
32152026-05-10T06:19:27.368Ztest fuse::tests::chip_revision_a0 ... ok
32162026-05-10T06:19:27.368Ztest fuse::tests::chip_revision_b0 ... ok
32172026-05-10T06:19:27.368Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32182026-05-10T06:19:27.368Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32192026-05-10T06:19:27.368Ztest fuse::tests::chip_revision_b1 ... ok
32202026-05-10T06:19:27.368Z
32212026-05-10T06:19:27.368Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32222026-05-10T06:19:27.368Z
32232026-05-10T06:19:27.368Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32242026-05-10T06:19:27.372Z
32252026-05-10T06:19:27.372Zrunning 0 tests
32262026-05-10T06:19:27.375Z
32272026-05-10T06:19:27.375Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32282026-05-10T06:19:27.375Z
32292026-05-10T06:19:27.375Z Running unittests src/lib.rs (target/debug/deps/asic-1c2eb52c0a7a8a98)
32302026-05-10T06:19:27.379Z
32312026-05-10T06:19:27.379Zrunning 0 tests
32322026-05-10T06:19:27.379Z
32332026-05-10T06:19:27.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32342026-05-10T06:19:27.381Z
32352026-05-10T06:19:27.381Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
32362026-05-10T06:19:27.385Z
32372026-05-10T06:19:27.385Zrunning 10 tests
32382026-05-10T06:19:27.388Ztest nat::tests::test_vni ... ok
32392026-05-10T06:19:27.391Ztest network::tests::test_equal ... ok
32402026-05-10T06:19:27.391Ztest network::tests::test_eui64 ... ok
32412026-05-10T06:19:27.391Ztest network::tests::test_not_equal ... ok
32422026-05-10T06:19:27.391Ztest network::tests::test_generate_ipv6_link_local ... ok
32432026-05-10T06:19:27.391Ztest network::tests::test_into ... ok
32442026-05-10T06:19:27.391Ztest network::tests::test_parse ... ok
32452026-05-10T06:19:27.391Ztest network::tests::test_to_string ... ok
32462026-05-10T06:19:27.391Ztest test_purge ... ok
32472026-05-10T06:19:27.394Ztest illumos::test::address_exists_handles_missing_object ... ok
32482026-05-10T06:19:27.394Z
32492026-05-10T06:19:27.394Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32502026-05-10T06:19:27.394Z
32512026-05-10T06:19:27.394Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f7ec59f9437a8ba0)
32522026-05-10T06:19:27.418Z
32532026-05-10T06:19:27.418Zrunning 1 test
32542026-05-10T06:19:28.730Ztest test::test_apis_up_to_date ... ok
32552026-05-10T06:19:28.731Z
32562026-05-10T06:19:28.731Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
32572026-05-10T06:19:28.731Z
32582026-05-10T06:19:28.785Z Running unittests src/main.rs (target/debug/deps/dpd-f46c1f8fdecc9e9b)
32592026-05-10T06:19:28.791Z
32602026-05-10T06:19:28.791Zrunning 18 tests
32612026-05-10T06:19:28.794Ztest freemap::test_ordering ... ok
32622026-05-10T06:19:28.794Ztest freemap::test_split ... ok
32632026-05-10T06:19:28.794Ztest config::tests::test_updates ... ok
32642026-05-10T06:19:28.794Ztest macaddrs::tests::test_mac_offset ... ok
32652026-05-10T06:19:28.794Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
32662026-05-10T06:19:28.794Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
32672026-05-10T06:19:28.794Ztest macaddrs::tests::test_parse_port_id ... ok
32682026-05-10T06:19:28.794Ztest nat::test_mapping ... ok
32692026-05-10T06:19:28.797Ztest port_map::tests::dump_map ... ok
32702026-05-10T06:19:28.797Ztest port_map::tests::test_backplane_group ... ok
32712026-05-10T06:19:28.797Ztest port_map::tests::test_port_map ... ok
32722026-05-10T06:19:28.797ZMay 10 06:19:27.014 DEBG created new freemap, unit: freemap_test
32732026-05-10T06:19:28.797ZMay 10 06:19:27.014May 10 06:19:27.014 May 10 06:19:27.014 DEBG DEBGcreated new freemap DEBGinitted freemap. size: 128 , , unitunit:: created new freemapfreemap_test , freemap_test
32742026-05-10T06:19:28.797Z
32752026-05-10T06:19:28.797Zunit:May 10 06:19:27.014 freemap_testMay 10 06:19:27.014DEBGMay 10 06:19:27.014
32762026-05-10T06:19:28.797Z DEBG DEBG created new freemapreset freemap , May 10 06:19:27.014initted freemap. size: 128, unit, :unit :unit freemap_testfreemap_test
32772026-05-10T06:19:28.797ZDEBG:
32782026-05-10T06:19:28.797Z initted freemap. size: 128freemap_test,
32792026-05-10T06:19:28.797ZunitMay 10 06:19:27.014: DEBGfreemap_test
32802026-05-10T06:19:28.797ZMay 10 06:19:27.014reset freemapMay 10 06:19:27.014 , DEBGMay 10 06:19:27.014unit DEBG: initted freemap. size: 128DEBGfreemap_test
32812026-05-10T06:19:28.797Zreset freemap, , unitunit:created new freemap :freemap_test,
32822026-05-10T06:19:28.797Zunit :freemap_test
32832026-05-10T06:19:28.797Zfreemap_test
32842026-05-10T06:19:28.797ZMay 10 06:19:27.014 DEBG reset freemapMay 10 06:19:27.014, unitDEBG: initted freemap. size: 128freemap_test,
32852026-05-10T06:19:28.797Zunit: freemap_test
32862026-05-10T06:19:28.797ZMay 10 06:19:27.014 DEBG reset freemap, unit: freemap_test
32872026-05-10T06:19:28.797Ztest freemap::test_exhaustion ... ok
32882026-05-10T06:19:28.797Ztest freemap::test_free ... ok
32892026-05-10T06:19:28.797Ztest freemap::test_reclaim ... ok
32902026-05-10T06:19:28.797Ztest freemap::test_span ... ok
32912026-05-10T06:19:28.797Ztest freemap::test_basic ... ok
32922026-05-10T06:19:28.797Ztest port_map::tests::parse_softnpu_revision ... ok
32932026-05-10T06:19:28.797Ztest api_server::tests::test_build_info ... ok
32942026-05-10T06:19:28.797Z
32952026-05-10T06:19:28.797Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32962026-05-10T06:19:28.797Z
32972026-05-10T06:19:28.801Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-158fa2d6a9c99f81)
32982026-05-10T06:19:28.803Z
32992026-05-10T06:19:28.803Zrunning 0 tests
33002026-05-10T06:19:28.803Z
33012026-05-10T06:19:28.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33022026-05-10T06:19:28.803Z
33032026-05-10T06:19:28.803Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
33042026-05-10T06:19:28.807Z
33052026-05-10T06:19:28.807Zrunning 0 tests
33062026-05-10T06:19:28.807Z
33072026-05-10T06:19:28.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-05-10T06:19:28.809Z
33092026-05-10T06:19:28.810Z Running unittests src/lib.rs (target/debug/deps/dpd_client-8397d983114f8bb6)
33102026-05-10T06:19:28.815Z
33112026-05-10T06:19:28.815Zrunning 6 tests
33122026-05-10T06:19:28.820Ztest tests::test_full_lot_id_both_present ... ok
33132026-05-10T06:19:28.820Ztest tests::test_full_lot_id_lotnum_only ... ok
33142026-05-10T06:19:28.820Ztest tests::test_full_lot_id_lot_only ... ok
33152026-05-10T06:19:28.820Ztest tests::test_full_lot_id_neither_present ... ok
33162026-05-10T06:19:28.820Ztest tests::test_port_id_cmp ... ok
33172026-05-10T06:19:28.820Ztest tests::test_parse_client_port_id ... ok
33182026-05-10T06:19:28.823Z
33192026-05-10T06:19:28.823Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-05-10T06:19:28.823Z
33212026-05-10T06:19:28.823Z Running tests/test_all.rs (target/debug/deps/test_all-91ce2df8c70628ed)
33222026-05-10T06:19:28.826Z
33232026-05-10T06:19:28.826Zrunning 6 tests
33242026-05-10T06:19:31.834Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33252026-05-10T06:19:31.838Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33262026-05-10T06:19:31.838Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33272026-05-10T06:19:31.844Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33282026-05-10T06:19:32.173Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33292026-05-10T06:19:34.194Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33302026-05-10T06:19:34.194Z
33312026-05-10T06:19:34.194Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.37s
33322026-05-10T06:19:34.194Z
33332026-05-10T06:19:34.200Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
33342026-05-10T06:19:34.205Z
33352026-05-10T06:19:34.205Zrunning 0 tests
33362026-05-10T06:19:34.205Z
33372026-05-10T06:19:34.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33382026-05-10T06:19:34.208Z
33392026-05-10T06:19:34.208Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
33402026-05-10T06:19:34.212Z
33412026-05-10T06:19:34.212Zrunning 12 tests
33422026-05-10T06:19:34.215Ztest icmp::test_v4_checksum ... ok
33432026-05-10T06:19:34.215Ztest ipv6::test_ipv6_parse ... ok
33442026-05-10T06:19:34.215Ztest icmp::test_v6_checksum ... ok
33452026-05-10T06:19:34.215Ztest pbuf::test_byte ... ok
33462026-05-10T06:19:34.215Ztest lldp::test_lldp_parse ... ok
33472026-05-10T06:19:34.215Ztest pbuf::test_nibble ... ok
33482026-05-10T06:19:34.215Ztest pbuf::test_short ... ok
33492026-05-10T06:19:34.215Ztest pbuf::test_twelve ... ok
33502026-05-10T06:19:34.215Ztest pbuf::test_word ... ok
33512026-05-10T06:19:34.215Ztest pbuf::test_overflow ... ok
33522026-05-10T06:19:34.215Ztest tcp::test_checksum_syn_nodata ... ok
33532026-05-10T06:19:34.215Ztest tcp::test_checksum_ack_data ... ok
33542026-05-10T06:19:34.215Z
33552026-05-10T06:19:34.216Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33562026-05-10T06:19:34.216Z
33572026-05-10T06:19:34.216Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
33582026-05-10T06:19:34.219Z
33592026-05-10T06:19:34.219Zrunning 0 tests
33602026-05-10T06:19:34.219Z
33612026-05-10T06:19:34.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-05-10T06:19:34.222Z
33632026-05-10T06:19:34.222Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
33642026-05-10T06:19:34.225Z
33652026-05-10T06:19:34.225Zrunning 5 tests
33662026-05-10T06:19:34.225Ztest switchport::test::test_compute_lanes ... ok
33672026-05-10T06:19:34.225Ztest switchport::test::port_id_ordering ... ok
33682026-05-10T06:19:34.225Z Lane 0 Lane 1 Lane 2 Lane 3
33692026-05-10T06:19:34.225Z Rx Loss-of-lock: Yes Yes Yes Yes
33702026-05-10T06:19:34.225Z Rx Loss-of-signal: Yes Yes Yes Yes
33712026-05-10T06:19:34.225Z Rx CDR Enabled: Yes Yes Yes Yes
33722026-05-10T06:19:34.225Z Tx Enabled: Yes Yes Yes Yes
33732026-05-10T06:19:34.225Z Tx Loss-of-lock: No No Lane 0No No
33742026-05-10T06:19:34.225Z Tx Loss-of-signal: NoLane 1 NoLane 2 NoLane 3
33752026-05-10T06:19:34.225ZNo
33762026-05-10T06:19:34.225Z State: Activated Tx CDR Enabled: No Activated No ActivatedNo Activated
33772026-05-10T06:19:34.225ZNo
33782026-05-10T06:19:34.225Z Rx Output Enabled: false Tx Adaptive EQ Fault: No false No false falseNo
33792026-05-10T06:19:34.225Z Rx Output Status: valid No
33802026-05-10T06:19:34.225Zvalid Tx Fault: Yes validYes valid
33812026-05-10T06:19:34.225ZYes Yes Rx Loss-of-lock: true
33822026-05-10T06:19:34.225Ztrue true true
33832026-05-10T06:19:34.225Z Rx Loss-of-signal: false false false false
33842026-05-10T06:19:34.225ZRx Auto-squelch Disable: true true true true
33852026-05-10T06:19:34.225Z Tx Output Enabled: true true true true
33862026-05-10T06:19:34.225Z Tx Output Status: invalid invalid invalid invalid
33872026-05-10T06:19:34.225Z Tx Loss-of-lock: false false false false
33882026-05-10T06:19:34.225Z Tx Loss-of-signal: true true true true
33892026-05-10T06:19:34.225ZTx Auto-squelch Disable: false false false false
33902026-05-10T06:19:34.225Z Tx Adaptive EQ Fail: true true true true
33912026-05-10T06:19:34.225Z Tx Failure: false false false false
33922026-05-10T06:19:34.225Z Tx Force Squelch: true true true true
33932026-05-10T06:19:34.225Z Tx Input Polarity: normal normal normal normal
33942026-05-10T06:19:34.225Ztest switchport::test::test_print_sff_datapath ... ok
33952026-05-10T06:19:34.226Ztest switchport::test::test_print_cmis_datapath ... ok
33962026-05-10T06:19:34.229Ztest link::test_filter ... ok
33972026-05-10T06:19:34.229Z
33982026-05-10T06:19:34.229Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33992026-05-10T06:19:34.229Z
34002026-05-10T06:19:34.229Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
34012026-05-10T06:19:34.229Z
34022026-05-10T06:19:34.229Zrunning 1 test
34032026-05-10T06:19:34.229Ztest test_p4_counter_list ... ignored
34042026-05-10T06:19:34.229Z
34052026-05-10T06:19:34.229Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34062026-05-10T06:19:34.229Z
34072026-05-10T06:19:34.229Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
34082026-05-10T06:19:34.232Z
34092026-05-10T06:19:34.232Zrunning 5 tests
34102026-05-10T06:19:34.232Ztest test_an ... ignored
34112026-05-10T06:19:34.232Ztest test_enable ... ignored
34122026-05-10T06:19:34.232Ztest test_ip_addresses ... ignored
34132026-05-10T06:19:34.232Ztest test_kr ... ignored
34142026-05-10T06:19:34.232Ztest test_mac ... ignored
34152026-05-10T06:19:34.232Z
34162026-05-10T06:19:34.232Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34172026-05-10T06:19:34.232Z
34182026-05-10T06:19:34.232Z Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6)
34192026-05-10T06:19:34.235Z
34202026-05-10T06:19:34.235Zrunning 3 tests
34212026-05-10T06:19:34.235Ztest linklocal::test_parse_ipadm ... ok
34222026-05-10T06:19:34.235Ztest tfport::test_parse_tfport ... ok
34232026-05-10T06:19:34.235Ztest config::tests::test_updates ... ok
34242026-05-10T06:19:34.236Z
34252026-05-10T06:19:34.236Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34262026-05-10T06:19:34.236Z
34272026-05-10T06:19:34.236Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
34282026-05-10T06:19:34.240Z
34292026-05-10T06:19:34.240Zrunning 0 tests
34302026-05-10T06:19:34.240Z
34312026-05-10T06:19:34.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34322026-05-10T06:19:34.243Z
34332026-05-10T06:19:34.243Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
34342026-05-10T06:19:34.246Z
34352026-05-10T06:19:34.246Zrunning 0 tests
34362026-05-10T06:19:34.246Z
34372026-05-10T06:19:34.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34382026-05-10T06:19:34.246Z
34392026-05-10T06:19:34.246Z Doc-tests aal
34402026-05-10T06:19:34.417Z
34412026-05-10T06:19:34.417Zrunning 0 tests
34422026-05-10T06:19:34.417Z
34432026-05-10T06:19:34.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34442026-05-10T06:19:34.417Z
34452026-05-10T06:19:34.435Z Doc-tests aal_macros
34462026-05-10T06:19:34.510Z
34472026-05-10T06:19:34.510Zrunning 0 tests
34482026-05-10T06:19:34.510Z
34492026-05-10T06:19:34.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34502026-05-10T06:19:34.510Z
34512026-05-10T06:19:34.522Z Doc-tests common
34522026-05-10T06:19:34.761Z
34532026-05-10T06:19:34.761Zrunning 0 tests
34542026-05-10T06:19:34.761Z
34552026-05-10T06:19:34.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34562026-05-10T06:19:34.761Z
34572026-05-10T06:19:34.782Z Doc-tests dpd_api
34582026-05-10T06:19:36.019Z
34592026-05-10T06:19:36.019Zrunning 2 tests
34602026-05-10T06:19:36.019Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
34612026-05-10T06:19:36.019Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
34622026-05-10T06:19:36.019Z
34632026-05-10T06:19:36.019Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
34642026-05-10T06:19:36.019Z
34652026-05-10T06:19:36.061Z Doc-tests dpd_client
34662026-05-10T06:19:37.469Z
34672026-05-10T06:19:37.469Zrunning 0 tests
34682026-05-10T06:19:37.469Z
34692026-05-10T06:19:37.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34702026-05-10T06:19:37.469Z
34712026-05-10T06:19:37.516Z Doc-tests dpd_types
34722026-05-10T06:19:37.858Z
34732026-05-10T06:19:37.858Zrunning 0 tests
34742026-05-10T06:19:37.858Z
34752026-05-10T06:19:37.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34762026-05-10T06:19:37.858Z
34772026-05-10T06:19:37.889Z Doc-tests packet
34782026-05-10T06:19:38.000Z
34792026-05-10T06:19:38.000Zrunning 0 tests
34802026-05-10T06:19:38.000Z
34812026-05-10T06:19:38.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34822026-05-10T06:19:38.000Z
34832026-05-10T06:19:38.017Z Doc-tests pcap
34842026-05-10T06:19:38.070Z
34852026-05-10T06:19:38.070Zrunning 0 tests
34862026-05-10T06:19:38.070Z
34872026-05-10T06:19:38.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34882026-05-10T06:19:38.070Z
34892026-05-10T06:19:38.120Zprocess exited: duration 617967 ms, exit code 0
 
34902026-05-10T06:19:38.127Zfound 0 output files