01JPY7D7QV15H8HZWEK7HYDYWC: test-ddm-quartet

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-22T06:08:28.167Zjob assigned to worker 01JPY7DHS5F5XEG45NARZ07EMT [factory aws, i-012e5670ad3b302e2] (queued for 51 s)
 
22025-03-22T06:08:36.035Zstarting task 0: "setup"
32025-03-22T06:08:36.044Z++ uname -s
42025-03-22T06:08:36.044Z+ kern=SunOS
52025-03-22T06:08:36.045Z+ build_user=build
62025-03-22T06:08:36.045Z+ build_uid=12345
72025-03-22T06:08:36.045Z+ work_dir=/work
82025-03-22T06:08:36.045Z+ input_dir=/input
92025-03-22T06:08:36.045Z+ [[ 0 == 12345 ]]
102025-03-22T06:08:36.045Z+ case "$kern" in
112025-03-22T06:08:36.045Z+ groupadd -g 12345 build
122025-03-22T06:08:36.045Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-22T06:08:38.052Z+ zfs create -o mountpoint=/work rpool/work
142025-03-22T06:08:38.226Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-22T06:08:38.229Z+ home_fs=zfs
162025-03-22T06:08:38.229Z+ [[ zfs == autofs ]]
172025-03-22T06:08:38.229Z+ mkdir -p /home/build
182025-03-22T06:08:38.232Z+ chown build:build /home/build /work
192025-03-22T06:08:40.233Z+ chmod 0700 /home/build /work
202025-03-22T06:08:40.236Zprocess exited: duration 4202 ms, exit code 0
 
212025-03-22T06:08:40.243Zstarting task 1: "rust-toolchain"
222025-03-22T06:08:40.248Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-03-22T06:08:40.248Z * rust toolchain channel = "stable"
242025-03-22T06:08:40.248Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-03-22T06:08:40.248Z * rust toolchain profile = "default"
262025-03-22T06:08:40.248Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-22T06:08:40.248Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-22T06:08:40.252Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-22T06:08:40.252Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-03-22T06:08:40.356Zinfo: downloading installer
312025-03-22T06:08:41.768Zwarn: It looks like you have an existing installation of Rust at:
322025-03-22T06:08:41.768Zwarn: /opt/ooce/bin
332025-03-22T06:08:41.768Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-22T06:08:41.768Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-22T06:08:41.768Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-22T06:08:41.768Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-22T06:08:41.768Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-22T06:08:41.768Zerror: cannot install while Rust is installed
392025-03-22T06:08:41.768Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-22T06:08:41.781Zinfo: profile set to 'default'
412025-03-22T06:08:41.781Zinfo: default host triple is x86_64-unknown-illumos
422025-03-22T06:08:41.784Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-03-22T06:08:41.956Zinfo: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
442025-03-22T06:08:41.956Zinfo: downloading component 'cargo'
452025-03-22T06:08:42.714Zinfo: downloading component 'clippy'
462025-03-22T06:08:43.027Zinfo: downloading component 'rust-docs'
472025-03-22T06:08:44.406Zinfo: downloading component 'rust-std'
482025-03-22T06:08:46.286Zinfo: downloading component 'rustc'
492025-03-22T06:08:51.938Zinfo: downloading component 'rustfmt'
502025-03-22T06:08:52.239Zinfo: installing component 'cargo'
512025-03-22T06:08:53.071Zinfo: installing component 'clippy'
522025-03-22T06:08:53.464Zinfo: installing component 'rust-docs'
532025-03-22T06:08:55.271Zinfo: installing component 'rust-std'
542025-03-22T06:08:57.043Zinfo: installing component 'rustc'
552025-03-22T06:09:03.117Zinfo: installing component 'rustfmt'
562025-03-22T06:09:03.448Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-03-22T06:09:03.448Z
582025-03-22T06:09:03.842Z stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15)
592025-03-22T06:09:03.842Z
602025-03-22T06:09:03.846Z
612025-03-22T06:09:03.846ZRust is installed now. Great!
622025-03-22T06:09:03.846Z
632025-03-22T06:09:03.846ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-22T06:09:03.846Zenvironment variable. This has not been done automatically.
652025-03-22T06:09:03.846Z
662025-03-22T06:09:03.846ZTo configure your current shell, you need to source
672025-03-22T06:09:03.846Zthe corresponding env file under $HOME/.cargo.
682025-03-22T06:09:03.846Z
692025-03-22T06:09:03.846ZThis is usually done by running one of the following (note the leading DOT):
702025-03-22T06:09:03.846Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-22T06:09:03.846Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-22T06:09:03.846Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-22T06:09:03.929Z+ rustup --version
742025-03-22T06:09:03.940Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-22T06:09:03.940Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-22T06:09:03.970Zinfo: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)`
772025-03-22T06:09:03.973Z+ cargo --version
782025-03-22T06:09:03.991Zcargo 1.85.1 (d73d2caf9 2024-12-31)
792025-03-22T06:09:03.994Z+ rustc --version
802025-03-22T06:09:04.019Zrustc 1.85.1 (4eb161250 2025-03-15)
812025-03-22T06:09:04.023Zprocess exited: duration 23777 ms, exit code 0
 
822025-03-22T06:09:04.031Zstarting task 2: "authentication"
832025-03-22T06:09:04.055Zprocess exited: duration 22 ms, exit code 0
 
842025-03-22T06:09:04.063Zstarting task 3: "clone repository"
852025-03-22T06:09:04.067Z+ mkdir -p /work/oxidecomputer/maghemite
862025-03-22T06:09:04.071Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872025-03-22T06:09:04.109ZCloning into '/work/oxidecomputer/maghemite'...
882025-03-22T06:09:04.695Z+ cd /work/oxidecomputer/maghemite
892025-03-22T06:09:04.695Z+ git fetch origin 3f4db1540dd05c4c9e8c61181034e72cb507029b
902025-03-22T06:09:04.939ZFrom https://github.com/oxidecomputer/maghemite
912025-03-22T06:09:04.942Z * branch 3f4db1540dd05c4c9e8c61181034e72cb507029b -> FETCH_HEAD
922025-03-22T06:09:04.947Z+ [[ -n renovate/omicron-zone-package-0.x ]]
932025-03-22T06:09:04.950Z++ git branch --show-current
942025-03-22T06:09:04.953Z+ current=main
952025-03-22T06:09:04.953Z+ [[ main != renovate/omicron-zone-package-0.x ]]
962025-03-22T06:09:04.953Z+ git branch -f renovate/omicron-zone-package-0.x 3f4db1540dd05c4c9e8c61181034e72cb507029b
972025-03-22T06:09:04.956Z+ git checkout -f renovate/omicron-zone-package-0.x
982025-03-22T06:09:04.970ZSwitched to branch 'renovate/omicron-zone-package-0.x'
992025-03-22T06:09:04.973Z+ git reset --hard 3f4db1540dd05c4c9e8c61181034e72cb507029b
1002025-03-22T06:09:04.986ZHEAD is now at 3f4db15 Update Rust crate omicron-zone-package to 0.12.0
1012025-03-22T06:09:04.989Zprocess exited: duration 924 ms, exit code 0
 
1022025-03-22T06:09:04.995Zstarting task 4: "build"
1032025-03-22T06:09:05.001Z++ cargo --version
1042025-03-22T06:09:05.008Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
1052025-03-22T06:09:05.165Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
1062025-03-22T06:09:05.165Zinfo: downloading component 'cargo'
1072025-03-22T06:09:06.021Zinfo: downloading component 'clippy'
1082025-03-22T06:09:06.318Zinfo: downloading component 'rust-docs'
1092025-03-22T06:09:07.507Zinfo: downloading component 'rust-std'
1102025-03-22T06:09:09.324Zinfo: downloading component 'rustc'
1112025-03-22T06:09:16.031Zinfo: downloading component 'rustfmt'
1122025-03-22T06:09:16.310Zinfo: installing component 'cargo'
1132025-03-22T06:09:17.150Zinfo: installing component 'clippy'
1142025-03-22T06:09:17.511Zinfo: installing component 'rust-docs'
1152025-03-22T06:09:19.159Zinfo: installing component 'rust-std'
1162025-03-22T06:09:20.871Zinfo: installing component 'rustc'
1172025-03-22T06:09:26.551Zinfo: installing component 'rustfmt'
1182025-03-22T06:09:26.959Zcargo 1.81.0 (2dbb1af80 2024-08-20)
1192025-03-22T06:09:26.962Z++ rustc --version
1202025-03-22T06:09:27.037Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1212025-03-22T06:09:27.042Z++ dladm
1222025-03-22T06:09:27.048ZLINK CLASS MTU STATE BRIDGE OVER
1232025-03-22T06:09:27.048Zena0 phys 9216 up -- --
1242025-03-22T06:09:27.051Z++ ipadm
1252025-03-22T06:09:27.054ZADDROBJ TYPE STATE ADDR
1262025-03-22T06:09:27.055Zlo0/v4 static ok 127.0.0.1/8
1272025-03-22T06:09:27.055Zena0/dhcp dhcp ok 10.150.1.106/24
1282025-03-22T06:09:27.055Zlo0/v6 static ok ::1/128
1292025-03-22T06:09:27.055Z++ banner collect
1302025-03-22T06:09:27.055Z
1312025-03-22T06:09:27.055Z #### #### # # ###### #### #####
1322025-03-22T06:09:27.055Z # # # # # # # # # #
1332025-03-22T06:09:27.055Z # # # # # ##### # #
1342025-03-22T06:09:27.055Z # # # # # # # #
1352025-03-22T06:09:27.055Z # # # # # # # # # #
1362025-03-22T06:09:27.055Z #### #### ###### ###### ###### #### #
1372025-03-22T06:09:27.055Z
1382025-03-22T06:09:27.055Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1392025-03-22T06:09:27.055Z++ repo=softnpu
1402025-03-22T06:09:27.055Z++ series=image
1412025-03-22T06:09:27.055Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1422025-03-22T06:09:27.055Z++ name=softnpu
1432025-03-22T06:09:27.055Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1442025-03-22T06:09:27.055Z++ mkdir -p download
1452025-03-22T06:09:27.058Z++ pushd download
1462025-03-22T06:09:27.058Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1472025-03-22T06:09:27.058Z++ [[ ! -f softnpu ]]
1482025-03-22T06:09:27.058Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1492025-03-22T06:09:27.065Z % Total % Received % Xferd Average Speed Time Time Time Current
1502025-03-22T06:09:27.065Z Dload Upload Total Spent Left Speed
1512025-03-22T06:09:27.641Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 93 21.8M 93 20.4M 0 0 36.5M 0 --:--:-- --:--:-- --:--:-- 36.5M 100 21.8M 100 21.8M 0 0 37.8M 0 --:--:-- --:--:-- --:--:-- 37.8M
1522025-03-22T06:09:27.645Z++ popd
1532025-03-22T06:09:27.650Z/work/oxidecomputer/maghemite
1542025-03-22T06:09:27.650Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1552025-03-22T06:09:27.650Z++ repo=sidecar-lite
1562025-03-22T06:09:27.650Z++ series=release
1572025-03-22T06:09:27.650Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1582025-03-22T06:09:27.650Z++ name=libsidecar_lite.so
1592025-03-22T06:09:27.650Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1602025-03-22T06:09:27.650Z++ mkdir -p download
1612025-03-22T06:09:27.650Z++ pushd download
1622025-03-22T06:09:27.650Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1632025-03-22T06:09:27.650Z++ [[ ! -f libsidecar_lite.so ]]
1642025-03-22T06:09:27.650Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1652025-03-22T06:09:27.657Z % Total % Received % Xferd Average Speed Time Time Time Current
1662025-03-22T06:09:27.657Z Dload Upload Total Spent Left Speed
1672025-03-22T06:09:28.219Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 36.1M 0 --:--:-- --:--:-- --:--:-- 36.1M
1682025-03-22T06:09:28.224Z++ popd
1692025-03-22T06:09:28.227Z/work/oxidecomputer/maghemite
1702025-03-22T06:09:28.227Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1712025-03-22T06:09:28.227Z++ repo=sidecar-lite
1722025-03-22T06:09:28.227Z++ series=release
1732025-03-22T06:09:28.227Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1742025-03-22T06:09:28.227Z++ name=scadm
1752025-03-22T06:09:28.227Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1762025-03-22T06:09:28.227Z++ mkdir -p download
1772025-03-22T06:09:28.227Z++ pushd download
1782025-03-22T06:09:28.227Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1792025-03-22T06:09:28.227Z++ [[ ! -f scadm ]]
1802025-03-22T06:09:28.227Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1812025-03-22T06:09:28.236Z % Total % Received % Xferd Average Speed Time Time Time Current
1822025-03-22T06:09:28.236Z Dload Upload Total Spent Left Speed
1832025-03-22T06:09:28.815Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 22.7M 35 8299k 0 0 20.8M 0 0:00:01 --:--:-- 0:00:01 20.8M 100 22.7M 100 22.7M 0 0 39.3M 0 --:--:-- --:--:-- --:--:-- 39.3M
1842025-03-22T06:09:28.819Z++ popd
1852025-03-22T06:09:28.822Z/work/oxidecomputer/maghemite
1862025-03-22T06:09:28.822Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1872025-03-22T06:09:28.822Z++ repo=dendrite
1882025-03-22T06:09:28.822Z++ series=image
1892025-03-22T06:09:28.822Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1902025-03-22T06:09:28.822Z++ name=dendrite-softnpu.tar.gz
1912025-03-22T06:09:28.822Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1922025-03-22T06:09:28.822Z++ mkdir -p download
1932025-03-22T06:09:28.822Z++ pushd download
1942025-03-22T06:09:28.822Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1952025-03-22T06:09:28.822Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1962025-03-22T06:09:28.822Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1972025-03-22T06:09:28.831Z % Total % Received % Xferd Average Speed Time Time Time Current
1982025-03-22T06:09:28.831Z Dload Upload Total Spent Left Speed
1992025-03-22T06:09:29.520Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 54.5M 0 --:--:-- --:--:-- --:--:-- 54.5M
2002025-03-22T06:09:29.524Z++ popd
2012025-03-22T06:09:29.524Z/work/oxidecomputer/maghemite
2022025-03-22T06:09:29.527Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
2032025-03-22T06:09:29.527Z++ repo=maghemite
2042025-03-22T06:09:29.527Z++ series=release
2052025-03-22T06:09:29.527Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2062025-03-22T06:09:29.527Z++ name=ddmd
2072025-03-22T06:09:29.527Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2082025-03-22T06:09:29.527Z++ mkdir -p download
2092025-03-22T06:09:29.528Z++ pushd download
2102025-03-22T06:09:29.528Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2112025-03-22T06:09:29.528Z++ [[ ! -f ddmd ]]
2122025-03-22T06:09:29.528Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
2132025-03-22T06:09:29.536Z % Total % Received % Xferd Average Speed Time Time Time Current
2142025-03-22T06:09:29.536Z Dload Upload Total Spent Left Speed
2152025-03-22T06:09:30.269Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 55.9M 0 --:--:-- --:--:-- --:--:-- 55.8M
2162025-03-22T06:09:30.273Z++ popd
2172025-03-22T06:09:30.276Z/work/oxidecomputer/maghemite
2182025-03-22T06:09:30.276Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
2192025-03-22T06:09:30.276Z++ repo=maghemite
2202025-03-22T06:09:30.276Z++ series=release
2212025-03-22T06:09:30.276Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2222025-03-22T06:09:30.276Z++ name=ddmadm
2232025-03-22T06:09:30.276Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2242025-03-22T06:09:30.276Z++ mkdir -p download
2252025-03-22T06:09:30.276Z++ pushd download
2262025-03-22T06:09:30.276Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2272025-03-22T06:09:30.276Z++ [[ ! -f ddmadm ]]
2282025-03-22T06:09:30.276Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2292025-03-22T06:09:30.284Z % Total % Received % Xferd Average Speed Time Time Time Current
2302025-03-22T06:09:30.288Z Dload Upload Total Spent Left Speed
2312025-03-22T06:09:30.862Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 53 18.0M 53 9787k 0 0 28.0M 0 --:--:-- --:--:-- --:--:-- 28.0M 100 18.0M 100 18.0M 0 0 31.1M 0 --:--:-- --:--:-- --:--:-- 31.1M
2322025-03-22T06:09:30.867Z++ popd
2332025-03-22T06:09:30.870Z/work/oxidecomputer/maghemite
2342025-03-22T06:09:30.870Z++ pushd download
2352025-03-22T06:09:30.870Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2362025-03-22T06:09:30.870Z++ chmod +x softnpu
2372025-03-22T06:09:30.870Z++ chmod +x scadm
2382025-03-22T06:09:30.873Z++ chmod +x ddmadm
2392025-03-22T06:09:30.873Z++ chmod +x ddmd
2402025-03-22T06:09:30.876Z++ mv ddmadm ddmadm-v2
2412025-03-22T06:09:30.879Z++ mv ddmd ddmd-v2
2422025-03-22T06:09:30.879Z++ rm -rf zones/dendrite
2432025-03-22T06:09:30.882Z++ mkdir -p zones/dendrite
2442025-03-22T06:09:30.886Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2452025-03-22T06:09:31.643Z++ popd
2462025-03-22T06:09:31.643Z/work/oxidecomputer/maghemite
2472025-03-22T06:09:31.643Z++ banner install
2482025-03-22T06:09:31.646Z
2492025-03-22T06:09:31.646Z # # # #### ##### ## # #
2502025-03-22T06:09:31.646Z # ## # # # # # # #
2512025-03-22T06:09:31.646Z # # # # #### # # # # #
2522025-03-22T06:09:31.646Z # # # # # # ###### # #
2532025-03-22T06:09:31.646Z # # ## # # # # # # #
2542025-03-22T06:09:31.646Z # # # #### # # # ###### ######
2552025-03-22T06:09:31.646Z
2562025-03-22T06:09:31.646Z++ pkg info brand/sparse
2572025-03-22T06:09:31.650Z++ grep -qi installed
2582025-03-22T06:09:33.264Zpkg: info: no packages matching the following patterns you specified are
2592025-03-22T06:09:33.264Zinstalled on the system. Try querying remotely instead:
2602025-03-22T06:09:33.264Z
2612025-03-22T06:09:33.264Z brand/sparse
2622025-03-22T06:09:33.320Z++ [[ 1 != 0 ]]
2632025-03-22T06:09:33.321Z++ set -o errexit
2642025-03-22T06:09:33.321Z++ pfexec pkg install brand/sparse
2652025-03-22T06:09:40.810Z Startup: Refreshing catalog 'helios-dev' ... Done
2662025-03-22T06:09:45.334Z Startup: Caching catalogs ... Done
2672025-03-22T06:10:00.601ZPlanning: Solver setup ... Done
2682025-03-22T06:10:00.762ZPlanning: Running solver ... Done
2692025-03-22T06:10:00.895ZPlanning: Finding local manifests ... Done
2702025-03-22T06:10:00.907ZPlanning: Fetching manifests: 0/3 0% complete
2712025-03-22T06:10:00.998ZPlanning: Fetching manifests: 3/3 100% complete
2722025-03-22T06:10:01.073ZPlanning: Package planning ... Done
2732025-03-22T06:10:01.079ZPlanning: Merging actions ... Done
2742025-03-22T06:10:01.279ZPlanning: Checking for conflicting actions ... Done
2752025-03-22T06:10:03.300ZPlanning: Consolidating action changes ... Done
2762025-03-22T06:10:03.725ZPlanning: Evaluating mediators ... Done
2772025-03-22T06:10:03.797ZPlanning: Planning completed in 18.36 seconds
2782025-03-22T06:10:03.814Z Packages to install: 1
2792025-03-22T06:10:03.814Z Packages to update: 2
2802025-03-22T06:10:03.817Z Create boot environment: No
2812025-03-22T06:10:03.817ZCreate backup boot environment: Yes
2822025-03-22T06:10:03.889Z
2832025-03-22T06:10:03.889ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2842025-03-22T06:10:07.385ZDownload: Completed 8.03 MB in 3.50 seconds (2.3M/s)
2852025-03-22T06:10:08.604Z Actions: 1/1419 actions (Removing old actions)
2862025-03-22T06:10:08.624Z Actions: 199/1419 actions (Installing new actions)
2872025-03-22T06:10:08.744Z Actions: 579/1419 actions (Updating modified actions)
2882025-03-22T06:10:09.065Z Actions: Completed 1419 actions in 0.46 seconds.
2892025-03-22T06:10:09.288Z Done
2902025-03-22T06:10:09.291Z Done
2912025-03-22T06:10:09.876Z Done
2922025-03-22T06:10:14.299Z Done
2932025-03-22T06:10:14.388Z Done
2942025-03-22T06:10:14.391Z Done
2952025-03-22T06:10:14.492Z Done
2962025-03-22T06:10:14.957Z++ set -o errexit
2972025-03-22T06:10:14.957Z++ set -o pipefail
2982025-03-22T06:10:14.957Z++ banner build
2992025-03-22T06:10:14.960Z
3002025-03-22T06:10:14.960Z ##### # # # # #####
3012025-03-22T06:10:14.960Z # # # # # # # #
3022025-03-22T06:10:14.961Z ##### # # # # # #
3032025-03-22T06:10:14.961Z # # # # # # # #
3042025-03-22T06:10:14.961Z # # # # # # # #
3052025-03-22T06:10:14.961Z ##### #### # ###### #####
3062025-03-22T06:10:14.961Z
3072025-03-22T06:10:14.961Z++ cargo build --release --bin ddmd --bin ddmadm
3082025-03-22T06:10:15.166Z Updating crates.io index
3092025-03-22T06:10:15.170Z Updating git repository `https://github.com/oxidecomputer/falcon`
3102025-03-22T06:10:15.958ZFrom https://github.com/oxidecomputer/falcon
3112025-03-22T06:10:15.958Z * [new ref] d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 -> refs/commit/d04addf8c95cf59e1dbcc7c59c3d07692a2eae88
3122025-03-22T06:10:16.172Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3132025-03-22T06:10:17.426ZFrom https://github.com/oxidecomputer/dendrite
3142025-03-22T06:10:17.426Z * [new ref] 58f63f5721d40d1954524879d1ede6b9084c7b3b -> refs/commit/58f63f5721d40d1954524879d1ede6b9084c7b3b
3152025-03-22T06:10:17.478Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162025-03-22T06:10:17.850ZFrom https://github.com/oxidecomputer/ispf
3172025-03-22T06:10:17.850Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3182025-03-22T06:10:17.859Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3192025-03-22T06:10:18.300ZFrom https://github.com/oxidecomputer/netadm-sys
3202025-03-22T06:10:18.300Z * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390
3212025-03-22T06:10:18.313Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222025-03-22T06:10:23.268ZFrom https://github.com/oxidecomputer/omicron
3232025-03-22T06:10:23.268Z * [new ref] 25a7855cf82764c4297d549fc0bf0b04ab2d4403 -> refs/commit/25a7855cf82764c4297d549fc0bf0b04ab2d4403
3242025-03-22T06:10:23.306Z * [new tag] dogfood -> dogfood
3252025-03-22T06:10:23.309Z * [new tag] v5 -> v5
3262025-03-22T06:10:23.309Z * [new tag] v6 -> v6
3272025-03-22T06:10:23.309Z * [new tag] v7 -> v7
3282025-03-22T06:10:23.309Z * [new tag] v8 -> v8
3292025-03-22T06:10:23.309Z * [new tag] v9 -> v9
3302025-03-22T06:10:23.731Z Updating git repository `https://github.com/oxidecomputer/opte`
3312025-03-22T06:10:24.350ZFrom https://github.com/oxidecomputer/opte
3322025-03-22T06:10:24.350Z * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa
3332025-03-22T06:10:24.420Z Updating git repository `https://github.com/illumos/smf-rs`
3342025-03-22T06:10:24.802ZFrom https://github.com/illumos/smf-rs
3352025-03-22T06:10:24.802Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
3362025-03-22T06:10:24.836Z Updating git repository `https://github.com/oxidecomputer/zone`
3372025-03-22T06:10:25.233ZFrom https://github.com/oxidecomputer/zone
3382025-03-22T06:10:25.233Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3392025-03-22T06:10:25.357Z Updating git repository `https://github.com/oxidecomputer/propolis`
3402025-03-22T06:10:26.154ZFrom https://github.com/oxidecomputer/propolis
3412025-03-22T06:10:26.154Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3422025-03-22T06:10:26.288Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3432025-03-22T06:10:26.851ZFrom https://github.com/oxidecomputer/transceiver-control
3442025-03-22T06:10:26.851Z * [new ref] 174386abfc9ffe8104601705f8c6d51e590dfe0c -> refs/commit/174386abfc9ffe8104601705f8c6d51e590dfe0c
3452025-03-22T06:10:26.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3462025-03-22T06:10:27.252ZFrom https://github.com/oxidecomputer/dlpi-sys
3472025-03-22T06:10:27.252Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3482025-03-22T06:10:27.269Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3492025-03-22T06:10:27.661ZFrom https://github.com/jmesmon/rust-libzfs
3502025-03-22T06:10:27.664Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3512025-03-22T06:10:27.678Z * [new tag] v0.4.0 -> v0.4.0
3522025-03-22T06:10:27.693Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3532025-03-22T06:10:28.087ZFrom https://github.com/oxidecomputer/rusty-doors
3542025-03-22T06:10:28.087Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3552025-03-22T06:10:28.104Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3562025-03-22T06:10:28.767ZFrom https://github.com/oxidecomputer/maghemite
3572025-03-22T06:10:28.767Z * [new ref] caafd889f31faacfaa51e02902990c220c20ef60 -> refs/commit/caafd889f31faacfaa51e02902990c220c20ef60
3582025-03-22T06:10:28.786Z * [new tag] rift -> rift
3592025-03-22T06:10:28.789Z * [new tag] srp -> srp
3602025-03-22T06:10:28.789Z * [new tag] tie-spf -> tie-spf
3612025-03-22T06:10:28.836Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3622025-03-22T06:10:29.212ZFrom https://github.com/oxidecomputer/serde_human_bytes
3632025-03-22T06:10:29.212Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3642025-03-22T06:10:29.233Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3652025-03-22T06:10:29.662ZFrom https://github.com/oxidecomputer/slog-error-chain
3662025-03-22T06:10:29.662Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3672025-03-22T06:10:29.685Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3682025-03-22T06:10:30.104ZFrom https://github.com/oxidecomputer/tufaceous
3692025-03-22T06:10:30.104Z * [new ref] 69e2896b5905aba61445e519aaa40f02d59638b2 -> refs/commit/69e2896b5905aba61445e519aaa40f02d59638b2
3702025-03-22T06:10:30.129Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3712025-03-22T06:10:30.530ZFrom https://github.com/oxidecomputer/poptrie
3722025-03-22T06:10:30.530Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3732025-03-22T06:10:30.717Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3742025-03-22T06:10:31.144ZFrom https://github.com/oxidecomputer/ingot
3752025-03-22T06:10:31.144Z * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906
3762025-03-22T06:10:31.203Z Updating git repository `https://github.com/oxidecomputer/propolis`
3772025-03-22T06:10:31.842ZFrom https://github.com/oxidecomputer/propolis
3782025-03-22T06:10:31.842Z * [new ref] 6b5f2af796a3ea57405721407ab70520a93ec73f -> refs/commit/6b5f2af796a3ea57405721407ab70520a93ec73f
3792025-03-22T06:10:31.948Z Updating git repository `https://github.com/oxidecomputer/crucible`
3802025-03-22T06:10:33.265ZFrom https://github.com/oxidecomputer/crucible
3812025-03-22T06:10:33.265Z * [new ref] 81a3528adacdbde18fcbf3938247fef17233db11 -> refs/commit/81a3528adacdbde18fcbf3938247fef17233db11
3822025-03-22T06:10:33.342Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3832025-03-22T06:10:33.989ZFrom https://github.com/oxidecomputer/management-gateway-service
3842025-03-22T06:10:33.989Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3852025-03-22T06:10:34.834Z Downloading crates ...
3862025-03-22T06:10:34.930Z Downloaded async-stream-impl v0.3.6
3872025-03-22T06:10:34.934Z Downloaded atomicwrites v0.4.4
3882025-03-22T06:10:34.939Z Downloaded crunchy v0.2.3
3892025-03-22T06:10:34.942Z Downloaded convert_case v0.4.0
3902025-03-22T06:10:34.942Z Downloaded cfg_aliases v0.2.1
3912025-03-22T06:10:34.945Z Downloaded cstr-argument v0.1.2
3922025-03-22T06:10:34.946Z Downloaded ciborium-io v0.2.2
3932025-03-22T06:10:34.949Z Downloaded crucible-workspace-hack v0.1.0
3942025-03-22T06:10:34.952Z Downloaded const-random-macro v0.1.16
3952025-03-22T06:10:34.952Z Downloaded foreign-types-shared v0.3.1
3962025-03-22T06:10:34.952Z Downloaded dtrace-parser v0.2.0
3972025-03-22T06:10:34.957Z Downloaded foreign-types-shared v0.1.1
3982025-03-22T06:10:34.960Z Downloaded equivalent v1.0.2
3992025-03-22T06:10:34.963Z Downloaded openssl-probe v0.1.6
4002025-03-22T06:10:34.963Z Downloaded num-traits v0.2.19
4012025-03-22T06:10:34.973Z Downloaded num-rational v0.4.2
4022025-03-22T06:10:34.973Z Downloaded parking_lot v0.12.3
4032025-03-22T06:10:34.973Z Downloaded num-integer v0.1.46
4042025-03-22T06:10:34.973Z Downloaded darling_macro v0.20.10
4052025-03-22T06:10:34.977Z Downloaded papergrid v0.14.0
4062025-03-22T06:10:34.980Z Downloaded oxnet v0.1.1
4072025-03-22T06:10:34.980Z Downloaded owo-colors v4.2.0
4082025-03-22T06:10:34.984Z Downloaded once_cell v1.21.1
4092025-03-22T06:10:34.987Z Downloaded colorchoice v1.0.3
4102025-03-22T06:10:34.990Z Downloaded autocfg v1.4.0
4112025-03-22T06:10:34.990Z Downloaded bitflags v1.3.2
4122025-03-22T06:10:34.993Z Downloaded async-stream v0.3.6
4132025-03-22T06:10:34.996Z Downloaded ciborium-ll v0.2.2
4142025-03-22T06:10:34.996Z Downloaded byteorder v1.5.0
4152025-03-22T06:10:34.999Z Downloaded atomic-waker v1.1.2
4162025-03-22T06:10:34.999Z Downloaded anstyle v1.0.10
4172025-03-22T06:10:35.003Z Downloaded anstyle-query v1.1.2
4182025-03-22T06:10:35.003Z Downloaded anstyle-parse v0.2.6
4192025-03-22T06:10:35.006Z Downloaded foreign-types v0.5.0
4202025-03-22T06:10:35.006Z Downloaded openssl v0.10.71
4212025-03-22T06:10:35.015Z Downloaded parking_lot v0.11.2
4222025-03-22T06:10:35.019Z Downloaded num_threads v0.1.7
4232025-03-22T06:10:35.022Z Downloaded num-iter v0.1.45
4242025-03-22T06:10:35.022Z Downloaded num_enum v0.7.3
4252025-03-22T06:10:35.025Z Downloaded fastrand v2.3.0
4262025-03-22T06:10:35.028Z Downloaded foreign-types-macros v0.2.3
4272025-03-22T06:10:35.028Z Downloaded dof v0.3.0
4282025-03-22T06:10:35.031Z Downloaded fixedbitset v0.4.2
4292025-03-22T06:10:35.031Z Downloaded foldhash v0.1.5
4302025-03-22T06:10:35.035Z Downloaded errno v0.3.10
4312025-03-22T06:10:35.035Z Downloaded digest v0.10.7
4322025-03-22T06:10:35.038Z Downloaded fnv v1.0.7
4332025-03-22T06:10:35.038Z Downloaded float-ord v0.3.2
4342025-03-22T06:10:35.038Z Downloaded deranged v0.4.0
4352025-03-22T06:10:35.041Z Downloaded cobs v0.2.3
4362025-03-22T06:10:35.044Z Downloaded enum-as-inner v0.6.1
4372025-03-22T06:10:35.044Z Downloaded usdt v0.5.0
4382025-03-22T06:10:35.047Z Downloaded zerofrom v0.1.6
4392025-03-22T06:10:35.047Z Downloaded bytecount v0.6.8
4402025-03-22T06:10:35.051Z Downloaded fxhash v0.2.1
4412025-03-22T06:10:35.052Z Downloaded openapiv3 v2.0.0
4422025-03-22T06:10:35.060Z Downloaded pest_generator v2.7.15
4432025-03-22T06:10:35.063Z Downloaded pest_derive v2.7.15
4442025-03-22T06:10:35.066Z Downloaded proc-macro2 v1.0.94
4452025-03-22T06:10:35.069Z Downloaded pretty-hex v0.4.1
4462025-03-22T06:10:35.069Z Downloaded parking_lot_core v0.8.6
4472025-03-22T06:10:35.072Z Downloaded plain v0.2.3
4482025-03-22T06:10:35.075Z Downloaded is_terminal_polyfill v1.70.1
4492025-03-22T06:10:35.075Z Downloaded typify-macro v0.2.0
4502025-03-22T06:10:35.075Z Downloaded prettyplease v0.2.31
4512025-03-22T06:10:35.079Z Downloaded proc-macro-error-attr v1.0.4
4522025-03-22T06:10:35.082Z Downloaded pretty-hex v0.2.1
4532025-03-22T06:10:35.082Z Downloaded debug-ignore v1.0.5
4542025-03-22T06:10:35.085Z Downloaded proc-macro-crate v3.3.0
4552025-03-22T06:10:35.085Z Downloaded pkg-config v0.3.32
4562025-03-22T06:10:35.088Z Downloaded cpufeatures v0.2.17
4572025-03-22T06:10:35.092Z Downloaded progenitor-client v0.8.0
4582025-03-22T06:10:35.092Z Downloaded ciborium v0.2.2
4592025-03-22T06:10:35.095Z Downloaded camino-tempfile v1.1.1
4602025-03-22T06:10:35.098Z Downloaded blake2 v0.10.6
4612025-03-22T06:10:35.101Z Downloaded futures-executor v0.3.31
4622025-03-22T06:10:35.101Z Downloaded rustc-hash v2.1.1
4632025-03-22T06:10:35.104Z Downloaded progenitor-macro v0.8.0
4642025-03-22T06:10:35.104Z Downloaded progenitor-client v0.9.1
4652025-03-22T06:10:35.104Z Downloaded crossbeam-utils v0.8.21
4662025-03-22T06:10:35.107Z Downloaded dropshot_endpoint v0.16.0
4672025-03-22T06:10:35.111Z Downloaded derive-where v1.2.7
4682025-03-22T06:10:35.116Z Downloaded usdt-macro v0.5.0
4692025-03-22T06:10:35.119Z Downloaded usdt-attr-macro v0.5.0
4702025-03-22T06:10:35.119Z Downloaded is-terminal v0.4.16
4712025-03-22T06:10:35.119Z Downloaded progenitor v0.9.1
4722025-03-22T06:10:35.122Z Downloaded progenitor v0.8.0
4732025-03-22T06:10:35.122Z Downloaded daft v0.1.2
4742025-03-22T06:10:35.125Z Downloaded rand_core v0.6.4
4752025-03-22T06:10:35.128Z Downloaded quick-error v1.2.3
4762025-03-22T06:10:35.128Z Downloaded cookie v0.18.1
4772025-03-22T06:10:35.131Z Downloaded semver v0.1.20
4782025-03-22T06:10:35.131Z Downloaded progenitor-macro v0.9.1
4792025-03-22T06:10:35.134Z Downloaded powerfmt v0.2.0
4802025-03-22T06:10:35.134Z Downloaded fixedbitset v0.5.7
4812025-03-22T06:10:35.137Z Downloaded darling v0.20.10
4822025-03-22T06:10:35.140Z Downloaded icu_provider_macros v1.5.0
4832025-03-22T06:10:35.143Z Downloaded rand_xorshift v0.3.0
4842025-03-22T06:10:35.143Z Downloaded rand_chacha v0.9.0
4852025-03-22T06:10:35.146Z Downloaded zone v0.3.0
4862025-03-22T06:10:35.146Z Downloaded derive_more v0.99.19
4872025-03-22T06:10:35.151Z Downloaded match_cfg v0.1.0
4882025-03-22T06:10:35.154Z Downloaded stable_deref_trait v1.2.0
4892025-03-22T06:10:35.154Z Downloaded spin v0.5.2
4902025-03-22T06:10:35.157Z Downloaded slog-async v2.8.0
4912025-03-22T06:10:35.157Z Downloaded rand_chacha v0.3.1
4922025-03-22T06:10:35.160Z Downloaded signal-hook-registry v1.4.2
4932025-03-22T06:10:35.160Z Downloaded strum v0.26.3
4942025-03-22T06:10:35.160Z Downloaded hubpack v0.1.2
4952025-03-22T06:10:35.163Z Downloaded hyper-rustls v0.27.5
4962025-03-22T06:10:35.166Z Downloaded clap_derive v4.5.32
4972025-03-22T06:10:35.166Z Downloaded proc-macro-error2 v2.0.1
4982025-03-22T06:10:35.170Z Downloaded terminal_size v0.4.2
4992025-03-22T06:10:35.173Z Downloaded time-core v0.1.4
5002025-03-22T06:10:35.176Z Downloaded want v0.3.1
5012025-03-22T06:10:35.176Z Downloaded mime v0.3.17
5022025-03-22T06:10:35.179Z Downloaded rustversion v1.0.20
5032025-03-22T06:10:35.179Z Downloaded allocator-api2 v0.2.21
5042025-03-22T06:10:35.182Z Downloaded newline-converter v0.3.0
5052025-03-22T06:10:35.185Z Downloaded sigpipe v0.1.3
5062025-03-22T06:10:35.185Z Downloaded progenitor-impl v0.8.0
5072025-03-22T06:10:35.188Z Downloaded hex v0.4.3
5082025-03-22T06:10:35.192Z Downloaded heck v0.4.1
5092025-03-22T06:10:35.192Z Downloaded serde_with_macros v3.12.0
5102025-03-22T06:10:35.195Z Downloaded anyhow v1.0.97
5112025-03-22T06:10:35.198Z Downloaded slog v2.7.0
5122025-03-22T06:10:35.201Z Downloaded serde-big-array v0.5.1
5132025-03-22T06:10:35.205Z Downloaded libsw v3.5.0
5142025-03-22T06:10:35.205Z Downloaded ipnetwork v0.21.1
5152025-03-22T06:10:35.208Z Downloaded progenitor-impl v0.9.1
5162025-03-22T06:10:35.211Z Downloaded memoffset v0.9.1
5172025-03-22T06:10:35.211Z Downloaded thiserror v1.0.69
5182025-03-22T06:10:35.215Z Downloaded swrite v0.1.0
5192025-03-22T06:10:35.218Z Downloaded tinyvec_macros v0.1.1
5202025-03-22T06:10:35.218Z Downloaded sync_wrapper v1.0.2
5212025-03-22T06:10:35.222Z Downloaded rand_core v0.9.3
5222025-03-22T06:10:35.222Z Downloaded term v0.7.0
5232025-03-22T06:10:35.225Z Downloaded parking_lot_core v0.9.10
5242025-03-22T06:10:35.228Z Downloaded shlex v1.3.0
5252025-03-22T06:10:35.231Z Downloaded zerofrom-derive v0.1.6
5262025-03-22T06:10:35.231Z Downloaded futures-io v0.3.31
5272025-03-22T06:10:35.234Z Downloaded futures-core v0.3.31
5282025-03-22T06:10:35.234Z Downloaded rustls-pemfile v2.2.0
5292025-03-22T06:10:35.238Z Downloaded password-hash v0.5.0
5302025-03-22T06:10:35.238Z Downloaded write16 v1.0.0
5312025-03-22T06:10:35.241Z Downloaded waitgroup v0.1.2
5322025-03-22T06:10:35.241Z Downloaded tracing-attributes v0.1.28
5332025-03-22T06:10:35.245Z Downloaded lazy_static v1.5.0
5342025-03-22T06:10:35.245Z Downloaded futures-task v0.3.31
5352025-03-22T06:10:35.249Z Downloaded uuid v1.16.0
5362025-03-22T06:10:35.253Z Downloaded pest_meta v2.7.15
5372025-03-22T06:10:35.253Z Downloaded rhai_codegen v2.2.0
5382025-03-22T06:10:35.261Z Downloaded slog-envlogger v2.2.0
5392025-03-22T06:10:35.264Z Downloaded tinystr v0.7.6
5402025-03-22T06:10:35.267Z Downloaded generic-array v0.14.7
5412025-03-22T06:10:35.270Z Downloaded newtype_derive v0.1.6
5422025-03-22T06:10:35.270Z Downloaded bytes v1.10.1
5432025-03-22T06:10:35.273Z Downloaded serde_repr v0.1.20
5442025-03-22T06:10:35.276Z Downloaded memmap v0.7.0
5452025-03-22T06:10:35.279Z Downloaded tokio-macros v2.5.0
5462025-03-22T06:10:35.279Z Downloaded test-strategy v0.4.1
5472025-03-22T06:10:35.284Z Downloaded serde_path_to_error v0.1.17
5482025-03-22T06:10:35.287Z Downloaded itoa v1.0.15
5492025-03-22T06:10:35.287Z Downloaded try-lock v0.2.5
5502025-03-22T06:10:35.287Z Downloaded ucd-trie v0.1.7
5512025-03-22T06:10:35.290Z Downloaded tower-service v0.3.3
5522025-03-22T06:10:35.290Z Downloaded yoke-derive v0.7.5
5532025-03-22T06:10:35.293Z Downloaded native-tls v0.2.14
5542025-03-22T06:10:35.293Z Downloaded aho-corasick v1.1.3
5552025-03-22T06:10:35.299Z Downloaded indent_write v2.2.0
5562025-03-22T06:10:35.302Z Downloaded tokio-rustls v0.26.2
5572025-03-22T06:10:35.306Z Downloaded expectorate v1.1.0
5582025-03-22T06:10:35.306Z Downloaded crossbeam-channel v0.5.14
5592025-03-22T06:10:35.309Z Downloaded scroll_derive v0.12.0
5602025-03-22T06:10:35.312Z Downloaded slog-dtrace v0.3.0
5612025-03-22T06:10:35.312Z Downloaded instant v0.1.13
5622025-03-22T06:10:35.316Z Downloaded tokio-native-tls v0.3.1
5632025-03-22T06:10:35.316Z Downloaded tokio-stream v0.1.17
5642025-03-22T06:10:35.321Z Downloaded slog-stdlog v4.1.1
5652025-03-22T06:10:35.321Z Downloaded slog-json v2.6.1
5662025-03-22T06:10:35.325Z Downloaded thin-vec v0.2.13
5672025-03-22T06:10:35.325Z Downloaded ryu v1.0.20
5682025-03-22T06:10:35.328Z Downloaded icu_normalizer_data v1.5.0
5692025-03-22T06:10:35.332Z Downloaded url v2.5.4
5702025-03-22T06:10:35.335Z Downloaded hubpack_derive v0.1.1
5712025-03-22T06:10:35.335Z Downloaded scopeguard v1.2.0
5722025-03-22T06:10:35.338Z Downloaded num-derive v0.4.2
5732025-03-22T06:10:35.338Z Downloaded num v0.4.3
5742025-03-22T06:10:35.342Z Downloaded time-macros v0.2.21
5752025-03-22T06:10:35.342Z Downloaded wait-timeout v0.2.1
5762025-03-22T06:10:35.345Z Downloaded strum_macros v0.26.4
5772025-03-22T06:10:35.349Z Downloaded tower-layer v0.3.3
5782025-03-22T06:10:35.349Z Downloaded futures-channel v0.3.31
5792025-03-22T06:10:35.349Z Downloaded http-body v1.0.1
5802025-03-22T06:10:35.354Z Downloaded unarray v0.1.4
5812025-03-22T06:10:35.354Z Downloaded smf v0.2.3
5822025-03-22T06:10:35.354Z Downloaded getrandom v0.2.15
5832025-03-22T06:10:35.358Z Downloaded thiserror-impl v1.0.69
5842025-03-22T06:10:35.358Z Downloaded typify-macro v0.3.0
5852025-03-22T06:10:35.358Z Downloaded toml_datetime v0.6.8
5862025-03-22T06:10:35.361Z Downloaded take_mut v0.2.2
5872025-03-22T06:10:35.361Z Downloaded serde_derive_internals v0.29.1
5882025-03-22T06:10:35.361Z Downloaded typify v0.2.0
5892025-03-22T06:10:35.364Z Downloaded icu_locid_transform v1.5.0
5902025-03-22T06:10:35.368Z Downloaded serde v1.0.219
5912025-03-22T06:10:35.372Z Downloaded zone_cfg_derive v0.3.0
5922025-03-22T06:10:35.372Z Downloaded idna_adapter v1.2.0
5932025-03-22T06:10:35.375Z Downloaded http-body-util v0.1.3
5942025-03-22T06:10:35.375Z Downloaded tokio-rustls v0.25.0
5952025-03-22T06:10:35.379Z Downloaded num-conv v0.1.0
5962025-03-22T06:10:35.379Z Downloaded cc v1.2.17
5972025-03-22T06:10:35.382Z Downloaded linked-hash-map v0.5.6
5982025-03-22T06:10:35.386Z Downloaded smallvec v1.14.0
5992025-03-22T06:10:35.386Z Downloaded serde_tokenstream v0.2.2
6002025-03-22T06:10:35.389Z Downloaded thread_local v1.1.8
6012025-03-22T06:10:35.389Z Downloaded yoke v0.7.5
6022025-03-22T06:10:35.392Z Downloaded slog-bunyan v2.5.0
6032025-03-22T06:10:35.392Z Downloaded writeable v0.5.5
6042025-03-22T06:10:35.396Z Downloaded thiserror-impl v2.0.12
6052025-03-22T06:10:35.396Z Downloaded humantime v2.2.0
6062025-03-22T06:10:35.396Z Downloaded icu_normalizer v1.5.0
6072025-03-22T06:10:35.399Z Downloaded httpdate v1.0.3
6082025-03-22T06:10:35.403Z Downloaded no-std-compat v0.4.1
6092025-03-22T06:10:35.403Z Downloaded tabwriter v1.4.1
6102025-03-22T06:10:35.403Z Downloaded tabled_derive v0.10.0
6112025-03-22T06:10:35.407Z Downloaded zerovec-derive v0.10.3
6122025-03-22T06:10:35.407Z Downloaded httparse v1.10.1
6132025-03-22T06:10:35.410Z Downloaded lock_api v0.4.12
6142025-03-22T06:10:35.413Z Downloaded tracing-core v0.1.33
6152025-03-22T06:10:35.416Z Downloaded serde_yaml v0.9.34+deprecated
6162025-03-22T06:10:35.420Z Downloaded scroll v0.12.0
6172025-03-22T06:10:35.420Z Downloaded icu_locid_transform_data v1.5.0
6182025-03-22T06:10:35.423Z Downloaded num-derive v0.3.3
6192025-03-22T06:10:35.423Z Downloaded smartstring v1.0.1
6202025-03-22T06:10:35.427Z Downloaded serde_urlencoded v0.7.1
6212025-03-22T06:10:35.427Z Downloaded litemap v0.7.5
6222025-03-22T06:10:35.430Z Downloaded icu_provider v1.5.0
6232025-03-22T06:10:35.433Z Downloaded libsw-core v0.3.2
6242025-03-22T06:10:35.436Z Downloaded zeroize v1.8.1
6252025-03-22T06:10:35.436Z Downloaded linear-map v1.2.0
6262025-03-22T06:10:35.440Z Downloaded version_check v0.9.5
6272025-03-22T06:10:35.440Z Downloaded lru-cache v0.1.2
6282025-03-22T06:10:35.440Z Downloaded icu_locid v1.5.0
6292025-03-22T06:10:35.443Z Downloaded macaddr v1.0.1
6302025-03-22T06:10:35.448Z Downloaded rand v0.8.5
6312025-03-22T06:10:35.448Z Downloaded quinn v0.11.7
6322025-03-22T06:10:35.453Z Downloaded structmeta-derive v0.3.0
6332025-03-22T06:10:35.453Z Downloaded serde_derive v1.0.219
6342025-03-22T06:10:35.458Z Downloaded ipnet v2.11.0
6352025-03-22T06:10:35.458Z Downloaded hostname v0.3.1
6362025-03-22T06:10:35.462Z Downloaded thread-id v4.2.2
6372025-03-22T06:10:35.462Z Downloaded structmeta v0.3.0
6382025-03-22T06:10:35.462Z Downloaded mio v1.0.3
6392025-03-22T06:10:35.467Z Downloaded strsim v0.11.1
6402025-03-22T06:10:35.470Z Downloaded minimal-lexical v0.2.1
6412025-03-22T06:10:35.473Z Downloaded unicode-ident v1.0.18
6422025-03-22T06:10:35.476Z Downloaded typify v0.3.0
6432025-03-22T06:10:35.479Z Downloaded hashbrown v0.12.3
6442025-03-22T06:10:35.483Z Downloaded num-complex v0.4.6
6452025-03-22T06:10:35.486Z Downloaded futures v0.3.31
6462025-03-22T06:10:35.490Z Downloaded iana-time-zone v0.1.61
6472025-03-22T06:10:35.493Z Downloaded newtype-uuid v1.2.1
6482025-03-22T06:10:35.496Z Downloaded zerocopy-derive v0.7.35
6492025-03-22T06:10:35.500Z Downloaded half v2.5.0
6502025-03-22T06:10:35.503Z Downloaded zerocopy v0.6.6
6512025-03-22T06:10:35.506Z Downloaded highway v1.3.0
6522025-03-22T06:10:35.506Z Downloaded rand v0.9.0
6532025-03-22T06:10:35.510Z Downloaded socket2 v0.5.8
6542025-03-22T06:10:35.513Z Downloaded memchr v2.7.4
6552025-03-22T06:10:35.517Z Downloaded log v0.4.26
6562025-03-22T06:10:35.521Z Downloaded getrandom v0.3.2
6572025-03-22T06:10:35.524Z Downloaded indexmap v1.9.3
6582025-03-22T06:10:35.527Z Downloaded typenum v1.18.0
6592025-03-22T06:10:35.531Z Downloaded tempfile v3.19.1
6602025-03-22T06:10:35.534Z Downloaded clap_builder v4.5.32
6612025-03-22T06:10:35.541Z Downloaded thiserror v2.0.12
6622025-03-22T06:10:35.546Z Downloaded icu_collections v1.5.0
6632025-03-22T06:10:35.552Z Downloaded libm v0.2.11
6642025-03-22T06:10:35.560Z Downloaded icu_properties v1.5.1
6652025-03-22T06:10:35.563Z Downloaded hyper-util v0.1.10
6662025-03-22T06:10:35.567Z Downloaded tracing v0.1.41
6672025-03-22T06:10:35.572Z Downloaded zerocopy-derive v0.8.24
6682025-03-22T06:10:35.578Z Downloaded indexmap v2.8.0
6692025-03-22T06:10:35.582Z Downloaded hickory-resolver v0.24.4
6702025-03-22T06:10:35.587Z Downloaded toml_edit v0.19.15
6712025-03-22T06:10:35.603Z Downloaded nom v7.1.3
6722025-03-22T06:10:35.609Z Downloaded futures-util v0.3.31
6732025-03-22T06:10:35.621Z Downloaded tokio-util v0.7.14
6742025-03-22T06:10:35.628Z Downloaded steno v0.4.1
6752025-03-22T06:10:35.632Z Downloaded winnow v0.5.40
6762025-03-22T06:10:35.641Z Downloaded idna v1.0.3
6772025-03-22T06:10:35.645Z Downloaded time v0.3.40
6782025-03-22T06:10:35.653Z Downloaded http v1.3.1
6792025-03-22T06:10:35.658Z Downloaded zerocopy v0.7.35
6802025-03-22T06:10:35.673Z Downloaded hyper v1.6.0
6812025-03-22T06:10:35.680Z Downloaded toml_edit v0.22.24
6822025-03-22T06:10:35.702Z Downloaded itertools v0.14.0
6832025-03-22T06:10:35.709Z Downloaded hashbrown v0.15.2
6842025-03-22T06:10:35.715Z Downloaded zerocopy v0.8.24
6852025-03-22T06:10:35.740Z Downloaded itertools v0.13.0
6862025-03-22T06:10:35.747Z Downloaded dropshot v0.16.0
6872025-03-22T06:10:35.769Z Downloaded tabled v0.18.0
6882025-03-22T06:10:35.786Z Downloaded proptest v1.6.0
6892025-03-22T06:10:35.796Z Downloaded reqwest v0.12.15
6902025-03-22T06:10:35.805Z Downloaded rustls-webpki v0.102.8
6912025-03-22T06:10:35.823Z Downloaded zerovec v0.10.4
6922025-03-22T06:10:35.829Z Downloaded serde_with v3.12.0
6932025-03-22T06:10:35.837Z Downloaded h2 v0.4.8
6942025-03-22T06:10:35.844Z Downloaded serde_json v1.0.140
6952025-03-22T06:10:35.853Z Downloaded nix v0.29.0
6962025-03-22T06:10:35.864Z Downloaded icu_properties_data v1.5.0
6972025-03-22T06:10:35.875Z Downloaded hickory-proto v0.24.4
6982025-03-22T06:10:35.891Z Downloaded rustls-webpki v0.103.0
6992025-03-22T06:10:35.908Z Downloaded typify-impl v0.3.0
7002025-03-22T06:10:35.924Z Downloaded syn v1.0.109
7012025-03-22T06:10:35.935Z Downloaded typify-impl v0.2.0
7022025-03-22T06:10:35.950Z Downloaded webpki-roots v0.26.8
7032025-03-22T06:10:35.954Z Downloaded regex v1.11.1
7042025-03-22T06:10:35.966Z Downloaded quinn-proto v0.11.10
7052025-03-22T06:10:35.974Z Downloaded winnow v0.7.4
7062025-03-22T06:10:35.983Z Downloaded vcpkg v0.2.15
7072025-03-22T06:10:36.021Z Downloaded unicode-width v0.2.0
7082025-03-22T06:10:36.028Z Downloaded regress v0.10.3
7092025-03-22T06:10:36.037Z Downloaded syn v2.0.100
7102025-03-22T06:10:36.048Z Downloaded rustls v0.23.25
7112025-03-22T06:10:36.059Z Downloaded smoltcp v0.11.0
7122025-03-22T06:10:36.072Z Downloaded rustix v0.38.44
7132025-03-22T06:10:36.094Z Downloaded regex-syntax v0.8.5
7142025-03-22T06:10:36.102Z Downloaded rustix v1.0.3
7152025-03-22T06:10:36.125Z Downloaded rustls v0.22.4
7162025-03-22T06:10:36.139Z Downloaded rhai v1.21.0
7172025-03-22T06:10:36.151Z Downloaded unicode-width v0.1.14
7182025-03-22T06:10:36.158Z Downloaded winnow v0.6.26
7192025-03-22T06:10:36.167Z Downloaded tokio v1.44.1
7202025-03-22T06:10:36.206Z Downloaded portable-atomic v1.11.0
7212025-03-22T06:10:36.213Z Downloaded libc v0.2.171
7222025-03-22T06:10:36.239Z Downloaded tower v0.5.2
7232025-03-22T06:10:36.247Z Downloaded goblin v0.8.2
7242025-03-22T06:10:36.253Z Downloaded chrono v0.4.40
7252025-03-22T06:10:36.261Z Downloaded itertools v0.12.1
7262025-03-22T06:10:36.267Z Downloaded heapless v0.8.0
7272025-03-22T06:10:36.272Z Downloaded pest v2.7.15
7282025-03-22T06:10:36.277Z Downloaded zerocopy-derive v0.6.6
7292025-03-22T06:10:36.286Z Downloaded sled v0.34.7
7302025-03-22T06:10:36.296Z Downloaded regex-automata v0.4.9
7312025-03-22T06:10:36.313Z Downloaded tinyvec v1.9.0
7322025-03-22T06:10:36.316Z Downloaded itertools v0.10.5
7332025-03-22T06:10:36.323Z Downloaded toml v0.8.20
7342025-03-22T06:10:36.327Z Downloaded unsafe-libyaml v0.2.11
7352025-03-22T06:10:36.330Z Downloaded similar v2.7.0
7362025-03-22T06:10:36.337Z Downloaded unicode-segmentation v1.12.0
7372025-03-22T06:10:36.341Z Downloaded petgraph v0.6.5
7382025-03-22T06:10:36.355Z Downloaded petgraph v0.7.1
7392025-03-22T06:10:36.373Z Downloaded slab v0.4.9
7402025-03-22T06:10:36.376Z Downloaded hash32 v0.3.1
7412025-03-22T06:10:36.376Z Downloaded serde_spanned v0.6.8
7422025-03-22T06:10:36.379Z Downloaded slog-term v2.9.1
7432025-03-22T06:10:36.379Z Downloaded slog-scope v4.4.0
7442025-03-22T06:10:36.382Z Downloaded schemars v0.8.22
7452025-03-22T06:10:36.391Z Downloaded rustls-pki-types v1.11.0
7462025-03-22T06:10:36.395Z Downloaded qorb v0.2.1
7472025-03-22T06:10:36.399Z Downloaded static_assertions v1.1.0
7482025-03-22T06:10:36.402Z Downloaded futures-macro v0.3.31
7492025-03-22T06:10:36.402Z Downloaded postcard v1.1.1
7502025-03-22T06:10:36.405Z Downloaded ident_case v1.0.1
7512025-03-22T06:10:36.405Z Downloaded synstructure v0.13.1
7522025-03-22T06:10:36.409Z Downloaded sha2 v0.10.8
7532025-03-22T06:10:36.409Z Downloaded tiny-keccak v2.0.2
7542025-03-22T06:10:36.413Z Downloaded encoding_rs v0.8.35
7552025-03-22T06:10:36.434Z Downloaded subtle v2.6.1
7562025-03-22T06:10:36.437Z Downloaded spin v0.9.8
7572025-03-22T06:10:36.437Z Downloaded strum_macros v0.25.3
7582025-03-22T06:10:36.440Z Downloaded utf8_iter v1.0.4
7592025-03-22T06:10:36.440Z Downloaded sha1 v0.10.6
7602025-03-22T06:10:36.443Z Downloaded pin-project-lite v0.2.16
7612025-03-22T06:10:36.446Z Downloaded rustc_version v0.4.1
7622025-03-22T06:10:36.449Z Downloaded paste v1.0.15
7632025-03-22T06:10:36.449Z Downloaded base64 v0.22.1
7642025-03-22T06:10:36.453Z Downloaded arc-swap v1.7.1
7652025-03-22T06:10:36.457Z Downloaded hyper-tls v0.6.0
7662025-03-22T06:10:36.460Z Downloaded hostname v0.4.0
7672025-03-22T06:10:36.460Z Downloaded managed v0.8.0
7682025-03-22T06:10:36.463Z Downloaded libscf-sys v1.1.0
7692025-03-22T06:10:36.463Z Downloaded heck v0.5.0
7702025-03-22T06:10:36.463Z Downloaded darling_core v0.20.10
7712025-03-22T06:10:36.467Z Downloaded semver v1.0.26
7722025-03-22T06:10:36.470Z Downloaded multer v3.1.0
7732025-03-22T06:10:36.473Z Downloaded parse-display v0.10.0
7742025-03-22T06:10:36.473Z Downloaded futures-sink v0.3.31
7752025-03-22T06:10:36.476Z Downloaded form_urlencoded v1.2.1
7762025-03-22T06:10:36.476Z Downloaded utf8parse v0.2.2
7772025-03-22T06:10:36.476Z Downloaded utf16_iter v1.0.5
7782025-03-22T06:10:36.476Z Downloaded usdt-impl v0.5.0
7792025-03-22T06:10:36.480Z Downloaded untrusted v0.9.0
7802025-03-22T06:10:36.480Z Downloaded quote v1.0.40
7812025-03-22T06:10:36.483Z Downloaded quinn-udp v0.5.10
7822025-03-22T06:10:36.486Z Downloaded proc-macro-error v1.0.4
7832025-03-22T06:10:36.489Z Downloaded proc-macro-crate v1.3.1
7842025-03-22T06:10:36.489Z Downloaded schemars_derive v0.8.22
7852025-03-22T06:10:36.489Z Downloaded rusty-fork v0.3.0
7862025-03-22T06:10:36.492Z Downloaded parse-display-derive v0.10.0
7872025-03-22T06:10:36.492Z Downloaded whoami v1.5.2
7882025-03-22T06:10:36.495Z Downloaded rustc_version v0.1.7
7892025-03-22T06:10:36.495Z Downloaded ring v0.17.14
7902025-03-22T06:10:36.538Z Downloaded resolv-conf v0.7.1
7912025-03-22T06:10:36.541Z Downloaded clap v4.5.32
7922025-03-22T06:10:36.548Z Downloaded crossbeam-epoch v0.9.18
7932025-03-22T06:10:36.551Z Downloaded pin-utils v0.1.0
7942025-03-22T06:10:36.554Z Downloaded ahash v0.8.11
7952025-03-22T06:10:36.554Z Downloaded defmt v0.3.10
7962025-03-22T06:10:36.557Z Downloaded bitflags v2.9.0
7972025-03-22T06:10:36.560Z Downloaded anstream v0.6.18
7982025-03-22T06:10:36.563Z Downloaded ppv-lite86 v0.2.21
7992025-03-22T06:10:36.566Z Downloaded proc-macro-error-attr2 v2.0.0
8002025-03-22T06:10:36.566Z Downloaded percent-encoding v2.3.1
8012025-03-22T06:10:36.566Z Downloaded console v0.15.11
8022025-03-22T06:10:36.570Z Downloaded camino v1.1.9
8032025-03-22T06:10:36.570Z Downloaded openssl-sys v0.9.106
8042025-03-22T06:10:36.574Z Downloaded cancel-safe-futures v0.1.5
8052025-03-22T06:10:36.577Z Downloaded backoff v0.4.0
8062025-03-22T06:10:36.580Z Downloaded num_enum v0.5.11
8072025-03-22T06:10:36.583Z Downloaded displaydoc v0.2.5
8082025-03-22T06:10:36.586Z Downloaded data-encoding v2.8.0
8092025-03-22T06:10:36.590Z Downloaded crc32fast v1.4.2
8102025-03-22T06:10:36.590Z Downloaded colored v2.2.0
8112025-03-22T06:10:36.593Z Downloaded bit-vec v0.8.0
8122025-03-22T06:10:36.597Z Downloaded bit-set v0.8.0
8132025-03-22T06:10:36.597Z Downloaded base64ct v1.7.3
8142025-03-22T06:10:36.597Z Downloaded async-trait v0.1.88
8152025-03-22T06:10:36.603Z Downloaded argon2 v0.5.3
8162025-03-22T06:10:36.603Z Downloaded daft-derive v0.1.2
8172025-03-22T06:10:36.608Z Downloaded clap_lex v0.7.4
8182025-03-22T06:10:36.608Z Downloaded defmt-macros v0.4.0
8192025-03-22T06:10:36.611Z Downloaded dirs-sys-next v0.1.2
8202025-03-22T06:10:36.611Z Downloaded dirs-next v2.0.0
8212025-03-22T06:10:36.615Z Downloaded defmt-parser v0.4.1
8222025-03-22T06:10:36.615Z Downloaded crypto-common v0.1.6
8232025-03-22T06:10:36.615Z Downloaded block-buffer v0.10.4
8242025-03-22T06:10:36.615Z Downloaded embedded-io v0.6.1
8252025-03-22T06:10:36.619Z Downloaded embedded-io v0.4.0
8262025-03-22T06:10:36.619Z Downloaded either v1.15.0
8272025-03-22T06:10:36.619Z Downloaded omicron-workspace-hack v0.1.0
8282025-03-22T06:10:36.619Z Downloaded dyn-clone v1.0.19
8292025-03-22T06:10:36.624Z Downloaded cfg-if v1.0.0
8302025-03-22T06:10:36.624Z Downloaded openssl-macros v0.1.1
8312025-03-22T06:10:36.624Z Downloaded foreign-types v0.3.2
8322025-03-22T06:10:36.624Z Downloaded crc8 v0.1.1
8332025-03-22T06:10:36.624Z Downloaded const-random v0.1.18
8342025-03-22T06:10:36.627Z Downloaded num_enum_derive v0.7.3
8352025-03-22T06:10:36.627Z Downloaded num_enum_derive v0.5.11
8362025-03-22T06:10:36.949Z Compiling proc-macro2 v1.0.94
8372025-03-22T06:10:36.949Z Compiling unicode-ident v1.0.18
8382025-03-22T06:10:36.952Z Compiling serde v1.0.219
8392025-03-22T06:10:36.952Z Compiling autocfg v1.4.0
8402025-03-22T06:10:36.952Z Compiling libc v0.2.171
8412025-03-22T06:10:36.952Z Compiling cfg-if v1.0.0
8422025-03-22T06:10:36.989Z Compiling libm v0.2.11
8432025-03-22T06:10:37.148Z Compiling memchr v2.7.4
8442025-03-22T06:10:37.272Z Compiling getrandom v0.3.2
8452025-03-22T06:10:37.713Z Compiling itoa v1.0.15
8462025-03-22T06:10:37.887Z Compiling parking_lot_core v0.9.10
8472025-03-22T06:10:37.915Z Compiling version_check v0.9.5
8482025-03-22T06:10:37.936Z Compiling lock_api v0.4.12
8492025-03-22T06:10:38.310Z Compiling semver v1.0.26
8502025-03-22T06:10:38.363Z Compiling shlex v1.3.0
8512025-03-22T06:10:38.550Z Compiling schemars v0.8.22
8522025-03-22T06:10:38.620Z Compiling cc v1.2.17
8532025-03-22T06:10:38.737Z Compiling ryu v1.0.20
8542025-03-22T06:10:38.759Z Compiling serde_json v1.0.140
8552025-03-22T06:10:38.822Z Compiling quote v1.0.40
8562025-03-22T06:10:38.942Z Compiling once_cell v1.21.1
8572025-03-22T06:10:39.035Z Compiling slab v0.4.9
8582025-03-22T06:10:39.167Z Compiling foldhash v0.1.5
8592025-03-22T06:10:39.385Z Compiling syn v2.0.100
8602025-03-22T06:10:39.408Z Compiling heck v0.5.0
8612025-03-22T06:10:39.556Z Compiling equivalent v1.0.2
8622025-03-22T06:10:39.577Z Compiling allocator-api2 v0.2.21
8632025-03-22T06:10:39.634Z Compiling thiserror v1.0.69
8642025-03-22T06:10:39.680Z Compiling num-traits v0.2.19
8652025-03-22T06:10:39.743Z Compiling fnv v1.0.7
8662025-03-22T06:10:39.921Z Compiling log v0.4.26
8672025-03-22T06:10:40.333Z Compiling hashbrown v0.15.2
8682025-03-22T06:10:40.448Z Compiling pin-project-lite v0.2.16
8692025-03-22T06:10:40.605Z Compiling portable-atomic v1.11.0
8702025-03-22T06:10:40.753Z Compiling thiserror v2.0.12
8712025-03-22T06:10:41.902Z Compiling scopeguard v1.2.0
8722025-03-22T06:10:42.331Z Compiling ring v0.17.14
8732025-03-22T06:10:42.512Z Compiling signal-hook-registry v1.4.2
8742025-03-22T06:10:42.681Z Compiling socket2 v0.5.8
8752025-03-22T06:10:42.752Z Compiling mio v1.0.3
8762025-03-22T06:10:43.118Z Compiling iana-time-zone v0.1.61
8772025-03-22T06:10:43.507Z Compiling bitflags v2.9.0
8782025-03-22T06:10:43.874Z Compiling vcpkg v0.2.15
8792025-03-22T06:10:43.938Z Compiling pkg-config v0.3.32
8802025-03-22T06:10:44.038Z Compiling dyn-clone v1.0.19
8812025-03-22T06:10:44.112Z Compiling httparse v1.10.1
8822025-03-22T06:10:44.226Z Compiling getrandom v0.2.15
8832025-03-22T06:10:44.399Z Compiling futures-core v0.3.31
8842025-03-22T06:10:44.490Z Compiling regex-syntax v0.8.5
8852025-03-22T06:10:44.856Z Compiling aho-corasick v1.1.3
8862025-03-22T06:10:45.161Z Compiling stable_deref_trait v1.2.0
8872025-03-22T06:10:45.297Z Compiling futures-sink v0.3.31
8882025-03-22T06:10:45.318Z Compiling rustix v1.0.3
8892025-03-22T06:10:45.551Z Compiling openssl-sys v0.9.106
8902025-03-22T06:10:45.573Z Compiling openssl v0.10.71
8912025-03-22T06:10:46.099Z Compiling regress v0.10.3
8922025-03-22T06:10:46.183Z Compiling rustls v0.23.25
8932025-03-22T06:10:46.436Z Compiling native-tls v0.2.14
8942025-03-22T06:10:46.500Z Compiling futures-channel v0.3.31
8952025-03-22T06:10:46.606Z Compiling futures-io v0.3.31
8962025-03-22T06:10:46.824Z Compiling pin-utils v0.1.0
8972025-03-22T06:10:46.931Z Compiling futures-task v0.3.31
8982025-03-22T06:10:46.971Z Compiling typenum v1.18.0
8992025-03-22T06:10:46.993Z Compiling generic-array v0.14.7
9002025-03-22T06:10:47.243Z Compiling ucd-trie v0.1.7
9012025-03-22T06:10:47.352Z Compiling serde_derive_internals v0.29.1
9022025-03-22T06:10:47.491Z Compiling synstructure v0.13.1
9032025-03-22T06:10:47.695Z Compiling strsim v0.11.1
9042025-03-22T06:10:48.422Z Compiling regex-automata v0.4.9
9052025-03-22T06:10:48.917Z Compiling tracing-core v0.1.33
9062025-03-22T06:10:49.226Z Compiling zerocopy v0.8.24
9072025-03-22T06:10:49.655Z Compiling byteorder v1.5.0
9082025-03-22T06:10:50.067Z Compiling subtle v2.6.1
9092025-03-22T06:10:50.821Z Compiling ident_case v1.0.1
9102025-03-22T06:10:50.922Z Compiling litemap v0.7.5
9112025-03-22T06:10:50.993Z Compiling writeable v0.5.5
9122025-03-22T06:10:51.341Z Compiling darling_core v0.20.10
9132025-03-22T06:10:52.128Z Compiling slog v2.7.0
9142025-03-22T06:10:52.673Z Compiling regex v1.11.1
9152025-03-22T06:10:52.769Z Compiling time-core v0.1.4
9162025-03-22T06:10:52.986Z Compiling num-conv v0.1.0
9172025-03-22T06:10:53.010Z Compiling rustls-pki-types v1.11.0
9182025-03-22T06:10:53.078Z Compiling serde_derive v1.0.219
9192025-03-22T06:10:53.277Z Compiling tokio-macros v2.5.0
9202025-03-22T06:10:53.701Z Compiling schemars_derive v0.8.22
9212025-03-22T06:10:54.969Z Compiling zerofrom-derive v0.1.6
9222025-03-22T06:10:55.007Z Compiling thiserror-impl v1.0.69
9232025-03-22T06:10:56.445Z Compiling yoke-derive v0.7.5
9242025-03-22T06:10:56.831Z Compiling futures-macro v0.3.31
9252025-03-22T06:10:57.563Z Compiling zerovec-derive v0.10.3
9262025-03-22T06:10:58.133Z Compiling thiserror-impl v2.0.12
9272025-03-22T06:10:58.671Z Compiling displaydoc v0.2.5
9282025-03-22T06:10:58.819Z Compiling icu_provider_macros v1.5.0
9292025-03-22T06:10:59.598Z Compiling openssl-macros v0.1.1
9302025-03-22T06:11:00.054Z Compiling futures-util v0.3.31
9312025-03-22T06:11:00.228Z Compiling zerofrom v0.1.6
9322025-03-22T06:11:00.357Z Compiling scroll_derive v0.12.0
9332025-03-22T06:11:00.470Z Compiling yoke v0.7.5
9342025-03-22T06:11:00.492Z Compiling tracing-attributes v0.1.28
9352025-03-22T06:11:00.822Z Compiling zerocopy-derive v0.8.24
9362025-03-22T06:11:01.536Z Compiling zerovec v0.10.4
9372025-03-22T06:11:01.898Z Compiling pest v2.7.15
9382025-03-22T06:11:04.001Z Compiling tracing v0.1.41
9392025-03-22T06:11:04.168Z Compiling tinystr v0.7.6
9402025-03-22T06:11:04.678Z Compiling pest_meta v2.7.15
9412025-03-22T06:11:04.744Z Compiling zerocopy-derive v0.7.35
9422025-03-22T06:11:04.766Z Compiling icu_locid v1.5.0
9432025-03-22T06:11:06.945Z Compiling pest_generator v2.7.15
9442025-03-22T06:11:07.017Z Compiling bytes v1.10.1
9452025-03-22T06:11:08.592Z Compiling smallvec v1.14.0
9462025-03-22T06:11:09.373Z Compiling indexmap v2.8.0
9472025-03-22T06:11:09.600Z Compiling parking_lot v0.12.3
9482025-03-22T06:11:09.989Z Compiling chrono v0.4.40
9492025-03-22T06:11:10.074Z Compiling tokio v1.44.1
9502025-03-22T06:11:10.254Z Compiling uuid v1.16.0
9512025-03-22T06:11:11.718Z Compiling serde_tokenstream v0.2.2
9522025-03-22T06:11:12.384Z Compiling http v1.3.1
9532025-03-22T06:11:14.860Z Compiling pest_derive v2.7.15
9542025-03-22T06:11:14.953Z Compiling icu_provider v1.5.0
9552025-03-22T06:11:15.829Z Compiling darling_macro v0.20.10
9562025-03-22T06:11:16.925Z Compiling time-macros v0.2.21
9572025-03-22T06:11:17.348Z Compiling usdt-impl v0.5.0
9582025-03-22T06:11:17.370Z Compiling anyhow v1.0.97
9592025-03-22T06:11:17.759Z Compiling icu_locid_transform_data v1.5.0
9602025-03-22T06:11:17.985Z Compiling untrusted v0.9.0
9612025-03-22T06:11:18.031Z Compiling icu_locid_transform v1.5.0
9622025-03-22T06:11:19.398Z Compiling darling v0.20.10
9632025-03-22T06:11:19.547Z Compiling openapiv3 v2.0.0
9642025-03-22T06:11:20.057Z Compiling tokio-util v0.7.14
9652025-03-22T06:11:20.247Z Compiling icu_collections v1.5.0
9662025-03-22T06:11:22.182Z Compiling scroll v0.12.0
9672025-03-22T06:11:22.816Z Compiling rustversion v1.0.20
9682025-03-22T06:11:23.104Z Compiling icu_properties_data v1.5.0
9692025-03-22T06:11:23.524Z Compiling plain v0.2.3
9702025-03-22T06:11:23.773Z Compiling goblin v0.8.2
9712025-03-22T06:11:23.878Z Compiling icu_properties v1.5.1
9722025-03-22T06:11:24.201Z Compiling zerocopy v0.7.35
9732025-03-22T06:11:24.324Z Compiling rand_core v0.6.4
9742025-03-22T06:11:24.881Z Compiling errno v0.3.10
9752025-03-22T06:11:25.177Z Compiling paste v1.0.15
9762025-03-22T06:11:25.596Z Compiling percent-encoding v2.3.1
9772025-03-22T06:11:25.727Z Compiling write16 v1.0.0
9782025-03-22T06:11:25.865Z Compiling pretty-hex v0.4.1
9792025-03-22T06:11:25.885Z Compiling omicron-workspace-hack v0.1.0
9802025-03-22T06:11:26.074Z Compiling utf8_iter v1.0.4
9812025-03-22T06:11:26.100Z Compiling utf16_iter v1.0.5
9822025-03-22T06:11:26.233Z Compiling icu_normalizer_data v1.5.0
9832025-03-22T06:11:26.336Z Compiling atomic-waker v1.1.2
9842025-03-22T06:11:26.359Z Compiling newtype-uuid v1.2.1
9852025-03-22T06:11:26.381Z Compiling syn v1.0.109
9862025-03-22T06:11:26.537Z Compiling form_urlencoded v1.2.1
9872025-03-22T06:11:27.288Z Compiling http-body v1.0.1
9882025-03-22T06:11:27.568Z Compiling typify-impl v0.2.0
9892025-03-22T06:11:27.861Z Compiling icu_normalizer v1.5.0
9902025-03-22T06:11:28.448Z Compiling dtrace-parser v0.2.0
9912025-03-22T06:11:28.852Z Compiling thread-id v4.2.2
9922025-03-22T06:11:28.979Z Compiling try-lock v0.2.5
9932025-03-22T06:11:29.435Z Compiling zeroize v1.8.1
9942025-03-22T06:11:29.909Z Compiling dof v0.3.0
9952025-03-22T06:11:30.052Z Compiling unsafe-libyaml v0.2.11
9962025-03-22T06:11:30.338Z Compiling want v0.3.1
9972025-03-22T06:11:31.722Z Compiling serde_yaml v0.9.34+deprecated
9982025-03-22T06:11:31.886Z Compiling idna_adapter v1.2.0
9992025-03-22T06:11:33.435Z Compiling h2 v0.4.8
10002025-03-22T06:11:34.413Z Compiling foreign-types-shared v0.1.1
10012025-03-22T06:11:35.700Z Compiling tower-service v0.3.3
10022025-03-22T06:11:35.859Z Compiling httpdate v1.0.3
10032025-03-22T06:11:36.671Z Compiling foreign-types v0.3.2
10042025-03-22T06:11:36.789Z Compiling idna v1.0.3
10052025-03-22T06:11:38.627Z Compiling ppv-lite86 v0.2.21
10062025-03-22T06:11:39.632Z Compiling hyper v1.6.0
10072025-03-22T06:11:40.001Z Compiling typify-macro v0.2.0
10082025-03-22T06:11:42.984Z Compiling camino v1.1.9
10092025-03-22T06:11:43.610Z Compiling slog-async v2.8.0
10102025-03-22T06:11:44.126Z Compiling rustls v0.22.4
10112025-03-22T06:11:44.503Z Compiling hyper-util v0.1.10
10122025-03-22T06:11:44.830Z Compiling rand_chacha v0.3.1
10132025-03-22T06:11:47.328Z Compiling url v2.5.4
10142025-03-22T06:11:48.581Z Compiling usdt-attr-macro v0.5.0
10152025-03-22T06:11:50.198Z Compiling usdt-macro v0.5.0
10162025-03-22T06:11:50.397Z Compiling rustls-webpki v0.103.0
10172025-03-22T06:11:50.795Z Compiling ipnetwork v0.21.1
10182025-03-22T06:11:51.824Z Compiling structmeta-derive v0.3.0
10192025-03-22T06:11:51.849Z Compiling daft-derive v0.1.2
10202025-03-22T06:11:53.633Z Compiling openssl-probe v0.1.6
10212025-03-22T06:11:54.149Z Compiling ipnet v2.11.0
10222025-03-22T06:11:54.881Z Compiling structmeta v0.3.0
10232025-03-22T06:11:56.926Z Compiling rand v0.8.5
10242025-03-22T06:11:57.249Z Compiling typify v0.2.0
10252025-03-22T06:11:57.405Z Compiling strum_macros v0.26.4
10262025-03-22T06:11:57.892Z Compiling http-body-util v0.1.3
10272025-03-22T06:11:58.513Z Compiling async-trait v0.1.88
10282025-03-22T06:12:00.440Z Compiling multer v3.1.0
10292025-03-22T06:12:00.443Z Compiling encoding_rs v0.8.35
10302025-03-22T06:12:00.994Z Compiling mime v0.3.17
10312025-03-22T06:12:02.090Z Compiling progenitor-impl v0.8.0
10322025-03-22T06:12:02.283Z Compiling tokio-native-tls v0.3.1
10332025-03-22T06:12:02.608Z Compiling serde_urlencoded v0.7.1
10342025-03-22T06:12:02.991Z Compiling tokio-rustls v0.26.2
10352025-03-22T06:12:03.489Z Compiling rustls-pemfile v2.2.0
10362025-03-22T06:12:03.522Z Compiling webpki-roots v0.26.8
10372025-03-22T06:12:03.644Z Compiling sync_wrapper v1.0.2
10382025-03-22T06:12:03.828Z Compiling crossbeam-utils v0.8.21
10392025-03-22T06:12:03.899Z Compiling powerfmt v0.2.0
10402025-03-22T06:12:04.422Z Compiling base64 v0.22.1
10412025-03-22T06:12:04.443Z Compiling lazy_static v1.5.0
10422025-03-22T06:12:04.519Z Compiling tower-layer v0.3.3
10432025-03-22T06:12:04.912Z Compiling tower v0.5.2
10442025-03-22T06:12:05.081Z Compiling deranged v0.4.0
10452025-03-22T06:12:05.920Z Compiling hyper-rustls v0.27.5
10462025-03-22T06:12:07.443Z Compiling hyper-tls v0.6.0
10472025-03-22T06:12:07.554Z Compiling parse-display-derive v0.10.0
10482025-03-22T06:12:07.891Z Compiling serde_with_macros v3.12.0
10492025-03-22T06:12:09.050Z Compiling progenitor-macro v0.8.0
10502025-03-22T06:12:11.407Z Compiling async-stream-impl v0.3.6
10512025-03-22T06:12:11.837Z Compiling dropshot v0.16.0
10522025-03-22T06:12:12.918Z Compiling num_threads v0.1.7
10532025-03-22T06:12:14.034Z Compiling time v0.3.40
10542025-03-22T06:12:15.087Z Compiling reqwest v0.12.15
10552025-03-22T06:12:18.183Z Compiling oxnet v0.1.1
10562025-03-22T06:12:18.900Z Compiling toml_datetime v0.6.8
10572025-03-22T06:12:22.604Z Compiling crypto-common v0.1.6
10582025-03-22T06:12:22.849Z Compiling block-buffer v0.10.4
10592025-03-22T06:12:23.115Z Compiling test-strategy v0.4.1
10602025-03-22T06:12:27.202Z Compiling dropshot_endpoint v0.16.0
10612025-03-22T06:12:27.528Z Compiling macaddr v1.0.1
10622025-03-22T06:12:27.860Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10632025-03-22T06:12:28.004Z Compiling dirs-sys-next v0.1.2
10642025-03-22T06:12:28.336Z Compiling fastrand v2.3.0
10652025-03-22T06:12:28.743Z Compiling tempfile v3.19.1
10662025-03-22T06:12:29.049Z Compiling dirs-next v2.0.0
10672025-03-22T06:12:29.451Z Compiling digest v0.10.7
10682025-03-22T06:12:30.501Z Compiling futures-executor v0.3.31
10692025-03-22T06:12:30.523Z Compiling thread_local v1.1.8
10702025-03-22T06:12:31.211Z Compiling memmap v0.7.0
10712025-03-22T06:12:31.907Z Compiling usdt v0.5.0
10722025-03-22T06:12:31.962Z Compiling futures v0.3.31
10732025-03-22T06:12:32.570Z Compiling term v0.7.0
10742025-03-22T06:12:33.395Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
10752025-03-22T06:12:33.419Z Compiling crossbeam-channel v0.5.14
10762025-03-22T06:12:35.026Z Compiling hostname v0.4.0
10772025-03-22T06:12:35.321Z Compiling is-terminal v0.4.16
10782025-03-22T06:12:35.501Z Compiling instant v0.1.13
10792025-03-22T06:12:35.687Z Compiling take_mut v0.2.2
10802025-03-22T06:12:35.951Z Compiling cpufeatures v0.2.17
10812025-03-22T06:12:36.080Z Compiling slog-term v2.9.1
10822025-03-22T06:12:38.822Z Compiling daft v0.1.2
10832025-03-22T06:12:38.907Z Compiling progenitor-client v0.9.1
10842025-03-22T06:12:39.160Z Compiling strum v0.26.3
10852025-03-22T06:12:39.375Z Compiling rustls-webpki v0.102.8
10862025-03-22T06:12:39.687Z Compiling serde_spanned v0.6.8
10872025-03-22T06:12:39.710Z Compiling wait-timeout v0.2.1
10882025-03-22T06:12:39.908Z Compiling winnow v0.7.4
10892025-03-22T06:12:39.963Z Compiling match_cfg v0.1.0
10902025-03-22T06:12:40.322Z Compiling bit-vec v0.8.0
10912025-03-22T06:12:40.397Z Compiling quick-error v1.2.3
10922025-03-22T06:12:40.570Z Compiling debug-ignore v1.0.5
10932025-03-22T06:12:40.693Z Compiling rusty-fork v0.3.0
10942025-03-22T06:12:40.793Z Compiling bit-set v0.8.0
10952025-03-22T06:12:41.161Z Compiling hostname v0.3.1
10962025-03-22T06:12:43.947Z Compiling slog-json v2.6.1
10972025-03-22T06:12:44.437Z Compiling toml_edit v0.22.24
10982025-03-22T06:12:44.568Z Compiling progenitor-client v0.8.0
10992025-03-22T06:12:44.592Z Compiling serde_with v3.12.0
11002025-03-22T06:12:45.617Z Compiling rand_xorshift v0.3.0
11012025-03-22T06:12:45.929Z Compiling hex v0.4.3
11022025-03-22T06:12:46.689Z Compiling clap_derive v4.5.32
11032025-03-22T06:12:49.366Z Compiling utf8parse v0.2.2
11042025-03-22T06:12:49.490Z Compiling spin v0.9.8
11052025-03-22T06:12:49.566Z Compiling unarray v0.1.4
11062025-03-22T06:12:49.771Z Compiling proptest v1.6.0
11072025-03-22T06:12:51.705Z Compiling anstyle-parse v0.2.6
11082025-03-22T06:12:53.207Z Compiling toml v0.8.20
11092025-03-22T06:12:56.529Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
11102025-03-22T06:12:56.756Z Compiling tokio-rustls v0.25.0
11112025-03-22T06:12:57.141Z Compiling progenitor v0.8.0
11122025-03-22T06:12:57.259Z Compiling slog-bunyan v2.5.0
11132025-03-22T06:12:57.387Z Compiling sha1 v0.10.6
11142025-03-22T06:12:58.193Z Compiling async-stream v0.3.6
11152025-03-22T06:12:58.629Z Compiling parse-display v0.10.0
11162025-03-22T06:12:59.036Z Compiling waitgroup v0.1.2
11172025-03-22T06:12:59.304Z Compiling serde_path_to_error v0.1.17
11182025-03-22T06:13:00.358Z Compiling colorchoice v1.0.3
11192025-03-22T06:13:00.421Z Compiling anstyle-query v1.1.2
11202025-03-22T06:13:00.539Z Compiling anstyle v1.0.10
11212025-03-22T06:13:00.599Z Compiling is_terminal_polyfill v1.70.1
11222025-03-22T06:13:01.067Z Compiling unicode-width v0.2.0
11232025-03-22T06:13:01.675Z Compiling anstream v0.6.18
11242025-03-22T06:13:03.416Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
11252025-03-22T06:13:06.148Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
11262025-03-22T06:13:09.131Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
11272025-03-22T06:13:09.959Z Compiling backoff v0.4.0
11282025-03-22T06:13:10.921Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11292025-03-22T06:13:11.191Z Compiling terminal_size v0.4.2
11302025-03-22T06:13:11.591Z Compiling clap_lex v0.7.4
11312025-03-22T06:13:12.423Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
11322025-03-22T06:13:12.474Z Compiling clap_builder v4.5.32
11332025-03-22T06:13:22.380Z Compiling clap v4.5.32
11342025-03-22T06:13:25.534Z Compiling either v1.15.0
11352025-03-22T06:13:26.706Z Compiling itertools v0.13.0
11362025-03-22T06:13:28.719Z Compiling typify-impl v0.3.0
11372025-03-22T06:13:29.615Z Compiling heapless v0.8.0
11382025-03-22T06:13:30.280Z Compiling winnow v0.5.40
11392025-03-22T06:13:34.283Z Compiling toml_edit v0.19.15
11402025-03-22T06:13:34.863Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
11412025-03-22T06:13:36.905Z Compiling hash32 v0.3.1
11422025-03-22T06:13:37.192Z Compiling num-integer v0.1.46
11432025-03-22T06:13:38.336Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11442025-03-22T06:13:38.839Z Compiling smoltcp v0.11.0
11452025-03-22T06:13:40.125Z Compiling proc-macro-crate v1.3.1
11462025-03-22T06:13:41.184Z Compiling typify-macro v0.3.0
11472025-03-22T06:13:41.870Z Compiling proc-macro-error-attr v1.0.4
11482025-03-22T06:13:41.892Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
11492025-03-22T06:13:42.248Z Compiling managed v0.8.0
11502025-03-22T06:13:42.548Z Compiling heck v0.4.1
11512025-03-22T06:13:42.649Z Compiling prettyplease v0.2.31
11522025-03-22T06:13:42.818Z Compiling bitflags v1.3.2
11532025-03-22T06:13:42.941Z Compiling cobs v0.2.3
11542025-03-22T06:13:42.981Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
11552025-03-22T06:13:43.052Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
11562025-03-22T06:13:43.362Z Compiling postcard v1.1.1
11572025-03-22T06:13:45.208Z Compiling num_enum_derive v0.5.11
11582025-03-22T06:13:45.292Z Compiling num-rational v0.4.2
11592025-03-22T06:13:46.567Z Compiling num-iter v0.1.45
11602025-03-22T06:13:47.501Z Compiling hubpack_derive v0.1.1
11612025-03-22T06:13:47.805Z Compiling foreign-types-macros v0.2.3
11622025-03-22T06:13:48.311Z Compiling num-complex v0.4.6
11632025-03-22T06:13:48.688Z Compiling proc-macro-error v1.0.4
11642025-03-22T06:13:48.999Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
11652025-03-22T06:13:49.081Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
11662025-03-22T06:13:49.430Z Compiling foreign-types-shared v0.3.1
11672025-03-22T06:13:49.594Z Compiling foreign-types v0.5.0
11682025-03-22T06:13:50.826Z Compiling num v0.4.3
11692025-03-22T06:13:51.042Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
11702025-03-22T06:13:51.518Z Compiling hubpack v0.1.2
11712025-03-22T06:13:52.568Z Compiling num_enum v0.5.11
11722025-03-22T06:13:52.818Z Compiling typify v0.3.0
11732025-03-22T06:13:53.155Z Compiling itertools v0.14.0
11742025-03-22T06:13:53.206Z Compiling tabwriter v1.4.1
11752025-03-22T06:13:53.976Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11762025-03-22T06:13:54.188Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
11772025-03-22T06:13:54.473Z Compiling cstr-argument v0.1.2
11782025-03-22T06:13:54.840Z Compiling float-ord v0.3.2
11792025-03-22T06:13:54.951Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
11802025-03-22T06:13:55.319Z Compiling crucible-workspace-hack v0.1.0
11812025-03-22T06:13:55.341Z Compiling pretty-hex v0.2.1
11822025-03-22T06:13:55.549Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
11832025-03-22T06:13:55.993Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
11842025-03-22T06:13:56.283Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11852025-03-22T06:13:56.869Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11862025-03-22T06:13:57.694Z Compiling progenitor-impl v0.9.1
11872025-03-22T06:14:00.129Z Compiling colored v2.2.0
11882025-03-22T06:14:03.288Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
11892025-03-22T06:14:04.190Z Compiling semver v0.1.20
11902025-03-22T06:14:04.334Z Compiling winnow v0.6.26
11912025-03-22T06:14:04.745Z Compiling static_assertions v1.1.0
11922025-03-22T06:14:04.745Z Compiling rustc_version v0.1.7
11932025-03-22T06:14:04.792Z Compiling progenitor-macro v0.9.1
11942025-03-22T06:14:05.075Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
11952025-03-22T06:14:08.267Z Compiling zone_cfg_derive v0.3.0
11962025-03-22T06:14:10.033Z Compiling itertools v0.10.5
11972025-03-22T06:14:12.342Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
11982025-03-22T06:14:12.869Z Compiling camino-tempfile v1.1.1
11992025-03-22T06:14:13.456Z Compiling num-derive v0.4.2
12002025-03-22T06:14:13.728Z Compiling derive-where v1.2.7
12012025-03-22T06:14:15.926Z Compiling sigpipe v0.1.3
12022025-03-22T06:14:16.077Z Compiling base64ct v1.7.3
12032025-03-22T06:14:16.835Z Compiling rustix v0.38.44
12042025-03-22T06:14:17.300Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12052025-03-22T06:14:17.834Z Compiling password-hash v0.5.0
12062025-03-22T06:14:17.857Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12072025-03-22T06:14:18.476Z Compiling progenitor v0.9.1
12082025-03-22T06:14:18.726Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
12092025-03-22T06:14:20.089Z Compiling zone v0.3.0
12102025-03-22T06:14:20.392Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
12112025-03-22T06:14:20.982Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
12122025-03-22T06:14:21.753Z Compiling newtype_derive v0.1.6
12132025-03-22T06:14:22.209Z Compiling blake2 v0.10.6
12142025-03-22T06:14:23.038Z Compiling smf v0.2.3
12152025-03-22T06:14:23.489Z Compiling zerocopy-derive v0.6.6
12162025-03-22T06:14:23.609Z Compiling owo-colors v4.2.0
12172025-03-22T06:14:24.259Z Compiling cancel-safe-futures v0.1.5
12182025-03-22T06:14:24.327Z Compiling whoami v1.5.2
12192025-03-22T06:14:24.709Z Compiling unicode-segmentation v1.12.0
12202025-03-22T06:14:25.310Z Compiling tinyvec_macros v0.1.1
12212025-03-22T06:14:25.423Z Compiling tinyvec v1.9.0
12222025-03-22T06:14:25.472Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12232025-03-22T06:14:25.708Z Compiling zerocopy v0.6.6
12242025-03-22T06:14:25.712Z Compiling newline-converter v0.3.0
12252025-03-22T06:14:25.951Z Compiling argon2 v0.5.3
12262025-03-22T06:14:27.177Z Compiling strum_macros v0.25.3
12272025-03-22T06:14:28.442Z Compiling console v0.15.11
12282025-03-22T06:14:29.061Z Compiling num-derive v0.3.3
12292025-03-22T06:14:30.339Z Compiling libsw-core v0.3.2
12302025-03-22T06:14:30.674Z Compiling serde-big-array v0.5.1
12312025-03-22T06:14:30.932Z Compiling serde_repr v0.1.20
12322025-03-22T06:14:31.072Z Compiling enum-as-inner v0.6.1
12332025-03-22T06:14:31.397Z Compiling cookie v0.18.1
12342025-03-22T06:14:31.426Z Compiling similar v2.7.0
12352025-03-22T06:14:31.776Z Compiling linked-hash-map v0.5.6
12362025-03-22T06:14:32.161Z Compiling fixedbitset v0.4.2
12372025-03-22T06:14:32.189Z Compiling convert_case v0.4.0
12382025-03-22T06:14:32.317Z Compiling fixedbitset v0.5.7
12392025-03-22T06:14:32.854Z Compiling data-encoding v2.8.0
12402025-03-22T06:14:32.990Z Compiling derive_more v0.99.19
12412025-03-22T06:14:33.484Z Compiling petgraph v0.7.1
12422025-03-22T06:14:38.035Z Compiling hickory-proto v0.24.4
12432025-03-22T06:14:39.151Z Compiling expectorate v1.1.0
12442025-03-22T06:14:39.339Z Compiling petgraph v0.6.5
12452025-03-22T06:14:40.027Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
12462025-03-22T06:14:40.174Z Compiling lru-cache v0.1.2
12472025-03-22T06:14:40.512Z Compiling libscf-sys v1.1.0
12482025-03-22T06:14:40.770Z Compiling libsw v3.5.0
12492025-03-22T06:14:41.117Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12502025-03-22T06:14:44.104Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12512025-03-22T06:14:44.676Z Compiling atomicwrites v0.4.4
12522025-03-22T06:14:46.765Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12532025-03-22T06:14:48.822Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12542025-03-22T06:14:49.355Z Compiling resolv-conf v0.7.1
12552025-03-22T06:14:50.463Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12562025-03-22T06:14:51.003Z Compiling proc-macro-error-attr2 v2.0.0
12572025-03-22T06:14:51.143Z Compiling memoffset v0.9.1
12582025-03-22T06:14:51.522Z Compiling indent_write v2.2.0
12592025-03-22T06:14:51.706Z Compiling cfg_aliases v0.2.1
12602025-03-22T06:14:51.779Z Compiling swrite v0.1.0
12612025-03-22T06:14:51.827Z Compiling highway v1.3.0
12622025-03-22T06:14:51.886Z Compiling linear-map v1.2.0
12632025-03-22T06:14:51.931Z Compiling unicode-width v0.1.14
12642025-03-22T06:14:52.354Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12652025-03-22T06:14:52.538Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12662025-03-22T06:14:52.946Z Compiling proc-macro-error2 v2.0.1
12672025-03-22T06:14:53.401Z Compiling nix v0.29.0
12682025-03-22T06:14:53.601Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12692025-03-22T06:14:54.257Z Compiling hickory-resolver v0.24.4
12702025-03-22T06:14:54.329Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12712025-03-22T06:14:58.647Z Compiling steno v0.4.1
12722025-03-22T06:14:59.137Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12732025-03-22T06:15:00.546Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12742025-03-22T06:15:01.047Z Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12752025-03-22T06:15:01.417Z Compiling tokio-stream v0.1.17
12762025-03-22T06:15:02.771Z Compiling slog-dtrace v0.3.0
12772025-03-22T06:15:03.163Z Compiling parking_lot_core v0.8.6
12782025-03-22T06:15:03.647Z Compiling bytecount v0.6.8
12792025-03-22T06:15:03.692Z Compiling humantime v2.2.0
12802025-03-22T06:15:03.819Z Compiling papergrid v0.14.0
12812025-03-22T06:15:04.086Z Compiling qorb v0.2.1
12822025-03-22T06:15:04.764Z Compiling tabled_derive v0.10.0
12832025-03-22T06:15:07.807Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12842025-03-22T06:15:07.933Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab)
12852025-03-22T06:15:11.738Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab)
12862025-03-22T06:15:12.225Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab)
12872025-03-22T06:15:13.636Z Compiling tabled v0.18.0
12882025-03-22T06:15:16.473Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
12892025-03-22T06:15:19.878Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12902025-03-22T06:15:20.037Z Compiling parking_lot v0.11.2
12912025-03-22T06:15:21.451Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57)
12922025-03-22T06:15:22.104Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
12932025-03-22T06:15:23.680Z Compiling crossbeam-epoch v0.9.18
12942025-03-22T06:15:24.417Z Compiling fxhash v0.2.1
12952025-03-22T06:15:24.673Z Compiling crc32fast v1.4.2
12962025-03-22T06:15:24.894Z Compiling crc8 v0.1.1
12972025-03-22T06:15:25.225Z Compiling arc-swap v1.7.1
12982025-03-22T06:15:25.257Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57)
12992025-03-22T06:15:25.947Z Compiling slog-scope v4.4.0
13002025-03-22T06:15:26.789Z Compiling sled v0.34.7
13012025-03-22T06:15:28.126Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
13022025-03-22T06:15:28.679Z Compiling slog-stdlog v4.1.1
13032025-03-22T06:15:29.069Z Compiling slog-envlogger v2.2.0
13042025-03-22T06:15:29.573Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
13052025-03-22T06:15:33.738Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
13062025-03-22T06:15:50.570Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c)
13072025-03-22T06:15:52.408Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
13082025-03-22T06:15:54.195Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
13092025-03-22T06:16:24.258Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
13102025-03-22T06:16:24.258Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
13112025-03-22T06:16:32.901Z Finished `release` profile [optimized] target(s) in 6m 17s
13122025-03-22T06:16:33.266Z+ banner quartet
13132025-03-22T06:16:33.270Z
13142025-03-22T06:16:33.270Z #### # # ## ##### ##### ###### #####
13152025-03-22T06:16:33.270Z # # # # # # # # # # #
13162025-03-22T06:16:33.270Z # # # # # # # # # ##### #
13172025-03-22T06:16:33.270Z # # # # # ###### ##### # # #
13182025-03-22T06:16:33.270Z # # # # # # # # # # #
13192025-03-22T06:16:33.270Z ### # #### # # # # # ###### #
13202025-03-22T06:16:33.270Z
13212025-03-22T06:16:33.270Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
13222025-03-22T06:16:33.759Z Compiling cfg-if v1.0.0
13232025-03-22T06:16:33.760Z Compiling serde v1.0.219
13242025-03-22T06:16:33.763Z Compiling itoa v1.0.15
13252025-03-22T06:16:33.763Z Compiling libc v0.2.171
13262025-03-22T06:16:33.763Z Compiling num-traits v0.2.19
13272025-03-22T06:16:33.763Z Compiling smallvec v1.14.0
13282025-03-22T06:16:33.867Z Compiling memchr v2.7.4
13292025-03-22T06:16:33.870Z Compiling bytes v1.10.1
13302025-03-22T06:16:33.927Z Compiling pin-project-lite v0.2.16
13312025-03-22T06:16:34.023Z Compiling schemars v0.8.22
13322025-03-22T06:16:34.058Z Compiling zerofrom v0.1.6
13332025-03-22T06:16:34.161Z Compiling scopeguard v1.2.0
13342025-03-22T06:16:34.286Z Compiling once_cell v1.21.1
13352025-03-22T06:16:34.334Z Compiling stable_deref_trait v1.2.0
13362025-03-22T06:16:34.452Z Compiling yoke v0.7.5
13372025-03-22T06:16:34.748Z Compiling parking_lot_core v0.9.10
13382025-03-22T06:16:34.777Z Compiling lock_api v0.4.12
13392025-03-22T06:16:34.901Z Compiling zerovec v0.10.4
13402025-03-22T06:16:35.262Z Compiling parking_lot v0.12.3
13412025-03-22T06:16:35.581Z Compiling socket2 v0.5.8
13422025-03-22T06:16:35.855Z Compiling getrandom v0.2.15
13432025-03-22T06:16:36.155Z Compiling signal-hook-registry v1.4.2
13442025-03-22T06:16:36.232Z Compiling mio v1.0.3
13452025-03-22T06:16:36.751Z Compiling ryu v1.0.20
13462025-03-22T06:16:37.354Z Compiling tokio v1.44.1
13472025-03-22T06:16:37.393Z Compiling serde_json v1.0.140
13482025-03-22T06:16:37.415Z Compiling futures-core v0.3.31
13492025-03-22T06:16:37.455Z Compiling tinystr v0.7.6
13502025-03-22T06:16:37.790Z Compiling litemap v0.7.5
13512025-03-22T06:16:37.915Z Compiling writeable v0.5.5
13522025-03-22T06:16:38.110Z Compiling fnv v1.0.7
13532025-03-22T06:16:38.242Z Compiling http v1.3.1
13542025-03-22T06:16:38.281Z Compiling icu_locid v1.5.0
13552025-03-22T06:16:39.062Z Compiling getrandom v0.3.2
13562025-03-22T06:16:39.351Z Compiling uuid v1.16.0
13572025-03-22T06:16:39.833Z Compiling chrono v0.4.40
13582025-03-22T06:16:39.973Z Compiling icu_provider v1.5.0
13592025-03-22T06:16:40.442Z Compiling rustls-pki-types v1.11.0
13602025-03-22T06:16:41.026Z Compiling indexmap v2.8.0
13612025-03-22T06:16:42.359Z Compiling icu_locid_transform_data v1.5.0
13622025-03-22T06:16:42.470Z Compiling icu_locid_transform v1.5.0
13632025-03-22T06:16:42.625Z Compiling semver v1.0.26
13642025-03-22T06:16:43.347Z Compiling icu_collections v1.5.0
13652025-03-22T06:16:43.896Z Compiling regress v0.10.3
13662025-03-22T06:16:46.098Z Compiling tracing-core v0.1.33
13672025-03-22T06:16:46.257Z Compiling futures-task v0.3.31
13682025-03-22T06:16:46.554Z Compiling equivalent v1.0.2
13692025-03-22T06:16:46.679Z Compiling log v0.4.26
13702025-03-22T06:16:47.256Z Compiling foldhash v0.1.5
13712025-03-22T06:16:47.678Z Compiling pin-utils v0.1.0
13722025-03-22T06:16:47.779Z Compiling untrusted v0.9.0
13732025-03-22T06:16:47.951Z Compiling dyn-clone v1.0.19
13742025-03-22T06:16:47.989Z Compiling allocator-api2 v0.2.21
13752025-03-22T06:16:48.175Z Compiling icu_properties_data v1.5.0
13762025-03-22T06:16:48.187Z Compiling typify-impl v0.3.0
13772025-03-22T06:16:48.446Z Compiling icu_properties v1.5.1
13782025-03-22T06:16:48.581Z Compiling ring v0.17.14
13792025-03-22T06:16:48.668Z Compiling futures-util v0.3.31
13802025-03-22T06:16:48.881Z Compiling hashbrown v0.15.2
13812025-03-22T06:16:48.885Z Compiling tracing v0.1.41
13822025-03-22T06:16:49.629Z Compiling serde_tokenstream v0.2.2
13832025-03-22T06:16:50.245Z Compiling http-body v1.0.1
13842025-03-22T06:16:50.497Z Compiling try-lock v0.2.5
13852025-03-22T06:16:50.625Z Compiling utf8_iter v1.0.4
13862025-03-22T06:16:50.664Z Compiling slog v2.7.0
13872025-03-22T06:16:50.907Z Compiling utf16_iter v1.0.5
13882025-03-22T06:16:51.148Z Compiling icu_normalizer_data v1.5.0
13892025-03-22T06:16:51.177Z Compiling write16 v1.0.0
13902025-03-22T06:16:51.259Z Compiling unicode-ident v1.0.18
13912025-03-22T06:16:51.386Z Compiling want v0.3.1
13922025-03-22T06:16:51.465Z Compiling proc-macro2 v1.0.94
13932025-03-22T06:16:51.697Z Compiling rustls-webpki v0.103.0
13942025-03-22T06:16:53.243Z Compiling icu_normalizer v1.5.0
13952025-03-22T06:16:54.838Z Compiling httparse v1.10.1
13962025-03-22T06:16:55.918Z Compiling futures-channel v0.3.31
13972025-03-22T06:16:56.978Z Compiling percent-encoding v2.3.1
13982025-03-22T06:16:57.096Z Compiling zeroize v1.8.1
13992025-03-22T06:16:57.460Z Compiling subtle v2.6.1
14002025-03-22T06:16:57.471Z Compiling tower-service v0.3.3
14012025-03-22T06:16:57.599Z Compiling toml_datetime v0.6.8
14022025-03-22T06:16:57.735Z Compiling rustls v0.23.25
14032025-03-22T06:16:58.020Z Compiling toml_edit v0.19.15
14042025-03-22T06:16:58.287Z Compiling zerocopy v0.8.24
14052025-03-22T06:16:58.349Z Compiling form_urlencoded v1.2.1
14062025-03-22T06:16:58.719Z Compiling hyper v1.6.0
14072025-03-22T06:16:58.877Z Compiling idna_adapter v1.2.0
14082025-03-22T06:16:58.942Z Compiling quote v1.0.40
14092025-03-22T06:17:00.110Z Compiling aho-corasick v1.1.3
14102025-03-22T06:17:00.727Z Compiling typify-macro v0.3.0
14112025-03-22T06:17:01.224Z Compiling lazy_static v1.5.0
14122025-03-22T06:17:01.374Z Compiling regex-syntax v0.8.5
14132025-03-22T06:17:04.548Z Compiling regex-automata v0.4.9
14142025-03-22T06:17:04.750Z Compiling proc-macro-crate v1.3.1
14152025-03-22T06:17:04.835Z Compiling hyper-util v0.1.10
14162025-03-22T06:17:07.949Z Compiling tokio-rustls v0.26.2
14172025-03-22T06:17:08.500Z Compiling thiserror v2.0.12
14182025-03-22T06:17:08.676Z Compiling syn v2.0.100
14192025-03-22T06:17:10.792Z Compiling idna v1.0.3
14202025-03-22T06:17:16.307Z Compiling webpki-roots v0.26.8
14212025-03-22T06:17:16.543Z Compiling sync_wrapper v1.0.2
14222025-03-22T06:17:16.697Z Compiling tower-layer v0.3.3
14232025-03-22T06:17:16.712Z Compiling heck v0.5.0
14242025-03-22T06:17:17.073Z Compiling futures-sink v0.3.31
14252025-03-22T06:17:18.017Z Compiling crossbeam-utils v0.8.21
14262025-03-22T06:17:18.036Z Compiling tokio-util v0.7.14
14272025-03-22T06:17:18.383Z Compiling ppv-lite86 v0.2.21
14282025-03-22T06:17:19.325Z Compiling tower v0.5.2
14292025-03-22T06:17:20.380Z Compiling thiserror v1.0.69
14302025-03-22T06:17:20.392Z Compiling hyper-rustls v0.27.5
14312025-03-22T06:17:20.533Z Compiling url v2.5.4
14322025-03-22T06:17:21.244Z Compiling regex v1.11.1
14332025-03-22T06:17:23.135Z Compiling num_enum_derive v0.5.11
14342025-03-22T06:17:24.977Z Compiling typify v0.3.0
14352025-03-22T06:17:25.068Z Compiling serde_urlencoded v0.7.1
14362025-03-22T06:17:25.611Z Compiling http-body-util v0.1.3
14372025-03-22T06:17:25.688Z Compiling openapiv3 v2.0.0
14382025-03-22T06:17:26.230Z Compiling rustls-pemfile v2.2.0
14392025-03-22T06:17:26.376Z Compiling rand_core v0.6.4
14402025-03-22T06:17:26.731Z Compiling dirs-sys-next v0.1.2
14412025-03-22T06:17:26.900Z Compiling base64 v0.22.1
14422025-03-22T06:17:26.972Z Compiling mime v0.3.17
14432025-03-22T06:17:27.866Z Compiling ipnet v2.11.0
14442025-03-22T06:17:28.096Z Compiling powerfmt v0.2.0
14452025-03-22T06:17:28.108Z Compiling foreign-types-shared v0.3.1
14462025-03-22T06:17:28.230Z Compiling foreign-types v0.5.0
14472025-03-22T06:17:28.350Z Compiling dirs-next v2.0.0
14482025-03-22T06:17:28.606Z Compiling reqwest v0.12.15
14492025-03-22T06:17:28.618Z Compiling deranged v0.4.0
14502025-03-22T06:17:30.155Z Compiling progenitor-impl v0.9.1
14512025-03-22T06:17:30.990Z Compiling time-macros v0.2.21
14522025-03-22T06:17:31.092Z Compiling serde_yaml v0.9.34+deprecated
14532025-03-22T06:17:35.030Z Compiling rand_chacha v0.3.1
14542025-03-22T06:17:36.817Z Compiling num_enum v0.5.11
14552025-03-22T06:17:37.041Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14562025-03-22T06:17:37.152Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14572025-03-22T06:17:37.203Z Compiling oxnet v0.1.1
14582025-03-22T06:17:37.350Z Compiling cstr-argument v0.1.2
14592025-03-22T06:17:37.637Z Compiling thread_local v1.1.8
14602025-03-22T06:17:38.400Z Compiling time-core v0.1.4
14612025-03-22T06:17:38.618Z Compiling either v1.15.0
14622025-03-22T06:17:38.984Z Compiling pretty-hex v0.2.1
14632025-03-22T06:17:39.108Z Compiling arc-swap v1.7.1
14642025-03-22T06:17:39.206Z Compiling num-conv v0.1.0
14652025-03-22T06:17:39.485Z Compiling time v0.3.40
14662025-03-22T06:17:39.859Z Compiling slog-scope v4.4.0
14672025-03-22T06:17:40.834Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14682025-03-22T06:17:41.235Z Compiling itertools v0.12.1
14692025-03-22T06:17:41.279Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14702025-03-22T06:17:42.810Z Compiling crossbeam-channel v0.5.14
14712025-03-22T06:17:44.476Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14722025-03-22T06:17:45.338Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14732025-03-22T06:17:45.445Z Compiling progenitor-macro v0.9.1
14742025-03-22T06:17:45.526Z Compiling rand v0.8.5
14752025-03-22T06:17:46.617Z Compiling progenitor-client v0.9.1
14762025-03-22T06:17:47.473Z Compiling term v0.7.0
14772025-03-22T06:17:47.664Z Compiling anyhow v1.0.97
14782025-03-22T06:17:49.241Z Compiling colored v2.2.0
14792025-03-22T06:17:50.073Z Compiling is-terminal v0.4.16
14802025-03-22T06:17:50.210Z Compiling winnow v0.6.26
14812025-03-22T06:17:50.741Z Compiling take_mut v0.2.2
14822025-03-22T06:17:50.944Z Compiling slog-async v2.8.0
14832025-03-22T06:17:52.230Z Compiling slog-term v2.9.1
14842025-03-22T06:17:54.099Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14852025-03-22T06:17:54.873Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
14862025-03-22T06:17:55.256Z Compiling slog-stdlog v4.1.1
14872025-03-22T06:17:56.167Z Compiling slog-envlogger v2.2.0
14882025-03-22T06:17:57.930Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d04addf8)
14892025-03-22T06:17:59.278Z Compiling progenitor v0.9.1
14902025-03-22T06:17:59.557Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14912025-03-22T06:18:10.460Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14922025-03-22T06:18:16.385Z Finished `release` profile [optimized] target(s) in 1m 43s
14932025-03-22T06:18:16.475Z Running unittests src/lib.rs (target/release/deps/mg_tests-b0b3f543d76c9891)
14942025-03-22T06:18:16.525Z
14952025-03-22T06:18:16.525Zrunning 1 test
14962025-03-22T06:18:16.685Zconfigure zone
14972025-03-22T06:18:16.702Zinstall zone
14982025-03-22T06:19:16.530Ztest ddm::test_quartet has been running for over 60 seconds
14992025-03-22T06:20:48.264Zboot zone
15002025-03-22T06:20:49.194Zstart zone s1
15012025-03-22T06:20:49.194Zconfigure zone
15022025-03-22T06:20:49.200Zinstall zone
15032025-03-22T06:23:19.656Zboot zone
15042025-03-22T06:23:20.581Zstart zone s2
15052025-03-22T06:23:20.581Zconfigure zone
15062025-03-22T06:23:20.589Zinstall zone
15072025-03-22T06:25:47.143Zboot zone
15082025-03-22T06:25:48.019Zstart zone s3
15092025-03-22T06:25:48.019Zconfigure zone
15102025-03-22T06:25:48.028Zinstall zone
15112025-03-22T06:28:12.579Zboot zone
15122025-03-22T06:28:13.548Zstart zone t1
15132025-03-22T06:28:13.548Zconfigure zone
15142025-03-22T06:28:13.557Zinstall zone
15152025-03-22T06:30:38.456Zboot zone
15162025-03-22T06:30:39.388Zwaiting for zones to come up
15172025-03-22T06:30:49.388Z[sidecar.quartet] svcs milestone/network
15182025-03-22T06:30:49.422ZSTATE STIME FMRI
15192025-03-22T06:30:49.422Zonline 23:21:06 svc:/milestone/network:default
15202025-03-22T06:30:49.422Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
15212025-03-22T06:30:49.470Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
15222025-03-22T06:30:49.521Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
15232025-03-22T06:30:49.566Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
15242025-03-22T06:30:49.571Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
15252025-03-22T06:30:49.594Z
15262025-03-22T06:30:49.594Zrunning zone s1.quartet setup
15272025-03-22T06:30:49.594Z[s1.quartet] svcs milestone/network
15282025-03-22T06:30:49.621ZSTATE STIME FMRI
15292025-03-22T06:30:49.621Zonline 23:23:38 svc:/milestone/network:default
15302025-03-22T06:30:49.621Z[s1.quartet] dladm
15312025-03-22T06:30:49.646ZLINK CLASS MTU STATE BRIDGE OVER
15322025-03-22T06:30:49.646Zsl0 simnet 9000 up -- ?
15332025-03-22T06:30:49.646Zmgs1 vnic 9000 up -- ?
15342025-03-22T06:30:49.646Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
15352025-03-22T06:30:50.224Z
15362025-03-22T06:30:50.224Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
15372025-03-22T06:30:50.252Z
15382025-03-22T06:30:50.252Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
15392025-03-22T06:30:50.276Z
15402025-03-22T06:30:50.276Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
15412025-03-22T06:30:50.371Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
15422025-03-22T06:30:50.414Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6308df6f-9a25-4224-ad33-06fceceba9ce --sled-uuid d468b78d-fb14-4206-8a4b-ad16bd6559d7 -a sl0/v6 &> /opt/ddmd.log &
15432025-03-22T06:30:50.437Z
15442025-03-22T06:30:50.437Zrunning zone s2.quartet setup
15452025-03-22T06:30:50.437Z[s2.quartet] svcs milestone/network
15462025-03-22T06:30:50.463ZSTATE STIME FMRI
15472025-03-22T06:30:50.463Zonline 23:26:05 svc:/milestone/network:default
15482025-03-22T06:30:50.463Z[s2.quartet] dladm
15492025-03-22T06:30:50.488ZLINK CLASS MTU STATE BRIDGE OVER
15502025-03-22T06:30:50.488Zsl1 simnet 9000 up -- ?
15512025-03-22T06:30:50.488Zmgs2 vnic 9000 up -- ?
15522025-03-22T06:30:50.488Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
15532025-03-22T06:30:50.971Z
15542025-03-22T06:30:50.971Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
15552025-03-22T06:30:50.997Z
15562025-03-22T06:30:50.997Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
15572025-03-22T06:30:51.019Z
15582025-03-22T06:30:51.019Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
15592025-03-22T06:30:51.068Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
15602025-03-22T06:30:51.091Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a0af5ecb-90b2-4ba8-9c5a-ac3b304e5b98 --sled-uuid 095f8562-01a4-4ab1-b843-fd9250bdf0c5 -a sl1/v6 &> /opt/ddmd.log &
15612025-03-22T06:30:51.112Z
15622025-03-22T06:30:51.113Zrunning zone s3.quartet setup
15632025-03-22T06:30:51.113Z[s3.quartet] svcs milestone/network
15642025-03-22T06:30:51.139ZSTATE STIME FMRI
15652025-03-22T06:30:51.139Zonline 23:28:31 svc:/milestone/network:default
15662025-03-22T06:30:51.139Z[s3.quartet] dladm
15672025-03-22T06:30:51.164ZLINK CLASS MTU STATE BRIDGE OVER
15682025-03-22T06:30:51.164Zsl2 simnet 9000 up -- ?
15692025-03-22T06:30:51.164Zmgs3 vnic 9000 up -- ?
15702025-03-22T06:30:51.164Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
15712025-03-22T06:30:51.760Z
15722025-03-22T06:30:51.760Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
15732025-03-22T06:30:51.786Z
15742025-03-22T06:30:51.787Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15752025-03-22T06:30:51.809Z
15762025-03-22T06:30:51.809Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
15772025-03-22T06:30:51.862Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
15782025-03-22T06:30:51.886Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 42d425e6-6040-4aa6-ad75-813203e4dab3 --sled-uuid 7e7ff232-b691-488b-b352-c80e3469f1fd -a sl2/v6 &> /opt/ddmd.log &
15792025-03-22T06:30:51.909Z
15802025-03-22T06:30:51.909Zrunning zone t1.quartet setup
15812025-03-22T06:30:51.909Z[t1.quartet] svcs milestone/network
15822025-03-22T06:30:51.933ZSTATE STIME FMRI
15832025-03-22T06:30:51.934Z- - svc:/milestone/network:default
15842025-03-22T06:30:52.934Z[t1.quartet] svcs milestone/network
15852025-03-22T06:30:52.958ZSTATE STIME FMRI
15862025-03-22T06:30:52.958Z- - svc:/milestone/network:default
15872025-03-22T06:30:53.958Z[t1.quartet] svcs milestone/network
15882025-03-22T06:30:53.991ZSTATE STIME FMRI
15892025-03-22T06:30:53.991Z- - svc:/milestone/network:default
15902025-03-22T06:30:54.991Z[t1.quartet] svcs milestone/network
15912025-03-22T06:30:55.015ZSTATE STIME FMRI
15922025-03-22T06:30:55.015Z- - svc:/milestone/network:default
15932025-03-22T06:30:56.016Z[t1.quartet] svcs milestone/network
15942025-03-22T06:30:56.040ZSTATE STIME FMRI
15952025-03-22T06:30:56.040Z- - svc:/milestone/network:default
15962025-03-22T06:30:57.040Z[t1.quartet] svcs milestone/network
15972025-03-22T06:30:57.063ZSTATE STIME FMRI
15982025-03-22T06:30:57.063Z- - svc:/milestone/network:default
15992025-03-22T06:30:58.064Z[t1.quartet] svcs milestone/network
16002025-03-22T06:30:58.091ZSTATE STIME FMRI
16012025-03-22T06:30:58.091Zoffline 23:30:56 svc:/milestone/network:default
16022025-03-22T06:30:59.092Z[t1.quartet] svcs milestone/network
16032025-03-22T06:30:59.117ZSTATE STIME FMRI
16042025-03-22T06:30:59.117Zonline 23:30:57 svc:/milestone/network:default
16052025-03-22T06:30:59.117Z[t1.quartet] dladm
16062025-03-22T06:30:59.142ZLINK CLASS MTU STATE BRIDGE OVER
16072025-03-22T06:30:59.142Ztfportrear0_0 simnet 9000 up -- ?
16082025-03-22T06:30:59.142Ztfportrear1_0 simnet 9000 up -- ?
16092025-03-22T06:30:59.142Ztfportrear2_0 simnet 9000 up -- ?
16102025-03-22T06:30:59.143Zmgt1 vnic 9000 up -- ?
16112025-03-22T06:30:59.143Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
16122025-03-22T06:30:59.666Z
16132025-03-22T06:30:59.666Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
16142025-03-22T06:30:59.691Z
16152025-03-22T06:30:59.691Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
16162025-03-22T06:30:59.716Z
16172025-03-22T06:30:59.716Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
16182025-03-22T06:30:59.741Z
16192025-03-22T06:30:59.741Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
16202025-03-22T06:30:59.767Z
16212025-03-22T06:30:59.767Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
16222025-03-22T06:30:59.964Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
16232025-03-22T06:30:59.969Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
16242025-03-22T06:30:59.972Zwaiting 3s for copy of files to zone to complete ...
16252025-03-22T06:31:02.973Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
16262025-03-22T06:31:03.023Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
16272025-03-22T06:31:03.047Z[t1.quartet] svcadm enable dendrite
16282025-03-22T06:31:03.091Z
16292025-03-22T06:31:03.091Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
16302025-03-22T06:31:03.138Z
16312025-03-22T06:31:03.139Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
16322025-03-22T06:31:03.185Z
16332025-03-22T06:31:03.185Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
16342025-03-22T06:31:03.231Z
16352025-03-22T06:31:03.231Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
16362025-03-22T06:31:03.278Z
16372025-03-22T06:31:03.278Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
16382025-03-22T06:31:03.322Z
16392025-03-22T06:31:03.322Z[t1.quartet] svcadm refresh dendrite:default
16402025-03-22T06:31:03.362Z
16412025-03-22T06:31:03.362Z[t1.quartet] svcadm restart dendrite:default
16422025-03-22T06:31:03.403Z
16432025-03-22T06:31:03.403Zwait 10s for dendrite to come up ...
16442025-03-22T06:31:13.404Z[t1.quartet] svcadm enable tfport
16452025-03-22T06:31:13.448Z
16462025-03-22T06:31:13.448Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d7d8370f-d09c-45dc-b78f-f3b2142a0107 --sled-uuid 0910c4b4-7e8b-49c1-a575-a2900824a55f -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
16472025-03-22T06:31:13.469Z
16482025-03-22T06:31:13.469Z[t1.quartet] ipadm
16492025-03-22T06:31:13.496ZADDROBJ TYPE STATE ADDR
16502025-03-22T06:31:13.496Zlo0/v4 static ok 127.0.0.1/8
16512025-03-22T06:31:13.496Zmgt1/v4 static ok 10.0.0.4/24
16522025-03-22T06:31:13.496Zlo0/v6 static ok ::1/128
16532025-03-22T06:31:13.496Zlo0/u6 static ok fd00:4::1/64
16542025-03-22T06:31:13.496Ztfportrear0_0/v6 addrconf ok fe80::4069:f9ff:fe21:cf62%tfportrear0_0/10
16552025-03-22T06:31:13.496Ztfportrear1_0/v6 addrconf ok fe80::6c75:feff:fe2a:24d4%tfportrear1_0/10
16562025-03-22T06:31:13.496Ztfportrear2_0/v6 addrconf ok fe80::a84f:3bff:fece:c1ce%tfportrear2_0/10
16572025-03-22T06:31:15.506Zinitial peering test passed
16582025-03-22T06:31:16.508Z[s3.quartet] ping fd00:1::1
16592025-03-22T06:31:16.536Zfd00:1::1 is alive
16602025-03-22T06:31:27.540Z[s3.quartet] ping fd00:1::1
16612025-03-22T06:31:27.564Zfd00:1::1 is alive
16622025-03-22T06:31:27.567Z[t1.quartet] pkill ddmd
16632025-03-22T06:31:27.587Z
16642025-03-22T06:31:27.587Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
16652025-03-22T06:31:27.590Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
16662025-03-22T06:31:30.284Z[s3.quartet] pkill ddmd
16672025-03-22T06:31:30.305Z
16682025-03-22T06:31:30.305Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
16692025-03-22T06:31:32.798Z[s2.quartet] pkill ddmd
16702025-03-22T06:31:32.819Z
16712025-03-22T06:31:32.819Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
16722025-03-22T06:31:35.348Z[s1.quartet] pkill ddmd
16732025-03-22T06:31:35.370Z
16742025-03-22T06:31:35.370Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
16752025-03-22T06:31:37.948Z[sidecar.quartet] pkill softnpu
16762025-03-22T06:31:37.969Z
16772025-03-22T06:31:37.969Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
16782025-03-22T06:31:40.697Ztest ddm::test_quartet ... ok
16792025-03-22T06:31:40.697Z
16802025-03-22T06:31:40.697Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 804.11s
16812025-03-22T06:31:40.697Z
16822025-03-22T06:31:40.726Z+ cleanup
16832025-03-22T06:31:40.730Z++ id -un
16842025-03-22T06:31:40.733Z++ id -gn
16852025-03-22T06:31:40.736Z+ pfexec chown -R build:build .
16862025-03-22T06:31:40.821Zprocess exited: duration 1355717 ms, exit code 0
 
16872025-03-22T06:31:40.828Zfound 5 output files
16882025-03-22T06:31:40.828Zuploading: /work/s1.quartet.log (5355 bytes)
16892025-03-22T06:31:41.842Zuploaded: /work/s1.quartet.log
16902025-03-22T06:31:41.842Zuploading: /work/s2.quartet.log (5119 bytes)
16912025-03-22T06:31:42.851Zuploaded: /work/s2.quartet.log
16922025-03-22T06:31:42.851Zuploading: /work/s3.quartet.log (4757 bytes)
16932025-03-22T06:31:43.861Zuploaded: /work/s3.quartet.log
16942025-03-22T06:31:43.861Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
16952025-03-22T06:31:44.870Zuploaded: /work/sidecar.quartet-softnpu.log
16962025-03-22T06:31:44.870Zuploading: /work/t1.quartet.log (20653 bytes)
16972025-03-22T06:31:45.882Zuploaded: /work/t1.quartet.log