01KW2M42K9Z63NR4YZYKF7XVB3: 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: 01KW2M4H3K5DXFE02R3KHW1ATZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T18:48:35.009Zjob assigned to worker 01KW2M50Y8BRS6SHZEEDNQMJTQ [factory aws, i-05dfb34f48a5896e0] (queued for 58 s)
 
22026-06-26T18:48:41.386Zstarting task 0: "setup"
32026-06-26T18:48:41.395Z++ uname -s
42026-06-26T18:48:41.398Z+ kern=SunOS
52026-06-26T18:48:41.398Z+ build_user=build
62026-06-26T18:48:41.398Z+ build_uid=12345
72026-06-26T18:48:41.398Z+ work_dir=/work
82026-06-26T18:48:41.398Z+ input_dir=/input
92026-06-26T18:48:41.398Z+ [[ 0 == 12345 ]]
102026-06-26T18:48:41.398Z+ case "$kern" in
112026-06-26T18:48:41.398Z+ groupadd -g 12345 build
122026-06-26T18:48:41.398Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T18:48:43.399Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T18:48:43.464Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T18:48:43.468Z+ home_fs=zfs
162026-06-26T18:48:43.468Z+ [[ zfs == autofs ]]
172026-06-26T18:48:43.468Z+ mkdir -p /home/build
182026-06-26T18:48:43.468Z+ chown build:build /home/build /work
192026-06-26T18:48:45.468Z+ chmod 0700 /home/build /work
202026-06-26T18:48:45.471Zprocess exited: duration 4084 ms, exit code 0
 
212026-06-26T18:48:45.477Zstarting task 1: "rust-toolchain"
222026-06-26T18:48:45.482Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T18:48:45.482Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T18:48:45.482Z * rust toolchain channel = "stable"
252026-06-26T18:48:45.482Z * rust toolchain profile = "default"
262026-06-26T18:48:45.482Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T18:48:45.482Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T18:48:45.486Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T18:48:45.486Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T18:48:45.582Zinfo: downloading installer
312026-06-26T18:48:47.011Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T18:48:47.011Zwarn: /opt/ooce/bin
332026-06-26T18:48:47.011Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T18:48:47.011Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T18:48:47.011Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T18:48:47.011Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T18:48:47.011Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T18:48:47.011Zerror: cannot install while Rust is installed
392026-06-26T18:48:47.012Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T18:48:47.012Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T18:48:47.012Zwarn: /home/build/.rustup/settings.toml
422026-06-26T18:48:47.012Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T18:48:47.012Zwarn: instead of the one inferred from the default host triple.
442026-06-26T18:48:47.025Zinfo: profile set to default
452026-06-26T18:48:47.025Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T18:48:47.028Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T18:48:47.168Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T18:48:47.171Zinfo: downloading 6 components
492026-06-26T18:49:03.359Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T18:49:03.359Z
512026-06-26T18:49:03.388Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T18:49:03.388Z
532026-06-26T18:49:03.388Z
542026-06-26T18:49:03.388ZRust is installed now. Great!
552026-06-26T18:49:03.388Z
562026-06-26T18:49:03.393ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T18:49:03.393Zenvironment variable. This has not been done automatically.
582026-06-26T18:49:03.393Z
592026-06-26T18:49:03.393ZTo configure your current shell, you need to source
602026-06-26T18:49:03.393Zthe corresponding env file under $HOME/.cargo.
612026-06-26T18:49:03.393Z
622026-06-26T18:49:03.393ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T18:49:03.393Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T18:49:03.393Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T18:49:03.393Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T18:49:03.393Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T18:49:03.393Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T18:49:03.393Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T18:49:03.394Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T18:49:03.394Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T18:49:03.479Z+ rustup --version
722026-06-26T18:49:03.486Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T18:49:03.489Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T18:49:03.509Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T18:49:03.512Z+ cargo --version
762026-06-26T18:49:03.524Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T18:49:03.527Z+ rustc --version
782026-06-26T18:49:03.545Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T18:49:03.551Zprocess exited: duration 18068 ms, exit code 0
 
802026-06-26T18:49:03.557Zstarting task 2: "authentication"
812026-06-26T18:49:03.573Zprocess exited: duration 15 ms, exit code 0
 
822026-06-26T18:49:03.579Zstarting task 3: "clone repository"
832026-06-26T18:49:03.582Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-26T18:49:03.585Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-26T18:49:03.615ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-26T18:49:04.867Z+ cd /work/oxidecomputer/maghemite
872026-06-26T18:49:04.867Z+ git fetch origin ec78e31353553c5b99747c7416890b16981df11a
882026-06-26T18:49:05.146ZFrom https://github.com/oxidecomputer/maghemite
892026-06-26T18:49:05.146Z * branch ec78e31353553c5b99747c7416890b16981df11a -> FETCH_HEAD
902026-06-26T18:49:05.153Z+ [[ -n trey/unnumbered-cleanup ]]
912026-06-26T18:49:05.157Z++ git branch --show-current
922026-06-26T18:49:05.157Z+ current=main
932026-06-26T18:49:05.157Z+ [[ main != trey/unnumbered-cleanup ]]
942026-06-26T18:49:05.157Z+ git branch -f trey/unnumbered-cleanup ec78e31353553c5b99747c7416890b16981df11a
952026-06-26T18:49:05.161Z+ git checkout -f trey/unnumbered-cleanup
962026-06-26T18:49:05.178ZSwitched to branch 'trey/unnumbered-cleanup'
972026-06-26T18:49:05.181Z+ git reset --hard ec78e31353553c5b99747c7416890b16981df11a
982026-06-26T18:49:05.188ZHEAD is now at ec78e31 Merge branch 'main' into trey/unnumbered-cleanup
992026-06-26T18:49:05.192Zprocess exited: duration 1609 ms, exit code 0
 
1002026-06-26T18:49:05.200Zstarting task 4: "build"
1012026-06-26T18:49:05.204Z++ dladm
1022026-06-26T18:49:05.207ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-26T18:49:05.207Zena0 phys 9216 up -- --
1042026-06-26T18:49:05.210Z++ ipadm
1052026-06-26T18:49:05.210ZADDROBJ TYPE STATE ADDR
1062026-06-26T18:49:05.210Zlo0/v4 static ok 127.0.0.1/8
1072026-06-26T18:49:05.211Zena0/dhcp dhcp ok 10.150.1.118/24
1082026-06-26T18:49:05.211Zlo0/v6 static ok ::1/128
1092026-06-26T18:49:05.211Z++ banner collect
1102026-06-26T18:49:05.214Z
1112026-06-26T18:49:05.214Z #### #### # # ###### #### #####
1122026-06-26T18:49:05.214Z # # # # # # # # # #
1132026-06-26T18:49:05.214Z # # # # # ##### # #
1142026-06-26T18:49:05.214Z # # # # # # # #
1152026-06-26T18:49:05.214Z # # # # # # # # # #
1162026-06-26T18:49:05.214Z #### #### ###### ###### ###### #### #
1172026-06-26T18:49:05.214Z
1182026-06-26T18:49:05.214Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-26T18:49:05.214Z++ repo=softnpu
1202026-06-26T18:49:05.214Z++ series=image
1212026-06-26T18:49:05.214Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-26T18:49:05.214Z++ name=softnpu
1232026-06-26T18:49:05.214Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-26T18:49:05.214Z++ mkdir -p download
1252026-06-26T18:49:05.214Z++ pushd download
1262026-06-26T18:49:05.214Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-26T18:49:05.214Z++ [[ ! -f softnpu ]]
1282026-06-26T18:49:05.214Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-26T18:49:05.219Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-26T18:49:05.222Z Dload Upload Total Spent Left Speed
1312026-06-26T18:49:05.587Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 42.57M 0 0 100 15.63M 100 15.63M 0 0 42.56M 0 0 100 15.63M 100 15.63M 0 0 42.56M 0 0
1322026-06-26T18:49:05.591Z++ popd
1332026-06-26T18:49:05.591Z/work/oxidecomputer/maghemite
1342026-06-26T18:49:05.591Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-26T18:49:05.591Z++ repo=sidecar-lite
1362026-06-26T18:49:05.591Z++ series=release
1372026-06-26T18:49:05.591Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-26T18:49:05.591Z++ name=libsidecar_lite.so
1392026-06-26T18:49:05.591Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-26T18:49:05.591Z++ mkdir -p download
1412026-06-26T18:49:05.594Z++ pushd download
1422026-06-26T18:49:05.594Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-26T18:49:05.594Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-26T18:49:05.594Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-26T18:49:05.598Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-26T18:49:05.601Z Dload Upload Total Spent Left Speed
1472026-06-26T18:49:05.899Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 40.12M 0 0 100 12.04M 100 12.04M 0 0 40.12M 0 0 100 12.04M 100 12.04M 0 0 40.11M 0 0
1482026-06-26T18:49:05.902Z++ popd
1492026-06-26T18:49:05.902Z/work/oxidecomputer/maghemite
1502026-06-26T18:49:05.902Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-26T18:49:05.902Z++ repo=sidecar-lite
1522026-06-26T18:49:05.902Z++ series=release
1532026-06-26T18:49:05.902Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-26T18:49:05.902Z++ name=scadm
1552026-06-26T18:49:05.902Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-26T18:49:05.902Z++ mkdir -p download
1572026-06-26T18:49:05.905Z++ pushd download
1582026-06-26T18:49:05.905Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-26T18:49:05.905Z++ [[ ! -f scadm ]]
1602026-06-26T18:49:05.905Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-26T18:49:05.909Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-26T18:49:05.912Z Dload Upload Total Spent Left Speed
1632026-06-26T18:49:06.311Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 39.44M 0 0 100 15.78M 100 15.78M 0 0 39.43M 0 0 100 15.78M 100 15.78M 0 0 39.43M 0 0
1642026-06-26T18:49:06.314Z++ popd
1652026-06-26T18:49:06.315Z/work/oxidecomputer/maghemite
1662026-06-26T18:49:06.315Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-26T18:49:06.315Z++ repo=dendrite
1682026-06-26T18:49:06.315Z++ series=image
1692026-06-26T18:49:06.315Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-26T18:49:06.315Z++ name=dendrite-softnpu.tar.gz
1712026-06-26T18:49:06.315Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-26T18:49:06.315Z++ mkdir -p download
1732026-06-26T18:49:06.318Z++ pushd download
1742026-06-26T18:49:06.318Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-26T18:49:06.319Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-26T18:49:06.319Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-26T18:49:06.322Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-26T18:49:06.322Z Dload Upload Total Spent Left Speed
1792026-06-26T18:49:07.450Z 0 0 0 0 0 0 0 0 0 85 71.59M 85 61.03M 0 0 61.08M 0 00:01 00:01 61.09M 100 71.59M 100 71.59M 0 0 63.50M 0 00:01 00:01 61.09M 100 71.59M 100 71.59M 0 0 63.49M 0 00:01 00:01 61.09M 100 71.59M 100 71.59M 0 0 63.49M 0 00:01 00:01 61.09M
1802026-06-26T18:49:07.453Z++ popd
1812026-06-26T18:49:07.453Z/work/oxidecomputer/maghemite
1822026-06-26T18:49:07.453Z++ get_artifact maghemite release ec78e31353553c5b99747c7416890b16981df11a ddm
1832026-06-26T18:49:07.453Z++ repo=maghemite
1842026-06-26T18:49:07.453Z++ series=release
1852026-06-26T18:49:07.453Z++ commit=ec78e31353553c5b99747c7416890b16981df11a
1862026-06-26T18:49:07.453Z++ name=ddm
1872026-06-26T18:49:07.453Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-26T18:49:07.453Z++ mkdir -p download
1892026-06-26T18:49:07.456Z++ pushd download
1902026-06-26T18:49:07.456Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-26T18:49:07.456Z++ [[ ! -f ddm ]]
1922026-06-26T18:49:07.456Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec78e31353553c5b99747c7416890b16981df11a/ddm
1932026-06-26T18:49:07.461Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-26T18:49:07.464Z Dload Upload Total Spent Left Speed
1952026-06-26T18:49:07.530Z 0 0 0 0 0 0 0 0 0
1962026-06-26T18:49:07.534Zcurl: (22) The requested URL returned error: 404
1972026-06-26T18:49:07.534Z++ popd
1982026-06-26T18:49:07.534Z/work/oxidecomputer/maghemite
1992026-06-26T18:49:07.534Z++ get_artifact maghemite release ec78e31353553c5b99747c7416890b16981df11a ddmadm
2002026-06-26T18:49:07.534Z++ repo=maghemite
2012026-06-26T18:49:07.534Z++ series=release
2022026-06-26T18:49:07.534Z++ commit=ec78e31353553c5b99747c7416890b16981df11a
2032026-06-26T18:49:07.534Z++ name=ddmadm
2042026-06-26T18:49:07.534Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-26T18:49:07.534Z++ mkdir -p download
2062026-06-26T18:49:07.534Z++ pushd download
2072026-06-26T18:49:07.534Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-26T18:49:07.534Z++ [[ ! -f ddmadm ]]
2092026-06-26T18:49:07.534Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec78e31353553c5b99747c7416890b16981df11a/ddmadm
2102026-06-26T18:49:07.539Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-26T18:49:07.539Z Dload Upload Total Spent Left Speed
2122026-06-26T18:49:07.598Z 0 0 0 0 0 0 0 0 0
2132026-06-26T18:49:07.598Zcurl: (22) The requested URL returned error: 404
2142026-06-26T18:49:07.602Z++ popd
2152026-06-26T18:49:07.602Z/work/oxidecomputer/maghemite
2162026-06-26T18:49:07.602Z++ pushd download
2172026-06-26T18:49:07.602Z++ chmod +x softnpu
2182026-06-26T18:49:07.602Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-26T18:49:07.602Z++ chmod +x scadm
2202026-06-26T18:49:07.605Z++ chmod +x ddmadm
2212026-06-26T18:49:07.605Zchmod: WARNING: can't access ddmadm
2222026-06-26T18:49:07.605Z++ chmod +x ddmd
2232026-06-26T18:49:07.608Zchmod: WARNING: can't access ddmd
2242026-06-26T18:49:07.608Z++ mv ddmadm ddmadm-v2
2252026-06-26T18:49:07.608Zmv: cannot access ddmadm
2262026-06-26T18:49:07.609Z++ mv ddmd ddmd-v2
2272026-06-26T18:49:07.609Zmv: cannot access ddmd
2282026-06-26T18:49:07.609Z++ rm -rf zones/dendrite
2292026-06-26T18:49:07.613Z++ mkdir -p zones/dendrite
2302026-06-26T18:49:07.613Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-26T18:49:08.606Z++ 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-26T18:49:08.611Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-26T18:49:08.611Z++ popd
2342026-06-26T18:49:08.611Z/work/oxidecomputer/maghemite
2352026-06-26T18:49:08.612Z++ banner install
2362026-06-26T18:49:08.612Z
2372026-06-26T18:49:08.612Z # # # #### ##### ## # #
2382026-06-26T18:49:08.612Z # ## # # # # # # #
2392026-06-26T18:49:08.612Z # # # # #### # # # # #
2402026-06-26T18:49:08.612Z # # # # # # ###### # #
2412026-06-26T18:49:08.612Z # # ## # # # # # # #
2422026-06-26T18:49:08.612Z # # # #### # # # ###### ######
2432026-06-26T18:49:08.612Z
2442026-06-26T18:49:08.612Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-26T18:49:08.612Z++ set +o errexit
2462026-06-26T18:49:08.612Z++ pkg info clang-15
2472026-06-26T18:49:08.619Z++ grep -qi installed
2482026-06-26T18:49:09.785Zpkg: info: no packages matching the following patterns you specified are
2492026-06-26T18:49:09.785Zinstalled on the system. Try querying remotely instead:
2502026-06-26T18:49:09.785Z
2512026-06-26T18:49:09.785Z clang-15
2522026-06-26T18:49:09.821Z++ [[ 1 != 0 ]]
2532026-06-26T18:49:09.821Z++ set -o errexit
2542026-06-26T18:49:09.825Z++ pfexec pkg install clang-15
2552026-06-26T18:49:19.219Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-26T18:49:26.853Z Startup: Caching catalogs ... Done
2572026-06-26T18:49:34.077ZPlanning: Solver setup ... Done
2582026-06-26T18:49:34.118ZPlanning: Running solver ... Done
2592026-06-26T18:49:34.261ZPlanning: Finding local manifests ... Done
2602026-06-26T18:49:34.281ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-26T18:49:34.373ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-26T18:49:34.401ZPlanning: Package planning ... Done
2632026-06-26T18:49:34.426ZPlanning: Merging actions ... Done
2642026-06-26T18:49:34.532ZPlanning: Checking for conflicting actions ... Done
2652026-06-26T18:49:34.539ZPlanning: Consolidating action changes ... Done
2662026-06-26T18:49:35.317ZPlanning: Evaluating mediators ... Done
2672026-06-26T18:49:35.322ZPlanning: Planning completed in 8.30 seconds
2682026-06-26T18:49:35.333Z Packages to install: 2
2692026-06-26T18:49:35.336Z Mediators to change: 2
2702026-06-26T18:49:35.336Z Services to change: 1
2712026-06-26T18:49:35.336Z Create boot environment: No
2722026-06-26T18:49:35.336ZCreate backup boot environment: No
2732026-06-26T18:49:35.374Z
2742026-06-26T18:49:35.374ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-26T18:49:40.376ZDownload: 752/3076 items 18.1/211.3MB 8% complete (3.7M/s)
2762026-06-26T18:49:45.650ZDownload: 983/3076 items 82.2/211.3MB 38% complete (10.8M/s)
2772026-06-26T18:49:53.523ZDownload: 984/3076 items 82.2/211.3MB 38% complete (10.5M/s)
2782026-06-26T18:49:58.560ZDownload: 2000/3076 items 117.7/211.3MB 55% complete (7.5M/s)
2792026-06-26T18:50:03.569ZDownload: 2523/3076 items 119.3/211.3MB 56% complete (3.8M/s)
2802026-06-26T18:50:09.615ZDownload: 3024/3076 items 201.5/211.3MB 95% complete (8.4M/s)
2812026-06-26T18:50:18.563ZDownload: 3029/3076 items 201.8/211.3MB 95% complete (8.9M/s)
2822026-06-26T18:50:26.790ZDownload: 3032/3076 items 201.8/211.3MB 95% complete
2832026-06-26T18:50:28.097ZDownload: Completed 211.31 MB in 52.72 seconds (4.0M/s)
2842026-06-26T18:50:28.214Z Actions: 1/3418 actions (Installing new actions)
2852026-06-26T18:50:31.346Z Actions: Completed 3418 actions in 3.13 seconds.
2862026-06-26T18:50:31.995Z Done
2872026-06-26T18:50:31.995Z Done
2882026-06-26T18:50:32.734Z Done
2892026-06-26T18:50:36.083Z Done
2902026-06-26T18:50:36.153Z Done
2912026-06-26T18:50:36.156Z Done
2922026-06-26T18:50:36.262Z Done
2932026-06-26T18:50:36.932Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-06-26T18:50:36.932Z++ set +o errexit
2952026-06-26T18:50:36.935Z++ pkg info pkg-config
2962026-06-26T18:50:36.935Z++ grep -qi installed
2972026-06-26T18:50:37.155Z++ [[ 0 != 0 ]]
2982026-06-26T18:50:37.155Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2992026-06-26T18:50:37.155Z++ set +o errexit
3002026-06-26T18:50:37.158Z++ pkg info brand/omicron1
3012026-06-26T18:50:37.158Z++ grep -qi installed
3022026-06-26T18:50:37.337Zpkg: info: no packages matching the following patterns you specified are
3032026-06-26T18:50:37.337Zinstalled on the system. Try querying remotely instead:
3042026-06-26T18:50:37.337Z
3052026-06-26T18:50:37.337Z brand/omicron1
3062026-06-26T18:50:37.370Z++ [[ 1 != 0 ]]
3072026-06-26T18:50:37.370Z++ set -o errexit
3082026-06-26T18:50:37.370Z++ pfexec pkg install brand/omicron1
3092026-06-26T18:50:37.774Z Startup: Refreshing catalog 'helios-dev' ... Done
3102026-06-26T18:50:45.002ZPlanning: Solver setup ... Done
3112026-06-26T18:50:45.042ZPlanning: Running solver ... Done
3122026-06-26T18:50:45.186ZPlanning: Finding local manifests ... Done
3132026-06-26T18:50:45.190ZPlanning: Fetching manifests: 0/2 0% complete
3142026-06-26T18:50:45.324ZPlanning: Fetching manifests: 2/2 100% complete
3152026-06-26T18:50:45.337ZPlanning: Package planning ... Done
3162026-06-26T18:50:45.340ZPlanning: Merging actions ... Done
3172026-06-26T18:50:45.487ZPlanning: Checking for conflicting actions ... Done
3182026-06-26T18:50:45.490ZPlanning: Consolidating action changes ... Done
3192026-06-26T18:50:45.645ZPlanning: Evaluating mediators ... Done
3202026-06-26T18:50:45.648ZPlanning: Planning completed in 7.87 seconds
3212026-06-26T18:50:45.653Z Packages to install: 2
3222026-06-26T18:50:45.653Z Create boot environment: No
3232026-06-26T18:50:45.656ZCreate backup boot environment: No
3242026-06-26T18:50:45.681Z
3252026-06-26T18:50:45.681ZDownload: 0/5 items 0.0/1.1MB 0% complete
3262026-06-26T18:50:45.704ZDownload: Completed 1.07 MB in 0.02 seconds (47.7M/s)
3272026-06-26T18:50:45.775Z Actions: 1/28 actions (Installing new actions)
3282026-06-26T18:50:45.787Z Actions: Completed 28 actions in 0.01 seconds.
3292026-06-26T18:50:46.292Z Done
3302026-06-26T18:50:46.292Z Done
3312026-06-26T18:50:46.937Z Done
3322026-06-26T18:50:49.737Z Done
3332026-06-26T18:50:49.814Z Done
3342026-06-26T18:50:49.818Z Done
3352026-06-26T18:50:49.956Z Done
3362026-06-26T18:50:50.088Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3372026-06-26T18:50:50.089Z++ set +o errexit
3382026-06-26T18:50:50.092Z++ pkg info brand/omicron1/tools
3392026-06-26T18:50:50.092Z++ grep -qi installed
3402026-06-26T18:50:50.271Zpkg: info: no packages matching the following patterns you specified are
3412026-06-26T18:50:50.271Zinstalled on the system. Try querying remotely instead:
3422026-06-26T18:50:50.271Z
3432026-06-26T18:50:50.271Z brand/omicron1/tools
3442026-06-26T18:50:50.305Z++ [[ 1 != 0 ]]
3452026-06-26T18:50:50.305Z++ set -o errexit
3462026-06-26T18:50:50.305Z++ pfexec pkg install brand/omicron1/tools
3472026-06-26T18:50:50.693Z Startup: Refreshing catalog 'helios-dev' ... Done
3482026-06-26T18:50:57.842ZPlanning: Solver setup ... Done
3492026-06-26T18:50:57.882ZPlanning: Running solver ... Done
3502026-06-26T18:50:58.021ZPlanning: Finding local manifests ... Done
3512026-06-26T18:50:58.024ZPlanning: Fetching manifests: 0/1 0% complete
3522026-06-26T18:50:58.146ZPlanning: Fetching manifests: 1/1 100% complete
3532026-06-26T18:50:58.158ZPlanning: Package planning ... Done
3542026-06-26T18:50:58.161ZPlanning: Merging actions ... Done
3552026-06-26T18:50:58.301ZPlanning: Checking for conflicting actions ... Done
3562026-06-26T18:50:58.304ZPlanning: Consolidating action changes ... Done
3572026-06-26T18:50:58.457ZPlanning: Evaluating mediators ... Done
3582026-06-26T18:50:58.460ZPlanning: Planning completed in 7.76 seconds
3592026-06-26T18:50:58.465Z Packages to install: 1
3602026-06-26T18:50:58.465Z Services to change: 1
3612026-06-26T18:50:58.468Z Create boot environment: No
3622026-06-26T18:50:58.468ZCreate backup boot environment: No
3632026-06-26T18:50:58.495Z
3642026-06-26T18:50:58.495ZDownload: 0/2 items 0.0/1.2MB 0% complete
3652026-06-26T18:50:58.541ZDownload: Completed 1.19 MB in 0.05 seconds (25.8M/s)
3662026-06-26T18:50:58.611Z Actions: 1/19 actions (Installing new actions)
3672026-06-26T18:50:58.624Z Actions: Completed 19 actions in 0.01 seconds.
3682026-06-26T18:50:59.138Z Done
3692026-06-26T18:50:59.138Z Done
3702026-06-26T18:50:59.767Z Done
3712026-06-26T18:51:02.637Z Done
3722026-06-26T18:51:02.709Z Done
3732026-06-26T18:51:02.712Z Done
3742026-06-26T18:51:02.866Z Done
3752026-06-26T18:51:02.998Z++ pfexec svcadm enable baseline
3762026-06-26T18:51:03.013Z++ retry=0
3772026-06-26T18:51:03.015Z+++ svcs -Hostate baseline
3782026-06-26T18:51:03.028Z++ [[ offline* != online ]]
3792026-06-26T18:51:03.028Z++ [[ 0 -gt 300 ]]
3802026-06-26T18:51:03.031Z++ sleep 1
3812026-06-26T18:51:04.030Z++ retry=1
3822026-06-26T18:51:04.034Z+++ svcs -Hostate baseline
3832026-06-26T18:51:04.044Z++ [[ offline* != online ]]
3842026-06-26T18:51:04.044Z++ [[ 1 -gt 300 ]]
3852026-06-26T18:51:04.044Z++ sleep 1
3862026-06-26T18:51:05.045Z++ retry=2
3872026-06-26T18:51:05.048Z+++ svcs -Hostate baseline
3882026-06-26T18:51:05.058Z++ [[ offline* != online ]]
3892026-06-26T18:51:05.058Z++ [[ 2 -gt 300 ]]
3902026-06-26T18:51:05.058Z++ sleep 1
3912026-06-26T18:51:06.060Z++ retry=3
3922026-06-26T18:51:06.063Z+++ svcs -Hostate baseline
3932026-06-26T18:51:06.074Z++ [[ offline* != online ]]
3942026-06-26T18:51:06.074Z++ [[ 3 -gt 300 ]]
3952026-06-26T18:51:06.077Z++ sleep 1
3962026-06-26T18:51:07.076Z++ retry=4
3972026-06-26T18:51:07.079Z+++ svcs -Hostate baseline
3982026-06-26T18:51:07.090Z++ [[ offline* != online ]]
3992026-06-26T18:51:07.093Z++ [[ 4 -gt 300 ]]
4002026-06-26T18:51:07.093Z++ sleep 1
4012026-06-26T18:51:08.091Z++ retry=5
4022026-06-26T18:51:08.094Z+++ svcs -Hostate baseline
4032026-06-26T18:51:08.106Z++ [[ offline* != online ]]
4042026-06-26T18:51:08.108Z++ [[ 5 -gt 300 ]]
4052026-06-26T18:51:08.108Z++ sleep 1
4062026-06-26T18:51:09.108Z++ retry=6
4072026-06-26T18:51:09.111Z+++ svcs -Hostate baseline
4082026-06-26T18:51:09.122Z++ [[ offline* != online ]]
4092026-06-26T18:51:09.122Z++ [[ 6 -gt 300 ]]
4102026-06-26T18:51:09.122Z++ sleep 1
4112026-06-26T18:51:10.125Z++ retry=7
4122026-06-26T18:51:10.128Z+++ svcs -Hostate baseline
4132026-06-26T18:51:10.137Z++ [[ offline* != online ]]
4142026-06-26T18:51:10.137Z++ [[ 7 -gt 300 ]]
4152026-06-26T18:51:10.137Z++ sleep 1
4162026-06-26T18:51:11.138Z++ retry=8
4172026-06-26T18:51:11.142Z+++ svcs -Hostate baseline
4182026-06-26T18:51:11.153Z++ [[ offline* != online ]]
4192026-06-26T18:51:11.153Z++ [[ 8 -gt 300 ]]
4202026-06-26T18:51:11.156Z++ sleep 1
4212026-06-26T18:51:12.155Z++ retry=9
4222026-06-26T18:51:12.158Z+++ svcs -Hostate baseline
4232026-06-26T18:51:12.169Z++ [[ offline* != online ]]
4242026-06-26T18:51:12.169Z++ [[ 9 -gt 300 ]]
4252026-06-26T18:51:12.169Z++ sleep 1
4262026-06-26T18:51:13.171Z++ retry=10
4272026-06-26T18:51:13.174Z+++ svcs -Hostate baseline
4282026-06-26T18:51:13.186Z++ [[ offline* != online ]]
4292026-06-26T18:51:13.186Z++ [[ 10 -gt 300 ]]
4302026-06-26T18:51:13.186Z++ sleep 1
4312026-06-26T18:51:14.187Z++ retry=11
4322026-06-26T18:51:14.191Z+++ svcs -Hostate baseline
4332026-06-26T18:51:14.202Z++ [[ offline* != online ]]
4342026-06-26T18:51:14.202Z++ [[ 11 -gt 300 ]]
4352026-06-26T18:51:14.202Z++ sleep 1
4362026-06-26T18:51:15.204Z++ retry=12
4372026-06-26T18:51:15.207Z+++ svcs -Hostate baseline
4382026-06-26T18:51:15.218Z++ [[ offline* != online ]]
4392026-06-26T18:51:15.218Z++ [[ 12 -gt 300 ]]
4402026-06-26T18:51:15.218Z++ sleep 1
4412026-06-26T18:51:16.220Z++ retry=13
4422026-06-26T18:51:16.223Z+++ svcs -Hostate baseline
4432026-06-26T18:51:16.235Z++ [[ offline* != online ]]
4442026-06-26T18:51:16.235Z++ [[ 13 -gt 300 ]]
4452026-06-26T18:51:16.235Z++ sleep 1
4462026-06-26T18:51:17.238Z++ retry=14
4472026-06-26T18:51:17.241Z+++ svcs -Hostate baseline
4482026-06-26T18:51:17.252Z++ [[ offline* != online ]]
4492026-06-26T18:51:17.252Z++ [[ 14 -gt 300 ]]
4502026-06-26T18:51:17.252Z++ sleep 1
4512026-06-26T18:51:18.254Z++ retry=15
4522026-06-26T18:51:18.257Z+++ svcs -Hostate baseline
4532026-06-26T18:51:18.268Z++ [[ offline* != online ]]
4542026-06-26T18:51:18.268Z++ [[ 15 -gt 300 ]]
4552026-06-26T18:51:18.268Z++ sleep 1
4562026-06-26T18:51:19.270Z++ retry=16
4572026-06-26T18:51:19.273Z+++ svcs -Hostate baseline
4582026-06-26T18:51:19.284Z++ [[ offline* != online ]]
4592026-06-26T18:51:19.285Z++ [[ 16 -gt 300 ]]
4602026-06-26T18:51:19.285Z++ sleep 1
4612026-06-26T18:51:20.286Z++ retry=17
4622026-06-26T18:51:20.289Z+++ svcs -Hostate baseline
4632026-06-26T18:51:20.301Z++ [[ offline* != online ]]
4642026-06-26T18:51:20.302Z++ [[ 17 -gt 300 ]]
4652026-06-26T18:51:20.302Z++ sleep 1
4662026-06-26T18:51:21.304Z++ retry=18
4672026-06-26T18:51:21.307Z+++ svcs -Hostate baseline
4682026-06-26T18:51:21.319Z++ [[ offline* != online ]]
4692026-06-26T18:51:21.319Z++ [[ 18 -gt 300 ]]
4702026-06-26T18:51:21.319Z++ sleep 1
4712026-06-26T18:51:22.321Z++ retry=19
4722026-06-26T18:51:22.325Z+++ svcs -Hostate baseline
4732026-06-26T18:51:22.335Z++ [[ offline* != online ]]
4742026-06-26T18:51:22.336Z++ [[ 19 -gt 300 ]]
4752026-06-26T18:51:22.336Z++ sleep 1
4762026-06-26T18:51:23.337Z++ retry=20
4772026-06-26T18:51:23.340Z+++ svcs -Hostate baseline
4782026-06-26T18:51:23.352Z++ [[ offline* != online ]]
4792026-06-26T18:51:23.352Z++ [[ 20 -gt 300 ]]
4802026-06-26T18:51:23.352Z++ sleep 1
4812026-06-26T18:51:24.354Z++ retry=21
4822026-06-26T18:51:24.357Z+++ svcs -Hostate baseline
4832026-06-26T18:51:24.368Z++ [[ offline* != online ]]
4842026-06-26T18:51:24.368Z++ [[ 21 -gt 300 ]]
4852026-06-26T18:51:24.368Z++ sleep 1
4862026-06-26T18:51:25.370Z++ retry=22
4872026-06-26T18:51:25.373Z+++ svcs -Hostate baseline
4882026-06-26T18:51:25.385Z++ [[ offline* != online ]]
4892026-06-26T18:51:25.385Z++ [[ 22 -gt 300 ]]
4902026-06-26T18:51:25.385Z++ sleep 1
4912026-06-26T18:51:26.387Z++ retry=23
4922026-06-26T18:51:26.391Z+++ svcs -Hostate baseline
4932026-06-26T18:51:26.403Z++ [[ offline* != online ]]
4942026-06-26T18:51:26.403Z++ [[ 23 -gt 300 ]]
4952026-06-26T18:51:26.406Z++ sleep 1
4962026-06-26T18:51:27.404Z++ retry=24
4972026-06-26T18:51:27.410Z+++ svcs -Hostate baseline
4982026-06-26T18:51:27.419Z++ [[ offline* != online ]]
4992026-06-26T18:51:27.419Z++ [[ 24 -gt 300 ]]
5002026-06-26T18:51:27.419Z++ sleep 1
5012026-06-26T18:51:28.421Z++ retry=25
5022026-06-26T18:51:28.424Z+++ svcs -Hostate baseline
5032026-06-26T18:51:28.436Z++ [[ offline* != online ]]
5042026-06-26T18:51:28.436Z++ [[ 25 -gt 300 ]]
5052026-06-26T18:51:28.436Z++ sleep 1
5062026-06-26T18:51:29.439Z++ retry=26
5072026-06-26T18:51:29.442Z+++ svcs -Hostate baseline
5082026-06-26T18:51:29.452Z++ [[ offline* != online ]]
5092026-06-26T18:51:29.452Z++ [[ 26 -gt 300 ]]
5102026-06-26T18:51:29.452Z++ sleep 1
5112026-06-26T18:51:30.454Z++ retry=27
5122026-06-26T18:51:30.457Z+++ svcs -Hostate baseline
5132026-06-26T18:51:30.469Z++ [[ offline* != online ]]
5142026-06-26T18:51:30.469Z++ [[ 27 -gt 300 ]]
5152026-06-26T18:51:30.469Z++ sleep 1
5162026-06-26T18:51:31.471Z++ retry=28
5172026-06-26T18:51:31.474Z+++ svcs -Hostate baseline
5182026-06-26T18:51:31.485Z++ [[ offline* != online ]]
5192026-06-26T18:51:31.485Z++ [[ 28 -gt 300 ]]
5202026-06-26T18:51:31.485Z++ sleep 1
5212026-06-26T18:51:32.487Z++ retry=29
5222026-06-26T18:51:32.490Z+++ svcs -Hostate baseline
5232026-06-26T18:51:32.502Z++ [[ offline* != online ]]
5242026-06-26T18:51:32.502Z++ [[ 29 -gt 300 ]]
5252026-06-26T18:51:32.502Z++ sleep 1
5262026-06-26T18:51:33.505Z++ retry=30
5272026-06-26T18:51:33.510Z+++ svcs -Hostate baseline
5282026-06-26T18:51:33.518Z++ [[ offline* != online ]]
5292026-06-26T18:51:33.518Z++ [[ 30 -gt 300 ]]
5302026-06-26T18:51:33.518Z++ sleep 1
5312026-06-26T18:51:34.520Z++ retry=31
5322026-06-26T18:51:34.522Z+++ svcs -Hostate baseline
5332026-06-26T18:51:34.534Z++ [[ offline* != online ]]
5342026-06-26T18:51:34.537Z++ [[ 31 -gt 300 ]]
5352026-06-26T18:51:34.537Z++ sleep 1
5362026-06-26T18:51:35.536Z++ retry=32
5372026-06-26T18:51:35.540Z+++ svcs -Hostate baseline
5382026-06-26T18:51:35.551Z++ [[ offline* != online ]]
5392026-06-26T18:51:35.551Z++ [[ 32 -gt 300 ]]
5402026-06-26T18:51:35.551Z++ sleep 1
5412026-06-26T18:51:36.553Z++ retry=33
5422026-06-26T18:51:36.556Z+++ svcs -Hostate baseline
5432026-06-26T18:51:36.568Z++ [[ offline* != online ]]
5442026-06-26T18:51:36.568Z++ [[ 33 -gt 300 ]]
5452026-06-26T18:51:36.568Z++ sleep 1
5462026-06-26T18:51:37.569Z++ retry=34
5472026-06-26T18:51:37.571Z+++ svcs -Hostate baseline
5482026-06-26T18:51:37.594Z++ [[ offline* != online ]]
5492026-06-26T18:51:37.594Z++ [[ 34 -gt 300 ]]
5502026-06-26T18:51:37.594Z++ sleep 1
5512026-06-26T18:51:38.585Z++ retry=35
5522026-06-26T18:51:38.588Z+++ svcs -Hostate baseline
5532026-06-26T18:51:38.599Z++ [[ offline* != online ]]
5542026-06-26T18:51:38.599Z++ [[ 35 -gt 300 ]]
5552026-06-26T18:51:38.599Z++ sleep 1
5562026-06-26T18:51:39.601Z++ retry=36
5572026-06-26T18:51:39.604Z+++ svcs -Hostate baseline
5582026-06-26T18:51:39.616Z++ [[ offline* != online ]]
5592026-06-26T18:51:39.616Z++ [[ 36 -gt 300 ]]
5602026-06-26T18:51:39.616Z++ sleep 1
5612026-06-26T18:51:40.618Z++ retry=37
5622026-06-26T18:51:40.621Z+++ svcs -Hostate baseline
5632026-06-26T18:51:40.632Z++ [[ offline* != online ]]
5642026-06-26T18:51:40.632Z++ [[ 37 -gt 300 ]]
5652026-06-26T18:51:40.632Z++ sleep 1
5662026-06-26T18:51:41.634Z++ retry=38
5672026-06-26T18:51:41.639Z+++ svcs -Hostate baseline
5682026-06-26T18:51:41.648Z++ [[ offline* != online ]]
5692026-06-26T18:51:41.648Z++ [[ 38 -gt 300 ]]
5702026-06-26T18:51:41.648Z++ sleep 1
5712026-06-26T18:51:42.650Z++ retry=39
5722026-06-26T18:51:42.653Z+++ svcs -Hostate baseline
5732026-06-26T18:51:42.665Z++ [[ offline* != online ]]
5742026-06-26T18:51:42.665Z++ [[ 39 -gt 300 ]]
5752026-06-26T18:51:42.665Z++ sleep 1
5762026-06-26T18:51:43.667Z++ retry=40
5772026-06-26T18:51:43.671Z+++ svcs -Hostate baseline
5782026-06-26T18:51:43.681Z++ [[ offline* != online ]]
5792026-06-26T18:51:43.681Z++ [[ 40 -gt 300 ]]
5802026-06-26T18:51:43.681Z++ sleep 1
5812026-06-26T18:51:44.683Z++ retry=41
5822026-06-26T18:51:44.686Z+++ svcs -Hostate baseline
5832026-06-26T18:51:44.697Z++ [[ offline* != online ]]
5842026-06-26T18:51:44.697Z++ [[ 41 -gt 300 ]]
5852026-06-26T18:51:44.697Z++ sleep 1
5862026-06-26T18:51:45.699Z++ retry=42
5872026-06-26T18:51:45.702Z+++ svcs -Hostate baseline
5882026-06-26T18:51:45.713Z++ [[ offline* != online ]]
5892026-06-26T18:51:45.713Z++ [[ 42 -gt 300 ]]
5902026-06-26T18:51:45.717Z++ sleep 1
5912026-06-26T18:51:46.715Z++ retry=43
5922026-06-26T18:51:46.718Z+++ svcs -Hostate baseline
5932026-06-26T18:51:46.731Z++ [[ offline* != online ]]
5942026-06-26T18:51:46.731Z++ [[ 43 -gt 300 ]]
5952026-06-26T18:51:46.733Z++ sleep 1
5962026-06-26T18:51:47.732Z++ retry=44
5972026-06-26T18:51:47.735Z+++ svcs -Hostate baseline
5982026-06-26T18:51:47.747Z++ [[ offline* != online ]]
5992026-06-26T18:51:47.748Z++ [[ 44 -gt 300 ]]
6002026-06-26T18:51:47.748Z++ sleep 1
6012026-06-26T18:51:48.749Z++ retry=45
6022026-06-26T18:51:48.753Z+++ svcs -Hostate baseline
6032026-06-26T18:51:48.763Z++ [[ offline* != online ]]
6042026-06-26T18:51:48.763Z++ [[ 45 -gt 300 ]]
6052026-06-26T18:51:48.763Z++ sleep 1
6062026-06-26T18:51:49.765Z++ retry=46
6072026-06-26T18:51:49.768Z+++ svcs -Hostate baseline
6082026-06-26T18:51:49.779Z++ [[ offline* != online ]]
6092026-06-26T18:51:49.779Z++ [[ 46 -gt 300 ]]
6102026-06-26T18:51:49.779Z++ sleep 1
6112026-06-26T18:51:50.781Z++ retry=47
6122026-06-26T18:51:50.784Z+++ svcs -Hostate baseline
6132026-06-26T18:51:50.795Z++ [[ offline* != online ]]
6142026-06-26T18:51:50.795Z++ [[ 47 -gt 300 ]]
6152026-06-26T18:51:50.795Z++ sleep 1
6162026-06-26T18:51:51.797Z++ retry=48
6172026-06-26T18:51:51.800Z+++ svcs -Hostate baseline
6182026-06-26T18:51:51.812Z++ [[ offline* != online ]]
6192026-06-26T18:51:51.812Z++ [[ 48 -gt 300 ]]
6202026-06-26T18:51:51.812Z++ sleep 1
6212026-06-26T18:51:52.814Z++ retry=49
6222026-06-26T18:51:52.817Z+++ svcs -Hostate baseline
6232026-06-26T18:51:52.829Z++ [[ offline* != online ]]
6242026-06-26T18:51:52.829Z++ [[ 49 -gt 300 ]]
6252026-06-26T18:51:52.829Z++ sleep 1
6262026-06-26T18:51:53.830Z++ retry=50
6272026-06-26T18:51:53.833Z+++ svcs -Hostate baseline
6282026-06-26T18:51:53.845Z++ [[ offline* != online ]]
6292026-06-26T18:51:53.845Z++ [[ 50 -gt 300 ]]
6302026-06-26T18:51:53.845Z++ sleep 1
6312026-06-26T18:51:54.846Z++ retry=51
6322026-06-26T18:51:54.849Z+++ svcs -Hostate baseline
6332026-06-26T18:51:54.861Z++ [[ offline* != online ]]
6342026-06-26T18:51:54.861Z++ [[ 51 -gt 300 ]]
6352026-06-26T18:51:54.861Z++ sleep 1
6362026-06-26T18:51:55.863Z++ retry=52
6372026-06-26T18:51:55.866Z+++ svcs -Hostate baseline
6382026-06-26T18:51:55.877Z++ [[ offline* != online ]]
6392026-06-26T18:51:55.877Z++ [[ 52 -gt 300 ]]
6402026-06-26T18:51:55.877Z++ sleep 1
6412026-06-26T18:51:56.879Z++ retry=53
6422026-06-26T18:51:56.882Z+++ svcs -Hostate baseline
6432026-06-26T18:51:56.895Z++ [[ offline* != online ]]
6442026-06-26T18:51:56.895Z++ [[ 53 -gt 300 ]]
6452026-06-26T18:51:56.895Z++ sleep 1
6462026-06-26T18:51:57.895Z++ retry=54
6472026-06-26T18:51:57.898Z+++ svcs -Hostate baseline
6482026-06-26T18:51:57.910Z++ [[ offline* != online ]]
6492026-06-26T18:51:57.910Z++ [[ 54 -gt 300 ]]
6502026-06-26T18:51:57.910Z++ sleep 1
6512026-06-26T18:51:58.912Z++ retry=55
6522026-06-26T18:51:58.915Z+++ svcs -Hostate baseline
6532026-06-26T18:51:58.926Z++ [[ offline* != online ]]
6542026-06-26T18:51:58.926Z++ [[ 55 -gt 300 ]]
6552026-06-26T18:51:58.926Z++ sleep 1
6562026-06-26T18:51:59.928Z++ retry=56
6572026-06-26T18:51:59.931Z+++ svcs -Hostate baseline
6582026-06-26T18:51:59.943Z++ [[ offline* != online ]]
6592026-06-26T18:51:59.944Z++ [[ 56 -gt 300 ]]
6602026-06-26T18:51:59.944Z++ sleep 1
6612026-06-26T18:52:00.945Z++ retry=57
6622026-06-26T18:52:00.948Z+++ svcs -Hostate baseline
6632026-06-26T18:52:00.959Z++ [[ offline* != online ]]
6642026-06-26T18:52:00.959Z++ [[ 57 -gt 300 ]]
6652026-06-26T18:52:00.959Z++ sleep 1
6662026-06-26T18:52:01.961Z++ retry=58
6672026-06-26T18:52:01.964Z+++ svcs -Hostate baseline
6682026-06-26T18:52:01.975Z++ [[ offline* != online ]]
6692026-06-26T18:52:01.975Z++ [[ 58 -gt 300 ]]
6702026-06-26T18:52:01.975Z++ sleep 1
6712026-06-26T18:52:02.978Z++ retry=59
6722026-06-26T18:52:02.981Z+++ svcs -Hostate baseline
6732026-06-26T18:52:02.992Z++ [[ offline* != online ]]
6742026-06-26T18:52:02.992Z++ [[ 59 -gt 300 ]]
6752026-06-26T18:52:02.992Z++ sleep 1
6762026-06-26T18:52:03.994Z++ retry=60
6772026-06-26T18:52:03.997Z+++ svcs -Hostate baseline
6782026-06-26T18:52:04.009Z++ [[ offline* != online ]]
6792026-06-26T18:52:04.009Z++ [[ 60 -gt 300 ]]
6802026-06-26T18:52:04.009Z++ sleep 1
6812026-06-26T18:52:05.011Z++ retry=61
6822026-06-26T18:52:05.015Z+++ svcs -Hostate baseline
6832026-06-26T18:52:05.025Z++ [[ offline* != online ]]
6842026-06-26T18:52:05.025Z++ [[ 61 -gt 300 ]]
6852026-06-26T18:52:05.025Z++ sleep 1
6862026-06-26T18:52:06.028Z++ retry=62
6872026-06-26T18:52:06.031Z+++ svcs -Hostate baseline
6882026-06-26T18:52:06.042Z++ [[ offline* != online ]]
6892026-06-26T18:52:06.042Z++ [[ 62 -gt 300 ]]
6902026-06-26T18:52:06.045Z++ sleep 1
6912026-06-26T18:52:07.045Z++ retry=63
6922026-06-26T18:52:07.048Z+++ svcs -Hostate baseline
6932026-06-26T18:52:07.058Z++ [[ offline* != online ]]
6942026-06-26T18:52:07.058Z++ [[ 63 -gt 300 ]]
6952026-06-26T18:52:07.058Z++ sleep 1
6962026-06-26T18:52:08.060Z++ retry=64
6972026-06-26T18:52:08.063Z+++ svcs -Hostate baseline
6982026-06-26T18:52:08.074Z++ [[ offline* != online ]]
6992026-06-26T18:52:08.074Z++ [[ 64 -gt 300 ]]
7002026-06-26T18:52:08.074Z++ sleep 1
7012026-06-26T18:52:09.076Z++ retry=65
7022026-06-26T18:52:09.079Z+++ svcs -Hostate baseline
7032026-06-26T18:52:09.091Z++ [[ offline* != online ]]
7042026-06-26T18:52:09.091Z++ [[ 65 -gt 300 ]]
7052026-06-26T18:52:09.091Z++ sleep 1
7062026-06-26T18:52:10.093Z++ retry=66
7072026-06-26T18:52:10.096Z+++ svcs -Hostate baseline
7082026-06-26T18:52:10.107Z++ [[ offline* != online ]]
7092026-06-26T18:52:10.107Z++ [[ 66 -gt 300 ]]
7102026-06-26T18:52:10.107Z++ sleep 1
7112026-06-26T18:52:11.109Z++ retry=67
7122026-06-26T18:52:11.112Z+++ svcs -Hostate baseline
7132026-06-26T18:52:11.123Z++ [[ offline* != online ]]
7142026-06-26T18:52:11.123Z++ [[ 67 -gt 300 ]]
7152026-06-26T18:52:11.123Z++ sleep 1
7162026-06-26T18:52:12.125Z++ retry=68
7172026-06-26T18:52:12.130Z+++ svcs -Hostate baseline
7182026-06-26T18:52:12.139Z++ [[ offline* != online ]]
7192026-06-26T18:52:12.139Z++ [[ 68 -gt 300 ]]
7202026-06-26T18:52:12.140Z++ sleep 1
7212026-06-26T18:52:13.141Z++ retry=69
7222026-06-26T18:52:13.144Z+++ svcs -Hostate baseline
7232026-06-26T18:52:13.156Z++ [[ offline* != online ]]
7242026-06-26T18:52:13.156Z++ [[ 69 -gt 300 ]]
7252026-06-26T18:52:13.156Z++ sleep 1
7262026-06-26T18:52:14.158Z++ retry=70
7272026-06-26T18:52:14.161Z+++ svcs -Hostate baseline
7282026-06-26T18:52:14.172Z++ [[ offline* != online ]]
7292026-06-26T18:52:14.172Z++ [[ 70 -gt 300 ]]
7302026-06-26T18:52:14.172Z++ sleep 1
7312026-06-26T18:52:15.174Z++ retry=71
7322026-06-26T18:52:15.177Z+++ svcs -Hostate baseline
7332026-06-26T18:52:15.189Z++ [[ offline* != online ]]
7342026-06-26T18:52:15.189Z++ [[ 71 -gt 300 ]]
7352026-06-26T18:52:15.189Z++ sleep 1
7362026-06-26T18:52:16.193Z++ retry=72
7372026-06-26T18:52:16.196Z+++ svcs -Hostate baseline
7382026-06-26T18:52:16.206Z++ [[ offline* != online ]]
7392026-06-26T18:52:16.206Z++ [[ 72 -gt 300 ]]
7402026-06-26T18:52:16.206Z++ sleep 1
7412026-06-26T18:52:17.207Z++ retry=73
7422026-06-26T18:52:17.210Z+++ svcs -Hostate baseline
7432026-06-26T18:52:17.222Z++ [[ offline* != online ]]
7442026-06-26T18:52:17.222Z++ [[ 73 -gt 300 ]]
7452026-06-26T18:52:17.222Z++ sleep 1
7462026-06-26T18:52:18.224Z++ retry=74
7472026-06-26T18:52:18.227Z+++ svcs -Hostate baseline
7482026-06-26T18:52:18.239Z++ [[ offline* != online ]]
7492026-06-26T18:52:18.239Z++ [[ 74 -gt 300 ]]
7502026-06-26T18:52:18.239Z++ sleep 1
7512026-06-26T18:52:19.241Z++ retry=75
7522026-06-26T18:52:19.244Z+++ svcs -Hostate baseline
7532026-06-26T18:52:19.256Z++ [[ offline* != online ]]
7542026-06-26T18:52:19.256Z++ [[ 75 -gt 300 ]]
7552026-06-26T18:52:19.256Z++ sleep 1
7562026-06-26T18:52:20.258Z++ retry=76
7572026-06-26T18:52:20.261Z+++ svcs -Hostate baseline
7582026-06-26T18:52:20.272Z++ [[ offline* != online ]]
7592026-06-26T18:52:20.272Z++ [[ 76 -gt 300 ]]
7602026-06-26T18:52:20.273Z++ sleep 1
7612026-06-26T18:52:21.275Z++ retry=77
7622026-06-26T18:52:21.277Z+++ svcs -Hostate baseline
7632026-06-26T18:52:21.290Z++ [[ offline* != online ]]
7642026-06-26T18:52:21.290Z++ [[ 77 -gt 300 ]]
7652026-06-26T18:52:21.290Z++ sleep 1
7662026-06-26T18:52:22.296Z++ retry=78
7672026-06-26T18:52:22.300Z+++ svcs -Hostate baseline
7682026-06-26T18:52:22.310Z++ [[ offline* != online ]]
7692026-06-26T18:52:22.310Z++ [[ 78 -gt 300 ]]
7702026-06-26T18:52:22.310Z++ sleep 1
7712026-06-26T18:52:23.312Z++ retry=79
7722026-06-26T18:52:23.315Z+++ svcs -Hostate baseline
7732026-06-26T18:52:23.326Z++ [[ offline* != online ]]
7742026-06-26T18:52:23.326Z++ [[ 79 -gt 300 ]]
7752026-06-26T18:52:23.327Z++ sleep 1
7762026-06-26T18:52:24.329Z++ retry=80
7772026-06-26T18:52:24.334Z+++ svcs -Hostate baseline
7782026-06-26T18:52:24.343Z++ [[ offline* != online ]]
7792026-06-26T18:52:24.343Z++ [[ 80 -gt 300 ]]
7802026-06-26T18:52:24.343Z++ sleep 1
7812026-06-26T18:52:25.345Z++ retry=81
7822026-06-26T18:52:25.351Z+++ svcs -Hostate baseline
7832026-06-26T18:52:25.360Z++ [[ offline* != online ]]
7842026-06-26T18:52:25.360Z++ [[ 81 -gt 300 ]]
7852026-06-26T18:52:25.360Z++ sleep 1
7862026-06-26T18:52:26.361Z++ retry=82
7872026-06-26T18:52:26.364Z+++ svcs -Hostate baseline
7882026-06-26T18:52:26.376Z++ [[ offline* != online ]]
7892026-06-26T18:52:26.376Z++ [[ 82 -gt 300 ]]
7902026-06-26T18:52:26.376Z++ sleep 1
7912026-06-26T18:52:27.378Z++ retry=83
7922026-06-26T18:52:27.381Z+++ svcs -Hostate baseline
7932026-06-26T18:52:27.393Z++ [[ offline* != online ]]
7942026-06-26T18:52:27.393Z++ [[ 83 -gt 300 ]]
7952026-06-26T18:52:27.393Z++ sleep 1
7962026-06-26T18:52:28.394Z++ retry=84
7972026-06-26T18:52:28.398Z+++ svcs -Hostate baseline
7982026-06-26T18:52:28.409Z++ [[ offline* != online ]]
7992026-06-26T18:52:28.409Z++ [[ 84 -gt 300 ]]
8002026-06-26T18:52:28.409Z++ sleep 1
8012026-06-26T18:52:29.410Z++ retry=85
8022026-06-26T18:52:29.414Z+++ svcs -Hostate baseline
8032026-06-26T18:52:29.425Z++ [[ offline* != online ]]
8042026-06-26T18:52:29.425Z++ [[ 85 -gt 300 ]]
8052026-06-26T18:52:29.428Z++ sleep 1
8062026-06-26T18:52:30.427Z++ retry=86
8072026-06-26T18:52:30.430Z+++ svcs -Hostate baseline
8082026-06-26T18:52:30.441Z++ [[ offline* != online ]]
8092026-06-26T18:52:30.441Z++ [[ 86 -gt 300 ]]
8102026-06-26T18:52:30.441Z++ sleep 1
8112026-06-26T18:52:31.443Z++ retry=87
8122026-06-26T18:52:31.446Z+++ svcs -Hostate baseline
8132026-06-26T18:52:31.457Z++ [[ offline* != online ]]
8142026-06-26T18:52:31.460Z++ [[ 87 -gt 300 ]]
8152026-06-26T18:52:31.460Z++ sleep 1
8162026-06-26T18:52:32.459Z++ retry=88
8172026-06-26T18:52:32.462Z+++ svcs -Hostate baseline
8182026-06-26T18:52:32.474Z++ [[ offline* != online ]]
8192026-06-26T18:52:32.474Z++ [[ 88 -gt 300 ]]
8202026-06-26T18:52:32.474Z++ sleep 1
8212026-06-26T18:52:33.476Z++ retry=89
8222026-06-26T18:52:33.479Z+++ svcs -Hostate baseline
8232026-06-26T18:52:33.491Z++ [[ offline* != online ]]
8242026-06-26T18:52:33.491Z++ [[ 89 -gt 300 ]]
8252026-06-26T18:52:33.491Z++ sleep 1
8262026-06-26T18:52:34.493Z++ retry=90
8272026-06-26T18:52:34.496Z+++ svcs -Hostate baseline
8282026-06-26T18:52:34.506Z++ [[ offline* != online ]]
8292026-06-26T18:52:34.506Z++ [[ 90 -gt 300 ]]
8302026-06-26T18:52:34.506Z++ sleep 1
8312026-06-26T18:52:35.508Z++ retry=91
8322026-06-26T18:52:35.512Z+++ svcs -Hostate baseline
8332026-06-26T18:52:35.522Z++ [[ offline* != online ]]
8342026-06-26T18:52:35.523Z++ [[ 91 -gt 300 ]]
8352026-06-26T18:52:35.523Z++ sleep 1
8362026-06-26T18:52:36.524Z++ retry=92
8372026-06-26T18:52:36.527Z+++ svcs -Hostate baseline
8382026-06-26T18:52:36.539Z++ [[ offline* != online ]]
8392026-06-26T18:52:36.539Z++ [[ 92 -gt 300 ]]
8402026-06-26T18:52:36.539Z++ sleep 1
8412026-06-26T18:52:37.541Z++ retry=93
8422026-06-26T18:52:37.545Z+++ svcs -Hostate baseline
8432026-06-26T18:52:37.555Z++ [[ offline* != online ]]
8442026-06-26T18:52:37.555Z++ [[ 93 -gt 300 ]]
8452026-06-26T18:52:37.555Z++ sleep 1
8462026-06-26T18:52:38.558Z++ retry=94
8472026-06-26T18:52:38.561Z+++ svcs -Hostate baseline
8482026-06-26T18:52:38.572Z++ [[ offline* != online ]]
8492026-06-26T18:52:38.572Z++ [[ 94 -gt 300 ]]
8502026-06-26T18:52:38.572Z++ sleep 1
8512026-06-26T18:52:39.575Z++ retry=95
8522026-06-26T18:52:39.578Z+++ svcs -Hostate baseline
8532026-06-26T18:52:39.589Z++ [[ offline* != online ]]
8542026-06-26T18:52:39.589Z++ [[ 95 -gt 300 ]]
8552026-06-26T18:52:39.589Z++ sleep 1
8562026-06-26T18:52:40.591Z++ retry=96
8572026-06-26T18:52:40.594Z+++ svcs -Hostate baseline
8582026-06-26T18:52:40.606Z++ [[ offline* != online ]]
8592026-06-26T18:52:40.606Z++ [[ 96 -gt 300 ]]
8602026-06-26T18:52:40.606Z++ sleep 1
8612026-06-26T18:52:41.607Z++ retry=97
8622026-06-26T18:52:41.610Z+++ svcs -Hostate baseline
8632026-06-26T18:52:41.622Z++ [[ offline* != online ]]
8642026-06-26T18:52:41.622Z++ [[ 97 -gt 300 ]]
8652026-06-26T18:52:41.622Z++ sleep 1
8662026-06-26T18:52:42.624Z++ retry=98
8672026-06-26T18:52:42.627Z+++ svcs -Hostate baseline
8682026-06-26T18:52:42.639Z++ [[ offline* != online ]]
8692026-06-26T18:52:42.639Z++ [[ 98 -gt 300 ]]
8702026-06-26T18:52:42.639Z++ sleep 1
8712026-06-26T18:52:43.642Z++ retry=99
8722026-06-26T18:52:43.645Z+++ svcs -Hostate baseline
8732026-06-26T18:52:43.655Z++ [[ offline* != online ]]
8742026-06-26T18:52:43.655Z++ [[ 99 -gt 300 ]]
8752026-06-26T18:52:43.655Z++ sleep 1
8762026-06-26T18:52:44.657Z++ retry=100
8772026-06-26T18:52:44.660Z+++ svcs -Hostate baseline
8782026-06-26T18:52:44.671Z++ [[ offline* != online ]]
8792026-06-26T18:52:44.671Z++ [[ 100 -gt 300 ]]
8802026-06-26T18:52:44.671Z++ sleep 1
8812026-06-26T18:52:45.673Z++ retry=101
8822026-06-26T18:52:45.676Z+++ svcs -Hostate baseline
8832026-06-26T18:52:45.688Z++ [[ offline* != online ]]
8842026-06-26T18:52:45.688Z++ [[ 101 -gt 300 ]]
8852026-06-26T18:52:45.688Z++ sleep 1
8862026-06-26T18:52:46.691Z++ retry=102
8872026-06-26T18:52:46.696Z+++ svcs -Hostate baseline
8882026-06-26T18:52:46.702Z++ [[ offline* != online ]]
8892026-06-26T18:52:46.702Z++ [[ 102 -gt 300 ]]
8902026-06-26T18:52:46.702Z++ sleep 1
8912026-06-26T18:52:47.712Z++ retry=103
8922026-06-26T18:52:47.722Z+++ svcs -Hostate baseline
8932026-06-26T18:52:47.730Z++ [[ offline* != online ]]
8942026-06-26T18:52:47.730Z++ [[ 103 -gt 300 ]]
8952026-06-26T18:52:47.730Z++ sleep 1
8962026-06-26T18:52:48.720Z++ retry=104
8972026-06-26T18:52:48.724Z+++ svcs -Hostate baseline
8982026-06-26T18:52:48.736Z++ [[ offline* != online ]]
8992026-06-26T18:52:48.736Z++ [[ 104 -gt 300 ]]
9002026-06-26T18:52:48.736Z++ sleep 1
9012026-06-26T18:52:49.737Z++ retry=105
9022026-06-26T18:52:49.740Z+++ svcs -Hostate baseline
9032026-06-26T18:52:49.751Z++ [[ offline* != online ]]
9042026-06-26T18:52:49.751Z++ [[ 105 -gt 300 ]]
9052026-06-26T18:52:49.751Z++ sleep 1
9062026-06-26T18:52:50.753Z++ retry=106
9072026-06-26T18:52:50.756Z+++ svcs -Hostate baseline
9082026-06-26T18:52:50.767Z++ [[ offline* != online ]]
9092026-06-26T18:52:50.767Z++ [[ 106 -gt 300 ]]
9102026-06-26T18:52:50.767Z++ sleep 1
9112026-06-26T18:52:51.770Z++ retry=107
9122026-06-26T18:52:51.773Z+++ svcs -Hostate baseline
9132026-06-26T18:52:51.783Z++ [[ offline* != online ]]
9142026-06-26T18:52:51.783Z++ [[ 107 -gt 300 ]]
9152026-06-26T18:52:51.783Z++ sleep 1
9162026-06-26T18:52:52.785Z++ retry=108
9172026-06-26T18:52:52.788Z+++ svcs -Hostate baseline
9182026-06-26T18:52:52.799Z++ [[ offline* != online ]]
9192026-06-26T18:52:52.799Z++ [[ 108 -gt 300 ]]
9202026-06-26T18:52:52.802Z++ sleep 1
9212026-06-26T18:52:53.801Z++ retry=109
9222026-06-26T18:52:53.805Z+++ svcs -Hostate baseline
9232026-06-26T18:52:53.814Z++ [[ offline* != online ]]
9242026-06-26T18:52:53.815Z++ [[ 109 -gt 300 ]]
9252026-06-26T18:52:53.815Z++ sleep 1
9262026-06-26T18:52:54.816Z++ retry=110
9272026-06-26T18:52:54.819Z+++ svcs -Hostate baseline
9282026-06-26T18:52:54.830Z++ [[ offline* != online ]]
9292026-06-26T18:52:54.830Z++ [[ 110 -gt 300 ]]
9302026-06-26T18:52:54.830Z++ sleep 1
9312026-06-26T18:52:55.832Z++ retry=111
9322026-06-26T18:52:55.835Z+++ svcs -Hostate baseline
9332026-06-26T18:52:55.846Z++ [[ offline* != online ]]
9342026-06-26T18:52:55.846Z++ [[ 111 -gt 300 ]]
9352026-06-26T18:52:55.850Z++ sleep 1
9362026-06-26T18:52:56.848Z++ retry=112
9372026-06-26T18:52:56.851Z+++ svcs -Hostate baseline
9382026-06-26T18:52:56.862Z++ [[ offline* != online ]]
9392026-06-26T18:52:56.862Z++ [[ 112 -gt 300 ]]
9402026-06-26T18:52:56.862Z++ sleep 1
9412026-06-26T18:52:57.864Z++ retry=113
9422026-06-26T18:52:57.868Z+++ svcs -Hostate baseline
9432026-06-26T18:52:57.879Z++ [[ online != online ]]
9442026-06-26T18:52:57.879Z++ set -o errexit
9452026-06-26T18:52:57.882Z++ set -o pipefail
9462026-06-26T18:52:57.882Z++ banner build
9472026-06-26T18:52:57.882Z
9482026-06-26T18:52:57.882Z ##### # # # # #####
9492026-06-26T18:52:57.882Z # # # # # # # #
9502026-06-26T18:52:57.882Z ##### # # # # # #
9512026-06-26T18:52:57.882Z # # # # # # # #
9522026-06-26T18:52:57.882Z # # # # # # # #
9532026-06-26T18:52:57.882Z ##### #### # ###### #####
9542026-06-26T18:52:57.882Z
9552026-06-26T18:52:57.882Z++ cargo build --release --bin ddmd --bin ddmadm
9562026-06-26T18:52:57.885Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9572026-06-26T18:52:58.041Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9582026-06-26T18:52:58.063Zinfo: downloading 6 components
9592026-06-26T18:53:14.059Z Updating git repository `https://github.com/oxidecomputer/falcon`
9602026-06-26T18:53:14.683ZFrom https://github.com/oxidecomputer/falcon
9612026-06-26T18:53:14.683Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9622026-06-26T18:53:14.761Z Updating crates.io index
9632026-06-26T18:53:14.764Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9642026-06-26T18:53:15.215ZFrom https://github.com/oxidecomputer/dendrite
9652026-06-26T18:53:15.215Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9662026-06-26T18:53:15.286Z Updating git repository `https://github.com/oxidecomputer/ispf`
9672026-06-26T18:53:15.583ZFrom https://github.com/oxidecomputer/ispf
9682026-06-26T18:53:15.583Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9692026-06-26T18:53:15.830Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9702026-06-26T18:53:16.206ZFrom https://github.com/oxidecomputer/netadm-sys
9712026-06-26T18:53:16.206Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9722026-06-26T18:53:16.214Z Updating git repository `https://github.com/oxidecomputer/omicron`
9732026-06-26T18:53:22.248ZFrom https://github.com/oxidecomputer/omicron
9742026-06-26T18:53:22.248Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9752026-06-26T18:53:22.664Z Updating git repository `https://github.com/oxidecomputer/opte`
9762026-06-26T18:53:23.332ZFrom https://github.com/oxidecomputer/opte
9772026-06-26T18:53:23.332Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9782026-06-26T18:53:23.362Z Updating git repository `https://github.com/illumos/smf-rs`
9792026-06-26T18:53:23.649ZFrom https://github.com/illumos/smf-rs
9802026-06-26T18:53:23.649Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9812026-06-26T18:53:24.382Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9822026-06-26T18:53:24.682ZFrom https://github.com/oxidecomputer/network-interface
9832026-06-26T18:53:24.682Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9842026-06-26T18:53:24.689Z Updating git repository `https://github.com/oxidecomputer/zone`
9852026-06-26T18:53:25.006ZFrom https://github.com/oxidecomputer/zone
9862026-06-26T18:53:25.006Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9872026-06-26T18:53:25.103Z Updating git repository `https://github.com/oxidecomputer/propolis`
9882026-06-26T18:53:25.832ZFrom https://github.com/oxidecomputer/propolis
9892026-06-26T18:53:25.832Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9902026-06-26T18:53:26.050Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9912026-06-26T18:53:26.589ZFrom https://github.com/oxidecomputer/transceiver-control
9922026-06-26T18:53:26.589Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9932026-06-26T18:53:26.599Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9942026-06-26T18:53:26.892ZFrom https://github.com/oxidecomputer/dlpi-sys
9952026-06-26T18:53:26.892Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9962026-06-26T18:53:26.907Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9972026-06-26T18:53:27.218ZFrom https://github.com/jmesmon/rust-libzfs
9982026-06-26T18:53:27.218Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9992026-06-26T18:53:27.225Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
10002026-06-26T18:53:27.578ZFrom https://github.com/oxidecomputer/rusty-doors
10012026-06-26T18:53:27.578Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
10022026-06-26T18:53:27.589Z Updating git repository `https://github.com/oxidecomputer/lldp`
10032026-06-26T18:53:27.912ZFrom https://github.com/oxidecomputer/lldp
10042026-06-26T18:53:27.912Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
10052026-06-26T18:53:28.000Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
10062026-06-26T18:53:28.284ZFrom https://github.com/oxidecomputer/slog-error-chain
10072026-06-26T18:53:28.284Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10082026-06-26T18:53:28.302Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10092026-06-26T18:53:28.646ZFrom https://github.com/oxidecomputer/tufaceous
10102026-06-26T18:53:28.646Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10112026-06-26T18:53:28.665Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10122026-06-26T18:53:29.157ZFrom https://github.com/oxidecomputer/management-gateway-service
10132026-06-26T18:53:29.157Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
10142026-06-26T18:53:29.317Z Updating git repository `https://github.com/oxidecomputer/crucible`
10152026-06-26T18:53:30.159ZFrom https://github.com/oxidecomputer/crucible
10162026-06-26T18:53:30.159Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10172026-06-26T18:53:30.917Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10182026-06-26T18:53:31.223ZFrom https://github.com/oxidecomputer/serde_human_bytes
10192026-06-26T18:53:31.223Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10202026-06-26T18:53:31.259Z Updating git repository `https://github.com/oxidecomputer/propolis`
10212026-06-26T18:53:31.776ZFrom https://github.com/oxidecomputer/propolis
10222026-06-26T18:53:31.776Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10232026-06-26T18:53:32.155Z Updating git repository `https://github.com/oxidecomputer/crucible`
10242026-06-26T18:53:32.670ZFrom https://github.com/oxidecomputer/crucible
10252026-06-26T18:53:32.670Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10262026-06-26T18:53:32.764Z Updating git repository `https://github.com/oxidecomputer/tofino`
10272026-06-26T18:53:33.127ZFrom https://github.com/oxidecomputer/tofino
10282026-06-26T18:53:33.127Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10292026-06-26T18:53:33.150Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10302026-06-26T18:53:33.833ZFrom https://github.com/oxidecomputer/maghemite
10312026-06-26T18:53:33.833Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10322026-06-26T18:53:33.864Z Updating git repository `https://github.com/oxidecomputer/clickward`
10332026-06-26T18:53:34.179ZFrom https://github.com/oxidecomputer/clickward
10342026-06-26T18:53:34.179Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10352026-06-26T18:53:34.216Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10362026-06-26T18:53:34.513ZFrom https://github.com/oxidecomputer/illumos-devinfo
10372026-06-26T18:53:34.513Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10382026-06-26T18:53:35.847Z Downloading crates ...
10392026-06-26T18:53:35.928Z Downloaded anstream v1.0.0
10402026-06-26T18:53:35.937Z Downloaded argon2 v0.5.3
10412026-06-26T18:53:35.940Z Downloaded anstyle-query v1.1.5
10422026-06-26T18:53:35.943Z Downloaded base16ct v0.2.0
10432026-06-26T18:53:35.947Z Downloaded dropshot-api-manager-types v0.7.2
10442026-06-26T18:53:35.947Z Downloaded embedded-io v0.4.0
10452026-06-26T18:53:35.950Z Downloaded atomic-waker v1.1.2
10462026-06-26T18:53:35.950Z Downloaded anstyle v1.0.14
10472026-06-26T18:53:35.954Z Downloaded async-stream-impl v0.3.6
10482026-06-26T18:53:35.957Z Downloaded async-stream v0.3.6
10492026-06-26T18:53:35.957Z Downloaded aead v0.5.2
10502026-06-26T18:53:35.960Z Downloaded darling v0.23.0
10512026-06-26T18:53:35.964Z Downloaded hmac v0.12.1
10522026-06-26T18:53:35.967Z Downloaded futures-io v0.3.32
10532026-06-26T18:53:35.967Z Downloaded group v0.13.0
10542026-06-26T18:53:35.970Z Downloaded atomicwrites v0.4.4
10552026-06-26T18:53:35.970Z Downloaded futures-executor v0.3.32
10562026-06-26T18:53:35.973Z Downloaded bcs v0.1.6
10572026-06-26T18:53:35.976Z Downloaded fixedbitset v0.5.7
10582026-06-26T18:53:35.979Z Downloaded fixedbitset v0.4.2
10592026-06-26T18:53:35.979Z Downloaded base64ct v1.8.3
10602026-06-26T18:53:35.982Z Downloaded darling_macro v0.21.3
10612026-06-26T18:53:35.985Z Downloaded float-ord v0.3.2
10622026-06-26T18:53:35.985Z Downloaded gethostname v0.5.0
10632026-06-26T18:53:35.988Z Downloaded ff v0.13.1
10642026-06-26T18:53:35.988Z Downloaded cpufeatures v0.3.0
10652026-06-26T18:53:35.991Z Downloaded equivalent v1.0.2
10662026-06-26T18:53:35.994Z Downloaded foreign-types-shared v0.3.1
10672026-06-26T18:53:35.994Z Downloaded dtrace-parser v0.3.0
10682026-06-26T18:53:35.997Z Downloaded data-encoding v2.11.0
10692026-06-26T18:53:35.997Z Downloaded convert_case v0.4.0
10702026-06-26T18:53:36.000Z Downloaded cfg-if v1.0.4
10712026-06-26T18:53:36.001Z Downloaded cstr-argument v0.1.2
10722026-06-26T18:53:36.005Z Downloaded fs-err v3.3.0
10732026-06-26T18:53:36.005Z Downloaded hostname v0.4.2
10742026-06-26T18:53:36.008Z Downloaded globset v0.4.18
10752026-06-26T18:53:36.008Z Downloaded derive_more v0.99.20
10762026-06-26T18:53:36.011Z Downloaded heck v0.5.0
10772026-06-26T18:53:36.014Z Downloaded git-stub v1.0.0
10782026-06-26T18:53:36.017Z Downloaded allocator-api2 v0.2.21
10792026-06-26T18:53:36.018Z Downloaded getrandom v0.4.2
10802026-06-26T18:53:36.021Z Downloaded futures-core v0.3.32
10812026-06-26T18:53:36.023Z Downloaded git-stub-vcs v0.1.0
10822026-06-26T18:53:36.027Z Downloaded darling_core v0.23.0
10832026-06-26T18:53:36.030Z Downloaded compression-core v0.4.32
10842026-06-26T18:53:36.034Z Downloaded hash32 v0.3.1
10852026-06-26T18:53:36.034Z Downloaded errno v0.3.14
10862026-06-26T18:53:36.037Z Downloaded curve25519-dalek-derive v0.1.1
10872026-06-26T18:53:36.038Z Downloaded crucible-workspace-hack v0.1.0
10882026-06-26T18:53:36.038Z Downloaded ciborium-io v0.2.2
10892026-06-26T18:53:36.041Z Downloaded block-buffer v0.12.0
10902026-06-26T18:53:36.041Z Downloaded dof v0.4.0
10912026-06-26T18:53:36.044Z Downloaded crypto-common v0.2.2
10922026-06-26T18:53:36.044Z Downloaded dtrace-parser v0.2.0
10932026-06-26T18:53:36.047Z Downloaded crunchy v0.2.4
10942026-06-26T18:53:36.047Z Downloaded foreign-types-macros v0.2.3
10952026-06-26T18:53:36.050Z Downloaded debug-ignore v1.0.5
10962026-06-26T18:53:36.050Z Downloaded hostname v0.3.1
10972026-06-26T18:53:36.053Z Downloaded futures-task v0.3.32
10982026-06-26T18:53:36.056Z Downloaded crypto-common v0.1.7
10992026-06-26T18:53:36.056Z Downloaded crc8 v0.1.1
11002026-06-26T18:53:36.059Z Downloaded foreign-types v0.5.0
11012026-06-26T18:53:36.059Z Downloaded futures-channel v0.3.32
11022026-06-26T18:53:36.062Z Downloaded find-msvc-tools v0.1.9
11032026-06-26T18:53:36.063Z Downloaded foreign-types v0.3.2
11042026-06-26T18:53:36.066Z Downloaded bitflags v1.3.2
11052026-06-26T18:53:36.072Z Downloaded daft v0.1.7
11062026-06-26T18:53:36.072Z Downloaded fxhash v0.2.1
11072026-06-26T18:53:36.075Z Downloaded dyn-clone v1.0.20
11082026-06-26T18:53:36.075Z Downloaded darling_macro v0.23.0
11092026-06-26T18:53:36.075Z Downloaded camino-tempfile v1.4.1
11102026-06-26T18:53:36.075Z Downloaded derive-ex v0.1.8
11112026-06-26T18:53:36.078Z Downloaded futures-macro v0.3.32
11122026-06-26T18:53:36.079Z Downloaded autocfg v1.5.1
11132026-06-26T18:53:36.081Z Downloaded defmt v0.3.100
11142026-06-26T18:53:36.084Z Downloaded const-random v0.1.18
11152026-06-26T18:53:36.085Z Downloaded block-buffer v0.10.4
11162026-06-26T18:53:36.088Z Downloaded hex v0.4.3
11172026-06-26T18:53:36.088Z Downloaded foreign-types-shared v0.1.1
11182026-06-26T18:53:36.091Z Downloaded defmt-parser v1.0.0
11192026-06-26T18:53:36.091Z Downloaded hubpack_derive v0.1.1
11202026-06-26T18:53:36.091Z Downloaded getrandom v0.2.17
11212026-06-26T18:53:36.094Z Downloaded hubpack v0.1.2
11222026-06-26T18:53:36.097Z Downloaded fs_extra v1.3.0
11232026-06-26T18:53:36.097Z Downloaded indent_write v2.2.0
11242026-06-26T18:53:36.100Z Downloaded idna_adapter v1.2.2
11252026-06-26T18:53:36.103Z Downloaded is_terminal_polyfill v1.70.2
11262026-06-26T18:53:36.103Z Downloaded ident_case v1.0.1
11272026-06-26T18:53:36.106Z Downloaded dof v0.3.0
11282026-06-26T18:53:36.106Z Downloaded digest v0.10.7
11292026-06-26T18:53:36.109Z Downloaded keccak v0.1.6
11302026-06-26T18:53:36.109Z Downloaded is-terminal v0.4.17
11312026-06-26T18:53:36.112Z Downloaded instant v0.1.13
11322026-06-26T18:53:36.113Z Downloaded itoa v1.0.18
11332026-06-26T18:53:36.116Z Downloaded inout v0.1.4
11342026-06-26T18:53:36.116Z Downloaded embedded-io v0.6.1
11352026-06-26T18:53:36.119Z Downloaded dunce v1.0.5
11362026-06-26T18:53:36.119Z Downloaded clap_lex v1.1.0
11372026-06-26T18:53:36.122Z Downloaded chacha20 v0.9.1
11382026-06-26T18:53:36.122Z Downloaded crossbeam-deque v0.8.6
11392026-06-26T18:53:36.126Z Downloaded http-body v1.0.1
11402026-06-26T18:53:36.126Z Downloaded critical-section v1.2.0
11412026-06-26T18:53:36.129Z Downloaded cmake v0.1.58
11422026-06-26T18:53:36.129Z Downloaded cipher v0.4.4
11432026-06-26T18:53:36.132Z Downloaded daft-derive v0.1.7
11442026-06-26T18:53:36.136Z Downloaded bs58 v0.5.1
11452026-06-26T18:53:36.136Z Downloaded const_format_proc_macros v0.2.34
11462026-06-26T18:53:36.139Z Downloaded cargo_toml v0.22.3
11472026-06-26T18:53:36.142Z Downloaded http-body-util v0.1.3
11482026-06-26T18:53:36.142Z Downloaded heck v0.4.1
11492026-06-26T18:53:36.145Z Downloaded macaddr v1.0.1
11502026-06-26T18:53:36.145Z Downloaded ciborium v0.2.2
11512026-06-26T18:53:36.149Z Downloaded libscf-sys v1.2.0
11522026-06-26T18:53:36.152Z Downloaded konst_macro_rules v0.2.19
11532026-06-26T18:53:36.152Z Downloaded defmt v1.1.0
11542026-06-26T18:53:36.156Z Downloaded crossbeam-epoch v0.9.18
11552026-06-26T18:53:36.156Z Downloaded lru-slab v0.1.2
11562026-06-26T18:53:36.159Z Downloaded newtype_derive v0.1.6
11572026-06-26T18:53:36.159Z Downloaded newtype-uuid-macros v0.1.0
11582026-06-26T18:53:36.162Z Downloaded memmap v0.7.0
11592026-06-26T18:53:36.162Z Downloaded lru-cache v0.1.2
11602026-06-26T18:53:36.165Z Downloaded hyper-rustls v0.27.9
11612026-06-26T18:53:36.165Z Downloaded natord v1.0.9
11622026-06-26T18:53:36.169Z Downloaded csv-core v0.1.13
11632026-06-26T18:53:36.169Z Downloaded linked-hash-map v0.5.6
11642026-06-26T18:53:36.172Z Downloaded highway v1.3.0
11652026-06-26T18:53:36.172Z Downloaded match_cfg v0.1.0
11662026-06-26T18:53:36.175Z Downloaded managed v0.8.0
11672026-06-26T18:53:36.175Z Downloaded erased-serde v0.3.31
11682026-06-26T18:53:36.180Z Downloaded glob v0.3.3
11692026-06-26T18:53:36.180Z Downloaded memoffset v0.9.1
11702026-06-26T18:53:36.183Z Downloaded is_ci v1.2.0
11712026-06-26T18:53:36.183Z Downloaded internet-checksum v0.2.1
11722026-06-26T18:53:36.183Z Downloaded num-derive v0.4.2
11732026-06-26T18:53:36.183Z Downloaded num-conv v0.2.2
11742026-06-26T18:53:36.186Z Downloaded ingot-types v0.1.2
11752026-06-26T18:53:36.186Z Downloaded no-std-compat v0.4.1
11762026-06-26T18:53:36.189Z Downloaded num v0.4.3
11772026-06-26T18:53:36.190Z Downloaded newline-converter v0.3.0
11782026-06-26T18:53:36.193Z Downloaded darling v0.21.3
11792026-06-26T18:53:36.196Z Downloaded ipnetwork v0.21.1
11802026-06-26T18:53:36.196Z Downloaded chacha20 v0.10.0
11812026-06-26T18:53:36.199Z Downloaded jobserver v0.1.34
11822026-06-26T18:53:36.199Z Downloaded fastrand v2.4.1
11832026-06-26T18:53:36.202Z Downloaded colored v3.1.1
11842026-06-26T18:53:36.205Z Downloaded console v0.15.11
11852026-06-26T18:53:36.208Z Downloaded num_threads v0.1.7
11862026-06-26T18:53:36.208Z Downloaded num_enum_derive v0.5.11
11872026-06-26T18:53:36.211Z Downloaded lazy_static v1.5.0
11882026-06-26T18:53:36.211Z Downloaded cancel-safe-futures v0.1.5
11892026-06-26T18:53:36.214Z Downloaded blake2 v0.10.6
11902026-06-26T18:53:36.217Z Downloaded openssl-probe v0.2.1
11912026-06-26T18:53:36.217Z Downloaded foldhash v0.1.5
11922026-06-26T18:53:36.220Z Downloaded openssl-macros v0.1.1
11932026-06-26T18:53:36.221Z Downloaded linear-map v1.2.0
11942026-06-26T18:53:36.221Z Downloaded libsw v3.5.0
11952026-06-26T18:53:36.223Z Downloaded base64 v0.22.1
11962026-06-26T18:53:36.227Z Downloaded opaque-debug v0.3.1
11972026-06-26T18:53:36.227Z Downloaded omicron-workspace-hack v0.1.0
11982026-06-26T18:53:36.231Z Downloaded olpc-cjson v0.1.4
11992026-06-26T18:53:36.231Z Downloaded multer v3.1.0
12002026-06-26T18:53:36.234Z Downloaded defmt-macros v1.1.0
12012026-06-26T18:53:36.234Z Downloaded percent-encoding v2.3.2
12022026-06-26T18:53:36.234Z Downloaded base64 v0.21.7
12032026-06-26T18:53:36.237Z Downloaded humantime v2.3.0
12042026-06-26T18:53:36.240Z Downloaded arc-swap v1.9.1
12052026-06-26T18:53:36.243Z Downloaded bitflags v2.12.1
12062026-06-26T18:53:36.246Z Downloaded mime v0.3.17
12072026-06-26T18:53:36.247Z Downloaded httparse v1.10.1
12082026-06-26T18:53:36.249Z Downloaded clap_derive v4.6.1
12092026-06-26T18:53:36.253Z Downloaded async-trait v0.1.89
12102026-06-26T18:53:36.253Z Downloaded newtype-uuid v1.3.2
12112026-06-26T18:53:36.259Z Downloaded num-rational v0.4.2
12122026-06-26T18:53:36.259Z Downloaded parse-display v0.10.0
12132026-06-26T18:53:36.259Z Downloaded darling_core v0.21.3
12142026-06-26T18:53:36.264Z Downloaded plain v0.2.3
12152026-06-26T18:53:36.266Z Downloaded cookie v0.18.1
12162026-06-26T18:53:36.269Z Downloaded const-oid v0.10.2
12172026-06-26T18:53:36.273Z Downloaded libsw-core v0.3.2
12182026-06-26T18:53:36.273Z Downloaded crossbeam-utils v0.8.21
12192026-06-26T18:53:36.276Z Downloaded num_enum v0.7.6
12202026-06-26T18:53:36.279Z Downloaded num_enum v0.5.11
12212026-06-26T18:53:36.282Z Downloaded phf_shared v0.12.1
12222026-06-26T18:53:36.282Z Downloaded num-complex v0.4.6
12232026-06-26T18:53:36.285Z Downloaded bytes v1.11.1
12242026-06-26T18:53:36.288Z Downloaded potential_utf v0.1.5
12252026-06-26T18:53:36.288Z Downloaded powerfmt v0.2.0
12262026-06-26T18:53:36.292Z Downloaded num-iter v0.1.45
12272026-06-26T18:53:36.292Z Downloaded pretty-hex v0.4.2
12282026-06-26T18:53:36.292Z Downloaded num-integer v0.1.46
12292026-06-26T18:53:36.295Z Downloaded progenitor-client v0.14.0
12302026-06-26T18:53:36.295Z Downloaded proc-macro-error-attr2 v2.0.0
12312026-06-26T18:53:36.298Z Downloaded clap v4.6.1
12322026-06-26T18:53:36.301Z Downloaded proc-macro-crate v3.5.0
12332026-06-26T18:53:36.304Z Downloaded pem v3.0.6
12342026-06-26T18:53:36.304Z Downloaded progenitor-client v0.10.0
12352026-06-26T18:53:36.307Z Downloaded parking_lot_core v0.8.6
12362026-06-26T18:53:36.307Z Downloaded oxnet v0.1.6
12372026-06-26T18:53:36.311Z Downloaded num_enum_derive v0.7.6
12382026-06-26T18:53:36.311Z Downloaded half v2.7.1
12392026-06-26T18:53:36.314Z Downloaded paste v1.0.15
12402026-06-26T18:53:36.317Z Downloaded lock_api v0.4.14
12412026-06-26T18:53:36.317Z Downloaded futures v0.3.32
12422026-06-26T18:53:36.320Z Downloaded progenitor-macro v0.10.0
12432026-06-26T18:53:36.323Z Downloaded dropshot_endpoint v0.17.1
12442026-06-26T18:53:36.327Z Downloaded rand_chacha v0.3.1
12452026-06-26T18:53:36.327Z Downloaded hybrid-array v0.4.12
12462026-06-26T18:53:36.330Z Downloaded iana-time-zone v0.1.65
12472026-06-26T18:53:36.330Z Downloaded progenitor-macro v0.13.0
12482026-06-26T18:53:36.330Z Downloaded heapless v0.8.0
12492026-06-26T18:53:36.333Z Downloaded memmap2 v0.9.10
12502026-06-26T18:53:36.336Z Downloaded phf v0.12.1
12512026-06-26T18:53:36.336Z Downloaded quick-error v1.2.3
12522026-06-26T18:53:36.339Z Downloaded ipnet v2.12.0
12532026-06-26T18:53:36.339Z Downloaded byte-wrapper v0.1.0
12542026-06-26T18:53:36.343Z Downloaded password-hash v0.5.0
12552026-06-26T18:53:36.343Z Downloaded pin-project-lite v0.2.17
12562026-06-26T18:53:36.346Z Downloaded parse-display-derive v0.10.0
12572026-06-26T18:53:36.349Z Downloaded oxide-tokio-rt v0.1.6
12582026-06-26T18:53:36.349Z Downloaded rand_xorshift v0.4.0
12592026-06-26T18:53:36.352Z Downloaded ingot-macros v0.1.1
12602026-06-26T18:53:36.352Z Downloaded pkg-config v0.3.33
12612026-06-26T18:53:36.355Z Downloaded proc-macro-error-attr v1.0.4
12622026-06-26T18:53:36.355Z Downloaded poly1305 v0.8.0
12632026-06-26T18:53:36.358Z Downloaded chacha20poly1305 v0.10.1
12642026-06-26T18:53:36.358Z Downloaded camino v1.2.2
12652026-06-26T18:53:36.364Z Downloaded rustc-hash v2.1.2
12662026-06-26T18:53:36.364Z Downloaded ref-cast-impl v1.0.25
12672026-06-26T18:53:36.367Z Downloaded ref-cast v1.0.25
12682026-06-26T18:53:36.367Z Downloaded crc32fast v1.5.0
12692026-06-26T18:53:36.367Z Downloaded digest v0.11.3
12702026-06-26T18:53:36.370Z Downloaded deranged v0.5.8
12712026-06-26T18:53:36.370Z Downloaded rustc_version v0.1.7
12722026-06-26T18:53:36.370Z Downloaded rustc_version v0.4.1
12732026-06-26T18:53:36.373Z Downloaded icu_provider v2.2.0
12742026-06-26T18:53:36.376Z Downloaded console v0.16.3
12752026-06-26T18:53:36.376Z Downloaded async-compression v0.4.42
12762026-06-26T18:53:36.380Z Downloaded ingot v0.1.1
12772026-06-26T18:53:36.384Z Downloaded anyhow v1.0.102
12782026-06-26T18:53:36.384Z Downloaded proc-macro-error v1.0.4
12792026-06-26T18:53:36.387Z Downloaded progenitor v0.13.0
12802026-06-26T18:53:36.387Z Downloaded progenitor v0.10.0
12812026-06-26T18:53:36.390Z Downloaded proc-macro-error2 v2.0.1
12822026-06-26T18:53:36.393Z Downloaded proc-macro-crate v1.3.1
12832026-06-26T18:53:36.393Z Downloaded same-file v1.0.6
12842026-06-26T18:53:36.393Z Downloaded drift v0.2.0
12852026-06-26T18:53:36.399Z Downloaded parking_lot_core v0.9.12
12862026-06-26T18:53:36.402Z Downloaded progenitor-extras v0.2.0
12872026-06-26T18:53:36.408Z Downloaded indexmap v1.9.3
12882026-06-26T18:53:36.411Z Downloaded progenitor-macro v0.14.0
12892026-06-26T18:53:36.411Z Downloaded once_cell v1.21.4
12902026-06-26T18:53:36.411Z Downloaded progenitor-client v0.13.0
12912026-06-26T18:53:36.411Z Downloaded pin-project-internal v1.1.13
12922026-06-26T18:53:36.412Z Downloaded scroll_derive v0.12.1
12932026-06-26T18:53:36.412Z Downloaded progenitor v0.14.0
12942026-06-26T18:53:36.415Z Downloaded num-traits v0.2.19
12952026-06-26T18:53:36.415Z Downloaded scroll_derive v0.13.1
12962026-06-26T18:53:36.418Z Downloaded icu_locale_core v2.2.0
12972026-06-26T18:53:36.421Z Downloaded scopeguard v1.2.0
12982026-06-26T18:53:36.421Z Downloaded rand_chacha v0.9.0
12992026-06-26T18:53:36.424Z Downloaded parking_lot v0.12.5
13002026-06-26T18:53:36.424Z Downloaded elliptic-curve v0.13.8
13012026-06-26T18:53:36.430Z Downloaded serde-big-array v0.5.1
13022026-06-26T18:53:36.430Z Downloaded semver v0.1.20
13032026-06-26T18:53:36.433Z Downloaded icu_normalizer_data v2.2.0
13042026-06-26T18:53:36.433Z Downloaded owo-colors v4.3.0
13052026-06-26T18:53:36.436Z Downloaded rand_core v0.9.5
13062026-06-26T18:53:36.436Z Downloaded rand_core v0.6.4
13072026-06-26T18:53:36.440Z Downloaded serde_plain v1.0.2
13082026-06-26T18:53:36.440Z Downloaded const_format v0.2.36
13092026-06-26T18:53:36.443Z Downloaded serde_spanned v0.6.9
13102026-06-26T18:53:36.443Z Downloaded serde_urlencoded v0.7.1
13112026-06-26T18:53:36.446Z Downloaded serde_repr v0.1.20
13122026-06-26T18:53:36.446Z Downloaded ppv-lite86 v0.2.21
13132026-06-26T18:53:36.449Z Downloaded backon v1.6.0
13142026-06-26T18:53:36.449Z Downloaded byteorder v1.5.0
13152026-06-26T18:53:36.452Z Downloaded papergrid v0.11.0
13162026-06-26T18:53:36.455Z Downloaded pest_generator v2.8.6
13172026-06-26T18:53:36.455Z Downloaded log v0.4.32
13182026-06-26T18:53:36.463Z Downloaded crossbeam-channel v0.5.15
13192026-06-26T18:53:36.466Z Downloaded sha1 v0.11.0
13202026-06-26T18:53:36.466Z Downloaded serde_spanned v1.1.1
13212026-06-26T18:53:36.466Z Downloaded compression-codecs v0.4.38
13222026-06-26T18:53:36.466Z Downloaded siphasher v1.0.3
13232026-06-26T18:53:36.467Z Downloaded indicatif v0.18.4
13242026-06-26T18:53:36.471Z Downloaded derive-where v1.6.1
13252026-06-26T18:53:36.475Z Downloaded rusty-fork v0.3.1
13262026-06-26T18:53:36.475Z Downloaded getrandom v0.3.4
13272026-06-26T18:53:36.478Z Downloaded rustversion v1.0.22
13282026-06-26T18:53:36.478Z Downloaded icu_collections v2.2.0
13292026-06-26T18:53:36.481Z Downloaded crypto-bigint v0.5.5
13302026-06-26T18:53:36.484Z Downloaded sigpipe v0.1.3
13312026-06-26T18:53:36.487Z Downloaded slog-envlogger v2.2.0
13322026-06-26T18:53:36.487Z Downloaded jiff-static v0.2.28
13332026-06-26T18:53:36.490Z Downloaded cc v1.2.63
13342026-06-26T18:53:36.494Z Downloaded slog-bunyan v2.5.0
13352026-06-26T18:53:36.494Z Downloaded quote v1.0.45
13362026-06-26T18:53:36.494Z Downloaded secrecy v0.10.3
13372026-06-26T18:53:36.497Z Downloaded scroll v0.13.0
13382026-06-26T18:53:36.497Z Downloaded rustls-pemfile v2.2.0
13392026-06-26T18:53:36.501Z Downloaded konst v0.2.20
13402026-06-26T18:53:36.501Z Downloaded rustls-native-certs v0.8.4
13412026-06-26T18:53:36.504Z Downloaded quinn-udp v0.5.14
13422026-06-26T18:53:36.504Z Downloaded icu_normalizer v2.2.0
13432026-06-26T18:53:36.507Z Downloaded sha1 v0.10.6
13442026-06-26T18:53:36.507Z Downloaded bytecount v0.6.9
13452026-06-26T18:53:36.511Z Downloaded form_urlencoded v1.2.2
13462026-06-26T18:53:36.511Z Downloaded fnv v1.0.7
13472026-06-26T18:53:36.511Z Downloaded postcard v1.1.3
13482026-06-26T18:53:36.514Z Downloaded httpdate v1.0.3
13492026-06-26T18:53:36.514Z Downloaded const-random-macro v0.1.16
13502026-06-26T18:53:36.514Z Downloaded rhai_codegen v3.2.0
13512026-06-26T18:53:36.518Z Downloaded serde_derive_internals v0.29.1
13522026-06-26T18:53:36.521Z Downloaded schemars_derive v0.8.22
13532026-06-26T18:53:36.521Z Downloaded resolv-conf v0.7.6
13542026-06-26T18:53:36.524Z Downloaded spin v0.5.2
13552026-06-26T18:53:36.524Z Downloaded flate2 v1.1.9
13562026-06-26T18:53:36.527Z Downloaded strsim v0.11.1
13572026-06-26T18:53:36.527Z Downloaded scroll v0.12.0
13582026-06-26T18:53:36.530Z Downloaded displaydoc v0.2.6
13592026-06-26T18:53:36.530Z Downloaded parking_lot v0.11.2
13602026-06-26T18:53:36.533Z Downloaded dropshot-api-manager v0.7.2
13612026-06-26T18:53:36.536Z Downloaded papergrid v0.18.0
13622026-06-26T18:53:36.539Z Downloaded stable_deref_trait v1.2.1
13632026-06-26T18:53:36.539Z Downloaded serde_tokenstream v0.2.3
13642026-06-26T18:53:36.542Z Downloaded serde_path_to_error v0.1.20
13652026-06-26T18:53:36.542Z Downloaded pest_derive v2.8.6
13662026-06-26T18:53:36.542Z Downloaded strum v0.27.2
13672026-06-26T18:53:36.546Z Downloaded swrite v0.1.0
13682026-06-26T18:53:36.546Z Downloaded subtle v2.6.1
13692026-06-26T18:53:36.546Z Downloaded strum v0.26.3
13702026-06-26T18:53:36.546Z Downloaded structmeta v0.3.0
13712026-06-26T18:53:36.549Z Downloaded icu_properties v2.2.0
13722026-06-26T18:53:36.549Z Downloaded rand_core v0.10.1
13732026-06-26T18:53:36.552Z Downloaded litemap v0.8.2
13742026-06-26T18:53:36.552Z Downloaded futures-sink v0.3.32
13752026-06-26T18:53:36.552Z Downloaded sha2 v0.10.9
13762026-06-26T18:53:36.556Z Downloaded supports-color v3.0.2
13772026-06-26T18:53:36.556Z Downloaded shlex v2.0.1
13782026-06-26T18:53:36.559Z Downloaded sync_wrapper v1.0.2
13792026-06-26T18:53:36.559Z Downloaded simd-adler32 v0.3.9
13802026-06-26T18:53:36.559Z Downloaded pest_meta v2.8.6
13812026-06-26T18:53:36.562Z Downloaded ciborium-ll v0.2.2
13822026-06-26T18:53:36.562Z Downloaded foldhash v0.2.0
13832026-06-26T18:53:36.562Z Downloaded tabled_derive v0.11.0
13842026-06-26T18:53:36.565Z Downloaded tabled_derive v0.7.0
13852026-06-26T18:53:36.565Z Downloaded slog-json v2.6.1
13862026-06-26T18:53:36.565Z Downloaded slog-async v2.8.0
13872026-06-26T18:53:36.568Z Downloaded hickory-resolver v0.24.4
13882026-06-26T18:53:36.571Z Downloaded either v1.16.0
13892026-06-26T18:53:36.571Z Downloaded semver v1.0.28
13902026-06-26T18:53:36.574Z Downloaded slog-term v2.9.2
13912026-06-26T18:53:36.574Z Downloaded cobs v0.3.0
13922026-06-26T18:53:36.574Z Downloaded termtree v0.5.1
13932026-06-26T18:53:36.577Z Downloaded tabwriter v1.4.1
13942026-06-26T18:53:36.577Z Downloaded slog-dtrace v0.3.0
13952026-06-26T18:53:36.577Z Downloaded slab v0.4.12
13962026-06-26T18:53:36.580Z Downloaded pin-project v1.1.13
13972026-06-26T18:53:36.584Z Downloaded thread-id v4.2.2
13982026-06-26T18:53:36.589Z Downloaded smf v0.2.3
13992026-06-26T18:53:36.589Z Downloaded take_mut v0.2.2
14002026-06-26T18:53:36.589Z Downloaded tagptr v0.2.0
14012026-06-26T18:53:36.592Z Downloaded progenitor-impl v0.14.0
14022026-06-26T18:53:36.592Z Downloaded smartstring v1.0.1
14032026-06-26T18:53:36.592Z Downloaded rustls-pki-types v1.14.1
14042026-06-26T18:53:36.595Z Downloaded colorchoice v1.0.5
14052026-06-26T18:53:36.595Z Downloaded testing_table v0.3.0
14062026-06-26T18:53:36.595Z Downloaded cpufeatures v0.2.17
14072026-06-26T18:53:36.598Z Downloaded bit-vec v0.8.0
14082026-06-26T18:53:36.598Z Downloaded thread-id v5.1.0
14092026-06-26T18:53:36.598Z Downloaded anstyle-parse v1.0.0
14102026-06-26T18:53:36.601Z Downloaded progenitor-impl v0.10.0
14112026-06-26T18:53:36.601Z Downloaded generic-array v0.14.7
14122026-06-26T18:53:36.605Z Downloaded static_assertions v1.1.0
14132026-06-26T18:53:36.605Z Downloaded serde_with_macros v3.20.0
14142026-06-26T18:53:36.605Z Downloaded base16ct v1.0.0
14152026-06-26T18:53:36.608Z Downloaded smawk v0.3.2
14162026-06-26T18:53:36.608Z Downloaded slog-stdlog v4.1.1
14172026-06-26T18:53:36.611Z Downloaded time-core v0.1.8
14182026-06-26T18:53:36.611Z Downloaded slog-scope v4.4.1
14192026-06-26T18:53:36.611Z Downloaded backoff v0.4.0
14202026-06-26T18:53:36.614Z Downloaded enum-as-inner v0.6.1
14212026-06-26T18:53:36.615Z Downloaded thiserror-impl-no-std v2.0.2
14222026-06-26T18:53:36.615Z Downloaded cfg_aliases v0.2.1
14232026-06-26T18:53:36.618Z Downloaded bit-set v0.8.0
14242026-06-26T18:53:36.618Z Downloaded ahash v0.8.12
14252026-06-26T18:53:36.621Z Downloaded strum_macros v0.27.2
14262026-06-26T18:53:36.621Z Downloaded snafu-derive v0.8.9
14272026-06-26T18:53:36.624Z Downloaded async-recursion v1.1.1
14282026-06-26T18:53:36.624Z Downloaded adler2 v2.0.1
14292026-06-26T18:53:36.627Z Downloaded structmeta-derive v0.3.0
14302026-06-26T18:53:36.630Z Downloaded tokio-macros v2.7.0
14312026-06-26T18:53:36.630Z Downloaded indexmap v2.14.0
14322026-06-26T18:53:36.635Z Downloaded hyper-util v0.1.20
14332026-06-26T18:53:36.639Z Downloaded hashbrown v0.12.3
14342026-06-26T18:53:36.642Z Downloaded synstructure v0.13.2
14352026-06-26T18:53:36.645Z Downloaded strum_macros v0.26.4
14362026-06-26T18:53:36.648Z Downloaded terminal_size v0.4.4
14372026-06-26T18:53:36.648Z Downloaded smallvec v1.15.1
14382026-06-26T18:53:36.652Z Downloaded toml_datetime v0.6.11
14392026-06-26T18:53:36.663Z Downloaded proc-macro2 v1.0.106
14402026-06-26T18:53:36.668Z Downloaded prettyplease v0.2.37
14412026-06-26T18:53:36.671Z Downloaded signal-hook-registry v1.4.8
14422026-06-26T18:53:36.671Z Downloaded ryu v1.0.23
14432026-06-26T18:53:36.674Z Downloaded tower-service v0.3.3
14442026-06-26T18:53:36.677Z Downloaded thiserror-impl v1.0.69
14452026-06-26T18:53:36.677Z Downloaded tower-layer v0.3.3
14462026-06-26T18:53:36.681Z Downloaded toml_write v0.1.2
14472026-06-26T18:53:36.681Z Downloaded typeid v1.0.3
14482026-06-26T18:53:36.684Z Downloaded typify-macro v0.6.2
14492026-06-26T18:53:36.684Z Downloaded hickory-resolver v0.25.2
14502026-06-26T18:53:36.684Z Downloaded thiserror v2.0.18
14512026-06-26T18:53:36.687Z Downloaded thiserror v1.0.69
14522026-06-26T18:53:36.690Z Downloaded mio v1.2.1
14532026-06-26T18:53:36.694Z Downloaded progenitor-impl v0.13.0
14542026-06-26T18:53:36.697Z Downloaded aho-corasick v1.1.4
14552026-06-26T18:53:36.700Z Downloaded time-macros v0.2.27
14562026-06-26T18:53:36.703Z Downloaded try-lock v0.2.5
14572026-06-26T18:53:36.703Z Downloaded thread_local v1.1.9
14582026-06-26T18:53:36.703Z Downloaded thiserror-no-std v2.0.2
14592026-06-26T18:53:36.706Z Downloaded typify-macro v0.4.3
14602026-06-26T18:53:36.709Z Downloaded openssl-sys v0.9.116
14612026-06-26T18:53:36.712Z Downloaded similar v2.7.0
14622026-06-26T18:53:36.715Z Downloaded serde_derive v1.0.228
14632026-06-26T18:53:36.718Z Downloaded slog v2.8.2
14642026-06-26T18:53:36.719Z Downloaded universal-hash v0.5.1
14652026-06-26T18:53:36.722Z Downloaded unarray v0.1.4
14662026-06-26T18:53:36.722Z Downloaded unicode-linebreak v0.1.5
14672026-06-26T18:53:36.722Z Downloaded tokio-dtrace v0.1.1
14682026-06-26T18:53:36.722Z Downloaded tinyvec_macros v0.1.1
14692026-06-26T18:53:36.722Z Downloaded spin v0.9.8
14702026-06-26T18:53:36.725Z Downloaded minimal-lexical v0.2.1
14712026-06-26T18:53:36.728Z Downloaded schemars v0.9.0
14722026-06-26T18:53:36.733Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14732026-06-26T18:53:36.736Z Downloaded tokio-tungstenite v0.21.0
14742026-06-26T18:53:36.736Z Downloaded usdt-attr-macro v0.5.0
14752026-06-26T18:53:36.736Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14762026-06-26T18:53:36.739Z Downloaded serde_yaml v0.9.34+deprecated
14772026-06-26T18:53:36.739Z Downloaded utf8_iter v1.0.4
14782026-06-26T18:53:36.742Z Downloaded usdt-attr-macro v0.6.0
14792026-06-26T18:53:36.742Z Downloaded utf-8 v0.7.6
14802026-06-26T18:53:36.742Z Downloaded unit-prefix v0.5.2
14812026-06-26T18:53:36.742Z Downloaded unicode-xid v0.2.6
14822026-06-26T18:53:36.745Z Downloaded serde_core v1.0.228
14832026-06-26T18:53:36.745Z Downloaded usdt v0.6.0
14842026-06-26T18:53:36.745Z Downloaded untrusted v0.7.1
14852026-06-26T18:53:36.748Z Downloaded tempfile v3.27.0
14862026-06-26T18:53:36.748Z Downloaded usdt-macro v0.6.0
14872026-06-26T18:53:36.748Z Downloaded usdt-macro v0.5.0
14882026-06-26T18:53:36.749Z Downloaded usdt v0.5.0
14892026-06-26T18:53:36.751Z Downloaded schemars v0.8.22
14902026-06-26T18:53:36.755Z Downloaded rayon-core v1.13.0
14912026-06-26T18:53:36.759Z Downloaded term v1.2.1
14922026-06-26T18:53:36.762Z Downloaded socket2 v0.6.4
14932026-06-26T18:53:36.762Z Downloaded wait-timeout v0.2.1
14942026-06-26T18:53:36.762Z Downloaded rustls-platform-verifier v0.7.0
14952026-06-26T18:53:36.766Z Downloaded toml_writer v1.1.1+spec-1.1.0
14962026-06-26T18:53:36.766Z Downloaded utf8parse v0.2.2
14972026-06-26T18:53:36.769Z Downloaded untrusted v0.9.0
14982026-06-26T18:53:36.769Z Downloaded want v0.3.1
14992026-06-26T18:53:36.769Z Downloaded waitgroup v0.1.2
15002026-06-26T18:53:36.769Z Downloaded thiserror-impl v2.0.18
15012026-06-26T18:53:36.769Z Downloaded nom v7.1.3
15022026-06-26T18:53:36.772Z Downloaded version_check v0.9.5
15032026-06-26T18:53:36.775Z Downloaded thin-vec v0.2.18
15042026-06-26T18:53:36.775Z Downloaded memchr v2.8.1
15052026-06-26T18:53:36.778Z Downloaded http v1.4.1
15062026-06-26T18:53:36.781Z Downloaded quinn v0.11.9
15072026-06-26T18:53:36.781Z Downloaded tiny-keccak v2.0.2
15082026-06-26T18:53:36.784Z Downloaded qorb v0.4.1
15092026-06-26T18:53:36.785Z Downloaded tinystr v0.8.3
15102026-06-26T18:53:36.788Z Downloaded expectorate v1.2.0
15112026-06-26T18:53:36.791Z Downloaded hashbrown v0.15.5
15122026-06-26T18:53:36.800Z Downloaded tokio-stream v0.1.18
15132026-06-26T18:53:36.805Z Downloaded yoke-derive v0.8.2
15142026-06-26T18:53:36.834Z Downloaded rand v0.8.6
15152026-06-26T18:53:36.834Z Downloaded itertools v0.12.1
15162026-06-26T18:53:36.834Z Downloaded usdt-impl v0.6.0
15172026-06-26T18:53:36.834Z Downloaded tokio-rustls v0.26.4
15182026-06-26T18:53:36.834Z Downloaded usdt-impl v0.5.0
15192026-06-26T18:53:36.834Z Downloaded toml v0.8.23
15202026-06-26T18:53:36.834Z Downloaded zerofrom v0.1.8
15212026-06-26T18:53:36.834Z Downloaded zerofrom-derive v0.1.7
15222026-06-26T18:53:36.834Z Downloaded serde v1.0.228
15232026-06-26T18:53:36.834Z Downloaded miniz_oxide v0.8.9
15242026-06-26T18:53:36.834Z Downloaded test-strategy v0.4.5
15252026-06-26T18:53:36.834Z Downloaded rustls-webpki v0.103.13
15262026-06-26T18:53:36.834Z Downloaded snafu v0.8.9
15272026-06-26T18:53:36.839Z Downloaded zeroize_derive v1.4.3
15282026-06-26T18:53:36.839Z Downloaded tracing-attributes v0.1.31
15292026-06-26T18:53:36.839Z Downloaded toml_parser v1.1.2+spec-1.1.0
15302026-06-26T18:53:36.839Z Downloaded zone v0.3.1
15312026-06-26T18:53:36.842Z Downloaded textwrap v0.16.2
15322026-06-26T18:53:36.842Z Downloaded zone_cfg_derive v0.3.1
15332026-06-26T18:53:36.845Z Downloaded vsss-rs v3.3.4
15342026-06-26T18:53:36.848Z Downloaded walkdir v2.5.0
15352026-06-26T18:53:36.853Z Downloaded tinyvec v1.11.0
15362026-06-26T18:53:36.857Z Downloaded rand v0.10.1
15372026-06-26T18:53:36.861Z Downloaded schemars v1.2.1
15382026-06-26T18:53:36.866Z Downloaded ucd-trie v0.1.7
15392026-06-26T18:53:36.869Z Downloaded rand v0.9.4
15402026-06-26T18:53:36.875Z Downloaded whoami v1.6.1
15412026-06-26T18:53:36.879Z Downloaded clap_builder v4.6.0
15422026-06-26T18:53:36.883Z Downloaded xz2 v0.1.7
15432026-06-26T18:53:36.883Z Downloaded toml v1.1.2+spec-1.1.0
15442026-06-26T18:53:36.886Z Downloaded toml v0.9.12+spec-1.1.0
15452026-06-26T18:53:36.889Z Downloaded idna v1.1.0
15462026-06-26T18:53:36.895Z Downloaded zerovec-derive v0.11.3
15472026-06-26T18:53:36.899Z Downloaded zeroize v1.8.2
15482026-06-26T18:53:36.908Z Downloaded hashbrown v0.16.1
15492026-06-26T18:53:36.913Z Downloaded zmij v1.0.21
15502026-06-26T18:53:36.916Z Downloaded unicode-ident v1.0.24
15512026-06-26T18:53:36.916Z Downloaded tungstenite v0.21.0
15522026-06-26T18:53:36.923Z Downloaded pest v2.8.6
15532026-06-26T18:53:36.926Z Downloaded typify v0.6.2
15542026-06-26T18:53:36.929Z Downloaded tracing-core v0.1.36
15552026-06-26T18:53:36.932Z Downloaded toml_edit v0.22.27
15562026-06-26T18:53:36.936Z Downloaded icu_properties_data v2.2.0
15572026-06-26T18:53:36.940Z Downloaded writeable v0.6.3
15582026-06-26T18:53:36.944Z Downloaded itertools v0.14.0
15592026-06-26T18:53:36.948Z Downloaded nom v8.0.0
15602026-06-26T18:53:36.951Z Downloaded hyper v1.10.1
15612026-06-26T18:53:36.955Z Downloaded zerocopy-derive v0.7.35
15622026-06-26T18:53:36.975Z Downloaded yoke v0.8.3
15632026-06-26T18:53:36.980Z Downloaded ron v0.12.1
15642026-06-26T18:53:36.985Z Downloaded typify v0.4.3
15652026-06-26T18:53:36.988Z Downloaded steno v0.4.1
15662026-06-26T18:53:36.991Z Downloaded hkdf v0.12.4
15672026-06-26T18:53:37.002Z Downloaded h2 v0.4.14
15682026-06-26T18:53:37.006Z Downloaded unsafe-libyaml v0.2.11
15692026-06-26T18:53:37.009Z Downloaded hashbrown v0.17.1
15702026-06-26T18:53:37.015Z Downloaded futures-util v0.3.32
15712026-06-26T18:53:37.018Z Downloaded uuid v1.23.2
15722026-06-26T18:53:37.021Z Downloaded toml_edit v0.25.12+spec-1.1.0
15732026-06-26T18:53:37.044Z Downloaded toml_edit v0.19.15
15742026-06-26T18:53:37.054Z Downloaded url v2.5.8
15752026-06-26T18:53:37.058Z Downloaded regex v1.12.3
15762026-06-26T18:53:37.061Z Downloaded goblin v0.8.2
15772026-06-26T18:53:37.063Z Downloaded reqwest v0.13.4
15782026-06-26T18:53:37.067Z Downloaded reqwest v0.12.28
15792026-06-26T18:53:37.073Z Downloaded zerocopy-derive v0.8.50
15802026-06-26T18:53:37.078Z Downloaded iddqd v0.4.2
15812026-06-26T18:53:37.084Z Downloaded zerotrie v0.2.4
15822026-06-26T18:53:37.098Z Downloaded libm v0.2.16
15832026-06-26T18:53:37.104Z Downloaded rayon v1.12.0
15842026-06-26T18:53:37.111Z Downloaded aws-lc-rs v1.17.0
15852026-06-26T18:53:37.120Z Downloaded typed-path v0.9.3
15862026-06-26T18:53:37.125Z Downloaded chrono v0.4.45
15872026-06-26T18:53:37.135Z Downloaded unicode-segmentation v1.13.3
15882026-06-26T18:53:37.147Z Downloaded tough v0.22.0
15892026-06-26T18:53:37.152Z Downloaded portable-atomic v1.13.1
15902026-06-26T18:53:37.157Z Downloaded tower v0.5.3
15912026-06-26T18:53:37.169Z Downloaded typenum v1.20.1
15922026-06-26T18:53:37.173Z Downloaded unicode-normalization v0.1.25
15932026-06-26T18:53:37.176Z Downloaded goblin v0.10.7
15942026-06-26T18:53:37.180Z Downloaded tokio-util v0.7.18
15952026-06-26T18:53:37.184Z Downloaded serde_json v1.0.150
15962026-06-26T18:53:37.191Z Downloaded zerovec v0.11.6
15972026-06-26T18:53:37.218Z Downloaded moka v0.12.15
15982026-06-26T18:53:37.222Z Downloaded serde_with v3.20.0
15992026-06-26T18:53:37.232Z Downloaded proptest v1.11.0
16002026-06-26T18:53:37.256Z Downloaded quinn-proto v0.11.14
16012026-06-26T18:53:37.268Z Downloaded zerocopy v0.7.35
16022026-06-26T18:53:37.291Z Downloaded winnow v0.5.40
16032026-06-26T18:53:37.297Z Downloaded winnow v1.0.3
16042026-06-26T18:53:37.304Z Downloaded winnow v0.7.15
16052026-06-26T18:53:37.307Z Downloaded tower-http v0.6.11
16062026-06-26T18:53:37.311Z Downloaded tabled v0.15.0
16072026-06-26T18:53:37.335Z Downloaded tabled v0.21.0
16082026-06-26T18:53:37.345Z Downloaded openssl v0.10.80
16092026-06-26T18:53:37.350Z Downloaded syn v1.0.109
16102026-06-26T18:53:37.358Z Downloaded curve25519-dalek v4.1.3
16112026-06-26T18:53:37.370Z Downloaded vcpkg v0.2.15
16122026-06-26T18:53:37.393Z Downloaded webpki-roots v1.0.7
16132026-06-26T18:53:37.396Z Downloaded bstr v1.12.1
16142026-06-26T18:53:37.400Z Downloaded time v0.3.47
16152026-06-26T18:53:37.415Z Downloaded dropshot v0.17.1
16162026-06-26T18:53:37.428Z Downloaded nix v0.31.3
16172026-06-26T18:53:37.434Z Downloaded syn v2.0.117
16182026-06-26T18:53:37.440Z Downloaded hickory-proto v0.24.4
16192026-06-26T18:53:37.449Z Downloaded regress v0.10.5
16202026-06-26T18:53:37.454Z Downloaded unicode-width v0.2.2
16212026-06-26T18:53:37.457Z Downloaded hickory-proto v0.25.2
16222026-06-26T18:53:37.466Z Downloaded smoltcp v0.11.0
16232026-06-26T18:53:37.473Z Downloaded unicode-width v0.1.14
16242026-06-26T18:53:37.477Z Downloaded rhai v1.25.1
16252026-06-26T18:53:37.483Z Downloaded zerocopy v0.8.50
16262026-06-26T18:53:37.495Z Downloaded regex-syntax v0.8.10
16272026-06-26T18:53:37.499Z Downloaded rustls v0.23.40
16282026-06-26T18:53:37.506Z Downloaded regress v0.11.1
16292026-06-26T18:53:37.510Z Downloaded rustix v0.38.44
16302026-06-26T18:53:37.524Z Downloaded openapiv3 v2.2.0
16312026-06-26T18:53:37.540Z Downloaded rustix v1.1.4
16322026-06-26T18:53:37.552Z Downloaded tracing v0.1.44
16332026-06-26T18:53:37.565Z Downloaded sled v0.34.7
16342026-06-26T18:53:37.602Z Downloaded regex-automata v0.4.14
16352026-06-26T18:53:37.611Z Downloaded typify-impl v0.6.2
16362026-06-26T18:53:37.618Z Downloaded typify-impl v0.4.3
16372026-06-26T18:53:37.637Z Downloaded jiff v0.2.28
16382026-06-26T18:53:37.655Z Downloaded libc v0.2.186
16392026-06-26T18:53:37.720Z Downloaded petgraph v0.6.5
16402026-06-26T18:53:37.731Z Downloaded lzma-sys v0.1.20
16412026-06-26T18:53:37.748Z Downloaded chrono-tz v0.10.4
16422026-06-26T18:53:37.759Z Downloaded petgraph v0.8.3
16432026-06-26T18:53:37.782Z Downloaded encoding_rs v0.8.35
16442026-06-26T18:53:37.795Z Downloaded sha3 v0.10.9
16452026-06-26T18:53:37.798Z Downloaded tokio v1.52.3
16462026-06-26T18:53:37.820Z Downloaded csv v1.4.0
16472026-06-26T18:53:37.832Z Downloaded ring v0.17.14
16482026-06-26T18:53:38.528Z Downloaded aws-lc-sys v0.41.0
16492026-06-26T18:53:38.879Z Compiling proc-macro2 v1.0.106
16502026-06-26T18:53:38.879Z Compiling quote v1.0.45
16512026-06-26T18:53:38.879Z Compiling unicode-ident v1.0.24
16522026-06-26T18:53:38.883Z Compiling serde_core v1.0.228
16532026-06-26T18:53:38.883Z Compiling serde v1.0.228
16542026-06-26T18:53:38.883Z Compiling libc v0.2.186
16552026-06-26T18:53:38.883Z Compiling cfg-if v1.0.4
16562026-06-26T18:53:39.201Z Compiling zmij v1.0.21
16572026-06-26T18:53:39.240Z Compiling autocfg v1.5.1
16582026-06-26T18:53:39.600Z Compiling memchr v2.8.1
16592026-06-26T18:53:39.657Z Compiling libm v0.2.16
16602026-06-26T18:53:39.956Z Compiling itoa v1.0.18
16612026-06-26T18:53:39.996Z Compiling icu_properties_data v2.2.0
16622026-06-26T18:53:40.197Z Compiling icu_normalizer_data v2.2.0
16632026-06-26T18:53:40.251Z Compiling version_check v0.9.5
16642026-06-26T18:53:40.290Z Compiling stable_deref_trait v1.2.1
16652026-06-26T18:53:40.407Z Compiling serde_json v1.0.150
16662026-06-26T18:53:40.423Z Compiling syn v2.0.117
16672026-06-26T18:53:40.476Z Compiling litemap v0.8.2
16682026-06-26T18:53:40.511Z Compiling parking_lot_core v0.9.12
16692026-06-26T18:53:40.673Z Compiling writeable v0.6.3
16702026-06-26T18:53:40.713Z Compiling num-traits v0.2.19
16712026-06-26T18:53:40.741Z Compiling utf8_iter v1.0.4
16722026-06-26T18:53:40.839Z Compiling percent-encoding v2.3.2
16732026-06-26T18:53:41.089Z Compiling thiserror v2.0.18
16742026-06-26T18:53:41.111Z Compiling form_urlencoded v1.2.2
16752026-06-26T18:53:41.135Z Compiling rand_core v0.10.1
16762026-06-26T18:53:41.151Z Compiling getrandom v0.4.2
16772026-06-26T18:53:41.395Z Compiling zerocopy v0.8.50
16782026-06-26T18:53:41.425Z Compiling errno v0.3.14
16792026-06-26T18:53:41.496Z Compiling iana-time-zone v0.1.65
16802026-06-26T18:53:41.550Z Compiling heck v0.5.0
16812026-06-26T18:53:41.837Z Compiling uuid v1.23.2
16822026-06-26T18:53:41.854Z Compiling jobserver v0.1.34
16832026-06-26T18:53:42.076Z Compiling shlex v2.0.1
16842026-06-26T18:53:42.185Z Compiling find-msvc-tools v0.1.9
16852026-06-26T18:53:42.272Z Compiling rustversion v1.0.22
16862026-06-26T18:53:42.432Z Compiling cc v1.2.63
16872026-06-26T18:53:42.500Z Compiling semver v1.0.28
16882026-06-26T18:53:42.565Z Compiling dyn-clone v1.0.20
16892026-06-26T18:53:42.706Z Compiling schemars v0.8.22
16902026-06-26T18:53:42.724Z Compiling pin-project-lite v0.2.17
16912026-06-26T18:53:42.830Z Compiling getrandom v0.2.17
16922026-06-26T18:53:43.005Z Compiling scopeguard v1.2.0
16932026-06-26T18:53:43.060Z Compiling bitflags v2.12.1
16942026-06-26T18:53:43.138Z Compiling lock_api v0.4.14
16952026-06-26T18:53:43.211Z Compiling socket2 v0.6.4
16962026-06-26T18:53:43.305Z Compiling synstructure v0.13.2
16972026-06-26T18:53:43.398Z Compiling serde_derive_internals v0.29.1
16982026-06-26T18:53:43.415Z Compiling cmake v0.1.58
16992026-06-26T18:53:43.496Z Compiling signal-hook-registry v1.4.8
17002026-06-26T18:53:43.775Z Compiling mio v1.2.1
17012026-06-26T18:53:43.790Z Compiling fs_extra v1.3.0
17022026-06-26T18:53:43.808Z Compiling dunce v1.0.5
17032026-06-26T18:53:43.909Z Compiling portable-atomic v1.13.1
17042026-06-26T18:53:44.020Z Compiling critical-section v1.2.0
17052026-06-26T18:53:44.040Z Compiling futures-core v0.3.32
17062026-06-26T18:53:44.060Z Compiling aws-lc-sys v0.41.0
17072026-06-26T18:53:44.063Z Compiling log v0.4.32
17082026-06-26T18:53:44.214Z Compiling subtle v2.6.1
17092026-06-26T18:53:44.262Z Compiling equivalent v1.0.2
17102026-06-26T18:53:44.363Z Compiling httparse v1.10.1
17112026-06-26T18:53:44.420Z Compiling futures-sink v0.3.32
17122026-06-26T18:53:44.491Z Compiling slab v0.4.12
17132026-06-26T18:53:44.508Z Compiling ucd-trie v0.1.7
17142026-06-26T18:53:44.511Z Compiling serde_derive v1.0.228
17152026-06-26T18:53:44.580Z Compiling zerofrom-derive v0.1.7
17162026-06-26T18:53:44.633Z Compiling yoke-derive v0.8.2
17172026-06-26T18:53:44.695Z Compiling zerovec-derive v0.11.3
17182026-06-26T18:53:44.728Z Compiling displaydoc v0.2.6
17192026-06-26T18:53:44.782Z Compiling schemars_derive v0.8.22
17202026-06-26T18:53:44.967Z Compiling thiserror-impl v2.0.18
17212026-06-26T18:53:45.156Z Compiling tokio-macros v2.7.0
17222026-06-26T18:53:45.541Z Compiling zerocopy-derive v0.8.50
17232026-06-26T18:53:45.703Z Compiling zeroize_derive v1.4.3
17242026-06-26T18:53:45.783Z Compiling zerofrom v0.1.8
17252026-06-26T18:53:45.800Z Compiling futures-macro v0.3.32
17262026-06-26T18:53:45.908Z Compiling yoke v0.8.3
17272026-06-26T18:53:45.924Z Compiling once_cell v1.21.4
17282026-06-26T18:53:46.019Z Compiling thiserror v1.0.69
17292026-06-26T18:53:46.108Z Compiling zerovec v0.11.6
17302026-06-26T18:53:46.166Z Compiling zerotrie v0.2.4
17312026-06-26T18:53:46.382Z Compiling zeroize v1.8.2
17322026-06-26T18:53:46.385Z Compiling rustix v1.1.4
17332026-06-26T18:53:46.436Z Compiling pest v2.8.6
17342026-06-26T18:53:46.627Z Compiling typenum v1.20.1
17352026-06-26T18:53:46.630Z Compiling thiserror-impl v1.0.69
17362026-06-26T18:53:46.669Z Compiling futures-channel v0.3.32
17372026-06-26T18:53:46.754Z Compiling tinystr v0.8.3
17382026-06-26T18:53:46.773Z Compiling potential_utf v0.1.5
17392026-06-26T18:53:46.932Z Compiling icu_locale_core v2.2.0
17402026-06-26T18:53:46.960Z Compiling icu_collections v2.2.0
17412026-06-26T18:53:46.978Z Compiling futures-task v0.3.32
17422026-06-26T18:53:47.156Z Compiling futures-io v0.3.32
17432026-06-26T18:53:47.443Z Compiling futures-util v0.3.32
17442026-06-26T18:53:47.656Z Compiling pest_meta v2.8.6
17452026-06-26T18:53:47.736Z Compiling icu_provider v2.2.0
17462026-06-26T18:53:47.839Z Compiling smallvec v1.15.1
17472026-06-26T18:53:47.856Z Compiling bytes v1.11.1
17482026-06-26T18:53:47.920Z Compiling chrono v0.4.45
17492026-06-26T18:53:48.116Z Compiling icu_normalizer v2.2.0
17502026-06-26T18:53:48.341Z Compiling icu_properties v2.2.0
17512026-06-26T18:53:48.877Z Compiling serde_tokenstream v0.2.3
17522026-06-26T18:53:49.095Z Compiling parking_lot v0.12.5
17532026-06-26T18:53:49.276Z Compiling idna_adapter v1.2.2
17542026-06-26T18:53:49.427Z Compiling idna v1.1.0
17552026-06-26T18:53:49.737Z Compiling tokio v1.52.3
17562026-06-26T18:53:49.788Z Compiling url v2.5.8
17572026-06-26T18:53:49.890Z Compiling pest_generator v2.8.6
17582026-06-26T18:53:49.976Z Compiling getrandom v0.3.4
17592026-06-26T18:53:50.002Z Compiling regex-syntax v0.8.10
17602026-06-26T18:53:50.148Z Compiling strsim v0.11.1
17612026-06-26T18:53:50.341Z Compiling rand_core v0.6.4
17622026-06-26T18:53:50.520Z Compiling pest_derive v2.8.6
17632026-06-26T18:53:50.598Z Compiling aho-corasick v1.1.4
17642026-06-26T18:53:51.074Z Compiling byteorder v1.5.0
17652026-06-26T18:53:51.374Z Compiling hashbrown v0.17.1
17662026-06-26T18:53:51.391Z Compiling tracing-core v0.1.36
17672026-06-26T18:53:51.468Z Compiling ipnetwork v0.21.1
17682026-06-26T18:53:51.978Z Compiling regex-automata v0.4.14
17692026-06-26T18:53:52.077Z Compiling indexmap v2.14.0
17702026-06-26T18:53:52.080Z Compiling tracing-attributes v0.1.31
17712026-06-26T18:53:52.366Z Compiling ident_case v1.0.1
17722026-06-26T18:53:52.417Z Compiling slog v2.8.2
17732026-06-26T18:53:52.683Z Compiling anyhow v1.0.102
17742026-06-26T18:53:52.800Z Compiling fnv v1.0.7
17752026-06-26T18:53:52.932Z Compiling base64 v0.22.1
17762026-06-26T18:53:53.018Z Compiling paste v1.0.15
17772026-06-26T18:53:53.333Z Compiling tracing v0.1.44
17782026-06-26T18:53:53.400Z Compiling erased-serde v0.3.31
17792026-06-26T18:53:53.677Z Compiling regex v1.12.3
17802026-06-26T18:53:53.938Z Compiling omicron-workspace-hack v0.1.0
17812026-06-26T18:53:54.178Z Compiling http v1.4.1
17822026-06-26T18:53:54.659Z Compiling oxnet v0.1.6
17832026-06-26T18:53:54.686Z Compiling rustls-pki-types v1.14.1
17842026-06-26T18:53:55.439Z Compiling scroll_derive v0.13.1
17852026-06-26T18:53:55.514Z Compiling ring v0.17.14
17862026-06-26T18:53:55.966Z Compiling time-core v0.1.8
17872026-06-26T18:53:55.990Z Compiling num-conv v0.2.2
17882026-06-26T18:53:56.006Z Compiling aws-lc-rs v1.17.0
17892026-06-26T18:53:56.143Z Compiling time-macros v0.2.27
17902026-06-26T18:53:56.363Z Compiling tokio-util v0.7.18
17912026-06-26T18:53:56.730Z Compiling untrusted v0.7.1
17922026-06-26T18:53:56.863Z Compiling ipnet v2.12.0
17932026-06-26T18:53:57.183Z Compiling untrusted v0.9.0
17942026-06-26T18:53:57.318Z Compiling ppv-lite86 v0.2.21
17952026-06-26T18:53:57.652Z Compiling daft-derive v0.1.7
17962026-06-26T18:53:57.668Z Compiling async-trait v0.1.89
17972026-06-26T18:53:57.850Z Compiling rustls v0.23.40
17982026-06-26T18:53:58.028Z Compiling camino v1.2.2
17992026-06-26T18:53:58.089Z Compiling crc32fast v1.5.0
18002026-06-26T18:53:58.385Z Compiling http-body v1.0.1
18012026-06-26T18:53:58.525Z Compiling crossbeam-utils v0.8.21
18022026-06-26T18:53:58.544Z Compiling atomic-waker v1.1.2
18032026-06-26T18:53:58.593Z Compiling usdt-impl v0.6.0
18042026-06-26T18:53:58.610Z Compiling pretty-hex v0.4.2
18052026-06-26T18:53:58.853Z Compiling scroll v0.13.0
18062026-06-26T18:53:58.874Z Compiling plain v0.2.3
18072026-06-26T18:53:58.988Z Compiling ryu v1.0.23
18082026-06-26T18:53:59.207Z Compiling try-lock v0.2.5
18092026-06-26T18:53:59.274Z Compiling tower-service v0.3.3
18102026-06-26T18:53:59.326Z Compiling tower-layer v0.3.3
18112026-06-26T18:53:59.375Z Compiling want v0.3.1
18122026-06-26T18:53:59.423Z Compiling goblin v0.10.7
18132026-06-26T18:53:59.551Z Compiling h2 v0.4.14
18142026-06-26T18:54:00.189Z Compiling slog-async v2.8.0
18152026-06-26T18:54:00.611Z Compiling httpdate v1.0.3
18162026-06-26T18:54:00.848Z Compiling dtrace-parser v0.3.0
18172026-06-26T18:54:01.013Z Compiling thread-id v5.1.0
18182026-06-26T18:54:01.428Z Compiling ref-cast v1.0.25
18192026-06-26T18:54:01.955Z Compiling hyper v1.10.1
18202026-06-26T18:54:03.148Z Compiling dof v0.4.0
18212026-06-26T18:54:03.302Z Compiling hyper-util v0.1.20
18222026-06-26T18:54:05.159Z Compiling rand_core v0.9.5
18232026-06-26T18:54:05.288Z Compiling serde_urlencoded v0.7.1
18242026-06-26T18:54:05.473Z Compiling http-body-util v0.1.3
18252026-06-26T18:54:05.602Z Compiling ref-cast-impl v1.0.25
18262026-06-26T18:54:05.750Z Compiling syn v1.0.109
18272026-06-26T18:54:06.109Z Compiling usdt-attr-macro v0.6.0
18282026-06-26T18:54:06.185Z Compiling usdt-macro v0.6.0
18292026-06-26T18:54:06.233Z Compiling structmeta-derive v0.3.0
18302026-06-26T18:54:07.030Z Compiling multer v3.1.0
18312026-06-26T18:54:07.030Z Compiling foldhash v0.2.0
18322026-06-26T18:54:07.297Z Compiling powerfmt v0.2.0
18332026-06-26T18:54:07.314Z Compiling allocator-api2 v0.2.21
18342026-06-26T18:54:07.402Z Compiling structmeta v0.3.0
18352026-06-26T18:54:07.465Z Compiling deranged v0.5.8
18362026-06-26T18:54:07.550Z Compiling rand_chacha v0.9.0
18372026-06-26T18:54:07.713Z Compiling hashbrown v0.16.1
18382026-06-26T18:54:07.971Z Compiling darling_core v0.23.0
18392026-06-26T18:54:08.093Z Compiling newtype-uuid-macros v0.1.0
18402026-06-26T18:54:08.675Z Compiling num_threads v0.1.7
18412026-06-26T18:54:08.773Z Compiling time v0.3.47
18422026-06-26T18:54:08.799Z Compiling rand v0.9.4
18432026-06-26T18:54:08.889Z Compiling newtype-uuid v1.3.2
18442026-06-26T18:54:09.514Z Compiling async-stream-impl v0.3.6
18452026-06-26T18:54:09.800Z Compiling strum_macros v0.26.4
18462026-06-26T18:54:09.829Z Compiling sync_wrapper v1.0.2
18472026-06-26T18:54:09.945Z Compiling dropshot v0.17.1
18482026-06-26T18:54:10.007Z Compiling darling_macro v0.23.0
18492026-06-26T18:54:10.195Z Compiling hex v0.4.3
18502026-06-26T18:54:10.484Z Compiling tower v0.5.3
18512026-06-26T18:54:10.599Z Compiling darling v0.23.0
18522026-06-26T18:54:10.676Z Compiling daft v0.1.7
18532026-06-26T18:54:10.694Z Compiling crossbeam-channel v0.5.15
18542026-06-26T18:54:11.015Z Compiling webpki-roots v1.0.7
18552026-06-26T18:54:11.051Z Compiling openapiv3 v2.2.0
18562026-06-26T18:54:11.453Z Compiling generic-array v0.14.7
18572026-06-26T18:54:11.706Z Compiling fastrand v2.4.1
18582026-06-26T18:54:12.041Z Compiling tower-http v0.6.11
18592026-06-26T18:54:12.208Z Compiling serde_with_macros v3.20.0
18602026-06-26T18:54:12.716Z Compiling futures-executor v0.3.32
18612026-06-26T18:54:12.853Z Compiling dropshot_endpoint v0.17.1
18622026-06-26T18:54:13.184Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18632026-06-26T18:54:13.214Z Compiling thread_local v1.1.9
18642026-06-26T18:54:13.346Z Compiling openssl-probe v0.2.1
18652026-06-26T18:54:13.546Z Compiling cpufeatures v0.3.0
18662026-06-26T18:54:13.629Z Compiling rustls-native-certs v0.8.4
18672026-06-26T18:54:13.663Z Compiling futures v0.3.32
18682026-06-26T18:54:14.357Z Compiling derive-ex v0.1.8
18692026-06-26T18:54:14.471Z Compiling strum_macros v0.27.2
18702026-06-26T18:54:14.505Z Compiling is-terminal v0.4.17
18712026-06-26T18:54:14.609Z Compiling take_mut v0.2.2
18722026-06-26T18:54:14.730Z Compiling winnow v1.0.3
18732026-06-26T18:54:15.390Z Compiling term v1.2.1
18742026-06-26T18:54:15.905Z Compiling test-strategy v0.4.5
18752026-06-26T18:54:16.157Z Compiling slog-term v2.9.2
18762026-06-26T18:54:17.285Z Compiling tempfile v3.27.0
18772026-06-26T18:54:17.578Z Compiling macaddr v1.0.1
18782026-06-26T18:54:17.676Z Compiling hybrid-array v0.4.12
18792026-06-26T18:54:17.944Z Compiling adler2 v2.0.1
18802026-06-26T18:54:18.108Z Compiling simd-adler32 v0.3.9
18812026-06-26T18:54:18.127Z Compiling match_cfg v0.1.0
18822026-06-26T18:54:18.204Z Compiling hostname v0.3.1
18832026-06-26T18:54:18.307Z Compiling miniz_oxide v0.8.9
18842026-06-26T18:54:19.064Z Compiling slog-json v2.6.1
18852026-06-26T18:54:19.344Z Compiling memmap2 v0.9.10
18862026-06-26T18:54:19.850Z Compiling usdt v0.6.0
18872026-06-26T18:54:20.001Z Compiling slog-bunyan v2.5.0
18882026-06-26T18:54:20.005Z Compiling flate2 v1.1.9
18892026-06-26T18:54:20.204Z Compiling crypto-common v0.2.2
18902026-06-26T18:54:20.474Z Compiling block-buffer v0.12.0
18912026-06-26T18:54:20.537Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-26T18:54:20.583Z Compiling either v1.16.0
18932026-06-26T18:54:20.770Z Compiling compression-core v0.4.32
18942026-06-26T18:54:20.810Z Compiling const-oid v0.10.2
18952026-06-26T18:54:20.945Z Compiling debug-ignore v1.0.5
18962026-06-26T18:54:21.065Z Compiling digest v0.11.3
18972026-06-26T18:54:21.114Z Compiling compression-codecs v0.4.38
18982026-06-26T18:54:21.405Z Compiling toml_parser v1.1.2+spec-1.1.0
18992026-06-26T18:54:21.472Z Compiling crypto-common v0.1.7
19002026-06-26T18:54:21.492Z Compiling parse-display-derive v0.10.0
19012026-06-26T18:54:21.600Z Compiling rand_chacha v0.3.1
19022026-06-26T18:54:21.641Z Compiling serde_spanned v1.1.1
19032026-06-26T18:54:21.754Z Compiling toml_datetime v1.1.1+spec-1.1.0
19042026-06-26T18:54:21.792Z Compiling encoding_rs v0.8.35
19052026-06-26T18:54:22.179Z Compiling mime v0.3.17
19062026-06-26T18:54:22.220Z Compiling spin v0.9.8
19072026-06-26T18:54:22.258Z Compiling toml_writer v1.1.1+spec-1.1.0
19082026-06-26T18:54:22.519Z Compiling toml v1.1.2+spec-1.1.0
19092026-06-26T18:54:22.630Z Compiling rand v0.8.6
19102026-06-26T18:54:22.734Z Compiling async-compression v0.4.42
19112026-06-26T18:54:23.061Z Compiling sha1 v0.11.0
19122026-06-26T18:54:23.195Z Compiling strum v0.26.3
19132026-06-26T18:54:23.389Z Compiling async-stream v0.3.6
19142026-06-26T18:54:23.464Z Compiling waitgroup v0.1.2
19152026-06-26T18:54:23.582Z Compiling rustls-pemfile v2.2.0
19162026-06-26T18:54:23.622Z Compiling serde_path_to_error v0.1.20
19172026-06-26T18:54:23.650Z Compiling wait-timeout v0.2.1
19182026-06-26T18:54:23.865Z Compiling hostname v0.4.2
19192026-06-26T18:54:24.149Z Compiling bit-vec v0.8.0
19202026-06-26T18:54:24.217Z Compiling quick-error v1.2.3
19212026-06-26T18:54:24.335Z Compiling rusty-fork v0.3.1
19222026-06-26T18:54:24.450Z Compiling bit-set v0.8.0
19232026-06-26T18:54:24.470Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-26T18:54:24.640Z Compiling serde_with v3.20.0
19252026-06-26T18:54:24.907Z Compiling rand_xorshift v0.4.0
19262026-06-26T18:54:25.071Z Compiling unarray v0.1.4
19272026-06-26T18:54:25.174Z Compiling proptest v1.11.0
19282026-06-26T18:54:25.197Z Compiling strum v0.27.2
19292026-06-26T18:54:25.335Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19302026-06-26T18:54:25.486Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19312026-06-26T18:54:25.651Z Compiling instant v0.1.13
19322026-06-26T18:54:25.892Z Compiling itertools v0.14.0
19332026-06-26T18:54:25.998Z Compiling iddqd v0.4.2
19342026-06-26T18:54:26.659Z Compiling unicode-width v0.2.2
19352026-06-26T18:54:27.094Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-06-26T18:54:27.176Z Compiling block-buffer v0.10.4
19372026-06-26T18:54:27.355Z Compiling backon v1.6.0
19382026-06-26T18:54:27.388Z Compiling regress v0.10.5
19392026-06-26T18:54:27.584Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19402026-06-26T18:54:29.170Z Compiling digest v0.10.7
19412026-06-26T18:54:29.341Z Compiling backoff v0.4.0
19422026-06-26T18:54:29.551Z Compiling parse-display v0.10.0
19432026-06-26T18:54:29.798Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19442026-06-26T18:54:30.371Z Compiling humantime v2.3.0
19452026-06-26T18:54:32.269Z Compiling regress v0.11.1
19462026-06-26T18:54:33.470Z Compiling zerocopy-derive v0.7.35
19472026-06-26T18:54:33.818Z Compiling typify-impl v0.6.2
19482026-06-26T18:54:34.339Z Compiling darling_core v0.21.3
19492026-06-26T18:54:34.481Z Compiling clap_derive v4.6.1
19502026-06-26T18:54:35.230Z Compiling utf8parse v0.2.2
19512026-06-26T18:54:35.343Z Compiling convert_case v0.4.0
19522026-06-26T18:54:35.634Z Compiling cpufeatures v0.2.17
19532026-06-26T18:54:35.713Z Compiling derive_more v0.99.20
19542026-06-26T18:54:36.114Z Compiling anstyle-parse v1.0.0
19552026-06-26T18:54:36.381Z Compiling darling_macro v0.21.3
19562026-06-26T18:54:37.000Z Compiling terminal_size v0.4.4
19572026-06-26T18:54:37.037Z Compiling toml_datetime v0.6.11
19582026-06-26T18:54:37.106Z Compiling typify-macro v0.6.2
19592026-06-26T18:54:37.147Z Compiling anstyle-query v1.1.5
19602026-06-26T18:54:37.255Z Compiling is_terminal_polyfill v1.70.2
19612026-06-26T18:54:37.328Z Compiling anstyle v1.0.14
19622026-06-26T18:54:37.499Z Compiling colorchoice v1.0.5
19632026-06-26T18:54:37.587Z Compiling anstream v1.0.0
19642026-06-26T18:54:37.619Z Compiling darling v0.21.3
19652026-06-26T18:54:38.140Z Compiling secrecy v0.10.3
19662026-06-26T18:54:38.167Z Compiling crucible-workspace-hack v0.1.0
19672026-06-26T18:54:38.407Z Compiling clap_lex v1.1.0
19682026-06-26T18:54:38.489Z Compiling tinyvec_macros v0.1.1
19692026-06-26T18:54:38.611Z Compiling heapless v0.8.0
19702026-06-26T18:54:38.615Z Compiling typify v0.6.2
19712026-06-26T18:54:38.719Z Compiling clap_builder v4.6.0
19722026-06-26T18:54:38.752Z Compiling tinyvec v1.11.0
19732026-06-26T18:54:39.245Z Compiling ingot-macros v0.1.1
19742026-06-26T18:54:39.309Z Compiling zerocopy v0.7.35
19752026-06-26T18:54:39.797Z Compiling hash32 v0.3.1
19762026-06-26T18:54:39.835Z Compiling scroll_derive v0.12.1
19772026-06-26T18:54:39.878Z Compiling rustc_version v0.4.1
19782026-06-26T18:54:40.128Z Compiling num-integer v0.1.46
19792026-06-26T18:54:40.145Z Compiling usdt-impl v0.5.0
19802026-06-26T18:54:40.432Z Compiling smoltcp v0.11.0
19812026-06-26T18:54:40.543Z Compiling scroll v0.12.0
19822026-06-26T18:54:40.605Z Compiling clap v4.6.1
19832026-06-26T18:54:40.796Z Compiling curve25519-dalek v4.1.3
19842026-06-26T18:54:41.092Z Compiling dof v0.3.0
19852026-06-26T18:54:41.876Z Compiling ingot-types v0.1.2
19862026-06-26T18:54:42.628Z Compiling hmac v0.12.1
19872026-06-26T18:54:42.650Z Compiling dtrace-parser v0.2.0
19882026-06-26T18:54:42.664Z Compiling inout v0.1.4
19892026-06-26T18:54:42.823Z Compiling ff v0.13.1
19902026-06-26T18:54:42.840Z Compiling cobs v0.3.0
19912026-06-26T18:54:43.195Z Compiling thread-id v4.2.2
19922026-06-26T18:54:43.211Z Compiling bitflags v1.3.2
19932026-06-26T18:54:43.301Z Compiling managed v0.8.0
19942026-06-26T18:54:43.446Z Compiling unsafe-libyaml v0.2.11
19952026-06-26T18:54:43.973Z Compiling serde_yaml v0.9.34+deprecated
19962026-06-26T18:54:44.397Z Compiling postcard v1.1.3
19972026-06-26T18:54:44.761Z Compiling group v0.13.0
19982026-06-26T18:54:44.882Z Compiling cipher v0.4.4
19992026-06-26T18:54:45.128Z Compiling hkdf v0.12.4
20002026-06-26T18:54:45.215Z Compiling ingot v0.1.1
20012026-06-26T18:54:45.805Z Compiling goblin v0.8.2
20022026-06-26T18:54:46.117Z Compiling num-rational v0.4.2
20032026-06-26T18:54:47.125Z Compiling num-iter v0.1.45
20042026-06-26T18:54:47.449Z Compiling tabwriter v1.4.1
20052026-06-26T18:54:47.663Z Compiling universal-hash v0.5.1
20062026-06-26T18:54:47.802Z Compiling crypto-bigint v0.5.5
20072026-06-26T18:54:47.819Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-26T18:54:47.991Z Compiling hubpack_derive v0.1.1
20092026-06-26T18:54:48.486Z Compiling thiserror-impl-no-std v2.0.2
20102026-06-26T18:54:48.679Z Compiling crossbeam-epoch v0.9.18
20112026-06-26T18:54:49.094Z Compiling half v2.7.1
20122026-06-26T18:54:49.164Z Compiling curve25519-dalek-derive v0.1.1
20132026-06-26T18:54:49.556Z Compiling num-complex v0.4.6
20142026-06-26T18:54:49.991Z Compiling memoffset v0.9.1
20152026-06-26T18:54:50.129Z Compiling opaque-debug v0.3.1
20162026-06-26T18:54:50.328Z Compiling base64ct v1.8.3
20172026-06-26T18:54:50.367Z Compiling ciborium-io v0.2.2
20182026-06-26T18:54:50.674Z Compiling cfg_aliases v0.2.1
20192026-06-26T18:54:50.727Z Compiling prettyplease v0.2.37
20202026-06-26T18:54:50.750Z Compiling base16ct v0.2.0
20212026-06-26T18:54:50.990Z Compiling elliptic-curve v0.13.8
20222026-06-26T18:54:51.160Z Compiling nix v0.31.3
20232026-06-26T18:54:51.503Z Compiling password-hash v0.5.0
20242026-06-26T18:54:51.580Z Compiling ciborium-ll v0.2.2
20252026-06-26T18:54:52.342Z Compiling poly1305 v0.8.0
20262026-06-26T18:54:52.569Z Compiling num v0.4.3
20272026-06-26T18:54:52.793Z Compiling thiserror-no-std v2.0.2
20282026-06-26T18:54:52.943Z Compiling hubpack v0.1.2
20292026-06-26T18:54:54.013Z Compiling chacha20 v0.9.1
20302026-06-26T18:54:54.249Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20312026-06-26T18:54:54.465Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-26T18:54:54.714Z Compiling reqwest v0.12.28
20332026-06-26T18:54:55.430Z Compiling toml_edit v0.25.12+spec-1.1.0
20342026-06-26T18:54:55.714Z Compiling blake2 v0.10.6
20352026-06-26T18:54:55.802Z Compiling aead v0.5.2
20362026-06-26T18:54:56.197Z Compiling byte-wrapper v0.1.0
20372026-06-26T18:54:56.312Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20382026-06-26T18:54:56.333Z Compiling serde_repr v0.1.20
20392026-06-26T18:54:56.954Z Compiling proc-macro-error-attr v1.0.4
20402026-06-26T18:54:57.156Z Compiling bstr v1.12.1
20412026-06-26T18:54:57.204Z Compiling rustix v0.38.44
20422026-06-26T18:54:57.249Z Compiling float-ord v0.3.2
20432026-06-26T18:54:57.366Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20442026-06-26T18:54:57.463Z Compiling static_assertions v1.1.0
20452026-06-26T18:54:57.544Z Compiling keccak v0.1.6
20462026-06-26T18:54:57.733Z Compiling sha3 v0.10.9
20472026-06-26T18:54:58.076Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20482026-06-26T18:54:58.111Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-26T18:54:58.727Z Compiling proc-macro-crate v3.5.0
20502026-06-26T18:54:58.730Z Compiling argon2 v0.5.3
20512026-06-26T18:54:59.172Z Compiling chacha20poly1305 v0.10.1
20522026-06-26T18:54:59.323Z Compiling progenitor-client v0.10.0
20532026-06-26T18:54:59.722Z Compiling vsss-rs v3.3.4
20542026-06-26T18:55:00.919Z Compiling rustls-webpki v0.103.13
20552026-06-26T18:55:01.161Z Compiling ciborium v0.2.2
20562026-06-26T18:55:01.925Z Compiling usdt-macro v0.5.0
20572026-06-26T18:55:02.012Z Compiling usdt-attr-macro v0.5.0
20582026-06-26T18:55:03.602Z Compiling enum-as-inner v0.6.1
20592026-06-26T18:55:03.707Z Compiling num-derive v0.4.2
20602026-06-26T18:55:04.180Z Compiling proc-macro-error v1.0.4
20612026-06-26T18:55:04.342Z Compiling memmap v0.7.0
20622026-06-26T18:55:04.548Z Compiling data-encoding v2.11.0
20632026-06-26T18:55:04.652Z Compiling winnow v0.5.40
20642026-06-26T18:55:04.755Z Compiling indent_write v2.2.0
20652026-06-26T18:55:04.907Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20662026-06-26T18:55:05.189Z Compiling usdt v0.5.0
20672026-06-26T18:55:05.531Z Compiling tokio-rustls v0.26.4
20682026-06-26T18:55:05.644Z Compiling rustls-platform-verifier v0.7.0
20692026-06-26T18:55:05.833Z Compiling hyper-rustls v0.27.9
20702026-06-26T18:55:05.997Z Compiling toml_edit v0.19.15
20712026-06-26T18:55:06.228Z Compiling reqwest v0.13.4
20722026-06-26T18:55:06.656Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-06-26T18:55:07.967Z Compiling progenitor-client v0.14.0
20742026-06-26T18:55:08.446Z Compiling progenitor-extras v0.2.0
20752026-06-26T18:55:08.995Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20762026-06-26T18:55:09.106Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-06-26T18:55:09.708Z Compiling num_enum_derive v0.7.6
20782026-06-26T18:55:10.743Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-06-26T18:55:13.288Z Compiling serde_spanned v0.6.9
20802026-06-26T18:55:13.445Z Compiling foreign-types-macros v0.2.3
20812026-06-26T18:55:16.004Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-06-26T18:55:17.866Z Compiling colored v3.1.1
20832026-06-26T18:55:19.987Z Compiling bytecount v0.6.9
20842026-06-26T18:55:20.188Z Compiling winnow v0.7.15
20852026-06-26T18:55:20.573Z Compiling toml_write v0.1.2
20862026-06-26T18:55:20.691Z Compiling pkg-config v0.3.33
20872026-06-26T18:55:20.781Z Compiling foreign-types-shared v0.3.1
20882026-06-26T18:55:20.889Z Compiling vcpkg v0.2.15
20892026-06-26T18:55:21.010Z Compiling foreign-types v0.5.0
20902026-06-26T18:55:21.147Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-06-26T18:55:21.443Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-06-26T18:55:21.473Z Compiling openssl-sys v0.9.116
20932026-06-26T18:55:21.640Z Compiling toml_edit v0.22.27
20942026-06-26T18:55:22.339Z Compiling num_enum v0.7.6
20952026-06-26T18:55:22.481Z Compiling proc-macro-crate v1.3.1
20962026-06-26T18:55:23.254Z Compiling progenitor-impl v0.13.0
20972026-06-26T18:55:23.406Z Compiling chacha20 v0.10.0
20982026-06-26T18:55:23.713Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20992026-06-26T18:55:24.113Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21002026-06-26T18:55:24.240Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21012026-06-26T18:55:24.243Z Compiling cstr-argument v0.1.2
21022026-06-26T18:55:24.434Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
21032026-06-26T18:55:24.578Z Compiling rayon-core v1.13.0
21042026-06-26T18:55:24.693Z Compiling linked-hash-map v0.5.6
21052026-06-26T18:55:24.837Z Compiling semver v0.1.20
21062026-06-26T18:55:24.894Z Compiling heck v0.4.1
21072026-06-26T18:55:24.914Z Compiling swrite v0.1.0
21082026-06-26T18:55:25.030Z Compiling resolv-conf v0.7.6
21092026-06-26T18:55:25.103Z Compiling unicode-segmentation v1.13.3
21102026-06-26T18:55:25.106Z Compiling rustc_version v0.1.7
21112026-06-26T18:55:25.299Z Compiling progenitor-macro v0.13.0
21122026-06-26T18:55:25.316Z Compiling lru-cache v0.1.2
21132026-06-26T18:55:25.465Z Compiling newline-converter v0.3.0
21142026-06-26T18:55:25.633Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21152026-06-26T18:55:25.651Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21162026-06-26T18:55:25.667Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21172026-06-26T18:55:25.733Z Compiling rand v0.10.1
21182026-06-26T18:55:26.049Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21192026-06-26T18:55:26.067Z Compiling toml v0.8.23
21202026-06-26T18:55:26.557Z Compiling num_enum_derive v0.5.11
21212026-06-26T18:55:26.707Z Compiling atomicwrites v0.4.4
21222026-06-26T18:55:26.749Z Compiling progenitor-client v0.13.0
21232026-06-26T18:55:26.814Z Compiling hickory-proto v0.24.4
21242026-06-26T18:55:26.993Z Compiling similar v2.7.0
21252026-06-26T18:55:27.259Z Compiling crossbeam-deque v0.8.6
21262026-06-26T18:55:27.489Z Compiling progenitor-impl v0.14.0
21272026-06-26T18:55:27.577Z Compiling console v0.15.11
21282026-06-26T18:55:28.839Z Compiling camino-tempfile v1.4.1
21292026-06-26T18:55:29.262Z Compiling serde-big-array v0.5.1
21302026-06-26T18:55:29.431Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21312026-06-26T18:55:29.494Z Compiling derive-where v1.6.1
21322026-06-26T18:55:29.523Z Compiling pin-project-internal v1.1.13
21332026-06-26T18:55:29.778Z Compiling siphasher v1.0.3
21342026-06-26T18:55:29.970Z Compiling lazy_static v1.5.0
21352026-06-26T18:55:29.997Z Compiling minimal-lexical v0.2.1
21362026-06-26T18:55:30.251Z Compiling nom v7.1.3
21372026-06-26T18:55:30.611Z Compiling pin-project v1.1.13
21382026-06-26T18:55:30.728Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-26T18:55:30.876Z Compiling phf_shared v0.12.1
21402026-06-26T18:55:30.900Z Compiling progenitor-macro v0.14.0
21412026-06-26T18:55:30.989Z Compiling progenitor v0.13.0
21422026-06-26T18:55:31.144Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21432026-06-26T18:55:31.620Z Compiling hickory-resolver v0.24.4
21442026-06-26T18:55:34.271Z Compiling expectorate v1.2.0
21452026-06-26T18:55:34.645Z Compiling num_enum v0.5.11
21462026-06-26T18:55:35.128Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-26T18:55:36.336Z Compiling newtype_derive v0.1.6
21482026-06-26T18:55:36.913Z Compiling unicode-normalization v0.1.25
21492026-06-26T18:55:37.510Z Compiling tokio-stream v0.1.18
21502026-06-26T18:55:38.062Z Compiling snafu-derive v0.8.9
21512026-06-26T18:55:39.080Z Compiling async-recursion v1.1.1
21522026-06-26T18:55:39.760Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21532026-06-26T18:55:39.777Z Compiling slog-dtrace v0.3.0
21542026-06-26T18:55:39.780Z Compiling csv-core v0.1.13
21552026-06-26T18:55:40.038Z Compiling cancel-safe-futures v0.1.5
21562026-06-26T18:55:40.085Z Compiling unicode-width v0.1.14
21572026-06-26T18:55:40.201Z Compiling owo-colors v4.3.0
21582026-06-26T18:55:40.316Z Compiling unicode-xid v0.2.6
21592026-06-26T18:55:40.400Z Compiling konst_macro_rules v0.2.19
21602026-06-26T18:55:40.416Z Compiling openssl v0.10.80
21612026-06-26T18:55:40.446Z Compiling same-file v1.0.6
21622026-06-26T18:55:40.557Z Compiling highway v1.3.0
21632026-06-26T18:55:40.594Z Compiling chrono-tz v0.10.4
21642026-06-26T18:55:40.627Z Compiling foreign-types-shared v0.1.1
21652026-06-26T18:55:40.714Z Compiling foldhash v0.1.5
21662026-06-26T18:55:40.754Z Compiling foreign-types v0.3.2
21672026-06-26T18:55:40.839Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-06-26T18:55:40.881Z Compiling hashbrown v0.15.5
21692026-06-26T18:55:40.944Z Compiling walkdir v2.5.0
21702026-06-26T18:55:41.309Z Compiling konst v0.2.20
21712026-06-26T18:55:41.549Z Compiling const_format_proc_macros v0.2.34
21722026-06-26T18:55:41.778Z Compiling csv v1.4.0
21732026-06-26T18:55:41.795Z Compiling snafu v0.8.9
21742026-06-26T18:55:42.351Z Compiling progenitor v0.14.0
21752026-06-26T18:55:42.369Z Compiling qorb v0.4.1
21762026-06-26T18:55:42.499Z Compiling olpc-cjson v0.1.4
21772026-06-26T18:55:42.584Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-06-26T18:55:42.735Z Compiling rayon v1.12.0
21792026-06-26T18:55:43.691Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21802026-06-26T18:55:44.223Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-06-26T18:55:44.891Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-26T18:55:46.070Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-06-26T18:55:46.617Z Compiling phf v0.12.1
21842026-06-26T18:55:46.698Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21852026-06-26T18:55:47.258Z Compiling zone_cfg_derive v0.3.1
21862026-06-26T18:55:47.975Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-06-26T18:55:47.991Z Compiling tokio-dtrace v0.1.1
21882026-06-26T18:55:48.323Z Compiling globset v0.4.18
21892026-06-26T18:55:48.900Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21902026-06-26T18:55:49.123Z Compiling itertools v0.12.1
21912026-06-26T18:55:50.918Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-26T18:55:50.922Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21932026-06-26T18:55:50.922Z Compiling libsw-core v0.3.2
21942026-06-26T18:55:50.922Z Compiling pem v3.0.6
21952026-06-26T18:55:50.922Z Compiling serde_plain v1.0.2
21962026-06-26T18:55:50.922Z Compiling openssl-macros v0.1.1
21972026-06-26T18:55:50.983Z Compiling cookie v0.18.1
21982026-06-26T18:55:51.073Z Compiling sigpipe v0.1.3
21992026-06-26T18:55:51.248Z Compiling jiff v0.2.28
22002026-06-26T18:55:51.285Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-26T18:55:51.340Z Compiling fixedbitset v0.4.2
22022026-06-26T18:55:51.457Z Compiling fixedbitset v0.5.7
22032026-06-26T18:55:51.550Z Compiling typed-path v0.9.3
22042026-06-26T18:55:51.550Z Compiling glob v0.3.3
22052026-06-26T18:55:51.722Z Compiling petgraph v0.8.3
22062026-06-26T18:55:51.771Z Compiling petgraph v0.6.5
22072026-06-26T18:55:52.524Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-26T18:55:52.767Z Compiling tough v0.22.0
22092026-06-26T18:55:53.544Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22102026-06-26T18:55:53.852Z Compiling libsw v3.5.0
22112026-06-26T18:55:54.049Z Compiling zone v0.3.1
22122026-06-26T18:55:54.073Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22132026-06-26T18:55:54.380Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-26T18:55:55.330Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-26T18:55:55.726Z Compiling oxide-tokio-rt v0.1.6
22162026-06-26T18:55:56.298Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22172026-06-26T18:55:57.426Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-26T18:55:57.631Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-06-26T18:55:58.023Z Compiling const_format v0.2.36
22202026-06-26T18:55:58.232Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-26T18:55:59.147Z Compiling papergrid v0.11.0
22222026-06-26T18:55:59.927Z Compiling tabled_derive v0.7.0
22232026-06-26T18:56:00.249Z Compiling gethostname v0.5.0
22242026-06-26T18:56:00.395Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-26T18:56:00.874Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22262026-06-26T18:56:01.160Z Compiling libscf-sys v1.2.0
22272026-06-26T18:56:02.695Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-26T18:56:02.701Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22292026-06-26T18:56:02.701Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-06-26T18:56:02.701Z Compiling bcs v0.1.6
22312026-06-26T18:56:02.702Z Compiling smf v0.2.3
22322026-06-26T18:56:02.702Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22332026-06-26T18:56:02.702Z Compiling termtree v0.5.1
22342026-06-26T18:56:02.702Z Compiling smawk v0.3.2
22352026-06-26T18:56:02.702Z Compiling unicode-linebreak v0.1.5
22362026-06-26T18:56:02.702Z Compiling whoami v1.6.1
22372026-06-26T18:56:02.702Z Compiling tagptr v0.2.0
22382026-06-26T18:56:02.729Z Compiling linear-map v1.2.0
22392026-06-26T18:56:02.869Z Compiling moka v0.12.15
22402026-06-26T18:56:02.927Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22412026-06-26T18:56:03.916Z Compiling textwrap v0.16.2
22422026-06-26T18:56:04.319Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22432026-06-26T18:56:04.509Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-06-26T18:56:05.043Z Compiling tabled v0.15.0
22452026-06-26T18:56:05.489Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-06-26T18:56:05.680Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-06-26T18:56:05.732Z Compiling steno v0.4.1
22482026-06-26T18:56:05.894Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22492026-06-26T18:56:07.422Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-06-26T18:56:10.935Z Compiling hickory-proto v0.25.2
22512026-06-26T18:56:11.675Z Compiling proc-macro-error-attr2 v2.0.0
22522026-06-26T18:56:12.130Z Compiling proc-macro-error2 v2.0.1
22532026-06-26T18:56:12.416Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22542026-06-26T18:56:12.733Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22552026-06-26T18:56:12.778Z Compiling parking_lot_core v0.8.6
22562026-06-26T18:56:12.872Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22572026-06-26T18:56:13.054Z Compiling tabled_derive v0.11.0
22582026-06-26T18:56:13.093Z Compiling hickory-resolver v0.25.2
22592026-06-26T18:56:14.002Z Compiling papergrid v0.18.0
22602026-06-26T18:56:14.201Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22612026-06-26T18:56:14.503Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22622026-06-26T18:56:15.056Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22632026-06-26T18:56:16.518Z Compiling testing_table v0.3.0
22642026-06-26T18:56:16.941Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22652026-06-26T18:56:17.484Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-06-26T18:56:17.583Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22672026-06-26T18:56:18.730Z Compiling tabled v0.21.0
22682026-06-26T18:56:18.899Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22692026-06-26T18:56:19.502Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22702026-06-26T18:56:19.617Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22712026-06-26T18:56:19.664Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22722026-06-26T18:56:20.304Z Compiling arc-swap v1.9.1
22732026-06-26T18:56:20.357Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22742026-06-26T18:56:21.445Z Compiling slog-scope v4.4.1
22752026-06-26T18:56:21.868Z Compiling parking_lot v0.11.2
22762026-06-26T18:56:22.772Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22772026-06-26T18:56:23.037Z Compiling dropshot-api-manager-types v0.7.2
22782026-06-26T18:56:23.067Z Compiling fxhash v0.2.1
22792026-06-26T18:56:23.209Z Compiling crc8 v0.1.1
22802026-06-26T18:56:23.227Z Compiling sled v0.34.7
22812026-06-26T18:56:23.330Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22822026-06-26T18:56:23.623Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22832026-06-26T18:56:24.981Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22842026-06-26T18:56:26.297Z Compiling slog-stdlog v4.1.1
22852026-06-26T18:56:26.473Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22862026-06-26T18:56:26.744Z Compiling slog-envlogger v2.2.0
22872026-06-26T18:56:26.759Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22882026-06-26T18:56:28.204Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-06-26T18:56:30.403Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22902026-06-26T18:56:32.996Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22912026-06-26T18:56:33.843Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22922026-06-26T18:56:43.631Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22932026-06-26T18:56:48.801Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22942026-06-26T18:56:51.956Z Finished `release` profile [optimized] target(s) in 3m 37s
22952026-06-26T18:56:52.289Z+ banner quartet
22962026-06-26T18:56:52.293Z
22972026-06-26T18:56:52.293Z #### # # ## ##### ##### ###### #####
22982026-06-26T18:56:52.293Z # # # # # # # # # # #
22992026-06-26T18:56:52.294Z # # # # # # # # # ##### #
23002026-06-26T18:56:52.294Z # # # # # ###### ##### # # #
23012026-06-26T18:56:52.294Z # # # # # # # # # # #
23022026-06-26T18:56:52.294Z ### # #### # # # # # ###### #
23032026-06-26T18:56:52.294Z
23042026-06-26T18:56:52.294Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
23052026-06-26T18:56:52.848Z Compiling cfg-if v1.0.4
23062026-06-26T18:56:52.852Z Compiling libc v0.2.186
23072026-06-26T18:56:52.852Z Compiling serde_core v1.0.228
23082026-06-26T18:56:52.955Z Compiling memchr v2.8.1
23092026-06-26T18:56:52.962Z Compiling itoa v1.0.18
23102026-06-26T18:56:52.965Z Compiling smallvec v1.15.1
23112026-06-26T18:56:52.977Z Compiling stable_deref_trait v1.2.1
23122026-06-26T18:56:52.985Z Compiling zerofrom v0.1.8
23132026-06-26T18:56:53.002Z Compiling zmij v1.0.21
23142026-06-26T18:56:53.048Z Compiling writeable v0.6.3
23152026-06-26T18:56:53.103Z Compiling yoke v0.8.3
23162026-06-26T18:56:53.193Z Compiling litemap v0.8.2
23172026-06-26T18:56:53.213Z Compiling utf8_iter v1.0.4
23182026-06-26T18:56:53.285Z Compiling zerovec v0.11.6
23192026-06-26T18:56:53.300Z Compiling zerotrie v0.2.4
23202026-06-26T18:56:53.329Z Compiling percent-encoding v2.3.2
23212026-06-26T18:56:53.373Z Compiling libm v0.2.16
23222026-06-26T18:56:53.394Z Compiling icu_normalizer_data v2.2.0
23232026-06-26T18:56:53.464Z Compiling icu_properties_data v2.2.0
23242026-06-26T18:56:53.475Z Compiling form_urlencoded v1.2.2
23252026-06-26T18:56:53.592Z Compiling rand_core v0.10.1
23262026-06-26T18:56:53.622Z Compiling errno v0.3.14
23272026-06-26T18:56:53.728Z Compiling getrandom v0.4.2
23282026-06-26T18:56:53.754Z Compiling iana-time-zone v0.1.65
23292026-06-26T18:56:53.765Z Compiling pin-project-lite v0.2.17
23302026-06-26T18:56:53.801Z Compiling zeroize v1.8.2
23312026-06-26T18:56:53.864Z Compiling tinystr v0.8.3
23322026-06-26T18:56:53.888Z Compiling potential_utf v0.1.5
23332026-06-26T18:56:53.928Z Compiling dyn-clone v1.0.20
23342026-06-26T18:56:54.044Z Compiling icu_locale_core v2.2.0
23352026-06-26T18:56:54.074Z Compiling icu_collections v2.2.0
23362026-06-26T18:56:54.078Z Compiling socket2 v0.6.4
23372026-06-26T18:56:54.086Z Compiling scopeguard v1.2.0
23382026-06-26T18:56:54.090Z Compiling parking_lot_core v0.9.12
23392026-06-26T18:56:54.114Z Compiling signal-hook-registry v1.4.8
23402026-06-26T18:56:54.204Z Compiling num-traits v0.2.19
23412026-06-26T18:56:54.509Z Compiling lock_api v0.4.14
23422026-06-26T18:56:54.650Z Compiling mio v1.2.1
23432026-06-26T18:56:54.761Z Compiling serde v1.0.228
23442026-06-26T18:56:54.839Z Compiling serde_json v1.0.150
23452026-06-26T18:56:54.861Z Compiling icu_provider v2.2.0
23462026-06-26T18:56:54.941Z Compiling uuid v1.23.2
23472026-06-26T18:56:54.952Z Compiling semver v1.0.28
23482026-06-26T18:56:55.104Z Compiling parking_lot v0.12.5
23492026-06-26T18:56:55.357Z Compiling bytes v1.11.1
23502026-06-26T18:56:55.399Z Compiling icu_properties v2.2.0
23512026-06-26T18:56:55.493Z Compiling icu_normalizer v2.2.0
23522026-06-26T18:56:55.536Z Compiling chrono v0.4.45
23532026-06-26T18:56:55.604Z Compiling portable-atomic v1.13.1
23542026-06-26T18:56:56.019Z Compiling tokio v1.52.3
23552026-06-26T18:56:56.225Z Compiling thiserror v2.0.18
23562026-06-26T18:56:56.365Z Compiling idna_adapter v1.2.2
23572026-06-26T18:56:56.391Z Compiling bitflags v2.12.1
23582026-06-26T18:56:56.512Z Compiling idna v1.1.0
23592026-06-26T18:56:56.685Z Compiling futures-core v0.3.32
23602026-06-26T18:56:56.801Z Compiling critical-section v1.2.0
23612026-06-26T18:56:56.860Z Compiling url v2.5.8
23622026-06-26T18:56:56.917Z Compiling once_cell v1.21.4
23632026-06-26T18:56:56.953Z Compiling equivalent v1.0.2
23642026-06-26T18:56:57.038Z Compiling log v0.4.32
23652026-06-26T18:56:57.050Z Compiling subtle v2.6.1
23662026-06-26T18:56:57.179Z Compiling zerocopy v0.8.50
23672026-06-26T18:56:57.225Z Compiling futures-sink v0.3.32
23682026-06-26T18:56:57.298Z Compiling slab v0.4.12
23692026-06-26T18:56:57.340Z Compiling typenum v1.20.1
23702026-06-26T18:56:57.487Z Compiling schemars v0.8.22
23712026-06-26T18:56:57.508Z Compiling futures-channel v0.3.32
23722026-06-26T18:56:57.774Z Compiling getrandom v0.2.17
23732026-06-26T18:56:57.996Z Compiling futures-task v0.3.32
23742026-06-26T18:56:58.160Z Compiling futures-io v0.3.32
23752026-06-26T18:56:58.176Z Compiling rand_core v0.6.4
23762026-06-26T18:56:58.361Z Compiling futures-util v0.3.32
23772026-06-26T18:56:58.433Z Compiling hashbrown v0.17.1
23782026-06-26T18:56:58.643Z Compiling tracing-core v0.1.36
23792026-06-26T18:56:59.057Z Compiling indexmap v2.14.0
23802026-06-26T18:56:59.107Z Compiling tracing v0.1.44
23812026-06-26T18:56:59.410Z Compiling ipnetwork v0.21.1
23822026-06-26T18:56:59.466Z Compiling base64 v0.22.1
23832026-06-26T18:56:59.744Z Compiling http v1.4.1
23842026-06-26T18:56:59.897Z Compiling unicode-ident v1.0.24
23852026-06-26T18:56:59.958Z Compiling slog v2.8.2
23862026-06-26T18:56:59.974Z Compiling erased-serde v0.3.31
23872026-06-26T18:57:00.021Z Compiling proc-macro2 v1.0.106
23882026-06-26T18:57:00.377Z Compiling fnv v1.0.7
23892026-06-26T18:57:00.490Z Compiling quote v1.0.45
23902026-06-26T18:57:01.004Z Compiling oxnet v0.1.6
23912026-06-26T18:57:01.141Z Compiling syn v2.0.117
23922026-06-26T18:57:01.218Z Compiling tokio-util v0.7.18
23932026-06-26T18:57:01.444Z Compiling ipnet v2.12.0
23942026-06-26T18:57:01.656Z Compiling byteorder v1.5.0
23952026-06-26T18:57:01.927Z Compiling thiserror v1.0.69
23962026-06-26T18:57:02.058Z Compiling ppv-lite86 v0.2.21
23972026-06-26T18:57:02.218Z Compiling rustls-pki-types v1.14.1
23982026-06-26T18:57:02.434Z Compiling aws-lc-sys v0.41.0
23992026-06-26T18:57:02.462Z Compiling http-body v1.0.1
24002026-06-26T18:57:02.518Z Compiling atomic-waker v1.1.2
24012026-06-26T18:57:02.632Z Compiling untrusted v0.7.1
24022026-06-26T18:57:02.644Z Compiling httparse v1.10.1
24032026-06-26T18:57:02.656Z Compiling ryu v1.0.23
24042026-06-26T18:57:02.764Z Compiling tower-service v0.3.3
24052026-06-26T18:57:02.867Z Compiling try-lock v0.2.5
24062026-06-26T18:57:02.945Z Compiling aws-lc-rs v1.17.0
24072026-06-26T18:57:02.990Z Compiling untrusted v0.9.0
24082026-06-26T18:57:03.002Z Compiling tower-layer v0.3.3
24092026-06-26T18:57:03.109Z Compiling rustls v0.23.40
24102026-06-26T18:57:03.109Z Compiling pretty-hex v0.4.2
24112026-06-26T18:57:03.131Z Compiling want v0.3.1
24122026-06-26T18:57:03.204Z Compiling h2 v0.4.14
24132026-06-26T18:57:03.237Z Compiling httpdate v1.0.3
24142026-06-26T18:57:03.252Z Compiling rustix v1.1.4
24152026-06-26T18:57:03.310Z Compiling plain v0.2.3
24162026-06-26T18:57:03.374Z Compiling regex-syntax v0.8.10
24172026-06-26T18:57:03.427Z Compiling getrandom v0.3.4
24182026-06-26T18:57:03.614Z Compiling omicron-workspace-hack v0.1.0
24192026-06-26T18:57:03.640Z Compiling ucd-trie v0.1.7
24202026-06-26T18:57:03.689Z Compiling rand_core v0.9.5
24212026-06-26T18:57:03.954Z Compiling pest v2.8.6
24222026-06-26T18:57:04.224Z Compiling rustls-webpki v0.103.13
24232026-06-26T18:57:05.636Z Compiling hyper v1.10.1
24242026-06-26T18:57:05.796Z Compiling crossbeam-utils v0.8.21
24252026-06-26T18:57:06.590Z Compiling serde_urlencoded v0.7.1
24262026-06-26T18:57:06.853Z Compiling http-body-util v0.1.3
24272026-06-26T18:57:06.892Z Compiling allocator-api2 v0.2.21
24282026-06-26T18:57:07.155Z Compiling hyper-util v0.1.20
24292026-06-26T18:57:07.335Z Compiling foldhash v0.2.0
24302026-06-26T18:57:07.636Z Compiling hashbrown v0.16.1
24312026-06-26T18:57:08.357Z Compiling newtype-uuid v1.3.2
24322026-06-26T18:57:09.261Z Compiling tokio-rustls v0.26.4
24332026-06-26T18:57:09.395Z Compiling hex v0.4.3
24342026-06-26T18:57:09.586Z Compiling daft v0.1.7
24352026-06-26T18:57:09.715Z Compiling rand_chacha v0.9.0
24362026-06-26T18:57:09.763Z Compiling sync_wrapper v1.0.2
24372026-06-26T18:57:09.880Z Compiling aho-corasick v1.1.4
24382026-06-26T18:57:09.894Z Compiling fastrand v2.4.1
24392026-06-26T18:57:10.147Z Compiling rand v0.9.4
24402026-06-26T18:57:10.245Z Compiling tower v0.5.3
24412026-06-26T18:57:10.276Z Compiling anyhow v1.0.102
24422026-06-26T18:57:10.315Z Compiling powerfmt v0.2.0
24432026-06-26T18:57:10.580Z Compiling deranged v0.5.8
24442026-06-26T18:57:10.581Z Compiling generic-array v0.14.7
24452026-06-26T18:57:10.847Z Compiling regex-automata v0.4.14
24462026-06-26T18:57:10.898Z Compiling tower-http v0.6.11
24472026-06-26T18:57:10.942Z Compiling openapiv3 v2.2.0
24482026-06-26T18:57:11.149Z Compiling num-conv v0.2.2
24492026-06-26T18:57:11.336Z Compiling num_threads v0.1.7
24502026-06-26T18:57:11.439Z Compiling time-core v0.1.8
24512026-06-26T18:57:11.599Z Compiling cpufeatures v0.3.0
24522026-06-26T18:57:11.629Z Compiling openssl-probe v0.2.1
24532026-06-26T18:57:11.681Z Compiling time v0.3.47
24542026-06-26T18:57:11.716Z Compiling camino v1.2.2
24552026-06-26T18:57:11.889Z Compiling rustls-native-certs v0.8.4
24562026-06-26T18:57:12.301Z Compiling tempfile v3.27.0
24572026-06-26T18:57:12.766Z Compiling futures-executor v0.3.32
24582026-06-26T18:57:13.202Z Compiling winnow v1.0.3
24592026-06-26T18:57:13.333Z Compiling futures v0.3.32
24602026-06-26T18:57:13.368Z Compiling regex v1.12.3
24612026-06-26T18:57:13.417Z Compiling rustls-platform-verifier v0.7.0
24622026-06-26T18:57:14.061Z Compiling hyper-rustls v0.27.9
24632026-06-26T18:57:14.442Z Compiling crossbeam-channel v0.5.15
24642026-06-26T18:57:14.653Z Compiling scroll v0.13.0
24652026-06-26T18:57:14.669Z Compiling hybrid-array v0.4.12
24662026-06-26T18:57:14.812Z Compiling adler2 v2.0.1
24672026-06-26T18:57:14.957Z Compiling simd-adler32 v0.3.9
24682026-06-26T18:57:14.981Z Compiling goblin v0.10.7
24692026-06-26T18:57:15.138Z Compiling miniz_oxide v0.8.9
24702026-06-26T18:57:15.163Z Compiling crc32fast v1.5.0
24712026-06-26T18:57:15.288Z Compiling reqwest v0.13.4
24722026-06-26T18:57:15.415Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24732026-06-26T18:57:15.797Z Compiling thread_local v1.1.9
24742026-06-26T18:57:16.159Z Compiling either v1.16.0
24752026-06-26T18:57:16.411Z Compiling flate2 v1.1.9
24762026-06-26T18:57:16.579Z Compiling crypto-common v0.2.2
24772026-06-26T18:57:16.971Z Compiling block-buffer v0.12.0
24782026-06-26T18:57:17.159Z Compiling crypto-common v0.1.7
24792026-06-26T18:57:17.313Z Compiling dtrace-parser v0.3.0
24802026-06-26T18:57:17.413Z Compiling rand_chacha v0.3.1
24812026-06-26T18:57:17.872Z Compiling thread-id v5.1.0
24822026-06-26T18:57:17.967Z Compiling is-terminal v0.4.17
24832026-06-26T18:57:18.041Z Compiling term v1.2.1
24842026-06-26T18:57:18.073Z Compiling match_cfg v0.1.0
24852026-06-26T18:57:18.153Z Compiling dof v0.4.0
24862026-06-26T18:57:19.835Z Compiling take_mut v0.2.2
24872026-06-26T18:57:19.929Z Compiling debug-ignore v1.0.5
24882026-06-26T18:57:19.958Z Compiling const-oid v0.10.2
24892026-06-26T18:57:20.045Z Compiling compression-core v0.4.32
24902026-06-26T18:57:20.225Z Compiling compression-codecs v0.4.38
24912026-06-26T18:57:20.260Z Compiling digest v0.11.3
24922026-06-26T18:57:20.456Z Compiling slog-async v2.8.0
24932026-06-26T18:57:20.613Z Compiling usdt-impl v0.6.0
24942026-06-26T18:57:21.209Z Compiling slog-term v2.9.2
24952026-06-26T18:57:21.935Z Compiling hostname v0.3.1
24962026-06-26T18:57:22.033Z Compiling rand v0.8.6
24972026-06-26T18:57:22.108Z Compiling ref-cast v1.0.25
24982026-06-26T18:57:22.221Z Compiling toml_parser v1.1.2+spec-1.1.0
24992026-06-26T18:57:22.564Z Compiling slog-json v2.6.1
25002026-06-26T18:57:22.832Z Compiling strum v0.26.3
25012026-06-26T18:57:22.844Z Compiling macaddr v1.0.1
25022026-06-26T18:57:22.972Z Compiling serde_spanned v1.1.1
25032026-06-26T18:57:23.121Z Compiling toml_datetime v1.1.1+spec-1.1.0
25042026-06-26T18:57:23.133Z Compiling wait-timeout v0.2.1
25052026-06-26T18:57:23.524Z Compiling memmap2 v0.9.10
25062026-06-26T18:57:23.540Z Compiling encoding_rs v0.8.35
25072026-06-26T18:57:23.642Z Compiling bit-vec v0.8.0
25082026-06-26T18:57:23.814Z Compiling mime v0.3.17
25092026-06-26T18:57:23.945Z Compiling toml_writer v1.1.1+spec-1.1.0
25102026-06-26T18:57:24.215Z Compiling spin v0.9.8
25112026-06-26T18:57:24.291Z Compiling quick-error v1.2.3
25122026-06-26T18:57:24.347Z Compiling toml v1.1.2+spec-1.1.0
25132026-06-26T18:57:24.405Z Compiling rusty-fork v0.3.1
25142026-06-26T18:57:24.899Z Compiling multer v3.1.0
25152026-06-26T18:57:25.261Z Compiling bit-set v0.8.0
25162026-06-26T18:57:25.460Z Compiling usdt v0.6.0
25172026-06-26T18:57:26.115Z Compiling slog-bunyan v2.5.0
25182026-06-26T18:57:26.139Z Compiling sha1 v0.11.0
25192026-06-26T18:57:26.338Z Compiling async-compression v0.4.42
25202026-06-26T18:57:26.408Z Compiling serde_with v3.20.0
25212026-06-26T18:57:26.422Z Compiling async-stream v0.3.6
25222026-06-26T18:57:26.550Z Compiling rand_xorshift v0.4.0
25232026-06-26T18:57:26.618Z Compiling waitgroup v0.1.2
25242026-06-26T18:57:26.714Z Compiling rustls-pemfile v2.2.0
25252026-06-26T18:57:26.778Z Compiling serde_path_to_error v0.1.20
25262026-06-26T18:57:26.826Z Compiling hostname v0.4.2
25272026-06-26T18:57:26.989Z Compiling unarray v0.1.4
25282026-06-26T18:57:27.001Z Compiling progenitor-client v0.14.0
25292026-06-26T18:57:27.051Z Compiling strum v0.27.2
25302026-06-26T18:57:27.111Z Compiling dropshot v0.17.1
25312026-06-26T18:57:27.194Z Compiling proptest v1.11.0
25322026-06-26T18:57:27.231Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25332026-06-26T18:57:27.384Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25342026-06-26T18:57:27.507Z Compiling iddqd v0.4.2
25352026-06-26T18:57:27.616Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25362026-06-26T18:57:27.808Z Compiling reqwest v0.12.28
25372026-06-26T18:57:27.931Z Compiling block-buffer v0.10.4
25382026-06-26T18:57:28.105Z Compiling backon v1.6.0
25392026-06-26T18:57:28.374Z Compiling instant v0.1.13
25402026-06-26T18:57:28.498Z Compiling backoff v0.4.0
25412026-06-26T18:57:28.726Z Compiling progenitor-extras v0.2.0
25422026-06-26T18:57:28.834Z Compiling digest v0.10.7
25432026-06-26T18:57:28.972Z Compiling progenitor-client v0.10.0
25442026-06-26T18:57:29.097Z Compiling parse-display v0.10.0
25452026-06-26T18:57:29.171Z Compiling itertools v0.14.0
25462026-06-26T18:57:29.466Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25472026-06-26T18:57:29.629Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25482026-06-26T18:57:30.021Z Compiling regress v0.10.5
25492026-06-26T18:57:30.668Z Compiling humantime v2.3.0
25502026-06-26T18:57:31.107Z Compiling cpufeatures v0.2.17
25512026-06-26T18:57:31.194Z Compiling heck v0.5.0
25522026-06-26T18:57:31.680Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25532026-06-26T18:57:31.831Z Compiling unicode-width v0.2.2
25542026-06-26T18:57:32.190Z Compiling secrecy v0.10.3
25552026-06-26T18:57:32.368Z Compiling tinyvec_macros v0.1.1
25562026-06-26T18:57:32.447Z Compiling tinyvec v1.11.0
25572026-06-26T18:57:32.893Z Compiling num-integer v0.1.46
25582026-06-26T18:57:33.135Z Compiling scroll v0.12.0
25592026-06-26T18:57:33.290Z Compiling crucible-workspace-hack v0.1.0
25602026-06-26T18:57:33.373Z Compiling hmac v0.12.1
25612026-06-26T18:57:33.399Z Compiling inout v0.1.4
25622026-06-26T18:57:33.437Z Compiling regress v0.11.1
25632026-06-26T18:57:33.535Z Compiling ff v0.13.1
25642026-06-26T18:57:33.564Z Compiling utf8parse v0.2.2
25652026-06-26T18:57:33.691Z Compiling anstyle-parse v1.0.0
25662026-06-26T18:57:33.712Z Compiling group v0.13.0
25672026-06-26T18:57:33.836Z Compiling cipher v0.4.4
25682026-06-26T18:57:33.922Z Compiling hkdf v0.12.4
25692026-06-26T18:57:34.092Z Compiling goblin v0.8.2
25702026-06-26T18:57:34.103Z Compiling num-rational v0.4.2
25712026-06-26T18:57:34.769Z Compiling num-iter v0.1.45
25722026-06-26T18:57:34.906Z Compiling zerocopy v0.7.35
25732026-06-26T18:57:35.224Z Compiling typify-impl v0.6.2
25742026-06-26T18:57:35.514Z Compiling universal-hash v0.5.1
25752026-06-26T18:57:35.664Z Compiling crypto-bigint v0.5.5
25762026-06-26T18:57:36.162Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25772026-06-26T18:57:37.493Z Compiling terminal_size v0.4.4
25782026-06-26T18:57:37.602Z Compiling half v2.7.1
25792026-06-26T18:57:37.660Z Compiling num-complex v0.4.6
25802026-06-26T18:57:37.960Z Compiling colorchoice v1.0.5
25812026-06-26T18:57:38.091Z Compiling is_terminal_polyfill v1.70.2
25822026-06-26T18:57:38.107Z Compiling anstyle v1.0.14
25832026-06-26T18:57:38.195Z Compiling base64ct v1.8.3
25842026-06-26T18:57:38.234Z Compiling base16ct v0.2.0
25852026-06-26T18:57:38.393Z Compiling opaque-debug v0.3.1
25862026-06-26T18:57:38.445Z Compiling anstyle-query v1.1.5
25872026-06-26T18:57:38.472Z Compiling ciborium-io v0.2.2
25882026-06-26T18:57:38.544Z Compiling anstream v1.0.0
25892026-06-26T18:57:38.560Z Compiling ciborium-ll v0.2.2
25902026-06-26T18:57:38.575Z Compiling poly1305 v0.8.0
25912026-06-26T18:57:38.824Z Compiling password-hash v0.5.0
25922026-06-26T18:57:39.082Z Compiling elliptic-curve v0.13.8
25932026-06-26T18:57:39.201Z Compiling num v0.4.3
25942026-06-26T18:57:39.289Z Compiling curve25519-dalek v4.1.3
25952026-06-26T18:57:39.404Z Compiling thiserror-no-std v2.0.2
25962026-06-26T18:57:39.506Z Compiling typify v0.6.2
25972026-06-26T18:57:39.622Z Compiling dof v0.3.0
25982026-06-26T18:57:39.810Z Compiling chacha20 v0.9.1
25992026-06-26T18:57:40.069Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26002026-06-26T18:57:40.305Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26012026-06-26T18:57:41.890Z Compiling blake2 v0.10.6
26022026-06-26T18:57:41.985Z Compiling aead v0.5.2
26032026-06-26T18:57:42.184Z Compiling byte-wrapper v0.1.0
26042026-06-26T18:57:42.316Z Compiling crossbeam-epoch v0.9.18
26052026-06-26T18:57:42.395Z Compiling dtrace-parser v0.2.0
26062026-06-26T18:57:42.822Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26072026-06-26T18:57:43.033Z Compiling thread-id v4.2.2
26082026-06-26T18:57:43.129Z Compiling keccak v0.1.6
26092026-06-26T18:57:43.217Z Compiling clap_lex v1.1.0
26102026-06-26T18:57:43.355Z Compiling float-ord v0.3.2
26112026-06-26T18:57:43.475Z Compiling strsim v0.11.1
26122026-06-26T18:57:43.587Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26132026-06-26T18:57:43.848Z Compiling clap_builder v4.6.0
26142026-06-26T18:57:44.314Z Compiling sha3 v0.10.9
26152026-06-26T18:57:44.374Z Compiling usdt-impl v0.5.0
26162026-06-26T18:57:44.713Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26172026-06-26T18:57:44.931Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26182026-06-26T18:57:47.246Z Compiling argon2 v0.5.3
26192026-06-26T18:57:48.316Z Compiling chacha20poly1305 v0.10.1
26202026-06-26T18:57:48.474Z Compiling vsss-rs v3.3.4
26212026-06-26T18:57:48.694Z Compiling ciborium v0.2.2
26222026-06-26T18:57:49.580Z Compiling hash32 v0.3.1
26232026-06-26T18:57:49.750Z Compiling memmap v0.7.0
26242026-06-26T18:57:49.796Z Compiling data-encoding v2.11.0
26252026-06-26T18:57:49.990Z Compiling indent_write v2.2.0
26262026-06-26T18:57:49.993Z Compiling usdt v0.5.0
26272026-06-26T18:57:50.145Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26282026-06-26T18:57:50.652Z Compiling heapless v0.8.0
26292026-06-26T18:57:51.156Z Compiling ingot-types v0.1.2
26302026-06-26T18:57:51.630Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26312026-06-26T18:57:51.649Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26322026-06-26T18:57:51.752Z Compiling clap v4.6.1
26332026-06-26T18:57:51.845Z Compiling rustix v0.38.44
26342026-06-26T18:57:51.982Z Compiling tabwriter v1.4.1
26352026-06-26T18:57:52.357Z Compiling cobs v0.3.0
26362026-06-26T18:57:52.489Z Compiling colored v3.1.1
26372026-06-26T18:57:52.644Z Compiling managed v0.8.0
26382026-06-26T18:57:52.916Z Compiling foreign-types-shared v0.3.1
26392026-06-26T18:57:53.024Z Compiling bitflags v1.3.2
26402026-06-26T18:57:53.111Z Compiling smoltcp v0.11.0
26412026-06-26T18:57:53.154Z Compiling foreign-types v0.5.0
26422026-06-26T18:57:53.234Z Compiling postcard v1.1.3
26432026-06-26T18:57:53.246Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26442026-06-26T18:57:53.612Z Compiling num_enum v0.7.6
26452026-06-26T18:57:53.748Z Compiling ingot v0.1.1
26462026-06-26T18:57:54.900Z Compiling memoffset v0.9.1
26472026-06-26T18:57:54.938Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26482026-06-26T18:57:54.997Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26492026-06-26T18:57:55.057Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26502026-06-26T18:57:55.182Z Compiling chacha20 v0.10.0
26512026-06-26T18:57:55.276Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26522026-06-26T18:57:55.527Z Compiling toml_datetime v0.6.11
26532026-06-26T18:57:55.588Z Compiling serde_spanned v0.6.9
26542026-06-26T18:57:55.703Z Compiling cstr-argument v0.1.2
26552026-06-26T18:57:55.760Z Compiling static_assertions v1.1.0
26562026-06-26T18:57:55.842Z Compiling winnow v0.7.15
26572026-06-26T18:57:55.892Z Compiling resolv-conf v0.7.6
26582026-06-26T18:57:55.912Z Compiling unicode-segmentation v1.13.3
26592026-06-26T18:57:55.949Z Compiling toml_write v0.1.2
26602026-06-26T18:57:56.205Z Compiling linked-hash-map v0.5.6
26612026-06-26T18:57:56.359Z Compiling swrite v0.1.0
26622026-06-26T18:57:56.458Z Compiling lru-cache v0.1.2
26632026-06-26T18:57:56.474Z Compiling newline-converter v0.3.0
26642026-06-26T18:57:56.544Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26652026-06-26T18:57:56.567Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26662026-06-26T18:57:56.605Z Compiling rand v0.10.1
26672026-06-26T18:57:56.616Z Compiling hubpack v0.1.2
26682026-06-26T18:57:56.878Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26692026-06-26T18:57:56.977Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26702026-06-26T18:57:57.013Z Compiling nix v0.31.3
26712026-06-26T18:57:57.210Z Compiling atomicwrites v0.4.4
26722026-06-26T18:57:57.430Z Compiling toml_edit v0.22.27
26732026-06-26T18:57:57.506Z Compiling hickory-proto v0.24.4
26742026-06-26T18:57:57.769Z Compiling crossbeam-deque v0.8.6
26752026-06-26T18:57:57.994Z Compiling console v0.15.11
26762026-06-26T18:57:58.244Z Compiling itertools v0.12.1
26772026-06-26T18:57:59.327Z Compiling camino-tempfile v1.4.1
26782026-06-26T18:57:59.617Z Compiling serde-big-array v0.5.1
26792026-06-26T18:57:59.697Z Compiling lazy_static v1.5.0
26802026-06-26T18:57:59.769Z Compiling siphasher v1.0.3
26812026-06-26T18:57:59.781Z Compiling similar v2.7.0
26822026-06-26T18:57:59.807Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26832026-06-26T18:57:59.981Z Compiling phf_shared v0.12.1
26842026-06-26T18:58:00.207Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26852026-06-26T18:58:00.486Z Compiling expectorate v1.2.0
26862026-06-26T18:58:00.702Z Compiling pin-project v1.1.13
26872026-06-26T18:58:00.813Z Compiling hickory-resolver v0.24.4
26882026-06-26T18:58:01.051Z Compiling toml v0.8.23
26892026-06-26T18:58:02.530Z Compiling prettyplease v0.2.37
26902026-06-26T18:58:03.705Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26912026-06-26T18:58:03.968Z Compiling rayon-core v1.13.0
26922026-06-26T18:58:05.652Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26932026-06-26T18:58:05.685Z Compiling num_enum v0.5.11
26942026-06-26T18:58:05.815Z Compiling progenitor-impl v0.13.0
26952026-06-26T18:58:05.869Z Compiling progenitor-impl v0.14.0
26962026-06-26T18:58:06.777Z Compiling unicode-normalization v0.1.25
26972026-06-26T18:58:07.371Z Compiling progenitor-client v0.13.0
26982026-06-26T18:58:07.896Z Compiling tokio-stream v0.1.18
26992026-06-26T18:58:08.468Z Compiling csv-core v0.1.13
27002026-06-26T18:58:08.882Z Compiling bstr v1.12.1
27012026-06-26T18:58:09.382Z Compiling foreign-types-shared v0.1.1
27022026-06-26T18:58:09.483Z Compiling konst_macro_rules v0.2.19
27032026-06-26T18:58:09.582Z Compiling same-file v1.0.6
27042026-06-26T18:58:09.682Z Compiling unicode-width v0.1.14
27052026-06-26T18:58:09.766Z Compiling highway v1.3.0
27062026-06-26T18:58:09.932Z Compiling foldhash v0.1.5
27072026-06-26T18:58:09.993Z Compiling walkdir v2.5.0
27082026-06-26T18:58:10.163Z Compiling hashbrown v0.15.5
27092026-06-26T18:58:10.464Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27102026-06-26T18:58:10.780Z Compiling konst v0.2.20
27112026-06-26T18:58:10.824Z Compiling foreign-types v0.3.2
27122026-06-26T18:58:10.907Z Compiling globset v0.4.18
27132026-06-26T18:58:11.164Z Compiling csv v1.4.0
27142026-06-26T18:58:12.143Z Compiling snafu v0.8.9
27152026-06-26T18:58:12.729Z Compiling qorb v0.4.1
27162026-06-26T18:58:13.937Z Compiling progenitor v0.13.0
27172026-06-26T18:58:14.047Z Compiling progenitor v0.14.0
27182026-06-26T18:58:14.079Z Compiling olpc-cjson v0.1.4
27192026-06-26T18:58:14.126Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27202026-06-26T18:58:14.189Z Compiling rayon v1.12.0
27212026-06-26T18:58:14.289Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27222026-06-26T18:58:14.806Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-26T18:58:16.412Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-26T18:58:17.472Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27252026-06-26T18:58:19.713Z Compiling phf v0.12.1
27262026-06-26T18:58:19.895Z Compiling openssl-sys v0.9.116
27272026-06-26T18:58:20.335Z Compiling tokio-dtrace v0.1.1
27282026-06-26T18:58:20.670Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-26T18:58:20.673Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27302026-06-26T18:58:20.905Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27312026-06-26T18:58:22.051Z Compiling libsw-core v0.3.2
27322026-06-26T18:58:22.276Z Compiling pem v3.0.6
27332026-06-26T18:58:22.463Z Compiling serde_plain v1.0.2
27342026-06-26T18:58:22.483Z Compiling sigpipe v0.1.3
27352026-06-26T18:58:22.584Z Compiling fixedbitset v0.4.2
27362026-06-26T18:58:22.775Z Compiling jiff v0.2.28
27372026-06-26T18:58:22.958Z Compiling typed-path v0.9.3
27382026-06-26T18:58:22.972Z Compiling fixedbitset v0.5.7
27392026-06-26T18:58:23.482Z Compiling bytecount v0.6.9
27402026-06-26T18:58:23.677Z Compiling minimal-lexical v0.2.1
27412026-06-26T18:58:23.999Z Compiling glob v0.3.3
27422026-06-26T18:58:24.067Z Compiling tough v0.22.0
27432026-06-26T18:58:24.476Z Compiling nom v7.1.3
27442026-06-26T18:58:24.658Z Compiling papergrid v0.11.0
27452026-06-26T18:58:24.990Z Compiling petgraph v0.8.3
27462026-06-26T18:58:25.910Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-26T18:58:26.140Z Compiling petgraph v0.6.5
27482026-06-26T18:58:26.154Z Compiling openssl v0.10.80
27492026-06-26T18:58:27.421Z Compiling libsw v3.5.0
27502026-06-26T18:58:27.611Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-06-26T18:58:27.964Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-06-26T18:58:28.372Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-26T18:58:28.614Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27542026-06-26T18:58:28.923Z Compiling zone v0.3.1
27552026-06-26T18:58:30.039Z Compiling oxide-tokio-rt v0.1.6
27562026-06-26T18:58:30.676Z Compiling chrono-tz v0.10.4
27572026-06-26T18:58:30.790Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27582026-06-26T18:58:30.909Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-26T18:58:31.115Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-26T18:58:31.294Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27612026-06-26T18:58:31.778Z Compiling newtype_derive v0.1.6
27622026-06-26T18:58:31.867Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-26T18:58:31.979Z Compiling const_format v0.2.36
27642026-06-26T18:58:32.488Z Compiling slog-dtrace v0.3.0
27652026-06-26T18:58:33.209Z Compiling cancel-safe-futures v0.1.5
27662026-06-26T18:58:33.575Z Compiling owo-colors v4.3.0
27672026-06-26T18:58:33.662Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27682026-06-26T18:58:34.399Z Compiling gethostname v0.5.0
27692026-06-26T18:58:34.495Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27702026-06-26T18:58:34.543Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-06-26T18:58:34.675Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-06-26T18:58:34.803Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-26T18:58:35.040Z Compiling bcs v0.1.6
27742026-06-26T18:58:35.444Z Compiling smf v0.2.3
27752026-06-26T18:58:35.464Z Compiling smawk v0.3.2
27762026-06-26T18:58:35.636Z Compiling whoami v1.6.1
27772026-06-26T18:58:35.880Z Compiling tagptr v0.2.0
27782026-06-26T18:58:35.922Z Compiling unicode-linebreak v0.1.5
27792026-06-26T18:58:36.045Z Compiling linear-map v1.2.0
27802026-06-26T18:58:36.102Z Compiling termtree v0.5.1
27812026-06-26T18:58:36.219Z Compiling textwrap v0.16.2
27822026-06-26T18:58:36.269Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27832026-06-26T18:58:36.272Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-06-26T18:58:36.697Z Compiling moka v0.12.15
27852026-06-26T18:58:37.701Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-06-26T18:58:37.837Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27872026-06-26T18:58:37.877Z Compiling tabled v0.15.0
27882026-06-26T18:58:37.916Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-06-26T18:58:39.633Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-26T18:58:39.845Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-06-26T18:58:39.861Z Compiling steno v0.4.1
27922026-06-26T18:58:40.143Z Compiling cookie v0.18.1
27932026-06-26T18:58:41.505Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27942026-06-26T18:58:45.160Z Compiling hickory-proto v0.25.2
27952026-06-26T18:58:45.995Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27962026-06-26T18:58:46.528Z Compiling arc-swap v1.9.1
27972026-06-26T18:58:46.560Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27982026-06-26T18:58:46.886Z Compiling slog-scope v4.4.1
27992026-06-26T18:58:47.354Z Compiling hickory-resolver v0.25.2
28002026-06-26T18:58:48.495Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28012026-06-26T18:58:49.721Z Compiling libscf-sys v1.2.0
28022026-06-26T18:58:49.886Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28032026-06-26T18:58:49.897Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28042026-06-26T18:58:50.611Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28052026-06-26T18:58:51.417Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28062026-06-26T18:58:52.278Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28072026-06-26T18:58:53.018Z Compiling slog-stdlog v4.1.1
28082026-06-26T18:58:53.416Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28092026-06-26T18:58:53.530Z Compiling slog-envlogger v2.2.0
28102026-06-26T18:58:53.790Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
28112026-06-26T18:58:54.232Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28122026-06-26T18:58:54.870Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28132026-06-26T18:59:01.574Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28142026-06-26T18:59:03.898Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28152026-06-26T18:59:05.692Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28162026-06-26T18:59:14.370Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28172026-06-26T18:59:18.133Z Finished `release` profile [optimized] target(s) in 2m 25s
28182026-06-26T18:59:18.248Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28192026-06-26T18:59:18.251Z
28202026-06-26T18:59:18.251Zrunning 1 test
28212026-06-26T18:59:18.372Zconfigure zone
28222026-06-26T18:59:18.390Zinstall zone
28232026-06-26T18:59:28.116Zboot zone
28242026-06-26T18:59:28.199Zstart zone s1
28252026-06-26T18:59:28.202Zconfigure zone
28262026-06-26T18:59:28.208Zinstall zone
28272026-06-26T18:59:30.053Zboot zone
28282026-06-26T18:59:30.152Zstart zone s2
28292026-06-26T18:59:30.152Zconfigure zone
28302026-06-26T18:59:30.162Zinstall zone
28312026-06-26T18:59:32.468Zboot zone
28322026-06-26T18:59:32.573Zstart zone s3
28332026-06-26T18:59:32.573Zconfigure zone
28342026-06-26T18:59:32.584Zinstall zone
28352026-06-26T18:59:35.777Zboot zone
28362026-06-26T18:59:35.876Zstart zone t1
28372026-06-26T18:59:35.876Zconfigure zone
28382026-06-26T18:59:35.886Zinstall zone
28392026-06-26T18:59:38.151Zboot zone
28402026-06-26T18:59:38.247Zwaiting for zones to come up
28412026-06-26T18:59:48.248Z[sidecar.quartet] svcs milestone/network
28422026-06-26T18:59:48.273ZSTATE STIME FMRI
28432026-06-26T18:59:48.273Zonline 18:59:28 svc:/milestone/network:default
28442026-06-26T18:59:48.273Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28452026-06-26T18:59:48.300Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28462026-06-26T18:59:48.326Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28472026-06-26T18:59:48.347Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28482026-06-26T18:59:48.349Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28492026-06-26T18:59:48.362Z
28502026-06-26T18:59:48.362Zrunning zone s1.quartet setup
28512026-06-26T18:59:48.362Z[s1.quartet] svcs milestone/network
28522026-06-26T18:59:48.378ZSTATE STIME FMRI
28532026-06-26T18:59:48.378Zonline 18:59:30 svc:/milestone/network:default
28542026-06-26T18:59:48.378Z[s1.quartet] dladm
28552026-06-26T18:59:48.390ZLINK CLASS MTU STATE BRIDGE OVER
28562026-06-26T18:59:48.390Zsl0 simnet 9000 up -- ?
28572026-06-26T18:59:48.390Zmgs1 vnic 9000 up -- ?
28582026-06-26T18:59:48.390Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28592026-06-26T18:59:48.872Z
28602026-06-26T18:59:48.872Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28612026-06-26T18:59:48.887Z
28622026-06-26T18:59:48.887Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28632026-06-26T18:59:48.899Z
28642026-06-26T18:59:48.900Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28652026-06-26T18:59:48.983Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28662026-06-26T18:59:49.053Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 92f85b36-9d91-40b7-9dff-a83163000840 --sled-uuid e3c6faea-f508-496f-a987-203c4fd67658 -a sl0/v6 &> /opt/ddmd.log &
28672026-06-26T18:59:49.067Z
28682026-06-26T18:59:49.067Zrunning zone s2.quartet setup
28692026-06-26T18:59:49.067Z[s2.quartet] svcs milestone/network
28702026-06-26T18:59:49.084ZSTATE STIME FMRI
28712026-06-26T18:59:49.084Zonline 18:59:32 svc:/milestone/network:default
28722026-06-26T18:59:49.084Z[s2.quartet] dladm
28732026-06-26T18:59:49.098ZLINK CLASS MTU STATE BRIDGE OVER
28742026-06-26T18:59:49.098Zsl1 simnet 9000 up -- ?
28752026-06-26T18:59:49.098Zmgs2 vnic 9000 up -- ?
28762026-06-26T18:59:49.098Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28772026-06-26T18:59:49.645Z
28782026-06-26T18:59:49.645Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28792026-06-26T18:59:49.658Z
28802026-06-26T18:59:49.658Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28812026-06-26T18:59:49.669Z
28822026-06-26T18:59:49.669Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28832026-06-26T18:59:49.701Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28842026-06-26T18:59:49.748Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 894a3fd4-f732-4333-9588-cf6b5b3a1ef6 --sled-uuid 6ef00b41-e142-4f06-af1a-435397e3ffad -a sl1/v6 &> /opt/ddmd.log &
28852026-06-26T18:59:49.751Z
28862026-06-26T18:59:49.751Zrunning zone s3.quartet setup
28872026-06-26T18:59:49.752Z[s3.quartet] svcs milestone/network
28882026-06-26T18:59:49.755ZSTATE STIME FMRI
28892026-06-26T18:59:49.755Zonline 18:59:35 svc:/milestone/network:default
28902026-06-26T18:59:49.755Z[s3.quartet] dladm
28912026-06-26T18:59:49.767ZLINK CLASS MTU STATE BRIDGE OVER
28922026-06-26T18:59:49.767Zsl2 simnet 9000 up -- ?
28932026-06-26T18:59:49.767Zmgs3 vnic 9000 up -- ?
28942026-06-26T18:59:49.767Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28952026-06-26T18:59:50.273Z
28962026-06-26T18:59:50.273Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28972026-06-26T18:59:50.288Z
28982026-06-26T18:59:50.288Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28992026-06-26T18:59:50.300Z
29002026-06-26T18:59:50.300Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
29012026-06-26T18:59:50.332Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
29022026-06-26T18:59:50.363Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 099ca722-91fe-4555-a89c-cfd84275f65f --sled-uuid 91b57695-24b0-4926-91a4-5b9c69bc23f9 -a sl2/v6 &> /opt/ddmd.log &
29032026-06-26T18:59:50.375Z
29042026-06-26T18:59:50.375Zrunning zone t1.quartet setup
29052026-06-26T18:59:50.375Z[t1.quartet] svcs milestone/network
29062026-06-26T18:59:50.389ZSTATE STIME FMRI
29072026-06-26T18:59:50.389Zonline 18:59:38 svc:/milestone/network:default
29082026-06-26T18:59:50.389Z[t1.quartet] dladm
29092026-06-26T18:59:50.402ZLINK CLASS MTU STATE BRIDGE OVER
29102026-06-26T18:59:50.402Ztfportrear0_0 simnet 9000 up -- ?
29112026-06-26T18:59:50.402Ztfportrear1_0 simnet 9000 up -- ?
29122026-06-26T18:59:50.402Ztfportrear2_0 simnet 9000 up -- ?
29132026-06-26T18:59:50.402Zmgt1 vnic 9000 up -- ?
29142026-06-26T18:59:50.402Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29152026-06-26T18:59:50.899Z
29162026-06-26T18:59:50.899Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29172026-06-26T18:59:50.913Z
29182026-06-26T18:59:50.913Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29192026-06-26T18:59:50.926Z
29202026-06-26T18:59:50.926Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29212026-06-26T18:59:50.939Z
29222026-06-26T18:59:50.939Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29232026-06-26T18:59:50.950Z
29242026-06-26T18:59:50.950Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29252026-06-26T18:59:51.267Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29262026-06-26T18:59:51.271Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29272026-06-26T18:59:51.271Zwaiting 3s for copy of files to zone to complete ...
29282026-06-26T18:59:54.271Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29292026-06-26T18:59:54.401Z
29302026-06-26T18:59:54.401Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29312026-06-26T18:59:54.506Z
29322026-06-26T18:59:54.506Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29332026-06-26T18:59:54.539Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29342026-06-26T18:59:54.569Z[t1.quartet] svcadm disable dendrite
29352026-06-26T18:59:54.594Z
29362026-06-26T18:59:54.594Z[t1.quartet] svcadm disable tfport
29372026-06-26T18:59:54.616Z
29382026-06-26T18:59:54.616Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29392026-06-26T18:59:54.641Z
29402026-06-26T18:59:54.641Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29412026-06-26T18:59:54.666Z
29422026-06-26T18:59:54.666Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29432026-06-26T18:59:54.690Z
29442026-06-26T18:59:54.690Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29452026-06-26T18:59:54.714Z
29462026-06-26T18:59:54.714Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29472026-06-26T18:59:54.738Z
29482026-06-26T18:59:54.738Z[t1.quartet] svcadm refresh dendrite:default
29492026-06-26T18:59:54.759Z
29502026-06-26T18:59:54.759Z[t1.quartet] svcadm enable dendrite:default
29512026-06-26T18:59:54.780Z
29522026-06-26T18:59:54.780Zwait 10s for dendrite to come up ...
29532026-06-26T19:00:04.781Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29542026-06-26T19:00:04.811Z
29552026-06-26T19:00:04.811Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29562026-06-26T19:00:04.835Z
29572026-06-26T19:00:04.835Z[t1.quartet] svcadm refresh tfport:default
29582026-06-26T19:00:04.855Z
29592026-06-26T19:00:04.855Z[t1.quartet] svcadm enable tfport
29602026-06-26T19:00:04.876Z
29612026-06-26T19:00:04.876Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ad04d021-7a59-459e-b576-2f878622efe6 --sled-uuid 825f36fa-f937-4b94-8b45-c7fde106fcdf -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29622026-06-26T19:00:04.888Z
29632026-06-26T19:00:04.888Z[t1.quartet] ipadm
29642026-06-26T19:00:04.902ZADDROBJ TYPE STATE ADDR
29652026-06-26T19:00:04.902Zlo0/v4 static ok 127.0.0.1/8
29662026-06-26T19:00:04.902Zmgt1/v4 static ok 10.0.0.4/24
29672026-06-26T19:00:04.902Zlo0/v6 static ok ::1/128
29682026-06-26T19:00:04.902Zlo0/u6 static ok fd00:4::1/64
29692026-06-26T19:00:04.902Ztfportrear0_0/v6 addrconf ok fe80::3429:c5ff:fe81:1623%tfportrear0_0/10
29702026-06-26T19:00:04.902Ztfportrear1_0/v6 addrconf ok fe80::84:feff:fea2:f3fa%tfportrear1_0/10
29712026-06-26T19:00:04.902Ztfportrear2_0/v6 addrconf ok fe80::b429:b4ff:fee0:8783%tfportrear2_0/10
29722026-06-26T19:00:07.012Zinitial peering test passed
29732026-06-26T19:00:08.014Z[s3.quartet] ping fd00:1::1
29742026-06-26T19:00:08.031Zfd00:1::1 is alive
29752026-06-26T19:00:18.256Ztest ddm::test_quartet has been running for over 60 seconds
29762026-06-26T19:00:19.034Z[s3.quartet] ping fd00:1::1
29772026-06-26T19:00:19.050Zfd00:1::1 is alive
29782026-06-26T19:00:19.053Z[t1.quartet] pkill ddmd
29792026-06-26T19:00:19.063Z
29802026-06-26T19:00:19.063Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29812026-06-26T19:00:19.066Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29822026-06-26T19:00:20.950Z[s3.quartet] pkill ddmd
29832026-06-26T19:00:20.961Z
29842026-06-26T19:00:20.961Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29852026-06-26T19:00:22.766Z[s2.quartet] pkill ddmd
29862026-06-26T19:00:22.778Z
29872026-06-26T19:00:22.778Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29882026-06-26T19:00:24.527Z[s1.quartet] pkill ddmd
29892026-06-26T19:00:24.539Z
29902026-06-26T19:00:24.540Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29912026-06-26T19:00:26.896Z[sidecar.quartet] pkill softnpu
29922026-06-26T19:00:26.901Z
29932026-06-26T19:00:26.901Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29942026-06-26T19:00:29.176Ztest ddm::test_quartet ... ok
29952026-06-26T19:00:29.176Z
29962026-06-26T19:00:29.176Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 70.92s
29972026-06-26T19:00:29.176Z
29982026-06-26T19:00:29.227Z+ cleanup
29992026-06-26T19:00:29.237Z++ id -un
30002026-06-26T19:00:29.237Z++ id -gn
30012026-06-26T19:00:29.237Z+ pfexec chown -R build:build .
30022026-06-26T19:00:29.356Zprocess exited: duration 684115 ms, exit code 0
 
30032026-06-26T19:00:29.396Zfound 6 output files
30042026-06-26T19:00:29.396Zuploading: /work/s1.quartet.log (4857 bytes)
30052026-06-26T19:00:30.496Zuploaded: /work/s1.quartet.log
30062026-06-26T19:00:30.496Zuploading: /work/s2.quartet.log (4117 bytes)
30072026-06-26T19:00:31.510Zuploaded: /work/s2.quartet.log
30082026-06-26T19:00:31.510Zuploading: /work/s3.quartet.log (4254 bytes)
30092026-06-26T19:00:32.523Zuploaded: /work/s3.quartet.log
30102026-06-26T19:00:32.523Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30112026-06-26T19:00:37.368Zuploaded: /work/sidecar.quartet-softnpu.log
30122026-06-26T19:00:37.368Zuploading: /work/t1.quartet-dpd.log (193409 bytes)
30132026-06-26T19:00:38.384Zuploaded: /work/t1.quartet-dpd.log
30142026-06-26T19:00:38.384Zuploading: /work/t1.quartet.log (17194 bytes)
30152026-06-26T19:00:39.498Zuploaded: /work/t1.quartet.log