01JJX8ZR4QFFDNKFWZ2SRJA6WJ: test-ddm-trio

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: 01JJX903XJ4GV0SGQA5KG32MAQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-31T04:14:03.885Zjob assigned to worker 01JJX90C5S1G7RNE574KNRVZJ2 [factory aws, i-043262dd589fd309d] (queued for 52 s)
 
22025-01-31T04:14:11.392Zstarting task 0: "setup"
32025-01-31T04:14:11.403Z++ uname -s
42025-01-31T04:14:11.407Z+ kern=SunOS
52025-01-31T04:14:11.407Z+ build_user=build
62025-01-31T04:14:11.407Z+ build_uid=12345
72025-01-31T04:14:11.407Z+ work_dir=/work
82025-01-31T04:14:11.407Z+ input_dir=/input
92025-01-31T04:14:11.407Z+ [[ 0 == 12345 ]]
102025-01-31T04:14:11.407Z+ case "$kern" in
112025-01-31T04:14:11.407Z+ groupadd -g 12345 build
122025-01-31T04:14:11.410Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-01-31T04:14:13.417Z+ zfs create -o mountpoint=/work rpool/work
142025-01-31T04:14:13.600Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-01-31T04:14:13.603Z+ home_fs=zfs
162025-01-31T04:14:13.603Z+ [[ zfs == autofs ]]
172025-01-31T04:14:13.603Z+ mkdir -p /home/build
182025-01-31T04:14:13.605Z+ chown build:build /home/build /work
192025-01-31T04:14:14.606Z+ chmod 0700 /home/build /work
202025-01-31T04:14:14.609Zprocess exited: duration 3218 ms, exit code 0
 
212025-01-31T04:14:14.615Zstarting task 1: "rust-toolchain"
222025-01-31T04:14:14.621Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-01-31T04:14:14.621Z * rust toolchain channel = "stable"
242025-01-31T04:14:14.621Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-01-31T04:14:14.621Z * rust toolchain profile = "default"
262025-01-31T04:14:14.621Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-01-31T04:14:14.621Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-01-31T04:14:14.624Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-01-31T04:14:14.624Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-01-31T04:14:14.744Zinfo: downloading installer
312025-01-31T04:14:16.352Zwarning: it looks like you have an existing installation of Rust at:
322025-01-31T04:14:16.352Zwarning: /opt/ooce/bin
332025-01-31T04:14:16.352Zwarning: It is recommended that rustup be the primary Rust installation.
342025-01-31T04:14:16.352Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-01-31T04:14:16.352Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-01-31T04:14:16.352Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-01-31T04:14:16.352Zwarning: or pass `-y' to ignore all ignorable checks.
382025-01-31T04:14:16.352Zerror: cannot install while Rust is installed
392025-01-31T04:14:16.352Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-01-31T04:14:16.382Zinfo: profile set to 'default'
412025-01-31T04:14:16.382Zinfo: default host triple is x86_64-unknown-illumos
422025-01-31T04:14:16.385Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-01-31T04:14:16.538Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-01-31T04:14:16.538Zinfo: downloading component 'cargo'
452025-01-31T04:14:17.428Zinfo: downloading component 'clippy'
462025-01-31T04:14:17.782Zinfo: downloading component 'rust-docs'
472025-01-31T04:14:18.996Zinfo: downloading component 'rust-std'
482025-01-31T04:14:20.964Zinfo: downloading component 'rustc'
492025-01-31T04:14:27.901Zinfo: downloading component 'rustfmt'
502025-01-31T04:14:28.169Zinfo: installing component 'cargo'
512025-01-31T04:14:29.005Zinfo: installing component 'clippy'
522025-01-31T04:14:29.389Zinfo: installing component 'rust-docs'
532025-01-31T04:14:31.066Zinfo: installing component 'rust-std'
542025-01-31T04:14:32.940Zinfo: installing component 'rustc'
552025-01-31T04:14:38.943Zinfo: installing component 'rustfmt'
562025-01-31T04:14:39.276Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-01-31T04:14:39.276Z
582025-01-31T04:14:39.669Z stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-01-31T04:14:39.669Z
602025-01-31T04:14:39.672Z
612025-01-31T04:14:39.672ZRust is installed now. Great!
622025-01-31T04:14:39.672Z
632025-01-31T04:14:39.672ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-01-31T04:14:39.672Zenvironment variable. This has not been done automatically.
652025-01-31T04:14:39.672Z
662025-01-31T04:14:39.672ZTo configure your current shell, you need to source
672025-01-31T04:14:39.672Zthe corresponding env file under $HOME/.cargo.
682025-01-31T04:14:39.672Z
692025-01-31T04:14:39.673ZThis is usually done by running one of the following (note the leading DOT):
702025-01-31T04:14:39.673Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-01-31T04:14:39.673Zsource "$HOME/.cargo/env.fish" # For fish
722025-01-31T04:14:39.753Z+ rustup --version
732025-01-31T04:14:39.761Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-01-31T04:14:39.761Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-01-31T04:14:39.839Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-01-31T04:14:39.842Z+ cargo --version
772025-01-31T04:14:39.901Zcargo 1.84.1 (66221abde 2024-11-19)
782025-01-31T04:14:39.904Z+ rustc --version
792025-01-31T04:14:39.967Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-01-31T04:14:39.971Zprocess exited: duration 25351 ms, exit code 0
 
812025-01-31T04:14:39.977Zstarting task 2: "authentication"
822025-01-31T04:14:39.998Zprocess exited: duration 20 ms, exit code 0
 
832025-01-31T04:14:40.004Zstarting task 3: "clone repository"
842025-01-31T04:14:40.009Z+ mkdir -p /work/oxidecomputer/maghemite
852025-01-31T04:14:40.012Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862025-01-31T04:14:40.062ZCloning into '/work/oxidecomputer/maghemite'...
872025-01-31T04:14:40.660Z+ cd /work/oxidecomputer/maghemite
882025-01-31T04:14:40.660Z+ git fetch origin 2898e144474ee2183c7231c171525c98652f98e6
892025-01-31T04:14:40.902ZFrom https://github.com/oxidecomputer/maghemite
902025-01-31T04:14:40.902Z * branch 2898e144474ee2183c7231c171525c98652f98e6 -> FETCH_HEAD
912025-01-31T04:14:40.909Z+ [[ -n renovate/rust-1.x ]]
922025-01-31T04:14:40.913Z++ git branch --show-current
932025-01-31T04:14:40.915Z+ current=main
942025-01-31T04:14:40.915Z+ [[ main != renovate/rust-1.x ]]
952025-01-31T04:14:40.915Z+ git branch -f renovate/rust-1.x 2898e144474ee2183c7231c171525c98652f98e6
962025-01-31T04:14:40.918Z+ git checkout -f renovate/rust-1.x
972025-01-31T04:14:40.931ZSwitched to branch 'renovate/rust-1.x'
982025-01-31T04:14:40.934Z+ git reset --hard 2898e144474ee2183c7231c171525c98652f98e6
992025-01-31T04:14:40.945ZHEAD is now at 2898e14 Update dependency rust to v1.84.1
1002025-01-31T04:14:40.948Zprocess exited: duration 941 ms, exit code 0
 
1012025-01-31T04:14:40.954Zstarting task 4: "build"
1022025-01-31T04:14:40.959Z++ cargo --version
1032025-01-31T04:14:40.964Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
1042025-01-31T04:14:41.128Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
1052025-01-31T04:14:41.128Zinfo: downloading component 'cargo'
1062025-01-31T04:14:42.029Zinfo: downloading component 'clippy'
1072025-01-31T04:14:42.376Zinfo: downloading component 'rust-docs'
1082025-01-31T04:14:43.605Zinfo: downloading component 'rust-std'
1092025-01-31T04:14:45.597Zinfo: downloading component 'rustc'
1102025-01-31T04:14:52.659Zinfo: downloading component 'rustfmt'
1112025-01-31T04:14:52.922Zinfo: installing component 'cargo'
1122025-01-31T04:14:53.764Zinfo: installing component 'clippy'
1132025-01-31T04:14:54.146Zinfo: installing component 'rust-docs'
1142025-01-31T04:14:55.831Zinfo: installing component 'rust-std'
1152025-01-31T04:14:57.667Zinfo: installing component 'rustc'
1162025-01-31T04:15:03.694Zinfo: installing component 'rustfmt'
1172025-01-31T04:15:04.116Zcargo 1.84.1 (66221abde 2024-11-19)
1182025-01-31T04:15:04.119Z++ rustc --version
1192025-01-31T04:15:04.193Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1202025-01-31T04:15:04.196Z++ dladm
1212025-01-31T04:15:04.201ZLINK CLASS MTU STATE BRIDGE OVER
1222025-01-31T04:15:04.201Zena0 phys 9216 up -- --
1232025-01-31T04:15:04.203Z++ ipadm
1242025-01-31T04:15:04.206ZADDROBJ TYPE STATE ADDR
1252025-01-31T04:15:04.206Zlo0/v4 static ok 127.0.0.1/8
1262025-01-31T04:15:04.206Zena0/dhcp dhcp ok 10.150.1.46/24
1272025-01-31T04:15:04.206Zlo0/v6 static ok ::1/128
1282025-01-31T04:15:04.206Z++ banner collect
1292025-01-31T04:15:04.209Z
1302025-01-31T04:15:04.209Z #### #### # # ###### #### #####
1312025-01-31T04:15:04.209Z # # # # # # # # # #
1322025-01-31T04:15:04.209Z # # # # # ##### # #
1332025-01-31T04:15:04.210Z # # # # # # # #
1342025-01-31T04:15:04.210Z # # # # # # # # # #
1352025-01-31T04:15:04.210Z #### #### ###### ###### ###### #### #
1362025-01-31T04:15:04.210Z
1372025-01-31T04:15:04.210Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1382025-01-31T04:15:04.210Z++ repo=softnpu
1392025-01-31T04:15:04.210Z++ series=image
1402025-01-31T04:15:04.210Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1412025-01-31T04:15:04.210Z++ name=softnpu
1422025-01-31T04:15:04.210Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1432025-01-31T04:15:04.210Z++ mkdir -p download
1442025-01-31T04:15:04.210Z++ pushd download
1452025-01-31T04:15:04.210Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1462025-01-31T04:15:04.210Z++ [[ ! -f softnpu ]]
1472025-01-31T04:15:04.210Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1482025-01-31T04:15:04.218Z % Total % Received % Xferd Average Speed Time Time Time Current
1492025-01-31T04:15:04.220Z Dload Upload Total Spent Left Speed
1502025-01-31T04:15:04.748Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 41.3M 0 --:--:-- --:--:-- --:--:-- 41.3M
1512025-01-31T04:15:04.751Z++ popd
1522025-01-31T04:15:04.751Z/work/oxidecomputer/maghemite
1532025-01-31T04:15:04.751Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1542025-01-31T04:15:04.751Z++ repo=sidecar-lite
1552025-01-31T04:15:04.751Z++ series=release
1562025-01-31T04:15:04.751Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1572025-01-31T04:15:04.751Z++ name=libsidecar_lite.so
1582025-01-31T04:15:04.751Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1592025-01-31T04:15:04.751Z++ mkdir -p download
1602025-01-31T04:15:04.754Z++ pushd download
1612025-01-31T04:15:04.754Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1622025-01-31T04:15:04.754Z++ [[ ! -f libsidecar_lite.so ]]
1632025-01-31T04:15:04.754Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1642025-01-31T04:15:04.760Z % Total % Received % Xferd Average Speed Time Time Time Current
1652025-01-31T04:15:04.760Z Dload Upload Total Spent Left Speed
1662025-01-31T04:15:05.396Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 67 20.3M 67 13.6M 0 0 25.0M 0 --:--:-- --:--:-- --:--:-- 25.0M 100 20.3M 100 20.3M 0 0 31.9M 0 --:--:-- --:--:-- --:--:-- 31.9M
1672025-01-31T04:15:05.400Z++ popd
1682025-01-31T04:15:05.403Z/work/oxidecomputer/maghemite
1692025-01-31T04:15:05.403Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1702025-01-31T04:15:05.403Z++ repo=sidecar-lite
1712025-01-31T04:15:05.403Z++ series=release
1722025-01-31T04:15:05.403Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1732025-01-31T04:15:05.403Z++ name=scadm
1742025-01-31T04:15:05.403Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1752025-01-31T04:15:05.403Z++ mkdir -p download
1762025-01-31T04:15:05.403Z++ pushd download
1772025-01-31T04:15:05.403Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1782025-01-31T04:15:05.403Z++ [[ ! -f scadm ]]
1792025-01-31T04:15:05.403Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1802025-01-31T04:15:05.411Z % Total % Received % Xferd Average Speed Time Time Time Current
1812025-01-31T04:15:05.414Z Dload Upload Total Spent Left Speed
1822025-01-31T04:15:05.914Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 45.3M 0 --:--:-- --:--:-- --:--:-- 45.4M
1832025-01-31T04:15:05.917Z++ popd
1842025-01-31T04:15:05.917Z/work/oxidecomputer/maghemite
1852025-01-31T04:15:05.920Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1862025-01-31T04:15:05.920Z++ repo=dendrite
1872025-01-31T04:15:05.920Z++ series=image
1882025-01-31T04:15:05.920Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1892025-01-31T04:15:05.920Z++ name=dendrite-softnpu.tar.gz
1902025-01-31T04:15:05.920Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1912025-01-31T04:15:05.920Z++ mkdir -p download
1922025-01-31T04:15:05.920Z++ pushd download
1932025-01-31T04:15:05.920Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1942025-01-31T04:15:05.920Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1952025-01-31T04:15:05.920Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1962025-01-31T04:15:05.928Z % Total % Received % Xferd Average Speed Time Time Time Current
1972025-01-31T04:15:05.931Z Dload Upload Total Spent Left Speed
1982025-01-31T04:15:06.798Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 37.5M 34 12.9M 0 0 34.3M 0 0:00:01 --:--:-- 0:00:01 34.2M 100 37.5M 100 37.5M 0 0 43.2M 0 --:--:-- --:--:-- --:--:-- 43.2M
1992025-01-31T04:15:06.802Z++ popd
2002025-01-31T04:15:06.802Z/work/oxidecomputer/maghemite
2012025-01-31T04:15:06.802Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
2022025-01-31T04:15:06.802Z++ repo=maghemite
2032025-01-31T04:15:06.802Z++ series=release
2042025-01-31T04:15:06.802Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2052025-01-31T04:15:06.802Z++ name=ddmd
2062025-01-31T04:15:06.802Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2072025-01-31T04:15:06.803Z++ mkdir -p download
2082025-01-31T04:15:06.806Z++ pushd download
2092025-01-31T04:15:06.806Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2102025-01-31T04:15:06.806Z++ [[ ! -f ddmd ]]
2112025-01-31T04:15:06.806Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
2122025-01-31T04:15:06.812Z % Total % Received % Xferd Average Speed Time Time Time Current
2132025-01-31T04:15:06.812Z Dload Upload Total Spent Left Speed
2142025-01-31T04:15:07.419Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 71 40.9M 71 29.2M 0 0 59.2M 0 --:--:-- --:--:-- --:--:-- 59.1M 100 40.9M 100 40.9M 0 0 67.4M 0 --:--:-- --:--:-- --:--:-- 67.3M
2152025-01-31T04:15:07.423Z++ popd
2162025-01-31T04:15:07.426Z/work/oxidecomputer/maghemite
2172025-01-31T04:15:07.426Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
2182025-01-31T04:15:07.426Z++ repo=maghemite
2192025-01-31T04:15:07.426Z++ series=release
2202025-01-31T04:15:07.426Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2212025-01-31T04:15:07.426Z++ name=ddmadm
2222025-01-31T04:15:07.426Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2232025-01-31T04:15:07.426Z++ mkdir -p download
2242025-01-31T04:15:07.426Z++ pushd download
2252025-01-31T04:15:07.426Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2262025-01-31T04:15:07.426Z++ [[ ! -f ddmadm ]]
2272025-01-31T04:15:07.426Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2282025-01-31T04:15:07.434Z % Total % Received % Xferd Average Speed Time Time Time Current
2292025-01-31T04:15:07.434Z Dload Upload Total Spent Left Speed
2302025-01-31T04:15:07.894Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 39.1M 0 --:--:-- --:--:-- --:--:-- 39.2M
2312025-01-31T04:15:07.897Z++ popd
2322025-01-31T04:15:07.898Z/work/oxidecomputer/maghemite
2332025-01-31T04:15:07.900Z++ pushd download
2342025-01-31T04:15:07.900Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2352025-01-31T04:15:07.900Z++ chmod +x softnpu
2362025-01-31T04:15:07.900Z++ chmod +x scadm
2372025-01-31T04:15:07.903Z++ chmod +x ddmadm
2382025-01-31T04:15:07.906Z++ chmod +x ddmd
2392025-01-31T04:15:07.908Z++ mv ddmadm ddmadm-v2
2402025-01-31T04:15:07.908Z++ mv ddmd ddmd-v2
2412025-01-31T04:15:07.911Z++ rm -rf zones/dendrite
2422025-01-31T04:15:07.914Z++ mkdir -p zones/dendrite
2432025-01-31T04:15:07.914Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2442025-01-31T04:15:08.676Z++ popd
2452025-01-31T04:15:08.676Z/work/oxidecomputer/maghemite
2462025-01-31T04:15:08.676Z++ banner install
2472025-01-31T04:15:08.681Z
2482025-01-31T04:15:08.682Z # # # #### ##### ## # #
2492025-01-31T04:15:08.682Z # ## # # # # # # #
2502025-01-31T04:15:08.682Z # # # # #### # # # # #
2512025-01-31T04:15:08.682Z # # # # # # ###### # #
2522025-01-31T04:15:08.682Z # # ## # # # # # # #
2532025-01-31T04:15:08.683Z # # # #### # # # ###### ######
2542025-01-31T04:15:08.683Z
2552025-01-31T04:15:08.683Z++ pkg info brand/sparse
2562025-01-31T04:15:08.683Z++ grep -qi installed
2572025-01-31T04:15:10.464Zpkg: info: no packages matching the following patterns you specified are
2582025-01-31T04:15:10.464Zinstalled on the system. Try querying remotely instead:
2592025-01-31T04:15:10.464Z
2602025-01-31T04:15:10.464Z brand/sparse
2612025-01-31T04:15:10.511Z++ [[ 1 != 0 ]]
2622025-01-31T04:15:10.511Z++ set -o errexit
2632025-01-31T04:15:10.511Z++ pfexec pkg install brand/sparse
2642025-01-31T04:15:17.577Z Startup: Refreshing catalog 'helios-dev' ... Done
2652025-01-31T04:15:21.689Z Startup: Caching catalogs ... Done
2662025-01-31T04:15:33.282ZPlanning: Solver setup ... Done
2672025-01-31T04:15:33.431ZPlanning: Running solver ... Done
2682025-01-31T04:15:33.542ZPlanning: Finding local manifests ... Done
2692025-01-31T04:15:33.555ZPlanning: Fetching manifests: 0/3 0% complete
2702025-01-31T04:15:33.651ZPlanning: Fetching manifests: 3/3 100% complete
2712025-01-31T04:15:33.723ZPlanning: Package planning ... Done
2722025-01-31T04:15:33.729ZPlanning: Merging actions ... Done
2732025-01-31T04:15:33.921ZPlanning: Checking for conflicting actions ... Done
2742025-01-31T04:15:36.220ZPlanning: Consolidating action changes ... Done
2752025-01-31T04:15:36.664ZPlanning: Evaluating mediators ... Done
2762025-01-31T04:15:36.738ZPlanning: Planning completed in 14.95 seconds
2772025-01-31T04:15:36.755Z Packages to install: 1
2782025-01-31T04:15:36.755Z Packages to update: 2
2792025-01-31T04:15:36.758Z Create boot environment: No
2802025-01-31T04:15:36.758ZCreate backup boot environment: Yes
2812025-01-31T04:15:36.829Z
2822025-01-31T04:15:36.829ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2832025-01-31T04:15:42.058ZDownload: 918/1009 items 8.0/8.0MB 99% complete (2.5M/s)
2842025-01-31T04:15:43.428ZDownload: Completed 8.03 MB in 6.60 seconds (1.2M/s)
2852025-01-31T04:15:45.601Z Actions: 1/1419 actions (Removing old actions)
2862025-01-31T04:15:45.624Z Actions: 199/1419 actions (Installing new actions)
2872025-01-31T04:15:45.740Z Actions: 579/1419 actions (Updating modified actions)
2882025-01-31T04:15:46.048Z Actions: Completed 1419 actions in 0.45 seconds.
2892025-01-31T04:15:46.428Z Done
2902025-01-31T04:15:46.431Z Done
2912025-01-31T04:15:46.972Z Done
2922025-01-31T04:15:51.405Z Done
2932025-01-31T04:15:51.496Z Done
2942025-01-31T04:15:51.498Z Done
2952025-01-31T04:15:51.623Z Done
2962025-01-31T04:15:52.029Z++ set -o errexit
2972025-01-31T04:15:52.029Z++ set -o pipefail
2982025-01-31T04:15:52.029Z++ banner build
2992025-01-31T04:15:52.031Z
3002025-01-31T04:15:52.031Z ##### # # # # #####
3012025-01-31T04:15:52.031Z # # # # # # # #
3022025-01-31T04:15:52.032Z ##### # # # # # #
3032025-01-31T04:15:52.032Z # # # # # # # #
3042025-01-31T04:15:52.032Z # # # # # # # #
3052025-01-31T04:15:52.032Z ##### #### # ###### #####
3062025-01-31T04:15:52.032Z
3072025-01-31T04:15:52.032Z++ cargo build --release --bin ddmd --bin ddmadm
3082025-01-31T04:15:52.200Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
3092025-01-31T04:15:52.415Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
3102025-01-31T04:15:52.675ZFrom https://www.github.com/oxidecomputer/oxnet
3112025-01-31T04:15:52.675Z * [new branch] ci -> origin/ci
3122025-01-31T04:15:52.678Z * [new branch] dependabot/cargo/ipnetwork-0.21.1 -> origin/dependabot/cargo/ipnetwork-0.21.1
3132025-01-31T04:15:52.678Z * [new branch] dependabot/cargo/regress-0.10.3 -> origin/dependabot/cargo/regress-0.10.3
3142025-01-31T04:15:52.678Z * [new branch] dependabot/cargo/serde-1.0.217 -> origin/dependabot/cargo/serde-1.0.217
3152025-01-31T04:15:52.678Z * [new branch] dependabot/cargo/serde_json-1.0.137 -> origin/dependabot/cargo/serde_json-1.0.137
3162025-01-31T04:15:52.678Z * [new branch] main -> origin/main
3172025-01-31T04:15:52.678Z * [new ref] -> origin/HEAD
3182025-01-31T04:15:52.690Z Updating crates.io index
3192025-01-31T04:15:52.693Z Updating git repository `https://github.com/oxidecomputer/falcon`
3202025-01-31T04:15:53.315ZFrom https://github.com/oxidecomputer/falcon
3212025-01-31T04:15:53.315Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3222025-01-31T04:15:53.484Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3232025-01-31T04:15:54.471ZFrom https://github.com/oxidecomputer/dendrite
3242025-01-31T04:15:54.471Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3252025-01-31T04:15:54.521Z Updating git repository `https://github.com/oxidecomputer/ispf`
3262025-01-31T04:15:54.803ZFrom https://github.com/oxidecomputer/ispf
3272025-01-31T04:15:54.803Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3282025-01-31T04:15:54.832Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292025-01-31T04:15:55.174ZFrom https://github.com/oxidecomputer/netadm-sys
3302025-01-31T04:15:55.174Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3312025-01-31T04:15:55.186Z Updating git repository `https://github.com/oxidecomputer/omicron`
3322025-01-31T04:15:58.963ZFrom https://github.com/oxidecomputer/omicron
3332025-01-31T04:15:58.963Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3342025-01-31T04:15:59.315Z Updating git repository `https://github.com/oxidecomputer/opte`
3352025-01-31T04:15:59.843ZFrom https://github.com/oxidecomputer/opte
3362025-01-31T04:15:59.843Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3372025-01-31T04:15:59.886Z Updating git repository `https://github.com/illumos/smf-rs`
3382025-01-31T04:16:00.487ZFrom https://github.com/illumos/smf-rs
3392025-01-31T04:16:00.489Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3402025-01-31T04:16:00.519Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3412025-01-31T04:16:00.923ZFrom https://github.com/oxidecomputer/maghemite
3422025-01-31T04:16:00.923Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3432025-01-31T04:16:00.979Z Updating git repository `https://github.com/oxidecomputer/zone`
3442025-01-31T04:16:01.282ZFrom https://github.com/oxidecomputer/zone
3452025-01-31T04:16:01.282Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3462025-01-31T04:16:01.310Z Updating git repository `https://github.com/oxidecomputer/propolis`
3472025-01-31T04:16:01.983ZFrom https://github.com/oxidecomputer/propolis
3482025-01-31T04:16:01.983Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3492025-01-31T04:16:02.117Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3502025-01-31T04:16:02.431ZFrom https://github.com/oxidecomputer/dlpi-sys
3512025-01-31T04:16:02.432Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3522025-01-31T04:16:02.459Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3532025-01-31T04:16:02.844ZFrom https://github.com/jmesmon/rust-libzfs
3542025-01-31T04:16:02.844Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3552025-01-31T04:16:02.857Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3562025-01-31T04:16:03.137ZFrom https://github.com/oxidecomputer/rusty-doors
3572025-01-31T04:16:03.137Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3582025-01-31T04:16:03.152Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3592025-01-31T04:16:03.522ZFrom https://github.com/oxidecomputer/maghemite
3602025-01-31T04:16:03.522Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3612025-01-31T04:16:03.601Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3622025-01-31T04:16:03.894ZFrom https://github.com/oxidecomputer/serde_human_bytes
3632025-01-31T04:16:03.894Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3642025-01-31T04:16:03.904Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3652025-01-31T04:16:04.204ZFrom https://github.com/oxidecomputer/slog-error-chain
3662025-01-31T04:16:04.204Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3672025-01-31T04:16:04.242Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3682025-01-31T04:16:04.510ZFrom https://github.com/oxidecomputer/poptrie
3692025-01-31T04:16:04.510Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3702025-01-31T04:16:04.535Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3712025-01-31T04:16:04.783ZFrom https://github.com/illumos/libscf-sys
3722025-01-31T04:16:04.784Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3732025-01-31T04:16:04.807Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3742025-01-31T04:16:05.673ZFrom https://github.com/oxidecomputer/progenitor
3752025-01-31T04:16:05.673Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3762025-01-31T04:16:05.783Z Updating git repository `https://github.com/oxidecomputer/typify`
3772025-01-31T04:16:06.579ZFrom https://github.com/oxidecomputer/typify
3782025-01-31T04:16:06.579Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3792025-01-31T04:16:06.838Z Updating git repository `https://github.com/oxidecomputer/crucible`
3802025-01-31T04:16:07.818ZFrom https://github.com/oxidecomputer/crucible
3812025-01-31T04:16:07.819Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3822025-01-31T04:16:07.898Z Updating git repository `https://github.com/oxidecomputer/opte`
3832025-01-31T04:16:08.240ZFrom https://github.com/oxidecomputer/opte
3842025-01-31T04:16:08.240Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3852025-01-31T04:16:08.289Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3862025-01-31T04:16:08.848ZFrom https://github.com/oxidecomputer/management-gateway-service
3872025-01-31T04:16:08.848Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3882025-01-31T04:16:09.574Z Downloading crates ...
3892025-01-31T04:16:09.687Z Downloaded atomicwrites v0.4.4
3902025-01-31T04:16:09.692Z Downloaded async-trait v0.1.83
3912025-01-31T04:16:09.695Z Downloaded anstyle v1.0.10
3922025-01-31T04:16:09.698Z Downloaded allocator-api2 v0.2.18
3932025-01-31T04:16:09.702Z Downloaded async-stream-impl v0.3.5
3942025-01-31T04:16:09.709Z Downloaded futures-sink v0.3.30
3952025-01-31T04:16:09.721Z Downloaded foreign-types-shared v0.1.1
3962025-01-31T04:16:09.724Z Downloaded foreign-types-macros v0.2.3
3972025-01-31T04:16:09.724Z Downloaded foreign-types v0.3.2
3982025-01-31T04:16:09.727Z Downloaded equivalent v1.0.1
3992025-01-31T04:16:09.730Z Downloaded float-ord v0.3.2
4002025-01-31T04:16:09.732Z Downloaded crunchy v0.2.2
4012025-01-31T04:16:09.732Z Downloaded const-random-macro v0.1.16
4022025-01-31T04:16:09.738Z Downloaded darling_macro v0.20.10
4032025-01-31T04:16:09.741Z Downloaded cstr-argument v0.1.2
4042025-01-31T04:16:09.741Z Downloaded ciborium-io v0.2.2
4052025-01-31T04:16:09.744Z Downloaded crucible-workspace-hack v0.1.0
4062025-01-31T04:16:09.747Z Downloaded foreign-types-shared v0.3.1
4072025-01-31T04:16:09.751Z Downloaded foreign-types v0.5.0
4082025-01-31T04:16:09.751Z Downloaded dtrace-parser v0.2.0
4092025-01-31T04:16:09.753Z Downloaded crypto-common v0.1.6
4102025-01-31T04:16:09.756Z Downloaded ciborium-ll v0.2.2
4112025-01-31T04:16:09.756Z Downloaded futures-executor v0.3.30
4122025-01-31T04:16:09.759Z Downloaded fastrand v2.1.1
4132025-01-31T04:16:09.759Z Downloaded embedded-io v0.6.1
4142025-01-31T04:16:09.762Z Downloaded anstream v0.6.15
4152025-01-31T04:16:09.764Z Downloaded crc8 v0.1.1
4162025-01-31T04:16:09.764Z Downloaded const-random v0.1.18
4172025-01-31T04:16:09.765Z Downloaded embedded-io v0.4.0
4182025-01-31T04:16:09.767Z Downloaded cpufeatures v0.2.14
4192025-01-31T04:16:09.767Z Downloaded clap_lex v0.7.4
4202025-01-31T04:16:09.772Z Downloaded cfg-if v1.0.0
4212025-01-31T04:16:09.772Z Downloaded block-buffer v0.10.4
4222025-01-31T04:16:09.776Z Downloaded futures-macro v0.3.30
4232025-01-31T04:16:09.776Z Downloaded futures-core v0.3.30
4242025-01-31T04:16:09.776Z Downloaded fixedbitset v0.4.2
4252025-01-31T04:16:09.776Z Downloaded debug-ignore v1.0.5
4262025-01-31T04:16:09.780Z Downloaded autocfg v1.3.0
4272025-01-31T04:16:09.780Z Downloaded dyn-clone v1.0.17
4282025-01-31T04:16:09.783Z Downloaded byteorder v1.5.0
4292025-01-31T04:16:09.783Z Downloaded fnv v1.0.7
4302025-01-31T04:16:09.783Z Downloaded camino-tempfile v1.1.1
4312025-01-31T04:16:09.786Z Downloaded bitflags v1.3.2
4322025-01-31T04:16:09.789Z Downloaded atomic-waker v1.1.2
4332025-01-31T04:16:09.789Z Downloaded errno v0.3.9
4342025-01-31T04:16:09.791Z Downloaded data-encoding v2.6.0
4352025-01-31T04:16:09.794Z Downloaded dirs-next v2.0.0
4362025-01-31T04:16:09.794Z Downloaded deranged v0.3.11
4372025-01-31T04:16:09.797Z Downloaded async-stream v0.3.5
4382025-01-31T04:16:09.797Z Downloaded anstyle-parse v0.2.5
4392025-01-31T04:16:09.800Z Downloaded futures-io v0.3.30
4402025-01-31T04:16:09.800Z Downloaded dof v0.3.0
4412025-01-31T04:16:09.805Z Downloaded form_urlencoded v1.2.1
4422025-01-31T04:16:09.805Z Downloaded enum-as-inner v0.6.1
4432025-01-31T04:16:09.805Z Downloaded dirs-sys-next v0.1.2
4442025-01-31T04:16:09.808Z Downloaded digest v0.10.7
4452025-01-31T04:16:09.808Z Downloaded colorchoice v1.0.2
4462025-01-31T04:16:09.808Z Downloaded argon2 v0.5.3
4472025-01-31T04:16:09.810Z Downloaded ident_case v1.0.1
4482025-01-31T04:16:09.810Z Downloaded hubpack_derive v0.1.1
4492025-01-31T04:16:09.813Z Downloaded anyhow v1.0.94
4502025-01-31T04:16:09.816Z Downloaded newtype_derive v0.1.6
4512025-01-31T04:16:09.819Z Downloaded macaddr v1.0.1
4522025-01-31T04:16:09.819Z Downloaded openssl-macros v0.1.1
4532025-01-31T04:16:09.822Z Downloaded itoa v1.0.11
4542025-01-31T04:16:09.822Z Downloaded hex v0.4.3
4552025-01-31T04:16:09.822Z Downloaded convert_case v0.4.0
4562025-01-31T04:16:09.825Z Downloaded cobs v0.2.3
4572025-01-31T04:16:09.825Z Downloaded heck v0.5.0
4582025-01-31T04:16:09.828Z Downloaded either v1.13.0
4592025-01-31T04:16:09.828Z Downloaded clap_derive v4.5.18
4602025-01-31T04:16:09.832Z Downloaded defmt-parser v0.3.4
4612025-01-31T04:16:09.834Z Downloaded ciborium v0.2.2
4622025-01-31T04:16:09.837Z Downloaded defmt v0.3.8
4632025-01-31T04:16:09.840Z Downloaded camino v1.1.9
4642025-01-31T04:16:09.842Z Downloaded anstyle-query v1.1.1
4652025-01-31T04:16:09.842Z Downloaded pest_generator v2.7.13
4662025-01-31T04:16:09.845Z Downloaded base64ct v1.6.0
4672025-01-31T04:16:09.847Z Downloaded pin-utils v0.1.0
4682025-01-31T04:16:09.847Z Downloaded futures-channel v0.3.30
4692025-01-31T04:16:09.850Z Downloaded colored v2.1.0
4702025-01-31T04:16:09.853Z Downloaded pkg-config v0.3.31
4712025-01-31T04:16:09.853Z Downloaded ppv-lite86 v0.2.20
4722025-01-31T04:16:09.855Z Downloaded pin-project-lite v0.2.14
4732025-01-31T04:16:09.859Z Downloaded prettyplease v0.2.22
4742025-01-31T04:16:09.863Z Downloaded http-body v0.4.6
4752025-01-31T04:16:09.866Z Downloaded hash32 v0.3.1
4762025-01-31T04:16:09.866Z Downloaded proc-macro-crate v3.2.0
4772025-01-31T04:16:09.870Z Downloaded plain v0.2.3
4782025-01-31T04:16:09.870Z Downloaded pretty-hex v0.4.1
4792025-01-31T04:16:09.873Z Downloaded pest_derive v2.7.13
4802025-01-31T04:16:09.873Z Downloaded match_cfg v0.1.0
4812025-01-31T04:16:09.873Z Downloaded no-std-compat v0.4.1
4822025-01-31T04:16:09.876Z Downloaded proc-macro-error-attr v1.0.4
4832025-01-31T04:16:09.876Z Downloaded managed v0.8.0
4842025-01-31T04:16:09.879Z Downloaded num_enum_derive v0.5.11
4852025-01-31T04:16:09.879Z Downloaded postcard v1.0.10
4862025-01-31T04:16:09.882Z Downloaded clap v4.5.23
4872025-01-31T04:16:09.890Z Downloaded progenitor-client v0.8.0
4882025-01-31T04:16:09.892Z Downloaded pretty-hex v0.2.1
4892025-01-31T04:16:09.892Z Downloaded crossbeam-epoch v0.9.18
4902025-01-31T04:16:09.896Z Downloaded progenitor-macro v0.8.0
4912025-01-31T04:16:09.900Z Downloaded ahash v0.8.11
4922025-01-31T04:16:09.900Z Downloaded num-conv v0.1.0
4932025-01-31T04:16:09.904Z Downloaded quote v1.0.37
4942025-01-31T04:16:09.904Z Downloaded sync_wrapper v1.0.1
4952025-01-31T04:16:09.907Z Downloaded thread-id v4.2.2
4962025-01-31T04:16:09.907Z Downloaded rand_chacha v0.3.1
4972025-01-31T04:16:09.907Z Downloaded sync_wrapper v0.1.2
4982025-01-31T04:16:09.909Z Downloaded stable_deref_trait v1.2.0
4992025-01-31T04:16:09.910Z Downloaded parking_lot_core v0.9.10
5002025-01-31T04:16:09.912Z Downloaded try-lock v0.2.5
5012025-01-31T04:16:09.912Z Downloaded thiserror v1.0.69
5022025-01-31T04:16:09.918Z Downloaded version_check v0.9.5
5032025-01-31T04:16:09.921Z Downloaded untrusted v0.9.0
5042025-01-31T04:16:09.921Z Downloaded rustc_version v0.4.1
5052025-01-31T04:16:09.924Z Downloaded rustc-hash v2.0.0
5062025-01-31T04:16:09.924Z Downloaded usdt-macro v0.5.0
5072025-01-31T04:16:09.927Z Downloaded thread_local v1.1.8
5082025-01-31T04:16:09.927Z Downloaded thiserror-impl v1.0.69
5092025-01-31T04:16:09.927Z Downloaded zone_cfg_derive v0.3.0
5102025-01-31T04:16:09.930Z Downloaded progenitor-impl v0.8.0
5112025-01-31T04:16:09.930Z Downloaded sigpipe v0.1.3
5122025-01-31T04:16:09.933Z Downloaded crc32fast v1.4.2
5132025-01-31T04:16:09.936Z Downloaded indent_write v2.2.0
5142025-01-31T04:16:09.936Z Downloaded zeroize v1.8.1
5152025-01-31T04:16:09.936Z Downloaded progenitor v0.8.0
5162025-01-31T04:16:09.939Z Downloaded quinn-udp v0.5.5
5172025-01-31T04:16:09.939Z Downloaded dropshot_endpoint v0.12.0
5182025-01-31T04:16:09.943Z Downloaded rand_core v0.6.4
5192025-01-31T04:16:09.946Z Downloaded slog-bunyan v2.5.0
5202025-01-31T04:16:09.946Z Downloaded sha1 v0.10.6
5212025-01-31T04:16:09.949Z Downloaded parse-display v0.10.0
5222025-01-31T04:16:09.949Z Downloaded arc-swap v1.7.1
5232025-01-31T04:16:09.951Z Downloaded lru-cache v0.1.2
5242025-01-31T04:16:09.954Z Downloaded serde-big-array v0.5.1
5252025-01-31T04:16:09.954Z Downloaded derive_more v0.99.18
5262025-01-31T04:16:09.960Z Downloaded static_assertions v1.1.0
5272025-01-31T04:16:09.964Z Downloaded newline-converter v0.3.0
5282025-01-31T04:16:09.964Z Downloaded scroll_derive v0.12.0
5292025-01-31T04:16:09.964Z Downloaded signal-hook-registry v1.4.2
5302025-01-31T04:16:09.967Z Downloaded resolv-conf v0.7.0
5312025-01-31T04:16:09.967Z Downloaded slog-envlogger v2.2.0
5322025-01-31T04:16:09.971Z Downloaded tokio-native-tls v0.3.1
5332025-01-31T04:16:09.974Z Downloaded slab v0.4.9
5342025-01-31T04:16:09.974Z Downloaded paste v1.0.15
5352025-01-31T04:16:09.977Z Downloaded zerocopy-derive v0.7.35
5362025-01-31T04:16:09.980Z Downloaded instant v0.1.13
5372025-01-31T04:16:09.984Z Downloaded num_threads v0.1.7
5382025-01-31T04:16:09.984Z Downloaded bytes v1.7.2
5392025-01-31T04:16:09.987Z Downloaded hyper-tls v0.5.0
5402025-01-31T04:16:09.990Z Downloaded slog-dtrace v0.3.0
5412025-01-31T04:16:09.990Z Downloaded httpdate v1.0.3
5422025-01-31T04:16:09.993Z Downloaded hyper-rustls v0.24.2
5432025-01-31T04:16:09.996Z Downloaded serde_repr v0.1.19
5442025-01-31T04:16:09.996Z Downloaded rustversion v1.0.17
5452025-01-31T04:16:09.999Z Downloaded cc v1.1.21
5462025-01-31T04:16:10.003Z Downloaded scroll v0.12.0
5472025-01-31T04:16:10.006Z Downloaded semver v0.1.20
5482025-01-31T04:16:10.006Z Downloaded darling_core v0.20.10
5492025-01-31T04:16:10.009Z Downloaded tinyvec_macros v0.1.1
5502025-01-31T04:16:10.012Z Downloaded openssl-probe v0.1.5
5512025-01-31T04:16:10.012Z Downloaded omicron-workspace-hack v0.1.0
5522025-01-31T04:16:10.012Z Downloaded time-core v0.1.2
5532025-01-31T04:16:10.016Z Downloaded slog-json v2.6.1
5542025-01-31T04:16:10.016Z Downloaded shlex v1.3.0
5552025-01-31T04:16:10.020Z Downloaded sha2 v0.10.8
5562025-01-31T04:16:10.020Z Downloaded take_mut v0.2.2
5572025-01-31T04:16:10.020Z Downloaded password-hash v0.5.0
5582025-01-31T04:16:10.023Z Downloaded usdt-attr-macro v0.5.0
5592025-01-31T04:16:10.023Z Downloaded serde_with_macros v3.9.0
5602025-01-31T04:16:10.024Z Downloaded swrite v0.1.0
5612025-01-31T04:16:10.027Z Downloaded hyper-tls v0.6.0
5622025-01-31T04:16:10.027Z Downloaded typify-macro v0.2.0
5632025-01-31T04:16:10.027Z Downloaded thin-vec v0.2.13
5642025-01-31T04:16:10.029Z Downloaded base64 v0.21.7
5652025-01-31T04:16:10.032Z Downloaded subtle v2.6.1
5662025-01-31T04:16:10.035Z Downloaded base64 v0.22.1
5672025-01-31T04:16:10.038Z Downloaded http-body v1.0.1
5682025-01-31T04:16:10.040Z Downloaded typify v0.2.0
5692025-01-31T04:16:10.043Z Downloaded serde_spanned v0.6.7
5702025-01-31T04:16:10.043Z Downloaded serde_derive_internals v0.29.1
5712025-01-31T04:16:10.046Z Downloaded num_enum v0.5.11
5722025-01-31T04:16:10.049Z Downloaded fxhash v0.2.1
5732025-01-31T04:16:10.052Z Downloaded semver v1.0.23
5742025-01-31T04:16:10.055Z Downloaded strum v0.26.3
5752025-01-31T04:16:10.055Z Downloaded serde_urlencoded v0.7.1
5762025-01-31T04:16:10.055Z Downloaded similar v2.6.0
5772025-01-31T04:16:10.060Z Downloaded num_enum v0.7.3
5782025-01-31T04:16:10.064Z Downloaded usdt-impl v0.5.0
5792025-01-31T04:16:10.067Z Downloaded slog v2.7.0
5802025-01-31T04:16:10.070Z Downloaded mime v0.3.17
5812025-01-31T04:16:10.070Z Downloaded native-tls v0.2.12
5822025-01-31T04:16:10.072Z Downloaded hyper-rustls v0.27.3
5832025-01-31T04:16:10.076Z Downloaded tower-service v0.3.3
5842025-01-31T04:16:10.076Z Downloaded humantime v2.1.0
5852025-01-31T04:16:10.079Z Downloaded unsafe-libyaml v0.2.11
5862025-01-31T04:16:10.081Z Downloaded smartstring v1.0.1
5872025-01-31T04:16:10.084Z Downloaded want v0.3.1
5882025-01-31T04:16:10.084Z Downloaded memmap v0.7.0
5892025-01-31T04:16:10.087Z Downloaded multer v3.1.0
5902025-01-31T04:16:10.087Z Downloaded unicode-bidi v0.3.15
5912025-01-31T04:16:10.090Z Downloaded zone v0.3.0
5922025-01-31T04:16:10.093Z Downloaded tiny-keccak v2.0.2
5932025-01-31T04:16:10.093Z Downloaded sct v0.7.1
5942025-01-31T04:16:10.096Z Downloaded waitgroup v0.1.2
5952025-01-31T04:16:10.099Z Downloaded serde_derive v1.0.215
5962025-01-31T04:16:10.102Z Downloaded linear-map v1.2.0
5972025-01-31T04:16:10.102Z Downloaded getrandom v0.2.15
5982025-01-31T04:16:10.105Z Downloaded lazy_static v1.5.0
5992025-01-31T04:16:10.108Z Downloaded smf v0.2.3
6002025-01-31T04:16:10.108Z Downloaded libsw v3.3.1
6012025-01-31T04:16:10.113Z Downloaded http-body-util v0.1.2
6022025-01-31T04:16:10.113Z Downloaded tokio-rustls v0.24.1
6032025-01-31T04:16:10.116Z Downloaded once_cell v1.20.2
6042025-01-31T04:16:10.116Z Downloaded lock_api v0.4.12
6052025-01-31T04:16:10.119Z Downloaded crossbeam-channel v0.5.13
6062025-01-31T04:16:10.122Z Downloaded rand v0.8.5
6072025-01-31T04:16:10.125Z Downloaded quinn v0.11.5
6082025-01-31T04:16:10.128Z Downloaded usdt v0.5.0
6092025-01-31T04:16:10.131Z Downloaded time-macros v0.2.18
6102025-01-31T04:16:10.133Z Downloaded hostname v0.4.0
6112025-01-31T04:16:10.133Z Downloaded tokio-rustls v0.25.0
6122025-01-31T04:16:10.136Z Downloaded is_terminal_polyfill v1.70.1
6132025-01-31T04:16:10.136Z Downloaded whoami v1.5.2
6142025-01-31T04:16:10.139Z Downloaded strum_macros v0.25.3
6152025-01-31T04:16:10.141Z Downloaded smallvec v1.13.2
6162025-01-31T04:16:10.144Z Downloaded structmeta-derive v0.3.0
6172025-01-31T04:16:10.144Z Downloaded structmeta v0.3.0
6182025-01-31T04:16:10.144Z Downloaded strsim v0.11.1
6192025-01-31T04:16:10.147Z Downloaded slog-stdlog v4.1.1
6202025-01-31T04:16:10.147Z Downloaded slog-term v2.9.1
6212025-01-31T04:16:10.150Z Downloaded num v0.4.3
6222025-01-31T04:16:10.150Z Downloaded slog-scope v4.4.0
6232025-01-31T04:16:10.153Z Downloaded hubpack v0.1.2
6242025-01-31T04:16:10.153Z Downloaded iana-time-zone v0.1.61
6252025-01-31T04:16:10.157Z Downloaded schemars v0.8.21
6262025-01-31T04:16:10.167Z Downloaded is-terminal v0.4.13
6272025-01-31T04:16:10.171Z Downloaded portable-atomic v1.8.0
6282025-01-31T04:16:10.176Z Downloaded half v2.4.1
6292025-01-31T04:16:10.179Z Downloaded ucd-trie v0.1.6
6302025-01-31T04:16:10.182Z Downloaded highway v1.2.0
6312025-01-31T04:16:10.185Z Downloaded ipnet v2.10.0
6322025-01-31T04:16:10.187Z Downloaded httparse v1.9.4
6332025-01-31T04:16:10.190Z Downloaded owo-colors v4.1.0
6342025-01-31T04:16:10.193Z Downloaded uuid v1.11.0
6352025-01-31T04:16:10.196Z Downloaded num-rational v0.4.2
6362025-01-31T04:16:10.198Z Downloaded tracing-attributes v0.1.27
6372025-01-31T04:16:10.201Z Downloaded openssl-sys v0.9.103
6382025-01-31T04:16:10.205Z Downloaded tokio-rustls v0.26.0
6392025-01-31T04:16:10.208Z Downloaded tinyvec v1.8.0
6402025-01-31T04:16:10.211Z Downloaded hickory-resolver v0.24.1
6412025-01-31T04:16:10.215Z Downloaded zerocopy v0.6.6
6422025-01-31T04:16:10.218Z Downloaded serde v1.0.215
6432025-01-31T04:16:10.223Z Downloaded indexmap v1.9.3
6442025-01-31T04:16:10.227Z Downloaded steno v0.4.1
6452025-01-31T04:16:10.231Z Downloaded parking_lot v0.12.3
6462025-01-31T04:16:10.234Z Downloaded parking_lot v0.11.2
6472025-01-31T04:16:10.237Z Downloaded log v0.4.22
6482025-01-31T04:16:10.240Z Downloaded hyper-util v0.1.10
6492025-01-31T04:16:10.245Z Downloaded tracing-core v0.1.32
6502025-01-31T04:16:10.248Z Downloaded num-traits v0.2.19
6512025-01-31T04:16:10.251Z Downloaded tabwriter v1.4.0
6522025-01-31T04:16:10.255Z Downloaded strum_macros v0.26.4
6532025-01-31T04:16:10.257Z Downloaded toml_datetime v0.6.8
6542025-01-31T04:16:10.257Z Downloaded unicode-ident v1.0.13
6552025-01-31T04:16:10.260Z Downloaded socket2 v0.5.8
6562025-01-31T04:16:10.263Z Downloaded serde_yaml v0.9.34+deprecated
6572025-01-31T04:16:10.266Z Downloaded typenum v1.17.0
6582025-01-31T04:16:10.270Z Downloaded http v0.2.12
6592025-01-31T04:16:10.274Z Downloaded aho-corasick v1.1.3
6602025-01-31T04:16:10.280Z Downloaded toml v0.8.19
6612025-01-31T04:16:10.285Z Downloaded hashbrown v0.12.3
6622025-01-31T04:16:10.289Z Downloaded minimal-lexical v0.2.1
6632025-01-31T04:16:10.295Z Downloaded toml_edit v0.19.15
6642025-01-31T04:16:10.313Z Downloaded url v2.5.2
6652025-01-31T04:16:10.317Z Downloaded mio v1.0.2
6662025-01-31T04:16:10.322Z Downloaded tracing v0.1.40
6672025-01-31T04:16:10.326Z Downloaded itertools v0.12.1
6682025-01-31T04:16:10.334Z Downloaded tokio-util v0.7.12
6692025-01-31T04:16:10.342Z Downloaded http v1.2.0
6702025-01-31T04:16:10.346Z Downloaded nom v7.1.3
6712025-01-31T04:16:10.352Z Downloaded serde_json v1.0.133
6722025-01-31T04:16:10.360Z Downloaded unicode-normalization v0.1.24
6732025-01-31T04:16:10.363Z Downloaded quinn-proto v0.11.8
6742025-01-31T04:16:10.371Z Downloaded rustls-webpki v0.101.7
6752025-01-31T04:16:10.387Z Downloaded time v0.3.36
6762025-01-31T04:16:10.393Z Downloaded reqwest v0.12.9
6772025-01-31T04:16:10.402Z Downloaded reqwest v0.11.27
6782025-01-31T04:16:10.412Z Downloaded h2 v0.4.6
6792025-01-31T04:16:10.418Z Downloaded toml_edit v0.22.21
6802025-01-31T04:16:10.440Z Downloaded itertools v0.13.0
6812025-01-31T04:16:10.447Z Downloaded chrono v0.4.38
6822025-01-31T04:16:10.455Z Downloaded hyper v1.5.1
6832025-01-31T04:16:10.463Z Downloaded regex v1.10.6
6842025-01-31T04:16:10.477Z Downloaded winnow v0.5.40
6852025-01-31T04:16:10.486Z Downloaded syn v1.0.109
6862025-01-31T04:16:10.497Z Downloaded hyper v0.14.30
6872025-01-31T04:16:10.507Z Downloaded openssl v0.10.66
6882025-01-31T04:16:10.516Z Downloaded regex-syntax v0.8.4
6892025-01-31T04:16:10.525Z Downloaded webpki-roots v0.26.6
6902025-01-31T04:16:10.530Z Downloaded vcpkg v0.2.15
6912025-01-31T04:16:10.568Z Downloaded unicode-width v0.1.14
6922025-01-31T04:16:10.574Z Downloaded smoltcp v0.11.0
6932025-01-31T04:16:10.587Z Downloaded openapiv3 v2.0.0
6942025-01-31T04:16:10.599Z Downloaded rustix v0.38.37
6952025-01-31T04:16:10.621Z Downloaded hickory-proto v0.24.1
6962025-01-31T04:16:10.635Z Downloaded rustls v0.23.13
6972025-01-31T04:16:10.647Z Downloaded rhai v1.20.0
6982025-01-31T04:16:10.659Z Downloaded regress v0.9.1
6992025-01-31T04:16:10.668Z Downloaded rustls v0.22.4
7002025-01-31T04:16:10.681Z Downloaded syn v2.0.87
7012025-01-31T04:16:10.694Z Downloaded typify-impl v0.2.0
7022025-01-31T04:16:10.709Z Downloaded sled v0.34.7
7032025-01-31T04:16:10.718Z Downloaded zerocopy-derive v0.6.6
7042025-01-31T04:16:10.728Z Downloaded webpki-roots v0.25.4
7052025-01-31T04:16:10.731Z Downloaded idna v0.5.0
7062025-01-31T04:16:10.739Z Downloaded idna v0.4.0
7072025-01-31T04:16:10.746Z Downloaded regress v0.10.1
7082025-01-31T04:16:10.755Z Downloaded regex-automata v0.4.7
7092025-01-31T04:16:10.772Z Downloaded petgraph v0.6.5
7102025-01-31T04:16:10.789Z Downloaded rustls v0.21.12
7112025-01-31T04:16:10.801Z Downloaded dropshot v0.12.0
7122025-01-31T04:16:10.819Z Downloaded goblin v0.8.2
7132025-01-31T04:16:10.825Z Downloaded rustls-webpki v0.102.8
7142025-01-31T04:16:10.843Z Downloaded hashbrown v0.14.5
7152025-01-31T04:16:10.848Z Downloaded h2 v0.3.26
7162025-01-31T04:16:10.854Z Downloaded winnow v0.6.18
7172025-01-31T04:16:10.864Z Downloaded futures-util v0.3.30
7182025-01-31T04:16:10.874Z Downloaded zerocopy v0.7.35
7192025-01-31T04:16:10.890Z Downloaded libc v0.2.167
7202025-01-31T04:16:10.915Z Downloaded libm v0.2.8
7212025-01-31T04:16:10.922Z Downloaded clap_builder v4.5.23
7222025-01-31T04:16:10.929Z Downloaded tokio v1.42.0
7232025-01-31T04:16:10.966Z Downloaded heapless v0.8.0
7242025-01-31T04:16:10.970Z Downloaded serde_with v3.9.0
7252025-01-31T04:16:10.977Z Downloaded memchr v2.7.4
7262025-01-31T04:16:10.982Z Downloaded unicode-segmentation v1.12.0
7272025-01-31T04:16:10.986Z Downloaded itertools v0.10.5
7282025-01-31T04:16:10.992Z Downloaded indexmap v2.5.0
7292025-01-31T04:16:10.995Z Downloaded num_enum_derive v0.7.3
7302025-01-31T04:16:10.998Z Downloaded generic-array v0.14.7
7312025-01-31T04:16:10.998Z Downloaded ryu v1.0.18
7322025-01-31T04:16:11.001Z Downloaded ipnetwork v0.20.0
7332025-01-31T04:16:11.004Z Downloaded hostname v0.3.1
7342025-01-31T04:16:11.006Z Downloaded utf8parse v0.2.2
7352025-01-31T04:16:11.006Z Downloaded expectorate v1.1.0
7362025-01-31T04:16:11.009Z Downloaded parking_lot_core v0.8.6
7372025-01-31T04:16:11.009Z Downloaded rustls-pki-types v1.8.0
7382025-01-31T04:16:11.012Z Downloaded linked-hash-map v0.5.6
7392025-01-31T04:16:11.012Z Downloaded rustls-pemfile v2.1.3
7402025-01-31T04:16:11.015Z Downloaded rustls-pemfile v1.0.4
7412025-01-31T04:16:11.017Z Downloaded futures-task v0.3.30
7422025-01-31T04:16:11.017Z Downloaded slog-async v2.8.0
7432025-01-31T04:16:11.020Z Downloaded serde_path_to_error v0.1.16
7442025-01-31T04:16:11.023Z Downloaded schemars_derive v0.8.21
7452025-01-31T04:16:11.023Z Downloaded rhai_codegen v2.2.0
7462025-01-31T04:16:11.029Z Downloaded heck v0.4.1
7472025-01-31T04:16:11.032Z Downloaded tempfile v3.12.0
7482025-01-31T04:16:11.034Z Downloaded serde_tokenstream v0.2.2
7492025-01-31T04:16:11.034Z Downloaded tokio-macros v2.4.0
7502025-01-31T04:16:11.037Z Downloaded num-iter v0.1.45
7512025-01-31T04:16:11.037Z Downloaded num-integer v0.1.46
7522025-01-31T04:16:11.040Z Downloaded num-derive v0.4.2
7532025-01-31T04:16:11.040Z Downloaded num-derive v0.3.3
7542025-01-31T04:16:11.042Z Downloaded num-complex v0.4.6
7552025-01-31T04:16:11.042Z Downloaded term v0.7.0
7562025-01-31T04:16:11.045Z Downloaded spin v0.9.8
7572025-01-31T04:16:11.048Z Downloaded scopeguard v1.2.0
7582025-01-31T04:16:11.051Z Downloaded rustc_version v0.1.7
7592025-01-31T04:16:11.051Z Downloaded quick-error v1.2.3
7602025-01-31T04:16:11.051Z Downloaded encoding_rs v0.8.34
7612025-01-31T04:16:11.072Z Downloaded percent-encoding v2.3.1
7622025-01-31T04:16:11.075Z Downloaded proc-macro-error v1.0.4
7632025-01-31T04:16:11.077Z Downloaded parse-display-derive v0.10.0
7642025-01-31T04:16:11.077Z Downloaded terminal_size v0.4.0
7652025-01-31T04:16:11.080Z Downloaded spin v0.5.2
7662025-01-31T04:16:11.080Z Downloaded proc-macro2 v1.0.86
7672025-01-31T04:16:11.083Z Downloaded pest v2.7.13
7682025-01-31T04:16:11.086Z Downloaded proc-macro-crate v1.3.1
7692025-01-31T04:16:11.089Z Downloaded defmt-macros v0.3.9
7702025-01-31T04:16:11.092Z Downloaded cancel-safe-futures v0.1.5
7712025-01-31T04:16:11.094Z Downloaded blake2 v0.10.6
7722025-01-31T04:16:11.097Z Downloaded powerfmt v0.2.0
7732025-01-31T04:16:11.097Z Downloaded pest_meta v2.7.13
7742025-01-31T04:16:11.100Z Downloaded futures v0.3.30
7752025-01-31T04:16:11.103Z Downloaded crossbeam-utils v0.8.20
7762025-01-31T04:16:11.105Z Downloaded cookie v0.18.1
7772025-01-31T04:16:11.108Z Downloaded bitflags v2.6.0
7782025-01-31T04:16:11.111Z Downloaded newtype-uuid v1.1.0
7792025-01-31T04:16:11.114Z Downloaded console v0.15.8
7802025-01-31T04:16:11.117Z Downloaded derive-where v1.2.7
7812025-01-31T04:16:11.119Z Downloaded darling v0.20.10
7822025-01-31T04:16:11.122Z Downloaded backoff v0.4.0
7832025-01-31T04:16:11.259Z Downloaded ring v0.17.8
7842025-01-31T04:16:11.643Z Compiling proc-macro2 v1.0.86
7852025-01-31T04:16:11.643Z Compiling unicode-ident v1.0.13
7862025-01-31T04:16:11.646Z Compiling libc v0.2.167
7872025-01-31T04:16:11.646Z Compiling serde v1.0.215
7882025-01-31T04:16:11.646Z Compiling autocfg v1.3.0
7892025-01-31T04:16:11.646Z Compiling version_check v0.9.5
7902025-01-31T04:16:11.680Z Compiling cfg-if v1.0.0
7912025-01-31T04:16:11.839Z Compiling once_cell v1.20.2
7922025-01-31T04:16:11.860Z Compiling libm v0.2.8
7932025-01-31T04:16:11.893Z Compiling memchr v2.7.4
7942025-01-31T04:16:12.345Z Compiling parking_lot_core v0.9.10
7952025-01-31T04:16:12.392Z Compiling lock_api v0.4.12
7962025-01-31T04:16:12.882Z Compiling byteorder v1.5.0
7972025-01-31T04:16:13.003Z Compiling shlex v1.3.0
7982025-01-31T04:16:13.042Z Compiling thiserror v1.0.69
7992025-01-31T04:16:13.366Z Compiling cc v1.1.21
8002025-01-31T04:16:13.397Z Compiling itoa v1.0.11
8012025-01-31T04:16:13.633Z Compiling portable-atomic v1.8.0
8022025-01-31T04:16:13.656Z Compiling slab v0.4.9
8032025-01-31T04:16:13.752Z Compiling schemars v0.8.21
8042025-01-31T04:16:14.036Z Compiling ahash v0.8.11
8052025-01-31T04:16:14.148Z Compiling quote v1.0.37
8062025-01-31T04:16:14.285Z Compiling getrandom v0.2.15
8072025-01-31T04:16:14.558Z Compiling syn v2.0.87
8082025-01-31T04:16:14.627Z Compiling allocator-api2 v0.2.18
8092025-01-31T04:16:14.691Z Compiling num-traits v0.2.19
8102025-01-31T04:16:14.713Z Compiling ryu v1.0.18
8112025-01-31T04:16:14.785Z Compiling serde_json v1.0.133
8122025-01-31T04:16:15.020Z Compiling pin-project-lite v0.2.14
8132025-01-31T04:16:15.473Z Compiling equivalent v1.0.1
8142025-01-31T04:16:15.600Z Compiling scopeguard v1.2.0
8152025-01-31T04:16:15.625Z Compiling log v0.4.22
8162025-01-31T04:16:15.778Z Compiling fnv v1.0.7
8172025-01-31T04:16:15.836Z Compiling heck v0.5.0
8182025-01-31T04:16:15.976Z Compiling crunchy v0.2.2
8192025-01-31T04:16:16.021Z Compiling ring v0.17.8
8202025-01-31T04:16:16.213Z Compiling vcpkg v0.2.15
8212025-01-31T04:16:16.240Z Compiling pkg-config v0.3.31
8222025-01-31T04:16:16.596Z Compiling socket2 v0.5.8
8232025-01-31T04:16:17.071Z Compiling signal-hook-registry v1.4.2
8242025-01-31T04:16:17.356Z Compiling mio v1.0.2
8252025-01-31T04:16:17.383Z Compiling tiny-keccak v2.0.2
8262025-01-31T04:16:17.688Z Compiling openssl-sys v0.9.103
8272025-01-31T04:16:17.726Z Compiling slog v2.7.0
8282025-01-31T04:16:17.745Z Compiling httparse v1.9.4
8292025-01-31T04:16:18.245Z Compiling iana-time-zone v0.1.61
8302025-01-31T04:16:18.689Z Compiling futures-core v0.3.30
8312025-01-31T04:16:18.709Z Compiling const-random-macro v0.1.16
8322025-01-31T04:16:18.780Z Compiling dyn-clone v1.0.17
8332025-01-31T04:16:18.921Z Compiling openssl v0.10.66
8342025-01-31T04:16:18.958Z Compiling futures-sink v0.3.30
8352025-01-31T04:16:19.342Z Compiling semver v1.0.23
8362025-01-31T04:16:19.393Z Compiling native-tls v0.2.12
8372025-01-31T04:16:19.477Z Compiling typenum v1.17.0
8382025-01-31T04:16:19.548Z Compiling rustls v0.23.13
8392025-01-31T04:16:19.551Z Compiling const-random v0.1.18
8402025-01-31T04:16:19.595Z Compiling futures-channel v0.3.30
8412025-01-31T04:16:19.616Z Compiling futures-task v0.3.30
8422025-01-31T04:16:19.655Z Compiling futures-io v0.3.30
8432025-01-31T04:16:19.775Z Compiling pin-utils v0.1.0
8442025-01-31T04:16:19.834Z Compiling generic-array v0.14.7
8452025-01-31T04:16:19.925Z Compiling tracing-core v0.1.32
8462025-01-31T04:16:19.945Z Compiling bitflags v2.6.0
8472025-01-31T04:16:20.029Z Compiling ucd-trie v0.1.6
8482025-01-31T04:16:20.032Z Compiling subtle v2.6.1
8492025-01-31T04:16:20.069Z Compiling aho-corasick v1.1.3
8502025-01-31T04:16:20.206Z Compiling regex-syntax v0.8.4
8512025-01-31T04:16:20.375Z Compiling anyhow v1.0.94
8522025-01-31T04:16:20.525Z Compiling time-core v0.1.2
8532025-01-31T04:16:20.685Z Compiling num-conv v0.1.0
8542025-01-31T04:16:20.975Z Compiling time-macros v0.2.18
8552025-01-31T04:16:21.276Z Compiling serde_derive_internals v0.29.1
8562025-01-31T04:16:21.683Z Compiling spin v0.9.8
8572025-01-31T04:16:21.943Z Compiling rustls-pki-types v1.8.0
8582025-01-31T04:16:23.051Z Compiling usdt-impl v0.5.0
8592025-01-31T04:16:23.071Z Compiling untrusted v0.9.0
8602025-01-31T04:16:23.285Z Compiling omicron-workspace-hack v0.1.0
8612025-01-31T04:16:23.471Z Compiling regex-automata v0.4.7
8622025-01-31T04:16:23.707Z Compiling rustversion v1.0.17
8632025-01-31T04:16:23.753Z Compiling strsim v0.11.1
8642025-01-31T04:16:24.331Z Compiling atomic-waker v1.1.2
8652025-01-31T04:16:24.378Z Compiling plain v0.2.3
8662025-01-31T04:16:24.541Z Compiling tinyvec_macros v0.1.1
8672025-01-31T04:16:24.628Z Compiling tinyvec v1.8.0
8682025-01-31T04:16:25.279Z Compiling serde_derive v1.0.215
8692025-01-31T04:16:25.800Z Compiling zerocopy-derive v0.7.35
8702025-01-31T04:16:26.191Z Compiling thiserror-impl v1.0.69
8712025-01-31T04:16:26.230Z Compiling tokio-macros v2.4.0
8722025-01-31T04:16:26.806Z Compiling schemars_derive v0.8.21
8732025-01-31T04:16:27.777Z Compiling futures-macro v0.3.30
8742025-01-31T04:16:27.854Z Compiling zerocopy v0.7.35
8752025-01-31T04:16:29.607Z Compiling hashbrown v0.14.5
8762025-01-31T04:16:29.785Z Compiling openssl-macros v0.1.1
8772025-01-31T04:16:29.821Z Compiling futures-util v0.3.30
8782025-01-31T04:16:30.146Z Compiling tracing-attributes v0.1.27
8792025-01-31T04:16:30.649Z Compiling scroll_derive v0.12.0
8802025-01-31T04:16:30.768Z Compiling regress v0.10.1
8812025-01-31T04:16:32.068Z Compiling pest v2.7.13
8822025-01-31T04:16:32.495Z Compiling regex v1.10.6
8832025-01-31T04:16:33.345Z Compiling tracing v0.1.40
8842025-01-31T04:16:34.031Z Compiling scroll v0.12.0
8852025-01-31T04:16:34.566Z Compiling goblin v0.8.2
8862025-01-31T04:16:34.592Z Compiling pest_meta v2.7.13
8872025-01-31T04:16:35.271Z Compiling rand_core v0.6.4
8882025-01-31T04:16:35.773Z Compiling percent-encoding v2.3.1
8892025-01-31T04:16:35.995Z Compiling pest_generator v2.7.13
8902025-01-31T04:16:36.254Z Compiling pretty-hex v0.4.1
8912025-01-31T04:16:36.495Z Compiling try-lock v0.2.5
8922025-01-31T04:16:36.679Z Compiling zeroize v1.8.1
8932025-01-31T04:16:37.051Z Compiling unsafe-libyaml v0.2.11
8942025-01-31T04:16:37.717Z Compiling rustls-webpki v0.102.8
8952025-01-31T04:16:38.368Z Compiling bytes v1.7.2
8962025-01-31T04:16:38.744Z Compiling smallvec v1.13.2
8972025-01-31T04:16:39.622Z Compiling indexmap v2.5.0
8982025-01-31T04:16:40.942Z Compiling parking_lot v0.12.3
8992025-01-31T04:16:40.963Z Compiling chrono v0.4.38
9002025-01-31T04:16:41.065Z Compiling uuid v1.11.0
9012025-01-31T04:16:42.138Z Compiling tokio v1.42.0
9022025-01-31T04:16:42.360Z Compiling serde_tokenstream v0.2.2
9032025-01-31T04:16:42.503Z Compiling http v1.2.0
9042025-01-31T04:16:45.214Z Compiling pest_derive v2.7.13
9052025-01-31T04:16:46.011Z Compiling openapiv3 v2.0.0
9062025-01-31T04:16:46.231Z Compiling http-body v1.0.1
9072025-01-31T04:16:46.511Z Compiling dtrace-parser v0.2.0
9082025-01-31T04:16:48.162Z Compiling typify-impl v0.2.0
9092025-01-31T04:16:48.232Z Compiling ipnetwork v0.20.0
9102025-01-31T04:16:49.049Z Compiling serde_yaml v0.9.34+deprecated
9112025-01-31T04:16:49.052Z Compiling dof v0.3.0
9122025-01-31T04:16:50.073Z Compiling want v0.3.1
9132025-01-31T04:16:50.388Z Compiling form_urlencoded v1.2.1
9142025-01-31T04:16:50.587Z Compiling unicode-normalization v0.1.24
9152025-01-31T04:16:52.003Z Compiling tokio-util v0.7.12
9162025-01-31T04:16:52.174Z Compiling thread-id v4.2.2
9172025-01-31T04:16:52.217Z Compiling syn v1.0.109
9182025-01-31T04:16:52.307Z Compiling httpdate v1.0.3
9192025-01-31T04:16:52.333Z Compiling foreign-types-shared v0.1.1
9202025-01-31T04:16:52.471Z Compiling camino v1.1.9
9212025-01-31T04:16:52.802Z Compiling ident_case v1.0.1
9222025-01-31T04:16:53.001Z Compiling h2 v0.4.6
9232025-01-31T04:16:53.055Z Compiling rustls v0.22.4
9242025-01-31T04:16:53.075Z Compiling unicode-bidi v0.3.15
9252025-01-31T04:16:53.419Z Compiling darling_core v0.20.10
9262025-01-31T04:16:53.961Z Compiling foreign-types v0.3.2
9272025-01-31T04:16:54.141Z Compiling ppv-lite86 v0.2.20
9282025-01-31T04:16:55.482Z Compiling tower-service v0.3.3
9292025-01-31T04:16:55.818Z Compiling slog-async v2.8.0
9302025-01-31T04:16:56.718Z Compiling rand_chacha v0.3.1
9312025-01-31T04:16:58.443Z Compiling typify-macro v0.2.0
9322025-01-31T04:16:58.464Z Compiling hyper v1.5.1
9332025-01-31T04:16:58.844Z Compiling darling_macro v0.20.10
9342025-01-31T04:16:59.852Z Compiling idna v0.5.0
9352025-01-31T04:17:01.852Z Compiling typify v0.2.0
9362025-01-31T04:17:01.997Z Compiling progenitor-impl v0.8.0
9372025-01-31T04:17:03.673Z Compiling hyper-util v0.1.10
9382025-01-31T04:17:07.059Z Compiling toml_datetime v0.6.8
9392025-01-31T04:17:07.946Z Compiling multer v3.1.0
9402025-01-31T04:17:08.063Z Compiling progenitor-macro v0.8.0
9412025-01-31T04:17:08.327Z Compiling openssl-probe v0.1.5
9422025-01-31T04:17:08.860Z Compiling paste v1.0.15
9432025-01-31T04:17:11.170Z Compiling url v2.5.2
9442025-01-31T04:17:11.217Z Compiling darling v0.20.10
9452025-01-31T04:17:11.340Z Compiling rand v0.8.5
9462025-01-31T04:17:13.839Z Compiling usdt-attr-macro v0.5.0
9472025-01-31T04:17:15.478Z Compiling usdt-macro v0.5.0
9482025-01-31T04:17:16.600Z Compiling http-body-util v0.1.2
9492025-01-31T04:17:17.005Z Compiling async-trait v0.1.83
9502025-01-31T04:17:19.362Z Compiling encoding_rs v0.8.34
9512025-01-31T04:17:19.573Z Compiling mime v0.3.17
9522025-01-31T04:17:19.596Z Compiling ipnet v2.10.0
9532025-01-31T04:17:20.600Z Compiling base64 v0.22.1
9542025-01-31T04:17:21.223Z Compiling rustls-pemfile v2.1.3
9552025-01-31T04:17:22.521Z Compiling tokio-rustls v0.26.0
9562025-01-31T04:17:23.219Z Compiling serde_with_macros v3.9.0
9572025-01-31T04:17:24.351Z Compiling tokio-native-tls v0.3.1
9582025-01-31T04:17:24.665Z Compiling strum_macros v0.26.4
9592025-01-31T04:17:25.520Z Compiling serde_urlencoded v0.7.1
9602025-01-31T04:17:25.787Z Compiling async-stream-impl v0.3.5
9612025-01-31T04:17:26.055Z Compiling structmeta-derive v0.3.0
9622025-01-31T04:17:27.130Z Compiling webpki-roots v0.26.6
9632025-01-31T04:17:27.365Z Compiling dropshot v0.12.0
9642025-01-31T04:17:27.745Z Compiling powerfmt v0.2.0
9652025-01-31T04:17:28.644Z Compiling crossbeam-utils v0.8.20
9662025-01-31T04:17:28.985Z Compiling structmeta v0.3.0
9672025-01-31T04:17:29.224Z Compiling deranged v0.3.11
9682025-01-31T04:17:29.352Z Compiling hyper-rustls v0.27.3
9692025-01-31T04:17:29.481Z Compiling hyper-tls v0.6.0
9702025-01-31T04:17:30.995Z Compiling sync_wrapper v1.0.1
9712025-01-31T04:17:31.177Z Compiling num_threads v0.1.7
9722025-01-31T04:17:31.827Z Compiling winnow v0.6.18
9732025-01-31T04:17:34.295Z Compiling time v0.3.36
9742025-01-31T04:17:35.015Z Compiling reqwest v0.12.9
9752025-01-31T04:17:36.196Z Compiling parse-display-derive v0.10.0
9762025-01-31T04:17:37.857Z Compiling crypto-common v0.1.6
9772025-01-31T04:17:38.105Z Compiling block-buffer v0.10.4
9782025-01-31T04:17:38.380Z Compiling dropshot_endpoint v0.12.0
9792025-01-31T04:17:39.973Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9802025-01-31T04:17:42.479Z Compiling digest v0.10.7
9812025-01-31T04:17:42.921Z Compiling progenitor-client v0.8.0
9822025-01-31T04:17:43.780Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9832025-01-31T04:17:45.882Z Compiling dirs-sys-next v0.1.2
9842025-01-31T04:17:46.643Z Compiling match_cfg v0.1.0
9852025-01-31T04:17:46.923Z Compiling rustix v0.38.37
9862025-01-31T04:17:47.149Z Compiling lazy_static v1.5.0
9872025-01-31T04:17:47.589Z Compiling hostname v0.3.1
9882025-01-31T04:17:47.872Z Compiling dirs-next v2.0.0
9892025-01-31T04:17:48.138Z Compiling progenitor v0.8.0
9902025-01-31T04:17:50.827Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9912025-01-31T04:17:50.940Z Compiling futures-executor v0.3.30
9922025-01-31T04:17:51.961Z Compiling thread_local v1.1.8
9932025-01-31T04:17:52.141Z Compiling errno v0.3.9
9942025-01-31T04:17:52.604Z Compiling instant v0.1.13
9952025-01-31T04:17:52.808Z Compiling cpufeatures v0.2.14
9962025-01-31T04:17:52.928Z Compiling unicode-width v0.1.14
9972025-01-31T04:17:54.208Z Compiling futures v0.3.30
9982025-01-31T04:17:55.643Z Compiling term v0.7.0
9992025-01-31T04:17:56.210Z Compiling crossbeam-channel v0.5.13
10002025-01-31T04:17:58.103Z Compiling serde_spanned v0.6.7
10012025-01-31T04:17:58.811Z Compiling is-terminal v0.4.13
10022025-01-31T04:17:58.978Z Compiling memmap v0.7.0
10032025-01-31T04:17:59.064Z Compiling take_mut v0.2.2
10042025-01-31T04:17:59.926Z Compiling usdt v0.5.0
10052025-01-31T04:17:59.970Z Compiling slog-term v2.9.1
10062025-01-31T04:18:01.307Z Compiling toml_edit v0.22.21
10072025-01-31T04:18:02.627Z Compiling slog-json v2.6.1
10082025-01-31T04:18:03.092Z Compiling strum v0.26.3
10092025-01-31T04:18:03.304Z Compiling serde_with v3.9.0
10102025-01-31T04:18:05.364Z Compiling debug-ignore v1.0.5
10112025-01-31T04:18:05.677Z Compiling heapless v0.8.0
10122025-01-31T04:18:07.198Z Compiling tokio-rustls v0.25.0
10132025-01-31T04:18:08.323Z Compiling toml v0.8.19
10142025-01-31T04:18:09.924Z Compiling slog-bunyan v2.5.0
10152025-01-31T04:18:10.216Z Compiling sha1 v0.10.6
10162025-01-31T04:18:10.405Z Compiling async-stream v0.3.5
10172025-01-31T04:18:10.720Z Compiling newtype-uuid v1.1.0
10182025-01-31T04:18:11.061Z Compiling hex v0.4.3
10192025-01-31T04:18:11.080Z Compiling serde_path_to_error v0.1.16
10202025-01-31T04:18:11.560Z Compiling waitgroup v0.1.2
10212025-01-31T04:18:11.836Z Compiling hostname v0.4.0
10222025-01-31T04:18:11.857Z Compiling hash32 v0.3.1
10232025-01-31T04:18:12.150Z Compiling smoltcp v0.11.0
10242025-01-31T04:18:12.280Z Compiling stable_deref_trait v1.2.0
10252025-01-31T04:18:14.480Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10262025-01-31T04:18:14.673Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10272025-01-31T04:18:15.224Z Compiling backoff v0.4.0
10282025-01-31T04:18:15.479Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10292025-01-31T04:18:15.584Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10302025-01-31T04:18:15.804Z Compiling parse-display v0.10.0
10312025-01-31T04:18:17.727Z Compiling macaddr v1.0.1
10322025-01-31T04:18:18.361Z Compiling regress v0.9.1
10332025-01-31T04:18:19.730Z Compiling clap_derive v4.5.18
10342025-01-31T04:18:22.211Z Compiling utf8parse v0.2.2
10352025-01-31T04:18:22.395Z Compiling cobs v0.2.3
10362025-01-31T04:18:22.643Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10372025-01-31T04:18:22.869Z Compiling managed v0.8.0
10382025-01-31T04:18:23.057Z Compiling bitflags v1.3.2
10392025-01-31T04:18:23.181Z Compiling winnow v0.5.40
10402025-01-31T04:18:24.206Z Compiling postcard v1.0.10
10412025-01-31T04:18:24.877Z Compiling anstyle-parse v0.2.5
10422025-01-31T04:18:25.301Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10432025-01-31T04:18:26.650Z Compiling toml_edit v0.19.15
10442025-01-31T04:18:32.632Z Compiling is_terminal_polyfill v1.70.1
10452025-01-31T04:18:33.020Z Compiling anstyle-query v1.1.1
10462025-01-31T04:18:33.178Z Compiling anstyle v1.0.10
10472025-01-31T04:18:33.666Z Compiling colorchoice v1.0.2
10482025-01-31T04:18:33.896Z Compiling anstream v0.6.15
10492025-01-31T04:18:34.936Z Compiling proc-macro-crate v1.3.1
10502025-01-31T04:18:35.548Z Compiling terminal_size v0.4.0
10512025-01-31T04:18:35.831Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10522025-01-31T04:18:35.914Z Compiling clap_lex v0.7.4
10532025-01-31T04:18:36.229Z Compiling clap_builder v4.5.23
10542025-01-31T04:18:36.638Z Compiling num_enum_derive v0.5.11
10552025-01-31T04:18:37.615Z Compiling tabwriter v1.4.0
10562025-01-31T04:18:38.405Z Compiling foreign-types-macros v0.2.3
10572025-01-31T04:18:38.562Z Compiling num-integer v0.1.46
10582025-01-31T04:18:39.090Z Compiling foreign-types-shared v0.3.1
10592025-01-31T04:18:39.363Z Compiling num_enum v0.5.11
10602025-01-31T04:18:39.676Z Compiling foreign-types v0.5.0
10612025-01-31T04:18:40.041Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10622025-01-31T04:18:40.461Z Compiling clap v4.5.23
10632025-01-31T04:18:40.597Z Compiling cstr-argument v0.1.2
10642025-01-31T04:18:40.712Z Compiling proc-macro-error-attr v1.0.4
10652025-01-31T04:18:40.974Z Compiling pretty-hex v0.2.1
10662025-01-31T04:18:41.018Z Compiling either v1.13.0
10672025-01-31T04:18:41.219Z Compiling prettyplease v0.2.22
10682025-01-31T04:18:41.463Z Compiling heck v0.4.1
10692025-01-31T04:18:41.618Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10702025-01-31T04:18:42.004Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10712025-01-31T04:18:42.194Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10722025-01-31T04:18:43.338Z Compiling num-rational v0.4.2
10732025-01-31T04:18:43.443Z Compiling num-iter v0.1.45
10742025-01-31T04:18:44.020Z Compiling colored v2.1.0
10752025-01-31T04:18:45.641Z Compiling num-complex v0.4.6
10762025-01-31T04:18:46.084Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10772025-01-31T04:18:46.297Z Compiling proc-macro-error v1.0.4
10782025-01-31T04:18:46.480Z Compiling fastrand v2.1.1
10792025-01-31T04:18:46.543Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10802025-01-31T04:18:46.772Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10812025-01-31T04:18:47.033Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10822025-01-31T04:18:47.175Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10832025-01-31T04:18:47.466Z Compiling tempfile v3.12.0
10842025-01-31T04:18:48.481Z Compiling num v0.4.3
10852025-01-31T04:18:51.291Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862025-01-31T04:18:51.770Z Compiling float-ord v0.3.2
10872025-01-31T04:18:51.859Z Compiling crucible-workspace-hack v0.1.0
10882025-01-31T04:18:51.959Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10892025-01-31T04:18:58.560Z Compiling semver v0.1.20
10902025-01-31T04:18:59.087Z Compiling unicode-segmentation v1.12.0
10912025-01-31T04:18:59.601Z Compiling rustc_version v0.1.7
10922025-01-31T04:18:59.974Z Compiling newline-converter v0.3.0
10932025-01-31T04:19:00.318Z Compiling zone_cfg_derive v0.3.0
10942025-01-31T04:19:00.364Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10952025-01-31T04:19:01.425Z Compiling camino-tempfile v1.1.1
10962025-01-31T04:19:01.804Z Compiling itertools v0.10.5
10972025-01-31T04:19:02.205Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
10982025-01-31T04:19:02.205Z Compiling console v0.15.8
10992025-01-31T04:19:02.666Z Compiling num-derive v0.4.2
11002025-01-31T04:19:03.242Z Compiling sigpipe v0.1.3
11012025-01-31T04:19:03.392Z Compiling similar v2.6.0
11022025-01-31T04:19:04.911Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11032025-01-31T04:19:05.036Z Compiling base64ct v1.6.0
11042025-01-31T04:19:05.162Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11052025-01-31T04:19:05.313Z Compiling zone v0.3.0
11062025-01-31T04:19:05.694Z Compiling password-hash v0.5.0
11072025-01-31T04:19:06.213Z Compiling expectorate v1.1.0
11082025-01-31T04:19:06.517Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11092025-01-31T04:19:06.840Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11102025-01-31T04:19:07.425Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11112025-01-31T04:19:08.605Z Compiling newtype_derive v0.1.6
11122025-01-31T04:19:09.016Z Compiling blake2 v0.10.6
11132025-01-31T04:19:09.537Z Compiling hubpack_derive v0.1.1
11142025-01-31T04:19:09.776Z Compiling smf v0.2.3
11152025-01-31T04:19:10.218Z Compiling zerocopy-derive v0.6.6
11162025-01-31T04:19:10.266Z Compiling fixedbitset v0.4.2
11172025-01-31T04:19:10.500Z Compiling cancel-safe-futures v0.1.5
11182025-01-31T04:19:11.054Z Compiling owo-colors v4.1.0
11192025-01-31T04:19:11.122Z Compiling whoami v1.5.2
11202025-01-31T04:19:11.486Z Compiling petgraph v0.6.5
11212025-01-31T04:19:12.106Z Compiling zerocopy v0.6.6
11222025-01-31T04:19:12.241Z Compiling hubpack v0.1.2
11232025-01-31T04:19:12.452Z Compiling argon2 v0.5.3
11242025-01-31T04:19:12.990Z Compiling strum_macros v0.25.3
11252025-01-31T04:19:14.848Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11262025-01-31T04:19:15.553Z Compiling serde-big-array v0.5.1
11272025-01-31T04:19:15.645Z Compiling serde_repr v0.1.19
11282025-01-31T04:19:15.815Z Compiling cookie v0.18.1
11292025-01-31T04:19:16.178Z Compiling static_assertions v1.1.0
11302025-01-31T04:19:16.261Z Compiling convert_case v0.4.0
11312025-01-31T04:19:16.385Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11322025-01-31T04:19:16.848Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11332025-01-31T04:19:16.997Z Compiling derive_more v0.99.18
11342025-01-31T04:19:17.324Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11352025-01-31T04:19:17.927Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11362025-01-31T04:19:18.721Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11372025-01-31T04:19:21.163Z Compiling atomicwrites v0.4.4
11382025-01-31T04:19:21.689Z Compiling itertools v0.13.0
11392025-01-31T04:19:23.089Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402025-01-31T04:19:23.700Z Compiling idna v0.4.0
11412025-01-31T04:19:24.245Z Compiling libsw v3.3.1
11422025-01-31T04:19:24.603Z Compiling enum-as-inner v0.6.1
11432025-01-31T04:19:24.836Z Compiling derive-where v1.2.7
11442025-01-31T04:19:25.138Z Compiling highway v1.2.0
11452025-01-31T04:19:25.326Z Compiling quick-error v1.2.3
11462025-01-31T04:19:25.509Z Compiling linear-map v1.2.0
11472025-01-31T04:19:25.762Z Compiling linked-hash-map v0.5.6
11482025-01-31T04:19:25.940Z Compiling indent_write v2.2.0
11492025-01-31T04:19:26.158Z Compiling swrite v0.1.0
11502025-01-31T04:19:26.193Z Compiling data-encoding v2.6.0
11512025-01-31T04:19:26.322Z Compiling lru-cache v0.1.2
11522025-01-31T04:19:26.550Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11532025-01-31T04:19:26.597Z Compiling resolv-conf v0.7.0
11542025-01-31T04:19:27.597Z Compiling hickory-proto v0.24.1
11552025-01-31T04:19:27.988Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11562025-01-31T04:19:28.207Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11572025-01-31T04:19:30.682Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11582025-01-31T04:19:31.030Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592025-01-31T04:19:32.993Z Compiling steno v0.4.1
11602025-01-31T04:19:34.098Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612025-01-31T04:19:35.813Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11622025-01-31T04:19:36.208Z Compiling slog-dtrace v0.3.0
11632025-01-31T04:19:36.606Z Compiling parking_lot_core v0.8.6
11642025-01-31T04:19:37.087Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11652025-01-31T04:19:37.277Z Compiling humantime v2.1.0
11662025-01-31T04:19:37.527Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11672025-01-31T04:19:38.151Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682025-01-31T04:19:39.153Z Compiling hickory-resolver v0.24.1
11692025-01-31T04:19:40.740Z Compiling num-derive v0.3.3
11702025-01-31T04:19:41.052Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11712025-01-31T04:19:41.605Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11722025-01-31T04:19:42.007Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11732025-01-31T04:19:42.995Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11742025-01-31T04:19:43.793Z Compiling parking_lot v0.11.2
11752025-01-31T04:19:44.046Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11762025-01-31T04:19:44.701Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772025-01-31T04:19:45.719Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11782025-01-31T04:19:47.515Z Compiling crossbeam-epoch v0.9.18
11792025-01-31T04:19:47.562Z Compiling fxhash v0.2.1
11802025-01-31T04:19:47.806Z Compiling crc32fast v1.4.2
11812025-01-31T04:19:48.360Z Compiling arc-swap v1.7.1
11822025-01-31T04:19:48.596Z Compiling crc8 v0.1.1
11832025-01-31T04:19:48.914Z Compiling slog-scope v4.4.0
11842025-01-31T04:19:49.022Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852025-01-31T04:19:49.679Z Compiling sled v0.34.7
11862025-01-31T04:19:54.104Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11872025-01-31T04:19:55.003Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11882025-01-31T04:19:55.513Z Compiling slog-stdlog v4.1.1
11892025-01-31T04:19:56.331Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11902025-01-31T04:19:57.958Z Compiling slog-envlogger v2.2.0
11912025-01-31T04:19:59.068Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11922025-01-31T04:20:08.429Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11932025-01-31T04:20:11.840Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
11942025-01-31T04:20:15.171Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
11952025-01-31T04:20:42.700Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
11962025-01-31T04:20:42.700Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
11972025-01-31T04:20:49.692Z Finished `release` profile [optimized] target(s) in 4m 57s
11982025-01-31T04:20:50.011Z+ banner trio
11992025-01-31T04:20:50.014Z
12002025-01-31T04:20:50.014Z ##### ##### # ####
12012025-01-31T04:20:50.014Z # # # # # #
12022025-01-31T04:20:50.014Z # # # # # #
12032025-01-31T04:20:50.014Z # ##### # # #
12042025-01-31T04:20:50.014Z # # # # # #
12052025-01-31T04:20:50.014Z # # # # ####
12062025-01-31T04:20:50.014Z
12072025-01-31T04:20:50.014Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12082025-01-31T04:20:50.457Z Compiling cfg-if v1.0.0
12092025-01-31T04:20:50.457Z Compiling libc v0.2.167
12102025-01-31T04:20:50.457Z Compiling serde v1.0.215
12112025-01-31T04:20:50.460Z Compiling once_cell v1.20.2
12122025-01-31T04:20:50.460Z Compiling itoa v1.0.11
12132025-01-31T04:20:50.460Z Compiling byteorder v1.5.0
12142025-01-31T04:20:50.531Z Compiling syn v2.0.87
12152025-01-31T04:20:50.537Z Compiling bytes v1.7.2
12162025-01-31T04:20:50.595Z Compiling num-traits v0.2.19
12172025-01-31T04:20:50.772Z Compiling zerocopy v0.7.35
12182025-01-31T04:20:50.882Z Compiling pin-project-lite v0.2.14
12192025-01-31T04:20:50.945Z Compiling ahash v0.8.11
12202025-01-31T04:20:50.974Z Compiling smallvec v1.13.2
12212025-01-31T04:20:50.999Z Compiling schemars v0.8.21
12222025-01-31T04:20:51.061Z Compiling memchr v2.7.4
12232025-01-31T04:20:51.072Z Compiling allocator-api2 v0.2.18
12242025-01-31T04:20:51.378Z Compiling scopeguard v1.2.0
12252025-01-31T04:20:51.512Z Compiling lock_api v0.4.12
12262025-01-31T04:20:51.832Z Compiling getrandom v0.2.15
12272025-01-31T04:20:51.844Z Compiling hashbrown v0.14.5
12282025-01-31T04:20:51.915Z Compiling parking_lot_core v0.9.10
12292025-01-31T04:20:52.006Z Compiling socket2 v0.5.8
12302025-01-31T04:20:52.265Z Compiling mio v1.0.2
12312025-01-31T04:20:52.298Z Compiling parking_lot v0.12.3
12322025-01-31T04:20:52.743Z Compiling signal-hook-registry v1.4.2
12332025-01-31T04:20:52.832Z Compiling fnv v1.0.7
12342025-01-31T04:20:52.976Z Compiling log v0.4.22
12352025-01-31T04:20:53.141Z Compiling futures-core v0.3.30
12362025-01-31T04:20:53.476Z Compiling equivalent v1.0.1
12372025-01-31T04:20:53.604Z Compiling ryu v1.0.18
12382025-01-31T04:20:53.683Z Compiling tracing-core v0.1.32
12392025-01-31T04:20:53.760Z Compiling serde_json v1.0.133
12402025-01-31T04:20:53.793Z Compiling uuid v1.11.0
12412025-01-31T04:20:53.804Z Compiling regress v0.10.1
12422025-01-31T04:20:54.200Z Compiling futures-sink v0.3.30
12432025-01-31T04:20:54.264Z Compiling untrusted v0.9.0
12442025-01-31T04:20:54.331Z Compiling futures-task v0.3.30
12452025-01-31T04:20:54.358Z Compiling spin v0.9.8
12462025-01-31T04:20:54.380Z Compiling pin-utils v0.1.0
12472025-01-31T04:20:54.453Z Compiling slab v0.4.9
12482025-01-31T04:20:54.475Z Compiling futures-util v0.3.30
12492025-01-31T04:20:54.531Z Compiling ring v0.17.8
12502025-01-31T04:20:54.765Z Compiling try-lock v0.2.5
12512025-01-31T04:20:54.927Z Compiling want v0.3.1
12522025-01-31T04:20:55.146Z Compiling chrono v0.4.38
12532025-01-31T04:20:55.205Z Compiling httparse v1.9.4
12542025-01-31T04:20:55.902Z Compiling futures-channel v0.3.30
12552025-01-31T04:20:56.302Z Compiling dyn-clone v1.0.17
12562025-01-31T04:20:56.532Z Compiling foreign-types-shared v0.1.1
12572025-01-31T04:20:56.657Z Compiling tower-service v0.3.3
12582025-01-31T04:20:56.741Z Compiling foreign-types v0.3.2
12592025-01-31T04:20:56.794Z Compiling serde_derive_internals v0.29.1
12602025-01-31T04:20:56.842Z Compiling openssl-sys v0.9.103
12612025-01-31T04:20:56.989Z Compiling bitflags v2.6.0
12622025-01-31T04:20:57.137Z Compiling unicode-ident v1.0.13
12632025-01-31T04:20:57.345Z Compiling proc-macro2 v1.0.86
12642025-01-31T04:20:57.623Z Compiling http v1.2.0
12652025-01-31T04:20:58.149Z Compiling openssl-probe v0.1.5
12662025-01-31T04:20:58.319Z Compiling semver v1.0.23
12672025-01-31T04:20:58.711Z Compiling tinyvec_macros v0.1.1
12682025-01-31T04:20:58.805Z Compiling tinyvec v1.8.0
12692025-01-31T04:20:58.816Z Compiling quote v1.0.37
12702025-01-31T04:20:58.881Z Compiling percent-encoding v2.3.1
12712025-01-31T04:21:00.527Z Compiling unicode-normalization v0.1.24
12722025-01-31T04:21:00.664Z Compiling form_urlencoded v1.2.1
12732025-01-31T04:21:01.147Z Compiling http v0.2.12
12742025-01-31T04:21:01.329Z Compiling serde_derive v1.0.215
12752025-01-31T04:21:01.894Z Compiling zerocopy-derive v0.7.35
12762025-01-31T04:21:02.101Z Compiling thiserror-impl v1.0.69
12772025-01-31T04:21:02.154Z Compiling tokio-macros v2.4.0
12782025-01-31T04:21:02.326Z Compiling schemars_derive v0.8.21
12792025-01-31T04:21:02.453Z Compiling tracing-attributes v0.1.27
12802025-01-31T04:21:03.689Z Compiling tokio v1.42.0
12812025-01-31T04:21:04.822Z Compiling thiserror v1.0.69
12822025-01-31T04:21:05.110Z Compiling openssl-macros v0.1.1
12832025-01-31T04:21:05.256Z Compiling aho-corasick v1.1.3
12842025-01-31T04:21:05.492Z Compiling tracing v0.1.40
12852025-01-31T04:21:05.950Z Compiling openssl v0.10.66
12862025-01-31T04:21:06.183Z Compiling heck v0.5.0
12872025-01-31T04:21:06.766Z Compiling unicode-bidi v0.3.15
12882025-01-31T04:21:07.532Z Compiling rustls-pki-types v1.8.0
12892025-01-31T04:21:09.070Z Compiling idna v0.5.0
12902025-01-31T04:21:09.797Z Compiling regex-automata v0.4.7
12912025-01-31T04:21:13.126Z Compiling tokio-util v0.7.12
12922025-01-31T04:21:14.219Z Compiling indexmap v2.5.0
12932025-01-31T04:21:16.823Z Compiling serde_tokenstream v0.2.2
12942025-01-31T04:21:17.231Z Compiling native-tls v0.2.12
12952025-01-31T04:21:17.360Z Compiling http-body v1.0.1
12962025-01-31T04:21:18.091Z Compiling tokio-native-tls v0.3.1
12972025-01-31T04:21:18.399Z Compiling regex-syntax v0.8.4
12982025-01-31T04:21:19.407Z Compiling atomic-waker v1.1.2
12992025-01-31T04:21:19.467Z Compiling slog v2.7.0
13002025-01-31T04:21:19.603Z Compiling h2 v0.4.6
13012025-01-31T04:21:20.057Z Compiling typify-impl v0.2.0
13022025-01-31T04:21:21.369Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13032025-01-31T04:21:30.486Z Compiling openapiv3 v2.0.0
13042025-01-31T04:21:31.758Z Compiling serde_urlencoded v0.7.1
13052025-01-31T04:21:32.304Z Compiling regex v1.10.6
13062025-01-31T04:21:32.351Z Compiling url v2.5.2
13072025-01-31T04:21:33.219Z Compiling encoding_rs v0.8.34
13082025-01-31T04:21:34.537Z Compiling mime v0.3.17
13092025-01-31T04:21:35.321Z Compiling rustls v0.21.12
13102025-01-31T04:21:35.559Z Compiling ipnet v2.10.0
13112025-01-31T04:21:36.151Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13122025-01-31T04:21:37.907Z Compiling typify-macro v0.2.0
13132025-01-31T04:21:38.623Z Compiling hyper v1.5.1
13142025-01-31T04:21:39.723Z Compiling h2 v0.3.26
13152025-01-31T04:21:39.748Z Compiling rustls-webpki v0.102.8
13162025-01-31T04:21:39.894Z Compiling http-body v0.4.6
13172025-01-31T04:21:40.386Z Compiling rustls-webpki v0.101.7
13182025-01-31T04:21:41.481Z Compiling sct v0.7.1
13192025-01-31T04:21:41.957Z Compiling zeroize v1.8.1
13202025-01-31T04:21:42.316Z Compiling httpdate v1.0.3
13212025-01-31T04:21:43.085Z Compiling toml_datetime v0.6.8
13222025-01-31T04:21:43.472Z Compiling subtle v2.6.1
13232025-01-31T04:21:43.763Z Compiling serde_yaml v0.9.34+deprecated
13242025-01-31T04:21:44.334Z Compiling toml_edit v0.19.15
13252025-01-31T04:21:44.387Z Compiling rustls v0.23.13
13262025-01-31T04:21:47.087Z Compiling hyper v0.14.30
13272025-01-31T04:21:48.520Z Compiling hyper-util v0.1.10
13282025-01-31T04:21:54.463Z Compiling lazy_static v1.5.0
13292025-01-31T04:21:54.613Z Compiling tokio-rustls v0.26.0
13302025-01-31T04:21:55.105Z Compiling tokio-rustls v0.24.1
13312025-01-31T04:21:55.277Z Compiling proc-macro-crate v1.3.1
13322025-01-31T04:21:55.545Z Compiling http-body-util v0.1.2
13332025-01-31T04:21:56.039Z Compiling webpki-roots v0.26.6
13342025-01-31T04:21:56.072Z Compiling base64 v0.22.1
13352025-01-31T04:21:56.276Z Compiling base64 v0.21.7
13362025-01-31T04:21:56.314Z Compiling hyper-rustls v0.27.3
13372025-01-31T04:21:56.539Z Compiling crossbeam-utils v0.8.20
13382025-01-31T04:21:56.569Z Compiling num_enum_derive v0.5.11
13392025-01-31T04:21:57.228Z Compiling rustls-pemfile v1.0.4
13402025-01-31T04:21:57.387Z Compiling rustls-pemfile v2.1.3
13412025-01-31T04:21:58.002Z Compiling hyper-tls v0.6.0
13422025-01-31T04:21:58.032Z Compiling hyper-rustls v0.24.2
13432025-01-31T04:21:58.149Z Compiling hyper-tls v0.5.0
13442025-01-31T04:21:58.487Z Compiling typify v0.2.0
13452025-01-31T04:21:58.512Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13462025-01-31T04:21:58.642Z Compiling ipnetwork v0.20.0
13472025-01-31T04:21:59.684Z Compiling ppv-lite86 v0.2.20
13482025-01-31T04:22:00.483Z Compiling foreign-types-macros v0.2.3
13492025-01-31T04:22:00.895Z Compiling sync_wrapper v1.0.1
13502025-01-31T04:22:01.060Z Compiling rand_core v0.6.4
13512025-01-31T04:22:01.542Z Compiling dirs-sys-next v0.1.2
13522025-01-31T04:22:01.545Z Compiling foreign-types-shared v0.3.1
13532025-01-31T04:22:01.616Z Compiling webpki-roots v0.25.4
13542025-01-31T04:22:01.685Z Compiling powerfmt v0.2.0
13552025-01-31T04:22:01.780Z Compiling sync_wrapper v0.1.2
13562025-01-31T04:22:01.798Z Compiling time-macros v0.2.18
13572025-01-31T04:22:01.918Z Compiling reqwest v0.11.27
13582025-01-31T04:22:02.440Z Compiling deranged v0.3.11
13592025-01-31T04:22:02.657Z Compiling foreign-types v0.5.0
13602025-01-31T04:22:02.775Z Compiling dirs-next v2.0.0
13612025-01-31T04:22:03.048Z Compiling rand_chacha v0.3.1
13622025-01-31T04:22:04.117Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13632025-01-31T04:22:04.672Z Compiling reqwest v0.12.9
13642025-01-31T04:22:04.783Z Compiling progenitor-impl v0.8.0
13652025-01-31T04:22:10.278Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13662025-01-31T04:22:10.786Z Compiling num_enum v0.5.11
13672025-01-31T04:22:12.691Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13682025-01-31T04:22:12.867Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13692025-01-31T04:22:12.908Z Compiling cstr-argument v0.1.2
13702025-01-31T04:22:13.045Z Compiling thread_local v1.1.8
13712025-01-31T04:22:13.179Z Compiling num-conv v0.1.0
13722025-01-31T04:22:13.436Z Compiling either v1.13.0
13732025-01-31T04:22:13.710Z Compiling arc-swap v1.7.1
13742025-01-31T04:22:13.874Z Compiling time-core v0.1.2
13752025-01-31T04:22:14.078Z Compiling pretty-hex v0.2.1
13762025-01-31T04:22:14.312Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13772025-01-31T04:22:14.415Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13782025-01-31T04:22:14.807Z Compiling slog-scope v4.4.0
13792025-01-31T04:22:15.380Z Compiling time v0.3.36
13802025-01-31T04:22:15.678Z Compiling itertools v0.12.1
13812025-01-31T04:22:15.753Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13822025-01-31T04:22:16.632Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13832025-01-31T04:22:16.829Z Compiling crossbeam-channel v0.5.13
13842025-01-31T04:22:18.401Z Compiling progenitor-macro v0.8.0
13852025-01-31T04:22:19.229Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13862025-01-31T04:22:24.149Z Compiling progenitor-client v0.8.0
13872025-01-31T04:22:25.041Z Compiling rand v0.8.5
13882025-01-31T04:22:26.895Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13892025-01-31T04:22:28.726Z Compiling anyhow v1.0.94
13902025-01-31T04:22:28.942Z Compiling term v0.7.0
13912025-01-31T04:22:30.445Z Compiling colored v2.1.0
13922025-01-31T04:22:31.679Z Compiling is-terminal v0.4.13
13932025-01-31T04:22:31.815Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
13942025-01-31T04:22:32.179Z Compiling take_mut v0.2.2
13952025-01-31T04:22:32.351Z Compiling winnow v0.6.18
13962025-01-31T04:22:33.499Z Compiling progenitor v0.8.0
13972025-01-31T04:22:33.690Z Compiling slog-async v2.8.0
13982025-01-31T04:22:36.608Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
13992025-01-31T04:22:36.694Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14002025-01-31T04:22:36.886Z Compiling slog-term v2.9.1
14012025-01-31T04:22:39.620Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14022025-01-31T04:22:43.285Z Compiling slog-stdlog v4.1.1
14032025-01-31T04:22:44.082Z Compiling slog-envlogger v2.2.0
14042025-01-31T04:22:45.767Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14052025-01-31T04:22:47.913Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14062025-01-31T04:23:02.292Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14072025-01-31T04:23:09.585Z Finished `release` profile [optimized] target(s) in 2m 19s
14082025-01-31T04:23:09.668Z Running unittests src/lib.rs (target/release/deps/mg_tests-e3396f18d06c266b)
14092025-01-31T04:23:09.715Z
14102025-01-31T04:23:09.715Zrunning 1 test
14112025-01-31T04:23:09.895Zconfigure zone
14122025-01-31T04:23:09.915Zinstall zone
14132025-01-31T04:24:09.726Ztest ddm::test_trio_v3 has been running for over 60 seconds
14142025-01-31T04:25:36.481Zboot zone
14152025-01-31T04:25:37.304Zstart zone s1
14162025-01-31T04:25:37.304Zconfigure zone
14172025-01-31T04:25:37.312Zinstall zone
14182025-01-31T04:27:50.664Zboot zone
14192025-01-31T04:27:51.459Zstart zone s2
14202025-01-31T04:27:51.459Zconfigure zone
14212025-01-31T04:27:51.467Zinstall zone
14222025-01-31T04:30:04.729Zboot zone
14232025-01-31T04:30:05.566Zstart zone t1
14242025-01-31T04:30:05.566Zconfigure zone
14252025-01-31T04:30:05.574Zinstall zone
14262025-01-31T04:32:22.804Zboot zone
14272025-01-31T04:32:23.708Zwaiting for zones to come up
14282025-01-31T04:32:33.710Z[sidecar.trio] svcs milestone/network
14292025-01-31T04:32:33.743ZSTATE STIME FMRI
14302025-01-31T04:32:33.744Zonline 20:25:55 svc:/milestone/network:default
14312025-01-31T04:32:33.744Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14322025-01-31T04:32:33.790Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14332025-01-31T04:32:33.840Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14342025-01-31T04:32:33.882Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14352025-01-31T04:32:33.886Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14362025-01-31T04:32:33.906Z
14372025-01-31T04:32:33.906Zrunning zone s1.trio setup
14382025-01-31T04:32:33.906Z[s1.trio] svcs milestone/network
14392025-01-31T04:32:33.931ZSTATE STIME FMRI
14402025-01-31T04:32:33.931Zonline 20:28:09 svc:/milestone/network:default
14412025-01-31T04:32:33.931Z[s1.trio] dladm
14422025-01-31T04:32:33.952ZLINK CLASS MTU STATE BRIDGE OVER
14432025-01-31T04:32:33.952Zsl0 simnet 9000 up -- ?
14442025-01-31T04:32:33.952Zmg2 vnic 9000 up -- ?
14452025-01-31T04:32:33.952Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14462025-01-31T04:32:34.502Z
14472025-01-31T04:32:34.502Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14482025-01-31T04:32:34.527Z
14492025-01-31T04:32:34.527Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14502025-01-31T04:32:34.548Z
14512025-01-31T04:32:34.548Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14522025-01-31T04:32:34.639Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14532025-01-31T04:32:34.681Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 706653ab-fd12-46ce-9288-a875e58c7751 --sled-uuid be187e43-b6c6-4438-b4ce-cb9e0df268bf -a sl0/v6 &> /opt/ddmd.log &
14542025-01-31T04:32:34.703Z
14552025-01-31T04:32:34.703Zrunning zone s2.trio setup
14562025-01-31T04:32:34.703Z[s2.trio] svcs milestone/network
14572025-01-31T04:32:34.726ZSTATE STIME FMRI
14582025-01-31T04:32:34.726Zonline 20:30:23 svc:/milestone/network:default
14592025-01-31T04:32:34.726Z[s2.trio] dladm
14602025-01-31T04:32:34.748ZLINK CLASS MTU STATE BRIDGE OVER
14612025-01-31T04:32:34.748Zsl1 simnet 9000 up -- ?
14622025-01-31T04:32:34.748Zmg3 vnic 9000 up -- ?
14632025-01-31T04:32:34.748Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14642025-01-31T04:32:35.316Z
14652025-01-31T04:32:35.316Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14662025-01-31T04:32:35.341Z
14672025-01-31T04:32:35.341Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14682025-01-31T04:32:35.360Z
14692025-01-31T04:32:35.361Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14702025-01-31T04:32:35.406Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14712025-01-31T04:32:35.430Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 76b4c9c2-57f5-474b-ac52-fe2fccf7d574 --sled-uuid 9aa0e139-d00b-4b6d-9655-769b0d4304c8 -a sl1/v6 &> /opt/ddmd.log &
14722025-01-31T04:32:35.452Z
14732025-01-31T04:32:35.452Zrunning zone t1.trio setup
14742025-01-31T04:32:35.452Z[t1.trio] svcs milestone/network
14752025-01-31T04:32:35.474ZSTATE STIME FMRI
14762025-01-31T04:32:35.475Z- - svc:/milestone/network:default
14772025-01-31T04:32:36.475Z[t1.trio] svcs milestone/network
14782025-01-31T04:32:36.497ZSTATE STIME FMRI
14792025-01-31T04:32:36.497Z- - svc:/milestone/network:default
14802025-01-31T04:32:37.497Z[t1.trio] svcs milestone/network
14812025-01-31T04:32:37.519ZSTATE STIME FMRI
14822025-01-31T04:32:37.519Z- - svc:/milestone/network:default
14832025-01-31T04:32:38.520Z[t1.trio] svcs milestone/network
14842025-01-31T04:32:38.543ZSTATE STIME FMRI
14852025-01-31T04:32:38.543Z- - svc:/milestone/network:default
14862025-01-31T04:32:39.543Z[t1.trio] svcs milestone/network
14872025-01-31T04:32:39.565ZSTATE STIME FMRI
14882025-01-31T04:32:39.565Z- - svc:/milestone/network:default
14892025-01-31T04:32:40.565Z[t1.trio] svcs milestone/network
14902025-01-31T04:32:40.588ZSTATE STIME FMRI
14912025-01-31T04:32:40.588Z- - svc:/milestone/network:default
14922025-01-31T04:32:41.588Z[t1.trio] svcs milestone/network
14932025-01-31T04:32:41.610ZSTATE STIME FMRI
14942025-01-31T04:32:41.610Z- - svc:/milestone/network:default
14952025-01-31T04:32:42.611Z[t1.trio] svcs milestone/network
14962025-01-31T04:32:42.632ZSTATE STIME FMRI
14972025-01-31T04:32:42.632Zonline 20:32:41 svc:/milestone/network:default
14982025-01-31T04:32:42.632Z[t1.trio] dladm
14992025-01-31T04:32:42.655ZLINK CLASS MTU STATE BRIDGE OVER
15002025-01-31T04:32:42.655Ztfportrear0_0 simnet 9000 up -- ?
15012025-01-31T04:32:42.655Ztfportrear1_0 simnet 9000 up -- ?
15022025-01-31T04:32:42.655Zmg1 vnic 9000 up -- ?
15032025-01-31T04:32:42.655Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15042025-01-31T04:32:43.434Z
15052025-01-31T04:32:43.435Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15062025-01-31T04:32:43.459Z
15072025-01-31T04:32:43.459Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15082025-01-31T04:32:43.481Z
15092025-01-31T04:32:43.481Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15102025-01-31T04:32:43.502Z
15112025-01-31T04:32:43.502Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15122025-01-31T04:32:43.696Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15132025-01-31T04:32:43.700Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15142025-01-31T04:32:43.703Zwaiting 3s for copy of files to zone to complete ...
15152025-01-31T04:32:46.704Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15162025-01-31T04:32:46.753Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15172025-01-31T04:32:46.776Z[t1.trio] svcadm enable dendrite
15182025-01-31T04:32:46.819Z
15192025-01-31T04:32:46.819Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15202025-01-31T04:32:46.869Z
15212025-01-31T04:32:46.869Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15222025-01-31T04:32:46.914Z
15232025-01-31T04:32:46.914Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15242025-01-31T04:32:46.961Z
15252025-01-31T04:32:46.961Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15262025-01-31T04:32:47.004Z
15272025-01-31T04:32:47.004Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15282025-01-31T04:32:47.046Z
15292025-01-31T04:32:47.046Z[t1.trio] svcadm refresh dendrite:default
15302025-01-31T04:32:47.084Z
15312025-01-31T04:32:47.084Z[t1.trio] svcadm restart dendrite:default
15322025-01-31T04:32:47.121Z
15332025-01-31T04:32:47.121Zwait 10s for dendrite to come up ...
15342025-01-31T04:32:57.123Z[t1.trio] svcadm enable tfport
15352025-01-31T04:32:57.165Z
15362025-01-31T04:32:57.165Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 2893fcdb-63a5-4777-9358-31bc63a3ac1c --sled-uuid 1814cdfe-52cc-439f-b23c-d3037e92e3fb -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15372025-01-31T04:32:57.188Z
15382025-01-31T04:32:57.188Z[t1.trio] ipadm
15392025-01-31T04:32:57.216ZADDROBJ TYPE STATE ADDR
15402025-01-31T04:32:57.216Zlo0/v4 static ok 127.0.0.1/8
15412025-01-31T04:32:57.216Zmg1/v4 static ok 10.0.0.3/24
15422025-01-31T04:32:57.216Zlo0/v6 static ok ::1/128
15432025-01-31T04:32:57.216Zlo0/u6 static ok fd00:3::1/64
15442025-01-31T04:32:57.216Ztfportrear0_0/v6 addrconf ok fe80::60d8:e6ff:fec1:c863%tfportrear0_0/10
15452025-01-31T04:32:57.216Ztfportrear1_0/v6 addrconf ok fe80::3c7c:f5ff:fe47:de5%tfportrear1_0/10
15462025-01-31T04:32:59.426Zinitial peering test passed
15472025-01-31T04:33:00.428Zadvertise from one passed
15482025-01-31T04:33:01.430Zadvertise from two passed
15492025-01-31T04:33:01.430Z[s1.trio] ping fd00:2::1
15502025-01-31T04:33:01.459Zfd00:2::1 is alive
15512025-01-31T04:33:01.459Z[s2.trio] ping fd00:1::1
15522025-01-31T04:33:01.479Zfd00:1::1 is alive
15532025-01-31T04:33:01.479Zconnectivity test passed
15542025-01-31T04:33:01.479Z[t1.trio] pkill ddmd
15552025-01-31T04:33:01.500Z
15562025-01-31T04:33:07.506Z[t1.trio] svcadm enable dendrite
15572025-01-31T04:33:07.546Z
15582025-01-31T04:33:07.546Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15592025-01-31T04:33:07.590Z
15602025-01-31T04:33:07.590Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15612025-01-31T04:33:07.634Z
15622025-01-31T04:33:07.634Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15632025-01-31T04:33:07.678Z
15642025-01-31T04:33:07.678Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15652025-01-31T04:33:07.722Z
15662025-01-31T04:33:07.722Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15672025-01-31T04:33:07.765Z
15682025-01-31T04:33:07.765Z[t1.trio] svcadm refresh dendrite:default
15692025-01-31T04:33:07.803Z
15702025-01-31T04:33:07.803Z[t1.trio] svcadm restart dendrite:default
15712025-01-31T04:33:07.842Z
15722025-01-31T04:33:07.842Zwait 10s for dendrite to come up ...
15732025-01-31T04:33:17.844Z[t1.trio] svcadm enable tfport
15742025-01-31T04:33:17.885Z
15752025-01-31T04:33:17.885Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 6bb85980-2ce4-402b-84b6-5e395b6654e0 --sled-uuid 010c786d-d38a-495f-9577-3715887933c7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15762025-01-31T04:33:17.907Z
15772025-01-31T04:33:17.907Z[t1.trio] ipadm
15782025-01-31T04:33:17.932ZADDROBJ TYPE STATE ADDR
15792025-01-31T04:33:17.932Zlo0/v4 static ok 127.0.0.1/8
15802025-01-31T04:33:17.932Zmg1/v4 static ok 10.0.0.3/24
15812025-01-31T04:33:17.932Zlo0/v6 static ok ::1/128
15822025-01-31T04:33:17.932Zlo0/u6 static ok fd00:3::1/64
15832025-01-31T04:33:17.932Ztfportrear0_0/v6 addrconf ok fe80::60d8:e6ff:fec1:c863%tfportrear0_0/10
15842025-01-31T04:33:17.932Ztfportrear1_0/v6 addrconf ok fe80::3c7c:f5ff:fe47:de5%tfportrear1_0/10
15852025-01-31T04:33:20.936Z[s1.trio] ping fd00:2::1
15862025-01-31T04:33:20.960Zfd00:2::1 is alive
15872025-01-31T04:33:20.960Z[s2.trio] ping fd00:1::1
15882025-01-31T04:33:20.981Zfd00:1::1 is alive
15892025-01-31T04:33:20.981Ztransit router restart passed
15902025-01-31T04:33:20.981Z[s1.trio] pkill ddmd
15912025-01-31T04:33:21.001Z
15922025-01-31T04:33:26.006Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b0f06e2a-18e0-4950-8803-228c2bd4dcc5 --sled-uuid 00bf8bd9-c1a0-4ae5-8868-f4d653210a77 -a sl0/v6 &> /opt/ddmd.log &
15932025-01-31T04:33:26.028Z
15942025-01-31T04:33:29.033Z[s1.trio] ping fd00:2::1
15952025-01-31T04:33:29.056Zfd00:2::1 is alive
15962025-01-31T04:33:29.056Z[s2.trio] ping fd00:1::1
15972025-01-31T04:33:29.077Zfd00:1::1 is alive
15982025-01-31T04:33:29.077Zserver router restart passed
15992025-01-31T04:33:32.084Zpeer expiration recovery passed
16002025-01-31T04:33:33.085Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16012025-01-31T04:33:33.111Z3
16022025-01-31T04:33:33.111Zredundant advertise passed
16032025-01-31T04:33:34.114Ztunnel endpoint advertise passed
16042025-01-31T04:33:39.117Zredundant tunnel endpoint advertise passed
16052025-01-31T04:33:39.117Z[s1.trio] pkill ddmd
16062025-01-31T04:33:39.139Z
16072025-01-31T04:33:44.141Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1e72c8ee-edb9-4ba7-9adc-fa778dc6e976 --sled-uuid c3d047e9-08fd-4d91-b025-c077e3c4f731 -a sl0/v6 &> /opt/ddmd.log &
16082025-01-31T04:33:44.165Z
16092025-01-31T04:33:49.232Ztunnel router restart passed
16102025-01-31T04:33:50.235Ztunnel endpoint withdraw passed
16112025-01-31T04:33:50.250Z[t1.trio] pkill ddmd
16122025-01-31T04:33:50.278Z
16132025-01-31T04:33:50.279Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16142025-01-31T04:33:50.283Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16152025-01-31T04:33:52.841Z[s2.trio] pkill ddmd
16162025-01-31T04:33:52.861Z
16172025-01-31T04:33:52.861Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16182025-01-31T04:33:55.477Z[s1.trio] pkill ddmd
16192025-01-31T04:33:55.498Z
16202025-01-31T04:33:55.498Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16212025-01-31T04:33:57.938Z[sidecar.trio] pkill softnpu
16222025-01-31T04:33:57.958Z
16232025-01-31T04:33:57.958Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16242025-01-31T04:34:00.716Ztest ddm::test_trio_v3 ... ok
16252025-01-31T04:34:00.716Z
16262025-01-31T04:34:00.716Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 650.88s
16272025-01-31T04:34:00.716Z
16282025-01-31T04:34:00.745Z+ cleanup
16292025-01-31T04:34:00.749Z++ id -un
16302025-01-31T04:34:00.752Z++ id -gn
16312025-01-31T04:34:00.756Z+ pfexec chown -R build:build .
16322025-01-31T04:34:00.837Zprocess exited: duration 1159670 ms, exit code 0
 
16332025-01-31T04:34:00.849Zfound 4 output files
16342025-01-31T04:34:00.849Zuploading: /work/s1.trio.log (4204 bytes)
16352025-01-31T04:34:01.859Zuploaded: /work/s1.trio.log
16362025-01-31T04:34:01.859Zuploading: /work/s2.trio.log (10916 bytes)
16372025-01-31T04:34:02.872Zuploaded: /work/s2.trio.log
16382025-01-31T04:34:02.872Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16392025-01-31T04:34:03.882Zuploaded: /work/sidecar.trio-softnpu.log
16402025-01-31T04:34:03.882Zuploading: /work/t1.trio.log (26113 bytes)
16412025-01-31T04:34:04.893Zuploaded: /work/t1.trio.log