01KVY1A3KPQ16V8A0H90N2SPZN: test-ddm-quartet

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

Buildomat Job: 01KVY1AR359X83N4FP94PMPWNV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:03:04.434Zjob assigned to worker 01KVY1B4MD9DS5T58B0J24QRQ2 [factory aws, i-06e5f262d3262b1a5] (queued for 1 m 4 s)
 
22026-06-25T00:03:10.955Zstarting task 0: "setup"
32026-06-25T00:03:10.963Z++ uname -s
42026-06-25T00:03:10.966Z+ kern=SunOS
52026-06-25T00:03:10.966Z+ build_user=build
62026-06-25T00:03:10.966Z+ build_uid=12345
72026-06-25T00:03:10.966Z+ work_dir=/work
82026-06-25T00:03:10.966Z+ input_dir=/input
92026-06-25T00:03:10.966Z+ [[ 0 == 12345 ]]
102026-06-25T00:03:10.966Z+ case "$kern" in
112026-06-25T00:03:10.966Z+ groupadd -g 12345 build
122026-06-25T00:03:10.969Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:03:12.977Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:03:13.100Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:03:13.104Z+ home_fs=zfs
162026-06-25T00:03:13.104Z+ [[ zfs == autofs ]]
172026-06-25T00:03:13.104Z+ mkdir -p /home/build
182026-06-25T00:03:13.104Z+ chown build:build /home/build /work
192026-06-25T00:03:14.105Z+ chmod 0700 /home/build /work
202026-06-25T00:03:14.108Zprocess exited: duration 3154 ms, exit code 0
 
212026-06-25T00:03:14.114Zstarting task 1: "rust-toolchain"
222026-06-25T00:03:14.119Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T00:03:14.119Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T00:03:14.119Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T00:03:14.119Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T00:03:14.119Z * rust toolchain channel = "stable"
272026-06-25T00:03:14.119Z * rust toolchain profile = "default"
282026-06-25T00:03:14.123Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:03:14.123Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T00:03:14.243Zinfo: downloading installer
312026-06-25T00:03:15.645Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:03:15.645Zwarn: /opt/ooce/bin
332026-06-25T00:03:15.645Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:03:15.645Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:03:15.645Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:03:15.645Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:03:15.645Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:03:15.645Zerror: cannot install while Rust is installed
392026-06-25T00:03:15.645Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:03:15.645Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:03:15.645Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:03:15.645Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:03:15.645Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:03:15.658Zinfo: profile set to default
452026-06-25T00:03:15.658Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:03:15.661Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T00:03:15.802Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T00:03:15.805Zinfo: downloading 6 components
492026-06-25T00:03:30.606Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T00:03:30.606Z
512026-06-25T00:03:30.643Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T00:03:30.643Z
532026-06-25T00:03:30.643Z
542026-06-25T00:03:30.643ZRust is installed now. Great!
552026-06-25T00:03:30.643Z
562026-06-25T00:03:30.643ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:03:30.643Zenvironment variable. This has not been done automatically.
582026-06-25T00:03:30.643Z
592026-06-25T00:03:30.643ZTo configure your current shell, you need to source
602026-06-25T00:03:30.644Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:03:30.644Z
622026-06-25T00:03:30.644ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:03:30.644Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:03:30.644Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:03:30.644Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:03:30.644Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:03:30.644Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:03:30.644Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:03:30.647Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:03:30.648Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:03:30.746Z+ rustup --version
722026-06-25T00:03:30.754Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:03:30.758Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:03:30.777Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T00:03:30.781Z+ cargo --version
762026-06-25T00:03:30.791Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T00:03:30.796Z+ rustc --version
782026-06-25T00:03:30.815Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T00:03:30.819Zprocess exited: duration 16701 ms, exit code 0
 
802026-06-25T00:03:30.825Zstarting task 2: "authentication"
812026-06-25T00:03:30.843Zprocess exited: duration 18 ms, exit code 0
 
822026-06-25T00:03:30.850Zstarting task 3: "clone repository"
832026-06-25T00:03:30.853Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T00:03:30.856Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T00:03:30.885ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T00:03:32.059Z+ cd /work/oxidecomputer/maghemite
872026-06-25T00:03:32.059Z+ git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e
882026-06-25T00:03:32.343ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T00:03:32.343Z * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD
902026-06-25T00:03:32.379Z+ [[ -n trey/ndp-demux ]]
912026-06-25T00:03:32.408Z++ git branch --show-current
922026-06-25T00:03:32.408Z+ current=main
932026-06-25T00:03:32.409Z+ [[ main != trey/ndp-demux ]]
942026-06-25T00:03:32.409Z+ git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e
952026-06-25T00:03:32.409Z+ git checkout -f trey/ndp-demux
962026-06-25T00:03:32.409ZSwitched to branch 'trey/ndp-demux'
972026-06-25T00:03:32.409Z+ git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e
982026-06-25T00:03:32.413ZHEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux
992026-06-25T00:03:32.413Zprocess exited: duration 1535 ms, exit code 0
 
1002026-06-25T00:03:32.449Zstarting task 4: "build"
1012026-06-25T00:03:32.468Z++ dladm
1022026-06-25T00:03:32.469ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-25T00:03:32.469Zena0 phys 9216 up -- --
1042026-06-25T00:03:32.469Z++ ipadm
1052026-06-25T00:03:32.469ZADDROBJ TYPE STATE ADDR
1062026-06-25T00:03:32.469Zlo0/v4 static ok 127.0.0.1/8
1072026-06-25T00:03:32.469Zena0/dhcp dhcp ok 10.150.1.12/24
1082026-06-25T00:03:32.469Zlo0/v6 static ok ::1/128
1092026-06-25T00:03:32.469Z++ banner collect
1102026-06-25T00:03:32.469Z
1112026-06-25T00:03:32.469Z #### #### # # ###### #### #####
1122026-06-25T00:03:32.469Z # # # # # # # # # #
1132026-06-25T00:03:32.469Z # # # # # ##### # #
1142026-06-25T00:03:32.469Z # # # # # # # #
1152026-06-25T00:03:32.469Z # # # # # # # # # #
1162026-06-25T00:03:32.469Z #### #### ###### ###### ###### #### #
1172026-06-25T00:03:32.469Z
1182026-06-25T00:03:32.469Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-25T00:03:32.469Z++ repo=softnpu
1202026-06-25T00:03:32.469Z++ series=image
1212026-06-25T00:03:32.469Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-25T00:03:32.469Z++ name=softnpu
1232026-06-25T00:03:32.469Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-25T00:03:32.469Z++ mkdir -p download
1252026-06-25T00:03:32.469Z++ pushd download
1262026-06-25T00:03:32.470Z++ [[ ! -f softnpu ]]
1272026-06-25T00:03:32.470Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1282026-06-25T00:03:32.470Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-25T00:03:32.470Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-25T00:03:32.470Z Dload Upload Total Spent Left Speed
1312026-06-25T00:03:34.964Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 0 0 0 0 0 0 0 0 00:02 0 100 15.63M 100 15.63M 0 0 6.22M 0 00:02 00:02 6.22M 100 15.63M 100 15.63M 0 0 6.22M 0 00:02 00:02 6.22M 100 15.63M 100 15.63M 0 0 6.22M 0 00:02 00:02 6.22M
1322026-06-25T00:03:34.967Z++ popd
1332026-06-25T00:03:34.971Z/work/oxidecomputer/maghemite
1342026-06-25T00:03:34.971Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-25T00:03:34.971Z++ repo=sidecar-lite
1362026-06-25T00:03:34.971Z++ series=release
1372026-06-25T00:03:34.971Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-25T00:03:34.971Z++ name=libsidecar_lite.so
1392026-06-25T00:03:34.971Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-25T00:03:34.972Z++ mkdir -p download
1412026-06-25T00:03:34.972Z++ pushd download
1422026-06-25T00:03:34.972Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-25T00:03:34.972Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-25T00:03:34.972Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-25T00:03:34.975Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-25T00:03:34.975Z Dload Upload Total Spent Left Speed
1472026-06-25T00:03:35.580Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 20.61M 0 0 100 12.04M 100 12.04M 0 0 20.61M 0 0 100 12.04M 100 12.04M 0 0 20.60M 0 0
1482026-06-25T00:03:35.586Z++ popd
1492026-06-25T00:03:35.586Z/work/oxidecomputer/maghemite
1502026-06-25T00:03:35.586Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-25T00:03:35.587Z++ repo=sidecar-lite
1522026-06-25T00:03:35.587Z++ series=release
1532026-06-25T00:03:35.587Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-25T00:03:35.587Z++ name=scadm
1552026-06-25T00:03:35.587Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-25T00:03:35.587Z++ mkdir -p download
1572026-06-25T00:03:35.587Z++ pushd download
1582026-06-25T00:03:35.587Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-25T00:03:35.587Z++ [[ ! -f scadm ]]
1602026-06-25T00:03:35.587Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-25T00:03:35.587Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-25T00:03:35.587Z Dload Upload Total Spent Left Speed
1632026-06-25T00:03:38.255Z 0 0 0 0 0 0 0 0 0 34 15.78M 34 5.36M 0 0 3.45M 0 00:04 00:01 00:03 3.45M 86 15.78M 86 13.68M 0 0 5.35M 0 00:02 00:02 5.35M 100 15.78M 100 15.78M 0 0 5.89M 0 00:02 00:02 5.35M 100 15.78M 100 15.78M 0 0 5.89M 0 00:02 00:02 5.35M 100 15.78M 100 15.78M 0 0 5.89M 0 00:02 00:02 5.35M
1642026-06-25T00:03:38.277Z++ popd
1652026-06-25T00:03:38.277Z/work/oxidecomputer/maghemite
1662026-06-25T00:03:38.277Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-25T00:03:38.277Z++ repo=dendrite
1682026-06-25T00:03:38.277Z++ series=image
1692026-06-25T00:03:38.277Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-25T00:03:38.277Z++ name=dendrite-softnpu.tar.gz
1712026-06-25T00:03:38.277Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-25T00:03:38.277Z++ mkdir -p download
1732026-06-25T00:03:38.277Z++ pushd download
1742026-06-25T00:03:38.277Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-25T00:03:38.277Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-25T00:03:38.277Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-25T00:03:38.277Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-25T00:03:38.277Z Dload Upload Total Spent Left Speed
1792026-06-25T00:03:40.493Z 0 0 0 0 0 0 0 0 0 39 71.59M 39 28.06M 0 0 28.04M 0 00:02 00:01 00:01 28.05M 83 71.59M 83 59.89M 0 0 29.95M 0 00:02 00:01 00:01 29.95M 100 71.59M 100 71.59M 0 0 32.12M 0 00:02 00:02 29.95M 100 71.59M 100 71.59M 0 0 32.12M 0 00:02 00:02 29.95M 100 71.59M 100 71.59M 0 0 32.12M 0 00:02 00:02 29.95M
1802026-06-25T00:03:40.501Z++ popd
1812026-06-25T00:03:40.501Z/work/oxidecomputer/maghemite
1822026-06-25T00:03:40.501Z++ get_artifact maghemite release 259f208a5992ccc766de2134939801cc26f9ae0e ddm
1832026-06-25T00:03:40.501Z++ repo=maghemite
1842026-06-25T00:03:40.501Z++ series=release
1852026-06-25T00:03:40.501Z++ commit=259f208a5992ccc766de2134939801cc26f9ae0e
1862026-06-25T00:03:40.502Z++ name=ddm
1872026-06-25T00:03:40.502Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-25T00:03:40.502Z++ mkdir -p download
1892026-06-25T00:03:40.507Z++ pushd download
1902026-06-25T00:03:40.507Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-25T00:03:40.507Z++ [[ ! -f ddm ]]
1922026-06-25T00:03:40.507Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/259f208a5992ccc766de2134939801cc26f9ae0e/ddm
1932026-06-25T00:03:40.507Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-25T00:03:40.507Z Dload Upload Total Spent Left Speed
1952026-06-25T00:03:40.653Z 0 0 0 0 0 0 0 0 0
1962026-06-25T00:03:40.653Zcurl: (22) The requested URL returned error: 404
1972026-06-25T00:03:40.757Z++ popd
1982026-06-25T00:03:40.757Z/work/oxidecomputer/maghemite
1992026-06-25T00:03:40.757Z++ get_artifact maghemite release 259f208a5992ccc766de2134939801cc26f9ae0e ddmadm
2002026-06-25T00:03:40.757Z++ repo=maghemite
2012026-06-25T00:03:40.757Z++ series=release
2022026-06-25T00:03:40.757Z++ commit=259f208a5992ccc766de2134939801cc26f9ae0e
2032026-06-25T00:03:40.757Z++ name=ddmadm
2042026-06-25T00:03:40.757Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-25T00:03:40.757Z++ mkdir -p download
2062026-06-25T00:03:40.757Z++ pushd download
2072026-06-25T00:03:40.757Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-25T00:03:40.757Z++ [[ ! -f ddmadm ]]
2092026-06-25T00:03:40.758Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/259f208a5992ccc766de2134939801cc26f9ae0e/ddmadm
2102026-06-25T00:03:40.758Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-25T00:03:40.758Z Dload Upload Total Spent Left Speed
2122026-06-25T00:03:40.781Z 0 0 0 0 0 0 0 0 0
2132026-06-25T00:03:40.782Zcurl: (22) The requested URL returned error: 404
2142026-06-25T00:03:40.821Z++ popd
2152026-06-25T00:03:40.821Z/work/oxidecomputer/maghemite
2162026-06-25T00:03:40.822Z++ pushd download
2172026-06-25T00:03:40.822Z++ chmod +x softnpu
2182026-06-25T00:03:40.822Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-25T00:03:40.822Z++ chmod +x scadm
2202026-06-25T00:03:40.822Z++ chmod +x ddmadm
2212026-06-25T00:03:40.822Zchmod: WARNING: can't access ddmadm
2222026-06-25T00:03:40.822Z++ chmod +x ddmd
2232026-06-25T00:03:40.822Zchmod: WARNING: can't access ddmd
2242026-06-25T00:03:40.822Z++ mv ddmadm ddmadm-v2
2252026-06-25T00:03:40.822Zmv: cannot access ddmadm
2262026-06-25T00:03:40.822Z++ mv ddmd ddmd-v2
2272026-06-25T00:03:40.822Zmv: cannot access ddmd
2282026-06-25T00:03:40.822Z++ rm -rf zones/dendrite
2292026-06-25T00:03:40.822Z++ mkdir -p zones/dendrite
2302026-06-25T00:03:40.837Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-25T00:03:41.793Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-25T00:03:41.799Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-25T00:03:41.799Z++ popd
2342026-06-25T00:03:41.799Z/work/oxidecomputer/maghemite
2352026-06-25T00:03:41.799Z++ banner install
2362026-06-25T00:03:41.799Z
2372026-06-25T00:03:41.799Z # # # #### ##### ## # #
2382026-06-25T00:03:41.799Z # ## # # # # # # #
2392026-06-25T00:03:41.799Z # # # # #### # # # # #
2402026-06-25T00:03:41.799Z # # # # # # ###### # #
2412026-06-25T00:03:41.799Z # # ## # # # # # # #
2422026-06-25T00:03:41.799Z # # # #### # # # ###### ######
2432026-06-25T00:03:41.799Z
2442026-06-25T00:03:41.800Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-25T00:03:41.800Z++ set +o errexit
2462026-06-25T00:03:41.800Z++ pkg info clang-15
2472026-06-25T00:03:41.804Z++ grep -qi installed
2482026-06-25T00:03:43.012Zpkg: info: no packages matching the following patterns you specified are
2492026-06-25T00:03:43.013Zinstalled on the system. Try querying remotely instead:
2502026-06-25T00:03:43.013Z
2512026-06-25T00:03:43.013Z clang-15
2522026-06-25T00:03:43.051Z++ [[ 1 != 0 ]]
2532026-06-25T00:03:43.051Z++ set -o errexit
2542026-06-25T00:03:43.051Z++ pfexec pkg install clang-15
2552026-06-25T00:03:49.735Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-25T00:03:57.550Z Startup: Caching catalogs ... Done
2572026-06-25T00:04:04.922ZPlanning: Solver setup ... Done
2582026-06-25T00:04:04.962ZPlanning: Running solver ... Done
2592026-06-25T00:04:05.106ZPlanning: Finding local manifests ... Done
2602026-06-25T00:04:05.124ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-25T00:04:05.217ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-25T00:04:05.246ZPlanning: Package planning ... Done
2632026-06-25T00:04:05.272ZPlanning: Merging actions ... Done
2642026-06-25T00:04:05.381ZPlanning: Checking for conflicting actions ... Done
2652026-06-25T00:04:05.388ZPlanning: Consolidating action changes ... Done
2662026-06-25T00:04:06.177ZPlanning: Evaluating mediators ... Done
2672026-06-25T00:04:06.182ZPlanning: Planning completed in 8.46 seconds
2682026-06-25T00:04:06.193Z Packages to install: 2
2692026-06-25T00:04:06.193Z Mediators to change: 2
2702026-06-25T00:04:06.197Z Services to change: 1
2712026-06-25T00:04:06.197Z Create boot environment: No
2722026-06-25T00:04:06.197ZCreate backup boot environment: No
2732026-06-25T00:04:06.236Z
2742026-06-25T00:04:06.236ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-25T00:04:12.332ZDownload: 980/3076 items 81.9/211.3MB 38% complete (19.6M/s)
2762026-06-25T00:04:19.586ZDownload: 983/3076 items 82.0/211.3MB 38% complete (17.6M/s)
2772026-06-25T00:04:24.707ZDownload: 1142/3076 items 112.7/211.3MB 53% complete (3.9M/s)
2782026-06-25T00:04:29.767ZDownload: 1277/3076 items 114.7/211.3MB 54% complete (3.6M/s)
2792026-06-25T00:04:34.773ZDownload: 1953/3076 items 116.4/211.3MB 55% complete (370k/s)
2802026-06-25T00:04:47.975ZDownload: 2005/3076 items 116.6/211.3MB 55% complete
2812026-06-25T00:04:54.035ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (25.7M/s)
2822026-06-25T00:05:00.162ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (9.9M/s)
2832026-06-25T00:05:00.770ZDownload: Completed 211.31 MB in 54.53 seconds (3.9M/s)
2842026-06-25T00:05:00.894Z Actions: 1/3418 actions (Installing new actions)
2852026-06-25T00:05:04.041Z Actions: Completed 3418 actions in 3.15 seconds.
2862026-06-25T00:05:04.702Z Done
2872026-06-25T00:05:04.702Z Done
2882026-06-25T00:05:05.443Z Done
2892026-06-25T00:05:08.847Z Done
2902026-06-25T00:05:08.918Z Done
2912026-06-25T00:05:08.931Z Done
2922026-06-25T00:05:09.207Z Done
2932026-06-25T00:05:09.901Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-06-25T00:05:09.901Z++ set +o errexit
2952026-06-25T00:05:09.904Z++ pkg info pkg-config
2962026-06-25T00:05:09.904Z++ grep -qi installed
2972026-06-25T00:05:10.134Z++ [[ 0 != 0 ]]
2982026-06-25T00:05:10.134Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2992026-06-25T00:05:10.134Z++ set +o errexit
3002026-06-25T00:05:10.137Z++ pkg info brand/omicron1
3012026-06-25T00:05:10.137Z++ grep -qi installed
3022026-06-25T00:05:10.320Zpkg: info: no packages matching the following patterns you specified are
3032026-06-25T00:05:10.320Zinstalled on the system. Try querying remotely instead:
3042026-06-25T00:05:10.320Z
3052026-06-25T00:05:10.320Z brand/omicron1
3062026-06-25T00:05:10.352Z++ [[ 1 != 0 ]]
3072026-06-25T00:05:10.352Z++ set -o errexit
3082026-06-25T00:05:10.352Z++ pfexec pkg install brand/omicron1
3092026-06-25T00:05:10.761Z Startup: Refreshing catalog 'helios-dev' ... Done
3102026-06-25T00:05:18.097ZPlanning: Solver setup ... Done
3112026-06-25T00:05:18.137ZPlanning: Running solver ... Done
3122026-06-25T00:05:18.286ZPlanning: Finding local manifests ... Done
3132026-06-25T00:05:18.295ZPlanning: Fetching manifests: 0/2 0% complete
3142026-06-25T00:05:18.409ZPlanning: Fetching manifests: 2/2 100% complete
3152026-06-25T00:05:18.421ZPlanning: Package planning ... Done
3162026-06-25T00:05:18.424ZPlanning: Merging actions ... Done
3172026-06-25T00:05:18.573ZPlanning: Checking for conflicting actions ... Done
3182026-06-25T00:05:18.576ZPlanning: Consolidating action changes ... Done
3192026-06-25T00:05:18.737ZPlanning: Evaluating mediators ... Done
3202026-06-25T00:05:18.740ZPlanning: Planning completed in 7.97 seconds
3212026-06-25T00:05:18.743Z Packages to install: 2
3222026-06-25T00:05:18.743Z Create boot environment: No
3232026-06-25T00:05:18.743ZCreate backup boot environment: No
3242026-06-25T00:05:18.772Z
3252026-06-25T00:05:18.772ZDownload: 0/5 items 0.0/1.1MB 0% complete
3262026-06-25T00:05:18.793ZDownload: Completed 1.07 MB in 0.02 seconds (50.1M/s)
3272026-06-25T00:05:18.869Z Actions: 1/28 actions (Installing new actions)
3282026-06-25T00:05:18.882Z Actions: Completed 28 actions in 0.01 seconds.
3292026-06-25T00:05:19.402Z Done
3302026-06-25T00:05:19.402Z Done
3312026-06-25T00:05:20.038Z Done
3322026-06-25T00:05:22.880Z Done
3332026-06-25T00:05:22.962Z Done
3342026-06-25T00:05:22.969Z Done
3352026-06-25T00:05:23.137Z Done
3362026-06-25T00:05:23.264Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3372026-06-25T00:05:23.264Z++ set +o errexit
3382026-06-25T00:05:23.273Z++ pkg info brand/omicron1/tools
3392026-06-25T00:05:23.273Z++ grep -qi installed
3402026-06-25T00:05:23.435Zpkg: info: no packages matching the following patterns you specified are
3412026-06-25T00:05:23.435Zinstalled on the system. Try querying remotely instead:
3422026-06-25T00:05:23.436Z
3432026-06-25T00:05:23.436Z brand/omicron1/tools
3442026-06-25T00:05:23.470Z++ [[ 1 != 0 ]]
3452026-06-25T00:05:23.470Z++ set -o errexit
3462026-06-25T00:05:23.470Z++ pfexec pkg install brand/omicron1/tools
3472026-06-25T00:05:23.866Z Startup: Refreshing catalog 'helios-dev' ... Done
3482026-06-25T00:05:31.136ZPlanning: Solver setup ... Done
3492026-06-25T00:05:31.177ZPlanning: Running solver ... Done
3502026-06-25T00:05:31.326ZPlanning: Finding local manifests ... Done
3512026-06-25T00:05:31.330ZPlanning: Fetching manifests: 0/1 0% complete
3522026-06-25T00:05:31.436ZPlanning: Fetching manifests: 1/1 100% complete
3532026-06-25T00:05:31.450ZPlanning: Package planning ... Done
3542026-06-25T00:05:31.453ZPlanning: Merging actions ... Done
3552026-06-25T00:05:31.609ZPlanning: Checking for conflicting actions ... Done
3562026-06-25T00:05:31.625ZPlanning: Consolidating action changes ... Done
3572026-06-25T00:05:31.750ZPlanning: Evaluating mediators ... Done
3582026-06-25T00:05:31.760ZPlanning: Planning completed in 7.88 seconds
3592026-06-25T00:05:31.763Z Packages to install: 1
3602026-06-25T00:05:31.763Z Services to change: 1
3612026-06-25T00:05:31.763Z Create boot environment: No
3622026-06-25T00:05:31.763ZCreate backup boot environment: No
3632026-06-25T00:05:31.787Z
3642026-06-25T00:05:31.787ZDownload: 0/2 items 0.0/1.2MB 0% complete
3652026-06-25T00:05:31.819ZDownload: Completed 1.19 MB in 0.03 seconds (46.0M/s)
3662026-06-25T00:05:31.886Z Actions: 1/19 actions (Installing new actions)
3672026-06-25T00:05:31.903Z Actions: Completed 19 actions in 0.01 seconds.
3682026-06-25T00:05:32.426Z Done
3692026-06-25T00:05:32.426Z Done
3702026-06-25T00:05:33.068Z Done
3712026-06-25T00:05:35.954Z Done
3722026-06-25T00:05:36.027Z Done
3732026-06-25T00:05:36.031Z Done
3742026-06-25T00:05:36.184Z Done
3752026-06-25T00:05:36.321Z++ pfexec svcadm enable baseline
3762026-06-25T00:05:36.336Z++ retry=0
3772026-06-25T00:05:36.338Z+++ svcs -Hostate baseline
3782026-06-25T00:05:36.352Z++ [[ offline* != online ]]
3792026-06-25T00:05:36.352Z++ [[ 0 -gt 300 ]]
3802026-06-25T00:05:36.353Z++ sleep 1
3812026-06-25T00:05:37.354Z++ retry=1
3822026-06-25T00:05:37.357Z+++ svcs -Hostate baseline
3832026-06-25T00:05:37.371Z++ [[ offline* != online ]]
3842026-06-25T00:05:37.371Z++ [[ 1 -gt 300 ]]
3852026-06-25T00:05:37.371Z++ sleep 1
3862026-06-25T00:05:38.373Z++ retry=2
3872026-06-25T00:05:38.376Z+++ svcs -Hostate baseline
3882026-06-25T00:05:38.387Z++ [[ offline* != online ]]
3892026-06-25T00:05:38.387Z++ [[ 2 -gt 300 ]]
3902026-06-25T00:05:38.387Z++ sleep 1
3912026-06-25T00:05:39.388Z++ retry=3
3922026-06-25T00:05:39.391Z+++ svcs -Hostate baseline
3932026-06-25T00:05:39.405Z++ [[ offline* != online ]]
3942026-06-25T00:05:39.405Z++ [[ 3 -gt 300 ]]
3952026-06-25T00:05:39.405Z++ sleep 1
3962026-06-25T00:05:40.407Z++ retry=4
3972026-06-25T00:05:40.413Z+++ svcs -Hostate baseline
3982026-06-25T00:05:40.445Z++ [[ offline* != online ]]
3992026-06-25T00:05:40.445Z++ [[ 4 -gt 300 ]]
4002026-06-25T00:05:40.445Z++ sleep 1
4012026-06-25T00:05:41.450Z++ retry=5
4022026-06-25T00:05:41.456Z+++ svcs -Hostate baseline
4032026-06-25T00:05:41.465Z++ [[ offline* != online ]]
4042026-06-25T00:05:41.465Z++ [[ 5 -gt 300 ]]
4052026-06-25T00:05:41.469Z++ sleep 1
4062026-06-25T00:05:42.467Z++ retry=6
4072026-06-25T00:05:42.470Z+++ svcs -Hostate baseline
4082026-06-25T00:05:42.481Z++ [[ offline* != online ]]
4092026-06-25T00:05:42.481Z++ [[ 6 -gt 300 ]]
4102026-06-25T00:05:42.481Z++ sleep 1
4112026-06-25T00:05:43.484Z++ retry=7
4122026-06-25T00:05:43.487Z+++ svcs -Hostate baseline
4132026-06-25T00:05:43.499Z++ [[ offline* != online ]]
4142026-06-25T00:05:43.499Z++ [[ 7 -gt 300 ]]
4152026-06-25T00:05:43.499Z++ sleep 1
4162026-06-25T00:05:44.501Z++ retry=8
4172026-06-25T00:05:44.505Z+++ svcs -Hostate baseline
4182026-06-25T00:05:44.526Z++ [[ offline* != online ]]
4192026-06-25T00:05:44.526Z++ [[ 8 -gt 300 ]]
4202026-06-25T00:05:44.526Z++ sleep 1
4212026-06-25T00:05:45.520Z++ retry=9
4222026-06-25T00:05:45.524Z+++ svcs -Hostate baseline
4232026-06-25T00:05:45.536Z++ [[ offline* != online ]]
4242026-06-25T00:05:45.536Z++ [[ 9 -gt 300 ]]
4252026-06-25T00:05:45.536Z++ sleep 1
4262026-06-25T00:05:46.539Z++ retry=10
4272026-06-25T00:05:46.542Z+++ svcs -Hostate baseline
4282026-06-25T00:05:46.555Z++ [[ offline* != online ]]
4292026-06-25T00:05:46.555Z++ [[ 10 -gt 300 ]]
4302026-06-25T00:05:46.555Z++ sleep 1
4312026-06-25T00:05:47.559Z++ retry=11
4322026-06-25T00:05:47.563Z+++ svcs -Hostate baseline
4332026-06-25T00:05:47.573Z++ [[ offline* != online ]]
4342026-06-25T00:05:47.573Z++ [[ 11 -gt 300 ]]
4352026-06-25T00:05:47.573Z++ sleep 1
4362026-06-25T00:05:48.575Z++ retry=12
4372026-06-25T00:05:48.578Z+++ svcs -Hostate baseline
4382026-06-25T00:05:48.593Z++ [[ offline* != online ]]
4392026-06-25T00:05:48.593Z++ [[ 12 -gt 300 ]]
4402026-06-25T00:05:48.593Z++ sleep 1
4412026-06-25T00:05:49.593Z++ retry=13
4422026-06-25T00:05:49.596Z+++ svcs -Hostate baseline
4432026-06-25T00:05:49.611Z++ [[ offline* != online ]]
4442026-06-25T00:05:49.611Z++ [[ 13 -gt 300 ]]
4452026-06-25T00:05:49.611Z++ sleep 1
4462026-06-25T00:05:50.621Z++ retry=14
4472026-06-25T00:05:50.626Z+++ svcs -Hostate baseline
4482026-06-25T00:05:50.632Z++ [[ offline* != online ]]
4492026-06-25T00:05:50.633Z++ [[ 14 -gt 300 ]]
4502026-06-25T00:05:50.633Z++ sleep 1
4512026-06-25T00:05:51.631Z++ retry=15
4522026-06-25T00:05:51.636Z+++ svcs -Hostate baseline
4532026-06-25T00:05:51.646Z++ [[ offline* != online ]]
4542026-06-25T00:05:51.646Z++ [[ 15 -gt 300 ]]
4552026-06-25T00:05:51.646Z++ sleep 1
4562026-06-25T00:05:52.648Z++ retry=16
4572026-06-25T00:05:52.651Z+++ svcs -Hostate baseline
4582026-06-25T00:05:52.664Z++ [[ offline* != online ]]
4592026-06-25T00:05:52.664Z++ [[ 16 -gt 300 ]]
4602026-06-25T00:05:52.664Z++ sleep 1
4612026-06-25T00:05:53.666Z++ retry=17
4622026-06-25T00:05:53.669Z+++ svcs -Hostate baseline
4632026-06-25T00:05:53.682Z++ [[ offline* != online ]]
4642026-06-25T00:05:53.682Z++ [[ 17 -gt 300 ]]
4652026-06-25T00:05:53.682Z++ sleep 1
4662026-06-25T00:05:54.684Z++ retry=18
4672026-06-25T00:05:54.687Z+++ svcs -Hostate baseline
4682026-06-25T00:05:54.700Z++ [[ offline* != online ]]
4692026-06-25T00:05:54.700Z++ [[ 18 -gt 300 ]]
4702026-06-25T00:05:54.700Z++ sleep 1
4712026-06-25T00:05:55.703Z++ retry=19
4722026-06-25T00:05:55.706Z+++ svcs -Hostate baseline
4732026-06-25T00:05:55.718Z++ [[ offline* != online ]]
4742026-06-25T00:05:55.718Z++ [[ 19 -gt 300 ]]
4752026-06-25T00:05:55.718Z++ sleep 1
4762026-06-25T00:05:56.721Z++ retry=20
4772026-06-25T00:05:56.723Z+++ svcs -Hostate baseline
4782026-06-25T00:05:56.737Z++ [[ offline* != online ]]
4792026-06-25T00:05:56.737Z++ [[ 20 -gt 300 ]]
4802026-06-25T00:05:56.737Z++ sleep 1
4812026-06-25T00:05:57.739Z++ retry=21
4822026-06-25T00:05:57.742Z+++ svcs -Hostate baseline
4832026-06-25T00:05:57.755Z++ [[ offline* != online ]]
4842026-06-25T00:05:57.756Z++ [[ 21 -gt 300 ]]
4852026-06-25T00:05:57.756Z++ sleep 1
4862026-06-25T00:05:58.757Z++ retry=22
4872026-06-25T00:05:58.760Z+++ svcs -Hostate baseline
4882026-06-25T00:05:58.773Z++ [[ offline* != online ]]
4892026-06-25T00:05:58.773Z++ [[ 22 -gt 300 ]]
4902026-06-25T00:05:58.773Z++ sleep 1
4912026-06-25T00:05:59.775Z++ retry=23
4922026-06-25T00:05:59.778Z+++ svcs -Hostate baseline
4932026-06-25T00:05:59.792Z++ [[ offline* != online ]]
4942026-06-25T00:05:59.792Z++ [[ 23 -gt 300 ]]
4952026-06-25T00:05:59.792Z++ sleep 1
4962026-06-25T00:06:00.795Z++ retry=24
4972026-06-25T00:06:00.798Z+++ svcs -Hostate baseline
4982026-06-25T00:06:00.810Z++ [[ offline* != online ]]
4992026-06-25T00:06:00.810Z++ [[ 24 -gt 300 ]]
5002026-06-25T00:06:00.810Z++ sleep 1
5012026-06-25T00:06:01.930Z++ retry=25
5022026-06-25T00:06:01.977Z+++ svcs -Hostate baseline
5032026-06-25T00:06:01.977Z++ [[ offline* != online ]]
5042026-06-25T00:06:01.977Z++ [[ 25 -gt 300 ]]
5052026-06-25T00:06:01.977Z++ sleep 1
5062026-06-25T00:06:03.322Z++ retry=26
5072026-06-25T00:06:03.363Z+++ svcs -Hostate baseline
5082026-06-25T00:06:03.363Z++ [[ offline* != online ]]
5092026-06-25T00:06:03.363Z++ [[ 26 -gt 300 ]]
5102026-06-25T00:06:03.363Z++ sleep 1
5112026-06-25T00:06:03.874Z++ retry=27
5122026-06-25T00:06:03.902Z+++ svcs -Hostate baseline
5132026-06-25T00:06:03.902Z++ [[ offline* != online ]]
5142026-06-25T00:06:03.902Z++ [[ 27 -gt 300 ]]
5152026-06-25T00:06:03.902Z++ sleep 1
5162026-06-25T00:06:04.884Z++ retry=28
5172026-06-25T00:06:04.906Z+++ svcs -Hostate baseline
5182026-06-25T00:06:04.907Z++ [[ offline* != online ]]
5192026-06-25T00:06:04.907Z++ [[ 28 -gt 300 ]]
5202026-06-25T00:06:04.907Z++ sleep 1
5212026-06-25T00:06:05.901Z++ retry=29
5222026-06-25T00:06:05.932Z+++ svcs -Hostate baseline
5232026-06-25T00:06:05.932Z++ [[ offline* != online ]]
5242026-06-25T00:06:05.932Z++ [[ 29 -gt 300 ]]
5252026-06-25T00:06:05.932Z++ sleep 1
5262026-06-25T00:06:06.901Z++ retry=30
5272026-06-25T00:06:06.904Z+++ svcs -Hostate baseline
5282026-06-25T00:06:06.917Z++ [[ offline* != online ]]
5292026-06-25T00:06:06.917Z++ [[ 30 -gt 300 ]]
5302026-06-25T00:06:06.917Z++ sleep 1
5312026-06-25T00:06:07.919Z++ retry=31
5322026-06-25T00:06:07.923Z+++ svcs -Hostate baseline
5332026-06-25T00:06:07.936Z++ [[ offline* != online ]]
5342026-06-25T00:06:07.936Z++ [[ 31 -gt 300 ]]
5352026-06-25T00:06:07.936Z++ sleep 1
5362026-06-25T00:06:08.937Z++ retry=32
5372026-06-25T00:06:08.940Z+++ svcs -Hostate baseline
5382026-06-25T00:06:08.953Z++ [[ offline* != online ]]
5392026-06-25T00:06:08.953Z++ [[ 32 -gt 300 ]]
5402026-06-25T00:06:08.953Z++ sleep 1
5412026-06-25T00:06:09.955Z++ retry=33
5422026-06-25T00:06:09.959Z+++ svcs -Hostate baseline
5432026-06-25T00:06:09.971Z++ [[ offline* != online ]]
5442026-06-25T00:06:09.971Z++ [[ 33 -gt 300 ]]
5452026-06-25T00:06:09.971Z++ sleep 1
5462026-06-25T00:06:10.973Z++ retry=34
5472026-06-25T00:06:10.978Z+++ svcs -Hostate baseline
5482026-06-25T00:06:10.989Z++ [[ offline* != online ]]
5492026-06-25T00:06:10.989Z++ [[ 34 -gt 300 ]]
5502026-06-25T00:06:10.989Z++ sleep 1
5512026-06-25T00:06:11.991Z++ retry=35
5522026-06-25T00:06:11.994Z+++ svcs -Hostate baseline
5532026-06-25T00:06:12.008Z++ [[ offline* != online ]]
5542026-06-25T00:06:12.008Z++ [[ 35 -gt 300 ]]
5552026-06-25T00:06:12.008Z++ sleep 1
5562026-06-25T00:06:13.010Z++ retry=36
5572026-06-25T00:06:13.013Z+++ svcs -Hostate baseline
5582026-06-25T00:06:13.025Z++ [[ offline* != online ]]
5592026-06-25T00:06:13.025Z++ [[ 36 -gt 300 ]]
5602026-06-25T00:06:13.025Z++ sleep 1
5612026-06-25T00:06:14.028Z++ retry=37
5622026-06-25T00:06:14.031Z+++ svcs -Hostate baseline
5632026-06-25T00:06:14.044Z++ [[ offline* != online ]]
5642026-06-25T00:06:14.044Z++ [[ 37 -gt 300 ]]
5652026-06-25T00:06:14.044Z++ sleep 1
5662026-06-25T00:06:15.045Z++ retry=38
5672026-06-25T00:06:15.049Z+++ svcs -Hostate baseline
5682026-06-25T00:06:15.061Z++ [[ offline* != online ]]
5692026-06-25T00:06:15.061Z++ [[ 38 -gt 300 ]]
5702026-06-25T00:06:15.061Z++ sleep 1
5712026-06-25T00:06:16.063Z++ retry=39
5722026-06-25T00:06:16.066Z+++ svcs -Hostate baseline
5732026-06-25T00:06:16.079Z++ [[ offline* != online ]]
5742026-06-25T00:06:16.079Z++ [[ 39 -gt 300 ]]
5752026-06-25T00:06:16.079Z++ sleep 1
5762026-06-25T00:06:17.081Z++ retry=40
5772026-06-25T00:06:17.084Z+++ svcs -Hostate baseline
5782026-06-25T00:06:17.097Z++ [[ offline* != online ]]
5792026-06-25T00:06:17.097Z++ [[ 40 -gt 300 ]]
5802026-06-25T00:06:17.097Z++ sleep 1
5812026-06-25T00:06:18.098Z++ retry=41
5822026-06-25T00:06:18.101Z+++ svcs -Hostate baseline
5832026-06-25T00:06:18.114Z++ [[ offline* != online ]]
5842026-06-25T00:06:18.114Z++ [[ 41 -gt 300 ]]
5852026-06-25T00:06:18.114Z++ sleep 1
5862026-06-25T00:06:19.116Z++ retry=42
5872026-06-25T00:06:19.119Z+++ svcs -Hostate baseline
5882026-06-25T00:06:19.150Z++ [[ offline* != online ]]
5892026-06-25T00:06:19.150Z++ [[ 42 -gt 300 ]]
5902026-06-25T00:06:19.150Z++ sleep 1
5912026-06-25T00:06:20.135Z++ retry=43
5922026-06-25T00:06:20.141Z+++ svcs -Hostate baseline
5932026-06-25T00:06:20.150Z++ [[ offline* != online ]]
5942026-06-25T00:06:20.150Z++ [[ 43 -gt 300 ]]
5952026-06-25T00:06:20.150Z++ sleep 1
5962026-06-25T00:06:21.153Z++ retry=44
5972026-06-25T00:06:21.157Z+++ svcs -Hostate baseline
5982026-06-25T00:06:21.193Z++ [[ offline* != online ]]
5992026-06-25T00:06:21.193Z++ [[ 44 -gt 300 ]]
6002026-06-25T00:06:21.193Z++ sleep 1
6012026-06-25T00:06:22.170Z++ retry=45
6022026-06-25T00:06:22.172Z+++ svcs -Hostate baseline
6032026-06-25T00:06:22.185Z++ [[ offline* != online ]]
6042026-06-25T00:06:22.186Z++ [[ 45 -gt 300 ]]
6052026-06-25T00:06:22.186Z++ sleep 1
6062026-06-25T00:06:23.188Z++ retry=46
6072026-06-25T00:06:23.191Z+++ svcs -Hostate baseline
6082026-06-25T00:06:23.204Z++ [[ offline* != online ]]
6092026-06-25T00:06:23.204Z++ [[ 46 -gt 300 ]]
6102026-06-25T00:06:23.204Z++ sleep 1
6112026-06-25T00:06:24.206Z++ retry=47
6122026-06-25T00:06:24.209Z+++ svcs -Hostate baseline
6132026-06-25T00:06:24.222Z++ [[ offline* != online ]]
6142026-06-25T00:06:24.222Z++ [[ 47 -gt 300 ]]
6152026-06-25T00:06:24.222Z++ sleep 1
6162026-06-25T00:06:25.224Z++ retry=48
6172026-06-25T00:06:25.228Z+++ svcs -Hostate baseline
6182026-06-25T00:06:25.241Z++ [[ offline* != online ]]
6192026-06-25T00:06:25.241Z++ [[ 48 -gt 300 ]]
6202026-06-25T00:06:25.241Z++ sleep 1
6212026-06-25T00:06:26.242Z++ retry=49
6222026-06-25T00:06:26.246Z+++ svcs -Hostate baseline
6232026-06-25T00:06:26.257Z++ [[ offline* != online ]]
6242026-06-25T00:06:26.258Z++ [[ 49 -gt 300 ]]
6252026-06-25T00:06:26.258Z++ sleep 1
6262026-06-25T00:06:27.260Z++ retry=50
6272026-06-25T00:06:27.264Z+++ svcs -Hostate baseline
6282026-06-25T00:06:27.276Z++ [[ offline* != online ]]
6292026-06-25T00:06:27.276Z++ [[ 50 -gt 300 ]]
6302026-06-25T00:06:27.276Z++ sleep 1
6312026-06-25T00:06:28.278Z++ retry=51
6322026-06-25T00:06:28.281Z+++ svcs -Hostate baseline
6332026-06-25T00:06:28.294Z++ [[ offline* != online ]]
6342026-06-25T00:06:28.294Z++ [[ 51 -gt 300 ]]
6352026-06-25T00:06:28.294Z++ sleep 1
6362026-06-25T00:06:29.296Z++ retry=52
6372026-06-25T00:06:29.299Z+++ svcs -Hostate baseline
6382026-06-25T00:06:29.312Z++ [[ offline* != online ]]
6392026-06-25T00:06:29.312Z++ [[ 52 -gt 300 ]]
6402026-06-25T00:06:29.315Z++ sleep 1
6412026-06-25T00:06:30.314Z++ retry=53
6422026-06-25T00:06:30.317Z+++ svcs -Hostate baseline
6432026-06-25T00:06:30.330Z++ [[ offline* != online ]]
6442026-06-25T00:06:30.330Z++ [[ 53 -gt 300 ]]
6452026-06-25T00:06:30.330Z++ sleep 1
6462026-06-25T00:06:31.332Z++ retry=54
6472026-06-25T00:06:31.335Z+++ svcs -Hostate baseline
6482026-06-25T00:06:31.350Z++ [[ offline* != online ]]
6492026-06-25T00:06:31.350Z++ [[ 54 -gt 300 ]]
6502026-06-25T00:06:31.350Z++ sleep 1
6512026-06-25T00:06:32.351Z++ retry=55
6522026-06-25T00:06:32.354Z+++ svcs -Hostate baseline
6532026-06-25T00:06:32.367Z++ [[ offline* != online ]]
6542026-06-25T00:06:32.368Z++ [[ 55 -gt 300 ]]
6552026-06-25T00:06:32.368Z++ sleep 1
6562026-06-25T00:06:33.372Z++ retry=56
6572026-06-25T00:06:33.379Z+++ svcs -Hostate baseline
6582026-06-25T00:06:33.391Z++ [[ offline* != online ]]
6592026-06-25T00:06:33.391Z++ [[ 56 -gt 300 ]]
6602026-06-25T00:06:33.391Z++ sleep 1
6612026-06-25T00:06:34.390Z++ retry=57
6622026-06-25T00:06:34.394Z+++ svcs -Hostate baseline
6632026-06-25T00:06:34.406Z++ [[ offline* != online ]]
6642026-06-25T00:06:34.406Z++ [[ 57 -gt 300 ]]
6652026-06-25T00:06:34.406Z++ sleep 1
6662026-06-25T00:06:35.408Z++ retry=58
6672026-06-25T00:06:35.413Z+++ svcs -Hostate baseline
6682026-06-25T00:06:35.423Z++ [[ offline* != online ]]
6692026-06-25T00:06:35.423Z++ [[ 58 -gt 300 ]]
6702026-06-25T00:06:35.426Z++ sleep 1
6712026-06-25T00:06:36.425Z++ retry=59
6722026-06-25T00:06:36.429Z+++ svcs -Hostate baseline
6732026-06-25T00:06:36.441Z++ [[ offline* != online ]]
6742026-06-25T00:06:36.441Z++ [[ 59 -gt 300 ]]
6752026-06-25T00:06:36.441Z++ sleep 1
6762026-06-25T00:06:37.444Z++ retry=60
6772026-06-25T00:06:37.449Z+++ svcs -Hostate baseline
6782026-06-25T00:06:37.459Z++ [[ offline* != online ]]
6792026-06-25T00:06:37.459Z++ [[ 60 -gt 300 ]]
6802026-06-25T00:06:37.460Z++ sleep 1
6812026-06-25T00:06:38.463Z++ retry=61
6822026-06-25T00:06:38.467Z+++ svcs -Hostate baseline
6832026-06-25T00:06:38.478Z++ [[ offline* != online ]]
6842026-06-25T00:06:38.478Z++ [[ 61 -gt 300 ]]
6852026-06-25T00:06:38.478Z++ sleep 1
6862026-06-25T00:06:39.480Z++ retry=62
6872026-06-25T00:06:39.483Z+++ svcs -Hostate baseline
6882026-06-25T00:06:39.496Z++ [[ offline* != online ]]
6892026-06-25T00:06:39.496Z++ [[ 62 -gt 300 ]]
6902026-06-25T00:06:39.496Z++ sleep 1
6912026-06-25T00:06:40.498Z++ retry=63
6922026-06-25T00:06:40.501Z+++ svcs -Hostate baseline
6932026-06-25T00:06:40.514Z++ [[ offline* != online ]]
6942026-06-25T00:06:40.514Z++ [[ 63 -gt 300 ]]
6952026-06-25T00:06:40.514Z++ sleep 1
6962026-06-25T00:06:41.516Z++ retry=64
6972026-06-25T00:06:41.519Z+++ svcs -Hostate baseline
6982026-06-25T00:06:41.535Z++ [[ offline* != online ]]
6992026-06-25T00:06:41.535Z++ [[ 64 -gt 300 ]]
7002026-06-25T00:06:41.536Z++ sleep 1
7012026-06-25T00:06:42.535Z++ retry=65
7022026-06-25T00:06:42.538Z+++ svcs -Hostate baseline
7032026-06-25T00:06:42.551Z++ [[ offline* != online ]]
7042026-06-25T00:06:42.551Z++ [[ 65 -gt 300 ]]
7052026-06-25T00:06:42.551Z++ sleep 1
7062026-06-25T00:06:43.553Z++ retry=66
7072026-06-25T00:06:43.556Z+++ svcs -Hostate baseline
7082026-06-25T00:06:43.569Z++ [[ offline* != online ]]
7092026-06-25T00:06:43.569Z++ [[ 66 -gt 300 ]]
7102026-06-25T00:06:43.569Z++ sleep 1
7112026-06-25T00:06:44.572Z++ retry=67
7122026-06-25T00:06:44.575Z+++ svcs -Hostate baseline
7132026-06-25T00:06:44.587Z++ [[ offline* != online ]]
7142026-06-25T00:06:44.587Z++ [[ 67 -gt 300 ]]
7152026-06-25T00:06:44.587Z++ sleep 1
7162026-06-25T00:06:45.590Z++ retry=68
7172026-06-25T00:06:45.593Z+++ svcs -Hostate baseline
7182026-06-25T00:06:45.605Z++ [[ offline* != online ]]
7192026-06-25T00:06:45.605Z++ [[ 68 -gt 300 ]]
7202026-06-25T00:06:45.605Z++ sleep 1
7212026-06-25T00:06:46.607Z++ retry=69
7222026-06-25T00:06:46.610Z+++ svcs -Hostate baseline
7232026-06-25T00:06:46.623Z++ [[ offline* != online ]]
7242026-06-25T00:06:46.623Z++ [[ 69 -gt 300 ]]
7252026-06-25T00:06:46.623Z++ sleep 1
7262026-06-25T00:06:47.626Z++ retry=70
7272026-06-25T00:06:47.629Z+++ svcs -Hostate baseline
7282026-06-25T00:06:47.641Z++ [[ offline* != online ]]
7292026-06-25T00:06:47.641Z++ [[ 70 -gt 300 ]]
7302026-06-25T00:06:47.641Z++ sleep 1
7312026-06-25T00:06:48.643Z++ retry=71
7322026-06-25T00:06:48.646Z+++ svcs -Hostate baseline
7332026-06-25T00:06:48.659Z++ [[ offline* != online ]]
7342026-06-25T00:06:48.659Z++ [[ 71 -gt 300 ]]
7352026-06-25T00:06:48.659Z++ sleep 1
7362026-06-25T00:06:49.678Z++ retry=72
7372026-06-25T00:06:49.686Z+++ svcs -Hostate baseline
7382026-06-25T00:06:49.686Z++ [[ offline* != online ]]
7392026-06-25T00:06:49.686Z++ [[ 72 -gt 300 ]]
7402026-06-25T00:06:49.686Z++ sleep 1
7412026-06-25T00:06:50.680Z++ retry=73
7422026-06-25T00:06:50.683Z+++ svcs -Hostate baseline
7432026-06-25T00:06:50.696Z++ [[ offline* != online ]]
7442026-06-25T00:06:50.696Z++ [[ 73 -gt 300 ]]
7452026-06-25T00:06:50.696Z++ sleep 1
7462026-06-25T00:06:51.698Z++ retry=74
7472026-06-25T00:06:51.701Z+++ svcs -Hostate baseline
7482026-06-25T00:06:51.714Z++ [[ offline* != online ]]
7492026-06-25T00:06:51.714Z++ [[ 74 -gt 300 ]]
7502026-06-25T00:06:51.714Z++ sleep 1
7512026-06-25T00:06:52.716Z++ retry=75
7522026-06-25T00:06:52.720Z+++ svcs -Hostate baseline
7532026-06-25T00:06:52.732Z++ [[ offline* != online ]]
7542026-06-25T00:06:52.732Z++ [[ 75 -gt 300 ]]
7552026-06-25T00:06:52.732Z++ sleep 1
7562026-06-25T00:06:53.735Z++ retry=76
7572026-06-25T00:06:53.739Z+++ svcs -Hostate baseline
7582026-06-25T00:06:53.751Z++ [[ offline* != online ]]
7592026-06-25T00:06:53.751Z++ [[ 76 -gt 300 ]]
7602026-06-25T00:06:53.751Z++ sleep 1
7612026-06-25T00:06:54.755Z++ retry=77
7622026-06-25T00:06:54.758Z+++ svcs -Hostate baseline
7632026-06-25T00:06:54.768Z++ [[ offline* != online ]]
7642026-06-25T00:06:54.768Z++ [[ 77 -gt 300 ]]
7652026-06-25T00:06:54.768Z++ sleep 1
7662026-06-25T00:06:55.770Z++ retry=78
7672026-06-25T00:06:55.774Z+++ svcs -Hostate baseline
7682026-06-25T00:06:55.787Z++ [[ offline* != online ]]
7692026-06-25T00:06:55.787Z++ [[ 78 -gt 300 ]]
7702026-06-25T00:06:55.787Z++ sleep 1
7712026-06-25T00:06:56.789Z++ retry=79
7722026-06-25T00:06:56.792Z+++ svcs -Hostate baseline
7732026-06-25T00:06:56.836Z++ [[ offline* != online ]]
7742026-06-25T00:06:56.836Z++ [[ 79 -gt 300 ]]
7752026-06-25T00:06:56.836Z++ sleep 1
7762026-06-25T00:06:57.808Z++ retry=80
7772026-06-25T00:06:57.811Z+++ svcs -Hostate baseline
7782026-06-25T00:06:57.823Z++ [[ offline* != online ]]
7792026-06-25T00:06:57.823Z++ [[ 80 -gt 300 ]]
7802026-06-25T00:06:57.824Z++ sleep 1
7812026-06-25T00:06:58.826Z++ retry=81
7822026-06-25T00:06:58.829Z+++ svcs -Hostate baseline
7832026-06-25T00:06:58.842Z++ [[ offline* != online ]]
7842026-06-25T00:06:58.842Z++ [[ 81 -gt 300 ]]
7852026-06-25T00:06:58.842Z++ sleep 1
7862026-06-25T00:06:59.843Z++ retry=82
7872026-06-25T00:06:59.846Z+++ svcs -Hostate baseline
7882026-06-25T00:06:59.859Z++ [[ offline* != online ]]
7892026-06-25T00:06:59.859Z++ [[ 82 -gt 300 ]]
7902026-06-25T00:06:59.859Z++ sleep 1
7912026-06-25T00:07:00.861Z++ retry=83
7922026-06-25T00:07:00.866Z+++ svcs -Hostate baseline
7932026-06-25T00:07:00.880Z++ [[ offline* != online ]]
7942026-06-25T00:07:00.880Z++ [[ 83 -gt 300 ]]
7952026-06-25T00:07:00.880Z++ sleep 1
7962026-06-25T00:07:01.879Z++ retry=84
7972026-06-25T00:07:01.884Z+++ svcs -Hostate baseline
7982026-06-25T00:07:01.895Z++ [[ offline* != online ]]
7992026-06-25T00:07:01.895Z++ [[ 84 -gt 300 ]]
8002026-06-25T00:07:01.895Z++ sleep 1
8012026-06-25T00:07:02.898Z++ retry=85
8022026-06-25T00:07:02.901Z+++ svcs -Hostate baseline
8032026-06-25T00:07:02.914Z++ [[ offline* != online ]]
8042026-06-25T00:07:02.914Z++ [[ 85 -gt 300 ]]
8052026-06-25T00:07:02.915Z++ sleep 1
8062026-06-25T00:07:03.916Z++ retry=86
8072026-06-25T00:07:03.919Z+++ svcs -Hostate baseline
8082026-06-25T00:07:03.932Z++ [[ offline* != online ]]
8092026-06-25T00:07:03.932Z++ [[ 86 -gt 300 ]]
8102026-06-25T00:07:03.932Z++ sleep 1
8112026-06-25T00:07:04.934Z++ retry=87
8122026-06-25T00:07:04.937Z+++ svcs -Hostate baseline
8132026-06-25T00:07:04.950Z++ [[ offline* != online ]]
8142026-06-25T00:07:04.950Z++ [[ 87 -gt 300 ]]
8152026-06-25T00:07:04.950Z++ sleep 1
8162026-06-25T00:07:05.952Z++ retry=88
8172026-06-25T00:07:05.955Z+++ svcs -Hostate baseline
8182026-06-25T00:07:05.972Z++ [[ offline* != online ]]
8192026-06-25T00:07:05.972Z++ [[ 88 -gt 300 ]]
8202026-06-25T00:07:05.972Z++ sleep 1
8212026-06-25T00:07:06.974Z++ retry=89
8222026-06-25T00:07:06.980Z+++ svcs -Hostate baseline
8232026-06-25T00:07:06.989Z++ [[ offline* != online ]]
8242026-06-25T00:07:06.989Z++ [[ 89 -gt 300 ]]
8252026-06-25T00:07:06.990Z++ sleep 1
8262026-06-25T00:07:07.989Z++ retry=90
8272026-06-25T00:07:07.992Z+++ svcs -Hostate baseline
8282026-06-25T00:07:08.006Z++ [[ offline* != online ]]
8292026-06-25T00:07:08.006Z++ [[ 90 -gt 300 ]]
8302026-06-25T00:07:08.006Z++ sleep 1
8312026-06-25T00:07:09.006Z++ retry=91
8322026-06-25T00:07:09.009Z+++ svcs -Hostate baseline
8332026-06-25T00:07:09.021Z++ [[ offline* != online ]]
8342026-06-25T00:07:09.022Z++ [[ 91 -gt 300 ]]
8352026-06-25T00:07:09.022Z++ sleep 1
8362026-06-25T00:07:10.040Z++ retry=92
8372026-06-25T00:07:10.049Z+++ svcs -Hostate baseline
8382026-06-25T00:07:10.049Z++ [[ offline* != online ]]
8392026-06-25T00:07:10.049Z++ [[ 92 -gt 300 ]]
8402026-06-25T00:07:10.049Z++ sleep 1
8412026-06-25T00:07:11.041Z++ retry=93
8422026-06-25T00:07:11.044Z+++ svcs -Hostate baseline
8432026-06-25T00:07:11.057Z++ [[ offline* != online ]]
8442026-06-25T00:07:11.057Z++ [[ 93 -gt 300 ]]
8452026-06-25T00:07:11.057Z++ sleep 1
8462026-06-25T00:07:12.058Z++ retry=94
8472026-06-25T00:07:12.061Z+++ svcs -Hostate baseline
8482026-06-25T00:07:12.074Z++ [[ offline* != online ]]
8492026-06-25T00:07:12.074Z++ [[ 94 -gt 300 ]]
8502026-06-25T00:07:12.074Z++ sleep 1
8512026-06-25T00:07:13.076Z++ retry=95
8522026-06-25T00:07:13.080Z+++ svcs -Hostate baseline
8532026-06-25T00:07:13.092Z++ [[ offline* != online ]]
8542026-06-25T00:07:13.092Z++ [[ 95 -gt 300 ]]
8552026-06-25T00:07:13.092Z++ sleep 1
8562026-06-25T00:07:14.094Z++ retry=96
8572026-06-25T00:07:14.097Z+++ svcs -Hostate baseline
8582026-06-25T00:07:14.109Z++ [[ offline* != online ]]
8592026-06-25T00:07:14.109Z++ [[ 96 -gt 300 ]]
8602026-06-25T00:07:14.110Z++ sleep 1
8612026-06-25T00:07:15.112Z++ retry=97
8622026-06-25T00:07:15.114Z+++ svcs -Hostate baseline
8632026-06-25T00:07:15.127Z++ [[ offline* != online ]]
8642026-06-25T00:07:15.127Z++ [[ 97 -gt 300 ]]
8652026-06-25T00:07:15.127Z++ sleep 1
8662026-06-25T00:07:16.129Z++ retry=98
8672026-06-25T00:07:16.135Z+++ svcs -Hostate baseline
8682026-06-25T00:07:16.144Z++ [[ offline* != online ]]
8692026-06-25T00:07:16.144Z++ [[ 98 -gt 300 ]]
8702026-06-25T00:07:16.144Z++ sleep 1
8712026-06-25T00:07:17.145Z++ retry=99
8722026-06-25T00:07:17.149Z+++ svcs -Hostate baseline
8732026-06-25T00:07:17.161Z++ [[ offline* != online ]]
8742026-06-25T00:07:17.161Z++ [[ 99 -gt 300 ]]
8752026-06-25T00:07:17.161Z++ sleep 1
8762026-06-25T00:07:18.163Z++ retry=100
8772026-06-25T00:07:18.166Z+++ svcs -Hostate baseline
8782026-06-25T00:07:18.179Z++ [[ offline* != online ]]
8792026-06-25T00:07:18.179Z++ [[ 100 -gt 300 ]]
8802026-06-25T00:07:18.179Z++ sleep 1
8812026-06-25T00:07:19.180Z++ retry=101
8822026-06-25T00:07:19.183Z+++ svcs -Hostate baseline
8832026-06-25T00:07:19.196Z++ [[ offline* != online ]]
8842026-06-25T00:07:19.196Z++ [[ 101 -gt 300 ]]
8852026-06-25T00:07:19.196Z++ sleep 1
8862026-06-25T00:07:20.198Z++ retry=102
8872026-06-25T00:07:20.201Z+++ svcs -Hostate baseline
8882026-06-25T00:07:20.214Z++ [[ offline* != online ]]
8892026-06-25T00:07:20.214Z++ [[ 102 -gt 300 ]]
8902026-06-25T00:07:20.214Z++ sleep 1
8912026-06-25T00:07:21.216Z++ retry=103
8922026-06-25T00:07:21.221Z+++ svcs -Hostate baseline
8932026-06-25T00:07:21.233Z++ [[ offline* != online ]]
8942026-06-25T00:07:21.233Z++ [[ 103 -gt 300 ]]
8952026-06-25T00:07:21.233Z++ sleep 1
8962026-06-25T00:07:22.236Z++ retry=104
8972026-06-25T00:07:22.271Z+++ svcs -Hostate baseline
8982026-06-25T00:07:22.271Z++ [[ offline* != online ]]
8992026-06-25T00:07:22.271Z++ [[ 104 -gt 300 ]]
9002026-06-25T00:07:22.271Z++ sleep 1
9012026-06-25T00:07:23.253Z++ retry=105
9022026-06-25T00:07:23.256Z+++ svcs -Hostate baseline
9032026-06-25T00:07:23.269Z++ [[ offline* != online ]]
9042026-06-25T00:07:23.269Z++ [[ 105 -gt 300 ]]
9052026-06-25T00:07:23.269Z++ sleep 1
9062026-06-25T00:07:24.271Z++ retry=106
9072026-06-25T00:07:24.274Z+++ svcs -Hostate baseline
9082026-06-25T00:07:24.286Z++ [[ offline* != online ]]
9092026-06-25T00:07:24.287Z++ [[ 106 -gt 300 ]]
9102026-06-25T00:07:24.287Z++ sleep 1
9112026-06-25T00:07:25.293Z++ retry=107
9122026-06-25T00:07:25.302Z+++ svcs -Hostate baseline
9132026-06-25T00:07:25.320Z++ [[ offline* != online ]]
9142026-06-25T00:07:25.320Z++ [[ 107 -gt 300 ]]
9152026-06-25T00:07:25.320Z++ sleep 1
9162026-06-25T00:07:26.308Z++ retry=108
9172026-06-25T00:07:26.329Z+++ svcs -Hostate baseline
9182026-06-25T00:07:26.343Z++ [[ offline* != online ]]
9192026-06-25T00:07:26.343Z++ [[ 108 -gt 300 ]]
9202026-06-25T00:07:26.343Z++ sleep 1
9212026-06-25T00:07:27.325Z++ retry=109
9222026-06-25T00:07:27.328Z+++ svcs -Hostate baseline
9232026-06-25T00:07:27.340Z++ [[ offline* != online ]]
9242026-06-25T00:07:27.340Z++ [[ 109 -gt 300 ]]
9252026-06-25T00:07:27.340Z++ sleep 1
9262026-06-25T00:07:28.343Z++ retry=110
9272026-06-25T00:07:28.346Z+++ svcs -Hostate baseline
9282026-06-25T00:07:28.358Z++ [[ offline* != online ]]
9292026-06-25T00:07:28.358Z++ [[ 110 -gt 300 ]]
9302026-06-25T00:07:28.358Z++ sleep 1
9312026-06-25T00:07:29.359Z++ retry=111
9322026-06-25T00:07:29.364Z+++ svcs -Hostate baseline
9332026-06-25T00:07:29.374Z++ [[ online != online ]]
9342026-06-25T00:07:29.374Z++ set -o errexit
9352026-06-25T00:07:29.374Z++ set -o pipefail
9362026-06-25T00:07:29.374Z++ banner build
9372026-06-25T00:07:29.377Z
9382026-06-25T00:07:29.377Z ##### # # # # #####
9392026-06-25T00:07:29.377Z # # # # # # # #
9402026-06-25T00:07:29.377Z ##### # # # # # #
9412026-06-25T00:07:29.377Z # # # # # # # #
9422026-06-25T00:07:29.377Z # # # # # # # #
9432026-06-25T00:07:29.377Z ##### #### # ###### #####
9442026-06-25T00:07:29.377Z
9452026-06-25T00:07:29.378Z++ cargo build --release --bin ddmd --bin ddmadm
9462026-06-25T00:07:29.382Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9472026-06-25T00:07:29.553Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9482026-06-25T00:07:29.556Zinfo: downloading 6 components
9492026-06-25T00:07:44.587Z Updating git repository `https://github.com/oxidecomputer/falcon`
9502026-06-25T00:07:45.199ZFrom https://github.com/oxidecomputer/falcon
9512026-06-25T00:07:45.199Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9522026-06-25T00:07:45.278Z Updating crates.io index
9532026-06-25T00:07:45.281Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9542026-06-25T00:07:45.670ZFrom https://github.com/oxidecomputer/dendrite
9552026-06-25T00:07:45.670Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9562026-06-25T00:07:45.829Z Updating git repository `https://github.com/oxidecomputer/ispf`
9572026-06-25T00:07:46.073ZFrom https://github.com/oxidecomputer/ispf
9582026-06-25T00:07:46.073Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9592026-06-25T00:07:46.078Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9602026-06-25T00:07:46.406ZFrom https://github.com/oxidecomputer/netadm-sys
9612026-06-25T00:07:46.406Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9622026-06-25T00:07:46.413Z Updating git repository `https://github.com/oxidecomputer/omicron`
9632026-06-25T00:07:52.495ZFrom https://github.com/oxidecomputer/omicron
9642026-06-25T00:07:52.495Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9652026-06-25T00:07:52.927Z Updating git repository `https://github.com/oxidecomputer/opte`
9662026-06-25T00:07:53.570ZFrom https://github.com/oxidecomputer/opte
9672026-06-25T00:07:53.570Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9682026-06-25T00:07:53.843Z Updating git repository `https://github.com/illumos/smf-rs`
9692026-06-25T00:07:54.120ZFrom https://github.com/illumos/smf-rs
9702026-06-25T00:07:54.121Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9712026-06-25T00:07:54.264Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9722026-06-25T00:07:54.525ZFrom https://github.com/oxidecomputer/network-interface
9732026-06-25T00:07:54.525Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9742026-06-25T00:07:54.543Z Updating git repository `https://github.com/oxidecomputer/zone`
9752026-06-25T00:07:54.816ZFrom https://github.com/oxidecomputer/zone
9762026-06-25T00:07:54.817Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9772026-06-25T00:07:54.882Z Updating git repository `https://github.com/oxidecomputer/propolis`
9782026-06-25T00:07:55.506ZFrom https://github.com/oxidecomputer/propolis
9792026-06-25T00:07:55.506Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9802026-06-25T00:07:55.697Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9812026-06-25T00:07:56.204ZFrom https://github.com/oxidecomputer/transceiver-control
9822026-06-25T00:07:56.204Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9832026-06-25T00:07:56.214Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9842026-06-25T00:07:56.495ZFrom https://github.com/oxidecomputer/dlpi-sys
9852026-06-25T00:07:56.495Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9862026-06-25T00:07:56.557Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9872026-06-25T00:07:56.818ZFrom https://github.com/jmesmon/rust-libzfs
9882026-06-25T00:07:56.818Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9892026-06-25T00:07:56.826Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9902026-06-25T00:07:57.111ZFrom https://github.com/oxidecomputer/rusty-doors
9912026-06-25T00:07:57.111Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9922026-06-25T00:07:57.166Z Updating git repository `https://github.com/oxidecomputer/lldp`
9932026-06-25T00:07:57.501ZFrom https://github.com/oxidecomputer/lldp
9942026-06-25T00:07:57.501Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9952026-06-25T00:07:57.553Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9962026-06-25T00:07:57.812ZFrom https://github.com/oxidecomputer/slog-error-chain
9972026-06-25T00:07:57.812Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9982026-06-25T00:07:57.821Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9992026-06-25T00:07:58.120ZFrom https://github.com/oxidecomputer/tufaceous
10002026-06-25T00:07:58.120Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10012026-06-25T00:07:58.276Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10022026-06-25T00:07:58.763ZFrom https://github.com/oxidecomputer/management-gateway-service
10032026-06-25T00:07:58.763Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
10042026-06-25T00:07:58.882Z Updating git repository `https://github.com/oxidecomputer/crucible`
10052026-06-25T00:07:59.674ZFrom https://github.com/oxidecomputer/crucible
10062026-06-25T00:07:59.674Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10072026-06-25T00:08:00.587Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10082026-06-25T00:08:00.870ZFrom https://github.com/oxidecomputer/serde_human_bytes
10092026-06-25T00:08:00.870Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10102026-06-25T00:08:01.086Z Updating git repository `https://github.com/oxidecomputer/propolis`
10112026-06-25T00:08:01.535ZFrom https://github.com/oxidecomputer/propolis
10122026-06-25T00:08:01.535Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10132026-06-25T00:08:01.586Z Updating git repository `https://github.com/oxidecomputer/crucible`
10142026-06-25T00:08:02.098ZFrom https://github.com/oxidecomputer/crucible
10152026-06-25T00:08:02.098Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10162026-06-25T00:08:02.391Z Updating git repository `https://github.com/oxidecomputer/tofino`
10172026-06-25T00:08:02.750ZFrom https://github.com/oxidecomputer/tofino
10182026-06-25T00:08:02.751Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10192026-06-25T00:08:02.767Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10202026-06-25T00:08:04.038ZFrom https://github.com/oxidecomputer/maghemite
10212026-06-25T00:08:04.038Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10222026-06-25T00:08:04.198Z Updating git repository `https://github.com/oxidecomputer/clickward`
10232026-06-25T00:08:04.494ZFrom https://github.com/oxidecomputer/clickward
10242026-06-25T00:08:04.494Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10252026-06-25T00:08:04.710Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10262026-06-25T00:08:04.977ZFrom https://github.com/oxidecomputer/illumos-devinfo
10272026-06-25T00:08:04.977Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10282026-06-25T00:08:06.007Z Downloading crates ...
10292026-06-25T00:08:06.082Z Downloaded aead v0.5.2
10302026-06-25T00:08:06.086Z Downloaded backon v1.6.0
10312026-06-25T00:08:06.089Z Downloaded bitflags v1.3.2
10322026-06-25T00:08:06.092Z Downloaded adler2 v2.0.1
10332026-06-25T00:08:06.097Z Downloaded crunchy v0.2.4
10342026-06-25T00:08:06.097Z Downloaded async-trait v0.1.89
10352026-06-25T00:08:06.100Z Downloaded cpufeatures v0.2.17
10362026-06-25T00:08:06.103Z Downloaded chacha20poly1305 v0.10.1
10372026-06-25T00:08:06.103Z Downloaded darling_macro v0.21.3
10382026-06-25T00:08:06.106Z Downloaded ciborium-ll v0.2.2
10392026-06-25T00:08:06.106Z Downloaded async-stream v0.3.6
10402026-06-25T00:08:06.109Z Downloaded critical-section v1.2.0
10412026-06-25T00:08:06.111Z Downloaded cstr-argument v0.1.2
10422026-06-25T00:08:06.114Z Downloaded cpufeatures v0.3.0
10432026-06-25T00:08:06.114Z Downloaded embedded-io v0.6.1
10442026-06-25T00:08:06.117Z Downloaded foreign-types-macros v0.2.3
10452026-06-25T00:08:06.120Z Downloaded arc-swap v1.9.1
10462026-06-25T00:08:06.124Z Downloaded anstream v1.0.0
10472026-06-25T00:08:06.127Z Downloaded defmt-parser v1.0.0
10482026-06-25T00:08:06.127Z Downloaded humantime v2.3.0
10492026-06-25T00:08:06.131Z Downloaded dof v0.4.0
10502026-06-25T00:08:06.131Z Downloaded hash32 v0.3.1
10512026-06-25T00:08:06.134Z Downloaded defmt v0.3.100
10522026-06-25T00:08:06.134Z Downloaded colorchoice v1.0.5
10532026-06-25T00:08:06.137Z Downloaded debug-ignore v1.0.5
10542026-06-25T00:08:06.137Z Downloaded darling_core v0.21.3
10552026-06-25T00:08:06.141Z Downloaded form_urlencoded v1.2.2
10562026-06-25T00:08:06.143Z Downloaded darling_macro v0.23.0
10572026-06-25T00:08:06.146Z Downloaded dtrace-parser v0.3.0
10582026-06-25T00:08:06.146Z Downloaded data-encoding v2.11.0
10592026-06-25T00:08:06.149Z Downloaded dtrace-parser v0.2.0
10602026-06-25T00:08:06.151Z Downloaded futures-io v0.3.32
10612026-06-25T00:08:06.151Z Downloaded fixedbitset v0.4.2
10622026-06-25T00:08:06.154Z Downloaded base64 v0.21.7
10632026-06-25T00:08:06.157Z Downloaded allocator-api2 v0.2.21
10642026-06-25T00:08:06.160Z Downloaded fxhash v0.2.1
10652026-06-25T00:08:06.162Z Downloaded crc8 v0.1.1
10662026-06-25T00:08:06.162Z Downloaded dyn-clone v1.0.20
10672026-06-25T00:08:06.165Z Downloaded backoff v0.4.0
10682026-06-25T00:08:06.169Z Downloaded async-recursion v1.1.1
10692026-06-25T00:08:06.172Z Downloaded futures-executor v0.3.32
10702026-06-25T00:08:06.172Z Downloaded fixedbitset v0.5.7
10712026-06-25T00:08:06.175Z Downloaded highway v1.3.0
10722026-06-25T00:08:06.178Z Downloaded dropshot_endpoint v0.17.1
10732026-06-25T00:08:06.181Z Downloaded futures-sink v0.3.32
10742026-06-25T00:08:06.181Z Downloaded futures-task v0.3.32
10752026-06-25T00:08:06.184Z Downloaded ff v0.13.1
10762026-06-25T00:08:06.186Z Downloaded crypto-common v0.1.7
10772026-06-25T00:08:06.186Z Downloaded block-buffer v0.12.0
10782026-06-25T00:08:06.189Z Downloaded displaydoc v0.2.6
10792026-06-25T00:08:06.194Z Downloaded gethostname v0.5.0
10802026-06-25T00:08:06.198Z Downloaded futures-macro v0.3.32
10812026-06-25T00:08:06.198Z Downloaded foreign-types v0.3.2
10822026-06-25T00:08:06.198Z Downloaded enum-as-inner v0.6.1
10832026-06-25T00:08:06.200Z Downloaded futures-core v0.3.32
10842026-06-25T00:08:06.200Z Downloaded crucible-workspace-hack v0.1.0
10852026-06-25T00:08:06.203Z Downloaded equivalent v1.0.2
10862026-06-25T00:08:06.203Z Downloaded dunce v1.0.5
10872026-06-25T00:08:06.206Z Downloaded hostname v0.3.1
10882026-06-25T00:08:06.206Z Downloaded errno v0.3.14
10892026-06-25T00:08:06.209Z Downloaded digest v0.10.7
10902026-06-25T00:08:06.213Z Downloaded camino v1.2.2
10912026-06-25T00:08:06.221Z Downloaded const-random v0.1.18
10922026-06-25T00:08:06.221Z Downloaded foreign-types-shared v0.3.1
10932026-06-25T00:08:06.222Z Downloaded base16ct v0.2.0
10942026-06-25T00:08:06.225Z Downloaded cobs v0.3.0
10952026-06-25T00:08:06.225Z Downloaded anstyle-query v1.1.5
10962026-06-25T00:08:06.225Z Downloaded hostname v0.4.2
10972026-06-25T00:08:06.225Z Downloaded base16ct v1.0.0
10982026-06-25T00:08:06.225Z Downloaded float-ord v0.3.2
10992026-06-25T00:08:06.229Z Downloaded convert_case v0.4.0
11002026-06-25T00:08:06.229Z Downloaded dropshot-api-manager-types v0.7.2
11012026-06-25T00:08:06.231Z Downloaded fnv v1.0.7
11022026-06-25T00:08:06.231Z Downloaded hex v0.4.3
11032026-06-25T00:08:06.235Z Downloaded csv-core v0.1.13
11042026-06-25T00:08:06.235Z Downloaded heck v0.5.0
11052026-06-25T00:08:06.238Z Downloaded curve25519-dalek-derive v0.1.1
11062026-06-25T00:08:06.238Z Downloaded bit-set v0.8.0
11072026-06-25T00:08:06.242Z Downloaded block-buffer v0.10.4
11082026-06-25T00:08:06.242Z Downloaded crypto-common v0.2.2
11092026-06-25T00:08:06.244Z Downloaded hubpack v0.1.2
11102026-06-25T00:08:06.245Z Downloaded either v1.16.0
11112026-06-25T00:08:06.247Z Downloaded derive-where v1.6.1
11122026-06-25T00:08:06.250Z Downloaded heck v0.4.1
11132026-06-25T00:08:06.253Z Downloaded git-stub v1.0.0
11142026-06-25T00:08:06.253Z Downloaded deranged v0.5.8
11152026-06-25T00:08:06.256Z Downloaded autocfg v1.5.1
11162026-06-25T00:08:06.256Z Downloaded compression-codecs v0.4.38
11172026-06-25T00:08:06.259Z Downloaded const-random-macro v0.1.16
11182026-06-25T00:08:06.263Z Downloaded cfg_aliases v0.2.1
11192026-06-25T00:08:06.296Z Downloaded crc32fast v1.5.0
11202026-06-25T00:08:06.296Z Downloaded fs-err v3.3.0
11212026-06-25T00:08:06.296Z Downloaded digest v0.11.3
11222026-06-25T00:08:06.296Z Downloaded indent_write v2.2.0
11232026-06-25T00:08:06.296Z Downloaded internet-checksum v0.2.1
11242026-06-25T00:08:06.296Z Downloaded idna_adapter v1.2.2
11252026-06-25T00:08:06.296Z Downloaded hubpack_derive v0.1.1
11262026-06-25T00:08:06.296Z Downloaded hickory-resolver v0.24.4
11272026-06-25T00:08:06.296Z Downloaded inout v0.1.4
11282026-06-25T00:08:06.296Z Downloaded is-terminal v0.4.17
11292026-06-25T00:08:06.296Z Downloaded fastrand v2.4.1
11302026-06-25T00:08:06.296Z Downloaded konst_macro_rules v0.2.19
11312026-06-25T00:08:06.296Z Downloaded is_ci v1.2.0
11322026-06-25T00:08:06.296Z Downloaded http-body v1.0.1
11332026-06-25T00:08:06.297Z Downloaded itoa v1.0.18
11342026-06-25T00:08:06.297Z Downloaded libscf-sys v1.2.0
11352026-06-25T00:08:06.297Z Downloaded daft-derive v0.1.7
11362026-06-25T00:08:06.301Z Downloaded atomicwrites v0.4.4
11372026-06-25T00:08:06.301Z Downloaded bs58 v0.5.1
11382026-06-25T00:08:06.301Z Downloaded chacha20 v0.9.1
11392026-06-25T00:08:06.301Z Downloaded const_format_proc_macros v0.2.34
11402026-06-25T00:08:06.304Z Downloaded cipher v0.4.4
11412026-06-25T00:08:06.304Z Downloaded group v0.13.0
11422026-06-25T00:08:06.307Z Downloaded defmt-macros v1.1.0
11432026-06-25T00:08:06.310Z Downloaded linked-hash-map v0.5.6
11442026-06-25T00:08:06.310Z Downloaded httpdate v1.0.3
11452026-06-25T00:08:06.312Z Downloaded compression-core v0.4.32
11462026-06-25T00:08:06.315Z Downloaded bytecount v0.6.9
11472026-06-25T00:08:06.315Z Downloaded git-stub-vcs v0.1.0
11482026-06-25T00:08:06.318Z Downloaded daft v0.1.7
11492026-06-25T00:08:06.321Z Downloaded managed v0.8.0
11502026-06-25T00:08:06.321Z Downloaded console v0.16.3
11512026-06-25T00:08:06.324Z Downloaded cookie v0.18.1
11522026-06-25T00:08:06.327Z Downloaded clap_derive v4.6.1
11532026-06-25T00:08:06.327Z Downloaded macaddr v1.0.1
11542026-06-25T00:08:06.330Z Downloaded memmap v0.7.0
11552026-06-25T00:08:06.330Z Downloaded bitflags v2.12.1
11562026-06-25T00:08:06.333Z Downloaded const_format v0.2.36
11572026-06-25T00:08:06.341Z Downloaded lru-cache v0.1.2
11582026-06-25T00:08:06.344Z Downloaded anstyle-parse v1.0.0
11592026-06-25T00:08:06.344Z Downloaded chacha20 v0.10.0
11602026-06-25T00:08:06.344Z Downloaded memoffset v0.9.1
11612026-06-25T00:08:06.344Z Downloaded match_cfg v0.1.0
11622026-06-25T00:08:06.348Z Downloaded anstyle v1.0.14
11632026-06-25T00:08:06.348Z Downloaded num-derive v0.4.2
11642026-06-25T00:08:06.353Z Downloaded is_terminal_polyfill v1.70.2
11652026-06-25T00:08:06.353Z Downloaded newtype-uuid-macros v0.1.0
11662026-06-25T00:08:06.353Z Downloaded num-conv v0.2.2
11672026-06-25T00:08:06.356Z Downloaded lru-slab v0.1.2
11682026-06-25T00:08:06.356Z Downloaded no-std-compat v0.4.1
11692026-06-25T00:08:06.356Z Downloaded instant v0.1.13
11702026-06-25T00:08:06.359Z Downloaded newtype_derive v0.1.6
11712026-06-25T00:08:06.359Z Downloaded camino-tempfile v1.4.1
11722026-06-25T00:08:06.362Z Downloaded crossbeam-deque v0.8.6
11732026-06-25T00:08:06.362Z Downloaded hyper-rustls v0.27.9
11742026-06-25T00:08:06.365Z Downloaded num v0.4.3
11752026-06-25T00:08:06.368Z Downloaded crossbeam-utils v0.8.21
11762026-06-25T00:08:06.368Z Downloaded colored v3.1.1
11772026-06-25T00:08:06.370Z Downloaded httparse v1.10.1
11782026-06-25T00:08:06.373Z Downloaded opaque-debug v0.3.1
11792026-06-25T00:08:06.376Z Downloaded num_threads v0.1.7
11802026-06-25T00:08:06.376Z Downloaded futures-channel v0.3.32
11812026-06-25T00:08:06.380Z Downloaded console v0.15.11
11822026-06-25T00:08:06.384Z Downloaded http-body-util v0.1.3
11832026-06-25T00:08:06.384Z Downloaded getrandom v0.2.17
11842026-06-25T00:08:06.384Z Downloaded num_enum_derive v0.5.11
11852026-06-25T00:08:06.387Z Downloaded byte-wrapper v0.1.0
11862026-06-25T00:08:06.387Z Downloaded omicron-workspace-hack v0.1.0
11872026-06-25T00:08:06.391Z Downloaded num-iter v0.1.45
11882026-06-25T00:08:06.391Z Downloaded fs_extra v1.3.0
11892026-06-25T00:08:06.393Z Downloaded ahash v0.8.12
11902026-06-25T00:08:06.393Z Downloaded glob v0.3.3
11912026-06-25T00:08:06.396Z Downloaded ciborium v0.2.2
11922026-06-25T00:08:06.396Z Downloaded linear-map v1.2.0
11932026-06-25T00:08:06.399Z Downloaded hybrid-array v0.4.12
11942026-06-25T00:08:06.402Z Downloaded libsw-core v0.3.2
11952026-06-25T00:08:06.402Z Downloaded openssl-probe v0.2.1
11962026-06-25T00:08:06.404Z Downloaded openssl-macros v0.1.1
11972026-06-25T00:08:06.404Z Downloaded libsw v3.5.0
11982026-06-25T00:08:06.408Z Downloaded aho-corasick v1.1.4
11992026-06-25T00:08:06.410Z Downloaded ipnetwork v0.21.1
12002026-06-25T00:08:06.413Z Downloaded ipnet v2.12.0
12012026-06-25T00:08:06.413Z Downloaded futures v0.3.32
12022026-06-25T00:08:06.416Z Downloaded base64ct v1.8.3
12032026-06-25T00:08:06.419Z Downloaded lock_api v0.4.14
12042026-06-25T00:08:06.421Z Downloaded num_enum v0.7.6
12052026-06-25T00:08:06.425Z Downloaded darling v0.23.0
12062026-06-25T00:08:06.428Z Downloaded hmac v0.12.1
12072026-06-25T00:08:06.431Z Downloaded multer v3.1.0
12082026-06-25T00:08:06.435Z Downloaded parse-display v0.10.0
12092026-06-25T00:08:06.435Z Downloaded mime v0.3.17
12102026-06-25T00:08:06.435Z Downloaded generic-array v0.14.7
12112026-06-25T00:08:06.438Z Downloaded crossbeam-epoch v0.9.18
12122026-06-25T00:08:06.438Z Downloaded phf_shared v0.12.1
12132026-06-25T00:08:06.441Z Downloaded newtype-uuid v1.3.2
12142026-06-25T00:08:06.441Z Downloaded foldhash v0.1.5
12152026-06-25T00:08:06.443Z Downloaded elliptic-curve v0.13.8
12162026-06-25T00:08:06.446Z Downloaded const-oid v0.10.2
12172026-06-25T00:08:06.446Z Downloaded cancel-safe-futures v0.1.5
12182026-06-25T00:08:06.449Z Downloaded bit-vec v0.8.0
12192026-06-25T00:08:06.452Z Downloaded lazy_static v1.5.0
12202026-06-25T00:08:06.452Z Downloaded owo-colors v4.3.0
12212026-06-25T00:08:06.454Z Downloaded parking_lot_core v0.8.6
12222026-06-25T00:08:06.459Z Downloaded num_enum_derive v0.7.6
12232026-06-25T00:08:06.459Z Downloaded proc-macro-crate v3.5.0
12242026-06-25T00:08:06.462Z Downloaded powerfmt v0.2.0
12252026-06-25T00:08:06.462Z Downloaded potential_utf v0.1.5
12262026-06-25T00:08:06.462Z Downloaded proc-macro-error-attr2 v2.0.0
12272026-06-25T00:08:06.465Z Downloaded num-rational v0.4.2
12282026-06-25T00:08:06.465Z Downloaded num-complex v0.4.6
12292026-06-25T00:08:06.467Z Downloaded proc-macro-error-attr v1.0.4
12302026-06-25T00:08:06.467Z Downloaded jobserver v0.1.34
12312026-06-25T00:08:06.470Z Downloaded progenitor-client v0.10.0
12322026-06-25T00:08:06.470Z Downloaded proc-macro-crate v1.3.1
12332026-06-25T00:08:06.475Z Downloaded olpc-cjson v0.1.4
12342026-06-25T00:08:06.475Z Downloaded num-integer v0.1.46
12352026-06-25T00:08:06.475Z Downloaded getrandom v0.3.4
12362026-06-25T00:08:06.479Z Downloaded ingot-macros v0.1.1
12372026-06-25T00:08:06.480Z Downloaded phf v0.12.1
12382026-06-25T00:08:06.485Z Downloaded getrandom v0.4.2
12392026-06-25T00:08:06.485Z Downloaded litemap v0.8.2
12402026-06-25T00:08:06.488Z Downloaded oxnet v0.1.6
12412026-06-25T00:08:06.488Z Downloaded progenitor-macro v0.10.0
12422026-06-25T00:08:06.488Z Downloaded oxide-tokio-rt v0.1.6
12432026-06-25T00:08:06.492Z Downloaded num_enum v0.5.11
12442026-06-25T00:08:06.494Z Downloaded rand_xorshift v0.4.0
12452026-06-25T00:08:06.495Z Downloaded ref-cast v1.0.25
12462026-06-25T00:08:06.497Z Downloaded paste v1.0.15
12472026-06-25T00:08:06.498Z Downloaded quick-error v1.2.3
12482026-06-25T00:08:06.500Z Downloaded iana-time-zone v0.1.65
12492026-06-25T00:08:06.503Z Downloaded progenitor-macro v0.13.0
12502026-06-25T00:08:06.503Z Downloaded half v2.7.1
12512026-06-25T00:08:06.506Z Downloaded derive_more v0.99.20
12522026-06-25T00:08:06.509Z Downloaded memmap2 v0.9.10
12532026-06-25T00:08:06.509Z Downloaded password-hash v0.5.0
12542026-06-25T00:08:06.511Z Downloaded blake2 v0.10.6
12552026-06-25T00:08:06.514Z Downloaded poly1305 v0.8.0
12562026-06-25T00:08:06.514Z Downloaded bytes v1.11.1
12572026-06-25T00:08:06.517Z Downloaded indexmap v1.9.3
12582026-06-25T00:08:06.520Z Downloaded pin-project-internal v1.1.13
12592026-06-25T00:08:06.523Z Downloaded rand_chacha v0.3.1
12602026-06-25T00:08:06.525Z Downloaded pin-project-lite v0.2.17
12612026-06-25T00:08:06.528Z Downloaded ref-cast-impl v1.0.25
12622026-06-25T00:08:06.528Z Downloaded percent-encoding v2.3.2
12632026-06-25T00:08:06.531Z Downloaded once_cell v1.21.4
12642026-06-25T00:08:06.531Z Downloaded crypto-bigint v0.5.5
12652026-06-25T00:08:06.534Z Downloaded rustc-hash v2.1.2
12662026-06-25T00:08:06.537Z Downloaded plain v0.2.3
12672026-06-25T00:08:06.537Z Downloaded cc v1.2.63
12682026-06-25T00:08:06.540Z Downloaded crossbeam-channel v0.5.15
12692026-06-25T00:08:06.543Z Downloaded rustc_version v0.1.7
12702026-06-25T00:08:06.544Z Downloaded async-compression v0.4.42
12712026-06-25T00:08:06.547Z Downloaded proc-macro-error v1.0.4
12722026-06-25T00:08:06.550Z Downloaded rustc_version v0.4.1
12732026-06-25T00:08:06.555Z Downloaded progenitor-client v0.14.0
12742026-06-25T00:08:06.555Z Downloaded progenitor v0.14.0
12752026-06-25T00:08:06.557Z Downloaded progenitor v0.13.0
12762026-06-25T00:08:06.558Z Downloaded progenitor-extras v0.2.0
12772026-06-25T00:08:06.558Z Downloaded progenitor-client v0.13.0
12782026-06-25T00:08:06.558Z Downloaded proc-macro-error2 v2.0.1
12792026-06-25T00:08:06.561Z Downloaded clap v4.6.1
12802026-06-25T00:08:06.565Z Downloaded progenitor v0.10.0
12812026-06-25T00:08:06.568Z Downloaded parking_lot v0.11.2
12822026-06-25T00:08:06.570Z Downloaded darling v0.21.3
12832026-06-25T00:08:06.573Z Downloaded scopeguard v1.2.0
12842026-06-25T00:08:06.573Z Downloaded same-file v1.0.6
12852026-06-25T00:08:06.576Z Downloaded icu_locale_core v2.2.0
12862026-06-25T00:08:06.579Z Downloaded scroll_derive v0.13.1
12872026-06-25T00:08:06.579Z Downloaded scroll_derive v0.12.1
12882026-06-25T00:08:06.582Z Downloaded serde_plain v1.0.2
12892026-06-25T00:08:06.582Z Downloaded icu_provider v2.2.0
12902026-06-25T00:08:06.585Z Downloaded heapless v0.8.0
12912026-06-25T00:08:06.588Z Downloaded log v0.4.32
12922026-06-25T00:08:06.590Z Downloaded hashbrown v0.15.5
12932026-06-25T00:08:06.594Z Downloaded secrecy v0.10.3
12942026-06-25T00:08:06.594Z Downloaded parking_lot_core v0.9.12
12952026-06-25T00:08:06.597Z Downloaded drift v0.2.0
12962026-06-25T00:08:06.600Z Downloaded serde_repr v0.1.20
12972026-06-25T00:08:06.604Z Downloaded rand_core v0.9.5
12982026-06-25T00:08:06.604Z Downloaded rand_core v0.6.4
12992026-06-25T00:08:06.604Z Downloaded rand_chacha v0.9.0
13002026-06-25T00:08:06.607Z Downloaded base64 v0.22.1
13012026-06-25T00:08:06.608Z Downloaded pkg-config v0.3.33
13022026-06-25T00:08:06.611Z Downloaded indicatif v0.18.4
13032026-06-25T00:08:06.614Z Downloaded icu_normalizer_data v2.2.0
13042026-06-25T00:08:06.614Z Downloaded semver v0.1.20
13052026-06-25T00:08:06.614Z Downloaded pest_generator v2.8.6
13062026-06-25T00:08:06.617Z Downloaded num-traits v0.2.19
13072026-06-25T00:08:06.617Z Downloaded ppv-lite86 v0.2.21
13082026-06-25T00:08:06.620Z Downloaded serde_spanned v0.6.9
13092026-06-25T00:08:06.620Z Downloaded quote v1.0.45
13102026-06-25T00:08:06.623Z Downloaded serde_urlencoded v0.7.1
13112026-06-25T00:08:06.623Z Downloaded rustls-native-certs v0.8.4
13122026-06-25T00:08:06.625Z Downloaded rustversion v1.0.22
13132026-06-25T00:08:06.628Z Downloaded resolv-conf v0.7.6
13142026-06-25T00:08:06.628Z Downloaded pretty-hex v0.4.2
13152026-06-25T00:08:06.628Z Downloaded papergrid v0.11.0
13162026-06-25T00:08:06.632Z Downloaded rustls-pemfile v2.2.0
13172026-06-25T00:08:06.635Z Downloaded siphasher v1.0.3
13182026-06-25T00:08:06.635Z Downloaded slog-bunyan v2.5.0
13192026-06-25T00:08:06.639Z Downloaded sha1 v0.11.0
13202026-06-25T00:08:06.639Z Downloaded serde_spanned v1.1.1
13212026-06-25T00:08:06.642Z Downloaded sigpipe v0.1.3
13222026-06-25T00:08:06.642Z Downloaded konst v0.2.20
13232026-06-25T00:08:06.642Z Downloaded scroll v0.12.0
13242026-06-25T00:08:06.645Z Downloaded rusty-fork v0.3.1
13252026-06-25T00:08:06.645Z Downloaded pest_derive v2.8.6
13262026-06-25T00:08:06.647Z Downloaded serde-big-array v0.5.1
13272026-06-25T00:08:06.648Z Downloaded pem v3.0.6
13282026-06-25T00:08:06.651Z Downloaded icu_properties v2.2.0
13292026-06-25T00:08:06.651Z Downloaded parse-display-derive v0.10.0
13302026-06-25T00:08:06.654Z Downloaded progenitor-macro v0.14.0
13312026-06-25T00:08:06.654Z Downloaded flate2 v1.1.9
13322026-06-25T00:08:06.657Z Downloaded ingot-types v0.1.2
13332026-06-25T00:08:06.657Z Downloaded keccak v0.1.6
13342026-06-25T00:08:06.660Z Downloaded hickory-resolver v0.25.2
13352026-06-25T00:08:06.662Z Downloaded ingot v0.1.1
13362026-06-25T00:08:06.662Z Downloaded newline-converter v0.3.0
13372026-06-25T00:08:06.662Z Downloaded natord v1.0.9
13382026-06-25T00:08:06.665Z Downloaded argon2 v0.5.3
13392026-06-25T00:08:06.665Z Downloaded cmake v0.1.58
13402026-06-25T00:08:06.665Z Downloaded byteorder v1.5.0
13412026-06-25T00:08:06.668Z Downloaded ident_case v1.0.1
13422026-06-25T00:08:06.668Z Downloaded derive-ex v0.1.8
13432026-06-25T00:08:06.671Z Downloaded globset v0.4.18
13442026-06-25T00:08:06.671Z Downloaded sha1 v0.10.6
13452026-06-25T00:08:06.673Z Downloaded schemars_derive v0.8.22
13462026-06-25T00:08:06.673Z Downloaded rand_core v0.10.1
13472026-06-25T00:08:06.676Z Downloaded cfg-if v1.0.4
13482026-06-25T00:08:06.676Z Downloaded atomic-waker v1.1.2
13492026-06-25T00:08:06.676Z Downloaded quinn-udp v0.5.14
13502026-06-25T00:08:06.679Z Downloaded embedded-io v0.4.0
13512026-06-25T00:08:06.679Z Downloaded stable_deref_trait v1.2.1
13522026-06-25T00:08:06.683Z Downloaded parking_lot v0.12.5
13532026-06-25T00:08:06.683Z Downloaded strum v0.27.2
13542026-06-25T00:08:06.686Z Downloaded structmeta v0.3.0
13552026-06-25T00:08:06.686Z Downloaded spin v0.5.2
13562026-06-25T00:08:06.686Z Downloaded scroll v0.13.0
13572026-06-25T00:08:06.686Z Downloaded miniz_oxide v0.8.9
13582026-06-25T00:08:06.690Z Downloaded clap_lex v1.1.0
13592026-06-25T00:08:06.690Z Downloaded ciborium-io v0.2.2
13602026-06-25T00:08:06.690Z Downloaded find-msvc-tools v0.1.9
13612026-06-25T00:08:06.692Z Downloaded erased-serde v0.3.31
13622026-06-25T00:08:06.692Z Downloaded postcard v1.1.3
13632026-06-25T00:08:06.695Z Downloaded structmeta-derive v0.3.0
13642026-06-25T00:08:06.695Z Downloaded strsim v0.11.1
13652026-06-25T00:08:06.698Z Downloaded bcs v0.1.6
13662026-06-25T00:08:06.698Z Downloaded foreign-types-shared v0.1.1
13672026-06-25T00:08:06.698Z Downloaded supports-color v3.0.2
13682026-06-25T00:08:06.701Z Downloaded serde_path_to_error v0.1.20
13692026-06-25T00:08:06.701Z Downloaded hkdf v0.12.4
13702026-06-25T00:08:06.704Z Downloaded serde_derive_internals v0.29.1
13712026-06-25T00:08:06.704Z Downloaded subtle v2.6.1
13722026-06-25T00:08:06.707Z Downloaded proc-macro2 v1.0.106
13732026-06-25T00:08:06.707Z Downloaded slog-async v2.8.0
13742026-06-25T00:08:06.707Z Downloaded sync_wrapper v1.0.2
13752026-06-25T00:08:06.710Z Downloaded swrite v0.1.0
13762026-06-25T00:08:06.710Z Downloaded pin-project v1.1.13
13772026-06-25T00:08:06.715Z Downloaded thiserror-impl-no-std v2.0.2
13782026-06-25T00:08:06.717Z Downloaded termtree v0.5.1
13792026-06-25T00:08:06.718Z Downloaded tabled_derive v0.11.0
13802026-06-25T00:08:06.721Z Downloaded http v1.4.1
13812026-06-25T00:08:06.721Z Downloaded take_mut v0.2.2
13822026-06-25T00:08:06.723Z Downloaded tagptr v0.2.0
13832026-06-25T00:08:06.724Z Downloaded icu_collections v2.2.0
13842026-06-25T00:08:06.727Z Downloaded sha2 v0.10.9
13852026-06-25T00:08:06.730Z Downloaded slab v0.4.12
13862026-06-25T00:08:06.730Z Downloaded simd-adler32 v0.3.9
13872026-06-25T00:08:06.730Z Downloaded tabled_derive v0.7.0
13882026-06-25T00:08:06.733Z Downloaded slog-dtrace v0.3.0
13892026-06-25T00:08:06.733Z Downloaded signal-hook-registry v1.4.8
13902026-06-25T00:08:06.733Z Downloaded icu_normalizer v2.2.0
13912026-06-25T00:08:06.737Z Downloaded terminal_size v0.4.4
13922026-06-25T00:08:06.737Z Downloaded thread-id v4.2.2
13932026-06-25T00:08:06.742Z Downloaded testing_table v0.3.0
13942026-06-25T00:08:06.742Z Downloaded shlex v2.0.1
13952026-06-25T00:08:06.742Z Downloaded rustls-pki-types v1.14.1
13962026-06-25T00:08:06.746Z Downloaded slog-scope v4.4.1
13972026-06-25T00:08:06.746Z Downloaded jiff-static v0.2.28
13982026-06-25T00:08:06.746Z Downloaded thread-id v5.1.0
13992026-06-25T00:08:06.746Z Downloaded slog-json v2.6.1
14002026-06-25T00:08:06.746Z Downloaded darling_core v0.23.0
14012026-06-25T00:08:06.750Z Downloaded hyper-util v0.1.20
14022026-06-25T00:08:06.754Z Downloaded slog-stdlog v4.1.1
14032026-06-25T00:08:06.754Z Downloaded static_assertions v1.1.0
14042026-06-25T00:08:06.757Z Downloaded papergrid v0.18.0
14052026-06-25T00:08:06.757Z Downloaded openssl-sys v0.9.116
14062026-06-25T00:08:06.760Z Downloaded tinyvec_macros v0.1.1
14072026-06-25T00:08:06.763Z Downloaded time-core v0.1.8
14082026-06-25T00:08:06.763Z Downloaded smartstring v1.0.1
14092026-06-25T00:08:06.766Z Downloaded progenitor-impl v0.14.0
14102026-06-25T00:08:06.766Z Downloaded smf v0.2.3
14112026-06-25T00:08:06.770Z Downloaded smawk v0.3.2
14122026-06-25T00:08:06.770Z Downloaded hashbrown v0.12.3
14132026-06-25T00:08:06.770Z Downloaded snafu-derive v0.8.9
14142026-06-25T00:08:06.773Z Downloaded serde_tokenstream v0.2.3
14152026-06-25T00:08:06.773Z Downloaded semver v1.0.28
14162026-06-25T00:08:06.773Z Downloaded expectorate v1.2.0
14172026-06-25T00:08:06.776Z Downloaded strum v0.26.3
14182026-06-25T00:08:06.776Z Downloaded foreign-types v0.5.0
14192026-06-25T00:08:06.776Z Downloaded foldhash v0.2.0
14202026-06-25T00:08:06.779Z Downloaded tokio-macros v2.7.0
14212026-06-25T00:08:06.779Z Downloaded defmt v1.1.0
14222026-06-25T00:08:06.784Z Downloaded rhai_codegen v3.2.0
14232026-06-25T00:08:06.787Z Downloaded tabwriter v1.4.1
14242026-06-25T00:08:06.787Z Downloaded slog-envlogger v2.2.0
14252026-06-25T00:08:06.787Z Downloaded toml_datetime v0.6.11
14262026-06-25T00:08:06.790Z Downloaded serde_with_macros v3.20.0
14272026-06-25T00:08:06.790Z Downloaded synstructure v0.13.2
14282026-06-25T00:08:06.790Z Downloaded strum_macros v0.26.4
14292026-06-25T00:08:06.792Z Downloaded prettyplease v0.2.37
14302026-06-25T00:08:06.795Z Downloaded smallvec v1.15.1
14312026-06-25T00:08:06.795Z Downloaded thiserror v1.0.69
14322026-06-25T00:08:06.798Z Downloaded pest_meta v2.8.6
14332026-06-25T00:08:06.801Z Downloaded schemars v0.8.22
14342026-06-25T00:08:06.805Z Downloaded progenitor-impl v0.13.0
14352026-06-25T00:08:06.808Z Downloaded indexmap v2.14.0
14362026-06-25T00:08:06.810Z Downloaded slog-term v2.9.2
14372026-06-25T00:08:06.813Z Downloaded thiserror-no-std v2.0.2
14382026-06-25T00:08:06.813Z Downloaded tower-service v0.3.3
14392026-06-25T00:08:06.816Z Downloaded tower-layer v0.3.3
14402026-06-25T00:08:06.816Z Downloaded memchr v2.8.1
14412026-06-25T00:08:06.818Z Downloaded tiny-keccak v2.0.2
14422026-06-25T00:08:06.822Z Downloaded thread_local v1.1.9
14432026-06-25T00:08:06.822Z Downloaded thiserror-impl v2.0.18
14442026-06-25T00:08:06.822Z Downloaded thiserror-impl v1.0.69
14452026-06-25T00:08:06.825Z Downloaded ryu v1.0.23
14462026-06-25T00:08:06.825Z Downloaded thiserror v2.0.18
14472026-06-25T00:08:06.830Z Downloaded typify-macro v0.6.2
14482026-06-25T00:08:06.830Z Downloaded typify-macro v0.4.3
14492026-06-25T00:08:06.830Z Downloaded typeid v1.0.3
14502026-06-25T00:08:06.830Z Downloaded try-lock v0.2.5
14512026-06-25T00:08:06.833Z Downloaded spin v0.9.8
14522026-06-25T00:08:06.833Z Downloaded cargo_toml v0.22.3
14532026-06-25T00:08:06.833Z Downloaded dof v0.3.0
14542026-06-25T00:08:06.833Z Downloaded anyhow v1.0.102
14552026-06-25T00:08:06.836Z Downloaded unicode-linebreak v0.1.5
14562026-06-25T00:08:06.836Z Downloaded async-stream-impl v0.3.6
14572026-06-25T00:08:06.841Z Downloaded tinystr v0.8.3
14582026-06-25T00:08:06.845Z Downloaded tokio-tungstenite v0.21.0
14592026-06-25T00:08:06.848Z Downloaded time-macros v0.2.27
14602026-06-25T00:08:06.848Z Downloaded tokio-dtrace v0.1.1
14612026-06-25T00:08:06.850Z Downloaded unarray v0.1.4
14622026-06-25T00:08:06.854Z Downloaded unicode-xid v0.2.6
14632026-06-25T00:08:06.857Z Downloaded serde_derive v1.0.228
14642026-06-25T00:08:06.859Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14652026-06-25T00:08:06.859Z Downloaded unit-prefix v0.5.2
14662026-06-25T00:08:06.859Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14672026-06-25T00:08:06.859Z Downloaded strum_macros v0.27.2
14682026-06-25T00:08:06.862Z Downloaded usdt-macro v0.6.0
14692026-06-25T00:08:06.862Z Downloaded utf8_iter v1.0.4
14702026-06-25T00:08:06.865Z Downloaded qorb v0.4.1
14712026-06-25T00:08:06.868Z Downloaded rayon-core v1.13.0
14722026-06-25T00:08:06.873Z Downloaded quinn v0.11.9
14732026-06-25T00:08:06.876Z Downloaded untrusted v0.9.0
14742026-06-25T00:08:06.878Z Downloaded untrusted v0.7.1
14752026-06-25T00:08:06.878Z Downloaded usdt-macro v0.5.0
14762026-06-25T00:08:06.878Z Downloaded usdt-attr-macro v0.5.0
14772026-06-25T00:08:06.878Z Downloaded usdt v0.5.0
14782026-06-25T00:08:06.881Z Downloaded universal-hash v0.5.1
14792026-06-25T00:08:06.881Z Downloaded want v0.3.1
14802026-06-25T00:08:06.881Z Downloaded version_check v0.9.5
14812026-06-25T00:08:06.885Z Downloaded mio v1.2.1
14822026-06-25T00:08:06.888Z Downloaded waitgroup v0.1.2
14832026-06-25T00:08:06.893Z Downloaded toml_write v0.1.2
14842026-06-25T00:08:06.895Z Downloaded tokio-rustls v0.26.4
14852026-06-25T00:08:06.899Z Downloaded utf8parse v0.2.2
14862026-06-25T00:08:06.899Z Downloaded utf-8 v0.7.6
14872026-06-25T00:08:06.906Z Downloaded zerofrom-derive v0.1.7
14882026-06-25T00:08:06.909Z Downloaded term v1.2.1
14892026-06-25T00:08:06.912Z Downloaded toml_writer v1.1.1+spec-1.1.0
14902026-06-25T00:08:06.912Z Downloaded slog v2.8.2
14912026-06-25T00:08:06.916Z Downloaded serde_yaml v0.9.34+deprecated
14922026-06-25T00:08:06.916Z Downloaded tempfile v3.27.0
14932026-06-25T00:08:06.916Z Downloaded serde_core v1.0.228
14942026-06-25T00:08:06.920Z Downloaded tokio-stream v0.1.18
14952026-06-25T00:08:06.922Z Downloaded rustls-platform-verifier v0.7.0
14962026-06-25T00:08:06.926Z Downloaded zone v0.3.1
14972026-06-25T00:08:06.926Z Downloaded zerofrom v0.1.8
14982026-06-25T00:08:06.929Z Downloaded thin-vec v0.2.18
14992026-06-25T00:08:06.929Z Downloaded yoke-derive v0.8.2
15002026-06-25T00:08:06.932Z Downloaded rustls-webpki v0.103.13
15012026-06-25T00:08:06.935Z Downloaded usdt-attr-macro v0.6.0
15022026-06-25T00:08:06.938Z Downloaded schemars v0.9.0
15032026-06-25T00:08:06.942Z Downloaded toml_parser v1.1.2+spec-1.1.0
15042026-06-25T00:08:06.945Z Downloaded progenitor-impl v0.10.0
15052026-06-25T00:08:06.953Z Downloaded zeroize_derive v1.4.3
15062026-06-25T00:08:06.955Z Downloaded rand v0.9.4
15072026-06-25T00:08:06.960Z Downloaded zone_cfg_derive v0.3.1
15082026-06-25T00:08:06.960Z Downloaded minimal-lexical v0.2.1
15092026-06-25T00:08:06.963Z Downloaded hashbrown v0.16.1
15102026-06-25T00:08:06.963Z Downloaded walkdir v2.5.0
15112026-06-25T00:08:06.967Z Downloaded rand v0.8.6
15122026-06-25T00:08:06.967Z Downloaded vsss-rs v3.3.4
15132026-06-25T00:08:06.970Z Downloaded toml v0.8.23
15142026-06-25T00:08:06.970Z Downloaded usdt v0.6.0
15152026-06-25T00:08:06.971Z Downloaded socket2 v0.6.4
15162026-06-25T00:08:06.973Z Downloaded xz2 v0.1.7
15172026-06-25T00:08:06.976Z Downloaded usdt-impl v0.5.0
15182026-06-25T00:08:06.980Z Downloaded zerovec-derive v0.11.3
15192026-06-25T00:08:06.983Z Downloaded serde v1.0.228
15202026-06-25T00:08:06.986Z Downloaded usdt-impl v0.6.0
15212026-06-25T00:08:06.989Z Downloaded toml v1.1.2+spec-1.1.0
15222026-06-25T00:08:06.992Z Downloaded toml v0.9.12+spec-1.1.0
15232026-06-25T00:08:06.995Z Downloaded whoami v1.6.1
15242026-06-25T00:08:06.999Z Downloaded test-strategy v0.4.5
15252026-06-25T00:08:07.004Z Downloaded schemars v1.2.1
15262026-06-25T00:08:07.009Z Downloaded tracing-attributes v0.1.31
15272026-06-25T00:08:07.013Z Downloaded textwrap v0.16.2
15282026-06-25T00:08:07.016Z Downloaded writeable v0.6.3
15292026-06-25T00:08:07.016Z Downloaded nom v8.0.0
15302026-06-25T00:08:07.021Z Downloaded itertools v0.12.1
15312026-06-25T00:08:07.024Z Downloaded similar v2.7.0
15322026-06-25T00:08:07.024Z Downloaded yoke v0.8.3
15332026-06-25T00:08:07.027Z Downloaded tinyvec v1.11.0
15342026-06-25T00:08:07.027Z Downloaded dropshot-api-manager v0.7.2
15352026-06-25T00:08:07.031Z Downloaded ucd-trie v0.1.7
15362026-06-25T00:08:07.034Z Downloaded typify v0.4.3
15372026-06-25T00:08:07.039Z Downloaded steno v0.4.1
15382026-06-25T00:08:07.042Z Downloaded zeroize v1.8.2
15392026-06-25T00:08:07.047Z Downloaded zerocopy-derive v0.7.35
15402026-06-25T00:08:07.051Z Downloaded zmij v1.0.21
15412026-06-25T00:08:07.055Z Downloaded idna v1.1.0
15422026-06-25T00:08:07.063Z Downloaded nom v7.1.3
15432026-06-25T00:08:07.065Z Downloaded clap_builder v4.6.0
15442026-06-25T00:08:07.076Z Downloaded wait-timeout v0.2.1
15452026-06-25T00:08:07.082Z Downloaded tungstenite v0.21.0
15462026-06-25T00:08:07.085Z Downloaded tracing-core v0.1.36
15472026-06-25T00:08:07.104Z Downloaded iddqd v0.4.2
15482026-06-25T00:08:07.108Z Downloaded typify v0.6.2
15492026-06-25T00:08:07.111Z Downloaded unicode-ident v1.0.24
15502026-06-25T00:08:07.113Z Downloaded hyper v1.10.1
15512026-06-25T00:08:07.122Z Downloaded unsafe-libyaml v0.2.11
15522026-06-25T00:08:07.125Z Downloaded rand v0.10.1
15532026-06-25T00:08:07.128Z Downloaded snafu v0.8.9
15542026-06-25T00:08:07.136Z Downloaded pest v2.8.6
15552026-06-25T00:08:07.139Z Downloaded toml_edit v0.25.12+spec-1.1.0
15562026-06-25T00:08:07.142Z Downloaded toml_edit v0.22.27
15572026-06-25T00:08:07.145Z Downloaded uuid v1.23.2
15582026-06-25T00:08:07.147Z Downloaded toml_edit v0.19.15
15592026-06-25T00:08:07.165Z Downloaded itertools v0.14.0
15602026-06-25T00:08:07.169Z Downloaded regex v1.12.3
15612026-06-25T00:08:07.174Z Downloaded futures-util v0.3.32
15622026-06-25T00:08:07.181Z Downloaded zerocopy-derive v0.8.50
15632026-06-25T00:08:07.183Z Downloaded hashbrown v0.17.1
15642026-06-25T00:08:07.187Z Downloaded libm v0.2.16
15652026-06-25T00:08:07.200Z Downloaded ron v0.12.1
15662026-06-25T00:08:07.242Z Downloaded typed-path v0.9.3
15672026-06-25T00:08:07.242Z Downloaded tokio-util v0.7.18
15682026-06-25T00:08:07.242Z Downloaded unicode-segmentation v1.13.3
15692026-06-25T00:08:07.242Z Downloaded goblin v0.8.2
15702026-06-25T00:08:07.242Z Downloaded portable-atomic v1.13.1
15712026-06-25T00:08:07.242Z Downloaded h2 v0.4.14
15722026-06-25T00:08:07.250Z Downloaded tower v0.5.3
15732026-06-25T00:08:07.250Z Downloaded typenum v1.20.1
15742026-06-25T00:08:07.250Z Downloaded url v2.5.8
15752026-06-25T00:08:07.254Z Downloaded reqwest v0.13.4
15762026-06-25T00:08:07.254Z Downloaded unicode-normalization v0.1.25
15772026-06-25T00:08:07.262Z Downloaded chrono v0.4.45
15782026-06-25T00:08:07.265Z Downloaded aws-lc-rs v1.17.0
15792026-06-25T00:08:07.283Z Downloaded zerovec v0.11.6
15802026-06-25T00:08:07.286Z Downloaded zerotrie v0.2.4
15812026-06-25T00:08:07.289Z Downloaded reqwest v0.12.28
15822026-06-25T00:08:07.291Z Downloaded icu_properties_data v2.2.0
15832026-06-25T00:08:07.296Z Downloaded tough v0.22.0
15842026-06-25T00:08:07.319Z Downloaded serde_with v3.20.0
15852026-06-25T00:08:07.327Z Downloaded zerocopy v0.7.35
15862026-06-25T00:08:07.336Z Downloaded winnow v0.5.40
15872026-06-25T00:08:07.344Z Downloaded quinn-proto v0.11.14
15882026-06-25T00:08:07.348Z Downloaded proptest v1.11.0
15892026-06-25T00:08:07.376Z Downloaded rayon v1.12.0
15902026-06-25T00:08:07.381Z Downloaded serde_json v1.0.150
15912026-06-25T00:08:07.385Z Downloaded curve25519-dalek v4.1.3
15922026-06-25T00:08:07.389Z Downloaded openssl v0.10.80
15932026-06-25T00:08:07.417Z Downloaded bstr v1.12.1
15942026-06-25T00:08:07.457Z Downloaded smoltcp v0.11.0
15952026-06-25T00:08:07.465Z Downloaded unicode-width v0.1.14
15962026-06-25T00:08:07.471Z Downloaded moka v0.12.15
15972026-06-25T00:08:07.475Z Downloaded rhai v1.25.1
15982026-06-25T00:08:07.481Z Downloaded regex-syntax v0.8.10
15992026-06-25T00:08:07.486Z Downloaded tower-http v0.6.11
16002026-06-25T00:08:07.490Z Downloaded regress v0.10.5
16012026-06-25T00:08:07.499Z Downloaded goblin v0.10.7
16022026-06-25T00:08:07.506Z Downloaded chrono-tz v0.10.4
16032026-06-25T00:08:07.559Z Downloaded tabled v0.15.0
16042026-06-25T00:08:07.568Z Downloaded winnow v1.0.3
16052026-06-25T00:08:07.574Z Downloaded winnow v0.7.15
16062026-06-25T00:08:07.598Z Downloaded time v0.3.47
16072026-06-25T00:08:07.605Z Downloaded tracing v0.1.44
16082026-06-25T00:08:07.618Z Downloaded syn v1.0.109
16092026-06-25T00:08:07.625Z Downloaded dropshot v0.17.1
16102026-06-25T00:08:07.639Z Downloaded tabled v0.21.0
16112026-06-25T00:08:07.648Z Downloaded webpki-roots v1.0.7
16122026-06-25T00:08:07.651Z Downloaded vcpkg v0.2.15
16132026-06-25T00:08:07.673Z Downloaded regex-automata v0.4.14
16142026-06-25T00:08:07.693Z Downloaded nix v0.31.3
16152026-06-25T00:08:07.699Z Downloaded petgraph v0.6.5
16162026-06-25T00:08:07.710Z Downloaded unicode-width v0.2.2
16172026-06-25T00:08:07.713Z Downloaded lzma-sys v0.1.20
16182026-06-25T00:08:07.729Z Downloaded syn v2.0.117
16192026-06-25T00:08:07.736Z Downloaded libc v0.2.186
16202026-06-25T00:08:07.755Z Downloaded zerocopy v0.8.50
16212026-06-25T00:08:07.766Z Downloaded openapiv3 v2.2.0
16222026-06-25T00:08:07.772Z Downloaded petgraph v0.8.3
16232026-06-25T00:08:07.785Z Downloaded hickory-proto v0.25.2
16242026-06-25T00:08:07.793Z Downloaded rustls v0.23.40
16252026-06-25T00:08:07.800Z Downloaded rustix v0.38.44
16262026-06-25T00:08:07.814Z Downloaded csv v1.4.0
16272026-06-25T00:08:07.825Z Downloaded rustix v1.1.4
16282026-06-25T00:08:07.851Z Downloaded hickory-proto v0.24.4
16292026-06-25T00:08:07.860Z Downloaded regress v0.11.1
16302026-06-25T00:08:07.870Z Downloaded sled v0.34.7
16312026-06-25T00:08:07.876Z Downloaded typify-impl v0.6.2
16322026-06-25T00:08:07.889Z Downloaded typify-impl v0.4.3
16332026-06-25T00:08:07.937Z Downloaded ring v0.17.14
16342026-06-25T00:08:07.960Z Downloaded jiff v0.2.28
16352026-06-25T00:08:07.987Z Downloaded sha3 v0.10.9
16362026-06-25T00:08:08.004Z Downloaded tokio v1.52.3
16372026-06-25T00:08:08.039Z Downloaded encoding_rs v0.8.35
16382026-06-25T00:08:08.533Z Downloaded aws-lc-sys v0.41.0
16392026-06-25T00:08:08.892Z Compiling proc-macro2 v1.0.106
16402026-06-25T00:08:08.892Z Compiling quote v1.0.45
16412026-06-25T00:08:08.892Z Compiling unicode-ident v1.0.24
16422026-06-25T00:08:08.892Z Compiling serde_core v1.0.228
16432026-06-25T00:08:08.892Z Compiling serde v1.0.228
16442026-06-25T00:08:08.895Z Compiling libc v0.2.186
16452026-06-25T00:08:08.895Z Compiling cfg-if v1.0.4
16462026-06-25T00:08:09.203Z Compiling zmij v1.0.21
16472026-06-25T00:08:09.221Z Compiling autocfg v1.5.1
16482026-06-25T00:08:09.532Z Compiling memchr v2.8.1
16492026-06-25T00:08:09.582Z Compiling libm v0.2.16
16502026-06-25T00:08:09.959Z Compiling itoa v1.0.18
16512026-06-25T00:08:09.995Z Compiling icu_properties_data v2.2.0
16522026-06-25T00:08:10.242Z Compiling icu_normalizer_data v2.2.0
16532026-06-25T00:08:10.260Z Compiling version_check v0.9.5
16542026-06-25T00:08:10.292Z Compiling stable_deref_trait v1.2.1
16552026-06-25T00:08:10.427Z Compiling serde_json v1.0.150
16562026-06-25T00:08:10.529Z Compiling syn v2.0.117
16572026-06-25T00:08:10.548Z Compiling litemap v0.8.2
16582026-06-25T00:08:10.595Z Compiling writeable v0.6.3
16592026-06-25T00:08:10.718Z Compiling parking_lot_core v0.9.12
16602026-06-25T00:08:10.750Z Compiling num-traits v0.2.19
16612026-06-25T00:08:10.768Z Compiling utf8_iter v1.0.4
16622026-06-25T00:08:10.891Z Compiling percent-encoding v2.3.2
16632026-06-25T00:08:11.164Z Compiling thiserror v2.0.18
16642026-06-25T00:08:11.185Z Compiling form_urlencoded v1.2.2
16652026-06-25T00:08:11.190Z Compiling rand_core v0.10.1
16662026-06-25T00:08:11.229Z Compiling getrandom v0.4.2
16672026-06-25T00:08:11.366Z Compiling zerocopy v0.8.50
16682026-06-25T00:08:11.500Z Compiling errno v0.3.14
16692026-06-25T00:08:11.520Z Compiling heck v0.5.0
16702026-06-25T00:08:11.669Z Compiling iana-time-zone v0.1.65
16712026-06-25T00:08:11.778Z Compiling uuid v1.23.2
16722026-06-25T00:08:12.016Z Compiling jobserver v0.1.34
16732026-06-25T00:08:12.052Z Compiling shlex v2.0.1
16742026-06-25T00:08:12.245Z Compiling find-msvc-tools v0.1.9
16752026-06-25T00:08:12.414Z Compiling rustversion v1.0.22
16762026-06-25T00:08:12.433Z Compiling semver v1.0.28
16772026-06-25T00:08:12.528Z Compiling cc v1.2.63
16782026-06-25T00:08:12.546Z Compiling schemars v0.8.22
16792026-06-25T00:08:12.591Z Compiling dyn-clone v1.0.20
16802026-06-25T00:08:12.748Z Compiling pin-project-lite v0.2.17
16812026-06-25T00:08:12.852Z Compiling getrandom v0.2.17
16822026-06-25T00:08:12.868Z Compiling scopeguard v1.2.0
16832026-06-25T00:08:13.008Z Compiling lock_api v0.4.14
16842026-06-25T00:08:13.087Z Compiling bitflags v2.12.1
16852026-06-25T00:08:13.147Z Compiling socket2 v0.6.4
16862026-06-25T00:08:13.283Z Compiling signal-hook-registry v1.4.8
16872026-06-25T00:08:13.305Z Compiling mio v1.2.1
16882026-06-25T00:08:13.507Z Compiling synstructure v0.13.2
16892026-06-25T00:08:13.538Z Compiling serde_derive_internals v0.29.1
16902026-06-25T00:08:13.773Z Compiling cmake v0.1.58
16912026-06-25T00:08:13.875Z Compiling dunce v1.0.5
16922026-06-25T00:08:13.948Z Compiling fs_extra v1.3.0
16932026-06-25T00:08:13.966Z Compiling portable-atomic v1.13.1
16942026-06-25T00:08:14.017Z Compiling log v0.4.32
16952026-06-25T00:08:14.021Z Compiling critical-section v1.2.0
16962026-06-25T00:08:14.055Z Compiling futures-core v0.3.32
16972026-06-25T00:08:14.153Z Compiling subtle v2.6.1
16982026-06-25T00:08:14.221Z Compiling aws-lc-sys v0.41.0
16992026-06-25T00:08:14.237Z Compiling equivalent v1.0.2
17002026-06-25T00:08:14.298Z Compiling httparse v1.10.1
17012026-06-25T00:08:14.345Z Compiling futures-sink v0.3.32
17022026-06-25T00:08:14.446Z Compiling slab v0.4.12
17032026-06-25T00:08:14.480Z Compiling thiserror v1.0.69
17042026-06-25T00:08:14.497Z Compiling ucd-trie v0.1.7
17052026-06-25T00:08:14.571Z Compiling serde_derive v1.0.228
17062026-06-25T00:08:14.639Z Compiling zerofrom-derive v0.1.7
17072026-06-25T00:08:14.672Z Compiling yoke-derive v0.8.2
17082026-06-25T00:08:14.675Z Compiling zerovec-derive v0.11.3
17092026-06-25T00:08:14.731Z Compiling displaydoc v0.2.6
17102026-06-25T00:08:14.816Z Compiling schemars_derive v0.8.22
17112026-06-25T00:08:15.155Z Compiling thiserror-impl v2.0.18
17122026-06-25T00:08:15.222Z Compiling tokio-macros v2.7.0
17132026-06-25T00:08:15.542Z Compiling zerocopy-derive v0.8.50
17142026-06-25T00:08:15.751Z Compiling zeroize_derive v1.4.3
17152026-06-25T00:08:15.807Z Compiling futures-macro v0.3.32
17162026-06-25T00:08:15.834Z Compiling zerofrom v0.1.8
17172026-06-25T00:08:15.975Z Compiling yoke v0.8.3
17182026-06-25T00:08:15.994Z Compiling once_cell v1.21.4
17192026-06-25T00:08:16.039Z Compiling rustix v1.1.4
17202026-06-25T00:08:16.195Z Compiling zerovec v0.11.6
17212026-06-25T00:08:16.254Z Compiling zerotrie v0.2.4
17222026-06-25T00:08:16.416Z Compiling pest v2.8.6
17232026-06-25T00:08:16.454Z Compiling zeroize v1.8.2
17242026-06-25T00:08:16.660Z Compiling typenum v1.20.1
17252026-06-25T00:08:16.678Z Compiling thiserror-impl v1.0.69
17262026-06-25T00:08:16.694Z Compiling futures-channel v0.3.32
17272026-06-25T00:08:16.711Z Compiling futures-io v0.3.32
17282026-06-25T00:08:16.806Z Compiling tinystr v0.8.3
17292026-06-25T00:08:16.912Z Compiling potential_utf v0.1.5
17302026-06-25T00:08:16.960Z Compiling futures-task v0.3.32
17312026-06-25T00:08:17.040Z Compiling icu_locale_core v2.2.0
17322026-06-25T00:08:17.102Z Compiling icu_collections v2.2.0
17332026-06-25T00:08:17.136Z Compiling futures-util v0.3.32
17342026-06-25T00:08:17.684Z Compiling pest_meta v2.8.6
17352026-06-25T00:08:17.882Z Compiling smallvec v1.15.1
17362026-06-25T00:08:17.908Z Compiling bytes v1.11.1
17372026-06-25T00:08:17.924Z Compiling icu_provider v2.2.0
17382026-06-25T00:08:18.003Z Compiling chrono v0.4.45
17392026-06-25T00:08:18.552Z Compiling icu_normalizer v2.2.0
17402026-06-25T00:08:18.575Z Compiling icu_properties v2.2.0
17412026-06-25T00:08:18.797Z Compiling parking_lot v0.12.5
17422026-06-25T00:08:18.922Z Compiling serde_tokenstream v0.2.3
17432026-06-25T00:08:19.231Z Compiling tokio v1.52.3
17442026-06-25T00:08:19.674Z Compiling idna_adapter v1.2.2
17452026-06-25T00:08:19.774Z Compiling pest_generator v2.8.6
17462026-06-25T00:08:19.873Z Compiling idna v1.1.0
17472026-06-25T00:08:19.957Z Compiling regex-syntax v0.8.10
17482026-06-25T00:08:20.148Z Compiling getrandom v0.3.4
17492026-06-25T00:08:20.198Z Compiling url v2.5.8
17502026-06-25T00:08:20.312Z Compiling strsim v0.11.1
17512026-06-25T00:08:20.389Z Compiling pest_derive v2.8.6
17522026-06-25T00:08:20.506Z Compiling rand_core v0.6.4
17532026-06-25T00:08:20.617Z Compiling aho-corasick v1.1.4
17542026-06-25T00:08:20.777Z Compiling byteorder v1.5.0
17552026-06-25T00:08:21.046Z Compiling hashbrown v0.17.1
17562026-06-25T00:08:21.478Z Compiling regex-automata v0.4.14
17572026-06-25T00:08:21.734Z Compiling indexmap v2.14.0
17582026-06-25T00:08:21.917Z Compiling tracing-core v0.1.36
17592026-06-25T00:08:22.008Z Compiling ipnetwork v0.21.1
17602026-06-25T00:08:22.008Z Compiling tracing-attributes v0.1.31
17612026-06-25T00:08:22.577Z Compiling ident_case v1.0.1
17622026-06-25T00:08:22.702Z Compiling slog v2.8.2
17632026-06-25T00:08:22.773Z Compiling anyhow v1.0.102
17642026-06-25T00:08:22.969Z Compiling fnv v1.0.7
17652026-06-25T00:08:23.136Z Compiling base64 v0.22.1
17662026-06-25T00:08:23.221Z Compiling regex v1.12.3
17672026-06-25T00:08:23.326Z Compiling tracing v0.1.44
17682026-06-25T00:08:23.630Z Compiling paste v1.0.15
17692026-06-25T00:08:23.697Z Compiling erased-serde v0.3.31
17702026-06-25T00:08:24.044Z Compiling omicron-workspace-hack v0.1.0
17712026-06-25T00:08:24.324Z Compiling http v1.4.1
17722026-06-25T00:08:24.929Z Compiling oxnet v0.1.6
17732026-06-25T00:08:25.077Z Compiling rustls-pki-types v1.14.1
17742026-06-25T00:08:25.502Z Compiling scroll_derive v0.13.1
17752026-06-25T00:08:25.933Z Compiling ring v0.17.14
17762026-06-25T00:08:26.122Z Compiling aws-lc-rs v1.17.0
17772026-06-25T00:08:26.159Z Compiling time-core v0.1.8
17782026-06-25T00:08:26.314Z Compiling num-conv v0.2.2
17792026-06-25T00:08:26.473Z Compiling time-macros v0.2.27
17802026-06-25T00:08:26.651Z Compiling tokio-util v0.7.18
17812026-06-25T00:08:26.933Z Compiling untrusted v0.7.1
17822026-06-25T00:08:27.068Z Compiling untrusted v0.9.0
17832026-06-25T00:08:27.213Z Compiling ipnet v2.12.0
17842026-06-25T00:08:27.542Z Compiling ppv-lite86 v0.2.21
17852026-06-25T00:08:27.870Z Compiling daft-derive v0.1.7
17862026-06-25T00:08:27.961Z Compiling async-trait v0.1.89
17872026-06-25T00:08:28.119Z Compiling crc32fast v1.5.0
17882026-06-25T00:08:28.416Z Compiling rustls v0.23.40
17892026-06-25T00:08:28.434Z Compiling camino v1.2.2
17902026-06-25T00:08:28.657Z Compiling http-body v1.0.1
17912026-06-25T00:08:28.827Z Compiling usdt-impl v0.6.0
17922026-06-25T00:08:28.843Z Compiling atomic-waker v1.1.2
17932026-06-25T00:08:28.918Z Compiling pretty-hex v0.4.2
17942026-06-25T00:08:28.955Z Compiling crossbeam-utils v0.8.21
17952026-06-25T00:08:29.088Z Compiling scroll v0.13.0
17962026-06-25T00:08:29.299Z Compiling plain v0.2.3
17972026-06-25T00:08:29.351Z Compiling try-lock v0.2.5
17982026-06-25T00:08:29.416Z Compiling ryu v1.0.23
17992026-06-25T00:08:29.526Z Compiling tower-service v0.3.3
18002026-06-25T00:08:29.629Z Compiling tower-layer v0.3.3
18012026-06-25T00:08:29.708Z Compiling want v0.3.1
18022026-06-25T00:08:29.785Z Compiling goblin v0.10.7
18032026-06-25T00:08:29.891Z Compiling h2 v0.4.14
18042026-06-25T00:08:30.665Z Compiling slog-async v2.8.0
18052026-06-25T00:08:30.858Z Compiling httpdate v1.0.3
18062026-06-25T00:08:31.262Z Compiling dtrace-parser v0.3.0
18072026-06-25T00:08:31.305Z Compiling thread-id v5.1.0
18082026-06-25T00:08:31.369Z Compiling ref-cast v1.0.25
18092026-06-25T00:08:32.811Z Compiling dof v0.4.0
18102026-06-25T00:08:33.341Z Compiling hyper v1.10.1
18112026-06-25T00:08:33.817Z Compiling rand_core v0.9.5
18122026-06-25T00:08:34.013Z Compiling serde_urlencoded v0.7.1
18132026-06-25T00:08:34.085Z Compiling http-body-util v0.1.3
18142026-06-25T00:08:34.333Z Compiling ref-cast-impl v1.0.25
18152026-06-25T00:08:34.556Z Compiling syn v1.0.109
18162026-06-25T00:08:34.906Z Compiling hyper-util v0.1.20
18172026-06-25T00:08:35.636Z Compiling usdt-attr-macro v0.6.0
18182026-06-25T00:08:36.293Z Compiling usdt-macro v0.6.0
18192026-06-25T00:08:36.546Z Compiling structmeta-derive v0.3.0
18202026-06-25T00:08:37.138Z Compiling multer v3.1.0
18212026-06-25T00:08:37.434Z Compiling foldhash v0.2.0
18222026-06-25T00:08:37.558Z Compiling powerfmt v0.2.0
18232026-06-25T00:08:37.632Z Compiling allocator-api2 v0.2.21
18242026-06-25T00:08:37.673Z Compiling structmeta v0.3.0
18252026-06-25T00:08:37.772Z Compiling deranged v0.5.8
18262026-06-25T00:08:37.896Z Compiling rand_chacha v0.9.0
18272026-06-25T00:08:37.966Z Compiling hashbrown v0.16.1
18282026-06-25T00:08:38.405Z Compiling darling_core v0.23.0
18292026-06-25T00:08:38.458Z Compiling newtype-uuid-macros v0.1.0
18302026-06-25T00:08:38.820Z Compiling num_threads v0.1.7
18312026-06-25T00:08:38.925Z Compiling rand v0.9.4
18322026-06-25T00:08:39.072Z Compiling time v0.3.47
18332026-06-25T00:08:39.260Z Compiling newtype-uuid v1.3.2
18342026-06-25T00:08:39.641Z Compiling strum_macros v0.26.4
18352026-06-25T00:08:40.079Z Compiling async-stream-impl v0.3.6
18362026-06-25T00:08:40.199Z Compiling sync_wrapper v1.0.2
18372026-06-25T00:08:40.321Z Compiling dropshot v0.17.1
18382026-06-25T00:08:40.472Z Compiling darling_macro v0.23.0
18392026-06-25T00:08:40.720Z Compiling hex v0.4.3
18402026-06-25T00:08:41.008Z Compiling tower v0.5.3
18412026-06-25T00:08:41.071Z Compiling darling v0.23.0
18422026-06-25T00:08:41.089Z Compiling daft v0.1.7
18432026-06-25T00:08:41.162Z Compiling crossbeam-channel v0.5.15
18442026-06-25T00:08:41.311Z Compiling webpki-roots v1.0.7
18452026-06-25T00:08:41.379Z Compiling openapiv3 v2.2.0
18462026-06-25T00:08:41.842Z Compiling generic-array v0.14.7
18472026-06-25T00:08:42.097Z Compiling fastrand v2.4.1
18482026-06-25T00:08:42.266Z Compiling tower-http v0.6.11
18492026-06-25T00:08:42.461Z Compiling serde_with_macros v3.20.0
18502026-06-25T00:08:42.985Z Compiling futures-executor v0.3.32
18512026-06-25T00:08:43.190Z Compiling dropshot_endpoint v0.17.1
18522026-06-25T00:08:43.472Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18532026-06-25T00:08:43.577Z Compiling thread_local v1.1.9
18542026-06-25T00:08:43.597Z Compiling cpufeatures v0.3.0
18552026-06-25T00:08:43.904Z Compiling openssl-probe v0.2.1
18562026-06-25T00:08:43.922Z Compiling futures v0.3.32
18572026-06-25T00:08:44.156Z Compiling rustls-native-certs v0.8.4
18582026-06-25T00:08:44.559Z Compiling derive-ex v0.1.8
18592026-06-25T00:08:44.929Z Compiling strum_macros v0.27.2
18602026-06-25T00:08:44.953Z Compiling is-terminal v0.4.17
18612026-06-25T00:08:45.064Z Compiling term v1.2.1
18622026-06-25T00:08:45.773Z Compiling winnow v1.0.3
18632026-06-25T00:08:46.127Z Compiling take_mut v0.2.2
18642026-06-25T00:08:46.742Z Compiling test-strategy v0.4.5
18652026-06-25T00:08:46.762Z Compiling slog-term v2.9.2
18662026-06-25T00:08:47.498Z Compiling tempfile v3.27.0
18672026-06-25T00:08:48.218Z Compiling macaddr v1.0.1
18682026-06-25T00:08:48.330Z Compiling hybrid-array v0.4.12
18692026-06-25T00:08:48.473Z Compiling match_cfg v0.1.0
18702026-06-25T00:08:48.501Z Compiling adler2 v2.0.1
18712026-06-25T00:08:48.672Z Compiling simd-adler32 v0.3.9
18722026-06-25T00:08:48.713Z Compiling hostname v0.3.1
18732026-06-25T00:08:48.883Z Compiling miniz_oxide v0.8.9
18742026-06-25T00:08:49.646Z Compiling slog-json v2.6.1
18752026-06-25T00:08:49.933Z Compiling memmap2 v0.9.10
18762026-06-25T00:08:50.241Z Compiling usdt v0.6.0
18772026-06-25T00:08:50.368Z Compiling slog-bunyan v2.5.0
18782026-06-25T00:08:50.526Z Compiling flate2 v1.1.9
18792026-06-25T00:08:50.553Z Compiling block-buffer v0.12.0
18802026-06-25T00:08:50.740Z Compiling crypto-common v0.2.2
18812026-06-25T00:08:50.894Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-25T00:08:51.083Z Compiling const-oid v0.10.2
18832026-06-25T00:08:51.101Z Compiling debug-ignore v1.0.5
18842026-06-25T00:08:51.339Z Compiling compression-core v0.4.32
18852026-06-25T00:08:51.390Z Compiling either v1.16.0
18862026-06-25T00:08:51.526Z Compiling compression-codecs v0.4.38
18872026-06-25T00:08:51.624Z Compiling digest v0.11.3
18882026-06-25T00:08:51.889Z Compiling toml_parser v1.1.2+spec-1.1.0
18892026-06-25T00:08:51.920Z Compiling crypto-common v0.1.7
18902026-06-25T00:08:52.033Z Compiling parse-display-derive v0.10.0
18912026-06-25T00:08:52.093Z Compiling rand_chacha v0.3.1
18922026-06-25T00:08:52.128Z Compiling toml_datetime v1.1.1+spec-1.1.0
18932026-06-25T00:08:52.241Z Compiling serde_spanned v1.1.1
18942026-06-25T00:08:52.427Z Compiling encoding_rs v0.8.35
18952026-06-25T00:08:52.555Z Compiling spin v0.9.8
18962026-06-25T00:08:52.624Z Compiling toml_writer v1.1.1+spec-1.1.0
18972026-06-25T00:08:52.731Z Compiling mime v0.3.17
18982026-06-25T00:08:52.890Z Compiling toml v1.1.2+spec-1.1.0
18992026-06-25T00:08:52.981Z Compiling rand v0.8.6
19002026-06-25T00:08:53.235Z Compiling sha1 v0.11.0
19012026-06-25T00:08:53.608Z Compiling async-compression v0.4.42
19022026-06-25T00:08:53.634Z Compiling strum v0.26.3
19032026-06-25T00:08:53.741Z Compiling async-stream v0.3.6
19042026-06-25T00:08:53.944Z Compiling waitgroup v0.1.2
19052026-06-25T00:08:54.068Z Compiling rustls-pemfile v2.2.0
19062026-06-25T00:08:54.105Z Compiling serde_path_to_error v0.1.20
19072026-06-25T00:08:54.105Z Compiling hostname v0.4.2
19082026-06-25T00:08:54.282Z Compiling wait-timeout v0.2.1
19092026-06-25T00:08:54.723Z Compiling quick-error v1.2.3
19102026-06-25T00:08:54.751Z Compiling bit-vec v0.8.0
19112026-06-25T00:08:54.909Z Compiling rusty-fork v0.3.1
19122026-06-25T00:08:54.947Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-06-25T00:08:55.058Z Compiling bit-set v0.8.0
19142026-06-25T00:08:55.245Z Compiling serde_with v3.20.0
19152026-06-25T00:08:55.262Z Compiling rand_xorshift v0.4.0
19162026-06-25T00:08:55.435Z Compiling unarray v0.1.4
19172026-06-25T00:08:55.564Z Compiling proptest v1.11.0
19182026-06-25T00:08:55.756Z Compiling strum v0.27.2
19192026-06-25T00:08:55.908Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19202026-06-25T00:08:56.064Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19212026-06-25T00:08:56.149Z Compiling instant v0.1.13
19222026-06-25T00:08:56.474Z Compiling itertools v0.14.0
19232026-06-25T00:08:56.536Z Compiling iddqd v0.4.2
19242026-06-25T00:08:56.739Z Compiling unicode-width v0.2.2
19252026-06-25T00:08:57.638Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-06-25T00:08:57.691Z Compiling block-buffer v0.10.4
19272026-06-25T00:08:57.873Z Compiling backon v1.6.0
19282026-06-25T00:08:57.950Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19292026-06-25T00:08:57.990Z Compiling regress v0.10.5
19302026-06-25T00:08:59.636Z Compiling digest v0.10.7
19312026-06-25T00:08:59.819Z Compiling backoff v0.4.0
19322026-06-25T00:09:00.034Z Compiling parse-display v0.10.0
19332026-06-25T00:09:00.334Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19342026-06-25T00:09:00.861Z Compiling humantime v2.3.0
19352026-06-25T00:09:02.906Z Compiling regress v0.11.1
19362026-06-25T00:09:04.057Z Compiling zerocopy-derive v0.7.35
19372026-06-25T00:09:04.375Z Compiling typify-impl v0.6.2
19382026-06-25T00:09:05.019Z Compiling darling_core v0.21.3
19392026-06-25T00:09:05.149Z Compiling clap_derive v4.6.1
19402026-06-25T00:09:05.897Z Compiling cpufeatures v0.2.17
19412026-06-25T00:09:05.981Z Compiling convert_case v0.4.0
19422026-06-25T00:09:06.275Z Compiling utf8parse v0.2.2
19432026-06-25T00:09:06.587Z Compiling anstyle-parse v1.0.0
19442026-06-25T00:09:06.751Z Compiling derive_more v0.99.20
19452026-06-25T00:09:07.048Z Compiling darling_macro v0.21.3
19462026-06-25T00:09:07.629Z Compiling typify-macro v0.6.2
19472026-06-25T00:09:07.645Z Compiling terminal_size v0.4.4
19482026-06-25T00:09:07.661Z Compiling toml_datetime v0.6.11
19492026-06-25T00:09:07.784Z Compiling anstyle v1.0.14
19502026-06-25T00:09:07.899Z Compiling is_terminal_polyfill v1.70.2
19512026-06-25T00:09:08.036Z Compiling colorchoice v1.0.5
19522026-06-25T00:09:08.054Z Compiling anstyle-query v1.1.5
19532026-06-25T00:09:08.178Z Compiling anstream v1.0.0
19542026-06-25T00:09:08.194Z Compiling darling v0.21.3
19552026-06-25T00:09:08.921Z Compiling secrecy v0.10.3
19562026-06-25T00:09:08.978Z Compiling heapless v0.8.0
19572026-06-25T00:09:09.194Z Compiling clap_lex v1.1.0
19582026-06-25T00:09:09.211Z Compiling tinyvec_macros v0.1.1
19592026-06-25T00:09:09.286Z Compiling crucible-workspace-hack v0.1.0
19602026-06-25T00:09:09.485Z Compiling clap_builder v4.6.0
19612026-06-25T00:09:09.506Z Compiling tinyvec v1.11.0
19622026-06-25T00:09:09.777Z Compiling typify v0.6.2
19632026-06-25T00:09:09.928Z Compiling ingot-macros v0.1.1
19642026-06-25T00:09:09.966Z Compiling zerocopy v0.7.35
19652026-06-25T00:09:10.473Z Compiling hash32 v0.3.1
19662026-06-25T00:09:10.502Z Compiling scroll_derive v0.12.1
19672026-06-25T00:09:10.536Z Compiling rustc_version v0.4.1
19682026-06-25T00:09:10.802Z Compiling num-integer v0.1.46
19692026-06-25T00:09:10.821Z Compiling usdt-impl v0.5.0
19702026-06-25T00:09:11.098Z Compiling smoltcp v0.11.0
19712026-06-25T00:09:11.240Z Compiling scroll v0.12.0
19722026-06-25T00:09:11.405Z Compiling clap v4.6.1
19732026-06-25T00:09:11.484Z Compiling curve25519-dalek v4.1.3
19742026-06-25T00:09:11.785Z Compiling dof v0.3.0
19752026-06-25T00:09:12.573Z Compiling ingot-types v0.1.2
19762026-06-25T00:09:13.198Z Compiling hmac v0.12.1
19772026-06-25T00:09:13.354Z Compiling dtrace-parser v0.2.0
19782026-06-25T00:09:13.371Z Compiling inout v0.1.4
19792026-06-25T00:09:13.532Z Compiling ff v0.13.1
19802026-06-25T00:09:13.551Z Compiling cobs v0.3.0
19812026-06-25T00:09:13.918Z Compiling thread-id v4.2.2
19822026-06-25T00:09:13.921Z Compiling bitflags v1.3.2
19832026-06-25T00:09:14.056Z Compiling unsafe-libyaml v0.2.11
19842026-06-25T00:09:14.170Z Compiling managed v0.8.0
19852026-06-25T00:09:14.580Z Compiling serde_yaml v0.9.34+deprecated
19862026-06-25T00:09:15.296Z Compiling postcard v1.1.3
19872026-06-25T00:09:15.666Z Compiling group v0.13.0
19882026-06-25T00:09:15.790Z Compiling cipher v0.4.4
19892026-06-25T00:09:15.812Z Compiling hkdf v0.12.4
19902026-06-25T00:09:16.037Z Compiling ingot v0.1.1
19912026-06-25T00:09:16.598Z Compiling goblin v0.8.2
19922026-06-25T00:09:16.915Z Compiling num-rational v0.4.2
19932026-06-25T00:09:17.925Z Compiling num-iter v0.1.45
19942026-06-25T00:09:18.240Z Compiling tabwriter v1.4.1
19952026-06-25T00:09:18.441Z Compiling universal-hash v0.5.1
19962026-06-25T00:09:18.592Z Compiling crypto-bigint v0.5.5
19972026-06-25T00:09:18.609Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-06-25T00:09:18.757Z Compiling hubpack_derive v0.1.1
19992026-06-25T00:09:19.303Z Compiling thiserror-impl-no-std v2.0.2
20002026-06-25T00:09:19.519Z Compiling crossbeam-epoch v0.9.18
20012026-06-25T00:09:19.896Z Compiling half v2.7.1
20022026-06-25T00:09:20.011Z Compiling curve25519-dalek-derive v0.1.1
20032026-06-25T00:09:20.385Z Compiling num-complex v0.4.6
20042026-06-25T00:09:20.923Z Compiling memoffset v0.9.1
20052026-06-25T00:09:20.941Z Compiling ciborium-io v0.2.2
20062026-06-25T00:09:20.944Z Compiling prettyplease v0.2.37
20072026-06-25T00:09:21.047Z Compiling base16ct v0.2.0
20082026-06-25T00:09:21.319Z Compiling base64ct v1.8.3
20092026-06-25T00:09:21.515Z Compiling opaque-debug v0.3.1
20102026-06-25T00:09:21.533Z Compiling cfg_aliases v0.2.1
20112026-06-25T00:09:21.745Z Compiling nix v0.31.3
20122026-06-25T00:09:22.098Z Compiling poly1305 v0.8.0
20132026-06-25T00:09:22.150Z Compiling password-hash v0.5.0
20142026-06-25T00:09:23.051Z Compiling elliptic-curve v0.13.8
20152026-06-25T00:09:23.128Z Compiling ciborium-ll v0.2.2
20162026-06-25T00:09:23.386Z Compiling num v0.4.3
20172026-06-25T00:09:23.476Z Compiling thiserror-no-std v2.0.2
20182026-06-25T00:09:23.607Z Compiling hubpack v0.1.2
20192026-06-25T00:09:24.694Z Compiling chacha20 v0.9.1
20202026-06-25T00:09:25.253Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20212026-06-25T00:09:25.491Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-25T00:09:25.580Z Compiling reqwest v0.12.28
20232026-06-25T00:09:26.239Z Compiling toml_edit v0.25.12+spec-1.1.0
20242026-06-25T00:09:26.607Z Compiling blake2 v0.10.6
20252026-06-25T00:09:26.761Z Compiling aead v0.5.2
20262026-06-25T00:09:27.117Z Compiling byte-wrapper v0.1.0
20272026-06-25T00:09:27.230Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20282026-06-25T00:09:27.301Z Compiling serde_repr v0.1.20
20292026-06-25T00:09:27.902Z Compiling proc-macro-error-attr v1.0.4
20302026-06-25T00:09:28.077Z Compiling bstr v1.12.1
20312026-06-25T00:09:28.158Z Compiling keccak v0.1.6
20322026-06-25T00:09:28.176Z Compiling float-ord v0.3.2
20332026-06-25T00:09:28.289Z Compiling static_assertions v1.1.0
20342026-06-25T00:09:28.416Z Compiling rustix v0.38.44
20352026-06-25T00:09:28.491Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362026-06-25T00:09:28.801Z Compiling sha3 v0.10.9
20372026-06-25T00:09:28.938Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20382026-06-25T00:09:29.117Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-25T00:09:29.661Z Compiling chacha20poly1305 v0.10.1
20402026-06-25T00:09:29.664Z Compiling argon2 v0.5.3
20412026-06-25T00:09:29.819Z Compiling proc-macro-crate v3.5.0
20422026-06-25T00:09:30.267Z Compiling progenitor-client v0.10.0
20432026-06-25T00:09:30.717Z Compiling vsss-rs v3.3.4
20442026-06-25T00:09:31.890Z Compiling rustls-webpki v0.103.13
20452026-06-25T00:09:32.202Z Compiling ciborium v0.2.2
20462026-06-25T00:09:33.043Z Compiling usdt-attr-macro v0.5.0
20472026-06-25T00:09:33.436Z Compiling usdt-macro v0.5.0
20482026-06-25T00:09:34.772Z Compiling num-derive v0.4.2
20492026-06-25T00:09:34.793Z Compiling enum-as-inner v0.6.1
20502026-06-25T00:09:35.381Z Compiling proc-macro-error v1.0.4
20512026-06-25T00:09:35.591Z Compiling memmap v0.7.0
20522026-06-25T00:09:35.638Z Compiling data-encoding v2.11.0
20532026-06-25T00:09:35.739Z Compiling indent_write v2.2.0
20542026-06-25T00:09:36.022Z Compiling tokio-rustls v0.26.4
20552026-06-25T00:09:36.050Z Compiling rustls-platform-verifier v0.7.0
20562026-06-25T00:09:36.082Z Compiling winnow v0.5.40
20572026-06-25T00:09:36.322Z Compiling hyper-rustls v0.27.9
20582026-06-25T00:09:36.645Z Compiling reqwest v0.13.4
20592026-06-25T00:09:37.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20602026-06-25T00:09:37.964Z Compiling progenitor-client v0.14.0
20612026-06-25T00:09:38.021Z Compiling toml_edit v0.19.15
20622026-06-25T00:09:38.443Z Compiling progenitor-extras v0.2.0
20632026-06-25T00:09:38.693Z Compiling usdt v0.5.0
20642026-06-25T00:09:38.990Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-25T00:09:39.937Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-25T00:09:41.996Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20672026-06-25T00:09:42.113Z Compiling num_enum_derive v0.7.6
20682026-06-25T00:09:43.183Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-25T00:09:48.663Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-25T00:09:50.905Z Compiling serde_spanned v0.6.9
20712026-06-25T00:09:51.010Z Compiling foreign-types-macros v0.2.3
20722026-06-25T00:09:51.072Z Compiling bytecount v0.6.9
20732026-06-25T00:09:51.129Z Compiling pkg-config v0.3.33
20742026-06-25T00:09:51.276Z Compiling toml_write v0.1.2
20752026-06-25T00:09:51.594Z Compiling colored v3.1.1
20762026-06-25T00:09:51.721Z Compiling winnow v0.7.15
20772026-06-25T00:09:51.794Z Compiling foreign-types-shared v0.3.1
20782026-06-25T00:09:51.812Z Compiling vcpkg v0.2.15
20792026-06-25T00:09:51.905Z Compiling foreign-types v0.5.0
20802026-06-25T00:09:52.265Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-06-25T00:09:52.397Z Compiling openssl-sys v0.9.116
20822026-06-25T00:09:52.580Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20832026-06-25T00:09:53.200Z Compiling toml_edit v0.22.27
20842026-06-25T00:09:53.282Z Compiling num_enum v0.7.6
20852026-06-25T00:09:53.880Z Compiling proc-macro-crate v1.3.1
20862026-06-25T00:09:54.401Z Compiling progenitor-impl v0.13.0
20872026-06-25T00:09:54.493Z Compiling chacha20 v0.10.0
20882026-06-25T00:09:54.558Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20892026-06-25T00:09:55.090Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20902026-06-25T00:09:55.387Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20912026-06-25T00:09:55.513Z Compiling cstr-argument v0.1.2
20922026-06-25T00:09:55.551Z Compiling swrite v0.1.0
20932026-06-25T00:09:55.656Z Compiling unicode-segmentation v1.13.3
20942026-06-25T00:09:55.696Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20952026-06-25T00:09:55.930Z Compiling rayon-core v1.13.0
20962026-06-25T00:09:55.953Z Compiling resolv-conf v0.7.6
20972026-06-25T00:09:56.188Z Compiling heck v0.4.1
20982026-06-25T00:09:56.296Z Compiling semver v0.1.20
20992026-06-25T00:09:56.407Z Compiling linked-hash-map v0.5.6
21002026-06-25T00:09:56.459Z Compiling progenitor-macro v0.13.0
21012026-06-25T00:09:56.561Z Compiling rustc_version v0.1.7
21022026-06-25T00:09:56.632Z Compiling lru-cache v0.1.2
21032026-06-25T00:09:56.636Z Compiling newline-converter v0.3.0
21042026-06-25T00:09:56.797Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21052026-06-25T00:09:56.814Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21062026-06-25T00:09:57.097Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21072026-06-25T00:09:57.221Z Compiling rand v0.10.1
21082026-06-25T00:09:57.244Z Compiling toml v0.8.23
21092026-06-25T00:09:57.833Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21102026-06-25T00:09:57.862Z Compiling num_enum_derive v0.5.11
21112026-06-25T00:09:58.134Z Compiling atomicwrites v0.4.4
21122026-06-25T00:09:58.174Z Compiling progenitor-client v0.13.0
21132026-06-25T00:09:58.381Z Compiling hickory-proto v0.24.4
21142026-06-25T00:09:58.423Z Compiling similar v2.7.0
21152026-06-25T00:09:58.536Z Compiling crossbeam-deque v0.8.6
21162026-06-25T00:09:58.765Z Compiling progenitor-impl v0.14.0
21172026-06-25T00:09:58.901Z Compiling console v0.15.11
21182026-06-25T00:10:00.190Z Compiling camino-tempfile v1.4.1
21192026-06-25T00:10:00.616Z Compiling serde-big-array v0.5.1
21202026-06-25T00:10:00.695Z Compiling derive-where v1.6.1
21212026-06-25T00:10:00.789Z Compiling pin-project-internal v1.1.13
21222026-06-25T00:10:00.832Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21232026-06-25T00:10:01.224Z Compiling lazy_static v1.5.0
21242026-06-25T00:10:01.349Z Compiling siphasher v1.0.3
21252026-06-25T00:10:01.375Z Compiling minimal-lexical v0.2.1
21262026-06-25T00:10:01.575Z Compiling nom v7.1.3
21272026-06-25T00:10:01.630Z Compiling phf_shared v0.12.1
21282026-06-25T00:10:01.863Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-25T00:10:01.893Z Compiling pin-project v1.1.13
21302026-06-25T00:10:02.011Z Compiling progenitor-macro v0.14.0
21312026-06-25T00:10:02.843Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21322026-06-25T00:10:02.970Z Compiling progenitor v0.13.0
21332026-06-25T00:10:03.134Z Compiling hickory-resolver v0.24.4
21342026-06-25T00:10:06.134Z Compiling expectorate v1.2.0
21352026-06-25T00:10:06.250Z Compiling num_enum v0.5.11
21362026-06-25T00:10:06.701Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-25T00:10:07.893Z Compiling newtype_derive v0.1.6
21382026-06-25T00:10:08.348Z Compiling unicode-normalization v0.1.25
21392026-06-25T00:10:08.961Z Compiling tokio-stream v0.1.18
21402026-06-25T00:10:09.562Z Compiling snafu-derive v0.8.9
21412026-06-25T00:10:10.742Z Compiling async-recursion v1.1.1
21422026-06-25T00:10:11.299Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21432026-06-25T00:10:11.433Z Compiling slog-dtrace v0.3.0
21442026-06-25T00:10:11.451Z Compiling csv-core v0.1.13
21452026-06-25T00:10:11.638Z Compiling owo-colors v4.3.0
21462026-06-25T00:10:11.680Z Compiling konst_macro_rules v0.2.19
21472026-06-25T00:10:11.700Z Compiling foldhash v0.1.5
21482026-06-25T00:10:11.865Z Compiling openssl v0.10.80
21492026-06-25T00:10:12.888Z Compiling foreign-types-shared v0.1.1
21502026-06-25T00:10:12.891Z Compiling unicode-width v0.1.14
21512026-06-25T00:10:12.891Z Compiling unicode-xid v0.2.6
21522026-06-25T00:10:12.891Z Compiling cancel-safe-futures v0.1.5
21532026-06-25T00:10:12.891Z Compiling same-file v1.0.6
21542026-06-25T00:10:12.891Z Compiling chrono-tz v0.10.4
21552026-06-25T00:10:12.891Z Compiling highway v1.3.0
21562026-06-25T00:10:12.891Z Compiling walkdir v2.5.0
21572026-06-25T00:10:12.891Z Compiling const_format_proc_macros v0.2.34
21582026-06-25T00:10:12.891Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-06-25T00:10:12.977Z Compiling foreign-types v0.3.2
21602026-06-25T00:10:13.062Z Compiling hashbrown v0.15.5
21612026-06-25T00:10:13.080Z Compiling konst v0.2.20
21622026-06-25T00:10:13.332Z Compiling csv v1.4.0
21632026-06-25T00:10:13.469Z Compiling snafu v0.8.9
21642026-06-25T00:10:13.729Z Compiling progenitor v0.14.0
21652026-06-25T00:10:13.867Z Compiling qorb v0.4.1
21662026-06-25T00:10:13.888Z Compiling olpc-cjson v0.1.4
21672026-06-25T00:10:14.090Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-06-25T00:10:14.261Z Compiling rayon v1.12.0
21692026-06-25T00:10:15.260Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21702026-06-25T00:10:15.810Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-06-25T00:10:16.465Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-06-25T00:10:17.678Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-06-25T00:10:20.451Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21742026-06-25T00:10:20.486Z Compiling phf v0.12.1
21752026-06-25T00:10:20.486Z Compiling zone_cfg_derive v0.3.1
21762026-06-25T00:10:20.486Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-06-25T00:10:20.486Z Compiling tokio-dtrace v0.1.1
21782026-06-25T00:10:20.486Z Compiling globset v0.4.18
21792026-06-25T00:10:20.486Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21802026-06-25T00:10:20.665Z Compiling itertools v0.12.1
21812026-06-25T00:10:22.026Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-25T00:10:22.149Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21832026-06-25T00:10:22.153Z Compiling libsw-core v0.3.2
21842026-06-25T00:10:22.180Z Compiling pem v3.0.6
21852026-06-25T00:10:22.335Z Compiling serde_plain v1.0.2
21862026-06-25T00:10:22.697Z Compiling openssl-macros v0.1.1
21872026-06-25T00:10:22.697Z Compiling cookie v0.18.1
21882026-06-25T00:10:22.887Z Compiling sigpipe v0.1.3
21892026-06-25T00:10:22.894Z Compiling jiff v0.2.28
21902026-06-25T00:10:22.980Z Compiling typed-path v0.9.3
21912026-06-25T00:10:22.990Z Compiling fixedbitset v0.4.2
21922026-06-25T00:10:23.095Z Compiling glob v0.3.3
21932026-06-25T00:10:23.378Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-25T00:10:23.427Z Compiling fixedbitset v0.5.7
21952026-06-25T00:10:23.667Z Compiling petgraph v0.8.3
21962026-06-25T00:10:23.967Z Compiling petgraph v0.6.5
21972026-06-25T00:10:24.095Z Compiling tough v0.22.0
21982026-06-25T00:10:25.205Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-25T00:10:25.458Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22002026-06-25T00:10:25.850Z Compiling libsw v3.5.0
22012026-06-25T00:10:25.917Z Compiling zone v0.3.1
22022026-06-25T00:10:27.060Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-25T00:10:27.072Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22042026-06-25T00:10:27.072Z Compiling oxide-tokio-rt v0.1.6
22052026-06-25T00:10:27.072Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-25T00:10:27.644Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22072026-06-25T00:10:29.565Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-25T00:10:29.792Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-06-25T00:10:30.101Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-06-25T00:10:30.259Z Compiling const_format v0.2.36
22112026-06-25T00:10:31.624Z Compiling papergrid v0.11.0
22122026-06-25T00:10:31.669Z Compiling tabled_derive v0.7.0
22132026-06-25T00:10:31.706Z Compiling gethostname v0.5.0
22142026-06-25T00:10:31.879Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-25T00:10:32.702Z Compiling libscf-sys v1.2.0
22162026-06-25T00:10:32.868Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22172026-06-25T00:10:32.948Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-25T00:10:33.092Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22192026-06-25T00:10:33.319Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-06-25T00:10:33.430Z Compiling smf v0.2.3
22212026-06-25T00:10:33.477Z Compiling bcs v0.1.6
22222026-06-25T00:10:33.566Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22232026-06-25T00:10:33.864Z Compiling unicode-linebreak v0.1.5
22242026-06-25T00:10:34.150Z Compiling smawk v0.3.2
22252026-06-25T00:10:34.214Z Compiling whoami v1.6.1
22262026-06-25T00:10:34.336Z Compiling tagptr v0.2.0
22272026-06-25T00:10:34.514Z Compiling linear-map v1.2.0
22282026-06-25T00:10:34.559Z Compiling termtree v0.5.1
22292026-06-25T00:10:34.660Z Compiling moka v0.12.15
22302026-06-25T00:10:34.738Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-06-25T00:10:36.892Z Compiling textwrap v0.16.2
22322026-06-25T00:10:36.893Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22332026-06-25T00:10:36.893Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-06-25T00:10:36.893Z Compiling tabled v0.15.0
22352026-06-25T00:10:37.389Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22362026-06-25T00:10:37.669Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-06-25T00:10:37.812Z Compiling steno v0.4.1
22382026-06-25T00:10:37.892Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22392026-06-25T00:10:39.314Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-06-25T00:10:43.100Z Compiling hickory-proto v0.25.2
22412026-06-25T00:10:43.591Z Compiling proc-macro-error-attr2 v2.0.0
22422026-06-25T00:10:44.058Z Compiling proc-macro-error2 v2.0.1
22432026-06-25T00:10:44.354Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22442026-06-25T00:10:44.649Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22452026-06-25T00:10:44.729Z Compiling parking_lot_core v0.8.6
22462026-06-25T00:10:44.862Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22472026-06-25T00:10:44.983Z Compiling tabled_derive v0.11.0
22482026-06-25T00:10:45.091Z Compiling papergrid v0.18.0
22492026-06-25T00:10:46.120Z Compiling hickory-resolver v0.25.2
22502026-06-25T00:10:46.146Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22512026-06-25T00:10:46.539Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22522026-06-25T00:10:48.048Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22532026-06-25T00:10:48.148Z Compiling testing_table v0.3.0
22542026-06-25T00:10:48.574Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22552026-06-25T00:10:49.130Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22562026-06-25T00:10:49.409Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22572026-06-25T00:10:50.141Z Compiling tabled v0.21.0
22582026-06-25T00:10:50.693Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22592026-06-25T00:10:51.549Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22602026-06-25T00:10:51.698Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22612026-06-25T00:10:52.381Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22622026-06-25T00:10:52.425Z Compiling arc-swap v1.9.1
22632026-06-25T00:10:52.787Z Compiling slog-scope v4.4.1
22642026-06-25T00:10:53.224Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22652026-06-25T00:10:54.137Z Compiling parking_lot v0.11.2
22662026-06-25T00:10:54.882Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22672026-06-25T00:10:55.034Z Compiling dropshot-api-manager-types v0.7.2
22682026-06-25T00:10:55.410Z Compiling fxhash v0.2.1
22692026-06-25T00:10:55.562Z Compiling crc8 v0.1.1
22702026-06-25T00:10:55.577Z Compiling sled v0.34.7
22712026-06-25T00:10:55.660Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22722026-06-25T00:10:55.693Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22732026-06-25T00:10:57.096Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22742026-06-25T00:10:58.014Z Compiling slog-stdlog v4.1.1
22752026-06-25T00:10:58.465Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22762026-06-25T00:10:58.759Z Compiling slog-envlogger v2.2.0
22772026-06-25T00:10:59.065Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22782026-06-25T00:11:00.463Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22792026-06-25T00:11:03.138Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22802026-06-25T00:11:04.935Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22812026-06-25T00:11:05.939Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22822026-06-25T00:11:16.191Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22832026-06-25T00:11:20.969Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22842026-06-25T00:11:24.227Z Finished `release` profile [optimized] target(s) in 3m 39s
22852026-06-25T00:11:24.573Z+ banner quartet
22862026-06-25T00:11:24.576Z
22872026-06-25T00:11:24.576Z #### # # ## ##### ##### ###### #####
22882026-06-25T00:11:24.576Z # # # # # # # # # # #
22892026-06-25T00:11:24.576Z # # # # # # # # # ##### #
22902026-06-25T00:11:24.576Z # # # # # ###### ##### # # #
22912026-06-25T00:11:24.576Z # # # # # # # # # # #
22922026-06-25T00:11:24.576Z ### # #### # # # # # ###### #
22932026-06-25T00:11:24.576Z
22942026-06-25T00:11:24.576Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22952026-06-25T00:11:25.146Z Compiling cfg-if v1.0.4
22962026-06-25T00:11:25.149Z Compiling libc v0.2.186
22972026-06-25T00:11:25.149Z Compiling serde_core v1.0.228
22982026-06-25T00:11:25.256Z Compiling memchr v2.8.1
22992026-06-25T00:11:25.262Z Compiling itoa v1.0.18
23002026-06-25T00:11:25.267Z Compiling smallvec v1.15.1
23012026-06-25T00:11:25.276Z Compiling stable_deref_trait v1.2.1
23022026-06-25T00:11:25.281Z Compiling zerofrom v0.1.8
23032026-06-25T00:11:25.300Z Compiling zmij v1.0.21
23042026-06-25T00:11:25.346Z Compiling writeable v0.6.3
23052026-06-25T00:11:25.404Z Compiling yoke v0.8.3
23062026-06-25T00:11:25.487Z Compiling litemap v0.8.2
23072026-06-25T00:11:25.511Z Compiling utf8_iter v1.0.4
23082026-06-25T00:11:25.582Z Compiling zerovec v0.11.6
23092026-06-25T00:11:25.599Z Compiling zerotrie v0.2.4
23102026-06-25T00:11:25.623Z Compiling percent-encoding v2.3.2
23112026-06-25T00:11:25.670Z Compiling libm v0.2.16
23122026-06-25T00:11:25.689Z Compiling icu_normalizer_data v2.2.0
23132026-06-25T00:11:25.747Z Compiling icu_properties_data v2.2.0
23142026-06-25T00:11:25.766Z Compiling form_urlencoded v1.2.2
23152026-06-25T00:11:25.888Z Compiling rand_core v0.10.1
23162026-06-25T00:11:25.891Z Compiling errno v0.3.14
23172026-06-25T00:11:26.015Z Compiling iana-time-zone v0.1.65
23182026-06-25T00:11:26.028Z Compiling pin-project-lite v0.2.17
23192026-06-25T00:11:26.087Z Compiling getrandom v0.4.2
23202026-06-25T00:11:26.104Z Compiling zeroize v1.8.2
23212026-06-25T00:11:26.126Z Compiling tinystr v0.8.3
23222026-06-25T00:11:26.184Z Compiling potential_utf v0.1.5
23232026-06-25T00:11:26.287Z Compiling dyn-clone v1.0.20
23242026-06-25T00:11:26.343Z Compiling icu_locale_core v2.2.0
23252026-06-25T00:11:26.343Z Compiling icu_collections v2.2.0
23262026-06-25T00:11:26.387Z Compiling socket2 v0.6.4
23272026-06-25T00:11:26.393Z Compiling scopeguard v1.2.0
23282026-06-25T00:11:26.393Z Compiling parking_lot_core v0.9.12
23292026-06-25T00:11:26.432Z Compiling signal-hook-registry v1.4.8
23302026-06-25T00:11:26.478Z Compiling num-traits v0.2.19
23312026-06-25T00:11:26.790Z Compiling lock_api v0.4.14
23322026-06-25T00:11:26.969Z Compiling mio v1.2.1
23332026-06-25T00:11:27.042Z Compiling parking_lot v0.12.5
23342026-06-25T00:11:27.102Z Compiling serde v1.0.228
23352026-06-25T00:11:27.160Z Compiling serde_json v1.0.150
23362026-06-25T00:11:27.236Z Compiling icu_provider v2.2.0
23372026-06-25T00:11:27.248Z Compiling uuid v1.23.2
23382026-06-25T00:11:27.418Z Compiling semver v1.0.28
23392026-06-25T00:11:27.714Z Compiling bytes v1.11.1
23402026-06-25T00:11:27.787Z Compiling icu_normalizer v2.2.0
23412026-06-25T00:11:27.877Z Compiling icu_properties v2.2.0
23422026-06-25T00:11:27.890Z Compiling chrono v0.4.45
23432026-06-25T00:11:28.025Z Compiling portable-atomic v1.13.1
23442026-06-25T00:11:28.093Z Compiling thiserror v2.0.18
23452026-06-25T00:11:28.210Z Compiling bitflags v2.12.1
23462026-06-25T00:11:28.620Z Compiling tokio v1.52.3
23472026-06-25T00:11:28.620Z Compiling futures-core v0.3.32
23482026-06-25T00:11:28.751Z Compiling critical-section v1.2.0
23492026-06-25T00:11:28.795Z Compiling idna_adapter v1.2.2
23502026-06-25T00:11:28.863Z Compiling once_cell v1.21.4
23512026-06-25T00:11:28.934Z Compiling idna v1.1.0
23522026-06-25T00:11:29.026Z Compiling log v0.4.32
23532026-06-25T00:11:29.115Z Compiling subtle v2.6.1
23542026-06-25T00:11:29.281Z Compiling url v2.5.8
23552026-06-25T00:11:29.297Z Compiling equivalent v1.0.2
23562026-06-25T00:11:29.314Z Compiling zerocopy v0.8.50
23572026-06-25T00:11:29.389Z Compiling futures-sink v0.3.32
23582026-06-25T00:11:29.461Z Compiling slab v0.4.12
23592026-06-25T00:11:29.503Z Compiling typenum v1.20.1
23602026-06-25T00:11:29.672Z Compiling futures-channel v0.3.32
23612026-06-25T00:11:29.891Z Compiling schemars v0.8.22
23622026-06-25T00:11:29.934Z Compiling getrandom v0.2.17
23632026-06-25T00:11:30.170Z Compiling futures-task v0.3.32
23642026-06-25T00:11:30.326Z Compiling futures-io v0.3.32
23652026-06-25T00:11:30.346Z Compiling rand_core v0.6.4
23662026-06-25T00:11:30.531Z Compiling futures-util v0.3.32
23672026-06-25T00:11:30.605Z Compiling hashbrown v0.17.1
23682026-06-25T00:11:31.058Z Compiling tracing-core v0.1.36
23692026-06-25T00:11:31.288Z Compiling indexmap v2.14.0
23702026-06-25T00:11:31.438Z Compiling tracing v0.1.44
23712026-06-25T00:11:31.805Z Compiling ipnetwork v0.21.1
23722026-06-25T00:11:31.846Z Compiling base64 v0.22.1
23732026-06-25T00:11:32.118Z Compiling http v1.4.1
23742026-06-25T00:11:32.151Z Compiling unicode-ident v1.0.24
23752026-06-25T00:11:32.278Z Compiling proc-macro2 v1.0.106
23762026-06-25T00:11:32.346Z Compiling slog v2.8.2
23772026-06-25T00:11:32.378Z Compiling erased-serde v0.3.31
23782026-06-25T00:11:32.542Z Compiling fnv v1.0.7
23792026-06-25T00:11:32.658Z Compiling oxnet v0.1.6
23802026-06-25T00:11:33.241Z Compiling quote v1.0.45
23812026-06-25T00:11:33.600Z Compiling syn v2.0.117
23822026-06-25T00:11:33.876Z Compiling tokio-util v0.7.18
23832026-06-25T00:11:33.978Z Compiling ipnet v2.12.0
23842026-06-25T00:11:34.016Z Compiling byteorder v1.5.0
23852026-06-25T00:11:34.282Z Compiling thiserror v1.0.69
23862026-06-25T00:11:34.398Z Compiling ppv-lite86 v0.2.21
23872026-06-25T00:11:34.436Z Compiling rustls-pki-types v1.14.1
23882026-06-25T00:11:34.748Z Compiling aws-lc-sys v0.41.0
23892026-06-25T00:11:34.909Z Compiling http-body v1.0.1
23902026-06-25T00:11:34.937Z Compiling untrusted v0.7.1
23912026-06-25T00:11:35.068Z Compiling atomic-waker v1.1.2
23922026-06-25T00:11:35.081Z Compiling httparse v1.10.1
23932026-06-25T00:11:35.112Z Compiling tower-layer v0.3.3
23942026-06-25T00:11:35.185Z Compiling untrusted v0.9.0
23952026-06-25T00:11:35.207Z Compiling pretty-hex v0.4.2
23962026-06-25T00:11:35.306Z Compiling aws-lc-rs v1.17.0
23972026-06-25T00:11:35.317Z Compiling rustls v0.23.40
23982026-06-25T00:11:35.321Z Compiling try-lock v0.2.5
23992026-06-25T00:11:35.339Z Compiling tower-service v0.3.3
24002026-06-25T00:11:35.351Z Compiling ryu v1.0.23
24012026-06-25T00:11:35.436Z Compiling want v0.3.1
24022026-06-25T00:11:35.447Z Compiling h2 v0.4.14
24032026-06-25T00:11:35.571Z Compiling httpdate v1.0.3
24042026-06-25T00:11:35.585Z Compiling rustix v1.1.4
24052026-06-25T00:11:35.622Z Compiling plain v0.2.3
24062026-06-25T00:11:35.643Z Compiling regex-syntax v0.8.10
24072026-06-25T00:11:35.742Z Compiling getrandom v0.3.4
24082026-06-25T00:11:35.952Z Compiling omicron-workspace-hack v0.1.0
24092026-06-25T00:11:35.967Z Compiling ucd-trie v0.1.7
24102026-06-25T00:11:36.032Z Compiling rand_core v0.9.5
24112026-06-25T00:11:36.295Z Compiling pest v2.8.6
24122026-06-25T00:11:36.557Z Compiling rustls-webpki v0.103.13
24132026-06-25T00:11:37.982Z Compiling hyper v1.10.1
24142026-06-25T00:11:38.258Z Compiling crossbeam-utils v0.8.21
24152026-06-25T00:11:39.039Z Compiling serde_urlencoded v0.7.1
24162026-06-25T00:11:39.251Z Compiling http-body-util v0.1.3
24172026-06-25T00:11:39.351Z Compiling foldhash v0.2.0
24182026-06-25T00:11:39.540Z Compiling hyper-util v0.1.20
24192026-06-25T00:11:39.657Z Compiling allocator-api2 v0.2.21
24202026-06-25T00:11:40.057Z Compiling hashbrown v0.16.1
24212026-06-25T00:11:40.785Z Compiling newtype-uuid v1.3.2
24222026-06-25T00:11:41.662Z Compiling tokio-rustls v0.26.4
24232026-06-25T00:11:41.819Z Compiling hex v0.4.3
24242026-06-25T00:11:41.973Z Compiling daft v0.1.7
24252026-06-25T00:11:42.132Z Compiling rand_chacha v0.9.0
24262026-06-25T00:11:42.274Z Compiling sync_wrapper v1.0.2
24272026-06-25T00:11:42.429Z Compiling aho-corasick v1.1.4
24282026-06-25T00:11:42.447Z Compiling fastrand v2.4.1
24292026-06-25T00:11:42.553Z Compiling tower v0.5.3
24302026-06-25T00:11:42.665Z Compiling rand v0.9.4
24312026-06-25T00:11:42.738Z Compiling anyhow v1.0.102
24322026-06-25T00:11:42.796Z Compiling powerfmt v0.2.0
24332026-06-25T00:11:42.934Z Compiling generic-array v0.14.7
24342026-06-25T00:11:43.060Z Compiling tower-http v0.6.11
24352026-06-25T00:11:43.155Z Compiling deranged v0.5.8
24362026-06-25T00:11:43.394Z Compiling regex-automata v0.4.14
24372026-06-25T00:11:43.423Z Compiling openapiv3 v2.2.0
24382026-06-25T00:11:43.495Z Compiling time-core v0.1.8
24392026-06-25T00:11:43.653Z Compiling cpufeatures v0.3.0
24402026-06-25T00:11:43.737Z Compiling openssl-probe v0.2.1
24412026-06-25T00:11:43.762Z Compiling num-conv v0.2.2
24422026-06-25T00:11:43.927Z Compiling num_threads v0.1.7
24432026-06-25T00:11:43.993Z Compiling rustls-native-certs v0.8.4
24442026-06-25T00:11:44.030Z Compiling camino v1.2.2
24452026-06-25T00:11:44.291Z Compiling time v0.3.47
24462026-06-25T00:11:44.611Z Compiling tempfile v3.27.0
24472026-06-25T00:11:44.877Z Compiling futures-executor v0.3.32
24482026-06-25T00:11:45.433Z Compiling winnow v1.0.3
24492026-06-25T00:11:45.523Z Compiling regex v1.12.3
24502026-06-25T00:11:45.862Z Compiling futures v0.3.32
24512026-06-25T00:11:45.951Z Compiling rustls-platform-verifier v0.7.0
24522026-06-25T00:11:46.624Z Compiling hyper-rustls v0.27.9
24532026-06-25T00:11:46.962Z Compiling crossbeam-channel v0.5.15
24542026-06-25T00:11:46.975Z Compiling scroll v0.13.0
24552026-06-25T00:11:47.007Z Compiling hybrid-array v0.4.12
24562026-06-25T00:11:47.258Z Compiling adler2 v2.0.1
24572026-06-25T00:11:47.278Z Compiling simd-adler32 v0.3.9
24582026-06-25T00:11:47.453Z Compiling miniz_oxide v0.8.9
24592026-06-25T00:11:47.502Z Compiling goblin v0.10.7
24602026-06-25T00:11:47.681Z Compiling crc32fast v1.5.0
24612026-06-25T00:11:47.871Z Compiling reqwest v0.13.4
24622026-06-25T00:11:47.947Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24632026-06-25T00:11:48.138Z Compiling thread_local v1.1.9
24642026-06-25T00:11:48.513Z Compiling either v1.16.0
24652026-06-25T00:11:48.755Z Compiling flate2 v1.1.9
24662026-06-25T00:11:48.897Z Compiling crypto-common v0.2.2
24672026-06-25T00:11:49.312Z Compiling block-buffer v0.12.0
24682026-06-25T00:11:49.500Z Compiling crypto-common v0.1.7
24692026-06-25T00:11:49.656Z Compiling dtrace-parser v0.3.0
24702026-06-25T00:11:49.963Z Compiling rand_chacha v0.3.1
24712026-06-25T00:11:50.211Z Compiling thread-id v5.1.0
24722026-06-25T00:11:50.305Z Compiling is-terminal v0.4.17
24732026-06-25T00:11:50.415Z Compiling debug-ignore v1.0.5
24742026-06-25T00:11:50.535Z Compiling take_mut v0.2.2
24752026-06-25T00:11:50.604Z Compiling match_cfg v0.1.0
24762026-06-25T00:11:50.656Z Compiling dof v0.4.0
24772026-06-25T00:11:50.684Z Compiling term v1.2.1
24782026-06-25T00:11:52.215Z Compiling const-oid v0.10.2
24792026-06-25T00:11:52.531Z Compiling compression-core v0.4.32
24802026-06-25T00:11:52.619Z Compiling digest v0.11.3
24812026-06-25T00:11:52.714Z Compiling compression-codecs v0.4.38
24822026-06-25T00:11:52.817Z Compiling usdt-impl v0.6.0
24832026-06-25T00:11:53.096Z Compiling slog-term v2.9.2
24842026-06-25T00:11:53.772Z Compiling hostname v0.3.1
24852026-06-25T00:11:53.970Z Compiling slog-async v2.8.0
24862026-06-25T00:11:54.458Z Compiling rand v0.8.6
24872026-06-25T00:11:54.661Z Compiling ref-cast v1.0.25
24882026-06-25T00:11:54.775Z Compiling toml_parser v1.1.2+spec-1.1.0
24892026-06-25T00:11:55.303Z Compiling slog-json v2.6.1
24902026-06-25T00:11:55.458Z Compiling strum v0.26.3
24912026-06-25T00:11:55.575Z Compiling macaddr v1.0.1
24922026-06-25T00:11:55.599Z Compiling toml_datetime v1.1.1+spec-1.1.0
24932026-06-25T00:11:55.874Z Compiling serde_spanned v1.1.1
24942026-06-25T00:11:56.035Z Compiling wait-timeout v0.2.1
24952026-06-25T00:11:56.049Z Compiling memmap2 v0.9.10
24962026-06-25T00:11:56.133Z Compiling encoding_rs v0.8.35
24972026-06-25T00:11:56.340Z Compiling spin v0.9.8
24982026-06-25T00:11:56.470Z Compiling bit-vec v0.8.0
24992026-06-25T00:11:56.532Z Compiling quick-error v1.2.3
25002026-06-25T00:11:56.648Z Compiling toml_writer v1.1.1+spec-1.1.0
25012026-06-25T00:11:56.776Z Compiling mime v0.3.17
25022026-06-25T00:11:56.915Z Compiling toml v1.1.2+spec-1.1.0
25032026-06-25T00:11:57.143Z Compiling bit-set v0.8.0
25042026-06-25T00:11:57.255Z Compiling multer v3.1.0
25052026-06-25T00:11:57.337Z Compiling rusty-fork v0.3.1
25062026-06-25T00:11:58.211Z Compiling usdt v0.6.0
25072026-06-25T00:11:58.495Z Compiling slog-bunyan v2.5.0
25082026-06-25T00:11:58.714Z Compiling async-compression v0.4.42
25092026-06-25T00:11:58.896Z Compiling sha1 v0.11.0
25102026-06-25T00:11:58.919Z Compiling serde_with v3.20.0
25112026-06-25T00:11:59.040Z Compiling async-stream v0.3.6
25122026-06-25T00:11:59.200Z Compiling rand_xorshift v0.4.0
25132026-06-25T00:11:59.258Z Compiling waitgroup v0.1.2
25142026-06-25T00:11:59.307Z Compiling rustls-pemfile v2.2.0
25152026-06-25T00:11:59.364Z Compiling serde_path_to_error v0.1.20
25162026-06-25T00:11:59.439Z Compiling hostname v0.4.2
25172026-06-25T00:11:59.564Z Compiling unarray v0.1.4
25182026-06-25T00:11:59.596Z Compiling progenitor-client v0.14.0
25192026-06-25T00:11:59.689Z Compiling dropshot v0.17.1
25202026-06-25T00:11:59.722Z Compiling proptest v1.11.0
25212026-06-25T00:11:59.824Z Compiling strum v0.27.2
25222026-06-25T00:11:59.956Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25232026-06-25T00:12:00.102Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25242026-06-25T00:12:00.115Z Compiling iddqd v0.4.2
25252026-06-25T00:12:00.333Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25262026-06-25T00:12:00.488Z Compiling block-buffer v0.10.4
25272026-06-25T00:12:00.649Z Compiling reqwest v0.12.28
25282026-06-25T00:12:00.660Z Compiling backon v1.6.0
25292026-06-25T00:12:00.929Z Compiling instant v0.1.13
25302026-06-25T00:12:01.059Z Compiling backoff v0.4.0
25312026-06-25T00:12:01.305Z Compiling progenitor-extras v0.2.0
25322026-06-25T00:12:01.509Z Compiling digest v0.10.7
25332026-06-25T00:12:01.555Z Compiling parse-display v0.10.0
25342026-06-25T00:12:01.689Z Compiling itertools v0.14.0
25352026-06-25T00:12:01.733Z Compiling progenitor-client v0.10.0
25362026-06-25T00:12:02.246Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25372026-06-25T00:12:02.279Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25382026-06-25T00:12:02.493Z Compiling regress v0.10.5
25392026-06-25T00:12:03.236Z Compiling humantime v2.3.0
25402026-06-25T00:12:03.678Z Compiling cpufeatures v0.2.17
25412026-06-25T00:12:03.768Z Compiling heck v0.5.0
25422026-06-25T00:12:04.301Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25432026-06-25T00:12:04.364Z Compiling unicode-width v0.2.2
25442026-06-25T00:12:04.694Z Compiling secrecy v0.10.3
25452026-06-25T00:12:04.877Z Compiling tinyvec_macros v0.1.1
25462026-06-25T00:12:04.958Z Compiling tinyvec v1.11.0
25472026-06-25T00:12:05.442Z Compiling num-integer v0.1.46
25482026-06-25T00:12:05.757Z Compiling scroll v0.12.0
25492026-06-25T00:12:05.941Z Compiling crucible-workspace-hack v0.1.0
25502026-06-25T00:12:06.025Z Compiling hmac v0.12.1
25512026-06-25T00:12:06.072Z Compiling inout v0.1.4
25522026-06-25T00:12:06.155Z Compiling regress v0.11.1
25532026-06-25T00:12:06.194Z Compiling ff v0.13.1
25542026-06-25T00:12:06.239Z Compiling utf8parse v0.2.2
25552026-06-25T00:12:06.351Z Compiling anstyle-parse v1.0.0
25562026-06-25T00:12:06.362Z Compiling group v0.13.0
25572026-06-25T00:12:06.485Z Compiling cipher v0.4.4
25582026-06-25T00:12:06.594Z Compiling hkdf v0.12.4
25592026-06-25T00:12:06.740Z Compiling goblin v0.8.2
25602026-06-25T00:12:06.774Z Compiling num-rational v0.4.2
25612026-06-25T00:12:07.317Z Compiling num-iter v0.1.45
25622026-06-25T00:12:07.470Z Compiling zerocopy v0.7.35
25632026-06-25T00:12:07.946Z Compiling typify-impl v0.6.2
25642026-06-25T00:12:08.082Z Compiling universal-hash v0.5.1
25652026-06-25T00:12:08.240Z Compiling crypto-bigint v0.5.5
25662026-06-25T00:12:08.838Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25672026-06-25T00:12:10.175Z Compiling terminal_size v0.4.4
25682026-06-25T00:12:10.201Z Compiling half v2.7.1
25692026-06-25T00:12:10.339Z Compiling num-complex v0.4.6
25702026-06-25T00:12:10.560Z Compiling anstyle-query v1.1.5
25712026-06-25T00:12:10.681Z Compiling anstyle v1.0.14
25722026-06-25T00:12:10.791Z Compiling opaque-debug v0.3.1
25732026-06-25T00:12:10.875Z Compiling is_terminal_polyfill v1.70.2
25742026-06-25T00:12:10.965Z Compiling ciborium-io v0.2.2
25752026-06-25T00:12:10.985Z Compiling base64ct v1.8.3
25762026-06-25T00:12:11.047Z Compiling base16ct v0.2.0
25772026-06-25T00:12:11.073Z Compiling colorchoice v1.0.5
25782026-06-25T00:12:11.204Z Compiling elliptic-curve v0.13.8
25792026-06-25T00:12:11.266Z Compiling password-hash v0.5.0
25802026-06-25T00:12:11.336Z Compiling anstream v1.0.0
25812026-06-25T00:12:11.522Z Compiling ciborium-ll v0.2.2
25822026-06-25T00:12:11.802Z Compiling poly1305 v0.8.0
25832026-06-25T00:12:11.860Z Compiling num v0.4.3
25842026-06-25T00:12:11.950Z Compiling curve25519-dalek v4.1.3
25852026-06-25T00:12:12.259Z Compiling thiserror-no-std v2.0.2
25862026-06-25T00:12:12.361Z Compiling typify v0.6.2
25872026-06-25T00:12:12.454Z Compiling dof v0.3.0
25882026-06-25T00:12:12.495Z Compiling chacha20 v0.9.1
25892026-06-25T00:12:12.760Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25902026-06-25T00:12:13.338Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25912026-06-25T00:12:14.664Z Compiling blake2 v0.10.6
25922026-06-25T00:12:14.950Z Compiling aead v0.5.2
25932026-06-25T00:12:15.132Z Compiling byte-wrapper v0.1.0
25942026-06-25T00:12:15.148Z Compiling crossbeam-epoch v0.9.18
25952026-06-25T00:12:15.172Z Compiling dtrace-parser v0.2.0
25962026-06-25T00:12:15.710Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25972026-06-25T00:12:15.724Z Compiling thread-id v4.2.2
25982026-06-25T00:12:15.825Z Compiling strsim v0.11.1
25992026-06-25T00:12:16.109Z Compiling float-ord v0.3.2
26002026-06-25T00:12:16.143Z Compiling clap_lex v1.1.0
26012026-06-25T00:12:16.234Z Compiling keccak v0.1.6
26022026-06-25T00:12:16.512Z Compiling sha3 v0.10.9
26032026-06-25T00:12:16.662Z Compiling clap_builder v4.6.0
26042026-06-25T00:12:16.921Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26052026-06-25T00:12:16.962Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26062026-06-25T00:12:17.267Z Compiling usdt-impl v0.5.0
26072026-06-25T00:12:17.758Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-06-25T00:12:20.114Z Compiling chacha20poly1305 v0.10.1
26092026-06-25T00:12:20.275Z Compiling argon2 v0.5.3
26102026-06-25T00:12:21.316Z Compiling vsss-rs v3.3.4
26112026-06-25T00:12:25.867Z Compiling ciborium v0.2.2
26122026-06-25T00:12:25.950Z Compiling hash32 v0.3.1
26132026-06-25T00:12:25.950Z Compiling memmap v0.7.0
26142026-06-25T00:12:25.950Z Compiling data-encoding v2.11.0
26152026-06-25T00:12:25.950Z Compiling indent_write v2.2.0
26162026-06-25T00:12:25.950Z Compiling usdt v0.5.0
26172026-06-25T00:12:25.950Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26182026-06-25T00:12:25.951Z Compiling heapless v0.8.0
26192026-06-25T00:12:25.951Z Compiling ingot-types v0.1.2
26202026-06-25T00:12:25.951Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26212026-06-25T00:12:25.951Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26222026-06-25T00:12:25.951Z Compiling clap v4.6.1
26232026-06-25T00:12:25.951Z Compiling rustix v0.38.44
26242026-06-25T00:12:25.951Z Compiling tabwriter v1.4.1
26252026-06-25T00:12:25.951Z Compiling cobs v0.3.0
26262026-06-25T00:12:25.951Z Compiling managed v0.8.0
26272026-06-25T00:12:25.951Z Compiling bitflags v1.3.2
26282026-06-25T00:12:25.951Z Compiling colored v3.1.1
26292026-06-25T00:12:25.957Z Compiling foreign-types-shared v0.3.1
26302026-06-25T00:12:25.957Z Compiling foreign-types v0.5.0
26312026-06-25T00:12:25.957Z Compiling smoltcp v0.11.0
26322026-06-25T00:12:26.156Z Compiling postcard v1.1.3
26332026-06-25T00:12:26.302Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26342026-06-25T00:12:26.542Z Compiling num_enum v0.7.6
26352026-06-25T00:12:26.677Z Compiling ingot v0.1.1
26362026-06-25T00:12:27.311Z Compiling memoffset v0.9.1
26372026-06-25T00:12:27.418Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26382026-06-25T00:12:27.541Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26392026-06-25T00:12:27.815Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26402026-06-25T00:12:27.830Z Compiling chacha20 v0.10.0
26412026-06-25T00:12:27.940Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26422026-06-25T00:12:28.131Z Compiling serde_spanned v0.6.9
26432026-06-25T00:12:28.312Z Compiling toml_datetime v0.6.11
26442026-06-25T00:12:28.409Z Compiling cstr-argument v0.1.2
26452026-06-25T00:12:28.589Z Compiling unicode-segmentation v1.13.3
26462026-06-25T00:12:28.707Z Compiling resolv-conf v0.7.6
26472026-06-25T00:12:28.917Z Compiling toml_write v0.1.2
26482026-06-25T00:12:29.127Z Compiling swrite v0.1.0
26492026-06-25T00:12:29.141Z Compiling linked-hash-map v0.5.6
26502026-06-25T00:12:29.178Z Compiling static_assertions v1.1.0
26512026-06-25T00:12:29.224Z Compiling winnow v0.7.15
26522026-06-25T00:12:29.238Z Compiling newline-converter v0.3.0
26532026-06-25T00:12:29.259Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-06-25T00:12:29.355Z Compiling lru-cache v0.1.2
26552026-06-25T00:12:29.357Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26562026-06-25T00:12:29.375Z Compiling rand v0.10.1
26572026-06-25T00:12:29.500Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26582026-06-25T00:12:29.637Z Compiling hubpack v0.1.2
26592026-06-25T00:12:29.799Z Compiling nix v0.31.3
26602026-06-25T00:12:29.898Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26612026-06-25T00:12:30.137Z Compiling atomicwrites v0.4.4
26622026-06-25T00:12:30.194Z Compiling hickory-proto v0.24.4
26632026-06-25T00:12:30.433Z Compiling crossbeam-deque v0.8.6
26642026-06-25T00:12:30.662Z Compiling console v0.15.11
26652026-06-25T00:12:30.959Z Compiling toml_edit v0.22.27
26662026-06-25T00:12:31.162Z Compiling itertools v0.12.1
26672026-06-25T00:12:32.015Z Compiling camino-tempfile v1.4.1
26682026-06-25T00:12:32.439Z Compiling serde-big-array v0.5.1
26692026-06-25T00:12:32.474Z Compiling lazy_static v1.5.0
26702026-06-25T00:12:32.589Z Compiling siphasher v1.0.3
26712026-06-25T00:12:32.609Z Compiling similar v2.7.0
26722026-06-25T00:12:32.631Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26732026-06-25T00:12:32.809Z Compiling phf_shared v0.12.1
26742026-06-25T00:12:33.035Z Compiling toml v0.8.23
26752026-06-25T00:12:33.466Z Compiling expectorate v1.2.0
26762026-06-25T00:12:33.682Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26772026-06-25T00:12:34.554Z Compiling pin-project v1.1.13
26782026-06-25T00:12:34.669Z Compiling hickory-resolver v0.24.4
26792026-06-25T00:12:35.388Z Compiling prettyplease v0.2.37
26802026-06-25T00:12:35.922Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26812026-06-25T00:12:36.506Z Compiling rayon-core v1.13.0
26822026-06-25T00:12:38.263Z Compiling num_enum v0.5.11
26832026-06-25T00:12:38.398Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26842026-06-25T00:12:38.707Z Compiling progenitor-impl v0.13.0
26852026-06-25T00:12:38.786Z Compiling progenitor-impl v0.14.0
26862026-06-25T00:12:40.422Z Compiling unicode-normalization v0.1.25
26872026-06-25T00:12:41.028Z Compiling progenitor-client v0.13.0
26882026-06-25T00:12:41.560Z Compiling tokio-stream v0.1.18
26892026-06-25T00:12:42.137Z Compiling csv-core v0.1.13
26902026-06-25T00:12:42.167Z Compiling bstr v1.12.1
26912026-06-25T00:12:42.567Z Compiling same-file v1.0.6
26922026-06-25T00:12:42.759Z Compiling highway v1.3.0
26932026-06-25T00:12:42.888Z Compiling foldhash v0.1.5
26942026-06-25T00:12:43.121Z Compiling konst_macro_rules v0.2.19
26952026-06-25T00:12:43.323Z Compiling foreign-types-shared v0.1.1
26962026-06-25T00:12:43.426Z Compiling unicode-width v0.1.14
26972026-06-25T00:12:43.457Z Compiling foreign-types v0.3.2
26982026-06-25T00:12:43.541Z Compiling konst v0.2.20
26992026-06-25T00:12:43.746Z Compiling hashbrown v0.15.5
27002026-06-25T00:12:43.824Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27012026-06-25T00:12:43.929Z Compiling walkdir v2.5.0
27022026-06-25T00:12:44.398Z Compiling globset v0.4.18
27032026-06-25T00:12:44.739Z Compiling csv v1.4.0
27042026-06-25T00:12:45.730Z Compiling snafu v0.8.9
27052026-06-25T00:12:46.326Z Compiling qorb v0.4.1
27062026-06-25T00:12:46.403Z Compiling progenitor v0.13.0
27072026-06-25T00:12:46.637Z Compiling olpc-cjson v0.1.4
27082026-06-25T00:12:46.853Z Compiling progenitor v0.14.0
27092026-06-25T00:12:46.947Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27102026-06-25T00:12:47.010Z Compiling rayon v1.12.0
27112026-06-25T00:12:47.575Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27122026-06-25T00:12:47.649Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-06-25T00:12:49.231Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27142026-06-25T00:12:50.901Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27152026-06-25T00:12:51.495Z Compiling phf v0.12.1
27162026-06-25T00:12:51.680Z Compiling openssl-sys v0.9.116
27172026-06-25T00:12:52.118Z Compiling tokio-dtrace v0.1.1
27182026-06-25T00:12:52.461Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27192026-06-25T00:12:54.134Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27202026-06-25T00:12:54.359Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27212026-06-25T00:12:54.876Z Compiling libsw-core v0.3.2
27222026-06-25T00:12:55.065Z Compiling pem v3.0.6
27232026-06-25T00:12:55.785Z Compiling serde_plain v1.0.2
27242026-06-25T00:12:55.902Z Compiling sigpipe v0.1.3
27252026-06-25T00:12:55.919Z Compiling jiff v0.2.28
27262026-06-25T00:12:56.004Z Compiling fixedbitset v0.4.2
27272026-06-25T00:12:56.072Z Compiling glob v0.3.3
27282026-06-25T00:12:56.103Z Compiling bytecount v0.6.9
27292026-06-25T00:12:56.297Z Compiling fixedbitset v0.5.7
27302026-06-25T00:12:56.380Z Compiling minimal-lexical v0.2.1
27312026-06-25T00:12:56.707Z Compiling typed-path v0.9.3
27322026-06-25T00:12:56.826Z Compiling nom v7.1.3
27332026-06-25T00:12:57.063Z Compiling petgraph v0.8.3
27342026-06-25T00:12:57.472Z Compiling papergrid v0.11.0
27352026-06-25T00:12:57.741Z Compiling petgraph v0.6.5
27362026-06-25T00:12:58.557Z Compiling tough v0.22.0
27372026-06-25T00:12:59.525Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-25T00:12:59.568Z Compiling openssl v0.10.80
27392026-06-25T00:12:59.693Z Compiling libsw v3.5.0
27402026-06-25T00:12:59.892Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-06-25T00:13:00.827Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-06-25T00:13:01.070Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27432026-06-25T00:13:01.377Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-25T00:13:02.009Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27452026-06-25T00:13:02.229Z Compiling zone v0.3.1
27462026-06-25T00:13:02.891Z Compiling oxide-tokio-rt v0.1.6
27472026-06-25T00:13:03.542Z Compiling chrono-tz v0.10.4
27482026-06-25T00:13:04.081Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27492026-06-25T00:13:04.655Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-25T00:13:04.841Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27512026-06-25T00:13:05.293Z Compiling newtype_derive v0.1.6
27522026-06-25T00:13:05.381Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-25T00:13:05.520Z Compiling slog-dtrace v0.3.0
27542026-06-25T00:13:06.251Z Compiling const_format v0.2.36
27552026-06-25T00:13:06.764Z Compiling cancel-safe-futures v0.1.5
27562026-06-25T00:13:06.938Z Compiling owo-colors v4.3.0
27572026-06-25T00:13:07.133Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27582026-06-25T00:13:07.876Z Compiling gethostname v0.5.0
27592026-06-25T00:13:07.880Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27602026-06-25T00:13:08.017Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-25T00:13:08.153Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-06-25T00:13:08.282Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-25T00:13:08.433Z Compiling bcs v0.1.6
27642026-06-25T00:13:08.453Z Compiling smf v0.2.3
27652026-06-25T00:13:08.826Z Compiling smawk v0.3.2
27662026-06-25T00:13:08.997Z Compiling termtree v0.5.1
27672026-06-25T00:13:09.176Z Compiling tagptr v0.2.0
27682026-06-25T00:13:09.532Z Compiling linear-map v1.2.0
27692026-06-25T00:13:09.543Z Compiling whoami v1.6.1
27702026-06-25T00:13:09.543Z Compiling unicode-linebreak v0.1.5
27712026-06-25T00:13:09.543Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-06-25T00:13:09.675Z Compiling textwrap v0.16.2
27732026-06-25T00:13:09.715Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-25T00:13:09.810Z Compiling moka v0.12.15
27752026-06-25T00:13:11.052Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-25T00:13:11.283Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-25T00:13:11.361Z Compiling tabled v0.15.0
27782026-06-25T00:13:12.199Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-06-25T00:13:12.377Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-06-25T00:13:12.593Z Compiling steno v0.4.1
27812026-06-25T00:13:13.045Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27822026-06-25T00:13:13.174Z Compiling cookie v0.18.1
27832026-06-25T00:13:14.532Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-06-25T00:13:18.671Z Compiling hickory-proto v0.25.2
27852026-06-25T00:13:19.139Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27862026-06-25T00:13:20.209Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27872026-06-25T00:13:20.940Z Compiling hickory-resolver v0.25.2
27882026-06-25T00:13:22.138Z Compiling arc-swap v1.9.1
27892026-06-25T00:13:22.518Z Compiling slog-scope v4.4.1
27902026-06-25T00:13:22.745Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-06-25T00:13:22.958Z Compiling libscf-sys v1.2.0
27922026-06-25T00:13:23.007Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27932026-06-25T00:13:23.113Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27942026-06-25T00:13:23.481Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27952026-06-25T00:13:23.825Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27962026-06-25T00:13:24.215Z Compiling slog-stdlog v4.1.1
27972026-06-25T00:13:24.618Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27982026-06-25T00:13:24.737Z Compiling slog-envlogger v2.2.0
27992026-06-25T00:13:25.528Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28002026-06-25T00:13:26.102Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
28012026-06-25T00:13:26.892Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28022026-06-25T00:13:27.400Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28032026-06-25T00:13:35.735Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28042026-06-25T00:13:38.395Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28052026-06-25T00:13:39.865Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28062026-06-25T00:13:48.780Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28072026-06-25T00:13:52.598Z Finished `release` profile [optimized] target(s) in 2m 28s
28082026-06-25T00:13:52.716Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28092026-06-25T00:13:52.720Z
28102026-06-25T00:13:52.720Zrunning 1 test
28112026-06-25T00:13:52.873Zconfigure zone
28122026-06-25T00:13:52.891Zinstall zone
28132026-06-25T00:14:02.733Zboot zone
28142026-06-25T00:14:02.813Zstart zone s1
28152026-06-25T00:14:02.816Zconfigure zone
28162026-06-25T00:14:02.822Zinstall zone
28172026-06-25T00:14:04.740Zboot zone
28182026-06-25T00:14:04.850Zstart zone s2
28192026-06-25T00:14:04.850Zconfigure zone
28202026-06-25T00:14:04.861Zinstall zone
28212026-06-25T00:14:07.157Zboot zone
28222026-06-25T00:14:07.256Zstart zone s3
28232026-06-25T00:14:07.256Zconfigure zone
28242026-06-25T00:14:07.266Zinstall zone
28252026-06-25T00:14:10.025Zboot zone
28262026-06-25T00:14:10.132Zstart zone t1
28272026-06-25T00:14:10.132Zconfigure zone
28282026-06-25T00:14:10.142Zinstall zone
28292026-06-25T00:14:12.857Zboot zone
28302026-06-25T00:14:12.960Zwaiting for zones to come up
28312026-06-25T00:14:22.961Z[sidecar.quartet] svcs milestone/network
28322026-06-25T00:14:22.988ZSTATE STIME FMRI
28332026-06-25T00:14:22.988Zonline 0:14:02 svc:/milestone/network:default
28342026-06-25T00:14:22.988Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28352026-06-25T00:14:23.014Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28362026-06-25T00:14:23.041Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28372026-06-25T00:14:23.062Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28382026-06-25T00:14:23.065Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28392026-06-25T00:14:23.078Z
28402026-06-25T00:14:23.078Zrunning zone s1.quartet setup
28412026-06-25T00:14:23.078Z[s1.quartet] svcs milestone/network
28422026-06-25T00:14:23.094ZSTATE STIME FMRI
28432026-06-25T00:14:23.094Zonline 0:14:04 svc:/milestone/network:default
28442026-06-25T00:14:23.094Z[s1.quartet] dladm
28452026-06-25T00:14:23.108ZLINK CLASS MTU STATE BRIDGE OVER
28462026-06-25T00:14:23.108Zsl0 simnet 9000 up -- ?
28472026-06-25T00:14:23.108Zmgs1 vnic 9000 up -- ?
28482026-06-25T00:14:23.108Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28492026-06-25T00:14:23.668Z
28502026-06-25T00:14:23.668Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28512026-06-25T00:14:23.683Z
28522026-06-25T00:14:23.684Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28532026-06-25T00:14:23.697Z
28542026-06-25T00:14:23.697Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28552026-06-25T00:14:23.779Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28562026-06-25T00:14:23.853Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b5008ae8-01d8-4137-aafd-bc10f236934b --sled-uuid f295d8b6-dca8-498e-8dbf-f8bc18209832 -a sl0/v6 &> /opt/ddmd.log &
28572026-06-25T00:14:23.867Z
28582026-06-25T00:14:23.867Zrunning zone s2.quartet setup
28592026-06-25T00:14:23.867Z[s2.quartet] svcs milestone/network
28602026-06-25T00:14:23.884ZSTATE STIME FMRI
28612026-06-25T00:14:23.884Zonline 0:14:07 svc:/milestone/network:default
28622026-06-25T00:14:23.884Z[s2.quartet] dladm
28632026-06-25T00:14:23.897ZLINK CLASS MTU STATE BRIDGE OVER
28642026-06-25T00:14:23.897Zsl1 simnet 9000 up -- ?
28652026-06-25T00:14:23.897Zmgs2 vnic 9000 up -- ?
28662026-06-25T00:14:23.898Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28672026-06-25T00:14:24.504Z
28682026-06-25T00:14:24.504Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28692026-06-25T00:14:24.522Z
28702026-06-25T00:14:24.522Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28712026-06-25T00:14:24.533Z
28722026-06-25T00:14:24.533Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28732026-06-25T00:14:24.566Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28742026-06-25T00:14:24.595Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 96533329-1d7c-48d7-9281-6f38a4f85955 --sled-uuid 543805ca-dbb0-4b8f-9606-3f3e5bc9168b -a sl1/v6 &> /opt/ddmd.log &
28752026-06-25T00:14:24.606Z
28762026-06-25T00:14:24.607Zrunning zone s3.quartet setup
28772026-06-25T00:14:24.607Z[s3.quartet] svcs milestone/network
28782026-06-25T00:14:24.622ZSTATE STIME FMRI
28792026-06-25T00:14:24.622Zonline 0:14:10 svc:/milestone/network:default
28802026-06-25T00:14:24.622Z[s3.quartet] dladm
28812026-06-25T00:14:24.637ZLINK CLASS MTU STATE BRIDGE OVER
28822026-06-25T00:14:24.637Zsl2 simnet 9000 up -- ?
28832026-06-25T00:14:24.637Zmgs3 vnic 9000 up -- ?
28842026-06-25T00:14:24.637Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28852026-06-25T00:14:25.141Z
28862026-06-25T00:14:25.141Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28872026-06-25T00:14:25.158Z
28882026-06-25T00:14:25.158Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28892026-06-25T00:14:25.170Z
28902026-06-25T00:14:25.170Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28912026-06-25T00:14:25.202Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28922026-06-25T00:14:25.234Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 020f9de7-90b9-449d-bc5e-a084c24f6857 --sled-uuid 328ad09d-4cfe-4318-8fb5-11e35dcd0c52 -a sl2/v6 &> /opt/ddmd.log &
28932026-06-25T00:14:25.245Z
28942026-06-25T00:14:25.245Zrunning zone t1.quartet setup
28952026-06-25T00:14:25.245Z[t1.quartet] svcs milestone/network
28962026-06-25T00:14:25.260ZSTATE STIME FMRI
28972026-06-25T00:14:25.260Zonline 0:14:12 svc:/milestone/network:default
28982026-06-25T00:14:25.260Z[t1.quartet] dladm
28992026-06-25T00:14:25.275ZLINK CLASS MTU STATE BRIDGE OVER
29002026-06-25T00:14:25.275Ztfportrear0_0 simnet 9000 up -- ?
29012026-06-25T00:14:25.275Ztfportrear1_0 simnet 9000 up -- ?
29022026-06-25T00:14:25.275Ztfportrear2_0 simnet 9000 up -- ?
29032026-06-25T00:14:25.275Zmgt1 vnic 9000 up -- ?
29042026-06-25T00:14:25.275Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29052026-06-25T00:14:25.803Z
29062026-06-25T00:14:25.803Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29072026-06-25T00:14:25.819Z
29082026-06-25T00:14:25.819Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29092026-06-25T00:14:25.833Z
29102026-06-25T00:14:25.833Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29112026-06-25T00:14:25.846Z
29122026-06-25T00:14:25.846Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29132026-06-25T00:14:25.857Z
29142026-06-25T00:14:25.857Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29152026-06-25T00:14:26.169Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29162026-06-25T00:14:26.173Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29172026-06-25T00:14:26.173Zwaiting 3s for copy of files to zone to complete ...
29182026-06-25T00:14:29.173Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29192026-06-25T00:14:29.308Z
29202026-06-25T00:14:29.308Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29212026-06-25T00:14:29.417Z
29222026-06-25T00:14:29.417Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29232026-06-25T00:14:29.451Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29242026-06-25T00:14:29.481Z[t1.quartet] svcadm disable dendrite
29252026-06-25T00:14:29.507Z
29262026-06-25T00:14:29.507Z[t1.quartet] svcadm disable tfport
29272026-06-25T00:14:29.530Z
29282026-06-25T00:14:29.530Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29292026-06-25T00:14:29.555Z
29302026-06-25T00:14:29.555Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29312026-06-25T00:14:29.580Z
29322026-06-25T00:14:29.580Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29332026-06-25T00:14:29.604Z
29342026-06-25T00:14:29.604Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29352026-06-25T00:14:29.629Z
29362026-06-25T00:14:29.629Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29372026-06-25T00:14:29.654Z
29382026-06-25T00:14:29.654Z[t1.quartet] svcadm refresh dendrite:default
29392026-06-25T00:14:29.675Z
29402026-06-25T00:14:29.675Z[t1.quartet] svcadm enable dendrite:default
29412026-06-25T00:14:29.696Z
29422026-06-25T00:14:29.696Zwait 10s for dendrite to come up ...
29432026-06-25T00:14:39.706Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29442026-06-25T00:14:39.731Z
29452026-06-25T00:14:39.731Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29462026-06-25T00:14:39.755Z
29472026-06-25T00:14:39.755Z[t1.quartet] svcadm refresh tfport:default
29482026-06-25T00:14:39.775Z
29492026-06-25T00:14:39.775Z[t1.quartet] svcadm enable tfport
29502026-06-25T00:14:39.797Z
29512026-06-25T00:14:39.797Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 6ec09549-b6bd-4183-8653-0d3a340cf660 --sled-uuid b8ddaaa8-4081-4824-b3f9-28f46125784f -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29522026-06-25T00:14:39.809Z
29532026-06-25T00:14:39.809Z[t1.quartet] ipadm
29542026-06-25T00:14:39.926ZADDROBJ TYPE STATE ADDR
29552026-06-25T00:14:39.926Zlo0/v4 static ok 127.0.0.1/8
29562026-06-25T00:14:39.926Zmgt1/v4 static ok 10.0.0.4/24
29572026-06-25T00:14:39.926Zlo0/v6 static ok ::1/128
29582026-06-25T00:14:39.926Zlo0/u6 static ok fd00:4::1/64
29592026-06-25T00:14:39.926Ztfportrear0_0/v6 addrconf ok fe80::9cce:f1ff:fe12:ff28%tfportrear0_0/10
29602026-06-25T00:14:39.926Ztfportrear1_0/v6 addrconf ok fe80::cc96:bdff:fe5c:d8e9%tfportrear1_0/10
29612026-06-25T00:14:39.926Ztfportrear2_0/v6 addrconf ok fe80::cc59:57ff:fe10:9b80%tfportrear2_0/10
29622026-06-25T00:14:41.930Zinitial peering test passed
29632026-06-25T00:14:43.497Z[s3.quartet] ping fd00:1::1
29642026-06-25T00:14:43.565Zfd00:1::1 is alive
29652026-06-25T00:14:53.191Ztest ddm::test_quartet has been running for over 60 seconds
29662026-06-25T00:14:53.956Z[s3.quartet] ping fd00:1::1
29672026-06-25T00:14:53.973Zfd00:1::1 is alive
29682026-06-25T00:14:53.979Z[t1.quartet] pkill ddmd
29692026-06-25T00:14:53.983Z
29702026-06-25T00:14:53.983Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29712026-06-25T00:14:53.987Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29722026-06-25T00:14:55.880Z[s3.quartet] pkill ddmd
29732026-06-25T00:14:55.895Z
29742026-06-25T00:14:55.895Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29752026-06-25T00:14:57.709Z[s2.quartet] pkill ddmd
29762026-06-25T00:14:57.721Z
29772026-06-25T00:14:57.721Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29782026-06-25T00:15:00.075Z[s1.quartet] pkill ddmd
29792026-06-25T00:15:00.095Z
29802026-06-25T00:15:00.095Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29812026-06-25T00:15:02.180Z[sidecar.quartet] pkill softnpu
29822026-06-25T00:15:02.181Z
29832026-06-25T00:15:02.181Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29842026-06-25T00:15:04.633Ztest ddm::test_quartet ... ok
29852026-06-25T00:15:04.633Z
29862026-06-25T00:15:04.633Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.91s
29872026-06-25T00:15:04.633Z
29882026-06-25T00:15:04.725Z+ cleanup
29892026-06-25T00:15:04.732Z++ id -un
29902026-06-25T00:15:04.732Z++ id -gn
29912026-06-25T00:15:04.735Z+ pfexec chown -R build:build .
29922026-06-25T00:15:04.942Zprocess exited: duration 692470 ms, exit code 0
 
29932026-06-25T00:15:04.961Zfound 6 output files
29942026-06-25T00:15:04.961Zuploading: /work/s1.quartet.log (4361 bytes)
29952026-06-25T00:15:06.001Zuploaded: /work/s1.quartet.log
29962026-06-25T00:15:06.001Zuploading: /work/s2.quartet.log (4137 bytes)
29972026-06-25T00:15:07.096Zuploaded: /work/s2.quartet.log
29982026-06-25T00:15:07.099Zuploading: /work/s3.quartet.log (4253 bytes)
29992026-06-25T00:15:08.122Zuploaded: /work/s3.quartet.log
30002026-06-25T00:15:08.122Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30012026-06-25T00:15:09.154Zuploaded: /work/sidecar.quartet-softnpu.log
30022026-06-25T00:15:09.154Zuploading: /work/t1.quartet-dpd.log (198024 bytes)
30032026-06-25T00:15:10.167Zuploaded: /work/t1.quartet-dpd.log
30042026-06-25T00:15:10.167Zuploading: /work/t1.quartet.log (17202 bytes)
30052026-06-25T00:15:11.704Zuploaded: /work/t1.quartet.log