01KS31F1PHTCW1PX3320F7SD97: 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: 01KS31FKRM02JMNG3HJ1RD7BGX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:55:22.525Zjob assigned to worker 01KS31H56G6HT0QS205MD1ZFVQ [factory aws, i-03ff10588b236f1f1] (queued for 1 m 36 s)
 
22026-05-20T15:55:29.373Zstarting task 0: "setup"
32026-05-20T15:55:29.378Z++ uname -s
42026-05-20T15:55:29.381Z+ kern=SunOS
52026-05-20T15:55:29.381Z+ build_user=build
62026-05-20T15:55:29.381Z+ build_uid=12345
72026-05-20T15:55:29.382Z+ work_dir=/work
82026-05-20T15:55:29.382Z+ input_dir=/input
92026-05-20T15:55:29.382Z+ [[ 0 == 12345 ]]
102026-05-20T15:55:29.382Z+ case "$kern" in
112026-05-20T15:55:29.382Z+ groupadd -g 12345 build
122026-05-20T15:55:29.382Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:55:31.387Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:55:31.487Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:55:31.491Z+ home_fs=zfs
162026-05-20T15:55:31.491Z+ [[ zfs == autofs ]]
172026-05-20T15:55:31.491Z+ mkdir -p /home/build
182026-05-20T15:55:31.491Z+ chown build:build /home/build /work
192026-05-20T15:55:33.491Z+ chmod 0700 /home/build /work
202026-05-20T15:55:33.496Zprocess exited: duration 4118 ms, exit code 0
 
212026-05-20T15:55:33.504Zstarting task 1: "rust-toolchain"
222026-05-20T15:55:33.507Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T15:55:33.507Z * rust toolchain channel = "stable"
242026-05-20T15:55:33.507Z * rust toolchain profile = "default"
252026-05-20T15:55:33.507Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T15:55:33.507Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:55:33.507Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:55:33.507Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:55:33.511Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T15:55:33.628Zinfo: downloading installer
312026-05-20T15:55:35.106Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T15:55:35.106Zwarn: /opt/ooce/bin
332026-05-20T15:55:35.106Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T15:55:35.106Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T15:55:35.106Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T15:55:35.106Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T15:55:35.106Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T15:55:35.106Zerror: cannot install while Rust is installed
392026-05-20T15:55:35.106Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T15:55:35.110Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T15:55:35.110Zwarn: /home/build/.rustup/settings.toml
422026-05-20T15:55:35.110Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T15:55:35.110Zwarn: instead of the one inferred from the default host triple.
442026-05-20T15:55:35.140Zinfo: profile set to default
452026-05-20T15:55:35.140Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T15:55:35.144Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T15:55:35.270Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T15:55:35.273Zinfo: downloading 6 components
492026-05-20T15:55:51.637Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T15:55:51.637Z
512026-05-20T15:55:51.663Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T15:55:51.663Z
532026-05-20T15:55:51.663Z
542026-05-20T15:55:51.663ZRust is installed now. Great!
552026-05-20T15:55:51.663Z
562026-05-20T15:55:51.663ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T15:55:51.663Zenvironment variable. This has not been done automatically.
582026-05-20T15:55:51.663Z
592026-05-20T15:55:51.663ZTo configure your current shell, you need to source
602026-05-20T15:55:51.663Zthe corresponding env file under $HOME/.cargo.
612026-05-20T15:55:51.663Z
622026-05-20T15:55:51.663ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T15:55:51.664Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T15:55:51.664Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T15:55:51.664Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T15:55:51.664Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T15:55:51.667Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T15:55:51.667Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T15:55:51.667Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T15:55:51.667Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T15:55:51.759Z+ rustup --version
722026-05-20T15:55:51.767Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T15:55:51.771Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T15:55:51.788Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T15:55:51.792Z+ cargo --version
762026-05-20T15:55:51.805Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T15:55:51.808Z+ rustc --version
782026-05-20T15:55:51.827Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T15:55:51.830Zprocess exited: duration 18324 ms, exit code 0
 
802026-05-20T15:55:51.836Zstarting task 2: "authentication"
812026-05-20T15:55:51.853Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T15:55:51.859Zstarting task 3: "clone repository"
832026-05-20T15:55:51.863Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T15:55:51.866Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T15:55:51.893ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T15:55:53.131Z+ cd /work/oxidecomputer/maghemite
872026-05-20T15:55:53.131Z+ git fetch origin 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
882026-05-20T15:55:53.374ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T15:55:53.375Z * branch 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c -> FETCH_HEAD
902026-05-20T15:55:53.381Z+ [[ -n zl/mrib ]]
912026-05-20T15:55:53.384Z++ git branch --show-current
922026-05-20T15:55:53.384Z+ current=main
932026-05-20T15:55:53.384Z+ [[ main != zl/mrib ]]
942026-05-20T15:55:53.384Z+ git branch -f zl/mrib 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
952026-05-20T15:55:53.387Z+ git checkout -f zl/mrib
962026-05-20T15:55:53.404ZSwitched to branch 'zl/mrib'
972026-05-20T15:55:53.408Z+ git reset --hard 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
982026-05-20T15:55:53.423ZHEAD is now at 004e5cd [merge] merge main again (cleanup, lock maint, happy maps)
992026-05-20T15:55:53.426Zprocess exited: duration 1564 ms, exit code 0
 
1002026-05-20T15:55:53.433Zstarting task 4: "build"
1012026-05-20T15:55:53.443Z++ dladm
1022026-05-20T15:55:53.446ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-20T15:55:53.446Zena0 phys 9216 up -- --
1042026-05-20T15:55:53.446Z++ ipadm
1052026-05-20T15:55:53.446ZADDROBJ TYPE STATE ADDR
1062026-05-20T15:55:53.446Zlo0/v4 static ok 127.0.0.1/8
1072026-05-20T15:55:53.446Zena0/dhcp dhcp ok 10.150.2.222/24
1082026-05-20T15:55:53.446Zlo0/v6 static ok ::1/128
1092026-05-20T15:55:53.447Z++ banner collect
1102026-05-20T15:55:53.447Z
1112026-05-20T15:55:53.447Z #### #### # # ###### #### #####
1122026-05-20T15:55:53.447Z # # # # # # # # # #
1132026-05-20T15:55:53.447Z # # # # # ##### # #
1142026-05-20T15:55:53.447Z # # # # # # # #
1152026-05-20T15:55:53.447Z # # # # # # # # # #
1162026-05-20T15:55:53.447Z #### #### ###### ###### ###### #### #
1172026-05-20T15:55:53.447Z
1182026-05-20T15:55:53.447Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-20T15:55:53.447Z++ repo=softnpu
1202026-05-20T15:55:53.447Z++ series=image
1212026-05-20T15:55:53.447Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-20T15:55:53.447Z++ name=softnpu
1232026-05-20T15:55:53.447Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-20T15:55:53.447Z++ mkdir -p download
1252026-05-20T15:55:53.454Z++ pushd download
1262026-05-20T15:55:53.454Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-20T15:55:53.454Z++ [[ ! -f softnpu ]]
1282026-05-20T15:55:53.454Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-20T15:55:53.459Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-20T15:55:53.459Z Dload Upload Total Spent Left Speed
1312026-05-20T15:55:53.750Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 52.70M 0 0 100 15.63M 100 15.63M 0 0 52.69M 0 0 100 15.63M 100 15.63M 0 0 52.68M 0 0
1322026-05-20T15:55:53.754Z++ popd
1332026-05-20T15:55:53.754Z/work/oxidecomputer/maghemite
1342026-05-20T15:55:53.754Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-20T15:55:53.754Z++ repo=sidecar-lite
1362026-05-20T15:55:53.754Z++ series=release
1372026-05-20T15:55:53.754Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-20T15:55:53.754Z++ name=libsidecar_lite.so
1392026-05-20T15:55:53.754Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-20T15:55:53.754Z++ mkdir -p download
1412026-05-20T15:55:53.757Z++ pushd download
1422026-05-20T15:55:53.757Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-05-20T15:55:53.757Z++ [[ ! -f libsidecar_lite.so ]]
1442026-05-20T15:55:53.757Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-20T15:55:53.761Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-20T15:55:53.765Z Dload Upload Total Spent Left Speed
1472026-05-20T15:55:54.021Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 46.57M 0 0 100 12.04M 100 12.04M 0 0 46.56M 0 0 100 12.04M 100 12.04M 0 0 46.55M 0 0
1482026-05-20T15:55:54.024Z++ popd
1492026-05-20T15:55:54.024Z/work/oxidecomputer/maghemite
1502026-05-20T15:55:54.024Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-20T15:55:54.024Z++ repo=sidecar-lite
1522026-05-20T15:55:54.024Z++ series=release
1532026-05-20T15:55:54.024Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-20T15:55:54.024Z++ name=scadm
1552026-05-20T15:55:54.024Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-20T15:55:54.024Z++ mkdir -p download
1572026-05-20T15:55:54.028Z++ pushd download
1582026-05-20T15:55:54.028Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-05-20T15:55:54.028Z++ [[ ! -f scadm ]]
1602026-05-20T15:55:54.028Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-20T15:55:54.032Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-20T15:55:54.035Z Dload Upload Total Spent Left Speed
1632026-05-20T15:55:54.498Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 33.87M 0 0 100 15.78M 100 15.78M 0 0 33.87M 0 0 100 15.78M 100 15.78M 0 0 33.87M 0 0
1642026-05-20T15:55:54.502Z++ popd
1652026-05-20T15:55:54.502Z/work/oxidecomputer/maghemite
1662026-05-20T15:55:54.502Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-20T15:55:54.502Z++ repo=dendrite
1682026-05-20T15:55:54.502Z++ series=image
1692026-05-20T15:55:54.502Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-20T15:55:54.502Z++ name=dendrite-softnpu.tar.gz
1712026-05-20T15:55:54.502Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-20T15:55:54.502Z++ mkdir -p download
1732026-05-20T15:55:54.505Z++ pushd download
1742026-05-20T15:55:54.505Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-05-20T15:55:54.505Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-05-20T15:55:54.505Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-20T15:55:54.509Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-20T15:55:54.512Z Dload Upload Total Spent Left Speed
1792026-05-20T15:55:55.738Z 0 0 0 0 0 0 0 0 0 76 71.59M 76 54.55M 0 0 54.59M 0 00:01 00:01 54.60M 100 71.59M 100 71.59M 0 0 58.34M 0 00:01 00:01 54.60M 100 71.59M 100 71.59M 0 0 58.34M 0 00:01 00:01 54.60M 100 71.59M 100 71.59M 0 0 58.33M 0 00:01 00:01 54.60M
1802026-05-20T15:55:55.741Z++ popd
1812026-05-20T15:55:55.741Z/work/oxidecomputer/maghemite
1822026-05-20T15:55:55.741Z++ get_artifact maghemite release 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c ddm
1832026-05-20T15:55:55.741Z++ repo=maghemite
1842026-05-20T15:55:55.741Z++ series=release
1852026-05-20T15:55:55.741Z++ commit=004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
1862026-05-20T15:55:55.741Z++ name=ddm
1872026-05-20T15:55:55.741Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-20T15:55:55.741Z++ mkdir -p download
1892026-05-20T15:55:55.744Z++ pushd download
1902026-05-20T15:55:55.744Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-05-20T15:55:55.744Z++ [[ ! -f ddm ]]
1922026-05-20T15:55:55.744Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/004e5cda468ada89e8b92a9d89aa1a09a3c87d5c/ddm
1932026-05-20T15:55:55.748Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-20T15:55:55.751Z Dload Upload Total Spent Left Speed
1952026-05-20T15:55:55.802Z 0 0 0 0 0 0 0 0 0
1962026-05-20T15:55:55.802Zcurl: (22) The requested URL returned error: 404
1972026-05-20T15:55:55.806Z++ popd
1982026-05-20T15:55:55.806Z/work/oxidecomputer/maghemite
1992026-05-20T15:55:55.806Z++ get_artifact maghemite release 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c ddmadm
2002026-05-20T15:55:55.806Z++ repo=maghemite
2012026-05-20T15:55:55.806Z++ series=release
2022026-05-20T15:55:55.806Z++ commit=004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
2032026-05-20T15:55:55.806Z++ name=ddmadm
2042026-05-20T15:55:55.806Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-20T15:55:55.806Z++ mkdir -p download
2062026-05-20T15:55:55.806Z++ pushd download
2072026-05-20T15:55:55.806Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-05-20T15:55:55.806Z++ [[ ! -f ddmadm ]]
2092026-05-20T15:55:55.806Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/004e5cda468ada89e8b92a9d89aa1a09a3c87d5c/ddmadm
2102026-05-20T15:55:55.812Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-20T15:55:55.820Z Dload Upload Total Spent Left Speed
2122026-05-20T15:55:55.864Z 0 0 0 0 0 0 0 0 0
2132026-05-20T15:55:55.864Zcurl: (22) The requested URL returned error: 404
2142026-05-20T15:55:55.867Z++ popd
2152026-05-20T15:55:55.867Z/work/oxidecomputer/maghemite
2162026-05-20T15:55:55.867Z++ pushd download
2172026-05-20T15:55:55.867Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-20T15:55:55.867Z++ chmod +x softnpu
2192026-05-20T15:55:55.867Z++ chmod +x scadm
2202026-05-20T15:55:55.871Z++ chmod +x ddmadm
2212026-05-20T15:55:55.871Zchmod: WARNING: can't access ddmadm
2222026-05-20T15:55:55.871Z++ chmod +x ddmd
2232026-05-20T15:55:55.871Zchmod: WARNING: can't access ddmd
2242026-05-20T15:55:55.871Z++ mv ddmadm ddmadm-v2
2252026-05-20T15:55:55.874Zmv: cannot access ddmadm
2262026-05-20T15:55:55.874Z++ mv ddmd ddmd-v2
2272026-05-20T15:55:55.874Zmv: cannot access ddmd
2282026-05-20T15:55:55.874Z++ rm -rf zones/dendrite
2292026-05-20T15:55:55.877Z++ mkdir -p zones/dendrite
2302026-05-20T15:55:55.877Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-20T15:55:56.875Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-05-20T15:55:56.879Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-05-20T15:55:56.879Z++ popd
2342026-05-20T15:55:56.879Z++ banner install
2352026-05-20T15:55:56.879Z/work/oxidecomputer/maghemite
2362026-05-20T15:55:56.882Z
2372026-05-20T15:55:56.883Z # # # #### ##### ## # #
2382026-05-20T15:55:56.883Z # ## # # # # # # #
2392026-05-20T15:55:56.883Z # # # # #### # # # # #
2402026-05-20T15:55:56.883Z # # # # # # ###### # #
2412026-05-20T15:55:56.883Z # # ## # # # # # # #
2422026-05-20T15:55:56.883Z # # # #### # # # ###### ######
2432026-05-20T15:55:56.883Z
2442026-05-20T15:55:56.883Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-20T15:55:56.883Z++ set +o errexit
2462026-05-20T15:55:56.883Z++ pkg info clang-15
2472026-05-20T15:55:56.883Z++ grep -qi installed
2482026-05-20T15:55:57.969Zpkg: info: no packages matching the following patterns you specified are
2492026-05-20T15:55:57.969Zinstalled on the system. Try querying remotely instead:
2502026-05-20T15:55:57.969Z
2512026-05-20T15:55:57.969Z clang-15
2522026-05-20T15:55:58.019Z++ [[ 1 != 0 ]]
2532026-05-20T15:55:58.019Z++ set -o errexit
2542026-05-20T15:55:58.019Z++ pfexec pkg install clang-15
2552026-05-20T15:56:06.750Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-20T15:56:14.541Z Startup: Caching catalogs ... Done
2572026-05-20T15:56:21.924ZPlanning: Solver setup ... Done
2582026-05-20T15:56:21.965ZPlanning: Running solver ... Done
2592026-05-20T15:56:22.105ZPlanning: Finding local manifests ... Done
2602026-05-20T15:56:22.597ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-20T15:56:22.732ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-20T15:56:22.762ZPlanning: Package planning ... Done
2632026-05-20T15:56:22.788ZPlanning: Merging actions ... Done
2642026-05-20T15:56:22.897ZPlanning: Checking for conflicting actions ... Done
2652026-05-20T15:56:22.903ZPlanning: Consolidating action changes ... Done
2662026-05-20T15:56:23.672ZPlanning: Evaluating mediators ... Done
2672026-05-20T15:56:23.677ZPlanning: Planning completed in 8.97 seconds
2682026-05-20T15:56:23.688Z Packages to install: 2
2692026-05-20T15:56:23.692Z Mediators to change: 2
2702026-05-20T15:56:23.692Z Services to change: 1
2712026-05-20T15:56:23.692Z Create boot environment: No
2722026-05-20T15:56:23.692ZCreate backup boot environment: No
2732026-05-20T15:56:23.731Z
2742026-05-20T15:56:23.731ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-20T15:56:28.731ZDownload: 2204/3076 items 118.6/211.3MB 56% complete (24.2M/s)
2762026-05-20T15:56:33.225ZDownload: Completed 211.31 MB in 9.49 seconds (22.3M/s)
2772026-05-20T15:56:34.401Z Actions: 1/3418 actions (Installing new actions)
2782026-05-20T15:56:37.585Z Actions: Completed 3418 actions in 3.18 seconds.
2792026-05-20T15:56:38.244Z Done
2802026-05-20T15:56:38.244Z Done
2812026-05-20T15:56:39.000Z Done
2822026-05-20T15:56:42.418Z Done
2832026-05-20T15:56:42.487Z Done
2842026-05-20T15:56:42.490Z Done
2852026-05-20T15:56:42.754Z Done
2862026-05-20T15:56:43.446Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2872026-05-20T15:56:43.446Z++ set +o errexit
2882026-05-20T15:56:43.449Z++ pkg info pkg-config
2892026-05-20T15:56:43.449Z++ grep -qi installed
2902026-05-20T15:56:43.676Z++ [[ 0 != 0 ]]
2912026-05-20T15:56:43.676Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-05-20T15:56:43.676Z++ set +o errexit
2932026-05-20T15:56:43.680Z++ pkg info brand/omicron1
2942026-05-20T15:56:43.680Z++ grep -qi installed
2952026-05-20T15:56:43.863Zpkg: info: no packages matching the following patterns you specified are
2962026-05-20T15:56:43.863Zinstalled on the system. Try querying remotely instead:
2972026-05-20T15:56:43.863Z
2982026-05-20T15:56:43.863Z brand/omicron1
2992026-05-20T15:56:43.914Z++ [[ 1 != 0 ]]
3002026-05-20T15:56:43.914Z++ set -o errexit
3012026-05-20T15:56:43.914Z++ pfexec pkg install brand/omicron1
3022026-05-20T15:56:44.310Z Startup: Refreshing catalog 'helios-dev' ... Done
3032026-05-20T15:56:51.582ZPlanning: Solver setup ... Done
3042026-05-20T15:56:51.621ZPlanning: Running solver ... Done
3052026-05-20T15:56:51.765ZPlanning: Finding local manifests ... Done
3062026-05-20T15:56:51.768ZPlanning: Fetching manifests: 0/2 0% complete
3072026-05-20T15:56:51.887ZPlanning: Fetching manifests: 2/2 100% complete
3082026-05-20T15:56:51.899ZPlanning: Package planning ... Done
3092026-05-20T15:56:51.902ZPlanning: Merging actions ... Done
3102026-05-20T15:56:52.050ZPlanning: Checking for conflicting actions ... Done
3112026-05-20T15:56:52.054ZPlanning: Consolidating action changes ... Done
3122026-05-20T15:56:52.207ZPlanning: Evaluating mediators ... Done
3132026-05-20T15:56:52.210ZPlanning: Planning completed in 7.90 seconds
3142026-05-20T15:56:52.214Z Packages to install: 2
3152026-05-20T15:56:52.218Z Create boot environment: No
3162026-05-20T15:56:52.218ZCreate backup boot environment: No
3172026-05-20T15:56:52.244Z
3182026-05-20T15:56:52.244ZDownload: 0/5 items 0.0/1.1MB 0% complete
3192026-05-20T15:56:52.275ZDownload: Completed 1.07 MB in 0.03 seconds (34.4M/s)
3202026-05-20T15:56:52.343Z Actions: 1/28 actions (Installing new actions)
3212026-05-20T15:56:52.355Z Actions: Completed 28 actions in 0.01 seconds.
3222026-05-20T15:56:52.866Z Done
3232026-05-20T15:56:52.866Z Done
3242026-05-20T15:56:53.500Z Done
3252026-05-20T15:56:56.324Z Done
3262026-05-20T15:56:56.382Z Done
3272026-05-20T15:56:56.385Z Done
3282026-05-20T15:56:56.534Z Done
3292026-05-20T15:56:56.670Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3302026-05-20T15:56:56.670Z++ set +o errexit
3312026-05-20T15:56:56.673Z++ pkg info brand/omicron1/tools
3322026-05-20T15:56:56.674Z++ grep -qi installed
3332026-05-20T15:56:56.851Zpkg: info: no packages matching the following patterns you specified are
3342026-05-20T15:56:56.851Zinstalled on the system. Try querying remotely instead:
3352026-05-20T15:56:56.851Z
3362026-05-20T15:56:56.851Z brand/omicron1/tools
3372026-05-20T15:56:56.885Z++ [[ 1 != 0 ]]
3382026-05-20T15:56:56.885Z++ set -o errexit
3392026-05-20T15:56:56.885Z++ pfexec pkg install brand/omicron1/tools
3402026-05-20T15:56:57.279Z Startup: Refreshing catalog 'helios-dev' ... Done
3412026-05-20T15:57:04.554ZPlanning: Solver setup ... Done
3422026-05-20T15:57:04.592ZPlanning: Running solver ... Done
3432026-05-20T15:57:04.730ZPlanning: Finding local manifests ... Done
3442026-05-20T15:57:04.733ZPlanning: Fetching manifests: 0/1 0% complete
3452026-05-20T15:57:04.857ZPlanning: Fetching manifests: 1/1 100% complete
3462026-05-20T15:57:04.869ZPlanning: Package planning ... Done
3472026-05-20T15:57:04.873ZPlanning: Merging actions ... Done
3482026-05-20T15:57:05.012ZPlanning: Checking for conflicting actions ... Done
3492026-05-20T15:57:05.018ZPlanning: Consolidating action changes ... Done
3502026-05-20T15:57:05.165ZPlanning: Evaluating mediators ... Done
3512026-05-20T15:57:05.168ZPlanning: Planning completed in 7.89 seconds
3522026-05-20T15:57:05.173Z Packages to install: 1
3532026-05-20T15:57:05.173Z Services to change: 1
3542026-05-20T15:57:05.173Z Create boot environment: No
3552026-05-20T15:57:05.173ZCreate backup boot environment: No
3562026-05-20T15:57:05.203Z
3572026-05-20T15:57:05.203ZDownload: 0/2 items 0.0/1.2MB 0% complete
3582026-05-20T15:57:05.230ZDownload: Completed 1.19 MB in 0.03 seconds (40.5M/s)
3592026-05-20T15:57:05.317Z Actions: 1/19 actions (Installing new actions)
3602026-05-20T15:57:05.331Z Actions: Completed 19 actions in 0.01 seconds.
3612026-05-20T15:57:05.834Z Done
3622026-05-20T15:57:05.834Z Done
3632026-05-20T15:57:06.470Z Done
3642026-05-20T15:57:09.327Z Done
3652026-05-20T15:57:09.398Z Done
3662026-05-20T15:57:09.402Z Done
3672026-05-20T15:57:09.539Z Done
3682026-05-20T15:57:09.674Z++ pfexec svcadm enable baseline
3692026-05-20T15:57:09.769Z++ retry=0
3702026-05-20T15:57:09.777Z+++ svcs -Hostate baseline
3712026-05-20T15:57:09.777Z++ [[ offline* != online ]]
3722026-05-20T15:57:09.777Z++ [[ 0 -gt 300 ]]
3732026-05-20T15:57:09.777Z++ sleep 1
3742026-05-20T15:57:10.704Z++ retry=1
3752026-05-20T15:57:10.707Z+++ svcs -Hostate baseline
3762026-05-20T15:57:10.717Z++ [[ offline* != online ]]
3772026-05-20T15:57:10.717Z++ [[ 1 -gt 300 ]]
3782026-05-20T15:57:10.717Z++ sleep 1
3792026-05-20T15:57:11.718Z++ retry=2
3802026-05-20T15:57:11.721Z+++ svcs -Hostate baseline
3812026-05-20T15:57:11.731Z++ [[ offline* != online ]]
3822026-05-20T15:57:11.731Z++ [[ 2 -gt 300 ]]
3832026-05-20T15:57:11.731Z++ sleep 1
3842026-05-20T15:57:12.733Z++ retry=3
3852026-05-20T15:57:12.737Z+++ svcs -Hostate baseline
3862026-05-20T15:57:12.747Z++ [[ offline* != online ]]
3872026-05-20T15:57:12.747Z++ [[ 3 -gt 300 ]]
3882026-05-20T15:57:12.747Z++ sleep 1
3892026-05-20T15:57:13.749Z++ retry=4
3902026-05-20T15:57:13.753Z+++ svcs -Hostate baseline
3912026-05-20T15:57:13.765Z++ [[ offline* != online ]]
3922026-05-20T15:57:13.765Z++ [[ 4 -gt 300 ]]
3932026-05-20T15:57:13.768Z++ sleep 1
3942026-05-20T15:57:14.768Z++ retry=5
3952026-05-20T15:57:14.772Z+++ svcs -Hostate baseline
3962026-05-20T15:57:14.783Z++ [[ offline* != online ]]
3972026-05-20T15:57:14.786Z++ [[ 5 -gt 300 ]]
3982026-05-20T15:57:14.786Z++ sleep 1
3992026-05-20T15:57:15.785Z++ retry=6
4002026-05-20T15:57:15.788Z+++ svcs -Hostate baseline
4012026-05-20T15:57:15.799Z++ [[ offline* != online ]]
4022026-05-20T15:57:15.799Z++ [[ 6 -gt 300 ]]
4032026-05-20T15:57:15.799Z++ sleep 1
4042026-05-20T15:57:16.801Z++ retry=7
4052026-05-20T15:57:16.805Z+++ svcs -Hostate baseline
4062026-05-20T15:57:16.816Z++ [[ offline* != online ]]
4072026-05-20T15:57:16.816Z++ [[ 7 -gt 300 ]]
4082026-05-20T15:57:16.816Z++ sleep 1
4092026-05-20T15:57:17.819Z++ retry=8
4102026-05-20T15:57:17.822Z+++ svcs -Hostate baseline
4112026-05-20T15:57:17.832Z++ [[ offline* != online ]]
4122026-05-20T15:57:17.832Z++ [[ 8 -gt 300 ]]
4132026-05-20T15:57:17.832Z++ sleep 1
4142026-05-20T15:57:18.834Z++ retry=9
4152026-05-20T15:57:18.837Z+++ svcs -Hostate baseline
4162026-05-20T15:57:18.849Z++ [[ offline* != online ]]
4172026-05-20T15:57:18.849Z++ [[ 9 -gt 300 ]]
4182026-05-20T15:57:18.849Z++ sleep 1
4192026-05-20T15:57:19.851Z++ retry=10
4202026-05-20T15:57:19.854Z+++ svcs -Hostate baseline
4212026-05-20T15:57:19.866Z++ [[ offline* != online ]]
4222026-05-20T15:57:19.866Z++ [[ 10 -gt 300 ]]
4232026-05-20T15:57:19.866Z++ sleep 1
4242026-05-20T15:57:20.868Z++ retry=11
4252026-05-20T15:57:20.871Z+++ svcs -Hostate baseline
4262026-05-20T15:57:20.884Z++ [[ offline* != online ]]
4272026-05-20T15:57:20.884Z++ [[ 11 -gt 300 ]]
4282026-05-20T15:57:20.884Z++ sleep 1
4292026-05-20T15:57:21.884Z++ retry=12
4302026-05-20T15:57:21.888Z+++ svcs -Hostate baseline
4312026-05-20T15:57:21.900Z++ [[ offline* != online ]]
4322026-05-20T15:57:21.900Z++ [[ 12 -gt 300 ]]
4332026-05-20T15:57:21.900Z++ sleep 1
4342026-05-20T15:57:22.900Z++ retry=13
4352026-05-20T15:57:23.907Z+++ svcs -Hostate baseline
4362026-05-20T15:57:23.911Z++ [[ offline* != online ]]
4372026-05-20T15:57:23.911Z++ [[ 13 -gt 300 ]]
4382026-05-20T15:57:23.911Z++ sleep 1
4392026-05-20T15:57:23.917Z++ retry=14
4402026-05-20T15:57:23.920Z+++ svcs -Hostate baseline
4412026-05-20T15:57:23.931Z++ [[ offline* != online ]]
4422026-05-20T15:57:23.931Z++ [[ 14 -gt 300 ]]
4432026-05-20T15:57:23.931Z++ sleep 1
4442026-05-20T15:57:24.935Z++ retry=15
4452026-05-20T15:57:24.938Z+++ svcs -Hostate baseline
4462026-05-20T15:57:24.947Z++ [[ offline* != online ]]
4472026-05-20T15:57:24.947Z++ [[ 15 -gt 300 ]]
4482026-05-20T15:57:24.947Z++ sleep 1
4492026-05-20T15:57:25.949Z++ retry=16
4502026-05-20T15:57:25.953Z+++ svcs -Hostate baseline
4512026-05-20T15:57:25.964Z++ [[ offline* != online ]]
4522026-05-20T15:57:25.964Z++ [[ 16 -gt 300 ]]
4532026-05-20T15:57:25.964Z++ sleep 1
4542026-05-20T15:57:26.965Z++ retry=17
4552026-05-20T15:57:26.968Z+++ svcs -Hostate baseline
4562026-05-20T15:57:26.980Z++ [[ offline* != online ]]
4572026-05-20T15:57:26.980Z++ [[ 17 -gt 300 ]]
4582026-05-20T15:57:26.980Z++ sleep 1
4592026-05-20T15:57:27.983Z++ retry=18
4602026-05-20T15:57:27.986Z+++ svcs -Hostate baseline
4612026-05-20T15:57:27.998Z++ [[ offline* != online ]]
4622026-05-20T15:57:27.998Z++ [[ 18 -gt 300 ]]
4632026-05-20T15:57:27.998Z++ sleep 1
4642026-05-20T15:57:28.999Z++ retry=19
4652026-05-20T15:57:29.002Z+++ svcs -Hostate baseline
4662026-05-20T15:57:29.013Z++ [[ offline* != online ]]
4672026-05-20T15:57:29.013Z++ [[ 19 -gt 300 ]]
4682026-05-20T15:57:29.016Z++ sleep 1
4692026-05-20T15:57:30.015Z++ retry=20
4702026-05-20T15:57:30.019Z+++ svcs -Hostate baseline
4712026-05-20T15:57:30.030Z++ [[ offline* != online ]]
4722026-05-20T15:57:30.030Z++ [[ 20 -gt 300 ]]
4732026-05-20T15:57:30.030Z++ sleep 1
4742026-05-20T15:57:31.034Z++ retry=21
4752026-05-20T15:57:31.042Z+++ svcs -Hostate baseline
4762026-05-20T15:57:31.048Z++ [[ offline* != online ]]
4772026-05-20T15:57:31.048Z++ [[ 21 -gt 300 ]]
4782026-05-20T15:57:31.051Z++ sleep 1
4792026-05-20T15:57:32.049Z++ retry=22
4802026-05-20T15:57:32.052Z+++ svcs -Hostate baseline
4812026-05-20T15:57:32.063Z++ [[ offline* != online ]]
4822026-05-20T15:57:32.064Z++ [[ 22 -gt 300 ]]
4832026-05-20T15:57:32.064Z++ sleep 1
4842026-05-20T15:57:33.065Z++ retry=23
4852026-05-20T15:57:33.069Z+++ svcs -Hostate baseline
4862026-05-20T15:57:33.080Z++ [[ offline* != online ]]
4872026-05-20T15:57:33.081Z++ [[ 23 -gt 300 ]]
4882026-05-20T15:57:33.085Z++ sleep 1
4892026-05-20T15:57:34.082Z++ retry=24
4902026-05-20T15:57:34.084Z+++ svcs -Hostate baseline
4912026-05-20T15:57:34.097Z++ [[ offline* != online ]]
4922026-05-20T15:57:34.097Z++ [[ 24 -gt 300 ]]
4932026-05-20T15:57:34.097Z++ sleep 1
4942026-05-20T15:57:35.099Z++ retry=25
4952026-05-20T15:57:35.102Z+++ svcs -Hostate baseline
4962026-05-20T15:57:35.112Z++ [[ offline* != online ]]
4972026-05-20T15:57:35.112Z++ [[ 25 -gt 300 ]]
4982026-05-20T15:57:35.112Z++ sleep 1
4992026-05-20T15:57:36.115Z++ retry=26
5002026-05-20T15:57:36.119Z+++ svcs -Hostate baseline
5012026-05-20T15:57:36.128Z++ [[ offline* != online ]]
5022026-05-20T15:57:36.128Z++ [[ 26 -gt 300 ]]
5032026-05-20T15:57:36.128Z++ sleep 1
5042026-05-20T15:57:37.130Z++ retry=27
5052026-05-20T15:57:37.133Z+++ svcs -Hostate baseline
5062026-05-20T15:57:37.146Z++ [[ offline* != online ]]
5072026-05-20T15:57:37.146Z++ [[ 27 -gt 300 ]]
5082026-05-20T15:57:37.146Z++ sleep 1
5092026-05-20T15:57:38.147Z++ retry=28
5102026-05-20T15:57:38.151Z+++ svcs -Hostate baseline
5112026-05-20T15:57:38.162Z++ [[ offline* != online ]]
5122026-05-20T15:57:38.162Z++ [[ 28 -gt 300 ]]
5132026-05-20T15:57:38.162Z++ sleep 1
5142026-05-20T15:57:39.164Z++ retry=29
5152026-05-20T15:57:39.168Z+++ svcs -Hostate baseline
5162026-05-20T15:57:39.179Z++ [[ offline* != online ]]
5172026-05-20T15:57:39.179Z++ [[ 29 -gt 300 ]]
5182026-05-20T15:57:39.179Z++ sleep 1
5192026-05-20T15:57:40.181Z++ retry=30
5202026-05-20T15:57:40.185Z+++ svcs -Hostate baseline
5212026-05-20T15:57:40.195Z++ [[ offline* != online ]]
5222026-05-20T15:57:40.195Z++ [[ 30 -gt 300 ]]
5232026-05-20T15:57:40.198Z++ sleep 1
5242026-05-20T15:57:41.197Z++ retry=31
5252026-05-20T15:57:41.200Z+++ svcs -Hostate baseline
5262026-05-20T15:57:41.212Z++ [[ offline* != online ]]
5272026-05-20T15:57:41.212Z++ [[ 31 -gt 300 ]]
5282026-05-20T15:57:41.212Z++ sleep 1
5292026-05-20T15:57:42.213Z++ retry=32
5302026-05-20T15:57:42.216Z+++ svcs -Hostate baseline
5312026-05-20T15:57:42.227Z++ [[ offline* != online ]]
5322026-05-20T15:57:42.227Z++ [[ 32 -gt 300 ]]
5332026-05-20T15:57:42.227Z++ sleep 1
5342026-05-20T15:57:43.229Z++ retry=33
5352026-05-20T15:57:43.233Z+++ svcs -Hostate baseline
5362026-05-20T15:57:43.244Z++ [[ offline* != online ]]
5372026-05-20T15:57:43.244Z++ [[ 33 -gt 300 ]]
5382026-05-20T15:57:43.244Z++ sleep 1
5392026-05-20T15:57:44.248Z++ retry=34
5402026-05-20T15:57:44.254Z+++ svcs -Hostate baseline
5412026-05-20T15:57:44.262Z++ [[ offline* != online ]]
5422026-05-20T15:57:44.262Z++ [[ 34 -gt 300 ]]
5432026-05-20T15:57:44.262Z++ sleep 1
5442026-05-20T15:57:45.263Z++ retry=35
5452026-05-20T15:57:45.266Z+++ svcs -Hostate baseline
5462026-05-20T15:57:45.277Z++ [[ offline* != online ]]
5472026-05-20T15:57:45.277Z++ [[ 35 -gt 300 ]]
5482026-05-20T15:57:45.277Z++ sleep 1
5492026-05-20T15:57:46.279Z++ retry=36
5502026-05-20T15:57:46.282Z+++ svcs -Hostate baseline
5512026-05-20T15:57:46.294Z++ [[ offline* != online ]]
5522026-05-20T15:57:46.294Z++ [[ 36 -gt 300 ]]
5532026-05-20T15:57:46.294Z++ sleep 1
5542026-05-20T15:57:47.295Z++ retry=37
5552026-05-20T15:57:47.298Z+++ svcs -Hostate baseline
5562026-05-20T15:57:47.309Z++ [[ offline* != online ]]
5572026-05-20T15:57:47.309Z++ [[ 37 -gt 300 ]]
5582026-05-20T15:57:47.309Z++ sleep 1
5592026-05-20T15:57:48.311Z++ retry=38
5602026-05-20T15:57:48.314Z+++ svcs -Hostate baseline
5612026-05-20T15:57:48.325Z++ [[ offline* != online ]]
5622026-05-20T15:57:48.325Z++ [[ 38 -gt 300 ]]
5632026-05-20T15:57:48.325Z++ sleep 1
5642026-05-20T15:57:49.327Z++ retry=39
5652026-05-20T15:57:49.330Z+++ svcs -Hostate baseline
5662026-05-20T15:57:49.342Z++ [[ offline* != online ]]
5672026-05-20T15:57:49.342Z++ [[ 39 -gt 300 ]]
5682026-05-20T15:57:49.342Z++ sleep 1
5692026-05-20T15:57:50.344Z++ retry=40
5702026-05-20T15:57:50.347Z+++ svcs -Hostate baseline
5712026-05-20T15:57:50.362Z++ [[ offline* != online ]]
5722026-05-20T15:57:50.362Z++ [[ 40 -gt 300 ]]
5732026-05-20T15:57:50.362Z++ sleep 1
5742026-05-20T15:57:51.361Z++ retry=41
5752026-05-20T15:57:51.364Z+++ svcs -Hostate baseline
5762026-05-20T15:57:51.375Z++ [[ offline* != online ]]
5772026-05-20T15:57:51.375Z++ [[ 41 -gt 300 ]]
5782026-05-20T15:57:51.375Z++ sleep 1
5792026-05-20T15:57:52.377Z++ retry=42
5802026-05-20T15:57:52.381Z+++ svcs -Hostate baseline
5812026-05-20T15:57:52.392Z++ [[ offline* != online ]]
5822026-05-20T15:57:52.392Z++ [[ 42 -gt 300 ]]
5832026-05-20T15:57:52.392Z++ sleep 1
5842026-05-20T15:57:53.393Z++ retry=43
5852026-05-20T15:57:53.397Z+++ svcs -Hostate baseline
5862026-05-20T15:57:53.408Z++ [[ offline* != online ]]
5872026-05-20T15:57:53.408Z++ [[ 43 -gt 300 ]]
5882026-05-20T15:57:53.408Z++ sleep 1
5892026-05-20T15:57:54.411Z++ retry=44
5902026-05-20T15:57:54.414Z+++ svcs -Hostate baseline
5912026-05-20T15:57:54.424Z++ [[ offline* != online ]]
5922026-05-20T15:57:54.424Z++ [[ 44 -gt 300 ]]
5932026-05-20T15:57:54.427Z++ sleep 1
5942026-05-20T15:57:55.426Z++ retry=45
5952026-05-20T15:57:55.429Z+++ svcs -Hostate baseline
5962026-05-20T15:57:55.441Z++ [[ offline* != online ]]
5972026-05-20T15:57:55.441Z++ [[ 45 -gt 300 ]]
5982026-05-20T15:57:55.441Z++ sleep 1
5992026-05-20T15:57:56.443Z++ retry=46
6002026-05-20T15:57:56.446Z+++ svcs -Hostate baseline
6012026-05-20T15:57:56.457Z++ [[ offline* != online ]]
6022026-05-20T15:57:56.457Z++ [[ 46 -gt 300 ]]
6032026-05-20T15:57:56.457Z++ sleep 1
6042026-05-20T15:57:57.459Z++ retry=47
6052026-05-20T15:57:57.464Z+++ svcs -Hostate baseline
6062026-05-20T15:57:57.475Z++ [[ offline* != online ]]
6072026-05-20T15:57:57.475Z++ [[ 47 -gt 300 ]]
6082026-05-20T15:57:57.475Z++ sleep 1
6092026-05-20T15:57:58.478Z++ retry=48
6102026-05-20T15:57:58.481Z+++ svcs -Hostate baseline
6112026-05-20T15:57:58.491Z++ [[ offline* != online ]]
6122026-05-20T15:57:58.491Z++ [[ 48 -gt 300 ]]
6132026-05-20T15:57:58.491Z++ sleep 1
6142026-05-20T15:57:59.492Z++ retry=49
6152026-05-20T15:57:59.495Z+++ svcs -Hostate baseline
6162026-05-20T15:57:59.506Z++ [[ offline* != online ]]
6172026-05-20T15:57:59.506Z++ [[ 49 -gt 300 ]]
6182026-05-20T15:57:59.507Z++ sleep 1
6192026-05-20T15:58:00.508Z++ retry=50
6202026-05-20T15:58:00.512Z+++ svcs -Hostate baseline
6212026-05-20T15:58:00.523Z++ [[ offline* != online ]]
6222026-05-20T15:58:00.523Z++ [[ 50 -gt 300 ]]
6232026-05-20T15:58:00.523Z++ sleep 1
6242026-05-20T15:58:01.525Z++ retry=51
6252026-05-20T15:58:01.528Z+++ svcs -Hostate baseline
6262026-05-20T15:58:01.539Z++ [[ offline* != online ]]
6272026-05-20T15:58:01.539Z++ [[ 51 -gt 300 ]]
6282026-05-20T15:58:01.539Z++ sleep 1
6292026-05-20T15:58:02.541Z++ retry=52
6302026-05-20T15:58:02.544Z+++ svcs -Hostate baseline
6312026-05-20T15:58:02.556Z++ [[ offline* != online ]]
6322026-05-20T15:58:02.556Z++ [[ 52 -gt 300 ]]
6332026-05-20T15:58:02.556Z++ sleep 1
6342026-05-20T15:58:03.558Z++ retry=53
6352026-05-20T15:58:03.562Z+++ svcs -Hostate baseline
6362026-05-20T15:58:03.573Z++ [[ offline* != online ]]
6372026-05-20T15:58:03.573Z++ [[ 53 -gt 300 ]]
6382026-05-20T15:58:03.573Z++ sleep 1
6392026-05-20T15:58:04.575Z++ retry=54
6402026-05-20T15:58:04.578Z+++ svcs -Hostate baseline
6412026-05-20T15:58:04.589Z++ [[ offline* != online ]]
6422026-05-20T15:58:04.589Z++ [[ 54 -gt 300 ]]
6432026-05-20T15:58:04.589Z++ sleep 1
6442026-05-20T15:58:05.593Z++ retry=55
6452026-05-20T15:58:05.596Z+++ svcs -Hostate baseline
6462026-05-20T15:58:05.606Z++ [[ offline* != online ]]
6472026-05-20T15:58:05.606Z++ [[ 55 -gt 300 ]]
6482026-05-20T15:58:05.606Z++ sleep 1
6492026-05-20T15:58:06.608Z++ retry=56
6502026-05-20T15:58:06.612Z+++ svcs -Hostate baseline
6512026-05-20T15:58:06.623Z++ [[ offline* != online ]]
6522026-05-20T15:58:06.623Z++ [[ 56 -gt 300 ]]
6532026-05-20T15:58:06.623Z++ sleep 1
6542026-05-20T15:58:07.625Z++ retry=57
6552026-05-20T15:58:07.628Z+++ svcs -Hostate baseline
6562026-05-20T15:58:07.639Z++ [[ offline* != online ]]
6572026-05-20T15:58:07.639Z++ [[ 57 -gt 300 ]]
6582026-05-20T15:58:07.640Z++ sleep 1
6592026-05-20T15:58:08.641Z++ retry=58
6602026-05-20T15:58:08.645Z+++ svcs -Hostate baseline
6612026-05-20T15:58:08.656Z++ [[ offline* != online ]]
6622026-05-20T15:58:08.656Z++ [[ 58 -gt 300 ]]
6632026-05-20T15:58:08.657Z++ sleep 1
6642026-05-20T15:58:09.658Z++ retry=59
6652026-05-20T15:58:09.661Z+++ svcs -Hostate baseline
6662026-05-20T15:58:09.677Z++ [[ offline* != online ]]
6672026-05-20T15:58:09.677Z++ [[ 59 -gt 300 ]]
6682026-05-20T15:58:09.677Z++ sleep 1
6692026-05-20T15:58:10.675Z++ retry=60
6702026-05-20T15:58:10.678Z+++ svcs -Hostate baseline
6712026-05-20T15:58:10.689Z++ [[ offline* != online ]]
6722026-05-20T15:58:10.689Z++ [[ 60 -gt 300 ]]
6732026-05-20T15:58:10.689Z++ sleep 1
6742026-05-20T15:58:11.691Z++ retry=61
6752026-05-20T15:58:11.695Z+++ svcs -Hostate baseline
6762026-05-20T15:58:11.706Z++ [[ offline* != online ]]
6772026-05-20T15:58:11.706Z++ [[ 61 -gt 300 ]]
6782026-05-20T15:58:11.706Z++ sleep 1
6792026-05-20T15:58:12.711Z++ retry=62
6802026-05-20T15:58:12.714Z+++ svcs -Hostate baseline
6812026-05-20T15:58:12.722Z++ [[ offline* != online ]]
6822026-05-20T15:58:12.722Z++ [[ 62 -gt 300 ]]
6832026-05-20T15:58:12.722Z++ sleep 1
6842026-05-20T15:58:13.724Z++ retry=63
6852026-05-20T15:58:13.728Z+++ svcs -Hostate baseline
6862026-05-20T15:58:13.739Z++ [[ offline* != online ]]
6872026-05-20T15:58:13.739Z++ [[ 63 -gt 300 ]]
6882026-05-20T15:58:13.739Z++ sleep 1
6892026-05-20T15:58:14.741Z++ retry=64
6902026-05-20T15:58:14.745Z+++ svcs -Hostate baseline
6912026-05-20T15:58:14.755Z++ [[ offline* != online ]]
6922026-05-20T15:58:14.755Z++ [[ 64 -gt 300 ]]
6932026-05-20T15:58:14.755Z++ sleep 1
6942026-05-20T15:58:15.759Z++ retry=65
6952026-05-20T15:58:15.764Z+++ svcs -Hostate baseline
6962026-05-20T15:58:15.772Z++ [[ offline* != online ]]
6972026-05-20T15:58:15.772Z++ [[ 65 -gt 300 ]]
6982026-05-20T15:58:15.772Z++ sleep 1
6992026-05-20T15:58:16.775Z++ retry=66
7002026-05-20T15:58:16.778Z+++ svcs -Hostate baseline
7012026-05-20T15:58:16.788Z++ [[ offline* != online ]]
7022026-05-20T15:58:16.788Z++ [[ 66 -gt 300 ]]
7032026-05-20T15:58:16.788Z++ sleep 1
7042026-05-20T15:58:17.790Z++ retry=67
7052026-05-20T15:58:17.795Z+++ svcs -Hostate baseline
7062026-05-20T15:58:17.806Z++ [[ offline* != online ]]
7072026-05-20T15:58:17.806Z++ [[ 67 -gt 300 ]]
7082026-05-20T15:58:17.806Z++ sleep 1
7092026-05-20T15:58:18.808Z++ retry=68
7102026-05-20T15:58:18.811Z+++ svcs -Hostate baseline
7112026-05-20T15:58:18.821Z++ [[ offline* != online ]]
7122026-05-20T15:58:18.821Z++ [[ 68 -gt 300 ]]
7132026-05-20T15:58:18.821Z++ sleep 1
7142026-05-20T15:58:19.822Z++ retry=69
7152026-05-20T15:58:19.827Z+++ svcs -Hostate baseline
7162026-05-20T15:58:19.837Z++ [[ offline* != online ]]
7172026-05-20T15:58:19.837Z++ [[ 69 -gt 300 ]]
7182026-05-20T15:58:19.837Z++ sleep 1
7192026-05-20T15:58:20.840Z++ retry=70
7202026-05-20T15:58:20.843Z+++ svcs -Hostate baseline
7212026-05-20T15:58:20.853Z++ [[ offline* != online ]]
7222026-05-20T15:58:20.853Z++ [[ 70 -gt 300 ]]
7232026-05-20T15:58:20.853Z++ sleep 1
7242026-05-20T15:58:21.855Z++ retry=71
7252026-05-20T15:58:21.858Z+++ svcs -Hostate baseline
7262026-05-20T15:58:21.870Z++ [[ offline* != online ]]
7272026-05-20T15:58:21.870Z++ [[ 71 -gt 300 ]]
7282026-05-20T15:58:21.870Z++ sleep 1
7292026-05-20T15:58:22.872Z++ retry=72
7302026-05-20T15:58:22.875Z+++ svcs -Hostate baseline
7312026-05-20T15:58:22.886Z++ [[ offline* != online ]]
7322026-05-20T15:58:22.886Z++ [[ 72 -gt 300 ]]
7332026-05-20T15:58:22.886Z++ sleep 1
7342026-05-20T15:58:23.976Z++ retry=73
7352026-05-20T15:58:23.983Z+++ svcs -Hostate baseline
7362026-05-20T15:58:23.983Z++ [[ offline* != online ]]
7372026-05-20T15:58:23.983Z++ [[ 73 -gt 300 ]]
7382026-05-20T15:58:23.983Z++ sleep 1
7392026-05-20T15:58:24.904Z++ retry=74
7402026-05-20T15:58:24.908Z+++ svcs -Hostate baseline
7412026-05-20T15:58:24.918Z++ [[ offline* != online ]]
7422026-05-20T15:58:24.918Z++ [[ 74 -gt 300 ]]
7432026-05-20T15:58:24.918Z++ sleep 1
7442026-05-20T15:58:25.920Z++ retry=75
7452026-05-20T15:58:25.923Z+++ svcs -Hostate baseline
7462026-05-20T15:58:25.935Z++ [[ offline* != online ]]
7472026-05-20T15:58:25.935Z++ [[ 75 -gt 300 ]]
7482026-05-20T15:58:25.935Z++ sleep 1
7492026-05-20T15:58:27.043Z++ retry=76
7502026-05-20T15:58:27.055Z+++ svcs -Hostate baseline
7512026-05-20T15:58:27.055Z++ [[ offline* != online ]]
7522026-05-20T15:58:27.055Z++ [[ 76 -gt 300 ]]
7532026-05-20T15:58:27.055Z++ sleep 1
7542026-05-20T15:58:27.954Z++ retry=77
7552026-05-20T15:58:27.958Z+++ svcs -Hostate baseline
7562026-05-20T15:58:27.972Z++ [[ offline* != online ]]
7572026-05-20T15:58:27.972Z++ [[ 77 -gt 300 ]]
7582026-05-20T15:58:27.972Z++ sleep 1
7592026-05-20T15:58:28.973Z++ retry=78
7602026-05-20T15:58:28.981Z+++ svcs -Hostate baseline
7612026-05-20T15:58:28.985Z++ [[ offline* != online ]]
7622026-05-20T15:58:28.985Z++ [[ 78 -gt 300 ]]
7632026-05-20T15:58:28.985Z++ sleep 1
7642026-05-20T15:58:29.987Z++ retry=79
7652026-05-20T15:58:29.996Z+++ svcs -Hostate baseline
7662026-05-20T15:58:30.001Z++ [[ offline* != online ]]
7672026-05-20T15:58:30.001Z++ [[ 79 -gt 300 ]]
7682026-05-20T15:58:30.001Z++ sleep 1
7692026-05-20T15:58:31.003Z++ retry=80
7702026-05-20T15:58:31.006Z+++ svcs -Hostate baseline
7712026-05-20T15:58:31.017Z++ [[ offline* != online ]]
7722026-05-20T15:58:31.017Z++ [[ 80 -gt 300 ]]
7732026-05-20T15:58:31.017Z++ sleep 1
7742026-05-20T15:58:32.019Z++ retry=81
7752026-05-20T15:58:32.022Z+++ svcs -Hostate baseline
7762026-05-20T15:58:32.033Z++ [[ offline* != online ]]
7772026-05-20T15:58:32.033Z++ [[ 81 -gt 300 ]]
7782026-05-20T15:58:32.033Z++ sleep 1
7792026-05-20T15:58:33.035Z++ retry=82
7802026-05-20T15:58:33.039Z+++ svcs -Hostate baseline
7812026-05-20T15:58:33.051Z++ [[ offline* != online ]]
7822026-05-20T15:58:33.051Z++ [[ 82 -gt 300 ]]
7832026-05-20T15:58:33.051Z++ sleep 1
7842026-05-20T15:58:34.053Z++ retry=83
7852026-05-20T15:58:34.059Z+++ svcs -Hostate baseline
7862026-05-20T15:58:34.072Z++ [[ offline* != online ]]
7872026-05-20T15:58:34.072Z++ [[ 83 -gt 300 ]]
7882026-05-20T15:58:34.076Z++ sleep 1
7892026-05-20T15:58:35.069Z++ retry=84
7902026-05-20T15:58:35.072Z+++ svcs -Hostate baseline
7912026-05-20T15:58:35.084Z++ [[ offline* != online ]]
7922026-05-20T15:58:35.084Z++ [[ 84 -gt 300 ]]
7932026-05-20T15:58:35.087Z++ sleep 1
7942026-05-20T15:58:36.086Z++ retry=85
7952026-05-20T15:58:36.089Z+++ svcs -Hostate baseline
7962026-05-20T15:58:36.101Z++ [[ offline* != online ]]
7972026-05-20T15:58:36.101Z++ [[ 85 -gt 300 ]]
7982026-05-20T15:58:36.104Z++ sleep 1
7992026-05-20T15:58:37.106Z++ retry=86
8002026-05-20T15:58:37.116Z+++ svcs -Hostate baseline
8012026-05-20T15:58:37.123Z++ [[ offline* != online ]]
8022026-05-20T15:58:37.123Z++ [[ 86 -gt 300 ]]
8032026-05-20T15:58:37.123Z++ sleep 1
8042026-05-20T15:58:38.123Z++ retry=87
8052026-05-20T15:58:38.135Z+++ svcs -Hostate baseline
8062026-05-20T15:58:38.139Z++ [[ offline* != online ]]
8072026-05-20T15:58:38.139Z++ [[ 87 -gt 300 ]]
8082026-05-20T15:58:38.139Z++ sleep 1
8092026-05-20T15:58:39.137Z++ retry=88
8102026-05-20T15:58:39.150Z+++ svcs -Hostate baseline
8112026-05-20T15:58:39.155Z++ [[ offline* != online ]]
8122026-05-20T15:58:39.155Z++ [[ 88 -gt 300 ]]
8132026-05-20T15:58:39.155Z++ sleep 1
8142026-05-20T15:58:40.155Z++ retry=89
8152026-05-20T15:58:40.158Z+++ svcs -Hostate baseline
8162026-05-20T15:58:40.166Z++ [[ offline* != online ]]
8172026-05-20T15:58:40.166Z++ [[ 89 -gt 300 ]]
8182026-05-20T15:58:40.166Z++ sleep 1
8192026-05-20T15:58:41.168Z++ retry=90
8202026-05-20T15:58:41.172Z+++ svcs -Hostate baseline
8212026-05-20T15:58:41.183Z++ [[ offline* != online ]]
8222026-05-20T15:58:41.183Z++ [[ 90 -gt 300 ]]
8232026-05-20T15:58:41.186Z++ sleep 1
8242026-05-20T15:58:42.187Z++ retry=91
8252026-05-20T15:58:42.191Z+++ svcs -Hostate baseline
8262026-05-20T15:58:42.198Z++ [[ offline* != online ]]
8272026-05-20T15:58:42.198Z++ [[ 91 -gt 300 ]]
8282026-05-20T15:58:42.198Z++ sleep 1
8292026-05-20T15:58:43.200Z++ retry=92
8302026-05-20T15:58:43.203Z+++ svcs -Hostate baseline
8312026-05-20T15:58:43.214Z++ [[ offline* != online ]]
8322026-05-20T15:58:43.214Z++ [[ 92 -gt 300 ]]
8332026-05-20T15:58:43.214Z++ sleep 1
8342026-05-20T15:58:44.216Z++ retry=93
8352026-05-20T15:58:44.221Z+++ svcs -Hostate baseline
8362026-05-20T15:58:44.241Z++ [[ offline* != online ]]
8372026-05-20T15:58:44.241Z++ [[ 93 -gt 300 ]]
8382026-05-20T15:58:44.241Z++ sleep 1
8392026-05-20T15:58:45.232Z++ retry=94
8402026-05-20T15:58:45.241Z+++ svcs -Hostate baseline
8412026-05-20T15:58:45.248Z++ [[ offline* != online ]]
8422026-05-20T15:58:45.248Z++ [[ 94 -gt 300 ]]
8432026-05-20T15:58:45.248Z++ sleep 1
8442026-05-20T15:58:46.251Z++ retry=95
8452026-05-20T15:58:46.257Z+++ svcs -Hostate baseline
8462026-05-20T15:58:46.264Z++ [[ offline* != online ]]
8472026-05-20T15:58:46.264Z++ [[ 95 -gt 300 ]]
8482026-05-20T15:58:46.264Z++ sleep 1
8492026-05-20T15:58:47.266Z++ retry=96
8502026-05-20T15:58:47.270Z+++ svcs -Hostate baseline
8512026-05-20T15:58:47.280Z++ [[ offline* != online ]]
8522026-05-20T15:58:47.281Z++ [[ 96 -gt 300 ]]
8532026-05-20T15:58:47.281Z++ sleep 1
8542026-05-20T15:58:48.283Z++ retry=97
8552026-05-20T15:58:48.290Z+++ svcs -Hostate baseline
8562026-05-20T15:58:48.307Z++ [[ offline* != online ]]
8572026-05-20T15:58:48.307Z++ [[ 97 -gt 300 ]]
8582026-05-20T15:58:48.307Z++ sleep 1
8592026-05-20T15:58:49.298Z++ retry=98
8602026-05-20T15:58:49.301Z+++ svcs -Hostate baseline
8612026-05-20T15:58:49.312Z++ [[ offline* != online ]]
8622026-05-20T15:58:49.312Z++ [[ 98 -gt 300 ]]
8632026-05-20T15:58:49.312Z++ sleep 1
8642026-05-20T15:58:50.314Z++ retry=99
8652026-05-20T15:58:50.318Z+++ svcs -Hostate baseline
8662026-05-20T15:58:50.328Z++ [[ offline* != online ]]
8672026-05-20T15:58:50.328Z++ [[ 99 -gt 300 ]]
8682026-05-20T15:58:50.328Z++ sleep 1
8692026-05-20T15:58:51.330Z++ retry=100
8702026-05-20T15:58:51.334Z+++ svcs -Hostate baseline
8712026-05-20T15:58:51.345Z++ [[ offline* != online ]]
8722026-05-20T15:58:51.345Z++ [[ 100 -gt 300 ]]
8732026-05-20T15:58:51.345Z++ sleep 1
8742026-05-20T15:58:52.347Z++ retry=101
8752026-05-20T15:58:52.350Z+++ svcs -Hostate baseline
8762026-05-20T15:58:52.362Z++ [[ offline* != online ]]
8772026-05-20T15:58:52.362Z++ [[ 101 -gt 300 ]]
8782026-05-20T15:58:52.362Z++ sleep 1
8792026-05-20T15:58:53.364Z++ retry=102
8802026-05-20T15:58:53.367Z+++ svcs -Hostate baseline
8812026-05-20T15:58:53.380Z++ [[ offline* != online ]]
8822026-05-20T15:58:53.380Z++ [[ 102 -gt 300 ]]
8832026-05-20T15:58:53.380Z++ sleep 1
8842026-05-20T15:58:54.380Z++ retry=103
8852026-05-20T15:58:54.387Z+++ svcs -Hostate baseline
8862026-05-20T15:58:54.396Z++ [[ offline* != online ]]
8872026-05-20T15:58:54.396Z++ [[ 103 -gt 300 ]]
8882026-05-20T15:58:54.396Z++ sleep 1
8892026-05-20T15:58:55.397Z++ retry=104
8902026-05-20T15:58:55.400Z+++ svcs -Hostate baseline
8912026-05-20T15:58:55.412Z++ [[ offline* != online ]]
8922026-05-20T15:58:55.412Z++ [[ 104 -gt 300 ]]
8932026-05-20T15:58:55.415Z++ sleep 1
8942026-05-20T15:58:56.414Z++ retry=105
8952026-05-20T15:58:56.417Z+++ svcs -Hostate baseline
8962026-05-20T15:58:56.428Z++ [[ offline* != online ]]
8972026-05-20T15:58:56.428Z++ [[ 105 -gt 300 ]]
8982026-05-20T15:58:56.428Z++ sleep 1
8992026-05-20T15:58:57.430Z++ retry=106
9002026-05-20T15:58:57.434Z+++ svcs -Hostate baseline
9012026-05-20T15:58:57.445Z++ [[ offline* != online ]]
9022026-05-20T15:58:57.445Z++ [[ 106 -gt 300 ]]
9032026-05-20T15:58:57.445Z++ sleep 1
9042026-05-20T15:58:58.446Z++ retry=107
9052026-05-20T15:58:58.449Z+++ svcs -Hostate baseline
9062026-05-20T15:58:58.460Z++ [[ offline* != online ]]
9072026-05-20T15:58:58.460Z++ [[ 107 -gt 300 ]]
9082026-05-20T15:58:58.460Z++ sleep 1
9092026-05-20T15:58:59.462Z++ retry=108
9102026-05-20T15:58:59.465Z+++ svcs -Hostate baseline
9112026-05-20T15:58:59.476Z++ [[ offline* != online ]]
9122026-05-20T15:58:59.476Z++ [[ 108 -gt 300 ]]
9132026-05-20T15:58:59.479Z++ sleep 1
9142026-05-20T15:59:00.479Z++ retry=109
9152026-05-20T15:59:00.482Z+++ svcs -Hostate baseline
9162026-05-20T15:59:00.492Z++ [[ offline* != online ]]
9172026-05-20T15:59:00.492Z++ [[ 109 -gt 300 ]]
9182026-05-20T15:59:00.492Z++ sleep 1
9192026-05-20T15:59:01.494Z++ retry=110
9202026-05-20T15:59:01.501Z+++ svcs -Hostate baseline
9212026-05-20T15:59:01.510Z++ [[ offline* != online ]]
9222026-05-20T15:59:01.510Z++ [[ 110 -gt 300 ]]
9232026-05-20T15:59:01.514Z++ sleep 1
9242026-05-20T15:59:02.511Z++ retry=111
9252026-05-20T15:59:02.514Z+++ svcs -Hostate baseline
9262026-05-20T15:59:02.525Z++ [[ offline* != online ]]
9272026-05-20T15:59:02.525Z++ [[ 111 -gt 300 ]]
9282026-05-20T15:59:02.525Z++ sleep 1
9292026-05-20T15:59:03.527Z++ retry=112
9302026-05-20T15:59:03.530Z+++ svcs -Hostate baseline
9312026-05-20T15:59:03.557Z++ [[ online != online ]]
9322026-05-20T15:59:03.557Z++ set -o errexit
9332026-05-20T15:59:03.562Z++ set -o pipefail
9342026-05-20T15:59:03.562Z++ banner build
9352026-05-20T15:59:03.562Z
9362026-05-20T15:59:03.562Z ##### # # # # #####
9372026-05-20T15:59:03.562Z # # # # # # # #
9382026-05-20T15:59:03.562Z ##### # # # # # #
9392026-05-20T15:59:03.562Z # # # # # # # #
9402026-05-20T15:59:03.562Z # # # # # # # #
9412026-05-20T15:59:03.562Z ##### #### # ###### #####
9422026-05-20T15:59:03.562Z
9432026-05-20T15:59:03.562Z++ cargo build --release --bin ddmd --bin ddmadm
9442026-05-20T15:59:03.562Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9452026-05-20T15:59:03.688Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9462026-05-20T15:59:03.691Zinfo: downloading 6 components
9472026-05-20T15:59:18.768Z Updating git repository `https://github.com/oxidecomputer/falcon`
9482026-05-20T15:59:19.529ZFrom https://github.com/oxidecomputer/falcon
9492026-05-20T15:59:19.529Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9502026-05-20T15:59:19.613Z Updating crates.io index
9512026-05-20T15:59:19.643Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9522026-05-20T15:59:20.537ZFrom https://github.com/oxidecomputer/dendrite
9532026-05-20T15:59:20.537Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9542026-05-20T15:59:20.766Z Updating git repository `https://github.com/oxidecomputer/ispf`
9552026-05-20T15:59:21.070ZFrom https://github.com/oxidecomputer/ispf
9562026-05-20T15:59:21.070Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9572026-05-20T15:59:21.077Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9582026-05-20T15:59:21.439ZFrom https://github.com/oxidecomputer/netadm-sys
9592026-05-20T15:59:21.439Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9602026-05-20T15:59:21.447Z Updating git repository `https://github.com/oxidecomputer/omicron`
9612026-05-20T15:59:31.022ZFrom https://github.com/oxidecomputer/omicron
9622026-05-20T15:59:31.022Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9632026-05-20T15:59:31.447Z Updating git repository `https://github.com/oxidecomputer/opte`
9642026-05-20T15:59:32.212ZFrom https://github.com/oxidecomputer/opte
9652026-05-20T15:59:32.212Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
9662026-05-20T15:59:32.215Z Updating git repository `https://github.com/illumos/smf-rs`
9672026-05-20T15:59:32.450ZFrom https://github.com/illumos/smf-rs
9682026-05-20T15:59:32.450Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9692026-05-20T15:59:32.987Z Updating git repository `https://github.com/oxidecomputer/poptrie`
9702026-05-20T15:59:33.265ZFrom https://github.com/oxidecomputer/poptrie
9712026-05-20T15:59:33.265Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
9722026-05-20T15:59:33.284Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9732026-05-20T15:59:33.542ZFrom https://github.com/oxidecomputer/network-interface
9742026-05-20T15:59:33.542Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9752026-05-20T15:59:33.547Z Updating git repository `https://github.com/oxidecomputer/zone`
9762026-05-20T15:59:33.823ZFrom https://github.com/oxidecomputer/zone
9772026-05-20T15:59:33.824Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9782026-05-20T15:59:33.960Z Updating git repository `https://github.com/oxidecomputer/propolis`
9792026-05-20T15:59:34.580ZFrom https://github.com/oxidecomputer/propolis
9802026-05-20T15:59:34.580Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9812026-05-20T15:59:34.653Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9822026-05-20T15:59:35.165ZFrom https://github.com/oxidecomputer/transceiver-control
9832026-05-20T15:59:35.165Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9842026-05-20T15:59:35.441Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9852026-05-20T15:59:35.711ZFrom https://github.com/oxidecomputer/dlpi-sys
9862026-05-20T15:59:35.711Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9872026-05-20T15:59:35.718Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9882026-05-20T15:59:36.116ZFrom https://github.com/jmesmon/rust-libzfs
9892026-05-20T15:59:36.116Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9902026-05-20T15:59:36.124Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9912026-05-20T15:59:36.427ZFrom https://github.com/oxidecomputer/rusty-doors
9922026-05-20T15:59:36.427Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9932026-05-20T15:59:36.490Z Updating git repository `https://github.com/oxidecomputer/lldp`
9942026-05-20T15:59:36.843ZFrom https://github.com/oxidecomputer/lldp
9952026-05-20T15:59:36.843Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9962026-05-20T15:59:36.912Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9972026-05-20T15:59:37.162ZFrom https://github.com/oxidecomputer/slog-error-chain
9982026-05-20T15:59:37.162Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9992026-05-20T15:59:37.179Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10002026-05-20T15:59:37.477ZFrom https://github.com/oxidecomputer/tufaceous
10012026-05-20T15:59:37.477Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10022026-05-20T15:59:37.744Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10032026-05-20T15:59:38.229ZFrom https://github.com/oxidecomputer/management-gateway-service
10042026-05-20T15:59:38.230Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
10052026-05-20T15:59:38.378Z Updating git repository `https://github.com/oxidecomputer/crucible`
10062026-05-20T15:59:39.511ZFrom https://github.com/oxidecomputer/crucible
10072026-05-20T15:59:39.511Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10082026-05-20T15:59:40.461Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10092026-05-20T15:59:40.721ZFrom https://github.com/oxidecomputer/serde_human_bytes
10102026-05-20T15:59:40.721Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10112026-05-20T15:59:41.033Z Updating git repository `https://github.com/oxidecomputer/propolis`
10122026-05-20T15:59:41.408ZFrom https://github.com/oxidecomputer/propolis
10132026-05-20T15:59:41.408Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
10142026-05-20T15:59:41.583Z Updating git repository `https://github.com/oxidecomputer/tofino`
10152026-05-20T15:59:41.920ZFrom https://github.com/oxidecomputer/tofino
10162026-05-20T15:59:41.921Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10172026-05-20T15:59:41.940Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10182026-05-20T15:59:42.686ZFrom https://github.com/oxidecomputer/maghemite
10192026-05-20T15:59:42.686Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10202026-05-20T15:59:42.731Z Updating git repository `https://github.com/oxidecomputer/clickward`
10212026-05-20T15:59:43.017ZFrom https://github.com/oxidecomputer/clickward
10222026-05-20T15:59:43.017Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10232026-05-20T15:59:43.074Z Updating git repository `https://github.com/oxidecomputer/crucible`
10242026-05-20T15:59:43.452ZFrom https://github.com/oxidecomputer/crucible
10252026-05-20T15:59:43.452Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10262026-05-20T15:59:43.529Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10272026-05-20T15:59:43.929ZFrom https://github.com/oxidecomputer/illumos-devinfo
10282026-05-20T15:59:43.929Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10292026-05-20T15:59:44.796Z Downloading crates ...
10302026-05-20T15:59:44.876Z Downloaded allocator-api2 v0.2.21
10312026-05-20T15:59:44.882Z Downloaded backon v1.6.0
10322026-05-20T15:59:44.885Z Downloaded dunce v1.0.5
10332026-05-20T15:59:44.888Z Downloaded dtrace-parser v0.3.0
10342026-05-20T15:59:44.891Z Downloaded anstream v1.0.0
10352026-05-20T15:59:44.894Z Downloaded async-stream-impl v0.3.6
10362026-05-20T15:59:44.894Z Downloaded dropshot_endpoint v0.17.0
10372026-05-20T15:59:44.897Z Downloaded dyn-clone v1.0.20
10382026-05-20T15:59:44.901Z Downloaded async-stream v0.3.6
10392026-05-20T15:59:44.904Z Downloaded drift v0.1.4
10402026-05-20T15:59:44.908Z Downloaded embedded-io v0.4.0
10412026-05-20T15:59:44.913Z Downloaded darling_macro v0.23.0
10422026-05-20T15:59:44.913Z Downloaded dtrace-parser v0.2.0
10432026-05-20T15:59:44.913Z Downloaded dof v0.3.0
10442026-05-20T15:59:44.917Z Downloaded bs58 v0.5.1
10452026-05-20T15:59:44.917Z Downloaded atomicwrites v0.4.4
10462026-05-20T15:59:44.921Z Downloaded derive-where v1.6.1
10472026-05-20T15:59:44.927Z Downloaded either v1.15.0
10482026-05-20T15:59:44.928Z Downloaded convert_case v0.4.0
10492026-05-20T15:59:44.928Z Downloaded elliptic-curve v0.13.8
10502026-05-20T15:59:44.931Z Downloaded anstyle-parse v1.0.0
10512026-05-20T15:59:44.931Z Downloaded cfg-if v1.0.4
10522026-05-20T15:59:44.936Z Downloaded async-trait v0.1.89
10532026-05-20T15:59:44.940Z Downloaded colored v3.1.1
10542026-05-20T15:59:44.940Z Downloaded cfg_aliases v0.2.1
10552026-05-20T15:59:44.944Z Downloaded base16ct v0.2.0
10562026-05-20T15:59:44.944Z Downloaded base16ct v1.0.0
10572026-05-20T15:59:44.947Z Downloaded dropshot-api-manager-types v0.7.1
10582026-05-20T15:59:44.947Z Downloaded curve25519-dalek-derive v0.1.1
10592026-05-20T15:59:44.947Z Downloaded ahash v0.8.12
10602026-05-20T15:59:44.952Z Downloaded dropshot v0.17.0
10612026-05-20T15:59:44.964Z Downloaded httpdate v1.0.3
10622026-05-20T15:59:44.968Z Downloaded http-body v1.0.1
10632026-05-20T15:59:44.968Z Downloaded hostname v0.4.2
10642026-05-20T15:59:45.977Z Downloaded futures-sink v0.3.32
10652026-05-20T15:59:45.977Z Downloaded futures-macro v0.3.32
10662026-05-20T15:59:45.981Z Downloaded hex v0.4.3
10672026-05-20T15:59:45.981Z Downloaded crc8 v0.1.1
10682026-05-20T15:59:45.981Z Downloaded compression-core v0.4.32
10692026-05-20T15:59:45.981Z Downloaded fnv v1.0.7
10702026-05-20T15:59:45.981Z Downloaded foreign-types-macros v0.2.3
10712026-05-20T15:59:45.981Z Downloaded byteorder v1.5.0
10722026-05-20T15:59:45.981Z Downloaded crucible-workspace-hack v0.1.0
10732026-05-20T15:59:45.981Z Downloaded cpufeatures v0.2.17
10742026-05-20T15:59:45.981Z Downloaded fxhash v0.2.1
10752026-05-20T15:59:45.981Z Downloaded debug-ignore v1.0.5
10762026-05-20T15:59:45.981Z Downloaded compression-codecs v0.4.38
10772026-05-20T15:59:45.982Z Downloaded futures-executor v0.3.32
10782026-05-20T15:59:45.982Z Downloaded enum-as-inner v0.6.1
10792026-05-20T15:59:45.982Z Downloaded cipher v0.4.4
10802026-05-20T15:59:45.982Z Downloaded cmake v0.1.58
10812026-05-20T15:59:45.982Z Downloaded hash32 v0.3.1
10822026-05-20T15:59:45.982Z Downloaded defmt v0.3.100
10832026-05-20T15:59:45.982Z Downloaded foreign-types-shared v0.1.1
10842026-05-20T15:59:45.982Z Downloaded errno v0.3.14
10852026-05-20T15:59:45.982Z Downloaded http-body-util v0.1.3
10862026-05-20T15:59:45.982Z Downloaded hubpack v0.1.2
10872026-05-20T15:59:45.982Z Downloaded hostname v0.3.1
10882026-05-20T15:59:45.982Z Downloaded ident_case v1.0.1
10892026-05-20T15:59:45.982Z Downloaded internet-checksum v0.2.1
10902026-05-20T15:59:45.982Z Downloaded instant v0.1.13
10912026-05-20T15:59:45.982Z Downloaded heck v0.5.0
10922026-05-20T15:59:45.982Z Downloaded inout v0.1.4
10932026-05-20T15:59:45.982Z Downloaded is-terminal v0.4.17
10942026-05-20T15:59:45.982Z Downloaded futures-core v0.3.32
10952026-05-20T15:59:45.982Z Downloaded form_urlencoded v1.2.2
10962026-05-20T15:59:45.982Z Downloaded chacha20 v0.9.1
10972026-05-20T15:59:45.982Z Downloaded crossbeam-deque v0.8.6
10982026-05-20T15:59:45.982Z Downloaded idna_adapter v1.2.2
10992026-05-20T15:59:45.982Z Downloaded critical-section v1.2.0
11002026-05-20T15:59:45.982Z Downloaded derive-ex v0.1.8
11012026-05-20T15:59:45.982Z Downloaded generic-array v0.14.7
11022026-05-20T15:59:45.982Z Downloaded group v0.13.0
11032026-05-20T15:59:45.982Z Downloaded data-encoding v2.11.0
11042026-05-20T15:59:45.982Z Downloaded indent_write v2.2.0
11052026-05-20T15:59:45.982Z Downloaded daft v0.1.7
11062026-05-20T15:59:45.982Z Downloaded itoa v1.0.18
11072026-05-20T15:59:45.982Z Downloaded is_terminal_polyfill v1.70.2
11082026-05-20T15:59:45.982Z Downloaded csv-core v0.1.13
11092026-05-20T15:59:45.982Z Downloaded keccak v0.1.6
11102026-05-20T15:59:45.982Z Downloaded hmac v0.12.1
11112026-05-20T15:59:45.982Z Downloaded const-random-macro v0.1.16
11122026-05-20T15:59:45.982Z Downloaded git-stub-vcs v0.1.0
11132026-05-20T15:59:45.982Z Downloaded humantime v2.3.0
11142026-05-20T15:59:45.982Z Downloaded lazy_static v1.5.0
11152026-05-20T15:59:45.983Z Downloaded libscf-sys v1.2.0
11162026-05-20T15:59:45.983Z Downloaded deranged v0.5.8
11172026-05-20T15:59:45.983Z Downloaded match_cfg v0.1.0
11182026-05-20T15:59:45.983Z Downloaded lru-slab v0.1.2
11192026-05-20T15:59:45.983Z Downloaded konst_macro_rules v0.2.19
11202026-05-20T15:59:45.983Z Downloaded memmap v0.7.0
11212026-05-20T15:59:45.983Z Downloaded memoffset v0.9.1
11222026-05-20T15:59:45.983Z Downloaded highway v1.3.0
11232026-05-20T15:59:45.983Z Downloaded managed v0.8.0
11242026-05-20T15:59:45.983Z Downloaded hyper-rustls v0.27.9
11252026-05-20T15:59:45.983Z Downloaded find-msvc-tools v0.1.9
11262026-05-20T15:59:45.983Z Downloaded macaddr v1.0.1
11272026-05-20T15:59:45.983Z Downloaded globset v0.4.18
11282026-05-20T15:59:45.983Z Downloaded crc32fast v1.5.0
11292026-05-20T15:59:45.983Z Downloaded ingot v0.1.1
11302026-05-20T15:59:45.983Z Downloaded camino-tempfile v1.4.1
11312026-05-20T15:59:45.983Z Downloaded num-conv v0.2.1
11322026-05-20T15:59:45.983Z Downloaded num-iter v0.1.45
11332026-05-20T15:59:45.983Z Downloaded no-std-compat v0.4.1
11342026-05-20T15:59:45.983Z Downloaded is_ci v1.2.0
11352026-05-20T15:59:45.983Z Downloaded lru-cache v0.1.2
11362026-05-20T15:59:45.983Z Downloaded mime v0.3.17
11372026-05-20T15:59:45.983Z Downloaded linked-hash-map v0.5.6
11382026-05-20T15:59:45.983Z Downloaded libsw v3.5.0
11392026-05-20T15:59:45.983Z Downloaded newline-converter v0.3.0
11402026-05-20T15:59:45.983Z Downloaded num_threads v0.1.7
11412026-05-20T15:59:45.983Z Downloaded num_enum_derive v0.5.11
11422026-05-20T15:59:45.983Z Downloaded num v0.4.3
11432026-05-20T15:59:45.983Z Downloaded foldhash v0.2.0
11442026-05-20T15:59:45.983Z Downloaded blake2 v0.10.6
11452026-05-20T15:59:45.983Z Downloaded const_format_proc_macros v0.2.34
11462026-05-20T15:59:45.983Z Downloaded openssl-macros v0.1.1
11472026-05-20T15:59:45.983Z Downloaded olpc-cjson v0.1.4
11482026-05-20T15:59:45.983Z Downloaded opaque-debug v0.3.1
11492026-05-20T15:59:45.983Z Downloaded crossbeam-utils v0.8.21
11502026-05-20T15:59:45.983Z Downloaded num-derive v0.4.2
11512026-05-20T15:59:45.984Z Downloaded half v2.7.1
11522026-05-20T15:59:45.984Z Downloaded erased-serde v0.3.31
11532026-05-20T15:59:45.984Z Downloaded dropshot-api-manager v0.7.1
11542026-05-20T15:59:45.984Z Downloaded newtype-uuid-macros v0.1.0
11552026-05-20T15:59:45.984Z Downloaded darling v0.23.0
11562026-05-20T15:59:45.984Z Downloaded jobserver v0.1.34
11572026-05-20T15:59:45.984Z Downloaded console v0.16.3
11582026-05-20T15:59:45.984Z Downloaded bitflags v2.11.1
11592026-05-20T15:59:45.984Z Downloaded httparse v1.10.1
11602026-05-20T15:59:45.984Z Downloaded linear-map v1.2.0
11612026-05-20T15:59:45.984Z Downloaded cookie v0.18.1
11622026-05-20T15:59:45.984Z Downloaded ingot-macros v0.1.1
11632026-05-20T15:59:45.984Z Downloaded defmt-macros v1.1.0
11642026-05-20T15:59:45.984Z Downloaded libsw-core v0.3.2
11652026-05-20T15:59:45.984Z Downloaded iana-time-zone v0.1.65
11662026-05-20T15:59:45.988Z Downloaded crossbeam-epoch v0.9.18
11672026-05-20T15:59:45.988Z Downloaded percent-encoding v2.3.2
11682026-05-20T15:59:45.988Z Downloaded proc-macro-crate v1.3.1
11692026-05-20T15:59:45.988Z Downloaded pretty-hex v0.4.2
11702026-05-20T15:59:45.988Z Downloaded potential_utf v0.1.5
11712026-05-20T15:59:45.988Z Downloaded powerfmt v0.2.0
11722026-05-20T15:59:45.988Z Downloaded plain v0.2.3
11732026-05-20T15:59:45.989Z Downloaded num_enum v0.7.6
11742026-05-20T15:59:45.989Z Downloaded phf_shared v0.12.1
11752026-05-20T15:59:45.989Z Downloaded cancel-safe-futures v0.1.5
11762026-05-20T15:59:45.989Z Downloaded proc-macro-crate v3.5.0
11772026-05-20T15:59:45.989Z Downloaded progenitor-client v0.11.2
11782026-05-20T15:59:45.989Z Downloaded daft-derive v0.1.7
11792026-05-20T15:59:45.989Z Downloaded num_enum_derive v0.7.6
11802026-05-20T15:59:45.989Z Downloaded proc-macro-error-attr2 v2.0.0
11812026-05-20T15:59:45.989Z Downloaded proc-macro-error-attr v1.0.4
11822026-05-20T15:59:45.989Z Downloaded openssl-probe v0.2.1
11832026-05-20T15:59:45.989Z Downloaded getrandom v0.3.4
11842026-05-20T15:59:45.989Z Downloaded progenitor-client v0.14.0
11852026-05-20T15:59:45.989Z Downloaded newtype-uuid v1.3.2
11862026-05-20T15:59:45.989Z Downloaded clap v4.6.1
11872026-05-20T15:59:45.989Z Downloaded progenitor-macro v0.11.2
11882026-05-20T15:59:45.989Z Downloaded num-complex v0.4.6
11892026-05-20T15:59:45.989Z Downloaded parse-display-derive v0.10.0
11902026-05-20T15:59:45.989Z Downloaded progenitor-macro v0.13.0
11912026-05-20T15:59:45.989Z Downloaded futures v0.3.32
11922026-05-20T15:59:45.989Z Downloaded parking_lot_core v0.8.6
11932026-05-20T15:59:45.989Z Downloaded memmap2 v0.9.10
11942026-05-20T15:59:45.989Z Downloaded num-integer v0.1.46
11952026-05-20T15:59:45.989Z Downloaded chacha20poly1305 v0.10.1
11962026-05-20T15:59:45.989Z Downloaded progenitor-macro v0.14.0
11972026-05-20T15:59:45.989Z Downloaded rand_chacha v0.3.1
11982026-05-20T15:59:45.989Z Downloaded ciborium v0.2.2
11992026-05-20T15:59:45.989Z Downloaded progenitor-macro v0.10.0
12002026-05-20T15:59:45.989Z Downloaded rand_xorshift v0.4.0
12012026-05-20T15:59:45.989Z Downloaded quick-error v1.2.3
12022026-05-20T15:59:45.989Z Downloaded phf v0.12.1
12032026-05-20T15:59:45.989Z Downloaded paste v1.0.15
12042026-05-20T15:59:45.989Z Downloaded password-hash v0.5.0
12052026-05-20T15:59:45.989Z Downloaded getrandom v0.4.2
12062026-05-20T15:59:45.989Z Downloaded owo-colors v4.3.0
12072026-05-20T15:59:45.989Z Downloaded progenitor-client v0.10.0
12082026-05-20T15:59:45.989Z Downloaded pem v3.0.6
12092026-05-20T15:59:45.989Z Downloaded oxnet v0.1.5
12102026-05-20T15:59:45.989Z Downloaded ref-cast-impl v1.0.25
12112026-05-20T15:59:45.990Z Downloaded ref-cast v1.0.25
12122026-05-20T15:59:45.990Z Downloaded pin-project-internal v1.1.13
12132026-05-20T15:59:45.990Z Downloaded num-rational v0.4.2
12142026-05-20T15:59:45.990Z Downloaded oxide-tokio-rt v0.1.6
12152026-05-20T15:59:45.990Z Downloaded camino v1.2.2
12162026-05-20T15:59:45.990Z Downloaded num_enum v0.5.11
12172026-05-20T15:59:45.990Z Downloaded multer v3.1.0
12182026-05-20T15:59:45.990Z Downloaded pkg-config v0.3.33
12192026-05-20T15:59:45.990Z Downloaded rustc-hash v2.1.2
12202026-05-20T15:59:45.990Z Downloaded proc-macro-error2 v2.0.1
12212026-05-20T15:59:45.990Z Downloaded lock_api v0.4.14
12222026-05-20T15:59:45.990Z Downloaded rustc_version v0.1.7
12232026-05-20T15:59:45.990Z Downloaded rustc_version v0.4.1
12242026-05-20T15:59:45.990Z Downloaded progenitor v0.14.0
12252026-05-20T15:59:45.990Z Downloaded poly1305 v0.8.0
12262026-05-20T15:59:45.990Z Downloaded progenitor-extras v0.2.0
12272026-05-20T15:59:45.990Z Downloaded progenitor-client v0.13.0
12282026-05-20T15:59:45.990Z Downloaded proc-macro-error v1.0.4
12292026-05-20T15:59:45.990Z Downloaded progenitor v0.13.0
12302026-05-20T15:59:45.990Z Downloaded same-file v1.0.6
12312026-05-20T15:59:45.990Z Downloaded parking_lot_core v0.9.12
12322026-05-20T15:59:45.990Z Downloaded arc-swap v1.9.1
12332026-05-20T15:59:45.990Z Downloaded const_format v0.2.36
12342026-05-20T15:59:45.990Z Downloaded progenitor v0.11.2
12352026-05-20T15:59:45.990Z Downloaded once_cell v1.21.4
12362026-05-20T15:59:45.990Z Downloaded litemap v0.8.2
12372026-05-20T15:59:45.990Z Downloaded scopeguard v1.2.0
12382026-05-20T15:59:45.990Z Downloaded indexmap v1.9.3
12392026-05-20T15:59:45.990Z Downloaded scroll_derive v0.13.1
12402026-05-20T15:59:45.990Z Downloaded base64 v0.22.1
12412026-05-20T15:59:45.990Z Downloaded semver v0.1.20
12422026-05-20T15:59:45.990Z Downloaded darling_core v0.23.0
12432026-05-20T15:59:45.990Z Downloaded rand_core v0.6.4
12442026-05-20T15:59:45.990Z Downloaded parse-display v0.10.0
12452026-05-20T15:59:45.990Z Downloaded rand_chacha v0.9.0
12462026-05-20T15:59:45.990Z Downloaded pest_generator v2.8.6
12472026-05-20T15:59:45.990Z Downloaded icu_provider v2.2.0
12482026-05-20T15:59:45.990Z Downloaded icu_normalizer_data v2.2.0
12492026-05-20T15:59:45.990Z Downloaded serde-big-array v0.5.1
12502026-05-20T15:59:45.991Z Downloaded serde_plain v1.0.2
12512026-05-20T15:59:45.991Z Downloaded serde_repr v0.1.20
12522026-05-20T15:59:45.991Z Downloaded ppv-lite86 v0.2.21
12532026-05-20T15:59:45.991Z Downloaded scroll_derive v0.12.1
12542026-05-20T15:59:45.991Z Downloaded icu_locale_core v2.2.0
12552026-05-20T15:59:45.991Z Downloaded serde_urlencoded v0.7.1
12562026-05-20T15:59:45.991Z Downloaded rand_core v0.9.5
12572026-05-20T15:59:45.991Z Downloaded pest_derive v2.8.6
12582026-05-20T15:59:45.991Z Downloaded rand_core v0.10.1
12592026-05-20T15:59:45.991Z Downloaded indicatif v0.18.4
12602026-05-20T15:59:45.991Z Downloaded progenitor v0.10.0
12612026-05-20T15:59:45.991Z Downloaded sha1 v0.10.6
12622026-05-20T15:59:45.991Z Downloaded serde_spanned v1.1.1
12632026-05-20T15:59:45.991Z Downloaded cc v1.2.62
12642026-05-20T15:59:45.991Z Downloaded siphasher v1.0.3
12652026-05-20T15:59:45.991Z Downloaded serde_spanned v0.6.9
12662026-05-20T15:59:45.995Z Downloaded log v0.4.29
12672026-05-20T15:59:45.995Z Downloaded flate2 v1.1.9
12682026-05-20T15:59:45.995Z Downloaded pin-project-lite v0.2.17
12692026-05-20T15:59:45.995Z Downloaded sigpipe v0.1.3
12702026-05-20T15:59:45.995Z Downloaded resolv-conf v0.7.6
12712026-05-20T15:59:45.995Z Downloaded icu_properties v2.2.0
12722026-05-20T15:59:45.995Z Downloaded slog-envlogger v2.2.0
12732026-05-20T15:59:45.995Z Downloaded papergrid v0.17.0
12742026-05-20T15:59:45.995Z Downloaded rustls-pemfile v2.2.0
12752026-05-20T15:59:45.995Z Downloaded miniz_oxide v0.8.9
12762026-05-20T15:59:45.995Z Downloaded parking_lot v0.12.5
12772026-05-20T15:59:45.995Z Downloaded papergrid v0.11.0
12782026-05-20T15:59:45.995Z Downloaded secrecy v0.10.3
12792026-05-20T15:59:45.995Z Downloaded schemars_derive v0.8.22
12802026-05-20T15:59:45.995Z Downloaded scroll v0.13.0
12812026-05-20T15:59:45.995Z Downloaded rustversion v1.0.22
12822026-05-20T15:59:45.995Z Downloaded rustls-native-certs v0.8.3
12832026-05-20T15:59:45.995Z Downloaded parking_lot v0.11.2
12842026-05-20T15:59:45.995Z Downloaded bytes v1.11.1
12852026-05-20T15:59:45.995Z Downloaded quinn-udp v0.5.14
12862026-05-20T15:59:45.995Z Downloaded konst v0.2.20
12872026-05-20T15:59:45.995Z Downloaded num-traits v0.2.19
12882026-05-20T15:59:45.995Z Downloaded heapless v0.8.0
12892026-05-20T15:59:45.995Z Downloaded quote v1.0.45
12902026-05-20T15:59:45.995Z Downloaded smawk v0.3.2
12912026-05-20T15:59:45.995Z Downloaded strum v0.26.3
12922026-05-20T15:59:45.995Z Downloaded stable_deref_trait v1.2.1
12932026-05-20T15:59:45.995Z Downloaded postcard v1.1.3
12942026-05-20T15:59:45.995Z Downloaded hickory-resolver v0.24.4
12952026-05-20T15:59:45.995Z Downloaded structmeta v0.3.0
12962026-05-20T15:59:45.995Z Downloaded strsim v0.11.1
12972026-05-20T15:59:45.995Z Downloaded crypto-bigint v0.5.5
12982026-05-20T15:59:45.995Z Downloaded serde_path_to_error v0.1.20
12992026-05-20T15:59:45.995Z Downloaded serde_tokenstream v0.2.3
13002026-05-20T15:59:45.995Z Downloaded swrite v0.1.0
13012026-05-20T15:59:45.996Z Downloaded shlex v1.3.0
13022026-05-20T15:59:45.996Z Downloaded rhai_codegen v3.1.0
13032026-05-20T15:59:45.996Z Downloaded sync_wrapper v1.0.2
13042026-05-20T15:59:45.996Z Downloaded supports-color v3.0.2
13052026-05-20T15:59:45.996Z Downloaded icu_collections v2.2.0
13062026-05-20T15:59:45.996Z Downloaded rustls-pki-types v1.14.1
13072026-05-20T15:59:45.996Z Downloaded crossbeam-channel v0.5.15
13082026-05-20T15:59:45.996Z Downloaded tabwriter v1.4.1
13092026-05-20T15:59:45.996Z Downloaded slog-async v2.8.0
13102026-05-20T15:59:45.996Z Downloaded subtle v2.6.1
13112026-05-20T15:59:45.996Z Downloaded testing_table v0.3.0
13122026-05-20T15:59:45.996Z Downloaded terminal_size v0.4.4
13132026-05-20T15:59:45.996Z Downloaded take_mut v0.2.2
13142026-05-20T15:59:45.996Z Downloaded tabled_derive v0.7.0
13152026-05-20T15:59:45.996Z Downloaded sha2 v0.10.9
13162026-05-20T15:59:45.996Z Downloaded tagptr v0.2.0
13172026-05-20T15:59:45.996Z Downloaded proc-macro2 v1.0.106
13182026-05-20T15:59:45.996Z Downloaded slog-stdlog v4.1.1
13192026-05-20T15:59:45.996Z Downloaded slog-term v2.9.2
13202026-05-20T15:59:45.996Z Downloaded snafu-derive v0.8.9
13212026-05-20T15:59:45.996Z Downloaded rusty-fork v0.3.1
13222026-05-20T15:59:45.996Z Downloaded scroll v0.12.0
13232026-05-20T15:59:45.996Z Downloaded pest_meta v2.8.6
13242026-05-20T15:59:45.996Z Downloaded thread-id v4.2.2
13252026-05-20T15:59:45.996Z Downloaded thiserror-impl-no-std v2.0.2
13262026-05-20T15:59:45.996Z Downloaded slog-json v2.6.1
13272026-05-20T15:59:45.996Z Downloaded slog-dtrace v0.3.0
13282026-05-20T15:59:45.996Z Downloaded termtree v0.5.1
13292026-05-20T15:59:45.996Z Downloaded semver v1.0.28
13302026-05-20T15:59:45.996Z Downloaded progenitor-impl v0.13.0
13312026-05-20T15:59:45.996Z Downloaded async-compression v0.4.42
13322026-05-20T15:59:45.996Z Downloaded slog-scope v4.4.1
13332026-05-20T15:59:45.996Z Downloaded openssl-sys v0.9.116
13342026-05-20T15:59:45.996Z Downloaded jiff-static v0.2.24
13352026-05-20T15:59:45.996Z Downloaded tabled_derive v0.11.0
13362026-05-20T15:59:45.996Z Downloaded spin v0.5.2
13372026-05-20T15:59:45.997Z Downloaded simd-adler32 v0.3.9
13382026-05-20T15:59:45.997Z Downloaded hashbrown v0.12.3
13392026-05-20T15:59:45.997Z Downloaded time-core v0.1.8
13402026-05-20T15:59:45.997Z Downloaded serde_derive_internals v0.29.1
13412026-05-20T15:59:45.997Z Downloaded static_assertions v1.1.0
13422026-05-20T15:59:45.997Z Downloaded expectorate v1.2.0
13432026-05-20T15:59:45.997Z Downloaded thread-id v5.1.0
13442026-05-20T15:59:45.997Z Downloaded smf v0.2.3
13452026-05-20T15:59:45.997Z Downloaded strum_macros v0.27.2
13462026-05-20T15:59:45.997Z Downloaded strum_macros v0.26.4
13472026-05-20T15:59:45.997Z Downloaded strum v0.27.2
13482026-05-20T15:59:45.997Z Downloaded structmeta-derive v0.3.0
13492026-05-20T15:59:45.997Z Downloaded slab v0.4.12
13502026-05-20T15:59:45.997Z Downloaded progenitor-impl v0.14.0
13512026-05-20T15:59:45.997Z Downloaded progenitor-impl v0.11.2
13522026-05-20T15:59:45.997Z Downloaded tinyvec_macros v0.1.1
13532026-05-20T15:59:45.997Z Downloaded progenitor-impl v0.10.0
13542026-05-20T15:59:45.997Z Downloaded synstructure v0.13.2
13552026-05-20T15:59:45.997Z Downloaded signal-hook-registry v1.4.8
13562026-05-20T15:59:45.997Z Downloaded tokio-macros v2.7.0
13572026-05-20T15:59:45.997Z Downloaded serde_with_macros v3.20.0
13582026-05-20T15:59:45.997Z Downloaded http v1.4.0
13592026-05-20T15:59:45.997Z Downloaded minimal-lexical v0.2.1
13602026-05-20T15:59:45.997Z Downloaded pin-project v1.1.13
13612026-05-20T15:59:45.997Z Downloaded toml_datetime v0.6.11
13622026-05-20T15:59:45.997Z Downloaded prettyplease v0.2.37
13632026-05-20T15:59:45.997Z Downloaded tower-layer v0.3.3
13642026-05-20T15:59:45.997Z Downloaded icu_normalizer v2.2.0
13652026-05-20T15:59:45.997Z Downloaded memchr v2.8.0
13662026-05-20T15:59:46.001Z Downloaded schemars v0.8.22
13672026-05-20T15:59:46.001Z Downloaded thiserror v2.0.18
13682026-05-20T15:59:46.001Z Downloaded typify-macro v0.4.3
13692026-05-20T15:59:46.001Z Downloaded tower-service v0.3.3
13702026-05-20T15:59:46.001Z Downloaded spin v0.9.8
13712026-05-20T15:59:46.001Z Downloaded try-lock v0.2.5
13722026-05-20T15:59:46.002Z Downloaded serde_derive v1.0.228
13732026-05-20T15:59:46.002Z Downloaded hyper-util v0.1.20
13742026-05-20T15:59:46.002Z Downloaded unicode-linebreak v0.1.5
13752026-05-20T15:59:46.002Z Downloaded typeid v1.0.3
13762026-05-20T15:59:46.002Z Downloaded toml_write v0.1.2
13772026-05-20T15:59:46.002Z Downloaded thiserror v1.0.69
13782026-05-20T15:59:46.002Z Downloaded darling_core v0.21.3
13792026-05-20T15:59:46.002Z Downloaded unarray v0.1.4
13802026-05-20T15:59:46.002Z Downloaded typify-macro v0.6.2
13812026-05-20T15:59:46.002Z Downloaded thiserror-no-std v2.0.2
13822026-05-20T15:59:46.002Z Downloaded universal-hash v0.5.1
13832026-05-20T15:59:46.002Z Downloaded unit-prefix v0.5.2
13842026-05-20T15:59:46.002Z Downloaded thiserror-impl v2.0.18
13852026-05-20T15:59:46.002Z Downloaded smartstring v1.0.1
13862026-05-20T15:59:46.002Z Downloaded rayon-core v1.13.0
13872026-05-20T15:59:46.002Z Downloaded smallvec v1.15.1
13882026-05-20T15:59:46.002Z Downloaded hickory-resolver v0.25.2
13892026-05-20T15:59:46.002Z Downloaded tokio-rustls v0.25.0
13902026-05-20T15:59:46.002Z Downloaded tokio-dtrace v0.1.1
13912026-05-20T15:59:46.002Z Downloaded tinystr v0.8.3
13922026-05-20T15:59:46.002Z Downloaded unicode-xid v0.2.6
13932026-05-20T15:59:46.002Z Downloaded tiny-keccak v2.0.2
13942026-05-20T15:59:46.002Z Downloaded thiserror-impl v1.0.69
13952026-05-20T15:59:46.002Z Downloaded usdt-attr-macro v0.6.0
13962026-05-20T15:59:46.002Z Downloaded untrusted v0.9.0
13972026-05-20T15:59:46.002Z Downloaded utf8parse v0.2.2
13982026-05-20T15:59:46.002Z Downloaded utf8_iter v1.0.4
13992026-05-20T15:59:46.002Z Downloaded usdt-macro v0.6.0
14002026-05-20T15:59:46.002Z Downloaded usdt-attr-macro v0.5.0
14012026-05-20T15:59:46.002Z Downloaded usdt v0.6.0
14022026-05-20T15:59:46.002Z Downloaded slog v2.8.2
14032026-05-20T15:59:46.002Z Downloaded waitgroup v0.1.2
14042026-05-20T15:59:46.002Z Downloaded wait-timeout v0.2.1
14052026-05-20T15:59:46.002Z Downloaded usdt v0.5.0
14062026-05-20T15:59:46.002Z Downloaded untrusted v0.7.1
14072026-05-20T15:59:46.002Z Downloaded base64 v0.21.7
14082026-05-20T15:59:46.002Z Downloaded rustls-platform-verifier v0.7.0
14092026-05-20T15:59:46.002Z Downloaded indexmap v2.14.0
14102026-05-20T15:59:46.003Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14112026-05-20T15:59:46.003Z Downloaded tokio-tungstenite v0.21.0
14122026-05-20T15:59:46.003Z Downloaded usdt-macro v0.5.0
14132026-05-20T15:59:46.003Z Downloaded similar v2.7.0
14142026-05-20T15:59:46.003Z Downloaded want v0.3.1
14152026-05-20T15:59:46.003Z Downloaded version_check v0.9.5
14162026-05-20T15:59:46.003Z Downloaded schemars v0.9.0
14172026-05-20T15:59:46.003Z Downloaded yoke-derive v0.8.2
14182026-05-20T15:59:46.003Z Downloaded thread_local v1.1.9
14192026-05-20T15:59:46.003Z Downloaded thin-vec v0.2.18
14202026-05-20T15:59:46.003Z Downloaded slog-bunyan v2.5.0
14212026-05-20T15:59:46.003Z Downloaded glob v0.3.3
14222026-05-20T15:59:46.003Z Downloaded omicron-workspace-hack v0.1.0
14232026-05-20T15:59:46.003Z Downloaded darling v0.21.3
14242026-05-20T15:59:46.003Z Downloaded ryu v1.0.23
14252026-05-20T15:59:46.003Z Downloaded tempfile v3.27.0
14262026-05-20T15:59:46.003Z Downloaded clap_derive v4.6.1
14272026-05-20T15:59:46.003Z Downloaded cargo_toml v0.22.3
14282026-05-20T15:59:46.003Z Downloaded zerofrom-derive v0.1.7
14292026-05-20T15:59:46.003Z Downloaded zerofrom v0.1.8
14302026-05-20T15:59:46.003Z Downloaded ipnet v2.12.0
14312026-05-20T15:59:46.003Z Downloaded term v1.2.1
14322026-05-20T15:59:46.003Z Downloaded newtype_derive v0.1.6
14332026-05-20T15:59:46.003Z Downloaded ipnetwork v0.21.1
14342026-05-20T15:59:46.003Z Downloaded ingot-types v0.1.2
14352026-05-20T15:59:46.003Z Downloaded serde_core v1.0.228
14362026-05-20T15:59:46.003Z Downloaded qorb v0.4.1
14372026-05-20T15:59:46.003Z Downloaded rand v0.8.6
14382026-05-20T15:59:46.003Z Downloaded natord v1.0.9
14392026-05-20T15:59:46.003Z Downloaded fastrand v2.4.1
14402026-05-20T15:59:46.003Z Downloaded console v0.15.11
14412026-05-20T15:59:46.003Z Downloaded chacha20 v0.10.0
14422026-05-20T15:59:46.003Z Downloaded zeroize_derive v1.4.3
14432026-05-20T15:59:46.003Z Downloaded socket2 v0.6.3
14442026-05-20T15:59:46.003Z Downloaded backoff v0.4.0
14452026-05-20T15:59:46.003Z Downloaded fs_extra v1.3.0
14462026-05-20T15:59:46.004Z Downloaded fs-err v3.3.0
14472026-05-20T15:59:46.004Z Downloaded foldhash v0.1.5
14482026-05-20T15:59:46.004Z Downloaded digest v0.10.7
14492026-05-20T15:59:46.004Z Downloaded foreign-types v0.3.2
14502026-05-20T15:59:46.004Z Downloaded bit-vec v0.8.0
14512026-05-20T15:59:46.004Z Downloaded tokio-rustls v0.26.4
14522026-05-20T15:59:46.004Z Downloaded usdt-impl v0.5.0
14532026-05-20T15:59:46.004Z Downloaded time-macros v0.2.27
14542026-05-20T15:59:46.004Z Downloaded utf-8 v0.7.6
14552026-05-20T15:59:46.004Z Downloaded zone_cfg_derive v0.3.1
14562026-05-20T15:59:46.004Z Downloaded usdt-impl v0.6.0
14572026-05-20T15:59:46.004Z Downloaded serde_yaml v0.9.34+deprecated
14582026-05-20T15:59:46.004Z Downloaded bytecount v0.6.9
14592026-05-20T15:59:46.004Z Downloaded zone v0.3.1
14602026-05-20T15:59:46.004Z Downloaded tokio-stream v0.1.18
14612026-05-20T15:59:46.004Z Downloaded toml v0.8.23
14622026-05-20T15:59:46.004Z Downloaded hashbrown v0.16.1
14632026-05-20T15:59:46.004Z Downloaded hashbrown v0.15.5
14642026-05-20T15:59:46.004Z Downloaded vsss-rs v3.3.4
14652026-05-20T15:59:46.004Z Downloaded mio v1.2.0
14662026-05-20T15:59:46.009Z Downloaded toml_writer v1.1.1+spec-1.1.0
14672026-05-20T15:59:46.009Z Downloaded quinn v0.11.9
14682026-05-20T15:59:46.009Z Downloaded whoami v1.6.1
14692026-05-20T15:59:46.009Z Downloaded rustls-webpki v0.103.13
14702026-05-20T15:59:46.009Z Downloaded tracing-attributes v0.1.31
14712026-05-20T15:59:46.009Z Downloaded test-strategy v0.4.5
14722026-05-20T15:59:46.009Z Downloaded xz2 v0.1.7
14732026-05-20T15:59:46.009Z Downloaded toml_parser v1.1.2+spec-1.1.0
14742026-05-20T15:59:46.009Z Downloaded writeable v0.6.3
14752026-05-20T15:59:46.009Z Downloaded snafu v0.8.9
14762026-05-20T15:59:46.009Z Downloaded nom v7.1.3
14772026-05-20T15:59:46.009Z Downloaded textwrap v0.16.2
14782026-05-20T15:59:46.009Z Downloaded rand v0.9.4
14792026-05-20T15:59:46.009Z Downloaded serde v1.0.228
14802026-05-20T15:59:46.009Z Downloaded ucd-trie v0.1.7
14812026-05-20T15:59:46.009Z Downloaded zeroize v1.8.2
14822026-05-20T15:59:46.009Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14832026-05-20T15:59:46.009Z Downloaded gethostname v0.5.0
14842026-05-20T15:59:46.009Z Downloaded futures-task v0.3.32
14852026-05-20T15:59:46.009Z Downloaded foreign-types-shared v0.3.1
14862026-05-20T15:59:46.009Z Downloaded heck v0.4.1
14872026-05-20T15:59:46.010Z Downloaded hubpack_derive v0.1.1
14882026-05-20T15:59:46.010Z Downloaded git-stub v1.0.0
14892026-05-20T15:59:46.010Z Downloaded getrandom v0.2.17
14902026-05-20T15:59:46.010Z Downloaded hashbrown v0.17.1
14912026-05-20T15:59:46.010Z Downloaded tinyvec v1.11.0
14922026-05-20T15:59:46.010Z Downloaded itertools v0.12.1
14932026-05-20T15:59:46.010Z Downloaded zerovec-derive v0.11.3
14942026-05-20T15:59:46.010Z Downloaded iddqd v0.3.18
14952026-05-20T15:59:46.010Z Downloaded toml v1.1.2+spec-1.1.0
14962026-05-20T15:59:46.010Z Downloaded toml v0.9.12+spec-1.1.0
14972026-05-20T15:59:46.010Z Downloaded clap_builder v4.6.0
14982026-05-20T15:59:46.010Z Downloaded walkdir v2.5.0
14992026-05-20T15:59:46.010Z Downloaded futures-channel v0.3.32
15002026-05-20T15:59:46.010Z Downloaded tracing-core v0.1.36
15012026-05-20T15:59:46.010Z Downloaded tungstenite v0.21.0
15022026-05-20T15:59:46.010Z Downloaded fixedbitset v0.5.7
15032026-05-20T15:59:46.010Z Downloaded zerocopy-derive v0.7.35
15042026-05-20T15:59:46.010Z Downloaded yoke v0.8.2
15052026-05-20T15:59:46.010Z Downloaded ff v0.13.1
15062026-05-20T15:59:46.010Z Downloaded defmt v1.1.0
15072026-05-20T15:59:46.010Z Downloaded typify v0.6.2
15082026-05-20T15:59:46.010Z Downloaded unicode-ident v1.0.24
15092026-05-20T15:59:46.010Z Downloaded typify v0.4.3
15102026-05-20T15:59:46.010Z Downloaded aho-corasick v1.1.4
15112026-05-20T15:59:46.010Z Downloaded equivalent v1.0.2
15122026-05-20T15:59:46.010Z Downloaded cpufeatures v0.3.0
15132026-05-20T15:59:46.010Z Downloaded bcs v0.1.6
15142026-05-20T15:59:46.010Z Downloaded autocfg v1.5.0
15152026-05-20T15:59:46.010Z Downloaded rand v0.10.1
15162026-05-20T15:59:46.010Z Downloaded h2 v0.4.14
15172026-05-20T15:59:46.010Z Downloaded unsafe-libyaml v0.2.11
15182026-05-20T15:59:46.010Z Downloaded futures-io v0.3.32
15192026-05-20T15:59:46.010Z Downloaded foreign-types v0.5.0
15202026-05-20T15:59:46.010Z Downloaded fixedbitset v0.4.2
15212026-05-20T15:59:46.010Z Downloaded uuid v1.23.1
15222026-05-20T15:59:46.011Z Downloaded zmij v1.0.21
15232026-05-20T15:59:46.011Z Downloaded bitflags v1.3.2
15242026-05-20T15:59:46.011Z Downloaded base64ct v1.8.3
15252026-05-20T15:59:46.011Z Downloaded toml_edit v0.25.11+spec-1.1.0
15262026-05-20T15:59:46.011Z Downloaded colorchoice v1.0.5
15272026-05-20T15:59:46.011Z Downloaded float-ord v0.3.2
15282026-05-20T15:59:46.011Z Downloaded embedded-io v0.6.1
15292026-05-20T15:59:46.011Z Downloaded idna v1.1.0
15302026-05-20T15:59:46.011Z Downloaded defmt-parser v1.0.0
15312026-05-20T15:59:46.011Z Downloaded cstr-argument v0.1.2
15322026-05-20T15:59:46.011Z Downloaded crunchy v0.2.4
15332026-05-20T15:59:46.011Z Downloaded toml_edit v0.22.27
15342026-05-20T15:59:46.011Z Downloaded const-random v0.1.18
15352026-05-20T15:59:46.011Z Downloaded cobs v0.3.0
15362026-05-20T15:59:46.011Z Downloaded itertools v0.14.0
15372026-05-20T15:59:46.011Z Downloaded crypto-common v0.1.7
15382026-05-20T15:59:46.011Z Downloaded nom v8.0.0
15392026-05-20T15:59:46.011Z Downloaded steno v0.4.1
15402026-05-20T15:59:46.011Z Downloaded icu_properties_data v2.2.0
15412026-05-20T15:59:46.011Z Downloaded schemars v1.2.1
15422026-05-20T15:59:46.011Z Downloaded ron v0.12.1
15432026-05-20T15:59:46.011Z Downloaded goblin v0.8.2
15442026-05-20T15:59:46.011Z Downloaded hkdf v0.12.4
15452026-05-20T15:59:46.011Z Downloaded ciborium-ll v0.2.2
15462026-05-20T15:59:46.011Z Downloaded anyhow v1.0.102
15472026-05-20T15:59:46.011Z Downloaded byte-wrapper v0.1.0
15482026-05-20T15:59:46.011Z Downloaded anstyle v1.0.14
15492026-05-20T15:59:46.011Z Downloaded aead v0.5.2
15502026-05-20T15:59:46.011Z Downloaded dof v0.4.0
15512026-05-20T15:59:46.011Z Downloaded toml_edit v0.19.15
15522026-05-20T15:59:46.011Z Downloaded futures-util v0.3.32
15532026-05-20T15:59:46.011Z Downloaded displaydoc v0.2.5
15542026-05-20T15:59:46.011Z Downloaded ciborium-io v0.2.2
15552026-05-20T15:59:46.011Z Downloaded atomic-waker v1.1.2
15562026-05-20T15:59:46.011Z Downloaded derive_more v0.99.20
15572026-05-20T15:59:46.011Z Downloaded clap_lex v1.1.0
15582026-05-20T15:59:46.011Z Downloaded bit-set v0.8.0
15592026-05-20T15:59:46.011Z Downloaded async-recursion v1.1.1
15602026-05-20T15:59:46.011Z Downloaded pest v2.8.6
15612026-05-20T15:59:46.012Z Downloaded libm v0.2.16
15622026-05-20T15:59:46.012Z Downloaded darling_macro v0.21.3
15632026-05-20T15:59:46.012Z Downloaded adler2 v2.0.1
15642026-05-20T15:59:46.012Z Downloaded block-buffer v0.10.4
15652026-05-20T15:59:46.012Z Downloaded typed-path v0.9.3
15662026-05-20T15:59:46.017Z Downloaded url v2.5.8
15672026-05-20T15:59:46.017Z Downloaded argon2 v0.5.3
15682026-05-20T15:59:46.017Z Downloaded hyper v1.9.0
15692026-05-20T15:59:46.017Z Downloaded anstyle-query v1.1.5
15702026-05-20T15:59:46.017Z Downloaded reqwest v0.12.28
15712026-05-20T15:59:46.017Z Downloaded zerotrie v0.2.4
15722026-05-20T15:59:46.017Z Downloaded zerocopy-derive v0.8.48
15732026-05-20T15:59:46.017Z Downloaded aws-lc-rs v1.17.0
15742026-05-20T15:59:46.017Z Downloaded reqwest v0.13.3
15752026-05-20T15:59:46.017Z Downloaded serde_json v1.0.149
15762026-05-20T15:59:46.018Z Downloaded unicode-segmentation v1.13.2
15772026-05-20T15:59:46.018Z Downloaded typenum v1.20.0
15782026-05-20T15:59:46.018Z Downloaded tower v0.5.3
15792026-05-20T15:59:46.018Z Downloaded rayon v1.12.0
15802026-05-20T15:59:46.018Z Downloaded unicode-normalization v0.1.25
15812026-05-20T15:59:46.018Z Downloaded portable-atomic v1.13.1
15822026-05-20T15:59:46.018Z Downloaded zerovec v0.11.6
15832026-05-20T15:59:46.018Z Downloaded chrono v0.4.44
15842026-05-20T15:59:46.018Z Downloaded proptest v1.11.0
15852026-05-20T15:59:46.018Z Downloaded regex v1.12.3
15862026-05-20T15:59:46.018Z Downloaded tokio-util v0.7.18
15872026-05-20T15:59:46.019Z Downloaded goblin v0.10.5
15882026-05-20T15:59:46.019Z Downloaded tower-http v0.6.10
15892026-05-20T15:59:46.019Z Downloaded rustls-webpki v0.102.8
15902026-05-20T15:59:46.019Z Downloaded serde_with v3.20.0
15912026-05-20T15:59:46.019Z Downloaded zerocopy v0.7.35
15922026-05-20T15:59:46.019Z Downloaded winnow v0.5.40
15932026-05-20T15:59:46.019Z Downloaded quinn-proto v0.11.14
15942026-05-20T15:59:46.019Z Downloaded moka v0.12.15
15952026-05-20T15:59:46.019Z Downloaded winnow v0.7.15
15962026-05-20T15:59:46.019Z Downloaded tabled v0.20.0
15972026-05-20T15:59:46.019Z Downloaded tough v0.22.0
15982026-05-20T15:59:46.019Z Downloaded winnow v1.0.3
15992026-05-20T15:59:46.024Z Downloaded tabled v0.15.0
16002026-05-20T15:59:46.028Z Downloaded curve25519-dalek v4.1.3
16012026-05-20T15:59:46.037Z Downloaded time v0.3.47
16022026-05-20T15:59:46.040Z Downloaded syn v1.0.109
16032026-05-20T15:59:46.044Z Downloaded openssl v0.10.80
16042026-05-20T15:59:46.052Z Downloaded webpki-roots v1.0.7
16052026-05-20T15:59:46.058Z Downloaded bstr v1.12.1
16062026-05-20T15:59:46.065Z Downloaded nix v0.31.3
16072026-05-20T15:59:46.106Z Downloaded vcpkg v0.2.15
16082026-05-20T15:59:46.111Z Downloaded unicode-width v0.1.14
16092026-05-20T15:59:46.111Z Downloaded smoltcp v0.11.0
16102026-05-20T15:59:46.115Z Downloaded rhai v1.24.0
16112026-05-20T15:59:46.119Z Downloaded regress v0.10.5
16122026-05-20T15:59:46.122Z Downloaded zerocopy v0.8.48
16132026-05-20T15:59:47.136Z Downloaded unicode-width v0.2.2
16142026-05-20T15:59:47.140Z Downloaded regress v0.11.1
16152026-05-20T15:59:47.140Z Downloaded hickory-proto v0.25.2
16162026-05-20T15:59:47.140Z Downloaded rustls v0.23.40
16172026-05-20T15:59:47.140Z Downloaded rustix v0.38.44
16182026-05-20T15:59:47.140Z Downloaded openapiv3 v2.2.0
16192026-05-20T15:59:47.140Z Downloaded regex-syntax v0.8.10
16202026-05-20T15:59:47.140Z Downloaded hickory-proto v0.24.4
16212026-05-20T15:59:47.140Z Downloaded rustix v1.1.4
16222026-05-20T15:59:47.140Z Downloaded typify-impl v0.4.3
16232026-05-20T15:59:47.140Z Downloaded tracing v0.1.44
16242026-05-20T15:59:47.140Z Downloaded typify-impl v0.6.2
16252026-05-20T15:59:47.140Z Downloaded sled v0.34.7
16262026-05-20T15:59:47.140Z Downloaded rustls v0.22.4
16272026-05-20T15:59:47.140Z Downloaded syn v2.0.117
16282026-05-20T15:59:47.140Z Downloaded petgraph v0.6.5
16292026-05-20T15:59:47.140Z Downloaded lzma-sys v0.1.20
16302026-05-20T15:59:47.140Z Downloaded encoding_rs v0.8.35
16312026-05-20T15:59:47.141Z Downloaded regex-automata v0.4.14
16322026-05-20T15:59:47.141Z Downloaded jiff v0.2.24
16332026-05-20T15:59:47.141Z Downloaded chrono-tz v0.10.4
16342026-05-20T15:59:47.141Z Downloaded petgraph v0.8.3
16352026-05-20T15:59:47.141Z Downloaded libc v0.2.186
16362026-05-20T15:59:47.141Z Downloaded csv v1.4.0
16372026-05-20T15:59:47.141Z Downloaded sha3 v0.10.9
16382026-05-20T15:59:47.141Z Downloaded tokio v1.52.3
16392026-05-20T15:59:47.141Z Downloaded ring v0.17.14
16402026-05-20T15:59:47.141Z Downloaded aws-lc-sys v0.41.0
16412026-05-20T15:59:47.485Z Compiling proc-macro2 v1.0.106
16422026-05-20T15:59:47.485Z Compiling quote v1.0.45
16432026-05-20T15:59:47.485Z Compiling unicode-ident v1.0.24
16442026-05-20T15:59:47.485Z Compiling serde_core v1.0.228
16452026-05-20T15:59:47.485Z Compiling serde v1.0.228
16462026-05-20T15:59:47.488Z Compiling libc v0.2.186
16472026-05-20T15:59:47.488Z Compiling cfg-if v1.0.4
16482026-05-20T15:59:47.820Z Compiling zmij v1.0.21
16492026-05-20T15:59:47.843Z Compiling autocfg v1.5.0
16502026-05-20T15:59:48.184Z Compiling memchr v2.8.0
16512026-05-20T15:59:48.193Z Compiling libm v0.2.16
16522026-05-20T15:59:48.539Z Compiling itoa v1.0.18
16532026-05-20T15:59:48.578Z Compiling icu_properties_data v2.2.0
16542026-05-20T15:59:48.801Z Compiling icu_normalizer_data v2.2.0
16552026-05-20T15:59:48.838Z Compiling version_check v0.9.5
16562026-05-20T15:59:48.860Z Compiling stable_deref_trait v1.2.1
16572026-05-20T15:59:48.999Z Compiling serde_json v1.0.149
16582026-05-20T15:59:49.061Z Compiling syn v2.0.117
16592026-05-20T15:59:49.133Z Compiling thiserror v2.0.18
16602026-05-20T15:59:49.290Z Compiling writeable v0.6.3
16612026-05-20T15:59:49.290Z Compiling parking_lot_core v0.9.12
16622026-05-20T15:59:49.361Z Compiling litemap v0.8.2
16632026-05-20T15:59:49.364Z Compiling utf8_iter v1.0.4
16642026-05-20T15:59:49.563Z Compiling num-traits v0.2.19
16652026-05-20T15:59:49.580Z Compiling percent-encoding v2.3.2
16662026-05-20T15:59:49.702Z Compiling getrandom v0.4.2
16672026-05-20T15:59:49.724Z Compiling rand_core v0.10.1
16682026-05-20T15:59:49.869Z Compiling form_urlencoded v1.2.2
16692026-05-20T15:59:49.891Z Compiling jobserver v0.1.34
16702026-05-20T15:59:49.992Z Compiling heck v0.5.0
16712026-05-20T15:59:50.152Z Compiling shlex v1.3.0
16722026-05-20T15:59:50.205Z Compiling find-msvc-tools v0.1.9
16732026-05-20T15:59:50.377Z Compiling cc v1.2.62
16742026-05-20T15:59:50.381Z Compiling errno v0.3.14
16752026-05-20T15:59:50.520Z Compiling zerocopy v0.8.48
16762026-05-20T15:59:50.589Z Compiling iana-time-zone v0.1.65
16772026-05-20T15:59:50.924Z Compiling uuid v1.23.1
16782026-05-20T15:59:50.944Z Compiling semver v1.0.28
16792026-05-20T15:59:51.210Z Compiling getrandom v0.2.17
16802026-05-20T15:59:51.409Z Compiling dyn-clone v1.0.20
16812026-05-20T15:59:51.498Z Compiling schemars v0.8.22
16822026-05-20T15:59:51.516Z Compiling pin-project-lite v0.2.17
16832026-05-20T15:59:51.590Z Compiling rustversion v1.0.22
16842026-05-20T15:59:51.617Z Compiling scopeguard v1.2.0
16852026-05-20T15:59:51.700Z Compiling socket2 v0.6.3
16862026-05-20T15:59:51.720Z Compiling lock_api v0.4.14
16872026-05-20T15:59:51.741Z Compiling bitflags v2.11.1
16882026-05-20T15:59:51.818Z Compiling signal-hook-registry v1.4.8
16892026-05-20T15:59:51.979Z Compiling synstructure v0.13.2
16902026-05-20T15:59:51.995Z Compiling serde_derive_internals v0.29.1
16912026-05-20T15:59:52.194Z Compiling mio v1.2.0
16922026-05-20T15:59:52.307Z Compiling log v0.4.29
16932026-05-20T15:59:52.509Z Compiling portable-atomic v1.13.1
16942026-05-20T15:59:52.522Z Compiling subtle v2.6.1
16952026-05-20T15:59:52.551Z Compiling equivalent v1.0.2
16962026-05-20T15:59:52.720Z Compiling critical-section v1.2.0
16972026-05-20T15:59:52.781Z Compiling futures-core v0.3.32
16982026-05-20T15:59:52.840Z Compiling ring v0.17.14
16992026-05-20T15:59:52.856Z Compiling cmake v0.1.58
17002026-05-20T15:59:52.872Z Compiling dunce v1.0.5
17012026-05-20T15:59:52.911Z Compiling fs_extra v1.3.0
17022026-05-20T15:59:52.928Z Compiling httparse v1.10.1
17032026-05-20T15:59:52.949Z Compiling futures-sink v0.3.32
17042026-05-20T15:59:52.992Z Compiling slab v0.4.12
17052026-05-20T15:59:53.118Z Compiling rand_core v0.6.4
17062026-05-20T15:59:53.142Z Compiling serde_derive v1.0.228
17072026-05-20T15:59:53.179Z Compiling zerofrom-derive v0.1.7
17082026-05-20T15:59:53.207Z Compiling yoke-derive v0.8.2
17092026-05-20T15:59:53.226Z Compiling zerovec-derive v0.11.3
17102026-05-20T15:59:53.336Z Compiling displaydoc v0.2.5
17112026-05-20T15:59:53.377Z Compiling schemars_derive v0.8.22
17122026-05-20T15:59:53.397Z Compiling thiserror-impl v2.0.18
17132026-05-20T15:59:53.797Z Compiling tokio-macros v2.7.0
17142026-05-20T15:59:54.107Z Compiling zerocopy-derive v0.8.48
17152026-05-20T15:59:54.293Z Compiling zeroize_derive v1.4.3
17162026-05-20T15:59:54.361Z Compiling futures-macro v0.3.32
17172026-05-20T15:59:54.390Z Compiling zerofrom v0.1.8
17182026-05-20T15:59:54.572Z Compiling yoke v0.8.2
17192026-05-20T15:59:54.578Z Compiling once_cell v1.21.4
17202026-05-20T15:59:54.624Z Compiling aws-lc-sys v0.41.0
17212026-05-20T15:59:54.760Z Compiling zerovec v0.11.6
17222026-05-20T15:59:54.808Z Compiling zerotrie v0.2.4
17232026-05-20T15:59:54.968Z Compiling futures-channel v0.3.32
17242026-05-20T15:59:54.998Z Compiling zeroize v1.8.2
17252026-05-20T15:59:55.237Z Compiling ucd-trie v0.1.7
17262026-05-20T15:59:55.253Z Compiling thiserror v1.0.69
17272026-05-20T15:59:55.253Z Compiling rustix v1.1.4
17282026-05-20T15:59:55.285Z Compiling futures-task v0.3.32
17292026-05-20T15:59:55.377Z Compiling tinystr v0.8.3
17302026-05-20T15:59:55.463Z Compiling potential_utf v0.1.5
17312026-05-20T15:59:55.480Z Compiling pest v2.8.6
17322026-05-20T15:59:55.516Z Compiling regex-syntax v0.8.10
17332026-05-20T15:59:55.597Z Compiling icu_locale_core v2.2.0
17342026-05-20T15:59:55.600Z Compiling icu_collections v2.2.0
17352026-05-20T15:59:55.632Z Compiling futures-io v0.3.32
17362026-05-20T15:59:55.651Z Compiling thiserror-impl v1.0.69
17372026-05-20T15:59:55.829Z Compiling futures-util v0.3.32
17382026-05-20T15:59:56.515Z Compiling smallvec v1.15.1
17392026-05-20T15:59:56.723Z Compiling bytes v1.11.1
17402026-05-20T15:59:56.813Z Compiling icu_provider v2.2.0
17412026-05-20T15:59:56.944Z Compiling chrono v0.4.44
17422026-05-20T15:59:56.955Z Compiling serde_tokenstream v0.2.3
17432026-05-20T15:59:57.244Z Compiling icu_normalizer v2.2.0
17442026-05-20T15:59:57.451Z Compiling icu_properties v2.2.0
17452026-05-20T15:59:58.011Z Compiling parking_lot v0.12.5
17462026-05-20T15:59:58.239Z Compiling pest_meta v2.8.6
17472026-05-20T15:59:58.459Z Compiling idna_adapter v1.2.2
17482026-05-20T15:59:58.524Z Compiling tokio v1.52.3
17492026-05-20T15:59:58.617Z Compiling idna v1.1.0
17502026-05-20T15:59:58.632Z Compiling aho-corasick v1.1.4
17512026-05-20T15:59:58.883Z Compiling pest_generator v2.8.6
17522026-05-20T15:59:58.913Z Compiling hashbrown v0.17.1
17532026-05-20T15:59:59.041Z Compiling url v2.5.8
17542026-05-20T15:59:59.500Z Compiling regex-automata v0.4.14
17552026-05-20T15:59:59.517Z Compiling pest_derive v2.8.6
17562026-05-20T15:59:59.617Z Compiling indexmap v2.14.0
17572026-05-20T16:00:00.085Z Compiling generic-array v0.14.7
17582026-05-20T16:00:00.458Z Compiling getrandom v0.3.4
17592026-05-20T16:00:00.764Z Compiling tracing-core v0.1.36
17602026-05-20T16:00:00.821Z Compiling tracing-attributes v0.1.31
17612026-05-20T16:00:01.198Z Compiling regex v1.12.3
17622026-05-20T16:00:01.453Z Compiling ipnetwork v0.21.1
17632026-05-20T16:00:01.605Z Compiling strsim v0.11.1
17642026-05-20T16:00:01.662Z Compiling typenum v1.20.0
17652026-05-20T16:00:02.127Z Compiling tracing v0.1.44
17662026-05-20T16:00:02.481Z Compiling rustls-pki-types v1.14.1
17672026-05-20T16:00:02.985Z Compiling fnv v1.0.7
17682026-05-20T16:00:03.069Z Compiling base64 v0.22.1
17692026-05-20T16:00:03.096Z Compiling byteorder v1.5.0
17702026-05-20T16:00:03.354Z Compiling http v1.4.0
17712026-05-20T16:00:03.372Z Compiling ident_case v1.0.1
17722026-05-20T16:00:03.569Z Compiling slog v2.8.2
17732026-05-20T16:00:03.952Z Compiling untrusted v0.9.0
17742026-05-20T16:00:04.086Z Compiling anyhow v1.0.102
17752026-05-20T16:00:04.198Z Compiling paste v1.0.15
17762026-05-20T16:00:04.414Z Compiling erased-serde v0.3.31
17772026-05-20T16:00:04.438Z Compiling omicron-workspace-hack v0.1.0
17782026-05-20T16:00:04.841Z Compiling crypto-common v0.1.7
17792026-05-20T16:00:05.023Z Compiling tokio-util v0.7.18
17802026-05-20T16:00:05.108Z Compiling scroll_derive v0.13.1
17812026-05-20T16:00:05.272Z Compiling time-core v0.1.8
17822026-05-20T16:00:05.428Z Compiling ipnet v2.12.0
17832026-05-20T16:00:05.644Z Compiling num-conv v0.2.1
17842026-05-20T16:00:05.800Z Compiling time-macros v0.2.27
17852026-05-20T16:00:05.965Z Compiling oxnet v0.1.5
17862026-05-20T16:00:06.655Z Compiling http-body v1.0.1
17872026-05-20T16:00:07.179Z Compiling atomic-waker v1.1.2
17882026-05-20T16:00:07.574Z Compiling ppv-lite86 v0.2.21
17892026-05-20T16:00:07.767Z Compiling async-trait v0.1.89
17902026-05-20T16:00:07.821Z Compiling daft-derive v0.1.7
17912026-05-20T16:00:07.839Z Compiling ryu v1.0.23
17922026-05-20T16:00:07.915Z Compiling crc32fast v1.5.0
17932026-05-20T16:00:08.173Z Compiling tower-service v0.3.3
17942026-05-20T16:00:08.221Z Compiling try-lock v0.2.5
17952026-05-20T16:00:08.240Z Compiling tower-layer v0.3.3
17962026-05-20T16:00:08.348Z Compiling camino v1.2.2
17972026-05-20T16:00:08.448Z Compiling aws-lc-rs v1.17.0
17982026-05-20T16:00:08.718Z Compiling want v0.3.1
17992026-05-20T16:00:08.773Z Compiling h2 v0.4.14
18002026-05-20T16:00:08.903Z Compiling usdt-impl v0.6.0
18012026-05-20T16:00:09.052Z Compiling crossbeam-utils v0.8.21
18022026-05-20T16:00:09.170Z Compiling httpdate v1.0.3
18032026-05-20T16:00:09.381Z Compiling pretty-hex v0.4.2
18042026-05-20T16:00:09.566Z Compiling scroll v0.13.0
18052026-05-20T16:00:09.780Z Compiling block-buffer v0.10.4
18062026-05-20T16:00:09.834Z Compiling untrusted v0.7.1
18072026-05-20T16:00:09.953Z Compiling plain v0.2.3
18082026-05-20T16:00:09.972Z Compiling digest v0.10.7
18092026-05-20T16:00:10.074Z Compiling goblin v0.10.5
18102026-05-20T16:00:10.902Z Compiling foldhash v0.2.0
18112026-05-20T16:00:10.930Z Compiling slog-async v2.8.0
18122026-05-20T16:00:11.187Z Compiling hyper v1.9.0
18132026-05-20T16:00:11.550Z Compiling allocator-api2 v0.2.21
18142026-05-20T16:00:11.958Z Compiling rustls v0.23.40
18152026-05-20T16:00:12.357Z Compiling hashbrown v0.16.1
18162026-05-20T16:00:13.077Z Compiling hyper-util v0.1.20
18172026-05-20T16:00:13.792Z Compiling dof v0.4.0
18182026-05-20T16:00:14.612Z Compiling serde_urlencoded v0.7.1
18192026-05-20T16:00:14.847Z Compiling http-body-util v0.1.3
18202026-05-20T16:00:14.902Z Compiling dtrace-parser v0.3.0
18212026-05-20T16:00:14.921Z Compiling thread-id v5.1.0
18222026-05-20T16:00:15.014Z Compiling ref-cast v1.0.25
18232026-05-20T16:00:15.723Z Compiling rustls v0.22.4
18242026-05-20T16:00:15.887Z Compiling rand_core v0.9.5
18252026-05-20T16:00:15.952Z Compiling ref-cast-impl v1.0.25
18262026-05-20T16:00:16.183Z Compiling syn v1.0.109
18272026-05-20T16:00:16.616Z Compiling usdt-macro v0.6.0
18282026-05-20T16:00:16.619Z Compiling usdt-attr-macro v0.6.0
18292026-05-20T16:00:17.006Z Compiling structmeta-derive v0.3.0
18302026-05-20T16:00:17.114Z Compiling sync_wrapper v1.0.2
18312026-05-20T16:00:17.239Z Compiling multer v3.1.0
18322026-05-20T16:00:17.546Z Compiling powerfmt v0.2.0
18332026-05-20T16:00:17.623Z Compiling tower v0.5.3
18342026-05-20T16:00:17.820Z Compiling deranged v0.5.8
18352026-05-20T16:00:18.092Z Compiling structmeta v0.3.0
18362026-05-20T16:00:18.110Z Compiling rand_chacha v0.9.0
18372026-05-20T16:00:18.203Z Compiling darling_core v0.23.0
18382026-05-20T16:00:18.302Z Compiling webpki-roots v1.0.7
18392026-05-20T16:00:18.696Z Compiling openapiv3 v2.2.0
18402026-05-20T16:00:18.959Z Compiling newtype-uuid-macros v0.1.0
18412026-05-20T16:00:20.119Z Compiling num_threads v0.1.7
18422026-05-20T16:00:20.231Z Compiling cpufeatures v0.2.17
18432026-05-20T16:00:20.319Z Compiling time v0.3.47
18442026-05-20T16:00:20.349Z Compiling darling_macro v0.23.0
18452026-05-20T16:00:20.947Z Compiling rand v0.9.4
18462026-05-20T16:00:20.969Z Compiling tower-http v0.6.10
18472026-05-20T16:00:21.054Z Compiling newtype-uuid v1.3.2
18482026-05-20T16:00:21.719Z Compiling strum_macros v0.26.4
18492026-05-20T16:00:21.763Z Compiling async-stream-impl v0.3.6
18502026-05-20T16:00:22.128Z Compiling dropshot v0.17.0
18512026-05-20T16:00:22.405Z Compiling hex v0.4.3
18522026-05-20T16:00:22.558Z Compiling daft v0.1.7
18532026-05-20T16:00:22.710Z Compiling darling v0.23.0
18542026-05-20T16:00:22.807Z Compiling crossbeam-channel v0.5.15
18552026-05-20T16:00:22.961Z Compiling fastrand v2.4.1
18562026-05-20T16:00:23.386Z Compiling serde_with_macros v3.20.0
18572026-05-20T16:00:23.514Z Compiling futures-executor v0.3.32
18582026-05-20T16:00:23.769Z Compiling dropshot_endpoint v0.17.0
18592026-05-20T16:00:23.902Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18602026-05-20T16:00:24.011Z Compiling thread_local v1.1.9
18612026-05-20T16:00:24.429Z Compiling futures v0.3.32
18622026-05-20T16:00:24.521Z Compiling derive-ex v0.1.8
18632026-05-20T16:00:24.581Z Compiling strum_macros v0.27.2
18642026-05-20T16:00:24.600Z Compiling is-terminal v0.4.17
18652026-05-20T16:00:24.615Z Compiling winnow v1.0.3
18662026-05-20T16:00:24.710Z Compiling term v1.2.1
18672026-05-20T16:00:25.488Z Compiling openssl-probe v0.2.1
18682026-05-20T16:00:25.752Z Compiling take_mut v0.2.2
18692026-05-20T16:00:26.112Z Compiling rustls-native-certs v0.8.3
18702026-05-20T16:00:26.149Z Compiling test-strategy v0.4.5
18712026-05-20T16:00:26.474Z Compiling slog-term v2.9.2
18722026-05-20T16:00:26.931Z Compiling tempfile v3.27.0
18732026-05-20T16:00:27.300Z Compiling macaddr v1.0.1
18742026-05-20T16:00:27.785Z Compiling match_cfg v0.1.0
18752026-05-20T16:00:27.826Z Compiling simd-adler32 v0.3.9
18762026-05-20T16:00:27.865Z Compiling adler2 v2.0.1
18772026-05-20T16:00:27.882Z Compiling hostname v0.3.1
18782026-05-20T16:00:28.052Z Compiling miniz_oxide v0.8.9
18792026-05-20T16:00:28.177Z Compiling slog-json v2.6.1
18802026-05-20T16:00:28.760Z Compiling memmap2 v0.9.10
18812026-05-20T16:00:29.063Z Compiling usdt v0.6.0
18822026-05-20T16:00:29.578Z Compiling flate2 v1.1.9
18832026-05-20T16:00:29.595Z Compiling slog-bunyan v2.5.0
18842026-05-20T16:00:29.695Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18852026-05-20T16:00:29.778Z Compiling rustls-webpki v0.102.8
18862026-05-20T16:00:29.793Z Compiling debug-ignore v1.0.5
18872026-05-20T16:00:29.915Z Compiling either v1.15.0
18882026-05-20T16:00:30.138Z Compiling compression-core v0.4.32
18892026-05-20T16:00:30.329Z Compiling compression-codecs v0.4.38
18902026-05-20T16:00:30.580Z Compiling toml_parser v1.1.2+spec-1.1.0
18912026-05-20T16:00:30.710Z Compiling parse-display-derive v0.10.0
18922026-05-20T16:00:31.786Z Compiling rand_chacha v0.3.1
18932026-05-20T16:00:31.909Z Compiling serde_spanned v1.1.1
18942026-05-20T16:00:31.940Z Compiling toml_datetime v1.1.1+spec-1.1.0
18952026-05-20T16:00:32.396Z Compiling encoding_rs v0.8.35
18962026-05-20T16:00:32.400Z Compiling spin v0.9.8
18972026-05-20T16:00:32.454Z Compiling mime v0.3.17
18982026-05-20T16:00:32.515Z Compiling toml_writer v1.1.1+spec-1.1.0
18992026-05-20T16:00:32.774Z Compiling toml v1.1.2+spec-1.1.0
19002026-05-20T16:00:32.803Z Compiling tokio-rustls v0.25.0
19012026-05-20T16:00:32.954Z Compiling rand v0.8.6
19022026-05-20T16:00:33.068Z Compiling async-compression v0.4.42
19032026-05-20T16:00:33.778Z Compiling strum v0.26.3
19042026-05-20T16:00:33.942Z Compiling async-stream v0.3.6
19052026-05-20T16:00:34.202Z Compiling sha1 v0.10.6
19062026-05-20T16:00:34.665Z Compiling waitgroup v0.1.2
19072026-05-20T16:00:34.820Z Compiling rustls-pemfile v2.2.0
19082026-05-20T16:00:34.838Z Compiling serde_path_to_error v0.1.20
19092026-05-20T16:00:35.121Z Compiling wait-timeout v0.2.1
19102026-05-20T16:00:35.317Z Compiling hostname v0.4.2
19112026-05-20T16:00:35.514Z Compiling bit-vec v0.8.0
19122026-05-20T16:00:35.623Z Compiling quick-error v1.2.3
19132026-05-20T16:00:35.839Z Compiling bit-set v0.8.0
19142026-05-20T16:00:35.880Z Compiling rusty-fork v0.3.1
19152026-05-20T16:00:36.063Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19162026-05-20T16:00:36.607Z Compiling serde_with v3.20.0
19172026-05-20T16:00:36.773Z Compiling rand_xorshift v0.4.0
19182026-05-20T16:00:36.957Z Compiling regress v0.10.5
19192026-05-20T16:00:36.981Z Compiling unarray v0.1.4
19202026-05-20T16:00:37.109Z Compiling proptest v1.11.0
19212026-05-20T16:00:37.723Z Compiling strum v0.27.2
19222026-05-20T16:00:37.877Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19232026-05-20T16:00:37.985Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19242026-05-20T16:00:38.044Z Compiling instant v0.1.13
19252026-05-20T16:00:38.623Z Compiling rustc-hash v2.1.2
19262026-05-20T16:00:38.768Z Compiling iddqd v0.3.18
19272026-05-20T16:00:39.617Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19282026-05-20T16:00:40.031Z Compiling itertools v0.14.0
19292026-05-20T16:00:40.883Z Compiling unicode-width v0.2.2
19302026-05-20T16:00:41.440Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19312026-05-20T16:00:41.735Z Compiling backon v1.6.0
19322026-05-20T16:00:42.260Z Compiling backoff v0.4.0
19332026-05-20T16:00:42.970Z Compiling parse-display v0.10.0
19342026-05-20T16:00:43.167Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19352026-05-20T16:00:46.183Z Compiling regress v0.11.1
19362026-05-20T16:00:47.324Z Compiling zerocopy-derive v0.7.35
19372026-05-20T16:00:47.987Z Compiling typify-impl v0.6.2
19382026-05-20T16:00:48.753Z Compiling darling_core v0.21.3
19392026-05-20T16:00:49.569Z Compiling clap_derive v4.6.1
19402026-05-20T16:00:49.901Z Compiling utf8parse v0.2.2
19412026-05-20T16:00:50.027Z Compiling convert_case v0.4.0
19422026-05-20T16:00:50.344Z Compiling derive_more v0.99.20
19432026-05-20T16:00:50.885Z Compiling darling_macro v0.21.3
19442026-05-20T16:00:50.905Z Compiling anstyle-parse v1.0.0
19452026-05-20T16:00:51.388Z Compiling typify-macro v0.6.2
19462026-05-20T16:00:51.886Z Compiling terminal_size v0.4.4
19472026-05-20T16:00:51.988Z Compiling toml_datetime v0.6.11
19482026-05-20T16:00:52.491Z Compiling is_terminal_polyfill v1.70.2
19492026-05-20T16:00:52.599Z Compiling colorchoice v1.0.5
19502026-05-20T16:00:52.657Z Compiling anstyle-query v1.1.5
19512026-05-20T16:00:52.724Z Compiling anstyle v1.0.14
19522026-05-20T16:00:52.913Z Compiling anstream v1.0.0
19532026-05-20T16:00:53.378Z Compiling darling v0.21.3
19542026-05-20T16:00:53.479Z Compiling secrecy v0.10.3
19552026-05-20T16:00:53.514Z Compiling heapless v0.8.0
19562026-05-20T16:00:53.640Z Compiling unsafe-libyaml v0.2.11
19572026-05-20T16:00:53.990Z Compiling clap_lex v1.1.0
19582026-05-20T16:00:54.020Z Compiling tinyvec_macros v0.1.1
19592026-05-20T16:00:54.099Z Compiling crucible-workspace-hack v0.1.0
19602026-05-20T16:00:54.258Z Compiling serde_yaml v0.9.34+deprecated
19612026-05-20T16:00:54.318Z Compiling clap_builder v4.6.0
19622026-05-20T16:00:54.364Z Compiling tinyvec v1.11.0
19632026-05-20T16:00:55.250Z Compiling ingot-macros v0.1.1
19642026-05-20T16:00:55.375Z Compiling zerocopy v0.7.35
19652026-05-20T16:00:55.684Z Compiling hash32 v0.3.1
19662026-05-20T16:00:55.735Z Compiling scroll_derive v0.12.1
19672026-05-20T16:00:55.844Z Compiling rustc_version v0.4.1
19682026-05-20T16:00:55.925Z Compiling num-integer v0.1.46
19692026-05-20T16:00:56.121Z Compiling usdt-impl v0.5.0
19702026-05-20T16:00:56.436Z Compiling smoltcp v0.11.0
19712026-05-20T16:00:56.482Z Compiling scroll v0.12.0
19722026-05-20T16:00:56.572Z Compiling clap v4.6.1
19732026-05-20T16:00:56.668Z Compiling curve25519-dalek v4.1.3
19742026-05-20T16:00:56.832Z Compiling dof v0.3.0
19752026-05-20T16:00:57.904Z Compiling typify v0.6.2
19762026-05-20T16:00:58.020Z Compiling ingot-types v0.1.2
19772026-05-20T16:00:58.020Z Compiling dtrace-parser v0.2.0
19782026-05-20T16:00:58.233Z Compiling hmac v0.12.1
19792026-05-20T16:00:58.388Z Compiling inout v0.1.4
19802026-05-20T16:00:58.405Z Compiling cobs v0.3.0
19812026-05-20T16:00:58.485Z Compiling ff v0.13.1
19822026-05-20T16:00:58.657Z Compiling thread-id v4.2.2
19832026-05-20T16:00:58.859Z Compiling bitflags v1.3.2
19842026-05-20T16:00:58.877Z Compiling managed v0.8.0
19852026-05-20T16:00:59.173Z Compiling group v0.13.0
19862026-05-20T16:00:59.296Z Compiling postcard v1.1.3
19872026-05-20T16:00:59.439Z Compiling cipher v0.4.4
19882026-05-20T16:00:59.682Z Compiling ingot v0.1.1
19892026-05-20T16:00:59.701Z Compiling hkdf v0.12.4
19902026-05-20T16:01:02.047Z Compiling goblin v0.8.2
19912026-05-20T16:01:02.519Z Compiling num-iter v0.1.45
19922026-05-20T16:01:02.663Z Compiling num-rational v0.4.2
19932026-05-20T16:01:03.922Z Compiling tabwriter v1.4.1
19942026-05-20T16:01:04.001Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19952026-05-20T16:01:04.293Z Compiling hubpack_derive v0.1.1
19962026-05-20T16:01:04.612Z Compiling thiserror-impl-no-std v2.0.2
19972026-05-20T16:01:04.907Z Compiling crossbeam-epoch v0.9.18
19982026-05-20T16:01:04.924Z Compiling universal-hash v0.5.1
19992026-05-20T16:01:05.030Z Compiling crypto-bigint v0.5.5
20002026-05-20T16:01:05.381Z Compiling half v2.7.1
20012026-05-20T16:01:05.424Z Compiling curve25519-dalek-derive v0.1.1
20022026-05-20T16:01:05.738Z Compiling num-complex v0.4.6
20032026-05-20T16:01:06.521Z Compiling base64ct v1.8.3
20042026-05-20T16:01:06.867Z Compiling opaque-debug v0.3.1
20052026-05-20T16:01:07.073Z Compiling ciborium-io v0.2.2
20062026-05-20T16:01:07.126Z Compiling base16ct v0.2.0
20072026-05-20T16:01:07.353Z Compiling prettyplease v0.2.37
20082026-05-20T16:01:07.677Z Compiling elliptic-curve v0.13.8
20092026-05-20T16:01:08.176Z Compiling ciborium-ll v0.2.2
20102026-05-20T16:01:08.528Z Compiling poly1305 v0.8.0
20112026-05-20T16:01:08.648Z Compiling password-hash v0.5.0
20122026-05-20T16:01:09.226Z Compiling num v0.4.3
20132026-05-20T16:01:09.312Z Compiling thiserror-no-std v2.0.2
20142026-05-20T16:01:09.526Z Compiling hubpack v0.1.2
20152026-05-20T16:01:10.386Z Compiling chacha20 v0.9.1
20162026-05-20T16:01:10.950Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20172026-05-20T16:01:10.974Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20182026-05-20T16:01:11.492Z Compiling reqwest v0.12.28
20192026-05-20T16:01:12.227Z Compiling toml_edit v0.25.11+spec-1.1.0
20202026-05-20T16:01:12.615Z Compiling byte-wrapper v0.1.0
20212026-05-20T16:01:12.713Z Compiling blake2 v0.10.6
20222026-05-20T16:01:13.150Z Compiling aead v0.5.2
20232026-05-20T16:01:13.229Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20242026-05-20T16:01:13.350Z Compiling serde_repr v0.1.20
20252026-05-20T16:01:13.707Z Compiling proc-macro-error-attr v1.0.4
20262026-05-20T16:01:13.976Z Compiling bstr v1.12.1
20272026-05-20T16:01:14.015Z Compiling memoffset v0.9.1
20282026-05-20T16:01:14.072Z Compiling keccak v0.1.6
20292026-05-20T16:01:14.287Z Compiling float-ord v0.3.2
20302026-05-20T16:01:14.382Z Compiling static_assertions v1.1.0
20312026-05-20T16:01:14.466Z Compiling cfg_aliases v0.2.1
20322026-05-20T16:01:14.521Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332026-05-20T16:01:14.550Z Compiling rustix v0.38.44
20342026-05-20T16:01:14.863Z Compiling nix v0.31.3
20352026-05-20T16:01:15.181Z Compiling sha3 v0.10.9
20362026-05-20T16:01:15.597Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20372026-05-20T16:01:15.622Z Compiling chacha20poly1305 v0.10.1
20382026-05-20T16:01:15.792Z Compiling argon2 v0.5.3
20392026-05-20T16:01:16.008Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20402026-05-20T16:01:16.906Z Compiling rustls-webpki v0.103.13
20412026-05-20T16:01:19.347Z Compiling proc-macro-crate v3.5.0
20422026-05-20T16:01:19.518Z Compiling progenitor-client v0.10.0
20432026-05-20T16:01:19.863Z Compiling vsss-rs v3.3.4
20442026-05-20T16:01:19.872Z Compiling ciborium v0.2.2
20452026-05-20T16:01:20.255Z Compiling usdt-macro v0.5.0
20462026-05-20T16:01:20.519Z Compiling usdt-attr-macro v0.5.0
20472026-05-20T16:01:21.798Z Compiling num-derive v0.4.2
20482026-05-20T16:01:21.814Z Compiling enum-as-inner v0.6.1
20492026-05-20T16:01:21.851Z Compiling proc-macro-error v1.0.4
20502026-05-20T16:01:22.130Z Compiling memmap v0.7.0
20512026-05-20T16:01:22.373Z Compiling tokio-rustls v0.26.4
20522026-05-20T16:01:22.431Z Compiling rustls-platform-verifier v0.7.0
20532026-05-20T16:01:22.688Z Compiling hyper-rustls v0.27.9
20542026-05-20T16:01:22.883Z Compiling indent_write v2.2.0
20552026-05-20T16:01:22.988Z Compiling reqwest v0.13.3
20562026-05-20T16:01:23.064Z Compiling data-encoding v2.11.0
20572026-05-20T16:01:23.281Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20582026-05-20T16:01:23.547Z Compiling winnow v0.5.40
20592026-05-20T16:01:24.288Z Compiling usdt v0.5.0
20602026-05-20T16:01:24.943Z Compiling progenitor-client v0.14.0
20612026-05-20T16:01:25.285Z Compiling progenitor-extras v0.2.0
20622026-05-20T16:01:25.535Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20632026-05-20T16:01:25.551Z Compiling toml_edit v0.19.15
20642026-05-20T16:01:26.173Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20652026-05-20T16:01:26.998Z Compiling num_enum_derive v0.7.6
20662026-05-20T16:01:27.697Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20672026-05-20T16:01:27.813Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20682026-05-20T16:01:28.810Z Compiling serde_spanned v0.6.9
20692026-05-20T16:01:29.017Z Compiling foreign-types-macros v0.2.3
20702026-05-20T16:01:29.672Z Compiling bytecount v0.6.9
20712026-05-20T16:01:29.755Z Compiling colored v3.1.1
20722026-05-20T16:01:29.891Z Compiling foreign-types-shared v0.3.1
20732026-05-20T16:01:30.008Z Compiling pkg-config v0.3.33
20742026-05-20T16:01:30.483Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20752026-05-20T16:01:30.508Z Compiling toml_write v0.1.2
20762026-05-20T16:01:30.731Z Compiling cpufeatures v0.3.0
20772026-05-20T16:01:30.830Z Compiling vcpkg v0.2.15
20782026-05-20T16:01:32.848Z Compiling winnow v0.7.15
20792026-05-20T16:01:36.515Z Compiling toml_edit v0.22.27
20802026-05-20T16:01:37.732Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20812026-05-20T16:01:37.955Z Compiling openssl-sys v0.9.116
20822026-05-20T16:01:38.448Z Compiling chacha20 v0.10.0
20832026-05-20T16:01:38.540Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20842026-05-20T16:01:38.570Z Compiling foreign-types v0.5.0
20852026-05-20T16:01:38.967Z Compiling num_enum v0.7.6
20862026-05-20T16:01:38.971Z Compiling proc-macro-crate v1.3.1
20872026-05-20T16:01:39.515Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882026-05-20T16:01:40.077Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20892026-05-20T16:01:40.139Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20902026-05-20T16:01:40.193Z Compiling cstr-argument v0.1.2
20912026-05-20T16:01:40.382Z Compiling semver v0.1.20
20922026-05-20T16:01:40.551Z Compiling rayon-core v1.13.0
20932026-05-20T16:01:40.658Z Compiling resolv-conf v0.7.6
20942026-05-20T16:01:40.680Z Compiling heck v0.4.1
20952026-05-20T16:01:40.814Z Compiling unicode-segmentation v1.13.2
20962026-05-20T16:01:40.897Z Compiling swrite v0.1.0
20972026-05-20T16:01:41.021Z Compiling linked-hash-map v0.5.6
20982026-05-20T16:01:41.248Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20992026-05-20T16:01:41.265Z Compiling lru-cache v0.1.2
21002026-05-20T16:01:41.299Z Compiling newline-converter v0.3.0
21012026-05-20T16:01:41.499Z Compiling rustc_version v0.1.7
21022026-05-20T16:01:41.573Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21032026-05-20T16:01:41.576Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21042026-05-20T16:01:41.642Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21052026-05-20T16:01:41.793Z Compiling num_enum_derive v0.5.11
21062026-05-20T16:01:41.956Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
21072026-05-20T16:01:42.051Z Compiling rand v0.10.1
21082026-05-20T16:01:42.656Z Compiling toml v0.8.23
21092026-05-20T16:01:42.862Z Compiling atomicwrites v0.4.4
21102026-05-20T16:01:42.891Z Compiling hickory-proto v0.24.4
21112026-05-20T16:01:42.911Z Compiling similar v2.7.0
21122026-05-20T16:01:43.190Z Compiling crossbeam-deque v0.8.6
21132026-05-20T16:01:43.240Z Compiling progenitor-impl v0.14.0
21142026-05-20T16:01:44.401Z Compiling progenitor-impl v0.13.0
21152026-05-20T16:01:44.405Z Compiling console v0.15.11
21162026-05-20T16:01:44.405Z Compiling camino-tempfile v1.4.1
21172026-05-20T16:01:44.419Z Compiling serde-big-array v0.5.1
21182026-05-20T16:01:44.594Z Compiling derive-where v1.6.1
21192026-05-20T16:01:44.767Z Compiling pin-project-internal v1.1.13
21202026-05-20T16:01:45.397Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21212026-05-20T16:01:45.551Z Compiling siphasher v1.0.3
21222026-05-20T16:01:45.773Z Compiling lazy_static v1.5.0
21232026-05-20T16:01:45.870Z Compiling minimal-lexical v0.2.1
21242026-05-20T16:01:45.894Z Compiling phf_shared v0.12.1
21252026-05-20T16:01:45.917Z Compiling pin-project v1.1.13
21262026-05-20T16:01:45.935Z Compiling progenitor-macro v0.13.0
21272026-05-20T16:01:46.032Z Compiling progenitor-macro v0.14.0
21282026-05-20T16:01:46.126Z Compiling nom v7.1.3
21292026-05-20T16:01:46.130Z Compiling hickory-resolver v0.24.4
21302026-05-20T16:01:46.810Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21312026-05-20T16:01:50.048Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21322026-05-20T16:01:50.345Z Compiling expectorate v1.2.0
21332026-05-20T16:01:50.843Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21342026-05-20T16:01:50.887Z Compiling num_enum v0.5.11
21352026-05-20T16:01:51.217Z Compiling newtype_derive v0.1.6
21362026-05-20T16:01:51.536Z Compiling progenitor-client v0.13.0
21372026-05-20T16:01:52.102Z Compiling unicode-normalization v0.1.25
21382026-05-20T16:01:52.720Z Compiling typify-impl v0.4.3
21392026-05-20T16:01:54.213Z Compiling tokio-stream v0.1.18
21402026-05-20T16:01:54.763Z Compiling async-recursion v1.1.1
21412026-05-20T16:01:54.816Z Compiling snafu-derive v0.8.9
21422026-05-20T16:01:55.499Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21432026-05-20T16:01:55.849Z Compiling slog-dtrace v0.3.0
21442026-05-20T16:01:56.143Z Compiling csv-core v0.1.13
21452026-05-20T16:01:56.188Z Compiling foldhash v0.1.5
21462026-05-20T16:01:56.428Z Compiling same-file v1.0.6
21472026-05-20T16:01:56.583Z Compiling konst_macro_rules v0.2.19
21482026-05-20T16:01:56.629Z Compiling unicode-width v0.1.14
21492026-05-20T16:01:56.650Z Compiling owo-colors v4.3.0
21502026-05-20T16:01:56.781Z Compiling unicode-xid v0.2.6
21512026-05-20T16:01:56.968Z Compiling cancel-safe-futures v0.1.5
21522026-05-20T16:01:56.976Z Compiling highway v1.3.0
21532026-05-20T16:01:57.014Z Compiling foreign-types-shared v0.1.1
21542026-05-20T16:01:57.119Z Compiling chrono-tz v0.10.4
21552026-05-20T16:01:57.207Z Compiling openssl v0.10.80
21562026-05-20T16:01:57.432Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21572026-05-20T16:01:57.546Z Compiling foreign-types v0.3.2
21582026-05-20T16:01:57.679Z Compiling const_format_proc_macros v0.2.34
21592026-05-20T16:01:57.698Z Compiling konst v0.2.20
21602026-05-20T16:01:58.138Z Compiling snafu v0.8.9
21612026-05-20T16:01:58.539Z Compiling walkdir v2.5.0
21622026-05-20T16:01:58.759Z Compiling csv v1.4.0
21632026-05-20T16:01:59.322Z Compiling hashbrown v0.15.5
21642026-05-20T16:01:59.746Z Compiling typify-macro v0.4.3
21652026-05-20T16:01:59.991Z Compiling qorb v0.4.1
21662026-05-20T16:01:59.999Z Compiling progenitor v0.14.0
21672026-05-20T16:02:00.158Z Compiling progenitor v0.13.0
21682026-05-20T16:02:00.337Z Compiling olpc-cjson v0.1.4
21692026-05-20T16:02:00.552Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21702026-05-20T16:02:01.366Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21712026-05-20T16:02:01.937Z Compiling rayon v1.12.0
21722026-05-20T16:02:03.790Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21732026-05-20T16:02:04.214Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21742026-05-20T16:02:04.395Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21752026-05-20T16:02:04.979Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21762026-05-20T16:02:06.451Z Compiling phf v0.12.1
21772026-05-20T16:02:07.120Z Compiling zone_cfg_derive v0.3.1
21782026-05-20T16:02:07.312Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21792026-05-20T16:02:07.739Z Compiling tokio-dtrace v0.1.1
21802026-05-20T16:02:07.795Z Compiling globset v0.4.18
21812026-05-20T16:02:07.894Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21822026-05-20T16:02:08.081Z Compiling itertools v0.12.1
21832026-05-20T16:02:08.110Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21842026-05-20T16:02:08.764Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21852026-05-20T16:02:08.786Z Compiling pem v3.0.6
21862026-05-20T16:02:09.514Z Compiling libsw-core v0.3.2
21872026-05-20T16:02:09.629Z Compiling serde_plain v1.0.2
21882026-05-20T16:02:09.710Z Compiling openssl-macros v0.1.1
21892026-05-20T16:02:09.927Z Compiling cookie v0.18.1
21902026-05-20T16:02:10.043Z Compiling sigpipe v0.1.3
21912026-05-20T16:02:10.154Z Compiling fixedbitset v0.5.7
21922026-05-20T16:02:10.200Z Compiling jiff v0.2.24
21932026-05-20T16:02:10.219Z Compiling typed-path v0.9.3
21942026-05-20T16:02:10.236Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21952026-05-20T16:02:10.462Z Compiling glob v0.3.3
21962026-05-20T16:02:10.503Z Compiling fixedbitset v0.4.2
21972026-05-20T16:02:10.618Z Compiling petgraph v0.8.3
21982026-05-20T16:02:10.699Z Compiling petgraph v0.6.5
21992026-05-20T16:02:11.459Z Compiling tough v0.22.0
22002026-05-20T16:02:12.668Z Compiling libsw v3.5.0
22012026-05-20T16:02:12.708Z Compiling zone v0.3.1
22022026-05-20T16:02:12.872Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22032026-05-20T16:02:13.177Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22042026-05-20T16:02:13.393Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22052026-05-20T16:02:13.444Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22062026-05-20T16:02:13.712Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22072026-05-20T16:02:14.536Z Compiling oxide-tokio-rt v0.1.6
22082026-05-20T16:02:15.577Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22092026-05-20T16:02:16.944Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22102026-05-20T16:02:17.142Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22112026-05-20T16:02:18.090Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22122026-05-20T16:02:18.776Z Compiling const_format v0.2.36
22132026-05-20T16:02:19.774Z Compiling papergrid v0.11.0
22142026-05-20T16:02:19.879Z Compiling tabled_derive v0.7.0
22152026-05-20T16:02:20.194Z Compiling gethostname v0.5.0
22162026-05-20T16:02:20.347Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22172026-05-20T16:02:20.364Z Compiling libscf-sys v1.2.0
22182026-05-20T16:02:20.517Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22192026-05-20T16:02:20.662Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22202026-05-20T16:02:20.940Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22212026-05-20T16:02:21.078Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22222026-05-20T16:02:21.097Z Compiling bcs v0.1.6
22232026-05-20T16:02:21.349Z Compiling smf v0.2.3
22242026-05-20T16:02:21.551Z Compiling smawk v0.3.2
22252026-05-20T16:02:21.694Z Compiling termtree v0.5.1
22262026-05-20T16:02:21.722Z Compiling unicode-linebreak v0.1.5
22272026-05-20T16:02:21.877Z Compiling tagptr v0.2.0
22282026-05-20T16:02:22.030Z Compiling whoami v1.6.1
22292026-05-20T16:02:22.067Z Compiling linear-map v1.2.0
22302026-05-20T16:02:22.321Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22312026-05-20T16:02:22.584Z Compiling moka v0.12.15
22322026-05-20T16:02:23.635Z Compiling textwrap v0.16.2
22332026-05-20T16:02:24.802Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22342026-05-20T16:02:24.839Z Compiling tabled v0.15.0
22352026-05-20T16:02:26.131Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22362026-05-20T16:02:26.201Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22372026-05-20T16:02:26.202Z Compiling steno v0.4.1
22382026-05-20T16:02:26.202Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22392026-05-20T16:02:26.937Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22402026-05-20T16:02:30.725Z Compiling hickory-proto v0.25.2
22412026-05-20T16:02:30.940Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22422026-05-20T16:02:32.643Z Compiling proc-macro-error-attr2 v2.0.0
22432026-05-20T16:02:33.091Z Compiling humantime v2.3.0
22442026-05-20T16:02:33.138Z Compiling proc-macro-error2 v2.0.1
22452026-05-20T16:02:33.443Z Compiling hickory-resolver v0.25.2
22462026-05-20T16:02:33.577Z Compiling typify v0.4.3
22472026-05-20T16:02:34.196Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22482026-05-20T16:02:34.427Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22492026-05-20T16:02:34.674Z Compiling parking_lot_core v0.8.6
22502026-05-20T16:02:34.791Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22512026-05-20T16:02:35.024Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22522026-05-20T16:02:35.447Z Compiling progenitor-impl v0.11.2
22532026-05-20T16:02:37.791Z Compiling tabled_derive v0.11.0
22542026-05-20T16:02:37.815Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22552026-05-20T16:02:38.026Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22562026-05-20T16:02:39.372Z Compiling papergrid v0.17.0
22572026-05-20T16:02:40.124Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22582026-05-20T16:02:41.264Z Compiling testing_table v0.3.0
22592026-05-20T16:02:41.673Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22602026-05-20T16:02:41.731Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22612026-05-20T16:02:42.186Z Compiling tabled v0.20.0
22622026-05-20T16:02:42.802Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22632026-05-20T16:02:43.132Z Compiling progenitor-macro v0.11.2
22642026-05-20T16:02:45.779Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22652026-05-20T16:02:45.901Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22662026-05-20T16:02:46.703Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22672026-05-20T16:02:47.406Z Compiling progenitor-client v0.11.2
22682026-05-20T16:02:47.449Z Compiling arc-swap v1.9.1
22692026-05-20T16:02:47.572Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22702026-05-20T16:02:47.816Z Compiling slog-scope v4.4.1
22712026-05-20T16:02:47.930Z Compiling progenitor v0.11.2
22722026-05-20T16:02:48.082Z Compiling parking_lot v0.11.2
22732026-05-20T16:02:49.041Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22742026-05-20T16:02:50.385Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22752026-05-20T16:02:50.874Z Compiling dropshot-api-manager-types v0.7.1
22762026-05-20T16:02:51.512Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22772026-05-20T16:02:52.753Z Compiling fxhash v0.2.1
22782026-05-20T16:02:52.921Z Compiling crc8 v0.1.1
22792026-05-20T16:02:53.062Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22802026-05-20T16:02:53.767Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22812026-05-20T16:02:57.403Z Compiling sled v0.34.7
22822026-05-20T16:02:58.272Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22832026-05-20T16:02:58.490Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22842026-05-20T16:02:59.956Z Compiling slog-stdlog v4.1.1
22852026-05-20T16:03:00.441Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22862026-05-20T16:03:00.526Z Compiling slog-envlogger v2.2.0
22872026-05-20T16:03:00.716Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22882026-05-20T16:03:01.534Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22892026-05-20T16:03:14.690Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22902026-05-20T16:03:17.880Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22912026-05-20T16:03:21.409Z Finished `release` profile [optimized] target(s) in 4m 02s
22922026-05-20T16:03:21.752Z+ banner trio
22932026-05-20T16:03:21.756Z
22942026-05-20T16:03:21.756Z ##### ##### # ####
22952026-05-20T16:03:21.756Z # # # # # #
22962026-05-20T16:03:21.756Z # # # # # #
22972026-05-20T16:03:21.756Z # ##### # # #
22982026-05-20T16:03:21.756Z # # # # # #
22992026-05-20T16:03:21.756Z # # # # ####
23002026-05-20T16:03:21.756Z
23012026-05-20T16:03:21.756Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
23022026-05-20T16:03:22.331Z Compiling cfg-if v1.0.4
23032026-05-20T16:03:22.335Z Compiling libc v0.2.186
23042026-05-20T16:03:22.335Z Compiling serde_core v1.0.228
23052026-05-20T16:03:22.444Z Compiling memchr v2.8.0
23062026-05-20T16:03:22.452Z Compiling itoa v1.0.18
23072026-05-20T16:03:22.455Z Compiling smallvec v1.15.1
23082026-05-20T16:03:22.469Z Compiling stable_deref_trait v1.2.1
23092026-05-20T16:03:22.478Z Compiling zerofrom v0.1.8
23102026-05-20T16:03:22.488Z Compiling zmij v1.0.21
23112026-05-20T16:03:22.542Z Compiling writeable v0.6.3
23122026-05-20T16:03:22.601Z Compiling yoke v0.8.2
23132026-05-20T16:03:22.697Z Compiling litemap v0.8.2
23142026-05-20T16:03:22.717Z Compiling utf8_iter v1.0.4
23152026-05-20T16:03:22.788Z Compiling zerovec v0.11.6
23162026-05-20T16:03:22.800Z Compiling zerotrie v0.2.4
23172026-05-20T16:03:22.823Z Compiling percent-encoding v2.3.2
23182026-05-20T16:03:22.878Z Compiling libm v0.2.16
23192026-05-20T16:03:22.905Z Compiling icu_normalizer_data v2.2.0
23202026-05-20T16:03:22.973Z Compiling icu_properties_data v2.2.0
23212026-05-20T16:03:22.986Z Compiling form_urlencoded v1.2.2
23222026-05-20T16:03:23.105Z Compiling rand_core v0.10.1
23232026-05-20T16:03:23.138Z Compiling errno v0.3.14
23242026-05-20T16:03:23.241Z Compiling getrandom v0.4.2
23252026-05-20T16:03:23.267Z Compiling iana-time-zone v0.1.65
23262026-05-20T16:03:23.283Z Compiling pin-project-lite v0.2.17
23272026-05-20T16:03:23.315Z Compiling zeroize v1.8.2
23282026-05-20T16:03:23.387Z Compiling tinystr v0.8.3
23292026-05-20T16:03:23.424Z Compiling potential_utf v0.1.5
23302026-05-20T16:03:23.452Z Compiling dyn-clone v1.0.20
23312026-05-20T16:03:23.562Z Compiling icu_collections v2.2.0
23322026-05-20T16:03:23.602Z Compiling icu_locale_core v2.2.0
23332026-05-20T16:03:23.613Z Compiling socket2 v0.6.3
23342026-05-20T16:03:23.617Z Compiling scopeguard v1.2.0
23352026-05-20T16:03:23.617Z Compiling parking_lot_core v0.9.12
23362026-05-20T16:03:23.642Z Compiling signal-hook-registry v1.4.8
23372026-05-20T16:03:23.746Z Compiling num-traits v0.2.19
23382026-05-20T16:03:24.035Z Compiling lock_api v0.4.14
23392026-05-20T16:03:24.215Z Compiling mio v1.2.0
23402026-05-20T16:03:24.304Z Compiling parking_lot v0.12.5
23412026-05-20T16:03:24.361Z Compiling serde v1.0.228
23422026-05-20T16:03:24.449Z Compiling serde_json v1.0.149
23432026-05-20T16:03:24.548Z Compiling icu_provider v2.2.0
23442026-05-20T16:03:24.552Z Compiling uuid v1.23.1
23452026-05-20T16:03:24.717Z Compiling semver v1.0.28
23462026-05-20T16:03:24.960Z Compiling bytes v1.11.1
23472026-05-20T16:03:25.031Z Compiling icu_properties v2.2.0
23482026-05-20T16:03:25.187Z Compiling icu_normalizer v2.2.0
23492026-05-20T16:03:25.206Z Compiling chrono v0.4.44
23502026-05-20T16:03:25.303Z Compiling portable-atomic v1.13.1
23512026-05-20T16:03:25.423Z Compiling thiserror v2.0.18
23522026-05-20T16:03:25.540Z Compiling tokio v1.52.3
23532026-05-20T16:03:25.910Z Compiling getrandom v0.2.17
23542026-05-20T16:03:26.045Z Compiling idna_adapter v1.2.2
23552026-05-20T16:03:26.150Z Compiling critical-section v1.2.0
23562026-05-20T16:03:26.197Z Compiling idna v1.1.0
23572026-05-20T16:03:26.297Z Compiling futures-core v0.3.32
23582026-05-20T16:03:26.478Z Compiling subtle v2.6.1
23592026-05-20T16:03:26.489Z Compiling once_cell v1.21.4
23602026-05-20T16:03:26.664Z Compiling url v2.5.8
23612026-05-20T16:03:26.712Z Compiling bitflags v2.11.1
23622026-05-20T16:03:26.724Z Compiling log v0.4.29
23632026-05-20T16:03:26.752Z Compiling equivalent v1.0.2
23642026-05-20T16:03:26.849Z Compiling zerocopy v0.8.48
23652026-05-20T16:03:26.998Z Compiling rand_core v0.6.4
23662026-05-20T16:03:27.132Z Compiling futures-sink v0.3.32
23672026-05-20T16:03:27.249Z Compiling slab v0.4.12
23682026-05-20T16:03:27.262Z Compiling futures-channel v0.3.32
23692026-05-20T16:03:27.323Z Compiling schemars v0.8.22
23702026-05-20T16:03:27.463Z Compiling futures-io v0.3.32
23712026-05-20T16:03:27.527Z Compiling futures-task v0.3.32
23722026-05-20T16:03:27.671Z Compiling futures-util v0.3.32
23732026-05-20T16:03:27.712Z Compiling typenum v1.20.0
23742026-05-20T16:03:28.417Z Compiling generic-array v0.14.7
23752026-05-20T16:03:28.489Z Compiling hashbrown v0.17.1
23762026-05-20T16:03:28.985Z Compiling tracing-core v0.1.36
23772026-05-20T16:03:28.988Z Compiling base64 v0.22.1
23782026-05-20T16:03:29.195Z Compiling indexmap v2.14.0
23792026-05-20T16:03:29.358Z Compiling tracing v0.1.44
23802026-05-20T16:03:29.494Z Compiling crypto-common v0.1.7
23812026-05-20T16:03:29.648Z Compiling ipnetwork v0.21.1
23822026-05-20T16:03:29.729Z Compiling http v1.4.0
23832026-05-20T16:03:30.062Z Compiling unicode-ident v1.0.24
23842026-05-20T16:03:30.118Z Compiling slog v2.8.2
23852026-05-20T16:03:30.134Z Compiling erased-serde v0.3.31
23862026-05-20T16:03:30.185Z Compiling proc-macro2 v1.0.106
23872026-05-20T16:03:30.197Z Compiling rustls-pki-types v1.14.1
23882026-05-20T16:03:30.437Z Compiling fnv v1.0.7
23892026-05-20T16:03:30.551Z Compiling untrusted v0.9.0
23902026-05-20T16:03:30.694Z Compiling quote v1.0.45
23912026-05-20T16:03:31.100Z Compiling syn v2.0.117
23922026-05-20T16:03:31.401Z Compiling tokio-util v0.7.18
23932026-05-20T16:03:31.459Z Compiling oxnet v0.1.5
23942026-05-20T16:03:31.731Z Compiling ipnet v2.12.0
23952026-05-20T16:03:31.755Z Compiling byteorder v1.5.0
23962026-05-20T16:03:32.023Z Compiling thiserror v1.0.69
23972026-05-20T16:03:32.139Z Compiling ppv-lite86 v0.2.21
23982026-05-20T16:03:32.419Z Compiling http-body v1.0.1
23992026-05-20T16:03:32.501Z Compiling block-buffer v0.10.4
24002026-05-20T16:03:32.594Z Compiling atomic-waker v1.1.2
24012026-05-20T16:03:32.627Z Compiling httparse v1.10.1
24022026-05-20T16:03:32.678Z Compiling digest v0.10.7
24032026-05-20T16:03:32.692Z Compiling pretty-hex v0.4.2
24042026-05-20T16:03:32.731Z Compiling tower-layer v0.3.3
24052026-05-20T16:03:32.839Z Compiling ryu v1.0.23
24062026-05-20T16:03:32.938Z Compiling try-lock v0.2.5
24072026-05-20T16:03:32.949Z Compiling tower-service v0.3.3
24082026-05-20T16:03:32.973Z Compiling h2 v0.4.14
24092026-05-20T16:03:33.046Z Compiling want v0.3.1
24102026-05-20T16:03:33.058Z Compiling httpdate v1.0.3
24112026-05-20T16:03:33.128Z Compiling rustix v1.1.4
24122026-05-20T16:03:33.143Z Compiling regex-syntax v0.8.10
24132026-05-20T16:03:33.236Z Compiling plain v0.2.3
24142026-05-20T16:03:33.363Z Compiling getrandom v0.3.4
24152026-05-20T16:03:33.448Z Compiling omicron-workspace-hack v0.1.0
24162026-05-20T16:03:33.528Z Compiling aws-lc-sys v0.41.0
24172026-05-20T16:03:33.566Z Compiling untrusted v0.7.1
24182026-05-20T16:03:33.580Z Compiling ucd-trie v0.1.7
24192026-05-20T16:03:33.702Z Compiling rand_core v0.9.5
24202026-05-20T16:03:33.995Z Compiling pest v2.8.6
24212026-05-20T16:03:34.120Z Compiling aws-lc-rs v1.17.0
24222026-05-20T16:03:34.223Z Compiling crossbeam-utils v0.8.21
24232026-05-20T16:03:35.041Z Compiling serde_urlencoded v0.7.1
24242026-05-20T16:03:35.160Z Compiling http-body-util v0.1.3
24252026-05-20T16:03:35.346Z Compiling allocator-api2 v0.2.21
24262026-05-20T16:03:35.457Z Compiling hyper v1.9.0
24272026-05-20T16:03:35.763Z Compiling foldhash v0.2.0
24282026-05-20T16:03:35.795Z Compiling rustls v0.23.40
24292026-05-20T16:03:36.069Z Compiling hashbrown v0.16.1
24302026-05-20T16:03:36.081Z Compiling rustls-webpki v0.103.13
24312026-05-20T16:03:36.857Z Compiling newtype-uuid v1.3.2
24322026-05-20T16:03:37.237Z Compiling hyper-util v0.1.20
24332026-05-20T16:03:37.954Z Compiling cpufeatures v0.2.17
24342026-05-20T16:03:38.039Z Compiling hex v0.4.3
24352026-05-20T16:03:38.353Z Compiling daft v0.1.7
24362026-05-20T16:03:38.845Z Compiling rand_chacha v0.9.0
24372026-05-20T16:03:39.402Z Compiling sync_wrapper v1.0.2
24382026-05-20T16:03:39.462Z Compiling aho-corasick v1.1.4
24392026-05-20T16:03:39.530Z Compiling fastrand v2.4.1
24402026-05-20T16:03:39.919Z Compiling tower v0.5.3
24412026-05-20T16:03:40.087Z Compiling anyhow v1.0.102
24422026-05-20T16:03:40.419Z Compiling rand v0.9.4
24432026-05-20T16:03:40.450Z Compiling powerfmt v0.2.0
24442026-05-20T16:03:40.570Z Compiling regex-automata v0.4.14
24452026-05-20T16:03:40.733Z Compiling deranged v0.5.8
24462026-05-20T16:03:40.805Z Compiling tower-http v0.6.10
24472026-05-20T16:03:40.832Z Compiling openapiv3 v2.2.0
24482026-05-20T16:03:41.199Z Compiling num_threads v0.1.7
24492026-05-20T16:03:41.316Z Compiling time-core v0.1.8
24502026-05-20T16:03:41.483Z Compiling openssl-probe v0.2.1
24512026-05-20T16:03:41.540Z Compiling num-conv v0.2.1
24522026-05-20T16:03:41.705Z Compiling rustls-native-certs v0.8.3
24532026-05-20T16:03:41.753Z Compiling camino v1.2.2
24542026-05-20T16:03:41.929Z Compiling time v0.3.47
24552026-05-20T16:03:42.387Z Compiling tokio-rustls v0.26.4
24562026-05-20T16:03:42.615Z Compiling tempfile v3.27.0
24572026-05-20T16:03:42.715Z Compiling futures-executor v0.3.32
24582026-05-20T16:03:43.287Z Compiling winnow v1.0.3
24592026-05-20T16:03:43.473Z Compiling futures v0.3.32
24602026-05-20T16:03:43.564Z Compiling regex v1.12.3
24612026-05-20T16:03:43.594Z Compiling hyper-rustls v0.27.9
24622026-05-20T16:03:44.014Z Compiling rustls-platform-verifier v0.7.0
24632026-05-20T16:03:44.681Z Compiling crossbeam-channel v0.5.15
24642026-05-20T16:03:44.871Z Compiling scroll v0.13.0
24652026-05-20T16:03:45.097Z Compiling adler2 v2.0.1
24662026-05-20T16:03:45.102Z Compiling simd-adler32 v0.3.9
24672026-05-20T16:03:45.219Z Compiling goblin v0.10.5
24682026-05-20T16:03:45.251Z Compiling miniz_oxide v0.8.9
24692026-05-20T16:03:45.282Z Compiling crc32fast v1.5.0
24702026-05-20T16:03:45.432Z Compiling reqwest v0.13.3
24712026-05-20T16:03:45.530Z Compiling ring v0.17.14
24722026-05-20T16:03:46.021Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24732026-05-20T16:03:46.796Z Compiling thread_local v1.1.9
24742026-05-20T16:03:47.157Z Compiling either v1.15.0
24752026-05-20T16:03:47.398Z Compiling rustls-webpki v0.102.8
24762026-05-20T16:03:48.175Z Compiling flate2 v1.1.9
24772026-05-20T16:03:48.773Z Compiling dof v0.4.0
24782026-05-20T16:03:49.449Z Compiling dtrace-parser v0.3.0
24792026-05-20T16:03:50.039Z Compiling rand_chacha v0.3.1
24802026-05-20T16:03:50.742Z Compiling thread-id v5.1.0
24812026-05-20T16:03:50.843Z Compiling is-terminal v0.4.17
24822026-05-20T16:03:50.968Z Compiling debug-ignore v1.0.5
24832026-05-20T16:03:51.094Z Compiling term v1.2.1
24842026-05-20T16:03:52.117Z Compiling match_cfg v0.1.0
24852026-05-20T16:03:52.200Z Compiling take_mut v0.2.2
24862026-05-20T16:03:52.211Z Compiling compression-core v0.4.32
24872026-05-20T16:03:52.326Z Compiling slog-async v2.8.0
24882026-05-20T16:03:52.397Z Compiling compression-codecs v0.4.38
24892026-05-20T16:03:52.609Z Compiling hostname v0.3.1
24902026-05-20T16:03:52.784Z Compiling slog-term v2.9.2
24912026-05-20T16:03:52.801Z Compiling usdt-impl v0.6.0
24922026-05-20T16:03:53.184Z Compiling rand v0.8.6
24932026-05-20T16:03:53.897Z Compiling ref-cast v1.0.25
24942026-05-20T16:03:54.014Z Compiling rustls v0.22.4
24952026-05-20T16:03:54.044Z Compiling toml_parser v1.1.2+spec-1.1.0
24962026-05-20T16:03:54.222Z Compiling slog-json v2.6.1
24972026-05-20T16:03:54.505Z Compiling strum v0.26.3
24982026-05-20T16:03:54.659Z Compiling macaddr v1.0.1
24992026-05-20T16:03:54.966Z Compiling toml_datetime v1.1.1+spec-1.1.0
25002026-05-20T16:03:55.411Z Compiling serde_spanned v1.1.1
25012026-05-20T16:03:55.441Z Compiling wait-timeout v0.2.1
25022026-05-20T16:03:55.573Z Compiling memmap2 v0.9.10
25032026-05-20T16:03:55.891Z Compiling encoding_rs v0.8.35
25042026-05-20T16:03:55.965Z Compiling quick-error v1.2.3
25052026-05-20T16:03:56.090Z Compiling mime v0.3.17
25062026-05-20T16:03:56.627Z Compiling toml_writer v1.1.1+spec-1.1.0
25072026-05-20T16:03:56.908Z Compiling bit-vec v0.8.0
25082026-05-20T16:03:57.241Z Compiling spin v0.9.8
25092026-05-20T16:03:57.307Z Compiling bit-set v0.8.0
25102026-05-20T16:03:57.382Z Compiling multer v3.1.0
25112026-05-20T16:03:57.418Z Compiling toml v1.1.2+spec-1.1.0
25122026-05-20T16:03:57.517Z Compiling tokio-rustls v0.25.0
25132026-05-20T16:03:57.800Z Compiling rusty-fork v0.3.1
25142026-05-20T16:03:58.721Z Compiling usdt v0.6.0
25152026-05-20T16:03:58.724Z Compiling slog-bunyan v2.5.0
25162026-05-20T16:03:58.819Z Compiling async-compression v0.4.42
25172026-05-20T16:03:58.919Z Compiling serde_with v3.20.0
25182026-05-20T16:03:59.344Z Compiling async-stream v0.3.6
25192026-05-20T16:03:59.434Z Compiling sha1 v0.10.6
25202026-05-20T16:03:59.575Z Compiling rand_xorshift v0.4.0
25212026-05-20T16:03:59.761Z Compiling waitgroup v0.1.2
25222026-05-20T16:03:59.863Z Compiling rustls-pemfile v2.2.0
25232026-05-20T16:03:59.927Z Compiling serde_path_to_error v0.1.20
25242026-05-20T16:04:00.199Z Compiling hostname v0.4.2
25252026-05-20T16:04:00.378Z Compiling unarray v0.1.4
25262026-05-20T16:04:00.436Z Compiling dropshot v0.17.0
25272026-05-20T16:04:00.514Z Compiling proptest v1.11.0
25282026-05-20T16:04:00.598Z Compiling progenitor-client v0.14.0
25292026-05-20T16:04:01.157Z Compiling strum v0.27.2
25302026-05-20T16:04:01.316Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25312026-05-20T16:04:01.486Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25322026-05-20T16:04:01.716Z Compiling rustc-hash v2.1.2
25332026-05-20T16:04:01.746Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25342026-05-20T16:04:01.858Z Compiling iddqd v0.3.18
25352026-05-20T16:04:01.901Z Compiling reqwest v0.12.28
25362026-05-20T16:04:02.083Z Compiling backon v1.6.0
25372026-05-20T16:04:02.372Z Compiling instant v0.1.13
25382026-05-20T16:04:02.392Z Compiling progenitor-extras v0.2.0
25392026-05-20T16:04:02.504Z Compiling backoff v0.4.0
25402026-05-20T16:04:02.647Z Compiling parse-display v0.10.0
25412026-05-20T16:04:02.738Z Compiling itertools v0.14.0
25422026-05-20T16:04:03.633Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25432026-05-20T16:04:03.822Z Compiling progenitor-client v0.10.0
25442026-05-20T16:04:04.365Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25452026-05-20T16:04:04.379Z Compiling regress v0.10.5
25462026-05-20T16:04:04.664Z Compiling heck v0.5.0
25472026-05-20T16:04:05.323Z Compiling unicode-width v0.2.2
25482026-05-20T16:04:05.668Z Compiling secrecy v0.10.3
25492026-05-20T16:04:05.859Z Compiling tinyvec_macros v0.1.1
25502026-05-20T16:04:05.873Z Compiling num-integer v0.1.46
25512026-05-20T16:04:05.938Z Compiling tinyvec v1.11.0
25522026-05-20T16:04:06.409Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25532026-05-20T16:04:06.421Z Compiling scroll v0.12.0
25542026-05-20T16:04:06.753Z Compiling crucible-workspace-hack v0.1.0
25552026-05-20T16:04:06.838Z Compiling regress v0.11.1
25562026-05-20T16:04:08.619Z Compiling hmac v0.12.1
25572026-05-20T16:04:08.646Z Compiling inout v0.1.4
25582026-05-20T16:04:08.787Z Compiling ff v0.13.1
25592026-05-20T16:04:08.819Z Compiling utf8parse v0.2.2
25602026-05-20T16:04:08.942Z Compiling anstyle-parse v1.0.0
25612026-05-20T16:04:08.942Z Compiling group v0.13.0
25622026-05-20T16:04:09.073Z Compiling cipher v0.4.4
25632026-05-20T16:04:09.189Z Compiling hkdf v0.12.4
25642026-05-20T16:04:09.340Z Compiling typify-impl v0.6.2
25652026-05-20T16:04:09.370Z Compiling goblin v0.8.2
25662026-05-20T16:04:09.445Z Compiling num-rational v0.4.2
25672026-05-20T16:04:10.152Z Compiling num-iter v0.1.45
25682026-05-20T16:04:10.290Z Compiling zerocopy v0.7.35
25692026-05-20T16:04:10.633Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25702026-05-20T16:04:10.921Z Compiling terminal_size v0.4.4
25712026-05-20T16:04:11.095Z Compiling half v2.7.1
25722026-05-20T16:04:11.498Z Compiling universal-hash v0.5.1
25732026-05-20T16:04:11.660Z Compiling crypto-bigint v0.5.5
25742026-05-20T16:04:11.986Z Compiling num-complex v0.4.6
25752026-05-20T16:04:12.041Z Compiling anstyle-query v1.1.5
25762026-05-20T16:04:12.163Z Compiling base64ct v1.8.3
25772026-05-20T16:04:12.463Z Compiling is_terminal_polyfill v1.70.2
25782026-05-20T16:04:12.537Z Compiling ciborium-io v0.2.2
25792026-05-20T16:04:12.571Z Compiling colorchoice v1.0.5
25802026-05-20T16:04:12.645Z Compiling base16ct v0.2.0
25812026-05-20T16:04:12.709Z Compiling opaque-debug v0.3.1
25822026-05-20T16:04:12.822Z Compiling anstyle v1.0.14
25832026-05-20T16:04:12.870Z Compiling poly1305 v0.8.0
25842026-05-20T16:04:13.113Z Compiling anstream v1.0.0
25852026-05-20T16:04:13.535Z Compiling elliptic-curve v0.13.8
25862026-05-20T16:04:13.648Z Compiling ciborium-ll v0.2.2
25872026-05-20T16:04:13.684Z Compiling password-hash v0.5.0
25882026-05-20T16:04:13.863Z Compiling num v0.4.3
25892026-05-20T16:04:13.927Z Compiling curve25519-dalek v4.1.3
25902026-05-20T16:04:13.950Z Compiling dof v0.3.0
25912026-05-20T16:04:14.689Z Compiling typify v0.6.2
25922026-05-20T16:04:14.813Z Compiling thiserror-no-std v2.0.2
25932026-05-20T16:04:14.918Z Compiling chacha20 v0.9.1
25942026-05-20T16:04:15.186Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25952026-05-20T16:04:15.189Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25962026-05-20T16:04:16.734Z Compiling byte-wrapper v0.1.0
25972026-05-20T16:04:16.815Z Compiling dtrace-parser v0.2.0
25982026-05-20T16:04:16.896Z Compiling crossbeam-epoch v0.9.18
25992026-05-20T16:04:17.432Z Compiling blake2 v0.10.6
26002026-05-20T16:04:17.625Z Compiling aead v0.5.2
26012026-05-20T16:04:17.763Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26022026-05-20T16:04:17.825Z Compiling thread-id v4.2.2
26032026-05-20T16:04:17.944Z Compiling strsim v0.11.1
26042026-05-20T16:04:17.954Z Compiling float-ord v0.3.2
26052026-05-20T16:04:18.073Z Compiling keccak v0.1.6
26062026-05-20T16:04:18.792Z Compiling clap_lex v1.1.0
26072026-05-20T16:04:18.816Z Compiling sha3 v0.10.9
26082026-05-20T16:04:19.131Z Compiling clap_builder v4.6.0
26092026-05-20T16:04:19.175Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26102026-05-20T16:04:19.221Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26112026-05-20T16:04:19.364Z Compiling usdt-impl v0.5.0
26122026-05-20T16:04:19.484Z Compiling chacha20poly1305 v0.10.1
26132026-05-20T16:04:19.640Z Compiling argon2 v0.5.3
26142026-05-20T16:04:20.704Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26152026-05-20T16:04:20.928Z Compiling vsss-rs v3.3.4
26162026-05-20T16:04:22.500Z Compiling ciborium v0.2.2
26172026-05-20T16:04:23.402Z Compiling hash32 v0.3.1
26182026-05-20T16:04:23.580Z Compiling memmap v0.7.0
26192026-05-20T16:04:23.858Z Compiling indent_write v2.2.0
26202026-05-20T16:04:23.870Z Compiling data-encoding v2.11.0
26212026-05-20T16:04:24.022Z Compiling usdt v0.5.0
26222026-05-20T16:04:24.731Z Compiling heapless v0.8.0
26232026-05-20T16:04:25.250Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26242026-05-20T16:04:25.784Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26252026-05-20T16:04:25.897Z Compiling clap v4.6.1
26262026-05-20T16:04:25.992Z Compiling ingot-types v0.1.2
26272026-05-20T16:04:26.490Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26282026-05-20T16:04:26.655Z Compiling rustix v0.38.44
26292026-05-20T16:04:26.859Z Compiling tabwriter v1.4.1
26302026-05-20T16:04:27.100Z Compiling cobs v0.3.0
26312026-05-20T16:04:27.246Z Compiling colored v3.1.1
26322026-05-20T16:04:27.389Z Compiling managed v0.8.0
26332026-05-20T16:04:27.665Z Compiling cpufeatures v0.3.0
26342026-05-20T16:04:27.750Z Compiling foreign-types-shared v0.3.1
26352026-05-20T16:04:27.854Z Compiling bitflags v1.3.2
26362026-05-20T16:04:27.939Z Compiling smoltcp v0.11.0
26372026-05-20T16:04:27.951Z Compiling foreign-types v0.5.0
26382026-05-20T16:04:28.038Z Compiling chacha20 v0.10.0
26392026-05-20T16:04:28.052Z Compiling postcard v1.1.3
26402026-05-20T16:04:28.347Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26412026-05-20T16:04:28.439Z Compiling num_enum v0.7.6
26422026-05-20T16:04:28.573Z Compiling ingot v0.1.1
26432026-05-20T16:04:29.886Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26442026-05-20T16:04:30.008Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26452026-05-20T16:04:30.223Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26462026-05-20T16:04:30.365Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26472026-05-20T16:04:30.765Z Compiling serde_spanned v0.6.9
26482026-05-20T16:04:30.825Z Compiling toml_datetime v0.6.11
26492026-05-20T16:04:30.861Z Compiling cstr-argument v0.1.2
26502026-05-20T16:04:30.941Z Compiling resolv-conf v0.7.6
26512026-05-20T16:04:31.041Z Compiling linked-hash-map v0.5.6
26522026-05-20T16:04:31.219Z Compiling unicode-segmentation v1.13.2
26532026-05-20T16:04:31.269Z Compiling swrite v0.1.0
26542026-05-20T16:04:31.356Z Compiling toml_write v0.1.2
26552026-05-20T16:04:31.402Z Compiling static_assertions v1.1.0
26562026-05-20T16:04:31.491Z Compiling winnow v0.7.15
26572026-05-20T16:04:31.627Z Compiling newline-converter v0.3.0
26582026-05-20T16:04:31.641Z Compiling lru-cache v0.1.2
26592026-05-20T16:04:31.776Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602026-05-20T16:04:31.791Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26612026-05-20T16:04:31.847Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26622026-05-20T16:04:31.888Z Compiling hubpack v0.1.2
26632026-05-20T16:04:31.983Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26642026-05-20T16:04:32.150Z Compiling rand v0.10.1
26652026-05-20T16:04:32.207Z Compiling memoffset v0.9.1
26662026-05-20T16:04:32.225Z Compiling atomicwrites v0.4.4
26672026-05-20T16:04:32.304Z Compiling hickory-proto v0.24.4
26682026-05-20T16:04:32.523Z Compiling crossbeam-deque v0.8.6
26692026-05-20T16:04:32.748Z Compiling console v0.15.11
26702026-05-20T16:04:33.000Z Compiling itertools v0.12.1
26712026-05-20T16:04:33.480Z Compiling toml_edit v0.22.27
26722026-05-20T16:04:33.526Z Compiling camino-tempfile v1.4.1
26732026-05-20T16:04:34.019Z Compiling serde-big-array v0.5.1
26742026-05-20T16:04:34.137Z Compiling similar v2.7.0
26752026-05-20T16:04:34.169Z Compiling lazy_static v1.5.0
26762026-05-20T16:04:34.283Z Compiling siphasher v1.0.3
26772026-05-20T16:04:34.508Z Compiling hickory-resolver v0.24.4
26782026-05-20T16:04:34.559Z Compiling phf_shared v0.12.1
26792026-05-20T16:04:34.789Z Compiling expectorate v1.2.0
26802026-05-20T16:04:35.008Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26812026-05-20T16:04:35.916Z Compiling toml v0.8.23
26822026-05-20T16:04:36.125Z Compiling pin-project v1.1.13
26832026-05-20T16:04:36.240Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26842026-05-20T16:04:36.973Z Compiling prettyplease v0.2.37
26852026-05-20T16:04:38.933Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26862026-05-20T16:04:40.311Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26872026-05-20T16:04:41.130Z Compiling rayon-core v1.13.0
26882026-05-20T16:04:41.198Z Compiling nix v0.31.3
26892026-05-20T16:04:42.983Z Compiling num_enum v0.5.11
26902026-05-20T16:04:43.118Z Compiling progenitor-impl v0.14.0
26912026-05-20T16:04:43.295Z Compiling progenitor-impl v0.13.0
26922026-05-20T16:04:43.658Z Compiling unicode-normalization v0.1.25
26932026-05-20T16:04:44.090Z Compiling progenitor-client v0.13.0
26942026-05-20T16:04:44.234Z Compiling tokio-stream v0.1.18
26952026-05-20T16:04:44.304Z Compiling csv-core v0.1.13
26962026-05-20T16:04:44.636Z Compiling bstr v1.12.1
26972026-05-20T16:04:44.735Z Compiling foldhash v0.1.5
26982026-05-20T16:04:44.825Z Compiling highway v1.3.0
26992026-05-20T16:04:44.969Z Compiling konst_macro_rules v0.2.19
27002026-05-20T16:04:45.175Z Compiling unicode-width v0.1.14
27012026-05-20T16:04:45.355Z Compiling same-file v1.0.6
27022026-05-20T16:04:45.502Z Compiling foreign-types-shared v0.1.1
27032026-05-20T16:04:45.547Z Compiling walkdir v2.5.0
27042026-05-20T16:04:45.559Z Compiling konst v0.2.20
27052026-05-20T16:04:45.599Z Compiling foreign-types v0.3.2
27062026-05-20T16:04:45.686Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27072026-05-20T16:04:45.953Z Compiling globset v0.4.18
27082026-05-20T16:04:46.371Z Compiling hashbrown v0.15.5
27092026-05-20T16:04:47.047Z Compiling progenitor v0.13.0
27102026-05-20T16:04:47.203Z Compiling qorb v0.4.1
27112026-05-20T16:04:49.110Z Compiling progenitor v0.14.0
27122026-05-20T16:04:49.262Z Compiling csv v1.4.0
27132026-05-20T16:04:49.355Z Compiling snafu v0.8.9
27142026-05-20T16:04:49.980Z Compiling olpc-cjson v0.1.4
27152026-05-20T16:04:50.266Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27162026-05-20T16:04:50.363Z Compiling rayon v1.12.0
27172026-05-20T16:04:50.848Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27182026-05-20T16:04:50.915Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27192026-05-20T16:04:52.674Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27202026-05-20T16:04:53.177Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27212026-05-20T16:04:55.032Z Compiling phf v0.12.1
27222026-05-20T16:04:55.218Z Compiling openssl-sys v0.9.116
27232026-05-20T16:04:55.676Z Compiling tokio-dtrace v0.1.1
27242026-05-20T16:04:56.025Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27252026-05-20T16:04:57.501Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27262026-05-20T16:04:57.736Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27272026-05-20T16:04:57.757Z Compiling libsw-core v0.3.2
27282026-05-20T16:04:57.946Z Compiling pem v3.0.6
27292026-05-20T16:04:58.525Z Compiling serde_plain v1.0.2
27302026-05-20T16:04:58.699Z Compiling sigpipe v0.1.3
27312026-05-20T16:04:58.802Z Compiling fixedbitset v0.5.7
27322026-05-20T16:04:58.826Z Compiling fixedbitset v0.4.2
27332026-05-20T16:04:59.207Z Compiling minimal-lexical v0.2.1
27342026-05-20T16:04:59.339Z Compiling bytecount v0.6.9
27352026-05-20T16:04:59.353Z Compiling glob v0.3.3
27362026-05-20T16:04:59.536Z Compiling typed-path v0.9.3
27372026-05-20T16:04:59.547Z Compiling jiff v0.2.24
27382026-05-20T16:04:59.727Z Compiling papergrid v0.11.0
27392026-05-20T16:05:00.378Z Compiling nom v7.1.3
27402026-05-20T16:05:02.050Z Compiling tough v0.22.0
27412026-05-20T16:05:02.191Z Compiling petgraph v0.8.3
27422026-05-20T16:05:02.616Z Compiling petgraph v0.6.5
27432026-05-20T16:05:02.875Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27442026-05-20T16:05:03.230Z Compiling openssl v0.10.80
27452026-05-20T16:05:04.526Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-20T16:05:04.722Z Compiling libsw v3.5.0
27472026-05-20T16:05:04.915Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27482026-05-20T16:05:05.159Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27492026-05-20T16:05:05.353Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27502026-05-20T16:05:05.430Z Compiling zone v0.3.1
27512026-05-20T16:05:05.463Z Compiling oxide-tokio-rt v0.1.6
27522026-05-20T16:05:06.111Z Compiling chrono-tz v0.10.4
27532026-05-20T16:05:07.266Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27542026-05-20T16:05:07.484Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27552026-05-20T16:05:08.698Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27562026-05-20T16:05:08.881Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27572026-05-20T16:05:08.984Z Compiling newtype_derive v0.1.6
27582026-05-20T16:05:09.103Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-05-20T16:05:09.455Z Compiling slog-dtrace v0.3.0
27602026-05-20T16:05:10.200Z Compiling const_format v0.2.36
27612026-05-20T16:05:10.753Z Compiling owo-colors v4.3.0
27622026-05-20T16:05:10.968Z Compiling cancel-safe-futures v0.1.5
27632026-05-20T16:05:11.121Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27642026-05-20T16:05:11.379Z Compiling gethostname v0.5.0
27652026-05-20T16:05:11.527Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-05-20T16:05:11.694Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27672026-05-20T16:05:11.835Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27682026-05-20T16:05:11.884Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27692026-05-20T16:05:11.902Z Compiling smf v0.2.3
27702026-05-20T16:05:11.958Z Compiling bcs v0.1.6
27712026-05-20T16:05:12.358Z Compiling whoami v1.6.1
27722026-05-20T16:05:12.833Z Compiling termtree v0.5.1
27732026-05-20T16:05:13.015Z Compiling smawk v0.3.2
27742026-05-20T16:05:13.145Z Compiling tagptr v0.2.0
27752026-05-20T16:05:13.186Z Compiling linear-map v1.2.0
27762026-05-20T16:05:13.246Z Compiling unicode-linebreak v0.1.5
27772026-05-20T16:05:13.308Z Compiling moka v0.12.15
27782026-05-20T16:05:13.406Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27792026-05-20T16:05:13.528Z Compiling textwrap v0.16.2
27802026-05-20T16:05:14.442Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27812026-05-20T16:05:14.607Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27822026-05-20T16:05:14.940Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27832026-05-20T16:05:15.215Z Compiling tabled v0.15.0
27842026-05-20T16:05:16.119Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27852026-05-20T16:05:16.722Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27862026-05-20T16:05:16.932Z Compiling steno v0.4.1
27872026-05-20T16:05:17.117Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27882026-05-20T16:05:17.179Z Compiling cookie v0.18.1
27892026-05-20T16:05:18.569Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27902026-05-20T16:05:22.510Z Compiling hickory-proto v0.25.2
27912026-05-20T16:05:23.307Z Compiling humantime v2.3.0
27922026-05-20T16:05:23.761Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27932026-05-20T16:05:24.261Z Compiling arc-swap v1.9.1
27942026-05-20T16:05:24.626Z Compiling slog-scope v4.4.1
27952026-05-20T16:05:25.107Z Compiling hickory-resolver v0.25.2
27962026-05-20T16:05:25.687Z Compiling libscf-sys v1.2.0
27972026-05-20T16:05:25.841Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27982026-05-20T16:05:26.052Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27992026-05-20T16:05:26.788Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28002026-05-20T16:05:27.240Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28012026-05-20T16:05:28.724Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28022026-05-20T16:05:28.959Z Compiling slog-stdlog v4.1.1
28032026-05-20T16:05:29.370Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28042026-05-20T16:05:29.460Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28052026-05-20T16:05:29.567Z Compiling slog-envlogger v2.2.0
28062026-05-20T16:05:29.874Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
28072026-05-20T16:05:30.955Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28082026-05-20T16:05:39.727Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28092026-05-20T16:05:42.726Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28102026-05-20T16:05:44.148Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28112026-05-20T16:05:53.579Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28122026-05-20T16:05:58.373Z Finished `release` profile [optimized] target(s) in 2m 36s
28132026-05-20T16:05:58.488Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28142026-05-20T16:05:58.494Z
28152026-05-20T16:05:58.494Zrunning 1 test
28162026-05-20T16:05:58.616Zconfigure zone
28172026-05-20T16:05:58.636Zinstall zone
28182026-05-20T16:06:08.332Zboot zone
28192026-05-20T16:06:08.417Zstart zone s1
28202026-05-20T16:06:08.421Zconfigure zone
28212026-05-20T16:06:08.425Zinstall zone
28222026-05-20T16:06:10.215Zboot zone
28232026-05-20T16:06:10.312Zstart zone s2
28242026-05-20T16:06:10.312Zconfigure zone
28252026-05-20T16:06:10.323Zinstall zone
28262026-05-20T16:06:12.710Zboot zone
28272026-05-20T16:06:12.817Zstart zone t1
28282026-05-20T16:06:12.817Zconfigure zone
28292026-05-20T16:06:12.849Zinstall zone
28302026-05-20T16:06:15.461Zboot zone
28312026-05-20T16:06:15.572Zwaiting for zones to come up
28322026-05-20T16:06:25.573Z[sidecar.trio] svcs milestone/network
28332026-05-20T16:06:25.597ZSTATE STIME FMRI
28342026-05-20T16:06:25.597Zonline 16:06:08 svc:/milestone/network:default
28352026-05-20T16:06:25.597Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28362026-05-20T16:06:25.624Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28372026-05-20T16:06:25.660Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28382026-05-20T16:06:25.674Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28392026-05-20T16:06:25.687Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28402026-05-20T16:06:25.697Z
28412026-05-20T16:06:25.697Zrunning zone s1.trio setup
28422026-05-20T16:06:25.697Z[s1.trio] svcs milestone/network
28432026-05-20T16:06:25.705ZSTATE STIME FMRI
28442026-05-20T16:06:25.705Zonline 16:06:10 svc:/milestone/network:default
28452026-05-20T16:06:25.705Z[s1.trio] dladm
28462026-05-20T16:06:25.716ZLINK CLASS MTU STATE BRIDGE OVER
28472026-05-20T16:06:25.717Zsl0 simnet 9000 up -- ?
28482026-05-20T16:06:25.717Zmg2 vnic 9000 up -- ?
28492026-05-20T16:06:25.717Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28502026-05-20T16:06:26.187Z
28512026-05-20T16:06:26.187Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28522026-05-20T16:06:26.202Z
28532026-05-20T16:06:26.202Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28542026-05-20T16:06:26.213Z
28552026-05-20T16:06:26.213Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28562026-05-20T16:06:26.305Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28572026-05-20T16:06:26.383Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 920e6e5c-4a48-4c4e-b3be-9f3e73d43a34 --sled-uuid 19068f15-5908-46ff-a9c4-0bab27185d37 -a sl0/v6 &> /opt/ddmd.log &
28582026-05-20T16:06:26.404Z
28592026-05-20T16:06:26.405Zrunning zone s2.trio setup
28602026-05-20T16:06:26.405Z[s2.trio] svcs milestone/network
28612026-05-20T16:06:26.416ZSTATE STIME FMRI
28622026-05-20T16:06:26.416Zonline 16:06:12 svc:/milestone/network:default
28632026-05-20T16:06:26.416Z[s2.trio] dladm
28642026-05-20T16:06:26.432ZLINK CLASS MTU STATE BRIDGE OVER
28652026-05-20T16:06:26.432Zsl1 simnet 9000 up -- ?
28662026-05-20T16:06:26.432Zmg3 vnic 9000 up -- ?
28672026-05-20T16:06:26.432Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28682026-05-20T16:06:26.949Z
28692026-05-20T16:06:26.949Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28702026-05-20T16:06:26.964Z
28712026-05-20T16:06:26.964Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28722026-05-20T16:06:26.976Z
28732026-05-20T16:06:26.976Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28742026-05-20T16:06:27.011Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28752026-05-20T16:06:27.042Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid aa6c0750-326e-45a9-8e13-4a790e906c7a --sled-uuid 473d3f01-7cee-4236-b400-dc919129025d -a sl1/v6 &> /opt/ddmd.log &
28762026-05-20T16:06:27.054Z
28772026-05-20T16:06:27.054Zrunning zone t1.trio setup
28782026-05-20T16:06:27.054Z[t1.trio] svcs milestone/network
28792026-05-20T16:06:27.069ZSTATE STIME FMRI
28802026-05-20T16:06:27.069Zonline 16:06:15 svc:/milestone/network:default
28812026-05-20T16:06:27.069Z[t1.trio] dladm
28822026-05-20T16:06:27.083ZLINK CLASS MTU STATE BRIDGE OVER
28832026-05-20T16:06:27.083Ztfportrear0_0 simnet 9000 up -- ?
28842026-05-20T16:06:27.083Ztfportrear1_0 simnet 9000 up -- ?
28852026-05-20T16:06:27.083Zmg1 vnic 9000 up -- ?
28862026-05-20T16:06:27.083Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28872026-05-20T16:06:27.686Z
28882026-05-20T16:06:27.686Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28892026-05-20T16:06:27.700Z
28902026-05-20T16:06:27.700Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28912026-05-20T16:06:27.713Z
28922026-05-20T16:06:27.713Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28932026-05-20T16:06:27.724Z
28942026-05-20T16:06:27.724Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28952026-05-20T16:06:28.022Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28962026-05-20T16:06:28.025Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28972026-05-20T16:06:28.025Zwaiting 3s for copy of files to zone to complete ...
28982026-05-20T16:06:31.026Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28992026-05-20T16:06:31.154Z
29002026-05-20T16:06:31.154Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29012026-05-20T16:06:31.260Z
29022026-05-20T16:06:31.260Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
29032026-05-20T16:06:31.313Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
29042026-05-20T16:06:31.347Z[t1.trio] svcadm disable dendrite
29052026-05-20T16:06:31.376Z
29062026-05-20T16:06:31.376Z[t1.trio] svcadm disable tfport
29072026-05-20T16:06:31.404Z
29082026-05-20T16:06:31.404Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
29092026-05-20T16:06:31.430Z
29102026-05-20T16:06:31.430Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29112026-05-20T16:06:31.458Z
29122026-05-20T16:06:31.458Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29132026-05-20T16:06:31.483Z
29142026-05-20T16:06:31.483Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29152026-05-20T16:06:31.508Z
29162026-05-20T16:06:31.508Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29172026-05-20T16:06:31.533Z
29182026-05-20T16:06:31.533Z[t1.trio] svcadm refresh dendrite:default
29192026-05-20T16:06:31.554Z
29202026-05-20T16:06:31.554Z[t1.trio] svcadm enable dendrite:default
29212026-05-20T16:06:31.576Z
29222026-05-20T16:06:31.576Zwait 10s for dendrite to come up ...
29232026-05-20T16:06:41.578Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29242026-05-20T16:06:41.606Z
29252026-05-20T16:06:41.606Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29262026-05-20T16:06:41.631Z
29272026-05-20T16:06:41.631Z[t1.trio] svcadm refresh tfport:default
29282026-05-20T16:06:41.654Z
29292026-05-20T16:06:41.654Z[t1.trio] svcadm enable tfport
29302026-05-20T16:06:41.674Z
29312026-05-20T16:06:41.674Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 6072899a-b58d-433b-9481-7ad82a4a31c9 --sled-uuid d72d21e6-a690-43f3-bd4f-4c25f2c204e4 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29322026-05-20T16:06:41.686Z
29332026-05-20T16:06:41.686Z[t1.trio] ipadm
29342026-05-20T16:06:41.700ZADDROBJ TYPE STATE ADDR
29352026-05-20T16:06:41.700Zlo0/v4 static ok 127.0.0.1/8
29362026-05-20T16:06:41.700Zmg1/v4 static ok 10.0.0.3/24
29372026-05-20T16:06:41.700Zlo0/v6 static ok ::1/128
29382026-05-20T16:06:41.700Zlo0/u6 static ok fd00:3::1/64
29392026-05-20T16:06:41.700Ztfportrear0_0/v6 addrconf ok fe80::ccac:3eff:fe3a:447%tfportrear0_0/10
29402026-05-20T16:06:41.700Ztfportrear1_0/v6 addrconf ok fe80::e0e6:e9ff:fe25:ceb2%tfportrear1_0/10
29412026-05-20T16:06:43.800Zinitial peering test passed
29422026-05-20T16:06:44.805Zadvertise from one passed
29432026-05-20T16:06:45.803Zadvertise from two passed
29442026-05-20T16:06:45.803Z[s1.trio] ping fd00:2::1
29452026-05-20T16:06:45.817Zfd00:2::1 is alive
29462026-05-20T16:06:45.817Z[s2.trio] ping fd00:1::1
29472026-05-20T16:06:45.831Zfd00:1::1 is alive
29482026-05-20T16:06:45.831Zconnectivity test passed
29492026-05-20T16:06:45.831Z[t1.trio] pkill ddmd
29502026-05-20T16:06:45.841Z
29512026-05-20T16:06:51.845Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid cd703b62-cd65-4046-9230-9543f2e06aa2 --sled-uuid 0da98791-63ca-4f52-bb1c-27f4282c1ef1 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29522026-05-20T16:06:51.859Z
29532026-05-20T16:06:51.859Z[t1.trio] ipadm
29542026-05-20T16:06:51.874ZADDROBJ TYPE STATE ADDR
29552026-05-20T16:06:51.874Zlo0/v4 static ok 127.0.0.1/8
29562026-05-20T16:06:51.874Zmg1/v4 static ok 10.0.0.3/24
29572026-05-20T16:06:51.874Zlo0/v6 static ok ::1/128
29582026-05-20T16:06:51.874Zlo0/u6 static ok fd00:3::1/64
29592026-05-20T16:06:51.874Ztfportrear0_0/v6 addrconf ok fe80::ccac:3eff:fe3a:447%tfportrear0_0/10
29602026-05-20T16:06:51.874Ztfportrear1_0/v6 addrconf ok fe80::e0e6:e9ff:fe25:ceb2%tfportrear1_0/10
29612026-05-20T16:06:55.897Z[s1.trio] ping fd00:2::1
29622026-05-20T16:06:55.945Zfd00:2::1 is alive
29632026-05-20T16:06:55.945Z[s2.trio] ping fd00:1::1
29642026-05-20T16:06:55.945Zfd00:1::1 is alive
29652026-05-20T16:06:55.946Ztransit router restart passed
29662026-05-20T16:06:55.946Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29672026-05-20T16:06:55.946Zlocal v6:
29682026-05-20T16:06:55.946Zfe80::ccac:3eff:fe3a:447
29692026-05-20T16:06:55.946Zfe80::e0e6:e9ff:fe25:ceb2
29702026-05-20T16:06:55.946Zlocal v4:
29712026-05-20T16:06:55.946Zrouter v6_idx:
29722026-05-20T16:06:55.946Zfd00:1::/64 -> 0
29732026-05-20T16:06:55.946Zfd00:2::/64 -> 1
29742026-05-20T16:06:55.946Zrouter v6_routes:
29752026-05-20T16:06:55.946Z0 -> fe80::50bf:73ff:fef3:2851 (1)
29762026-05-20T16:06:55.946Z1 -> fe80::14f5:aff:fe88:670c (2)
29772026-05-20T16:06:55.946Zrouter v4_idx:
29782026-05-20T16:06:55.946Zrouter v4_routes:
29792026-05-20T16:06:55.946Zresolver v4:
29802026-05-20T16:06:55.946Z10.0.0.254 -> 02:08:20:89:a2:a5
29812026-05-20T16:06:55.946Z10.0.0.3 -> 02:08:20:c4:ae:b6
29822026-05-20T16:06:55.946Zresolver v6:
29832026-05-20T16:06:55.946Zfe80::ccac:3eff:fe3a:447 -> ce:ac:3e:3a:04:47
29842026-05-20T16:06:55.946Zfe80::50bf:73ff:fef3:2851 -> 52:bf:73:f3:28:51
29852026-05-20T16:06:55.946Zfe80::e0e6:e9ff:fe25:ceb2 -> e2:e6:e9:25:ce:b2
29862026-05-20T16:06:55.946Zfe80::14f5:aff:fe88:670c -> 16:f5:0a:88:67:0c
29872026-05-20T16:06:55.946Znat v4:
29882026-05-20T16:06:55.946Znat_v6:
29892026-05-20T16:06:55.946Zport_mac:
29902026-05-20T16:06:55.946Z1: a8:40:25:41:a4:76
29912026-05-20T16:06:55.946Z1000: a8:40:25:41:a4:75
29922026-05-20T16:06:55.946Z2: a8:40:25:41:a4:77
29932026-05-20T16:06:55.946Zproxy arp:
29942026-05-20T16:06:55.946Z[s1.trio] pkill ddmd
29952026-05-20T16:06:55.946Z
29962026-05-20T16:06:58.501Ztest ddm::test_trio_v3 has been running for over 60 seconds
29972026-05-20T16:06:59.934Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29982026-05-20T16:06:59.951Zlocal v6:
29992026-05-20T16:06:59.951Zfe80::ccac:3eff:fe3a:447
30002026-05-20T16:06:59.951Zfe80::e0e6:e9ff:fe25:ceb2
30012026-05-20T16:06:59.951Zlocal v4:
30022026-05-20T16:06:59.951Zrouter v6_idx:
30032026-05-20T16:06:59.951Zfd00:2::/64 -> 1
30042026-05-20T16:06:59.951Zrouter v6_routes:
30052026-05-20T16:06:59.951Z1 -> fe80::14f5:aff:fe88:670c (2)
30062026-05-20T16:06:59.951Zrouter v4_idx:
30072026-05-20T16:06:59.951Zrouter v4_routes:
30082026-05-20T16:06:59.951Zresolver v4:
30092026-05-20T16:06:59.951Z10.0.0.254 -> 02:08:20:89:a2:a5
30102026-05-20T16:06:59.951Z10.0.0.3 -> 02:08:20:c4:ae:b6
30112026-05-20T16:06:59.951Zresolver v6:
30122026-05-20T16:06:59.951Zfe80::ccac:3eff:fe3a:447 -> ce:ac:3e:3a:04:47
30132026-05-20T16:06:59.951Zfe80::50bf:73ff:fef3:2851 -> 52:bf:73:f3:28:51
30142026-05-20T16:06:59.951Zfe80::e0e6:e9ff:fe25:ceb2 -> e2:e6:e9:25:ce:b2
30152026-05-20T16:06:59.951Zfe80::14f5:aff:fe88:670c -> 16:f5:0a:88:67:0c
30162026-05-20T16:06:59.951Znat v4:
30172026-05-20T16:06:59.951Znat_v6:
30182026-05-20T16:06:59.951Zport_mac:
30192026-05-20T16:06:59.952Z1: a8:40:25:41:a4:76
30202026-05-20T16:06:59.952Z1000: a8:40:25:41:a4:75
30212026-05-20T16:06:59.952Z2: a8:40:25:41:a4:77
30222026-05-20T16:06:59.952Zproxy arp:
30232026-05-20T16:06:59.952Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 80522188-81f9-429c-8c90-943b660e4492 --sled-uuid fb41fc2b-6d31-491a-94ad-3e9f42d388e4 -a sl0/v6 &> /opt/ddmd.log &
30242026-05-20T16:06:59.961Z
30252026-05-20T16:07:04.630Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30262026-05-20T16:07:04.671Zlocal v6:
30272026-05-20T16:07:04.671Zfe80::ccac:3eff:fe3a:447
30282026-05-20T16:07:04.671Zfe80::e0e6:e9ff:fe25:ceb2
30292026-05-20T16:07:04.671Zlocal v4:
30302026-05-20T16:07:04.671Zrouter v6_idx:
30312026-05-20T16:07:04.672Zfd00:1::/64 -> 0
30322026-05-20T16:07:04.672Zfd00:2::/64 -> 1
30332026-05-20T16:07:04.672Zrouter v6_routes:
30342026-05-20T16:07:04.672Z0 -> fe80::50bf:73ff:fef3:2851 (1)
30352026-05-20T16:07:04.672Z1 -> fe80::14f5:aff:fe88:670c (2)
30362026-05-20T16:07:04.672Zrouter v4_idx:
30372026-05-20T16:07:04.672Zrouter v4_routes:
30382026-05-20T16:07:04.672Zresolver v4:
30392026-05-20T16:07:04.672Z10.0.0.254 -> 02:08:20:89:a2:a5
30402026-05-20T16:07:04.672Z10.0.0.3 -> 02:08:20:c4:ae:b6
30412026-05-20T16:07:04.672Zresolver v6:
30422026-05-20T16:07:04.672Zfe80::ccac:3eff:fe3a:447 -> ce:ac:3e:3a:04:47
30432026-05-20T16:07:04.672Zfe80::50bf:73ff:fef3:2851 -> 52:bf:73:f3:28:51
30442026-05-20T16:07:04.672Zfe80::e0e6:e9ff:fe25:ceb2 -> e2:e6:e9:25:ce:b2
30452026-05-20T16:07:04.672Zfe80::14f5:aff:fe88:670c -> 16:f5:0a:88:67:0c
30462026-05-20T16:07:04.672Znat v4:
30472026-05-20T16:07:04.672Znat_v6:
30482026-05-20T16:07:04.672Zport_mac:
30492026-05-20T16:07:04.672Z1: a8:40:25:41:a4:76
30502026-05-20T16:07:04.672Z1000: a8:40:25:41:a4:75
30512026-05-20T16:07:04.672Z2: a8:40:25:41:a4:77
30522026-05-20T16:07:04.672Zproxy arp:
30532026-05-20T16:07:04.672Z[s2.trio] netstat -nr -f inet6
30542026-05-20T16:07:04.672ZRouting Table: IPv6
30552026-05-20T16:07:04.672Z Destination/Mask Gateway Flags Ref Use If
30562026-05-20T16:07:04.672Z--------------------------- --------------------------- ----- --- ------- -----
30572026-05-20T16:07:04.672Z::1 ::1 UH 2 0 lo0
30582026-05-20T16:07:04.673Zfd00:1::/64 fe80::e0e6:e9ff:fe25:ceb2 UG 1 0 sl1
30592026-05-20T16:07:04.673Zfe80::/10 fe80::14f5:aff:fe88:670c U 3 64 sl1
30602026-05-20T16:07:04.673Z[s2.trio] ipadm
30612026-05-20T16:07:04.673ZADDROBJ TYPE STATE ADDR
30622026-05-20T16:07:04.673Zlo0/v4 static ok 127.0.0.1/8
30632026-05-20T16:07:04.673Zmg3/v4 static ok 10.0.0.2/24
30642026-05-20T16:07:04.673Zlo0/v6 static ok ::1/128
30652026-05-20T16:07:04.673Zlo0/u6 static ok fd00:2::1/64
30662026-05-20T16:07:04.673Zsl1/v6 addrconf ok fe80::14f5:aff:fe88:670c%sl1/10
30672026-05-20T16:07:04.673Z[s2.trio] route -nv get -inet6 fd00:1::1
30682026-05-20T16:07:04.673Znewrt->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>
30692026-05-20T16:07:04.673Zlocks: inits:
30702026-05-20T16:07:04.673Zsockaddrs: <DST,IFP>
30712026-05-20T16:07:04.673Z fd00:1::1
30722026-05-20T16:07:04.673Z route to: fd00:1::1
30732026-05-20T16:07:04.673Zdestination: fd00:1::
30742026-05-20T16:07:04.673Z mask: ffff:ffff:ffff:ffff::
30752026-05-20T16:07:04.673Z gateway: fe80::e0e6:e9ff:fe25:ceb2
30762026-05-20T16:07:04.673Z interface: sl1 index 3 address 16 f5 0a 88 67 0c
30772026-05-20T16:07:04.673Z flags: <UP,GATEWAY,DONE,STATIC>
30782026-05-20T16:07:04.673Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30792026-05-20T16:07:04.673Z 0 0 0 0 0 0 9000 0
30802026-05-20T16:07:04.673Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30812026-05-20T16:07:04.673Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30822026-05-20T16:07:04.673Z fd00:1:: fe80::e0e6:e9ff:fe25:ceb2 ffff:ffff:ffff:ffff:: sl1:16.f5.a.88.67.c fe80::14f5:aff:fe88:670c
30832026-05-20T16:07:04.673Z[s2.trio] ndp -na
30842026-05-20T16:07:04.673ZNet to Media Table: IPv6
30852026-05-20T16:07:04.674Z If Physical Address Type State Destination/Mask
30862026-05-20T16:07:04.674Z----- ----------------- ------- ------------ ---------------------------
30872026-05-20T16:07:04.674Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30882026-05-20T16:07:04.674Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30892026-05-20T16:07:04.674Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30902026-05-20T16:07:04.674Zsl1 16:f5:0a:88:67:0c local REACHABLE fe80::14f5:aff:fe88:670c
30912026-05-20T16:07:04.674Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30922026-05-20T16:07:04.674Zsl1 33:33:ff:25:ce:b2 other REACHABLE ff02::1:ff25:ceb2
30932026-05-20T16:07:04.674Zsl1 e2:e6:e9:25:ce:b2 dynamic REACHABLE fe80::e0e6:e9ff:fe25:ceb2
30942026-05-20T16:07:04.674Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30952026-05-20T16:07:04.674Zsl1 33:33:ff:88:67:0c other REACHABLE ff02::1:ff88:670c
30962026-05-20T16:07:04.674Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30972026-05-20T16:07:04.674Zlocal v6:
30982026-05-20T16:07:04.674Zfe80::ccac:3eff:fe3a:447
30992026-05-20T16:07:04.674Zfe80::e0e6:e9ff:fe25:ceb2
31002026-05-20T16:07:04.674Zlocal v4:
31012026-05-20T16:07:04.674Zrouter v6_idx:
31022026-05-20T16:07:04.674Zfd00:1::/64 -> 0
31032026-05-20T16:07:04.674Zfd00:2::/64 -> 1
31042026-05-20T16:07:04.674Zrouter v6_routes:
31052026-05-20T16:07:04.674Z0 -> fe80::50bf:73ff:fef3:2851 (1)
31062026-05-20T16:07:04.674Z1 -> fe80::14f5:aff:fe88:670c (2)
31072026-05-20T16:07:04.674Zrouter v4_idx:
31082026-05-20T16:07:04.674Zrouter v4_routes:
31092026-05-20T16:07:04.674Zresolver v4:
31102026-05-20T16:07:04.674Z10.0.0.254 -> 02:08:20:89:a2:a5
31112026-05-20T16:07:04.674Z10.0.0.3 -> 02:08:20:c4:ae:b6
31122026-05-20T16:07:04.674Zresolver v6:
31132026-05-20T16:07:04.674Zfe80::ccac:3eff:fe3a:447 -> ce:ac:3e:3a:04:47
31142026-05-20T16:07:04.675Zfe80::50bf:73ff:fef3:2851 -> 52:bf:73:f3:28:51
31152026-05-20T16:07:04.675Zfe80::e0e6:e9ff:fe25:ceb2 -> e2:e6:e9:25:ce:b2
31162026-05-20T16:07:04.675Zfe80::14f5:aff:fe88:670c -> 16:f5:0a:88:67:0c
31172026-05-20T16:07:04.675Znat v4:
31182026-05-20T16:07:04.675Znat_v6:
31192026-05-20T16:07:04.675Zport_mac:
31202026-05-20T16:07:04.675Z1: a8:40:25:41:a4:76
31212026-05-20T16:07:04.675Z1000: a8:40:25:41:a4:75
31222026-05-20T16:07:04.675Z2: a8:40:25:41:a4:77
31232026-05-20T16:07:04.675Zproxy arp:
31242026-05-20T16:07:04.675Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31252026-05-20T16:07:04.675ZSubnet Port Link Gateway Vlan
31262026-05-20T16:07:04.742Zfd00:1::/64 rear0 0 fe80::50bf:73ff:fef3:2851
31272026-05-20T16:07:04.742Zfd00:2::/64 rear1 0 fe80::14f5:aff:fe88:670c
31282026-05-20T16:07:04.742Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31292026-05-20T16:07:04.742Zhost mac age
31302026-05-20T16:07:04.742Z10.0.0.3 02:08:20:c4:ae:b6 21s
31312026-05-20T16:07:04.742Z10.0.0.254 02:08:20:89:a2:a5 18s
31322026-05-20T16:07:04.742Zfe80::14f5:aff:fe88:670c 16:f5:0a:88:67:0c 21s
31332026-05-20T16:07:04.742Zfe80::50bf:73ff:fef3:2851 52:bf:73:f3:28:51 21s
31342026-05-20T16:07:04.742Zfe80::ccac:3eff:fe3a:447 ce:ac:3e:3a:04:47 21s
31352026-05-20T16:07:04.742Zfe80::e0e6:e9ff:fe25:ceb2 e2:e6:e9:25:ce:b2 21s
31362026-05-20T16:07:04.742Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31372026-05-20T16:07:04.742ZLink IPv4 IPv6
31382026-05-20T16:07:04.742Zrear0/0 fe80::ccac:3eff:fe3a:447
31392026-05-20T16:07:04.742Zrear1/0 fe80::e0e6:e9ff:fe25:ceb2
31402026-05-20T16:07:04.742Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31412026-05-20T16:07:04.742ZADDROBJ TYPE STATE ADDR
31422026-05-20T16:07:04.742Zlo0/v4 static ok 127.0.0.1/8
31432026-05-20T16:07:04.742Zmg2/v4 static ok 10.0.0.1/24
31442026-05-20T16:07:04.742Zlo0/v6 static ok ::1/128
31452026-05-20T16:07:04.742Zlo0/u6 static ok fd00:1::1/64
31462026-05-20T16:07:04.742Zsl0/v6 addrconf ok fe80::50bf:73ff:fef3:2851%sl0/10
31472026-05-20T16:07:04.742Znewrt->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>
31482026-05-20T16:07:04.742Zlocks: inits:
31492026-05-20T16:07:04.743Zsockaddrs: <DST,IFP>
31502026-05-20T16:07:04.743Z fd00:2::1
31512026-05-20T16:07:04.743Z route to: fd00:2::1
31522026-05-20T16:07:04.743Zdestination: fd00:2::
31532026-05-20T16:07:04.743Z mask: ffff:ffff:ffff:ffff::
31542026-05-20T16:07:04.743Z gateway: fe80::ccac:3eff:fe3a:447
31552026-05-20T16:07:04.743Z interface: sl0 index 3 address 52 bf 73 f3 28 51
31562026-05-20T16:07:04.743Z flags: <UP,GATEWAY,DONE,STATIC>
31572026-05-20T16:07:04.743Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31582026-05-20T16:07:04.743Z 0 0 0 0 0 0 9000 0
31592026-05-20T16:07:04.743Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31602026-05-20T16:07:04.743Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31612026-05-20T16:07:04.743Z fd00:2:: fe80::ccac:3eff:fe3a:447 ffff:ffff:ffff:ffff:: sl0:52.bf.73.f3.28.51 fe80::50bf:73ff:fef3:2851
31622026-05-20T16:07:04.743Z
31632026-05-20T16:07:04.743ZNet to Media Table: IPv6
31642026-05-20T16:07:04.743Z If Physical Address Type State Destination/Mask
31652026-05-20T16:07:04.743Z----- ----------------- ------- ------------ ---------------------------
31662026-05-20T16:07:04.743Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31672026-05-20T16:07:04.743Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31682026-05-20T16:07:04.743Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31692026-05-20T16:07:04.743Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31702026-05-20T16:07:04.743Zsl0 52:bf:73:f3:28:51 local REACHABLE fe80::50bf:73ff:fef3:2851
31712026-05-20T16:07:04.743Zsl0 ce:ac:3e:3a:04:47 dynamic REACHABLE fe80::ccac:3eff:fe3a:447
31722026-05-20T16:07:04.743Zsl0 33:33:ff:3a:04:47 other REACHABLE ff02::1:ff3a:447
31732026-05-20T16:07:04.743Zsl0 33:33:ff:f3:28:51 other REACHABLE ff02::1:fff3:2851
31742026-05-20T16:07:04.743Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31752026-05-20T16:07:04.744Z
31762026-05-20T16:07:04.744Z
31772026-05-20T16:07:04.744ZRouting Table: IPv6
31782026-05-20T16:07:04.744Z Destination/Mask Gateway Flags Ref Use If
31792026-05-20T16:07:04.744Z--------------------------- --------------------------- ----- --- ------- -----
31802026-05-20T16:07:04.744Z::1 ::1 UH 2 0 lo0
31812026-05-20T16:07:04.744Zfd00:2::/64 fe80::ccac:3eff:fe3a:447 UG 2 2 sl0
31822026-05-20T16:07:04.744Zfe80::/10 fe80::50bf:73ff:fef3:2851 U 3 64 sl0
31832026-05-20T16:07:04.744ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31842026-05-20T16:07:04.744Z68 bytes from fd00:2::1: icmp_seq=0. time=0.301 ms
31852026-05-20T16:07:04.744Z68 bytes from fd00:2::1: icmp_seq=1. time=0.230 ms
31862026-05-20T16:07:04.744Z
31872026-05-20T16:07:04.744Z----fd00:2::1 PING Statistics----
31882026-05-20T16:07:04.744Z2 packets transmitted, 2 packets received, 0% packet loss
31892026-05-20T16:07:04.744Zround-trip (ms) min/avg/max/stddev = 0.230/0.266/0.301/0.050
31902026-05-20T16:07:04.744Z[s2.trio] ping fd00:1::1
31912026-05-20T16:07:04.744Zfd00:1::1 is alive
31922026-05-20T16:07:04.744Zserver router restart passed
31932026-05-20T16:07:08.214Zpeer expiration recovery passed
31942026-05-20T16:07:09.214Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31952026-05-20T16:07:09.243Z3
31962026-05-20T16:07:09.243Zredundant advertise passed
31972026-05-20T16:07:10.857Ztunnel endpoint advertise passed
31982026-05-20T16:07:15.234Zredundant tunnel endpoint advertise passed
31992026-05-20T16:07:15.234Z[s1.trio] pkill ddmd
32002026-05-20T16:07:15.247Z
32012026-05-20T16:07:20.261Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 75048f65-f06b-48a5-90e3-668a822e2a11 --sled-uuid 492d7523-f7bc-4eb0-a604-653ab36b417a -a sl0/v6 &> /opt/ddmd.log &
32022026-05-20T16:07:20.368Z
32032026-05-20T16:07:25.268Ztunnel router restart passed
32042026-05-20T16:07:26.283Ztunnel endpoint withdraw passed
32052026-05-20T16:07:26.287Z[t1.trio] pkill ddmd
32062026-05-20T16:07:26.287Z
32072026-05-20T16:07:26.287Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
32082026-05-20T16:07:26.287Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
32092026-05-20T16:07:28.201Z[s2.trio] pkill ddmd
32102026-05-20T16:07:28.214Z
32112026-05-20T16:07:28.214Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32122026-05-20T16:07:30.046Z[s1.trio] pkill ddmd
32132026-05-20T16:07:30.058Z
32142026-05-20T16:07:30.059Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32152026-05-20T16:07:31.850Z[sidecar.trio] pkill softnpu
32162026-05-20T16:07:31.864Z
32172026-05-20T16:07:31.864Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32182026-05-20T16:07:34.593Ztest ddm::test_trio_v3 ... ok
32192026-05-20T16:07:34.593Z
32202026-05-20T16:07:34.593Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.09s
32212026-05-20T16:07:34.593Z
32222026-05-20T16:07:34.648Z+ cleanup
32232026-05-20T16:07:34.651Z++ id -un
32242026-05-20T16:07:34.654Z++ id -gn
32252026-05-20T16:07:34.654Z+ pfexec chown -R build:build .
32262026-05-20T16:07:34.779Zprocess exited: duration 701258 ms, exit code 0
 
32272026-05-20T16:07:34.786Zfound 5 output files
32282026-05-20T16:07:34.786Zuploading: /work/s1.trio.log (4238 bytes)
32292026-05-20T16:07:35.801Zuploaded: /work/s1.trio.log
32302026-05-20T16:07:35.801Zuploading: /work/s2.trio.log (9838 bytes)
32312026-05-20T16:07:36.812Zuploaded: /work/s2.trio.log
32322026-05-20T16:07:36.812Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32332026-05-20T16:07:37.828Zuploaded: /work/sidecar.trio-softnpu.log
32342026-05-20T16:07:37.828Zuploading: /work/t1.trio-dpd.log (335744 bytes)
32352026-05-20T16:07:38.855Zuploaded: /work/t1.trio-dpd.log
32362026-05-20T16:07:38.856Zuploading: /work/t1.trio.log (25719 bytes)
32372026-05-20T16:07:39.872Zuploaded: /work/t1.trio.log