01KW0GE39QJ8GNPWVT29C5K7QR: test-ddm-trio

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

Buildomat Job: 01KW0GENWTK87CC70YRSVAFHMV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:05:49.202Zjob assigned to worker 01KW0GF01YAVRPHEPMV20B83BY [factory aws, i-0e42ce988537cd41c] (queued for 1 m 2 s)
 
22026-06-25T23:05:55.913Zstarting task 0: "setup"
32026-06-25T23:05:55.918Z++ uname -s
42026-06-25T23:05:55.918Z+ kern=SunOS
52026-06-25T23:05:55.918Z+ build_user=build
62026-06-25T23:05:55.918Z+ build_uid=12345
72026-06-25T23:05:55.918Z+ work_dir=/work
82026-06-25T23:05:55.918Z+ input_dir=/input
92026-06-25T23:05:55.918Z+ [[ 0 == 12345 ]]
102026-06-25T23:05:55.918Z+ case "$kern" in
112026-06-25T23:05:55.918Z+ groupadd -g 12345 build
122026-06-25T23:05:55.925Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:05:57.926Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:05:57.983Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:05:58.010Z+ home_fs=zfs
162026-06-25T23:05:58.010Z+ [[ zfs == autofs ]]
172026-06-25T23:05:58.010Z+ mkdir -p /home/build
182026-06-25T23:05:58.010Z+ chown build:build /home/build /work
192026-06-25T23:05:59.987Z+ chmod 0700 /home/build /work
202026-06-25T23:05:59.994Zprocess exited: duration 4081 ms, exit code 0
 
212026-06-25T23:06:00.007Zstarting task 1: "rust-toolchain"
222026-06-25T23:06:00.014Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T23:06:00.014Z * rust toolchain channel = "stable"
242026-06-25T23:06:00.014Z * rust toolchain profile = "default"
252026-06-25T23:06:00.014Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T23:06:00.015Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T23:06:00.015Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T23:06:00.015Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:06:00.015Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T23:06:00.137Zinfo: downloading installer
312026-06-25T23:06:02.850Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T23:06:02.850Zwarn: /opt/ooce/bin
332026-06-25T23:06:02.850Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T23:06:02.850Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T23:06:02.850Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T23:06:02.850Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T23:06:02.850Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T23:06:02.850Zerror: cannot install while Rust is installed
392026-06-25T23:06:02.850Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T23:06:02.850Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T23:06:02.850Zwarn: /home/build/.rustup/settings.toml
422026-06-25T23:06:02.850Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T23:06:02.850Zwarn: instead of the one inferred from the default host triple.
442026-06-25T23:06:02.866Zinfo: profile set to default
452026-06-25T23:06:02.866Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T23:06:02.866Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T23:06:02.866Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T23:06:02.866Zinfo: downloading 6 components
492026-06-25T23:06:17.305Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T23:06:17.305Z
512026-06-25T23:06:17.331Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T23:06:17.331Z
532026-06-25T23:06:17.331Z
542026-06-25T23:06:17.334ZRust is installed now. Great!
552026-06-25T23:06:17.334Z
562026-06-25T23:06:17.334ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T23:06:17.334Zenvironment variable. This has not been done automatically.
582026-06-25T23:06:17.334Z
592026-06-25T23:06:17.334ZTo configure your current shell, you need to source
602026-06-25T23:06:17.334Zthe corresponding env file under $HOME/.cargo.
612026-06-25T23:06:17.334Z
622026-06-25T23:06:17.334ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T23:06:17.334Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T23:06:17.334Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T23:06:17.334Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T23:06:17.334Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T23:06:17.334Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T23:06:17.334Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T23:06:17.334Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T23:06:17.334Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T23:06:17.432Z+ rustup --version
722026-06-25T23:06:17.442Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T23:06:17.445Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T23:06:17.463Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T23:06:17.466Z+ cargo --version
762026-06-25T23:06:17.479Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T23:06:17.482Z+ rustc --version
782026-06-25T23:06:17.500Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T23:06:17.503Zprocess exited: duration 17497 ms, exit code 0
 
802026-06-25T23:06:17.509Zstarting task 2: "authentication"
812026-06-25T23:06:17.526Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T23:06:17.533Zstarting task 3: "clone repository"
832026-06-25T23:06:17.536Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T23:06:17.539Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T23:06:17.569ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T23:06:18.732Z+ cd /work/oxidecomputer/maghemite
872026-06-25T23:06:18.732Z+ git fetch origin 498ce1b8c2247d9261834cd245ed765e85ae5915
882026-06-25T23:06:19.029ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T23:06:19.029Z * branch 498ce1b8c2247d9261834cd245ed765e85ae5915 -> FETCH_HEAD
902026-06-25T23:06:19.035Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-06-25T23:06:19.038Z++ git branch --show-current
922026-06-25T23:06:19.038Z+ current=main
932026-06-25T23:06:19.038Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-06-25T23:06:19.038Z+ git branch -f trey/bgp-peer-config-dedupe 498ce1b8c2247d9261834cd245ed765e85ae5915
952026-06-25T23:06:19.041Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-06-25T23:06:19.064ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-06-25T23:06:19.072Z+ git reset --hard 498ce1b8c2247d9261834cd245ed765e85ae5915
982026-06-25T23:06:19.081ZHEAD is now at 498ce1b bgp: unify numbered and unnumbered peer config
992026-06-25T23:06:19.085Zprocess exited: duration 1544 ms, exit code 0
 
1002026-06-25T23:06:19.093Zstarting task 4: "build"
1012026-06-25T23:06:19.099Z++ dladm
1022026-06-25T23:06:19.102ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-25T23:06:19.102Zena0 phys 9216 up -- --
1042026-06-25T23:06:19.103Z++ ipadm
1052026-06-25T23:06:19.106ZADDROBJ TYPE STATE ADDR
1062026-06-25T23:06:19.106Zlo0/v4 static ok 127.0.0.1/8
1072026-06-25T23:06:19.106Zena0/dhcp dhcp ok 10.150.1.97/24
1082026-06-25T23:06:19.106Zlo0/v6 static ok ::1/128
1092026-06-25T23:06:19.106Z++ banner collect
1102026-06-25T23:06:19.109Z
1112026-06-25T23:06:19.109Z #### #### # # ###### #### #####
1122026-06-25T23:06:19.109Z # # # # # # # # # #
1132026-06-25T23:06:19.109Z # # # # # ##### # #
1142026-06-25T23:06:19.109Z # # # # # # # #
1152026-06-25T23:06:19.109Z # # # # # # # # # #
1162026-06-25T23:06:19.109Z #### #### ###### ###### ###### #### #
1172026-06-25T23:06:19.109Z
1182026-06-25T23:06:19.109Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-25T23:06:19.109Z++ repo=softnpu
1202026-06-25T23:06:19.109Z++ series=image
1212026-06-25T23:06:19.110Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-25T23:06:19.110Z++ name=softnpu
1232026-06-25T23:06:19.110Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-25T23:06:19.110Z++ mkdir -p download
1252026-06-25T23:06:19.110Z++ pushd download
1262026-06-25T23:06:19.110Z++ [[ ! -f softnpu ]]
1272026-06-25T23:06:19.110Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1282026-06-25T23:06:19.110Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-25T23:06:19.113Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-25T23:06:19.116Z Dload Upload Total Spent Left Speed
1312026-06-25T23:06:19.410Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 53.16M 0 0 100 15.63M 100 15.63M 0 0 53.15M 0 0 100 15.63M 100 15.63M 0 0 53.14M 0 0
1322026-06-25T23:06:19.420Z++ popd
1332026-06-25T23:06:19.420Z/work/oxidecomputer/maghemite
1342026-06-25T23:06:19.420Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-25T23:06:19.420Z++ repo=sidecar-lite
1362026-06-25T23:06:19.420Z++ series=release
1372026-06-25T23:06:19.420Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-25T23:06:19.420Z++ name=libsidecar_lite.so
1392026-06-25T23:06:19.420Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-25T23:06:19.421Z++ mkdir -p download
1412026-06-25T23:06:19.421Z++ pushd download
1422026-06-25T23:06:19.421Z++ [[ ! -f libsidecar_lite.so ]]
1432026-06-25T23:06:19.421Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-25T23:06:19.421Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-25T23:06:19.432Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-25T23:06:19.432Z Dload Upload Total Spent Left Speed
1472026-06-25T23:06:19.722Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 39.46M 0 0 100 12.04M 100 12.04M 0 0 39.45M 0 0 100 12.04M 100 12.04M 0 0 39.44M 0 0
1482026-06-25T23:06:19.725Z++ popd
1492026-06-25T23:06:19.725Z/work/oxidecomputer/maghemite
1502026-06-25T23:06:19.728Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-25T23:06:19.728Z++ repo=sidecar-lite
1522026-06-25T23:06:19.728Z++ series=release
1532026-06-25T23:06:19.728Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-25T23:06:19.728Z++ name=scadm
1552026-06-25T23:06:19.728Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-25T23:06:19.728Z++ mkdir -p download
1572026-06-25T23:06:19.728Z++ pushd download
1582026-06-25T23:06:19.728Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-25T23:06:19.728Z++ [[ ! -f scadm ]]
1602026-06-25T23:06:19.728Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-25T23:06:19.733Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-25T23:06:19.737Z Dload Upload Total Spent Left Speed
1632026-06-25T23:06:20.152Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 38.26M 0 0 100 15.78M 100 15.78M 0 0 38.26M 0 0 100 15.78M 100 15.78M 0 0 38.25M 0 0
1642026-06-25T23:06:20.158Z++ popd
1652026-06-25T23:06:20.158Z/work/oxidecomputer/maghemite
1662026-06-25T23:06:20.158Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-25T23:06:20.158Z++ repo=dendrite
1682026-06-25T23:06:20.159Z++ series=image
1692026-06-25T23:06:20.159Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-25T23:06:20.159Z++ name=dendrite-softnpu.tar.gz
1712026-06-25T23:06:20.159Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-25T23:06:20.159Z++ mkdir -p download
1732026-06-25T23:06:20.159Z++ pushd download
1742026-06-25T23:06:20.159Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-25T23:06:20.159Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-25T23:06:20.159Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-25T23:06:20.160Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-25T23:06:20.160Z Dload Upload Total Spent Left Speed
1792026-06-25T23:06:21.085Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 77.17M 0 0 100 71.59M 100 71.59M 0 0 77.16M 0 0 100 71.59M 100 71.59M 0 0 77.16M 0 0
1802026-06-25T23:06:21.089Z++ popd
1812026-06-25T23:06:21.092Z/work/oxidecomputer/maghemite
1822026-06-25T23:06:21.092Z++ get_artifact maghemite release 498ce1b8c2247d9261834cd245ed765e85ae5915 ddm
1832026-06-25T23:06:21.092Z++ repo=maghemite
1842026-06-25T23:06:21.093Z++ series=release
1852026-06-25T23:06:21.093Z++ commit=498ce1b8c2247d9261834cd245ed765e85ae5915
1862026-06-25T23:06:21.093Z++ name=ddm
1872026-06-25T23:06:21.093Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-25T23:06:21.093Z++ mkdir -p download
1892026-06-25T23:06:21.093Z++ pushd download
1902026-06-25T23:06:21.093Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-25T23:06:21.093Z++ [[ ! -f ddm ]]
1922026-06-25T23:06:21.093Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/498ce1b8c2247d9261834cd245ed765e85ae5915/ddm
1932026-06-25T23:06:21.097Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-25T23:06:21.101Z Dload Upload Total Spent Left Speed
1952026-06-25T23:06:21.150Z 0 0 0 0 0 0 0 0 0
1962026-06-25T23:06:21.154Zcurl: (22) The requested URL returned error: 404
1972026-06-25T23:06:21.154Z++ popd
1982026-06-25T23:06:21.154Z/work/oxidecomputer/maghemite
1992026-06-25T23:06:21.154Z++ get_artifact maghemite release 498ce1b8c2247d9261834cd245ed765e85ae5915 ddmadm
2002026-06-25T23:06:21.154Z++ repo=maghemite
2012026-06-25T23:06:21.154Z++ series=release
2022026-06-25T23:06:21.154Z++ commit=498ce1b8c2247d9261834cd245ed765e85ae5915
2032026-06-25T23:06:21.154Z++ name=ddmadm
2042026-06-25T23:06:21.154Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-25T23:06:21.154Z++ mkdir -p download
2062026-06-25T23:06:21.154Z++ pushd download
2072026-06-25T23:06:21.157Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-25T23:06:21.157Z++ [[ ! -f ddmadm ]]
2092026-06-25T23:06:21.157Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/498ce1b8c2247d9261834cd245ed765e85ae5915/ddmadm
2102026-06-25T23:06:21.160Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-25T23:06:21.160Z Dload Upload Total Spent Left Speed
2122026-06-25T23:06:21.215Z 0 0 0 0 0 0 0 0 0
2132026-06-25T23:06:21.215Zcurl: (22) The requested URL returned error: 404
2142026-06-25T23:06:21.219Z++ popd
2152026-06-25T23:06:21.219Z/work/oxidecomputer/maghemite
2162026-06-25T23:06:21.219Z++ pushd download
2172026-06-25T23:06:21.219Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-25T23:06:21.219Z++ chmod +x softnpu
2192026-06-25T23:06:21.219Z++ chmod +x scadm
2202026-06-25T23:06:21.222Z++ chmod +x ddmadm
2212026-06-25T23:06:21.222Zchmod: WARNING: can't access ddmadm
2222026-06-25T23:06:21.222Z++ chmod +x ddmd
2232026-06-25T23:06:21.222Zchmod: WARNING: can't access ddmd
2242026-06-25T23:06:21.222Z++ mv ddmadm ddmadm-v2
2252026-06-25T23:06:21.225Zmv: cannot access ddmadm
2262026-06-25T23:06:21.225Z++ mv ddmd ddmd-v2
2272026-06-25T23:06:21.225Zmv: cannot access ddmd
2282026-06-25T23:06:21.225Z++ rm -rf zones/dendrite
2292026-06-25T23:06:21.226Z++ mkdir -p zones/dendrite
2302026-06-25T23:06:21.229Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-25T23:06:22.230Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-25T23:06:22.233Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-25T23:06:22.233Z/work/oxidecomputer/maghemite
2342026-06-25T23:06:22.233Z++ popd
2352026-06-25T23:06:22.233Z++ banner install
2362026-06-25T23:06:22.237Z
2372026-06-25T23:06:22.237Z # # # #### ##### ## # #
2382026-06-25T23:06:22.237Z # ## # # # # # # #
2392026-06-25T23:06:22.237Z # # # # #### # # # # #
2402026-06-25T23:06:22.237Z # # # # # # ###### # #
2412026-06-25T23:06:22.237Z # # ## # # # # # # #
2422026-06-25T23:06:22.237Z # # # #### # # # ###### ######
2432026-06-25T23:06:22.237Z
2442026-06-25T23:06:22.237Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-25T23:06:22.237Z++ set +o errexit
2462026-06-25T23:06:22.237Z++ pkg info clang-15
2472026-06-25T23:06:22.237Z++ grep -qi installed
2482026-06-25T23:06:23.435Zpkg: info: no packages matching the following patterns you specified are
2492026-06-25T23:06:23.435Zinstalled on the system. Try querying remotely instead:
2502026-06-25T23:06:23.435Z
2512026-06-25T23:06:23.435Z clang-15
2522026-06-25T23:06:23.470Z++ [[ 1 != 0 ]]
2532026-06-25T23:06:23.470Z++ set -o errexit
2542026-06-25T23:06:23.474Z++ pfexec pkg install clang-15
2552026-06-25T23:06:30.749Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-25T23:06:38.486Z Startup: Caching catalogs ... Done
2572026-06-25T23:06:45.799ZPlanning: Solver setup ... Done
2582026-06-25T23:06:45.840ZPlanning: Running solver ... Done
2592026-06-25T23:06:45.980ZPlanning: Finding local manifests ... Done
2602026-06-25T23:06:46.001ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-25T23:06:46.093ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-25T23:06:46.121ZPlanning: Package planning ... Done
2632026-06-25T23:06:46.149ZPlanning: Merging actions ... Done
2642026-06-25T23:06:46.255ZPlanning: Checking for conflicting actions ... Done
2652026-06-25T23:06:46.261ZPlanning: Consolidating action changes ... Done
2662026-06-25T23:06:47.039ZPlanning: Evaluating mediators ... Done
2672026-06-25T23:06:47.044ZPlanning: Planning completed in 8.39 seconds
2682026-06-25T23:06:47.055Z Packages to install: 2
2692026-06-25T23:06:47.059Z Mediators to change: 2
2702026-06-25T23:06:47.059Z Services to change: 1
2712026-06-25T23:06:47.059Z Create boot environment: No
2722026-06-25T23:06:47.059ZCreate backup boot environment: No
2732026-06-25T23:06:47.097Z
2742026-06-25T23:06:47.097ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-25T23:06:52.548ZDownload: 983/3076 items 82.2/211.3MB 38% complete (23.4M/s)
2762026-06-25T23:06:59.504ZDownload: 984/3076 items 82.2/211.3MB 38% complete (22.9M/s)
2772026-06-25T23:07:05.680ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (10.6M/s)
2782026-06-25T23:07:10.766ZDownload: 3068/3076 items 209.6/211.3MB 99% complete (13.8M/s)
2792026-06-25T23:07:20.334ZDownload: 3075/3076 items 211.3/211.3MB 100% complete (10.1M/s)
2802026-06-25T23:07:20.350ZDownload: Completed 211.31 MB in 33.25 seconds (6.3M/s)
2812026-06-25T23:07:20.467Z Actions: 1/3418 actions (Installing new actions)
2822026-06-25T23:07:23.618Z Actions: Completed 3418 actions in 3.15 seconds.
2832026-06-25T23:07:24.250Z Done
2842026-06-25T23:07:24.250Z Done
2852026-06-25T23:07:24.997Z Done
2862026-06-25T23:07:28.338Z Done
2872026-06-25T23:07:28.407Z Done
2882026-06-25T23:07:28.410Z Done
2892026-06-25T23:07:28.680Z Done
2902026-06-25T23:07:29.352Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2912026-06-25T23:07:29.352Z++ set +o errexit
2922026-06-25T23:07:29.355Z++ pkg info pkg-config
2932026-06-25T23:07:29.355Z++ grep -qi installed
2942026-06-25T23:07:29.586Z++ [[ 0 != 0 ]]
2952026-06-25T23:07:29.587Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-06-25T23:07:29.587Z++ set +o errexit
2972026-06-25T23:07:29.591Z++ pkg info brand/omicron1
2982026-06-25T23:07:29.591Z++ grep -qi installed
2992026-06-25T23:07:29.772Zpkg: info: no packages matching the following patterns you specified are
3002026-06-25T23:07:29.772Zinstalled on the system. Try querying remotely instead:
3012026-06-25T23:07:29.772Z
3022026-06-25T23:07:29.772Z brand/omicron1
3032026-06-25T23:07:29.806Z++ [[ 1 != 0 ]]
3042026-06-25T23:07:29.806Z++ set -o errexit
3052026-06-25T23:07:29.806Z++ pfexec pkg install brand/omicron1
3062026-06-25T23:07:30.212Z Startup: Refreshing catalog 'helios-dev' ... Done
3072026-06-25T23:07:37.434ZPlanning: Solver setup ... Done
3082026-06-25T23:07:37.473ZPlanning: Running solver ... Done
3092026-06-25T23:07:37.615ZPlanning: Finding local manifests ... Done
3102026-06-25T23:07:37.618ZPlanning: Fetching manifests: 0/2 0% complete
3112026-06-25T23:07:37.745ZPlanning: Fetching manifests: 2/2 100% complete
3122026-06-25T23:07:37.757ZPlanning: Package planning ... Done
3132026-06-25T23:07:37.760ZPlanning: Merging actions ... Done
3142026-06-25T23:07:37.910ZPlanning: Checking for conflicting actions ... Done
3152026-06-25T23:07:37.913ZPlanning: Consolidating action changes ... Done
3162026-06-25T23:07:38.069ZPlanning: Evaluating mediators ... Done
3172026-06-25T23:07:38.073ZPlanning: Planning completed in 7.86 seconds
3182026-06-25T23:07:38.077Z Packages to install: 2
3192026-06-25T23:07:38.077Z Create boot environment: No
3202026-06-25T23:07:38.077ZCreate backup boot environment: No
3212026-06-25T23:07:38.106Z
3222026-06-25T23:07:38.106ZDownload: 0/5 items 0.0/1.1MB 0% complete
3232026-06-25T23:07:39.351ZDownload: Completed 1.07 MB in 1.24 seconds (881k/s)
3242026-06-25T23:07:39.422Z Actions: 1/28 actions (Installing new actions)
3252026-06-25T23:07:39.435Z Actions: Completed 28 actions in 0.01 seconds.
3262026-06-25T23:07:39.934Z Done
3272026-06-25T23:07:39.934Z Done
3282026-06-25T23:07:40.561Z Done
3292026-06-25T23:07:43.376Z Done
3302026-06-25T23:07:43.446Z Done
3312026-06-25T23:07:43.450Z Done
3322026-06-25T23:07:43.587Z Done
3332026-06-25T23:07:43.721Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3342026-06-25T23:07:43.722Z++ set +o errexit
3352026-06-25T23:07:43.725Z++ pkg info brand/omicron1/tools
3362026-06-25T23:07:43.725Z++ grep -qi installed
3372026-06-25T23:07:43.909Zpkg: info: no packages matching the following patterns you specified are
3382026-06-25T23:07:43.909Zinstalled on the system. Try querying remotely instead:
3392026-06-25T23:07:43.909Z
3402026-06-25T23:07:43.909Z brand/omicron1/tools
3412026-06-25T23:07:43.944Z++ [[ 1 != 0 ]]
3422026-06-25T23:07:43.944Z++ set -o errexit
3432026-06-25T23:07:43.944Z++ pfexec pkg install brand/omicron1/tools
3442026-06-25T23:07:44.335Z Startup: Refreshing catalog 'helios-dev' ... Done
3452026-06-25T23:07:51.514ZPlanning: Solver setup ... Done
3462026-06-25T23:07:51.553ZPlanning: Running solver ... Done
3472026-06-25T23:07:51.696ZPlanning: Finding local manifests ... Done
3482026-06-25T23:07:51.699ZPlanning: Fetching manifests: 0/1 0% complete
3492026-06-25T23:07:51.808ZPlanning: Fetching manifests: 1/1 100% complete
3502026-06-25T23:07:51.820ZPlanning: Package planning ... Done
3512026-06-25T23:07:51.823ZPlanning: Merging actions ... Done
3522026-06-25T23:07:51.963ZPlanning: Checking for conflicting actions ... Done
3532026-06-25T23:07:51.966ZPlanning: Consolidating action changes ... Done
3542026-06-25T23:07:52.119ZPlanning: Evaluating mediators ... Done
3552026-06-25T23:07:52.122ZPlanning: Planning completed in 7.78 seconds
3562026-06-25T23:07:52.127Z Packages to install: 1
3572026-06-25T23:07:52.127Z Services to change: 1
3582026-06-25T23:07:52.127Z Create boot environment: No
3592026-06-25T23:07:52.130ZCreate backup boot environment: No
3602026-06-25T23:07:52.154Z
3612026-06-25T23:07:52.154ZDownload: 0/2 items 0.0/1.2MB 0% complete
3622026-06-25T23:07:52.182ZDownload: Completed 1.19 MB in 0.03 seconds (42.6M/s)
3632026-06-25T23:07:52.255Z Actions: 1/19 actions (Installing new actions)
3642026-06-25T23:07:52.269Z Actions: Completed 19 actions in 0.01 seconds.
3652026-06-25T23:07:52.773Z Done
3662026-06-25T23:07:52.773Z Done
3672026-06-25T23:07:53.396Z Done
3682026-06-25T23:07:56.258Z Done
3692026-06-25T23:07:56.330Z Done
3702026-06-25T23:07:56.334Z Done
3712026-06-25T23:07:56.497Z Done
3722026-06-25T23:07:56.637Z++ pfexec svcadm enable baseline
3732026-06-25T23:07:56.652Z++ retry=0
3742026-06-25T23:07:56.656Z+++ svcs -Hostate baseline
3752026-06-25T23:07:56.668Z++ [[ offline* != online ]]
3762026-06-25T23:07:56.668Z++ [[ 0 -gt 300 ]]
3772026-06-25T23:07:56.671Z++ sleep 1
3782026-06-25T23:07:57.670Z++ retry=1
3792026-06-25T23:07:57.673Z+++ svcs -Hostate baseline
3802026-06-25T23:07:57.685Z++ [[ offline* != online ]]
3812026-06-25T23:07:57.685Z++ [[ 1 -gt 300 ]]
3822026-06-25T23:07:57.685Z++ sleep 1
3832026-06-25T23:07:58.688Z++ retry=2
3842026-06-25T23:07:58.691Z+++ svcs -Hostate baseline
3852026-06-25T23:07:58.703Z++ [[ offline* != online ]]
3862026-06-25T23:07:58.703Z++ [[ 2 -gt 300 ]]
3872026-06-25T23:07:58.703Z++ sleep 1
3882026-06-25T23:07:59.704Z++ retry=3
3892026-06-25T23:07:59.708Z+++ svcs -Hostate baseline
3902026-06-25T23:07:59.719Z++ [[ offline* != online ]]
3912026-06-25T23:07:59.719Z++ [[ 3 -gt 300 ]]
3922026-06-25T23:07:59.719Z++ sleep 1
3932026-06-25T23:08:00.721Z++ retry=4
3942026-06-25T23:08:00.724Z+++ svcs -Hostate baseline
3952026-06-25T23:08:00.737Z++ [[ offline* != online ]]
3962026-06-25T23:08:00.737Z++ [[ 4 -gt 300 ]]
3972026-06-25T23:08:00.741Z++ sleep 1
3982026-06-25T23:08:01.739Z++ retry=5
3992026-06-25T23:08:01.743Z+++ svcs -Hostate baseline
4002026-06-25T23:08:01.754Z++ [[ offline* != online ]]
4012026-06-25T23:08:01.757Z++ [[ 5 -gt 300 ]]
4022026-06-25T23:08:01.757Z++ sleep 1
4032026-06-25T23:08:02.756Z++ retry=6
4042026-06-25T23:08:02.761Z+++ svcs -Hostate baseline
4052026-06-25T23:08:02.772Z++ [[ offline* != online ]]
4062026-06-25T23:08:02.772Z++ [[ 6 -gt 300 ]]
4072026-06-25T23:08:02.775Z++ sleep 1
4082026-06-25T23:08:03.774Z++ retry=7
4092026-06-25T23:08:03.777Z+++ svcs -Hostate baseline
4102026-06-25T23:08:03.790Z++ [[ offline* != online ]]
4112026-06-25T23:08:03.790Z++ [[ 7 -gt 300 ]]
4122026-06-25T23:08:03.790Z++ sleep 1
4132026-06-25T23:08:04.792Z++ retry=8
4142026-06-25T23:08:04.795Z+++ svcs -Hostate baseline
4152026-06-25T23:08:04.809Z++ [[ offline* != online ]]
4162026-06-25T23:08:04.809Z++ [[ 8 -gt 300 ]]
4172026-06-25T23:08:04.809Z++ sleep 1
4182026-06-25T23:08:05.810Z++ retry=9
4192026-06-25T23:08:05.813Z+++ svcs -Hostate baseline
4202026-06-25T23:08:05.827Z++ [[ offline* != online ]]
4212026-06-25T23:08:05.827Z++ [[ 9 -gt 300 ]]
4222026-06-25T23:08:05.828Z++ sleep 1
4232026-06-25T23:08:06.828Z++ retry=10
4242026-06-25T23:08:06.831Z+++ svcs -Hostate baseline
4252026-06-25T23:08:06.844Z++ [[ offline* != online ]]
4262026-06-25T23:08:06.844Z++ [[ 10 -gt 300 ]]
4272026-06-25T23:08:06.844Z++ sleep 1
4282026-06-25T23:08:07.847Z++ retry=11
4292026-06-25T23:08:07.850Z+++ svcs -Hostate baseline
4302026-06-25T23:08:07.862Z++ [[ offline* != online ]]
4312026-06-25T23:08:07.862Z++ [[ 11 -gt 300 ]]
4322026-06-25T23:08:07.862Z++ sleep 1
4332026-06-25T23:08:08.865Z++ retry=12
4342026-06-25T23:08:08.868Z+++ svcs -Hostate baseline
4352026-06-25T23:08:08.880Z++ [[ offline* != online ]]
4362026-06-25T23:08:08.880Z++ [[ 12 -gt 300 ]]
4372026-06-25T23:08:08.880Z++ sleep 1
4382026-06-25T23:08:09.882Z++ retry=13
4392026-06-25T23:08:09.886Z+++ svcs -Hostate baseline
4402026-06-25T23:08:09.898Z++ [[ offline* != online ]]
4412026-06-25T23:08:09.898Z++ [[ 13 -gt 300 ]]
4422026-06-25T23:08:09.898Z++ sleep 1
4432026-06-25T23:08:10.900Z++ retry=14
4442026-06-25T23:08:10.913Z+++ svcs -Hostate baseline
4452026-06-25T23:08:10.919Z++ [[ offline* != online ]]
4462026-06-25T23:08:10.919Z++ [[ 14 -gt 300 ]]
4472026-06-25T23:08:10.919Z++ sleep 1
4482026-06-25T23:08:11.919Z++ retry=15
4492026-06-25T23:08:11.923Z+++ svcs -Hostate baseline
4502026-06-25T23:08:11.936Z++ [[ offline* != online ]]
4512026-06-25T23:08:11.936Z++ [[ 15 -gt 300 ]]
4522026-06-25T23:08:11.936Z++ sleep 1
4532026-06-25T23:08:12.938Z++ retry=16
4542026-06-25T23:08:12.941Z+++ svcs -Hostate baseline
4552026-06-25T23:08:12.953Z++ [[ offline* != online ]]
4562026-06-25T23:08:12.953Z++ [[ 16 -gt 300 ]]
4572026-06-25T23:08:12.954Z++ sleep 1
4582026-06-25T23:08:13.955Z++ retry=17
4592026-06-25T23:08:13.959Z+++ svcs -Hostate baseline
4602026-06-25T23:08:13.972Z++ [[ offline* != online ]]
4612026-06-25T23:08:13.972Z++ [[ 17 -gt 300 ]]
4622026-06-25T23:08:13.972Z++ sleep 1
4632026-06-25T23:08:14.973Z++ retry=18
4642026-06-25T23:08:14.976Z+++ svcs -Hostate baseline
4652026-06-25T23:08:14.990Z++ [[ offline* != online ]]
4662026-06-25T23:08:14.990Z++ [[ 18 -gt 300 ]]
4672026-06-25T23:08:14.990Z++ sleep 1
4682026-06-25T23:08:15.992Z++ retry=19
4692026-06-25T23:08:15.996Z+++ svcs -Hostate baseline
4702026-06-25T23:08:16.007Z++ [[ offline* != online ]]
4712026-06-25T23:08:16.007Z++ [[ 19 -gt 300 ]]
4722026-06-25T23:08:16.007Z++ sleep 1
4732026-06-25T23:08:17.009Z++ retry=20
4742026-06-25T23:08:17.012Z+++ svcs -Hostate baseline
4752026-06-25T23:08:17.024Z++ [[ offline* != online ]]
4762026-06-25T23:08:17.024Z++ [[ 20 -gt 300 ]]
4772026-06-25T23:08:17.024Z++ sleep 1
4782026-06-25T23:08:18.026Z++ retry=21
4792026-06-25T23:08:18.030Z+++ svcs -Hostate baseline
4802026-06-25T23:08:18.042Z++ [[ offline* != online ]]
4812026-06-25T23:08:18.042Z++ [[ 21 -gt 300 ]]
4822026-06-25T23:08:18.042Z++ sleep 1
4832026-06-25T23:08:19.044Z++ retry=22
4842026-06-25T23:08:19.050Z+++ svcs -Hostate baseline
4852026-06-25T23:08:19.060Z++ [[ offline* != online ]]
4862026-06-25T23:08:19.060Z++ [[ 22 -gt 300 ]]
4872026-06-25T23:08:19.060Z++ sleep 1
4882026-06-25T23:08:20.064Z++ retry=23
4892026-06-25T23:08:20.068Z+++ svcs -Hostate baseline
4902026-06-25T23:08:20.078Z++ [[ offline* != online ]]
4912026-06-25T23:08:20.078Z++ [[ 23 -gt 300 ]]
4922026-06-25T23:08:20.079Z++ sleep 1
4932026-06-25T23:08:21.080Z++ retry=24
4942026-06-25T23:08:21.083Z+++ svcs -Hostate baseline
4952026-06-25T23:08:21.097Z++ [[ offline* != online ]]
4962026-06-25T23:08:21.097Z++ [[ 24 -gt 300 ]]
4972026-06-25T23:08:21.097Z++ sleep 1
4982026-06-25T23:08:22.098Z++ retry=25
4992026-06-25T23:08:22.101Z+++ svcs -Hostate baseline
5002026-06-25T23:08:22.113Z++ [[ offline* != online ]]
5012026-06-25T23:08:22.113Z++ [[ 25 -gt 300 ]]
5022026-06-25T23:08:22.113Z++ sleep 1
5032026-06-25T23:08:23.116Z++ retry=26
5042026-06-25T23:08:23.120Z+++ svcs -Hostate baseline
5052026-06-25T23:08:23.132Z++ [[ offline* != online ]]
5062026-06-25T23:08:23.132Z++ [[ 26 -gt 300 ]]
5072026-06-25T23:08:23.132Z++ sleep 1
5082026-06-25T23:08:24.134Z++ retry=27
5092026-06-25T23:08:24.138Z+++ svcs -Hostate baseline
5102026-06-25T23:08:24.150Z++ [[ offline* != online ]]
5112026-06-25T23:08:24.150Z++ [[ 27 -gt 300 ]]
5122026-06-25T23:08:24.150Z++ sleep 1
5132026-06-25T23:08:25.152Z++ retry=28
5142026-06-25T23:08:25.156Z+++ svcs -Hostate baseline
5152026-06-25T23:08:25.168Z++ [[ offline* != online ]]
5162026-06-25T23:08:25.168Z++ [[ 28 -gt 300 ]]
5172026-06-25T23:08:25.168Z++ sleep 1
5182026-06-25T23:08:26.170Z++ retry=29
5192026-06-25T23:08:26.173Z+++ svcs -Hostate baseline
5202026-06-25T23:08:26.185Z++ [[ offline* != online ]]
5212026-06-25T23:08:26.186Z++ [[ 29 -gt 300 ]]
5222026-06-25T23:08:26.186Z++ sleep 1
5232026-06-25T23:08:27.188Z++ retry=30
5242026-06-25T23:08:27.191Z+++ svcs -Hostate baseline
5252026-06-25T23:08:27.205Z++ [[ offline* != online ]]
5262026-06-25T23:08:27.205Z++ [[ 30 -gt 300 ]]
5272026-06-25T23:08:27.205Z++ sleep 1
5282026-06-25T23:08:28.206Z++ retry=31
5292026-06-25T23:08:28.210Z+++ svcs -Hostate baseline
5302026-06-25T23:08:28.222Z++ [[ offline* != online ]]
5312026-06-25T23:08:28.222Z++ [[ 31 -gt 300 ]]
5322026-06-25T23:08:28.222Z++ sleep 1
5332026-06-25T23:08:29.224Z++ retry=32
5342026-06-25T23:08:29.228Z+++ svcs -Hostate baseline
5352026-06-25T23:08:29.240Z++ [[ offline* != online ]]
5362026-06-25T23:08:29.241Z++ [[ 32 -gt 300 ]]
5372026-06-25T23:08:29.241Z++ sleep 1
5382026-06-25T23:08:30.241Z++ retry=33
5392026-06-25T23:08:30.245Z+++ svcs -Hostate baseline
5402026-06-25T23:08:30.258Z++ [[ offline* != online ]]
5412026-06-25T23:08:30.258Z++ [[ 33 -gt 300 ]]
5422026-06-25T23:08:30.258Z++ sleep 1
5432026-06-25T23:08:31.260Z++ retry=34
5442026-06-25T23:08:31.263Z+++ svcs -Hostate baseline
5452026-06-25T23:08:31.275Z++ [[ offline* != online ]]
5462026-06-25T23:08:31.275Z++ [[ 34 -gt 300 ]]
5472026-06-25T23:08:31.275Z++ sleep 1
5482026-06-25T23:08:32.278Z++ retry=35
5492026-06-25T23:08:32.282Z+++ svcs -Hostate baseline
5502026-06-25T23:08:32.294Z++ [[ offline* != online ]]
5512026-06-25T23:08:32.294Z++ [[ 35 -gt 300 ]]
5522026-06-25T23:08:32.294Z++ sleep 1
5532026-06-25T23:08:33.295Z++ retry=36
5542026-06-25T23:08:33.299Z+++ svcs -Hostate baseline
5552026-06-25T23:08:33.311Z++ [[ offline* != online ]]
5562026-06-25T23:08:33.311Z++ [[ 36 -gt 300 ]]
5572026-06-25T23:08:33.311Z++ sleep 1
5582026-06-25T23:08:34.313Z++ retry=37
5592026-06-25T23:08:34.316Z+++ svcs -Hostate baseline
5602026-06-25T23:08:34.329Z++ [[ offline* != online ]]
5612026-06-25T23:08:34.329Z++ [[ 37 -gt 300 ]]
5622026-06-25T23:08:34.329Z++ sleep 1
5632026-06-25T23:08:35.331Z++ retry=38
5642026-06-25T23:08:35.336Z+++ svcs -Hostate baseline
5652026-06-25T23:08:35.347Z++ [[ offline* != online ]]
5662026-06-25T23:08:35.347Z++ [[ 38 -gt 300 ]]
5672026-06-25T23:08:35.347Z++ sleep 1
5682026-06-25T23:08:36.349Z++ retry=39
5692026-06-25T23:08:36.352Z+++ svcs -Hostate baseline
5702026-06-25T23:08:36.365Z++ [[ offline* != online ]]
5712026-06-25T23:08:36.365Z++ [[ 39 -gt 300 ]]
5722026-06-25T23:08:36.365Z++ sleep 1
5732026-06-25T23:08:37.367Z++ retry=40
5742026-06-25T23:08:37.370Z+++ svcs -Hostate baseline
5752026-06-25T23:08:37.383Z++ [[ offline* != online ]]
5762026-06-25T23:08:37.383Z++ [[ 40 -gt 300 ]]
5772026-06-25T23:08:37.383Z++ sleep 1
5782026-06-25T23:08:38.385Z++ retry=41
5792026-06-25T23:08:38.388Z+++ svcs -Hostate baseline
5802026-06-25T23:08:38.401Z++ [[ offline* != online ]]
5812026-06-25T23:08:38.401Z++ [[ 41 -gt 300 ]]
5822026-06-25T23:08:38.401Z++ sleep 1
5832026-06-25T23:08:39.403Z++ retry=42
5842026-06-25T23:08:39.407Z+++ svcs -Hostate baseline
5852026-06-25T23:08:39.419Z++ [[ offline* != online ]]
5862026-06-25T23:08:39.419Z++ [[ 42 -gt 300 ]]
5872026-06-25T23:08:39.419Z++ sleep 1
5882026-06-25T23:08:40.421Z++ retry=43
5892026-06-25T23:08:40.425Z+++ svcs -Hostate baseline
5902026-06-25T23:08:40.437Z++ [[ offline* != online ]]
5912026-06-25T23:08:40.437Z++ [[ 43 -gt 300 ]]
5922026-06-25T23:08:40.437Z++ sleep 1
5932026-06-25T23:08:41.439Z++ retry=44
5942026-06-25T23:08:41.444Z+++ svcs -Hostate baseline
5952026-06-25T23:08:41.455Z++ [[ offline* != online ]]
5962026-06-25T23:08:41.455Z++ [[ 44 -gt 300 ]]
5972026-06-25T23:08:41.455Z++ sleep 1
5982026-06-25T23:08:42.457Z++ retry=45
5992026-06-25T23:08:42.460Z+++ svcs -Hostate baseline
6002026-06-25T23:08:42.472Z++ [[ offline* != online ]]
6012026-06-25T23:08:42.472Z++ [[ 45 -gt 300 ]]
6022026-06-25T23:08:42.472Z++ sleep 1
6032026-06-25T23:08:43.474Z++ retry=46
6042026-06-25T23:08:43.478Z+++ svcs -Hostate baseline
6052026-06-25T23:08:43.490Z++ [[ offline* != online ]]
6062026-06-25T23:08:43.490Z++ [[ 46 -gt 300 ]]
6072026-06-25T23:08:43.490Z++ sleep 1
6082026-06-25T23:08:44.492Z++ retry=47
6092026-06-25T23:08:44.496Z+++ svcs -Hostate baseline
6102026-06-25T23:08:44.508Z++ [[ offline* != online ]]
6112026-06-25T23:08:44.508Z++ [[ 47 -gt 300 ]]
6122026-06-25T23:08:44.508Z++ sleep 1
6132026-06-25T23:08:45.510Z++ retry=48
6142026-06-25T23:08:45.513Z+++ svcs -Hostate baseline
6152026-06-25T23:08:45.526Z++ [[ offline* != online ]]
6162026-06-25T23:08:45.526Z++ [[ 48 -gt 300 ]]
6172026-06-25T23:08:45.526Z++ sleep 1
6182026-06-25T23:08:46.528Z++ retry=49
6192026-06-25T23:08:46.531Z+++ svcs -Hostate baseline
6202026-06-25T23:08:46.547Z++ [[ offline* != online ]]
6212026-06-25T23:08:46.547Z++ [[ 49 -gt 300 ]]
6222026-06-25T23:08:46.547Z++ sleep 1
6232026-06-25T23:08:47.546Z++ retry=50
6242026-06-25T23:08:47.549Z+++ svcs -Hostate baseline
6252026-06-25T23:08:47.563Z++ [[ offline* != online ]]
6262026-06-25T23:08:47.563Z++ [[ 50 -gt 300 ]]
6272026-06-25T23:08:47.563Z++ sleep 1
6282026-06-25T23:08:48.564Z++ retry=51
6292026-06-25T23:08:48.567Z+++ svcs -Hostate baseline
6302026-06-25T23:08:48.580Z++ [[ offline* != online ]]
6312026-06-25T23:08:48.580Z++ [[ 51 -gt 300 ]]
6322026-06-25T23:08:48.580Z++ sleep 1
6332026-06-25T23:08:49.583Z++ retry=52
6342026-06-25T23:08:49.586Z+++ svcs -Hostate baseline
6352026-06-25T23:08:49.597Z++ [[ offline* != online ]]
6362026-06-25T23:08:49.598Z++ [[ 52 -gt 300 ]]
6372026-06-25T23:08:49.598Z++ sleep 1
6382026-06-25T23:08:50.600Z++ retry=53
6392026-06-25T23:08:50.603Z+++ svcs -Hostate baseline
6402026-06-25T23:08:50.615Z++ [[ offline* != online ]]
6412026-06-25T23:08:50.615Z++ [[ 53 -gt 300 ]]
6422026-06-25T23:08:50.615Z++ sleep 1
6432026-06-25T23:08:51.617Z++ retry=54
6442026-06-25T23:08:51.621Z+++ svcs -Hostate baseline
6452026-06-25T23:08:51.633Z++ [[ offline* != online ]]
6462026-06-25T23:08:51.633Z++ [[ 54 -gt 300 ]]
6472026-06-25T23:08:51.633Z++ sleep 1
6482026-06-25T23:08:52.636Z++ retry=55
6492026-06-25T23:08:52.639Z+++ svcs -Hostate baseline
6502026-06-25T23:08:52.651Z++ [[ offline* != online ]]
6512026-06-25T23:08:52.652Z++ [[ 55 -gt 300 ]]
6522026-06-25T23:08:52.652Z++ sleep 1
6532026-06-25T23:08:53.654Z++ retry=56
6542026-06-25T23:08:53.657Z+++ svcs -Hostate baseline
6552026-06-25T23:08:53.670Z++ [[ offline* != online ]]
6562026-06-25T23:08:53.670Z++ [[ 56 -gt 300 ]]
6572026-06-25T23:08:53.670Z++ sleep 1
6582026-06-25T23:08:54.672Z++ retry=57
6592026-06-25T23:08:54.676Z+++ svcs -Hostate baseline
6602026-06-25T23:08:54.687Z++ [[ offline* != online ]]
6612026-06-25T23:08:54.688Z++ [[ 57 -gt 300 ]]
6622026-06-25T23:08:54.688Z++ sleep 1
6632026-06-25T23:08:55.690Z++ retry=58
6642026-06-25T23:08:55.693Z+++ svcs -Hostate baseline
6652026-06-25T23:08:55.705Z++ [[ offline* != online ]]
6662026-06-25T23:08:55.705Z++ [[ 58 -gt 300 ]]
6672026-06-25T23:08:55.705Z++ sleep 1
6682026-06-25T23:08:56.707Z++ retry=59
6692026-06-25T23:08:56.710Z+++ svcs -Hostate baseline
6702026-06-25T23:08:56.723Z++ [[ offline* != online ]]
6712026-06-25T23:08:56.723Z++ [[ 59 -gt 300 ]]
6722026-06-25T23:08:56.723Z++ sleep 1
6732026-06-25T23:08:57.726Z++ retry=60
6742026-06-25T23:08:57.729Z+++ svcs -Hostate baseline
6752026-06-25T23:08:57.740Z++ [[ offline* != online ]]
6762026-06-25T23:08:57.740Z++ [[ 60 -gt 300 ]]
6772026-06-25T23:08:57.741Z++ sleep 1
6782026-06-25T23:08:58.743Z++ retry=61
6792026-06-25T23:08:58.746Z+++ svcs -Hostate baseline
6802026-06-25T23:08:58.759Z++ [[ offline* != online ]]
6812026-06-25T23:08:58.759Z++ [[ 61 -gt 300 ]]
6822026-06-25T23:08:58.759Z++ sleep 1
6832026-06-25T23:08:59.761Z++ retry=62
6842026-06-25T23:08:59.764Z+++ svcs -Hostate baseline
6852026-06-25T23:08:59.775Z++ [[ offline* != online ]]
6862026-06-25T23:08:59.776Z++ [[ 62 -gt 300 ]]
6872026-06-25T23:08:59.776Z++ sleep 1
6882026-06-25T23:09:00.778Z++ retry=63
6892026-06-25T23:09:00.781Z+++ svcs -Hostate baseline
6902026-06-25T23:09:00.793Z++ [[ offline* != online ]]
6912026-06-25T23:09:00.794Z++ [[ 63 -gt 300 ]]
6922026-06-25T23:09:00.794Z++ sleep 1
6932026-06-25T23:09:01.796Z++ retry=64
6942026-06-25T23:09:01.799Z+++ svcs -Hostate baseline
6952026-06-25T23:09:01.811Z++ [[ offline* != online ]]
6962026-06-25T23:09:01.811Z++ [[ 64 -gt 300 ]]
6972026-06-25T23:09:01.811Z++ sleep 1
6982026-06-25T23:09:02.813Z++ retry=65
6992026-06-25T23:09:02.816Z+++ svcs -Hostate baseline
7002026-06-25T23:09:02.829Z++ [[ offline* != online ]]
7012026-06-25T23:09:02.829Z++ [[ 65 -gt 300 ]]
7022026-06-25T23:09:02.829Z++ sleep 1
7032026-06-25T23:09:03.831Z++ retry=66
7042026-06-25T23:09:03.834Z+++ svcs -Hostate baseline
7052026-06-25T23:09:03.847Z++ [[ offline* != online ]]
7062026-06-25T23:09:03.848Z++ [[ 66 -gt 300 ]]
7072026-06-25T23:09:03.848Z++ sleep 1
7082026-06-25T23:09:04.850Z++ retry=67
7092026-06-25T23:09:04.853Z+++ svcs -Hostate baseline
7102026-06-25T23:09:04.865Z++ [[ offline* != online ]]
7112026-06-25T23:09:04.866Z++ [[ 67 -gt 300 ]]
7122026-06-25T23:09:04.866Z++ sleep 1
7132026-06-25T23:09:05.868Z++ retry=68
7142026-06-25T23:09:05.871Z+++ svcs -Hostate baseline
7152026-06-25T23:09:05.884Z++ [[ offline* != online ]]
7162026-06-25T23:09:05.884Z++ [[ 68 -gt 300 ]]
7172026-06-25T23:09:05.884Z++ sleep 1
7182026-06-25T23:09:06.886Z++ retry=69
7192026-06-25T23:09:06.889Z+++ svcs -Hostate baseline
7202026-06-25T23:09:06.902Z++ [[ offline* != online ]]
7212026-06-25T23:09:06.902Z++ [[ 69 -gt 300 ]]
7222026-06-25T23:09:06.902Z++ sleep 1
7232026-06-25T23:09:07.904Z++ retry=70
7242026-06-25T23:09:07.907Z+++ svcs -Hostate baseline
7252026-06-25T23:09:07.920Z++ [[ offline* != online ]]
7262026-06-25T23:09:07.920Z++ [[ 70 -gt 300 ]]
7272026-06-25T23:09:07.920Z++ sleep 1
7282026-06-25T23:09:08.922Z++ retry=71
7292026-06-25T23:09:08.926Z+++ svcs -Hostate baseline
7302026-06-25T23:09:08.938Z++ [[ offline* != online ]]
7312026-06-25T23:09:08.938Z++ [[ 71 -gt 300 ]]
7322026-06-25T23:09:08.938Z++ sleep 1
7332026-06-25T23:09:09.940Z++ retry=72
7342026-06-25T23:09:09.943Z+++ svcs -Hostate baseline
7352026-06-25T23:09:09.957Z++ [[ offline* != online ]]
7362026-06-25T23:09:09.957Z++ [[ 72 -gt 300 ]]
7372026-06-25T23:09:09.957Z++ sleep 1
7382026-06-25T23:09:10.957Z++ retry=73
7392026-06-25T23:09:10.960Z+++ svcs -Hostate baseline
7402026-06-25T23:09:10.973Z++ [[ offline* != online ]]
7412026-06-25T23:09:10.973Z++ [[ 73 -gt 300 ]]
7422026-06-25T23:09:10.973Z++ sleep 1
7432026-06-25T23:09:11.975Z++ retry=74
7442026-06-25T23:09:11.979Z+++ svcs -Hostate baseline
7452026-06-25T23:09:11.991Z++ [[ offline* != online ]]
7462026-06-25T23:09:11.991Z++ [[ 74 -gt 300 ]]
7472026-06-25T23:09:11.991Z++ sleep 1
7482026-06-25T23:09:12.993Z++ retry=75
7492026-06-25T23:09:12.996Z+++ svcs -Hostate baseline
7502026-06-25T23:09:13.009Z++ [[ offline* != online ]]
7512026-06-25T23:09:13.009Z++ [[ 75 -gt 300 ]]
7522026-06-25T23:09:13.009Z++ sleep 1
7532026-06-25T23:09:14.011Z++ retry=76
7542026-06-25T23:09:14.014Z+++ svcs -Hostate baseline
7552026-06-25T23:09:14.027Z++ [[ offline* != online ]]
7562026-06-25T23:09:14.027Z++ [[ 76 -gt 300 ]]
7572026-06-25T23:09:14.027Z++ sleep 1
7582026-06-25T23:09:15.029Z++ retry=77
7592026-06-25T23:09:15.032Z+++ svcs -Hostate baseline
7602026-06-25T23:09:15.045Z++ [[ offline* != online ]]
7612026-06-25T23:09:15.045Z++ [[ 77 -gt 300 ]]
7622026-06-25T23:09:15.045Z++ sleep 1
7632026-06-25T23:09:16.047Z++ retry=78
7642026-06-25T23:09:16.051Z+++ svcs -Hostate baseline
7652026-06-25T23:09:16.063Z++ [[ offline* != online ]]
7662026-06-25T23:09:16.063Z++ [[ 78 -gt 300 ]]
7672026-06-25T23:09:16.063Z++ sleep 1
7682026-06-25T23:09:17.066Z++ retry=79
7692026-06-25T23:09:17.070Z+++ svcs -Hostate baseline
7702026-06-25T23:09:17.081Z++ [[ offline* != online ]]
7712026-06-25T23:09:17.081Z++ [[ 79 -gt 300 ]]
7722026-06-25T23:09:17.081Z++ sleep 1
7732026-06-25T23:09:18.083Z++ retry=80
7742026-06-25T23:09:18.086Z+++ svcs -Hostate baseline
7752026-06-25T23:09:18.099Z++ [[ offline* != online ]]
7762026-06-25T23:09:18.099Z++ [[ 80 -gt 300 ]]
7772026-06-25T23:09:18.099Z++ sleep 1
7782026-06-25T23:09:19.109Z++ retry=81
7792026-06-25T23:09:19.112Z+++ svcs -Hostate baseline
7802026-06-25T23:09:19.124Z++ [[ offline* != online ]]
7812026-06-25T23:09:19.124Z++ [[ 81 -gt 300 ]]
7822026-06-25T23:09:19.124Z++ sleep 1
7832026-06-25T23:09:20.126Z++ retry=82
7842026-06-25T23:09:20.130Z+++ svcs -Hostate baseline
7852026-06-25T23:09:20.142Z++ [[ offline* != online ]]
7862026-06-25T23:09:20.142Z++ [[ 82 -gt 300 ]]
7872026-06-25T23:09:20.142Z++ sleep 1
7882026-06-25T23:09:21.145Z++ retry=83
7892026-06-25T23:09:21.148Z+++ svcs -Hostate baseline
7902026-06-25T23:09:21.160Z++ [[ offline* != online ]]
7912026-06-25T23:09:21.161Z++ [[ 83 -gt 300 ]]
7922026-06-25T23:09:21.161Z++ sleep 1
7932026-06-25T23:09:22.163Z++ retry=84
7942026-06-25T23:09:22.167Z+++ svcs -Hostate baseline
7952026-06-25T23:09:22.179Z++ [[ offline* != online ]]
7962026-06-25T23:09:22.179Z++ [[ 84 -gt 300 ]]
7972026-06-25T23:09:22.179Z++ sleep 1
7982026-06-25T23:09:23.181Z++ retry=85
7992026-06-25T23:09:23.185Z+++ svcs -Hostate baseline
8002026-06-25T23:09:23.197Z++ [[ offline* != online ]]
8012026-06-25T23:09:23.198Z++ [[ 85 -gt 300 ]]
8022026-06-25T23:09:23.198Z++ sleep 1
8032026-06-25T23:09:24.199Z++ retry=86
8042026-06-25T23:09:24.202Z+++ svcs -Hostate baseline
8052026-06-25T23:09:24.215Z++ [[ offline* != online ]]
8062026-06-25T23:09:24.215Z++ [[ 86 -gt 300 ]]
8072026-06-25T23:09:24.215Z++ sleep 1
8082026-06-25T23:09:25.217Z++ retry=87
8092026-06-25T23:09:25.220Z+++ svcs -Hostate baseline
8102026-06-25T23:09:25.233Z++ [[ offline* != online ]]
8112026-06-25T23:09:25.233Z++ [[ 87 -gt 300 ]]
8122026-06-25T23:09:25.233Z++ sleep 1
8132026-06-25T23:09:26.235Z++ retry=88
8142026-06-25T23:09:26.238Z+++ svcs -Hostate baseline
8152026-06-25T23:09:26.251Z++ [[ offline* != online ]]
8162026-06-25T23:09:26.251Z++ [[ 88 -gt 300 ]]
8172026-06-25T23:09:26.251Z++ sleep 1
8182026-06-25T23:09:27.253Z++ retry=89
8192026-06-25T23:09:27.258Z+++ svcs -Hostate baseline
8202026-06-25T23:09:27.269Z++ [[ offline* != online ]]
8212026-06-25T23:09:27.269Z++ [[ 89 -gt 300 ]]
8222026-06-25T23:09:27.269Z++ sleep 1
8232026-06-25T23:09:28.271Z++ retry=90
8242026-06-25T23:09:28.276Z+++ svcs -Hostate baseline
8252026-06-25T23:09:28.287Z++ [[ offline* != online ]]
8262026-06-25T23:09:28.287Z++ [[ 90 -gt 300 ]]
8272026-06-25T23:09:28.287Z++ sleep 1
8282026-06-25T23:09:29.292Z++ retry=91
8292026-06-25T23:09:29.295Z+++ svcs -Hostate baseline
8302026-06-25T23:09:29.304Z++ [[ offline* != online ]]
8312026-06-25T23:09:29.304Z++ [[ 91 -gt 300 ]]
8322026-06-25T23:09:29.304Z++ sleep 1
8332026-06-25T23:09:30.307Z++ retry=92
8342026-06-25T23:09:30.312Z+++ svcs -Hostate baseline
8352026-06-25T23:09:30.322Z++ [[ offline* != online ]]
8362026-06-25T23:09:30.322Z++ [[ 92 -gt 300 ]]
8372026-06-25T23:09:30.322Z++ sleep 1
8382026-06-25T23:09:31.324Z++ retry=93
8392026-06-25T23:09:31.329Z+++ svcs -Hostate baseline
8402026-06-25T23:09:31.340Z++ [[ offline* != online ]]
8412026-06-25T23:09:31.340Z++ [[ 93 -gt 300 ]]
8422026-06-25T23:09:31.340Z++ sleep 1
8432026-06-25T23:09:32.342Z++ retry=94
8442026-06-25T23:09:32.345Z+++ svcs -Hostate baseline
8452026-06-25T23:09:32.358Z++ [[ offline* != online ]]
8462026-06-25T23:09:32.358Z++ [[ 94 -gt 300 ]]
8472026-06-25T23:09:32.358Z++ sleep 1
8482026-06-25T23:09:33.360Z++ retry=95
8492026-06-25T23:09:33.363Z+++ svcs -Hostate baseline
8502026-06-25T23:09:33.376Z++ [[ offline* != online ]]
8512026-06-25T23:09:33.376Z++ [[ 95 -gt 300 ]]
8522026-06-25T23:09:33.379Z++ sleep 1
8532026-06-25T23:09:34.378Z++ retry=96
8542026-06-25T23:09:34.381Z+++ svcs -Hostate baseline
8552026-06-25T23:09:34.394Z++ [[ offline* != online ]]
8562026-06-25T23:09:34.394Z++ [[ 96 -gt 300 ]]
8572026-06-25T23:09:34.394Z++ sleep 1
8582026-06-25T23:09:35.396Z++ retry=97
8592026-06-25T23:09:35.400Z+++ svcs -Hostate baseline
8602026-06-25T23:09:35.412Z++ [[ offline* != online ]]
8612026-06-25T23:09:35.412Z++ [[ 97 -gt 300 ]]
8622026-06-25T23:09:35.412Z++ sleep 1
8632026-06-25T23:09:36.426Z++ retry=98
8642026-06-25T23:09:36.429Z+++ svcs -Hostate baseline
8652026-06-25T23:09:36.430Z++ [[ offline* != online ]]
8662026-06-25T23:09:36.430Z++ [[ 98 -gt 300 ]]
8672026-06-25T23:09:36.433Z++ sleep 1
8682026-06-25T23:09:37.432Z++ retry=99
8692026-06-25T23:09:37.435Z+++ svcs -Hostate baseline
8702026-06-25T23:09:37.448Z++ [[ offline* != online ]]
8712026-06-25T23:09:37.448Z++ [[ 99 -gt 300 ]]
8722026-06-25T23:09:37.448Z++ sleep 1
8732026-06-25T23:09:38.451Z++ retry=100
8742026-06-25T23:09:38.455Z+++ svcs -Hostate baseline
8752026-06-25T23:09:38.474Z++ [[ offline* != online ]]
8762026-06-25T23:09:38.474Z++ [[ 100 -gt 300 ]]
8772026-06-25T23:09:38.474Z++ sleep 1
8782026-06-25T23:09:39.467Z++ retry=101
8792026-06-25T23:09:39.470Z+++ svcs -Hostate baseline
8802026-06-25T23:09:39.482Z++ [[ offline* != online ]]
8812026-06-25T23:09:39.482Z++ [[ 101 -gt 300 ]]
8822026-06-25T23:09:39.482Z++ sleep 1
8832026-06-25T23:09:40.484Z++ retry=102
8842026-06-25T23:09:40.487Z+++ svcs -Hostate baseline
8852026-06-25T23:09:40.511Z++ [[ offline* != online ]]
8862026-06-25T23:09:40.511Z++ [[ 102 -gt 300 ]]
8872026-06-25T23:09:40.511Z++ sleep 1
8882026-06-25T23:09:41.502Z++ retry=103
8892026-06-25T23:09:41.505Z+++ svcs -Hostate baseline
8902026-06-25T23:09:41.516Z++ [[ offline* != online ]]
8912026-06-25T23:09:41.516Z++ [[ 103 -gt 300 ]]
8922026-06-25T23:09:41.516Z++ sleep 1
8932026-06-25T23:09:42.518Z++ retry=104
8942026-06-25T23:09:42.522Z+++ svcs -Hostate baseline
8952026-06-25T23:09:42.534Z++ [[ offline* != online ]]
8962026-06-25T23:09:42.534Z++ [[ 104 -gt 300 ]]
8972026-06-25T23:09:42.534Z++ sleep 1
8982026-06-25T23:09:43.536Z++ retry=105
8992026-06-25T23:09:43.539Z+++ svcs -Hostate baseline
9002026-06-25T23:09:43.554Z++ [[ offline* != online ]]
9012026-06-25T23:09:43.554Z++ [[ 105 -gt 300 ]]
9022026-06-25T23:09:43.554Z++ sleep 1
9032026-06-25T23:09:44.554Z++ retry=106
9042026-06-25T23:09:44.557Z+++ svcs -Hostate baseline
9052026-06-25T23:09:44.570Z++ [[ offline* != online ]]
9062026-06-25T23:09:44.570Z++ [[ 106 -gt 300 ]]
9072026-06-25T23:09:44.570Z++ sleep 1
9082026-06-25T23:09:45.571Z++ retry=107
9092026-06-25T23:09:45.577Z+++ svcs -Hostate baseline
9102026-06-25T23:09:45.588Z++ [[ online != online ]]
9112026-06-25T23:09:45.588Z++ set -o errexit
9122026-06-25T23:09:45.591Z++ set -o pipefail
9132026-06-25T23:09:45.591Z++ banner build
9142026-06-25T23:09:45.591Z
9152026-06-25T23:09:45.591Z ##### # # # # #####
9162026-06-25T23:09:45.591Z # # # # # # # #
9172026-06-25T23:09:45.591Z ##### # # # # # #
9182026-06-25T23:09:45.591Z # # # # # # # #
9192026-06-25T23:09:45.591Z # # # # # # # #
9202026-06-25T23:09:45.591Z ##### #### # ###### #####
9212026-06-25T23:09:45.591Z
9222026-06-25T23:09:45.591Z++ cargo build --release --bin ddmd --bin ddmadm
9232026-06-25T23:09:45.596Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9242026-06-25T23:09:45.781Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9252026-06-25T23:09:45.784Zinfo: downloading 6 components
9262026-06-25T23:10:01.520Z Updating git repository `https://github.com/oxidecomputer/falcon`
9272026-06-25T23:10:02.158ZFrom https://github.com/oxidecomputer/falcon
9282026-06-25T23:10:02.158Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9292026-06-25T23:10:02.237Z Updating crates.io index
9302026-06-25T23:10:02.240Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9312026-06-25T23:10:02.639ZFrom https://github.com/oxidecomputer/dendrite
9322026-06-25T23:10:02.639Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9332026-06-25T23:10:02.716Z Updating git repository `https://github.com/oxidecomputer/ispf`
9342026-06-25T23:10:02.998ZFrom https://github.com/oxidecomputer/ispf
9352026-06-25T23:10:02.998Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9362026-06-25T23:10:03.255Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9372026-06-25T23:10:03.592ZFrom https://github.com/oxidecomputer/netadm-sys
9382026-06-25T23:10:03.592Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9392026-06-25T23:10:03.598Z Updating git repository `https://github.com/oxidecomputer/omicron`
9402026-06-25T23:10:09.782ZFrom https://github.com/oxidecomputer/omicron
9412026-06-25T23:10:09.782Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9422026-06-25T23:10:10.205Z Updating git repository `https://github.com/oxidecomputer/opte`
9432026-06-25T23:10:10.900ZFrom https://github.com/oxidecomputer/opte
9442026-06-25T23:10:10.900Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9452026-06-25T23:10:10.930Z Updating git repository `https://github.com/illumos/smf-rs`
9462026-06-25T23:10:11.207ZFrom https://github.com/illumos/smf-rs
9472026-06-25T23:10:11.208Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9482026-06-25T23:10:11.798Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9492026-06-25T23:10:12.084ZFrom https://github.com/oxidecomputer/network-interface
9502026-06-25T23:10:12.084Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9512026-06-25T23:10:12.282Z Updating git repository `https://github.com/oxidecomputer/zone`
9522026-06-25T23:10:12.570ZFrom https://github.com/oxidecomputer/zone
9532026-06-25T23:10:12.571Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9542026-06-25T23:10:12.595Z Updating git repository `https://github.com/oxidecomputer/propolis`
9552026-06-25T23:10:13.265ZFrom https://github.com/oxidecomputer/propolis
9562026-06-25T23:10:13.265Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9572026-06-25T23:10:13.415Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9582026-06-25T23:10:13.923ZFrom https://github.com/oxidecomputer/transceiver-control
9592026-06-25T23:10:13.923Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9602026-06-25T23:10:14.091Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9612026-06-25T23:10:14.405ZFrom https://github.com/oxidecomputer/dlpi-sys
9622026-06-25T23:10:14.405Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9632026-06-25T23:10:14.421Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9642026-06-25T23:10:14.728ZFrom https://github.com/jmesmon/rust-libzfs
9652026-06-25T23:10:14.728Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9662026-06-25T23:10:14.734Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9672026-06-25T23:10:15.030ZFrom https://github.com/oxidecomputer/rusty-doors
9682026-06-25T23:10:15.030Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9692026-06-25T23:10:15.041Z Updating git repository `https://github.com/oxidecomputer/lldp`
9702026-06-25T23:10:15.417ZFrom https://github.com/oxidecomputer/lldp
9712026-06-25T23:10:15.417Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9722026-06-25T23:10:15.599Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9732026-06-25T23:10:15.867ZFrom https://github.com/oxidecomputer/slog-error-chain
9742026-06-25T23:10:15.867Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9752026-06-25T23:10:15.876Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9762026-06-25T23:10:16.199ZFrom https://github.com/oxidecomputer/tufaceous
9772026-06-25T23:10:16.199Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9782026-06-25T23:10:16.229Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9792026-06-25T23:10:16.703ZFrom https://github.com/oxidecomputer/management-gateway-service
9802026-06-25T23:10:16.703Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9812026-06-25T23:10:16.877Z Updating git repository `https://github.com/oxidecomputer/crucible`
9822026-06-25T23:10:17.813ZFrom https://github.com/oxidecomputer/crucible
9832026-06-25T23:10:17.813Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9842026-06-25T23:10:18.521Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9852026-06-25T23:10:18.769ZFrom https://github.com/oxidecomputer/serde_human_bytes
9862026-06-25T23:10:18.769Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9872026-06-25T23:10:18.998Z Updating git repository `https://github.com/oxidecomputer/propolis`
9882026-06-25T23:10:19.442ZFrom https://github.com/oxidecomputer/propolis
9892026-06-25T23:10:19.442Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9902026-06-25T23:10:19.493Z Updating git repository `https://github.com/oxidecomputer/crucible`
9912026-06-25T23:10:20.015ZFrom https://github.com/oxidecomputer/crucible
9922026-06-25T23:10:20.015Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9932026-06-25T23:10:20.282Z Updating git repository `https://github.com/oxidecomputer/tofino`
9942026-06-25T23:10:20.643ZFrom https://github.com/oxidecomputer/tofino
9952026-06-25T23:10:20.643Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9962026-06-25T23:10:20.656Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9972026-06-25T23:10:21.563ZFrom https://github.com/oxidecomputer/maghemite
9982026-06-25T23:10:21.563Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9992026-06-25T23:10:21.607Z Updating git repository `https://github.com/oxidecomputer/clickward`
10002026-06-25T23:10:21.906ZFrom https://github.com/oxidecomputer/clickward
10012026-06-25T23:10:21.906Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10022026-06-25T23:10:21.939Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10032026-06-25T23:10:22.216ZFrom https://github.com/oxidecomputer/illumos-devinfo
10042026-06-25T23:10:22.216Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10052026-06-25T23:10:23.425Z Downloading crates ...
10062026-06-25T23:10:23.494Z Downloaded adler2 v2.0.1
10072026-06-25T23:10:23.497Z Downloaded cpufeatures v0.2.17
10082026-06-25T23:10:23.500Z Downloaded const-random v0.1.18
10092026-06-25T23:10:23.503Z Downloaded clap v4.6.1
10102026-06-25T23:10:23.509Z Downloaded clap_lex v1.1.0
10112026-06-25T23:10:23.513Z Downloaded curve25519-dalek-derive v0.1.1
10122026-06-25T23:10:23.517Z Downloaded crypto-common v0.1.7
10132026-06-25T23:10:23.517Z Downloaded bytes v1.11.1
10142026-06-25T23:10:23.520Z Downloaded bcs v0.1.6
10152026-06-25T23:10:23.525Z Downloaded defmt-parser v1.0.0
10162026-06-25T23:10:23.525Z Downloaded deranged v0.5.8
10172026-06-25T23:10:23.528Z Downloaded darling v0.23.0
10182026-06-25T23:10:23.530Z Downloaded embedded-io v0.4.0
10192026-06-25T23:10:23.533Z Downloaded heck v0.4.1
10202026-06-25T23:10:23.533Z Downloaded foldhash v0.1.5
10212026-06-25T23:10:23.536Z Downloaded fixedbitset v0.4.2
10222026-06-25T23:10:23.539Z Downloaded dropshot-api-manager-types v0.7.2
10232026-06-25T23:10:23.539Z Downloaded console v0.15.11
10242026-06-25T23:10:23.543Z Downloaded group v0.13.0
10252026-06-25T23:10:23.546Z Downloaded compression-core v0.4.32
10262026-06-25T23:10:23.546Z Downloaded cfg-if v1.0.4
10272026-06-25T23:10:23.549Z Downloaded block-buffer v0.12.0
10282026-06-25T23:10:23.552Z Downloaded half v2.7.1
10292026-06-25T23:10:23.552Z Downloaded backon v1.6.0
10302026-06-25T23:10:23.555Z Downloaded async-stream v0.3.6
10312026-06-25T23:10:23.558Z Downloaded dunce v1.0.5
10322026-06-25T23:10:23.561Z Downloaded hostname v0.4.2
10332026-06-25T23:10:23.561Z Downloaded cancel-safe-futures v0.1.5
10342026-06-25T23:10:23.564Z Downloaded globset v0.4.18
10352026-06-25T23:10:23.567Z Downloaded hash32 v0.3.1
10362026-06-25T23:10:23.570Z Downloaded drift v0.2.0
10372026-06-25T23:10:23.575Z Downloaded git-stub v1.0.0
10382026-06-25T23:10:23.578Z Downloaded darling_macro v0.21.3
10392026-06-25T23:10:23.578Z Downloaded bit-set v0.8.0
10402026-06-25T23:10:23.581Z Downloaded hostname v0.3.1
10412026-06-25T23:10:23.584Z Downloaded foreign-types-shared v0.1.1
10422026-06-25T23:10:23.584Z Downloaded defmt-macros v1.1.0
10432026-06-25T23:10:23.587Z Downloaded enum-as-inner v0.6.1
10442026-06-25T23:10:23.590Z Downloaded block-buffer v0.10.4
10452026-06-25T23:10:23.593Z Downloaded form_urlencoded v1.2.2
10462026-06-25T23:10:23.593Z Downloaded dof v0.3.0
10472026-06-25T23:10:23.596Z Downloaded hex v0.4.3
10482026-06-25T23:10:23.596Z Downloaded hubpack_derive v0.1.1
10492026-06-25T23:10:23.599Z Downloaded ciborium-ll v0.2.2
10502026-06-25T23:10:23.599Z Downloaded dtrace-parser v0.2.0
10512026-06-25T23:10:23.603Z Downloaded atomicwrites v0.4.4
10522026-06-25T23:10:23.603Z Downloaded cargo_toml v0.22.3
10532026-06-25T23:10:23.606Z Downloaded equivalent v1.0.2
10542026-06-25T23:10:23.606Z Downloaded crc8 v0.1.1
10552026-06-25T23:10:23.610Z Downloaded http-body v1.0.1
10562026-06-25T23:10:23.610Z Downloaded async-recursion v1.1.1
10572026-06-25T23:10:23.612Z Downloaded generic-array v0.14.7
10582026-06-25T23:10:23.617Z Downloaded embedded-io v0.6.1
10592026-06-25T23:10:23.617Z Downloaded aead v0.5.2
10602026-06-25T23:10:23.620Z Downloaded gethostname v0.5.0
10612026-06-25T23:10:23.620Z Downloaded futures-macro v0.3.32
10622026-06-25T23:10:23.623Z Downloaded foreign-types-shared v0.3.1
10632026-06-25T23:10:23.623Z Downloaded dtrace-parser v0.3.0
10642026-06-25T23:10:23.623Z Downloaded crunchy v0.2.4
10652026-06-25T23:10:23.626Z Downloaded cpufeatures v0.3.0
10662026-06-25T23:10:23.629Z Downloaded futures-executor v0.3.32
10672026-06-25T23:10:23.629Z Downloaded either v1.16.0
10682026-06-25T23:10:23.633Z Downloaded erased-serde v0.3.31
10692026-06-25T23:10:23.633Z Downloaded httpdate v1.0.3
10702026-06-25T23:10:23.637Z Downloaded hubpack v0.1.2
10712026-06-25T23:10:23.637Z Downloaded heck v0.5.0
10722026-06-25T23:10:23.640Z Downloaded futures-core v0.3.32
10732026-06-25T23:10:23.640Z Downloaded idna_adapter v1.2.2
10742026-06-25T23:10:23.643Z Downloaded is-terminal v0.4.17
10752026-06-25T23:10:23.643Z Downloaded inout v0.1.4
10762026-06-25T23:10:23.646Z Downloaded instant v0.1.13
10772026-06-25T23:10:23.646Z Downloaded ident_case v1.0.1
10782026-06-25T23:10:23.649Z Downloaded base64ct v1.8.3
10792026-06-25T23:10:23.652Z Downloaded daft-derive v0.1.7
10802026-06-25T23:10:23.656Z Downloaded itoa v1.0.18
10812026-06-25T23:10:23.656Z Downloaded cipher v0.4.4
10822026-06-25T23:10:23.659Z Downloaded daft v0.1.7
10832026-06-25T23:10:23.659Z Downloaded byteorder v1.5.0
10842026-06-25T23:10:23.662Z Downloaded camino-tempfile v1.4.1
10852026-06-25T23:10:23.665Z Downloaded bitflags v1.3.2
10862026-06-25T23:10:23.665Z Downloaded is_terminal_polyfill v1.70.2
10872026-06-25T23:10:23.669Z Downloaded data-encoding v2.11.0
10882026-06-25T23:10:23.672Z Downloaded konst_macro_rules v0.2.19
10892026-06-25T23:10:23.672Z Downloaded keccak v0.1.6
10902026-06-25T23:10:23.672Z Downloaded git-stub-vcs v0.1.0
10912026-06-25T23:10:23.677Z Downloaded libscf-sys v1.2.0
10922026-06-25T23:10:23.677Z Downloaded glob v0.3.3
10932026-06-25T23:10:23.680Z Downloaded macaddr v1.0.1
10942026-06-25T23:10:23.683Z Downloaded internet-checksum v0.2.1
10952026-06-25T23:10:23.683Z Downloaded futures-io v0.3.32
10962026-06-25T23:10:23.686Z Downloaded ff v0.13.1
10972026-06-25T23:10:23.689Z Downloaded lru-cache v0.1.2
10982026-06-25T23:10:23.689Z Downloaded http-body-util v0.1.3
10992026-06-25T23:10:23.692Z Downloaded highway v1.3.0
11002026-06-25T23:10:23.695Z Downloaded fs_extra v1.3.0
11012026-06-25T23:10:23.699Z Downloaded hyper-rustls v0.27.9
11022026-06-25T23:10:23.699Z Downloaded elliptic-curve v0.13.8
11032026-06-25T23:10:23.706Z Downloaded fastrand v2.4.1
11042026-06-25T23:10:23.709Z Downloaded mime v0.3.17
11052026-06-25T23:10:23.709Z Downloaded memmap v0.7.0
11062026-06-25T23:10:23.709Z Downloaded ingot-types v0.1.2
11072026-06-25T23:10:23.712Z Downloaded num-conv v0.2.2
11082026-06-25T23:10:23.712Z Downloaded num v0.4.3
11092026-06-25T23:10:23.715Z Downloaded num-derive v0.4.2
11102026-06-25T23:10:23.715Z Downloaded fxhash v0.2.1
11112026-06-25T23:10:23.718Z Downloaded dyn-clone v1.0.20
11122026-06-25T23:10:23.721Z Downloaded derive-ex v0.1.8
11132026-06-25T23:10:23.721Z Downloaded crossbeam-utils v0.8.21
11142026-06-25T23:10:23.724Z Downloaded ciborium v0.2.2
11152026-06-25T23:10:23.727Z Downloaded num-iter v0.1.45
11162026-06-25T23:10:23.727Z Downloaded ipnetwork v0.21.1
11172026-06-25T23:10:23.730Z Downloaded ingot v0.1.1
11182026-06-25T23:10:23.730Z Downloaded crossbeam-deque v0.8.6
11192026-06-25T23:10:23.733Z Downloaded num_threads v0.1.7
11202026-06-25T23:10:23.736Z Downloaded lru-slab v0.1.2
11212026-06-25T23:10:23.736Z Downloaded omicron-workspace-hack v0.1.0
11222026-06-25T23:10:23.736Z Downloaded olpc-cjson v0.1.4
11232026-06-25T23:10:23.739Z Downloaded num_enum_derive v0.5.11
11242026-06-25T23:10:23.739Z Downloaded openssl-macros v0.1.1
11252026-06-25T23:10:23.750Z Downloaded ipnet v2.12.0
11262026-06-25T23:10:23.750Z Downloaded linear-map v1.2.0
11272026-06-25T23:10:23.751Z Downloaded find-msvc-tools v0.1.9
11282026-06-25T23:10:23.751Z Downloaded percent-encoding v2.3.2
11292026-06-25T23:10:23.751Z Downloaded futures-channel v0.3.32
11302026-06-25T23:10:23.754Z Downloaded libsw-core v0.3.2
11312026-06-25T23:10:23.754Z Downloaded foldhash v0.2.0
11322026-06-25T23:10:23.754Z Downloaded libsw v3.5.0
11332026-06-25T23:10:23.754Z Downloaded phf_shared v0.12.1
11342026-06-25T23:10:23.757Z Downloaded ahash v0.8.12
11352026-06-25T23:10:23.757Z Downloaded newtype-uuid v1.3.2
11362026-06-25T23:10:23.760Z Downloaded lazy_static v1.5.0
11372026-06-25T23:10:23.760Z Downloaded openssl-probe v0.2.1
11382026-06-25T23:10:23.763Z Downloaded hybrid-array v0.4.12
11392026-06-25T23:10:23.767Z Downloaded humantime v2.3.0
11402026-06-25T23:10:23.767Z Downloaded lock_api v0.4.14
11412026-06-25T23:10:23.770Z Downloaded crc32fast v1.5.0
11422026-06-25T23:10:23.770Z Downloaded console v0.16.3
11432026-06-25T23:10:23.773Z Downloaded async-trait v0.1.89
11442026-06-25T23:10:23.776Z Downloaded opaque-debug v0.3.1
11452026-06-25T23:10:23.776Z Downloaded httparse v1.10.1
11462026-06-25T23:10:23.782Z Downloaded camino v1.2.2
11472026-06-25T23:10:23.782Z Downloaded csv-core v0.1.13
11482026-06-25T23:10:23.785Z Downloaded memoffset v0.9.1
11492026-06-25T23:10:23.785Z Downloaded newtype-uuid-macros v0.1.0
11502026-06-25T23:10:23.785Z Downloaded multer v3.1.0
11512026-06-25T23:10:23.785Z Downloaded cookie v0.18.1
11522026-06-25T23:10:23.789Z Downloaded potential_utf v0.1.5
11532026-06-25T23:10:23.792Z Downloaded darling v0.21.3
11542026-06-25T23:10:23.795Z Downloaded proc-macro-crate v1.3.1
11552026-06-25T23:10:23.795Z Downloaded bitflags v2.12.1
11562026-06-25T23:10:23.798Z Downloaded proc-macro-error-attr2 v2.0.0
11572026-06-25T23:10:23.801Z Downloaded num-rational v0.4.2
11582026-06-25T23:10:23.801Z Downloaded num_enum_derive v0.7.6
11592026-06-25T23:10:23.804Z Downloaded num-complex v0.4.6
11602026-06-25T23:10:23.804Z Downloaded proc-macro-error-attr v1.0.4
11612026-06-25T23:10:23.804Z Downloaded powerfmt v0.2.0
11622026-06-25T23:10:23.807Z Downloaded plain v0.2.3
11632026-06-25T23:10:23.807Z Downloaded pretty-hex v0.4.2
11642026-06-25T23:10:23.810Z Downloaded proc-macro-crate v3.5.0
11652026-06-25T23:10:23.811Z Downloaded pem v3.0.6
11662026-06-25T23:10:23.813Z Downloaded paste v1.0.15
11672026-06-25T23:10:23.813Z Downloaded parse-display-derive v0.10.0
11682026-06-25T23:10:23.817Z Downloaded progenitor-macro v0.10.0
11692026-06-25T23:10:23.817Z Downloaded progenitor-client v0.14.0
11702026-06-25T23:10:23.817Z Downloaded progenitor-client v0.10.0
11712026-06-25T23:10:23.820Z Downloaded num_enum v0.7.6
11722026-06-25T23:10:23.823Z Downloaded num_enum v0.5.11
11732026-06-25T23:10:23.826Z Downloaded ref-cast v1.0.25
11742026-06-25T23:10:23.829Z Downloaded futures v0.3.32
11752026-06-25T23:10:23.832Z Downloaded ingot-macros v0.1.1
11762026-06-25T23:10:23.835Z Downloaded getrandom v0.4.2
11772026-06-25T23:10:23.835Z Downloaded iana-time-zone v0.1.65
11782026-06-25T23:10:23.838Z Downloaded quick-error v1.2.3
11792026-06-25T23:10:23.841Z Downloaded rand_chacha v0.3.1
11802026-06-25T23:10:23.841Z Downloaded darling_core v0.21.3
11812026-06-25T23:10:23.843Z Downloaded dropshot_endpoint v0.17.1
11822026-06-25T23:10:23.847Z Downloaded litemap v0.8.2
11832026-06-25T23:10:23.850Z Downloaded phf v0.12.1
11842026-06-25T23:10:23.850Z Downloaded progenitor-macro v0.14.0
11852026-06-25T23:10:23.853Z Downloaded owo-colors v4.3.0
11862026-06-25T23:10:23.853Z Downloaded pkg-config v0.3.33
11872026-06-25T23:10:23.858Z Downloaded const-oid v0.10.2
11882026-06-25T23:10:23.858Z Downloaded dropshot-api-manager v0.7.2
11892026-06-25T23:10:23.861Z Downloaded crossbeam-epoch v0.9.18
11902026-06-25T23:10:23.864Z Downloaded pin-project-lite v0.2.17
11912026-06-25T23:10:23.867Z Downloaded rand_xorshift v0.4.0
11922026-06-25T23:10:23.867Z Downloaded pin-project-internal v1.1.13
11932026-06-25T23:10:23.870Z Downloaded num-integer v0.1.46
11942026-06-25T23:10:23.873Z Downloaded rustc_version v0.4.1
11952026-06-25T23:10:23.873Z Downloaded rustc-hash v2.1.2
11962026-06-25T23:10:23.876Z Downloaded getrandom v0.3.4
11972026-06-25T23:10:23.876Z Downloaded rustc_version v0.1.7
11982026-06-25T23:10:23.879Z Downloaded getrandom v0.2.17
11992026-06-25T23:10:23.882Z Downloaded derive-where v1.6.1
12002026-06-25T23:10:23.885Z Downloaded icu_provider v2.2.0
12012026-06-25T23:10:23.885Z Downloaded poly1305 v0.8.0
12022026-06-25T23:10:23.889Z Downloaded oxide-tokio-rt v0.1.6
12032026-06-25T23:10:23.889Z Downloaded progenitor-client v0.13.0
12042026-06-25T23:10:23.892Z Downloaded progenitor v0.14.0
12052026-06-25T23:10:23.892Z Downloaded progenitor v0.10.0
12062026-06-25T23:10:23.895Z Downloaded proc-macro-error v1.0.4
12072026-06-25T23:10:23.898Z Downloaded same-file v1.0.6
12082026-06-25T23:10:23.898Z Downloaded progenitor-macro v0.13.0
12092026-06-25T23:10:23.898Z Downloaded parking_lot v0.12.5
12102026-06-25T23:10:23.903Z Downloaded ref-cast-impl v1.0.25
12112026-06-25T23:10:23.907Z Downloaded rand_chacha v0.9.0
12122026-06-25T23:10:23.907Z Downloaded scopeguard v1.2.0
12132026-06-25T23:10:23.907Z Downloaded rand_core v0.6.4
12142026-06-25T23:10:23.910Z Downloaded indexmap v1.9.3
12152026-06-25T23:10:23.910Z Downloaded scroll_derive v0.13.1
12162026-06-25T23:10:23.914Z Downloaded progenitor-extras v0.2.0
12172026-06-25T23:10:23.914Z Downloaded base64 v0.22.1
12182026-06-25T23:10:23.917Z Downloaded quote v1.0.45
12192026-06-25T23:10:23.917Z Downloaded semver v0.1.20
12202026-06-25T23:10:23.920Z Downloaded icu_normalizer v2.2.0
12212026-06-25T23:10:23.923Z Downloaded indicatif v0.18.4
12222026-06-25T23:10:23.926Z Downloaded serde-big-array v0.5.1
12232026-06-25T23:10:23.926Z Downloaded serde_plain v1.0.2
12242026-06-25T23:10:23.929Z Downloaded parking_lot v0.11.2
12252026-06-25T23:10:23.929Z Downloaded secrecy v0.10.3
12262026-06-25T23:10:23.932Z Downloaded clap_derive v4.6.1
12272026-06-25T23:10:23.932Z Downloaded log v0.4.32
12282026-06-25T23:10:23.936Z Downloaded pest_generator v2.8.6
12292026-06-25T23:10:23.939Z Downloaded crossbeam-channel v0.5.15
12302026-06-25T23:10:23.939Z Downloaded rand_core v0.9.5
12312026-06-25T23:10:23.942Z Downloaded pest_derive v2.8.6
12322026-06-25T23:10:23.942Z Downloaded parking_lot_core v0.9.12
12332026-06-25T23:10:23.945Z Downloaded serde_repr v0.1.20
12342026-06-25T23:10:23.948Z Downloaded serde_spanned v1.1.1
12352026-06-25T23:10:23.948Z Downloaded chacha20poly1305 v0.10.1
12362026-06-25T23:10:23.952Z Downloaded sha1 v0.11.0
12372026-06-25T23:10:23.952Z Downloaded sha1 v0.10.6
12382026-06-25T23:10:23.955Z Downloaded proc-macro-error2 v2.0.1
12392026-06-25T23:10:23.955Z Downloaded siphasher v1.0.3
12402026-06-25T23:10:23.955Z Downloaded rustls-native-certs v0.8.4
12412026-06-25T23:10:23.959Z Downloaded icu_properties v2.2.0
12422026-06-25T23:10:23.959Z Downloaded icu_normalizer_data v2.2.0
12432026-06-25T23:10:23.962Z Downloaded heapless v0.8.0
12442026-06-25T23:10:23.964Z Downloaded sigpipe v0.1.3
12452026-06-25T23:10:23.964Z Downloaded rustls-pemfile v2.2.0
12462026-06-25T23:10:23.970Z Downloaded resolv-conf v0.7.6
12472026-06-25T23:10:23.970Z Downloaded postcard v1.1.3
12482026-06-25T23:10:23.973Z Downloaded rusty-fork v0.3.1
12492026-06-25T23:10:23.973Z Downloaded slog-envlogger v2.2.0
12502026-06-25T23:10:23.973Z Downloaded slog-bunyan v2.5.0
12512026-06-25T23:10:23.973Z Downloaded rustversion v1.0.22
12522026-06-25T23:10:23.976Z Downloaded num-traits v0.2.19
12532026-06-25T23:10:23.979Z Downloaded password-hash v0.5.0
12542026-06-25T23:10:23.980Z Downloaded hickory-resolver v0.24.4
12552026-06-25T23:10:23.982Z Downloaded papergrid v0.18.0
12562026-06-25T23:10:23.985Z Downloaded papergrid v0.11.0
12572026-06-25T23:10:23.989Z Downloaded smawk v0.3.2
12582026-06-25T23:10:23.992Z Downloaded quinn-udp v0.5.14
12592026-06-25T23:10:23.992Z Downloaded darling_core v0.23.0
12602026-06-25T23:10:23.995Z Downloaded schemars_derive v0.8.22
12612026-06-25T23:10:23.998Z Downloaded scroll v0.12.0
12622026-06-25T23:10:23.998Z Downloaded hickory-resolver v0.25.2
12632026-06-25T23:10:24.001Z Downloaded icu_collections v2.2.0
12642026-06-25T23:10:24.004Z Downloaded strsim v0.11.1
12652026-06-25T23:10:24.007Z Downloaded stable_deref_trait v1.2.1
12662026-06-25T23:10:24.007Z Downloaded serde_derive_internals v0.29.1
12672026-06-25T23:10:24.007Z Downloaded serde_path_to_error v0.1.20
12682026-06-25T23:10:24.010Z Downloaded sha2 v0.10.9
12692026-06-25T23:10:24.013Z Downloaded strum v0.26.3
12702026-06-25T23:10:24.013Z Downloaded scroll_derive v0.12.1
12712026-06-25T23:10:24.013Z Downloaded rand_core v0.10.1
12722026-06-25T23:10:24.016Z Downloaded arc-swap v1.9.1
12732026-06-25T23:10:24.020Z Downloaded miniz_oxide v0.8.9
12742026-06-25T23:10:24.020Z Downloaded rhai_codegen v3.2.0
12752026-06-25T23:10:24.024Z Downloaded structmeta v0.3.0
12762026-06-25T23:10:24.027Z Downloaded shlex v2.0.1
12772026-06-25T23:10:24.027Z Downloaded structmeta-derive v0.3.0
12782026-06-25T23:10:24.030Z Downloaded flate2 v1.1.9
12792026-06-25T23:10:24.033Z Downloaded swrite v0.1.0
12802026-06-25T23:10:24.033Z Downloaded supports-color v3.0.2
12812026-06-25T23:10:24.033Z Downloaded subtle v2.6.1
12822026-06-25T23:10:24.036Z Downloaded progenitor v0.13.0
12832026-06-25T23:10:24.036Z Downloaded strum v0.27.2
12842026-06-25T23:10:24.036Z Downloaded rustls-pki-types v1.14.1
12852026-06-25T23:10:24.039Z Downloaded slog-term v2.9.2
12862026-06-25T23:10:24.039Z Downloaded slog-json v2.6.1
12872026-06-25T23:10:24.042Z Downloaded tabwriter v1.4.1
12882026-06-25T23:10:24.042Z Downloaded terminal_size v0.4.4
12892026-06-25T23:10:24.045Z Downloaded tabled_derive v0.11.0
12902026-06-25T23:10:24.045Z Downloaded take_mut v0.2.2
12912026-06-25T23:10:24.045Z Downloaded jiff-static v0.2.28
12922026-06-25T23:10:24.048Z Downloaded slog-dtrace v0.3.0
12932026-06-25T23:10:24.048Z Downloaded slog-async v2.8.0
12942026-06-25T23:10:24.048Z Downloaded tabled_derive v0.7.0
12952026-06-25T23:10:24.052Z Downloaded sync_wrapper v1.0.2
12962026-06-25T23:10:24.052Z Downloaded slog-scope v4.4.1
12972026-06-25T23:10:24.052Z Downloaded progenitor-impl v0.14.0
12982026-06-25T23:10:24.055Z Downloaded slab v0.4.12
12992026-06-25T23:10:24.055Z Downloaded signal-hook-registry v1.4.8
13002026-06-25T23:10:24.055Z Downloaded serde_tokenstream v0.2.3
13012026-06-25T23:10:24.059Z Downloaded proc-macro2 v1.0.106
13022026-06-25T23:10:24.059Z Downloaded smf v0.2.3
13032026-06-25T23:10:24.059Z Downloaded progenitor-impl v0.10.0
13042026-06-25T23:10:24.062Z Downloaded slog-stdlog v4.1.1
13052026-06-25T23:10:24.062Z Downloaded termtree v0.5.1
13062026-06-25T23:10:24.065Z Downloaded smartstring v1.0.1
13072026-06-25T23:10:24.065Z Downloaded testing_table v0.3.0
13082026-06-25T23:10:24.065Z Downloaded scroll v0.13.0
13092026-06-25T23:10:24.068Z Downloaded serde_spanned v0.6.9
13102026-06-25T23:10:24.068Z Downloaded const_format v0.2.36
13112026-06-25T23:10:24.072Z Downloaded spin v0.5.2
13122026-06-25T23:10:24.072Z Downloaded pest_meta v2.8.6
13132026-06-25T23:10:24.075Z Downloaded openssl-sys v0.9.116
13142026-06-25T23:10:24.077Z Downloaded time-core v0.1.8
13152026-06-25T23:10:24.077Z Downloaded thiserror-impl-no-std v2.0.2
13162026-06-25T23:10:24.080Z Downloaded hashbrown v0.12.3
13172026-06-25T23:10:24.084Z Downloaded thread-id v5.1.0
13182026-06-25T23:10:24.084Z Downloaded async-compression v0.4.42
13192026-06-25T23:10:24.087Z Downloaded tinyvec_macros v0.1.1
13202026-06-25T23:10:24.089Z Downloaded thread-id v4.2.2
13212026-06-25T23:10:24.090Z Downloaded semver v1.0.28
13222026-06-25T23:10:24.090Z Downloaded serde_with_macros v3.20.0
13232026-06-25T23:10:24.093Z Downloaded parking_lot_core v0.8.6
13242026-06-25T23:10:24.096Z Downloaded static_assertions v1.1.0
13252026-06-25T23:10:24.096Z Downloaded simd-adler32 v0.3.9
13262026-06-25T23:10:24.096Z Downloaded pin-project v1.1.13
13272026-06-25T23:10:24.102Z Downloaded toml_datetime v0.6.11
13282026-06-25T23:10:24.105Z Downloaded tokio-macros v2.7.0
13292026-06-25T23:10:24.105Z Downloaded icu_locale_core v2.2.0
13302026-06-25T23:10:24.109Z Downloaded crypto-bigint v0.5.5
13312026-06-25T23:10:24.114Z Downloaded try-lock v0.2.5
13322026-06-25T23:10:24.117Z Downloaded toml_write v0.1.2
13332026-06-25T23:10:24.117Z Downloaded progenitor-impl v0.13.0
13342026-06-25T23:10:24.117Z Downloaded synstructure v0.13.2
13352026-06-25T23:10:24.117Z Downloaded prettyplease v0.2.37
13362026-06-25T23:10:24.120Z Downloaded tagptr v0.2.0
13372026-06-25T23:10:24.120Z Downloaded konst v0.2.20
13382026-06-25T23:10:24.123Z Downloaded serde_urlencoded v0.7.1
13392026-06-25T23:10:24.124Z Downloaded tower-service v0.3.3
13402026-06-25T23:10:24.126Z Downloaded thiserror v1.0.69
13412026-06-25T23:10:24.127Z Downloaded http v1.4.1
13422026-06-25T23:10:24.130Z Downloaded typeid v1.0.3
13432026-06-25T23:10:24.133Z Downloaded thiserror-impl v1.0.69
13442026-06-25T23:10:24.133Z Downloaded hyper-util v0.1.20
13452026-06-25T23:10:24.136Z Downloaded mio v1.2.1
13462026-06-25T23:10:24.138Z Downloaded thiserror-no-std v2.0.2
13472026-06-25T23:10:24.142Z Downloaded snafu-derive v0.8.9
13482026-06-25T23:10:24.142Z Downloaded unicode-linebreak v0.1.5
13492026-06-25T23:10:24.142Z Downloaded serde_derive v1.0.228
13502026-06-25T23:10:24.145Z Downloaded tower-layer v0.3.3
13512026-06-25T23:10:24.145Z Downloaded unarray v0.1.4
13522026-06-25T23:10:24.148Z Downloaded expectorate v1.2.0
13532026-06-25T23:10:24.148Z Downloaded once_cell v1.21.4
13542026-06-25T23:10:24.151Z Downloaded ppv-lite86 v0.2.21
13552026-06-25T23:10:24.151Z Downloaded oxnet v0.1.6
13562026-06-25T23:10:24.151Z Downloaded parse-display v0.10.0
13572026-06-25T23:10:24.154Z Downloaded tokio-dtrace v0.1.1
13582026-06-25T23:10:24.154Z Downloaded tiny-keccak v2.0.2
13592026-06-25T23:10:24.154Z Downloaded thread_local v1.1.9
13602026-06-25T23:10:24.157Z Downloaded time-macros v0.2.27
13612026-06-25T23:10:24.157Z Downloaded usdt v0.5.0
13622026-06-25T23:10:24.157Z Downloaded untrusted v0.7.1
13632026-06-25T23:10:24.160Z Downloaded universal-hash v0.5.1
13642026-06-25T23:10:24.161Z Downloaded typify-macro v0.6.2
13652026-06-25T23:10:24.161Z Downloaded untrusted v0.9.0
13662026-06-25T23:10:24.161Z Downloaded serde_yaml v0.9.34+deprecated
13672026-06-25T23:10:24.163Z Downloaded unicode-xid v0.2.6
13682026-06-25T23:10:24.163Z Downloaded spin v0.9.8
13692026-06-25T23:10:24.166Z Downloaded usdt v0.6.0
13702026-06-25T23:10:24.167Z Downloaded minimal-lexical v0.2.1
13712026-06-25T23:10:24.169Z Downloaded utf8parse v0.2.2
13722026-06-25T23:10:24.170Z Downloaded utf8_iter v1.0.4
13732026-06-25T23:10:24.170Z Downloaded strum_macros v0.26.4
13742026-06-25T23:10:24.173Z Downloaded memchr v2.8.1
13752026-06-25T23:10:24.176Z Downloaded unit-prefix v0.5.2
13762026-06-25T23:10:24.176Z Downloaded tokio-tungstenite v0.21.0
13772026-06-25T23:10:24.176Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13782026-06-25T23:10:24.179Z Downloaded usdt-attr-macro v0.6.0
13792026-06-25T23:10:24.179Z Downloaded usdt-attr-macro v0.5.0
13802026-06-25T23:10:24.179Z Downloaded typify-macro v0.4.3
13812026-06-25T23:10:24.179Z Downloaded thiserror-impl v2.0.18
13822026-06-25T23:10:24.182Z Downloaded memmap2 v0.9.10
13832026-06-25T23:10:24.182Z Downloaded usdt-macro v0.5.0
13842026-06-25T23:10:24.182Z Downloaded utf-8 v0.7.6
13852026-06-25T23:10:24.185Z Downloaded usdt-macro v0.6.0
13862026-06-25T23:10:24.185Z Downloaded wait-timeout v0.2.1
13872026-06-25T23:10:24.185Z Downloaded rustls-platform-verifier v0.7.0
13882026-06-25T23:10:24.188Z Downloaded strum_macros v0.27.2
13892026-06-25T23:10:24.188Z Downloaded smallvec v1.15.1
13902026-06-25T23:10:24.191Z Downloaded ryu v1.0.23
13912026-06-25T23:10:24.191Z Downloaded similar v2.7.0
13922026-06-25T23:10:24.194Z Downloaded slog v2.8.2
13932026-06-25T23:10:24.197Z Downloaded rand v0.8.6
13942026-06-25T23:10:24.200Z Downloaded toml_writer v1.1.1+spec-1.1.0
13952026-06-25T23:10:24.201Z Downloaded term v1.2.1
13962026-06-25T23:10:24.201Z Downloaded version_check v0.9.5
13972026-06-25T23:10:24.204Z Downloaded tempfile v3.27.0
13982026-06-25T23:10:24.204Z Downloaded thiserror v2.0.18
13992026-06-25T23:10:24.207Z Downloaded want v0.3.1
14002026-06-25T23:10:24.207Z Downloaded waitgroup v0.1.2
14012026-06-25T23:10:24.210Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14022026-06-25T23:10:24.210Z Downloaded indexmap v2.14.0
14032026-06-25T23:10:24.213Z Downloaded hmac v0.12.1
14042026-06-25T23:10:24.213Z Downloaded quinn v0.11.9
14052026-06-25T23:10:24.216Z Downloaded blake2 v0.10.6
14062026-06-25T23:10:24.216Z Downloaded jobserver v0.1.34
14072026-06-25T23:10:24.219Z Downloaded chacha20 v0.9.1
14082026-06-25T23:10:24.219Z Downloaded no-std-compat v0.4.1
14092026-06-25T23:10:24.219Z Downloaded thin-vec v0.2.18
14102026-06-25T23:10:24.219Z Downloaded zerofrom v0.1.8
14112026-06-25T23:10:24.223Z Downloaded schemars v0.8.22
14122026-06-25T23:10:24.226Z Downloaded tinystr v0.8.3
14132026-06-25T23:10:24.229Z Downloaded serde_core v1.0.228
14142026-06-25T23:10:24.229Z Downloaded rayon-core v1.13.0
14152026-06-25T23:10:24.232Z Downloaded yoke-derive v0.8.2
14162026-06-25T23:10:24.232Z Downloaded newtype_derive v0.1.6
14172026-06-25T23:10:24.235Z Downloaded newline-converter v0.3.0
14182026-06-25T23:10:24.235Z Downloaded natord v1.0.9
14192026-06-25T23:10:24.235Z Downloaded match_cfg v0.1.0
14202026-06-25T23:10:24.235Z Downloaded managed v0.8.0
14212026-06-25T23:10:24.235Z Downloaded argon2 v0.5.3
14222026-06-25T23:10:24.238Z Downloaded compression-codecs v0.4.38
14232026-06-25T23:10:24.238Z Downloaded byte-wrapper v0.1.0
14242026-06-25T23:10:24.241Z Downloaded anstream v1.0.0
14252026-06-25T23:10:24.241Z Downloaded zerofrom-derive v0.1.7
14262026-06-25T23:10:24.241Z Downloaded linked-hash-map v0.5.6
14272026-06-25T23:10:24.244Z Downloaded const_format_proc_macros v0.2.34
14282026-06-25T23:10:24.244Z Downloaded fixedbitset v0.5.7
14292026-06-25T23:10:24.245Z Downloaded allocator-api2 v0.2.21
14302026-06-25T23:10:24.248Z Downloaded is_ci v1.2.0
14312026-06-25T23:10:24.248Z Downloaded critical-section v1.2.0
14322026-06-25T23:10:24.248Z Downloaded cobs v0.3.0
14332026-06-25T23:10:24.251Z Downloaded cmake v0.1.58
14342026-06-25T23:10:24.251Z Downloaded toml v0.8.23
14352026-06-25T23:10:24.251Z Downloaded socket2 v0.6.4
14362026-06-25T23:10:24.254Z Downloaded tokio-stream v0.1.18
14372026-06-25T23:10:24.257Z Downloaded vsss-rs v3.3.4
14382026-06-25T23:10:24.257Z Downloaded zeroize_derive v1.4.3
14392026-06-25T23:10:24.257Z Downloaded zone_cfg_derive v0.3.1
14402026-06-25T23:10:24.257Z Downloaded tracing-attributes v0.1.31
14412026-06-25T23:10:24.260Z Downloaded usdt-impl v0.5.0
14422026-06-25T23:10:24.260Z Downloaded toml_parser v1.1.2+spec-1.1.0
14432026-06-25T23:10:24.260Z Downloaded rustls-webpki v0.103.13
14442026-06-25T23:10:24.263Z Downloaded rand v0.9.4
14452026-06-25T23:10:24.266Z Downloaded usdt-impl v0.6.0
14462026-06-25T23:10:24.266Z Downloaded snafu v0.8.9
14472026-06-25T23:10:24.269Z Downloaded nom v7.1.3
14482026-06-25T23:10:24.273Z Downloaded idna v1.1.0
14492026-06-25T23:10:24.275Z Downloaded anstyle v1.0.14
14502026-06-25T23:10:24.275Z Downloaded autocfg v1.5.1
14512026-06-25T23:10:24.280Z Downloaded foreign-types v0.5.0
14522026-06-25T23:10:24.280Z Downloaded foreign-types-macros v0.2.3
14532026-06-25T23:10:24.280Z Downloaded indent_write v2.2.0
14542026-06-25T23:10:24.280Z Downloaded serde v1.0.228
14552026-06-25T23:10:24.280Z Downloaded errno v0.3.14
14562026-06-25T23:10:24.283Z Downloaded writeable v0.6.3
14572026-06-25T23:10:24.283Z Downloaded digest v0.11.3
14582026-06-25T23:10:24.283Z Downloaded xz2 v0.1.7
14592026-06-25T23:10:24.287Z Downloaded displaydoc v0.2.6
14602026-06-25T23:10:24.287Z Downloaded cstr-argument v0.1.2
14612026-06-25T23:10:24.287Z Downloaded whoami v1.6.1
14622026-06-25T23:10:24.290Z Downloaded futures-task v0.3.32
14632026-06-25T23:10:24.290Z Downloaded foreign-types v0.3.2
14642026-06-25T23:10:24.291Z Downloaded float-ord v0.3.2
14652026-06-25T23:10:24.291Z Downloaded dof v0.4.0
14662026-06-25T23:10:24.291Z Downloaded zeroize v1.8.2
14672026-06-25T23:10:24.294Z Downloaded test-strategy v0.4.5
14682026-06-25T23:10:24.294Z Downloaded qorb v0.4.1
14692026-06-25T23:10:24.298Z Downloaded textwrap v0.16.2
14702026-06-25T23:10:24.298Z Downloaded crypto-common v0.2.2
14712026-06-25T23:10:24.298Z Downloaded cfg_aliases v0.2.1
14722026-06-25T23:10:24.302Z Downloaded base16ct v1.0.0
14732026-06-25T23:10:24.302Z Downloaded debug-ignore v1.0.5
14742026-06-25T23:10:24.302Z Downloaded fs-err v3.3.0
14752026-06-25T23:10:24.302Z Downloaded cc v1.2.63
14762026-06-25T23:10:24.304Z Downloaded ucd-trie v0.1.7
14772026-06-25T23:10:24.304Z Downloaded base64 v0.21.7
14782026-06-25T23:10:24.307Z Downloaded anyhow v1.0.102
14792026-06-25T23:10:24.310Z Downloaded derive_more v0.99.20
14802026-06-25T23:10:24.313Z Downloaded hashbrown v0.15.5
14812026-06-25T23:10:24.316Z Downloaded zone v0.3.1
14822026-06-25T23:10:24.316Z Downloaded toml v1.1.2+spec-1.1.0
14832026-06-25T23:10:24.316Z Downloaded bit-vec v0.8.0
14842026-06-25T23:10:24.320Z Downloaded tinyvec v1.11.0
14852026-06-25T23:10:24.320Z Downloaded base16ct v0.2.0
14862026-06-25T23:10:24.320Z Downloaded anstyle-parse v1.0.0
14872026-06-25T23:10:24.323Z Downloaded zmij v1.0.21
14882026-06-25T23:10:24.323Z Downloaded schemars v0.9.0
14892026-06-25T23:10:24.328Z Downloaded zerovec-derive v0.11.3
14902026-06-25T23:10:24.330Z Downloaded toml v0.9.12+spec-1.1.0
14912026-06-25T23:10:24.333Z Downloaded goblin v0.8.2
14922026-06-25T23:10:24.336Z Downloaded tokio-rustls v0.26.4
14932026-06-25T23:10:24.336Z Downloaded hyper v1.10.1
14942026-06-25T23:10:24.339Z Downloaded walkdir v2.5.0
14952026-06-25T23:10:24.342Z Downloaded pest v2.8.6
14962026-06-25T23:10:24.345Z Downloaded zerocopy-derive v0.7.35
14972026-06-25T23:10:24.345Z Downloaded hashbrown v0.16.1
14982026-06-25T23:10:24.348Z Downloaded typify v0.6.2
14992026-06-25T23:10:24.351Z Downloaded aho-corasick v1.1.4
15002026-06-25T23:10:24.355Z Downloaded unicode-ident v1.0.24
15012026-06-25T23:10:24.358Z Downloaded tungstenite v0.21.0
15022026-06-25T23:10:24.358Z Downloaded yoke v0.8.3
15032026-06-25T23:10:24.358Z Downloaded typify v0.4.3
15042026-06-25T23:10:24.361Z Downloaded rand v0.10.1
15052026-06-25T23:10:24.364Z Downloaded toml_edit v0.25.12+spec-1.1.0
15062026-06-25T23:10:24.364Z Downloaded anstyle-query v1.1.5
15072026-06-25T23:10:24.367Z Downloaded futures-sink v0.3.32
15082026-06-25T23:10:24.367Z Downloaded darling_macro v0.23.0
15092026-06-25T23:10:24.367Z Downloaded backoff v0.4.0
15102026-06-25T23:10:24.370Z Downloaded fnv v1.0.7
15112026-06-25T23:10:24.370Z Downloaded chacha20 v0.10.0
15122026-06-25T23:10:24.370Z Downloaded tracing-core v0.1.36
15132026-06-25T23:10:24.373Z Downloaded clap_builder v4.6.0
15142026-06-25T23:10:24.376Z Downloaded digest v0.10.7
15152026-06-25T23:10:24.376Z Downloaded convert_case v0.4.0
15162026-06-25T23:10:24.376Z Downloaded unsafe-libyaml v0.2.11
15172026-06-25T23:10:24.381Z Downloaded colored v3.1.1
15182026-06-25T23:10:24.381Z Downloaded bs58 v0.5.1
15192026-06-25T23:10:24.385Z Downloaded const-random-macro v0.1.16
15202026-06-25T23:10:24.385Z Downloaded defmt v1.1.0
15212026-06-25T23:10:24.385Z Downloaded itertools v0.12.1
15222026-06-25T23:10:24.387Z Downloaded defmt v0.3.100
15232026-06-25T23:10:24.387Z Downloaded uuid v1.23.2
15242026-06-25T23:10:24.390Z Downloaded toml_edit v0.22.27
15252026-06-25T23:10:24.393Z Downloaded bytecount v0.6.9
15262026-06-25T23:10:24.393Z Downloaded crucible-workspace-hack v0.1.0
15272026-06-25T23:10:24.393Z Downloaded colorchoice v1.0.5
15282026-06-25T23:10:24.396Z Downloaded ciborium-io v0.2.2
15292026-06-25T23:10:24.396Z Downloaded schemars v1.2.1
15302026-06-25T23:10:24.402Z Downloaded atomic-waker v1.1.2
15312026-06-25T23:10:24.404Z Downloaded libm v0.2.16
15322026-06-25T23:10:24.407Z Downloaded async-stream-impl v0.3.6
15332026-06-25T23:10:24.411Z Downloaded h2 v0.4.14
15342026-06-25T23:10:24.413Z Downloaded nom v8.0.0
15352026-06-25T23:10:24.416Z Downloaded steno v0.4.1
15362026-06-25T23:10:24.429Z Downloaded hashbrown v0.17.1
15372026-06-25T23:10:24.433Z Downloaded url v2.5.8
15382026-06-25T23:10:24.436Z Downloaded ron v0.12.1
15392026-06-25T23:10:24.440Z Downloaded toml_edit v0.19.15
15402026-06-25T23:10:24.450Z Downloaded itertools v0.14.0
15412026-06-25T23:10:24.453Z Downloaded iddqd v0.4.2
15422026-06-25T23:10:24.457Z Downloaded hkdf v0.12.4
15432026-06-25T23:10:24.460Z Downloaded futures-util v0.3.32
15442026-06-25T23:10:24.465Z Downloaded zerocopy-derive v0.8.50
15452026-06-25T23:10:24.470Z Downloaded zerotrie v0.2.4
15462026-06-25T23:10:24.473Z Downloaded icu_properties_data v2.2.0
15472026-06-25T23:10:24.485Z Downloaded typenum v1.20.1
15482026-06-25T23:10:24.488Z Downloaded rayon v1.12.0
15492026-06-25T23:10:24.491Z Downloaded serde_json v1.0.150
15502026-06-25T23:10:24.495Z Downloaded regex v1.12.3
15512026-06-25T23:10:24.502Z Downloaded reqwest v0.12.28
15522026-06-25T23:10:24.506Z Downloaded reqwest v0.13.4
15532026-06-25T23:10:24.513Z Downloaded portable-atomic v1.13.1
15542026-06-25T23:10:24.516Z Downloaded chrono v0.4.45
15552026-06-25T23:10:24.520Z Downloaded typed-path v0.9.3
15562026-06-25T23:10:24.523Z Downloaded tower v0.5.3
15572026-06-25T23:10:24.528Z Downloaded tokio-util v0.7.18
15582026-06-25T23:10:24.537Z Downloaded unicode-segmentation v1.13.3
15592026-06-25T23:10:24.541Z Downloaded aws-lc-rs v1.17.0
15602026-06-25T23:10:24.549Z Downloaded unicode-normalization v0.1.25
15612026-06-25T23:10:24.556Z Downloaded moka v0.12.15
15622026-06-25T23:10:24.563Z Downloaded serde_with v3.20.0
15632026-06-25T23:10:24.580Z Downloaded winnow v0.5.40
15642026-06-25T23:10:24.585Z Downloaded quinn-proto v0.11.14
15652026-06-25T23:10:24.593Z Downloaded proptest v1.11.0
15662026-06-25T23:10:24.604Z Downloaded zerovec v0.11.6
15672026-06-25T23:10:24.608Z Downloaded curve25519-dalek v4.1.3
15682026-06-25T23:10:24.618Z Downloaded tower-http v0.6.11
15692026-06-25T23:10:24.622Z Downloaded tough v0.22.0
15702026-06-25T23:10:24.627Z Downloaded winnow v1.0.3
15712026-06-25T23:10:24.637Z Downloaded goblin v0.10.7
15722026-06-25T23:10:24.641Z Downloaded tabled v0.21.0
15732026-06-25T23:10:24.650Z Downloaded winnow v0.7.15
15742026-06-25T23:10:24.672Z Downloaded bstr v1.12.1
15752026-06-25T23:10:24.677Z Downloaded zerocopy v0.7.35
15762026-06-25T23:10:24.685Z Downloaded openssl v0.10.80
15772026-06-25T23:10:24.693Z Downloaded tabled v0.15.0
15782026-06-25T23:10:24.712Z Downloaded unicode-width v0.1.14
15792026-06-25T23:10:24.721Z Downloaded unicode-width v0.2.2
15802026-06-25T23:10:24.729Z Downloaded smoltcp v0.11.0
15812026-06-25T23:10:24.736Z Downloaded regress v0.11.1
15822026-06-25T23:10:24.740Z Downloaded time v0.3.47
15832026-06-25T23:10:24.747Z Downloaded syn v1.0.109
15842026-06-25T23:10:24.762Z Downloaded rustls v0.23.40
15852026-06-25T23:10:24.767Z Downloaded webpki-roots v1.0.7
15862026-06-25T23:10:24.771Z Downloaded vcpkg v0.2.15
15872026-06-25T23:10:24.791Z Downloaded rustix v1.1.4
15882026-06-25T23:10:24.803Z Downloaded hickory-proto v0.24.4
15892026-06-25T23:10:24.811Z Downloaded dropshot v0.17.1
15902026-06-25T23:10:24.829Z Downloaded rhai v1.25.1
15912026-06-25T23:10:24.835Z Downloaded nix v0.31.3
15922026-06-25T23:10:24.841Z Downloaded regress v0.10.5
15932026-06-25T23:10:24.846Z Downloaded zerocopy v0.8.50
15942026-06-25T23:10:24.859Z Downloaded rustix v0.38.44
15952026-06-25T23:10:24.868Z Downloaded regex-syntax v0.8.10
15962026-06-25T23:10:24.874Z Downloaded openapiv3 v2.2.0
15972026-06-25T23:10:24.878Z Downloaded hickory-proto v0.25.2
15982026-06-25T23:10:24.887Z Downloaded syn v2.0.117
15992026-06-25T23:10:24.919Z Downloaded sled v0.34.7
16002026-06-25T23:10:24.926Z Downloaded tracing v0.1.44
16012026-06-25T23:10:24.938Z Downloaded typify-impl v0.6.2
16022026-06-25T23:10:24.945Z Downloaded petgraph v0.6.5
16032026-06-25T23:10:24.955Z Downloaded typify-impl v0.4.3
16042026-06-25T23:10:24.964Z Downloaded lzma-sys v0.1.20
16052026-06-25T23:10:24.981Z Downloaded jiff v0.2.28
16062026-06-25T23:10:24.992Z Downloaded chrono-tz v0.10.4
16072026-06-25T23:10:25.002Z Downloaded petgraph v0.8.3
16082026-06-25T23:10:25.016Z Downloaded regex-automata v0.4.14
16092026-06-25T23:10:25.024Z Downloaded csv v1.4.0
16102026-06-25T23:10:25.051Z Downloaded tokio v1.52.3
16112026-06-25T23:10:25.074Z Downloaded libc v0.2.186
16122026-06-25T23:10:25.101Z Downloaded sha3 v0.10.9
16132026-06-25T23:10:25.133Z Downloaded encoding_rs v0.8.35
16142026-06-25T23:10:25.146Z Downloaded ring v0.17.14
16152026-06-25T23:10:25.705Z Downloaded aws-lc-sys v0.41.0
16162026-06-25T23:10:26.063Z Compiling proc-macro2 v1.0.106
16172026-06-25T23:10:26.063Z Compiling quote v1.0.45
16182026-06-25T23:10:26.063Z Compiling unicode-ident v1.0.24
16192026-06-25T23:10:26.063Z Compiling serde_core v1.0.228
16202026-06-25T23:10:26.063Z Compiling serde v1.0.228
16212026-06-25T23:10:26.063Z Compiling libc v0.2.186
16222026-06-25T23:10:26.063Z Compiling cfg-if v1.0.4
16232026-06-25T23:10:26.368Z Compiling zmij v1.0.21
16242026-06-25T23:10:26.386Z Compiling autocfg v1.5.1
16252026-06-25T23:10:26.840Z Compiling memchr v2.8.1
16262026-06-25T23:10:26.844Z Compiling libm v0.2.16
16272026-06-25T23:10:27.181Z Compiling itoa v1.0.18
16282026-06-25T23:10:27.258Z Compiling icu_properties_data v2.2.0
16292026-06-25T23:10:27.424Z Compiling icu_normalizer_data v2.2.0
16302026-06-25T23:10:27.443Z Compiling version_check v0.9.5
16312026-06-25T23:10:27.507Z Compiling stable_deref_trait v1.2.1
16322026-06-25T23:10:27.667Z Compiling serde_json v1.0.150
16332026-06-25T23:10:27.685Z Compiling syn v2.0.117
16342026-06-25T23:10:27.723Z Compiling parking_lot_core v0.9.12
16352026-06-25T23:10:27.745Z Compiling writeable v0.6.3
16362026-06-25T23:10:27.960Z Compiling litemap v0.8.2
16372026-06-25T23:10:28.000Z Compiling num-traits v0.2.19
16382026-06-25T23:10:28.041Z Compiling utf8_iter v1.0.4
16392026-06-25T23:10:28.111Z Compiling percent-encoding v2.3.2
16402026-06-25T23:10:28.367Z Compiling thiserror v2.0.18
16412026-06-25T23:10:28.389Z Compiling form_urlencoded v1.2.2
16422026-06-25T23:10:28.430Z Compiling rand_core v0.10.1
16432026-06-25T23:10:28.448Z Compiling getrandom v0.4.2
16442026-06-25T23:10:28.607Z Compiling zerocopy v0.8.50
16452026-06-25T23:10:28.669Z Compiling errno v0.3.14
16462026-06-25T23:10:28.819Z Compiling iana-time-zone v0.1.65
16472026-06-25T23:10:28.935Z Compiling heck v0.5.0
16482026-06-25T23:10:29.172Z Compiling uuid v1.23.2
16492026-06-25T23:10:29.192Z Compiling jobserver v0.1.34
16502026-06-25T23:10:29.476Z Compiling shlex v2.0.1
16512026-06-25T23:10:29.545Z Compiling find-msvc-tools v0.1.9
16522026-06-25T23:10:29.691Z Compiling rustversion v1.0.22
16532026-06-25T23:10:29.828Z Compiling cc v1.2.63
16542026-06-25T23:10:29.849Z Compiling semver v1.0.28
16552026-06-25T23:10:29.926Z Compiling dyn-clone v1.0.20
16562026-06-25T23:10:30.014Z Compiling schemars v0.8.22
16572026-06-25T23:10:30.186Z Compiling pin-project-lite v0.2.17
16582026-06-25T23:10:30.305Z Compiling getrandom v0.2.17
16592026-06-25T23:10:30.353Z Compiling scopeguard v1.2.0
16602026-06-25T23:10:30.493Z Compiling lock_api v0.4.14
16612026-06-25T23:10:30.554Z Compiling bitflags v2.12.1
16622026-06-25T23:10:30.635Z Compiling socket2 v0.6.4
16632026-06-25T23:10:30.744Z Compiling synstructure v0.13.2
16642026-06-25T23:10:30.774Z Compiling serde_derive_internals v0.29.1
16652026-06-25T23:10:30.825Z Compiling cmake v0.1.58
16662026-06-25T23:10:31.062Z Compiling signal-hook-registry v1.4.8
16672026-06-25T23:10:31.201Z Compiling mio v1.2.1
16682026-06-25T23:10:31.234Z Compiling dunce v1.0.5
16692026-06-25T23:10:31.294Z Compiling fs_extra v1.3.0
16702026-06-25T23:10:31.362Z Compiling portable-atomic v1.13.1
16712026-06-25T23:10:31.501Z Compiling critical-section v1.2.0
16722026-06-25T23:10:31.523Z Compiling futures-core v0.3.32
16732026-06-25T23:10:31.584Z Compiling log v0.4.32
16742026-06-25T23:10:31.619Z Compiling aws-lc-sys v0.41.0
16752026-06-25T23:10:31.698Z Compiling subtle v2.6.1
16762026-06-25T23:10:31.776Z Compiling equivalent v1.0.2
16772026-06-25T23:10:31.877Z Compiling httparse v1.10.1
16782026-06-25T23:10:31.912Z Compiling futures-sink v0.3.32
16792026-06-25T23:10:31.965Z Compiling slab v0.4.12
16802026-06-25T23:10:32.010Z Compiling ucd-trie v0.1.7
16812026-06-25T23:10:32.047Z Compiling rustix v1.1.4
16822026-06-25T23:10:32.076Z Compiling serde_derive v1.0.228
16832026-06-25T23:10:32.165Z Compiling zerofrom-derive v0.1.7
16842026-06-25T23:10:32.186Z Compiling yoke-derive v0.8.2
16852026-06-25T23:10:32.252Z Compiling zerovec-derive v0.11.3
16862026-06-25T23:10:32.279Z Compiling displaydoc v0.2.6
16872026-06-25T23:10:32.429Z Compiling schemars_derive v0.8.22
16882026-06-25T23:10:32.554Z Compiling thiserror-impl v2.0.18
16892026-06-25T23:10:32.670Z Compiling tokio-macros v2.7.0
16902026-06-25T23:10:33.087Z Compiling zerocopy-derive v0.8.50
16912026-06-25T23:10:33.291Z Compiling zeroize_derive v1.4.3
16922026-06-25T23:10:33.366Z Compiling futures-macro v0.3.32
16932026-06-25T23:10:33.384Z Compiling zerofrom v0.1.8
16942026-06-25T23:10:33.441Z Compiling once_cell v1.21.4
16952026-06-25T23:10:33.516Z Compiling yoke v0.8.3
16962026-06-25T23:10:33.659Z Compiling thiserror v1.0.69
16972026-06-25T23:10:33.721Z Compiling pest v2.8.6
16982026-06-25T23:10:33.762Z Compiling zerovec v0.11.6
16992026-06-25T23:10:33.867Z Compiling zerotrie v0.2.4
17002026-06-25T23:10:33.990Z Compiling zeroize v1.8.2
17012026-06-25T23:10:34.243Z Compiling typenum v1.20.1
17022026-06-25T23:10:34.263Z Compiling thiserror-impl v1.0.69
17032026-06-25T23:10:34.279Z Compiling futures-channel v0.3.32
17042026-06-25T23:10:34.326Z Compiling tinystr v0.8.3
17052026-06-25T23:10:34.392Z Compiling potential_utf v0.1.5
17062026-06-25T23:10:34.563Z Compiling icu_locale_core v2.2.0
17072026-06-25T23:10:34.568Z Compiling icu_collections v2.2.0
17082026-06-25T23:10:34.594Z Compiling futures-io v0.3.32
17092026-06-25T23:10:34.801Z Compiling pest_meta v2.8.6
17102026-06-25T23:10:35.088Z Compiling futures-task v0.3.32
17112026-06-25T23:10:35.271Z Compiling futures-util v0.3.32
17122026-06-25T23:10:35.335Z Compiling regex-syntax v0.8.10
17132026-06-25T23:10:35.459Z Compiling smallvec v1.15.1
17142026-06-25T23:10:35.470Z Compiling bytes v1.11.1
17152026-06-25T23:10:35.470Z Compiling icu_provider v2.2.0
17162026-06-25T23:10:35.730Z Compiling chrono v0.4.45
17172026-06-25T23:10:36.048Z Compiling icu_properties v2.2.0
17182026-06-25T23:10:36.116Z Compiling icu_normalizer v2.2.0
17192026-06-25T23:10:36.753Z Compiling parking_lot v0.12.5
17202026-06-25T23:10:37.306Z Compiling idna_adapter v1.2.2
17212026-06-25T23:10:37.398Z Compiling tokio v1.52.3
17222026-06-25T23:10:37.459Z Compiling idna v1.1.0
17232026-06-25T23:10:37.498Z Compiling serde_tokenstream v0.2.3
17242026-06-25T23:10:37.644Z Compiling pest_generator v2.8.6
17252026-06-25T23:10:37.802Z Compiling url v2.5.8
17262026-06-25T23:10:37.836Z Compiling getrandom v0.3.4
17272026-06-25T23:10:37.943Z Compiling strsim v0.11.1
17282026-06-25T23:10:38.191Z Compiling rand_core v0.6.4
17292026-06-25T23:10:38.217Z Compiling aho-corasick v1.1.4
17302026-06-25T23:10:38.251Z Compiling hashbrown v0.17.1
17312026-06-25T23:10:38.263Z Compiling pest_derive v2.8.6
17322026-06-25T23:10:38.859Z Compiling byteorder v1.5.0
17332026-06-25T23:10:38.998Z Compiling indexmap v2.14.0
17342026-06-25T23:10:39.171Z Compiling regex-automata v0.4.14
17352026-06-25T23:10:39.314Z Compiling tracing-core v0.1.36
17362026-06-25T23:10:39.598Z Compiling ipnetwork v0.21.1
17372026-06-25T23:10:39.660Z Compiling tracing-attributes v0.1.31
17382026-06-25T23:10:39.884Z Compiling ident_case v1.0.1
17392026-06-25T23:10:40.025Z Compiling slog v2.8.2
17402026-06-25T23:10:40.360Z Compiling paste v1.0.15
17412026-06-25T23:10:40.429Z Compiling anyhow v1.0.102
17422026-06-25T23:10:40.692Z Compiling fnv v1.0.7
17432026-06-25T23:10:40.825Z Compiling base64 v0.22.1
17442026-06-25T23:10:40.908Z Compiling regex v1.12.3
17452026-06-25T23:10:40.960Z Compiling tracing v0.1.44
17462026-06-25T23:10:41.328Z Compiling erased-serde v0.3.31
17472026-06-25T23:10:41.394Z Compiling omicron-workspace-hack v0.1.0
17482026-06-25T23:10:41.745Z Compiling http v1.4.1
17492026-06-25T23:10:42.485Z Compiling oxnet v0.1.6
17502026-06-25T23:10:42.716Z Compiling rustls-pki-types v1.14.1
17512026-06-25T23:10:43.145Z Compiling scroll_derive v0.13.1
17522026-06-25T23:10:43.569Z Compiling ring v0.17.14
17532026-06-25T23:10:43.628Z Compiling aws-lc-rs v1.17.0
17542026-06-25T23:10:43.820Z Compiling num-conv v0.2.2
17552026-06-25T23:10:43.980Z Compiling time-core v0.1.8
17562026-06-25T23:10:44.133Z Compiling time-macros v0.2.27
17572026-06-25T23:10:44.372Z Compiling tokio-util v0.7.18
17582026-06-25T23:10:44.487Z Compiling untrusted v0.9.0
17592026-06-25T23:10:44.625Z Compiling ipnet v2.12.0
17602026-06-25T23:10:45.111Z Compiling untrusted v0.7.1
17612026-06-25T23:10:45.249Z Compiling ppv-lite86 v0.2.21
17622026-06-25T23:10:45.598Z Compiling async-trait v0.1.89
17632026-06-25T23:10:45.694Z Compiling daft-derive v0.1.7
17642026-06-25T23:10:45.793Z Compiling rustls v0.23.40
17652026-06-25T23:10:45.812Z Compiling camino v1.2.2
17662026-06-25T23:10:46.043Z Compiling crc32fast v1.5.0
17672026-06-25T23:10:46.289Z Compiling http-body v1.0.1
17682026-06-25T23:10:46.489Z Compiling crossbeam-utils v0.8.21
17692026-06-25T23:10:46.523Z Compiling atomic-waker v1.1.2
17702026-06-25T23:10:46.582Z Compiling pretty-hex v0.4.2
17712026-06-25T23:10:46.610Z Compiling usdt-impl v0.6.0
17722026-06-25T23:10:46.853Z Compiling scroll v0.13.0
17732026-06-25T23:10:47.132Z Compiling tower-layer v0.3.3
17742026-06-25T23:10:47.190Z Compiling try-lock v0.2.5
17752026-06-25T23:10:47.229Z Compiling ryu v1.0.23
17762026-06-25T23:10:47.315Z Compiling tower-service v0.3.3
17772026-06-25T23:10:47.341Z Compiling plain v0.2.3
17782026-06-25T23:10:47.427Z Compiling want v0.3.1
17792026-06-25T23:10:47.467Z Compiling goblin v0.10.7
17802026-06-25T23:10:47.617Z Compiling h2 v0.4.14
17812026-06-25T23:10:48.279Z Compiling httpdate v1.0.3
17822026-06-25T23:10:48.665Z Compiling slog-async v2.8.0
17832026-06-25T23:10:49.007Z Compiling dtrace-parser v0.3.0
17842026-06-25T23:10:49.116Z Compiling thread-id v5.1.0
17852026-06-25T23:10:49.586Z Compiling ref-cast v1.0.25
17862026-06-25T23:10:50.050Z Compiling hyper v1.10.1
17872026-06-25T23:10:51.315Z Compiling dof v0.4.0
17882026-06-25T23:10:51.422Z Compiling hyper-util v0.1.20
17892026-06-25T23:10:53.448Z Compiling rand_core v0.9.5
17902026-06-25T23:10:53.496Z Compiling serde_urlencoded v0.7.1
17912026-06-25T23:10:53.696Z Compiling http-body-util v0.1.3
17922026-06-25T23:10:53.840Z Compiling ref-cast-impl v1.0.25
17932026-06-25T23:10:54.196Z Compiling syn v1.0.109
17942026-06-25T23:10:54.463Z Compiling usdt-macro v0.6.0
17952026-06-25T23:10:54.537Z Compiling usdt-attr-macro v0.6.0
17962026-06-25T23:10:54.624Z Compiling structmeta-derive v0.3.0
17972026-06-25T23:10:55.275Z Compiling multer v3.1.0
17982026-06-25T23:10:55.487Z Compiling foldhash v0.2.0
17992026-06-25T23:10:55.556Z Compiling powerfmt v0.2.0
18002026-06-25T23:10:55.581Z Compiling allocator-api2 v0.2.21
18012026-06-25T23:10:55.821Z Compiling structmeta v0.3.0
18022026-06-25T23:10:55.837Z Compiling deranged v0.5.8
18032026-06-25T23:10:55.979Z Compiling hashbrown v0.16.1
18042026-06-25T23:10:56.000Z Compiling rand_chacha v0.9.0
18052026-06-25T23:10:56.468Z Compiling darling_core v0.23.0
18062026-06-25T23:10:56.590Z Compiling newtype-uuid-macros v0.1.0
18072026-06-25T23:10:56.904Z Compiling num_threads v0.1.7
18082026-06-25T23:10:57.180Z Compiling rand v0.9.4
18092026-06-25T23:10:57.229Z Compiling time v0.3.47
18102026-06-25T23:10:57.448Z Compiling newtype-uuid v1.3.2
18112026-06-25T23:10:57.918Z Compiling async-stream-impl v0.3.6
18122026-06-25T23:10:58.235Z Compiling strum_macros v0.26.4
18132026-06-25T23:10:58.398Z Compiling sync_wrapper v1.0.2
18142026-06-25T23:10:58.525Z Compiling dropshot v0.17.1
18152026-06-25T23:10:58.653Z Compiling darling_macro v0.23.0
18162026-06-25T23:10:58.814Z Compiling hex v0.4.3
18172026-06-25T23:10:59.126Z Compiling tower v0.5.3
18182026-06-25T23:10:59.269Z Compiling daft v0.1.7
18192026-06-25T23:10:59.316Z Compiling darling v0.23.0
18202026-06-25T23:10:59.425Z Compiling crossbeam-channel v0.5.15
18212026-06-25T23:10:59.727Z Compiling webpki-roots v1.0.7
18222026-06-25T23:10:59.856Z Compiling openapiv3 v2.2.0
18232026-06-25T23:11:00.071Z Compiling generic-array v0.14.7
18242026-06-25T23:11:00.337Z Compiling fastrand v2.4.1
18252026-06-25T23:11:00.687Z Compiling tower-http v0.6.11
18262026-06-25T23:11:00.800Z Compiling serde_with_macros v3.20.0
18272026-06-25T23:11:01.367Z Compiling dropshot_endpoint v0.17.1
18282026-06-25T23:11:01.474Z Compiling futures-executor v0.3.32
18292026-06-25T23:11:01.937Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18302026-06-25T23:11:01.957Z Compiling thread_local v1.1.9
18312026-06-25T23:11:02.255Z Compiling openssl-probe v0.2.1
18322026-06-25T23:11:02.383Z Compiling cpufeatures v0.3.0
18332026-06-25T23:11:02.396Z Compiling rustls-native-certs v0.8.4
18342026-06-25T23:11:02.436Z Compiling futures v0.3.32
18352026-06-25T23:11:03.046Z Compiling derive-ex v0.1.8
18362026-06-25T23:11:03.184Z Compiling strum_macros v0.27.2
18372026-06-25T23:11:03.202Z Compiling is-terminal v0.4.17
18382026-06-25T23:11:03.310Z Compiling winnow v1.0.3
18392026-06-25T23:11:03.978Z Compiling take_mut v0.2.2
18402026-06-25T23:11:04.089Z Compiling term v1.2.1
18412026-06-25T23:11:04.663Z Compiling test-strategy v0.4.5
18422026-06-25T23:11:04.829Z Compiling slog-term v2.9.2
18432026-06-25T23:11:09.169Z Compiling tempfile v3.27.0
18442026-06-25T23:11:09.169Z Compiling macaddr v1.0.1
18452026-06-25T23:11:09.169Z Compiling hybrid-array v0.4.12
18462026-06-25T23:11:09.169Z Compiling adler2 v2.0.1
18472026-06-25T23:11:09.169Z Compiling simd-adler32 v0.3.9
18482026-06-25T23:11:09.169Z Compiling match_cfg v0.1.0
18492026-06-25T23:11:09.169Z Compiling miniz_oxide v0.8.9
18502026-06-25T23:11:09.169Z Compiling hostname v0.3.1
18512026-06-25T23:11:09.169Z Compiling slog-json v2.6.1
18522026-06-25T23:11:09.169Z Compiling memmap2 v0.9.10
18532026-06-25T23:11:09.169Z Compiling usdt v0.6.0
18542026-06-25T23:11:09.169Z Compiling slog-bunyan v2.5.0
18552026-06-25T23:11:09.169Z Compiling flate2 v1.1.9
18562026-06-25T23:11:09.169Z Compiling block-buffer v0.12.0
18572026-06-25T23:11:09.311Z Compiling crypto-common v0.2.2
18582026-06-25T23:11:09.492Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-25T23:11:09.616Z Compiling compression-core v0.4.32
18602026-06-25T23:11:09.636Z Compiling debug-ignore v1.0.5
18612026-06-25T23:11:09.753Z Compiling const-oid v0.10.2
18622026-06-25T23:11:09.921Z Compiling either v1.16.0
18632026-06-25T23:11:10.042Z Compiling digest v0.11.3
18642026-06-25T23:11:10.161Z Compiling compression-codecs v0.4.38
18652026-06-25T23:11:10.309Z Compiling toml_parser v1.1.2+spec-1.1.0
18662026-06-25T23:11:10.523Z Compiling crypto-common v0.1.7
18672026-06-25T23:11:10.542Z Compiling parse-display-derive v0.10.0
18682026-06-25T23:11:10.675Z Compiling rand_chacha v0.3.1
18692026-06-25T23:11:10.803Z Compiling toml_datetime v1.1.1+spec-1.1.0
18702026-06-25T23:11:10.836Z Compiling serde_spanned v1.1.1
18712026-06-25T23:11:11.003Z Compiling encoding_rs v0.8.35
18722026-06-25T23:11:11.237Z Compiling mime v0.3.17
18732026-06-25T23:11:11.328Z Compiling toml_writer v1.1.1+spec-1.1.0
18742026-06-25T23:11:11.347Z Compiling spin v0.9.8
18752026-06-25T23:11:11.602Z Compiling toml v1.1.2+spec-1.1.0
18762026-06-25T23:11:11.677Z Compiling rand v0.8.6
18772026-06-25T23:11:11.729Z Compiling async-compression v0.4.42
18782026-06-25T23:11:12.033Z Compiling sha1 v0.11.0
18792026-06-25T23:11:12.208Z Compiling strum v0.26.3
18802026-06-25T23:11:12.424Z Compiling async-stream v0.3.6
18812026-06-25T23:11:12.487Z Compiling waitgroup v0.1.2
18822026-06-25T23:11:12.632Z Compiling rustls-pemfile v2.2.0
18832026-06-25T23:11:12.658Z Compiling serde_path_to_error v0.1.20
18842026-06-25T23:11:12.720Z Compiling wait-timeout v0.2.1
18852026-06-25T23:11:12.928Z Compiling hostname v0.4.2
18862026-06-25T23:11:13.210Z Compiling bit-vec v0.8.0
18872026-06-25T23:11:13.385Z Compiling quick-error v1.2.3
18882026-06-25T23:11:13.534Z Compiling rusty-fork v0.3.1
18892026-06-25T23:11:13.534Z Compiling bit-set v0.8.0
18902026-06-25T23:11:13.639Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-25T23:11:13.776Z Compiling serde_with v3.20.0
18922026-06-25T23:11:14.163Z Compiling rand_xorshift v0.4.0
18932026-06-25T23:11:14.280Z Compiling unarray v0.1.4
18942026-06-25T23:11:14.411Z Compiling proptest v1.11.0
18952026-06-25T23:11:14.511Z Compiling strum v0.27.2
18962026-06-25T23:11:14.662Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18972026-06-25T23:11:14.826Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18982026-06-25T23:11:14.970Z Compiling instant v0.1.13
18992026-06-25T23:11:15.266Z Compiling itertools v0.14.0
19002026-06-25T23:11:15.342Z Compiling iddqd v0.4.2
19012026-06-25T23:11:15.944Z Compiling unicode-width v0.2.2
19022026-06-25T23:11:16.360Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-06-25T23:11:16.505Z Compiling block-buffer v0.10.4
19042026-06-25T23:11:16.691Z Compiling backon v1.6.0
19052026-06-25T23:11:16.716Z Compiling regress v0.10.5
19062026-06-25T23:11:16.984Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19072026-06-25T23:11:18.668Z Compiling digest v0.10.7
19082026-06-25T23:11:18.877Z Compiling backoff v0.4.0
19092026-06-25T23:11:19.112Z Compiling parse-display v0.10.0
19102026-06-25T23:11:19.398Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19112026-06-25T23:11:20.475Z Compiling humantime v2.3.0
19122026-06-25T23:11:22.022Z Compiling regress v0.11.1
19132026-06-25T23:11:23.181Z Compiling zerocopy-derive v0.7.35
19142026-06-25T23:11:23.660Z Compiling typify-impl v0.6.2
19152026-06-25T23:11:24.258Z Compiling darling_core v0.21.3
19162026-06-25T23:11:24.476Z Compiling clap_derive v4.6.1
19172026-06-25T23:11:24.672Z Compiling convert_case v0.4.0
19182026-06-25T23:11:25.365Z Compiling utf8parse v0.2.2
19192026-06-25T23:11:25.492Z Compiling cpufeatures v0.2.17
19202026-06-25T23:11:25.580Z Compiling anstyle-parse v1.0.0
19212026-06-25T23:11:25.820Z Compiling derive_more v0.99.20
19222026-06-25T23:11:26.450Z Compiling darling_macro v0.21.3
19232026-06-25T23:11:27.083Z Compiling terminal_size v0.4.4
19242026-06-25T23:11:27.102Z Compiling toml_datetime v0.6.11
19252026-06-25T23:11:27.158Z Compiling anstyle-query v1.1.5
19262026-06-25T23:11:27.192Z Compiling typify-macro v0.6.2
19272026-06-25T23:11:27.273Z Compiling colorchoice v1.0.5
19282026-06-25T23:11:27.345Z Compiling anstyle v1.0.14
19292026-06-25T23:11:27.483Z Compiling is_terminal_polyfill v1.70.2
19302026-06-25T23:11:27.609Z Compiling anstream v1.0.0
19312026-06-25T23:11:27.720Z Compiling darling v0.21.3
19322026-06-25T23:11:28.247Z Compiling secrecy v0.10.3
19332026-06-25T23:11:28.502Z Compiling crucible-workspace-hack v0.1.0
19342026-06-25T23:11:28.580Z Compiling tinyvec_macros v0.1.1
19352026-06-25T23:11:28.658Z Compiling heapless v0.8.0
19362026-06-25T23:11:28.786Z Compiling clap_lex v1.1.0
19372026-06-25T23:11:29.043Z Compiling clap_builder v4.6.0
19382026-06-25T23:11:29.173Z Compiling typify v0.6.2
19392026-06-25T23:11:29.208Z Compiling tinyvec v1.11.0
19402026-06-25T23:11:29.477Z Compiling ingot-macros v0.1.1
19412026-06-25T23:11:29.657Z Compiling zerocopy v0.7.35
19422026-06-25T23:11:29.952Z Compiling hash32 v0.3.1
19432026-06-25T23:11:30.121Z Compiling scroll_derive v0.12.1
19442026-06-25T23:11:30.154Z Compiling rustc_version v0.4.1
19452026-06-25T23:11:30.448Z Compiling num-integer v0.1.46
19462026-06-25T23:11:30.451Z Compiling usdt-impl v0.5.0
19472026-06-25T23:11:30.758Z Compiling smoltcp v0.11.0
19482026-06-25T23:11:30.895Z Compiling scroll v0.12.0
19492026-06-25T23:11:31.076Z Compiling clap v4.6.1
19502026-06-25T23:11:31.167Z Compiling curve25519-dalek v4.1.3
19512026-06-25T23:11:31.208Z Compiling dof v0.3.0
19522026-06-25T23:11:32.290Z Compiling ingot-types v0.1.2
19532026-06-25T23:11:32.922Z Compiling hmac v0.12.1
19542026-06-25T23:11:33.095Z Compiling dtrace-parser v0.2.0
19552026-06-25T23:11:33.130Z Compiling inout v0.1.4
19562026-06-25T23:11:33.304Z Compiling ff v0.13.1
19572026-06-25T23:11:33.304Z Compiling cobs v0.3.0
19582026-06-25T23:11:33.603Z Compiling thread-id v4.2.2
19592026-06-25T23:11:33.957Z Compiling bitflags v1.3.2
19602026-06-25T23:11:34.032Z Compiling managed v0.8.0
19612026-06-25T23:11:34.050Z Compiling unsafe-libyaml v0.2.11
19622026-06-25T23:11:34.619Z Compiling serde_yaml v0.9.34+deprecated
19632026-06-25T23:11:35.289Z Compiling postcard v1.1.3
19642026-06-25T23:11:35.698Z Compiling group v0.13.0
19652026-06-25T23:11:35.833Z Compiling cipher v0.4.4
19662026-06-25T23:11:35.988Z Compiling hkdf v0.12.4
19672026-06-25T23:11:36.105Z Compiling ingot v0.1.1
19682026-06-25T23:11:36.755Z Compiling goblin v0.8.2
19692026-06-25T23:11:37.137Z Compiling num-iter v0.1.45
19702026-06-25T23:11:37.283Z Compiling num-rational v0.4.2
19712026-06-25T23:11:38.537Z Compiling tabwriter v1.4.1
19722026-06-25T23:11:38.577Z Compiling universal-hash v0.5.1
19732026-06-25T23:11:38.738Z Compiling crypto-bigint v0.5.5
19742026-06-25T23:11:38.849Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-25T23:11:38.936Z Compiling hubpack_derive v0.1.1
19762026-06-25T23:11:39.517Z Compiling thiserror-impl-no-std v2.0.2
19772026-06-25T23:11:39.775Z Compiling crossbeam-epoch v0.9.18
19782026-06-25T23:11:40.236Z Compiling half v2.7.1
19792026-06-25T23:11:40.303Z Compiling curve25519-dalek-derive v0.1.1
19802026-06-25T23:11:40.685Z Compiling num-complex v0.4.6
19812026-06-25T23:11:41.180Z Compiling memoffset v0.9.1
19822026-06-25T23:11:41.304Z Compiling base16ct v0.2.0
19832026-06-25T23:11:41.387Z Compiling opaque-debug v0.3.1
19842026-06-25T23:11:41.525Z Compiling base64ct v1.8.3
19852026-06-25T23:11:41.923Z Compiling ciborium-io v0.2.2
19862026-06-25T23:11:41.993Z Compiling prettyplease v0.2.37
19872026-06-25T23:11:42.028Z Compiling cfg_aliases v0.2.1
19882026-06-25T23:11:42.132Z Compiling nix v0.31.3
19892026-06-25T23:11:42.541Z Compiling ciborium-ll v0.2.2
19902026-06-25T23:11:42.810Z Compiling password-hash v0.5.0
19912026-06-25T23:11:43.728Z Compiling poly1305 v0.8.0
19922026-06-25T23:11:43.806Z Compiling elliptic-curve v0.13.8
19932026-06-25T23:11:44.139Z Compiling num v0.4.3
19942026-06-25T23:11:44.241Z Compiling thiserror-no-std v2.0.2
19952026-06-25T23:11:44.360Z Compiling hubpack v0.1.2
19962026-06-25T23:11:45.125Z Compiling chacha20 v0.9.1
19972026-06-25T23:11:45.481Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19982026-06-25T23:11:45.710Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19992026-06-25T23:11:46.281Z Compiling reqwest v0.12.28
20002026-06-25T23:11:47.119Z Compiling toml_edit v0.25.12+spec-1.1.0
20012026-06-25T23:11:47.203Z Compiling blake2 v0.10.6
20022026-06-25T23:11:47.371Z Compiling aead v0.5.2
20032026-06-25T23:11:47.729Z Compiling byte-wrapper v0.1.0
20042026-06-25T23:11:47.836Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20052026-06-25T23:11:48.080Z Compiling serde_repr v0.1.20
20062026-06-25T23:11:48.729Z Compiling proc-macro-error-attr v1.0.4
20072026-06-25T23:11:48.854Z Compiling bstr v1.12.1
20082026-06-25T23:11:49.013Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20092026-06-25T23:11:49.016Z Compiling rustix v0.38.44
20102026-06-25T23:11:49.055Z Compiling keccak v0.1.6
20112026-06-25T23:11:49.439Z Compiling float-ord v0.3.2
20122026-06-25T23:11:49.529Z Compiling static_assertions v1.1.0
20132026-06-25T23:11:49.639Z Compiling sha3 v0.10.9
20142026-06-25T23:11:49.791Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20152026-06-25T23:11:49.957Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-25T23:11:50.478Z Compiling proc-macro-crate v3.5.0
20172026-06-25T23:11:50.576Z Compiling chacha20poly1305 v0.10.1
20182026-06-25T23:11:50.719Z Compiling argon2 v0.5.3
20192026-06-25T23:11:50.897Z Compiling progenitor-client v0.10.0
20202026-06-25T23:11:51.436Z Compiling vsss-rs v3.3.4
20212026-06-25T23:11:53.022Z Compiling ciborium v0.2.2
20222026-06-25T23:11:53.239Z Compiling usdt-attr-macro v0.5.0
20232026-06-25T23:11:53.777Z Compiling rustls-webpki v0.103.13
20242026-06-25T23:11:53.954Z Compiling usdt-macro v0.5.0
20252026-06-25T23:11:56.073Z Compiling enum-as-inner v0.6.1
20262026-06-25T23:11:56.312Z Compiling num-derive v0.4.2
20272026-06-25T23:11:56.406Z Compiling proc-macro-error v1.0.4
20282026-06-25T23:11:56.692Z Compiling memmap v0.7.0
20292026-06-25T23:11:56.713Z Compiling winnow v0.5.40
20302026-06-25T23:11:56.949Z Compiling indent_write v2.2.0
20312026-06-25T23:11:56.969Z Compiling data-encoding v2.11.0
20322026-06-25T23:11:57.370Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20332026-06-25T23:11:57.778Z Compiling usdt v0.5.0
20342026-06-25T23:11:58.009Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-25T23:11:58.163Z Compiling toml_edit v0.19.15
20362026-06-25T23:11:58.421Z Compiling tokio-rustls v0.26.4
20372026-06-25T23:11:58.743Z Compiling hyper-rustls v0.27.9
20382026-06-25T23:11:58.790Z Compiling rustls-platform-verifier v0.7.0
20392026-06-25T23:11:59.362Z Compiling reqwest v0.13.4
20402026-06-25T23:12:00.366Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20412026-06-25T23:12:00.502Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-25T23:12:00.854Z Compiling progenitor-client v0.14.0
20432026-06-25T23:12:01.387Z Compiling progenitor-extras v0.2.0
20442026-06-25T23:12:01.656Z Compiling num_enum_derive v0.7.6
20452026-06-25T23:12:02.918Z Compiling serde_spanned v0.6.9
20462026-06-25T23:12:03.084Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-25T23:12:03.801Z Compiling foreign-types-macros v0.2.3
20482026-06-25T23:12:04.889Z Compiling pkg-config v0.3.33
20492026-06-25T23:12:08.589Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-25T23:12:08.904Z Compiling winnow v0.7.15
20512026-06-25T23:12:11.934Z Compiling bytecount v0.6.9
20522026-06-25T23:12:12.159Z Compiling foreign-types-shared v0.3.1
20532026-06-25T23:12:12.308Z Compiling colored v3.1.1
20542026-06-25T23:12:13.136Z Compiling toml_write v0.1.2
20552026-06-25T23:12:13.408Z Compiling vcpkg v0.2.15
20562026-06-25T23:12:14.055Z Compiling openssl-sys v0.9.116
20572026-06-25T23:12:14.688Z Compiling toml_edit v0.22.27
20582026-06-25T23:12:14.769Z Compiling foreign-types v0.5.0
20592026-06-25T23:12:14.838Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-25T23:12:14.871Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-25T23:12:16.285Z Compiling num_enum v0.7.6
20622026-06-25T23:12:16.732Z Compiling proc-macro-crate v1.3.1
20632026-06-25T23:12:17.245Z Compiling progenitor-impl v0.13.0
20642026-06-25T23:12:17.264Z Compiling chacha20 v0.10.0
20652026-06-25T23:12:17.587Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662026-06-25T23:12:17.832Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20672026-06-25T23:12:17.907Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20682026-06-25T23:12:18.528Z Compiling cstr-argument v0.1.2
20692026-06-25T23:12:18.537Z Compiling unicode-segmentation v1.13.3
20702026-06-25T23:12:18.537Z Compiling linked-hash-map v0.5.6
20712026-06-25T23:12:18.537Z Compiling resolv-conf v0.7.6
20722026-06-25T23:12:18.537Z Compiling swrite v0.1.0
20732026-06-25T23:12:18.537Z Compiling semver v0.1.20
20742026-06-25T23:12:18.543Z Compiling rayon-core v1.13.0
20752026-06-25T23:12:18.800Z Compiling heck v0.4.1
20762026-06-25T23:12:18.824Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20772026-06-25T23:12:18.927Z Compiling rustc_version v0.1.7
20782026-06-25T23:12:18.945Z Compiling newline-converter v0.3.0
20792026-06-25T23:12:19.021Z Compiling lru-cache v0.1.2
20802026-06-25T23:12:19.105Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20812026-06-25T23:12:19.147Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-06-25T23:12:19.177Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20832026-06-25T23:12:19.198Z Compiling rand v0.10.1
20842026-06-25T23:12:19.381Z Compiling progenitor-macro v0.13.0
20852026-06-25T23:12:19.545Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20862026-06-25T23:12:20.063Z Compiling num_enum_derive v0.5.11
20872026-06-25T23:12:20.396Z Compiling toml v0.8.23
20882026-06-25T23:12:20.514Z Compiling atomicwrites v0.4.4
20892026-06-25T23:12:20.815Z Compiling progenitor-client v0.13.0
20902026-06-25T23:12:20.890Z Compiling hickory-proto v0.24.4
20912026-06-25T23:12:21.005Z Compiling similar v2.7.0
20922026-06-25T23:12:21.156Z Compiling crossbeam-deque v0.8.6
20932026-06-25T23:12:21.385Z Compiling progenitor-impl v0.14.0
20942026-06-25T23:12:21.410Z Compiling console v0.15.11
20952026-06-25T23:12:22.745Z Compiling camino-tempfile v1.4.1
20962026-06-25T23:12:23.199Z Compiling serde-big-array v0.5.1
20972026-06-25T23:12:23.378Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20982026-06-25T23:12:23.553Z Compiling pin-project-internal v1.1.13
20992026-06-25T23:12:23.756Z Compiling derive-where v1.6.1
21002026-06-25T23:12:23.909Z Compiling lazy_static v1.5.0
21012026-06-25T23:12:23.997Z Compiling siphasher v1.0.3
21022026-06-25T23:12:24.035Z Compiling minimal-lexical v0.2.1
21032026-06-25T23:12:24.228Z Compiling phf_shared v0.12.1
21042026-06-25T23:12:24.298Z Compiling nom v7.1.3
21052026-06-25T23:12:24.751Z Compiling pin-project v1.1.13
21062026-06-25T23:12:24.872Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-25T23:12:25.076Z Compiling progenitor v0.13.0
21082026-06-25T23:12:25.237Z Compiling progenitor-macro v0.14.0
21092026-06-25T23:12:25.300Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21102026-06-25T23:12:25.667Z Compiling hickory-resolver v0.24.4
21112026-06-25T23:12:28.616Z Compiling expectorate v1.2.0
21122026-06-25T23:12:29.736Z Compiling num_enum v0.5.11
21132026-06-25T23:12:29.884Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-25T23:12:31.115Z Compiling newtype_derive v0.1.6
21152026-06-25T23:12:31.409Z Compiling unicode-normalization v0.1.25
21162026-06-25T23:12:32.054Z Compiling tokio-stream v0.1.18
21172026-06-25T23:12:32.675Z Compiling async-recursion v1.1.1
21182026-06-25T23:12:33.422Z Compiling snafu-derive v0.8.9
21192026-06-25T23:12:33.678Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21202026-06-25T23:12:34.058Z Compiling slog-dtrace v0.3.0
21212026-06-25T23:12:34.189Z Compiling csv-core v0.1.13
21222026-06-25T23:12:34.341Z Compiling owo-colors v4.3.0
21232026-06-25T23:12:34.624Z Compiling chrono-tz v0.10.4
21242026-06-25T23:12:34.735Z Compiling same-file v1.0.6
21252026-06-25T23:12:34.896Z Compiling foreign-types-shared v0.1.1
21262026-06-25T23:12:34.933Z Compiling unicode-xid v0.2.6
21272026-06-25T23:12:35.009Z Compiling highway v1.3.0
21282026-06-25T23:12:35.083Z Compiling cancel-safe-futures v0.1.5
21292026-06-25T23:12:35.115Z Compiling unicode-width v0.1.14
21302026-06-25T23:12:35.336Z Compiling konst_macro_rules v0.2.19
21312026-06-25T23:12:35.394Z Compiling openssl v0.10.80
21322026-06-25T23:12:35.473Z Compiling foldhash v0.1.5
21332026-06-25T23:12:35.566Z Compiling konst v0.2.20
21342026-06-25T23:12:35.886Z Compiling hashbrown v0.15.5
21352026-06-25T23:12:35.900Z Compiling snafu v0.8.9
21362026-06-25T23:12:35.901Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-25T23:12:36.037Z Compiling const_format_proc_macros v0.2.34
21382026-06-25T23:12:36.412Z Compiling foreign-types v0.3.2
21392026-06-25T23:12:36.479Z Compiling walkdir v2.5.0
21402026-06-25T23:12:36.569Z Compiling csv v1.4.0
21412026-06-25T23:12:37.025Z Compiling progenitor v0.14.0
21422026-06-25T23:12:37.189Z Compiling qorb v0.4.1
21432026-06-25T23:12:37.224Z Compiling olpc-cjson v0.1.4
21442026-06-25T23:12:37.455Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-25T23:12:37.566Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21462026-06-25T23:12:38.134Z Compiling rayon v1.12.0
21472026-06-25T23:12:38.738Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-25T23:12:40.517Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-25T23:12:41.272Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-25T23:12:41.849Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21512026-06-25T23:12:42.123Z Compiling phf v0.12.1
21522026-06-25T23:12:42.773Z Compiling zone_cfg_derive v0.3.1
21532026-06-25T23:12:43.123Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-25T23:12:43.537Z Compiling tokio-dtrace v0.1.1
21552026-06-25T23:12:43.932Z Compiling globset v0.4.18
21562026-06-25T23:12:44.159Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21572026-06-25T23:12:44.398Z Compiling itertools v0.12.1
21582026-06-25T23:12:45.844Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-06-25T23:12:45.844Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21602026-06-25T23:12:45.898Z Compiling libsw-core v0.3.2
21612026-06-25T23:12:46.091Z Compiling pem v3.0.6
21622026-06-25T23:12:46.352Z Compiling serde_plain v1.0.2
21632026-06-25T23:12:46.453Z Compiling openssl-macros v0.1.1
21642026-06-25T23:12:46.630Z Compiling cookie v0.18.1
21652026-06-25T23:12:46.655Z Compiling sigpipe v0.1.3
21662026-06-25T23:12:46.804Z Compiling glob v0.3.3
21672026-06-25T23:12:46.910Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-06-25T23:12:47.010Z Compiling typed-path v0.9.3
21692026-06-25T23:12:47.098Z Compiling jiff v0.2.28
21702026-06-25T23:12:47.118Z Compiling fixedbitset v0.5.7
21712026-06-25T23:12:47.158Z Compiling fixedbitset v0.4.2
21722026-06-25T23:12:47.558Z Compiling petgraph v0.8.3
21732026-06-25T23:12:47.680Z Compiling petgraph v0.6.5
21742026-06-25T23:12:47.878Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-25T23:12:48.163Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21762026-06-25T23:12:49.203Z Compiling tough v0.22.0
21772026-06-25T23:12:49.851Z Compiling libsw v3.5.0
21782026-06-25T23:12:50.073Z Compiling zone v0.3.1
21792026-06-25T23:12:50.337Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21802026-06-25T23:12:50.359Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-06-25T23:12:50.675Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-25T23:12:51.965Z Compiling oxide-tokio-rt v0.1.6
21832026-06-25T23:12:52.610Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21842026-06-25T23:12:52.852Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-25T23:12:53.632Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-25T23:12:53.973Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-06-25T23:12:54.461Z Compiling const_format v0.2.36
21882026-06-25T23:12:55.416Z Compiling papergrid v0.11.0
21892026-06-25T23:12:56.015Z Compiling tabled_derive v0.7.0
21902026-06-25T23:12:56.799Z Compiling gethostname v0.5.0
21912026-06-25T23:12:56.958Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-25T23:12:57.072Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21932026-06-25T23:12:57.503Z Compiling libscf-sys v1.2.0
21942026-06-25T23:12:57.669Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-06-25T23:12:57.807Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21962026-06-25T23:12:57.826Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-06-25T23:12:57.969Z Compiling smf v0.2.3
21982026-06-25T23:12:58.357Z Compiling bcs v0.1.6
21992026-06-25T23:12:58.502Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22002026-06-25T23:12:58.818Z Compiling unicode-linebreak v0.1.5
22012026-06-25T23:12:59.140Z Compiling tagptr v0.2.0
22022026-06-25T23:12:59.297Z Compiling linear-map v1.2.0
22032026-06-25T23:12:59.331Z Compiling smawk v0.3.2
22042026-06-25T23:12:59.480Z Compiling termtree v0.5.1
22052026-06-25T23:12:59.522Z Compiling whoami v1.6.1
22062026-06-25T23:12:59.571Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-06-25T23:12:59.731Z Compiling textwrap v0.16.2
22082026-06-25T23:13:01.049Z Compiling moka v0.12.15
22092026-06-25T23:13:01.346Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22102026-06-25T23:13:01.666Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-25T23:13:03.070Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-06-25T23:13:03.086Z Compiling tabled v0.15.0
22132026-06-25T23:13:03.086Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-25T23:13:03.087Z Compiling steno v0.4.1
22152026-06-25T23:13:03.087Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-06-25T23:13:04.274Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-06-25T23:13:08.519Z Compiling hickory-proto v0.25.2
22182026-06-25T23:13:08.938Z Compiling proc-macro-error-attr2 v2.0.0
22192026-06-25T23:13:10.071Z Compiling proc-macro-error2 v2.0.1
22202026-06-25T23:13:10.156Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22212026-06-25T23:13:10.285Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22222026-06-25T23:13:10.596Z Compiling parking_lot_core v0.8.6
22232026-06-25T23:13:10.680Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22242026-06-25T23:13:10.923Z Compiling hickory-resolver v0.25.2
22252026-06-25T23:13:10.971Z Compiling tabled_derive v0.11.0
22262026-06-25T23:13:11.736Z Compiling papergrid v0.18.0
22272026-06-25T23:13:12.260Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-25T23:13:12.453Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-06-25T23:13:12.956Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22302026-06-25T23:13:14.469Z Compiling testing_table v0.3.0
22312026-06-25T23:13:14.919Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22322026-06-25T23:13:15.486Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-25T23:13:15.598Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22342026-06-25T23:13:16.809Z Compiling tabled v0.21.0
22352026-06-25T23:13:16.849Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22362026-06-25T23:13:17.407Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22372026-06-25T23:13:17.522Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22382026-06-25T23:13:17.804Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22392026-06-25T23:13:18.238Z Compiling arc-swap v1.9.1
22402026-06-25T23:13:18.481Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22412026-06-25T23:13:18.597Z Compiling slog-scope v4.4.1
22422026-06-25T23:13:19.719Z Compiling parking_lot v0.11.2
22432026-06-25T23:13:21.027Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22442026-06-25T23:13:21.033Z Compiling dropshot-api-manager-types v0.7.2
22452026-06-25T23:13:21.240Z Compiling fxhash v0.2.1
22462026-06-25T23:13:21.364Z Compiling crc8 v0.1.1
22472026-06-25T23:13:21.406Z Compiling sled v0.34.7
22482026-06-25T23:13:21.500Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22492026-06-25T23:13:21.735Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22502026-06-25T23:13:22.555Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22512026-06-25T23:13:24.805Z Compiling slog-stdlog v4.1.1
22522026-06-25T23:13:25.138Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22532026-06-25T23:13:25.262Z Compiling slog-envlogger v2.2.0
22542026-06-25T23:13:25.436Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22552026-06-25T23:13:27.156Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22562026-06-25T23:13:29.912Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22572026-06-25T23:13:32.736Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22582026-06-25T23:13:33.617Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22592026-06-25T23:13:42.813Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22602026-06-25T23:13:48.463Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22612026-06-25T23:13:51.777Z Finished `release` profile [optimized] target(s) in 3m 50s
22622026-06-25T23:13:52.119Z+ banner trio
22632026-06-25T23:13:52.123Z
22642026-06-25T23:13:52.123Z ##### ##### # ####
22652026-06-25T23:13:52.123Z # # # # # #
22662026-06-25T23:13:52.123Z # # # # # #
22672026-06-25T23:13:52.123Z # ##### # # #
22682026-06-25T23:13:52.123Z # # # # # #
22692026-06-25T23:13:52.123Z # # # # ####
22702026-06-25T23:13:52.123Z
22712026-06-25T23:13:52.123Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22722026-06-25T23:13:52.718Z Compiling cfg-if v1.0.4
22732026-06-25T23:13:52.727Z Compiling libc v0.2.186
22742026-06-25T23:13:52.728Z Compiling serde_core v1.0.228
22752026-06-25T23:13:52.836Z Compiling memchr v2.8.1
22762026-06-25T23:13:52.847Z Compiling itoa v1.0.18
22772026-06-25T23:13:52.856Z Compiling smallvec v1.15.1
22782026-06-25T23:13:52.864Z Compiling stable_deref_trait v1.2.1
22792026-06-25T23:13:52.864Z Compiling zerofrom v0.1.8
22802026-06-25T23:13:52.885Z Compiling zmij v1.0.21
22812026-06-25T23:13:52.949Z Compiling litemap v0.8.2
22822026-06-25T23:13:52.987Z Compiling yoke v0.8.3
22832026-06-25T23:13:53.093Z Compiling writeable v0.6.3
22842026-06-25T23:13:53.114Z Compiling utf8_iter v1.0.4
22852026-06-25T23:13:53.160Z Compiling percent-encoding v2.3.2
22862026-06-25T23:13:53.196Z Compiling zerovec v0.11.6
22872026-06-25T23:13:53.232Z Compiling zerotrie v0.2.4
22882026-06-25T23:13:53.296Z Compiling libm v0.2.16
22892026-06-25T23:13:53.353Z Compiling icu_properties_data v2.2.0
22902026-06-25T23:13:53.388Z Compiling icu_normalizer_data v2.2.0
22912026-06-25T23:13:53.442Z Compiling form_urlencoded v1.2.2
22922026-06-25T23:13:53.474Z Compiling rand_core v0.10.1
22932026-06-25T23:13:53.502Z Compiling errno v0.3.14
22942026-06-25T23:13:53.647Z Compiling getrandom v0.4.2
22952026-06-25T23:13:53.700Z Compiling iana-time-zone v0.1.65
22962026-06-25T23:13:53.741Z Compiling pin-project-lite v0.2.17
22972026-06-25T23:13:53.756Z Compiling zeroize v1.8.2
22982026-06-25T23:13:53.849Z Compiling tinystr v0.8.3
22992026-06-25T23:13:53.868Z Compiling potential_utf v0.1.5
23002026-06-25T23:13:53.876Z Compiling dyn-clone v1.0.20
23012026-06-25T23:13:54.014Z Compiling icu_collections v2.2.0
23022026-06-25T23:13:54.034Z Compiling icu_locale_core v2.2.0
23032026-06-25T23:13:54.051Z Compiling socket2 v0.6.4
23042026-06-25T23:13:54.059Z Compiling scopeguard v1.2.0
23052026-06-25T23:13:54.075Z Compiling parking_lot_core v0.9.12
23062026-06-25T23:13:54.087Z Compiling signal-hook-registry v1.4.8
23072026-06-25T23:13:54.172Z Compiling num-traits v0.2.19
23082026-06-25T23:13:54.499Z Compiling lock_api v0.4.14
23092026-06-25T23:13:54.673Z Compiling mio v1.2.1
23102026-06-25T23:13:54.780Z Compiling parking_lot v0.12.5
23112026-06-25T23:13:54.799Z Compiling portable-atomic v1.13.1
23122026-06-25T23:13:54.884Z Compiling serde v1.0.228
23132026-06-25T23:13:55.008Z Compiling serde_json v1.0.150
23142026-06-25T23:13:55.043Z Compiling icu_provider v2.2.0
23152026-06-25T23:13:55.178Z Compiling uuid v1.23.2
23162026-06-25T23:13:55.425Z Compiling bytes v1.11.1
23172026-06-25T23:13:55.552Z Compiling icu_normalizer v2.2.0
23182026-06-25T23:13:55.561Z Compiling icu_properties v2.2.0
23192026-06-25T23:13:55.691Z Compiling chrono v0.4.45
23202026-06-25T23:13:55.761Z Compiling semver v1.0.28
23212026-06-25T23:13:55.819Z Compiling thiserror v2.0.18
23222026-06-25T23:13:55.940Z Compiling bitflags v2.12.1
23232026-06-25T23:13:56.363Z Compiling tokio v1.52.3
23242026-06-25T23:13:56.378Z Compiling critical-section v1.2.0
23252026-06-25T23:13:56.457Z Compiling futures-core v0.3.32
23262026-06-25T23:13:56.499Z Compiling once_cell v1.21.4
23272026-06-25T23:13:56.632Z Compiling idna_adapter v1.2.2
23282026-06-25T23:13:56.767Z Compiling idna v1.1.0
23292026-06-25T23:13:56.787Z Compiling log v0.4.32
23302026-06-25T23:13:56.838Z Compiling equivalent v1.0.2
23312026-06-25T23:13:56.937Z Compiling subtle v2.6.1
23322026-06-25T23:13:57.059Z Compiling zerocopy v0.8.50
23332026-06-25T23:13:57.084Z Compiling futures-sink v0.3.32
23342026-06-25T23:13:57.124Z Compiling url v2.5.8
23352026-06-25T23:13:57.209Z Compiling slab v0.4.12
23362026-06-25T23:13:57.234Z Compiling typenum v1.20.1
23372026-06-25T23:13:57.440Z Compiling futures-channel v0.3.32
23382026-06-25T23:13:57.731Z Compiling getrandom v0.2.17
23392026-06-25T23:13:57.778Z Compiling schemars v0.8.22
23402026-06-25T23:13:57.981Z Compiling futures-task v0.3.32
23412026-06-25T23:13:58.148Z Compiling futures-io v0.3.32
23422026-06-25T23:13:58.176Z Compiling rand_core v0.6.4
23432026-06-25T23:13:58.365Z Compiling futures-util v0.3.32
23442026-06-25T23:13:58.455Z Compiling hashbrown v0.17.1
23452026-06-25T23:13:59.064Z Compiling tracing-core v0.1.36
23462026-06-25T23:13:59.207Z Compiling indexmap v2.14.0
23472026-06-25T23:13:59.485Z Compiling tracing v0.1.44
23482026-06-25T23:13:59.889Z Compiling ipnetwork v0.21.1
23492026-06-25T23:13:59.916Z Compiling base64 v0.22.1
23502026-06-25T23:14:00.118Z Compiling http v1.4.1
23512026-06-25T23:14:00.247Z Compiling unicode-ident v1.0.24
23522026-06-25T23:14:00.389Z Compiling proc-macro2 v1.0.106
23532026-06-25T23:14:00.443Z Compiling slog v2.8.2
23542026-06-25T23:14:00.463Z Compiling erased-serde v0.3.31
23552026-06-25T23:14:00.606Z Compiling fnv v1.0.7
23562026-06-25T23:14:00.730Z Compiling oxnet v0.1.6
23572026-06-25T23:14:01.318Z Compiling quote v1.0.45
23582026-06-25T23:14:01.773Z Compiling syn v2.0.117
23592026-06-25T23:14:02.105Z Compiling tokio-util v0.7.18
23602026-06-25T23:14:02.146Z Compiling byteorder v1.5.0
23612026-06-25T23:14:02.209Z Compiling ipnet v2.12.0
23622026-06-25T23:14:02.435Z Compiling thiserror v1.0.69
23632026-06-25T23:14:02.565Z Compiling ppv-lite86 v0.2.21
23642026-06-25T23:14:02.818Z Compiling rustls-pki-types v1.14.1
23652026-06-25T23:14:02.938Z Compiling aws-lc-sys v0.41.0
23662026-06-25T23:14:03.169Z Compiling http-body v1.0.1
23672026-06-25T23:14:03.285Z Compiling atomic-waker v1.1.2
23682026-06-25T23:14:03.356Z Compiling untrusted v0.7.1
23692026-06-25T23:14:03.437Z Compiling httparse v1.10.1
23702026-06-25T23:14:03.463Z Compiling rustls v0.23.40
23712026-06-25T23:14:03.499Z Compiling aws-lc-rs v1.17.0
23722026-06-25T23:14:03.513Z Compiling try-lock v0.2.5
23732026-06-25T23:14:03.565Z Compiling untrusted v0.9.0
23742026-06-25T23:14:03.641Z Compiling pretty-hex v0.4.2
23752026-06-25T23:14:03.743Z Compiling tower-service v0.3.3
23762026-06-25T23:14:03.757Z Compiling ryu v1.0.23
23772026-06-25T23:14:03.784Z Compiling tower-layer v0.3.3
23782026-06-25T23:14:03.835Z Compiling want v0.3.1
23792026-06-25T23:14:03.854Z Compiling h2 v0.4.14
23802026-06-25T23:14:03.988Z Compiling httpdate v1.0.3
23812026-06-25T23:14:04.004Z Compiling rustix v1.1.4
23822026-06-25T23:14:04.038Z Compiling regex-syntax v0.8.10
23832026-06-25T23:14:04.090Z Compiling plain v0.2.3
23842026-06-25T23:14:04.227Z Compiling getrandom v0.3.4
23852026-06-25T23:14:04.408Z Compiling omicron-workspace-hack v0.1.0
23862026-06-25T23:14:04.457Z Compiling ucd-trie v0.1.7
23872026-06-25T23:14:04.494Z Compiling rand_core v0.9.5
23882026-06-25T23:14:04.773Z Compiling rustls-webpki v0.103.13
23892026-06-25T23:14:05.080Z Compiling pest v2.8.6
23902026-06-25T23:14:06.634Z Compiling hyper v1.10.1
23912026-06-25T23:14:06.795Z Compiling crossbeam-utils v0.8.21
23922026-06-25T23:14:07.465Z Compiling serde_urlencoded v0.7.1
23932026-06-25T23:14:07.576Z Compiling http-body-util v0.1.3
23942026-06-25T23:14:07.763Z Compiling foldhash v0.2.0
23952026-06-25T23:14:07.871Z Compiling allocator-api2 v0.2.21
23962026-06-25T23:14:08.065Z Compiling hyper-util v0.1.20
23972026-06-25T23:14:08.280Z Compiling hashbrown v0.16.1
23982026-06-25T23:14:09.062Z Compiling newtype-uuid v1.3.2
23992026-06-25T23:14:10.124Z Compiling tokio-rustls v0.26.4
24002026-06-25T23:14:10.224Z Compiling hex v0.4.3
24012026-06-25T23:14:10.497Z Compiling daft v0.1.7
24022026-06-25T23:14:10.533Z Compiling rand_chacha v0.9.0
24032026-06-25T23:14:10.803Z Compiling sync_wrapper v1.0.2
24042026-06-25T23:14:10.933Z Compiling aho-corasick v1.1.4
24052026-06-25T23:14:10.950Z Compiling fastrand v2.4.1
24062026-06-25T23:14:11.128Z Compiling tower v0.5.3
24072026-06-25T23:14:11.244Z Compiling anyhow v1.0.102
24082026-06-25T23:14:11.318Z Compiling rand v0.9.4
24092026-06-25T23:14:11.492Z Compiling powerfmt v0.2.0
24102026-06-25T23:14:11.567Z Compiling generic-array v0.14.7
24112026-06-25T23:14:11.776Z Compiling deranged v0.5.8
24122026-06-25T23:14:11.779Z Compiling tower-http v0.6.11
24132026-06-25T23:14:11.960Z Compiling regex-automata v0.4.14
24142026-06-25T23:14:12.132Z Compiling openapiv3 v2.2.0
24152026-06-25T23:14:12.162Z Compiling num_threads v0.1.7
24162026-06-25T23:14:12.272Z Compiling time-core v0.1.8
24172026-06-25T23:14:12.443Z Compiling openssl-probe v0.2.1
24182026-06-25T23:14:12.522Z Compiling num-conv v0.2.2
24192026-06-25T23:14:12.698Z Compiling cpufeatures v0.3.0
24202026-06-25T23:14:12.720Z Compiling rustls-native-certs v0.8.4
24212026-06-25T23:14:12.785Z Compiling camino v1.2.2
24222026-06-25T23:14:12.989Z Compiling time v0.3.47
24232026-06-25T23:14:13.395Z Compiling tempfile v3.27.0
24242026-06-25T23:14:13.603Z Compiling futures-executor v0.3.32
24252026-06-25T23:14:14.218Z Compiling winnow v1.0.3
24262026-06-25T23:14:14.416Z Compiling regex v1.12.3
24272026-06-25T23:14:14.777Z Compiling futures v0.3.32
24282026-06-25T23:14:14.873Z Compiling rustls-platform-verifier v0.7.0
24292026-06-25T23:14:15.534Z Compiling hyper-rustls v0.27.9
24302026-06-25T23:14:15.757Z Compiling crossbeam-channel v0.5.15
24312026-06-25T23:14:15.928Z Compiling scroll v0.13.0
24322026-06-25T23:14:15.932Z Compiling hybrid-array v0.4.12
24332026-06-25T23:14:16.188Z Compiling simd-adler32 v0.3.9
24342026-06-25T23:14:16.247Z Compiling adler2 v2.0.1
24352026-06-25T23:14:16.422Z Compiling miniz_oxide v0.8.9
24362026-06-25T23:14:16.446Z Compiling goblin v0.10.7
24372026-06-25T23:14:16.548Z Compiling crc32fast v1.5.0
24382026-06-25T23:14:16.605Z Compiling reqwest v0.13.4
24392026-06-25T23:14:16.805Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24402026-06-25T23:14:17.044Z Compiling thread_local v1.1.9
24412026-06-25T23:14:17.419Z Compiling either v1.16.0
24422026-06-25T23:14:17.666Z Compiling flate2 v1.1.9
24432026-06-25T23:14:17.923Z Compiling crypto-common v0.2.2
24442026-06-25T23:14:18.228Z Compiling block-buffer v0.12.0
24452026-06-25T23:14:18.423Z Compiling crypto-common v0.1.7
24462026-06-25T23:14:18.586Z Compiling dtrace-parser v0.3.0
24472026-06-25T23:14:18.850Z Compiling rand_chacha v0.3.1
24482026-06-25T23:14:19.251Z Compiling thread-id v5.1.0
24492026-06-25T23:14:19.350Z Compiling is-terminal v0.4.17
24502026-06-25T23:14:19.467Z Compiling match_cfg v0.1.0
24512026-06-25T23:14:19.518Z Compiling compression-core v0.4.32
24522026-06-25T23:14:19.548Z Compiling debug-ignore v1.0.5
24532026-06-25T23:14:19.668Z Compiling term v1.2.1
24542026-06-25T23:14:19.709Z Compiling dof v0.4.0
24552026-06-25T23:14:21.243Z Compiling take_mut v0.2.2
24562026-06-25T23:14:21.377Z Compiling const-oid v0.10.2
24572026-06-25T23:14:21.648Z Compiling digest v0.11.3
24582026-06-25T23:14:21.696Z Compiling slog-async v2.8.0
24592026-06-25T23:14:21.858Z Compiling usdt-impl v0.6.0
24602026-06-25T23:14:22.948Z Compiling slog-term v2.9.2
24612026-06-25T23:14:23.245Z Compiling compression-codecs v0.4.38
24622026-06-25T23:14:23.558Z Compiling hostname v0.3.1
24632026-06-25T23:14:23.644Z Compiling rand v0.8.6
24642026-06-25T23:14:23.766Z Compiling ref-cast v1.0.25
24652026-06-25T23:14:23.890Z Compiling toml_parser v1.1.2+spec-1.1.0
24662026-06-25T23:14:24.338Z Compiling slog-json v2.6.1
24672026-06-25T23:14:24.481Z Compiling strum v0.26.3
24682026-06-25T23:14:24.628Z Compiling macaddr v1.0.1
24692026-06-25T23:14:24.640Z Compiling serde_spanned v1.1.1
24702026-06-25T23:14:24.799Z Compiling toml_datetime v1.1.1+spec-1.1.0
24712026-06-25T23:14:24.920Z Compiling wait-timeout v0.2.1
24722026-06-25T23:14:25.235Z Compiling memmap2 v0.9.10
24732026-06-25T23:14:25.235Z Compiling encoding_rs v0.8.35
24742026-06-25T23:14:25.436Z Compiling toml_writer v1.1.1+spec-1.1.0
24752026-06-25T23:14:25.530Z Compiling spin v0.9.8
24762026-06-25T23:14:25.663Z Compiling mime v0.3.17
24772026-06-25T23:14:25.703Z Compiling bit-vec v0.8.0
24782026-06-25T23:14:26.018Z Compiling quick-error v1.2.3
24792026-06-25T23:14:26.138Z Compiling rusty-fork v0.3.1
24802026-06-25T23:14:26.151Z Compiling bit-set v0.8.0
24812026-06-25T23:14:26.287Z Compiling toml v1.1.2+spec-1.1.0
24822026-06-25T23:14:26.343Z Compiling multer v3.1.0
24832026-06-25T23:14:27.006Z Compiling usdt v0.6.0
24842026-06-25T23:14:27.596Z Compiling slog-bunyan v2.5.0
24852026-06-25T23:14:27.672Z Compiling async-compression v0.4.42
24862026-06-25T23:14:27.790Z Compiling sha1 v0.11.0
24872026-06-25T23:14:28.176Z Compiling serde_with v3.20.0
24882026-06-25T23:14:28.188Z Compiling async-stream v0.3.6
24892026-06-25T23:14:28.207Z Compiling rand_xorshift v0.4.0
24902026-06-25T23:14:28.375Z Compiling waitgroup v0.1.2
24912026-06-25T23:14:28.387Z Compiling rustls-pemfile v2.2.0
24922026-06-25T23:14:28.400Z Compiling serde_path_to_error v0.1.20
24932026-06-25T23:14:28.548Z Compiling hostname v0.4.2
24942026-06-25T23:14:28.696Z Compiling unarray v0.1.4
24952026-06-25T23:14:28.709Z Compiling progenitor-client v0.14.0
24962026-06-25T23:14:28.732Z Compiling strum v0.27.2
24972026-06-25T23:14:28.830Z Compiling proptest v1.11.0
24982026-06-25T23:14:28.879Z Compiling dropshot v0.17.1
24992026-06-25T23:14:28.893Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25002026-06-25T23:14:29.058Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25012026-06-25T23:14:29.265Z Compiling iddqd v0.4.2
25022026-06-25T23:14:29.309Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25032026-06-25T23:14:29.644Z Compiling reqwest v0.12.28
25042026-06-25T23:14:29.671Z Compiling block-buffer v0.10.4
25052026-06-25T23:14:29.862Z Compiling backon v1.6.0
25062026-06-25T23:14:30.152Z Compiling instant v0.1.13
25072026-06-25T23:14:30.290Z Compiling backoff v0.4.0
25082026-06-25T23:14:30.532Z Compiling progenitor-extras v0.2.0
25092026-06-25T23:14:30.803Z Compiling progenitor-client v0.10.0
25102026-06-25T23:14:30.982Z Compiling digest v0.10.7
25112026-06-25T23:14:31.131Z Compiling parse-display v0.10.0
25122026-06-25T23:14:31.262Z Compiling itertools v0.14.0
25132026-06-25T23:14:31.344Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25142026-06-25T23:14:31.577Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25152026-06-25T23:14:32.122Z Compiling regress v0.10.5
25162026-06-25T23:14:32.886Z Compiling humantime v2.3.0
25172026-06-25T23:14:33.380Z Compiling cpufeatures v0.2.17
25182026-06-25T23:14:33.478Z Compiling heck v0.5.0
25192026-06-25T23:14:33.736Z Compiling unicode-width v0.2.2
25202026-06-25T23:14:34.085Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25212026-06-25T23:14:34.139Z Compiling secrecy v0.10.3
25222026-06-25T23:14:34.323Z Compiling tinyvec_macros v0.1.1
25232026-06-25T23:14:34.407Z Compiling tinyvec v1.11.0
25242026-06-25T23:14:34.866Z Compiling num-integer v0.1.46
25252026-06-25T23:14:35.155Z Compiling scroll v0.12.0
25262026-06-25T23:14:35.372Z Compiling crucible-workspace-hack v0.1.0
25272026-06-25T23:14:35.388Z Compiling hmac v0.12.1
25282026-06-25T23:14:35.460Z Compiling inout v0.1.4
25292026-06-25T23:14:35.491Z Compiling regress v0.11.1
25302026-06-25T23:14:35.558Z Compiling ff v0.13.1
25312026-06-25T23:14:35.634Z Compiling utf8parse v0.2.2
25322026-06-25T23:14:35.721Z Compiling group v0.13.0
25332026-06-25T23:14:35.763Z Compiling anstyle-parse v1.0.0
25342026-06-25T23:14:35.891Z Compiling cipher v0.4.4
25352026-06-25T23:14:36.005Z Compiling hkdf v0.12.4
25362026-06-25T23:14:36.147Z Compiling goblin v0.8.2
25372026-06-25T23:14:36.187Z Compiling num-rational v0.4.2
25382026-06-25T23:14:37.128Z Compiling num-iter v0.1.45
25392026-06-25T23:14:37.274Z Compiling zerocopy v0.7.35
25402026-06-25T23:14:37.362Z Compiling typify-impl v0.6.2
25412026-06-25T23:14:37.927Z Compiling universal-hash v0.5.1
25422026-06-25T23:14:38.096Z Compiling crypto-bigint v0.5.5
25432026-06-25T23:14:38.335Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25442026-06-25T23:14:39.800Z Compiling terminal_size v0.4.4
25452026-06-25T23:14:39.985Z Compiling half v2.7.1
25462026-06-25T23:14:40.236Z Compiling num-complex v0.4.6
25472026-06-25T23:14:40.383Z Compiling base16ct v0.2.0
25482026-06-25T23:14:40.615Z Compiling colorchoice v1.0.5
25492026-06-25T23:14:40.648Z Compiling base64ct v1.8.3
25502026-06-25T23:14:40.723Z Compiling anstyle-query v1.1.5
25512026-06-25T23:14:40.775Z Compiling ciborium-io v0.2.2
25522026-06-25T23:14:40.851Z Compiling anstyle v1.0.14
25532026-06-25T23:14:40.887Z Compiling opaque-debug v0.3.1
25542026-06-25T23:14:40.975Z Compiling is_terminal_polyfill v1.70.2
25552026-06-25T23:14:41.024Z Compiling poly1305 v0.8.0
25562026-06-25T23:14:41.087Z Compiling anstream v1.0.0
25572026-06-25T23:14:41.152Z Compiling password-hash v0.5.0
25582026-06-25T23:14:41.625Z Compiling ciborium-ll v0.2.2
25592026-06-25T23:14:41.688Z Compiling num v0.4.3
25602026-06-25T23:14:41.800Z Compiling elliptic-curve v0.13.8
25612026-06-25T23:14:41.916Z Compiling curve25519-dalek v4.1.3
25622026-06-25T23:14:42.139Z Compiling thiserror-no-std v2.0.2
25632026-06-25T23:14:42.164Z Compiling typify v0.6.2
25642026-06-25T23:14:42.246Z Compiling dof v0.3.0
25652026-06-25T23:14:42.286Z Compiling chacha20 v0.9.1
25662026-06-25T23:14:42.556Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25672026-06-25T23:14:42.891Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25682026-06-25T23:14:44.516Z Compiling blake2 v0.10.6
25692026-06-25T23:14:44.728Z Compiling aead v0.5.2
25702026-06-25T23:14:44.934Z Compiling byte-wrapper v0.1.0
25712026-06-25T23:14:45.045Z Compiling crossbeam-epoch v0.9.18
25722026-06-25T23:14:45.057Z Compiling dtrace-parser v0.2.0
25732026-06-25T23:14:45.573Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25742026-06-25T23:14:45.586Z Compiling thread-id v4.2.2
25752026-06-25T23:14:45.682Z Compiling strsim v0.11.1
25762026-06-25T23:14:45.928Z Compiling keccak v0.1.6
25772026-06-25T23:14:45.987Z Compiling clap_lex v1.1.0
25782026-06-25T23:14:46.372Z Compiling float-ord v0.3.2
25792026-06-25T23:14:46.503Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25802026-06-25T23:14:46.541Z Compiling clap_builder v4.6.0
25812026-06-25T23:14:46.668Z Compiling sha3 v0.10.9
25822026-06-25T23:14:47.095Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25832026-06-25T23:14:47.194Z Compiling usdt-impl v0.5.0
25842026-06-25T23:14:47.709Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25852026-06-25T23:14:50.257Z Compiling chacha20poly1305 v0.10.1
25862026-06-25T23:14:50.425Z Compiling argon2 v0.5.3
25872026-06-25T23:14:51.494Z Compiling vsss-rs v3.3.4
25882026-06-25T23:14:51.739Z Compiling ciborium v0.2.2
25892026-06-25T23:14:52.669Z Compiling hash32 v0.3.1
25902026-06-25T23:14:52.756Z Compiling memmap v0.7.0
25912026-06-25T23:14:52.846Z Compiling indent_write v2.2.0
25922026-06-25T23:14:53.012Z Compiling data-encoding v2.11.0
25932026-06-25T23:14:53.026Z Compiling usdt v0.5.0
25942026-06-25T23:14:53.037Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25952026-06-25T23:14:53.713Z Compiling heapless v0.8.0
25962026-06-25T23:14:54.276Z Compiling ingot-types v0.1.2
25972026-06-25T23:14:54.770Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25982026-06-25T23:14:55.063Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25992026-06-25T23:14:55.154Z Compiling clap v4.6.1
26002026-06-25T23:14:55.180Z Compiling rustix v0.38.44
26012026-06-25T23:14:55.249Z Compiling tabwriter v1.4.1
26022026-06-25T23:14:55.639Z Compiling cobs v0.3.0
26032026-06-25T23:14:55.825Z Compiling bitflags v1.3.2
26042026-06-25T23:14:55.917Z Compiling colored v3.1.1
26052026-06-25T23:14:55.931Z Compiling managed v0.8.0
26062026-06-25T23:14:56.210Z Compiling foreign-types-shared v0.3.1
26072026-06-25T23:14:56.323Z Compiling foreign-types v0.5.0
26082026-06-25T23:14:56.414Z Compiling smoltcp v0.11.0
26092026-06-25T23:14:56.610Z Compiling postcard v1.1.3
26102026-06-25T23:14:56.624Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26112026-06-25T23:14:57.007Z Compiling num_enum v0.7.6
26122026-06-25T23:14:57.145Z Compiling ingot v0.1.1
26132026-06-25T23:14:57.785Z Compiling memoffset v0.9.1
26142026-06-25T23:14:57.893Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26152026-06-25T23:14:58.027Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26162026-06-25T23:14:58.143Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26172026-06-25T23:14:58.279Z Compiling chacha20 v0.10.0
26182026-06-25T23:14:58.324Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26192026-06-25T23:14:58.598Z Compiling toml_datetime v0.6.11
26202026-06-25T23:14:58.785Z Compiling serde_spanned v0.6.9
26212026-06-25T23:14:58.974Z Compiling cstr-argument v0.1.2
26222026-06-25T23:14:59.073Z Compiling toml_write v0.1.2
26232026-06-25T23:14:59.123Z Compiling swrite v0.1.0
26242026-06-25T23:14:59.163Z Compiling resolv-conf v0.7.6
26252026-06-25T23:14:59.244Z Compiling linked-hash-map v0.5.6
26262026-06-25T23:14:59.340Z Compiling winnow v0.7.15
26272026-06-25T23:14:59.491Z Compiling unicode-segmentation v1.13.3
26282026-06-25T23:14:59.523Z Compiling static_assertions v1.1.0
26292026-06-25T23:14:59.614Z Compiling lru-cache v0.1.2
26302026-06-25T23:14:59.774Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26312026-06-25T23:14:59.867Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322026-06-25T23:14:59.905Z Compiling newline-converter v0.3.0
26332026-06-25T23:15:00.055Z Compiling rand v0.10.1
26342026-06-25T23:15:00.172Z Compiling hubpack v0.1.2
26352026-06-25T23:15:00.318Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26362026-06-25T23:15:00.437Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26372026-06-25T23:15:00.463Z Compiling nix v0.31.3
26382026-06-25T23:15:00.680Z Compiling atomicwrites v0.4.4
26392026-06-25T23:15:00.920Z Compiling hickory-proto v0.24.4
26402026-06-25T23:15:00.987Z Compiling toml_edit v0.22.27
26412026-06-25T23:15:01.370Z Compiling crossbeam-deque v0.8.6
26422026-06-25T23:15:01.501Z Compiling console v0.15.11
26432026-06-25T23:15:01.607Z Compiling itertools v0.12.1
26442026-06-25T23:15:02.888Z Compiling camino-tempfile v1.4.1
26452026-06-25T23:15:03.169Z Compiling serde-big-array v0.5.1
26462026-06-25T23:15:03.183Z Compiling similar v2.7.0
26472026-06-25T23:15:03.341Z Compiling siphasher v1.0.3
26482026-06-25T23:15:03.357Z Compiling lazy_static v1.5.0
26492026-06-25T23:15:03.475Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26502026-06-25T23:15:03.569Z Compiling phf_shared v0.12.1
26512026-06-25T23:15:03.809Z Compiling expectorate v1.2.0
26522026-06-25T23:15:03.854Z Compiling pin-project v1.1.13
26532026-06-25T23:15:03.970Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-06-25T23:15:04.033Z Compiling hickory-resolver v0.24.4
26552026-06-25T23:15:04.844Z Compiling toml v0.8.23
26562026-06-25T23:15:06.002Z Compiling rayon-core v1.13.0
26572026-06-25T23:15:07.495Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26582026-06-25T23:15:07.742Z Compiling prettyplease v0.2.37
26592026-06-25T23:15:07.766Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26602026-06-25T23:15:09.336Z Compiling num_enum v0.5.11
26612026-06-25T23:15:09.480Z Compiling progenitor-impl v0.13.0
26622026-06-25T23:15:09.641Z Compiling progenitor-impl v0.14.0
26632026-06-25T23:15:10.744Z Compiling unicode-normalization v0.1.25
26642026-06-25T23:15:11.399Z Compiling progenitor-client v0.13.0
26652026-06-25T23:15:11.719Z Compiling tokio-stream v0.1.18
26662026-06-25T23:15:11.963Z Compiling bstr v1.12.1
26672026-06-25T23:15:12.337Z Compiling csv-core v0.1.13
26682026-06-25T23:15:12.695Z Compiling highway v1.3.0
26692026-06-25T23:15:12.794Z Compiling same-file v1.0.6
26702026-06-25T23:15:12.988Z Compiling konst_macro_rules v0.2.19
26712026-06-25T23:15:13.204Z Compiling foreign-types-shared v0.1.1
26722026-06-25T23:15:13.312Z Compiling unicode-width v0.1.14
26732026-06-25T23:15:13.424Z Compiling foldhash v0.1.5
26742026-06-25T23:15:13.520Z Compiling foreign-types v0.3.2
26752026-06-25T23:15:13.611Z Compiling hashbrown v0.15.5
26762026-06-25T23:15:13.645Z Compiling konst v0.2.20
26772026-06-25T23:15:13.666Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26782026-06-25T23:15:14.048Z Compiling walkdir v2.5.0
26792026-06-25T23:15:14.318Z Compiling csv v1.4.0
26802026-06-25T23:15:14.878Z Compiling globset v0.4.18
26812026-06-25T23:15:15.363Z Compiling qorb v0.4.1
26822026-06-25T23:15:18.253Z Compiling snafu v0.8.9
26832026-06-25T23:15:18.378Z Compiling progenitor v0.13.0
26842026-06-25T23:15:18.535Z Compiling olpc-cjson v0.1.4
26852026-06-25T23:15:18.773Z Compiling progenitor v0.14.0
26862026-06-25T23:15:18.874Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26872026-06-25T23:15:18.929Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-06-25T23:15:19.519Z Compiling rayon v1.12.0
26892026-06-25T23:15:19.958Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26902026-06-25T23:15:20.940Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26912026-06-25T23:15:21.889Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26922026-06-25T23:15:23.354Z Compiling phf v0.12.1
26932026-06-25T23:15:23.543Z Compiling openssl-sys v0.9.116
26942026-06-25T23:15:24.013Z Compiling tokio-dtrace v0.1.1
26952026-06-25T23:15:24.360Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26962026-06-25T23:15:25.569Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26972026-06-25T23:15:25.670Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26982026-06-25T23:15:25.796Z Compiling libsw-core v0.3.2
26992026-06-25T23:15:25.984Z Compiling pem v3.0.6
27002026-06-25T23:15:26.702Z Compiling serde_plain v1.0.2
27012026-06-25T23:15:27.000Z Compiling sigpipe v0.1.3
27022026-06-25T23:15:27.107Z Compiling fixedbitset v0.5.7
27032026-06-25T23:15:27.252Z Compiling minimal-lexical v0.2.1
27042026-06-25T23:15:27.459Z Compiling fixedbitset v0.4.2
27052026-06-25T23:15:27.582Z Compiling jiff v0.2.28
27062026-06-25T23:15:27.632Z Compiling glob v0.3.3
27072026-06-25T23:15:27.822Z Compiling bytecount v0.6.9
27082026-06-25T23:15:27.839Z Compiling typed-path v0.9.3
27092026-06-25T23:15:28.023Z Compiling papergrid v0.11.0
27102026-06-25T23:15:28.735Z Compiling petgraph v0.6.5
27112026-06-25T23:15:28.885Z Compiling nom v7.1.3
27122026-06-25T23:15:29.252Z Compiling tough v0.22.0
27132026-06-25T23:15:30.648Z Compiling petgraph v0.8.3
27142026-06-25T23:15:30.663Z Compiling openssl v0.10.80
27152026-06-25T23:15:30.945Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27162026-06-25T23:15:32.091Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27172026-06-25T23:15:33.248Z Compiling libsw v3.5.0
27182026-06-25T23:15:33.466Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27192026-06-25T23:15:33.555Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27202026-06-25T23:15:33.697Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27212026-06-25T23:15:33.812Z Compiling zone v0.3.1
27222026-06-25T23:15:33.829Z Compiling oxide-tokio-rt v0.1.6
27232026-06-25T23:15:34.522Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-25T23:15:34.763Z Compiling chrono-tz v0.10.4
27252026-06-25T23:15:35.725Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27262026-06-25T23:15:36.716Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-06-25T23:15:36.913Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27282026-06-25T23:15:37.168Z Compiling newtype_derive v0.1.6
27292026-06-25T23:15:37.263Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-06-25T23:15:37.622Z Compiling slog-dtrace v0.3.0
27312026-06-25T23:15:38.376Z Compiling const_format v0.2.36
27322026-06-25T23:15:38.922Z Compiling owo-colors v4.3.0
27332026-06-25T23:15:39.128Z Compiling cancel-safe-futures v0.1.5
27342026-06-25T23:15:39.535Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27352026-06-25T23:15:39.907Z Compiling gethostname v0.5.0
27362026-06-25T23:15:39.920Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27372026-06-25T23:15:40.050Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-25T23:15:40.171Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-06-25T23:15:40.194Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-06-25T23:15:40.285Z Compiling smf v0.2.3
27412026-06-25T23:15:40.298Z Compiling bcs v0.1.6
27422026-06-25T23:15:40.709Z Compiling whoami v1.6.1
27432026-06-25T23:15:41.206Z Compiling smawk v0.3.2
27442026-06-25T23:15:41.302Z Compiling termtree v0.5.1
27452026-06-25T23:15:41.377Z Compiling linear-map v1.2.0
27462026-06-25T23:15:41.415Z Compiling unicode-linebreak v0.1.5
27472026-06-25T23:15:41.480Z Compiling tagptr v0.2.0
27482026-06-25T23:15:41.534Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-25T23:15:41.605Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-25T23:15:41.652Z Compiling moka v0.12.15
27512026-06-25T23:15:41.705Z Compiling textwrap v0.16.2
27522026-06-25T23:15:42.919Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-25T23:15:43.249Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-06-25T23:15:43.366Z Compiling tabled v0.15.0
27552026-06-25T23:15:43.511Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-25T23:15:45.024Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-25T23:15:45.242Z Compiling steno v0.4.1
27582026-06-25T23:15:45.267Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-25T23:15:45.363Z Compiling cookie v0.18.1
27602026-06-25T23:15:46.803Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-25T23:15:51.019Z Compiling hickory-proto v0.25.2
27622026-06-25T23:15:51.450Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27632026-06-25T23:15:52.497Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27642026-06-25T23:15:52.535Z Compiling arc-swap v1.9.1
27652026-06-25T23:15:52.902Z Compiling slog-scope v4.4.1
27662026-06-25T23:15:53.377Z Compiling hickory-resolver v0.25.2
27672026-06-25T23:15:54.448Z Compiling libscf-sys v1.2.0
27682026-06-25T23:15:54.609Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-25T23:15:55.258Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-06-25T23:15:55.526Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27712026-06-25T23:15:56.264Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27722026-06-25T23:15:57.069Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27732026-06-25T23:15:57.827Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-25T23:15:57.972Z Compiling slog-stdlog v4.1.1
27752026-06-25T23:15:58.390Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27762026-06-25T23:15:58.510Z Compiling slog-envlogger v2.2.0
27772026-06-25T23:15:59.295Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27782026-06-25T23:15:59.950Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27792026-06-25T23:16:00.444Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27802026-06-25T23:16:08.304Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-06-25T23:16:10.734Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27822026-06-25T23:16:12.517Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27832026-06-25T23:16:21.503Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27842026-06-25T23:16:25.410Z Finished `release` profile [optimized] target(s) in 2m 33s
27852026-06-25T23:16:25.528Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27862026-06-25T23:16:25.531Z
27872026-06-25T23:16:25.531Zrunning 1 test
27882026-06-25T23:16:25.756Zconfigure zone
27892026-06-25T23:16:25.774Zinstall zone
27902026-06-25T23:16:35.614Zboot zone
27912026-06-25T23:16:35.702Zstart zone s1
27922026-06-25T23:16:35.705Zconfigure zone
27932026-06-25T23:16:35.710Zinstall zone
27942026-06-25T23:16:37.571Zboot zone
27952026-06-25T23:16:37.682Zstart zone s2
27962026-06-25T23:16:37.682Zconfigure zone
27972026-06-25T23:16:37.697Zinstall zone
27982026-06-25T23:16:40.077Zboot zone
27992026-06-25T23:16:40.182Zstart zone t1
28002026-06-25T23:16:40.182Zconfigure zone
28012026-06-25T23:16:40.192Zinstall zone
28022026-06-25T23:16:42.869Zboot zone
28032026-06-25T23:16:42.983Zwaiting for zones to come up
28042026-06-25T23:16:52.983Z[sidecar.trio] svcs milestone/network
28052026-06-25T23:16:53.010ZSTATE STIME FMRI
28062026-06-25T23:16:53.010Zonline 23:16:35 svc:/milestone/network:default
28072026-06-25T23:16:53.010Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28082026-06-25T23:16:53.036Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28092026-06-25T23:16:53.063Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28102026-06-25T23:16:53.084Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28112026-06-25T23:16:53.086Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28122026-06-25T23:16:53.100Z
28132026-06-25T23:16:53.100Zrunning zone s1.trio setup
28142026-06-25T23:16:53.100Z[s1.trio] svcs milestone/network
28152026-06-25T23:16:53.117ZSTATE STIME FMRI
28162026-06-25T23:16:53.117Zonline 23:16:37 svc:/milestone/network:default
28172026-06-25T23:16:53.117Z[s1.trio] dladm
28182026-06-25T23:16:53.130ZLINK CLASS MTU STATE BRIDGE OVER
28192026-06-25T23:16:53.130Zsl0 simnet 9000 up -- ?
28202026-06-25T23:16:53.130Zmg2 vnic 9000 up -- ?
28212026-06-25T23:16:53.130Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28222026-06-25T23:16:53.578Z
28232026-06-25T23:16:53.579Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28242026-06-25T23:16:53.595Z
28252026-06-25T23:16:53.595Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28262026-06-25T23:16:53.607Z
28272026-06-25T23:16:53.607Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28282026-06-25T23:16:53.690Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28292026-06-25T23:16:53.765Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2a3a347a-68e1-417e-ba77-1bf86f72b2a8 --sled-uuid c62b88cb-d4ea-4d7f-9b45-36f3e78f99ca -a sl0/v6 &> /opt/ddmd.log &
28302026-06-25T23:16:53.780Z
28312026-06-25T23:16:53.780Zrunning zone s2.trio setup
28322026-06-25T23:16:53.780Z[s2.trio] svcs milestone/network
28332026-06-25T23:16:53.795ZSTATE STIME FMRI
28342026-06-25T23:16:53.795Zonline 23:16:39 svc:/milestone/network:default
28352026-06-25T23:16:53.795Z[s2.trio] dladm
28362026-06-25T23:16:53.809ZLINK CLASS MTU STATE BRIDGE OVER
28372026-06-25T23:16:53.809Zsl1 simnet 9000 up -- ?
28382026-06-25T23:16:53.812Zmg3 vnic 9000 up -- ?
28392026-06-25T23:16:53.812Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28402026-06-25T23:16:54.415Z
28412026-06-25T23:16:54.415Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28422026-06-25T23:16:54.432Z
28432026-06-25T23:16:54.432Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28442026-06-25T23:16:54.444Z
28452026-06-25T23:16:54.444Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28462026-06-25T23:16:54.477Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28472026-06-25T23:16:54.505Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f3b505e6-4077-4711-bbd6-a2df09590931 --sled-uuid 6cd47033-a0ef-4e9d-a0c5-9e91768b7310 -a sl1/v6 &> /opt/ddmd.log &
28482026-06-25T23:16:54.516Z
28492026-06-25T23:16:54.516Zrunning zone t1.trio setup
28502026-06-25T23:16:54.516Z[t1.trio] svcs milestone/network
28512026-06-25T23:16:54.531ZSTATE STIME FMRI
28522026-06-25T23:16:54.531Zonline 23:16:42 svc:/milestone/network:default
28532026-06-25T23:16:54.531Z[t1.trio] dladm
28542026-06-25T23:16:54.544ZLINK CLASS MTU STATE BRIDGE OVER
28552026-06-25T23:16:54.544Ztfportrear0_0 simnet 9000 up -- ?
28562026-06-25T23:16:54.544Ztfportrear1_0 simnet 9000 up -- ?
28572026-06-25T23:16:54.544Zmg1 vnic 9000 up -- ?
28582026-06-25T23:16:54.544Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28592026-06-25T23:16:55.186Z
28602026-06-25T23:16:55.186Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28612026-06-25T23:16:55.202Z
28622026-06-25T23:16:55.202Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28632026-06-25T23:16:55.215Z
28642026-06-25T23:16:55.215Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28652026-06-25T23:16:55.226Z
28662026-06-25T23:16:55.226Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28672026-06-25T23:16:55.520Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28682026-06-25T23:16:55.523Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28692026-06-25T23:16:55.523Zwaiting 3s for copy of files to zone to complete ...
28702026-06-25T23:16:58.523Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28712026-06-25T23:16:58.657Z
28722026-06-25T23:16:58.657Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28732026-06-25T23:16:58.873Z
28742026-06-25T23:16:58.873Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28752026-06-25T23:16:58.909Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28762026-06-25T23:16:58.938Z[t1.trio] svcadm disable dendrite
28772026-06-25T23:16:58.963Z
28782026-06-25T23:16:58.963Z[t1.trio] svcadm disable tfport
28792026-06-25T23:16:58.985Z
28802026-06-25T23:16:58.985Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28812026-06-25T23:16:59.012Z
28822026-06-25T23:16:59.012Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28832026-06-25T23:16:59.037Z
28842026-06-25T23:16:59.037Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28852026-06-25T23:16:59.062Z
28862026-06-25T23:16:59.062Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28872026-06-25T23:16:59.087Z
28882026-06-25T23:16:59.087Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28892026-06-25T23:16:59.112Z
28902026-06-25T23:16:59.112Z[t1.trio] svcadm refresh dendrite:default
28912026-06-25T23:16:59.133Z
28922026-06-25T23:16:59.133Z[t1.trio] svcadm enable dendrite:default
28932026-06-25T23:16:59.154Z
28942026-06-25T23:16:59.154Zwait 10s for dendrite to come up ...
28952026-06-25T23:17:09.154Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28962026-06-25T23:17:09.185Z
28972026-06-25T23:17:09.185Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28982026-06-25T23:17:09.211Z
28992026-06-25T23:17:09.211Z[t1.trio] svcadm refresh tfport:default
29002026-06-25T23:17:09.233Z
29012026-06-25T23:17:09.233Z[t1.trio] svcadm enable tfport
29022026-06-25T23:17:09.254Z
29032026-06-25T23:17:09.254Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ee36ff96-e012-4c49-9bae-219033ad4d50 --sled-uuid 06226a59-423b-4120-a881-a00ca0629eba -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29042026-06-25T23:17:09.265Z
29052026-06-25T23:17:09.265Z[t1.trio] ipadm
29062026-06-25T23:17:09.280ZADDROBJ TYPE STATE ADDR
29072026-06-25T23:17:09.280Zlo0/v4 static ok 127.0.0.1/8
29082026-06-25T23:17:09.280Zmg1/v4 static ok 10.0.0.3/24
29092026-06-25T23:17:09.280Zlo0/v6 static ok ::1/128
29102026-06-25T23:17:09.280Zlo0/u6 static ok fd00:3::1/64
29112026-06-25T23:17:09.280Ztfportrear0_0/v6 addrconf ok fe80::c459:50ff:feb8:6fd4%tfportrear0_0/10
29122026-06-25T23:17:09.280Ztfportrear1_0/v6 addrconf ok fe80::2c2a:23ff:fe67:2c54%tfportrear1_0/10
29132026-06-25T23:17:11.388Zinitial peering test passed
29142026-06-25T23:17:12.391Zadvertise from one passed
29152026-06-25T23:17:13.394Zadvertise from two passed
29162026-06-25T23:17:13.394Z[s1.trio] ping fd00:2::1
29172026-06-25T23:17:13.411Zfd00:2::1 is alive
29182026-06-25T23:17:13.411Z[s2.trio] ping fd00:1::1
29192026-06-25T23:17:13.424Zfd00:1::1 is alive
29202026-06-25T23:17:13.424Zconnectivity test passed
29212026-06-25T23:17:13.424Z[t1.trio] pkill ddmd
29222026-06-25T23:17:13.435Z
29232026-06-25T23:17:19.439Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 39422e8c-eb0e-4b42-b4f6-5c3d58d95c41 --sled-uuid 824e33ff-5357-4abd-bfd5-0e2f1cd8e452 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29242026-06-25T23:17:19.454Z
29252026-06-25T23:17:19.454Z[t1.trio] ipadm
29262026-06-25T23:17:19.468ZADDROBJ TYPE STATE ADDR
29272026-06-25T23:17:19.469Zlo0/v4 static ok 127.0.0.1/8
29282026-06-25T23:17:19.469Zmg1/v4 static ok 10.0.0.3/24
29292026-06-25T23:17:19.469Zlo0/v6 static ok ::1/128
29302026-06-25T23:17:19.469Zlo0/u6 static ok fd00:3::1/64
29312026-06-25T23:17:19.469Ztfportrear0_0/v6 addrconf ok fe80::c459:50ff:feb8:6fd4%tfportrear0_0/10
29322026-06-25T23:17:19.469Ztfportrear1_0/v6 addrconf ok fe80::2c2a:23ff:fe67:2c54%tfportrear1_0/10
29332026-06-25T23:17:22.474Z[s1.trio] ping fd00:2::1
29342026-06-25T23:17:22.488Zfd00:2::1 is alive
29352026-06-25T23:17:22.488Z[s2.trio] ping fd00:1::1
29362026-06-25T23:17:22.502Zfd00:1::1 is alive
29372026-06-25T23:17:22.502Ztransit router restart passed
29382026-06-25T23:17:22.502Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29392026-06-25T23:17:22.518Zlocal v6:
29402026-06-25T23:17:22.518Zfe80::2c2a:23ff:fe67:2c54
29412026-06-25T23:17:22.518Zfe80::c459:50ff:feb8:6fd4
29422026-06-25T23:17:22.518Zlocal v4:
29432026-06-25T23:17:22.518Zrouter v6_idx:
29442026-06-25T23:17:22.518Zfd00:1::/64 -> 0
29452026-06-25T23:17:22.518Zfd00:2::/64 -> 1
29462026-06-25T23:17:22.518Zrouter v6_routes:
29472026-06-25T23:17:22.518Z0 -> fe80::ec83:36ff:feb1:3b58 (1)
29482026-06-25T23:17:22.518Z1 -> fe80::dc35:ddff:fe1b:52e4 (2)
29492026-06-25T23:17:22.518Zrouter v4_idx:
29502026-06-25T23:17:22.518Zrouter v4_routes:
29512026-06-25T23:17:22.518Zresolver v4:
29522026-06-25T23:17:22.518Z10.0.0.254 -> 02:08:20:2c:20:0f
29532026-06-25T23:17:22.518Z10.0.0.3 -> 02:08:20:cf:b8:a7
29542026-06-25T23:17:22.518Zresolver v6:
29552026-06-25T23:17:22.518Zfe80::ec83:36ff:feb1:3b58 -> ee:83:36:b1:3b:58
29562026-06-25T23:17:22.518Zfe80::dc35:ddff:fe1b:52e4 -> de:35:dd:1b:52:e4
29572026-06-25T23:17:22.518Zfe80::c459:50ff:feb8:6fd4 -> c6:59:50:b8:6f:d4
29582026-06-25T23:17:22.518Zfe80::2c2a:23ff:fe67:2c54 -> 2e:2a:23:67:2c:54
29592026-06-25T23:17:22.518Znat v4:
29602026-06-25T23:17:22.518Znat_v6:
29612026-06-25T23:17:22.518Zport_mac:
29622026-06-25T23:17:22.518Z2: a8:40:25:28:f1:bd
29632026-06-25T23:17:22.518Z1000: a8:40:25:28:f1:bb
29642026-06-25T23:17:22.519Z1: a8:40:25:28:f1:bc
29652026-06-25T23:17:22.519Zproxy arp:
29662026-06-25T23:17:22.519Z[s1.trio] pkill ddmd
29672026-06-25T23:17:22.531Z
29682026-06-25T23:17:25.528Ztest ddm::test_trio_v3 has been running for over 60 seconds
29692026-06-25T23:17:27.532Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29702026-06-25T23:17:27.550Zlocal v6:
29712026-06-25T23:17:27.550Zfe80::2c2a:23ff:fe67:2c54
29722026-06-25T23:17:27.550Zfe80::c459:50ff:feb8:6fd4
29732026-06-25T23:17:27.550Zlocal v4:
29742026-06-25T23:17:27.550Zrouter v6_idx:
29752026-06-25T23:17:27.550Zfd00:2::/64 -> 1
29762026-06-25T23:17:27.550Zrouter v6_routes:
29772026-06-25T23:17:27.551Z1 -> fe80::dc35:ddff:fe1b:52e4 (2)
29782026-06-25T23:17:27.551Zrouter v4_idx:
29792026-06-25T23:17:27.551Zrouter v4_routes:
29802026-06-25T23:17:27.551Zresolver v4:
29812026-06-25T23:17:27.552Z10.0.0.254 -> 02:08:20:2c:20:0f
29822026-06-25T23:17:27.552Z10.0.0.3 -> 02:08:20:cf:b8:a7
29832026-06-25T23:17:27.552Zresolver v6:
29842026-06-25T23:17:27.552Zfe80::ec83:36ff:feb1:3b58 -> ee:83:36:b1:3b:58
29852026-06-25T23:17:27.552Zfe80::dc35:ddff:fe1b:52e4 -> de:35:dd:1b:52:e4
29862026-06-25T23:17:27.552Zfe80::c459:50ff:feb8:6fd4 -> c6:59:50:b8:6f:d4
29872026-06-25T23:17:27.552Zfe80::2c2a:23ff:fe67:2c54 -> 2e:2a:23:67:2c:54
29882026-06-25T23:17:27.552Znat v4:
29892026-06-25T23:17:27.552Znat_v6:
29902026-06-25T23:17:27.552Zport_mac:
29912026-06-25T23:17:27.552Z2: a8:40:25:28:f1:bd
29922026-06-25T23:17:27.552Z1000: a8:40:25:28:f1:bb
29932026-06-25T23:17:27.552Z1: a8:40:25:28:f1:bc
29942026-06-25T23:17:27.552Zproxy arp:
29952026-06-25T23:17:27.552Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3603a9b6-42ac-4dae-9dd0-df53b4c8025f --sled-uuid 2f5ca12c-12ba-4a2e-ac7e-ba4a467c3000 -a sl0/v6 &> /opt/ddmd.log &
29962026-06-25T23:17:27.562Z
29972026-06-25T23:17:30.564Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29982026-06-25T23:17:30.583Zlocal v6:
29992026-06-25T23:17:30.583Zfe80::2c2a:23ff:fe67:2c54
30002026-06-25T23:17:30.583Zfe80::c459:50ff:feb8:6fd4
30012026-06-25T23:17:30.583Zlocal v4:
30022026-06-25T23:17:30.583Zrouter v6_idx:
30032026-06-25T23:17:30.583Zfd00:1::/64 -> 0
30042026-06-25T23:17:30.583Zfd00:2::/64 -> 1
30052026-06-25T23:17:30.583Zrouter v6_routes:
30062026-06-25T23:17:30.583Z0 -> fe80::ec83:36ff:feb1:3b58 (1)
30072026-06-25T23:17:30.583Z1 -> fe80::dc35:ddff:fe1b:52e4 (2)
30082026-06-25T23:17:30.583Zrouter v4_idx:
30092026-06-25T23:17:30.583Zrouter v4_routes:
30102026-06-25T23:17:30.583Zresolver v4:
30112026-06-25T23:17:30.583Z10.0.0.254 -> 02:08:20:2c:20:0f
30122026-06-25T23:17:30.583Z10.0.0.3 -> 02:08:20:cf:b8:a7
30132026-06-25T23:17:30.583Zresolver v6:
30142026-06-25T23:17:30.583Zfe80::ec83:36ff:feb1:3b58 -> ee:83:36:b1:3b:58
30152026-06-25T23:17:30.583Zfe80::dc35:ddff:fe1b:52e4 -> de:35:dd:1b:52:e4
30162026-06-25T23:17:30.583Zfe80::c459:50ff:feb8:6fd4 -> c6:59:50:b8:6f:d4
30172026-06-25T23:17:30.583Zfe80::2c2a:23ff:fe67:2c54 -> 2e:2a:23:67:2c:54
30182026-06-25T23:17:30.583Znat v4:
30192026-06-25T23:17:30.583Znat_v6:
30202026-06-25T23:17:30.583Zport_mac:
30212026-06-25T23:17:30.583Z2: a8:40:25:28:f1:bd
30222026-06-25T23:17:30.583Z1000: a8:40:25:28:f1:bb
30232026-06-25T23:17:30.583Z1: a8:40:25:28:f1:bc
30242026-06-25T23:17:30.583Zproxy arp:
30252026-06-25T23:17:30.587Z[s2.trio] netstat -nr -f inet6
30262026-06-25T23:17:30.596ZRouting Table: IPv6
30272026-06-25T23:17:30.596Z Destination/Mask Gateway Flags Ref Use If
30282026-06-25T23:17:30.596Z--------------------------- --------------------------- ----- --- ------- -----
30292026-06-25T23:17:30.596Z::1 ::1 UH 2 0 lo0
30302026-06-25T23:17:30.597Zfd00:1::/64 fe80::2c2a:23ff:fe67:2c54 UG 1 0 sl1
30312026-06-25T23:17:30.597Zfe80::/10 fe80::dc35:ddff:fe1b:52e4 U 3 64 sl1
30322026-06-25T23:17:30.597Z[s2.trio] ipadm
30332026-06-25T23:17:30.609ZADDROBJ TYPE STATE ADDR
30342026-06-25T23:17:30.609Zlo0/v4 static ok 127.0.0.1/8
30352026-06-25T23:17:30.609Zmg3/v4 static ok 10.0.0.2/24
30362026-06-25T23:17:30.609Zlo0/v6 static ok ::1/128
30372026-06-25T23:17:30.609Zlo0/u6 static ok fd00:2::1/64
30382026-06-25T23:17:30.609Zsl1/v6 addrconf ok fe80::dc35:ddff:fe1b:52e4%sl1/10
30392026-06-25T23:17:30.609Z[s2.trio] route -nv get -inet6 fd00:1::1
30402026-06-25T23:17:30.621Znewrt->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>
30412026-06-25T23:17:30.621Zlocks: inits:
30422026-06-25T23:17:30.621Zsockaddrs: <DST,IFP>
30432026-06-25T23:17:30.621Z fd00:1::1
30442026-06-25T23:17:30.621Z route to: fd00:1::1
30452026-06-25T23:17:30.621Zdestination: fd00:1::
30462026-06-25T23:17:30.621Z mask: ffff:ffff:ffff:ffff::
30472026-06-25T23:17:30.621Z gateway: fe80::2c2a:23ff:fe67:2c54
30482026-06-25T23:17:30.621Z interface: sl1 index 3 address de 35 dd 1b 52 e4
30492026-06-25T23:17:30.621Z flags: <UP,GATEWAY,DONE,STATIC>
30502026-06-25T23:17:30.621Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30512026-06-25T23:17:30.621Z 0 0 0 0 0 0 9000 0
30522026-06-25T23:17:30.621Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30532026-06-25T23:17:30.621Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30542026-06-25T23:17:30.621Z fd00:1:: fe80::2c2a:23ff:fe67:2c54 ffff:ffff:ffff:ffff:: sl1:de.35.dd.1b.52.e4 fe80::dc35:ddff:fe1b:52e4
30552026-06-25T23:17:30.621Z[s2.trio] ndp -na
30562026-06-25T23:17:30.633ZNet to Media Table: IPv6
30572026-06-25T23:17:30.633Z If Physical Address Type State Destination/Mask
30582026-06-25T23:17:30.633Z----- ----------------- ------- ------------ ---------------------------
30592026-06-25T23:17:30.633Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30602026-06-25T23:17:30.633Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30612026-06-25T23:17:30.633Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30622026-06-25T23:17:30.633Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30632026-06-25T23:17:30.633Zsl1 33:33:ff:67:2c:54 other REACHABLE ff02::1:ff67:2c54
30642026-06-25T23:17:30.633Zsl1 2e:2a:23:67:2c:54 dynamic REACHABLE fe80::2c2a:23ff:fe67:2c54
30652026-06-25T23:17:30.633Zsl1 de:35:dd:1b:52:e4 local REACHABLE fe80::dc35:ddff:fe1b:52e4
30662026-06-25T23:17:30.633Zsl1 33:33:ff:1b:52:e4 other REACHABLE ff02::1:ff1b:52e4
30672026-06-25T23:17:30.633Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30682026-06-25T23:17:30.633Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30692026-06-25T23:17:30.648Zlocal v6:
30702026-06-25T23:17:30.648Zfe80::2c2a:23ff:fe67:2c54
30712026-06-25T23:17:30.648Zfe80::c459:50ff:feb8:6fd4
30722026-06-25T23:17:30.648Zlocal v4:
30732026-06-25T23:17:30.648Zrouter v6_idx:
30742026-06-25T23:17:30.648Zfd00:1::/64 -> 0
30752026-06-25T23:17:30.648Zfd00:2::/64 -> 1
30762026-06-25T23:17:30.648Zrouter v6_routes:
30772026-06-25T23:17:30.648Z0 -> fe80::ec83:36ff:feb1:3b58 (1)
30782026-06-25T23:17:30.648Z1 -> fe80::dc35:ddff:fe1b:52e4 (2)
30792026-06-25T23:17:30.648Zrouter v4_idx:
30802026-06-25T23:17:30.648Zrouter v4_routes:
30812026-06-25T23:17:30.648Zresolver v4:
30822026-06-25T23:17:30.648Z10.0.0.254 -> 02:08:20:2c:20:0f
30832026-06-25T23:17:30.648Z10.0.0.3 -> 02:08:20:cf:b8:a7
30842026-06-25T23:17:30.648Zresolver v6:
30852026-06-25T23:17:30.648Zfe80::ec83:36ff:feb1:3b58 -> ee:83:36:b1:3b:58
30862026-06-25T23:17:30.648Zfe80::dc35:ddff:fe1b:52e4 -> de:35:dd:1b:52:e4
30872026-06-25T23:17:30.648Zfe80::c459:50ff:feb8:6fd4 -> c6:59:50:b8:6f:d4
30882026-06-25T23:17:30.648Zfe80::2c2a:23ff:fe67:2c54 -> 2e:2a:23:67:2c:54
30892026-06-25T23:17:30.648Znat v4:
30902026-06-25T23:17:30.648Znat_v6:
30912026-06-25T23:17:30.648Zport_mac:
30922026-06-25T23:17:30.648Z2: a8:40:25:28:f1:bd
30932026-06-25T23:17:30.648Z1000: a8:40:25:28:f1:bb
30942026-06-25T23:17:30.648Z1: a8:40:25:28:f1:bc
30952026-06-25T23:17:30.648Zproxy arp:
30962026-06-25T23:17:30.648Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30972026-06-25T23:17:30.692ZSubnet Port Link Gateway Vlan
30982026-06-25T23:17:30.692Zfd00:1::/64 rear0 0 fe80::ec83:36ff:feb1:3b58
30992026-06-25T23:17:30.692Zfd00:2::/64 rear1 0 fe80::dc35:ddff:fe1b:52e4
31002026-06-25T23:17:30.692Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31012026-06-25T23:17:30.732Zhost mac age
31022026-06-25T23:17:30.732Z10.0.0.3 02:08:20:cf:b8:a7 21s
31032026-06-25T23:17:30.732Z10.0.0.254 02:08:20:2c:20:0f 18s
31042026-06-25T23:17:30.732Zfe80::2c2a:23ff:fe67:2c54 2e:2a:23:67:2c:54 21s
31052026-06-25T23:17:30.732Zfe80::c459:50ff:feb8:6fd4 c6:59:50:b8:6f:d4 21s
31062026-06-25T23:17:30.732Zfe80::dc35:ddff:fe1b:52e4 de:35:dd:1b:52:e4 21s
31072026-06-25T23:17:30.732Zfe80::ec83:36ff:feb1:3b58 ee:83:36:b1:3b:58 21s
31082026-06-25T23:17:30.732Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31092026-06-25T23:17:30.771ZLink IPv4 IPv6
31102026-06-25T23:17:30.771Zrear0/0 fe80::c459:50ff:feb8:6fd4
31112026-06-25T23:17:30.771Zrear1/0 fe80::2c2a:23ff:fe67:2c54
31122026-06-25T23:17:30.772Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31132026-06-25T23:17:31.797ZADDROBJ TYPE STATE ADDR
31142026-06-25T23:17:31.797Zlo0/v4 static ok 127.0.0.1/8
31152026-06-25T23:17:31.797Zmg2/v4 static ok 10.0.0.1/24
31162026-06-25T23:17:31.797Zlo0/v6 static ok ::1/128
31172026-06-25T23:17:31.797Zlo0/u6 static ok fd00:1::1/64
31182026-06-25T23:17:31.797Zsl0/v6 addrconf ok fe80::ec83:36ff:feb1:3b58%sl0/10
31192026-06-25T23:17:31.797Znewrt->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>
31202026-06-25T23:17:31.797Zlocks: inits:
31212026-06-25T23:17:31.797Zsockaddrs: <DST,IFP>
31222026-06-25T23:17:31.798Z fd00:2::1
31232026-06-25T23:17:31.798Z route to: fd00:2::1
31242026-06-25T23:17:31.798Zdestination: fd00:2::
31252026-06-25T23:17:31.798Z mask: ffff:ffff:ffff:ffff::
31262026-06-25T23:17:31.798Z gateway: fe80::c459:50ff:feb8:6fd4
31272026-06-25T23:17:31.798Z interface: sl0 index 3 address ee 83 36 b1 3b 58
31282026-06-25T23:17:31.798Z flags: <UP,GATEWAY,DONE,STATIC>
31292026-06-25T23:17:31.798Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31302026-06-25T23:17:31.798Z 0 0 0 0 0 0 9000 0
31312026-06-25T23:17:31.798Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31322026-06-25T23:17:31.798Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31332026-06-25T23:17:31.798Z fd00:2:: fe80::c459:50ff:feb8:6fd4 ffff:ffff:ffff:ffff:: sl0:ee.83.36.b1.3b.58 fe80::ec83:36ff:feb1:3b58
31342026-06-25T23:17:31.798Z
31352026-06-25T23:17:31.798ZNet to Media Table: IPv6
31362026-06-25T23:17:31.798Z If Physical Address Type State Destination/Mask
31372026-06-25T23:17:31.798Z----- ----------------- ------- ------------ ---------------------------
31382026-06-25T23:17:31.798Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31392026-06-25T23:17:31.798Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31402026-06-25T23:17:31.798Zsl0 33:33:ff:b8:6f:d4 other REACHABLE ff02::1:ffb8:6fd4
31412026-06-25T23:17:31.798Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31422026-06-25T23:17:31.798Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31432026-06-25T23:17:31.798Zsl0 ee:83:36:b1:3b:58 local REACHABLE fe80::ec83:36ff:feb1:3b58
31442026-06-25T23:17:31.798Zsl0 c6:59:50:b8:6f:d4 dynamic REACHABLE fe80::c459:50ff:feb8:6fd4
31452026-06-25T23:17:31.798Zsl0 33:33:ff:b1:3b:58 other REACHABLE ff02::1:ffb1:3b58
31462026-06-25T23:17:31.798Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31472026-06-25T23:17:31.798Z
31482026-06-25T23:17:31.798Z
31492026-06-25T23:17:31.798ZRouting Table: IPv6
31502026-06-25T23:17:31.798Z Destination/Mask Gateway Flags Ref Use If
31512026-06-25T23:17:31.798Z--------------------------- --------------------------- ----- --- ------- -----
31522026-06-25T23:17:31.798Z::1 ::1 UH 2 0 lo0
31532026-06-25T23:17:31.798Zfd00:2::/64 fe80::c459:50ff:feb8:6fd4 UG 2 2 sl0
31542026-06-25T23:17:31.798Zfe80::/10 fe80::ec83:36ff:feb1:3b58 U 3 64 sl0
31552026-06-25T23:17:31.798ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31562026-06-25T23:17:31.798Z68 bytes from fd00:2::1: icmp_seq=0. time=0.343 ms
31572026-06-25T23:17:31.798Z68 bytes from fd00:2::1: icmp_seq=1. time=0.357 ms
31582026-06-25T23:17:31.798Z
31592026-06-25T23:17:31.798Z----fd00:2::1 PING Statistics----
31602026-06-25T23:17:31.798Z2 packets transmitted, 2 packets received, 0% packet loss
31612026-06-25T23:17:31.799Zround-trip (ms) min/avg/max/stddev = 0.343/0.350/0.357/0.010
31622026-06-25T23:17:31.799Z[s2.trio] ping fd00:1::1
31632026-06-25T23:17:31.811Zfd00:1::1 is alive
31642026-06-25T23:17:31.811Zserver router restart passed
31652026-06-25T23:17:35.817Zpeer expiration recovery passed
31662026-06-25T23:17:36.818Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31672026-06-25T23:17:36.838Z3
31682026-06-25T23:17:36.838Zredundant advertise passed
31692026-06-25T23:17:37.844Ztunnel endpoint advertise passed
31702026-06-25T23:17:42.843Zredundant tunnel endpoint advertise passed
31712026-06-25T23:17:42.843Z[s1.trio] pkill ddmd
31722026-06-25T23:17:42.859Z
31732026-06-25T23:17:47.859Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 68b5833a-416f-4bf0-8b9e-81ff0aad15e5 --sled-uuid ebda0163-edc2-48f3-b592-5e5da62cb54b -a sl0/v6 &> /opt/ddmd.log &
31742026-06-25T23:17:47.876Z
31752026-06-25T23:17:52.882Ztunnel router restart passed
31762026-06-25T23:17:53.884Ztunnel endpoint withdraw passed
31772026-06-25T23:17:53.889Z[t1.trio] pkill ddmd
31782026-06-25T23:17:53.901Z
31792026-06-25T23:17:53.901Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31802026-06-25T23:17:53.905Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31812026-06-25T23:17:55.836Z[s2.trio] pkill ddmd
31822026-06-25T23:17:55.850Z
31832026-06-25T23:17:55.850Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31842026-06-25T23:17:59.042Z[s1.trio] pkill ddmd
31852026-06-25T23:17:59.063Z
31862026-06-25T23:17:59.064Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31872026-06-25T23:17:59.888Z[sidecar.trio] pkill softnpu
31882026-06-25T23:17:59.928Z
31892026-06-25T23:17:59.929Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31902026-06-25T23:18:02.473Ztest ddm::test_trio_v3 ... ok
31912026-06-25T23:18:02.473Z
31922026-06-25T23:18:02.473Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.94s
31932026-06-25T23:18:02.474Z
31942026-06-25T23:18:02.522Z+ cleanup
31952026-06-25T23:18:02.528Z++ id -un
31962026-06-25T23:18:02.533Z++ id -gn
31972026-06-25T23:18:02.533Z+ pfexec chown -R build:build .
31982026-06-25T23:18:02.655Zprocess exited: duration 703606 ms, exit code 0
 
31992026-06-25T23:18:02.671Zfound 5 output files
32002026-06-25T23:18:02.671Zuploading: /work/s1.trio.log (4032 bytes)
32012026-06-25T23:18:03.693Zuploaded: /work/s1.trio.log
32022026-06-25T23:18:03.693Zuploading: /work/s2.trio.log (10792 bytes)
32032026-06-25T23:18:04.705Zuploaded: /work/s2.trio.log
32042026-06-25T23:18:04.705Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32052026-06-25T23:18:05.714Zuploaded: /work/sidecar.trio-softnpu.log
32062026-06-25T23:18:05.714Zuploading: /work/t1.trio-dpd.log (333988 bytes)
32072026-06-25T23:18:07.486Zuploaded: /work/t1.trio-dpd.log
32082026-06-25T23:18:07.487Zuploading: /work/t1.trio.log (25739 bytes)
32092026-06-25T23:18:08.517Zuploaded: /work/t1.trio.log