01KVYESH2J92PFNEXPXVMQ8XHW: test-ddm-trio

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

Buildomat Job: 01KVYET0P2WZE7NAXJBR3TGVFG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:58:35.444Zjob assigned to worker 01KVYETNVYZ7XNZ5BVW4W92739 [factory aws, i-0b04035305774cc54] (queued for 1 m 3 s)
 
22026-06-25T03:58:41.885Zstarting task 0: "setup"
32026-06-25T03:58:41.890Z++ uname -s
42026-06-25T03:58:41.893Z+ kern=SunOS
52026-06-25T03:58:41.893Z+ build_user=build
62026-06-25T03:58:41.893Z+ build_uid=12345
72026-06-25T03:58:41.893Z+ work_dir=/work
82026-06-25T03:58:41.893Z+ input_dir=/input
92026-06-25T03:58:41.893Z+ [[ 0 == 12345 ]]
102026-06-25T03:58:41.893Z+ case "$kern" in
112026-06-25T03:58:41.893Z+ groupadd -g 12345 build
122026-06-25T03:58:41.896Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:58:43.899Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:58:43.988Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:58:43.990Z+ home_fs=zfs
162026-06-25T03:58:43.990Z+ [[ zfs == autofs ]]
172026-06-25T03:58:43.990Z+ mkdir -p /home/build
182026-06-25T03:58:43.990Z+ chown build:build /home/build /work
192026-06-25T03:58:45.992Z+ chmod 0700 /home/build /work
202026-06-25T03:58:45.995Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-25T03:58:46.003Zstarting task 1: "rust-toolchain"
222026-06-25T03:58:46.007Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T03:58:46.008Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T03:58:46.008Z * rust toolchain channel = "stable"
252026-06-25T03:58:46.008Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T03:58:46.008Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:58:46.008Z * rust toolchain profile = "default"
282026-06-25T03:58:46.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:58:46.011Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T03:58:46.108Zinfo: downloading installer
312026-06-25T03:58:47.523Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T03:58:47.523Zwarn: /opt/ooce/bin
332026-06-25T03:58:47.523Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T03:58:47.523Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T03:58:47.526Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T03:58:47.526Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T03:58:47.526Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T03:58:47.526Zerror: cannot install while Rust is installed
392026-06-25T03:58:47.526Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T03:58:47.526Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T03:58:47.526Zwarn: /home/build/.rustup/settings.toml
422026-06-25T03:58:47.526Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T03:58:47.526Zwarn: instead of the one inferred from the default host triple.
442026-06-25T03:58:47.537Zinfo: profile set to default
452026-06-25T03:58:47.537Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T03:58:47.539Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T03:58:47.674Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T03:58:47.677Zinfo: downloading 6 components
492026-06-25T03:59:02.822Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T03:59:02.822Z
512026-06-25T03:59:02.857Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T03:59:02.857Z
532026-06-25T03:59:02.857Z
542026-06-25T03:59:02.857ZRust is installed now. Great!
552026-06-25T03:59:02.858Z
562026-06-25T03:59:02.868ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T03:59:02.868Zenvironment variable. This has not been done automatically.
582026-06-25T03:59:02.868Z
592026-06-25T03:59:02.868ZTo configure your current shell, you need to source
602026-06-25T03:59:02.868Zthe corresponding env file under $HOME/.cargo.
612026-06-25T03:59:02.868Z
622026-06-25T03:59:02.868ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T03:59:02.869Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T03:59:02.869Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T03:59:02.869Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T03:59:02.869Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T03:59:02.869Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T03:59:02.869Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T03:59:02.869Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T03:59:02.869Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T03:59:02.950Z+ rustup --version
722026-06-25T03:59:02.959Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T03:59:02.960Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T03:59:02.980Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T03:59:02.990Z+ cargo --version
762026-06-25T03:59:02.999Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T03:59:02.999Z+ rustc --version
782026-06-25T03:59:03.019Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T03:59:03.022Zprocess exited: duration 17018 ms, exit code 0
 
802026-06-25T03:59:03.029Zstarting task 2: "authentication"
812026-06-25T03:59:03.046Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T03:59:03.052Zstarting task 3: "clone repository"
832026-06-25T03:59:03.055Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T03:59:03.057Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T03:59:03.094ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T03:59:04.258Z+ cd /work/oxidecomputer/maghemite
872026-06-25T03:59:04.261Z+ git fetch origin 588dfef9baf67e938694efd6ac1d0b25a00cb9da
882026-06-25T03:59:04.493ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T03:59:04.493Z * branch 588dfef9baf67e938694efd6ac1d0b25a00cb9da -> FETCH_HEAD
902026-06-25T03:59:04.499Z+ [[ -n renovate/opte ]]
912026-06-25T03:59:04.501Z++ git branch --show-current
922026-06-25T03:59:04.501Z+ current=main
932026-06-25T03:59:04.501Z+ [[ main != renovate/opte ]]
942026-06-25T03:59:04.501Z+ git branch -f renovate/opte 588dfef9baf67e938694efd6ac1d0b25a00cb9da
952026-06-25T03:59:04.504Z+ git checkout -f renovate/opte
962026-06-25T03:59:04.522ZSwitched to branch 'renovate/opte'
972026-06-25T03:59:04.524Z+ git reset --hard 588dfef9baf67e938694efd6ac1d0b25a00cb9da
982026-06-25T03:59:04.527ZHEAD is now at 588dfef Update opte to cd7749d
992026-06-25T03:59:04.530Zprocess exited: duration 1475 ms, exit code 0
 
1002026-06-25T03:59:04.535Zstarting task 4: "build"
1012026-06-25T03:59:04.542Z++ dladm
1022026-06-25T03:59:04.546ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-25T03:59:04.546Zena0 phys 9216 up -- --
1042026-06-25T03:59:04.549Z++ ipadm
1052026-06-25T03:59:04.549ZADDROBJ TYPE STATE ADDR
1062026-06-25T03:59:04.549Zlo0/v4 static ok 127.0.0.1/8
1072026-06-25T03:59:04.549Zena0/dhcp dhcp ok 10.150.1.79/24
1082026-06-25T03:59:04.549Zlo0/v6 static ok ::1/128
1092026-06-25T03:59:04.549Z++ banner collect
1102026-06-25T03:59:04.551Z
1112026-06-25T03:59:04.551Z #### #### # # ###### #### #####
1122026-06-25T03:59:04.551Z # # # # # # # # # #
1132026-06-25T03:59:04.552Z # # # # # ##### # #
1142026-06-25T03:59:04.552Z # # # # # # # #
1152026-06-25T03:59:04.552Z # # # # # # # # # #
1162026-06-25T03:59:04.552Z #### #### ###### ###### ###### #### #
1172026-06-25T03:59:04.552Z
1182026-06-25T03:59:04.552Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-25T03:59:04.552Z++ repo=softnpu
1202026-06-25T03:59:04.552Z++ series=image
1212026-06-25T03:59:04.552Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-25T03:59:04.552Z++ name=softnpu
1232026-06-25T03:59:04.552Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-25T03:59:04.552Z++ mkdir -p download
1252026-06-25T03:59:04.552Z++ pushd download
1262026-06-25T03:59:04.552Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-25T03:59:04.552Z++ [[ ! -f softnpu ]]
1282026-06-25T03:59:04.552Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-25T03:59:04.557Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-25T03:59:04.557Z Dload Upload Total Spent Left Speed
1312026-06-25T03:59:04.858Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 51.94M 0 0 100 15.63M 100 15.63M 0 0 51.94M 0 0 100 15.63M 100 15.63M 0 0 51.93M 0 0
1322026-06-25T03:59:04.861Z++ popd
1332026-06-25T03:59:04.861Z/work/oxidecomputer/maghemite
1342026-06-25T03:59:04.861Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-25T03:59:04.861Z++ repo=sidecar-lite
1362026-06-25T03:59:04.861Z++ series=release
1372026-06-25T03:59:04.861Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-25T03:59:04.861Z++ name=libsidecar_lite.so
1392026-06-25T03:59:04.861Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-25T03:59:04.861Z++ mkdir -p download
1412026-06-25T03:59:04.861Z++ pushd download
1422026-06-25T03:59:04.861Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-25T03:59:04.861Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-25T03:59:04.864Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-25T03:59:04.867Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-25T03:59:04.867Z Dload Upload Total Spent Left Speed
1472026-06-25T03:59:05.054Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 64.29M 0 0 100 12.04M 100 12.04M 0 0 64.28M 0 0 100 12.04M 100 12.04M 0 0 64.27M 0 0
1482026-06-25T03:59:05.057Z++ popd
1492026-06-25T03:59:05.057Z/work/oxidecomputer/maghemite
1502026-06-25T03:59:05.057Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-25T03:59:05.057Z++ repo=sidecar-lite
1522026-06-25T03:59:05.057Z++ series=release
1532026-06-25T03:59:05.057Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-25T03:59:05.057Z++ name=scadm
1552026-06-25T03:59:05.057Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-25T03:59:05.057Z++ mkdir -p download
1572026-06-25T03:59:05.057Z++ pushd download
1582026-06-25T03:59:05.058Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-25T03:59:05.058Z++ [[ ! -f scadm ]]
1602026-06-25T03:59:05.058Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-25T03:59:05.062Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-25T03:59:05.062Z Dload Upload Total Spent Left Speed
1632026-06-25T03:59:05.307Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 64.73M 0 0 100 15.78M 100 15.78M 0 0 64.72M 0 0 100 15.78M 100 15.78M 0 0 64.71M 0 0
1642026-06-25T03:59:05.311Z++ popd
1652026-06-25T03:59:05.311Z/work/oxidecomputer/maghemite
1662026-06-25T03:59:05.311Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-25T03:59:05.311Z++ repo=dendrite
1682026-06-25T03:59:05.311Z++ series=image
1692026-06-25T03:59:05.311Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-25T03:59:05.311Z++ name=dendrite-softnpu.tar.gz
1712026-06-25T03:59:05.311Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-25T03:59:05.311Z++ mkdir -p download
1732026-06-25T03:59:05.311Z++ pushd download
1742026-06-25T03:59:05.311Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-25T03:59:05.311Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-25T03:59:05.311Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-25T03:59:05.314Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-25T03:59:05.317Z Dload Upload Total Spent Left Speed
1792026-06-25T03:59:06.273Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 74.72M 0 0 100 71.59M 100 71.59M 0 0 74.71M 0 0 100 71.59M 100 71.59M 0 0 74.71M 0 0
1802026-06-25T03:59:06.276Z++ popd
1812026-06-25T03:59:06.279Z/work/oxidecomputer/maghemite
1822026-06-25T03:59:06.279Z++ get_artifact maghemite release 588dfef9baf67e938694efd6ac1d0b25a00cb9da ddm
1832026-06-25T03:59:06.279Z++ repo=maghemite
1842026-06-25T03:59:06.279Z++ series=release
1852026-06-25T03:59:06.279Z++ commit=588dfef9baf67e938694efd6ac1d0b25a00cb9da
1862026-06-25T03:59:06.279Z++ name=ddm
1872026-06-25T03:59:06.279Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-25T03:59:06.279Z++ mkdir -p download
1892026-06-25T03:59:06.279Z++ pushd download
1902026-06-25T03:59:06.279Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-25T03:59:06.279Z++ [[ ! -f ddm ]]
1922026-06-25T03:59:06.279Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/588dfef9baf67e938694efd6ac1d0b25a00cb9da/ddm
1932026-06-25T03:59:06.284Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-25T03:59:06.287Z Dload Upload Total Spent Left Speed
1952026-06-25T03:59:06.339Z 0 0 0 0 0 0 0 0 0
1962026-06-25T03:59:06.339Zcurl: (22) The requested URL returned error: 404
1972026-06-25T03:59:06.342Z++ popd
1982026-06-25T03:59:06.342Z/work/oxidecomputer/maghemite
1992026-06-25T03:59:06.342Z++ get_artifact maghemite release 588dfef9baf67e938694efd6ac1d0b25a00cb9da ddmadm
2002026-06-25T03:59:06.342Z++ repo=maghemite
2012026-06-25T03:59:06.342Z++ series=release
2022026-06-25T03:59:06.342Z++ commit=588dfef9baf67e938694efd6ac1d0b25a00cb9da
2032026-06-25T03:59:06.342Z++ name=ddmadm
2042026-06-25T03:59:06.342Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-25T03:59:06.342Z++ mkdir -p download
2062026-06-25T03:59:06.342Z++ pushd download
2072026-06-25T03:59:06.342Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-25T03:59:06.342Z++ [[ ! -f ddmadm ]]
2092026-06-25T03:59:06.342Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/588dfef9baf67e938694efd6ac1d0b25a00cb9da/ddmadm
2102026-06-25T03:59:06.346Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-25T03:59:06.349Z Dload Upload Total Spent Left Speed
2122026-06-25T03:59:06.399Z 0 0 0 0 0 0 0 0 0
2132026-06-25T03:59:06.401Zcurl: (22) The requested URL returned error: 404
2142026-06-25T03:59:06.401Z++ popd
2152026-06-25T03:59:06.401Z/work/oxidecomputer/maghemite
2162026-06-25T03:59:06.401Z++ pushd download
2172026-06-25T03:59:06.402Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-25T03:59:06.402Z++ chmod +x softnpu
2192026-06-25T03:59:06.402Z++ chmod +x scadm
2202026-06-25T03:59:06.404Z++ chmod +x ddmadm
2212026-06-25T03:59:06.404Zchmod: WARNING: can't access ddmadm
2222026-06-25T03:59:06.405Z++ chmod +x ddmd
2232026-06-25T03:59:06.407Zchmod: WARNING: can't access ddmd
2242026-06-25T03:59:06.407Z++ mv ddmadm ddmadm-v2
2252026-06-25T03:59:06.407Zmv: cannot access ddmadm
2262026-06-25T03:59:06.407Z++ mv ddmd ddmd-v2
2272026-06-25T03:59:06.407Zmv: cannot access ddmd
2282026-06-25T03:59:06.407Z++ rm -rf zones/dendrite
2292026-06-25T03:59:06.410Z++ mkdir -p zones/dendrite
2302026-06-25T03:59:06.410Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-25T03:59:07.423Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-25T03:59:07.426Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-25T03:59:07.429Z++ popd
2342026-06-25T03:59:07.429Z/work/oxidecomputer/maghemite
2352026-06-25T03:59:07.429Z++ banner install
2362026-06-25T03:59:07.429Z
2372026-06-25T03:59:07.429Z # # # #### ##### ## # #
2382026-06-25T03:59:07.429Z # ## # # # # # # #
2392026-06-25T03:59:07.429Z # # # # #### # # # # #
2402026-06-25T03:59:07.429Z # # # # # # ###### # #
2412026-06-25T03:59:07.429Z # # ## # # # # # # #
2422026-06-25T03:59:07.429Z # # # #### # # # ###### ######
2432026-06-25T03:59:07.429Z
2442026-06-25T03:59:07.429Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-25T03:59:07.429Z++ set +o errexit
2462026-06-25T03:59:07.430Z++ pkg info clang-15
2472026-06-25T03:59:07.430Z++ grep -qi installed
2482026-06-25T03:59:08.651Zpkg: info: no packages matching the following patterns you specified are
2492026-06-25T03:59:08.651Zinstalled on the system. Try querying remotely instead:
2502026-06-25T03:59:08.651Z
2512026-06-25T03:59:08.651Z clang-15
2522026-06-25T03:59:08.688Z++ [[ 1 != 0 ]]
2532026-06-25T03:59:08.688Z++ set -o errexit
2542026-06-25T03:59:08.688Z++ pfexec pkg install clang-15
2552026-06-25T03:59:15.162Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-25T03:59:22.967Z Startup: Caching catalogs ... Done
2572026-06-25T03:59:30.233ZPlanning: Solver setup ... Done
2582026-06-25T03:59:30.274ZPlanning: Running solver ... Done
2592026-06-25T03:59:30.420ZPlanning: Finding local manifests ... Done
2602026-06-25T03:59:30.846ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-25T03:59:30.941ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-25T03:59:30.971ZPlanning: Package planning ... Done
2632026-06-25T03:59:30.997ZPlanning: Merging actions ... Done
2642026-06-25T03:59:31.106ZPlanning: Checking for conflicting actions ... Done
2652026-06-25T03:59:31.113ZPlanning: Consolidating action changes ... Done
2662026-06-25T03:59:31.862ZPlanning: Evaluating mediators ... Done
2672026-06-25T03:59:31.868ZPlanning: Planning completed in 8.73 seconds
2682026-06-25T03:59:31.878Z Packages to install: 2
2692026-06-25T03:59:31.878Z Mediators to change: 2
2702026-06-25T03:59:31.883Z Services to change: 1
2712026-06-25T03:59:31.883Z Create boot environment: No
2722026-06-25T03:59:31.883ZCreate backup boot environment: No
2732026-06-25T03:59:31.921Z
2742026-06-25T03:59:31.922ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-25T03:59:38.004ZDownload: 984/3076 items 82.2/211.3MB 38% complete (20.8M/s)
2762026-06-25T03:59:43.008ZDownload: 1500/3076 items 113.9/211.3MB 53% complete (9.8M/s)
2772026-06-25T03:59:50.651ZDownload: 2003/3076 items 117.6/211.3MB 55% complete (8.6M/s)
2782026-06-25T04:00:03.451ZDownload: 2005/3076 items 117.6/211.3MB 55% complete
2792026-06-25T04:00:08.453ZDownload: 2028/3076 items 118.0/211.3MB 55% complete (59.0k/s)
2802026-06-25T04:00:13.455ZDownload: 2912/3076 items 170.5/211.3MB 80% complete (5.2M/s)
2812026-06-25T04:00:20.861ZDownload: 3034/3076 items 201.6/211.3MB 95% complete (13.8M/s)
2822026-06-25T04:00:21.499ZDownload: Completed 211.31 MB in 49.58 seconds (4.3M/s)
2832026-06-25T04:00:21.641Z Actions: 1/3418 actions (Installing new actions)
2842026-06-25T04:00:24.772Z Actions: Completed 3418 actions in 3.13 seconds.
2852026-06-25T04:00:25.422Z Done
2862026-06-25T04:00:25.422Z Done
2872026-06-25T04:00:26.170Z Done
2882026-06-25T04:00:29.591Z Done
2892026-06-25T04:00:29.663Z Done
2902026-06-25T04:00:29.666Z Done
2912026-06-25T04:00:29.951Z Done
2922026-06-25T04:00:30.638Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-06-25T04:00:30.638Z++ set +o errexit
2942026-06-25T04:00:30.641Z++ pkg info pkg-config
2952026-06-25T04:00:30.641Z++ grep -qi installed
2962026-06-25T04:00:30.868Z++ [[ 0 != 0 ]]
2972026-06-25T04:00:30.868Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2982026-06-25T04:00:30.868Z++ set +o errexit
2992026-06-25T04:00:30.872Z++ pkg info brand/omicron1
3002026-06-25T04:00:30.872Z++ grep -qi installed
3012026-06-25T04:00:31.053Zpkg: info: no packages matching the following patterns you specified are
3022026-06-25T04:00:31.053Zinstalled on the system. Try querying remotely instead:
3032026-06-25T04:00:31.053Z
3042026-06-25T04:00:31.053Z brand/omicron1
3052026-06-25T04:00:31.090Z++ [[ 1 != 0 ]]
3062026-06-25T04:00:31.090Z++ set -o errexit
3072026-06-25T04:00:31.090Z++ pfexec pkg install brand/omicron1
3082026-06-25T04:00:31.498Z Startup: Refreshing catalog 'helios-dev' ... Done
3092026-06-25T04:00:38.758ZPlanning: Solver setup ... Done
3102026-06-25T04:00:38.797ZPlanning: Running solver ... Done
3112026-06-25T04:00:38.939ZPlanning: Finding local manifests ... Done
3122026-06-25T04:00:38.943ZPlanning: Fetching manifests: 0/2 0% complete
3132026-06-25T04:00:40.269ZPlanning: Fetching manifests: 2/2 100% complete
3142026-06-25T04:00:40.281ZPlanning: Package planning ... Done
3152026-06-25T04:00:40.285ZPlanning: Merging actions ... Done
3162026-06-25T04:00:40.432ZPlanning: Checking for conflicting actions ... Done
3172026-06-25T04:00:40.434ZPlanning: Consolidating action changes ... Done
3182026-06-25T04:00:40.589ZPlanning: Evaluating mediators ... Done
3192026-06-25T04:00:40.592ZPlanning: Planning completed in 9.09 seconds
3202026-06-25T04:00:40.596Z Packages to install: 2
3212026-06-25T04:00:40.596Z Create boot environment: No
3222026-06-25T04:00:40.596ZCreate backup boot environment: No
3232026-06-25T04:00:40.624Z
3242026-06-25T04:00:40.624ZDownload: 0/5 items 0.0/1.1MB 0% complete
3252026-06-25T04:00:40.653ZDownload: Completed 1.07 MB in 0.03 seconds (36.4M/s)
3262026-06-25T04:00:40.720Z Actions: 1/28 actions (Installing new actions)
3272026-06-25T04:00:40.733Z Actions: Completed 28 actions in 0.01 seconds.
3282026-06-25T04:00:41.246Z Done
3292026-06-25T04:00:41.246Z Done
3302026-06-25T04:00:41.888Z Done
3312026-06-25T04:00:44.757Z Done
3322026-06-25T04:00:44.831Z Done
3332026-06-25T04:00:44.835Z Done
3342026-06-25T04:00:44.955Z Done
3352026-06-25T04:00:45.097Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3362026-06-25T04:00:45.097Z++ set +o errexit
3372026-06-25T04:00:45.100Z++ pkg info brand/omicron1/tools
3382026-06-25T04:00:45.100Z++ grep -qi installed
3392026-06-25T04:00:45.282Zpkg: info: no packages matching the following patterns you specified are
3402026-06-25T04:00:45.282Zinstalled on the system. Try querying remotely instead:
3412026-06-25T04:00:45.282Z
3422026-06-25T04:00:45.282Z brand/omicron1/tools
3432026-06-25T04:00:45.316Z++ [[ 1 != 0 ]]
3442026-06-25T04:00:45.316Z++ set -o errexit
3452026-06-25T04:00:45.316Z++ pfexec pkg install brand/omicron1/tools
3462026-06-25T04:00:45.731Z Startup: Refreshing catalog 'helios-dev' ... Done
3472026-06-25T04:00:52.973ZPlanning: Solver setup ... Done
3482026-06-25T04:00:53.012ZPlanning: Running solver ... Done
3492026-06-25T04:00:53.152ZPlanning: Finding local manifests ... Done
3502026-06-25T04:00:53.155ZPlanning: Fetching manifests: 0/1 0% complete
3512026-06-25T04:00:53.267ZPlanning: Fetching manifests: 1/1 100% complete
3522026-06-25T04:00:53.280ZPlanning: Package planning ... Done
3532026-06-25T04:00:53.284ZPlanning: Merging actions ... Done
3542026-06-25T04:00:53.421ZPlanning: Checking for conflicting actions ... Done
3552026-06-25T04:00:53.424ZPlanning: Consolidating action changes ... Done
3562026-06-25T04:00:53.577ZPlanning: Evaluating mediators ... Done
3572026-06-25T04:00:53.580ZPlanning: Planning completed in 7.85 seconds
3582026-06-25T04:00:53.585Z Packages to install: 1
3592026-06-25T04:00:53.585Z Services to change: 1
3602026-06-25T04:00:53.585Z Create boot environment: No
3612026-06-25T04:00:53.585ZCreate backup boot environment: No
3622026-06-25T04:00:53.614Z
3632026-06-25T04:00:53.614ZDownload: 0/2 items 0.0/1.2MB 0% complete
3642026-06-25T04:00:53.644ZDownload: Completed 1.19 MB in 0.03 seconds (39.0M/s)
3652026-06-25T04:00:53.723Z Actions: 1/19 actions (Installing new actions)
3662026-06-25T04:00:53.737Z Actions: Completed 19 actions in 0.01 seconds.
3672026-06-25T04:00:54.252Z Done
3682026-06-25T04:00:54.252Z Done
3692026-06-25T04:00:54.886Z Done
3702026-06-25T04:00:57.751Z Done
3712026-06-25T04:00:57.828Z Done
3722026-06-25T04:00:57.831Z Done
3732026-06-25T04:00:58.051Z Done
3742026-06-25T04:00:58.190Z++ pfexec svcadm enable baseline
3752026-06-25T04:00:58.206Z++ retry=0
3762026-06-25T04:00:58.209Z+++ svcs -Hostate baseline
3772026-06-25T04:00:58.223Z++ [[ offline* != online ]]
3782026-06-25T04:00:58.223Z++ [[ 0 -gt 300 ]]
3792026-06-25T04:00:58.223Z++ sleep 1
3802026-06-25T04:00:59.224Z++ retry=1
3812026-06-25T04:00:59.227Z+++ svcs -Hostate baseline
3822026-06-25T04:00:59.240Z++ [[ offline* != online ]]
3832026-06-25T04:00:59.240Z++ [[ 1 -gt 300 ]]
3842026-06-25T04:00:59.240Z++ sleep 1
3852026-06-25T04:01:00.241Z++ retry=2
3862026-06-25T04:01:00.245Z+++ svcs -Hostate baseline
3872026-06-25T04:01:00.257Z++ [[ offline* != online ]]
3882026-06-25T04:01:00.257Z++ [[ 2 -gt 300 ]]
3892026-06-25T04:01:00.257Z++ sleep 1
3902026-06-25T04:01:01.259Z++ retry=3
3912026-06-25T04:01:01.262Z+++ svcs -Hostate baseline
3922026-06-25T04:01:01.274Z++ [[ offline* != online ]]
3932026-06-25T04:01:01.275Z++ [[ 3 -gt 300 ]]
3942026-06-25T04:01:01.275Z++ sleep 1
3952026-06-25T04:01:02.276Z++ retry=4
3962026-06-25T04:01:02.279Z+++ svcs -Hostate baseline
3972026-06-25T04:01:02.291Z++ [[ offline* != online ]]
3982026-06-25T04:01:02.291Z++ [[ 4 -gt 300 ]]
3992026-06-25T04:01:02.291Z++ sleep 1
4002026-06-25T04:01:03.294Z++ retry=5
4012026-06-25T04:01:03.297Z+++ svcs -Hostate baseline
4022026-06-25T04:01:03.309Z++ [[ offline* != online ]]
4032026-06-25T04:01:03.310Z++ [[ 5 -gt 300 ]]
4042026-06-25T04:01:03.310Z++ sleep 1
4052026-06-25T04:01:04.311Z++ retry=6
4062026-06-25T04:01:04.315Z+++ svcs -Hostate baseline
4072026-06-25T04:01:04.326Z++ [[ offline* != online ]]
4082026-06-25T04:01:04.326Z++ [[ 6 -gt 300 ]]
4092026-06-25T04:01:04.329Z++ sleep 1
4102026-06-25T04:01:05.328Z++ retry=7
4112026-06-25T04:01:05.332Z+++ svcs -Hostate baseline
4122026-06-25T04:01:05.363Z++ [[ offline* != online ]]
4132026-06-25T04:01:05.363Z++ [[ 7 -gt 300 ]]
4142026-06-25T04:01:05.363Z++ sleep 1
4152026-06-25T04:01:06.347Z++ retry=8
4162026-06-25T04:01:06.350Z+++ svcs -Hostate baseline
4172026-06-25T04:01:06.362Z++ [[ offline* != online ]]
4182026-06-25T04:01:06.362Z++ [[ 8 -gt 300 ]]
4192026-06-25T04:01:06.365Z++ sleep 1
4202026-06-25T04:01:07.365Z++ retry=9
4212026-06-25T04:01:07.368Z+++ svcs -Hostate baseline
4222026-06-25T04:01:07.380Z++ [[ offline* != online ]]
4232026-06-25T04:01:07.380Z++ [[ 9 -gt 300 ]]
4242026-06-25T04:01:07.380Z++ sleep 1
4252026-06-25T04:01:08.383Z++ retry=10
4262026-06-25T04:01:08.386Z+++ svcs -Hostate baseline
4272026-06-25T04:01:08.398Z++ [[ offline* != online ]]
4282026-06-25T04:01:08.398Z++ [[ 10 -gt 300 ]]
4292026-06-25T04:01:08.403Z++ sleep 1
4302026-06-25T04:01:09.401Z++ retry=11
4312026-06-25T04:01:09.403Z+++ svcs -Hostate baseline
4322026-06-25T04:01:09.417Z++ [[ offline* != online ]]
4332026-06-25T04:01:09.417Z++ [[ 11 -gt 300 ]]
4342026-06-25T04:01:09.417Z++ sleep 1
4352026-06-25T04:01:10.419Z++ retry=12
4362026-06-25T04:01:10.422Z+++ svcs -Hostate baseline
4372026-06-25T04:01:10.434Z++ [[ offline* != online ]]
4382026-06-25T04:01:10.434Z++ [[ 12 -gt 300 ]]
4392026-06-25T04:01:10.434Z++ sleep 1
4402026-06-25T04:01:11.436Z++ retry=13
4412026-06-25T04:01:11.440Z+++ svcs -Hostate baseline
4422026-06-25T04:01:11.453Z++ [[ offline* != online ]]
4432026-06-25T04:01:11.453Z++ [[ 13 -gt 300 ]]
4442026-06-25T04:01:11.453Z++ sleep 1
4452026-06-25T04:01:12.455Z++ retry=14
4462026-06-25T04:01:12.458Z+++ svcs -Hostate baseline
4472026-06-25T04:01:12.471Z++ [[ offline* != online ]]
4482026-06-25T04:01:12.471Z++ [[ 14 -gt 300 ]]
4492026-06-25T04:01:12.471Z++ sleep 1
4502026-06-25T04:01:13.475Z++ retry=15
4512026-06-25T04:01:13.477Z+++ svcs -Hostate baseline
4522026-06-25T04:01:13.490Z++ [[ offline* != online ]]
4532026-06-25T04:01:13.490Z++ [[ 15 -gt 300 ]]
4542026-06-25T04:01:13.490Z++ sleep 1
4552026-06-25T04:01:14.492Z++ retry=16
4562026-06-25T04:01:14.495Z+++ svcs -Hostate baseline
4572026-06-25T04:01:14.508Z++ [[ offline* != online ]]
4582026-06-25T04:01:14.508Z++ [[ 16 -gt 300 ]]
4592026-06-25T04:01:14.509Z++ sleep 1
4602026-06-25T04:01:15.510Z++ retry=17
4612026-06-25T04:01:15.513Z+++ svcs -Hostate baseline
4622026-06-25T04:01:15.526Z++ [[ offline* != online ]]
4632026-06-25T04:01:15.526Z++ [[ 17 -gt 300 ]]
4642026-06-25T04:01:15.526Z++ sleep 1
4652026-06-25T04:01:16.529Z++ retry=18
4662026-06-25T04:01:16.532Z+++ svcs -Hostate baseline
4672026-06-25T04:01:16.545Z++ [[ offline* != online ]]
4682026-06-25T04:01:16.545Z++ [[ 18 -gt 300 ]]
4692026-06-25T04:01:16.545Z++ sleep 1
4702026-06-25T04:01:17.546Z++ retry=19
4712026-06-25T04:01:17.549Z+++ svcs -Hostate baseline
4722026-06-25T04:01:17.562Z++ [[ offline* != online ]]
4732026-06-25T04:01:17.562Z++ [[ 19 -gt 300 ]]
4742026-06-25T04:01:17.562Z++ sleep 1
4752026-06-25T04:01:18.565Z++ retry=20
4762026-06-25T04:01:18.570Z+++ svcs -Hostate baseline
4772026-06-25T04:01:18.581Z++ [[ offline* != online ]]
4782026-06-25T04:01:18.581Z++ [[ 20 -gt 300 ]]
4792026-06-25T04:01:18.581Z++ sleep 1
4802026-06-25T04:01:19.584Z++ retry=21
4812026-06-25T04:01:19.588Z+++ svcs -Hostate baseline
4822026-06-25T04:01:19.599Z++ [[ offline* != online ]]
4832026-06-25T04:01:19.599Z++ [[ 21 -gt 300 ]]
4842026-06-25T04:01:19.600Z++ sleep 1
4852026-06-25T04:01:20.602Z++ retry=22
4862026-06-25T04:01:20.605Z+++ svcs -Hostate baseline
4872026-06-25T04:01:20.617Z++ [[ offline* != online ]]
4882026-06-25T04:01:20.617Z++ [[ 22 -gt 300 ]]
4892026-06-25T04:01:20.617Z++ sleep 1
4902026-06-25T04:01:21.620Z++ retry=23
4912026-06-25T04:01:21.623Z+++ svcs -Hostate baseline
4922026-06-25T04:01:21.636Z++ [[ offline* != online ]]
4932026-06-25T04:01:21.636Z++ [[ 23 -gt 300 ]]
4942026-06-25T04:01:21.636Z++ sleep 1
4952026-06-25T04:01:22.638Z++ retry=24
4962026-06-25T04:01:22.641Z+++ svcs -Hostate baseline
4972026-06-25T04:01:22.654Z++ [[ offline* != online ]]
4982026-06-25T04:01:22.654Z++ [[ 24 -gt 300 ]]
4992026-06-25T04:01:22.654Z++ sleep 1
5002026-06-25T04:01:23.656Z++ retry=25
5012026-06-25T04:01:23.659Z+++ svcs -Hostate baseline
5022026-06-25T04:01:23.672Z++ [[ offline* != online ]]
5032026-06-25T04:01:23.672Z++ [[ 25 -gt 300 ]]
5042026-06-25T04:01:23.672Z++ sleep 1
5052026-06-25T04:01:24.674Z++ retry=26
5062026-06-25T04:01:24.678Z+++ svcs -Hostate baseline
5072026-06-25T04:01:24.690Z++ [[ offline* != online ]]
5082026-06-25T04:01:24.690Z++ [[ 26 -gt 300 ]]
5092026-06-25T04:01:24.692Z++ sleep 1
5102026-06-25T04:01:25.692Z++ retry=27
5112026-06-25T04:01:25.695Z+++ svcs -Hostate baseline
5122026-06-25T04:01:25.709Z++ [[ offline* != online ]]
5132026-06-25T04:01:25.709Z++ [[ 27 -gt 300 ]]
5142026-06-25T04:01:25.709Z++ sleep 1
5152026-06-25T04:01:26.710Z++ retry=28
5162026-06-25T04:01:26.714Z+++ svcs -Hostate baseline
5172026-06-25T04:01:26.727Z++ [[ offline* != online ]]
5182026-06-25T04:01:26.727Z++ [[ 28 -gt 300 ]]
5192026-06-25T04:01:26.727Z++ sleep 1
5202026-06-25T04:01:27.729Z++ retry=29
5212026-06-25T04:01:27.732Z+++ svcs -Hostate baseline
5222026-06-25T04:01:27.745Z++ [[ offline* != online ]]
5232026-06-25T04:01:27.745Z++ [[ 29 -gt 300 ]]
5242026-06-25T04:01:27.745Z++ sleep 1
5252026-06-25T04:01:28.748Z++ retry=30
5262026-06-25T04:01:28.751Z+++ svcs -Hostate baseline
5272026-06-25T04:01:28.763Z++ [[ offline* != online ]]
5282026-06-25T04:01:28.763Z++ [[ 30 -gt 300 ]]
5292026-06-25T04:01:28.766Z++ sleep 1
5302026-06-25T04:01:29.766Z++ retry=31
5312026-06-25T04:01:29.769Z+++ svcs -Hostate baseline
5322026-06-25T04:01:29.781Z++ [[ offline* != online ]]
5332026-06-25T04:01:29.781Z++ [[ 31 -gt 300 ]]
5342026-06-25T04:01:29.781Z++ sleep 1
5352026-06-25T04:01:30.783Z++ retry=32
5362026-06-25T04:01:30.786Z+++ svcs -Hostate baseline
5372026-06-25T04:01:30.799Z++ [[ offline* != online ]]
5382026-06-25T04:01:30.799Z++ [[ 32 -gt 300 ]]
5392026-06-25T04:01:30.799Z++ sleep 1
5402026-06-25T04:01:31.801Z++ retry=33
5412026-06-25T04:01:31.805Z+++ svcs -Hostate baseline
5422026-06-25T04:01:31.819Z++ [[ offline* != online ]]
5432026-06-25T04:01:31.819Z++ [[ 33 -gt 300 ]]
5442026-06-25T04:01:31.819Z++ sleep 1
5452026-06-25T04:01:32.820Z++ retry=34
5462026-06-25T04:01:32.823Z+++ svcs -Hostate baseline
5472026-06-25T04:01:32.836Z++ [[ offline* != online ]]
5482026-06-25T04:01:32.836Z++ [[ 34 -gt 300 ]]
5492026-06-25T04:01:32.836Z++ sleep 1
5502026-06-25T04:01:33.838Z++ retry=35
5512026-06-25T04:01:33.842Z+++ svcs -Hostate baseline
5522026-06-25T04:01:33.854Z++ [[ offline* != online ]]
5532026-06-25T04:01:33.854Z++ [[ 35 -gt 300 ]]
5542026-06-25T04:01:33.854Z++ sleep 1
5552026-06-25T04:01:34.856Z++ retry=36
5562026-06-25T04:01:34.859Z+++ svcs -Hostate baseline
5572026-06-25T04:01:34.872Z++ [[ offline* != online ]]
5582026-06-25T04:01:34.872Z++ [[ 36 -gt 300 ]]
5592026-06-25T04:01:34.872Z++ sleep 1
5602026-06-25T04:01:35.874Z++ retry=37
5612026-06-25T04:01:35.877Z+++ svcs -Hostate baseline
5622026-06-25T04:01:35.890Z++ [[ offline* != online ]]
5632026-06-25T04:01:35.890Z++ [[ 37 -gt 300 ]]
5642026-06-25T04:01:35.890Z++ sleep 1
5652026-06-25T04:01:36.894Z++ retry=38
5662026-06-25T04:01:36.897Z+++ svcs -Hostate baseline
5672026-06-25T04:01:36.908Z++ [[ offline* != online ]]
5682026-06-25T04:01:36.908Z++ [[ 38 -gt 300 ]]
5692026-06-25T04:01:36.908Z++ sleep 1
5702026-06-25T04:01:37.910Z++ retry=39
5712026-06-25T04:01:37.913Z+++ svcs -Hostate baseline
5722026-06-25T04:01:37.926Z++ [[ offline* != online ]]
5732026-06-25T04:01:37.926Z++ [[ 39 -gt 300 ]]
5742026-06-25T04:01:37.926Z++ sleep 1
5752026-06-25T04:01:38.928Z++ retry=40
5762026-06-25T04:01:38.931Z+++ svcs -Hostate baseline
5772026-06-25T04:01:38.944Z++ [[ offline* != online ]]
5782026-06-25T04:01:38.944Z++ [[ 40 -gt 300 ]]
5792026-06-25T04:01:38.944Z++ sleep 1
5802026-06-25T04:01:39.946Z++ retry=41
5812026-06-25T04:01:39.950Z+++ svcs -Hostate baseline
5822026-06-25T04:01:39.962Z++ [[ offline* != online ]]
5832026-06-25T04:01:39.962Z++ [[ 41 -gt 300 ]]
5842026-06-25T04:01:39.962Z++ sleep 1
5852026-06-25T04:01:40.964Z++ retry=42
5862026-06-25T04:01:40.967Z+++ svcs -Hostate baseline
5872026-06-25T04:01:40.980Z++ [[ offline* != online ]]
5882026-06-25T04:01:40.980Z++ [[ 42 -gt 300 ]]
5892026-06-25T04:01:40.981Z++ sleep 1
5902026-06-25T04:01:41.983Z++ retry=43
5912026-06-25T04:01:41.986Z+++ svcs -Hostate baseline
5922026-06-25T04:01:41.998Z++ [[ offline* != online ]]
5932026-06-25T04:01:41.998Z++ [[ 43 -gt 300 ]]
5942026-06-25T04:01:41.998Z++ sleep 1
5952026-06-25T04:01:43.001Z++ retry=44
5962026-06-25T04:01:43.004Z+++ svcs -Hostate baseline
5972026-06-25T04:01:43.018Z++ [[ offline* != online ]]
5982026-06-25T04:01:43.018Z++ [[ 44 -gt 300 ]]
5992026-06-25T04:01:43.018Z++ sleep 1
6002026-06-25T04:01:44.019Z++ retry=45
6012026-06-25T04:01:44.022Z+++ svcs -Hostate baseline
6022026-06-25T04:01:44.035Z++ [[ offline* != online ]]
6032026-06-25T04:01:44.035Z++ [[ 45 -gt 300 ]]
6042026-06-25T04:01:44.035Z++ sleep 1
6052026-06-25T04:01:45.037Z++ retry=46
6062026-06-25T04:01:45.041Z+++ svcs -Hostate baseline
6072026-06-25T04:01:45.054Z++ [[ offline* != online ]]
6082026-06-25T04:01:45.054Z++ [[ 46 -gt 300 ]]
6092026-06-25T04:01:45.054Z++ sleep 1
6102026-06-25T04:01:46.055Z++ retry=47
6112026-06-25T04:01:46.061Z+++ svcs -Hostate baseline
6122026-06-25T04:01:46.071Z++ [[ offline* != online ]]
6132026-06-25T04:01:46.071Z++ [[ 47 -gt 300 ]]
6142026-06-25T04:01:46.071Z++ sleep 1
6152026-06-25T04:01:47.073Z++ retry=48
6162026-06-25T04:01:47.077Z+++ svcs -Hostate baseline
6172026-06-25T04:01:47.089Z++ [[ offline* != online ]]
6182026-06-25T04:01:47.089Z++ [[ 48 -gt 300 ]]
6192026-06-25T04:01:47.089Z++ sleep 1
6202026-06-25T04:01:48.091Z++ retry=49
6212026-06-25T04:01:48.095Z+++ svcs -Hostate baseline
6222026-06-25T04:01:48.107Z++ [[ offline* != online ]]
6232026-06-25T04:01:48.108Z++ [[ 49 -gt 300 ]]
6242026-06-25T04:01:48.108Z++ sleep 1
6252026-06-25T04:01:49.110Z++ retry=50
6262026-06-25T04:01:49.113Z+++ svcs -Hostate baseline
6272026-06-25T04:01:49.126Z++ [[ offline* != online ]]
6282026-06-25T04:01:49.126Z++ [[ 50 -gt 300 ]]
6292026-06-25T04:01:49.126Z++ sleep 1
6302026-06-25T04:01:50.128Z++ retry=51
6312026-06-25T04:01:50.131Z+++ svcs -Hostate baseline
6322026-06-25T04:01:50.143Z++ [[ offline* != online ]]
6332026-06-25T04:01:50.143Z++ [[ 51 -gt 300 ]]
6342026-06-25T04:01:50.144Z++ sleep 1
6352026-06-25T04:01:51.147Z++ retry=52
6362026-06-25T04:01:51.153Z+++ svcs -Hostate baseline
6372026-06-25T04:01:51.164Z++ [[ offline* != online ]]
6382026-06-25T04:01:51.164Z++ [[ 52 -gt 300 ]]
6392026-06-25T04:01:51.164Z++ sleep 1
6402026-06-25T04:01:52.165Z++ retry=53
6412026-06-25T04:01:52.168Z+++ svcs -Hostate baseline
6422026-06-25T04:01:52.180Z++ [[ offline* != online ]]
6432026-06-25T04:01:52.180Z++ [[ 53 -gt 300 ]]
6442026-06-25T04:01:52.180Z++ sleep 1
6452026-06-25T04:01:53.182Z++ retry=54
6462026-06-25T04:01:53.186Z+++ svcs -Hostate baseline
6472026-06-25T04:01:53.198Z++ [[ offline* != online ]]
6482026-06-25T04:01:53.198Z++ [[ 54 -gt 300 ]]
6492026-06-25T04:01:53.198Z++ sleep 1
6502026-06-25T04:01:54.201Z++ retry=55
6512026-06-25T04:01:54.204Z+++ svcs -Hostate baseline
6522026-06-25T04:01:54.232Z++ [[ offline* != online ]]
6532026-06-25T04:01:54.232Z++ [[ 55 -gt 300 ]]
6542026-06-25T04:01:54.232Z++ sleep 1
6552026-06-25T04:01:55.219Z++ retry=56
6562026-06-25T04:01:55.222Z+++ svcs -Hostate baseline
6572026-06-25T04:01:55.235Z++ [[ offline* != online ]]
6582026-06-25T04:01:55.235Z++ [[ 56 -gt 300 ]]
6592026-06-25T04:01:55.235Z++ sleep 1
6602026-06-25T04:01:56.237Z++ retry=57
6612026-06-25T04:01:56.240Z+++ svcs -Hostate baseline
6622026-06-25T04:01:56.253Z++ [[ offline* != online ]]
6632026-06-25T04:01:56.253Z++ [[ 57 -gt 300 ]]
6642026-06-25T04:01:56.253Z++ sleep 1
6652026-06-25T04:01:57.255Z++ retry=58
6662026-06-25T04:01:57.258Z+++ svcs -Hostate baseline
6672026-06-25T04:01:57.271Z++ [[ offline* != online ]]
6682026-06-25T04:01:57.271Z++ [[ 58 -gt 300 ]]
6692026-06-25T04:01:57.271Z++ sleep 1
6702026-06-25T04:01:58.273Z++ retry=59
6712026-06-25T04:01:58.276Z+++ svcs -Hostate baseline
6722026-06-25T04:01:58.289Z++ [[ offline* != online ]]
6732026-06-25T04:01:58.289Z++ [[ 59 -gt 300 ]]
6742026-06-25T04:01:58.289Z++ sleep 1
6752026-06-25T04:01:59.291Z++ retry=60
6762026-06-25T04:01:59.296Z+++ svcs -Hostate baseline
6772026-06-25T04:01:59.307Z++ [[ offline* != online ]]
6782026-06-25T04:01:59.307Z++ [[ 60 -gt 300 ]]
6792026-06-25T04:01:59.307Z++ sleep 1
6802026-06-25T04:02:00.309Z++ retry=61
6812026-06-25T04:02:00.312Z+++ svcs -Hostate baseline
6822026-06-25T04:02:00.325Z++ [[ offline* != online ]]
6832026-06-25T04:02:00.325Z++ [[ 61 -gt 300 ]]
6842026-06-25T04:02:00.325Z++ sleep 1
6852026-06-25T04:02:01.327Z++ retry=62
6862026-06-25T04:02:01.330Z+++ svcs -Hostate baseline
6872026-06-25T04:02:01.343Z++ [[ offline* != online ]]
6882026-06-25T04:02:01.343Z++ [[ 62 -gt 300 ]]
6892026-06-25T04:02:01.343Z++ sleep 1
6902026-06-25T04:02:02.345Z++ retry=63
6912026-06-25T04:02:02.348Z+++ svcs -Hostate baseline
6922026-06-25T04:02:02.361Z++ [[ offline* != online ]]
6932026-06-25T04:02:02.361Z++ [[ 63 -gt 300 ]]
6942026-06-25T04:02:02.361Z++ sleep 1
6952026-06-25T04:02:03.363Z++ retry=64
6962026-06-25T04:02:03.366Z+++ svcs -Hostate baseline
6972026-06-25T04:02:03.379Z++ [[ offline* != online ]]
6982026-06-25T04:02:03.379Z++ [[ 64 -gt 300 ]]
6992026-06-25T04:02:03.379Z++ sleep 1
7002026-06-25T04:02:04.383Z++ retry=65
7012026-06-25T04:02:04.390Z+++ svcs -Hostate baseline
7022026-06-25T04:02:04.398Z++ [[ offline* != online ]]
7032026-06-25T04:02:04.398Z++ [[ 65 -gt 300 ]]
7042026-06-25T04:02:04.398Z++ sleep 1
7052026-06-25T04:02:05.400Z++ retry=66
7062026-06-25T04:02:05.403Z+++ svcs -Hostate baseline
7072026-06-25T04:02:05.416Z++ [[ offline* != online ]]
7082026-06-25T04:02:05.416Z++ [[ 66 -gt 300 ]]
7092026-06-25T04:02:05.416Z++ sleep 1
7102026-06-25T04:02:06.418Z++ retry=67
7112026-06-25T04:02:06.420Z+++ svcs -Hostate baseline
7122026-06-25T04:02:06.433Z++ [[ offline* != online ]]
7132026-06-25T04:02:06.433Z++ [[ 67 -gt 300 ]]
7142026-06-25T04:02:06.433Z++ sleep 1
7152026-06-25T04:02:07.435Z++ retry=68
7162026-06-25T04:02:07.438Z+++ svcs -Hostate baseline
7172026-06-25T04:02:07.451Z++ [[ offline* != online ]]
7182026-06-25T04:02:07.451Z++ [[ 68 -gt 300 ]]
7192026-06-25T04:02:07.451Z++ sleep 1
7202026-06-25T04:02:08.453Z++ retry=69
7212026-06-25T04:02:08.456Z+++ svcs -Hostate baseline
7222026-06-25T04:02:08.469Z++ [[ offline* != online ]]
7232026-06-25T04:02:08.469Z++ [[ 69 -gt 300 ]]
7242026-06-25T04:02:08.469Z++ sleep 1
7252026-06-25T04:02:09.471Z++ retry=70
7262026-06-25T04:02:09.475Z+++ svcs -Hostate baseline
7272026-06-25T04:02:09.487Z++ [[ offline* != online ]]
7282026-06-25T04:02:09.487Z++ [[ 70 -gt 300 ]]
7292026-06-25T04:02:09.487Z++ sleep 1
7302026-06-25T04:02:10.489Z++ retry=71
7312026-06-25T04:02:10.493Z+++ svcs -Hostate baseline
7322026-06-25T04:02:10.508Z++ [[ offline* != online ]]
7332026-06-25T04:02:10.508Z++ [[ 71 -gt 300 ]]
7342026-06-25T04:02:10.508Z++ sleep 1
7352026-06-25T04:02:11.507Z++ retry=72
7362026-06-25T04:02:11.510Z+++ svcs -Hostate baseline
7372026-06-25T04:02:11.524Z++ [[ offline* != online ]]
7382026-06-25T04:02:11.524Z++ [[ 72 -gt 300 ]]
7392026-06-25T04:02:11.524Z++ sleep 1
7402026-06-25T04:02:12.525Z++ retry=73
7412026-06-25T04:02:12.528Z+++ svcs -Hostate baseline
7422026-06-25T04:02:12.541Z++ [[ offline* != online ]]
7432026-06-25T04:02:12.541Z++ [[ 73 -gt 300 ]]
7442026-06-25T04:02:12.541Z++ sleep 1
7452026-06-25T04:02:13.577Z++ retry=74
7462026-06-25T04:02:13.597Z+++ svcs -Hostate baseline
7472026-06-25T04:02:13.597Z++ [[ offline* != online ]]
7482026-06-25T04:02:13.597Z++ [[ 74 -gt 300 ]]
7492026-06-25T04:02:13.597Z++ sleep 1
7502026-06-25T04:02:14.573Z++ retry=75
7512026-06-25T04:02:14.605Z+++ svcs -Hostate baseline
7522026-06-25T04:02:14.605Z++ [[ offline* != online ]]
7532026-06-25T04:02:14.605Z++ [[ 75 -gt 300 ]]
7542026-06-25T04:02:14.605Z++ sleep 1
7552026-06-25T04:02:15.580Z++ retry=76
7562026-06-25T04:02:15.589Z+++ svcs -Hostate baseline
7572026-06-25T04:02:15.598Z++ [[ offline* != online ]]
7582026-06-25T04:02:15.598Z++ [[ 76 -gt 300 ]]
7592026-06-25T04:02:15.598Z++ sleep 1
7602026-06-25T04:02:16.608Z++ retry=77
7612026-06-25T04:02:16.614Z+++ svcs -Hostate baseline
7622026-06-25T04:02:16.619Z++ [[ offline* != online ]]
7632026-06-25T04:02:16.619Z++ [[ 77 -gt 300 ]]
7642026-06-25T04:02:16.619Z++ sleep 1
7652026-06-25T04:02:18.282Z++ retry=78
7662026-06-25T04:02:18.305Z+++ svcs -Hostate baseline
7672026-06-25T04:02:18.305Z++ [[ offline* != online ]]
7682026-06-25T04:02:18.305Z++ [[ 78 -gt 300 ]]
7692026-06-25T04:02:18.305Z++ sleep 1
7702026-06-25T04:02:18.633Z++ retry=79
7712026-06-25T04:02:18.636Z+++ svcs -Hostate baseline
7722026-06-25T04:02:18.649Z++ [[ offline* != online ]]
7732026-06-25T04:02:18.649Z++ [[ 79 -gt 300 ]]
7742026-06-25T04:02:18.649Z++ sleep 1
7752026-06-25T04:02:19.652Z++ retry=80
7762026-06-25T04:02:19.655Z+++ svcs -Hostate baseline
7772026-06-25T04:02:19.668Z++ [[ offline* != online ]]
7782026-06-25T04:02:19.668Z++ [[ 80 -gt 300 ]]
7792026-06-25T04:02:19.668Z++ sleep 1
7802026-06-25T04:02:20.669Z++ retry=81
7812026-06-25T04:02:20.672Z+++ svcs -Hostate baseline
7822026-06-25T04:02:20.685Z++ [[ offline* != online ]]
7832026-06-25T04:02:20.685Z++ [[ 81 -gt 300 ]]
7842026-06-25T04:02:20.685Z++ sleep 1
7852026-06-25T04:02:21.689Z++ retry=82
7862026-06-25T04:02:21.695Z+++ svcs -Hostate baseline
7872026-06-25T04:02:21.705Z++ [[ offline* != online ]]
7882026-06-25T04:02:21.705Z++ [[ 82 -gt 300 ]]
7892026-06-25T04:02:21.705Z++ sleep 1
7902026-06-25T04:02:22.711Z++ retry=83
7912026-06-25T04:02:22.716Z+++ svcs -Hostate baseline
7922026-06-25T04:02:22.724Z++ [[ offline* != online ]]
7932026-06-25T04:02:22.724Z++ [[ 83 -gt 300 ]]
7942026-06-25T04:02:22.724Z++ sleep 1
7952026-06-25T04:02:23.723Z++ retry=84
7962026-06-25T04:02:23.726Z+++ svcs -Hostate baseline
7972026-06-25T04:02:23.739Z++ [[ offline* != online ]]
7982026-06-25T04:02:23.739Z++ [[ 84 -gt 300 ]]
7992026-06-25T04:02:23.739Z++ sleep 1
8002026-06-25T04:02:24.742Z++ retry=85
8012026-06-25T04:02:24.745Z+++ svcs -Hostate baseline
8022026-06-25T04:02:24.757Z++ [[ offline* != online ]]
8032026-06-25T04:02:24.757Z++ [[ 85 -gt 300 ]]
8042026-06-25T04:02:24.757Z++ sleep 1
8052026-06-25T04:02:25.760Z++ retry=86
8062026-06-25T04:02:25.763Z+++ svcs -Hostate baseline
8072026-06-25T04:02:25.775Z++ [[ offline* != online ]]
8082026-06-25T04:02:25.775Z++ [[ 86 -gt 300 ]]
8092026-06-25T04:02:25.775Z++ sleep 1
8102026-06-25T04:02:26.778Z++ retry=87
8112026-06-25T04:02:26.781Z+++ svcs -Hostate baseline
8122026-06-25T04:02:26.793Z++ [[ offline* != online ]]
8132026-06-25T04:02:26.793Z++ [[ 87 -gt 300 ]]
8142026-06-25T04:02:26.793Z++ sleep 1
8152026-06-25T04:02:27.796Z++ retry=88
8162026-06-25T04:02:27.799Z+++ svcs -Hostate baseline
8172026-06-25T04:02:27.811Z++ [[ offline* != online ]]
8182026-06-25T04:02:27.811Z++ [[ 88 -gt 300 ]]
8192026-06-25T04:02:27.811Z++ sleep 1
8202026-06-25T04:02:28.814Z++ retry=89
8212026-06-25T04:02:28.817Z+++ svcs -Hostate baseline
8222026-06-25T04:02:28.829Z++ [[ offline* != online ]]
8232026-06-25T04:02:28.829Z++ [[ 89 -gt 300 ]]
8242026-06-25T04:02:28.830Z++ sleep 1
8252026-06-25T04:02:29.831Z++ retry=90
8262026-06-25T04:02:29.834Z+++ svcs -Hostate baseline
8272026-06-25T04:02:29.846Z++ [[ offline* != online ]]
8282026-06-25T04:02:29.846Z++ [[ 90 -gt 300 ]]
8292026-06-25T04:02:29.846Z++ sleep 1
8302026-06-25T04:02:30.848Z++ retry=91
8312026-06-25T04:02:30.851Z+++ svcs -Hostate baseline
8322026-06-25T04:02:30.864Z++ [[ offline* != online ]]
8332026-06-25T04:02:30.864Z++ [[ 91 -gt 300 ]]
8342026-06-25T04:02:30.864Z++ sleep 1
8352026-06-25T04:02:31.868Z++ retry=92
8362026-06-25T04:02:31.871Z+++ svcs -Hostate baseline
8372026-06-25T04:02:31.884Z++ [[ offline* != online ]]
8382026-06-25T04:02:31.884Z++ [[ 92 -gt 300 ]]
8392026-06-25T04:02:31.884Z++ sleep 1
8402026-06-25T04:02:32.884Z++ retry=93
8412026-06-25T04:02:32.887Z+++ svcs -Hostate baseline
8422026-06-25T04:02:32.899Z++ [[ offline* != online ]]
8432026-06-25T04:02:32.904Z++ [[ 93 -gt 300 ]]
8442026-06-25T04:02:32.904Z++ sleep 1
8452026-06-25T04:02:33.901Z++ retry=94
8462026-06-25T04:02:33.904Z+++ svcs -Hostate baseline
8472026-06-25T04:02:33.917Z++ [[ offline* != online ]]
8482026-06-25T04:02:33.917Z++ [[ 94 -gt 300 ]]
8492026-06-25T04:02:33.917Z++ sleep 1
8502026-06-25T04:02:34.918Z++ retry=95
8512026-06-25T04:02:34.921Z+++ svcs -Hostate baseline
8522026-06-25T04:02:34.934Z++ [[ offline* != online ]]
8532026-06-25T04:02:34.934Z++ [[ 95 -gt 300 ]]
8542026-06-25T04:02:34.934Z++ sleep 1
8552026-06-25T04:02:35.935Z++ retry=96
8562026-06-25T04:02:35.938Z+++ svcs -Hostate baseline
8572026-06-25T04:02:35.951Z++ [[ offline* != online ]]
8582026-06-25T04:02:35.951Z++ [[ 96 -gt 300 ]]
8592026-06-25T04:02:35.951Z++ sleep 1
8602026-06-25T04:02:36.954Z++ retry=97
8612026-06-25T04:02:36.957Z+++ svcs -Hostate baseline
8622026-06-25T04:02:36.970Z++ [[ offline* != online ]]
8632026-06-25T04:02:36.970Z++ [[ 97 -gt 300 ]]
8642026-06-25T04:02:36.973Z++ sleep 1
8652026-06-25T04:02:37.972Z++ retry=98
8662026-06-25T04:02:37.979Z+++ svcs -Hostate baseline
8672026-06-25T04:02:37.988Z++ [[ offline* != online ]]
8682026-06-25T04:02:37.988Z++ [[ 98 -gt 300 ]]
8692026-06-25T04:02:37.988Z++ sleep 1
8702026-06-25T04:02:38.991Z++ retry=99
8712026-06-25T04:02:38.995Z+++ svcs -Hostate baseline
8722026-06-25T04:02:39.006Z++ [[ offline* != online ]]
8732026-06-25T04:02:39.006Z++ [[ 99 -gt 300 ]]
8742026-06-25T04:02:39.006Z++ sleep 1
8752026-06-25T04:02:40.009Z++ retry=100
8762026-06-25T04:02:40.012Z+++ svcs -Hostate baseline
8772026-06-25T04:02:40.023Z++ [[ offline* != online ]]
8782026-06-25T04:02:40.023Z++ [[ 100 -gt 300 ]]
8792026-06-25T04:02:40.023Z++ sleep 1
8802026-06-25T04:02:41.025Z++ retry=101
8812026-06-25T04:02:41.028Z+++ svcs -Hostate baseline
8822026-06-25T04:02:41.041Z++ [[ offline* != online ]]
8832026-06-25T04:02:41.041Z++ [[ 101 -gt 300 ]]
8842026-06-25T04:02:41.041Z++ sleep 1
8852026-06-25T04:02:42.043Z++ retry=102
8862026-06-25T04:02:42.047Z+++ svcs -Hostate baseline
8872026-06-25T04:02:42.058Z++ [[ offline* != online ]]
8882026-06-25T04:02:42.058Z++ [[ 102 -gt 300 ]]
8892026-06-25T04:02:42.058Z++ sleep 1
8902026-06-25T04:02:43.060Z++ retry=103
8912026-06-25T04:02:43.063Z+++ svcs -Hostate baseline
8922026-06-25T04:02:43.075Z++ [[ offline* != online ]]
8932026-06-25T04:02:43.075Z++ [[ 103 -gt 300 ]]
8942026-06-25T04:02:43.075Z++ sleep 1
8952026-06-25T04:02:44.077Z++ retry=104
8962026-06-25T04:02:44.081Z+++ svcs -Hostate baseline
8972026-06-25T04:02:44.093Z++ [[ offline* != online ]]
8982026-06-25T04:02:44.093Z++ [[ 104 -gt 300 ]]
8992026-06-25T04:02:44.093Z++ sleep 1
9002026-06-25T04:02:45.095Z++ retry=105
9012026-06-25T04:02:45.098Z+++ svcs -Hostate baseline
9022026-06-25T04:02:45.110Z++ [[ offline* != online ]]
9032026-06-25T04:02:45.110Z++ [[ 105 -gt 300 ]]
9042026-06-25T04:02:45.110Z++ sleep 1
9052026-06-25T04:02:46.113Z++ retry=106
9062026-06-25T04:02:46.116Z+++ svcs -Hostate baseline
9072026-06-25T04:02:46.128Z++ [[ online != online ]]
9082026-06-25T04:02:46.128Z++ set -o errexit
9092026-06-25T04:02:46.131Z++ set -o pipefail
9102026-06-25T04:02:46.131Z++ banner build
9112026-06-25T04:02:46.131Z
9122026-06-25T04:02:46.131Z ##### # # # # #####
9132026-06-25T04:02:46.131Z # # # # # # # #
9142026-06-25T04:02:46.131Z ##### # # # # # #
9152026-06-25T04:02:46.131Z # # # # # # # #
9162026-06-25T04:02:46.132Z # # # # # # # #
9172026-06-25T04:02:46.132Z ##### #### # ###### #####
9182026-06-25T04:02:46.132Z
9192026-06-25T04:02:46.132Z++ cargo build --release --bin ddmd --bin ddmadm
9202026-06-25T04:02:46.137Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9212026-06-25T04:02:46.291Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9222026-06-25T04:02:46.294Zinfo: downloading 6 components
9232026-06-25T04:03:01.190Z Updating git repository `https://github.com/oxidecomputer/falcon`
9242026-06-25T04:03:02.029ZFrom https://github.com/oxidecomputer/falcon
9252026-06-25T04:03:02.029Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9262026-06-25T04:03:02.108Z Updating crates.io index
9272026-06-25T04:03:02.111Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9282026-06-25T04:03:02.522ZFrom https://github.com/oxidecomputer/dendrite
9292026-06-25T04:03:02.522Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9302026-06-25T04:03:02.590Z Updating git repository `https://github.com/oxidecomputer/ispf`
9312026-06-25T04:03:02.854ZFrom https://github.com/oxidecomputer/ispf
9322026-06-25T04:03:02.855Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9332026-06-25T04:03:03.067Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9342026-06-25T04:03:03.420ZFrom https://github.com/oxidecomputer/netadm-sys
9352026-06-25T04:03:03.420Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9362026-06-25T04:03:03.428Z Updating git repository `https://github.com/oxidecomputer/omicron`
9372026-06-25T04:03:09.313ZFrom https://github.com/oxidecomputer/omicron
9382026-06-25T04:03:09.313Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9392026-06-25T04:03:09.743Z Updating git repository `https://github.com/oxidecomputer/opte`
9402026-06-25T04:03:10.370ZFrom https://github.com/oxidecomputer/opte
9412026-06-25T04:03:10.370Z * [new ref] cd7749d9dd18f39e065781147cbf51d39930ceca -> refs/commit/cd7749d9dd18f39e065781147cbf51d39930ceca
9422026-06-25T04:03:10.401Z Updating git repository `https://github.com/illumos/smf-rs`
9432026-06-25T04:03:10.646ZFrom https://github.com/illumos/smf-rs
9442026-06-25T04:03:10.646Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9452026-06-25T04:03:11.144Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9462026-06-25T04:03:11.402ZFrom https://github.com/oxidecomputer/network-interface
9472026-06-25T04:03:11.402Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9482026-06-25T04:03:11.585Z Updating git repository `https://github.com/oxidecomputer/zone`
9492026-06-25T04:03:11.843ZFrom https://github.com/oxidecomputer/zone
9502026-06-25T04:03:11.843Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9512026-06-25T04:03:11.853Z Updating git repository `https://github.com/oxidecomputer/propolis`
9522026-06-25T04:03:12.458ZFrom https://github.com/oxidecomputer/propolis
9532026-06-25T04:03:12.458Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9542026-06-25T04:03:12.594Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9552026-06-25T04:03:13.036ZFrom https://github.com/oxidecomputer/transceiver-control
9562026-06-25T04:03:13.036Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9572026-06-25T04:03:13.177Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9582026-06-25T04:03:13.441ZFrom https://github.com/oxidecomputer/dlpi-sys
9592026-06-25T04:03:13.441Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9602026-06-25T04:03:13.457Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9612026-06-25T04:03:13.776ZFrom https://github.com/jmesmon/rust-libzfs
9622026-06-25T04:03:13.776Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9632026-06-25T04:03:13.783Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9642026-06-25T04:03:14.031ZFrom https://github.com/oxidecomputer/rusty-doors
9652026-06-25T04:03:14.031Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9662026-06-25T04:03:14.042Z Updating git repository `https://github.com/oxidecomputer/lldp`
9672026-06-25T04:03:14.364ZFrom https://github.com/oxidecomputer/lldp
9682026-06-25T04:03:14.364Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9692026-06-25T04:03:14.443Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9702026-06-25T04:03:14.700ZFrom https://github.com/oxidecomputer/slog-error-chain
9712026-06-25T04:03:14.700Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9722026-06-25T04:03:14.758Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9732026-06-25T04:03:15.038ZFrom https://github.com/oxidecomputer/tufaceous
9742026-06-25T04:03:15.038Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9752026-06-25T04:03:15.067Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9762026-06-25T04:03:15.499ZFrom https://github.com/oxidecomputer/management-gateway-service
9772026-06-25T04:03:15.499Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9782026-06-25T04:03:15.631Z Updating git repository `https://github.com/oxidecomputer/crucible`
9792026-06-25T04:03:16.427ZFrom https://github.com/oxidecomputer/crucible
9802026-06-25T04:03:16.427Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9812026-06-25T04:03:17.305Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9822026-06-25T04:03:17.587ZFrom https://github.com/oxidecomputer/serde_human_bytes
9832026-06-25T04:03:17.588Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9842026-06-25T04:03:17.890Z Updating git repository `https://github.com/oxidecomputer/propolis`
9852026-06-25T04:03:18.362ZFrom https://github.com/oxidecomputer/propolis
9862026-06-25T04:03:18.362Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9872026-06-25T04:03:18.414Z Updating git repository `https://github.com/oxidecomputer/crucible`
9882026-06-25T04:03:18.908ZFrom https://github.com/oxidecomputer/crucible
9892026-06-25T04:03:18.908Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9902026-06-25T04:03:19.183Z Updating git repository `https://github.com/oxidecomputer/tofino`
9912026-06-25T04:03:19.534ZFrom https://github.com/oxidecomputer/tofino
9922026-06-25T04:03:19.534Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9932026-06-25T04:03:19.562Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9942026-06-25T04:03:20.187ZFrom https://github.com/oxidecomputer/maghemite
9952026-06-25T04:03:20.187Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9962026-06-25T04:03:20.237Z Updating git repository `https://github.com/oxidecomputer/clickward`
9972026-06-25T04:03:20.629ZFrom https://github.com/oxidecomputer/clickward
9982026-06-25T04:03:20.629Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9992026-06-25T04:03:20.779Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10002026-06-25T04:03:21.025ZFrom https://github.com/oxidecomputer/illumos-devinfo
10012026-06-25T04:03:21.025Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10022026-06-25T04:03:22.341Z Downloading crates ...
10032026-06-25T04:03:22.426Z Downloaded anstyle-query v1.1.5
10042026-06-25T04:03:22.433Z Downloaded aead v0.5.2
10052026-06-25T04:03:22.436Z Downloaded atomic-waker v1.1.2
10062026-06-25T04:03:22.439Z Downloaded base64ct v1.8.3
10072026-06-25T04:03:22.442Z Downloaded cfg-if v1.0.4
10082026-06-25T04:03:22.444Z Downloaded darling_macro v0.23.0
10092026-06-25T04:03:22.447Z Downloaded async-stream-impl v0.3.6
10102026-06-25T04:03:22.447Z Downloaded argon2 v0.5.3
10112026-06-25T04:03:22.450Z Downloaded either v1.16.0
10122026-06-25T04:03:22.453Z Downloaded cpufeatures v0.2.17
10132026-06-25T04:03:22.456Z Downloaded bit-set v0.8.0
10142026-06-25T04:03:22.458Z Downloaded base16ct v1.0.0
10152026-06-25T04:03:22.461Z Downloaded anstyle-parse v1.0.0
10162026-06-25T04:03:22.461Z Downloaded http-body v1.0.1
10172026-06-25T04:03:22.464Z Downloaded cmake v0.1.58
10182026-06-25T04:03:22.467Z Downloaded goblin v0.8.2
10192026-06-25T04:03:22.470Z Downloaded cancel-safe-futures v0.1.5
10202026-06-25T04:03:22.474Z Downloaded darling_core v0.21.3
10212026-06-25T04:03:22.478Z Downloaded hashbrown v0.17.1
10222026-06-25T04:03:22.482Z Downloaded erased-serde v0.3.31
10232026-06-25T04:03:22.485Z Downloaded foreign-types-macros v0.2.3
10242026-06-25T04:03:22.488Z Downloaded darling v0.23.0
10252026-06-25T04:03:22.491Z Downloaded heck v0.4.1
10262026-06-25T04:03:22.494Z Downloaded git-stub-vcs v0.1.0
10272026-06-25T04:03:22.497Z Downloaded git-stub v1.0.0
10282026-06-25T04:03:22.500Z Downloaded flate2 v1.1.9
10292026-06-25T04:03:22.503Z Downloaded data-encoding v2.11.0
10302026-06-25T04:03:22.506Z Downloaded futures-io v0.3.32
10312026-06-25T04:03:22.510Z Downloaded heck v0.5.0
10322026-06-25T04:03:22.510Z Downloaded foldhash v0.2.0
10332026-06-25T04:03:22.515Z Downloaded crypto-common v0.1.7
10342026-06-25T04:03:22.515Z Downloaded fs_extra v1.3.0
10352026-06-25T04:03:22.518Z Downloaded group v0.13.0
10362026-06-25T04:03:22.518Z Downloaded ahash v0.8.12
10372026-06-25T04:03:22.521Z Downloaded async-stream v0.3.6
10382026-06-25T04:03:22.523Z Downloaded dtrace-parser v0.2.0
10392026-06-25T04:03:22.526Z Downloaded cstr-argument v0.1.2
10402026-06-25T04:03:22.531Z Downloaded derive-where v1.6.1
10412026-06-25T04:03:22.535Z Downloaded digest v0.11.3
10422026-06-25T04:03:22.535Z Downloaded hybrid-array v0.4.12
10432026-06-25T04:03:22.538Z Downloaded hkdf v0.12.4
10442026-06-25T04:03:22.541Z Downloaded const-random-macro v0.1.16
10452026-06-25T04:03:22.541Z Downloaded clap_lex v1.1.0
10462026-06-25T04:03:22.544Z Downloaded embedded-io v0.6.1
10472026-06-25T04:03:22.546Z Downloaded is-terminal v0.4.17
10482026-06-25T04:03:22.546Z Downloaded internet-checksum v0.2.1
10492026-06-25T04:03:22.551Z Downloaded curve25519-dalek-derive v0.1.1
10502026-06-25T04:03:22.551Z Downloaded indent_write v2.2.0
10512026-06-25T04:03:22.555Z Downloaded generic-array v0.14.7
10522026-06-25T04:03:22.555Z Downloaded colorchoice v1.0.5
10532026-06-25T04:03:22.558Z Downloaded http v1.4.1
10542026-06-25T04:03:22.561Z Downloaded instant v0.1.13
10552026-06-25T04:03:22.561Z Downloaded dtrace-parser v0.3.0
10562026-06-25T04:03:22.565Z Downloaded futures-task v0.3.32
10572026-06-25T04:03:22.565Z Downloaded dropshot_endpoint v0.17.1
10582026-06-25T04:03:22.568Z Downloaded hubpack v0.1.2
10592026-06-25T04:03:22.571Z Downloaded gethostname v0.5.0
10602026-06-25T04:03:22.571Z Downloaded crunchy v0.2.4
10612026-06-25T04:03:22.574Z Downloaded fxhash v0.2.1
10622026-06-25T04:03:22.577Z Downloaded dropshot-api-manager-types v0.7.2
10632026-06-25T04:03:22.577Z Downloaded block-buffer v0.12.0
10642026-06-25T04:03:22.581Z Downloaded convert_case v0.4.0
10652026-06-25T04:03:22.581Z Downloaded block-buffer v0.10.4
10662026-06-25T04:03:22.584Z Downloaded crypto-common v0.2.2
10672026-06-25T04:03:22.584Z Downloaded hostname v0.3.1
10682026-06-25T04:03:22.589Z Downloaded lru-cache v0.1.2
10692026-06-25T04:03:22.591Z Downloaded fixedbitset v0.4.2
10702026-06-25T04:03:22.591Z Downloaded httparse v1.10.1
10712026-06-25T04:03:22.594Z Downloaded form_urlencoded v1.2.2
10722026-06-25T04:03:22.594Z Downloaded dunce v1.0.5
10732026-06-25T04:03:22.598Z Downloaded dof v0.3.0
10742026-06-25T04:03:22.601Z Downloaded ident_case v1.0.1
10752026-06-25T04:03:22.601Z Downloaded anstyle v1.0.14
10762026-06-25T04:03:22.601Z Downloaded highway v1.3.0
10772026-06-25T04:03:22.604Z Downloaded hyper-rustls v0.27.9
10782026-06-25T04:03:22.610Z Downloaded httpdate v1.0.3
10792026-06-25T04:03:22.614Z Downloaded hubpack_derive v0.1.1
10802026-06-25T04:03:22.614Z Downloaded is_ci v1.2.0
10812026-06-25T04:03:22.614Z Downloaded itoa v1.0.18
10822026-06-25T04:03:22.614Z Downloaded debug-ignore v1.0.5
10832026-06-25T04:03:22.617Z Downloaded dof v0.4.0
10842026-06-25T04:03:22.617Z Downloaded derive-ex v0.1.8
10852026-06-25T04:03:22.620Z Downloaded http-body-util v0.1.3
10862026-06-25T04:03:22.622Z Downloaded darling_core v0.23.0
10872026-06-25T04:03:22.625Z Downloaded getrandom v0.4.2
10882026-06-25T04:03:22.628Z Downloaded konst_macro_rules v0.2.19
10892026-06-25T04:03:22.631Z Downloaded linked-hash-map v0.5.6
10902026-06-25T04:03:22.636Z Downloaded humantime v2.3.0
10912026-06-25T04:03:22.636Z Downloaded lazy_static v1.5.0
10922026-06-25T04:03:22.640Z Downloaded match_cfg v0.1.0
10932026-06-25T04:03:22.640Z Downloaded deranged v0.5.8
10942026-06-25T04:03:22.646Z Downloaded inout v0.1.4
10952026-06-25T04:03:22.646Z Downloaded crossbeam-epoch v0.9.18
10962026-06-25T04:03:22.648Z Downloaded natord v1.0.9
10972026-06-25T04:03:22.648Z Downloaded memoffset v0.9.1
10982026-06-25T04:03:22.648Z Downloaded byteorder v1.5.0
10992026-06-25T04:03:22.648Z Downloaded idna_adapter v1.2.2
11002026-06-25T04:03:22.651Z Downloaded foreign-types v0.5.0
11012026-06-25T04:03:22.654Z Downloaded chacha20 v0.9.1
11022026-06-25T04:03:22.654Z Downloaded daft-derive v0.1.7
11032026-06-25T04:03:22.657Z Downloaded compression-codecs v0.4.38
11042026-06-25T04:03:22.661Z Downloaded linear-map v1.2.0
11052026-06-25T04:03:22.663Z Downloaded ipnet v2.12.0
11062026-06-25T04:03:22.666Z Downloaded mime v0.3.17
11072026-06-25T04:03:22.666Z Downloaded futures-sink v0.3.32
11082026-06-25T04:03:22.669Z Downloaded newtype_derive v0.1.6
11092026-06-25T04:03:22.672Z Downloaded futures v0.3.32
11102026-06-25T04:03:22.675Z Downloaded managed v0.8.0
11112026-06-25T04:03:22.678Z Downloaded fnv v1.0.7
11122026-06-25T04:03:22.678Z Downloaded crossbeam-deque v0.8.6
11132026-06-25T04:03:22.681Z Downloaded hostname v0.4.2
11142026-06-25T04:03:22.681Z Downloaded futures-macro v0.3.32
11152026-06-25T04:03:22.683Z Downloaded crc32fast v1.5.0
11162026-06-25T04:03:22.686Z Downloaded bit-vec v0.8.0
11172026-06-25T04:03:22.686Z Downloaded multer v3.1.0
11182026-06-25T04:03:22.690Z Downloaded openssl-probe v0.2.1
11192026-06-25T04:03:22.692Z Downloaded darling_macro v0.21.3
11202026-06-25T04:03:22.692Z Downloaded cookie v0.18.1
11212026-06-25T04:03:22.695Z Downloaded omicron-workspace-hack v0.1.0
11222026-06-25T04:03:22.695Z Downloaded console v0.16.3
11232026-06-25T04:03:22.698Z Downloaded num_threads v0.1.7
11242026-06-25T04:03:22.701Z Downloaded macaddr v1.0.1
11252026-06-25T04:03:22.701Z Downloaded opaque-debug v0.3.1
11262026-06-25T04:03:22.704Z Downloaded libscf-sys v1.2.0
11272026-06-25T04:03:22.704Z Downloaded num_enum_derive v0.5.11
11282026-06-25T04:03:22.707Z Downloaded num v0.4.3
11292026-06-25T04:03:22.707Z Downloaded newtype-uuid-macros v0.1.0
11302026-06-25T04:03:22.709Z Downloaded no-std-compat v0.4.1
11312026-06-25T04:03:22.709Z Downloaded num-integer v0.1.46
11322026-06-25T04:03:22.712Z Downloaded heapless v0.8.0
11332026-06-25T04:03:22.715Z Downloaded float-ord v0.3.2
11342026-06-25T04:03:22.718Z Downloaded errno v0.3.14
11352026-06-25T04:03:22.718Z Downloaded enum-as-inner v0.6.1
11362026-06-25T04:03:22.721Z Downloaded memmap v0.7.0
11372026-06-25T04:03:22.725Z Downloaded num-conv v0.2.2
11382026-06-25T04:03:22.725Z Downloaded newline-converter v0.3.0
11392026-06-25T04:03:22.728Z Downloaded clap_derive v4.6.1
11402026-06-25T04:03:22.728Z Downloaded indexmap v1.9.3
11412026-06-25T04:03:22.730Z Downloaded libsw-core v0.3.2
11422026-06-25T04:03:22.733Z Downloaded ingot-types v0.1.2
11432026-06-25T04:03:22.733Z Downloaded libsw v3.5.0
11442026-06-25T04:03:22.736Z Downloaded darling v0.21.3
11452026-06-25T04:03:22.739Z Downloaded openssl-macros v0.1.1
11462026-06-25T04:03:22.742Z Downloaded num_enum v0.5.11
11472026-06-25T04:03:22.744Z Downloaded indicatif v0.18.4
11482026-06-25T04:03:22.747Z Downloaded ipnetwork v0.21.1
11492026-06-25T04:03:22.750Z Downloaded jobserver v0.1.34
11502026-06-25T04:03:22.750Z Downloaded fs-err v3.3.0
11512026-06-25T04:03:22.755Z Downloaded const-oid v0.10.2
11522026-06-25T04:03:22.758Z Downloaded oxnet v0.1.6
11532026-06-25T04:03:22.758Z Downloaded icu_properties v2.2.0
11542026-06-25T04:03:22.761Z Downloaded displaydoc v0.2.6
11552026-06-25T04:03:22.764Z Downloaded parking_lot_core v0.8.6
11562026-06-25T04:03:22.764Z Downloaded password-hash v0.5.0
11572026-06-25T04:03:22.767Z Downloaded console v0.15.11
11582026-06-25T04:03:22.770Z Downloaded hmac v0.12.1
11592026-06-25T04:03:22.770Z Downloaded percent-encoding v2.3.2
11602026-06-25T04:03:22.772Z Downloaded litemap v0.8.2
11612026-06-25T04:03:22.775Z Downloaded half v2.7.1
11622026-06-25T04:03:22.778Z Downloaded pretty-hex v0.4.2
11632026-06-25T04:03:22.778Z Downloaded lru-slab v0.1.2
11642026-06-25T04:03:22.781Z Downloaded ingot-macros v0.1.1
11652026-06-25T04:03:22.781Z Downloaded clap v4.6.1
11662026-06-25T04:03:22.786Z Downloaded progenitor-client v0.10.0
11672026-06-25T04:03:22.789Z Downloaded progenitor-client v0.14.0
11682026-06-25T04:03:22.789Z Downloaded newtype-uuid v1.3.2
11692026-06-25T04:03:22.792Z Downloaded proc-macro-error-attr2 v2.0.0
11702026-06-25T04:03:22.792Z Downloaded num-complex v0.4.6
11712026-06-25T04:03:22.794Z Downloaded progenitor-macro v0.13.0
11722026-06-25T04:03:22.797Z Downloaded globset v0.4.18
11732026-06-25T04:03:22.797Z Downloaded keccak v0.1.6
11742026-06-25T04:03:22.800Z Downloaded glob v0.3.3
11752026-06-25T04:03:22.801Z Downloaded is_terminal_polyfill v1.70.2
11762026-06-25T04:03:22.803Z Downloaded konst v0.2.20
11772026-06-25T04:03:22.806Z Downloaded base64 v0.21.7
11782026-06-25T04:03:22.809Z Downloaded futures-executor v0.3.32
11792026-06-25T04:03:22.812Z Downloaded num-traits v0.2.19
11802026-06-25T04:03:22.812Z Downloaded pin-project-internal v1.1.13
11812026-06-25T04:03:22.815Z Downloaded ppv-lite86 v0.2.21
11822026-06-25T04:03:22.818Z Downloaded num-derive v0.4.2
11832026-06-25T04:03:22.818Z Downloaded progenitor v0.13.0
11842026-06-25T04:03:22.821Z Downloaded iana-time-zone v0.1.65
11852026-06-25T04:03:22.823Z Downloaded getrandom v0.3.4
11862026-06-25T04:03:22.826Z Downloaded icu_provider v2.2.0
11872026-06-25T04:03:22.826Z Downloaded pest_generator v2.8.6
11882026-06-25T04:03:22.829Z Downloaded parking_lot v0.12.5
11892026-06-25T04:03:22.832Z Downloaded bytes v1.11.1
11902026-06-25T04:03:22.834Z Downloaded progenitor-macro v0.14.0
11912026-06-25T04:03:22.837Z Downloaded quote v1.0.45
11922026-06-25T04:03:22.840Z Downloaded quick-error v1.2.3
11932026-06-25T04:03:22.840Z Downloaded parse-display v0.10.0
11942026-06-25T04:03:22.840Z Downloaded proc-macro-crate v3.5.0
11952026-06-25T04:03:22.843Z Downloaded chacha20poly1305 v0.10.1
11962026-06-25T04:03:22.846Z Downloaded progenitor v0.10.0
11972026-06-25T04:03:22.846Z Downloaded oxide-tokio-rt v0.1.6
11982026-06-25T04:03:22.846Z Downloaded derive_more v0.99.20
11992026-06-25T04:03:22.850Z Downloaded memmap2 v0.9.10
12002026-06-25T04:03:22.853Z Downloaded lock_api v0.4.14
12012026-06-25T04:03:22.855Z Downloaded jiff-static v0.2.28
12022026-06-25T04:03:22.855Z Downloaded rand_chacha v0.3.1
12032026-06-25T04:03:22.859Z Downloaded phf v0.12.1
12042026-06-25T04:03:22.861Z Downloaded openssl-sys v0.9.116
12052026-06-25T04:03:22.864Z Downloaded minimal-lexical v0.2.1
12062026-06-25T04:03:22.867Z Downloaded once_cell v1.21.4
12072026-06-25T04:03:22.870Z Downloaded rustc_version v0.4.1
12082026-06-25T04:03:22.870Z Downloaded proc-macro-error-attr v1.0.4
12092026-06-25T04:03:22.873Z Downloaded powerfmt v0.2.0
12102026-06-25T04:03:22.873Z Downloaded ref-cast-impl v1.0.25
12112026-06-25T04:03:22.873Z Downloaded ref-cast v1.0.25
12122026-06-25T04:03:22.875Z Downloaded proc-macro-crate v1.3.1
12132026-06-25T04:03:22.878Z Downloaded potential_utf v0.1.5
12142026-06-25T04:03:22.878Z Downloaded plain v0.2.3
12152026-06-25T04:03:22.881Z Downloaded num_enum v0.7.6
12162026-06-25T04:03:22.884Z Downloaded parking_lot_core v0.9.12
12172026-06-25T04:03:22.887Z Downloaded crossbeam-channel v0.5.15
12182026-06-25T04:03:22.887Z Downloaded progenitor-macro v0.10.0
12192026-06-25T04:03:22.890Z Downloaded ingot v0.1.1
12202026-06-25T04:03:22.890Z Downloaded rand_xorshift v0.4.0
12212026-06-25T04:03:22.893Z Downloaded proc-macro-error v1.0.4
12222026-06-25T04:03:22.895Z Downloaded rustc-hash v2.1.2
12232026-06-25T04:03:22.895Z Downloaded crypto-bigint v0.5.5
12242026-06-25T04:03:22.899Z Downloaded rand_core v0.6.4
12252026-06-25T04:03:22.902Z Downloaded poly1305 v0.8.0
12262026-06-25T04:03:22.904Z Downloaded serde_spanned v1.1.1
12272026-06-25T04:03:22.904Z Downloaded paste v1.0.15
12282026-06-25T04:03:22.908Z Downloaded parse-display-derive v0.10.0
12292026-06-25T04:03:22.908Z Downloaded itertools v0.12.1
12302026-06-25T04:03:22.911Z Downloaded sha1 v0.10.6
12312026-06-25T04:03:22.915Z Downloaded hickory-resolver v0.25.2
12322026-06-25T04:03:22.918Z Downloaded scroll_derive v0.12.1
12332026-06-25T04:03:22.918Z Downloaded hashbrown v0.15.5
12342026-06-25T04:03:22.921Z Downloaded semver v0.1.20
12352026-06-25T04:03:22.924Z Downloaded resolv-conf v0.7.6
12362026-06-25T04:03:22.924Z Downloaded quinn-udp v0.5.14
12372026-06-25T04:03:22.926Z Downloaded pkg-config v0.3.33
12382026-06-25T04:03:22.926Z Downloaded phf_shared v0.12.1
12392026-06-25T04:03:22.930Z Downloaded progenitor-client v0.13.0
12402026-06-25T04:03:22.930Z Downloaded progenitor-impl v0.10.0
12412026-06-25T04:03:22.933Z Downloaded secrecy v0.10.3
12422026-06-25T04:03:22.933Z Downloaded scopeguard v1.2.0
12432026-06-25T04:03:22.933Z Downloaded scroll_derive v0.13.1
12442026-06-25T04:03:22.936Z Downloaded pin-project v1.1.13
12452026-06-25T04:03:22.941Z Downloaded scroll v0.12.0
12462026-06-25T04:03:22.944Z Downloaded serde_spanned v0.6.9
12472026-06-25T04:03:22.944Z Downloaded iddqd v0.4.2
12482026-06-25T04:03:22.950Z Downloaded strum v0.27.2
12492026-06-25T04:03:22.954Z Downloaded papergrid v0.18.0
12502026-06-25T04:03:22.957Z Downloaded log v0.4.32
12512026-06-25T04:03:22.957Z Downloaded sigpipe v0.1.3
12522026-06-25T04:03:22.957Z Downloaded pest_derive v2.8.6
12532026-06-25T04:03:22.960Z Downloaded icu_normalizer v2.2.0
12542026-06-25T04:03:22.963Z Downloaded schemars_derive v0.8.22
12552026-06-25T04:03:22.966Z Downloaded slog-envlogger v2.2.0
12562026-06-25T04:03:22.966Z Downloaded stable_deref_trait v1.2.1
12572026-06-25T04:03:22.966Z Downloaded siphasher v1.0.3
12582026-06-25T04:03:22.969Z Downloaded serde_urlencoded v0.7.1
12592026-06-25T04:03:22.969Z Downloaded rustversion v1.0.22
12602026-06-25T04:03:22.971Z Downloaded structmeta-derive v0.3.0
12612026-06-25T04:03:22.972Z Downloaded proc-macro2 v1.0.106
12622026-06-25T04:03:22.975Z Downloaded postcard v1.1.3
12632026-06-25T04:03:22.978Z Downloaded sha1 v0.11.0
12642026-06-25T04:03:22.978Z Downloaded rand_core v0.9.5
12652026-06-25T04:03:22.981Z Downloaded scroll v0.13.0
12662026-06-25T04:03:22.981Z Downloaded rand_core v0.10.1
12672026-06-25T04:03:22.981Z Downloaded owo-colors v4.3.0
12682026-06-25T04:03:22.984Z Downloaded icu_collections v2.2.0
12692026-06-25T04:03:22.986Z Downloaded hashbrown v0.12.3
12702026-06-25T04:03:22.989Z Downloaded subtle v2.6.1
12712026-06-25T04:03:22.992Z Downloaded supports-color v3.0.2
12722026-06-25T04:03:22.992Z Downloaded futures-util v0.3.32
12732026-06-25T04:03:22.998Z Downloaded sync_wrapper v1.0.2
12742026-06-25T04:03:23.001Z Downloaded rhai_codegen v3.2.0
12752026-06-25T04:03:23.005Z Downloaded thiserror-impl-no-std v2.0.2
12762026-06-25T04:03:23.007Z Downloaded take_mut v0.2.2
12772026-06-25T04:03:23.007Z Downloaded smartstring v1.0.1
12782026-06-25T04:03:23.010Z Downloaded tabwriter v1.4.1
12792026-06-25T04:03:23.010Z Downloaded slog-scope v4.4.1
12802026-06-25T04:03:23.010Z Downloaded serde-big-array v0.5.1
12812026-06-25T04:03:23.013Z Downloaded rustls-pemfile v2.2.0
12822026-06-25T04:03:23.016Z Downloaded qorb v0.4.1
12832026-06-25T04:03:23.019Z Downloaded schemars v0.8.22
12842026-06-25T04:03:23.024Z Downloaded strsim v0.11.1
12852026-06-25T04:03:23.027Z Downloaded shlex v2.0.1
12862026-06-25T04:03:23.027Z Downloaded serde_path_to_error v0.1.20
12872026-06-25T04:03:23.030Z Downloaded rustls-pki-types v1.14.1
12882026-06-25T04:03:23.030Z Downloaded structmeta v0.3.0
12892026-06-25T04:03:23.033Z Downloaded hyper-util v0.1.20
12902026-06-25T04:03:23.035Z Downloaded strum_macros v0.26.4
12912026-06-25T04:03:23.036Z Downloaded snafu-derive v0.8.9
12922026-06-25T04:03:23.038Z Downloaded serde_plain v1.0.2
12932026-06-25T04:03:23.038Z Downloaded spin v0.5.2
12942026-06-25T04:03:23.041Z Downloaded slog-async v2.8.0
12952026-06-25T04:03:23.041Z Downloaded serde_derive_internals v0.29.1
12962026-06-25T04:03:23.041Z Downloaded rusty-fork v0.3.1
12972026-06-25T04:03:23.044Z Downloaded tinyvec_macros v0.1.1
12982026-06-25T04:03:23.044Z Downloaded testing_table v0.3.0
12992026-06-25T04:03:23.044Z Downloaded tabled_derive v0.7.0
13002026-06-25T04:03:23.047Z Downloaded strum v0.26.3
13012026-06-25T04:03:23.047Z Downloaded cc v1.2.63
13022026-06-25T04:03:23.050Z Downloaded nom v7.1.3
13032026-06-25T04:03:23.052Z Downloaded tokio-macros v2.7.0
13042026-06-25T04:03:23.052Z Downloaded rustls-native-certs v0.8.4
13052026-06-25T04:03:23.056Z Downloaded miniz_oxide v0.8.9
13062026-06-25T04:03:23.056Z Downloaded indexmap v2.14.0
13072026-06-25T04:03:23.058Z Downloaded time-macros v0.2.27
13082026-06-25T04:03:23.061Z Downloaded rand_chacha v0.9.0
13092026-06-25T04:03:23.061Z Downloaded hashbrown v0.16.1
13102026-06-25T04:03:23.065Z Downloaded thread-id v5.1.0
13112026-06-25T04:03:23.067Z Downloaded termtree v0.5.1
13122026-06-25T04:03:23.067Z Downloaded time-core v0.1.8
13132026-06-25T04:03:23.070Z Downloaded thread-id v4.2.2
13142026-06-25T04:03:23.070Z Downloaded swrite v0.1.0
13152026-06-25T04:03:23.070Z Downloaded tabled_derive v0.11.0
13162026-06-25T04:03:23.073Z Downloaded serde_repr v0.1.20
13172026-06-25T04:03:23.073Z Downloaded nom v8.0.0
13182026-06-25T04:03:23.076Z Downloaded slog-dtrace v0.3.0
13192026-06-25T04:03:23.079Z Downloaded term v1.2.1
13202026-06-25T04:03:23.082Z Downloaded thiserror v2.0.18
13212026-06-25T04:03:23.084Z Downloaded progenitor-impl v0.13.0
13222026-06-25T04:03:23.087Z Downloaded toml_write v0.1.2
13232026-06-25T04:03:23.087Z Downloaded thiserror-impl v2.0.18
13242026-06-25T04:03:23.087Z Downloaded slog v2.8.2
13252026-06-25T04:03:23.090Z Downloaded serde_derive v1.0.228
13262026-06-25T04:03:23.093Z Downloaded progenitor-impl v0.14.0
13272026-06-25T04:03:23.093Z Downloaded smawk v0.3.2
13282026-06-25T04:03:23.096Z Downloaded slog-bunyan v2.5.0
13292026-06-25T04:03:23.096Z Downloaded pest_meta v2.8.6
13302026-06-25T04:03:23.098Z Downloaded synstructure v0.13.2
13312026-06-25T04:03:23.098Z Downloaded prettyplease v0.2.37
13322026-06-25T04:03:23.111Z Downloaded serde_tokenstream v0.2.3
13332026-06-25T04:03:23.111Z Downloaded semver v1.0.28
13342026-06-25T04:03:23.111Z Downloaded bitflags v2.12.1
13352026-06-25T04:03:23.111Z Downloaded papergrid v0.11.0
13362026-06-25T04:03:23.111Z Downloaded thiserror-impl v1.0.69
13372026-06-25T04:03:23.114Z Downloaded sha2 v0.10.9
13382026-06-25T04:03:23.114Z Downloaded slog-term v2.9.2
13392026-06-25T04:03:23.114Z Downloaded slab v0.4.12
13402026-06-25T04:03:23.115Z Downloaded try-lock v0.2.5
13412026-06-25T04:03:23.115Z Downloaded slog-stdlog v4.1.1
13422026-06-25T04:03:23.118Z Downloaded simd-adler32 v0.3.9
13432026-06-25T04:03:23.118Z Downloaded serde v1.0.228
13442026-06-25T04:03:23.121Z Downloaded tagptr v0.2.0
13452026-06-25T04:03:23.121Z Downloaded rustls-webpki v0.103.13
13462026-06-25T04:03:23.124Z Downloaded rand v0.10.1
13472026-06-25T04:03:23.127Z Downloaded progenitor v0.14.0
13482026-06-25T04:03:23.127Z Downloaded same-file v1.0.6
13492026-06-25T04:03:23.127Z Downloaded tempfile v3.27.0
13502026-06-25T04:03:23.130Z Downloaded rustls-platform-verifier v0.7.0
13512026-06-25T04:03:23.135Z Downloaded ryu v1.0.23
13522026-06-25T04:03:23.135Z Downloaded toml_parser v1.1.2+spec-1.1.0
13532026-06-25T04:03:23.138Z Downloaded terminal_size v0.4.4
13542026-06-25T04:03:23.139Z Downloaded static_assertions v1.1.0
13552026-06-25T04:03:23.139Z Downloaded smallvec v1.15.1
13562026-06-25T04:03:23.139Z Downloaded rustc_version v0.1.7
13572026-06-25T04:03:23.139Z Downloaded icu_normalizer_data v2.2.0
13582026-06-25T04:03:23.141Z Downloaded untrusted v0.9.0
13592026-06-25T04:03:23.141Z Downloaded slog-json v2.6.1
13602026-06-25T04:03:23.144Z Downloaded untrusted v0.7.1
13612026-06-25T04:03:23.144Z Downloaded icu_locale_core v2.2.0
13622026-06-25T04:03:23.149Z Downloaded num_enum_derive v0.7.6
13632026-06-25T04:03:23.152Z Downloaded num-iter v0.1.45
13642026-06-25T04:03:23.152Z Downloaded progenitor-extras v0.2.0
13652026-06-25T04:03:23.152Z Downloaded pin-project-lite v0.2.17
13662026-06-25T04:03:23.157Z Downloaded utf8_iter v1.0.4
13672026-06-25T04:03:23.157Z Downloaded thiserror-no-std v2.0.2
13682026-06-25T04:03:23.160Z Downloaded pem v3.0.6
13692026-06-25T04:03:23.160Z Downloaded allocator-api2 v0.2.21
13702026-06-25T04:03:23.160Z Downloaded expectorate v1.2.0
13712026-06-25T04:03:23.164Z Downloaded usdt-attr-macro v0.5.0
13722026-06-25T04:03:23.164Z Downloaded toml_datetime v0.6.11
13732026-06-25T04:03:23.164Z Downloaded tokio-tungstenite v0.21.0
13742026-06-25T04:03:23.166Z Downloaded tinystr v0.8.3
13752026-06-25T04:03:23.166Z Downloaded const_format v0.2.36
13762026-06-25T04:03:23.169Z Downloaded utf-8 v0.7.6
13772026-06-25T04:03:23.169Z Downloaded proc-macro-error2 v2.0.1
13782026-06-25T04:03:23.172Z Downloaded want v0.3.1
13792026-06-25T04:03:23.175Z Downloaded usdt-attr-macro v0.6.0
13802026-06-25T04:03:23.175Z Downloaded version_check v0.9.5
13812026-06-25T04:03:23.175Z Downloaded dropshot-api-manager v0.7.2
13822026-06-25T04:03:23.178Z Downloaded parking_lot v0.11.2
13832026-06-25T04:03:23.180Z Downloaded olpc-cjson v0.1.4
13842026-06-25T04:03:23.180Z Downloaded textwrap v0.16.2
13852026-06-25T04:03:23.183Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13862026-06-25T04:03:23.183Z Downloaded tinyvec v1.11.0
13872026-06-25T04:03:23.186Z Downloaded unit-prefix v0.5.2
13882026-06-25T04:03:23.186Z Downloaded waitgroup v0.1.2
13892026-06-25T04:03:23.186Z Downloaded wait-timeout v0.2.1
13902026-06-25T04:03:23.189Z Downloaded tower-layer v0.3.3
13912026-06-25T04:03:23.189Z Downloaded strum_macros v0.27.2
13922026-06-25T04:03:23.189Z Downloaded spin v0.9.8
13932026-06-25T04:03:23.192Z Downloaded thread_local v1.1.9
13942026-06-25T04:03:23.192Z Downloaded signal-hook-registry v1.4.8
13952026-06-25T04:03:23.192Z Downloaded rand v0.8.6
13962026-06-25T04:03:23.195Z Downloaded quinn v0.11.9
13972026-06-25T04:03:23.198Z Downloaded typify-macro v0.6.2
13982026-06-25T04:03:23.198Z Downloaded tower-service v0.3.3
13992026-06-25T04:03:23.200Z Downloaded test-strategy v0.4.5
14002026-06-25T04:03:23.200Z Downloaded colored v3.1.1
14012026-06-25T04:03:23.203Z Downloaded serde_with_macros v3.20.0
14022026-06-25T04:03:23.203Z Downloaded unicode-linebreak v0.1.5
14032026-06-25T04:03:23.206Z Downloaded num-rational v0.4.2
14042026-06-25T04:03:23.206Z Downloaded foreign-types-shared v0.3.1
14052026-06-25T04:03:23.206Z Downloaded drift v0.2.0
14062026-06-25T04:03:23.211Z Downloaded zone_cfg_derive v0.3.1
14072026-06-25T04:03:23.214Z Downloaded zerofrom v0.1.8
14082026-06-25T04:03:23.214Z Downloaded usdt-impl v0.5.0
14092026-06-25T04:03:23.214Z Downloaded universal-hash v0.5.1
14102026-06-25T04:03:23.214Z Downloaded unicode-xid v0.2.6
14112026-06-25T04:03:23.217Z Downloaded yoke-derive v0.8.2
14122026-06-25T04:03:23.217Z Downloaded usdt-macro v0.5.0
14132026-06-25T04:03:23.217Z Downloaded unarray v0.1.4
14142026-06-25T04:03:23.220Z Downloaded serde_yaml v0.9.34+deprecated
14152026-06-25T04:03:23.220Z Downloaded memchr v2.8.1
14162026-06-25T04:03:23.224Z Downloaded tiny-keccak v2.0.2
14172026-06-25T04:03:23.227Z Downloaded thin-vec v0.2.18
14182026-06-25T04:03:23.227Z Downloaded typify-macro v0.4.3
14192026-06-25T04:03:23.227Z Downloaded tokio-dtrace v0.1.1
14202026-06-25T04:03:23.227Z Downloaded rayon-core v1.13.0
14212026-06-25T04:03:23.230Z Downloaded ciborium v0.2.2
14222026-06-25T04:03:23.233Z Downloaded zone v0.3.1
14232026-06-25T04:03:23.233Z Downloaded serde_core v1.0.228
14242026-06-25T04:03:23.236Z Downloaded futures-channel v0.3.32
14252026-06-25T04:03:23.236Z Downloaded base64 v0.22.1
14262026-06-25T04:03:23.238Z Downloaded utf8parse v0.2.2
14272026-06-25T04:03:23.238Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14282026-06-25T04:03:23.238Z Downloaded byte-wrapper v0.1.0
14292026-06-25T04:03:23.242Z Downloaded idna v1.1.0
14302026-06-25T04:03:23.244Z Downloaded usdt v0.5.0
14312026-06-25T04:03:23.244Z Downloaded smf v0.2.3
14322026-06-25T04:03:23.244Z Downloaded foreign-types-shared v0.1.1
14332026-06-25T04:03:23.244Z Downloaded foldhash v0.1.5
14342026-06-25T04:03:23.247Z Downloaded camino-tempfile v1.4.1
14352026-06-25T04:03:23.247Z Downloaded camino v1.2.2
14362026-06-25T04:03:23.248Z Downloaded zeroize_derive v1.4.3
14372026-06-25T04:03:23.251Z Downloaded cargo_toml v0.22.3
14382026-06-25T04:03:23.251Z Downloaded ciborium-io v0.2.2
14392026-06-25T04:03:23.251Z Downloaded equivalent v1.0.2
14402026-06-25T04:03:23.251Z Downloaded csv-core v0.1.13
14412026-06-25T04:03:23.254Z Downloaded hyper v1.10.1
14422026-06-25T04:03:23.256Z Downloaded hickory-proto v0.25.2
14432026-06-25T04:03:23.265Z Downloaded xz2 v0.1.7
14442026-06-25T04:03:23.267Z Downloaded typify v0.4.3
14452026-06-25T04:03:23.270Z Downloaded tokio-stream v0.1.18
14462026-06-25T04:03:23.270Z Downloaded similar v2.7.0
14472026-06-25T04:03:23.273Z Downloaded socket2 v0.6.4
14482026-06-25T04:03:23.276Z Downloaded schemars v1.2.1
14492026-06-25T04:03:23.284Z Downloaded tracing-attributes v0.1.31
14502026-06-25T04:03:23.286Z Downloaded toml v1.1.2+spec-1.1.0
14512026-06-25T04:03:23.289Z Downloaded zeroize v1.8.2
14522026-06-25T04:03:23.289Z Downloaded writeable v0.6.3
14532026-06-25T04:03:23.292Z Downloaded typeid v1.0.3
14542026-06-25T04:03:23.292Z Downloaded toml_edit v0.19.15
14552026-06-25T04:03:23.301Z Downloaded zerofrom-derive v0.1.7
14562026-06-25T04:03:23.304Z Downloaded usdt v0.6.0
14572026-06-25T04:03:23.304Z Downloaded zerovec-derive v0.11.3
14582026-06-25T04:03:23.304Z Downloaded toml_writer v1.1.1+spec-1.1.0
14592026-06-25T04:03:23.307Z Downloaded aho-corasick v1.1.4
14602026-06-25T04:03:23.309Z Downloaded unsafe-libyaml v0.2.11
14612026-06-25T04:03:23.309Z Downloaded toml v0.9.12+spec-1.1.0
14622026-06-25T04:03:23.313Z Downloaded unicode-ident v1.0.24
14632026-06-25T04:03:23.316Z Downloaded thiserror v1.0.69
14642026-06-25T04:03:23.320Z Downloaded usdt-macro v0.6.0
14652026-06-25T04:03:23.320Z Downloaded toml_edit v0.25.12+spec-1.1.0
14662026-06-25T04:03:23.323Z Downloaded tracing-core v0.1.36
14672026-06-25T04:03:23.323Z Downloaded itertools v0.14.0
14682026-06-25T04:03:23.325Z Downloaded zmij v1.0.21
14692026-06-25T04:03:23.328Z Downloaded vsss-rs v3.3.4
14702026-06-25T04:03:23.328Z Downloaded usdt-impl v0.6.0
14712026-06-25T04:03:23.331Z Downloaded toml v0.8.23
14722026-06-25T04:03:23.331Z Downloaded yoke v0.8.3
14732026-06-25T04:03:23.335Z Downloaded regex v1.12.3
14742026-06-25T04:03:23.337Z Downloaded tokio-rustls v0.26.4
14752026-06-25T04:03:23.338Z Downloaded tungstenite v0.21.0
14762026-06-25T04:03:23.340Z Downloaded rand v0.9.4
14772026-06-25T04:03:23.343Z Downloaded toml_edit v0.22.27
14782026-06-25T04:03:23.343Z Downloaded libm v0.2.16
14792026-06-25T04:03:23.348Z Downloaded pest v2.8.6
14802026-06-25T04:03:23.352Z Downloaded clap_builder v4.6.0
14812026-06-25T04:03:23.355Z Downloaded schemars v0.9.0
14822026-06-25T04:03:23.362Z Downloaded zerocopy-derive v0.7.35
14832026-06-25T04:03:23.365Z Downloaded uuid v1.23.2
14842026-06-25T04:03:23.368Z Downloaded snafu v0.8.9
14852026-06-25T04:03:23.371Z Downloaded whoami v1.6.1
14862026-06-25T04:03:23.374Z Downloaded ron v0.12.1
14872026-06-25T04:03:23.377Z Downloaded tower v0.5.3
14882026-06-25T04:03:23.382Z Downloaded steno v0.4.1
14892026-06-25T04:03:23.384Z Downloaded icu_properties_data v2.2.0
14902026-06-25T04:03:23.390Z Downloaded mio v1.2.1
14912026-06-25T04:03:23.394Z Downloaded goblin v0.10.7
14922026-06-25T04:03:23.398Z Downloaded h2 v0.4.14
14932026-06-25T04:03:23.402Z Downloaded typenum v1.20.1
14942026-06-25T04:03:23.405Z Downloaded bytecount v0.6.9
14952026-06-25T04:03:23.408Z Downloaded find-msvc-tools v0.1.9
14962026-06-25T04:03:23.408Z Downloaded critical-section v1.2.0
14972026-06-25T04:03:23.408Z Downloaded bs58 v0.5.1
14982026-06-25T04:03:23.410Z Downloaded tokio-util v0.7.18
14992026-06-25T04:03:23.413Z Downloaded daft v0.1.7
15002026-06-25T04:03:23.416Z Downloaded cipher v0.4.4
15012026-06-25T04:03:23.416Z Downloaded const-random v0.1.18
15022026-06-25T04:03:23.416Z Downloaded hex v0.4.3
15032026-06-25T04:03:23.419Z Downloaded defmt-macros v1.1.0
15042026-06-25T04:03:23.419Z Downloaded url v2.5.8
15052026-06-25T04:03:23.422Z Downloaded bcs v0.1.6
15062026-06-25T04:03:23.422Z Downloaded foreign-types v0.3.2
15072026-06-25T04:03:23.422Z Downloaded walkdir v2.5.0
15082026-06-25T04:03:23.425Z Downloaded ucd-trie v0.1.7
15092026-06-25T04:03:23.425Z Downloaded cpufeatures v0.3.0
15102026-06-25T04:03:23.425Z Downloaded hash32 v0.3.1
15112026-06-25T04:03:23.428Z Downloaded hickory-resolver v0.24.4
15122026-06-25T04:03:23.428Z Downloaded cfg_aliases v0.2.1
15132026-06-25T04:03:23.431Z Downloaded base16ct v0.2.0
15142026-06-25T04:03:23.431Z Downloaded cobs v0.3.0
15152026-06-25T04:03:23.431Z Downloaded ciborium-ll v0.2.2
15162026-06-25T04:03:23.431Z Downloaded aws-lc-rs v1.17.0
15172026-06-25T04:03:23.437Z Downloaded serde_with v3.20.0
15182026-06-25T04:03:23.444Z Downloaded proptest v1.11.0
15192026-06-25T04:03:23.450Z Downloaded arc-swap v1.9.1
15202026-06-25T04:03:23.452Z Downloaded async-compression v0.4.42
15212026-06-25T04:03:23.455Z Downloaded typify v0.6.2
15222026-06-25T04:03:23.458Z Downloaded zerovec v0.11.6
15232026-06-25T04:03:23.461Z Downloaded crucible-workspace-hack v0.1.0
15242026-06-25T04:03:23.464Z Downloaded defmt v1.1.0
15252026-06-25T04:03:23.464Z Downloaded compression-core v0.4.32
15262026-06-25T04:03:23.467Z Downloaded getrandom v0.2.17
15272026-06-25T04:03:23.467Z Downloaded ff v0.13.1
15282026-06-25T04:03:23.470Z Downloaded fastrand v2.4.1
15292026-06-25T04:03:23.470Z Downloaded dyn-clone v1.0.20
15302026-06-25T04:03:23.470Z Downloaded const_format_proc_macros v0.2.34
15312026-06-25T04:03:23.473Z Downloaded adler2 v2.0.1
15322026-06-25T04:03:23.473Z Downloaded atomicwrites v0.4.4
15332026-06-25T04:03:23.473Z Downloaded crc8 v0.1.1
15342026-06-25T04:03:23.473Z Downloaded elliptic-curve v0.13.8
15352026-06-25T04:03:23.476Z Downloaded futures-core v0.3.32
15362026-06-25T04:03:23.476Z Downloaded embedded-io v0.4.0
15372026-06-25T04:03:23.479Z Downloaded defmt-parser v1.0.0
15382026-06-25T04:03:23.479Z Downloaded defmt v0.3.100
15392026-06-25T04:03:23.479Z Downloaded anstream v1.0.0
15402026-06-25T04:03:23.481Z Downloaded tough v0.22.0
15412026-06-25T04:03:23.484Z Downloaded blake2 v0.10.6
15422026-06-25T04:03:23.487Z Downloaded reqwest v0.12.28
15432026-06-25T04:03:23.490Z Downloaded backon v1.6.0
15442026-06-25T04:03:23.492Z Downloaded async-trait v0.1.89
15452026-06-25T04:03:23.495Z Downloaded fixedbitset v0.5.7
15462026-06-25T04:03:23.495Z Downloaded crossbeam-utils v0.8.21
15472026-06-25T04:03:23.498Z Downloaded anyhow v1.0.102
15482026-06-25T04:03:23.498Z Downloaded bitflags v1.3.2
15492026-06-25T04:03:23.501Z Downloaded async-recursion v1.1.1
15502026-06-25T04:03:23.504Z Downloaded backoff v0.4.0
15512026-06-25T04:03:23.504Z Downloaded autocfg v1.5.1
15522026-06-25T04:03:23.504Z Downloaded digest v0.10.7
15532026-06-25T04:03:23.507Z Downloaded chacha20 v0.10.0
15542026-06-25T04:03:23.510Z Downloaded typed-path v0.9.3
15552026-06-25T04:03:23.514Z Downloaded reqwest v0.13.4
15562026-06-25T04:03:23.517Z Downloaded serde_json v1.0.150
15572026-06-25T04:03:23.522Z Downloaded dropshot v0.17.1
15582026-06-25T04:03:23.538Z Downloaded chrono v0.4.45
15592026-06-25T04:03:23.544Z Downloaded hickory-proto v0.24.4
15602026-06-25T04:03:23.553Z Downloaded zerotrie v0.2.4
15612026-06-25T04:03:23.558Z Downloaded zerocopy-derive v0.8.50
15622026-06-25T04:03:23.561Z Downloaded webpki-roots v1.0.7
15632026-06-25T04:03:23.564Z Downloaded winnow v1.0.3
15642026-06-25T04:03:23.569Z Downloaded rayon v1.12.0
15652026-06-25T04:03:23.578Z Downloaded unicode-segmentation v1.13.3
15662026-06-25T04:03:23.586Z Downloaded vcpkg v0.2.15
15672026-06-25T04:03:23.610Z Downloaded unicode-width v0.2.2
15682026-06-25T04:03:23.614Z Downloaded syn v2.0.117
15692026-06-25T04:03:23.620Z Downloaded portable-atomic v1.13.1
15702026-06-25T04:03:23.625Z Downloaded rhai v1.25.1
15712026-06-25T04:03:23.632Z Downloaded tower-http v0.6.11
15722026-06-25T04:03:23.636Z Downloaded rustls v0.23.40
15732026-06-25T04:03:23.644Z Downloaded moka v0.12.15
15742026-06-25T04:03:23.669Z Downloaded unicode-normalization v0.1.25
15752026-06-25T04:03:23.692Z Downloaded quinn-proto v0.11.14
15762026-06-25T04:03:23.699Z Downloaded curve25519-dalek v4.1.3
15772026-06-25T04:03:23.713Z Downloaded winnow v0.5.40
15782026-06-25T04:03:23.732Z Downloaded typify-impl v0.6.2
15792026-06-25T04:03:23.740Z Downloaded tracing v0.1.44
15802026-06-25T04:03:23.751Z Downloaded zerocopy v0.7.35
15812026-06-25T04:03:23.760Z Downloaded tabled v0.21.0
15822026-06-25T04:03:23.770Z Downloaded tabled v0.15.0
15832026-06-25T04:03:23.779Z Downloaded time v0.3.47
15842026-06-25T04:03:23.785Z Downloaded syn v1.0.109
15852026-06-25T04:03:23.791Z Downloaded winnow v0.7.15
15862026-06-25T04:03:23.796Z Downloaded petgraph v0.6.5
15872026-06-25T04:03:23.808Z Downloaded openssl v0.10.80
15882026-06-25T04:03:23.814Z Downloaded sled v0.34.7
15892026-06-25T04:03:23.820Z Downloaded bstr v1.12.1
15902026-06-25T04:03:23.826Z Downloaded jiff v0.2.28
15912026-06-25T04:03:23.859Z Downloaded libc v0.2.186
15922026-06-25T04:03:23.878Z Downloaded unicode-width v0.1.14
15932026-06-25T04:03:23.882Z Downloaded nix v0.31.3
15942026-06-25T04:03:23.889Z Downloaded zerocopy v0.8.50
15952026-06-25T04:03:23.900Z Downloaded openapiv3 v2.2.0
15962026-06-25T04:03:23.907Z Downloaded regress v0.11.1
15972026-06-25T04:03:23.912Z Downloaded smoltcp v0.11.0
15982026-06-25T04:03:23.920Z Downloaded sha3 v0.10.9
15992026-06-25T04:03:23.924Z Downloaded rustix v0.38.44
16002026-06-25T04:03:23.937Z Downloaded regex-syntax v0.8.10
16012026-06-25T04:03:23.941Z Downloaded regress v0.10.5
16022026-06-25T04:03:23.947Z Downloaded tokio v1.52.3
16032026-06-25T04:03:23.970Z Downloaded rustix v1.1.4
16042026-06-25T04:03:24.013Z Downloaded encoding_rs v0.8.35
16052026-06-25T04:03:24.029Z Downloaded ring v0.17.14
16062026-06-25T04:03:24.061Z Downloaded typify-impl v0.4.3
16072026-06-25T04:03:24.081Z Downloaded regex-automata v0.4.14
16082026-06-25T04:03:24.109Z Downloaded lzma-sys v0.1.20
16092026-06-25T04:03:24.125Z Downloaded chrono-tz v0.10.4
16102026-06-25T04:03:24.135Z Downloaded petgraph v0.8.3
16112026-06-25T04:03:24.147Z Downloaded csv v1.4.0
16122026-06-25T04:03:24.842Z Downloaded aws-lc-sys v0.41.0
16132026-06-25T04:03:25.191Z Compiling proc-macro2 v1.0.106
16142026-06-25T04:03:25.191Z Compiling quote v1.0.45
16152026-06-25T04:03:25.191Z Compiling unicode-ident v1.0.24
16162026-06-25T04:03:25.191Z Compiling serde_core v1.0.228
16172026-06-25T04:03:25.195Z Compiling serde v1.0.228
16182026-06-25T04:03:25.195Z Compiling libc v0.2.186
16192026-06-25T04:03:25.195Z Compiling cfg-if v1.0.4
16202026-06-25T04:03:25.516Z Compiling zmij v1.0.21
16212026-06-25T04:03:25.534Z Compiling autocfg v1.5.1
16222026-06-25T04:03:25.838Z Compiling memchr v2.8.1
16232026-06-25T04:03:25.885Z Compiling libm v0.2.16
16242026-06-25T04:03:26.231Z Compiling itoa v1.0.18
16252026-06-25T04:03:26.296Z Compiling icu_properties_data v2.2.0
16262026-06-25T04:03:26.528Z Compiling icu_normalizer_data v2.2.0
16272026-06-25T04:03:26.612Z Compiling version_check v0.9.5
16282026-06-25T04:03:26.634Z Compiling stable_deref_trait v1.2.1
16292026-06-25T04:03:26.736Z Compiling serde_json v1.0.150
16302026-06-25T04:03:26.768Z Compiling syn v2.0.117
16312026-06-25T04:03:26.800Z Compiling litemap v0.8.2
16322026-06-25T04:03:26.884Z Compiling parking_lot_core v0.9.12
16332026-06-25T04:03:27.001Z Compiling writeable v0.6.3
16342026-06-25T04:03:27.039Z Compiling num-traits v0.2.19
16352026-06-25T04:03:27.096Z Compiling utf8_iter v1.0.4
16362026-06-25T04:03:27.213Z Compiling percent-encoding v2.3.2
16372026-06-25T04:03:27.426Z Compiling thiserror v2.0.18
16382026-06-25T04:03:27.463Z Compiling form_urlencoded v1.2.2
16392026-06-25T04:03:27.479Z Compiling rand_core v0.10.1
16402026-06-25T04:03:27.495Z Compiling getrandom v0.4.2
16412026-06-25T04:03:27.644Z Compiling zerocopy v0.8.50
16422026-06-25T04:03:27.731Z Compiling errno v0.3.14
16432026-06-25T04:03:27.778Z Compiling iana-time-zone v0.1.65
16442026-06-25T04:03:27.810Z Compiling heck v0.5.0
16452026-06-25T04:03:28.126Z Compiling jobserver v0.1.34
16462026-06-25T04:03:28.213Z Compiling uuid v1.23.2
16472026-06-25T04:03:28.317Z Compiling shlex v2.0.1
16482026-06-25T04:03:28.442Z Compiling find-msvc-tools v0.1.9
16492026-06-25T04:03:28.511Z Compiling rustversion v1.0.22
16502026-06-25T04:03:28.660Z Compiling cc v1.2.63
16512026-06-25T04:03:28.679Z Compiling semver v1.0.28
16522026-06-25T04:03:28.812Z Compiling dyn-clone v1.0.20
16532026-06-25T04:03:28.930Z Compiling schemars v0.8.22
16542026-06-25T04:03:28.975Z Compiling pin-project-lite v0.2.17
16552026-06-25T04:03:29.091Z Compiling getrandom v0.2.17
16562026-06-25T04:03:29.281Z Compiling scopeguard v1.2.0
16572026-06-25T04:03:29.326Z Compiling bitflags v2.12.1
16582026-06-25T04:03:29.399Z Compiling lock_api v0.4.14
16592026-06-25T04:03:29.415Z Compiling socket2 v0.6.4
16602026-06-25T04:03:29.543Z Compiling synstructure v0.13.2
16612026-06-25T04:03:29.583Z Compiling serde_derive_internals v0.29.1
16622026-06-25T04:03:29.672Z Compiling cmake v0.1.58
16632026-06-25T04:03:29.785Z Compiling signal-hook-registry v1.4.8
16642026-06-25T04:03:29.963Z Compiling mio v1.2.1
16652026-06-25T04:03:30.026Z Compiling fs_extra v1.3.0
16662026-06-25T04:03:30.053Z Compiling dunce v1.0.5
16672026-06-25T04:03:30.161Z Compiling portable-atomic v1.13.1
16682026-06-25T04:03:30.242Z Compiling futures-core v0.3.32
16692026-06-25T04:03:30.278Z Compiling critical-section v1.2.0
16702026-06-25T04:03:30.293Z Compiling log v0.4.32
16712026-06-25T04:03:30.297Z Compiling aws-lc-sys v0.41.0
16722026-06-25T04:03:30.415Z Compiling subtle v2.6.1
16732026-06-25T04:03:30.508Z Compiling equivalent v1.0.2
16742026-06-25T04:03:30.599Z Compiling httparse v1.10.1
16752026-06-25T04:03:30.639Z Compiling futures-sink v0.3.32
16762026-06-25T04:03:30.686Z Compiling slab v0.4.12
16772026-06-25T04:03:30.701Z Compiling rustix v1.1.4
16782026-06-25T04:03:30.735Z Compiling serde_derive v1.0.228
16792026-06-25T04:03:30.751Z Compiling zerofrom-derive v0.1.7
16802026-06-25T04:03:30.852Z Compiling yoke-derive v0.8.2
16812026-06-25T04:03:30.884Z Compiling zerovec-derive v0.11.3
16822026-06-25T04:03:30.959Z Compiling displaydoc v0.2.6
16832026-06-25T04:03:31.066Z Compiling schemars_derive v0.8.22
16842026-06-25T04:03:31.183Z Compiling thiserror-impl v2.0.18
16852026-06-25T04:03:31.419Z Compiling tokio-macros v2.7.0
16862026-06-25T04:03:31.759Z Compiling zerocopy-derive v0.8.50
16872026-06-25T04:03:31.905Z Compiling zeroize_derive v1.4.3
16882026-06-25T04:03:31.928Z Compiling zerofrom v0.1.8
16892026-06-25T04:03:31.990Z Compiling futures-macro v0.3.32
16902026-06-25T04:03:32.062Z Compiling yoke v0.8.3
16912026-06-25T04:03:32.175Z Compiling once_cell v1.21.4
16922026-06-25T04:03:32.267Z Compiling zerovec v0.11.6
16932026-06-25T04:03:32.284Z Compiling zerotrie v0.2.4
16942026-06-25T04:03:32.543Z Compiling thiserror v1.0.69
16952026-06-25T04:03:32.562Z Compiling ucd-trie v0.1.7
16962026-06-25T04:03:32.612Z Compiling zeroize v1.8.2
16972026-06-25T04:03:32.720Z Compiling pest v2.8.6
16982026-06-25T04:03:32.797Z Compiling typenum v1.20.1
16992026-06-25T04:03:32.854Z Compiling tinystr v0.8.3
17002026-06-25T04:03:32.871Z Compiling potential_utf v0.1.5
17012026-06-25T04:03:32.887Z Compiling futures-channel v0.3.32
17022026-06-25T04:03:32.891Z Compiling thiserror-impl v1.0.69
17032026-06-25T04:03:33.056Z Compiling icu_locale_core v2.2.0
17042026-06-25T04:03:33.075Z Compiling icu_collections v2.2.0
17052026-06-25T04:03:33.148Z Compiling futures-io v0.3.32
17062026-06-25T04:03:33.349Z Compiling futures-task v0.3.32
17072026-06-25T04:03:33.606Z Compiling futures-util v0.3.32
17082026-06-25T04:03:33.833Z Compiling icu_provider v2.2.0
17092026-06-25T04:03:33.915Z Compiling smallvec v1.15.1
17102026-06-25T04:03:33.981Z Compiling bytes v1.11.1
17112026-06-25T04:03:34.034Z Compiling chrono v0.4.45
17122026-06-25T04:03:34.106Z Compiling serde_tokenstream v0.2.3
17132026-06-25T04:03:34.240Z Compiling icu_normalizer v2.2.0
17142026-06-25T04:03:34.405Z Compiling icu_properties v2.2.0
17152026-06-25T04:03:34.875Z Compiling parking_lot v0.12.5
17162026-06-25T04:03:35.449Z Compiling idna_adapter v1.2.2
17172026-06-25T04:03:35.469Z Compiling tokio v1.52.3
17182026-06-25T04:03:35.629Z Compiling idna v1.1.0
17192026-06-25T04:03:35.740Z Compiling pest_meta v2.8.6
17202026-06-25T04:03:36.000Z Compiling url v2.5.8
17212026-06-25T04:03:36.003Z Compiling getrandom v0.3.4
17222026-06-25T04:03:36.292Z Compiling regex-syntax v0.8.10
17232026-06-25T04:03:36.392Z Compiling pest_generator v2.8.6
17242026-06-25T04:03:36.414Z Compiling strsim v0.11.1
17252026-06-25T04:03:36.975Z Compiling rand_core v0.6.4
17262026-06-25T04:03:37.010Z Compiling pest_derive v2.8.6
17272026-06-25T04:03:37.237Z Compiling aho-corasick v1.1.4
17282026-06-25T04:03:37.506Z Compiling byteorder v1.5.0
17292026-06-25T04:03:37.562Z Compiling hashbrown v0.17.1
17302026-06-25T04:03:37.658Z Compiling ipnetwork v0.21.1
17312026-06-25T04:03:37.770Z Compiling tracing-core v0.1.36
17322026-06-25T04:03:38.231Z Compiling indexmap v2.14.0
17332026-06-25T04:03:38.318Z Compiling regex-automata v0.4.14
17342026-06-25T04:03:38.495Z Compiling tracing-attributes v0.1.31
17352026-06-25T04:03:38.605Z Compiling ident_case v1.0.1
17362026-06-25T04:03:38.738Z Compiling slog v2.8.2
17372026-06-25T04:03:38.836Z Compiling paste v1.0.15
17382026-06-25T04:03:39.009Z Compiling anyhow v1.0.102
17392026-06-25T04:03:39.101Z Compiling fnv v1.0.7
17402026-06-25T04:03:39.250Z Compiling base64 v0.22.1
17412026-06-25T04:03:39.458Z Compiling erased-serde v0.3.31
17422026-06-25T04:03:39.730Z Compiling tracing v0.1.44
17432026-06-25T04:03:40.062Z Compiling regex v1.12.3
17442026-06-25T04:03:40.082Z Compiling omicron-workspace-hack v0.1.0
17452026-06-25T04:03:40.469Z Compiling http v1.4.1
17462026-06-25T04:03:40.917Z Compiling oxnet v0.1.6
17472026-06-25T04:03:40.963Z Compiling rustls-pki-types v1.14.1
17482026-06-25T04:03:41.737Z Compiling scroll_derive v0.13.1
17492026-06-25T04:03:41.809Z Compiling ring v0.17.14
17502026-06-25T04:03:42.207Z Compiling aws-lc-rs v1.17.0
17512026-06-25T04:03:42.280Z Compiling time-core v0.1.8
17522026-06-25T04:03:42.341Z Compiling num-conv v0.2.2
17532026-06-25T04:03:42.498Z Compiling time-macros v0.2.27
17542026-06-25T04:03:42.559Z Compiling tokio-util v0.7.18
17552026-06-25T04:03:42.962Z Compiling ipnet v2.12.0
17562026-06-25T04:03:43.482Z Compiling untrusted v0.9.0
17572026-06-25T04:03:43.500Z Compiling untrusted v0.7.1
17582026-06-25T04:03:43.635Z Compiling ppv-lite86 v0.2.21
17592026-06-25T04:03:43.843Z Compiling async-trait v0.1.89
17602026-06-25T04:03:43.965Z Compiling daft-derive v0.1.7
17612026-06-25T04:03:44.117Z Compiling rustls v0.23.40
17622026-06-25T04:03:44.230Z Compiling camino v1.2.2
17632026-06-25T04:03:44.356Z Compiling crc32fast v1.5.0
17642026-06-25T04:03:44.664Z Compiling http-body v1.0.1
17652026-06-25T04:03:44.804Z Compiling atomic-waker v1.1.2
17662026-06-25T04:03:44.820Z Compiling crossbeam-utils v0.8.21
17672026-06-25T04:03:44.835Z Compiling usdt-impl v0.6.0
17682026-06-25T04:03:44.888Z Compiling pretty-hex v0.4.2
17692026-06-25T04:03:45.093Z Compiling scroll v0.13.0
17702026-06-25T04:03:45.149Z Compiling tower-service v0.3.3
17712026-06-25T04:03:45.353Z Compiling ryu v1.0.23
17722026-06-25T04:03:45.490Z Compiling try-lock v0.2.5
17732026-06-25T04:03:45.539Z Compiling tower-layer v0.3.3
17742026-06-25T04:03:45.609Z Compiling plain v0.2.3
17752026-06-25T04:03:45.645Z Compiling want v0.3.1
17762026-06-25T04:03:45.726Z Compiling goblin v0.10.7
17772026-06-25T04:03:45.821Z Compiling h2 v0.4.14
17782026-06-25T04:03:46.560Z Compiling httpdate v1.0.3
17792026-06-25T04:03:46.930Z Compiling slog-async v2.8.0
17802026-06-25T04:03:47.110Z Compiling dtrace-parser v0.3.0
17812026-06-25T04:03:47.281Z Compiling thread-id v5.1.0
17822026-06-25T04:03:47.371Z Compiling ref-cast v1.0.25
17832026-06-25T04:03:48.111Z Compiling hyper v1.10.1
17842026-06-25T04:03:49.315Z Compiling dof v0.4.0
17852026-06-25T04:03:50.315Z Compiling hyper-util v0.1.20
17862026-06-25T04:03:50.543Z Compiling rand_core v0.9.5
17872026-06-25T04:03:50.816Z Compiling serde_urlencoded v0.7.1
17882026-06-25T04:03:51.101Z Compiling http-body-util v0.1.3
17892026-06-25T04:03:51.409Z Compiling ref-cast-impl v1.0.25
17902026-06-25T04:03:51.609Z Compiling syn v1.0.109
17912026-06-25T04:03:52.118Z Compiling usdt-attr-macro v0.6.0
17922026-06-25T04:03:52.183Z Compiling usdt-macro v0.6.0
17932026-06-25T04:03:53.024Z Compiling structmeta-derive v0.3.0
17942026-06-25T04:03:53.024Z Compiling multer v3.1.0
17952026-06-25T04:03:53.093Z Compiling allocator-api2 v0.2.21
17962026-06-25T04:03:53.254Z Compiling powerfmt v0.2.0
17972026-06-25T04:03:53.478Z Compiling foldhash v0.2.0
17982026-06-25T04:03:53.592Z Compiling deranged v0.5.8
17992026-06-25T04:03:53.636Z Compiling rand_chacha v0.9.0
18002026-06-25T04:03:53.760Z Compiling hashbrown v0.16.1
18012026-06-25T04:03:54.064Z Compiling structmeta v0.3.0
18022026-06-25T04:03:54.284Z Compiling darling_core v0.23.0
18032026-06-25T04:03:54.490Z Compiling newtype-uuid-macros v0.1.0
18042026-06-25T04:03:54.875Z Compiling num_threads v0.1.7
18052026-06-25T04:03:54.917Z Compiling rand v0.9.4
18062026-06-25T04:03:54.976Z Compiling time v0.3.47
18072026-06-25T04:03:55.293Z Compiling newtype-uuid v1.3.2
18082026-06-25T04:03:55.626Z Compiling async-stream-impl v0.3.6
18092026-06-25T04:03:55.961Z Compiling strum_macros v0.26.4
18102026-06-25T04:03:56.232Z Compiling sync_wrapper v1.0.2
18112026-06-25T04:03:56.277Z Compiling dropshot v0.17.1
18122026-06-25T04:03:56.336Z Compiling darling_macro v0.23.0
18132026-06-25T04:03:56.533Z Compiling hex v0.4.3
18142026-06-25T04:03:56.824Z Compiling tower v0.5.3
18152026-06-25T04:03:56.871Z Compiling daft v0.1.7
18162026-06-25T04:03:56.928Z Compiling darling v0.23.0
18172026-06-25T04:03:57.018Z Compiling crossbeam-channel v0.5.15
18182026-06-25T04:03:57.218Z Compiling webpki-roots v1.0.7
18192026-06-25T04:03:57.378Z Compiling openapiv3 v2.2.0
18202026-06-25T04:03:57.687Z Compiling generic-array v0.14.7
18212026-06-25T04:03:57.937Z Compiling fastrand v2.4.1
18222026-06-25T04:03:58.221Z Compiling tower-http v0.6.11
18232026-06-25T04:03:58.389Z Compiling serde_with_macros v3.20.0
18242026-06-25T04:03:58.894Z Compiling futures-executor v0.3.32
18252026-06-25T04:03:59.166Z Compiling dropshot_endpoint v0.17.1
18262026-06-25T04:03:59.375Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-25T04:03:59.511Z Compiling thread_local v1.1.9
18282026-06-25T04:03:59.527Z Compiling openssl-probe v0.2.1
18292026-06-25T04:03:59.775Z Compiling cpufeatures v0.3.0
18302026-06-25T04:03:59.872Z Compiling rustls-native-certs v0.8.4
18312026-06-25T04:04:00.069Z Compiling futures v0.3.32
18322026-06-25T04:04:00.660Z Compiling derive-ex v0.1.8
18332026-06-25T04:04:00.806Z Compiling strum_macros v0.27.2
18342026-06-25T04:04:00.829Z Compiling is-terminal v0.4.17
18352026-06-25T04:04:00.941Z Compiling term v1.2.1
18362026-06-25T04:04:01.560Z Compiling take_mut v0.2.2
18372026-06-25T04:04:01.686Z Compiling winnow v1.0.3
18382026-06-25T04:04:02.223Z Compiling test-strategy v0.4.5
18392026-06-25T04:04:02.708Z Compiling slog-term v2.9.2
18402026-06-25T04:04:03.582Z Compiling tempfile v3.27.0
18412026-06-25T04:04:04.016Z Compiling macaddr v1.0.1
18422026-06-25T04:04:04.259Z Compiling hybrid-array v0.4.12
18432026-06-25T04:04:04.396Z Compiling simd-adler32 v0.3.9
18442026-06-25T04:04:04.432Z Compiling adler2 v2.0.1
18452026-06-25T04:04:04.609Z Compiling match_cfg v0.1.0
18462026-06-25T04:04:04.771Z Compiling hostname v0.3.1
18472026-06-25T04:04:04.846Z Compiling miniz_oxide v0.8.9
18482026-06-25T04:04:05.357Z Compiling slog-json v2.6.1
18492026-06-25T04:04:05.641Z Compiling memmap2 v0.9.10
18502026-06-25T04:04:06.169Z Compiling usdt v0.6.0
18512026-06-25T04:04:06.297Z Compiling slog-bunyan v2.5.0
18522026-06-25T04:04:06.313Z Compiling flate2 v1.1.9
18532026-06-25T04:04:06.495Z Compiling block-buffer v0.12.0
18542026-06-25T04:04:06.683Z Compiling crypto-common v0.2.2
18552026-06-25T04:04:06.736Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-25T04:04:06.819Z Compiling const-oid v0.10.2
18572026-06-25T04:04:06.849Z Compiling either v1.16.0
18582026-06-25T04:04:07.118Z Compiling compression-core v0.4.32
18592026-06-25T04:04:07.197Z Compiling debug-ignore v1.0.5
18602026-06-25T04:04:07.293Z Compiling digest v0.11.3
18612026-06-25T04:04:07.313Z Compiling compression-codecs v0.4.38
18622026-06-25T04:04:07.678Z Compiling toml_parser v1.1.2+spec-1.1.0
18632026-06-25T04:04:07.708Z Compiling crypto-common v0.1.7
18642026-06-25T04:04:07.748Z Compiling parse-display-derive v0.10.0
18652026-06-25T04:04:07.909Z Compiling rand_chacha v0.3.1
18662026-06-25T04:04:08.078Z Compiling toml_datetime v1.1.1+spec-1.1.0
18672026-06-25T04:04:08.194Z Compiling serde_spanned v1.1.1
18682026-06-25T04:04:08.350Z Compiling encoding_rs v0.8.35
18692026-06-25T04:04:08.427Z Compiling mime v0.3.17
18702026-06-25T04:04:08.511Z Compiling toml_writer v1.1.1+spec-1.1.0
18712026-06-25T04:04:08.530Z Compiling spin v0.9.8
18722026-06-25T04:04:08.775Z Compiling toml v1.1.2+spec-1.1.0
18732026-06-25T04:04:08.905Z Compiling rand v0.8.6
18742026-06-25T04:04:08.989Z Compiling async-compression v0.4.42
18752026-06-25T04:04:09.275Z Compiling sha1 v0.11.0
18762026-06-25T04:04:09.295Z Compiling strum v0.26.3
18772026-06-25T04:04:09.525Z Compiling async-stream v0.3.6
18782026-06-25T04:04:09.696Z Compiling waitgroup v0.1.2
18792026-06-25T04:04:09.717Z Compiling rustls-pemfile v2.2.0
18802026-06-25T04:04:09.853Z Compiling serde_path_to_error v0.1.20
18812026-06-25T04:04:09.925Z Compiling hostname v0.4.2
18822026-06-25T04:04:09.994Z Compiling wait-timeout v0.2.1
18832026-06-25T04:04:10.449Z Compiling quick-error v1.2.3
18842026-06-25T04:04:10.495Z Compiling bit-vec v0.8.0
18852026-06-25T04:04:10.684Z Compiling rusty-fork v0.3.1
18862026-06-25T04:04:10.706Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-25T04:04:10.799Z Compiling bit-set v0.8.0
18882026-06-25T04:04:10.990Z Compiling serde_with v3.20.0
18892026-06-25T04:04:10.993Z Compiling rand_xorshift v0.4.0
18902026-06-25T04:04:11.175Z Compiling unarray v0.1.4
18912026-06-25T04:04:11.299Z Compiling proptest v1.11.0
18922026-06-25T04:04:11.514Z Compiling strum v0.27.2
18932026-06-25T04:04:11.657Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18942026-06-25T04:04:11.814Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18952026-06-25T04:04:11.885Z Compiling instant v0.1.13
18962026-06-25T04:04:12.198Z Compiling itertools v0.14.0
18972026-06-25T04:04:12.275Z Compiling iddqd v0.4.2
18982026-06-25T04:04:13.033Z Compiling unicode-width v0.2.2
18992026-06-25T04:04:13.423Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-25T04:04:13.570Z Compiling block-buffer v0.10.4
19012026-06-25T04:04:13.703Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19022026-06-25T04:04:13.728Z Compiling backon v1.6.0
19032026-06-25T04:04:13.746Z Compiling regress v0.10.5
19042026-06-25T04:04:15.439Z Compiling digest v0.10.7
19052026-06-25T04:04:15.559Z Compiling backoff v0.4.0
19062026-06-25T04:04:15.772Z Compiling parse-display v0.10.0
19072026-06-25T04:04:16.098Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19082026-06-25T04:04:16.773Z Compiling humantime v2.3.0
19092026-06-25T04:04:18.584Z Compiling regress v0.11.1
19102026-06-25T04:04:19.650Z Compiling zerocopy-derive v0.7.35
19112026-06-25T04:04:20.124Z Compiling typify-impl v0.6.2
19122026-06-25T04:04:20.642Z Compiling darling_core v0.21.3
19132026-06-25T04:04:20.769Z Compiling clap_derive v4.6.1
19142026-06-25T04:04:20.982Z Compiling convert_case v0.4.0
19152026-06-25T04:04:21.534Z Compiling cpufeatures v0.2.17
19162026-06-25T04:04:21.612Z Compiling utf8parse v0.2.2
19172026-06-25T04:04:21.726Z Compiling anstyle-parse v1.0.0
19182026-06-25T04:04:21.945Z Compiling derive_more v0.99.20
19192026-06-25T04:04:22.663Z Compiling darling_macro v0.21.3
19202026-06-25T04:04:23.235Z Compiling terminal_size v0.4.4
19212026-06-25T04:04:23.306Z Compiling toml_datetime v0.6.11
19222026-06-25T04:04:23.336Z Compiling typify-macro v0.6.2
19232026-06-25T04:04:23.535Z Compiling anstyle v1.0.14
19242026-06-25T04:04:23.723Z Compiling anstyle-query v1.1.5
19252026-06-25T04:04:23.757Z Compiling colorchoice v1.0.5
19262026-06-25T04:04:23.797Z Compiling is_terminal_polyfill v1.70.2
19272026-06-25T04:04:23.877Z Compiling anstream v1.0.0
19282026-06-25T04:04:23.894Z Compiling darling v0.21.3
19292026-06-25T04:04:24.409Z Compiling secrecy v0.10.3
19302026-06-25T04:04:24.571Z Compiling clap_lex v1.1.0
19312026-06-25T04:04:24.809Z Compiling heapless v0.8.0
19322026-06-25T04:04:24.846Z Compiling crucible-workspace-hack v0.1.0
19332026-06-25T04:04:24.959Z Compiling tinyvec_macros v0.1.1
19342026-06-25T04:04:25.033Z Compiling tinyvec v1.11.0
19352026-06-25T04:04:25.216Z Compiling typify v0.6.2
19362026-06-25T04:04:25.268Z Compiling clap_builder v4.6.0
19372026-06-25T04:04:25.440Z Compiling ingot-macros v0.1.1
19382026-06-25T04:04:25.475Z Compiling zerocopy v0.7.35
19392026-06-25T04:04:26.012Z Compiling hash32 v0.3.1
19402026-06-25T04:04:26.047Z Compiling scroll_derive v0.12.1
19412026-06-25T04:04:26.107Z Compiling rustc_version v0.4.1
19422026-06-25T04:04:26.342Z Compiling num-integer v0.1.46
19432026-06-25T04:04:26.374Z Compiling usdt-impl v0.5.0
19442026-06-25T04:04:26.649Z Compiling smoltcp v0.11.0
19452026-06-25T04:04:26.760Z Compiling scroll v0.12.0
19462026-06-25T04:04:26.934Z Compiling curve25519-dalek v4.1.3
19472026-06-25T04:04:27.234Z Compiling clap v4.6.1
19482026-06-25T04:04:27.342Z Compiling dof v0.3.0
19492026-06-25T04:04:28.041Z Compiling ingot-types v0.1.2
19502026-06-25T04:04:28.738Z Compiling hmac v0.12.1
19512026-06-25T04:04:28.799Z Compiling dtrace-parser v0.2.0
19522026-06-25T04:04:28.895Z Compiling inout v0.1.4
19532026-06-25T04:04:28.961Z Compiling ff v0.13.1
19542026-06-25T04:04:29.056Z Compiling cobs v0.3.0
19552026-06-25T04:04:29.358Z Compiling thread-id v4.2.2
19562026-06-25T04:04:29.378Z Compiling bitflags v1.3.2
19572026-06-25T04:04:29.540Z Compiling unsafe-libyaml v0.2.11
19582026-06-25T04:04:29.729Z Compiling managed v0.8.0
19592026-06-25T04:04:30.161Z Compiling serde_yaml v0.9.34+deprecated
19602026-06-25T04:04:30.811Z Compiling postcard v1.1.3
19612026-06-25T04:04:31.174Z Compiling group v0.13.0
19622026-06-25T04:04:31.195Z Compiling cipher v0.4.4
19632026-06-25T04:04:31.378Z Compiling hkdf v0.12.4
19642026-06-25T04:04:31.546Z Compiling ingot v0.1.1
19652026-06-25T04:04:32.084Z Compiling goblin v0.8.2
19662026-06-25T04:04:32.429Z Compiling num-iter v0.1.45
19672026-06-25T04:04:32.560Z Compiling num-rational v0.4.2
19682026-06-25T04:04:33.723Z Compiling tabwriter v1.4.1
19692026-06-25T04:04:33.798Z Compiling universal-hash v0.5.1
19702026-06-25T04:04:33.950Z Compiling crypto-bigint v0.5.5
19712026-06-25T04:04:34.112Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-25T04:04:34.136Z Compiling thiserror-impl-no-std v2.0.2
19732026-06-25T04:04:35.031Z Compiling hubpack_derive v0.1.1
19742026-06-25T04:04:35.213Z Compiling crossbeam-epoch v0.9.18
19752026-06-25T04:04:35.532Z Compiling half v2.7.1
19762026-06-25T04:04:35.559Z Compiling curve25519-dalek-derive v0.1.1
19772026-06-25T04:04:35.866Z Compiling num-complex v0.4.6
19782026-06-25T04:04:36.322Z Compiling memoffset v0.9.1
19792026-06-25T04:04:36.441Z Compiling base16ct v0.2.0
19802026-06-25T04:04:36.692Z Compiling opaque-debug v0.3.1
19812026-06-25T04:04:36.771Z Compiling cfg_aliases v0.2.1
19822026-06-25T04:04:36.852Z Compiling prettyplease v0.2.37
19832026-06-25T04:04:36.935Z Compiling ciborium-io v0.2.2
19842026-06-25T04:04:36.996Z Compiling base64ct v1.8.3
19852026-06-25T04:04:37.364Z Compiling password-hash v0.5.0
19862026-06-25T04:04:37.431Z Compiling ciborium-ll v0.2.2
19872026-06-25T04:04:37.726Z Compiling nix v0.31.3
19882026-06-25T04:04:38.120Z Compiling poly1305 v0.8.0
19892026-06-25T04:04:38.342Z Compiling elliptic-curve v0.13.8
19902026-06-25T04:04:38.844Z Compiling num v0.4.3
19912026-06-25T04:04:38.878Z Compiling hubpack v0.1.2
19922026-06-25T04:04:38.924Z Compiling thiserror-no-std v2.0.2
19932026-06-25T04:04:39.985Z Compiling chacha20 v0.9.1
19942026-06-25T04:04:40.548Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19952026-06-25T04:04:40.958Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19962026-06-25T04:04:41.013Z Compiling reqwest v0.12.28
19972026-06-25T04:04:41.693Z Compiling toml_edit v0.25.12+spec-1.1.0
19982026-06-25T04:04:41.926Z Compiling blake2 v0.10.6
19992026-06-25T04:04:42.212Z Compiling aead v0.5.2
20002026-06-25T04:04:42.548Z Compiling byte-wrapper v0.1.0
20012026-06-25T04:04:42.581Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20022026-06-25T04:04:42.613Z Compiling serde_repr v0.1.20
20032026-06-25T04:04:43.215Z Compiling proc-macro-error-attr v1.0.4
20042026-06-25T04:04:43.465Z Compiling bstr v1.12.1
20052026-06-25T04:04:43.488Z Compiling keccak v0.1.6
20062026-06-25T04:04:43.524Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072026-06-25T04:04:43.750Z Compiling static_assertions v1.1.0
20082026-06-25T04:04:43.831Z Compiling float-ord v0.3.2
20092026-06-25T04:04:43.896Z Compiling rustix v0.38.44
20102026-06-25T04:04:44.134Z Compiling sha3 v0.10.9
20112026-06-25T04:04:44.353Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20122026-06-25T04:04:44.420Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-25T04:04:44.996Z Compiling chacha20poly1305 v0.10.1
20142026-06-25T04:04:45.061Z Compiling proc-macro-crate v3.5.0
20152026-06-25T04:04:45.145Z Compiling argon2 v0.5.3
20162026-06-25T04:04:45.472Z Compiling progenitor-client v0.10.0
20172026-06-25T04:04:46.007Z Compiling vsss-rs v3.3.4
20182026-06-25T04:04:47.314Z Compiling rustls-webpki v0.103.13
20192026-06-25T04:04:47.495Z Compiling ciborium v0.2.2
20202026-06-25T04:04:48.299Z Compiling usdt-attr-macro v0.5.0
20212026-06-25T04:04:48.399Z Compiling usdt-macro v0.5.0
20222026-06-25T04:04:50.046Z Compiling enum-as-inner v0.6.1
20232026-06-25T04:04:50.159Z Compiling num-derive v0.4.2
20242026-06-25T04:04:50.628Z Compiling proc-macro-error v1.0.4
20252026-06-25T04:04:50.979Z Compiling memmap v0.7.0
20262026-06-25T04:04:50.982Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20272026-06-25T04:04:51.119Z Compiling winnow v0.5.40
20282026-06-25T04:04:51.209Z Compiling indent_write v2.2.0
20292026-06-25T04:04:51.297Z Compiling data-encoding v2.11.0
20302026-06-25T04:04:51.550Z Compiling tokio-rustls v0.26.4
20312026-06-25T04:04:51.577Z Compiling rustls-platform-verifier v0.7.0
20322026-06-25T04:04:51.849Z Compiling hyper-rustls v0.27.9
20332026-06-25T04:04:52.169Z Compiling reqwest v0.13.4
20342026-06-25T04:04:52.487Z Compiling toml_edit v0.19.15
20352026-06-25T04:04:53.064Z Compiling usdt v0.5.0
20362026-06-25T04:04:53.665Z Compiling progenitor-client v0.14.0
20372026-06-25T04:04:53.946Z Compiling progenitor-extras v0.2.0
20382026-06-25T04:04:54.414Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-25T04:04:54.634Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20402026-06-25T04:04:54.741Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-25T04:04:55.067Z Compiling num_enum_derive v0.7.6
20422026-06-25T04:04:55.309Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-25T04:04:59.313Z Compiling serde_spanned v0.6.9
20442026-06-25T04:04:59.475Z Compiling foreign-types-macros v0.2.3
20452026-06-25T04:05:00.146Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-25T04:05:06.506Z Compiling toml_write v0.1.2
20472026-06-25T04:05:06.573Z Compiling colored v3.1.1
20482026-06-25T04:05:06.710Z Compiling pkg-config v0.3.33
20492026-06-25T04:05:07.234Z Compiling foreign-types-shared v0.3.1
20502026-06-25T04:05:07.252Z Compiling bytecount v0.6.9
20512026-06-25T04:05:07.313Z Compiling vcpkg v0.2.15
20522026-06-25T04:05:07.344Z Compiling winnow v0.7.15
20532026-06-25T04:05:07.451Z Compiling foreign-types v0.5.0
20542026-06-25T04:05:07.861Z Compiling openssl-sys v0.9.116
20552026-06-25T04:05:08.333Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-25T04:05:08.439Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-25T04:05:08.780Z Compiling toml_edit v0.22.27
20582026-06-25T04:05:08.902Z Compiling num_enum v0.7.6
20592026-06-25T04:05:09.044Z Compiling proc-macro-crate v1.3.1
20602026-06-25T04:05:09.221Z Compiling progenitor-impl v0.13.0
20612026-06-25T04:05:09.294Z Compiling chacha20 v0.10.0
20622026-06-25T04:05:09.399Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20632026-06-25T04:05:09.886Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20642026-06-25T04:05:09.931Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20652026-06-25T04:05:10.174Z Compiling cstr-argument v0.1.2
20662026-06-25T04:05:10.332Z Compiling swrite v0.1.0
20672026-06-25T04:05:10.354Z Compiling heck v0.4.1
20682026-06-25T04:05:10.450Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20692026-06-25T04:05:10.468Z Compiling resolv-conf v0.7.6
20702026-06-25T04:05:10.565Z Compiling rayon-core v1.13.0
20712026-06-25T04:05:10.817Z Compiling unicode-segmentation v1.13.3
20722026-06-25T04:05:11.071Z Compiling semver v0.1.20
20732026-06-25T04:05:11.075Z Compiling linked-hash-map v0.5.6
20742026-06-25T04:05:11.309Z Compiling progenitor-macro v0.13.0
20752026-06-25T04:05:11.340Z Compiling lru-cache v0.1.2
20762026-06-25T04:05:11.454Z Compiling rustc_version v0.1.7
20772026-06-25T04:05:11.496Z Compiling newline-converter v0.3.0
20782026-06-25T04:05:11.681Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792026-06-25T04:05:11.753Z Compiling toml v0.8.23
20802026-06-25T04:05:11.948Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20812026-06-25T04:05:12.100Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-06-25T04:05:12.245Z Compiling rand v0.10.1
20832026-06-25T04:05:12.305Z Compiling num_enum_derive v0.5.11
20842026-06-25T04:05:13.135Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20852026-06-25T04:05:13.313Z Compiling atomicwrites v0.4.4
20862026-06-25T04:05:13.334Z Compiling progenitor-client v0.13.0
20872026-06-25T04:05:13.374Z Compiling hickory-proto v0.24.4
20882026-06-25T04:05:13.599Z Compiling similar v2.7.0
20892026-06-25T04:05:13.617Z Compiling crossbeam-deque v0.8.6
20902026-06-25T04:05:13.821Z Compiling progenitor-impl v0.14.0
20912026-06-25T04:05:13.857Z Compiling console v0.15.11
20922026-06-25T04:05:15.152Z Compiling camino-tempfile v1.4.1
20932026-06-25T04:05:15.459Z Compiling serde-big-array v0.5.1
20942026-06-25T04:05:15.579Z Compiling pin-project-internal v1.1.13
20952026-06-25T04:05:15.623Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20962026-06-25T04:05:15.903Z Compiling derive-where v1.6.1
20972026-06-25T04:05:16.160Z Compiling lazy_static v1.5.0
20982026-06-25T04:05:16.284Z Compiling minimal-lexical v0.2.1
20992026-06-25T04:05:16.419Z Compiling siphasher v1.0.3
21002026-06-25T04:05:16.539Z Compiling nom v7.1.3
21012026-06-25T04:05:16.641Z Compiling phf_shared v0.12.1
21022026-06-25T04:05:16.663Z Compiling pin-project v1.1.13
21032026-06-25T04:05:16.870Z Compiling progenitor-macro v0.14.0
21042026-06-25T04:05:17.183Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21052026-06-25T04:05:17.595Z Compiling hickory-resolver v0.24.4
21062026-06-25T04:05:17.862Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-25T04:05:20.987Z Compiling progenitor v0.13.0
21082026-06-25T04:05:21.061Z Compiling expectorate v1.2.0
21092026-06-25T04:05:21.423Z Compiling num_enum v0.5.11
21102026-06-25T04:05:22.681Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-25T04:05:23.430Z Compiling newtype_derive v0.1.6
21122026-06-25T04:05:23.847Z Compiling unicode-normalization v0.1.25
21132026-06-25T04:05:24.478Z Compiling tokio-stream v0.1.18
21142026-06-25T04:05:25.055Z Compiling async-recursion v1.1.1
21152026-06-25T04:05:25.074Z Compiling snafu-derive v0.8.9
21162026-06-25T04:05:25.096Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21172026-06-25T04:05:25.421Z Compiling slog-dtrace v0.3.0
21182026-06-25T04:05:25.692Z Compiling csv-core v0.1.13
21192026-06-25T04:05:25.747Z Compiling foldhash v0.1.5
21202026-06-25T04:05:25.983Z Compiling highway v1.3.0
21212026-06-25T04:05:26.099Z Compiling unicode-width v0.1.14
21222026-06-25T04:05:26.432Z Compiling foreign-types-shared v0.1.1
21232026-06-25T04:05:26.537Z Compiling chrono-tz v0.10.4
21242026-06-25T04:05:26.711Z Compiling owo-colors v4.3.0
21252026-06-25T04:05:26.794Z Compiling cancel-safe-futures v0.1.5
21262026-06-25T04:05:26.815Z Compiling unicode-xid v0.2.6
21272026-06-25T04:05:26.949Z Compiling openssl v0.10.80
21282026-06-25T04:05:27.070Z Compiling konst_macro_rules v0.2.19
21292026-06-25T04:05:27.070Z Compiling same-file v1.0.6
21302026-06-25T04:05:27.268Z Compiling konst v0.2.20
21312026-06-25T04:05:27.268Z Compiling walkdir v2.5.0
21322026-06-25T04:05:27.377Z Compiling const_format_proc_macros v0.2.34
21332026-06-25T04:05:27.598Z Compiling snafu v0.8.9
21342026-06-25T04:05:27.679Z Compiling foreign-types v0.3.2
21352026-06-25T04:05:27.765Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-25T04:05:28.000Z Compiling hashbrown v0.15.5
21372026-06-25T04:05:28.172Z Compiling csv v1.4.0
21382026-06-25T04:05:28.298Z Compiling progenitor v0.14.0
21392026-06-25T04:05:28.452Z Compiling qorb v0.4.1
21402026-06-25T04:05:28.645Z Compiling olpc-cjson v0.1.4
21412026-06-25T04:05:28.859Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-25T04:05:29.167Z Compiling rayon v1.12.0
21432026-06-25T04:05:30.071Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21442026-06-25T04:05:30.611Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-25T04:05:31.368Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-25T04:05:32.372Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-25T04:05:32.906Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21482026-06-25T04:05:33.653Z Compiling phf v0.12.1
21492026-06-25T04:05:34.266Z Compiling zone_cfg_derive v0.3.1
21502026-06-25T04:05:34.317Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-25T04:05:35.004Z Compiling tokio-dtrace v0.1.1
21522026-06-25T04:05:35.101Z Compiling globset v0.4.18
21532026-06-25T04:05:35.335Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21542026-06-25T04:05:35.563Z Compiling itertools v0.12.1
21552026-06-25T04:05:36.703Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-25T04:05:36.944Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21572026-06-25T04:05:37.022Z Compiling libsw-core v0.3.2
21582026-06-25T04:05:37.025Z Compiling pem v3.0.6
21592026-06-25T04:05:37.223Z Compiling serde_plain v1.0.2
21602026-06-25T04:05:37.299Z Compiling openssl-macros v0.1.1
21612026-06-25T04:05:37.516Z Compiling cookie v0.18.1
21622026-06-25T04:05:37.698Z Compiling sigpipe v0.1.3
21632026-06-25T04:05:37.724Z Compiling fixedbitset v0.5.7
21642026-06-25T04:05:37.786Z Compiling typed-path v0.9.3
21652026-06-25T04:05:37.804Z Compiling jiff v0.2.28
21662026-06-25T04:05:37.808Z Compiling glob v0.3.3
21672026-06-25T04:05:38.237Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-06-25T04:05:38.491Z Compiling fixedbitset v0.4.2
21692026-06-25T04:05:38.592Z Compiling petgraph v0.8.3
21702026-06-25T04:05:38.721Z Compiling petgraph v0.6.5
21712026-06-25T04:05:38.872Z Compiling tough v0.22.0
21722026-06-25T04:05:40.255Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-06-25T04:05:40.503Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21742026-06-25T04:05:40.575Z Compiling libsw v3.5.0
21752026-06-25T04:05:40.742Z Compiling zone v0.3.1
21762026-06-25T04:05:40.774Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21772026-06-25T04:05:41.027Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-06-25T04:05:41.071Z Compiling oxide-tokio-rt v0.1.6
21792026-06-25T04:05:41.637Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-06-25T04:05:42.425Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21812026-06-25T04:05:44.609Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-25T04:05:44.822Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-06-25T04:05:45.058Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-25T04:05:45.585Z Compiling const_format v0.2.36
21852026-06-25T04:05:46.152Z Compiling papergrid v0.11.0
21862026-06-25T04:05:46.463Z Compiling tabled_derive v0.7.0
21872026-06-25T04:05:47.021Z Compiling gethostname v0.5.0
21882026-06-25T04:05:47.167Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-25T04:05:47.433Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21902026-06-25T04:05:47.885Z Compiling libscf-sys v1.2.0
21912026-06-25T04:05:48.037Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-25T04:05:48.120Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21932026-06-25T04:05:48.151Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-25T04:05:48.170Z Compiling bcs v0.1.6
21952026-06-25T04:05:48.277Z Compiling smf v0.2.3
21962026-06-25T04:05:48.313Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21972026-06-25T04:05:48.568Z Compiling unicode-linebreak v0.1.5
21982026-06-25T04:05:48.849Z Compiling whoami v1.6.1
21992026-06-25T04:05:49.325Z Compiling linear-map v1.2.0
22002026-06-25T04:05:49.464Z Compiling termtree v0.5.1
22012026-06-25T04:05:49.524Z Compiling tagptr v0.2.0
22022026-06-25T04:05:49.560Z Compiling smawk v0.3.2
22032026-06-25T04:05:49.704Z Compiling moka v0.12.15
22042026-06-25T04:05:49.753Z Compiling textwrap v0.16.2
22052026-06-25T04:05:50.897Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-25T04:05:51.283Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22072026-06-25T04:05:52.972Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-25T04:05:52.992Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-06-25T04:05:52.992Z Compiling tabled v0.15.0
22102026-06-25T04:05:53.000Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-25T04:05:53.001Z Compiling steno v0.4.1
22122026-06-25T04:05:53.001Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-25T04:05:55.273Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-25T04:05:57.451Z Compiling hickory-proto v0.25.2
22152026-06-25T04:05:59.780Z Compiling proc-macro-error-attr2 v2.0.0
22162026-06-25T04:05:59.800Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22172026-06-25T04:05:59.800Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22182026-06-25T04:05:59.800Z Compiling proc-macro-error2 v2.0.1
22192026-06-25T04:05:59.800Z Compiling parking_lot_core v0.8.6
22202026-06-25T04:05:59.800Z Compiling hickory-resolver v0.25.2
22212026-06-25T04:05:59.800Z Compiling tabled_derive v0.11.0
22222026-06-25T04:05:59.944Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22232026-06-25T04:06:00.902Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-06-25T04:06:00.999Z Compiling papergrid v0.18.0
22252026-06-25T04:06:01.628Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-06-25T04:06:03.339Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22272026-06-25T04:06:05.606Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-25T04:06:05.641Z Compiling testing_table v0.3.0
22292026-06-25T04:06:05.641Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22302026-06-25T04:06:05.641Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22312026-06-25T04:06:05.798Z Compiling tabled v0.21.0
22322026-06-25T04:06:05.973Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22332026-06-25T04:06:06.609Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22342026-06-25T04:06:06.725Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22352026-06-25T04:06:06.870Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22362026-06-25T04:06:07.424Z Compiling arc-swap v1.9.1
22372026-06-25T04:06:07.572Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22382026-06-25T04:06:08.193Z Compiling slog-scope v4.4.1
22392026-06-25T04:06:08.655Z Compiling parking_lot v0.11.2
22402026-06-25T04:06:08.831Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22412026-06-25T04:06:09.554Z Compiling dropshot-api-manager-types v0.7.2
22422026-06-25T04:06:10.157Z Compiling fxhash v0.2.1
22432026-06-25T04:06:10.188Z Compiling crc8 v0.1.1
22442026-06-25T04:06:10.293Z Compiling sled v0.34.7
22452026-06-25T04:06:10.308Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22462026-06-25T04:06:10.745Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22472026-06-25T04:06:11.015Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22482026-06-25T04:06:13.495Z Compiling slog-stdlog v4.1.1
22492026-06-25T04:06:13.578Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22502026-06-25T04:06:13.907Z Compiling slog-envlogger v2.2.0
22512026-06-25T04:06:13.925Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22522026-06-25T04:06:16.325Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22532026-06-25T04:06:18.422Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-06-25T04:06:19.936Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22552026-06-25T04:06:22.604Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22562026-06-25T04:06:30.368Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22572026-06-25T04:06:35.744Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22582026-06-25T04:06:38.967Z Finished `release` profile [optimized] target(s) in 3m 37s
22592026-06-25T04:06:39.309Z+ banner trio
22602026-06-25T04:06:39.312Z
22612026-06-25T04:06:39.312Z ##### ##### # ####
22622026-06-25T04:06:39.312Z # # # # # #
22632026-06-25T04:06:39.312Z # # # # # #
22642026-06-25T04:06:39.312Z # ##### # # #
22652026-06-25T04:06:39.312Z # # # # # #
22662026-06-25T04:06:39.312Z # # # # ####
22672026-06-25T04:06:39.312Z
22682026-06-25T04:06:39.312Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22692026-06-25T04:06:39.886Z Compiling cfg-if v1.0.4
22702026-06-25T04:06:39.889Z Compiling libc v0.2.186
22712026-06-25T04:06:39.889Z Compiling serde_core v1.0.228
22722026-06-25T04:06:39.995Z Compiling memchr v2.8.1
22732026-06-25T04:06:40.002Z Compiling itoa v1.0.18
22742026-06-25T04:06:40.006Z Compiling smallvec v1.15.1
22752026-06-25T04:06:40.018Z Compiling stable_deref_trait v1.2.1
22762026-06-25T04:06:40.021Z Compiling zerofrom v0.1.8
22772026-06-25T04:06:40.038Z Compiling zmij v1.0.21
22782026-06-25T04:06:40.089Z Compiling litemap v0.8.2
22792026-06-25T04:06:40.144Z Compiling yoke v0.8.3
22802026-06-25T04:06:40.231Z Compiling writeable v0.6.3
22812026-06-25T04:06:40.247Z Compiling utf8_iter v1.0.4
22822026-06-25T04:06:40.280Z Compiling percent-encoding v2.3.2
22832026-06-25T04:06:40.341Z Compiling zerovec v0.11.6
22842026-06-25T04:06:40.359Z Compiling zerotrie v0.2.4
22852026-06-25T04:06:40.405Z Compiling libm v0.2.16
22862026-06-25T04:06:40.468Z Compiling icu_properties_data v2.2.0
22872026-06-25T04:06:40.503Z Compiling icu_normalizer_data v2.2.0
22882026-06-25T04:06:40.544Z Compiling form_urlencoded v1.2.2
22892026-06-25T04:06:40.581Z Compiling rand_core v0.10.1
22902026-06-25T04:06:40.623Z Compiling errno v0.3.14
22912026-06-25T04:06:40.740Z Compiling getrandom v0.4.2
22922026-06-25T04:06:40.785Z Compiling iana-time-zone v0.1.65
22932026-06-25T04:06:40.798Z Compiling pin-project-lite v0.2.17
22942026-06-25T04:06:40.813Z Compiling zeroize v1.8.2
22952026-06-25T04:06:40.896Z Compiling tinystr v0.8.3
22962026-06-25T04:06:40.940Z Compiling potential_utf v0.1.5
22972026-06-25T04:06:40.952Z Compiling dyn-clone v1.0.20
22982026-06-25T04:06:41.054Z Compiling socket2 v0.6.4
22992026-06-25T04:06:41.100Z Compiling icu_locale_core v2.2.0
23002026-06-25T04:06:41.113Z Compiling icu_collections v2.2.0
23012026-06-25T04:06:41.119Z Compiling scopeguard v1.2.0
23022026-06-25T04:06:41.129Z Compiling parking_lot_core v0.9.12
23032026-06-25T04:06:41.140Z Compiling signal-hook-registry v1.4.8
23042026-06-25T04:06:41.227Z Compiling num-traits v0.2.19
23052026-06-25T04:06:41.527Z Compiling lock_api v0.4.14
23062026-06-25T04:06:41.685Z Compiling mio v1.2.1
23072026-06-25T04:06:41.782Z Compiling parking_lot v0.12.5
23082026-06-25T04:06:41.833Z Compiling serde v1.0.228
23092026-06-25T04:06:41.861Z Compiling serde_json v1.0.150
23102026-06-25T04:06:41.974Z Compiling icu_provider v2.2.0
23112026-06-25T04:06:41.985Z Compiling uuid v1.23.2
23122026-06-25T04:06:42.108Z Compiling semver v1.0.28
23132026-06-25T04:06:42.388Z Compiling bytes v1.11.1
23142026-06-25T04:06:42.473Z Compiling icu_normalizer v2.2.0
23152026-06-25T04:06:42.576Z Compiling icu_properties v2.2.0
23162026-06-25T04:06:42.588Z Compiling chrono v0.4.45
23172026-06-25T04:06:42.702Z Compiling portable-atomic v1.13.1
23182026-06-25T04:06:42.782Z Compiling thiserror v2.0.18
23192026-06-25T04:06:42.896Z Compiling bitflags v2.12.1
23202026-06-25T04:06:43.278Z Compiling tokio v1.52.3
23212026-06-25T04:06:43.296Z Compiling futures-core v0.3.32
23222026-06-25T04:06:43.406Z Compiling critical-section v1.2.0
23232026-06-25T04:06:43.464Z Compiling subtle v2.6.1
23242026-06-25T04:06:43.525Z Compiling idna_adapter v1.2.2
23252026-06-25T04:06:43.635Z Compiling idna v1.1.0
23262026-06-25T04:06:43.663Z Compiling once_cell v1.21.4
23272026-06-25T04:06:43.716Z Compiling equivalent v1.0.2
23282026-06-25T04:06:43.805Z Compiling log v0.4.32
23292026-06-25T04:06:43.911Z Compiling zerocopy v0.8.50
23302026-06-25T04:06:43.978Z Compiling url v2.5.8
23312026-06-25T04:06:44.071Z Compiling futures-sink v0.3.32
23322026-06-25T04:06:44.177Z Compiling slab v0.4.12
23332026-06-25T04:06:44.190Z Compiling typenum v1.20.1
23342026-06-25T04:06:44.390Z Compiling futures-channel v0.3.32
23352026-06-25T04:06:44.503Z Compiling getrandom v0.2.17
23362026-06-25T04:06:44.663Z Compiling schemars v0.8.22
23372026-06-25T04:06:44.733Z Compiling futures-task v0.3.32
23382026-06-25T04:06:44.919Z Compiling futures-io v0.3.32
23392026-06-25T04:06:45.018Z Compiling rand_core v0.6.4
23402026-06-25T04:06:45.118Z Compiling futures-util v0.3.32
23412026-06-25T04:06:45.275Z Compiling hashbrown v0.17.1
23422026-06-25T04:06:45.765Z Compiling tracing-core v0.1.36
23432026-06-25T04:06:45.960Z Compiling indexmap v2.14.0
23442026-06-25T04:06:46.141Z Compiling tracing v0.1.44
23452026-06-25T04:06:46.508Z Compiling ipnetwork v0.21.1
23462026-06-25T04:06:46.590Z Compiling base64 v0.22.1
23472026-06-25T04:06:46.783Z Compiling http v1.4.1
23482026-06-25T04:06:46.844Z Compiling unicode-ident v1.0.24
23492026-06-25T04:06:46.968Z Compiling proc-macro2 v1.0.106
23502026-06-25T04:06:47.082Z Compiling slog v2.8.2
23512026-06-25T04:06:47.097Z Compiling erased-serde v0.3.31
23522026-06-25T04:06:47.130Z Compiling fnv v1.0.7
23532026-06-25T04:06:47.239Z Compiling oxnet v0.1.6
23542026-06-25T04:06:47.832Z Compiling quote v1.0.45
23552026-06-25T04:06:48.289Z Compiling syn v2.0.117
23562026-06-25T04:06:48.504Z Compiling tokio-util v0.7.18
23572026-06-25T04:06:48.553Z Compiling ipnet v2.12.0
23582026-06-25T04:06:48.684Z Compiling byteorder v1.5.0
23592026-06-25T04:06:48.940Z Compiling thiserror v1.0.69
23602026-06-25T04:06:49.057Z Compiling ppv-lite86 v0.2.21
23612026-06-25T04:06:49.158Z Compiling rustls-pki-types v1.14.1
23622026-06-25T04:06:49.438Z Compiling aws-lc-sys v0.41.0
23632026-06-25T04:06:49.449Z Compiling http-body v1.0.1
23642026-06-25T04:06:49.620Z Compiling untrusted v0.7.1
23652026-06-25T04:06:49.719Z Compiling atomic-waker v1.1.2
23662026-06-25T04:06:49.755Z Compiling httparse v1.10.1
23672026-06-25T04:06:49.761Z Compiling pretty-hex v0.4.2
23682026-06-25T04:06:49.803Z Compiling tower-layer v0.3.3
23692026-06-25T04:06:49.858Z Compiling try-lock v0.2.5
23702026-06-25T04:06:49.902Z Compiling rustls v0.23.40
23712026-06-25T04:06:49.979Z Compiling aws-lc-rs v1.17.0
23722026-06-25T04:06:49.987Z Compiling untrusted v0.9.0
23732026-06-25T04:06:50.007Z Compiling ryu v1.0.23
23742026-06-25T04:06:50.045Z Compiling tower-service v0.3.3
23752026-06-25T04:06:50.116Z Compiling want v0.3.1
23762026-06-25T04:06:50.141Z Compiling h2 v0.4.14
23772026-06-25T04:06:50.168Z Compiling httpdate v1.0.3
23782026-06-25T04:06:50.226Z Compiling rustix v1.1.4
23792026-06-25T04:06:50.299Z Compiling regex-syntax v0.8.10
23802026-06-25T04:06:50.303Z Compiling plain v0.2.3
23812026-06-25T04:06:50.432Z Compiling getrandom v0.3.4
23822026-06-25T04:06:50.544Z Compiling omicron-workspace-hack v0.1.0
23832026-06-25T04:06:50.623Z Compiling ucd-trie v0.1.7
23842026-06-25T04:06:50.635Z Compiling rand_core v0.9.5
23852026-06-25T04:06:50.896Z Compiling pest v2.8.6
23862026-06-25T04:06:51.207Z Compiling rustls-webpki v0.103.13
23872026-06-25T04:06:52.572Z Compiling hyper v1.10.1
23882026-06-25T04:06:52.807Z Compiling crossbeam-utils v0.8.21
23892026-06-25T04:06:53.568Z Compiling serde_urlencoded v0.7.1
23902026-06-25T04:06:53.854Z Compiling http-body-util v0.1.3
23912026-06-25T04:06:53.893Z Compiling foldhash v0.2.0
23922026-06-25T04:06:54.157Z Compiling hyper-util v0.1.20
23932026-06-25T04:06:54.203Z Compiling allocator-api2 v0.2.21
23942026-06-25T04:06:54.611Z Compiling hashbrown v0.16.1
23952026-06-25T04:06:55.344Z Compiling newtype-uuid v1.3.2
23962026-06-25T04:06:56.233Z Compiling tokio-rustls v0.26.4
23972026-06-25T04:06:56.395Z Compiling hex v0.4.3
23982026-06-25T04:06:56.556Z Compiling daft v0.1.7
23992026-06-25T04:06:56.691Z Compiling rand_chacha v0.9.0
24002026-06-25T04:06:56.871Z Compiling sync_wrapper v1.0.2
24012026-06-25T04:06:56.989Z Compiling aho-corasick v1.1.4
24022026-06-25T04:06:57.119Z Compiling fastrand v2.4.1
24032026-06-25T04:06:57.159Z Compiling tower v0.5.3
24042026-06-25T04:06:57.227Z Compiling rand v0.9.4
24052026-06-25T04:06:57.259Z Compiling anyhow v1.0.102
24062026-06-25T04:06:57.464Z Compiling powerfmt v0.2.0
24072026-06-25T04:06:57.517Z Compiling generic-array v0.14.7
24082026-06-25T04:06:57.733Z Compiling deranged v0.5.8
24092026-06-25T04:06:57.745Z Compiling tower-http v0.6.11
24102026-06-25T04:06:57.915Z Compiling openapiv3 v2.2.0
24112026-06-25T04:06:57.973Z Compiling regex-automata v0.4.14
24122026-06-25T04:06:58.068Z Compiling time-core v0.1.8
24132026-06-25T04:06:58.224Z Compiling cpufeatures v0.3.0
24142026-06-25T04:06:58.304Z Compiling openssl-probe v0.2.1
24152026-06-25T04:06:58.433Z Compiling num_threads v0.1.7
24162026-06-25T04:06:58.535Z Compiling num-conv v0.2.2
24172026-06-25T04:06:58.557Z Compiling rustls-native-certs v0.8.4
24182026-06-25T04:06:58.696Z Compiling camino v1.2.2
24192026-06-25T04:06:58.849Z Compiling time v0.3.47
24202026-06-25T04:06:59.292Z Compiling tempfile v3.27.0
24212026-06-25T04:06:59.431Z Compiling futures-executor v0.3.32
24222026-06-25T04:06:59.994Z Compiling winnow v1.0.3
24232026-06-25T04:07:00.210Z Compiling regex v1.12.3
24242026-06-25T04:07:00.387Z Compiling futures v0.3.32
24252026-06-25T04:07:00.477Z Compiling rustls-platform-verifier v0.7.0
24262026-06-25T04:07:01.110Z Compiling hyper-rustls v0.27.9
24272026-06-25T04:07:01.452Z Compiling crossbeam-channel v0.5.15
24282026-06-25T04:07:01.490Z Compiling scroll v0.13.0
24292026-06-25T04:07:01.675Z Compiling hybrid-array v0.4.12
24302026-06-25T04:07:01.801Z Compiling adler2 v2.0.1
24312026-06-25T04:07:01.852Z Compiling simd-adler32 v0.3.9
24322026-06-25T04:07:01.970Z Compiling goblin v0.10.7
24332026-06-25T04:07:02.169Z Compiling miniz_oxide v0.8.9
24342026-06-25T04:07:02.216Z Compiling crc32fast v1.5.0
24352026-06-25T04:07:02.418Z Compiling reqwest v0.13.4
24362026-06-25T04:07:02.471Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24372026-06-25T04:07:02.693Z Compiling thread_local v1.1.9
24382026-06-25T04:07:03.062Z Compiling either v1.16.0
24392026-06-25T04:07:03.293Z Compiling flate2 v1.1.9
24402026-06-25T04:07:03.677Z Compiling crypto-common v0.2.2
24412026-06-25T04:07:03.856Z Compiling block-buffer v0.12.0
24422026-06-25T04:07:04.040Z Compiling crypto-common v0.1.7
24432026-06-25T04:07:04.195Z Compiling dtrace-parser v0.3.0
24442026-06-25T04:07:04.475Z Compiling rand_chacha v0.3.1
24452026-06-25T04:07:05.003Z Compiling thread-id v5.1.0
24462026-06-25T04:07:05.096Z Compiling dof v0.4.0
24472026-06-25T04:07:05.111Z Compiling is-terminal v0.4.17
24482026-06-25T04:07:05.220Z Compiling match_cfg v0.1.0
24492026-06-25T04:07:05.295Z Compiling term v1.2.1
24502026-06-25T04:07:06.749Z Compiling const-oid v0.10.2
24512026-06-25T04:07:07.055Z Compiling take_mut v0.2.2
24522026-06-25T04:07:07.182Z Compiling compression-core v0.4.32
24532026-06-25T04:07:07.195Z Compiling debug-ignore v1.0.5
24542026-06-25T04:07:07.306Z Compiling compression-codecs v0.4.38
24552026-06-25T04:07:07.360Z Compiling slog-async v2.8.0
24562026-06-25T04:07:07.691Z Compiling digest v0.11.3
24572026-06-25T04:07:07.887Z Compiling usdt-impl v0.6.0
24582026-06-25T04:07:08.184Z Compiling slog-term v2.9.2
24592026-06-25T04:07:08.838Z Compiling hostname v0.3.1
24602026-06-25T04:07:09.006Z Compiling rand v0.8.6
24612026-06-25T04:07:09.169Z Compiling ref-cast v1.0.25
24622026-06-25T04:07:09.282Z Compiling toml_parser v1.1.2+spec-1.1.0
24632026-06-25T04:07:09.572Z Compiling slog-json v2.6.1
24642026-06-25T04:07:09.827Z Compiling strum v0.26.3
24652026-06-25T04:07:09.839Z Compiling macaddr v1.0.1
24662026-06-25T04:07:09.968Z Compiling serde_spanned v1.1.1
24672026-06-25T04:07:10.120Z Compiling toml_datetime v1.1.1+spec-1.1.0
24682026-06-25T04:07:10.123Z Compiling wait-timeout v0.2.1
24692026-06-25T04:07:10.545Z Compiling memmap2 v0.9.10
24702026-06-25T04:07:10.617Z Compiling encoding_rs v0.8.35
24712026-06-25T04:07:10.625Z Compiling toml_writer v1.1.1+spec-1.1.0
24722026-06-25T04:07:10.841Z Compiling bit-vec v0.8.0
24732026-06-25T04:07:10.887Z Compiling mime v0.3.17
24742026-06-25T04:07:11.137Z Compiling spin v0.9.8
24752026-06-25T04:07:11.270Z Compiling quick-error v1.2.3
24762026-06-25T04:07:11.369Z Compiling rusty-fork v0.3.1
24772026-06-25T04:07:11.383Z Compiling bit-set v0.8.0
24782026-06-25T04:07:11.578Z Compiling toml v1.1.2+spec-1.1.0
24792026-06-25T04:07:12.228Z Compiling multer v3.1.0
24802026-06-25T04:07:12.239Z Compiling usdt v0.6.0
24812026-06-25T04:07:12.908Z Compiling slog-bunyan v2.5.0
24822026-06-25T04:07:13.130Z Compiling sha1 v0.11.0
24832026-06-25T04:07:13.462Z Compiling async-compression v0.4.42
24842026-06-25T04:07:13.474Z Compiling serde_with v3.20.0
24852026-06-25T04:07:13.535Z Compiling async-stream v0.3.6
24862026-06-25T04:07:13.569Z Compiling rand_xorshift v0.4.0
24872026-06-25T04:07:13.733Z Compiling waitgroup v0.1.2
24882026-06-25T04:07:13.733Z Compiling rustls-pemfile v2.2.0
24892026-06-25T04:07:13.899Z Compiling serde_path_to_error v0.1.20
24902026-06-25T04:07:13.953Z Compiling hostname v0.4.2
24912026-06-25T04:07:14.010Z Compiling unarray v0.1.4
24922026-06-25T04:07:14.130Z Compiling proptest v1.11.0
24932026-06-25T04:07:14.143Z Compiling progenitor-client v0.14.0
24942026-06-25T04:07:14.316Z Compiling dropshot v0.17.1
24952026-06-25T04:07:14.349Z Compiling strum v0.27.2
24962026-06-25T04:07:14.489Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24972026-06-25T04:07:14.639Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24982026-06-25T04:07:14.662Z Compiling iddqd v0.4.2
24992026-06-25T04:07:14.866Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25002026-06-25T04:07:14.900Z Compiling reqwest v0.12.28
25012026-06-25T04:07:15.174Z Compiling block-buffer v0.10.4
25022026-06-25T04:07:15.350Z Compiling backon v1.6.0
25032026-06-25T04:07:15.623Z Compiling instant v0.1.13
25042026-06-25T04:07:15.750Z Compiling backoff v0.4.0
25052026-06-25T04:07:15.971Z Compiling progenitor-client v0.10.0
25062026-06-25T04:07:16.103Z Compiling progenitor-extras v0.2.0
25072026-06-25T04:07:16.300Z Compiling digest v0.10.7
25082026-06-25T04:07:16.364Z Compiling parse-display v0.10.0
25092026-06-25T04:07:16.465Z Compiling itertools v0.14.0
25102026-06-25T04:07:16.560Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25112026-06-25T04:07:16.823Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25122026-06-25T04:07:17.301Z Compiling regress v0.10.5
25132026-06-25T04:07:17.999Z Compiling humantime v2.3.0
25142026-06-25T04:07:18.430Z Compiling cpufeatures v0.2.17
25152026-06-25T04:07:18.533Z Compiling heck v0.5.0
25162026-06-25T04:07:18.597Z Compiling unicode-width v0.2.2
25172026-06-25T04:07:18.923Z Compiling secrecy v0.10.3
25182026-06-25T04:07:19.124Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25192026-06-25T04:07:19.156Z Compiling tinyvec_macros v0.1.1
25202026-06-25T04:07:19.234Z Compiling tinyvec v1.11.0
25212026-06-25T04:07:19.687Z Compiling num-integer v0.1.46
25222026-06-25T04:07:20.191Z Compiling scroll v0.12.0
25232026-06-25T04:07:20.288Z Compiling crucible-workspace-hack v0.1.0
25242026-06-25T04:07:20.369Z Compiling hmac v0.12.1
25252026-06-25T04:07:20.498Z Compiling inout v0.1.4
25262026-06-25T04:07:20.531Z Compiling regress v0.11.1
25272026-06-25T04:07:20.661Z Compiling ff v0.13.1
25282026-06-25T04:07:20.675Z Compiling utf8parse v0.2.2
25292026-06-25T04:07:20.808Z Compiling anstyle-parse v1.0.0
25302026-06-25T04:07:20.820Z Compiling group v0.13.0
25312026-06-25T04:07:20.944Z Compiling cipher v0.4.4
25322026-06-25T04:07:21.035Z Compiling hkdf v0.12.4
25332026-06-25T04:07:21.200Z Compiling goblin v0.8.2
25342026-06-25T04:07:21.213Z Compiling num-iter v0.1.45
25352026-06-25T04:07:21.344Z Compiling num-rational v0.4.2
25362026-06-25T04:07:22.088Z Compiling zerocopy v0.7.35
25372026-06-25T04:07:22.477Z Compiling typify-impl v0.6.2
25382026-06-25T04:07:22.700Z Compiling universal-hash v0.5.1
25392026-06-25T04:07:22.852Z Compiling crypto-bigint v0.5.5
25402026-06-25T04:07:23.157Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25412026-06-25T04:07:24.479Z Compiling terminal_size v0.4.4
25422026-06-25T04:07:24.645Z Compiling half v2.7.1
25432026-06-25T04:07:24.841Z Compiling num-complex v0.4.6
25442026-06-25T04:07:25.005Z Compiling is_terminal_polyfill v1.70.2
25452026-06-25T04:07:25.109Z Compiling base16ct v0.2.0
25462026-06-25T04:07:25.292Z Compiling base64ct v1.8.3
25472026-06-25T04:07:25.323Z Compiling anstyle-query v1.1.5
25482026-06-25T04:07:25.376Z Compiling anstyle v1.0.14
25492026-06-25T04:07:25.435Z Compiling colorchoice v1.0.5
25502026-06-25T04:07:25.563Z Compiling opaque-debug v0.3.1
25512026-06-25T04:07:25.636Z Compiling ciborium-io v0.2.2
25522026-06-25T04:07:25.647Z Compiling poly1305 v0.8.0
25532026-06-25T04:07:25.658Z Compiling anstream v1.0.0
25542026-06-25T04:07:25.740Z Compiling ciborium-ll v0.2.2
25552026-06-25T04:07:26.005Z Compiling password-hash v0.5.0
25562026-06-25T04:07:26.174Z Compiling elliptic-curve v0.13.8
25572026-06-25T04:07:26.269Z Compiling num v0.4.3
25582026-06-25T04:07:26.371Z Compiling curve25519-dalek v4.1.3
25592026-06-25T04:07:26.491Z Compiling typify v0.6.2
25602026-06-25T04:07:26.607Z Compiling thiserror-no-std v2.0.2
25612026-06-25T04:07:26.708Z Compiling dof v0.3.0
25622026-06-25T04:07:26.991Z Compiling chacha20 v0.9.1
25632026-06-25T04:07:27.251Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25642026-06-25T04:07:27.403Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25652026-06-25T04:07:28.978Z Compiling blake2 v0.10.6
25662026-06-25T04:07:29.039Z Compiling aead v0.5.2
25672026-06-25T04:07:29.248Z Compiling byte-wrapper v0.1.0
25682026-06-25T04:07:29.406Z Compiling crossbeam-epoch v0.9.18
25692026-06-25T04:07:29.505Z Compiling dtrace-parser v0.2.0
25702026-06-25T04:07:29.917Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25712026-06-25T04:07:30.220Z Compiling thread-id v4.2.2
25722026-06-25T04:07:30.242Z Compiling strsim v0.11.1
25732026-06-25T04:07:30.312Z Compiling float-ord v0.3.2
25742026-06-25T04:07:30.431Z Compiling clap_lex v1.1.0
25752026-06-25T04:07:30.541Z Compiling keccak v0.1.6
25762026-06-25T04:07:30.804Z Compiling sha3 v0.10.9
25772026-06-25T04:07:31.094Z Compiling clap_builder v4.6.0
25782026-06-25T04:07:31.199Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25792026-06-25T04:07:31.256Z Compiling usdt-impl v0.5.0
25802026-06-25T04:07:31.463Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-25T04:07:32.076Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25822026-06-25T04:07:34.629Z Compiling argon2 v0.5.3
25832026-06-25T04:07:35.586Z Compiling chacha20poly1305 v0.10.1
25842026-06-25T04:07:35.683Z Compiling vsss-rs v3.3.4
25852026-06-25T04:07:35.739Z Compiling ciborium v0.2.2
25862026-06-25T04:07:36.583Z Compiling hash32 v0.3.1
25872026-06-25T04:07:36.752Z Compiling memmap v0.7.0
25882026-06-25T04:07:36.953Z Compiling data-encoding v2.11.0
25892026-06-25T04:07:36.991Z Compiling indent_write v2.2.0
25902026-06-25T04:07:37.144Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25912026-06-25T04:07:37.230Z Compiling usdt v0.5.0
25922026-06-25T04:07:37.894Z Compiling heapless v0.8.0
25932026-06-25T04:07:38.405Z Compiling ingot-types v0.1.2
25942026-06-25T04:07:38.866Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25952026-06-25T04:07:39.193Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25962026-06-25T04:07:39.232Z Compiling clap v4.6.1
25972026-06-25T04:07:39.300Z Compiling rustix v0.38.44
25982026-06-25T04:07:39.324Z Compiling tabwriter v1.4.1
25992026-06-25T04:07:39.640Z Compiling cobs v0.3.0
26002026-06-25T04:07:39.703Z Compiling colored v3.1.1
26012026-06-25T04:07:39.919Z Compiling bitflags v1.3.2
26022026-06-25T04:07:40.004Z Compiling managed v0.8.0
26032026-06-25T04:07:40.273Z Compiling foreign-types-shared v0.3.1
26042026-06-25T04:07:40.378Z Compiling foreign-types v0.5.0
26052026-06-25T04:07:40.388Z Compiling smoltcp v0.11.0
26062026-06-25T04:07:40.462Z Compiling postcard v1.1.3
26072026-06-25T04:07:40.687Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-06-25T04:07:40.850Z Compiling num_enum v0.7.6
26092026-06-25T04:07:40.985Z Compiling ingot v0.1.1
26102026-06-25T04:07:41.764Z Compiling memoffset v0.9.1
26112026-06-25T04:07:41.860Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26122026-06-25T04:07:41.978Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26132026-06-25T04:07:42.192Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26142026-06-25T04:07:42.254Z Compiling chacha20 v0.10.0
26152026-06-25T04:07:42.312Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26162026-06-25T04:07:42.568Z Compiling serde_spanned v0.6.9
26172026-06-25T04:07:42.734Z Compiling toml_datetime v0.6.11
26182026-06-25T04:07:42.781Z Compiling cstr-argument v0.1.2
26192026-06-25T04:07:42.956Z Compiling swrite v0.1.0
26202026-06-25T04:07:43.078Z Compiling resolv-conf v0.7.6
26212026-06-25T04:07:43.113Z Compiling toml_write v0.1.2
26222026-06-25T04:07:43.192Z Compiling unicode-segmentation v1.13.3
26232026-06-25T04:07:43.307Z Compiling winnow v0.7.15
26242026-06-25T04:07:43.361Z Compiling static_assertions v1.1.0
26252026-06-25T04:07:43.442Z Compiling linked-hash-map v0.5.6
26262026-06-25T04:07:43.621Z Compiling lru-cache v0.1.2
26272026-06-25T04:07:43.662Z Compiling newline-converter v0.3.0
26282026-06-25T04:07:43.714Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26292026-06-25T04:07:43.778Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26302026-06-25T04:07:43.796Z Compiling rand v0.10.1
26312026-06-25T04:07:43.844Z Compiling hubpack v0.1.2
26322026-06-25T04:07:44.109Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26332026-06-25T04:07:44.153Z Compiling nix v0.31.3
26342026-06-25T04:07:44.245Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26352026-06-25T04:07:44.484Z Compiling atomicwrites v0.4.4
26362026-06-25T04:07:44.655Z Compiling hickory-proto v0.24.4
26372026-06-25T04:07:44.782Z Compiling crossbeam-deque v0.8.6
26382026-06-25T04:07:45.006Z Compiling toml_edit v0.22.27
26392026-06-25T04:07:45.230Z Compiling console v0.15.11
26402026-06-25T04:07:45.466Z Compiling itertools v0.12.1
26412026-06-25T04:07:46.574Z Compiling camino-tempfile v1.4.1
26422026-06-25T04:07:46.763Z Compiling serde-big-array v0.5.1
26432026-06-25T04:07:46.925Z Compiling lazy_static v1.5.0
26442026-06-25T04:07:46.938Z Compiling similar v2.7.0
26452026-06-25T04:07:47.010Z Compiling siphasher v1.0.3
26462026-06-25T04:07:47.036Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26472026-06-25T04:07:47.220Z Compiling phf_shared v0.12.1
26482026-06-25T04:07:47.446Z Compiling expectorate v1.2.0
26492026-06-25T04:07:47.593Z Compiling pin-project v1.1.13
26502026-06-25T04:07:47.659Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26512026-06-25T04:07:47.702Z Compiling hickory-resolver v0.24.4
26522026-06-25T04:07:47.892Z Compiling toml v0.8.23
26532026-06-25T04:07:49.692Z Compiling prettyplease v0.2.37
26542026-06-25T04:07:50.774Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26552026-06-25T04:07:51.562Z Compiling rayon-core v1.13.0
26562026-06-25T04:07:53.132Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26572026-06-25T04:07:53.192Z Compiling num_enum v0.5.11
26582026-06-25T04:07:53.268Z Compiling progenitor-impl v0.14.0
26592026-06-25T04:07:53.316Z Compiling progenitor-impl v0.13.0
26602026-06-25T04:07:54.422Z Compiling unicode-normalization v0.1.25
26612026-06-25T04:07:55.021Z Compiling progenitor-client v0.13.0
26622026-06-25T04:07:55.544Z Compiling tokio-stream v0.1.18
26632026-06-25T04:07:56.114Z Compiling bstr v1.12.1
26642026-06-25T04:07:56.818Z Compiling csv-core v0.1.13
26652026-06-25T04:07:56.846Z Compiling konst_macro_rules v0.2.19
26662026-06-25T04:07:56.858Z Compiling foreign-types-shared v0.1.1
26672026-06-25T04:07:56.953Z Compiling unicode-width v0.1.14
26682026-06-25T04:07:57.039Z Compiling foldhash v0.1.5
26692026-06-25T04:07:57.216Z Compiling same-file v1.0.6
26702026-06-25T04:07:57.262Z Compiling highway v1.3.0
26712026-06-25T04:07:57.265Z Compiling hashbrown v0.15.5
26722026-06-25T04:07:57.398Z Compiling walkdir v2.5.0
26732026-06-25T04:07:57.922Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26742026-06-25T04:07:57.953Z Compiling csv v1.4.0
26752026-06-25T04:07:58.191Z Compiling konst v0.2.20
26762026-06-25T04:07:58.576Z Compiling foreign-types v0.3.2
26772026-06-25T04:07:58.659Z Compiling globset v0.4.18
26782026-06-25T04:07:58.928Z Compiling snafu v0.8.9
26792026-06-25T04:07:59.521Z Compiling qorb v0.4.1
26802026-06-25T04:08:01.192Z Compiling progenitor v0.13.0
26812026-06-25T04:08:01.270Z Compiling olpc-cjson v0.1.4
26822026-06-25T04:08:01.334Z Compiling progenitor v0.14.0
26832026-06-25T04:08:01.473Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26842026-06-25T04:08:01.485Z Compiling rayon v1.12.0
26852026-06-25T04:08:01.934Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26862026-06-25T04:08:02.089Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26872026-06-25T04:08:03.715Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-06-25T04:08:04.997Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26892026-06-25T04:08:07.238Z Compiling phf v0.12.1
26902026-06-25T04:08:07.423Z Compiling openssl-sys v0.9.116
26912026-06-25T04:08:07.865Z Compiling tokio-dtrace v0.1.1
26922026-06-25T04:08:08.198Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-06-25T04:08:08.559Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26942026-06-25T04:08:08.791Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26952026-06-25T04:08:09.234Z Compiling libsw-core v0.3.2
26962026-06-25T04:08:09.318Z Compiling pem v3.0.6
26972026-06-25T04:08:09.421Z Compiling serde_plain v1.0.2
26982026-06-25T04:08:09.736Z Compiling sigpipe v0.1.3
26992026-06-25T04:08:09.837Z Compiling minimal-lexical v0.2.1
27002026-06-25T04:08:10.033Z Compiling glob v0.3.3
27012026-06-25T04:08:10.155Z Compiling fixedbitset v0.4.2
27022026-06-25T04:08:10.351Z Compiling bytecount v0.6.9
27032026-06-25T04:08:10.530Z Compiling typed-path v0.9.3
27042026-06-25T04:08:10.544Z Compiling fixedbitset v0.5.7
27052026-06-25T04:08:11.013Z Compiling jiff v0.2.28
27062026-06-25T04:08:11.082Z Compiling petgraph v0.8.3
27072026-06-25T04:08:11.597Z Compiling tough v0.22.0
27082026-06-25T04:08:12.047Z Compiling papergrid v0.11.0
27092026-06-25T04:08:12.229Z Compiling petgraph v0.6.5
27102026-06-25T04:08:13.489Z Compiling nom v7.1.3
27112026-06-25T04:08:13.503Z Compiling openssl v0.10.80
27122026-06-25T04:08:13.548Z Compiling libsw v3.5.0
27132026-06-25T04:08:13.738Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27142026-06-25T04:08:14.056Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27152026-06-25T04:08:15.249Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27162026-06-25T04:08:16.533Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27172026-06-25T04:08:16.792Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27182026-06-25T04:08:17.147Z Compiling zone v0.3.1
27192026-06-25T04:08:17.465Z Compiling oxide-tokio-rt v0.1.6
27202026-06-25T04:08:18.105Z Compiling chrono-tz v0.10.4
27212026-06-25T04:08:18.549Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27222026-06-25T04:08:18.981Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-25T04:08:19.095Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-25T04:08:19.206Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27252026-06-25T04:08:19.272Z Compiling newtype_derive v0.1.6
27262026-06-25T04:08:19.363Z Compiling slog-dtrace v0.3.0
27272026-06-25T04:08:19.883Z Compiling cancel-safe-futures v0.1.5
27282026-06-25T04:08:20.089Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-25T04:08:20.244Z Compiling const_format v0.2.36
27302026-06-25T04:08:20.780Z Compiling owo-colors v4.3.0
27312026-06-25T04:08:21.691Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27322026-06-25T04:08:21.897Z Compiling gethostname v0.5.0
27332026-06-25T04:08:22.035Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27342026-06-25T04:08:22.444Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27352026-06-25T04:08:22.577Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-25T04:08:22.707Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-06-25T04:08:22.854Z Compiling bcs v0.1.6
27382026-06-25T04:08:22.965Z Compiling smf v0.2.3
27392026-06-25T04:08:23.250Z Compiling tagptr v0.2.0
27402026-06-25T04:08:23.419Z Compiling unicode-linebreak v0.1.5
27412026-06-25T04:08:23.483Z Compiling smawk v0.3.2
27422026-06-25T04:08:23.648Z Compiling termtree v0.5.1
27432026-06-25T04:08:23.691Z Compiling whoami v1.6.1
27442026-06-25T04:08:23.823Z Compiling linear-map v1.2.0
27452026-06-25T04:08:24.076Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-25T04:08:24.079Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-25T04:08:24.188Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-25T04:08:24.209Z Compiling textwrap v0.16.2
27492026-06-25T04:08:25.239Z Compiling moka v0.12.15
27502026-06-25T04:08:25.726Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-06-25T04:08:25.880Z Compiling tabled v0.15.0
27522026-06-25T04:08:25.965Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-25T04:08:26.466Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-06-25T04:08:26.673Z Compiling steno v0.4.1
27552026-06-25T04:08:27.141Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-25T04:08:27.692Z Compiling cookie v0.18.1
27572026-06-25T04:08:29.062Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-25T04:08:33.073Z Compiling hickory-proto v0.25.2
27592026-06-25T04:08:33.575Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27602026-06-25T04:08:34.591Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27612026-06-25T04:08:34.701Z Compiling arc-swap v1.9.1
27622026-06-25T04:08:35.055Z Compiling slog-scope v4.4.1
27632026-06-25T04:08:35.520Z Compiling hickory-resolver v0.25.2
27642026-06-25T04:08:36.513Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-25T04:08:36.806Z Compiling libscf-sys v1.2.0
27662026-06-25T04:08:36.955Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-25T04:08:37.312Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27682026-06-25T04:08:37.847Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27692026-06-25T04:08:38.010Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27702026-06-25T04:08:38.587Z Compiling slog-stdlog v4.1.1
27712026-06-25T04:08:38.981Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-06-25T04:08:39.697Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27732026-06-25T04:08:39.808Z Compiling slog-envlogger v2.2.0
27742026-06-25T04:08:40.835Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27752026-06-25T04:08:41.180Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27762026-06-25T04:08:41.899Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27772026-06-25T04:08:49.325Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-25T04:08:51.641Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-06-25T04:08:53.446Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27802026-06-25T04:09:02.196Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27812026-06-25T04:09:06.011Z Finished `release` profile [optimized] target(s) in 2m 26s
27822026-06-25T04:09:06.126Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27832026-06-25T04:09:06.130Z
27842026-06-25T04:09:06.130Zrunning 1 test
27852026-06-25T04:09:06.291Zconfigure zone
27862026-06-25T04:09:06.311Zinstall zone
27872026-06-25T04:09:16.012Zboot zone
27882026-06-25T04:09:16.103Zstart zone s1
27892026-06-25T04:09:16.105Zconfigure zone
27902026-06-25T04:09:16.111Zinstall zone
27912026-06-25T04:09:17.825Zboot zone
27922026-06-25T04:09:17.919Zstart zone s2
27932026-06-25T04:09:17.919Zconfigure zone
27942026-06-25T04:09:17.931Zinstall zone
27952026-06-25T04:09:20.248Zboot zone
27962026-06-25T04:09:20.351Zstart zone t1
27972026-06-25T04:09:20.351Zconfigure zone
27982026-06-25T04:09:20.361Zinstall zone
27992026-06-25T04:09:23.116Zboot zone
28002026-06-25T04:09:23.229Zwaiting for zones to come up
28012026-06-25T04:09:33.230Z[sidecar.trio] svcs milestone/network
28022026-06-25T04:09:33.258ZSTATE STIME FMRI
28032026-06-25T04:09:33.258Zonline 4:09:15 svc:/milestone/network:default
28042026-06-25T04:09:33.258Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28052026-06-25T04:09:33.284Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28062026-06-25T04:09:33.311Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28072026-06-25T04:09:33.331Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28082026-06-25T04:09:33.334Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28092026-06-25T04:09:33.347Z
28102026-06-25T04:09:33.347Zrunning zone s1.trio setup
28112026-06-25T04:09:33.347Z[s1.trio] svcs milestone/network
28122026-06-25T04:09:33.363ZSTATE STIME FMRI
28132026-06-25T04:09:33.363Zonline 4:09:17 svc:/milestone/network:default
28142026-06-25T04:09:33.363Z[s1.trio] dladm
28152026-06-25T04:09:33.375ZLINK CLASS MTU STATE BRIDGE OVER
28162026-06-25T04:09:33.375Zsl0 simnet 9000 up -- ?
28172026-06-25T04:09:33.375Zmg2 vnic 9000 up -- ?
28182026-06-25T04:09:33.378Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28192026-06-25T04:09:34.019Z
28202026-06-25T04:09:34.019Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28212026-06-25T04:09:34.037Z
28222026-06-25T04:09:34.037Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28232026-06-25T04:09:34.048Z
28242026-06-25T04:09:34.048Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28252026-06-25T04:09:34.131Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28262026-06-25T04:09:34.205Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ef5f960d-daaf-4c87-9bac-74649227ae4b --sled-uuid 39e95613-7eb2-4344-a5ab-4485c7911a7e -a sl0/v6 &> /opt/ddmd.log &
28272026-06-25T04:09:34.220Z
28282026-06-25T04:09:34.220Zrunning zone s2.trio setup
28292026-06-25T04:09:34.220Z[s2.trio] svcs milestone/network
28302026-06-25T04:09:34.236ZSTATE STIME FMRI
28312026-06-25T04:09:34.237Zonline 4:09:20 svc:/milestone/network:default
28322026-06-25T04:09:34.237Z[s2.trio] dladm
28332026-06-25T04:09:34.258ZLINK CLASS MTU STATE BRIDGE OVER
28342026-06-25T04:09:34.258Zsl1 simnet 9000 up -- ?
28352026-06-25T04:09:34.258Zmg3 vnic 9000 up -- ?
28362026-06-25T04:09:34.258Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28372026-06-25T04:09:34.714Z
28382026-06-25T04:09:34.714Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28392026-06-25T04:09:34.730Z
28402026-06-25T04:09:34.730Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28412026-06-25T04:09:34.741Z
28422026-06-25T04:09:34.741Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28432026-06-25T04:09:34.774Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28442026-06-25T04:09:34.803Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7c504e8f-7e96-4041-8219-824ea04b3536 --sled-uuid 2dca5260-b0ac-4a23-bd41-3b855e07da04 -a sl1/v6 &> /opt/ddmd.log &
28452026-06-25T04:09:34.814Z
28462026-06-25T04:09:34.815Zrunning zone t1.trio setup
28472026-06-25T04:09:34.815Z[t1.trio] svcs milestone/network
28482026-06-25T04:09:34.831ZSTATE STIME FMRI
28492026-06-25T04:09:34.831Zonline 4:09:22 svc:/milestone/network:default
28502026-06-25T04:09:34.831Z[t1.trio] dladm
28512026-06-25T04:09:34.844ZLINK CLASS MTU STATE BRIDGE OVER
28522026-06-25T04:09:34.844Ztfportrear0_0 simnet 9000 up -- ?
28532026-06-25T04:09:34.844Ztfportrear1_0 simnet 9000 up -- ?
28542026-06-25T04:09:34.844Zmg1 vnic 9000 up -- ?
28552026-06-25T04:09:34.844Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28562026-06-25T04:09:35.383Z
28572026-06-25T04:09:35.383Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28582026-06-25T04:09:35.398Z
28592026-06-25T04:09:35.398Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28602026-06-25T04:09:35.412Z
28612026-06-25T04:09:35.412Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28622026-06-25T04:09:35.424Z
28632026-06-25T04:09:35.424Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28642026-06-25T04:09:35.720Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28652026-06-25T04:09:35.723Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28662026-06-25T04:09:35.725Zwaiting 3s for copy of files to zone to complete ...
28672026-06-25T04:09:38.723Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28682026-06-25T04:09:38.856Z
28692026-06-25T04:09:38.856Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28702026-06-25T04:09:38.964Z
28712026-06-25T04:09:38.964Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28722026-06-25T04:09:39.001Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28732026-06-25T04:09:39.051Z[t1.trio] svcadm disable dendrite
28742026-06-25T04:09:39.057Z
28752026-06-25T04:09:39.057Z[t1.trio] svcadm disable tfport
28762026-06-25T04:09:39.079Z
28772026-06-25T04:09:39.079Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28782026-06-25T04:09:39.105Z
28792026-06-25T04:09:39.105Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28802026-06-25T04:09:39.130Z
28812026-06-25T04:09:39.130Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28822026-06-25T04:09:39.154Z
28832026-06-25T04:09:39.155Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28842026-06-25T04:09:39.179Z
28852026-06-25T04:09:39.179Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28862026-06-25T04:09:39.204Z
28872026-06-25T04:09:39.204Z[t1.trio] svcadm refresh dendrite:default
28882026-06-25T04:09:39.225Z
28892026-06-25T04:09:39.225Z[t1.trio] svcadm enable dendrite:default
28902026-06-25T04:09:39.247Z
28912026-06-25T04:09:39.247Zwait 10s for dendrite to come up ...
28922026-06-25T04:09:49.247Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28932026-06-25T04:09:49.277Z
28942026-06-25T04:09:49.277Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28952026-06-25T04:09:49.302Z
28962026-06-25T04:09:49.302Z[t1.trio] svcadm refresh tfport:default
28972026-06-25T04:09:49.323Z
28982026-06-25T04:09:49.323Z[t1.trio] svcadm enable tfport
28992026-06-25T04:09:49.345Z
29002026-06-25T04:09:49.348Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid eb282768-6fe9-4aaf-afee-ee5fdd144226 --sled-uuid 6050ae6d-f46b-44f1-bdee-db1440cc146c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29012026-06-25T04:09:49.356Z
29022026-06-25T04:09:49.356Z[t1.trio] ipadm
29032026-06-25T04:09:49.371ZADDROBJ TYPE STATE ADDR
29042026-06-25T04:09:49.371Zlo0/v4 static ok 127.0.0.1/8
29052026-06-25T04:09:49.371Zmg1/v4 static ok 10.0.0.3/24
29062026-06-25T04:09:49.371Zlo0/v6 static ok ::1/128
29072026-06-25T04:09:49.371Zlo0/u6 static ok fd00:3::1/64
29082026-06-25T04:09:49.371Ztfportrear0_0/v6 addrconf ok fe80::f072:fff:fef6:844b%tfportrear0_0/10
29092026-06-25T04:09:49.371Ztfportrear1_0/v6 addrconf ok fe80::9cf3:34ff:fe5d:4f77%tfportrear1_0/10
29102026-06-25T04:09:51.483Zinitial peering test passed
29112026-06-25T04:09:52.485Zadvertise from one passed
29122026-06-25T04:09:53.486Zadvertise from two passed
29132026-06-25T04:09:53.486Z[s1.trio] ping fd00:2::1
29142026-06-25T04:09:53.503Zfd00:2::1 is alive
29152026-06-25T04:09:53.503Z[s2.trio] ping fd00:1::1
29162026-06-25T04:09:53.515Zfd00:1::1 is alive
29172026-06-25T04:09:53.515Zconnectivity test passed
29182026-06-25T04:09:53.515Z[t1.trio] pkill ddmd
29192026-06-25T04:09:53.526Z
29202026-06-25T04:09:59.529Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4eac2551-8551-434d-aa66-366883b9158a --sled-uuid 522aea35-ae5c-4b32-8e46-bcafc75ef966 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29212026-06-25T04:09:59.545Z
29222026-06-25T04:09:59.545Z[t1.trio] ipadm
29232026-06-25T04:09:59.567ZADDROBJ TYPE STATE ADDR
29242026-06-25T04:09:59.567Zlo0/v4 static ok 127.0.0.1/8
29252026-06-25T04:09:59.567Zmg1/v4 static ok 10.0.0.3/24
29262026-06-25T04:09:59.567Zlo0/v6 static ok ::1/128
29272026-06-25T04:09:59.567Zlo0/u6 static ok fd00:3::1/64
29282026-06-25T04:09:59.567Ztfportrear0_0/v6 addrconf ok fe80::f072:fff:fef6:844b%tfportrear0_0/10
29292026-06-25T04:09:59.567Ztfportrear1_0/v6 addrconf ok fe80::9cf3:34ff:fe5d:4f77%tfportrear1_0/10
29302026-06-25T04:10:02.561Z[s1.trio] ping fd00:2::1
29312026-06-25T04:10:02.578Zfd00:2::1 is alive
29322026-06-25T04:10:02.578Z[s2.trio] ping fd00:1::1
29332026-06-25T04:10:02.590Zfd00:1::1 is alive
29342026-06-25T04:10:02.590Ztransit router restart passed
29352026-06-25T04:10:02.590Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29362026-06-25T04:10:02.606Zlocal v6:
29372026-06-25T04:10:02.606Zfe80::9cf3:34ff:fe5d:4f77
29382026-06-25T04:10:02.606Zfe80::f072:fff:fef6:844b
29392026-06-25T04:10:02.606Zlocal v4:
29402026-06-25T04:10:02.606Zrouter v6_idx:
29412026-06-25T04:10:02.606Zfd00:1::/64 -> 0
29422026-06-25T04:10:02.606Zfd00:2::/64 -> 1
29432026-06-25T04:10:02.606Zrouter v6_routes:
29442026-06-25T04:10:02.606Z0 -> fe80::54e8:78ff:fe8a:39b0 (1)
29452026-06-25T04:10:02.606Z1 -> fe80::907a:51ff:fe46:bf86 (2)
29462026-06-25T04:10:02.606Zrouter v4_idx:
29472026-06-25T04:10:02.606Zrouter v4_routes:
29482026-06-25T04:10:02.606Zresolver v4:
29492026-06-25T04:10:02.606Z10.0.0.3 -> 02:08:20:d5:b1:b6
29502026-06-25T04:10:02.606Z10.0.0.254 -> 02:08:20:c3:c3:c3
29512026-06-25T04:10:02.606Zresolver v6:
29522026-06-25T04:10:02.606Zfe80::907a:51ff:fe46:bf86 -> 92:7a:51:46:bf:86
29532026-06-25T04:10:02.606Zfe80::9cf3:34ff:fe5d:4f77 -> 9e:f3:34:5d:4f:77
29542026-06-25T04:10:02.606Zfe80::f072:fff:fef6:844b -> f2:72:0f:f6:84:4b
29552026-06-25T04:10:02.606Zfe80::54e8:78ff:fe8a:39b0 -> 56:e8:78:8a:39:b0
29562026-06-25T04:10:02.606Znat v4:
29572026-06-25T04:10:02.606Znat_v6:
29582026-06-25T04:10:02.606Zport_mac:
29592026-06-25T04:10:02.606Z1: a8:40:25:7e:b8:ce
29602026-06-25T04:10:02.607Z2: a8:40:25:7e:b8:cf
29612026-06-25T04:10:02.607Z1000: a8:40:25:7e:b8:cd
29622026-06-25T04:10:02.607Zproxy arp:
29632026-06-25T04:10:02.607Z[s1.trio] pkill ddmd
29642026-06-25T04:10:02.618Z
29652026-06-25T04:10:06.130Ztest ddm::test_trio_v3 has been running for over 60 seconds
29662026-06-25T04:10:07.621Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29672026-06-25T04:10:07.638Zlocal v6:
29682026-06-25T04:10:07.638Zfe80::9cf3:34ff:fe5d:4f77
29692026-06-25T04:10:07.638Zfe80::f072:fff:fef6:844b
29702026-06-25T04:10:07.638Zlocal v4:
29712026-06-25T04:10:07.638Zrouter v6_idx:
29722026-06-25T04:10:07.638Zfd00:2::/64 -> 1
29732026-06-25T04:10:07.638Zrouter v6_routes:
29742026-06-25T04:10:07.638Z1 -> fe80::907a:51ff:fe46:bf86 (2)
29752026-06-25T04:10:07.638Zrouter v4_idx:
29762026-06-25T04:10:07.638Zrouter v4_routes:
29772026-06-25T04:10:07.638Zresolver v4:
29782026-06-25T04:10:07.638Z10.0.0.3 -> 02:08:20:d5:b1:b6
29792026-06-25T04:10:07.638Z10.0.0.254 -> 02:08:20:c3:c3:c3
29802026-06-25T04:10:07.638Zresolver v6:
29812026-06-25T04:10:07.638Zfe80::907a:51ff:fe46:bf86 -> 92:7a:51:46:bf:86
29822026-06-25T04:10:07.638Zfe80::9cf3:34ff:fe5d:4f77 -> 9e:f3:34:5d:4f:77
29832026-06-25T04:10:07.638Zfe80::f072:fff:fef6:844b -> f2:72:0f:f6:84:4b
29842026-06-25T04:10:07.638Zfe80::54e8:78ff:fe8a:39b0 -> 56:e8:78:8a:39:b0
29852026-06-25T04:10:07.638Znat v4:
29862026-06-25T04:10:07.638Znat_v6:
29872026-06-25T04:10:07.638Zport_mac:
29882026-06-25T04:10:07.638Z1: a8:40:25:7e:b8:ce
29892026-06-25T04:10:07.638Z2: a8:40:25:7e:b8:cf
29902026-06-25T04:10:07.638Z1000: a8:40:25:7e:b8:cd
29912026-06-25T04:10:07.638Zproxy arp:
29922026-06-25T04:10:07.638Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5eba4ffe-90c0-4014-bb08-750227e09a23 --sled-uuid 5ffd22b9-b707-4ad9-ad11-5f32ee131773 -a sl0/v6 &> /opt/ddmd.log &
29932026-06-25T04:10:07.650Z
29942026-06-25T04:10:10.696Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29952026-06-25T04:10:10.701Zlocal v6:
29962026-06-25T04:10:10.701Zfe80::9cf3:34ff:fe5d:4f77
29972026-06-25T04:10:10.701Zfe80::f072:fff:fef6:844b
29982026-06-25T04:10:10.701Zlocal v4:
29992026-06-25T04:10:10.701Zrouter v6_idx:
30002026-06-25T04:10:10.701Zfd00:1::/64 -> 0
30012026-06-25T04:10:10.701Zfd00:2::/64 -> 1
30022026-06-25T04:10:10.701Zrouter v6_routes:
30032026-06-25T04:10:10.701Z0 -> fe80::54e8:78ff:fe8a:39b0 (1)
30042026-06-25T04:10:10.701Z1 -> fe80::907a:51ff:fe46:bf86 (2)
30052026-06-25T04:10:10.701Zrouter v4_idx:
30062026-06-25T04:10:10.701Zrouter v4_routes:
30072026-06-25T04:10:10.701Zresolver v4:
30082026-06-25T04:10:10.701Z10.0.0.3 -> 02:08:20:d5:b1:b6
30092026-06-25T04:10:10.701Z10.0.0.254 -> 02:08:20:c3:c3:c3
30102026-06-25T04:10:10.702Zresolver v6:
30112026-06-25T04:10:10.702Zfe80::907a:51ff:fe46:bf86 -> 92:7a:51:46:bf:86
30122026-06-25T04:10:10.702Zfe80::9cf3:34ff:fe5d:4f77 -> 9e:f3:34:5d:4f:77
30132026-06-25T04:10:10.702Zfe80::f072:fff:fef6:844b -> f2:72:0f:f6:84:4b
30142026-06-25T04:10:10.702Zfe80::54e8:78ff:fe8a:39b0 -> 56:e8:78:8a:39:b0
30152026-06-25T04:10:10.702Znat v4:
30162026-06-25T04:10:10.702Znat_v6:
30172026-06-25T04:10:10.702Zport_mac:
30182026-06-25T04:10:10.702Z1: a8:40:25:7e:b8:ce
30192026-06-25T04:10:10.702Z2: a8:40:25:7e:b8:cf
30202026-06-25T04:10:10.702Z1000: a8:40:25:7e:b8:cd
30212026-06-25T04:10:10.702Zproxy arp:
30222026-06-25T04:10:10.702Z[s2.trio] netstat -nr -f inet6
30232026-06-25T04:10:10.702ZRouting Table: IPv6
30242026-06-25T04:10:10.702Z Destination/Mask Gateway Flags Ref Use If
30252026-06-25T04:10:10.702Z--------------------------- --------------------------- ----- --- ------- -----
30262026-06-25T04:10:10.702Z::1 ::1 UH 2 0 lo0
30272026-06-25T04:10:10.702Zfd00:1::/64 fe80::9cf3:34ff:fe5d:4f77 UG 1 0 sl1
30282026-06-25T04:10:10.702Zfe80::/10 fe80::907a:51ff:fe46:bf86 U 3 64 sl1
30292026-06-25T04:10:10.702Z[s2.trio] ipadm
30302026-06-25T04:10:10.706ZADDROBJ TYPE STATE ADDR
30312026-06-25T04:10:10.706Zlo0/v4 static ok 127.0.0.1/8
30322026-06-25T04:10:10.706Zmg3/v4 static ok 10.0.0.2/24
30332026-06-25T04:10:10.706Zlo0/v6 static ok ::1/128
30342026-06-25T04:10:10.706Zlo0/u6 static ok fd00:2::1/64
30352026-06-25T04:10:10.706Zsl1/v6 addrconf ok fe80::907a:51ff:fe46:bf86%sl1/10
30362026-06-25T04:10:10.706Z[s2.trio] route -nv get -inet6 fd00:1::1
30372026-06-25T04:10:10.711Znewrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
30382026-06-25T04:10:10.712Zlocks: inits:
30392026-06-25T04:10:10.712Zsockaddrs: <DST,IFP>
30402026-06-25T04:10:10.712Z fd00:1::1
30412026-06-25T04:10:10.712Z route to: fd00:1::1
30422026-06-25T04:10:10.712Zdestination: fd00:1::
30432026-06-25T04:10:10.712Z mask: ffff:ffff:ffff:ffff::
30442026-06-25T04:10:10.712Z gateway: fe80::9cf3:34ff:fe5d:4f77
30452026-06-25T04:10:10.712Z interface: sl1 index 3 address 92 7a 51 46 bf 86
30462026-06-25T04:10:10.712Z flags: <UP,GATEWAY,DONE,STATIC>
30472026-06-25T04:10:10.712Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30482026-06-25T04:10:10.712Z 0 0 0 0 0 0 9000 0
30492026-06-25T04:10:10.712Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30502026-06-25T04:10:10.712Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30512026-06-25T04:10:10.712Z fd00:1:: fe80::9cf3:34ff:fe5d:4f77 ffff:ffff:ffff:ffff:: sl1:92.7a.51.46.bf.86 fe80::907a:51ff:fe46:bf86
30522026-06-25T04:10:10.712Z[s2.trio] ndp -na
30532026-06-25T04:10:10.724ZNet to Media Table: IPv6
30542026-06-25T04:10:10.724Z If Physical Address Type State Destination/Mask
30552026-06-25T04:10:10.724Z----- ----------------- ------- ------------ ---------------------------
30562026-06-25T04:10:10.724Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30572026-06-25T04:10:10.724Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30582026-06-25T04:10:10.724Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30592026-06-25T04:10:10.724Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30602026-06-25T04:10:10.724Zsl1 9e:f3:34:5d:4f:77 dynamic REACHABLE fe80::9cf3:34ff:fe5d:4f77
30612026-06-25T04:10:10.724Zsl1 33:33:ff:5d:4f:77 other REACHABLE ff02::1:ff5d:4f77
30622026-06-25T04:10:10.724Zsl1 33:33:ff:46:bf:86 other REACHABLE ff02::1:ff46:bf86
30632026-06-25T04:10:10.724Zsl1 92:7a:51:46:bf:86 local REACHABLE fe80::907a:51ff:fe46:bf86
30642026-06-25T04:10:10.724Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30652026-06-25T04:10:10.724Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30662026-06-25T04:10:10.738Zlocal v6:
30672026-06-25T04:10:10.738Zfe80::9cf3:34ff:fe5d:4f77
30682026-06-25T04:10:10.738Zfe80::f072:fff:fef6:844b
30692026-06-25T04:10:10.738Zlocal v4:
30702026-06-25T04:10:10.738Zrouter v6_idx:
30712026-06-25T04:10:10.738Zfd00:1::/64 -> 0
30722026-06-25T04:10:10.738Zfd00:2::/64 -> 1
30732026-06-25T04:10:10.738Zrouter v6_routes:
30742026-06-25T04:10:10.738Z0 -> fe80::54e8:78ff:fe8a:39b0 (1)
30752026-06-25T04:10:10.739Z1 -> fe80::907a:51ff:fe46:bf86 (2)
30762026-06-25T04:10:10.739Zrouter v4_idx:
30772026-06-25T04:10:10.739Zrouter v4_routes:
30782026-06-25T04:10:10.739Zresolver v4:
30792026-06-25T04:10:10.739Z10.0.0.3 -> 02:08:20:d5:b1:b6
30802026-06-25T04:10:10.739Z10.0.0.254 -> 02:08:20:c3:c3:c3
30812026-06-25T04:10:10.739Zresolver v6:
30822026-06-25T04:10:10.739Zfe80::907a:51ff:fe46:bf86 -> 92:7a:51:46:bf:86
30832026-06-25T04:10:10.739Zfe80::9cf3:34ff:fe5d:4f77 -> 9e:f3:34:5d:4f:77
30842026-06-25T04:10:10.739Zfe80::f072:fff:fef6:844b -> f2:72:0f:f6:84:4b
30852026-06-25T04:10:10.739Zfe80::54e8:78ff:fe8a:39b0 -> 56:e8:78:8a:39:b0
30862026-06-25T04:10:10.739Znat v4:
30872026-06-25T04:10:10.739Znat_v6:
30882026-06-25T04:10:10.739Zport_mac:
30892026-06-25T04:10:10.739Z1: a8:40:25:7e:b8:ce
30902026-06-25T04:10:10.739Z2: a8:40:25:7e:b8:cf
30912026-06-25T04:10:10.739Z1000: a8:40:25:7e:b8:cd
30922026-06-25T04:10:10.739Zproxy arp:
30932026-06-25T04:10:10.739Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30942026-06-25T04:10:10.781ZSubnet Port Link Gateway Vlan
30952026-06-25T04:10:10.781Zfd00:1::/64 rear0 0 fe80::54e8:78ff:fe8a:39b0
30962026-06-25T04:10:10.781Zfd00:2::/64 rear1 0 fe80::907a:51ff:fe46:bf86
30972026-06-25T04:10:10.781Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
30982026-06-25T04:10:10.819Zhost mac age
30992026-06-25T04:10:10.819Z10.0.0.3 02:08:20:d5:b1:b6 21s
31002026-06-25T04:10:10.819Z10.0.0.254 02:08:20:c3:c3:c3 19s
31012026-06-25T04:10:10.820Zfe80::54e8:78ff:fe8a:39b0 56:e8:78:8a:39:b0 21s
31022026-06-25T04:10:10.820Zfe80::907a:51ff:fe46:bf86 92:7a:51:46:bf:86 21s
31032026-06-25T04:10:10.820Zfe80::9cf3:34ff:fe5d:4f77 9e:f3:34:5d:4f:77 21s
31042026-06-25T04:10:10.820Zfe80::f072:fff:fef6:844b f2:72:0f:f6:84:4b 21s
31052026-06-25T04:10:10.823Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31062026-06-25T04:10:10.858ZLink IPv4 IPv6
31072026-06-25T04:10:10.858Zrear0/0 fe80::f072:fff:fef6:844b
31082026-06-25T04:10:10.858Zrear1/0 fe80::9cf3:34ff:fe5d:4f77
31092026-06-25T04:10:10.858Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31102026-06-25T04:10:12.158ZADDROBJ TYPE STATE ADDR
31112026-06-25T04:10:12.158Zlo0/v4 static ok 127.0.0.1/8
31122026-06-25T04:10:12.158Zmg2/v4 static ok 10.0.0.1/24
31132026-06-25T04:10:12.158Zlo0/v6 static ok ::1/128
31142026-06-25T04:10:12.158Zlo0/u6 static ok fd00:1::1/64
31152026-06-25T04:10:12.158Zsl0/v6 addrconf ok fe80::54e8:78ff:fe8a:39b0%sl0/10
31162026-06-25T04:10:12.158Znewrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
31172026-06-25T04:10:12.158Zlocks: inits:
31182026-06-25T04:10:12.158Zsockaddrs: <DST,IFP>
31192026-06-25T04:10:12.158Z fd00:2::1
31202026-06-25T04:10:12.158Z route to: fd00:2::1
31212026-06-25T04:10:12.158Zdestination: fd00:2::
31222026-06-25T04:10:12.158Z mask: ffff:ffff:ffff:ffff::
31232026-06-25T04:10:12.158Z gateway: fe80::f072:fff:fef6:844b
31242026-06-25T04:10:12.158Z interface: sl0 index 3 address 56 e8 78 8a 39 b0
31252026-06-25T04:10:12.158Z flags: <UP,GATEWAY,DONE,STATIC>
31262026-06-25T04:10:12.159Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31272026-06-25T04:10:12.159Z 0 0 0 0 0 0 9000 0
31282026-06-25T04:10:12.159Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31292026-06-25T04:10:12.159Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31302026-06-25T04:10:12.159Z fd00:2:: fe80::f072:fff:fef6:844b ffff:ffff:ffff:ffff:: sl0:56.e8.78.8a.39.b0 fe80::54e8:78ff:fe8a:39b0
31312026-06-25T04:10:12.159Z
31322026-06-25T04:10:12.159ZNet to Media Table: IPv6
31332026-06-25T04:10:12.159Z If Physical Address Type State Destination/Mask
31342026-06-25T04:10:12.159Z----- ----------------- ------- ------------ ---------------------------
31352026-06-25T04:10:12.159Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31362026-06-25T04:10:12.159Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31372026-06-25T04:10:12.159Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31382026-06-25T04:10:12.159Zsl0 33:33:ff:8a:39:b0 other REACHABLE ff02::1:ff8a:39b0
31392026-06-25T04:10:12.159Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31402026-06-25T04:10:12.159Zsl0 33:33:ff:f6:84:4b other REACHABLE ff02::1:fff6:844b
31412026-06-25T04:10:12.159Zsl0 f2:72:0f:f6:84:4b dynamic REACHABLE fe80::f072:fff:fef6:844b
31422026-06-25T04:10:12.159Zsl0 56:e8:78:8a:39:b0 local REACHABLE fe80::54e8:78ff:fe8a:39b0
31432026-06-25T04:10:12.159Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31442026-06-25T04:10:12.159Z
31452026-06-25T04:10:12.159Z
31462026-06-25T04:10:12.159ZRouting Table: IPv6
31472026-06-25T04:10:12.159Z Destination/Mask Gateway Flags Ref Use If
31482026-06-25T04:10:12.159Z--------------------------- --------------------------- ----- --- ------- -----
31492026-06-25T04:10:12.159Z::1 ::1 UH 2 0 lo0
31502026-06-25T04:10:12.159Zfd00:2::/64 fe80::f072:fff:fef6:844b UG 2 2 sl0
31512026-06-25T04:10:12.159Zfe80::/10 fe80::54e8:78ff:fe8a:39b0 U 3 64 sl0
31522026-06-25T04:10:12.159ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31532026-06-25T04:10:12.160Z68 bytes from fd00:2::1: icmp_seq=0. time=0.195 ms
31542026-06-25T04:10:12.160Z68 bytes from fd00:2::1: icmp_seq=1. time=0.391 ms
31552026-06-25T04:10:12.160Z
31562026-06-25T04:10:12.160Z----fd00:2::1 PING Statistics----
31572026-06-25T04:10:12.160Z2 packets transmitted, 2 packets received, 0% packet loss
31582026-06-25T04:10:12.160Zround-trip (ms) min/avg/max/stddev = 0.195/0.293/0.391/0.139
31592026-06-25T04:10:12.160Z[s2.trio] ping fd00:1::1
31602026-06-25T04:10:12.160Zfd00:1::1 is alive
31612026-06-25T04:10:12.160Zserver router restart passed
31622026-06-25T04:10:15.904Zpeer expiration recovery passed
31632026-06-25T04:10:17.320Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31642026-06-25T04:10:17.320Z3
31652026-06-25T04:10:17.321Zredundant advertise passed
31662026-06-25T04:10:17.926Ztunnel endpoint advertise passed
31672026-06-25T04:10:23.161Zredundant tunnel endpoint advertise passed
31682026-06-25T04:10:23.162Z[s1.trio] pkill ddmd
31692026-06-25T04:10:23.166Z
31702026-06-25T04:10:27.944Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b3c9b561-29c8-4f70-98fd-6e9f30e89804 --sled-uuid c3357cf1-70d8-4054-b402-a64cea515208 -a sl0/v6 &> /opt/ddmd.log &
31712026-06-25T04:10:27.961Z
31722026-06-25T04:10:32.978Ztunnel router restart passed
31732026-06-25T04:10:33.970Ztunnel endpoint withdraw passed
31742026-06-25T04:10:33.979Z[t1.trio] pkill ddmd
31752026-06-25T04:10:34.008Z
31762026-06-25T04:10:34.008Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31772026-06-25T04:10:34.008Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31782026-06-25T04:10:35.874Z[s2.trio] pkill ddmd
31792026-06-25T04:10:35.942Z
31802026-06-25T04:10:35.942Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31812026-06-25T04:10:38.372Z[s1.trio] pkill ddmd
31822026-06-25T04:10:38.376Z
31832026-06-25T04:10:38.376Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31842026-06-25T04:10:39.769Z[sidecar.trio] pkill softnpu
31852026-06-25T04:10:39.809Z
31862026-06-25T04:10:39.809Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31872026-06-25T04:10:42.321Ztest ddm::test_trio_v3 ... ok
31882026-06-25T04:10:42.321Z
31892026-06-25T04:10:42.321Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.19s
31902026-06-25T04:10:42.321Z
31912026-06-25T04:10:42.373Z+ cleanup
31922026-06-25T04:10:42.384Z++ id -un
31932026-06-25T04:10:42.384Z++ id -gn
31942026-06-25T04:10:42.388Z+ pfexec chown -R build:build .
31952026-06-25T04:10:42.505Zprocess exited: duration 697978 ms, exit code 0
 
31962026-06-25T04:10:42.542Zfound 5 output files
31972026-06-25T04:10:42.542Zuploading: /work/s1.trio.log (4027 bytes)
31982026-06-25T04:10:43.564Zuploaded: /work/s1.trio.log
31992026-06-25T04:10:43.564Zuploading: /work/s2.trio.log (10795 bytes)
32002026-06-25T04:10:44.625Zuploaded: /work/s2.trio.log
32012026-06-25T04:10:44.625Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32022026-06-25T04:10:45.725Zuploaded: /work/sidecar.trio-softnpu.log
32032026-06-25T04:10:45.725Zuploading: /work/t1.trio-dpd.log (324541 bytes)
32042026-06-25T04:10:46.744Zuploaded: /work/t1.trio-dpd.log
32052026-06-25T04:10:46.744Zuploading: /work/t1.trio.log (25731 bytes)
32062026-06-25T04:10:47.758Zuploaded: /work/t1.trio.log