01KVY1A3KRMZ55K1D27WMDQKDH: 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: 01KVY1AR48W7F9VQQ0Z4SMV60W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:03:05.442Zjob assigned to worker 01KVY1BGRHR20HG0GG1YP3F7BR [factory aws, i-0f78ee51ccbbfc95e] (queued for 1 m 5 s)
 
22026-06-25T00:03:12.843Zstarting task 0: "setup"
32026-06-25T00:03:12.849Z++ uname -s
42026-06-25T00:03:12.852Z+ kern=SunOS
52026-06-25T00:03:12.852Z+ build_user=build
62026-06-25T00:03:12.852Z+ build_uid=12345
72026-06-25T00:03:12.852Z+ work_dir=/work
82026-06-25T00:03:12.852Z+ input_dir=/input
92026-06-25T00:03:12.852Z+ [[ 0 == 12345 ]]
102026-06-25T00:03:12.852Z+ case "$kern" in
112026-06-25T00:03:12.852Z+ groupadd -g 12345 build
122026-06-25T00:03:12.855Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:03:14.859Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:03:14.940Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:03:14.944Z+ home_fs=zfs
162026-06-25T00:03:14.944Z+ [[ zfs == autofs ]]
172026-06-25T00:03:14.944Z+ mkdir -p /home/build
182026-06-25T00:03:14.944Z+ chown build:build /home/build /work
192026-06-25T00:03:16.944Z+ chmod 0700 /home/build /work
202026-06-25T00:03:16.947Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-25T00:03:16.953Zstarting task 1: "rust-toolchain"
222026-06-25T00:03:16.957Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T00:03:16.957Z * rust toolchain channel = "stable"
242026-06-25T00:03:16.957Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T00:03:16.957Z * rust toolchain profile = "default"
262026-06-25T00:03:16.957Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:03:16.957Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:03:16.960Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:03:16.960Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T00:03:17.082Zinfo: downloading installer
312026-06-25T00:03:18.901Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:03:18.901Zwarn: /opt/ooce/bin
332026-06-25T00:03:18.901Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:03:18.901Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:03:18.901Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:03:18.902Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:03:18.902Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:03:18.902Zerror: cannot install while Rust is installed
392026-06-25T00:03:18.902Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:03:18.902Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:03:18.902Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:03:18.902Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:03:18.902Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:03:18.937Zinfo: profile set to default
452026-06-25T00:03:18.937Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:03:18.941Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T00:03:19.088Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T00:03:19.091Zinfo: downloading 6 components
492026-06-25T00:03:34.634Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T00:03:34.635Z
512026-06-25T00:03:34.664Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T00:03:34.665Z
532026-06-25T00:03:34.665Z
542026-06-25T00:03:34.665ZRust is installed now. Great!
552026-06-25T00:03:34.665Z
562026-06-25T00:03:34.669ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:03:34.670Zenvironment variable. This has not been done automatically.
582026-06-25T00:03:34.670Z
592026-06-25T00:03:34.670ZTo configure your current shell, you need to source
602026-06-25T00:03:34.670Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:03:34.670Z
622026-06-25T00:03:34.670ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:03:34.670Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:03:34.670Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:03:34.671Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:03:34.671Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:03:34.671Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:03:34.671Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:03:34.671Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:03:34.671Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:03:34.755Z+ rustup --version
722026-06-25T00:03:34.763Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:03:34.770Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:03:34.783Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T00:03:34.787Z+ cargo --version
762026-06-25T00:03:34.799Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T00:03:34.809Z+ rustc --version
782026-06-25T00:03:34.821Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T00:03:34.826Zprocess exited: duration 17869 ms, exit code 0
 
802026-06-25T00:03:34.840Zstarting task 2: "authentication"
812026-06-25T00:03:34.854Zprocess exited: duration 17 ms, exit code 0
 
822026-06-25T00:03:34.867Zstarting task 3: "clone repository"
832026-06-25T00:03:34.876Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T00:03:34.877Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T00:03:34.937ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T00:03:37.771Z+ cd /work/oxidecomputer/maghemite
872026-06-25T00:03:37.771Z+ git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e
882026-06-25T00:03:37.820ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T00:03:37.821Z * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD
902026-06-25T00:03:37.821Z+ [[ -n trey/ndp-demux ]]
912026-06-25T00:03:37.821Z++ git branch --show-current
922026-06-25T00:03:37.821Z+ current=main
932026-06-25T00:03:37.821Z+ [[ main != trey/ndp-demux ]]
942026-06-25T00:03:37.821Z+ git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e
952026-06-25T00:03:37.821Z+ git checkout -f trey/ndp-demux
962026-06-25T00:03:37.821ZSwitched to branch 'trey/ndp-demux'
972026-06-25T00:03:37.821Z+ git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e
982026-06-25T00:03:37.821ZHEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux
992026-06-25T00:03:37.821Zprocess exited: duration 1500 ms, exit code 0
 
1002026-06-25T00:03:37.894Zstarting task 4: "build"
1012026-06-25T00:03:37.911Z++ dladm
1022026-06-25T00:03:37.911ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-25T00:03:37.911Zena0 phys 9216 up -- --
1042026-06-25T00:03:37.911Z++ ipadm
1052026-06-25T00:03:37.911ZADDROBJ TYPE STATE ADDR
1062026-06-25T00:03:37.912Zlo0/v4 static ok 127.0.0.1/8
1072026-06-25T00:03:37.912Zena0/dhcp dhcp ok 10.150.1.186/24
1082026-06-25T00:03:37.912Zlo0/v6 static ok ::1/128
1092026-06-25T00:03:37.912Z++ banner collect
1102026-06-25T00:03:37.912Z
1112026-06-25T00:03:37.912Z #### #### # # ###### #### #####
1122026-06-25T00:03:37.912Z # # # # # # # # # #
1132026-06-25T00:03:37.912Z # # # # # ##### # #
1142026-06-25T00:03:37.912Z # # # # # # # #
1152026-06-25T00:03:37.912Z # # # # # # # # # #
1162026-06-25T00:03:37.912Z #### #### ###### ###### ###### #### #
1172026-06-25T00:03:37.912Z
1182026-06-25T00:03:37.912Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-25T00:03:37.912Z++ repo=softnpu
1202026-06-25T00:03:37.912Z++ series=image
1212026-06-25T00:03:37.912Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-25T00:03:37.912Z++ name=softnpu
1232026-06-25T00:03:37.912Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-25T00:03:37.912Z++ mkdir -p download
1252026-06-25T00:03:37.912Z++ pushd download
1262026-06-25T00:03:37.912Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-25T00:03:37.913Z++ [[ ! -f softnpu ]]
1282026-06-25T00:03:37.913Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-25T00:03:37.913Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-25T00:03:37.913Z Dload Upload Total Spent Left Speed
1312026-06-25T00:03:38.549Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 23.89M 0 0 100 15.63M 100 15.63M 0 0 23.89M 0 0 100 15.63M 100 15.63M 0 0 23.89M 0 0
1322026-06-25T00:03:38.567Z++ popd
1332026-06-25T00:03:38.567Z/work/oxidecomputer/maghemite
1342026-06-25T00:03:38.567Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-25T00:03:38.567Z++ repo=sidecar-lite
1362026-06-25T00:03:38.567Z++ series=release
1372026-06-25T00:03:38.567Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-25T00:03:38.567Z++ name=libsidecar_lite.so
1392026-06-25T00:03:38.567Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-25T00:03:38.567Z++ mkdir -p download
1412026-06-25T00:03:38.567Z++ pushd download
1422026-06-25T00:03:38.567Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-25T00:03:38.567Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-25T00:03:38.567Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-25T00:03:38.567Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-25T00:03:38.567Z Dload Upload Total Spent Left Speed
1472026-06-25T00:03:38.965Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 28.90M 0 0 100 12.04M 100 12.04M 0 0 28.90M 0 0 100 12.04M 100 12.04M 0 0 28.89M 0 0
1482026-06-25T00:03:38.969Z++ popd
1492026-06-25T00:03:38.972Z/work/oxidecomputer/maghemite
1502026-06-25T00:03:38.972Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-25T00:03:38.972Z++ repo=sidecar-lite
1522026-06-25T00:03:38.973Z++ series=release
1532026-06-25T00:03:38.973Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-25T00:03:38.973Z++ name=scadm
1552026-06-25T00:03:38.973Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-25T00:03:38.973Z++ mkdir -p download
1572026-06-25T00:03:38.973Z++ pushd download
1582026-06-25T00:03:38.973Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-25T00:03:38.973Z++ [[ ! -f scadm ]]
1602026-06-25T00:03:38.973Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-25T00:03:38.978Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-25T00:03:38.978Z Dload Upload Total Spent Left Speed
1632026-06-25T00:03:39.377Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 39.52M 0 0 100 15.78M 100 15.78M 0 0 39.52M 0 0 100 15.78M 100 15.78M 0 0 39.51M 0 0
1642026-06-25T00:03:39.382Z++ popd
1652026-06-25T00:03:39.383Z/work/oxidecomputer/maghemite
1662026-06-25T00:03:39.383Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-25T00:03:39.383Z++ repo=dendrite
1682026-06-25T00:03:39.383Z++ series=image
1692026-06-25T00:03:39.383Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-25T00:03:39.383Z++ name=dendrite-softnpu.tar.gz
1712026-06-25T00:03:39.383Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-25T00:03:39.383Z++ mkdir -p download
1732026-06-25T00:03:39.383Z++ pushd download
1742026-06-25T00:03:39.383Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-25T00:03:39.383Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-25T00:03:39.383Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-25T00:03:39.387Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-25T00:03:39.387Z Dload Upload Total Spent Left Speed
1792026-06-25T00:03:41.245Z 0 0 0 0 0 0 0 0 0 51 71.59M 51 36.76M 0 0 36.78M 0 00:01 00:01 36.79M 100 71.59M 100 71.59M 0 0 38.89M 0 00:01 00:01 36.79M 100 71.59M 100 71.59M 0 0 38.89M 0 00:01 00:01 36.79M 100 71.59M 100 71.59M 0 0 38.88M 0 00:01 00:01 36.79M
1802026-06-25T00:03:41.252Z++ popd
1812026-06-25T00:03:41.252Z/work/oxidecomputer/maghemite
1822026-06-25T00:03:41.252Z++ get_artifact maghemite release 259f208a5992ccc766de2134939801cc26f9ae0e ddm
1832026-06-25T00:03:41.252Z++ repo=maghemite
1842026-06-25T00:03:41.252Z++ series=release
1852026-06-25T00:03:41.252Z++ commit=259f208a5992ccc766de2134939801cc26f9ae0e
1862026-06-25T00:03:41.252Z++ name=ddm
1872026-06-25T00:03:41.252Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-25T00:03:41.252Z++ mkdir -p download
1892026-06-25T00:03:41.252Z++ pushd download
1902026-06-25T00:03:41.252Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-25T00:03:41.252Z++ [[ ! -f ddm ]]
1922026-06-25T00:03:41.252Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/259f208a5992ccc766de2134939801cc26f9ae0e/ddm
1932026-06-25T00:03:41.252Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-25T00:03:41.252Z Dload Upload Total Spent Left Speed
1952026-06-25T00:03:41.312Z 0 0 0 0 0 0 0 0 0
1962026-06-25T00:03:41.313Zcurl: (22) The requested URL returned error: 404
1972026-06-25T00:03:41.317Z++ popd
1982026-06-25T00:03:41.317Z/work/oxidecomputer/maghemite
1992026-06-25T00:03:41.317Z++ get_artifact maghemite release 259f208a5992ccc766de2134939801cc26f9ae0e ddmadm
2002026-06-25T00:03:41.317Z++ repo=maghemite
2012026-06-25T00:03:41.317Z++ series=release
2022026-06-25T00:03:41.317Z++ commit=259f208a5992ccc766de2134939801cc26f9ae0e
2032026-06-25T00:03:41.317Z++ name=ddmadm
2042026-06-25T00:03:41.317Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-25T00:03:41.318Z++ mkdir -p download
2062026-06-25T00:03:41.318Z++ pushd download
2072026-06-25T00:03:41.318Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-25T00:03:41.318Z++ [[ ! -f ddmadm ]]
2092026-06-25T00:03:41.318Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/259f208a5992ccc766de2134939801cc26f9ae0e/ddmadm
2102026-06-25T00:03:41.325Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-25T00:03:41.325Z Dload Upload Total Spent Left Speed
2122026-06-25T00:03:41.387Z 0 0 0 0 0 0 0 0 0
2132026-06-25T00:03:41.387Zcurl: (22) The requested URL returned error: 404
2142026-06-25T00:03:41.390Z++ popd
2152026-06-25T00:03:41.390Z/work/oxidecomputer/maghemite
2162026-06-25T00:03:41.390Z++ pushd download
2172026-06-25T00:03:41.390Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-25T00:03:41.390Z++ chmod +x softnpu
2192026-06-25T00:03:41.390Z++ chmod +x scadm
2202026-06-25T00:03:41.391Z++ chmod +x ddmadm
2212026-06-25T00:03:41.391Zchmod: WARNING: can't access ddmadm
2222026-06-25T00:03:41.391Z++ chmod +x ddmd
2232026-06-25T00:03:41.393Zchmod: WARNING: can't access ddmd
2242026-06-25T00:03:41.393Z++ mv ddmadm ddmadm-v2
2252026-06-25T00:03:41.394Zmv: cannot access ddmadm
2262026-06-25T00:03:41.394Z++ mv ddmd ddmd-v2
2272026-06-25T00:03:41.394Zmv: cannot access ddmd
2282026-06-25T00:03:41.394Z++ rm -rf zones/dendrite
2292026-06-25T00:03:41.397Z++ mkdir -p zones/dendrite
2302026-06-25T00:03:41.397Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-25T00:03:42.411Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-25T00:03:42.415Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-25T00:03:42.416Z++ popd
2342026-06-25T00:03:42.416Z/work/oxidecomputer/maghemite
2352026-06-25T00:03:42.416Z++ banner install
2362026-06-25T00:03:42.416Z
2372026-06-25T00:03:42.416Z # # # #### ##### ## # #
2382026-06-25T00:03:42.416Z # ## # # # # # # #
2392026-06-25T00:03:42.416Z # # # # #### # # # # #
2402026-06-25T00:03:42.416Z # # # # # # ###### # #
2412026-06-25T00:03:42.416Z # # ## # # # # # # #
2422026-06-25T00:03:42.416Z # # # #### # # # ###### ######
2432026-06-25T00:03:42.416Z
2442026-06-25T00:03:42.416Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-25T00:03:42.417Z++ set +o errexit
2462026-06-25T00:03:42.417Z++ pkg info clang-15
2472026-06-25T00:03:42.417Z++ grep -qi installed
2482026-06-25T00:03:43.668Zpkg: info: no packages matching the following patterns you specified are
2492026-06-25T00:03:43.668Zinstalled on the system. Try querying remotely instead:
2502026-06-25T00:03:43.668Z
2512026-06-25T00:03:43.668Z clang-15
2522026-06-25T00:03:43.705Z++ [[ 1 != 0 ]]
2532026-06-25T00:03:43.705Z++ set -o errexit
2542026-06-25T00:03:43.709Z++ pfexec pkg install clang-15
2552026-06-25T00:03:50.478Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-25T00:03:58.315Z Startup: Caching catalogs ... Done
2572026-06-25T00:04:05.740ZPlanning: Solver setup ... Done
2582026-06-25T00:04:05.781ZPlanning: Running solver ... Done
2592026-06-25T00:04:05.923ZPlanning: Finding local manifests ... Done
2602026-06-25T00:04:05.944ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-25T00:04:06.042ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-25T00:04:06.070ZPlanning: Package planning ... Done
2632026-06-25T00:04:06.095ZPlanning: Merging actions ... Done
2642026-06-25T00:04:06.206ZPlanning: Checking for conflicting actions ... Done
2652026-06-25T00:04:06.213ZPlanning: Consolidating action changes ... Done
2662026-06-25T00:04:07.017ZPlanning: Evaluating mediators ... Done
2672026-06-25T00:04:07.020ZPlanning: Planning completed in 8.53 seconds
2682026-06-25T00:04:07.032Z Packages to install: 2
2692026-06-25T00:04:07.035Z Mediators to change: 2
2702026-06-25T00:04:07.035Z Services to change: 1
2712026-06-25T00:04:07.035Z Create boot environment: No
2722026-06-25T00:04:07.035ZCreate backup boot environment: No
2732026-06-25T00:04:07.075Z
2742026-06-25T00:04:07.075ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-25T00:04:12.213ZDownload: 973/3076 items 81.2/211.3MB 38% complete (17.1M/s)
2762026-06-25T00:04:19.590ZDownload: 983/3076 items 82.2/211.3MB 38% complete (12.7M/s)
2772026-06-25T00:04:24.628ZDownload: 1376/3076 items 115.7/211.3MB 54% complete (3.7M/s)
2782026-06-25T00:04:29.672ZDownload: 1602/3076 items 117.1/211.3MB 55% complete (3.7M/s)
2792026-06-25T00:04:35.102ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (3.1M/s)
2802026-06-25T00:04:41.231ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (2.7M/s)
2812026-06-25T00:04:51.167ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
2822026-06-25T00:04:56.203ZDownload: 3062/3076 items 208.6/211.3MB 98% complete (19.0M/s)
2832026-06-25T00:04:58.617ZDownload: Completed 211.31 MB in 51.51 seconds (4.1M/s)
2842026-06-25T00:04:58.704Z Actions: 1/3418 actions (Installing new actions)
2852026-06-25T00:05:01.880Z Actions: Completed 3418 actions in 3.17 seconds.
2862026-06-25T00:05:02.552Z Done
2872026-06-25T00:05:02.552Z Done
2882026-06-25T00:05:03.294Z Done
2892026-06-25T00:05:06.798Z Done
2902026-06-25T00:05:06.869Z Done
2912026-06-25T00:05:06.872Z Done
2922026-06-25T00:05:07.142Z Done
2932026-06-25T00:05:07.854Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-06-25T00:05:07.854Z++ set +o errexit
2952026-06-25T00:05:07.860Z++ pkg info pkg-config
2962026-06-25T00:05:07.860Z++ grep -qi installed
2972026-06-25T00:05:08.080Z++ [[ 0 != 0 ]]
2982026-06-25T00:05:08.080Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2992026-06-25T00:05:08.081Z++ set +o errexit
3002026-06-25T00:05:08.084Z++ pkg info brand/omicron1
3012026-06-25T00:05:08.084Z++ grep -qi installed
3022026-06-25T00:05:08.264Zpkg: info: no packages matching the following patterns you specified are
3032026-06-25T00:05:08.264Zinstalled on the system. Try querying remotely instead:
3042026-06-25T00:05:08.264Z
3052026-06-25T00:05:08.264Z brand/omicron1
3062026-06-25T00:05:08.299Z++ [[ 1 != 0 ]]
3072026-06-25T00:05:08.299Z++ set -o errexit
3082026-06-25T00:05:08.299Z++ pfexec pkg install brand/omicron1
3092026-06-25T00:05:08.711Z Startup: Refreshing catalog 'helios-dev' ... Done
3102026-06-25T00:05:16.089ZPlanning: Solver setup ... Done
3112026-06-25T00:05:16.129ZPlanning: Running solver ... Done
3122026-06-25T00:05:16.279ZPlanning: Finding local manifests ... Done
3132026-06-25T00:05:16.283ZPlanning: Fetching manifests: 0/2 0% complete
3142026-06-25T00:05:16.403ZPlanning: Fetching manifests: 2/2 100% complete
3152026-06-25T00:05:16.415ZPlanning: Package planning ... Done
3162026-06-25T00:05:16.419ZPlanning: Merging actions ... Done
3172026-06-25T00:05:16.570ZPlanning: Checking for conflicting actions ... Done
3182026-06-25T00:05:16.573ZPlanning: Consolidating action changes ... Done
3192026-06-25T00:05:16.729ZPlanning: Evaluating mediators ... Done
3202026-06-25T00:05:16.733ZPlanning: Planning completed in 8.02 seconds
3212026-06-25T00:05:16.738Z Packages to install: 2
3222026-06-25T00:05:16.738Z Create boot environment: No
3232026-06-25T00:05:16.738ZCreate backup boot environment: No
3242026-06-25T00:05:16.768Z
3252026-06-25T00:05:16.768ZDownload: 0/5 items 0.0/1.1MB 0% complete
3262026-06-25T00:05:16.786ZDownload: Completed 1.07 MB in 0.02 seconds (49.3M/s)
3272026-06-25T00:05:16.853Z Actions: 1/28 actions (Installing new actions)
3282026-06-25T00:05:16.866Z Actions: Completed 28 actions in 0.01 seconds.
3292026-06-25T00:05:17.394Z Done
3302026-06-25T00:05:17.394Z Done
3312026-06-25T00:05:18.039Z Done
3322026-06-25T00:05:20.950Z Done
3332026-06-25T00:05:21.015Z Done
3342026-06-25T00:05:21.018Z Done
3352026-06-25T00:05:21.133Z Done
3362026-06-25T00:05:21.275Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3372026-06-25T00:05:21.275Z++ set +o errexit
3382026-06-25T00:05:21.278Z++ pkg info brand/omicron1/tools
3392026-06-25T00:05:21.278Z++ grep -qi installed
3402026-06-25T00:05:21.460Zpkg: info: no packages matching the following patterns you specified are
3412026-06-25T00:05:21.460Zinstalled on the system. Try querying remotely instead:
3422026-06-25T00:05:21.460Z
3432026-06-25T00:05:21.460Z brand/omicron1/tools
3442026-06-25T00:05:21.494Z++ [[ 1 != 0 ]]
3452026-06-25T00:05:21.494Z++ set -o errexit
3462026-06-25T00:05:21.497Z++ pfexec pkg install brand/omicron1/tools
3472026-06-25T00:05:21.893Z Startup: Refreshing catalog 'helios-dev' ... Done
3482026-06-25T00:05:29.373ZPlanning: Solver setup ... Done
3492026-06-25T00:05:29.412ZPlanning: Running solver ... Done
3502026-06-25T00:05:29.555ZPlanning: Finding local manifests ... Done
3512026-06-25T00:05:29.561ZPlanning: Fetching manifests: 0/1 0% complete
3522026-06-25T00:05:29.675ZPlanning: Fetching manifests: 1/1 100% complete
3532026-06-25T00:05:29.683ZPlanning: Package planning ... Done
3542026-06-25T00:05:29.688ZPlanning: Merging actions ... Done
3552026-06-25T00:05:29.828ZPlanning: Checking for conflicting actions ... Done
3562026-06-25T00:05:29.832ZPlanning: Consolidating action changes ... Done
3572026-06-25T00:05:29.987ZPlanning: Evaluating mediators ... Done
3582026-06-25T00:05:29.993ZPlanning: Planning completed in 8.09 seconds
3592026-06-25T00:05:29.999Z Packages to install: 1
3602026-06-25T00:05:29.999Z Services to change: 1
3612026-06-25T00:05:29.999Z Create boot environment: No
3622026-06-25T00:05:29.999ZCreate backup boot environment: No
3632026-06-25T00:05:30.025Z
3642026-06-25T00:05:30.025ZDownload: 0/2 items 0.0/1.2MB 0% complete
3652026-06-25T00:05:30.051ZDownload: Completed 1.19 MB in 0.02 seconds (52.4M/s)
3662026-06-25T00:05:30.125Z Actions: 1/19 actions (Installing new actions)
3672026-06-25T00:05:30.137Z Actions: Completed 19 actions in 0.01 seconds.
3682026-06-25T00:05:30.664Z Done
3692026-06-25T00:05:30.664Z Done
3702026-06-25T00:05:31.319Z Done
3712026-06-25T00:05:34.230Z Done
3722026-06-25T00:05:34.310Z Done
3732026-06-25T00:05:34.314Z Done
3742026-06-25T00:05:34.463Z Done
3752026-06-25T00:05:34.607Z++ pfexec svcadm enable baseline
3762026-06-25T00:05:34.623Z++ retry=0
3772026-06-25T00:05:34.626Z+++ svcs -Hostate baseline
3782026-06-25T00:05:34.640Z++ [[ offline* != online ]]
3792026-06-25T00:05:34.640Z++ [[ 0 -gt 300 ]]
3802026-06-25T00:05:34.649Z++ sleep 1
3812026-06-25T00:05:35.640Z++ retry=1
3822026-06-25T00:05:35.644Z+++ svcs -Hostate baseline
3832026-06-25T00:05:35.654Z++ [[ offline* != online ]]
3842026-06-25T00:05:35.654Z++ [[ 1 -gt 300 ]]
3852026-06-25T00:05:35.654Z++ sleep 1
3862026-06-25T00:05:36.657Z++ retry=2
3872026-06-25T00:05:36.661Z+++ svcs -Hostate baseline
3882026-06-25T00:05:36.669Z++ [[ offline* != online ]]
3892026-06-25T00:05:36.669Z++ [[ 2 -gt 300 ]]
3902026-06-25T00:05:36.669Z++ sleep 1
3912026-06-25T00:05:37.671Z++ retry=3
3922026-06-25T00:05:37.674Z+++ svcs -Hostate baseline
3932026-06-25T00:05:37.689Z++ [[ offline* != online ]]
3942026-06-25T00:05:37.689Z++ [[ 3 -gt 300 ]]
3952026-06-25T00:05:37.689Z++ sleep 1
3962026-06-25T00:05:38.689Z++ retry=4
3972026-06-25T00:05:38.693Z+++ svcs -Hostate baseline
3982026-06-25T00:05:38.701Z++ [[ offline* != online ]]
3992026-06-25T00:05:38.701Z++ [[ 4 -gt 300 ]]
4002026-06-25T00:05:38.701Z++ sleep 1
4012026-06-25T00:05:39.703Z++ retry=5
4022026-06-25T00:05:39.706Z+++ svcs -Hostate baseline
4032026-06-25T00:05:39.718Z++ [[ offline* != online ]]
4042026-06-25T00:05:39.718Z++ [[ 5 -gt 300 ]]
4052026-06-25T00:05:39.718Z++ sleep 1
4062026-06-25T00:05:40.719Z++ retry=6
4072026-06-25T00:05:40.722Z+++ svcs -Hostate baseline
4082026-06-25T00:05:40.734Z++ [[ offline* != online ]]
4092026-06-25T00:05:40.734Z++ [[ 6 -gt 300 ]]
4102026-06-25T00:05:40.737Z++ sleep 1
4112026-06-25T00:05:41.736Z++ retry=7
4122026-06-25T00:05:41.739Z+++ svcs -Hostate baseline
4132026-06-25T00:05:41.751Z++ [[ offline* != online ]]
4142026-06-25T00:05:41.751Z++ [[ 7 -gt 300 ]]
4152026-06-25T00:05:41.751Z++ sleep 1
4162026-06-25T00:05:42.753Z++ retry=8
4172026-06-25T00:05:42.757Z+++ svcs -Hostate baseline
4182026-06-25T00:05:42.768Z++ [[ offline* != online ]]
4192026-06-25T00:05:42.768Z++ [[ 8 -gt 300 ]]
4202026-06-25T00:05:42.772Z++ sleep 1
4212026-06-25T00:05:43.770Z++ retry=9
4222026-06-25T00:05:43.778Z+++ svcs -Hostate baseline
4232026-06-25T00:05:43.785Z++ [[ offline* != online ]]
4242026-06-25T00:05:43.785Z++ [[ 9 -gt 300 ]]
4252026-06-25T00:05:43.788Z++ sleep 1
4262026-06-25T00:05:44.799Z++ retry=10
4272026-06-25T00:05:44.804Z+++ svcs -Hostate baseline
4282026-06-25T00:05:44.804Z++ [[ offline* != online ]]
4292026-06-25T00:05:44.804Z++ [[ 10 -gt 300 ]]
4302026-06-25T00:05:44.804Z++ sleep 1
4312026-06-25T00:05:45.805Z++ retry=11
4322026-06-25T00:05:45.808Z+++ svcs -Hostate baseline
4332026-06-25T00:05:45.818Z++ [[ offline* != online ]]
4342026-06-25T00:05:45.818Z++ [[ 11 -gt 300 ]]
4352026-06-25T00:05:45.818Z++ sleep 1
4362026-06-25T00:05:46.820Z++ retry=12
4372026-06-25T00:05:46.823Z+++ svcs -Hostate baseline
4382026-06-25T00:05:46.835Z++ [[ offline* != online ]]
4392026-06-25T00:05:46.835Z++ [[ 12 -gt 300 ]]
4402026-06-25T00:05:46.835Z++ sleep 1
4412026-06-25T00:05:47.837Z++ retry=13
4422026-06-25T00:05:47.843Z+++ svcs -Hostate baseline
4432026-06-25T00:05:47.853Z++ [[ offline* != online ]]
4442026-06-25T00:05:47.853Z++ [[ 13 -gt 300 ]]
4452026-06-25T00:05:47.853Z++ sleep 1
4462026-06-25T00:05:48.854Z++ retry=14
4472026-06-25T00:05:48.858Z+++ svcs -Hostate baseline
4482026-06-25T00:05:48.868Z++ [[ offline* != online ]]
4492026-06-25T00:05:48.868Z++ [[ 14 -gt 300 ]]
4502026-06-25T00:05:48.871Z++ sleep 1
4512026-06-25T00:05:49.884Z++ retry=15
4522026-06-25T00:05:49.893Z+++ svcs -Hostate baseline
4532026-06-25T00:05:49.893Z++ [[ offline* != online ]]
4542026-06-25T00:05:49.894Z++ [[ 15 -gt 300 ]]
4552026-06-25T00:05:49.894Z++ sleep 1
4562026-06-25T00:05:50.891Z++ retry=16
4572026-06-25T00:05:50.898Z+++ svcs -Hostate baseline
4582026-06-25T00:05:50.903Z++ [[ offline* != online ]]
4592026-06-25T00:05:50.903Z++ [[ 16 -gt 300 ]]
4602026-06-25T00:05:50.914Z++ sleep 1
4612026-06-25T00:05:51.905Z++ retry=17
4622026-06-25T00:05:51.910Z+++ svcs -Hostate baseline
4632026-06-25T00:05:51.922Z++ [[ offline* != online ]]
4642026-06-25T00:05:51.922Z++ [[ 17 -gt 300 ]]
4652026-06-25T00:05:51.922Z++ sleep 1
4662026-06-25T00:05:52.919Z++ retry=18
4672026-06-25T00:05:52.922Z+++ svcs -Hostate baseline
4682026-06-25T00:05:52.935Z++ [[ offline* != online ]]
4692026-06-25T00:05:52.935Z++ [[ 18 -gt 300 ]]
4702026-06-25T00:05:52.935Z++ sleep 1
4712026-06-25T00:05:53.938Z++ retry=19
4722026-06-25T00:05:53.941Z+++ svcs -Hostate baseline
4732026-06-25T00:05:53.952Z++ [[ offline* != online ]]
4742026-06-25T00:05:53.952Z++ [[ 19 -gt 300 ]]
4752026-06-25T00:05:53.952Z++ sleep 1
4762026-06-25T00:05:54.953Z++ retry=20
4772026-06-25T00:05:54.956Z+++ svcs -Hostate baseline
4782026-06-25T00:05:54.968Z++ [[ offline* != online ]]
4792026-06-25T00:05:54.968Z++ [[ 20 -gt 300 ]]
4802026-06-25T00:05:54.971Z++ sleep 1
4812026-06-25T00:05:55.970Z++ retry=21
4822026-06-25T00:05:55.973Z+++ svcs -Hostate baseline
4832026-06-25T00:05:55.985Z++ [[ offline* != online ]]
4842026-06-25T00:05:55.987Z++ [[ 21 -gt 300 ]]
4852026-06-25T00:05:55.987Z++ sleep 1
4862026-06-25T00:05:56.987Z++ retry=22
4872026-06-25T00:05:56.990Z+++ svcs -Hostate baseline
4882026-06-25T00:05:57.002Z++ [[ offline* != online ]]
4892026-06-25T00:05:57.002Z++ [[ 22 -gt 300 ]]
4902026-06-25T00:05:57.002Z++ sleep 1
4912026-06-25T00:05:58.008Z++ retry=23
4922026-06-25T00:05:58.011Z+++ svcs -Hostate baseline
4932026-06-25T00:05:58.018Z++ [[ offline* != online ]]
4942026-06-25T00:05:58.018Z++ [[ 23 -gt 300 ]]
4952026-06-25T00:05:58.021Z++ sleep 1
4962026-06-25T00:05:59.021Z++ retry=24
4972026-06-25T00:05:59.024Z+++ svcs -Hostate baseline
4982026-06-25T00:05:59.035Z++ [[ offline* != online ]]
4992026-06-25T00:05:59.035Z++ [[ 24 -gt 300 ]]
5002026-06-25T00:05:59.035Z++ sleep 1
5012026-06-25T00:06:00.037Z++ retry=25
5022026-06-25T00:06:00.042Z+++ svcs -Hostate baseline
5032026-06-25T00:06:00.052Z++ [[ offline* != online ]]
5042026-06-25T00:06:00.052Z++ [[ 25 -gt 300 ]]
5052026-06-25T00:06:00.052Z++ sleep 1
5062026-06-25T00:06:01.053Z++ retry=26
5072026-06-25T00:06:01.057Z+++ svcs -Hostate baseline
5082026-06-25T00:06:01.068Z++ [[ offline* != online ]]
5092026-06-25T00:06:01.069Z++ [[ 26 -gt 300 ]]
5102026-06-25T00:06:01.072Z++ sleep 1
5112026-06-25T00:06:02.077Z++ retry=27
5122026-06-25T00:06:02.117Z+++ svcs -Hostate baseline
5132026-06-25T00:06:02.182Z++ [[ offline* != online ]]
5142026-06-25T00:06:02.182Z++ [[ 27 -gt 300 ]]
5152026-06-25T00:06:02.182Z++ sleep 1
5162026-06-25T00:06:03.093Z++ retry=28
5172026-06-25T00:06:03.100Z+++ svcs -Hostate baseline
5182026-06-25T00:06:03.125Z++ [[ offline* != online ]]
5192026-06-25T00:06:03.130Z++ [[ 28 -gt 300 ]]
5202026-06-25T00:06:03.130Z++ sleep 1
5212026-06-25T00:06:04.113Z++ retry=29
5222026-06-25T00:06:04.122Z+++ svcs -Hostate baseline
5232026-06-25T00:06:04.122Z++ [[ offline* != online ]]
5242026-06-25T00:06:04.122Z++ [[ 29 -gt 300 ]]
5252026-06-25T00:06:04.122Z++ sleep 1
5262026-06-25T00:06:05.135Z++ retry=30
5272026-06-25T00:06:05.169Z+++ svcs -Hostate baseline
5282026-06-25T00:06:05.170Z++ [[ offline* != online ]]
5292026-06-25T00:06:05.170Z++ [[ 30 -gt 300 ]]
5302026-06-25T00:06:05.170Z++ sleep 1
5312026-06-25T00:06:06.158Z++ retry=31
5322026-06-25T00:06:06.181Z+++ svcs -Hostate baseline
5332026-06-25T00:06:06.181Z++ [[ offline* != online ]]
5342026-06-25T00:06:06.181Z++ [[ 31 -gt 300 ]]
5352026-06-25T00:06:06.181Z++ sleep 1
5362026-06-25T00:06:07.153Z++ retry=32
5372026-06-25T00:06:07.155Z+++ svcs -Hostate baseline
5382026-06-25T00:06:07.168Z++ [[ offline* != online ]]
5392026-06-25T00:06:07.168Z++ [[ 32 -gt 300 ]]
5402026-06-25T00:06:07.168Z++ sleep 1
5412026-06-25T00:06:08.170Z++ retry=33
5422026-06-25T00:06:08.173Z+++ svcs -Hostate baseline
5432026-06-25T00:06:08.184Z++ [[ offline* != online ]]
5442026-06-25T00:06:08.184Z++ [[ 33 -gt 300 ]]
5452026-06-25T00:06:08.184Z++ sleep 1
5462026-06-25T00:06:09.186Z++ retry=34
5472026-06-25T00:06:09.190Z+++ svcs -Hostate baseline
5482026-06-25T00:06:09.201Z++ [[ offline* != online ]]
5492026-06-25T00:06:09.201Z++ [[ 34 -gt 300 ]]
5502026-06-25T00:06:09.204Z++ sleep 1
5512026-06-25T00:06:10.202Z++ retry=35
5522026-06-25T00:06:10.206Z+++ svcs -Hostate baseline
5532026-06-25T00:06:10.217Z++ [[ offline* != online ]]
5542026-06-25T00:06:10.217Z++ [[ 35 -gt 300 ]]
5552026-06-25T00:06:10.217Z++ sleep 1
5562026-06-25T00:06:11.241Z++ retry=36
5572026-06-25T00:06:11.247Z+++ svcs -Hostate baseline
5582026-06-25T00:06:11.247Z++ [[ offline* != online ]]
5592026-06-25T00:06:11.247Z++ [[ 36 -gt 300 ]]
5602026-06-25T00:06:11.247Z++ sleep 1
5612026-06-25T00:06:12.236Z++ retry=37
5622026-06-25T00:06:12.239Z+++ svcs -Hostate baseline
5632026-06-25T00:06:12.251Z++ [[ offline* != online ]]
5642026-06-25T00:06:12.251Z++ [[ 37 -gt 300 ]]
5652026-06-25T00:06:12.251Z++ sleep 1
5662026-06-25T00:06:13.253Z++ retry=38
5672026-06-25T00:06:13.256Z+++ svcs -Hostate baseline
5682026-06-25T00:06:13.268Z++ [[ offline* != online ]]
5692026-06-25T00:06:13.268Z++ [[ 38 -gt 300 ]]
5702026-06-25T00:06:13.268Z++ sleep 1
5712026-06-25T00:06:14.269Z++ retry=39
5722026-06-25T00:06:14.273Z+++ svcs -Hostate baseline
5732026-06-25T00:06:14.284Z++ [[ offline* != online ]]
5742026-06-25T00:06:14.284Z++ [[ 39 -gt 300 ]]
5752026-06-25T00:06:14.284Z++ sleep 1
5762026-06-25T00:06:15.287Z++ retry=40
5772026-06-25T00:06:15.292Z+++ svcs -Hostate baseline
5782026-06-25T00:06:15.303Z++ [[ offline* != online ]]
5792026-06-25T00:06:15.306Z++ [[ 40 -gt 300 ]]
5802026-06-25T00:06:15.306Z++ sleep 1
5812026-06-25T00:06:16.303Z++ retry=41
5822026-06-25T00:06:16.306Z+++ svcs -Hostate baseline
5832026-06-25T00:06:16.317Z++ [[ offline* != online ]]
5842026-06-25T00:06:16.317Z++ [[ 41 -gt 300 ]]
5852026-06-25T00:06:16.317Z++ sleep 1
5862026-06-25T00:06:17.319Z++ retry=42
5872026-06-25T00:06:17.322Z+++ svcs -Hostate baseline
5882026-06-25T00:06:17.334Z++ [[ offline* != online ]]
5892026-06-25T00:06:17.334Z++ [[ 42 -gt 300 ]]
5902026-06-25T00:06:17.338Z++ sleep 1
5912026-06-25T00:06:18.337Z++ retry=43
5922026-06-25T00:06:18.340Z+++ svcs -Hostate baseline
5932026-06-25T00:06:18.351Z++ [[ offline* != online ]]
5942026-06-25T00:06:18.351Z++ [[ 43 -gt 300 ]]
5952026-06-25T00:06:18.351Z++ sleep 1
5962026-06-25T00:06:19.354Z++ retry=44
5972026-06-25T00:06:19.357Z+++ svcs -Hostate baseline
5982026-06-25T00:06:19.368Z++ [[ offline* != online ]]
5992026-06-25T00:06:19.368Z++ [[ 44 -gt 300 ]]
6002026-06-25T00:06:19.368Z++ sleep 1
6012026-06-25T00:06:20.371Z++ retry=45
6022026-06-25T00:06:20.375Z+++ svcs -Hostate baseline
6032026-06-25T00:06:20.384Z++ [[ offline* != online ]]
6042026-06-25T00:06:20.384Z++ [[ 45 -gt 300 ]]
6052026-06-25T00:06:20.384Z++ sleep 1
6062026-06-25T00:06:21.387Z++ retry=46
6072026-06-25T00:06:21.391Z+++ svcs -Hostate baseline
6082026-06-25T00:06:21.402Z++ [[ offline* != online ]]
6092026-06-25T00:06:21.402Z++ [[ 46 -gt 300 ]]
6102026-06-25T00:06:21.429Z++ sleep 1
6112026-06-25T00:06:22.404Z++ retry=47
6122026-06-25T00:06:22.408Z+++ svcs -Hostate baseline
6132026-06-25T00:06:22.418Z++ [[ offline* != online ]]
6142026-06-25T00:06:22.418Z++ [[ 47 -gt 300 ]]
6152026-06-25T00:06:22.418Z++ sleep 1
6162026-06-25T00:06:23.421Z++ retry=48
6172026-06-25T00:06:23.425Z+++ svcs -Hostate baseline
6182026-06-25T00:06:23.434Z++ [[ offline* != online ]]
6192026-06-25T00:06:23.434Z++ [[ 48 -gt 300 ]]
6202026-06-25T00:06:23.434Z++ sleep 1
6212026-06-25T00:06:24.437Z++ retry=49
6222026-06-25T00:06:24.440Z+++ svcs -Hostate baseline
6232026-06-25T00:06:24.451Z++ [[ offline* != online ]]
6242026-06-25T00:06:24.451Z++ [[ 49 -gt 300 ]]
6252026-06-25T00:06:24.455Z++ sleep 1
6262026-06-25T00:06:25.453Z++ retry=50
6272026-06-25T00:06:25.456Z+++ svcs -Hostate baseline
6282026-06-25T00:06:25.468Z++ [[ offline* != online ]]
6292026-06-25T00:06:25.468Z++ [[ 50 -gt 300 ]]
6302026-06-25T00:06:25.468Z++ sleep 1
6312026-06-25T00:06:26.471Z++ retry=51
6322026-06-25T00:06:26.474Z+++ svcs -Hostate baseline
6332026-06-25T00:06:26.484Z++ [[ offline* != online ]]
6342026-06-25T00:06:26.484Z++ [[ 51 -gt 300 ]]
6352026-06-25T00:06:26.484Z++ sleep 1
6362026-06-25T00:06:27.486Z++ retry=52
6372026-06-25T00:06:27.490Z+++ svcs -Hostate baseline
6382026-06-25T00:06:27.501Z++ [[ offline* != online ]]
6392026-06-25T00:06:27.504Z++ [[ 52 -gt 300 ]]
6402026-06-25T00:06:27.504Z++ sleep 1
6412026-06-25T00:06:28.503Z++ retry=53
6422026-06-25T00:06:28.506Z+++ svcs -Hostate baseline
6432026-06-25T00:06:28.519Z++ [[ offline* != online ]]
6442026-06-25T00:06:28.520Z++ [[ 53 -gt 300 ]]
6452026-06-25T00:06:28.520Z++ sleep 1
6462026-06-25T00:06:29.520Z++ retry=54
6472026-06-25T00:06:29.522Z+++ svcs -Hostate baseline
6482026-06-25T00:06:29.534Z++ [[ offline* != online ]]
6492026-06-25T00:06:29.534Z++ [[ 54 -gt 300 ]]
6502026-06-25T00:06:29.534Z++ sleep 1
6512026-06-25T00:06:30.536Z++ retry=55
6522026-06-25T00:06:30.539Z+++ svcs -Hostate baseline
6532026-06-25T00:06:30.551Z++ [[ offline* != online ]]
6542026-06-25T00:06:30.551Z++ [[ 55 -gt 300 ]]
6552026-06-25T00:06:30.551Z++ sleep 1
6562026-06-25T00:06:31.602Z++ retry=56
6572026-06-25T00:06:31.612Z+++ svcs -Hostate baseline
6582026-06-25T00:06:31.613Z++ [[ offline* != online ]]
6592026-06-25T00:06:31.613Z++ [[ 56 -gt 300 ]]
6602026-06-25T00:06:31.613Z++ sleep 1
6612026-06-25T00:06:32.570Z++ retry=57
6622026-06-25T00:06:32.573Z+++ svcs -Hostate baseline
6632026-06-25T00:06:32.585Z++ [[ offline* != online ]]
6642026-06-25T00:06:32.585Z++ [[ 57 -gt 300 ]]
6652026-06-25T00:06:32.585Z++ sleep 1
6662026-06-25T00:06:33.586Z++ retry=58
6672026-06-25T00:06:33.589Z+++ svcs -Hostate baseline
6682026-06-25T00:06:33.602Z++ [[ offline* != online ]]
6692026-06-25T00:06:33.602Z++ [[ 58 -gt 300 ]]
6702026-06-25T00:06:33.606Z++ sleep 1
6712026-06-25T00:06:34.606Z++ retry=59
6722026-06-25T00:06:34.611Z+++ svcs -Hostate baseline
6732026-06-25T00:06:34.619Z++ [[ offline* != online ]]
6742026-06-25T00:06:34.619Z++ [[ 59 -gt 300 ]]
6752026-06-25T00:06:34.619Z++ sleep 1
6762026-06-25T00:06:35.623Z++ retry=60
6772026-06-25T00:06:35.626Z+++ svcs -Hostate baseline
6782026-06-25T00:06:35.638Z++ [[ offline* != online ]]
6792026-06-25T00:06:35.638Z++ [[ 60 -gt 300 ]]
6802026-06-25T00:06:35.642Z++ sleep 1
6812026-06-25T00:06:36.639Z++ retry=61
6822026-06-25T00:06:36.643Z+++ svcs -Hostate baseline
6832026-06-25T00:06:36.653Z++ [[ offline* != online ]]
6842026-06-25T00:06:36.653Z++ [[ 61 -gt 300 ]]
6852026-06-25T00:06:36.653Z++ sleep 1
6862026-06-25T00:06:37.655Z++ retry=62
6872026-06-25T00:06:37.658Z+++ svcs -Hostate baseline
6882026-06-25T00:06:37.670Z++ [[ offline* != online ]]
6892026-06-25T00:06:37.670Z++ [[ 62 -gt 300 ]]
6902026-06-25T00:06:37.673Z++ sleep 1
6912026-06-25T00:06:38.672Z++ retry=63
6922026-06-25T00:06:38.678Z+++ svcs -Hostate baseline
6932026-06-25T00:06:38.689Z++ [[ offline* != online ]]
6942026-06-25T00:06:38.689Z++ [[ 63 -gt 300 ]]
6952026-06-25T00:06:38.689Z++ sleep 1
6962026-06-25T00:06:39.688Z++ retry=64
6972026-06-25T00:06:39.691Z+++ svcs -Hostate baseline
6982026-06-25T00:06:39.703Z++ [[ offline* != online ]]
6992026-06-25T00:06:39.703Z++ [[ 64 -gt 300 ]]
7002026-06-25T00:06:39.703Z++ sleep 1
7012026-06-25T00:06:40.705Z++ retry=65
7022026-06-25T00:06:40.708Z+++ svcs -Hostate baseline
7032026-06-25T00:06:40.720Z++ [[ offline* != online ]]
7042026-06-25T00:06:40.723Z++ [[ 65 -gt 300 ]]
7052026-06-25T00:06:40.723Z++ sleep 1
7062026-06-25T00:06:41.722Z++ retry=66
7072026-06-25T00:06:41.725Z+++ svcs -Hostate baseline
7082026-06-25T00:06:41.737Z++ [[ offline* != online ]]
7092026-06-25T00:06:41.737Z++ [[ 66 -gt 300 ]]
7102026-06-25T00:06:41.740Z++ sleep 1
7112026-06-25T00:06:42.739Z++ retry=67
7122026-06-25T00:06:42.742Z+++ svcs -Hostate baseline
7132026-06-25T00:06:42.754Z++ [[ offline* != online ]]
7142026-06-25T00:06:42.754Z++ [[ 67 -gt 300 ]]
7152026-06-25T00:06:42.754Z++ sleep 1
7162026-06-25T00:06:43.756Z++ retry=68
7172026-06-25T00:06:43.759Z+++ svcs -Hostate baseline
7182026-06-25T00:06:43.771Z++ [[ offline* != online ]]
7192026-06-25T00:06:43.771Z++ [[ 68 -gt 300 ]]
7202026-06-25T00:06:43.771Z++ sleep 1
7212026-06-25T00:06:44.773Z++ retry=69
7222026-06-25T00:06:44.776Z+++ svcs -Hostate baseline
7232026-06-25T00:06:44.789Z++ [[ offline* != online ]]
7242026-06-25T00:06:44.789Z++ [[ 69 -gt 300 ]]
7252026-06-25T00:06:44.791Z++ sleep 1
7262026-06-25T00:06:45.790Z++ retry=70
7272026-06-25T00:06:45.794Z+++ svcs -Hostate baseline
7282026-06-25T00:06:45.805Z++ [[ offline* != online ]]
7292026-06-25T00:06:45.805Z++ [[ 70 -gt 300 ]]
7302026-06-25T00:06:45.809Z++ sleep 1
7312026-06-25T00:06:46.806Z++ retry=71
7322026-06-25T00:06:46.810Z+++ svcs -Hostate baseline
7332026-06-25T00:06:46.821Z++ [[ offline* != online ]]
7342026-06-25T00:06:46.821Z++ [[ 71 -gt 300 ]]
7352026-06-25T00:06:46.825Z++ sleep 1
7362026-06-25T00:06:47.824Z++ retry=72
7372026-06-25T00:06:47.827Z+++ svcs -Hostate baseline
7382026-06-25T00:06:47.839Z++ [[ offline* != online ]]
7392026-06-25T00:06:47.839Z++ [[ 72 -gt 300 ]]
7402026-06-25T00:06:47.842Z++ sleep 1
7412026-06-25T00:06:48.841Z++ retry=73
7422026-06-25T00:06:48.844Z+++ svcs -Hostate baseline
7432026-06-25T00:06:48.856Z++ [[ offline* != online ]]
7442026-06-25T00:06:48.856Z++ [[ 73 -gt 300 ]]
7452026-06-25T00:06:48.859Z++ sleep 1
7462026-06-25T00:06:49.858Z++ retry=74
7472026-06-25T00:06:49.861Z+++ svcs -Hostate baseline
7482026-06-25T00:06:49.873Z++ [[ offline* != online ]]
7492026-06-25T00:06:49.873Z++ [[ 74 -gt 300 ]]
7502026-06-25T00:06:49.876Z++ sleep 1
7512026-06-25T00:06:50.875Z++ retry=75
7522026-06-25T00:06:50.879Z+++ svcs -Hostate baseline
7532026-06-25T00:06:50.892Z++ [[ offline* != online ]]
7542026-06-25T00:06:50.892Z++ [[ 75 -gt 300 ]]
7552026-06-25T00:06:50.892Z++ sleep 1
7562026-06-25T00:06:51.892Z++ retry=76
7572026-06-25T00:06:51.895Z+++ svcs -Hostate baseline
7582026-06-25T00:06:51.908Z++ [[ offline* != online ]]
7592026-06-25T00:06:51.908Z++ [[ 76 -gt 300 ]]
7602026-06-25T00:06:51.908Z++ sleep 1
7612026-06-25T00:06:52.913Z++ retry=77
7622026-06-25T00:06:52.918Z+++ svcs -Hostate baseline
7632026-06-25T00:06:52.924Z++ [[ offline* != online ]]
7642026-06-25T00:06:52.924Z++ [[ 77 -gt 300 ]]
7652026-06-25T00:06:52.924Z++ sleep 1
7662026-06-25T00:06:53.925Z++ retry=78
7672026-06-25T00:06:53.928Z+++ svcs -Hostate baseline
7682026-06-25T00:06:53.940Z++ [[ offline* != online ]]
7692026-06-25T00:06:53.940Z++ [[ 78 -gt 300 ]]
7702026-06-25T00:06:53.940Z++ sleep 1
7712026-06-25T00:06:54.981Z++ retry=79
7722026-06-25T00:06:54.987Z+++ svcs -Hostate baseline
7732026-06-25T00:06:54.987Z++ [[ offline* != online ]]
7742026-06-25T00:06:54.987Z++ [[ 79 -gt 300 ]]
7752026-06-25T00:06:54.987Z++ sleep 1
7762026-06-25T00:06:55.962Z++ retry=80
7772026-06-25T00:06:55.967Z+++ svcs -Hostate baseline
7782026-06-25T00:06:55.974Z++ [[ offline* != online ]]
7792026-06-25T00:06:55.974Z++ [[ 80 -gt 300 ]]
7802026-06-25T00:06:55.974Z++ sleep 1
7812026-06-25T00:06:56.976Z++ retry=81
7822026-06-25T00:06:56.979Z+++ svcs -Hostate baseline
7832026-06-25T00:06:56.990Z++ [[ offline* != online ]]
7842026-06-25T00:06:56.990Z++ [[ 81 -gt 300 ]]
7852026-06-25T00:06:56.990Z++ sleep 1
7862026-06-25T00:06:57.992Z++ retry=82
7872026-06-25T00:06:57.995Z+++ svcs -Hostate baseline
7882026-06-25T00:06:58.007Z++ [[ offline* != online ]]
7892026-06-25T00:06:58.007Z++ [[ 82 -gt 300 ]]
7902026-06-25T00:06:58.007Z++ sleep 1
7912026-06-25T00:06:59.010Z++ retry=83
7922026-06-25T00:06:59.014Z+++ svcs -Hostate baseline
7932026-06-25T00:06:59.024Z++ [[ offline* != online ]]
7942026-06-25T00:06:59.024Z++ [[ 83 -gt 300 ]]
7952026-06-25T00:06:59.024Z++ sleep 1
7962026-06-25T00:07:00.026Z++ retry=84
7972026-06-25T00:07:00.029Z+++ svcs -Hostate baseline
7982026-06-25T00:07:00.040Z++ [[ offline* != online ]]
7992026-06-25T00:07:00.040Z++ [[ 84 -gt 300 ]]
8002026-06-25T00:07:00.040Z++ sleep 1
8012026-06-25T00:07:01.042Z++ retry=85
8022026-06-25T00:07:01.045Z+++ svcs -Hostate baseline
8032026-06-25T00:07:01.057Z++ [[ offline* != online ]]
8042026-06-25T00:07:01.057Z++ [[ 85 -gt 300 ]]
8052026-06-25T00:07:01.060Z++ sleep 1
8062026-06-25T00:07:02.059Z++ retry=86
8072026-06-25T00:07:02.062Z+++ svcs -Hostate baseline
8082026-06-25T00:07:02.074Z++ [[ offline* != online ]]
8092026-06-25T00:07:02.074Z++ [[ 86 -gt 300 ]]
8102026-06-25T00:07:02.077Z++ sleep 1
8112026-06-25T00:07:03.075Z++ retry=87
8122026-06-25T00:07:03.078Z+++ svcs -Hostate baseline
8132026-06-25T00:07:03.090Z++ [[ offline* != online ]]
8142026-06-25T00:07:03.090Z++ [[ 87 -gt 300 ]]
8152026-06-25T00:07:03.090Z++ sleep 1
8162026-06-25T00:07:04.092Z++ retry=88
8172026-06-25T00:07:04.095Z+++ svcs -Hostate baseline
8182026-06-25T00:07:04.107Z++ [[ offline* != online ]]
8192026-06-25T00:07:04.107Z++ [[ 88 -gt 300 ]]
8202026-06-25T00:07:04.107Z++ sleep 1
8212026-06-25T00:07:05.108Z++ retry=89
8222026-06-25T00:07:05.112Z+++ svcs -Hostate baseline
8232026-06-25T00:07:05.123Z++ [[ offline* != online ]]
8242026-06-25T00:07:05.123Z++ [[ 89 -gt 300 ]]
8252026-06-25T00:07:05.123Z++ sleep 1
8262026-06-25T00:07:06.125Z++ retry=90
8272026-06-25T00:07:06.128Z+++ svcs -Hostate baseline
8282026-06-25T00:07:06.142Z++ [[ offline* != online ]]
8292026-06-25T00:07:06.142Z++ [[ 90 -gt 300 ]]
8302026-06-25T00:07:06.145Z++ sleep 1
8312026-06-25T00:07:07.141Z++ retry=91
8322026-06-25T00:07:07.145Z+++ svcs -Hostate baseline
8332026-06-25T00:07:07.157Z++ [[ offline* != online ]]
8342026-06-25T00:07:07.157Z++ [[ 91 -gt 300 ]]
8352026-06-25T00:07:07.160Z++ sleep 1
8362026-06-25T00:07:08.158Z++ retry=92
8372026-06-25T00:07:08.163Z+++ svcs -Hostate baseline
8382026-06-25T00:07:08.172Z++ [[ offline* != online ]]
8392026-06-25T00:07:08.172Z++ [[ 92 -gt 300 ]]
8402026-06-25T00:07:08.172Z++ sleep 1
8412026-06-25T00:07:09.174Z++ retry=93
8422026-06-25T00:07:09.177Z+++ svcs -Hostate baseline
8432026-06-25T00:07:09.188Z++ [[ offline* != online ]]
8442026-06-25T00:07:09.188Z++ [[ 93 -gt 300 ]]
8452026-06-25T00:07:09.188Z++ sleep 1
8462026-06-25T00:07:10.191Z++ retry=94
8472026-06-25T00:07:10.194Z+++ svcs -Hostate baseline
8482026-06-25T00:07:10.206Z++ [[ offline* != online ]]
8492026-06-25T00:07:10.206Z++ [[ 94 -gt 300 ]]
8502026-06-25T00:07:10.209Z++ sleep 1
8512026-06-25T00:07:11.206Z++ retry=95
8522026-06-25T00:07:11.209Z+++ svcs -Hostate baseline
8532026-06-25T00:07:11.220Z++ [[ offline* != online ]]
8542026-06-25T00:07:11.221Z++ [[ 95 -gt 300 ]]
8552026-06-25T00:07:11.221Z++ sleep 1
8562026-06-25T00:07:12.222Z++ retry=96
8572026-06-25T00:07:12.225Z+++ svcs -Hostate baseline
8582026-06-25T00:07:12.237Z++ [[ offline* != online ]]
8592026-06-25T00:07:12.237Z++ [[ 96 -gt 300 ]]
8602026-06-25T00:07:12.240Z++ sleep 1
8612026-06-25T00:07:13.238Z++ retry=97
8622026-06-25T00:07:13.241Z+++ svcs -Hostate baseline
8632026-06-25T00:07:13.252Z++ [[ offline* != online ]]
8642026-06-25T00:07:13.253Z++ [[ 97 -gt 300 ]]
8652026-06-25T00:07:13.255Z++ sleep 1
8662026-06-25T00:07:14.255Z++ retry=98
8672026-06-25T00:07:14.258Z+++ svcs -Hostate baseline
8682026-06-25T00:07:14.269Z++ [[ offline* != online ]]
8692026-06-25T00:07:14.269Z++ [[ 98 -gt 300 ]]
8702026-06-25T00:07:14.269Z++ sleep 1
8712026-06-25T00:07:15.271Z++ retry=99
8722026-06-25T00:07:15.274Z+++ svcs -Hostate baseline
8732026-06-25T00:07:15.285Z++ [[ offline* != online ]]
8742026-06-25T00:07:15.285Z++ [[ 99 -gt 300 ]]
8752026-06-25T00:07:15.286Z++ sleep 1
8762026-06-25T00:07:16.287Z++ retry=100
8772026-06-25T00:07:16.290Z+++ svcs -Hostate baseline
8782026-06-25T00:07:16.302Z++ [[ offline* != online ]]
8792026-06-25T00:07:16.302Z++ [[ 100 -gt 300 ]]
8802026-06-25T00:07:16.302Z++ sleep 1
8812026-06-25T00:07:17.304Z++ retry=101
8822026-06-25T00:07:17.309Z+++ svcs -Hostate baseline
8832026-06-25T00:07:17.318Z++ [[ offline* != online ]]
8842026-06-25T00:07:17.318Z++ [[ 101 -gt 300 ]]
8852026-06-25T00:07:17.318Z++ sleep 1
8862026-06-25T00:07:18.320Z++ retry=102
8872026-06-25T00:07:18.323Z+++ svcs -Hostate baseline
8882026-06-25T00:07:18.336Z++ [[ offline* != online ]]
8892026-06-25T00:07:18.336Z++ [[ 102 -gt 300 ]]
8902026-06-25T00:07:18.336Z++ sleep 1
8912026-06-25T00:07:19.336Z++ retry=103
8922026-06-25T00:07:19.339Z+++ svcs -Hostate baseline
8932026-06-25T00:07:19.352Z++ [[ offline* != online ]]
8942026-06-25T00:07:19.358Z++ [[ 103 -gt 300 ]]
8952026-06-25T00:07:19.358Z++ sleep 1
8962026-06-25T00:07:20.353Z++ retry=104
8972026-06-25T00:07:20.356Z+++ svcs -Hostate baseline
8982026-06-25T00:07:20.368Z++ [[ offline* != online ]]
8992026-06-25T00:07:20.368Z++ [[ 104 -gt 300 ]]
9002026-06-25T00:07:20.368Z++ sleep 1
9012026-06-25T00:07:21.370Z++ retry=105
9022026-06-25T00:07:21.373Z+++ svcs -Hostate baseline
9032026-06-25T00:07:21.384Z++ [[ offline* != online ]]
9042026-06-25T00:07:21.384Z++ [[ 105 -gt 300 ]]
9052026-06-25T00:07:21.384Z++ sleep 1
9062026-06-25T00:07:22.387Z++ retry=106
9072026-06-25T00:07:22.391Z+++ svcs -Hostate baseline
9082026-06-25T00:07:22.407Z++ [[ offline* != online ]]
9092026-06-25T00:07:22.407Z++ [[ 106 -gt 300 ]]
9102026-06-25T00:07:22.407Z++ sleep 1
9112026-06-25T00:07:23.403Z++ retry=107
9122026-06-25T00:07:23.407Z+++ svcs -Hostate baseline
9132026-06-25T00:07:23.417Z++ [[ offline* != online ]]
9142026-06-25T00:07:23.417Z++ [[ 107 -gt 300 ]]
9152026-06-25T00:07:23.417Z++ sleep 1
9162026-06-25T00:07:24.419Z++ retry=108
9172026-06-25T00:07:24.426Z+++ svcs -Hostate baseline
9182026-06-25T00:07:24.434Z++ [[ offline* != online ]]
9192026-06-25T00:07:24.434Z++ [[ 108 -gt 300 ]]
9202026-06-25T00:07:24.434Z++ sleep 1
9212026-06-25T00:07:25.437Z++ retry=109
9222026-06-25T00:07:25.450Z+++ svcs -Hostate baseline
9232026-06-25T00:07:25.458Z++ [[ offline* != online ]]
9242026-06-25T00:07:25.458Z++ [[ 109 -gt 300 ]]
9252026-06-25T00:07:25.458Z++ sleep 1
9262026-06-25T00:07:26.451Z++ retry=110
9272026-06-25T00:07:26.457Z+++ svcs -Hostate baseline
9282026-06-25T00:07:26.468Z++ [[ offline* != online ]]
9292026-06-25T00:07:26.469Z++ [[ 110 -gt 300 ]]
9302026-06-25T00:07:26.469Z++ sleep 1
9312026-06-25T00:07:27.466Z++ retry=111
9322026-06-25T00:07:27.469Z+++ svcs -Hostate baseline
9332026-06-25T00:07:27.480Z++ [[ offline* != online ]]
9342026-06-25T00:07:27.480Z++ [[ 111 -gt 300 ]]
9352026-06-25T00:07:27.480Z++ sleep 1
9362026-06-25T00:07:28.486Z++ retry=112
9372026-06-25T00:07:28.490Z+++ svcs -Hostate baseline
9382026-06-25T00:07:28.497Z++ [[ offline* != online ]]
9392026-06-25T00:07:28.502Z++ [[ 112 -gt 300 ]]
9402026-06-25T00:07:28.502Z++ sleep 1
9412026-06-25T00:07:29.500Z++ retry=113
9422026-06-25T00:07:29.503Z+++ svcs -Hostate baseline
9432026-06-25T00:07:29.513Z++ [[ offline* != online ]]
9442026-06-25T00:07:29.513Z++ [[ 113 -gt 300 ]]
9452026-06-25T00:07:29.513Z++ sleep 1
9462026-06-25T00:07:30.515Z++ retry=114
9472026-06-25T00:07:30.519Z+++ svcs -Hostate baseline
9482026-06-25T00:07:30.530Z++ [[ online != online ]]
9492026-06-25T00:07:30.530Z++ set -o errexit
9502026-06-25T00:07:30.533Z++ set -o pipefail
9512026-06-25T00:07:30.533Z++ banner build
9522026-06-25T00:07:30.533Z
9532026-06-25T00:07:30.533Z ##### # # # # #####
9542026-06-25T00:07:30.533Z # # # # # # # #
9552026-06-25T00:07:30.533Z ##### # # # # # #
9562026-06-25T00:07:30.533Z # # # # # # # #
9572026-06-25T00:07:30.533Z # # # # # # # #
9582026-06-25T00:07:30.533Z ##### #### # ###### #####
9592026-06-25T00:07:30.533Z
9602026-06-25T00:07:30.533Z++ cargo build --release --bin ddmd --bin ddmadm
9612026-06-25T00:07:30.537Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9622026-06-25T00:07:30.685Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9632026-06-25T00:07:30.690Zinfo: downloading 6 components
9642026-06-25T00:07:46.911Z Updating git repository `https://github.com/oxidecomputer/falcon`
9652026-06-25T00:07:47.488ZFrom https://github.com/oxidecomputer/falcon
9662026-06-25T00:07:47.488Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9672026-06-25T00:07:47.569Z Updating crates.io index
9682026-06-25T00:07:47.573Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9692026-06-25T00:07:47.989ZFrom https://github.com/oxidecomputer/dendrite
9702026-06-25T00:07:47.990Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9712026-06-25T00:07:48.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
9722026-06-25T00:07:48.311ZFrom https://github.com/oxidecomputer/ispf
9732026-06-25T00:07:48.311Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9742026-06-25T00:07:48.573Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9752026-06-25T00:07:48.900ZFrom https://github.com/oxidecomputer/netadm-sys
9762026-06-25T00:07:48.900Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9772026-06-25T00:07:48.909Z Updating git repository `https://github.com/oxidecomputer/omicron`
9782026-06-25T00:07:54.962ZFrom https://github.com/oxidecomputer/omicron
9792026-06-25T00:07:54.962Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9802026-06-25T00:07:55.391Z Updating git repository `https://github.com/oxidecomputer/opte`
9812026-06-25T00:07:56.012ZFrom https://github.com/oxidecomputer/opte
9822026-06-25T00:07:56.012Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9832026-06-25T00:07:56.560Z Updating git repository `https://github.com/illumos/smf-rs`
9842026-06-25T00:07:56.770ZFrom https://github.com/illumos/smf-rs
9852026-06-25T00:07:56.770Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9862026-06-25T00:07:56.964Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9872026-06-25T00:07:57.232ZFrom https://github.com/oxidecomputer/network-interface
9882026-06-25T00:07:57.232Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9892026-06-25T00:07:57.254Z Updating git repository `https://github.com/oxidecomputer/zone`
9902026-06-25T00:07:57.508ZFrom https://github.com/oxidecomputer/zone
9912026-06-25T00:07:57.508Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9922026-06-25T00:07:57.646Z Updating git repository `https://github.com/oxidecomputer/propolis`
9932026-06-25T00:07:58.281ZFrom https://github.com/oxidecomputer/propolis
9942026-06-25T00:07:58.281Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9952026-06-25T00:07:58.693Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9962026-06-25T00:07:59.179ZFrom https://github.com/oxidecomputer/transceiver-control
9972026-06-25T00:07:59.179Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9982026-06-25T00:07:59.188Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9992026-06-25T00:07:59.436ZFrom https://github.com/oxidecomputer/dlpi-sys
10002026-06-25T00:07:59.436Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
10012026-06-25T00:07:59.455Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
10022026-06-25T00:07:59.727ZFrom https://github.com/jmesmon/rust-libzfs
10032026-06-25T00:07:59.727Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
10042026-06-25T00:07:59.737Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
10052026-06-25T00:07:59.993ZFrom https://github.com/oxidecomputer/rusty-doors
10062026-06-25T00:07:59.993Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
10072026-06-25T00:08:00.003Z Updating git repository `https://github.com/oxidecomputer/lldp`
10082026-06-25T00:08:00.325ZFrom https://github.com/oxidecomputer/lldp
10092026-06-25T00:08:00.326Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
10102026-06-25T00:08:00.506Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
10112026-06-25T00:08:00.782ZFrom https://github.com/oxidecomputer/slog-error-chain
10122026-06-25T00:08:00.782Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10132026-06-25T00:08:00.802Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10142026-06-25T00:08:01.132ZFrom https://github.com/oxidecomputer/tufaceous
10152026-06-25T00:08:01.133Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10162026-06-25T00:08:01.382Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10172026-06-25T00:08:01.979ZFrom https://github.com/oxidecomputer/management-gateway-service
10182026-06-25T00:08:01.979Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
10192026-06-25T00:08:01.994Z Updating git repository `https://github.com/oxidecomputer/crucible`
10202026-06-25T00:08:02.891ZFrom https://github.com/oxidecomputer/crucible
10212026-06-25T00:08:02.891Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10222026-06-25T00:08:04.072Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10232026-06-25T00:08:04.335ZFrom https://github.com/oxidecomputer/serde_human_bytes
10242026-06-25T00:08:04.335Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10252026-06-25T00:08:04.611Z Updating git repository `https://github.com/oxidecomputer/propolis`
10262026-06-25T00:08:05.018ZFrom https://github.com/oxidecomputer/propolis
10272026-06-25T00:08:05.018Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10282026-06-25T00:08:05.260Z Updating git repository `https://github.com/oxidecomputer/crucible`
10292026-06-25T00:08:05.784ZFrom https://github.com/oxidecomputer/crucible
10302026-06-25T00:08:05.784Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10312026-06-25T00:08:05.877Z Updating git repository `https://github.com/oxidecomputer/tofino`
10322026-06-25T00:08:06.220ZFrom https://github.com/oxidecomputer/tofino
10332026-06-25T00:08:06.220Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10342026-06-25T00:08:06.240Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10352026-06-25T00:08:06.927ZFrom https://github.com/oxidecomputer/maghemite
10362026-06-25T00:08:06.928Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10372026-06-25T00:08:06.961Z Updating git repository `https://github.com/oxidecomputer/clickward`
10382026-06-25T00:08:07.245ZFrom https://github.com/oxidecomputer/clickward
10392026-06-25T00:08:07.245Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10402026-06-25T00:08:07.476Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10412026-06-25T00:08:07.748ZFrom https://github.com/oxidecomputer/illumos-devinfo
10422026-06-25T00:08:07.748Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10432026-06-25T00:08:08.956Z Downloading crates ...
10442026-06-25T00:08:09.020Z Downloaded adler2 v2.0.1
10452026-06-25T00:08:09.026Z Downloaded aead v0.5.2
10462026-06-25T00:08:09.030Z Downloaded const-random v0.1.18
10472026-06-25T00:08:09.034Z Downloaded argon2 v0.5.3
10482026-06-25T00:08:09.034Z Downloaded compression-core v0.4.32
10492026-06-25T00:08:09.037Z Downloaded block-buffer v0.12.0
10502026-06-25T00:08:09.037Z Downloaded clap_lex v1.1.0
10512026-06-25T00:08:09.040Z Downloaded anstream v1.0.0
10522026-06-25T00:08:09.040Z Downloaded darling v0.21.3
10532026-06-25T00:08:09.044Z Downloaded bs58 v0.5.1
10542026-06-25T00:08:09.055Z Downloaded git-stub v1.0.0
10552026-06-25T00:08:09.058Z Downloaded darling v0.23.0
10562026-06-25T00:08:09.062Z Downloaded errno v0.3.14
10572026-06-25T00:08:09.065Z Downloaded fxhash v0.2.1
10582026-06-25T00:08:09.069Z Downloaded defmt-parser v1.0.0
10592026-06-25T00:08:09.071Z Downloaded deranged v0.5.8
10602026-06-25T00:08:09.072Z Downloaded crossbeam-utils v0.8.21
10612026-06-25T00:08:09.074Z Downloaded group v0.13.0
10622026-06-25T00:08:09.077Z Downloaded digest v0.11.3
10632026-06-25T00:08:09.083Z Downloaded displaydoc v0.2.6
10642026-06-25T00:08:09.083Z Downloaded derive-ex v0.1.8
10652026-06-25T00:08:09.086Z Downloaded cookie v0.18.1
10662026-06-25T00:08:09.086Z Downloaded digest v0.10.7
10672026-06-25T00:08:09.089Z Downloaded drift v0.2.0
10682026-06-25T00:08:09.095Z Downloaded heapless v0.8.0
10692026-06-25T00:08:09.098Z Downloaded heck v0.4.1
10702026-06-25T00:08:09.102Z Downloaded ciborium-ll v0.2.2
10712026-06-25T00:08:09.102Z Downloaded half v2.7.1
10722026-06-25T00:08:09.105Z Downloaded futures-macro v0.3.32
10732026-06-25T00:08:09.109Z Downloaded getrandom v0.3.4
10742026-06-25T00:08:09.112Z Downloaded crc8 v0.1.1
10752026-06-25T00:08:09.112Z Downloaded fixedbitset v0.5.7
10762026-06-25T00:08:09.115Z Downloaded gethostname v0.5.0
10772026-06-25T00:08:09.115Z Downloaded generic-array v0.14.7
10782026-06-25T00:08:09.118Z Downloaded httpdate v1.0.3
10792026-06-25T00:08:09.121Z Downloaded fnv v1.0.7
10802026-06-25T00:08:09.121Z Downloaded http-body v1.0.1
10812026-06-25T00:08:09.124Z Downloaded form_urlencoded v1.2.2
10822026-06-25T00:08:09.124Z Downloaded heck v0.5.0
10832026-06-25T00:08:09.127Z Downloaded hubpack v0.1.2
10842026-06-25T00:08:09.130Z Downloaded hex v0.4.3
10852026-06-25T00:08:09.130Z Downloaded base16ct v0.2.0
10862026-06-25T00:08:09.133Z Downloaded hostname v0.4.2
10872026-06-25T00:08:09.136Z Downloaded ff v0.13.1
10882026-06-25T00:08:09.136Z Downloaded curve25519-dalek-derive v0.1.1
10892026-06-25T00:08:09.139Z Downloaded hostname v0.3.1
10902026-06-25T00:08:09.143Z Downloaded cobs v0.3.0
10912026-06-25T00:08:09.143Z Downloaded embedded-io v0.4.0
10922026-06-25T00:08:09.146Z Downloaded futures-io v0.3.32
10932026-06-25T00:08:09.146Z Downloaded debug-ignore v1.0.5
10942026-06-25T00:08:09.149Z Downloaded dtrace-parser v0.3.0
10952026-06-25T00:08:09.149Z Downloaded atomicwrites v0.4.4
10962026-06-25T00:08:09.153Z Downloaded foreign-types-macros v0.2.3
10972026-06-25T00:08:09.153Z Downloaded futures-core v0.3.32
10982026-06-25T00:08:09.156Z Downloaded dyn-clone v1.0.20
10992026-06-25T00:08:09.156Z Downloaded foreign-types-shared v0.1.1
11002026-06-25T00:08:09.160Z Downloaded dof v0.3.0
11012026-06-25T00:08:09.160Z Downloaded crypto-common v0.1.7
11022026-06-25T00:08:09.164Z Downloaded atomic-waker v1.1.2
11032026-06-25T00:08:09.164Z Downloaded darling_macro v0.23.0
11042026-06-25T00:08:09.164Z Downloaded fastrand v2.4.1
11052026-06-25T00:08:09.167Z Downloaded hash32 v0.3.1
11062026-06-25T00:08:09.167Z Downloaded colorchoice v1.0.5
11072026-06-25T00:08:09.171Z Downloaded dunce v1.0.5
11082026-06-25T00:08:09.171Z Downloaded foreign-types v0.3.2
11092026-06-25T00:08:09.174Z Downloaded dtrace-parser v0.2.0
11102026-06-25T00:08:09.174Z Downloaded float-ord v0.3.2
11112026-06-25T00:08:09.180Z Downloaded async-recursion v1.1.1
11122026-06-25T00:08:09.180Z Downloaded foreign-types v0.5.0
11132026-06-25T00:08:09.183Z Downloaded embedded-io v0.6.1
11142026-06-25T00:08:09.183Z Downloaded chacha20 v0.9.1
11152026-06-25T00:08:09.183Z Downloaded anstyle-parse v1.0.0
11162026-06-25T00:08:09.185Z Downloaded dropshot-api-manager-types v0.7.2
11172026-06-25T00:08:09.188Z Downloaded crypto-common v0.2.2
11182026-06-25T00:08:09.188Z Downloaded const-random-macro v0.1.16
11192026-06-25T00:08:09.191Z Downloaded base64ct v1.8.3
11202026-06-25T00:08:09.191Z Downloaded anyhow v1.0.102
11212026-06-25T00:08:09.196Z Downloaded daft v0.1.7
11222026-06-25T00:08:09.199Z Downloaded bytes v1.11.1
11232026-06-25T00:08:09.202Z Downloaded inout v0.1.4
11242026-06-25T00:08:09.202Z Downloaded indent_write v2.2.0
11252026-06-25T00:08:09.205Z Downloaded idna_adapter v1.2.2
11262026-06-25T00:08:09.205Z Downloaded is-terminal v0.4.17
11272026-06-25T00:08:09.208Z Downloaded ident_case v1.0.1
11282026-06-25T00:08:09.208Z Downloaded globset v0.4.18
11292026-06-25T00:08:09.210Z Downloaded is_terminal_polyfill v1.70.2
11302026-06-25T00:08:09.213Z Downloaded fs-err v3.3.0
11312026-06-25T00:08:09.213Z Downloaded csv-core v0.1.13
11322026-06-25T00:08:09.216Z Downloaded futures-executor v0.3.32
11332026-06-25T00:08:09.216Z Downloaded glob v0.3.3
11342026-06-25T00:08:09.219Z Downloaded internet-checksum v0.2.1
11352026-06-25T00:08:09.219Z Downloaded instant v0.1.13
11362026-06-25T00:08:09.224Z Downloaded const_format_proc_macros v0.2.34
11372026-06-25T00:08:09.224Z Downloaded linked-hash-map v0.5.6
11382026-06-25T00:08:09.227Z Downloaded keccak v0.1.6
11392026-06-25T00:08:09.227Z Downloaded libscf-sys v1.2.0
11402026-06-25T00:08:09.230Z Downloaded camino-tempfile v1.4.1
11412026-06-25T00:08:09.230Z Downloaded lru-slab v0.1.2
11422026-06-25T00:08:09.233Z Downloaded match_cfg v0.1.0
11432026-06-25T00:08:09.233Z Downloaded is_ci v1.2.0
11442026-06-25T00:08:09.236Z Downloaded either v1.16.0
11452026-06-25T00:08:09.236Z Downloaded data-encoding v2.11.0
11462026-06-25T00:08:09.241Z Downloaded git-stub-vcs v0.1.0
11472026-06-25T00:08:09.241Z Downloaded lazy_static v1.5.0
11482026-06-25T00:08:09.244Z Downloaded find-msvc-tools v0.1.9
11492026-06-25T00:08:09.244Z Downloaded highway v1.3.0
11502026-06-25T00:08:09.247Z Downloaded erased-serde v0.3.31
11512026-06-25T00:08:09.250Z Downloaded http-body-util v0.1.3
11522026-06-25T00:08:09.250Z Downloaded hmac v0.12.1
11532026-06-25T00:08:09.253Z Downloaded num v0.4.3
11542026-06-25T00:08:09.253Z Downloaded memmap v0.7.0
11552026-06-25T00:08:09.256Z Downloaded newtype-uuid-macros v0.1.0
11562026-06-25T00:08:09.256Z Downloaded natord v1.0.9
11572026-06-25T00:08:09.259Z Downloaded humantime v2.3.0
11582026-06-25T00:08:09.259Z Downloaded newline-converter v0.3.0
11592026-06-25T00:08:09.262Z Downloaded no-std-compat v0.4.1
11602026-06-25T00:08:09.262Z Downloaded lru-cache v0.1.2
11612026-06-25T00:08:09.265Z Downloaded ingot v0.1.1
11622026-06-25T00:08:09.265Z Downloaded memoffset v0.9.1
11632026-06-25T00:08:09.268Z Downloaded httparse v1.10.1
11642026-06-25T00:08:09.271Z Downloaded crossbeam-channel v0.5.15
11652026-06-25T00:08:09.274Z Downloaded num-derive v0.4.2
11662026-06-25T00:08:09.274Z Downloaded num-conv v0.2.2
11672026-06-25T00:08:09.277Z Downloaded num_threads v0.1.7
11682026-06-25T00:08:09.277Z Downloaded num-iter v0.1.45
11692026-06-25T00:08:09.280Z Downloaded newtype_derive v0.1.6
11702026-06-25T00:08:09.280Z Downloaded openssl-probe v0.2.1
11712026-06-25T00:08:09.285Z Downloaded openssl-macros v0.1.1
11722026-06-25T00:08:09.285Z Downloaded opaque-debug v0.3.1
11732026-06-25T00:08:09.285Z Downloaded olpc-cjson v0.1.4
11742026-06-25T00:08:09.285Z Downloaded omicron-workspace-hack v0.1.0
11752026-06-25T00:08:09.289Z Downloaded num_enum_derive v0.5.11
11762026-06-25T00:08:09.289Z Downloaded ipnetwork v0.21.1
11772026-06-25T00:08:09.295Z Downloaded libsw-core v0.3.2
11782026-06-25T00:08:09.295Z Downloaded hybrid-array v0.4.12
11792026-06-25T00:08:09.295Z Downloaded colored v3.1.1
11802026-06-25T00:08:09.298Z Downloaded linear-map v1.2.0
11812026-06-25T00:08:09.298Z Downloaded ingot-types v0.1.2
11822026-06-25T00:08:09.298Z Downloaded mime v0.3.17
11832026-06-25T00:08:09.301Z Downloaded anstyle v1.0.14
11842026-06-25T00:08:09.301Z Downloaded flate2 v1.1.9
11852026-06-25T00:08:09.304Z Downloaded getrandom v0.2.17
11862026-06-25T00:08:09.307Z Downloaded elliptic-curve v0.13.8
11872026-06-25T00:08:09.311Z Downloaded const-oid v0.10.2
11882026-06-25T00:08:09.313Z Downloaded ahash v0.8.12
11892026-06-25T00:08:09.316Z Downloaded ciborium v0.2.2
11902026-06-25T00:08:09.316Z Downloaded byteorder v1.5.0
11912026-06-25T00:08:09.319Z Downloaded percent-encoding v2.3.2
11922026-06-25T00:08:09.319Z Downloaded lock_api v0.4.14
11932026-06-25T00:08:09.322Z Downloaded managed v0.8.0
11942026-06-25T00:08:09.322Z Downloaded parse-display v0.10.0
11952026-06-25T00:08:09.326Z Downloaded blake2 v0.10.6
11962026-06-25T00:08:09.329Z Downloaded powerfmt v0.2.0
11972026-06-25T00:08:09.329Z Downloaded phf_shared v0.12.1
11982026-06-25T00:08:09.329Z Downloaded allocator-api2 v0.2.21
11992026-06-25T00:08:09.332Z Downloaded pretty-hex v0.4.2
12002026-06-25T00:08:09.335Z Downloaded plain v0.2.3
12012026-06-25T00:08:09.335Z Downloaded multer v3.1.0
12022026-06-25T00:08:09.338Z Downloaded crossbeam-epoch v0.9.18
12032026-06-25T00:08:09.338Z Downloaded bitflags v1.3.2
12042026-06-25T00:08:09.341Z Downloaded num-integer v0.1.46
12052026-06-25T00:08:09.344Z Downloaded num-complex v0.4.6
12062026-06-25T00:08:09.344Z Downloaded newtype-uuid v1.3.2
12072026-06-25T00:08:09.347Z Downloaded ingot-macros v0.1.1
12082026-06-25T00:08:09.347Z Downloaded iana-time-zone v0.1.65
12092026-06-25T00:08:09.351Z Downloaded proc-macro-error-attr2 v2.0.0
12102026-06-25T00:08:09.351Z Downloaded progenitor-macro v0.13.0
12112026-06-25T00:08:09.354Z Downloaded proc-macro-error-attr v1.0.4
12122026-06-25T00:08:09.354Z Downloaded proc-macro-crate v1.3.1
12132026-06-25T00:08:09.354Z Downloaded num_enum_derive v0.7.6
12142026-06-25T00:08:09.357Z Downloaded num_enum v0.7.6
12152026-06-25T00:08:09.360Z Downloaded oxnet v0.1.6
12162026-06-25T00:08:09.360Z Downloaded jobserver v0.1.34
12172026-06-25T00:08:09.363Z Downloaded clap v4.6.1
12182026-06-25T00:08:09.368Z Downloaded owo-colors v4.3.0
12192026-06-25T00:08:09.371Z Downloaded progenitor-client v0.10.0
12202026-06-25T00:08:09.376Z Downloaded progenitor-macro v0.14.0
12212026-06-25T00:08:09.376Z Downloaded progenitor-macro v0.10.0
12222026-06-25T00:08:09.376Z Downloaded foldhash v0.1.5
12232026-06-25T00:08:09.379Z Downloaded potential_utf v0.1.5
12242026-06-25T00:08:09.379Z Downloaded num-rational v0.4.2
12252026-06-25T00:08:09.379Z Downloaded parking_lot_core v0.8.6
12262026-06-25T00:08:09.382Z Downloaded futures v0.3.32
12272026-06-25T00:08:09.385Z Downloaded getrandom v0.4.2
12282026-06-25T00:08:09.387Z Downloaded rand_chacha v0.3.1
12292026-06-25T00:08:09.387Z Downloaded parse-display-derive v0.10.0
12302026-06-25T00:08:09.390Z Downloaded quick-error v1.2.3
12312026-06-25T00:08:09.390Z Downloaded darling_core v0.23.0
12322026-06-25T00:08:09.393Z Downloaded phf v0.12.1
12332026-06-25T00:08:09.398Z Downloaded pem v3.0.6
12342026-06-25T00:08:09.398Z Downloaded backon v1.6.0
12352026-06-25T00:08:09.402Z Downloaded paste v1.0.15
12362026-06-25T00:08:09.402Z Downloaded pin-project-lite v0.2.17
12372026-06-25T00:08:09.406Z Downloaded ref-cast v1.0.25
12382026-06-25T00:08:09.410Z Downloaded rustc_version v0.4.1
12392026-06-25T00:08:09.410Z Downloaded proc-macro-error v1.0.4
12402026-06-25T00:08:09.410Z Downloaded pkg-config v0.3.33
12412026-06-25T00:08:09.413Z Downloaded rand_xorshift v0.4.0
12422026-06-25T00:08:09.413Z Downloaded icu_provider v2.2.0
12432026-06-25T00:08:09.416Z Downloaded password-hash v0.5.0
12442026-06-25T00:08:09.416Z Downloaded poly1305 v0.8.0
12452026-06-25T00:08:09.421Z Downloaded icu_properties v2.2.0
12462026-06-25T00:08:09.421Z Downloaded arc-swap v1.9.1
12472026-06-25T00:08:09.425Z Downloaded indexmap v1.9.3
12482026-06-25T00:08:09.428Z Downloaded pin-project-internal v1.1.13
12492026-06-25T00:08:09.428Z Downloaded rustc_version v0.1.7
12502026-06-25T00:08:09.429Z Downloaded rustc-hash v2.1.2
12512026-06-25T00:08:09.432Z Downloaded progenitor v0.13.0
12522026-06-25T00:08:09.432Z Downloaded progenitor v0.10.0
12532026-06-25T00:08:09.432Z Downloaded progenitor-client v0.14.0
12542026-06-25T00:08:09.435Z Downloaded proc-macro-crate v3.5.0
12552026-06-25T00:08:09.435Z Downloaded same-file v1.0.6
12562026-06-25T00:08:09.438Z Downloaded progenitor v0.14.0
12572026-06-25T00:08:09.438Z Downloaded once_cell v1.21.4
12582026-06-25T00:08:09.441Z Downloaded proc-macro-error2 v2.0.1
12592026-06-25T00:08:09.444Z Downloaded chacha20poly1305 v0.10.1
12602026-06-25T00:08:09.444Z Downloaded ppv-lite86 v0.2.21
12612026-06-25T00:08:09.447Z Downloaded progenitor-extras v0.2.0
12622026-06-25T00:08:09.447Z Downloaded log v0.4.32
12632026-06-25T00:08:09.491Z Downloaded oxide-tokio-rt v0.1.6
12642026-06-25T00:08:09.491Z Downloaded scopeguard v1.2.0
12652026-06-25T00:08:09.491Z Downloaded progenitor-client v0.13.0
12662026-06-25T00:08:09.491Z Downloaded scroll_derive v0.13.1
12672026-06-25T00:08:09.492Z Downloaded secrecy v0.10.3
12682026-06-25T00:08:09.492Z Downloaded base64 v0.21.7
12692026-06-25T00:08:09.492Z Downloaded scroll_derive v0.12.1
12702026-06-25T00:08:09.492Z Downloaded base64 v0.22.1
12712026-06-25T00:08:09.492Z Downloaded semver v0.1.20
12722026-06-25T00:08:09.492Z Downloaded rand_core v0.9.5
12732026-06-25T00:08:09.492Z Downloaded rand_chacha v0.9.0
12742026-06-25T00:08:09.492Z Downloaded parking_lot v0.11.2
12752026-06-25T00:08:09.492Z Downloaded quote v1.0.45
12762026-06-25T00:08:09.492Z Downloaded darling_core v0.21.3
12772026-06-25T00:08:09.492Z Downloaded serde_spanned v1.1.1
12782026-06-25T00:08:09.492Z Downloaded serde_spanned v0.6.9
12792026-06-25T00:08:09.492Z Downloaded serde_repr v0.1.20
12802026-06-25T00:08:09.492Z Downloaded icu_normalizer_data v2.2.0
12812026-06-25T00:08:09.492Z Downloaded sha1 v0.10.6
12822026-06-25T00:08:09.492Z Downloaded memmap2 v0.9.10
12832026-06-25T00:08:09.492Z Downloaded pest_derive v2.8.6
12842026-06-25T00:08:09.492Z Downloaded rand_core v0.6.4
12852026-06-25T00:08:09.492Z Downloaded num-traits v0.2.19
12862026-06-25T00:08:09.492Z Downloaded konst v0.2.20
12872026-06-25T00:08:09.495Z Downloaded indicatif v0.18.4
12882026-06-25T00:08:09.496Z Downloaded serde_plain v1.0.2
12892026-06-25T00:08:09.496Z Downloaded serde-big-array v0.5.1
12902026-06-25T00:08:09.496Z Downloaded ref-cast-impl v1.0.25
12912026-06-25T00:08:09.496Z Downloaded rand_core v0.10.1
12922026-06-25T00:08:09.496Z Downloaded bitflags v2.12.1
12932026-06-25T00:08:09.499Z Downloaded sigpipe v0.1.3
12942026-06-25T00:08:09.503Z Downloaded dropshot_endpoint v0.17.1
12952026-06-25T00:08:09.503Z Downloaded sha1 v0.11.0
12962026-06-25T00:08:09.508Z Downloaded siphasher v1.0.3
12972026-06-25T00:08:09.508Z Downloaded slog-bunyan v2.5.0
12982026-06-25T00:08:09.508Z Downloaded rusty-fork v0.3.1
12992026-06-25T00:08:09.511Z Downloaded rustls-pemfile v2.2.0
13002026-06-25T00:08:09.511Z Downloaded rustls-native-certs v0.8.4
13012026-06-25T00:08:09.511Z Downloaded resolv-conf v0.7.6
13022026-06-25T00:08:09.511Z Downloaded papergrid v0.11.0
13032026-06-25T00:08:09.514Z Downloaded icu_locale_core v2.2.0
13042026-06-25T00:08:09.518Z Downloaded rustversion v1.0.22
13052026-06-25T00:08:09.521Z Downloaded smawk v0.3.2
13062026-06-25T00:08:09.524Z Downloaded quinn-udp v0.5.14
13072026-06-25T00:08:09.524Z Downloaded const_format v0.2.36
13082026-06-25T00:08:09.527Z Downloaded papergrid v0.18.0
13092026-06-25T00:08:09.530Z Downloaded slog-envlogger v2.2.0
13102026-06-25T00:08:09.533Z Downloaded scroll v0.13.0
13112026-06-25T00:08:09.533Z Downloaded parking_lot_core v0.9.12
13122026-06-25T00:08:09.533Z Downloaded schemars_derive v0.8.22
13132026-06-25T00:08:09.536Z Downloaded parking_lot v0.12.5
13142026-06-25T00:08:09.540Z Downloaded miniz_oxide v0.8.9
13152026-06-25T00:08:09.540Z Downloaded hickory-resolver v0.25.2
13162026-06-25T00:08:09.543Z Downloaded icu_collections v2.2.0
13172026-06-25T00:08:09.546Z Downloaded spin v0.5.2
13182026-06-25T00:08:09.546Z Downloaded serde_path_to_error v0.1.20
13192026-06-25T00:08:09.551Z Downloaded serde_derive_internals v0.29.1
13202026-06-25T00:08:09.551Z Downloaded scroll v0.12.0
13212026-06-25T00:08:09.551Z Downloaded subtle v2.6.1
13222026-06-25T00:08:09.551Z Downloaded strum v0.27.2
13232026-06-25T00:08:09.555Z Downloaded structmeta-derive v0.3.0
13242026-06-25T00:08:09.555Z Downloaded pin-project v1.1.13
13252026-06-25T00:08:09.560Z Downloaded structmeta v0.3.0
13262026-06-25T00:08:09.563Z Downloaded strsim v0.11.1
13272026-06-25T00:08:09.563Z Downloaded num_enum v0.5.11
13282026-06-25T00:08:09.566Z Downloaded sha2 v0.10.9
13292026-06-25T00:08:09.569Z Downloaded rustls-pki-types v1.14.1
13302026-06-25T00:08:09.569Z Downloaded postcard v1.1.3
13312026-06-25T00:08:09.572Z Downloaded supports-color v3.0.2
13322026-06-25T00:08:09.572Z Downloaded litemap v0.8.2
13332026-06-25T00:08:09.574Z Downloaded libsw v3.5.0
13342026-06-25T00:08:09.575Z Downloaded hyper-rustls v0.27.9
13352026-06-25T00:08:09.577Z Downloaded serde_urlencoded v0.7.1
13362026-06-25T00:08:09.577Z Downloaded serde_tokenstream v0.2.3
13372026-06-25T00:08:09.581Z Downloaded tabled_derive v0.7.0
13382026-06-25T00:08:09.581Z Downloaded sync_wrapper v1.0.2
13392026-06-25T00:08:09.581Z Downloaded jiff-static v0.2.28
13402026-06-25T00:08:09.584Z Downloaded cc v1.2.63
13412026-06-25T00:08:09.584Z Downloaded swrite v0.1.0
13422026-06-25T00:08:09.587Z Downloaded bcs v0.1.6
13432026-06-25T00:08:09.587Z Downloaded hickory-resolver v0.24.4
13442026-06-25T00:08:09.591Z Downloaded termtree v0.5.1
13452026-06-25T00:08:09.591Z Downloaded take_mut v0.2.2
13462026-06-25T00:08:09.594Z Downloaded tagptr v0.2.0
13472026-06-25T00:08:09.594Z Downloaded tabled_derive v0.11.0
13482026-06-25T00:08:09.594Z Downloaded slog-async v2.8.0
13492026-06-25T00:08:09.594Z Downloaded slab v0.4.12
13502026-06-25T00:08:09.596Z Downloaded terminal_size v0.4.4
13512026-06-25T00:08:09.597Z Downloaded tabwriter v1.4.1
13522026-06-25T00:08:09.597Z Downloaded slog-json v2.6.1
13532026-06-25T00:08:09.599Z Downloaded async-compression v0.4.42
13542026-06-25T00:08:09.603Z Downloaded thiserror-impl-no-std v2.0.2
13552026-06-25T00:08:09.606Z Downloaded smf v0.2.3
13562026-06-25T00:08:09.606Z Downloaded smartstring v1.0.1
13572026-06-25T00:08:09.606Z Downloaded expectorate v1.2.0
13582026-06-25T00:08:09.609Z Downloaded simd-adler32 v0.3.9
13592026-06-25T00:08:09.609Z Downloaded shlex v2.0.1
13602026-06-25T00:08:09.612Z Downloaded slog-stdlog v4.1.1
13612026-06-25T00:08:09.612Z Downloaded progenitor-impl v0.14.0
13622026-06-25T00:08:09.614Z Downloaded progenitor-impl v0.10.0
13632026-06-25T00:08:09.614Z Downloaded semver v1.0.28
13642026-06-25T00:08:09.619Z Downloaded pest_generator v2.8.6
13652026-06-25T00:08:09.619Z Downloaded strum_macros v0.26.4
13662026-06-25T00:08:09.622Z Downloaded thread-id v4.2.2
13672026-06-25T00:08:09.622Z Downloaded testing_table v0.3.0
13682026-06-25T00:08:09.622Z Downloaded strum v0.26.3
13692026-06-25T00:08:09.622Z Downloaded pest_meta v2.8.6
13702026-06-25T00:08:09.622Z Downloaded thread-id v5.1.0
13712026-06-25T00:08:09.625Z Downloaded console v0.16.3
13722026-06-25T00:08:09.625Z Downloaded ipnet v2.12.0
13732026-06-25T00:08:09.628Z Downloaded foldhash v0.2.0
13742026-06-25T00:08:09.628Z Downloaded bit-vec v0.8.0
13752026-06-25T00:08:09.629Z Downloaded macaddr v1.0.1
13762026-06-25T00:08:09.632Z Downloaded slog-scope v4.4.1
13772026-06-25T00:08:09.632Z Downloaded hashbrown v0.12.3
13782026-06-25T00:08:09.636Z Downloaded rustls-platform-verifier v0.7.0
13792026-06-25T00:08:09.636Z Downloaded rhai_codegen v3.2.0
13802026-06-25T00:08:09.640Z Downloaded tokio-macros v2.7.0
13812026-06-25T00:08:09.643Z Downloaded tinyvec_macros v0.1.1
13822026-06-25T00:08:09.643Z Downloaded stable_deref_trait v1.2.1
13832026-06-25T00:08:09.643Z Downloaded icu_normalizer v2.2.0
13842026-06-25T00:08:09.646Z Downloaded hyper-util v0.1.20
13852026-06-25T00:08:09.649Z Downloaded toml_datetime v0.6.11
13862026-06-25T00:08:09.649Z Downloaded static_assertions v1.1.0
13872026-06-25T00:08:09.654Z Downloaded snafu-derive v0.8.9
13882026-06-25T00:08:09.654Z Downloaded prettyplease v0.2.37
13892026-06-25T00:08:09.657Z Downloaded konst_macro_rules v0.2.19
13902026-06-25T00:08:09.657Z Downloaded signal-hook-registry v1.4.8
13912026-06-25T00:08:09.658Z Downloaded ryu v1.0.23
13922026-06-25T00:08:09.658Z Downloaded proc-macro2 v1.0.106
13932026-06-25T00:08:09.662Z Downloaded clap_derive v4.6.1
13942026-06-25T00:08:09.662Z Downloaded crc32fast v1.5.0
13952026-06-25T00:08:09.665Z Downloaded dof v0.4.0
13962026-06-25T00:08:09.665Z Downloaded daft-derive v0.1.7
13972026-06-25T00:08:09.670Z Downloaded serde_with_macros v3.20.0
13982026-06-25T00:08:09.670Z Downloaded strum_macros v0.27.2
13992026-06-25T00:08:09.674Z Downloaded progenitor-impl v0.13.0
14002026-06-25T00:08:09.674Z Downloaded crypto-bigint v0.5.5
14012026-06-25T00:08:09.680Z Downloaded try-lock v0.2.5
14022026-06-25T00:08:09.680Z Downloaded tower-service v0.3.3
14032026-06-25T00:08:09.680Z Downloaded tower-layer v0.3.3
14042026-06-25T00:08:09.680Z Downloaded thiserror-no-std v2.0.2
14052026-06-25T00:08:09.680Z Downloaded thiserror-impl v2.0.18
14062026-06-25T00:08:09.680Z Downloaded thiserror v1.0.69
14072026-06-25T00:08:09.687Z Downloaded tiny-keccak v2.0.2
14082026-06-25T00:08:09.687Z Downloaded memchr v2.8.1
14092026-06-25T00:08:09.696Z Downloaded tokio-dtrace v0.1.1
14102026-06-25T00:08:09.696Z Downloaded time-macros v0.2.27
14112026-06-25T00:08:09.696Z Downloaded spin v0.9.8
14122026-06-25T00:08:09.696Z Downloaded unarray v0.1.4
14132026-06-25T00:08:09.696Z Downloaded openssl-sys v0.9.116
14142026-06-25T00:08:09.697Z Downloaded typify-macro v0.4.3
14152026-06-25T00:08:09.697Z Downloaded typeid v1.0.3
14162026-06-25T00:08:09.697Z Downloaded time-core v0.1.8
14172026-06-25T00:08:09.700Z Downloaded thread_local v1.1.9
14182026-06-25T00:08:09.700Z Downloaded universal-hash v0.5.1
14192026-06-25T00:08:09.700Z Downloaded typify-macro v0.6.2
14202026-06-25T00:08:09.700Z Downloaded untrusted v0.9.0
14212026-06-25T00:08:09.700Z Downloaded unit-prefix v0.5.2
14222026-06-25T00:08:09.700Z Downloaded thiserror v2.0.18
14232026-06-25T00:08:09.704Z Downloaded slog v2.8.2
14242026-06-25T00:08:09.708Z Downloaded smallvec v1.15.1
14252026-06-25T00:08:09.711Z Downloaded slog-dtrace v0.3.0
14262026-06-25T00:08:09.711Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14272026-06-25T00:08:09.711Z Downloaded thiserror-impl v1.0.69
14282026-06-25T00:08:09.711Z Downloaded slog-term v2.9.2
14292026-06-25T00:08:09.711Z Downloaded bytecount v0.6.9
14302026-06-25T00:08:09.715Z Downloaded usdt-attr-macro v0.6.0
14312026-06-25T00:08:09.715Z Downloaded tinystr v0.8.3
14322026-06-25T00:08:09.715Z Downloaded usdt v0.6.0
14332026-06-25T00:08:09.721Z Downloaded toml_write v0.1.2
14342026-06-25T00:08:09.722Z Downloaded tokio-tungstenite v0.21.0
14352026-06-25T00:08:09.722Z Downloaded usdt v0.5.0
14362026-06-25T00:08:09.722Z Downloaded untrusted v0.7.1
14372026-06-25T00:08:09.722Z Downloaded toml_writer v1.1.1+spec-1.1.0
14382026-06-25T00:08:09.725Z Downloaded similar v2.7.0
14392026-06-25T00:08:09.725Z Downloaded utf-8 v0.7.6
14402026-06-25T00:08:09.725Z Downloaded unicode-linebreak v0.1.5
14412026-06-25T00:08:09.725Z Downloaded serde_derive v1.0.228
14422026-06-25T00:08:09.728Z Downloaded critical-section v1.2.0
14432026-06-25T00:08:09.728Z Downloaded mio v1.2.1
14442026-06-25T00:08:09.731Z Downloaded itoa v1.0.18
14452026-06-25T00:08:09.731Z Downloaded async-trait v0.1.89
14462026-06-25T00:08:09.734Z Downloaded compression-codecs v0.4.38
14472026-06-25T00:08:09.737Z Downloaded utf8parse v0.2.2
14482026-06-25T00:08:09.737Z Downloaded rayon-core v1.13.0
14492026-06-25T00:08:09.740Z Downloaded schemars v0.8.22
14502026-06-25T00:08:09.745Z Downloaded version_check v0.9.5
14512026-06-25T00:08:09.748Z Downloaded thin-vec v0.2.18
14522026-06-25T00:08:09.748Z Downloaded usdt-macro v0.5.0
14532026-06-25T00:08:09.748Z Downloaded synstructure v0.13.2
14542026-06-25T00:08:09.748Z Downloaded serde_yaml v0.9.34+deprecated
14552026-06-25T00:08:09.751Z Downloaded waitgroup v0.1.2
14562026-06-25T00:08:09.751Z Downloaded quinn v0.11.9
14572026-06-25T00:08:09.754Z Downloaded wait-timeout v0.2.1
14582026-06-25T00:08:09.754Z Downloaded utf8_iter v1.0.4
14592026-06-25T00:08:09.754Z Downloaded want v0.3.1
14602026-06-25T00:08:09.754Z Downloaded usdt-attr-macro v0.5.0
14612026-06-25T00:08:09.757Z Downloaded cmake v0.1.58
14622026-06-25T00:08:09.757Z Downloaded hubpack_derive v0.1.1
14632026-06-25T00:08:09.757Z Downloaded chacha20 v0.10.0
14642026-06-25T00:08:09.757Z Downloaded crunchy v0.2.4
14652026-06-25T00:08:09.762Z Downloaded cfg-if v1.0.4
14662026-06-25T00:08:09.762Z Downloaded cstr-argument v0.1.2
14672026-06-25T00:08:09.763Z Downloaded cpufeatures v0.3.0
14682026-06-25T00:08:09.763Z Downloaded bit-set v0.8.0
14692026-06-25T00:08:09.766Z Downloaded indexmap v2.14.0
14702026-06-25T00:08:09.766Z Downloaded anstyle-query v1.1.5
14712026-06-25T00:08:09.766Z Downloaded futures-task v0.3.32
14722026-06-25T00:08:09.766Z Downloaded http v1.4.1
14732026-06-25T00:08:09.769Z Downloaded term v1.2.1
14742026-06-25T00:08:09.769Z Downloaded enum-as-inner v0.6.1
14752026-06-25T00:08:09.773Z Downloaded cipher v0.4.4
14762026-06-25T00:08:09.773Z Downloaded autocfg v1.5.1
14772026-06-25T00:08:09.773Z Downloaded futures-sink v0.3.32
14782026-06-25T00:08:09.773Z Downloaded darling_macro v0.21.3
14792026-06-25T00:08:09.777Z Downloaded cpufeatures v0.2.17
14802026-06-25T00:08:09.777Z Downloaded fixedbitset v0.4.2
14812026-06-25T00:08:09.777Z Downloaded convert_case v0.4.0
14822026-06-25T00:08:09.777Z Downloaded cfg_aliases v0.2.1
14832026-06-25T00:08:09.777Z Downloaded async-stream-impl v0.3.6
14842026-06-25T00:08:09.777Z Downloaded fs_extra v1.3.0
14852026-06-25T00:08:09.780Z Downloaded async-stream v0.3.6
14862026-06-25T00:08:09.780Z Downloaded equivalent v1.0.2
14872026-06-25T00:08:09.780Z Downloaded crossbeam-deque v0.8.6
14882026-06-25T00:08:09.780Z Downloaded yoke-derive v0.8.2
14892026-06-25T00:08:09.783Z Downloaded ciborium-io v0.2.2
14902026-06-25T00:08:09.783Z Downloaded zeroize_derive v1.4.3
14912026-06-25T00:08:09.783Z Downloaded futures-channel v0.3.32
14922026-06-25T00:08:09.783Z Downloaded derive-where v1.6.1
14932026-06-25T00:08:09.786Z Downloaded crucible-workspace-hack v0.1.0
14942026-06-25T00:08:09.786Z Downloaded block-buffer v0.10.4
14952026-06-25T00:08:09.791Z Downloaded base16ct v1.0.0
14962026-06-25T00:08:09.791Z Downloaded toml v0.8.23
14972026-06-25T00:08:09.791Z Downloaded backoff v0.4.0
14982026-06-25T00:08:09.794Z Downloaded defmt-macros v1.1.0
14992026-06-25T00:08:09.794Z Downloaded toml_parser v1.1.2+spec-1.1.0
15002026-06-25T00:08:09.794Z Downloaded zerofrom-derive v0.1.7
15012026-06-25T00:08:09.794Z Downloaded minimal-lexical v0.2.1
15022026-06-25T00:08:09.798Z Downloaded zerofrom v0.1.8
15032026-06-25T00:08:09.798Z Downloaded toml_datetime v0.7.5+spec-1.1.0
15042026-06-25T00:08:09.801Z Downloaded socket2 v0.6.4
15052026-06-25T00:08:09.801Z Downloaded tokio-stream v0.1.18
15062026-06-25T00:08:09.807Z Downloaded tokio-rustls v0.26.4
15072026-06-25T00:08:09.807Z Downloaded usdt-impl v0.5.0
15082026-06-25T00:08:09.807Z Downloaded serde_core v1.0.228
15092026-06-25T00:08:09.812Z Downloaded tempfile v3.27.0
15102026-06-25T00:08:09.812Z Downloaded unicode-xid v0.2.6
15112026-06-25T00:08:09.812Z Downloaded schemars v0.9.0
15122026-06-25T00:08:09.817Z Downloaded zone_cfg_derive v0.3.1
15132026-06-25T00:08:09.817Z Downloaded zone v0.3.1
15142026-06-25T00:08:09.817Z Downloaded usdt-macro v0.6.0
15152026-06-25T00:08:09.823Z Downloaded hashbrown v0.16.1
15162026-06-25T00:08:09.823Z Downloaded qorb v0.4.1
15172026-06-25T00:08:09.826Z Downloaded derive_more v0.99.20
15182026-06-25T00:08:09.826Z Downloaded idna v1.1.0
15192026-06-25T00:08:09.829Z Downloaded cancel-safe-futures v0.1.5
15202026-06-25T00:08:09.829Z Downloaded vsss-rs v3.3.4
15212026-06-25T00:08:09.832Z Downloaded walkdir v2.5.0
15222026-06-25T00:08:09.832Z Downloaded nom v7.1.3
15232026-06-25T00:08:09.835Z Downloaded tracing-attributes v0.1.31
15242026-06-25T00:08:09.835Z Downloaded test-strategy v0.4.5
15252026-06-25T00:08:09.838Z Downloaded textwrap v0.16.2
15262026-06-25T00:08:09.838Z Downloaded serde v1.0.228
15272026-06-25T00:08:09.841Z Downloaded usdt-impl v0.6.0
15282026-06-25T00:08:09.845Z Downloaded writeable v0.6.3
15292026-06-25T00:08:09.845Z Downloaded whoami v1.6.1
15302026-06-25T00:08:09.845Z Downloaded aho-corasick v1.1.4
15312026-06-25T00:08:09.848Z Downloaded xz2 v0.1.7
15322026-06-25T00:08:09.848Z Downloaded foreign-types-shared v0.3.1
15332026-06-25T00:08:09.852Z Downloaded defmt v0.3.100
15342026-06-25T00:08:09.852Z Downloaded cargo_toml v0.22.3
15352026-06-25T00:08:09.852Z Downloaded ucd-trie v0.1.7
15362026-06-25T00:08:09.852Z Downloaded console v0.15.11
15372026-06-25T00:08:09.855Z Downloaded rand v0.9.4
15382026-06-25T00:08:09.855Z Downloaded camino v1.2.2
15392026-06-25T00:08:09.858Z Downloaded defmt v1.1.0
15402026-06-25T00:08:09.861Z Downloaded dropshot-api-manager v0.7.2
15412026-06-25T00:08:09.864Z Downloaded toml v1.1.2+spec-1.1.0
15422026-06-25T00:08:09.864Z Downloaded zeroize v1.8.2
15432026-06-25T00:08:09.864Z Downloaded toml v0.9.12+spec-1.1.0
15442026-06-25T00:08:09.867Z Downloaded snafu v0.8.9
15452026-06-25T00:08:09.870Z Downloaded hashbrown v0.15.5
15462026-06-25T00:08:09.873Z Downloaded byte-wrapper v0.1.0
15472026-06-25T00:08:09.876Z Downloaded bstr v1.12.1
15482026-06-25T00:08:09.882Z Downloaded rustls-webpki v0.103.13
15492026-06-25T00:08:09.885Z Downloaded zmij v1.0.21
15502026-06-25T00:08:09.895Z Downloaded tungstenite v0.21.0
15512026-06-25T00:08:09.898Z Downloaded tinyvec v1.11.0
15522026-06-25T00:08:09.901Z Downloaded unsafe-libyaml v0.2.11
15532026-06-25T00:08:09.901Z Downloaded schemars v1.2.1
15542026-06-25T00:08:09.910Z Downloaded unicode-ident v1.0.24
15552026-06-25T00:08:09.913Z Downloaded zerocopy-derive v0.7.35
15562026-06-25T00:08:09.913Z Downloaded futures-util v0.3.32
15572026-06-25T00:08:09.918Z Downloaded typify v0.6.2
15582026-06-25T00:08:09.921Z Downloaded steno v0.4.1
15592026-06-25T00:08:09.924Z Downloaded toml_edit v0.25.12+spec-1.1.0
15602026-06-25T00:08:09.927Z Downloaded hkdf v0.12.4
15612026-06-25T00:08:09.927Z Downloaded pest v2.8.6
15622026-06-25T00:08:09.930Z Downloaded yoke v0.8.3
15632026-06-25T00:08:09.933Z Downloaded itertools v0.12.1
15642026-06-25T00:08:09.937Z Downloaded zerovec-derive v0.11.3
15652026-06-25T00:08:09.937Z Downloaded libm v0.2.16
15662026-06-25T00:08:09.941Z Downloaded typify v0.4.3
15672026-06-25T00:08:09.945Z Downloaded goblin v0.8.2
15682026-06-25T00:08:09.948Z Downloaded toml_edit v0.22.27
15692026-06-25T00:08:09.948Z Downloaded uuid v1.23.2
15702026-06-25T00:08:09.951Z Downloaded h2 v0.4.14
15712026-06-25T00:08:09.954Z Downloaded tracing-core v0.1.36
15722026-06-25T00:08:09.957Z Downloaded itertools v0.14.0
15732026-06-25T00:08:09.960Z Downloaded icu_properties_data v2.2.0
15742026-06-25T00:08:09.963Z Downloaded hyper v1.10.1
15752026-06-25T00:08:09.968Z Downloaded nom v8.0.0
15762026-06-25T00:08:09.971Z Downloaded clap_builder v4.6.0
15772026-06-25T00:08:09.976Z Downloaded hashbrown v0.17.1
15782026-06-25T00:08:09.979Z Downloaded toml_edit v0.19.15
15792026-06-25T00:08:09.986Z Downloaded rand v0.10.1
15802026-06-25T00:08:09.989Z Downloaded rand v0.8.6
15812026-06-25T00:08:10.003Z Downloaded url v2.5.8
15822026-06-25T00:08:10.006Z Downloaded iddqd v0.4.2
15832026-06-25T00:08:10.010Z Downloaded reqwest v0.12.28
15842026-06-25T00:08:10.016Z Downloaded regex v1.12.3
15852026-06-25T00:08:10.021Z Downloaded tower v0.5.3
15862026-06-25T00:08:10.028Z Downloaded reqwest v0.13.4
15872026-06-25T00:08:10.045Z Downloaded portable-atomic v1.13.1
15882026-06-25T00:08:10.049Z Downloaded typed-path v0.9.3
15892026-06-25T00:08:10.054Z Downloaded rayon v1.12.0
15902026-06-25T00:08:10.060Z Downloaded ron v0.12.1
15912026-06-25T00:08:10.078Z Downloaded zerotrie v0.2.4
15922026-06-25T00:08:10.089Z Downloaded serde_json v1.0.150
15932026-06-25T00:08:10.092Z Downloaded typenum v1.20.1
15942026-06-25T00:08:10.106Z Downloaded unicode-segmentation v1.13.3
15952026-06-25T00:08:10.118Z Downloaded goblin v0.10.7
15962026-06-25T00:08:10.125Z Downloaded zerocopy v0.7.35
15972026-06-25T00:08:10.134Z Downloaded zerocopy-derive v0.8.50
15982026-06-25T00:08:10.139Z Downloaded tokio-util v0.7.18
15992026-06-25T00:08:10.143Z Downloaded winnow v0.5.40
16002026-06-25T00:08:10.149Z Downloaded unicode-normalization v0.1.25
16012026-06-25T00:08:10.152Z Downloaded tough v0.22.0
16022026-06-25T00:08:10.155Z Downloaded chrono v0.4.45
16032026-06-25T00:08:10.158Z Downloaded aws-lc-rs v1.17.0
16042026-06-25T00:08:10.163Z Downloaded winnow v1.0.3
16052026-06-25T00:08:10.168Z Downloaded winnow v0.7.15
16062026-06-25T00:08:10.174Z Downloaded proptest v1.11.0
16072026-06-25T00:08:10.179Z Downloaded zerovec v0.11.6
16082026-06-25T00:08:10.183Z Downloaded serde_with v3.20.0
16092026-06-25T00:08:10.189Z Downloaded time v0.3.47
16102026-06-25T00:08:10.195Z Downloaded moka v0.12.15
16112026-06-25T00:08:10.204Z Downloaded tower-http v0.6.11
16122026-06-25T00:08:10.245Z Downloaded dropshot v0.17.1
16132026-06-25T00:08:10.257Z Downloaded tabled v0.15.0
16142026-06-25T00:08:10.265Z Downloaded quinn-proto v0.11.14
16152026-06-25T00:08:10.269Z Downloaded syn v2.0.117
16162026-06-25T00:08:10.275Z Downloaded tabled v0.21.0
16172026-06-25T00:08:10.285Z Downloaded openapiv3 v2.2.0
16182026-06-25T00:08:10.291Z Downloaded regex-syntax v0.8.10
16192026-06-25T00:08:10.295Z Downloaded hickory-proto v0.25.2
16202026-06-25T00:08:10.303Z Downloaded webpki-roots v1.0.7
16212026-06-25T00:08:10.306Z Downloaded rustls v0.23.40
16222026-06-25T00:08:10.311Z Downloaded syn v1.0.109
16232026-06-25T00:08:10.318Z Downloaded hickory-proto v0.24.4
16242026-06-25T00:08:10.325Z Downloaded vcpkg v0.2.15
16252026-06-25T00:08:10.346Z Downloaded openssl v0.10.80
16262026-06-25T00:08:10.351Z Downloaded nix v0.31.3
16272026-06-25T00:08:10.358Z Downloaded curve25519-dalek v4.1.3
16282026-06-25T00:08:10.363Z Downloaded typify-impl v0.6.2
16292026-06-25T00:08:10.375Z Downloaded smoltcp v0.11.0
16302026-06-25T00:08:10.382Z Downloaded unicode-width v0.1.14
16312026-06-25T00:08:10.385Z Downloaded unicode-width v0.2.2
16322026-06-25T00:08:10.388Z Downloaded rhai v1.25.1
16332026-06-25T00:08:10.394Z Downloaded zerocopy v0.8.50
16342026-06-25T00:08:10.404Z Downloaded typify-impl v0.4.3
16352026-06-25T00:08:10.411Z Downloaded regress v0.11.1
16362026-06-25T00:08:10.416Z Downloaded rustix v0.38.44
16372026-06-25T00:08:10.428Z Downloaded regex-automata v0.4.14
16382026-06-25T00:08:10.436Z Downloaded regress v0.10.5
16392026-06-25T00:08:10.441Z Downloaded rustix v1.1.4
16402026-06-25T00:08:10.457Z Downloaded petgraph v0.6.5
16412026-06-25T00:08:10.471Z Downloaded jiff v0.2.28
16422026-06-25T00:08:10.481Z Downloaded petgraph v0.8.3
16432026-06-25T00:08:10.495Z Downloaded libc v0.2.186
16442026-06-25T00:08:10.514Z Downloaded sled v0.34.7
16452026-06-25T00:08:10.537Z Downloaded tracing v0.1.44
16462026-06-25T00:08:10.549Z Downloaded encoding_rs v0.8.35
16472026-06-25T00:08:10.618Z Downloaded lzma-sys v0.1.20
16482026-06-25T00:08:10.634Z Downloaded chrono-tz v0.10.4
16492026-06-25T00:08:10.667Z Downloaded csv v1.4.0
16502026-06-25T00:08:10.679Z Downloaded sha3 v0.10.9
16512026-06-25T00:08:10.688Z Downloaded tokio v1.52.3
16522026-06-25T00:08:10.764Z Downloaded ring v0.17.14
16532026-06-25T00:08:11.303Z Downloaded aws-lc-sys v0.41.0
16542026-06-25T00:08:11.657Z Compiling proc-macro2 v1.0.106
16552026-06-25T00:08:11.657Z Compiling quote v1.0.45
16562026-06-25T00:08:11.657Z Compiling unicode-ident v1.0.24
16572026-06-25T00:08:11.657Z Compiling serde_core v1.0.228
16582026-06-25T00:08:11.661Z Compiling serde v1.0.228
16592026-06-25T00:08:11.661Z Compiling libc v0.2.186
16602026-06-25T00:08:11.661Z Compiling cfg-if v1.0.4
16612026-06-25T00:08:11.977Z Compiling zmij v1.0.21
16622026-06-25T00:08:12.012Z Compiling autocfg v1.5.1
16632026-06-25T00:08:12.313Z Compiling memchr v2.8.1
16642026-06-25T00:08:12.374Z Compiling libm v0.2.16
16652026-06-25T00:08:12.710Z Compiling itoa v1.0.18
16662026-06-25T00:08:12.763Z Compiling icu_normalizer_data v2.2.0
16672026-06-25T00:08:12.979Z Compiling icu_properties_data v2.2.0
16682026-06-25T00:08:12.998Z Compiling version_check v0.9.5
16692026-06-25T00:08:13.018Z Compiling stable_deref_trait v1.2.1
16702026-06-25T00:08:13.203Z Compiling syn v2.0.117
16712026-06-25T00:08:13.238Z Compiling serde_json v1.0.150
16722026-06-25T00:08:13.313Z Compiling litemap v0.8.2
16732026-06-25T00:08:13.373Z Compiling writeable v0.6.3
16742026-06-25T00:08:13.525Z Compiling parking_lot_core v0.9.12
16752026-06-25T00:08:13.586Z Compiling num-traits v0.2.19
16762026-06-25T00:08:13.603Z Compiling utf8_iter v1.0.4
16772026-06-25T00:08:13.878Z Compiling percent-encoding v2.3.2
16782026-06-25T00:08:13.989Z Compiling thiserror v2.0.18
16792026-06-25T00:08:14.104Z Compiling form_urlencoded v1.2.2
16802026-06-25T00:08:14.122Z Compiling getrandom v0.4.2
16812026-06-25T00:08:14.167Z Compiling rand_core v0.10.1
16822026-06-25T00:08:14.351Z Compiling zerocopy v0.8.50
16832026-06-25T00:08:14.402Z Compiling errno v0.3.14
16842026-06-25T00:08:14.457Z Compiling heck v0.5.0
16852026-06-25T00:08:14.567Z Compiling iana-time-zone v0.1.65
16862026-06-25T00:08:14.772Z Compiling uuid v1.23.2
16872026-06-25T00:08:14.947Z Compiling jobserver v0.1.34
16882026-06-25T00:08:14.981Z Compiling shlex v2.0.1
16892026-06-25T00:08:15.183Z Compiling find-msvc-tools v0.1.9
16902026-06-25T00:08:15.297Z Compiling rustversion v1.0.22
16912026-06-25T00:08:15.425Z Compiling cc v1.2.63
16922026-06-25T00:08:15.428Z Compiling semver v1.0.28
16932026-06-25T00:08:15.540Z Compiling dyn-clone v1.0.20
16942026-06-25T00:08:15.646Z Compiling schemars v0.8.22
16952026-06-25T00:08:15.704Z Compiling pin-project-lite v0.2.17
16962026-06-25T00:08:15.818Z Compiling getrandom v0.2.17
16972026-06-25T00:08:15.962Z Compiling scopeguard v1.2.0
16982026-06-25T00:08:16.057Z Compiling lock_api v0.4.14
16992026-06-25T00:08:16.085Z Compiling bitflags v2.12.1
17002026-06-25T00:08:16.173Z Compiling socket2 v0.6.4
17012026-06-25T00:08:16.251Z Compiling cmake v0.1.58
17022026-06-25T00:08:16.332Z Compiling synstructure v0.13.2
17032026-06-25T00:08:16.363Z Compiling serde_derive_internals v0.29.1
17042026-06-25T00:08:16.536Z Compiling signal-hook-registry v1.4.8
17052026-06-25T00:08:16.630Z Compiling mio v1.2.1
17062026-06-25T00:08:16.763Z Compiling fs_extra v1.3.0
17072026-06-25T00:08:16.887Z Compiling dunce v1.0.5
17082026-06-25T00:08:16.933Z Compiling portable-atomic v1.13.1
17092026-06-25T00:08:17.044Z Compiling log v0.4.32
17102026-06-25T00:08:17.051Z Compiling futures-core v0.3.32
17112026-06-25T00:08:17.052Z Compiling aws-lc-sys v0.41.0
17122026-06-25T00:08:17.062Z Compiling critical-section v1.2.0
17132026-06-25T00:08:17.165Z Compiling subtle v2.6.1
17142026-06-25T00:08:17.203Z Compiling equivalent v1.0.2
17152026-06-25T00:08:17.320Z Compiling httparse v1.10.1
17162026-06-25T00:08:17.359Z Compiling futures-sink v0.3.32
17172026-06-25T00:08:17.462Z Compiling slab v0.4.12
17182026-06-25T00:08:17.492Z Compiling ucd-trie v0.1.7
17192026-06-25T00:08:17.495Z Compiling thiserror v1.0.69
17202026-06-25T00:08:17.541Z Compiling serde_derive v1.0.228
17212026-06-25T00:08:17.664Z Compiling zerofrom-derive v0.1.7
17222026-06-25T00:08:17.681Z Compiling yoke-derive v0.8.2
17232026-06-25T00:08:17.697Z Compiling zerovec-derive v0.11.3
17242026-06-25T00:08:17.738Z Compiling displaydoc v0.2.6
17252026-06-25T00:08:17.855Z Compiling schemars_derive v0.8.22
17262026-06-25T00:08:17.978Z Compiling thiserror-impl v2.0.18
17272026-06-25T00:08:18.227Z Compiling tokio-macros v2.7.0
17282026-06-25T00:08:18.572Z Compiling zerocopy-derive v0.8.50
17292026-06-25T00:08:18.810Z Compiling zeroize_derive v1.4.3
17302026-06-25T00:08:18.843Z Compiling futures-macro v0.3.32
17312026-06-25T00:08:18.926Z Compiling zerofrom v0.1.8
17322026-06-25T00:08:19.046Z Compiling yoke v0.8.3
17332026-06-25T00:08:19.071Z Compiling once_cell v1.21.4
17342026-06-25T00:08:19.151Z Compiling rustix v1.1.4
17352026-06-25T00:08:19.267Z Compiling zerovec v0.11.6
17362026-06-25T00:08:19.310Z Compiling zerotrie v0.2.4
17372026-06-25T00:08:19.536Z Compiling pest v2.8.6
17382026-06-25T00:08:19.564Z Compiling zeroize v1.8.2
17392026-06-25T00:08:19.575Z Compiling typenum v1.20.1
17402026-06-25T00:08:19.730Z Compiling thiserror-impl v1.0.69
17412026-06-25T00:08:19.800Z Compiling futures-channel v0.3.32
17422026-06-25T00:08:19.870Z Compiling futures-task v0.3.32
17432026-06-25T00:08:19.912Z Compiling tinystr v0.8.3
17442026-06-25T00:08:19.995Z Compiling potential_utf v0.1.5
17452026-06-25T00:08:20.065Z Compiling futures-io v0.3.32
17462026-06-25T00:08:20.133Z Compiling icu_locale_core v2.2.0
17472026-06-25T00:08:20.191Z Compiling icu_collections v2.2.0
17482026-06-25T00:08:20.264Z Compiling futures-util v0.3.32
17492026-06-25T00:08:20.781Z Compiling pest_meta v2.8.6
17502026-06-25T00:08:20.927Z Compiling smallvec v1.15.1
17512026-06-25T00:08:20.930Z Compiling bytes v1.11.1
17522026-06-25T00:08:20.965Z Compiling icu_provider v2.2.0
17532026-06-25T00:08:20.985Z Compiling chrono v0.4.45
17542026-06-25T00:08:21.254Z Compiling icu_normalizer v2.2.0
17552026-06-25T00:08:21.610Z Compiling icu_properties v2.2.0
17562026-06-25T00:08:22.060Z Compiling serde_tokenstream v0.2.3
17572026-06-25T00:08:22.244Z Compiling parking_lot v0.12.5
17582026-06-25T00:08:22.484Z Compiling tokio v1.52.3
17592026-06-25T00:08:22.967Z Compiling idna_adapter v1.2.2
17602026-06-25T00:08:22.985Z Compiling pest_generator v2.8.6
17612026-06-25T00:08:23.126Z Compiling idna v1.1.0
17622026-06-25T00:08:23.146Z Compiling getrandom v0.3.4
17632026-06-25T00:08:23.146Z Compiling regex-syntax v0.8.10
17642026-06-25T00:08:23.329Z Compiling strsim v0.11.1
17652026-06-25T00:08:23.363Z Compiling rand_core v0.6.4
17662026-06-25T00:08:23.522Z Compiling url v2.5.8
17672026-06-25T00:08:23.568Z Compiling aho-corasick v1.1.4
17682026-06-25T00:08:23.611Z Compiling pest_derive v2.8.6
17692026-06-25T00:08:23.628Z Compiling hashbrown v0.17.1
17702026-06-25T00:08:24.363Z Compiling byteorder v1.5.0
17712026-06-25T00:08:24.562Z Compiling indexmap v2.14.0
17722026-06-25T00:08:24.634Z Compiling tracing-core v0.1.36
17732026-06-25T00:08:25.059Z Compiling regex-automata v0.4.14
17742026-06-25T00:08:25.267Z Compiling ipnetwork v0.21.1
17752026-06-25T00:08:25.285Z Compiling tracing-attributes v0.1.31
17762026-06-25T00:08:25.432Z Compiling ident_case v1.0.1
17772026-06-25T00:08:25.568Z Compiling slog v2.8.2
17782026-06-25T00:08:25.728Z Compiling base64 v0.22.1
17792026-06-25T00:08:26.077Z Compiling anyhow v1.0.102
17802026-06-25T00:08:26.124Z Compiling paste v1.0.15
17812026-06-25T00:08:26.447Z Compiling fnv v1.0.7
17822026-06-25T00:08:26.559Z Compiling tracing v0.1.44
17832026-06-25T00:08:26.576Z Compiling erased-serde v0.3.31
17842026-06-25T00:08:26.799Z Compiling regex v1.12.3
17852026-06-25T00:08:27.176Z Compiling omicron-workspace-hack v0.1.0
17862026-06-25T00:08:27.546Z Compiling http v1.4.1
17872026-06-25T00:08:27.942Z Compiling oxnet v0.1.6
17882026-06-25T00:08:28.392Z Compiling rustls-pki-types v1.14.1
17892026-06-25T00:08:28.795Z Compiling scroll_derive v0.13.1
17902026-06-25T00:08:29.281Z Compiling ring v0.17.14
17912026-06-25T00:08:29.349Z Compiling time-core v0.1.8
17922026-06-25T00:08:29.398Z Compiling aws-lc-rs v1.17.0
17932026-06-25T00:08:29.505Z Compiling num-conv v0.2.2
17942026-06-25T00:08:29.659Z Compiling time-macros v0.2.27
17952026-06-25T00:08:29.726Z Compiling tokio-util v0.7.18
17962026-06-25T00:08:30.072Z Compiling untrusted v0.9.0
17972026-06-25T00:08:30.214Z Compiling untrusted v0.7.1
17982026-06-25T00:08:30.346Z Compiling ipnet v2.12.0
17992026-06-25T00:08:30.662Z Compiling ppv-lite86 v0.2.21
18002026-06-25T00:08:31.009Z Compiling daft-derive v0.1.7
18012026-06-25T00:08:31.029Z Compiling async-trait v0.1.89
18022026-06-25T00:08:31.192Z Compiling camino v1.2.2
18032026-06-25T00:08:31.524Z Compiling crc32fast v1.5.0
18042026-06-25T00:08:31.547Z Compiling rustls v0.23.40
18052026-06-25T00:08:31.786Z Compiling http-body v1.0.1
18062026-06-25T00:08:31.931Z Compiling crossbeam-utils v0.8.21
18072026-06-25T00:08:31.952Z Compiling pretty-hex v0.4.2
18082026-06-25T00:08:31.994Z Compiling atomic-waker v1.1.2
18092026-06-25T00:08:32.036Z Compiling usdt-impl v0.6.0
18102026-06-25T00:08:32.283Z Compiling scroll v0.13.0
18112026-06-25T00:08:32.308Z Compiling try-lock v0.2.5
18122026-06-25T00:08:32.428Z Compiling plain v0.2.3
18132026-06-25T00:08:32.548Z Compiling ryu v1.0.23
18142026-06-25T00:08:32.600Z Compiling tower-layer v0.3.3
18152026-06-25T00:08:32.804Z Compiling tower-service v0.3.3
18162026-06-25T00:08:32.856Z Compiling goblin v0.10.7
18172026-06-25T00:08:32.878Z Compiling want v0.3.1
18182026-06-25T00:08:33.064Z Compiling h2 v0.4.14
18192026-06-25T00:08:33.601Z Compiling slog-async v2.8.0
18202026-06-25T00:08:34.019Z Compiling httpdate v1.0.3
18212026-06-25T00:08:34.414Z Compiling dtrace-parser v0.3.0
18222026-06-25T00:08:34.461Z Compiling thread-id v5.1.0
18232026-06-25T00:08:34.549Z Compiling ref-cast v1.0.25
18242026-06-25T00:08:35.425Z Compiling hyper v1.10.1
18252026-06-25T00:08:36.640Z Compiling dof v0.4.0
18262026-06-25T00:08:37.655Z Compiling hyper-util v0.1.20
18272026-06-25T00:08:37.867Z Compiling rand_core v0.9.5
18282026-06-25T00:08:38.132Z Compiling serde_urlencoded v0.7.1
18292026-06-25T00:08:38.428Z Compiling http-body-util v0.1.3
18302026-06-25T00:08:38.744Z Compiling ref-cast-impl v1.0.25
18312026-06-25T00:08:38.783Z Compiling syn v1.0.109
18322026-06-25T00:08:39.529Z Compiling usdt-macro v0.6.0
18332026-06-25T00:08:39.564Z Compiling usdt-attr-macro v0.6.0
18342026-06-25T00:08:40.394Z Compiling structmeta-derive v0.3.0
18352026-06-25T00:08:40.485Z Compiling multer v3.1.0
18362026-06-25T00:08:40.621Z Compiling allocator-api2 v0.2.21
18372026-06-25T00:08:40.774Z Compiling foldhash v0.2.0
18382026-06-25T00:08:40.900Z Compiling powerfmt v0.2.0
18392026-06-25T00:08:41.027Z Compiling hashbrown v0.16.1
18402026-06-25T00:08:41.064Z Compiling deranged v0.5.8
18412026-06-25T00:08:41.170Z Compiling rand_chacha v0.9.0
18422026-06-25T00:08:41.476Z Compiling structmeta v0.3.0
18432026-06-25T00:08:41.739Z Compiling darling_core v0.23.0
18442026-06-25T00:08:41.757Z Compiling newtype-uuid-macros v0.1.0
18452026-06-25T00:08:42.228Z Compiling num_threads v0.1.7
18462026-06-25T00:08:42.267Z Compiling rand v0.9.4
18472026-06-25T00:08:42.320Z Compiling time v0.3.47
18482026-06-25T00:08:42.571Z Compiling newtype-uuid v1.3.2
18492026-06-25T00:08:43.000Z Compiling strum_macros v0.26.4
18502026-06-25T00:08:43.443Z Compiling async-stream-impl v0.3.6
18512026-06-25T00:08:43.543Z Compiling sync_wrapper v1.0.2
18522026-06-25T00:08:43.664Z Compiling dropshot v0.17.1
18532026-06-25T00:08:43.882Z Compiling darling_macro v0.23.0
18542026-06-25T00:08:44.142Z Compiling hex v0.4.3
18552026-06-25T00:08:44.450Z Compiling tower v0.5.3
18562026-06-25T00:08:44.494Z Compiling darling v0.23.0
18572026-06-25T00:08:44.497Z Compiling daft v0.1.7
18582026-06-25T00:08:44.586Z Compiling crossbeam-channel v0.5.15
18592026-06-25T00:08:44.740Z Compiling webpki-roots v1.0.7
18602026-06-25T00:08:44.798Z Compiling openapiv3 v2.2.0
18612026-06-25T00:08:45.245Z Compiling generic-array v0.14.7
18622026-06-25T00:08:45.264Z Compiling fastrand v2.4.1
18632026-06-25T00:08:45.708Z Compiling tower-http v0.6.11
18642026-06-25T00:08:45.744Z Compiling serde_with_macros v3.20.0
18652026-06-25T00:08:46.377Z Compiling futures-executor v0.3.32
18662026-06-25T00:08:46.618Z Compiling dropshot_endpoint v0.17.1
18672026-06-25T00:08:46.858Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18682026-06-25T00:08:46.875Z Compiling thread_local v1.1.9
18692026-06-25T00:08:47.220Z Compiling openssl-probe v0.2.1
18702026-06-25T00:08:47.252Z Compiling cpufeatures v0.3.0
18712026-06-25T00:08:47.337Z Compiling rustls-native-certs v0.8.4
18722026-06-25T00:08:47.474Z Compiling futures v0.3.32
18732026-06-25T00:08:48.132Z Compiling derive-ex v0.1.8
18742026-06-25T00:08:48.259Z Compiling strum_macros v0.27.2
18752026-06-25T00:08:48.282Z Compiling is-terminal v0.4.17
18762026-06-25T00:08:48.392Z Compiling take_mut v0.2.2
18772026-06-25T00:08:48.519Z Compiling winnow v1.0.3
18782026-06-25T00:08:49.231Z Compiling term v1.2.1
18792026-06-25T00:08:49.776Z Compiling test-strategy v0.4.5
18802026-06-25T00:08:50.039Z Compiling slog-term v2.9.2
18812026-06-25T00:08:51.156Z Compiling tempfile v3.27.0
18822026-06-25T00:08:51.470Z Compiling macaddr v1.0.1
18832026-06-25T00:08:51.748Z Compiling hybrid-array v0.4.12
18842026-06-25T00:08:52.202Z Compiling simd-adler32 v0.3.9
18852026-06-25T00:08:52.245Z Compiling adler2 v2.0.1
18862026-06-25T00:08:52.250Z Compiling match_cfg v0.1.0
18872026-06-25T00:08:52.331Z Compiling hostname v0.3.1
18882026-06-25T00:08:52.438Z Compiling miniz_oxide v0.8.9
18892026-06-25T00:08:53.197Z Compiling slog-json v2.6.1
18902026-06-25T00:08:53.466Z Compiling memmap2 v0.9.10
18912026-06-25T00:08:53.811Z Compiling usdt v0.6.0
18922026-06-25T00:08:53.900Z Compiling slog-bunyan v2.5.0
18932026-06-25T00:08:53.918Z Compiling flate2 v1.1.9
18942026-06-25T00:08:54.096Z Compiling block-buffer v0.12.0
18952026-06-25T00:08:54.288Z Compiling crypto-common v0.2.2
18962026-06-25T00:08:54.458Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-25T00:08:54.513Z Compiling either v1.16.0
18982026-06-25T00:08:54.691Z Compiling const-oid v0.10.2
18992026-06-25T00:08:54.879Z Compiling compression-core v0.4.32
19002026-06-25T00:08:54.997Z Compiling debug-ignore v1.0.5
19012026-06-25T00:08:55.064Z Compiling compression-codecs v0.4.38
19022026-06-25T00:08:55.116Z Compiling digest v0.11.3
19032026-06-25T00:08:55.426Z Compiling toml_parser v1.1.2+spec-1.1.0
19042026-06-25T00:08:55.454Z Compiling crypto-common v0.1.7
19052026-06-25T00:08:55.600Z Compiling parse-display-derive v0.10.0
19062026-06-25T00:08:55.611Z Compiling rand_chacha v0.3.1
19072026-06-25T00:08:55.781Z Compiling toml_datetime v1.1.1+spec-1.1.0
19082026-06-25T00:08:55.857Z Compiling serde_spanned v1.1.1
19092026-06-25T00:08:56.015Z Compiling encoding_rs v0.8.35
19102026-06-25T00:08:56.194Z Compiling toml_writer v1.1.1+spec-1.1.0
19112026-06-25T00:08:56.212Z Compiling mime v0.3.17
19122026-06-25T00:08:56.245Z Compiling spin v0.9.8
19132026-06-25T00:08:56.479Z Compiling toml v1.1.2+spec-1.1.0
19142026-06-25T00:08:56.660Z Compiling rand v0.8.6
19152026-06-25T00:08:56.757Z Compiling sha1 v0.11.0
19162026-06-25T00:08:57.021Z Compiling async-compression v0.4.42
19172026-06-25T00:08:57.180Z Compiling strum v0.26.3
19182026-06-25T00:08:57.323Z Compiling async-stream v0.3.6
19192026-06-25T00:08:57.499Z Compiling waitgroup v0.1.2
19202026-06-25T00:08:57.518Z Compiling rustls-pemfile v2.2.0
19212026-06-25T00:08:57.658Z Compiling serde_path_to_error v0.1.20
19222026-06-25T00:08:57.729Z Compiling wait-timeout v0.2.1
19232026-06-25T00:08:57.803Z Compiling hostname v0.4.2
19242026-06-25T00:08:58.196Z Compiling bit-vec v0.8.0
19252026-06-25T00:08:58.375Z Compiling quick-error v1.2.3
19262026-06-25T00:08:58.461Z Compiling bit-set v0.8.0
19272026-06-25T00:08:58.495Z Compiling rusty-fork v0.3.1
19282026-06-25T00:08:58.531Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-06-25T00:08:58.654Z Compiling serde_with v3.20.0
19302026-06-25T00:08:58.725Z Compiling rand_xorshift v0.4.0
19312026-06-25T00:08:58.894Z Compiling unarray v0.1.4
19322026-06-25T00:08:59.045Z Compiling proptest v1.11.0
19332026-06-25T00:08:59.360Z Compiling strum v0.27.2
19342026-06-25T00:08:59.504Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19352026-06-25T00:08:59.664Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19362026-06-25T00:08:59.743Z Compiling instant v0.1.13
19372026-06-25T00:09:00.068Z Compiling itertools v0.14.0
19382026-06-25T00:09:00.127Z Compiling iddqd v0.4.2
19392026-06-25T00:09:00.733Z Compiling unicode-width v0.2.2
19402026-06-25T00:09:01.138Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-06-25T00:09:01.264Z Compiling block-buffer v0.10.4
19422026-06-25T00:09:01.447Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19432026-06-25T00:09:01.465Z Compiling backon v1.6.0
19442026-06-25T00:09:01.604Z Compiling regress v0.10.5
19452026-06-25T00:09:03.301Z Compiling digest v0.10.7
19462026-06-25T00:09:03.555Z Compiling backoff v0.4.0
19472026-06-25T00:09:03.754Z Compiling parse-display v0.10.0
19482026-06-25T00:09:04.083Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19492026-06-25T00:09:04.528Z Compiling humantime v2.3.0
19502026-06-25T00:09:06.569Z Compiling regress v0.11.1
19512026-06-25T00:09:07.622Z Compiling zerocopy-derive v0.7.35
19522026-06-25T00:09:08.105Z Compiling typify-impl v0.6.2
19532026-06-25T00:09:08.666Z Compiling darling_core v0.21.3
19542026-06-25T00:09:08.727Z Compiling clap_derive v4.6.1
19552026-06-25T00:09:09.550Z Compiling convert_case v0.4.0
19562026-06-25T00:09:09.849Z Compiling cpufeatures v0.2.17
19572026-06-25T00:09:09.932Z Compiling utf8parse v0.2.2
19582026-06-25T00:09:10.050Z Compiling anstyle-parse v1.0.0
19592026-06-25T00:09:10.272Z Compiling derive_more v0.99.20
19602026-06-25T00:09:10.745Z Compiling darling_macro v0.21.3
19612026-06-25T00:09:11.220Z Compiling terminal_size v0.4.4
19622026-06-25T00:09:11.333Z Compiling toml_datetime v0.6.11
19632026-06-25T00:09:11.404Z Compiling typify-macro v0.6.2
19642026-06-25T00:09:11.554Z Compiling is_terminal_polyfill v1.70.2
19652026-06-25T00:09:11.609Z Compiling colorchoice v1.0.5
19662026-06-25T00:09:11.626Z Compiling anstyle v1.0.14
19672026-06-25T00:09:11.652Z Compiling anstyle-query v1.1.5
19682026-06-25T00:09:11.763Z Compiling darling v0.21.3
19692026-06-25T00:09:11.856Z Compiling anstream v1.0.0
19702026-06-25T00:09:12.484Z Compiling secrecy v0.10.3
19712026-06-25T00:09:12.702Z Compiling crucible-workspace-hack v0.1.0
19722026-06-25T00:09:12.720Z Compiling tinyvec_macros v0.1.1
19732026-06-25T00:09:12.796Z Compiling heapless v0.8.0
19742026-06-25T00:09:12.828Z Compiling clap_lex v1.1.0
19752026-06-25T00:09:13.157Z Compiling clap_builder v4.6.0
19762026-06-25T00:09:13.196Z Compiling typify v0.6.2
19772026-06-25T00:09:13.281Z Compiling tinyvec v1.11.0
19782026-06-25T00:09:13.659Z Compiling ingot-macros v0.1.1
19792026-06-25T00:09:13.685Z Compiling zerocopy v0.7.35
19802026-06-25T00:09:14.121Z Compiling hash32 v0.3.1
19812026-06-25T00:09:14.226Z Compiling scroll_derive v0.12.1
19822026-06-25T00:09:14.243Z Compiling rustc_version v0.4.1
19832026-06-25T00:09:14.469Z Compiling num-integer v0.1.46
19842026-06-25T00:09:14.519Z Compiling usdt-impl v0.5.0
19852026-06-25T00:09:14.804Z Compiling smoltcp v0.11.0
19862026-06-25T00:09:14.977Z Compiling scroll v0.12.0
19872026-06-25T00:09:15.104Z Compiling clap v4.6.1
19882026-06-25T00:09:15.194Z Compiling curve25519-dalek v4.1.3
19892026-06-25T00:09:15.509Z Compiling dof v0.3.0
19902026-06-25T00:09:16.404Z Compiling ingot-types v0.1.2
19912026-06-25T00:09:16.940Z Compiling hmac v0.12.1
19922026-06-25T00:09:17.102Z Compiling dtrace-parser v0.2.0
19932026-06-25T00:09:17.181Z Compiling inout v0.1.4
19942026-06-25T00:09:17.250Z Compiling ff v0.13.1
19952026-06-25T00:09:17.342Z Compiling cobs v0.3.0
19962026-06-25T00:09:17.632Z Compiling thread-id v4.2.2
19972026-06-25T00:09:17.674Z Compiling bitflags v1.3.2
19982026-06-25T00:09:17.967Z Compiling managed v0.8.0
19992026-06-25T00:09:17.994Z Compiling unsafe-libyaml v0.2.11
20002026-06-25T00:09:18.569Z Compiling serde_yaml v0.9.34+deprecated
20012026-06-25T00:09:19.021Z Compiling postcard v1.1.3
20022026-06-25T00:09:19.415Z Compiling group v0.13.0
20032026-06-25T00:09:19.494Z Compiling cipher v0.4.4
20042026-06-25T00:09:19.754Z Compiling hkdf v0.12.4
20052026-06-25T00:09:19.839Z Compiling ingot v0.1.1
20062026-06-25T00:09:20.468Z Compiling goblin v0.8.2
20072026-06-25T00:09:20.822Z Compiling num-iter v0.1.45
20082026-06-25T00:09:20.961Z Compiling num-rational v0.4.2
20092026-06-25T00:09:22.038Z Compiling tabwriter v1.4.1
20102026-06-25T00:09:22.190Z Compiling universal-hash v0.5.1
20112026-06-25T00:09:22.339Z Compiling crypto-bigint v0.5.5
20122026-06-25T00:09:22.397Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-25T00:09:22.464Z Compiling hubpack_derive v0.1.1
20142026-06-25T00:09:23.018Z Compiling thiserror-impl-no-std v2.0.2
20152026-06-25T00:09:23.393Z Compiling crossbeam-epoch v0.9.18
20162026-06-25T00:09:23.718Z Compiling half v2.7.1
20172026-06-25T00:09:23.916Z Compiling curve25519-dalek-derive v0.1.1
20182026-06-25T00:09:24.127Z Compiling num-complex v0.4.6
20192026-06-25T00:09:24.714Z Compiling memoffset v0.9.1
20202026-06-25T00:09:24.832Z Compiling opaque-debug v0.3.1
20212026-06-25T00:09:25.036Z Compiling prettyplease v0.2.37
20222026-06-25T00:09:25.091Z Compiling base64ct v1.8.3
20232026-06-25T00:09:25.310Z Compiling base16ct v0.2.0
20242026-06-25T00:09:25.440Z Compiling ciborium-io v0.2.2
20252026-06-25T00:09:25.550Z Compiling cfg_aliases v0.2.1
20262026-06-25T00:09:25.640Z Compiling nix v0.31.3
20272026-06-25T00:09:26.018Z Compiling ciborium-ll v0.2.2
20282026-06-25T00:09:26.045Z Compiling elliptic-curve v0.13.8
20292026-06-25T00:09:26.221Z Compiling password-hash v0.5.0
20302026-06-25T00:09:26.868Z Compiling poly1305 v0.8.0
20312026-06-25T00:09:27.596Z Compiling num v0.4.3
20322026-06-25T00:09:27.676Z Compiling thiserror-no-std v2.0.2
20332026-06-25T00:09:27.778Z Compiling hubpack v0.1.2
20342026-06-25T00:09:28.414Z Compiling chacha20 v0.9.1
20352026-06-25T00:09:28.891Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20362026-06-25T00:09:28.994Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-25T00:09:29.575Z Compiling reqwest v0.12.28
20382026-06-25T00:09:30.305Z Compiling toml_edit v0.25.12+spec-1.1.0
20392026-06-25T00:09:30.560Z Compiling blake2 v0.10.6
20402026-06-25T00:09:30.642Z Compiling aead v0.5.2
20412026-06-25T00:09:31.020Z Compiling byte-wrapper v0.1.0
20422026-06-25T00:09:31.131Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20432026-06-25T00:09:31.184Z Compiling serde_repr v0.1.20
20442026-06-25T00:09:31.864Z Compiling proc-macro-error-attr v1.0.4
20452026-06-25T00:09:31.971Z Compiling bstr v1.12.1
20462026-06-25T00:09:32.113Z Compiling keccak v0.1.6
20472026-06-25T00:09:32.117Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20482026-06-25T00:09:32.291Z Compiling rustix v0.38.44
20492026-06-25T00:09:32.517Z Compiling float-ord v0.3.2
20502026-06-25T00:09:32.635Z Compiling static_assertions v1.1.0
20512026-06-25T00:09:32.719Z Compiling sha3 v0.10.9
20522026-06-25T00:09:32.866Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20532026-06-25T00:09:33.038Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-25T00:09:33.584Z Compiling proc-macro-crate v3.5.0
20552026-06-25T00:09:33.602Z Compiling argon2 v0.5.3
20562026-06-25T00:09:34.023Z Compiling chacha20poly1305 v0.10.1
20572026-06-25T00:09:34.180Z Compiling progenitor-client v0.10.0
20582026-06-25T00:09:34.622Z Compiling vsss-rs v3.3.4
20592026-06-25T00:09:35.942Z Compiling ciborium v0.2.2
20602026-06-25T00:09:36.282Z Compiling usdt-macro v0.5.0
20612026-06-25T00:09:36.688Z Compiling rustls-webpki v0.103.13
20622026-06-25T00:09:36.782Z Compiling usdt-attr-macro v0.5.0
20632026-06-25T00:09:38.761Z Compiling enum-as-inner v0.6.1
20642026-06-25T00:09:39.159Z Compiling num-derive v0.4.2
20652026-06-25T00:09:39.233Z Compiling proc-macro-error v1.0.4
20662026-06-25T00:09:39.358Z Compiling memmap v0.7.0
20672026-06-25T00:09:39.597Z Compiling winnow v0.5.40
20682026-06-25T00:09:39.626Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20692026-06-25T00:09:40.122Z Compiling indent_write v2.2.0
20702026-06-25T00:09:40.132Z Compiling data-encoding v2.11.0
20712026-06-25T00:09:40.443Z Compiling usdt v0.5.0
20722026-06-25T00:09:40.633Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-06-25T00:09:41.002Z Compiling toml_edit v0.19.15
20742026-06-25T00:09:41.060Z Compiling tokio-rustls v0.26.4
20752026-06-25T00:09:41.359Z Compiling hyper-rustls v0.27.9
20762026-06-25T00:09:41.383Z Compiling rustls-platform-verifier v0.7.0
20772026-06-25T00:09:41.924Z Compiling reqwest v0.13.4
20782026-06-25T00:09:42.970Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20792026-06-25T00:09:43.086Z Compiling num_enum_derive v0.7.6
20802026-06-25T00:09:43.238Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-06-25T00:09:43.430Z Compiling progenitor-client v0.14.0
20822026-06-25T00:09:43.945Z Compiling progenitor-extras v0.2.0
20832026-06-25T00:09:44.849Z Compiling serde_spanned v0.6.9
20842026-06-25T00:09:45.011Z Compiling foreign-types-macros v0.2.3
20852026-06-25T00:09:45.389Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-06-25T00:09:46.074Z Compiling toml_write v0.1.2
20872026-06-25T00:09:46.481Z Compiling pkg-config v0.3.33
20882026-06-25T00:09:46.951Z Compiling vcpkg v0.2.15
20892026-06-25T00:09:47.876Z Compiling foreign-types-shared v0.3.1
20902026-06-25T00:09:47.992Z Compiling winnow v0.7.15
20912026-06-25T00:09:50.268Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-06-25T00:09:53.394Z Compiling bytecount v0.6.9
20932026-06-25T00:09:53.600Z Compiling colored v3.1.1
20942026-06-25T00:09:55.476Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-06-25T00:09:55.765Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-06-25T00:09:56.664Z Compiling toml_edit v0.22.27
20972026-06-25T00:09:57.302Z Compiling foreign-types v0.5.0
20982026-06-25T00:09:57.458Z Compiling openssl-sys v0.9.116
20992026-06-25T00:09:58.361Z Compiling num_enum v0.7.6
21002026-06-25T00:09:59.016Z Compiling proc-macro-crate v1.3.1
21012026-06-25T00:09:59.543Z Compiling progenitor-impl v0.13.0
21022026-06-25T00:09:59.630Z Compiling chacha20 v0.10.0
21032026-06-25T00:09:59.649Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21042026-06-25T00:09:59.936Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21052026-06-25T00:09:59.961Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21062026-06-25T00:10:00.133Z Compiling cstr-argument v0.1.2
21072026-06-25T00:10:00.234Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
21082026-06-25T00:10:00.311Z Compiling swrite v0.1.0
21092026-06-25T00:10:00.390Z Compiling semver v0.1.20
21102026-06-25T00:10:00.432Z Compiling linked-hash-map v0.5.6
21112026-06-25T00:10:00.463Z Compiling resolv-conf v0.7.6
21122026-06-25T00:10:00.652Z Compiling unicode-segmentation v1.13.3
21132026-06-25T00:10:00.669Z Compiling heck v0.4.1
21142026-06-25T00:10:00.892Z Compiling rayon-core v1.13.0
21152026-06-25T00:10:01.052Z Compiling newline-converter v0.3.0
21162026-06-25T00:10:01.085Z Compiling lru-cache v0.1.2
21172026-06-25T00:10:01.177Z Compiling rustc_version v0.1.7
21182026-06-25T00:10:01.229Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21192026-06-25T00:10:01.364Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21202026-06-25T00:10:01.388Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21212026-06-25T00:10:01.499Z Compiling rand v0.10.1
21222026-06-25T00:10:01.618Z Compiling progenitor-macro v0.13.0
21232026-06-25T00:10:01.655Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21242026-06-25T00:10:01.903Z Compiling num_enum_derive v0.5.11
21252026-06-25T00:10:02.504Z Compiling toml v0.8.23
21262026-06-25T00:10:02.595Z Compiling atomicwrites v0.4.4
21272026-06-25T00:10:02.891Z Compiling progenitor-client v0.13.0
21282026-06-25T00:10:02.959Z Compiling hickory-proto v0.24.4
21292026-06-25T00:10:03.069Z Compiling similar v2.7.0
21302026-06-25T00:10:03.147Z Compiling crossbeam-deque v0.8.6
21312026-06-25T00:10:03.378Z Compiling progenitor-impl v0.14.0
21322026-06-25T00:10:03.396Z Compiling console v0.15.11
21332026-06-25T00:10:04.710Z Compiling camino-tempfile v1.4.1
21342026-06-25T00:10:05.142Z Compiling serde-big-array v0.5.1
21352026-06-25T00:10:05.321Z Compiling pin-project-internal v1.1.13
21362026-06-25T00:10:05.496Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21372026-06-25T00:10:05.905Z Compiling derive-where v1.6.1
21382026-06-25T00:10:05.923Z Compiling lazy_static v1.5.0
21392026-06-25T00:10:06.041Z Compiling siphasher v1.0.3
21402026-06-25T00:10:06.058Z Compiling minimal-lexical v0.2.1
21412026-06-25T00:10:06.264Z Compiling nom v7.1.3
21422026-06-25T00:10:06.312Z Compiling phf_shared v0.12.1
21432026-06-25T00:10:06.435Z Compiling pin-project v1.1.13
21442026-06-25T00:10:06.563Z Compiling progenitor v0.13.0
21452026-06-25T00:10:06.716Z Compiling progenitor-macro v0.14.0
21462026-06-25T00:10:07.206Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21472026-06-25T00:10:07.410Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-25T00:10:07.591Z Compiling hickory-resolver v0.24.4
21492026-06-25T00:10:10.895Z Compiling expectorate v1.2.0
21502026-06-25T00:10:11.194Z Compiling num_enum v0.5.11
21512026-06-25T00:10:11.333Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-25T00:10:12.527Z Compiling newtype_derive v0.1.6
21532026-06-25T00:10:13.241Z Compiling unicode-normalization v0.1.25
21542026-06-25T00:10:13.887Z Compiling tokio-stream v0.1.18
21552026-06-25T00:10:14.487Z Compiling snafu-derive v0.8.9
21562026-06-25T00:10:15.335Z Compiling async-recursion v1.1.1
21572026-06-25T00:10:16.055Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21582026-06-25T00:10:16.133Z Compiling slog-dtrace v0.3.0
21592026-06-25T00:10:16.280Z Compiling csv-core v0.1.13
21602026-06-25T00:10:16.388Z Compiling highway v1.3.0
21612026-06-25T00:10:16.406Z Compiling foldhash v0.1.5
21622026-06-25T00:10:16.643Z Compiling same-file v1.0.6
21632026-06-25T00:10:16.706Z Compiling unicode-xid v0.2.6
21642026-06-25T00:10:16.837Z Compiling unicode-width v0.1.14
21652026-06-25T00:10:16.853Z Compiling cancel-safe-futures v0.1.5
21662026-06-25T00:10:17.127Z Compiling foreign-types-shared v0.1.1
21672026-06-25T00:10:17.161Z Compiling owo-colors v4.3.0
21682026-06-25T00:10:17.161Z Compiling chrono-tz v0.10.4
21692026-06-25T00:10:17.232Z Compiling openssl v0.10.80
21702026-06-25T00:10:17.347Z Compiling konst_macro_rules v0.2.19
21712026-06-25T00:10:17.441Z Compiling foreign-types v0.3.2
21722026-06-25T00:10:17.530Z Compiling konst v0.2.20
21732026-06-25T00:10:17.603Z Compiling const_format_proc_macros v0.2.34
21742026-06-25T00:10:17.620Z Compiling walkdir v2.5.0
21752026-06-25T00:10:17.638Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-06-25T00:10:20.438Z Compiling hashbrown v0.15.5
21772026-06-25T00:10:20.481Z Compiling csv v1.4.0
21782026-06-25T00:10:20.481Z Compiling snafu v0.8.9
21792026-06-25T00:10:20.481Z Compiling qorb v0.4.1
21802026-06-25T00:10:20.481Z Compiling progenitor v0.14.0
21812026-06-25T00:10:20.481Z Compiling olpc-cjson v0.1.4
21822026-06-25T00:10:20.481Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-06-25T00:10:20.481Z Compiling rayon v1.12.0
21842026-06-25T00:10:20.481Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21852026-06-25T00:10:20.688Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-25T00:10:21.607Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-06-25T00:10:22.747Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-06-25T00:10:23.273Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21892026-06-25T00:10:23.746Z Compiling phf v0.12.1
21902026-06-25T00:10:24.412Z Compiling zone_cfg_derive v0.3.1
21912026-06-25T00:10:24.845Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-25T00:10:25.193Z Compiling tokio-dtrace v0.1.1
21932026-06-25T00:10:25.537Z Compiling globset v0.4.18
21942026-06-25T00:10:25.592Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21952026-06-25T00:10:25.833Z Compiling itertools v0.12.1
21962026-06-25T00:10:27.126Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-06-25T00:10:27.332Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21982026-06-25T00:10:27.333Z Compiling libsw-core v0.3.2
21992026-06-25T00:10:27.447Z Compiling pem v3.0.6
22002026-06-25T00:10:27.542Z Compiling serde_plain v1.0.2
22012026-06-25T00:10:27.744Z Compiling openssl-macros v0.1.1
22022026-06-25T00:10:27.841Z Compiling cookie v0.18.1
22032026-06-25T00:10:28.055Z Compiling sigpipe v0.1.3
22042026-06-25T00:10:28.108Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-06-25T00:10:28.151Z Compiling glob v0.3.3
22062026-06-25T00:10:28.220Z Compiling fixedbitset v0.4.2
22072026-06-25T00:10:28.285Z Compiling fixedbitset v0.5.7
22082026-06-25T00:10:28.377Z Compiling typed-path v0.9.3
22092026-06-25T00:10:28.511Z Compiling jiff v0.2.28
22102026-06-25T00:10:28.611Z Compiling petgraph v0.8.3
22112026-06-25T00:10:28.635Z Compiling petgraph v0.6.5
22122026-06-25T00:10:29.186Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-25T00:10:29.432Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22142026-06-25T00:10:30.500Z Compiling tough v0.22.0
22152026-06-25T00:10:30.500Z Compiling libsw v3.5.0
22162026-06-25T00:10:30.759Z Compiling zone v0.3.1
22172026-06-25T00:10:31.626Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22182026-06-25T00:10:31.626Z Compiling oxide-tokio-rt v0.1.6
22192026-06-25T00:10:31.626Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-06-25T00:10:31.966Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-25T00:10:32.430Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22222026-06-25T00:10:34.004Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-06-25T00:10:34.220Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-06-25T00:10:34.563Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-25T00:10:35.473Z Compiling const_format v0.2.36
22262026-06-25T00:10:36.863Z Compiling papergrid v0.11.0
22272026-06-25T00:10:36.889Z Compiling tabled_derive v0.7.0
22282026-06-25T00:10:36.971Z Compiling gethostname v0.5.0
22292026-06-25T00:10:37.118Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-06-25T00:10:37.496Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22312026-06-25T00:10:37.954Z Compiling libscf-sys v1.2.0
22322026-06-25T00:10:38.108Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-25T00:10:38.112Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22342026-06-25T00:10:38.234Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-06-25T00:10:38.264Z Compiling smf v0.2.3
22362026-06-25T00:10:38.370Z Compiling bcs v0.1.6
22372026-06-25T00:10:38.800Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22382026-06-25T00:10:39.095Z Compiling unicode-linebreak v0.1.5
22392026-06-25T00:10:39.390Z Compiling smawk v0.3.2
22402026-06-25T00:10:39.466Z Compiling termtree v0.5.1
22412026-06-25T00:10:39.546Z Compiling linear-map v1.2.0
22422026-06-25T00:10:39.567Z Compiling whoami v1.6.1
22432026-06-25T00:10:39.651Z Compiling tagptr v0.2.0
22442026-06-25T00:10:39.828Z Compiling moka v0.12.15
22452026-06-25T00:10:40.030Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-06-25T00:10:41.094Z Compiling textwrap v0.16.2
22472026-06-25T00:10:41.589Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22482026-06-25T00:10:41.834Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22492026-06-25T00:10:42.522Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-06-25T00:10:42.709Z Compiling tabled v0.15.0
22512026-06-25T00:10:43.033Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22522026-06-25T00:10:43.126Z Compiling steno v0.4.1
22532026-06-25T00:10:43.152Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-06-25T00:10:44.648Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-06-25T00:10:48.473Z Compiling hickory-proto v0.25.2
22562026-06-25T00:10:48.794Z Compiling proc-macro-error-attr2 v2.0.0
22572026-06-25T00:10:49.270Z Compiling proc-macro-error2 v2.0.1
22582026-06-25T00:10:49.571Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22592026-06-25T00:10:50.039Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22602026-06-25T00:10:50.185Z Compiling parking_lot_core v0.8.6
22612026-06-25T00:10:50.378Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22622026-06-25T00:10:50.581Z Compiling tabled_derive v0.11.0
22632026-06-25T00:10:50.700Z Compiling papergrid v0.18.0
22642026-06-25T00:10:51.588Z Compiling hickory-resolver v0.25.2
22652026-06-25T00:10:51.708Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-06-25T00:10:52.100Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22672026-06-25T00:10:52.204Z Compiling testing_table v0.3.0
22682026-06-25T00:10:52.638Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22692026-06-25T00:10:53.607Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22702026-06-25T00:10:54.191Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22712026-06-25T00:10:54.833Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22722026-06-25T00:10:55.379Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22732026-06-25T00:10:56.383Z Compiling tabled v0.21.0
22742026-06-25T00:10:57.161Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22752026-06-25T00:10:57.277Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22762026-06-25T00:10:57.988Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22772026-06-25T00:10:58.010Z Compiling arc-swap v1.9.1
22782026-06-25T00:10:58.693Z Compiling slog-scope v4.4.1
22792026-06-25T00:10:59.111Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22802026-06-25T00:10:59.134Z Compiling parking_lot v0.11.2
22812026-06-25T00:10:59.989Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22822026-06-25T00:11:00.017Z Compiling dropshot-api-manager-types v0.7.2
22832026-06-25T00:11:00.159Z Compiling fxhash v0.2.1
22842026-06-25T00:11:00.315Z Compiling crc8 v0.1.1
22852026-06-25T00:11:00.444Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22862026-06-25T00:11:00.595Z Compiling sled v0.34.7
22872026-06-25T00:11:00.921Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22882026-06-25T00:11:02.253Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-25T00:11:04.329Z Compiling slog-stdlog v4.1.1
22902026-06-25T00:11:04.379Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22912026-06-25T00:11:04.673Z Compiling slog-envlogger v2.2.0
22922026-06-25T00:11:04.777Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22932026-06-25T00:11:07.258Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22942026-06-25T00:11:09.441Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-06-25T00:11:12.402Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22962026-06-25T00:11:14.007Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22972026-06-25T00:11:21.503Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22982026-06-25T00:11:27.104Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22992026-06-25T00:11:30.344Z Finished `release` profile [optimized] target(s) in 3m 43s
23002026-06-25T00:11:30.690Z+ banner trio
23012026-06-25T00:11:30.693Z
23022026-06-25T00:11:30.693Z ##### ##### # ####
23032026-06-25T00:11:30.693Z # # # # # #
23042026-06-25T00:11:30.693Z # # # # # #
23052026-06-25T00:11:30.693Z # ##### # # #
23062026-06-25T00:11:30.693Z # # # # # #
23072026-06-25T00:11:30.693Z # # # # ####
23082026-06-25T00:11:30.693Z
23092026-06-25T00:11:30.693Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
23102026-06-25T00:11:31.259Z Compiling cfg-if v1.0.4
23112026-06-25T00:11:31.262Z Compiling libc v0.2.186
23122026-06-25T00:11:31.262Z Compiling serde_core v1.0.228
23132026-06-25T00:11:31.373Z Compiling memchr v2.8.1
23142026-06-25T00:11:31.380Z Compiling itoa v1.0.18
23152026-06-25T00:11:31.383Z Compiling smallvec v1.15.1
23162026-06-25T00:11:31.396Z Compiling stable_deref_trait v1.2.1
23172026-06-25T00:11:31.400Z Compiling zerofrom v0.1.8
23182026-06-25T00:11:31.417Z Compiling zmij v1.0.21
23192026-06-25T00:11:31.470Z Compiling litemap v0.8.2
23202026-06-25T00:11:31.530Z Compiling yoke v0.8.3
23212026-06-25T00:11:31.618Z Compiling writeable v0.6.3
23222026-06-25T00:11:31.635Z Compiling utf8_iter v1.0.4
23232026-06-25T00:11:31.693Z Compiling percent-encoding v2.3.2
23242026-06-25T00:11:31.732Z Compiling zerovec v0.11.6
23252026-06-25T00:11:31.748Z Compiling zerotrie v0.2.4
23262026-06-25T00:11:31.810Z Compiling libm v0.2.16
23272026-06-25T00:11:31.858Z Compiling icu_normalizer_data v2.2.0
23282026-06-25T00:11:31.879Z Compiling icu_properties_data v2.2.0
23292026-06-25T00:11:31.939Z Compiling form_urlencoded v1.2.2
23302026-06-25T00:11:31.950Z Compiling rand_core v0.10.1
23312026-06-25T00:11:32.024Z Compiling errno v0.3.14
23322026-06-25T00:11:32.113Z Compiling getrandom v0.4.2
23332026-06-25T00:11:32.183Z Compiling iana-time-zone v0.1.65
23342026-06-25T00:11:32.195Z Compiling pin-project-lite v0.2.17
23352026-06-25T00:11:32.208Z Compiling zeroize v1.8.2
23362026-06-25T00:11:32.296Z Compiling tinystr v0.8.3
23372026-06-25T00:11:32.315Z Compiling potential_utf v0.1.5
23382026-06-25T00:11:32.355Z Compiling dyn-clone v1.0.20
23392026-06-25T00:11:32.457Z Compiling icu_collections v2.2.0
23402026-06-25T00:11:32.495Z Compiling icu_locale_core v2.2.0
23412026-06-25T00:11:32.506Z Compiling socket2 v0.6.4
23422026-06-25T00:11:32.506Z Compiling scopeguard v1.2.0
23432026-06-25T00:11:32.526Z Compiling parking_lot_core v0.9.12
23442026-06-25T00:11:32.538Z Compiling signal-hook-registry v1.4.8
23452026-06-25T00:11:32.629Z Compiling num-traits v0.2.19
23462026-06-25T00:11:32.929Z Compiling lock_api v0.4.14
23472026-06-25T00:11:33.085Z Compiling mio v1.2.1
23482026-06-25T00:11:33.186Z Compiling parking_lot v0.12.5
23492026-06-25T00:11:33.214Z Compiling serde v1.0.228
23502026-06-25T00:11:33.314Z Compiling serde_json v1.0.150
23512026-06-25T00:11:33.384Z Compiling icu_provider v2.2.0
23522026-06-25T00:11:33.403Z Compiling uuid v1.23.2
23532026-06-25T00:11:33.568Z Compiling semver v1.0.28
23542026-06-25T00:11:33.833Z Compiling bytes v1.11.1
23552026-06-25T00:11:33.903Z Compiling icu_properties v2.2.0
23562026-06-25T00:11:34.043Z Compiling icu_normalizer v2.2.0
23572026-06-25T00:11:34.043Z Compiling chrono v0.4.45
23582026-06-25T00:11:34.140Z Compiling portable-atomic v1.13.1
23592026-06-25T00:11:34.286Z Compiling thiserror v2.0.18
23602026-06-25T00:11:34.406Z Compiling tokio v1.52.3
23612026-06-25T00:11:34.767Z Compiling bitflags v2.12.1
23622026-06-25T00:11:34.888Z Compiling idna_adapter v1.2.2
23632026-06-25T00:11:35.034Z Compiling idna v1.1.0
23642026-06-25T00:11:35.181Z Compiling critical-section v1.2.0
23652026-06-25T00:11:35.277Z Compiling futures-core v0.3.32
23662026-06-25T00:11:35.301Z Compiling once_cell v1.21.4
23672026-06-25T00:11:35.450Z Compiling url v2.5.8
23682026-06-25T00:11:35.468Z Compiling log v0.4.32
23692026-06-25T00:11:35.542Z Compiling equivalent v1.0.2
23702026-06-25T00:11:35.560Z Compiling subtle v2.6.1
23712026-06-25T00:11:35.639Z Compiling zerocopy v0.8.50
23722026-06-25T00:11:35.724Z Compiling futures-sink v0.3.32
23732026-06-25T00:11:35.739Z Compiling slab v0.4.12
23742026-06-25T00:11:35.843Z Compiling typenum v1.20.1
23752026-06-25T00:11:35.954Z Compiling futures-channel v0.3.32
23762026-06-25T00:11:36.041Z Compiling schemars v0.8.22
23772026-06-25T00:11:36.220Z Compiling getrandom v0.2.17
23782026-06-25T00:11:36.445Z Compiling futures-task v0.3.32
23792026-06-25T00:11:36.627Z Compiling futures-io v0.3.32
23802026-06-25T00:11:36.669Z Compiling rand_core v0.6.4
23812026-06-25T00:11:36.831Z Compiling futures-util v0.3.32
23822026-06-25T00:11:36.937Z Compiling hashbrown v0.17.1
23832026-06-25T00:11:37.196Z Compiling tracing-core v0.1.36
23842026-06-25T00:11:37.618Z Compiling indexmap v2.14.0
23852026-06-25T00:11:37.652Z Compiling tracing v0.1.44
23862026-06-25T00:11:38.011Z Compiling ipnetwork v0.21.1
23872026-06-25T00:11:38.043Z Compiling base64 v0.22.1
23882026-06-25T00:11:38.329Z Compiling http v1.4.1
23892026-06-25T00:11:38.463Z Compiling unicode-ident v1.0.24
23902026-06-25T00:11:38.542Z Compiling slog v2.8.2
23912026-06-25T00:11:38.560Z Compiling proc-macro2 v1.0.106
23922026-06-25T00:11:38.588Z Compiling erased-serde v0.3.31
23932026-06-25T00:11:38.907Z Compiling fnv v1.0.7
23942026-06-25T00:11:39.022Z Compiling quote v1.0.45
23952026-06-25T00:11:39.577Z Compiling oxnet v0.1.6
23962026-06-25T00:11:39.772Z Compiling syn v2.0.117
23972026-06-25T00:11:39.835Z Compiling tokio-util v0.7.18
23982026-06-25T00:11:40.096Z Compiling ipnet v2.12.0
23992026-06-25T00:11:40.289Z Compiling byteorder v1.5.0
24002026-06-25T00:11:40.560Z Compiling thiserror v1.0.69
24012026-06-25T00:11:40.679Z Compiling ppv-lite86 v0.2.21
24022026-06-25T00:11:40.827Z Compiling rustls-pki-types v1.14.1
24032026-06-25T00:11:41.032Z Compiling aws-lc-sys v0.41.0
24042026-06-25T00:11:41.111Z Compiling http-body v1.0.1
24052026-06-25T00:11:41.180Z Compiling untrusted v0.7.1
24062026-06-25T00:11:41.283Z Compiling atomic-waker v1.1.2
24072026-06-25T00:11:41.312Z Compiling httparse v1.10.1
24082026-06-25T00:11:41.337Z Compiling rustls v0.23.40
24092026-06-25T00:11:41.421Z Compiling untrusted v0.9.0
24102026-06-25T00:11:41.571Z Compiling aws-lc-rs v1.17.0
24112026-06-25T00:11:41.584Z Compiling try-lock v0.2.5
24122026-06-25T00:11:41.613Z Compiling tower-layer v0.3.3
24132026-06-25T00:11:41.702Z Compiling ryu v1.0.23
24142026-06-25T00:11:41.705Z Compiling tower-service v0.3.3
24152026-06-25T00:11:41.801Z Compiling pretty-hex v0.4.2
24162026-06-25T00:11:41.812Z Compiling want v0.3.1
24172026-06-25T00:11:41.824Z Compiling h2 v0.4.14
24182026-06-25T00:11:41.850Z Compiling httpdate v1.0.3
24192026-06-25T00:11:41.944Z Compiling rustix v1.1.4
24202026-06-25T00:11:41.998Z Compiling regex-syntax v0.8.10
24212026-06-25T00:11:42.010Z Compiling plain v0.2.3
24222026-06-25T00:11:42.130Z Compiling getrandom v0.3.4
24232026-06-25T00:11:42.239Z Compiling omicron-workspace-hack v0.1.0
24242026-06-25T00:11:42.319Z Compiling ucd-trie v0.1.7
24252026-06-25T00:11:42.341Z Compiling rand_core v0.9.5
24262026-06-25T00:11:42.644Z Compiling pest v2.8.6
24272026-06-25T00:11:42.922Z Compiling rustls-webpki v0.103.13
24282026-06-25T00:11:44.420Z Compiling hyper v1.10.1
24292026-06-25T00:11:44.526Z Compiling crossbeam-utils v0.8.21
24302026-06-25T00:11:45.315Z Compiling serde_urlencoded v0.7.1
24312026-06-25T00:11:45.621Z Compiling http-body-util v0.1.3
24322026-06-25T00:11:45.635Z Compiling allocator-api2 v0.2.21
24332026-06-25T00:11:45.946Z Compiling hyper-util v0.1.20
24342026-06-25T00:11:46.077Z Compiling foldhash v0.2.0
24352026-06-25T00:11:46.383Z Compiling hashbrown v0.16.1
24362026-06-25T00:11:47.127Z Compiling newtype-uuid v1.3.2
24372026-06-25T00:11:48.155Z Compiling tokio-rustls v0.26.4
24382026-06-25T00:11:48.195Z Compiling hex v0.4.3
24392026-06-25T00:11:48.459Z Compiling daft v0.1.7
24402026-06-25T00:11:48.482Z Compiling rand_chacha v0.9.0
24412026-06-25T00:11:48.519Z Compiling sync_wrapper v1.0.2
24422026-06-25T00:11:48.641Z Compiling aho-corasick v1.1.4
24432026-06-25T00:11:48.773Z Compiling fastrand v2.4.1
24442026-06-25T00:11:49.077Z Compiling rand v0.9.4
24452026-06-25T00:11:49.089Z Compiling tower v0.5.3
24462026-06-25T00:11:49.131Z Compiling anyhow v1.0.102
24472026-06-25T00:11:49.197Z Compiling powerfmt v0.2.0
24482026-06-25T00:11:49.365Z Compiling deranged v0.5.8
24492026-06-25T00:11:49.470Z Compiling generic-array v0.14.7
24502026-06-25T00:11:49.702Z Compiling regex-automata v0.4.14
24512026-06-25T00:11:49.805Z Compiling tower-http v0.6.11
24522026-06-25T00:11:49.848Z Compiling openapiv3 v2.2.0
24532026-06-25T00:11:50.028Z Compiling num_threads v0.1.7
24542026-06-25T00:11:50.133Z Compiling cpufeatures v0.3.0
24552026-06-25T00:11:50.219Z Compiling num-conv v0.2.2
24562026-06-25T00:11:50.384Z Compiling time-core v0.1.8
24572026-06-25T00:11:50.497Z Compiling openssl-probe v0.2.1
24582026-06-25T00:11:50.509Z Compiling time v0.3.47
24592026-06-25T00:11:50.541Z Compiling camino v1.2.2
24602026-06-25T00:11:50.759Z Compiling rustls-native-certs v0.8.4
24612026-06-25T00:11:51.130Z Compiling tempfile v3.27.0
24622026-06-25T00:11:51.632Z Compiling futures-executor v0.3.32
24632026-06-25T00:11:52.061Z Compiling winnow v1.0.3
24642026-06-25T00:11:52.195Z Compiling futures v0.3.32
24652026-06-25T00:11:52.288Z Compiling regex v1.12.3
24662026-06-25T00:11:52.385Z Compiling rustls-platform-verifier v0.7.0
24672026-06-25T00:11:53.041Z Compiling hyper-rustls v0.27.9
24682026-06-25T00:11:53.428Z Compiling crossbeam-channel v0.5.15
24692026-06-25T00:11:53.488Z Compiling scroll v0.13.0
24702026-06-25T00:11:53.528Z Compiling hybrid-array v0.4.12
24712026-06-25T00:11:53.805Z Compiling simd-adler32 v0.3.9
24722026-06-25T00:11:53.825Z Compiling adler2 v2.0.1
24732026-06-25T00:11:54.002Z Compiling miniz_oxide v0.8.9
24742026-06-25T00:11:54.051Z Compiling goblin v0.10.7
24752026-06-25T00:11:54.159Z Compiling crc32fast v1.5.0
24762026-06-25T00:11:54.179Z Compiling reqwest v0.13.4
24772026-06-25T00:11:54.412Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24782026-06-25T00:11:54.678Z Compiling thread_local v1.1.9
24792026-06-25T00:11:55.057Z Compiling either v1.16.0
24802026-06-25T00:11:55.294Z Compiling flate2 v1.1.9
24812026-06-25T00:11:55.505Z Compiling crypto-common v0.2.2
24822026-06-25T00:11:55.862Z Compiling block-buffer v0.12.0
24832026-06-25T00:11:56.054Z Compiling crypto-common v0.1.7
24842026-06-25T00:11:56.212Z Compiling dtrace-parser v0.3.0
24852026-06-25T00:11:56.438Z Compiling rand_chacha v0.3.1
24862026-06-25T00:11:56.811Z Compiling thread-id v5.1.0
24872026-06-25T00:11:56.906Z Compiling is-terminal v0.4.17
24882026-06-25T00:11:57.016Z Compiling const-oid v0.10.2
24892026-06-25T00:11:57.087Z Compiling debug-ignore v1.0.5
24902026-06-25T00:11:57.205Z Compiling match_cfg v0.1.0
24912026-06-25T00:11:57.290Z Compiling dof v0.4.0
24922026-06-25T00:11:57.321Z Compiling take_mut v0.2.2
24932026-06-25T00:11:57.449Z Compiling compression-core v0.4.32
24942026-06-25T00:11:57.632Z Compiling term v1.2.1
24952026-06-25T00:11:58.813Z Compiling usdt-impl v0.6.0
24962026-06-25T00:11:59.608Z Compiling slog-term v2.9.2
24972026-06-25T00:12:00.448Z Compiling compression-codecs v0.4.38
24982026-06-25T00:12:00.841Z Compiling slog-async v2.8.0
24992026-06-25T00:12:01.001Z Compiling hostname v0.3.1
25002026-06-25T00:12:01.156Z Compiling digest v0.11.3
25012026-06-25T00:12:01.172Z Compiling rand v0.8.6
25022026-06-25T00:12:01.361Z Compiling ref-cast v1.0.25
25032026-06-25T00:12:01.512Z Compiling toml_parser v1.1.2+spec-1.1.0
25042026-06-25T00:12:02.027Z Compiling slog-json v2.6.1
25052026-06-25T00:12:02.307Z Compiling strum v0.26.3
25062026-06-25T00:12:02.384Z Compiling macaddr v1.0.1
25072026-06-25T00:12:02.460Z Compiling toml_datetime v1.1.1+spec-1.1.0
25082026-06-25T00:12:02.673Z Compiling serde_spanned v1.1.1
25092026-06-25T00:12:02.838Z Compiling wait-timeout v0.2.1
25102026-06-25T00:12:02.861Z Compiling memmap2 v0.9.10
25112026-06-25T00:12:02.896Z Compiling encoding_rs v0.8.35
25122026-06-25T00:12:03.162Z Compiling spin v0.9.8
25132026-06-25T00:12:03.273Z Compiling quick-error v1.2.3
25142026-06-25T00:12:03.291Z Compiling mime v0.3.17
25152026-06-25T00:12:03.334Z Compiling toml_writer v1.1.1+spec-1.1.0
25162026-06-25T00:12:03.392Z Compiling bit-vec v0.8.0
25172026-06-25T00:12:03.605Z Compiling bit-set v0.8.0
25182026-06-25T00:12:03.691Z Compiling toml v1.1.2+spec-1.1.0
25192026-06-25T00:12:03.785Z Compiling rusty-fork v0.3.1
25202026-06-25T00:12:03.808Z Compiling usdt v0.6.0
25212026-06-25T00:12:04.483Z Compiling multer v3.1.0
25222026-06-25T00:12:04.664Z Compiling slog-bunyan v2.5.0
25232026-06-25T00:12:04.854Z Compiling sha1 v0.11.0
25242026-06-25T00:12:05.302Z Compiling async-compression v0.4.42
25252026-06-25T00:12:05.741Z Compiling serde_with v3.20.0
25262026-06-25T00:12:05.781Z Compiling async-stream v0.3.6
25272026-06-25T00:12:05.793Z Compiling rand_xorshift v0.4.0
25282026-06-25T00:12:05.803Z Compiling waitgroup v0.1.2
25292026-06-25T00:12:05.950Z Compiling rustls-pemfile v2.2.0
25302026-06-25T00:12:05.962Z Compiling serde_path_to_error v0.1.20
25312026-06-25T00:12:05.975Z Compiling hostname v0.4.2
25322026-06-25T00:12:06.135Z Compiling unarray v0.1.4
25332026-06-25T00:12:06.232Z Compiling proptest v1.11.0
25342026-06-25T00:12:06.262Z Compiling progenitor-client v0.14.0
25352026-06-25T00:12:06.280Z Compiling strum v0.27.2
25362026-06-25T00:12:06.407Z Compiling dropshot v0.17.1
25372026-06-25T00:12:06.421Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25382026-06-25T00:12:06.573Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25392026-06-25T00:12:06.776Z Compiling iddqd v0.4.2
25402026-06-25T00:12:06.815Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25412026-06-25T00:12:07.131Z Compiling reqwest v0.12.28
25422026-06-25T00:12:07.306Z Compiling block-buffer v0.10.4
25432026-06-25T00:12:07.460Z Compiling backon v1.6.0
25442026-06-25T00:12:07.730Z Compiling instant v0.1.13
25452026-06-25T00:12:07.860Z Compiling backoff v0.4.0
25462026-06-25T00:12:08.090Z Compiling progenitor-extras v0.2.0
25472026-06-25T00:12:08.293Z Compiling progenitor-client v0.10.0
25482026-06-25T00:12:08.341Z Compiling digest v0.10.7
25492026-06-25T00:12:08.577Z Compiling parse-display v0.10.0
25502026-06-25T00:12:08.604Z Compiling itertools v0.14.0
25512026-06-25T00:12:08.834Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25522026-06-25T00:12:08.961Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25532026-06-25T00:12:09.547Z Compiling regress v0.10.5
25542026-06-25T00:12:10.173Z Compiling humantime v2.3.0
25552026-06-25T00:12:10.631Z Compiling cpufeatures v0.2.17
25562026-06-25T00:12:10.730Z Compiling heck v0.5.0
25572026-06-25T00:12:10.910Z Compiling unicode-width v0.2.2
25582026-06-25T00:12:11.242Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25592026-06-25T00:12:11.363Z Compiling secrecy v0.10.3
25602026-06-25T00:12:11.543Z Compiling tinyvec_macros v0.1.1
25612026-06-25T00:12:11.626Z Compiling tinyvec v1.11.0
25622026-06-25T00:12:12.083Z Compiling num-integer v0.1.46
25632026-06-25T00:12:12.372Z Compiling scroll v0.12.0
25642026-06-25T00:12:12.601Z Compiling crucible-workspace-hack v0.1.0
25652026-06-25T00:12:12.686Z Compiling hmac v0.12.1
25662026-06-25T00:12:12.709Z Compiling inout v0.1.4
25672026-06-25T00:12:12.858Z Compiling regress v0.11.1
25682026-06-25T00:12:12.877Z Compiling ff v0.13.1
25692026-06-25T00:12:12.928Z Compiling utf8parse v0.2.2
25702026-06-25T00:12:13.031Z Compiling anstyle-parse v1.0.0
25712026-06-25T00:12:13.051Z Compiling group v0.13.0
25722026-06-25T00:12:13.189Z Compiling cipher v0.4.4
25732026-06-25T00:12:13.259Z Compiling hkdf v0.12.4
25742026-06-25T00:12:13.436Z Compiling goblin v0.8.2
25752026-06-25T00:12:13.448Z Compiling num-rational v0.4.2
25762026-06-25T00:12:14.468Z Compiling num-iter v0.1.45
25772026-06-25T00:12:14.606Z Compiling zerocopy v0.7.35
25782026-06-25T00:12:14.618Z Compiling universal-hash v0.5.1
25792026-06-25T00:12:14.770Z Compiling typify-impl v0.6.2
25802026-06-25T00:12:15.229Z Compiling crypto-bigint v0.5.5
25812026-06-25T00:12:15.437Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25822026-06-25T00:12:16.773Z Compiling terminal_size v0.4.4
25832026-06-25T00:12:16.947Z Compiling half v2.7.1
25842026-06-25T00:12:17.222Z Compiling num-complex v0.4.6
25852026-06-25T00:12:17.316Z Compiling base64ct v1.8.3
25862026-06-25T00:12:17.689Z Compiling opaque-debug v0.3.1
25872026-06-25T00:12:17.689Z Compiling base16ct v0.2.0
25882026-06-25T00:12:17.794Z Compiling ciborium-io v0.2.2
25892026-06-25T00:12:17.845Z Compiling is_terminal_polyfill v1.70.2
25902026-06-25T00:12:17.861Z Compiling anstyle-query v1.1.5
25912026-06-25T00:12:17.906Z Compiling colorchoice v1.0.5
25922026-06-25T00:12:17.950Z Compiling anstyle v1.0.14
25932026-06-25T00:12:17.978Z Compiling ciborium-ll v0.2.2
25942026-06-25T00:12:18.031Z Compiling elliptic-curve v0.13.8
25952026-06-25T00:12:18.232Z Compiling anstream v1.0.0
25962026-06-25T00:12:18.635Z Compiling poly1305 v0.8.0
25972026-06-25T00:12:18.635Z Compiling num v0.4.3
25982026-06-25T00:12:18.635Z Compiling password-hash v0.5.0
25992026-06-25T00:12:18.828Z Compiling curve25519-dalek v4.1.3
26002026-06-25T00:12:18.913Z Compiling typify v0.6.2
26012026-06-25T00:12:19.032Z Compiling thiserror-no-std v2.0.2
26022026-06-25T00:12:19.139Z Compiling dof v0.3.0
26032026-06-25T00:12:19.476Z Compiling chacha20 v0.9.1
26042026-06-25T00:12:19.741Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26052026-06-25T00:12:19.993Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26062026-06-25T00:12:21.566Z Compiling blake2 v0.10.6
26072026-06-25T00:12:25.918Z Compiling aead v0.5.2
26082026-06-25T00:12:25.918Z Compiling byte-wrapper v0.1.0
26092026-06-25T00:12:25.918Z Compiling crossbeam-epoch v0.9.18
26102026-06-25T00:12:25.918Z Compiling dtrace-parser v0.2.0
26112026-06-25T00:12:25.918Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26122026-06-25T00:12:25.918Z Compiling thread-id v4.2.2
26132026-06-25T00:12:25.919Z Compiling strsim v0.11.1
26142026-06-25T00:12:25.919Z Compiling keccak v0.1.6
26152026-06-25T00:12:25.986Z Compiling float-ord v0.3.2
26162026-06-25T00:12:25.986Z Compiling clap_lex v1.1.0
26172026-06-25T00:12:25.986Z Compiling clap_builder v4.6.0
26182026-06-25T00:12:25.986Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26192026-06-25T00:12:25.986Z Compiling sha3 v0.10.9
26202026-06-25T00:12:25.986Z Compiling usdt-impl v0.5.0
26212026-06-25T00:12:25.986Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26222026-06-25T00:12:25.986Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26232026-06-25T00:12:27.111Z Compiling argon2 v0.5.3
26242026-06-25T00:12:28.179Z Compiling chacha20poly1305 v0.10.1
26252026-06-25T00:12:28.340Z Compiling vsss-rs v3.3.4
26262026-06-25T00:12:28.410Z Compiling ciborium v0.2.2
26272026-06-25T00:12:29.283Z Compiling hash32 v0.3.1
26282026-06-25T00:12:29.463Z Compiling memmap v0.7.0
26292026-06-25T00:12:29.713Z Compiling indent_write v2.2.0
26302026-06-25T00:12:29.747Z Compiling data-encoding v2.11.0
26312026-06-25T00:12:29.858Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26322026-06-25T00:12:29.871Z Compiling usdt v0.5.0
26332026-06-25T00:12:30.534Z Compiling heapless v0.8.0
26342026-06-25T00:12:31.050Z Compiling ingot-types v0.1.2
26352026-06-25T00:12:31.522Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26362026-06-25T00:12:31.737Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26372026-06-25T00:12:31.845Z Compiling clap v4.6.1
26382026-06-25T00:12:31.887Z Compiling rustix v0.38.44
26392026-06-25T00:12:31.942Z Compiling tabwriter v1.4.1
26402026-06-25T00:12:32.323Z Compiling cobs v0.3.0
26412026-06-25T00:12:32.486Z Compiling managed v0.8.0
26422026-06-25T00:12:32.619Z Compiling colored v3.1.1
26432026-06-25T00:12:32.758Z Compiling foreign-types-shared v0.3.1
26442026-06-25T00:12:32.864Z Compiling bitflags v1.3.2
26452026-06-25T00:12:32.954Z Compiling smoltcp v0.11.0
26462026-06-25T00:12:33.301Z Compiling foreign-types v0.5.0
26472026-06-25T00:12:33.315Z Compiling postcard v1.1.3
26482026-06-25T00:12:33.391Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26492026-06-25T00:12:33.703Z Compiling num_enum v0.7.6
26502026-06-25T00:12:33.844Z Compiling ingot v0.1.1
26512026-06-25T00:12:34.580Z Compiling memoffset v0.9.1
26522026-06-25T00:12:34.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26532026-06-25T00:12:34.802Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26542026-06-25T00:12:34.848Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26552026-06-25T00:12:34.972Z Compiling chacha20 v0.10.0
26562026-06-25T00:12:35.084Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26572026-06-25T00:12:35.270Z Compiling toml_datetime v0.6.11
26582026-06-25T00:12:35.524Z Compiling serde_spanned v0.6.9
26592026-06-25T00:12:35.655Z Compiling cstr-argument v0.1.2
26602026-06-25T00:12:35.696Z Compiling unicode-segmentation v1.13.3
26612026-06-25T00:12:35.834Z Compiling swrite v0.1.0
26622026-06-25T00:12:35.900Z Compiling resolv-conf v0.7.6
26632026-06-25T00:12:35.949Z Compiling toml_write v0.1.2
26642026-06-25T00:12:36.136Z Compiling static_assertions v1.1.0
26652026-06-25T00:12:36.201Z Compiling winnow v0.7.15
26662026-06-25T00:12:36.217Z Compiling linked-hash-map v0.5.6
26672026-06-25T00:12:36.269Z Compiling newline-converter v0.3.0
26682026-06-25T00:12:36.356Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26692026-06-25T00:12:36.405Z Compiling lru-cache v0.1.2
26702026-06-25T00:12:36.435Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26712026-06-25T00:12:36.540Z Compiling rand v0.10.1
26722026-06-25T00:12:36.554Z Compiling hubpack v0.1.2
26732026-06-25T00:12:36.798Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26742026-06-25T00:12:36.810Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26752026-06-25T00:12:36.931Z Compiling nix v0.31.3
26762026-06-25T00:12:37.039Z Compiling atomicwrites v0.4.4
26772026-06-25T00:12:37.343Z Compiling hickory-proto v0.24.4
26782026-06-25T00:12:37.361Z Compiling crossbeam-deque v0.8.6
26792026-06-25T00:12:37.587Z Compiling console v0.15.11
26802026-06-25T00:12:38.118Z Compiling toml_edit v0.22.27
26812026-06-25T00:12:38.164Z Compiling itertools v0.12.1
26822026-06-25T00:12:38.963Z Compiling camino-tempfile v1.4.1
26832026-06-25T00:12:39.408Z Compiling serde-big-array v0.5.1
26842026-06-25T00:12:39.577Z Compiling siphasher v1.0.3
26852026-06-25T00:12:39.627Z Compiling similar v2.7.0
26862026-06-25T00:12:39.676Z Compiling lazy_static v1.5.0
26872026-06-25T00:12:39.790Z Compiling toml v0.8.23
26882026-06-25T00:12:39.790Z Compiling phf_shared v0.12.1
26892026-06-25T00:12:40.024Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26902026-06-25T00:12:40.449Z Compiling expectorate v1.2.0
26912026-06-25T00:12:40.664Z Compiling pin-project v1.1.13
26922026-06-25T00:12:40.780Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26932026-06-25T00:12:40.893Z Compiling hickory-resolver v0.24.4
26942026-06-25T00:12:42.401Z Compiling prettyplease v0.2.37
26952026-06-25T00:12:42.767Z Compiling rayon-core v1.13.0
26962026-06-25T00:12:44.552Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26972026-06-25T00:12:44.791Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26982026-06-25T00:12:45.842Z Compiling num_enum v0.5.11
26992026-06-25T00:12:45.925Z Compiling progenitor-impl v0.13.0
27002026-06-25T00:12:45.974Z Compiling progenitor-impl v0.14.0
27012026-06-25T00:12:47.674Z Compiling unicode-normalization v0.1.25
27022026-06-25T00:12:48.290Z Compiling progenitor-client v0.13.0
27032026-06-25T00:12:48.557Z Compiling tokio-stream v0.1.18
27042026-06-25T00:12:48.841Z Compiling csv-core v0.1.13
27052026-06-25T00:12:49.172Z Compiling bstr v1.12.1
27062026-06-25T00:12:49.259Z Compiling highway v1.3.0
27072026-06-25T00:12:49.887Z Compiling konst_macro_rules v0.2.19
27082026-06-25T00:12:49.961Z Compiling unicode-width v0.1.14
27092026-06-25T00:12:50.090Z Compiling same-file v1.0.6
27102026-06-25T00:12:50.206Z Compiling foreign-types-shared v0.1.1
27112026-06-25T00:12:50.276Z Compiling foldhash v0.1.5
27122026-06-25T00:12:50.288Z Compiling foreign-types v0.3.2
27132026-06-25T00:12:50.307Z Compiling walkdir v2.5.0
27142026-06-25T00:12:50.365Z Compiling konst v0.2.20
27152026-06-25T00:12:50.506Z Compiling hashbrown v0.15.5
27162026-06-25T00:12:50.755Z Compiling globset v0.4.18
27172026-06-25T00:12:51.129Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-06-25T00:12:51.171Z Compiling csv v1.4.0
27192026-06-25T00:12:52.159Z Compiling qorb v0.4.1
27202026-06-25T00:12:54.056Z Compiling snafu v0.8.9
27212026-06-25T00:12:54.091Z Compiling progenitor v0.13.0
27222026-06-25T00:12:54.275Z Compiling olpc-cjson v0.1.4
27232026-06-25T00:12:54.502Z Compiling progenitor v0.14.0
27242026-06-25T00:12:54.653Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27252026-06-25T00:12:54.730Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27262026-06-25T00:12:55.147Z Compiling rayon v1.12.0
27272026-06-25T00:12:55.282Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27282026-06-25T00:12:57.410Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-25T00:12:58.249Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27302026-06-25T00:13:00.533Z Compiling phf v0.12.1
27312026-06-25T00:13:00.715Z Compiling openssl-sys v0.9.116
27322026-06-25T00:13:01.168Z Compiling tokio-dtrace v0.1.1
27332026-06-25T00:13:01.516Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-25T00:13:01.826Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27352026-06-25T00:13:02.055Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27362026-06-25T00:13:02.114Z Compiling libsw-core v0.3.2
27372026-06-25T00:13:02.217Z Compiling pem v3.0.6
27382026-06-25T00:13:02.303Z Compiling serde_plain v1.0.2
27392026-06-25T00:13:02.604Z Compiling sigpipe v0.1.3
27402026-06-25T00:13:02.710Z Compiling bytecount v0.6.9
27412026-06-25T00:13:02.911Z Compiling fixedbitset v0.4.2
27422026-06-25T00:13:02.946Z Compiling jiff v0.2.28
27432026-06-25T00:13:03.297Z Compiling typed-path v0.9.3
27442026-06-25T00:13:03.670Z Compiling fixedbitset v0.5.7
27452026-06-25T00:13:04.222Z Compiling glob v0.3.3
27462026-06-25T00:13:04.870Z Compiling minimal-lexical v0.2.1
27472026-06-25T00:13:05.023Z Compiling tough v0.22.0
27482026-06-25T00:13:05.202Z Compiling nom v7.1.3
27492026-06-25T00:13:05.229Z Compiling petgraph v0.8.3
27502026-06-25T00:13:05.261Z Compiling petgraph v0.6.5
27512026-06-25T00:13:06.373Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-06-25T00:13:06.932Z Compiling papergrid v0.11.0
27532026-06-25T00:13:07.108Z Compiling openssl v0.10.80
27542026-06-25T00:13:07.481Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27552026-06-25T00:13:07.710Z Compiling libsw v3.5.0
27562026-06-25T00:13:07.901Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-25T00:13:08.885Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-25T00:13:09.138Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27592026-06-25T00:13:09.540Z Compiling zone v0.3.1
27602026-06-25T00:13:11.241Z Compiling oxide-tokio-rt v0.1.6
27612026-06-25T00:13:11.289Z Compiling chrono-tz v0.10.4
27622026-06-25T00:13:11.886Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27632026-06-25T00:13:12.363Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-06-25T00:13:12.580Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-25T00:13:12.768Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27662026-06-25T00:13:12.905Z Compiling newtype_derive v0.1.6
27672026-06-25T00:13:12.993Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27682026-06-25T00:13:13.446Z Compiling slog-dtrace v0.3.0
27692026-06-25T00:13:14.193Z Compiling const_format v0.2.36
27702026-06-25T00:13:14.231Z Compiling owo-colors v4.3.0
27712026-06-25T00:13:14.716Z Compiling cancel-safe-futures v0.1.5
27722026-06-25T00:13:15.087Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-25T00:13:15.179Z Compiling gethostname v0.5.0
27742026-06-25T00:13:15.320Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27752026-06-25T00:13:15.897Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-25T00:13:16.034Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-25T00:13:16.160Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-25T00:13:16.194Z Compiling smf v0.2.3
27792026-06-25T00:13:16.309Z Compiling bcs v0.1.6
27802026-06-25T00:13:16.740Z Compiling linear-map v1.2.0
27812026-06-25T00:13:16.911Z Compiling unicode-linebreak v0.1.5
27822026-06-25T00:13:16.969Z Compiling whoami v1.6.1
27832026-06-25T00:13:17.101Z Compiling termtree v0.5.1
27842026-06-25T00:13:17.192Z Compiling tagptr v0.2.0
27852026-06-25T00:13:17.276Z Compiling smawk v0.3.2
27862026-06-25T00:13:17.373Z Compiling moka v0.12.15
27872026-06-25T00:13:17.433Z Compiling textwrap v0.16.2
27882026-06-25T00:13:17.445Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-06-25T00:13:17.480Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-25T00:13:18.626Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-06-25T00:13:18.845Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-06-25T00:13:19.145Z Compiling tabled v0.15.0
27932026-06-25T00:13:19.230Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27942026-06-25T00:13:19.972Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27952026-06-25T00:13:20.189Z Compiling steno v0.4.1
27962026-06-25T00:13:20.569Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27972026-06-25T00:13:22.281Z Compiling cookie v0.18.1
27982026-06-25T00:13:23.744Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27992026-06-25T00:13:26.353Z Compiling hickory-proto v0.25.2
28002026-06-25T00:13:28.011Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
28012026-06-25T00:13:28.037Z Compiling arc-swap v1.9.1
28022026-06-25T00:13:28.404Z Compiling slog-scope v4.4.1
28032026-06-25T00:13:28.407Z Compiling libscf-sys v1.2.0
28042026-06-25T00:13:28.563Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
28052026-06-25T00:13:28.897Z Compiling hickory-resolver v0.25.2
28062026-06-25T00:13:30.400Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28072026-06-25T00:13:30.513Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28082026-06-25T00:13:31.426Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28092026-06-25T00:13:31.843Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28102026-06-25T00:13:31.952Z Compiling slog-stdlog v4.1.1
28112026-06-25T00:13:32.194Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28122026-06-25T00:13:32.354Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28132026-06-25T00:13:33.880Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28142026-06-25T00:13:34.464Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
28152026-06-25T00:13:34.627Z Compiling slog-envlogger v2.2.0
28162026-06-25T00:13:35.729Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28172026-06-25T00:13:35.769Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28182026-06-25T00:13:42.827Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28192026-06-25T00:13:45.560Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28202026-06-25T00:13:47.086Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28212026-06-25T00:13:56.107Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28222026-06-25T00:13:59.962Z Finished `release` profile [optimized] target(s) in 2m 29s
28232026-06-25T00:14:00.081Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28242026-06-25T00:14:00.084Z
28252026-06-25T00:14:00.084Zrunning 1 test
28262026-06-25T00:14:00.241Zconfigure zone
28272026-06-25T00:14:00.257Zinstall zone
28282026-06-25T00:14:09.996Zboot zone
28292026-06-25T00:14:10.083Zstart zone s1
28302026-06-25T00:14:10.086Zconfigure zone
28312026-06-25T00:14:10.092Zinstall zone
28322026-06-25T00:14:11.895Zboot zone
28332026-06-25T00:14:12.002Zstart zone s2
28342026-06-25T00:14:12.003Zconfigure zone
28352026-06-25T00:14:12.013Zinstall zone
28362026-06-25T00:14:14.321Zboot zone
28372026-06-25T00:14:14.430Zstart zone t1
28382026-06-25T00:14:14.430Zconfigure zone
28392026-06-25T00:14:14.443Zinstall zone
28402026-06-25T00:14:17.154Zboot zone
28412026-06-25T00:14:17.271Zwaiting for zones to come up
28422026-06-25T00:14:27.271Z[sidecar.trio] svcs milestone/network
28432026-06-25T00:14:27.298ZSTATE STIME FMRI
28442026-06-25T00:14:27.298Zonline 0:14:09 svc:/milestone/network:default
28452026-06-25T00:14:27.298Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28462026-06-25T00:14:27.324Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28472026-06-25T00:14:27.352Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28482026-06-25T00:14:27.373Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28492026-06-25T00:14:27.376Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28502026-06-25T00:14:27.388Z
28512026-06-25T00:14:27.388Zrunning zone s1.trio setup
28522026-06-25T00:14:27.388Z[s1.trio] svcs milestone/network
28532026-06-25T00:14:27.404ZSTATE STIME FMRI
28542026-06-25T00:14:27.404Zonline 0:14:11 svc:/milestone/network:default
28552026-06-25T00:14:27.404Z[s1.trio] dladm
28562026-06-25T00:14:27.417ZLINK CLASS MTU STATE BRIDGE OVER
28572026-06-25T00:14:27.417Zsl0 simnet 9000 up -- ?
28582026-06-25T00:14:27.417Zmg2 vnic 9000 up -- ?
28592026-06-25T00:14:27.420Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28602026-06-25T00:14:27.935Z
28612026-06-25T00:14:27.935Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28622026-06-25T00:14:27.951Z
28632026-06-25T00:14:27.951Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28642026-06-25T00:14:27.964Z
28652026-06-25T00:14:27.964Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28662026-06-25T00:14:28.048Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28672026-06-25T00:14:28.121Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8f5e771d-677f-43d8-8c59-6bd916dd879d --sled-uuid 4d695937-dd2c-4a1a-a340-72a35c2e7edd -a sl0/v6 &> /opt/ddmd.log &
28682026-06-25T00:14:28.137Z
28692026-06-25T00:14:28.137Zrunning zone s2.trio setup
28702026-06-25T00:14:28.137Z[s2.trio] svcs milestone/network
28712026-06-25T00:14:28.151ZSTATE STIME FMRI
28722026-06-25T00:14:28.151Zonline 0:14:14 svc:/milestone/network:default
28732026-06-25T00:14:28.151Z[s2.trio] dladm
28742026-06-25T00:14:28.165ZLINK CLASS MTU STATE BRIDGE OVER
28752026-06-25T00:14:28.165Zsl1 simnet 9000 up -- ?
28762026-06-25T00:14:28.165Zmg3 vnic 9000 up -- ?
28772026-06-25T00:14:28.165Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28782026-06-25T00:14:28.778Z
28792026-06-25T00:14:28.778Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28802026-06-25T00:14:28.793Z
28812026-06-25T00:14:28.793Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28822026-06-25T00:14:28.803Z
28832026-06-25T00:14:28.803Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28842026-06-25T00:14:28.836Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28852026-06-25T00:14:28.863Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2d282093-153c-42a7-a501-558e8e1f1f8c --sled-uuid 33bc5d53-b8da-4389-9831-3ffcf020b350 -a sl1/v6 &> /opt/ddmd.log &
28862026-06-25T00:14:28.875Z
28872026-06-25T00:14:28.875Zrunning zone t1.trio setup
28882026-06-25T00:14:28.875Z[t1.trio] svcs milestone/network
28892026-06-25T00:14:28.889ZSTATE STIME FMRI
28902026-06-25T00:14:28.889Zonline 0:14:16 svc:/milestone/network:default
28912026-06-25T00:14:28.889Z[t1.trio] dladm
28922026-06-25T00:14:28.902ZLINK CLASS MTU STATE BRIDGE OVER
28932026-06-25T00:14:28.902Ztfportrear0_0 simnet 9000 up -- ?
28942026-06-25T00:14:28.902Ztfportrear1_0 simnet 9000 up -- ?
28952026-06-25T00:14:28.902Zmg1 vnic 9000 up -- ?
28962026-06-25T00:14:28.902Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28972026-06-25T00:14:29.377Z
28982026-06-25T00:14:29.377Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28992026-06-25T00:14:29.390Z
29002026-06-25T00:14:29.391Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29012026-06-25T00:14:29.403Z
29022026-06-25T00:14:29.403Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
29032026-06-25T00:14:29.415Z
29042026-06-25T00:14:29.415Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
29052026-06-25T00:14:29.711Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
29062026-06-25T00:14:29.714Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
29072026-06-25T00:14:29.717Zwaiting 3s for copy of files to zone to complete ...
29082026-06-25T00:14:32.715Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29092026-06-25T00:14:32.850Z
29102026-06-25T00:14:32.850Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29112026-06-25T00:14:32.960Z
29122026-06-25T00:14:32.961Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
29132026-06-25T00:14:32.994Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
29142026-06-25T00:14:33.025Z[t1.trio] svcadm disable dendrite
29152026-06-25T00:14:33.050Z
29162026-06-25T00:14:33.050Z[t1.trio] svcadm disable tfport
29172026-06-25T00:14:33.072Z
29182026-06-25T00:14:33.072Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
29192026-06-25T00:14:33.099Z
29202026-06-25T00:14:33.099Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29212026-06-25T00:14:33.123Z
29222026-06-25T00:14:33.123Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29232026-06-25T00:14:33.148Z
29242026-06-25T00:14:33.148Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29252026-06-25T00:14:33.172Z
29262026-06-25T00:14:33.173Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29272026-06-25T00:14:33.197Z
29282026-06-25T00:14:33.197Z[t1.trio] svcadm refresh dendrite:default
29292026-06-25T00:14:33.219Z
29302026-06-25T00:14:33.219Z[t1.trio] svcadm enable dendrite:default
29312026-06-25T00:14:33.240Z
29322026-06-25T00:14:33.240Zwait 10s for dendrite to come up ...
29332026-06-25T00:14:43.562Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29342026-06-25T00:14:43.562Z
29352026-06-25T00:14:43.562Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29362026-06-25T00:14:43.563Z
29372026-06-25T00:14:43.563Z[t1.trio] svcadm refresh tfport:default
29382026-06-25T00:14:43.563Z
29392026-06-25T00:14:43.563Z[t1.trio] svcadm enable tfport
29402026-06-25T00:14:43.563Z
29412026-06-25T00:14:43.563Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 03cbb84f-eed6-4198-8c6f-bbe3e6f8bd00 --sled-uuid 7921e33d-c055-488c-9f63-0ce36fb1d2de -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29422026-06-25T00:14:43.563Z
29432026-06-25T00:14:43.563Z[t1.trio] ipadm
29442026-06-25T00:14:43.563ZADDROBJ TYPE STATE ADDR
29452026-06-25T00:14:43.563Zlo0/v4 static ok 127.0.0.1/8
29462026-06-25T00:14:43.563Zmg1/v4 static ok 10.0.0.3/24
29472026-06-25T00:14:43.563Zlo0/v6 static ok ::1/128
29482026-06-25T00:14:43.563Zlo0/u6 static ok fd00:3::1/64
29492026-06-25T00:14:43.563Ztfportrear0_0/v6 addrconf ok fe80::c0e5:5eff:fe9b:38bf%tfportrear0_0/10
29502026-06-25T00:14:43.563Ztfportrear1_0/v6 addrconf ok fe80::3440:90ff:feaa:a228%tfportrear1_0/10
29512026-06-25T00:14:45.486Zinitial peering test passed
29522026-06-25T00:14:46.487Zadvertise from one passed
29532026-06-25T00:14:47.489Zadvertise from two passed
29542026-06-25T00:14:47.489Z[s1.trio] ping fd00:2::1
29552026-06-25T00:14:47.510Zfd00:2::1 is alive
29562026-06-25T00:14:47.510Z[s2.trio] ping fd00:1::1
29572026-06-25T00:14:47.514Zfd00:1::1 is alive
29582026-06-25T00:14:47.515Zconnectivity test passed
29592026-06-25T00:14:47.515Z[t1.trio] pkill ddmd
29602026-06-25T00:14:47.529Z
29612026-06-25T00:14:53.529Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 89ad638d-12a7-40ed-85d6-2aa8cc5f2b8f --sled-uuid 8333e4a6-313e-4538-91a8-79bdda95829a -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29622026-06-25T00:14:53.540Z
29632026-06-25T00:14:53.540Z[t1.trio] ipadm
29642026-06-25T00:14:53.555ZADDROBJ TYPE STATE ADDR
29652026-06-25T00:14:53.555Zlo0/v4 static ok 127.0.0.1/8
29662026-06-25T00:14:53.555Zmg1/v4 static ok 10.0.0.3/24
29672026-06-25T00:14:53.555Zlo0/v6 static ok ::1/128
29682026-06-25T00:14:53.555Zlo0/u6 static ok fd00:3::1/64
29692026-06-25T00:14:53.556Ztfportrear0_0/v6 addrconf ok fe80::c0e5:5eff:fe9b:38bf%tfportrear0_0/10
29702026-06-25T00:14:53.556Ztfportrear1_0/v6 addrconf ok fe80::3440:90ff:feaa:a228%tfportrear1_0/10
29712026-06-25T00:14:56.560Z[s1.trio] ping fd00:2::1
29722026-06-25T00:14:56.574Zfd00:2::1 is alive
29732026-06-25T00:14:56.574Z[s2.trio] ping fd00:1::1
29742026-06-25T00:14:56.589Zfd00:1::1 is alive
29752026-06-25T00:14:56.589Ztransit router restart passed
29762026-06-25T00:14:56.589Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29772026-06-25T00:14:56.611Zlocal v6:
29782026-06-25T00:14:56.611Zfe80::c0e5:5eff:fe9b:38bf
29792026-06-25T00:14:56.611Zfe80::3440:90ff:feaa:a228
29802026-06-25T00:14:56.611Zlocal v4:
29812026-06-25T00:14:56.612Zrouter v6_idx:
29822026-06-25T00:14:56.612Zfd00:2::/64 -> 1
29832026-06-25T00:14:56.612Zfd00:1::/64 -> 0
29842026-06-25T00:14:56.612Zrouter v6_routes:
29852026-06-25T00:14:56.612Z0 -> fe80::b0ae:27ff:fe56:bbe0 (1)
29862026-06-25T00:14:56.612Z1 -> fe80::b83a:2eff:fef6:53f0 (2)
29872026-06-25T00:14:56.612Zrouter v4_idx:
29882026-06-25T00:14:56.612Zrouter v4_routes:
29892026-06-25T00:14:56.612Zresolver v4:
29902026-06-25T00:14:56.612Z10.0.0.3 -> 02:08:20:9a:7d:5c
29912026-06-25T00:14:56.612Z10.0.0.254 -> 02:08:20:e5:a8:57
29922026-06-25T00:14:56.612Zresolver v6:
29932026-06-25T00:14:56.612Zfe80::c0e5:5eff:fe9b:38bf -> c2:e5:5e:9b:38:bf
29942026-06-25T00:14:56.612Zfe80::b83a:2eff:fef6:53f0 -> ba:3a:2e:f6:53:f0
29952026-06-25T00:14:56.612Zfe80::b0ae:27ff:fe56:bbe0 -> b2:ae:27:56:bb:e0
29962026-06-25T00:14:56.612Zfe80::3440:90ff:feaa:a228 -> 36:40:90:aa:a2:28
29972026-06-25T00:14:56.612Znat v4:
29982026-06-25T00:14:56.612Znat_v6:
29992026-06-25T00:14:56.612Zport_mac:
30002026-06-25T00:14:56.612Z1000: a8:40:25:40:41:d2
30012026-06-25T00:14:56.612Z1: a8:40:25:40:41:d3
30022026-06-25T00:14:56.612Z2: a8:40:25:40:41:d4
30032026-06-25T00:14:56.612Zproxy arp:
30042026-06-25T00:14:56.612Z[s1.trio] pkill ddmd
30052026-06-25T00:14:56.617Z
30062026-06-25T00:15:00.086Ztest ddm::test_trio_v3 has been running for over 60 seconds
30072026-06-25T00:15:02.150Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30082026-06-25T00:15:02.169Zlocal v6:
30092026-06-25T00:15:02.169Zfe80::c0e5:5eff:fe9b:38bf
30102026-06-25T00:15:02.169Zfe80::3440:90ff:feaa:a228
30112026-06-25T00:15:02.170Zlocal v4:
30122026-06-25T00:15:02.170Zrouter v6_idx:
30132026-06-25T00:15:02.170Zfd00:2::/64 -> 1
30142026-06-25T00:15:02.170Zrouter v6_routes:
30152026-06-25T00:15:02.170Z1 -> fe80::b83a:2eff:fef6:53f0 (2)
30162026-06-25T00:15:02.170Zrouter v4_idx:
30172026-06-25T00:15:02.170Zrouter v4_routes:
30182026-06-25T00:15:02.170Zresolver v4:
30192026-06-25T00:15:02.170Z10.0.0.3 -> 02:08:20:9a:7d:5c
30202026-06-25T00:15:02.170Z10.0.0.254 -> 02:08:20:e5:a8:57
30212026-06-25T00:15:02.170Zresolver v6:
30222026-06-25T00:15:02.170Zfe80::c0e5:5eff:fe9b:38bf -> c2:e5:5e:9b:38:bf
30232026-06-25T00:15:02.170Zfe80::b83a:2eff:fef6:53f0 -> ba:3a:2e:f6:53:f0
30242026-06-25T00:15:02.170Zfe80::b0ae:27ff:fe56:bbe0 -> b2:ae:27:56:bb:e0
30252026-06-25T00:15:02.170Zfe80::3440:90ff:feaa:a228 -> 36:40:90:aa:a2:28
30262026-06-25T00:15:02.170Znat v4:
30272026-06-25T00:15:02.170Znat_v6:
30282026-06-25T00:15:02.170Zport_mac:
30292026-06-25T00:15:02.170Z1000: a8:40:25:40:41:d2
30302026-06-25T00:15:02.170Z1: a8:40:25:40:41:d3
30312026-06-25T00:15:02.171Z2: a8:40:25:40:41:d4
30322026-06-25T00:15:02.171Zproxy arp:
30332026-06-25T00:15:02.171Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2198b6c4-d704-4b7a-93f6-48ee2b7b3b31 --sled-uuid 1973c55d-e15a-4466-b411-2dd5c7e63cc8 -a sl0/v6 &> /opt/ddmd.log &
30342026-06-25T00:15:02.171Z
30352026-06-25T00:15:04.644Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30362026-06-25T00:15:04.666Zlocal v6:
30372026-06-25T00:15:04.666Zfe80::c0e5:5eff:fe9b:38bf
30382026-06-25T00:15:04.667Zfe80::3440:90ff:feaa:a228
30392026-06-25T00:15:04.667Zlocal v4:
30402026-06-25T00:15:04.667Zrouter v6_idx:
30412026-06-25T00:15:04.667Zfd00:2::/64 -> 1
30422026-06-25T00:15:04.667Zfd00:1::/64 -> 0
30432026-06-25T00:15:04.667Zrouter v6_routes:
30442026-06-25T00:15:04.667Z0 -> fe80::b0ae:27ff:fe56:bbe0 (1)
30452026-06-25T00:15:04.667Z1 -> fe80::b83a:2eff:fef6:53f0 (2)
30462026-06-25T00:15:04.667Zrouter v4_idx:
30472026-06-25T00:15:04.668Zrouter v4_routes:
30482026-06-25T00:15:04.668Zresolver v4:
30492026-06-25T00:15:04.668Z10.0.0.3 -> 02:08:20:9a:7d:5c
30502026-06-25T00:15:04.668Z10.0.0.254 -> 02:08:20:e5:a8:57
30512026-06-25T00:15:04.668Zresolver v6:
30522026-06-25T00:15:04.668Zfe80::c0e5:5eff:fe9b:38bf -> c2:e5:5e:9b:38:bf
30532026-06-25T00:15:04.668Zfe80::b83a:2eff:fef6:53f0 -> ba:3a:2e:f6:53:f0
30542026-06-25T00:15:04.668Zfe80::b0ae:27ff:fe56:bbe0 -> b2:ae:27:56:bb:e0
30552026-06-25T00:15:04.668Zfe80::3440:90ff:feaa:a228 -> 36:40:90:aa:a2:28
30562026-06-25T00:15:04.668Znat v4:
30572026-06-25T00:15:04.668Znat_v6:
30582026-06-25T00:15:04.668Zport_mac:
30592026-06-25T00:15:04.668Z1000: a8:40:25:40:41:d2
30602026-06-25T00:15:04.668Z1: a8:40:25:40:41:d3
30612026-06-25T00:15:04.668Z2: a8:40:25:40:41:d4
30622026-06-25T00:15:04.668Zproxy arp:
30632026-06-25T00:15:04.674Z[s2.trio] netstat -nr -f inet6
30642026-06-25T00:15:04.677ZRouting Table: IPv6
30652026-06-25T00:15:04.677Z Destination/Mask Gateway Flags Ref Use If
30662026-06-25T00:15:04.677Z--------------------------- --------------------------- ----- --- ------- -----
30672026-06-25T00:15:04.678Z::1 ::1 UH 2 0 lo0
30682026-06-25T00:15:04.678Zfd00:1::/64 fe80::3440:90ff:feaa:a228 UG 1 0 sl1
30692026-06-25T00:15:04.678Zfe80::/10 fe80::b83a:2eff:fef6:53f0 U 3 64 sl1
30702026-06-25T00:15:04.678Z[s2.trio] ipadm
30712026-06-25T00:15:04.688ZADDROBJ TYPE STATE ADDR
30722026-06-25T00:15:04.688Zlo0/v4 static ok 127.0.0.1/8
30732026-06-25T00:15:04.688Zmg3/v4 static ok 10.0.0.2/24
30742026-06-25T00:15:04.689Zlo0/v6 static ok ::1/128
30752026-06-25T00:15:04.689Zlo0/u6 static ok fd00:2::1/64
30762026-06-25T00:15:04.689Zsl1/v6 addrconf ok fe80::b83a:2eff:fef6:53f0%sl1/10
30772026-06-25T00:15:04.689Z[s2.trio] route -nv get -inet6 fd00:1::1
30782026-06-25T00:15:04.700Znewrt->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>
30792026-06-25T00:15:04.700Zlocks: inits:
30802026-06-25T00:15:04.700Zsockaddrs: <DST,IFP>
30812026-06-25T00:15:04.700Z fd00:1::1
30822026-06-25T00:15:04.700Z route to: fd00:1::1
30832026-06-25T00:15:04.700Zdestination: fd00:1::
30842026-06-25T00:15:04.700Z mask: ffff:ffff:ffff:ffff::
30852026-06-25T00:15:04.700Z gateway: fe80::3440:90ff:feaa:a228
30862026-06-25T00:15:04.700Z interface: sl1 index 3 address ba 3a 2e f6 53 f0
30872026-06-25T00:15:04.700Z flags: <UP,GATEWAY,DONE,STATIC>
30882026-06-25T00:15:04.700Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30892026-06-25T00:15:04.701Z 0 0 0 0 0 0 9000 0
30902026-06-25T00:15:04.701Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30912026-06-25T00:15:04.701Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30922026-06-25T00:15:04.701Z fd00:1:: fe80::3440:90ff:feaa:a228 ffff:ffff:ffff:ffff:: sl1:ba.3a.2e.f6.53.f0 fe80::b83a:2eff:fef6:53f0
30932026-06-25T00:15:04.701Z[s2.trio] ndp -na
30942026-06-25T00:15:04.716ZNet to Media Table: IPv6
30952026-06-25T00:15:04.716Z If Physical Address Type State Destination/Mask
30962026-06-25T00:15:04.716Z----- ----------------- ------- ------------ ---------------------------
30972026-06-25T00:15:04.716Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30982026-06-25T00:15:04.716Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30992026-06-25T00:15:04.716Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
31002026-06-25T00:15:04.716Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
31012026-06-25T00:15:04.717Zsl1 33:33:ff:aa:a2:28 other REACHABLE ff02::1:ffaa:a228
31022026-06-25T00:15:04.717Zsl1 33:33:ff:f6:53:f0 other REACHABLE ff02::1:fff6:53f0
31032026-06-25T00:15:04.717Zsl1 36:40:90:aa:a2:28 dynamic REACHABLE fe80::3440:90ff:feaa:a228
31042026-06-25T00:15:04.717Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
31052026-06-25T00:15:04.717Zsl1 ba:3a:2e:f6:53:f0 local REACHABLE fe80::b83a:2eff:fef6:53f0
31062026-06-25T00:15:04.717Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
31072026-06-25T00:15:04.728Zlocal v6:
31082026-06-25T00:15:04.728Zfe80::c0e5:5eff:fe9b:38bf
31092026-06-25T00:15:04.728Zfe80::3440:90ff:feaa:a228
31102026-06-25T00:15:04.728Zlocal v4:
31112026-06-25T00:15:04.728Zrouter v6_idx:
31122026-06-25T00:15:04.728Zfd00:2::/64 -> 1
31132026-06-25T00:15:04.728Zfd00:1::/64 -> 0
31142026-06-25T00:15:04.729Zrouter v6_routes:
31152026-06-25T00:15:04.729Z0 -> fe80::b0ae:27ff:fe56:bbe0 (1)
31162026-06-25T00:15:04.729Z1 -> fe80::b83a:2eff:fef6:53f0 (2)
31172026-06-25T00:15:04.729Zrouter v4_idx:
31182026-06-25T00:15:04.729Zrouter v4_routes:
31192026-06-25T00:15:04.729Zresolver v4:
31202026-06-25T00:15:04.729Z10.0.0.3 -> 02:08:20:9a:7d:5c
31212026-06-25T00:15:04.729Z10.0.0.254 -> 02:08:20:e5:a8:57
31222026-06-25T00:15:04.729Zresolver v6:
31232026-06-25T00:15:04.729Zfe80::c0e5:5eff:fe9b:38bf -> c2:e5:5e:9b:38:bf
31242026-06-25T00:15:04.729Zfe80::b83a:2eff:fef6:53f0 -> ba:3a:2e:f6:53:f0
31252026-06-25T00:15:04.729Zfe80::b0ae:27ff:fe56:bbe0 -> b2:ae:27:56:bb:e0
31262026-06-25T00:15:04.729Zfe80::3440:90ff:feaa:a228 -> 36:40:90:aa:a2:28
31272026-06-25T00:15:04.729Znat v4:
31282026-06-25T00:15:04.729Znat_v6:
31292026-06-25T00:15:04.729Zport_mac:
31302026-06-25T00:15:04.729Z1000: a8:40:25:40:41:d2
31312026-06-25T00:15:04.729Z1: a8:40:25:40:41:d3
31322026-06-25T00:15:04.729Z2: a8:40:25:40:41:d4
31332026-06-25T00:15:04.729Zproxy arp:
31342026-06-25T00:15:04.729Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31352026-06-25T00:15:04.773ZSubnet Port Link Gateway Vlan
31362026-06-25T00:15:04.773Zfd00:1::/64 rear0 0 fe80::b0ae:27ff:fe56:bbe0
31372026-06-25T00:15:04.773Zfd00:2::/64 rear1 0 fe80::b83a:2eff:fef6:53f0
31382026-06-25T00:15:04.773Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31392026-06-25T00:15:04.813Zhost mac age
31402026-06-25T00:15:04.813Z10.0.0.3 02:08:20:9a:7d:5c 21s
31412026-06-25T00:15:04.813Z10.0.0.254 02:08:20:e5:a8:57 19s
31422026-06-25T00:15:04.813Zfe80::3440:90ff:feaa:a228 36:40:90:aa:a2:28 21s
31432026-06-25T00:15:04.813Zfe80::b0ae:27ff:fe56:bbe0 b2:ae:27:56:bb:e0 21s
31442026-06-25T00:15:04.813Zfe80::b83a:2eff:fef6:53f0 ba:3a:2e:f6:53:f0 21s
31452026-06-25T00:15:04.813Zfe80::c0e5:5eff:fe9b:38bf c2:e5:5e:9b:38:bf 21s
31462026-06-25T00:15:04.813Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31472026-06-25T00:15:04.850ZLink IPv4 IPv6
31482026-06-25T00:15:04.850Zrear0/0 fe80::c0e5:5eff:fe9b:38bf
31492026-06-25T00:15:04.850Zrear1/0 fe80::3440:90ff:feaa:a228
31502026-06-25T00:15:04.850Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31512026-06-25T00:15:05.898ZADDROBJ TYPE STATE ADDR
31522026-06-25T00:15:05.898Zlo0/v4 static ok 127.0.0.1/8
31532026-06-25T00:15:05.898Zmg2/v4 static ok 10.0.0.1/24
31542026-06-25T00:15:05.898Zlo0/v6 static ok ::1/128
31552026-06-25T00:15:05.898Zlo0/u6 static ok fd00:1::1/64
31562026-06-25T00:15:05.898Zsl0/v6 addrconf ok fe80::b0ae:27ff:fe56:bbe0%sl0/10
31572026-06-25T00:15:05.898Znewrt->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>
31582026-06-25T00:15:05.898Zlocks: inits:
31592026-06-25T00:15:05.898Zsockaddrs: <DST,IFP>
31602026-06-25T00:15:05.898Z fd00:2::1
31612026-06-25T00:15:05.898Z route to: fd00:2::1
31622026-06-25T00:15:05.898Zdestination: fd00:2::
31632026-06-25T00:15:05.898Z mask: ffff:ffff:ffff:ffff::
31642026-06-25T00:15:05.898Z gateway: fe80::c0e5:5eff:fe9b:38bf
31652026-06-25T00:15:05.898Z interface: sl0 index 3 address b2 ae 27 56 bb e0
31662026-06-25T00:15:05.898Z flags: <UP,GATEWAY,DONE,STATIC>
31672026-06-25T00:15:05.898Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31682026-06-25T00:15:05.898Z 0 0 0 0 0 0 9000 0
31692026-06-25T00:15:05.898Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31702026-06-25T00:15:05.898Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31712026-06-25T00:15:05.898Z fd00:2:: fe80::c0e5:5eff:fe9b:38bf ffff:ffff:ffff:ffff:: sl0:b2.ae.27.56.bb.e0 fe80::b0ae:27ff:fe56:bbe0
31722026-06-25T00:15:05.899Z
31732026-06-25T00:15:05.899ZNet to Media Table: IPv6
31742026-06-25T00:15:05.899Z If Physical Address Type State Destination/Mask
31752026-06-25T00:15:05.899Z----- ----------------- ------- ------------ ---------------------------
31762026-06-25T00:15:05.899Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31772026-06-25T00:15:05.899Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31782026-06-25T00:15:05.899Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31792026-06-25T00:15:05.899Zsl0 33:33:ff:56:bb:e0 other REACHABLE ff02::1:ff56:bbe0
31802026-06-25T00:15:05.899Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31812026-06-25T00:15:05.899Zsl0 33:33:ff:9b:38:bf other REACHABLE ff02::1:ff9b:38bf
31822026-06-25T00:15:05.899Zsl0 b2:ae:27:56:bb:e0 local REACHABLE fe80::b0ae:27ff:fe56:bbe0
31832026-06-25T00:15:05.899Zsl0 c2:e5:5e:9b:38:bf dynamic REACHABLE fe80::c0e5:5eff:fe9b:38bf
31842026-06-25T00:15:05.899Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31852026-06-25T00:15:05.899Z
31862026-06-25T00:15:05.899Z
31872026-06-25T00:15:05.899ZRouting Table: IPv6
31882026-06-25T00:15:05.899Z Destination/Mask Gateway Flags Ref Use If
31892026-06-25T00:15:05.899Z--------------------------- --------------------------- ----- --- ------- -----
31902026-06-25T00:15:05.899Z::1 ::1 UH 2 0 lo0
31912026-06-25T00:15:05.899Zfd00:2::/64 fe80::c0e5:5eff:fe9b:38bf UG 2 2 sl0
31922026-06-25T00:15:05.899Zfe80::/10 fe80::b0ae:27ff:fe56:bbe0 U 3 64 sl0
31932026-06-25T00:15:05.899ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31942026-06-25T00:15:05.899Z68 bytes from fd00:2::1: icmp_seq=0. time=0.273 ms
31952026-06-25T00:15:05.899Z68 bytes from fd00:2::1: icmp_seq=1. time=0.182 ms
31962026-06-25T00:15:05.899Z
31972026-06-25T00:15:05.900Z----fd00:2::1 PING Statistics----
31982026-06-25T00:15:05.900Z2 packets transmitted, 2 packets received, 0% packet loss
31992026-06-25T00:15:05.900Zround-trip (ms) min/avg/max/stddev = 0.182/0.228/0.273/0.064
32002026-06-25T00:15:05.900Z[s2.trio] ping fd00:1::1
32012026-06-25T00:15:05.906Zfd00:1::1 is alive
32022026-06-25T00:15:05.906Zserver router restart passed
32032026-06-25T00:15:09.893Zpeer expiration recovery passed
32042026-06-25T00:15:11.685Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
32052026-06-25T00:15:11.697Z3
32062026-06-25T00:15:11.697Zredundant advertise passed
32072026-06-25T00:15:11.911Ztunnel endpoint advertise passed
32082026-06-25T00:15:16.912Zredundant tunnel endpoint advertise passed
32092026-06-25T00:15:16.912Z[s1.trio] pkill ddmd
32102026-06-25T00:15:16.925Z
32112026-06-25T00:15:21.926Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ab473a6a-6db8-49dd-8a72-194ff4746adc --sled-uuid 85e82f40-3be3-4b36-adb3-667e35f36061 -a sl0/v6 &> /opt/ddmd.log &
32122026-06-25T00:15:21.939Z
32132026-06-25T00:15:26.945Ztunnel router restart passed
32142026-06-25T00:15:27.946Ztunnel endpoint withdraw passed
32152026-06-25T00:15:27.949Z[t1.trio] pkill ddmd
32162026-06-25T00:15:27.959Z
32172026-06-25T00:15:27.959Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
32182026-06-25T00:15:27.962Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
32192026-06-25T00:15:29.858Z[s2.trio] pkill ddmd
32202026-06-25T00:15:29.870Z
32212026-06-25T00:15:29.870Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32222026-06-25T00:15:31.704Z[s1.trio] pkill ddmd
32232026-06-25T00:15:31.716Z
32242026-06-25T00:15:31.716Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32252026-06-25T00:15:33.483Z[sidecar.trio] pkill softnpu
32262026-06-25T00:15:33.496Z
32272026-06-25T00:15:33.496Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32282026-06-25T00:15:36.024Ztest ddm::test_trio_v3 ... ok
32292026-06-25T00:15:36.024Z
32302026-06-25T00:15:36.024Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 95.94s
32312026-06-25T00:15:36.024Z
32322026-06-25T00:15:36.077Z+ cleanup
32332026-06-25T00:15:36.081Z++ id -un
32342026-06-25T00:15:36.084Z++ id -gn
32352026-06-25T00:15:36.084Z+ pfexec chown -R build:build .
32362026-06-25T00:15:36.207Zprocess exited: duration 718341 ms, exit code 0
 
32372026-06-25T00:15:36.214Zfound 5 output files
32382026-06-25T00:15:36.220Zuploading: /work/s1.trio.log (4225 bytes)
32392026-06-25T00:15:37.229Zuploaded: /work/s1.trio.log
32402026-06-25T00:15:37.229Zuploading: /work/s2.trio.log (9838 bytes)
32412026-06-25T00:15:38.244Zuploaded: /work/s2.trio.log
32422026-06-25T00:15:38.248Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32432026-06-25T00:15:39.258Zuploaded: /work/sidecar.trio-softnpu.log
32442026-06-25T00:15:39.258Zuploading: /work/t1.trio-dpd.log (329309 bytes)
32452026-06-25T00:15:40.312Zuploaded: /work/t1.trio-dpd.log
32462026-06-25T00:15:40.312Zuploading: /work/t1.trio.log (25734 bytes)
32472026-06-25T00:15:41.325Zuploaded: /work/t1.trio.log