01KVB4XQ47WRJRKKMH3TFKMD9H: 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: 01KVB4YHVY0TEJVYK9R9CGWRTR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T16:00:40.185Zjob assigned to worker 01KVB4Z3GGSSKMVFYZ1WARWC7W [factory aws, i-01c741adbfb2f12ce] (queued for 59 s)
 
22026-06-17T16:00:46.876Zstarting task 0: "setup"
32026-06-17T16:00:46.882Z++ uname -s
42026-06-17T16:00:46.886Z+ kern=SunOS
52026-06-17T16:00:46.886Z+ build_user=build
62026-06-17T16:00:46.886Z+ build_uid=12345
72026-06-17T16:00:46.886Z+ work_dir=/work
82026-06-17T16:00:46.886Z+ input_dir=/input
92026-06-17T16:00:46.886Z+ [[ 0 == 12345 ]]
102026-06-17T16:00:46.886Z+ case "$kern" in
112026-06-17T16:00:46.886Z+ groupadd -g 12345 build
122026-06-17T16:00:46.886Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T16:00:48.945Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T16:00:48.990Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T16:00:48.993Z+ home_fs=zfs
162026-06-17T16:00:48.993Z+ [[ zfs == autofs ]]
172026-06-17T16:00:48.993Z+ mkdir -p /home/build
182026-06-17T16:00:48.993Z+ chown build:build /home/build /work
192026-06-17T16:00:50.992Z+ chmod 0700 /home/build /work
202026-06-17T16:00:50.995Zprocess exited: duration 4118 ms, exit code 0
 
212026-06-17T16:00:51.001Zstarting task 1: "rust-toolchain"
222026-06-17T16:00:51.005Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T16:00:51.006Z * rust toolchain channel = "stable"
242026-06-17T16:00:51.006Z * rust toolchain profile = "default"
252026-06-17T16:00:51.006Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-17T16:00:51.006Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-17T16:00:51.006Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T16:00:51.008Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T16:00:51.009Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T16:00:51.081Zinfo: downloading installer
312026-06-17T16:00:52.487Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T16:00:52.487Zwarn: /opt/ooce/bin
332026-06-17T16:00:52.487Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T16:00:52.487Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T16:00:52.487Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T16:00:52.487Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T16:00:52.487Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T16:00:52.487Zerror: cannot install while Rust is installed
392026-06-17T16:00:52.487Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T16:00:52.487Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T16:00:52.487Zwarn: /home/build/.rustup/settings.toml
422026-06-17T16:00:52.488Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T16:00:52.488Zwarn: instead of the one inferred from the default host triple.
442026-06-17T16:00:52.501Zinfo: profile set to default
452026-06-17T16:00:52.501Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T16:00:52.504Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T16:00:52.650Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T16:00:52.653Zinfo: downloading 6 components
492026-06-17T16:01:09.127Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T16:01:09.127Z
512026-06-17T16:01:09.149Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T16:01:09.149Z
532026-06-17T16:01:09.149Z
542026-06-17T16:01:09.149ZRust is installed now. Great!
552026-06-17T16:01:09.149Z
562026-06-17T16:01:09.149ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T16:01:09.149Zenvironment variable. This has not been done automatically.
582026-06-17T16:01:09.149Z
592026-06-17T16:01:09.149ZTo configure your current shell, you need to source
602026-06-17T16:01:09.149Zthe corresponding env file under $HOME/.cargo.
612026-06-17T16:01:09.149Z
622026-06-17T16:01:09.149ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T16:01:09.150Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T16:01:09.150Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T16:01:09.150Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T16:01:09.150Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T16:01:09.150Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T16:01:09.150Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T16:01:09.153Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T16:01:09.153Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T16:01:09.247Z+ rustup --version
722026-06-17T16:01:09.254Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T16:01:09.257Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T16:01:09.275Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T16:01:09.278Z+ cargo --version
762026-06-17T16:01:09.291Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T16:01:09.298Z+ rustc --version
782026-06-17T16:01:09.312Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T16:01:09.315Zprocess exited: duration 18311 ms, exit code 0
 
802026-06-17T16:01:09.323Zstarting task 2: "authentication"
812026-06-17T16:01:09.337Zprocess exited: duration 16 ms, exit code 0
 
822026-06-17T16:01:09.342Zstarting task 3: "clone repository"
832026-06-17T16:01:09.349Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T16:01:09.353Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T16:01:09.391ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T16:01:11.342Z+ cd /work/oxidecomputer/maghemite
872026-06-17T16:01:11.342Z+ git fetch origin 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
882026-06-17T16:01:11.601ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T16:01:11.602Z * branch 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 -> FETCH_HEAD
902026-06-17T16:01:11.606Z+ [[ -n trey/md5-auth-key ]]
912026-06-17T16:01:11.606Z++ git branch --show-current
922026-06-17T16:01:11.606Z+ current=main
932026-06-17T16:01:11.606Z+ [[ main != trey/md5-auth-key ]]
942026-06-17T16:01:11.606Z+ git branch -f trey/md5-auth-key 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
952026-06-17T16:01:11.612Z+ git checkout -f trey/md5-auth-key
962026-06-17T16:01:11.625ZSwitched to branch 'trey/md5-auth-key'
972026-06-17T16:01:11.627Z+ git reset --hard 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
982026-06-17T16:01:11.634ZHEAD is now at 2b5cf1e fmt: yank trailing newline
992026-06-17T16:01:11.639Zprocess exited: duration 2291 ms, exit code 0
 
1002026-06-17T16:01:11.647Zstarting task 4: "build"
1012026-06-17T16:01:11.653Z++ dladm
1022026-06-17T16:01:11.657ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-17T16:01:11.657Zena0 phys 9216 up -- --
1042026-06-17T16:01:11.662Z++ ipadm
1052026-06-17T16:01:11.662ZADDROBJ TYPE STATE ADDR
1062026-06-17T16:01:11.662Zlo0/v4 static ok 127.0.0.1/8
1072026-06-17T16:01:11.662Zena0/dhcp dhcp ok 10.150.1.177/24
1082026-06-17T16:01:11.662Zlo0/v6 static ok ::1/128
1092026-06-17T16:01:11.662Z++ banner collect
1102026-06-17T16:01:11.662Z
1112026-06-17T16:01:11.662Z #### #### # # ###### #### #####
1122026-06-17T16:01:11.662Z # # # # # # # # # #
1132026-06-17T16:01:11.662Z # # # # # ##### # #
1142026-06-17T16:01:11.662Z # # # # # # # #
1152026-06-17T16:01:11.662Z # # # # # # # # # #
1162026-06-17T16:01:11.662Z #### #### ###### ###### ###### #### #
1172026-06-17T16:01:11.663Z
1182026-06-17T16:01:11.663Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-17T16:01:11.663Z++ repo=softnpu
1202026-06-17T16:01:11.663Z++ series=image
1212026-06-17T16:01:11.663Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-17T16:01:11.663Z++ name=softnpu
1232026-06-17T16:01:11.663Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-17T16:01:11.663Z++ mkdir -p download
1252026-06-17T16:01:11.667Z++ pushd download
1262026-06-17T16:01:11.668Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-17T16:01:11.668Z++ [[ ! -f softnpu ]]
1282026-06-17T16:01:11.668Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-17T16:01:11.686Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-17T16:01:11.686Z Dload Upload Total Spent Left Speed
1312026-06-17T16:01:12.074Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 38.97M 0 0 100 15.63M 100 15.63M 0 0 38.97M 0 0 100 15.63M 100 15.63M 0 0 38.96M 0 0
1322026-06-17T16:01:12.079Z++ popd
1332026-06-17T16:01:12.080Z/work/oxidecomputer/maghemite
1342026-06-17T16:01:12.080Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-17T16:01:12.080Z++ repo=sidecar-lite
1362026-06-17T16:01:12.080Z++ series=release
1372026-06-17T16:01:12.080Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-17T16:01:12.080Z++ name=libsidecar_lite.so
1392026-06-17T16:01:12.080Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-17T16:01:12.080Z++ mkdir -p download
1412026-06-17T16:01:12.080Z++ pushd download
1422026-06-17T16:01:12.080Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-17T16:01:12.080Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-17T16:01:12.080Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-17T16:01:12.085Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-17T16:01:12.085Z Dload Upload Total Spent Left Speed
1472026-06-17T16:01:12.390Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 38.94M 0 0 100 12.04M 100 12.04M 0 0 38.93M 0 0 100 12.04M 100 12.04M 0 0 38.92M 0 0
1482026-06-17T16:01:12.396Z++ popd
1492026-06-17T16:01:12.396Z/work/oxidecomputer/maghemite
1502026-06-17T16:01:12.396Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-17T16:01:12.397Z++ repo=sidecar-lite
1522026-06-17T16:01:12.397Z++ series=release
1532026-06-17T16:01:12.397Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-17T16:01:12.397Z++ name=scadm
1552026-06-17T16:01:12.397Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-17T16:01:12.397Z++ mkdir -p download
1572026-06-17T16:01:12.404Z++ pushd download
1582026-06-17T16:01:12.404Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-17T16:01:12.404Z++ [[ ! -f scadm ]]
1602026-06-17T16:01:12.404Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-17T16:01:12.413Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-17T16:01:12.413Z Dload Upload Total Spent Left Speed
1632026-06-17T16:01:14.973Z 0 0 0 0 0 0 0 0 0 20 15.78M 20 3.25M 0 0 2.73M 0 00:05 00:01 00:04 2.74M 20 15.78M 20 3.25M 0 0 1.48M 0 00:10 00:02 00:08 1.48M 100 15.78M 100 15.78M 0 0 6.23M 0 00:02 00:02 1.48M 100 15.78M 100 15.78M 0 0 6.23M 0 00:02 00:02 1.48M 100 15.78M 100 15.78M 0 0 6.23M 0 00:02 00:02 1.48M
1642026-06-17T16:01:14.983Z++ popd
1652026-06-17T16:01:14.983Z/work/oxidecomputer/maghemite
1662026-06-17T16:01:14.983Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-17T16:01:14.983Z++ repo=dendrite
1682026-06-17T16:01:14.983Z++ series=image
1692026-06-17T16:01:14.983Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-17T16:01:14.983Z++ name=dendrite-softnpu.tar.gz
1712026-06-17T16:01:14.983Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-17T16:01:14.983Z++ mkdir -p download
1732026-06-17T16:01:14.983Z++ pushd download
1742026-06-17T16:01:14.983Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-17T16:01:14.983Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-17T16:01:14.984Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-17T16:01:14.984Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-17T16:01:14.984Z Dload Upload Total Spent Left Speed
1792026-06-17T16:01:16.005Z 0 0 0 0 0 0 0 0 0 93 71.59M 93 67.11M 0 0 67.17M 0 00:01 00:01 67.18M 100 71.59M 100 71.59M 0 0 67.62M 0 00:01 00:01 67.18M 100 71.59M 100 71.59M 0 0 67.62M 0 00:01 00:01 67.18M 100 71.59M 100 71.59M 0 0 67.62M 0 00:01 00:01 67.18M
1802026-06-17T16:01:16.009Z++ popd
1812026-06-17T16:01:16.012Z/work/oxidecomputer/maghemite
1822026-06-17T16:01:16.012Z++ get_artifact maghemite release 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 ddm
1832026-06-17T16:01:16.012Z++ repo=maghemite
1842026-06-17T16:01:16.012Z++ series=release
1852026-06-17T16:01:16.012Z++ commit=2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
1862026-06-17T16:01:16.012Z++ name=ddm
1872026-06-17T16:01:16.012Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-17T16:01:16.012Z++ mkdir -p download
1892026-06-17T16:01:16.012Z++ pushd download
1902026-06-17T16:01:16.012Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-17T16:01:16.012Z++ [[ ! -f ddm ]]
1922026-06-17T16:01:16.012Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3/ddm
1932026-06-17T16:01:16.017Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-17T16:01:16.021Z Dload Upload Total Spent Left Speed
1952026-06-17T16:01:16.084Z 0 0 0 0 0 0 0 0 0
1962026-06-17T16:01:16.089Zcurl: (22) The requested URL returned error: 404
1972026-06-17T16:01:16.089Z++ popd
1982026-06-17T16:01:16.089Z/work/oxidecomputer/maghemite
1992026-06-17T16:01:16.089Z++ get_artifact maghemite release 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 ddmadm
2002026-06-17T16:01:16.089Z++ repo=maghemite
2012026-06-17T16:01:16.089Z++ series=release
2022026-06-17T16:01:16.090Z++ commit=2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
2032026-06-17T16:01:16.090Z++ name=ddmadm
2042026-06-17T16:01:16.090Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-17T16:01:16.090Z++ mkdir -p download
2062026-06-17T16:01:16.090Z++ pushd download
2072026-06-17T16:01:16.090Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-17T16:01:16.090Z++ [[ ! -f ddmadm ]]
2092026-06-17T16:01:16.090Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3/ddmadm
2102026-06-17T16:01:16.099Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-17T16:01:16.099Z Dload Upload Total Spent Left Speed
2122026-06-17T16:01:16.167Z 0 0 0 0 0 0 0 0 0
2132026-06-17T16:01:16.167Zcurl: (22) The requested URL returned error: 404
2142026-06-17T16:01:16.172Z++ popd
2152026-06-17T16:01:16.172Z/work/oxidecomputer/maghemite
2162026-06-17T16:01:16.172Z++ pushd download
2172026-06-17T16:01:16.172Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-17T16:01:16.172Z++ chmod +x softnpu
2192026-06-17T16:01:16.172Z++ chmod +x scadm
2202026-06-17T16:01:16.173Z++ chmod +x ddmadm
2212026-06-17T16:01:16.173Zchmod: WARNING: can't access ddmadm
2222026-06-17T16:01:16.173Z++ chmod +x ddmd
2232026-06-17T16:01:16.181Zchmod: WARNING: can't access ddmd
2242026-06-17T16:01:16.181Z++ mv ddmadm ddmadm-v2
2252026-06-17T16:01:16.181Zmv: cannot access ddmadm
2262026-06-17T16:01:16.182Z++ mv ddmd ddmd-v2
2272026-06-17T16:01:16.182Zmv: cannot access ddmd
2282026-06-17T16:01:16.182Z++ rm -rf zones/dendrite
2292026-06-17T16:01:16.182Z++ mkdir -p zones/dendrite
2302026-06-17T16:01:16.182Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-17T16:01:17.179Z++ 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-17T16:01:17.184Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-17T16:01:17.184Z++ popd
2342026-06-17T16:01:17.184Z/work/oxidecomputer/maghemite
2352026-06-17T16:01:17.184Z++ banner install
2362026-06-17T16:01:17.191Z
2372026-06-17T16:01:17.191Z # # # #### ##### ## # #
2382026-06-17T16:01:17.191Z # ## # # # # # # #
2392026-06-17T16:01:17.191Z # # # # #### # # # # #
2402026-06-17T16:01:17.191Z # # # # # # ###### # #
2412026-06-17T16:01:17.191Z # # ## # # # # # # #
2422026-06-17T16:01:17.191Z # # # #### # # # ###### ######
2432026-06-17T16:01:17.191Z
2442026-06-17T16:01:17.191Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-17T16:01:17.191Z++ set +o errexit
2462026-06-17T16:01:17.191Z++ pkg info clang-15
2472026-06-17T16:01:17.191Z++ grep -qi installed
2482026-06-17T16:01:18.380Zpkg: info: no packages matching the following patterns you specified are
2492026-06-17T16:01:18.380Zinstalled on the system. Try querying remotely instead:
2502026-06-17T16:01:18.380Z
2512026-06-17T16:01:18.380Z clang-15
2522026-06-17T16:01:18.410Z++ [[ 1 != 0 ]]
2532026-06-17T16:01:18.410Z++ set -o errexit
2542026-06-17T16:01:18.410Z++ pfexec pkg install clang-15
2552026-06-17T16:01:25.098Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-17T16:01:32.795Z Startup: Caching catalogs ... Done
2572026-06-17T16:01:40.067ZPlanning: Solver setup ... Done
2582026-06-17T16:01:40.108ZPlanning: Running solver ... Done
2592026-06-17T16:01:40.244ZPlanning: Finding local manifests ... Done
2602026-06-17T16:01:40.268ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-17T16:01:40.358ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-17T16:01:40.388ZPlanning: Package planning ... Done
2632026-06-17T16:01:40.415ZPlanning: Merging actions ... Done
2642026-06-17T16:01:40.521ZPlanning: Checking for conflicting actions ... Done
2652026-06-17T16:01:40.528ZPlanning: Consolidating action changes ... Done
2662026-06-17T16:01:41.274ZPlanning: Evaluating mediators ... Done
2672026-06-17T16:01:41.280ZPlanning: Planning completed in 8.31 seconds
2682026-06-17T16:01:41.290Z Packages to install: 2
2692026-06-17T16:01:41.293Z Mediators to change: 2
2702026-06-17T16:01:41.293Z Services to change: 1
2712026-06-17T16:01:41.293Z Create boot environment: No
2722026-06-17T16:01:41.293ZCreate backup boot environment: No
2732026-06-17T16:01:41.333Z
2742026-06-17T16:01:41.333ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-17T16:01:46.449ZDownload: 983/3076 items 82.2/211.3MB 38% complete (18.4M/s)
2762026-06-17T16:01:51.451ZDownload: 1704/3076 items 117.3/211.3MB 55% complete (11.6M/s)
2772026-06-17T16:02:00.955ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (9.9M/s)
2782026-06-17T16:02:06.045ZDownload: 2346/3076 items 118.9/211.3MB 56% complete (103k/s)
2792026-06-17T16:02:11.046ZDownload: 2893/3076 items 153.5/211.3MB 72% complete (3.4M/s)
2802026-06-17T16:02:26.124ZDownload: 3026/3076 items 201.5/211.3MB 95% complete
2812026-06-17T16:02:31.144ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (8.3M/s)
2822026-06-17T16:02:32.940ZDownload: Completed 211.31 MB in 51.60 seconds (4.1M/s)
2832026-06-17T16:02:33.057Z Actions: 1/3418 actions (Installing new actions)
2842026-06-17T16:02:36.207Z Actions: Completed 3418 actions in 3.15 seconds.
2852026-06-17T16:02:36.861Z Done
2862026-06-17T16:02:36.861Z Done
2872026-06-17T16:02:37.605Z Done
2882026-06-17T16:02:40.943Z Done
2892026-06-17T16:02:41.016Z Done
2902026-06-17T16:02:41.019Z Done
2912026-06-17T16:02:41.169Z Done
2922026-06-17T16:02:41.868Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-06-17T16:02:41.868Z++ set +o errexit
2942026-06-17T16:02:41.871Z++ pkg info pkg-config
2952026-06-17T16:02:41.871Z++ grep -qi installed
2962026-06-17T16:02:42.098Z++ [[ 0 != 0 ]]
2972026-06-17T16:02:42.098Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2982026-06-17T16:02:42.098Z++ set +o errexit
2992026-06-17T16:02:42.101Z++ pkg info brand/omicron1
3002026-06-17T16:02:42.101Z++ grep -qi installed
3012026-06-17T16:02:42.284Zpkg: info: no packages matching the following patterns you specified are
3022026-06-17T16:02:42.284Zinstalled on the system. Try querying remotely instead:
3032026-06-17T16:02:42.284Z
3042026-06-17T16:02:42.284Z brand/omicron1
3052026-06-17T16:02:42.318Z++ [[ 1 != 0 ]]
3062026-06-17T16:02:42.318Z++ set -o errexit
3072026-06-17T16:02:42.318Z++ pfexec pkg install brand/omicron1
3082026-06-17T16:02:42.731Z Startup: Refreshing catalog 'helios-dev' ... Done
3092026-06-17T16:02:50.046ZPlanning: Solver setup ... Done
3102026-06-17T16:02:50.086ZPlanning: Running solver ... Done
3112026-06-17T16:02:50.235ZPlanning: Finding local manifests ... Done
3122026-06-17T16:02:50.238ZPlanning: Fetching manifests: 0/2 0% complete
3132026-06-17T16:02:50.355ZPlanning: Fetching manifests: 2/2 100% complete
3142026-06-17T16:02:50.367ZPlanning: Package planning ... Done
3152026-06-17T16:02:50.370ZPlanning: Merging actions ... Done
3162026-06-17T16:02:50.521ZPlanning: Checking for conflicting actions ... Done
3172026-06-17T16:02:50.524ZPlanning: Consolidating action changes ... Done
3182026-06-17T16:02:50.680ZPlanning: Evaluating mediators ... Done
3192026-06-17T16:02:50.683ZPlanning: Planning completed in 7.95 seconds
3202026-06-17T16:02:50.687Z Packages to install: 2
3212026-06-17T16:02:50.687Z Create boot environment: No
3222026-06-17T16:02:50.692ZCreate backup boot environment: No
3232026-06-17T16:02:50.717Z
3242026-06-17T16:02:50.717ZDownload: 0/5 items 0.0/1.1MB 0% complete
3252026-06-17T16:02:50.737ZDownload: Completed 1.07 MB in 0.02 seconds (50.1M/s)
3262026-06-17T16:02:50.811Z Actions: 1/28 actions (Installing new actions)
3272026-06-17T16:02:50.824Z Actions: Completed 28 actions in 0.01 seconds.
3282026-06-17T16:02:51.347Z Done
3292026-06-17T16:02:51.347Z Done
3302026-06-17T16:02:51.981Z Done
3312026-06-17T16:02:54.820Z Done
3322026-06-17T16:02:54.897Z Done
3332026-06-17T16:02:54.904Z Done
3342026-06-17T16:02:55.035Z Done
3352026-06-17T16:02:55.175Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3362026-06-17T16:02:55.175Z++ set +o errexit
3372026-06-17T16:02:55.178Z++ pkg info brand/omicron1/tools
3382026-06-17T16:02:55.178Z++ grep -qi installed
3392026-06-17T16:02:55.363Zpkg: info: no packages matching the following patterns you specified are
3402026-06-17T16:02:55.363Zinstalled on the system. Try querying remotely instead:
3412026-06-17T16:02:55.363Z
3422026-06-17T16:02:55.363Z brand/omicron1/tools
3432026-06-17T16:02:55.397Z++ [[ 1 != 0 ]]
3442026-06-17T16:02:55.397Z++ set -o errexit
3452026-06-17T16:02:55.397Z++ pfexec pkg install brand/omicron1/tools
3462026-06-17T16:02:55.793Z Startup: Refreshing catalog 'helios-dev' ... Done
3472026-06-17T16:03:03.189ZPlanning: Solver setup ... Done
3482026-06-17T16:03:03.228ZPlanning: Running solver ... Done
3492026-06-17T16:03:03.379ZPlanning: Finding local manifests ... Done
3502026-06-17T16:03:03.386ZPlanning: Fetching manifests: 0/1 0% complete
3512026-06-17T16:03:03.493ZPlanning: Fetching manifests: 1/1 100% complete
3522026-06-17T16:03:03.510ZPlanning: Package planning ... Done
3532026-06-17T16:03:03.514ZPlanning: Merging actions ... Done
3542026-06-17T16:03:03.649ZPlanning: Checking for conflicting actions ... Done
3552026-06-17T16:03:03.652ZPlanning: Consolidating action changes ... Done
3562026-06-17T16:03:03.806ZPlanning: Evaluating mediators ... Done
3572026-06-17T16:03:03.811ZPlanning: Planning completed in 8.01 seconds
3582026-06-17T16:03:03.817Z Packages to install: 1
3592026-06-17T16:03:03.817Z Services to change: 1
3602026-06-17T16:03:03.817Z Create boot environment: No
3612026-06-17T16:03:03.817ZCreate backup boot environment: No
3622026-06-17T16:03:03.841Z
3632026-06-17T16:03:03.841ZDownload: 0/2 items 0.0/1.2MB 0% complete
3642026-06-17T16:03:03.868ZDownload: Completed 1.19 MB in 0.03 seconds (44.7M/s)
3652026-06-17T16:03:03.952Z Actions: 1/19 actions (Installing new actions)
3662026-06-17T16:03:03.966Z Actions: Completed 19 actions in 0.01 seconds.
3672026-06-17T16:03:04.499Z Done
3682026-06-17T16:03:04.499Z Done
3692026-06-17T16:03:05.143Z Done
3702026-06-17T16:03:08.059Z Done
3712026-06-17T16:03:08.134Z Done
3722026-06-17T16:03:08.137Z Done
3732026-06-17T16:03:08.302Z Done
3742026-06-17T16:03:08.442Z++ pfexec svcadm enable baseline
3752026-06-17T16:03:08.458Z++ retry=0
3762026-06-17T16:03:08.461Z+++ svcs -Hostate baseline
3772026-06-17T16:03:08.474Z++ [[ offline* != online ]]
3782026-06-17T16:03:08.474Z++ [[ 0 -gt 300 ]]
3792026-06-17T16:03:08.474Z++ sleep 1
3802026-06-17T16:03:09.477Z++ retry=1
3812026-06-17T16:03:09.480Z+++ svcs -Hostate baseline
3822026-06-17T16:03:09.489Z++ [[ offline* != online ]]
3832026-06-17T16:03:09.489Z++ [[ 1 -gt 300 ]]
3842026-06-17T16:03:09.489Z++ sleep 1
3852026-06-17T16:03:10.490Z++ retry=2
3862026-06-17T16:03:10.494Z+++ svcs -Hostate baseline
3872026-06-17T16:03:10.505Z++ [[ offline* != online ]]
3882026-06-17T16:03:10.505Z++ [[ 2 -gt 300 ]]
3892026-06-17T16:03:10.505Z++ sleep 1
3902026-06-17T16:03:11.505Z++ retry=3
3912026-06-17T16:03:11.508Z+++ svcs -Hostate baseline
3922026-06-17T16:03:11.519Z++ [[ offline* != online ]]
3932026-06-17T16:03:11.519Z++ [[ 3 -gt 300 ]]
3942026-06-17T16:03:11.519Z++ sleep 1
3952026-06-17T16:03:12.529Z++ retry=4
3962026-06-17T16:03:12.534Z+++ svcs -Hostate baseline
3972026-06-17T16:03:12.537Z++ [[ offline* != online ]]
3982026-06-17T16:03:12.537Z++ [[ 4 -gt 300 ]]
3992026-06-17T16:03:12.537Z++ sleep 1
4002026-06-17T16:03:13.540Z++ retry=5
4012026-06-17T16:03:13.543Z+++ svcs -Hostate baseline
4022026-06-17T16:03:13.554Z++ [[ offline* != online ]]
4032026-06-17T16:03:13.557Z++ [[ 5 -gt 300 ]]
4042026-06-17T16:03:13.557Z++ sleep 1
4052026-06-17T16:03:14.556Z++ retry=6
4062026-06-17T16:03:14.558Z+++ svcs -Hostate baseline
4072026-06-17T16:03:14.571Z++ [[ offline* != online ]]
4082026-06-17T16:03:14.571Z++ [[ 6 -gt 300 ]]
4092026-06-17T16:03:14.571Z++ sleep 1
4102026-06-17T16:03:15.572Z++ retry=7
4112026-06-17T16:03:15.575Z+++ svcs -Hostate baseline
4122026-06-17T16:03:15.588Z++ [[ offline* != online ]]
4132026-06-17T16:03:15.588Z++ [[ 7 -gt 300 ]]
4142026-06-17T16:03:15.588Z++ sleep 1
4152026-06-17T16:03:16.589Z++ retry=8
4162026-06-17T16:03:16.592Z+++ svcs -Hostate baseline
4172026-06-17T16:03:16.604Z++ [[ offline* != online ]]
4182026-06-17T16:03:16.604Z++ [[ 8 -gt 300 ]]
4192026-06-17T16:03:16.604Z++ sleep 1
4202026-06-17T16:03:17.605Z++ retry=9
4212026-06-17T16:03:17.610Z+++ svcs -Hostate baseline
4222026-06-17T16:03:17.623Z++ [[ offline* != online ]]
4232026-06-17T16:03:17.623Z++ [[ 9 -gt 300 ]]
4242026-06-17T16:03:17.623Z++ sleep 1
4252026-06-17T16:03:18.624Z++ retry=10
4262026-06-17T16:03:18.629Z+++ svcs -Hostate baseline
4272026-06-17T16:03:18.639Z++ [[ offline* != online ]]
4282026-06-17T16:03:18.639Z++ [[ 10 -gt 300 ]]
4292026-06-17T16:03:18.639Z++ sleep 1
4302026-06-17T16:03:19.639Z++ retry=11
4312026-06-17T16:03:19.647Z+++ svcs -Hostate baseline
4322026-06-17T16:03:19.659Z++ [[ offline* != online ]]
4332026-06-17T16:03:19.659Z++ [[ 11 -gt 300 ]]
4342026-06-17T16:03:19.659Z++ sleep 1
4352026-06-17T16:03:20.656Z++ retry=12
4362026-06-17T16:03:20.662Z+++ svcs -Hostate baseline
4372026-06-17T16:03:20.671Z++ [[ offline* != online ]]
4382026-06-17T16:03:20.671Z++ [[ 12 -gt 300 ]]
4392026-06-17T16:03:20.671Z++ sleep 1
4402026-06-17T16:03:21.673Z++ retry=13
4412026-06-17T16:03:21.676Z+++ svcs -Hostate baseline
4422026-06-17T16:03:21.687Z++ [[ offline* != online ]]
4432026-06-17T16:03:21.687Z++ [[ 13 -gt 300 ]]
4442026-06-17T16:03:21.687Z++ sleep 1
4452026-06-17T16:03:22.689Z++ retry=14
4462026-06-17T16:03:22.692Z+++ svcs -Hostate baseline
4472026-06-17T16:03:22.706Z++ [[ offline* != online ]]
4482026-06-17T16:03:22.706Z++ [[ 14 -gt 300 ]]
4492026-06-17T16:03:22.706Z++ sleep 1
4502026-06-17T16:03:23.707Z++ retry=15
4512026-06-17T16:03:23.713Z+++ svcs -Hostate baseline
4522026-06-17T16:03:23.721Z++ [[ offline* != online ]]
4532026-06-17T16:03:23.721Z++ [[ 15 -gt 300 ]]
4542026-06-17T16:03:23.721Z++ sleep 1
4552026-06-17T16:03:24.723Z++ retry=16
4562026-06-17T16:03:24.725Z+++ svcs -Hostate baseline
4572026-06-17T16:03:24.738Z++ [[ offline* != online ]]
4582026-06-17T16:03:24.738Z++ [[ 16 -gt 300 ]]
4592026-06-17T16:03:24.738Z++ sleep 1
4602026-06-17T16:03:25.739Z++ retry=17
4612026-06-17T16:03:25.742Z+++ svcs -Hostate baseline
4622026-06-17T16:03:25.755Z++ [[ offline* != online ]]
4632026-06-17T16:03:25.755Z++ [[ 17 -gt 300 ]]
4642026-06-17T16:03:25.755Z++ sleep 1
4652026-06-17T16:03:26.757Z++ retry=18
4662026-06-17T16:03:26.762Z+++ svcs -Hostate baseline
4672026-06-17T16:03:26.772Z++ [[ offline* != online ]]
4682026-06-17T16:03:26.772Z++ [[ 18 -gt 300 ]]
4692026-06-17T16:03:26.772Z++ sleep 1
4702026-06-17T16:03:27.772Z++ retry=19
4712026-06-17T16:03:27.775Z+++ svcs -Hostate baseline
4722026-06-17T16:03:27.788Z++ [[ offline* != online ]]
4732026-06-17T16:03:27.788Z++ [[ 19 -gt 300 ]]
4742026-06-17T16:03:27.788Z++ sleep 1
4752026-06-17T16:03:28.789Z++ retry=20
4762026-06-17T16:03:28.794Z+++ svcs -Hostate baseline
4772026-06-17T16:03:28.806Z++ [[ offline* != online ]]
4782026-06-17T16:03:28.806Z++ [[ 20 -gt 300 ]]
4792026-06-17T16:03:28.806Z++ sleep 1
4802026-06-17T16:03:29.809Z++ retry=21
4812026-06-17T16:03:29.813Z+++ svcs -Hostate baseline
4822026-06-17T16:03:29.822Z++ [[ offline* != online ]]
4832026-06-17T16:03:29.822Z++ [[ 21 -gt 300 ]]
4842026-06-17T16:03:29.822Z++ sleep 1
4852026-06-17T16:03:30.824Z++ retry=22
4862026-06-17T16:03:30.828Z+++ svcs -Hostate baseline
4872026-06-17T16:03:30.840Z++ [[ offline* != online ]]
4882026-06-17T16:03:30.840Z++ [[ 22 -gt 300 ]]
4892026-06-17T16:03:30.840Z++ sleep 1
4902026-06-17T16:03:31.842Z++ retry=23
4912026-06-17T16:03:31.847Z+++ svcs -Hostate baseline
4922026-06-17T16:03:31.857Z++ [[ offline* != online ]]
4932026-06-17T16:03:31.857Z++ [[ 23 -gt 300 ]]
4942026-06-17T16:03:31.857Z++ sleep 1
4952026-06-17T16:03:32.860Z++ retry=24
4962026-06-17T16:03:32.863Z+++ svcs -Hostate baseline
4972026-06-17T16:03:32.875Z++ [[ offline* != online ]]
4982026-06-17T16:03:32.875Z++ [[ 24 -gt 300 ]]
4992026-06-17T16:03:32.875Z++ sleep 1
5002026-06-17T16:03:33.879Z++ retry=25
5012026-06-17T16:03:33.882Z+++ svcs -Hostate baseline
5022026-06-17T16:03:33.892Z++ [[ offline* != online ]]
5032026-06-17T16:03:33.892Z++ [[ 25 -gt 300 ]]
5042026-06-17T16:03:33.892Z++ sleep 1
5052026-06-17T16:03:34.894Z++ retry=26
5062026-06-17T16:03:34.896Z+++ svcs -Hostate baseline
5072026-06-17T16:03:34.909Z++ [[ offline* != online ]]
5082026-06-17T16:03:34.909Z++ [[ 26 -gt 300 ]]
5092026-06-17T16:03:34.909Z++ sleep 1
5102026-06-17T16:03:35.912Z++ retry=27
5112026-06-17T16:03:35.915Z+++ svcs -Hostate baseline
5122026-06-17T16:03:35.927Z++ [[ offline* != online ]]
5132026-06-17T16:03:35.927Z++ [[ 27 -gt 300 ]]
5142026-06-17T16:03:35.927Z++ sleep 1
5152026-06-17T16:03:36.928Z++ retry=28
5162026-06-17T16:03:36.931Z+++ svcs -Hostate baseline
5172026-06-17T16:03:36.944Z++ [[ offline* != online ]]
5182026-06-17T16:03:36.944Z++ [[ 28 -gt 300 ]]
5192026-06-17T16:03:36.944Z++ sleep 1
5202026-06-17T16:03:37.945Z++ retry=29
5212026-06-17T16:03:37.948Z+++ svcs -Hostate baseline
5222026-06-17T16:03:37.962Z++ [[ offline* != online ]]
5232026-06-17T16:03:37.962Z++ [[ 29 -gt 300 ]]
5242026-06-17T16:03:37.962Z++ sleep 1
5252026-06-17T16:03:38.962Z++ retry=30
5262026-06-17T16:03:38.965Z+++ svcs -Hostate baseline
5272026-06-17T16:03:38.978Z++ [[ offline* != online ]]
5282026-06-17T16:03:38.978Z++ [[ 30 -gt 300 ]]
5292026-06-17T16:03:38.981Z++ sleep 1
5302026-06-17T16:03:39.980Z++ retry=31
5312026-06-17T16:03:39.983Z+++ svcs -Hostate baseline
5322026-06-17T16:03:40.464Z++ [[ offline* != online ]]
5332026-06-17T16:03:40.464Z++ [[ 31 -gt 300 ]]
5342026-06-17T16:03:40.464Z++ sleep 1
5352026-06-17T16:03:41.007Z++ retry=32
5362026-06-17T16:03:41.018Z+++ svcs -Hostate baseline
5372026-06-17T16:03:41.021Z++ [[ offline* != online ]]
5382026-06-17T16:03:41.021Z++ [[ 32 -gt 300 ]]
5392026-06-17T16:03:41.022Z++ sleep 1
5402026-06-17T16:03:42.014Z++ retry=33
5412026-06-17T16:03:42.017Z+++ svcs -Hostate baseline
5422026-06-17T16:03:42.029Z++ [[ offline* != online ]]
5432026-06-17T16:03:42.029Z++ [[ 33 -gt 300 ]]
5442026-06-17T16:03:42.029Z++ sleep 1
5452026-06-17T16:03:43.031Z++ retry=34
5462026-06-17T16:03:43.034Z+++ svcs -Hostate baseline
5472026-06-17T16:03:43.047Z++ [[ offline* != online ]]
5482026-06-17T16:03:43.047Z++ [[ 34 -gt 300 ]]
5492026-06-17T16:03:43.050Z++ sleep 1
5502026-06-17T16:03:44.049Z++ retry=35
5512026-06-17T16:03:44.052Z+++ svcs -Hostate baseline
5522026-06-17T16:03:44.064Z++ [[ offline* != online ]]
5532026-06-17T16:03:44.064Z++ [[ 35 -gt 300 ]]
5542026-06-17T16:03:44.064Z++ sleep 1
5552026-06-17T16:03:45.066Z++ retry=36
5562026-06-17T16:03:45.069Z+++ svcs -Hostate baseline
5572026-06-17T16:03:45.081Z++ [[ offline* != online ]]
5582026-06-17T16:03:45.081Z++ [[ 36 -gt 300 ]]
5592026-06-17T16:03:45.081Z++ sleep 1
5602026-06-17T16:03:46.083Z++ retry=37
5612026-06-17T16:03:46.086Z+++ svcs -Hostate baseline
5622026-06-17T16:03:46.099Z++ [[ offline* != online ]]
5632026-06-17T16:03:46.099Z++ [[ 37 -gt 300 ]]
5642026-06-17T16:03:46.099Z++ sleep 1
5652026-06-17T16:03:47.101Z++ retry=38
5662026-06-17T16:03:47.104Z+++ svcs -Hostate baseline
5672026-06-17T16:03:47.115Z++ [[ offline* != online ]]
5682026-06-17T16:03:47.115Z++ [[ 38 -gt 300 ]]
5692026-06-17T16:03:47.115Z++ sleep 1
5702026-06-17T16:03:48.117Z++ retry=39
5712026-06-17T16:03:48.123Z+++ svcs -Hostate baseline
5722026-06-17T16:03:48.132Z++ [[ offline* != online ]]
5732026-06-17T16:03:48.133Z++ [[ 39 -gt 300 ]]
5742026-06-17T16:03:48.133Z++ sleep 1
5752026-06-17T16:03:49.134Z++ retry=40
5762026-06-17T16:03:49.137Z+++ svcs -Hostate baseline
5772026-06-17T16:03:49.151Z++ [[ offline* != online ]]
5782026-06-17T16:03:49.151Z++ [[ 40 -gt 300 ]]
5792026-06-17T16:03:49.155Z++ sleep 1
5802026-06-17T16:03:50.151Z++ retry=41
5812026-06-17T16:03:50.154Z+++ svcs -Hostate baseline
5822026-06-17T16:03:50.166Z++ [[ offline* != online ]]
5832026-06-17T16:03:50.166Z++ [[ 41 -gt 300 ]]
5842026-06-17T16:03:50.166Z++ sleep 1
5852026-06-17T16:03:51.168Z++ retry=42
5862026-06-17T16:03:51.173Z+++ svcs -Hostate baseline
5872026-06-17T16:03:51.184Z++ [[ offline* != online ]]
5882026-06-17T16:03:51.184Z++ [[ 42 -gt 300 ]]
5892026-06-17T16:03:51.184Z++ sleep 1
5902026-06-17T16:03:52.185Z++ retry=43
5912026-06-17T16:03:52.188Z+++ svcs -Hostate baseline
5922026-06-17T16:03:52.200Z++ [[ offline* != online ]]
5932026-06-17T16:03:52.200Z++ [[ 43 -gt 300 ]]
5942026-06-17T16:03:52.200Z++ sleep 1
5952026-06-17T16:03:53.202Z++ retry=44
5962026-06-17T16:03:53.205Z+++ svcs -Hostate baseline
5972026-06-17T16:03:53.217Z++ [[ offline* != online ]]
5982026-06-17T16:03:53.217Z++ [[ 44 -gt 300 ]]
5992026-06-17T16:03:53.220Z++ sleep 1
6002026-06-17T16:03:54.219Z++ retry=45
6012026-06-17T16:03:54.225Z+++ svcs -Hostate baseline
6022026-06-17T16:03:54.234Z++ [[ offline* != online ]]
6032026-06-17T16:03:54.234Z++ [[ 45 -gt 300 ]]
6042026-06-17T16:03:54.237Z++ sleep 1
6052026-06-17T16:03:55.236Z++ retry=46
6062026-06-17T16:03:55.239Z+++ svcs -Hostate baseline
6072026-06-17T16:03:55.251Z++ [[ offline* != online ]]
6082026-06-17T16:03:55.251Z++ [[ 46 -gt 300 ]]
6092026-06-17T16:03:55.251Z++ sleep 1
6102026-06-17T16:03:56.256Z++ retry=47
6112026-06-17T16:03:56.262Z+++ svcs -Hostate baseline
6122026-06-17T16:03:56.269Z++ [[ offline* != online ]]
6132026-06-17T16:03:56.269Z++ [[ 47 -gt 300 ]]
6142026-06-17T16:03:56.269Z++ sleep 1
6152026-06-17T16:03:57.270Z++ retry=48
6162026-06-17T16:03:57.273Z+++ svcs -Hostate baseline
6172026-06-17T16:03:57.285Z++ [[ offline* != online ]]
6182026-06-17T16:03:57.286Z++ [[ 48 -gt 300 ]]
6192026-06-17T16:03:57.286Z++ sleep 1
6202026-06-17T16:03:58.287Z++ retry=49
6212026-06-17T16:03:58.290Z+++ svcs -Hostate baseline
6222026-06-17T16:03:58.302Z++ [[ offline* != online ]]
6232026-06-17T16:03:58.302Z++ [[ 49 -gt 300 ]]
6242026-06-17T16:03:58.302Z++ sleep 1
6252026-06-17T16:03:59.304Z++ retry=50
6262026-06-17T16:03:59.307Z+++ svcs -Hostate baseline
6272026-06-17T16:03:59.320Z++ [[ offline* != online ]]
6282026-06-17T16:03:59.320Z++ [[ 50 -gt 300 ]]
6292026-06-17T16:03:59.320Z++ sleep 1
6302026-06-17T16:04:00.322Z++ retry=51
6312026-06-17T16:04:00.325Z+++ svcs -Hostate baseline
6322026-06-17T16:04:00.337Z++ [[ offline* != online ]]
6332026-06-17T16:04:00.337Z++ [[ 51 -gt 300 ]]
6342026-06-17T16:04:00.337Z++ sleep 1
6352026-06-17T16:04:01.339Z++ retry=52
6362026-06-17T16:04:01.342Z+++ svcs -Hostate baseline
6372026-06-17T16:04:01.354Z++ [[ offline* != online ]]
6382026-06-17T16:04:01.354Z++ [[ 52 -gt 300 ]]
6392026-06-17T16:04:01.354Z++ sleep 1
6402026-06-17T16:04:02.356Z++ retry=53
6412026-06-17T16:04:02.358Z+++ svcs -Hostate baseline
6422026-06-17T16:04:02.371Z++ [[ offline* != online ]]
6432026-06-17T16:04:02.371Z++ [[ 53 -gt 300 ]]
6442026-06-17T16:04:02.371Z++ sleep 1
6452026-06-17T16:04:03.372Z++ retry=54
6462026-06-17T16:04:03.376Z+++ svcs -Hostate baseline
6472026-06-17T16:04:03.387Z++ [[ offline* != online ]]
6482026-06-17T16:04:03.387Z++ [[ 54 -gt 300 ]]
6492026-06-17T16:04:03.387Z++ sleep 1
6502026-06-17T16:04:04.389Z++ retry=55
6512026-06-17T16:04:04.392Z+++ svcs -Hostate baseline
6522026-06-17T16:04:04.405Z++ [[ offline* != online ]]
6532026-06-17T16:04:04.405Z++ [[ 55 -gt 300 ]]
6542026-06-17T16:04:04.405Z++ sleep 1
6552026-06-17T16:04:05.407Z++ retry=56
6562026-06-17T16:04:05.410Z+++ svcs -Hostate baseline
6572026-06-17T16:04:05.422Z++ [[ offline* != online ]]
6582026-06-17T16:04:05.425Z++ [[ 56 -gt 300 ]]
6592026-06-17T16:04:05.426Z++ sleep 1
6602026-06-17T16:04:06.424Z++ retry=57
6612026-06-17T16:04:06.426Z+++ svcs -Hostate baseline
6622026-06-17T16:04:06.439Z++ [[ offline* != online ]]
6632026-06-17T16:04:06.439Z++ [[ 57 -gt 300 ]]
6642026-06-17T16:04:06.442Z++ sleep 1
6652026-06-17T16:04:07.441Z++ retry=58
6662026-06-17T16:04:07.444Z+++ svcs -Hostate baseline
6672026-06-17T16:04:07.456Z++ [[ offline* != online ]]
6682026-06-17T16:04:07.456Z++ [[ 58 -gt 300 ]]
6692026-06-17T16:04:07.456Z++ sleep 1
6702026-06-17T16:04:08.460Z++ retry=59
6712026-06-17T16:04:08.463Z+++ svcs -Hostate baseline
6722026-06-17T16:04:08.477Z++ [[ offline* != online ]]
6732026-06-17T16:04:08.477Z++ [[ 59 -gt 300 ]]
6742026-06-17T16:04:08.480Z++ sleep 1
6752026-06-17T16:04:09.475Z++ retry=60
6762026-06-17T16:04:09.478Z+++ svcs -Hostate baseline
6772026-06-17T16:04:09.490Z++ [[ offline* != online ]]
6782026-06-17T16:04:09.490Z++ [[ 60 -gt 300 ]]
6792026-06-17T16:04:09.490Z++ sleep 1
6802026-06-17T16:04:10.492Z++ retry=61
6812026-06-17T16:04:10.495Z+++ svcs -Hostate baseline
6822026-06-17T16:04:10.508Z++ [[ offline* != online ]]
6832026-06-17T16:04:10.508Z++ [[ 61 -gt 300 ]]
6842026-06-17T16:04:10.508Z++ sleep 1
6852026-06-17T16:04:11.509Z++ retry=62
6862026-06-17T16:04:11.512Z+++ svcs -Hostate baseline
6872026-06-17T16:04:11.534Z++ [[ offline* != online ]]
6882026-06-17T16:04:11.534Z++ [[ 62 -gt 300 ]]
6892026-06-17T16:04:11.534Z++ sleep 1
6902026-06-17T16:04:12.525Z++ retry=63
6912026-06-17T16:04:12.528Z+++ svcs -Hostate baseline
6922026-06-17T16:04:12.540Z++ [[ offline* != online ]]
6932026-06-17T16:04:12.540Z++ [[ 63 -gt 300 ]]
6942026-06-17T16:04:12.540Z++ sleep 1
6952026-06-17T16:04:13.542Z++ retry=64
6962026-06-17T16:04:13.546Z+++ svcs -Hostate baseline
6972026-06-17T16:04:13.556Z++ [[ offline* != online ]]
6982026-06-17T16:04:13.556Z++ [[ 64 -gt 300 ]]
6992026-06-17T16:04:13.556Z++ sleep 1
7002026-06-17T16:04:14.559Z++ retry=65
7012026-06-17T16:04:14.561Z+++ svcs -Hostate baseline
7022026-06-17T16:04:14.574Z++ [[ offline* != online ]]
7032026-06-17T16:04:14.574Z++ [[ 65 -gt 300 ]]
7042026-06-17T16:04:14.574Z++ sleep 1
7052026-06-17T16:04:15.575Z++ retry=66
7062026-06-17T16:04:15.578Z+++ svcs -Hostate baseline
7072026-06-17T16:04:15.590Z++ [[ offline* != online ]]
7082026-06-17T16:04:15.590Z++ [[ 66 -gt 300 ]]
7092026-06-17T16:04:15.590Z++ sleep 1
7102026-06-17T16:04:16.592Z++ retry=67
7112026-06-17T16:04:16.595Z+++ svcs -Hostate baseline
7122026-06-17T16:04:16.606Z++ [[ offline* != online ]]
7132026-06-17T16:04:16.606Z++ [[ 67 -gt 300 ]]
7142026-06-17T16:04:16.606Z++ sleep 1
7152026-06-17T16:04:17.609Z++ retry=68
7162026-06-17T16:04:17.611Z+++ svcs -Hostate baseline
7172026-06-17T16:04:17.623Z++ [[ offline* != online ]]
7182026-06-17T16:04:17.623Z++ [[ 68 -gt 300 ]]
7192026-06-17T16:04:17.623Z++ sleep 1
7202026-06-17T16:04:18.626Z++ retry=69
7212026-06-17T16:04:18.629Z+++ svcs -Hostate baseline
7222026-06-17T16:04:18.640Z++ [[ offline* != online ]]
7232026-06-17T16:04:18.640Z++ [[ 69 -gt 300 ]]
7242026-06-17T16:04:18.640Z++ sleep 1
7252026-06-17T16:04:19.643Z++ retry=70
7262026-06-17T16:04:19.645Z+++ svcs -Hostate baseline
7272026-06-17T16:04:19.658Z++ [[ offline* != online ]]
7282026-06-17T16:04:19.658Z++ [[ 70 -gt 300 ]]
7292026-06-17T16:04:19.661Z++ sleep 1
7302026-06-17T16:04:20.660Z++ retry=71
7312026-06-17T16:04:20.663Z+++ svcs -Hostate baseline
7322026-06-17T16:04:20.675Z++ [[ offline* != online ]]
7332026-06-17T16:04:20.675Z++ [[ 71 -gt 300 ]]
7342026-06-17T16:04:20.675Z++ sleep 1
7352026-06-17T16:04:21.678Z++ retry=72
7362026-06-17T16:04:21.681Z+++ svcs -Hostate baseline
7372026-06-17T16:04:21.692Z++ [[ offline* != online ]]
7382026-06-17T16:04:21.693Z++ [[ 72 -gt 300 ]]
7392026-06-17T16:04:21.696Z++ sleep 1
7402026-06-17T16:04:22.694Z++ retry=73
7412026-06-17T16:04:22.699Z+++ svcs -Hostate baseline
7422026-06-17T16:04:22.709Z++ [[ offline* != online ]]
7432026-06-17T16:04:22.709Z++ [[ 73 -gt 300 ]]
7442026-06-17T16:04:22.709Z++ sleep 1
7452026-06-17T16:04:23.711Z++ retry=74
7462026-06-17T16:04:23.714Z+++ svcs -Hostate baseline
7472026-06-17T16:04:23.727Z++ [[ offline* != online ]]
7482026-06-17T16:04:23.727Z++ [[ 74 -gt 300 ]]
7492026-06-17T16:04:23.727Z++ sleep 1
7502026-06-17T16:04:24.729Z++ retry=75
7512026-06-17T16:04:24.732Z+++ svcs -Hostate baseline
7522026-06-17T16:04:24.744Z++ [[ offline* != online ]]
7532026-06-17T16:04:24.744Z++ [[ 75 -gt 300 ]]
7542026-06-17T16:04:24.744Z++ sleep 1
7552026-06-17T16:04:25.746Z++ retry=76
7562026-06-17T16:04:25.749Z+++ svcs -Hostate baseline
7572026-06-17T16:04:25.761Z++ [[ offline* != online ]]
7582026-06-17T16:04:25.761Z++ [[ 76 -gt 300 ]]
7592026-06-17T16:04:25.765Z++ sleep 1
7602026-06-17T16:04:26.763Z++ retry=77
7612026-06-17T16:04:26.766Z+++ svcs -Hostate baseline
7622026-06-17T16:04:26.778Z++ [[ offline* != online ]]
7632026-06-17T16:04:26.778Z++ [[ 77 -gt 300 ]]
7642026-06-17T16:04:26.778Z++ sleep 1
7652026-06-17T16:04:27.780Z++ retry=78
7662026-06-17T16:04:27.782Z+++ svcs -Hostate baseline
7672026-06-17T16:04:27.795Z++ [[ offline* != online ]]
7682026-06-17T16:04:27.795Z++ [[ 78 -gt 300 ]]
7692026-06-17T16:04:27.795Z++ sleep 1
7702026-06-17T16:04:28.797Z++ retry=79
7712026-06-17T16:04:28.800Z+++ svcs -Hostate baseline
7722026-06-17T16:04:28.811Z++ [[ offline* != online ]]
7732026-06-17T16:04:28.811Z++ [[ 79 -gt 300 ]]
7742026-06-17T16:04:28.811Z++ sleep 1
7752026-06-17T16:04:29.813Z++ retry=80
7762026-06-17T16:04:29.816Z+++ svcs -Hostate baseline
7772026-06-17T16:04:29.828Z++ [[ offline* != online ]]
7782026-06-17T16:04:29.828Z++ [[ 80 -gt 300 ]]
7792026-06-17T16:04:29.828Z++ sleep 1
7802026-06-17T16:04:30.830Z++ retry=81
7812026-06-17T16:04:30.834Z+++ svcs -Hostate baseline
7822026-06-17T16:04:30.846Z++ [[ offline* != online ]]
7832026-06-17T16:04:30.846Z++ [[ 81 -gt 300 ]]
7842026-06-17T16:04:30.849Z++ sleep 1
7852026-06-17T16:04:31.851Z++ retry=82
7862026-06-17T16:04:31.858Z+++ svcs -Hostate baseline
7872026-06-17T16:04:31.862Z++ [[ offline* != online ]]
7882026-06-17T16:04:31.862Z++ [[ 82 -gt 300 ]]
7892026-06-17T16:04:31.862Z++ sleep 1
7902026-06-17T16:04:32.864Z++ retry=83
7912026-06-17T16:04:32.868Z+++ svcs -Hostate baseline
7922026-06-17T16:04:32.880Z++ [[ offline* != online ]]
7932026-06-17T16:04:32.880Z++ [[ 83 -gt 300 ]]
7942026-06-17T16:04:32.880Z++ sleep 1
7952026-06-17T16:04:33.881Z++ retry=84
7962026-06-17T16:04:33.884Z+++ svcs -Hostate baseline
7972026-06-17T16:04:33.897Z++ [[ offline* != online ]]
7982026-06-17T16:04:33.897Z++ [[ 84 -gt 300 ]]
7992026-06-17T16:04:33.897Z++ sleep 1
8002026-06-17T16:04:34.899Z++ retry=85
8012026-06-17T16:04:34.902Z+++ svcs -Hostate baseline
8022026-06-17T16:04:34.913Z++ [[ offline* != online ]]
8032026-06-17T16:04:34.913Z++ [[ 85 -gt 300 ]]
8042026-06-17T16:04:34.913Z++ sleep 1
8052026-06-17T16:04:35.915Z++ retry=86
8062026-06-17T16:04:35.917Z+++ svcs -Hostate baseline
8072026-06-17T16:04:35.930Z++ [[ offline* != online ]]
8082026-06-17T16:04:35.930Z++ [[ 86 -gt 300 ]]
8092026-06-17T16:04:35.930Z++ sleep 1
8102026-06-17T16:04:36.932Z++ retry=87
8112026-06-17T16:04:36.935Z+++ svcs -Hostate baseline
8122026-06-17T16:04:36.948Z++ [[ offline* != online ]]
8132026-06-17T16:04:36.948Z++ [[ 87 -gt 300 ]]
8142026-06-17T16:04:36.948Z++ sleep 1
8152026-06-17T16:04:37.949Z++ retry=88
8162026-06-17T16:04:37.952Z+++ svcs -Hostate baseline
8172026-06-17T16:04:37.964Z++ [[ offline* != online ]]
8182026-06-17T16:04:37.964Z++ [[ 88 -gt 300 ]]
8192026-06-17T16:04:37.964Z++ sleep 1
8202026-06-17T16:04:38.966Z++ retry=89
8212026-06-17T16:04:38.969Z+++ svcs -Hostate baseline
8222026-06-17T16:04:38.981Z++ [[ offline* != online ]]
8232026-06-17T16:04:38.981Z++ [[ 89 -gt 300 ]]
8242026-06-17T16:04:38.981Z++ sleep 1
8252026-06-17T16:04:39.983Z++ retry=90
8262026-06-17T16:04:39.986Z+++ svcs -Hostate baseline
8272026-06-17T16:04:39.998Z++ [[ offline* != online ]]
8282026-06-17T16:04:39.998Z++ [[ 90 -gt 300 ]]
8292026-06-17T16:04:39.998Z++ sleep 1
8302026-06-17T16:04:41.004Z++ retry=91
8312026-06-17T16:04:41.006Z+++ svcs -Hostate baseline
8322026-06-17T16:04:41.016Z++ [[ offline* != online ]]
8332026-06-17T16:04:41.016Z++ [[ 91 -gt 300 ]]
8342026-06-17T16:04:41.016Z++ sleep 1
8352026-06-17T16:04:42.018Z++ retry=92
8362026-06-17T16:04:42.021Z+++ svcs -Hostate baseline
8372026-06-17T16:04:42.033Z++ [[ offline* != online ]]
8382026-06-17T16:04:42.033Z++ [[ 92 -gt 300 ]]
8392026-06-17T16:04:42.033Z++ sleep 1
8402026-06-17T16:04:43.036Z++ retry=93
8412026-06-17T16:04:43.039Z+++ svcs -Hostate baseline
8422026-06-17T16:04:43.051Z++ [[ offline* != online ]]
8432026-06-17T16:04:43.052Z++ [[ 93 -gt 300 ]]
8442026-06-17T16:04:43.057Z++ sleep 1
8452026-06-17T16:04:44.053Z++ retry=94
8462026-06-17T16:04:44.056Z+++ svcs -Hostate baseline
8472026-06-17T16:04:44.068Z++ [[ offline* != online ]]
8482026-06-17T16:04:44.068Z++ [[ 94 -gt 300 ]]
8492026-06-17T16:04:44.068Z++ sleep 1
8502026-06-17T16:04:45.070Z++ retry=95
8512026-06-17T16:04:45.073Z+++ svcs -Hostate baseline
8522026-06-17T16:04:45.085Z++ [[ offline* != online ]]
8532026-06-17T16:04:45.085Z++ [[ 95 -gt 300 ]]
8542026-06-17T16:04:45.085Z++ sleep 1
8552026-06-17T16:04:46.087Z++ retry=96
8562026-06-17T16:04:46.090Z+++ svcs -Hostate baseline
8572026-06-17T16:04:46.101Z++ [[ offline* != online ]]
8582026-06-17T16:04:46.101Z++ [[ 96 -gt 300 ]]
8592026-06-17T16:04:46.101Z++ sleep 1
8602026-06-17T16:04:47.105Z++ retry=97
8612026-06-17T16:04:47.108Z+++ svcs -Hostate baseline
8622026-06-17T16:04:47.119Z++ [[ offline* != online ]]
8632026-06-17T16:04:47.119Z++ [[ 97 -gt 300 ]]
8642026-06-17T16:04:47.122Z++ sleep 1
8652026-06-17T16:04:48.120Z++ retry=98
8662026-06-17T16:04:48.123Z+++ svcs -Hostate baseline
8672026-06-17T16:04:48.134Z++ [[ offline* != online ]]
8682026-06-17T16:04:48.134Z++ [[ 98 -gt 300 ]]
8692026-06-17T16:04:48.139Z++ sleep 1
8702026-06-17T16:04:49.136Z++ retry=99
8712026-06-17T16:04:49.139Z+++ svcs -Hostate baseline
8722026-06-17T16:04:49.151Z++ [[ offline* != online ]]
8732026-06-17T16:04:49.152Z++ [[ 99 -gt 300 ]]
8742026-06-17T16:04:49.152Z++ sleep 1
8752026-06-17T16:04:50.155Z++ retry=100
8762026-06-17T16:04:50.158Z+++ svcs -Hostate baseline
8772026-06-17T16:04:50.169Z++ [[ offline* != online ]]
8782026-06-17T16:04:50.169Z++ [[ 100 -gt 300 ]]
8792026-06-17T16:04:50.174Z++ sleep 1
8802026-06-17T16:04:51.171Z++ retry=101
8812026-06-17T16:04:51.174Z+++ svcs -Hostate baseline
8822026-06-17T16:04:51.186Z++ [[ offline* != online ]]
8832026-06-17T16:04:51.186Z++ [[ 101 -gt 300 ]]
8842026-06-17T16:04:51.186Z++ sleep 1
8852026-06-17T16:04:52.189Z++ retry=102
8862026-06-17T16:04:52.192Z+++ svcs -Hostate baseline
8872026-06-17T16:04:52.204Z++ [[ offline* != online ]]
8882026-06-17T16:04:52.204Z++ [[ 102 -gt 300 ]]
8892026-06-17T16:04:52.204Z++ sleep 1
8902026-06-17T16:04:53.206Z++ retry=103
8912026-06-17T16:04:53.209Z+++ svcs -Hostate baseline
8922026-06-17T16:04:53.220Z++ [[ offline* != online ]]
8932026-06-17T16:04:53.220Z++ [[ 103 -gt 300 ]]
8942026-06-17T16:04:53.223Z++ sleep 1
8952026-06-17T16:04:54.222Z++ retry=104
8962026-06-17T16:04:54.227Z+++ svcs -Hostate baseline
8972026-06-17T16:04:54.238Z++ [[ offline* != online ]]
8982026-06-17T16:04:54.238Z++ [[ 104 -gt 300 ]]
8992026-06-17T16:04:54.238Z++ sleep 1
9002026-06-17T16:04:55.240Z++ retry=105
9012026-06-17T16:04:55.243Z+++ svcs -Hostate baseline
9022026-06-17T16:04:55.254Z++ [[ offline* != online ]]
9032026-06-17T16:04:55.254Z++ [[ 105 -gt 300 ]]
9042026-06-17T16:04:55.254Z++ sleep 1
9052026-06-17T16:04:56.257Z++ retry=106
9062026-06-17T16:04:56.260Z+++ svcs -Hostate baseline
9072026-06-17T16:04:56.270Z++ [[ offline* != online ]]
9082026-06-17T16:04:56.270Z++ [[ 106 -gt 300 ]]
9092026-06-17T16:04:56.271Z++ sleep 1
9102026-06-17T16:04:57.272Z++ retry=107
9112026-06-17T16:04:57.275Z+++ svcs -Hostate baseline
9122026-06-17T16:04:57.288Z++ [[ offline* != online ]]
9132026-06-17T16:04:57.288Z++ [[ 107 -gt 300 ]]
9142026-06-17T16:04:57.288Z++ sleep 1
9152026-06-17T16:04:58.373Z++ retry=108
9162026-06-17T16:04:58.398Z+++ svcs -Hostate baseline
9172026-06-17T16:04:58.398Z++ [[ offline* != online ]]
9182026-06-17T16:04:58.398Z++ [[ 108 -gt 300 ]]
9192026-06-17T16:04:58.398Z++ sleep 1
9202026-06-17T16:04:59.319Z++ retry=109
9212026-06-17T16:04:59.322Z+++ svcs -Hostate baseline
9222026-06-17T16:04:59.325Z++ [[ offline* != online ]]
9232026-06-17T16:04:59.325Z++ [[ 109 -gt 300 ]]
9242026-06-17T16:04:59.325Z++ sleep 1
9252026-06-17T16:05:00.324Z++ retry=110
9262026-06-17T16:05:00.327Z+++ svcs -Hostate baseline
9272026-06-17T16:05:00.339Z++ [[ online != online ]]
9282026-06-17T16:05:00.339Z++ set -o errexit
9292026-06-17T16:05:00.342Z++ set -o pipefail
9302026-06-17T16:05:00.342Z++ banner build
9312026-06-17T16:05:00.343Z
9322026-06-17T16:05:00.343Z ##### # # # # #####
9332026-06-17T16:05:00.343Z # # # # # # # #
9342026-06-17T16:05:00.343Z ##### # # # # # #
9352026-06-17T16:05:00.343Z # # # # # # # #
9362026-06-17T16:05:00.343Z # # # # # # # #
9372026-06-17T16:05:00.343Z ##### #### # ###### #####
9382026-06-17T16:05:00.343Z
9392026-06-17T16:05:00.343Z++ cargo build --release --bin ddmd --bin ddmadm
9402026-06-17T16:05:00.347Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9412026-06-17T16:05:00.555Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9422026-06-17T16:05:00.558Zinfo: downloading 6 components
9432026-06-17T16:05:17.466Z Updating git repository `https://github.com/oxidecomputer/falcon`
9442026-06-17T16:05:18.552ZFrom https://github.com/oxidecomputer/falcon
9452026-06-17T16:05:18.552Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9462026-06-17T16:05:18.636Z Updating crates.io index
9472026-06-17T16:05:18.639Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9482026-06-17T16:05:19.019ZFrom https://github.com/oxidecomputer/dendrite
9492026-06-17T16:05:19.019Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9502026-06-17T16:05:19.171Z Updating git repository `https://github.com/oxidecomputer/ispf`
9512026-06-17T16:05:19.457ZFrom https://github.com/oxidecomputer/ispf
9522026-06-17T16:05:19.457Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9532026-06-17T16:05:19.462Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9542026-06-17T16:05:19.842ZFrom https://github.com/oxidecomputer/netadm-sys
9552026-06-17T16:05:19.842Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
9562026-06-17T16:05:19.850Z Updating git repository `https://github.com/oxidecomputer/omicron`
9572026-06-17T16:05:27.933ZFrom https://github.com/oxidecomputer/omicron
9582026-06-17T16:05:27.933Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9592026-06-17T16:05:28.363Z Updating git repository `https://github.com/oxidecomputer/opte`
9602026-06-17T16:05:29.032ZFrom https://github.com/oxidecomputer/opte
9612026-06-17T16:05:29.032Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9622026-06-17T16:05:29.064Z Updating git repository `https://github.com/illumos/smf-rs`
9632026-06-17T16:05:29.336ZFrom https://github.com/illumos/smf-rs
9642026-06-17T16:05:29.336Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9652026-06-17T16:05:29.686Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9662026-06-17T16:05:29.991ZFrom https://github.com/oxidecomputer/network-interface
9672026-06-17T16:05:29.991Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9682026-06-17T16:05:30.010Z Updating git repository `https://github.com/oxidecomputer/zone`
9692026-06-17T16:05:30.302ZFrom https://github.com/oxidecomputer/zone
9702026-06-17T16:05:30.302Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9712026-06-17T16:05:30.312Z Updating git repository `https://github.com/oxidecomputer/propolis`
9722026-06-17T16:05:31.004ZFrom https://github.com/oxidecomputer/propolis
9732026-06-17T16:05:31.004Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9742026-06-17T16:05:31.128Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9752026-06-17T16:05:32.309ZFrom https://github.com/oxidecomputer/transceiver-control
9762026-06-17T16:05:32.309Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9772026-06-17T16:05:32.436Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9782026-06-17T16:05:32.735ZFrom https://github.com/oxidecomputer/dlpi-sys
9792026-06-17T16:05:32.735Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9802026-06-17T16:05:32.739Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9812026-06-17T16:05:33.059ZFrom https://github.com/jmesmon/rust-libzfs
9822026-06-17T16:05:33.059Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9832026-06-17T16:05:33.067Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9842026-06-17T16:05:33.359ZFrom https://github.com/oxidecomputer/rusty-doors
9852026-06-17T16:05:33.359Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9862026-06-17T16:05:33.400Z Updating git repository `https://github.com/oxidecomputer/lldp`
9872026-06-17T16:05:33.980ZFrom https://github.com/oxidecomputer/lldp
9882026-06-17T16:05:33.980Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9892026-06-17T16:05:33.992Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9902026-06-17T16:05:34.330ZFrom https://github.com/oxidecomputer/slog-error-chain
9912026-06-17T16:05:34.330Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9922026-06-17T16:05:34.366Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9932026-06-17T16:05:34.722ZFrom https://github.com/oxidecomputer/tufaceous
9942026-06-17T16:05:34.722Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9952026-06-17T16:05:34.752Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9962026-06-17T16:05:35.326ZFrom https://github.com/oxidecomputer/management-gateway-service
9972026-06-17T16:05:35.326Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9982026-06-17T16:05:35.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
9992026-06-17T16:05:36.618ZFrom https://github.com/oxidecomputer/crucible
10002026-06-17T16:05:36.618Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10012026-06-17T16:05:37.509Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10022026-06-17T16:05:37.853ZFrom https://github.com/oxidecomputer/serde_human_bytes
10032026-06-17T16:05:37.853Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10042026-06-17T16:05:37.888Z Updating git repository `https://github.com/oxidecomputer/propolis`
10052026-06-17T16:05:38.407ZFrom https://github.com/oxidecomputer/propolis
10062026-06-17T16:05:38.407Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10072026-06-17T16:05:38.719Z Updating git repository `https://github.com/oxidecomputer/crucible`
10082026-06-17T16:05:39.318ZFrom https://github.com/oxidecomputer/crucible
10092026-06-17T16:05:39.318Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10102026-06-17T16:05:39.675Z Updating git repository `https://github.com/oxidecomputer/tofino`
10112026-06-17T16:05:40.045ZFrom https://github.com/oxidecomputer/tofino
10122026-06-17T16:05:40.045Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10132026-06-17T16:05:40.069Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10142026-06-17T16:05:41.460ZFrom https://github.com/oxidecomputer/maghemite
10152026-06-17T16:05:41.460Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10162026-06-17T16:05:41.492Z Updating git repository `https://github.com/oxidecomputer/clickward`
10172026-06-17T16:05:41.928ZFrom https://github.com/oxidecomputer/clickward
10182026-06-17T16:05:41.928Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10192026-06-17T16:05:41.972Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10202026-06-17T16:05:42.301ZFrom https://github.com/oxidecomputer/illumos-devinfo
10212026-06-17T16:05:42.301Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10222026-06-17T16:05:43.790Z Downloading crates ...
10232026-06-17T16:05:43.852Z Downloaded cpufeatures v0.2.17
10242026-06-17T16:05:43.857Z Downloaded csv-core v0.1.13
10252026-06-17T16:05:43.860Z Downloaded aead v0.5.2
10262026-06-17T16:05:43.869Z Downloaded anstream v1.0.0
10272026-06-17T16:05:43.871Z Downloaded camino-tempfile v1.4.1
10282026-06-17T16:05:43.874Z Downloaded ahash v0.8.12
10292026-06-17T16:05:43.876Z Downloaded adler2 v2.0.1
10302026-06-17T16:05:43.879Z Downloaded bit-set v0.8.0
10312026-06-17T16:05:43.882Z Downloaded allocator-api2 v0.2.21
10322026-06-17T16:05:43.884Z Downloaded darling_macro v0.21.3
10332026-06-17T16:05:43.887Z Downloaded deranged v0.5.8
10342026-06-17T16:05:43.891Z Downloaded fixedbitset v0.4.2
10352026-06-17T16:05:43.894Z Downloaded dof v0.4.0
10362026-06-17T16:05:43.894Z Downloaded heck v0.5.0
10372026-06-17T16:05:43.897Z Downloaded erased-serde v0.3.31
10382026-06-17T16:05:43.899Z Downloaded base16ct v1.0.0
10392026-06-17T16:05:43.901Z Downloaded atomic-waker v1.1.2
10402026-06-17T16:05:43.905Z Downloaded derive-ex v0.1.8
10412026-06-17T16:05:43.905Z Downloaded heapless v0.8.0
10422026-06-17T16:05:43.908Z Downloaded daft v0.1.7
10432026-06-17T16:05:43.911Z Downloaded byteorder v1.5.0
10442026-06-17T16:05:43.914Z Downloaded defmt-macros v1.1.0
10452026-06-17T16:05:43.916Z Downloaded heck v0.4.1
10462026-06-17T16:05:43.919Z Downloaded compression-core v0.4.32
10472026-06-17T16:05:43.921Z Downloaded gethostname v0.5.0
10482026-06-17T16:05:43.921Z Downloaded console v0.16.3
10492026-06-17T16:05:43.924Z Downloaded block-buffer v0.12.0
10502026-06-17T16:05:43.927Z Downloaded block-buffer v0.10.4
10512026-06-17T16:05:43.931Z Downloaded icu_properties v2.2.0
10522026-06-17T16:05:43.934Z Downloaded defmt-parser v1.0.0
10532026-06-17T16:05:43.934Z Downloaded defmt v0.3.100
10542026-06-17T16:05:43.934Z Downloaded embedded-io v0.4.0
10552026-06-17T16:05:43.937Z Downloaded darling_core v0.23.0
10562026-06-17T16:05:43.940Z Downloaded defmt v1.1.0
10572026-06-17T16:05:43.943Z Downloaded highway v1.3.0
10582026-06-17T16:05:43.946Z Downloaded futures v0.3.32
10592026-06-17T16:05:43.949Z Downloaded crypto-common v0.2.2
10602026-06-17T16:05:43.953Z Downloaded ciborium-ll v0.2.2
10612026-06-17T16:05:43.953Z Downloaded chacha20 v0.9.1
10622026-06-17T16:05:43.956Z Downloaded internet-checksum v0.2.1
10632026-06-17T16:05:43.959Z Downloaded atomicwrites v0.4.4
10642026-06-17T16:05:43.959Z Downloaded embedded-io v0.6.1
10652026-06-17T16:05:43.962Z Downloaded cpufeatures v0.3.0
10662026-06-17T16:05:43.963Z Downloaded hickory-resolver v0.24.4
10672026-06-17T16:05:43.966Z Downloaded getrandom v0.4.2
10682026-06-17T16:05:43.969Z Downloaded getrandom v0.2.17
10692026-06-17T16:05:43.972Z Downloaded getrandom v0.3.4
10702026-06-17T16:05:43.975Z Downloaded curve25519-dalek-derive v0.1.1
10712026-06-17T16:05:43.977Z Downloaded git-stub v1.0.0
10722026-06-17T16:05:43.980Z Downloaded const-random-macro v0.1.16
10732026-06-17T16:05:43.983Z Downloaded colorchoice v1.0.5
10742026-06-17T16:05:43.983Z Downloaded const-random v0.1.18
10752026-06-17T16:05:43.986Z Downloaded generic-array v0.14.7
10762026-06-17T16:05:43.986Z Downloaded httpdate v1.0.3
10772026-06-17T16:05:43.989Z Downloaded hostname v0.3.1
10782026-06-17T16:05:43.991Z Downloaded hubpack v0.1.2
10792026-06-17T16:05:43.991Z Downloaded hubpack_derive v0.1.1
10802026-06-17T16:05:43.994Z Downloaded either v1.16.0
10812026-06-17T16:05:43.998Z Downloaded futures-sink v0.3.32
10822026-06-17T16:05:43.998Z Downloaded crucible-workspace-hack v0.1.0
10832026-06-17T16:05:44.001Z Downloaded hex v0.4.3
10842026-06-17T16:05:44.001Z Downloaded dropshot-api-manager-types v0.7.2
10852026-06-17T16:05:44.005Z Downloaded futures-io v0.3.32
10862026-06-17T16:05:44.005Z Downloaded equivalent v1.0.2
10872026-06-17T16:05:44.008Z Downloaded critical-section v1.2.0
10882026-06-17T16:05:44.008Z Downloaded dtrace-parser v0.3.0
10892026-06-17T16:05:44.008Z Downloaded byte-wrapper v0.1.0
10902026-06-17T16:05:44.011Z Downloaded form_urlencoded v1.2.2
10912026-06-17T16:05:44.014Z Downloaded konst_macro_rules v0.2.19
10922026-06-17T16:05:44.017Z Downloaded group v0.13.0
10932026-06-17T16:05:44.017Z Downloaded glob v0.3.3
10942026-06-17T16:05:44.019Z Downloaded foldhash v0.1.5
10952026-06-17T16:05:44.019Z Downloaded ident_case v1.0.1
10962026-06-17T16:05:44.022Z Downloaded fixedbitset v0.5.7
10972026-06-17T16:05:44.024Z Downloaded hostname v0.4.2
10982026-06-17T16:05:44.027Z Downloaded const-oid v0.10.2
10992026-06-17T16:05:44.029Z Downloaded inout v0.1.4
11002026-06-17T16:05:44.029Z Downloaded itoa v1.0.18
11012026-06-17T16:05:44.032Z Downloaded fxhash v0.2.1
11022026-06-17T16:05:44.035Z Downloaded is_ci v1.2.0
11032026-06-17T16:05:44.035Z Downloaded futures-macro v0.3.32
11042026-06-17T16:05:44.038Z Downloaded keccak v0.1.6
11052026-06-17T16:05:44.038Z Downloaded foreign-types-macros v0.2.3
11062026-06-17T16:05:44.040Z Downloaded instant v0.1.13
11072026-06-17T16:05:44.040Z Downloaded fnv v1.0.7
11082026-06-17T16:05:44.043Z Downloaded crossbeam-deque v0.8.6
11092026-06-17T16:05:44.045Z Downloaded daft-derive v0.1.7
11102026-06-17T16:05:44.048Z Downloaded foreign-types v0.3.2
11112026-06-17T16:05:44.051Z Downloaded digest v0.10.7
11122026-06-17T16:05:44.051Z Downloaded cmake v0.1.58
11132026-06-17T16:05:44.053Z Downloaded hyper-rustls v0.27.9
11142026-06-17T16:05:44.056Z Downloaded is_terminal_polyfill v1.70.2
11152026-06-17T16:05:44.056Z Downloaded displaydoc v0.2.6
11162026-06-17T16:05:44.058Z Downloaded indent_write v2.2.0
11172026-06-17T16:05:44.061Z Downloaded humantime v2.3.0
11182026-06-17T16:05:44.064Z Downloaded fs_extra v1.3.0
11192026-06-17T16:05:44.064Z Downloaded http-body-util v0.1.3
11202026-06-17T16:05:44.066Z Downloaded lru-slab v0.1.2
11212026-06-17T16:05:44.069Z Downloaded foreign-types-shared v0.3.1
11222026-06-17T16:05:44.069Z Downloaded is-terminal v0.4.17
11232026-06-17T16:05:44.071Z Downloaded bs58 v0.5.1
11242026-06-17T16:05:44.073Z Downloaded no-std-compat v0.4.1
11252026-06-17T16:05:44.074Z Downloaded lazy_static v1.5.0
11262026-06-17T16:05:44.077Z Downloaded colored v3.1.1
11272026-06-17T16:05:44.079Z Downloaded mime v0.3.17
11282026-06-17T16:05:44.079Z Downloaded macaddr v1.0.1
11292026-06-17T16:05:44.082Z Downloaded memoffset v0.9.1
11302026-06-17T16:05:44.084Z Downloaded memmap v0.7.0
11312026-06-17T16:05:44.084Z Downloaded match_cfg v0.1.0
11322026-06-17T16:05:44.087Z Downloaded managed v0.8.0
11332026-06-17T16:05:44.087Z Downloaded lru-cache v0.1.2
11342026-06-17T16:05:44.089Z Downloaded newtype_derive v0.1.6
11352026-06-17T16:05:44.089Z Downloaded globset v0.4.18
11362026-06-17T16:05:44.092Z Downloaded futures-executor v0.3.32
11372026-06-17T16:05:44.095Z Downloaded ff v0.13.1
11382026-06-17T16:05:44.095Z Downloaded ipnetwork v0.21.1
11392026-06-17T16:05:44.098Z Downloaded ingot-types v0.1.2
11402026-06-17T16:05:44.100Z Downloaded ipnet v2.12.0
11412026-06-17T16:05:44.100Z Downloaded num-iter v0.1.45
11422026-06-17T16:05:44.103Z Downloaded num-derive v0.4.2
11432026-06-17T16:05:44.105Z Downloaded num-conv v0.2.2
11442026-06-17T16:05:44.105Z Downloaded num v0.4.3
11452026-06-17T16:05:44.107Z Downloaded newtype-uuid-macros v0.1.0
11462026-06-17T16:05:44.110Z Downloaded jobserver v0.1.34
11472026-06-17T16:05:44.110Z Downloaded openssl-probe v0.2.1
11482026-06-17T16:05:44.114Z Downloaded omicron-workspace-hack v0.1.0
11492026-06-17T16:05:44.114Z Downloaded const_format_proc_macros v0.2.34
11502026-06-17T16:05:44.117Z Downloaded olpc-cjson v0.1.4
11512026-06-17T16:05:44.117Z Downloaded newline-converter v0.3.0
11522026-06-17T16:05:44.120Z Downloaded backon v1.6.0
11532026-06-17T16:05:44.122Z Downloaded httparse v1.10.1
11542026-06-17T16:05:44.122Z Downloaded crossbeam-epoch v0.9.18
11552026-06-17T16:05:44.125Z Downloaded git-stub-vcs v0.1.0
11562026-06-17T16:05:44.128Z Downloaded openssl-macros v0.1.1
11572026-06-17T16:05:44.128Z Downloaded libsw-core v0.3.2
11582026-06-17T16:05:44.130Z Downloaded opaque-debug v0.3.1
11592026-06-17T16:05:44.131Z Downloaded num_threads v0.1.7
11602026-06-17T16:05:44.133Z Downloaded libscf-sys v1.2.0
11612026-06-17T16:05:44.133Z Downloaded hybrid-array v0.4.12
11622026-06-17T16:05:44.136Z Downloaded lock_api v0.4.14
11632026-06-17T16:05:44.139Z Downloaded linear-map v1.2.0
11642026-06-17T16:05:44.139Z Downloaded libsw v3.5.0
11652026-06-17T16:05:44.141Z Downloaded clap v4.6.1
11662026-06-17T16:05:44.145Z Downloaded percent-encoding v2.3.2
11672026-06-17T16:05:44.148Z Downloaded parse-display v0.10.0
11682026-06-17T16:05:44.148Z Downloaded futures-channel v0.3.32
11692026-06-17T16:05:44.151Z Downloaded cipher v0.4.4
11702026-06-17T16:05:44.154Z Downloaded chacha20 v0.10.0
11712026-06-17T16:05:44.154Z Downloaded blake2 v0.10.6
11722026-06-17T16:05:44.156Z Downloaded plain v0.2.3
11732026-06-17T16:05:44.159Z Downloaded multer v3.1.0
11742026-06-17T16:05:44.159Z Downloaded fastrand v2.4.1
11752026-06-17T16:05:44.161Z Downloaded crossbeam-utils v0.8.21
11762026-06-17T16:05:44.164Z Downloaded console v0.15.11
11772026-06-17T16:05:44.167Z Downloaded proc-macro-error-attr2 v2.0.0
11782026-06-17T16:05:44.167Z Downloaded proc-macro-crate v3.5.0
11792026-06-17T16:05:44.171Z Downloaded num-rational v0.4.2
11802026-06-17T16:05:44.174Z Downloaded num_enum_derive v0.5.11
11812026-06-17T16:05:44.174Z Downloaded num_enum v0.7.6
11822026-06-17T16:05:44.177Z Downloaded proc-macro-error-attr v1.0.4
11832026-06-17T16:05:44.177Z Downloaded proc-macro-crate v1.3.1
11842026-06-17T16:05:44.177Z Downloaded potential_utf v0.1.5
11852026-06-17T16:05:44.180Z Downloaded num_enum v0.5.11
11862026-06-17T16:05:44.183Z Downloaded powerfmt v0.2.0
11872026-06-17T16:05:44.185Z Downloaded bitflags v2.12.1
11882026-06-17T16:05:44.188Z Downloaded pretty-hex v0.4.2
11892026-06-17T16:05:44.189Z Downloaded ciborium v0.2.2
11902026-06-17T16:05:44.191Z Downloaded newtype-uuid v1.3.2
11912026-06-17T16:05:44.191Z Downloaded litemap v0.8.2
11922026-06-17T16:05:44.194Z Downloaded progenitor-macro v0.10.0
11932026-06-17T16:05:44.196Z Downloaded bytes v1.11.1
11942026-06-17T16:05:44.198Z Downloaded progenitor-macro v0.13.0
11952026-06-17T16:05:44.198Z Downloaded num-integer v0.1.46
11962026-06-17T16:05:44.201Z Downloaded num-complex v0.4.6
11972026-06-17T16:05:44.204Z Downloaded password-hash v0.5.0
11982026-06-17T16:05:44.204Z Downloaded parking_lot_core v0.8.6
11992026-06-17T16:05:44.206Z Downloaded progenitor-client v0.14.0
12002026-06-17T16:05:44.209Z Downloaded memmap2 v0.9.10
12012026-06-17T16:05:44.209Z Downloaded phf_shared v0.12.1
12022026-06-17T16:05:44.212Z Downloaded progenitor-macro v0.14.0
12032026-06-17T16:05:44.212Z Downloaded oxnet v0.1.6
12042026-06-17T16:05:44.215Z Downloaded ingot-macros v0.1.1
12052026-06-17T16:05:44.215Z Downloaded quick-error v1.2.3
12062026-06-17T16:05:44.215Z Downloaded dropshot_endpoint v0.17.1
12072026-06-17T16:05:44.218Z Downloaded rand_chacha v0.3.1
12082026-06-17T16:05:44.221Z Downloaded rand_xorshift v0.4.0
12092026-06-17T16:05:44.221Z Downloaded pkg-config v0.3.33
12102026-06-17T16:05:44.223Z Downloaded crossbeam-channel v0.5.15
12112026-06-17T16:05:44.226Z Downloaded crc32fast v1.5.0
12122026-06-17T16:05:44.228Z Downloaded poly1305 v0.8.0
12132026-06-17T16:05:44.228Z Downloaded oxide-tokio-rt v0.1.6
12142026-06-17T16:05:44.231Z Downloaded half v2.7.1
12152026-06-17T16:05:44.234Z Downloaded pem v3.0.6
12162026-06-17T16:05:44.234Z Downloaded parse-display-derive v0.10.0
12172026-06-17T16:05:44.236Z Downloaded hmac v0.12.1
12182026-06-17T16:05:44.239Z Downloaded rustc_version v0.1.7
12192026-06-17T16:05:44.239Z Downloaded indexmap v1.9.3
12202026-06-17T16:05:44.242Z Downloaded ref-cast-impl v1.0.25
12212026-06-17T16:05:44.242Z Downloaded rustc_version v0.4.1
12222026-06-17T16:05:44.245Z Downloaded once_cell v1.21.4
12232026-06-17T16:05:44.245Z Downloaded rustc-hash v2.1.2
12242026-06-17T16:05:44.248Z Downloaded proc-macro-error v1.0.4
12252026-06-17T16:05:44.250Z Downloaded phf v0.12.1
12262026-06-17T16:05:44.250Z Downloaded drift v0.2.0
12272026-06-17T16:05:44.256Z Downloaded same-file v1.0.6
12282026-06-17T16:05:44.258Z Downloaded pin-project-internal v1.1.13
12292026-06-17T16:05:44.261Z Downloaded num_enum_derive v0.7.6
12302026-06-17T16:05:44.261Z Downloaded iana-time-zone v0.1.65
12312026-06-17T16:05:44.264Z Downloaded elliptic-curve v0.13.8
12322026-06-17T16:05:44.267Z Downloaded camino v1.2.2
12332026-06-17T16:05:44.269Z Downloaded ref-cast v1.0.25
12342026-06-17T16:05:44.271Z Downloaded progenitor-client v0.10.0
12352026-06-17T16:05:44.271Z Downloaded progenitor v0.14.0
12362026-06-17T16:05:44.274Z Downloaded progenitor v0.10.0
12372026-06-17T16:05:44.274Z Downloaded scroll_derive v0.13.1
12382026-06-17T16:05:44.274Z Downloaded scopeguard v1.2.0
12392026-06-17T16:05:44.277Z Downloaded base64 v0.21.7
12402026-06-17T16:05:44.280Z Downloaded progenitor-extras v0.2.0
12412026-06-17T16:05:44.280Z Downloaded progenitor-client v0.13.0
12422026-06-17T16:05:44.283Z Downloaded quote v1.0.45
12432026-06-17T16:05:44.283Z Downloaded parking_lot v0.11.2
12442026-06-17T16:05:44.286Z Downloaded scroll_derive v0.12.1
12452026-06-17T16:05:44.286Z Downloaded semver v0.1.20
12462026-06-17T16:05:44.289Z Downloaded pest_derive v2.8.6
12472026-06-17T16:05:44.289Z Downloaded serde-big-array v0.5.1
12482026-06-17T16:05:44.304Z Downloaded rand_core v0.9.5
12492026-06-17T16:05:44.304Z Downloaded pest_generator v2.8.6
12502026-06-17T16:05:44.304Z Downloaded owo-colors v4.3.0
12512026-06-17T16:05:44.304Z Downloaded secrecy v0.10.3
12522026-06-17T16:05:44.304Z Downloaded chacha20poly1305 v0.10.1
12532026-06-17T16:05:44.304Z Downloaded serde_urlencoded v0.7.1
12542026-06-17T16:05:44.305Z Downloaded parking_lot_core v0.9.12
12552026-06-17T16:05:44.305Z Downloaded pin-project-lite v0.2.17
12562026-06-17T16:05:44.308Z Downloaded rand_core v0.6.4
12572026-06-17T16:05:44.308Z Downloaded progenitor v0.13.0
12582026-06-17T16:05:44.308Z Downloaded proc-macro-error2 v2.0.1
12592026-06-17T16:05:44.311Z Downloaded resolv-conf v0.7.6
12602026-06-17T16:05:44.311Z Downloaded serde_repr v0.1.20
12612026-06-17T16:05:44.314Z Downloaded serde_spanned v1.1.1
12622026-06-17T16:05:44.314Z Downloaded serde_spanned v0.6.9
12632026-06-17T16:05:44.317Z Downloaded serde_plain v1.0.2
12642026-06-17T16:05:44.317Z Downloaded sha1 v0.10.6
12652026-06-17T16:05:44.317Z Downloaded sha1 v0.11.0
12662026-06-17T16:05:44.320Z Downloaded num-traits v0.2.19
12672026-06-17T16:05:44.320Z Downloaded indicatif v0.18.4
12682026-06-17T16:05:44.323Z Downloaded rand_chacha v0.9.0
12692026-06-17T16:05:44.327Z Downloaded konst v0.2.20
12702026-06-17T16:05:44.330Z Downloaded postcard v1.1.3
12712026-06-17T16:05:44.330Z Downloaded rustls-native-certs v0.8.4
12722026-06-17T16:05:44.333Z Downloaded siphasher v1.0.3
12732026-06-17T16:05:44.333Z Downloaded rustversion v1.0.22
12742026-06-17T16:05:44.335Z Downloaded sigpipe v0.1.3
12752026-06-17T16:05:44.335Z Downloaded ppv-lite86 v0.2.21
12762026-06-17T16:05:44.338Z Downloaded hashbrown v0.15.5
12772026-06-17T16:05:44.341Z Downloaded schemars_derive v0.8.22
12782026-06-17T16:05:44.344Z Downloaded rusty-fork v0.3.1
12792026-06-17T16:05:44.344Z Downloaded hickory-resolver v0.25.2
12802026-06-17T16:05:44.346Z Downloaded slog-bunyan v2.5.0
12812026-06-17T16:05:44.347Z Downloaded scroll v0.12.0
12822026-06-17T16:05:44.349Z Downloaded papergrid v0.11.0
12832026-06-17T16:05:44.352Z Downloaded icu_collections v2.2.0
12842026-06-17T16:05:44.355Z Downloaded icu_normalizer v2.2.0
12852026-06-17T16:05:44.358Z Downloaded smawk v0.3.2
12862026-06-17T16:05:44.362Z Downloaded cc v1.2.63
12872026-06-17T16:05:44.365Z Downloaded stable_deref_trait v1.2.1
12882026-06-17T16:05:44.365Z Downloaded icu_locale_core v2.2.0
12892026-06-17T16:05:44.368Z Downloaded slog-envlogger v2.2.0
12902026-06-17T16:05:44.368Z Downloaded miniz_oxide v0.8.9
12912026-06-17T16:05:44.370Z Downloaded pin-project v1.1.13
12922026-06-17T16:05:44.377Z Downloaded serde_derive_internals v0.29.1
12932026-06-17T16:05:44.379Z Downloaded rand_core v0.10.1
12942026-06-17T16:05:44.379Z Downloaded serde_tokenstream v0.2.3
12952026-06-17T16:05:44.382Z Downloaded serde_path_to_error v0.1.20
12962026-06-17T16:05:44.382Z Downloaded const_format v0.2.36
12972026-06-17T16:05:44.385Z Downloaded strum v0.27.2
12982026-06-17T16:05:44.385Z Downloaded strum v0.26.3
12992026-06-17T16:05:44.387Z Downloaded sha2 v0.10.9
13002026-06-17T16:05:44.388Z Downloaded structmeta-derive v0.3.0
13012026-06-17T16:05:44.390Z Downloaded strsim v0.11.1
13022026-06-17T16:05:44.390Z Downloaded supports-color v3.0.2
13032026-06-17T16:05:44.393Z Downloaded arc-swap v1.9.1
13042026-06-17T16:05:44.396Z Downloaded rustls-pki-types v1.14.1
13052026-06-17T16:05:44.396Z Downloaded jiff-static v0.2.28
13062026-06-17T16:05:44.399Z Downloaded parking_lot v0.12.5
13072026-06-17T16:05:44.399Z Downloaded crypto-bigint v0.5.5
13082026-06-17T16:05:44.403Z Downloaded simd-adler32 v0.3.9
13092026-06-17T16:05:44.406Z Downloaded sync_wrapper v1.0.2
13102026-06-17T16:05:44.406Z Downloaded take_mut v0.2.2
13112026-06-17T16:05:44.406Z Downloaded terminal_size v0.4.4
13122026-06-17T16:05:44.409Z Downloaded termtree v0.5.1
13132026-06-17T16:05:44.409Z Downloaded http v1.4.1
13142026-06-17T16:05:44.412Z Downloaded rustls-pemfile v2.2.0
13152026-06-17T16:05:44.414Z Downloaded hashbrown v0.12.3
13162026-06-17T16:05:44.417Z Downloaded slab v0.4.12
13172026-06-17T16:05:44.417Z Downloaded testing_table v0.3.0
13182026-06-17T16:05:44.417Z Downloaded progenitor-impl v0.10.0
13192026-06-17T16:05:44.420Z Downloaded slog-stdlog v4.1.1
13202026-06-17T16:05:44.420Z Downloaded slog-async v2.8.0
13212026-06-17T16:05:44.423Z Downloaded thiserror-impl-no-std v2.0.2
13222026-06-17T16:05:44.423Z Downloaded pest_meta v2.8.6
13232026-06-17T16:05:44.425Z Downloaded slog-dtrace v0.3.0
13242026-06-17T16:05:44.425Z Downloaded progenitor-impl v0.14.0
13252026-06-17T16:05:44.428Z Downloaded openssl-sys v0.9.116
13262026-06-17T16:05:44.430Z Downloaded spin v0.5.2
13272026-06-17T16:05:44.432Z Downloaded thread-id v5.1.0
13282026-06-17T16:05:44.432Z Downloaded smartstring v1.0.1
13292026-06-17T16:05:44.435Z Downloaded progenitor-impl v0.13.0
13302026-06-17T16:05:44.435Z Downloaded papergrid v0.18.0
13312026-06-17T16:05:44.438Z Downloaded tinyvec_macros v0.1.1
13322026-06-17T16:05:44.440Z Downloaded async-compression v0.4.42
13332026-06-17T16:05:44.443Z Downloaded snafu-derive v0.8.9
13342026-06-17T16:05:44.445Z Downloaded smf v0.2.3
13352026-06-17T16:05:44.445Z Downloaded slog-term v2.9.2
13362026-06-17T16:05:44.448Z Downloaded slog-scope v4.4.1
13372026-06-17T16:05:44.448Z Downloaded slog-json v2.6.1
13382026-06-17T16:05:44.448Z Downloaded semver v1.0.28
13392026-06-17T16:05:44.451Z Downloaded time-core v0.1.8
13402026-06-17T16:05:44.451Z Downloaded strum_macros v0.27.2
13412026-06-17T16:05:44.455Z Downloaded tabled_derive v0.7.0
13422026-06-17T16:05:44.455Z Downloaded signal-hook-registry v1.4.8
13432026-06-17T16:05:44.457Z Downloaded hashbrown v0.16.1
13442026-06-17T16:05:44.457Z Downloaded flate2 v1.1.9
13452026-06-17T16:05:44.460Z Downloaded expectorate v1.2.0
13462026-06-17T16:05:44.463Z Downloaded toml_write v0.1.2
13472026-06-17T16:05:44.465Z Downloaded structmeta v0.3.0
13482026-06-17T16:05:44.465Z Downloaded serde_with_macros v3.20.0
13492026-06-17T16:05:44.465Z Downloaded rhai_codegen v3.2.0
13502026-06-17T16:05:44.469Z Downloaded ryu v1.0.23
13512026-06-17T16:05:44.472Z Downloaded rustls-platform-verifier v0.7.0
13522026-06-17T16:05:44.475Z Downloaded tabwriter v1.4.1
13532026-06-17T16:05:44.475Z Downloaded synstructure v0.13.2
13542026-06-17T16:05:44.477Z Downloaded toml_datetime v0.6.11
13552026-06-17T16:05:44.477Z Downloaded hyper-util v0.1.20
13562026-06-17T16:05:44.480Z Downloaded proc-macro2 v1.0.106
13572026-06-17T16:05:44.483Z Downloaded scroll v0.13.0
13582026-06-17T16:05:44.485Z Downloaded tabled_derive v0.11.0
13592026-06-17T16:05:44.485Z Downloaded tagptr v0.2.0
13602026-06-17T16:05:44.485Z Downloaded swrite v0.1.0
13612026-06-17T16:05:44.486Z Downloaded subtle v2.6.1
13622026-06-17T16:05:44.489Z Downloaded shlex v2.0.1
13632026-06-17T16:05:44.489Z Downloaded paste v1.0.15
13642026-06-17T16:05:44.491Z Downloaded icu_normalizer_data v2.2.0
13652026-06-17T16:05:44.491Z Downloaded schemars v0.8.22
13662026-06-17T16:05:44.497Z Downloaded try-lock v0.2.5
13672026-06-17T16:05:44.500Z Downloaded serde_core v1.0.228
13682026-06-17T16:05:44.500Z Downloaded tower-service v0.3.3
13692026-06-17T16:05:44.502Z Downloaded tower-layer v0.3.3
13702026-06-17T16:05:44.502Z Downloaded thread-id v4.2.2
13712026-06-17T16:05:44.502Z Downloaded thiserror-impl v1.0.69
13722026-06-17T16:05:44.505Z Downloaded tinystr v0.8.3
13732026-06-17T16:05:44.505Z Downloaded tiny-keccak v2.0.2
13742026-06-17T16:05:44.510Z Downloaded thread_local v1.1.9
13752026-06-17T16:05:44.510Z Downloaded thiserror-no-std v2.0.2
13762026-06-17T16:05:44.512Z Downloaded typeid v1.0.3
13772026-06-17T16:05:44.513Z Downloaded spin v0.9.8
13782026-06-17T16:05:44.513Z Downloaded thiserror-impl v2.0.18
13792026-06-17T16:05:44.513Z Downloaded serde_derive v1.0.228
13802026-06-17T16:05:44.516Z Downloaded smallvec v1.15.1
13812026-06-17T16:05:44.517Z Downloaded tokio-macros v2.7.0
13822026-06-17T16:05:44.519Z Downloaded time-macros v0.2.27
13832026-06-17T16:05:44.519Z Downloaded static_assertions v1.1.0
13842026-06-17T16:05:44.520Z Downloaded quinn-udp v0.5.14
13852026-06-17T16:05:44.522Z Downloaded thiserror v2.0.18
13862026-06-17T16:05:44.525Z Downloaded universal-hash v0.5.1
13872026-06-17T16:05:44.525Z Downloaded typify-macro v0.4.3
13882026-06-17T16:05:44.525Z Downloaded thiserror v1.0.69
13892026-06-17T16:05:44.529Z Downloaded memchr v2.8.1
13902026-06-17T16:05:44.531Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13912026-06-17T16:05:44.531Z Downloaded tokio-dtrace v0.1.1
13922026-06-17T16:05:44.534Z Downloaded typify-macro v0.6.2
13932026-06-17T16:05:44.534Z Downloaded tokio-tungstenite v0.21.0
13942026-06-17T16:05:44.536Z Downloaded unicode-xid v0.2.6
13952026-06-17T16:05:44.536Z Downloaded strum_macros v0.26.4
13962026-06-17T16:05:44.539Z Downloaded log v0.4.32
13972026-06-17T16:05:44.539Z Downloaded indexmap v2.14.0
13982026-06-17T16:05:44.542Z Downloaded untrusted v0.7.1
13992026-06-17T16:05:44.542Z Downloaded unit-prefix v0.5.2
14002026-06-17T16:05:44.544Z Downloaded darling_core v0.21.3
14012026-06-17T16:05:44.546Z Downloaded usdt-attr-macro v0.5.0
14022026-06-17T16:05:44.546Z Downloaded usdt-attr-macro v0.6.0
14032026-06-17T16:05:44.547Z Downloaded usdt v0.6.0
14042026-06-17T16:05:44.549Z Downloaded untrusted v0.9.0
14052026-06-17T16:05:44.549Z Downloaded rayon-core v1.13.0
14062026-06-17T16:05:44.552Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14072026-06-17T16:05:44.552Z Downloaded minimal-lexical v0.2.1
14082026-06-17T16:05:44.554Z Downloaded usdt-macro v0.5.0
14092026-06-17T16:05:44.554Z Downloaded prettyplease v0.2.37
14102026-06-17T16:05:44.559Z Downloaded hkdf v0.12.4
14112026-06-17T16:05:44.561Z Downloaded icu_provider v2.2.0
14122026-06-17T16:05:44.562Z Downloaded usdt-macro v0.6.0
14132026-06-17T16:05:44.562Z Downloaded slog v2.8.2
14142026-06-17T16:05:44.562Z Downloaded utf8parse v0.2.2
14152026-06-17T16:05:44.565Z Downloaded usdt v0.5.0
14162026-06-17T16:05:44.565Z Downloaded term v1.2.1
14172026-06-17T16:05:44.565Z Downloaded version_check v0.9.5
14182026-06-17T16:05:44.567Z Downloaded cargo_toml v0.22.3
14192026-06-17T16:05:44.567Z Downloaded fs-err v3.3.0
14202026-06-17T16:05:44.567Z Downloaded toml_writer v1.1.1+spec-1.1.0
14212026-06-17T16:05:44.570Z Downloaded ingot v0.1.1
14222026-06-17T16:05:44.571Z Downloaded find-msvc-tools v0.1.9
14232026-06-17T16:05:44.573Z Downloaded wait-timeout v0.2.1
14242026-06-17T16:05:44.573Z Downloaded utf8_iter v1.0.4
14252026-06-17T16:05:44.573Z Downloaded utf-8 v0.7.6
14262026-06-17T16:05:44.573Z Downloaded want v0.3.1
14272026-06-17T16:05:44.576Z Downloaded qorb v0.4.1
14282026-06-17T16:05:44.578Z Downloaded waitgroup v0.1.2
14292026-06-17T16:05:44.578Z Downloaded thin-vec v0.2.18
14302026-06-17T16:05:44.578Z Downloaded natord v1.0.9
14312026-06-17T16:05:44.582Z Downloaded errno v0.3.14
14322026-06-17T16:05:44.582Z Downloaded darling v0.21.3
14332026-06-17T16:05:44.587Z Downloaded linked-hash-map v0.5.6
14342026-06-17T16:05:44.587Z Downloaded cookie v0.18.1
14352026-06-17T16:05:44.587Z Downloaded zerofrom v0.1.8
14362026-06-17T16:05:44.587Z Downloaded cancel-safe-futures v0.1.5
14372026-06-17T16:05:44.592Z Downloaded clap_derive v4.6.1
14382026-06-17T16:05:44.592Z Downloaded zerofrom-derive v0.1.7
14392026-06-17T16:05:44.592Z Downloaded socket2 v0.6.4
14402026-06-17T16:05:44.595Z Downloaded quinn v0.11.9
14412026-06-17T16:05:44.595Z Downloaded bitflags v1.3.2
14422026-06-17T16:05:44.595Z Downloaded rand v0.8.6
14432026-06-17T16:05:44.598Z Downloaded unarray v0.1.4
14442026-06-17T16:05:44.598Z Downloaded anyhow v1.0.102
14452026-06-17T16:05:44.600Z Downloaded yoke-derive v0.8.2
14462026-06-17T16:05:44.600Z Downloaded idna_adapter v1.2.2
14472026-06-17T16:05:44.600Z Downloaded foldhash v0.2.0
14482026-06-17T16:05:44.603Z Downloaded async-trait v0.1.89
14492026-06-17T16:05:44.603Z Downloaded serde_yaml v0.9.34+deprecated
14502026-06-17T16:05:44.606Z Downloaded compression-codecs v0.4.38
14512026-06-17T16:05:44.610Z Downloaded http-body v1.0.1
14522026-06-17T16:05:44.610Z Downloaded hash32 v0.3.1
14532026-06-17T16:05:44.610Z Downloaded foreign-types v0.5.0
14542026-06-17T16:05:44.613Z Downloaded futures-task v0.3.32
14552026-06-17T16:05:44.613Z Downloaded dtrace-parser v0.2.0
14562026-06-17T16:05:44.613Z Downloaded base64 v0.22.1
14572026-06-17T16:05:44.613Z Downloaded zeroize_derive v1.4.3
14582026-06-17T16:05:44.616Z Downloaded tokio-rustls v0.26.4
14592026-06-17T16:05:44.616Z Downloaded enum-as-inner v0.6.1
14602026-06-17T16:05:44.616Z Downloaded dunce v1.0.5
14612026-06-17T16:05:44.619Z Downloaded bit-vec v0.8.0
14622026-06-17T16:05:44.619Z Downloaded bcs v0.1.6
14632026-06-17T16:05:44.619Z Downloaded futures-core v0.3.32
14642026-06-17T16:05:44.622Z Downloaded similar v2.7.0
14652026-06-17T16:05:44.625Z Downloaded nom v7.1.3
14662026-06-17T16:05:44.628Z Downloaded usdt-impl v0.6.0
14672026-06-17T16:05:44.628Z Downloaded goblin v0.8.2
14682026-06-17T16:05:44.636Z Downloaded zone_cfg_derive v0.3.1
14692026-06-17T16:05:44.636Z Downloaded rustls-webpki v0.103.13
14702026-06-17T16:05:44.640Z Downloaded schemars v0.9.0
14712026-06-17T16:05:44.640Z Downloaded xz2 v0.1.7
14722026-06-17T16:05:44.644Z Downloaded whoami v1.6.1
14732026-06-17T16:05:44.644Z Downloaded tracing-attributes v0.1.31
14742026-06-17T16:05:44.647Z Downloaded vsss-rs v3.3.4
14752026-06-17T16:05:44.647Z Downloaded walkdir v2.5.0
14762026-06-17T16:05:44.647Z Downloaded snafu v0.8.9
14772026-06-17T16:05:44.650Z Downloaded tinyvec v1.11.0
14782026-06-17T16:05:44.650Z Downloaded textwrap v0.16.2
14792026-06-17T16:05:44.653Z Downloaded test-strategy v0.4.5
14802026-06-17T16:05:44.658Z Downloaded dropshot-api-manager v0.7.2
14812026-06-17T16:05:44.658Z Downloaded zone v0.3.1
14822026-06-17T16:05:44.661Z Downloaded usdt-impl v0.5.0
14832026-06-17T16:05:44.661Z Downloaded writeable v0.6.3
14842026-06-17T16:05:44.661Z Downloaded zeroize v1.8.2
14852026-06-17T16:05:44.661Z Downloaded zerovec-derive v0.11.3
14862026-06-17T16:05:44.661Z Downloaded tokio-stream v0.1.18
14872026-06-17T16:05:44.664Z Downloaded convert_case v0.4.0
14882026-06-17T16:05:44.664Z Downloaded foreign-types-shared v0.1.1
14892026-06-17T16:05:44.667Z Downloaded derive_more v0.99.20
14902026-06-17T16:05:44.669Z Downloaded unicode-linebreak v0.1.5
14912026-06-17T16:05:44.669Z Downloaded ucd-trie v0.1.7
14922026-06-17T16:05:44.670Z Downloaded serde v1.0.228
14932026-06-17T16:05:44.674Z Downloaded mio v1.2.1
14942026-06-17T16:05:44.676Z Downloaded toml v1.1.2+spec-1.1.0
14952026-06-17T16:05:44.676Z Downloaded zmij v1.0.21
14962026-06-17T16:05:44.679Z Downloaded tempfile v3.27.0
14972026-06-17T16:05:44.679Z Downloaded toml v0.8.23
14982026-06-17T16:05:44.682Z Downloaded toml v0.9.12+spec-1.1.0
14992026-06-17T16:05:44.682Z Downloaded clap_lex v1.1.0
15002026-06-17T16:05:44.685Z Downloaded itertools v0.12.1
15012026-06-17T16:05:44.688Z Downloaded toml_parser v1.1.2+spec-1.1.0
15022026-06-17T16:05:44.689Z Downloaded async-recursion v1.1.1
15032026-06-17T16:05:44.692Z Downloaded darling_macro v0.23.0
15042026-06-17T16:05:44.692Z Downloaded backoff v0.4.0
15052026-06-17T16:05:44.695Z Downloaded dof v0.3.0
15062026-06-17T16:05:44.695Z Downloaded cobs v0.3.0
15072026-06-17T16:05:44.695Z Downloaded rand v0.9.4
15082026-06-17T16:05:44.698Z Downloaded cfg_aliases v0.2.1
15092026-06-17T16:05:44.698Z Downloaded anstyle-query v1.1.5
15102026-06-17T16:05:44.698Z Downloaded schemars v1.2.1
15112026-06-17T16:05:44.706Z Downloaded typify v0.4.3
15122026-06-17T16:05:44.711Z Downloaded steno v0.4.1
15132026-06-17T16:05:44.714Z Downloaded tungstenite v0.21.0
15142026-06-17T16:05:44.714Z Downloaded crunchy v0.2.4
15152026-06-17T16:05:44.714Z Downloaded zerocopy-derive v0.7.35
15162026-06-17T16:05:44.714Z Downloaded unsafe-libyaml v0.2.11
15172026-06-17T16:05:44.717Z Downloaded unicode-ident v1.0.24
15182026-06-17T16:05:44.719Z Downloaded async-stream v0.3.6
15192026-06-17T16:05:44.720Z Downloaded darling v0.23.0
15202026-06-17T16:05:44.723Z Downloaded cfg-if v1.0.4
15212026-06-17T16:05:44.723Z Downloaded digest v0.11.3
15222026-06-17T16:05:44.727Z Downloaded hashbrown v0.17.1
15232026-06-17T16:05:44.730Z Downloaded cstr-argument v0.1.2
15242026-06-17T16:05:44.730Z Downloaded crc8 v0.1.1
15252026-06-17T16:05:44.730Z Downloaded autocfg v1.5.1
15262026-06-17T16:05:44.730Z Downloaded toml_edit v0.25.12+spec-1.1.0
15272026-06-17T16:05:44.733Z Downloaded uuid v1.23.2
15282026-06-17T16:05:44.733Z Downloaded dyn-clone v1.0.20
15292026-06-17T16:05:44.737Z Downloaded debug-ignore v1.0.5
15302026-06-17T16:05:44.737Z Downloaded data-encoding v2.11.0
15312026-06-17T16:05:44.737Z Downloaded anstyle-parse v1.0.0
15322026-06-17T16:05:44.740Z Downloaded bytecount v0.6.9
15332026-06-17T16:05:44.740Z Downloaded yoke v0.8.3
15342026-06-17T16:05:44.740Z Downloaded itertools v0.14.0
15352026-06-17T16:05:44.746Z Downloaded typify v0.6.2
15362026-06-17T16:05:44.750Z Downloaded clap_builder v4.6.0
15372026-06-17T16:05:44.750Z Downloaded rand v0.10.1
15382026-06-17T16:05:44.754Z Downloaded nom v8.0.0
15392026-06-17T16:05:44.757Z Downloaded base64ct v1.8.3
15402026-06-17T16:05:44.757Z Downloaded anstyle v1.0.14
15412026-06-17T16:05:44.757Z Downloaded base16ct v0.2.0
15422026-06-17T16:05:44.757Z Downloaded async-stream-impl v0.3.6
15432026-06-17T16:05:44.760Z Downloaded pest v2.8.6
15442026-06-17T16:05:44.760Z Downloaded tracing-core v0.1.36
15452026-06-17T16:05:44.763Z Downloaded hyper v1.10.1
15462026-06-17T16:05:44.766Z Downloaded argon2 v0.5.3
15472026-06-17T16:05:44.766Z Downloaded toml_edit v0.22.27
15482026-06-17T16:05:44.769Z Downloaded ciborium-io v0.2.2
15492026-06-17T16:05:44.769Z Downloaded float-ord v0.3.2
15502026-06-17T16:05:44.772Z Downloaded derive-where v1.6.1
15512026-06-17T16:05:44.772Z Downloaded crypto-common v0.1.7
15522026-06-17T16:05:44.774Z Downloaded aho-corasick v1.1.4
15532026-06-17T16:05:44.780Z Downloaded libm v0.2.16
15542026-06-17T16:05:44.784Z Downloaded toml_edit v0.19.15
15552026-06-17T16:05:44.790Z Downloaded idna v1.1.0
15562026-06-17T16:05:44.793Z Downloaded h2 v0.4.14
15572026-06-17T16:05:44.796Z Downloaded futures-util v0.3.32
15582026-06-17T16:05:44.802Z Downloaded iddqd v0.4.2
15592026-06-17T16:05:44.826Z Downloaded regex v1.12.3
15602026-06-17T16:05:44.826Z Downloaded icu_properties_data v2.2.0
15612026-06-17T16:05:44.837Z Downloaded url v2.5.8
15622026-06-17T16:05:44.840Z Downloaded serde_json v1.0.150
15632026-06-17T16:05:44.846Z Downloaded ron v0.12.1
15642026-06-17T16:05:44.860Z Downloaded typed-path v0.9.3
15652026-06-17T16:05:44.866Z Downloaded zerocopy-derive v0.8.50
15662026-06-17T16:05:44.873Z Downloaded zerotrie v0.2.4
15672026-06-17T16:05:44.877Z Downloaded reqwest v0.12.28
15682026-06-17T16:05:44.890Z Downloaded zerovec v0.11.6
15692026-06-17T16:05:44.905Z Downloaded typenum v1.20.1
15702026-06-17T16:05:44.907Z Downloaded aws-lc-rs v1.17.0
15712026-06-17T16:05:44.913Z Downloaded portable-atomic v1.13.1
15722026-06-17T16:05:44.917Z Downloaded reqwest v0.13.4
15732026-06-17T16:05:44.929Z Downloaded winnow v0.5.40
15742026-06-17T16:05:44.934Z Downloaded tower v0.5.3
15752026-06-17T16:05:44.943Z Downloaded rayon v1.12.0
15762026-06-17T16:05:44.949Z Downloaded unicode-segmentation v1.13.3
15772026-06-17T16:05:44.952Z Downloaded quinn-proto v0.11.14
15782026-06-17T16:05:44.957Z Downloaded goblin v0.10.7
15792026-06-17T16:05:44.962Z Downloaded tokio-util v0.7.18
15802026-06-17T16:05:44.966Z Downloaded tough v0.22.0
15812026-06-17T16:05:44.971Z Downloaded hickory-proto v0.24.4
15822026-06-17T16:05:44.979Z Downloaded moka v0.12.15
15832026-06-17T16:05:44.986Z Downloaded chrono v0.4.45
15842026-06-17T16:05:45.000Z Downloaded tower-http v0.6.11
15852026-06-17T16:05:45.021Z Downloaded time v0.3.47
15862026-06-17T16:05:45.021Z Downloaded unicode-normalization v0.1.25
15872026-06-17T16:05:45.021Z Downloaded serde_with v3.20.0
15882026-06-17T16:05:45.024Z Downloaded webpki-roots v1.0.7
15892026-06-17T16:05:45.027Z Downloaded openssl v0.10.80
15902026-06-17T16:05:45.038Z Downloaded proptest v1.11.0
15912026-06-17T16:05:45.054Z Downloaded tabled v0.15.0
15922026-06-17T16:05:45.063Z Downloaded zerocopy v0.7.35
15932026-06-17T16:05:45.073Z Downloaded unicode-width v0.1.14
15942026-06-17T16:05:45.077Z Downloaded curve25519-dalek v4.1.3
15952026-06-17T16:05:45.083Z Downloaded nix v0.31.3
15962026-06-17T16:05:45.088Z Downloaded winnow v1.0.3
15972026-06-17T16:05:45.094Z Downloaded smoltcp v0.11.0
15982026-06-17T16:05:45.100Z Downloaded winnow v0.7.15
15992026-06-17T16:05:45.106Z Downloaded zerocopy v0.8.50
16002026-06-17T16:05:45.117Z Downloaded syn v1.0.109
16012026-06-17T16:05:45.146Z Downloaded tabled v0.21.0
16022026-06-17T16:05:45.150Z Downloaded regress v0.11.1
16032026-06-17T16:05:45.150Z Downloaded bstr v1.12.1
16042026-06-17T16:05:45.150Z Downloaded vcpkg v0.2.15
16052026-06-17T16:05:45.165Z Downloaded rustix v0.38.44
16062026-06-17T16:05:45.179Z Downloaded hickory-proto v0.25.2
16072026-06-17T16:05:45.189Z Downloaded openapiv3 v2.2.0
16082026-06-17T16:05:45.196Z Downloaded syn v2.0.117
16092026-06-17T16:05:45.206Z Downloaded typify-impl v0.4.3
16102026-06-17T16:05:45.210Z Downloaded unicode-width v0.2.2
16112026-06-17T16:05:45.213Z Downloaded regress v0.10.5
16122026-06-17T16:05:45.219Z Downloaded regex-syntax v0.8.10
16132026-06-17T16:05:45.225Z Downloaded dropshot v0.17.1
16142026-06-17T16:05:45.249Z Downloaded rhai v1.25.1
16152026-06-17T16:05:45.252Z Downloaded rustls v0.23.40
16162026-06-17T16:05:45.266Z Downloaded petgraph v0.6.5
16172026-06-17T16:05:45.275Z Downloaded rustix v1.1.4
16182026-06-17T16:05:45.298Z Downloaded lzma-sys v0.1.20
16192026-06-17T16:05:45.316Z Downloaded petgraph v0.8.3
16202026-06-17T16:05:45.338Z Downloaded sled v0.34.7
16212026-06-17T16:05:45.344Z Downloaded sha3 v0.10.9
16222026-06-17T16:05:45.351Z Downloaded tracing v0.1.44
16232026-06-17T16:05:45.362Z Downloaded typify-impl v0.6.2
16242026-06-17T16:05:45.368Z Downloaded tokio v1.52.3
16252026-06-17T16:05:45.392Z Downloaded encoding_rs v0.8.35
16262026-06-17T16:05:45.407Z Downloaded regex-automata v0.4.14
16272026-06-17T16:05:45.450Z Downloaded chrono-tz v0.10.4
16282026-06-17T16:05:45.463Z Downloaded libc v0.2.186
16292026-06-17T16:05:45.482Z Downloaded jiff v0.2.28
16302026-06-17T16:05:45.493Z Downloaded csv v1.4.0
16312026-06-17T16:05:45.599Z Downloaded ring v0.17.14
16322026-06-17T16:05:46.195Z Downloaded aws-lc-sys v0.41.0
16332026-06-17T16:05:46.557Z Compiling proc-macro2 v1.0.106
16342026-06-17T16:05:46.557Z Compiling quote v1.0.45
16352026-06-17T16:05:46.557Z Compiling unicode-ident v1.0.24
16362026-06-17T16:05:46.557Z Compiling serde_core v1.0.228
16372026-06-17T16:05:46.560Z Compiling serde v1.0.228
16382026-06-17T16:05:46.560Z Compiling libc v0.2.186
16392026-06-17T16:05:46.560Z Compiling cfg-if v1.0.4
16402026-06-17T16:05:46.877Z Compiling zmij v1.0.21
16412026-06-17T16:05:46.894Z Compiling autocfg v1.5.1
16422026-06-17T16:05:47.202Z Compiling memchr v2.8.1
16432026-06-17T16:05:47.264Z Compiling libm v0.2.16
16442026-06-17T16:05:47.601Z Compiling itoa v1.0.18
16452026-06-17T16:05:47.647Z Compiling icu_properties_data v2.2.0
16462026-06-17T16:05:47.928Z Compiling icu_normalizer_data v2.2.0
16472026-06-17T16:05:47.968Z Compiling version_check v0.9.5
16482026-06-17T16:05:48.134Z Compiling syn v2.0.117
16492026-06-17T16:05:48.153Z Compiling stable_deref_trait v1.2.1
16502026-06-17T16:05:48.203Z Compiling serde_json v1.0.150
16512026-06-17T16:05:48.253Z Compiling writeable v0.6.3
16522026-06-17T16:05:48.267Z Compiling parking_lot_core v0.9.12
16532026-06-17T16:05:48.390Z Compiling litemap v0.8.2
16542026-06-17T16:05:48.509Z Compiling num-traits v0.2.19
16552026-06-17T16:05:48.531Z Compiling utf8_iter v1.0.4
16562026-06-17T16:05:48.620Z Compiling percent-encoding v2.3.2
16572026-06-17T16:05:48.847Z Compiling thiserror v2.0.18
16582026-06-17T16:05:48.898Z Compiling form_urlencoded v1.2.2
16592026-06-17T16:05:48.915Z Compiling rand_core v0.10.1
16602026-06-17T16:05:48.936Z Compiling getrandom v0.4.2
16612026-06-17T16:05:49.087Z Compiling zerocopy v0.8.50
16622026-06-17T16:05:49.218Z Compiling errno v0.3.14
16632026-06-17T16:05:49.221Z Compiling heck v0.5.0
16642026-06-17T16:05:49.324Z Compiling iana-time-zone v0.1.65
16652026-06-17T16:05:49.550Z Compiling uuid v1.23.2
16662026-06-17T16:05:49.674Z Compiling jobserver v0.1.34
16672026-06-17T16:05:49.785Z Compiling find-msvc-tools v0.1.9
16682026-06-17T16:05:50.041Z Compiling shlex v2.0.1
16692026-06-17T16:05:50.100Z Compiling rustversion v1.0.22
16702026-06-17T16:05:50.212Z Compiling cc v1.2.63
16712026-06-17T16:05:50.248Z Compiling semver v1.0.28
16722026-06-17T16:05:50.281Z Compiling schemars v0.8.22
16732026-06-17T16:05:50.555Z Compiling dyn-clone v1.0.20
16742026-06-17T16:05:50.614Z Compiling pin-project-lite v0.2.17
16752026-06-17T16:05:50.719Z Compiling getrandom v0.2.17
16762026-06-17T16:05:50.739Z Compiling scopeguard v1.2.0
16772026-06-17T16:05:50.879Z Compiling lock_api v0.4.14
16782026-06-17T16:05:50.959Z Compiling bitflags v2.12.1
16792026-06-17T16:05:51.020Z Compiling socket2 v0.6.4
16802026-06-17T16:05:51.135Z Compiling synstructure v0.13.2
16812026-06-17T16:05:51.175Z Compiling serde_derive_internals v0.29.1
16822026-06-17T16:05:51.227Z Compiling cmake v0.1.58
16832026-06-17T16:05:51.424Z Compiling signal-hook-registry v1.4.8
16842026-06-17T16:05:51.592Z Compiling mio v1.2.1
16852026-06-17T16:05:51.610Z Compiling fs_extra v1.3.0
16862026-06-17T16:05:51.678Z Compiling dunce v1.0.5
16872026-06-17T16:05:51.794Z Compiling portable-atomic v1.13.1
16882026-06-17T16:05:51.866Z Compiling futures-core v0.3.32
16892026-06-17T16:05:51.885Z Compiling critical-section v1.2.0
16902026-06-17T16:05:51.902Z Compiling aws-lc-sys v0.41.0
16912026-06-17T16:05:51.940Z Compiling log v0.4.32
16922026-06-17T16:05:52.040Z Compiling subtle v2.6.1
16932026-06-17T16:05:52.134Z Compiling equivalent v1.0.2
16942026-06-17T16:05:52.227Z Compiling httparse v1.10.1
16952026-06-17T16:05:52.273Z Compiling futures-sink v0.3.32
16962026-06-17T16:05:52.325Z Compiling serde_derive v1.0.228
16972026-06-17T16:05:52.343Z Compiling zerofrom-derive v0.1.7
16982026-06-17T16:05:52.347Z Compiling yoke-derive v0.8.2
16992026-06-17T16:05:52.377Z Compiling zerovec-derive v0.11.3
17002026-06-17T16:05:52.393Z Compiling displaydoc v0.2.6
17012026-06-17T16:05:52.501Z Compiling schemars_derive v0.8.22
17022026-06-17T16:05:52.607Z Compiling thiserror-impl v2.0.18
17032026-06-17T16:05:52.845Z Compiling tokio-macros v2.7.0
17042026-06-17T16:05:53.257Z Compiling zerocopy-derive v0.8.50
17052026-06-17T16:05:53.448Z Compiling zeroize_derive v1.4.3
17062026-06-17T16:05:53.515Z Compiling futures-macro v0.3.32
17072026-06-17T16:05:53.594Z Compiling zerofrom v0.1.8
17082026-06-17T16:05:53.733Z Compiling yoke v0.8.3
17092026-06-17T16:05:53.771Z Compiling slab v0.4.12
17102026-06-17T16:05:53.943Z Compiling zerovec v0.11.6
17112026-06-17T16:05:53.985Z Compiling zerotrie v0.2.4
17122026-06-17T16:05:54.131Z Compiling once_cell v1.21.4
17132026-06-17T16:05:54.149Z Compiling zeroize v1.8.2
17142026-06-17T16:05:54.361Z Compiling rustix v1.1.4
17152026-06-17T16:05:54.384Z Compiling ucd-trie v0.1.7
17162026-06-17T16:05:54.387Z Compiling thiserror v1.0.69
17172026-06-17T16:05:54.420Z Compiling typenum v1.20.1
17182026-06-17T16:05:54.442Z Compiling futures-channel v0.3.32
17192026-06-17T16:05:54.593Z Compiling tinystr v0.8.3
17202026-06-17T16:05:54.621Z Compiling potential_utf v0.1.5
17212026-06-17T16:05:54.706Z Compiling pest v2.8.6
17222026-06-17T16:05:54.738Z Compiling thiserror-impl v1.0.69
17232026-06-17T16:05:54.757Z Compiling icu_collections v2.2.0
17242026-06-17T16:05:54.811Z Compiling icu_locale_core v2.2.0
17252026-06-17T16:05:54.876Z Compiling futures-task v0.3.32
17262026-06-17T16:05:55.065Z Compiling futures-io v0.3.32
17272026-06-17T16:05:55.291Z Compiling futures-util v0.3.32
17282026-06-17T16:05:55.581Z Compiling getrandom v0.3.4
17292026-06-17T16:05:55.796Z Compiling smallvec v1.15.1
17302026-06-17T16:05:55.820Z Compiling bytes v1.11.1
17312026-06-17T16:05:55.952Z Compiling icu_provider v2.2.0
17322026-06-17T16:05:55.969Z Compiling chrono v0.4.45
17332026-06-17T16:05:56.003Z Compiling serde_tokenstream v0.2.3
17342026-06-17T16:05:56.293Z Compiling icu_properties v2.2.0
17352026-06-17T16:05:56.472Z Compiling icu_normalizer v2.2.0
17362026-06-17T16:05:56.573Z Compiling parking_lot v0.12.5
17372026-06-17T16:05:57.306Z Compiling idna_adapter v1.2.2
17382026-06-17T16:05:57.468Z Compiling idna v1.1.0
17392026-06-17T16:05:57.486Z Compiling tokio v1.52.3
17402026-06-17T16:05:57.697Z Compiling pest_meta v2.8.6
17412026-06-17T16:05:57.880Z Compiling url v2.5.8
17422026-06-17T16:05:57.883Z Compiling regex-syntax v0.8.10
17432026-06-17T16:05:58.017Z Compiling strsim v0.11.1
17442026-06-17T16:05:58.036Z Compiling rand_core v0.6.4
17452026-06-17T16:05:58.318Z Compiling pest_generator v2.8.6
17462026-06-17T16:05:58.321Z Compiling aho-corasick v1.1.4
17472026-06-17T16:05:58.969Z Compiling pest_derive v2.8.6
17482026-06-17T16:05:59.524Z Compiling byteorder v1.5.0
17492026-06-17T16:05:59.579Z Compiling hashbrown v0.17.1
17502026-06-17T16:05:59.580Z Compiling regex-automata v0.4.14
17512026-06-17T16:05:59.748Z Compiling tracing-core v0.1.36
17522026-06-17T16:05:59.792Z Compiling tracing-attributes v0.1.31
17532026-06-17T16:06:00.028Z Compiling ipnetwork v0.21.1
17542026-06-17T16:06:00.315Z Compiling indexmap v2.14.0
17552026-06-17T16:06:00.491Z Compiling ident_case v1.0.1
17562026-06-17T16:06:00.636Z Compiling slog v2.8.2
17572026-06-17T16:06:00.895Z Compiling fnv v1.0.7
17582026-06-17T16:06:00.914Z Compiling paste v1.0.15
17592026-06-17T16:06:01.066Z Compiling tracing v0.1.44
17602026-06-17T16:06:01.209Z Compiling base64 v0.22.1
17612026-06-17T16:06:01.238Z Compiling anyhow v1.0.102
17622026-06-17T16:06:01.449Z Compiling regex v1.12.3
17632026-06-17T16:06:01.747Z Compiling erased-serde v0.3.31
17642026-06-17T16:06:01.997Z Compiling omicron-workspace-hack v0.1.0
17652026-06-17T16:06:02.280Z Compiling http v1.4.1
17662026-06-17T16:06:02.901Z Compiling oxnet v0.1.6
17672026-06-17T16:06:03.297Z Compiling rustls-pki-types v1.14.1
17682026-06-17T16:06:03.683Z Compiling scroll_derive v0.13.1
17692026-06-17T16:06:04.145Z Compiling ring v0.17.14
17702026-06-17T16:06:04.171Z Compiling aws-lc-rs v1.17.0
17712026-06-17T16:06:04.189Z Compiling time-core v0.1.8
17722026-06-17T16:06:04.345Z Compiling num-conv v0.2.2
17732026-06-17T16:06:04.504Z Compiling time-macros v0.2.27
17742026-06-17T16:06:04.728Z Compiling tokio-util v0.7.18
17752026-06-17T16:06:05.016Z Compiling untrusted v0.9.0
17762026-06-17T16:06:05.160Z Compiling untrusted v0.7.1
17772026-06-17T16:06:05.302Z Compiling ipnet v2.12.0
17782026-06-17T16:06:05.585Z Compiling ppv-lite86 v0.2.21
17792026-06-17T16:06:05.935Z Compiling daft-derive v0.1.7
17802026-06-17T16:06:06.084Z Compiling async-trait v0.1.89
17812026-06-17T16:06:06.179Z Compiling rustls v0.23.40
17822026-06-17T16:06:06.427Z Compiling camino v1.2.2
17832026-06-17T16:06:06.507Z Compiling crc32fast v1.5.0
17842026-06-17T16:06:06.779Z Compiling http-body v1.0.1
17852026-06-17T16:06:06.887Z Compiling atomic-waker v1.1.2
17862026-06-17T16:06:06.945Z Compiling usdt-impl v0.6.0
17872026-06-17T16:06:07.022Z Compiling pretty-hex v0.4.2
17882026-06-17T16:06:07.040Z Compiling crossbeam-utils v0.8.21
17892026-06-17T16:06:07.218Z Compiling scroll v0.13.0
17902026-06-17T16:06:07.390Z Compiling try-lock v0.2.5
17912026-06-17T16:06:07.493Z Compiling plain v0.2.3
17922026-06-17T16:06:07.628Z Compiling tower-service v0.3.3
17932026-06-17T16:06:07.653Z Compiling ryu v1.0.23
17942026-06-17T16:06:07.736Z Compiling tower-layer v0.3.3
17952026-06-17T16:06:07.842Z Compiling goblin v0.10.7
17962026-06-17T16:06:07.940Z Compiling want v0.3.1
17972026-06-17T16:06:08.125Z Compiling h2 v0.4.14
17982026-06-17T16:06:08.635Z Compiling httpdate v1.0.3
17992026-06-17T16:06:08.965Z Compiling slog-async v2.8.0
18002026-06-17T16:06:09.312Z Compiling dtrace-parser v0.3.0
18012026-06-17T16:06:09.448Z Compiling thread-id v5.1.0
18022026-06-17T16:06:09.548Z Compiling ref-cast v1.0.25
18032026-06-17T16:06:11.144Z Compiling dof v0.4.0
18042026-06-17T16:06:11.654Z Compiling hyper v1.10.1
18052026-06-17T16:06:11.770Z Compiling rand_core v0.9.5
18062026-06-17T16:06:12.126Z Compiling serde_urlencoded v0.7.1
18072026-06-17T16:06:12.409Z Compiling http-body-util v0.1.3
18082026-06-17T16:06:12.573Z Compiling ref-cast-impl v1.0.25
18092026-06-17T16:06:12.892Z Compiling syn v1.0.109
18102026-06-17T16:06:13.214Z Compiling hyper-util v0.1.20
18112026-06-17T16:06:14.101Z Compiling usdt-macro v0.6.0
18122026-06-17T16:06:14.593Z Compiling usdt-attr-macro v0.6.0
18132026-06-17T16:06:14.956Z Compiling structmeta-derive v0.3.0
18142026-06-17T16:06:15.536Z Compiling multer v3.1.0
18152026-06-17T16:06:15.904Z Compiling powerfmt v0.2.0
18162026-06-17T16:06:16.040Z Compiling foldhash v0.2.0
18172026-06-17T16:06:16.057Z Compiling allocator-api2 v0.2.21
18182026-06-17T16:06:16.076Z Compiling deranged v0.5.8
18192026-06-17T16:06:16.139Z Compiling structmeta v0.3.0
18202026-06-17T16:06:16.326Z Compiling rand_chacha v0.9.0
18212026-06-17T16:06:16.451Z Compiling hashbrown v0.16.1
18222026-06-17T16:06:17.281Z Compiling darling_core v0.23.0
18232026-06-17T16:06:17.281Z Compiling newtype-uuid-macros v0.1.0
18242026-06-17T16:06:17.314Z Compiling num_threads v0.1.7
18252026-06-17T16:06:17.314Z Compiling rand v0.9.4
18262026-06-17T16:06:17.356Z Compiling time v0.3.47
18272026-06-17T16:06:17.708Z Compiling newtype-uuid v1.3.2
18282026-06-17T16:06:18.039Z Compiling strum_macros v0.26.4
18292026-06-17T16:06:18.530Z Compiling async-stream-impl v0.3.6
18302026-06-17T16:06:18.673Z Compiling sync_wrapper v1.0.2
18312026-06-17T16:06:18.799Z Compiling dropshot v0.17.1
18322026-06-17T16:06:18.827Z Compiling darling_macro v0.23.0
18332026-06-17T16:06:19.205Z Compiling hex v0.4.3
18342026-06-17T16:06:19.445Z Compiling darling v0.23.0
18352026-06-17T16:06:19.482Z Compiling tower v0.5.3
18362026-06-17T16:06:19.512Z Compiling daft v0.1.7
18372026-06-17T16:06:19.542Z Compiling crossbeam-channel v0.5.15
18382026-06-17T16:06:19.764Z Compiling webpki-roots v1.0.7
18392026-06-17T16:06:19.797Z Compiling openapiv3 v2.2.0
18402026-06-17T16:06:20.241Z Compiling generic-array v0.14.7
18412026-06-17T16:06:20.511Z Compiling fastrand v2.4.1
18422026-06-17T16:06:20.651Z Compiling tower-http v0.6.11
18432026-06-17T16:06:20.861Z Compiling serde_with_macros v3.20.0
18442026-06-17T16:06:22.150Z Compiling futures-executor v0.3.32
18452026-06-17T16:06:22.174Z Compiling dropshot_endpoint v0.17.1
18462026-06-17T16:06:22.174Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18472026-06-17T16:06:22.174Z Compiling thread_local v1.1.9
18482026-06-17T16:06:22.174Z Compiling cpufeatures v0.3.0
18492026-06-17T16:06:22.369Z Compiling openssl-probe v0.2.1
18502026-06-17T16:06:22.403Z Compiling futures v0.3.32
18512026-06-17T16:06:22.492Z Compiling rustls-native-certs v0.8.4
18522026-06-17T16:06:23.186Z Compiling derive-ex v0.1.8
18532026-06-17T16:06:23.337Z Compiling strum_macros v0.27.2
18542026-06-17T16:06:23.367Z Compiling is-terminal v0.4.17
18552026-06-17T16:06:23.477Z Compiling take_mut v0.2.2
18562026-06-17T16:06:23.602Z Compiling term v1.2.1
18572026-06-17T16:06:24.410Z Compiling winnow v1.0.3
18582026-06-17T16:06:24.756Z Compiling test-strategy v0.4.5
18592026-06-17T16:06:25.191Z Compiling slog-term v2.9.2
18602026-06-17T16:06:26.164Z Compiling tempfile v3.27.0
18612026-06-17T16:06:26.537Z Compiling macaddr v1.0.1
18622026-06-17T16:06:26.827Z Compiling hybrid-array v0.4.12
18632026-06-17T16:06:27.043Z Compiling simd-adler32 v0.3.9
18642026-06-17T16:06:27.097Z Compiling adler2 v2.0.1
18652026-06-17T16:06:27.287Z Compiling match_cfg v0.1.0
18662026-06-17T16:06:27.374Z Compiling hostname v0.3.1
18672026-06-17T16:06:28.895Z Compiling miniz_oxide v0.8.9
18682026-06-17T16:06:28.907Z Compiling slog-json v2.6.1
18692026-06-17T16:06:28.907Z Compiling memmap2 v0.9.10
18702026-06-17T16:06:28.907Z Compiling usdt v0.6.0
18712026-06-17T16:06:28.968Z Compiling slog-bunyan v2.5.0
18722026-06-17T16:06:29.048Z Compiling flate2 v1.1.9
18732026-06-17T16:06:29.163Z Compiling crypto-common v0.2.2
18742026-06-17T16:06:29.465Z Compiling block-buffer v0.12.0
18752026-06-17T16:06:29.525Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-17T16:06:29.605Z Compiling compression-core v0.4.32
18772026-06-17T16:06:29.657Z Compiling either v1.16.0
18782026-06-17T16:06:29.908Z Compiling const-oid v0.10.2
18792026-06-17T16:06:29.929Z Compiling debug-ignore v1.0.5
18802026-06-17T16:06:30.225Z Compiling digest v0.11.3
18812026-06-17T16:06:30.302Z Compiling compression-codecs v0.4.38
18822026-06-17T16:06:30.426Z Compiling toml_parser v1.1.2+spec-1.1.0
18832026-06-17T16:06:30.476Z Compiling crypto-common v0.1.7
18842026-06-17T16:06:30.590Z Compiling parse-display-derive v0.10.0
18852026-06-17T16:06:30.686Z Compiling rand_chacha v0.3.1
18862026-06-17T16:06:30.840Z Compiling toml_datetime v1.1.1+spec-1.1.0
18872026-06-17T16:06:30.866Z Compiling serde_spanned v1.1.1
18882026-06-17T16:06:31.023Z Compiling encoding_rs v0.8.35
18892026-06-17T16:06:31.262Z Compiling toml_writer v1.1.1+spec-1.1.0
18902026-06-17T16:06:31.282Z Compiling spin v0.9.8
18912026-06-17T16:06:31.322Z Compiling mime v0.3.17
18922026-06-17T16:06:31.532Z Compiling toml v1.1.2+spec-1.1.0
18932026-06-17T16:06:31.705Z Compiling rand v0.8.6
18942026-06-17T16:06:31.815Z Compiling async-compression v0.4.42
18952026-06-17T16:06:32.168Z Compiling sha1 v0.11.0
18962026-06-17T16:06:32.276Z Compiling strum v0.26.3
18972026-06-17T16:06:32.436Z Compiling async-stream v0.3.6
18982026-06-17T16:06:32.571Z Compiling waitgroup v0.1.2
18992026-06-17T16:06:32.636Z Compiling rustls-pemfile v2.2.0
19002026-06-17T16:06:32.735Z Compiling serde_path_to_error v0.1.20
19012026-06-17T16:06:32.789Z Compiling wait-timeout v0.2.1
19022026-06-17T16:06:32.927Z Compiling hostname v0.4.2
19032026-06-17T16:06:33.252Z Compiling quick-error v1.2.3
19042026-06-17T16:06:33.283Z Compiling bit-vec v0.8.0
19052026-06-17T16:06:33.514Z Compiling bit-set v0.8.0
19062026-06-17T16:06:33.597Z Compiling rusty-fork v0.3.1
19072026-06-17T16:06:33.615Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-06-17T16:06:33.634Z Compiling serde_with v3.20.0
19092026-06-17T16:06:33.705Z Compiling rand_xorshift v0.4.0
19102026-06-17T16:06:34.054Z Compiling unarray v0.1.4
19112026-06-17T16:06:34.181Z Compiling proptest v1.11.0
19122026-06-17T16:06:34.423Z Compiling strum v0.27.2
19132026-06-17T16:06:34.570Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19142026-06-17T16:06:34.647Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19152026-06-17T16:06:34.724Z Compiling instant v0.1.13
19162026-06-17T16:06:35.068Z Compiling itertools v0.14.0
19172026-06-17T16:06:35.139Z Compiling iddqd v0.4.2
19182026-06-17T16:06:35.696Z Compiling unicode-width v0.2.2
19192026-06-17T16:06:36.032Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-06-17T16:06:36.340Z Compiling block-buffer v0.10.4
19212026-06-17T16:06:36.363Z Compiling backon v1.6.0
19222026-06-17T16:06:36.521Z Compiling regress v0.10.5
19232026-06-17T16:06:36.604Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19242026-06-17T16:06:38.333Z Compiling digest v0.10.7
19252026-06-17T16:06:38.521Z Compiling backoff v0.4.0
19262026-06-17T16:06:38.736Z Compiling parse-display v0.10.0
19272026-06-17T16:06:39.038Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19282026-06-17T16:06:39.908Z Compiling humantime v2.3.0
19292026-06-17T16:06:41.498Z Compiling regress v0.11.1
19302026-06-17T16:06:42.638Z Compiling zerocopy-derive v0.7.35
19312026-06-17T16:06:43.045Z Compiling typify-impl v0.6.2
19322026-06-17T16:06:43.615Z Compiling darling_core v0.21.3
19332026-06-17T16:06:43.754Z Compiling clap_derive v4.6.1
19342026-06-17T16:06:44.530Z Compiling utf8parse v0.2.2
19352026-06-17T16:06:44.647Z Compiling cpufeatures v0.2.17
19362026-06-17T16:06:44.729Z Compiling convert_case v0.4.0
19372026-06-17T16:06:45.051Z Compiling derive_more v0.99.20
19382026-06-17T16:06:45.418Z Compiling anstyle-parse v1.0.0
19392026-06-17T16:06:45.688Z Compiling darling_macro v0.21.3
19402026-06-17T16:06:46.270Z Compiling terminal_size v0.4.4
19412026-06-17T16:06:46.307Z Compiling toml_datetime v0.6.11
19422026-06-17T16:06:46.349Z Compiling typify-macro v0.6.2
19432026-06-17T16:06:46.438Z Compiling anstyle v1.0.14
19442026-06-17T16:06:46.600Z Compiling anstyle-query v1.1.5
19452026-06-17T16:06:46.698Z Compiling colorchoice v1.0.5
19462026-06-17T16:06:46.716Z Compiling is_terminal_polyfill v1.70.2
19472026-06-17T16:06:46.813Z Compiling anstream v1.0.0
19482026-06-17T16:06:46.816Z Compiling darling v0.21.3
19492026-06-17T16:06:47.362Z Compiling secrecy v0.10.3
19502026-06-17T16:06:47.505Z Compiling clap_lex v1.1.0
19512026-06-17T16:06:47.525Z Compiling crucible-workspace-hack v0.1.0
19522026-06-17T16:06:47.738Z Compiling heapless v0.8.0
19532026-06-17T16:06:47.854Z Compiling tinyvec_macros v0.1.1
19542026-06-17T16:06:47.937Z Compiling tinyvec v1.11.0
19552026-06-17T16:06:48.217Z Compiling clap_builder v4.6.0
19562026-06-17T16:06:48.321Z Compiling typify v0.6.2
19572026-06-17T16:06:48.571Z Compiling ingot-macros v0.1.1
19582026-06-17T16:06:48.600Z Compiling zerocopy v0.7.35
19592026-06-17T16:06:49.020Z Compiling hash32 v0.3.1
19602026-06-17T16:06:49.127Z Compiling scroll_derive v0.12.1
19612026-06-17T16:06:49.179Z Compiling rustc_version v0.4.1
19622026-06-17T16:06:49.390Z Compiling num-integer v0.1.46
19632026-06-17T16:06:49.447Z Compiling usdt-impl v0.5.0
19642026-06-17T16:06:49.734Z Compiling smoltcp v0.11.0
19652026-06-17T16:06:49.869Z Compiling scroll v0.12.0
19662026-06-17T16:06:50.028Z Compiling curve25519-dalek v4.1.3
19672026-06-17T16:06:50.136Z Compiling clap v4.6.1
19682026-06-17T16:06:50.384Z Compiling dof v0.3.0
19692026-06-17T16:06:51.277Z Compiling ingot-types v0.1.2
19702026-06-17T16:06:51.992Z Compiling hmac v0.12.1
19712026-06-17T16:06:52.042Z Compiling dtrace-parser v0.2.0
19722026-06-17T16:06:52.061Z Compiling inout v0.1.4
19732026-06-17T16:06:52.203Z Compiling ff v0.13.1
19742026-06-17T16:06:52.223Z Compiling cobs v0.3.0
19752026-06-17T16:06:52.588Z Compiling thread-id v4.2.2
19762026-06-17T16:06:52.760Z Compiling unsafe-libyaml v0.2.11
19772026-06-17T16:06:52.845Z Compiling managed v0.8.0
19782026-06-17T16:06:53.109Z Compiling bitflags v1.3.2
19792026-06-17T16:06:53.345Z Compiling serde_yaml v0.9.34+deprecated
19802026-06-17T16:06:54.020Z Compiling postcard v1.1.3
19812026-06-17T16:06:54.394Z Compiling group v0.13.0
19822026-06-17T16:06:54.518Z Compiling cipher v0.4.4
19832026-06-17T16:06:54.576Z Compiling hkdf v0.12.4
19842026-06-17T16:06:54.768Z Compiling ingot v0.1.1
19852026-06-17T16:06:55.352Z Compiling goblin v0.8.2
19862026-06-17T16:06:55.702Z Compiling num-rational v0.4.2
19872026-06-17T16:06:56.406Z Compiling num-iter v0.1.45
19882026-06-17T16:06:56.999Z Compiling tabwriter v1.4.1
19892026-06-17T16:06:57.079Z Compiling universal-hash v0.5.1
19902026-06-17T16:06:57.228Z Compiling crypto-bigint v0.5.5
19912026-06-17T16:06:57.348Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-06-17T16:06:57.366Z Compiling hubpack_derive v0.1.1
19932026-06-17T16:06:57.906Z Compiling thiserror-impl-no-std v2.0.2
19942026-06-17T16:06:58.295Z Compiling crossbeam-epoch v0.9.18
19952026-06-17T16:06:58.636Z Compiling half v2.7.1
19962026-06-17T16:06:58.791Z Compiling curve25519-dalek-derive v0.1.1
19972026-06-17T16:06:59.005Z Compiling num-complex v0.4.6
19982026-06-17T16:06:59.573Z Compiling memoffset v0.9.1
19992026-06-17T16:06:59.596Z Compiling base16ct v0.2.0
20002026-06-17T16:06:59.654Z Compiling cfg_aliases v0.2.1
20012026-06-17T16:06:59.863Z Compiling ciborium-io v0.2.2
20022026-06-17T16:06:59.971Z Compiling base64ct v1.8.3
20032026-06-17T16:07:00.245Z Compiling prettyplease v0.2.37
20042026-06-17T16:07:00.406Z Compiling opaque-debug v0.3.1
20052026-06-17T16:07:00.489Z Compiling poly1305 v0.8.0
20062026-06-17T16:07:00.886Z Compiling password-hash v0.5.0
20072026-06-17T16:07:01.591Z Compiling ciborium-ll v0.2.2
20082026-06-17T16:07:01.865Z Compiling nix v0.31.3
20092026-06-17T16:07:01.950Z Compiling elliptic-curve v0.13.8
20102026-06-17T16:07:02.380Z Compiling num v0.4.3
20112026-06-17T16:07:02.466Z Compiling thiserror-no-std v2.0.2
20122026-06-17T16:07:02.567Z Compiling hubpack v0.1.2
20132026-06-17T16:07:03.536Z Compiling chacha20 v0.9.1
20142026-06-17T16:07:03.784Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20152026-06-17T16:07:03.959Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-17T16:07:04.372Z Compiling reqwest v0.12.28
20172026-06-17T16:07:05.175Z Compiling toml_edit v0.25.12+spec-1.1.0
20182026-06-17T16:07:05.316Z Compiling blake2 v0.10.6
20192026-06-17T16:07:05.435Z Compiling aead v0.5.2
20202026-06-17T16:07:05.809Z Compiling byte-wrapper v0.1.0
20212026-06-17T16:07:05.923Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20222026-06-17T16:07:06.042Z Compiling serde_repr v0.1.20
20232026-06-17T16:07:06.648Z Compiling proc-macro-error-attr v1.0.4
20242026-06-17T16:07:06.760Z Compiling bstr v1.12.1
20252026-06-17T16:07:06.958Z Compiling float-ord v0.3.2
20262026-06-17T16:07:06.972Z Compiling keccak v0.1.6
20272026-06-17T16:07:07.083Z Compiling static_assertions v1.1.0
20282026-06-17T16:07:07.125Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20292026-06-17T16:07:07.162Z Compiling rustix v0.38.44
20302026-06-17T16:07:07.408Z Compiling sha3 v0.10.9
20312026-06-17T16:07:07.683Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20322026-06-17T16:07:07.788Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-17T16:07:08.344Z Compiling proc-macro-crate v3.5.0
20342026-06-17T16:07:08.363Z Compiling chacha20poly1305 v0.10.1
20352026-06-17T16:07:08.514Z Compiling argon2 v0.5.3
20362026-06-17T16:07:08.797Z Compiling progenitor-client v0.10.0
20372026-06-17T16:07:09.305Z Compiling vsss-rs v3.3.4
20382026-06-17T16:07:10.634Z Compiling rustls-webpki v0.103.13
20392026-06-17T16:07:10.942Z Compiling ciborium v0.2.2
20402026-06-17T16:07:11.694Z Compiling usdt-macro v0.5.0
20412026-06-17T16:07:11.768Z Compiling usdt-attr-macro v0.5.0
20422026-06-17T16:07:13.382Z Compiling enum-as-inner v0.6.1
20432026-06-17T16:07:13.462Z Compiling num-derive v0.4.2
20442026-06-17T16:07:13.978Z Compiling proc-macro-error v1.0.4
20452026-06-17T16:07:14.090Z Compiling memmap v0.7.0
20462026-06-17T16:07:14.234Z Compiling winnow v0.5.40
20472026-06-17T16:07:14.537Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20482026-06-17T16:07:14.577Z Compiling data-encoding v2.11.0
20492026-06-17T16:07:14.797Z Compiling indent_write v2.2.0
20502026-06-17T16:07:15.116Z Compiling usdt v0.5.0
20512026-06-17T16:07:15.215Z Compiling tokio-rustls v0.26.4
20522026-06-17T16:07:15.405Z Compiling rustls-platform-verifier v0.7.0
20532026-06-17T16:07:15.522Z Compiling hyper-rustls v0.27.9
20542026-06-17T16:07:15.731Z Compiling toml_edit v0.19.15
20552026-06-17T16:07:15.985Z Compiling reqwest v0.13.4
20562026-06-17T16:07:16.165Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-17T16:07:17.693Z Compiling progenitor-client v0.14.0
20582026-06-17T16:07:18.167Z Compiling progenitor-extras v0.2.0
20592026-06-17T16:07:18.424Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20602026-06-17T16:07:18.590Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-17T16:07:18.912Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-17T16:07:20.361Z Compiling num_enum_derive v0.7.6
20632026-06-17T16:07:23.469Z Compiling serde_spanned v0.6.9
20642026-06-17T16:07:23.629Z Compiling foreign-types-macros v0.2.3
20652026-06-17T16:07:25.577Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-17T16:07:28.193Z Compiling toml_write v0.1.2
20672026-06-17T16:07:28.424Z Compiling vcpkg v0.2.15
20682026-06-17T16:07:30.183Z Compiling bytecount v0.6.9
20692026-06-17T16:07:30.237Z Compiling pkg-config v0.3.33
20702026-06-17T16:07:30.403Z Compiling winnow v0.7.15
20712026-06-17T16:07:30.511Z Compiling foreign-types-shared v0.3.1
20722026-06-17T16:07:30.695Z Compiling colored v3.1.1
20732026-06-17T16:07:31.015Z Compiling openssl-sys v0.9.116
20742026-06-17T16:07:31.372Z Compiling foreign-types v0.5.0
20752026-06-17T16:07:31.489Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-17T16:07:31.605Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-06-17T16:07:31.751Z Compiling toml_edit v0.22.27
20782026-06-17T16:07:32.151Z Compiling num_enum v0.7.6
20792026-06-17T16:07:32.294Z Compiling proc-macro-crate v1.3.1
20802026-06-17T16:07:32.932Z Compiling progenitor-impl v0.13.0
20812026-06-17T16:07:32.954Z Compiling chacha20 v0.10.0
20822026-06-17T16:07:33.263Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20832026-06-17T16:07:34.452Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20842026-06-17T16:07:34.459Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20852026-06-17T16:07:34.459Z Compiling cstr-argument v0.1.2
20862026-06-17T16:07:34.483Z Compiling resolv-conf v0.7.6
20872026-06-17T16:07:34.654Z Compiling semver v0.1.20
20882026-06-17T16:07:34.677Z Compiling heck v0.4.1
20892026-06-17T16:07:34.922Z Compiling rayon-core v1.13.0
20902026-06-17T16:07:34.924Z Compiling linked-hash-map v0.5.6
20912026-06-17T16:07:35.131Z Compiling unicode-segmentation v1.13.3
20922026-06-17T16:07:35.151Z Compiling swrite v0.1.0
20932026-06-17T16:07:35.201Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
20942026-06-17T16:07:35.289Z Compiling lru-cache v0.1.2
20952026-06-17T16:07:35.312Z Compiling progenitor-macro v0.13.0
20962026-06-17T16:07:35.490Z Compiling rustc_version v0.1.7
20972026-06-17T16:07:35.700Z Compiling newline-converter v0.3.0
20982026-06-17T16:07:35.721Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20992026-06-17T16:07:35.777Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21002026-06-17T16:07:35.795Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21012026-06-17T16:07:35.840Z Compiling rand v0.10.1
21022026-06-17T16:07:35.936Z Compiling toml v0.8.23
21032026-06-17T16:07:36.455Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21042026-06-17T16:07:36.495Z Compiling num_enum_derive v0.5.11
21052026-06-17T16:07:36.733Z Compiling atomicwrites v0.4.4
21062026-06-17T16:07:36.768Z Compiling progenitor-client v0.13.0
21072026-06-17T16:07:37.022Z Compiling hickory-proto v0.24.4
21082026-06-17T16:07:37.256Z Compiling similar v2.7.0
21092026-06-17T16:07:37.384Z Compiling crossbeam-deque v0.8.6
21102026-06-17T16:07:37.515Z Compiling progenitor-impl v0.14.0
21112026-06-17T16:07:37.613Z Compiling console v0.15.11
21122026-06-17T16:07:38.909Z Compiling camino-tempfile v1.4.1
21132026-06-17T16:07:39.369Z Compiling serde-big-array v0.5.1
21142026-06-17T16:07:39.521Z Compiling derive-where v1.6.1
21152026-06-17T16:07:39.534Z Compiling pin-project-internal v1.1.13
21162026-06-17T16:07:39.606Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21172026-06-17T16:07:40.086Z Compiling siphasher v1.0.3
21182026-06-17T16:07:40.196Z Compiling lazy_static v1.5.0
21192026-06-17T16:07:40.321Z Compiling minimal-lexical v0.2.1
21202026-06-17T16:07:40.329Z Compiling phf_shared v0.12.1
21212026-06-17T16:07:40.570Z Compiling nom v7.1.3
21222026-06-17T16:07:40.690Z Compiling pin-project v1.1.13
21232026-06-17T16:07:40.812Z Compiling progenitor-macro v0.14.0
21242026-06-17T16:07:40.836Z Compiling progenitor v0.13.0
21252026-06-17T16:07:40.989Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-17T16:07:41.435Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21272026-06-17T16:07:41.894Z Compiling hickory-resolver v0.24.4
21282026-06-17T16:07:44.635Z Compiling expectorate v1.2.0
21292026-06-17T16:07:45.004Z Compiling num_enum v0.5.11
21302026-06-17T16:07:45.309Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-17T16:07:46.499Z Compiling newtype_derive v0.1.6
21322026-06-17T16:07:47.110Z Compiling unicode-normalization v0.1.25
21332026-06-17T16:07:47.726Z Compiling tokio-stream v0.1.18
21342026-06-17T16:07:48.293Z Compiling snafu-derive v0.8.9
21352026-06-17T16:07:49.468Z Compiling async-recursion v1.1.1
21362026-06-17T16:07:49.920Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21372026-06-17T16:07:50.050Z Compiling slog-dtrace v0.3.0
21382026-06-17T16:07:50.210Z Compiling csv-core v0.1.13
21392026-06-17T16:07:50.257Z Compiling openssl v0.10.80
21402026-06-17T16:07:50.317Z Compiling same-file v1.0.6
21412026-06-17T16:07:50.514Z Compiling owo-colors v4.3.0
21422026-06-17T16:07:50.558Z Compiling cancel-safe-futures v0.1.5
21432026-06-17T16:07:50.624Z Compiling unicode-xid v0.2.6
21442026-06-17T16:07:50.757Z Compiling foreign-types-shared v0.1.1
21452026-06-17T16:07:50.775Z Compiling chrono-tz v0.10.4
21462026-06-17T16:07:50.833Z Compiling foldhash v0.1.5
21472026-06-17T16:07:50.861Z Compiling unicode-width v0.1.14
21482026-06-17T16:07:50.876Z Compiling highway v1.3.0
21492026-06-17T16:07:51.025Z Compiling konst_macro_rules v0.2.19
21502026-06-17T16:07:51.094Z Compiling hashbrown v0.15.5
21512026-06-17T16:07:51.176Z Compiling konst v0.2.20
21522026-06-17T16:07:51.227Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-17T16:07:51.590Z Compiling foreign-types v0.3.2
21542026-06-17T16:07:51.655Z Compiling const_format_proc_macros v0.2.34
21552026-06-17T16:07:51.706Z Compiling walkdir v2.5.0
21562026-06-17T16:07:51.756Z Compiling csv v1.4.0
21572026-06-17T16:07:52.487Z Compiling snafu v0.8.9
21582026-06-17T16:07:52.539Z Compiling progenitor v0.14.0
21592026-06-17T16:07:52.658Z Compiling qorb v0.4.1
21602026-06-17T16:07:52.690Z Compiling olpc-cjson v0.1.4
21612026-06-17T16:07:52.808Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-06-17T16:07:53.055Z Compiling rayon v1.12.0
21632026-06-17T16:07:53.969Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21642026-06-17T16:07:54.505Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-17T16:07:55.283Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-06-17T16:07:56.344Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-06-17T16:07:56.879Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21682026-06-17T16:07:57.159Z Compiling phf v0.12.1
21692026-06-17T16:07:57.812Z Compiling zone_cfg_derive v0.3.1
21702026-06-17T16:07:58.224Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-06-17T16:07:58.540Z Compiling tokio-dtrace v0.1.1
21722026-06-17T16:07:58.888Z Compiling globset v0.4.18
21732026-06-17T16:07:59.089Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21742026-06-17T16:07:59.321Z Compiling itertools v0.12.1
21752026-06-17T16:08:00.836Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-06-17T16:08:01.754Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21772026-06-17T16:08:01.771Z Compiling libsw-core v0.3.2
21782026-06-17T16:08:01.771Z Compiling pem v3.0.6
21792026-06-17T16:08:01.771Z Compiling serde_plain v1.0.2
21802026-06-17T16:08:01.771Z Compiling openssl-macros v0.1.1
21812026-06-17T16:08:01.771Z Compiling cookie v0.18.1
21822026-06-17T16:08:01.771Z Compiling sigpipe v0.1.3
21832026-06-17T16:08:01.771Z Compiling glob v0.3.3
21842026-06-17T16:08:01.771Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-17T16:08:01.771Z Compiling fixedbitset v0.4.2
21862026-06-17T16:08:01.800Z Compiling jiff v0.2.28
21872026-06-17T16:08:01.913Z Compiling fixedbitset v0.5.7
21882026-06-17T16:08:01.920Z Compiling typed-path v0.9.3
21892026-06-17T16:08:02.177Z Compiling petgraph v0.8.3
21902026-06-17T16:08:02.599Z Compiling petgraph v0.6.5
21912026-06-17T16:08:02.690Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-17T16:08:02.911Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21932026-06-17T16:08:04.067Z Compiling tough v0.22.0
21942026-06-17T16:08:04.375Z Compiling libsw v3.5.0
21952026-06-17T16:08:04.568Z Compiling zone v0.3.1
21962026-06-17T16:08:04.584Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21972026-06-17T16:08:04.839Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-06-17T16:08:04.889Z Compiling oxide-tokio-rt v0.1.6
21992026-06-17T16:08:05.474Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-06-17T16:08:07.146Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22012026-06-17T16:08:07.829Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-06-17T16:08:08.059Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-17T16:08:08.799Z Compiling const_format v0.2.36
22042026-06-17T16:08:08.928Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-06-17T16:08:09.734Z Compiling papergrid v0.11.0
22062026-06-17T16:08:10.167Z Compiling tabled_derive v0.7.0
22072026-06-17T16:08:10.346Z Compiling gethostname v0.5.0
22082026-06-17T16:08:10.499Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-06-17T16:08:11.801Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22102026-06-17T16:08:11.877Z Compiling libscf-sys v1.2.0
22112026-06-17T16:08:12.035Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-06-17T16:08:12.173Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22132026-06-17T16:08:12.197Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-17T16:08:12.231Z Compiling bcs v0.1.6
22152026-06-17T16:08:12.318Z Compiling smf v0.2.3
22162026-06-17T16:08:12.398Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22172026-06-17T16:08:12.634Z Compiling termtree v0.5.1
22182026-06-17T16:08:12.815Z Compiling whoami v1.6.1
22192026-06-17T16:08:12.836Z Compiling unicode-linebreak v0.1.5
22202026-06-17T16:08:13.117Z Compiling tagptr v0.2.0
22212026-06-17T16:08:13.279Z Compiling linear-map v1.2.0
22222026-06-17T16:08:13.296Z Compiling smawk v0.3.2
22232026-06-17T16:08:13.460Z Compiling textwrap v0.16.2
22242026-06-17T16:08:13.479Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-17T16:08:13.479Z Compiling moka v0.12.15
22262026-06-17T16:08:14.729Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22272026-06-17T16:08:15.062Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-17T16:08:15.358Z Compiling tabled v0.15.0
22292026-06-17T16:08:16.199Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-06-17T16:08:16.465Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-06-17T16:08:16.505Z Compiling steno v0.4.1
22322026-06-17T16:08:16.523Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-17T16:08:18.519Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-06-17T16:08:21.891Z Compiling hickory-proto v0.25.2
22352026-06-17T16:08:22.381Z Compiling proc-macro-error-attr2 v2.0.0
22362026-06-17T16:08:22.847Z Compiling proc-macro-error2 v2.0.1
22372026-06-17T16:08:23.143Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22382026-06-17T16:08:23.268Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22392026-06-17T16:08:23.357Z Compiling parking_lot_core v0.8.6
22402026-06-17T16:08:23.597Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22412026-06-17T16:08:23.616Z Compiling tabled_derive v0.11.0
22422026-06-17T16:08:23.695Z Compiling papergrid v0.18.0
22432026-06-17T16:08:24.743Z Compiling hickory-resolver v0.25.2
22442026-06-17T16:08:24.832Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22452026-06-17T16:08:25.347Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22462026-06-17T16:08:25.732Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-06-17T16:08:26.778Z Compiling testing_table v0.3.0
22482026-06-17T16:08:27.194Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22492026-06-17T16:08:27.747Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22502026-06-17T16:08:28.031Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22512026-06-17T16:08:28.792Z Compiling tabled v0.21.0
22522026-06-17T16:08:29.304Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22532026-06-17T16:08:30.378Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22542026-06-17T16:08:30.498Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22552026-06-17T16:08:31.071Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22562026-06-17T16:08:31.194Z Compiling arc-swap v1.9.1
22572026-06-17T16:08:31.555Z Compiling slog-scope v4.4.1
22582026-06-17T16:08:31.771Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22592026-06-17T16:08:33.109Z Compiling parking_lot v0.11.2
22602026-06-17T16:08:33.505Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22612026-06-17T16:08:34.024Z Compiling dropshot-api-manager-types v0.7.2
22622026-06-17T16:08:34.346Z Compiling fxhash v0.2.1
22632026-06-17T16:08:34.500Z Compiling crc8 v0.1.1
22642026-06-17T16:08:34.549Z Compiling sled v0.34.7
22652026-06-17T16:08:34.601Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22662026-06-17T16:08:34.621Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22672026-06-17T16:08:35.720Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22682026-06-17T16:08:36.665Z Compiling slog-stdlog v4.1.1
22692026-06-17T16:08:37.131Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22702026-06-17T16:08:37.382Z Compiling slog-envlogger v2.2.0
22712026-06-17T16:08:37.738Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22722026-06-17T16:08:39.084Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22732026-06-17T16:08:41.367Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22742026-06-17T16:08:43.002Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22752026-06-17T16:08:44.368Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22762026-06-17T16:08:55.928Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22772026-06-17T16:08:59.719Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22782026-06-17T16:09:03.086Z Finished `release` profile [optimized] target(s) in 3m 45s
22792026-06-17T16:09:03.419Z+ banner quartet
22802026-06-17T16:09:03.424Z
22812026-06-17T16:09:03.424Z #### # # ## ##### ##### ###### #####
22822026-06-17T16:09:03.424Z # # # # # # # # # # #
22832026-06-17T16:09:03.424Z # # # # # # # # # ##### #
22842026-06-17T16:09:03.424Z # # # # # ###### ##### # # #
22852026-06-17T16:09:03.424Z # # # # # # # # # # #
22862026-06-17T16:09:03.424Z ### # #### # # # # # ###### #
22872026-06-17T16:09:03.424Z
22882026-06-17T16:09:03.424Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22892026-06-17T16:09:03.990Z Compiling cfg-if v1.0.4
22902026-06-17T16:09:03.994Z Compiling libc v0.2.186
22912026-06-17T16:09:04.088Z Compiling serde_core v1.0.228
22922026-06-17T16:09:04.097Z Compiling memchr v2.8.1
22932026-06-17T16:09:04.104Z Compiling itoa v1.0.18
22942026-06-17T16:09:04.107Z Compiling smallvec v1.15.1
22952026-06-17T16:09:04.119Z Compiling stable_deref_trait v1.2.1
22962026-06-17T16:09:04.123Z Compiling zerofrom v0.1.8
22972026-06-17T16:09:04.141Z Compiling zmij v1.0.21
22982026-06-17T16:09:04.189Z Compiling writeable v0.6.3
22992026-06-17T16:09:04.246Z Compiling yoke v0.8.3
23002026-06-17T16:09:04.331Z Compiling litemap v0.8.2
23012026-06-17T16:09:04.348Z Compiling utf8_iter v1.0.4
23022026-06-17T16:09:04.423Z Compiling zerovec v0.11.6
23032026-06-17T16:09:04.442Z Compiling zerotrie v0.2.4
23042026-06-17T16:09:04.465Z Compiling percent-encoding v2.3.2
23052026-06-17T16:09:04.506Z Compiling libm v0.2.16
23062026-06-17T16:09:04.524Z Compiling icu_properties_data v2.2.0
23072026-06-17T16:09:04.608Z Compiling icu_normalizer_data v2.2.0
23082026-06-17T16:09:04.665Z Compiling form_urlencoded v1.2.2
23092026-06-17T16:09:04.704Z Compiling rand_core v0.10.1
23102026-06-17T16:09:04.731Z Compiling errno v0.3.14
23112026-06-17T16:09:04.864Z Compiling getrandom v0.4.2
23122026-06-17T16:09:04.905Z Compiling iana-time-zone v0.1.65
23132026-06-17T16:09:04.937Z Compiling pin-project-lite v0.2.17
23142026-06-17T16:09:04.983Z Compiling tinystr v0.8.3
23152026-06-17T16:09:05.025Z Compiling potential_utf v0.1.5
23162026-06-17T16:09:05.037Z Compiling zeroize v1.8.2
23172026-06-17T16:09:05.094Z Compiling dyn-clone v1.0.20
23182026-06-17T16:09:05.203Z Compiling icu_locale_core v2.2.0
23192026-06-17T16:09:05.215Z Compiling icu_collections v2.2.0
23202026-06-17T16:09:05.238Z Compiling socket2 v0.6.4
23212026-06-17T16:09:05.251Z Compiling scopeguard v1.2.0
23222026-06-17T16:09:05.263Z Compiling parking_lot_core v0.9.12
23232026-06-17T16:09:05.280Z Compiling signal-hook-registry v1.4.8
23242026-06-17T16:09:05.362Z Compiling num-traits v0.2.19
23252026-06-17T16:09:05.675Z Compiling lock_api v0.4.14
23262026-06-17T16:09:05.839Z Compiling mio v1.2.1
23272026-06-17T16:09:05.929Z Compiling parking_lot v0.12.5
23282026-06-17T16:09:06.017Z Compiling serde v1.0.228
23292026-06-17T16:09:06.056Z Compiling serde_json v1.0.150
23302026-06-17T16:09:06.143Z Compiling icu_provider v2.2.0
23312026-06-17T16:09:06.153Z Compiling uuid v1.23.2
23322026-06-17T16:09:06.281Z Compiling semver v1.0.28
23332026-06-17T16:09:06.546Z Compiling bytes v1.11.1
23342026-06-17T16:09:06.664Z Compiling icu_properties v2.2.0
23352026-06-17T16:09:06.757Z Compiling icu_normalizer v2.2.0
23362026-06-17T16:09:06.774Z Compiling chrono v0.4.45
23372026-06-17T16:09:06.844Z Compiling portable-atomic v1.13.1
23382026-06-17T16:09:06.947Z Compiling thiserror v2.0.18
23392026-06-17T16:09:07.062Z Compiling bitflags v2.12.1
23402026-06-17T16:09:07.445Z Compiling tokio v1.52.3
23412026-06-17T16:09:07.459Z Compiling futures-core v0.3.32
23422026-06-17T16:09:07.565Z Compiling critical-section v1.2.0
23432026-06-17T16:09:07.625Z Compiling idna_adapter v1.2.2
23442026-06-17T16:09:07.697Z Compiling once_cell v1.21.4
23452026-06-17T16:09:07.768Z Compiling idna v1.1.0
23462026-06-17T16:09:07.933Z Compiling log v0.4.32
23472026-06-17T16:09:07.952Z Compiling subtle v2.6.1
23482026-06-17T16:09:08.128Z Compiling url v2.5.8
23492026-06-17T16:09:08.141Z Compiling equivalent v1.0.2
23502026-06-17T16:09:08.188Z Compiling zerocopy v0.8.50
23512026-06-17T16:09:08.234Z Compiling futures-sink v0.3.32
23522026-06-17T16:09:08.310Z Compiling slab v0.4.12
23532026-06-17T16:09:08.353Z Compiling typenum v1.20.1
23542026-06-17T16:09:08.494Z Compiling futures-channel v0.3.32
23552026-06-17T16:09:08.704Z Compiling getrandom v0.2.17
23562026-06-17T16:09:08.754Z Compiling schemars v0.8.22
23572026-06-17T16:09:08.937Z Compiling futures-task v0.3.32
23582026-06-17T16:09:09.116Z Compiling futures-io v0.3.32
23592026-06-17T16:09:09.165Z Compiling rand_core v0.6.4
23602026-06-17T16:09:09.315Z Compiling futures-util v0.3.32
23612026-06-17T16:09:09.425Z Compiling hashbrown v0.17.1
23622026-06-17T16:09:09.883Z Compiling tracing-core v0.1.36
23632026-06-17T16:09:10.126Z Compiling indexmap v2.14.0
23642026-06-17T16:09:10.328Z Compiling tracing v0.1.44
23652026-06-17T16:09:10.683Z Compiling ipnetwork v0.21.1
23662026-06-17T16:09:10.761Z Compiling base64 v0.22.1
23672026-06-17T16:09:10.974Z Compiling http v1.4.1
23682026-06-17T16:09:10.988Z Compiling unicode-ident v1.0.24
23692026-06-17T16:09:11.106Z Compiling proc-macro2 v1.0.106
23702026-06-17T16:09:11.252Z Compiling slog v2.8.2
23712026-06-17T16:09:11.273Z Compiling erased-serde v0.3.31
23722026-06-17T16:09:11.409Z Compiling fnv v1.0.7
23732026-06-17T16:09:11.518Z Compiling quote v1.0.45
23742026-06-17T16:09:12.048Z Compiling oxnet v0.1.6
23752026-06-17T16:09:12.262Z Compiling tokio-util v0.7.18
23762026-06-17T16:09:12.464Z Compiling syn v2.0.117
23772026-06-17T16:09:12.692Z Compiling ipnet v2.12.0
23782026-06-17T16:09:12.897Z Compiling byteorder v1.5.0
23792026-06-17T16:09:13.155Z Compiling thiserror v1.0.69
23802026-06-17T16:09:13.258Z Compiling ppv-lite86 v0.2.21
23812026-06-17T16:09:13.272Z Compiling rustls-pki-types v1.14.1
23822026-06-17T16:09:13.518Z Compiling aws-lc-sys v0.41.0
23832026-06-17T16:09:13.603Z Compiling http-body v1.0.1
23842026-06-17T16:09:13.779Z Compiling atomic-waker v1.1.2
23852026-06-17T16:09:13.779Z Compiling untrusted v0.7.1
23862026-06-17T16:09:13.902Z Compiling httparse v1.10.1
23872026-06-17T16:09:13.910Z Compiling tower-layer v0.3.3
23882026-06-17T16:09:13.922Z Compiling untrusted v0.9.0
23892026-06-17T16:09:14.060Z Compiling aws-lc-rs v1.17.0
23902026-06-17T16:09:14.092Z Compiling try-lock v0.2.5
23912026-06-17T16:09:14.110Z Compiling ryu v1.0.23
23922026-06-17T16:09:14.154Z Compiling rustls v0.23.40
23932026-06-17T16:09:14.214Z Compiling pretty-hex v0.4.2
23942026-06-17T16:09:14.275Z Compiling tower-service v0.3.3
23952026-06-17T16:09:14.358Z Compiling want v0.3.1
23962026-06-17T16:09:14.376Z Compiling h2 v0.4.14
23972026-06-17T16:09:14.379Z Compiling httpdate v1.0.3
23982026-06-17T16:09:14.410Z Compiling rustix v1.1.4
23992026-06-17T16:09:14.422Z Compiling plain v0.2.3
24002026-06-17T16:09:14.538Z Compiling regex-syntax v0.8.10
24012026-06-17T16:09:14.542Z Compiling getrandom v0.3.4
24022026-06-17T16:09:14.761Z Compiling omicron-workspace-hack v0.1.0
24032026-06-17T16:09:14.775Z Compiling ucd-trie v0.1.7
24042026-06-17T16:09:14.842Z Compiling rand_core v0.9.5
24052026-06-17T16:09:15.114Z Compiling pest v2.8.6
24062026-06-17T16:09:15.388Z Compiling rustls-webpki v0.103.13
24072026-06-17T16:09:16.820Z Compiling hyper v1.10.1
24082026-06-17T16:09:16.963Z Compiling crossbeam-utils v0.8.21
24092026-06-17T16:09:17.753Z Compiling serde_urlencoded v0.7.1
24102026-06-17T16:09:18.007Z Compiling http-body-util v0.1.3
24112026-06-17T16:09:18.050Z Compiling foldhash v0.2.0
24122026-06-17T16:09:18.319Z Compiling hyper-util v0.1.20
24132026-06-17T16:09:18.353Z Compiling allocator-api2 v0.2.21
24142026-06-17T16:09:18.763Z Compiling hashbrown v0.16.1
24152026-06-17T16:09:19.495Z Compiling newtype-uuid v1.3.2
24162026-06-17T16:09:20.560Z Compiling tokio-rustls v0.26.4
24172026-06-17T16:09:20.563Z Compiling hex v0.4.3
24182026-06-17T16:09:20.857Z Compiling daft v0.1.7
24192026-06-17T16:09:20.878Z Compiling rand_chacha v0.9.0
24202026-06-17T16:09:21.158Z Compiling sync_wrapper v1.0.2
24212026-06-17T16:09:21.286Z Compiling aho-corasick v1.1.4
24222026-06-17T16:09:21.347Z Compiling fastrand v2.4.1
24232026-06-17T16:09:21.413Z Compiling tower v0.5.3
24242026-06-17T16:09:21.441Z Compiling anyhow v1.0.102
24252026-06-17T16:09:21.504Z Compiling rand v0.9.4
24262026-06-17T16:09:21.689Z Compiling powerfmt v0.2.0
24272026-06-17T16:09:21.839Z Compiling deranged v0.5.8
24282026-06-17T16:09:21.955Z Compiling tower-http v0.6.11
24292026-06-17T16:09:22.015Z Compiling generic-array v0.14.7
24302026-06-17T16:09:22.116Z Compiling openapiv3 v2.2.0
24312026-06-17T16:09:22.261Z Compiling regex-automata v0.4.14
24322026-06-17T16:09:22.579Z Compiling time-core v0.1.8
24332026-06-17T16:09:22.648Z Compiling num-conv v0.2.2
24342026-06-17T16:09:22.737Z Compiling openssl-probe v0.2.1
24352026-06-17T16:09:22.810Z Compiling num_threads v0.1.7
24362026-06-17T16:09:22.914Z Compiling cpufeatures v0.3.0
24372026-06-17T16:09:22.956Z Compiling time v0.3.47
24382026-06-17T16:09:22.994Z Compiling rustls-native-certs v0.8.4
24392026-06-17T16:09:22.997Z Compiling camino v1.2.2
24402026-06-17T16:09:23.579Z Compiling tempfile v3.27.0
24412026-06-17T16:09:23.858Z Compiling futures-executor v0.3.32
24422026-06-17T16:09:24.421Z Compiling winnow v1.0.3
24432026-06-17T16:09:24.499Z Compiling regex v1.12.3
24442026-06-17T16:09:24.587Z Compiling futures v0.3.32
24452026-06-17T16:09:24.676Z Compiling rustls-platform-verifier v0.7.0
24462026-06-17T16:09:25.329Z Compiling hyper-rustls v0.27.9
24472026-06-17T16:09:25.711Z Compiling crossbeam-channel v0.5.15
24482026-06-17T16:09:25.922Z Compiling scroll v0.13.0
24492026-06-17T16:09:25.985Z Compiling hybrid-array v0.4.12
24502026-06-17T16:09:25.988Z Compiling adler2 v2.0.1
24512026-06-17T16:09:26.156Z Compiling simd-adler32 v0.3.9
24522026-06-17T16:09:26.223Z Compiling goblin v0.10.7
24532026-06-17T16:09:26.441Z Compiling miniz_oxide v0.8.9
24542026-06-17T16:09:26.487Z Compiling crc32fast v1.5.0
24552026-06-17T16:09:26.708Z Compiling reqwest v0.13.4
24562026-06-17T16:09:26.742Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24572026-06-17T16:09:27.001Z Compiling thread_local v1.1.9
24582026-06-17T16:09:27.374Z Compiling either v1.16.0
24592026-06-17T16:09:27.611Z Compiling flate2 v1.1.9
24602026-06-17T16:09:27.890Z Compiling crypto-common v0.2.2
24612026-06-17T16:09:28.186Z Compiling block-buffer v0.12.0
24622026-06-17T16:09:28.373Z Compiling crypto-common v0.1.7
24632026-06-17T16:09:28.535Z Compiling dtrace-parser v0.3.0
24642026-06-17T16:09:28.740Z Compiling rand_chacha v0.3.1
24652026-06-17T16:09:29.190Z Compiling is-terminal v0.4.17
24662026-06-17T16:09:29.301Z Compiling thread-id v5.1.0
24672026-06-17T16:09:29.381Z Compiling dof v0.4.0
24682026-06-17T16:09:29.394Z Compiling take_mut v0.2.2
24692026-06-17T16:09:29.516Z Compiling debug-ignore v1.0.5
24702026-06-17T16:09:29.634Z Compiling compression-core v0.4.32
24712026-06-17T16:09:29.820Z Compiling term v1.2.1
24722026-06-17T16:09:31.094Z Compiling match_cfg v0.1.0
24732026-06-17T16:09:31.177Z Compiling const-oid v0.10.2
24742026-06-17T16:09:31.480Z Compiling digest v0.11.3
24752026-06-17T16:09:31.681Z Compiling hostname v0.3.1
24762026-06-17T16:09:31.743Z Compiling slog-term v2.9.2
24772026-06-17T16:09:31.848Z Compiling usdt-impl v0.6.0
24782026-06-17T16:09:32.506Z Compiling compression-codecs v0.4.38
24792026-06-17T16:09:32.899Z Compiling slog-async v2.8.0
24802026-06-17T16:09:33.105Z Compiling rand v0.8.6
24812026-06-17T16:09:33.430Z Compiling ref-cast v1.0.25
24822026-06-17T16:09:33.554Z Compiling toml_parser v1.1.2+spec-1.1.0
24832026-06-17T16:09:33.927Z Compiling slog-json v2.6.1
24842026-06-17T16:09:34.197Z Compiling strum v0.26.3
24852026-06-17T16:09:34.344Z Compiling macaddr v1.0.1
24862026-06-17T16:09:34.384Z Compiling toml_datetime v1.1.1+spec-1.1.0
24872026-06-17T16:09:34.625Z Compiling serde_spanned v1.1.1
24882026-06-17T16:09:34.801Z Compiling memmap2 v0.9.10
24892026-06-17T16:09:34.815Z Compiling wait-timeout v0.2.1
24902026-06-17T16:09:34.874Z Compiling encoding_rs v0.8.35
24912026-06-17T16:09:35.102Z Compiling quick-error v1.2.3
24922026-06-17T16:09:35.215Z Compiling toml_writer v1.1.1+spec-1.1.0
24932026-06-17T16:09:35.318Z Compiling bit-vec v0.8.0
24942026-06-17T16:09:35.479Z Compiling spin v0.9.8
24952026-06-17T16:09:35.610Z Compiling mime v0.3.17
24962026-06-17T16:09:35.621Z Compiling bit-set v0.8.0
24972026-06-17T16:09:35.813Z Compiling toml v1.1.2+spec-1.1.0
24982026-06-17T16:09:36.091Z Compiling multer v3.1.0
24992026-06-17T16:09:36.191Z Compiling rusty-fork v0.3.1
25002026-06-17T16:09:37.049Z Compiling usdt v0.6.0
25012026-06-17T16:09:37.341Z Compiling slog-bunyan v2.5.0
25022026-06-17T16:09:37.536Z Compiling async-compression v0.4.42
25032026-06-17T16:09:37.706Z Compiling sha1 v0.11.0
25042026-06-17T16:09:37.821Z Compiling serde_with v3.20.0
25052026-06-17T16:09:37.933Z Compiling async-stream v0.3.6
25062026-06-17T16:09:38.033Z Compiling rand_xorshift v0.4.0
25072026-06-17T16:09:38.125Z Compiling waitgroup v0.1.2
25082026-06-17T16:09:38.137Z Compiling rustls-pemfile v2.2.0
25092026-06-17T16:09:38.196Z Compiling serde_path_to_error v0.1.20
25102026-06-17T16:09:38.283Z Compiling hostname v0.4.2
25112026-06-17T16:09:38.418Z Compiling unarray v0.1.4
25122026-06-17T16:09:38.449Z Compiling progenitor-client v0.14.0
25132026-06-17T16:09:38.540Z Compiling dropshot v0.17.1
25142026-06-17T16:09:38.630Z Compiling proptest v1.11.0
25152026-06-17T16:09:38.657Z Compiling strum v0.27.2
25162026-06-17T16:09:38.793Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-06-17T16:09:38.946Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25182026-06-17T16:09:38.958Z Compiling iddqd v0.4.2
25192026-06-17T16:09:39.158Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25202026-06-17T16:09:39.181Z Compiling block-buffer v0.10.4
25212026-06-17T16:09:39.350Z Compiling reqwest v0.12.28
25222026-06-17T16:09:39.464Z Compiling backon v1.6.0
25232026-06-17T16:09:39.733Z Compiling instant v0.1.13
25242026-06-17T16:09:39.862Z Compiling backoff v0.4.0
25252026-06-17T16:09:40.091Z Compiling progenitor-extras v0.2.0
25262026-06-17T16:09:40.342Z Compiling digest v0.10.7
25272026-06-17T16:09:40.355Z Compiling parse-display v0.10.0
25282026-06-17T16:09:40.626Z Compiling progenitor-client v0.10.0
25292026-06-17T16:09:40.650Z Compiling itertools v0.14.0
25302026-06-17T16:09:41.126Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25312026-06-17T16:09:41.139Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25322026-06-17T16:09:41.300Z Compiling regress v0.10.5
25332026-06-17T16:09:42.190Z Compiling humantime v2.3.0
25342026-06-17T16:09:42.647Z Compiling cpufeatures v0.2.17
25352026-06-17T16:09:42.735Z Compiling heck v0.5.0
25362026-06-17T16:09:43.173Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25372026-06-17T16:09:43.330Z Compiling unicode-width v0.2.2
25382026-06-17T16:09:43.660Z Compiling secrecy v0.10.3
25392026-06-17T16:09:43.840Z Compiling tinyvec_macros v0.1.1
25402026-06-17T16:09:43.920Z Compiling tinyvec v1.11.0
25412026-06-17T16:09:44.392Z Compiling num-integer v0.1.46
25422026-06-17T16:09:44.741Z Compiling scroll v0.12.0
25432026-06-17T16:09:44.913Z Compiling crucible-workspace-hack v0.1.0
25442026-06-17T16:09:45.002Z Compiling hmac v0.12.1
25452026-06-17T16:09:45.023Z Compiling inout v0.1.4
25462026-06-17T16:09:45.063Z Compiling regress v0.11.1
25472026-06-17T16:09:45.169Z Compiling ff v0.13.1
25482026-06-17T16:09:45.191Z Compiling utf8parse v0.2.2
25492026-06-17T16:09:45.315Z Compiling group v0.13.0
25502026-06-17T16:09:45.329Z Compiling anstyle-parse v1.0.0
25512026-06-17T16:09:45.443Z Compiling cipher v0.4.4
25522026-06-17T16:09:45.553Z Compiling hkdf v0.12.4
25532026-06-17T16:09:45.700Z Compiling goblin v0.8.2
25542026-06-17T16:09:45.731Z Compiling num-rational v0.4.2
25552026-06-17T16:09:46.096Z Compiling num-iter v0.1.45
25562026-06-17T16:09:46.231Z Compiling zerocopy v0.7.35
25572026-06-17T16:09:46.849Z Compiling typify-impl v0.6.2
25582026-06-17T16:09:46.870Z Compiling universal-hash v0.5.1
25592026-06-17T16:09:47.021Z Compiling crypto-bigint v0.5.5
25602026-06-17T16:09:47.706Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25612026-06-17T16:09:48.972Z Compiling terminal_size v0.4.4
25622026-06-17T16:09:49.033Z Compiling half v2.7.1
25632026-06-17T16:09:49.139Z Compiling num-complex v0.4.6
25642026-06-17T16:09:49.385Z Compiling base64ct v1.8.3
25652026-06-17T16:09:49.612Z Compiling anstyle-query v1.1.5
25662026-06-17T16:09:49.743Z Compiling ciborium-io v0.2.2
25672026-06-17T16:09:49.757Z Compiling opaque-debug v0.3.1
25682026-06-17T16:09:49.844Z Compiling is_terminal_polyfill v1.70.2
25692026-06-17T16:09:49.870Z Compiling base16ct v0.2.0
25702026-06-17T16:09:49.930Z Compiling colorchoice v1.0.5
25712026-06-17T16:09:49.958Z Compiling anstyle v1.0.14
25722026-06-17T16:09:50.063Z Compiling elliptic-curve v0.13.8
25732026-06-17T16:09:50.082Z Compiling ciborium-ll v0.2.2
25742026-06-17T16:09:50.244Z Compiling anstream v1.0.0
25752026-06-17T16:09:50.357Z Compiling poly1305 v0.8.0
25762026-06-17T16:09:50.378Z Compiling password-hash v0.5.0
25772026-06-17T16:09:50.759Z Compiling num v0.4.3
25782026-06-17T16:09:50.845Z Compiling curve25519-dalek v4.1.3
25792026-06-17T16:09:51.009Z Compiling thiserror-no-std v2.0.2
25802026-06-17T16:09:51.109Z Compiling typify v0.6.2
25812026-06-17T16:09:51.226Z Compiling dof v0.3.0
25822026-06-17T16:09:51.416Z Compiling chacha20 v0.9.1
25832026-06-17T16:09:51.678Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25842026-06-17T16:09:51.989Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25852026-06-17T16:09:53.527Z Compiling blake2 v0.10.6
25862026-06-17T16:09:53.564Z Compiling aead v0.5.2
25872026-06-17T16:09:53.761Z Compiling byte-wrapper v0.1.0
25882026-06-17T16:09:53.943Z Compiling crossbeam-epoch v0.9.18
25892026-06-17T16:09:54.030Z Compiling dtrace-parser v0.2.0
25902026-06-17T16:09:54.457Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25912026-06-17T16:09:54.591Z Compiling thread-id v4.2.2
25922026-06-17T16:09:54.686Z Compiling float-ord v0.3.2
25932026-06-17T16:09:54.743Z Compiling clap_lex v1.1.0
25942026-06-17T16:09:54.810Z Compiling keccak v0.1.6
25952026-06-17T16:09:55.126Z Compiling strsim v0.11.1
25962026-06-17T16:09:55.140Z Compiling sha3 v0.10.9
25972026-06-17T16:09:55.521Z Compiling clap_builder v4.6.0
25982026-06-17T16:09:55.549Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25992026-06-17T16:09:55.964Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26002026-06-17T16:09:56.034Z Compiling usdt-impl v0.5.0
26012026-06-17T16:09:56.604Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-06-17T16:09:58.895Z Compiling argon2 v0.5.3
26032026-06-17T16:09:59.951Z Compiling chacha20poly1305 v0.10.1
26042026-06-17T16:10:00.113Z Compiling vsss-rs v3.3.4
26052026-06-17T16:10:00.368Z Compiling ciborium v0.2.2
26062026-06-17T16:10:01.253Z Compiling hash32 v0.3.1
26072026-06-17T16:10:01.424Z Compiling memmap v0.7.0
26082026-06-17T16:10:01.533Z Compiling indent_write v2.2.0
26092026-06-17T16:10:01.615Z Compiling data-encoding v2.11.0
26102026-06-17T16:10:01.664Z Compiling usdt v0.5.0
26112026-06-17T16:10:01.686Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26122026-06-17T16:10:02.319Z Compiling heapless v0.8.0
26132026-06-17T16:10:02.832Z Compiling ingot-types v0.1.2
26142026-06-17T16:10:03.290Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-17T16:10:03.307Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26162026-06-17T16:10:03.416Z Compiling clap v4.6.1
26172026-06-17T16:10:03.507Z Compiling rustix v0.38.44
26182026-06-17T16:10:03.647Z Compiling tabwriter v1.4.1
26192026-06-17T16:10:04.020Z Compiling cobs v0.3.0
26202026-06-17T16:10:04.304Z Compiling managed v0.8.0
26212026-06-17T16:10:04.317Z Compiling colored v3.1.1
26222026-06-17T16:10:04.569Z Compiling bitflags v1.3.2
26232026-06-17T16:10:04.655Z Compiling foreign-types-shared v0.3.1
26242026-06-17T16:10:04.760Z Compiling foreign-types v0.5.0
26252026-06-17T16:10:04.849Z Compiling smoltcp v0.11.0
26262026-06-17T16:10:04.881Z Compiling postcard v1.1.3
26272026-06-17T16:10:05.004Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26282026-06-17T16:10:05.273Z Compiling num_enum v0.7.6
26292026-06-17T16:10:05.405Z Compiling ingot v0.1.1
26302026-06-17T16:10:06.286Z Compiling memoffset v0.9.1
26312026-06-17T16:10:06.382Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26322026-06-17T16:10:06.503Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26332026-06-17T16:10:06.729Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26342026-06-17T16:10:06.779Z Compiling chacha20 v0.10.0
26352026-06-17T16:10:06.854Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26362026-06-17T16:10:07.079Z Compiling serde_spanned v0.6.9
26372026-06-17T16:10:07.253Z Compiling toml_datetime v0.6.11
26382026-06-17T16:10:07.293Z Compiling cstr-argument v0.1.2
26392026-06-17T16:10:07.478Z Compiling static_assertions v1.1.0
26402026-06-17T16:10:07.561Z Compiling resolv-conf v0.7.6
26412026-06-17T16:10:07.637Z Compiling linked-hash-map v0.5.6
26422026-06-17T16:10:07.637Z Compiling toml_write v0.1.2
26432026-06-17T16:10:07.684Z Compiling unicode-segmentation v1.13.3
26442026-06-17T16:10:07.850Z Compiling swrite v0.1.0
26452026-06-17T16:10:07.893Z Compiling winnow v0.7.15
26462026-06-17T16:10:07.963Z Compiling lru-cache v0.1.2
26472026-06-17T16:10:08.111Z Compiling newline-converter v0.3.0
26482026-06-17T16:10:08.133Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26492026-06-17T16:10:08.204Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26502026-06-17T16:10:08.247Z Compiling rand v0.10.1
26512026-06-17T16:10:08.321Z Compiling hubpack v0.1.2
26522026-06-17T16:10:08.549Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26532026-06-17T16:10:08.583Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26542026-06-17T16:10:08.682Z Compiling nix v0.31.3
26552026-06-17T16:10:08.813Z Compiling atomicwrites v0.4.4
26562026-06-17T16:10:09.091Z Compiling hickory-proto v0.24.4
26572026-06-17T16:10:09.103Z Compiling crossbeam-deque v0.8.6
26582026-06-17T16:10:09.321Z Compiling console v0.15.11
26592026-06-17T16:10:09.841Z Compiling toml_edit v0.22.27
26602026-06-17T16:10:09.864Z Compiling itertools v0.12.1
26612026-06-17T16:10:10.706Z Compiling camino-tempfile v1.4.1
26622026-06-17T16:10:11.149Z Compiling serde-big-array v0.5.1
26632026-06-17T16:10:11.296Z Compiling lazy_static v1.5.0
26642026-06-17T16:10:11.313Z Compiling similar v2.7.0
26652026-06-17T16:10:11.343Z Compiling siphasher v1.0.3
26662026-06-17T16:10:11.407Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26672026-06-17T16:10:11.563Z Compiling phf_shared v0.12.1
26682026-06-17T16:10:11.786Z Compiling toml v0.8.23
26692026-06-17T16:10:12.201Z Compiling expectorate v1.2.0
26702026-06-17T16:10:12.263Z Compiling pin-project v1.1.13
26712026-06-17T16:10:12.375Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26722026-06-17T16:10:12.412Z Compiling hickory-resolver v0.24.4
26732026-06-17T16:10:14.031Z Compiling prettyplease v0.2.37
26742026-06-17T16:10:14.649Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26752026-06-17T16:10:16.271Z Compiling rayon-core v1.13.0
26762026-06-17T16:10:17.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
26772026-06-17T16:10:17.628Z Compiling num_enum v0.5.11
26782026-06-17T16:10:17.761Z Compiling progenitor-impl v0.13.0
26792026-06-17T16:10:18.037Z Compiling progenitor-impl v0.14.0
26802026-06-17T16:10:19.254Z Compiling unicode-normalization v0.1.25
26812026-06-17T16:10:19.870Z Compiling progenitor-client v0.13.0
26822026-06-17T16:10:20.399Z Compiling tokio-stream v0.1.18
26832026-06-17T16:10:20.985Z Compiling bstr v1.12.1
26842026-06-17T16:10:21.235Z Compiling csv-core v0.1.13
26852026-06-17T16:10:21.559Z Compiling same-file v1.0.6
26862026-06-17T16:10:21.642Z Compiling foldhash v0.1.5
26872026-06-17T16:10:21.688Z Compiling unicode-width v0.1.14
26882026-06-17T16:10:21.742Z Compiling konst_macro_rules v0.2.19
26892026-06-17T16:10:21.867Z Compiling foreign-types-shared v0.1.1
26902026-06-17T16:10:21.936Z Compiling highway v1.3.0
26912026-06-17T16:10:21.965Z Compiling foreign-types v0.3.2
26922026-06-17T16:10:21.995Z Compiling konst v0.2.20
26932026-06-17T16:10:22.044Z Compiling hashbrown v0.15.5
26942026-06-17T16:10:22.377Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-17T16:10:22.631Z Compiling walkdir v2.5.0
26962026-06-17T16:10:22.704Z Compiling csv v1.4.0
26972026-06-17T16:10:23.432Z Compiling globset v0.4.18
26982026-06-17T16:10:23.668Z Compiling snafu v0.8.9
26992026-06-17T16:10:24.256Z Compiling qorb v0.4.1
27002026-06-17T16:10:25.026Z Compiling progenitor v0.13.0
27012026-06-17T16:10:25.178Z Compiling olpc-cjson v0.1.4
27022026-06-17T16:10:25.435Z Compiling progenitor v0.14.0
27032026-06-17T16:10:25.579Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27042026-06-17T16:10:25.616Z Compiling rayon v1.12.0
27052026-06-17T16:10:26.193Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27062026-06-17T16:10:26.706Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27072026-06-17T16:10:27.908Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27082026-06-17T16:10:29.411Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27092026-06-17T16:10:31.706Z Compiling phf v0.12.1
27102026-06-17T16:10:31.890Z Compiling openssl-sys v0.9.116
27112026-06-17T16:10:32.333Z Compiling tokio-dtrace v0.1.1
27122026-06-17T16:10:32.693Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-06-17T16:10:33.189Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27142026-06-17T16:10:33.404Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27152026-06-17T16:10:33.412Z Compiling libsw-core v0.3.2
27162026-06-17T16:10:33.592Z Compiling pem v3.0.6
27172026-06-17T16:10:34.043Z Compiling serde_plain v1.0.2
27182026-06-17T16:10:34.313Z Compiling sigpipe v0.1.3
27192026-06-17T16:10:34.365Z Compiling typed-path v0.9.3
27202026-06-17T16:10:34.403Z Compiling bytecount v0.6.9
27212026-06-17T16:10:34.595Z Compiling minimal-lexical v0.2.1
27222026-06-17T16:10:34.931Z Compiling jiff v0.2.28
27232026-06-17T16:10:35.009Z Compiling fixedbitset v0.4.2
27242026-06-17T16:10:35.386Z Compiling fixedbitset v0.5.7
27252026-06-17T16:10:35.910Z Compiling glob v0.3.3
27262026-06-17T16:10:36.113Z Compiling petgraph v0.8.3
27272026-06-17T16:10:36.499Z Compiling tough v0.22.0
27282026-06-17T16:10:36.882Z Compiling petgraph v0.6.5
27292026-06-17T16:10:36.895Z Compiling nom v7.1.3
27302026-06-17T16:10:37.324Z Compiling papergrid v0.11.0
27312026-06-17T16:10:37.681Z Compiling openssl v0.10.80
27322026-06-17T16:10:39.157Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27332026-06-17T16:10:39.175Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27342026-06-17T16:10:39.175Z Compiling libsw v3.5.0
27352026-06-17T16:10:39.175Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-17T16:10:39.175Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27372026-06-17T16:10:39.456Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-17T16:10:41.051Z Compiling zone v0.3.1
27392026-06-17T16:10:42.732Z Compiling oxide-tokio-rt v0.1.6
27402026-06-17T16:10:42.801Z Compiling chrono-tz v0.10.4
27412026-06-17T16:10:42.901Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27422026-06-17T16:10:43.367Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-17T16:10:43.371Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-17T16:10:43.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27452026-06-17T16:10:43.657Z Compiling newtype_derive v0.1.6
27462026-06-17T16:10:43.807Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-17T16:10:44.231Z Compiling slog-dtrace v0.3.0
27482026-06-17T16:10:44.989Z Compiling const_format v0.2.36
27492026-06-17T16:10:45.521Z Compiling owo-colors v4.3.0
27502026-06-17T16:10:45.897Z Compiling cancel-safe-futures v0.1.5
27512026-06-17T16:10:47.547Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27522026-06-17T16:10:47.560Z Compiling gethostname v0.5.0
27532026-06-17T16:10:47.560Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27542026-06-17T16:10:47.560Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-17T16:10:47.560Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-17T16:10:47.560Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-17T16:10:47.560Z Compiling bcs v0.1.6
27582026-06-17T16:10:47.882Z Compiling smf v0.2.3
27592026-06-17T16:10:47.903Z Compiling whoami v1.6.1
27602026-06-17T16:10:47.903Z Compiling tagptr v0.2.0
27612026-06-17T16:10:47.948Z Compiling unicode-linebreak v0.1.5
27622026-06-17T16:10:47.972Z Compiling linear-map v1.2.0
27632026-06-17T16:10:48.321Z Compiling termtree v0.5.1
27642026-06-17T16:10:48.333Z Compiling smawk v0.3.2
27652026-06-17T16:10:48.333Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-06-17T16:10:48.333Z Compiling textwrap v0.16.2
27672026-06-17T16:10:48.333Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27682026-06-17T16:10:48.873Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-17T16:10:49.996Z Compiling moka v0.12.15
27702026-06-17T16:10:50.133Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-06-17T16:10:50.203Z Compiling tabled v0.15.0
27722026-06-17T16:10:50.940Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-17T16:10:51.254Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-17T16:10:51.480Z Compiling steno v0.4.1
27752026-06-17T16:10:51.693Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-17T16:10:51.850Z Compiling cookie v0.18.1
27772026-06-17T16:10:53.217Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-17T16:10:58.673Z Compiling hickory-proto v0.25.2
27792026-06-17T16:10:58.760Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27802026-06-17T16:10:59.074Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27812026-06-17T16:10:59.661Z Compiling arc-swap v1.9.1
27822026-06-17T16:11:00.021Z Compiling hickory-resolver v0.25.2
27832026-06-17T16:11:01.006Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-06-17T16:11:01.563Z Compiling slog-scope v4.4.1
27852026-06-17T16:11:01.610Z Compiling libscf-sys v1.2.0
27862026-06-17T16:11:01.756Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27872026-06-17T16:11:02.063Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27882026-06-17T16:11:02.700Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27892026-06-17T16:11:02.730Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27902026-06-17T16:11:03.509Z Compiling slog-stdlog v4.1.1
27912026-06-17T16:11:03.847Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-06-17T16:11:04.381Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27932026-06-17T16:11:04.592Z Compiling slog-envlogger v2.2.0
27942026-06-17T16:11:05.662Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27952026-06-17T16:11:05.892Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27962026-06-17T16:11:06.605Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27972026-06-17T16:11:14.081Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27982026-06-17T16:11:16.461Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27992026-06-17T16:11:18.232Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28002026-06-17T16:11:27.011Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28012026-06-17T16:11:30.841Z Finished `release` profile [optimized] target(s) in 2m 27s
28022026-06-17T16:11:30.958Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28032026-06-17T16:11:30.961Z
28042026-06-17T16:11:30.961Zrunning 1 test
28052026-06-17T16:11:31.127Zconfigure zone
28062026-06-17T16:11:31.145Zinstall zone
28072026-06-17T16:11:40.973Zboot zone
28082026-06-17T16:11:41.063Zstart zone s1
28092026-06-17T16:11:41.067Zconfigure zone
28102026-06-17T16:11:41.071Zinstall zone
28112026-06-17T16:11:42.940Zboot zone
28122026-06-17T16:11:43.043Zstart zone s2
28132026-06-17T16:11:43.043Zconfigure zone
28142026-06-17T16:11:43.054Zinstall zone
28152026-06-17T16:11:45.347Zboot zone
28162026-06-17T16:11:45.455Zstart zone s3
28172026-06-17T16:11:45.455Zconfigure zone
28182026-06-17T16:11:45.464Zinstall zone
28192026-06-17T16:11:48.215Zboot zone
28202026-06-17T16:11:48.321Zstart zone t1
28212026-06-17T16:11:48.321Zconfigure zone
28222026-06-17T16:11:48.331Zinstall zone
28232026-06-17T16:11:51.076Zboot zone
28242026-06-17T16:11:51.192Zwaiting for zones to come up
28252026-06-17T16:12:01.189Z[sidecar.quartet] svcs milestone/network
28262026-06-17T16:12:01.215ZSTATE STIME FMRI
28272026-06-17T16:12:01.215Zonline 16:11:40 svc:/milestone/network:default
28282026-06-17T16:12:01.215Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28292026-06-17T16:12:01.240Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28302026-06-17T16:12:01.273Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28312026-06-17T16:12:01.291Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28322026-06-17T16:12:01.305Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28332026-06-17T16:12:01.308Z
28342026-06-17T16:12:01.308Zrunning zone s1.quartet setup
28352026-06-17T16:12:01.308Z[s1.quartet] svcs milestone/network
28362026-06-17T16:12:01.320ZSTATE STIME FMRI
28372026-06-17T16:12:01.320Zonline 16:11:42 svc:/milestone/network:default
28382026-06-17T16:12:01.320Z[s1.quartet] dladm
28392026-06-17T16:12:01.333ZLINK CLASS MTU STATE BRIDGE OVER
28402026-06-17T16:12:01.334Zsl0 simnet 9000 up -- ?
28412026-06-17T16:12:01.334Zmgs1 vnic 9000 up -- ?
28422026-06-17T16:12:01.334Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28432026-06-17T16:12:01.932Z
28442026-06-17T16:12:01.933Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28452026-06-17T16:12:01.936Z
28462026-06-17T16:12:01.936Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28472026-06-17T16:12:01.942Z
28482026-06-17T16:12:01.942Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28492026-06-17T16:12:02.034Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28502026-06-17T16:12:02.103Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0ffe8b13-5ab1-4022-a816-3e18d1b55046 --sled-uuid 45bcb1de-ec63-4b96-9f54-ebe58d809bfc -a sl0/v6 &> /opt/ddmd.log &
28512026-06-17T16:12:02.119Z
28522026-06-17T16:12:02.119Zrunning zone s2.quartet setup
28532026-06-17T16:12:02.119Z[s2.quartet] svcs milestone/network
28542026-06-17T16:12:02.138ZSTATE STIME FMRI
28552026-06-17T16:12:02.138Zonline 16:11:44 svc:/milestone/network:default
28562026-06-17T16:12:02.138Z[s2.quartet] dladm
28572026-06-17T16:12:02.152ZLINK CLASS MTU STATE BRIDGE OVER
28582026-06-17T16:12:02.152Zsl1 simnet 9000 up -- ?
28592026-06-17T16:12:02.152Zmgs2 vnic 9000 up -- ?
28602026-06-17T16:12:02.152Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28612026-06-17T16:12:02.615Z
28622026-06-17T16:12:02.615Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28632026-06-17T16:12:02.629Z
28642026-06-17T16:12:02.629Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28652026-06-17T16:12:02.643Z
28662026-06-17T16:12:02.644Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28672026-06-17T16:12:02.672Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28682026-06-17T16:12:02.701Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 61b2d02e-c888-483b-84be-63e3c7fa52be --sled-uuid 5ce23f73-9b2d-40a1-8a1c-aa18345b5e67 -a sl1/v6 &> /opt/ddmd.log &
28692026-06-17T16:12:02.710Z
28702026-06-17T16:12:02.710Zrunning zone s3.quartet setup
28712026-06-17T16:12:02.711Z[s3.quartet] svcs milestone/network
28722026-06-17T16:12:02.725ZSTATE STIME FMRI
28732026-06-17T16:12:02.726Zonline 16:11:47 svc:/milestone/network:default
28742026-06-17T16:12:02.726Z[s3.quartet] dladm
28752026-06-17T16:12:02.746ZLINK CLASS MTU STATE BRIDGE OVER
28762026-06-17T16:12:02.746Zsl2 simnet 9000 up -- ?
28772026-06-17T16:12:02.746Zmgs3 vnic 9000 up -- ?
28782026-06-17T16:12:02.747Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28792026-06-17T16:12:03.174Z
28802026-06-17T16:12:03.174Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28812026-06-17T16:12:03.188Z
28822026-06-17T16:12:03.188Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28832026-06-17T16:12:03.199Z
28842026-06-17T16:12:03.199Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28852026-06-17T16:12:03.231Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28862026-06-17T16:12:03.263Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cc7ced31-a38e-45c6-8dbb-d3e43e2a0a55 --sled-uuid ac55f76e-10bc-4924-a326-1a7fc5931b84 -a sl2/v6 &> /opt/ddmd.log &
28872026-06-17T16:12:03.274Z
28882026-06-17T16:12:03.274Zrunning zone t1.quartet setup
28892026-06-17T16:12:03.274Z[t1.quartet] svcs milestone/network
28902026-06-17T16:12:03.288ZSTATE STIME FMRI
28912026-06-17T16:12:03.288Zonline 16:11:50 svc:/milestone/network:default
28922026-06-17T16:12:03.288Z[t1.quartet] dladm
28932026-06-17T16:12:03.301ZLINK CLASS MTU STATE BRIDGE OVER
28942026-06-17T16:12:03.301Ztfportrear0_0 simnet 9000 up -- ?
28952026-06-17T16:12:03.301Ztfportrear1_0 simnet 9000 up -- ?
28962026-06-17T16:12:03.301Ztfportrear2_0 simnet 9000 up -- ?
28972026-06-17T16:12:03.301Zmgt1 vnic 9000 up -- ?
28982026-06-17T16:12:03.301Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28992026-06-17T16:12:03.860Z
29002026-06-17T16:12:03.860Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29012026-06-17T16:12:03.871Z
29022026-06-17T16:12:03.871Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29032026-06-17T16:12:03.884Z
29042026-06-17T16:12:03.884Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29052026-06-17T16:12:03.897Z
29062026-06-17T16:12:03.897Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29072026-06-17T16:12:03.908Z
29082026-06-17T16:12:03.908Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29092026-06-17T16:12:04.233Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29102026-06-17T16:12:04.236Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29112026-06-17T16:12:04.239Zwaiting 3s for copy of files to zone to complete ...
29122026-06-17T16:12:07.238Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29132026-06-17T16:12:07.375Z
29142026-06-17T16:12:07.375Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29152026-06-17T16:12:07.478Z
29162026-06-17T16:12:07.478Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29172026-06-17T16:12:07.513Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29182026-06-17T16:12:07.546Z[t1.quartet] svcadm disable dendrite
29192026-06-17T16:12:07.569Z
29202026-06-17T16:12:07.569Z[t1.quartet] svcadm disable tfport
29212026-06-17T16:12:07.592Z
29222026-06-17T16:12:07.592Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29232026-06-17T16:12:07.617Z
29242026-06-17T16:12:07.617Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29252026-06-17T16:12:07.643Z
29262026-06-17T16:12:07.643Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29272026-06-17T16:12:07.668Z
29282026-06-17T16:12:07.668Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29292026-06-17T16:12:07.692Z
29302026-06-17T16:12:07.692Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29312026-06-17T16:12:07.715Z
29322026-06-17T16:12:07.716Z[t1.quartet] svcadm refresh dendrite:default
29332026-06-17T16:12:07.737Z
29342026-06-17T16:12:07.737Z[t1.quartet] svcadm enable dendrite:default
29352026-06-17T16:12:07.758Z
29362026-06-17T16:12:07.758Zwait 10s for dendrite to come up ...
29372026-06-17T16:12:17.760Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29382026-06-17T16:12:17.787Z
29392026-06-17T16:12:17.787Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29402026-06-17T16:12:17.817Z
29412026-06-17T16:12:17.817Z[t1.quartet] svcadm refresh tfport:default
29422026-06-17T16:12:17.833Z
29432026-06-17T16:12:17.833Z[t1.quartet] svcadm enable tfport
29442026-06-17T16:12:17.857Z
29452026-06-17T16:12:17.857Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 38d95ec2-b970-449f-a088-18a0adaa1fcd --sled-uuid 5f2d16ce-0476-4f46-9646-d23b232a30af -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29462026-06-17T16:12:17.865Z
29472026-06-17T16:12:17.865Z[t1.quartet] ipadm
29482026-06-17T16:12:17.879ZADDROBJ TYPE STATE ADDR
29492026-06-17T16:12:17.879Zlo0/v4 static ok 127.0.0.1/8
29502026-06-17T16:12:17.879Zmgt1/v4 static ok 10.0.0.4/24
29512026-06-17T16:12:17.879Zlo0/v6 static ok ::1/128
29522026-06-17T16:12:17.879Zlo0/u6 static ok fd00:4::1/64
29532026-06-17T16:12:17.879Ztfportrear0_0/v6 addrconf ok fe80::a470:94ff:fe16:392c%tfportrear0_0/10
29542026-06-17T16:12:17.879Ztfportrear1_0/v6 addrconf ok fe80::3029:38ff:fe4f:9cf2%tfportrear1_0/10
29552026-06-17T16:12:17.879Ztfportrear2_0/v6 addrconf ok fe80::90dd:7aff:fe6a:5951%tfportrear2_0/10
29562026-06-17T16:12:19.989Zinitial peering test passed
29572026-06-17T16:12:20.996Z[s3.quartet] ping fd00:1::1
29582026-06-17T16:12:21.015Zfd00:1::1 is alive
29592026-06-17T16:12:30.969Ztest ddm::test_quartet has been running for over 60 seconds
29602026-06-17T16:12:32.010Z[s3.quartet] ping fd00:1::1
29612026-06-17T16:12:32.024Zfd00:1::1 is alive
29622026-06-17T16:12:32.027Z[t1.quartet] pkill ddmd
29632026-06-17T16:12:32.037Z
29642026-06-17T16:12:32.037Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29652026-06-17T16:12:32.040Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29662026-06-17T16:12:33.927Z[s3.quartet] pkill ddmd
29672026-06-17T16:12:33.940Z
29682026-06-17T16:12:33.940Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29692026-06-17T16:12:35.750Z[s2.quartet] pkill ddmd
29702026-06-17T16:12:35.763Z
29712026-06-17T16:12:35.763Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29722026-06-17T16:12:37.535Z[s1.quartet] pkill ddmd
29732026-06-17T16:12:37.548Z
29742026-06-17T16:12:37.548Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29752026-06-17T16:12:39.429Z[sidecar.quartet] pkill softnpu
29762026-06-17T16:12:39.437Z
29772026-06-17T16:12:39.437Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29782026-06-17T16:12:42.262Ztest ddm::test_quartet ... ok
29792026-06-17T16:12:42.262Z
29802026-06-17T16:12:42.262Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.29s
29812026-06-17T16:12:42.262Z
29822026-06-17T16:12:42.320Z+ cleanup
29832026-06-17T16:12:42.322Z++ id -un
29842026-06-17T16:12:42.325Z++ id -gn
29852026-06-17T16:12:42.328Z+ pfexec chown -R build:build .
29862026-06-17T16:12:42.451Zprocess exited: duration 690702 ms, exit code 0
 
29872026-06-17T16:12:42.464Zfound 6 output files
29882026-06-17T16:12:42.470Zuploading: /work/s1.quartet.log (4856 bytes)
29892026-06-17T16:12:43.479Zuploaded: /work/s1.quartet.log
29902026-06-17T16:12:43.479Zuploading: /work/s2.quartet.log (4139 bytes)
29912026-06-17T16:12:44.486Zuploaded: /work/s2.quartet.log
29922026-06-17T16:12:44.486Zuploading: /work/s3.quartet.log (4249 bytes)
29932026-06-17T16:12:45.496Zuploaded: /work/s3.quartet.log
29942026-06-17T16:12:45.498Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29952026-06-17T16:12:46.505Zuploaded: /work/sidecar.quartet-softnpu.log
29962026-06-17T16:12:46.505Zuploading: /work/t1.quartet-dpd.log (210997 bytes)
29972026-06-17T16:12:47.516Zuploaded: /work/t1.quartet-dpd.log
29982026-06-17T16:12:47.516Zuploading: /work/t1.quartet.log (17197 bytes)
29992026-06-17T16:12:48.524Zuploaded: /work/t1.quartet.log