01K22GGWT7F5GSGC5355Y3XWJY: test

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

Buildomat Job: 01K22GH5QZQKN75S066CJP3D14

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-07T14:56:54.427Zjob assigned to worker 01K22GH6H22TJDFCG9HW4QB9BM [factory gimlet-EVT22200007-propolis, EVT22200007/37338] (queued for 24 s)
 
22025-08-07T14:57:02.992Zstarting task 0: "setup"
32025-08-07T14:57:03.019Z++ uname -s
42025-08-07T14:57:03.019Z+ kern=SunOS
52025-08-07T14:57:03.019Z+ build_user=build
62025-08-07T14:57:03.019Z+ build_uid=12345
72025-08-07T14:57:03.019Z+ work_dir=/work
82025-08-07T14:57:03.019Z+ input_dir=/input
92025-08-07T14:57:03.019Z+ [[ 0 == 12345 ]]
102025-08-07T14:57:03.019Z+ case "$kern" in
112025-08-07T14:57:03.019Z+ groupadd -g 12345 build
122025-08-07T14:57:03.019Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-07T14:57:05.017Z+ zfs create -o mountpoint=/work rpool/work
142025-08-07T14:57:05.058Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-07T14:57:05.084Z+ home_fs=zfs
162025-08-07T14:57:05.084Z+ [[ zfs == autofs ]]
172025-08-07T14:57:05.084Z+ mkdir -p /home/build
182025-08-07T14:57:05.084Z+ chown build:build /home/build /work
192025-08-07T14:57:07.066Z+ chmod 0700 /home/build /work
202025-08-07T14:57:07.093Zprocess exited: duration 4080 ms, exit code 0
 
212025-08-07T14:57:07.155Zstarting task 1: "rust-toolchain"
222025-08-07T14:57:07.183Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-08-07T14:57:07.183Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-08-07T14:57:07.183Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-08-07T14:57:07.183Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-08-07T14:57:07.183Z * rust toolchain channel = "1.85.0"
272025-08-07T14:57:07.183Z * rust toolchain profile = "default"
282025-08-07T14:57:07.183Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-07T14:57:07.183Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-08-07T14:57:07.306Zinfo: downloading installer
312025-08-07T14:57:07.951Zwarn: It looks like you have an existing installation of Rust at:
322025-08-07T14:57:07.951Zwarn: /opt/ooce/bin
332025-08-07T14:57:07.951Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-07T14:57:07.951Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-07T14:57:07.951Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-07T14:57:07.951Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-07T14:57:07.951Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-07T14:57:07.952Zerror: cannot install while Rust is installed
392025-08-07T14:57:07.952Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-07T14:57:07.979Zinfo: profile set to 'default'
412025-08-07T14:57:07.979Zinfo: default host triple is x86_64-unknown-illumos
422025-08-07T14:57:07.979Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-08-07T14:57:08.108Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-08-07T14:57:08.108Zinfo: downloading component 'cargo'
452025-08-07T14:57:08.355Zinfo: downloading component 'clippy'
462025-08-07T14:57:08.444Zinfo: downloading component 'rust-docs'
472025-08-07T14:57:08.721Zinfo: downloading component 'rust-std'
482025-08-07T14:57:09.125Zinfo: downloading component 'rustc'
492025-08-07T14:57:10.327Zinfo: downloading component 'rustfmt'
502025-08-07T14:57:10.403Zinfo: installing component 'cargo'
512025-08-07T14:57:11.540Zinfo: installing component 'clippy'
522025-08-07T14:57:11.999Zinfo: installing component 'rust-docs'
532025-08-07T14:57:14.872Zinfo: installing component 'rust-std'
542025-08-07T14:57:17.159Zinfo: installing component 'rustc'
552025-08-07T14:57:24.219Zinfo: installing component 'rustfmt'
562025-08-07T14:57:24.591Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-08-07T14:57:24.591Z
582025-08-07T14:57:24.744Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-08-07T14:57:24.744Z
602025-08-07T14:57:24.770Z
612025-08-07T14:57:24.770ZRust is installed now. Great!
622025-08-07T14:57:24.770Z
632025-08-07T14:57:24.770ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-07T14:57:24.770Zenvironment variable. This has not been done automatically.
652025-08-07T14:57:24.770Z
662025-08-07T14:57:24.770ZTo configure your current shell, you need to source
672025-08-07T14:57:24.770Zthe corresponding env file under $HOME/.cargo.
682025-08-07T14:57:24.771Z
692025-08-07T14:57:24.771ZThis is usually done by running one of the following (note the leading DOT):
702025-08-07T14:57:24.771Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-07T14:57:24.771Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-07T14:57:24.771Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-07T14:57:24.830Z+ rustup --version
742025-08-07T14:57:24.857Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-07T14:57:24.857Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-07T14:57:24.967Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-08-07T14:57:24.994Z+ cargo --version
782025-08-07T14:57:25.069Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-08-07T14:57:25.095Z+ rustc --version
802025-08-07T14:57:25.179Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-08-07T14:57:25.206Zprocess exited: duration 18032 ms, exit code 0
 
822025-08-07T14:57:25.262Zstarting task 2: "authentication"
832025-08-07T14:57:25.318Zprocess exited: duration 59 ms, exit code 0
 
842025-08-07T14:57:25.372Zstarting task 3: "clone repository"
852025-08-07T14:57:25.398Z+ mkdir -p /work/oxidecomputer/dendrite
862025-08-07T14:57:25.398Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
872025-08-07T14:57:25.425ZCloning into '/work/oxidecomputer/dendrite'...
882025-08-07T14:57:26.408Z+ cd /work/oxidecomputer/dendrite
892025-08-07T14:57:26.408Z+ git fetch origin ce97847ef712534ab1dec06f363f65a90925f9f8
902025-08-07T14:57:26.768ZFrom https://github.com/oxidecomputer/dendrite
912025-08-07T14:57:26.768Z * branch ce97847ef712534ab1dec06f363f65a90925f9f8 -> FETCH_HEAD
922025-08-07T14:57:26.795Z+ [[ -n counters ]]
932025-08-07T14:57:26.795Z++ git branch --show-current
942025-08-07T14:57:26.795Z+ current=main
952025-08-07T14:57:26.795Z+ [[ main != counters ]]
962025-08-07T14:57:26.795Z+ git branch -f counters ce97847ef712534ab1dec06f363f65a90925f9f8
972025-08-07T14:57:26.795Z+ git checkout -f counters
982025-08-07T14:57:26.821ZSwitched to branch 'counters'
992025-08-07T14:57:26.821Z+ git reset --hard ce97847ef712534ab1dec06f363f65a90925f9f8
1002025-08-07T14:57:26.848ZHEAD is now at ce97847 is_link_local_ipv6_mcast
1012025-08-07T14:57:26.848Zprocess exited: duration 1457 ms, exit code 0
 
1022025-08-07T14:57:26.905Zstarting task 4: "build"
1032025-08-07T14:57:26.931Z+ source .github/buildomat/common.sh
1042025-08-07T14:57:26.931Z++ SDE_COMMIT=c59c6d7b9e512a834f15b1847e636426aec7d670
1052025-08-07T14:57:26.931Z++ SDE_PKG_SHA256=c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951
1062025-08-07T14:57:26.931Z++ SDE_DEB_SHA256=7526d1c02064f4e40056b0a8a5aa1db86f0a912035a80fa223c322b1ae2709b7
1072025-08-07T14:57:26.931Z+++ uname -s
1082025-08-07T14:57:26.931Z++ '[' SunOS == SunOS ']'
1092025-08-07T14:57:26.931Z++ SERIES=illumos
1102025-08-07T14:57:26.931Z+++ uname -s
1112025-08-07T14:57:26.931Z++ '[' SunOS == SunOS ']'
1122025-08-07T14:57:26.931Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/c59c6d7b9e512a834f15b1847e636426aec7d670
1132025-08-07T14:57:26.931Z++ rustup show active-toolchain
1142025-08-07T14:57:26.995Z1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1152025-08-07T14:57:27.021Z+ source .github/buildomat/illumos.sh
1162025-08-07T14:57:27.021Z++ banner 'sde setup'
1172025-08-07T14:57:27.021Z
1182025-08-07T14:57:27.021Z #### ##### ###### #### ###### ##### # # #####
1192025-08-07T14:57:27.021Z # # # # # # # # # # #
1202025-08-07T14:57:27.022Z #### # # ##### #### ##### # # # # #
1212025-08-07T14:57:27.022Z # # # # # # # # # #####
1222025-08-07T14:57:27.022Z # # # # # # # # # # # #
1232025-08-07T14:57:27.022Z #### ##### ###### #### ###### # #### #
1242025-08-07T14:57:27.022Z
1252025-08-07T14:57:27.022Z++ export PKG=tofino_sde.p5p
1262025-08-07T14:57:27.022Z++ PKG=tofino_sde.p5p
1272025-08-07T14:57:27.022Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/c59c6d7b9e512a834f15b1847e636426aec7d670/tofino_sde.p5p
1282025-08-07T14:57:27.022Z % Total % Received % Xferd Average Speed Time Time Time Current
1292025-08-07T14:57:27.022Z Dload Upload Total Spent Left Speed
1302025-08-07T14:57:31.124Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 75.0M 8 6551k 0 0 10.5M 0 0:00:07 --:--:-- 0:00:07 10.5M 34 75.0M 34 26.0M 0 0 16.1M 0 0:00:04 0:00:01 0:00:03 16.1M 61 75.0M 61 45.9M 0 0 17.6M 0 0:00:04 0:00:02 0:00:02 17.6M 87 75.0M 87 65.7M 0 0 18.0M 0 0:00:04 0:00:03 0:00:01 18.0M 100 75.0M 100 75.0M 0 0 18.2M 0 0:00:04 0:00:04 --:--:-- 18.2M
1312025-08-07T14:57:31.150Z+++ digest -a sha256 tofino_sde.p5p
1322025-08-07T14:57:31.202Z++ SDE_CALC=c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951
1332025-08-07T14:57:31.202Z++ '[' c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 '!=' c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 ']'
1342025-08-07T14:57:31.202Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1352025-08-07T14:57:41.605Z Startup: Refreshing catalog 'helios-dev' ... Done
1362025-08-07T14:57:50.255Z Startup: Caching catalogs ... Done
1372025-08-07T14:57:50.456Z Startup: Refreshing catalog 'oxide' ... Done
1382025-08-07T14:58:00.246ZPlanning: Solver setup ... Done
1392025-08-07T14:58:00.290ZPlanning: Running solver ... Done
1402025-08-07T14:58:00.364ZPlanning: Finding local manifests ... Done
1412025-08-07T14:58:00.390ZPlanning: Fetching manifests: 1/1 100% complete
1422025-08-07T14:58:00.390ZPlanning: Fetching manifests: 1/1 100% complete
1432025-08-07T14:58:00.416ZPlanning: Package planning ... Done
1442025-08-07T14:58:00.416ZPlanning: Merging actions ... Done
1452025-08-07T14:58:00.598ZPlanning: Checking for conflicting actions ... Done
1462025-08-07T14:58:00.626ZPlanning: Consolidating action changes ... Done
1472025-08-07T14:58:01.218ZPlanning: Evaluating mediators ... Done
1482025-08-07T14:58:01.245ZPlanning: Planning completed in 10.76 seconds
1492025-08-07T14:58:01.245Z Packages to install: 1
1502025-08-07T14:58:01.245Z Create boot environment: No
1512025-08-07T14:58:01.245ZCreate backup boot environment: No
1522025-08-07T14:58:01.280Z
1532025-08-07T14:58:01.280ZDownload: 0/242 items 0.0/74.4MB 0% complete
1542025-08-07T14:58:01.559ZDownload: Completed 74.36 MB in 0.28 seconds (266M/s)
1552025-08-07T14:58:01.687Z Actions: 1/293 actions (Installing new actions)
1562025-08-07T14:58:03.300Z Actions: Completed 293 actions in 1.61 seconds.
1572025-08-07T14:58:03.327Z Done
1582025-08-07T14:58:03.373Z Done
1592025-08-07T14:58:04.390Z Done
1602025-08-07T14:58:08.986Z Done
1612025-08-07T14:58:09.087Z Done
1622025-08-07T14:58:09.087Z Done
1632025-08-07T14:58:09.150Z Done
1642025-08-07T14:58:09.645Z++ export SDE=/opt/oxide/tofino_sde
1652025-08-07T14:58:09.645Z++ SDE=/opt/oxide/tofino_sde
1662025-08-07T14:58:09.645Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672025-08-07T14:58:09.645Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1682025-08-07T14:58:09.646Z++ banner packages
1692025-08-07T14:58:09.672Z
1702025-08-07T14:58:09.672Z ##### ## #### # # ## #### ###### ####
1712025-08-07T14:58:09.672Z # # # # # # # # # # # # # #
1722025-08-07T14:58:09.672Z # # # # # #### # # # ##### ####
1732025-08-07T14:58:09.672Z ##### ###### # # # ###### # ### # #
1742025-08-07T14:58:09.672Z # # # # # # # # # # # # # #
1752025-08-07T14:58:09.672Z # # # #### # # # # #### ###### ####
1762025-08-07T14:58:09.672Z
1772025-08-07T14:58:09.673Z++ pfexec pkg install clang-15 pcap
1782025-08-07T14:58:10.501Z Startup: Refreshing catalog 'helios-dev' ... Done
1792025-08-07T14:58:10.528Z Startup: Refreshing catalog 'oxide' ... Done
1802025-08-07T14:58:17.311ZPlanning: Solver setup ... Done
1812025-08-07T14:58:17.357ZPlanning: Running solver ... Done
1822025-08-07T14:58:17.440ZPlanning: Finding local manifests ... Done
1832025-08-07T14:58:17.466ZPlanning: Fetching manifests: 0/2 0% complete
1842025-08-07T14:58:17.969ZPlanning: Fetching manifests: 2/2 100% complete
1852025-08-07T14:58:18.026ZPlanning: Package planning ... Done
1862025-08-07T14:58:18.081ZPlanning: Merging actions ... Done
1872025-08-07T14:58:18.289ZPlanning: Checking for conflicting actions ... Done
1882025-08-07T14:58:18.315ZPlanning: Consolidating action changes ... Done
1892025-08-07T14:58:18.626ZPlanning: Evaluating mediators ... Done
1902025-08-07T14:58:18.652ZPlanning: Planning completed in 8.13 seconds
1912025-08-07T14:58:18.652Z Packages to install: 2
1922025-08-07T14:58:18.652Z Mediators to change: 2
1932025-08-07T14:58:18.653Z Services to change: 1
1942025-08-07T14:58:18.653Z Create boot environment: No
1952025-08-07T14:58:18.653ZCreate backup boot environment: No
1962025-08-07T14:58:18.696Z
1972025-08-07T14:58:18.696ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1982025-08-07T14:58:23.697ZDownload: 1196/3076 items 114.5/211.3MB 54% complete (23.1M/s)
1992025-08-07T14:58:28.703ZDownload: 3032/3076 items 167.0/211.3MB 79% complete (17.2M/s)
2002025-08-07T14:58:33.705ZDownload: 3069/3076 items 208.4/211.3MB 98% complete (9.6M/s)
2012025-08-07T14:58:34.282ZDownload: Completed 211.31 MB in 15.59 seconds (13.6M/s)
2022025-08-07T14:58:34.427Z Actions: 1/3418 actions (Installing new actions)
2032025-08-07T14:58:39.430Z Actions: 3252/3418 actions (Installing new actions)
2042025-08-07T14:58:39.781Z Actions: Completed 3418 actions in 5.35 seconds.
2052025-08-07T14:58:40.223Z Done
2062025-08-07T14:58:40.223Z Done
2072025-08-07T14:58:41.246Z Done
2082025-08-07T14:58:45.844Z Done
2092025-08-07T14:58:45.946Z Done
2102025-08-07T14:58:45.972Z Done
2112025-08-07T14:58:46.085Z Done
2122025-08-07T14:58:46.222Z++ pfexec pkg set-mediator -V 15 clang llvm
2132025-08-07T14:58:46.590ZPlanning: Evaluating mediator changes ... Done
2142025-08-07T14:58:46.794ZPlanning: Checking for conflicting actions ... Done
2152025-08-07T14:58:46.820ZPlanning: Consolidating action changes ... Done
2162025-08-07T14:58:47.119ZPlanning: Evaluating mediators ... Done
2172025-08-07T14:58:47.146ZPlanning: Planning completed in 0.53 seconds
2182025-08-07T14:58:47.173Z Mediators to change: 2
2192025-08-07T14:58:47.173Z Create boot environment: No
2202025-08-07T14:58:47.173ZCreate backup boot environment: No
2212025-08-07T14:58:47.214Z Done
2222025-08-07T14:58:47.214Z Done
2232025-08-07T14:58:48.008Z Done
2242025-08-07T14:58:52.305Z Done
2252025-08-07T14:58:52.404Z Done
2262025-08-07T14:58:52.430Z Done
2272025-08-07T14:58:52.457Z Done
2282025-08-07T14:58:52.539Z++ cargo --version
2292025-08-07T14:58:52.612Zcargo 1.85.0 (d73d2caf9 2024-12-31)
2302025-08-07T14:58:52.638Z++ rustc --version
2312025-08-07T14:58:52.702Zrustc 1.85.0 (4d91de4e4 2025-02-17)
2322025-08-07T14:58:52.728Z+ banner copyrights
2332025-08-07T14:58:52.729Z
2342025-08-07T14:58:52.729Z #### #### ##### # # ##### # #### # # ##### ####
2352025-08-07T14:58:52.729Z # # # # # # # # # # # # # # # # #
2362025-08-07T14:58:52.729Z # # # # # # # # # # ###### # ####
2372025-08-07T14:58:52.729Z # # # ##### # ##### # # ### # # # #
2382025-08-07T14:58:52.729Z # # # # # # # # # # # # # # # #
2392025-08-07T14:58:52.729Z #### #### # # # # # #### # # # ####
2402025-08-07T14:58:52.729Z
2412025-08-07T14:58:52.729Z+ ./tools/check_copyrights.sh
2422025-08-07T14:58:54.985Z+ banner clippy
2432025-08-07T14:58:55.012Z
2442025-08-07T14:58:55.012Z #### # # ##### ##### # #
2452025-08-07T14:58:55.012Z # # # # # # # # # #
2462025-08-07T14:58:55.012Z # # # # # # # #
2472025-08-07T14:58:55.012Z # # # ##### ##### #
2482025-08-07T14:58:55.012Z # # # # # # #
2492025-08-07T14:58:55.012Z #### ###### # # # #
2502025-08-07T14:58:55.012Z
2512025-08-07T14:58:55.012Z+ for feat in tofino_stub tofino_asic softnpu chaos
2522025-08-07T14:58:55.012Z+ cargo clippy --features tofino_stub -- --deny warnings
2532025-08-07T14:58:55.340Z Updating git repository `https://github.com/oxidecomputer/omicron`
2542025-08-07T14:59:03.691Z Updating crates.io index
2552025-08-07T14:59:03.718Z Updating git repository `https://github.com/illumos/smf-rs`
2562025-08-07T14:59:04.127Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572025-08-07T14:59:05.369Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2582025-08-07T14:59:05.764Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592025-08-07T14:59:06.162Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602025-08-07T14:59:06.779Z Updating git repository `https://github.com/oxidecomputer/ispf`
2612025-08-07T14:59:07.229Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622025-08-07T14:59:07.746Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632025-08-07T14:59:08.067Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642025-08-07T14:59:08.545Z Updating git repository `https://github.com/oxidecomputer/p4`
2652025-08-07T14:59:09.090Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662025-08-07T14:59:09.508Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672025-08-07T14:59:10.251Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682025-08-07T14:59:11.018Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692025-08-07T14:59:11.384Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702025-08-07T14:59:11.804Z Updating git repository `https://github.com/oxidecomputer/propolis`
2712025-08-07T14:59:12.729Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722025-08-07T14:59:14.797Z Updating git repository `https://github.com/oxidecomputer/opte`
2732025-08-07T14:59:15.619Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2742025-08-07T14:59:16.011Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752025-08-07T14:59:16.521Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2762025-08-07T14:59:17.004Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772025-08-07T14:59:17.464Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782025-08-07T14:59:18.756Z Downloading crates ...
2792025-08-07T14:59:18.841Z Downloaded adler2 v2.0.0
2802025-08-07T14:59:18.868Z Downloaded anyhow v1.0.98
2812025-08-07T14:59:18.869Z Downloaded atty v0.2.14
2822025-08-07T14:59:18.869Z Downloaded atomic-waker v1.1.2
2832025-08-07T14:59:18.869Z Downloaded darling_macro v0.20.10
2842025-08-07T14:59:18.869Z Downloaded newtype_derive v0.1.6
2852025-08-07T14:59:18.898Z Downloaded num-derive v0.3.3
2862025-08-07T14:59:18.899Z Downloaded either v1.13.0
2872025-08-07T14:59:18.899Z Downloaded futures-io v0.3.31
2882025-08-07T14:59:18.899Z Downloaded miniz_oxide v0.8.0
2892025-08-07T14:59:18.899Z Downloaded backoff v0.4.0
2902025-08-07T14:59:18.899Z Downloaded memmap v0.7.0
2912025-08-07T14:59:18.899Z Downloaded enum-as-inner v0.6.1
2922025-08-07T14:59:18.899Z Downloaded cargo_metadata v0.18.1
2932025-08-07T14:59:18.899Z Downloaded num-derive v0.4.2
2942025-08-07T14:59:18.899Z Downloaded parse-display-derive v0.10.0
2952025-08-07T14:59:18.926Z Downloaded openssl-macros v0.1.1
2962025-08-07T14:59:18.926Z Downloaded native-tls v0.2.12
2972025-08-07T14:59:18.926Z Downloaded utf8_iter v1.0.4
2982025-08-07T14:59:18.926Z Downloaded unicode-ident v1.0.16
2992025-08-07T14:59:18.926Z Downloaded foreign-types-shared v0.3.1
3002025-08-07T14:59:18.926Z Downloaded hostname v0.4.0
3012025-08-07T14:59:18.954Z Downloaded take_mut v0.2.2
3022025-08-07T14:59:18.954Z Downloaded ipnetwork v0.21.1
3032025-08-07T14:59:18.954Z Downloaded tabled_derive v0.10.0
3042025-08-07T14:59:18.954Z Downloaded blake3 v1.5.4
3052025-08-07T14:59:18.954Z Downloaded yoke-derive v0.7.4
3062025-08-07T14:59:18.954Z Downloaded http-body v1.0.1
3072025-08-07T14:59:18.954Z Downloaded serde-big-array v0.5.1
3082025-08-07T14:59:18.981Z Downloaded lazy_static v1.5.0
3092025-08-07T14:59:18.981Z Downloaded search_path v0.1.4
3102025-08-07T14:59:18.981Z Downloaded zerocopy v0.6.6
3112025-08-07T14:59:18.981Z Downloaded structopt v0.3.26
3122025-08-07T14:59:18.981Z Downloaded icu_properties v1.5.1
3132025-08-07T14:59:18.981Z Downloaded tinyvec_macros v0.1.1
3142025-08-07T14:59:19.010Z Downloaded zerofrom-derive v0.1.4
3152025-08-07T14:59:19.010Z Downloaded vec_map v0.8.2
3162025-08-07T14:59:19.010Z Downloaded progenitor-impl v0.9.1
3172025-08-07T14:59:19.010Z Downloaded zone_cfg_derive v0.3.0
3182025-08-07T14:59:19.010Z Downloaded thiserror-impl v1.0.69
3192025-08-07T14:59:19.010Z Downloaded time-core v0.1.2
3202025-08-07T14:59:19.010Z Downloaded icu_locid_transform v1.5.0
3212025-08-07T14:59:19.010Z Downloaded sigpipe v0.1.3
3222025-08-07T14:59:19.038Z Downloaded usdt-macro v0.5.0
3232025-08-07T14:59:19.038Z Downloaded tower-layer v0.3.3
3242025-08-07T14:59:19.038Z Downloaded foreign-types-shared v0.1.1
3252025-08-07T14:59:19.038Z Downloaded hex v0.4.3
3262025-08-07T14:59:19.038Z Downloaded slab v0.4.9
3272025-08-07T14:59:19.038Z Downloaded scopeguard v1.2.0
3282025-08-07T14:59:19.038Z Downloaded httpdate v1.0.3
3292025-08-07T14:59:19.038Z Downloaded hubpack_derive v0.1.1
3302025-08-07T14:59:19.038Z Downloaded try-lock v0.2.5
3312025-08-07T14:59:19.038Z Downloaded typify-macro v0.3.0
3322025-08-07T14:59:19.038Z Downloaded tower-service v0.3.3
3332025-08-07T14:59:19.038Z Downloaded foreign-types v0.3.2
3342025-08-07T14:59:19.038Z Downloaded float-ord v0.3.2
3352025-08-07T14:59:19.066Z Downloaded linear-map v1.2.0
3362025-08-07T14:59:19.066Z Downloaded humantime v2.1.0
3372025-08-07T14:59:19.066Z Downloaded futures-task v0.3.31
3382025-08-07T14:59:19.066Z Downloaded slog-bunyan v2.5.0
3392025-08-07T14:59:19.066Z Downloaded macaddr v1.0.1
3402025-08-07T14:59:19.066Z Downloaded managed v0.8.0
3412025-08-07T14:59:19.066Z Downloaded lru-cache v0.1.2
3422025-08-07T14:59:19.066Z Downloaded smf v0.2.3
3432025-08-07T14:59:19.066Z Downloaded serde_repr v0.1.19
3442025-08-07T14:59:19.066Z Downloaded serde_urlencoded v0.7.1
3452025-08-07T14:59:19.066Z Downloaded slog-json v2.6.1
3462025-08-07T14:59:19.095Z Downloaded serde_spanned v0.6.8
3472025-08-07T14:59:19.095Z Downloaded toml v0.7.8
3482025-08-07T14:59:19.095Z Downloaded socket2 v0.5.9
3492025-08-07T14:59:19.095Z Downloaded heapless v0.8.0
3502025-08-07T14:59:19.095Z Downloaded syn v1.0.109
3512025-08-07T14:59:19.121Z Downloaded tower v0.5.2
3522025-08-07T14:59:19.122Z Downloaded syn v2.0.100
3532025-08-07T14:59:19.148Z Downloaded hashbrown v0.15.1
3542025-08-07T14:59:19.149Z Downloaded serde_json v1.0.140
3552025-08-07T14:59:19.149Z Downloaded hyper v1.6.0
3562025-08-07T14:59:19.175Z Downloaded futures-util v0.3.31
3572025-08-07T14:59:19.175Z Downloaded openssl v0.10.72
3582025-08-07T14:59:19.201Z Downloaded unicode-width v0.1.14
3592025-08-07T14:59:19.202Z Downloaded regex v1.11.1
3602025-08-07T14:59:19.202Z Downloaded nix v0.29.0
3612025-08-07T14:59:19.228Z Downloaded unicode-width v0.2.0
3622025-08-07T14:59:19.228Z Downloaded rustls v0.23.16
3632025-08-07T14:59:19.255Z Downloaded regex-syntax v0.8.5
3642025-08-07T14:59:19.255Z Downloaded smoltcp v0.11.0
3652025-08-07T14:59:19.281Z Downloaded hickory-proto v0.24.1
3662025-08-07T14:59:19.281Z Downloaded rustls v0.22.4
3672025-08-07T14:59:19.307Z Downloaded rustix v0.38.40
3682025-08-07T14:59:19.334Z Downloaded regress v0.10.3
3692025-08-07T14:59:19.334Z Downloaded regress v0.9.1
3702025-08-07T14:59:19.360Z Downloaded openapiv3 v2.0.0
3712025-08-07T14:59:19.360Z Downloaded typify-impl v0.3.0
3722025-08-07T14:59:19.387Z Downloaded typify-impl v0.2.0
3732025-08-07T14:59:19.387Z Downloaded reqwest v0.12.12
3742025-08-07T14:59:19.413Z Downloaded zerocopy-derive v0.6.6
3752025-08-07T14:59:19.413Z Downloaded quinn-proto v0.11.9
3762025-08-07T14:59:19.440Z Downloaded rustls-webpki v0.102.8
3772025-08-07T14:59:19.440Z Downloaded csv v1.3.1
3782025-08-07T14:59:19.466Z Downloaded hashbrown v0.14.5
3792025-08-07T14:59:19.466Z Downloaded regex-automata v0.4.9
3802025-08-07T14:59:19.493Z Downloaded tokio-util v0.7.12
3812025-08-07T14:59:19.493Z Downloaded h2 v0.4.6
3822025-08-07T14:59:19.519Z Downloaded petgraph v0.6.5
3832025-08-07T14:59:19.519Z Downloaded serde_with v3.11.0
3842025-08-07T14:59:19.559Z Downloaded time v0.3.36
3852025-08-07T14:59:19.559Z Downloaded flate2 v1.0.34
3862025-08-07T14:59:19.559Z Downloaded tokio v1.46.1
3872025-08-07T14:59:19.585Z Downloaded zerovec v0.10.4
3882025-08-07T14:59:19.612Z Downloaded libc v0.2.172
3892025-08-07T14:59:19.638Z Downloaded git2 v0.19.0
3902025-08-07T14:59:19.638Z Downloaded zerocopy v0.8.17
3912025-08-07T14:59:19.665Z Downloaded idna v0.4.0
3922025-08-07T14:59:19.665Z Downloaded pest v2.7.14
3932025-08-07T14:59:19.691Z Downloaded tracing v0.1.40
3942025-08-07T14:59:19.691Z Downloaded libz-sys v1.1.20
3952025-08-07T14:59:19.718Z Downloaded libm v0.2.11
3962025-08-07T14:59:19.718Z Downloaded vcpkg v0.2.15
3972025-08-07T14:59:19.750Z Downloaded tabled v0.18.0
3982025-08-07T14:59:19.777Z Downloaded icu_properties_data v1.5.0
3992025-08-07T14:59:19.803Z Downloaded webpki-roots v0.26.6
4002025-08-07T14:59:19.803Z Downloaded dropshot v0.15.1
4012025-08-07T14:59:19.829Z Downloaded smallvec v1.13.2
4022025-08-07T14:59:19.829Z Downloaded toml_edit v0.22.22
4032025-08-07T14:59:19.856Z Downloaded goblin v0.8.2
4042025-08-07T14:59:19.856Z Downloaded tracing-core v0.1.32
4052025-08-07T14:59:19.856Z Downloaded libscf-sys v1.1.0
4062025-08-07T14:59:19.856Z Downloaded encoding_rs v0.8.35
4072025-08-07T14:59:19.882Z Downloaded memchr v2.7.4
4082025-08-07T14:59:19.882Z Downloaded serde_derive_internals v0.29.1
4092025-08-07T14:59:19.882Z Downloaded toml_edit v0.19.15
4102025-08-07T14:59:19.908Z Downloaded hickory-resolver v0.24.3
4112025-08-07T14:59:19.908Z Downloaded minimal-lexical v0.2.1
4122025-08-07T14:59:19.908Z Downloaded itertools v0.10.5
4132025-08-07T14:59:19.935Z Downloaded itertools v0.14.0
4142025-08-07T14:59:19.935Z Downloaded hashbrown v0.12.3
4152025-08-07T14:59:19.935Z Downloaded slog v2.7.0
4162025-08-07T14:59:19.935Z Downloaded toml v0.8.19
4172025-08-07T14:59:19.935Z Downloaded unsafe-libyaml v0.2.11
4182025-08-07T14:59:19.961Z Downloaded rand v0.8.5
4192025-08-07T14:59:19.961Z Downloaded serde_tokenstream v0.2.2
4202025-08-07T14:59:19.961Z Downloaded serde_path_to_error v0.1.16
4212025-08-07T14:59:19.961Z Downloaded spin v0.9.8
4222025-08-07T14:59:19.961Z Downloaded slog-term v2.9.1
4232025-08-07T14:59:19.961Z Downloaded ucd-trie v0.1.7
4242025-08-07T14:59:19.961Z Downloaded typenum v1.17.0
4252025-08-07T14:59:19.962Z Downloaded log v0.4.22
4262025-08-07T14:59:19.962Z Downloaded ring v0.17.14
4272025-08-07T14:59:20.004Z Downloaded slog-dtrace v0.3.0
4282025-08-07T14:59:20.030Z Downloaded slog-async v2.8.0
4292025-08-07T14:59:20.030Z Downloaded tar v0.4.43
4302025-08-07T14:59:20.030Z Downloaded stable_deref_trait v1.2.0
4312025-08-07T14:59:20.030Z Downloaded tracing-attributes v0.1.27
4322025-08-07T14:59:20.030Z Downloaded tempfile v3.14.0
4332025-08-07T14:59:20.030Z Downloaded curl-sys v0.4.78+curl-8.11.0
4342025-08-07T14:59:20.087Z Downloaded schemars v0.8.22
4352025-08-07T14:59:20.116Z Downloaded zerocopy v0.7.35
4362025-08-07T14:59:20.142Z Downloaded static_assertions v1.1.0
4372025-08-07T14:59:20.142Z Downloaded foldhash v0.1.5
4382025-08-07T14:59:20.142Z Downloaded fnv v1.0.7
4392025-08-07T14:59:20.142Z Downloaded litemap v0.7.3
4402025-08-07T14:59:20.142Z Downloaded itertools v0.13.0
4412025-08-07T14:59:20.142Z Downloaded hubpack v0.1.2
4422025-08-07T14:59:20.142Z Downloaded serde_derive v1.0.219
4432025-08-07T14:59:20.142Z Downloaded libgit2-sys v0.17.0+1.8.1
4442025-08-07T14:59:20.200Z Downloaded rayon-core v1.12.1
4452025-08-07T14:59:20.226Z Downloaded foreign-types-macros v0.2.3
4462025-08-07T14:59:20.226Z Downloaded foreign-types v0.5.0
4472025-08-07T14:59:20.226Z Downloaded toml_datetime v0.6.8
4482025-08-07T14:59:20.227Z Downloaded hyper-rustls v0.27.3
4492025-08-07T14:59:20.227Z Downloaded unicode-bidi v0.3.17
4502025-08-07T14:59:20.227Z Downloaded icu_collections v1.5.0
4512025-08-07T14:59:20.227Z Downloaded quinn v0.11.6
4522025-08-07T14:59:20.227Z Downloaded heck v0.4.1
4532025-08-07T14:59:20.227Z Downloaded httparse v1.9.5
4542025-08-07T14:59:20.227Z Downloaded untrusted v0.9.0
4552025-08-07T14:59:20.253Z Downloaded url v2.5.3
4562025-08-07T14:59:20.253Z Downloaded similar v2.6.0
4572025-08-07T14:59:20.253Z Downloaded tokio-stream v0.1.16
4582025-08-07T14:59:20.253Z Downloaded qorb v0.2.1
4592025-08-07T14:59:20.253Z Downloaded linked-hash-map v0.5.6
4602025-08-07T14:59:20.253Z Downloaded libsw v3.3.1
4612025-08-07T14:59:20.253Z Downloaded typify-macro v0.2.0
4622025-08-07T14:59:20.253Z Downloaded futures-sink v0.3.31
4632025-08-07T14:59:20.253Z Downloaded futures-macro v0.3.31
4642025-08-07T14:59:20.253Z Downloaded topological-sort v0.2.2
4652025-08-07T14:59:20.254Z Downloaded heck v0.3.3
4662025-08-07T14:59:20.254Z Downloaded http-body-util v0.1.2
4672025-08-07T14:59:20.280Z Downloaded hyper-util v0.1.10
4682025-08-07T14:59:20.280Z Downloaded same-file v1.0.6
4692025-08-07T14:59:20.280Z Downloaded rustls-pki-types v1.10.0
4702025-08-07T14:59:20.280Z Downloaded zerocopy-derive v0.8.17
4712025-08-07T14:59:20.280Z Downloaded tokio-rustls v0.26.0
4722025-08-07T14:59:20.280Z Downloaded quote v1.0.40
4732025-08-07T14:59:20.280Z Downloaded signal-hook-tokio v0.3.1
4742025-08-07T14:59:20.280Z Downloaded memmap2 v0.9.5
4752025-08-07T14:59:20.280Z Downloaded usdt-impl v0.5.0
4762025-08-07T14:59:20.280Z Downloaded icu_normalizer v1.5.0
4772025-08-07T14:59:20.307Z Downloaded uuid v1.13.1
4782025-08-07T14:59:20.307Z Downloaded steno v0.4.1
4792025-08-07T14:59:20.307Z Downloaded winnow v0.5.40
4802025-08-07T14:59:20.307Z Downloaded heck v0.5.0
4812025-08-07T14:59:20.307Z Downloaded tokio-rustls v0.25.0
4822025-08-07T14:59:20.307Z Downloaded idna v1.0.3
4832025-08-07T14:59:20.334Z Downloaded ryu v1.0.18
4842025-08-07T14:59:20.334Z Downloaded pkg-config v0.3.31
4852025-08-07T14:59:20.334Z Downloaded fixedbitset v0.4.2
4862025-08-07T14:59:20.334Z Downloaded filetime v0.2.25
4872025-08-07T14:59:20.334Z Downloaded zone v0.3.0
4882025-08-07T14:59:20.334Z Downloaded icu_locid_transform_data v1.5.0
4892025-08-07T14:59:20.334Z Downloaded icu_locid v1.5.0
4902025-08-07T14:59:20.334Z Downloaded kstat-rs v0.2.4
4912025-08-07T14:59:20.334Z Downloaded pest_derive v2.7.14
4922025-08-07T14:59:20.334Z Downloaded structmeta-derive v0.3.0
4932025-08-07T14:59:20.334Z Downloaded schemars_derive v0.8.22
4942025-08-07T14:59:20.334Z Downloaded memoffset v0.9.1
4952025-08-07T14:59:20.334Z Downloaded lock_api v0.4.12
4962025-08-07T14:59:20.334Z Downloaded zerovec-derive v0.10.3
4972025-08-07T14:59:20.360Z Downloaded libloading v0.8.5
4982025-08-07T14:59:20.360Z Downloaded semver v0.1.20
4992025-08-07T14:59:20.360Z Downloaded thread_local v1.1.8
5002025-08-07T14:59:20.361Z Downloaded thread-id v4.2.2
5012025-08-07T14:59:20.361Z Downloaded thiserror v2.0.12
5022025-08-07T14:59:20.361Z Downloaded jobserver v0.1.32
5032025-08-07T14:59:20.361Z Downloaded zerocopy-derive v0.7.35
5042025-08-07T14:59:20.361Z Downloaded winnow v0.6.20
5052025-08-07T14:59:20.387Z Downloaded rand_core v0.6.4
5062025-08-07T14:59:20.387Z Downloaded quinn-udp v0.5.7
5072025-08-07T14:59:20.387Z Downloaded progenitor v0.8.0
5082025-08-07T14:59:20.387Z Downloaded proc-macro-error v1.0.4
5092025-08-07T14:59:20.387Z Downloaded prettyplease v0.2.25
5102025-08-07T14:59:20.387Z Downloaded thiserror-impl v2.0.12
5112025-08-07T14:59:20.387Z Downloaded term v0.7.0
5122025-08-07T14:59:20.387Z Downloaded serde v1.0.219
5132025-08-07T14:59:20.387Z Downloaded progenitor-impl v0.8.0
5142025-08-07T14:59:20.387Z Downloaded iana-time-zone v0.1.61
5152025-08-07T14:59:20.387Z Downloaded num-integer v0.1.46
5162025-08-07T14:59:20.414Z Downloaded match_cfg v0.1.0
5172025-08-07T14:59:20.414Z Downloaded tinyvec v1.8.0
5182025-08-07T14:59:20.414Z Downloaded itoa v1.0.11
5192025-08-07T14:59:20.414Z Downloaded rustls-pemfile v2.2.0
5202025-08-07T14:59:20.414Z Downloaded proc-macro-error-attr v1.0.4
5212025-08-07T14:59:20.414Z Downloaded thiserror v1.0.69
5222025-08-07T14:59:20.414Z Downloaded textwrap v0.11.0
5232025-08-07T14:59:20.414Z Downloaded terminal_size v0.4.0
5242025-08-07T14:59:20.414Z Downloaded writeable v0.5.5
5252025-08-07T14:59:20.414Z Downloaded utf16_iter v1.0.5
5262025-08-07T14:59:20.414Z Downloaded usdt-attr-macro v0.5.0
5272025-08-07T14:59:20.414Z Downloaded is_terminal_polyfill v1.70.1
5282025-08-07T14:59:20.414Z Downloaded is-terminal v0.4.13
5292025-08-07T14:59:20.414Z Downloaded hyper-tls v0.6.0
5302025-08-07T14:59:20.414Z Downloaded zeroize v1.8.1
5312025-08-07T14:59:20.414Z Downloaded xattr v1.3.1
5322025-08-07T14:59:20.414Z Downloaded utf8parse v0.2.2
5332025-08-07T14:59:20.441Z Downloaded mime v0.3.17
5342025-08-07T14:59:20.441Z Downloaded hash32 v0.3.1
5352025-08-07T14:59:20.441Z Downloaded rustc-hash v2.1.1
5362025-08-07T14:59:20.441Z Downloaded rand_chacha v0.3.1
5372025-08-07T14:59:20.441Z Downloaded proc-macro-error2 v2.0.1
5382025-08-07T14:59:20.441Z Downloaded parking_lot v0.12.3
5392025-08-07T14:59:20.441Z Downloaded num-traits v0.2.19
5402025-08-07T14:59:20.441Z Downloaded bindgen v0.71.1
5412025-08-07T14:59:20.441Z Downloaded pest_meta v2.7.14
5422025-08-07T14:59:20.441Z Downloaded omicron-workspace-hack v0.1.0
5432025-08-07T14:59:20.441Z Downloaded tokio-native-tls v0.3.1
5442025-08-07T14:59:20.468Z Downloaded tokio-macros v2.5.0
5452025-08-07T14:59:20.468Z Downloaded tokio-dtrace v0.1.1
5462025-08-07T14:59:20.468Z Downloaded signal-hook-registry v1.4.2
5472025-08-07T14:59:20.468Z Downloaded indexmap v2.7.1
5482025-08-07T14:59:20.468Z Downloaded http v1.2.0
5492025-08-07T14:59:20.468Z Downloaded futures-executor v0.3.31
5502025-08-07T14:59:20.468Z Downloaded rustc_version v0.1.7
5512025-08-07T14:59:20.468Z Downloaded progenitor-macro v0.9.1
5522025-08-07T14:59:20.468Z Downloaded postcard v1.0.10
5532025-08-07T14:59:20.468Z Downloaded pin-project-lite v0.2.15
5542025-08-07T14:59:20.468Z Downloaded num-rational v0.4.2
5552025-08-07T14:59:20.468Z Downloaded chrono v0.4.40
5562025-08-07T14:59:20.495Z Downloaded zerofrom v0.1.4
5572025-08-07T14:59:20.495Z Downloaded write16 v1.0.0
5582025-08-07T14:59:20.495Z Downloaded tinystr v0.7.6
5592025-08-07T14:59:20.495Z Downloaded time-macros v0.2.18
5602025-08-07T14:59:20.495Z Downloaded getrandom v0.3.1
5612025-08-07T14:59:20.495Z Downloaded serde_yaml v0.9.34+deprecated
5622025-08-07T14:59:20.495Z Downloaded resolv-conf v0.7.0
5632025-08-07T14:59:20.495Z Downloaded plain v0.2.3
5642025-08-07T14:59:20.495Z Downloaded pest_generator v2.7.14
5652025-08-07T14:59:20.495Z Downloaded papergrid v0.14.0
5662025-08-07T14:59:20.522Z Downloaded clap v2.34.0
5672025-08-07T14:59:20.522Z Downloaded structmeta v0.3.0
5682025-08-07T14:59:20.522Z Downloaded strsim v0.11.1
5692025-08-07T14:59:20.522Z Downloaded strsim v0.8.0
5702025-08-07T14:59:20.522Z Downloaded semver v1.0.26
5712025-08-07T14:59:20.522Z Downloaded scroll v0.12.0
5722025-08-07T14:59:20.522Z Downloaded getrandom v0.2.15
5732025-08-07T14:59:20.522Z Downloaded rustversion v1.0.18
5742025-08-07T14:59:20.522Z Downloaded rustc_version v0.4.1
5752025-08-07T14:59:20.522Z Downloaded powerfmt v0.2.0
5762025-08-07T14:59:20.522Z Downloaded oxnet v0.1.2
5772025-08-07T14:59:20.522Z Downloaded proc-macro2 v1.0.95
5782025-08-07T14:59:20.549Z Downloaded ppv-lite86 v0.2.20
5792025-08-07T14:59:20.550Z Downloaded num_enum_derive v0.5.11
5802025-08-07T14:59:20.550Z Downloaded glob v0.3.1
5812025-08-07T14:59:20.550Z Downloaded yoke v0.7.4
5822025-08-07T14:59:20.550Z Downloaded signal-hook v0.3.17
5832025-08-07T14:59:20.550Z Downloaded indexmap v1.9.3
5842025-08-07T14:59:20.550Z Downloaded generic-array v0.14.7
5852025-08-07T14:59:20.550Z Downloaded icu_provider v1.5.0
5862025-08-07T14:59:20.550Z Downloaded icu_normalizer_data v1.5.0
5872025-08-07T14:59:20.550Z Downloaded progenitor v0.9.1
5882025-08-07T14:59:20.550Z Downloaded num_threads v0.1.7
5892025-08-07T14:59:20.550Z Downloaded clap_builder v4.5.21
5902025-08-07T14:59:20.577Z Downloaded scroll_derive v0.12.0
5912025-08-07T14:59:20.577Z Downloaded quick-error v1.2.3
5922025-08-07T14:59:20.577Z Downloaded proc-macro-error-attr2 v2.0.0
5932025-08-07T14:59:20.577Z Downloaded num-iter v0.1.45
5942025-08-07T14:59:20.577Z Downloaded unicode-normalization v0.1.24
5952025-08-07T14:59:20.577Z Downloaded progenitor-client v0.9.1
5962025-08-07T14:59:20.577Z Downloaded progenitor-client v0.8.0
5972025-08-07T14:59:20.577Z Downloaded pin-utils v0.1.0
5982025-08-07T14:59:20.577Z Downloaded paste v1.0.15
5992025-08-07T14:59:20.577Z Downloaded usdt v0.5.0
6002025-08-07T14:59:20.577Z Downloaded strum_macros v0.26.4
6012025-08-07T14:59:20.577Z Downloaded shlex v1.3.0
6022025-08-07T14:59:20.577Z Downloaded sha2 v0.10.8
6032025-08-07T14:59:20.577Z Downloaded serde_with_macros v3.11.0
6042025-08-07T14:59:20.577Z Downloaded ipnet v2.10.1
6052025-08-07T14:59:20.605Z Downloaded pretty-hex v0.2.1
6062025-08-07T14:59:20.606Z Downloaded synstructure v0.13.1
6072025-08-07T14:59:20.606Z Downloaded strum_macros v0.25.3
6082025-08-07T14:59:20.606Z Downloaded structopt-derive v0.4.18
6092025-08-07T14:59:20.606Z Downloaded sha1 v0.10.6
6102025-08-07T14:59:20.606Z Downloaded progenitor-macro v0.8.0
6112025-08-07T14:59:20.606Z Downloaded proc-macro-crate v1.3.1
6122025-08-07T14:59:20.606Z Downloaded password-hash v0.5.0
6132025-08-07T14:59:20.606Z Downloaded oxide-tokio-rt v0.1.2
6142025-08-07T14:59:20.606Z Downloaded owo-colors v4.1.0
6152025-08-07T14:59:20.606Z Downloaded newtype-uuid v1.2.1
6162025-08-07T14:59:20.606Z Downloaded internet-checksum v0.2.1
6172025-08-07T14:59:20.606Z Downloaded indent_write v2.2.0
6182025-08-07T14:59:20.606Z Downloaded idna_adapter v1.2.0
6192025-08-07T14:59:20.606Z Downloaded ident_case v1.0.1
6202025-08-07T14:59:20.606Z Downloaded highway v1.2.0
6212025-08-07T14:59:20.606Z Downloaded futures v0.3.31
6222025-08-07T14:59:20.606Z Downloaded pretty-hex v0.4.1
6232025-08-07T14:59:20.634Z Downloaded parking_lot_core v0.9.10
6242025-08-07T14:59:20.634Z Downloaded tabwriter v1.4.0
6252025-08-07T14:59:20.634Z Downloaded sync_wrapper v1.0.1
6262025-08-07T14:59:20.634Z Downloaded swrite v0.1.0
6272025-08-07T14:59:20.634Z Downloaded subtle v2.6.1
6282025-08-07T14:59:20.635Z Downloaded strum v0.26.3
6292025-08-07T14:59:20.635Z Downloaded instant v0.1.13
6302025-08-07T14:59:20.635Z Downloaded icu_provider_macros v1.5.0
6312025-08-07T14:59:20.635Z Downloaded vergen v8.3.2
6322025-08-07T14:59:20.635Z Downloaded unicode-segmentation v1.12.0
6332025-08-07T14:59:20.635Z Downloaded percent-encoding v2.3.1
6342025-08-07T14:59:20.635Z Downloaded parse-display v0.10.0
6352025-08-07T14:59:20.635Z Downloaded once_cell v1.20.2
6362025-08-07T14:59:20.635Z Downloaded omicron-zone-package v0.12.0
6372025-08-07T14:59:20.635Z Downloaded crc8 v0.1.1
6382025-08-07T14:59:20.635Z Downloaded hostname v0.3.1
6392025-08-07T14:59:20.635Z Downloaded futures-core v0.3.31
6402025-08-07T14:59:20.635Z Downloaded futures-channel v0.3.31
6412025-08-07T14:59:20.663Z Downloaded form_urlencoded v1.2.1
6422025-08-07T14:59:20.663Z Downloaded whoami v1.5.2
6432025-08-07T14:59:20.663Z Downloaded walkdir v2.5.0
6442025-08-07T14:59:20.664Z Downloaded mio v1.0.2
6452025-08-07T14:59:20.664Z Downloaded dtrace-parser v0.2.0
6462025-08-07T14:59:20.664Z Downloaded cc v1.2.19
6472025-08-07T14:59:20.664Z Downloaded aho-corasick v1.1.3
6482025-08-07T14:59:20.664Z Downloaded want v0.3.1
6492025-08-07T14:59:20.664Z Downloaded waitgroup v0.1.2
6502025-08-07T14:59:20.664Z Downloaded version_check v0.9.5
6512025-08-07T14:59:20.664Z Downloaded openssl-sys v0.9.107
6522025-08-07T14:59:20.691Z Downloaded openssl-probe v0.1.5
6532025-08-07T14:59:20.691Z Downloaded expectorate v1.1.0
6542025-08-07T14:59:20.691Z Downloaded curl v0.4.47
6552025-08-07T14:59:20.691Z Downloaded crossbeam-channel v0.5.15
6562025-08-07T14:59:20.692Z Downloaded bytes v1.10.1
6572025-08-07T14:59:20.692Z Downloaded typify v0.3.0
6582025-08-07T14:59:20.692Z Downloaded cancel-safe-futures v0.1.5
6592025-08-07T14:59:20.692Z Downloaded base64 v0.22.1
6602025-08-07T14:59:20.718Z Downloaded typify v0.2.0
6612025-08-07T14:59:20.718Z Downloaded nom v7.1.3
6622025-08-07T14:59:20.718Z Downloaded derive-where v1.2.7
6632025-08-07T14:59:20.718Z Downloaded darling_core v0.20.10
6642025-08-07T14:59:20.718Z Downloaded daft-derive v0.1.1
6652025-08-07T14:59:20.718Z Downloaded crossbeam-epoch v0.9.18
6662025-08-07T14:59:20.718Z Downloaded cookie v0.18.1
6672025-08-07T14:59:20.718Z Downloaded num_enum v0.5.11
6682025-08-07T14:59:20.745Z Downloaded num v0.4.3
6692025-08-07T14:59:20.745Z Downloaded newline-converter v0.3.0
6702025-08-07T14:59:20.745Z Downloaded derive_more v0.99.18
6712025-08-07T14:59:20.745Z Downloaded clap_derive v4.5.18
6722025-08-07T14:59:20.745Z Downloaded num-conv v0.1.0
6732025-08-07T14:59:20.745Z Downloaded fastrand v2.2.0
6742025-08-07T14:59:20.745Z Downloaded dropshot_endpoint v0.15.1
6752025-08-07T14:59:20.745Z Downloaded dof v0.3.0
6762025-08-07T14:59:20.745Z Downloaded crossbeam-utils v0.8.20
6772025-08-07T14:59:20.745Z Downloaded clap v4.5.21
6782025-08-07T14:59:20.772Z Downloaded blake2 v0.10.6
6792025-08-07T14:59:20.772Z Downloaded bitflags v2.6.0
6802025-08-07T14:59:20.772Z Downloaded num-complex v0.4.6
6812025-08-07T14:59:20.772Z Downloaded errno v0.3.9
6822025-08-07T14:59:20.772Z Downloaded displaydoc v0.2.5
6832025-08-07T14:59:20.772Z Downloaded darling v0.20.10
6842025-08-07T14:59:20.772Z Downloaded csv-core v0.1.11
6852025-08-07T14:59:20.772Z Downloaded clang-sys v1.8.1
6862025-08-07T14:59:20.772Z Downloaded embedded-io v0.4.0
6872025-08-07T14:59:20.799Z Downloaded dirs-sys-next v0.1.2
6882025-08-07T14:59:20.799Z Downloaded digest v0.10.7
6892025-08-07T14:59:20.799Z Downloaded defmt-parser v0.3.4
6902025-08-07T14:59:20.799Z Downloaded defmt-macros v0.3.9
6912025-08-07T14:59:20.799Z Downloaded defmt v0.3.8
6922025-08-07T14:59:20.799Z Downloaded data-encoding v2.6.0
6932025-08-07T14:59:20.799Z Downloaded crossbeam-deque v0.8.5
6942025-08-07T14:59:20.799Z Downloaded crc32fast v1.4.2
6952025-08-07T14:59:20.799Z Downloaded console v0.15.8
6962025-08-07T14:59:20.799Z Downloaded camino v1.1.9
6972025-08-07T14:59:20.799Z Downloaded base64ct v1.6.0
6982025-08-07T14:59:20.799Z Downloaded allocator-api2 v0.2.20
6992025-08-07T14:59:20.799Z Downloaded embedded-io v0.6.1
7002025-08-07T14:59:20.826Z Downloaded display-error-chain v0.2.2
7012025-08-07T14:59:20.826Z Downloaded debug-ignore v1.0.5
7022025-08-07T14:59:20.826Z Downloaded clap_lex v0.7.3
7032025-08-07T14:59:20.826Z Downloaded camino-tempfile v1.1.1
7042025-08-07T14:59:20.826Z Downloaded bitflags v1.3.2
7052025-08-07T14:59:20.826Z Downloaded dyn-clone v1.0.17
7062025-08-07T14:59:20.826Z Downloaded dirs-next v2.0.0
7072025-08-07T14:59:20.826Z Downloaded deranged v0.3.11
7082025-08-07T14:59:20.826Z Downloaded daft v0.1.1
7092025-08-07T14:59:20.826Z Downloaded crypto-common v0.1.6
7102025-08-07T14:59:20.826Z Downloaded cpufeatures v0.2.15
7112025-08-07T14:59:20.826Z Downloaded convert_case v0.4.0
7122025-08-07T14:59:20.826Z Downloaded constant_time_eq v0.3.1
7132025-08-07T14:59:20.826Z Downloaded colored v2.1.0
7142025-08-07T14:59:20.826Z Downloaded colorchoice v1.0.3
7152025-08-07T14:59:20.826Z Downloaded cobs v0.2.3
7162025-08-07T14:59:20.826Z Downloaded byteorder v1.5.0
7172025-08-07T14:59:20.826Z Downloaded autocfg v1.4.0
7182025-08-07T14:59:20.853Z Downloaded async-trait v0.1.88
7192025-08-07T14:59:20.853Z Downloaded ahash v0.8.11
7202025-08-07T14:59:20.853Z Downloaded equivalent v1.0.1
7212025-08-07T14:59:20.853Z Downloaded cfg-if v1.0.0
7222025-08-07T14:59:20.853Z Downloaded bytecount v0.6.8
7232025-08-07T14:59:20.853Z Downloaded block-buffer v0.10.4
7242025-08-07T14:59:20.853Z Downloaded multer v3.1.0
7252025-08-07T14:59:20.853Z Downloaded cstr-argument v0.1.2
7262025-08-07T14:59:20.853Z Downloaded crucible-workspace-hack v0.1.0
7272025-08-07T14:59:20.853Z Downloaded cfg_aliases v0.2.1
7282025-08-07T14:59:20.853Z Downloaded arrayvec v0.7.6
7292025-08-07T14:59:20.853Z Downloaded argon2 v0.5.3
7302025-08-07T14:59:20.853Z Downloaded cexpr v0.6.0
7312025-08-07T14:59:20.853Z Downloaded cargo-platform v0.1.8
7322025-08-07T14:59:20.853Z Downloaded async-stream v0.3.6
7332025-08-07T14:59:20.853Z Downloaded arrayref v0.3.9
7342025-08-07T14:59:20.853Z Downloaded anstyle-query v1.1.2
7352025-08-07T14:59:20.881Z Downloaded anstyle-parse v0.2.6
7362025-08-07T14:59:20.881Z Downloaded anstyle v1.0.10
7372025-08-07T14:59:20.881Z Downloaded ansi_term v0.12.1
7382025-08-07T14:59:20.882Z Downloaded atomicwrites v0.4.4
7392025-08-07T14:59:20.882Z Downloaded async-stream-impl v0.3.6
7402025-08-07T14:59:20.882Z Downloaded anstream v0.6.18
7412025-08-07T14:59:21.141Z Compiling proc-macro2 v1.0.95
7422025-08-07T14:59:21.141Z Compiling unicode-ident v1.0.16
7432025-08-07T14:59:21.167Z Compiling libc v0.2.172
7442025-08-07T14:59:21.168Z Compiling serde v1.0.219
7452025-08-07T14:59:21.168Z Compiling autocfg v1.4.0
7462025-08-07T14:59:21.168Z Checking cfg-if v1.0.0
7472025-08-07T14:59:21.168Z Compiling memchr v2.7.4
7482025-08-07T14:59:21.400Z Compiling shlex v1.3.0
7492025-08-07T14:59:21.457Z Compiling libm v0.2.11
7502025-08-07T14:59:21.484Z Compiling version_check v0.9.5
7512025-08-07T14:59:21.948Z Compiling itoa v1.0.11
7522025-08-07T14:59:22.003Z Compiling lock_api v0.4.12
7532025-08-07T14:59:22.055Z Compiling parking_lot_core v0.9.10
7542025-08-07T14:59:22.198Z Compiling thiserror v1.0.69
7552025-08-07T14:59:22.806Z Compiling getrandom v0.3.1
7562025-08-07T14:59:22.833Z Compiling ryu v1.0.18
7572025-08-07T14:59:22.833Z Compiling log v0.4.22
7582025-08-07T14:59:22.963Z Compiling serde_json v1.0.140
7592025-08-07T14:59:23.120Z Compiling schemars v0.8.22
7602025-08-07T14:59:23.164Z Compiling slab v0.4.9
7612025-08-07T14:59:23.191Z Compiling once_cell v1.20.2
7622025-08-07T14:59:23.218Z Compiling quote v1.0.40
7632025-08-07T14:59:23.245Z Compiling jobserver v0.1.32
7642025-08-07T14:59:23.367Z Compiling allocator-api2 v0.2.20
7652025-08-07T14:59:23.394Z Compiling pkg-config v0.3.31
7662025-08-07T14:59:23.529Z Compiling foldhash v0.1.5
7672025-08-07T14:59:23.628Z Compiling syn v2.0.100
7682025-08-07T14:59:23.655Z Compiling cc v1.2.19
7692025-08-07T14:59:23.709Z Compiling equivalent v1.0.1
7702025-08-07T14:59:23.793Z Compiling vcpkg v0.2.15
7712025-08-07T14:59:23.838Z Checking pin-project-lite v0.2.15
7722025-08-07T14:59:23.865Z Compiling heck v0.5.0
7732025-08-07T14:59:23.932Z Compiling hashbrown v0.15.1
7742025-08-07T14:59:23.979Z Compiling num-traits v0.2.19
7752025-08-07T14:59:24.137Z Checking smallvec v1.13.2
7762025-08-07T14:59:24.294Z Compiling fnv v1.0.7
7772025-08-07T14:59:24.535Z Checking scopeguard v1.2.0
7782025-08-07T14:59:24.739Z Checking socket2 v0.5.9
7792025-08-07T14:59:24.992Z Checking signal-hook-registry v1.4.2
7802025-08-07T14:59:25.147Z Compiling semver v1.0.26
7812025-08-07T14:59:25.173Z Checking parking_lot v0.12.3
7822025-08-07T14:59:25.200Z Checking mio v1.0.2
7832025-08-07T14:59:25.607Z Compiling aho-corasick v1.1.3
7842025-08-07T14:59:25.658Z Compiling regex-syntax v0.8.5
7852025-08-07T14:59:25.756Z Checking futures-core v0.3.31
7862025-08-07T14:59:26.204Z Checking iana-time-zone v0.1.61
7872025-08-07T14:59:26.297Z Compiling httparse v1.9.5
7882025-08-07T14:59:26.326Z Checking bitflags v2.6.0
7892025-08-07T14:59:26.452Z Compiling ring v0.17.14
7902025-08-07T14:59:26.577Z Compiling openssl-sys v0.9.107
7912025-08-07T14:59:27.147Z Compiling dyn-clone v1.0.17
7922025-08-07T14:59:27.313Z Checking byteorder v1.5.0
7932025-08-07T14:59:27.353Z Checking stable_deref_trait v1.2.0
7942025-08-07T14:59:27.582Z Checking futures-sink v0.3.31
7952025-08-07T14:59:27.724Z Checking getrandom v0.2.15
7962025-08-07T14:59:27.903Z Compiling openssl v0.10.72
7972025-08-07T14:59:27.929Z Checking futures-channel v0.3.31
7982025-08-07T14:59:28.020Z Checking pin-utils v0.1.0
7992025-08-07T14:59:28.119Z Checking futures-io v0.3.31
8002025-08-07T14:59:28.158Z Checking futures-task v0.3.31
8012025-08-07T14:59:28.246Z Compiling rustls v0.23.16
8022025-08-07T14:59:28.297Z Compiling native-tls v0.2.12
8032025-08-07T14:59:28.357Z Compiling anyhow v1.0.98
8042025-08-07T14:59:28.388Z Compiling regress v0.10.3
8052025-08-07T14:59:28.551Z Compiling regex-automata v0.4.9
8062025-08-07T14:59:28.687Z Compiling typenum v1.17.0
8072025-08-07T14:59:28.714Z Compiling thiserror v2.0.12
8082025-08-07T14:59:29.471Z Compiling synstructure v0.13.1
8092025-08-07T14:59:29.645Z Compiling serde_derive_internals v0.29.1
8102025-08-07T14:59:29.909Z Compiling generic-array v0.14.7
8112025-08-07T14:59:29.943Z Compiling ucd-trie v0.1.7
8122025-08-07T14:59:30.282Z Checking subtle v2.6.1
8132025-08-07T14:59:30.531Z Checking tracing-core v0.1.32
8142025-08-07T14:59:30.599Z Compiling time-core v0.1.2
8152025-08-07T14:59:30.802Z Compiling num-conv v0.1.0
8162025-08-07T14:59:31.085Z Compiling time-macros v0.2.18
8172025-08-07T14:59:31.170Z Checking writeable v0.5.5
8182025-08-07T14:59:31.290Z Compiling strsim v0.11.1
8192025-08-07T14:59:31.487Z Checking litemap v0.7.3
8202025-08-07T14:59:31.841Z Checking rustls-pki-types v1.10.0
8212025-08-07T14:59:31.873Z Compiling ident_case v1.0.1
8222025-08-07T14:59:32.047Z Compiling regex v1.11.1
8232025-08-07T14:59:32.162Z Compiling syn v1.0.109
8242025-08-07T14:59:32.193Z Compiling rustversion v1.0.18
8252025-08-07T14:59:32.320Z Checking icu_locid_transform_data v1.5.0
8262025-08-07T14:59:32.426Z Compiling darling_core v0.20.10
8272025-08-07T14:59:32.542Z Compiling serde_derive v1.0.219
8282025-08-07T14:59:32.696Z Compiling tokio-macros v2.5.0
8292025-08-07T14:59:32.791Z Compiling thiserror-impl v1.0.69
8302025-08-07T14:59:32.852Z Compiling schemars_derive v0.8.22
8312025-08-07T14:59:33.241Z Compiling zerofrom-derive v0.1.4
8322025-08-07T14:59:33.842Z Compiling yoke-derive v0.7.4
8332025-08-07T14:59:34.131Z Compiling zerovec-derive v0.10.3
8342025-08-07T14:59:34.821Z Compiling futures-macro v0.3.31
8352025-08-07T14:59:34.984Z Compiling displaydoc v0.2.5
8362025-08-07T14:59:35.442Z Compiling zerocopy-derive v0.7.35
8372025-08-07T14:59:35.769Z Compiling icu_provider_macros v1.5.0
8382025-08-07T14:59:35.914Z Compiling openssl-macros v0.1.1
8392025-08-07T14:59:35.973Z Checking zerofrom v0.1.4
8402025-08-07T14:59:36.165Z Checking yoke v0.7.4
8412025-08-07T14:59:36.225Z Compiling thiserror-impl v2.0.12
8422025-08-07T14:59:36.252Z Checking futures-util v0.3.31
8432025-08-07T14:59:36.485Z Checking zerovec v0.10.4
8442025-08-07T14:59:36.511Z Compiling scroll_derive v0.12.0
8452025-08-07T14:59:36.628Z Compiling pest v2.7.14
8462025-08-07T14:59:36.687Z Compiling tracing-attributes v0.1.27
8472025-08-07T14:59:36.990Z Compiling zerocopy v0.7.35
8482025-08-07T14:59:38.142Z Checking tinystr v0.7.6
8492025-08-07T14:59:38.437Z Checking icu_locid v1.5.0
8502025-08-07T14:59:38.479Z Checking icu_collections v1.5.0
8512025-08-07T14:59:38.856Z Compiling pest_meta v2.7.14
8522025-08-07T14:59:39.036Z Compiling scroll v0.12.0
8532025-08-07T14:59:39.064Z Checking tracing v0.1.40
8542025-08-07T14:59:39.223Z Compiling usdt-impl v0.5.0
8552025-08-07T14:59:39.260Z Checking icu_provider v1.5.0
8562025-08-07T14:59:39.341Z Checking untrusted v0.9.0
8572025-08-07T14:59:39.485Z Compiling plain v0.2.3
8582025-08-07T14:59:39.511Z Compiling slog v2.7.0
8592025-08-07T14:59:39.586Z Checking icu_properties_data v1.5.0
8602025-08-07T14:59:39.648Z Compiling goblin v0.8.2
8612025-08-07T14:59:39.807Z Checking icu_locid_transform v1.5.0
8622025-08-07T14:59:39.927Z Compiling pest_generator v2.7.14
8632025-08-07T14:59:40.615Z Checking icu_properties v1.5.1
8642025-08-07T14:59:40.963Z Compiling darling_macro v0.20.10
8652025-08-07T14:59:41.043Z Checking bytes v1.10.1
8662025-08-07T14:59:41.872Z Compiling serde_tokenstream v0.2.2
8672025-08-07T14:59:41.898Z Checking tokio v1.46.1
8682025-08-07T14:59:41.925Z Compiling indexmap v2.7.1
8692025-08-07T14:59:42.310Z Checking chrono v0.4.40
8702025-08-07T14:59:42.915Z Compiling uuid v1.13.1
8712025-08-07T14:59:43.343Z Compiling http v1.2.0
8722025-08-07T14:59:43.538Z Compiling pest_derive v2.7.14
8732025-08-07T14:59:44.279Z Checking utf16_iter v1.0.5
8742025-08-07T14:59:44.444Z Checking percent-encoding v2.3.1
8752025-08-07T14:59:44.501Z Checking write16 v1.0.0
8762025-08-07T14:59:44.535Z Compiling camino v1.1.9
8772025-08-07T14:59:44.673Z Checking utf8_iter v1.0.4
8782025-08-07T14:59:44.940Z Checking atomic-waker v1.1.2
8792025-08-07T14:59:45.006Z Compiling pretty-hex v0.4.1
8802025-08-07T14:59:45.039Z Checking icu_normalizer_data v1.5.0
8812025-08-07T14:59:45.150Z Checking icu_normalizer v1.5.0
8822025-08-07T14:59:45.179Z Compiling dof v0.3.0
8832025-08-07T14:59:45.206Z Checking form_urlencoded v1.2.1
8842025-08-07T14:59:45.235Z Checking http-body v1.0.1
8852025-08-07T14:59:45.235Z Compiling dtrace-parser v0.2.0
8862025-08-07T14:59:45.418Z Compiling openapiv3 v2.0.0
8872025-08-07T14:59:45.444Z Checking rustls-webpki v0.102.8
8882025-08-07T14:59:45.779Z Compiling darling v0.20.10
8892025-08-07T14:59:46.310Z Compiling thread-id v4.2.2
8902025-08-07T14:59:46.370Z Checking zeroize v1.8.1
8912025-08-07T14:59:46.439Z Checking try-lock v0.2.5
8922025-08-07T14:59:46.529Z Compiling typify-impl v0.2.0
8932025-08-07T14:59:46.593Z Checking want v0.3.1
8942025-08-07T14:59:46.621Z Checking idna_adapter v1.2.0
8952025-08-07T14:59:46.805Z Checking tower-service v0.3.3
8962025-08-07T14:59:46.963Z Checking httpdate v1.0.3
8972025-08-07T14:59:46.990Z Checking foreign-types-shared v0.1.1
8982025-08-07T14:59:47.107Z Checking foreign-types v0.3.2
8992025-08-07T14:59:47.210Z Checking idna v1.0.3
9002025-08-07T14:59:47.303Z Checking openssl-probe v0.1.5
9012025-08-07T14:59:47.456Z Compiling unsafe-libyaml v0.2.11
9022025-08-07T14:59:47.497Z Compiling crossbeam-utils v0.8.20
9032025-08-07T14:59:47.631Z Checking tokio-util v0.7.12
9042025-08-07T14:59:47.712Z Checking url v2.5.3
9052025-08-07T14:59:47.894Z Compiling usdt-attr-macro v0.5.0
9062025-08-07T14:59:48.003Z Compiling usdt-macro v0.5.0
9072025-08-07T14:59:48.308Z Checking h2 v0.4.6
9082025-08-07T14:59:48.624Z Compiling serde_yaml v0.9.34+deprecated
9092025-08-07T14:59:49.108Z Compiling omicron-workspace-hack v0.1.0
9102025-08-07T14:59:49.182Z Checking ipnet v2.10.1
9112025-08-07T14:59:49.664Z Checking http-body-util v0.1.2
9122025-08-07T14:59:50.052Z Compiling async-trait v0.1.88
9132025-08-07T14:59:50.955Z Checking rand_core v0.6.4
9142025-08-07T14:59:51.102Z Checking encoding_rs v0.8.35
9152025-08-07T14:59:51.232Z Checking mime v0.3.17
9162025-08-07T14:59:51.516Z Compiling slog-async v2.8.0
9172025-08-07T14:59:51.543Z Checking hyper v1.6.0
9182025-08-07T14:59:51.795Z Compiling paste v1.0.15
9192025-08-07T14:59:52.714Z Checking tokio-native-tls v0.3.1
9202025-08-07T14:59:52.928Z Checking serde_urlencoded v0.7.1
9212025-08-07T14:59:52.954Z Checking rustls-pemfile v2.2.0
9222025-08-07T14:59:53.171Z Checking webpki-roots v0.26.6
9232025-08-07T14:59:53.199Z Checking hyper-util v0.1.10
9242025-08-07T14:59:53.340Z Checking tokio-rustls v0.26.0
9252025-08-07T14:59:53.368Z Checking sync_wrapper v1.0.1
9262025-08-07T14:59:53.529Z Compiling ahash v0.8.11
9272025-08-07T14:59:53.719Z Checking base64 v0.22.1
9282025-08-07T14:59:53.877Z Checking tower-layer v0.3.3
9292025-08-07T14:59:53.903Z Compiling newtype-uuid v1.2.1
9302025-08-07T14:59:54.036Z Compiling rustix v0.38.40
9312025-08-07T14:59:54.118Z Compiling rustls v0.22.4
9322025-08-07T14:59:54.169Z Checking tower v0.5.2
9332025-08-07T14:59:54.479Z Checking ppv-lite86 v0.2.20
9342025-08-07T14:59:54.509Z Checking hyper-tls v0.6.0
9352025-08-07T14:59:54.762Z Checking hyper-rustls v0.27.3
9362025-08-07T14:59:55.090Z Compiling typify-macro v0.2.0
9372025-08-07T14:59:55.090Z Checking errno v0.3.9
9382025-08-07T14:59:55.302Z Checking powerfmt v0.2.0
9392025-08-07T14:59:55.570Z Checking deranged v0.3.11
9402025-08-07T14:59:56.443Z Checking rand_chacha v0.3.1
9412025-08-07T14:59:56.632Z Checking reqwest v0.12.12
9422025-08-07T14:59:57.074Z Checking crypto-common v0.1.6
9432025-08-07T14:59:57.232Z Checking block-buffer v0.10.4
9442025-08-07T14:59:57.618Z Compiling multer v3.1.0
9452025-08-07T14:59:57.791Z Compiling typify v0.2.0
9462025-08-07T14:59:57.935Z Compiling progenitor-impl v0.8.0
9472025-08-07T14:59:57.962Z Checking num_threads v0.1.7
9482025-08-07T14:59:58.254Z Checking time v0.3.36
9492025-08-07T14:59:58.318Z Checking digest v0.10.7
9502025-08-07T14:59:58.632Z Checking rand v0.8.5
9512025-08-07T14:59:58.991Z Compiling serde_with_macros v3.11.0
9522025-08-07T14:59:59.550Z Checking ipnetwork v0.21.1
9532025-08-07T14:59:59.865Z Compiling strum_macros v0.26.4
9542025-08-07T15:00:00.075Z Checking futures-executor v0.3.31
9552025-08-07T15:00:00.124Z Compiling async-stream-impl v0.3.6
9562025-08-07T15:00:00.295Z Compiling daft-derive v0.1.1
9572025-08-07T15:00:00.845Z Compiling structmeta-derive v0.3.0
9582025-08-07T15:00:01.118Z Checking match_cfg v0.1.0
9592025-08-07T15:00:01.470Z Checking hostname v0.3.1
9602025-08-07T15:00:01.620Z Checking futures v0.3.31
9612025-08-07T15:00:01.947Z Compiling toml_datetime v0.6.8
9622025-08-07T15:00:02.021Z Checking serde_spanned v0.6.8
9632025-08-07T15:00:02.140Z Compiling progenitor-macro v0.8.0
9642025-08-07T15:00:02.315Z Checking memmap v0.7.0
9652025-08-07T15:00:02.505Z Checking dirs-sys-next v0.1.2
9662025-08-07T15:00:02.535Z Compiling dropshot v0.15.1
9672025-08-07T15:00:02.687Z Checking cpufeatures v0.2.15
9682025-08-07T15:00:02.714Z Checking dirs-next v2.0.0
9692025-08-07T15:00:02.780Z Compiling structmeta v0.3.0
9702025-08-07T15:00:02.852Z Checking usdt v0.5.0
9712025-08-07T15:00:03.088Z Compiling dropshot_endpoint v0.15.1
9722025-08-07T15:00:03.115Z Compiling parse-display-derive v0.10.0
9732025-08-07T15:00:03.115Z Checking macaddr v1.0.1
9742025-08-07T15:00:03.434Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9752025-08-07T15:00:03.889Z Checking thread_local v1.1.8
9762025-08-07T15:00:04.485Z Checking term v0.7.0
9772025-08-07T15:00:04.985Z Checking crossbeam-channel v0.5.15
9782025-08-07T15:00:05.659Z Checking is-terminal v0.4.13
9792025-08-07T15:00:05.995Z Checking winnow v0.6.20
9802025-08-07T15:00:06.101Z Checking take_mut v0.2.2
9812025-08-07T15:00:06.458Z Checking slog-term v2.9.1
9822025-08-07T15:00:06.584Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
9832025-08-07T15:00:06.610Z Checking slog-json v2.6.1
9842025-08-07T15:00:06.851Z Checking oxnet v0.1.2
9852025-08-07T15:00:07.265Z Checking slog-bunyan v2.5.0
9862025-08-07T15:00:08.025Z Checking progenitor-client v0.8.0
9872025-08-07T15:00:08.340Z Checking hex v0.4.3
9882025-08-07T15:00:08.611Z Checking debug-ignore v1.0.5
9892025-08-07T15:00:08.952Z Checking toml_edit v0.22.22
9902025-08-07T15:00:09.017Z Checking strum v0.26.3
9912025-08-07T15:00:09.129Z Checking serde_with v3.11.0
9922025-08-07T15:00:09.173Z Checking progenitor-client v0.9.1
9932025-08-07T15:00:09.857Z Compiling clap_derive v4.5.18
9942025-08-07T15:00:09.928Z Checking spin v0.9.8
9952025-08-07T15:00:10.327Z Checking utf8parse v0.2.2
9962025-08-07T15:00:10.490Z Checking anstyle-parse v0.2.6
9972025-08-07T15:00:10.516Z Checking progenitor v0.8.0
9982025-08-07T15:00:10.719Z Checking daft v0.1.1
9992025-08-07T15:00:10.746Z Checking hashbrown v0.14.5
10002025-08-07T15:00:11.032Z Checking toml v0.8.19
10012025-08-07T15:00:11.076Z Checking sha1 v0.10.6
10022025-08-07T15:00:11.317Z Checking async-stream v0.3.6
10032025-08-07T15:00:11.468Z Checking waitgroup v0.1.2
10042025-08-07T15:00:11.510Z Checking serde_path_to_error v0.1.16
10052025-08-07T15:00:11.650Z Checking hostname v0.4.0
10062025-08-07T15:00:11.676Z Checking instant v0.1.13
10072025-08-07T15:00:11.806Z Checking anstyle v1.0.10
10082025-08-07T15:00:11.832Z Checking is_terminal_polyfill v1.70.1
10092025-08-07T15:00:11.961Z Checking anstyle-query v1.1.2
10102025-08-07T15:00:12.117Z Checking colorchoice v1.0.3
10112025-08-07T15:00:12.182Z Checking tokio-rustls v0.25.0
10122025-08-07T15:00:12.209Z Compiling prettyplease v0.2.25
10132025-08-07T15:00:12.268Z Checking anstream v0.6.18
10142025-08-07T15:00:12.715Z Checking backoff v0.4.0
10152025-08-07T15:00:12.743Z Checking regress v0.9.1
10162025-08-07T15:00:13.008Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
10172025-08-07T15:00:13.051Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
10182025-08-07T15:00:13.298Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10192025-08-07T15:00:13.452Z Checking parse-display v0.10.0
10202025-08-07T15:00:13.671Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10212025-08-07T15:00:13.776Z Checking terminal_size v0.4.0
10222025-08-07T15:00:14.089Z Checking clap_lex v0.7.3
10232025-08-07T15:00:14.702Z Checking clap_builder v4.5.21
10242025-08-07T15:00:15.655Z Compiling either v1.13.0
10252025-08-07T15:00:16.111Z Compiling itertools v0.13.0
10262025-08-07T15:00:16.564Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
10272025-08-07T15:00:17.019Z Checking clap v4.5.21
10282025-08-07T15:00:18.129Z Checking unicode-width v0.1.14
10292025-08-07T15:00:18.863Z Checking num-integer v0.1.46
10302025-08-07T15:00:20.040Z Checking lazy_static v1.5.0
10312025-08-07T15:00:21.016Z Checking num-iter v0.1.45
10322025-08-07T15:00:21.086Z Checking num-rational v0.4.2
10332025-08-07T15:00:21.977Z Checking num-complex v0.4.6
10342025-08-07T15:00:22.740Z Compiling proc-macro-error-attr v1.0.4
10352025-08-07T15:00:22.868Z Checking bitflags v1.3.2
10362025-08-07T15:00:23.663Z Checking num v0.4.3
10372025-08-07T15:00:25.215Z Compiling proc-macro-error v1.0.4
10382025-08-07T15:00:25.733Z Checking float-ord v0.3.2
10392025-08-07T15:00:25.899Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
10402025-08-07T15:00:27.902Z Compiling zerocopy v0.8.17
10412025-08-07T15:00:28.590Z Compiling typify-impl v0.3.0
10422025-08-07T15:00:28.616Z Compiling zerocopy-derive v0.8.17
10432025-08-07T15:00:28.959Z Compiling libz-sys v1.1.20
10442025-08-07T15:00:29.413Z Compiling winnow v0.5.40
10452025-08-07T15:00:29.715Z Compiling heapless v0.8.0
10462025-08-07T15:00:30.131Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10472025-08-07T15:00:31.690Z Checking hash32 v0.3.1
10482025-08-07T15:00:31.873Z Compiling toml_edit v0.19.15
10492025-08-07T15:00:31.982Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10502025-08-07T15:00:32.009Z Checking fastrand v2.2.0
10512025-08-07T15:00:32.318Z Compiling smoltcp v0.11.0
10522025-08-07T15:00:32.377Z Checking tempfile v3.14.0
10532025-08-07T15:00:32.943Z Compiling hubpack_derive v0.1.1
10542025-08-07T15:00:33.426Z Checking cobs v0.2.3
10552025-08-07T15:00:33.607Z Checking managed v0.8.0
10562025-08-07T15:00:33.694Z Compiling heck v0.4.1
10572025-08-07T15:00:33.746Z Compiling glob v0.3.1
10582025-08-07T15:00:33.811Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10592025-08-07T15:00:34.035Z Compiling proc-macro-crate v1.3.1
10602025-08-07T15:00:34.147Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
10612025-08-07T15:00:34.343Z Compiling clang-sys v1.8.1
10622025-08-07T15:00:34.601Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10632025-08-07T15:00:34.661Z Checking hubpack v0.1.2
10642025-08-07T15:00:34.936Z Checking postcard v1.0.10
10652025-08-07T15:00:34.962Z Checking tabwriter v1.4.0
10662025-08-07T15:00:34.962Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
10672025-08-07T15:00:35.155Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10682025-08-07T15:00:35.212Z Compiling foreign-types-macros v0.2.3
10692025-08-07T15:00:35.395Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
10702025-08-07T15:00:35.730Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
10712025-08-07T15:00:35.885Z Checking foreign-types-shared v0.3.1
10722025-08-07T15:00:36.052Z Checking camino-tempfile v1.1.1
10732025-08-07T15:00:36.153Z Compiling num_enum_derive v0.5.11
10742025-08-07T15:00:36.222Z Checking colored v2.1.0
10752025-08-07T15:00:36.265Z Checking foreign-types v0.5.0
10762025-08-07T15:00:36.365Z Compiling num-derive v0.3.3
10772025-08-07T15:00:36.391Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782025-08-07T15:00:36.490Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
10792025-08-07T15:00:36.835Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
10802025-08-07T15:00:37.130Z Checking cstr-argument v0.1.2
10812025-08-07T15:00:37.258Z Compiling minimal-lexical v0.2.1
10822025-08-07T15:00:37.286Z Compiling typify-macro v0.3.0
10832025-08-07T15:00:37.319Z Compiling crucible-workspace-hack v0.1.0
10842025-08-07T15:00:37.691Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
10852025-08-07T15:00:37.727Z Checking static_assertions v1.1.0
10862025-08-07T15:00:37.815Z Checking pretty-hex v0.2.1
10872025-08-07T15:00:37.884Z Checking num_enum v0.5.11
10882025-08-07T15:00:38.032Z Checking libscf-sys v1.1.0
10892025-08-07T15:00:38.059Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10902025-08-07T15:00:38.086Z Compiling nom v7.1.3
10912025-08-07T15:00:38.113Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10922025-08-07T15:00:38.165Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10932025-08-07T15:00:38.242Z Compiling libloading v0.8.5
10942025-08-07T15:00:38.333Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10952025-08-07T15:00:38.360Z Compiling semver v0.1.20
10962025-08-07T15:00:38.400Z Checking tinyvec_macros v0.1.1
10972025-08-07T15:00:38.429Z Compiling bindgen v0.71.1
10982025-08-07T15:00:38.502Z Checking tinyvec v1.8.0
10992025-08-07T15:00:38.570Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
11002025-08-07T15:00:38.826Z Compiling rustc_version v0.1.7
11012025-08-07T15:00:39.170Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
11022025-08-07T15:00:39.662Z Compiling zone_cfg_derive v0.3.0
11032025-08-07T15:00:40.081Z Compiling typify v0.3.0
11042025-08-07T15:00:40.211Z Compiling progenitor-impl v0.9.1
11052025-08-07T15:00:40.583Z Compiling cexpr v0.6.0
11062025-08-07T15:00:40.783Z Checking itertools v0.10.5
11072025-08-07T15:00:41.700Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
11082025-08-07T15:00:41.799Z Compiling num-derive v0.4.2
11092025-08-07T15:00:41.827Z Checking sigpipe v0.1.3
11102025-08-07T15:00:41.970Z Compiling rustc-hash v2.1.1
11112025-08-07T15:00:42.037Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11122025-08-07T15:00:42.189Z Checking base64ct v1.6.0
11132025-08-07T15:00:42.556Z Checking zone v0.3.0
11142025-08-07T15:00:42.701Z Checking password-hash v0.5.0
11152025-08-07T15:00:43.243Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
11162025-08-07T15:00:43.530Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11172025-08-07T15:00:43.681Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
11182025-08-07T15:00:43.788Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
11192025-08-07T15:00:43.966Z Checking unicode-normalization v0.1.24
11202025-08-07T15:00:44.060Z Compiling newtype_derive v0.1.6
11212025-08-07T15:00:44.098Z Checking blake2 v0.10.6
11222025-08-07T15:00:44.390Z Checking smf v0.2.3
11232025-08-07T15:00:44.457Z Compiling zerocopy-derive v0.6.6
11242025-08-07T15:00:44.483Z Compiling derive-where v1.2.7
11252025-08-07T15:00:44.656Z Compiling progenitor-macro v0.9.1
11262025-08-07T15:00:44.741Z Compiling proc-macro-error-attr2 v2.0.0
11272025-08-07T15:00:44.787Z Compiling memoffset v0.9.1
11282025-08-07T15:00:44.880Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11292025-08-07T15:00:45.126Z Checking fixedbitset v0.4.2
11302025-08-07T15:00:45.371Z Checking unicode-bidi v0.3.17
11312025-08-07T15:00:45.397Z Compiling cfg_aliases v0.2.1
11322025-08-07T15:00:45.520Z Checking unicode-segmentation v1.12.0
11332025-08-07T15:00:45.819Z Checking whoami v1.5.2
11342025-08-07T15:00:45.918Z Compiling cancel-safe-futures v0.1.5
11352025-08-07T15:00:46.074Z Compiling owo-colors v4.1.0
11362025-08-07T15:00:46.310Z Checking newline-converter v0.3.0
11372025-08-07T15:00:46.444Z Compiling heck v0.3.3
11382025-08-07T15:00:46.493Z Checking zerocopy v0.6.6
11392025-08-07T15:00:46.559Z Checking idna v0.4.0
11402025-08-07T15:00:46.752Z Compiling nix v0.29.0
11412025-08-07T15:00:46.819Z Compiling proc-macro-error2 v2.0.1
11422025-08-07T15:00:47.052Z Checking petgraph v0.6.5
11432025-08-07T15:00:47.301Z Checking argon2 v0.5.3
11442025-08-07T15:00:47.454Z Compiling strum_macros v0.25.3
11452025-08-07T15:00:47.519Z Checking console v0.15.8
11462025-08-07T15:00:47.875Z Checking textwrap v0.11.0
11472025-08-07T15:00:47.999Z Checking serde-big-array v0.5.1
11482025-08-07T15:00:48.076Z Compiling serde_repr v0.1.19
11492025-08-07T15:00:48.176Z Compiling enum-as-inner v0.6.1
11502025-08-07T15:00:48.305Z Compiling libgit2-sys v0.17.0+1.8.1
11512025-08-07T15:00:48.971Z Checking atty v0.2.14
11522025-08-07T15:00:48.999Z Compiling cookie v0.18.1
11532025-08-07T15:00:49.045Z Checking quick-error v1.2.3
11542025-08-07T15:00:49.120Z Checking data-encoding v2.6.0
11552025-08-07T15:00:49.212Z Compiling convert_case v0.4.0
11562025-08-07T15:00:49.339Z Checking strsim v0.8.0
11572025-08-07T15:00:49.482Z Checking similar v2.6.0
11582025-08-07T15:00:49.525Z Checking bytecount v0.6.8
11592025-08-07T15:00:49.603Z Checking vec_map v0.8.2
11602025-08-07T15:00:49.688Z Checking unicode-width v0.2.0
11612025-08-07T15:00:49.809Z Checking ansi_term v0.12.1
11622025-08-07T15:00:49.871Z Checking linked-hash-map v0.5.6
11632025-08-07T15:00:49.940Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11642025-08-07T15:00:50.054Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11652025-08-07T15:00:50.086Z Checking expectorate v1.1.0
11662025-08-07T15:00:50.112Z Checking clap v2.34.0
11672025-08-07T15:00:50.140Z Checking papergrid v0.14.0
11682025-08-07T15:00:50.178Z Checking lru-cache v0.1.2
11692025-08-07T15:00:50.262Z Compiling derive_more v0.99.18
11702025-08-07T15:00:50.294Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
11712025-08-07T15:00:50.368Z Checking hickory-proto v0.24.1
11722025-08-07T15:00:51.381Z Checking resolv-conf v0.7.0
11732025-08-07T15:00:52.257Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11742025-08-07T15:00:52.781Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11752025-08-07T15:00:53.043Z Compiling tabled_derive v0.10.0
11762025-08-07T15:00:53.071Z Compiling structopt-derive v0.4.18
11772025-08-07T15:00:53.102Z Checking progenitor v0.9.1
11782025-08-07T15:00:53.305Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
11792025-08-07T15:00:53.648Z Checking atomicwrites v0.4.4
11802025-08-07T15:00:53.886Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11812025-08-07T15:00:54.015Z Checking libsw v3.3.1
11822025-08-07T15:00:54.255Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
11832025-08-07T15:00:54.344Z Checking swrite v0.1.0
11842025-08-07T15:00:54.467Z Checking linear-map v1.2.0
11852025-08-07T15:00:54.587Z Compiling rayon-core v1.12.1
11862025-08-07T15:00:54.695Z Checking indent_write v2.2.0
11872025-08-07T15:00:54.722Z Checking highway v1.2.0
11882025-08-07T15:00:54.778Z Compiling signal-hook v0.3.17
11892025-08-07T15:00:54.804Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11902025-08-07T15:00:54.912Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11912025-08-07T15:00:54.975Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
11922025-08-07T15:00:55.021Z Checking tabled v0.18.0
11932025-08-07T15:00:55.132Z Checking structopt v0.3.26
11942025-08-07T15:00:55.159Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11952025-08-07T15:00:55.256Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11962025-08-07T15:00:55.290Z Checking hickory-resolver v0.24.3
11972025-08-07T15:00:56.420Z Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
11982025-08-07T15:00:56.567Z Checking steno v0.4.1
11992025-08-07T15:00:57.136Z Checking itertools v0.14.0
12002025-08-07T15:00:57.188Z Checking tokio-dtrace v0.1.1
12012025-08-07T15:00:57.272Z Checking crossbeam-epoch v0.9.18
12022025-08-07T15:00:57.457Z Checking tokio-stream v0.1.16
12032025-08-07T15:00:57.518Z Compiling cargo-platform v0.1.8
12042025-08-07T15:00:57.658Z Compiling vergen v8.3.2
12052025-08-07T15:00:57.709Z Compiling curl-sys v0.4.78+curl-8.11.0
12062025-08-07T15:00:57.925Z Compiling slog-dtrace v0.3.0
12072025-08-07T15:00:57.995Z Checking humantime v2.1.0
12082025-08-07T15:00:58.146Z Checking qorb v0.2.1
12092025-08-07T15:00:58.320Z Compiling cargo_metadata v0.18.1
12102025-08-07T15:00:58.362Z Checking crossbeam-deque v0.8.5
12112025-08-07T15:00:58.389Z Checking oxide-tokio-rt v0.1.2
12122025-08-07T15:00:58.610Z Compiling rustc_version v0.4.1
12132025-08-07T15:00:58.648Z Compiling blake3 v1.5.4
12142025-08-07T15:00:58.675Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
12152025-08-07T15:00:58.763Z Checking adler2 v2.0.0
12162025-08-07T15:00:59.599Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
12172025-08-07T15:00:59.855Z Checking miniz_oxide v0.8.0
12182025-08-07T15:01:00.417Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
12192025-08-07T15:01:00.455Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
12202025-08-07T15:01:00.524Z Checking xattr v1.3.1
12212025-08-07T15:01:00.550Z Checking filetime v0.2.25
12222025-08-07T15:01:00.648Z Checking memmap2 v0.9.5
12232025-08-07T15:01:00.714Z Checking csv-core v0.1.11
12242025-08-07T15:01:00.756Z Checking crc32fast v1.4.2
12252025-08-07T15:01:00.911Z Checking same-file v1.0.6
12262025-08-07T15:01:00.982Z Compiling curl v0.4.47
12272025-08-07T15:01:01.011Z Checking crc8 v0.1.1
12282025-08-07T15:01:01.096Z Checking arrayref v0.3.9
12292025-08-07T15:01:01.159Z Checking constant_time_eq v0.3.1
12302025-08-07T15:01:01.219Z Checking arrayvec v0.7.6
12312025-08-07T15:01:01.303Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
12322025-08-07T15:01:01.395Z Checking walkdir v2.5.0
12332025-08-07T15:01:01.662Z Checking csv v1.3.1
12342025-08-07T15:01:02.001Z Checking flate2 v1.0.34
12352025-08-07T15:01:02.339Z Checking tar v0.4.43
12362025-08-07T15:01:02.761Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
12372025-08-07T15:01:02.902Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd)
12382025-08-07T15:01:03.079Z Checking sha2 v0.10.8
12392025-08-07T15:01:03.159Z Checking toml v0.7.8
12402025-08-07T15:01:03.205Z Checking kstat-rs v0.2.4
12412025-08-07T15:01:03.232Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
12422025-08-07T15:01:03.368Z Checking topological-sort v0.2.2
12432025-08-07T15:01:03.508Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
12442025-08-07T15:01:03.578Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd)
12452025-08-07T15:01:03.748Z Checking omicron-zone-package v0.12.0
12462025-08-07T15:01:04.983Z Checking signal-hook-tokio v0.3.1
12472025-08-07T15:01:05.162Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
12482025-08-07T15:01:05.192Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
12492025-08-07T15:01:05.224Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12502025-08-07T15:01:05.282Z Checking search_path v0.1.4
12512025-08-07T15:01:05.485Z Checking internet-checksum v0.2.1
12522025-08-07T15:01:05.558Z Checking display-error-chain v0.2.2
12532025-08-07T15:01:05.652Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
12542025-08-07T15:01:05.740Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
12552025-08-07T15:01:10.752Z Compiling git2 v0.19.0
12562025-08-07T15:01:11.719Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
12572025-08-07T15:01:14.181Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
12582025-08-07T15:01:15.473Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
12592025-08-07T15:01:18.349Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
12602025-08-07T15:01:35.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
12612025-08-07T15:01:36.019Z+ for feat in tofino_stub tofino_asic softnpu chaos
12622025-08-07T15:01:36.019Z+ cargo clippy --features tofino_asic -- --deny warnings
12632025-08-07T15:01:37.112Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
12642025-08-07T15:01:37.139Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
12652025-08-07T15:01:37.139Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12662025-08-07T15:01:37.139Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
12672025-08-07T15:01:37.166Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
12682025-08-07T15:01:49.796Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
12692025-08-07T15:01:49.796Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
12702025-08-07T15:02:03.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.18s
12712025-08-07T15:02:03.583Z+ for feat in tofino_stub tofino_asic softnpu chaos
12722025-08-07T15:02:03.583Z+ cargo clippy --features softnpu -- --deny warnings
12732025-08-07T15:02:04.158Z Downloading crates ...
12742025-08-07T15:02:04.407Z Downloaded ascii v1.1.0
12752025-08-07T15:02:04.434Z Downloaded bitstruct v0.1.1
12762025-08-07T15:02:04.434Z Downloaded usdt-attr-macro v0.3.5
12772025-08-07T15:02:04.434Z Downloaded bitstruct_derive v0.1.0
12782025-08-07T15:02:04.434Z Downloaded dtrace-parser v0.1.14
12792025-08-07T15:02:04.434Z Downloaded wyz v0.5.1
12802025-08-07T15:02:04.434Z Downloaded usdt-impl v0.3.5
12812025-08-07T15:02:04.434Z Downloaded zerocopy v0.3.2
12822025-08-07T15:02:04.434Z Downloaded usdt-macro v0.3.5
12832025-08-07T15:02:04.434Z Downloaded serde_tokenstream v0.1.7
12842025-08-07T15:02:04.434Z Downloaded bitvec v1.0.1
12852025-08-07T15:02:04.461Z Downloaded num-bigint v0.4.6
12862025-08-07T15:02:04.461Z Downloaded usdt v0.3.5
12872025-08-07T15:02:04.461Z Downloaded libloading v0.7.4
12882025-08-07T15:02:04.461Z Downloaded funty v2.0.0
12892025-08-07T15:02:04.461Z Downloaded erased-serde v0.4.5
12902025-08-07T15:02:04.488Z Downloaded synstructure v0.12.6
12912025-08-07T15:02:04.488Z Downloaded serde_arrays v0.1.0
12922025-08-07T15:02:04.488Z Downloaded tap v1.0.1
12932025-08-07T15:02:04.488Z Downloaded radium v0.7.0
12942025-08-07T15:02:04.488Z Downloaded unicode-xid v0.2.6
12952025-08-07T15:02:04.488Z Downloaded typeid v1.0.2
12962025-08-07T15:02:04.488Z Downloaded dof v0.1.5
12972025-08-07T15:02:04.488Z Downloaded zerocopy-derive v0.2.0
12982025-08-07T15:02:04.616Z Compiling syn v1.0.109
12992025-08-07T15:02:04.650Z Checking num-integer v0.1.46
13002025-08-07T15:02:04.677Z Checking num-complex v0.4.6
13012025-08-07T15:02:04.703Z Compiling unicode-xid v0.2.6
13022025-08-07T15:02:04.704Z Compiling usdt-impl v0.3.5
13032025-08-07T15:02:04.730Z Compiling dtrace-parser v0.1.14
13042025-08-07T15:02:04.757Z Compiling radium v0.7.0
13052025-08-07T15:02:05.083Z Checking num-bigint v0.4.6
13062025-08-07T15:02:05.109Z Checking num-iter v0.1.45
13072025-08-07T15:02:05.288Z Checking tap v1.0.1
13082025-08-07T15:02:05.351Z Checking funty v2.0.0
13092025-08-07T15:02:05.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
13102025-08-07T15:02:05.448Z Checking wyz v0.5.1
13112025-08-07T15:02:05.643Z Compiling typeid v1.0.2
13122025-08-07T15:02:05.729Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13132025-08-07T15:02:05.904Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13142025-08-07T15:02:06.002Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13152025-08-07T15:02:06.028Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13162025-08-07T15:02:06.055Z Checking bitvec v1.0.1
13172025-08-07T15:02:06.099Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13182025-08-07T15:02:06.227Z Checking ascii v1.1.0
13192025-08-07T15:02:06.254Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13202025-08-07T15:02:06.294Z Checking erased-serde v0.4.5
13212025-08-07T15:02:06.349Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13222025-08-07T15:02:06.409Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
13232025-08-07T15:02:06.552Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13242025-08-07T15:02:06.829Z Checking num-rational v0.4.2
13252025-08-07T15:02:07.040Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13262025-08-07T15:02:07.069Z Checking serde_arrays v0.1.0
13272025-08-07T15:02:07.096Z Checking libloading v0.7.4
13282025-08-07T15:02:07.208Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
13292025-08-07T15:02:07.346Z Checking num v0.4.3
13302025-08-07T15:02:07.457Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13312025-08-07T15:02:09.931Z Compiling synstructure v0.12.6
13322025-08-07T15:02:09.931Z Compiling proc-macro-error v1.0.4
13332025-08-07T15:02:09.931Z Compiling serde_tokenstream v0.1.7
13342025-08-07T15:02:10.030Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13352025-08-07T15:02:10.385Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13362025-08-07T15:02:10.890Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13372025-08-07T15:02:11.099Z Compiling num_enum_derive v0.5.11
13382025-08-07T15:02:11.099Z Compiling zerocopy-derive v0.2.0
13392025-08-07T15:02:11.126Z Compiling hubpack_derive v0.1.1
13402025-08-07T15:02:11.126Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13412025-08-07T15:02:11.126Z Compiling num-derive v0.3.3
13422025-08-07T15:02:11.183Z Compiling zone_cfg_derive v0.3.0
13432025-08-07T15:02:11.209Z Compiling structopt-derive v0.4.18
13442025-08-07T15:02:11.575Z Compiling bitstruct_derive v0.1.0
13452025-08-07T15:02:11.852Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13462025-08-07T15:02:11.906Z Checking hubpack v0.1.2
13472025-08-07T15:02:12.008Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13482025-08-07T15:02:12.183Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
13492025-08-07T15:02:12.308Z Checking zone v0.3.0
13502025-08-07T15:02:12.474Z Compiling zerocopy v0.3.2
13512025-08-07T15:02:12.741Z Checking libscf-sys v1.1.0
13522025-08-07T15:02:12.801Z Checking num_enum v0.5.11
13532025-08-07T15:02:12.903Z Compiling dof v0.1.5
13542025-08-07T15:02:12.940Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13552025-08-07T15:02:12.995Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13562025-08-07T15:02:13.021Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13572025-08-07T15:02:13.021Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8)
13582025-08-07T15:02:13.225Z Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
13592025-08-07T15:02:13.252Z Checking structopt v0.3.26
13602025-08-07T15:02:13.279Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13612025-08-07T15:02:13.473Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
13622025-08-07T15:02:13.579Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
13632025-08-07T15:02:13.713Z Checking bitstruct v0.1.1
13642025-08-07T15:02:13.833Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
13652025-08-07T15:02:13.860Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
13662025-08-07T15:02:14.393Z Compiling usdt-macro v0.3.5
13672025-08-07T15:02:14.505Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
13682025-08-07T15:02:14.560Z Compiling usdt-attr-macro v0.3.5
13692025-08-07T15:02:14.776Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13702025-08-07T15:02:15.260Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
13712025-08-07T15:02:15.657Z Checking usdt v0.3.5
13722025-08-07T15:02:15.811Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
13732025-08-07T15:02:15.838Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
13742025-08-07T15:02:15.838Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
13752025-08-07T15:02:15.865Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#906a601b)
13762025-08-07T15:02:16.366Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192)
13772025-08-07T15:02:16.366Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#b016b192)
13782025-08-07T15:02:16.476Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
13792025-08-07T15:02:16.688Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#aadc0998)
13802025-08-07T15:02:16.839Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13812025-08-07T15:02:16.929Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13822025-08-07T15:02:17.387Z Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13832025-08-07T15:02:20.313Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13842025-08-07T15:02:29.337Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
13852025-08-07T15:02:33.449Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13862025-08-07T15:02:40.170Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
13872025-08-07T15:02:40.999Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
13882025-08-07T15:02:56.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.49s
13892025-08-07T15:02:56.413Z+ for feat in tofino_stub tofino_asic softnpu chaos
13902025-08-07T15:02:56.413Z+ cargo clippy --features chaos -- --deny warnings
13912025-08-07T15:02:57.286Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
13922025-08-07T15:02:57.312Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
13932025-08-07T15:02:57.313Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
13942025-08-07T15:03:09.812Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
13952025-08-07T15:03:09.812Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
13962025-08-07T15:03:15.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s
13972025-08-07T15:03:15.644Z+ banner fmt
13982025-08-07T15:03:15.671Z
13992025-08-07T15:03:15.671Z ###### # # #####
14002025-08-07T15:03:15.671Z # ## ## #
14012025-08-07T15:03:15.671Z ##### # ## # #
14022025-08-07T15:03:15.671Z # # # #
14032025-08-07T15:03:15.671Z # # # #
14042025-08-07T15:03:15.671Z # # # #
14052025-08-07T15:03:15.671Z
14062025-08-07T15:03:15.671Z+ cargo fmt -- --check
14072025-08-07T15:03:16.541Z+ banner test
14082025-08-07T15:03:16.568Z
14092025-08-07T15:03:16.568Z ##### ###### #### #####
14102025-08-07T15:03:16.568Z # # # #
14112025-08-07T15:03:16.568Z # ##### #### #
14122025-08-07T15:03:16.568Z # # # #
14132025-08-07T15:03:16.568Z # # # # #
14142025-08-07T15:03:16.568Z # ###### #### #
14152025-08-07T15:03:16.568Z
14162025-08-07T15:03:16.568Z+ for feat in tofino_stub tofino_asic softnpu chaos
14172025-08-07T15:03:16.568Z+ cargo test --features tofino_stub
14182025-08-07T15:03:17.570Z Compiling unicode-ident v1.0.16
14192025-08-07T15:03:17.570Z Compiling memchr v2.7.4
14202025-08-07T15:03:17.570Z Compiling cfg-if v1.0.0
14212025-08-07T15:03:17.570Z Compiling itoa v1.0.11
14222025-08-07T15:03:17.635Z Compiling ryu v1.0.18
14232025-08-07T15:03:17.662Z Compiling libc v0.2.172
14242025-08-07T15:03:17.689Z Compiling once_cell v1.20.2
14252025-08-07T15:03:17.689Z Compiling log v0.4.22
14262025-08-07T15:03:17.738Z Compiling proc-macro2 v1.0.95
14272025-08-07T15:03:17.779Z Compiling libm v0.2.11
14282025-08-07T15:03:17.985Z Compiling allocator-api2 v0.2.20
14292025-08-07T15:03:18.028Z Compiling equivalent v1.0.1
14302025-08-07T15:03:18.056Z Compiling foldhash v0.1.5
14312025-08-07T15:03:18.164Z Compiling fnv v1.0.7
14322025-08-07T15:03:18.299Z Compiling heck v0.5.0
14332025-08-07T15:03:18.326Z Compiling iana-time-zone v0.1.61
14342025-08-07T15:03:18.559Z Compiling quote v1.0.40
14352025-08-07T15:03:18.694Z Compiling jobserver v0.1.32
14362025-08-07T15:03:18.751Z Compiling hashbrown v0.15.1
14372025-08-07T15:03:18.780Z Compiling getrandom v0.3.1
14382025-08-07T15:03:18.826Z Compiling dyn-clone v1.0.17
14392025-08-07T15:03:18.882Z Compiling syn v2.0.100
14402025-08-07T15:03:18.990Z Compiling pin-project-lite v0.2.15
14412025-08-07T15:03:19.051Z Compiling cc v1.2.19
14422025-08-07T15:03:19.078Z Compiling smallvec v1.13.2
14432025-08-07T15:03:19.110Z Compiling aho-corasick v1.1.3
14442025-08-07T15:03:19.137Z Compiling regex-syntax v0.8.5
14452025-08-07T15:03:19.171Z Compiling bitflags v2.6.0
14462025-08-07T15:03:19.304Z Compiling byteorder v1.5.0
14472025-08-07T15:03:19.433Z Compiling num-traits v0.2.19
14482025-08-07T15:03:19.547Z Compiling scopeguard v1.2.0
14492025-08-07T15:03:19.690Z Compiling lock_api v0.4.12
14502025-08-07T15:03:19.717Z Compiling parking_lot_core v0.9.10
14512025-08-07T15:03:19.762Z Compiling socket2 v0.5.9
14522025-08-07T15:03:20.107Z Compiling signal-hook-registry v1.4.2
14532025-08-07T15:03:20.246Z Compiling futures-core v0.3.31
14542025-08-07T15:03:20.484Z Compiling parking_lot v0.12.3
14552025-08-07T15:03:20.599Z Compiling mio v1.0.2
14562025-08-07T15:03:20.779Z Compiling futures-sink v0.3.31
14572025-08-07T15:03:20.806Z Compiling slab v0.4.9
14582025-08-07T15:03:20.933Z Compiling futures-channel v0.3.31
14592025-08-07T15:03:21.057Z Compiling regress v0.10.3
14602025-08-07T15:03:21.238Z Compiling futures-task v0.3.31
14612025-08-07T15:03:21.293Z Compiling strsim v0.11.1
14622025-08-07T15:03:21.513Z Compiling pin-utils v0.1.0
14632025-08-07T15:03:21.564Z Compiling futures-io v0.3.31
14642025-08-07T15:03:21.774Z Compiling ring v0.17.14
14652025-08-07T15:03:21.831Z Compiling openssl-sys v0.9.107
14662025-08-07T15:03:21.992Z Compiling regex-automata v0.4.9
14672025-08-07T15:03:22.755Z Compiling openssl v0.10.72
14682025-08-07T15:03:22.782Z Compiling native-tls v0.2.12
14692025-08-07T15:03:22.809Z Compiling stable_deref_trait v1.2.0
14702025-08-07T15:03:22.848Z Compiling ucd-trie v0.1.7
14712025-08-07T15:03:22.932Z Compiling getrandom v0.2.15
14722025-08-07T15:03:23.217Z Compiling time-core v0.1.2
14732025-08-07T15:03:23.244Z Compiling num-conv v0.1.0
14742025-08-07T15:03:23.372Z Compiling plain v0.2.3
14752025-08-07T15:03:23.407Z Compiling tracing-core v0.1.32
14762025-08-07T15:03:23.510Z Compiling time-macros v0.2.18
14772025-08-07T15:03:23.543Z Compiling pretty-hex v0.4.1
14782025-08-07T15:03:23.755Z Compiling syn v1.0.109
14792025-08-07T15:03:24.288Z Compiling thread-id v4.2.2
14802025-08-07T15:03:24.504Z Compiling serde_derive_internals v0.29.1
14812025-08-07T15:03:24.850Z Compiling synstructure v0.13.1
14822025-08-07T15:03:25.616Z Compiling regex v1.11.1
14832025-08-07T15:03:25.745Z Compiling darling_core v0.20.10
14842025-08-07T15:03:26.021Z Compiling writeable v0.5.5
14852025-08-07T15:03:26.124Z Compiling litemap v0.7.3
14862025-08-07T15:03:26.472Z Compiling subtle v2.6.1
14872025-08-07T15:03:26.499Z Compiling icu_locid_transform_data v1.5.0
14882025-08-07T15:03:26.531Z Compiling atomic-waker v1.1.2
14892025-08-07T15:03:26.602Z Compiling httparse v1.9.5
14902025-08-07T15:03:26.718Z Compiling icu_properties_data v1.5.0
14912025-08-07T15:03:26.745Z Compiling percent-encoding v2.3.1
14922025-08-07T15:03:26.958Z Compiling form_urlencoded v1.2.1
14932025-08-07T15:03:27.042Z Compiling icu_normalizer_data v1.5.0
14942025-08-07T15:03:27.148Z Compiling try-lock v0.2.5
14952025-08-07T15:03:27.199Z Compiling utf16_iter v1.0.5
14962025-08-07T15:03:27.254Z Compiling rustls v0.23.16
14972025-08-07T15:03:27.281Z Compiling rustls-pki-types v1.10.0
14982025-08-07T15:03:27.308Z Compiling write16 v1.0.0
14992025-08-07T15:03:27.334Z Compiling utf8_iter v1.0.4
15002025-08-07T15:03:27.413Z Compiling want v0.3.1
15012025-08-07T15:03:27.440Z Compiling untrusted v0.9.0
15022025-08-07T15:03:27.563Z Compiling tower-service v0.3.3
15032025-08-07T15:03:27.619Z Compiling httpdate v1.0.3
15042025-08-07T15:03:27.706Z Compiling serde_derive v1.0.219
15052025-08-07T15:03:27.706Z Compiling tokio-macros v2.5.0
15062025-08-07T15:03:28.021Z Compiling thiserror-impl v1.0.69
15072025-08-07T15:03:28.170Z Compiling schemars_derive v0.8.22
15082025-08-07T15:03:28.955Z Compiling futures-macro v0.3.31
15092025-08-07T15:03:29.025Z Compiling zerofrom-derive v0.1.4
15102025-08-07T15:03:29.856Z Compiling yoke-derive v0.7.4
15112025-08-07T15:03:30.208Z Compiling thiserror v1.0.69
15122025-08-07T15:03:30.358Z Compiling zerovec-derive v0.10.3
15132025-08-07T15:03:30.399Z Compiling displaydoc v0.2.5
15142025-08-07T15:03:30.465Z Compiling zerocopy-derive v0.7.35
15152025-08-07T15:03:31.297Z Compiling icu_provider_macros v1.5.0
15162025-08-07T15:03:31.585Z Compiling tracing-attributes v0.1.27
15172025-08-07T15:03:31.688Z Compiling thiserror-impl v2.0.12
15182025-08-07T15:03:31.714Z Compiling openssl-macros v0.1.1
15192025-08-07T15:03:31.826Z Compiling scroll_derive v0.12.0
15202025-08-07T15:03:32.030Z Compiling zerocopy v0.7.35
15212025-08-07T15:03:32.250Z Compiling pest v2.7.14
15222025-08-07T15:03:32.277Z Compiling zerofrom v0.1.4
15232025-08-07T15:03:32.445Z Compiling yoke v0.7.4
15242025-08-07T15:03:32.480Z Compiling darling_macro v0.20.10
15252025-08-07T15:03:32.770Z Compiling zerovec v0.10.4
15262025-08-07T15:03:32.991Z Compiling serde v1.0.219
15272025-08-07T15:03:33.135Z Compiling scroll v0.12.0
15282025-08-07T15:03:33.376Z Compiling darling v0.20.10
15292025-08-07T15:03:33.484Z Compiling async-trait v0.1.88
15302025-08-07T15:03:33.591Z Compiling goblin v0.8.2
15312025-08-07T15:03:33.891Z Compiling rustls-webpki v0.102.8
15322025-08-07T15:03:34.009Z Compiling thiserror v2.0.12
15332025-08-07T15:03:34.166Z Compiling tinystr v0.7.6
15342025-08-07T15:03:34.506Z Compiling pest_meta v2.7.14
15352025-08-07T15:03:34.533Z Compiling icu_locid v1.5.0
15362025-08-07T15:03:34.722Z Compiling icu_collections v1.5.0
15372025-08-07T15:03:35.380Z Compiling zeroize v1.8.1
15382025-08-07T15:03:35.622Z Compiling icu_provider v1.5.0
15392025-08-07T15:03:35.679Z Compiling pest_generator v2.7.14
15402025-08-07T15:03:36.456Z Compiling icu_locid_transform v1.5.0
15412025-08-07T15:03:36.482Z Compiling foreign-types-shared v0.1.1
15422025-08-07T15:03:36.592Z Compiling foreign-types v0.3.2
15432025-08-07T15:03:36.686Z Compiling openssl-probe v0.1.5
15442025-08-07T15:03:36.893Z Compiling rustls v0.22.4
15452025-08-07T15:03:36.974Z Compiling anyhow v1.0.98
15462025-08-07T15:03:37.001Z Compiling encoding_rs v0.8.35
15472025-08-07T15:03:37.381Z Compiling bytes v1.10.1
15482025-08-07T15:03:37.408Z Compiling serde_json v1.0.140
15492025-08-07T15:03:37.435Z Compiling uuid v1.13.1
15502025-08-07T15:03:37.679Z Compiling indexmap v2.7.1
15512025-08-07T15:03:38.077Z Compiling serde_tokenstream v0.2.2
15522025-08-07T15:03:38.520Z Compiling http v1.2.0
15532025-08-07T15:03:38.549Z Compiling semver v1.0.26
15542025-08-07T15:03:38.591Z Compiling tokio v1.46.1
15552025-08-07T15:03:38.738Z Compiling chrono v0.4.40
15562025-08-07T15:03:39.151Z Compiling pest_derive v2.7.14
15572025-08-07T15:03:40.006Z Compiling dtrace-parser v0.2.0
15582025-08-07T15:03:40.466Z Compiling dof v0.3.0
15592025-08-07T15:03:41.497Z Compiling schemars v0.8.22
15602025-08-07T15:03:41.525Z Compiling usdt-impl v0.5.0
15612025-08-07T15:03:41.656Z Compiling openapiv3 v2.0.0
15622025-08-07T15:03:41.693Z Compiling http-body v1.0.1
15632025-08-07T15:03:41.746Z Compiling icu_properties v1.5.1
15642025-08-07T15:03:41.961Z Compiling serde_yaml v0.9.34+deprecated
15652025-08-07T15:03:42.174Z Compiling toml_datetime v0.6.8
15662025-08-07T15:03:42.848Z Compiling usdt-macro v0.5.0
15672025-08-07T15:03:43.539Z Compiling usdt-attr-macro v0.5.0
15682025-08-07T15:03:44.404Z Compiling typify-impl v0.2.0
15692025-08-07T15:03:44.431Z Compiling mime v0.3.17
15702025-08-07T15:03:44.731Z Compiling icu_normalizer v1.5.0
15712025-08-07T15:03:45.151Z Compiling serde_with_macros v3.11.0
15722025-08-07T15:03:45.244Z Compiling strum_macros v0.26.4
15732025-08-07T15:03:45.486Z Compiling daft-derive v0.1.1
15742025-08-07T15:03:45.639Z Compiling tokio-util v0.7.12
15752025-08-07T15:03:46.359Z Compiling idna_adapter v1.2.0
15762025-08-07T15:03:46.581Z Compiling idna v1.0.3
15772025-08-07T15:03:46.766Z Compiling omicron-workspace-hack v0.1.0
15782025-08-07T15:03:46.871Z Compiling ipnet v2.10.1
15792025-08-07T15:03:47.105Z Compiling url v2.5.3
15802025-08-07T15:03:47.131Z Compiling tokio-native-tls v0.3.1
15812025-08-07T15:03:47.858Z Compiling serde_urlencoded v0.7.1
15822025-08-07T15:03:47.981Z Compiling rustls-pemfile v2.2.0
15832025-08-07T15:03:48.289Z Compiling webpki-roots v0.26.6
15842025-08-07T15:03:48.319Z Compiling async-stream-impl v0.3.6
15852025-08-07T15:03:48.417Z Compiling sync_wrapper v1.0.1
15862025-08-07T15:03:48.484Z Compiling base64 v0.22.1
15872025-08-07T15:03:48.572Z Compiling powerfmt v0.2.0
15882025-08-07T15:03:48.776Z Compiling tower-layer v0.3.3
15892025-08-07T15:03:48.936Z Compiling deranged v0.3.11
15902025-08-07T15:03:49.029Z Compiling structmeta-derive v0.3.0
15912025-08-07T15:03:49.360Z Compiling num_threads v0.1.7
15922025-08-07T15:03:49.497Z Compiling dropshot_endpoint v0.15.1
15932025-08-07T15:03:50.149Z Compiling tokio-rustls v0.26.0
15942025-08-07T15:03:50.285Z Compiling time v0.3.36
15952025-08-07T15:03:50.537Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15962025-08-07T15:03:50.999Z Compiling structmeta v0.3.0
15972025-08-07T15:03:51.106Z Compiling typenum v1.17.0
15982025-08-07T15:03:51.244Z Compiling futures-util v0.3.31
15992025-08-07T15:03:51.329Z Compiling parse-display-derive v0.10.0
16002025-08-07T15:03:51.964Z Compiling generic-array v0.14.7
16012025-08-07T15:03:52.667Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
16022025-08-07T15:03:52.875Z Compiling block-buffer v0.10.4
16032025-08-07T15:03:53.089Z Compiling crypto-common v0.1.6
16042025-08-07T15:03:53.269Z Compiling rand_core v0.6.4
16052025-08-07T15:03:53.377Z Compiling errno v0.3.9
16062025-08-07T15:03:54.161Z Compiling camino v1.1.9
16072025-08-07T15:03:54.247Z Compiling ppv-lite86 v0.2.20
16082025-08-07T15:03:54.803Z Compiling match_cfg v0.1.0
16092025-08-07T15:03:54.945Z Compiling rand_chacha v0.3.1
16102025-08-07T15:03:54.974Z Compiling hostname v0.3.1
16112025-08-07T15:03:55.001Z Compiling tracing v0.1.40
16122025-08-07T15:03:55.187Z Compiling clap_derive v4.5.18
16132025-08-07T15:03:55.383Z Compiling dirs-sys-next v0.1.2
16142025-08-07T15:03:55.413Z Compiling memmap v0.7.0
16152025-08-07T15:03:55.618Z Compiling thread_local v1.1.8
16162025-08-07T15:03:55.742Z Compiling cpufeatures v0.2.15
16172025-08-07T15:03:55.848Z Compiling dirs-next v2.0.0
16182025-08-07T15:03:55.876Z Compiling rand v0.8.5
16192025-08-07T15:03:55.902Z Compiling serde_spanned v0.6.8
16202025-08-07T15:03:56.071Z Compiling term v0.7.0
16212025-08-07T15:03:56.098Z Compiling is-terminal v0.4.13
16222025-08-07T15:03:56.130Z Compiling take_mut v0.2.2
16232025-08-07T15:03:56.237Z Compiling macaddr v1.0.1
16242025-08-07T15:03:56.515Z Compiling winnow v0.6.20
16252025-08-07T15:03:57.418Z Compiling slog v2.7.0
16262025-08-07T15:03:58.038Z Compiling debug-ignore v1.0.5
16272025-08-07T15:03:58.190Z Compiling spin v0.9.8
16282025-08-07T15:03:58.368Z Compiling h2 v0.4.6
16292025-08-07T15:03:58.394Z Compiling hex v0.4.3
16302025-08-07T15:03:58.842Z Compiling typify-macro v0.2.0
16312025-08-07T15:03:59.220Z Compiling toml_edit v0.22.22
16322025-08-07T15:04:00.343Z Compiling anstyle v1.0.10
16332025-08-07T15:04:00.723Z Compiling async-stream v0.3.6
16342025-08-07T15:04:00.996Z Compiling strum v0.26.3
16352025-08-07T15:04:01.173Z Compiling serde_with v3.11.0
16362025-08-07T15:04:02.450Z Compiling typify v0.2.0
16372025-08-07T15:04:02.603Z Compiling progenitor-impl v0.8.0
16382025-08-07T15:04:03.261Z Compiling hyper v1.6.0
16392025-08-07T15:04:04.013Z Compiling tokio-rustls v0.25.0
16402025-08-07T15:04:04.207Z Compiling toml v0.8.19
16412025-08-07T15:04:04.417Z Compiling ahash v0.8.11
16422025-08-07T15:04:04.865Z Compiling serde_path_to_error v0.1.16
16432025-08-07T15:04:05.528Z Compiling waitgroup v0.1.2
16442025-08-07T15:04:05.674Z Compiling hostname v0.4.0
16452025-08-07T15:04:05.743Z Compiling utf8parse v0.2.2
16462025-08-07T15:04:06.229Z Compiling anstyle-parse v0.2.6
16472025-08-07T15:04:06.266Z Compiling hyper-util v0.1.10
16482025-08-07T15:04:06.476Z Compiling hashbrown v0.14.5
16492025-08-07T15:04:06.616Z Compiling instant v0.1.13
16502025-08-07T15:04:06.697Z Compiling is_terminal_polyfill v1.70.1
16512025-08-07T15:04:06.772Z Compiling colorchoice v1.0.3
16522025-08-07T15:04:06.836Z Compiling anstyle-query v1.1.2
16532025-08-07T15:04:06.871Z Compiling backoff v0.4.0
16542025-08-07T15:04:06.942Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16552025-08-07T15:04:06.998Z Compiling anstream v0.6.18
16562025-08-07T15:04:07.112Z Compiling http-body-util v0.1.2
16572025-08-07T15:04:07.150Z Compiling parse-display v0.10.0
16582025-08-07T15:04:07.192Z Compiling crossbeam-utils v0.8.20
16592025-08-07T15:04:07.504Z Compiling regress v0.9.1
16602025-08-07T15:04:07.533Z Compiling clap_lex v0.7.3
16612025-08-07T15:04:07.979Z Compiling hyper-rustls v0.27.3
16622025-08-07T15:04:08.006Z Compiling hyper-tls v0.6.0
16632025-08-07T15:04:08.358Z Compiling tower v0.5.2
16642025-08-07T15:04:08.635Z Compiling rustix v0.38.40
16652025-08-07T15:04:08.711Z Compiling futures-executor v0.3.31
16662025-08-07T15:04:09.027Z Compiling reqwest v0.12.12
16672025-08-07T15:04:09.213Z Compiling digest v0.10.7
16682025-08-07T15:04:09.271Z Compiling progenitor-macro v0.8.0
16692025-08-07T15:04:09.555Z Compiling ipnetwork v0.21.1
16702025-08-07T15:04:11.449Z Compiling itertools v0.13.0
16712025-08-07T15:04:12.945Z Compiling futures v0.3.31
16722025-08-07T15:04:13.532Z Compiling usdt v0.5.0
16732025-08-07T15:04:14.149Z Compiling prettyplease v0.2.25
16742025-08-07T15:04:14.320Z Compiling crossbeam-channel v0.5.15
16752025-08-07T15:04:16.718Z Compiling slog-async v2.8.0
16762025-08-07T15:04:16.843Z Compiling oxnet v0.1.2
16772025-08-07T15:04:17.201Z Compiling slog-term v2.9.1
16782025-08-07T15:04:17.489Z Compiling slog-json v2.6.1
16792025-08-07T15:04:18.179Z Compiling float-ord v0.3.2
16802025-08-07T15:04:18.358Z Compiling slog-bunyan v2.5.0
16812025-08-07T15:04:18.569Z Compiling progenitor-client v0.8.0
16822025-08-07T15:04:19.975Z Compiling progenitor-client v0.9.1
16832025-08-07T15:04:20.418Z Compiling progenitor v0.8.0
16842025-08-07T15:04:20.511Z Compiling newtype-uuid v1.2.1
16852025-08-07T15:04:20.625Z Compiling num-integer v0.1.46
16862025-08-07T15:04:20.882Z Compiling daft v0.1.1
16872025-08-07T15:04:21.312Z Compiling sha1 v0.10.6
16882025-08-07T15:04:23.007Z Compiling multer v3.1.0
16892025-08-07T15:04:23.808Z Compiling dropshot v0.15.1
16902025-08-07T15:04:23.919Z Compiling terminal_size v0.4.0
16912025-08-07T15:04:24.124Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
16922025-08-07T15:04:24.854Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
16932025-08-07T15:04:25.264Z Compiling num-rational v0.4.2
16942025-08-07T15:04:25.445Z Compiling num-iter v0.1.45
16952025-08-07T15:04:26.931Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16962025-08-07T15:04:27.399Z Compiling num-complex v0.4.6
16972025-08-07T15:04:28.124Z Compiling num v0.4.3
16982025-08-07T15:04:28.151Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
16992025-08-07T15:04:28.290Z Compiling clap_builder v4.5.21
17002025-08-07T15:04:31.880Z Compiling clap v4.5.21
17012025-08-07T15:04:34.986Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
17022025-08-07T15:04:37.456Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
17032025-08-07T15:04:40.201Z Compiling num-derive v0.3.3
17042025-08-07T15:04:41.206Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
17052025-08-07T15:04:43.859Z Compiling winnow v0.5.40
17062025-08-07T15:04:44.540Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
17072025-08-07T15:04:47.818Z Compiling typify-impl v0.3.0
17082025-08-07T15:04:47.845Z Compiling hubpack_derive v0.1.1
17092025-08-07T15:04:48.051Z Compiling zerocopy-derive v0.8.17
17102025-08-07T15:04:51.550Z Compiling proc-macro-error-attr v1.0.4
17112025-08-07T15:04:52.644Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
17122025-08-07T15:04:54.417Z Compiling proc-macro-error v1.0.4
17132025-08-07T15:04:56.278Z Compiling toml_edit v0.19.15
17142025-08-07T15:04:58.581Z Compiling proc-macro-crate v1.3.1
17152025-08-07T15:05:00.722Z Compiling num_enum_derive v0.5.11
17162025-08-07T15:05:02.511Z Compiling foreign-types-macros v0.2.3
17172025-08-07T15:05:02.547Z Compiling unicode-width v0.1.14
17182025-08-07T15:05:02.695Z Compiling typify-macro v0.3.0
17192025-08-07T15:05:03.326Z Compiling lazy_static v1.5.0
17202025-08-07T15:05:04.819Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
17212025-08-07T15:05:06.321Z Compiling typify v0.3.0
17222025-08-07T15:05:06.461Z Compiling progenitor-impl v0.9.1
17232025-08-07T15:05:06.798Z Compiling libscf-sys v1.1.0
17242025-08-07T15:05:07.193Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17252025-08-07T15:05:07.297Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
17262025-08-07T15:05:07.940Z Compiling either v1.13.0
17272025-08-07T15:05:08.082Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
17282025-08-07T15:05:08.651Z Compiling bitflags v1.3.2
17292025-08-07T15:05:08.766Z Compiling nom v7.1.3
17302025-08-07T15:05:08.793Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
17312025-08-07T15:05:09.037Z Compiling libloading v0.8.5
17322025-08-07T15:05:09.348Z Compiling unicode-segmentation v1.12.0
17332025-08-07T15:05:09.796Z Compiling clang-sys v1.8.1
17342025-08-07T15:05:10.100Z Compiling zone_cfg_derive v0.3.0
17352025-08-07T15:05:11.381Z Compiling cexpr v0.6.0
17362025-08-07T15:05:12.097Z Compiling num-derive v0.4.2
17372025-08-07T15:05:12.520Z Compiling proc-macro-error-attr2 v2.0.0
17382025-08-07T15:05:13.206Z Compiling progenitor-macro v0.9.1
17392025-08-07T15:05:13.409Z Compiling bindgen v0.71.1
17402025-08-07T15:05:13.619Z Compiling proc-macro-error2 v2.0.1
17412025-08-07T15:05:13.767Z Compiling hubpack v0.1.2
17422025-08-07T15:05:14.084Z Compiling tabled_derive v0.10.0
17432025-08-07T15:05:15.250Z Compiling derive-where v1.2.7
17442025-08-07T15:05:15.727Z Compiling zerocopy-derive v0.6.6
17452025-08-07T15:05:16.128Z Compiling libz-sys v1.1.20
17462025-08-07T15:05:16.710Z Compiling static_assertions v1.1.0
17472025-08-07T15:05:17.035Z Compiling zerocopy v0.8.17
17482025-08-07T15:05:17.205Z Compiling hash32 v0.3.1
17492025-08-07T15:05:17.231Z Compiling fastrand v2.2.0
17502025-08-07T15:05:17.562Z Compiling tempfile v3.14.0
17512025-08-07T15:05:17.635Z Compiling heapless v0.8.0
17522025-08-07T15:05:18.296Z Compiling strum_macros v0.25.3
17532025-08-07T15:05:18.419Z Compiling tabwriter v1.4.0
17542025-08-07T15:05:19.489Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
17552025-08-07T15:05:20.970Z Compiling enum-as-inner v0.6.1
17562025-08-07T15:05:21.258Z Compiling serde_repr v0.1.19
17572025-08-07T15:05:21.879Z Compiling cobs v0.2.3
17582025-08-07T15:05:22.155Z Compiling managed v0.8.0
17592025-08-07T15:05:22.216Z Compiling postcard v1.0.10
17602025-08-07T15:05:22.543Z Compiling smoltcp v0.11.0
17612025-08-07T15:05:23.368Z Compiling progenitor v0.9.1
17622025-08-07T15:05:23.396Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
17632025-08-07T15:05:23.954Z Compiling colored v2.1.0
17642025-08-07T15:05:24.541Z Compiling foreign-types-shared v0.3.1
17652025-08-07T15:05:24.683Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
17662025-08-07T15:05:24.741Z Compiling derive_more v0.99.18
17672025-08-07T15:05:24.908Z Compiling foreign-types v0.5.0
17682025-08-07T15:05:25.016Z Compiling camino-tempfile v1.1.1
17692025-08-07T15:05:25.400Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
17702025-08-07T15:05:25.529Z Compiling heck v0.3.3
17712025-08-07T15:05:25.809Z Compiling num_enum v0.5.11
17722025-08-07T15:05:25.978Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17732025-08-07T15:05:26.004Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17742025-08-07T15:05:26.166Z Compiling cstr-argument v0.1.2
17752025-08-07T15:05:26.557Z Compiling unicode-width v0.2.0
17762025-08-07T15:05:26.990Z Compiling bytecount v0.6.8
17772025-08-07T15:05:27.016Z Compiling pretty-hex v0.2.1
17782025-08-07T15:05:27.144Z Compiling papergrid v0.14.0
17792025-08-07T15:05:27.206Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17802025-08-07T15:05:27.339Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
17812025-08-07T15:05:27.582Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17822025-08-07T15:05:27.760Z Compiling structopt-derive v0.4.18
17832025-08-07T15:05:28.199Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
17842025-08-07T15:05:28.573Z Compiling memoffset v0.9.1
17852025-08-07T15:05:28.711Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17862025-08-07T15:05:29.365Z Compiling tinyvec_macros v0.1.1
17872025-08-07T15:05:29.408Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17882025-08-07T15:05:29.485Z Compiling tinyvec v1.8.0
17892025-08-07T15:05:29.718Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
17902025-08-07T15:05:29.830Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
17912025-08-07T15:05:30.702Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
17922025-08-07T15:05:30.783Z Compiling nix v0.29.0
17932025-08-07T15:05:31.369Z Compiling tabled v0.18.0
17942025-08-07T15:05:31.744Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17952025-08-07T15:05:32.243Z Compiling crucible-workspace-hack v0.1.0
17962025-08-07T15:05:32.351Z Compiling itertools v0.14.0
17972025-08-07T15:05:32.823Z Compiling itertools v0.10.5
17982025-08-07T15:05:33.680Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
17992025-08-07T15:05:34.021Z Compiling sigpipe v0.1.3
18002025-08-07T15:05:34.309Z Compiling base64ct v1.6.0
18012025-08-07T15:05:34.771Z Compiling password-hash v0.5.0
18022025-08-07T15:05:34.810Z Compiling zone v0.3.0
18032025-08-07T15:05:34.882Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
18042025-08-07T15:05:35.613Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18052025-08-07T15:05:35.720Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
18062025-08-07T15:05:36.150Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
18072025-08-07T15:05:36.222Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
18082025-08-07T15:05:36.635Z Compiling unicode-normalization v0.1.24
18092025-08-07T15:05:37.291Z Compiling textwrap v0.11.0
18102025-08-07T15:05:37.534Z Compiling blake2 v0.10.6
18112025-08-07T15:05:37.596Z Compiling smf v0.2.3
18122025-08-07T15:05:37.676Z Compiling libgit2-sys v0.17.0+1.8.1
18132025-08-07T15:05:37.875Z Compiling atty v0.2.14
18142025-08-07T15:05:38.036Z Compiling vec_map v0.8.2
18152025-08-07T15:05:38.261Z Compiling strsim v0.8.0
18162025-08-07T15:05:38.324Z Compiling unicode-bidi v0.3.17
18172025-08-07T15:05:38.350Z Compiling crc8 v0.1.1
18182025-08-07T15:05:38.380Z Compiling ansi_term v0.12.1
18192025-08-07T15:05:38.525Z Compiling fixedbitset v0.4.2
18202025-08-07T15:05:38.700Z Compiling whoami v1.5.2
18212025-08-07T15:05:38.791Z Compiling petgraph v0.6.5
18222025-08-07T15:05:38.826Z Compiling clap v2.34.0
18232025-08-07T15:05:38.945Z Compiling idna v0.4.0
18242025-08-07T15:05:39.300Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18252025-08-07T15:05:39.453Z Compiling argon2 v0.5.3
18262025-08-07T15:05:41.088Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
18272025-08-07T15:05:41.234Z Compiling zerocopy v0.6.6
18282025-08-07T15:05:41.495Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
18292025-08-07T15:05:41.728Z Compiling newline-converter v0.3.0
18302025-08-07T15:05:41.754Z Compiling console v0.15.8
18312025-08-07T15:05:42.365Z Compiling serde-big-array v0.5.1
18322025-08-07T15:05:42.975Z Compiling quick-error v1.2.3
18332025-08-07T15:05:43.135Z Compiling linked-hash-map v0.5.6
18342025-08-07T15:05:43.439Z Compiling similar v2.6.0
18352025-08-07T15:05:43.577Z Compiling data-encoding v2.6.0
18362025-08-07T15:05:43.679Z Compiling lru-cache v0.1.2
18372025-08-07T15:05:44.601Z Compiling expectorate v1.1.0
18382025-08-07T15:05:44.768Z Compiling hickory-proto v0.24.1
18392025-08-07T15:05:45.435Z Compiling resolv-conf v0.7.0
18402025-08-07T15:05:46.093Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18412025-08-07T15:05:46.682Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18422025-08-07T15:05:46.769Z Compiling structopt v0.3.26
18432025-08-07T15:05:47.323Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18442025-08-07T15:05:47.490Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
18452025-08-07T15:05:47.710Z Compiling newtype_derive v0.1.6
18462025-08-07T15:05:47.836Z Compiling atomicwrites v0.4.4
18472025-08-07T15:05:48.163Z Compiling owo-colors v4.1.0
18482025-08-07T15:05:49.251Z Compiling cancel-safe-futures v0.1.5
18492025-08-07T15:05:50.438Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18502025-08-07T15:05:50.892Z Compiling tokio-dtrace v0.1.1
18512025-08-07T15:05:50.952Z Compiling libsw v3.3.1
18522025-08-07T15:05:51.243Z Compiling cargo-platform v0.1.8
18532025-08-07T15:05:51.402Z Compiling swrite v0.1.0
18542025-08-07T15:05:51.544Z Compiling linear-map v1.2.0
18552025-08-07T15:05:51.574Z Compiling indent_write v2.2.0
18562025-08-07T15:05:51.864Z Compiling highway v1.2.0
18572025-08-07T15:05:52.525Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18582025-08-07T15:05:52.631Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18592025-08-07T15:05:53.066Z Compiling cargo_metadata v0.18.1
18602025-08-07T15:05:53.318Z Compiling oxide-tokio-rt v0.1.2
18612025-08-07T15:05:53.603Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18622025-08-07T15:05:56.779Z Compiling hickory-resolver v0.24.3
18632025-08-07T15:05:56.824Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18642025-08-07T15:05:57.969Z Compiling steno v0.4.1
18652025-08-07T15:05:58.287Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18662025-08-07T15:05:59.156Z Compiling cookie v0.18.1
18672025-08-07T15:06:02.121Z Compiling tokio-stream v0.1.16
18682025-08-07T15:06:02.248Z Compiling rustc_version v0.4.1
18692025-08-07T15:06:02.494Z Compiling humantime v2.1.0
18702025-08-07T15:06:03.868Z Compiling qorb v0.2.1
18712025-08-07T15:06:04.115Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18722025-08-07T15:06:08.938Z Compiling signal-hook v0.3.17
18732025-08-07T15:06:09.822Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
18742025-08-07T15:06:10.648Z Compiling crossbeam-epoch v0.9.18
18752025-08-07T15:06:11.031Z Compiling curl-sys v0.4.78+curl-8.11.0
18762025-08-07T15:06:11.266Z Compiling predicates-core v1.0.8
18772025-08-07T15:06:11.407Z Compiling mockall_derive v0.13.1
18782025-08-07T15:06:11.609Z Compiling crossbeam-deque v0.8.5
18792025-08-07T15:06:11.934Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
18802025-08-07T15:06:12.009Z Compiling slog-dtrace v0.3.0
18812025-08-07T15:06:12.099Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
18822025-08-07T15:06:12.540Z Compiling blake3 v1.5.4
18832025-08-07T15:06:12.994Z Compiling csv-core v0.1.11
18842025-08-07T15:06:13.122Z Compiling termtree v0.4.1
18852025-08-07T15:06:13.258Z Compiling adler2 v2.0.0
18862025-08-07T15:06:13.356Z Compiling diff v0.1.13
18872025-08-07T15:06:13.383Z Compiling yansi v1.0.1
18882025-08-07T15:06:13.482Z Compiling miniz_oxide v0.8.0
18892025-08-07T15:06:13.509Z Compiling predicates-tree v1.0.11
18902025-08-07T15:06:13.893Z Compiling pretty_assertions v1.4.1
18912025-08-07T15:06:13.960Z Compiling csv v1.3.1
18922025-08-07T15:06:14.730Z Compiling rayon-core v1.12.1
18932025-08-07T15:06:15.075Z Compiling predicates v3.1.2
18942025-08-07T15:06:16.055Z Compiling xattr v1.3.1
18952025-08-07T15:06:16.323Z Compiling filetime v0.2.25
18962025-08-07T15:06:16.520Z Compiling memmap2 v0.9.5
18972025-08-07T15:06:16.631Z Compiling crc32fast v1.4.2
18982025-08-07T15:06:16.661Z Compiling same-file v1.0.6
18992025-08-07T15:06:16.893Z Compiling constant_time_eq v0.3.1
19002025-08-07T15:06:16.954Z Compiling downcast v0.11.0
19012025-08-07T15:06:17.061Z Compiling fragile v2.0.0
19022025-08-07T15:06:17.110Z Compiling arrayvec v0.7.6
19032025-08-07T15:06:17.187Z Compiling arrayref v0.3.9
19042025-08-07T15:06:17.297Z Compiling curl v0.4.47
19052025-08-07T15:06:17.604Z Compiling flate2 v1.0.34
19062025-08-07T15:06:18.362Z Compiling walkdir v2.5.0
19072025-08-07T15:06:18.481Z Compiling tar v0.4.43
19082025-08-07T15:06:19.000Z Compiling toml v0.7.8
19092025-08-07T15:06:19.933Z Compiling mockall v0.13.1
19102025-08-07T15:06:20.239Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
19112025-08-07T15:06:20.431Z Compiling signal-hook-tokio v0.3.1
19122025-08-07T15:06:21.496Z Compiling git2 v0.19.0
19132025-08-07T15:06:21.849Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd)
19142025-08-07T15:06:22.366Z Compiling sha2 v0.10.8
19152025-08-07T15:06:23.056Z Compiling kstat-rs v0.2.4
19162025-08-07T15:06:23.614Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
19172025-08-07T15:06:23.641Z Compiling hex-literal v0.4.1
19182025-08-07T15:06:23.822Z Compiling display-error-chain v0.2.2
19192025-08-07T15:06:24.075Z Compiling topological-sort v0.2.2
19202025-08-07T15:06:24.328Z Compiling omicron-zone-package v0.12.0
19212025-08-07T15:06:24.395Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
19222025-08-07T15:06:24.514Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd)
19232025-08-07T15:06:27.708Z Compiling vergen v8.3.2
19242025-08-07T15:06:28.716Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
19252025-08-07T15:06:28.849Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
19262025-08-07T15:06:31.510Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19272025-08-07T15:06:31.956Z Compiling search_path v0.1.4
19282025-08-07T15:06:32.698Z Compiling internet-checksum v0.2.1
19292025-08-07T15:06:32.849Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
19302025-08-07T15:06:33.339Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
19312025-08-07T15:06:34.451Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
19322025-08-07T15:07:42.369Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 25s
19332025-08-07T15:07:42.492Z Running unittests src/lib.rs (target/debug/deps/aal-3abec7b19398aeb8)
19342025-08-07T15:07:42.521Z
19352025-08-07T15:07:42.521Zrunning 0 tests
19362025-08-07T15:07:42.521Z
19372025-08-07T15:07:42.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19382025-08-07T15:07:42.521Z
19392025-08-07T15:07:42.548Z Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2)
19402025-08-07T15:07:42.548Z
19412025-08-07T15:07:42.548Zrunning 0 tests
19422025-08-07T15:07:42.548Z
19432025-08-07T15:07:42.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19442025-08-07T15:07:42.548Z
19452025-08-07T15:07:42.549Z Running unittests src/lib.rs (target/debug/deps/asic-4d0314805b8ef317)
19462025-08-07T15:07:42.575Z
19472025-08-07T15:07:42.575Zrunning 0 tests
19482025-08-07T15:07:42.575Z
19492025-08-07T15:07:42.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19502025-08-07T15:07:42.575Z
19512025-08-07T15:07:42.575Z Running unittests src/lib.rs (target/debug/deps/common-5f8144ed0017b46f)
19522025-08-07T15:07:42.602Z
19532025-08-07T15:07:42.603Zrunning 10 tests
19542025-08-07T15:07:42.603Ztest network::tests::test_equal ... ok
19552025-08-07T15:07:42.603Ztest network::tests::test_eui64 ... ok
19562025-08-07T15:07:42.603Ztest nat::tests::test_vni ... ok
19572025-08-07T15:07:42.603Ztest network::tests::test_generate_ipv6_link_local ... ok
19582025-08-07T15:07:42.603Ztest network::tests::test_into ... ok
19592025-08-07T15:07:42.603Ztest network::tests::test_not_equal ... ok
19602025-08-07T15:07:42.603Ztest network::tests::test_parse ... ok
19612025-08-07T15:07:42.603Ztest network::tests::test_to_string ... ok
19622025-08-07T15:07:42.603Ztest test_purge ... ok
19632025-08-07T15:07:42.603Ztest illumos::test::address_exists_handles_missing_object ... ok
19642025-08-07T15:07:42.603Z
19652025-08-07T15:07:42.603Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
19662025-08-07T15:07:42.603Z
19672025-08-07T15:07:42.603Z Running unittests src/main.rs (target/debug/deps/dpd-894257e856e12749)
19682025-08-07T15:07:42.630Z
19692025-08-07T15:07:42.630Zrunning 33 tests
19702025-08-07T15:07:42.657Ztest freemap::test_ordering ... ok
19712025-08-07T15:07:42.657ZAug 07 15:07:42.264Aug 07 15:07:42.263 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_test freemap_test
19722025-08-07T15:07:42.657Z
19732025-08-07T15:07:42.657ZAug 07 15:07:42.264 DEBG initted freemap. size: 128, unitAug 07 15:07:42.264: freemap_testDEBG
19742025-08-07T15:07:42.657Z initted freemap. size: 128, Aug 07 15:07:42.264unit :DEBG reset freemapfreemap_test, unit:
19752025-08-07T15:07:42.657Z freemap_test
19762025-08-07T15:07:42.657ZAug 07 15:07:42.264 DEBG reset freemap, unit: freemap_test
19772025-08-07T15:07:42.657Ztest freemap::test_split ... ok
19782025-08-07T15:07:42.657Ztest config::tests::test_updates ... ok
19792025-08-07T15:07:42.657Ztest freemap::test_basic ... ok
19802025-08-07T15:07:42.657Ztest freemap::test_free ... ok
19812025-08-07T15:07:42.657Ztest macaddrs::tests::test_mac_offset ... ok
19822025-08-07T15:07:42.657Ztest macaddrs::tests::test_parse_port_id ... ok
19832025-08-07T15:07:42.657Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
19842025-08-07T15:07:42.657Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
19852025-08-07T15:07:42.657Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
19862025-08-07T15:07:42.657Ztest mcast::tests::test_id_range_boundaries ... ok
19872025-08-07T15:07:42.657Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
19882025-08-07T15:07:42.657Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
19892025-08-07T15:07:42.657Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
19902025-08-07T15:07:42.657ZAug 07 15:07:42.274 DEBG created new freemap, unit: freemap_test
19912025-08-07T15:07:42.657ZAug 07 15:07:42.274 DEBG initted freemap. size: 128, unit: freemap_test
19922025-08-07T15:07:42.657ZAug 07 15:07:42.274 DEBG reset freemap, unit: freemap_test
19932025-08-07T15:07:42.657Ztest mcast::tests::test_concurrent_id_allocation ... ok
19942025-08-07T15:07:42.657Ztest freemap::test_exhaustion ... ok
19952025-08-07T15:07:42.657Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
19962025-08-07T15:07:42.657Ztest mcast::validate::tests::test_address_validation_integrated ... ok
19972025-08-07T15:07:42.657ZAug 07 15:07:42.275 DEBG created new freemap, unit: freemap_test
19982025-08-07T15:07:42.657Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
19992025-08-07T15:07:42.657ZAug 07 15:07:42.275 DEBG initted freemap. size: 128, unit: freemap_test
20002025-08-07T15:07:42.657ZAug 07 15:07:42.275 DEBG reset freemap, unit: freemap_test
20012025-08-07T15:07:42.657Ztest mcast::validate::tests::test_ipv4_validation ... ok
20022025-08-07T15:07:42.657Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
20032025-08-07T15:07:42.658ZAug 07 15:07:42.275 DEBG created new freemap, unit: freemap_test
20042025-08-07T15:07:42.658ZAug 07 15:07:42.275 DEBG initted freemap. size: 128, unit: freemap_test
20052025-08-07T15:07:42.658ZAug 07 15:07:42.275 DEBG reset freemap, unit: freemap_test
20062025-08-07T15:07:42.658Ztest mcast::validate::tests::test_ipv6_validation ... ok
20072025-08-07T15:07:42.658Ztest mcast::validate::tests::test_validate_nat_target ... ok
20082025-08-07T15:07:42.658Ztest freemap::test_span ... ok
20092025-08-07T15:07:42.658Ztest nat::test_mapping ... ok
20102025-08-07T15:07:42.658Ztest mcast::validate::tests::test_is_ssm_function ... ok
20112025-08-07T15:07:42.658Ztest freemap::test_reclaim ... ok
20122025-08-07T15:07:42.658Ztest port_map::tests::test_backplane_group ... ok
20132025-08-07T15:07:42.658Ztest port_map::tests::dump_map ... ok
20142025-08-07T15:07:42.658Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
20152025-08-07T15:07:42.658Ztest port_map::tests::test_port_map ... ok
20162025-08-07T15:07:42.658Ztest api_server::tests::test_build_info ... ok
20172025-08-07T15:07:42.658Ztest port_map::tests::parse_softnpu_revision ... ok
20182025-08-07T15:07:42.658Z
20192025-08-07T15:07:42.658Ztest result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
20202025-08-07T15:07:42.658Z
20212025-08-07T15:07:42.687Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-72fdcee897e9c3f2)
20222025-08-07T15:07:42.687Z
20232025-08-07T15:07:42.687Zrunning 0 tests
20242025-08-07T15:07:42.687Z
20252025-08-07T15:07:42.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20262025-08-07T15:07:42.687Z
20272025-08-07T15:07:42.687Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d5efa8edd2649b9b)
20282025-08-07T15:07:42.716Z
20292025-08-07T15:07:42.716Zrunning 2 tests
20302025-08-07T15:07:42.716Ztest tests::test_parse_client_port_id ... ok
20312025-08-07T15:07:42.716Ztest tests::test_port_id_cmp ... ok
20322025-08-07T15:07:42.716Z
20332025-08-07T15:07:42.716Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20342025-08-07T15:07:42.716Z
20352025-08-07T15:07:42.717Z Running tests/test_all.rs (target/debug/deps/test_all-6b468c087c90c85d)
20362025-08-07T15:07:42.743Z
20372025-08-07T15:07:42.743Zrunning 0 tests
20382025-08-07T15:07:42.743Z
20392025-08-07T15:07:42.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20402025-08-07T15:07:42.743Z
20412025-08-07T15:07:42.743Z Running unittests src/lib.rs (target/debug/deps/packet-193629352a38707a)
20422025-08-07T15:07:42.743Z
20432025-08-07T15:07:42.743Zrunning 12 tests
20442025-08-07T15:07:42.743Ztest pbuf::test_byte ... ok
20452025-08-07T15:07:42.743Ztest icmp::test_v4_checksum ... ok
20462025-08-07T15:07:42.743Ztest ipv6::test_ipv6_parse ... ok
20472025-08-07T15:07:42.743Ztest icmp::test_v6_checksum ... ok
20482025-08-07T15:07:42.743Ztest pbuf::test_nibble ... ok
20492025-08-07T15:07:42.743Ztest pbuf::test_short ... ok
20502025-08-07T15:07:42.743Ztest pbuf::test_overflow ... ok
20512025-08-07T15:07:42.744Ztest lldp::test_lldp_parse ... ok
20522025-08-07T15:07:42.744Ztest pbuf::test_word ... ok
20532025-08-07T15:07:42.744Ztest pbuf::test_twelve ... ok
20542025-08-07T15:07:42.744Ztest tcp::test_checksum_ack_data ... ok
20552025-08-07T15:07:42.744Ztest tcp::test_checksum_syn_nodata ... ok
20562025-08-07T15:07:42.744Z
20572025-08-07T15:07:42.744Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20582025-08-07T15:07:42.744Z
20592025-08-07T15:07:42.744Z Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e)
20602025-08-07T15:07:42.770Z
20612025-08-07T15:07:42.770Zrunning 0 tests
20622025-08-07T15:07:42.770Z
20632025-08-07T15:07:42.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20642025-08-07T15:07:42.770Z
20652025-08-07T15:07:42.770Z Running unittests src/main.rs (target/debug/deps/swadm-fe2d7699bd450d8e)
20662025-08-07T15:07:42.797Z
20672025-08-07T15:07:42.797Zrunning 3 tests
20682025-08-07T15:07:42.797Ztest switchport::test::test_compute_lanes ... ok
20692025-08-07T15:07:42.797Z Lane 0 Lane 1 Lane 2 Lane 3
20702025-08-07T15:07:42.797Z State: Activated Lane 0Activated Activated Activated
20712025-08-07T15:07:42.797ZLane 1 Rx Output Enabled: false false false falseLane 2
20722025-08-07T15:07:42.797ZLane 3 Rx Output Status: valid
20732025-08-07T15:07:42.797Z valid Rx Loss-of-lock: Yesvalid valid
20742025-08-07T15:07:42.797Z Rx Loss-of-lock: true Yestrue Yestrue true
20752025-08-07T15:07:42.797Z Rx Loss-of-signal: falseYes
20762025-08-07T15:07:42.797Z Rx Loss-of-signal: Yes falseYes Yes false false
20772025-08-07T15:07:42.797ZYesRx Auto-squelch Disable: true
20782025-08-07T15:07:42.797Z Rx CDR Enabled: Yes trueYes trueYes true
20792025-08-07T15:07:42.797Z Tx Output Enabled: trueYes
20802025-08-07T15:07:42.797Ztrue Tx Enabled: Yes Yestrue true
20812025-08-07T15:07:42.797Z Tx Output Status: invalid Yes Yes
20822025-08-07T15:07:42.798Zinvalid Tx Loss-of-lock: Noinvalid invalid
20832025-08-07T15:07:42.798ZNo Tx Loss-of-lock: false No falseNo
20842025-08-07T15:07:42.798Z Tx Loss-of-signal: Nofalse false
20852025-08-07T15:07:42.798Z Tx Loss-of-signal: trueNo true No No
20862025-08-07T15:07:42.798Ztrue Tx CDR Enabled: Notrue
20872025-08-07T15:07:42.798Z Tx Auto-squelch Disable: falseNo No false Nofalse
20882025-08-07T15:07:42.798Z false Tx Adaptive EQ Fault: No
20892025-08-07T15:07:42.798ZNo Tx Adaptive EQ Fail: trueNo No
20902025-08-07T15:07:42.798Ztrue Tx Fault: Yes true true
20912025-08-07T15:07:42.798ZYes Tx Failure: falseYes falseYes
20922025-08-07T15:07:42.798Z false false
20932025-08-07T15:07:42.798Z Tx Force Squelch: true true true true
20942025-08-07T15:07:42.798Z Tx Input Polarity: normal normal normal normal
20952025-08-07T15:07:42.798Ztest switchport::test::test_print_sff_datapath ... ok
20962025-08-07T15:07:42.798Ztest switchport::test::test_print_cmis_datapath ... ok
20972025-08-07T15:07:42.798Z
20982025-08-07T15:07:42.798Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20992025-08-07T15:07:42.798Z
21002025-08-07T15:07:42.798Z Running tests/port-link.rs (target/debug/deps/port_link-8a572b2d93054d54)
21012025-08-07T15:07:42.798Z
21022025-08-07T15:07:42.798Zrunning 5 tests
21032025-08-07T15:07:42.798Ztest test_an ... ignored
21042025-08-07T15:07:42.798Ztest test_enable ... ignored
21052025-08-07T15:07:42.798Ztest test_ip_addresses ... ignored
21062025-08-07T15:07:42.798Ztest test_kr ... ignored
21072025-08-07T15:07:42.798Ztest test_mac ... ignored
21082025-08-07T15:07:42.798Z
21092025-08-07T15:07:42.798Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
21102025-08-07T15:07:42.798Z
21112025-08-07T15:07:42.798Z Running unittests src/main.rs (target/debug/deps/tfportd-2a263c883b8fc30c)
21122025-08-07T15:07:42.825Z
21132025-08-07T15:07:42.825Zrunning 3 tests
21142025-08-07T15:07:42.825Ztest linklocal::test_parse_ipadm ... ok
21152025-08-07T15:07:42.825Ztest tfport::test_parse_tfport ... ok
21162025-08-07T15:07:42.825Ztest config::tests::test_updates ... ok
21172025-08-07T15:07:42.825Z
21182025-08-07T15:07:42.825Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21192025-08-07T15:07:42.825Z
21202025-08-07T15:07:42.825Z Running unittests src/main.rs (target/debug/deps/uplinkd-c1e2d3815b75b710)
21212025-08-07T15:07:42.852Z
21222025-08-07T15:07:42.852Zrunning 0 tests
21232025-08-07T15:07:42.852Z
21242025-08-07T15:07:42.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21252025-08-07T15:07:42.852Z
21262025-08-07T15:07:42.852Z Running unittests src/main.rs (target/debug/deps/xtask-a3ed9caeba5b2bbf)
21272025-08-07T15:07:42.852Z
21282025-08-07T15:07:42.852Zrunning 0 tests
21292025-08-07T15:07:42.852Z
21302025-08-07T15:07:42.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21312025-08-07T15:07:42.852Z
21322025-08-07T15:07:42.852Z Doc-tests aal
21332025-08-07T15:07:43.025Z
21342025-08-07T15:07:43.025Zrunning 0 tests
21352025-08-07T15:07:43.025Z
21362025-08-07T15:07:43.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21372025-08-07T15:07:43.052Z
21382025-08-07T15:07:43.052Z Doc-tests aal_macros
21392025-08-07T15:07:43.168Z
21402025-08-07T15:07:43.168Zrunning 0 tests
21412025-08-07T15:07:43.168Z
21422025-08-07T15:07:43.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21432025-08-07T15:07:43.168Z
21442025-08-07T15:07:43.195Z Doc-tests common
21452025-08-07T15:07:43.547Z
21462025-08-07T15:07:43.547Zrunning 0 tests
21472025-08-07T15:07:43.547Z
21482025-08-07T15:07:43.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21492025-08-07T15:07:43.547Z
21502025-08-07T15:07:43.573Z Doc-tests dpd_client
21512025-08-07T15:07:45.585Z
21522025-08-07T15:07:45.585Zrunning 0 tests
21532025-08-07T15:07:45.585Z
21542025-08-07T15:07:45.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21552025-08-07T15:07:45.586Z
21562025-08-07T15:07:45.649Z Doc-tests packet
21572025-08-07T15:07:45.843Z
21582025-08-07T15:07:45.843Zrunning 0 tests
21592025-08-07T15:07:45.843Z
21602025-08-07T15:07:45.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21612025-08-07T15:07:45.843Z
21622025-08-07T15:07:45.870Z Doc-tests pcap
21632025-08-07T15:07:45.961Z
21642025-08-07T15:07:45.961Zrunning 0 tests
21652025-08-07T15:07:45.961Z
21662025-08-07T15:07:45.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21672025-08-07T15:07:45.961Z
21682025-08-07T15:07:46.032Z+ for feat in tofino_stub tofino_asic softnpu chaos
21692025-08-07T15:07:46.032Z+ cargo test --features tofino_asic
21702025-08-07T15:07:46.898Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
21712025-08-07T15:07:46.925Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21722025-08-07T15:07:46.952Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21732025-08-07T15:07:46.979Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21742025-08-07T15:07:47.005Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
21752025-08-07T15:08:01.351Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
21762025-08-07T15:08:02.692Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
21772025-08-07T15:09:10.170Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
21782025-08-07T15:09:10.279Z Running unittests src/lib.rs (target/debug/deps/aal-3abec7b19398aeb8)
21792025-08-07T15:09:10.307Z
21802025-08-07T15:09:10.307Zrunning 0 tests
21812025-08-07T15:09:10.307Z
21822025-08-07T15:09:10.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21832025-08-07T15:09:10.307Z
21842025-08-07T15:09:10.334Z Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2)
21852025-08-07T15:09:10.334Z
21862025-08-07T15:09:10.334Zrunning 0 tests
21872025-08-07T15:09:10.334Z
21882025-08-07T15:09:10.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21892025-08-07T15:09:10.334Z
21902025-08-07T15:09:10.334Z Running unittests src/lib.rs (target/debug/deps/asic-b5063eb354c08d4c)
21912025-08-07T15:09:10.496Z
21922025-08-07T15:09:10.496Zrunning 8 tests
21932025-08-07T15:09:10.523Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
21942025-08-07T15:09:10.523Ztest tofino_asic::qsfp::tests::fix_link ... ok
21952025-08-07T15:09:10.523Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
21962025-08-07T15:09:10.523Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
21972025-08-07T15:09:10.523Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
21982025-08-07T15:09:10.523Ztest tofino_asic::stats::constants_sanity_check ... ok
21992025-08-07T15:09:10.523Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
22002025-08-07T15:09:11.000Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
22012025-08-07T15:09:11.000Z
22022025-08-07T15:09:11.000Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
22032025-08-07T15:09:11.000Z
22042025-08-07T15:09:11.027Z Running unittests src/lib.rs (target/debug/deps/common-5f8144ed0017b46f)
22052025-08-07T15:09:11.054Z
22062025-08-07T15:09:11.054Zrunning 10 tests
22072025-08-07T15:09:11.054Ztest nat::tests::test_vni ... ok
22082025-08-07T15:09:11.054Ztest network::tests::test_equal ... ok
22092025-08-07T15:09:11.054Ztest network::tests::test_eui64 ... ok
22102025-08-07T15:09:11.054Ztest network::tests::test_generate_ipv6_link_local ... ok
22112025-08-07T15:09:11.054Ztest network::tests::test_not_equal ... ok
22122025-08-07T15:09:11.054Ztest network::tests::test_into ... ok
22132025-08-07T15:09:11.054Ztest network::tests::test_parse ... ok
22142025-08-07T15:09:11.054Ztest network::tests::test_to_string ... ok
22152025-08-07T15:09:11.054Ztest test_purge ... ok
22162025-08-07T15:09:11.054Ztest illumos::test::address_exists_handles_missing_object ... ok
22172025-08-07T15:09:11.054Z
22182025-08-07T15:09:11.054Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
22192025-08-07T15:09:11.054Z
22202025-08-07T15:09:11.054Z Running unittests src/main.rs (target/debug/deps/dpd-f8209625391a7b95)
22212025-08-07T15:09:11.167Z
22222025-08-07T15:09:11.167Zrunning 61 tests
22232025-08-07T15:09:11.194Ztest freemap::test_ordering ... ok
22242025-08-07T15:09:11.194Ztest config::tests::test_updates ... ok
22252025-08-07T15:09:11.194Ztest freemap::test_split ... ok
22262025-08-07T15:09:11.194Ztest macaddrs::tests::test_mac_offset ... ok
22272025-08-07T15:09:11.194Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
22282025-08-07T15:09:11.194Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
22292025-08-07T15:09:11.194Ztest macaddrs::tests::test_parse_port_id ... ok
22302025-08-07T15:09:11.194ZAug 07 15:09:10.823 DEBG created new freemap, unit: freemap_test
22312025-08-07T15:09:11.194ZAug 07 15:09:10.823 DEBG initted freemap. size: 128, unit: freemap_test
22322025-08-07T15:09:11.194ZAug 07 15:09:10.823 DEBG reset freemap, unit: freemap_test
22332025-08-07T15:09:11.194Ztest freemap::test_free ... ok
22342025-08-07T15:09:11.194ZAug 07 15:09:10.824 DEBG created new freemap, unit: freemap_test
22352025-08-07T15:09:11.194ZAug 07 15:09:10.824 DEBG initted freemap. size: 128, unit: freemap_testAug 07 15:09:10.824 DEBG created new freemap, unit: freemap_test
22362025-08-07T15:09:11.194ZAug 07 15:09:10.825 DEBG initted freemap. size: 128, unit: freemap_test
22372025-08-07T15:09:11.194ZAug 07 15:09:10.825 DEBG reset freemap, unit: freemap_test
22382025-08-07T15:09:11.194Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
22392025-08-07T15:09:11.194ZAug 07 15:09:10.824 DEBG created new freemap, unit: freemap_test
22402025-08-07T15:09:11.194ZAug 07 15:09:10.825 DEBG initted freemap. size: 128, unit: freemap_test
22412025-08-07T15:09:11.194ZAug 07 15:09:10.825 DEBG reset freemap, unit: freemap_test
22422025-08-07T15:09:11.194Z
22432025-08-07T15:09:11.194ZAug 07 15:09:10.825 DEBG reset freemap, unit: freemap_test
22442025-08-07T15:09:11.194ZAug 07 15:09:10.825 DEBG created new freemap, unit: freemap_test
22452025-08-07T15:09:11.194ZAug 07 15:09:10.825 DEBG initted freemap. size: 128, unit: freemap_test
22462025-08-07T15:09:11.195ZAug 07 15:09:10.826 DEBG reset freemap, unit: freemap_test
22472025-08-07T15:09:11.195Ztest freemap::test_exhaustion ... ok
22482025-08-07T15:09:11.195Ztest mcast::tests::test_concurrent_id_allocation ... ok
22492025-08-07T15:09:11.195Ztest freemap::test_basic ... ok
22502025-08-07T15:09:11.195Ztest freemap::test_reclaim ... ok
22512025-08-07T15:09:11.195Ztest freemap::test_span ... ok
22522025-08-07T15:09:11.195Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
22532025-08-07T15:09:11.195Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
22542025-08-07T15:09:11.195Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
22552025-08-07T15:09:11.195Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
22562025-08-07T15:09:11.195Ztest mcast::validate::tests::test_ipv4_validation ... ok
22572025-08-07T15:09:11.195Ztest mcast::validate::tests::test_address_validation_integrated ... ok
22582025-08-07T15:09:11.195Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
22592025-08-07T15:09:11.195Ztest mcast::validate::tests::test_ipv6_validation ... ok
22602025-08-07T15:09:11.195Ztest mcast::validate::tests::test_is_ssm_function ... ok
22612025-08-07T15:09:11.195Ztest mcast::validate::tests::test_validate_nat_target ... ok
22622025-08-07T15:09:11.195Ztest nat::test_mapping ... ok
22632025-08-07T15:09:11.195Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
22642025-08-07T15:09:11.195Ztest port_map::tests::test_backplane_group ... ok
22652025-08-07T15:09:11.222Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
22662025-08-07T15:09:11.222Ztest port_map::tests::test_port_map ... ok
22672025-08-07T15:09:11.222Ztest port_map::tests::dump_map ... ok
22682025-08-07T15:09:11.222Ztest transceivers::mpn_test::test_mpn_missing ... ok
22692025-08-07T15:09:11.222Ztest transceivers::mpn_test::test_xcvr_missing ... ok
22702025-08-07T15:09:11.222Ztest transceivers::mpn_test::test_mpn_present ... ok
22712025-08-07T15:09:11.222Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
22722025-08-07T15:09:11.222Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
22732025-08-07T15:09:11.222Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
22742025-08-07T15:09:11.222Ztest mcast::tests::test_id_range_boundaries ... ok
22752025-08-07T15:09:11.222Ztest api_server::tests::test_build_info ... ok
22762025-08-07T15:09:11.222Ztest port_map::tests::parse_softnpu_revision ... ok
22772025-08-07T15:09:11.222Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
22782025-08-07T15:09:11.222Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
22792025-08-07T15:09:11.222Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
22802025-08-07T15:09:11.222Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
22812025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
22822025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
22832025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
22842025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
22852025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
22862025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
22872025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
22882025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
22892025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
22902025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
22912025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
22922025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
22932025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
22942025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
22952025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
22962025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
22972025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
22982025-08-07T15:09:11.223Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
22992025-08-07T15:09:11.223Z
23002025-08-07T15:09:11.223Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
23012025-08-07T15:09:11.223Z
23022025-08-07T15:09:11.250Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-16694493491c4d81)
23032025-08-07T15:09:11.250Z
23042025-08-07T15:09:11.250Zrunning 1 test
23052025-08-07T15:09:11.436Ztest test_dpd_openapi ... ok
23062025-08-07T15:09:11.436Z
23072025-08-07T15:09:11.436Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
23082025-08-07T15:09:11.436Z
23092025-08-07T15:09:11.463Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e0a15735a7714c02)
23102025-08-07T15:09:11.463Z
23112025-08-07T15:09:11.463Zrunning 2 tests
23122025-08-07T15:09:11.463Ztest tests::test_port_id_cmp ... ok
23132025-08-07T15:09:11.463Ztest tests::test_parse_client_port_id ... ok
23142025-08-07T15:09:11.463Z
23152025-08-07T15:09:11.463Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23162025-08-07T15:09:11.463Z
23172025-08-07T15:09:11.463Z Running tests/test_all.rs (target/debug/deps/test_all-22caddffd4c621c9)
23182025-08-07T15:09:11.490Z
23192025-08-07T15:09:11.490Zrunning 0 tests
23202025-08-07T15:09:11.490Z
23212025-08-07T15:09:11.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23222025-08-07T15:09:11.490Z
23232025-08-07T15:09:11.490Z Running unittests src/lib.rs (target/debug/deps/packet-193629352a38707a)
23242025-08-07T15:09:11.517Z
23252025-08-07T15:09:11.517Zrunning 12 tests
23262025-08-07T15:09:11.517Ztest icmp::test_v6_checksum ... ok
23272025-08-07T15:09:11.517Ztest icmp::test_v4_checksum ... ok
23282025-08-07T15:09:11.517Ztest ipv6::test_ipv6_parse ... ok
23292025-08-07T15:09:11.517Ztest lldp::test_lldp_parse ... ok
23302025-08-07T15:09:11.517Ztest pbuf::test_byte ... ok
23312025-08-07T15:09:11.517Ztest pbuf::test_nibble ... ok
23322025-08-07T15:09:11.517Ztest pbuf::test_overflow ... ok
23332025-08-07T15:09:11.517Ztest pbuf::test_short ... ok
23342025-08-07T15:09:11.517Ztest pbuf::test_twelve ... ok
23352025-08-07T15:09:11.517Ztest pbuf::test_word ... ok
23362025-08-07T15:09:11.517Ztest tcp::test_checksum_ack_data ... ok
23372025-08-07T15:09:11.517Ztest tcp::test_checksum_syn_nodata ... ok
23382025-08-07T15:09:11.517Z
23392025-08-07T15:09:11.517Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23402025-08-07T15:09:11.517Z
23412025-08-07T15:09:11.517Z Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e)
23422025-08-07T15:09:11.544Z
23432025-08-07T15:09:11.544Zrunning 0 tests
23442025-08-07T15:09:11.544Z
23452025-08-07T15:09:11.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23462025-08-07T15:09:11.544Z
23472025-08-07T15:09:11.544Z Running unittests src/main.rs (target/debug/deps/swadm-462c2adfc2d68723)
23482025-08-07T15:09:11.544Z
23492025-08-07T15:09:11.545Zrunning 3 tests
23502025-08-07T15:09:11.545Ztest switchport::test::test_compute_lanes ... ok
23512025-08-07T15:09:11.545Z Lane 0 Lane 1 Lane 2 Lane 3
23522025-08-07T15:09:11.545Z Rx Loss-of-lock: Yes Lane 0Yes Yes Lane 1Yes
23532025-08-07T15:09:11.545Z Rx Loss-of-signal: Yes Lane 2 YesLane 3
23542025-08-07T15:09:11.545Z State: Activated Activated Activated Activated
23552025-08-07T15:09:11.545Z Rx Output Enabled: false false false false
23562025-08-07T15:09:11.545ZYes Yes
23572025-08-07T15:09:11.545Z Rx CDR Enabled: Yes Yes Yes Yes
23582025-08-07T15:09:11.545Z Tx Enabled: Yes Yes Yes Yes
23592025-08-07T15:09:11.545Z Tx Loss-of-lock: No No No No
23602025-08-07T15:09:11.545Z Tx Loss-of-signal: No No No No
23612025-08-07T15:09:11.545Z Tx CDR Enabled: No No No No
23622025-08-07T15:09:11.545Z Tx Adaptive EQ Fault: No No No No
23632025-08-07T15:09:11.545Z Rx Output Status: valid Tx Fault: Yes Yes Yes Yes
23642025-08-07T15:09:11.545Zvalid valid valid
23652025-08-07T15:09:11.545Z Rx Loss-of-lock: true true true true
23662025-08-07T15:09:11.545Z Rx Loss-of-signal: false false false false
23672025-08-07T15:09:11.545ZRx Auto-squelch Disable: true true true true
23682025-08-07T15:09:11.545Z Tx Output Enabled: true true true true
23692025-08-07T15:09:11.545Z Tx Output Status: invalid invalid invalid invalid
23702025-08-07T15:09:11.545Z Tx Loss-of-lock: false false false false
23712025-08-07T15:09:11.545Z Tx Loss-of-signal: true true true true
23722025-08-07T15:09:11.545ZTx Auto-squelch Disable: false false false falsetest switchport::test::test_print_sff_datapath ...
23732025-08-07T15:09:11.545Z Tx Adaptive EQ Fail: true ok
23742025-08-07T15:09:11.545Ztrue true true
23752025-08-07T15:09:11.545Z Tx Failure: false false false false
23762025-08-07T15:09:11.545Z Tx Force Squelch: true true true true
23772025-08-07T15:09:11.545Z Tx Input Polarity: normal normal normal normal
23782025-08-07T15:09:11.545Ztest switchport::test::test_print_cmis_datapath ... ok
23792025-08-07T15:09:11.545Z
23802025-08-07T15:09:11.545Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23812025-08-07T15:09:11.545Z
23822025-08-07T15:09:11.572Z Running tests/port-link.rs (target/debug/deps/port_link-b718ab2358f9c5c5)
23832025-08-07T15:09:11.573Z
23842025-08-07T15:09:11.573Zrunning 5 tests
23852025-08-07T15:09:11.573Ztest test_an ... ignored
23862025-08-07T15:09:11.573Ztest test_enable ... ignored
23872025-08-07T15:09:11.573Ztest test_ip_addresses ... ignored
23882025-08-07T15:09:11.573Ztest test_kr ... ignored
23892025-08-07T15:09:11.573Ztest test_mac ... ignored
23902025-08-07T15:09:11.573Z
23912025-08-07T15:09:11.573Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
23922025-08-07T15:09:11.573Z
23932025-08-07T15:09:11.573Z Running unittests src/main.rs (target/debug/deps/tfportd-8b0415daf09abde5)
23942025-08-07T15:09:11.600Z
23952025-08-07T15:09:11.600Zrunning 3 tests
23962025-08-07T15:09:11.600Ztest tfport::test_parse_tfport ... ok
23972025-08-07T15:09:11.600Ztest linklocal::test_parse_ipadm ... ok
23982025-08-07T15:09:11.600Ztest config::tests::test_updates ... ok
23992025-08-07T15:09:11.600Z
24002025-08-07T15:09:11.600Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24012025-08-07T15:09:11.600Z
24022025-08-07T15:09:11.600Z Running unittests src/main.rs (target/debug/deps/uplinkd-c1e2d3815b75b710)
24032025-08-07T15:09:11.627Z
24042025-08-07T15:09:11.627Zrunning 0 tests
24052025-08-07T15:09:11.627Z
24062025-08-07T15:09:11.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24072025-08-07T15:09:11.627Z
24082025-08-07T15:09:11.627Z Running unittests src/main.rs (target/debug/deps/xtask-a3ed9caeba5b2bbf)
24092025-08-07T15:09:11.627Z
24102025-08-07T15:09:11.627Zrunning 0 tests
24112025-08-07T15:09:11.627Z
24122025-08-07T15:09:11.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24132025-08-07T15:09:11.627Z
24142025-08-07T15:09:11.627Z Doc-tests aal
24152025-08-07T15:09:11.791Z
24162025-08-07T15:09:11.791Zrunning 0 tests
24172025-08-07T15:09:11.791Z
24182025-08-07T15:09:11.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24192025-08-07T15:09:11.791Z
24202025-08-07T15:09:11.818Z Doc-tests aal_macros
24212025-08-07T15:09:11.943Z
24222025-08-07T15:09:11.944Zrunning 0 tests
24232025-08-07T15:09:11.944Z
24242025-08-07T15:09:11.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24252025-08-07T15:09:11.970Z
24262025-08-07T15:09:11.970Z Doc-tests common
24272025-08-07T15:09:12.328Z
24282025-08-07T15:09:12.328Zrunning 0 tests
24292025-08-07T15:09:12.328Z
24302025-08-07T15:09:12.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24312025-08-07T15:09:12.328Z
24322025-08-07T15:09:12.355Z Doc-tests dpd_client
24332025-08-07T15:09:14.415Z
24342025-08-07T15:09:14.415Zrunning 0 tests
24352025-08-07T15:09:14.415Z
24362025-08-07T15:09:14.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24372025-08-07T15:09:14.415Z
24382025-08-07T15:09:14.470Z Doc-tests packet
24392025-08-07T15:09:14.658Z
24402025-08-07T15:09:14.659Zrunning 0 tests
24412025-08-07T15:09:14.659Z
24422025-08-07T15:09:14.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24432025-08-07T15:09:14.659Z
24442025-08-07T15:09:14.685Z Doc-tests pcap
24452025-08-07T15:09:14.784Z
24462025-08-07T15:09:14.784Zrunning 0 tests
24472025-08-07T15:09:14.784Z
24482025-08-07T15:09:14.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24492025-08-07T15:09:14.784Z
24502025-08-07T15:09:14.852Z+ for feat in tofino_stub tofino_asic softnpu chaos
24512025-08-07T15:09:14.852Z+ cargo test --features softnpu
24522025-08-07T15:09:15.747Z Compiling syn v1.0.109
24532025-08-07T15:09:15.784Z Compiling num-integer v0.1.46
24542025-08-07T15:09:15.814Z Compiling num-complex v0.4.6
24552025-08-07T15:09:15.852Z Compiling dtrace-parser v0.1.14
24562025-08-07T15:09:16.361Z Compiling num-rational v0.4.2
24572025-08-07T15:09:16.458Z Compiling num-iter v0.1.45
24582025-08-07T15:09:16.485Z Compiling num-bigint v0.4.6
24592025-08-07T15:09:16.798Z Compiling tap v1.0.1
24602025-08-07T15:09:16.871Z Compiling radium v0.7.0
24612025-08-07T15:09:16.984Z Compiling num v0.4.3
24622025-08-07T15:09:17.104Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
24632025-08-07T15:09:17.266Z Compiling wyz v0.5.1
24642025-08-07T15:09:17.453Z Compiling funty v2.0.0
24652025-08-07T15:09:17.584Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
24662025-08-07T15:09:17.626Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
24672025-08-07T15:09:17.979Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
24682025-08-07T15:09:19.195Z Compiling bitvec v1.0.1
24692025-08-07T15:09:20.016Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
24702025-08-07T15:09:20.105Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
24712025-08-07T15:09:20.200Z Compiling typeid v1.0.2
24722025-08-07T15:09:22.279Z Compiling synstructure v0.12.6
24732025-08-07T15:09:22.705Z Compiling proc-macro-error v1.0.4
24742025-08-07T15:09:23.245Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
24752025-08-07T15:09:23.272Z Compiling serde_tokenstream v0.1.7
24762025-08-07T15:09:23.663Z Compiling num_enum_derive v0.5.11
24772025-08-07T15:09:23.744Z Compiling num-derive v0.3.3
24782025-08-07T15:09:24.361Z Compiling hubpack_derive v0.1.1
24792025-08-07T15:09:24.998Z Compiling zerocopy-derive v0.2.0
24802025-08-07T15:09:25.262Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24812025-08-07T15:09:25.438Z Compiling libscf-sys v1.1.0
24822025-08-07T15:09:25.507Z Compiling num_enum v0.5.11
24832025-08-07T15:09:25.676Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
24842025-08-07T15:09:25.709Z Compiling zone_cfg_derive v0.3.0
24852025-08-07T15:09:26.108Z Compiling hubpack v0.1.2
24862025-08-07T15:09:26.449Z Compiling bitstruct_derive v0.1.0
24872025-08-07T15:09:26.484Z Compiling zerocopy v0.3.2
24882025-08-07T15:09:26.518Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
24892025-08-07T15:09:26.547Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24902025-08-07T15:09:26.729Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24912025-08-07T15:09:26.853Z Compiling structopt-derive v0.4.18
24922025-08-07T15:09:26.896Z Compiling dof v0.1.5
24932025-08-07T15:09:27.100Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24942025-08-07T15:09:27.416Z Compiling usdt-impl v0.3.5
24952025-08-07T15:09:28.187Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
24962025-08-07T15:09:28.877Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24972025-08-07T15:09:28.903Z Compiling usdt-macro v0.3.5
24982025-08-07T15:09:28.982Z Compiling usdt-attr-macro v0.3.5
24992025-08-07T15:09:30.127Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4)
25002025-08-07T15:09:30.262Z Compiling zone v0.3.0
25012025-08-07T15:09:30.446Z Compiling usdt v0.3.5
25022025-08-07T15:09:30.690Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#906a601b)
25032025-08-07T15:09:31.037Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
25042025-08-07T15:09:31.351Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
25052025-08-07T15:09:31.378Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
25062025-08-07T15:09:31.535Z Compiling ascii v1.1.0
25072025-08-07T15:09:31.715Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25082025-08-07T15:09:31.834Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
25092025-08-07T15:09:31.908Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
25102025-08-07T15:09:32.207Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
25112025-08-07T15:09:32.416Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192)
25122025-08-07T15:09:32.824Z Compiling bitstruct v0.1.1
25132025-08-07T15:09:32.970Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
25142025-08-07T15:09:33.111Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8)
25152025-08-07T15:09:33.368Z Compiling erased-serde v0.4.5
25162025-08-07T15:09:33.532Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998)
25172025-08-07T15:09:33.737Z Compiling serde_arrays v0.1.0
25182025-08-07T15:09:33.794Z Compiling libloading v0.7.4
25192025-08-07T15:09:34.169Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25202025-08-07T15:09:34.385Z Compiling structopt v0.3.26
25212025-08-07T15:09:34.604Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#aadc0998)
25222025-08-07T15:09:34.631Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25232025-08-07T15:09:34.631Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#b016b192)
25242025-08-07T15:09:35.767Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25252025-08-07T15:09:36.685Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25262025-08-07T15:09:37.055Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
25272025-08-07T15:09:39.314Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25282025-08-07T15:09:39.341Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
25292025-08-07T15:09:39.341Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25302025-08-07T15:09:41.214Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25312025-08-07T15:09:43.095Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
25322025-08-07T15:09:44.080Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25332025-08-07T15:09:44.722Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
25342025-08-07T15:09:46.995Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25352025-08-07T15:09:47.669Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
25362025-08-07T15:09:49.674Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25372025-08-07T15:09:50.822Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
25382025-08-07T15:09:53.978Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
25392025-08-07T15:09:56.475Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25402025-08-07T15:10:01.463Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25412025-08-07T15:10:11.042Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a)
25422025-08-07T15:10:17.637Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25432025-08-07T15:11:25.202Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
25442025-08-07T15:11:25.317Z Running unittests src/lib.rs (target/debug/deps/aal-19cce00bcb377103)
25452025-08-07T15:11:25.345Z
25462025-08-07T15:11:25.345Zrunning 0 tests
25472025-08-07T15:11:25.345Z
25482025-08-07T15:11:25.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25492025-08-07T15:11:25.345Z
25502025-08-07T15:11:25.372Z Running unittests src/lib.rs (target/debug/deps/aal_macros-8714cbe10416dedb)
25512025-08-07T15:11:25.372Z
25522025-08-07T15:11:25.372Zrunning 0 tests
25532025-08-07T15:11:25.372Z
25542025-08-07T15:11:25.372Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25552025-08-07T15:11:25.372Z
25562025-08-07T15:11:25.372Z Running unittests src/lib.rs (target/debug/deps/asic-a9f45f251e6b5f79)
25572025-08-07T15:11:25.399Z
25582025-08-07T15:11:25.399Zrunning 0 tests
25592025-08-07T15:11:25.399Z
25602025-08-07T15:11:25.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25612025-08-07T15:11:25.399Z
25622025-08-07T15:11:25.399Z Running unittests src/lib.rs (target/debug/deps/common-88f0e595529d9851)
25632025-08-07T15:11:25.399Z
25642025-08-07T15:11:25.399Zrunning 10 tests
25652025-08-07T15:11:25.399Ztest network::tests::test_equal ... ok
25662025-08-07T15:11:25.399Ztest nat::tests::test_vni ... ok
25672025-08-07T15:11:25.399Ztest network::tests::test_eui64 ... ok
25682025-08-07T15:11:25.400Ztest network::tests::test_generate_ipv6_link_local ... ok
25692025-08-07T15:11:25.400Ztest network::tests::test_into ... ok
25702025-08-07T15:11:25.400Ztest network::tests::test_not_equal ... ok
25712025-08-07T15:11:25.400Ztest network::tests::test_to_string ... ok
25722025-08-07T15:11:25.400Ztest network::tests::test_parse ... ok
25732025-08-07T15:11:25.400Ztest test_purge ... ok
25742025-08-07T15:11:25.400Ztest illumos::test::address_exists_handles_missing_object ... ok
25752025-08-07T15:11:25.400Z
25762025-08-07T15:11:25.400Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
25772025-08-07T15:11:25.400Z
25782025-08-07T15:11:25.400Z Running unittests src/main.rs (target/debug/deps/dpd-5954825cc3338e9f)
25792025-08-07T15:11:25.427Z
25802025-08-07T15:11:25.427Zrunning 33 tests
25812025-08-07T15:11:25.454ZAug 07 15:11:25.082 DEBG created new freemap, unit: freemap_test
25822025-08-07T15:11:25.454ZAug 07 15:11:25.083 DEBG initted freemap. size: 128, unit: freemap_test
25832025-08-07T15:11:25.454ZAug 07 15:11:25.083 DEBG reset freemap, unit: freemap_test
25842025-08-07T15:11:25.454Ztest freemap::test_ordering ... ok
25852025-08-07T15:11:25.454Ztest freemap::test_exhaustion ... ok
25862025-08-07T15:11:25.454ZAug 07 15:11:25.083 DEBG created new freemap, unit: freemap_test
25872025-08-07T15:11:25.454ZAug 07 15:11:25.083 DEBG initted freemap. size: 128, unit: freemap_test
25882025-08-07T15:11:25.454ZAug 07 15:11:25.083 DEBG reset freemap, unit: freemap_test
25892025-08-07T15:11:25.454Ztest freemap::test_basic ... ok
25902025-08-07T15:11:25.454Ztest freemap::test_split ... ok
25912025-08-07T15:11:25.454Ztest config::tests::test_updates ... ok
25922025-08-07T15:11:25.454Ztest macaddrs::tests::test_mac_offset ... ok
25932025-08-07T15:11:25.454Ztest macaddrs::tests::test_parse_port_id ... ok
25942025-08-07T15:11:25.454Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25952025-08-07T15:11:25.454Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25962025-08-07T15:11:25.454Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25972025-08-07T15:11:25.454Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25982025-08-07T15:11:25.454Ztest mcast::tests::test_id_range_boundaries ... ok
25992025-08-07T15:11:25.454Ztest mcast::tests::test_concurrent_id_allocation ... ok
26002025-08-07T15:11:25.454Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
26012025-08-07T15:11:25.454Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
26022025-08-07T15:11:25.454Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26032025-08-07T15:11:25.454Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26042025-08-07T15:11:25.454Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26052025-08-07T15:11:25.455Ztest mcast::validate::tests::test_ipv4_validation ... ok
26062025-08-07T15:11:25.455Ztest mcast::validate::tests::test_ipv6_validation ... ok
26072025-08-07T15:11:25.455Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26082025-08-07T15:11:25.455Ztest mcast::validate::tests::test_is_ssm_function ... ok
26092025-08-07T15:11:25.455Ztest mcast::validate::tests::test_validate_nat_target ... ok
26102025-08-07T15:11:25.455Ztest nat::test_mapping ... ok
26112025-08-07T15:11:25.455Ztest port_map::tests::test_backplane_group ... ok
26122025-08-07T15:11:25.455Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
26132025-08-07T15:11:25.455Ztest port_map::tests::test_port_map ... ok
26142025-08-07T15:11:25.455Ztest port_map::tests::dump_map ... ok
26152025-08-07T15:11:25.455ZAug 07 15:11:25.095 DEBG created new freemap, unit: freemap_test
26162025-08-07T15:11:25.455ZAug 07 15:11:25.095 DEBG initted freemap. size: 128, unit: freemap_test
26172025-08-07T15:11:25.455ZAug 07 15:11:25.095 DEBG reset freemap, unit: freemap_test
26182025-08-07T15:11:25.455ZAug 07 15:11:25.095 DEBG created new freemap, unit: freemap_test
26192025-08-07T15:11:25.455ZAug 07 15:11:25.095 DEBG initted freemap. size: 128, unit: freemap_test
26202025-08-07T15:11:25.455ZAug 07 15:11:25.095 DEBG reset freemap, unit: freemap_test
26212025-08-07T15:11:25.455Ztest freemap::test_reclaim ... ok
26222025-08-07T15:11:25.455Ztest freemap::test_span ... ok
26232025-08-07T15:11:25.455Ztest api_server::tests::test_build_info ... ok
26242025-08-07T15:11:25.455ZAug 07 15:11:25.096 DEBG created new freemap, unit: freemap_test
26252025-08-07T15:11:25.455ZAug 07 15:11:25.096 DEBG initted freemap. size: 128, unit: freemap_test
26262025-08-07T15:11:25.455ZAug 07 15:11:25.096 DEBG reset freemap, unit: freemap_test
26272025-08-07T15:11:25.455Ztest freemap::test_free ... ok
26282025-08-07T15:11:25.455Ztest port_map::tests::parse_softnpu_revision ... ok
26292025-08-07T15:11:25.455Z
26302025-08-07T15:11:25.455Ztest result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
26312025-08-07T15:11:25.455Z
26322025-08-07T15:11:25.482Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b994db70c3cabc0e)
26332025-08-07T15:11:25.482Z
26342025-08-07T15:11:25.482Zrunning 0 tests
26352025-08-07T15:11:25.482Z
26362025-08-07T15:11:25.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372025-08-07T15:11:25.482Z
26382025-08-07T15:11:25.482Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d0e5b60109fe2011)
26392025-08-07T15:11:25.510Z
26402025-08-07T15:11:25.510Zrunning 2 tests
26412025-08-07T15:11:25.510Ztest tests::test_parse_client_port_id ... ok
26422025-08-07T15:11:25.510Ztest tests::test_port_id_cmp ... ok
26432025-08-07T15:11:25.510Z
26442025-08-07T15:11:25.510Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26452025-08-07T15:11:25.510Z
26462025-08-07T15:11:25.510Z Running tests/test_all.rs (target/debug/deps/test_all-a43da5db050f75dd)
26472025-08-07T15:11:25.510Z
26482025-08-07T15:11:25.510Zrunning 0 tests
26492025-08-07T15:11:25.510Z
26502025-08-07T15:11:25.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26512025-08-07T15:11:25.510Z
26522025-08-07T15:11:25.510Z Running unittests src/lib.rs (target/debug/deps/packet-971ab7b6e12ba250)
26532025-08-07T15:11:25.510Z
26542025-08-07T15:11:25.510Zrunning 12 tests
26552025-08-07T15:11:25.510Ztest icmp::test_v4_checksum ... ok
26562025-08-07T15:11:25.510Ztest icmp::test_v6_checksum ... ok
26572025-08-07T15:11:25.510Ztest lldp::test_lldp_parse ... ok
26582025-08-07T15:11:25.510Ztest ipv6::test_ipv6_parse ... ok
26592025-08-07T15:11:25.510Ztest pbuf::test_byte ... ok
26602025-08-07T15:11:25.510Ztest pbuf::test_nibble ... ok
26612025-08-07T15:11:25.510Ztest pbuf::test_overflow ... ok
26622025-08-07T15:11:25.510Ztest pbuf::test_short ... ok
26632025-08-07T15:11:25.510Ztest pbuf::test_word ... ok
26642025-08-07T15:11:25.510Ztest pbuf::test_twelve ... ok
26652025-08-07T15:11:25.510Ztest tcp::test_checksum_ack_data ... ok
26662025-08-07T15:11:25.510Ztest tcp::test_checksum_syn_nodata ... ok
26672025-08-07T15:11:25.511Z
26682025-08-07T15:11:25.511Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26692025-08-07T15:11:25.511Z
26702025-08-07T15:11:25.511Z Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e)
26712025-08-07T15:11:25.538Z
26722025-08-07T15:11:25.538Zrunning 0 tests
26732025-08-07T15:11:25.538Z
26742025-08-07T15:11:25.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26752025-08-07T15:11:25.538Z
26762025-08-07T15:11:25.538Z Running unittests src/main.rs (target/debug/deps/swadm-92c6a5bf468f33ed)
26772025-08-07T15:11:25.538Z
26782025-08-07T15:11:25.538Zrunning 3 tests
26792025-08-07T15:11:25.538Ztest switchport::test::test_compute_lanes ... ok
26802025-08-07T15:11:25.538Z Lane 0 Lane 1 Lane 2 Lane 3
26812025-08-07T15:11:25.538Z State: Activated Activated Activated Activated
26822025-08-07T15:11:25.538Z Rx Output Enabled: false false false false
26832025-08-07T15:11:25.538Z Rx Output Status: valid valid valid valid
26842025-08-07T15:11:25.538Z Rx Loss-of-lock: true true true true
26852025-08-07T15:11:25.538Z Rx Loss-of-signal: false false false false
26862025-08-07T15:11:25.538ZRx Auto-squelch Disable: true true true true
26872025-08-07T15:11:25.538Z Tx Output Enabled: true true true true
26882025-08-07T15:11:25.538Z Tx Output Status: invalid invalid invalid invalid
26892025-08-07T15:11:25.538Z Tx Loss-of-lock: false false false false
26902025-08-07T15:11:25.538Z Tx Loss-of-signal: true true true true
26912025-08-07T15:11:25.538ZTx Auto-squelch Disable: false false false false
26922025-08-07T15:11:25.539Z Tx Adaptive EQ Fail: true true true true
26932025-08-07T15:11:25.539Z Tx Failure: false false false false
26942025-08-07T15:11:25.539Z Tx Force Squelch: true true true true
26952025-08-07T15:11:25.539Z Tx Input Polarity: normal normal normal normal
26962025-08-07T15:11:25.539Z Lane 0 Lane 1 Lane 2 Lane 3
26972025-08-07T15:11:25.539Z Rx Loss-of-lock: Yes Yes Yes Yes
26982025-08-07T15:11:25.539Z Rx Loss-of-signal: Yes Yes Yes Yes
26992025-08-07T15:11:25.539Z Rx CDR Enabled: Yes Yes Yes Yes
27002025-08-07T15:11:25.539Z Tx Enabled: Yes Yes Yes Yes
27012025-08-07T15:11:25.539Z Tx Loss-of-lock: No No No No
27022025-08-07T15:11:25.539Z Tx Loss-of-signal: No No No No
27032025-08-07T15:11:25.539Z Tx CDR Enabled: No No No No
27042025-08-07T15:11:25.539Z Tx Adaptive EQ Fault: No No No No
27052025-08-07T15:11:25.539Z Tx Fault: Yes Yes Yes Yes
27062025-08-07T15:11:25.539Ztest switchport::test::test_print_cmis_datapath ... ok
27072025-08-07T15:11:25.539Ztest switchport::test::test_print_sff_datapath ... ok
27082025-08-07T15:11:25.539Z
27092025-08-07T15:11:25.539Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27102025-08-07T15:11:25.539Z
27112025-08-07T15:11:25.566Z Running tests/port-link.rs (target/debug/deps/port_link-528df33534a15b53)
27122025-08-07T15:11:25.566Z
27132025-08-07T15:11:25.566Zrunning 5 tests
27142025-08-07T15:11:25.566Ztest test_an ... ignored
27152025-08-07T15:11:25.567Ztest test_enable ... ignored
27162025-08-07T15:11:25.567Ztest test_ip_addresses ... ignored
27172025-08-07T15:11:25.567Ztest test_kr ... ignored
27182025-08-07T15:11:25.567Ztest test_mac ... ignored
27192025-08-07T15:11:25.567Z
27202025-08-07T15:11:25.567Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27212025-08-07T15:11:25.567Z
27222025-08-07T15:11:25.567Z Running unittests src/main.rs (target/debug/deps/tfportd-d03ce5517985e3cb)
27232025-08-07T15:11:25.594Z
27242025-08-07T15:11:25.594Zrunning 3 tests
27252025-08-07T15:11:25.594Ztest linklocal::test_parse_ipadm ... ok
27262025-08-07T15:11:25.594Ztest tfport::test_parse_tfport ... ok
27272025-08-07T15:11:25.594Ztest config::tests::test_updates ... ok
27282025-08-07T15:11:25.594Z
27292025-08-07T15:11:25.594Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27302025-08-07T15:11:25.594Z
27312025-08-07T15:11:25.594Z Running unittests src/main.rs (target/debug/deps/uplinkd-dc97836369289f1f)
27322025-08-07T15:11:25.621Z
27332025-08-07T15:11:25.621Zrunning 0 tests
27342025-08-07T15:11:25.621Z
27352025-08-07T15:11:25.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27362025-08-07T15:11:25.621Z
27372025-08-07T15:11:25.621Z Running unittests src/main.rs (target/debug/deps/xtask-e9128cfc105b4d77)
27382025-08-07T15:11:25.648Z
27392025-08-07T15:11:25.648Zrunning 0 tests
27402025-08-07T15:11:25.648Z
27412025-08-07T15:11:25.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27422025-08-07T15:11:25.648Z
27432025-08-07T15:11:25.648Z Doc-tests aal
27442025-08-07T15:11:25.817Z
27452025-08-07T15:11:25.817Zrunning 0 tests
27462025-08-07T15:11:25.817Z
27472025-08-07T15:11:25.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27482025-08-07T15:11:25.817Z
27492025-08-07T15:11:25.844Z Doc-tests aal_macros
27502025-08-07T15:11:25.988Z
27512025-08-07T15:11:25.988Zrunning 0 tests
27522025-08-07T15:11:25.988Z
27532025-08-07T15:11:25.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27542025-08-07T15:11:25.988Z
27552025-08-07T15:11:26.016Z Doc-tests common
27562025-08-07T15:11:26.394Z
27572025-08-07T15:11:26.394Zrunning 0 tests
27582025-08-07T15:11:26.394Z
27592025-08-07T15:11:26.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27602025-08-07T15:11:26.394Z
27612025-08-07T15:11:26.426Z Doc-tests dpd_client
27622025-08-07T15:11:28.391Z
27632025-08-07T15:11:28.391Zrunning 0 tests
27642025-08-07T15:11:28.391Z
27652025-08-07T15:11:28.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27662025-08-07T15:11:28.392Z
27672025-08-07T15:11:28.464Z Doc-tests packet
27682025-08-07T15:11:28.644Z
27692025-08-07T15:11:28.644Zrunning 0 tests
27702025-08-07T15:11:28.644Z
27712025-08-07T15:11:28.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27722025-08-07T15:11:28.645Z
27732025-08-07T15:11:28.671Z Doc-tests pcap
27742025-08-07T15:11:28.765Z
27752025-08-07T15:11:28.765Zrunning 0 tests
27762025-08-07T15:11:28.765Z
27772025-08-07T15:11:28.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27782025-08-07T15:11:28.765Z
27792025-08-07T15:11:28.829Z+ for feat in tofino_stub tofino_asic softnpu chaos
27802025-08-07T15:11:28.829Z+ cargo test --features chaos
27812025-08-07T15:11:29.674Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
27822025-08-07T15:11:29.704Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
27832025-08-07T15:11:29.730Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
27842025-08-07T15:11:43.723Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
27852025-08-07T15:11:43.761Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
27862025-08-07T15:12:34.674Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
27872025-08-07T15:12:34.802Z Running unittests src/lib.rs (target/debug/deps/aal-3abec7b19398aeb8)
27882025-08-07T15:12:34.830Z
27892025-08-07T15:12:34.830Zrunning 0 tests
27902025-08-07T15:12:34.830Z
27912025-08-07T15:12:34.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27922025-08-07T15:12:34.830Z
27932025-08-07T15:12:34.856Z Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2)
27942025-08-07T15:12:34.857Z
27952025-08-07T15:12:34.857Zrunning 0 tests
27962025-08-07T15:12:34.857Z
27972025-08-07T15:12:34.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27982025-08-07T15:12:34.857Z
27992025-08-07T15:12:34.857Z Running unittests src/lib.rs (target/debug/deps/asic-69805cc3fd63cfc0)
28002025-08-07T15:12:34.883Z
28012025-08-07T15:12:34.883Zrunning 0 tests
28022025-08-07T15:12:34.883Z
28032025-08-07T15:12:34.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28042025-08-07T15:12:34.883Z
28052025-08-07T15:12:34.884Z Running unittests src/lib.rs (target/debug/deps/common-5f8144ed0017b46f)
28062025-08-07T15:12:34.911Z
28072025-08-07T15:12:34.911Zrunning 10 tests
28082025-08-07T15:12:34.911Ztest nat::tests::test_vni ... ok
28092025-08-07T15:12:34.911Ztest network::tests::test_equal ... ok
28102025-08-07T15:12:34.911Ztest network::tests::test_not_equal ... ok
28112025-08-07T15:12:34.911Ztest network::tests::test_to_string ... ok
28122025-08-07T15:12:34.911Ztest network::tests::test_into ... ok
28132025-08-07T15:12:34.911Ztest network::tests::test_eui64 ... ok
28142025-08-07T15:12:34.911Ztest test_purge ... ok
28152025-08-07T15:12:34.911Ztest network::tests::test_parse ... ok
28162025-08-07T15:12:34.911Ztest network::tests::test_generate_ipv6_link_local ... ok
28172025-08-07T15:12:34.911Ztest illumos::test::address_exists_handles_missing_object ... ok
28182025-08-07T15:12:34.911Z
28192025-08-07T15:12:34.911Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
28202025-08-07T15:12:34.911Z
28212025-08-07T15:12:34.911Z Running unittests src/main.rs (target/debug/deps/dpd-1f9fa8df4e94bf4a)
28222025-08-07T15:12:34.938Z
28232025-08-07T15:12:34.938Zrunning 33 tests
28242025-08-07T15:12:34.965Ztest freemap::test_ordering ... ok
28252025-08-07T15:12:34.965Ztest freemap::test_split ... ok
28262025-08-07T15:12:34.965Ztest config::tests::test_updates ... ok
28272025-08-07T15:12:34.965Ztest macaddrs::tests::test_mac_offset ... ok
28282025-08-07T15:12:34.965Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
28292025-08-07T15:12:34.965Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
28302025-08-07T15:12:34.965Ztest macaddrs::tests::test_parse_port_id ... ok
28312025-08-07T15:12:34.965Ztest mcast::tests::test_concurrent_id_allocation ... ok
28322025-08-07T15:12:34.965Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
28332025-08-07T15:12:34.965ZAug 07 15:12:34.609 DEBG created new freemap, unit: freemap_test
28342025-08-07T15:12:34.965ZAug 07 15:12:34.609 DEBG initted freemap. size: 128, unit: Aug 07 15:12:34.609freemap_test
28352025-08-07T15:12:34.965ZDEBG created new freemapAug 07 15:12:34.609, unitDEBG: reset freemapfreemap_test,
28362025-08-07T15:12:34.965Zunit: freemap_test
28372025-08-07T15:12:34.965ZAug 07 15:12:34.609 DEBG initted freemap. size: 128, unit: freemap_test
28382025-08-07T15:12:34.965ZAug 07 15:12:34.609 DEBG reset freemap, unit: freemap_test
28392025-08-07T15:12:34.965ZAug 07 15:12:34.610 DEBG created new freemap, unit: freemap_test
28402025-08-07T15:12:34.965ZAug 07 15:12:34.610 DEBG Aug 07 15:12:34.609initted freemap. size: 128 , DEBGunit: created new freemap, unit: freemap_test
28412025-08-07T15:12:34.965ZAug 07 15:12:34.610 DEBG initted freemap. size: 128, unit: freemap_test
28422025-08-07T15:12:34.965ZAug 07 15:12:34.610 DEBG reset freemap, unit: freemap_test
28432025-08-07T15:12:34.965Ztest freemap::test_basic ... ok
28442025-08-07T15:12:34.965Z freemap_test
28452025-08-07T15:12:34.965ZAug 07 15:12:34.610 DEBG reset freemap, unit: freemap_test
28462025-08-07T15:12:34.965Ztest freemap::test_reclaim ... ok
28472025-08-07T15:12:34.965ZAug 07 15:12:34.611 DEBG created new freemap, unit: freemap_test
28482025-08-07T15:12:34.965ZAug 07 15:12:34.611 DEBG initted freemap. size: 128, unit: freemap_test
28492025-08-07T15:12:34.965ZAug 07 15:12:34.611 DEBG reset freemap, unit: freemap_test
28502025-08-07T15:12:34.965Ztest freemap::test_exhaustion ... ok
28512025-08-07T15:12:34.965Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
28522025-08-07T15:12:34.965Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
28532025-08-07T15:12:34.965Ztest freemap::test_free ... ok
28542025-08-07T15:12:34.965Ztest freemap::test_span ... ok
28552025-08-07T15:12:34.965Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
28562025-08-07T15:12:34.965Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
28572025-08-07T15:12:34.966Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
28582025-08-07T15:12:34.966Ztest mcast::validate::tests::test_address_validation_integrated ... ok
28592025-08-07T15:12:34.966Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
28602025-08-07T15:12:34.966Ztest mcast::validate::tests::test_is_ssm_function ... ok
28612025-08-07T15:12:34.966Ztest mcast::validate::tests::test_ipv4_validation ... ok
28622025-08-07T15:12:34.966Ztest mcast::validate::tests::test_ipv6_validation ... ok
28632025-08-07T15:12:34.966Ztest mcast::validate::tests::test_validate_nat_target ... ok
28642025-08-07T15:12:34.966Ztest nat::test_mapping ... ok
28652025-08-07T15:12:34.966Ztest port_map::tests::test_backplane_group ... ok
28662025-08-07T15:12:34.966Ztest port_map::tests::dump_map ... ok
28672025-08-07T15:12:34.966Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
28682025-08-07T15:12:34.966Ztest port_map::tests::test_port_map ... ok
28692025-08-07T15:12:34.966Ztest mcast::tests::test_id_range_boundaries ... ok
28702025-08-07T15:12:34.966Ztest api_server::tests::test_build_info ... ok
28712025-08-07T15:12:34.966Ztest port_map::tests::parse_softnpu_revision ... ok
28722025-08-07T15:12:34.966Z
28732025-08-07T15:12:34.966Ztest result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
28742025-08-07T15:12:34.966Z
28752025-08-07T15:12:34.993Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a56d8a9e5ec126a8)
28762025-08-07T15:12:35.020Z
28772025-08-07T15:12:35.020Zrunning 0 tests
28782025-08-07T15:12:35.020Z
28792025-08-07T15:12:35.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28802025-08-07T15:12:35.020Z
28812025-08-07T15:12:35.020Z Running unittests src/lib.rs (target/debug/deps/dpd_client-3c96ebb2abe6aaef)
28822025-08-07T15:12:35.020Z
28832025-08-07T15:12:35.020Zrunning 2 tests
28842025-08-07T15:12:35.020Ztest tests::test_parse_client_port_id ... ok
28852025-08-07T15:12:35.020Ztest tests::test_port_id_cmp ... ok
28862025-08-07T15:12:35.020Z
28872025-08-07T15:12:35.020Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28882025-08-07T15:12:35.020Z
28892025-08-07T15:12:35.020Z Running tests/test_all.rs (target/debug/deps/test_all-521242d7e76384a0)
28902025-08-07T15:12:35.047Z
28912025-08-07T15:12:35.047Zrunning 6 tests
28922025-08-07T15:12:38.605Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
28932025-08-07T15:12:38.632Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
28942025-08-07T15:12:38.632Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
28952025-08-07T15:12:38.632Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
28962025-08-07T15:12:42.128Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
28972025-08-07T15:12:42.856Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
28982025-08-07T15:12:42.856Z
28992025-08-07T15:12:42.856Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.81s
29002025-08-07T15:12:42.856Z
29012025-08-07T15:12:42.897Z Running unittests src/lib.rs (target/debug/deps/packet-193629352a38707a)
29022025-08-07T15:12:42.951Z
29032025-08-07T15:12:42.951Zrunning 12 tests
29042025-08-07T15:12:42.951Ztest icmp::test_v4_checksum ... ok
29052025-08-07T15:12:42.951Ztest ipv6::test_ipv6_parse ... ok
29062025-08-07T15:12:42.951Ztest icmp::test_v6_checksum ... ok
29072025-08-07T15:12:42.951Ztest lldp::test_lldp_parse ... ok
29082025-08-07T15:12:42.952Ztest pbuf::test_byte ... ok
29092025-08-07T15:12:42.952Ztest pbuf::test_nibble ... ok
29102025-08-07T15:12:42.952Ztest pbuf::test_overflow ... ok
29112025-08-07T15:12:42.952Ztest pbuf::test_short ... ok
29122025-08-07T15:12:42.952Ztest pbuf::test_twelve ... ok
29132025-08-07T15:12:42.952Ztest pbuf::test_word ... ok
29142025-08-07T15:12:42.952Ztest tcp::test_checksum_syn_nodata ... ok
29152025-08-07T15:12:42.979Ztest tcp::test_checksum_ack_data ... ok
29162025-08-07T15:12:42.979Z
29172025-08-07T15:12:42.979Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182025-08-07T15:12:42.979Z
29192025-08-07T15:12:42.979Z Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e)
29202025-08-07T15:12:42.979Z
29212025-08-07T15:12:42.979Zrunning 0 tests
29222025-08-07T15:12:42.979Z
29232025-08-07T15:12:42.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242025-08-07T15:12:42.979Z
29252025-08-07T15:12:42.979Z Running unittests src/main.rs (target/debug/deps/swadm-e523d1d03c5a018f)
29262025-08-07T15:12:42.979Z
29272025-08-07T15:12:42.979Zrunning 3 tests
29282025-08-07T15:12:42.979Ztest switchport::test::test_compute_lanes ... ok
29292025-08-07T15:12:42.979Z Lane 0 Lane 1 Lane 0 Lane 2 Lane 1 Lane 3Lane 2
29302025-08-07T15:12:42.979Z Rx Loss-of-lock: Yes Yes Yes Yes
29312025-08-07T15:12:42.979Z Rx Loss-of-signal: Yes Yes Yes Yes
29322025-08-07T15:12:42.979Z Rx CDR Enabled: Yes Yes Yes Yes
29332025-08-07T15:12:42.979Z Tx Enabled: Yes Yes Yes Yes
29342025-08-07T15:12:42.979Z Tx Loss-of-lock: No No No No
29352025-08-07T15:12:42.979Z Tx Loss-of-signal: No No No No
29362025-08-07T15:12:42.979Z Tx CDR Enabled: No No No No
29372025-08-07T15:12:42.979Z Tx Adaptive EQ Fault: No No No No
29382025-08-07T15:12:42.980Z Tx Fault: Yes Yes Yes Yes
29392025-08-07T15:12:42.980Z Lane 3
29402025-08-07T15:12:42.980Z State: Activated Activated Activated Activated
29412025-08-07T15:12:42.980Z Rx Output Enabled: false false false false
29422025-08-07T15:12:42.980Z Rx Output Status: valid valid valid valid
29432025-08-07T15:12:42.980Z Rx Loss-of-lock: true true true true
29442025-08-07T15:12:42.980Z Rx Loss-of-signal: false false false false
29452025-08-07T15:12:42.980ZRx Auto-squelch Disable: true true true true
29462025-08-07T15:12:42.980Z Tx Output Enabled: true true true true
29472025-08-07T15:12:42.980Z Tx Output Status: invalid invalid invalid invalid
29482025-08-07T15:12:42.980Z Tx Loss-of-lock: false false false false
29492025-08-07T15:12:42.980Z Tx Loss-of-signal: true true true true
29502025-08-07T15:12:42.980ZTx Auto-squelch Disable: false false false false
29512025-08-07T15:12:42.980Z Tx Adaptive EQ Fail: true true true true
29522025-08-07T15:12:42.980Z Tx Failure: false false false false
29532025-08-07T15:12:42.980Z Tx Force Squelch: true true true true
29542025-08-07T15:12:42.980Z Tx Input Polarity: normal normal normal normal
29552025-08-07T15:12:42.980Ztest switchport::test::test_print_cmis_datapath ... ok
29562025-08-07T15:12:42.980Ztest switchport::test::test_print_sff_datapath ... ok
29572025-08-07T15:12:42.980Z
29582025-08-07T15:12:42.980Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29592025-08-07T15:12:42.980Z
29602025-08-07T15:12:42.980Z Running tests/port-link.rs (target/debug/deps/port_link-fb92f4f79acf2e95)
29612025-08-07T15:12:43.007Z
29622025-08-07T15:12:43.007Zrunning 5 tests
29632025-08-07T15:12:43.007Ztest test_an ... ignored
29642025-08-07T15:12:43.007Ztest test_enable ... ignored
29652025-08-07T15:12:43.008Ztest test_ip_addresses ... ignored
29662025-08-07T15:12:43.008Ztest test_kr ... ignored
29672025-08-07T15:12:43.008Ztest test_mac ... ignored
29682025-08-07T15:12:43.008Z
29692025-08-07T15:12:43.008Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
29702025-08-07T15:12:43.008Z
29712025-08-07T15:12:43.008Z Running unittests src/main.rs (target/debug/deps/tfportd-5f59a196284a90fb)
29722025-08-07T15:12:43.034Z
29732025-08-07T15:12:43.034Zrunning 3 tests
29742025-08-07T15:12:43.035Ztest tfport::test_parse_tfport ... ok
29752025-08-07T15:12:43.035Ztest linklocal::test_parse_ipadm ... ok
29762025-08-07T15:12:43.035Ztest config::tests::test_updates ... ok
29772025-08-07T15:12:43.035Z
29782025-08-07T15:12:43.035Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29792025-08-07T15:12:43.035Z
29802025-08-07T15:12:43.035Z Running unittests src/main.rs (target/debug/deps/uplinkd-c1e2d3815b75b710)
29812025-08-07T15:12:43.035Z
29822025-08-07T15:12:43.035Zrunning 0 tests
29832025-08-07T15:12:43.035Z
29842025-08-07T15:12:43.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29852025-08-07T15:12:43.035Z
29862025-08-07T15:12:43.035Z Running unittests src/main.rs (target/debug/deps/xtask-a3ed9caeba5b2bbf)
29872025-08-07T15:12:43.062Z
29882025-08-07T15:12:43.062Zrunning 0 tests
29892025-08-07T15:12:43.062Z
29902025-08-07T15:12:43.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29912025-08-07T15:12:43.062Z
29922025-08-07T15:12:43.062Z Doc-tests aal
29932025-08-07T15:12:43.219Z
29942025-08-07T15:12:43.219Zrunning 0 tests
29952025-08-07T15:12:43.219Z
29962025-08-07T15:12:43.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29972025-08-07T15:12:43.219Z
29982025-08-07T15:12:43.246Z Doc-tests aal_macros
29992025-08-07T15:12:43.385Z
30002025-08-07T15:12:43.385Zrunning 0 tests
30012025-08-07T15:12:43.385Z
30022025-08-07T15:12:43.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30032025-08-07T15:12:43.385Z
30042025-08-07T15:12:43.412Z Doc-tests common
30052025-08-07T15:12:43.770Z
30062025-08-07T15:12:43.770Zrunning 0 tests
30072025-08-07T15:12:43.770Z
30082025-08-07T15:12:43.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30092025-08-07T15:12:43.770Z
30102025-08-07T15:12:43.797Z Doc-tests dpd_client
30112025-08-07T15:12:45.812Z
30122025-08-07T15:12:45.812Zrunning 0 tests
30132025-08-07T15:12:45.812Z
30142025-08-07T15:12:45.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30152025-08-07T15:12:45.812Z
30162025-08-07T15:12:45.872Z Doc-tests packet
30172025-08-07T15:12:46.062Z
30182025-08-07T15:12:46.062Zrunning 0 tests
30192025-08-07T15:12:46.062Z
30202025-08-07T15:12:46.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30212025-08-07T15:12:46.063Z
30222025-08-07T15:12:46.090Z Doc-tests pcap
30232025-08-07T15:12:46.186Z
30242025-08-07T15:12:46.187Zrunning 0 tests
30252025-08-07T15:12:46.187Z
30262025-08-07T15:12:46.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30272025-08-07T15:12:46.187Z
30282025-08-07T15:12:46.255Zprocess exited: duration 919434 ms, exit code 0
 
30292025-08-07T15:12:46.309Zfound 0 output files