01KTAYTHT2KDXXREZR70Z0QDR3: 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: 01KTAYW520JMZJVYQ12MXM5E8Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:53.983Zjob assigned to worker 01KTAYWV9RZNNV1WRJH6XGRSX7 [factory aws, i-0c8974f0e123414fb] (queued for 1 m 5 s)
 
22026-06-05T03:59:00.268Zstarting task 0: "setup"
32026-06-05T03:59:00.272Z++ uname -s
42026-06-05T03:59:00.280Z+ kern=SunOS
52026-06-05T03:59:00.281Z+ build_user=build
62026-06-05T03:59:00.281Z+ build_uid=12345
72026-06-05T03:59:00.281Z+ work_dir=/work
82026-06-05T03:59:00.281Z+ input_dir=/input
92026-06-05T03:59:00.281Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:00.281Z+ case "$kern" in
112026-06-05T03:59:00.281Z+ groupadd -g 12345 build
122026-06-05T03:59:00.281Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:02.279Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:02.379Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:02.382Z+ home_fs=zfs
162026-06-05T03:59:02.382Z+ [[ zfs == autofs ]]
172026-06-05T03:59:02.382Z+ mkdir -p /home/build
182026-06-05T03:59:02.382Z+ chown build:build /home/build /work
192026-06-05T03:59:04.383Z+ chmod 0700 /home/build /work
202026-06-05T03:59:04.387Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-05T03:59:04.393Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:04.397Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:59:04.397Z * rust toolchain channel = "stable"
242026-06-05T03:59:04.397Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-05T03:59:04.397Z * rust toolchain profile = "default"
262026-06-05T03:59:04.397Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:59:04.397Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:59:04.401Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:04.401Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:04.499Zinfo: downloading installer
312026-06-05T03:59:05.850Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:05.850Zwarn: /opt/ooce/bin
332026-06-05T03:59:05.850Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:05.850Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:05.850Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:05.850Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:05.850Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:05.850Zerror: cannot install while Rust is installed
392026-06-05T03:59:05.851Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:05.851Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:05.851Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:05.851Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:05.851Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:05.861Zinfo: profile set to default
452026-06-05T03:59:05.861Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:05.869Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:05.999Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:06.003Zinfo: downloading 6 components
492026-06-05T03:59:21.580Z
502026-06-05T03:59:21.580Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T03:59:21.615Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:21.615Z
532026-06-05T03:59:21.615Z
542026-06-05T03:59:21.615ZRust is installed now. Great!
552026-06-05T03:59:21.615Z
562026-06-05T03:59:21.615ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:21.615Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:21.615Z
592026-06-05T03:59:21.615ZTo configure your current shell, you need to source
602026-06-05T03:59:21.615Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:21.615Z
622026-06-05T03:59:21.615ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:21.620Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:21.620Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:21.620Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:21.621Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:21.621Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:21.621Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:21.621Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:21.621Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:21.704Z+ rustup --version
722026-06-05T03:59:21.712Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:21.715Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:21.733Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:21.737Z+ cargo --version
762026-06-05T03:59:21.749Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:21.753Z+ rustc --version
782026-06-05T03:59:21.791Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:21.804Zprocess exited: duration 17376 ms, exit code 0
 
802026-06-05T03:59:21.823Zstarting task 2: "authentication"
812026-06-05T03:59:21.842Zprocess exited: duration 20 ms, exit code 0
 
822026-06-05T03:59:21.851Zstarting task 3: "clone repository"
832026-06-05T03:59:21.857Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T03:59:21.857Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T03:59:21.891ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T03:59:22.888Z+ cd /work/oxidecomputer/maghemite
872026-06-05T03:59:22.888Z+ git fetch origin e86e4e4b2f8085a42f0b82ef9a63817606232356
882026-06-05T03:59:23.237ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T03:59:23.238Z * branch e86e4e4b2f8085a42f0b82ef9a63817606232356 -> FETCH_HEAD
902026-06-05T03:59:23.244Z+ [[ -n renovate/chrono-0.x ]]
912026-06-05T03:59:23.249Z++ git branch --show-current
922026-06-05T03:59:23.250Z+ current=main
932026-06-05T03:59:23.250Z+ [[ main != renovate/chrono-0.x ]]
942026-06-05T03:59:23.250Z+ git branch -f renovate/chrono-0.x e86e4e4b2f8085a42f0b82ef9a63817606232356
952026-06-05T03:59:23.253Z+ git checkout -f renovate/chrono-0.x
962026-06-05T03:59:23.265ZSwitched to branch 'renovate/chrono-0.x'
972026-06-05T03:59:23.268Z+ git reset --hard e86e4e4b2f8085a42f0b82ef9a63817606232356
982026-06-05T03:59:23.271ZHEAD is now at e86e4e4 Update Rust crate chrono to 0.4.45
992026-06-05T03:59:23.271Zprocess exited: duration 1419 ms, exit code 0
 
1002026-06-05T03:59:23.277Zstarting task 4: "build"
1012026-06-05T03:59:23.285Z++ dladm
1022026-06-05T03:59:23.293ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-05T03:59:23.293Zena0 phys 9216 up -- --
1042026-06-05T03:59:23.296Z++ ipadm
1052026-06-05T03:59:23.296ZADDROBJ TYPE STATE ADDR
1062026-06-05T03:59:23.296Zlo0/v4 static ok 127.0.0.1/8
1072026-06-05T03:59:23.296Zena0/dhcp dhcp ok 10.150.1.98/24
1082026-06-05T03:59:23.296Zlo0/v6 static ok ::1/128
1092026-06-05T03:59:23.296Z++ banner collect
1102026-06-05T03:59:23.296Z
1112026-06-05T03:59:23.296Z #### #### # # ###### #### #####
1122026-06-05T03:59:23.296Z # # # # # # # # # #
1132026-06-05T03:59:23.296Z # # # # # ##### # #
1142026-06-05T03:59:23.296Z # # # # # # # #
1152026-06-05T03:59:23.296Z # # # # # # # # # #
1162026-06-05T03:59:23.296Z #### #### ###### ###### ###### #### #
1172026-06-05T03:59:23.296Z
1182026-06-05T03:59:23.297Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-05T03:59:23.297Z++ repo=softnpu
1202026-06-05T03:59:23.297Z++ series=image
1212026-06-05T03:59:23.297Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-05T03:59:23.297Z++ name=softnpu
1232026-06-05T03:59:23.297Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-05T03:59:23.297Z++ mkdir -p download
1252026-06-05T03:59:23.297Z++ pushd download
1262026-06-05T03:59:23.297Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-05T03:59:23.297Z++ [[ ! -f softnpu ]]
1282026-06-05T03:59:23.297Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-05T03:59:23.300Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-05T03:59:23.300Z Dload Upload Total Spent Left Speed
1312026-06-05T03:59:23.679Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 41.26M 0 0 100 15.63M 100 15.63M 0 0 41.26M 0 0 100 15.63M 100 15.63M 0 0 41.25M 0 0
1322026-06-05T03:59:23.682Z++ popd
1332026-06-05T03:59:23.682Z/work/oxidecomputer/maghemite
1342026-06-05T03:59:23.683Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-05T03:59:23.683Z++ repo=sidecar-lite
1362026-06-05T03:59:23.683Z++ series=release
1372026-06-05T03:59:23.683Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-05T03:59:23.683Z++ name=libsidecar_lite.so
1392026-06-05T03:59:23.683Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-05T03:59:23.683Z++ mkdir -p download
1412026-06-05T03:59:23.686Z++ pushd download
1422026-06-05T03:59:23.686Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-05T03:59:23.686Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-05T03:59:23.686Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-05T03:59:23.691Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-05T03:59:23.691Z Dload Upload Total Spent Left Speed
1472026-06-05T03:59:23.928Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 50.88M 0 0 100 12.04M 100 12.04M 0 0 50.87M 0 0 100 12.04M 100 12.04M 0 0 50.86M 0 0
1482026-06-05T03:59:23.951Z++ popd
1492026-06-05T03:59:23.951Z/work/oxidecomputer/maghemite
1502026-06-05T03:59:23.951Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-05T03:59:23.951Z++ repo=sidecar-lite
1522026-06-05T03:59:23.951Z++ series=release
1532026-06-05T03:59:23.951Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-05T03:59:23.951Z++ name=scadm
1552026-06-05T03:59:23.951Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-05T03:59:23.951Z++ mkdir -p download
1572026-06-05T03:59:23.957Z++ pushd download
1582026-06-05T03:59:23.957Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-05T03:59:23.957Z++ [[ ! -f scadm ]]
1602026-06-05T03:59:23.957Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-05T03:59:23.957Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-05T03:59:23.957Z Dload Upload Total Spent Left Speed
1632026-06-05T03:59:24.163Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 70.62M 0 0 100 15.78M 100 15.78M 0 0 70.60M 0 0 100 15.78M 100 15.78M 0 0 70.58M 0 0
1642026-06-05T03:59:24.166Z++ popd
1652026-06-05T03:59:24.166Z/work/oxidecomputer/maghemite
1662026-06-05T03:59:24.166Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-05T03:59:24.166Z++ repo=dendrite
1682026-06-05T03:59:24.166Z++ series=image
1692026-06-05T03:59:24.166Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-05T03:59:24.166Z++ name=dendrite-softnpu.tar.gz
1712026-06-05T03:59:24.166Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-05T03:59:24.166Z++ mkdir -p download
1732026-06-05T03:59:24.169Z++ pushd download
1742026-06-05T03:59:24.169Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-05T03:59:24.169Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-05T03:59:24.169Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T03:59:24.173Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-05T03:59:24.177Z Dload Upload Total Spent Left Speed
1792026-06-05T03:59:24.983Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 88.48M 0 0 100 71.59M 100 71.59M 0 0 88.48M 0 0 100 71.59M 100 71.59M 0 0 88.47M 0 0
1802026-06-05T03:59:24.986Z++ popd
1812026-06-05T03:59:24.989Z/work/oxidecomputer/maghemite
1822026-06-05T03:59:24.989Z++ get_artifact maghemite release e86e4e4b2f8085a42f0b82ef9a63817606232356 ddm
1832026-06-05T03:59:24.989Z++ repo=maghemite
1842026-06-05T03:59:24.989Z++ series=release
1852026-06-05T03:59:24.989Z++ commit=e86e4e4b2f8085a42f0b82ef9a63817606232356
1862026-06-05T03:59:24.989Z++ name=ddm
1872026-06-05T03:59:24.989Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-05T03:59:24.989Z++ mkdir -p download
1892026-06-05T03:59:24.989Z++ pushd download
1902026-06-05T03:59:24.989Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-05T03:59:24.989Z++ [[ ! -f ddm ]]
1922026-06-05T03:59:24.989Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e86e4e4b2f8085a42f0b82ef9a63817606232356/ddm
1932026-06-05T03:59:24.994Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-05T03:59:24.997Z Dload Upload Total Spent Left Speed
1952026-06-05T03:59:25.062Z 0 0 0 0 0 0 0 0 0
1962026-06-05T03:59:25.062Zcurl: (22) The requested URL returned error: 404
1972026-06-05T03:59:25.069Z++ popd
1982026-06-05T03:59:25.069Z/work/oxidecomputer/maghemite
1992026-06-05T03:59:25.069Z++ get_artifact maghemite release e86e4e4b2f8085a42f0b82ef9a63817606232356 ddmadm
2002026-06-05T03:59:25.069Z++ repo=maghemite
2012026-06-05T03:59:25.069Z++ series=release
2022026-06-05T03:59:25.069Z++ commit=e86e4e4b2f8085a42f0b82ef9a63817606232356
2032026-06-05T03:59:25.069Z++ name=ddmadm
2042026-06-05T03:59:25.069Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-05T03:59:25.069Z++ mkdir -p download
2062026-06-05T03:59:25.069Z++ pushd download
2072026-06-05T03:59:25.069Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-05T03:59:25.070Z++ [[ ! -f ddmadm ]]
2092026-06-05T03:59:25.070Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e86e4e4b2f8085a42f0b82ef9a63817606232356/ddmadm
2102026-06-05T03:59:25.074Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-05T03:59:25.074Z Dload Upload Total Spent Left Speed
2122026-06-05T03:59:25.150Z 0 0 0 0 0 0 0 0 0
2132026-06-05T03:59:25.150Zcurl: (22) The requested URL returned error: 404
2142026-06-05T03:59:25.154Z++ popd
2152026-06-05T03:59:25.154Z/work/oxidecomputer/maghemite
2162026-06-05T03:59:25.154Z++ pushd download
2172026-06-05T03:59:25.154Z++ chmod +x softnpu
2182026-06-05T03:59:25.154Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T03:59:25.154Z++ chmod +x scadm
2202026-06-05T03:59:25.157Z++ chmod +x ddmadm
2212026-06-05T03:59:25.157Zchmod: WARNING: can't access ddmadm
2222026-06-05T03:59:25.157Z++ chmod +x ddmd
2232026-06-05T03:59:25.157Zchmod: WARNING: can't access ddmd
2242026-06-05T03:59:25.157Z++ mv ddmadm ddmadm-v2
2252026-06-05T03:59:25.162Zmv: cannot access ddmadm
2262026-06-05T03:59:25.162Z++ mv ddmd ddmd-v2
2272026-06-05T03:59:25.162Zmv: cannot access ddmd
2282026-06-05T03:59:25.162Z++ rm -rf zones/dendrite
2292026-06-05T03:59:25.162Z++ mkdir -p zones/dendrite
2302026-06-05T03:59:25.169Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-05T03:59:26.175Z++ 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-05T03:59:26.181Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-05T03:59:26.181Z++ popd
2342026-06-05T03:59:26.181Z/work/oxidecomputer/maghemite
2352026-06-05T03:59:26.181Z++ banner install
2362026-06-05T03:59:26.189Z
2372026-06-05T03:59:26.189Z # # # #### ##### ## # #
2382026-06-05T03:59:26.189Z # ## # # # # # # #
2392026-06-05T03:59:26.189Z # # # # #### # # # # #
2402026-06-05T03:59:26.189Z # # # # # # ###### # #
2412026-06-05T03:59:26.189Z # # ## # # # # # # #
2422026-06-05T03:59:26.189Z # # # #### # # # ###### ######
2432026-06-05T03:59:26.189Z
2442026-06-05T03:59:26.189Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-05T03:59:26.189Z++ set +o errexit
2462026-06-05T03:59:26.189Z++ pkg info clang-15
2472026-06-05T03:59:26.189Z++ grep -qi installed
2482026-06-05T03:59:27.377Zpkg: info: no packages matching the following patterns you specified are
2492026-06-05T03:59:27.377Zinstalled on the system. Try querying remotely instead:
2502026-06-05T03:59:27.377Z
2512026-06-05T03:59:27.377Z clang-15
2522026-06-05T03:59:27.413Z++ [[ 1 != 0 ]]
2532026-06-05T03:59:27.413Z++ set -o errexit
2542026-06-05T03:59:27.417Z++ pfexec pkg install clang-15
2552026-06-05T03:59:48.635Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-05T03:59:56.347Z Startup: Caching catalogs ... Done
2572026-06-05T04:00:03.650ZPlanning: Solver setup ... Done
2582026-06-05T04:00:03.691ZPlanning: Running solver ... Done
2592026-06-05T04:00:03.831ZPlanning: Finding local manifests ... Done
2602026-06-05T04:00:03.861ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-05T04:00:04.031ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-05T04:00:04.060ZPlanning: Package planning ... Done
2632026-06-05T04:00:04.090ZPlanning: Merging actions ... Done
2642026-06-05T04:00:04.196ZPlanning: Checking for conflicting actions ... Done
2652026-06-05T04:00:04.201ZPlanning: Consolidating action changes ... Done
2662026-06-05T04:00:04.970ZPlanning: Evaluating mediators ... Done
2672026-06-05T04:00:04.977ZPlanning: Planning completed in 8.45 seconds
2682026-06-05T04:00:05.008Z Packages to install: 2
2692026-06-05T04:00:05.031Z Mediators to change: 2
2702026-06-05T04:00:05.031Z Services to change: 1
2712026-06-05T04:00:05.031Z Create boot environment: No
2722026-06-05T04:00:05.031ZCreate backup boot environment: No
2732026-06-05T04:00:05.051Z
2742026-06-05T04:00:05.051ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-05T04:00:10.152ZDownload: 133/3076 items 15.1/211.3MB 7% complete (7.2M/s)
2762026-06-05T04:00:15.168ZDownload: 180/3076 items 15.3/211.3MB 7% complete (2.8M/s)
2772026-06-05T04:00:20.173ZDownload: 320/3076 items 16.2/211.3MB 7% complete (107k/s)
2782026-06-05T04:00:25.326ZDownload: 414/3076 items 16.7/211.3MB 7% complete (123k/s)
2792026-06-05T04:00:30.348ZDownload: 494/3076 items 16.9/211.3MB 7% complete (77.1k/s)
2802026-06-05T04:00:35.480ZDownload: 680/3076 items 17.6/211.3MB 8% complete (95.9k/s)
2812026-06-05T04:00:40.716ZDownload: 968/3076 items 81.9/211.3MB 38% complete (6.6M/s)
2822026-06-05T04:00:46.653ZDownload: 978/3076 items 82.2/211.3MB 38% complete (6.5M/s)
2832026-06-05T04:00:52.195ZDownload: 981/3076 items 82.2/211.3MB 38% complete (6.0M/s)
2842026-06-05T04:01:04.016ZDownload: 983/3076 items 82.2/211.3MB 38% complete
2852026-06-05T04:01:08.971ZDownload: 1271/3076 items 115.8/211.3MB 54% complete (8.0M/s)
2862026-06-05T04:01:14.095ZDownload: 1473/3076 items 116.6/211.3MB 55% complete (3.9M/s)
2872026-06-05T04:01:19.112ZDownload: 1558/3076 items 117.0/211.3MB 55% complete (281k/s)
2882026-06-05T04:01:24.126ZDownload: 1598/3076 items 117.1/211.3MB 55% complete (105k/s)
2892026-06-05T04:01:29.307ZDownload: 1739/3076 items 117.3/211.3MB 55% complete (45.6k/s)
2902026-06-05T04:01:34.478ZDownload: 1808/3076 items 117.4/211.3MB 55% complete (29.2k/s)
2912026-06-05T04:01:39.498ZDownload: 1875/3076 items 117.6/211.3MB 55% complete (23.1k/s)
2922026-06-05T04:01:45.774ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (51.2k/s)
2932026-06-05T04:01:54.902ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
2942026-06-05T04:02:07.715ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
2952026-06-05T04:02:12.723ZDownload: 2609/3076 items 119.7/211.3MB 56% complete (382k/s)
2962026-06-05T04:02:17.735ZDownload: 2971/3076 items 179.8/211.3MB 85% complete (6.1M/s)
2972026-06-05T04:02:24.260ZDownload: 3030/3076 items 197.7/211.3MB 93% complete (7.8M/s)
2982026-06-05T04:02:29.464ZDownload: 3032/3076 items 197.7/211.3MB 93% complete (7.7M/s)
2992026-06-05T04:02:39.367ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (397k/s)
3002026-06-05T04:02:40.774ZDownload: Completed 211.31 MB in 155.72 seconds (1.4M/s)
3012026-06-05T04:02:40.983Z Actions: 1/3418 actions (Installing new actions)
3022026-06-05T04:02:44.133Z Actions: Completed 3418 actions in 3.16 seconds.
3032026-06-05T04:02:44.788Z Done
3042026-06-05T04:02:44.788Z Done
3052026-06-05T04:02:45.533Z Done
3062026-06-05T04:02:48.951Z Done
3072026-06-05T04:02:49.028Z Done
3082026-06-05T04:02:49.031Z Done
3092026-06-05T04:02:49.280Z Done
3102026-06-05T04:02:49.978Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3112026-06-05T04:02:49.978Z++ set +o errexit
3122026-06-05T04:02:49.981Z++ pkg info pkg-config
3132026-06-05T04:02:49.981Z++ grep -qi installed
3142026-06-05T04:02:50.209Z++ [[ 0 != 0 ]]
3152026-06-05T04:02:50.209Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3162026-06-05T04:02:50.209Z++ set +o errexit
3172026-06-05T04:02:50.212Z++ pkg info brand/omicron1
3182026-06-05T04:02:50.212Z++ grep -qi installed
3192026-06-05T04:02:50.396Zpkg: info: no packages matching the following patterns you specified are
3202026-06-05T04:02:50.396Zinstalled on the system. Try querying remotely instead:
3212026-06-05T04:02:50.396Z
3222026-06-05T04:02:50.396Z brand/omicron1
3232026-06-05T04:02:50.429Z++ [[ 1 != 0 ]]
3242026-06-05T04:02:50.429Z++ set -o errexit
3252026-06-05T04:02:50.429Z++ pfexec pkg install brand/omicron1
3262026-06-05T04:02:50.864Z Startup: Refreshing catalog 'helios-dev' ... Done
3272026-06-05T04:02:58.241ZPlanning: Solver setup ... Done
3282026-06-05T04:02:58.280ZPlanning: Running solver ... Done
3292026-06-05T04:02:58.426ZPlanning: Finding local manifests ... Done
3302026-06-05T04:02:58.430ZPlanning: Fetching manifests: 0/2 0% complete
3312026-06-05T04:02:58.954ZPlanning: Fetching manifests: 2/2 100% complete
3322026-06-05T04:02:58.965ZPlanning: Package planning ... Done
3332026-06-05T04:02:58.973ZPlanning: Merging actions ... Done
3342026-06-05T04:02:59.120ZPlanning: Checking for conflicting actions ... Done
3352026-06-05T04:02:59.135ZPlanning: Consolidating action changes ... Done
3362026-06-05T04:02:59.282ZPlanning: Evaluating mediators ... Done
3372026-06-05T04:02:59.292ZPlanning: Planning completed in 8.41 seconds
3382026-06-05T04:02:59.300Z Packages to install: 2
3392026-06-05T04:02:59.300Z Create boot environment: No
3402026-06-05T04:02:59.300ZCreate backup boot environment: No
3412026-06-05T04:02:59.315Z
3422026-06-05T04:02:59.315ZDownload: 0/5 items 0.0/1.1MB 0% complete
3432026-06-05T04:02:59.750ZDownload: Completed 1.07 MB in 0.43 seconds (2.5M/s)
3442026-06-05T04:02:59.841Z Actions: 1/28 actions (Installing new actions)
3452026-06-05T04:02:59.851Z Actions: Completed 28 actions in 0.01 seconds.
3462026-06-05T04:03:00.364Z Done
3472026-06-05T04:03:00.364Z Done
3482026-06-05T04:03:00.997Z Done
3492026-06-05T04:03:03.847Z Done
3502026-06-05T04:03:03.921Z Done
3512026-06-05T04:03:03.924Z Done
3522026-06-05T04:03:04.068Z Done
3532026-06-05T04:03:04.206Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3542026-06-05T04:03:04.206Z++ set +o errexit
3552026-06-05T04:03:04.209Z++ pkg info brand/omicron1/tools
3562026-06-05T04:03:04.209Z++ grep -qi installed
3572026-06-05T04:03:04.390Zpkg: info: no packages matching the following patterns you specified are
3582026-06-05T04:03:04.390Zinstalled on the system. Try querying remotely instead:
3592026-06-05T04:03:04.390Z
3602026-06-05T04:03:04.390Z brand/omicron1/tools
3612026-06-05T04:03:04.423Z++ [[ 1 != 0 ]]
3622026-06-05T04:03:04.423Z++ set -o errexit
3632026-06-05T04:03:04.423Z++ pfexec pkg install brand/omicron1/tools
3642026-06-05T04:03:04.848Z Startup: Refreshing catalog 'helios-dev' ... Done
3652026-06-05T04:03:12.250ZPlanning: Solver setup ... Done
3662026-06-05T04:03:12.289ZPlanning: Running solver ... Done
3672026-06-05T04:03:12.428ZPlanning: Finding local manifests ... Done
3682026-06-05T04:03:12.431ZPlanning: Fetching manifests: 0/1 0% complete
3692026-06-05T04:03:12.545ZPlanning: Fetching manifests: 1/1 100% complete
3702026-06-05T04:03:12.556ZPlanning: Package planning ... Done
3712026-06-05T04:03:12.558ZPlanning: Merging actions ... Done
3722026-06-05T04:03:12.697ZPlanning: Checking for conflicting actions ... Done
3732026-06-05T04:03:12.702ZPlanning: Consolidating action changes ... Done
3742026-06-05T04:03:12.855ZPlanning: Evaluating mediators ... Done
3752026-06-05T04:03:12.858ZPlanning: Planning completed in 8.01 seconds
3762026-06-05T04:03:12.863Z Packages to install: 1
3772026-06-05T04:03:12.863Z Services to change: 1
3782026-06-05T04:03:12.863Z Create boot environment: No
3792026-06-05T04:03:12.864ZCreate backup boot environment: No
3802026-06-05T04:03:12.893Z
3812026-06-05T04:03:12.893ZDownload: 0/2 items 0.0/1.2MB 0% complete
3822026-06-05T04:03:12.923ZDownload: Completed 1.19 MB in 0.03 seconds (41.6M/s)
3832026-06-05T04:03:12.999Z Actions: 1/19 actions (Installing new actions)
3842026-06-05T04:03:13.013Z Actions: Completed 19 actions in 0.01 seconds.
3852026-06-05T04:03:13.532Z Done
3862026-06-05T04:03:13.532Z Done
3872026-06-05T04:03:14.149Z Done
3882026-06-05T04:03:17.034Z Done
3892026-06-05T04:03:17.099Z Done
3902026-06-05T04:03:17.103Z Done
3912026-06-05T04:03:17.260Z Done
3922026-06-05T04:03:17.402Z++ pfexec svcadm enable baseline
3932026-06-05T04:03:17.420Z++ retry=0
3942026-06-05T04:03:17.426Z+++ svcs -Hostate baseline
3952026-06-05T04:03:17.433Z++ [[ offline* != online ]]
3962026-06-05T04:03:17.433Z++ [[ 0 -gt 300 ]]
3972026-06-05T04:03:17.433Z++ sleep 1
3982026-06-05T04:03:18.438Z++ retry=1
3992026-06-05T04:03:18.441Z+++ svcs -Hostate baseline
4002026-06-05T04:03:18.452Z++ [[ offline* != online ]]
4012026-06-05T04:03:18.452Z++ [[ 1 -gt 300 ]]
4022026-06-05T04:03:18.452Z++ sleep 1
4032026-06-05T04:03:19.453Z++ retry=2
4042026-06-05T04:03:19.458Z+++ svcs -Hostate baseline
4052026-06-05T04:03:19.468Z++ [[ offline* != online ]]
4062026-06-05T04:03:19.468Z++ [[ 2 -gt 300 ]]
4072026-06-05T04:03:19.468Z++ sleep 1
4082026-06-05T04:03:20.476Z++ retry=3
4092026-06-05T04:03:20.491Z+++ svcs -Hostate baseline
4102026-06-05T04:03:20.495Z++ [[ offline* != online ]]
4112026-06-05T04:03:20.495Z++ [[ 3 -gt 300 ]]
4122026-06-05T04:03:20.495Z++ sleep 1
4132026-06-05T04:03:21.500Z++ retry=4
4142026-06-05T04:03:21.516Z+++ svcs -Hostate baseline
4152026-06-05T04:03:21.516Z++ [[ offline* != online ]]
4162026-06-05T04:03:21.516Z++ [[ 4 -gt 300 ]]
4172026-06-05T04:03:21.516Z++ sleep 1
4182026-06-05T04:03:22.514Z++ retry=5
4192026-06-05T04:03:22.522Z+++ svcs -Hostate baseline
4202026-06-05T04:03:22.526Z++ [[ offline* != online ]]
4212026-06-05T04:03:22.526Z++ [[ 5 -gt 300 ]]
4222026-06-05T04:03:22.526Z++ sleep 1
4232026-06-05T04:03:23.526Z++ retry=6
4242026-06-05T04:03:23.531Z+++ svcs -Hostate baseline
4252026-06-05T04:03:23.544Z++ [[ offline* != online ]]
4262026-06-05T04:03:23.544Z++ [[ 6 -gt 300 ]]
4272026-06-05T04:03:23.544Z++ sleep 1
4282026-06-05T04:03:24.544Z++ retry=7
4292026-06-05T04:03:24.552Z+++ svcs -Hostate baseline
4302026-06-05T04:03:24.559Z++ [[ offline* != online ]]
4312026-06-05T04:03:24.559Z++ [[ 7 -gt 300 ]]
4322026-06-05T04:03:24.559Z++ sleep 1
4332026-06-05T04:03:25.564Z++ retry=8
4342026-06-05T04:03:25.573Z+++ svcs -Hostate baseline
4352026-06-05T04:03:25.582Z++ [[ offline* != online ]]
4362026-06-05T04:03:25.582Z++ [[ 8 -gt 300 ]]
4372026-06-05T04:03:25.582Z++ sleep 1
4382026-06-05T04:03:26.580Z++ retry=9
4392026-06-05T04:03:26.583Z+++ svcs -Hostate baseline
4402026-06-05T04:03:26.598Z++ [[ offline* != online ]]
4412026-06-05T04:03:26.598Z++ [[ 9 -gt 300 ]]
4422026-06-05T04:03:26.598Z++ sleep 1
4432026-06-05T04:03:27.602Z++ retry=10
4442026-06-05T04:03:27.609Z+++ svcs -Hostate baseline
4452026-06-05T04:03:27.619Z++ [[ offline* != online ]]
4462026-06-05T04:03:27.619Z++ [[ 10 -gt 300 ]]
4472026-06-05T04:03:27.619Z++ sleep 1
4482026-06-05T04:03:28.615Z++ retry=11
4492026-06-05T04:03:28.618Z+++ svcs -Hostate baseline
4502026-06-05T04:03:28.633Z++ [[ offline* != online ]]
4512026-06-05T04:03:28.634Z++ [[ 11 -gt 300 ]]
4522026-06-05T04:03:28.634Z++ sleep 1
4532026-06-05T04:03:29.633Z++ retry=12
4542026-06-05T04:03:29.636Z+++ svcs -Hostate baseline
4552026-06-05T04:03:29.648Z++ [[ offline* != online ]]
4562026-06-05T04:03:29.648Z++ [[ 12 -gt 300 ]]
4572026-06-05T04:03:29.648Z++ sleep 1
4582026-06-05T04:03:30.652Z++ retry=13
4592026-06-05T04:03:30.656Z+++ svcs -Hostate baseline
4602026-06-05T04:03:30.666Z++ [[ offline* != online ]]
4612026-06-05T04:03:30.666Z++ [[ 13 -gt 300 ]]
4622026-06-05T04:03:30.666Z++ sleep 1
4632026-06-05T04:03:31.668Z++ retry=14
4642026-06-05T04:03:31.672Z+++ svcs -Hostate baseline
4652026-06-05T04:03:31.684Z++ [[ offline* != online ]]
4662026-06-05T04:03:31.684Z++ [[ 14 -gt 300 ]]
4672026-06-05T04:03:31.684Z++ sleep 1
4682026-06-05T04:03:32.687Z++ retry=15
4692026-06-05T04:03:32.690Z+++ svcs -Hostate baseline
4702026-06-05T04:03:32.701Z++ [[ offline* != online ]]
4712026-06-05T04:03:32.702Z++ [[ 15 -gt 300 ]]
4722026-06-05T04:03:32.702Z++ sleep 1
4732026-06-05T04:03:33.704Z++ retry=16
4742026-06-05T04:03:33.707Z+++ svcs -Hostate baseline
4752026-06-05T04:03:33.719Z++ [[ offline* != online ]]
4762026-06-05T04:03:33.719Z++ [[ 16 -gt 300 ]]
4772026-06-05T04:03:33.719Z++ sleep 1
4782026-06-05T04:03:34.721Z++ retry=17
4792026-06-05T04:03:34.726Z+++ svcs -Hostate baseline
4802026-06-05T04:03:34.738Z++ [[ offline* != online ]]
4812026-06-05T04:03:34.738Z++ [[ 17 -gt 300 ]]
4822026-06-05T04:03:34.738Z++ sleep 1
4832026-06-05T04:03:35.742Z++ retry=18
4842026-06-05T04:03:35.748Z+++ svcs -Hostate baseline
4852026-06-05T04:03:35.761Z++ [[ offline* != online ]]
4862026-06-05T04:03:35.761Z++ [[ 18 -gt 300 ]]
4872026-06-05T04:03:35.761Z++ sleep 1
4882026-06-05T04:03:36.758Z++ retry=19
4892026-06-05T04:03:36.774Z+++ svcs -Hostate baseline
4902026-06-05T04:03:36.777Z++ [[ offline* != online ]]
4912026-06-05T04:03:36.777Z++ [[ 19 -gt 300 ]]
4922026-06-05T04:03:36.777Z++ sleep 1
4932026-06-05T04:03:37.776Z++ retry=20
4942026-06-05T04:03:37.783Z+++ svcs -Hostate baseline
4952026-06-05T04:03:37.791Z++ [[ offline* != online ]]
4962026-06-05T04:03:37.791Z++ [[ 20 -gt 300 ]]
4972026-06-05T04:03:37.791Z++ sleep 1
4982026-06-05T04:03:38.794Z++ retry=21
4992026-06-05T04:03:38.798Z+++ svcs -Hostate baseline
5002026-06-05T04:03:38.810Z++ [[ offline* != online ]]
5012026-06-05T04:03:38.810Z++ [[ 21 -gt 300 ]]
5022026-06-05T04:03:38.810Z++ sleep 1
5032026-06-05T04:03:39.811Z++ retry=22
5042026-06-05T04:03:39.815Z+++ svcs -Hostate baseline
5052026-06-05T04:03:39.827Z++ [[ offline* != online ]]
5062026-06-05T04:03:39.827Z++ [[ 22 -gt 300 ]]
5072026-06-05T04:03:39.827Z++ sleep 1
5082026-06-05T04:03:40.829Z++ retry=23
5092026-06-05T04:03:40.832Z+++ svcs -Hostate baseline
5102026-06-05T04:03:40.845Z++ [[ offline* != online ]]
5112026-06-05T04:03:40.845Z++ [[ 23 -gt 300 ]]
5122026-06-05T04:03:40.845Z++ sleep 1
5132026-06-05T04:03:41.846Z++ retry=24
5142026-06-05T04:03:41.851Z+++ svcs -Hostate baseline
5152026-06-05T04:03:41.863Z++ [[ offline* != online ]]
5162026-06-05T04:03:41.863Z++ [[ 24 -gt 300 ]]
5172026-06-05T04:03:41.863Z++ sleep 1
5182026-06-05T04:03:42.867Z++ retry=25
5192026-06-05T04:03:42.878Z+++ svcs -Hostate baseline
5202026-06-05T04:03:42.886Z++ [[ offline* != online ]]
5212026-06-05T04:03:42.886Z++ [[ 25 -gt 300 ]]
5222026-06-05T04:03:42.886Z++ sleep 1
5232026-06-05T04:03:43.881Z++ retry=26
5242026-06-05T04:03:43.885Z+++ svcs -Hostate baseline
5252026-06-05T04:03:43.898Z++ [[ offline* != online ]]
5262026-06-05T04:03:43.898Z++ [[ 26 -gt 300 ]]
5272026-06-05T04:03:43.898Z++ sleep 1
5282026-06-05T04:03:44.899Z++ retry=27
5292026-06-05T04:03:44.902Z+++ svcs -Hostate baseline
5302026-06-05T04:03:44.914Z++ [[ offline* != online ]]
5312026-06-05T04:03:44.914Z++ [[ 27 -gt 300 ]]
5322026-06-05T04:03:44.914Z++ sleep 1
5332026-06-05T04:03:45.920Z++ retry=28
5342026-06-05T04:03:45.922Z+++ svcs -Hostate baseline
5352026-06-05T04:03:46.338Z++ [[ offline* != online ]]
5362026-06-05T04:03:46.338Z++ [[ 28 -gt 300 ]]
5372026-06-05T04:03:46.338Z++ sleep 1
5382026-06-05T04:03:46.935Z++ retry=29
5392026-06-05T04:03:46.938Z+++ svcs -Hostate baseline
5402026-06-05T04:03:46.950Z++ [[ offline* != online ]]
5412026-06-05T04:03:46.950Z++ [[ 29 -gt 300 ]]
5422026-06-05T04:03:46.950Z++ sleep 1
5432026-06-05T04:03:47.953Z++ retry=30
5442026-06-05T04:03:47.956Z+++ svcs -Hostate baseline
5452026-06-05T04:03:47.967Z++ [[ offline* != online ]]
5462026-06-05T04:03:47.967Z++ [[ 30 -gt 300 ]]
5472026-06-05T04:03:47.967Z++ sleep 1
5482026-06-05T04:03:49.003Z++ retry=31
5492026-06-05T04:03:49.021Z+++ svcs -Hostate baseline
5502026-06-05T04:03:49.021Z++ [[ offline* != online ]]
5512026-06-05T04:03:49.022Z++ [[ 31 -gt 300 ]]
5522026-06-05T04:03:49.022Z++ sleep 1
5532026-06-05T04:03:49.987Z++ retry=32
5542026-06-05T04:03:49.990Z+++ svcs -Hostate baseline
5552026-06-05T04:03:50.050Z++ [[ offline* != online ]]
5562026-06-05T04:03:50.050Z++ [[ 32 -gt 300 ]]
5572026-06-05T04:03:50.050Z++ sleep 1
5582026-06-05T04:03:51.008Z++ retry=33
5592026-06-05T04:03:51.011Z+++ svcs -Hostate baseline
5602026-06-05T04:03:51.020Z++ [[ offline* != online ]]
5612026-06-05T04:03:51.020Z++ [[ 33 -gt 300 ]]
5622026-06-05T04:03:51.020Z++ sleep 1
5632026-06-05T04:03:52.036Z++ retry=34
5642026-06-05T04:03:52.052Z+++ svcs -Hostate baseline
5652026-06-05T04:03:52.052Z++ [[ offline* != online ]]
5662026-06-05T04:03:52.052Z++ [[ 34 -gt 300 ]]
5672026-06-05T04:03:52.052Z++ sleep 1
5682026-06-05T04:03:53.048Z++ retry=35
5692026-06-05T04:03:53.055Z+++ svcs -Hostate baseline
5702026-06-05T04:03:53.059Z++ [[ offline* != online ]]
5712026-06-05T04:03:53.059Z++ [[ 35 -gt 300 ]]
5722026-06-05T04:03:53.059Z++ sleep 1
5732026-06-05T04:03:54.081Z++ retry=36
5742026-06-05T04:03:54.486Z+++ svcs -Hostate baseline
5752026-06-05T04:03:54.486Z++ [[ offline* != online ]]
5762026-06-05T04:03:54.486Z++ [[ 36 -gt 300 ]]
5772026-06-05T04:03:54.486Z++ sleep 1
5782026-06-05T04:03:55.075Z++ retry=37
5792026-06-05T04:03:55.078Z+++ svcs -Hostate baseline
5802026-06-05T04:03:55.091Z++ [[ offline* != online ]]
5812026-06-05T04:03:55.091Z++ [[ 37 -gt 300 ]]
5822026-06-05T04:03:55.091Z++ sleep 1
5832026-06-05T04:03:56.093Z++ retry=38
5842026-06-05T04:03:56.097Z+++ svcs -Hostate baseline
5852026-06-05T04:03:56.524Z++ [[ offline* != online ]]
5862026-06-05T04:03:56.524Z++ [[ 38 -gt 300 ]]
5872026-06-05T04:03:56.524Z++ sleep 1
5882026-06-05T04:03:57.111Z++ retry=39
5892026-06-05T04:03:57.115Z+++ svcs -Hostate baseline
5902026-06-05T04:03:57.129Z++ [[ offline* != online ]]
5912026-06-05T04:03:57.129Z++ [[ 39 -gt 300 ]]
5922026-06-05T04:03:57.129Z++ sleep 1
5932026-06-05T04:03:58.536Z++ retry=40
5942026-06-05T04:03:58.539Z+++ svcs -Hostate baseline
5952026-06-05T04:03:58.539Z++ [[ offline* != online ]]
5962026-06-05T04:03:58.539Z++ [[ 40 -gt 300 ]]
5972026-06-05T04:03:58.539Z++ sleep 1
5982026-06-05T04:03:59.148Z++ retry=41
5992026-06-05T04:03:59.153Z+++ svcs -Hostate baseline
6002026-06-05T04:03:59.579Z++ [[ offline* != online ]]
6012026-06-05T04:03:59.579Z++ [[ 41 -gt 300 ]]
6022026-06-05T04:03:59.579Z++ sleep 1
6032026-06-05T04:04:00.175Z++ retry=42
6042026-06-05T04:04:00.198Z+++ svcs -Hostate baseline
6052026-06-05T04:04:00.198Z++ [[ offline* != online ]]
6062026-06-05T04:04:00.198Z++ [[ 42 -gt 300 ]]
6072026-06-05T04:04:00.198Z++ sleep 1
6082026-06-05T04:04:01.183Z++ retry=43
6092026-06-05T04:04:01.192Z+++ svcs -Hostate baseline
6102026-06-05T04:04:01.202Z++ [[ offline* != online ]]
6112026-06-05T04:04:01.202Z++ [[ 43 -gt 300 ]]
6122026-06-05T04:04:01.202Z++ sleep 1
6132026-06-05T04:04:02.201Z++ retry=44
6142026-06-05T04:04:02.208Z+++ svcs -Hostate baseline
6152026-06-05T04:04:02.216Z++ [[ offline* != online ]]
6162026-06-05T04:04:02.216Z++ [[ 44 -gt 300 ]]
6172026-06-05T04:04:02.216Z++ sleep 1
6182026-06-05T04:04:03.227Z++ retry=45
6192026-06-05T04:04:03.246Z+++ svcs -Hostate baseline
6202026-06-05T04:04:03.247Z++ [[ offline* != online ]]
6212026-06-05T04:04:03.247Z++ [[ 45 -gt 300 ]]
6222026-06-05T04:04:03.247Z++ sleep 1
6232026-06-05T04:04:04.243Z++ retry=46
6242026-06-05T04:04:04.252Z+++ svcs -Hostate baseline
6252026-06-05T04:04:04.261Z++ [[ offline* != online ]]
6262026-06-05T04:04:04.261Z++ [[ 46 -gt 300 ]]
6272026-06-05T04:04:04.261Z++ sleep 1
6282026-06-05T04:04:05.253Z++ retry=47
6292026-06-05T04:04:05.257Z+++ svcs -Hostate baseline
6302026-06-05T04:04:05.276Z++ [[ offline* != online ]]
6312026-06-05T04:04:05.276Z++ [[ 47 -gt 300 ]]
6322026-06-05T04:04:05.276Z++ sleep 1
6332026-06-05T04:04:06.272Z++ retry=48
6342026-06-05T04:04:06.277Z+++ svcs -Hostate baseline
6352026-06-05T04:04:06.287Z++ [[ offline* != online ]]
6362026-06-05T04:04:06.287Z++ [[ 48 -gt 300 ]]
6372026-06-05T04:04:06.287Z++ sleep 1
6382026-06-05T04:04:07.288Z++ retry=49
6392026-06-05T04:04:07.292Z+++ svcs -Hostate baseline
6402026-06-05T04:04:07.304Z++ [[ offline* != online ]]
6412026-06-05T04:04:07.304Z++ [[ 49 -gt 300 ]]
6422026-06-05T04:04:07.304Z++ sleep 1
6432026-06-05T04:04:08.307Z++ retry=50
6442026-06-05T04:04:08.310Z+++ svcs -Hostate baseline
6452026-06-05T04:04:08.322Z++ [[ offline* != online ]]
6462026-06-05T04:04:08.323Z++ [[ 50 -gt 300 ]]
6472026-06-05T04:04:08.323Z++ sleep 1
6482026-06-05T04:04:09.324Z++ retry=51
6492026-06-05T04:04:09.739Z+++ svcs -Hostate baseline
6502026-06-05T04:04:09.743Z++ [[ offline* != online ]]
6512026-06-05T04:04:09.743Z++ [[ 51 -gt 300 ]]
6522026-06-05T04:04:09.743Z++ sleep 1
6532026-06-05T04:04:10.355Z++ retry=52
6542026-06-05T04:04:10.363Z+++ svcs -Hostate baseline
6552026-06-05T04:04:10.363Z++ [[ offline* != online ]]
6562026-06-05T04:04:10.363Z++ [[ 52 -gt 300 ]]
6572026-06-05T04:04:10.363Z++ sleep 1
6582026-06-05T04:04:11.359Z++ retry=53
6592026-06-05T04:04:11.362Z+++ svcs -Hostate baseline
6602026-06-05T04:04:11.374Z++ [[ offline* != online ]]
6612026-06-05T04:04:11.374Z++ [[ 53 -gt 300 ]]
6622026-06-05T04:04:11.374Z++ sleep 1
6632026-06-05T04:04:12.377Z++ retry=54
6642026-06-05T04:04:12.380Z+++ svcs -Hostate baseline
6652026-06-05T04:04:12.395Z++ [[ offline* != online ]]
6662026-06-05T04:04:12.396Z++ [[ 54 -gt 300 ]]
6672026-06-05T04:04:12.396Z++ sleep 1
6682026-06-05T04:04:13.395Z++ retry=55
6692026-06-05T04:04:13.402Z+++ svcs -Hostate baseline
6702026-06-05T04:04:13.414Z++ [[ offline* != online ]]
6712026-06-05T04:04:13.414Z++ [[ 55 -gt 300 ]]
6722026-06-05T04:04:13.414Z++ sleep 1
6732026-06-05T04:04:14.415Z++ retry=56
6742026-06-05T04:04:14.420Z+++ svcs -Hostate baseline
6752026-06-05T04:04:14.436Z++ [[ offline* != online ]]
6762026-06-05T04:04:14.436Z++ [[ 56 -gt 300 ]]
6772026-06-05T04:04:14.436Z++ sleep 1
6782026-06-05T04:04:15.458Z++ retry=57
6792026-06-05T04:04:15.865Z+++ svcs -Hostate baseline
6802026-06-05T04:04:15.865Z++ [[ offline* != online ]]
6812026-06-05T04:04:15.866Z++ [[ 57 -gt 300 ]]
6822026-06-05T04:04:15.866Z++ sleep 1
6832026-06-05T04:04:16.451Z++ retry=58
6842026-06-05T04:04:16.462Z+++ svcs -Hostate baseline
6852026-06-05T04:04:16.468Z++ [[ offline* != online ]]
6862026-06-05T04:04:16.468Z++ [[ 58 -gt 300 ]]
6872026-06-05T04:04:16.468Z++ sleep 1
6882026-06-05T04:04:17.468Z++ retry=59
6892026-06-05T04:04:17.475Z+++ svcs -Hostate baseline
6902026-06-05T04:04:17.483Z++ [[ offline* != online ]]
6912026-06-05T04:04:17.483Z++ [[ 59 -gt 300 ]]
6922026-06-05T04:04:17.483Z++ sleep 1
6932026-06-05T04:04:18.510Z++ retry=60
6942026-06-05T04:04:18.579Z+++ svcs -Hostate baseline
6952026-06-05T04:04:18.579Z++ [[ offline* != online ]]
6962026-06-05T04:04:18.580Z++ [[ 60 -gt 300 ]]
6972026-06-05T04:04:18.580Z++ sleep 1
6982026-06-05T04:04:19.510Z++ retry=61
6992026-06-05T04:04:19.537Z+++ svcs -Hostate baseline
7002026-06-05T04:04:19.570Z++ [[ offline* != online ]]
7012026-06-05T04:04:19.571Z++ [[ 61 -gt 300 ]]
7022026-06-05T04:04:19.571Z++ sleep 1
7032026-06-05T04:04:20.530Z++ retry=62
7042026-06-05T04:04:20.535Z+++ svcs -Hostate baseline
7052026-06-05T04:04:20.542Z++ [[ offline* != online ]]
7062026-06-05T04:04:20.542Z++ [[ 62 -gt 300 ]]
7072026-06-05T04:04:20.542Z++ sleep 1
7082026-06-05T04:04:21.542Z++ retry=63
7092026-06-05T04:04:21.620Z+++ svcs -Hostate baseline
7102026-06-05T04:04:21.649Z++ [[ offline* != online ]]
7112026-06-05T04:04:21.649Z++ [[ 63 -gt 300 ]]
7122026-06-05T04:04:21.649Z++ sleep 1
7132026-06-05T04:04:22.557Z++ retry=64
7142026-06-05T04:04:22.561Z+++ svcs -Hostate baseline
7152026-06-05T04:04:22.575Z++ [[ offline* != online ]]
7162026-06-05T04:04:22.575Z++ [[ 64 -gt 300 ]]
7172026-06-05T04:04:22.575Z++ sleep 1
7182026-06-05T04:04:23.605Z++ retry=65
7192026-06-05T04:04:23.623Z+++ svcs -Hostate baseline
7202026-06-05T04:04:23.623Z++ [[ offline* != online ]]
7212026-06-05T04:04:23.623Z++ [[ 65 -gt 300 ]]
7222026-06-05T04:04:23.623Z++ sleep 1
7232026-06-05T04:04:24.592Z++ retry=66
7242026-06-05T04:04:24.996Z+++ svcs -Hostate baseline
7252026-06-05T04:04:25.001Z++ [[ offline* != online ]]
7262026-06-05T04:04:25.001Z++ [[ 66 -gt 300 ]]
7272026-06-05T04:04:25.001Z++ sleep 1
7282026-06-05T04:04:25.745Z++ retry=67
7292026-06-05T04:04:25.745Z+++ svcs -Hostate baseline
7302026-06-05T04:04:25.745Z++ [[ offline* != online ]]
7312026-06-05T04:04:25.745Z++ [[ 67 -gt 300 ]]
7322026-06-05T04:04:25.745Z++ sleep 1
7332026-06-05T04:04:26.639Z++ retry=68
7342026-06-05T04:04:26.686Z+++ svcs -Hostate baseline
7352026-06-05T04:04:26.709Z++ [[ offline* != online ]]
7362026-06-05T04:04:26.709Z++ [[ 68 -gt 300 ]]
7372026-06-05T04:04:26.709Z++ sleep 1
7382026-06-05T04:04:27.670Z++ retry=69
7392026-06-05T04:04:27.718Z+++ svcs -Hostate baseline
7402026-06-05T04:04:27.718Z++ [[ offline* != online ]]
7412026-06-05T04:04:27.718Z++ [[ 69 -gt 300 ]]
7422026-06-05T04:04:27.719Z++ sleep 1
7432026-06-05T04:04:28.748Z++ retry=70
7442026-06-05T04:04:29.167Z+++ svcs -Hostate baseline
7452026-06-05T04:04:29.167Z++ [[ offline* != online ]]
7462026-06-05T04:04:29.167Z++ [[ 70 -gt 300 ]]
7472026-06-05T04:04:29.167Z++ sleep 1
7482026-06-05T04:04:29.692Z++ retry=71
7492026-06-05T04:04:29.722Z+++ svcs -Hostate baseline
7502026-06-05T04:04:29.722Z++ [[ offline* != online ]]
7512026-06-05T04:04:29.722Z++ [[ 71 -gt 300 ]]
7522026-06-05T04:04:29.722Z++ sleep 1
7532026-06-05T04:04:30.800Z++ retry=72
7542026-06-05T04:04:30.852Z+++ svcs -Hostate baseline
7552026-06-05T04:04:30.853Z++ [[ offline* != online ]]
7562026-06-05T04:04:30.853Z++ [[ 72 -gt 300 ]]
7572026-06-05T04:04:30.853Z++ sleep 1
7582026-06-05T04:04:31.743Z++ retry=73
7592026-06-05T04:04:31.759Z+++ svcs -Hostate baseline
7602026-06-05T04:04:31.759Z++ [[ offline* != online ]]
7612026-06-05T04:04:31.759Z++ [[ 73 -gt 300 ]]
7622026-06-05T04:04:31.759Z++ sleep 1
7632026-06-05T04:04:32.737Z++ retry=74
7642026-06-05T04:04:32.744Z+++ svcs -Hostate baseline
7652026-06-05T04:04:32.824Z++ [[ offline* != online ]]
7662026-06-05T04:04:32.824Z++ [[ 74 -gt 300 ]]
7672026-06-05T04:04:32.824Z++ sleep 1
7682026-06-05T04:04:33.753Z++ retry=75
7692026-06-05T04:04:33.756Z+++ svcs -Hostate baseline
7702026-06-05T04:04:33.777Z++ [[ offline* != online ]]
7712026-06-05T04:04:33.777Z++ [[ 75 -gt 300 ]]
7722026-06-05T04:04:33.777Z++ sleep 1
7732026-06-05T04:04:34.787Z++ retry=76
7742026-06-05T04:04:34.793Z+++ svcs -Hostate baseline
7752026-06-05T04:04:34.793Z++ [[ offline* != online ]]
7762026-06-05T04:04:34.793Z++ [[ 76 -gt 300 ]]
7772026-06-05T04:04:34.793Z++ sleep 1
7782026-06-05T04:04:35.790Z++ retry=77
7792026-06-05T04:04:36.206Z+++ svcs -Hostate baseline
7802026-06-05T04:04:36.219Z++ [[ offline* != online ]]
7812026-06-05T04:04:36.219Z++ [[ 77 -gt 300 ]]
7822026-06-05T04:04:36.219Z++ sleep 1
7832026-06-05T04:04:36.840Z++ retry=78
7842026-06-05T04:04:36.864Z+++ svcs -Hostate baseline
7852026-06-05T04:04:36.864Z++ [[ offline* != online ]]
7862026-06-05T04:04:36.864Z++ [[ 78 -gt 300 ]]
7872026-06-05T04:04:36.864Z++ sleep 1
7882026-06-05T04:04:37.829Z++ retry=79
7892026-06-05T04:04:37.869Z+++ svcs -Hostate baseline
7902026-06-05T04:04:37.888Z++ [[ offline* != online ]]
7912026-06-05T04:04:37.888Z++ [[ 79 -gt 300 ]]
7922026-06-05T04:04:37.888Z++ sleep 1
7932026-06-05T04:04:38.846Z++ retry=80
7942026-06-05T04:04:38.854Z+++ svcs -Hostate baseline
7952026-06-05T04:04:38.861Z++ [[ offline* != online ]]
7962026-06-05T04:04:38.861Z++ [[ 80 -gt 300 ]]
7972026-06-05T04:04:38.861Z++ sleep 1
7982026-06-05T04:04:39.862Z++ retry=81
7992026-06-05T04:04:39.872Z+++ svcs -Hostate baseline
8002026-06-05T04:04:39.888Z++ [[ offline* != online ]]
8012026-06-05T04:04:39.888Z++ [[ 81 -gt 300 ]]
8022026-06-05T04:04:39.902Z++ sleep 1
8032026-06-05T04:04:40.879Z++ retry=82
8042026-06-05T04:04:40.882Z+++ svcs -Hostate baseline
8052026-06-05T04:04:40.894Z++ [[ offline* != online ]]
8062026-06-05T04:04:40.894Z++ [[ 82 -gt 300 ]]
8072026-06-05T04:04:40.894Z++ sleep 1
8082026-06-05T04:04:41.896Z++ retry=83
8092026-06-05T04:04:41.899Z+++ svcs -Hostate baseline
8102026-06-05T04:04:41.913Z++ [[ offline* != online ]]
8112026-06-05T04:04:41.913Z++ [[ 83 -gt 300 ]]
8122026-06-05T04:04:41.913Z++ sleep 1
8132026-06-05T04:04:42.914Z++ retry=84
8142026-06-05T04:04:42.917Z+++ svcs -Hostate baseline
8152026-06-05T04:04:42.935Z++ [[ offline* != online ]]
8162026-06-05T04:04:42.935Z++ [[ 84 -gt 300 ]]
8172026-06-05T04:04:42.935Z++ sleep 1
8182026-06-05T04:04:43.932Z++ retry=85
8192026-06-05T04:04:43.935Z+++ svcs -Hostate baseline
8202026-06-05T04:04:43.947Z++ [[ offline* != online ]]
8212026-06-05T04:04:43.947Z++ [[ 85 -gt 300 ]]
8222026-06-05T04:04:43.950Z++ sleep 1
8232026-06-05T04:04:44.953Z++ retry=86
8242026-06-05T04:04:44.962Z+++ svcs -Hostate baseline
8252026-06-05T04:04:44.985Z++ [[ offline* != online ]]
8262026-06-05T04:04:44.986Z++ [[ 86 -gt 300 ]]
8272026-06-05T04:04:44.986Z++ sleep 1
8282026-06-05T04:04:45.994Z++ retry=87
8292026-06-05T04:04:46.010Z+++ svcs -Hostate baseline
8302026-06-05T04:04:46.011Z++ [[ offline* != online ]]
8312026-06-05T04:04:46.011Z++ [[ 87 -gt 300 ]]
8322026-06-05T04:04:46.011Z++ sleep 1
8332026-06-05T04:04:47.006Z++ retry=88
8342026-06-05T04:04:47.017Z+++ svcs -Hostate baseline
8352026-06-05T04:04:47.017Z++ [[ offline* != online ]]
8362026-06-05T04:04:47.017Z++ [[ 88 -gt 300 ]]
8372026-06-05T04:04:47.017Z++ sleep 1
8382026-06-05T04:04:48.018Z++ retry=89
8392026-06-05T04:04:48.038Z+++ svcs -Hostate baseline
8402026-06-05T04:04:48.039Z++ [[ offline* != online ]]
8412026-06-05T04:04:48.039Z++ [[ 89 -gt 300 ]]
8422026-06-05T04:04:48.039Z++ sleep 1
8432026-06-05T04:04:49.175Z++ retry=90
8442026-06-05T04:04:49.228Z+++ svcs -Hostate baseline
8452026-06-05T04:04:49.228Z++ [[ offline* != online ]]
8462026-06-05T04:04:49.228Z++ [[ 90 -gt 300 ]]
8472026-06-05T04:04:49.232Z++ sleep 1
8482026-06-05T04:04:50.324Z++ retry=91
8492026-06-05T04:04:50.376Z+++ svcs -Hostate baseline
8502026-06-05T04:04:50.376Z++ [[ offline* != online ]]
8512026-06-05T04:04:50.376Z++ [[ 91 -gt 300 ]]
8522026-06-05T04:04:50.376Z++ sleep 1
8532026-06-05T04:04:51.063Z++ retry=92
8542026-06-05T04:04:51.074Z+++ svcs -Hostate baseline
8552026-06-05T04:04:51.090Z++ [[ offline* != online ]]
8562026-06-05T04:04:51.090Z++ [[ 92 -gt 300 ]]
8572026-06-05T04:04:51.090Z++ sleep 1
8582026-06-05T04:04:52.115Z++ retry=93
8592026-06-05T04:04:52.161Z+++ svcs -Hostate baseline
8602026-06-05T04:04:52.161Z++ [[ offline* != online ]]
8612026-06-05T04:04:52.161Z++ [[ 93 -gt 300 ]]
8622026-06-05T04:04:52.161Z++ sleep 1
8632026-06-05T04:04:53.095Z++ retry=94
8642026-06-05T04:04:53.117Z+++ svcs -Hostate baseline
8652026-06-05T04:04:53.122Z++ [[ offline* != online ]]
8662026-06-05T04:04:53.122Z++ [[ 94 -gt 300 ]]
8672026-06-05T04:04:53.122Z++ sleep 1
8682026-06-05T04:04:54.522Z++ retry=95
8692026-06-05T04:04:54.545Z+++ svcs -Hostate baseline
8702026-06-05T04:04:54.545Z++ [[ offline* != online ]]
8712026-06-05T04:04:54.545Z++ [[ 95 -gt 300 ]]
8722026-06-05T04:04:54.545Z++ sleep 1
8732026-06-05T04:04:55.198Z++ retry=96
8742026-06-05T04:04:55.236Z+++ svcs -Hostate baseline
8752026-06-05T04:04:55.236Z++ [[ offline* != online ]]
8762026-06-05T04:04:55.236Z++ [[ 96 -gt 300 ]]
8772026-06-05T04:04:55.236Z++ sleep 1
8782026-06-05T04:04:56.232Z++ retry=97
8792026-06-05T04:04:56.273Z+++ svcs -Hostate baseline
8802026-06-05T04:04:56.273Z++ [[ offline* != online ]]
8812026-06-05T04:04:56.273Z++ [[ 97 -gt 300 ]]
8822026-06-05T04:04:56.273Z++ sleep 1
8832026-06-05T04:04:57.324Z++ retry=98
8842026-06-05T04:04:57.398Z+++ svcs -Hostate baseline
8852026-06-05T04:04:57.398Z++ [[ offline* != online ]]
8862026-06-05T04:04:57.398Z++ [[ 98 -gt 300 ]]
8872026-06-05T04:04:57.398Z++ sleep 1
8882026-06-05T04:04:59.216Z++ retry=99
8892026-06-05T04:04:59.662Z+++ svcs -Hostate baseline
8902026-06-05T04:04:59.662Z++ [[ offline* != online ]]
8912026-06-05T04:04:59.662Z++ [[ 99 -gt 300 ]]
8922026-06-05T04:04:59.662Z++ sleep 1
8932026-06-05T04:04:59.662Z++ retry=100
8942026-06-05T04:04:59.662Z+++ svcs -Hostate baseline
8952026-06-05T04:04:59.662Z++ [[ offline* != online ]]
8962026-06-05T04:04:59.662Z++ [[ 100 -gt 300 ]]
8972026-06-05T04:04:59.662Z++ sleep 1
8982026-06-05T04:05:01.749Z++ retry=101
8992026-06-05T04:05:01.911Z+++ svcs -Hostate baseline
9002026-06-05T04:05:01.911Z++ [[ offline* != online ]]
9012026-06-05T04:05:01.911Z++ [[ 101 -gt 300 ]]
9022026-06-05T04:05:01.911Z++ sleep 1
9032026-06-05T04:05:02.009Z++ retry=102
9042026-06-05T04:05:02.009Z+++ svcs -Hostate baseline
9052026-06-05T04:05:02.009Z++ [[ offline* != online ]]
9062026-06-05T04:05:02.009Z++ [[ 102 -gt 300 ]]
9072026-06-05T04:05:02.009Z++ sleep 1
9082026-06-05T04:05:02.428Z++ retry=103
9092026-06-05T04:05:02.517Z+++ svcs -Hostate baseline
9102026-06-05T04:05:02.517Z++ [[ offline* != online ]]
9112026-06-05T04:05:02.517Z++ [[ 103 -gt 300 ]]
9122026-06-05T04:05:02.517Z++ sleep 1
9132026-06-05T04:05:03.272Z++ retry=104
9142026-06-05T04:05:03.292Z+++ svcs -Hostate baseline
9152026-06-05T04:05:03.293Z++ [[ offline* != online ]]
9162026-06-05T04:05:03.293Z++ [[ 104 -gt 300 ]]
9172026-06-05T04:05:03.293Z++ sleep 1
9182026-06-05T04:05:04.309Z++ retry=105
9192026-06-05T04:05:04.373Z+++ svcs -Hostate baseline
9202026-06-05T04:05:04.373Z++ [[ offline* != online ]]
9212026-06-05T04:05:04.373Z++ [[ 105 -gt 300 ]]
9222026-06-05T04:05:04.373Z++ sleep 1
9232026-06-05T04:05:05.389Z++ retry=106
9242026-06-05T04:05:05.434Z+++ svcs -Hostate baseline
9252026-06-05T04:05:05.434Z++ [[ offline* != online ]]
9262026-06-05T04:05:05.434Z++ [[ 106 -gt 300 ]]
9272026-06-05T04:05:05.434Z++ sleep 1
9282026-06-05T04:05:06.344Z++ retry=107
9292026-06-05T04:05:06.364Z+++ svcs -Hostate baseline
9302026-06-05T04:05:06.364Z++ [[ offline* != online ]]
9312026-06-05T04:05:06.364Z++ [[ 107 -gt 300 ]]
9322026-06-05T04:05:06.364Z++ sleep 1
9332026-06-05T04:05:07.489Z++ retry=108
9342026-06-05T04:05:07.597Z+++ svcs -Hostate baseline
9352026-06-05T04:05:07.597Z++ [[ offline* != online ]]
9362026-06-05T04:05:07.597Z++ [[ 108 -gt 300 ]]
9372026-06-05T04:05:07.597Z++ sleep 1
9382026-06-05T04:05:08.419Z++ retry=109
9392026-06-05T04:05:08.474Z+++ svcs -Hostate baseline
9402026-06-05T04:05:08.474Z++ [[ offline* != online ]]
9412026-06-05T04:05:08.474Z++ [[ 109 -gt 300 ]]
9422026-06-05T04:05:08.474Z++ sleep 1
9432026-06-05T04:05:09.480Z++ retry=110
9442026-06-05T04:05:09.525Z+++ svcs -Hostate baseline
9452026-06-05T04:05:09.525Z++ [[ offline* != online ]]
9462026-06-05T04:05:09.525Z++ [[ 110 -gt 300 ]]
9472026-06-05T04:05:09.525Z++ sleep 1
9482026-06-05T04:05:10.727Z++ retry=111
9492026-06-05T04:05:10.727Z+++ svcs -Hostate baseline
9502026-06-05T04:05:10.727Z++ [[ online != online ]]
9512026-06-05T04:05:10.727Z++ set -o errexit
9522026-06-05T04:05:10.727Z++ set -o pipefail
9532026-06-05T04:05:10.727Z++ banner build
9542026-06-05T04:05:10.728Z
9552026-06-05T04:05:10.728Z ##### # # # # #####
9562026-06-05T04:05:10.728Z # # # # # # # #
9572026-06-05T04:05:10.728Z ##### # # # # # #
9582026-06-05T04:05:10.728Z # # # # # # # #
9592026-06-05T04:05:10.728Z # # # # # # # #
9602026-06-05T04:05:10.728Z ##### #### # ###### #####
9612026-06-05T04:05:10.728Z
9622026-06-05T04:05:10.728Z++ cargo build --release --bin ddmd --bin ddmadm
9632026-06-05T04:05:10.728Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9642026-06-05T04:05:10.728Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9652026-06-05T04:05:10.728Zinfo: downloading 6 components
9662026-06-05T04:05:26.724Z Updating git repository `https://github.com/oxidecomputer/falcon`
9672026-06-05T04:05:27.638ZFrom https://github.com/oxidecomputer/falcon
9682026-06-05T04:05:27.638Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9692026-06-05T04:05:27.996Z Updating crates.io index
9702026-06-05T04:05:27.996Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9712026-06-05T04:05:28.387ZFrom https://github.com/oxidecomputer/dendrite
9722026-06-05T04:05:28.387Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9732026-06-05T04:05:30.110Z Updating git repository `https://github.com/oxidecomputer/ispf`
9742026-06-05T04:05:30.232ZFrom https://github.com/oxidecomputer/ispf
9752026-06-05T04:05:30.232Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9762026-06-05T04:05:30.232Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9772026-06-05T04:05:30.232ZFrom https://github.com/oxidecomputer/netadm-sys
9782026-06-05T04:05:30.232Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9792026-06-05T04:05:30.232Z Updating git repository `https://github.com/oxidecomputer/omicron`
9802026-06-05T04:05:36.831ZFrom https://github.com/oxidecomputer/omicron
9812026-06-05T04:05:36.831Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9822026-06-05T04:05:37.125Z Updating git repository `https://github.com/oxidecomputer/opte`
9832026-06-05T04:05:38.521ZFrom https://github.com/oxidecomputer/opte
9842026-06-05T04:05:38.521Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9852026-06-05T04:05:38.929Z Updating git repository `https://github.com/illumos/smf-rs`
9862026-06-05T04:05:39.087ZFrom https://github.com/illumos/smf-rs
9872026-06-05T04:05:39.087Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9882026-06-05T04:05:39.308Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9892026-06-05T04:05:39.419ZFrom https://github.com/oxidecomputer/network-interface
9902026-06-05T04:05:39.419Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9912026-06-05T04:05:39.419Z Updating git repository `https://github.com/oxidecomputer/zone`
9922026-06-05T04:05:40.841ZFrom https://github.com/oxidecomputer/zone
9932026-06-05T04:05:40.842Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9942026-06-05T04:05:40.968Z Updating git repository `https://github.com/oxidecomputer/propolis`
9952026-06-05T04:05:40.968ZFrom https://github.com/oxidecomputer/propolis
9962026-06-05T04:05:40.968Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9972026-06-05T04:05:41.055Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9982026-06-05T04:05:41.139ZFrom https://github.com/oxidecomputer/transceiver-control
9992026-06-05T04:05:41.139Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
10002026-06-05T04:05:41.139Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
10012026-06-05T04:05:41.250ZFrom https://github.com/oxidecomputer/dlpi-sys
10022026-06-05T04:05:41.250Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
10032026-06-05T04:05:41.277Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
10042026-06-05T04:05:41.595ZFrom https://github.com/jmesmon/rust-libzfs
10052026-06-05T04:05:41.595Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
10062026-06-05T04:05:41.636Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
10072026-06-05T04:05:41.869ZFrom https://github.com/oxidecomputer/rusty-doors
10082026-06-05T04:05:41.869Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
10092026-06-05T04:05:41.918Z Updating git repository `https://github.com/oxidecomputer/lldp`
10102026-06-05T04:05:42.196ZFrom https://github.com/oxidecomputer/lldp
10112026-06-05T04:05:42.198Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
10122026-06-05T04:05:42.300Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
10132026-06-05T04:05:42.644ZFrom https://github.com/oxidecomputer/slog-error-chain
10142026-06-05T04:05:42.644Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10152026-06-05T04:05:42.763Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10162026-06-05T04:05:42.810ZFrom https://github.com/oxidecomputer/tufaceous
10172026-06-05T04:05:42.810Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10182026-06-05T04:05:43.046Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10192026-06-05T04:05:43.470ZFrom https://github.com/oxidecomputer/management-gateway-service
10202026-06-05T04:05:43.470Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
10212026-06-05T04:05:43.608Z Updating git repository `https://github.com/oxidecomputer/crucible`
10222026-06-05T04:05:44.450ZFrom https://github.com/oxidecomputer/crucible
10232026-06-05T04:05:44.450Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10242026-06-05T04:05:45.431Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10252026-06-05T04:05:45.736ZFrom https://github.com/oxidecomputer/serde_human_bytes
10262026-06-05T04:05:45.736Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10272026-06-05T04:05:46.047Z Updating git repository `https://github.com/oxidecomputer/propolis`
10282026-06-05T04:05:46.456ZFrom https://github.com/oxidecomputer/propolis
10292026-06-05T04:05:46.456Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10302026-06-05T04:05:46.705Z Updating git repository `https://github.com/oxidecomputer/crucible`
10312026-06-05T04:05:47.249ZFrom https://github.com/oxidecomputer/crucible
10322026-06-05T04:05:47.249Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10332026-06-05T04:05:47.351Z Updating git repository `https://github.com/oxidecomputer/tofino`
10342026-06-05T04:05:47.634ZFrom https://github.com/oxidecomputer/tofino
10352026-06-05T04:05:47.634Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10362026-06-05T04:05:47.651Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10372026-06-05T04:05:48.287ZFrom https://github.com/oxidecomputer/maghemite
10382026-06-05T04:05:48.287Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10392026-06-05T04:05:48.337Z Updating git repository `https://github.com/oxidecomputer/clickward`
10402026-06-05T04:05:48.571ZFrom https://github.com/oxidecomputer/clickward
10412026-06-05T04:05:48.571Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10422026-06-05T04:05:48.796Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10432026-06-05T04:05:49.023ZFrom https://github.com/oxidecomputer/illumos-devinfo
10442026-06-05T04:05:49.023Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10452026-06-05T04:05:49.845Z Downloading crates ...
10462026-06-05T04:05:49.958Z Downloaded crc8 v0.1.1
10472026-06-05T04:05:50.112Z Downloaded ciborium-io v0.2.2
10482026-06-05T04:05:50.112Z Downloaded chacha20 v0.9.1
10492026-06-05T04:05:50.113Z Downloaded dropshot-api-manager-types v0.7.2
10502026-06-05T04:05:50.113Z Downloaded colored v3.1.1
10512026-06-05T04:05:50.113Z Downloaded crossbeam-utils v0.8.21
10522026-06-05T04:05:50.113Z Downloaded anstyle-query v1.1.5
10532026-06-05T04:05:50.113Z Downloaded generic-array v0.14.7
10542026-06-05T04:05:50.113Z Downloaded convert_case v0.4.0
10552026-06-05T04:05:50.113Z Downloaded cookie v0.18.1
10562026-06-05T04:05:50.113Z Downloaded foldhash v0.2.0
10572026-06-05T04:05:50.113Z Downloaded csv-core v0.1.13
10582026-06-05T04:05:50.113Z Downloaded bitflags v1.3.2
10592026-06-05T04:05:50.113Z Downloaded hex v0.4.3
10602026-06-05T04:05:50.113Z Downloaded foreign-types-macros v0.2.3
10612026-06-05T04:05:50.113Z Downloaded bcs v0.1.6
10622026-06-05T04:05:50.113Z Downloaded displaydoc v0.2.6
10632026-06-05T04:05:50.113Z Downloaded atomic-waker v1.1.2
10642026-06-05T04:05:50.113Z Downloaded atomicwrites v0.4.4
10652026-06-05T04:05:50.113Z Downloaded hash32 v0.3.1
10662026-06-05T04:05:50.113Z Downloaded cpufeatures v0.2.17
10672026-06-05T04:05:50.113Z Downloaded hmac v0.12.1
10682026-06-05T04:05:50.113Z Downloaded data-encoding v2.11.0
10692026-06-05T04:05:50.114Z Downloaded base16ct v1.0.0
10702026-06-05T04:05:50.114Z Downloaded derive-ex v0.1.8
10712026-06-05T04:05:50.114Z Downloaded bit-set v0.8.0
10722026-06-05T04:05:50.114Z Downloaded crunchy v0.2.4
10732026-06-05T04:05:50.114Z Downloaded cobs v0.3.0
10742026-06-05T04:05:50.114Z Downloaded darling v0.23.0
10752026-06-05T04:05:51.117Z Downloaded defmt-macros v1.1.0
10762026-06-05T04:05:51.117Z Downloaded http-body v1.0.1
10772026-06-05T04:05:51.117Z Downloaded enum-as-inner v0.6.1
10782026-06-05T04:05:51.117Z Downloaded embedded-io v0.6.1
10792026-06-05T04:05:51.117Z Downloaded cstr-argument v0.1.2
10802026-06-05T04:05:51.117Z Downloaded fxhash v0.2.1
10812026-06-05T04:05:51.117Z Downloaded darling_core v0.23.0
10822026-06-05T04:05:51.117Z Downloaded foreign-types-shared v0.3.1
10832026-06-05T04:05:51.117Z Downloaded heck v0.4.1
10842026-06-05T04:05:51.117Z Downloaded gethostname v0.5.0
10852026-06-05T04:05:51.118Z Downloaded float-ord v0.3.2
10862026-06-05T04:05:51.118Z Downloaded defmt-parser v1.0.0
10872026-06-05T04:05:51.118Z Downloaded crossbeam-channel v0.5.15
10882026-06-05T04:05:51.118Z Downloaded cipher v0.4.4
10892026-06-05T04:05:51.118Z Downloaded daft v0.1.7
10902026-06-05T04:05:51.118Z Downloaded futures-task v0.3.32
10912026-06-05T04:05:51.118Z Downloaded futures-io v0.3.32
10922026-06-05T04:05:51.118Z Downloaded camino v1.2.2
10932026-06-05T04:05:51.118Z Downloaded dyn-clone v1.0.20
10942026-06-05T04:05:51.118Z Downloaded hubpack_derive v0.1.1
10952026-06-05T04:05:51.118Z Downloaded const-random-macro v0.1.16
10962026-06-05T04:05:51.118Z Downloaded async-recursion v1.1.1
10972026-06-05T04:05:51.118Z Downloaded base64ct v1.8.3
10982026-06-05T04:05:51.118Z Downloaded crucible-workspace-hack v0.1.0
10992026-06-05T04:05:51.118Z Downloaded git-stub v1.0.0
11002026-06-05T04:05:51.118Z Downloaded darling_macro v0.23.0
11012026-06-05T04:05:51.118Z Downloaded cfg_aliases v0.2.1
11022026-06-05T04:05:51.118Z Downloaded errno v0.3.14
11032026-06-05T04:05:51.118Z Downloaded fs_extra v1.3.0
11042026-06-05T04:05:51.118Z Downloaded erased-serde v0.3.31
11052026-06-05T04:05:51.118Z Downloaded equivalent v1.0.2
11062026-06-05T04:05:51.118Z Downloaded colorchoice v1.0.5
11072026-06-05T04:05:51.118Z Downloaded form_urlencoded v1.2.2
11082026-06-05T04:05:51.118Z Downloaded futures-sink v0.3.32
11092026-06-05T04:05:51.118Z Downloaded dof v0.4.0
11102026-06-05T04:05:51.118Z Downloaded httpdate v1.0.3
11112026-06-05T04:05:51.118Z Downloaded hubpack v0.1.2
11122026-06-05T04:05:51.118Z Downloaded heck v0.5.0
11132026-06-05T04:05:51.119Z Downloaded chacha20 v0.10.0
11142026-06-05T04:05:51.119Z Downloaded defmt v0.3.100
11152026-06-05T04:05:51.119Z Downloaded fnv v1.0.7
11162026-06-05T04:05:51.119Z Downloaded clap v4.6.1
11172026-06-05T04:05:51.119Z Downloaded is_terminal_polyfill v1.70.2
11182026-06-05T04:05:51.119Z Downloaded idna_adapter v1.2.2
11192026-06-05T04:05:51.119Z Downloaded is_ci v1.2.0
11202026-06-05T04:05:51.119Z Downloaded instant v0.1.13
11212026-06-05T04:05:51.119Z Downloaded async-trait v0.1.89
11222026-06-05T04:05:51.119Z Downloaded hostname v0.3.1
11232026-06-05T04:05:51.119Z Downloaded ciborium-ll v0.2.2
11242026-06-05T04:05:51.119Z Downloaded git-stub-vcs v0.1.0
11252026-06-05T04:05:51.119Z Downloaded daft-derive v0.1.7
11262026-06-05T04:05:51.119Z Downloaded hyper-rustls v0.27.9
11272026-06-05T04:05:51.119Z Downloaded digest v0.11.3
11282026-06-05T04:05:51.119Z Downloaded futures-executor v0.3.32
11292026-06-05T04:05:51.119Z Downloaded futures-core v0.3.32
11302026-06-05T04:05:51.119Z Downloaded argon2 v0.5.3
11312026-06-05T04:05:51.119Z Downloaded http-body-util v0.1.3
11322026-06-05T04:05:51.119Z Downloaded hashbrown v0.17.1
11332026-06-05T04:05:51.119Z Downloaded either v1.16.0
11342026-06-05T04:05:51.119Z Downloaded memmap v0.7.0
11352026-06-05T04:05:51.119Z Downloaded is-terminal v0.4.17
11362026-06-05T04:05:51.119Z Downloaded digest v0.10.7
11372026-06-05T04:05:51.119Z Downloaded newline-converter v0.3.0
11382026-06-05T04:05:51.120Z Downloaded match_cfg v0.1.0
11392026-06-05T04:05:51.120Z Downloaded fastrand v2.4.1
11402026-06-05T04:05:51.120Z Downloaded linked-hash-map v0.5.6
11412026-06-05T04:05:51.120Z Downloaded cpufeatures v0.3.0
11422026-06-05T04:05:51.120Z Downloaded macaddr v1.0.1
11432026-06-05T04:05:51.120Z Downloaded humantime v2.3.0
11442026-06-05T04:05:51.120Z Downloaded ff v0.13.1
11452026-06-05T04:05:51.120Z Downloaded jobserver v0.1.34
11462026-06-05T04:05:51.120Z Downloaded getrandom v0.2.17
11472026-06-05T04:05:51.120Z Downloaded glob v0.3.3
11482026-06-05T04:05:51.120Z Downloaded defmt v1.1.0
11492026-06-05T04:05:51.120Z Downloaded mime v0.3.17
11502026-06-05T04:05:51.120Z Downloaded memoffset v0.9.1
11512026-06-05T04:05:51.120Z Downloaded managed v0.8.0
11522026-06-05T04:05:51.120Z Downloaded getrandom v0.4.2
11532026-06-05T04:05:51.120Z Downloaded newtype_derive v0.1.6
11542026-06-05T04:05:51.120Z Downloaded http v1.4.1
11552026-06-05T04:05:51.120Z Downloaded konst_macro_rules v0.2.19
11562026-06-05T04:05:51.120Z Downloaded num_threads v0.1.7
11572026-06-05T04:05:51.120Z Downloaded num-conv v0.2.2
11582026-06-05T04:05:51.120Z Downloaded no-std-compat v0.4.1
11592026-06-05T04:05:51.120Z Downloaded futures-macro v0.3.32
11602026-06-05T04:05:51.120Z Downloaded olpc-cjson v0.1.4
11612026-06-05T04:05:51.120Z Downloaded ipnetwork v0.21.1
11622026-06-05T04:05:51.120Z Downloaded ingot-macros v0.1.1
11632026-06-05T04:05:51.120Z Downloaded httparse v1.10.1
11642026-06-05T04:05:51.120Z Downloaded highway v1.3.0
11652026-06-05T04:05:51.120Z Downloaded async-stream v0.3.6
11662026-06-05T04:05:51.121Z Downloaded fs-err v3.3.0
11672026-06-05T04:05:51.121Z Downloaded natord v1.0.9
11682026-06-05T04:05:51.121Z Downloaded iana-time-zone v0.1.65
11692026-06-05T04:05:51.121Z Downloaded parse-display v0.10.0
11702026-06-05T04:05:51.121Z Downloaded const-oid v0.10.2
11712026-06-05T04:05:51.121Z Downloaded base64 v0.21.7
11722026-06-05T04:05:51.121Z Downloaded num_enum_derive v0.5.11
11732026-06-05T04:05:51.121Z Downloaded indent_write v2.2.0
11742026-06-05T04:05:51.121Z Downloaded ident_case v1.0.1
11752026-06-05T04:05:51.229Z Downloaded anstyle v1.0.14
11762026-06-05T04:05:51.229Z Downloaded dropshot_endpoint v0.17.1
11772026-06-05T04:05:51.229Z Downloaded async-compression v0.4.42
11782026-06-05T04:05:51.229Z Downloaded drift v0.2.0
11792026-06-05T04:05:51.229Z Downloaded percent-encoding v2.3.2
11802026-06-05T04:05:51.229Z Downloaded omicron-workspace-hack v0.1.0
11812026-06-05T04:05:51.229Z Downloaded num-iter v0.1.45
11822026-06-05T04:05:51.229Z Downloaded num v0.4.3
11832026-06-05T04:05:51.229Z Downloaded newtype-uuid v1.3.2
11842026-06-05T04:05:51.229Z Downloaded linear-map v1.2.0
11852026-06-05T04:05:51.229Z Downloaded multer v3.1.0
11862026-06-05T04:05:51.229Z Downloaded blake2 v0.10.6
11872026-06-05T04:05:51.229Z Downloaded litemap v0.8.2
11882026-06-05T04:05:51.229Z Downloaded crossbeam-deque v0.8.6
11892026-06-05T04:05:51.229Z Downloaded libsw v3.5.0
11902026-06-05T04:05:51.229Z Downloaded proc-macro-crate v1.3.1
11912026-06-05T04:05:51.229Z Downloaded openssl-probe v0.2.1
11922026-06-05T04:05:51.229Z Downloaded dunce v1.0.5
11932026-06-05T04:05:51.230Z Downloaded derive-where v1.6.1
11942026-06-05T04:05:51.230Z Downloaded half v2.7.1
11952026-06-05T04:05:51.230Z Downloaded proc-macro-error-attr v1.0.4
11962026-06-05T04:05:51.230Z Downloaded indexmap v1.9.3
11972026-06-05T04:05:51.230Z Downloaded futures v0.3.32
11982026-06-05T04:05:51.230Z Downloaded num-integer v0.1.46
11992026-06-05T04:05:51.230Z Downloaded lazy_static v1.5.0
12002026-06-05T04:05:51.230Z Downloaded num_enum v0.5.11
12012026-06-05T04:05:51.230Z Downloaded progenitor-client v0.14.0
12022026-06-05T04:05:51.230Z Downloaded libsw-core v0.3.2
12032026-06-05T04:05:51.230Z Downloaded icu_locale_core v2.2.0
12042026-06-05T04:05:51.230Z Downloaded chacha20poly1305 v0.10.1
12052026-06-05T04:05:51.230Z Downloaded proc-macro-crate v3.5.0
12062026-06-05T04:05:51.230Z Downloaded progenitor-macro v0.13.0
12072026-06-05T04:05:51.230Z Downloaded plain v0.2.3
12082026-06-05T04:05:51.230Z Downloaded getrandom v0.3.4
12092026-06-05T04:05:51.230Z Downloaded paste v1.0.15
12102026-06-05T04:05:51.230Z Downloaded rand_chacha v0.3.1
12112026-06-05T04:05:51.230Z Downloaded progenitor-client v0.10.0
12122026-06-05T04:05:51.230Z Downloaded powerfmt v0.2.0
12132026-06-05T04:05:51.230Z Downloaded darling_core v0.21.3
12142026-06-05T04:05:51.230Z Downloaded potential_utf v0.1.5
12152026-06-05T04:05:51.230Z Downloaded parking_lot_core v0.8.6
12162026-06-05T04:05:51.230Z Downloaded ref-cast-impl v1.0.25
12172026-06-05T04:05:51.230Z Downloaded rand_xorshift v0.4.0
12182026-06-05T04:05:51.230Z Downloaded parse-display-derive v0.10.0
12192026-06-05T04:05:51.231Z Downloaded quick-error v1.2.3
12202026-06-05T04:05:51.231Z Downloaded password-hash v0.5.0
12212026-06-05T04:05:51.231Z Downloaded cmake v0.1.58
12222026-06-05T04:05:51.231Z Downloaded cancel-safe-futures v0.1.5
12232026-06-05T04:05:51.231Z Downloaded num-rational v0.4.2
12242026-06-05T04:05:51.231Z Downloaded parking_lot v0.12.5
12252026-06-05T04:05:51.231Z Downloaded pretty-hex v0.4.2
12262026-06-05T04:05:51.231Z Downloaded phf_shared v0.12.1
12272026-06-05T04:05:51.231Z Downloaded pin-project-lite v0.2.17
12282026-06-05T04:05:51.231Z Downloaded progenitor-client v0.13.0
12292026-06-05T04:05:51.231Z Downloaded ref-cast v1.0.25
12302026-06-05T04:05:51.231Z Downloaded proc-macro-error2 v2.0.1
12312026-06-05T04:05:51.231Z Downloaded progenitor-macro v0.14.0
12322026-06-05T04:05:51.231Z Downloaded heapless v0.8.0
12332026-06-05T04:05:51.231Z Downloaded phf v0.12.1
12342026-06-05T04:05:51.231Z Downloaded icu_properties v2.2.0
12352026-06-05T04:05:51.231Z Downloaded darling v0.21.3
12362026-06-05T04:05:51.231Z Downloaded newtype-uuid-macros v0.1.0
12372026-06-05T04:05:51.231Z Downloaded clap_derive v4.6.1
12382026-06-05T04:05:51.231Z Downloaded progenitor v0.10.0
12392026-06-05T04:05:51.231Z Downloaded once_cell v1.21.4
12402026-06-05T04:05:51.231Z Downloaded icu_collections v2.2.0
12412026-06-05T04:05:51.231Z Downloaded proc-macro-error-attr2 v2.0.0
12422026-06-05T04:05:51.231Z Downloaded icu_normalizer_data v2.2.0
12432026-06-05T04:05:51.231Z Downloaded icu_normalizer v2.2.0
12442026-06-05T04:05:51.231Z Downloaded ciborium v0.2.2
12452026-06-05T04:05:51.231Z Downloaded progenitor v0.13.0
12462026-06-05T04:05:51.232Z Downloaded resolv-conf v0.7.6
12472026-06-05T04:05:51.232Z Downloaded rustc-hash v2.1.2
12482026-06-05T04:05:51.232Z Downloaded progenitor v0.14.0
12492026-06-05T04:05:51.232Z Downloaded rand_core v0.10.1
12502026-06-05T04:05:51.232Z Downloaded rustc_version v0.4.1
12512026-06-05T04:05:51.232Z Downloaded rand_core v0.6.4
12522026-06-05T04:05:51.232Z Downloaded progenitor-extras v0.2.0
12532026-06-05T04:05:51.232Z Downloaded rand_chacha v0.9.0
12542026-06-05T04:05:51.232Z Downloaded progenitor-macro v0.10.0
12552026-06-05T04:05:51.232Z Downloaded rand_core v0.9.5
12562026-06-05T04:05:51.232Z Downloaded parking_lot v0.11.2
12572026-06-05T04:05:51.232Z Downloaded poly1305 v0.8.0
12582026-06-05T04:05:51.232Z Downloaded serde-big-array v0.5.1
12592026-06-05T04:05:51.232Z Downloaded serde_urlencoded v0.7.1
12602026-06-05T04:05:51.232Z Downloaded scroll_derive v0.13.1
12612026-06-05T04:05:51.232Z Downloaded pest_derive v2.8.6
12622026-06-05T04:05:51.232Z Downloaded secrecy v0.10.3
12632026-06-05T04:05:51.232Z Downloaded rustc_version v0.1.7
12642026-06-05T04:05:51.232Z Downloaded num_enum v0.7.6
12652026-06-05T04:05:51.232Z Downloaded oxide-tokio-rt v0.1.6
12662026-06-05T04:05:51.232Z Downloaded indexmap v2.14.0
12672026-06-05T04:05:51.232Z Downloaded ppv-lite86 v0.2.21
12682026-06-05T04:05:51.232Z Downloaded serde_repr v0.1.20
12692026-06-05T04:05:51.232Z Downloaded same-file v1.0.6
12702026-06-05T04:05:51.232Z Downloaded semver v0.1.20
12712026-06-05T04:05:51.232Z Downloaded pin-project-internal v1.1.13
12722026-06-05T04:05:51.233Z Downloaded pest_generator v2.8.6
12732026-06-05T04:05:51.233Z Downloaded owo-colors v4.3.0
12742026-06-05T04:05:51.233Z Downloaded rustls-native-certs v0.8.4
12752026-06-05T04:05:51.654Z Downloaded memmap2 v0.9.10
12762026-06-05T04:05:51.654Z Downloaded log v0.4.32
12772026-06-05T04:05:51.654Z Downloaded num-traits v0.2.19
12782026-06-05T04:05:51.654Z Downloaded serde_plain v1.0.2
12792026-06-05T04:05:51.654Z Downloaded sigpipe v0.1.3
12802026-06-05T04:05:51.654Z Downloaded serde_spanned v1.1.1
12812026-06-05T04:05:51.654Z Downloaded scroll_derive v0.12.1
12822026-06-05T04:05:51.654Z Downloaded num_enum_derive v0.7.6
12832026-06-05T04:05:51.654Z Downloaded siphasher v1.0.3
12842026-06-05T04:05:51.654Z Downloaded num-complex v0.4.6
12852026-06-05T04:05:51.654Z Downloaded parking_lot_core v0.9.12
12862026-06-05T04:05:51.654Z Downloaded bitflags v2.12.1
12872026-06-05T04:05:51.654Z Downloaded rusty-fork v0.3.1
12882026-06-05T04:05:51.654Z Downloaded rustls-pemfile v2.2.0
12892026-06-05T04:05:51.654Z Downloaded quote v1.0.45
12902026-06-05T04:05:51.654Z Downloaded slog-envlogger v2.2.0
12912026-06-05T04:05:51.655Z Downloaded sha1 v0.10.6
12922026-06-05T04:05:51.655Z Downloaded slog-bunyan v2.5.0
12932026-06-05T04:05:51.655Z Downloaded quinn-udp v0.5.14
12942026-06-05T04:05:51.655Z Downloaded jiff-static v0.2.28
12952026-06-05T04:05:51.655Z Downloaded postcard v1.1.3
12962026-06-05T04:05:51.655Z Downloaded hickory-resolver v0.25.2
12972026-06-05T04:05:51.655Z Downloaded rustversion v1.0.22
12982026-06-05T04:05:51.655Z Downloaded schemars_derive v0.8.22
12992026-06-05T04:05:51.655Z Downloaded papergrid v0.11.0
13002026-06-05T04:05:51.655Z Downloaded konst v0.2.20
13012026-06-05T04:05:51.655Z Downloaded smawk v0.3.2
13022026-06-05T04:05:51.655Z Downloaded spin v0.5.2
13032026-06-05T04:05:51.655Z Downloaded serde_spanned v0.6.9
13042026-06-05T04:05:51.655Z Downloaded pin-project v1.1.13
13052026-06-05T04:05:51.655Z Downloaded serde_tokenstream v0.2.3
13062026-06-05T04:05:51.655Z Downloaded serde_path_to_error v0.1.20
13072026-06-05T04:05:51.655Z Downloaded scopeguard v1.2.0
13082026-06-05T04:05:51.655Z Downloaded papergrid v0.18.0
13092026-06-05T04:05:51.655Z Downloaded tabled_derive v0.11.0
13102026-06-05T04:05:51.655Z Downloaded subtle v2.6.1
13112026-06-05T04:05:51.655Z Downloaded strum v0.27.2
13122026-06-05T04:05:51.655Z Downloaded strum v0.26.3
13132026-06-05T04:05:51.656Z Downloaded structmeta v0.3.0
13142026-06-05T04:05:51.656Z Downloaded proc-macro2 v1.0.106
13152026-06-05T04:05:51.656Z Downloaded sha1 v0.11.0
13162026-06-05T04:05:51.656Z Downloaded scroll v0.13.0
13172026-06-05T04:05:51.656Z Downloaded openssl-sys v0.9.116
13182026-06-05T04:05:51.656Z Downloaded serde_derive_internals v0.29.1
13192026-06-05T04:05:51.656Z Downloaded rustls-pki-types v1.14.1
13202026-06-05T04:05:51.656Z Downloaded aho-corasick v1.1.4
13212026-06-05T04:05:51.656Z Downloaded indicatif v0.18.4
13222026-06-05T04:05:51.656Z Downloaded testing_table v0.3.0
13232026-06-05T04:05:51.656Z Downloaded supports-color v3.0.2
13242026-06-05T04:05:51.656Z Downloaded sync_wrapper v1.0.2
13252026-06-05T04:05:51.656Z Downloaded swrite v0.1.0
13262026-06-05T04:05:51.656Z Downloaded slab v0.4.12
13272026-06-05T04:05:51.656Z Downloaded tabled_derive v0.7.0
13282026-06-05T04:05:51.656Z Downloaded termtree v0.5.1
13292026-06-05T04:05:51.656Z Downloaded thread-id v4.2.2
13302026-06-05T04:05:51.656Z Downloaded tabwriter v1.4.1
13312026-06-05T04:05:51.656Z Downloaded slog-json v2.6.1
13322026-06-05T04:05:51.656Z Downloaded signal-hook-registry v1.4.8
13332026-06-05T04:05:51.656Z Downloaded terminal_size v0.4.4
13342026-06-05T04:05:51.656Z Downloaded take_mut v0.2.2
13352026-06-05T04:05:51.656Z Downloaded tagptr v0.2.0
13362026-06-05T04:05:51.656Z Downloaded sha2 v0.10.9
13372026-06-05T04:05:51.656Z Downloaded slog-async v2.8.0
13382026-06-05T04:05:51.656Z Downloaded simd-adler32 v0.3.9
13392026-06-05T04:05:51.656Z Downloaded rhai_codegen v3.2.0
13402026-06-05T04:05:51.657Z Downloaded static_assertions v1.1.0
13412026-06-05T04:05:51.657Z Downloaded stable_deref_trait v1.2.1
13422026-06-05T04:05:51.657Z Downloaded thread-id v5.1.0
13432026-06-05T04:05:51.657Z Downloaded thiserror-impl-no-std v2.0.2
13442026-06-05T04:05:51.657Z Downloaded slog-dtrace v0.3.0
13452026-06-05T04:05:51.657Z Downloaded progenitor-impl v0.10.0
13462026-06-05T04:05:51.657Z Downloaded slog-stdlog v4.1.1
13472026-06-05T04:05:51.657Z Downloaded slog-scope v4.4.1
13482026-06-05T04:05:51.657Z Downloaded bytes v1.11.1
13492026-06-05T04:05:51.657Z Downloaded snafu-derive v0.8.9
13502026-06-05T04:05:51.657Z Downloaded serde_with_macros v3.20.0
13512026-06-05T04:05:51.657Z Downloaded flate2 v1.1.9
13522026-06-05T04:05:51.657Z Downloaded hashbrown v0.12.3
13532026-06-05T04:05:51.657Z Downloaded strsim v0.11.1
13542026-06-05T04:05:51.657Z Downloaded shlex v2.0.1
13552026-06-05T04:05:51.657Z Downloaded hyper-util v0.1.20
13562026-06-05T04:05:51.657Z Downloaded time-core v0.1.8
13572026-06-05T04:05:51.657Z Downloaded miniz_oxide v0.8.9
13582026-06-05T04:05:51.657Z Downloaded hickory-resolver v0.24.4
13592026-06-05T04:05:51.657Z Downloaded smf v0.2.3
13602026-06-05T04:05:51.657Z Downloaded tokio-macros v2.7.0
13612026-06-05T04:05:51.657Z Downloaded aws-lc-rs v1.17.0
13622026-06-05T04:05:51.657Z Downloaded toml_write v0.1.2
13632026-06-05T04:05:51.657Z Downloaded thiserror-impl v1.0.69
13642026-06-05T04:05:51.657Z Downloaded thiserror v2.0.18
13652026-06-05T04:05:51.658Z Downloaded synstructure v0.13.2
13662026-06-05T04:05:51.658Z Downloaded progenitor-impl v0.14.0
13672026-06-05T04:05:51.658Z Downloaded toml_datetime v0.6.11
13682026-06-05T04:05:51.658Z Downloaded progenitor-impl v0.13.0
13692026-06-05T04:05:51.658Z Downloaded strum_macros v0.27.2
13702026-06-05T04:05:51.658Z Downloaded expectorate v1.2.0
13712026-06-05T04:05:51.658Z Downloaded structmeta-derive v0.3.0
13722026-06-05T04:05:51.658Z Downloaded crypto-bigint v0.5.5
13732026-06-05T04:05:51.658Z Downloaded bytecount v0.6.9
13742026-06-05T04:05:51.658Z Downloaded prettyplease v0.2.37
13752026-06-05T04:05:51.733Z Downloaded tinyvec_macros v0.1.1
13762026-06-05T04:05:51.734Z Downloaded spin v0.9.8
13772026-06-05T04:05:51.734Z Downloaded tower-layer v0.3.3
13782026-06-05T04:05:51.734Z Downloaded smallvec v1.15.1
13792026-06-05T04:05:51.734Z Downloaded thiserror v1.0.69
13802026-06-05T04:05:51.734Z Downloaded schemars v0.8.22
13812026-06-05T04:05:51.734Z Downloaded serde_core v1.0.228
13822026-06-05T04:05:51.734Z Downloaded unarray v0.1.4
13832026-06-05T04:05:51.734Z Downloaded tokio-dtrace v0.1.1
13842026-06-05T04:05:51.734Z Downloaded tinystr v0.8.3
13852026-06-05T04:05:51.734Z Downloaded smartstring v1.0.1
13862026-06-05T04:05:51.734Z Downloaded typeid v1.0.3
13872026-06-05T04:05:51.734Z Downloaded memchr v2.8.1
13882026-06-05T04:05:51.734Z Downloaded unicode-linebreak v0.1.5
13892026-06-05T04:05:51.734Z Downloaded similar v2.7.0
13902026-06-05T04:05:51.734Z Downloaded ryu v1.0.23
13912026-06-05T04:05:51.734Z Downloaded time-macros v0.2.27
13922026-06-05T04:05:51.734Z Downloaded usdt v0.5.0
13932026-06-05T04:05:51.734Z Downloaded universal-hash v0.5.1
13942026-06-05T04:05:51.734Z Downloaded unit-prefix v0.5.2
13952026-06-05T04:05:51.734Z Downloaded unicode-xid v0.2.6
13962026-06-05T04:05:51.734Z Downloaded try-lock v0.2.5
13972026-06-05T04:05:51.734Z Downloaded thiserror-no-std v2.0.2
13982026-06-05T04:05:51.734Z Downloaded thread_local v1.1.9
13992026-06-05T04:05:51.735Z Downloaded thiserror-impl v2.0.18
14002026-06-05T04:05:51.735Z Downloaded strum_macros v0.26.4
14012026-06-05T04:05:51.735Z Downloaded serde_yaml v0.9.34+deprecated
14022026-06-05T04:05:51.735Z Downloaded rayon-core v1.13.0
14032026-06-05T04:05:51.735Z Downloaded mio v1.2.1
14042026-06-05T04:05:51.735Z Downloaded usdt-attr-macro v0.5.0
14052026-06-05T04:05:51.735Z Downloaded version_check v0.9.5
14062026-06-05T04:05:51.735Z Downloaded usdt-attr-macro v0.6.0
14072026-06-05T04:05:51.735Z Downloaded untrusted v0.7.1
14082026-06-05T04:05:51.735Z Downloaded typify-macro v0.6.2
14092026-06-05T04:05:51.735Z Downloaded usdt-macro v0.5.0
14102026-06-05T04:05:51.735Z Downloaded usdt v0.6.0
14112026-06-05T04:05:51.735Z Downloaded wait-timeout v0.2.1
14122026-06-05T04:05:51.735Z Downloaded serde_derive v1.0.228
14132026-06-05T04:05:51.735Z Downloaded minimal-lexical v0.2.1
14142026-06-05T04:05:51.735Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14152026-06-05T04:05:51.735Z Downloaded hashbrown v0.15.5
14162026-06-05T04:05:51.735Z Downloaded quinn v0.11.9
14172026-06-05T04:05:51.735Z Downloaded semver v1.0.28
14182026-06-05T04:05:51.735Z Downloaded tempfile v3.27.0
14192026-06-05T04:05:51.735Z Downloaded scroll v0.12.0
14202026-06-05T04:05:51.735Z Downloaded rustls-platform-verifier v0.7.0
14212026-06-05T04:05:51.735Z Downloaded utf8_iter v1.0.4
14222026-06-05T04:05:51.735Z Downloaded waitgroup v0.1.2
14232026-06-05T04:05:51.735Z Downloaded tokio-tungstenite v0.21.0
14242026-06-05T04:05:51.735Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14252026-06-05T04:05:51.735Z Downloaded term v1.2.1
14262026-06-05T04:05:51.736Z Downloaded pest_meta v2.8.6
14272026-06-05T04:05:51.736Z Downloaded want v0.3.1
14282026-06-05T04:05:51.736Z Downloaded utf-8 v0.7.6
14292026-06-05T04:05:51.736Z Downloaded untrusted v0.9.0
14302026-06-05T04:05:51.736Z Downloaded utf8parse v0.2.2
14312026-06-05T04:05:51.736Z Downloaded tower-service v0.3.3
14322026-06-05T04:05:51.736Z Downloaded cc v1.2.63
14332026-06-05T04:05:51.736Z Downloaded rand v0.8.6
14342026-06-05T04:05:51.736Z Downloaded slog-term v2.9.2
14352026-06-05T04:05:51.736Z Downloaded proc-macro-error v1.0.4
14362026-06-05T04:05:51.736Z Downloaded pkg-config v0.3.33
14372026-06-05T04:05:51.736Z Downloaded pem v3.0.6
14382026-06-05T04:05:51.736Z Downloaded toml_writer v1.1.1+spec-1.1.0
14392026-06-05T04:05:51.736Z Downloaded socket2 v0.6.4
14402026-06-05T04:05:51.736Z Downloaded thin-vec v0.2.18
14412026-06-05T04:05:51.736Z Downloaded oxnet v0.1.6
14422026-06-05T04:05:51.736Z Downloaded anyhow v1.0.102
14432026-06-05T04:05:51.736Z Downloaded openssl-macros v0.1.1
14442026-06-05T04:05:51.736Z Downloaded lock_api v0.4.14
14452026-06-05T04:05:51.736Z Downloaded camino-tempfile v1.4.1
14462026-06-05T04:05:51.736Z Downloaded num-derive v0.4.2
14472026-06-05T04:05:51.736Z Downloaded typify-macro v0.4.3
14482026-06-05T04:05:51.736Z Downloaded yoke-derive v0.8.2
14492026-06-05T04:05:51.736Z Downloaded nom v7.1.3
14502026-06-05T04:05:51.736Z Downloaded schemars v0.9.0
14512026-06-05T04:05:51.736Z Downloaded zone_cfg_derive v0.3.1
14522026-06-05T04:05:51.737Z Downloaded icu_provider v2.2.0
14532026-06-05T04:05:51.737Z Downloaded tokio-rustls v0.26.4
14542026-06-05T04:05:51.737Z Downloaded test-strategy v0.4.5
14552026-06-05T04:05:51.737Z Downloaded usdt-impl v0.5.0
14562026-06-05T04:05:51.737Z Downloaded rand v0.10.1
14572026-06-05T04:05:51.737Z Downloaded opaque-debug v0.3.1
14582026-06-05T04:05:51.737Z Downloaded ingot-types v0.1.2
14592026-06-05T04:05:51.737Z Downloaded zone v0.3.1
14602026-06-05T04:05:51.737Z Downloaded futures-channel v0.3.32
14612026-06-05T04:05:51.737Z Downloaded aead v0.5.2
14622026-06-05T04:05:51.737Z Downloaded lru-cache v0.1.2
14632026-06-05T04:05:51.737Z Downloaded zeroize_derive v1.4.3
14642026-06-05T04:05:51.737Z Downloaded zerofrom v0.1.8
14652026-06-05T04:05:51.737Z Downloaded rand v0.9.4
14662026-06-05T04:05:51.737Z Downloaded slog v2.8.2
14672026-06-05T04:05:51.737Z Downloaded tinyvec v1.11.0
14682026-06-05T04:05:51.737Z Downloaded qorb v0.4.1
14692026-06-05T04:05:51.737Z Downloaded idna v1.1.0
14702026-06-05T04:05:51.737Z Downloaded usdt-macro v0.6.0
14712026-06-05T04:05:51.737Z Downloaded tokio-stream v0.1.18
14722026-06-05T04:05:51.737Z Downloaded zerofrom-derive v0.1.7
14732026-06-05T04:05:51.737Z Downloaded tiny-keccak v2.0.2
14742026-06-05T04:05:51.737Z Downloaded rustls-webpki v0.103.13
14752026-06-05T04:05:51.804Z Downloaded whoami v1.6.1
14762026-06-05T04:05:51.804Z Downloaded schemars v1.2.1
14772026-06-05T04:05:51.804Z Downloaded xz2 v0.1.7
14782026-06-05T04:05:51.804Z Downloaded toml_parser v1.1.2+spec-1.1.0
14792026-06-05T04:05:51.804Z Downloaded walkdir v2.5.0
14802026-06-05T04:05:51.804Z Downloaded vsss-rs v3.3.4
14812026-06-05T04:05:51.804Z Downloaded serde v1.0.228
14822026-06-05T04:05:51.804Z Downloaded toml v0.8.23
14832026-06-05T04:05:51.804Z Downloaded snafu v0.8.9
14842026-06-05T04:05:51.804Z Downloaded writeable v0.6.3
14852026-06-05T04:05:51.804Z Downloaded hyper v1.10.1
14862026-06-05T04:05:51.804Z Downloaded toml v1.1.2+spec-1.1.0
14872026-06-05T04:05:51.804Z Downloaded pest v2.8.6
14882026-06-05T04:05:51.804Z Downloaded toml v0.9.12+spec-1.1.0
14892026-06-05T04:05:51.804Z Downloaded tracing-attributes v0.1.31
14902026-06-05T04:05:51.804Z Downloaded hashbrown v0.16.1
14912026-06-05T04:05:51.804Z Downloaded ucd-trie v0.1.7
14922026-06-05T04:05:51.804Z Downloaded nom v8.0.0
14932026-06-05T04:05:51.805Z Downloaded futures-util v0.3.32
14942026-06-05T04:05:51.805Z Downloaded zeroize v1.8.2
14952026-06-05T04:05:51.805Z Downloaded usdt-impl v0.6.0
14962026-06-05T04:05:51.805Z Downloaded icu_properties_data v2.2.0
14972026-06-05T04:05:51.805Z Downloaded textwrap v0.16.2
14982026-06-05T04:05:51.805Z Downloaded unicode-ident v1.0.24
14992026-06-05T04:05:51.805Z Downloaded steno v0.4.1
15002026-06-05T04:05:51.805Z Downloaded keccak v0.1.6
15012026-06-05T04:05:51.805Z Downloaded typify v0.4.3
15022026-06-05T04:05:51.805Z Downloaded tungstenite v0.21.0
15032026-06-05T04:05:51.805Z Downloaded clap_lex v1.1.0
15042026-06-05T04:05:51.805Z Downloaded yoke v0.8.3
15052026-06-05T04:05:51.805Z Downloaded fixedbitset v0.5.7
15062026-06-05T04:05:51.805Z Downloaded const-random v0.1.18
15072026-06-05T04:05:51.805Z Downloaded derive_more v0.99.20
15082026-06-05T04:05:51.805Z Downloaded typify v0.6.2
15092026-06-05T04:05:51.805Z Downloaded libscf-sys v1.2.0
15102026-06-05T04:05:51.805Z Downloaded foldhash v0.1.5
15112026-06-05T04:05:51.805Z Downloaded dropshot-api-manager v0.7.2
15122026-06-05T04:05:51.805Z Downloaded h2 v0.4.14
15132026-06-05T04:05:51.805Z Downloaded cargo_toml v0.22.3
15142026-06-05T04:05:51.805Z Downloaded backon v1.6.0
15152026-06-05T04:05:51.805Z Downloaded zmij v1.0.21
15162026-06-05T04:05:51.805Z Downloaded console v0.16.3
15172026-06-05T04:05:51.806Z Downloaded itertools v0.14.0
15182026-06-05T04:05:51.806Z Downloaded toml_edit v0.25.12+spec-1.1.0
15192026-06-05T04:05:51.806Z Downloaded tracing-core v0.1.36
15202026-06-05T04:05:51.806Z Downloaded itertools v0.12.1
15212026-06-05T04:05:51.806Z Downloaded goblin v0.8.2
15222026-06-05T04:05:51.806Z Downloaded hkdf v0.12.4
15232026-06-05T04:05:51.806Z Downloaded lru-slab v0.1.2
15242026-06-05T04:05:51.806Z Downloaded itoa v1.0.18
15252026-06-05T04:05:51.806Z Downloaded ipnet v2.12.0
15262026-06-05T04:05:51.806Z Downloaded ingot v0.1.1
15272026-06-05T04:05:51.806Z Downloaded hybrid-array v0.4.12
15282026-06-05T04:05:51.806Z Downloaded ron v0.12.1
15292026-06-05T04:05:51.806Z Downloaded internet-checksum v0.2.1
15302026-06-05T04:05:51.806Z Downloaded group v0.13.0
15312026-06-05T04:05:51.806Z Downloaded autocfg v1.5.1
15322026-06-05T04:05:51.806Z Downloaded base64 v0.22.1
15332026-06-05T04:05:51.806Z Downloaded uuid v1.23.2
15342026-06-05T04:05:51.806Z Downloaded find-msvc-tools v0.1.9
15352026-06-05T04:05:51.806Z Downloaded deranged v0.5.8
15362026-06-05T04:05:51.806Z Downloaded zerocopy-derive v0.7.35
15372026-06-05T04:05:51.807Z Downloaded toml_edit v0.19.15
15382026-06-05T04:05:51.807Z Downloaded unsafe-libyaml v0.2.11
15392026-06-05T04:05:51.807Z Downloaded libm v0.2.16
15402026-06-05T04:05:51.807Z Downloaded iddqd v0.4.2
15412026-06-05T04:05:51.807Z Downloaded chrono v0.4.45
15422026-06-05T04:05:51.807Z Downloaded critical-section v1.2.0
15432026-06-05T04:05:51.807Z Downloaded byteorder v1.5.0
15442026-06-05T04:05:51.807Z Downloaded bit-vec v0.8.0
15452026-06-05T04:05:51.807Z Downloaded curve25519-dalek-derive v0.1.1
15462026-06-05T04:05:51.807Z Downloaded byte-wrapper v0.1.0
15472026-06-05T04:05:51.807Z Downloaded inout v0.1.4
15482026-06-05T04:05:51.807Z Downloaded hostname v0.4.2
15492026-06-05T04:05:51.807Z Downloaded foreign-types-shared v0.1.1
15502026-06-05T04:05:51.807Z Downloaded dtrace-parser v0.2.0
15512026-06-05T04:05:51.807Z Downloaded dof v0.3.0
15522026-06-05T04:05:51.807Z Downloaded crypto-common v0.1.7
15532026-06-05T04:05:51.807Z Downloaded ahash v0.8.12
15542026-06-05T04:05:51.807Z Downloaded foreign-types v0.5.0
15552026-06-05T04:05:51.807Z Downloaded foreign-types v0.3.2
15562026-06-05T04:05:51.808Z Downloaded fixedbitset v0.4.2
15572026-06-05T04:05:51.808Z Downloaded debug-ignore v1.0.5
15582026-06-05T04:05:51.808Z Downloaded crc32fast v1.5.0
15592026-06-05T04:05:51.808Z Downloaded allocator-api2 v0.2.21
15602026-06-05T04:05:51.808Z Downloaded compression-codecs v0.4.38
15612026-06-05T04:05:51.808Z Downloaded bs58 v0.5.1
15622026-06-05T04:05:51.808Z Downloaded tower v0.5.3
15632026-06-05T04:05:51.808Z Downloaded url v2.5.8
15642026-06-05T04:05:51.808Z Downloaded reqwest v0.12.28
15652026-06-05T04:05:51.808Z Downloaded reqwest v0.13.4
15662026-06-05T04:05:51.808Z Downloaded crypto-common v0.2.2
15672026-06-05T04:05:51.808Z Downloaded const_format_proc_macros v0.2.34
15682026-06-05T04:05:51.808Z Downloaded backoff v0.4.0
15692026-06-05T04:05:51.808Z Downloaded darling_macro v0.21.3
15702026-06-05T04:05:51.808Z Downloaded block-buffer v0.12.0
15712026-06-05T04:05:51.808Z Downloaded block-buffer v0.10.4
15722026-06-05T04:05:51.808Z Downloaded embedded-io v0.4.0
15732026-06-05T04:05:51.808Z Downloaded dtrace-parser v0.3.0
15742026-06-05T04:05:51.808Z Downloaded base16ct v0.2.0
15752026-06-05T04:05:53.736Z Downloaded console v0.15.11
15762026-06-05T04:05:53.736Z Downloaded portable-atomic v1.13.1
15772026-06-05T04:05:53.736Z Downloaded typed-path v0.9.3
15782026-06-05T04:05:53.736Z Downloaded rayon v1.12.0
15792026-06-05T04:05:53.736Z Downloaded zerocopy-derive v0.8.50
15802026-06-05T04:05:53.736Z Downloaded toml_edit v0.22.27
15812026-06-05T04:05:53.736Z Downloaded typenum v1.20.1
15822026-06-05T04:05:53.736Z Downloaded cfg-if v1.0.4
15832026-06-05T04:05:53.736Z Downloaded const_format v0.2.36
15842026-06-05T04:05:53.736Z Downloaded regex v1.12.3
15852026-06-05T04:05:53.736Z Downloaded arc-swap v1.9.1
15862026-06-05T04:05:53.736Z Downloaded zerovec-derive v0.11.3
15872026-06-05T04:05:53.736Z Downloaded zerotrie v0.2.4
15882026-06-05T04:05:53.736Z Downloaded tokio-util v0.7.18
15892026-06-05T04:05:53.736Z Downloaded serde_json v1.0.150
15902026-06-05T04:05:53.736Z Downloaded unicode-segmentation v1.13.3
15912026-06-05T04:05:53.736Z Downloaded unicode-normalization v0.1.25
15922026-06-05T04:05:53.736Z Downloaded crossbeam-epoch v0.9.18
15932026-06-05T04:05:53.737Z Downloaded compression-core v0.4.32
15942026-06-05T04:05:53.737Z Downloaded async-stream-impl v0.3.6
15952026-06-05T04:05:53.737Z Downloaded anstyle-parse v1.0.0
15962026-06-05T04:05:53.737Z Downloaded anstream v1.0.0
15972026-06-05T04:05:53.737Z Downloaded globset v0.4.18
15982026-06-05T04:05:53.737Z Downloaded elliptic-curve v0.13.8
15992026-06-05T04:05:53.737Z Downloaded tough v0.22.0
16002026-06-05T04:05:53.737Z Downloaded adler2 v2.0.1
16012026-06-05T04:05:53.737Z Downloaded proptest v1.11.0
16022026-06-05T04:05:53.737Z Downloaded curve25519-dalek v4.1.3
16032026-06-05T04:05:53.737Z Downloaded goblin v0.10.7
16042026-06-05T04:05:53.737Z Downloaded moka v0.12.15
16052026-06-05T04:05:53.737Z Downloaded zerovec v0.11.6
16062026-06-05T04:05:53.737Z Downloaded tower-http v0.6.11
16072026-06-05T04:05:53.737Z Downloaded serde_with v3.20.0
16082026-06-05T04:05:53.737Z Downloaded quinn-proto v0.11.14
16092026-06-05T04:05:53.737Z Downloaded winnow v0.5.40
16102026-06-05T04:05:53.737Z Downloaded clap_builder v4.6.0
16112026-06-05T04:05:53.737Z Downloaded tabled v0.15.0
16122026-06-05T04:05:53.737Z Downloaded tabled v0.21.0
16132026-06-05T04:05:53.737Z Downloaded zerocopy v0.7.35
16142026-06-05T04:05:53.737Z Downloaded bstr v1.12.1
16152026-06-05T04:05:53.737Z Downloaded winnow v1.0.3
16162026-06-05T04:05:53.737Z Downloaded winnow v0.7.15
16172026-06-05T04:05:53.737Z Downloaded webpki-roots v1.0.7
16182026-06-05T04:05:53.737Z Downloaded dropshot v0.17.1
16192026-06-05T04:05:53.738Z Downloaded openssl v0.10.80
16202026-06-05T04:05:53.738Z Downloaded syn v1.0.109
16212026-06-05T04:05:53.738Z Downloaded time v0.3.47
16222026-06-05T04:05:53.738Z Downloaded nix v0.31.3
16232026-06-05T04:05:53.738Z Downloaded hickory-proto v0.24.4
16242026-06-05T04:05:53.738Z Downloaded vcpkg v0.2.15
16252026-06-05T04:05:53.738Z Downloaded syn v2.0.117
16262026-06-05T04:05:53.738Z Downloaded regress v0.10.5
16272026-06-05T04:05:53.738Z Downloaded openapiv3 v2.2.0
16282026-06-05T04:05:53.738Z Downloaded unicode-width v0.2.2
16292026-06-05T04:05:53.738Z Downloaded hickory-proto v0.25.2
16302026-06-05T04:05:53.738Z Downloaded rustix v0.38.44
16312026-06-05T04:05:53.738Z Downloaded zerocopy v0.8.50
16322026-06-05T04:05:53.738Z Downloaded rustls v0.23.40
16332026-06-05T04:05:53.738Z Downloaded rustix v1.1.4
16342026-06-05T04:05:53.738Z Downloaded regex-syntax v0.8.10
16352026-06-05T04:05:53.738Z Downloaded regress v0.11.1
16362026-06-05T04:05:53.738Z Downloaded unicode-width v0.1.14
16372026-06-05T04:05:53.738Z Downloaded smoltcp v0.11.0
16382026-06-05T04:05:53.738Z Downloaded rhai v1.25.1
16392026-06-05T04:05:53.738Z Downloaded sled v0.34.7
16402026-06-05T04:05:53.738Z Downloaded typify-impl v0.6.2
16412026-06-05T04:05:53.738Z Downloaded typify-impl v0.4.3
16422026-06-05T04:05:53.738Z Downloaded tracing v0.1.44
16432026-06-05T04:05:53.738Z Downloaded chrono-tz v0.10.4
16442026-06-05T04:05:53.738Z Downloaded regex-automata v0.4.14
16452026-06-05T04:05:53.739Z Downloaded libc v0.2.186
16462026-06-05T04:05:53.739Z Downloaded petgraph v0.6.5
16472026-06-05T04:05:53.739Z Downloaded csv v1.4.0
16482026-06-05T04:05:53.739Z Downloaded tokio v1.52.3
16492026-06-05T04:05:53.739Z Downloaded lzma-sys v0.1.20
16502026-06-05T04:05:53.739Z Downloaded jiff v0.2.28
16512026-06-05T04:05:53.739Z Downloaded petgraph v0.8.3
16522026-06-05T04:05:53.739Z Downloaded sha3 v0.10.9
16532026-06-05T04:05:53.739Z Downloaded encoding_rs v0.8.35
16542026-06-05T04:05:53.739Z Downloaded ring v0.17.14
16552026-06-05T04:05:53.917Z Downloaded aws-lc-sys v0.41.0
16562026-06-05T04:05:53.917Z Compiling proc-macro2 v1.0.106
16572026-06-05T04:05:53.917Z Compiling quote v1.0.45
16582026-06-05T04:05:53.917Z Compiling unicode-ident v1.0.24
16592026-06-05T04:05:53.917Z Compiling serde_core v1.0.228
16602026-06-05T04:05:53.917Z Compiling serde v1.0.228
16612026-06-05T04:05:53.917Z Compiling libc v0.2.186
16622026-06-05T04:05:53.918Z Compiling cfg-if v1.0.4
16632026-06-05T04:05:53.918Z Compiling zmij v1.0.21
16642026-06-05T04:05:53.918Z Compiling autocfg v1.5.1
16652026-06-05T04:05:53.918Z Compiling memchr v2.8.1
16662026-06-05T04:05:53.918Z Compiling libm v0.2.16
16672026-06-05T04:05:53.918Z Compiling itoa v1.0.18
16682026-06-05T04:05:53.918Z Compiling icu_properties_data v2.2.0
16692026-06-05T04:05:53.918Z Compiling icu_normalizer_data v2.2.0
16702026-06-05T04:05:53.918Z Compiling version_check v0.9.5
16712026-06-05T04:05:54.011Z Compiling stable_deref_trait v1.2.1
16722026-06-05T04:05:54.011Z Compiling syn v2.0.117
16732026-06-05T04:05:54.012Z Compiling serde_json v1.0.150
16742026-06-05T04:05:54.058Z Compiling litemap v0.8.2
16752026-06-05T04:05:54.058Z Compiling parking_lot_core v0.9.12
16762026-06-05T04:05:54.178Z Compiling writeable v0.6.3
16772026-06-05T04:05:54.245Z Compiling num-traits v0.2.19
16782026-06-05T04:05:54.316Z Compiling utf8_iter v1.0.4
16792026-06-05T04:05:54.345Z Compiling percent-encoding v2.3.2
16802026-06-05T04:05:54.618Z Compiling thiserror v2.0.18
16812026-06-05T04:05:54.746Z Compiling form_urlencoded v1.2.2
16822026-06-05T04:05:54.773Z Compiling rand_core v0.10.1
16832026-06-05T04:05:54.773Z Compiling getrandom v0.4.2
16842026-06-05T04:05:54.810Z Compiling zerocopy v0.8.50
16852026-06-05T04:05:54.925Z Compiling errno v0.3.14
16862026-06-05T04:05:54.980Z Compiling iana-time-zone v0.1.65
16872026-06-05T04:05:55.101Z Compiling heck v0.5.0
16882026-06-05T04:05:55.312Z Compiling uuid v1.23.2
16892026-06-05T04:05:55.367Z Compiling jobserver v0.1.34
16902026-06-05T04:05:55.591Z Compiling shlex v2.0.1
16912026-06-05T04:05:55.848Z Compiling find-msvc-tools v0.1.9
16922026-06-05T04:05:56.096Z Compiling rustversion v1.0.22
16932026-06-05T04:05:56.096Z Compiling cc v1.2.63
16942026-06-05T04:05:56.096Z Compiling semver v1.0.28
16952026-06-05T04:05:56.158Z Compiling schemars v0.8.22
16962026-06-05T04:05:56.158Z Compiling dyn-clone v1.0.20
16972026-06-05T04:05:56.265Z Compiling pin-project-lite v0.2.17
16982026-06-05T04:05:56.519Z Compiling getrandom v0.2.17
16992026-06-05T04:05:56.577Z Compiling scopeguard v1.2.0
17002026-06-05T04:05:56.577Z Compiling lock_api v0.4.14
17012026-06-05T04:05:56.623Z Compiling bitflags v2.12.1
17022026-06-05T04:05:56.647Z Compiling socket2 v0.6.4
17032026-06-05T04:05:56.758Z Compiling synstructure v0.13.2
17042026-06-05T04:05:56.816Z Compiling serde_derive_internals v0.29.1
17052026-06-05T04:05:56.856Z Compiling cmake v0.1.58
17062026-06-05T04:05:57.023Z Compiling signal-hook-registry v1.4.8
17072026-06-05T04:05:57.164Z Compiling mio v1.2.1
17082026-06-05T04:05:57.207Z Compiling dunce v1.0.5
17092026-06-05T04:05:57.247Z Compiling fs_extra v1.3.0
17102026-06-05T04:05:57.313Z Compiling portable-atomic v1.13.1
17112026-06-05T04:05:57.432Z Compiling critical-section v1.2.0
17122026-06-05T04:05:57.481Z Compiling log v0.4.32
17132026-06-05T04:05:57.536Z Compiling aws-lc-sys v0.41.0
17142026-06-05T04:05:57.595Z Compiling futures-core v0.3.32
17152026-06-05T04:05:57.596Z Compiling subtle v2.6.1
17162026-06-05T04:05:57.707Z Compiling equivalent v1.0.2
17172026-06-05T04:05:57.744Z Compiling httparse v1.10.1
17182026-06-05T04:05:57.791Z Compiling futures-sink v0.3.32
17192026-06-05T04:05:57.901Z Compiling slab v0.4.12
17202026-06-05T04:05:57.940Z Compiling serde_derive v1.0.228
17212026-06-05T04:05:57.940Z Compiling zerofrom-derive v0.1.7
17222026-06-05T04:05:57.968Z Compiling yoke-derive v0.8.2
17232026-06-05T04:05:58.101Z Compiling zerovec-derive v0.11.3
17242026-06-05T04:05:58.130Z Compiling displaydoc v0.2.6
17252026-06-05T04:05:58.130Z Compiling schemars_derive v0.8.22
17262026-06-05T04:05:58.439Z Compiling thiserror-impl v2.0.18
17272026-06-05T04:05:58.540Z Compiling tokio-macros v2.7.0
17282026-06-05T04:05:58.942Z Compiling zerocopy-derive v0.8.50
17292026-06-05T04:05:59.136Z Compiling zeroize_derive v1.4.3
17302026-06-05T04:05:59.204Z Compiling zerofrom v0.1.8
17312026-06-05T04:05:59.246Z Compiling futures-macro v0.3.32
17322026-06-05T04:05:59.282Z Compiling yoke v0.8.3
17332026-06-05T04:05:59.317Z Compiling once_cell v1.21.4
17342026-06-05T04:05:59.365Z Compiling rustix v1.1.4
17352026-06-05T04:05:59.498Z Compiling zerovec v0.11.6
17362026-06-05T04:05:59.590Z Compiling zerotrie v0.2.4
17372026-06-05T04:05:59.781Z Compiling zeroize v1.8.2
17382026-06-05T04:05:59.846Z Compiling ucd-trie v0.1.7
17392026-06-05T04:05:59.870Z Compiling thiserror v1.0.69
17402026-06-05T04:06:00.022Z Compiling pest v2.8.6
17412026-06-05T04:06:00.050Z Compiling typenum v1.20.1
17422026-06-05T04:06:00.050Z Compiling thiserror-impl v1.0.69
17432026-06-05T04:06:00.125Z Compiling tinystr v0.8.3
17442026-06-05T04:06:00.197Z Compiling potential_utf v0.1.5
17452026-06-05T04:06:00.251Z Compiling futures-channel v0.3.32
17462026-06-05T04:06:00.333Z Compiling icu_locale_core v2.2.0
17472026-06-05T04:06:00.398Z Compiling icu_collections v2.2.0
17482026-06-05T04:06:00.455Z Compiling futures-task v0.3.32
17492026-06-05T04:06:00.633Z Compiling futures-io v0.3.32
17502026-06-05T04:06:00.837Z Compiling futures-util v0.3.32
17512026-06-05T04:06:01.080Z Compiling icu_provider v2.2.0
17522026-06-05T04:06:01.227Z Compiling smallvec v1.15.1
17532026-06-05T04:06:01.241Z Compiling bytes v1.11.1
17542026-06-05T04:06:01.241Z Compiling chrono v0.4.45
17552026-06-05T04:06:01.291Z Compiling serde_tokenstream v0.2.3
17562026-06-05T04:06:01.483Z Compiling icu_normalizer v2.2.0
17572026-06-05T04:06:01.624Z Compiling icu_properties v2.2.0
17582026-06-05T04:06:02.086Z Compiling parking_lot v0.12.5
17592026-06-05T04:06:02.656Z Compiling idna_adapter v1.2.2
17602026-06-05T04:06:02.683Z Compiling tokio v1.52.3
17612026-06-05T04:06:02.797Z Compiling idna v1.1.0
17622026-06-05T04:06:02.985Z Compiling pest_meta v2.8.6
17632026-06-05T04:06:03.157Z Compiling regex-syntax v0.8.10
17642026-06-05T04:06:03.174Z Compiling url v2.5.8
17652026-06-05T04:06:03.385Z Compiling getrandom v0.3.4
17662026-06-05T04:06:03.649Z Compiling strsim v0.11.1
17672026-06-05T04:06:03.813Z Compiling pest_generator v2.8.6
17682026-06-05T04:06:04.317Z Compiling rand_core v0.6.4
17692026-06-05T04:06:04.454Z Compiling pest_derive v2.8.6
17702026-06-05T04:06:04.550Z Compiling aho-corasick v1.1.4
17712026-06-05T04:06:04.740Z Compiling byteorder v1.5.0
17722026-06-05T04:06:05.401Z Compiling ipnetwork v0.21.1
17732026-06-05T04:06:05.662Z Compiling hashbrown v0.17.1
17742026-06-05T04:06:05.662Z Compiling tracing-core v0.1.36
17752026-06-05T04:06:05.662Z Compiling tracing-attributes v0.1.31
17762026-06-05T04:06:06.201Z Compiling indexmap v2.14.0
17772026-06-05T04:06:06.201Z Compiling regex-automata v0.4.14
17782026-06-05T04:06:06.201Z Compiling ident_case v1.0.1
17792026-06-05T04:06:06.201Z Compiling slog v2.8.2
17802026-06-05T04:06:06.201Z Compiling paste v1.0.15
17812026-06-05T04:06:06.382Z Compiling fnv v1.0.7
17822026-06-05T04:06:06.539Z Compiling anyhow v1.0.102
17832026-06-05T04:06:09.113Z Compiling base64 v0.22.1
17842026-06-05T04:06:09.113Z Compiling tracing v0.1.44
17852026-06-05T04:06:09.113Z Compiling erased-serde v0.3.31
17862026-06-05T04:06:09.113Z Compiling omicron-workspace-hack v0.1.0
17872026-06-05T04:06:09.113Z Compiling regex v1.12.3
17882026-06-05T04:06:09.113Z Compiling http v1.4.1
17892026-06-05T04:06:09.284Z Compiling oxnet v0.1.6
17902026-06-05T04:06:09.284Z Compiling rustls-pki-types v1.14.1
17912026-06-05T04:06:09.284Z Compiling scroll_derive v0.13.1
17922026-06-05T04:06:09.384Z Compiling ring v0.17.14
17932026-06-05T04:06:09.384Z Compiling time-core v0.1.8
17942026-06-05T04:06:09.458Z Compiling aws-lc-rs v1.17.0
17952026-06-05T04:06:09.551Z Compiling num-conv v0.2.2
17962026-06-05T04:06:09.706Z Compiling time-macros v0.2.27
17972026-06-05T04:06:09.769Z Compiling tokio-util v0.7.18
17982026-06-05T04:06:10.317Z Compiling untrusted v0.9.0
17992026-06-05T04:06:10.394Z Compiling untrusted v0.7.1
18002026-06-05T04:06:10.435Z Compiling ipnet v2.12.0
18012026-06-05T04:06:10.712Z Compiling ppv-lite86 v0.2.21
18022026-06-05T04:06:11.041Z Compiling daft-derive v0.1.7
18032026-06-05T04:06:11.081Z Compiling async-trait v0.1.89
18042026-06-05T04:06:11.272Z Compiling camino v1.2.2
18052026-06-05T04:06:11.652Z Compiling crc32fast v1.5.0
18062026-06-05T04:06:11.715Z Compiling rustls v0.23.40
18072026-06-05T04:06:11.863Z Compiling http-body v1.0.1
18082026-06-05T04:06:11.970Z Compiling atomic-waker v1.1.2
18092026-06-05T04:06:11.995Z Compiling crossbeam-utils v0.8.21
18102026-06-05T04:06:12.132Z Compiling usdt-impl v0.6.0
18112026-06-05T04:06:12.179Z Compiling pretty-hex v0.4.2
18122026-06-05T04:06:12.279Z Compiling scroll v0.13.0
18132026-06-05T04:06:12.321Z Compiling ryu v1.0.23
18142026-06-05T04:06:12.542Z Compiling tower-layer v0.3.3
18152026-06-05T04:06:12.606Z Compiling plain v0.2.3
18162026-06-05T04:06:12.732Z Compiling tower-service v0.3.3
18172026-06-05T04:06:12.788Z Compiling try-lock v0.2.5
18182026-06-05T04:06:12.826Z Compiling goblin v0.10.7
18192026-06-05T04:06:12.852Z Compiling want v0.3.1
18202026-06-05T04:06:13.089Z Compiling h2 v0.4.14
18212026-06-05T04:06:13.709Z Compiling httpdate v1.0.3
18222026-06-05T04:06:14.248Z Compiling slog-async v2.8.0
18232026-06-05T04:06:14.413Z Compiling dtrace-parser v0.3.0
18242026-06-05T04:06:14.470Z Compiling thread-id v5.1.0
18252026-06-05T04:06:14.627Z Compiling ref-cast v1.0.25
18262026-06-05T04:06:15.541Z Compiling hyper v1.10.1
18272026-06-05T04:06:17.735Z Compiling dof v0.4.0
18282026-06-05T04:06:17.932Z Compiling hyper-util v0.1.20
18292026-06-05T04:06:18.067Z Compiling rand_core v0.9.5
18302026-06-05T04:06:18.123Z Compiling serde_urlencoded v0.7.1
18312026-06-05T04:06:18.387Z Compiling http-body-util v0.1.3
18322026-06-05T04:06:18.687Z Compiling ref-cast-impl v1.0.25
18332026-06-05T04:06:18.879Z Compiling syn v1.0.109
18342026-06-05T04:06:19.469Z Compiling usdt-attr-macro v0.6.0
18352026-06-05T04:06:19.512Z Compiling usdt-macro v0.6.0
18362026-06-05T04:06:20.261Z Compiling structmeta-derive v0.3.0
18372026-06-05T04:06:20.279Z Compiling multer v3.1.0
18382026-06-05T04:06:20.436Z Compiling foldhash v0.2.0
18392026-06-05T04:06:20.586Z Compiling powerfmt v0.2.0
18402026-06-05T04:06:20.600Z Compiling allocator-api2 v0.2.21
18412026-06-05T04:06:20.884Z Compiling deranged v0.5.8
18422026-06-05T04:06:20.948Z Compiling hashbrown v0.16.1
18432026-06-05T04:06:20.996Z Compiling rand_chacha v0.9.0
18442026-06-05T04:06:21.323Z Compiling structmeta v0.3.0
18452026-06-05T04:06:21.586Z Compiling darling_core v0.23.0
18462026-06-05T04:06:21.650Z Compiling newtype-uuid-macros v0.1.0
18472026-06-05T04:06:21.933Z Compiling num_threads v0.1.7
18482026-06-05T04:06:22.062Z Compiling rand v0.9.4
18492026-06-05T04:06:22.192Z Compiling time v0.3.47
18502026-06-05T04:06:22.475Z Compiling newtype-uuid v1.3.2
18512026-06-05T04:06:22.980Z Compiling async-stream-impl v0.3.6
18522026-06-05T04:06:23.152Z Compiling strum_macros v0.26.4
18532026-06-05T04:06:23.398Z Compiling sync_wrapper v1.0.2
18542026-06-05T04:06:24.243Z Compiling dropshot v0.17.1
18552026-06-05T04:06:24.294Z Compiling darling_macro v0.23.0
18562026-06-05T04:06:24.294Z Compiling hex v0.4.3
18572026-06-05T04:06:24.294Z Compiling tower v0.5.3
18582026-06-05T04:06:24.294Z Compiling darling v0.23.0
18592026-06-05T04:06:24.294Z Compiling daft v0.1.7
18602026-06-05T04:06:24.353Z Compiling crossbeam-channel v0.5.15
18612026-06-05T04:06:24.627Z Compiling webpki-roots v1.0.7
18622026-06-05T04:06:25.017Z Compiling openapiv3 v2.2.0
18632026-06-05T04:06:25.086Z Compiling generic-array v0.14.7
18642026-06-05T04:06:25.115Z Compiling fastrand v2.4.1
18652026-06-05T04:06:25.475Z Compiling tower-http v0.6.11
18662026-06-05T04:06:25.623Z Compiling serde_with_macros v3.20.0
18672026-06-05T04:06:26.171Z Compiling futures-executor v0.3.32
18682026-06-05T04:06:26.446Z Compiling dropshot_endpoint v0.17.1
18692026-06-05T04:06:26.726Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18702026-06-05T04:06:26.881Z Compiling thread_local v1.1.9
18712026-06-05T04:06:27.005Z Compiling cpufeatures v0.3.0
18722026-06-05T04:06:27.231Z Compiling openssl-probe v0.2.1
18732026-06-05T04:06:27.368Z Compiling futures v0.3.32
18742026-06-05T04:06:27.368Z Compiling rustls-native-certs v0.8.4
18752026-06-05T04:06:27.979Z Compiling derive-ex v0.1.8
18762026-06-05T04:06:29.408Z Compiling strum_macros v0.27.2
18772026-06-05T04:06:29.408Z Compiling is-terminal v0.4.17
18782026-06-05T04:06:29.408Z Compiling winnow v1.0.3
18792026-06-05T04:06:29.408Z Compiling term v1.2.1
18802026-06-05T04:06:29.500Z Compiling take_mut v0.2.2
18812026-06-05T04:06:29.685Z Compiling test-strategy v0.4.5
18822026-06-05T04:06:29.861Z Compiling slog-term v2.9.2
18832026-06-05T04:06:30.862Z Compiling tempfile v3.27.0
18842026-06-05T04:06:31.324Z Compiling macaddr v1.0.1
18852026-06-05T04:06:31.382Z Compiling hybrid-array v0.4.12
18862026-06-05T04:06:31.640Z Compiling adler2 v2.0.1
18872026-06-05T04:06:31.707Z Compiling match_cfg v0.1.0
18882026-06-05T04:06:31.800Z Compiling simd-adler32 v0.3.9
18892026-06-05T04:06:31.810Z Compiling hostname v0.3.1
18902026-06-05T04:06:31.982Z Compiling miniz_oxide v0.8.9
18912026-06-05T04:06:32.824Z Compiling slog-json v2.6.1
18922026-06-05T04:06:33.063Z Compiling memmap2 v0.9.10
18932026-06-05T04:06:33.402Z Compiling usdt v0.6.0
18942026-06-05T04:06:33.544Z Compiling slog-bunyan v2.5.0
18952026-06-05T04:06:33.602Z Compiling flate2 v1.1.9
18962026-06-05T04:06:33.735Z Compiling crypto-common v0.2.2
18972026-06-05T04:06:34.100Z Compiling block-buffer v0.12.0
18982026-06-05T04:06:34.143Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-05T04:06:34.261Z Compiling const-oid v0.10.2
19002026-06-05T04:06:34.276Z Compiling compression-core v0.4.32
19012026-06-05T04:06:34.472Z Compiling debug-ignore v1.0.5
19022026-06-05T04:06:34.568Z Compiling either v1.16.0
19032026-06-05T04:06:34.619Z Compiling digest v0.11.3
19042026-06-05T04:06:34.908Z Compiling compression-codecs v0.4.38
19052026-06-05T04:06:34.973Z Compiling toml_parser v1.1.2+spec-1.1.0
19062026-06-05T04:06:35.041Z Compiling crypto-common v0.1.7
19072026-06-05T04:06:35.084Z Compiling parse-display-derive v0.10.0
19082026-06-05T04:06:35.176Z Compiling rand_chacha v0.3.1
19092026-06-05T04:06:35.207Z Compiling toml_datetime v1.1.1+spec-1.1.0
19102026-06-05T04:06:35.306Z Compiling serde_spanned v1.1.1
19112026-06-05T04:06:35.476Z Compiling encoding_rs v0.8.35
19122026-06-05T04:06:35.631Z Compiling spin v0.9.8
19132026-06-05T04:06:35.740Z Compiling mime v0.3.17
19142026-06-05T04:06:35.776Z Compiling toml_writer v1.1.1+spec-1.1.0
19152026-06-05T04:06:36.015Z Compiling toml v1.1.2+spec-1.1.0
19162026-06-05T04:06:36.115Z Compiling rand v0.8.6
19172026-06-05T04:06:36.286Z Compiling async-compression v0.4.42
19182026-06-05T04:06:36.626Z Compiling sha1 v0.11.0
19192026-06-05T04:06:36.733Z Compiling strum v0.26.3
19202026-06-05T04:06:36.967Z Compiling async-stream v0.3.6
19212026-06-05T04:06:37.058Z Compiling waitgroup v0.1.2
19222026-06-05T04:06:37.127Z Compiling rustls-pemfile v2.2.0
19232026-06-05T04:06:37.200Z Compiling serde_path_to_error v0.1.20
19242026-06-05T04:06:37.243Z Compiling wait-timeout v0.2.1
19252026-06-05T04:06:37.397Z Compiling hostname v0.4.2
19262026-06-05T04:06:37.664Z Compiling bit-vec v0.8.0
19272026-06-05T04:06:37.684Z Compiling quick-error v1.2.3
19282026-06-05T04:06:37.939Z Compiling bit-set v0.8.0
19292026-06-05T04:06:37.989Z Compiling rusty-fork v0.3.1
19302026-06-05T04:06:38.034Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-06-05T04:06:38.161Z Compiling serde_with v3.20.0
19322026-06-05T04:06:38.543Z Compiling rand_xorshift v0.4.0
19332026-06-05T04:06:38.649Z Compiling unarray v0.1.4
19342026-06-05T04:06:39.078Z Compiling proptest v1.11.0
19352026-06-05T04:06:39.399Z Compiling strum v0.27.2
19362026-06-05T04:06:39.399Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19372026-06-05T04:06:39.399Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19382026-06-05T04:06:39.483Z Compiling instant v0.1.13
19392026-06-05T04:06:39.611Z Compiling itertools v0.14.0
19402026-06-05T04:06:39.688Z Compiling iddqd v0.4.2
19412026-06-05T04:06:40.803Z Compiling unicode-width v0.2.2
19422026-06-05T04:06:40.936Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-06-05T04:06:40.936Z Compiling block-buffer v0.10.4
19442026-06-05T04:06:40.936Z Compiling backon v1.6.0
19452026-06-05T04:06:40.936Z Compiling regress v0.10.5
19462026-06-05T04:06:40.974Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19472026-06-05T04:06:43.089Z Compiling digest v0.10.7
19482026-06-05T04:06:43.185Z Compiling backoff v0.4.0
19492026-06-05T04:06:43.185Z Compiling parse-display v0.10.0
19502026-06-05T04:06:43.425Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19512026-06-05T04:06:44.532Z Compiling humantime v2.3.0
19522026-06-05T04:06:45.826Z Compiling regress v0.11.1
19532026-06-05T04:06:47.032Z Compiling zerocopy-derive v0.7.35
19542026-06-05T04:06:47.364Z Compiling typify-impl v0.6.2
19552026-06-05T04:06:47.972Z Compiling darling_core v0.21.3
19562026-06-05T04:06:48.216Z Compiling clap_derive v4.6.1
19572026-06-05T04:06:49.897Z Compiling utf8parse v0.2.2
19582026-06-05T04:06:49.984Z Compiling convert_case v0.4.0
19592026-06-05T04:06:49.984Z Compiling cpufeatures v0.2.17
19602026-06-05T04:06:49.984Z Compiling derive_more v0.99.20
19612026-06-05T04:06:49.984Z Compiling anstyle-parse v1.0.0
19622026-06-05T04:06:50.060Z Compiling darling_macro v0.21.3
19632026-06-05T04:06:50.576Z Compiling terminal_size v0.4.4
19642026-06-05T04:06:50.614Z Compiling typify-macro v0.6.2
19652026-06-05T04:06:50.614Z Compiling toml_datetime v0.6.11
19662026-06-05T04:06:50.819Z Compiling colorchoice v1.0.5
19672026-06-05T04:06:50.896Z Compiling anstyle v1.0.14
19682026-06-05T04:06:50.927Z Compiling anstyle-query v1.1.5
19692026-06-05T04:06:51.053Z Compiling is_terminal_polyfill v1.70.2
19702026-06-05T04:06:51.157Z Compiling anstream v1.0.0
19712026-06-05T04:06:51.190Z Compiling darling v0.21.3
19722026-06-05T04:06:51.698Z Compiling secrecy v0.10.3
19732026-06-05T04:06:51.720Z Compiling crucible-workspace-hack v0.1.0
19742026-06-05T04:06:51.866Z Compiling clap_lex v1.1.0
19752026-06-05T04:06:52.160Z Compiling tinyvec_macros v0.1.1
19762026-06-05T04:06:52.854Z Compiling heapless v0.8.0
19772026-06-05T04:06:52.854Z Compiling tinyvec v1.11.0
19782026-06-05T04:06:52.908Z Compiling clap_builder v4.6.0
19792026-06-05T04:06:52.908Z Compiling typify v0.6.2
19802026-06-05T04:06:52.908Z Compiling ingot-macros v0.1.1
19812026-06-05T04:06:52.908Z Compiling zerocopy v0.7.35
19822026-06-05T04:06:53.356Z Compiling hash32 v0.3.1
19832026-06-05T04:06:54.449Z Compiling scroll_derive v0.12.1
19842026-06-05T04:06:54.516Z Compiling rustc_version v0.4.1
19852026-06-05T04:06:54.516Z Compiling num-integer v0.1.46
19862026-06-05T04:06:54.516Z Compiling usdt-impl v0.5.0
19872026-06-05T04:06:54.516Z Compiling smoltcp v0.11.0
19882026-06-05T04:06:54.516Z Compiling scroll v0.12.0
19892026-06-05T04:06:54.516Z Compiling clap v4.6.1
19902026-06-05T04:06:54.516Z Compiling curve25519-dalek v4.1.3
19912026-06-05T04:06:54.929Z Compiling dof v0.3.0
19922026-06-05T04:06:55.638Z Compiling ingot-types v0.1.2
19932026-06-05T04:06:56.331Z Compiling hmac v0.12.1
19942026-06-05T04:06:56.381Z Compiling dtrace-parser v0.2.0
19952026-06-05T04:06:56.382Z Compiling inout v0.1.4
19962026-06-05T04:06:56.520Z Compiling ff v0.13.1
19972026-06-05T04:06:56.567Z Compiling cobs v0.3.0
19982026-06-05T04:06:56.790Z Compiling thread-id v4.2.2
19992026-06-05T04:06:57.023Z Compiling unsafe-libyaml v0.2.11
20002026-06-05T04:06:57.322Z Compiling bitflags v1.3.2
20012026-06-05T04:06:57.686Z Compiling managed v0.8.0
20022026-06-05T04:06:57.800Z Compiling serde_yaml v0.9.34+deprecated
20032026-06-05T04:06:58.343Z Compiling postcard v1.1.3
20042026-06-05T04:06:58.529Z Compiling group v0.13.0
20052026-06-05T04:06:59.643Z Compiling cipher v0.4.4
20062026-06-05T04:06:59.832Z Compiling hkdf v0.12.4
20072026-06-05T04:06:59.832Z Compiling ingot v0.1.1
20082026-06-05T04:06:59.832Z Compiling goblin v0.8.2
20092026-06-05T04:06:59.931Z Compiling num-iter v0.1.45
20102026-06-05T04:07:00.153Z Compiling num-rational v0.4.2
20112026-06-05T04:07:01.135Z Compiling tabwriter v1.4.1
20122026-06-05T04:07:01.364Z Compiling universal-hash v0.5.1
20132026-06-05T04:07:01.520Z Compiling crypto-bigint v0.5.5
20142026-06-05T04:07:01.543Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-05T04:07:01.614Z Compiling hubpack_derive v0.1.1
20162026-06-05T04:07:02.160Z Compiling thiserror-impl-no-std v2.0.2
20172026-06-05T04:07:02.350Z Compiling crossbeam-epoch v0.9.18
20182026-06-05T04:07:02.863Z Compiling half v2.7.1
20192026-06-05T04:07:02.919Z Compiling curve25519-dalek-derive v0.1.1
20202026-06-05T04:07:03.317Z Compiling num-complex v0.4.6
20212026-06-05T04:07:03.752Z Compiling memoffset v0.9.1
20222026-06-05T04:07:04.849Z Compiling base64ct v1.8.3
20232026-06-05T04:07:05.051Z Compiling cfg_aliases v0.2.1
20242026-06-05T04:07:05.052Z Compiling ciborium-io v0.2.2
20252026-06-05T04:07:05.052Z Compiling base16ct v0.2.0
20262026-06-05T04:07:05.052Z Compiling prettyplease v0.2.37
20272026-06-05T04:07:05.052Z Compiling opaque-debug v0.3.1
20282026-06-05T04:07:05.052Z Compiling poly1305 v0.8.0
20292026-06-05T04:07:05.283Z Compiling elliptic-curve v0.13.8
20302026-06-05T04:07:05.324Z Compiling ciborium-ll v0.2.2
20312026-06-05T04:07:05.560Z Compiling password-hash v0.5.0
20322026-06-05T04:07:05.731Z Compiling nix v0.31.3
20332026-06-05T04:07:06.350Z Compiling num v0.4.3
20342026-06-05T04:07:06.509Z Compiling thiserror-no-std v2.0.2
20352026-06-05T04:07:06.614Z Compiling hubpack v0.1.2
20362026-06-05T04:07:07.677Z Compiling chacha20 v0.9.1
20372026-06-05T04:07:07.952Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20382026-06-05T04:07:08.040Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T04:07:08.631Z Compiling reqwest v0.12.28
20402026-06-05T04:07:09.282Z Compiling toml_edit v0.25.12+spec-1.1.0
20412026-06-05T04:07:09.607Z Compiling blake2 v0.10.6
20422026-06-05T04:07:09.649Z Compiling aead v0.5.2
20432026-06-05T04:07:09.811Z Compiling byte-wrapper v0.1.0
20442026-06-05T04:07:11.104Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20452026-06-05T04:07:11.208Z Compiling serde_repr v0.1.20
20462026-06-05T04:07:11.574Z Compiling proc-macro-error-attr v1.0.4
20472026-06-05T04:07:11.574Z Compiling bstr v1.12.1
20482026-06-05T04:07:11.574Z Compiling keccak v0.1.6
20492026-06-05T04:07:11.574Z Compiling static_assertions v1.1.0
20502026-06-05T04:07:11.574Z Compiling rustix v0.38.44
20512026-06-05T04:07:11.574Z Compiling float-ord v0.3.2
20522026-06-05T04:07:11.625Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20532026-06-05T04:07:11.625Z Compiling sha3 v0.10.9
20542026-06-05T04:07:11.939Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20552026-06-05T04:07:11.966Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T04:07:14.118Z Compiling proc-macro-crate v3.5.0
20572026-06-05T04:07:14.232Z Compiling chacha20poly1305 v0.10.1
20582026-06-05T04:07:14.232Z Compiling argon2 v0.5.3
20592026-06-05T04:07:14.232Z Compiling progenitor-client v0.10.0
20602026-06-05T04:07:14.232Z Compiling vsss-rs v3.3.4
20612026-06-05T04:07:14.694Z Compiling rustls-webpki v0.103.13
20622026-06-05T04:07:14.922Z Compiling ciborium v0.2.2
20632026-06-05T04:07:15.718Z Compiling usdt-attr-macro v0.5.0
20642026-06-05T04:07:15.963Z Compiling usdt-macro v0.5.0
20652026-06-05T04:07:17.472Z Compiling enum-as-inner v0.6.1
20662026-06-05T04:07:18.743Z Compiling num-derive v0.4.2
20672026-06-05T04:07:18.867Z Compiling proc-macro-error v1.0.4
20682026-06-05T04:07:18.867Z Compiling memmap v0.7.0
20692026-06-05T04:07:18.867Z Compiling indent_write v2.2.0
20702026-06-05T04:07:18.867Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20712026-06-05T04:07:18.867Z Compiling data-encoding v2.11.0
20722026-06-05T04:07:18.867Z Compiling winnow v0.5.40
20732026-06-05T04:07:18.981Z Compiling usdt v0.5.0
20742026-06-05T04:07:19.139Z Compiling tokio-rustls v0.26.4
20752026-06-05T04:07:19.357Z Compiling rustls-platform-verifier v0.7.0
20762026-06-05T04:07:19.380Z Compiling hyper-rustls v0.27.9
20772026-06-05T04:07:19.915Z Compiling reqwest v0.13.4
20782026-06-05T04:07:20.032Z Compiling toml_edit v0.19.15
20792026-06-05T04:07:20.116Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-06-05T04:07:21.229Z Compiling progenitor-client v0.14.0
20812026-06-05T04:07:21.776Z Compiling progenitor-extras v0.2.0
20822026-06-05T04:07:22.582Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20832026-06-05T04:07:22.639Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-06-05T04:07:22.880Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-06-05T04:07:25.300Z Compiling num_enum_derive v0.7.6
20862026-06-05T04:07:27.460Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-06-05T04:07:34.162Z Compiling serde_spanned v0.6.9
20882026-06-05T04:07:34.222Z Compiling foreign-types-macros v0.2.3
20892026-06-05T04:07:34.382Z Compiling pkg-config v0.3.33
20902026-06-05T04:07:35.563Z Compiling foreign-types-shared v0.3.1
20912026-06-05T04:07:35.630Z Compiling winnow v0.7.15
20922026-06-05T04:07:35.630Z Compiling vcpkg v0.2.15
20932026-06-05T04:07:35.630Z Compiling colored v3.1.1
20942026-06-05T04:07:35.630Z Compiling toml_write v0.1.2
20952026-06-05T04:07:35.630Z Compiling bytecount v0.6.9
20962026-06-05T04:07:35.630Z Compiling openssl-sys v0.9.116
20972026-06-05T04:07:35.630Z Compiling foreign-types v0.5.0
20982026-06-05T04:07:35.630Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20992026-06-05T04:07:35.809Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-06-05T04:07:36.117Z Compiling toml_edit v0.22.27
21012026-06-05T04:07:36.244Z Compiling num_enum v0.7.6
21022026-06-05T04:07:36.305Z Compiling proc-macro-crate v1.3.1
21032026-06-05T04:07:36.628Z Compiling progenitor-impl v0.13.0
21042026-06-05T04:07:36.661Z Compiling chacha20 v0.10.0
21052026-06-05T04:07:36.767Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21062026-06-05T04:07:37.507Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21072026-06-05T04:07:37.688Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21082026-06-05T04:07:37.963Z Compiling cstr-argument v0.1.2
21092026-06-05T04:07:38.009Z Compiling linked-hash-map v0.5.6
21102026-06-05T04:07:38.167Z Compiling resolv-conf v0.7.6
21112026-06-05T04:07:38.484Z Compiling unicode-segmentation v1.13.3
21122026-06-05T04:07:38.489Z Compiling semver v0.1.20
21132026-06-05T04:07:38.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
21142026-06-05T04:07:38.694Z Compiling swrite v0.1.0
21152026-06-05T04:07:38.811Z Compiling rayon-core v1.13.0
21162026-06-05T04:07:38.931Z Compiling heck v0.4.1
21172026-06-05T04:07:39.084Z Compiling newline-converter v0.3.0
21182026-06-05T04:07:39.107Z Compiling progenitor-macro v0.13.0
21192026-06-05T04:07:39.143Z Compiling rustc_version v0.1.7
21202026-06-05T04:07:39.289Z Compiling lru-cache v0.1.2
21212026-06-05T04:07:39.296Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21222026-06-05T04:07:39.489Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21232026-06-05T04:07:39.606Z Compiling toml v0.8.23
21242026-06-05T04:07:39.698Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21252026-06-05T04:07:39.826Z Compiling rand v0.10.1
21262026-06-05T04:07:40.138Z Compiling num_enum_derive v0.5.11
21272026-06-05T04:07:40.302Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21282026-06-05T04:07:40.593Z Compiling atomicwrites v0.4.4
21292026-06-05T04:07:40.615Z Compiling progenitor-client v0.13.0
21302026-06-05T04:07:40.775Z Compiling hickory-proto v0.24.4
21312026-06-05T04:07:41.033Z Compiling similar v2.7.0
21322026-06-05T04:07:41.087Z Compiling crossbeam-deque v0.8.6
21332026-06-05T04:07:41.160Z Compiling progenitor-impl v0.14.0
21342026-06-05T04:07:41.391Z Compiling console v0.15.11
21352026-06-05T04:07:42.584Z Compiling camino-tempfile v1.4.1
21362026-06-05T04:07:43.022Z Compiling serde-big-array v0.5.1
21372026-06-05T04:07:43.239Z Compiling pin-project-internal v1.1.13
21382026-06-05T04:07:43.310Z Compiling derive-where v1.6.1
21392026-06-05T04:07:43.329Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21402026-06-05T04:07:43.951Z Compiling siphasher v1.0.3
21412026-06-05T04:07:44.162Z Compiling lazy_static v1.5.0
21422026-06-05T04:07:44.162Z Compiling minimal-lexical v0.2.1
21432026-06-05T04:07:44.163Z Compiling phf_shared v0.12.1
21442026-06-05T04:07:44.270Z Compiling nom v7.1.3
21452026-06-05T04:07:44.336Z Compiling pin-project v1.1.13
21462026-06-05T04:07:44.480Z Compiling progenitor v0.13.0
21472026-06-05T04:07:44.567Z Compiling progenitor-macro v0.14.0
21482026-06-05T04:07:44.620Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21492026-06-05T04:07:45.143Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-05T04:07:45.792Z Compiling hickory-resolver v0.24.4
21512026-06-05T04:07:48.109Z Compiling expectorate v1.2.0
21522026-06-05T04:07:48.664Z Compiling num_enum v0.5.11
21532026-06-05T04:07:48.801Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-05T04:07:49.974Z Compiling newtype_derive v0.1.6
21552026-06-05T04:07:50.734Z Compiling unicode-normalization v0.1.25
21562026-06-05T04:07:51.332Z Compiling tokio-stream v0.1.18
21572026-06-05T04:07:51.896Z Compiling snafu-derive v0.8.9
21582026-06-05T04:07:53.070Z Compiling async-recursion v1.1.1
21592026-06-05T04:07:53.335Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21602026-06-05T04:07:53.634Z Compiling slog-dtrace v0.3.0
21612026-06-05T04:07:53.693Z Compiling csv-core v0.1.13
21622026-06-05T04:07:53.760Z Compiling unicode-width v0.1.14
21632026-06-05T04:07:53.914Z Compiling highway v1.3.0
21642026-06-05T04:07:54.080Z Compiling foldhash v0.1.5
21652026-06-05T04:07:54.108Z Compiling foreign-types-shared v0.1.1
21662026-06-05T04:07:54.212Z Compiling cancel-safe-futures v0.1.5
21672026-06-05T04:07:54.313Z Compiling unicode-xid v0.2.6
21682026-06-05T04:07:54.444Z Compiling chrono-tz v0.10.4
21692026-06-05T04:07:54.490Z Compiling openssl v0.10.80
21702026-06-05T04:07:54.620Z Compiling konst_macro_rules v0.2.19
21712026-06-05T04:07:54.692Z Compiling owo-colors v4.3.0
21722026-06-05T04:07:54.784Z Compiling same-file v1.0.6
21732026-06-05T04:07:54.812Z Compiling konst v0.2.20
21742026-06-05T04:07:54.976Z Compiling const_format_proc_macros v0.2.34
21752026-06-05T04:07:54.987Z Compiling walkdir v2.5.0
21762026-06-05T04:07:55.103Z Compiling hashbrown v0.15.5
21772026-06-05T04:07:55.217Z Compiling foreign-types v0.3.2
21782026-06-05T04:07:55.305Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-06-05T04:07:55.705Z Compiling csv v1.4.0
21802026-06-05T04:07:55.761Z Compiling snafu v0.8.9
21812026-06-05T04:07:55.811Z Compiling qorb v0.4.1
21822026-06-05T04:07:56.314Z Compiling progenitor v0.14.0
21832026-06-05T04:07:56.346Z Compiling olpc-cjson v0.1.4
21842026-06-05T04:07:56.524Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-05T04:07:56.645Z Compiling rayon v1.12.0
21862026-06-05T04:07:57.214Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21872026-06-05T04:07:57.748Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-06-05T04:07:58.895Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-05T04:08:00.253Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-06-05T04:08:00.763Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21912026-06-05T04:08:01.227Z Compiling phf v0.12.1
21922026-06-05T04:08:01.821Z Compiling zone_cfg_derive v0.3.1
21932026-06-05T04:08:01.865Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-05T04:08:02.541Z Compiling tokio-dtrace v0.1.1
21952026-06-05T04:08:02.874Z Compiling globset v0.4.18
21962026-06-05T04:08:02.963Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21972026-06-05T04:08:03.199Z Compiling itertools v0.12.1
21982026-06-05T04:08:04.039Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-05T04:08:04.484Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22002026-06-05T04:08:04.532Z Compiling libsw-core v0.3.2
22012026-06-05T04:08:04.657Z Compiling pem v3.0.6
22022026-06-05T04:08:04.696Z Compiling serde_plain v1.0.2
22032026-06-05T04:08:04.718Z Compiling openssl-macros v0.1.1
22042026-06-05T04:08:04.986Z Compiling cookie v0.18.1
22052026-06-05T04:08:05.223Z Compiling sigpipe v0.1.3
22062026-06-05T04:08:05.258Z Compiling jiff v0.2.28
22072026-06-05T04:08:05.344Z Compiling typed-path v0.9.3
22082026-06-05T04:08:05.582Z Compiling fixedbitset v0.4.2
22092026-06-05T04:08:05.599Z Compiling fixedbitset v0.5.7
22102026-06-05T04:08:05.654Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-05T04:08:05.714Z Compiling glob v0.3.3
22122026-06-05T04:08:05.821Z Compiling petgraph v0.6.5
22132026-06-05T04:08:05.934Z Compiling petgraph v0.8.3
22142026-06-05T04:08:06.635Z Compiling tough v0.22.0
22152026-06-05T04:08:07.598Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22162026-06-05T04:08:07.645Z Compiling libsw v3.5.0
22172026-06-05T04:08:07.837Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-05T04:08:08.087Z Compiling zone v0.3.1
22192026-06-05T04:08:08.246Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22202026-06-05T04:08:08.339Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-05T04:08:08.568Z Compiling oxide-tokio-rt v0.1.6
22222026-06-05T04:08:09.154Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-06-05T04:08:09.821Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22242026-06-05T04:08:12.192Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-05T04:08:12.395Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-06-05T04:08:12.594Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-06-05T04:08:13.082Z Compiling const_format v0.2.36
22282026-06-05T04:08:13.766Z Compiling papergrid v0.11.0
22292026-06-05T04:08:14.003Z Compiling tabled_derive v0.7.0
22302026-06-05T04:08:14.228Z Compiling gethostname v0.5.0
22312026-06-05T04:08:14.379Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-06-05T04:08:14.964Z Compiling libscf-sys v1.2.0
22332026-06-05T04:08:15.118Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22342026-06-05T04:08:15.280Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-06-05T04:08:15.417Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22362026-06-05T04:08:15.569Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-06-05T04:08:15.697Z Compiling bcs v0.1.6
22382026-06-05T04:08:15.823Z Compiling smf v0.2.3
22392026-06-05T04:08:15.890Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22402026-06-05T04:08:16.093Z Compiling linear-map v1.2.0
22412026-06-05T04:08:16.324Z Compiling termtree v0.5.1
22422026-06-05T04:08:16.506Z Compiling unicode-linebreak v0.1.5
22432026-06-05T04:08:16.670Z Compiling tagptr v0.2.0
22442026-06-05T04:08:16.803Z Compiling smawk v0.3.2
22452026-06-05T04:08:16.846Z Compiling whoami v1.6.1
22462026-06-05T04:08:16.970Z Compiling textwrap v0.16.2
22472026-06-05T04:08:16.989Z Compiling moka v0.12.15
22482026-06-05T04:08:18.203Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22492026-06-05T04:08:18.536Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-06-05T04:08:18.849Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22512026-06-05T04:08:18.912Z Compiling tabled v0.15.0
22522026-06-05T04:08:18.994Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22532026-06-05T04:08:19.689Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-06-05T04:08:19.707Z Compiling steno v0.4.1
22552026-06-05T04:08:19.901Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22562026-06-05T04:08:22.944Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22572026-06-05T04:08:25.132Z Compiling hickory-proto v0.25.2
22582026-06-05T04:08:26.685Z Compiling proc-macro-error-attr2 v2.0.0
22592026-06-05T04:08:26.717Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22602026-06-05T04:08:27.012Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22612026-06-05T04:08:27.137Z Compiling proc-macro-error2 v2.0.1
22622026-06-05T04:08:27.182Z Compiling parking_lot_core v0.8.6
22632026-06-05T04:08:27.284Z Compiling hickory-resolver v0.25.2
22642026-06-05T04:08:27.423Z Compiling tabled_derive v0.11.0
22652026-06-05T04:08:27.599Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22662026-06-05T04:08:27.993Z Compiling papergrid v0.18.0
22672026-06-05T04:08:28.544Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22682026-06-05T04:08:29.321Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22692026-06-05T04:08:29.449Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22702026-06-05T04:08:30.885Z Compiling testing_table v0.3.0
22712026-06-05T04:08:31.311Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22722026-06-05T04:08:31.849Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22732026-06-05T04:08:32.380Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22742026-06-05T04:08:33.179Z Compiling tabled v0.21.0
22752026-06-05T04:08:33.526Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22762026-06-05T04:08:33.584Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22772026-06-05T04:08:33.694Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22782026-06-05T04:08:33.973Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22792026-06-05T04:08:34.405Z Compiling arc-swap v1.9.1
22802026-06-05T04:08:34.674Z Compiling slog-scope v4.4.1
22812026-06-05T04:08:34.750Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22822026-06-05T04:08:35.089Z Compiling parking_lot v0.11.2
22832026-06-05T04:08:35.984Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22842026-06-05T04:08:37.326Z Compiling dropshot-api-manager-types v0.7.2
22852026-06-05T04:08:37.668Z Compiling fxhash v0.2.1
22862026-06-05T04:08:37.818Z Compiling crc8 v0.1.1
22872026-06-05T04:08:37.906Z Compiling sled v0.34.7
22882026-06-05T04:08:37.941Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22892026-06-05T04:08:38.299Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22902026-06-05T04:08:38.337Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22912026-06-05T04:08:40.714Z Compiling slog-stdlog v4.1.1
22922026-06-05T04:08:40.983Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22932026-06-05T04:08:41.182Z Compiling slog-envlogger v2.2.0
22942026-06-05T04:08:41.259Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22952026-06-05T04:08:42.625Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-06-05T04:08:45.803Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22972026-06-05T04:08:48.368Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22982026-06-05T04:08:49.158Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22992026-06-05T04:08:59.081Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
23002026-06-05T04:09:03.456Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
23012026-06-05T04:09:05.818Z Finished `release` profile [optimized] target(s) in 3m 39s
23022026-06-05T04:09:06.138Z+ banner trio
23032026-06-05T04:09:06.161Z
23042026-06-05T04:09:06.161Z ##### ##### # ####
23052026-06-05T04:09:06.161Z # # # # # #
23062026-06-05T04:09:06.161Z # # # # # #
23072026-06-05T04:09:06.161Z # ##### # # #
23082026-06-05T04:09:06.161Z # # # # # #
23092026-06-05T04:09:06.162Z # # # # ####
23102026-06-05T04:09:06.162Z
23112026-06-05T04:09:06.162Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
23122026-06-05T04:09:06.696Z Compiling cfg-if v1.0.4
23132026-06-05T04:09:06.701Z Compiling libc v0.2.186
23142026-06-05T04:09:06.701Z Compiling serde_core v1.0.228
23152026-06-05T04:09:06.803Z Compiling memchr v2.8.1
23162026-06-05T04:09:06.809Z Compiling itoa v1.0.18
23172026-06-05T04:09:06.815Z Compiling smallvec v1.15.1
23182026-06-05T04:09:06.836Z Compiling stable_deref_trait v1.2.1
23192026-06-05T04:09:06.836Z Compiling zerofrom v0.1.8
23202026-06-05T04:09:06.849Z Compiling zmij v1.0.21
23212026-06-05T04:09:06.914Z Compiling writeable v0.6.3
23222026-06-05T04:09:06.957Z Compiling yoke v0.8.3
23232026-06-05T04:09:07.039Z Compiling litemap v0.8.2
23242026-06-05T04:09:07.095Z Compiling utf8_iter v1.0.4
23252026-06-05T04:09:07.183Z Compiling zerovec v0.11.6
23262026-06-05T04:09:07.183Z Compiling zerotrie v0.2.4
23272026-06-05T04:09:07.183Z Compiling percent-encoding v2.3.2
23282026-06-05T04:09:07.223Z Compiling libm v0.2.16
23292026-06-05T04:09:07.243Z Compiling icu_normalizer_data v2.2.0
23302026-06-05T04:09:07.331Z Compiling icu_properties_data v2.2.0
23312026-06-05T04:09:07.338Z Compiling form_urlencoded v1.2.2
23322026-06-05T04:09:07.446Z Compiling rand_core v0.10.1
23332026-06-05T04:09:07.450Z Compiling errno v0.3.14
23342026-06-05T04:09:07.581Z Compiling getrandom v0.4.2
23352026-06-05T04:09:07.595Z Compiling iana-time-zone v0.1.65
23362026-06-05T04:09:07.605Z Compiling pin-project-lite v0.2.17
23372026-06-05T04:09:07.639Z Compiling zeroize v1.8.2
23382026-06-05T04:09:07.704Z Compiling tinystr v0.8.3
23392026-06-05T04:09:07.732Z Compiling potential_utf v0.1.5
23402026-06-05T04:09:07.779Z Compiling dyn-clone v1.0.20
23412026-06-05T04:09:07.884Z Compiling icu_locale_core v2.2.0
23422026-06-05T04:09:07.905Z Compiling icu_collections v2.2.0
23432026-06-05T04:09:07.917Z Compiling socket2 v0.6.4
23442026-06-05T04:09:07.922Z Compiling scopeguard v1.2.0
23452026-06-05T04:09:07.936Z Compiling parking_lot_core v0.9.12
23462026-06-05T04:09:07.947Z Compiling signal-hook-registry v1.4.8
23472026-06-05T04:09:08.037Z Compiling num-traits v0.2.19
23482026-06-05T04:09:08.353Z Compiling lock_api v0.4.14
23492026-06-05T04:09:08.490Z Compiling mio v1.2.1
23502026-06-05T04:09:08.634Z Compiling parking_lot v0.12.5
23512026-06-05T04:09:08.681Z Compiling serde v1.0.228
23522026-06-05T04:09:08.755Z Compiling serde_json v1.0.150
23532026-06-05T04:09:08.858Z Compiling icu_provider v2.2.0
23542026-06-05T04:09:08.892Z Compiling uuid v1.23.2
23552026-06-05T04:09:08.925Z Compiling semver v1.0.28
23562026-06-05T04:09:09.212Z Compiling bytes v1.11.1
23572026-06-05T04:09:09.302Z Compiling icu_properties v2.2.0
23582026-06-05T04:09:09.471Z Compiling icu_normalizer v2.2.0
23592026-06-05T04:09:09.495Z Compiling chrono v0.4.45
23602026-06-05T04:09:09.556Z Compiling portable-atomic v1.13.1
23612026-06-05T04:09:09.599Z Compiling thiserror v2.0.18
23622026-06-05T04:09:09.712Z Compiling bitflags v2.12.1
23632026-06-05T04:09:10.115Z Compiling tokio v1.52.3
23642026-06-05T04:09:10.133Z Compiling critical-section v1.2.0
23652026-06-05T04:09:10.250Z Compiling idna_adapter v1.2.2
23662026-06-05T04:09:10.262Z Compiling futures-core v0.3.32
23672026-06-05T04:09:10.399Z Compiling idna v1.1.0
23682026-06-05T04:09:10.472Z Compiling once_cell v1.21.4
23692026-06-05T04:09:10.803Z Compiling equivalent v1.0.2
23702026-06-05T04:09:10.820Z Compiling subtle v2.6.1
23712026-06-05T04:09:10.820Z Compiling url v2.5.8
23722026-06-05T04:09:10.820Z Compiling log v0.4.32
23732026-06-05T04:09:10.859Z Compiling zerocopy v0.8.50
23742026-06-05T04:09:10.903Z Compiling futures-sink v0.3.32
23752026-06-05T04:09:11.019Z Compiling slab v0.4.12
23762026-06-05T04:09:11.046Z Compiling typenum v1.20.1
23772026-06-05T04:09:11.230Z Compiling futures-channel v0.3.32
23782026-06-05T04:09:11.412Z Compiling schemars v0.8.22
23792026-06-05T04:09:11.499Z Compiling getrandom v0.2.17
23802026-06-05T04:09:11.728Z Compiling futures-task v0.3.32
23812026-06-05T04:09:11.864Z Compiling futures-io v0.3.32
23822026-06-05T04:09:11.898Z Compiling rand_core v0.6.4
23832026-06-05T04:09:12.112Z Compiling futures-util v0.3.32
23842026-06-05T04:09:12.159Z Compiling hashbrown v0.17.1
23852026-06-05T04:09:12.505Z Compiling tracing-core v0.1.36
23862026-06-05T04:09:12.845Z Compiling indexmap v2.14.0
23872026-06-05T04:09:13.018Z Compiling tracing v0.1.44
23882026-06-05T04:09:14.502Z Compiling ipnetwork v0.21.1
23892026-06-05T04:09:14.548Z Compiling base64 v0.22.1
23902026-06-05T04:09:14.548Z Compiling http v1.4.1
23912026-06-05T04:09:14.548Z Compiling unicode-ident v1.0.24
23922026-06-05T04:09:14.548Z Compiling proc-macro2 v1.0.106
23932026-06-05T04:09:14.548Z Compiling slog v2.8.2
23942026-06-05T04:09:14.548Z Compiling erased-serde v0.3.31
23952026-06-05T04:09:14.548Z Compiling fnv v1.0.7
23962026-06-05T04:09:14.548Z Compiling oxnet v0.1.6
23972026-06-05T04:09:14.767Z Compiling quote v1.0.45
23982026-06-05T04:09:15.124Z Compiling syn v2.0.117
23992026-06-05T04:09:15.330Z Compiling tokio-util v0.7.18
24002026-06-05T04:09:15.490Z Compiling ipnet v2.12.0
24012026-06-05T04:09:15.508Z Compiling byteorder v1.5.0
24022026-06-05T04:09:15.771Z Compiling thiserror v1.0.69
24032026-06-05T04:09:15.889Z Compiling ppv-lite86 v0.2.21
24042026-06-05T04:09:15.961Z Compiling rustls-pki-types v1.14.1
24052026-06-05T04:09:16.235Z Compiling aws-lc-sys v0.41.0
24062026-06-05T04:09:16.378Z Compiling http-body v1.0.1
24072026-06-05T04:09:16.447Z Compiling atomic-waker v1.1.2
24082026-06-05T04:09:16.548Z Compiling untrusted v0.7.1
24092026-06-05T04:09:16.569Z Compiling httparse v1.10.1
24102026-06-05T04:09:16.590Z Compiling pretty-hex v0.4.2
24112026-06-05T04:09:16.669Z Compiling tower-layer v0.3.3
24122026-06-05T04:09:16.696Z Compiling untrusted v0.9.0
24132026-06-05T04:09:16.722Z Compiling rustls v0.23.40
24142026-06-05T04:09:16.809Z Compiling aws-lc-rs v1.17.0
24152026-06-05T04:09:16.836Z Compiling ryu v1.0.23
24162026-06-05T04:09:16.855Z Compiling tower-service v0.3.3
24172026-06-05T04:09:16.911Z Compiling try-lock v0.2.5
24182026-06-05T04:09:16.940Z Compiling h2 v0.4.14
24192026-06-05T04:09:16.985Z Compiling want v0.3.1
24202026-06-05T04:09:16.990Z Compiling httpdate v1.0.3
24212026-06-05T04:09:17.026Z Compiling rustix v1.1.4
24222026-06-05T04:09:17.165Z Compiling regex-syntax v0.8.10
24232026-06-05T04:09:17.170Z Compiling plain v0.2.3
24242026-06-05T04:09:17.279Z Compiling getrandom v0.3.4
24252026-06-05T04:09:17.357Z Compiling omicron-workspace-hack v0.1.0
24262026-06-05T04:09:17.433Z Compiling ucd-trie v0.1.7
24272026-06-05T04:09:17.488Z Compiling rand_core v0.9.5
24282026-06-05T04:09:17.748Z Compiling pest v2.8.6
24292026-06-05T04:09:18.029Z Compiling rustls-webpki v0.103.13
24302026-06-05T04:09:19.482Z Compiling hyper v1.10.1
24312026-06-05T04:09:19.696Z Compiling crossbeam-utils v0.8.21
24322026-06-05T04:09:20.466Z Compiling serde_urlencoded v0.7.1
24332026-06-05T04:09:20.689Z Compiling http-body-util v0.1.3
24342026-06-05T04:09:20.829Z Compiling foldhash v0.2.0
24352026-06-05T04:09:21.048Z Compiling hyper-util v0.1.20
24362026-06-05T04:09:21.111Z Compiling allocator-api2 v0.2.21
24372026-06-05T04:09:21.482Z Compiling hashbrown v0.16.1
24382026-06-05T04:09:23.435Z Compiling newtype-uuid v1.3.2
24392026-06-05T04:09:23.442Z Compiling tokio-rustls v0.26.4
24402026-06-05T04:09:23.442Z Compiling hex v0.4.3
24412026-06-05T04:09:23.442Z Compiling daft v0.1.7
24422026-06-05T04:09:23.533Z Compiling rand_chacha v0.9.0
24432026-06-05T04:09:23.714Z Compiling sync_wrapper v1.0.2
24442026-06-05T04:09:23.825Z Compiling aho-corasick v1.1.4
24452026-06-05T04:09:23.999Z Compiling fastrand v2.4.1
24462026-06-05T04:09:24.025Z Compiling tower v0.5.3
24472026-06-05T04:09:24.115Z Compiling rand v0.9.4
24482026-06-05T04:09:24.136Z Compiling anyhow v1.0.102
24492026-06-05T04:09:24.355Z Compiling powerfmt v0.2.0
24502026-06-05T04:09:24.381Z Compiling generic-array v0.14.7
24512026-06-05T04:09:24.618Z Compiling deranged v0.5.8
24522026-06-05T04:09:24.622Z Compiling tower-http v0.6.11
24532026-06-05T04:09:24.840Z Compiling regex-automata v0.4.14
24542026-06-05T04:09:24.872Z Compiling openapiv3 v2.2.0
24552026-06-05T04:09:24.953Z Compiling cpufeatures v0.3.0
24562026-06-05T04:09:25.038Z Compiling time-core v0.1.8
24572026-06-05T04:09:25.200Z Compiling num-conv v0.2.2
24582026-06-05T04:09:25.338Z Compiling openssl-probe v0.2.1
24592026-06-05T04:09:25.347Z Compiling num_threads v0.1.7
24602026-06-05T04:09:25.442Z Compiling rustls-native-certs v0.8.4
24612026-06-05T04:09:25.579Z Compiling camino v1.2.2
24622026-06-05T04:09:25.715Z Compiling time v0.3.47
24632026-06-05T04:09:26.156Z Compiling tempfile v3.27.0
24642026-06-05T04:09:26.294Z Compiling futures-executor v0.3.32
24652026-06-05T04:09:26.863Z Compiling winnow v1.0.3
24662026-06-05T04:09:27.099Z Compiling regex v1.12.3
24672026-06-05T04:09:27.300Z Compiling futures v0.3.32
24682026-06-05T04:09:27.387Z Compiling rustls-platform-verifier v0.7.0
24692026-06-05T04:09:28.026Z Compiling hyper-rustls v0.27.9
24702026-06-05T04:09:28.336Z Compiling crossbeam-channel v0.5.15
24712026-06-05T04:09:28.433Z Compiling scroll v0.13.0
24722026-06-05T04:09:28.545Z Compiling hybrid-array v0.4.12
24732026-06-05T04:09:28.678Z Compiling adler2 v2.0.1
24742026-06-05T04:09:28.751Z Compiling simd-adler32 v0.3.9
24752026-06-05T04:09:28.848Z Compiling goblin v0.10.7
24762026-06-05T04:09:29.070Z Compiling miniz_oxide v0.8.9
24772026-06-05T04:09:29.083Z Compiling crc32fast v1.5.0
24782026-06-05T04:09:29.263Z Compiling reqwest v0.13.4
24792026-06-05T04:09:29.334Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24802026-06-05T04:09:29.788Z Compiling thread_local v1.1.9
24812026-06-05T04:09:29.979Z Compiling either v1.16.0
24822026-06-05T04:09:30.215Z Compiling flate2 v1.1.9
24832026-06-05T04:09:30.512Z Compiling block-buffer v0.12.0
24842026-06-05T04:09:30.698Z Compiling crypto-common v0.2.2
24852026-06-05T04:09:30.792Z Compiling crypto-common v0.1.7
24862026-06-05T04:09:30.956Z Compiling dtrace-parser v0.3.0
24872026-06-05T04:09:31.326Z Compiling rand_chacha v0.3.1
24882026-06-05T04:09:31.984Z Compiling thread-id v5.1.0
24892026-06-05T04:09:31.988Z Compiling is-terminal v0.4.17
24902026-06-05T04:09:32.052Z Compiling dof v0.4.0
24912026-06-05T04:09:32.116Z Compiling term v1.2.1
24922026-06-05T04:09:33.815Z Compiling debug-ignore v1.0.5
24932026-06-05T04:09:33.849Z Compiling match_cfg v0.1.0
24942026-06-05T04:09:33.849Z Compiling take_mut v0.2.2
24952026-06-05T04:09:33.849Z Compiling const-oid v0.10.2
24962026-06-05T04:09:34.009Z Compiling compression-core v0.4.32
24972026-06-05T04:09:34.117Z Compiling digest v0.11.3
24982026-06-05T04:09:34.190Z Compiling compression-codecs v0.4.38
24992026-06-05T04:09:34.315Z Compiling slog-async v2.8.0
25002026-06-05T04:09:34.584Z Compiling hostname v0.3.1
25012026-06-05T04:09:34.827Z Compiling usdt-impl v0.6.0
25022026-06-05T04:09:35.143Z Compiling slog-term v2.9.2
25032026-06-05T04:09:35.818Z Compiling rand v0.8.6
25042026-06-05T04:09:36.031Z Compiling ref-cast v1.0.25
25052026-06-05T04:09:36.156Z Compiling toml_parser v1.1.2+spec-1.1.0
25062026-06-05T04:09:36.509Z Compiling slog-json v2.6.1
25072026-06-05T04:09:36.641Z Compiling strum v0.26.3
25082026-06-05T04:09:36.780Z Compiling macaddr v1.0.1
25092026-06-05T04:09:36.780Z Compiling serde_spanned v1.1.1
25102026-06-05T04:09:36.937Z Compiling toml_datetime v1.1.1+spec-1.1.0
25112026-06-05T04:09:37.072Z Compiling memmap2 v0.9.10
25122026-06-05T04:09:37.358Z Compiling wait-timeout v0.2.1
25132026-06-05T04:09:37.376Z Compiling encoding_rs v0.8.35
25142026-06-05T04:09:37.480Z Compiling bit-vec v0.8.0
25152026-06-05T04:09:37.778Z Compiling spin v0.9.8
25162026-06-05T04:09:37.845Z Compiling quick-error v1.2.3
25172026-06-05T04:09:37.910Z Compiling mime v0.3.17
25182026-06-05T04:09:37.972Z Compiling toml_writer v1.1.1+spec-1.1.0
25192026-06-05T04:09:38.219Z Compiling toml v1.1.2+spec-1.1.0
25202026-06-05T04:09:38.384Z Compiling rusty-fork v0.3.1
25212026-06-05T04:09:39.153Z Compiling multer v3.1.0
25222026-06-05T04:09:39.255Z Compiling bit-set v0.8.0
25232026-06-05T04:09:39.455Z Compiling usdt v0.6.0
25242026-06-05T04:09:40.148Z Compiling slog-bunyan v2.5.0
25252026-06-05T04:09:40.318Z Compiling async-compression v0.4.42
25262026-06-05T04:09:40.347Z Compiling sha1 v0.11.0
25272026-06-05T04:09:40.420Z Compiling serde_with v3.20.0
25282026-06-05T04:09:40.443Z Compiling async-stream v0.3.6
25292026-06-05T04:09:40.623Z Compiling rand_xorshift v0.4.0
25302026-06-05T04:09:40.742Z Compiling waitgroup v0.1.2
25312026-06-05T04:09:40.887Z Compiling rustls-pemfile v2.2.0
25322026-06-05T04:09:40.905Z Compiling serde_path_to_error v0.1.20
25332026-06-05T04:09:40.910Z Compiling hostname v0.4.2
25342026-06-05T04:09:41.056Z Compiling unarray v0.1.4
25352026-06-05T04:09:41.060Z Compiling progenitor-client v0.14.0
25362026-06-05T04:09:41.132Z Compiling dropshot v0.17.1
25372026-06-05T04:09:41.200Z Compiling proptest v1.11.0
25382026-06-05T04:09:41.232Z Compiling strum v0.27.2
25392026-06-05T04:09:41.369Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25402026-06-05T04:09:41.523Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25412026-06-05T04:09:41.581Z Compiling iddqd v0.4.2
25422026-06-05T04:09:41.719Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25432026-06-05T04:09:41.883Z Compiling reqwest v0.12.28
25442026-06-05T04:09:42.030Z Compiling block-buffer v0.10.4
25452026-06-05T04:09:42.206Z Compiling backon v1.6.0
25462026-06-05T04:09:42.475Z Compiling instant v0.1.13
25472026-06-05T04:09:42.601Z Compiling backoff v0.4.0
25482026-06-05T04:09:42.757Z Compiling progenitor-extras v0.2.0
25492026-06-05T04:09:42.830Z Compiling progenitor-client v0.10.0
25502026-06-05T04:09:43.006Z Compiling digest v0.10.7
25512026-06-05T04:09:43.189Z Compiling parse-display v0.10.0
25522026-06-05T04:09:43.268Z Compiling itertools v0.14.0
25532026-06-05T04:09:43.330Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25542026-06-05T04:09:43.745Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25552026-06-05T04:09:44.140Z Compiling regress v0.10.5
25562026-06-05T04:09:44.793Z Compiling humantime v2.3.0
25572026-06-05T04:09:45.241Z Compiling cpufeatures v0.2.17
25582026-06-05T04:09:45.329Z Compiling unicode-width v0.2.2
25592026-06-05T04:09:45.658Z Compiling heck v0.5.0
25602026-06-05T04:09:45.804Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25612026-06-05T04:09:46.266Z Compiling secrecy v0.10.3
25622026-06-05T04:09:46.441Z Compiling tinyvec_macros v0.1.1
25632026-06-05T04:09:46.520Z Compiling tinyvec v1.11.0
25642026-06-05T04:09:46.962Z Compiling num-integer v0.1.46
25652026-06-05T04:09:47.102Z Compiling scroll v0.12.0
25662026-06-05T04:09:47.199Z Compiling crucible-workspace-hack v0.1.0
25672026-06-05T04:09:47.281Z Compiling hmac v0.12.1
25682026-06-05T04:09:47.413Z Compiling inout v0.1.4
25692026-06-05T04:09:47.445Z Compiling regress v0.11.1
25702026-06-05T04:09:47.457Z Compiling ff v0.13.1
25712026-06-05T04:09:47.579Z Compiling utf8parse v0.2.2
25722026-06-05T04:09:47.611Z Compiling group v0.13.0
25732026-06-05T04:09:47.714Z Compiling anstyle-parse v1.0.0
25742026-06-05T04:09:47.740Z Compiling cipher v0.4.4
25752026-06-05T04:09:47.944Z Compiling hkdf v0.12.4
25762026-06-05T04:09:47.995Z Compiling goblin v0.8.2
25772026-06-05T04:09:48.160Z Compiling num-iter v0.1.45
25782026-06-05T04:09:48.251Z Compiling num-rational v0.4.2
25792026-06-05T04:09:48.906Z Compiling zerocopy v0.7.35
25802026-06-05T04:09:49.400Z Compiling typify-impl v0.6.2
25812026-06-05T04:09:49.521Z Compiling universal-hash v0.5.1
25822026-06-05T04:09:49.671Z Compiling crypto-bigint v0.5.5
25832026-06-05T04:09:50.235Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25842026-06-05T04:09:51.560Z Compiling terminal_size v0.4.4
25852026-06-05T04:09:51.619Z Compiling half v2.7.1
25862026-06-05T04:09:51.722Z Compiling num-complex v0.4.6
25872026-06-05T04:09:51.972Z Compiling opaque-debug v0.3.1
25882026-06-05T04:09:52.054Z Compiling anstyle-query v1.1.5
25892026-06-05T04:09:52.171Z Compiling colorchoice v1.0.5
25902026-06-05T04:09:52.171Z Compiling base64ct v1.8.3
25912026-06-05T04:09:52.288Z Compiling ciborium-io v0.2.2
25922026-06-05T04:09:52.306Z Compiling is_terminal_polyfill v1.70.2
25932026-06-05T04:09:52.392Z Compiling anstyle v1.0.14
25942026-06-05T04:09:52.410Z Compiling base16ct v0.2.0
25952026-06-05T04:09:52.534Z Compiling elliptic-curve v0.13.8
25962026-06-05T04:09:52.619Z Compiling anstream v1.0.0
25972026-06-05T04:09:52.671Z Compiling password-hash v0.5.0
25982026-06-05T04:09:52.846Z Compiling ciborium-ll v0.2.2
25992026-06-05T04:09:53.128Z Compiling num v0.4.3
26002026-06-05T04:09:53.168Z Compiling poly1305 v0.8.0
26012026-06-05T04:09:53.236Z Compiling curve25519-dalek v4.1.3
26022026-06-05T04:09:53.668Z Compiling thiserror-no-std v2.0.2
26032026-06-05T04:09:53.773Z Compiling typify v0.6.2
26042026-06-05T04:09:53.819Z Compiling dof v0.3.0
26052026-06-05T04:09:53.891Z Compiling chacha20 v0.9.1
26062026-06-05T04:09:54.153Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26072026-06-05T04:09:54.398Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-06-05T04:09:55.935Z Compiling blake2 v0.10.6
26092026-06-05T04:09:55.986Z Compiling aead v0.5.2
26102026-06-05T04:09:56.185Z Compiling byte-wrapper v0.1.0
26112026-06-05T04:09:56.437Z Compiling crossbeam-epoch v0.9.18
26122026-06-05T04:09:56.531Z Compiling dtrace-parser v0.2.0
26132026-06-05T04:09:56.948Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26142026-06-05T04:09:57.049Z Compiling thread-id v4.2.2
26152026-06-05T04:09:57.139Z Compiling strsim v0.11.1
26162026-06-05T04:09:57.229Z Compiling float-ord v0.3.2
26172026-06-05T04:09:57.351Z Compiling clap_lex v1.1.0
26182026-06-05T04:09:57.378Z Compiling keccak v0.1.6
26192026-06-05T04:09:57.720Z Compiling sha3 v0.10.9
26202026-06-05T04:09:57.968Z Compiling clap_builder v4.6.0
26212026-06-05T04:09:58.089Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26222026-06-05T04:09:58.120Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26232026-06-05T04:09:58.528Z Compiling usdt-impl v0.5.0
26242026-06-05T04:09:59.089Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26252026-06-05T04:10:01.321Z Compiling argon2 v0.5.3
26262026-06-05T04:10:02.384Z Compiling chacha20poly1305 v0.10.1
26272026-06-05T04:10:02.542Z Compiling vsss-rs v3.3.4
26282026-06-05T04:10:02.859Z Compiling ciborium v0.2.2
26292026-06-05T04:10:03.711Z Compiling hash32 v0.3.1
26302026-06-05T04:10:03.884Z Compiling memmap v0.7.0
26312026-06-05T04:10:03.958Z Compiling indent_write v2.2.0
26322026-06-05T04:10:04.106Z Compiling data-encoding v2.11.0
26332026-06-05T04:10:04.125Z Compiling usdt v0.5.0
26342026-06-05T04:10:04.137Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26352026-06-05T04:10:04.786Z Compiling heapless v0.8.0
26362026-06-05T04:10:05.297Z Compiling ingot-types v0.1.2
26372026-06-05T04:10:05.764Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26382026-06-05T04:10:05.935Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26392026-06-05T04:10:06.041Z Compiling clap v4.6.1
26402026-06-05T04:10:06.118Z Compiling rustix v0.38.44
26412026-06-05T04:10:06.133Z Compiling tabwriter v1.4.1
26422026-06-05T04:10:06.509Z Compiling cobs v0.3.0
26432026-06-05T04:10:06.779Z Compiling colored v3.1.1
26442026-06-05T04:10:06.794Z Compiling foreign-types-shared v0.3.1
26452026-06-05T04:10:06.896Z Compiling managed v0.8.0
26462026-06-05T04:10:07.169Z Compiling bitflags v1.3.2
26472026-06-05T04:10:07.252Z Compiling smoltcp v0.11.0
26482026-06-05T04:10:07.447Z Compiling foreign-types v0.5.0
26492026-06-05T04:10:07.522Z Compiling postcard v1.1.3
26502026-06-05T04:10:07.534Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26512026-06-05T04:10:07.905Z Compiling num_enum v0.7.6
26522026-06-05T04:10:08.039Z Compiling ingot v0.1.1
26532026-06-05T04:10:08.409Z Compiling memoffset v0.9.1
26542026-06-05T04:10:08.505Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26552026-06-05T04:10:08.633Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26562026-06-05T04:10:08.917Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26572026-06-05T04:10:09.043Z Compiling chacha20 v0.10.0
26582026-06-05T04:10:09.112Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26592026-06-05T04:10:09.355Z Compiling serde_spanned v0.6.9
26602026-06-05T04:10:09.526Z Compiling toml_datetime v0.6.11
26612026-06-05T04:10:09.542Z Compiling cstr-argument v0.1.2
26622026-06-05T04:10:09.718Z Compiling resolv-conf v0.7.6
26632026-06-05T04:10:09.907Z Compiling unicode-segmentation v1.13.3
26642026-06-05T04:10:10.235Z Compiling linked-hash-map v0.5.6
26652026-06-05T04:10:10.270Z Compiling swrite v0.1.0
26662026-06-05T04:10:10.362Z Compiling toml_write v0.1.2
26672026-06-05T04:10:10.382Z Compiling static_assertions v1.1.0
26682026-06-05T04:10:10.451Z Compiling winnow v0.7.15
26692026-06-05T04:10:10.475Z Compiling lru-cache v0.1.2
26702026-06-05T04:10:10.515Z Compiling newline-converter v0.3.0
26712026-06-05T04:10:10.567Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26722026-06-05T04:10:10.610Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26732026-06-05T04:10:10.621Z Compiling rand v0.10.1
26742026-06-05T04:10:10.647Z Compiling hubpack v0.1.2
26752026-06-05T04:10:10.927Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26762026-06-05T04:10:11.026Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26772026-06-05T04:10:11.060Z Compiling nix v0.31.3
26782026-06-05T04:10:11.255Z Compiling atomicwrites v0.4.4
26792026-06-05T04:10:11.449Z Compiling hickory-proto v0.24.4
26802026-06-05T04:10:11.548Z Compiling crossbeam-deque v0.8.6
26812026-06-05T04:10:11.772Z Compiling console v0.15.11
26822026-06-05T04:10:12.256Z Compiling toml_edit v0.22.27
26832026-06-05T04:10:12.342Z Compiling itertools v0.12.1
26842026-06-05T04:10:13.112Z Compiling camino-tempfile v1.4.1
26852026-06-05T04:10:13.559Z Compiling serde-big-array v0.5.1
26862026-06-05T04:10:13.688Z Compiling siphasher v1.0.3
26872026-06-05T04:10:13.744Z Compiling lazy_static v1.5.0
26882026-06-05T04:10:13.819Z Compiling similar v2.7.0
26892026-06-05T04:10:13.857Z Compiling toml v0.8.23
26902026-06-05T04:10:13.903Z Compiling phf_shared v0.12.1
26912026-06-05T04:10:14.127Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26922026-06-05T04:10:14.566Z Compiling expectorate v1.2.0
26932026-06-05T04:10:14.778Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26942026-06-05T04:10:15.634Z Compiling pin-project v1.1.13
26952026-06-05T04:10:15.747Z Compiling hickory-resolver v0.24.4
26962026-06-05T04:10:16.550Z Compiling prettyplease v0.2.37
26972026-06-05T04:10:16.715Z Compiling rayon-core v1.13.0
26982026-06-05T04:10:17.991Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26992026-06-05T04:10:18.466Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
27002026-06-05T04:10:19.971Z Compiling num_enum v0.5.11
27012026-06-05T04:10:20.016Z Compiling progenitor-impl v0.13.0
27022026-06-05T04:10:20.096Z Compiling progenitor-impl v0.14.0
27032026-06-05T04:10:21.707Z Compiling unicode-normalization v0.1.25
27042026-06-05T04:10:22.199Z Compiling progenitor-client v0.13.0
27052026-06-05T04:10:22.294Z Compiling tokio-stream v0.1.18
27062026-06-05T04:10:22.748Z Compiling csv-core v0.1.13
27072026-06-05T04:10:22.863Z Compiling bstr v1.12.1
27082026-06-05T04:10:23.162Z Compiling highway v1.3.0
27092026-06-05T04:10:23.555Z Compiling konst_macro_rules v0.2.19
27102026-06-05T04:10:23.855Z Compiling unicode-width v0.1.14
27112026-06-05T04:10:23.881Z Compiling same-file v1.0.6
27122026-06-05T04:10:24.063Z Compiling foldhash v0.1.5
27132026-06-05T04:10:24.080Z Compiling foreign-types-shared v0.1.1
27142026-06-05T04:10:24.174Z Compiling foreign-types v0.3.2
27152026-06-05T04:10:24.255Z Compiling hashbrown v0.15.5
27162026-06-05T04:10:24.292Z Compiling walkdir v2.5.0
27172026-06-05T04:10:24.888Z Compiling konst v0.2.20
27182026-06-05T04:10:24.908Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27192026-06-05T04:10:25.086Z Compiling globset v0.4.18
27202026-06-05T04:10:25.271Z Compiling csv v1.4.0
27212026-06-05T04:10:26.248Z Compiling snafu v0.8.9
27222026-06-05T04:10:26.835Z Compiling qorb v0.4.1
27232026-06-05T04:10:28.046Z Compiling progenitor v0.13.0
27242026-06-05T04:10:28.194Z Compiling olpc-cjson v0.1.4
27252026-06-05T04:10:28.336Z Compiling progenitor v0.14.0
27262026-06-05T04:10:28.391Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27272026-06-05T04:10:28.409Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27282026-06-05T04:10:28.471Z Compiling rayon v1.12.0
27292026-06-05T04:10:29.030Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-06-05T04:10:30.684Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27312026-06-05T04:10:31.942Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27322026-06-05T04:10:32.931Z Compiling phf v0.12.1
27332026-06-05T04:10:33.113Z Compiling openssl-sys v0.9.116
27342026-06-05T04:10:33.552Z Compiling tokio-dtrace v0.1.1
27352026-06-05T04:10:33.897Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-05T04:10:34.950Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27372026-06-05T04:10:35.171Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27382026-06-05T04:10:36.282Z Compiling libsw-core v0.3.2
27392026-06-05T04:10:36.472Z Compiling pem v3.0.6
27402026-06-05T04:10:36.631Z Compiling serde_plain v1.0.2
27412026-06-05T04:10:36.774Z Compiling sigpipe v0.1.3
27422026-06-05T04:10:36.874Z Compiling bytecount v0.6.9
27432026-06-05T04:10:36.919Z Compiling typed-path v0.9.3
27442026-06-05T04:10:37.068Z Compiling minimal-lexical v0.2.1
27452026-06-05T04:10:37.199Z Compiling fixedbitset v0.4.2
27462026-06-05T04:10:37.291Z Compiling fixedbitset v0.5.7
27472026-06-05T04:10:37.388Z Compiling jiff v0.2.28
27482026-06-05T04:10:37.568Z Compiling glob v0.3.3
27492026-06-05T04:10:37.815Z Compiling petgraph v0.8.3
27502026-06-05T04:10:38.553Z Compiling tough v0.22.0
27512026-06-05T04:10:38.810Z Compiling petgraph v0.6.5
27522026-06-05T04:10:39.089Z Compiling nom v7.1.3
27532026-06-05T04:10:39.844Z Compiling papergrid v0.11.0
27542026-06-05T04:10:40.299Z Compiling openssl v0.10.80
27552026-06-05T04:10:40.624Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-05T04:10:40.804Z Compiling libsw v3.5.0
27572026-06-05T04:10:40.995Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27582026-06-05T04:10:41.753Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-05T04:10:41.996Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27602026-06-05T04:10:42.289Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-05T04:10:43.085Z Compiling zone v0.3.1
27622026-06-05T04:10:44.951Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-05T04:10:45.165Z Compiling oxide-tokio-rt v0.1.6
27642026-06-05T04:10:45.245Z Compiling chrono-tz v0.10.4
27652026-06-05T04:10:45.574Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27662026-06-05T04:10:45.827Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-05T04:10:45.990Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27682026-06-05T04:10:46.009Z Compiling newtype_derive v0.1.6
27692026-06-05T04:10:46.095Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-06-05T04:10:46.677Z Compiling slog-dtrace v0.3.0
27712026-06-05T04:10:47.392Z Compiling const_format v0.2.36
27722026-06-05T04:10:47.959Z Compiling cancel-safe-futures v0.1.5
27732026-06-05T04:10:48.315Z Compiling owo-colors v4.3.0
27742026-06-05T04:10:48.340Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27752026-06-05T04:10:49.097Z Compiling gethostname v0.5.0
27762026-06-05T04:10:49.230Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-06-05T04:10:49.242Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-05T04:10:49.369Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-06-05T04:10:49.508Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-06-05T04:10:49.861Z Compiling bcs v0.1.6
27812026-06-05T04:10:50.103Z Compiling smf v0.2.3
27822026-06-05T04:10:50.203Z Compiling smawk v0.3.2
27832026-06-05T04:10:50.270Z Compiling unicode-linebreak v0.1.5
27842026-06-05T04:10:50.365Z Compiling termtree v0.5.1
27852026-06-05T04:10:50.377Z Compiling linear-map v1.2.0
27862026-06-05T04:10:50.537Z Compiling tagptr v0.2.0
27872026-06-05T04:10:50.551Z Compiling whoami v1.6.1
27882026-06-05T04:10:50.597Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-06-05T04:10:50.701Z Compiling moka v0.12.15
27902026-06-05T04:10:51.014Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-06-05T04:10:51.339Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-06-05T04:10:51.940Z Compiling textwrap v0.16.2
27932026-06-05T04:10:52.166Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27942026-06-05T04:10:52.485Z Compiling tabled v0.15.0
27952026-06-05T04:10:53.308Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27962026-06-05T04:10:53.609Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27972026-06-05T04:10:53.827Z Compiling steno v0.4.1
27982026-06-05T04:10:54.261Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27992026-06-05T04:10:54.378Z Compiling cookie v0.18.1
28002026-06-05T04:10:55.733Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28012026-06-05T04:10:59.567Z Compiling hickory-proto v0.25.2
28022026-06-05T04:11:00.322Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
28032026-06-05T04:11:01.272Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
28042026-06-05T04:11:02.047Z Compiling hickory-resolver v0.25.2
28052026-06-05T04:11:03.215Z Compiling arc-swap v1.9.1
28062026-06-05T04:11:03.577Z Compiling slog-scope v4.4.1
28072026-06-05T04:11:03.913Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28082026-06-05T04:11:04.059Z Compiling libscf-sys v1.2.0
28092026-06-05T04:11:04.081Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28102026-06-05T04:11:04.203Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28112026-06-05T04:11:04.813Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28122026-06-05T04:11:04.914Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28132026-06-05T04:11:05.535Z Compiling slog-stdlog v4.1.1
28142026-06-05T04:11:05.926Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28152026-06-05T04:11:06.597Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28162026-06-05T04:11:06.711Z Compiling slog-envlogger v2.2.0
28172026-06-05T04:11:07.976Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
28182026-06-05T04:11:08.073Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28192026-06-05T04:11:08.783Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28202026-06-05T04:11:16.043Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28212026-06-05T04:11:18.554Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28222026-06-05T04:11:20.245Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28232026-06-05T04:11:29.036Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28242026-06-05T04:11:32.825Z Finished `release` profile [optimized] target(s) in 2m 26s
28252026-06-05T04:11:32.941Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28262026-06-05T04:11:32.945Z
28272026-06-05T04:11:32.945Zrunning 1 test
28282026-06-05T04:11:33.165Zconfigure zone
28292026-06-05T04:11:33.185Zinstall zone
28302026-06-05T04:11:43.176Zboot zone
28312026-06-05T04:11:43.265Zstart zone s1
28322026-06-05T04:11:43.269Zconfigure zone
28332026-06-05T04:11:43.274Zinstall zone
28342026-06-05T04:11:45.144Zboot zone
28352026-06-05T04:11:45.245Zstart zone s2
28362026-06-05T04:11:45.245Zconfigure zone
28372026-06-05T04:11:45.254Zinstall zone
28382026-06-05T04:11:47.638Zboot zone
28392026-06-05T04:11:47.744Zstart zone t1
28402026-06-05T04:11:47.744Zconfigure zone
28412026-06-05T04:11:47.754Zinstall zone
28422026-06-05T04:11:50.419Zboot zone
28432026-06-05T04:11:50.547Zwaiting for zones to come up
28442026-06-05T04:12:00.537Z[sidecar.trio] svcs milestone/network
28452026-06-05T04:12:00.565ZSTATE STIME FMRI
28462026-06-05T04:12:00.565Zonline 4:11:42 svc:/milestone/network:default
28472026-06-05T04:12:00.565Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28482026-06-05T04:12:00.592Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28492026-06-05T04:12:00.620Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28502026-06-05T04:12:00.640Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28512026-06-05T04:12:00.643Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28522026-06-05T04:12:00.655Z
28532026-06-05T04:12:00.655Zrunning zone s1.trio setup
28542026-06-05T04:12:00.655Z[s1.trio] svcs milestone/network
28552026-06-05T04:12:00.672ZSTATE STIME FMRI
28562026-06-05T04:12:00.672Zonline 4:11:44 svc:/milestone/network:default
28572026-06-05T04:12:00.672Z[s1.trio] dladm
28582026-06-05T04:12:00.685ZLINK CLASS MTU STATE BRIDGE OVER
28592026-06-05T04:12:00.685Zsl0 simnet 9000 up -- ?
28602026-06-05T04:12:00.685Zmg2 vnic 9000 up -- ?
28612026-06-05T04:12:00.685Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28622026-06-05T04:12:01.261Z
28632026-06-05T04:12:01.261Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28642026-06-05T04:12:01.277Z
28652026-06-05T04:12:01.277Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28662026-06-05T04:12:01.289Z
28672026-06-05T04:12:01.289Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28682026-06-05T04:12:01.375Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28692026-06-05T04:12:01.446Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d2890023-d313-49fb-8b19-b66bbbbd60f8 --sled-uuid d49482f9-48ef-41d3-b108-161a1c72de84 -a sl0/v6 &> /opt/ddmd.log &
28702026-06-05T04:12:01.461Z
28712026-06-05T04:12:01.461Zrunning zone s2.trio setup
28722026-06-05T04:12:01.461Z[s2.trio] svcs milestone/network
28732026-06-05T04:12:01.476ZSTATE STIME FMRI
28742026-06-05T04:12:01.476Zonline 4:11:47 svc:/milestone/network:default
28752026-06-05T04:12:01.476Z[s2.trio] dladm
28762026-06-05T04:12:01.490ZLINK CLASS MTU STATE BRIDGE OVER
28772026-06-05T04:12:01.490Zsl1 simnet 9000 up -- ?
28782026-06-05T04:12:01.490Zmg3 vnic 9000 up -- ?
28792026-06-05T04:12:01.490Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28802026-06-05T04:12:02.026Z
28812026-06-05T04:12:02.026Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28822026-06-05T04:12:02.043Z
28832026-06-05T04:12:02.043Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28842026-06-05T04:12:02.055Z
28852026-06-05T04:12:02.055Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28862026-06-05T04:12:02.154Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28872026-06-05T04:12:02.164Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 94a6a530-f3d8-4316-89bf-66dc300454bd --sled-uuid 34b98d05-04fe-4432-aa4e-3257df9a40db -a sl1/v6 &> /opt/ddmd.log &
28882026-06-05T04:12:02.164Z
28892026-06-05T04:12:02.164Zrunning zone t1.trio setup
28902026-06-05T04:12:02.164Z[t1.trio] svcs milestone/network
28912026-06-05T04:12:02.164ZSTATE STIME FMRI
28922026-06-05T04:12:02.164Zonline 4:11:50 svc:/milestone/network:default
28932026-06-05T04:12:02.164Z[t1.trio] dladm
28942026-06-05T04:12:02.164ZLINK CLASS MTU STATE BRIDGE OVER
28952026-06-05T04:12:02.164Ztfportrear0_0 simnet 9000 up -- ?
28962026-06-05T04:12:02.164Ztfportrear1_0 simnet 9000 up -- ?
28972026-06-05T04:12:02.165Zmg1 vnic 9000 up -- ?
28982026-06-05T04:12:02.165Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28992026-06-05T04:12:02.685Z
29002026-06-05T04:12:02.685Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29012026-06-05T04:12:02.704Z
29022026-06-05T04:12:02.704Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29032026-06-05T04:12:02.715Z
29042026-06-05T04:12:02.715Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
29052026-06-05T04:12:02.726Z
29062026-06-05T04:12:02.726Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
29072026-06-05T04:12:03.033Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
29082026-06-05T04:12:03.036Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
29092026-06-05T04:12:03.039Zwaiting 3s for copy of files to zone to complete ...
29102026-06-05T04:12:06.037Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29112026-06-05T04:12:06.177Z
29122026-06-05T04:12:06.177Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29132026-06-05T04:12:06.283Z
29142026-06-05T04:12:06.283Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
29152026-06-05T04:12:06.318Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
29162026-06-05T04:12:06.345Z[t1.trio] svcadm disable dendrite
29172026-06-05T04:12:06.370Z
29182026-06-05T04:12:06.370Z[t1.trio] svcadm disable tfport
29192026-06-05T04:12:06.392Z
29202026-06-05T04:12:06.392Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
29212026-06-05T04:12:06.417Z
29222026-06-05T04:12:06.417Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29232026-06-05T04:12:06.442Z
29242026-06-05T04:12:06.442Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29252026-06-05T04:12:06.467Z
29262026-06-05T04:12:06.467Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29272026-06-05T04:12:06.491Z
29282026-06-05T04:12:06.492Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29292026-06-05T04:12:06.516Z
29302026-06-05T04:12:06.516Z[t1.trio] svcadm refresh dendrite:default
29312026-06-05T04:12:06.537Z
29322026-06-05T04:12:06.537Z[t1.trio] svcadm enable dendrite:default
29332026-06-05T04:12:06.559Z
29342026-06-05T04:12:06.559Zwait 10s for dendrite to come up ...
29352026-06-05T04:12:16.560Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29362026-06-05T04:12:16.590Z
29372026-06-05T04:12:16.590Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29382026-06-05T04:12:16.615Z
29392026-06-05T04:12:16.615Z[t1.trio] svcadm refresh tfport:default
29402026-06-05T04:12:16.637Z
29412026-06-05T04:12:16.637Z[t1.trio] svcadm enable tfport
29422026-06-05T04:12:16.658Z
29432026-06-05T04:12:16.658Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid cd836ce6-eba2-4ebf-9bb5-e3df81d8293e --sled-uuid 272d2931-5008-48aa-bfc1-76b25805528d -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29442026-06-05T04:12:16.670Z
29452026-06-05T04:12:16.670Z[t1.trio] ipadm
29462026-06-05T04:12:16.684ZADDROBJ TYPE STATE ADDR
29472026-06-05T04:12:16.684Zlo0/v4 static ok 127.0.0.1/8
29482026-06-05T04:12:16.684Zmg1/v4 static ok 10.0.0.3/24
29492026-06-05T04:12:16.684Zlo0/v6 static ok ::1/128
29502026-06-05T04:12:16.684Zlo0/u6 static ok fd00:3::1/64
29512026-06-05T04:12:16.684Ztfportrear0_0/v6 addrconf ok fe80::d0d1:f2ff:fe56:1780%tfportrear0_0/10
29522026-06-05T04:12:16.684Ztfportrear1_0/v6 addrconf ok fe80::789f:c7ff:fe12:c956%tfportrear1_0/10
29532026-06-05T04:12:18.808Zinitial peering test passed
29542026-06-05T04:12:19.810Zadvertise from one passed
29552026-06-05T04:12:20.812Zadvertise from two passed
29562026-06-05T04:12:20.812Z[s1.trio] ping fd00:2::1
29572026-06-05T04:12:20.829Zfd00:2::1 is alive
29582026-06-05T04:12:20.830Z[s2.trio] ping fd00:1::1
29592026-06-05T04:12:20.843Zfd00:1::1 is alive
29602026-06-05T04:12:20.843Zconnectivity test passed
29612026-06-05T04:12:20.843Z[t1.trio] pkill ddmd
29622026-06-05T04:12:20.854Z
29632026-06-05T04:12:26.859Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 6b10b0b7-350f-417d-9666-40132674a31c --sled-uuid 74502f13-12dd-44ba-8ccc-c90c2adc79b2 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29642026-06-05T04:12:26.874Z
29652026-06-05T04:12:26.874Z[t1.trio] ipadm
29662026-06-05T04:12:26.887ZADDROBJ TYPE STATE ADDR
29672026-06-05T04:12:26.887Zlo0/v4 static ok 127.0.0.1/8
29682026-06-05T04:12:26.887Zmg1/v4 static ok 10.0.0.3/24
29692026-06-05T04:12:26.887Zlo0/v6 static ok ::1/128
29702026-06-05T04:12:26.887Zlo0/u6 static ok fd00:3::1/64
29712026-06-05T04:12:26.887Ztfportrear0_0/v6 addrconf ok fe80::d0d1:f2ff:fe56:1780%tfportrear0_0/10
29722026-06-05T04:12:26.887Ztfportrear1_0/v6 addrconf ok fe80::789f:c7ff:fe12:c956%tfportrear1_0/10
29732026-06-05T04:12:29.890Z[s1.trio] ping fd00:2::1
29742026-06-05T04:12:29.907Zfd00:2::1 is alive
29752026-06-05T04:12:29.907Z[s2.trio] ping fd00:1::1
29762026-06-05T04:12:29.919Zfd00:1::1 is alive
29772026-06-05T04:12:29.919Ztransit router restart passed
29782026-06-05T04:12:29.919Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29792026-06-05T04:12:29.935Zlocal v6:
29802026-06-05T04:12:29.935Zfe80::d0d1:f2ff:fe56:1780
29812026-06-05T04:12:29.935Zfe80::789f:c7ff:fe12:c956
29822026-06-05T04:12:29.935Zlocal v4:
29832026-06-05T04:12:29.935Zrouter v6_idx:
29842026-06-05T04:12:29.935Zfd00:1::/64 -> 0
29852026-06-05T04:12:29.935Zfd00:2::/64 -> 1
29862026-06-05T04:12:29.935Zrouter v6_routes:
29872026-06-05T04:12:29.935Z0 -> fe80::44b7:97ff:fe8c:8e04 (1)
29882026-06-05T04:12:29.935Z1 -> fe80::ac75:ecff:fe65:f133 (2)
29892026-06-05T04:12:29.935Zrouter v4_idx:
29902026-06-05T04:12:29.935Zrouter v4_routes:
29912026-06-05T04:12:29.935Zresolver v4:
29922026-06-05T04:12:29.935Z10.0.0.254 -> 02:08:20:dc:26:70
29932026-06-05T04:12:29.935Z10.0.0.3 -> 02:08:20:d3:1c:32
29942026-06-05T04:12:29.935Zresolver v6:
29952026-06-05T04:12:29.935Zfe80::d0d1:f2ff:fe56:1780 -> d2:d1:f2:56:17:80
29962026-06-05T04:12:29.935Zfe80::789f:c7ff:fe12:c956 -> 7a:9f:c7:12:c9:56
29972026-06-05T04:12:29.935Zfe80::44b7:97ff:fe8c:8e04 -> 46:b7:97:8c:8e:04
29982026-06-05T04:12:29.935Zfe80::ac75:ecff:fe65:f133 -> ae:75:ec:65:f1:33
29992026-06-05T04:12:29.935Znat v4:
30002026-06-05T04:12:29.935Znat_v6:
30012026-06-05T04:12:29.935Zport_mac:
30022026-06-05T04:12:29.935Z1: a8:40:25:45:37:8c
30032026-06-05T04:12:29.935Z2: a8:40:25:45:37:8d
30042026-06-05T04:12:29.935Z1000: a8:40:25:45:37:8b
30052026-06-05T04:12:29.935Zproxy arp:
30062026-06-05T04:12:29.935Z[s1.trio] pkill ddmd
30072026-06-05T04:12:29.947Z
30082026-06-05T04:12:32.955Ztest ddm::test_trio_v3 has been running for over 60 seconds
30092026-06-05T04:12:34.955Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30102026-06-05T04:12:34.978Zlocal v6:
30112026-06-05T04:12:34.978Zfe80::d0d1:f2ff:fe56:1780
30122026-06-05T04:12:34.978Zfe80::789f:c7ff:fe12:c956
30132026-06-05T04:12:34.978Zlocal v4:
30142026-06-05T04:12:34.978Zrouter v6_idx:
30152026-06-05T04:12:34.978Zfd00:2::/64 -> 1
30162026-06-05T04:12:34.978Zrouter v6_routes:
30172026-06-05T04:12:34.978Z1 -> fe80::ac75:ecff:fe65:f133 (2)
30182026-06-05T04:12:34.978Zrouter v4_idx:
30192026-06-05T04:12:34.978Zrouter v4_routes:
30202026-06-05T04:12:34.978Zresolver v4:
30212026-06-05T04:12:34.978Z10.0.0.254 -> 02:08:20:dc:26:70
30222026-06-05T04:12:34.978Z10.0.0.3 -> 02:08:20:d3:1c:32
30232026-06-05T04:12:34.978Zresolver v6:
30242026-06-05T04:12:34.978Zfe80::d0d1:f2ff:fe56:1780 -> d2:d1:f2:56:17:80
30252026-06-05T04:12:34.978Zfe80::789f:c7ff:fe12:c956 -> 7a:9f:c7:12:c9:56
30262026-06-05T04:12:34.978Zfe80::44b7:97ff:fe8c:8e04 -> 46:b7:97:8c:8e:04
30272026-06-05T04:12:34.978Zfe80::ac75:ecff:fe65:f133 -> ae:75:ec:65:f1:33
30282026-06-05T04:12:34.978Znat v4:
30292026-06-05T04:12:34.978Znat_v6:
30302026-06-05T04:12:34.978Zport_mac:
30312026-06-05T04:12:34.978Z1: a8:40:25:45:37:8c
30322026-06-05T04:12:34.979Z2: a8:40:25:45:37:8d
30332026-06-05T04:12:34.979Z1000: a8:40:25:45:37:8b
30342026-06-05T04:12:34.979Zproxy arp:
30352026-06-05T04:12:34.979Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid efd12c69-0f25-4825-aa8e-48d6a68d1a8c --sled-uuid 86f093e3-8ac7-437f-b9d1-c8836108ce2a -a sl0/v6 &> /opt/ddmd.log &
30362026-06-05T04:12:34.984Z
30372026-06-05T04:12:37.989Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30382026-06-05T04:12:38.017Zlocal v6:
30392026-06-05T04:12:38.017Zfe80::d0d1:f2ff:fe56:1780
30402026-06-05T04:12:38.017Zfe80::789f:c7ff:fe12:c956
30412026-06-05T04:12:38.017Zlocal v4:
30422026-06-05T04:12:38.017Zrouter v6_idx:
30432026-06-05T04:12:38.017Zfd00:1::/64 -> 0
30442026-06-05T04:12:38.017Zfd00:2::/64 -> 1
30452026-06-05T04:12:38.017Zrouter v6_routes:
30462026-06-05T04:12:38.017Z0 -> fe80::44b7:97ff:fe8c:8e04 (1)
30472026-06-05T04:12:38.017Z1 -> fe80::ac75:ecff:fe65:f133 (2)
30482026-06-05T04:12:38.017Zrouter v4_idx:
30492026-06-05T04:12:38.017Zrouter v4_routes:
30502026-06-05T04:12:38.017Zresolver v4:
30512026-06-05T04:12:38.017Z10.0.0.254 -> 02:08:20:dc:26:70
30522026-06-05T04:12:38.017Z10.0.0.3 -> 02:08:20:d3:1c:32
30532026-06-05T04:12:38.017Zresolver v6:
30542026-06-05T04:12:38.017Zfe80::d0d1:f2ff:fe56:1780 -> d2:d1:f2:56:17:80
30552026-06-05T04:12:38.017Zfe80::789f:c7ff:fe12:c956 -> 7a:9f:c7:12:c9:56
30562026-06-05T04:12:38.017Zfe80::44b7:97ff:fe8c:8e04 -> 46:b7:97:8c:8e:04
30572026-06-05T04:12:38.017Zfe80::ac75:ecff:fe65:f133 -> ae:75:ec:65:f1:33
30582026-06-05T04:12:38.018Znat v4:
30592026-06-05T04:12:38.018Znat_v6:
30602026-06-05T04:12:38.018Zport_mac:
30612026-06-05T04:12:38.018Z1: a8:40:25:45:37:8c
30622026-06-05T04:12:38.018Z2: a8:40:25:45:37:8d
30632026-06-05T04:12:38.018Z1000: a8:40:25:45:37:8b
30642026-06-05T04:12:38.018Zproxy arp:
30652026-06-05T04:12:38.027Z[s2.trio] netstat -nr -f inet6
30662026-06-05T04:12:38.027ZRouting Table: IPv6
30672026-06-05T04:12:38.027Z Destination/Mask Gateway Flags Ref Use If
30682026-06-05T04:12:38.027Z--------------------------- --------------------------- ----- --- ------- -----
30692026-06-05T04:12:38.027Z::1 ::1 UH 2 0 lo0
30702026-06-05T04:12:38.028Zfd00:1::/64 fe80::789f:c7ff:fe12:c956 UG 1 0 sl1
30712026-06-05T04:12:38.028Zfe80::/10 fe80::ac75:ecff:fe65:f133 U 3 64 sl1
30722026-06-05T04:12:38.028Z[s2.trio] ipadm
30732026-06-05T04:12:38.035ZADDROBJ TYPE STATE ADDR
30742026-06-05T04:12:38.035Zlo0/v4 static ok 127.0.0.1/8
30752026-06-05T04:12:38.035Zmg3/v4 static ok 10.0.0.2/24
30762026-06-05T04:12:38.035Zlo0/v6 static ok ::1/128
30772026-06-05T04:12:38.035Zlo0/u6 static ok fd00:2::1/64
30782026-06-05T04:12:38.035Zsl1/v6 addrconf ok fe80::ac75:ecff:fe65:f133%sl1/10
30792026-06-05T04:12:38.035Z[s2.trio] route -nv get -inet6 fd00:1::1
30802026-06-05T04:12:38.040Znewrt->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>
30812026-06-05T04:12:38.040Zlocks: inits:
30822026-06-05T04:12:38.040Zsockaddrs: <DST,IFP>
30832026-06-05T04:12:38.040Z fd00:1::1
30842026-06-05T04:12:38.040Z route to: fd00:1::1
30852026-06-05T04:12:38.040Zdestination: fd00:1::
30862026-06-05T04:12:38.040Z mask: ffff:ffff:ffff:ffff::
30872026-06-05T04:12:38.040Z gateway: fe80::789f:c7ff:fe12:c956
30882026-06-05T04:12:38.040Z interface: sl1 index 3 address ae 75 ec 65 f1 33
30892026-06-05T04:12:38.040Z flags: <UP,GATEWAY,DONE,STATIC>
30902026-06-05T04:12:38.040Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30912026-06-05T04:12:38.040Z 0 0 0 0 0 0 9000 0
30922026-06-05T04:12:38.040Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30932026-06-05T04:12:38.040Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30942026-06-05T04:12:38.041Z fd00:1:: fe80::789f:c7ff:fe12:c956 ffff:ffff:ffff:ffff:: sl1:ae.75.ec.65.f1.33 fe80::ac75:ecff:fe65:f133
30952026-06-05T04:12:38.041Z[s2.trio] ndp -na
30962026-06-05T04:12:38.052ZNet to Media Table: IPv6
30972026-06-05T04:12:38.052Z If Physical Address Type State Destination/Mask
30982026-06-05T04:12:38.052Z----- ----------------- ------- ------------ ---------------------------
30992026-06-05T04:12:38.052Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
31002026-06-05T04:12:38.052Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
31012026-06-05T04:12:38.052Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
31022026-06-05T04:12:38.052Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
31032026-06-05T04:12:38.053Zsl1 33:33:ff:12:c9:56 other REACHABLE ff02::1:ff12:c956
31042026-06-05T04:12:38.053Zsl1 ae:75:ec:65:f1:33 local REACHABLE fe80::ac75:ecff:fe65:f133
31052026-06-05T04:12:38.053Zsl1 33:33:ff:65:f1:33 other REACHABLE ff02::1:ff65:f133
31062026-06-05T04:12:38.053Zsl1 7a:9f:c7:12:c9:56 dynamic REACHABLE fe80::789f:c7ff:fe12:c956
31072026-06-05T04:12:38.053Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
31082026-06-05T04:12:38.053Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
31092026-06-05T04:12:38.066Zlocal v6:
31102026-06-05T04:12:38.066Zfe80::d0d1:f2ff:fe56:1780
31112026-06-05T04:12:38.066Zfe80::789f:c7ff:fe12:c956
31122026-06-05T04:12:38.066Zlocal v4:
31132026-06-05T04:12:38.066Zrouter v6_idx:
31142026-06-05T04:12:38.066Zfd00:1::/64 -> 0
31152026-06-05T04:12:38.066Zfd00:2::/64 -> 1
31162026-06-05T04:12:38.066Zrouter v6_routes:
31172026-06-05T04:12:38.066Z0 -> fe80::44b7:97ff:fe8c:8e04 (1)
31182026-06-05T04:12:38.066Z1 -> fe80::ac75:ecff:fe65:f133 (2)
31192026-06-05T04:12:38.066Zrouter v4_idx:
31202026-06-05T04:12:38.066Zrouter v4_routes:
31212026-06-05T04:12:38.066Zresolver v4:
31222026-06-05T04:12:38.066Z10.0.0.254 -> 02:08:20:dc:26:70
31232026-06-05T04:12:38.066Z10.0.0.3 -> 02:08:20:d3:1c:32
31242026-06-05T04:12:38.066Zresolver v6:
31252026-06-05T04:12:38.066Zfe80::d0d1:f2ff:fe56:1780 -> d2:d1:f2:56:17:80
31262026-06-05T04:12:38.066Zfe80::789f:c7ff:fe12:c956 -> 7a:9f:c7:12:c9:56
31272026-06-05T04:12:38.066Zfe80::44b7:97ff:fe8c:8e04 -> 46:b7:97:8c:8e:04
31282026-06-05T04:12:38.066Zfe80::ac75:ecff:fe65:f133 -> ae:75:ec:65:f1:33
31292026-06-05T04:12:38.066Znat v4:
31302026-06-05T04:12:38.066Znat_v6:
31312026-06-05T04:12:38.067Zport_mac:
31322026-06-05T04:12:38.067Z1: a8:40:25:45:37:8c
31332026-06-05T04:12:38.067Z2: a8:40:25:45:37:8d
31342026-06-05T04:12:38.067Z1000: a8:40:25:45:37:8b
31352026-06-05T04:12:38.067Zproxy arp:
31362026-06-05T04:12:38.067Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31372026-06-05T04:12:38.109ZSubnet Port Link Gateway Vlan
31382026-06-05T04:12:38.109Zfd00:1::/64 rear0 0 fe80::44b7:97ff:fe8c:8e04
31392026-06-05T04:12:38.110Zfd00:2::/64 rear1 0 fe80::ac75:ecff:fe65:f133
31402026-06-05T04:12:38.110Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31412026-06-05T04:12:38.147Zhost mac age
31422026-06-05T04:12:38.148Z10.0.0.3 02:08:20:d3:1c:32 21s
31432026-06-05T04:12:38.148Z10.0.0.254 02:08:20:dc:26:70 18s
31442026-06-05T04:12:38.148Zfe80::44b7:97ff:fe8c:8e04 46:b7:97:8c:8e:04 21s
31452026-06-05T04:12:38.148Zfe80::789f:c7ff:fe12:c956 7a:9f:c7:12:c9:56 21s
31462026-06-05T04:12:38.148Zfe80::ac75:ecff:fe65:f133 ae:75:ec:65:f1:33 21s
31472026-06-05T04:12:38.148Zfe80::d0d1:f2ff:fe56:1780 d2:d1:f2:56:17:80 21s
31482026-06-05T04:12:38.148Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31492026-06-05T04:12:38.187ZLink IPv4 IPv6
31502026-06-05T04:12:38.187Zrear0/0 fe80::d0d1:f2ff:fe56:1780
31512026-06-05T04:12:38.187Zrear1/0 fe80::789f:c7ff:fe12:c956
31522026-06-05T04:12:38.188Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31532026-06-05T04:12:39.213ZADDROBJ TYPE STATE ADDR
31542026-06-05T04:12:39.213Zlo0/v4 static ok 127.0.0.1/8
31552026-06-05T04:12:39.213Zmg2/v4 static ok 10.0.0.1/24
31562026-06-05T04:12:39.213Zlo0/v6 static ok ::1/128
31572026-06-05T04:12:39.213Zlo0/u6 static ok fd00:1::1/64
31582026-06-05T04:12:39.213Zsl0/v6 addrconf ok fe80::44b7:97ff:fe8c:8e04%sl0/10
31592026-06-05T04:12:39.213Znewrt->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>
31602026-06-05T04:12:39.213Zlocks: inits:
31612026-06-05T04:12:39.213Zsockaddrs: <DST,IFP>
31622026-06-05T04:12:39.213Z fd00:2::1
31632026-06-05T04:12:39.213Z route to: fd00:2::1
31642026-06-05T04:12:39.213Zdestination: fd00:2::
31652026-06-05T04:12:39.213Z mask: ffff:ffff:ffff:ffff::
31662026-06-05T04:12:39.213Z gateway: fe80::d0d1:f2ff:fe56:1780
31672026-06-05T04:12:39.213Z interface: sl0 index 3 address 46 b7 97 8c 8e 04
31682026-06-05T04:12:39.213Z flags: <UP,GATEWAY,DONE,STATIC>
31692026-06-05T04:12:39.214Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31702026-06-05T04:12:39.214Z 0 0 0 0 0 0 9000 0
31712026-06-05T04:12:39.214Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31722026-06-05T04:12:39.214Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31732026-06-05T04:12:39.214Z fd00:2:: fe80::d0d1:f2ff:fe56:1780 ffff:ffff:ffff:ffff:: sl0:46.b7.97.8c.8e.4 fe80::44b7:97ff:fe8c:8e04
31742026-06-05T04:12:39.214Z
31752026-06-05T04:12:39.214ZNet to Media Table: IPv6
31762026-06-05T04:12:39.214Z If Physical Address Type State Destination/Mask
31772026-06-05T04:12:39.214Z----- ----------------- ------- ------------ ---------------------------
31782026-06-05T04:12:39.214Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31792026-06-05T04:12:39.214Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31802026-06-05T04:12:39.214Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31812026-06-05T04:12:39.214Zsl0 33:33:ff:8c:8e:04 other REACHABLE ff02::1:ff8c:8e04
31822026-06-05T04:12:39.214Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31832026-06-05T04:12:39.214Zsl0 d2:d1:f2:56:17:80 dynamic REACHABLE fe80::d0d1:f2ff:fe56:1780
31842026-06-05T04:12:39.214Zsl0 46:b7:97:8c:8e:04 local REACHABLE fe80::44b7:97ff:fe8c:8e04
31852026-06-05T04:12:39.214Zsl0 33:33:ff:56:17:80 other REACHABLE ff02::1:ff56:1780
31862026-06-05T04:12:39.214Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31872026-06-05T04:12:39.214Z
31882026-06-05T04:12:39.214Z
31892026-06-05T04:12:39.214ZRouting Table: IPv6
31902026-06-05T04:12:39.214Z Destination/Mask Gateway Flags Ref Use If
31912026-06-05T04:12:39.214Z--------------------------- --------------------------- ----- --- ------- -----
31922026-06-05T04:12:39.214Z::1 ::1 UH 2 0 lo0
31932026-06-05T04:12:39.214Zfd00:2::/64 fe80::d0d1:f2ff:fe56:1780 UG 2 2 sl0
31942026-06-05T04:12:39.214Zfe80::/10 fe80::44b7:97ff:fe8c:8e04 U 3 64 sl0
31952026-06-05T04:12:39.215ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31962026-06-05T04:12:39.215Z68 bytes from fd00:2::1: icmp_seq=0. time=0.260 ms
31972026-06-05T04:12:39.215Z68 bytes from fd00:2::1: icmp_seq=1. time=0.334 ms
31982026-06-05T04:12:39.215Z
31992026-06-05T04:12:39.215Z----fd00:2::1 PING Statistics----
32002026-06-05T04:12:39.215Z2 packets transmitted, 2 packets received, 0% packet loss
32012026-06-05T04:12:39.215Zround-trip (ms) min/avg/max/stddev = 0.260/0.297/0.334/0.052
32022026-06-05T04:12:39.215Z[s2.trio] ping fd00:1::1
32032026-06-05T04:12:39.228Zfd00:1::1 is alive
32042026-06-05T04:12:39.228Zserver router restart passed
32052026-06-05T04:12:43.232Zpeer expiration recovery passed
32062026-06-05T04:12:44.536Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
32072026-06-05T04:12:44.545Z3
32082026-06-05T04:12:44.545Zredundant advertise passed
32092026-06-05T04:12:45.257Ztunnel endpoint advertise passed
32102026-06-05T04:12:50.258Zredundant tunnel endpoint advertise passed
32112026-06-05T04:12:50.258Z[s1.trio] pkill ddmd
32122026-06-05T04:12:50.278Z
32132026-06-05T04:12:56.416Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 66880b3f-8e55-49b7-aa6f-2dd843b59a1f --sled-uuid eba67a2f-d008-4c5f-8a22-cf77cb29bae9 -a sl0/v6 &> /opt/ddmd.log &
32142026-06-05T04:12:56.436Z
32152026-06-05T04:13:00.299Ztunnel router restart passed
32162026-06-05T04:13:01.299Ztunnel endpoint withdraw passed
32172026-06-05T04:13:01.302Z[t1.trio] pkill ddmd
32182026-06-05T04:13:01.314Z
32192026-06-05T04:13:01.314Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
32202026-06-05T04:13:01.318Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
32212026-06-05T04:13:03.236Z[s2.trio] pkill ddmd
32222026-06-05T04:13:03.249Z
32232026-06-05T04:13:03.249Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32242026-06-05T04:13:05.032Z[s1.trio] pkill ddmd
32252026-06-05T04:13:05.055Z
32262026-06-05T04:13:05.056Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32272026-06-05T04:13:06.855Z[sidecar.trio] pkill softnpu
32282026-06-05T04:13:06.874Z
32292026-06-05T04:13:06.874Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32302026-06-05T04:13:09.585Ztest ddm::test_trio_v3 ... ok
32312026-06-05T04:13:09.586Z
32322026-06-05T04:13:09.586Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.36s
32332026-06-05T04:13:09.586Z
32342026-06-05T04:13:09.611Z+ cleanup
32352026-06-05T04:13:09.611Z++ id -un
32362026-06-05T04:13:09.611Z++ id -gn
32372026-06-05T04:13:09.611Z+ pfexec chown -R build:build .
32382026-06-05T04:13:09.611Zprocess exited: duration 826068 ms, exit code 0
 
32392026-06-05T04:13:09.624Zfound 5 output files
32402026-06-05T04:13:09.627Zuploading: /work/s1.trio.log (4032 bytes)
32412026-06-05T04:13:10.703Zuploaded: /work/s1.trio.log
32422026-06-05T04:13:10.703Zuploading: /work/s2.trio.log (10788 bytes)
32432026-06-05T04:13:11.823Zuploaded: /work/s2.trio.log
32442026-06-05T04:13:11.824Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32452026-06-05T04:13:12.965Zuploaded: /work/sidecar.trio-softnpu.log
32462026-06-05T04:13:12.966Zuploading: /work/t1.trio-dpd.log (343023 bytes)
32472026-06-05T04:13:14.094Zuploaded: /work/t1.trio-dpd.log
32482026-06-05T04:13:14.094Zuploading: /work/t1.trio.log (25742 bytes)
32492026-06-05T04:13:15.241Zuploaded: /work/t1.trio.log