01JJX8ZR4SZ48TRVMZFKAEGWEV: test-ddm-trio-v2-server

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JJX904ADHF73J1V0CA7GHW0Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-31T04:14:09.901Zjob assigned to worker 01JJX90A076VDWWTXYXWQM6JFG [factory aws, i-053c582c1bf9e06a9] (queued for 58 s)
 
22025-01-31T04:14:18.168Zstarting task 0: "setup"
32025-01-31T04:14:18.177Z++ uname -s
42025-01-31T04:14:18.180Z+ kern=SunOS
52025-01-31T04:14:18.180Z+ build_user=build
62025-01-31T04:14:18.180Z+ build_uid=12345
72025-01-31T04:14:18.180Z+ work_dir=/work
82025-01-31T04:14:18.180Z+ input_dir=/input
92025-01-31T04:14:18.180Z+ [[ 0 == 12345 ]]
102025-01-31T04:14:18.180Z+ case "$kern" in
112025-01-31T04:14:18.180Z+ groupadd -g 12345 build
122025-01-31T04:14:18.183Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-01-31T04:14:20.192Z+ zfs create -o mountpoint=/work rpool/work
142025-01-31T04:14:20.303Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-01-31T04:14:20.306Z+ home_fs=zfs
162025-01-31T04:14:20.306Z+ [[ zfs == autofs ]]
172025-01-31T04:14:20.306Z+ mkdir -p /home/build
182025-01-31T04:14:20.309Z+ chown build:build /home/build /work
192025-01-31T04:14:22.310Z+ chmod 0700 /home/build /work
202025-01-31T04:14:22.314Zprocess exited: duration 4146 ms, exit code 0
 
212025-01-31T04:14:22.320Zstarting task 1: "rust-toolchain"
222025-01-31T04:14:22.325Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-01-31T04:14:22.325Z * rust toolchain channel = "stable"
242025-01-31T04:14:22.325Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-01-31T04:14:22.325Z * rust toolchain profile = "default"
262025-01-31T04:14:22.326Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-01-31T04:14:22.326Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-01-31T04:14:22.328Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-01-31T04:14:22.328Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-01-31T04:14:22.448Zinfo: downloading installer
312025-01-31T04:14:23.786Zwarning: it looks like you have an existing installation of Rust at:
322025-01-31T04:14:23.786Zwarning: /opt/ooce/bin
332025-01-31T04:14:23.786Zwarning: It is recommended that rustup be the primary Rust installation.
342025-01-31T04:14:23.786Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-01-31T04:14:23.786Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-01-31T04:14:23.786Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-01-31T04:14:23.786Zwarning: or pass `-y' to ignore all ignorable checks.
382025-01-31T04:14:23.786Zerror: cannot install while Rust is installed
392025-01-31T04:14:23.786Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-01-31T04:14:23.798Zinfo: profile set to 'default'
412025-01-31T04:14:23.798Zinfo: default host triple is x86_64-unknown-illumos
422025-01-31T04:14:23.801Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-01-31T04:14:23.966Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-01-31T04:14:23.966Zinfo: downloading component 'cargo'
452025-01-31T04:14:24.856Zinfo: downloading component 'clippy'
462025-01-31T04:14:25.194Zinfo: downloading component 'rust-docs'
472025-01-31T04:14:26.406Zinfo: downloading component 'rust-std'
482025-01-31T04:14:28.354Zinfo: downloading component 'rustc'
492025-01-31T04:14:35.227Zinfo: downloading component 'rustfmt'
502025-01-31T04:14:35.485Zinfo: installing component 'cargo'
512025-01-31T04:14:36.332Zinfo: installing component 'clippy'
522025-01-31T04:14:36.714Zinfo: installing component 'rust-docs'
532025-01-31T04:14:38.449Zinfo: installing component 'rust-std'
542025-01-31T04:14:40.336Zinfo: installing component 'rustc'
552025-01-31T04:14:46.422Zinfo: installing component 'rustfmt'
562025-01-31T04:14:46.759Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-01-31T04:14:46.759Z
582025-01-31T04:14:47.155Z stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-01-31T04:14:47.155Z
602025-01-31T04:14:47.158Z
612025-01-31T04:14:47.158ZRust is installed now. Great!
622025-01-31T04:14:47.158Z
632025-01-31T04:14:47.158ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-01-31T04:14:47.158Zenvironment variable. This has not been done automatically.
652025-01-31T04:14:47.158Z
662025-01-31T04:14:47.158ZTo configure your current shell, you need to source
672025-01-31T04:14:47.158Zthe corresponding env file under $HOME/.cargo.
682025-01-31T04:14:47.158Z
692025-01-31T04:14:47.158ZThis is usually done by running one of the following (note the leading DOT):
702025-01-31T04:14:47.158Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-01-31T04:14:47.158Zsource "$HOME/.cargo/env.fish" # For fish
722025-01-31T04:14:47.234Z+ rustup --version
732025-01-31T04:14:47.242Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-01-31T04:14:47.242Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-01-31T04:14:47.320Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-01-31T04:14:47.323Z+ cargo --version
772025-01-31T04:14:47.383Zcargo 1.84.1 (66221abde 2024-11-19)
782025-01-31T04:14:47.385Z+ rustc --version
792025-01-31T04:14:47.445Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-01-31T04:14:47.449Zprocess exited: duration 25121 ms, exit code 0
 
812025-01-31T04:14:47.460Zstarting task 2: "authentication"
822025-01-31T04:14:47.482Zprocess exited: duration 21 ms, exit code 0
 
832025-01-31T04:14:47.487Zstarting task 3: "clone repository"
842025-01-31T04:14:47.493Z+ mkdir -p /work/oxidecomputer/maghemite
852025-01-31T04:14:47.496Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862025-01-31T04:14:47.542ZCloning into '/work/oxidecomputer/maghemite'...
872025-01-31T04:14:48.132Z+ cd /work/oxidecomputer/maghemite
882025-01-31T04:14:48.135Z+ git fetch origin 2898e144474ee2183c7231c171525c98652f98e6
892025-01-31T04:14:48.413ZFrom https://github.com/oxidecomputer/maghemite
902025-01-31T04:14:48.413Z * branch 2898e144474ee2183c7231c171525c98652f98e6 -> FETCH_HEAD
912025-01-31T04:14:48.422Z+ [[ -n renovate/rust-1.x ]]
922025-01-31T04:14:48.425Z++ git branch --show-current
932025-01-31T04:14:48.427Z+ current=main
942025-01-31T04:14:48.428Z+ [[ main != renovate/rust-1.x ]]
952025-01-31T04:14:48.428Z+ git branch -f renovate/rust-1.x 2898e144474ee2183c7231c171525c98652f98e6
962025-01-31T04:14:48.430Z+ git checkout -f renovate/rust-1.x
972025-01-31T04:14:48.444ZSwitched to branch 'renovate/rust-1.x'
982025-01-31T04:14:48.447Z+ git reset --hard 2898e144474ee2183c7231c171525c98652f98e6
992025-01-31T04:14:48.459ZHEAD is now at 2898e14 Update dependency rust to v1.84.1
1002025-01-31T04:14:48.462Zprocess exited: duration 972 ms, exit code 0
 
1012025-01-31T04:14:48.468Zstarting task 4: "build"
1022025-01-31T04:14:48.473Z++ cargo --version
1032025-01-31T04:14:48.478Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
1042025-01-31T04:14:48.646Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
1052025-01-31T04:14:48.646Zinfo: downloading component 'cargo'
1062025-01-31T04:14:49.521Zinfo: downloading component 'clippy'
1072025-01-31T04:14:49.854Zinfo: downloading component 'rust-docs'
1082025-01-31T04:14:51.060Zinfo: downloading component 'rust-std'
1092025-01-31T04:14:52.984Zinfo: downloading component 'rustc'
1102025-01-31T04:14:59.785Zinfo: downloading component 'rustfmt'
1112025-01-31T04:15:00.043Zinfo: installing component 'cargo'
1122025-01-31T04:15:00.877Zinfo: installing component 'clippy'
1132025-01-31T04:15:01.260Zinfo: installing component 'rust-docs'
1142025-01-31T04:15:02.952Zinfo: installing component 'rust-std'
1152025-01-31T04:15:04.790Zinfo: installing component 'rustc'
1162025-01-31T04:15:10.845Zinfo: installing component 'rustfmt'
1172025-01-31T04:15:11.258Zcargo 1.84.1 (66221abde 2024-11-19)
1182025-01-31T04:15:11.260Z++ rustc --version
1192025-01-31T04:15:11.333Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1202025-01-31T04:15:11.337Z++ dladm
1212025-01-31T04:15:11.342ZLINK CLASS MTU STATE BRIDGE OVER
1222025-01-31T04:15:11.342Zena0 phys 9216 up -- --
1232025-01-31T04:15:11.346Z++ ipadm
1242025-01-31T04:15:11.346ZADDROBJ TYPE STATE ADDR
1252025-01-31T04:15:11.346Zlo0/v4 static ok 127.0.0.1/8
1262025-01-31T04:15:11.346Zena0/dhcp dhcp ok 10.150.1.40/24
1272025-01-31T04:15:11.347Zlo0/v6 static ok ::1/128
1282025-01-31T04:15:11.347Z++ banner collect
1292025-01-31T04:15:11.350Z
1302025-01-31T04:15:11.351Z #### #### # # ###### #### #####
1312025-01-31T04:15:11.351Z # # # # # # # # # #
1322025-01-31T04:15:11.351Z # # # # # ##### # #
1332025-01-31T04:15:11.351Z # # # # # # # #
1342025-01-31T04:15:11.351Z # # # # # # # # # #
1352025-01-31T04:15:11.351Z #### #### ###### ###### ###### #### #
1362025-01-31T04:15:11.351Z
1372025-01-31T04:15:11.351Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1382025-01-31T04:15:11.351Z++ repo=softnpu
1392025-01-31T04:15:11.351Z++ series=image
1402025-01-31T04:15:11.351Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1412025-01-31T04:15:11.352Z++ name=softnpu
1422025-01-31T04:15:11.352Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1432025-01-31T04:15:11.352Z++ mkdir -p download
1442025-01-31T04:15:11.356Z++ pushd download
1452025-01-31T04:15:11.356Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1462025-01-31T04:15:11.356Z++ [[ ! -f softnpu ]]
1472025-01-31T04:15:11.356Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1482025-01-31T04:15:11.360Z % Total % Received % Xferd Average Speed Time Time Time Current
1492025-01-31T04:15:11.360Z Dload Upload Total Spent Left Speed
1502025-01-31T04:15:11.842Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 45.2M 0 --:--:-- --:--:-- --:--:-- 45.3M
1512025-01-31T04:15:11.846Z++ popd
1522025-01-31T04:15:11.847Z/work/oxidecomputer/maghemite
1532025-01-31T04:15:11.847Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1542025-01-31T04:15:11.847Z++ repo=sidecar-lite
1552025-01-31T04:15:11.847Z++ series=release
1562025-01-31T04:15:11.847Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1572025-01-31T04:15:11.847Z++ name=libsidecar_lite.so
1582025-01-31T04:15:11.847Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1592025-01-31T04:15:11.847Z++ mkdir -p download
1602025-01-31T04:15:11.850Z++ pushd download
1612025-01-31T04:15:11.850Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1622025-01-31T04:15:11.850Z++ [[ ! -f libsidecar_lite.so ]]
1632025-01-31T04:15:11.850Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1642025-01-31T04:15:11.857Z % Total % Received % Xferd Average Speed Time Time Time Current
1652025-01-31T04:15:11.857Z Dload Upload Total Spent Left Speed
1662025-01-31T04:15:12.281Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 20.3M 6 1403k 0 0 10.6M 0 0:00:01 --:--:-- 0:00:01 10.6M 100 20.3M 100 20.3M 0 0 47.9M 0 --:--:-- --:--:-- --:--:-- 48.0M
1672025-01-31T04:15:12.286Z++ popd
1682025-01-31T04:15:12.290Z/work/oxidecomputer/maghemite
1692025-01-31T04:15:12.290Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1702025-01-31T04:15:12.290Z++ repo=sidecar-lite
1712025-01-31T04:15:12.290Z++ series=release
1722025-01-31T04:15:12.290Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1732025-01-31T04:15:12.290Z++ name=scadm
1742025-01-31T04:15:12.290Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1752025-01-31T04:15:12.290Z++ mkdir -p download
1762025-01-31T04:15:12.290Z++ pushd download
1772025-01-31T04:15:12.290Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1782025-01-31T04:15:12.291Z++ [[ ! -f scadm ]]
1792025-01-31T04:15:12.291Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1802025-01-31T04:15:12.302Z % Total % Received % Xferd Average Speed Time Time Time Current
1812025-01-31T04:15:12.302Z Dload Upload Total Spent Left Speed
1822025-01-31T04:15:12.748Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 51.0M 0 --:--:-- --:--:-- --:--:-- 51.1M
1832025-01-31T04:15:12.755Z++ popd
1842025-01-31T04:15:12.756Z/work/oxidecomputer/maghemite
1852025-01-31T04:15:12.760Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1862025-01-31T04:15:12.760Z++ repo=dendrite
1872025-01-31T04:15:12.761Z++ series=image
1882025-01-31T04:15:12.761Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1892025-01-31T04:15:12.761Z++ name=dendrite-softnpu.tar.gz
1902025-01-31T04:15:12.761Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1912025-01-31T04:15:12.761Z++ mkdir -p download
1922025-01-31T04:15:12.761Z++ pushd download
1932025-01-31T04:15:12.761Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1942025-01-31T04:15:12.761Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1952025-01-31T04:15:12.761Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1962025-01-31T04:15:12.764Z % Total % Received % Xferd Average Speed Time Time Time Current
1972025-01-31T04:15:12.764Z Dload Upload Total Spent Left Speed
1982025-01-31T04:15:13.323Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 32 37.5M 32 12.3M 0 0 55.2M 0 --:--:-- --:--:-- --:--:-- 55.0M 100 37.5M 100 37.5M 0 0 67.1M 0 --:--:-- --:--:-- --:--:-- 67.0M
1992025-01-31T04:15:13.326Z++ popd
2002025-01-31T04:15:13.329Z/work/oxidecomputer/maghemite
2012025-01-31T04:15:13.329Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
2022025-01-31T04:15:13.329Z++ repo=maghemite
2032025-01-31T04:15:13.329Z++ series=release
2042025-01-31T04:15:13.329Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2052025-01-31T04:15:13.329Z++ name=ddmd
2062025-01-31T04:15:13.329Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2072025-01-31T04:15:13.329Z++ mkdir -p download
2082025-01-31T04:15:13.329Z++ pushd download
2092025-01-31T04:15:13.329Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2102025-01-31T04:15:13.330Z++ [[ ! -f ddmd ]]
2112025-01-31T04:15:13.330Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
2122025-01-31T04:15:13.338Z % Total % Received % Xferd Average Speed Time Time Time Current
2132025-01-31T04:15:13.338Z Dload Upload Total Spent Left Speed
2142025-01-31T04:15:13.860Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 78.5M 0 --:--:-- --:--:-- --:--:-- 78.6M
2152025-01-31T04:15:13.864Z++ popd
2162025-01-31T04:15:13.867Z/work/oxidecomputer/maghemite
2172025-01-31T04:15:13.867Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
2182025-01-31T04:15:13.867Z++ repo=maghemite
2192025-01-31T04:15:13.867Z++ series=release
2202025-01-31T04:15:13.867Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2212025-01-31T04:15:13.867Z++ name=ddmadm
2222025-01-31T04:15:13.867Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2232025-01-31T04:15:13.867Z++ mkdir -p download
2242025-01-31T04:15:13.867Z++ pushd download
2252025-01-31T04:15:13.867Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2262025-01-31T04:15:13.867Z++ [[ ! -f ddmadm ]]
2272025-01-31T04:15:13.867Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2282025-01-31T04:15:13.875Z % Total % Received % Xferd Average Speed Time Time Time Current
2292025-01-31T04:15:13.875Z Dload Upload Total Spent Left Speed
2302025-01-31T04:15:14.269Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 18.0M 5 923k 0 0 8270k 0 0:00:02 --:--:-- 0:00:02 8248k 100 18.0M 100 18.0M 0 0 45.6M 0 --:--:-- --:--:-- --:--:-- 45.7M
2312025-01-31T04:15:14.273Z++ popd
2322025-01-31T04:15:14.276Z/work/oxidecomputer/maghemite
2332025-01-31T04:15:14.276Z++ pushd download
2342025-01-31T04:15:14.276Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2352025-01-31T04:15:14.276Z++ chmod +x softnpu
2362025-01-31T04:15:14.276Z++ chmod +x scadm
2372025-01-31T04:15:14.279Z++ chmod +x ddmadm
2382025-01-31T04:15:14.282Z++ chmod +x ddmd
2392025-01-31T04:15:14.282Z++ mv ddmadm ddmadm-v2
2402025-01-31T04:15:14.284Z++ mv ddmd ddmd-v2
2412025-01-31T04:15:14.288Z++ rm -rf zones/dendrite
2422025-01-31T04:15:14.290Z++ mkdir -p zones/dendrite
2432025-01-31T04:15:14.290Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2442025-01-31T04:15:15.052Z++ popd
2452025-01-31T04:15:15.052Z/work/oxidecomputer/maghemite
2462025-01-31T04:15:15.052Z++ banner install
2472025-01-31T04:15:15.055Z
2482025-01-31T04:15:15.055Z # # # #### ##### ## # #
2492025-01-31T04:15:15.055Z # ## # # # # # # #
2502025-01-31T04:15:15.055Z # # # # #### # # # # #
2512025-01-31T04:15:15.055Z # # # # # # ###### # #
2522025-01-31T04:15:15.055Z # # ## # # # # # # #
2532025-01-31T04:15:15.055Z # # # #### # # # ###### ######
2542025-01-31T04:15:15.055Z
2552025-01-31T04:15:15.058Z++ pkg info brand/sparse
2562025-01-31T04:15:15.058Z++ grep -qi installed
2572025-01-31T04:15:16.772Zpkg: info: no packages matching the following patterns you specified are
2582025-01-31T04:15:16.772Zinstalled on the system. Try querying remotely instead:
2592025-01-31T04:15:16.772Z
2602025-01-31T04:15:16.772Z brand/sparse
2612025-01-31T04:15:16.820Z++ [[ 1 != 0 ]]
2622025-01-31T04:15:16.821Z++ set -o errexit
2632025-01-31T04:15:16.821Z++ pfexec pkg install brand/sparse
2642025-01-31T04:15:25.577Z Startup: Refreshing catalog 'helios-dev' ... Done
2652025-01-31T04:15:29.701Z Startup: Caching catalogs ... Done
2662025-01-31T04:15:41.277ZPlanning: Solver setup ... Done
2672025-01-31T04:15:41.429ZPlanning: Running solver ... Done
2682025-01-31T04:15:41.535ZPlanning: Finding local manifests ... Done
2692025-01-31T04:15:41.547ZPlanning: Fetching manifests: 0/3 0% complete
2702025-01-31T04:15:41.639ZPlanning: Fetching manifests: 3/3 100% complete
2712025-01-31T04:15:41.713ZPlanning: Package planning ... Done
2722025-01-31T04:15:41.720ZPlanning: Merging actions ... Done
2732025-01-31T04:15:41.910ZPlanning: Checking for conflicting actions ... Done
2742025-01-31T04:15:43.913ZPlanning: Consolidating action changes ... Done
2752025-01-31T04:15:44.359ZPlanning: Evaluating mediators ... Done
2762025-01-31T04:15:44.430ZPlanning: Planning completed in 14.63 seconds
2772025-01-31T04:15:44.446Z Packages to install: 1
2782025-01-31T04:15:44.446Z Packages to update: 2
2792025-01-31T04:15:44.448Z Create boot environment: No
2802025-01-31T04:15:44.448ZCreate backup boot environment: Yes
2812025-01-31T04:15:44.523Z
2822025-01-31T04:15:44.523ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2832025-01-31T04:15:47.775ZDownload: Completed 8.03 MB in 3.25 seconds (2.5M/s)
2842025-01-31T04:15:48.864Z Actions: 1/1419 actions (Removing old actions)
2852025-01-31T04:15:48.883Z Actions: 199/1419 actions (Installing new actions)
2862025-01-31T04:15:49.001Z Actions: 579/1419 actions (Updating modified actions)
2872025-01-31T04:15:49.329Z Actions: Completed 1419 actions in 0.47 seconds.
2882025-01-31T04:15:49.715Z Done
2892025-01-31T04:15:49.718Z Done
2902025-01-31T04:15:50.245Z Done
2912025-01-31T04:15:54.764Z Done
2922025-01-31T04:15:54.849Z Done
2932025-01-31T04:15:54.852Z Done
2942025-01-31T04:15:54.960Z Done
2952025-01-31T04:15:55.361Z++ set -o errexit
2962025-01-31T04:15:55.361Z++ set -o pipefail
2972025-01-31T04:15:55.361Z++ banner build
2982025-01-31T04:15:55.364Z
2992025-01-31T04:15:55.365Z ##### # # # # #####
3002025-01-31T04:15:55.365Z # # # # # # # #
3012025-01-31T04:15:55.365Z ##### # # # # # #
3022025-01-31T04:15:55.365Z # # # # # # # #
3032025-01-31T04:15:55.365Z # # # # # # # #
3042025-01-31T04:15:55.365Z ##### #### # ###### #####
3052025-01-31T04:15:55.365Z
3062025-01-31T04:15:55.365Z++ cargo build --release --bin ddmd --bin ddmadm
3072025-01-31T04:15:55.526Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
3082025-01-31T04:15:55.740Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
3092025-01-31T04:15:55.978ZFrom https://www.github.com/oxidecomputer/oxnet
3102025-01-31T04:15:55.978Z * [new branch] ci -> origin/ci
3112025-01-31T04:15:55.980Z * [new branch] dependabot/cargo/ipnetwork-0.21.1 -> origin/dependabot/cargo/ipnetwork-0.21.1
3122025-01-31T04:15:55.981Z * [new branch] dependabot/cargo/regress-0.10.3 -> origin/dependabot/cargo/regress-0.10.3
3132025-01-31T04:15:55.981Z * [new branch] dependabot/cargo/serde-1.0.217 -> origin/dependabot/cargo/serde-1.0.217
3142025-01-31T04:15:55.981Z * [new branch] dependabot/cargo/serde_json-1.0.137 -> origin/dependabot/cargo/serde_json-1.0.137
3152025-01-31T04:15:55.981Z * [new branch] main -> origin/main
3162025-01-31T04:15:55.981Z * [new ref] -> origin/HEAD
3172025-01-31T04:15:55.993Z Updating crates.io index
3182025-01-31T04:15:56.040Z Updating git repository `https://github.com/oxidecomputer/falcon`
3192025-01-31T04:15:56.778ZFrom https://github.com/oxidecomputer/falcon
3202025-01-31T04:15:56.778Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3212025-01-31T04:15:56.896Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3222025-01-31T04:15:57.895ZFrom https://github.com/oxidecomputer/dendrite
3232025-01-31T04:15:57.895Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3242025-01-31T04:15:57.947Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252025-01-31T04:15:58.230ZFrom https://github.com/oxidecomputer/ispf
3262025-01-31T04:15:58.230Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3272025-01-31T04:15:58.239Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3282025-01-31T04:15:58.578ZFrom https://github.com/oxidecomputer/netadm-sys
3292025-01-31T04:15:58.578Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3302025-01-31T04:15:58.591Z Updating git repository `https://github.com/oxidecomputer/omicron`
3312025-01-31T04:16:01.924ZFrom https://github.com/oxidecomputer/omicron
3322025-01-31T04:16:01.924Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3332025-01-31T04:16:02.282Z Updating git repository `https://github.com/oxidecomputer/opte`
3342025-01-31T04:16:02.827ZFrom https://github.com/oxidecomputer/opte
3352025-01-31T04:16:02.827Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3362025-01-31T04:16:02.902Z Updating git repository `https://github.com/illumos/smf-rs`
3372025-01-31T04:16:03.208ZFrom https://github.com/illumos/smf-rs
3382025-01-31T04:16:03.208Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3392025-01-31T04:16:03.250Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3402025-01-31T04:16:03.691ZFrom https://github.com/oxidecomputer/maghemite
3412025-01-31T04:16:03.691Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3422025-01-31T04:16:03.724Z Updating git repository `https://github.com/oxidecomputer/zone`
3432025-01-31T04:16:04.027ZFrom https://github.com/oxidecomputer/zone
3442025-01-31T04:16:04.027Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3452025-01-31T04:16:04.056Z Updating git repository `https://github.com/oxidecomputer/propolis`
3462025-01-31T04:16:04.720ZFrom https://github.com/oxidecomputer/propolis
3472025-01-31T04:16:04.720Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3482025-01-31T04:16:04.838Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3492025-01-31T04:16:05.212ZFrom https://github.com/oxidecomputer/dlpi-sys
3502025-01-31T04:16:05.212Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3512025-01-31T04:16:05.245Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3522025-01-31T04:16:05.567ZFrom https://github.com/jmesmon/rust-libzfs
3532025-01-31T04:16:05.567Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3542025-01-31T04:16:05.581Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3552025-01-31T04:16:05.870ZFrom https://github.com/oxidecomputer/rusty-doors
3562025-01-31T04:16:05.871Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3572025-01-31T04:16:05.886Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3582025-01-31T04:16:06.234ZFrom https://github.com/oxidecomputer/maghemite
3592025-01-31T04:16:06.234Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3602025-01-31T04:16:06.287Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3612025-01-31T04:16:06.589ZFrom https://github.com/oxidecomputer/serde_human_bytes
3622025-01-31T04:16:06.589Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3632025-01-31T04:16:06.620Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3642025-01-31T04:16:06.885ZFrom https://github.com/oxidecomputer/slog-error-chain
3652025-01-31T04:16:06.885Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3662025-01-31T04:16:06.924Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3672025-01-31T04:16:07.213ZFrom https://github.com/oxidecomputer/poptrie
3682025-01-31T04:16:07.213Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3692025-01-31T04:16:07.238Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3702025-01-31T04:16:07.567ZFrom https://github.com/illumos/libscf-sys
3712025-01-31T04:16:07.567Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3722025-01-31T04:16:07.593Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3732025-01-31T04:16:08.464ZFrom https://github.com/oxidecomputer/progenitor
3742025-01-31T04:16:08.464Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3752025-01-31T04:16:08.685Z Updating git repository `https://github.com/oxidecomputer/typify`
3762025-01-31T04:16:09.445ZFrom https://github.com/oxidecomputer/typify
3772025-01-31T04:16:09.445Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3782025-01-31T04:16:09.580Z Updating git repository `https://github.com/oxidecomputer/crucible`
3792025-01-31T04:16:10.410ZFrom https://github.com/oxidecomputer/crucible
3802025-01-31T04:16:10.410Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3812025-01-31T04:16:10.483Z Updating git repository `https://github.com/oxidecomputer/opte`
3822025-01-31T04:16:10.803ZFrom https://github.com/oxidecomputer/opte
3832025-01-31T04:16:10.803Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3842025-01-31T04:16:10.860Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3852025-01-31T04:16:11.474ZFrom https://github.com/oxidecomputer/management-gateway-service
3862025-01-31T04:16:11.474Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3872025-01-31T04:16:12.241Z Downloading crates ...
3882025-01-31T04:16:12.316Z Downloaded async-stream-impl v0.3.5
3892025-01-31T04:16:12.327Z Downloaded anstream v0.6.15
3902025-01-31T04:16:12.330Z Downloaded arc-swap v1.7.1
3912025-01-31T04:16:12.335Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/futures/0.3.30/download` (151.101.22.137), got 502
3922025-01-31T04:16:12.335Zbody:
3932025-01-31T04:16:12.335ZI/O error
3942025-01-31T04:16:12.338Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/form_urlencoded/1.2.1/download` (151.101.22.137), got 502
3952025-01-31T04:16:12.338Zbody:
3962025-01-31T04:16:12.338ZI/O error
3972025-01-31T04:16:12.338Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/aho-corasick/1.1.3/download` (151.101.22.137), got 502
3982025-01-31T04:16:12.338Zbody:
3992025-01-31T04:16:12.338ZI/O error
4002025-01-31T04:16:12.341Z Downloaded ciborium-ll v0.2.2
4012025-01-31T04:16:12.344Z Downloaded percent-encoding v2.3.1
4022025-01-31T04:16:12.347Z Downloaded crucible-workspace-hack v0.1.0
4032025-01-31T04:16:12.347Z Downloaded foreign-types-shared v0.1.1
4042025-01-31T04:16:12.349Z Downloaded foreign-types-macros v0.2.3
4052025-01-31T04:16:12.352Z Downloaded darling_macro v0.20.10
4062025-01-31T04:16:12.352Z Downloaded ciborium-io v0.2.2
4072025-01-31T04:16:12.356Z Downloaded const-random v0.1.18
4082025-01-31T04:16:12.360Z Downloaded cfg-if v1.0.0
4092025-01-31T04:16:12.362Z Downloaded float-ord v0.3.2
4102025-01-31T04:16:12.365Z Downloaded pest v2.7.13
4112025-01-31T04:16:12.369Z Downloaded pkg-config v0.3.31
4122025-01-31T04:16:12.371Z Downloaded futures-sink v0.3.30
4132025-01-31T04:16:12.374Z Downloaded dyn-clone v1.0.17
4142025-01-31T04:16:12.377Z Downloaded sigpipe v0.1.3
4152025-01-31T04:16:12.377Z Downloaded anstyle v1.0.10
4162025-01-31T04:16:12.382Z Downloaded colored v2.1.0
4172025-01-31T04:16:12.385Z Downloaded dtrace-parser v0.2.0
4182025-01-31T04:16:12.385Z Downloaded cstr-argument v0.1.2
4192025-01-31T04:16:12.385Z Downloaded crunchy v0.2.2
4202025-01-31T04:16:12.385Z Downloaded atomicwrites v0.4.4
4212025-01-31T04:16:12.388Z Downloaded dirs-sys-next v0.1.2
4222025-01-31T04:16:12.388Z Downloaded const-random-macro v0.1.16
4232025-01-31T04:16:12.390Z Downloaded quick-error v1.2.3
4242025-01-31T04:16:12.390Z Downloaded colorchoice v1.0.2
4252025-01-31T04:16:12.393Z Downloaded progenitor-client v0.8.0
4262025-01-31T04:16:12.393Z Downloaded proc-macro-crate v3.2.0
4272025-01-31T04:16:12.396Z Downloaded foreign-types v0.3.2
4282025-01-31T04:16:12.396Z Downloaded pretty-hex v0.2.1
4292025-01-31T04:16:12.399Z Downloaded prettyplease v0.2.22
4302025-01-31T04:16:12.402Z Downloaded futures-executor v0.3.30
4312025-01-31T04:16:12.404Z Downloaded data-encoding v2.6.0
4322025-01-31T04:16:12.405Z Downloaded cpufeatures v0.2.14
4332025-01-31T04:16:12.407Z Downloaded embedded-io v0.4.0
4342025-01-31T04:16:12.410Z Downloaded dof v0.3.0
4352025-01-31T04:16:12.410Z Downloaded scroll_derive v0.12.0
4362025-01-31T04:16:12.413Z Downloaded pretty-hex v0.4.1
4372025-01-31T04:16:12.413Z Downloaded fnv v1.0.7
4382025-01-31T04:16:12.415Z Downloaded shlex v1.3.0
4392025-01-31T04:16:12.418Z Downloaded debug-ignore v1.0.5
4402025-01-31T04:16:12.418Z Downloaded slog-bunyan v2.5.0
4412025-01-31T04:16:12.421Z Downloaded serde-big-array v0.5.1
4422025-01-31T04:16:12.423Z Downloaded scopeguard v1.2.0
4432025-01-31T04:16:12.423Z Downloaded quinn-udp v0.5.5
4442025-01-31T04:16:12.426Z Downloaded resolv-conf v0.7.0
4452025-01-31T04:16:12.428Z Downloaded powerfmt v0.2.0
4462025-01-31T04:16:12.429Z Downloaded futures-core v0.3.30
4472025-01-31T04:16:12.431Z Downloaded equivalent v1.0.1
4482025-01-31T04:16:12.431Z Downloaded fastrand v2.1.1
4492025-01-31T04:16:12.434Z Downloaded plain v0.2.3
4502025-01-31T04:16:12.436Z Downloaded futures-macro v0.3.30
4512025-01-31T04:16:12.436Z Downloaded signal-hook-registry v1.4.2
4522025-01-31T04:16:12.439Z Downloaded rustls-pki-types v1.8.0
4532025-01-31T04:16:12.442Z Downloaded futures-io v0.3.30
4542025-01-31T04:16:12.442Z Downloaded pest_derive v2.7.13
4552025-01-31T04:16:12.444Z Downloaded defmt-macros v0.3.9
4562025-01-31T04:16:12.447Z Downloaded crc32fast v1.4.2
4572025-01-31T04:16:12.450Z Downloaded ciborium v0.2.2
4582025-01-31T04:16:12.452Z Downloaded foreign-types-shared v0.3.1
4592025-01-31T04:16:12.455Z Downloaded rustls-pemfile v1.0.4
4602025-01-31T04:16:12.458Z Downloaded rustc_version v0.1.7
4612025-01-31T04:16:12.458Z Downloaded ahash v0.8.11
4622025-01-31T04:16:12.460Z Downloaded proc-macro-error-attr v1.0.4
4632025-01-31T04:16:12.463Z Downloaded slog-envlogger v2.2.0
4642025-01-31T04:16:12.466Z Downloaded ident_case v1.0.1
4652025-01-31T04:16:12.466Z Downloaded http-body v1.0.1
4662025-01-31T04:16:12.468Z Downloaded pest_generator v2.7.13
4672025-01-31T04:16:12.468Z Downloaded serde_repr v0.1.19
4682025-01-31T04:16:12.471Z Downloaded instant v0.1.13
4692025-01-31T04:16:12.474Z Downloaded openssl-macros v0.1.1
4702025-01-31T04:16:12.474Z Downloaded schemars_derive v0.8.21
4712025-01-31T04:16:12.476Z Downloaded ppv-lite86 v0.2.20
4722025-01-31T04:16:12.479Z Downloaded usdt-attr-macro v0.5.0
4732025-01-31T04:16:12.479Z Downloaded slab v0.4.9
4742025-01-31T04:16:12.481Z Downloaded slog-stdlog v4.1.1
4752025-01-31T04:16:12.481Z Downloaded dirs-next v2.0.0
4762025-01-31T04:16:12.484Z Downloaded defmt v0.3.8
4772025-01-31T04:16:12.487Z Downloaded serde_with_macros v3.9.0
4782025-01-31T04:16:12.490Z Downloaded heck v0.5.0
4792025-01-31T04:16:12.492Z Downloaded clap_derive v4.5.18
4802025-01-31T04:16:12.495Z Downloaded rustls-pemfile v2.1.3
4812025-01-31T04:16:12.497Z Downloaded crossbeam-epoch v0.9.18
4822025-01-31T04:16:12.500Z Downloaded sha1 v0.10.6
4832025-01-31T04:16:12.502Z Downloaded num_threads v0.1.7
4842025-01-31T04:16:12.505Z Downloaded http-body-util v0.1.2
4852025-01-31T04:16:12.508Z Downloaded sync_wrapper v1.0.1
4862025-01-31T04:16:12.508Z Downloaded sync_wrapper v0.1.2
4872025-01-31T04:16:12.510Z Downloaded num-integer v0.1.46
4882025-01-31T04:16:12.510Z Downloaded linked-hash-map v0.5.6
4892025-01-31T04:16:12.513Z Downloaded slog-scope v4.4.0
4902025-01-31T04:16:12.513Z Downloaded scroll v0.12.0
4912025-01-31T04:16:12.516Z Downloaded paste v1.0.15
4922025-01-31T04:16:12.518Z Downloaded slog-json v2.6.1
4932025-01-31T04:16:12.521Z Downloaded postcard v1.0.10
4942025-01-31T04:16:12.524Z Downloaded spin v0.5.2
4952025-01-31T04:16:12.527Z Downloaded strum_macros v0.25.3
4962025-01-31T04:16:12.529Z Downloaded serde_derive_internals v0.29.1
4972025-01-31T04:16:12.532Z Downloaded subtle v2.6.1
4982025-01-31T04:16:12.532Z Downloaded slog-term v2.9.1
4992025-01-31T04:16:12.535Z Downloaded omicron-workspace-hack v0.1.0
5002025-01-31T04:16:12.537Z Downloaded newtype_derive v0.1.6
5012025-01-31T04:16:12.537Z Downloaded rand_core v0.6.4
5022025-01-31T04:16:12.540Z Downloaded futures-task v0.3.30
5032025-01-31T04:16:12.540Z Downloaded usdt v0.5.0
5042025-01-31T04:16:12.543Z Downloaded slog-async v2.8.0
5052025-01-31T04:16:12.545Z Downloaded thiserror v1.0.69
5062025-01-31T04:16:12.549Z Downloaded clap v4.5.23
5072025-01-31T04:16:12.559Z Downloaded num-conv v0.1.0
5082025-01-31T04:16:12.562Z Downloaded thread-id v4.2.2
5092025-01-31T04:16:12.562Z Downloaded strum v0.26.3
5102025-01-31T04:16:12.565Z Downloaded managed v0.8.0
5112025-01-31T04:16:12.567Z Downloaded ryu v1.0.18
5122025-01-31T04:16:12.570Z Downloaded indent_write v2.2.0
5132025-01-31T04:16:12.570Z Downloaded macaddr v1.0.1
5142025-01-31T04:16:12.573Z Downloaded hubpack v0.1.2
5152025-01-31T04:16:12.576Z Downloaded smf v0.2.3
5162025-01-31T04:16:12.576Z Downloaded no-std-compat v0.4.1
5172025-01-31T04:16:12.576Z Downloaded once_cell v1.20.2
5182025-01-31T04:16:12.579Z Downloaded num-complex v0.4.6
5192025-01-31T04:16:12.582Z Downloaded tokio-rustls v0.24.1
5202025-01-31T04:16:12.585Z Downloaded num_enum v0.7.3
5212025-01-31T04:16:12.588Z Downloaded strum_macros v0.26.4
5222025-01-31T04:16:12.592Z Downloaded tinyvec_macros v0.1.1
5232025-01-31T04:16:12.595Z Downloaded sct v0.7.1
5242025-01-31T04:16:12.597Z Downloaded hex v0.4.3
5252025-01-31T04:16:12.600Z Downloaded pest_meta v2.7.13
5262025-01-31T04:16:12.602Z Downloaded base64 v0.21.7
5272025-01-31T04:16:12.605Z Downloaded allocator-api2 v0.2.18
5282025-01-31T04:16:12.608Z Downloaded crossbeam-channel v0.5.13
5292025-01-31T04:16:12.613Z Downloaded newline-converter v0.3.0
5302025-01-31T04:16:12.617Z Downloaded tower-service v0.3.3
5312025-01-31T04:16:12.617Z Downloaded parse-display v0.10.0
5322025-01-31T04:16:12.620Z Downloaded num_enum v0.5.11
5332025-01-31T04:16:12.623Z Downloaded swrite v0.1.0
5342025-01-31T04:16:12.625Z Downloaded time-core v0.1.2
5352025-01-31T04:16:12.625Z Downloaded structmeta-derive v0.3.0
5362025-01-31T04:16:12.628Z Downloaded parse-display-derive v0.10.0
5372025-01-31T04:16:12.628Z Downloaded usdt-macro v0.5.0
5382025-01-31T04:16:12.628Z Downloaded take_mut v0.2.2
5392025-01-31T04:16:12.630Z Downloaded num_enum_derive v0.5.11
5402025-01-31T04:16:12.630Z Downloaded match_cfg v0.1.0
5412025-01-31T04:16:12.633Z Downloaded tinyvec v1.8.0
5422025-01-31T04:16:12.636Z Downloaded fxhash v0.2.1
5432025-01-31T04:16:12.636Z Downloaded thread_local v1.1.8
5442025-01-31T04:16:12.638Z Downloaded generic-array v0.14.7
5452025-01-31T04:16:12.638Z Downloaded lru-cache v0.1.2
5462025-01-31T04:16:12.641Z Downloaded num v0.4.3
5472025-01-31T04:16:12.641Z Downloaded openssl-probe v0.1.5
5482025-01-31T04:16:12.643Z Downloaded darling_core v0.20.10
5492025-01-31T04:16:12.647Z Downloaded hyper-rustls v0.27.3
5502025-01-31T04:16:12.650Z Downloaded linear-map v1.2.0
5512025-01-31T04:16:12.653Z Downloaded progenitor-impl v0.8.0
5522025-01-31T04:16:12.656Z Downloaded serde_derive v1.0.215
5532025-01-31T04:16:12.658Z Downloaded mime v0.3.17
5542025-01-31T04:16:12.661Z Downloaded version_check v0.9.5
5552025-01-31T04:16:12.661Z Downloaded base64 v0.22.1
5562025-01-31T04:16:12.664Z Downloaded tokio-macros v2.4.0
5572025-01-31T04:16:12.667Z Downloaded itoa v1.0.11
5582025-01-31T04:16:12.669Z Downloaded typify v0.2.0
5592025-01-31T04:16:12.672Z Downloaded hostname v0.4.0
5602025-01-31T04:16:12.672Z Downloaded zone v0.3.0
5612025-01-31T04:16:12.675Z Downloaded smartstring v1.0.1
5622025-01-31T04:16:12.675Z Downloaded zone_cfg_derive v0.3.0
5632025-01-31T04:16:12.678Z Downloaded structmeta v0.3.0
5642025-01-31T04:16:12.678Z Downloaded thin-vec v0.2.13
5652025-01-31T04:16:12.680Z Downloaded waitgroup v0.1.2
5662025-01-31T04:16:12.680Z Downloaded indexmap v1.9.3
5672025-01-31T04:16:12.683Z Downloaded want v0.3.1
5682025-01-31T04:16:12.686Z Downloaded try-lock v0.2.5
5692025-01-31T04:16:12.686Z Downloaded tracing-core v0.1.32
5702025-01-31T04:16:12.689Z Downloaded expectorate v1.1.0
5712025-01-31T04:16:12.692Z Downloaded tabwriter v1.4.0
5722025-01-31T04:16:12.694Z Downloaded thiserror-impl v1.0.69
5732025-01-31T04:16:12.695Z Downloaded utf8parse v0.2.2
5742025-01-31T04:16:12.697Z Downloaded ipnetwork v0.20.0
5752025-01-31T04:16:12.697Z Downloaded tokio-native-tls v0.3.1
5762025-01-31T04:16:12.700Z Downloaded whoami v1.5.2
5772025-01-31T04:16:12.703Z Downloaded hubpack_derive v0.1.1
5782025-01-31T04:16:12.703Z Downloaded half v2.4.1
5792025-01-31T04:16:12.705Z Downloaded hyper-rustls v0.24.2
5802025-01-31T04:16:12.708Z Downloaded stable_deref_trait v1.2.0
5812025-01-31T04:16:12.711Z Downloaded is-terminal v0.4.13
5822025-01-31T04:16:12.711Z Downloaded typify-macro v0.2.0
5832025-01-31T04:16:12.711Z Downloaded strsim v0.11.1
5842025-01-31T04:16:12.714Z Downloaded humantime v2.1.0
5852025-01-31T04:16:12.714Z Downloaded hostname v0.3.1
5862025-01-31T04:16:12.716Z Downloaded toml v0.8.19
5872025-01-31T04:16:12.719Z Downloaded httpdate v1.0.3
5882025-01-31T04:16:12.722Z Downloaded term v0.7.0
5892025-01-31T04:16:12.724Z Downloaded lazy_static v1.5.0
5902025-01-31T04:16:12.727Z Downloaded memmap v0.7.0
5912025-01-31T04:16:12.730Z Downloaded owo-colors v4.1.0
5922025-01-31T04:16:12.732Z Downloaded num_enum_derive v0.7.3
5932025-01-31T04:16:12.732Z Downloaded num-iter v0.1.45
5942025-01-31T04:16:12.735Z Downloaded is_terminal_polyfill v1.70.1
5952025-01-31T04:16:12.735Z Downloaded tracing v0.1.40
5962025-01-31T04:16:12.739Z Downloaded untrusted v0.9.0
5972025-01-31T04:16:12.741Z Downloaded ipnet v2.10.0
5982025-01-31T04:16:12.744Z Downloaded static_assertions v1.1.0
5992025-01-31T04:16:12.744Z Downloaded url v2.5.2
6002025-01-31T04:16:12.747Z Downloaded unicode-ident v1.0.13
6012025-01-31T04:16:12.750Z Downloaded num-derive v0.4.2
6022025-01-31T04:16:12.753Z Downloaded multer v3.1.0
6032025-01-31T04:16:12.757Z Downloaded indexmap v2.5.0
6042025-01-31T04:16:12.759Z Downloaded num-rational v0.4.2
6052025-01-31T04:16:12.763Z Downloaded tokio-rustls v0.26.0
6062025-01-31T04:16:12.766Z Downloaded newtype-uuid v1.1.0
6072025-01-31T04:16:12.766Z Downloaded time-macros v0.2.18
6082025-01-31T04:16:12.769Z Downloaded num-derive v0.3.3
6092025-01-31T04:16:12.769Z Downloaded parking_lot v0.11.2
6102025-01-31T04:16:12.771Z Downloaded zerocopy v0.6.6
6112025-01-31T04:16:12.774Z Downloaded parking_lot_core v0.9.10
6122025-01-31T04:16:12.777Z Downloaded getrandom v0.2.15
6132025-01-31T04:16:12.780Z Downloaded unsafe-libyaml v0.2.11
6142025-01-31T04:16:12.783Z Downloaded serde v1.0.215
6152025-01-31T04:16:12.786Z Downloaded typenum v1.17.0
6162025-01-31T04:16:12.789Z Downloaded heapless v0.8.0
6172025-01-31T04:16:12.793Z Downloaded num-traits v0.2.19
6182025-01-31T04:16:12.796Z Downloaded rand v0.8.5
6192025-01-31T04:16:12.800Z Downloaded quinn v0.11.5
6202025-01-31T04:16:12.804Z Downloaded ucd-trie v0.1.6
6212025-01-31T04:16:12.806Z Downloaded terminal_size v0.4.0
6222025-01-31T04:16:12.809Z Downloaded tempfile v3.12.0
6232025-01-31T04:16:12.812Z Downloaded iana-time-zone v0.1.61
6242025-01-31T04:16:12.814Z Downloaded socket2 v0.5.8
6252025-01-31T04:16:12.817Z Downloaded similar v2.6.0
6262025-01-31T04:16:12.820Z Downloaded httparse v1.9.4
6272025-01-31T04:16:12.823Z Downloaded hyper-util v0.1.10
6282025-01-31T04:16:12.827Z Downloaded unicode-bidi v0.3.15
6292025-01-31T04:16:12.830Z Downloaded toml_datetime v0.6.8
6302025-01-31T04:16:12.833Z Downloaded hyper-tls v0.5.0
6312025-01-31T04:16:12.833Z Downloaded parking_lot v0.12.3
6322025-01-31T04:16:12.836Z Downloaded zerocopy-derive v0.7.35
6332025-01-31T04:16:12.840Z Downloaded hickory-resolver v0.24.1
6342025-01-31T04:16:12.845Z Downloaded uuid v1.11.0
6352025-01-31T04:16:12.849Z Downloaded schemars v0.8.21
6362025-01-31T04:16:12.861Z Downloaded nom v7.1.3
6372025-01-31T04:16:12.867Z Downloaded clap_builder v4.5.23
6382025-01-31T04:16:12.875Z Downloaded mio v1.0.2
6392025-01-31T04:16:12.881Z Downloaded steno v0.4.1
6402025-01-31T04:16:12.885Z Downloaded unicode-normalization v0.1.24
6412025-01-31T04:16:12.889Z Downloaded openssl-sys v0.9.103
6422025-01-31T04:16:12.894Z Downloaded itertools v0.13.0
6432025-01-31T04:16:12.902Z Downloaded toml_edit v0.22.21
6442025-01-31T04:16:12.925Z Downloaded toml_edit v0.19.15
6452025-01-31T04:16:12.941Z Downloaded itertools v0.10.5
6462025-01-31T04:16:12.948Z Downloaded hyper v1.5.1
6472025-01-31T04:16:12.955Z Downloaded memchr v2.7.4
6482025-01-31T04:16:12.960Z Downloaded minimal-lexical v0.2.1
6492025-01-31T04:16:12.965Z Downloaded winnow v0.5.40
6502025-01-31T04:16:12.974Z Downloaded serde_with v3.9.0
6512025-01-31T04:16:12.983Z Downloaded portable-atomic v1.8.0
6522025-01-31T04:16:12.991Z Downloaded hyper v0.14.30
6532025-01-31T04:16:12.999Z Downloaded itertools v0.12.1
6542025-01-31T04:16:13.008Z Downloaded dropshot v0.12.0
6552025-01-31T04:16:13.028Z Downloaded vcpkg v0.2.15
6562025-01-31T04:16:13.066Z Downloaded hashbrown v0.14.5
6572025-01-31T04:16:13.072Z Downloaded unicode-width v0.1.14
6582025-01-31T04:16:13.078Z Downloaded reqwest v0.12.9
6592025-01-31T04:16:13.086Z Downloaded quinn-proto v0.11.8
6602025-01-31T04:16:13.093Z Downloaded rustls-webpki v0.102.8
6612025-01-31T04:16:13.112Z Downloaded smoltcp v0.11.0
6622025-01-31T04:16:13.124Z Downloaded openapiv3 v2.0.0
6632025-01-31T04:16:13.136Z Downloaded idna v0.5.0
6642025-01-31T04:16:13.144Z Downloaded h2 v0.3.26
6652025-01-31T04:16:13.150Z Downloaded h2 v0.4.6
6662025-01-31T04:16:13.157Z Downloaded goblin v0.8.2
6672025-01-31T04:16:13.164Z Downloaded regex v1.10.6
6682025-01-31T04:16:13.177Z Downloaded idna v0.4.0
6692025-01-31T04:16:13.186Z Downloaded rustls-webpki v0.101.7
6702025-01-31T04:16:13.199Z Downloaded serde_json v1.0.133
6712025-01-31T04:16:13.205Z Downloaded reqwest v0.11.27
6722025-01-31T04:16:13.213Z Downloaded rustls v0.21.12
6732025-01-31T04:16:13.226Z Downloaded http v1.2.0
6742025-01-31T04:16:13.231Z Downloaded openssl v0.10.66
6752025-01-31T04:16:13.240Z Downloaded webpki-roots v0.25.4
6762025-01-31T04:16:13.243Z Downloaded syn v1.0.109
6772025-01-31T04:16:13.254Z Downloaded syn v2.0.87
6782025-01-31T04:16:13.265Z Downloaded rustls v0.22.4
6792025-01-31T04:16:13.282Z Downloaded webpki-roots v0.26.6
6802025-01-31T04:16:13.284Z Downloaded rhai v1.20.0
6812025-01-31T04:16:13.296Z Downloaded rustls v0.23.13
6822025-01-31T04:16:13.307Z Downloaded regex-syntax v0.8.4
6832025-01-31T04:16:13.316Z Downloaded regress v0.10.1
6842025-01-31T04:16:13.325Z Downloaded rustix v0.38.37
6852025-01-31T04:16:13.348Z Downloaded regress v0.9.1
6862025-01-31T04:16:13.357Z Downloaded hickory-proto v0.24.1
6872025-01-31T04:16:13.371Z Downloaded libc v0.2.167
6882025-01-31T04:16:13.398Z Downloaded tokio v1.42.0
6892025-01-31T04:16:13.436Z Downloaded sled v0.34.7
6902025-01-31T04:16:13.445Z Downloaded time v0.3.36
6912025-01-31T04:16:13.451Z Downloaded chrono v0.4.38
6922025-01-31T04:16:13.460Z Downloaded winnow v0.6.18
6932025-01-31T04:16:13.468Z Downloaded http v0.2.12
6942025-01-31T04:16:13.471Z Downloaded typify-impl v0.2.0
6952025-01-31T04:16:13.486Z Downloaded zerocopy-derive v0.6.6
6962025-01-31T04:16:13.496Z Downloaded tokio-util v0.7.12
6972025-01-31T04:16:13.503Z Downloaded regex-automata v0.4.7
6982025-01-31T04:16:13.519Z Downloaded libm v0.2.8
6992025-01-31T04:16:13.527Z Downloaded zerocopy v0.7.35
7002025-01-31T04:16:13.541Z Downloaded unicode-segmentation v1.12.0
7012025-01-31T04:16:13.545Z Downloaded futures-util v0.3.30
7022025-01-31T04:16:13.556Z Downloaded form_urlencoded v1.2.1
7032025-01-31T04:16:13.559Z Downloaded petgraph v0.6.5
7042025-01-31T04:16:13.574Z Downloaded encoding_rs v0.8.34
7052025-01-31T04:16:13.595Z Downloaded hashbrown v0.12.3
7062025-01-31T04:16:13.599Z Downloaded spin v0.9.8
7072025-01-31T04:16:13.602Z Downloaded tiny-keccak v2.0.2
7082025-01-31T04:16:13.605Z Downloaded zeroize v1.8.1
7092025-01-31T04:16:13.605Z Downloaded slog v2.7.0
7102025-01-31T04:16:13.608Z Downloaded cc v1.1.21
7112025-01-31T04:16:13.611Z Downloaded serde_yaml v0.9.34+deprecated
7122025-01-31T04:16:13.614Z Downloaded tokio-rustls v0.25.0
7132025-01-31T04:16:13.617Z Downloaded hyper-tls v0.6.0
7142025-01-31T04:16:13.617Z Downloaded libsw v3.3.1
7152025-01-31T04:16:13.620Z Downloaded password-hash v0.5.0
7162025-01-31T04:16:13.620Z Downloaded futures v0.3.30
7172025-01-31T04:16:13.624Z Downloaded heck v0.4.1
7182025-01-31T04:16:13.627Z Downloaded tracing-attributes v0.1.27
7192025-01-31T04:16:13.629Z Downloaded log v0.4.22
7202025-01-31T04:16:13.632Z Downloaded crossbeam-utils v0.8.20
7212025-01-31T04:16:13.632Z Downloaded bitflags v2.6.0
7222025-01-31T04:16:13.635Z Downloaded hash32 v0.3.1
7232025-01-31T04:16:13.638Z Downloaded usdt-impl v0.5.0
7242025-01-31T04:16:13.638Z Downloaded native-tls v0.2.12
7252025-01-31T04:16:13.641Z Downloaded lock_api v0.4.12
7262025-01-31T04:16:13.644Z Downloaded semver v0.1.20
7272025-01-31T04:16:13.644Z Downloaded anyhow v1.0.94
7282025-01-31T04:16:13.647Z Downloaded highway v1.2.0
7292025-01-31T04:16:13.649Z Downloaded proc-macro2 v1.0.86
7302025-01-31T04:16:13.652Z Downloaded quote v1.0.37
7312025-01-31T04:16:13.655Z Downloaded pin-project-lite v0.2.14
7322025-01-31T04:16:13.659Z Downloaded parking_lot_core v0.8.6
7332025-01-31T04:16:13.661Z Downloaded derive-where v1.2.7
7342025-01-31T04:16:13.664Z Downloaded embedded-io v0.6.1
7352025-01-31T04:16:13.664Z Downloaded darling v0.20.10
7362025-01-31T04:16:13.667Z Downloaded console v0.15.8
7372025-01-31T04:16:13.670Z Downloaded camino-tempfile v1.1.1
7382025-01-31T04:16:13.674Z Downloaded progenitor-macro v0.8.0
7392025-01-31T04:16:13.674Z Downloaded http-body v0.4.6
7402025-01-31T04:16:13.679Z Downloaded serde_spanned v0.6.7
7412025-01-31T04:16:13.679Z Downloaded rustc_version v0.4.1
7422025-01-31T04:16:13.679Z Downloaded serde_urlencoded v0.7.1
7432025-01-31T04:16:13.679Z Downloaded serde_path_to_error v0.1.16
7442025-01-31T04:16:13.681Z Downloaded proc-macro-crate v1.3.1
7452025-01-31T04:16:13.681Z Downloaded derive_more v0.99.18
7462025-01-31T04:16:13.684Z Downloaded cancel-safe-futures v0.1.5
7472025-01-31T04:16:13.686Z Downloaded bytes v1.7.2
7482025-01-31T04:16:13.689Z Downloaded cookie v0.18.1
7492025-01-31T04:16:13.693Z Downloaded camino v1.1.9
7502025-01-31T04:16:13.695Z Downloaded blake2 v0.10.6
7512025-01-31T04:16:13.698Z Downloaded smallvec v1.13.2
7522025-01-31T04:16:13.698Z Downloaded semver v1.0.23
7532025-01-31T04:16:13.701Z Downloaded proc-macro-error v1.0.4
7542025-01-31T04:16:13.704Z Downloaded digest v0.10.7
7552025-01-31T04:16:13.706Z Downloaded slog-dtrace v0.3.0
7562025-01-31T04:16:13.706Z Downloaded progenitor v0.8.0
7572025-01-31T04:16:13.706Z Downloaded sha2 v0.10.8
7582025-01-31T04:16:13.710Z Downloaded serde_tokenstream v0.2.2
7592025-01-31T04:16:13.712Z Downloaded rhai_codegen v2.2.0
7602025-01-31T04:16:13.717Z Downloaded autocfg v1.3.0
7612025-01-31T04:16:13.720Z Downloaded foreign-types v0.5.0
7622025-01-31T04:16:13.720Z Downloaded atomic-waker v1.1.2
7632025-01-31T04:16:13.723Z Downloaded dropshot_endpoint v0.12.0
7642025-01-31T04:16:13.725Z Downloaded rand_chacha v0.3.1
7652025-01-31T04:16:13.726Z Downloaded block-buffer v0.10.4
7662025-01-31T04:16:13.726Z Downloaded backoff v0.4.0
7672025-01-31T04:16:13.728Z Downloaded base64ct v1.6.0
7682025-01-31T04:16:13.731Z Downloaded bitflags v1.3.2
7692025-01-31T04:16:13.734Z Downloaded rustversion v1.0.17
7702025-01-31T04:16:13.734Z Downloaded futures-channel v0.3.30
7712025-01-31T04:16:13.736Z Downloaded enum-as-inner v0.6.1
7722025-01-31T04:16:13.739Z Downloaded defmt-parser v0.3.4
7732025-01-31T04:16:13.739Z Downloaded rustc-hash v2.0.0
7742025-01-31T04:16:13.739Z Downloaded fixedbitset v0.4.2
7752025-01-31T04:16:13.741Z Downloaded either v1.13.0
7762025-01-31T04:16:13.741Z Downloaded deranged v0.3.11
7772025-01-31T04:16:13.744Z Downloaded async-trait v0.1.83
7782025-01-31T04:16:13.748Z Downloaded crypto-common v0.1.6
7792025-01-31T04:16:13.748Z Downloaded convert_case v0.4.0
7802025-01-31T04:16:13.748Z Downloaded anstyle-query v1.1.1
7812025-01-31T04:16:13.750Z Downloaded cobs v0.2.3
7822025-01-31T04:16:13.751Z Downloaded byteorder v1.5.0
7832025-01-31T04:16:13.751Z Downloaded errno v0.3.9
7842025-01-31T04:16:13.755Z Downloaded async-stream v0.3.5
7852025-01-31T04:16:13.755Z Downloaded anstyle-parse v0.2.5
7862025-01-31T04:16:13.758Z Downloaded clap_lex v0.7.4
7872025-01-31T04:16:13.758Z Downloaded pin-utils v0.1.0
7882025-01-31T04:16:13.758Z Downloaded crc8 v0.1.1
7892025-01-31T04:16:13.758Z Downloaded argon2 v0.5.3
7902025-01-31T04:16:13.780Z Downloaded aho-corasick v1.1.3
7912025-01-31T04:16:13.910Z Downloaded ring v0.17.8
7922025-01-31T04:16:14.254Z Compiling proc-macro2 v1.0.86
7932025-01-31T04:16:14.255Z Compiling unicode-ident v1.0.13
7942025-01-31T04:16:14.257Z Compiling libc v0.2.167
7952025-01-31T04:16:14.257Z Compiling serde v1.0.215
7962025-01-31T04:16:14.257Z Compiling autocfg v1.3.0
7972025-01-31T04:16:14.257Z Compiling version_check v0.9.5
7982025-01-31T04:16:14.291Z Compiling cfg-if v1.0.0
7992025-01-31T04:16:14.428Z Compiling once_cell v1.20.2
8002025-01-31T04:16:14.467Z Compiling libm v0.2.8
8012025-01-31T04:16:14.533Z Compiling memchr v2.7.4
8022025-01-31T04:16:14.881Z Compiling byteorder v1.5.0
8032025-01-31T04:16:15.065Z Compiling parking_lot_core v0.9.10
8042025-01-31T04:16:15.085Z Compiling lock_api v0.4.12
8052025-01-31T04:16:15.442Z Compiling shlex v1.3.0
8062025-01-31T04:16:15.543Z Compiling thiserror v1.0.69
8072025-01-31T04:16:15.825Z Compiling cc v1.1.21
8082025-01-31T04:16:15.938Z Compiling itoa v1.0.11
8092025-01-31T04:16:16.148Z Compiling portable-atomic v1.8.0
8102025-01-31T04:16:16.199Z Compiling quote v1.0.37
8112025-01-31T04:16:16.264Z Compiling getrandom v0.2.15
8122025-01-31T04:16:16.650Z Compiling syn v2.0.87
8132025-01-31T04:16:16.770Z Compiling slab v0.4.9
8142025-01-31T04:16:16.810Z Compiling schemars v0.8.21
8152025-01-31T04:16:16.837Z Compiling ahash v0.8.11
8162025-01-31T04:16:16.877Z Compiling allocator-api2 v0.2.18
8172025-01-31T04:16:17.156Z Compiling num-traits v0.2.19
8182025-01-31T04:16:17.256Z Compiling ryu v1.0.18
8192025-01-31T04:16:17.552Z Compiling serde_json v1.0.133
8202025-01-31T04:16:17.609Z Compiling pin-project-lite v0.2.14
8212025-01-31T04:16:18.040Z Compiling equivalent v1.0.1
8222025-01-31T04:16:18.139Z Compiling log v0.4.22
8232025-01-31T04:16:18.158Z Compiling scopeguard v1.2.0
8242025-01-31T04:16:18.204Z Compiling fnv v1.0.7
8252025-01-31T04:16:18.359Z Compiling heck v0.5.0
8262025-01-31T04:16:18.546Z Compiling vcpkg v0.2.15
8272025-01-31T04:16:18.573Z Compiling ring v0.17.8
8282025-01-31T04:16:18.767Z Compiling crunchy v0.2.2
8292025-01-31T04:16:18.788Z Compiling pkg-config v0.3.31
8302025-01-31T04:16:19.296Z Compiling signal-hook-registry v1.4.2
8312025-01-31T04:16:19.570Z Compiling mio v1.0.2
8322025-01-31T04:16:19.900Z Compiling socket2 v0.5.8
8332025-01-31T04:16:19.963Z Compiling tiny-keccak v2.0.2
8342025-01-31T04:16:20.036Z Compiling openssl-sys v0.9.103
8352025-01-31T04:16:20.183Z Compiling slog v2.7.0
8362025-01-31T04:16:20.309Z Compiling httparse v1.9.4
8372025-01-31T04:16:20.774Z Compiling iana-time-zone v0.1.61
8382025-01-31T04:16:21.126Z Compiling futures-core v0.3.30
8392025-01-31T04:16:21.262Z Compiling const-random-macro v0.1.16
8402025-01-31T04:16:21.377Z Compiling dyn-clone v1.0.17
8412025-01-31T04:16:21.438Z Compiling openssl v0.10.66
8422025-01-31T04:16:21.514Z Compiling futures-sink v0.3.30
8432025-01-31T04:16:21.939Z Compiling native-tls v0.2.12
8442025-01-31T04:16:22.003Z Compiling const-random v0.1.18
8452025-01-31T04:16:22.034Z Compiling semver v1.0.23
8462025-01-31T04:16:22.111Z Compiling rustls v0.23.13
8472025-01-31T04:16:22.154Z Compiling typenum v1.17.0
8482025-01-31T04:16:22.157Z Compiling futures-channel v0.3.30
8492025-01-31T04:16:22.194Z Compiling futures-task v0.3.30
8502025-01-31T04:16:22.212Z Compiling pin-utils v0.1.0
8512025-01-31T04:16:22.321Z Compiling futures-io v0.3.30
8522025-01-31T04:16:22.343Z Compiling generic-array v0.14.7
8532025-01-31T04:16:22.472Z Compiling tracing-core v0.1.32
8542025-01-31T04:16:22.507Z Compiling bitflags v2.6.0
8552025-01-31T04:16:22.618Z Compiling subtle v2.6.1
8562025-01-31T04:16:22.652Z Compiling ucd-trie v0.1.6
8572025-01-31T04:16:22.672Z Compiling aho-corasick v1.1.3
8582025-01-31T04:16:22.709Z Compiling anyhow v1.0.94
8592025-01-31T04:16:22.908Z Compiling regex-syntax v0.8.4
8602025-01-31T04:16:23.235Z Compiling serde_derive_internals v0.29.1
8612025-01-31T04:16:23.301Z Compiling num-conv v0.1.0
8622025-01-31T04:16:23.320Z Compiling time-core v0.1.2
8632025-01-31T04:16:23.581Z Compiling time-macros v0.2.18
8642025-01-31T04:16:24.916Z Compiling spin v0.9.8
8652025-01-31T04:16:24.970Z Compiling rustls-pki-types v1.8.0
8662025-01-31T04:16:25.262Z Compiling usdt-impl v0.5.0
8672025-01-31T04:16:25.662Z Compiling omicron-workspace-hack v0.1.0
8682025-01-31T04:16:26.022Z Compiling untrusted v0.9.0
8692025-01-31T04:16:26.417Z Compiling regex-automata v0.4.7
8702025-01-31T04:16:26.444Z Compiling tinyvec_macros v0.1.1
8712025-01-31T04:16:26.466Z Compiling atomic-waker v1.1.2
8722025-01-31T04:16:26.549Z Compiling rustversion v1.0.17
8732025-01-31T04:16:26.678Z Compiling strsim v0.11.1
8742025-01-31T04:16:27.218Z Compiling plain v0.2.3
8752025-01-31T04:16:27.417Z Compiling tinyvec v1.8.0
8762025-01-31T04:16:27.596Z Compiling serde_derive v1.0.215
8772025-01-31T04:16:28.249Z Compiling zerocopy-derive v0.7.35
8782025-01-31T04:16:28.288Z Compiling thiserror-impl v1.0.69
8792025-01-31T04:16:29.087Z Compiling tokio-macros v2.4.0
8802025-01-31T04:16:29.949Z Compiling schemars_derive v0.8.21
8812025-01-31T04:16:30.218Z Compiling zerocopy v0.7.35
8822025-01-31T04:16:31.085Z Compiling futures-macro v0.3.30
8832025-01-31T04:16:32.056Z Compiling hashbrown v0.14.5
8842025-01-31T04:16:32.884Z Compiling openssl-macros v0.1.1
8852025-01-31T04:16:33.055Z Compiling futures-util v0.3.30
8862025-01-31T04:16:33.170Z Compiling tracing-attributes v0.1.27
8872025-01-31T04:16:33.244Z Compiling scroll_derive v0.12.0
8882025-01-31T04:16:33.483Z Compiling regress v0.10.1
8892025-01-31T04:16:33.738Z Compiling pest v2.7.13
8902025-01-31T04:16:34.445Z Compiling regex v1.10.6
8912025-01-31T04:16:35.373Z Compiling scroll v0.12.0
8922025-01-31T04:16:36.195Z Compiling tracing v0.1.40
8932025-01-31T04:16:36.657Z Compiling pest_meta v2.7.13
8942025-01-31T04:16:36.858Z Compiling goblin v0.8.2
8952025-01-31T04:16:38.984Z Compiling pest_generator v2.7.13
8962025-01-31T04:16:39.129Z Compiling rustls-webpki v0.102.8
8972025-01-31T04:16:40.197Z Compiling bytes v1.7.2
8982025-01-31T04:16:40.682Z Compiling smallvec v1.13.2
8992025-01-31T04:16:41.524Z Compiling indexmap v2.5.0
9002025-01-31T04:16:42.826Z Compiling parking_lot v0.12.3
9012025-01-31T04:16:42.862Z Compiling chrono v0.4.38
9022025-01-31T04:16:42.972Z Compiling uuid v1.11.0
9032025-01-31T04:16:43.420Z Compiling tokio v1.42.0
9042025-01-31T04:16:43.586Z Compiling serde_tokenstream v0.2.2
9052025-01-31T04:16:44.143Z Compiling http v1.2.0
9062025-01-31T04:16:47.152Z Compiling pest_derive v2.7.13
9072025-01-31T04:16:47.358Z Compiling openapiv3 v2.0.0
9082025-01-31T04:16:48.091Z Compiling rand_core v0.6.4
9092025-01-31T04:16:48.592Z Compiling try-lock v0.2.5
9102025-01-31T04:16:48.786Z Compiling typify-impl v0.2.0
9112025-01-31T04:16:49.836Z Compiling http-body v1.0.1
9122025-01-31T04:16:50.158Z Compiling unsafe-libyaml v0.2.11
9132025-01-31T04:16:51.148Z Compiling zeroize v1.8.1
9142025-01-31T04:16:51.300Z Compiling pretty-hex v0.4.1
9152025-01-31T04:16:51.542Z Compiling percent-encoding v2.3.1
9162025-01-31T04:16:51.563Z Compiling dof v0.3.0
9172025-01-31T04:16:51.763Z Compiling form_urlencoded v1.2.1
9182025-01-31T04:16:51.841Z Compiling serde_yaml v0.9.34+deprecated
9192025-01-31T04:16:52.037Z Compiling want v0.3.1
9202025-01-31T04:16:52.295Z Compiling dtrace-parser v0.2.0
9212025-01-31T04:16:52.344Z Compiling ipnetwork v0.20.0
9222025-01-31T04:16:53.050Z Compiling tokio-util v0.7.12
9232025-01-31T04:16:53.899Z Compiling unicode-normalization v0.1.24
9242025-01-31T04:16:54.962Z Compiling h2 v0.4.6
9252025-01-31T04:16:55.443Z Compiling thread-id v4.2.2
9262025-01-31T04:16:55.578Z Compiling syn v1.0.109
9272025-01-31T04:16:56.044Z Compiling foreign-types-shared v0.1.1
9282025-01-31T04:16:56.126Z Compiling unicode-bidi v0.3.15
9292025-01-31T04:16:56.159Z Compiling ident_case v1.0.1
9302025-01-31T04:16:56.177Z Compiling camino v1.1.9
9312025-01-31T04:16:56.344Z Compiling httpdate v1.0.3
9322025-01-31T04:16:56.385Z Compiling rustls v0.22.4
9332025-01-31T04:16:56.726Z Compiling darling_core v0.20.10
9342025-01-31T04:16:56.827Z Compiling foreign-types v0.3.2
9352025-01-31T04:16:57.125Z Compiling ppv-lite86 v0.2.20
9362025-01-31T04:16:58.538Z Compiling tower-service v0.3.3
9372025-01-31T04:16:58.805Z Compiling slog-async v2.8.0
9382025-01-31T04:16:59.312Z Compiling typify-macro v0.2.0
9392025-01-31T04:16:59.607Z Compiling rand_chacha v0.3.1
9402025-01-31T04:16:59.810Z Compiling idna v0.5.0
9412025-01-31T04:17:01.350Z Compiling hyper v1.5.1
9422025-01-31T04:17:02.265Z Compiling darling_macro v0.20.10
9432025-01-31T04:17:02.795Z Compiling typify v0.2.0
9442025-01-31T04:17:02.948Z Compiling progenitor-impl v0.8.0
9452025-01-31T04:17:03.679Z Compiling toml_datetime v0.6.8
9462025-01-31T04:17:04.152Z Compiling hyper-util v0.1.10
9472025-01-31T04:17:09.011Z Compiling progenitor-macro v0.8.0
9482025-01-31T04:17:09.962Z Compiling multer v3.1.0
9492025-01-31T04:17:11.624Z Compiling paste v1.0.15
9502025-01-31T04:17:12.155Z Compiling openssl-probe v0.1.5
9512025-01-31T04:17:14.943Z Compiling darling v0.20.10
9522025-01-31T04:17:15.074Z Compiling url v2.5.2
9532025-01-31T04:17:15.339Z Compiling rand v0.8.5
9542025-01-31T04:17:17.787Z Compiling usdt-attr-macro v0.5.0
9552025-01-31T04:17:19.441Z Compiling usdt-macro v0.5.0
9562025-01-31T04:17:20.308Z Compiling http-body-util v0.1.2
9572025-01-31T04:17:20.525Z Compiling async-trait v0.1.83
9582025-01-31T04:17:22.076Z Compiling encoding_rs v0.8.34
9592025-01-31T04:17:22.449Z Compiling ipnet v2.10.0
9602025-01-31T04:17:22.823Z Compiling base64 v0.22.1
9612025-01-31T04:17:23.313Z Compiling mime v0.3.17
9622025-01-31T04:17:23.921Z Compiling rustls-pemfile v2.1.3
9632025-01-31T04:17:25.461Z Compiling tokio-rustls v0.26.0
9642025-01-31T04:17:26.009Z Compiling serde_with_macros v3.9.0
9652025-01-31T04:17:26.756Z Compiling tokio-native-tls v0.3.1
9662025-01-31T04:17:27.088Z Compiling strum_macros v0.26.4
9672025-01-31T04:17:27.220Z Compiling serde_urlencoded v0.7.1
9682025-01-31T04:17:28.555Z Compiling async-stream-impl v0.3.5
9692025-01-31T04:17:28.557Z Compiling structmeta-derive v0.3.0
9702025-01-31T04:17:29.888Z Compiling webpki-roots v0.26.6
9712025-01-31T04:17:30.148Z Compiling dropshot v0.12.0
9722025-01-31T04:17:30.537Z Compiling crossbeam-utils v0.8.20
9732025-01-31T04:17:31.055Z Compiling powerfmt v0.2.0
9742025-01-31T04:17:31.398Z Compiling deranged v0.3.11
9752025-01-31T04:17:31.542Z Compiling structmeta v0.3.0
9762025-01-31T04:17:32.489Z Compiling hyper-rustls v0.27.3
9772025-01-31T04:17:33.098Z Compiling hyper-tls v0.6.0
9782025-01-31T04:17:33.585Z Compiling sync_wrapper v1.0.1
9792025-01-31T04:17:34.230Z Compiling num_threads v0.1.7
9802025-01-31T04:17:34.380Z Compiling winnow v0.6.18
9812025-01-31T04:17:36.709Z Compiling time v0.3.36
9822025-01-31T04:17:37.853Z Compiling reqwest v0.12.9
9832025-01-31T04:17:39.115Z Compiling parse-display-derive v0.10.0
9842025-01-31T04:17:40.526Z Compiling block-buffer v0.10.4
9852025-01-31T04:17:40.795Z Compiling crypto-common v0.1.6
9862025-01-31T04:17:41.043Z Compiling dropshot_endpoint v0.12.0
9872025-01-31T04:17:42.888Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9882025-01-31T04:17:45.033Z Compiling digest v0.10.7
9892025-01-31T04:17:45.055Z Compiling progenitor-client v0.8.0
9902025-01-31T04:17:45.934Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9912025-01-31T04:17:48.386Z Compiling dirs-sys-next v0.1.2
9922025-01-31T04:17:48.758Z Compiling rustix v0.38.37
9932025-01-31T04:17:49.440Z Compiling match_cfg v0.1.0
9942025-01-31T04:17:49.725Z Compiling lazy_static v1.5.0
9952025-01-31T04:17:49.881Z Compiling hostname v0.3.1
9962025-01-31T04:17:50.187Z Compiling dirs-next v2.0.0
9972025-01-31T04:17:50.468Z Compiling progenitor v0.8.0
9982025-01-31T04:17:52.885Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9992025-01-31T04:17:53.821Z Compiling futures-executor v0.3.30
10002025-01-31T04:17:54.525Z Compiling thread_local v1.1.8
10012025-01-31T04:17:54.893Z Compiling errno v0.3.9
10022025-01-31T04:17:55.205Z Compiling instant v0.1.13
10032025-01-31T04:17:55.423Z Compiling unicode-width v0.1.14
10042025-01-31T04:17:55.953Z Compiling cpufeatures v0.2.14
10052025-01-31T04:17:56.577Z Compiling futures v0.3.30
10062025-01-31T04:17:57.990Z Compiling term v0.7.0
10072025-01-31T04:17:58.848Z Compiling crossbeam-channel v0.5.13
10082025-01-31T04:18:00.797Z Compiling serde_spanned v0.6.7
10092025-01-31T04:18:01.532Z Compiling memmap v0.7.0
10102025-01-31T04:18:01.789Z Compiling is-terminal v0.4.13
10112025-01-31T04:18:01.944Z Compiling take_mut v0.2.2
10122025-01-31T04:18:02.424Z Compiling slog-term v2.9.1
10132025-01-31T04:18:02.572Z Compiling usdt v0.5.0
10142025-01-31T04:18:03.962Z Compiling toml_edit v0.22.21
10152025-01-31T04:18:05.122Z Compiling slog-json v2.6.1
10162025-01-31T04:18:05.566Z Compiling strum v0.26.3
10172025-01-31T04:18:05.779Z Compiling serde_with v3.9.0
10182025-01-31T04:18:08.326Z Compiling heapless v0.8.0
10192025-01-31T04:18:08.895Z Compiling debug-ignore v1.0.5
10202025-01-31T04:18:09.639Z Compiling tokio-rustls v0.25.0
10212025-01-31T04:18:11.098Z Compiling toml v0.8.19
10222025-01-31T04:18:12.799Z Compiling slog-bunyan v2.5.0
10232025-01-31T04:18:12.802Z Compiling sha1 v0.10.6
10242025-01-31T04:18:13.166Z Compiling async-stream v0.3.5
10252025-01-31T04:18:13.487Z Compiling newtype-uuid v1.1.0
10262025-01-31T04:18:13.650Z Compiling hex v0.4.3
10272025-01-31T04:18:13.833Z Compiling serde_path_to_error v0.1.16
10282025-01-31T04:18:14.285Z Compiling waitgroup v0.1.2
10292025-01-31T04:18:14.390Z Compiling hostname v0.4.0
10302025-01-31T04:18:14.539Z Compiling hash32 v0.3.1
10312025-01-31T04:18:14.672Z Compiling smoltcp v0.11.0
10322025-01-31T04:18:14.823Z Compiling stable_deref_trait v1.2.0
10332025-01-31T04:18:17.149Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10342025-01-31T04:18:17.352Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10352025-01-31T04:18:17.891Z Compiling backoff v0.4.0
10362025-01-31T04:18:17.968Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10372025-01-31T04:18:18.251Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10382025-01-31T04:18:18.480Z Compiling parse-display v0.10.0
10392025-01-31T04:18:20.364Z Compiling macaddr v1.0.1
10402025-01-31T04:18:20.986Z Compiling regress v0.9.1
10412025-01-31T04:18:22.683Z Compiling clap_derive v4.5.18
10422025-01-31T04:18:24.917Z Compiling bitflags v1.3.2
10432025-01-31T04:18:25.049Z Compiling winnow v0.5.40
10442025-01-31T04:18:25.298Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10452025-01-31T04:18:25.718Z Compiling utf8parse v0.2.2
10462025-01-31T04:18:25.909Z Compiling managed v0.8.0
10472025-01-31T04:18:26.740Z Compiling cobs v0.2.3
10482025-01-31T04:18:27.152Z Compiling postcard v1.0.10
10492025-01-31T04:18:27.834Z Compiling anstyle-parse v0.2.5
10502025-01-31T04:18:28.254Z Compiling toml_edit v0.19.15
10512025-01-31T04:18:28.458Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10522025-01-31T04:18:35.104Z Compiling anstyle-query v1.1.1
10532025-01-31T04:18:35.280Z Compiling anstyle v1.0.10
10542025-01-31T04:18:35.441Z Compiling colorchoice v1.0.2
10552025-01-31T04:18:35.596Z Compiling is_terminal_polyfill v1.70.1
10562025-01-31T04:18:36.144Z Compiling anstream v0.6.15
10572025-01-31T04:18:37.504Z Compiling proc-macro-crate v1.3.1
10582025-01-31T04:18:37.846Z Compiling terminal_size v0.4.0
10592025-01-31T04:18:38.245Z Compiling clap_lex v0.7.4
10602025-01-31T04:18:38.348Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10612025-01-31T04:18:38.676Z Compiling clap_builder v4.5.23
10622025-01-31T04:18:38.738Z Compiling num_enum_derive v0.5.11
10632025-01-31T04:18:40.049Z Compiling tabwriter v1.4.0
10642025-01-31T04:18:40.947Z Compiling foreign-types-macros v0.2.3
10652025-01-31T04:18:40.970Z Compiling num-integer v0.1.46
10662025-01-31T04:18:41.368Z Compiling foreign-types-shared v0.3.1
10672025-01-31T04:18:41.521Z Compiling num_enum v0.5.11
10682025-01-31T04:18:42.225Z Compiling foreign-types v0.5.0
10692025-01-31T04:18:42.380Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10702025-01-31T04:18:42.784Z Compiling cstr-argument v0.1.2
10712025-01-31T04:18:43.053Z Compiling clap v4.5.23
10722025-01-31T04:18:43.071Z Compiling proc-macro-error-attr v1.0.4
10732025-01-31T04:18:43.271Z Compiling prettyplease v0.2.22
10742025-01-31T04:18:43.449Z Compiling either v1.13.0
10752025-01-31T04:18:43.622Z Compiling pretty-hex v0.2.1
10762025-01-31T04:18:43.908Z Compiling heck v0.4.1
10772025-01-31T04:18:44.175Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10782025-01-31T04:18:44.338Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10792025-01-31T04:18:44.564Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10802025-01-31T04:18:45.858Z Compiling num-rational v0.4.2
10812025-01-31T04:18:46.580Z Compiling num-iter v0.1.45
10822025-01-31T04:18:46.958Z Compiling colored v2.1.0
10832025-01-31T04:18:48.283Z Compiling num-complex v0.4.6
10842025-01-31T04:18:48.865Z Compiling proc-macro-error v1.0.4
10852025-01-31T04:18:49.031Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862025-01-31T04:18:49.254Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10872025-01-31T04:18:49.295Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10882025-01-31T04:18:49.415Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892025-01-31T04:18:49.629Z Compiling fastrand v2.1.1
10902025-01-31T04:18:50.121Z Compiling tempfile v3.12.0
10912025-01-31T04:18:50.303Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922025-01-31T04:18:51.314Z Compiling num v0.4.3
10932025-01-31T04:18:53.809Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10942025-01-31T04:18:54.272Z Compiling crucible-workspace-hack v0.1.0
10952025-01-31T04:18:54.394Z Compiling float-ord v0.3.2
10962025-01-31T04:18:54.588Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10972025-01-31T04:19:01.085Z Compiling semver v0.1.20
10982025-01-31T04:19:01.627Z Compiling unicode-segmentation v1.12.0
10992025-01-31T04:19:02.086Z Compiling rustc_version v0.1.7
11002025-01-31T04:19:02.407Z Compiling newline-converter v0.3.0
11012025-01-31T04:19:02.740Z Compiling zone_cfg_derive v0.3.0
11022025-01-31T04:19:02.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11032025-01-31T04:19:04.089Z Compiling camino-tempfile v1.1.1
11042025-01-31T04:19:04.174Z Compiling itertools v0.10.5
11052025-01-31T04:19:04.740Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11062025-01-31T04:19:04.839Z Compiling console v0.15.8
11072025-01-31T04:19:05.221Z Compiling num-derive v0.4.2
11082025-01-31T04:19:05.647Z Compiling sigpipe v0.1.3
11092025-01-31T04:19:05.989Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11102025-01-31T04:19:06.370Z Compiling base64ct v1.6.0
11112025-01-31T04:19:07.051Z Compiling similar v2.6.0
11122025-01-31T04:19:07.084Z Compiling password-hash v0.5.0
11132025-01-31T04:19:07.633Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11142025-01-31T04:19:07.935Z Compiling zone v0.3.0
11152025-01-31T04:19:09.001Z Compiling expectorate v1.1.0
11162025-01-31T04:19:09.265Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11172025-01-31T04:19:09.286Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182025-01-31T04:19:09.308Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11192025-01-31T04:19:11.233Z Compiling newtype_derive v0.1.6
11202025-01-31T04:19:11.658Z Compiling blake2 v0.10.6
11212025-01-31T04:19:12.309Z Compiling hubpack_derive v0.1.1
11222025-01-31T04:19:12.511Z Compiling smf v0.2.3
11232025-01-31T04:19:12.875Z Compiling zerocopy-derive v0.6.6
11242025-01-31T04:19:13.031Z Compiling owo-colors v4.1.0
11252025-01-31T04:19:13.188Z Compiling whoami v1.5.2
11262025-01-31T04:19:13.386Z Compiling cancel-safe-futures v0.1.5
11272025-01-31T04:19:13.784Z Compiling fixedbitset v0.4.2
11282025-01-31T04:19:14.098Z Compiling petgraph v0.6.5
11292025-01-31T04:19:14.740Z Compiling zerocopy v0.6.6
11302025-01-31T04:19:15.082Z Compiling hubpack v0.1.2
11312025-01-31T04:19:15.281Z Compiling argon2 v0.5.3
11322025-01-31T04:19:15.643Z Compiling strum_macros v0.25.3
11332025-01-31T04:19:17.664Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11342025-01-31T04:19:18.307Z Compiling serde-big-array v0.5.1
11352025-01-31T04:19:18.388Z Compiling serde_repr v0.1.19
11362025-01-31T04:19:18.495Z Compiling cookie v0.18.1
11372025-01-31T04:19:18.583Z Compiling convert_case v0.4.0
11382025-01-31T04:19:18.887Z Compiling static_assertions v1.1.0
11392025-01-31T04:19:19.083Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402025-01-31T04:19:19.271Z Compiling derive_more v0.99.18
11412025-01-31T04:19:19.467Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422025-01-31T04:19:19.537Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11432025-01-31T04:19:20.672Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442025-01-31T04:19:22.087Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452025-01-31T04:19:22.638Z Compiling atomicwrites v0.4.4
11462025-01-31T04:19:23.165Z Compiling itertools v0.13.0
11472025-01-31T04:19:25.539Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11482025-01-31T04:19:26.537Z Compiling idna v0.4.0
11492025-01-31T04:19:26.727Z Compiling libsw v3.3.1
11502025-01-31T04:19:26.773Z Compiling derive-where v1.2.7
11512025-01-31T04:19:27.083Z Compiling enum-as-inner v0.6.1
11522025-01-31T04:19:27.961Z Compiling data-encoding v2.6.0
11532025-01-31T04:19:28.238Z Compiling quick-error v1.2.3
11542025-01-31T04:19:28.260Z Compiling linked-hash-map v0.5.6
11552025-01-31T04:19:28.404Z Compiling indent_write v2.2.0
11562025-01-31T04:19:28.631Z Compiling swrite v0.1.0
11572025-01-31T04:19:28.652Z Compiling highway v1.2.0
11582025-01-31T04:19:28.790Z Compiling linear-map v1.2.0
11592025-01-31T04:19:29.209Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11602025-01-31T04:19:29.849Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612025-01-31T04:19:30.133Z Compiling hickory-proto v0.24.1
11622025-01-31T04:19:30.437Z Compiling lru-cache v0.1.2
11632025-01-31T04:19:30.677Z Compiling resolv-conf v0.7.0
11642025-01-31T04:19:32.255Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652025-01-31T04:19:32.601Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662025-01-31T04:19:33.288Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672025-01-31T04:19:34.737Z Compiling steno v0.4.1
11682025-01-31T04:19:36.511Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11692025-01-31T04:19:37.932Z Compiling slog-dtrace v0.3.0
11702025-01-31T04:19:38.331Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11712025-01-31T04:19:38.715Z Compiling parking_lot_core v0.8.6
11722025-01-31T04:19:39.189Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732025-01-31T04:19:39.379Z Compiling humantime v2.1.0
11742025-01-31T04:19:39.881Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752025-01-31T04:19:40.267Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762025-01-31T04:19:43.408Z Compiling hickory-resolver v0.24.1
11772025-01-31T04:19:43.454Z Compiling num-derive v0.3.3
11782025-01-31T04:19:43.926Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792025-01-31T04:19:44.035Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11802025-01-31T04:19:45.133Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11812025-01-31T04:19:45.663Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11822025-01-31T04:19:45.915Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11832025-01-31T04:19:46.683Z Compiling parking_lot v0.11.2
11842025-01-31T04:19:46.804Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11852025-01-31T04:19:48.627Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11862025-01-31T04:19:49.625Z Compiling crossbeam-epoch v0.9.18
11872025-01-31T04:19:50.198Z Compiling fxhash v0.2.1
11882025-01-31T04:19:50.441Z Compiling crc32fast v1.4.2
11892025-01-31T04:19:50.740Z Compiling crc8 v0.1.1
11902025-01-31T04:19:50.990Z Compiling arc-swap v1.7.1
11912025-01-31T04:19:51.068Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11922025-01-31T04:19:51.640Z Compiling slog-scope v4.4.0
11932025-01-31T04:19:52.425Z Compiling sled v0.34.7
11942025-01-31T04:19:55.999Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11952025-01-31T04:19:56.800Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11962025-01-31T04:19:57.334Z Compiling slog-stdlog v4.1.1
11972025-01-31T04:19:58.178Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982025-01-31T04:19:59.783Z Compiling slog-envlogger v2.2.0
11992025-01-31T04:20:01.752Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12002025-01-31T04:20:11.243Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12012025-01-31T04:20:14.521Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12022025-01-31T04:20:18.875Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12032025-01-31T04:20:45.347Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12042025-01-31T04:20:45.347Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12052025-01-31T04:20:52.339Z Finished `release` profile [optimized] target(s) in 4m 56s
12062025-01-31T04:20:52.660Z+ banner trio
12072025-01-31T04:20:52.663Z
12082025-01-31T04:20:52.663Z ##### ##### # ####
12092025-01-31T04:20:52.663Z # # # # # #
12102025-01-31T04:20:52.663Z # # # # # #
12112025-01-31T04:20:52.663Z # ##### # # #
12122025-01-31T04:20:52.663Z # # # # # #
12132025-01-31T04:20:52.663Z # # # # ####
12142025-01-31T04:20:52.663Z
12152025-01-31T04:20:52.663Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12162025-01-31T04:20:53.114Z Compiling cfg-if v1.0.0
12172025-01-31T04:20:53.114Z Compiling libc v0.2.167
12182025-01-31T04:20:53.114Z Compiling serde v1.0.215
12192025-01-31T04:20:53.116Z Compiling once_cell v1.20.2
12202025-01-31T04:20:53.116Z Compiling itoa v1.0.11
12212025-01-31T04:20:53.116Z Compiling byteorder v1.5.0
12222025-01-31T04:20:53.116Z Compiling syn v2.0.87
12232025-01-31T04:20:53.192Z Compiling bytes v1.7.2
12242025-01-31T04:20:53.256Z Compiling num-traits v0.2.19
12252025-01-31T04:20:53.454Z Compiling zerocopy v0.7.35
12262025-01-31T04:20:53.522Z Compiling pin-project-lite v0.2.14
12272025-01-31T04:20:53.600Z Compiling ahash v0.8.11
12282025-01-31T04:20:53.612Z Compiling schemars v0.8.21
12292025-01-31T04:20:53.651Z Compiling allocator-api2 v0.2.18
12302025-01-31T04:20:53.660Z Compiling smallvec v1.13.2
12312025-01-31T04:20:53.784Z Compiling scopeguard v1.2.0
12322025-01-31T04:20:53.913Z Compiling memchr v2.7.4
12332025-01-31T04:20:53.966Z Compiling lock_api v0.4.12
12342025-01-31T04:20:54.400Z Compiling fnv v1.0.7
12352025-01-31T04:20:54.477Z Compiling getrandom v0.2.15
12362025-01-31T04:20:54.505Z Compiling hashbrown v0.14.5
12372025-01-31T04:20:54.541Z Compiling parking_lot_core v0.9.10
12382025-01-31T04:20:54.566Z Compiling mio v1.0.2
12392025-01-31T04:20:54.831Z Compiling socket2 v0.5.8
12402025-01-31T04:20:54.922Z Compiling parking_lot v0.12.3
12412025-01-31T04:20:55.405Z Compiling signal-hook-registry v1.4.2
12422025-01-31T04:20:55.474Z Compiling log v0.4.22
12432025-01-31T04:20:55.787Z Compiling futures-core v0.3.30
12442025-01-31T04:20:56.046Z Compiling equivalent v1.0.1
12452025-01-31T04:20:56.173Z Compiling ryu v1.0.18
12462025-01-31T04:20:56.216Z Compiling tracing-core v0.1.32
12472025-01-31T04:20:56.481Z Compiling serde_json v1.0.133
12482025-01-31T04:20:56.519Z Compiling uuid v1.11.0
12492025-01-31T04:20:56.625Z Compiling regress v0.10.1
12502025-01-31T04:20:56.772Z Compiling spin v0.9.8
12512025-01-31T04:20:56.899Z Compiling futures-sink v0.3.30
12522025-01-31T04:20:56.992Z Compiling pin-utils v0.1.0
12532025-01-31T04:20:57.053Z Compiling futures-task v0.3.30
12542025-01-31T04:20:57.064Z Compiling untrusted v0.9.0
12552025-01-31T04:20:57.067Z Compiling slab v0.4.9
12562025-01-31T04:20:57.249Z Compiling ring v0.17.8
12572025-01-31T04:20:57.259Z Compiling futures-util v0.3.30
12582025-01-31T04:20:57.311Z Compiling try-lock v0.2.5
12592025-01-31T04:20:57.475Z Compiling want v0.3.1
12602025-01-31T04:20:57.777Z Compiling chrono v0.4.38
12612025-01-31T04:20:57.788Z Compiling httparse v1.9.4
12622025-01-31T04:20:58.492Z Compiling futures-channel v0.3.30
12632025-01-31T04:20:58.804Z Compiling foreign-types-shared v0.1.1
12642025-01-31T04:20:58.925Z Compiling dyn-clone v1.0.17
12652025-01-31T04:20:58.936Z Compiling tower-service v0.3.3
12662025-01-31T04:20:59.173Z Compiling foreign-types v0.3.2
12672025-01-31T04:20:59.271Z Compiling openssl-sys v0.9.103
12682025-01-31T04:20:59.392Z Compiling bitflags v2.6.0
12692025-01-31T04:20:59.627Z Compiling serde_derive_internals v0.29.1
12702025-01-31T04:20:59.898Z Compiling unicode-ident v1.0.13
12712025-01-31T04:21:00.108Z Compiling proc-macro2 v1.0.86
12722025-01-31T04:21:00.137Z Compiling http v1.2.0
12732025-01-31T04:21:00.562Z Compiling openssl-probe v0.1.5
12742025-01-31T04:21:01.088Z Compiling semver v1.0.23
12752025-01-31T04:21:01.183Z Compiling tinyvec_macros v0.1.1
12762025-01-31T04:21:01.283Z Compiling tinyvec v1.8.0
12772025-01-31T04:21:01.637Z Compiling quote v1.0.37
12782025-01-31T04:21:01.671Z Compiling percent-encoding v2.3.1
12792025-01-31T04:21:02.985Z Compiling unicode-normalization v0.1.24
12802025-01-31T04:21:03.399Z Compiling form_urlencoded v1.2.1
12812025-01-31T04:21:03.911Z Compiling aho-corasick v1.1.3
12822025-01-31T04:21:03.923Z Compiling serde_derive v1.0.215
12832025-01-31T04:21:04.327Z Compiling zerocopy-derive v0.7.35
12842025-01-31T04:21:04.664Z Compiling thiserror-impl v1.0.69
12852025-01-31T04:21:04.896Z Compiling schemars_derive v0.8.21
12862025-01-31T04:21:05.166Z Compiling tokio-macros v2.4.0
12872025-01-31T04:21:05.227Z Compiling tracing-attributes v0.1.27
12882025-01-31T04:21:06.687Z Compiling tokio v1.42.0
12892025-01-31T04:21:07.432Z Compiling thiserror v1.0.69
12902025-01-31T04:21:07.731Z Compiling openssl-macros v0.1.1
12912025-01-31T04:21:07.754Z Compiling http v0.2.12
12922025-01-31T04:21:08.194Z Compiling tracing v0.1.40
12932025-01-31T04:21:08.681Z Compiling openssl v0.10.66
12942025-01-31T04:21:08.806Z Compiling unicode-bidi v0.3.15
12952025-01-31T04:21:08.876Z Compiling heck v0.5.0
12962025-01-31T04:21:10.223Z Compiling rustls-pki-types v1.8.0
12972025-01-31T04:21:11.822Z Compiling regex-automata v0.4.7
12982025-01-31T04:21:12.379Z Compiling idna v0.5.0
12992025-01-31T04:21:16.340Z Compiling tokio-util v0.7.12
13002025-01-31T04:21:16.853Z Compiling indexmap v2.5.0
13012025-01-31T04:21:18.876Z Compiling serde_tokenstream v0.2.2
13022025-01-31T04:21:19.714Z Compiling native-tls v0.2.12
13032025-01-31T04:21:19.849Z Compiling http-body v1.0.1
13042025-01-31T04:21:20.731Z Compiling tokio-native-tls v0.3.1
13052025-01-31T04:21:21.025Z Compiling slog v2.7.0
13062025-01-31T04:21:21.548Z Compiling regex-syntax v0.8.4
13072025-01-31T04:21:22.140Z Compiling atomic-waker v1.1.2
13082025-01-31T04:21:22.209Z Compiling typify-impl v0.2.0
13092025-01-31T04:21:22.343Z Compiling h2 v0.4.6
13102025-01-31T04:21:24.192Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13112025-01-31T04:21:32.647Z Compiling openapiv3 v2.0.0
13122025-01-31T04:21:34.555Z Compiling serde_urlencoded v0.7.1
13132025-01-31T04:21:34.971Z Compiling regex v1.10.6
13142025-01-31T04:21:35.130Z Compiling url v2.5.2
13152025-01-31T04:21:35.911Z Compiling encoding_rs v0.8.34
13162025-01-31T04:21:36.571Z Compiling mime v0.3.17
13172025-01-31T04:21:37.607Z Compiling rustls v0.21.12
13182025-01-31T04:21:37.959Z Compiling ipnet v2.10.0
13192025-01-31T04:21:39.304Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13202025-01-31T04:21:40.716Z Compiling typify-macro v0.2.0
13212025-01-31T04:21:41.035Z Compiling hyper v1.5.1
13222025-01-31T04:21:42.167Z Compiling h2 v0.3.26
13232025-01-31T04:21:42.257Z Compiling rustls-webpki v0.102.8
13242025-01-31T04:21:42.861Z Compiling http-body v0.4.6
13252025-01-31T04:21:43.346Z Compiling rustls-webpki v0.101.7
13262025-01-31T04:21:44.249Z Compiling sct v0.7.1
13272025-01-31T04:21:44.724Z Compiling httpdate v1.0.3
13282025-01-31T04:21:45.528Z Compiling toml_datetime v0.6.8
13292025-01-31T04:21:45.909Z Compiling subtle v2.6.1
13302025-01-31T04:21:46.195Z Compiling zeroize v1.8.1
13312025-01-31T04:21:46.554Z Compiling rustls v0.23.13
13322025-01-31T04:21:46.749Z Compiling serde_yaml v0.9.34+deprecated
13332025-01-31T04:21:47.091Z Compiling toml_edit v0.19.15
13342025-01-31T04:21:50.025Z Compiling hyper v0.14.30
13352025-01-31T04:21:50.929Z Compiling hyper-util v0.1.10
13362025-01-31T04:21:56.848Z Compiling lazy_static v1.5.0
13372025-01-31T04:21:57.000Z Compiling tokio-rustls v0.26.0
13382025-01-31T04:21:57.464Z Compiling tokio-rustls v0.24.1
13392025-01-31T04:21:57.754Z Compiling proc-macro-crate v1.3.1
13402025-01-31T04:21:57.893Z Compiling http-body-util v0.1.2
13412025-01-31T04:21:58.411Z Compiling webpki-roots v0.26.6
13422025-01-31T04:21:58.429Z Compiling base64 v0.21.7
13432025-01-31T04:21:58.501Z Compiling base64 v0.22.1
13442025-01-31T04:21:58.630Z Compiling hyper-rustls v0.27.3
13452025-01-31T04:21:59.329Z Compiling rustls-pemfile v2.1.3
13462025-01-31T04:21:59.557Z Compiling rustls-pemfile v1.0.4
13472025-01-31T04:21:59.607Z Compiling crossbeam-utils v0.8.20
13482025-01-31T04:21:59.627Z Compiling num_enum_derive v0.5.11
13492025-01-31T04:22:00.120Z Compiling hyper-tls v0.6.0
13502025-01-31T04:22:00.323Z Compiling hyper-rustls v0.24.2
13512025-01-31T04:22:00.348Z Compiling hyper-tls v0.5.0
13522025-01-31T04:22:00.642Z Compiling typify v0.2.0
13532025-01-31T04:22:00.774Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13542025-01-31T04:22:00.899Z Compiling ipnetwork v0.20.0
13552025-01-31T04:22:01.911Z Compiling ppv-lite86 v0.2.20
13562025-01-31T04:22:02.705Z Compiling foreign-types-macros v0.2.3
13572025-01-31T04:22:03.868Z Compiling sync_wrapper v1.0.1
13582025-01-31T04:22:03.881Z Compiling rand_core v0.6.4
13592025-01-31T04:22:04.000Z Compiling dirs-sys-next v0.1.2
13602025-01-31T04:22:04.030Z Compiling sync_wrapper v0.1.2
13612025-01-31T04:22:04.179Z Compiling powerfmt v0.2.0
13622025-01-31T04:22:04.326Z Compiling foreign-types-shared v0.3.1
13632025-01-31T04:22:04.463Z Compiling webpki-roots v0.25.4
13642025-01-31T04:22:04.523Z Compiling deranged v0.3.11
13652025-01-31T04:22:04.625Z Compiling reqwest v0.11.27
13662025-01-31T04:22:04.801Z Compiling foreign-types v0.5.0
13672025-01-31T04:22:04.916Z Compiling time-macros v0.2.18
13682025-01-31T04:22:05.264Z Compiling dirs-next v2.0.0
13692025-01-31T04:22:05.546Z Compiling rand_chacha v0.3.1
13702025-01-31T04:22:06.232Z Compiling reqwest v0.12.9
13712025-01-31T04:22:07.281Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13722025-01-31T04:22:07.874Z Compiling progenitor-impl v0.8.0
13732025-01-31T04:22:13.362Z Compiling num_enum v0.5.11
13742025-01-31T04:22:13.558Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13752025-01-31T04:22:13.990Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13762025-01-31T04:22:15.588Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13772025-01-31T04:22:15.767Z Compiling cstr-argument v0.1.2
13782025-01-31T04:22:15.873Z Compiling thread_local v1.1.8
13792025-01-31T04:22:16.036Z Compiling either v1.13.0
13802025-01-31T04:22:16.478Z Compiling arc-swap v1.7.1
13812025-01-31T04:22:16.566Z Compiling pretty-hex v0.2.1
13822025-01-31T04:22:16.796Z Compiling time-core v0.1.2
13832025-01-31T04:22:16.989Z Compiling num-conv v0.1.0
13842025-01-31T04:22:17.193Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13852025-01-31T04:22:17.252Z Compiling time v0.3.36
13862025-01-31T04:22:18.588Z Compiling slog-scope v4.4.0
13872025-01-31T04:22:18.602Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13882025-01-31T04:22:18.991Z Compiling itertools v0.12.1
13892025-01-31T04:22:19.453Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13902025-01-31T04:22:20.379Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13912025-01-31T04:22:20.574Z Compiling crossbeam-channel v0.5.13
13922025-01-31T04:22:22.170Z Compiling progenitor-macro v0.8.0
13932025-01-31T04:22:22.555Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13942025-01-31T04:22:26.056Z Compiling progenitor-client v0.8.0
13952025-01-31T04:22:26.964Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13962025-01-31T04:22:28.899Z Compiling rand v0.8.5
13972025-01-31T04:22:30.760Z Compiling anyhow v1.0.94
13982025-01-31T04:22:31.288Z Compiling term v0.7.0
13992025-01-31T04:22:33.831Z Compiling colored v2.1.0
14002025-01-31T04:22:35.018Z Compiling is-terminal v0.4.13
14012025-01-31T04:22:35.165Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14022025-01-31T04:22:35.530Z Compiling take_mut v0.2.2
14032025-01-31T04:22:35.682Z Compiling winnow v0.6.18
14042025-01-31T04:22:35.703Z Compiling slog-async v2.8.0
14052025-01-31T04:22:38.736Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14062025-01-31T04:22:38.933Z Compiling slog-term v2.9.1
14072025-01-31T04:22:39.928Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14082025-01-31T04:22:41.659Z Compiling progenitor v0.8.0
14092025-01-31T04:22:41.851Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14102025-01-31T04:22:45.524Z Compiling slog-stdlog v4.1.1
14112025-01-31T04:22:46.294Z Compiling slog-envlogger v2.2.0
14122025-01-31T04:22:48.923Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14132025-01-31T04:22:49.098Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14142025-01-31T04:23:04.596Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14152025-01-31T04:23:11.927Z Finished `release` profile [optimized] target(s) in 2m 19s
14162025-01-31T04:23:12.011Z Running unittests src/lib.rs (target/release/deps/mg_tests-e3396f18d06c266b)
14172025-01-31T04:23:12.060Z
14182025-01-31T04:23:12.060Zrunning 1 test
14192025-01-31T04:23:12.247Zconfigure zone
14202025-01-31T04:23:12.265Zinstall zone
14212025-01-31T04:24:12.077Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14222025-01-31T04:25:36.814Zboot zone
14232025-01-31T04:25:37.676Zstart zone s1
14242025-01-31T04:25:37.676Zconfigure zone
14252025-01-31T04:25:37.684Zinstall zone
14262025-01-31T04:27:50.750Zboot zone
14272025-01-31T04:27:51.600Zstart zone s2
14282025-01-31T04:27:51.600Zconfigure zone
14292025-01-31T04:27:51.608Zinstall zone
14302025-01-31T04:30:04.605Zboot zone
14312025-01-31T04:30:05.527Zstart zone t1
14322025-01-31T04:30:05.527Zconfigure zone
14332025-01-31T04:30:05.535Zinstall zone
14342025-01-31T04:32:22.075Zboot zone
14352025-01-31T04:32:22.939Zwaiting for zones to come up
14362025-01-31T04:32:32.942Z[sidecar.trio] svcs milestone/network
14372025-01-31T04:32:32.976ZSTATE STIME FMRI
14382025-01-31T04:32:32.976Zonline 20:25:55 svc:/milestone/network:default
14392025-01-31T04:32:32.976Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14402025-01-31T04:32:33.024Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14412025-01-31T04:32:33.073Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14422025-01-31T04:32:33.119Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14432025-01-31T04:32:33.122Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14442025-01-31T04:32:33.143Z
14452025-01-31T04:32:33.143Zrunning zone s1.trio setup
14462025-01-31T04:32:33.143Z[s1.trio] svcs milestone/network
14472025-01-31T04:32:33.167ZSTATE STIME FMRI
14482025-01-31T04:32:33.167Zonline 20:28:09 svc:/milestone/network:default
14492025-01-31T04:32:33.167Z[s1.trio] dladm
14502025-01-31T04:32:33.188ZLINK CLASS MTU STATE BRIDGE OVER
14512025-01-31T04:32:33.188Zsl0 simnet 9000 up -- ?
14522025-01-31T04:32:33.188Zmg2 vnic 9000 up -- ?
14532025-01-31T04:32:33.188Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14542025-01-31T04:32:33.760Z
14552025-01-31T04:32:33.760Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14562025-01-31T04:32:33.785Z
14572025-01-31T04:32:33.785Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14582025-01-31T04:32:33.805Z
14592025-01-31T04:32:33.805Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14602025-01-31T04:32:33.896Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14612025-01-31T04:32:33.939Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14622025-01-31T04:32:34.032Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14632025-01-31T04:32:34.077Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14642025-01-31T04:32:34.099Z
14652025-01-31T04:32:34.099Zrunning zone s2.trio setup
14662025-01-31T04:32:34.099Z[s2.trio] svcs milestone/network
14672025-01-31T04:32:34.123ZSTATE STIME FMRI
14682025-01-31T04:32:34.123Zonline 20:30:23 svc:/milestone/network:default
14692025-01-31T04:32:34.123Z[s2.trio] dladm
14702025-01-31T04:32:34.146ZLINK CLASS MTU STATE BRIDGE OVER
14712025-01-31T04:32:34.146Zsl1 simnet 9000 up -- ?
14722025-01-31T04:32:34.146Zmg3 vnic 9000 up -- ?
14732025-01-31T04:32:34.146Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14742025-01-31T04:32:34.733Z
14752025-01-31T04:32:34.733Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14762025-01-31T04:32:34.758Z
14772025-01-31T04:32:34.758Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14782025-01-31T04:32:34.778Z
14792025-01-31T04:32:34.779Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14802025-01-31T04:32:34.826Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14812025-01-31T04:32:34.848Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
14822025-01-31T04:32:34.893Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
14832025-01-31T04:32:34.915Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
14842025-01-31T04:32:34.935Z
14852025-01-31T04:32:34.935Zrunning zone t1.trio setup
14862025-01-31T04:32:34.935Z[t1.trio] svcs milestone/network
14872025-01-31T04:32:34.958ZSTATE STIME FMRI
14882025-01-31T04:32:34.958Z- - svc:/milestone/network:default
14892025-01-31T04:32:35.959Z[t1.trio] svcs milestone/network
14902025-01-31T04:32:35.981ZSTATE STIME FMRI
14912025-01-31T04:32:35.981Z- - svc:/milestone/network:default
14922025-01-31T04:32:36.982Z[t1.trio] svcs milestone/network
14932025-01-31T04:32:37.004ZSTATE STIME FMRI
14942025-01-31T04:32:37.004Z- - svc:/milestone/network:default
14952025-01-31T04:32:38.005Z[t1.trio] svcs milestone/network
14962025-01-31T04:32:38.027ZSTATE STIME FMRI
14972025-01-31T04:32:38.027Z- - svc:/milestone/network:default
14982025-01-31T04:32:39.028Z[t1.trio] svcs milestone/network
14992025-01-31T04:32:39.050ZSTATE STIME FMRI
15002025-01-31T04:32:39.050Z- - svc:/milestone/network:default
15012025-01-31T04:32:40.051Z[t1.trio] svcs milestone/network
15022025-01-31T04:32:40.073ZSTATE STIME FMRI
15032025-01-31T04:32:40.073Z- - svc:/milestone/network:default
15042025-01-31T04:32:41.074Z[t1.trio] svcs milestone/network
15052025-01-31T04:32:41.097ZSTATE STIME FMRI
15062025-01-31T04:32:41.097Zoffline 20:32:39 svc:/milestone/network:default
15072025-01-31T04:32:42.098Z[t1.trio] svcs milestone/network
15082025-01-31T04:32:42.125ZSTATE STIME FMRI
15092025-01-31T04:32:42.125Zonline 20:32:40 svc:/milestone/network:default
15102025-01-31T04:32:42.125Z[t1.trio] dladm
15112025-01-31T04:32:42.149ZLINK CLASS MTU STATE BRIDGE OVER
15122025-01-31T04:32:42.149Ztfportrear0_0 simnet 9000 up -- ?
15132025-01-31T04:32:42.149Ztfportrear1_0 simnet 9000 up -- ?
15142025-01-31T04:32:42.149Zmg1 vnic 9000 up -- ?
15152025-01-31T04:32:42.149Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15162025-01-31T04:32:42.761Z
15172025-01-31T04:32:42.762Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15182025-01-31T04:32:42.787Z
15192025-01-31T04:32:42.787Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15202025-01-31T04:32:42.811Z
15212025-01-31T04:32:42.811Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15222025-01-31T04:32:42.833Z
15232025-01-31T04:32:42.833Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15242025-01-31T04:32:43.027Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15252025-01-31T04:32:43.031Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15262025-01-31T04:32:43.035Zwaiting 3s for copy of files to zone to complete ...
15272025-01-31T04:32:46.036Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15282025-01-31T04:32:46.075Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15292025-01-31T04:32:46.098Z[t1.trio] svcadm enable dendrite
15302025-01-31T04:32:46.138Z
15312025-01-31T04:32:46.138Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15322025-01-31T04:32:46.183Z
15332025-01-31T04:32:46.183Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15342025-01-31T04:32:46.227Z
15352025-01-31T04:32:46.227Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15362025-01-31T04:32:46.270Z
15372025-01-31T04:32:46.270Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15382025-01-31T04:32:46.312Z
15392025-01-31T04:32:46.313Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15402025-01-31T04:32:46.355Z
15412025-01-31T04:32:46.355Z[t1.trio] svcadm refresh dendrite:default
15422025-01-31T04:32:46.392Z
15432025-01-31T04:32:46.392Z[t1.trio] svcadm restart dendrite:default
15442025-01-31T04:32:46.430Z
15452025-01-31T04:32:46.430Zwait 10s for dendrite to come up ...
15462025-01-31T04:32:56.433Z[t1.trio] svcadm enable tfport
15472025-01-31T04:32:56.476Z
15482025-01-31T04:32:56.476Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid c747b01d-44fc-4fdd-a8c3-1d9c221a3336 --sled-uuid a6ed7996-4c3a-47bb-9c3e-bf1532ed888d -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15492025-01-31T04:32:56.498Z
15502025-01-31T04:32:56.498Z[t1.trio] ipadm
15512025-01-31T04:32:56.524ZADDROBJ TYPE STATE ADDR
15522025-01-31T04:32:56.524Zlo0/v4 static ok 127.0.0.1/8
15532025-01-31T04:32:56.524Zmg1/v4 static ok 10.0.0.3/24
15542025-01-31T04:32:56.524Zlo0/v6 static ok ::1/128
15552025-01-31T04:32:56.524Zlo0/u6 static ok fd00:3::1/64
15562025-01-31T04:32:56.524Ztfportrear0_0/v6 addrconf ok fe80::b025:7dff:fe39:7c38%tfportrear0_0/10
15572025-01-31T04:32:56.524Ztfportrear1_0/v6 addrconf ok fe80::741b:bfff:fed7:785%tfportrear1_0/10
15582025-01-31T04:32:58.737Zinitial peering test passed
15592025-01-31T04:32:59.741Zadvertise from one passed
15602025-01-31T04:33:00.743Zadvertise from two passed
15612025-01-31T04:33:00.743Z[s1.trio] ping fd00:2::1
15622025-01-31T04:33:00.774Zfd00:2::1 is alive
15632025-01-31T04:33:00.774Z[s2.trio] ping fd00:1::1
15642025-01-31T04:33:00.794Zfd00:1::1 is alive
15652025-01-31T04:33:00.794Zconnectivity test passed
15662025-01-31T04:33:00.794Z[t1.trio] pkill ddmd
15672025-01-31T04:33:00.816Z
15682025-01-31T04:33:06.822Z[t1.trio] svcadm enable dendrite
15692025-01-31T04:33:06.863Z
15702025-01-31T04:33:06.863Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15712025-01-31T04:33:06.907Z
15722025-01-31T04:33:06.907Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15732025-01-31T04:33:06.951Z
15742025-01-31T04:33:06.951Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15752025-01-31T04:33:06.994Z
15762025-01-31T04:33:06.994Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15772025-01-31T04:33:07.038Z
15782025-01-31T04:33:07.038Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15792025-01-31T04:33:07.082Z
15802025-01-31T04:33:07.082Z[t1.trio] svcadm refresh dendrite:default
15812025-01-31T04:33:07.120Z
15822025-01-31T04:33:07.120Z[t1.trio] svcadm restart dendrite:default
15832025-01-31T04:33:07.159Z
15842025-01-31T04:33:07.159Zwait 10s for dendrite to come up ...
15852025-01-31T04:33:17.163Z[t1.trio] svcadm enable tfport
15862025-01-31T04:33:17.204Z
15872025-01-31T04:33:17.204Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 85f26077-d58d-473a-9e08-6b6c962d4b50 --sled-uuid 7bbdc235-ffe8-4a4f-8e07-47a4809221d9 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15882025-01-31T04:33:17.226Z
15892025-01-31T04:33:17.226Z[t1.trio] ipadm
15902025-01-31T04:33:17.250ZADDROBJ TYPE STATE ADDR
15912025-01-31T04:33:17.250Zlo0/v4 static ok 127.0.0.1/8
15922025-01-31T04:33:17.250Zmg1/v4 static ok 10.0.0.3/24
15932025-01-31T04:33:17.250Zlo0/v6 static ok ::1/128
15942025-01-31T04:33:17.250Zlo0/u6 static ok fd00:3::1/64
15952025-01-31T04:33:17.250Ztfportrear0_0/v6 addrconf ok fe80::b025:7dff:fe39:7c38%tfportrear0_0/10
15962025-01-31T04:33:17.250Ztfportrear1_0/v6 addrconf ok fe80::741b:bfff:fed7:785%tfportrear1_0/10
15972025-01-31T04:33:20.254Z[s1.trio] ping fd00:2::1
15982025-01-31T04:33:20.277Zfd00:2::1 is alive
15992025-01-31T04:33:20.277Z[s2.trio] ping fd00:1::1
16002025-01-31T04:33:20.299Zfd00:1::1 is alive
16012025-01-31T04:33:20.299Ztransit router restart passed
16022025-01-31T04:33:20.299Z[s1.trio] pkill ddmd
16032025-01-31T04:33:20.319Z
16042025-01-31T04:33:25.324Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16052025-01-31T04:33:25.363Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16062025-01-31T04:33:25.382Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16072025-01-31T04:33:25.404Z
16082025-01-31T04:33:28.410Z[s1.trio] ping fd00:2::1
16092025-01-31T04:33:28.433Zfd00:2::1 is alive
16102025-01-31T04:33:28.433Z[s2.trio] ping fd00:1::1
16112025-01-31T04:33:28.455Zfd00:1::1 is alive
16122025-01-31T04:33:28.455Zserver router restart passed
16132025-01-31T04:33:31.461Zpeer expiration recovery passed
16142025-01-31T04:33:32.462Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16152025-01-31T04:33:32.489Z3
16162025-01-31T04:33:32.489Zredundant advertise passed
16172025-01-31T04:33:33.492Ztunnel endpoint advertise passed
16182025-01-31T04:33:38.496Zredundant tunnel endpoint advertise passed
16192025-01-31T04:33:38.496Z[s1.trio] pkill ddmd
16202025-01-31T04:33:38.517Z
16212025-01-31T04:33:43.519Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16222025-01-31T04:33:43.558Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16232025-01-31T04:33:43.576Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16242025-01-31T04:33:43.599Z
16252025-01-31T04:33:48.667Ztunnel router restart passed
16262025-01-31T04:33:49.670Ztunnel endpoint withdraw passed
16272025-01-31T04:33:49.685Z[t1.trio] pkill ddmd
16282025-01-31T04:33:49.714Z
16292025-01-31T04:33:49.714Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16302025-01-31T04:33:49.718Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16312025-01-31T04:33:52.265Z[s2.trio] pkill ddmd
16322025-01-31T04:33:52.286Z
16332025-01-31T04:33:52.286Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16342025-01-31T04:33:54.836Z[s1.trio] pkill ddmd
16352025-01-31T04:33:54.857Z
16362025-01-31T04:33:54.857Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16372025-01-31T04:33:57.335Z[sidecar.trio] pkill softnpu
16382025-01-31T04:33:57.356Z
16392025-01-31T04:33:57.356Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16402025-01-31T04:34:00.067Ztest ddm::test_trio_v2_server ... ok
16412025-01-31T04:34:00.067Z
16422025-01-31T04:34:00.070Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 647.83s
16432025-01-31T04:34:00.070Z
16442025-01-31T04:34:00.097Z+ cleanup
16452025-01-31T04:34:00.100Z++ id -un
16462025-01-31T04:34:00.104Z++ id -gn
16472025-01-31T04:34:00.107Z+ pfexec chown -R build:build .
16482025-01-31T04:34:00.187Zprocess exited: duration 1151401 ms, exit code 0
 
16492025-01-31T04:34:00.200Zfound 4 output files
16502025-01-31T04:34:00.200Zuploading: /work/s1.trio.log (4253 bytes)
16512025-01-31T04:34:01.209Zuploaded: /work/s1.trio.log
16522025-01-31T04:34:01.209Zuploading: /work/s2.trio.log (9494 bytes)
16532025-01-31T04:34:02.218Zuploaded: /work/s2.trio.log
16542025-01-31T04:34:02.219Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16552025-01-31T04:34:03.226Zuploaded: /work/sidecar.trio-softnpu.log
16562025-01-31T04:34:03.227Zuploading: /work/t1.trio.log (25805 bytes)
16572025-01-31T04:34:04.235Zuploaded: /work/t1.trio.log