01KPJ58FCQ89DBPT5DFGWTGHFW: test

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

Buildomat Job: 01KPJ58R7HV8Q52HY7DBFA1Z4X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-19T06:02:21.800Zjob assigned to worker 01KPJ58W52YBXZYP2MT4FRCSC3 [factory aws, i-0c3dfc4ba10a3b569] (queued for 55 s)
 
22026-04-19T06:02:28.247Zstarting task 0: "setup"
32026-04-19T06:02:28.251Z++ uname -s
42026-04-19T06:02:28.255Z+ kern=SunOS
52026-04-19T06:02:28.255Z+ build_user=build
62026-04-19T06:02:28.255Z+ build_uid=12345
72026-04-19T06:02:28.255Z+ work_dir=/work
82026-04-19T06:02:28.255Z+ input_dir=/input
92026-04-19T06:02:28.255Z+ [[ 0 == 12345 ]]
102026-04-19T06:02:28.256Z+ case "$kern" in
112026-04-19T06:02:28.256Z+ groupadd -g 12345 build
122026-04-19T06:02:28.256Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-19T06:02:30.262Z+ zfs create -o mountpoint=/work rpool/work
142026-04-19T06:02:30.380Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-19T06:02:30.383Z+ home_fs=zfs
162026-04-19T06:02:30.383Z+ [[ zfs == autofs ]]
172026-04-19T06:02:30.383Z+ mkdir -p /home/build
182026-04-19T06:02:30.383Z+ chown build:build /home/build /work
192026-04-19T06:02:32.384Z+ chmod 0700 /home/build /work
202026-04-19T06:02:32.387Zprocess exited: duration 4141 ms, exit code 0
 
212026-04-19T06:02:32.394Zstarting task 1: "rust-toolchain"
222026-04-19T06:02:32.399Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-19T06:02:32.399Z * rust toolchain channel = "1.90.0"
242026-04-19T06:02:32.399Z * rust toolchain profile = "default"
252026-04-19T06:02:32.399Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-19T06:02:32.399Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-19T06:02:32.399Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-19T06:02:32.402Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-19T06:02:32.402Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-19T06:02:32.475Zinfo: downloading installer
312026-04-19T06:02:33.848Zwarn: It looks like you have an existing installation of Rust at:
322026-04-19T06:02:33.848Zwarn: /opt/ooce/bin
332026-04-19T06:02:33.848Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-19T06:02:33.848Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-19T06:02:33.848Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-19T06:02:33.848Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-19T06:02:33.848Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-19T06:02:33.848Zerror: cannot install while Rust is installed
392026-04-19T06:02:33.848Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-19T06:02:33.848Zwarn: It looks like you have an existing rustup settings file at:
412026-04-19T06:02:33.848Zwarn: /home/build/.rustup/settings.toml
422026-04-19T06:02:33.848Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-19T06:02:33.848Zwarn: instead of the one inferred from the default host triple.
442026-04-19T06:02:33.861Zinfo: profile set to default
452026-04-19T06:02:33.861Zinfo: default host triple is x86_64-unknown-illumos
462026-04-19T06:02:33.865Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-19T06:02:34.010Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-19T06:02:34.013Zinfo: downloading 6 components
492026-04-19T06:02:47.747Z
502026-04-19T06:02:47.747Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-04-19T06:02:47.780Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-19T06:02:47.780Z
532026-04-19T06:02:47.780Z
542026-04-19T06:02:47.780ZRust is installed now. Great!
552026-04-19T06:02:47.780Z
562026-04-19T06:02:47.780ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-19T06:02:47.780Zenvironment variable. This has not been done automatically.
582026-04-19T06:02:47.780Z
592026-04-19T06:02:47.780ZTo configure your current shell, you need to source
602026-04-19T06:02:47.780Zthe corresponding env file under $HOME/.cargo.
612026-04-19T06:02:47.780Z
622026-04-19T06:02:47.780ZThis is usually done by running one of the following (note the leading DOT):
632026-04-19T06:02:47.780Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-19T06:02:47.780Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-19T06:02:47.780Zsource "~/.cargo/env.nu" # For nushell
662026-04-19T06:02:47.780Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-19T06:02:47.784Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-19T06:02:47.784Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-19T06:02:47.784Zwarn: no default linker (`cc`) was found in your PATH
702026-04-19T06:02:47.784Zwarn: many Rust crates require a system C toolchain to build
712026-04-19T06:02:47.874Z+ rustup --version
722026-04-19T06:02:47.883Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-19T06:02:47.886Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-19T06:02:47.905Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-19T06:02:47.908Z+ cargo --version
762026-04-19T06:02:47.921Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-19T06:02:47.924Z+ rustc --version
782026-04-19T06:02:47.944Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-19T06:02:47.947Zprocess exited: duration 15551 ms, exit code 0
 
802026-04-19T06:02:47.953Zstarting task 2: "authentication"
812026-04-19T06:02:47.970Zprocess exited: duration 16 ms, exit code 0
 
822026-04-19T06:02:47.976Zstarting task 3: "clone repository"
832026-04-19T06:02:47.979Z+ mkdir -p /work/oxidecomputer/dendrite
842026-04-19T06:02:47.982Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-04-19T06:02:48.116ZCloning into '/work/oxidecomputer/dendrite'...
862026-04-19T06:02:49.244Z+ cd /work/oxidecomputer/dendrite
872026-04-19T06:02:49.244Z+ git fetch origin bbea18edad9b4615c1ba13a557b5c3c41f16c806
882026-04-19T06:02:49.474ZFrom https://github.com/oxidecomputer/dendrite
892026-04-19T06:02:49.474Z * branch bbea18edad9b4615c1ba13a557b5c3c41f16c806 -> FETCH_HEAD
902026-04-19T06:02:49.481Z+ [[ -n sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern ]]
912026-04-19T06:02:49.484Z++ git branch --show-current
922026-04-19T06:02:49.484Z+ current=main
932026-04-19T06:02:49.484Z+ [[ main != sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern ]]
942026-04-19T06:02:49.484Z+ git branch -f sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern bbea18edad9b4615c1ba13a557b5c3c41f16c806
952026-04-19T06:02:49.487Z+ git checkout -f sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern
962026-04-19T06:02:49.506ZSwitched to branch 'sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern'
972026-04-19T06:02:49.510Z+ git reset --hard bbea18edad9b4615c1ba13a557b5c3c41f16c806
982026-04-19T06:02:49.525ZHEAD is now at bbea18e rustfmt
992026-04-19T06:02:49.528Zprocess exited: duration 1549 ms, exit code 0
 
1002026-04-19T06:02:49.535Zstarting task 4: "build"
1012026-04-19T06:02:49.538Z+ source .github/buildomat/common.sh
1022026-04-19T06:02:49.539Z++ TOFINO_STAGES=20
1032026-04-19T06:02:49.539Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-04-19T06:02:49.539Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-04-19T06:02:49.539Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-04-19T06:02:49.542Z+++ uname -s
1072026-04-19T06:02:49.542Z++ '[' SunOS == SunOS ']'
1082026-04-19T06:02:49.542Z++ SERIES=illumos
1092026-04-19T06:02:49.542Z+++ uname -s
1102026-04-19T06:02:49.542Z++ '[' SunOS == SunOS ']'
1112026-04-19T06:02:49.542Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-04-19T06:02:49.542Z++ rustup show active-toolchain
1132026-04-19T06:02:49.547Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-04-19T06:02:49.550Z+ source .github/buildomat/illumos.sh
1152026-04-19T06:02:49.550Z++ banner 'sde setup'
1162026-04-19T06:02:49.550Z
1172026-04-19T06:02:49.550Z #### ##### ###### #### ###### ##### # # #####
1182026-04-19T06:02:49.551Z # # # # # # # # # # #
1192026-04-19T06:02:49.551Z #### # # ##### #### ##### # # # # #
1202026-04-19T06:02:49.551Z # # # # # # # # # #####
1212026-04-19T06:02:49.551Z # # # # # # # # # # # #
1222026-04-19T06:02:49.551Z #### ##### ###### #### ###### # #### #
1232026-04-19T06:02:49.551Z
1242026-04-19T06:02:49.551Z++ export PKG=tofino_sde.p5p
1252026-04-19T06:02:49.551Z++ PKG=tofino_sde.p5p
1262026-04-19T06:02:49.551Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-04-19T06:02:49.556Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-04-19T06:02:49.559Z Dload Upload Total Spent Left Speed
1292026-04-19T06:02:50.522Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 78.70M 0 0 100 76.03M 100 76.03M 0 0 78.70M 0 0 100 76.03M 100 76.03M 0 0 78.69M 0 0
1302026-04-19T06:02:50.525Z+++ digest -a sha256 tofino_sde.p5p
1312026-04-19T06:02:50.571Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-04-19T06:02:50.574Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-04-19T06:02:50.574Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-04-19T06:03:01.758Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-19T06:03:09.604Z Startup: Caching catalogs ... Done
1362026-04-19T06:03:09.793Z Startup: Refreshing catalog 'oxide' ... Done
1372026-04-19T06:03:17.519ZPlanning: Solver setup ... Done
1382026-04-19T06:03:17.548ZPlanning: Running solver ... Done
1392026-04-19T06:03:17.671ZPlanning: Finding local manifests ... Done
1402026-04-19T06:03:17.674ZPlanning: Fetching manifests: 1/1 100% complete
1412026-04-19T06:03:17.677ZPlanning: Fetching manifests: 1/1 100% complete
1422026-04-19T06:03:17.691ZPlanning: Package planning ... Done
1432026-04-19T06:03:17.694ZPlanning: Merging actions ... Done
1442026-04-19T06:03:17.851ZPlanning: Checking for conflicting actions ... Done
1452026-04-19T06:03:17.854ZPlanning: Consolidating action changes ... Done
1462026-04-19T06:03:19.042ZPlanning: Evaluating mediators ... Done
1472026-04-19T06:03:19.045ZPlanning: Planning completed in 9.24 seconds
1482026-04-19T06:03:19.048Z Packages to install: 1
1492026-04-19T06:03:19.048Z Create boot environment: No
1502026-04-19T06:03:19.049ZCreate backup boot environment: No
1512026-04-19T06:03:19.099Z
1522026-04-19T06:03:19.099ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-04-19T06:03:19.241ZDownload: Completed 75.30 MB in 0.14 seconds (534M/s)
1542026-04-19T06:03:19.424Z Actions: 1/293 actions (Installing new actions)
1552026-04-19T06:03:20.412Z Actions: Completed 293 actions in 0.99 seconds.
1562026-04-19T06:03:20.415Z Done
1572026-04-19T06:03:20.457Z Done
1582026-04-19T06:03:21.129Z Done
1592026-04-19T06:03:24.460Z Done
1602026-04-19T06:03:24.544Z Done
1612026-04-19T06:03:24.547Z Done
1622026-04-19T06:03:24.611Z Done
1632026-04-19T06:03:25.274Z++ export SDE=/opt/oxide/tofino_sde
1642026-04-19T06:03:25.274Z++ SDE=/opt/oxide/tofino_sde
1652026-04-19T06:03:25.274Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-04-19T06:03:25.274Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-04-19T06:03:25.274Z++ banner packages
1682026-04-19T06:03:25.278Z
1692026-04-19T06:03:25.278Z ##### ## #### # # ## #### ###### ####
1702026-04-19T06:03:25.278Z # # # # # # # # # # # # # #
1712026-04-19T06:03:25.278Z # # # # # #### # # # ##### ####
1722026-04-19T06:03:25.278Z ##### ###### # # # ###### # ### # #
1732026-04-19T06:03:25.278Z # # # # # # # # # # # # # #
1742026-04-19T06:03:25.278Z # # # #### # # # # #### ###### ####
1752026-04-19T06:03:25.278Z
1762026-04-19T06:03:25.278Z++ pfexec pkg install clang-15 pcap
1772026-04-19T06:03:25.678Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-04-19T06:03:25.681Z Startup: Refreshing catalog 'oxide' ... Done
1792026-04-19T06:03:31.344ZPlanning: Solver setup ... Done
1802026-04-19T06:03:31.375ZPlanning: Running solver ... Done
1812026-04-19T06:03:31.506ZPlanning: Finding local manifests ... Done
1822026-04-19T06:03:31.510ZPlanning: Fetching manifests: 0/2 0% complete
1832026-04-19T06:03:31.715ZPlanning: Fetching manifests: 2/2 100% complete
1842026-04-19T06:03:31.745ZPlanning: Package planning ... Done
1852026-04-19T06:03:31.771ZPlanning: Merging actions ... Done
1862026-04-19T06:03:31.879ZPlanning: Checking for conflicting actions ... Done
1872026-04-19T06:03:31.885ZPlanning: Consolidating action changes ... Done
1882026-04-19T06:03:32.040ZPlanning: Evaluating mediators ... Done
1892026-04-19T06:03:32.050ZPlanning: Planning completed in 6.37 seconds
1902026-04-19T06:03:32.053Z Packages to install: 2
1912026-04-19T06:03:32.053Z Mediators to change: 2
1922026-04-19T06:03:32.053Z Services to change: 1
1932026-04-19T06:03:32.053Z Create boot environment: No
1942026-04-19T06:03:32.053ZCreate backup boot environment: No
1952026-04-19T06:03:32.083Z
1962026-04-19T06:03:32.083ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-04-19T06:03:37.083ZDownload: 1539/3076 items 115.1/211.3MB 54% complete (23.4M/s)
1982026-04-19T06:03:43.613ZDownload: 2008/3076 items 117.7/211.3MB 55% complete (17.1M/s)
1992026-04-19T06:03:48.434ZDownload: Completed 211.31 MB in 16.35 seconds (12.9M/s)
2002026-04-19T06:03:48.674Z Actions: 1/3418 actions (Installing new actions)
2012026-04-19T06:03:51.831Z Actions: Completed 3418 actions in 3.16 seconds.
2022026-04-19T06:03:52.370Z Done
2032026-04-19T06:03:52.370Z Done
2042026-04-19T06:03:53.083Z Done
2052026-04-19T06:03:55.881Z Done
2062026-04-19T06:03:55.956Z Done
2072026-04-19T06:03:55.959Z Done
2082026-04-19T06:03:56.275Z Done
2092026-04-19T06:03:56.409Z++ pfexec pkg set-mediator -V 15 clang llvm
2102026-04-19T06:03:56.602ZPlanning: Evaluating mediator changes ... Done
2112026-04-19T06:03:56.709ZPlanning: Checking for conflicting actions ... Done
2122026-04-19T06:03:56.712ZPlanning: Consolidating action changes ... Done
2132026-04-19T06:03:56.869ZPlanning: Evaluating mediators ... Done
2142026-04-19T06:03:56.872ZPlanning: Planning completed in 0.27 seconds
2152026-04-19T06:03:56.890Z Mediators to change: 2
2162026-04-19T06:03:56.890Z Create boot environment: No
2172026-04-19T06:03:56.890ZCreate backup boot environment: No
2182026-04-19T06:03:56.947Z Done
2192026-04-19T06:03:56.947Z Done
2202026-04-19T06:03:57.561Z Done
2212026-04-19T06:04:00.052Z Done
2222026-04-19T06:04:00.126Z Done
2232026-04-19T06:04:00.130Z Done
2242026-04-19T06:04:00.280Z Done
2252026-04-19T06:04:00.355Z++ cargo --version
2262026-04-19T06:04:00.365Zcargo 1.90.0 (840b83a10 2025-07-30)
2272026-04-19T06:04:00.367Z++ rustc --version
2282026-04-19T06:04:00.387Zrustc 1.90.0 (1159e78c4 2025-09-14)
2292026-04-19T06:04:00.391Z+ banner copyrights
2302026-04-19T06:04:00.394Z
2312026-04-19T06:04:00.394Z #### #### ##### # # ##### # #### # # ##### ####
2322026-04-19T06:04:00.394Z # # # # # # # # # # # # # # # # #
2332026-04-19T06:04:00.394Z # # # # # # # # # # ###### # ####
2342026-04-19T06:04:00.394Z # # # ##### # ##### # # ### # # # #
2352026-04-19T06:04:00.394Z # # # # # # # # # # # # # # # #
2362026-04-19T06:04:00.394Z #### #### # # # # # #### # # # ####
2372026-04-19T06:04:00.394Z
2382026-04-19T06:04:00.394Z+ ./tools/check_copyrights.sh
2392026-04-19T06:04:00.667Zcommon/src/illumos.rs: Copyright with wrong year
2402026-04-19T06:04:01.822Zpacket/src/eth.rs: Copyright with wrong year
2412026-04-19T06:04:02.288Z+ banner clippy
2422026-04-19T06:04:02.292Z
2432026-04-19T06:04:02.292Z #### # # ##### ##### # #
2442026-04-19T06:04:02.292Z # # # # # # # # # #
2452026-04-19T06:04:02.292Z # # # # # # # #
2462026-04-19T06:04:02.292Z # # # ##### ##### #
2472026-04-19T06:04:02.292Z # # # # # # #
2482026-04-19T06:04:02.292Z #### ###### # # # #
2492026-04-19T06:04:02.292Z
2502026-04-19T06:04:02.292Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-04-19T06:04:02.292Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-04-19T06:04:02.442Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-04-19T06:04:12.298Z Updating crates.io index
2542026-04-19T06:04:12.302Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-04-19T06:04:12.575Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-04-19T06:04:13.271Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-04-19T06:04:13.523Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-04-19T06:04:13.772Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-04-19T06:04:14.227Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-04-19T06:04:15.282Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-04-19T06:04:15.605Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-19T06:04:15.905Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-04-19T06:04:16.281Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-04-19T06:04:16.550Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-04-19T06:04:17.005Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-04-19T06:04:17.393Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-04-19T06:04:17.770Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-04-19T06:04:18.564Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-04-19T06:04:18.850Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-04-19T06:04:19.144Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-04-19T06:04:19.421Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-04-19T06:04:19.909Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-04-19T06:04:20.333Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-04-19T06:04:20.603Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-04-19T06:04:21.019Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-04-19T06:04:22.793Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-04-19T06:04:23.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-04-19T06:04:24.553Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-04-19T06:04:25.132Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-04-19T06:04:25.381Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-04-19T06:04:25.797Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-04-19T06:04:27.675Z Downloading crates ...
2832026-04-19T06:04:27.745Z Downloaded bytecount v0.6.9
2842026-04-19T06:04:27.747Z Downloaded anstyle-parse v1.0.0
2852026-04-19T06:04:27.751Z Downloaded clang-sys v1.8.1
2862026-04-19T06:04:27.757Z Downloaded embedded-io v0.4.0
2872026-04-19T06:04:27.760Z Downloaded displaydoc v0.2.5
2882026-04-19T06:04:27.764Z Downloaded crc32fast v1.5.0
2892026-04-19T06:04:27.767Z Downloaded derive_more v0.99.20
2902026-04-19T06:04:27.770Z Downloaded fnv v1.0.7
2912026-04-19T06:04:27.773Z Downloaded embedded-io v0.6.1
2922026-04-19T06:04:27.776Z Downloaded base64 v0.22.1
2932026-04-19T06:04:27.779Z Downloaded async-trait v0.1.89
2942026-04-19T06:04:27.782Z Downloaded float-ord v0.3.2
2952026-04-19T06:04:27.784Z Downloaded derive-where v1.6.0
2962026-04-19T06:04:27.788Z Downloaded foldhash v0.1.5
2972026-04-19T06:04:27.788Z Downloaded hyper-rustls v0.27.7
2982026-04-19T06:04:27.791Z Downloaded ciborium-io v0.2.2
2992026-04-19T06:04:27.793Z Downloaded ff v0.13.1
3002026-04-19T06:04:27.796Z Downloaded async-stream-impl v0.3.6
3012026-04-19T06:04:27.796Z Downloaded enum-as-inner v0.6.1
3022026-04-19T06:04:27.799Z Downloaded flate2 v1.1.2
3032026-04-19T06:04:27.802Z Downloaded drift v0.1.3
3042026-04-19T06:04:27.806Z Downloaded hmac v0.12.1
3052026-04-19T06:04:27.811Z Downloaded crucible-workspace-hack v0.1.0
3062026-04-19T06:04:27.813Z Downloaded futures-macro v0.3.32
3072026-04-19T06:04:27.813Z Downloaded errno v0.3.14
3082026-04-19T06:04:27.816Z Downloaded erased-serde v0.3.31
3092026-04-19T06:04:27.819Z Downloaded highway v1.3.0
3102026-04-19T06:04:27.819Z Downloaded ciborium-ll v0.2.2
3112026-04-19T06:04:27.822Z Downloaded anstyle-query v1.1.4
3122026-04-19T06:04:27.825Z Downloaded hostname v0.3.1
3132026-04-19T06:04:27.827Z Downloaded gethostname v0.5.0
3142026-04-19T06:04:27.828Z Downloaded bitflags v1.3.2
3152026-04-19T06:04:27.830Z Downloaded http-body v1.0.1
3162026-04-19T06:04:27.833Z Downloaded futures-task v0.3.32
3172026-04-19T06:04:27.836Z Downloaded foreign-types-shared v0.1.1
3182026-04-19T06:04:27.836Z Downloaded adler2 v2.0.1
3192026-04-19T06:04:27.839Z Downloaded httpdate v1.0.3
3202026-04-19T06:04:27.839Z Downloaded hubpack_derive v0.1.1
3212026-04-19T06:04:27.842Z Downloaded cpufeatures v0.2.17
3222026-04-19T06:04:27.845Z Downloaded debug-ignore v1.0.5
3232026-04-19T06:04:27.845Z Downloaded humantime v2.3.0
3242026-04-19T06:04:27.848Z Downloaded colorchoice v1.0.4
3252026-04-19T06:04:27.848Z Downloaded cfg-if v1.0.3
3262026-04-19T06:04:27.851Z Downloaded darling_macro v0.21.3
3272026-04-19T06:04:27.854Z Downloaded hyper-tls v0.6.0
3282026-04-19T06:04:27.854Z Downloaded heck v0.4.1
3292026-04-19T06:04:27.856Z Downloaded hubpack v0.1.2
3302026-04-19T06:04:27.859Z Downloaded curve25519-dalek-derive v0.1.1
3312026-04-19T06:04:27.859Z Downloaded futures-core v0.3.32
3322026-04-19T06:04:27.862Z Downloaded form_urlencoded v1.2.2
3332026-04-19T06:04:27.862Z Downloaded ident_case v1.0.1
3342026-04-19T06:04:27.865Z Downloaded constant_time_eq v0.3.1
3352026-04-19T06:04:27.865Z Downloaded hash32 v0.3.1
3362026-04-19T06:04:27.868Z Downloaded git-stub v1.0.0
3372026-04-19T06:04:27.872Z Downloaded hex v0.4.3
3382026-04-19T06:04:27.872Z Downloaded indent_write v2.2.0
3392026-04-19T06:04:27.875Z Downloaded bit-vec v0.8.0
3402026-04-19T06:04:27.875Z Downloaded arrayref v0.3.9
3412026-04-19T06:04:27.877Z Downloaded heck v0.5.0
3422026-04-19T06:04:27.880Z Downloaded fixedbitset v0.5.7
3432026-04-19T06:04:27.880Z Downloaded camino-tempfile v1.4.1
3442026-04-19T06:04:27.884Z Downloaded blake2 v0.10.6
3452026-04-19T06:04:27.887Z Downloaded cobs v0.3.0
3462026-04-19T06:04:27.887Z Downloaded defmt-parser v1.0.0
3472026-04-19T06:04:27.890Z Downloaded is_ci v1.2.0
3482026-04-19T06:04:27.890Z Downloaded kstat-rs v0.2.4
3492026-04-19T06:04:27.892Z Downloaded is_terminal_polyfill v1.70.1
3502026-04-19T06:04:27.893Z Downloaded keccak v0.1.6
3512026-04-19T06:04:27.895Z Downloaded is-terminal v0.4.16
3522026-04-19T06:04:27.895Z Downloaded internet-checksum v0.2.1
3532026-04-19T06:04:27.898Z Downloaded lru-cache v0.1.2
3542026-04-19T06:04:27.901Z Downloaded itoa v1.0.15
3552026-04-19T06:04:27.901Z Downloaded memmap v0.7.0
3562026-04-19T06:04:27.904Z Downloaded managed v0.8.0
3572026-04-19T06:04:27.904Z Downloaded libscf-sys v1.1.0
3582026-04-19T06:04:27.907Z Downloaded const_format_proc_macros v0.2.34
3592026-04-19T06:04:27.910Z Downloaded memoffset v0.9.1
3602026-04-19T06:04:27.910Z Downloaded mime v0.3.17
3612026-04-19T06:04:27.913Z Downloaded deranged v0.5.3
3622026-04-19T06:04:27.913Z Downloaded anstream v1.0.0
3632026-04-19T06:04:27.915Z Downloaded glob v0.3.3
3642026-04-19T06:04:27.918Z Downloaded csv-core v0.1.12
3652026-04-19T06:04:27.918Z Downloaded crossbeam-deque v0.8.6
3662026-04-19T06:04:27.921Z Downloaded defmt v1.0.1
3672026-04-19T06:04:27.924Z Downloaded globset v0.4.16
3682026-04-19T06:04:27.927Z Downloaded git-stub-vcs v0.1.0
3692026-04-19T06:04:27.927Z Downloaded cargo-platform v0.1.9
3702026-04-19T06:04:27.930Z Downloaded autocfg v1.5.0
3712026-04-19T06:04:27.930Z Downloaded fs_extra v1.3.0
3722026-04-19T06:04:27.933Z Downloaded console v0.15.11
3732026-04-19T06:04:27.936Z Downloaded newline-converter v0.3.0
3742026-04-19T06:04:27.936Z Downloaded getrandom v0.2.16
3752026-04-19T06:04:27.939Z Downloaded num-derive v0.3.3
3762026-04-19T06:04:27.942Z Downloaded num-derive v0.4.2
3772026-04-19T06:04:27.942Z Downloaded iana-time-zone v0.1.64
3782026-04-19T06:04:27.945Z Downloaded olpc-cjson v0.1.4
3792026-04-19T06:04:27.948Z Downloaded num-conv v0.2.1
3802026-04-19T06:04:27.948Z Downloaded newtype-uuid-macros v0.1.0
3812026-04-19T06:04:27.951Z Downloaded num-iter v0.1.45
3822026-04-19T06:04:27.951Z Downloaded num_threads v0.1.7
3832026-04-19T06:04:27.954Z Downloaded ipnetwork v0.21.1
3842026-04-19T06:04:27.954Z Downloaded jobserver v0.1.34
3852026-04-19T06:04:27.956Z Downloaded ingot-types v0.1.2
3862026-04-19T06:04:27.959Z Downloaded lock_api v0.4.14
3872026-04-19T06:04:27.959Z Downloaded ipnet v2.11.0
3882026-04-19T06:04:27.962Z Downloaded omicron-workspace-hack v0.1.0
3892026-04-19T06:04:27.962Z Downloaded macaddr v1.0.1
3902026-04-19T06:04:27.965Z Downloaded openssl-macros v0.1.1
3912026-04-19T06:04:27.965Z Downloaded base64ct v1.8.0
3922026-04-19T06:04:27.968Z Downloaded darling v0.21.3
3932026-04-19T06:04:27.971Z Downloaded parse-display v0.10.0
3942026-04-19T06:04:27.974Z Downloaded camino v1.2.2
3952026-04-19T06:04:27.974Z Downloaded crossbeam-epoch v0.9.18
3962026-04-19T06:04:27.977Z Downloaded newtype-uuid v1.3.2
3972026-04-19T06:04:27.980Z Downloaded ciborium v0.2.2
3982026-04-19T06:04:27.980Z Downloaded daft v0.1.4
3992026-04-19T06:04:27.982Z Downloaded anyhow v1.0.102
4002026-04-19T06:04:27.985Z Downloaded http v1.4.0
4012026-04-19T06:04:27.988Z Downloaded multer v3.1.0
4022026-04-19T06:04:27.991Z Downloaded crossbeam-utils v0.8.21
4032026-04-19T06:04:27.991Z Downloaded native-tls v0.2.14
4042026-04-19T06:04:27.994Z Downloaded http-body-util v0.1.3
4052026-04-19T06:04:27.997Z Downloaded phf_shared v0.12.1
4062026-04-19T06:04:27.997Z Downloaded plain v0.2.3
4072026-04-19T06:04:28.001Z Downloaded pin-utils v0.1.0
4082026-04-19T06:04:28.001Z Downloaded futures v0.3.32
4092026-04-19T06:04:28.004Z Downloaded progenitor-client v0.11.1
4102026-04-19T06:04:28.004Z Downloaded proc-macro-crate v1.3.1
4112026-04-19T06:04:28.006Z Downloaded pretty-hex v0.4.1
4122026-04-19T06:04:28.007Z Downloaded powerfmt v0.2.0
4132026-04-19T06:04:28.009Z Downloaded progenitor-macro v0.11.1
4142026-04-19T06:04:28.009Z Downloaded progenitor-client v0.10.0
4152026-04-19T06:04:28.012Z Downloaded proc-macro-error-attr2 v2.0.0
4162026-04-19T06:04:28.013Z Downloaded num_enum v0.7.5
4172026-04-19T06:04:28.017Z Downloaded progenitor-macro v0.13.0
4182026-04-19T06:04:28.019Z Downloaded num-rational v0.4.2
4192026-04-19T06:04:28.019Z Downloaded num-integer v0.1.46
4202026-04-19T06:04:28.020Z Downloaded memmap2 v0.9.8
4212026-04-19T06:04:28.022Z Downloaded libloading v0.8.9
4222026-04-19T06:04:28.025Z Downloaded litemap v0.8.0
4232026-04-19T06:04:28.025Z Downloaded oxnet v0.1.4
4242026-04-19T06:04:28.028Z Downloaded linear-map v1.2.0
4252026-04-19T06:04:28.028Z Downloaded quick-error v1.2.3
4262026-04-19T06:04:28.031Z Downloaded parse-display-derive v0.10.0
4272026-04-19T06:04:28.031Z Downloaded oxide-tokio-rt v0.1.2
4282026-04-19T06:04:28.034Z Downloaded openssl-probe v0.1.6
4292026-04-19T06:04:28.034Z Downloaded num_enum_derive v0.7.5
4302026-04-19T06:04:28.037Z Downloaded ref-cast v1.0.25
4312026-04-19T06:04:28.037Z Downloaded ref-cast-impl v1.0.25
4322026-04-19T06:04:28.040Z Downloaded elliptic-curve v0.13.8
4332026-04-19T06:04:28.042Z Downloaded defmt-macros v1.0.1
4342026-04-19T06:04:28.045Z Downloaded allocator-api2 v0.2.21
4352026-04-19T06:04:28.045Z Downloaded pem v3.0.5
4362026-04-19T06:04:28.048Z Downloaded indexmap v2.13.0
4372026-04-19T06:04:28.051Z Downloaded rand_xorshift v0.4.0
4382026-04-19T06:04:28.051Z Downloaded paste v1.0.15
4392026-04-19T06:04:28.054Z Downloaded rustc-hash v2.1.1
4402026-04-19T06:04:28.057Z Downloaded phf v0.12.1
4412026-04-19T06:04:28.057Z Downloaded poly1305 v0.8.0
4422026-04-19T06:04:28.060Z Downloaded pkg-config v0.3.32
4432026-04-19T06:04:28.060Z Downloaded password-hash v0.5.0
4442026-04-19T06:04:28.063Z Downloaded rustc_version v0.4.1
4452026-04-19T06:04:28.063Z Downloaded rustc_version v0.1.7
4462026-04-19T06:04:28.065Z Downloaded percent-encoding v2.3.2
4472026-04-19T06:04:28.065Z Downloaded pin-project-lite v0.2.16
4482026-04-19T06:04:28.070Z Downloaded scopeguard v1.2.0
4492026-04-19T06:04:28.073Z Downloaded pin-project-internal v1.1.10
4502026-04-19T06:04:28.073Z Downloaded same-file v1.0.6
4512026-04-19T06:04:28.073Z Downloaded proc-macro-error-attr v1.0.4
4522026-04-19T06:04:28.076Z Downloaded progenitor v0.11.1
4532026-04-19T06:04:28.076Z Downloaded proc-macro-error v1.0.4
4542026-04-19T06:04:28.079Z Downloaded search_path v0.1.4
4552026-04-19T06:04:28.079Z Downloaded scroll_derive v0.12.1
4562026-04-19T06:04:28.082Z Downloaded quote v1.0.45
4572026-04-19T06:04:28.082Z Downloaded rand_chacha v0.9.0
4582026-04-19T06:04:28.085Z Downloaded progenitor-client v0.13.0
4592026-04-19T06:04:28.085Z Downloaded proc-macro-error2 v2.0.1
4602026-04-19T06:04:28.088Z Downloaded icu_provider v2.0.0
4612026-04-19T06:04:28.091Z Downloaded omicron-zone-package v0.12.2
4622026-04-19T06:04:28.094Z Downloaded pest_derive v2.8.2
4632026-04-19T06:04:28.094Z Downloaded log v0.4.29
4642026-04-19T06:04:28.097Z Downloaded pest_generator v2.8.2
4652026-04-19T06:04:28.097Z Downloaded owo-colors v4.3.0
4662026-04-19T06:04:28.100Z Downloaded parking_lot_core v0.9.12
4672026-04-19T06:04:28.100Z Downloaded serde-big-array v0.5.1
4682026-04-19T06:04:28.103Z Downloaded serde_spanned v1.0.4
4692026-04-19T06:04:28.103Z Downloaded serde_repr v0.1.20
4702026-04-19T06:04:28.105Z Downloaded serde_plain v1.0.2
4712026-04-19T06:04:28.106Z Downloaded serde_urlencoded v0.7.1
4722026-04-19T06:04:28.108Z Downloaded serde_spanned v0.6.9
4732026-04-19T06:04:28.108Z Downloaded heapless v0.8.0
4742026-04-19T06:04:28.111Z Downloaded bytes v1.11.1
4752026-04-19T06:04:28.114Z Downloaded semver v0.1.20
4762026-04-19T06:04:28.117Z Downloaded resolv-conf v0.7.5
4772026-04-19T06:04:28.117Z Downloaded parking_lot v0.12.5
4782026-04-19T06:04:28.120Z Downloaded icu_normalizer v2.0.0
4792026-04-19T06:04:28.123Z Downloaded sha1 v0.10.6
4802026-04-19T06:04:28.123Z Downloaded rand_core v0.6.4
4812026-04-19T06:04:28.126Z Downloaded signal-hook-tokio v0.3.1
4822026-04-19T06:04:28.126Z Downloaded pest_meta v2.8.2
4832026-04-19T06:04:28.129Z Downloaded rand_core v0.9.3
4842026-04-19T06:04:28.129Z Downloaded sigpipe v0.1.3
4852026-04-19T06:04:28.129Z Downloaded hickory-resolver v0.25.2
4862026-04-19T06:04:28.132Z Downloaded progenitor v0.10.0
4872026-04-19T06:04:28.134Z Downloaded slog-bunyan v2.5.0
4882026-04-19T06:04:28.134Z Downloaded siphasher v1.0.1
4892026-04-19T06:04:28.137Z Downloaded rusty-fork v0.3.0
4902026-04-19T06:04:28.137Z Downloaded rustversion v1.0.22
4912026-04-19T06:04:28.140Z Downloaded dropshot-api-manager v0.5.2
4922026-04-19T06:04:28.143Z Downloaded schemars_derive v0.8.22
4932026-04-19T06:04:28.143Z Downloaded once_cell v1.21.3
4942026-04-19T06:04:28.146Z Downloaded rustls-pemfile v2.2.0
4952026-04-19T06:04:28.146Z Downloaded scroll v0.12.0
4962026-04-19T06:04:28.149Z Downloaded stable_deref_trait v1.2.0
4972026-04-19T06:04:28.149Z Downloaded scroll_derive v0.13.1
4982026-04-19T06:04:28.149Z Downloaded progenitor v0.13.0
4992026-04-19T06:04:28.152Z Downloaded strsim v0.11.1
5002026-04-19T06:04:28.152Z Downloaded strum v0.27.2
5012026-04-19T06:04:28.155Z Downloaded structmeta-derive v0.3.0
5022026-04-19T06:04:28.155Z Downloaded quinn-udp v0.5.14
5032026-04-19T06:04:28.157Z Downloaded scroll v0.13.0
5042026-04-19T06:04:28.158Z Downloaded semver v1.0.27
5052026-04-19T06:04:29.163Z Downloaded num-traits v0.2.19
5062026-04-19T06:04:29.163Z Downloaded jiff-static v0.2.15
5072026-04-19T06:04:29.168Z Downloaded icu_normalizer_data v2.0.0
5082026-04-19T06:04:29.168Z Downloaded papergrid v0.17.0
5092026-04-19T06:04:29.168Z Downloaded sync_wrapper v1.0.2
5102026-04-19T06:04:29.168Z Downloaded strum v0.26.3
5112026-04-19T06:04:29.168Z Downloaded swrite v0.1.0
5122026-04-19T06:04:29.168Z Downloaded subtle v2.6.1
5132026-04-19T06:04:29.168Z Downloaded serde_derive_internals v0.29.1
5142026-04-19T06:04:29.168Z Downloaded secrecy v0.10.3
5152026-04-19T06:04:29.168Z Downloaded serde_path_to_error v0.1.20
5162026-04-19T06:04:29.168Z Downloaded crypto-bigint v0.5.5
5172026-04-19T06:04:29.168Z Downloaded hickory-resolver v0.24.4
5182026-04-19T06:04:29.168Z Downloaded crossbeam-channel v0.5.15
5192026-04-19T06:04:29.168Z Downloaded papergrid v0.11.0
5202026-04-19T06:04:29.168Z Downloaded termtree v0.5.1
5212026-04-19T06:04:29.168Z Downloaded terminal_size v0.4.3
5222026-04-19T06:04:29.168Z Downloaded take_mut v0.2.2
5232026-04-19T06:04:29.168Z Downloaded testing_table v0.3.0
5242026-04-19T06:04:29.168Z Downloaded expectorate v1.2.0
5252026-04-19T06:04:29.168Z Downloaded icu_collections v2.0.0
5262026-04-19T06:04:29.168Z Downloaded sha2 v0.10.9
5272026-04-19T06:04:29.168Z Downloaded serde_tokenstream v0.2.3
5282026-04-19T06:04:29.168Z Downloaded slog-async v2.8.0
5292026-04-19T06:04:29.168Z Downloaded signal-hook-registry v1.4.6
5302026-04-19T06:04:29.168Z Downloaded ryu v1.0.20
5312026-04-19T06:04:29.168Z Downloaded time-core v0.1.8
5322026-04-19T06:04:29.168Z Downloaded thread-id v4.2.2
5332026-04-19T06:04:29.168Z Downloaded thread-id v5.0.0
5342026-04-19T06:04:29.168Z Downloaded thiserror-impl-no-std v2.0.2
5352026-04-19T06:04:29.168Z Downloaded slab v0.4.11
5362026-04-19T06:04:29.169Z Downloaded pin-project v1.1.10
5372026-04-19T06:04:29.169Z Downloaded smf v0.2.3
5382026-04-19T06:04:29.169Z Downloaded miniz_oxide v0.8.9
5392026-04-19T06:04:29.169Z Downloaded static_assertions v1.1.0
5402026-04-19T06:04:29.169Z Downloaded tinyvec_macros v0.1.1
5412026-04-19T06:04:29.169Z Downloaded slog-term v2.9.2
5422026-04-19T06:04:29.169Z Downloaded slog-json v2.6.1
5432026-04-19T06:04:29.169Z Downloaded tagptr v0.2.0
5442026-04-19T06:04:29.169Z Downloaded tabled_derive v0.11.0
5452026-04-19T06:04:29.169Z Downloaded tabled_derive v0.7.0
5462026-04-19T06:04:29.169Z Downloaded shlex v1.3.0
5472026-04-19T06:04:29.169Z Downloaded rand_chacha v0.3.1
5482026-04-19T06:04:29.169Z Downloaded icu_locale_core v2.0.0
5492026-04-19T06:04:29.169Z Downloaded supports-color v3.0.2
5502026-04-19T06:04:29.169Z Downloaded progenitor-impl v0.10.0
5512026-04-19T06:04:29.169Z Downloaded proc-macro2 v1.0.106
5522026-04-19T06:04:29.169Z Downloaded strum_macros v0.26.4
5532026-04-19T06:04:29.169Z Downloaded openssl-sys v0.9.112
5542026-04-19T06:04:29.169Z Downloaded toml_datetime v0.6.11
5552026-04-19T06:04:29.169Z Downloaded minimal-lexical v0.2.1
5562026-04-19T06:04:29.169Z Downloaded structmeta v0.3.0
5572026-04-19T06:04:29.169Z Downloaded curl v0.4.49
5582026-04-19T06:04:29.169Z Downloaded smawk v0.3.2
5592026-04-19T06:04:29.169Z Downloaded ppv-lite86 v0.2.21
5602026-04-19T06:04:29.169Z Downloaded tabwriter v1.4.1
5612026-04-19T06:04:29.169Z Downloaded synstructure v0.13.2
5622026-04-19T06:04:29.169Z Downloaded chacha20poly1305 v0.10.1
5632026-04-19T06:04:29.169Z Downloaded indexmap v1.9.3
5642026-04-19T06:04:29.169Z Downloaded topological-sort v0.2.2
5652026-04-19T06:04:29.169Z Downloaded toml_write v0.1.2
5662026-04-19T06:04:29.169Z Downloaded tower-service v0.3.3
5672026-04-19T06:04:29.169Z Downloaded thiserror v1.0.69
5682026-04-19T06:04:29.169Z Downloaded thiserror-impl v1.0.69
5692026-04-19T06:04:29.169Z Downloaded thiserror v2.0.18
5702026-04-19T06:04:29.169Z Downloaded icu_properties v2.0.1
5712026-04-19T06:04:29.169Z Downloaded num_enum v0.5.11
5722026-04-19T06:04:29.169Z Downloaded try-lock v0.2.5
5732026-04-19T06:04:29.169Z Downloaded unicode-linebreak v0.1.5
5742026-04-19T06:04:29.169Z Downloaded thread_local v1.1.9
5752026-04-19T06:04:29.169Z Downloaded typify-macro v0.6.1
5762026-04-19T06:04:29.170Z Downloaded thiserror-no-std v2.0.2
5772026-04-19T06:04:29.170Z Downloaded thiserror-impl v2.0.18
5782026-04-19T06:04:29.170Z Downloaded progenitor-impl v0.11.1
5792026-04-19T06:04:29.170Z Downloaded postcard v1.1.3
5802026-04-19T06:04:29.170Z Downloaded prettyplease v0.2.37
5812026-04-19T06:04:29.170Z Downloaded snafu-derive v0.8.9
5822026-04-19T06:04:29.170Z Downloaded smallvec v1.15.1
5832026-04-19T06:04:29.170Z Downloaded time-macros v0.2.27
5842026-04-19T06:04:29.170Z Downloaded tokio-native-tls v0.3.1
5852026-04-19T06:04:29.170Z Downloaded typify-macro v0.4.3
5862026-04-19T06:04:29.170Z Downloaded universal-hash v0.5.1
5872026-04-19T06:04:29.170Z Downloaded unarray v0.1.4
5882026-04-19T06:04:29.170Z Downloaded unicode-xid v0.2.6
5892026-04-19T06:04:29.170Z Downloaded tokio-macros v2.6.0
5902026-04-19T06:04:29.170Z Downloaded tokio-dtrace v0.1.1
5912026-04-19T06:04:29.170Z Downloaded tinystr v0.8.1
5922026-04-19T06:04:29.170Z Downloaded untrusted v0.7.1
5932026-04-19T06:04:29.170Z Downloaded usdt-macro v0.6.0
5942026-04-19T06:04:29.170Z Downloaded serde_core v1.0.228
5952026-04-19T06:04:29.170Z Downloaded strum_macros v0.27.2
5962026-04-19T06:04:29.170Z Downloaded serde_derive v1.0.228
5972026-04-19T06:04:29.170Z Downloaded progenitor-impl v0.13.0
5982026-04-19T06:04:29.170Z Downloaded usdt-attr-macro v0.5.0
5992026-04-19T06:04:29.170Z Downloaded usdt v0.6.0
6002026-04-19T06:04:29.170Z Downloaded usdt-attr-macro v0.6.0
6012026-04-19T06:04:29.170Z Downloaded tokio-rustls v0.25.0
6022026-04-19T06:04:29.170Z Downloaded usdt v0.5.0
6032026-04-19T06:04:29.170Z Downloaded rayon-core v1.13.0
6042026-04-19T06:04:29.170Z Downloaded utf8parse v0.2.2
6052026-04-19T06:04:29.170Z Downloaded usdt-macro v0.5.0
6062026-04-19T06:04:29.170Z Downloaded memchr v2.7.5
6072026-04-19T06:04:29.175Z Downloaded want v0.3.1
6082026-04-19T06:04:29.175Z Downloaded wait-timeout v0.2.1
6092026-04-19T06:04:29.175Z Downloaded hashbrown v0.12.3
6102026-04-19T06:04:29.175Z Downloaded serde_yaml v0.9.34+deprecated
6112026-04-19T06:04:29.175Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6122026-04-19T06:04:29.175Z Downloaded waitgroup v0.1.2
6132026-04-19T06:04:29.175Z Downloaded hyper-util v0.1.19
6142026-04-19T06:04:29.175Z Downloaded serde_with_macros v3.14.1
6152026-04-19T06:04:29.175Z Downloaded tempfile v3.23.0
6162026-04-19T06:04:29.175Z Downloaded version_check v0.9.5
6172026-04-19T06:04:29.175Z Downloaded signal-hook v0.3.18
6182026-04-19T06:04:29.175Z Downloaded tower-layer v0.3.3
6192026-04-19T06:04:29.175Z Downloaded toml_writer v1.0.6+spec-1.1.0
6202026-04-19T06:04:29.175Z Downloaded rustls-pki-types v1.12.0
6212026-04-19T06:04:29.175Z Downloaded term v1.2.0
6222026-04-19T06:04:29.175Z Downloaded yoke-derive v0.8.0
6232026-04-19T06:04:29.176Z Downloaded slog-dtrace v0.3.0
6242026-04-19T06:04:29.176Z Downloaded similar v2.7.0
6252026-04-19T06:04:29.176Z Downloaded ingot-macros v0.1.1
6262026-04-19T06:04:29.176Z Downloaded daft-derive v0.1.4
6272026-04-19T06:04:29.176Z Downloaded spin v0.9.8
6282026-04-19T06:04:29.176Z Downloaded socket2 v0.6.0
6292026-04-19T06:04:29.176Z Downloaded slog v2.8.2
6302026-04-19T06:04:29.176Z Downloaded zerofrom v0.1.6
6312026-04-19T06:04:29.176Z Downloaded xattr v1.6.1
6322026-04-19T06:04:29.176Z Downloaded progenitor-macro v0.10.0
6332026-04-19T06:04:29.176Z Downloaded usdt-impl v0.5.0
6342026-04-19T06:04:29.176Z Downloaded quinn v0.11.9
6352026-04-19T06:04:29.176Z Downloaded tokio-rustls v0.26.3
6362026-04-19T06:04:29.176Z Downloaded potential_utf v0.1.3
6372026-04-19T06:04:29.176Z Downloaded httparse v1.10.1
6382026-04-19T06:04:29.176Z Downloaded half v2.7.1
6392026-04-19T06:04:29.176Z Downloaded num-complex v0.4.6
6402026-04-19T06:04:29.176Z Downloaded usdt-impl v0.6.0
6412026-04-19T06:04:29.176Z Downloaded schemars v0.8.22
6422026-04-19T06:04:29.176Z Downloaded zone v0.3.1
6432026-04-19T06:04:29.176Z Downloaded zerofrom-derive v0.1.6
6442026-04-19T06:04:29.176Z Downloaded untrusted v0.9.0
6452026-04-19T06:04:29.176Z Downloaded zeroize_derive v1.4.3
6462026-04-19T06:04:29.176Z Downloaded aho-corasick v1.1.3
6472026-04-19T06:04:29.176Z Downloaded hashbrown v0.15.5
6482026-04-19T06:04:29.176Z Downloaded socket2 v0.5.10
6492026-04-19T06:04:29.176Z Downloaded toml v0.8.23
6502026-04-19T06:04:29.176Z Downloaded utf8_iter v1.0.4
6512026-04-19T06:04:29.176Z Downloaded tokio-stream v0.1.17
6522026-04-19T06:04:29.176Z Downloaded tracing-attributes v0.1.30
6532026-04-19T06:04:29.176Z Downloaded qorb v0.4.1
6542026-04-19T06:04:29.176Z Downloaded test-strategy v0.4.3
6552026-04-19T06:04:29.176Z Downloaded vsss-rs v3.3.4
6562026-04-19T06:04:29.176Z Downloaded snafu v0.8.9
6572026-04-19T06:04:29.176Z Downloaded rand v0.8.5
6582026-04-19T06:04:29.176Z Downloaded nom v7.1.3
6592026-04-19T06:04:29.176Z Downloaded zone_cfg_derive v0.3.1
6602026-04-19T06:04:29.176Z Downloaded tinyvec v1.10.0
6612026-04-19T06:04:29.177Z Downloaded whoami v1.6.1
6622026-04-19T06:04:29.177Z Downloaded writeable v0.6.1
6632026-04-19T06:04:29.177Z Downloaded textwrap v0.16.2
6642026-04-19T06:04:29.177Z Downloaded rustls-webpki v0.103.6
6652026-04-19T06:04:29.177Z Downloaded group v0.13.0
6662026-04-19T06:04:29.177Z Downloaded cancel-safe-futures v0.1.5
6672026-04-19T06:04:29.177Z Downloaded opaque-debug v0.3.1
6682026-04-19T06:04:29.177Z Downloaded cookie v0.18.1
6692026-04-19T06:04:29.177Z Downloaded colored v3.0.0
6702026-04-19T06:04:29.177Z Downloaded yoke v0.8.0
6712026-04-19T06:04:29.177Z Downloaded mio v1.0.4
6722026-04-19T06:04:29.177Z Downloaded walkdir v2.5.0
6732026-04-19T06:04:29.177Z Downloaded ucd-trie v0.1.7
6742026-04-19T06:04:29.177Z Downloaded libsw-core v0.3.2
6752026-04-19T06:04:29.177Z Downloaded libsw v3.5.0
6762026-04-19T06:04:29.177Z Downloaded schemars v1.2.0
6772026-04-19T06:04:29.177Z Downloaded zeroize v1.8.1
6782026-04-19T06:04:29.177Z Downloaded hashbrown v0.16.1
6792026-04-19T06:04:29.177Z Downloaded toml_parser v1.0.6+spec-1.1.0
6802026-04-19T06:04:29.177Z Downloaded toml v0.7.8
6812026-04-19T06:04:29.177Z Downloaded zerovec-derive v0.11.1
6822026-04-19T06:04:29.177Z Downloaded serde v1.0.228
6832026-04-19T06:04:29.177Z Downloaded toml v0.9.11+spec-1.1.0
6842026-04-19T06:04:29.177Z Downloaded h2 v0.4.12
6852026-04-19T06:04:29.177Z Downloaded unicode-ident v1.0.24
6862026-04-19T06:04:29.177Z Downloaded vergen v8.3.2
6872026-04-19T06:04:29.177Z Downloaded idna v1.1.0
6882026-04-19T06:04:29.177Z Downloaded tar v0.4.45
6892026-04-19T06:04:29.177Z Downloaded rand v0.9.2
6902026-04-19T06:04:29.177Z Downloaded tracing-core v0.1.34
6912026-04-19T06:04:29.177Z Downloaded itertools v0.12.1
6922026-04-19T06:04:29.177Z Downloaded uuid v1.20.0
6932026-04-19T06:04:29.177Z Downloaded zerocopy-derive v0.7.35
6942026-04-19T06:04:29.177Z Downloaded typify v0.6.1
6952026-04-19T06:04:29.177Z Downloaded hyper v1.8.1
6962026-04-19T06:04:29.177Z Downloaded schemars v0.9.0
6972026-04-19T06:04:29.177Z Downloaded ingot v0.1.1
6982026-04-19T06:04:29.177Z Downloaded num_enum_derive v0.5.11
6992026-04-19T06:04:29.177Z Downloaded num v0.4.3
7002026-04-19T06:04:29.178Z Downloaded newtype_derive v0.1.6
7012026-04-19T06:04:29.178Z Downloaded futures-channel v0.3.32
7022026-04-19T06:04:29.178Z Downloaded iri-string v0.7.8
7032026-04-19T06:04:29.178Z Downloaded steno v0.4.1
7042026-04-19T06:04:29.178Z Downloaded zmij v1.0.17
7052026-04-19T06:04:29.178Z Downloaded icu_properties_data v2.0.1
7062026-04-19T06:04:29.178Z Downloaded toml_edit v0.22.27
7072026-04-19T06:04:29.182Z Downloaded libm v0.2.15
7082026-04-19T06:04:29.182Z Downloaded data-encoding v2.9.0
7092026-04-19T06:04:29.182Z Downloaded clap_derive v4.6.0
7102026-04-19T06:04:29.182Z Downloaded byteorder v1.5.0
7112026-04-19T06:04:29.182Z Downloaded fs-err v3.1.2
7122026-04-19T06:04:29.182Z Downloaded typenum v1.18.0
7132026-04-19T06:04:29.182Z Downloaded typify v0.4.3
7142026-04-19T06:04:29.182Z Downloaded pest v2.8.2
7152026-04-19T06:04:29.182Z Downloaded futures-executor v0.3.32
7162026-04-19T06:04:29.182Z Downloaded foldhash v0.2.0
7172026-04-19T06:04:29.182Z Downloaded unsafe-libyaml v0.2.11
7182026-04-19T06:04:29.182Z Downloaded cmake v0.1.54
7192026-04-19T06:04:29.182Z Downloaded cstr-argument v0.1.2
7202026-04-19T06:04:29.182Z Downloaded cexpr v0.6.0
7212026-04-19T06:04:29.182Z Downloaded base16ct v0.2.0
7222026-04-19T06:04:29.182Z Downloaded match_cfg v0.1.0
7232026-04-19T06:04:29.182Z Downloaded lru-slab v0.1.2
7242026-04-19T06:04:29.182Z Downloaded bcs v0.1.6
7252026-04-19T06:04:29.182Z Downloaded backoff v0.4.0
7262026-04-19T06:04:29.182Z Downloaded cargo_metadata v0.18.1
7272026-04-19T06:04:29.182Z Downloaded iddqd v0.3.17
7282026-04-19T06:04:29.182Z Downloaded lazy_static v1.5.0
7292026-04-19T06:04:29.182Z Downloaded itertools v0.14.0
7302026-04-19T06:04:29.182Z Downloaded linked-hash-map v0.5.6
7312026-04-19T06:04:29.182Z Downloaded instant v0.1.13
7322026-04-19T06:04:29.182Z Downloaded inout v0.1.4
7332026-04-19T06:04:29.182Z Downloaded bitflags v2.9.4
7342026-04-19T06:04:29.182Z Downloaded goblin v0.8.2
7352026-04-19T06:04:29.182Z Downloaded futures-util v0.3.32
7362026-04-19T06:04:29.182Z Downloaded tracing v0.1.41
7372026-04-19T06:04:29.182Z Downloaded hkdf v0.12.4
7382026-04-19T06:04:29.182Z Downloaded anstyle v1.0.14
7392026-04-19T06:04:29.182Z Downloaded digest v0.10.7
7402026-04-19T06:04:29.182Z Downloaded critical-section v1.2.0
7412026-04-19T06:04:29.182Z Downloaded chacha20 v0.9.1
7422026-04-19T06:04:29.183Z Downloaded cfg_aliases v0.2.1
7432026-04-19T06:04:29.183Z Downloaded idna_adapter v1.2.1
7442026-04-19T06:04:29.183Z Downloaded futures-io v0.3.32
7452026-04-19T06:04:29.183Z Downloaded generic-array v0.14.7
7462026-04-19T06:04:29.183Z Downloaded zerocopy-derive v0.8.27
7472026-04-19T06:04:29.183Z Downloaded zerotrie v0.2.2
7482026-04-19T06:04:29.183Z Downloaded toml_edit v0.19.15
7492026-04-19T06:04:29.183Z Downloaded url v2.5.7
7502026-04-19T06:04:29.183Z Downloaded defmt v0.3.100
7512026-04-19T06:04:29.183Z Downloaded convert_case v0.4.0
7522026-04-19T06:04:29.183Z Downloaded futures-sink v0.3.32
7532026-04-19T06:04:29.183Z Downloaded crc8 v0.1.1
7542026-04-19T06:04:29.183Z Downloaded clap_lex v1.1.0
7552026-04-19T06:04:29.183Z Downloaded foreign-types-shared v0.3.1
7562026-04-19T06:04:29.183Z Downloaded crypto-common v0.1.6
7572026-04-19T06:04:29.183Z Downloaded foreign-types-macros v0.2.3
7582026-04-19T06:04:29.183Z Downloaded dtrace-parser v0.3.0
7592026-04-19T06:04:29.183Z Downloaded block-buffer v0.10.4
7602026-04-19T06:04:29.183Z Downloaded hostname v0.4.2
7612026-04-19T06:04:29.183Z Downloaded foreign-types v0.5.0
7622026-04-19T06:04:29.183Z Downloaded foreign-types v0.3.2
7632026-04-19T06:04:29.183Z Downloaded clap v4.6.0
7642026-04-19T06:04:29.183Z Downloaded unicode-segmentation v1.12.0
7652026-04-19T06:04:29.183Z Downloaded clap_builder v4.6.0
7662026-04-19T06:04:29.183Z Downloaded cipher v0.4.4
7672026-04-19T06:04:29.183Z Downloaded atomic-waker v1.1.2
7682026-04-19T06:04:29.183Z Downloaded dtrace-parser v0.2.0
7692026-04-19T06:04:29.183Z Downloaded find-msvc-tools v0.1.9
7702026-04-19T06:04:29.183Z Downloaded atomicwrites v0.4.4
7712026-04-19T06:04:29.183Z Downloaded bit-set v0.8.0
7722026-04-19T06:04:29.183Z Downloaded getrandom v0.3.3
7732026-04-19T06:04:29.183Z Downloaded tower v0.5.2
7742026-04-19T06:04:29.183Z Downloaded reqwest v0.13.2
7752026-04-19T06:04:29.183Z Downloaded filetime v0.2.26
7762026-04-19T06:04:29.183Z Downloaded argon2 v0.5.3
7772026-04-19T06:04:29.183Z Downloaded typed-path v0.9.3
7782026-04-19T06:04:29.183Z Downloaded tokio-util v0.7.16
7792026-04-19T06:04:29.183Z Downloaded dof v0.4.0
7802026-04-19T06:04:29.183Z Downloaded dof v0.3.0
7812026-04-19T06:04:29.184Z Downloaded async-recursion v1.1.1
7822026-04-19T06:04:29.184Z Downloaded arrayvec v0.7.6
7832026-04-19T06:04:29.184Z Downloaded aead v0.5.2
7842026-04-19T06:04:29.184Z Downloaded dropshot_endpoint v0.16.7
7852026-04-19T06:04:29.184Z Downloaded dunce v1.0.5
7862026-04-19T06:04:29.184Z Downloaded display-error-chain v0.2.2
7872026-04-19T06:04:29.184Z Downloaded darling_core v0.21.3
7882026-04-19T06:04:29.184Z Downloaded tough v0.20.0
7892026-04-19T06:04:29.184Z Downloaded unicode-normalization v0.1.24
7902026-04-19T06:04:29.184Z Downloaded const_format v0.2.34
7912026-04-19T06:04:29.184Z Downloaded git2 v0.19.0
7922026-04-19T06:04:29.184Z Downloaded bindgen v0.72.1
7932026-04-19T06:04:29.184Z Downloaded tower-http v0.6.8
7942026-04-19T06:04:29.184Z Downloaded async-stream v0.3.6
7952026-04-19T06:04:29.184Z Downloaded fixedbitset v0.4.2
7962026-04-19T06:04:29.184Z Downloaded fastrand v2.3.0
7972026-04-19T06:04:29.184Z Downloaded dropshot-api-manager-types v0.5.2
7982026-04-19T06:04:29.184Z Downloaded serde_json v1.0.149
7992026-04-19T06:04:29.184Z Downloaded regex v1.12.3
8002026-04-19T06:04:29.184Z Downloaded goblin v0.10.1
8012026-04-19T06:04:29.184Z Downloaded equivalent v1.0.2
8022026-04-19T06:04:29.184Z Downloaded reqwest v0.12.23
8032026-04-19T06:04:29.184Z Downloaded either v1.15.0
8042026-04-19T06:04:29.184Z Downloaded dyn-clone v1.0.20
8052026-04-19T06:04:29.184Z Downloaded portable-atomic v1.11.1
8062026-04-19T06:04:29.184Z Downloaded derive-ex v0.1.8
8072026-04-19T06:04:29.188Z Downloaded cc v1.2.58
8082026-04-19T06:04:29.188Z Downloaded aws-lc-rs v1.16.2
8092026-04-19T06:04:29.188Z Downloaded blake3 v1.8.2
8102026-04-19T06:04:29.188Z Downloaded zerocopy v0.7.35
8112026-04-19T06:04:29.188Z Downloaded quinn-proto v0.11.14
8122026-04-19T06:04:29.188Z Downloaded proptest v1.8.0
8132026-04-19T06:04:29.188Z Downloaded chrono v0.4.44
8142026-04-19T06:04:29.188Z Downloaded serde_with v3.14.1
8152026-04-19T06:04:29.188Z Downloaded syn v1.0.109
8162026-04-19T06:04:29.188Z Downloaded zerovec v0.11.4
8172026-04-19T06:04:29.188Z Downloaded dropshot v0.16.7
8182026-04-19T06:04:29.188Z Downloaded winnow v0.5.40
8192026-04-19T06:04:29.188Z Downloaded rustls-webpki v0.102.8
8202026-04-19T06:04:29.188Z Downloaded vcpkg v0.2.15
8212026-04-19T06:04:29.188Z Downloaded webpki-roots v1.0.2
8222026-04-19T06:04:29.188Z Downloaded nix v0.30.1
8232026-04-19T06:04:29.188Z Downloaded winnow v0.7.14
8242026-04-19T06:04:29.188Z Downloaded hickory-proto v0.24.4
8252026-04-19T06:04:29.188Z Downloaded zerocopy v0.8.27
8262026-04-19T06:04:29.188Z Downloaded regress v0.10.5
8272026-04-19T06:04:29.188Z Downloaded hickory-proto v0.25.2
8282026-04-19T06:04:29.188Z Downloaded curve25519-dalek v4.1.3
8292026-04-19T06:04:29.188Z Downloaded tabled v0.20.0
8302026-04-19T06:04:29.188Z Downloaded time v0.3.47
8312026-04-19T06:04:29.188Z Downloaded openssl v0.10.76
8322026-04-19T06:04:29.188Z Downloaded rustix v1.1.2
8332026-04-19T06:04:29.188Z Downloaded bstr v1.12.0
8342026-04-19T06:04:29.188Z Downloaded unicode-width v0.2.1
8352026-04-19T06:04:29.188Z Downloaded syn v2.0.117
8362026-04-19T06:04:29.188Z Downloaded smoltcp v0.11.0
8372026-04-19T06:04:29.188Z Downloaded unicode-width v0.1.14
8382026-04-19T06:04:29.188Z Downloaded typify-impl v0.6.1
8392026-04-19T06:04:29.188Z Downloaded rustls v0.22.4
8402026-04-19T06:04:29.188Z Downloaded moka v0.12.11
8412026-04-19T06:04:29.188Z Downloaded tabled v0.15.0
8422026-04-19T06:04:29.188Z Downloaded rayon v1.11.0
8432026-04-19T06:04:29.189Z Downloaded openapiv3 v2.2.0
8442026-04-19T06:04:29.189Z Downloaded jiff v0.2.15
8452026-04-19T06:04:29.189Z Downloaded rustls v0.23.32
8462026-04-19T06:04:29.189Z Downloaded rustix v0.38.44
8472026-04-19T06:04:29.189Z Downloaded regex-syntax v0.8.6
8482026-04-19T06:04:29.189Z Downloaded encoding_rs v0.8.35
8492026-04-19T06:04:29.189Z Downloaded typify-impl v0.4.3
8502026-04-19T06:04:29.189Z Downloaded ring v0.17.14
8512026-04-19T06:04:29.189Z Downloaded regex-automata v0.4.13
8522026-04-19T06:04:29.189Z Downloaded petgraph v0.6.5
8532026-04-19T06:04:29.189Z Downloaded chrono-tz v0.10.4
8542026-04-19T06:04:29.205Z Downloaded petgraph v0.8.2
8552026-04-19T06:04:29.216Z Downloaded libc v0.2.183
8562026-04-19T06:04:29.234Z Downloaded csv v1.3.1
8572026-04-19T06:04:29.244Z Downloaded libz-sys v1.1.22
8582026-04-19T06:04:29.255Z Downloaded sha3 v0.10.8
8592026-04-19T06:04:29.266Z Downloaded tokio v1.49.0
8602026-04-19T06:04:29.423Z Downloaded curl-sys v0.4.83+curl-8.15.0
8612026-04-19T06:04:29.454Z Downloaded libgit2-sys v0.17.0+1.8.1
8622026-04-19T06:04:29.935Z Downloaded aws-lc-sys v0.39.1
8632026-04-19T06:04:30.254Z Compiling proc-macro2 v1.0.106
8642026-04-19T06:04:30.254Z Compiling quote v1.0.45
8652026-04-19T06:04:30.257Z Compiling unicode-ident v1.0.24
8662026-04-19T06:04:30.257Z Compiling serde_core v1.0.228
8672026-04-19T06:04:30.257Z Compiling serde v1.0.228
8682026-04-19T06:04:30.257Z Compiling libc v0.2.183
8692026-04-19T06:04:30.257Z Checking cfg-if v1.0.3
8702026-04-19T06:04:30.552Z Compiling zmij v1.0.17
8712026-04-19T06:04:30.575Z Compiling autocfg v1.5.0
8722026-04-19T06:04:30.973Z Compiling memchr v2.7.5
8732026-04-19T06:04:30.989Z Compiling getrandom v0.3.3
8742026-04-19T06:04:31.018Z Compiling libm v0.2.15
8752026-04-19T06:04:31.426Z Checking smallvec v1.15.1
8762026-04-19T06:04:31.454Z Compiling shlex v1.3.0
8772026-04-19T06:04:31.473Z Checking itoa v1.0.15
8782026-04-19T06:04:31.567Z Compiling jobserver v0.1.34
8792026-04-19T06:04:31.612Z Compiling find-msvc-tools v0.1.9
8802026-04-19T06:04:31.636Z Compiling version_check v0.9.5
8812026-04-19T06:04:31.749Z Compiling thiserror v2.0.18
8822026-04-19T06:04:31.770Z Compiling icu_normalizer_data v2.0.0
8832026-04-19T06:04:31.845Z Compiling syn v2.0.117
8842026-04-19T06:04:31.861Z Compiling cc v1.2.58
8852026-04-19T06:04:31.895Z Compiling icu_properties_data v2.0.1
8862026-04-19T06:04:32.036Z Compiling parking_lot_core v0.9.12
8872026-04-19T06:04:32.083Z Checking stable_deref_trait v1.2.0
8882026-04-19T06:04:32.162Z Compiling serde_json v1.0.149
8892026-04-19T06:04:32.384Z Compiling heck v0.5.0
8902026-04-19T06:04:32.570Z Checking writeable v0.6.1
8912026-04-19T06:04:32.601Z Checking litemap v0.8.0
8922026-04-19T06:04:32.604Z Compiling num-traits v0.2.19
8932026-04-19T06:04:32.604Z Checking percent-encoding v2.3.2
8942026-04-19T06:04:32.930Z Checking form_urlencoded v1.2.2
8952026-04-19T06:04:32.956Z Checking utf8_iter v1.0.4
8962026-04-19T06:04:33.026Z Compiling zerocopy v0.8.27
8972026-04-19T06:04:33.061Z Checking pin-project-lite v0.2.16
8982026-04-19T06:04:33.080Z Compiling log v0.4.29
8992026-04-19T06:04:33.149Z Checking iana-time-zone v0.1.64
9002026-04-19T06:04:33.165Z Compiling rustversion v1.0.22
9012026-04-19T06:04:33.194Z Compiling allocator-api2 v0.2.21
9022026-04-19T06:04:33.255Z Compiling foldhash v0.2.0
9032026-04-19T06:04:33.271Z Compiling equivalent v1.0.2
9042026-04-19T06:04:33.359Z Compiling semver v1.0.27
9052026-04-19T06:04:33.446Z Checking socket2 v0.6.0
9062026-04-19T06:04:33.463Z Compiling hashbrown v0.16.1
9072026-04-19T06:04:33.505Z Checking uuid v1.20.0
9082026-04-19T06:04:33.649Z Checking scopeguard v1.2.0
9092026-04-19T06:04:33.752Z Checking lock_api v0.4.14
9102026-04-19T06:04:33.785Z Checking signal-hook-registry v1.4.6
9112026-04-19T06:04:33.879Z Checking getrandom v0.2.16
9122026-04-19T06:04:33.896Z Checking mio v1.0.4
9132026-04-19T06:04:33.933Z Compiling schemars v0.8.22
9142026-04-19T06:04:33.950Z Checking parking_lot v0.12.5
9152026-04-19T06:04:33.989Z Compiling portable-atomic v1.11.1
9162026-04-19T06:04:34.012Z Checking dyn-clone v1.0.20
9172026-04-19T06:04:34.168Z Checking critical-section v1.2.0
9182026-04-19T06:04:34.279Z Checking futures-core v0.3.32
9192026-04-19T06:04:34.296Z Compiling ring v0.17.14
9202026-04-19T06:04:34.299Z Compiling typenum v1.18.0
9212026-04-19T06:04:34.414Z Compiling indexmap v2.13.0
9222026-04-19T06:04:34.548Z Compiling thiserror v1.0.69
9232026-04-19T06:04:34.673Z Compiling synstructure v0.13.2
9242026-04-19T06:04:34.813Z Compiling serde_derive_internals v0.29.1
9252026-04-19T06:04:34.881Z Checking once_cell v1.21.3
9262026-04-19T06:04:35.201Z Compiling regex-syntax v0.8.6
9272026-04-19T06:04:35.287Z Compiling httparse v1.10.1
9282026-04-19T06:04:35.482Z Compiling rustix v1.1.2
9292026-04-19T06:04:35.536Z Checking futures-sink v0.3.32
9302026-04-19T06:04:35.577Z Compiling aho-corasick v1.1.3
9312026-04-19T06:04:35.646Z Checking slab v0.4.11
9322026-04-19T06:04:35.673Z Checking subtle v2.6.1
9332026-04-19T06:04:35.690Z Compiling ucd-trie v0.1.7
9342026-04-19T06:04:35.802Z Compiling anyhow v1.0.102
9352026-04-19T06:04:35.821Z Checking futures-channel v0.3.32
9362026-04-19T06:04:35.888Z Compiling serde_derive v1.0.228
9372026-04-19T06:04:35.911Z Compiling zerofrom-derive v0.1.6
9382026-04-19T06:04:36.005Z Compiling yoke-derive v0.8.0
9392026-04-19T06:04:36.045Z Compiling zerovec-derive v0.11.1
9402026-04-19T06:04:36.112Z Compiling displaydoc v0.2.5
9412026-04-19T06:04:36.838Z Compiling thiserror-impl v2.0.18
9422026-04-19T06:04:36.983Z Compiling schemars_derive v0.8.22
9432026-04-19T06:04:37.002Z Compiling tokio-macros v2.6.0
9442026-04-19T06:04:37.091Z Checking zerofrom v0.1.6
9452026-04-19T06:04:37.107Z Compiling zerocopy-derive v0.8.27
9462026-04-19T06:04:37.211Z Checking yoke v0.8.0
9472026-04-19T06:04:37.260Z Compiling futures-macro v0.3.32
9482026-04-19T06:04:37.378Z Checking zerovec v0.11.4
9492026-04-19T06:04:37.712Z Checking zerotrie v0.2.2
9502026-04-19T06:04:37.953Z Compiling zeroize_derive v1.4.3
9512026-04-19T06:04:38.097Z Checking tinystr v0.8.1
9522026-04-19T06:04:38.139Z Checking potential_utf v0.1.3
9532026-04-19T06:04:38.142Z Compiling thiserror-impl v1.0.69
9542026-04-19T06:04:38.173Z Compiling regex-automata v0.4.13
9552026-04-19T06:04:38.266Z Checking icu_collections v2.0.0
9562026-04-19T06:04:38.270Z Checking icu_locale_core v2.0.0
9572026-04-19T06:04:38.605Z Checking zeroize v1.8.1
9582026-04-19T06:04:38.727Z Checking icu_provider v2.0.0
9592026-04-19T06:04:38.754Z Compiling pest v2.8.2
9602026-04-19T06:04:38.876Z Checking bytes v1.11.1
9612026-04-19T06:04:38.960Z Checking icu_properties v2.0.1
9622026-04-19T06:04:39.024Z Checking icu_normalizer v2.0.0
9632026-04-19T06:04:39.275Z Checking chrono v0.4.44
9642026-04-19T06:04:39.306Z Compiling serde_tokenstream v0.2.3
9652026-04-19T06:04:39.325Z Checking tokio v1.49.0
9662026-04-19T06:04:39.582Z Checking bitflags v2.9.4
9672026-04-19T06:04:39.752Z Checking idna_adapter v1.2.1
9682026-04-19T06:04:39.786Z Compiling regex v1.12.3
9692026-04-19T06:04:39.893Z Checking idna v1.1.0
9702026-04-19T06:04:39.962Z Checking rand_core v0.6.4
9712026-04-19T06:04:40.113Z Compiling pest_meta v2.8.2
9722026-04-19T06:04:40.130Z Checking url v2.5.7
9732026-04-19T06:04:40.146Z Checking futures-task v0.3.32
9742026-04-19T06:04:40.247Z Checking futures-io v0.3.32
9752026-04-19T06:04:40.303Z Compiling pkg-config v0.3.32
9762026-04-19T06:04:40.362Z Checking futures-util v0.3.32
9772026-04-19T06:04:40.577Z Compiling tracing-attributes v0.1.30
9782026-04-19T06:04:40.769Z Compiling pest_generator v2.8.2
9792026-04-19T06:04:40.916Z Checking tracing-core v0.1.34
9802026-04-19T06:04:41.208Z Compiling generic-array v0.14.7
9812026-04-19T06:04:41.230Z Compiling vcpkg v0.2.15
9822026-04-19T06:04:41.438Z Compiling fnv v1.0.7
9832026-04-19T06:04:41.482Z Compiling pest_derive v2.8.2
9842026-04-19T06:04:41.664Z Compiling http v1.4.0
9852026-04-19T06:04:41.817Z Checking tracing v0.1.41
9862026-04-19T06:04:41.992Z Compiling regress v0.10.5
9872026-04-19T06:04:41.995Z Compiling byteorder v1.5.0
9882026-04-19T06:04:42.032Z Compiling num-conv v0.2.1
9892026-04-19T06:04:42.186Z Compiling time-core v0.1.8
9902026-04-19T06:04:42.303Z Checking errno v0.3.14
9912026-04-19T06:04:42.334Z Compiling time-macros v0.2.27
9922026-04-19T06:04:42.420Z Checking base64 v0.22.1
9932026-04-19T06:04:42.470Z Checking ipnet v2.11.0
9942026-04-19T06:04:42.506Z Checking tokio-util v0.7.16
9952026-04-19T06:04:42.688Z Compiling scroll_derive v0.13.1
9962026-04-19T06:04:42.774Z Checking crypto-common v0.1.6
9972026-04-19T06:04:42.897Z Compiling camino v1.2.2
9982026-04-19T06:04:43.191Z Checking http-body v1.0.1
9992026-04-19T06:04:43.274Z Checking ppv-lite86 v0.2.21
10002026-04-19T06:04:43.339Z Compiling syn v1.0.109
10012026-04-19T06:04:43.424Z Checking atomic-waker v1.1.2
10022026-04-19T06:04:43.467Z Compiling crossbeam-utils v0.8.21
10032026-04-19T06:04:43.526Z Compiling slog v2.8.2
10042026-04-19T06:04:43.563Z Checking try-lock v0.2.5
10052026-04-19T06:04:43.668Z Checking tower-layer v0.3.3
10062026-04-19T06:04:43.702Z Checking tower-service v0.3.3
10072026-04-19T06:04:43.705Z Compiling paste v1.0.15
10082026-04-19T06:04:43.785Z Checking want v0.3.1
10092026-04-19T06:04:43.803Z Checking h2 v0.4.12
10102026-04-19T06:04:43.832Z Checking ipnetwork v0.21.1
10112026-04-19T06:04:43.835Z Checking erased-serde v0.3.31
10122026-04-19T06:04:43.903Z Checking rustls-pki-types v1.12.0
10132026-04-19T06:04:44.041Z Checking ryu v1.0.20
10142026-04-19T06:04:44.066Z Checking pretty-hex v0.4.1
10152026-04-19T06:04:44.093Z Checking pin-utils v0.1.0
10162026-04-19T06:04:44.165Z Checking httpdate v1.0.3
10172026-04-19T06:04:44.184Z Compiling async-trait v0.1.89
10182026-04-19T06:04:44.307Z Checking socket2 v0.5.10
10192026-04-19T06:04:44.342Z Checking untrusted v0.9.0
10202026-04-19T06:04:44.527Z Compiling scroll v0.13.0
10212026-04-19T06:04:44.543Z Compiling openssl-sys v0.9.112
10222026-04-19T06:04:44.579Z Compiling usdt-impl v0.6.0
10232026-04-19T06:04:44.676Z Compiling strsim v0.11.1
10242026-04-19T06:04:44.786Z Compiling plain v0.2.3
10252026-04-19T06:04:44.896Z Compiling goblin v0.10.1
10262026-04-19T06:04:44.957Z Checking http-body-util v0.1.3
10272026-04-19T06:04:44.977Z Checking block-buffer v0.10.4
10282026-04-19T06:04:45.111Z Compiling openapiv3 v2.2.0
10292026-04-19T06:04:45.159Z Checking rand_core v0.9.3
10302026-04-19T06:04:45.351Z Compiling slog-async v2.8.0
10312026-04-19T06:04:45.508Z Checking digest v0.10.7
10322026-04-19T06:04:45.658Z Checking hyper v1.8.1
10332026-04-19T06:04:45.693Z Checking serde_urlencoded v0.7.1
10342026-04-19T06:04:45.710Z Checking oxnet v0.1.4
10352026-04-19T06:04:45.903Z Compiling typify-impl v0.4.3
10362026-04-19T06:04:45.947Z Compiling dtrace-parser v0.3.0
10372026-04-19T06:04:46.530Z Compiling cmake v0.1.54
10382026-04-19T06:04:46.547Z Compiling thread-id v5.0.0
10392026-04-19T06:04:46.550Z Checking hyper-util v0.1.19
10402026-04-19T06:04:46.578Z Compiling fs_extra v1.3.0
10412026-04-19T06:04:46.630Z Compiling ident_case v1.0.1
10422026-04-19T06:04:46.664Z Compiling omicron-workspace-hack v0.1.0
10432026-04-19T06:04:46.753Z Compiling dunce v1.0.5
10442026-04-19T06:04:46.833Z Compiling darling_core v0.21.3
10452026-04-19T06:04:46.854Z Checking rand_chacha v0.9.0
10462026-04-19T06:04:46.870Z Compiling aws-lc-sys v0.39.1
10472026-04-19T06:04:46.908Z Compiling daft-derive v0.1.4
10482026-04-19T06:04:47.037Z Checking rand v0.9.2
10492026-04-19T06:04:47.502Z Compiling unsafe-libyaml v0.2.11
10502026-04-19T06:04:47.620Z Compiling dof v0.4.0
10512026-04-19T06:04:47.638Z Checking powerfmt v0.2.0
10522026-04-19T06:04:47.789Z Checking deranged v0.5.3
10532026-04-19T06:04:47.896Z Checking sync_wrapper v1.0.2
10542026-04-19T06:04:48.376Z Compiling serde_yaml v0.9.34+deprecated
10552026-04-19T06:04:48.618Z Compiling rustls v0.22.4
10562026-04-19T06:04:48.646Z Compiling aws-lc-rs v1.16.2
10572026-04-19T06:04:48.663Z Compiling usdt-macro v0.6.0
10582026-04-19T06:04:48.767Z Compiling usdt-attr-macro v0.6.0
10592026-04-19T06:04:48.911Z Compiling darling_macro v0.21.3
10602026-04-19T06:04:48.944Z Checking num_threads v0.1.7
10612026-04-19T06:04:49.030Z Checking cpufeatures v0.2.17
10622026-04-19T06:04:49.118Z Checking time v0.3.47
10632026-04-19T06:04:49.257Z Compiling typify-macro v0.4.3
10642026-04-19T06:04:49.440Z Checking tower v0.5.2
10652026-04-19T06:04:49.456Z Compiling darling v0.21.3
10662026-04-19T06:04:49.611Z Compiling structmeta-derive v0.3.0
10672026-04-19T06:04:49.815Z Checking encoding_rs v0.8.35
10682026-04-19T06:04:50.051Z Checking mime v0.3.17
10692026-04-19T06:04:50.230Z Checking iri-string v0.7.8
10702026-04-19T06:04:50.266Z Checking crossbeam-channel v0.5.15
10712026-04-19T06:04:50.510Z Checking futures-executor v0.3.32
10722026-04-19T06:04:50.588Z Compiling multer v3.1.0
10732026-04-19T06:04:50.653Z Checking hex v0.4.3
10742026-04-19T06:04:50.670Z Compiling structmeta v0.3.0
10752026-04-19T06:04:50.771Z Compiling typify v0.4.3
10762026-04-19T06:04:50.790Z Checking fastrand v2.3.0
10772026-04-19T06:04:50.806Z Checking unicode-width v0.2.1
10782026-04-19T06:04:50.858Z Checking untrusted v0.7.1
10792026-04-19T06:04:50.874Z Checking foreign-types-shared v0.1.1
10802026-04-19T06:04:50.877Z Compiling openssl v0.10.76
10812026-04-19T06:04:50.952Z Checking futures v0.3.32
10822026-04-19T06:04:50.968Z Checking foreign-types v0.3.2
10832026-04-19T06:04:50.972Z Checking tempfile v3.23.0
10842026-04-19T06:04:51.027Z Compiling async-stream-impl v0.3.6
10852026-04-19T06:04:51.045Z Compiling strum_macros v0.26.4
10862026-04-19T06:04:51.059Z Compiling openssl-macros v0.1.1
10872026-04-19T06:04:51.177Z Checking thread_local v1.1.9
10882026-04-19T06:04:51.252Z Checking tower-http v0.6.8
10892026-04-19T06:04:51.335Z Checking openssl-probe v0.1.6
10902026-04-19T06:04:51.356Z Compiling rustls v0.23.32
10912026-04-19T06:04:51.437Z Compiling native-tls v0.2.14
10922026-04-19T06:04:51.695Z Compiling newtype-uuid-macros v0.1.0
10932026-04-19T06:04:51.711Z Compiling dropshot v0.16.7
10942026-04-19T06:04:51.829Z Checking memmap2 v0.9.8
10952026-04-19T06:04:51.859Z Checking is-terminal v0.4.16
10962026-04-19T06:04:51.931Z Checking term v1.2.0
10972026-04-19T06:04:51.947Z Checking winnow v0.7.14
10982026-04-19T06:04:51.984Z Checking match_cfg v0.1.0
10992026-04-19T06:04:52.055Z Checking take_mut v0.2.2
11002026-04-19T06:04:52.145Z Compiling ref-cast v1.0.25
11012026-04-19T06:04:52.329Z Checking slog-term v2.9.2
11022026-04-19T06:04:52.446Z Checking hostname v0.3.1
11032026-04-19T06:04:52.546Z Checking slog-json v2.6.1
11042026-04-19T06:04:52.563Z Compiling dropshot_endpoint v0.16.7
11052026-04-19T06:04:52.584Z Compiling ref-cast-impl v1.0.25
11062026-04-19T06:04:52.609Z Compiling derive-ex v0.1.8
11072026-04-19T06:04:52.688Z Checking slog-bunyan v2.5.0
11082026-04-19T06:04:53.026Z Checking webpki-roots v1.0.2
11092026-04-19T06:04:53.074Z Compiling strum_macros v0.27.2
11102026-04-19T06:04:53.324Z Compiling progenitor-impl v0.11.1
11112026-04-19T06:04:53.439Z Checking newtype-uuid v1.3.2
11122026-04-19T06:04:53.620Z Compiling either v1.15.0
11132026-04-19T06:04:53.703Z Checking tokio-native-tls v0.3.1
11142026-04-19T06:04:53.855Z Checking hyper-tls v0.6.0
11152026-04-19T06:04:54.011Z Checking daft v0.1.4
11162026-04-19T06:04:54.028Z Compiling serde_with_macros v3.14.1
11172026-04-19T06:04:54.126Z Compiling test-strategy v0.4.3
11182026-04-19T06:04:54.378Z Checking rustls-webpki v0.102.8
11192026-04-19T06:04:54.532Z Checking debug-ignore v1.0.5
11202026-04-19T06:04:54.634Z Checking toml_parser v1.0.6+spec-1.1.0
11212026-04-19T06:04:54.959Z Compiling parse-display-derive v0.10.0
11222026-04-19T06:04:55.227Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-04-19T06:04:55.375Z Compiling progenitor-macro v0.11.1
11242026-04-19T06:04:55.519Z Checking toml_datetime v0.7.5+spec-1.1.0
11252026-04-19T06:04:55.549Z Checking usdt v0.6.0
11262026-04-19T06:04:55.676Z Checking serde_spanned v1.0.4
11272026-04-19T06:04:55.709Z Checking spin v0.9.8
11282026-04-19T06:04:55.725Z Checking toml_writer v1.0.6+spec-1.1.0
11292026-04-19T06:04:55.906Z Checking toml v0.9.11+spec-1.1.0
11302026-04-19T06:04:56.039Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-04-19T06:04:56.077Z Checking strum v0.26.3
11322026-04-19T06:04:56.188Z Checking async-stream v0.3.6
11332026-04-19T06:04:56.208Z Checking tokio-rustls v0.25.0
11342026-04-19T06:04:56.316Z Checking sha1 v0.10.6
11352026-04-19T06:04:56.348Z Checking rustls-pemfile v2.2.0
11362026-04-19T06:04:56.400Z Checking rand_chacha v0.3.1
11372026-04-19T06:04:56.467Z Checking waitgroup v0.1.2
11382026-04-19T06:04:56.484Z Compiling toml_datetime v0.6.11
11392026-04-19T06:04:56.500Z Checking macaddr v1.0.1
11402026-04-19T06:04:56.515Z Checking serde_path_to_error v0.1.20
11412026-04-19T06:04:56.565Z Checking hostname v0.4.2
11422026-04-19T06:04:56.594Z Checking wait-timeout v0.2.1
11432026-04-19T06:04:56.632Z Checking bit-vec v0.8.0
11442026-04-19T06:04:56.661Z Checking quick-error v1.2.3
11452026-04-19T06:04:56.712Z Checking lazy_static v1.5.0
11462026-04-19T06:04:56.729Z Checking rand v0.8.5
11472026-04-19T06:04:56.761Z Checking rusty-fork v0.3.0
11482026-04-19T06:04:56.808Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11492026-04-19T06:04:56.823Z Checking bit-set v0.8.0
11502026-04-19T06:04:56.963Z Checking tabwriter v1.4.1
11512026-04-19T06:04:57.011Z Checking rand_xorshift v0.4.0
11522026-04-19T06:04:57.129Z Compiling clap_derive v4.6.0
11532026-04-19T06:04:57.207Z Checking unarray v0.1.4
11542026-04-19T06:04:57.228Z Checking utf8parse v0.2.2
11552026-04-19T06:04:57.310Z Checking colored v3.0.0
11562026-04-19T06:04:57.331Z Checking anstyle-parse v1.0.0
11572026-04-19T06:04:57.347Z Checking proptest v1.8.0
11582026-04-19T06:04:57.483Z Checking strum v0.27.2
11592026-04-19T06:04:57.595Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-04-19T06:04:57.598Z Checking terminal_size v0.4.3
11612026-04-19T06:04:58.010Z Checking is_terminal_polyfill v1.70.1
11622026-04-19T06:04:58.027Z Checking anstyle-query v1.1.4
11632026-04-19T06:04:58.100Z Checking colorchoice v1.0.4
11642026-04-19T06:04:58.119Z Checking anstyle v1.0.14
11652026-04-19T06:04:58.297Z Checking anstream v1.0.0
11662026-04-19T06:04:58.402Z Checking itertools v0.14.0
11672026-04-19T06:04:58.555Z Checking clap_lex v1.1.0
11682026-04-19T06:04:58.906Z Checking clap_builder v4.6.0
11692026-04-19T06:04:58.958Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11702026-04-19T06:04:59.495Z Checking serde_with v3.14.1
11712026-04-19T06:05:00.098Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11722026-04-19T06:05:00.178Z Checking clap v4.6.0
11732026-04-19T06:05:00.266Z Checking instant v0.1.13
11742026-04-19T06:05:00.352Z Checking rustc-hash v2.1.1
11752026-04-19T06:05:00.466Z Checking iddqd v0.3.17
11762026-04-19T06:05:00.483Z Checking backoff v0.4.0
11772026-04-19T06:05:00.655Z Checking parse-display v0.10.0
11782026-04-19T06:05:00.798Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11792026-04-19T06:05:00.801Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11802026-04-19T06:05:02.676Z Compiling rustls-webpki v0.103.6
11812026-04-19T06:05:03.070Z Compiling prettyplease v0.2.37
11822026-04-19T06:05:05.516Z Checking serde_spanned v0.6.9
11832026-04-19T06:05:05.647Z Compiling memoffset v0.9.1
11842026-04-19T06:05:05.865Z Compiling cfg_aliases v0.2.1
11852026-04-19T06:05:05.943Z Compiling tokio-rustls v0.26.3
11862026-04-19T06:05:05.978Z Compiling nix v0.30.1
11872026-04-19T06:05:06.645Z Compiling hyper-rustls v0.27.7
11882026-04-19T06:05:06.892Z Compiling reqwest v0.12.23
11892026-04-19T06:05:07.667Z Checking crossbeam-epoch v0.9.18
11902026-04-19T06:05:08.056Z Compiling progenitor-client v0.11.1
11912026-04-19T06:05:08.286Z Compiling winnow v0.5.40
11922026-04-19T06:05:09.188Z Compiling progenitor v0.11.1
11932026-04-19T06:05:09.584Z Compiling toml_edit v0.19.15
11942026-04-19T06:05:10.259Z Compiling num-integer v0.1.46
11952026-04-19T06:05:10.745Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11962026-04-19T06:05:10.769Z Compiling proc-macro-crate v1.3.1
11972026-04-19T06:05:10.813Z Compiling progenitor-client v0.10.0
11982026-04-19T06:05:11.823Z Compiling hubpack_derive v0.1.1
11992026-04-19T06:05:12.005Z Compiling rayon-core v1.13.0
12002026-04-19T06:05:12.308Z Checking toml_write v0.1.2
12012026-04-19T06:05:12.324Z Checking hubpack v0.1.2
12022026-04-19T06:05:12.362Z Checking num-rational v0.4.2
12032026-04-19T06:05:12.474Z Checking toml_edit v0.22.27
12042026-04-19T06:05:12.491Z Checking num-iter v0.1.45
12052026-04-19T06:05:12.785Z Compiling zerocopy-derive v0.7.35
12062026-04-19T06:05:12.884Z Compiling num-complex v0.4.6
12072026-04-19T06:05:13.111Z Checking static_assertions v1.1.0
12082026-04-19T06:05:13.257Z Checking num v0.4.3
12092026-04-19T06:05:13.431Z Checking crossbeam-deque v0.8.6
12102026-04-19T06:05:13.532Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12112026-04-19T06:05:13.608Z Checking toml v0.8.23
12122026-04-19T06:05:13.611Z Checking float-ord v0.3.2
12132026-04-19T06:05:13.728Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12142026-04-19T06:05:13.993Z Compiling proc-macro-error-attr v1.0.4
12152026-04-19T06:05:14.038Z Compiling heapless v0.8.0
12162026-04-19T06:05:14.188Z Checking bytecount v0.6.9
12172026-04-19T06:05:14.267Z Compiling ingot-macros v0.1.1
12182026-04-19T06:05:14.290Z Compiling num-derive v0.3.3
12192026-04-19T06:05:14.502Z Checking hash32 v0.3.1
12202026-04-19T06:05:14.630Z Compiling proc-macro-error v1.0.4
12212026-04-19T06:05:14.735Z Compiling smoltcp v0.11.0
12222026-04-19T06:05:15.153Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12232026-04-19T06:05:15.193Z Checking libscf-sys v1.1.0
12242026-04-19T06:05:15.464Z Compiling zerocopy v0.7.35
12252026-04-19T06:05:15.687Z Compiling num_enum_derive v0.7.5
12262026-04-19T06:05:15.802Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12272026-04-19T06:05:15.849Z Checking cobs v0.3.0
12282026-04-19T06:05:15.964Z Compiling foreign-types-macros v0.2.3
12292026-04-19T06:05:15.996Z Compiling scroll_derive v0.12.1
12302026-04-19T06:05:16.018Z Compiling usdt-impl v0.5.0
12312026-04-19T06:05:16.273Z Checking managed v0.8.0
12322026-04-19T06:05:16.359Z Compiling crucible-workspace-hack v0.1.0
12332026-04-19T06:05:16.456Z Checking bitflags v1.3.2
12342026-04-19T06:05:16.535Z Checking foreign-types-shared v0.3.1
12352026-04-19T06:05:16.626Z Checking foreign-types v0.5.0
12362026-04-19T06:05:16.679Z Checking scroll v0.12.0
12372026-04-19T06:05:16.702Z Checking postcard v1.1.3
12382026-04-19T06:05:16.718Z Compiling dof v0.3.0
12392026-04-19T06:05:16.781Z Checking num_enum v0.7.5
12402026-04-19T06:05:16.960Z Checking ingot-types v0.1.2
12412026-04-19T06:05:16.979Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12422026-04-19T06:05:17.067Z Compiling dtrace-parser v0.2.0
12432026-04-19T06:05:17.107Z Checking camino-tempfile v1.4.1
12442026-04-19T06:05:17.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-04-19T06:05:17.185Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-04-19T06:05:17.264Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-04-19T06:05:17.297Z Checking ingot v0.1.1
12482026-04-19T06:05:17.385Z Checking cstr-argument v0.1.2
12492026-04-19T06:05:17.493Z Compiling thread-id v4.2.2
12502026-04-19T06:05:17.510Z Compiling heck v0.4.1
12512026-04-19T06:05:17.583Z Compiling minimal-lexical v0.2.1
12522026-04-19T06:05:17.647Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12532026-04-19T06:05:17.706Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12542026-04-19T06:05:17.750Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12552026-04-19T06:05:17.776Z Compiling nom v7.1.3
12562026-04-19T06:05:17.825Z Checking goblin v0.8.2
12572026-04-19T06:05:17.892Z Checking rayon v1.11.0
12582026-04-19T06:05:18.199Z Compiling num_enum_derive v0.5.11
12592026-04-19T06:05:18.411Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-04-19T06:05:18.554Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-04-19T06:05:18.906Z Compiling rustc_version v0.4.1
12622026-04-19T06:05:19.040Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-04-19T06:05:19.184Z Compiling proc-macro-error-attr2 v2.0.0
12642026-04-19T06:05:19.264Z Checking tinyvec_macros v0.1.1
12652026-04-19T06:05:19.299Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12662026-04-19T06:05:19.336Z Compiling rustix v0.38.44
12672026-04-19T06:05:19.417Z Compiling convert_case v0.4.0
12682026-04-19T06:05:19.520Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12692026-04-19T06:05:19.594Z Compiling proc-macro-error2 v2.0.1
12702026-04-19T06:05:19.671Z Checking tinyvec v1.10.0
12712026-04-19T06:05:19.716Z Compiling derive_more v0.99.20
12722026-04-19T06:05:19.856Z Checking num_enum v0.5.11
12732026-04-19T06:05:19.985Z Compiling libz-sys v1.1.22
12742026-04-19T06:05:20.021Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12752026-04-19T06:05:20.153Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12762026-04-19T06:05:20.420Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12772026-04-19T06:05:20.508Z Compiling tabled_derive v0.11.0
12782026-04-19T06:05:20.688Z Compiling usdt-attr-macro v0.5.0
12792026-04-19T06:05:21.070Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-04-19T06:05:21.140Z Compiling usdt-macro v0.5.0
12812026-04-19T06:05:21.289Z Compiling zone_cfg_derive v0.3.1
12822026-04-19T06:05:21.414Z Checking papergrid v0.17.0
12832026-04-19T06:05:21.586Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12842026-04-19T06:05:21.815Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12852026-04-19T06:05:21.837Z Checking itertools v0.12.1
12862026-04-19T06:05:21.952Z Checking testing_table v0.3.0
12872026-04-19T06:05:21.975Z Compiling num-derive v0.4.2
12882026-04-19T06:05:21.992Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12892026-04-19T06:05:22.043Z Checking memmap v0.7.0
12902026-04-19T06:05:22.169Z Checking sigpipe v0.1.3
12912026-04-19T06:05:22.186Z Checking glob v0.3.3
12922026-04-19T06:05:22.214Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-04-19T06:05:22.231Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-04-19T06:05:22.249Z Checking jiff v0.2.15
12952026-04-19T06:05:22.323Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12962026-04-19T06:05:22.406Z Checking usdt v0.5.0
12972026-04-19T06:05:22.445Z Checking tabled v0.20.0
12982026-04-19T06:05:22.566Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12992026-04-19T06:05:22.723Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13002026-04-19T06:05:22.820Z Checking zone v0.3.1
13012026-04-19T06:05:22.888Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13022026-04-19T06:05:23.069Z Checking smf v0.2.3
13032026-04-19T06:05:23.103Z Checking secrecy v0.10.3
13042026-04-19T06:05:23.156Z Checking bstr v1.12.0
13052026-04-19T06:05:23.201Z Checking whoami v1.6.1
13062026-04-19T06:05:23.293Z Compiling curve25519-dalek v4.1.3
13072026-04-19T06:05:23.371Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13082026-04-19T06:05:23.491Z Checking hmac v0.12.1
13092026-04-19T06:05:23.537Z Compiling clang-sys v1.8.1
13102026-04-19T06:05:23.567Z Checking inout v0.1.4
13112026-04-19T06:05:23.625Z Checking ff v0.13.1
13122026-04-19T06:05:23.695Z Compiling enum-as-inner v0.6.1
13132026-04-19T06:05:23.746Z Checking data-encoding v2.9.0
13142026-04-19T06:05:23.908Z Compiling semver v0.1.20
13152026-04-19T06:05:24.047Z Checking group v0.13.0
13162026-04-19T06:05:24.155Z Compiling rustc_version v0.1.7
13172026-04-19T06:05:24.172Z Checking cipher v0.4.4
13182026-04-19T06:05:24.246Z Checking hkdf v0.12.4
13192026-04-19T06:05:24.374Z Checking atomicwrites v0.4.4
13202026-04-19T06:05:24.389Z Compiling thiserror-impl-no-std v2.0.2
13212026-04-19T06:05:24.393Z Checking universal-hash v0.5.1
13222026-04-19T06:05:24.435Z Checking crypto-bigint v0.5.5
13232026-04-19T06:05:24.498Z Checking half v2.7.1
13242026-04-19T06:05:24.527Z Compiling curve25519-dalek-derive v0.1.1
13252026-04-19T06:05:24.658Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13262026-04-19T06:05:24.732Z Checking ciborium-io v0.2.2
13272026-04-19T06:05:24.748Z Checking base16ct v0.2.0
13282026-04-19T06:05:24.815Z Checking indent_write v2.2.0
13292026-04-19T06:05:24.833Z Checking base64ct v1.8.0
13302026-04-19T06:05:24.866Z Checking opaque-debug v0.3.1
13312026-04-19T06:05:24.938Z Checking poly1305 v0.8.0
13322026-04-19T06:05:24.955Z Checking ciborium-ll v0.2.2
13332026-04-19T06:05:25.068Z Checking password-hash v0.5.0
13342026-04-19T06:05:25.126Z Checking chacha20 v0.9.1
13352026-04-19T06:05:25.179Z Compiling newtype_derive v0.1.6
13362026-04-19T06:05:25.300Z Checking similar v2.7.0
13372026-04-19T06:05:25.326Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13382026-04-19T06:05:25.431Z Checking blake2 v0.10.6
13392026-04-19T06:05:25.467Z Checking elliptic-curve v0.13.8
13402026-04-19T06:05:25.483Z Checking thiserror-no-std v2.0.2
13412026-04-19T06:05:25.569Z Compiling typify-impl v0.6.1
13422026-04-19T06:05:25.587Z Checking aead v0.5.2
13432026-04-19T06:05:25.630Z Compiling libloading v0.8.9
13442026-04-19T06:05:25.647Z Checking resolv-conf v0.7.5
13452026-04-19T06:05:25.708Z Checking linked-hash-map v0.5.6
13462026-04-19T06:05:25.724Z Compiling owo-colors v4.3.0
13472026-04-19T06:05:25.820Z Compiling bindgen v0.72.1
13482026-04-19T06:05:25.824Z Checking keccak v0.1.6
13492026-04-19T06:05:25.874Z Checking lru-cache v0.1.2
13502026-04-19T06:05:25.928Z Checking vsss-rs v3.3.4
13512026-04-19T06:05:25.975Z Checking sha3 v0.10.8
13522026-04-19T06:05:25.991Z Checking chacha20poly1305 v0.10.1
13532026-04-19T06:05:26.094Z Checking argon2 v0.5.3
13542026-04-19T06:05:26.148Z Checking ciborium v0.2.2
13552026-04-19T06:05:26.165Z Checking hickory-proto v0.24.4
13562026-04-19T06:05:26.180Z Checking tokio-dtrace v0.1.1
13572026-04-19T06:05:26.352Z Compiling cexpr v0.6.0
13582026-04-19T06:05:26.378Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-04-19T06:05:26.659Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-04-19T06:05:26.885Z Checking serde-big-array v0.5.1
13612026-04-19T06:05:26.904Z Compiling derive-where v1.6.0
13622026-04-19T06:05:26.985Z Compiling serde_repr v0.1.20
13632026-04-19T06:05:27.018Z Checking unicode-segmentation v1.12.0
13642026-04-19T06:05:27.328Z Checking siphasher v1.0.1
13652026-04-19T06:05:27.424Z Checking same-file v1.0.6
13662026-04-19T06:05:27.487Z Checking phf_shared v0.12.1
13672026-04-19T06:05:27.538Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13682026-04-19T06:05:27.555Z Checking walkdir v2.5.0
13692026-04-19T06:05:27.645Z Checking hickory-resolver v0.24.4
13702026-04-19T06:05:27.713Z Checking newline-converter v0.3.0
13712026-04-19T06:05:27.823Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13722026-04-19T06:05:28.102Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13732026-04-19T06:05:28.298Z Checking oxide-tokio-rt v0.1.2
13742026-04-19T06:05:28.442Z Checking console v0.15.11
13752026-04-19T06:05:28.716Z Compiling progenitor-impl v0.10.0
13762026-04-19T06:05:28.778Z Checking tokio-stream v0.1.17
13772026-04-19T06:05:28.962Z Compiling typify-macro v0.6.1
13782026-04-19T06:05:29.003Z Compiling pin-project-internal v1.1.10
13792026-04-19T06:05:29.082Z Compiling slog-dtrace v0.3.0
13802026-04-19T06:05:29.141Z Checking csv-core v0.1.12
13812026-04-19T06:05:29.311Z Compiling cancel-safe-futures v0.1.5
13822026-04-19T06:05:29.329Z Compiling chrono-tz v0.10.4
13832026-04-19T06:05:29.546Z Compiling unicode-xid v0.2.6
13842026-04-19T06:05:29.563Z Checking foldhash v0.1.5
13852026-04-19T06:05:29.672Z Checking unicode-linebreak v0.1.5
13862026-04-19T06:05:29.702Z Checking smawk v0.3.2
13872026-04-19T06:05:29.735Z Checking unicode-width v0.1.14
13882026-04-19T06:05:29.831Z Checking swrite v0.1.0
13892026-04-19T06:05:29.883Z Checking textwrap v0.16.2
13902026-04-19T06:05:29.926Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13912026-04-19T06:05:29.983Z Checking hashbrown v0.15.5
13922026-04-19T06:05:30.073Z Checking pin-project v1.1.10
13932026-04-19T06:05:30.100Z Compiling const_format_proc_macros v0.2.34
13942026-04-19T06:05:30.256Z Checking csv v1.3.1
13952026-04-19T06:05:30.516Z Checking qorb v0.4.1
13962026-04-19T06:05:30.553Z Checking expectorate v1.2.0
13972026-04-19T06:05:30.634Z Checking phf v0.12.1
13982026-04-19T06:05:30.683Z Checking unicode-normalization v0.1.24
13992026-04-19T06:05:30.780Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-04-19T06:05:30.843Z Compiling progenitor-macro v0.10.0
14012026-04-19T06:05:31.097Z Checking libsw-core v0.3.2
14022026-04-19T06:05:31.247Z Compiling libgit2-sys v0.17.0+1.8.1
14032026-04-19T06:05:31.277Z Compiling snafu-derive v0.8.9
14042026-04-19T06:05:31.439Z Compiling async-recursion v1.1.1
14052026-04-19T06:05:31.488Z Compiling cookie v0.18.1
14062026-04-19T06:05:31.682Z Checking fixedbitset v0.4.2
14072026-04-19T06:05:31.728Z Compiling moka v0.12.11
14082026-04-19T06:05:31.839Z Checking fixedbitset v0.5.7
14092026-04-19T06:05:31.947Z Checking highway v1.3.0
14102026-04-19T06:05:32.049Z Checking petgraph v0.8.2
14112026-04-19T06:05:32.138Z Checking petgraph v0.6.5
14122026-04-19T06:05:32.287Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-04-19T06:05:32.473Z Checking libsw v3.5.0
14142026-04-19T06:05:32.621Z Checking olpc-cjson v0.1.4
14152026-04-19T06:05:32.761Z Checking const_format v0.2.34
14162026-04-19T06:05:32.990Z Checking snafu v0.8.9
14172026-04-19T06:05:33.056Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-04-19T06:05:33.237Z Compiling typify v0.6.1
14192026-04-19T06:05:33.351Z Checking papergrid v0.11.0
14202026-04-19T06:05:33.436Z Checking globset v0.4.16
14212026-04-19T06:05:33.548Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14222026-04-19T06:05:33.591Z Checking gethostname v0.5.0
14232026-04-19T06:05:33.697Z Compiling tabled_derive v0.7.0
14242026-04-19T06:05:33.936Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-04-19T06:05:34.031Z Checking reqwest v0.13.2
14262026-04-19T06:05:34.252Z Checking bcs v0.1.6
14272026-04-19T06:05:34.481Z Checking pem v3.0.5
14282026-04-19T06:05:34.561Z Checking serde_plain v1.0.2
14292026-04-19T06:05:34.624Z Compiling signal-hook v0.3.18
14302026-04-19T06:05:34.641Z Checking humantime v2.3.0
14312026-04-19T06:05:34.704Z Checking linear-map v1.2.0
14322026-04-19T06:05:34.825Z Checking tagptr v0.2.0
14332026-04-19T06:05:34.844Z Checking crc8 v0.1.1
14342026-04-19T06:05:34.872Z Checking termtree v0.5.1
14352026-04-19T06:05:34.940Z Checking typed-path v0.9.3
14362026-04-19T06:05:34.958Z Checking progenitor v0.10.0
14372026-04-19T06:05:35.007Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-04-19T06:05:35.104Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-04-19T06:05:35.235Z Checking tabled v0.15.0
14402026-04-19T06:05:35.606Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-04-19T06:05:35.706Z Checking tough v0.20.0
14422026-04-19T06:05:35.767Z Checking steno v0.4.1
14432026-04-19T06:05:36.251Z Compiling progenitor-impl v0.13.0
14442026-04-19T06:05:36.590Z Checking hickory-proto v0.25.2
14452026-04-19T06:05:36.736Z Compiling curl-sys v0.4.83+curl-8.15.0
14462026-04-19T06:05:37.128Z Compiling cargo-platform v0.1.9
14472026-04-19T06:05:37.243Z Compiling vergen v8.3.2
14482026-04-19T06:05:37.298Z Compiling fs-err v3.1.2
14492026-04-19T06:05:37.364Z Compiling crc32fast v1.5.0
14502026-04-19T06:05:37.490Z Compiling cargo_metadata v0.18.1
14512026-04-19T06:05:37.709Z Checking progenitor-client v0.13.0
14522026-04-19T06:05:37.825Z Checking dropshot-api-manager-types v0.5.2
14532026-04-19T06:05:37.925Z Checking sha2 v0.10.9
14542026-04-19T06:05:37.992Z Compiling blake3 v1.8.2
14552026-04-19T06:05:38.171Z Checking hickory-resolver v0.25.2
14562026-04-19T06:05:38.188Z Checking adler2 v2.0.1
14572026-04-19T06:05:38.326Z Compiling progenitor-macro v0.13.0
14582026-04-19T06:05:38.571Z Checking miniz_oxide v0.8.9
14592026-04-19T06:05:38.909Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14602026-04-19T06:05:38.925Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14612026-04-19T06:05:38.999Z Checking git-stub v1.0.0
14622026-04-19T06:05:39.072Z Checking filetime v0.2.26
14632026-04-19T06:05:39.150Z Checking constant_time_eq v0.3.1
14642026-04-19T06:05:39.207Z Checking arrayref v0.3.9
14652026-04-19T06:05:39.246Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14662026-04-19T06:05:39.281Z Compiling curl v0.4.49
14672026-04-19T06:05:39.465Z Checking arrayvec v0.7.6
14682026-04-19T06:05:39.527Z Checking is_ci v1.2.0
14692026-04-19T06:05:39.629Z Checking xattr v1.6.1
14702026-04-19T06:05:39.763Z Checking tar v0.4.45
14712026-04-19T06:05:39.925Z Checking supports-color v3.0.2
14722026-04-19T06:05:40.117Z Checking git-stub-vcs v0.1.0
14732026-04-19T06:05:40.227Z Checking flate2 v1.1.2
14742026-04-19T06:05:40.342Z Checking drift v0.1.3
14752026-04-19T06:05:40.440Z Checking toml v0.7.8
14762026-04-19T06:05:40.469Z Checking kstat-rs v0.2.4
14772026-04-19T06:05:40.517Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14782026-04-19T06:05:40.594Z Checking topological-sort v0.2.2
14792026-04-19T06:05:40.661Z Checking dropshot-api-manager v0.5.2
14802026-04-19T06:05:40.748Z Checking omicron-zone-package v0.12.2
14812026-04-19T06:05:41.183Z Checking signal-hook-tokio v0.3.1
14822026-04-19T06:05:41.312Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14832026-04-19T06:05:41.512Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14842026-04-19T06:05:41.609Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14852026-04-19T06:05:41.627Z Checking internet-checksum v0.2.1
14862026-04-19T06:05:41.797Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-04-19T06:05:41.821Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-04-19T06:05:42.285Z Checking search_path v0.1.4
14892026-04-19T06:05:42.341Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-04-19T06:05:42.422Z Checking display-error-chain v0.2.2
14912026-04-19T06:05:42.488Z Checking progenitor v0.13.0
14922026-04-19T06:05:42.978Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14932026-04-19T06:05:42.978Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14942026-04-19T06:05:42.978Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14952026-04-19T06:05:42.979Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-04-19T06:05:42.979Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-04-19T06:05:43.384Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-04-19T06:05:43.494Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-04-19T06:05:43.819Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-04-19T06:05:43.836Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-04-19T06:05:43.901Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-04-19T06:05:44.083Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15032026-04-19T06:05:44.206Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-04-19T06:05:44.464Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15052026-04-19T06:05:44.559Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-04-19T06:05:44.714Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-04-19T06:05:45.007Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-04-19T06:05:45.059Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-04-19T06:05:47.397Z Compiling git2 v0.19.0
15102026-04-19T06:05:48.100Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15112026-04-19T06:05:48.470Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15122026-04-19T06:05:49.140Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-04-19T06:05:49.375Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15142026-04-19T06:05:49.762Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15152026-04-19T06:05:49.982Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-04-19T06:05:50.313Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15172026-04-19T06:05:50.443Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15182026-04-19T06:05:50.460Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15192026-04-19T06:05:50.870Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-04-19T06:06:01.582Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-04-19T06:06:02.853Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-04-19T06:06:07.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15232026-04-19T06:06:07.861Z+ for feat in tofino_stub tofino_asic softnpu chaos
15242026-04-19T06:06:07.861Z+ cargo clippy --features tofino_asic -- --deny warnings
15252026-04-19T06:06:08.333Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15262026-04-19T06:06:08.336Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15272026-04-19T06:06:08.405Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15282026-04-19T06:06:08.408Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15292026-04-19T06:06:15.445Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-04-19T06:06:15.448Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15312026-04-19T06:06:17.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s
15322026-04-19T06:06:18.097Z+ for feat in tofino_stub tofino_asic softnpu chaos
15332026-04-19T06:06:18.097Z+ cargo clippy --features softnpu -- --deny warnings
15342026-04-19T06:06:18.389Z Downloading crates ...
15352026-04-19T06:06:18.515Z Downloaded wyz v0.5.1
15362026-04-19T06:06:18.521Z Downloaded typeid v1.0.3
15372026-04-19T06:06:18.524Z Downloaded ascii v1.1.0
15382026-04-19T06:06:18.524Z Downloaded serde_arrays v0.1.0
15392026-04-19T06:06:18.524Z Downloaded tap v1.0.1
15402026-04-19T06:06:18.527Z Downloaded radium v0.7.0
15412026-04-19T06:06:18.530Z Downloaded funty v2.0.0
15422026-04-19T06:06:18.530Z Downloaded libloading v0.7.4
15432026-04-19T06:06:18.530Z Downloaded erased-serde v0.4.8
15442026-04-19T06:06:18.533Z Downloaded bitstruct v0.1.1
15452026-04-19T06:06:18.535Z Downloaded bitstruct_derive v0.1.0
15462026-04-19T06:06:18.543Z Downloaded num-bigint v0.4.6
15472026-04-19T06:06:18.551Z Downloaded bitvec v1.0.1
15482026-04-19T06:06:18.677Z Checking num-integer v0.1.46
15492026-04-19T06:06:18.751Z Checking num-complex v0.4.6
15502026-04-19T06:06:18.760Z Compiling radium v0.7.0
15512026-04-19T06:06:18.767Z Checking tap v1.0.1
15522026-04-19T06:06:18.773Z Checking funty v2.0.0
15532026-04-19T06:06:18.779Z Compiling typeid v1.0.3
15542026-04-19T06:06:18.782Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15552026-04-19T06:06:18.792Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15562026-04-19T06:06:18.848Z Checking wyz v0.5.1
15572026-04-19T06:06:18.943Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15582026-04-19T06:06:18.952Z Checking num-bigint v0.4.6
15592026-04-19T06:06:18.976Z Checking num-iter v0.1.45
15602026-04-19T06:06:19.027Z Compiling erased-serde v0.4.8
15612026-04-19T06:06:19.048Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-04-19T06:06:19.069Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-04-19T06:06:19.078Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-04-19T06:06:19.146Z Compiling bitstruct_derive v0.1.0
15652026-04-19T06:06:19.146Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-04-19T06:06:19.174Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-04-19T06:06:19.188Z Checking bitvec v1.0.1
15682026-04-19T06:06:19.191Z Checking ascii v1.1.0
15692026-04-19T06:06:19.205Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15702026-04-19T06:06:19.255Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-04-19T06:06:19.358Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15722026-04-19T06:06:19.358Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-04-19T06:06:19.361Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-04-19T06:06:19.383Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15752026-04-19T06:06:19.670Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-04-19T06:06:19.693Z Checking serde_arrays v0.1.0
15772026-04-19T06:06:19.789Z Checking bitstruct v0.1.1
15782026-04-19T06:06:19.789Z Checking libloading v0.7.4
15792026-04-19T06:06:19.792Z Checking num-rational v0.4.2
15802026-04-19T06:06:19.821Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15812026-04-19T06:06:20.072Z Checking num v0.4.3
15822026-04-19T06:06:20.138Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15832026-04-19T06:06:20.645Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15842026-04-19T06:06:20.927Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15852026-04-19T06:06:20.930Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15862026-04-19T06:06:21.114Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-04-19T06:06:21.338Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-04-19T06:06:21.341Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-04-19T06:06:21.793Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-04-19T06:06:22.006Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15912026-04-19T06:06:22.009Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-04-19T06:06:22.009Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15932026-04-19T06:06:22.009Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-04-19T06:06:22.390Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15952026-04-19T06:06:22.799Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15962026-04-19T06:06:23.626Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15972026-04-19T06:06:25.858Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15982026-04-19T06:06:26.193Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15992026-04-19T06:06:27.053Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16002026-04-19T06:06:27.809Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16012026-04-19T06:06:27.926Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16022026-04-19T06:06:34.323Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-04-19T06:06:35.579Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-04-19T06:06:36.104Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16052026-04-19T06:06:40.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.13s
16062026-04-19T06:06:40.416Z+ for feat in tofino_stub tofino_asic softnpu chaos
16072026-04-19T06:06:40.416Z+ cargo clippy --features chaos -- --deny warnings
16082026-04-19T06:06:40.890Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16092026-04-19T06:06:40.890Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16102026-04-19T06:06:40.890Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16112026-04-19T06:06:48.010Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16122026-04-19T06:06:48.013Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16132026-04-19T06:06:50.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
16142026-04-19T06:06:50.640Z+ banner fmt
16152026-04-19T06:06:50.643Z
16162026-04-19T06:06:50.643Z ###### # # #####
16172026-04-19T06:06:50.643Z # ## ## #
16182026-04-19T06:06:50.643Z ##### # ## # #
16192026-04-19T06:06:50.643Z # # # #
16202026-04-19T06:06:50.643Z # # # #
16212026-04-19T06:06:50.643Z # # # #
16222026-04-19T06:06:50.643Z
16232026-04-19T06:06:50.643Z+ cargo fmt -- --check
16242026-04-19T06:06:51.081Z+ banner test
16252026-04-19T06:06:51.085Z
16262026-04-19T06:06:51.085Z ##### ###### #### #####
16272026-04-19T06:06:51.085Z # # # #
16282026-04-19T06:06:51.085Z # ##### #### #
16292026-04-19T06:06:51.085Z # # # #
16302026-04-19T06:06:51.085Z # # # # #
16312026-04-19T06:06:51.085Z # ###### #### #
16322026-04-19T06:06:51.085Z
16332026-04-19T06:06:51.086Z+ for feat in tofino_stub tofino_asic softnpu chaos
16342026-04-19T06:06:51.086Z+ RUST_BACKTRACE=full
16352026-04-19T06:06:51.086Z+ cargo test --features tofino_stub --no-fail-fast
16362026-04-19T06:06:51.905Z Compiling unicode-ident v1.0.24
16372026-04-19T06:06:51.905Z Compiling cfg-if v1.0.3
16382026-04-19T06:06:51.908Z Compiling memchr v2.7.5
16392026-04-19T06:06:52.011Z Compiling serde_core v1.0.228
16402026-04-19T06:06:52.022Z Compiling itoa v1.0.15
16412026-04-19T06:06:52.025Z Compiling libc v0.2.183
16422026-04-19T06:06:52.036Z Compiling zmij v1.0.17
16432026-04-19T06:06:52.046Z Compiling libm v0.2.15
16442026-04-19T06:06:52.114Z Compiling proc-macro2 v1.0.106
16452026-04-19T06:06:52.140Z Compiling heck v0.5.0
16462026-04-19T06:06:52.299Z Compiling equivalent v1.0.2
16472026-04-19T06:06:52.388Z Compiling log v0.4.29
16482026-04-19T06:06:52.400Z Compiling smallvec v1.15.1
16492026-04-19T06:06:52.516Z Compiling quote v1.0.45
16502026-04-19T06:06:52.563Z Compiling allocator-api2 v0.2.21
16512026-04-19T06:06:52.566Z Compiling iana-time-zone v0.1.64
16522026-04-19T06:06:52.656Z Compiling foldhash v0.2.0
16532026-04-19T06:06:52.807Z Compiling syn v2.0.117
16542026-04-19T06:06:52.820Z Compiling dyn-clone v1.0.20
16552026-04-19T06:06:52.882Z Compiling hashbrown v0.16.1
16562026-04-19T06:06:52.900Z Compiling stable_deref_trait v1.2.0
16572026-04-19T06:06:52.912Z Compiling pin-project-lite v0.2.16
16582026-04-19T06:06:52.957Z Compiling percent-encoding v2.3.2
16592026-04-19T06:06:52.978Z Compiling fnv v1.0.7
16602026-04-19T06:06:53.005Z Compiling litemap v0.8.0
16612026-04-19T06:06:53.076Z Compiling writeable v0.6.1
16622026-04-19T06:06:53.145Z Compiling regex-syntax v0.8.6
16632026-04-19T06:06:53.158Z Compiling icu_normalizer_data v2.0.0
16642026-04-19T06:06:53.220Z Compiling icu_properties_data v2.0.1
16652026-04-19T06:06:53.234Z Compiling form_urlencoded v1.2.2
16662026-04-19T06:06:53.355Z Compiling utf8_iter v1.0.4
16672026-04-19T06:06:53.373Z Compiling scopeguard v1.2.0
16682026-04-19T06:06:53.419Z Compiling num-traits v0.2.19
16692026-04-19T06:06:53.469Z Compiling lock_api v0.4.14
16702026-04-19T06:06:53.480Z Compiling getrandom v0.3.3
16712026-04-19T06:06:53.498Z Compiling aho-corasick v1.1.3
16722026-04-19T06:06:53.652Z Compiling semver v1.0.27
16732026-04-19T06:06:53.691Z Compiling serde_json v1.0.149
16742026-04-19T06:06:53.814Z Compiling indexmap v2.13.0
16752026-04-19T06:06:53.996Z Compiling ucd-trie v0.1.7
16762026-04-19T06:06:54.019Z Compiling byteorder v1.5.0
16772026-04-19T06:06:54.242Z Compiling uuid v1.20.0
16782026-04-19T06:06:54.396Z Compiling futures-core v0.3.32
16792026-04-19T06:06:54.561Z Compiling time-core v0.1.8
16802026-04-19T06:06:54.646Z Compiling regex-automata v0.4.13
16812026-04-19T06:06:54.676Z Compiling num-conv v0.2.1
16822026-04-19T06:06:54.832Z Compiling time-macros v0.2.27
16832026-04-19T06:06:54.899Z Compiling futures-sink v0.3.32
16842026-04-19T06:06:54.924Z Compiling ryu v1.0.20
16852026-04-19T06:06:54.985Z Compiling regress v0.10.5
16862026-04-19T06:06:55.114Z Compiling slab v0.4.11
16872026-04-19T06:06:55.300Z Compiling pretty-hex v0.4.1
16882026-04-19T06:06:55.448Z Compiling strsim v0.11.1
16892026-04-19T06:06:55.602Z Compiling synstructure v0.13.2
16902026-04-19T06:06:55.642Z Compiling serde_derive_internals v0.29.1
16912026-04-19T06:06:55.787Z Compiling plain v0.2.3
16922026-04-19T06:06:55.837Z Compiling futures-channel v0.3.32
16932026-04-19T06:06:55.837Z Compiling syn v1.0.109
16942026-04-19T06:06:56.106Z Compiling futures-io v0.3.32
16952026-04-19T06:06:56.119Z Compiling futures-task v0.3.32
16962026-04-19T06:06:56.193Z Compiling socket2 v0.6.0
16972026-04-19T06:06:56.287Z Compiling parking_lot_core v0.9.12
16982026-04-19T06:06:56.379Z Compiling regex v1.12.3
16992026-04-19T06:06:56.585Z Compiling parking_lot v0.12.5
17002026-04-19T06:06:56.633Z Compiling signal-hook-registry v1.4.6
17012026-04-19T06:06:56.682Z Compiling thread-id v5.0.0
17022026-04-19T06:06:56.769Z Compiling mio v1.0.4
17032026-04-19T06:06:56.811Z Compiling serde_derive v1.0.228
17042026-04-19T06:06:56.850Z Compiling zerofrom-derive v0.1.6
17052026-04-19T06:06:56.994Z Compiling yoke-derive v0.8.0
17062026-04-19T06:06:57.022Z Compiling zerovec-derive v0.11.1
17072026-04-19T06:06:57.215Z Compiling displaydoc v0.2.5
17082026-04-19T06:06:57.275Z Compiling thiserror-impl v2.0.18
17092026-04-19T06:06:57.992Z Compiling schemars_derive v0.8.22
17102026-04-19T06:06:58.048Z Compiling tokio-macros v2.6.0
17112026-04-19T06:06:58.071Z Compiling zerocopy-derive v0.8.27
17122026-04-19T06:06:58.134Z Compiling zeroize_derive v1.4.3
17132026-04-19T06:06:58.534Z Compiling thiserror v2.0.18
17142026-04-19T06:06:58.647Z Compiling futures-macro v0.3.32
17152026-04-19T06:06:58.820Z Compiling zerofrom v0.1.6
17162026-04-19T06:06:58.832Z Compiling thiserror-impl v1.0.69
17172026-04-19T06:06:58.853Z Compiling tracing-attributes v0.1.30
17182026-04-19T06:06:58.950Z Compiling yoke v0.8.0
17192026-04-19T06:06:59.140Z Compiling zerovec v0.11.4
17202026-04-19T06:06:59.202Z Compiling zerotrie v0.2.2
17212026-04-19T06:06:59.205Z Compiling pest v2.8.2
17222026-04-19T06:06:59.314Z Compiling zerocopy v0.8.27
17232026-04-19T06:06:59.489Z Compiling serde v1.0.228
17242026-04-19T06:06:59.568Z Compiling scroll_derive v0.13.1
17252026-04-19T06:07:00.036Z Compiling bytes v1.11.1
17262026-04-19T06:07:00.049Z Compiling serde_tokenstream v0.2.3
17272026-04-19T06:07:00.060Z Compiling tinystr v0.8.1
17282026-04-19T06:07:00.063Z Compiling potential_utf v0.1.3
17292026-04-19T06:07:00.141Z Compiling chrono v0.4.44
17302026-04-19T06:07:00.240Z Compiling icu_locale_core v2.0.0
17312026-04-19T06:07:00.262Z Compiling icu_collections v2.0.0
17322026-04-19T06:07:00.328Z Compiling pest_meta v2.8.2
17332026-04-19T06:07:00.411Z Compiling async-trait v0.1.89
17342026-04-19T06:07:00.552Z Compiling http v1.4.0
17352026-04-19T06:07:00.783Z Compiling icu_provider v2.0.0
17362026-04-19T06:07:01.095Z Compiling icu_normalizer v2.0.0
17372026-04-19T06:07:01.113Z Compiling icu_properties v2.0.1
17382026-04-19T06:07:01.304Z Compiling schemars v0.8.22
17392026-04-19T06:07:01.416Z Compiling pest_generator v2.8.2
17402026-04-19T06:07:01.547Z Compiling scroll v0.13.0
17412026-04-19T06:07:01.660Z Compiling thiserror v1.0.69
17422026-04-19T06:07:01.663Z Compiling openapiv3 v2.2.0
17432026-04-19T06:07:01.705Z Compiling tokio v1.49.0
17442026-04-19T06:07:01.763Z Compiling goblin v0.10.1
17452026-04-19T06:07:01.811Z Compiling daft-derive v0.1.4
17462026-04-19T06:07:02.033Z Compiling idna_adapter v1.2.1
17472026-04-19T06:07:02.186Z Compiling pest_derive v2.8.2
17482026-04-19T06:07:02.286Z Compiling idna v1.1.0
17492026-04-19T06:07:02.348Z Compiling darling_core v0.21.3
17502026-04-19T06:07:02.495Z Compiling typify-impl v0.4.3
17512026-04-19T06:07:02.553Z Compiling url v2.5.7
17522026-04-19T06:07:02.750Z Compiling dtrace-parser v0.3.0
17532026-04-19T06:07:03.300Z Compiling serde_yaml v0.9.34+deprecated
17542026-04-19T06:07:03.431Z Compiling ppv-lite86 v0.2.21
17552026-04-19T06:07:03.756Z Compiling openssl-macros v0.1.1
17562026-04-19T06:07:03.759Z Compiling base64 v0.22.1
17572026-04-19T06:07:04.236Z Compiling http-body v1.0.1
17582026-04-19T06:07:04.297Z Compiling erased-serde v0.3.31
17592026-04-19T06:07:04.393Z Compiling bitflags v2.9.4
17602026-04-19T06:07:04.446Z Compiling dof v0.4.0
17612026-04-19T06:07:04.506Z Compiling darling_macro v0.21.3
17622026-04-19T06:07:04.589Z Compiling typenum v1.18.0
17632026-04-19T06:07:04.699Z Compiling getrandom v0.2.16
17642026-04-19T06:07:04.842Z Compiling ipnet v2.11.0
17652026-04-19T06:07:04.889Z Compiling atomic-waker v1.1.2
17662026-04-19T06:07:05.023Z Compiling usdt-impl v0.6.0
17672026-04-19T06:07:05.122Z Compiling darling v0.21.3
17682026-04-19T06:07:05.136Z Compiling anyhow v1.0.102
17692026-04-19T06:07:05.207Z Compiling httparse v1.10.1
17702026-04-19T06:07:05.395Z Compiling portable-atomic v1.11.1
17712026-04-19T06:07:05.542Z Compiling tower-service v0.3.3
17722026-04-19T06:07:05.574Z Compiling untrusted v0.9.0
17732026-04-19T06:07:05.654Z Compiling tower-layer v0.3.3
17742026-04-19T06:07:05.736Z Compiling try-lock v0.2.5
17752026-04-19T06:07:05.833Z Compiling critical-section v1.2.0
17762026-04-19T06:07:05.850Z Compiling want v0.3.1
17772026-04-19T06:07:05.947Z Compiling once_cell v1.21.3
17782026-04-19T06:07:05.947Z Compiling zeroize v1.8.1
17792026-04-19T06:07:06.022Z Compiling pin-utils v0.1.0
17802026-04-19T06:07:06.099Z Compiling httpdate v1.0.3
17812026-04-19T06:07:06.162Z Compiling structmeta-derive v0.3.0
17822026-04-19T06:07:06.165Z Compiling newtype-uuid-macros v0.1.0
17832026-04-19T06:07:06.338Z Compiling strum_macros v0.26.4
17842026-04-19T06:07:06.489Z Compiling usdt-macro v0.6.0
17852026-04-19T06:07:06.553Z Compiling usdt-attr-macro v0.6.0
17862026-04-19T06:07:07.210Z Compiling structmeta v0.3.0
17872026-04-19T06:07:07.510Z Compiling async-stream-impl v0.3.6
17882026-04-19T06:07:07.739Z Compiling powerfmt v0.2.0
17892026-04-19T06:07:07.988Z Compiling deranged v0.5.3
17902026-04-19T06:07:08.156Z Compiling num_threads v0.1.7
17912026-04-19T06:07:08.170Z Compiling omicron-workspace-hack v0.1.0
17922026-04-19T06:07:08.242Z Compiling dropshot_endpoint v0.16.7
17932026-04-19T06:07:08.261Z Compiling http-body-util v0.1.3
17942026-04-19T06:07:08.264Z Compiling ref-cast-impl v1.0.25
17952026-04-19T06:07:08.655Z Compiling typify-macro v0.4.3
17962026-04-19T06:07:08.889Z Compiling derive-ex v0.1.8
17972026-04-19T06:07:08.922Z Compiling serde_urlencoded v0.7.1
17982026-04-19T06:07:09.037Z Compiling strum_macros v0.27.2
17992026-04-19T06:07:09.141Z Compiling sync_wrapper v1.0.2
18002026-04-19T06:07:09.169Z Compiling serde_with_macros v3.14.1
18012026-04-19T06:07:09.368Z Compiling iri-string v0.7.8
18022026-04-19T06:07:09.501Z Compiling subtle v2.6.1
18032026-04-19T06:07:09.905Z Compiling thread_local v1.1.9
18042026-04-19T06:07:10.111Z Compiling rand_core v0.6.4
18052026-04-19T06:07:10.176Z Compiling futures-util v0.3.32
18062026-04-19T06:07:10.346Z Compiling match_cfg v0.1.0
18072026-04-19T06:07:10.375Z Compiling parse-display-derive v0.10.0
18082026-04-19T06:07:10.421Z Compiling toml_datetime v0.6.11
18092026-04-19T06:07:10.564Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102026-04-19T06:07:10.576Z Compiling test-strategy v0.4.3
18112026-04-19T06:07:10.699Z Compiling take_mut v0.2.2
18122026-04-19T06:07:10.756Z Compiling typify v0.4.3
18132026-04-19T06:07:10.850Z Compiling progenitor-impl v0.11.1
18142026-04-19T06:07:10.946Z Compiling term v1.2.0
18152026-04-19T06:07:11.047Z Compiling tracing-core v0.1.34
18162026-04-19T06:07:11.481Z Compiling tracing v0.1.41
18172026-04-19T06:07:11.632Z Compiling clap_derive v4.6.0
18182026-04-19T06:07:11.665Z Compiling camino v1.2.2
18192026-04-19T06:07:11.715Z Compiling cpufeatures v0.2.17
18202026-04-19T06:07:11.793Z Compiling fastrand v2.3.0
18212026-04-19T06:07:11.975Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18222026-04-19T06:07:12.046Z Compiling encoding_rs v0.8.35
18232026-04-19T06:07:12.069Z Compiling unicode-width v0.2.1
18242026-04-19T06:07:12.194Z Compiling mime v0.3.17
18252026-04-19T06:07:12.842Z Compiling errno v0.3.14
18262026-04-19T06:07:12.902Z Compiling hex v0.4.3
18272026-04-19T06:07:12.997Z Compiling generic-array v0.14.7
18282026-04-19T06:07:13.307Z Compiling ipnetwork v0.21.1
18292026-04-19T06:07:13.588Z Compiling crossbeam-utils v0.8.21
18302026-04-19T06:07:13.627Z Compiling winnow v0.7.14
18312026-04-19T06:07:13.721Z Compiling rustix v1.1.2
18322026-04-19T06:07:13.744Z Compiling tokio-util v0.7.16
18332026-04-19T06:07:14.095Z Compiling slog v2.8.2
18342026-04-19T06:07:14.307Z Compiling progenitor-macro v0.11.1
18352026-04-19T06:07:14.818Z Compiling crypto-common v0.1.6
18362026-04-19T06:07:14.830Z Compiling itertools v0.14.0
18372026-04-19T06:07:15.012Z Compiling rand_core v0.9.3
18382026-04-19T06:07:15.031Z Compiling h2 v0.4.12
18392026-04-19T06:07:15.173Z Compiling oxnet v0.1.4
18402026-04-19T06:07:15.235Z Compiling rand_chacha v0.9.0
18412026-04-19T06:07:15.275Z Compiling socket2 v0.5.10
18422026-04-19T06:07:15.614Z Compiling spin v0.9.8
18432026-04-19T06:07:15.724Z Compiling quick-error v1.2.3
18442026-04-19T06:07:15.727Z Compiling debug-ignore v1.0.5
18452026-04-19T06:07:15.747Z Compiling rand v0.9.2
18462026-04-19T06:07:15.837Z Compiling toml_parser v1.0.6+spec-1.1.0
18472026-04-19T06:07:15.850Z Compiling tabwriter v1.4.1
18482026-04-19T06:07:16.077Z Compiling rustls-pki-types v1.12.0
18492026-04-19T06:07:16.096Z Compiling toml_datetime v0.7.5+spec-1.1.0
18502026-04-19T06:07:16.348Z Compiling serde_spanned v1.0.4
18512026-04-19T06:07:16.405Z Compiling colored v3.0.0
18522026-04-19T06:07:16.506Z Compiling bit-vec v0.8.0
18532026-04-19T06:07:16.535Z Compiling toml_writer v1.0.6+spec-1.1.0
18542026-04-19T06:07:16.562Z Compiling lazy_static v1.5.0
18552026-04-19T06:07:16.744Z Compiling toml v0.9.11+spec-1.1.0
18562026-04-19T06:07:16.756Z Compiling bit-set v0.8.0
18572026-04-19T06:07:16.783Z Compiling async-stream v0.3.6
18582026-04-19T06:07:16.921Z Compiling strum v0.26.3
18592026-04-19T06:07:16.955Z Compiling waitgroup v0.1.2
18602026-04-19T06:07:16.990Z Compiling serde_path_to_error v0.1.20
18612026-04-19T06:07:17.096Z Compiling hyper v1.8.1
18622026-04-19T06:07:17.248Z Compiling unarray v0.1.4
18632026-04-19T06:07:17.272Z Compiling anstyle v1.0.14
18642026-04-19T06:07:17.360Z Compiling time v0.3.47
18652026-04-19T06:07:17.497Z Compiling ring v0.17.14
18662026-04-19T06:07:17.941Z Compiling macaddr v1.0.1
18672026-04-19T06:07:18.130Z Compiling hyper-util v0.1.19
18682026-04-19T06:07:18.263Z Compiling utf8parse v0.2.2
18692026-04-19T06:07:18.494Z Compiling anstyle-parse v1.0.0
18702026-04-19T06:07:18.695Z Compiling crossbeam-channel v0.5.15
18712026-04-19T06:07:18.824Z Compiling block-buffer v0.10.4
18722026-04-19T06:07:18.984Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18732026-04-19T06:07:19.064Z Compiling ref-cast v1.0.25
18742026-04-19T06:07:19.167Z Compiling colorchoice v1.0.4
18752026-04-19T06:07:19.170Z Compiling anstyle-query v1.1.4
18762026-04-19T06:07:19.290Z Compiling is_terminal_polyfill v1.70.1
18772026-04-19T06:07:19.302Z Compiling digest v0.10.7
18782026-04-19T06:07:19.359Z Compiling anstream v1.0.0
18792026-04-19T06:07:19.372Z Compiling strum v0.27.2
18802026-04-19T06:07:19.385Z Compiling clap_lex v1.1.0
18812026-04-19T06:07:19.468Z Compiling is-terminal v0.4.16
18822026-04-19T06:07:19.562Z Compiling slog-term v2.9.2
18832026-04-19T06:07:19.574Z Compiling slog-async v2.8.0
18842026-04-19T06:07:19.586Z Compiling slog-json v2.6.1
18852026-04-19T06:07:19.694Z Compiling tower v0.5.2
18862026-04-19T06:07:19.748Z Compiling hostname v0.3.1
18872026-04-19T06:07:19.879Z Compiling instant v0.1.13
18882026-04-19T06:07:19.893Z Compiling slog-bunyan v2.5.0
18892026-04-19T06:07:19.907Z Compiling futures-executor v0.3.32
18902026-04-19T06:07:20.119Z Compiling tower-http v0.6.8
18912026-04-19T06:07:20.191Z Compiling futures v0.3.32
18922026-04-19T06:07:20.194Z Compiling openssl-sys v0.9.112
18932026-04-19T06:07:20.774Z Compiling aws-lc-sys v0.39.1
18942026-04-19T06:07:20.777Z Compiling memmap2 v0.9.8
18952026-04-19T06:07:21.404Z Compiling foreign-types-shared v0.1.1
18962026-04-19T06:07:21.404Z Compiling untrusted v0.7.1
18972026-04-19T06:07:21.428Z Compiling tempfile v3.23.0
18982026-04-19T06:07:21.491Z Compiling foreign-types v0.3.2
18992026-04-19T06:07:21.541Z Compiling aws-lc-rs v1.16.2
19002026-04-19T06:07:21.565Z Compiling openssl-probe v0.1.6
19012026-04-19T06:07:21.597Z Compiling openssl v0.10.76
19022026-04-19T06:07:22.459Z Compiling rustls-webpki v0.103.6
19032026-04-19T06:07:23.013Z Compiling rustls v0.23.32
19042026-04-19T06:07:23.316Z Compiling either v1.15.0
19052026-04-19T06:07:23.489Z Compiling usdt v0.6.0
19062026-04-19T06:07:23.770Z Compiling webpki-roots v1.0.2
19072026-04-19T06:07:23.889Z Compiling native-tls v0.2.14
19082026-04-19T06:07:24.079Z Compiling tokio-native-tls v0.3.1
19092026-04-19T06:07:24.206Z Compiling newtype-uuid v1.3.2
19102026-04-19T06:07:24.252Z Compiling hyper-tls v0.6.0
19112026-04-19T06:07:24.487Z Compiling daft v0.1.4
19122026-04-19T06:07:24.852Z Compiling rustls-webpki v0.102.8
19132026-04-19T06:07:26.030Z Compiling tokio-rustls v0.26.3
19142026-04-19T06:07:26.278Z Compiling hyper-rustls v0.27.7
19152026-04-19T06:07:26.302Z Compiling rustls v0.22.4
19162026-04-19T06:07:26.612Z Compiling reqwest v0.12.23
19172026-04-19T06:07:27.114Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19182026-04-19T06:07:27.855Z Compiling sha1 v0.10.6
19192026-04-19T06:07:28.092Z Compiling tokio-rustls v0.25.0
19202026-04-19T06:07:28.165Z Compiling rustls-pemfile v2.2.0
19212026-04-19T06:07:28.331Z Compiling multer v3.1.0
19222026-04-19T06:07:28.365Z Compiling terminal_size v0.4.3
19232026-04-19T06:07:28.514Z Compiling rand_chacha v0.3.1
19242026-04-19T06:07:28.963Z Compiling wait-timeout v0.2.1
19252026-04-19T06:07:29.028Z Compiling hostname v0.4.2
19262026-04-19T06:07:29.418Z Compiling dropshot v0.16.7
19272026-04-19T06:07:29.430Z Compiling rusty-fork v0.3.0
19282026-04-19T06:07:29.825Z Compiling rand v0.8.5
19292026-04-19T06:07:30.662Z Compiling rand_xorshift v0.4.0
19302026-04-19T06:07:31.416Z Compiling hubpack_derive v0.1.1
19312026-04-19T06:07:31.923Z Compiling proptest v1.8.0
19322026-04-19T06:07:32.161Z Compiling clap_builder v4.6.0
19332026-04-19T06:07:33.067Z Compiling serde_spanned v0.6.9
19342026-04-19T06:07:33.720Z Compiling prettyplease v0.2.37
19352026-04-19T06:07:33.874Z Compiling clap v4.6.0
19362026-04-19T06:07:33.966Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19372026-04-19T06:07:34.636Z Compiling progenitor-client v0.11.1
19382026-04-19T06:07:34.940Z Compiling progenitor-client v0.10.0
19392026-04-19T06:07:35.244Z Compiling serde_with v3.14.1
19402026-04-19T06:07:35.819Z Compiling progenitor v0.11.1
19412026-04-19T06:07:36.975Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-04-19T06:07:37.292Z Compiling rustc-hash v2.1.1
19432026-04-19T06:07:37.421Z Compiling iddqd v0.3.17
19442026-04-19T06:07:37.647Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19452026-04-19T06:07:38.563Z Compiling backoff v0.4.0
19462026-04-19T06:07:38.669Z Compiling parse-display v0.10.0
19472026-04-19T06:07:38.740Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19482026-04-19T06:07:38.853Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19492026-04-19T06:07:38.872Z Compiling num-derive v0.3.3
19502026-04-19T06:07:39.010Z Compiling toml_write v0.1.2
19512026-04-19T06:07:39.023Z Compiling winnow v0.5.40
19522026-04-19T06:07:39.216Z Compiling toml_edit v0.22.27
19532026-04-19T06:07:40.668Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19542026-04-19T06:07:40.745Z Compiling num-integer v0.1.46
19552026-04-19T06:07:41.072Z Compiling float-ord v0.3.2
19562026-04-19T06:07:41.195Z Compiling toml v0.8.23
19572026-04-19T06:07:43.911Z Compiling num-rational v0.4.2
19582026-04-19T06:07:44.499Z Compiling num-iter v0.1.45
19592026-04-19T06:07:44.772Z Compiling num-complex v0.4.6
19602026-04-19T06:07:45.909Z Compiling num v0.4.3
19612026-04-19T06:07:46.241Z Compiling toml_edit v0.19.15
19622026-04-19T06:07:47.743Z Compiling proc-macro-crate v1.3.1
19632026-04-19T06:07:48.701Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-04-19T06:07:49.948Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-04-19T06:07:50.504Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-04-19T06:07:52.134Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-04-19T06:07:52.446Z Compiling zerocopy-derive v0.7.35
19682026-04-19T06:07:52.571Z Compiling memoffset v0.9.1
19692026-04-19T06:07:52.663Z Compiling ingot-macros v0.1.1
19702026-04-19T06:07:52.701Z Compiling proc-macro-error-attr2 v2.0.0
19712026-04-19T06:07:52.740Z Compiling nix v0.30.1
19722026-04-19T06:07:53.144Z Compiling proc-macro-error2 v2.0.1
19732026-04-19T06:07:53.324Z Compiling libscf-sys v1.1.0
19742026-04-19T06:07:53.466Z Compiling scroll_derive v0.12.1
19752026-04-19T06:07:53.781Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-04-19T06:07:54.188Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19772026-04-19T06:07:54.224Z Compiling tabled_derive v0.11.0
19782026-04-19T06:07:57.179Z Compiling zerocopy v0.7.35
19792026-04-19T06:07:57.734Z Compiling num_enum_derive v0.7.5
19802026-04-19T06:07:57.901Z Compiling hubpack v0.1.2
19812026-04-19T06:07:58.102Z Compiling foreign-types-macros v0.2.3
19822026-04-19T06:07:58.353Z Compiling static_assertions v1.1.0
19832026-04-19T06:07:58.755Z Compiling glob v0.3.3
19842026-04-19T06:07:58.822Z Compiling proc-macro-error-attr v1.0.4
19852026-04-19T06:07:58.983Z Compiling dtrace-parser v0.2.0
19862026-04-19T06:07:59.215Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19872026-04-19T06:07:59.447Z Compiling bytecount v0.6.9
19882026-04-19T06:07:59.681Z Compiling proc-macro-error v1.0.4
19892026-04-19T06:07:59.790Z Compiling dof v0.3.0
19902026-04-19T06:08:00.205Z Compiling num_enum_derive v0.5.11
19912026-04-19T06:08:01.684Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19922026-04-19T06:08:01.829Z Compiling thread-id v4.2.2
19932026-04-19T06:08:01.954Z Compiling usdt-impl v0.5.0
19942026-04-19T06:08:02.327Z Compiling derive_more v0.99.20
19952026-04-19T06:08:02.707Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19962026-04-19T06:08:02.822Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19972026-04-19T06:08:03.487Z Compiling minimal-lexical v0.2.1
19982026-04-19T06:08:03.522Z Compiling usdt-attr-macro v0.5.0
19992026-04-19T06:08:03.764Z Compiling nom v7.1.3
20002026-04-19T06:08:03.842Z Compiling usdt-macro v0.5.0
20012026-04-19T06:08:03.962Z Compiling zone_cfg_derive v0.3.1
20022026-04-19T06:08:04.350Z Compiling num-derive v0.4.2
20032026-04-19T06:08:04.619Z Compiling papergrid v0.17.0
20042026-04-19T06:08:04.654Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20052026-04-19T06:08:04.727Z Compiling testing_table v0.3.0
20062026-04-19T06:08:04.900Z Compiling rustc_version v0.4.1
20072026-04-19T06:08:05.186Z Compiling crossbeam-epoch v0.9.18
20082026-04-19T06:08:05.189Z Compiling enum-as-inner v0.6.1
20092026-04-19T06:08:05.435Z Compiling curve25519-dalek v4.1.3
20102026-04-19T06:08:05.531Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20112026-04-19T06:08:05.647Z Compiling tabled v0.20.0
20122026-04-19T06:08:05.793Z Compiling crossbeam-deque v0.8.6
20132026-04-19T06:08:05.811Z Compiling typify-impl v0.6.1
20142026-04-19T06:08:05.991Z Compiling thiserror-impl-no-std v2.0.2
20152026-04-19T06:08:06.110Z Compiling curve25519-dalek-derive v0.1.1
20162026-04-19T06:08:06.665Z Compiling rayon-core v1.13.0
20172026-04-19T06:08:06.820Z Compiling clang-sys v1.8.1
20182026-04-19T06:08:06.832Z Compiling scroll v0.12.0
20192026-04-19T06:08:07.155Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20202026-04-19T06:08:07.227Z Compiling hash32 v0.3.1
20212026-04-19T06:08:07.386Z Compiling heapless v0.8.0
20222026-04-19T06:08:07.412Z Compiling goblin v0.8.2
20232026-04-19T06:08:07.425Z Compiling ingot-types v0.1.2
20242026-04-19T06:08:07.596Z Compiling cobs v0.3.0
20252026-04-19T06:08:07.801Z Compiling libloading v0.8.9
20262026-04-19T06:08:07.813Z Compiling foreign-types-shared v0.3.1
20272026-04-19T06:08:07.816Z Compiling managed v0.8.0
20282026-04-19T06:08:07.911Z Compiling bitflags v1.3.2
20292026-04-19T06:08:08.006Z Compiling bindgen v0.72.1
20302026-04-19T06:08:08.022Z Compiling smoltcp v0.11.0
20312026-04-19T06:08:08.043Z Compiling foreign-types v0.5.0
20322026-04-19T06:08:08.128Z Compiling ingot v0.1.1
20332026-04-19T06:08:08.364Z Compiling postcard v1.1.3
20342026-04-19T06:08:08.708Z Compiling cexpr v0.6.0
20352026-04-19T06:08:08.844Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20362026-04-19T06:08:09.276Z Compiling num_enum v0.7.5
20372026-04-19T06:08:09.405Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20382026-04-19T06:08:09.868Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392026-04-19T06:08:09.881Z Compiling camino-tempfile v1.4.1
20402026-04-19T06:08:10.125Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20412026-04-19T06:08:10.137Z Compiling derive-where v1.6.0
20422026-04-19T06:08:10.318Z Compiling serde_repr v0.1.20
20432026-04-19T06:08:10.531Z Compiling cstr-argument v0.1.2
20442026-04-19T06:08:10.866Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452026-04-19T06:08:10.941Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20462026-04-19T06:08:11.647Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20472026-04-19T06:08:11.839Z Compiling rayon v1.11.0
20482026-04-19T06:08:12.038Z Compiling typify-macro v0.6.1
20492026-04-19T06:08:12.105Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502026-04-19T06:08:12.230Z Compiling crucible-workspace-hack v0.1.0
20512026-04-19T06:08:12.912Z Compiling memmap v0.7.0
20522026-04-19T06:08:13.014Z Compiling tinyvec_macros v0.1.1
20532026-04-19T06:08:13.109Z Compiling tinyvec v1.10.0
20542026-04-19T06:08:13.112Z Compiling usdt v0.5.0
20552026-04-19T06:08:13.388Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20562026-04-19T06:08:13.872Z Compiling num_enum v0.5.11
20572026-04-19T06:08:14.116Z Compiling typify v0.6.1
20582026-04-19T06:08:14.280Z Compiling pin-project-internal v1.1.10
20592026-04-19T06:08:15.078Z Compiling progenitor-impl v0.13.0
20602026-04-19T06:08:15.313Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20612026-04-19T06:08:15.432Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20622026-04-19T06:08:15.603Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20632026-04-19T06:08:15.678Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20642026-04-19T06:08:16.073Z Compiling rustix v0.38.44
20652026-04-19T06:08:16.220Z Compiling itertools v0.12.1
20662026-04-19T06:08:16.259Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20672026-04-19T06:08:16.446Z Compiling progenitor-impl v0.10.0
20682026-04-19T06:08:16.654Z Compiling sigpipe v0.1.3
20692026-04-19T06:08:16.667Z Compiling jiff v0.2.15
20702026-04-19T06:08:16.967Z Compiling const_format_proc_macros v0.2.34
20712026-04-19T06:08:17.373Z Compiling zone v0.3.1
20722026-04-19T06:08:17.429Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-04-19T06:08:17.770Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20742026-04-19T06:08:18.604Z Compiling progenitor-macro v0.13.0
20752026-04-19T06:08:19.157Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20762026-04-19T06:08:19.372Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20772026-04-19T06:08:19.644Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20782026-04-19T06:08:19.831Z Compiling secrecy v0.10.3
20792026-04-19T06:08:19.914Z Compiling progenitor-macro v0.10.0
20802026-04-19T06:08:20.002Z Compiling smf v0.2.3
20812026-04-19T06:08:20.123Z Compiling async-recursion v1.1.1
20822026-04-19T06:08:20.392Z Compiling snafu-derive v0.8.9
20832026-04-19T06:08:20.562Z Compiling bstr v1.12.0
20842026-04-19T06:08:20.918Z Compiling whoami v1.6.1
20852026-04-19T06:08:21.090Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-04-19T06:08:21.993Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-04-19T06:08:22.315Z Compiling hmac v0.12.1
20882026-04-19T06:08:22.704Z Compiling inout v0.1.4
20892026-04-19T06:08:22.731Z Compiling ff v0.13.1
20902026-04-19T06:08:22.858Z Compiling crc8 v0.1.1
20912026-04-19T06:08:22.980Z Compiling data-encoding v2.9.0
20922026-04-19T06:08:23.170Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20932026-04-19T06:08:23.836Z Compiling group v0.13.0
20942026-04-19T06:08:23.859Z Compiling cipher v0.4.4
20952026-04-19T06:08:23.972Z Compiling hkdf v0.12.4
20962026-04-19T06:08:24.483Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20972026-04-19T06:08:24.631Z Compiling atomicwrites v0.4.4
20982026-04-19T06:08:24.854Z Compiling tokio-dtrace v0.1.1
20992026-04-19T06:08:25.136Z Compiling tabled_derive v0.7.0
21002026-04-19T06:08:25.476Z Compiling reqwest v0.13.2
21012026-04-19T06:08:25.599Z Compiling universal-hash v0.5.1
21022026-04-19T06:08:25.737Z Compiling crypto-bigint v0.5.5
21032026-04-19T06:08:25.750Z Compiling half v2.7.1
21042026-04-19T06:08:26.048Z Compiling ciborium-io v0.2.2
21052026-04-19T06:08:26.071Z Compiling base16ct v0.2.0
21062026-04-19T06:08:26.150Z Compiling base64ct v1.8.0
21072026-04-19T06:08:26.238Z Compiling indent_write v2.2.0
21082026-04-19T06:08:26.386Z Compiling opaque-debug v0.3.1
21092026-04-19T06:08:26.464Z Compiling poly1305 v0.8.0
21102026-04-19T06:08:26.476Z Compiling progenitor-client v0.13.0
21112026-04-19T06:08:26.774Z Compiling password-hash v0.5.0
21122026-04-19T06:08:26.838Z Compiling elliptic-curve v0.13.8
21132026-04-19T06:08:26.935Z Compiling ciborium-ll v0.2.2
21142026-04-19T06:08:27.442Z Compiling oxide-tokio-rt v0.1.2
21152026-04-19T06:08:27.932Z Compiling chacha20 v0.9.1
21162026-04-19T06:08:28.051Z Compiling similar v2.7.0
21172026-04-19T06:08:28.160Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21182026-04-19T06:08:28.518Z Compiling thiserror-no-std v2.0.2
21192026-04-19T06:08:29.018Z Compiling blake2 v0.10.6
21202026-04-19T06:08:29.186Z Compiling aead v0.5.2
21212026-04-19T06:08:29.470Z Compiling keccak v0.1.6
21222026-04-19T06:08:29.702Z Compiling resolv-conf v0.7.5
21232026-04-19T06:08:29.793Z Compiling linked-hash-map v0.5.6
21242026-04-19T06:08:29.906Z Compiling sha3 v0.10.8
21252026-04-19T06:08:29.985Z Compiling lru-cache v0.1.2
21262026-04-19T06:08:30.116Z Compiling vsss-rs v3.3.4
21272026-04-19T06:08:30.150Z Compiling chacha20poly1305 v0.10.1
21282026-04-19T06:08:30.163Z Compiling argon2 v0.5.3
21292026-04-19T06:08:30.219Z Compiling progenitor v0.13.0
21302026-04-19T06:08:30.285Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21312026-04-19T06:08:30.358Z Compiling ciborium v0.2.2
21322026-04-19T06:08:30.520Z Compiling hickory-proto v0.24.4
21332026-04-19T06:08:30.938Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21342026-04-19T06:08:30.958Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21352026-04-19T06:08:31.409Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21362026-04-19T06:08:31.462Z Compiling serde-big-array v0.5.1
21372026-04-19T06:08:31.556Z Compiling same-file v1.0.6
21382026-04-19T06:08:31.665Z Compiling siphasher v1.0.1
21392026-04-19T06:08:31.729Z Compiling unicode-segmentation v1.12.0
21402026-04-19T06:08:31.842Z Compiling phf_shared v0.12.1
21412026-04-19T06:08:32.021Z Compiling walkdir v2.5.0
21422026-04-19T06:08:32.058Z Compiling newline-converter v0.3.0
21432026-04-19T06:08:32.132Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21442026-04-19T06:08:32.177Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21452026-04-19T06:08:32.336Z Compiling hickory-resolver v0.24.4
21462026-04-19T06:08:32.385Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-04-19T06:08:32.757Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21482026-04-19T06:08:33.838Z Compiling newtype_derive v0.1.6
21492026-04-19T06:08:33.913Z Compiling owo-colors v4.3.0
21502026-04-19T06:08:33.925Z Compiling tokio-stream v0.1.17
21512026-04-19T06:08:34.158Z Compiling console v0.15.11
21522026-04-19T06:08:34.384Z Compiling csv-core v0.1.12
21532026-04-19T06:08:34.567Z Compiling foldhash v0.1.5
21542026-04-19T06:08:34.760Z Compiling termtree v0.5.1
21552026-04-19T06:08:34.863Z Compiling unicode-width v0.1.14
21562026-04-19T06:08:34.900Z Compiling unicode-linebreak v0.1.5
21572026-04-19T06:08:34.923Z Compiling swrite v0.1.0
21582026-04-19T06:08:35.023Z Compiling humantime v2.3.0
21592026-04-19T06:08:35.044Z Compiling smawk v0.3.2
21602026-04-19T06:08:35.151Z Compiling hashbrown v0.15.5
21612026-04-19T06:08:35.174Z Compiling textwrap v0.16.2
21622026-04-19T06:08:35.186Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21632026-04-19T06:08:35.254Z Compiling csv v1.3.1
21642026-04-19T06:08:35.330Z Compiling expectorate v1.2.0
21652026-04-19T06:08:35.496Z Compiling qorb v0.4.1
21662026-04-19T06:08:35.723Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21672026-04-19T06:08:36.535Z Compiling phf v0.12.1
21682026-04-19T06:08:36.695Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21692026-04-19T06:08:37.431Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21702026-04-19T06:08:37.605Z Compiling pin-project v1.1.10
21712026-04-19T06:08:37.670Z Compiling unicode-normalization v0.1.24
21722026-04-19T06:08:37.715Z Compiling libz-sys v1.1.22
21732026-04-19T06:08:38.045Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-04-19T06:08:38.779Z Compiling libsw-core v0.3.2
21752026-04-19T06:08:38.841Z Compiling highway v1.3.0
21762026-04-19T06:08:38.956Z Compiling fixedbitset v0.4.2
21772026-04-19T06:08:39.142Z Compiling fixedbitset v0.5.7
21782026-04-19T06:08:39.481Z Compiling progenitor v0.10.0
21792026-04-19T06:08:39.526Z Compiling petgraph v0.8.2
21802026-04-19T06:08:39.572Z Compiling petgraph v0.6.5
21812026-04-19T06:08:39.635Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-04-19T06:08:40.428Z Compiling libsw v3.5.0
21832026-04-19T06:08:41.042Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-04-19T06:08:41.094Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-04-19T06:08:41.456Z Compiling olpc-cjson v0.1.4
21862026-04-19T06:08:41.560Z Compiling libgit2-sys v0.17.0+1.8.1
21872026-04-19T06:08:41.632Z Compiling snafu v0.8.9
21882026-04-19T06:08:42.019Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-04-19T06:08:42.221Z Compiling chrono-tz v0.10.4
21902026-04-19T06:08:42.373Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-04-19T06:08:42.691Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-04-19T06:08:43.418Z Compiling papergrid v0.11.0
21932026-04-19T06:08:43.749Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-04-19T06:08:44.042Z Compiling globset v0.4.16
21952026-04-19T06:08:44.734Z Compiling const_format v0.2.34
21962026-04-19T06:08:44.836Z Compiling slog-dtrace v0.3.0
21972026-04-19T06:08:44.904Z Compiling cancel-safe-futures v0.1.5
21982026-04-19T06:08:45.077Z Compiling gethostname v0.5.0
21992026-04-19T06:08:45.210Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22002026-04-19T06:08:45.664Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-04-19T06:08:46.254Z Compiling dropshot-api-manager-types v0.5.2
22022026-04-19T06:08:46.280Z Compiling pem v3.0.5
22032026-04-19T06:08:46.637Z Compiling bcs v0.1.6
22042026-04-19T06:08:46.640Z Compiling cargo-platform v0.1.9
22052026-04-19T06:08:46.670Z Compiling serde_plain v1.0.2
22062026-04-19T06:08:46.963Z Compiling typed-path v0.9.3
22072026-04-19T06:08:47.119Z Compiling tagptr v0.2.0
22082026-04-19T06:08:47.287Z Compiling linear-map v1.2.0
22092026-04-19T06:08:47.298Z Compiling moka v0.12.11
22102026-04-19T06:08:47.507Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-04-19T06:08:47.959Z Compiling tough v0.20.0
22122026-04-19T06:08:49.770Z Compiling cargo_metadata v0.18.1
22132026-04-19T06:08:49.949Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-04-19T06:08:50.812Z Compiling tabled v0.15.0
22152026-04-19T06:08:50.899Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-04-19T06:08:51.077Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-04-19T06:08:51.345Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-04-19T06:08:51.389Z Compiling git2 v0.19.0
22192026-04-19T06:08:52.671Z Compiling steno v0.4.1
22202026-04-19T06:08:54.153Z Compiling cookie v0.18.1
22212026-04-19T06:08:54.288Z Compiling hickory-proto v0.25.2
22222026-04-19T06:08:56.646Z Compiling hickory-resolver v0.25.2
22232026-04-19T06:08:56.858Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-04-19T06:08:58.871Z Compiling vergen v8.3.2
22252026-04-19T06:09:00.366Z Compiling signal-hook v0.3.18
22262026-04-19T06:09:01.358Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22272026-04-19T06:09:01.466Z Compiling mockall_derive v0.13.1
22282026-04-19T06:09:01.705Z Compiling predicates-core v1.0.9
22292026-04-19T06:09:02.242Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22302026-04-19T06:09:02.258Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22312026-04-19T06:09:02.284Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22322026-04-19T06:09:02.565Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22332026-04-19T06:09:02.584Z Compiling sha2 v0.10.9
22342026-04-19T06:09:03.542Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22352026-04-19T06:09:04.007Z Compiling adler2 v2.0.1
22362026-04-19T06:09:04.303Z Compiling yansi v1.0.1
22372026-04-19T06:09:04.345Z Compiling diff v0.1.13
22382026-04-19T06:09:04.644Z Compiling pretty_assertions v1.4.1
22392026-04-19T06:09:04.692Z Compiling miniz_oxide v0.8.9
22402026-04-19T06:09:04.943Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22412026-04-19T06:09:05.416Z Compiling predicates v3.1.3
22422026-04-19T06:09:05.792Z Compiling predicates-tree v1.0.12
22432026-04-19T06:09:05.876Z Compiling fs-err v3.1.2
22442026-04-19T06:09:05.933Z Compiling crc32fast v1.5.0
22452026-04-19T06:09:06.663Z Compiling git-stub v1.0.0
22462026-04-19T06:09:06.679Z Compiling filetime v0.2.26
22472026-04-19T06:09:06.878Z Compiling fragile v2.0.1
22482026-04-19T06:09:06.951Z Compiling is_ci v1.2.0
22492026-04-19T06:09:07.115Z Compiling downcast v0.11.0
22502026-04-19T06:09:07.192Z Compiling arrayref v0.3.9
22512026-04-19T06:09:07.276Z Compiling arrayvec v0.7.6
22522026-04-19T06:09:07.287Z Compiling xattr v1.6.1
22532026-04-19T06:09:07.477Z Compiling constant_time_eq v0.3.1
22542026-04-19T06:09:07.491Z Compiling tar v0.4.45
22552026-04-19T06:09:07.605Z Compiling blake3 v1.8.2
22562026-04-19T06:09:08.182Z Compiling toml v0.7.8
22572026-04-19T06:09:08.505Z Compiling supports-color v3.0.2
22582026-04-19T06:09:08.574Z Compiling mockall v0.13.1
22592026-04-19T06:09:08.699Z Compiling git-stub-vcs v0.1.0
22602026-04-19T06:09:08.857Z Compiling signal-hook-tokio v0.3.1
22612026-04-19T06:09:09.002Z Compiling curl-sys v0.4.83+curl-8.15.0
22622026-04-19T06:09:09.090Z Compiling flate2 v1.1.2
22632026-04-19T06:09:09.705Z Compiling drift v0.1.3
22642026-04-19T06:09:09.717Z Compiling kstat-rs v0.2.4
22652026-04-19T06:09:10.044Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22662026-04-19T06:09:10.368Z Compiling display-error-chain v0.2.2
22672026-04-19T06:09:10.681Z Compiling hex-literal v1.0.0
22682026-04-19T06:09:10.814Z Compiling topological-sort v0.2.2
22692026-04-19T06:09:10.974Z Compiling omicron-zone-package v0.12.2
22702026-04-19T06:09:11.239Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22712026-04-19T06:09:11.467Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22722026-04-19T06:09:12.150Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22732026-04-19T06:09:13.522Z Compiling dropshot-api-manager v0.5.2
22742026-04-19T06:09:13.535Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-04-19T06:09:13.853Z Compiling curl v0.4.49
22762026-04-19T06:09:14.012Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22772026-04-19T06:09:14.501Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22782026-04-19T06:09:14.747Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22792026-04-19T06:09:14.840Z Compiling internet-checksum v0.2.1
22802026-04-19T06:09:14.995Z Compiling search_path v0.1.4
22812026-04-19T06:09:15.008Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22822026-04-19T06:09:15.401Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22832026-04-19T06:09:16.685Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22842026-04-19T06:09:19.694Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22852026-04-19T06:10:03.117Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 12s
22862026-04-19T06:10:03.238Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
22872026-04-19T06:10:03.241Z
22882026-04-19T06:10:03.242Zrunning 5 tests
22892026-04-19T06:10:03.245Ztest fuse::tests::chip_revision_a0 ... ok
22902026-04-19T06:10:03.245Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22912026-04-19T06:10:03.245Ztest fuse::tests::chip_revision_b1 ... ok
22922026-04-19T06:10:03.245Ztest fuse::tests::chip_revision_b0 ... ok
22932026-04-19T06:10:03.245Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22942026-04-19T06:10:03.245Z
22952026-04-19T06:10:03.245Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22962026-04-19T06:10:03.245Z
22972026-04-19T06:10:03.245Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22982026-04-19T06:10:03.248Z
22992026-04-19T06:10:03.248Zrunning 0 tests
23002026-04-19T06:10:03.248Z
23012026-04-19T06:10:03.248Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23022026-04-19T06:10:03.248Z
23032026-04-19T06:10:03.248Z Running unittests src/lib.rs (target/debug/deps/asic-fbe6f519b892adb0)
23042026-04-19T06:10:03.248Z
23052026-04-19T06:10:03.248Zrunning 0 tests
23062026-04-19T06:10:03.248Z
23072026-04-19T06:10:03.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23082026-04-19T06:10:03.251Z
23092026-04-19T06:10:03.251Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
23102026-04-19T06:10:03.251Z
23112026-04-19T06:10:03.251Zrunning 10 tests
23122026-04-19T06:10:03.251Ztest nat::tests::test_vni ... ok
23132026-04-19T06:10:03.251Ztest network::tests::test_equal ... ok
23142026-04-19T06:10:03.251Ztest network::tests::test_eui64 ... ok
23152026-04-19T06:10:03.251Ztest network::tests::test_into ... ok
23162026-04-19T06:10:03.251Ztest network::tests::test_not_equal ... ok
23172026-04-19T06:10:03.252Ztest network::tests::test_generate_ipv6_link_local ... ok
23182026-04-19T06:10:03.252Ztest network::tests::test_parse ... ok
23192026-04-19T06:10:03.252Ztest network::tests::test_to_string ... ok
23202026-04-19T06:10:03.252Ztest test_purge ... ok
23212026-04-19T06:10:03.254Ztest illumos::test::address_exists_handles_missing_object ... ok
23222026-04-19T06:10:03.254Z
23232026-04-19T06:10:03.254Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-04-19T06:10:03.255Z
23252026-04-19T06:10:03.258Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
23262026-04-19T06:10:03.261Z
23272026-04-19T06:10:03.261Zrunning 1 test
23282026-04-19T06:10:04.596Ztest test::test_apis_up_to_date ... ok
23292026-04-19T06:10:04.596Z
23302026-04-19T06:10:04.596Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
23312026-04-19T06:10:04.596Z
23322026-04-19T06:10:04.651Z Running unittests src/main.rs (target/debug/deps/dpd-ae02bf3c98c1c06e)
23332026-04-19T06:10:04.657Z
23342026-04-19T06:10:04.657Zrunning 18 tests
23352026-04-19T06:10:04.660Ztest freemap::test_ordering ... ok
23362026-04-19T06:10:04.660Ztest freemap::test_split ... ok
23372026-04-19T06:10:04.660Ztest config::tests::test_updates ... ok
23382026-04-19T06:10:04.660Ztest macaddrs::tests::test_mac_offset ... ok
23392026-04-19T06:10:04.660Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23402026-04-19T06:10:04.660Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23412026-04-19T06:10:04.660Ztest macaddrs::tests::test_parse_port_id ... ok
23422026-04-19T06:10:04.660Ztest nat::test_mapping ... ok
23432026-04-19T06:10:04.663Ztest port_map::tests::dump_map ... ok
23442026-04-19T06:10:04.663Ztest port_map::tests::test_backplane_group ... ok
23452026-04-19T06:10:04.663ZApr 19 06:10:02.928 DEBGApr 19 06:10:02.928 created new freemapDEBG created new freemap, , unitunit:: freemap_testfreemap_test
23462026-04-19T06:10:04.663Z
23472026-04-19T06:10:04.663ZApr 19 06:10:02.928 DEBG initted freemap. size: 128, Apr 19 06:10:02.928unit :DEBG Apr 19 06:10:02.928freemap_test
23482026-04-19T06:10:04.663Zcreated new freemapDEBG , initted freemap. size: 128unitApr 19 06:10:02.928: DEBGfreemap_test , reset freemapunit,
23492026-04-19T06:10:04.663Zunit:: freemap_testfreemap_test
23502026-04-19T06:10:04.663Z
23512026-04-19T06:10:04.663ZApr 19 06:10:02.928 DEBG initted freemap. size: 128Apr 19 06:10:02.928, unitDEBG: reset freemapfreemap_test,
23522026-04-19T06:10:04.663Zunit: freemap_test
23532026-04-19T06:10:04.663ZApr 19 06:10:02.928 DEBG reset freemap, unit: freemap_test
23542026-04-19T06:10:04.663ZApr 19 06:10:02.928 DEBG created new freemapApr 19 06:10:02.928, unitDEBG: created new freemapfreemap_test
23552026-04-19T06:10:04.663Ztest port_map::tests::test_port_map ... ok
23562026-04-19T06:10:04.663Z, unit: freemap_testApr 19 06:10:02.928
23572026-04-19T06:10:04.663ZDEBG initted freemap. size: 128, unit: freemap_test
23582026-04-19T06:10:04.663ZApr 19 06:10:02.928 DEBG initted freemap. size: 128Apr 19 06:10:02.928, unitDEBG: reset freemapfreemap_test,
23592026-04-19T06:10:04.663Zunit: freemap_testApr 19 06:10:02.928
23602026-04-19T06:10:04.663Z DEBG reset freemap, unit: freemap_test
23612026-04-19T06:10:04.663Ztest freemap::test_basic ... ok
23622026-04-19T06:10:04.663Ztest freemap::test_free ... ok
23632026-04-19T06:10:04.663Ztest freemap::test_exhaustion ... ok
23642026-04-19T06:10:04.663Ztest freemap::test_reclaim ... ok
23652026-04-19T06:10:04.663Ztest freemap::test_span ... ok
23662026-04-19T06:10:04.663Ztest port_map::tests::parse_softnpu_revision ... ok
23672026-04-19T06:10:04.663Ztest api_server::tests::test_build_info ... ok
23682026-04-19T06:10:04.663Z
23692026-04-19T06:10:04.664Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23702026-04-19T06:10:04.664Z
23712026-04-19T06:10:04.667Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0a8928fda7958fc7)
23722026-04-19T06:10:04.667Z
23732026-04-19T06:10:04.667Zrunning 0 tests
23742026-04-19T06:10:04.667Z
23752026-04-19T06:10:04.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23762026-04-19T06:10:04.667Z
23772026-04-19T06:10:04.667Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
23782026-04-19T06:10:04.670Z
23792026-04-19T06:10:04.670Zrunning 0 tests
23802026-04-19T06:10:04.670Z
23812026-04-19T06:10:04.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23822026-04-19T06:10:04.670Z
23832026-04-19T06:10:04.670Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5bde607fb251226e)
23842026-04-19T06:10:04.673Z
23852026-04-19T06:10:04.673Zrunning 6 tests
23862026-04-19T06:10:04.673Ztest tests::test_parse_client_port_id ... ok
23872026-04-19T06:10:04.673Ztest tests::test_port_id_cmp ... ok
23882026-04-19T06:10:04.673Ztest tests::test_full_lot_id_neither_present ... ok
23892026-04-19T06:10:04.673Ztest tests::test_full_lot_id_lot_only ... ok
23902026-04-19T06:10:04.673Ztest tests::test_full_lot_id_both_present ... ok
23912026-04-19T06:10:04.673Ztest tests::test_full_lot_id_lotnum_only ... ok
23922026-04-19T06:10:04.673Z
23932026-04-19T06:10:04.673Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23942026-04-19T06:10:04.673Z
23952026-04-19T06:10:04.673Z Running tests/test_all.rs (target/debug/deps/test_all-d5e6aaf6449331f0)
23962026-04-19T06:10:04.676Z
23972026-04-19T06:10:04.676Zrunning 0 tests
23982026-04-19T06:10:04.676Z
23992026-04-19T06:10:04.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24002026-04-19T06:10:04.676Z
24012026-04-19T06:10:04.676Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
24022026-04-19T06:10:04.676Z
24032026-04-19T06:10:04.676Zrunning 0 tests
24042026-04-19T06:10:04.676Z
24052026-04-19T06:10:04.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24062026-04-19T06:10:04.676Z
24072026-04-19T06:10:04.677Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
24082026-04-19T06:10:04.680Z
24092026-04-19T06:10:04.680Zrunning 0 tests
24102026-04-19T06:10:04.680Z
24112026-04-19T06:10:04.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24122026-04-19T06:10:04.680Z
24132026-04-19T06:10:04.680Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
24142026-04-19T06:10:04.680Z
24152026-04-19T06:10:04.680Zrunning 12 tests
24162026-04-19T06:10:04.683Ztest icmp::test_v6_checksum ... ok
24172026-04-19T06:10:04.683Ztest icmp::test_v4_checksum ... ok
24182026-04-19T06:10:04.683Ztest lldp::test_lldp_parse ... ok
24192026-04-19T06:10:04.683Ztest ipv6::test_ipv6_parse ... ok
24202026-04-19T06:10:04.683Ztest pbuf::test_byte ... ok
24212026-04-19T06:10:04.683Ztest pbuf::test_nibble ... ok
24222026-04-19T06:10:04.683Ztest pbuf::test_short ... ok
24232026-04-19T06:10:04.683Ztest pbuf::test_overflow ... ok
24242026-04-19T06:10:04.683Ztest pbuf::test_twelve ... ok
24252026-04-19T06:10:04.683Ztest pbuf::test_word ... ok
24262026-04-19T06:10:04.683Ztest tcp::test_checksum_syn_nodata ... ok
24272026-04-19T06:10:04.683Ztest tcp::test_checksum_ack_data ... ok
24282026-04-19T06:10:04.683Z
24292026-04-19T06:10:04.683Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24302026-04-19T06:10:04.683Z
24312026-04-19T06:10:04.683Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24322026-04-19T06:10:04.683Z
24332026-04-19T06:10:04.683Zrunning 0 tests
24342026-04-19T06:10:04.683Z
24352026-04-19T06:10:04.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24362026-04-19T06:10:04.683Z
24372026-04-19T06:10:04.683Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
24382026-04-19T06:10:04.687Z
24392026-04-19T06:10:04.687Zrunning 5 tests
24402026-04-19T06:10:04.687Ztest switchport::test::test_compute_lanes ... ok
24412026-04-19T06:10:04.687Ztest switchport::test::port_id_ordering ... ok
24422026-04-19T06:10:04.687Z Lane 0 Lane 1 Lane 2 Lane 3
24432026-04-19T06:10:04.687Z Rx Loss-of-lock: Yes Yes Yes Yes
24442026-04-19T06:10:04.687Z Lane 0 Rx Loss-of-signal: Yes Yes YesLane 1 Yes
24452026-04-19T06:10:04.687ZLane 2 Rx CDR Enabled: Yes Lane 3Yes
24462026-04-19T06:10:04.687ZYes Yes
24472026-04-19T06:10:04.687Z State: Activated Tx Enabled: Yes ActivatedYes ActivatedYes ActivatedYes
24482026-04-19T06:10:04.687Z
24492026-04-19T06:10:04.687Z Tx Loss-of-lock: No Rx Output Enabled: false No falseNo No
24502026-04-19T06:10:04.687Zfalse Tx Loss-of-signal: Nofalse
24512026-04-19T06:10:04.687ZNo Rx Output Status: valid No valid No
24522026-04-19T06:10:04.687Zvalid Tx CDR Enabled: No valid
24532026-04-19T06:10:04.687ZNo Rx Loss-of-lock: true No trueNo
24542026-04-19T06:10:04.687Ztrue Tx Adaptive EQ Fault: No true
24552026-04-19T06:10:04.687ZNo Rx Loss-of-signal: falseNo Nofalse
24562026-04-19T06:10:04.687Z Tx Fault: Yes Yesfalse Yesfalse
24572026-04-19T06:10:04.687ZYes
24582026-04-19T06:10:04.687ZRx Auto-squelch Disable: true true true true
24592026-04-19T06:10:04.687Z Tx Output Enabled: true true true true
24602026-04-19T06:10:04.687Z Tx Output Status: invalid invalid invalid invalid
24612026-04-19T06:10:04.687Z Tx Loss-of-lock: false false false false
24622026-04-19T06:10:04.687Z Tx Loss-of-signal: true true true true
24632026-04-19T06:10:04.687ZTx Auto-squelch Disable: false false false false
24642026-04-19T06:10:04.687Z Tx Adaptive EQ Fail: true true true true
24652026-04-19T06:10:04.687Z Tx Failure: false false false false
24662026-04-19T06:10:04.687Z Tx Force Squelch: true true true true
24672026-04-19T06:10:04.687Z Tx Input Polarity: normal normal normal normal
24682026-04-19T06:10:04.688Ztest switchport::test::test_print_sff_datapath ... ok
24692026-04-19T06:10:04.688Ztest switchport::test::test_print_cmis_datapath ... ok
24702026-04-19T06:10:04.688Ztest link::test_filter ... ok
24712026-04-19T06:10:04.688Z
24722026-04-19T06:10:04.688Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24732026-04-19T06:10:04.688Z
24742026-04-19T06:10:04.691Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
24752026-04-19T06:10:04.691Z
24762026-04-19T06:10:04.691Zrunning 1 test
24772026-04-19T06:10:04.691Ztest test_p4_counter_list ... ignored
24782026-04-19T06:10:04.691Z
24792026-04-19T06:10:04.691Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-04-19T06:10:04.691Z
24812026-04-19T06:10:04.691Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
24822026-04-19T06:10:04.691Z
24832026-04-19T06:10:04.691Zrunning 5 tests
24842026-04-19T06:10:04.691Ztest test_an ... ignored
24852026-04-19T06:10:04.691Ztest test_enable ... ignored
24862026-04-19T06:10:04.691Ztest test_ip_addresses ... ignored
24872026-04-19T06:10:04.691Ztest test_kr ... ignored
24882026-04-19T06:10:04.691Ztest test_mac ... ignored
24892026-04-19T06:10:04.691Z
24902026-04-19T06:10:04.691Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-04-19T06:10:04.691Z
24922026-04-19T06:10:04.691Z Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32)
24932026-04-19T06:10:04.695Z
24942026-04-19T06:10:04.695Zrunning 3 tests
24952026-04-19T06:10:04.695Ztest linklocal::test_parse_ipadm ... ok
24962026-04-19T06:10:04.695Ztest tfport::test_parse_tfport ... ok
24972026-04-19T06:10:04.695Ztest config::tests::test_updates ... ok
24982026-04-19T06:10:04.695Z
24992026-04-19T06:10:04.695Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-04-19T06:10:04.695Z
25012026-04-19T06:10:04.695Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
25022026-04-19T06:10:04.697Z
25032026-04-19T06:10:04.698Zrunning 0 tests
25042026-04-19T06:10:04.698Z
25052026-04-19T06:10:04.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25062026-04-19T06:10:04.698Z
25072026-04-19T06:10:04.698Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
25082026-04-19T06:10:04.698Z
25092026-04-19T06:10:04.698Zrunning 0 tests
25102026-04-19T06:10:04.698Z
25112026-04-19T06:10:04.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25122026-04-19T06:10:04.698Z
25132026-04-19T06:10:04.701Z Doc-tests aal
25142026-04-19T06:10:04.830Z
25152026-04-19T06:10:04.830Zrunning 0 tests
25162026-04-19T06:10:04.830Z
25172026-04-19T06:10:04.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-04-19T06:10:04.830Z
25192026-04-19T06:10:04.846Z Doc-tests aal_macros
25202026-04-19T06:10:04.917Z
25212026-04-19T06:10:04.917Zrunning 0 tests
25222026-04-19T06:10:04.917Z
25232026-04-19T06:10:04.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25242026-04-19T06:10:04.917Z
25252026-04-19T06:10:04.929Z Doc-tests common
25262026-04-19T06:10:05.163Z
25272026-04-19T06:10:05.163Zrunning 0 tests
25282026-04-19T06:10:05.163Z
25292026-04-19T06:10:05.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25302026-04-19T06:10:05.163Z
25312026-04-19T06:10:05.184Z Doc-tests dpd_api
25322026-04-19T06:10:05.933Z
25332026-04-19T06:10:05.933Zrunning 2 tests
25342026-04-19T06:10:05.933Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25352026-04-19T06:10:05.933Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25362026-04-19T06:10:05.933Z
25372026-04-19T06:10:05.933Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-04-19T06:10:05.933Z
25392026-04-19T06:10:05.963Z Doc-tests dpd_client
25402026-04-19T06:10:07.241Z
25412026-04-19T06:10:07.241Zrunning 0 tests
25422026-04-19T06:10:07.241Z
25432026-04-19T06:10:07.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-04-19T06:10:07.241Z
25452026-04-19T06:10:07.287Z Doc-tests dpd_types
25462026-04-19T06:10:07.491Z
25472026-04-19T06:10:07.491Zrunning 0 tests
25482026-04-19T06:10:07.491Z
25492026-04-19T06:10:07.491Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-04-19T06:10:07.491Z
25512026-04-19T06:10:07.516Z Doc-tests dpd_types_versions
25522026-04-19T06:10:08.724Z
25532026-04-19T06:10:08.724Zrunning 1 test
25542026-04-19T06:10:08.724Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25552026-04-19T06:10:08.724Z
25562026-04-19T06:10:08.724Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25572026-04-19T06:10:08.724Z
25582026-04-19T06:10:08.770Z Doc-tests packet
25592026-04-19T06:10:08.880Z
25602026-04-19T06:10:08.880Zrunning 0 tests
25612026-04-19T06:10:08.880Z
25622026-04-19T06:10:08.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25632026-04-19T06:10:08.880Z
25642026-04-19T06:10:08.896Z Doc-tests pcap
25652026-04-19T06:10:08.949Z
25662026-04-19T06:10:08.949Zrunning 0 tests
25672026-04-19T06:10:08.949Z
25682026-04-19T06:10:08.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25692026-04-19T06:10:08.949Z
25702026-04-19T06:10:09.015Z+ for feat in tofino_stub tofino_asic softnpu chaos
25712026-04-19T06:10:09.015Z+ RUST_BACKTRACE=full
25722026-04-19T06:10:09.015Z+ cargo test --features tofino_asic --no-fail-fast
25732026-04-19T06:10:09.609Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25742026-04-19T06:10:09.684Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25752026-04-19T06:10:09.690Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25762026-04-19T06:10:09.697Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25772026-04-19T06:10:18.381Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25782026-04-19T06:10:19.197Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25792026-04-19T06:10:57.572Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.54s
25802026-04-19T06:10:57.685Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
25812026-04-19T06:10:57.688Z
25822026-04-19T06:10:57.688Zrunning 5 tests
25832026-04-19T06:10:57.691Ztest fuse::tests::chip_revision_a0 ... ok
25842026-04-19T06:10:57.691Ztest fuse::tests::chip_revision_b1 ... ok
25852026-04-19T06:10:57.691Ztest fuse::tests::chip_revision_b0 ... ok
25862026-04-19T06:10:57.691Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25872026-04-19T06:10:57.691Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25882026-04-19T06:10:57.691Z
25892026-04-19T06:10:57.691Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25902026-04-19T06:10:57.691Z
25912026-04-19T06:10:57.691Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25922026-04-19T06:10:57.691Z
25932026-04-19T06:10:57.691Zrunning 0 tests
25942026-04-19T06:10:57.692Z
25952026-04-19T06:10:57.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25962026-04-19T06:10:57.692Z
25972026-04-19T06:10:57.695Z Running unittests src/lib.rs (target/debug/deps/asic-ae862f40fede3478)
25982026-04-19T06:10:57.777Z
25992026-04-19T06:10:57.777Zrunning 8 tests
26002026-04-19T06:10:57.780Ztest tofino_asic::qsfp::tests::fix_link ... ok
26012026-04-19T06:10:57.780Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26022026-04-19T06:10:57.780Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26032026-04-19T06:10:57.780Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26042026-04-19T06:10:57.780Ztest tofino_asic::stats::constants_sanity_check ... ok
26052026-04-19T06:10:57.780Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26062026-04-19T06:10:57.787Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26072026-04-19T06:10:58.279Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26082026-04-19T06:10:58.279Z
26092026-04-19T06:10:58.279Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26102026-04-19T06:10:58.279Z
26112026-04-19T06:10:58.289Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
26122026-04-19T06:10:58.292Z
26132026-04-19T06:10:58.292Zrunning 10 tests
26142026-04-19T06:10:58.294Ztest network::tests::test_equal ... ok
26152026-04-19T06:10:58.294Ztest nat::tests::test_vni ... ok
26162026-04-19T06:10:58.294Ztest network::tests::test_generate_ipv6_link_local ... ok
26172026-04-19T06:10:58.294Ztest network::tests::test_into ... ok
26182026-04-19T06:10:58.294Ztest network::tests::test_not_equal ... ok
26192026-04-19T06:10:58.295Ztest network::tests::test_eui64 ... ok
26202026-04-19T06:10:58.295Ztest network::tests::test_parse ... ok
26212026-04-19T06:10:58.295Ztest network::tests::test_to_string ... ok
26222026-04-19T06:10:58.295Ztest test_purge ... ok
26232026-04-19T06:10:58.298Ztest illumos::test::address_exists_handles_missing_object ... ok
26242026-04-19T06:10:58.298Z
26252026-04-19T06:10:58.298Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26262026-04-19T06:10:58.298Z
26272026-04-19T06:10:58.298Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
26282026-04-19T06:10:58.301Z
26292026-04-19T06:10:58.301Zrunning 1 test
26302026-04-19T06:10:59.562Ztest test::test_apis_up_to_date ... ok
26312026-04-19T06:10:59.562Z
26322026-04-19T06:10:59.562Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
26332026-04-19T06:10:59.562Z
26342026-04-19T06:10:59.612Z Running unittests src/main.rs (target/debug/deps/dpd-60e8def7653cef2e)
26352026-04-19T06:10:59.679Z
26362026-04-19T06:10:59.679Zrunning 50 tests
26372026-04-19T06:10:59.682Ztest freemap::test_ordering ... ok
26382026-04-19T06:10:59.682Ztest freemap::test_split ... ok
26392026-04-19T06:10:59.682Ztest config::tests::test_updates ... ok
26402026-04-19T06:10:59.682Ztest macaddrs::tests::test_mac_offset ... ok
26412026-04-19T06:10:59.682Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26422026-04-19T06:10:59.682Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26432026-04-19T06:10:59.682Ztest macaddrs::tests::test_parse_port_id ... ok
26442026-04-19T06:10:59.682Ztest nat::test_mapping ... ok
26452026-04-19T06:10:59.682Ztest port_map::tests::dump_map ... ok
26462026-04-19T06:10:59.683Ztest port_map::tests::test_backplane_group ... ok
26472026-04-19T06:10:59.686Ztest port_map::tests::test_port_map ... ok
26482026-04-19T06:10:59.686Ztest transceivers::mpn_test::test_mpn_missing ... ok
26492026-04-19T06:10:59.686Ztest transceivers::mpn_test::test_mpn_present ... ok
26502026-04-19T06:10:59.686Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26512026-04-19T06:10:59.686Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26522026-04-19T06:10:59.686Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26532026-04-19T06:10:59.686Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26542026-04-19T06:10:59.686ZApr 19 06:10:57.948 DEBG created new freemapApr 19 06:10:57.948 DEBG created new freemapApr 19 06:10:57.948, , unitunitDEBG: created new freemap:freemap_test , freemap_test
26552026-04-19T06:10:59.686Zunit
26562026-04-19T06:10:59.686Z: freemap_test
26572026-04-19T06:10:59.686ZApr 19 06:10:57.948Apr 19 06:10:57.948Apr 19 06:10:57.948 DEBGDEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitinitted freemap. size: 128unit:, :freemap_testunit :freemap_test
26582026-04-19T06:10:59.686Z
26592026-04-19T06:10:59.686Z freemap_test
26602026-04-19T06:10:59.686ZApr 19 06:10:57.948Apr 19 06:10:57.948Apr 19 06:10:57.948 DEBGDEBG DEBG created new freemapreset freemap , Apr 19 06:10:57.948unit reset freemap:DEBG , freemap_test, unit
26612026-04-19T06:10:59.686Z:reset freemapunit :freemap_test,
26622026-04-19T06:10:59.686Zunit :freemap_test freemap_test
26632026-04-19T06:10:59.686Z
26642026-04-19T06:10:59.686ZApr 19 06:10:57.948 DEBG initted freemap. size: 128, unit: freemap_test
26652026-04-19T06:10:59.686Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26662026-04-19T06:10:59.686ZApr 19 06:10:57.948 DEBG reset freemap, unit: freemap_test
26672026-04-19T06:10:59.686ZApr 19 06:10:57.949 DEBG created new freemap, unit: freemap_test
26682026-04-19T06:10:59.686Ztest freemap::test_exhaustion ... ok
26692026-04-19T06:10:59.686ZApr 19 06:10:57.949 DEBG initted freemap. size: 128, unit: freemap_test
26702026-04-19T06:10:59.686Ztest freemap::test_span ... ok
26712026-04-19T06:10:59.686ZApr 19 06:10:57.949 DEBG reset freemap, unit: freemap_test
26722026-04-19T06:10:59.686Ztest freemap::test_free ... ok
26732026-04-19T06:10:59.686Ztest freemap::test_basic ... ok
26742026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26752026-04-19T06:10:59.687Ztest freemap::test_reclaim ... ok
26762026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26772026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26782026-04-19T06:10:59.687Ztest port_map::tests::parse_softnpu_revision ... ok
26792026-04-19T06:10:59.687Ztest api_server::tests::test_build_info ... ok
26802026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26812026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26822026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26832026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26842026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26852026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26862026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26872026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26882026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26892026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26902026-04-19T06:10:59.687Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26912026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26922026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26932026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26942026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26952026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26962026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26972026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26982026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26992026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27002026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27012026-04-19T06:10:59.690Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27022026-04-19T06:10:59.690Z
27032026-04-19T06:10:59.690Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27042026-04-19T06:10:59.690Z
27052026-04-19T06:10:59.700Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7628c6abdddbd2a0)
27062026-04-19T06:10:59.703Z
27072026-04-19T06:10:59.703Zrunning 0 tests
27082026-04-19T06:10:59.703Z
27092026-04-19T06:10:59.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27102026-04-19T06:10:59.703Z
27112026-04-19T06:10:59.703Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
27122026-04-19T06:10:59.706Z
27132026-04-19T06:10:59.706Zrunning 0 tests
27142026-04-19T06:10:59.706Z
27152026-04-19T06:10:59.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27162026-04-19T06:10:59.706Z
27172026-04-19T06:10:59.706Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2b894aaabf32eb8f)
27182026-04-19T06:10:59.709Z
27192026-04-19T06:10:59.709Zrunning 6 tests
27202026-04-19T06:10:59.709Ztest tests::test_full_lot_id_neither_present ... ok
27212026-04-19T06:10:59.709Ztest tests::test_full_lot_id_lot_only ... ok
27222026-04-19T06:10:59.710Ztest tests::test_full_lot_id_lotnum_only ... ok
27232026-04-19T06:10:59.710Ztest tests::test_full_lot_id_both_present ... ok
27242026-04-19T06:10:59.710Ztest tests::test_port_id_cmp ... ok
27252026-04-19T06:10:59.710Ztest tests::test_parse_client_port_id ... ok
27262026-04-19T06:10:59.710Z
27272026-04-19T06:10:59.710Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27282026-04-19T06:10:59.710Z
27292026-04-19T06:10:59.710Z Running tests/test_all.rs (target/debug/deps/test_all-c679cf089a48828e)
27302026-04-19T06:10:59.713Z
27312026-04-19T06:10:59.713Zrunning 0 tests
27322026-04-19T06:10:59.713Z
27332026-04-19T06:10:59.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27342026-04-19T06:10:59.713Z
27352026-04-19T06:10:59.713Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
27362026-04-19T06:10:59.713Z
27372026-04-19T06:10:59.713Zrunning 0 tests
27382026-04-19T06:10:59.713Z
27392026-04-19T06:10:59.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27402026-04-19T06:10:59.713Z
27412026-04-19T06:10:59.713Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
27422026-04-19T06:10:59.716Z
27432026-04-19T06:10:59.716Zrunning 0 tests
27442026-04-19T06:10:59.716Z
27452026-04-19T06:10:59.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27462026-04-19T06:10:59.716Z
27472026-04-19T06:10:59.716Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
27482026-04-19T06:10:59.716Z
27492026-04-19T06:10:59.716Zrunning 12 tests
27502026-04-19T06:10:59.719Ztest icmp::test_v6_checksum ... ok
27512026-04-19T06:10:59.719Ztest icmp::test_v4_checksum ... ok
27522026-04-19T06:10:59.719Ztest lldp::test_lldp_parse ... ok
27532026-04-19T06:10:59.719Ztest pbuf::test_byte ... ok
27542026-04-19T06:10:59.719Ztest ipv6::test_ipv6_parse ... ok
27552026-04-19T06:10:59.719Ztest pbuf::test_nibble ... ok
27562026-04-19T06:10:59.719Ztest pbuf::test_overflow ... ok
27572026-04-19T06:10:59.719Ztest pbuf::test_short ... ok
27582026-04-19T06:10:59.719Ztest pbuf::test_twelve ... ok
27592026-04-19T06:10:59.719Ztest pbuf::test_word ... ok
27602026-04-19T06:10:59.719Ztest tcp::test_checksum_ack_data ... ok
27612026-04-19T06:10:59.720Ztest tcp::test_checksum_syn_nodata ... ok
27622026-04-19T06:10:59.720Z
27632026-04-19T06:10:59.720Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27642026-04-19T06:10:59.720Z
27652026-04-19T06:10:59.720Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27662026-04-19T06:10:59.720Z
27672026-04-19T06:10:59.720Zrunning 0 tests
27682026-04-19T06:10:59.720Z
27692026-04-19T06:10:59.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27702026-04-19T06:10:59.720Z
27712026-04-19T06:10:59.720Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
27722026-04-19T06:10:59.723Z
27732026-04-19T06:10:59.723Zrunning 5 tests
27742026-04-19T06:10:59.723Ztest switchport::test::test_compute_lanes ... ok
27752026-04-19T06:10:59.723Ztest switchport::test::port_id_ordering ... ok
27762026-04-19T06:10:59.723Z Lane 0 Lane 1 Lane 2 Lane 3
27772026-04-19T06:10:59.723Z Rx Loss-of-lock: Yes Yes Yes Yes
27782026-04-19T06:10:59.723Z Rx Loss-of-signal: Yes Yes Yes Yes
27792026-04-19T06:10:59.723Z Rx CDR Enabled: Yes Yes Yes Yes
27802026-04-19T06:10:59.723Z Tx Enabled: Yes Yes Yes Yes
27812026-04-19T06:10:59.723Z Tx Loss-of-lock: No No No No
27822026-04-19T06:10:59.724Z Tx Loss-of-signal: No Lane 0No No No
27832026-04-19T06:10:59.724ZLane 1 Tx CDR Enabled: No Lane 2 NoLane 3
27842026-04-19T06:10:59.724ZNo No
27852026-04-19T06:10:59.724Z State: Activated Tx Adaptive EQ Fault: No ActivatedNo ActivatedNo ActivatedNo
27862026-04-19T06:10:59.724Z
27872026-04-19T06:10:59.724Z Rx Output Enabled: false Tx Fault: Yes falseYes Yesfalse Yesfalse
27882026-04-19T06:10:59.724Z
27892026-04-19T06:10:59.724Z Rx Output Status: valid valid valid valid
27902026-04-19T06:10:59.724Z Rx Loss-of-lock: true true true true
27912026-04-19T06:10:59.724Z Rx Loss-of-signal: false false false false
27922026-04-19T06:10:59.724ZRx Auto-squelch Disable: true true true true
27932026-04-19T06:10:59.724Z Tx Output Enabled: true true true true
27942026-04-19T06:10:59.724Z Tx Output Status: invalid invalid invalid invalid
27952026-04-19T06:10:59.724Z Tx Loss-of-lock: false false false false
27962026-04-19T06:10:59.724Z Tx Loss-of-signal: true true true true
27972026-04-19T06:10:59.724ZTx Auto-squelch Disable: false false false false
27982026-04-19T06:10:59.724Z Tx Adaptive EQ Fail: true true true true
27992026-04-19T06:10:59.724Z Tx Failure: false false false false
28002026-04-19T06:10:59.724Z Tx Force Squelch: true true true true
28012026-04-19T06:10:59.724Z Tx Input Polarity: normal normal normal normal
28022026-04-19T06:10:59.724Ztest switchport::test::test_print_sff_datapath ... ok
28032026-04-19T06:10:59.724Ztest switchport::test::test_print_cmis_datapath ... ok
28042026-04-19T06:10:59.724Ztest link::test_filter ... ok
28052026-04-19T06:10:59.724Z
28062026-04-19T06:10:59.724Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28072026-04-19T06:10:59.724Z
28082026-04-19T06:10:59.727Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
28092026-04-19T06:10:59.727Z
28102026-04-19T06:10:59.727Zrunning 1 test
28112026-04-19T06:10:59.727Ztest test_p4_counter_list ... ignored
28122026-04-19T06:10:59.727Z
28132026-04-19T06:10:59.727Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28142026-04-19T06:10:59.727Z
28152026-04-19T06:10:59.727Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
28162026-04-19T06:10:59.727Z
28172026-04-19T06:10:59.727Zrunning 5 tests
28182026-04-19T06:10:59.728Ztest test_an ... ignored
28192026-04-19T06:10:59.728Ztest test_enable ... ignored
28202026-04-19T06:10:59.728Ztest test_ip_addresses ... ignored
28212026-04-19T06:10:59.728Ztest test_kr ... ignored
28222026-04-19T06:10:59.728Ztest test_mac ... ignored
28232026-04-19T06:10:59.728Z
28242026-04-19T06:10:59.728Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28252026-04-19T06:10:59.728Z
28262026-04-19T06:10:59.728Z Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa)
28272026-04-19T06:10:59.731Z
28282026-04-19T06:10:59.731Zrunning 3 tests
28292026-04-19T06:10:59.731Ztest linklocal::test_parse_ipadm ... ok
28302026-04-19T06:10:59.731Ztest tfport::test_parse_tfport ... ok
28312026-04-19T06:10:59.731Ztest config::tests::test_updates ... ok
28322026-04-19T06:10:59.731Z
28332026-04-19T06:10:59.731Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28342026-04-19T06:10:59.731Z
28352026-04-19T06:10:59.731Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
28362026-04-19T06:10:59.734Z
28372026-04-19T06:10:59.734Zrunning 0 tests
28382026-04-19T06:10:59.734Z
28392026-04-19T06:10:59.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28402026-04-19T06:10:59.734Z
28412026-04-19T06:10:59.734Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28422026-04-19T06:10:59.734Z
28432026-04-19T06:10:59.734Zrunning 0 tests
28442026-04-19T06:10:59.734Z
28452026-04-19T06:10:59.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28462026-04-19T06:10:59.734Z
28472026-04-19T06:10:59.737Z Doc-tests aal
28482026-04-19T06:10:59.861Z
28492026-04-19T06:10:59.861Zrunning 0 tests
28502026-04-19T06:10:59.861Z
28512026-04-19T06:10:59.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28522026-04-19T06:10:59.862Z
28532026-04-19T06:10:59.880Z Doc-tests aal_macros
28542026-04-19T06:10:59.950Z
28552026-04-19T06:10:59.950Zrunning 0 tests
28562026-04-19T06:10:59.950Z
28572026-04-19T06:10:59.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28582026-04-19T06:10:59.953Z
28592026-04-19T06:10:59.963Z Doc-tests common
28602026-04-19T06:11:00.193Z
28612026-04-19T06:11:00.193Zrunning 0 tests
28622026-04-19T06:11:00.193Z
28632026-04-19T06:11:00.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28642026-04-19T06:11:00.193Z
28652026-04-19T06:11:00.215Z Doc-tests dpd_api
28662026-04-19T06:11:00.968Z
28672026-04-19T06:11:00.968Zrunning 2 tests
28682026-04-19T06:11:00.968Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
28692026-04-19T06:11:00.969Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
28702026-04-19T06:11:00.969Z
28712026-04-19T06:11:00.969Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28722026-04-19T06:11:00.969Z
28732026-04-19T06:11:01.002Z Doc-tests dpd_client
28742026-04-19T06:11:02.291Z
28752026-04-19T06:11:02.291Zrunning 0 tests
28762026-04-19T06:11:02.292Z
28772026-04-19T06:11:02.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28782026-04-19T06:11:02.292Z
28792026-04-19T06:11:02.340Z Doc-tests dpd_types
28802026-04-19T06:11:02.549Z
28812026-04-19T06:11:02.549Zrunning 0 tests
28822026-04-19T06:11:02.549Z
28832026-04-19T06:11:02.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28842026-04-19T06:11:02.549Z
28852026-04-19T06:11:02.576Z Doc-tests dpd_types_versions
28862026-04-19T06:11:03.801Z
28872026-04-19T06:11:03.801Zrunning 1 test
28882026-04-19T06:11:03.802Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
28892026-04-19T06:11:03.802Z
28902026-04-19T06:11:03.802Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28912026-04-19T06:11:03.802Z
28922026-04-19T06:11:03.846Z Doc-tests packet
28932026-04-19T06:11:03.959Z
28942026-04-19T06:11:03.959Zrunning 0 tests
28952026-04-19T06:11:03.959Z
28962026-04-19T06:11:03.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-04-19T06:11:03.959Z
28982026-04-19T06:11:03.976Z Doc-tests pcap
28992026-04-19T06:11:04.031Z
29002026-04-19T06:11:04.031Zrunning 0 tests
29012026-04-19T06:11:04.031Z
29022026-04-19T06:11:04.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29032026-04-19T06:11:04.031Z
29042026-04-19T06:11:04.079Z+ for feat in tofino_stub tofino_asic softnpu chaos
29052026-04-19T06:11:04.079Z+ RUST_BACKTRACE=full
29062026-04-19T06:11:04.079Z+ cargo test --features softnpu --no-fail-fast
29072026-04-19T06:11:04.714Z Compiling num-integer v0.1.46
29082026-04-19T06:11:04.795Z Compiling num-complex v0.4.6
29092026-04-19T06:11:04.839Z Compiling bitstruct_derive v0.1.0
29102026-04-19T06:11:04.842Z Compiling tap v1.0.1
29112026-04-19T06:11:04.972Z Compiling wyz v0.5.1
29122026-04-19T06:11:05.101Z Compiling num-iter v0.1.45
29132026-04-19T06:11:05.136Z Compiling num-rational v0.4.2
29142026-04-19T06:11:05.152Z Compiling num-bigint v0.4.6
29152026-04-19T06:11:05.229Z Compiling radium v0.7.0
29162026-04-19T06:11:05.242Z Compiling funty v2.0.0
29172026-04-19T06:11:05.299Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29182026-04-19T06:11:05.347Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29192026-04-19T06:11:05.439Z Compiling num v0.4.3
29202026-04-19T06:11:05.527Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29212026-04-19T06:11:05.538Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29222026-04-19T06:11:05.563Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29232026-04-19T06:11:05.663Z Compiling bitvec v1.0.1
29242026-04-19T06:11:05.680Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29252026-04-19T06:11:05.832Z Compiling typeid v1.0.3
29262026-04-19T06:11:05.866Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29272026-04-19T06:11:05.928Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29282026-04-19T06:11:05.970Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29292026-04-19T06:11:06.010Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29302026-04-19T06:11:06.601Z Compiling ascii v1.1.0
29312026-04-19T06:11:06.826Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29322026-04-19T06:11:06.880Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29332026-04-19T06:11:06.890Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29342026-04-19T06:11:06.938Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29352026-04-19T06:11:07.127Z Compiling erased-serde v0.4.8
29362026-04-19T06:11:07.190Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29372026-04-19T06:11:07.403Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29382026-04-19T06:11:07.414Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29392026-04-19T06:11:07.656Z Compiling bitstruct v0.1.1
29402026-04-19T06:11:07.995Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29412026-04-19T06:11:08.029Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29422026-04-19T06:11:08.042Z Compiling serde_arrays v0.1.0
29432026-04-19T06:11:08.059Z Compiling libloading v0.7.4
29442026-04-19T06:11:08.400Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29452026-04-19T06:11:08.873Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29462026-04-19T06:11:08.998Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29472026-04-19T06:11:09.167Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29482026-04-19T06:11:10.258Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29492026-04-19T06:11:11.033Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29502026-04-19T06:11:17.314Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29512026-04-19T06:11:17.539Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29522026-04-19T06:11:17.539Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29532026-04-19T06:11:17.542Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29542026-04-19T06:11:17.821Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29552026-04-19T06:11:18.193Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
29562026-04-19T06:11:19.673Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29572026-04-19T06:11:20.324Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29582026-04-19T06:11:22.741Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29592026-04-19T06:11:23.337Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29602026-04-19T06:11:24.769Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29612026-04-19T06:11:26.502Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29622026-04-19T06:11:26.907Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29632026-04-19T06:11:27.528Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29642026-04-19T06:11:35.417Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29652026-04-19T06:11:37.321Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29662026-04-19T06:11:41.315Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29672026-04-19T06:12:21.390Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
29682026-04-19T06:12:21.508Z Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1)
29692026-04-19T06:12:21.511Z
29702026-04-19T06:12:21.511Zrunning 5 tests
29712026-04-19T06:12:21.511Ztest fuse::tests::chip_revision_a0 ... ok
29722026-04-19T06:12:21.511Ztest fuse::tests::chip_revision_b0 ... ok
29732026-04-19T06:12:21.511Ztest fuse::tests::chip_revision_b1 ... ok
29742026-04-19T06:12:21.511Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29752026-04-19T06:12:21.511Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29762026-04-19T06:12:21.511Z
29772026-04-19T06:12:21.511Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29782026-04-19T06:12:21.511Z
29792026-04-19T06:12:21.515Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29802026-04-19T06:12:21.515Z
29812026-04-19T06:12:21.515Zrunning 0 tests
29822026-04-19T06:12:21.515Z
29832026-04-19T06:12:21.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29842026-04-19T06:12:21.515Z
29852026-04-19T06:12:21.515Z Running unittests src/lib.rs (target/debug/deps/asic-eb9ed458dbcabd0b)
29862026-04-19T06:12:21.518Z
29872026-04-19T06:12:21.518Zrunning 0 tests
29882026-04-19T06:12:21.518Z
29892026-04-19T06:12:21.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29902026-04-19T06:12:21.518Z
29912026-04-19T06:12:21.518Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
29922026-04-19T06:12:21.521Z
29932026-04-19T06:12:21.521Zrunning 10 tests
29942026-04-19T06:12:21.521Ztest nat::tests::test_vni ... ok
29952026-04-19T06:12:21.521Ztest network::tests::test_equal ... ok
29962026-04-19T06:12:21.521Ztest network::tests::test_eui64 ... ok
29972026-04-19T06:12:21.521Ztest network::tests::test_generate_ipv6_link_local ... ok
29982026-04-19T06:12:21.521Ztest network::tests::test_into ... ok
29992026-04-19T06:12:21.521Ztest network::tests::test_not_equal ... ok
30002026-04-19T06:12:21.521Ztest network::tests::test_parse ... ok
30012026-04-19T06:12:21.521Ztest network::tests::test_to_string ... ok
30022026-04-19T06:12:21.521Ztest test_purge ... ok
30032026-04-19T06:12:21.524Ztest illumos::test::address_exists_handles_missing_object ... ok
30042026-04-19T06:12:21.524Z
30052026-04-19T06:12:21.524Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30062026-04-19T06:12:21.525Z
30072026-04-19T06:12:21.525Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5e5c9ab59f00c337)
30082026-04-19T06:12:21.528Z
30092026-04-19T06:12:21.528Zrunning 1 test
30102026-04-19T06:12:22.844Ztest test::test_apis_up_to_date ... ok
30112026-04-19T06:12:22.844Z
30122026-04-19T06:12:22.844Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
30132026-04-19T06:12:22.845Z
30142026-04-19T06:12:23.901Z Running unittests src/main.rs (target/debug/deps/dpd-6b077150d90425f0)
30152026-04-19T06:12:23.905Z
30162026-04-19T06:12:23.905Zrunning 18 tests
30172026-04-19T06:12:23.905Ztest freemap::test_ordering ... ok
30182026-04-19T06:12:23.905Ztest freemap::test_split ... ok
30192026-04-19T06:12:23.905Ztest config::tests::test_updates ... ok
30202026-04-19T06:12:23.905Ztest macaddrs::tests::test_mac_offset ... ok
30212026-04-19T06:12:23.905Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30222026-04-19T06:12:23.905Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30232026-04-19T06:12:23.905Ztest macaddrs::tests::test_parse_port_id ... ok
30242026-04-19T06:12:23.905Ztest nat::test_mapping ... ok
30252026-04-19T06:12:23.905Ztest port_map::tests::dump_map ... ok
30262026-04-19T06:12:23.905Ztest port_map::tests::test_backplane_group ... ok
30272026-04-19T06:12:23.905Ztest port_map::tests::test_port_map ... ok
30282026-04-19T06:12:23.905ZApr 19 06:12:21.169Apr 19 06:12:21.169Apr 19 06:12:21.169 DEBGDEBG created new freemapcreated new freemap DEBG, unitcreated new freemap: , freemap_test, unitunit
30292026-04-19T06:12:23.905Z:: freemap_testfreemap_test
30302026-04-19T06:12:23.905Z
30312026-04-19T06:12:23.905ZApr 19 06:12:21.169 DEBG initted freemap. size: 128, Apr 19 06:12:21.169unit :DEBG freemap_testinitted freemap. size: 128
30322026-04-19T06:12:23.906Z, unit: Apr 19 06:12:21.169freemap_test
30332026-04-19T06:12:23.906ZDEBG reset freemap, unit: Apr 19 06:12:21.169freemap_test
30342026-04-19T06:12:23.906ZDEBG Apr 19 06:12:21.169reset freemap , DEBGunit :initted freemap. size: 128 freemap_test,
30352026-04-19T06:12:23.906Zunit: freemap_test
30362026-04-19T06:12:23.906ZApr 19 06:12:21.169 DEBG reset freemap, unit: freemap_test
30372026-04-19T06:12:23.906Ztest freemap::test_basic ... ok
30382026-04-19T06:12:23.906Ztest freemap::test_reclaim ... ok
30392026-04-19T06:12:23.906Ztest freemap::test_span ... ok
30402026-04-19T06:12:23.906ZApr 19 06:12:21.169 DEBG created new freemap, unit: freemap_test
30412026-04-19T06:12:23.906ZApr 19 06:12:21.169 DEBG initted freemap. size: 128, unit: freemap_test
30422026-04-19T06:12:23.906ZApr 19 06:12:21.169 DEBG reset freemap, unit: freemap_test
30432026-04-19T06:12:23.906ZApr 19 06:12:21.169 DEBG created new freemap, unit: freemap_test
30442026-04-19T06:12:23.906ZApr 19 06:12:21.169 DEBG initted freemap. size: 128, unit: freemap_test
30452026-04-19T06:12:23.906ZApr 19 06:12:21.169 DEBG reset freemap, unit: freemap_test
30462026-04-19T06:12:23.906Ztest freemap::test_exhaustion ... ok
30472026-04-19T06:12:23.906Ztest freemap::test_free ... ok
30482026-04-19T06:12:23.906Ztest port_map::tests::parse_softnpu_revision ... ok
30492026-04-19T06:12:23.906Ztest api_server::tests::test_build_info ... ok
30502026-04-19T06:12:23.906Z
30512026-04-19T06:12:23.906Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30522026-04-19T06:12:23.906Z
30532026-04-19T06:12:23.906Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-316e7a5769ad6ace)
30542026-04-19T06:12:23.906Z
30552026-04-19T06:12:23.906Zrunning 0 tests
30562026-04-19T06:12:23.906Z
30572026-04-19T06:12:23.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30582026-04-19T06:12:23.906Z
30592026-04-19T06:12:23.906Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2862472988c6ba8e)
30602026-04-19T06:12:23.906Z
30612026-04-19T06:12:23.906Zrunning 0 tests
30622026-04-19T06:12:23.906Z
30632026-04-19T06:12:23.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30642026-04-19T06:12:23.906Z
30652026-04-19T06:12:23.906Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ead68f8aafe3f527)
30662026-04-19T06:12:23.906Z
30672026-04-19T06:12:23.906Zrunning 6 tests
30682026-04-19T06:12:23.906Ztest tests::test_parse_client_port_id ... ok
30692026-04-19T06:12:23.906Ztest tests::test_port_id_cmp ... ok
30702026-04-19T06:12:23.906Ztest tests::test_full_lot_id_neither_present ... ok
30712026-04-19T06:12:23.907Ztest tests::test_full_lot_id_lotnum_only ... ok
30722026-04-19T06:12:23.907Ztest tests::test_full_lot_id_lot_only ... ok
30732026-04-19T06:12:23.907Ztest tests::test_full_lot_id_both_present ... ok
30742026-04-19T06:12:23.907Z
30752026-04-19T06:12:23.907Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30762026-04-19T06:12:23.907Z
30772026-04-19T06:12:23.907Z Running tests/test_all.rs (target/debug/deps/test_all-bcae10252b610653)
30782026-04-19T06:12:23.907Z
30792026-04-19T06:12:23.907Zrunning 0 tests
30802026-04-19T06:12:23.907Z
30812026-04-19T06:12:23.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30822026-04-19T06:12:23.907Z
30832026-04-19T06:12:23.907Z Running unittests src/lib.rs (target/debug/deps/dpd_types-be0f591e43b1edea)
30842026-04-19T06:12:23.907Z
30852026-04-19T06:12:23.907Zrunning 0 tests
30862026-04-19T06:12:23.907Z
30872026-04-19T06:12:23.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30882026-04-19T06:12:23.907Z
30892026-04-19T06:12:23.907Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7c927ac149893b9a)
30902026-04-19T06:12:23.907Z
30912026-04-19T06:12:23.907Zrunning 0 tests
30922026-04-19T06:12:23.907Z
30932026-04-19T06:12:23.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30942026-04-19T06:12:23.907Z
30952026-04-19T06:12:23.907Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
30962026-04-19T06:12:23.907Z
30972026-04-19T06:12:23.907Zrunning 12 tests
30982026-04-19T06:12:23.907Ztest icmp::test_v6_checksum ... ok
30992026-04-19T06:12:23.907Ztest lldp::test_lldp_parse ... ok
31002026-04-19T06:12:23.907Ztest icmp::test_v4_checksum ... ok
31012026-04-19T06:12:23.907Ztest ipv6::test_ipv6_parse ... ok
31022026-04-19T06:12:23.907Ztest pbuf::test_byte ... ok
31032026-04-19T06:12:23.907Ztest pbuf::test_nibble ... ok
31042026-04-19T06:12:23.907Ztest pbuf::test_short ... ok
31052026-04-19T06:12:23.907Ztest pbuf::test_overflow ... ok
31062026-04-19T06:12:23.907Ztest pbuf::test_twelve ... ok
31072026-04-19T06:12:23.907Ztest pbuf::test_word ... ok
31082026-04-19T06:12:23.907Ztest tcp::test_checksum_ack_data ... ok
31092026-04-19T06:12:23.907Ztest tcp::test_checksum_syn_nodata ... ok
31102026-04-19T06:12:23.907Z
31112026-04-19T06:12:23.908Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31122026-04-19T06:12:23.908Z
31132026-04-19T06:12:23.908Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
31142026-04-19T06:12:23.908Z
31152026-04-19T06:12:23.912Zrunning 0 tests
31162026-04-19T06:12:23.912Z
31172026-04-19T06:12:23.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31182026-04-19T06:12:23.912Z
31192026-04-19T06:12:23.912Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
31202026-04-19T06:12:23.912Z
31212026-04-19T06:12:23.912Zrunning 5 tests
31222026-04-19T06:12:23.912Ztest switchport::test::test_compute_lanes ... ok
31232026-04-19T06:12:23.912Ztest switchport::test::port_id_ordering ... ok
31242026-04-19T06:12:23.912Ztest link::test_filter ... ok
31252026-04-19T06:12:23.912Z Lane 0 Lane 1 Lane 2 Lane 3
31262026-04-19T06:12:23.912Z Rx Loss-of-lock: Yes Yes Yes Yes
31272026-04-19T06:12:23.912Z Rx Loss-of-signal: Yes Yes Yes Yes
31282026-04-19T06:12:23.912Z Rx CDR Enabled: Yes Yes Yes Yes
31292026-04-19T06:12:23.912Z Tx Enabled: Yes Yes Yes Yes
31302026-04-19T06:12:23.912Z Tx Loss-of-lock: No No No No
31312026-04-19T06:12:23.912Z Lane 0 Tx Loss-of-signal: No No No NoLane 1
31322026-04-19T06:12:23.912Z Tx CDR Enabled: NoLane 2 No Lane 3No
31332026-04-19T06:12:23.912Z No
31342026-04-19T06:12:23.912Z State: Activated Tx Adaptive EQ Fault: No Activated No Activated NoActivated
31352026-04-19T06:12:23.912ZNo
31362026-04-19T06:12:23.912Z Rx Output Enabled: false Tx Fault: Yes false Yesfalse false
31372026-04-19T06:12:23.912ZYes Yes Rx Output Status: valid
31382026-04-19T06:12:23.912Z valid valid valid
31392026-04-19T06:12:23.912Z Rx Loss-of-lock: true true true true
31402026-04-19T06:12:23.912Z Rx Loss-of-signal: false false false false
31412026-04-19T06:12:23.912ZRx Auto-squelch Disable: true true true true
31422026-04-19T06:12:23.912Z Tx Output Enabled: true true true true
31432026-04-19T06:12:23.912Z Tx Output Status: invalid invalid invalid invalid
31442026-04-19T06:12:23.912Z Tx Loss-of-lock: false false false false
31452026-04-19T06:12:23.912Z Tx Loss-of-signal: true true true true
31462026-04-19T06:12:23.913ZTx Auto-squelch Disable: false false false false
31472026-04-19T06:12:23.913Z Tx Adaptive EQ Fail: true true true true
31482026-04-19T06:12:23.913Z Tx Failure: false false false false
31492026-04-19T06:12:23.913Z Tx Force Squelch: true true true true
31502026-04-19T06:12:23.913Z Tx Input Polarity: normal normal normal normal
31512026-04-19T06:12:23.913Ztest switchport::test::test_print_sff_datapath ... ok
31522026-04-19T06:12:23.913Ztest switchport::test::test_print_cmis_datapath ... ok
31532026-04-19T06:12:23.913Z
31542026-04-19T06:12:23.913Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31552026-04-19T06:12:23.913Z
31562026-04-19T06:12:23.913Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
31572026-04-19T06:12:23.913Z
31582026-04-19T06:12:23.913Zrunning 1 test
31592026-04-19T06:12:23.913Ztest test_p4_counter_list ... ignored
31602026-04-19T06:12:23.913Z
31612026-04-19T06:12:23.913Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31622026-04-19T06:12:23.913Z
31632026-04-19T06:12:23.913Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
31642026-04-19T06:12:23.913Z
31652026-04-19T06:12:23.913Zrunning 5 tests
31662026-04-19T06:12:23.913Ztest test_an ... ignored
31672026-04-19T06:12:23.913Ztest test_enable ... ignored
31682026-04-19T06:12:23.913Ztest test_ip_addresses ... ignored
31692026-04-19T06:12:23.913Ztest test_kr ... ignored
31702026-04-19T06:12:23.913Ztest test_mac ... ignored
31712026-04-19T06:12:23.913Z
31722026-04-19T06:12:23.913Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31732026-04-19T06:12:23.913Z
31742026-04-19T06:12:23.913Z Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe)
31752026-04-19T06:12:23.913Z
31762026-04-19T06:12:23.913Zrunning 3 tests
31772026-04-19T06:12:23.913Ztest linklocal::test_parse_ipadm ... ok
31782026-04-19T06:12:23.913Ztest tfport::test_parse_tfport ... ok
31792026-04-19T06:12:23.913Ztest config::tests::test_updates ... ok
31802026-04-19T06:12:23.913Z
31812026-04-19T06:12:23.913Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-04-19T06:12:23.913Z
31832026-04-19T06:12:23.913Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
31842026-04-19T06:12:23.913Z
31852026-04-19T06:12:23.913Zrunning 0 tests
31862026-04-19T06:12:23.914Z
31872026-04-19T06:12:23.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31882026-04-19T06:12:23.914Z
31892026-04-19T06:12:23.914Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
31902026-04-19T06:12:23.914Z
31912026-04-19T06:12:23.914Zrunning 0 tests
31922026-04-19T06:12:23.914Z
31932026-04-19T06:12:23.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31942026-04-19T06:12:23.914Z
31952026-04-19T06:12:23.914Z Doc-tests aal
31962026-04-19T06:12:23.914Z
31972026-04-19T06:12:23.914Zrunning 0 tests
31982026-04-19T06:12:23.914Z
31992026-04-19T06:12:23.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32002026-04-19T06:12:23.914Z
32012026-04-19T06:12:23.914Z Doc-tests aal_macros
32022026-04-19T06:12:23.914Z
32032026-04-19T06:12:23.914Zrunning 0 tests
32042026-04-19T06:12:23.914Z
32052026-04-19T06:12:23.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-04-19T06:12:23.914Z
32072026-04-19T06:12:23.914Z Doc-tests common
32082026-04-19T06:12:23.914Z
32092026-04-19T06:12:23.914Zrunning 0 tests
32102026-04-19T06:12:23.914Z
32112026-04-19T06:12:23.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32122026-04-19T06:12:23.914Z
32132026-04-19T06:12:23.914Z Doc-tests dpd_api
32142026-04-19T06:12:24.238Z
32152026-04-19T06:12:24.238Zrunning 2 tests
32162026-04-19T06:12:24.238Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32172026-04-19T06:12:24.238Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32182026-04-19T06:12:24.238Z
32192026-04-19T06:12:24.238Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32202026-04-19T06:12:24.238Z
32212026-04-19T06:12:24.271Z Doc-tests dpd_client
32222026-04-19T06:12:25.576Z
32232026-04-19T06:12:25.576Zrunning 0 tests
32242026-04-19T06:12:25.576Z
32252026-04-19T06:12:25.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32262026-04-19T06:12:25.576Z
32272026-04-19T06:12:25.624Z Doc-tests dpd_types
32282026-04-19T06:12:25.838Z
32292026-04-19T06:12:25.838Zrunning 0 tests
32302026-04-19T06:12:25.838Z
32312026-04-19T06:12:25.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32322026-04-19T06:12:25.838Z
32332026-04-19T06:12:25.864Z Doc-tests dpd_types_versions
32342026-04-19T06:12:27.106Z
32352026-04-19T06:12:27.106Zrunning 1 test
32362026-04-19T06:12:27.106Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32372026-04-19T06:12:27.106Z
32382026-04-19T06:12:27.106Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32392026-04-19T06:12:27.106Z
32402026-04-19T06:12:27.152Z Doc-tests packet
32412026-04-19T06:12:27.269Z
32422026-04-19T06:12:27.269Zrunning 0 tests
32432026-04-19T06:12:27.269Z
32442026-04-19T06:12:27.269Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32452026-04-19T06:12:27.269Z
32462026-04-19T06:12:27.286Z Doc-tests pcap
32472026-04-19T06:12:27.342Z
32482026-04-19T06:12:27.342Zrunning 0 tests
32492026-04-19T06:12:27.342Z
32502026-04-19T06:12:27.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32512026-04-19T06:12:27.342Z
32522026-04-19T06:12:27.394Z+ for feat in tofino_stub tofino_asic softnpu chaos
32532026-04-19T06:12:27.394Z+ RUST_BACKTRACE=full
32542026-04-19T06:12:27.394Z+ cargo test --features chaos --no-fail-fast
32552026-04-19T06:12:27.996Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32562026-04-19T06:12:28.073Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32572026-04-19T06:12:28.082Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32582026-04-19T06:12:36.668Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32592026-04-19T06:12:36.890Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32602026-04-19T06:13:10.985Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.57s
32612026-04-19T06:13:11.096Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
32622026-04-19T06:13:11.102Z
32632026-04-19T06:13:11.102Zrunning 5 tests
32642026-04-19T06:13:11.105Ztest fuse::tests::chip_revision_b0 ... ok
32652026-04-19T06:13:11.105Ztest fuse::tests::chip_revision_a0 ... ok
32662026-04-19T06:13:11.105Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32672026-04-19T06:13:11.105Ztest fuse::tests::chip_revision_b1 ... ok
32682026-04-19T06:13:11.105Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32692026-04-19T06:13:11.105Z
32702026-04-19T06:13:11.106Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32712026-04-19T06:13:11.106Z
32722026-04-19T06:13:11.106Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32732026-04-19T06:13:11.108Z
32742026-04-19T06:13:11.109Zrunning 0 tests
32752026-04-19T06:13:11.109Z
32762026-04-19T06:13:11.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32772026-04-19T06:13:11.109Z
32782026-04-19T06:13:11.111Z Running unittests src/lib.rs (target/debug/deps/asic-a7f98a4129239b9a)
32792026-04-19T06:13:11.114Z
32802026-04-19T06:13:11.114Zrunning 0 tests
32812026-04-19T06:13:11.114Z
32822026-04-19T06:13:11.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32832026-04-19T06:13:11.114Z
32842026-04-19T06:13:11.114Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
32852026-04-19T06:13:11.118Z
32862026-04-19T06:13:11.118Zrunning 10 tests
32872026-04-19T06:13:11.121Ztest nat::tests::test_vni ... ok
32882026-04-19T06:13:11.121Ztest network::tests::test_equal ... ok
32892026-04-19T06:13:11.121Ztest network::tests::test_eui64 ... ok
32902026-04-19T06:13:11.121Ztest network::tests::test_generate_ipv6_link_local ... ok
32912026-04-19T06:13:11.121Ztest network::tests::test_into ... ok
32922026-04-19T06:13:11.121Ztest network::tests::test_not_equal ... ok
32932026-04-19T06:13:11.121Ztest network::tests::test_to_string ... ok
32942026-04-19T06:13:11.124Ztest network::tests::test_parse ... ok
32952026-04-19T06:13:11.124Ztest test_purge ... ok
32962026-04-19T06:13:11.127Ztest illumos::test::address_exists_handles_missing_object ... ok
32972026-04-19T06:13:11.127Z
32982026-04-19T06:13:11.127Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32992026-04-19T06:13:11.127Z
33002026-04-19T06:13:11.127Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
33012026-04-19T06:13:11.149Z
33022026-04-19T06:13:11.149Zrunning 1 test
33032026-04-19T06:13:12.432Ztest test::test_apis_up_to_date ... ok
33042026-04-19T06:13:12.432Z
33052026-04-19T06:13:12.432Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
33062026-04-19T06:13:12.432Z
33072026-04-19T06:13:12.487Z Running unittests src/main.rs (target/debug/deps/dpd-c18a146b4cf49317)
33082026-04-19T06:13:12.493Z
33092026-04-19T06:13:12.493Zrunning 18 tests
33102026-04-19T06:13:12.496Ztest freemap::test_ordering ... ok
33112026-04-19T06:13:12.496Ztest freemap::test_split ... ok
33122026-04-19T06:13:12.496Ztest config::tests::test_updates ... ok
33132026-04-19T06:13:12.496Ztest macaddrs::tests::test_mac_offset ... ok
33142026-04-19T06:13:12.496Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33152026-04-19T06:13:12.496Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33162026-04-19T06:13:12.496Ztest macaddrs::tests::test_parse_port_id ... ok
33172026-04-19T06:13:12.496Ztest nat::test_mapping ... ok
33182026-04-19T06:13:12.496Ztest port_map::tests::dump_map ... ok
33192026-04-19T06:13:12.496Ztest port_map::tests::test_backplane_group ... ok
33202026-04-19T06:13:12.499Ztest port_map::tests::test_port_map ... ok
33212026-04-19T06:13:12.499ZApr 19 06:13:10.756 DEBG created new freemap, unit: freemap_test
33222026-04-19T06:13:12.499ZApr 19 06:13:10.756 DEBG created new freemapApr 19 06:13:10.756 , DEBGunit :initted freemap. size: 128 , freemap_testunit:
33232026-04-19T06:13:12.499Z freemap_test
33242026-04-19T06:13:12.499ZApr 19 06:13:10.756 Apr 19 06:13:10.756DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test
33252026-04-19T06:13:12.499Zfreemap_test
33262026-04-19T06:13:12.499ZApr 19 06:13:10.756 DEBG reset freemap, unit: freemap_test
33272026-04-19T06:13:12.499ZApr 19 06:13:10.756 DEBG created new freemap, unit: freemap_test
33282026-04-19T06:13:12.499ZApr 19 06:13:10.756 DEBG initted freemap. size: 128, unit: freemap_test
33292026-04-19T06:13:12.500ZApr 19 06:13:10.756 DEBG reset freemap, unit: freemap_test
33302026-04-19T06:13:12.500ZApr 19 06:13:10.756 DEBG created new freemap, unit: freemap_test
33312026-04-19T06:13:12.500Ztest freemap::test_basic ... ok
33322026-04-19T06:13:12.500Ztest freemap::test_span ... ok
33332026-04-19T06:13:12.500ZApr 19 06:13:10.756 DEBG initted freemap. size: 128, unit: freemap_test
33342026-04-19T06:13:12.500Ztest freemap::test_reclaim ... ok
33352026-04-19T06:13:12.500ZApr 19 06:13:10.756 DEBGApr 19 06:13:10.756 created new freemapDEBG, unitreset freemap:, unitfreemap_test:
33362026-04-19T06:13:12.500Z freemap_test
33372026-04-19T06:13:12.500ZApr 19 06:13:10.756 DEBG initted freemap. size: 128, unit: freemap_test
33382026-04-19T06:13:12.500ZApr 19 06:13:10.756 DEBG reset freemap, unit: freemap_test
33392026-04-19T06:13:12.500Ztest freemap::test_free ... ok
33402026-04-19T06:13:12.500Ztest freemap::test_exhaustion ... ok
33412026-04-19T06:13:12.500Ztest port_map::tests::parse_softnpu_revision ... ok
33422026-04-19T06:13:12.500Ztest api_server::tests::test_build_info ... ok
33432026-04-19T06:13:12.500Z
33442026-04-19T06:13:12.500Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33452026-04-19T06:13:12.500Z
33462026-04-19T06:13:12.503Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bbbf33576fce60e8)
33472026-04-19T06:13:12.506Z
33482026-04-19T06:13:12.506Zrunning 0 tests
33492026-04-19T06:13:12.506Z
33502026-04-19T06:13:12.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33512026-04-19T06:13:12.509Z
33522026-04-19T06:13:12.509Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
33532026-04-19T06:13:12.512Z
33542026-04-19T06:13:12.512Zrunning 0 tests
33552026-04-19T06:13:12.512Z
33562026-04-19T06:13:12.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33572026-04-19T06:13:12.512Z
33582026-04-19T06:13:12.512Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d6420bb49020d9a7)
33592026-04-19T06:13:12.520Z
33602026-04-19T06:13:12.520Zrunning 6 tests
33612026-04-19T06:13:12.524Ztest tests::test_full_lot_id_both_present ... ok
33622026-04-19T06:13:12.524Ztest tests::test_full_lot_id_lot_only ... ok
33632026-04-19T06:13:12.524Ztest tests::test_full_lot_id_lotnum_only ... ok
33642026-04-19T06:13:12.524Ztest tests::test_full_lot_id_neither_present ... ok
33652026-04-19T06:13:12.524Ztest tests::test_port_id_cmp ... ok
33662026-04-19T06:13:12.524Ztest tests::test_parse_client_port_id ... ok
33672026-04-19T06:13:12.524Z
33682026-04-19T06:13:12.527Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33692026-04-19T06:13:12.527Z
33702026-04-19T06:13:12.527Z Running tests/test_all.rs (target/debug/deps/test_all-395380c5632c31ff)
33712026-04-19T06:13:12.530Z
33722026-04-19T06:13:12.530Zrunning 6 tests
33732026-04-19T06:13:15.538Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33742026-04-19T06:13:15.542Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33752026-04-19T06:13:15.542Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33762026-04-19T06:13:15.548Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33772026-04-19T06:13:15.876Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33782026-04-19T06:13:16.838Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33792026-04-19T06:13:16.838Z
33802026-04-19T06:13:16.838Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s
33812026-04-19T06:13:16.838Z
33822026-04-19T06:13:16.844Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
33832026-04-19T06:13:16.850Z
33842026-04-19T06:13:16.850Zrunning 0 tests
33852026-04-19T06:13:16.853Z
33862026-04-19T06:13:16.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33872026-04-19T06:13:16.853Z
33882026-04-19T06:13:16.853Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
33892026-04-19T06:13:16.856Z
33902026-04-19T06:13:16.856Zrunning 0 tests
33912026-04-19T06:13:16.856Z
33922026-04-19T06:13:16.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33932026-04-19T06:13:16.856Z
33942026-04-19T06:13:16.859Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
33952026-04-19T06:13:16.862Z
33962026-04-19T06:13:16.862Zrunning 12 tests
33972026-04-19T06:13:16.865Ztest icmp::test_v6_checksum ... ok
33982026-04-19T06:13:16.865Ztest icmp::test_v4_checksum ... ok
33992026-04-19T06:13:16.865Ztest ipv6::test_ipv6_parse ... ok
34002026-04-19T06:13:16.865Ztest lldp::test_lldp_parse ... ok
34012026-04-19T06:13:16.865Ztest pbuf::test_byte ... ok
34022026-04-19T06:13:16.865Ztest pbuf::test_nibble ... ok
34032026-04-19T06:13:16.865Ztest pbuf::test_short ... ok
34042026-04-19T06:13:16.865Ztest pbuf::test_twelve ... ok
34052026-04-19T06:13:16.865Ztest pbuf::test_word ... ok
34062026-04-19T06:13:16.865Ztest pbuf::test_overflow ... ok
34072026-04-19T06:13:16.865Ztest tcp::test_checksum_syn_nodata ... ok
34082026-04-19T06:13:16.865Ztest tcp::test_checksum_ack_data ... ok
34092026-04-19T06:13:16.865Z
34102026-04-19T06:13:16.865Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34112026-04-19T06:13:16.865Z
34122026-04-19T06:13:16.868Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
34132026-04-19T06:13:16.871Z
34142026-04-19T06:13:16.871Zrunning 0 tests
34152026-04-19T06:13:16.871Z
34162026-04-19T06:13:16.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34172026-04-19T06:13:16.871Z
34182026-04-19T06:13:16.871Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
34192026-04-19T06:13:16.874Z
34202026-04-19T06:13:16.874Zrunning 5 tests
34212026-04-19T06:13:16.874Ztest switchport::test::test_compute_lanes ... ok
34222026-04-19T06:13:16.874Ztest switchport::test::port_id_ordering ... ok
34232026-04-19T06:13:16.874Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
34242026-04-19T06:13:16.874Z Rx Loss-of-lock: YesLane 1 YesLane 2 Lane 3Yes
34252026-04-19T06:13:16.874ZYes
34262026-04-19T06:13:16.874Z State: Activated Rx Loss-of-signal: Yes YesActivated YesActivated Yes
34272026-04-19T06:13:16.874ZActivated
34282026-04-19T06:13:16.874Z Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse Yes falseYes
34292026-04-19T06:13:16.874Z false Tx Enabled: Yes
34302026-04-19T06:13:16.874Z Yes Rx Output Status: valid validYes Yesvalid
34312026-04-19T06:13:16.874Z valid
34322026-04-19T06:13:16.874Z Tx Loss-of-lock: No Rx Loss-of-lock: true No true No trueNo
34332026-04-19T06:13:16.874Ztrue
34342026-04-19T06:13:16.874Z Tx Loss-of-signal: No Rx Loss-of-signal: falseNo falseNo Nofalse
34352026-04-19T06:13:16.874Z false Tx CDR Enabled: No
34362026-04-19T06:13:16.874ZNoRx Auto-squelch Disable: true Notrue No
34372026-04-19T06:13:16.874Ztrue Tx Adaptive EQ Fault: No true
34382026-04-19T06:13:16.875ZNo Tx Output Enabled: true Notrue No
34392026-04-19T06:13:16.875Ztrue Tx Fault: Yes true
34402026-04-19T06:13:16.875ZYes Yes Tx Output Status: invalid Yes
34412026-04-19T06:13:16.875Zinvalid invalid invalid
34422026-04-19T06:13:16.875Z Tx Loss-of-lock: false false false false
34432026-04-19T06:13:16.875Z Tx Loss-of-signal: true true true true
34442026-04-19T06:13:16.875ZTx Auto-squelch Disable: false false false false
34452026-04-19T06:13:16.875Z Tx Adaptive EQ Fail: true true true true
34462026-04-19T06:13:16.875Z Tx Failure: false false false false
34472026-04-19T06:13:16.875Z Tx Force Squelch: true true true true
34482026-04-19T06:13:16.875Z Tx Input Polarity: normal normal normal normal
34492026-04-19T06:13:16.875Ztest switchport::test::test_print_sff_datapath ... ok
34502026-04-19T06:13:16.875Ztest switchport::test::test_print_cmis_datapath ... ok
34512026-04-19T06:13:16.878Ztest link::test_filter ... ok
34522026-04-19T06:13:16.878Z
34532026-04-19T06:13:16.878Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34542026-04-19T06:13:16.878Z
34552026-04-19T06:13:16.878Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
34562026-04-19T06:13:16.881Z
34572026-04-19T06:13:16.881Zrunning 1 test
34582026-04-19T06:13:16.881Ztest test_p4_counter_list ... ignored
34592026-04-19T06:13:16.881Z
34602026-04-19T06:13:16.884Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34612026-04-19T06:13:16.884Z
34622026-04-19T06:13:16.884Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
34632026-04-19T06:13:16.886Z
34642026-04-19T06:13:16.887Zrunning 5 tests
34652026-04-19T06:13:16.887Ztest test_an ... ignored
34662026-04-19T06:13:16.887Ztest test_enable ... ignored
34672026-04-19T06:13:16.887Ztest test_ip_addresses ... ignored
34682026-04-19T06:13:16.887Ztest test_kr ... ignored
34692026-04-19T06:13:16.887Ztest test_mac ... ignored
34702026-04-19T06:13:16.887Z
34712026-04-19T06:13:16.887Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34722026-04-19T06:13:16.887Z
34732026-04-19T06:13:16.887Z Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6)
34742026-04-19T06:13:16.887Z
34752026-04-19T06:13:16.887Zrunning 3 tests
34762026-04-19T06:13:16.890Ztest linklocal::test_parse_ipadm ... ok
34772026-04-19T06:13:16.890Ztest config::tests::test_updates ... ok
34782026-04-19T06:13:16.890Ztest tfport::test_parse_tfport ... ok
34792026-04-19T06:13:16.890Z
34802026-04-19T06:13:16.890Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34812026-04-19T06:13:16.890Z
34822026-04-19T06:13:16.890Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
34832026-04-19T06:13:16.893Z
34842026-04-19T06:13:16.893Zrunning 0 tests
34852026-04-19T06:13:16.893Z
34862026-04-19T06:13:16.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34872026-04-19T06:13:16.895Z
34882026-04-19T06:13:16.895Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
34892026-04-19T06:13:16.898Z
34902026-04-19T06:13:16.898Zrunning 0 tests
34912026-04-19T06:13:16.898Z
34922026-04-19T06:13:16.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34932026-04-19T06:13:16.898Z
34942026-04-19T06:13:16.901Z Doc-tests aal
34952026-04-19T06:13:17.067Z
34962026-04-19T06:13:17.067Zrunning 0 tests
34972026-04-19T06:13:17.067Z
34982026-04-19T06:13:17.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34992026-04-19T06:13:17.070Z
35002026-04-19T06:13:17.083Z Doc-tests aal_macros
35012026-04-19T06:13:17.155Z
35022026-04-19T06:13:17.155Zrunning 0 tests
35032026-04-19T06:13:17.155Z
35042026-04-19T06:13:17.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35052026-04-19T06:13:17.155Z
35062026-04-19T06:13:17.165Z Doc-tests common
35072026-04-19T06:13:17.401Z
35082026-04-19T06:13:17.401Zrunning 0 tests
35092026-04-19T06:13:17.401Z
35102026-04-19T06:13:17.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35112026-04-19T06:13:17.401Z
35122026-04-19T06:13:17.421Z Doc-tests dpd_api
35132026-04-19T06:13:18.246Z
35142026-04-19T06:13:18.246Zrunning 2 tests
35152026-04-19T06:13:18.246Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
35162026-04-19T06:13:18.246Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
35172026-04-19T06:13:18.246Z
35182026-04-19T06:13:18.246Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
35192026-04-19T06:13:18.246Z
35202026-04-19T06:13:18.276Z Doc-tests dpd_client
35212026-04-19T06:13:19.556Z
35222026-04-19T06:13:19.556Zrunning 0 tests
35232026-04-19T06:13:19.556Z
35242026-04-19T06:13:19.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35252026-04-19T06:13:19.556Z
35262026-04-19T06:13:19.602Z Doc-tests dpd_types
35272026-04-19T06:13:19.809Z
35282026-04-19T06:13:19.809Zrunning 0 tests
35292026-04-19T06:13:19.809Z
35302026-04-19T06:13:19.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35312026-04-19T06:13:19.809Z
35322026-04-19T06:13:19.833Z Doc-tests dpd_types_versions
35332026-04-19T06:13:21.037Z
35342026-04-19T06:13:21.037Zrunning 1 test
35352026-04-19T06:13:21.038Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
35362026-04-19T06:13:21.038Z
35372026-04-19T06:13:21.038Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35382026-04-19T06:13:21.038Z
35392026-04-19T06:13:21.081Z Doc-tests packet
35402026-04-19T06:13:21.191Z
35412026-04-19T06:13:21.191Zrunning 0 tests
35422026-04-19T06:13:21.191Z
35432026-04-19T06:13:21.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35442026-04-19T06:13:21.194Z
35452026-04-19T06:13:21.206Z Doc-tests pcap
35462026-04-19T06:13:21.259Z
35472026-04-19T06:13:21.259Zrunning 0 tests
35482026-04-19T06:13:21.259Z
35492026-04-19T06:13:21.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35502026-04-19T06:13:21.259Z
35512026-04-19T06:13:21.309Zprocess exited: duration 631748 ms, exit code 0
 
35522026-04-19T06:13:21.315Zfound 0 output files