01M0BEKV5XEHKPCEK9Z51AFS88: test-ddm-trio

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

Buildomat Job: 01M0BEMAQTED3TD27T38EA2S3P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T22:08:28.293Zjob assigned to worker 01M0BEMV7MGZDVM3WSNN4R846V [factory aws, i-0d3400675e0083403] (queued for 1 m 7 s)
 
22026-08-18T22:08:34.414Zstarting task 0: "setup"
32026-08-18T22:08:34.421Z++ uname -s
42026-08-18T22:08:34.426Z+ kern=SunOS
52026-08-18T22:08:34.426Z+ build_user=build
62026-08-18T22:08:34.426Z+ build_uid=12345
72026-08-18T22:08:34.426Z+ work_dir=/work
82026-08-18T22:08:34.426Z+ input_dir=/input
92026-08-18T22:08:34.427Z+ [[ 0 == 12345 ]]
102026-08-18T22:08:34.427Z+ case "$kern" in
112026-08-18T22:08:34.427Z+ groupadd -g 12345 build
122026-08-18T22:08:34.427Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T22:08:36.431Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T22:08:36.540Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T22:08:36.544Z+ home_fs=zfs
162026-08-18T22:08:36.544Z+ [[ zfs == autofs ]]
172026-08-18T22:08:36.544Z+ mkdir -p /home/build
182026-08-18T22:08:36.544Z+ chown build:build /home/build /work
192026-08-18T22:08:38.544Z+ chmod 0700 /home/build /work
202026-08-18T22:08:38.547Zprocess exited: duration 4131 ms, exit code 0
 
212026-08-18T22:08:38.553Zstarting task 1: "rust-toolchain"
222026-08-18T22:08:38.559Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T22:08:38.559Z * rust toolchain channel = "stable"
242026-08-18T22:08:38.559Z * rust toolchain profile = "default"
252026-08-18T22:08:38.559Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-18T22:08:38.559Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T22:08:38.559Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T22:08:38.562Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T22:08:38.562Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T22:08:38.663Zinfo: downloading installer
312026-08-18T22:08:40.110Zwarn: It looks like you have an existing rustup settings file at:
322026-08-18T22:08:40.110Zwarn: /home/build/.rustup/settings.toml
332026-08-18T22:08:40.110Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-18T22:08:40.110Zwarn: instead of the one inferred from the default host triple.
352026-08-18T22:08:40.123Zinfo: profile set to default
362026-08-18T22:08:40.123Zinfo: default host triple is x86_64-unknown-illumos
372026-08-18T22:08:40.126Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-18T22:08:40.273Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-18T22:08:40.276Zinfo: downloading 6 components
402026-08-18T22:08:55.521Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-18T22:08:55.521Z
422026-08-18T22:08:55.554Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-18T22:08:55.555Z
442026-08-18T22:08:55.555Z
452026-08-18T22:08:55.555ZRust is installed now. Great!
462026-08-18T22:08:55.555Z
472026-08-18T22:08:55.555ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-18T22:08:55.555Zenvironment variable. This has not been done automatically.
492026-08-18T22:08:55.555Z
502026-08-18T22:08:55.555ZTo configure your current shell, you need to source
512026-08-18T22:08:55.555Zthe corresponding env file under $HOME/.cargo.
522026-08-18T22:08:55.555Z
532026-08-18T22:08:55.555ZThis is usually done by running one of the following (note the leading DOT):
542026-08-18T22:08:55.558Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-18T22:08:55.558Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-18T22:08:55.560Zsource "~/.cargo/env.nu" # For nushell
572026-08-18T22:08:55.560Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-18T22:08:55.560Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-18T22:08:55.560Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-18T22:08:55.560Zwarn: no default linker (`cc`) was found in your PATH
612026-08-18T22:08:55.560Zwarn: many Rust crates require a system C toolchain to build
622026-08-18T22:08:55.653Z+ rustup --version
632026-08-18T22:08:55.662Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-18T22:08:55.665Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-18T22:08:55.683Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-18T22:08:55.687Z+ cargo --version
672026-08-18T22:08:55.700Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-18T22:08:55.703Z+ rustc --version
692026-08-18T22:08:55.722Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-18T22:08:55.725Zprocess exited: duration 17170 ms, exit code 0
 
712026-08-18T22:08:55.734Zstarting task 2: "authentication"
722026-08-18T22:08:55.750Zprocess exited: duration 16 ms, exit code 0
 
732026-08-18T22:08:55.758Zstarting task 3: "clone repository"
742026-08-18T22:08:55.761Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-18T22:08:55.764Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-18T22:08:55.794ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-18T22:08:57.886Z+ cd /work/oxidecomputer/maghemite
782026-08-18T22:08:57.886Z+ git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425
792026-08-18T22:08:58.179ZFrom https://github.com/oxidecomputer/maghemite
802026-08-18T22:08:58.179Z * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD
812026-08-18T22:08:58.185Z+ [[ -n spr/trey/add-ddm_apply-api-endpoint ]]
822026-08-18T22:08:58.189Z++ git branch --show-current
832026-08-18T22:08:58.189Z+ current=main
842026-08-18T22:08:58.189Z+ [[ main != spr/trey/add-ddm_apply-api-endpoint ]]
852026-08-18T22:08:58.189Z+ git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425
862026-08-18T22:08:58.192Z+ git checkout -f spr/trey/add-ddm_apply-api-endpoint
872026-08-18T22:08:58.211ZSwitched to branch 'spr/trey/add-ddm_apply-api-endpoint'
882026-08-18T22:08:58.215Z+ git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425
892026-08-18T22:08:58.219ZHEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
902026-08-18T22:08:58.219Zprocess exited: duration 2460 ms, exit code 0
 
912026-08-18T22:08:58.229Zstarting task 4: "build"
922026-08-18T22:08:58.239Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
932026-08-18T22:08:58.388Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
942026-08-18T22:08:58.424Zinfo: downloading 6 components
952026-08-18T22:09:13.520Zcargo 1.97.1 (c980f4866 2026-06-30)
962026-08-18T22:09:13.549Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-18T22:09:13.555Z++ dladm
982026-08-18T22:09:13.560ZLINK CLASS MTU STATE BRIDGE OVER
992026-08-18T22:09:13.560Zena0 phys 9216 up -- --
1002026-08-18T22:09:13.565Z++ ipadm
1012026-08-18T22:09:13.565ZADDROBJ TYPE STATE ADDR
1022026-08-18T22:09:13.565Zlo0/v4 static ok 127.0.0.1/8
1032026-08-18T22:09:13.565Zena0/dhcp dhcp ok 10.150.1.8/24
1042026-08-18T22:09:13.565Zlo0/v6 static ok ::1/128
1052026-08-18T22:09:13.565Z++ banner collect
1062026-08-18T22:09:13.580Z
1072026-08-18T22:09:13.580Z #### #### # # ###### #### #####
1082026-08-18T22:09:13.580Z # # # # # # # # # #
1092026-08-18T22:09:13.581Z # # # # # ##### # #
1102026-08-18T22:09:13.581Z # # # # # # # #
1112026-08-18T22:09:13.581Z # # # # # # # # # #
1122026-08-18T22:09:13.581Z #### #### ###### ###### ###### #### #
1132026-08-18T22:09:13.581Z
1142026-08-18T22:09:13.581Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1152026-08-18T22:09:13.581Z++ repo=softnpu
1162026-08-18T22:09:13.581Z++ series=image
1172026-08-18T22:09:13.581Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1182026-08-18T22:09:13.583Z++ name=softnpu
1192026-08-18T22:09:13.583Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1202026-08-18T22:09:13.583Z++ mkdir -p download
1212026-08-18T22:09:13.583Z++ pushd download
1222026-08-18T22:09:13.583Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1232026-08-18T22:09:13.584Z++ [[ ! -f softnpu ]]
1242026-08-18T22:09:13.584Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1252026-08-18T22:09:13.589Z % Total % Received % Xferd Average Speed Time Time Time Current
1262026-08-18T22:09:13.589Z Dload Upload Total Spent Left Speed
1272026-08-18T22:09:14.750Z 0 0 0 0 0 0 0 0 0 0 15.63M 0 3900 0 0 3876 0 1:10:30 00:01 1:10:29 3877 100 15.63M 100 15.63M 0 0 13.29M 0 00:01 00:01 3877 100 15.63M 100 15.63M 0 0 13.29M 0 00:01 00:01 3877 100 15.63M 100 15.63M 0 0 13.29M 0 00:01 00:01 3877
1282026-08-18T22:09:14.755Z++ popd
1292026-08-18T22:09:14.755Z/work/oxidecomputer/maghemite
1302026-08-18T22:09:14.755Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1312026-08-18T22:09:14.756Z++ repo=sidecar-lite
1322026-08-18T22:09:14.756Z++ series=release
1332026-08-18T22:09:14.756Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1342026-08-18T22:09:14.756Z++ name=libsidecar_lite.so
1352026-08-18T22:09:14.756Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1362026-08-18T22:09:14.756Z++ mkdir -p download
1372026-08-18T22:09:14.756Z++ pushd download
1382026-08-18T22:09:14.756Z++ [[ ! -f libsidecar_lite.so ]]
1392026-08-18T22:09:14.756Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1402026-08-18T22:09:14.756Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1412026-08-18T22:09:14.762Z % Total % Received % Xferd Average Speed Time Time Time Current
1422026-08-18T22:09:14.762Z Dload Upload Total Spent Left Speed
1432026-08-18T22:09:15.137Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 31.78M 0 0 100 12.04M 100 12.04M 0 0 31.78M 0 0 100 12.04M 100 12.04M 0 0 31.78M 0 0
1442026-08-18T22:09:15.142Z++ popd
1452026-08-18T22:09:15.143Z/work/oxidecomputer/maghemite
1462026-08-18T22:09:15.143Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1472026-08-18T22:09:15.143Z++ repo=sidecar-lite
1482026-08-18T22:09:15.143Z++ series=release
1492026-08-18T22:09:15.143Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1502026-08-18T22:09:15.143Z++ name=scadm
1512026-08-18T22:09:15.143Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522026-08-18T22:09:15.143Z++ mkdir -p download
1532026-08-18T22:09:15.143Z++ pushd download
1542026-08-18T22:09:15.143Z++ [[ ! -f scadm ]]
1552026-08-18T22:09:15.143Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1562026-08-18T22:09:15.143Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1572026-08-18T22:09:15.147Z % Total % Received % Xferd Average Speed Time Time Time Current
1582026-08-18T22:09:15.147Z Dload Upload Total Spent Left Speed
1592026-08-18T22:09:15.559Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 38.35M 0 0 100 15.78M 100 15.78M 0 0 38.34M 0 0 100 15.78M 100 15.78M 0 0 38.34M 0 0
1602026-08-18T22:09:15.563Z++ popd
1612026-08-18T22:09:15.566Z/work/oxidecomputer/maghemite
1622026-08-18T22:09:15.566Z++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz
1632026-08-18T22:09:15.566Z++ repo=dendrite
1642026-08-18T22:09:15.566Z++ series=image
1652026-08-18T22:09:15.566Z++ commit=803f6899e3bc64780a965d625e248e1d77e37d43
1662026-08-18T22:09:15.566Z++ name=dendrite-softnpu.tar.gz
1672026-08-18T22:09:15.566Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1682026-08-18T22:09:15.566Z++ mkdir -p download
1692026-08-18T22:09:15.566Z++ pushd download
1702026-08-18T22:09:15.566Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1712026-08-18T22:09:15.566Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1722026-08-18T22:09:15.566Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz
1732026-08-18T22:09:15.574Z % Total % Received % Xferd Average Speed Time Time Time Current
1742026-08-18T22:09:15.574Z Dload Upload Total Spent Left Speed
1752026-08-18T22:09:16.403Z 0 0 0 0 0 0 0 0 0 100 61.61M 100 61.61M 0 0 74.23M 0 0 100 61.61M 100 61.61M 0 0 74.22M 0 0 100 61.61M 100 61.61M 0 0 74.22M 0 0
1762026-08-18T22:09:16.408Z++ popd
1772026-08-18T22:09:16.408Z/work/oxidecomputer/maghemite
1782026-08-18T22:09:16.408Z++ get_artifact maghemite release dbbeeabef5052148fb64580adbe9e5b2c36c1425 ddm
1792026-08-18T22:09:16.408Z++ repo=maghemite
1802026-08-18T22:09:16.408Z++ series=release
1812026-08-18T22:09:16.408Z++ commit=dbbeeabef5052148fb64580adbe9e5b2c36c1425
1822026-08-18T22:09:16.408Z++ name=ddm
1832026-08-18T22:09:16.408Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1842026-08-18T22:09:16.408Z++ mkdir -p download
1852026-08-18T22:09:16.414Z++ pushd download
1862026-08-18T22:09:16.414Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1872026-08-18T22:09:16.414Z++ [[ ! -f ddm ]]
1882026-08-18T22:09:16.414Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/dbbeeabef5052148fb64580adbe9e5b2c36c1425/ddm
1892026-08-18T22:09:16.419Z % Total % Received % Xferd Average Speed Time Time Time Current
1902026-08-18T22:09:16.419Z Dload Upload Total Spent Left Speed
1912026-08-18T22:09:16.471Z 0 0 0 0 0 0 0 0 0
1922026-08-18T22:09:16.475Zcurl: (22) The requested URL returned error: 404
1932026-08-18T22:09:16.475Z++ popd
1942026-08-18T22:09:16.475Z/work/oxidecomputer/maghemite
1952026-08-18T22:09:16.475Z++ get_artifact maghemite release dbbeeabef5052148fb64580adbe9e5b2c36c1425 ddmadm
1962026-08-18T22:09:16.475Z++ repo=maghemite
1972026-08-18T22:09:16.476Z++ series=release
1982026-08-18T22:09:16.476Z++ commit=dbbeeabef5052148fb64580adbe9e5b2c36c1425
1992026-08-18T22:09:16.476Z++ name=ddmadm
2002026-08-18T22:09:16.476Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2012026-08-18T22:09:16.476Z++ mkdir -p download
2022026-08-18T22:09:16.476Z++ pushd download
2032026-08-18T22:09:16.476Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2042026-08-18T22:09:16.476Z++ [[ ! -f ddmadm ]]
2052026-08-18T22:09:16.476Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/dbbeeabef5052148fb64580adbe9e5b2c36c1425/ddmadm
2062026-08-18T22:09:16.480Z % Total % Received % Xferd Average Speed Time Time Time Current
2072026-08-18T22:09:16.480Z Dload Upload Total Spent Left Speed
2082026-08-18T22:09:16.538Z 0 0 0 0 0 0 0 0 0
2092026-08-18T22:09:16.538Zcurl: (22) The requested URL returned error: 404
2102026-08-18T22:09:16.542Z/work/oxidecomputer/maghemite
2112026-08-18T22:09:16.543Z++ popd
2122026-08-18T22:09:16.543Z++ pushd download
2132026-08-18T22:09:16.543Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2142026-08-18T22:09:16.543Z++ chmod +x softnpu
2152026-08-18T22:09:16.543Z++ chmod +x scadm
2162026-08-18T22:09:16.543Z++ chmod +x ddmadm
2172026-08-18T22:09:16.543Zchmod: WARNING: can't access ddmadm
2182026-08-18T22:09:16.543Z++ chmod +x ddmd
2192026-08-18T22:09:16.543Zchmod: WARNING: can't access ddmd
2202026-08-18T22:09:16.543Z++ mv ddmadm ddmadm-v2
2212026-08-18T22:09:16.543Zmv: cannot access ddmadm
2222026-08-18T22:09:16.543Z++ mv ddmd ddmd-v2
2232026-08-18T22:09:16.547Zmv: cannot access ddmd
2242026-08-18T22:09:16.547Z++ rm -rf zones/dendrite
2252026-08-18T22:09:16.547Z++ mkdir -p zones/dendrite
2262026-08-18T22:09:16.547Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272026-08-18T22:09:17.140Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2282026-08-18T22:09:17.145Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2292026-08-18T22:09:17.145Z++ popd
2302026-08-18T22:09:17.145Z/work/oxidecomputer/maghemite
2312026-08-18T22:09:17.145Z++ banner install
2322026-08-18T22:09:17.145Z
2332026-08-18T22:09:17.145Z # # # #### ##### ## # #
2342026-08-18T22:09:17.145Z # ## # # # # # # #
2352026-08-18T22:09:17.145Z # # # # #### # # # # #
2362026-08-18T22:09:17.145Z # # # # # # ###### # #
2372026-08-18T22:09:17.146Z # # ## # # # # # # #
2382026-08-18T22:09:17.146Z # # # #### # # # ###### ######
2392026-08-18T22:09:17.146Z
2402026-08-18T22:09:17.146Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2412026-08-18T22:09:17.146Z++ pfexec pkg install clang-15
2422026-08-18T22:09:18.439Z Startup: Refreshing catalog 'helios' ... Done
2432026-08-18T22:09:18.750Z Startup: Caching catalogs ... Done
2442026-08-18T22:09:20.541ZPlanning: Solver setup ... Done
2452026-08-18T22:09:20.597ZPlanning: Running solver ... Done
2462026-08-18T22:09:20.638ZPlanning: Consolidating action changes ... Done
2472026-08-18T22:09:20.641ZPlanning: Evaluating mediators ... Done
2482026-08-18T22:09:20.641ZPlanning: Planning completed in 1.86 seconds
2492026-08-18T22:09:20.656ZNo updates necessary for this image.
2502026-08-18T22:09:20.863Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2512026-08-18T22:09:20.863Z++ pfexec pkg install pkg-config
2522026-08-18T22:09:21.126Z Startup: Refreshing catalog 'helios' ... Done
2532026-08-18T22:09:22.747ZPlanning: Solver setup ... Done
2542026-08-18T22:09:22.800ZPlanning: Running solver ... Done
2552026-08-18T22:09:22.839ZPlanning: Consolidating action changes ... Done
2562026-08-18T22:09:22.839ZPlanning: Evaluating mediators ... Done
2572026-08-18T22:09:22.842ZPlanning: Planning completed in 1.71 seconds
2582026-08-18T22:09:22.857ZNo updates necessary for this image.
2592026-08-18T22:09:22.979Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2602026-08-18T22:09:22.979Z++ pfexec pkg install brand/omicron1
2612026-08-18T22:09:23.247Z Startup: Refreshing catalog 'helios' ... Done
2622026-08-18T22:09:24.859ZPlanning: Solver setup ... Done
2632026-08-18T22:09:24.912ZPlanning: Running solver ... Done
2642026-08-18T22:09:24.953ZPlanning: Finding local manifests ... Done
2652026-08-18T22:09:24.956ZPlanning: Fetching manifests: 0/2 0% complete
2662026-08-18T22:09:24.977ZPlanning: Fetching manifests: 2/2 100% complete
2672026-08-18T22:09:24.990ZPlanning: Package planning ... Done
2682026-08-18T22:09:24.993ZPlanning: Merging actions ... Done
2692026-08-18T22:09:25.171ZPlanning: Checking for conflicting actions ... Done
2702026-08-18T22:09:25.176ZPlanning: Consolidating action changes ... Done
2712026-08-18T22:09:25.985ZPlanning: Evaluating mediators ... Done
2722026-08-18T22:09:25.990ZPlanning: Planning completed in 2.74 seconds
2732026-08-18T22:09:25.994Z Packages to install: 2
2742026-08-18T22:09:25.994Z Create boot environment: No
2752026-08-18T22:09:25.994ZCreate backup boot environment: No
2762026-08-18T22:09:26.020Z
2772026-08-18T22:09:26.020ZDownload: 0/5 items 0.0/1.0MB 0% complete
2782026-08-18T22:09:26.039ZDownload: Completed 1.01 MB in 0.02 seconds (52.5M/s)
2792026-08-18T22:09:26.115Z Actions: 1/28 actions (Installing new actions)
2802026-08-18T22:09:26.127Z Actions: Completed 28 actions in 0.01 seconds.
2812026-08-18T22:09:26.154ZFinalize: Updating package state database ... Done
2822026-08-18T22:09:26.154ZFinalize: Updating package cache ... Done
2832026-08-18T22:09:26.229ZFinalize: Updating image state ... Done
2842026-08-18T22:09:28.609ZFinalize: Creating fast lookup database ... Done
2852026-08-18T22:09:28.674ZFinalize: Reading search index ... Done
2862026-08-18T22:09:28.677ZFinalize: Updating search index ... Done
2872026-08-18T22:09:28.768ZFinalize: Updating package cache ... Done
2882026-08-18T22:09:28.851Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-08-18T22:09:28.851Z++ pfexec pkg install brand/omicron1/tools
2902026-08-18T22:09:29.114Z Startup: Refreshing catalog 'helios' ... Done
2912026-08-18T22:09:30.775ZPlanning: Solver setup ... Done
2922026-08-18T22:09:30.827ZPlanning: Running solver ... Done
2932026-08-18T22:09:30.856ZPlanning: Finding local manifests ... Done
2942026-08-18T22:09:30.856ZPlanning: Fetching manifests: 0/1 0% complete
2952026-08-18T22:09:30.877ZPlanning: Fetching manifests: 1/1 100% complete
2962026-08-18T22:09:30.877ZPlanning: Package planning ... Done
2972026-08-18T22:09:30.877ZPlanning: Merging actions ... Done
2982026-08-18T22:09:31.048ZPlanning: Checking for conflicting actions ... Done
2992026-08-18T22:09:31.061ZPlanning: Consolidating action changes ... Done
3002026-08-18T22:09:31.189ZPlanning: Evaluating mediators ... Done
3012026-08-18T22:09:31.192ZPlanning: Planning completed in 2.07 seconds
3022026-08-18T22:09:31.197Z Packages to install: 1
3032026-08-18T22:09:31.197Z Services to change: 1
3042026-08-18T22:09:31.197Z Create boot environment: No
3052026-08-18T22:09:31.197ZCreate backup boot environment: No
3062026-08-18T22:09:31.214Z
3072026-08-18T22:09:31.214ZDownload: 0/2 items 0.0/1.1MB 0% complete
3082026-08-18T22:09:31.240ZDownload: Completed 1.13 MB in 0.03 seconds (44.5M/s)
3092026-08-18T22:09:31.332Z Actions: 1/19 actions (Installing new actions)
3102026-08-18T22:09:31.395Z Actions: Completed 19 actions in 0.01 seconds.
3112026-08-18T22:09:31.395ZFinalize: Updating package state database ... Done
3122026-08-18T22:09:31.395ZFinalize: Updating package cache ... Done
3132026-08-18T22:09:31.440ZFinalize: Updating image state ... Done
3142026-08-18T22:09:33.342ZFinalize: Creating fast lookup database ... Done
3152026-08-18T22:09:33.404ZFinalize: Reading search index ... Done
3162026-08-18T22:09:33.408ZFinalize: Updating search index ... Done
3172026-08-18T22:09:33.485ZFinalize: Updating package cache ... Done
3182026-08-18T22:09:33.569Z++ pfexec svcadm enable baseline
3192026-08-18T22:09:33.584Z++ retry=0
3202026-08-18T22:09:33.588Z+++ svcs -Hostate baseline
3212026-08-18T22:09:33.600Z++ [[ offline* != online ]]
3222026-08-18T22:09:33.604Z++ [[ 0 -gt 300 ]]
3232026-08-18T22:09:33.604Z++ sleep 1
3242026-08-18T22:09:34.602Z++ retry=1
3252026-08-18T22:09:34.605Z+++ svcs -Hostate baseline
3262026-08-18T22:09:34.618Z++ [[ offline* != online ]]
3272026-08-18T22:09:34.618Z++ [[ 1 -gt 300 ]]
3282026-08-18T22:09:34.618Z++ sleep 1
3292026-08-18T22:09:35.620Z++ retry=2
3302026-08-18T22:09:35.623Z+++ svcs -Hostate baseline
3312026-08-18T22:09:35.635Z++ [[ offline* != online ]]
3322026-08-18T22:09:35.635Z++ [[ 2 -gt 300 ]]
3332026-08-18T22:09:35.635Z++ sleep 1
3342026-08-18T22:09:36.637Z++ retry=3
3352026-08-18T22:09:36.640Z+++ svcs -Hostate baseline
3362026-08-18T22:09:36.653Z++ [[ offline* != online ]]
3372026-08-18T22:09:36.653Z++ [[ 3 -gt 300 ]]
3382026-08-18T22:09:36.653Z++ sleep 1
3392026-08-18T22:09:37.654Z++ retry=4
3402026-08-18T22:09:37.657Z+++ svcs -Hostate baseline
3412026-08-18T22:09:37.669Z++ [[ offline* != online ]]
3422026-08-18T22:09:37.672Z++ [[ 4 -gt 300 ]]
3432026-08-18T22:09:37.672Z++ sleep 1
3442026-08-18T22:09:38.671Z++ retry=5
3452026-08-18T22:09:38.675Z+++ svcs -Hostate baseline
3462026-08-18T22:09:38.687Z++ [[ offline* != online ]]
3472026-08-18T22:09:38.688Z++ [[ 5 -gt 300 ]]
3482026-08-18T22:09:38.688Z++ sleep 1
3492026-08-18T22:09:39.691Z++ retry=6
3502026-08-18T22:09:39.695Z+++ svcs -Hostate baseline
3512026-08-18T22:09:39.705Z++ [[ offline* != online ]]
3522026-08-18T22:09:39.705Z++ [[ 6 -gt 300 ]]
3532026-08-18T22:09:39.705Z++ sleep 1
3542026-08-18T22:09:40.707Z++ retry=7
3552026-08-18T22:09:40.710Z+++ svcs -Hostate baseline
3562026-08-18T22:09:40.723Z++ [[ offline* != online ]]
3572026-08-18T22:09:40.723Z++ [[ 7 -gt 300 ]]
3582026-08-18T22:09:40.723Z++ sleep 1
3592026-08-18T22:09:41.725Z++ retry=8
3602026-08-18T22:09:41.729Z+++ svcs -Hostate baseline
3612026-08-18T22:09:41.742Z++ [[ offline* != online ]]
3622026-08-18T22:09:41.742Z++ [[ 8 -gt 300 ]]
3632026-08-18T22:09:41.742Z++ sleep 1
3642026-08-18T22:09:42.744Z++ retry=9
3652026-08-18T22:09:42.748Z+++ svcs -Hostate baseline
3662026-08-18T22:09:42.760Z++ [[ offline* != online ]]
3672026-08-18T22:09:42.760Z++ [[ 9 -gt 300 ]]
3682026-08-18T22:09:42.760Z++ sleep 1
3692026-08-18T22:09:43.762Z++ retry=10
3702026-08-18T22:09:43.765Z+++ svcs -Hostate baseline
3712026-08-18T22:09:43.781Z++ [[ offline* != online ]]
3722026-08-18T22:09:43.781Z++ [[ 10 -gt 300 ]]
3732026-08-18T22:09:43.781Z++ sleep 1
3742026-08-18T22:09:44.780Z++ retry=11
3752026-08-18T22:09:44.783Z+++ svcs -Hostate baseline
3762026-08-18T22:09:44.796Z++ [[ offline* != online ]]
3772026-08-18T22:09:44.796Z++ [[ 11 -gt 300 ]]
3782026-08-18T22:09:44.800Z++ sleep 1
3792026-08-18T22:09:45.798Z++ retry=12
3802026-08-18T22:09:45.803Z+++ svcs -Hostate baseline
3812026-08-18T22:09:45.815Z++ [[ offline* != online ]]
3822026-08-18T22:09:45.815Z++ [[ 12 -gt 300 ]]
3832026-08-18T22:09:45.815Z++ sleep 1
3842026-08-18T22:09:46.817Z++ retry=13
3852026-08-18T22:09:46.820Z+++ svcs -Hostate baseline
3862026-08-18T22:09:46.833Z++ [[ offline* != online ]]
3872026-08-18T22:09:46.833Z++ [[ 13 -gt 300 ]]
3882026-08-18T22:09:46.833Z++ sleep 1
3892026-08-18T22:09:47.834Z++ retry=14
3902026-08-18T22:09:47.838Z+++ svcs -Hostate baseline
3912026-08-18T22:09:47.850Z++ [[ offline* != online ]]
3922026-08-18T22:09:47.850Z++ [[ 14 -gt 300 ]]
3932026-08-18T22:09:47.850Z++ sleep 1
3942026-08-18T22:09:48.856Z++ retry=15
3952026-08-18T22:09:48.862Z+++ svcs -Hostate baseline
3962026-08-18T22:09:48.872Z++ [[ offline* != online ]]
3972026-08-18T22:09:48.872Z++ [[ 15 -gt 300 ]]
3982026-08-18T22:09:48.872Z++ sleep 1
3992026-08-18T22:09:49.870Z++ retry=16
4002026-08-18T22:09:49.873Z+++ svcs -Hostate baseline
4012026-08-18T22:09:49.887Z++ [[ offline* != online ]]
4022026-08-18T22:09:49.887Z++ [[ 16 -gt 300 ]]
4032026-08-18T22:09:49.887Z++ sleep 1
4042026-08-18T22:09:50.888Z++ retry=17
4052026-08-18T22:09:50.894Z+++ svcs -Hostate baseline
4062026-08-18T22:09:50.903Z++ [[ offline* != online ]]
4072026-08-18T22:09:50.903Z++ [[ 17 -gt 300 ]]
4082026-08-18T22:09:50.903Z++ sleep 1
4092026-08-18T22:09:51.906Z++ retry=18
4102026-08-18T22:09:51.910Z+++ svcs -Hostate baseline
4112026-08-18T22:09:51.921Z++ [[ offline* != online ]]
4122026-08-18T22:09:51.921Z++ [[ 18 -gt 300 ]]
4132026-08-18T22:09:51.921Z++ sleep 1
4142026-08-18T22:09:52.923Z++ retry=19
4152026-08-18T22:09:52.928Z+++ svcs -Hostate baseline
4162026-08-18T22:09:52.939Z++ [[ online != online ]]
4172026-08-18T22:09:52.939Z++ set -o errexit
4182026-08-18T22:09:52.942Z++ set -o pipefail
4192026-08-18T22:09:52.942Z++ banner build
4202026-08-18T22:09:52.942Z
4212026-08-18T22:09:52.943Z ##### # # # # #####
4222026-08-18T22:09:52.943Z # # # # # # # #
4232026-08-18T22:09:52.943Z ##### # # # # # #
4242026-08-18T22:09:52.943Z # # # # # # # #
4252026-08-18T22:09:52.943Z # # # # # # # #
4262026-08-18T22:09:52.943Z ##### #### # ###### #####
4272026-08-18T22:09:52.943Z
4282026-08-18T22:09:52.943Z++ cargo build --release --bin ddmd --bin ddmadm
4292026-08-18T22:09:53.038Z Updating git repository `https://github.com/oxidecomputer/falcon`
4302026-08-18T22:09:53.747ZFrom https://github.com/oxidecomputer/falcon
4312026-08-18T22:09:53.747Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
4322026-08-18T22:09:53.823Z Updating crates.io index
4332026-08-18T22:09:53.827Z Updating git repository `https://github.com/oxidecomputer/dendrite`
4342026-08-18T22:09:54.304ZFrom https://github.com/oxidecomputer/dendrite
4352026-08-18T22:09:54.304Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
4362026-08-18T22:09:54.337Z Updating git repository `https://github.com/oxidecomputer/ispf`
4372026-08-18T22:09:54.607ZFrom https://github.com/oxidecomputer/ispf
4382026-08-18T22:09:54.607Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
4392026-08-18T22:09:54.613Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
4402026-08-18T22:09:54.971ZFrom https://github.com/oxidecomputer/netadm-sys
4412026-08-18T22:09:54.971Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
4422026-08-18T22:09:54.980Z Updating git repository `https://github.com/oxidecomputer/omicron`
4432026-08-18T22:10:01.510ZFrom https://github.com/oxidecomputer/omicron
4442026-08-18T22:10:01.510Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
4452026-08-18T22:10:01.928Z Updating git repository `https://github.com/oxidecomputer/opte`
4462026-08-18T22:10:02.687ZFrom https://github.com/oxidecomputer/opte
4472026-08-18T22:10:02.687Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
4482026-08-18T22:10:02.716Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
4492026-08-18T22:10:03.001ZFrom https://github.com/oxidecomputer/slog-error-chain
4502026-08-18T22:10:03.002Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
4512026-08-18T22:10:03.010Z Updating git repository `https://github.com/illumos/smf-rs`
4522026-08-18T22:10:03.403ZFrom https://github.com/illumos/smf-rs
4532026-08-18T22:10:03.403Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
4542026-08-18T22:10:03.413Z Updating git repository `https://github.com/oxidecomputer/network-interface`
4552026-08-18T22:10:03.714ZFrom https://github.com/oxidecomputer/network-interface
4562026-08-18T22:10:03.714Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
4572026-08-18T22:10:03.721Z Updating git repository `https://github.com/oxidecomputer/zone`
4582026-08-18T22:10:04.016ZFrom https://github.com/oxidecomputer/zone
4592026-08-18T22:10:04.016Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
4602026-08-18T22:10:04.022Z Updating git repository `https://github.com/oxidecomputer/propolis`
4612026-08-18T22:10:04.729ZFrom https://github.com/oxidecomputer/propolis
4622026-08-18T22:10:04.730Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
4632026-08-18T22:10:04.770Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
4642026-08-18T22:10:05.307ZFrom https://github.com/oxidecomputer/transceiver-control
4652026-08-18T22:10:05.307Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
4662026-08-18T22:10:05.317Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
4672026-08-18T22:10:05.596ZFrom https://github.com/oxidecomputer/dlpi-sys
4682026-08-18T22:10:05.596Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
4692026-08-18T22:10:05.601Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
4702026-08-18T22:10:05.936ZFrom https://github.com/jmesmon/rust-libzfs
4712026-08-18T22:10:05.936Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
4722026-08-18T22:10:05.943Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
4732026-08-18T22:10:06.242ZFrom https://github.com/oxidecomputer/rusty-doors
4742026-08-18T22:10:06.242Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
4752026-08-18T22:10:06.250Z Updating git repository `https://github.com/oxidecomputer/lldp`
4762026-08-18T22:10:06.636ZFrom https://github.com/oxidecomputer/lldp
4772026-08-18T22:10:06.636Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
4782026-08-18T22:10:06.647Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
4792026-08-18T22:10:06.964ZFrom https://github.com/oxidecomputer/tufaceous
4802026-08-18T22:10:06.969Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
4812026-08-18T22:10:06.975Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4822026-08-18T22:10:07.487ZFrom https://github.com/oxidecomputer/management-gateway-service
4832026-08-18T22:10:07.487Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
4842026-08-18T22:10:07.500Z Updating git repository `https://github.com/oxidecomputer/crucible`
4852026-08-18T22:10:08.775ZFrom https://github.com/oxidecomputer/crucible
4862026-08-18T22:10:08.775Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
4872026-08-18T22:10:08.817Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
4882026-08-18T22:10:09.119ZFrom https://github.com/oxidecomputer/serde_human_bytes
4892026-08-18T22:10:09.120Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
4902026-08-18T22:10:09.129Z Updating git repository `https://github.com/oxidecomputer/propolis`
4912026-08-18T22:10:09.663ZFrom https://github.com/oxidecomputer/propolis
4922026-08-18T22:10:09.664Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
4932026-08-18T22:10:09.706Z Updating git repository `https://github.com/oxidecomputer/crucible`
4942026-08-18T22:10:10.579ZFrom https://github.com/oxidecomputer/crucible
4952026-08-18T22:10:10.579Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
4962026-08-18T22:10:10.643Z Updating git repository `https://github.com/oxidecomputer/tofino`
4972026-08-18T22:10:11.063ZFrom https://github.com/oxidecomputer/tofino
4982026-08-18T22:10:11.063Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
4992026-08-18T22:10:11.074Z Updating git repository `https://github.com/oxidecomputer/maghemite`
5002026-08-18T22:10:11.801ZFrom https://github.com/oxidecomputer/maghemite
5012026-08-18T22:10:11.802Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
5022026-08-18T22:10:11.833Z Updating git repository `https://github.com/oxidecomputer/clickward`
5032026-08-18T22:10:13.213ZFrom https://github.com/oxidecomputer/clickward
5042026-08-18T22:10:13.213Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
5052026-08-18T22:10:13.221Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
5062026-08-18T22:10:13.512ZFrom https://github.com/oxidecomputer/illumos-devinfo
5072026-08-18T22:10:13.512Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
5082026-08-18T22:10:15.798Z Downloading crates ...
5092026-08-18T22:10:15.847Z Downloaded adler2 v2.0.1
5102026-08-18T22:10:15.854Z Downloaded cfg-if v1.0.4
5112026-08-18T22:10:15.857Z Downloaded const-random-macro v0.1.16
5122026-08-18T22:10:15.857Z Downloaded crunchy v0.2.4
5132026-08-18T22:10:15.860Z Downloaded anstream v1.0.0
5142026-08-18T22:10:15.860Z Downloaded byteorder v1.5.0
5152026-08-18T22:10:15.863Z Downloaded backoff v0.4.0
5162026-08-18T22:10:15.863Z Downloaded base64 v0.21.7
5172026-08-18T22:10:15.867Z Downloaded aead v0.5.2
5182026-08-18T22:10:15.870Z Downloaded cpufeatures v0.2.17
5192026-08-18T22:10:15.876Z Downloaded console v0.16.4
5202026-08-18T22:10:15.879Z Downloaded icu_collections v2.2.0
5212026-08-18T22:10:15.882Z Downloaded bit-vec v0.8.0
5222026-08-18T22:10:15.885Z Downloaded ahash v0.8.12
5232026-08-18T22:10:15.885Z Downloaded camino-tempfile v1.4.1
5242026-08-18T22:10:15.891Z Downloaded anstyle-query v1.1.5
5252026-08-18T22:10:15.894Z Downloaded block-buffer v0.10.4
5262026-08-18T22:10:15.894Z Downloaded inout v0.1.4
5272026-08-18T22:10:15.894Z Downloaded allocator-api2 v0.2.21
5282026-08-18T22:10:15.897Z Downloaded bitflags v2.13.1
5292026-08-18T22:10:15.897Z Downloaded cfg_aliases v0.2.2
5302026-08-18T22:10:15.902Z Downloaded cobs v0.3.0
5312026-08-18T22:10:15.906Z Downloaded atomicwrites v0.4.4
5322026-08-18T22:10:15.906Z Downloaded blake2 v0.10.6
5332026-08-18T22:10:15.906Z Downloaded indent_write v2.2.0
5342026-08-18T22:10:15.909Z Downloaded bitflags v1.3.2
5352026-08-18T22:10:15.912Z Downloaded const-random v0.1.18
5362026-08-18T22:10:15.912Z Downloaded is-terminal v0.4.17
5372026-08-18T22:10:15.912Z Downloaded block-buffer v0.12.1
5382026-08-18T22:10:15.916Z Downloaded internet-checksum v0.2.1
5392026-08-18T22:10:15.916Z Downloaded libscf-sys v1.2.0
5402026-08-18T22:10:15.916Z Downloaded idna_adapter v1.2.2
5412026-08-18T22:10:15.916Z Downloaded instant v0.1.13
5422026-08-18T22:10:15.919Z Downloaded convert_case v0.4.0
5432026-08-18T22:10:15.919Z Downloaded async-stream v0.3.6
5442026-08-18T22:10:15.924Z Downloaded ingot v0.1.1
5452026-08-18T22:10:15.927Z Downloaded darling v0.23.0
5462026-08-18T22:10:15.930Z Downloaded hybrid-array v0.4.14
5472026-08-18T22:10:15.930Z Downloaded ingot-types v0.1.2
5482026-08-18T22:10:15.930Z Downloaded anstyle v1.0.14
5492026-08-18T22:10:15.933Z Downloaded async-recursion v1.1.1
5502026-08-18T22:10:15.934Z Downloaded csv-core v0.1.13
5512026-08-18T22:10:15.934Z Downloaded base16ct v0.2.0
5522026-08-18T22:10:15.936Z Downloaded compression-core v0.4.32
5532026-08-18T22:10:15.937Z Downloaded crucible-workspace-hack v0.1.0
5542026-08-18T22:10:15.937Z Downloaded crypto-common v0.1.7
5552026-08-18T22:10:15.940Z Downloaded lazy_static v1.5.0
5562026-08-18T22:10:15.943Z Downloaded atomic-waker v1.1.2
5572026-08-18T22:10:15.947Z Downloaded crypto-common v0.2.2
5582026-08-18T22:10:15.952Z Downloaded ident_case v1.0.1
5592026-08-18T22:10:15.952Z Downloaded is_terminal_polyfill v1.70.2
5602026-08-18T22:10:15.952Z Downloaded cpufeatures v0.3.0
5612026-08-18T22:10:15.952Z Downloaded ciborium-ll v0.2.2
5622026-08-18T22:10:15.952Z Downloaded konst_macro_rules v0.2.19
5632026-08-18T22:10:15.956Z Downloaded keccak v0.1.6
5642026-08-18T22:10:15.956Z Downloaded base16ct v1.0.0
5652026-08-18T22:10:15.956Z Downloaded bit-set v0.8.0
5662026-08-18T22:10:15.956Z Downloaded is_ci v1.2.0
5672026-08-18T22:10:15.960Z Downloaded ciborium-io v0.2.2
5682026-08-18T22:10:15.960Z Downloaded crc8 v0.1.1
5692026-08-18T22:10:15.960Z Downloaded num_threads v0.1.7
5702026-08-18T22:10:15.960Z Downloaded curve25519-dalek-derive v0.1.1
5712026-08-18T22:10:15.960Z Downloaded async-stream-impl v0.3.6
5722026-08-18T22:10:15.968Z Downloaded clap_lex v1.1.0
5732026-08-18T22:10:15.968Z Downloaded colorchoice v1.0.5
5742026-08-18T22:10:15.968Z Downloaded cstr-argument v0.1.2
5752026-08-18T22:10:15.968Z Downloaded ipnet v2.12.1
5762026-08-18T22:10:15.971Z Downloaded hyper-rustls v0.27.9
5772026-08-18T22:10:15.971Z Downloaded bs58 v0.5.1
5782026-08-18T22:10:15.971Z Downloaded icu_provider v2.2.0
5792026-08-18T22:10:15.977Z Downloaded bcs v0.1.6
5802026-08-18T22:10:15.977Z Downloaded anstyle-parse v1.0.0
5812026-08-18T22:10:15.980Z Downloaded newline-converter v0.3.0
5822026-08-18T22:10:15.980Z Downloaded same-file v1.0.6
5832026-08-18T22:10:15.980Z Downloaded itoa v1.0.18
5842026-08-18T22:10:15.984Z Downloaded jiff-static v0.2.35
5852026-08-18T22:10:15.984Z Downloaded no-std-compat v0.4.1
5862026-08-18T22:10:15.984Z Downloaded num-conv v0.2.2
5872026-08-18T22:10:15.984Z Downloaded num-derive v0.4.2
5882026-08-18T22:10:15.984Z Downloaded opaque-debug v0.3.1
5892026-08-18T22:10:15.988Z Downloaded scroll_derive v0.12.1
5902026-08-18T22:10:15.988Z Downloaded serde_plain v1.0.2
5912026-08-18T22:10:15.988Z Downloaded scroll_derive v0.13.1
5922026-08-18T22:10:15.988Z Downloaded linked-hash-map v0.5.6
5932026-08-18T22:10:15.988Z Downloaded slog-bunyan v2.5.0
5942026-08-18T22:10:15.992Z Downloaded match_cfg v0.1.0
5952026-08-18T22:10:15.992Z Downloaded num_enum_derive v0.5.11
5962026-08-18T22:10:15.992Z Downloaded mime v0.3.17
5972026-08-18T22:10:15.992Z Downloaded managed v0.8.0
5982026-08-18T22:10:15.992Z Downloaded byte-wrapper v0.1.0
5992026-08-18T22:10:15.997Z Downloaded num-iter v0.1.46
6002026-08-18T22:10:15.997Z Downloaded crossbeam-deque v0.8.7
6012026-08-18T22:10:16.000Z Downloaded macaddr v1.0.1
6022026-08-18T22:10:16.000Z Downloaded olpc-cjson v0.1.4
6032026-08-18T22:10:16.000Z Downloaded autocfg v1.5.1
6042026-08-18T22:10:16.003Z Downloaded lru-cache v0.1.2
6052026-08-18T22:10:16.003Z Downloaded memoffset v0.9.1
6062026-08-18T22:10:16.005Z Downloaded num v0.4.3
6072026-08-18T22:10:16.011Z Downloaded natord v1.0.9
6082026-08-18T22:10:16.011Z Downloaded async-trait v0.1.92
6092026-08-18T22:10:16.011Z Downloaded cipher v0.4.4
6102026-08-18T22:10:16.011Z Downloaded const_format_proc_macros v0.2.34
6112026-08-18T22:10:16.014Z Downloaded daft-derive v0.1.8
6122026-08-18T22:10:16.014Z Downloaded newtype_derive v0.1.6
6132026-08-18T22:10:16.014Z Downloaded cargo_toml v0.22.3
6142026-08-18T22:10:16.014Z Downloaded omicron-workspace-hack v0.1.0
6152026-08-18T22:10:16.014Z Downloaded structmeta v0.3.0
6162026-08-18T22:10:16.014Z Downloaded newtype-uuid-macros v0.1.1
6172026-08-18T22:10:16.014Z Downloaded strsim v0.11.1
6182026-08-18T22:10:16.017Z Downloaded supports-color v3.0.2
6192026-08-18T22:10:16.017Z Downloaded take_mut v0.2.2
6202026-08-18T22:10:16.017Z Downloaded chacha20 v0.9.1
6212026-08-18T22:10:16.020Z Downloaded memmap v0.7.0
6222026-08-18T22:10:16.024Z Downloaded argon2 v0.5.3
6232026-08-18T22:10:16.031Z Downloaded litemap v0.8.2
6242026-08-18T22:10:16.036Z Downloaded ipnetwork v0.21.1
6252026-08-18T22:10:16.036Z Downloaded jobserver v0.1.35
6262026-08-18T22:10:16.036Z Downloaded base64ct v1.8.3
6272026-08-18T22:10:16.036Z Downloaded cmake v0.1.58
6282026-08-18T22:10:16.036Z Downloaded critical-section v1.2.0
6292026-08-18T22:10:16.041Z Downloaded num-complex v0.4.6
6302026-08-18T22:10:16.041Z Downloaded compression-codecs v0.4.38
6312026-08-18T22:10:16.041Z Downloaded httpdate v1.0.3
6322026-08-18T22:10:16.045Z Downloaded ingot v0.2.1
6332026-08-18T22:10:16.048Z Downloaded indexmap v1.9.3
6342026-08-18T22:10:16.048Z Downloaded serde_tokenstream v0.2.3
6352026-08-18T22:10:16.048Z Downloaded universal-hash v0.5.1
6362026-08-18T22:10:16.048Z Downloaded typify-macro v0.4.3
6372026-08-18T22:10:16.053Z Downloaded usdt-attr-macro v0.5.0
6382026-08-18T22:10:16.053Z Downloaded usdt-attr-macro v0.6.0
6392026-08-18T22:10:16.053Z Downloaded want v0.3.1
6402026-08-18T22:10:16.053Z Downloaded sha2 v0.10.9
6412026-08-18T22:10:16.057Z Downloaded slab v0.4.12
6422026-08-18T22:10:16.057Z Downloaded icu_properties v2.2.0
6432026-08-18T22:10:16.057Z Downloaded termtree v0.5.1
6442026-08-18T22:10:16.057Z Downloaded thread-id v5.1.0
6452026-08-18T22:10:16.057Z Downloaded cancel-safe-futures v0.1.5
6462026-08-18T22:10:16.060Z Downloaded colored v3.1.1
6472026-08-18T22:10:16.060Z Downloaded bytecount v0.6.9
6482026-08-18T22:10:16.060Z Downloaded ciborium v0.2.2
6492026-08-18T22:10:16.063Z Downloaded slog-scope v4.4.1
6502026-08-18T22:10:16.063Z Downloaded backon v1.6.0
6512026-08-18T22:10:16.063Z Downloaded lock_api v0.4.14
6522026-08-18T22:10:16.068Z Downloaded smartstring v1.0.1
6532026-08-18T22:10:16.068Z Downloaded tower-service v0.3.3
6542026-08-18T22:10:16.068Z Downloaded try-lock v0.2.5
6552026-08-18T22:10:16.068Z Downloaded clap v4.6.6
6562026-08-18T22:10:16.072Z Downloaded defmt-parser v1.0.0
6572026-08-18T22:10:16.076Z Downloaded yoke-derive v0.8.2
6582026-08-18T22:10:16.076Z Downloaded foreign-types-shared v0.3.1
6592026-08-18T22:10:16.076Z Downloaded num_enum_derive v0.7.6
6602026-08-18T22:10:16.076Z Downloaded futures-io v0.3.34
6612026-08-18T22:10:16.079Z Downloaded typify-macro v0.6.2
6622026-08-18T22:10:16.079Z Downloaded libsw v3.5.0
6632026-08-18T22:10:16.080Z Downloaded crc32fast v1.5.0
6642026-08-18T22:10:16.083Z Downloaded libsw-core v0.3.2
6652026-08-18T22:10:16.083Z Downloaded num-rational v0.4.2
6662026-08-18T22:10:16.083Z Downloaded crossbeam-epoch v0.9.20
6672026-08-18T22:10:16.087Z Downloaded darling v0.21.3
6682026-08-18T22:10:16.091Z Downloaded lru-slab v0.1.2
6692026-08-18T22:10:16.091Z Downloaded newtype-uuid v1.4.0
6702026-08-18T22:10:16.091Z Downloaded num_enum v0.7.6
6712026-08-18T22:10:16.091Z Downloaded anyhow v1.0.104
6722026-08-18T22:10:16.094Z Downloaded cookie v0.18.2
6732026-08-18T22:10:16.094Z Downloaded chacha20 v0.10.1
6742026-08-18T22:10:16.094Z Downloaded multer v3.1.0
6752026-08-18T22:10:16.098Z Downloaded num_enum v0.5.11
6762026-08-18T22:10:16.098Z Downloaded zerofrom v0.1.8
6772026-08-18T22:10:16.101Z Downloaded git-stub v1.0.0
6782026-08-18T22:10:16.101Z Downloaded futures-task v0.3.34
6792026-08-18T22:10:16.101Z Downloaded linear-map v1.2.0
6802026-08-18T22:10:16.101Z Downloaded daft v0.1.8
6812026-08-18T22:10:16.105Z Downloaded hex v0.4.3
6822026-08-18T22:10:16.105Z Downloaded serde_with_macros v3.22.0
6832026-08-18T22:10:16.116Z Downloaded pretty-hex v0.4.2
6842026-08-18T22:10:16.119Z Downloaded plain v0.2.3
6852026-08-18T22:10:16.119Z Downloaded usdt-impl v0.5.0
6862026-08-18T22:10:16.119Z Downloaded zerovec-derive v0.11.3
6872026-08-18T22:10:16.122Z Downloaded camino v1.2.5
6882026-08-18T22:10:16.122Z Downloaded arc-swap v1.9.2
6892026-08-18T22:10:16.128Z Downloaded smf v0.2.3
6902026-08-18T22:10:16.131Z Downloaded iana-time-zone v0.1.65
6912026-08-18T22:10:16.134Z Downloaded fixedbitset v0.4.2
6922026-08-18T22:10:16.140Z Downloaded erased-serde v0.3.31
6932026-08-18T22:10:16.140Z Downloaded icu_normalizer_data v2.2.0
6942026-08-18T22:10:16.140Z Downloaded tinyvec_macros v0.1.1
6952026-08-18T22:10:16.145Z Downloaded defmt-macros v1.1.1
6962026-08-18T22:10:16.145Z Downloaded serde-big-array v0.5.1
6972026-08-18T22:10:16.145Z Downloaded ref-cast-impl v1.0.26
6982026-08-18T22:10:16.146Z Downloaded serde_repr v0.1.21
6992026-08-18T22:10:16.146Z Downloaded rand_xorshift v0.4.0
7002026-08-18T22:10:16.149Z Downloaded structmeta-derive v0.3.0
7012026-08-18T22:10:16.149Z Downloaded tagptr v0.2.0
7022026-08-18T22:10:16.149Z Downloaded secrecy v0.10.3
7032026-08-18T22:10:16.149Z Downloaded sigpipe v0.1.3
7042026-08-18T22:10:16.149Z Downloaded smawk v0.3.3
7052026-08-18T22:10:16.149Z Downloaded thiserror-impl v2.0.20
7062026-08-18T22:10:16.153Z Downloaded time-macros v0.2.32
7072026-08-18T22:10:16.153Z Downloaded ingot-macros v0.2.0
7082026-08-18T22:10:16.156Z Downloaded clap_derive v4.6.4
7092026-08-18T22:10:16.156Z Downloaded console v0.15.11
7102026-08-18T22:10:16.156Z Downloaded crossbeam-utils v0.8.22
7112026-08-18T22:10:16.160Z Downloaded thin-vec v0.2.19
7122026-08-18T22:10:16.160Z Downloaded fixedbitset v0.5.7
7132026-08-18T22:10:16.160Z Downloaded hash32 v0.3.1
7142026-08-18T22:10:16.163Z Downloaded data-encoding v2.11.1
7152026-08-18T22:10:16.163Z Downloaded utf-8 v0.7.6
7162026-08-18T22:10:16.186Z Downloaded slog-envlogger v2.2.0
7172026-08-18T22:10:16.186Z Downloaded zmij v1.0.23
7182026-08-18T22:10:16.187Z Downloaded toml_write v0.1.2
7192026-08-18T22:10:16.187Z Downloaded base64 v0.22.1
7202026-08-18T22:10:16.187Z Downloaded strum v0.26.3
7212026-08-18T22:10:16.187Z Downloaded const-oid v0.10.2
7222026-08-18T22:10:16.187Z Downloaded find-msvc-tools v0.1.10
7232026-08-18T22:10:16.187Z Downloaded ingot-types v0.2.0
7242026-08-18T22:10:16.187Z Downloaded num-integer v0.1.47
7252026-08-18T22:10:16.187Z Downloaded parking_lot_core v0.8.6
7262026-08-18T22:10:16.187Z Downloaded schemars v0.8.22
7272026-08-18T22:10:16.187Z Downloaded serde_derive v1.0.229
7282026-08-18T22:10:16.187Z Downloaded ucd-trie v0.1.7
7292026-08-18T22:10:16.193Z Downloaded memmap2 v0.9.11
7302026-08-18T22:10:16.193Z Downloaded once_cell v1.21.4
7312026-08-18T22:10:16.193Z Downloaded typeid v1.0.3
7322026-08-18T22:10:16.193Z Downloaded thread-id v4.2.2
7332026-08-18T22:10:16.193Z Downloaded displaydoc v0.2.7
7342026-08-18T22:10:16.193Z Downloaded dof v0.4.0
7352026-08-18T22:10:16.193Z Downloaded unicode-linebreak v0.1.5
7362026-08-18T22:10:16.193Z Downloaded owo-colors v4.3.0
7372026-08-18T22:10:16.197Z Downloaded rustls-native-certs v0.8.4
7382026-08-18T22:10:16.197Z Downloaded untrusted v0.7.1
7392026-08-18T22:10:16.197Z Downloaded zone_cfg_derive v0.3.1
7402026-08-18T22:10:16.197Z Downloaded icu_normalizer v2.2.0
7412026-08-18T22:10:16.197Z Downloaded schemars_derive v0.8.22
7422026-08-18T22:10:16.202Z Downloaded zone v0.3.1
7432026-08-18T22:10:16.206Z Downloaded ingot-macros v0.1.1
7442026-08-18T22:10:16.210Z Downloaded bytes v1.12.1
7452026-08-18T22:10:16.210Z Downloaded password-hash v0.5.0
7462026-08-18T22:10:16.215Z Downloaded serde_path_to_error v0.1.20
7472026-08-18T22:10:16.218Z Downloaded sha1 v0.10.7
7482026-08-18T22:10:16.218Z Downloaded dtrace-parser v0.2.0
7492026-08-18T22:10:16.218Z Downloaded futures-macro v0.3.34
7502026-08-18T22:10:16.224Z Downloaded proc-macro-crate v1.3.1
7512026-08-18T22:10:16.225Z Downloaded indicatif v0.18.6
7522026-08-18T22:10:16.231Z Downloaded highway v1.3.0
7532026-08-18T22:10:16.231Z Downloaded proc-macro-error v1.0.4
7542026-08-18T22:10:16.231Z Downloaded rand_chacha v0.3.1
7552026-08-18T22:10:16.231Z Downloaded static_assertions v1.1.0
7562026-08-18T22:10:16.231Z Downloaded log v0.4.33
7572026-08-18T22:10:16.234Z Downloaded tiny-keccak v2.0.2
7582026-08-18T22:10:16.234Z Downloaded tokio-dtrace v0.1.1
7592026-08-18T22:10:16.235Z Downloaded toml_writer v1.1.2+spec-1.1.0
7602026-08-18T22:10:16.239Z Downloaded progenitor-client v0.14.0
7612026-08-18T22:10:16.248Z Downloaded foreign-types-macros v0.2.4
7622026-08-18T22:10:16.248Z Downloaded futures-sink v0.3.34
7632026-08-18T22:10:16.248Z Downloaded hostname v0.3.1
7642026-08-18T22:10:16.248Z Downloaded const_format v0.2.36
7652026-08-18T22:10:16.252Z Downloaded chacha20poly1305 v0.10.1
7662026-08-18T22:10:16.252Z Downloaded usdt v0.6.0
7672026-08-18T22:10:16.256Z Downloaded quinn-udp v0.5.15
7682026-08-18T22:10:16.256Z Downloaded progenitor v0.13.0
7692026-08-18T22:10:16.256Z Downloaded spin v0.5.2
7702026-08-18T22:10:16.259Z Downloaded toml v0.8.23
7712026-08-18T22:10:16.262Z Downloaded either v1.17.0
7722026-08-18T22:10:16.262Z Downloaded vsss-rs v3.3.4
7732026-08-18T22:10:16.262Z Downloaded yoke v0.8.3
7742026-08-18T22:10:16.265Z Downloaded crypto-bigint v0.5.5
7752026-08-18T22:10:16.269Z Downloaded num-traits v0.2.19
7762026-08-18T22:10:16.273Z Downloaded foldhash v0.1.5
7772026-08-18T22:10:16.277Z Downloaded ff v0.13.1
7782026-08-18T22:10:16.277Z Downloaded fs_extra v1.3.0
7792026-08-18T22:10:16.277Z Downloaded toml_datetime v0.6.11
7802026-08-18T22:10:16.281Z Downloaded unarray v0.1.4
7812026-08-18T22:10:16.281Z Downloaded thiserror v2.0.20
7822026-08-18T22:10:16.284Z Downloaded usdt v0.5.0
7832026-08-18T22:10:16.289Z Downloaded glob v0.3.4
7842026-08-18T22:10:16.292Z Downloaded http-body-util v0.1.5
7852026-08-18T22:10:16.292Z Downloaded getrandom v0.2.17
7862026-08-18T22:10:16.295Z Downloaded git-stub-vcs v0.1.0
7872026-08-18T22:10:16.295Z Downloaded oxide-tokio-rt v0.1.6
7882026-08-18T22:10:16.295Z Downloaded percent-encoding v2.3.2
7892026-08-18T22:10:16.295Z Downloaded pest_derive v2.8.8
7902026-08-18T22:10:16.298Z Downloaded progenitor-extras v0.2.0
7912026-08-18T22:10:16.298Z Downloaded utf8parse v0.2.2
7922026-08-18T22:10:16.298Z Downloaded defmt v0.3.100
7932026-08-18T22:10:16.298Z Downloaded icu_locale_core v2.2.0
7942026-08-18T22:10:16.309Z Downloaded hmac v0.12.1
7952026-08-18T22:10:16.314Z Downloaded zeroize v1.9.0
7962026-08-18T22:10:16.317Z Downloaded progenitor-macro v0.13.0
7972026-08-18T22:10:16.317Z Downloaded rand_chacha v0.9.0
7982026-08-18T22:10:16.317Z Downloaded rand_core v0.6.4
7992026-08-18T22:10:16.317Z Downloaded embedded-io v0.4.0
8002026-08-18T22:10:16.320Z Downloaded form_urlencoded v1.2.2
8012026-08-18T22:10:16.320Z Downloaded waitgroup v0.1.2
8022026-08-18T22:10:16.332Z Downloaded quick-error v1.2.3
8032026-08-18T22:10:16.336Z Downloaded serde_spanned v1.1.1
8042026-08-18T22:10:16.336Z Downloaded simd-adler32 v0.3.10
8052026-08-18T22:10:16.336Z Downloaded ref-cast v1.0.26
8062026-08-18T22:10:16.341Z Downloaded pkg-config v0.3.33
8072026-08-18T22:10:16.341Z Downloaded rusty-fork v0.3.1
8082026-08-18T22:10:16.341Z Downloaded siphasher v1.0.3
8092026-08-18T22:10:16.341Z Downloaded dof v0.3.0
8102026-08-18T22:10:16.345Z Downloaded thiserror-impl v1.0.69
8112026-08-18T22:10:16.350Z Downloaded quote v1.0.47
8122026-08-18T22:10:16.353Z Downloaded parse-display-derive v0.10.0
8132026-08-18T22:10:16.356Z Downloaded toml v0.9.12+spec-1.1.0
8142026-08-18T22:10:16.361Z Downloaded tungstenite v0.21.0
8152026-08-18T22:10:16.364Z Downloaded thiserror v1.0.69
8162026-08-18T22:10:16.364Z Downloaded tokio-tungstenite v0.21.0
8172026-08-18T22:10:16.364Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8182026-08-18T22:10:16.364Z Downloaded konst v0.2.20
8192026-08-18T22:10:16.367Z Downloaded progenitor v0.10.0
8202026-08-18T22:10:16.367Z Downloaded subtle v2.6.1
8212026-08-18T22:10:16.370Z Downloaded rustc-hash v2.1.3
8222026-08-18T22:10:16.370Z Downloaded serde_spanned v0.6.9
8232026-08-18T22:10:16.370Z Downloaded utf8_iter v1.0.4
8242026-08-18T22:10:16.371Z Downloaded smallvec v1.15.2
8252026-08-18T22:10:16.374Z Downloaded futures v0.3.34
8262026-08-18T22:10:16.378Z Downloaded writeable v0.6.3
8272026-08-18T22:10:16.381Z Downloaded enum-as-inner v0.6.1
8282026-08-18T22:10:16.384Z Downloaded fastrand v2.5.0
8292026-08-18T22:10:16.384Z Downloaded miniz_oxide v0.8.9
8302026-08-18T22:10:16.384Z Downloaded toml_edit v0.25.13+spec-1.1.0
8312026-08-18T22:10:16.387Z Downloaded slog-term v2.9.2
8322026-08-18T22:10:16.390Z Downloaded cc v1.4.2
8332026-08-18T22:10:16.393Z Downloaded semver v0.1.20
8342026-08-18T22:10:16.393Z Downloaded test-strategy v0.4.5
8352026-08-18T22:10:16.397Z Downloaded terminal_size v0.4.4
8362026-08-18T22:10:16.397Z Downloaded time-core v0.1.9
8372026-08-18T22:10:16.400Z Downloaded fxhash v0.2.1
8382026-08-18T22:10:16.403Z Downloaded oxnet v0.1.6
8392026-08-18T22:10:16.403Z Downloaded progenitor v0.14.0
8402026-08-18T22:10:16.403Z Downloaded darling_macro v0.21.3
8412026-08-18T22:10:16.403Z Downloaded dtrace-parser v0.3.0
8422026-08-18T22:10:16.403Z Downloaded fnv v1.0.7
8432026-08-18T22:10:16.408Z Downloaded foreign-types-shared v0.1.1
8442026-08-18T22:10:16.408Z Downloaded crossbeam-channel v0.5.16
8452026-08-18T22:10:16.408Z Downloaded openssl-sys v0.9.117
8462026-08-18T22:10:16.412Z Downloaded rustls-webpki v0.103.14
8472026-08-18T22:10:16.412Z Downloaded toml v1.1.4+spec-1.1.0
8482026-08-18T22:10:16.415Z Downloaded rustls-pki-types v1.15.1
8492026-08-18T22:10:16.415Z Downloaded slog-json v2.6.1
8502026-08-18T22:10:16.419Z Downloaded hubpack v0.1.2
8512026-08-18T22:10:16.419Z Downloaded openssl-probe v0.2.1
8522026-08-18T22:10:16.423Z Downloaded proc-macro-crate v3.5.0
8532026-08-18T22:10:16.423Z Downloaded proc-macro-error-attr v1.0.4
8542026-08-18T22:10:16.428Z Downloaded strum_macros v0.27.2
8552026-08-18T22:10:16.434Z Downloaded async-compression v0.4.43
8562026-08-18T22:10:16.437Z Downloaded darling_macro v0.23.0
8572026-08-18T22:10:16.439Z Downloaded equivalent v1.0.2
8582026-08-18T22:10:16.439Z Downloaded minimal-lexical v0.2.1
8592026-08-18T22:10:16.439Z Downloaded term v1.2.1
8602026-08-18T22:10:16.442Z Downloaded tabled_derive v0.7.0
8612026-08-18T22:10:16.442Z Downloaded progenitor-impl v0.14.0
8622026-08-18T22:10:16.447Z Downloaded sha1 v0.11.0
8632026-08-18T22:10:16.447Z Downloaded futures-executor v0.3.34
8642026-08-18T22:10:16.453Z Downloaded indexmap v2.14.0
8652026-08-18T22:10:16.453Z Downloaded httparse v1.10.1
8662026-08-18T22:10:16.453Z Downloaded humantime v2.4.0
8672026-08-18T22:10:16.453Z Downloaded pest_generator v2.8.8
8682026-08-18T22:10:16.453Z Downloaded scopeguard v1.2.0
8692026-08-18T22:10:16.457Z Downloaded parking_lot v0.11.2
8702026-08-18T22:10:16.457Z Downloaded phf v0.12.1
8712026-08-18T22:10:16.457Z Downloaded poly1305 v0.8.0
8722026-08-18T22:10:16.466Z Downloaded thiserror-impl-no-std v2.0.2
8732026-08-18T22:10:16.471Z Downloaded swrite v0.1.0
8742026-08-18T22:10:16.471Z Downloaded unit-prefix v0.5.2
8752026-08-18T22:10:16.471Z Downloaded aho-corasick v1.1.5
8762026-08-18T22:10:16.475Z Downloaded uuid v1.24.0
8772026-08-18T22:10:16.478Z Downloaded parking_lot v0.12.5
8782026-08-18T22:10:16.484Z Downloaded scroll v0.13.0
8792026-08-18T22:10:16.487Z Downloaded similar v2.7.0
8802026-08-18T22:10:16.493Z Downloaded tokio-macros v2.7.2
8812026-08-18T22:10:16.500Z Downloaded port-file v0.1.0
8822026-08-18T22:10:16.503Z Downloaded tinystr v0.8.3
8832026-08-18T22:10:16.503Z Downloaded zerofrom-derive v0.1.7
8842026-08-18T22:10:16.503Z Downloaded gethostname v0.5.0
8852026-08-18T22:10:16.503Z Downloaded dyn-clone v1.0.20
8862026-08-18T22:10:16.503Z Downloaded float-ord v0.3.2
8872026-08-18T22:10:16.507Z Downloaded serde_yaml v0.9.34+deprecated
8882026-08-18T22:10:16.510Z Downloaded spin v0.9.9
8892026-08-18T22:10:16.510Z Downloaded strum v0.27.2
8902026-08-18T22:10:16.510Z Downloaded hyper-util v0.1.20
8912026-08-18T22:10:16.517Z Downloaded tracing-core v0.1.36
8922026-08-18T22:10:16.525Z Downloaded foreign-types v0.5.0
8932026-08-18T22:10:16.529Z Downloaded hostname v0.4.2
8942026-08-18T22:10:16.533Z Downloaded progenitor-macro v0.10.0
8952026-08-18T22:10:16.533Z Downloaded shlex v2.0.1
8962026-08-18T22:10:16.533Z Downloaded signal-hook-registry v1.4.8
8972026-08-18T22:10:16.539Z Downloaded derive-where v1.6.1
8982026-08-18T22:10:16.543Z Downloaded foreign-types v0.3.2
8992026-08-18T22:10:16.546Z Downloaded rand_pcg v0.10.2
9002026-08-18T22:10:16.549Z Downloaded rustc_version v0.1.7
9012026-08-18T22:10:16.552Z Downloaded rustc_version v0.4.1
9022026-08-18T22:10:16.555Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9032026-08-18T22:10:16.555Z Downloaded whoami v1.6.1
9042026-08-18T22:10:16.559Z Downloaded debug-ignore v1.0.5
9052026-08-18T22:10:16.563Z Downloaded pest_meta v2.8.8
9062026-08-18T22:10:16.567Z Downloaded deranged v0.5.8
9072026-08-18T22:10:16.572Z Downloaded testing_table v0.3.0
9082026-08-18T22:10:16.572Z Downloaded serde_derive_internals v0.29.1
9092026-08-18T22:10:16.576Z Downloaded parse-display v0.10.0
9102026-08-18T22:10:16.579Z Downloaded dunce v1.0.5
9112026-08-18T22:10:16.582Z Downloaded ryu v1.0.23
9122026-08-18T22:10:16.588Z Downloaded rhai_codegen v3.2.0
9132026-08-18T22:10:16.593Z Downloaded pin-project-internal v1.1.13
9142026-08-18T22:10:16.595Z Downloaded tinyvec v1.12.0
9152026-08-18T22:10:16.599Z Downloaded untrusted v0.9.0
9162026-08-18T22:10:16.602Z Downloaded darling_core v0.21.3
9172026-08-18T22:10:16.602Z Downloaded thiserror-no-std v2.0.2
9182026-08-18T22:10:16.605Z Downloaded potential_utf v0.1.5
9192026-08-18T22:10:16.605Z Downloaded embedded-io v0.6.1
9202026-08-18T22:10:16.605Z Downloaded serde_urlencoded v0.7.1
9212026-08-18T22:10:16.608Z Downloaded tempfile v3.27.0
9222026-08-18T22:10:16.611Z Downloaded tabwriter v1.4.1
9232026-08-18T22:10:16.614Z Downloaded unsafe-libyaml v0.2.11
9242026-08-18T22:10:16.614Z Downloaded fs-err v3.3.1
9252026-08-18T22:10:16.617Z Downloaded digest v0.11.3
9262026-08-18T22:10:16.620Z Downloaded foldhash v0.2.0
9272026-08-18T22:10:16.620Z Downloaded steno v0.4.1
9282026-08-18T22:10:16.624Z Downloaded walkdir v2.5.0
9292026-08-18T22:10:16.627Z Downloaded darling_core v0.23.0
9302026-08-18T22:10:16.631Z Downloaded pem v3.0.6
9312026-08-18T22:10:16.631Z Downloaded ppv-lite86 v0.2.21
9322026-08-18T22:10:16.631Z Downloaded wait-timeout v0.2.1
9332026-08-18T22:10:16.634Z Downloaded tokio-rustls v0.26.4
9342026-08-18T22:10:16.634Z Downloaded tokio-stream v0.1.19
9352026-08-18T22:10:16.638Z Downloaded usdt-macro v0.6.0
9362026-08-18T22:10:16.638Z Downloaded version_check v0.9.5
9372026-08-18T22:10:16.638Z Downloaded powerfmt v0.2.0
9382026-08-18T22:10:16.638Z Downloaded unicode-xid v0.2.6
9392026-08-18T22:10:16.643Z Downloaded generic-array v0.14.7
9402026-08-18T22:10:16.648Z Downloaded mio v1.2.2
9412026-08-18T22:10:16.652Z Downloaded slog-stdlog v4.1.1
9422026-08-18T22:10:16.652Z Downloaded synstructure v0.13.2
9432026-08-18T22:10:16.652Z Downloaded openssl-macros v0.1.1
9442026-08-18T22:10:16.655Z Downloaded thread_local v1.1.10
9452026-08-18T22:10:16.655Z Downloaded half v2.7.1
9462026-08-18T22:10:16.655Z Downloaded jiff-core v0.1.0
9472026-08-18T22:10:16.660Z Downloaded drift v0.2.0
9482026-08-18T22:10:16.665Z Downloaded rayon-core v1.13.0
9492026-08-18T22:10:16.665Z Downloaded schemars v0.9.0
9502026-08-18T22:10:16.670Z Downloaded getrandom v0.4.3
9512026-08-18T22:10:16.676Z Downloaded papergrid v0.11.0
9522026-08-18T22:10:16.676Z Downloaded globset v0.4.20
9532026-08-18T22:10:16.676Z Downloaded proc-macro2 v1.0.107
9542026-08-18T22:10:16.681Z Downloaded semver v1.0.28
9552026-08-18T22:10:16.681Z Downloaded sync_wrapper v1.0.2
9562026-08-18T22:10:16.681Z Downloaded heck v0.4.1
9572026-08-18T22:10:16.681Z Downloaded derive-ex v0.1.8
9582026-08-18T22:10:16.684Z Downloaded http-body v1.1.0
9592026-08-18T22:10:16.684Z Downloaded progenitor-client v0.10.0
9602026-08-18T22:10:16.684Z Downloaded stable_deref_trait v1.2.1
9612026-08-18T22:10:16.687Z Downloaded xz2 v0.1.7
9622026-08-18T22:10:16.691Z Downloaded nom v7.1.3
9632026-08-18T22:10:16.694Z Downloaded flate2 v1.1.9
9642026-08-18T22:10:16.697Z Downloaded unicode-ident v1.0.24
9652026-08-18T22:10:16.700Z Downloaded progenitor-client v0.13.0
9662026-08-18T22:10:16.700Z Downloaded slog-dtrace v0.3.0
9672026-08-18T22:10:16.704Z Downloaded socket2 v0.6.5
9682026-08-18T22:10:16.707Z Downloaded rustversion v1.0.23
9692026-08-18T22:10:16.707Z Downloaded zeroize_derive v1.5.0
9702026-08-18T22:10:16.710Z Downloaded errno v0.3.14
9712026-08-18T22:10:16.716Z Downloaded typenum v1.20.1
9722026-08-18T22:10:16.719Z Downloaded dropshot-api-manager-types v0.7.2
9732026-08-18T22:10:16.719Z Downloaded tough v0.22.0
9742026-08-18T22:10:16.723Z Downloaded futures-channel v0.3.34
9752026-08-18T22:10:16.728Z Downloaded elliptic-curve v0.13.8
9762026-08-18T22:10:16.731Z Downloaded hickory-resolver v0.25.2
9772026-08-18T22:10:16.734Z Downloaded progenitor-macro v0.14.0
9782026-08-18T22:10:16.734Z Downloaded futures-core v0.3.34
9792026-08-18T22:10:16.734Z Downloaded progenitor-impl v0.10.0
9802026-08-18T22:10:16.737Z Downloaded getrandom v0.3.4
9812026-08-18T22:10:16.738Z Downloaded usdt-macro v0.5.0
9822026-08-18T22:10:16.741Z Downloaded parking_lot_core v0.9.12
9832026-08-18T22:10:16.741Z Downloaded digest v0.10.7
9842026-08-18T22:10:16.741Z Downloaded heck v0.5.0
9852026-08-18T22:10:16.749Z Downloaded serde_core v1.0.229
9862026-08-18T22:10:16.752Z Downloaded strum_macros v0.26.4
9872026-08-18T22:10:16.757Z Downloaded zerocopy-derive v0.8.56
9882026-08-18T22:10:16.762Z Downloaded papergrid v0.18.0
9892026-08-18T22:10:16.765Z Downloaded rand_core v0.10.1
9902026-08-18T22:10:16.768Z Downloaded hubpack_derive v0.1.1
9912026-08-18T22:10:16.768Z Downloaded pin-project-lite v0.2.17
9922026-08-18T22:10:16.771Z Downloaded scroll v0.12.0
9932026-08-18T22:10:16.771Z Downloaded resolv-conf v0.7.6
9942026-08-18T22:10:16.771Z Downloaded serde_tokenstream v0.3.0
9952026-08-18T22:10:16.771Z Downloaded quinn v0.11.11
9962026-08-18T22:10:16.774Z Downloaded http v1.5.0
9972026-08-18T22:10:16.774Z Downloaded iddqd v0.4.6
9982026-08-18T22:10:16.779Z Downloaded typed-path v0.9.3
9992026-08-18T22:10:16.782Z Downloaded rustls-pemfile v2.2.0
10002026-08-18T22:10:16.785Z Downloaded clap_builder v4.6.6
10012026-08-18T22:10:16.788Z Downloaded prettyplease v0.2.37
10022026-08-18T22:10:16.791Z Downloaded zerocopy-derive v0.7.35
10032026-08-18T22:10:16.795Z Downloaded derive_more v0.99.20
10042026-08-18T22:10:16.795Z Downloaded toml_parser v1.1.3+spec-1.1.0
10052026-08-18T22:10:16.798Z Downloaded memchr v2.8.3
10062026-08-18T22:10:16.799Z Downloaded slog-async v2.8.0
10072026-08-18T22:10:16.799Z Downloaded pin-project v1.1.13
10082026-08-18T22:10:16.804Z Downloaded pest v2.8.8
10092026-08-18T22:10:16.807Z Downloaded rustls-platform-verifier v0.7.0
10102026-08-18T22:10:16.809Z Downloaded typify v0.6.2
10112026-08-18T22:10:16.812Z Downloaded postcard v1.1.3
10122026-08-18T22:10:16.812Z Downloaded tower-layer v0.3.3
10132026-08-18T22:10:16.812Z Downloaded group v0.13.0
10142026-08-18T22:10:16.816Z Downloaded defmt v1.1.1
10152026-08-18T22:10:16.820Z Downloaded tracing-attributes v0.1.31
10162026-08-18T22:10:16.820Z Downloaded tokio-util v0.7.19
10172026-08-18T22:10:16.823Z Downloaded dropshot-api-manager v0.7.2
10182026-08-18T22:10:16.826Z Downloaded snafu v0.8.9
10192026-08-18T22:10:16.829Z Downloaded paste v1.0.15
10202026-08-18T22:10:16.833Z Downloaded phf_shared v0.12.1
10212026-08-18T22:10:16.836Z Downloaded regex v1.13.1
10222026-08-18T22:10:16.836Z Downloaded idna v1.1.0
10232026-08-18T22:10:16.839Z Downloaded heapless v0.8.0
10242026-08-18T22:10:16.842Z Downloaded libm v0.2.16
10252026-08-18T22:10:16.845Z Downloaded tower v0.5.3
10262026-08-18T22:10:16.852Z Downloaded itertools v0.12.1
10272026-08-18T22:10:16.857Z Downloaded progenitor-impl v0.13.0
10282026-08-18T22:10:16.860Z Downloaded rand_core v0.9.5
10292026-08-18T22:10:16.860Z Downloaded usdt-impl v0.6.0
10302026-08-18T22:10:16.860Z Downloaded rand v0.9.5
10312026-08-18T22:10:16.863Z Downloaded winnow v0.7.15
10322026-08-18T22:10:16.868Z Downloaded nom v8.0.0
10332026-08-18T22:10:16.871Z Downloaded serde v1.0.229
10342026-08-18T22:10:16.874Z Downloaded url v2.5.8
10352026-08-18T22:10:16.879Z Downloaded qorb v0.4.1
10362026-08-18T22:10:16.882Z Downloaded zerotrie v0.2.4
10372026-08-18T22:10:16.886Z Downloaded icu_properties_data v2.2.0
10382026-08-18T22:10:16.890Z Downloaded itertools v0.14.0
10392026-08-18T22:10:16.894Z Downloaded reqwest v0.13.4
10402026-08-18T22:10:16.897Z Downloaded rand v0.8.7
10412026-08-18T22:10:16.900Z Downloaded slog v2.8.2
10422026-08-18T22:10:16.904Z Downloaded zerocopy v0.7.35
10432026-08-18T22:10:16.909Z Downloaded hickory-resolver v0.24.4
10442026-08-18T22:10:16.912Z Downloaded schemars v1.2.2
10452026-08-18T22:10:16.918Z Downloaded hashbrown v0.12.3
10462026-08-18T22:10:16.923Z Downloaded aws-lc-rs v1.18.0
10472026-08-18T22:10:16.927Z Downloaded snafu-derive v0.8.9
10482026-08-18T22:10:16.927Z Downloaded expectorate v1.2.0
10492026-08-18T22:10:16.931Z Downloaded textwrap v0.16.2
10502026-08-18T22:10:16.937Z Downloaded winnow v1.0.4
10512026-08-18T22:10:16.942Z Downloaded proptest v1.11.0
10522026-08-18T22:10:16.947Z Downloaded typify v0.4.3
10532026-08-18T22:10:16.950Z Downloaded chrono v0.4.45
10542026-08-18T22:10:16.953Z Downloaded unicode-normalization v0.1.25
10552026-08-18T22:10:16.956Z Downloaded tabled v0.21.0
10562026-08-18T22:10:16.966Z Downloaded toml_edit v0.22.27
10572026-08-18T22:10:16.969Z Downloaded winnow v0.5.40
10582026-08-18T22:10:16.973Z Downloaded goblin v0.8.2
10592026-08-18T22:10:16.977Z Downloaded dropshot_endpoint v0.17.1
10602026-08-18T22:10:16.980Z Downloaded toml_edit v0.19.15
10612026-08-18T22:10:16.990Z Downloaded ron v0.12.2
10622026-08-18T22:10:16.994Z Downloaded hyper v1.11.0
10632026-08-18T22:10:16.999Z Downloaded vcpkg v0.2.15
10642026-08-18T22:10:17.020Z Downloaded zerovec v0.11.6
10652026-08-18T22:10:17.023Z Downloaded hashbrown v0.15.5
10662026-08-18T22:10:17.026Z Downloaded webpki-roots v1.0.9
10672026-08-18T22:10:17.029Z Downloaded curve25519-dalek v4.1.3
10682026-08-18T22:10:17.033Z Downloaded bstr v1.13.1
10692026-08-18T22:10:17.053Z Downloaded rand v0.10.2
10702026-08-18T22:10:17.053Z Downloaded itertools v0.15.0
10712026-08-18T22:10:17.053Z Downloaded syn v3.0.3
10722026-08-18T22:10:17.053Z Downloaded hashbrown v0.17.1
10732026-08-18T22:10:17.058Z Downloaded hkdf v0.12.4
10742026-08-18T22:10:17.058Z Downloaded hashbrown v0.16.1
10752026-08-18T22:10:17.062Z Downloaded unicode-segmentation v1.13.3
10762026-08-18T22:10:17.099Z Downloaded unicode-width v0.2.2
10772026-08-18T22:10:17.104Z Downloaded dropshot v0.17.1
10782026-08-18T22:10:17.118Z Downloaded serde_json v1.0.151
10792026-08-18T22:10:17.124Z Downloaded regex-syntax v0.8.11
10802026-08-18T22:10:17.133Z Downloaded time v0.3.55
10812026-08-18T22:10:17.144Z Downloaded futures-util v0.3.34
10822026-08-18T22:10:17.150Z Downloaded syn v2.0.119
10832026-08-18T22:10:17.170Z Downloaded portable-atomic v1.15.0
10842026-08-18T22:10:17.193Z Downloaded tower-http v0.6.11
10852026-08-18T22:10:17.200Z Downloaded sled v0.34.7
10862026-08-18T22:10:17.207Z Downloaded typify-impl v0.6.2
10872026-08-18T22:10:17.214Z Downloaded typify-impl v0.4.3
10882026-08-18T22:10:17.225Z Downloaded tracing v0.1.44
10892026-08-18T22:10:17.238Z Downloaded moka v0.12.16
10902026-08-18T22:10:17.256Z Downloaded quinn-proto v0.11.16
10912026-08-18T22:10:17.260Z Downloaded regex-automata v0.4.18
10922026-08-18T22:10:17.269Z Downloaded rayon v1.12.0
10932026-08-18T22:10:17.283Z Downloaded h2 v0.4.15
10942026-08-18T22:10:17.287Z Downloaded chrono-tz v0.10.4
10952026-08-18T22:10:17.297Z Downloaded reqwest v0.12.28
10962026-08-18T22:10:17.312Z Downloaded syn v1.0.109
10972026-08-18T22:10:17.317Z Downloaded tabled v0.15.0
10982026-08-18T22:10:17.326Z Downloaded csv v1.4.0
10992026-08-18T22:10:17.337Z Downloaded goblin v0.10.7
11002026-08-18T22:10:17.342Z Downloaded serde_with v3.22.0
11012026-08-18T22:10:17.394Z Downloaded encoding_rs v0.8.35
11022026-08-18T22:10:17.410Z Downloaded smoltcp v0.11.0
11032026-08-18T22:10:17.423Z Downloaded zerocopy v0.8.56
11042026-08-18T22:10:17.452Z Downloaded unicode-width v0.1.14
11052026-08-18T22:10:17.457Z Downloaded nix v0.31.3
11062026-08-18T22:10:17.476Z Downloaded openapiv3 v2.2.0
11072026-08-18T22:10:17.491Z Downloaded rustix v0.38.44
11082026-08-18T22:10:17.504Z Downloaded openssl v0.10.81
11092026-08-18T22:10:17.526Z Downloaded rhai v1.25.1
11102026-08-18T22:10:17.534Z Downloaded regress v0.11.1
11112026-08-18T22:10:17.554Z Downloaded regress v0.10.5
11122026-08-18T22:10:17.560Z Downloaded rustls v0.23.43
11132026-08-18T22:10:17.591Z Downloaded rustix v1.1.4
11142026-08-18T22:10:17.606Z Downloaded hickory-proto v0.24.4
11152026-08-18T22:10:17.613Z Downloaded hickory-proto v0.25.2
11162026-08-18T22:10:17.703Z Downloaded jiff v0.2.35
11172026-08-18T22:10:17.752Z Downloaded petgraph v0.6.5
11182026-08-18T22:10:17.764Z Downloaded lzma-sys v0.1.20
11192026-08-18T22:10:17.794Z Downloaded libc v0.2.189
11202026-08-18T22:10:17.815Z Downloaded petgraph v0.8.3
11212026-08-18T22:10:17.831Z Downloaded sha3 v0.10.9
11222026-08-18T22:10:17.835Z Downloaded tokio v1.53.1
11232026-08-18T22:10:17.879Z Downloaded ring v0.17.14
11242026-08-18T22:10:17.958Z Downloaded aws-lc-sys v0.44.0
11252026-08-18T22:10:18.314Z Compiling proc-macro2 v1.0.107
11262026-08-18T22:10:18.314Z Compiling quote v1.0.47
11272026-08-18T22:10:18.314Z Compiling unicode-ident v1.0.24
11282026-08-18T22:10:18.314Z Compiling serde_core v1.0.229
11292026-08-18T22:10:18.314Z Compiling serde v1.0.229
11302026-08-18T22:10:18.314Z Compiling libc v0.2.189
11312026-08-18T22:10:18.317Z Compiling cfg-if v1.0.4
11322026-08-18T22:10:18.590Z Compiling zmij v1.0.23
11332026-08-18T22:10:18.657Z Compiling autocfg v1.5.1
11342026-08-18T22:10:18.974Z Compiling memchr v2.8.3
11352026-08-18T22:10:19.014Z Compiling libm v0.2.16
11362026-08-18T22:10:19.381Z Compiling itoa v1.0.18
11372026-08-18T22:10:19.407Z Compiling icu_properties_data v2.2.0
11382026-08-18T22:10:19.614Z Compiling icu_normalizer_data v2.2.0
11392026-08-18T22:10:19.630Z Compiling version_check v0.9.5
11402026-08-18T22:10:19.643Z Compiling stable_deref_trait v1.2.1
11412026-08-18T22:10:19.767Z Compiling syn v2.0.119
11422026-08-18T22:10:19.782Z Compiling syn v3.0.3
11432026-08-18T22:10:19.841Z Compiling serde_json v1.0.151
11442026-08-18T22:10:19.892Z Compiling writeable v0.6.3
11452026-08-18T22:10:20.107Z Compiling litemap v0.8.2
11462026-08-18T22:10:20.152Z Compiling parking_lot_core v0.9.12
11472026-08-18T22:10:20.188Z Compiling num-traits v0.2.19
11482026-08-18T22:10:20.207Z Compiling utf8_iter v1.0.4
11492026-08-18T22:10:20.431Z Compiling thiserror v2.0.20
11502026-08-18T22:10:20.449Z Compiling percent-encoding v2.3.2
11512026-08-18T22:10:20.761Z Compiling rand_core v0.10.1
11522026-08-18T22:10:20.798Z Compiling getrandom v0.4.3
11532026-08-18T22:10:20.870Z Compiling form_urlencoded v1.2.2
11542026-08-18T22:10:20.950Z Compiling zerocopy v0.8.56
11552026-08-18T22:10:21.058Z Compiling errno v0.3.14
11562026-08-18T22:10:21.149Z Compiling iana-time-zone v0.1.65
11572026-08-18T22:10:21.452Z Compiling uuid v1.24.0
11582026-08-18T22:10:21.647Z Compiling jobserver v0.1.35
11592026-08-18T22:10:21.968Z Compiling find-msvc-tools v0.1.10
11602026-08-18T22:10:21.984Z Compiling shlex v2.0.1
11612026-08-18T22:10:22.055Z Compiling rustversion v1.0.23
11622026-08-18T22:10:22.096Z Compiling heck v0.5.0
11632026-08-18T22:10:22.165Z Compiling semver v1.0.28
11642026-08-18T22:10:22.203Z Compiling cc v1.4.2
11652026-08-18T22:10:22.294Z Compiling dyn-clone v1.0.20
11662026-08-18T22:10:22.443Z Compiling schemars v0.8.22
11672026-08-18T22:10:22.534Z Compiling synstructure v0.13.2
11682026-08-18T22:10:22.595Z Compiling serde_derive_internals v0.29.1
11692026-08-18T22:10:22.795Z Compiling pin-project-lite v0.2.17
11702026-08-18T22:10:22.900Z Compiling getrandom v0.2.17
11712026-08-18T22:10:22.988Z Compiling serde_derive v1.0.229
11722026-08-18T22:10:23.015Z Compiling displaydoc v0.2.7
11732026-08-18T22:10:23.125Z Compiling thiserror-impl v2.0.20
11742026-08-18T22:10:23.227Z Compiling tokio-macros v2.7.2
11752026-08-18T22:10:23.261Z Compiling futures-macro v0.3.34
11762026-08-18T22:10:23.314Z Compiling bitflags v2.13.1
11772026-08-18T22:10:23.459Z Compiling scopeguard v1.2.0
11782026-08-18T22:10:23.582Z Compiling pkg-config v0.3.33
11792026-08-18T22:10:23.742Z Compiling zerofrom-derive v0.1.7
11802026-08-18T22:10:23.770Z Compiling yoke-derive v0.8.2
11812026-08-18T22:10:23.798Z Compiling zerovec-derive v0.11.3
11822026-08-18T22:10:23.985Z Compiling schemars_derive v0.8.22
11832026-08-18T22:10:24.019Z Compiling zerocopy-derive v0.8.56
11842026-08-18T22:10:24.100Z Compiling zeroize_derive v1.5.0
11852026-08-18T22:10:24.310Z Compiling lock_api v0.4.14
11862026-08-18T22:10:24.763Z Compiling zeroize v1.9.0
11872026-08-18T22:10:24.854Z Compiling socket2 v0.6.5
11882026-08-18T22:10:24.898Z Compiling cmake v0.1.58
11892026-08-18T22:10:24.937Z Compiling zerofrom v0.1.8
11902026-08-18T22:10:24.962Z Compiling signal-hook-registry v1.4.8
11912026-08-18T22:10:25.001Z Compiling mio v1.2.2
11922026-08-18T22:10:25.071Z Compiling yoke v0.8.3
11932026-08-18T22:10:25.182Z Compiling dunce v1.0.5
11942026-08-18T22:10:25.227Z Compiling fs_extra v1.3.0
11952026-08-18T22:10:25.269Z Compiling zerovec v0.11.6
11962026-08-18T22:10:25.286Z Compiling zerotrie v0.2.4
11972026-08-18T22:10:25.373Z Compiling portable-atomic v1.15.0
11982026-08-18T22:10:25.484Z Compiling aws-lc-sys v0.44.0
11992026-08-18T22:10:25.583Z Compiling critical-section v1.2.0
12002026-08-18T22:10:25.695Z Compiling futures-core v0.3.34
12012026-08-18T22:10:25.713Z Compiling log v0.4.33
12022026-08-18T22:10:25.815Z Compiling tinystr v0.8.3
12032026-08-18T22:10:25.856Z Compiling potential_utf v0.1.5
12042026-08-18T22:10:26.031Z Compiling icu_locale_core v2.2.0
12052026-08-18T22:10:26.046Z Compiling icu_collections v2.2.0
12062026-08-18T22:10:26.113Z Compiling smallvec v1.15.2
12072026-08-18T22:10:26.176Z Compiling bytes v1.12.1
12082026-08-18T22:10:26.191Z Compiling chrono v0.4.45
12092026-08-18T22:10:26.606Z Compiling parking_lot v0.12.5
12102026-08-18T22:10:26.625Z Compiling once_cell v1.21.4
12112026-08-18T22:10:26.767Z Compiling subtle v2.6.1
12122026-08-18T22:10:26.885Z Compiling icu_provider v2.2.0
12132026-08-18T22:10:26.948Z Compiling tokio v1.53.1
12142026-08-18T22:10:26.993Z Compiling equivalent v1.0.2
12152026-08-18T22:10:27.038Z Compiling allocator-api2 v0.2.21
12162026-08-18T22:10:27.093Z Compiling httparse v1.10.1
12172026-08-18T22:10:27.418Z Compiling icu_properties v2.2.0
12182026-08-18T22:10:27.433Z Compiling icu_normalizer v2.2.0
12192026-08-18T22:10:27.471Z Compiling serde_tokenstream v0.2.3
12202026-08-18T22:10:27.751Z Compiling futures-sink v0.3.34
12212026-08-18T22:10:27.869Z Compiling slab v0.4.12
12222026-08-18T22:10:28.076Z Compiling rustix v1.1.4
12232026-08-18T22:10:28.206Z Compiling ucd-trie v0.1.7
12242026-08-18T22:10:28.422Z Compiling idna_adapter v1.2.2
12252026-08-18T22:10:28.439Z Compiling thiserror v1.0.69
12262026-08-18T22:10:28.589Z Compiling idna v1.1.0
12272026-08-18T22:10:28.604Z Compiling pest v2.8.8
12282026-08-18T22:10:28.657Z Compiling typenum v1.20.1
12292026-08-18T22:10:28.769Z Compiling regex-syntax v0.8.11
12302026-08-18T22:10:29.017Z Compiling url v2.5.8
12312026-08-18T22:10:29.220Z Compiling futures-channel v0.3.34
12322026-08-18T22:10:29.489Z Compiling thiserror-impl v1.0.69
12332026-08-18T22:10:29.489Z Compiling strsim v0.11.1
12342026-08-18T22:10:29.585Z Compiling hashbrown v0.17.1
12352026-08-18T22:10:29.822Z Compiling pest_meta v2.8.8
12362026-08-18T22:10:30.267Z Compiling aho-corasick v1.1.5
12372026-08-18T22:10:30.628Z Compiling pest_generator v2.8.8
12382026-08-18T22:10:30.645Z Compiling futures-task v0.3.34
12392026-08-18T22:10:30.781Z Compiling futures-io v0.3.34
12402026-08-18T22:10:30.831Z Compiling ipnetwork v0.21.1
12412026-08-18T22:10:30.993Z Compiling futures-util v0.3.34
12422026-08-18T22:10:31.047Z Compiling getrandom v0.3.4
12432026-08-18T22:10:31.254Z Compiling pest_derive v2.8.8
12442026-08-18T22:10:31.378Z Compiling regex-automata v0.4.18
12452026-08-18T22:10:31.431Z Compiling ident_case v1.0.1
12462026-08-18T22:10:31.564Z Compiling rand_core v0.6.4
12472026-08-18T22:10:31.631Z Compiling byteorder v1.5.0
12482026-08-18T22:10:31.797Z Compiling indexmap v2.14.0
12492026-08-18T22:10:31.890Z Compiling tracing-core v0.1.36
12502026-08-18T22:10:32.290Z Compiling tracing-attributes v0.1.31
12512026-08-18T22:10:32.401Z Compiling slog v2.8.2
12522026-08-18T22:10:32.643Z Compiling base64 v0.22.1
12532026-08-18T22:10:32.672Z Compiling anyhow v1.0.104
12542026-08-18T22:10:32.883Z Compiling fnv v1.0.7
12552026-08-18T22:10:33.011Z Compiling paste v1.0.15
12562026-08-18T22:10:33.118Z Compiling regex v1.13.1
12572026-08-18T22:10:33.519Z Compiling tracing v0.1.44
12582026-08-18T22:10:33.534Z Compiling erased-serde v0.3.31
12592026-08-18T22:10:33.851Z Compiling omicron-workspace-hack v0.1.0
12602026-08-18T22:10:34.061Z Compiling http v1.5.0
12612026-08-18T22:10:34.189Z Compiling oxnet v0.1.6
12622026-08-18T22:10:34.630Z Compiling rustls-pki-types v1.15.1
12632026-08-18T22:10:35.299Z Compiling scroll_derive v0.13.1
12642026-08-18T22:10:35.450Z Compiling ring v0.17.14
12652026-08-18T22:10:35.698Z Compiling aws-lc-rs v1.18.0
12662026-08-18T22:10:35.835Z Compiling time-core v0.1.9
12672026-08-18T22:10:35.915Z Compiling num-conv v0.2.2
12682026-08-18T22:10:36.068Z Compiling time-macros v0.2.32
12692026-08-18T22:10:36.158Z Compiling tokio-util v0.7.19
12702026-08-18T22:10:36.430Z Compiling untrusted v0.9.0
12712026-08-18T22:10:36.564Z Compiling camino v1.2.5
12722026-08-18T22:10:36.891Z Compiling untrusted v0.7.1
12732026-08-18T22:10:37.006Z Compiling ipnet v2.12.1
12742026-08-18T22:10:37.387Z Compiling ppv-lite86 v0.2.21
12752026-08-18T22:10:37.426Z Compiling async-trait v0.1.92
12762026-08-18T22:10:37.619Z Compiling daft-derive v0.1.8
12772026-08-18T22:10:37.720Z Compiling crc32fast v1.5.0
12782026-08-18T22:10:38.008Z Compiling rustls v0.23.43
12792026-08-18T22:10:38.322Z Compiling http-body v1.1.0
12802026-08-18T22:10:38.326Z Compiling darling_core v0.23.0
12812026-08-18T22:10:38.399Z Compiling usdt-impl v0.6.0
12822026-08-18T22:10:38.497Z Compiling pretty-hex v0.4.2
12832026-08-18T22:10:38.639Z Compiling crossbeam-utils v0.8.22
12842026-08-18T22:10:38.656Z Compiling atomic-waker v1.1.2
12852026-08-18T22:10:38.962Z Compiling scroll v0.13.0
12862026-08-18T22:10:39.172Z Compiling try-lock v0.2.5
12872026-08-18T22:10:39.227Z Compiling tower-layer v0.3.3
12882026-08-18T22:10:39.263Z Compiling tower-service v0.3.3
12892026-08-18T22:10:39.361Z Compiling plain v0.2.3
12902026-08-18T22:10:39.422Z Compiling ryu v1.0.23
12912026-08-18T22:10:39.467Z Compiling goblin v0.10.7
12922026-08-18T22:10:39.571Z Compiling want v0.3.1
12932026-08-18T22:10:39.745Z Compiling h2 v0.4.15
12942026-08-18T22:10:39.963Z Compiling slog-async v2.8.0
12952026-08-18T22:10:40.361Z Compiling httpdate v1.0.3
12962026-08-18T22:10:40.382Z Compiling darling_macro v0.23.0
12972026-08-18T22:10:40.614Z Compiling dtrace-parser v0.3.0
12982026-08-18T22:10:40.744Z Compiling thread-id v5.1.0
12992026-08-18T22:10:40.829Z Compiling ref-cast v1.0.26
13002026-08-18T22:10:40.955Z Compiling darling v0.23.0
13012026-08-18T22:10:42.185Z Compiling dof v0.4.0
13022026-08-18T22:10:42.901Z Compiling hyper v1.11.0
13032026-08-18T22:10:43.150Z Compiling rand_core v0.9.5
13042026-08-18T22:10:43.398Z Compiling serde_urlencoded v0.7.1
13052026-08-18T22:10:43.642Z Compiling http-body-util v0.1.5
13062026-08-18T22:10:43.692Z Compiling ref-cast-impl v1.0.26
13072026-08-18T22:10:43.942Z Compiling syn v1.0.109
13082026-08-18T22:10:44.339Z Compiling hyper-util v0.1.20
13092026-08-18T22:10:45.557Z Compiling usdt-macro v0.6.0
13102026-08-18T22:10:45.676Z Compiling usdt-attr-macro v0.6.0
13112026-08-18T22:10:46.395Z Compiling serde_tokenstream v0.3.0
13122026-08-18T22:10:46.577Z Compiling structmeta-derive v0.3.0
13132026-08-18T22:10:46.680Z Compiling multer v3.1.0
13142026-08-18T22:10:47.060Z Compiling foldhash v0.2.0
13152026-08-18T22:10:47.103Z Compiling newtype-uuid-macros v0.1.1
13162026-08-18T22:10:47.347Z Compiling rand_chacha v0.9.0
13172026-08-18T22:10:47.595Z Compiling structmeta v0.3.0
13182026-08-18T22:10:47.866Z Compiling deranged v0.5.8
13192026-08-18T22:10:47.895Z Compiling num_threads v0.1.7
13202026-08-18T22:10:47.991Z Compiling powerfmt v0.2.0
13212026-08-18T22:10:48.186Z Compiling rand v0.9.5
13222026-08-18T22:10:48.306Z Compiling newtype-uuid v1.4.0
13232026-08-18T22:10:48.327Z Compiling sync_wrapper v1.0.2
13242026-08-18T22:10:48.439Z Compiling strum_macros v0.26.4
13252026-08-18T22:10:48.892Z Compiling time v0.3.55
13262026-08-18T22:10:48.947Z Compiling async-stream-impl v0.3.6
13272026-08-18T22:10:49.175Z Compiling dropshot v0.17.1
13282026-08-18T22:10:49.409Z Compiling fastrand v2.5.0
13292026-08-18T22:10:49.575Z Compiling hex v0.4.3
13302026-08-18T22:10:49.739Z Compiling daft v0.1.8
13312026-08-18T22:10:49.864Z Compiling tower v0.5.3
13322026-08-18T22:10:50.083Z Compiling crossbeam-channel v0.5.16
13332026-08-18T22:10:50.472Z Compiling webpki-roots v1.0.9
13342026-08-18T22:10:50.572Z Compiling openapiv3 v2.2.0
13352026-08-18T22:10:50.733Z Compiling generic-array v0.14.7
13362026-08-18T22:10:51.341Z Compiling tower-http v0.6.11
13372026-08-18T22:10:51.441Z Compiling hashbrown v0.16.1
13382026-08-18T22:10:51.704Z Compiling serde_with_macros v3.22.0
13392026-08-18T22:10:52.138Z Compiling futures-executor v0.3.34
13402026-08-18T22:10:52.288Z Compiling dropshot_endpoint v0.17.1
13412026-08-18T22:10:52.592Z Compiling macaddr v1.0.1
13422026-08-18T22:10:52.623Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13432026-08-18T22:10:52.824Z Compiling thread_local v1.1.10
13442026-08-18T22:10:52.863Z Compiling openssl-probe v0.2.1
13452026-08-18T22:10:53.090Z Compiling cpufeatures v0.3.0
13462026-08-18T22:10:53.168Z Compiling rustls-native-certs v0.8.4
13472026-08-18T22:10:53.235Z Compiling futures v0.3.34
13482026-08-18T22:10:53.895Z Compiling tempfile v3.27.0
13492026-08-18T22:10:53.917Z Compiling derive-ex v0.1.8
13502026-08-18T22:10:54.045Z Compiling strum_macros v0.27.2
13512026-08-18T22:10:54.440Z Compiling is-terminal v0.4.17
13522026-08-18T22:10:54.546Z Compiling take_mut v0.2.2
13532026-08-18T22:10:54.651Z Compiling term v1.2.1
13542026-08-18T22:10:54.669Z Compiling winnow v1.0.4
13552026-08-18T22:10:55.456Z Compiling test-strategy v0.4.5
13562026-08-18T22:10:55.839Z Compiling slog-term v2.9.2
13572026-08-18T22:10:57.249Z Compiling hybrid-array v0.4.14
13582026-08-18T22:10:57.357Z Compiling adler2 v2.0.1
13592026-08-18T22:10:57.425Z Compiling simd-adler32 v0.3.10
13602026-08-18T22:10:57.677Z Compiling match_cfg v0.1.0
13612026-08-18T22:10:57.729Z Compiling miniz_oxide v0.8.9
13622026-08-18T22:10:57.763Z Compiling hostname v0.3.1
13632026-08-18T22:10:58.372Z Compiling slog-json v2.6.1
13642026-08-18T22:10:58.656Z Compiling memmap2 v0.9.11
13652026-08-18T22:10:58.961Z Compiling either v1.17.0
13662026-08-18T22:10:59.088Z Compiling usdt v0.6.0
13672026-08-18T22:10:59.174Z Compiling slog-bunyan v2.5.0
13682026-08-18T22:10:59.189Z Compiling flate2 v1.1.9
13692026-08-18T22:10:59.354Z Compiling block-buffer v0.12.1
13702026-08-18T22:10:59.540Z Compiling crypto-common v0.2.2
13712026-08-18T22:10:59.560Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13722026-08-18T22:10:59.724Z Compiling const-oid v0.10.2
13732026-08-18T22:10:59.739Z Compiling compression-core v0.4.32
13742026-08-18T22:10:59.911Z Compiling debug-ignore v1.0.5
13752026-08-18T22:11:00.032Z Compiling compression-codecs v0.4.38
13762026-08-18T22:11:00.132Z Compiling digest v0.11.3
13772026-08-18T22:11:00.622Z Compiling toml_parser v1.1.3+spec-1.1.0
13782026-08-18T22:11:00.744Z Compiling crypto-common v0.1.7
13792026-08-18T22:11:00.794Z Compiling parse-display-derive v0.10.0
13802026-08-18T22:11:00.945Z Compiling rand_chacha v0.3.1
13812026-08-18T22:11:01.288Z Compiling toml_datetime v1.1.1+spec-1.1.0
13822026-08-18T22:11:01.339Z Compiling serde_spanned v1.1.1
13832026-08-18T22:11:01.493Z Compiling encoding_rs v0.8.35
13842026-08-18T22:11:01.549Z Compiling mime v0.3.17
13852026-08-18T22:11:01.621Z Compiling spin v0.9.9
13862026-08-18T22:11:01.750Z Compiling toml_writer v1.1.2+spec-1.1.0
13872026-08-18T22:11:01.928Z Compiling toml v1.1.4+spec-1.1.0
13882026-08-18T22:11:01.971Z Compiling rand v0.8.7
13892026-08-18T22:11:02.020Z Compiling sha1 v0.11.0
13902026-08-18T22:11:02.328Z Compiling async-compression v0.4.43
13912026-08-18T22:11:02.332Z Compiling strum v0.26.3
13922026-08-18T22:11:02.434Z Compiling async-stream v0.3.6
13932026-08-18T22:11:02.711Z Compiling waitgroup v0.1.2
13942026-08-18T22:11:02.786Z Compiling rustls-pemfile v2.2.0
13952026-08-18T22:11:02.865Z Compiling serde_path_to_error v0.1.20
13962026-08-18T22:11:02.871Z Compiling hostname v0.4.2
13972026-08-18T22:11:03.046Z Compiling wait-timeout v0.2.1
13982026-08-18T22:11:03.473Z Compiling quick-error v1.2.3
13992026-08-18T22:11:03.489Z Compiling bit-vec v0.8.0
14002026-08-18T22:11:03.710Z Compiling bit-set v0.8.0
14012026-08-18T22:11:03.727Z Compiling rusty-fork v0.3.1
14022026-08-18T22:11:03.798Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14032026-08-18T22:11:03.906Z Compiling serde_with v3.22.0
14042026-08-18T22:11:04.273Z Compiling rand_xorshift v0.4.0
14052026-08-18T22:11:04.440Z Compiling unarray v0.1.4
14062026-08-18T22:11:04.560Z Compiling proptest v1.11.0
14072026-08-18T22:11:04.677Z Compiling strum v0.27.2
14082026-08-18T22:11:04.802Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14092026-08-18T22:11:04.954Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14102026-08-18T22:11:05.150Z Compiling instant v0.1.13
14112026-08-18T22:11:05.363Z Compiling iddqd v0.4.6
14122026-08-18T22:11:06.002Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14132026-08-18T22:11:06.085Z Compiling block-buffer v0.10.4
14142026-08-18T22:11:06.262Z Compiling backon v1.6.0
14152026-08-18T22:11:06.659Z Compiling unicode-width v0.2.2
14162026-08-18T22:11:06.900Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
14172026-08-18T22:11:07.335Z Compiling digest v0.10.7
14182026-08-18T22:11:07.584Z Compiling backoff v0.4.0
14192026-08-18T22:11:07.873Z Compiling parse-display v0.10.0
14202026-08-18T22:11:08.186Z Compiling itertools v0.14.0
14212026-08-18T22:11:08.234Z Compiling regress v0.10.5
14222026-08-18T22:11:08.250Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
14232026-08-18T22:11:09.699Z Compiling humantime v2.4.0
14242026-08-18T22:11:11.243Z Compiling regress v0.11.1
14252026-08-18T22:11:12.748Z Compiling typify-impl v0.6.2
14262026-08-18T22:11:13.150Z Compiling zerocopy-derive v0.7.35
14272026-08-18T22:11:14.328Z Compiling clap_derive v4.6.4
14282026-08-18T22:11:14.476Z Compiling utf8parse v0.2.2
14292026-08-18T22:11:14.586Z Compiling convert_case v0.4.0
14302026-08-18T22:11:14.894Z Compiling cpufeatures v0.2.17
14312026-08-18T22:11:14.970Z Compiling derive_more v0.99.20
14322026-08-18T22:11:15.153Z Compiling anstyle-parse v1.0.0
14332026-08-18T22:11:15.992Z Compiling terminal_size v0.4.4
14342026-08-18T22:11:16.008Z Compiling typify-macro v0.6.2
14352026-08-18T22:11:16.116Z Compiling toml_datetime v0.6.11
14362026-08-18T22:11:16.263Z Compiling anstyle v1.0.14
14372026-08-18T22:11:16.348Z Compiling colorchoice v1.0.5
14382026-08-18T22:11:16.364Z Compiling anstyle-query v1.1.5
14392026-08-18T22:11:16.468Z Compiling is_terminal_polyfill v1.70.2
14402026-08-18T22:11:16.580Z Compiling anstream v1.0.0
14412026-08-18T22:11:16.910Z Compiling secrecy v0.10.3
14422026-08-18T22:11:17.052Z Compiling heapless v0.8.0
14432026-08-18T22:11:17.353Z Compiling clap_lex v1.1.0
14442026-08-18T22:11:17.446Z Compiling crucible-workspace-hack v0.1.0
14452026-08-18T22:11:17.453Z Compiling tinyvec_macros v0.1.1
14462026-08-18T22:11:17.724Z Compiling typify v0.6.2
14472026-08-18T22:11:17.739Z Compiling clap_builder v4.6.6
14482026-08-18T22:11:17.815Z Compiling tinyvec v1.12.0
14492026-08-18T22:11:18.180Z Compiling zerocopy v0.7.35
14502026-08-18T22:11:18.587Z Compiling hash32 v0.3.1
14512026-08-18T22:11:18.701Z Compiling rustc_version v0.4.1
14522026-08-18T22:11:18.726Z Compiling scroll_derive v0.12.1
14532026-08-18T22:11:18.916Z Compiling num-integer v0.1.47
14542026-08-18T22:11:18.965Z Compiling usdt-impl v0.5.0
14552026-08-18T22:11:19.218Z Compiling crossbeam-epoch v0.9.20
14562026-08-18T22:11:19.332Z Compiling smoltcp v0.11.0
14572026-08-18T22:11:19.423Z Compiling scroll v0.12.0
14582026-08-18T22:11:19.504Z Compiling curve25519-dalek v4.1.3
14592026-08-18T22:11:19.676Z Compiling clap v4.6.6
14602026-08-18T22:11:19.759Z Compiling dof v0.3.0
14612026-08-18T22:11:20.870Z Compiling hmac v0.12.1
14622026-08-18T22:11:20.874Z Compiling dtrace-parser v0.2.0
14632026-08-18T22:11:21.039Z Compiling inout v0.1.4
14642026-08-18T22:11:21.060Z Compiling darling_core v0.21.3
14652026-08-18T22:11:21.245Z Compiling ff v0.13.1
14662026-08-18T22:11:21.395Z Compiling cobs v0.3.0
14672026-08-18T22:11:21.668Z Compiling thread-id v4.2.2
14682026-08-18T22:11:21.871Z Compiling unsafe-libyaml v0.2.11
14692026-08-18T22:11:22.103Z Compiling managed v0.8.0
14702026-08-18T22:11:22.575Z Compiling bitflags v1.3.2
14712026-08-18T22:11:22.980Z Compiling serde_yaml v0.9.34+deprecated
14722026-08-18T22:11:23.103Z Compiling darling_macro v0.21.3
14732026-08-18T22:11:23.694Z Compiling postcard v1.1.3
14742026-08-18T22:11:24.066Z Compiling group v0.13.0
14752026-08-18T22:11:24.185Z Compiling cipher v0.4.4
14762026-08-18T22:11:24.205Z Compiling hkdf v0.12.4
14772026-08-18T22:11:24.852Z Compiling goblin v0.8.2
14782026-08-18T22:11:25.123Z Compiling num-iter v0.1.46
14792026-08-18T22:11:25.257Z Compiling num-rational v0.4.2
14802026-08-18T22:11:26.081Z Compiling tabwriter v1.4.1
14812026-08-18T22:11:26.101Z Compiling universal-hash v0.5.1
14822026-08-18T22:11:26.227Z Compiling crypto-bigint v0.5.5
14832026-08-18T22:11:26.250Z Compiling thiserror-impl-no-std v2.0.2
14842026-08-18T22:11:26.435Z Compiling hubpack_derive v0.1.1
14852026-08-18T22:11:26.951Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14862026-08-18T22:11:27.446Z Compiling half v2.7.1
14872026-08-18T22:11:27.711Z Compiling curve25519-dalek-derive v0.1.1
14882026-08-18T22:11:27.814Z Compiling num-complex v0.4.6
14892026-08-18T22:11:28.371Z Compiling memoffset v0.9.1
14902026-08-18T22:11:28.503Z Compiling base64ct v1.8.3
14912026-08-18T22:11:28.614Z Compiling cfg_aliases v0.2.2
14922026-08-18T22:11:28.775Z Compiling base16ct v0.2.0
14932026-08-18T22:11:28.809Z Compiling opaque-debug v0.3.1
14942026-08-18T22:11:28.985Z Compiling prettyplease v0.2.37
14952026-08-18T22:11:29.113Z Compiling heck v0.4.1
14962026-08-18T22:11:29.198Z Compiling rustix v0.38.44
14972026-08-18T22:11:29.276Z Compiling ciborium-io v0.2.2
14982026-08-18T22:11:29.376Z Compiling ciborium-ll v0.2.2
14992026-08-18T22:11:29.677Z Compiling elliptic-curve v0.13.8
15002026-08-18T22:11:29.868Z Compiling poly1305 v0.8.0
15012026-08-18T22:11:30.140Z Compiling password-hash v0.5.0
15022026-08-18T22:11:30.695Z Compiling nix v0.31.3
15032026-08-18T22:11:31.208Z Compiling num v0.4.3
15042026-08-18T22:11:31.327Z Compiling thiserror-no-std v2.0.2
15052026-08-18T22:11:31.426Z Compiling hubpack v0.1.2
15062026-08-18T22:11:32.490Z Compiling chacha20 v0.9.1
15072026-08-18T22:11:32.727Z Compiling darling v0.21.3
15082026-08-18T22:11:32.824Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
15092026-08-18T22:11:33.035Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15102026-08-18T22:11:33.757Z Compiling reqwest v0.12.28
15112026-08-18T22:11:34.082Z Compiling toml_edit v0.25.13+spec-1.1.0
15122026-08-18T22:11:34.269Z Compiling blake2 v0.10.6
15132026-08-18T22:11:34.422Z Compiling aead v0.5.2
15142026-08-18T22:11:34.771Z Compiling byte-wrapper v0.1.0
15152026-08-18T22:11:34.876Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15162026-08-18T22:11:34.940Z Compiling serde_repr v0.1.21
15172026-08-18T22:11:35.665Z Compiling proc-macro-error-attr v1.0.4
15182026-08-18T22:11:35.827Z Compiling bstr v1.13.1
15192026-08-18T22:11:35.865Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15202026-08-18T22:11:35.890Z Compiling keccak v0.1.6
15212026-08-18T22:11:36.110Z Compiling float-ord v0.3.2
15222026-08-18T22:11:36.165Z Compiling static_assertions v1.1.0
15232026-08-18T22:11:36.267Z Compiling sha3 v0.10.9
15242026-08-18T22:11:36.603Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15252026-08-18T22:11:36.644Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15262026-08-18T22:11:37.137Z Compiling progenitor-client v0.10.0
15272026-08-18T22:11:37.263Z Compiling proc-macro-crate v3.5.0
15282026-08-18T22:11:37.386Z Compiling chacha20poly1305 v0.10.1
15292026-08-18T22:11:37.534Z Compiling argon2 v0.5.3
15302026-08-18T22:11:37.908Z Compiling ingot-macros v0.1.1
15312026-08-18T22:11:38.477Z Compiling vsss-rs v3.3.4
15322026-08-18T22:11:40.468Z Compiling ciborium v0.2.2
15332026-08-18T22:11:40.861Z Compiling usdt-macro v0.5.0
15342026-08-18T22:11:41.170Z Compiling usdt-attr-macro v0.5.0
15352026-08-18T22:11:42.246Z Compiling enum-as-inner v0.6.1
15362026-08-18T22:11:42.314Z Compiling num-derive v0.4.2
15372026-08-18T22:11:42.788Z Compiling proc-macro-error v1.0.4
15382026-08-18T22:11:43.024Z Compiling memmap v0.7.0
15392026-08-18T22:11:43.364Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15402026-08-18T22:11:43.448Z Compiling data-encoding v2.11.1
15412026-08-18T22:11:43.524Z Compiling indent_write v2.2.0
15422026-08-18T22:11:43.608Z Compiling winnow v0.5.40
15432026-08-18T22:11:43.698Z Compiling usdt v0.5.0
15442026-08-18T22:11:44.134Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15452026-08-18T22:11:44.162Z Compiling ingot-types v0.1.2
15462026-08-18T22:11:44.586Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15472026-08-18T22:11:44.687Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-08-18T22:11:44.957Z Compiling toml_edit v0.19.15
15492026-08-18T22:11:44.992Z Compiling num_enum_derive v0.7.6
15502026-08-18T22:11:45.541Z Compiling serde_spanned v0.6.9
15512026-08-18T22:11:45.684Z Compiling foreign-types-macros v0.2.4
15522026-08-18T22:11:45.979Z Compiling crossbeam-deque v0.8.7
15532026-08-18T22:11:46.054Z Compiling bytecount v0.6.9
15542026-08-18T22:11:46.259Z Compiling winnow v0.7.15
15552026-08-18T22:11:46.283Z Compiling vcpkg v0.2.15
15562026-08-18T22:11:46.474Z Compiling toml_write v0.1.2
15572026-08-18T22:11:46.670Z Compiling foreign-types-shared v0.3.1
15582026-08-18T22:11:46.724Z Compiling colored v3.1.1
15592026-08-18T22:11:46.814Z Compiling openssl-sys v0.9.117
15602026-08-18T22:11:46.883Z Compiling foreign-types v0.5.0
15612026-08-18T22:11:47.002Z Compiling proc-macro-crate v1.3.1
15622026-08-18T22:11:47.314Z Compiling num_enum v0.7.6
15632026-08-18T22:11:47.358Z Compiling ingot v0.1.1
15642026-08-18T22:11:47.559Z Compiling toml_edit v0.22.27
15652026-08-18T22:11:47.594Z Compiling atomicwrites v0.4.4
15662026-08-18T22:11:47.807Z Compiling progenitor-impl v0.14.0
15672026-08-18T22:11:47.864Z Compiling chacha20 v0.10.1
15682026-08-18T22:11:48.153Z Compiling rustls-webpki v0.103.14
15692026-08-18T22:11:49.513Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15702026-08-18T22:11:49.842Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15712026-08-18T22:11:50.029Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15722026-08-18T22:11:50.046Z Compiling cstr-argument v0.1.2
15732026-08-18T22:11:50.059Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
15742026-08-18T22:11:50.210Z Compiling linked-hash-map v0.5.6
15752026-08-18T22:11:50.265Z Compiling semver v0.1.20
15762026-08-18T22:11:50.297Z Compiling rayon-core v1.13.0
15772026-08-18T22:11:50.457Z Compiling resolv-conf v0.7.6
15782026-08-18T22:11:50.519Z Compiling unicode-segmentation v1.13.3
15792026-08-18T22:11:50.523Z Compiling swrite v0.1.0
15802026-08-18T22:11:50.588Z Compiling rustc_version v0.1.7
15812026-08-18T22:11:50.646Z Compiling lru-cache v0.1.2
15822026-08-18T22:11:50.821Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15832026-08-18T22:11:50.853Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15842026-08-18T22:11:51.038Z Compiling newline-converter v0.3.0
15852026-08-18T22:11:51.106Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15862026-08-18T22:11:51.176Z Compiling progenitor-macro v0.14.0
15872026-08-18T22:11:51.215Z Compiling toml v0.8.23
15882026-08-18T22:11:51.326Z Compiling rand v0.10.2
15892026-08-18T22:11:52.479Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15902026-08-18T22:11:52.570Z Compiling num_enum_derive v0.5.11
15912026-08-18T22:11:52.741Z Compiling hickory-proto v0.24.4
15922026-08-18T22:11:52.939Z Compiling tokio-rustls v0.26.4
15932026-08-18T22:11:53.246Z Compiling hyper-rustls v0.27.9
15942026-08-18T22:11:53.564Z Compiling rustls-platform-verifier v0.7.0
15952026-08-18T22:11:53.776Z Compiling reqwest v0.13.4
15962026-08-18T22:11:55.458Z Compiling progenitor-client v0.14.0
15972026-08-18T22:11:55.918Z Compiling progenitor-extras v0.2.0
15982026-08-18T22:11:57.030Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15992026-08-18T22:12:00.214Z Compiling similar v2.7.0
16002026-08-18T22:12:02.894Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16012026-08-18T22:12:08.322Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16022026-08-18T22:12:08.488Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-08-18T22:12:08.608Z Compiling progenitor-impl v0.13.0
16042026-08-18T22:12:08.632Z Compiling console v0.15.11
16052026-08-18T22:12:09.919Z Compiling camino-tempfile v1.4.1
16062026-08-18T22:12:10.305Z Compiling serde-big-array v0.5.1
16072026-08-18T22:12:10.471Z Compiling pin-project-internal v1.1.13
16082026-08-18T22:12:10.659Z Compiling derive-where v1.6.1
16092026-08-18T22:12:10.904Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16102026-08-18T22:12:11.438Z Compiling lazy_static v1.5.0
16112026-08-18T22:12:11.552Z Compiling minimal-lexical v0.2.1
16122026-08-18T22:12:11.556Z Compiling siphasher v1.0.3
16132026-08-18T22:12:11.800Z Compiling nom v7.1.3
16142026-08-18T22:12:11.816Z Compiling phf_shared v0.12.1
16152026-08-18T22:12:11.906Z Compiling pin-project v1.1.13
16162026-08-18T22:12:12.021Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16172026-08-18T22:12:12.052Z Compiling progenitor-macro v0.13.0
16182026-08-18T22:12:12.334Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16192026-08-18T22:12:12.832Z Compiling expectorate v1.2.0
16202026-08-18T22:12:13.047Z Compiling progenitor v0.14.0
16212026-08-18T22:12:13.148Z Compiling progenitor-client v0.13.0
16222026-08-18T22:12:13.197Z Compiling hickory-resolver v0.24.4
16232026-08-18T22:12:13.952Z Compiling num_enum v0.5.11
16242026-08-18T22:12:15.579Z Compiling newtype_derive v0.1.6
16252026-08-18T22:12:15.831Z Compiling snafu-derive v0.8.9
16262026-08-18T22:12:16.123Z Compiling unicode-normalization v0.1.25
16272026-08-18T22:12:16.411Z Compiling tokio-stream v0.1.19
16282026-08-18T22:12:16.716Z Compiling async-recursion v1.1.1
16292026-08-18T22:12:17.000Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
16302026-08-18T22:12:17.326Z Compiling slog-dtrace v0.3.0
16312026-08-18T22:12:17.390Z Compiling csv-core v0.1.13
16322026-08-18T22:12:17.544Z Compiling jiff-core v0.1.0
16332026-08-18T22:12:17.569Z Compiling unicode-width v0.1.14
16342026-08-18T22:12:17.790Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16352026-08-18T22:12:17.879Z Compiling chrono-tz v0.10.4
16362026-08-18T22:12:18.113Z Compiling konst_macro_rules v0.2.19
16372026-08-18T22:12:18.321Z Compiling highway v1.3.0
16382026-08-18T22:12:18.748Z Compiling same-file v1.0.6
16392026-08-18T22:12:18.934Z Compiling foreign-types-shared v0.1.1
16402026-08-18T22:12:19.043Z Compiling openssl v0.10.81
16412026-08-18T22:12:19.058Z Compiling owo-colors v4.3.0
16422026-08-18T22:12:19.327Z Compiling foldhash v0.1.5
16432026-08-18T22:12:19.350Z Compiling unicode-xid v0.2.6
16442026-08-18T22:12:19.392Z Compiling cancel-safe-futures v0.1.5
16452026-08-18T22:12:19.478Z Compiling const_format_proc_macros v0.2.34
16462026-08-18T22:12:19.555Z Compiling hashbrown v0.15.5
16472026-08-18T22:12:19.747Z Compiling foreign-types v0.3.2
16482026-08-18T22:12:19.834Z Compiling walkdir v2.5.0
16492026-08-18T22:12:20.210Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16502026-08-18T22:12:20.266Z Compiling jiff v0.2.35
16512026-08-18T22:12:20.502Z Compiling konst v0.2.20
16522026-08-18T22:12:20.827Z Compiling csv v1.4.0
16532026-08-18T22:12:20.947Z Compiling snafu v0.8.9
16542026-08-18T22:12:21.572Z Compiling progenitor v0.13.0
16552026-08-18T22:12:21.727Z Compiling qorb v0.4.1
16562026-08-18T22:12:21.731Z Compiling olpc-cjson v0.1.4
16572026-08-18T22:12:21.907Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16582026-08-18T22:12:21.945Z Compiling rayon v1.12.0
16592026-08-18T22:12:26.076Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16602026-08-18T22:12:26.649Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-08-18T22:12:27.452Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-08-18T22:12:27.515Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16632026-08-18T22:12:27.945Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16642026-08-18T22:12:29.096Z Compiling phf v0.12.1
16652026-08-18T22:12:29.277Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-08-18T22:12:29.830Z Compiling zone_cfg_derive v0.3.1
16672026-08-18T22:12:29.953Z Compiling tokio-dtrace v0.1.1
16682026-08-18T22:12:30.128Z Compiling globset v0.4.20
16692026-08-18T22:12:30.247Z Compiling itertools v0.15.0
16702026-08-18T22:12:30.274Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16712026-08-18T22:12:30.491Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16722026-08-18T22:12:30.525Z Compiling itertools v0.12.1
16732026-08-18T22:12:30.936Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16742026-08-18T22:12:31.069Z Compiling pem v3.0.6
16752026-08-18T22:12:31.592Z Compiling libsw-core v0.3.2
16762026-08-18T22:12:31.745Z Compiling serde_plain v1.0.2
16772026-08-18T22:12:31.783Z Compiling openssl-macros v0.1.1
16782026-08-18T22:12:31.803Z Compiling cookie v0.18.2
16792026-08-18T22:12:31.980Z Compiling sigpipe v0.1.3
16802026-08-18T22:12:32.023Z Compiling fixedbitset v0.4.2
16812026-08-18T22:12:32.026Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16822026-08-18T22:12:32.054Z Compiling fixedbitset v0.5.7
16832026-08-18T22:12:32.079Z Compiling glob v0.3.4
16842026-08-18T22:12:32.252Z Compiling typed-path v0.9.3
16852026-08-18T22:12:32.400Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16862026-08-18T22:12:32.585Z Compiling petgraph v0.8.3
16872026-08-18T22:12:32.989Z Compiling petgraph v0.6.5
16882026-08-18T22:12:34.283Z Compiling tough v0.22.0
16892026-08-18T22:12:34.431Z Compiling zone v0.3.1
16902026-08-18T22:12:34.916Z Compiling libsw v3.5.0
16912026-08-18T22:12:34.953Z Compiling ingot-macros v0.2.0
16922026-08-18T22:12:35.074Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16932026-08-18T22:12:35.106Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-08-18T22:12:35.359Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16952026-08-18T22:12:35.510Z Compiling oxide-tokio-rt v0.1.6
16962026-08-18T22:12:35.654Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-08-18T22:12:36.070Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16982026-08-18T22:12:36.087Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16992026-08-18T22:12:38.262Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17002026-08-18T22:12:38.530Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-08-18T22:12:39.223Z Compiling const_format v0.2.36
17022026-08-18T22:12:39.959Z Compiling papergrid v0.11.0
17032026-08-18T22:12:40.102Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-08-18T22:12:40.342Z Compiling tabled_derive v0.7.0
17052026-08-18T22:12:41.075Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17062026-08-18T22:12:41.290Z Compiling libscf-sys v1.2.0
17072026-08-18T22:12:41.443Z Compiling gethostname v0.5.0
17082026-08-18T22:12:41.583Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-08-18T22:12:41.631Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17102026-08-18T22:12:41.717Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-08-18T22:12:41.751Z Compiling smf v0.2.3
17122026-08-18T22:12:41.844Z Compiling bcs v0.1.6
17132026-08-18T22:12:42.237Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17142026-08-18T22:12:42.361Z Compiling unicode-linebreak v0.1.5
17152026-08-18T22:12:42.639Z Compiling whoami v1.6.1
17162026-08-18T22:12:42.879Z Compiling linear-map v1.2.0
17172026-08-18T22:12:43.089Z Compiling tagptr v0.2.0
17182026-08-18T22:12:43.109Z Compiling termtree v0.5.1
17192026-08-18T22:12:43.262Z Compiling smawk v0.3.3
17202026-08-18T22:12:43.415Z Compiling textwrap v0.16.2
17212026-08-18T22:12:44.013Z Compiling moka v0.12.16
17222026-08-18T22:12:44.943Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-08-18T22:12:45.095Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
17242026-08-18T22:12:45.250Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17252026-08-18T22:12:45.635Z Compiling tabled v0.15.0
17262026-08-18T22:12:45.863Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-08-18T22:12:46.508Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-08-18T22:12:46.666Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-08-18T22:12:46.876Z Compiling steno v0.4.1
17302026-08-18T22:12:47.823Z Compiling ingot-types v0.2.0
17312026-08-18T22:12:50.369Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-08-18T22:12:51.854Z Compiling hickory-proto v0.25.2
17332026-08-18T22:12:53.170Z Compiling ingot v0.2.1
17342026-08-18T22:12:53.558Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17352026-08-18T22:12:53.968Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17362026-08-18T22:12:53.991Z Compiling parking_lot_core v0.8.6
17372026-08-18T22:12:54.213Z Compiling hickory-resolver v0.25.2
17382026-08-18T22:12:54.362Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-08-18T22:12:55.182Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17402026-08-18T22:12:55.319Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17412026-08-18T22:12:57.040Z Compiling papergrid v0.18.0
17422026-08-18T22:12:57.091Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17432026-08-18T22:12:57.325Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17442026-08-18T22:12:57.854Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17452026-08-18T22:12:58.105Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17462026-08-18T22:12:58.492Z Compiling tabled v0.21.0
17472026-08-18T22:12:59.917Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17482026-08-18T22:13:01.848Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
17492026-08-18T22:13:01.962Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
17502026-08-18T22:13:02.438Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
17512026-08-18T22:13:02.577Z Compiling arc-swap v1.9.2
17522026-08-18T22:13:02.619Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
17532026-08-18T22:13:02.921Z Compiling slog-scope v4.4.1
17542026-08-18T22:13:03.083Z Compiling parking_lot v0.11.2
17552026-08-18T22:13:03.284Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17562026-08-18T22:13:04.057Z Compiling dropshot-api-manager-types v0.7.2
17572026-08-18T22:13:04.102Z Compiling fxhash v0.2.1
17582026-08-18T22:13:04.247Z Compiling crc8 v0.1.1
17592026-08-18T22:13:04.368Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
17602026-08-18T22:13:04.612Z Compiling sled v0.34.7
17612026-08-18T22:13:05.464Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
17622026-08-18T22:13:06.291Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17632026-08-18T22:13:06.345Z Compiling slog-stdlog v4.1.1
17642026-08-18T22:13:06.704Z Compiling port-file v0.1.0
17652026-08-18T22:13:06.962Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
17662026-08-18T22:13:07.243Z Compiling slog-envlogger v2.2.0
17672026-08-18T22:13:07.848Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17682026-08-18T22:13:09.431Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-08-18T22:13:11.736Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-08-18T22:13:14.284Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
17712026-08-18T22:13:15.695Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17722026-08-18T22:13:24.508Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17732026-08-18T22:13:29.982Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17742026-08-18T22:13:33.363Z Finished `release` profile [optimized] target(s) in 3m 40s
17752026-08-18T22:13:33.688Z+ banner trio
17762026-08-18T22:13:33.692Z
17772026-08-18T22:13:33.692Z ##### ##### # ####
17782026-08-18T22:13:33.692Z # # # # # #
17792026-08-18T22:13:33.692Z # # # # # #
17802026-08-18T22:13:33.692Z # ##### # # #
17812026-08-18T22:13:33.692Z # # # # # #
17822026-08-18T22:13:33.692Z # # # # ####
17832026-08-18T22:13:33.692Z
17842026-08-18T22:13:33.692Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
17852026-08-18T22:13:34.270Z Compiling cfg-if v1.0.4
17862026-08-18T22:13:34.273Z Compiling libc v0.2.189
17872026-08-18T22:13:34.273Z Compiling serde_core v1.0.229
17882026-08-18T22:13:34.379Z Compiling memchr v2.8.3
17892026-08-18T22:13:34.386Z Compiling smallvec v1.15.2
17902026-08-18T22:13:34.392Z Compiling itoa v1.0.18
17912026-08-18T22:13:34.400Z Compiling stable_deref_trait v1.2.1
17922026-08-18T22:13:34.408Z Compiling zerofrom v0.1.8
17932026-08-18T22:13:34.422Z Compiling zmij v1.0.23
17942026-08-18T22:13:34.465Z Compiling writeable v0.6.3
17952026-08-18T22:13:34.526Z Compiling yoke v0.8.3
17962026-08-18T22:13:34.617Z Compiling litemap v0.8.2
17972026-08-18T22:13:34.620Z Compiling utf8_iter v1.0.4
17982026-08-18T22:13:34.695Z Compiling zerovec v0.11.6
17992026-08-18T22:13:34.721Z Compiling zerotrie v0.2.4
18002026-08-18T22:13:34.743Z Compiling percent-encoding v2.3.2
18012026-08-18T22:13:34.780Z Compiling libm v0.2.16
18022026-08-18T22:13:34.808Z Compiling icu_normalizer_data v2.2.0
18032026-08-18T22:13:34.885Z Compiling icu_properties_data v2.2.0
18042026-08-18T22:13:34.895Z Compiling form_urlencoded v1.2.2
18052026-08-18T22:13:35.003Z Compiling rand_core v0.10.1
18062026-08-18T22:13:35.034Z Compiling errno v0.3.14
18072026-08-18T22:13:35.133Z Compiling getrandom v0.4.3
18082026-08-18T22:13:35.159Z Compiling iana-time-zone v0.1.65
18092026-08-18T22:13:35.175Z Compiling pin-project-lite v0.2.17
18102026-08-18T22:13:35.213Z Compiling zeroize v1.9.0
18112026-08-18T22:13:35.266Z Compiling tinystr v0.8.3
18122026-08-18T22:13:35.313Z Compiling potential_utf v0.1.5
18132026-08-18T22:13:35.329Z Compiling dyn-clone v1.0.20
18142026-08-18T22:13:35.443Z Compiling icu_locale_core v2.2.0
18152026-08-18T22:13:35.455Z Compiling icu_collections v2.2.0
18162026-08-18T22:13:35.468Z Compiling socket2 v0.6.5
18172026-08-18T22:13:35.473Z Compiling scopeguard v1.2.0
18182026-08-18T22:13:35.488Z Compiling parking_lot_core v0.9.12
18192026-08-18T22:13:35.500Z Compiling signal-hook-registry v1.4.8
18202026-08-18T22:13:35.584Z Compiling num-traits v0.2.19
18212026-08-18T22:13:35.852Z Compiling lock_api v0.4.14
18222026-08-18T22:13:35.930Z Compiling mio v1.2.2
18232026-08-18T22:13:36.100Z Compiling parking_lot v0.12.5
18242026-08-18T22:13:36.155Z Compiling portable-atomic v1.15.0
18252026-08-18T22:13:36.189Z Compiling serde v1.0.229
18262026-08-18T22:13:36.330Z Compiling serde_json v1.0.151
18272026-08-18T22:13:36.387Z Compiling icu_provider v2.2.0
18282026-08-18T22:13:36.452Z Compiling uuid v1.24.0
18292026-08-18T22:13:36.578Z Compiling semver v1.0.28
18302026-08-18T22:13:36.802Z Compiling bytes v1.12.1
18312026-08-18T22:13:36.883Z Compiling icu_properties v2.2.0
18322026-08-18T22:13:36.944Z Compiling icu_normalizer v2.2.0
18332026-08-18T22:13:36.988Z Compiling chrono v0.4.45
18342026-08-18T22:13:37.052Z Compiling thiserror v2.0.20
18352026-08-18T22:13:37.164Z Compiling bitflags v2.13.1
18362026-08-18T22:13:37.206Z Compiling futures-core v0.3.34
18372026-08-18T22:13:37.368Z Compiling tokio v1.53.1
18382026-08-18T22:13:37.568Z Compiling critical-section v1.2.0
18392026-08-18T22:13:37.676Z Compiling once_cell v1.21.4
18402026-08-18T22:13:37.688Z Compiling subtle v2.6.1
18412026-08-18T22:13:37.858Z Compiling idna_adapter v1.2.2
18422026-08-18T22:13:37.919Z Compiling equivalent v1.0.2
18432026-08-18T22:13:37.994Z Compiling idna v1.1.0
18442026-08-18T22:13:38.013Z Compiling log v0.4.33
18452026-08-18T22:13:38.053Z Compiling allocator-api2 v0.2.21
18462026-08-18T22:13:38.129Z Compiling zerocopy v0.8.56
18472026-08-18T22:13:38.262Z Compiling futures-sink v0.3.34
18482026-08-18T22:13:38.377Z Compiling url v2.5.8
18492026-08-18T22:13:38.420Z Compiling slab v0.4.12
18502026-08-18T22:13:38.438Z Compiling typenum v1.20.1
18512026-08-18T22:13:38.648Z Compiling futures-channel v0.3.34
18522026-08-18T22:13:38.894Z Compiling hashbrown v0.17.1
18532026-08-18T22:13:38.917Z Compiling getrandom v0.2.17
18542026-08-18T22:13:39.141Z Compiling schemars v0.8.22
18552026-08-18T22:13:39.296Z Compiling futures-io v0.3.34
18562026-08-18T22:13:39.494Z Compiling futures-task v0.3.34
18572026-08-18T22:13:39.566Z Compiling rand_core v0.6.4
18582026-08-18T22:13:39.671Z Compiling futures-util v0.3.34
18592026-08-18T22:13:39.824Z Compiling indexmap v2.14.0
18602026-08-18T22:13:40.106Z Compiling tracing-core v0.1.36
18612026-08-18T22:13:40.431Z Compiling ipnetwork v0.21.1
18622026-08-18T22:13:40.640Z Compiling tracing v0.1.44
18632026-08-18T22:13:40.883Z Compiling base64 v0.22.1
18642026-08-18T22:13:40.988Z Compiling http v1.5.0
18652026-08-18T22:13:41.147Z Compiling unicode-ident v1.0.24
18662026-08-18T22:13:41.269Z Compiling proc-macro2 v1.0.107
18672026-08-18T22:13:41.354Z Compiling slog v2.8.2
18682026-08-18T22:13:41.370Z Compiling erased-serde v0.3.31
18692026-08-18T22:13:41.383Z Compiling fnv v1.0.7
18702026-08-18T22:13:41.507Z Compiling oxnet v0.1.6
18712026-08-18T22:13:42.297Z Compiling quote v1.0.47
18722026-08-18T22:13:42.329Z Compiling tokio-util v0.7.19
18732026-08-18T22:13:42.541Z Compiling syn v2.0.119
18742026-08-18T22:13:42.862Z Compiling byteorder v1.5.0
18752026-08-18T22:13:42.949Z Compiling ipnet v2.12.1
18762026-08-18T22:13:43.124Z Compiling thiserror v1.0.69
18772026-08-18T22:13:43.235Z Compiling ppv-lite86 v0.2.21
18782026-08-18T22:13:43.321Z Compiling rustls-pki-types v1.15.1
18792026-08-18T22:13:43.566Z Compiling aws-lc-sys v0.44.0
18802026-08-18T22:13:43.607Z Compiling http-body v1.1.0
18812026-08-18T22:13:43.620Z Compiling untrusted v0.7.1
18822026-08-18T22:13:43.747Z Compiling atomic-waker v1.1.2
18832026-08-18T22:13:43.778Z Compiling httparse v1.10.1
18842026-08-18T22:13:43.885Z Compiling try-lock v0.2.5
18852026-08-18T22:13:44.008Z Compiling tower-layer v0.3.3
18862026-08-18T22:13:44.132Z Compiling aws-lc-rs v1.18.0
18872026-08-18T22:13:44.153Z Compiling pretty-hex v0.4.2
18882026-08-18T22:13:44.156Z Compiling rustls v0.23.43
18892026-08-18T22:13:44.194Z Compiling untrusted v0.9.0
18902026-08-18T22:13:44.209Z Compiling ryu v1.0.23
18912026-08-18T22:13:44.266Z Compiling tower-service v0.3.3
18922026-08-18T22:13:44.291Z Compiling want v0.3.1
18932026-08-18T22:13:44.324Z Compiling h2 v0.4.15
18942026-08-18T22:13:44.358Z Compiling httpdate v1.0.3
18952026-08-18T22:13:44.394Z Compiling rustix v1.1.4
18962026-08-18T22:13:44.469Z Compiling regex-syntax v0.8.11
18972026-08-18T22:13:44.502Z Compiling plain v0.2.3
18982026-08-18T22:13:44.619Z Compiling getrandom v0.3.4
18992026-08-18T22:13:44.732Z Compiling omicron-workspace-hack v0.1.0
19002026-08-18T22:13:44.807Z Compiling ucd-trie v0.1.7
19012026-08-18T22:13:44.825Z Compiling rand_core v0.9.5
19022026-08-18T22:13:45.090Z Compiling pest v2.8.8
19032026-08-18T22:13:45.370Z Compiling rustls-webpki v0.103.14
19042026-08-18T22:13:46.744Z Compiling crossbeam-utils v0.8.22
19052026-08-18T22:13:47.090Z Compiling hyper v1.11.0
19062026-08-18T22:13:47.457Z Compiling serde_urlencoded v0.7.1
19072026-08-18T22:13:47.740Z Compiling http-body-util v0.1.5
19082026-08-18T22:13:47.832Z Compiling foldhash v0.2.0
19092026-08-18T22:13:48.049Z Compiling newtype-uuid v1.4.0
19102026-08-18T22:13:48.145Z Compiling hex v0.4.3
19112026-08-18T22:13:48.436Z Compiling daft v0.1.8
19122026-08-18T22:13:48.762Z Compiling hyper-util v0.1.20
19132026-08-18T22:13:49.080Z Compiling rand_chacha v0.9.0
19142026-08-18T22:13:49.654Z Compiling sync_wrapper v1.0.2
19152026-08-18T22:13:49.771Z Compiling tokio-rustls v0.26.4
19162026-08-18T22:13:50.102Z Compiling aho-corasick v1.1.5
19172026-08-18T22:13:50.564Z Compiling fastrand v2.5.0
19182026-08-18T22:13:50.910Z Compiling tower v0.5.3
19192026-08-18T22:13:51.119Z Compiling regex-automata v0.4.18
19202026-08-18T22:13:51.509Z Compiling anyhow v1.0.104
19212026-08-18T22:13:51.727Z Compiling rand v0.9.5
19222026-08-18T22:13:51.809Z Compiling tower-http v0.6.11
19232026-08-18T22:13:51.844Z Compiling generic-array v0.14.7
19242026-08-18T22:13:52.155Z Compiling hashbrown v0.16.1
19252026-08-18T22:13:52.410Z Compiling openapiv3 v2.2.0
19262026-08-18T22:13:52.444Z Compiling cpufeatures v0.3.0
19272026-08-18T22:13:52.468Z Compiling openssl-probe v0.2.1
19282026-08-18T22:13:52.521Z Compiling deranged v0.5.8
19292026-08-18T22:13:52.717Z Compiling num-conv v0.2.2
19302026-08-18T22:13:52.876Z Compiling num_threads v0.1.7
19312026-08-18T22:13:52.894Z Compiling time-core v0.1.9
19322026-08-18T22:13:52.972Z Compiling powerfmt v0.2.0
19332026-08-18T22:13:53.088Z Compiling rustls-native-certs v0.8.4
19342026-08-18T22:13:53.262Z Compiling camino v1.2.5
19352026-08-18T22:13:53.603Z Compiling time v0.3.55
19362026-08-18T22:13:53.821Z Compiling tempfile v3.27.0
19372026-08-18T22:13:53.879Z Compiling futures-executor v0.3.34
19382026-08-18T22:13:54.374Z Compiling winnow v1.0.4
19392026-08-18T22:13:54.648Z Compiling futures v0.3.34
19402026-08-18T22:13:54.673Z Compiling rustls-platform-verifier v0.7.0
19412026-08-18T22:13:54.731Z Compiling regex v1.13.1
19422026-08-18T22:13:55.225Z Compiling hyper-rustls v0.27.9
19432026-08-18T22:13:55.516Z Compiling crossbeam-channel v0.5.16
19442026-08-18T22:13:55.599Z Compiling scroll v0.13.0
19452026-08-18T22:13:55.866Z Compiling hybrid-array v0.4.14
19462026-08-18T22:13:55.914Z Compiling simd-adler32 v0.3.10
19472026-08-18T22:13:56.171Z Compiling adler2 v2.0.1
19482026-08-18T22:13:56.205Z Compiling goblin v0.10.7
19492026-08-18T22:13:56.335Z Compiling miniz_oxide v0.8.9
19502026-08-18T22:13:56.367Z Compiling crc32fast v1.5.0
19512026-08-18T22:13:56.503Z Compiling reqwest v0.13.4
19522026-08-18T22:13:56.616Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-18T22:13:56.761Z Compiling thread_local v1.1.10
19542026-08-18T22:13:57.096Z Compiling either v1.17.0
19552026-08-18T22:13:57.330Z Compiling flate2 v1.1.9
19562026-08-18T22:13:57.742Z Compiling block-buffer v0.12.1
19572026-08-18T22:13:57.923Z Compiling crypto-common v0.2.2
19582026-08-18T22:13:57.927Z Compiling crypto-common v0.1.7
19592026-08-18T22:13:58.072Z Compiling dtrace-parser v0.3.0
19602026-08-18T22:13:58.592Z Compiling rand_chacha v0.3.1
19612026-08-18T22:13:59.203Z Compiling thread-id v5.1.0
19622026-08-18T22:13:59.222Z Compiling is-terminal v0.4.17
19632026-08-18T22:13:59.292Z Compiling term v1.2.1
19642026-08-18T22:13:59.335Z Compiling compression-core v0.4.32
19652026-08-18T22:13:59.509Z Compiling dof v0.4.0
19662026-08-18T22:14:00.625Z Compiling take_mut v0.2.2
19672026-08-18T22:14:00.747Z Compiling debug-ignore v1.0.5
19682026-08-18T22:14:00.861Z Compiling match_cfg v0.1.0
19692026-08-18T22:14:00.939Z Compiling const-oid v0.10.2
19702026-08-18T22:14:01.163Z Compiling digest v0.11.3
19712026-08-18T22:14:01.243Z Compiling hostname v0.3.1
19722026-08-18T22:14:01.355Z Compiling slog-async v2.8.0
19732026-08-18T22:14:01.408Z Compiling usdt-impl v0.6.0
19742026-08-18T22:14:02.573Z Compiling slog-term v2.9.2
19752026-08-18T22:14:02.594Z Compiling compression-codecs v0.4.38
19762026-08-18T22:14:02.628Z Compiling rand v0.8.7
19772026-08-18T22:14:02.970Z Compiling ref-cast v1.0.26
19782026-08-18T22:14:03.086Z Compiling slog-json v2.6.1
19792026-08-18T22:14:03.356Z Compiling toml_parser v1.1.3+spec-1.1.0
19802026-08-18T22:14:03.411Z Compiling strum v0.26.3
19812026-08-18T22:14:03.556Z Compiling macaddr v1.0.1
19822026-08-18T22:14:03.840Z Compiling toml_datetime v1.1.1+spec-1.1.0
19832026-08-18T22:14:04.085Z Compiling serde_spanned v1.1.1
19842026-08-18T22:14:04.258Z Compiling memmap2 v0.9.11
19852026-08-18T22:14:04.258Z Compiling wait-timeout v0.2.1
19862026-08-18T22:14:04.572Z Compiling encoding_rs v0.8.35
19872026-08-18T22:14:04.655Z Compiling spin v0.9.9
19882026-08-18T22:14:04.735Z Compiling toml_writer v1.1.2+spec-1.1.0
19892026-08-18T22:14:04.780Z Compiling mime v0.3.17
19902026-08-18T22:14:04.987Z Compiling quick-error v1.2.3
19912026-08-18T22:14:05.099Z Compiling bit-vec v0.8.0
19922026-08-18T22:14:05.263Z Compiling rusty-fork v0.3.1
19932026-08-18T22:14:05.399Z Compiling bit-set v0.8.0
19942026-08-18T22:14:05.590Z Compiling toml v1.1.4+spec-1.1.0
19952026-08-18T22:14:05.666Z Compiling multer v3.1.0
19962026-08-18T22:14:06.134Z Compiling usdt v0.6.0
19972026-08-18T22:14:06.788Z Compiling slog-bunyan v2.5.0
19982026-08-18T22:14:06.913Z Compiling async-compression v0.4.43
19992026-08-18T22:14:06.968Z Compiling sha1 v0.11.0
20002026-08-18T22:14:07.378Z Compiling serde_with v3.22.0
20012026-08-18T22:14:07.393Z Compiling async-stream v0.3.6
20022026-08-18T22:14:07.539Z Compiling rand_xorshift v0.4.0
20032026-08-18T22:14:07.619Z Compiling waitgroup v0.1.2
20042026-08-18T22:14:07.697Z Compiling rustls-pemfile v2.2.0
20052026-08-18T22:14:07.714Z Compiling serde_path_to_error v0.1.20
20062026-08-18T22:14:07.773Z Compiling hostname v0.4.2
20072026-08-18T22:14:07.932Z Compiling unarray v0.1.4
20082026-08-18T22:14:07.972Z Compiling progenitor-client v0.14.0
20092026-08-18T22:14:08.055Z Compiling dropshot v0.17.1
20102026-08-18T22:14:08.173Z Compiling proptest v1.11.0
20112026-08-18T22:14:08.390Z Compiling strum v0.27.2
20122026-08-18T22:14:08.444Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20132026-08-18T22:14:08.537Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20142026-08-18T22:14:08.595Z Compiling iddqd v0.4.6
20152026-08-18T22:14:08.771Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-08-18T22:14:08.837Z Compiling block-buffer v0.10.4
20172026-08-18T22:14:09.006Z Compiling reqwest v0.12.28
20182026-08-18T22:14:09.071Z Compiling backon v1.6.0
20192026-08-18T22:14:09.330Z Compiling instant v0.1.13
20202026-08-18T22:14:09.457Z Compiling backoff v0.4.0
20212026-08-18T22:14:09.672Z Compiling progenitor-extras v0.2.0
20222026-08-18T22:14:09.922Z Compiling digest v0.10.7
20232026-08-18T22:14:10.005Z Compiling parse-display v0.10.0
20242026-08-18T22:14:10.357Z Compiling progenitor-client v0.10.0
20252026-08-18T22:14:10.377Z Compiling itertools v0.14.0
20262026-08-18T22:14:10.498Z Compiling regress v0.10.5
20272026-08-18T22:14:10.541Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20282026-08-18T22:14:10.877Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20292026-08-18T22:14:11.699Z Compiling humantime v2.4.0
20302026-08-18T22:14:12.126Z Compiling cpufeatures v0.2.17
20312026-08-18T22:14:12.211Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-08-18T22:14:12.640Z Compiling unicode-width v0.2.2
20332026-08-18T22:14:12.962Z Compiling heck v0.5.0
20342026-08-18T22:14:13.850Z Compiling secrecy v0.10.3
20352026-08-18T22:14:14.022Z Compiling tinyvec_macros v0.1.1
20362026-08-18T22:14:14.102Z Compiling tinyvec v1.12.0
20372026-08-18T22:14:14.239Z Compiling num-integer v0.1.47
20382026-08-18T22:14:14.315Z Compiling scroll v0.12.0
20392026-08-18T22:14:14.547Z Compiling crucible-workspace-hack v0.1.0
20402026-08-18T22:14:14.623Z Compiling hmac v0.12.1
20412026-08-18T22:14:14.635Z Compiling regress v0.11.1
20422026-08-18T22:14:14.799Z Compiling inout v0.1.4
20432026-08-18T22:14:14.806Z Compiling ff v0.13.1
20442026-08-18T22:14:14.914Z Compiling utf8parse v0.2.2
20452026-08-18T22:14:14.946Z Compiling group v0.13.0
20462026-08-18T22:14:15.040Z Compiling anstyle-parse v1.0.0
20472026-08-18T22:14:15.078Z Compiling cipher v0.4.4
20482026-08-18T22:14:15.235Z Compiling hkdf v0.12.4
20492026-08-18T22:14:15.269Z Compiling goblin v0.8.2
20502026-08-18T22:14:15.329Z Compiling num-rational v0.4.2
20512026-08-18T22:14:15.407Z Compiling num-iter v0.1.46
20522026-08-18T22:14:15.537Z Compiling zerocopy v0.7.35
20532026-08-18T22:14:16.156Z Compiling universal-hash v0.5.1
20542026-08-18T22:14:16.294Z Compiling crypto-bigint v0.5.5
20552026-08-18T22:14:16.462Z Compiling typify-impl v0.6.2
20562026-08-18T22:14:17.114Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-08-18T22:14:18.179Z Compiling terminal_size v0.4.4
20582026-08-18T22:14:18.343Z Compiling half v2.7.1
20592026-08-18T22:14:18.355Z Compiling num-complex v0.4.6
20602026-08-18T22:14:18.710Z Compiling anstyle-query v1.1.5
20612026-08-18T22:14:18.826Z Compiling is_terminal_polyfill v1.70.2
20622026-08-18T22:14:18.827Z Compiling base64ct v1.8.3
20632026-08-18T22:14:18.935Z Compiling colorchoice v1.0.5
20642026-08-18T22:14:19.064Z Compiling opaque-debug v0.3.1
20652026-08-18T22:14:19.142Z Compiling anstyle v1.0.14
20662026-08-18T22:14:19.179Z Compiling base16ct v0.2.0
20672026-08-18T22:14:19.392Z Compiling ciborium-io v0.2.2
20682026-08-18T22:14:19.413Z Compiling anstream v1.0.0
20692026-08-18T22:14:19.485Z Compiling ciborium-ll v0.2.2
20702026-08-18T22:14:19.497Z Compiling elliptic-curve v0.13.8
20712026-08-18T22:14:19.751Z Compiling poly1305 v0.8.0
20722026-08-18T22:14:19.803Z Compiling password-hash v0.5.0
20732026-08-18T22:14:19.908Z Compiling num v0.4.3
20742026-08-18T22:14:19.995Z Compiling curve25519-dalek v4.1.3
20752026-08-18T22:14:20.378Z Compiling typify v0.6.2
20762026-08-18T22:14:20.491Z Compiling dof v0.3.0
20772026-08-18T22:14:20.785Z Compiling thiserror-no-std v2.0.2
20782026-08-18T22:14:20.885Z Compiling chacha20 v0.9.1
20792026-08-18T22:14:21.143Z Compiling crossbeam-epoch v0.9.20
20802026-08-18T22:14:21.630Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20812026-08-18T22:14:21.859Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-08-18T22:14:22.657Z Compiling blake2 v0.10.6
20832026-08-18T22:14:23.154Z Compiling aead v0.5.2
20842026-08-18T22:14:23.157Z Compiling byte-wrapper v0.1.0
20852026-08-18T22:14:23.347Z Compiling dtrace-parser v0.2.0
20862026-08-18T22:14:23.379Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20872026-08-18T22:14:24.097Z Compiling thread-id v4.2.2
20882026-08-18T22:14:24.185Z Compiling keccak v0.1.6
20892026-08-18T22:14:24.197Z Compiling float-ord v0.3.2
20902026-08-18T22:14:24.312Z Compiling strsim v0.11.1
20912026-08-18T22:14:24.572Z Compiling clap_lex v1.1.0
20922026-08-18T22:14:24.639Z Compiling sha3 v0.10.9
20932026-08-18T22:14:24.905Z Compiling clap_builder v4.6.6
20942026-08-18T22:14:24.931Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-08-18T22:14:25.028Z Compiling usdt-impl v0.5.0
20962026-08-18T22:14:25.125Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20972026-08-18T22:14:25.915Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-08-18T22:14:27.909Z Compiling chacha20poly1305 v0.10.1
20992026-08-18T22:14:28.063Z Compiling argon2 v0.5.3
21002026-08-18T22:14:29.071Z Compiling vsss-rs v3.3.4
21012026-08-18T22:14:29.325Z Compiling ciborium v0.2.2
21022026-08-18T22:14:30.174Z Compiling hash32 v0.3.1
21032026-08-18T22:14:30.340Z Compiling memmap v0.7.0
21042026-08-18T22:14:30.540Z Compiling indent_write v2.2.0
21052026-08-18T22:14:30.560Z Compiling data-encoding v2.11.1
21062026-08-18T22:14:30.578Z Compiling usdt v0.5.0
21072026-08-18T22:14:30.687Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-08-18T22:14:31.218Z Compiling heapless v0.8.0
21092026-08-18T22:14:31.723Z Compiling ingot-types v0.1.2
21102026-08-18T22:14:31.759Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-08-18T22:14:32.116Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21122026-08-18T22:14:32.180Z Compiling clap v4.6.6
21132026-08-18T22:14:32.216Z Compiling rustix v0.38.44
21142026-08-18T22:14:32.265Z Compiling tabwriter v1.4.1
21152026-08-18T22:14:32.635Z Compiling cobs v0.3.0
21162026-08-18T22:14:32.914Z Compiling managed v0.8.0
21172026-08-18T22:14:33.182Z Compiling colored v3.1.1
21182026-08-18T22:14:33.200Z Compiling foreign-types-shared v0.3.1
21192026-08-18T22:14:33.298Z Compiling bitflags v1.3.2
21202026-08-18T22:14:33.381Z Compiling smoltcp v0.11.0
21212026-08-18T22:14:33.559Z Compiling foreign-types v0.5.0
21222026-08-18T22:14:33.644Z Compiling postcard v1.1.3
21232026-08-18T22:14:33.828Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-08-18T22:14:34.039Z Compiling ingot v0.1.1
21252026-08-18T22:14:35.213Z Compiling num_enum v0.7.6
21262026-08-18T22:14:35.347Z Compiling memoffset v0.9.1
21272026-08-18T22:14:35.440Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21282026-08-18T22:14:35.557Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-08-18T22:14:35.835Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21302026-08-18T22:14:35.927Z Compiling chacha20 v0.10.1
21312026-08-18T22:14:35.956Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21322026-08-18T22:14:36.220Z Compiling toml_datetime v0.6.11
21332026-08-18T22:14:36.232Z Compiling serde_spanned v0.6.9
21342026-08-18T22:14:36.376Z Compiling cstr-argument v0.1.2
21352026-08-18T22:14:36.393Z Compiling toml_write v0.1.2
21362026-08-18T22:14:36.549Z Compiling swrite v0.1.0
21372026-08-18T22:14:36.566Z Compiling resolv-conf v0.7.6
21382026-08-18T22:14:36.597Z Compiling unicode-segmentation v1.13.3
21392026-08-18T22:14:36.642Z Compiling static_assertions v1.1.0
21402026-08-18T22:14:36.654Z Compiling winnow v0.7.15
21412026-08-18T22:14:36.717Z Compiling linked-hash-map v0.5.6
21422026-08-18T22:14:36.932Z Compiling lru-cache v0.1.2
21432026-08-18T22:14:37.013Z Compiling newline-converter v0.3.0
21442026-08-18T22:14:37.072Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21452026-08-18T22:14:37.148Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21462026-08-18T22:14:37.183Z Compiling rand v0.10.2
21472026-08-18T22:14:37.187Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21482026-08-18T22:14:37.342Z Compiling hubpack v0.1.2
21492026-08-18T22:14:37.472Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21502026-08-18T22:14:37.590Z Compiling nix v0.31.3
21512026-08-18T22:14:37.698Z Compiling crossbeam-deque v0.8.7
21522026-08-18T22:14:37.920Z Compiling atomicwrites v0.4.4
21532026-08-18T22:14:37.937Z Compiling hickory-proto v0.24.4
21542026-08-18T22:14:38.215Z Compiling toml_edit v0.22.27
21552026-08-18T22:14:38.597Z Compiling console v0.15.11
21562026-08-18T22:14:38.875Z Compiling itertools v0.12.1
21572026-08-18T22:14:39.936Z Compiling camino-tempfile v1.4.1
21582026-08-18T22:14:40.193Z Compiling serde-big-array v0.5.1
21592026-08-18T22:14:40.348Z Compiling similar v2.7.0
21602026-08-18T22:14:40.360Z Compiling lazy_static v1.5.0
21612026-08-18T22:14:40.364Z Compiling siphasher v1.0.3
21622026-08-18T22:14:40.477Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21632026-08-18T22:14:40.568Z Compiling phf_shared v0.12.1
21642026-08-18T22:14:40.791Z Compiling pin-project v1.1.13
21652026-08-18T22:14:40.900Z Compiling expectorate v1.2.0
21662026-08-18T22:14:41.078Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21672026-08-18T22:14:41.120Z Compiling hickory-resolver v0.24.4
21682026-08-18T22:14:41.318Z Compiling toml v0.8.23
21692026-08-18T22:14:42.991Z Compiling prettyplease v0.2.37
21702026-08-18T22:14:44.199Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-08-18T22:14:44.795Z Compiling rayon-core v1.13.0
21722026-08-18T22:14:46.304Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
21732026-08-18T22:14:46.475Z Compiling num_enum v0.5.11
21742026-08-18T22:14:46.516Z Compiling progenitor-impl v0.14.0
21752026-08-18T22:14:46.599Z Compiling progenitor-impl v0.13.0
21762026-08-18T22:14:47.364Z Compiling unicode-normalization v0.1.25
21772026-08-18T22:14:47.957Z Compiling progenitor-client v0.13.0
21782026-08-18T22:14:48.463Z Compiling tokio-stream v0.1.19
21792026-08-18T22:14:49.051Z Compiling bstr v1.13.1
21802026-08-18T22:14:49.742Z Compiling csv-core v0.1.13
21812026-08-18T22:14:50.032Z Compiling unicode-width v0.1.14
21822026-08-18T22:14:50.140Z Compiling highway v1.3.0
21832026-08-18T22:14:50.345Z Compiling konst_macro_rules v0.2.19
21842026-08-18T22:14:50.418Z Compiling foreign-types-shared v0.1.1
21852026-08-18T22:14:50.513Z Compiling jiff-core v0.1.0
21862026-08-18T22:14:50.537Z Compiling same-file v1.0.6
21872026-08-18T22:14:50.720Z Compiling foldhash v0.1.5
21882026-08-18T22:14:50.815Z Compiling walkdir v2.5.0
21892026-08-18T22:14:50.943Z Compiling hashbrown v0.15.5
21902026-08-18T22:14:51.530Z Compiling jiff v0.2.35
21912026-08-18T22:14:51.596Z Compiling foreign-types v0.3.2
21922026-08-18T22:14:51.672Z Compiling konst v0.2.20
21932026-08-18T22:14:52.055Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-08-18T22:14:52.353Z Compiling csv v1.4.0
21952026-08-18T22:14:53.294Z Compiling globset v0.4.20
21962026-08-18T22:14:54.428Z Compiling qorb v0.4.1
21972026-08-18T22:14:54.591Z Compiling progenitor v0.13.0
21982026-08-18T22:14:54.736Z Compiling snafu v0.8.9
21992026-08-18T22:14:55.352Z Compiling progenitor v0.14.0
22002026-08-18T22:14:55.499Z Compiling olpc-cjson v0.1.4
22012026-08-18T22:14:55.711Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22022026-08-18T22:14:56.309Z Compiling rayon v1.12.0
22032026-08-18T22:14:56.557Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-18T22:14:58.497Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-08-18T22:14:59.142Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-08-18T22:15:01.103Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22072026-08-18T22:15:03.295Z Compiling phf v0.12.1
22082026-08-18T22:15:03.352Z Compiling openssl-sys v0.9.117
22092026-08-18T22:15:03.464Z Compiling tokio-dtrace v0.1.1
22102026-08-18T22:15:03.807Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-08-18T22:15:03.855Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22122026-08-18T22:15:04.064Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22132026-08-18T22:15:04.207Z Compiling libsw-core v0.3.2
22142026-08-18T22:15:04.383Z Compiling pem v3.0.6
22152026-08-18T22:15:04.942Z Compiling serde_plain v1.0.2
22162026-08-18T22:15:05.076Z Compiling sigpipe v0.1.3
22172026-08-18T22:15:05.176Z Compiling fixedbitset v0.5.7
22182026-08-18T22:15:05.226Z Compiling fixedbitset v0.4.2
22192026-08-18T22:15:05.440Z Compiling typed-path v0.9.3
22202026-08-18T22:15:05.455Z Compiling minimal-lexical v0.2.1
22212026-08-18T22:15:05.594Z Compiling bytecount v0.6.9
22222026-08-18T22:15:05.687Z Compiling glob v0.3.4
22232026-08-18T22:15:05.755Z Compiling papergrid v0.11.0
22242026-08-18T22:15:05.773Z Compiling nom v7.1.3
22252026-08-18T22:15:05.785Z Compiling petgraph v0.8.3
22262026-08-18T22:15:06.633Z Compiling tough v0.22.0
22272026-08-18T22:15:06.962Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-08-18T22:15:07.471Z Compiling petgraph v0.6.5
22292026-08-18T22:15:08.173Z Compiling openssl v0.10.81
22302026-08-18T22:15:08.410Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-08-18T22:15:08.844Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22322026-08-18T22:15:09.318Z Compiling libsw v3.5.0
22332026-08-18T22:15:09.349Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-08-18T22:15:09.509Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22352026-08-18T22:15:09.589Z Compiling zone v0.3.1
22362026-08-18T22:15:09.810Z Compiling oxide-tokio-rt v0.1.6
22372026-08-18T22:15:10.414Z Compiling chrono-tz v0.10.4
22382026-08-18T22:15:11.083Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22392026-08-18T22:15:11.360Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-08-18T22:15:11.565Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22412026-08-18T22:15:11.662Z Compiling newtype_derive v0.1.6
22422026-08-18T22:15:11.741Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
22432026-08-18T22:15:11.753Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-08-18T22:15:12.375Z Compiling slog-dtrace v0.3.0
22452026-08-18T22:15:13.049Z Compiling owo-colors v4.3.0
22462026-08-18T22:15:13.952Z Compiling const_format v0.2.36
22472026-08-18T22:15:14.016Z Compiling cancel-safe-futures v0.1.5
22482026-08-18T22:15:14.375Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22492026-08-18T22:15:14.448Z Compiling gethostname v0.5.0
22502026-08-18T22:15:14.587Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22512026-08-18T22:15:15.080Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22522026-08-18T22:15:15.208Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22532026-08-18T22:15:15.234Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-08-18T22:15:15.319Z Compiling bcs v0.1.6
22552026-08-18T22:15:15.330Z Compiling smf v0.2.3
22562026-08-18T22:15:15.407Z Compiling unicode-linebreak v0.1.5
22572026-08-18T22:15:15.677Z Compiling smawk v0.3.3
22582026-08-18T22:15:15.735Z Compiling whoami v1.6.1
22592026-08-18T22:15:15.822Z Compiling tagptr v0.2.0
22602026-08-18T22:15:15.983Z Compiling termtree v0.5.1
22612026-08-18T22:15:16.022Z Compiling linear-map v1.2.0
22622026-08-18T22:15:16.158Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22632026-08-18T22:15:16.185Z Compiling moka v0.12.16
22642026-08-18T22:15:16.245Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22652026-08-18T22:15:16.545Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-08-18T22:15:17.439Z Compiling textwrap v0.16.2
22672026-08-18T22:15:18.134Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22682026-08-18T22:15:19.017Z Compiling tabled v0.15.0
22692026-08-18T22:15:19.731Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22702026-08-18T22:15:19.743Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22712026-08-18T22:15:20.641Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22722026-08-18T22:15:20.853Z Compiling steno v0.4.1
22732026-08-18T22:15:20.889Z Compiling cookie v0.18.2
22742026-08-18T22:15:22.901Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-08-18T22:15:25.205Z Compiling hickory-proto v0.25.2
22762026-08-18T22:15:27.451Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22772026-08-18T22:15:27.843Z Compiling hickory-resolver v0.25.2
22782026-08-18T22:15:28.249Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22792026-08-18T22:15:29.932Z Compiling arc-swap v1.9.2
22802026-08-18T22:15:30.277Z Compiling slog-scope v4.4.1
22812026-08-18T22:15:30.290Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-08-18T22:15:30.666Z Compiling libscf-sys v1.2.0
22832026-08-18T22:15:30.810Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-08-18T22:15:30.866Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22852026-08-18T22:15:30.991Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22862026-08-18T22:15:31.561Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22872026-08-18T22:15:31.659Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22882026-08-18T22:15:33.222Z Compiling slog-stdlog v4.1.1
22892026-08-18T22:15:33.594Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22902026-08-18T22:15:33.702Z Compiling slog-envlogger v2.2.0
22912026-08-18T22:15:34.409Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
22922026-08-18T22:15:34.616Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22932026-08-18T22:15:34.994Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22942026-08-18T22:15:41.736Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-08-18T22:15:44.351Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-08-18T22:15:45.778Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22972026-08-18T22:15:54.669Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
22982026-08-18T22:15:58.344Z Finished `release` profile [optimized] target(s) in 2m 24s
22992026-08-18T22:15:58.463Z Running unittests src/lib.rs (target/release/deps/mg_tests-6b408055e24182f2)
23002026-08-18T22:15:58.473Z
23012026-08-18T22:15:58.473Zrunning 1 test
23022026-08-18T22:15:58.603Zconfigure zone
23032026-08-18T22:15:58.623Zinstall zone
23042026-08-18T22:16:07.486Zboot zone
23052026-08-18T22:16:07.577Zstart zone s1
23062026-08-18T22:16:07.577Zconfigure zone
23072026-08-18T22:16:07.586Zinstall zone
23082026-08-18T22:16:09.220Zboot zone
23092026-08-18T22:16:09.321Zstart zone s2
23102026-08-18T22:16:09.321Zconfigure zone
23112026-08-18T22:16:09.331Zinstall zone
23122026-08-18T22:16:11.521Zboot zone
23132026-08-18T22:16:11.611Zstart zone t1
23142026-08-18T22:16:11.611Zconfigure zone
23152026-08-18T22:16:11.621Zinstall zone
23162026-08-18T22:16:13.718Zboot zone
23172026-08-18T22:16:13.823Zwaiting for zones to come up
23182026-08-18T22:16:23.861Z[sidecar.trio] svcs milestone/network
23192026-08-18T22:16:23.887ZSTATE STIME FMRI
23202026-08-18T22:16:23.887Zonline 22:16:07 svc:/milestone/network:default
23212026-08-18T22:16:23.887Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
23222026-08-18T22:16:23.887Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
23232026-08-18T22:16:23.941Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
23242026-08-18T22:16:23.941Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
23252026-08-18T22:16:23.941Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
23262026-08-18T22:16:23.945Z
23272026-08-18T22:16:23.945Zrunning zone s1.trio setup
23282026-08-18T22:16:23.945Z[s1.trio] svcs milestone/network
23292026-08-18T22:16:23.963ZSTATE STIME FMRI
23302026-08-18T22:16:23.963Zonline 22:16:09 svc:/milestone/network:default
23312026-08-18T22:16:23.963Z[s1.trio] dladm
23322026-08-18T22:16:23.969ZLINK CLASS MTU STATE BRIDGE OVER
23332026-08-18T22:16:23.969Zsl0 simnet 9000 up -- ?
23342026-08-18T22:16:23.969Zmg2 vnic 9000 up -- ?
23352026-08-18T22:16:23.969Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
23362026-08-18T22:16:24.528Z
23372026-08-18T22:16:24.528Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
23382026-08-18T22:16:24.546Z
23392026-08-18T22:16:24.546Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
23402026-08-18T22:16:24.556Z
23412026-08-18T22:16:24.556Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
23422026-08-18T22:16:24.654Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
23432026-08-18T22:16:24.737Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 137be102-ba8c-4b51-9075-7883125848a6 --sled-uuid d87ed918-7bb9-4972-872a-c46141404939 -a sl0/v6 &> /opt/ddmd.log &
23442026-08-18T22:16:24.752Z
23452026-08-18T22:16:24.752Zrunning zone s2.trio setup
23462026-08-18T22:16:24.753Z[s2.trio] svcs milestone/network
23472026-08-18T22:16:24.766ZSTATE STIME FMRI
23482026-08-18T22:16:24.766Zonline 22:16:11 svc:/milestone/network:default
23492026-08-18T22:16:24.766Z[s2.trio] dladm
23502026-08-18T22:16:24.781ZLINK CLASS MTU STATE BRIDGE OVER
23512026-08-18T22:16:24.781Zsl1 simnet 9000 up -- ?
23522026-08-18T22:16:24.781Zmg3 vnic 9000 up -- ?
23532026-08-18T22:16:24.781Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
23542026-08-18T22:16:25.327Z
23552026-08-18T22:16:25.327Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
23562026-08-18T22:16:25.332Z
23572026-08-18T22:16:25.332Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
23582026-08-18T22:16:25.344Z
23592026-08-18T22:16:25.344Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
23602026-08-18T22:16:25.405Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
23612026-08-18T22:16:25.433Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4c202ef6-ea6f-4cbb-b856-985aed3d5824 --sled-uuid a7ddaf1e-a427-4b51-8920-174b3216cb1f -a sl1/v6 &> /opt/ddmd.log &
23622026-08-18T22:16:25.447Z
23632026-08-18T22:16:25.447Zrunning zone t1.trio setup
23642026-08-18T22:16:25.447Z[t1.trio] svcs milestone/network
23652026-08-18T22:16:25.464ZSTATE STIME FMRI
23662026-08-18T22:16:25.464Zonline 22:16:13 svc:/milestone/network:default
23672026-08-18T22:16:25.464Z[t1.trio] dladm
23682026-08-18T22:16:25.475ZLINK CLASS MTU STATE BRIDGE OVER
23692026-08-18T22:16:25.475Ztfportrear0_0 simnet 9000 up -- ?
23702026-08-18T22:16:25.475Ztfportrear1_0 simnet 9000 up -- ?
23712026-08-18T22:16:25.475Zmg1 vnic 9000 up -- ?
23722026-08-18T22:16:25.475Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
23732026-08-18T22:16:26.080Z
23742026-08-18T22:16:26.080Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
23752026-08-18T22:16:26.096Z
23762026-08-18T22:16:26.097Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
23772026-08-18T22:16:26.109Z
23782026-08-18T22:16:26.109Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
23792026-08-18T22:16:26.121Z
23802026-08-18T22:16:26.121Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
23812026-08-18T22:16:26.395Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
23822026-08-18T22:16:26.422Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
23832026-08-18T22:16:26.422Zwaiting 3s for copy of files to zone to complete ...
23842026-08-18T22:16:29.398Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
23852026-08-18T22:16:29.533Z
23862026-08-18T22:16:29.533Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
23872026-08-18T22:16:29.642Z
23882026-08-18T22:16:29.642Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
23892026-08-18T22:16:29.683Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
23902026-08-18T22:16:29.716Z[t1.trio] svcadm disable dendrite
23912026-08-18T22:16:29.739Z
23922026-08-18T22:16:29.740Z[t1.trio] svcadm disable tfport
23932026-08-18T22:16:29.762Z
23942026-08-18T22:16:29.762Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
23952026-08-18T22:16:29.787Z
23962026-08-18T22:16:29.787Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
23972026-08-18T22:16:29.812Z
23982026-08-18T22:16:29.812Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
23992026-08-18T22:16:29.836Z
24002026-08-18T22:16:29.836Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
24012026-08-18T22:16:29.861Z
24022026-08-18T22:16:29.861Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
24032026-08-18T22:16:29.885Z
24042026-08-18T22:16:29.885Z[t1.trio] svcadm refresh dendrite:default
24052026-08-18T22:16:29.906Z
24062026-08-18T22:16:29.907Z[t1.trio] svcadm enable dendrite:default
24072026-08-18T22:16:29.928Z
24082026-08-18T22:16:29.928Zwait 10s for dendrite to come up ...
24092026-08-18T22:16:39.928Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
24102026-08-18T22:16:39.961Z
24112026-08-18T22:16:39.961Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
24122026-08-18T22:16:39.984Z
24132026-08-18T22:16:39.984Z[t1.trio] svcadm refresh tfport:default
24142026-08-18T22:16:40.004Z
24152026-08-18T22:16:40.004Z[t1.trio] svcadm enable tfport
24162026-08-18T22:16:40.036Z
24172026-08-18T22:16:40.036Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 48248e07-a1fa-4290-a3bb-e2d5c79c3cad --sled-uuid f4165b1c-d5ec-46d5-8da3-05e18f5ebf8c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
24182026-08-18T22:16:40.042Z
24192026-08-18T22:16:40.042Z[t1.trio] ipadm
24202026-08-18T22:16:40.053ZADDROBJ TYPE STATE ADDR
24212026-08-18T22:16:40.053Zlo0/v4 static ok 127.0.0.1/8
24222026-08-18T22:16:40.053Zmg1/v4 static ok 10.0.0.3/24
24232026-08-18T22:16:40.054Zlo0/v6 static ok ::1/128
24242026-08-18T22:16:40.054Zlo0/u6 static ok fd00:3::1/64
24252026-08-18T22:16:40.054Ztfportrear0_0/v6 addrconf ok fe80::284e:f0ff:fe62:2f7d%tfportrear0_0/10
24262026-08-18T22:16:40.054Ztfportrear1_0/v6 addrconf ok fe80::847c:ddff:fed9:a855%tfportrear1_0/10
24272026-08-18T22:16:42.158Zinitial peering test passed
24282026-08-18T22:16:43.162Zadvertise from one passed
24292026-08-18T22:16:44.155Zadvertise from two passed
24302026-08-18T22:16:44.155Z[s1.trio] ping fd00:2::1
24312026-08-18T22:16:44.171Zfd00:2::1 is alive
24322026-08-18T22:16:44.171Z[s2.trio] ping fd00:1::1
24332026-08-18T22:16:44.183Zfd00:1::1 is alive
24342026-08-18T22:16:44.184Zconnectivity test passed
24352026-08-18T22:16:44.184Z[t1.trio] pkill ddmd
24362026-08-18T22:16:44.195Z
24372026-08-18T22:16:50.199Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 86e08fd5-746a-421f-875b-9dbf84b37065 --sled-uuid ed2a8e22-61b8-4240-b27c-e6f50f50db43 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
24382026-08-18T22:16:50.214Z
24392026-08-18T22:16:50.214Z[t1.trio] ipadm
24402026-08-18T22:16:50.228ZADDROBJ TYPE STATE ADDR
24412026-08-18T22:16:50.228Zlo0/v4 static ok 127.0.0.1/8
24422026-08-18T22:16:50.228Zmg1/v4 static ok 10.0.0.3/24
24432026-08-18T22:16:50.228Zlo0/v6 static ok ::1/128
24442026-08-18T22:16:50.228Zlo0/u6 static ok fd00:3::1/64
24452026-08-18T22:16:50.228Ztfportrear0_0/v6 addrconf ok fe80::284e:f0ff:fe62:2f7d%tfportrear0_0/10
24462026-08-18T22:16:50.228Ztfportrear1_0/v6 addrconf ok fe80::847c:ddff:fed9:a855%tfportrear1_0/10
24472026-08-18T22:16:53.231Z[s1.trio] ping fd00:2::1
24482026-08-18T22:16:53.246Zfd00:2::1 is alive
24492026-08-18T22:16:53.246Z[s2.trio] ping fd00:1::1
24502026-08-18T22:16:53.258Zfd00:1::1 is alive
24512026-08-18T22:16:53.258Ztransit router restart passed
24522026-08-18T22:16:53.258Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
24532026-08-18T22:16:53.276Zlocal v6:
24542026-08-18T22:16:53.276Zfe80::284e:f0ff:fe62:2f7d
24552026-08-18T22:16:53.276Zfe80::847c:ddff:fed9:a855
24562026-08-18T22:16:53.276Zlocal v4:
24572026-08-18T22:16:53.276Zrouter v6_idx:
24582026-08-18T22:16:53.276Zfd00:2::/64 -> 1
24592026-08-18T22:16:53.276Zfd00:1::/64 -> 0
24602026-08-18T22:16:53.276Zrouter v6_routes:
24612026-08-18T22:16:53.276Z0 -> fe80::40a2:bff:fedb:9b9b (1)
24622026-08-18T22:16:53.276Z1 -> fe80::d866:65ff:fe1d:3580 (2)
24632026-08-18T22:16:53.276Zrouter v4_idx:
24642026-08-18T22:16:53.276Zrouter v4_routes:
24652026-08-18T22:16:53.276Zresolver v4:
24662026-08-18T22:16:53.276Z10.0.0.3 -> 02:08:20:06:9e:03
24672026-08-18T22:16:53.277Z10.0.0.254 -> 02:08:20:6c:d5:bb
24682026-08-18T22:16:53.278Zresolver v6:
24692026-08-18T22:16:53.278Zfe80::847c:ddff:fed9:a855 -> 86:7c:dd:d9:a8:55
24702026-08-18T22:16:53.278Zfe80::284e:f0ff:fe62:2f7d -> 2a:4e:f0:62:2f:7d
24712026-08-18T22:16:53.278Zfe80::d866:65ff:fe1d:3580 -> da:66:65:1d:35:80
24722026-08-18T22:16:53.278Zfe80::40a2:bff:fedb:9b9b -> 42:a2:0b:db:9b:9b
24732026-08-18T22:16:53.278Znat v4:
24742026-08-18T22:16:53.278Znat_v6:
24752026-08-18T22:16:53.278Zport_mac:
24762026-08-18T22:16:53.278Z1: a8:40:25:7f:a7:c4
24772026-08-18T22:16:53.278Z2: a8:40:25:7f:a7:c5
24782026-08-18T22:16:53.278Zproxy arp:
24792026-08-18T22:16:53.278Z[s1.trio] pkill ddmd
24802026-08-18T22:16:53.284Z
24812026-08-18T22:16:58.286Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
24822026-08-18T22:16:58.303Zlocal v6:
24832026-08-18T22:16:58.303Zfe80::284e:f0ff:fe62:2f7d
24842026-08-18T22:16:58.303Zfe80::847c:ddff:fed9:a855
24852026-08-18T22:16:58.303Zlocal v4:
24862026-08-18T22:16:58.303Zrouter v6_idx:
24872026-08-18T22:16:58.303Zfd00:2::/64 -> 1
24882026-08-18T22:16:58.303Zrouter v6_routes:
24892026-08-18T22:16:58.303Z1 -> fe80::d866:65ff:fe1d:3580 (2)
24902026-08-18T22:16:58.303Zrouter v4_idx:
24912026-08-18T22:16:58.303Zrouter v4_routes:
24922026-08-18T22:16:58.303Zresolver v4:
24932026-08-18T22:16:58.303Z10.0.0.3 -> 02:08:20:06:9e:03
24942026-08-18T22:16:58.303Z10.0.0.254 -> 02:08:20:6c:d5:bb
24952026-08-18T22:16:58.303Zresolver v6:
24962026-08-18T22:16:58.303Zfe80::847c:ddff:fed9:a855 -> 86:7c:dd:d9:a8:55
24972026-08-18T22:16:58.303Zfe80::284e:f0ff:fe62:2f7d -> 2a:4e:f0:62:2f:7d
24982026-08-18T22:16:58.304Zfe80::d866:65ff:fe1d:3580 -> da:66:65:1d:35:80
24992026-08-18T22:16:58.304Zfe80::40a2:bff:fedb:9b9b -> 42:a2:0b:db:9b:9b
25002026-08-18T22:16:58.304Znat v4:
25012026-08-18T22:16:58.304Znat_v6:
25022026-08-18T22:16:58.304Zport_mac:
25032026-08-18T22:16:58.304Z1: a8:40:25:7f:a7:c4
25042026-08-18T22:16:58.304Z2: a8:40:25:7f:a7:c5
25052026-08-18T22:16:58.305Zproxy arp:
25062026-08-18T22:16:58.305Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d42ab418-749e-4694-ae23-32ed4d9f3deb --sled-uuid 15132ff7-ce9d-4ff3-89ee-cf6f7a92517d -a sl0/v6 &> /opt/ddmd.log &
25072026-08-18T22:16:58.314Z
25082026-08-18T22:16:58.459Ztest ddm::test_trio_v3 has been running for over 60 seconds
25092026-08-18T22:17:01.317Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
25102026-08-18T22:17:01.336Zlocal v6:
25112026-08-18T22:17:01.337Zfe80::284e:f0ff:fe62:2f7d
25122026-08-18T22:17:01.337Zfe80::847c:ddff:fed9:a855
25132026-08-18T22:17:01.337Zlocal v4:
25142026-08-18T22:17:01.337Zrouter v6_idx:
25152026-08-18T22:17:01.337Zfd00:2::/64 -> 1
25162026-08-18T22:17:01.337Zfd00:1::/64 -> 0
25172026-08-18T22:17:01.337Zrouter v6_routes:
25182026-08-18T22:17:01.337Z0 -> fe80::40a2:bff:fedb:9b9b (1)
25192026-08-18T22:17:01.337Z1 -> fe80::d866:65ff:fe1d:3580 (2)
25202026-08-18T22:17:01.337Zrouter v4_idx:
25212026-08-18T22:17:01.337Zrouter v4_routes:
25222026-08-18T22:17:01.337Zresolver v4:
25232026-08-18T22:17:01.337Z10.0.0.3 -> 02:08:20:06:9e:03
25242026-08-18T22:17:01.337Z10.0.0.254 -> 02:08:20:6c:d5:bb
25252026-08-18T22:17:01.337Zresolver v6:
25262026-08-18T22:17:01.337Zfe80::847c:ddff:fed9:a855 -> 86:7c:dd:d9:a8:55
25272026-08-18T22:17:01.337Zfe80::284e:f0ff:fe62:2f7d -> 2a:4e:f0:62:2f:7d
25282026-08-18T22:17:01.337Zfe80::d866:65ff:fe1d:3580 -> da:66:65:1d:35:80
25292026-08-18T22:17:01.337Zfe80::40a2:bff:fedb:9b9b -> 42:a2:0b:db:9b:9b
25302026-08-18T22:17:01.337Znat v4:
25312026-08-18T22:17:01.337Znat_v6:
25322026-08-18T22:17:01.337Zport_mac:
25332026-08-18T22:17:01.338Z1: a8:40:25:7f:a7:c4
25342026-08-18T22:17:01.338Z2: a8:40:25:7f:a7:c5
25352026-08-18T22:17:01.338Zproxy arp:
25362026-08-18T22:17:01.341Z[s2.trio] netstat -nr -f inet6
25372026-08-18T22:17:01.350ZRouting Table: IPv6
25382026-08-18T22:17:01.350Z Destination/Mask Gateway Flags Ref Use If
25392026-08-18T22:17:01.350Z--------------------------- --------------------------- ----- --- ------- -----
25402026-08-18T22:17:01.350Z::1 ::1 UH 2 0 lo0
25412026-08-18T22:17:01.350Zfd00:1::/64 fe80::847c:ddff:fed9:a855 UG 1 0 sl1
25422026-08-18T22:17:01.350Zfe80::/10 fe80::d866:65ff:fe1d:3580 U 3 64 sl1
25432026-08-18T22:17:01.350Z[s2.trio] ipadm
25442026-08-18T22:17:01.362ZADDROBJ TYPE STATE ADDR
25452026-08-18T22:17:01.362Zlo0/v4 static ok 127.0.0.1/8
25462026-08-18T22:17:01.362Zmg3/v4 static ok 10.0.0.2/24
25472026-08-18T22:17:01.363Zlo0/v6 static ok ::1/128
25482026-08-18T22:17:01.363Zlo0/u6 static ok fd00:2::1/64
25492026-08-18T22:17:01.363Zsl1/v6 addrconf ok fe80::d866:65ff:fe1d:3580%sl1/10
25502026-08-18T22:17:01.363Z[s2.trio] route -nv get -inet6 fd00:1::1
25512026-08-18T22:17:01.374Znewrt->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>
25522026-08-18T22:17:01.374Zlocks: inits:
25532026-08-18T22:17:01.374Zsockaddrs: <DST,IFP>
25542026-08-18T22:17:01.374Z fd00:1::1
25552026-08-18T22:17:01.374Z route to: fd00:1::1
25562026-08-18T22:17:01.374Zdestination: fd00:1::
25572026-08-18T22:17:01.374Z mask: ffff:ffff:ffff:ffff::
25582026-08-18T22:17:01.374Z gateway: fe80::847c:ddff:fed9:a855
25592026-08-18T22:17:01.374Z interface: sl1 index 3 address da 66 65 1d 35 80
25602026-08-18T22:17:01.374Z flags: <UP,GATEWAY,DONE,STATIC>
25612026-08-18T22:17:01.374Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
25622026-08-18T22:17:01.374Z 0 0 0 0 0 0 9000 0
25632026-08-18T22:17:01.374Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
25642026-08-18T22:17:01.375Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
25652026-08-18T22:17:01.375Z fd00:1:: fe80::847c:ddff:fed9:a855 ffff:ffff:ffff:ffff:: sl1:da.66.65.1d.35.80 fe80::d866:65ff:fe1d:3580
25662026-08-18T22:17:01.375Z[s2.trio] ndp -na
25672026-08-18T22:17:01.387ZNet to Media Table: IPv6
25682026-08-18T22:17:01.387Z If Physical Address Type State Destination/Mask
25692026-08-18T22:17:01.387Z----- ----------------- ------- ------------ ---------------------------
25702026-08-18T22:17:01.387Zsl1 86:7c:dd:d9:a8:55 dynamic REACHABLE fe80::847c:ddff:fed9:a855
25712026-08-18T22:17:01.387Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
25722026-08-18T22:17:01.387Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
25732026-08-18T22:17:01.387Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
25742026-08-18T22:17:01.387Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
25752026-08-18T22:17:01.387Zsl1 33:33:ff:d9:a8:55 other REACHABLE ff02::1:ffd9:a855
25762026-08-18T22:17:01.387Zsl1 da:66:65:1d:35:80 local REACHABLE fe80::d866:65ff:fe1d:3580
25772026-08-18T22:17:01.387Zsl1 33:33:ff:1d:35:80 other REACHABLE ff02::1:ff1d:3580
25782026-08-18T22:17:01.387Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
25792026-08-18T22:17:01.387Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
25802026-08-18T22:17:01.401Zlocal v6:
25812026-08-18T22:17:01.401Zfe80::284e:f0ff:fe62:2f7d
25822026-08-18T22:17:01.401Zfe80::847c:ddff:fed9:a855
25832026-08-18T22:17:01.401Zlocal v4:
25842026-08-18T22:17:01.402Zrouter v6_idx:
25852026-08-18T22:17:01.402Zfd00:2::/64 -> 1
25862026-08-18T22:17:01.402Zfd00:1::/64 -> 0
25872026-08-18T22:17:01.402Zrouter v6_routes:
25882026-08-18T22:17:01.402Z0 -> fe80::40a2:bff:fedb:9b9b (1)
25892026-08-18T22:17:01.402Z1 -> fe80::d866:65ff:fe1d:3580 (2)
25902026-08-18T22:17:01.402Zrouter v4_idx:
25912026-08-18T22:17:01.402Zrouter v4_routes:
25922026-08-18T22:17:01.402Zresolver v4:
25932026-08-18T22:17:01.402Z10.0.0.3 -> 02:08:20:06:9e:03
25942026-08-18T22:17:01.402Z10.0.0.254 -> 02:08:20:6c:d5:bb
25952026-08-18T22:17:01.402Zresolver v6:
25962026-08-18T22:17:01.402Zfe80::847c:ddff:fed9:a855 -> 86:7c:dd:d9:a8:55
25972026-08-18T22:17:01.402Zfe80::284e:f0ff:fe62:2f7d -> 2a:4e:f0:62:2f:7d
25982026-08-18T22:17:01.402Zfe80::d866:65ff:fe1d:3580 -> da:66:65:1d:35:80
25992026-08-18T22:17:01.402Zfe80::40a2:bff:fedb:9b9b -> 42:a2:0b:db:9b:9b
26002026-08-18T22:17:01.402Znat v4:
26012026-08-18T22:17:01.402Znat_v6:
26022026-08-18T22:17:01.402Zport_mac:
26032026-08-18T22:17:01.402Z1: a8:40:25:7f:a7:c4
26042026-08-18T22:17:01.402Z2: a8:40:25:7f:a7:c5
26052026-08-18T22:17:01.402Zproxy arp:
26062026-08-18T22:17:01.402Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
26072026-08-18T22:17:01.419ZSubnet Port Link Gateway Vlan
26082026-08-18T22:17:01.419Zfd00:1::/64 rear0 0 fe80::40a2:bff:fedb:9b9b
26092026-08-18T22:17:01.419Zfd00:2::/64 rear1 0 fe80::d866:65ff:fe1d:3580
26102026-08-18T22:17:01.419Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
26112026-08-18T22:17:01.434Zhost mac age
26122026-08-18T22:17:01.434Z10.0.0.3 02:08:20:06:9e:03 21s
26132026-08-18T22:17:01.434Z10.0.0.254 02:08:20:6c:d5:bb 18s
26142026-08-18T22:17:01.434Zfe80::284e:f0ff:fe62:2f7d 2a:4e:f0:62:2f:7d 21s
26152026-08-18T22:17:01.434Zfe80::40a2:bff:fedb:9b9b 42:a2:0b:db:9b:9b 20s
26162026-08-18T22:17:01.434Zfe80::847c:ddff:fed9:a855 86:7c:dd:d9:a8:55 21s
26172026-08-18T22:17:01.434Zfe80::d866:65ff:fe1d:3580 da:66:65:1d:35:80 20s
26182026-08-18T22:17:01.434Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
26192026-08-18T22:17:01.449ZLink IPv4 IPv6
26202026-08-18T22:17:01.449Zrear0/0 fe80::284e:f0ff:fe62:2f7d
26212026-08-18T22:17:01.449Zrear1/0 fe80::847c:ddff:fed9:a855
26222026-08-18T22:17:01.449Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
26232026-08-18T22:17:02.474ZADDROBJ TYPE STATE ADDR
26242026-08-18T22:17:02.474Zlo0/v4 static ok 127.0.0.1/8
26252026-08-18T22:17:02.474Zmg2/v4 static ok 10.0.0.1/24
26262026-08-18T22:17:02.474Zlo0/v6 static ok ::1/128
26272026-08-18T22:17:02.474Zlo0/u6 static ok fd00:1::1/64
26282026-08-18T22:17:02.474Zsl0/v6 addrconf ok fe80::40a2:bff:fedb:9b9b%sl0/10
26292026-08-18T22:17:02.474Znewrt->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>
26302026-08-18T22:17:02.474Zlocks: inits:
26312026-08-18T22:17:02.474Zsockaddrs: <DST,IFP>
26322026-08-18T22:17:02.475Z fd00:2::1
26332026-08-18T22:17:02.475Z route to: fd00:2::1
26342026-08-18T22:17:02.475Zdestination: fd00:2::
26352026-08-18T22:17:02.475Z mask: ffff:ffff:ffff:ffff::
26362026-08-18T22:17:02.475Z gateway: fe80::284e:f0ff:fe62:2f7d
26372026-08-18T22:17:02.475Z interface: sl0 index 3 address 42 a2 0b db 9b 9b
26382026-08-18T22:17:02.475Z flags: <UP,GATEWAY,DONE,STATIC>
26392026-08-18T22:17:02.475Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
26402026-08-18T22:17:02.475Z 0 0 0 0 0 0 9000 0
26412026-08-18T22:17:02.475Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
26422026-08-18T22:17:02.475Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
26432026-08-18T22:17:02.475Z fd00:2:: fe80::284e:f0ff:fe62:2f7d ffff:ffff:ffff:ffff:: sl0:42.a2.b.db.9b.9b fe80::40a2:bff:fedb:9b9b
26442026-08-18T22:17:02.475Z
26452026-08-18T22:17:02.475ZNet to Media Table: IPv6
26462026-08-18T22:17:02.475Z If Physical Address Type State Destination/Mask
26472026-08-18T22:17:02.475Z----- ----------------- ------- ------------ ---------------------------
26482026-08-18T22:17:02.475Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
26492026-08-18T22:17:02.475Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
26502026-08-18T22:17:02.475Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
26512026-08-18T22:17:02.475Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
26522026-08-18T22:17:02.475Zsl0 33:33:ff:62:2f:7d other REACHABLE ff02::1:ff62:2f7d
26532026-08-18T22:17:02.475Zsl0 42:a2:0b:db:9b:9b local REACHABLE fe80::40a2:bff:fedb:9b9b
26542026-08-18T22:17:02.475Zsl0 2a:4e:f0:62:2f:7d dynamic REACHABLE fe80::284e:f0ff:fe62:2f7d
26552026-08-18T22:17:02.475Zsl0 33:33:ff:db:9b:9b other REACHABLE ff02::1:ffdb:9b9b
26562026-08-18T22:17:02.475Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
26572026-08-18T22:17:02.475Z
26582026-08-18T22:17:02.475Z
26592026-08-18T22:17:02.475ZRouting Table: IPv6
26602026-08-18T22:17:02.475Z Destination/Mask Gateway Flags Ref Use If
26612026-08-18T22:17:02.475Z--------------------------- --------------------------- ----- --- ------- -----
26622026-08-18T22:17:02.475Z::1 ::1 UH 2 0 lo0
26632026-08-18T22:17:02.475Zfd00:2::/64 fe80::284e:f0ff:fe62:2f7d UG 2 2 sl0
26642026-08-18T22:17:02.475Zfe80::/10 fe80::40a2:bff:fedb:9b9b U 3 64 sl0
26652026-08-18T22:17:02.475ZPING fd00:2::1 (fd00:2::1): 60 data bytes
26662026-08-18T22:17:02.475Z68 bytes from fd00:2::1: icmp_seq=0. time=0.252 ms
26672026-08-18T22:17:02.475Z68 bytes from fd00:2::1: icmp_seq=1. time=0.398 ms
26682026-08-18T22:17:02.475Z
26692026-08-18T22:17:02.475Z----fd00:2::1 PING Statistics----
26702026-08-18T22:17:02.475Z2 packets transmitted, 2 packets received, 0% packet loss
26712026-08-18T22:17:02.476Zround-trip (ms) min/avg/max/stddev = 0.252/0.325/0.398/0.103
26722026-08-18T22:17:02.476Z[s2.trio] ping fd00:1::1
26732026-08-18T22:17:02.488Zfd00:1::1 is alive
26742026-08-18T22:17:02.488Zserver router restart passed
26752026-08-18T22:17:06.495Zpeer expiration recovery passed
26762026-08-18T22:17:07.495Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
26772026-08-18T22:17:07.514Z3
26782026-08-18T22:17:07.514Zredundant advertise passed
26792026-08-18T22:17:08.517Ztunnel endpoint advertise passed
26802026-08-18T22:17:13.519Zredundant tunnel endpoint advertise passed
26812026-08-18T22:17:13.520Z[s1.trio] pkill ddmd
26822026-08-18T22:17:13.534Z
26832026-08-18T22:17:18.534Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4212eaf6-d350-401a-97a3-c18ebf25b40f --sled-uuid eb7517cb-ec66-4d88-9af4-9d2d48d804ee -a sl0/v6 &> /opt/ddmd.log &
26842026-08-18T22:17:18.550Z
26852026-08-18T22:17:23.560Ztunnel router restart passed
26862026-08-18T22:17:24.559Ztunnel endpoint withdraw passed
26872026-08-18T22:17:24.562Z[t1.trio] pkill ddmd
26882026-08-18T22:17:24.578Z
26892026-08-18T22:17:24.578Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
26902026-08-18T22:17:24.581Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
26912026-08-18T22:17:26.463Z[s2.trio] pkill ddmd
26922026-08-18T22:17:26.478Z
26932026-08-18T22:17:26.478Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
26942026-08-18T22:17:28.301Z[s1.trio] pkill ddmd
26952026-08-18T22:17:28.313Z
26962026-08-18T22:17:28.313Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
26972026-08-18T22:17:30.167Z[sidecar.trio] pkill softnpu
26982026-08-18T22:17:30.181Z
26992026-08-18T22:17:30.182Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
27002026-08-18T22:17:32.687Ztest ddm::test_trio_v3 ... ok
27012026-08-18T22:17:32.687Z
27022026-08-18T22:17:32.688Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 94.23s
27032026-08-18T22:17:32.688Z
27042026-08-18T22:17:32.736Z+ cleanup
27052026-08-18T22:17:32.739Z++ id -un
27062026-08-18T22:17:32.742Z++ id -gn
27072026-08-18T22:17:32.744Z+ pfexec chown -R build:build .
27082026-08-18T22:17:32.864Zprocess exited: duration 514632 ms, exit code 0
 
27092026-08-18T22:17:32.875Zfound 5 output files
27102026-08-18T22:17:32.880Zuploading: /work/s1.trio.log (3887 bytes)
27112026-08-18T22:17:33.889Zuploaded: /work/s1.trio.log
27122026-08-18T22:17:33.889Zuploading: /work/s2.trio.log (10004 bytes)
27132026-08-18T22:17:34.905Zuploaded: /work/s2.trio.log
27142026-08-18T22:17:34.905Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
27152026-08-18T22:17:35.916Zuploaded: /work/sidecar.trio-softnpu.log
27162026-08-18T22:17:35.916Zuploading: /work/t1.trio-dpd.log (562244 bytes)
27172026-08-18T22:17:36.939Zuploaded: /work/t1.trio-dpd.log
27182026-08-18T22:17:36.940Zuploading: /work/t1.trio.log (25428 bytes)
27192026-08-18T22:17:37.955Zuploaded: /work/t1.trio.log