01KW0GE39MCWABE490AF17B9B0: 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: 01KW0GENVPFF0D0MWGGFXRS9H6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:05:49.180Zjob assigned to worker 01KW0GF145F8B7YJFX8YM624GC [factory aws, i-05a6a53efc90bfa07] (queued for 1 m 2 s)
 
22026-06-25T23:05:55.927Zstarting task 0: "setup"
32026-06-25T23:05:55.954Z++ uname -s
42026-06-25T23:05:55.964Z+ kern=SunOS
52026-06-25T23:05:55.964Z+ build_user=build
62026-06-25T23:05:55.964Z+ build_uid=12345
72026-06-25T23:05:55.964Z+ work_dir=/work
82026-06-25T23:05:55.964Z+ input_dir=/input
92026-06-25T23:05:55.964Z+ [[ 0 == 12345 ]]
102026-06-25T23:05:55.964Z+ case "$kern" in
112026-06-25T23:05:55.964Z+ groupadd -g 12345 build
122026-06-25T23:05:55.964Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:05:57.940Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:05:58.033Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:05:58.039Z+ home_fs=zfs
162026-06-25T23:05:58.039Z+ [[ zfs == autofs ]]
172026-06-25T23:05:58.039Z+ mkdir -p /home/build
182026-06-25T23:05:58.039Z+ chown build:build /home/build /work
192026-06-25T23:06:00.037Z+ chmod 0700 /home/build /work
202026-06-25T23:06:00.039Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-25T23:06:00.045Zstarting task 1: "rust-toolchain"
222026-06-25T23:06:00.049Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T23:06:00.049Z * rust toolchain channel = "stable"
242026-06-25T23:06:00.049Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T23:06:00.049Z * rust toolchain profile = "default"
262026-06-25T23:06:00.049Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T23:06:00.049Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T23:06:00.052Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:06:00.052Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T23:06:00.170Zinfo: downloading installer
312026-06-25T23:06:02.842Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T23:06:02.842Zwarn: /opt/ooce/bin
332026-06-25T23:06:02.842Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T23:06:02.842Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T23:06:02.842Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T23:06:02.842Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T23:06:02.842Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T23:06:02.842Zerror: cannot install while Rust is installed
392026-06-25T23:06:02.842Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T23:06:02.843Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T23:06:02.843Zwarn: /home/build/.rustup/settings.toml
422026-06-25T23:06:02.843Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T23:06:02.843Zwarn: instead of the one inferred from the default host triple.
442026-06-25T23:06:02.872Zinfo: profile set to default
452026-06-25T23:06:02.872Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T23:06:02.872Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T23:06:02.872Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T23:06:02.872Zinfo: downloading 6 components
492026-06-25T23:06:16.387Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T23:06:16.387Z
512026-06-25T23:06:16.424Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T23:06:16.424Z
532026-06-25T23:06:16.424Z
542026-06-25T23:06:16.424ZRust is installed now. Great!
552026-06-25T23:06:16.424Z
562026-06-25T23:06:16.424ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T23:06:16.424Zenvironment variable. This has not been done automatically.
582026-06-25T23:06:16.424Z
592026-06-25T23:06:16.424ZTo configure your current shell, you need to source
602026-06-25T23:06:16.424Zthe corresponding env file under $HOME/.cargo.
612026-06-25T23:06:16.424Z
622026-06-25T23:06:16.424ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T23:06:16.424Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T23:06:16.424Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T23:06:16.424Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T23:06:16.424Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T23:06:16.424Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T23:06:16.424Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T23:06:16.427Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T23:06:16.427Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T23:06:16.521Z+ rustup --version
722026-06-25T23:06:16.530Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T23:06:16.533Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T23:06:16.551Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T23:06:16.553Z+ cargo --version
762026-06-25T23:06:16.566Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T23:06:16.570Z+ rustc --version
782026-06-25T23:06:16.589Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T23:06:16.592Zprocess exited: duration 16543 ms, exit code 0
 
802026-06-25T23:06:16.598Zstarting task 2: "authentication"
812026-06-25T23:06:16.616Zprocess exited: duration 17 ms, exit code 0
 
822026-06-25T23:06:16.622Zstarting task 3: "clone repository"
832026-06-25T23:06:16.626Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T23:06:16.630Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T23:06:16.738ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T23:06:17.957Z+ cd /work/oxidecomputer/maghemite
872026-06-25T23:06:17.957Z+ git fetch origin 498ce1b8c2247d9261834cd245ed765e85ae5915
882026-06-25T23:06:18.209ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T23:06:18.209Z * branch 498ce1b8c2247d9261834cd245ed765e85ae5915 -> FETCH_HEAD
902026-06-25T23:06:18.214Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-06-25T23:06:18.219Z++ git branch --show-current
922026-06-25T23:06:18.219Z+ current=main
932026-06-25T23:06:18.219Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-06-25T23:06:18.219Z+ git branch -f trey/bgp-peer-config-dedupe 498ce1b8c2247d9261834cd245ed765e85ae5915
952026-06-25T23:06:18.219Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-06-25T23:06:18.237ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-06-25T23:06:18.242Z+ git reset --hard 498ce1b8c2247d9261834cd245ed765e85ae5915
982026-06-25T23:06:18.255ZHEAD is now at 498ce1b bgp: unify numbered and unnumbered peer config
992026-06-25T23:06:18.260Zprocess exited: duration 1634 ms, exit code 0
 
1002026-06-25T23:06:18.266Zstarting task 4: "build"
1012026-06-25T23:06:18.274Z++ dladm
1022026-06-25T23:06:18.277ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-25T23:06:18.277Zena0 phys 9216 up -- --
1042026-06-25T23:06:18.277Z++ ipadm
1052026-06-25T23:06:18.280ZADDROBJ TYPE STATE ADDR
1062026-06-25T23:06:18.280Zlo0/v4 static ok 127.0.0.1/8
1072026-06-25T23:06:18.280Zena0/dhcp dhcp ok 10.150.1.237/24
1082026-06-25T23:06:18.280Zlo0/v6 static ok ::1/128
1092026-06-25T23:06:18.280Z++ banner collect
1102026-06-25T23:06:18.280Z
1112026-06-25T23:06:18.280Z #### #### # # ###### #### #####
1122026-06-25T23:06:18.280Z # # # # # # # # # #
1132026-06-25T23:06:18.280Z # # # # # ##### # #
1142026-06-25T23:06:18.280Z # # # # # # # #
1152026-06-25T23:06:18.280Z # # # # # # # # # #
1162026-06-25T23:06:18.280Z #### #### ###### ###### ###### #### #
1172026-06-25T23:06:18.280Z
1182026-06-25T23:06:18.280Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-25T23:06:18.283Z++ repo=softnpu
1202026-06-25T23:06:18.283Z++ series=image
1212026-06-25T23:06:18.283Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-25T23:06:18.283Z++ name=softnpu
1232026-06-25T23:06:18.283Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-25T23:06:18.283Z++ mkdir -p download
1252026-06-25T23:06:18.283Z++ pushd download
1262026-06-25T23:06:18.283Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-25T23:06:18.284Z++ [[ ! -f softnpu ]]
1282026-06-25T23:06:18.284Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-25T23:06:18.287Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-25T23:06:18.290Z Dload Upload Total Spent Left Speed
1312026-06-25T23:06:18.737Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 34.77M 0 0 100 15.63M 100 15.63M 0 0 34.77M 0 0 100 15.63M 100 15.63M 0 0 34.76M 0 0
1322026-06-25T23:06:18.740Z++ popd
1332026-06-25T23:06:18.740Z/work/oxidecomputer/maghemite
1342026-06-25T23:06:18.740Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-25T23:06:18.740Z++ repo=sidecar-lite
1362026-06-25T23:06:18.740Z++ series=release
1372026-06-25T23:06:18.740Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-25T23:06:18.740Z++ name=libsidecar_lite.so
1392026-06-25T23:06:18.740Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-25T23:06:18.740Z++ mkdir -p download
1412026-06-25T23:06:18.743Z++ pushd download
1422026-06-25T23:06:18.743Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-25T23:06:18.743Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-25T23:06:18.743Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-25T23:06:18.746Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-25T23:06:18.746Z Dload Upload Total Spent Left Speed
1472026-06-25T23:06:19.094Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 34.65M 0 0 100 12.04M 100 12.04M 0 0 34.64M 0 0 100 12.04M 100 12.04M 0 0 34.64M 0 0
1482026-06-25T23:06:19.097Z++ popd
1492026-06-25T23:06:19.097Z/work/oxidecomputer/maghemite
1502026-06-25T23:06:19.097Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-25T23:06:19.098Z++ repo=sidecar-lite
1522026-06-25T23:06:19.098Z++ series=release
1532026-06-25T23:06:19.098Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-25T23:06:19.098Z++ name=scadm
1552026-06-25T23:06:19.098Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-25T23:06:19.098Z++ mkdir -p download
1572026-06-25T23:06:19.101Z++ pushd download
1582026-06-25T23:06:19.101Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-25T23:06:19.101Z++ [[ ! -f scadm ]]
1602026-06-25T23:06:19.101Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-25T23:06:19.104Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-25T23:06:19.104Z Dload Upload Total Spent Left Speed
1632026-06-25T23:06:19.463Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 43.89M 0 0 100 15.78M 100 15.78M 0 0 43.89M 0 0 100 15.78M 100 15.78M 0 0 43.88M 0 0
1642026-06-25T23:06:19.466Z++ popd
1652026-06-25T23:06:19.466Z/work/oxidecomputer/maghemite
1662026-06-25T23:06:19.466Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-25T23:06:19.466Z++ repo=dendrite
1682026-06-25T23:06:19.466Z++ series=image
1692026-06-25T23:06:19.466Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-25T23:06:19.466Z++ name=dendrite-softnpu.tar.gz
1712026-06-25T23:06:19.466Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-25T23:06:19.466Z++ mkdir -p download
1732026-06-25T23:06:19.467Z++ pushd download
1742026-06-25T23:06:19.467Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-25T23:06:19.467Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-25T23:06:19.467Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-25T23:06:19.471Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-25T23:06:19.474Z Dload Upload Total Spent Left Speed
1792026-06-25T23:06:20.638Z 0 0 0 0 0 0 0 0 0 81 71.59M 81 58.55M 0 0 58.56M 0 00:01 00:01 58.57M 100 71.59M 100 71.59M 0 0 61.49M 0 00:01 00:01 58.57M 100 71.59M 100 71.59M 0 0 61.48M 0 00:01 00:01 58.57M 100 71.59M 100 71.59M 0 0 61.48M 0 00:01 00:01 58.57M
1802026-06-25T23:06:20.642Z++ popd
1812026-06-25T23:06:20.642Z/work/oxidecomputer/maghemite
1822026-06-25T23:06:20.643Z++ get_artifact maghemite release 498ce1b8c2247d9261834cd245ed765e85ae5915 ddm
1832026-06-25T23:06:20.643Z++ repo=maghemite
1842026-06-25T23:06:20.643Z++ series=release
1852026-06-25T23:06:20.643Z++ commit=498ce1b8c2247d9261834cd245ed765e85ae5915
1862026-06-25T23:06:20.643Z++ name=ddm
1872026-06-25T23:06:20.643Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-25T23:06:20.643Z++ mkdir -p download
1892026-06-25T23:06:20.643Z++ pushd download
1902026-06-25T23:06:20.643Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-25T23:06:20.643Z++ [[ ! -f ddm ]]
1922026-06-25T23:06:20.643Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/498ce1b8c2247d9261834cd245ed765e85ae5915/ddm
1932026-06-25T23:06:20.655Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-25T23:06:20.656Z Dload Upload Total Spent Left Speed
1952026-06-25T23:06:20.735Z 0 0 0 0 0 0 0 0 0
1962026-06-25T23:06:20.735Zcurl: (22) The requested URL returned error: 404
1972026-06-25T23:06:20.740Z++ popd
1982026-06-25T23:06:20.740Z/work/oxidecomputer/maghemite
1992026-06-25T23:06:20.740Z++ get_artifact maghemite release 498ce1b8c2247d9261834cd245ed765e85ae5915 ddmadm
2002026-06-25T23:06:20.740Z++ repo=maghemite
2012026-06-25T23:06:20.740Z++ series=release
2022026-06-25T23:06:20.740Z++ commit=498ce1b8c2247d9261834cd245ed765e85ae5915
2032026-06-25T23:06:20.740Z++ name=ddmadm
2042026-06-25T23:06:20.740Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-25T23:06:20.740Z++ mkdir -p download
2062026-06-25T23:06:20.740Z++ pushd download
2072026-06-25T23:06:20.740Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-25T23:06:20.740Z++ [[ ! -f ddmadm ]]
2092026-06-25T23:06:20.740Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/498ce1b8c2247d9261834cd245ed765e85ae5915/ddmadm
2102026-06-25T23:06:20.745Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-25T23:06:20.754Z Dload Upload Total Spent Left Speed
2122026-06-25T23:06:20.809Z 0 0 0 0 0 0 0 0 0
2132026-06-25T23:06:20.809Zcurl: (22) The requested URL returned error: 404
2142026-06-25T23:06:20.812Z++ popd
2152026-06-25T23:06:20.812Z/work/oxidecomputer/maghemite
2162026-06-25T23:06:20.812Z++ pushd download
2172026-06-25T23:06:20.812Z++ chmod +x softnpu
2182026-06-25T23:06:20.812Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-25T23:06:20.812Z++ chmod +x scadm
2202026-06-25T23:06:20.817Z++ chmod +x ddmadm
2212026-06-25T23:06:20.817Zchmod: WARNING: can't access ddmadm
2222026-06-25T23:06:20.817Z++ chmod +x ddmd
2232026-06-25T23:06:20.817Zchmod: WARNING: can't access ddmd
2242026-06-25T23:06:20.817Z++ mv ddmadm ddmadm-v2
2252026-06-25T23:06:20.817Zmv: cannot access ddmadm
2262026-06-25T23:06:20.817Z++ mv ddmd ddmd-v2
2272026-06-25T23:06:20.821Zmv: cannot access ddmd
2282026-06-25T23:06:20.821Z++ rm -rf zones/dendrite
2292026-06-25T23:06:20.821Z++ mkdir -p zones/dendrite
2302026-06-25T23:06:20.821Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-25T23:06:21.827Z++ 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-25T23:06:21.830Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-25T23:06:21.830Z++ popd
2342026-06-25T23:06:21.830Z++ banner install
2352026-06-25T23:06:21.830Z/work/oxidecomputer/maghemite
2362026-06-25T23:06:21.834Z
2372026-06-25T23:06:21.834Z # # # #### ##### ## # #
2382026-06-25T23:06:21.834Z # ## # # # # # # #
2392026-06-25T23:06:21.834Z # # # # #### # # # # #
2402026-06-25T23:06:21.834Z # # # # # # ###### # #
2412026-06-25T23:06:21.834Z # # ## # # # # # # #
2422026-06-25T23:06:21.834Z # # # #### # # # ###### ######
2432026-06-25T23:06:21.834Z
2442026-06-25T23:06:21.834Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-25T23:06:21.834Z++ set +o errexit
2462026-06-25T23:06:21.834Z++ pkg info clang-15
2472026-06-25T23:06:21.834Z++ grep -qi installed
2482026-06-25T23:06:23.298Zpkg: info: no packages matching the following patterns you specified are
2492026-06-25T23:06:23.298Zinstalled on the system. Try querying remotely instead:
2502026-06-25T23:06:23.298Z
2512026-06-25T23:06:23.298Z clang-15
2522026-06-25T23:06:23.336Z++ [[ 1 != 0 ]]
2532026-06-25T23:06:23.336Z++ set -o errexit
2542026-06-25T23:06:23.336Z++ pfexec pkg install clang-15
2552026-06-25T23:06:30.309Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-25T23:06:38.182Z Startup: Caching catalogs ... Done
2572026-06-25T23:06:45.921ZPlanning: Solver setup ... Done
2582026-06-25T23:06:45.968ZPlanning: Running solver ... Done
2592026-06-25T23:06:46.105ZPlanning: Finding local manifests ... Done
2602026-06-25T23:06:46.123ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-25T23:06:46.215ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-25T23:06:46.244ZPlanning: Package planning ... Done
2632026-06-25T23:06:46.269ZPlanning: Merging actions ... Done
2642026-06-25T23:06:46.681ZPlanning: Checking for conflicting actions ... Done
2652026-06-25T23:06:46.686ZPlanning: Consolidating action changes ... Done
2662026-06-25T23:06:52.854ZPlanning: Evaluating mediators ... Done
2672026-06-25T23:06:52.860ZPlanning: Planning completed in 14.50 seconds
2682026-06-25T23:06:52.870Z Packages to install: 2
2692026-06-25T23:06:52.870Z Mediators to change: 2
2702026-06-25T23:06:52.873Z Services to change: 1
2712026-06-25T23:06:52.873Z Create boot environment: No
2722026-06-25T23:06:52.873ZCreate backup boot environment: No
2732026-06-25T23:06:53.012Z
2742026-06-25T23:06:53.012ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-25T23:06:58.479ZDownload: 983/3076 items 82.2/211.3MB 38% complete (20.6M/s)
2762026-06-25T23:07:03.596ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (12.4M/s)
2772026-06-25T23:07:12.729ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (12.0M/s)
2782026-06-25T23:07:18.875ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (44.4M/s)
2792026-06-25T23:07:42.890ZDownload: 3033/3076 items 201.8/211.3MB 95% complete
2802026-06-25T23:07:45.873ZDownload: Completed 211.31 MB in 52.85 seconds (4.0M/s)
2812026-06-25T23:07:46.002Z Actions: 1/3418 actions (Installing new actions)
2822026-06-25T23:07:49.172Z Actions: Completed 3418 actions in 3.17 seconds.
2832026-06-25T23:07:49.801Z Done
2842026-06-25T23:07:49.801Z Done
2852026-06-25T23:07:50.545Z Done
2862026-06-25T23:07:54.539Z Done
2872026-06-25T23:07:54.606Z Done
2882026-06-25T23:07:54.609Z Done
2892026-06-25T23:07:54.819Z Done
2902026-06-25T23:07:55.483Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2912026-06-25T23:07:55.483Z++ set +o errexit
2922026-06-25T23:07:55.486Z++ pkg info pkg-config
2932026-06-25T23:07:55.486Z++ grep -qi installed
2942026-06-25T23:07:55.707Z++ [[ 0 != 0 ]]
2952026-06-25T23:07:55.708Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-06-25T23:07:55.708Z++ set +o errexit
2972026-06-25T23:07:55.711Z++ pkg info brand/omicron1
2982026-06-25T23:07:55.711Z++ grep -qi installed
2992026-06-25T23:07:55.890Zpkg: info: no packages matching the following patterns you specified are
3002026-06-25T23:07:55.890Zinstalled on the system. Try querying remotely instead:
3012026-06-25T23:07:55.890Z
3022026-06-25T23:07:55.891Z brand/omicron1
3032026-06-25T23:07:55.923Z++ [[ 1 != 0 ]]
3042026-06-25T23:07:55.924Z++ set -o errexit
3052026-06-25T23:07:55.924Z++ pfexec pkg install brand/omicron1
3062026-06-25T23:07:56.325Z Startup: Refreshing catalog 'helios-dev' ... Done
3072026-06-25T23:08:03.835ZPlanning: Solver setup ... Done
3082026-06-25T23:08:03.879ZPlanning: Running solver ... Done
3092026-06-25T23:08:04.024ZPlanning: Finding local manifests ... Done
3102026-06-25T23:08:04.027ZPlanning: Fetching manifests: 0/2 0% complete
3112026-06-25T23:08:04.142ZPlanning: Fetching manifests: 2/2 100% complete
3122026-06-25T23:08:04.154ZPlanning: Package planning ... Done
3132026-06-25T23:08:04.157ZPlanning: Merging actions ... Done
3142026-06-25T23:08:04.306ZPlanning: Checking for conflicting actions ... Done
3152026-06-25T23:08:04.309ZPlanning: Consolidating action changes ... Done
3162026-06-25T23:08:04.480ZPlanning: Evaluating mediators ... Done
3172026-06-25T23:08:04.483ZPlanning: Planning completed in 8.15 seconds
3182026-06-25T23:08:04.488Z Packages to install: 2
3192026-06-25T23:08:04.488Z Create boot environment: No
3202026-06-25T23:08:04.490ZCreate backup boot environment: No
3212026-06-25T23:08:04.524Z
3222026-06-25T23:08:04.524ZDownload: 0/5 items 0.0/1.1MB 0% complete
3232026-06-25T23:08:04.543ZDownload: Completed 1.07 MB in 0.02 seconds (55.7M/s)
3242026-06-25T23:08:04.621Z Actions: 1/28 actions (Installing new actions)
3252026-06-25T23:08:04.634Z Actions: Completed 28 actions in 0.01 seconds.
3262026-06-25T23:08:05.140Z Done
3272026-06-25T23:08:05.141Z Done
3282026-06-25T23:08:05.779Z Done
3292026-06-25T23:08:08.608Z Done
3302026-06-25T23:08:08.683Z Done
3312026-06-25T23:08:08.686Z Done
3322026-06-25T23:08:08.819Z Done
3332026-06-25T23:08:08.957Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3342026-06-25T23:08:08.957Z++ set +o errexit
3352026-06-25T23:08:08.960Z++ pkg info brand/omicron1/tools
3362026-06-25T23:08:08.960Z++ grep -qi installed
3372026-06-25T23:08:09.140Zpkg: info: no packages matching the following patterns you specified are
3382026-06-25T23:08:09.140Zinstalled on the system. Try querying remotely instead:
3392026-06-25T23:08:09.140Z
3402026-06-25T23:08:09.140Z brand/omicron1/tools
3412026-06-25T23:08:09.174Z++ [[ 1 != 0 ]]
3422026-06-25T23:08:09.174Z++ set -o errexit
3432026-06-25T23:08:09.174Z++ pfexec pkg install brand/omicron1/tools
3442026-06-25T23:08:09.558Z Startup: Refreshing catalog 'helios-dev' ... Done
3452026-06-25T23:08:17.450ZPlanning: Solver setup ... Done
3462026-06-25T23:08:17.496ZPlanning: Running solver ... Done
3472026-06-25T23:08:17.643ZPlanning: Finding local manifests ... Done
3482026-06-25T23:08:17.646ZPlanning: Fetching manifests: 0/1 0% complete
3492026-06-25T23:08:17.758ZPlanning: Fetching manifests: 1/1 100% complete
3502026-06-25T23:08:17.771ZPlanning: Package planning ... Done
3512026-06-25T23:08:17.774ZPlanning: Merging actions ... Done
3522026-06-25T23:08:17.914ZPlanning: Checking for conflicting actions ... Done
3532026-06-25T23:08:17.917ZPlanning: Consolidating action changes ... Done
3542026-06-25T23:08:18.090ZPlanning: Evaluating mediators ... Done
3552026-06-25T23:08:18.093ZPlanning: Planning completed in 8.53 seconds
3562026-06-25T23:08:18.097Z Packages to install: 1
3572026-06-25T23:08:18.097Z Services to change: 1
3582026-06-25T23:08:18.097Z Create boot environment: No
3592026-06-25T23:08:18.100ZCreate backup boot environment: No
3602026-06-25T23:08:18.142Z
3612026-06-25T23:08:18.142ZDownload: 0/2 items 0.0/1.2MB 0% complete
3622026-06-25T23:08:18.168ZDownload: Completed 1.19 MB in 0.03 seconds (46.1M/s)
3632026-06-25T23:08:18.272Z Actions: 1/19 actions (Installing new actions)
3642026-06-25T23:08:18.286Z Actions: Completed 19 actions in 0.01 seconds.
3652026-06-25T23:08:18.813Z Done
3662026-06-25T23:08:18.813Z Done
3672026-06-25T23:08:19.454Z Done
3682026-06-25T23:08:22.390Z Done
3692026-06-25T23:08:22.468Z Done
3702026-06-25T23:08:22.471Z Done
3712026-06-25T23:08:22.636Z Done
3722026-06-25T23:08:22.778Z++ pfexec svcadm enable baseline
3732026-06-25T23:08:22.794Z++ retry=0
3742026-06-25T23:08:22.796Z+++ svcs -Hostate baseline
3752026-06-25T23:08:22.846Z++ [[ offline* != online ]]
3762026-06-25T23:08:22.846Z++ [[ 0 -gt 300 ]]
3772026-06-25T23:08:22.846Z++ sleep 1
3782026-06-25T23:08:23.848Z++ retry=1
3792026-06-25T23:08:23.851Z+++ svcs -Hostate baseline
3802026-06-25T23:08:23.862Z++ [[ offline* != online ]]
3812026-06-25T23:08:23.862Z++ [[ 1 -gt 300 ]]
3822026-06-25T23:08:23.862Z++ sleep 1
3832026-06-25T23:08:24.864Z++ retry=2
3842026-06-25T23:08:24.866Z+++ svcs -Hostate baseline
3852026-06-25T23:08:24.878Z++ [[ offline* != online ]]
3862026-06-25T23:08:24.878Z++ [[ 2 -gt 300 ]]
3872026-06-25T23:08:24.878Z++ sleep 1
3882026-06-25T23:08:25.911Z++ retry=3
3892026-06-25T23:08:25.918Z+++ svcs -Hostate baseline
3902026-06-25T23:08:25.918Z++ [[ offline* != online ]]
3912026-06-25T23:08:25.918Z++ [[ 3 -gt 300 ]]
3922026-06-25T23:08:25.918Z++ sleep 1
3932026-06-25T23:08:26.897Z++ retry=4
3942026-06-25T23:08:26.901Z+++ svcs -Hostate baseline
3952026-06-25T23:08:26.911Z++ [[ offline* != online ]]
3962026-06-25T23:08:26.912Z++ [[ 4 -gt 300 ]]
3972026-06-25T23:08:26.912Z++ sleep 1
3982026-06-25T23:08:27.913Z++ retry=5
3992026-06-25T23:08:27.916Z+++ svcs -Hostate baseline
4002026-06-25T23:08:27.927Z++ [[ offline* != online ]]
4012026-06-25T23:08:27.927Z++ [[ 5 -gt 300 ]]
4022026-06-25T23:08:27.927Z++ sleep 1
4032026-06-25T23:08:28.929Z++ retry=6
4042026-06-25T23:08:28.932Z+++ svcs -Hostate baseline
4052026-06-25T23:08:28.944Z++ [[ offline* != online ]]
4062026-06-25T23:08:28.944Z++ [[ 6 -gt 300 ]]
4072026-06-25T23:08:28.947Z++ sleep 1
4082026-06-25T23:08:29.946Z++ retry=7
4092026-06-25T23:08:29.949Z+++ svcs -Hostate baseline
4102026-06-25T23:08:29.961Z++ [[ offline* != online ]]
4112026-06-25T23:08:29.961Z++ [[ 7 -gt 300 ]]
4122026-06-25T23:08:29.961Z++ sleep 1
4132026-06-25T23:08:30.963Z++ retry=8
4142026-06-25T23:08:30.966Z+++ svcs -Hostate baseline
4152026-06-25T23:08:30.977Z++ [[ offline* != online ]]
4162026-06-25T23:08:30.977Z++ [[ 8 -gt 300 ]]
4172026-06-25T23:08:30.977Z++ sleep 1
4182026-06-25T23:08:31.981Z++ retry=9
4192026-06-25T23:08:31.985Z+++ svcs -Hostate baseline
4202026-06-25T23:08:31.994Z++ [[ offline* != online ]]
4212026-06-25T23:08:31.994Z++ [[ 9 -gt 300 ]]
4222026-06-25T23:08:31.995Z++ sleep 1
4232026-06-25T23:08:32.996Z++ retry=10
4242026-06-25T23:08:32.999Z+++ svcs -Hostate baseline
4252026-06-25T23:08:33.011Z++ [[ offline* != online ]]
4262026-06-25T23:08:33.011Z++ [[ 10 -gt 300 ]]
4272026-06-25T23:08:33.014Z++ sleep 1
4282026-06-25T23:08:34.013Z++ retry=11
4292026-06-25T23:08:34.016Z+++ svcs -Hostate baseline
4302026-06-25T23:08:34.028Z++ [[ offline* != online ]]
4312026-06-25T23:08:34.028Z++ [[ 11 -gt 300 ]]
4322026-06-25T23:08:34.029Z++ sleep 1
4332026-06-25T23:08:35.031Z++ retry=12
4342026-06-25T23:08:35.034Z+++ svcs -Hostate baseline
4352026-06-25T23:08:35.047Z++ [[ offline* != online ]]
4362026-06-25T23:08:35.047Z++ [[ 12 -gt 300 ]]
4372026-06-25T23:08:35.047Z++ sleep 1
4382026-06-25T23:08:36.047Z++ retry=13
4392026-06-25T23:08:36.050Z+++ svcs -Hostate baseline
4402026-06-25T23:08:36.062Z++ [[ offline* != online ]]
4412026-06-25T23:08:36.062Z++ [[ 13 -gt 300 ]]
4422026-06-25T23:08:36.062Z++ sleep 1
4432026-06-25T23:08:37.064Z++ retry=14
4442026-06-25T23:08:37.067Z+++ svcs -Hostate baseline
4452026-06-25T23:08:37.079Z++ [[ offline* != online ]]
4462026-06-25T23:08:37.079Z++ [[ 14 -gt 300 ]]
4472026-06-25T23:08:37.083Z++ sleep 1
4482026-06-25T23:08:38.081Z++ retry=15
4492026-06-25T23:08:38.084Z+++ svcs -Hostate baseline
4502026-06-25T23:08:38.096Z++ [[ offline* != online ]]
4512026-06-25T23:08:38.096Z++ [[ 15 -gt 300 ]]
4522026-06-25T23:08:38.099Z++ sleep 1
4532026-06-25T23:08:39.098Z++ retry=16
4542026-06-25T23:08:39.102Z+++ svcs -Hostate baseline
4552026-06-25T23:08:39.113Z++ [[ offline* != online ]]
4562026-06-25T23:08:39.113Z++ [[ 16 -gt 300 ]]
4572026-06-25T23:08:39.113Z++ sleep 1
4582026-06-25T23:08:40.116Z++ retry=17
4592026-06-25T23:08:40.119Z+++ svcs -Hostate baseline
4602026-06-25T23:08:40.130Z++ [[ offline* != online ]]
4612026-06-25T23:08:40.130Z++ [[ 17 -gt 300 ]]
4622026-06-25T23:08:40.130Z++ sleep 1
4632026-06-25T23:08:41.134Z++ retry=18
4642026-06-25T23:08:41.137Z+++ svcs -Hostate baseline
4652026-06-25T23:08:41.147Z++ [[ offline* != online ]]
4662026-06-25T23:08:41.147Z++ [[ 18 -gt 300 ]]
4672026-06-25T23:08:41.147Z++ sleep 1
4682026-06-25T23:08:42.149Z++ retry=19
4692026-06-25T23:08:42.152Z+++ svcs -Hostate baseline
4702026-06-25T23:08:42.164Z++ [[ offline* != online ]]
4712026-06-25T23:08:42.164Z++ [[ 19 -gt 300 ]]
4722026-06-25T23:08:42.165Z++ sleep 1
4732026-06-25T23:08:43.167Z++ retry=20
4742026-06-25T23:08:43.171Z+++ svcs -Hostate baseline
4752026-06-25T23:08:43.182Z++ [[ offline* != online ]]
4762026-06-25T23:08:43.182Z++ [[ 20 -gt 300 ]]
4772026-06-25T23:08:43.182Z++ sleep 1
4782026-06-25T23:08:44.183Z++ retry=21
4792026-06-25T23:08:44.186Z+++ svcs -Hostate baseline
4802026-06-25T23:08:44.199Z++ [[ offline* != online ]]
4812026-06-25T23:08:44.199Z++ [[ 21 -gt 300 ]]
4822026-06-25T23:08:44.199Z++ sleep 1
4832026-06-25T23:08:45.201Z++ retry=22
4842026-06-25T23:08:45.204Z+++ svcs -Hostate baseline
4852026-06-25T23:08:45.215Z++ [[ offline* != online ]]
4862026-06-25T23:08:45.215Z++ [[ 22 -gt 300 ]]
4872026-06-25T23:08:45.215Z++ sleep 1
4882026-06-25T23:08:46.217Z++ retry=23
4892026-06-25T23:08:46.220Z+++ svcs -Hostate baseline
4902026-06-25T23:08:46.232Z++ [[ offline* != online ]]
4912026-06-25T23:08:46.232Z++ [[ 23 -gt 300 ]]
4922026-06-25T23:08:46.232Z++ sleep 1
4932026-06-25T23:08:47.234Z++ retry=24
4942026-06-25T23:08:47.237Z+++ svcs -Hostate baseline
4952026-06-25T23:08:47.248Z++ [[ offline* != online ]]
4962026-06-25T23:08:47.248Z++ [[ 24 -gt 300 ]]
4972026-06-25T23:08:47.248Z++ sleep 1
4982026-06-25T23:08:48.251Z++ retry=25
4992026-06-25T23:08:48.254Z+++ svcs -Hostate baseline
5002026-06-25T23:08:48.265Z++ [[ offline* != online ]]
5012026-06-25T23:08:48.266Z++ [[ 25 -gt 300 ]]
5022026-06-25T23:08:48.266Z++ sleep 1
5032026-06-25T23:08:49.268Z++ retry=26
5042026-06-25T23:08:49.271Z+++ svcs -Hostate baseline
5052026-06-25T23:08:49.283Z++ [[ offline* != online ]]
5062026-06-25T23:08:49.283Z++ [[ 26 -gt 300 ]]
5072026-06-25T23:08:49.283Z++ sleep 1
5082026-06-25T23:08:50.284Z++ retry=27
5092026-06-25T23:08:50.287Z+++ svcs -Hostate baseline
5102026-06-25T23:08:50.299Z++ [[ offline* != online ]]
5112026-06-25T23:08:50.299Z++ [[ 27 -gt 300 ]]
5122026-06-25T23:08:50.299Z++ sleep 1
5132026-06-25T23:08:51.301Z++ retry=28
5142026-06-25T23:08:51.306Z+++ svcs -Hostate baseline
5152026-06-25T23:08:51.316Z++ [[ offline* != online ]]
5162026-06-25T23:08:51.316Z++ [[ 28 -gt 300 ]]
5172026-06-25T23:08:51.316Z++ sleep 1
5182026-06-25T23:08:52.318Z++ retry=29
5192026-06-25T23:08:52.321Z+++ svcs -Hostate baseline
5202026-06-25T23:08:52.333Z++ [[ offline* != online ]]
5212026-06-25T23:08:52.333Z++ [[ 29 -gt 300 ]]
5222026-06-25T23:08:52.333Z++ sleep 1
5232026-06-25T23:08:53.335Z++ retry=30
5242026-06-25T23:08:53.338Z+++ svcs -Hostate baseline
5252026-06-25T23:08:53.350Z++ [[ offline* != online ]]
5262026-06-25T23:08:53.350Z++ [[ 30 -gt 300 ]]
5272026-06-25T23:08:53.350Z++ sleep 1
5282026-06-25T23:08:54.352Z++ retry=31
5292026-06-25T23:08:54.356Z+++ svcs -Hostate baseline
5302026-06-25T23:08:54.366Z++ [[ offline* != online ]]
5312026-06-25T23:08:54.367Z++ [[ 31 -gt 300 ]]
5322026-06-25T23:08:54.367Z++ sleep 1
5332026-06-25T23:08:55.369Z++ retry=32
5342026-06-25T23:08:55.372Z+++ svcs -Hostate baseline
5352026-06-25T23:08:55.383Z++ [[ offline* != online ]]
5362026-06-25T23:08:55.383Z++ [[ 32 -gt 300 ]]
5372026-06-25T23:08:55.383Z++ sleep 1
5382026-06-25T23:08:56.385Z++ retry=33
5392026-06-25T23:08:56.389Z+++ svcs -Hostate baseline
5402026-06-25T23:08:56.402Z++ [[ offline* != online ]]
5412026-06-25T23:08:56.402Z++ [[ 33 -gt 300 ]]
5422026-06-25T23:08:56.402Z++ sleep 1
5432026-06-25T23:08:57.403Z++ retry=34
5442026-06-25T23:08:57.406Z+++ svcs -Hostate baseline
5452026-06-25T23:08:57.417Z++ [[ offline* != online ]]
5462026-06-25T23:08:57.417Z++ [[ 34 -gt 300 ]]
5472026-06-25T23:08:57.417Z++ sleep 1
5482026-06-25T23:08:58.422Z++ retry=35
5492026-06-25T23:08:58.428Z+++ svcs -Hostate baseline
5502026-06-25T23:08:58.435Z++ [[ offline* != online ]]
5512026-06-25T23:08:58.435Z++ [[ 35 -gt 300 ]]
5522026-06-25T23:08:58.435Z++ sleep 1
5532026-06-25T23:08:59.438Z++ retry=36
5542026-06-25T23:08:59.443Z+++ svcs -Hostate baseline
5552026-06-25T23:08:59.451Z++ [[ offline* != online ]]
5562026-06-25T23:08:59.455Z++ [[ 36 -gt 300 ]]
5572026-06-25T23:08:59.455Z++ sleep 1
5582026-06-25T23:09:00.453Z++ retry=37
5592026-06-25T23:09:00.456Z+++ svcs -Hostate baseline
5602026-06-25T23:09:00.468Z++ [[ offline* != online ]]
5612026-06-25T23:09:00.468Z++ [[ 37 -gt 300 ]]
5622026-06-25T23:09:00.468Z++ sleep 1
5632026-06-25T23:09:01.470Z++ retry=38
5642026-06-25T23:09:01.473Z+++ svcs -Hostate baseline
5652026-06-25T23:09:01.485Z++ [[ offline* != online ]]
5662026-06-25T23:09:01.485Z++ [[ 38 -gt 300 ]]
5672026-06-25T23:09:01.485Z++ sleep 1
5682026-06-25T23:09:02.487Z++ retry=39
5692026-06-25T23:09:02.490Z+++ svcs -Hostate baseline
5702026-06-25T23:09:02.502Z++ [[ offline* != online ]]
5712026-06-25T23:09:02.502Z++ [[ 39 -gt 300 ]]
5722026-06-25T23:09:02.502Z++ sleep 1
5732026-06-25T23:09:03.504Z++ retry=40
5742026-06-25T23:09:03.507Z+++ svcs -Hostate baseline
5752026-06-25T23:09:03.520Z++ [[ offline* != online ]]
5762026-06-25T23:09:03.520Z++ [[ 40 -gt 300 ]]
5772026-06-25T23:09:03.520Z++ sleep 1
5782026-06-25T23:09:04.521Z++ retry=41
5792026-06-25T23:09:04.524Z+++ svcs -Hostate baseline
5802026-06-25T23:09:04.536Z++ [[ offline* != online ]]
5812026-06-25T23:09:04.536Z++ [[ 41 -gt 300 ]]
5822026-06-25T23:09:04.536Z++ sleep 1
5832026-06-25T23:09:05.538Z++ retry=42
5842026-06-25T23:09:05.541Z+++ svcs -Hostate baseline
5852026-06-25T23:09:05.553Z++ [[ offline* != online ]]
5862026-06-25T23:09:05.553Z++ [[ 42 -gt 300 ]]
5872026-06-25T23:09:05.553Z++ sleep 1
5882026-06-25T23:09:06.558Z++ retry=43
5892026-06-25T23:09:06.561Z+++ svcs -Hostate baseline
5902026-06-25T23:09:06.570Z++ [[ offline* != online ]]
5912026-06-25T23:09:06.570Z++ [[ 43 -gt 300 ]]
5922026-06-25T23:09:06.570Z++ sleep 1
5932026-06-25T23:09:07.572Z++ retry=44
5942026-06-25T23:09:07.575Z+++ svcs -Hostate baseline
5952026-06-25T23:09:07.587Z++ [[ offline* != online ]]
5962026-06-25T23:09:07.587Z++ [[ 44 -gt 300 ]]
5972026-06-25T23:09:07.590Z++ sleep 1
5982026-06-25T23:09:08.589Z++ retry=45
5992026-06-25T23:09:08.593Z+++ svcs -Hostate baseline
6002026-06-25T23:09:08.604Z++ [[ offline* != online ]]
6012026-06-25T23:09:08.604Z++ [[ 45 -gt 300 ]]
6022026-06-25T23:09:08.604Z++ sleep 1
6032026-06-25T23:09:09.608Z++ retry=46
6042026-06-25T23:09:09.611Z+++ svcs -Hostate baseline
6052026-06-25T23:09:09.621Z++ [[ offline* != online ]]
6062026-06-25T23:09:09.621Z++ [[ 46 -gt 300 ]]
6072026-06-25T23:09:09.621Z++ sleep 1
6082026-06-25T23:09:10.623Z++ retry=47
6092026-06-25T23:09:10.626Z+++ svcs -Hostate baseline
6102026-06-25T23:09:10.637Z++ [[ offline* != online ]]
6112026-06-25T23:09:10.637Z++ [[ 47 -gt 300 ]]
6122026-06-25T23:09:10.637Z++ sleep 1
6132026-06-25T23:09:11.641Z++ retry=48
6142026-06-25T23:09:11.644Z+++ svcs -Hostate baseline
6152026-06-25T23:09:11.655Z++ [[ offline* != online ]]
6162026-06-25T23:09:11.655Z++ [[ 48 -gt 300 ]]
6172026-06-25T23:09:11.655Z++ sleep 1
6182026-06-25T23:09:12.657Z++ retry=49
6192026-06-25T23:09:12.660Z+++ svcs -Hostate baseline
6202026-06-25T23:09:12.671Z++ [[ offline* != online ]]
6212026-06-25T23:09:12.671Z++ [[ 49 -gt 300 ]]
6222026-06-25T23:09:12.671Z++ sleep 1
6232026-06-25T23:09:13.674Z++ retry=50
6242026-06-25T23:09:13.676Z+++ svcs -Hostate baseline
6252026-06-25T23:09:13.689Z++ [[ offline* != online ]]
6262026-06-25T23:09:13.689Z++ [[ 50 -gt 300 ]]
6272026-06-25T23:09:13.689Z++ sleep 1
6282026-06-25T23:09:14.691Z++ retry=51
6292026-06-25T23:09:14.695Z+++ svcs -Hostate baseline
6302026-06-25T23:09:14.707Z++ [[ offline* != online ]]
6312026-06-25T23:09:14.707Z++ [[ 51 -gt 300 ]]
6322026-06-25T23:09:14.707Z++ sleep 1
6332026-06-25T23:09:15.708Z++ retry=52
6342026-06-25T23:09:15.711Z+++ svcs -Hostate baseline
6352026-06-25T23:09:15.723Z++ [[ offline* != online ]]
6362026-06-25T23:09:15.723Z++ [[ 52 -gt 300 ]]
6372026-06-25T23:09:15.723Z++ sleep 1
6382026-06-25T23:09:16.725Z++ retry=53
6392026-06-25T23:09:16.728Z+++ svcs -Hostate baseline
6402026-06-25T23:09:16.740Z++ [[ offline* != online ]]
6412026-06-25T23:09:16.740Z++ [[ 53 -gt 300 ]]
6422026-06-25T23:09:16.740Z++ sleep 1
6432026-06-25T23:09:17.743Z++ retry=54
6442026-06-25T23:09:17.745Z+++ svcs -Hostate baseline
6452026-06-25T23:09:17.757Z++ [[ offline* != online ]]
6462026-06-25T23:09:17.758Z++ [[ 54 -gt 300 ]]
6472026-06-25T23:09:17.758Z++ sleep 1
6482026-06-25T23:09:18.760Z++ retry=55
6492026-06-25T23:09:18.762Z+++ svcs -Hostate baseline
6502026-06-25T23:09:18.774Z++ [[ offline* != online ]]
6512026-06-25T23:09:18.774Z++ [[ 55 -gt 300 ]]
6522026-06-25T23:09:18.774Z++ sleep 1
6532026-06-25T23:09:19.777Z++ retry=56
6542026-06-25T23:09:19.780Z+++ svcs -Hostate baseline
6552026-06-25T23:09:19.792Z++ [[ offline* != online ]]
6562026-06-25T23:09:19.792Z++ [[ 56 -gt 300 ]]
6572026-06-25T23:09:19.792Z++ sleep 1
6582026-06-25T23:09:20.794Z++ retry=57
6592026-06-25T23:09:20.797Z+++ svcs -Hostate baseline
6602026-06-25T23:09:20.809Z++ [[ offline* != online ]]
6612026-06-25T23:09:20.809Z++ [[ 57 -gt 300 ]]
6622026-06-25T23:09:20.809Z++ sleep 1
6632026-06-25T23:09:21.811Z++ retry=58
6642026-06-25T23:09:21.815Z+++ svcs -Hostate baseline
6652026-06-25T23:09:21.827Z++ [[ offline* != online ]]
6662026-06-25T23:09:21.827Z++ [[ 58 -gt 300 ]]
6672026-06-25T23:09:21.827Z++ sleep 1
6682026-06-25T23:09:22.832Z++ retry=59
6692026-06-25T23:09:22.835Z+++ svcs -Hostate baseline
6702026-06-25T23:09:22.844Z++ [[ offline* != online ]]
6712026-06-25T23:09:22.844Z++ [[ 59 -gt 300 ]]
6722026-06-25T23:09:22.845Z++ sleep 1
6732026-06-25T23:09:23.848Z++ retry=60
6742026-06-25T23:09:23.851Z+++ svcs -Hostate baseline
6752026-06-25T23:09:23.862Z++ [[ offline* != online ]]
6762026-06-25T23:09:23.862Z++ [[ 60 -gt 300 ]]
6772026-06-25T23:09:23.862Z++ sleep 1
6782026-06-25T23:09:24.865Z++ retry=61
6792026-06-25T23:09:24.869Z+++ svcs -Hostate baseline
6802026-06-25T23:09:24.879Z++ [[ offline* != online ]]
6812026-06-25T23:09:24.879Z++ [[ 61 -gt 300 ]]
6822026-06-25T23:09:24.879Z++ sleep 1
6832026-06-25T23:09:25.881Z++ retry=62
6842026-06-25T23:09:25.884Z+++ svcs -Hostate baseline
6852026-06-25T23:09:25.896Z++ [[ offline* != online ]]
6862026-06-25T23:09:25.896Z++ [[ 62 -gt 300 ]]
6872026-06-25T23:09:25.899Z++ sleep 1
6882026-06-25T23:09:26.898Z++ retry=63
6892026-06-25T23:09:26.901Z+++ svcs -Hostate baseline
6902026-06-25T23:09:26.912Z++ [[ offline* != online ]]
6912026-06-25T23:09:26.912Z++ [[ 63 -gt 300 ]]
6922026-06-25T23:09:26.912Z++ sleep 1
6932026-06-25T23:09:27.914Z++ retry=64
6942026-06-25T23:09:27.917Z+++ svcs -Hostate baseline
6952026-06-25T23:09:27.930Z++ [[ offline* != online ]]
6962026-06-25T23:09:27.931Z++ [[ 64 -gt 300 ]]
6972026-06-25T23:09:27.931Z++ sleep 1
6982026-06-25T23:09:28.931Z++ retry=65
6992026-06-25T23:09:28.934Z+++ svcs -Hostate baseline
7002026-06-25T23:09:28.946Z++ [[ offline* != online ]]
7012026-06-25T23:09:28.946Z++ [[ 65 -gt 300 ]]
7022026-06-25T23:09:28.946Z++ sleep 1
7032026-06-25T23:09:29.949Z++ retry=66
7042026-06-25T23:09:29.952Z+++ svcs -Hostate baseline
7052026-06-25T23:09:29.964Z++ [[ offline* != online ]]
7062026-06-25T23:09:29.964Z++ [[ 66 -gt 300 ]]
7072026-06-25T23:09:29.964Z++ sleep 1
7082026-06-25T23:09:30.966Z++ retry=67
7092026-06-25T23:09:30.969Z+++ svcs -Hostate baseline
7102026-06-25T23:09:30.983Z++ [[ offline* != online ]]
7112026-06-25T23:09:30.983Z++ [[ 67 -gt 300 ]]
7122026-06-25T23:09:30.983Z++ sleep 1
7132026-06-25T23:09:31.983Z++ retry=68
7142026-06-25T23:09:31.986Z+++ svcs -Hostate baseline
7152026-06-25T23:09:31.999Z++ [[ offline* != online ]]
7162026-06-25T23:09:31.999Z++ [[ 68 -gt 300 ]]
7172026-06-25T23:09:31.999Z++ sleep 1
7182026-06-25T23:09:33.000Z++ retry=69
7192026-06-25T23:09:33.003Z+++ svcs -Hostate baseline
7202026-06-25T23:09:33.015Z++ [[ offline* != online ]]
7212026-06-25T23:09:33.015Z++ [[ 69 -gt 300 ]]
7222026-06-25T23:09:33.015Z++ sleep 1
7232026-06-25T23:09:34.017Z++ retry=70
7242026-06-25T23:09:34.020Z+++ svcs -Hostate baseline
7252026-06-25T23:09:34.031Z++ [[ offline* != online ]]
7262026-06-25T23:09:34.032Z++ [[ 70 -gt 300 ]]
7272026-06-25T23:09:34.032Z++ sleep 1
7282026-06-25T23:09:35.034Z++ retry=71
7292026-06-25T23:09:35.037Z+++ svcs -Hostate baseline
7302026-06-25T23:09:35.049Z++ [[ offline* != online ]]
7312026-06-25T23:09:35.049Z++ [[ 71 -gt 300 ]]
7322026-06-25T23:09:35.049Z++ sleep 1
7332026-06-25T23:09:36.051Z++ retry=72
7342026-06-25T23:09:36.054Z+++ svcs -Hostate baseline
7352026-06-25T23:09:36.066Z++ [[ offline* != online ]]
7362026-06-25T23:09:36.066Z++ [[ 72 -gt 300 ]]
7372026-06-25T23:09:36.066Z++ sleep 1
7382026-06-25T23:09:37.068Z++ retry=73
7392026-06-25T23:09:37.071Z+++ svcs -Hostate baseline
7402026-06-25T23:09:37.083Z++ [[ offline* != online ]]
7412026-06-25T23:09:37.083Z++ [[ 73 -gt 300 ]]
7422026-06-25T23:09:37.083Z++ sleep 1
7432026-06-25T23:09:38.088Z++ retry=74
7442026-06-25T23:09:38.095Z+++ svcs -Hostate baseline
7452026-06-25T23:09:38.100Z++ [[ offline* != online ]]
7462026-06-25T23:09:38.100Z++ [[ 74 -gt 300 ]]
7472026-06-25T23:09:38.127Z++ sleep 1
7482026-06-25T23:09:39.102Z++ retry=75
7492026-06-25T23:09:39.105Z+++ svcs -Hostate baseline
7502026-06-25T23:09:39.117Z++ [[ offline* != online ]]
7512026-06-25T23:09:39.117Z++ [[ 75 -gt 300 ]]
7522026-06-25T23:09:39.117Z++ sleep 1
7532026-06-25T23:09:40.119Z++ retry=76
7542026-06-25T23:09:40.123Z+++ svcs -Hostate baseline
7552026-06-25T23:09:40.134Z++ [[ offline* != online ]]
7562026-06-25T23:09:40.134Z++ [[ 76 -gt 300 ]]
7572026-06-25T23:09:40.134Z++ sleep 1
7582026-06-25T23:09:41.136Z++ retry=77
7592026-06-25T23:09:41.139Z+++ svcs -Hostate baseline
7602026-06-25T23:09:41.151Z++ [[ offline* != online ]]
7612026-06-25T23:09:41.151Z++ [[ 77 -gt 300 ]]
7622026-06-25T23:09:41.151Z++ sleep 1
7632026-06-25T23:09:42.153Z++ retry=78
7642026-06-25T23:09:42.156Z+++ svcs -Hostate baseline
7652026-06-25T23:09:42.168Z++ [[ offline* != online ]]
7662026-06-25T23:09:42.168Z++ [[ 78 -gt 300 ]]
7672026-06-25T23:09:42.168Z++ sleep 1
7682026-06-25T23:09:43.171Z++ retry=79
7692026-06-25T23:09:43.174Z+++ svcs -Hostate baseline
7702026-06-25T23:09:43.186Z++ [[ offline* != online ]]
7712026-06-25T23:09:43.186Z++ [[ 79 -gt 300 ]]
7722026-06-25T23:09:43.186Z++ sleep 1
7732026-06-25T23:09:44.188Z++ retry=80
7742026-06-25T23:09:44.191Z+++ svcs -Hostate baseline
7752026-06-25T23:09:44.203Z++ [[ offline* != online ]]
7762026-06-25T23:09:44.203Z++ [[ 80 -gt 300 ]]
7772026-06-25T23:09:44.203Z++ sleep 1
7782026-06-25T23:09:45.205Z++ retry=81
7792026-06-25T23:09:45.208Z+++ svcs -Hostate baseline
7802026-06-25T23:09:45.220Z++ [[ offline* != online ]]
7812026-06-25T23:09:45.220Z++ [[ 81 -gt 300 ]]
7822026-06-25T23:09:45.220Z++ sleep 1
7832026-06-25T23:09:46.222Z++ retry=82
7842026-06-25T23:09:46.224Z+++ svcs -Hostate baseline
7852026-06-25T23:09:46.237Z++ [[ offline* != online ]]
7862026-06-25T23:09:46.237Z++ [[ 82 -gt 300 ]]
7872026-06-25T23:09:46.241Z++ sleep 1
7882026-06-25T23:09:47.240Z++ retry=83
7892026-06-25T23:09:47.243Z+++ svcs -Hostate baseline
7902026-06-25T23:09:47.254Z++ [[ offline* != online ]]
7912026-06-25T23:09:47.254Z++ [[ 83 -gt 300 ]]
7922026-06-25T23:09:47.254Z++ sleep 1
7932026-06-25T23:09:48.256Z++ retry=84
7942026-06-25T23:09:48.258Z+++ svcs -Hostate baseline
7952026-06-25T23:09:48.270Z++ [[ offline* != online ]]
7962026-06-25T23:09:48.271Z++ [[ 84 -gt 300 ]]
7972026-06-25T23:09:48.275Z++ sleep 1
7982026-06-25T23:09:49.273Z++ retry=85
7992026-06-25T23:09:49.276Z+++ svcs -Hostate baseline
8002026-06-25T23:09:49.287Z++ [[ offline* != online ]]
8012026-06-25T23:09:49.287Z++ [[ 85 -gt 300 ]]
8022026-06-25T23:09:49.287Z++ sleep 1
8032026-06-25T23:09:50.290Z++ retry=86
8042026-06-25T23:09:50.293Z+++ svcs -Hostate baseline
8052026-06-25T23:09:50.304Z++ [[ offline* != online ]]
8062026-06-25T23:09:50.305Z++ [[ 86 -gt 300 ]]
8072026-06-25T23:09:50.305Z++ sleep 1
8082026-06-25T23:09:51.310Z++ retry=87
8092026-06-25T23:09:51.313Z+++ svcs -Hostate baseline
8102026-06-25T23:09:51.322Z++ [[ offline* != online ]]
8112026-06-25T23:09:51.322Z++ [[ 87 -gt 300 ]]
8122026-06-25T23:09:51.322Z++ sleep 1
8132026-06-25T23:09:52.324Z++ retry=88
8142026-06-25T23:09:52.328Z+++ svcs -Hostate baseline
8152026-06-25T23:09:52.339Z++ [[ offline* != online ]]
8162026-06-25T23:09:52.339Z++ [[ 88 -gt 300 ]]
8172026-06-25T23:09:52.339Z++ sleep 1
8182026-06-25T23:09:53.341Z++ retry=89
8192026-06-25T23:09:53.345Z+++ svcs -Hostate baseline
8202026-06-25T23:09:53.357Z++ [[ offline* != online ]]
8212026-06-25T23:09:53.357Z++ [[ 89 -gt 300 ]]
8222026-06-25T23:09:53.357Z++ sleep 1
8232026-06-25T23:09:54.358Z++ retry=90
8242026-06-25T23:09:54.361Z+++ svcs -Hostate baseline
8252026-06-25T23:09:54.373Z++ [[ offline* != online ]]
8262026-06-25T23:09:54.373Z++ [[ 90 -gt 300 ]]
8272026-06-25T23:09:54.373Z++ sleep 1
8282026-06-25T23:09:55.375Z++ retry=91
8292026-06-25T23:09:55.378Z+++ svcs -Hostate baseline
8302026-06-25T23:09:55.391Z++ [[ offline* != online ]]
8312026-06-25T23:09:55.391Z++ [[ 91 -gt 300 ]]
8322026-06-25T23:09:55.391Z++ sleep 1
8332026-06-25T23:09:56.392Z++ retry=92
8342026-06-25T23:09:56.395Z+++ svcs -Hostate baseline
8352026-06-25T23:09:56.407Z++ [[ offline* != online ]]
8362026-06-25T23:09:56.407Z++ [[ 92 -gt 300 ]]
8372026-06-25T23:09:56.407Z++ sleep 1
8382026-06-25T23:09:57.409Z++ retry=93
8392026-06-25T23:09:57.412Z+++ svcs -Hostate baseline
8402026-06-25T23:09:57.424Z++ [[ offline* != online ]]
8412026-06-25T23:09:57.424Z++ [[ 93 -gt 300 ]]
8422026-06-25T23:09:57.424Z++ sleep 1
8432026-06-25T23:09:58.427Z++ retry=94
8442026-06-25T23:09:58.430Z+++ svcs -Hostate baseline
8452026-06-25T23:09:58.441Z++ [[ offline* != online ]]
8462026-06-25T23:09:58.441Z++ [[ 94 -gt 300 ]]
8472026-06-25T23:09:58.441Z++ sleep 1
8482026-06-25T23:09:59.443Z++ retry=95
8492026-06-25T23:09:59.446Z+++ svcs -Hostate baseline
8502026-06-25T23:09:59.459Z++ [[ offline* != online ]]
8512026-06-25T23:09:59.459Z++ [[ 95 -gt 300 ]]
8522026-06-25T23:09:59.459Z++ sleep 1
8532026-06-25T23:10:00.460Z++ retry=96
8542026-06-25T23:10:00.463Z+++ svcs -Hostate baseline
8552026-06-25T23:10:00.475Z++ [[ offline* != online ]]
8562026-06-25T23:10:00.475Z++ [[ 96 -gt 300 ]]
8572026-06-25T23:10:00.475Z++ sleep 1
8582026-06-25T23:10:01.477Z++ retry=97
8592026-06-25T23:10:01.480Z+++ svcs -Hostate baseline
8602026-06-25T23:10:01.492Z++ [[ offline* != online ]]
8612026-06-25T23:10:01.492Z++ [[ 97 -gt 300 ]]
8622026-06-25T23:10:01.492Z++ sleep 1
8632026-06-25T23:10:02.494Z++ retry=98
8642026-06-25T23:10:02.497Z+++ svcs -Hostate baseline
8652026-06-25T23:10:02.508Z++ [[ offline* != online ]]
8662026-06-25T23:10:02.508Z++ [[ 98 -gt 300 ]]
8672026-06-25T23:10:02.508Z++ sleep 1
8682026-06-25T23:10:03.514Z++ retry=99
8692026-06-25T23:10:03.529Z+++ svcs -Hostate baseline
8702026-06-25T23:10:03.537Z++ [[ offline* != online ]]
8712026-06-25T23:10:03.537Z++ [[ 99 -gt 300 ]]
8722026-06-25T23:10:03.538Z++ sleep 1
8732026-06-25T23:10:04.527Z++ retry=100
8742026-06-25T23:10:04.532Z+++ svcs -Hostate baseline
8752026-06-25T23:10:04.542Z++ [[ offline* != online ]]
8762026-06-25T23:10:04.542Z++ [[ 100 -gt 300 ]]
8772026-06-25T23:10:04.542Z++ sleep 1
8782026-06-25T23:10:05.544Z++ retry=101
8792026-06-25T23:10:05.547Z+++ svcs -Hostate baseline
8802026-06-25T23:10:05.558Z++ [[ offline* != online ]]
8812026-06-25T23:10:05.558Z++ [[ 101 -gt 300 ]]
8822026-06-25T23:10:05.558Z++ sleep 1
8832026-06-25T23:10:06.561Z++ retry=102
8842026-06-25T23:10:06.564Z+++ svcs -Hostate baseline
8852026-06-25T23:10:06.575Z++ [[ offline* != online ]]
8862026-06-25T23:10:06.575Z++ [[ 102 -gt 300 ]]
8872026-06-25T23:10:06.575Z++ sleep 1
8882026-06-25T23:10:07.577Z++ retry=103
8892026-06-25T23:10:07.581Z+++ svcs -Hostate baseline
8902026-06-25T23:10:07.592Z++ [[ offline* != online ]]
8912026-06-25T23:10:07.595Z++ [[ 103 -gt 300 ]]
8922026-06-25T23:10:07.595Z++ sleep 1
8932026-06-25T23:10:08.594Z++ retry=104
8942026-06-25T23:10:08.597Z+++ svcs -Hostate baseline
8952026-06-25T23:10:08.609Z++ [[ offline* != online ]]
8962026-06-25T23:10:08.609Z++ [[ 104 -gt 300 ]]
8972026-06-25T23:10:08.609Z++ sleep 1
8982026-06-25T23:10:09.611Z++ retry=105
8992026-06-25T23:10:09.614Z+++ svcs -Hostate baseline
9002026-06-25T23:10:09.625Z++ [[ offline* != online ]]
9012026-06-25T23:10:09.625Z++ [[ 105 -gt 300 ]]
9022026-06-25T23:10:09.625Z++ sleep 1
9032026-06-25T23:10:10.629Z++ retry=106
9042026-06-25T23:10:10.632Z+++ svcs -Hostate baseline
9052026-06-25T23:10:10.641Z++ [[ offline* != online ]]
9062026-06-25T23:10:10.642Z++ [[ 106 -gt 300 ]]
9072026-06-25T23:10:10.642Z++ sleep 1
9082026-06-25T23:10:11.643Z++ retry=107
9092026-06-25T23:10:11.646Z+++ svcs -Hostate baseline
9102026-06-25T23:10:11.658Z++ [[ offline* != online ]]
9112026-06-25T23:10:11.658Z++ [[ 107 -gt 300 ]]
9122026-06-25T23:10:11.658Z++ sleep 1
9132026-06-25T23:10:12.660Z++ retry=108
9142026-06-25T23:10:12.663Z+++ svcs -Hostate baseline
9152026-06-25T23:10:12.674Z++ [[ offline* != online ]]
9162026-06-25T23:10:12.674Z++ [[ 108 -gt 300 ]]
9172026-06-25T23:10:12.674Z++ sleep 1
9182026-06-25T23:10:13.677Z++ retry=109
9192026-06-25T23:10:13.680Z+++ svcs -Hostate baseline
9202026-06-25T23:10:13.690Z++ [[ offline* != online ]]
9212026-06-25T23:10:13.690Z++ [[ 109 -gt 300 ]]
9222026-06-25T23:10:13.690Z++ sleep 1
9232026-06-25T23:10:14.692Z++ retry=110
9242026-06-25T23:10:14.695Z+++ svcs -Hostate baseline
9252026-06-25T23:10:14.707Z++ [[ offline* != online ]]
9262026-06-25T23:10:14.707Z++ [[ 110 -gt 300 ]]
9272026-06-25T23:10:14.707Z++ sleep 1
9282026-06-25T23:10:15.711Z++ retry=111
9292026-06-25T23:10:15.714Z+++ svcs -Hostate baseline
9302026-06-25T23:10:15.724Z++ [[ offline* != online ]]
9312026-06-25T23:10:15.724Z++ [[ 111 -gt 300 ]]
9322026-06-25T23:10:15.724Z++ sleep 1
9332026-06-25T23:10:16.726Z++ retry=112
9342026-06-25T23:10:16.729Z+++ svcs -Hostate baseline
9352026-06-25T23:10:16.741Z++ [[ online != online ]]
9362026-06-25T23:10:16.741Z++ set -o errexit
9372026-06-25T23:10:16.744Z++ set -o pipefail
9382026-06-25T23:10:16.744Z++ banner build
9392026-06-25T23:10:16.744Z
9402026-06-25T23:10:16.744Z ##### # # # # #####
9412026-06-25T23:10:16.744Z # # # # # # # #
9422026-06-25T23:10:16.744Z ##### # # # # # #
9432026-06-25T23:10:16.744Z # # # # # # # #
9442026-06-25T23:10:16.744Z # # # # # # # #
9452026-06-25T23:10:16.744Z ##### #### # ###### #####
9462026-06-25T23:10:16.744Z
9472026-06-25T23:10:16.744Z++ cargo build --release --bin ddmd --bin ddmadm
9482026-06-25T23:10:16.749Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9492026-06-25T23:10:16.903Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9502026-06-25T23:10:16.906Zinfo: downloading 6 components
9512026-06-25T23:10:32.495Z Updating git repository `https://github.com/oxidecomputer/falcon`
9522026-06-25T23:10:33.082ZFrom https://github.com/oxidecomputer/falcon
9532026-06-25T23:10:33.082Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9542026-06-25T23:10:33.161Z Updating crates.io index
9552026-06-25T23:10:33.195Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9562026-06-25T23:10:33.635ZFrom https://github.com/oxidecomputer/dendrite
9572026-06-25T23:10:33.635Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9582026-06-25T23:10:33.695Z Updating git repository `https://github.com/oxidecomputer/ispf`
9592026-06-25T23:10:33.969ZFrom https://github.com/oxidecomputer/ispf
9602026-06-25T23:10:33.969Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9612026-06-25T23:10:34.172Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9622026-06-25T23:10:34.526ZFrom https://github.com/oxidecomputer/netadm-sys
9632026-06-25T23:10:34.526Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9642026-06-25T23:10:34.532Z Updating git repository `https://github.com/oxidecomputer/omicron`
9652026-06-25T23:10:40.475ZFrom https://github.com/oxidecomputer/omicron
9662026-06-25T23:10:40.475Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9672026-06-25T23:10:40.903Z Updating git repository `https://github.com/oxidecomputer/opte`
9682026-06-25T23:10:41.585ZFrom https://github.com/oxidecomputer/opte
9692026-06-25T23:10:41.585Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9702026-06-25T23:10:41.998Z Updating git repository `https://github.com/illumos/smf-rs`
9712026-06-25T23:10:42.303ZFrom https://github.com/illumos/smf-rs
9722026-06-25T23:10:42.303Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9732026-06-25T23:10:42.467Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9742026-06-25T23:10:42.789ZFrom https://github.com/oxidecomputer/network-interface
9752026-06-25T23:10:42.789Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9762026-06-25T23:10:42.797Z Updating git repository `https://github.com/oxidecomputer/zone`
9772026-06-25T23:10:43.126ZFrom https://github.com/oxidecomputer/zone
9782026-06-25T23:10:43.126Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9792026-06-25T23:10:43.133Z Updating git repository `https://github.com/oxidecomputer/propolis`
9802026-06-25T23:10:43.791ZFrom https://github.com/oxidecomputer/propolis
9812026-06-25T23:10:43.791Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9822026-06-25T23:10:43.948Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9832026-06-25T23:10:44.455ZFrom https://github.com/oxidecomputer/transceiver-control
9842026-06-25T23:10:44.455Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9852026-06-25T23:10:44.687Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9862026-06-25T23:10:44.975ZFrom https://github.com/oxidecomputer/dlpi-sys
9872026-06-25T23:10:44.975Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9882026-06-25T23:10:44.980Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9892026-06-25T23:10:45.302ZFrom https://github.com/jmesmon/rust-libzfs
9902026-06-25T23:10:45.303Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9912026-06-25T23:10:45.311Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9922026-06-25T23:10:45.615ZFrom https://github.com/oxidecomputer/rusty-doors
9932026-06-25T23:10:45.615Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9942026-06-25T23:10:45.627Z Updating git repository `https://github.com/oxidecomputer/lldp`
9952026-06-25T23:10:45.988ZFrom https://github.com/oxidecomputer/lldp
9962026-06-25T23:10:45.988Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9972026-06-25T23:10:46.079Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9982026-06-25T23:10:46.346ZFrom https://github.com/oxidecomputer/slog-error-chain
9992026-06-25T23:10:46.346Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10002026-06-25T23:10:46.410Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10012026-06-25T23:10:46.720ZFrom https://github.com/oxidecomputer/tufaceous
10022026-06-25T23:10:46.720Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10032026-06-25T23:10:46.755Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10042026-06-25T23:10:47.282ZFrom https://github.com/oxidecomputer/management-gateway-service
10052026-06-25T23:10:47.282Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
10062026-06-25T23:10:47.516Z Updating git repository `https://github.com/oxidecomputer/crucible`
10072026-06-25T23:10:48.363ZFrom https://github.com/oxidecomputer/crucible
10082026-06-25T23:10:48.364Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10092026-06-25T23:10:49.364Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10102026-06-25T23:10:49.651ZFrom https://github.com/oxidecomputer/serde_human_bytes
10112026-06-25T23:10:49.652Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10122026-06-25T23:10:49.697Z Updating git repository `https://github.com/oxidecomputer/propolis`
10132026-06-25T23:10:50.110ZFrom https://github.com/oxidecomputer/propolis
10142026-06-25T23:10:50.110Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10152026-06-25T23:10:50.427Z Updating git repository `https://github.com/oxidecomputer/crucible`
10162026-06-25T23:10:50.913ZFrom https://github.com/oxidecomputer/crucible
10172026-06-25T23:10:50.914Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10182026-06-25T23:10:51.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
10192026-06-25T23:10:51.548ZFrom https://github.com/oxidecomputer/tofino
10202026-06-25T23:10:51.548Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10212026-06-25T23:10:51.568Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10222026-06-25T23:10:52.236ZFrom https://github.com/oxidecomputer/maghemite
10232026-06-25T23:10:52.236Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10242026-06-25T23:10:52.270Z Updating git repository `https://github.com/oxidecomputer/clickward`
10252026-06-25T23:10:52.580ZFrom https://github.com/oxidecomputer/clickward
10262026-06-25T23:10:52.580Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10272026-06-25T23:10:52.703Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10282026-06-25T23:10:53.111ZFrom https://github.com/oxidecomputer/illumos-devinfo
10292026-06-25T23:10:53.111Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10302026-06-25T23:10:54.111Z Downloading crates ...
10312026-06-25T23:10:54.187Z Downloaded async-trait v0.1.89
10322026-06-25T23:10:54.191Z Downloaded aead v0.5.2
10332026-06-25T23:10:54.194Z Downloaded backoff v0.4.0
10342026-06-25T23:10:54.200Z Downloaded allocator-api2 v0.2.21
10352026-06-25T23:10:54.203Z Downloaded argon2 v0.5.3
10362026-06-25T23:10:54.209Z Downloaded anstyle v1.0.14
10372026-06-25T23:10:54.214Z Downloaded chacha20poly1305 v0.10.1
10382026-06-25T23:10:54.214Z Downloaded anyhow v1.0.102
10392026-06-25T23:10:54.214Z Downloaded darling v0.23.0
10402026-06-25T23:10:54.220Z Downloaded crypto-bigint v0.5.5
10412026-06-25T23:10:54.225Z Downloaded crc8 v0.1.1
10422026-06-25T23:10:54.237Z Downloaded anstream v1.0.0
10432026-06-25T23:10:54.237Z Downloaded block-buffer v0.10.4
10442026-06-25T23:10:54.237Z Downloaded atomicwrites v0.4.4
10452026-06-25T23:10:54.237Z Downloaded cancel-safe-futures v0.1.5
10462026-06-25T23:10:54.238Z Downloaded futures-core v0.3.32
10472026-06-25T23:10:54.242Z Downloaded form_urlencoded v1.2.2
10482026-06-25T23:10:54.244Z Downloaded colorchoice v1.0.5
10492026-06-25T23:10:54.244Z Downloaded atomic-waker v1.1.2
10502026-06-25T23:10:54.248Z Downloaded errno v0.3.14
10512026-06-25T23:10:54.248Z Downloaded dropshot-api-manager-types v0.7.2
10522026-06-25T23:10:54.297Z Downloaded dunce v1.0.5
10532026-06-25T23:10:54.297Z Downloaded block-buffer v0.12.0
10542026-06-25T23:10:54.297Z Downloaded glob v0.3.3
10552026-06-25T23:10:54.297Z Downloaded const-random-macro v0.1.16
10562026-06-25T23:10:54.297Z Downloaded cfg-if v1.0.4
10572026-06-25T23:10:54.297Z Downloaded clap_lex v1.1.0
10582026-06-25T23:10:54.298Z Downloaded crypto-common v0.2.2
10592026-06-25T23:10:54.298Z Downloaded heck v0.5.0
10602026-06-25T23:10:54.298Z Downloaded float-ord v0.3.2
10612026-06-25T23:10:54.298Z Downloaded digest v0.11.3
10622026-06-25T23:10:54.298Z Downloaded dtrace-parser v0.3.0
10632026-06-25T23:10:54.298Z Downloaded cfg_aliases v0.2.1
10642026-06-25T23:10:54.298Z Downloaded ciborium-ll v0.2.2
10652026-06-25T23:10:54.298Z Downloaded fnv v1.0.7
10662026-06-25T23:10:54.298Z Downloaded foreign-types v0.3.2
10672026-06-25T23:10:54.298Z Downloaded dropshot_endpoint v0.17.1
10682026-06-25T23:10:54.298Z Downloaded git-stub v1.0.0
10692026-06-25T23:10:54.298Z Downloaded ciborium-io v0.2.2
10702026-06-25T23:10:54.298Z Downloaded foreign-types-shared v0.3.1
10712026-06-25T23:10:54.298Z Downloaded compression-core v0.4.32
10722026-06-25T23:10:54.344Z Downloaded foreign-types-macros v0.2.3
10732026-06-25T23:10:54.404Z Downloaded dof v0.4.0
10742026-06-25T23:10:54.404Z Downloaded crypto-common v0.1.7
10752026-06-25T23:10:54.404Z Downloaded crunchy v0.2.4
10762026-06-25T23:10:54.404Z Downloaded futures-sink v0.3.32
10772026-06-25T23:10:54.404Z Downloaded cstr-argument v0.1.2
10782026-06-25T23:10:54.404Z Downloaded fixedbitset v0.4.2
10792026-06-25T23:10:54.404Z Downloaded derive-ex v0.1.8
10802026-06-25T23:10:54.404Z Downloaded fs-err v3.3.0
10812026-06-25T23:10:54.404Z Downloaded group v0.13.0
10822026-06-25T23:10:54.445Z Downloaded critical-section v1.2.0
10832026-06-25T23:10:54.445Z Downloaded chacha20 v0.10.0
10842026-06-25T23:10:54.445Z Downloaded cookie v0.18.1
10852026-06-25T23:10:54.445Z Downloaded hubpack v0.1.2
10862026-06-25T23:10:54.445Z Downloaded httpdate v1.0.3
10872026-06-25T23:10:54.445Z Downloaded dyn-clone v1.0.20
10882026-06-25T23:10:54.445Z Downloaded darling_macro v0.23.0
10892026-06-25T23:10:54.445Z Downloaded hubpack_derive v0.1.1
10902026-06-25T23:10:54.445Z Downloaded http-body v1.0.1
10912026-06-25T23:10:54.445Z Downloaded base64 v0.21.7
10922026-06-25T23:10:54.445Z Downloaded generic-array v0.14.7
10932026-06-25T23:10:54.445Z Downloaded foreign-types v0.5.0
10942026-06-25T23:10:54.445Z Downloaded defmt-parser v1.0.0
10952026-06-25T23:10:54.445Z Downloaded inout v0.1.4
10962026-06-25T23:10:54.446Z Downloaded enum-as-inner v0.6.1
10972026-06-25T23:10:54.446Z Downloaded debug-ignore v1.0.5
10982026-06-25T23:10:54.446Z Downloaded futures-macro v0.3.32
10992026-06-25T23:10:54.446Z Downloaded embedded-io v0.6.1
11002026-06-25T23:10:54.446Z Downloaded compression-codecs v0.4.38
11012026-06-25T23:10:54.446Z Downloaded defmt v0.3.100
11022026-06-25T23:10:54.446Z Downloaded base64ct v1.8.3
11032026-06-25T23:10:54.446Z Downloaded foreign-types-shared v0.1.1
11042026-06-25T23:10:54.446Z Downloaded fastrand v2.4.1
11052026-06-25T23:10:54.446Z Downloaded is_ci v1.2.0
11062026-06-25T23:10:54.446Z Downloaded find-msvc-tools v0.1.9
11072026-06-25T23:10:54.446Z Downloaded daft-derive v0.1.7
11082026-06-25T23:10:54.446Z Downloaded itoa v1.0.18
11092026-06-25T23:10:54.446Z Downloaded bcs v0.1.6
11102026-06-25T23:10:54.446Z Downloaded idna_adapter v1.2.2
11112026-06-25T23:10:54.446Z Downloaded futures-io v0.3.32
11122026-06-25T23:10:54.446Z Downloaded crc32fast v1.5.0
11132026-06-25T23:10:54.446Z Downloaded csv-core v0.1.13
11142026-06-25T23:10:54.446Z Downloaded byteorder v1.5.0
11152026-06-25T23:10:54.446Z Downloaded keccak v0.1.6
11162026-06-25T23:10:54.446Z Downloaded hostname v0.4.2
11172026-06-25T23:10:54.447Z Downloaded instant v0.1.13
11182026-06-25T23:10:54.447Z Downloaded bit-vec v0.8.0
11192026-06-25T23:10:54.447Z Downloaded indent_write v2.2.0
11202026-06-25T23:10:54.447Z Downloaded is-terminal v0.4.17
11212026-06-25T23:10:54.447Z Downloaded internet-checksum v0.2.1
11222026-06-25T23:10:54.447Z Downloaded ident_case v1.0.1
11232026-06-25T23:10:54.447Z Downloaded hyper-rustls v0.27.9
11242026-06-25T23:10:54.447Z Downloaded konst_macro_rules v0.2.19
11252026-06-25T23:10:54.447Z Downloaded is_terminal_polyfill v1.70.2
11262026-06-25T23:10:54.447Z Downloaded macaddr v1.0.1
11272026-06-25T23:10:54.447Z Downloaded memmap v0.7.0
11282026-06-25T23:10:54.447Z Downloaded console v0.15.11
11292026-06-25T23:10:54.447Z Downloaded highway v1.3.0
11302026-06-25T23:10:54.447Z Downloaded ingot-types v0.1.2
11312026-06-25T23:10:54.447Z Downloaded darling v0.21.3
11322026-06-25T23:10:54.447Z Downloaded digest v0.10.7
11332026-06-25T23:10:54.447Z Downloaded crossbeam-utils v0.8.21
11342026-06-25T23:10:54.447Z Downloaded ipnet v2.12.0
11352026-06-25T23:10:54.447Z Downloaded foldhash v0.2.0
11362026-06-25T23:10:54.496Z Downloaded memoffset v0.9.1
11372026-06-25T23:10:54.496Z Downloaded newtype_derive v0.1.6
11382026-06-25T23:10:54.497Z Downloaded newtype-uuid-macros v0.1.0
11392026-06-25T23:10:54.497Z Downloaded ff v0.13.1
11402026-06-25T23:10:54.497Z Downloaded lru-cache v0.1.2
11412026-06-25T23:10:54.497Z Downloaded match_cfg v0.1.0
11422026-06-25T23:10:54.497Z Downloaded mime v0.3.17
11432026-06-25T23:10:54.497Z Downloaded futures v0.3.32
11442026-06-25T23:10:54.497Z Downloaded num-conv v0.2.2
11452026-06-25T23:10:54.497Z Downloaded jobserver v0.1.34
11462026-06-25T23:10:54.497Z Downloaded defmt-macros v1.1.0
11472026-06-25T23:10:54.497Z Downloaded num v0.4.3
11482026-06-25T23:10:54.497Z Downloaded linear-map v1.2.0
11492026-06-25T23:10:54.497Z Downloaded olpc-cjson v0.1.4
11502026-06-25T23:10:54.497Z Downloaded num-iter v0.1.45
11512026-06-25T23:10:54.521Z Downloaded openssl-macros v0.1.1
11522026-06-25T23:10:54.521Z Downloaded openssl-probe v0.2.1
11532026-06-25T23:10:54.522Z Downloaded lock_api v0.4.14
11542026-06-25T23:10:54.522Z Downloaded hybrid-array v0.4.12
11552026-06-25T23:10:54.522Z Downloaded hex v0.4.3
11562026-06-25T23:10:54.522Z Downloaded iana-time-zone v0.1.65
11572026-06-25T23:10:54.522Z Downloaded globset v0.4.18
11582026-06-25T23:10:54.522Z Downloaded opaque-debug v0.3.1
11592026-06-25T23:10:54.522Z Downloaded ingot v0.1.1
11602026-06-25T23:10:54.522Z Downloaded libsw v3.5.0
11612026-06-25T23:10:54.522Z Downloaded ipnetwork v0.21.1
11622026-06-25T23:10:54.522Z Downloaded num_threads v0.1.7
11632026-06-25T23:10:54.522Z Downloaded num-derive v0.4.2
11642026-06-25T23:10:54.522Z Downloaded data-encoding v2.11.0
11652026-06-25T23:10:54.522Z Downloaded camino v1.2.2
11662026-06-25T23:10:54.522Z Downloaded omicron-workspace-hack v0.1.0
11672026-06-25T23:10:54.522Z Downloaded bitflags v2.12.1
11682026-06-25T23:10:54.522Z Downloaded libsw-core v0.3.2
11692026-06-25T23:10:54.522Z Downloaded getrandom v0.3.4
11702026-06-25T23:10:54.522Z Downloaded ingot-macros v0.1.1
11712026-06-25T23:10:54.522Z Downloaded erased-serde v0.3.31
11722026-06-25T23:10:54.523Z Downloaded defmt v1.1.0
11732026-06-25T23:10:54.523Z Downloaded newtype-uuid v1.3.2
11742026-06-25T23:10:54.523Z Downloaded getrandom v0.2.17
11752026-06-25T23:10:54.523Z Downloaded futures-channel v0.3.32
11762026-06-25T23:10:54.533Z Downloaded displaydoc v0.2.6
11772026-06-25T23:10:54.533Z Downloaded hmac v0.12.1
11782026-06-25T23:10:54.533Z Downloaded backon v1.6.0
11792026-06-25T23:10:54.533Z Downloaded phf_shared v0.12.1
11802026-06-25T23:10:54.533Z Downloaded base64 v0.22.1
11812026-06-25T23:10:54.534Z Downloaded num_enum_derive v0.5.11
11822026-06-25T23:10:54.534Z Downloaded num_enum v0.7.6
11832026-06-25T23:10:54.534Z Downloaded parse-display v0.10.0
11842026-06-25T23:10:54.534Z Downloaded proc-macro-crate v3.5.0
11852026-06-25T23:10:54.534Z Downloaded progenitor-client v0.10.0
11862026-06-25T23:10:54.534Z Downloaded num-complex v0.4.6
11872026-06-25T23:10:54.541Z Downloaded progenitor-client v0.14.0
11882026-06-25T23:10:54.541Z Downloaded plain v0.2.3
11892026-06-25T23:10:54.541Z Downloaded multer v3.1.0
11902026-06-25T23:10:54.542Z Downloaded powerfmt v0.2.0
11912026-06-25T23:10:54.542Z Downloaded clap_derive v4.6.1
11922026-06-25T23:10:54.548Z Downloaded potential_utf v0.1.5
11932026-06-25T23:10:54.548Z Downloaded proc-macro-error-attr2 v2.0.0
11942026-06-25T23:10:54.548Z Downloaded owo-colors v4.3.0
11952026-06-25T23:10:54.548Z Downloaded icu_provider v2.2.0
11962026-06-25T23:10:54.556Z Downloaded icu_properties v2.2.0
11972026-06-25T23:10:54.556Z Downloaded parking_lot_core v0.8.6
11982026-06-25T23:10:54.556Z Downloaded progenitor-macro v0.13.0
11992026-06-25T23:10:54.556Z Downloaded pretty-hex v0.4.2
12002026-06-25T23:10:54.556Z Downloaded rand_chacha v0.3.1
12012026-06-25T23:10:54.556Z Downloaded lazy_static v1.5.0
12022026-06-25T23:10:54.562Z Downloaded quick-error v1.2.3
12032026-06-25T23:10:54.562Z Downloaded proc-macro-crate v1.3.1
12042026-06-25T23:10:54.562Z Downloaded num_enum v0.5.11
12052026-06-25T23:10:54.565Z Downloaded progenitor-macro v0.10.0
12062026-06-25T23:10:54.565Z Downloaded parse-display-derive v0.10.0
12072026-06-25T23:10:54.569Z Downloaded const_format v0.2.36
12082026-06-25T23:10:54.569Z Downloaded proc-macro-error-attr v1.0.4
12092026-06-25T23:10:54.573Z Downloaded progenitor-macro v0.14.0
12102026-06-25T23:10:54.573Z Downloaded rand_xorshift v0.4.0
12112026-06-25T23:10:54.573Z Downloaded memmap2 v0.9.10
12122026-06-25T23:10:54.576Z Downloaded num-integer v0.1.46
12132026-06-25T23:10:54.576Z Downloaded crossbeam-epoch v0.9.18
12142026-06-25T23:10:54.579Z Downloaded num_enum_derive v0.7.6
12152026-06-25T23:10:54.579Z Downloaded half v2.7.1
12162026-06-25T23:10:54.585Z Downloaded no-std-compat v0.4.1
12172026-06-25T23:10:54.585Z Downloaded managed v0.8.0
12182026-06-25T23:10:54.588Z Downloaded clap v4.6.1
12192026-06-25T23:10:54.593Z Downloaded pin-project-lite v0.2.17
12202026-06-25T23:10:54.596Z Downloaded pin-project-internal v1.1.13
12212026-06-25T23:10:54.596Z Downloaded litemap v0.8.2
12222026-06-25T23:10:54.596Z Downloaded ref-cast v1.0.25
12232026-06-25T23:10:54.600Z Downloaded darling_core v0.21.3
12242026-06-25T23:10:54.603Z Downloaded oxide-tokio-rt v0.1.6
12252026-06-25T23:10:54.603Z Downloaded fs_extra v1.3.0
12262026-06-25T23:10:54.607Z Downloaded ciborium v0.2.2
12272026-06-25T23:10:54.607Z Downloaded rustc_version v0.4.1
12282026-06-25T23:10:54.610Z Downloaded ppv-lite86 v0.2.21
12292026-06-25T23:10:54.610Z Downloaded progenitor v0.10.0
12302026-06-25T23:10:54.610Z Downloaded deranged v0.5.8
12312026-06-25T23:10:54.613Z Downloaded newline-converter v0.3.0
12322026-06-25T23:10:54.613Z Downloaded percent-encoding v2.3.2
12332026-06-25T23:10:54.617Z Downloaded progenitor-extras v0.2.0
12342026-06-25T23:10:54.617Z Downloaded poly1305 v0.8.0
12352026-06-25T23:10:54.621Z Downloaded progenitor v0.14.0
12362026-06-25T23:10:54.622Z Downloaded icu_normalizer_data v2.2.0
12372026-06-25T23:10:54.626Z Downloaded icu_locale_core v2.2.0
12382026-06-25T23:10:54.626Z Downloaded rustc_version v0.1.7
12392026-06-25T23:10:54.628Z Downloaded rustc-hash v2.1.2
12402026-06-25T23:10:54.628Z Downloaded parking_lot_core v0.9.12
12412026-06-25T23:10:54.632Z Downloaded ref-cast-impl v1.0.25
12422026-06-25T23:10:54.632Z Downloaded password-hash v0.5.0
12432026-06-25T23:10:54.632Z Downloaded scroll_derive v0.12.1
12442026-06-25T23:10:54.636Z Downloaded indicatif v0.18.4
12452026-06-25T23:10:54.636Z Downloaded same-file v1.0.6
12462026-06-25T23:10:54.640Z Downloaded derive-where v1.6.1
12472026-06-25T23:10:54.640Z Downloaded proc-macro-error2 v2.0.1
12482026-06-25T23:10:54.643Z Downloaded drift v0.2.0
12492026-06-25T23:10:54.648Z Downloaded secrecy v0.10.3
12502026-06-25T23:10:54.651Z Downloaded serde_repr v0.1.20
12512026-06-25T23:10:54.651Z Downloaded serde-big-array v0.5.1
12522026-06-25T23:10:54.655Z Downloaded scroll_derive v0.13.1
12532026-06-25T23:10:54.655Z Downloaded progenitor-client v0.13.0
12542026-06-25T23:10:54.655Z Downloaded num-rational v0.4.2
12552026-06-25T23:10:54.658Z Downloaded getrandom v0.4.2
12562026-06-25T23:10:54.658Z Downloaded bytes v1.11.1
12572026-06-25T23:10:54.661Z Downloaded semver v0.1.20
12582026-06-25T23:10:54.664Z Downloaded parking_lot v0.11.2
12592026-06-25T23:10:54.664Z Downloaded pem v3.0.6
12602026-06-25T23:10:54.667Z Downloaded log v0.4.32
12612026-06-25T23:10:54.667Z Downloaded phf v0.12.1
12622026-06-25T23:10:54.671Z Downloaded rand_core v0.10.1
12632026-06-25T23:10:54.671Z Downloaded parking_lot v0.12.5
12642026-06-25T23:10:54.674Z Downloaded resolv-conf v0.7.6
12652026-06-25T23:10:54.674Z Downloaded once_cell v1.21.4
12662026-06-25T23:10:54.677Z Downloaded progenitor v0.13.0
12672026-06-25T23:10:54.677Z Downloaded httparse v1.10.1
12682026-06-25T23:10:54.680Z Downloaded paste v1.0.15
12692026-06-25T23:10:54.685Z Downloaded natord v1.0.9
12702026-06-25T23:10:54.685Z Downloaded foldhash v0.1.5
12712026-06-25T23:10:54.685Z Downloaded quote v1.0.45
12722026-06-25T23:10:54.693Z Downloaded proc-macro-error v1.0.4
12732026-06-25T23:10:54.693Z Downloaded serde_plain v1.0.2
12742026-06-25T23:10:54.693Z Downloaded postcard v1.1.3
12752026-06-25T23:10:54.693Z Downloaded serde_spanned v0.6.9
12762026-06-25T23:10:54.693Z Downloaded fixedbitset v0.5.7
12772026-06-25T23:10:54.693Z Downloaded serde_urlencoded v0.7.1
12782026-06-25T23:10:54.695Z Downloaded rand_core v0.6.4
12792026-06-25T23:10:54.696Z Downloaded oxnet v0.1.6
12802026-06-25T23:10:54.700Z Downloaded rusty-fork v0.3.1
12812026-06-25T23:10:54.700Z Downloaded rand_core v0.9.5
12822026-06-25T23:10:54.700Z Downloaded papergrid v0.18.0
12832026-06-25T23:10:54.703Z Downloaded sha1 v0.10.6
12842026-06-25T23:10:54.706Z Downloaded siphasher v1.0.3
12852026-06-25T23:10:54.707Z Downloaded slog-bunyan v2.5.0
12862026-06-25T23:10:54.707Z Downloaded sigpipe v0.1.3
12872026-06-25T23:10:54.709Z Downloaded papergrid v0.11.0
12882026-06-25T23:10:54.713Z Downloaded pest_derive v2.8.6
12892026-06-25T23:10:54.713Z Downloaded cc v1.2.63
12902026-06-25T23:10:54.717Z Downloaded scroll v0.13.0
12912026-06-25T23:10:54.717Z Downloaded miniz_oxide v0.8.9
12922026-06-25T23:10:54.721Z Downloaded pkg-config v0.3.33
12932026-06-25T23:10:54.721Z Downloaded pest_generator v2.8.6
12942026-06-25T23:10:54.721Z Downloaded crossbeam-channel v0.5.15
12952026-06-25T23:10:54.728Z Downloaded icu_normalizer v2.2.0
12962026-06-25T23:10:54.728Z Downloaded icu_collections v2.2.0
12972026-06-25T23:10:54.731Z Downloaded serde_path_to_error v0.1.20
12982026-06-25T23:10:54.731Z Downloaded schemars_derive v0.8.22
12992026-06-25T23:10:54.735Z Downloaded rustls-pemfile v2.2.0
13002026-06-25T23:10:54.735Z Downloaded heapless v0.8.0
13012026-06-25T23:10:54.739Z Downloaded async-compression v0.4.42
13022026-06-25T23:10:54.742Z Downloaded rhai_codegen v3.2.0
13032026-06-25T23:10:54.746Z Downloaded serde_spanned v1.1.1
13042026-06-25T23:10:54.749Z Downloaded num-traits v0.2.19
13052026-06-25T23:10:54.749Z Downloaded indexmap v1.9.3
13062026-06-25T23:10:54.751Z Downloaded strum v0.27.2
13072026-06-25T23:10:54.751Z Downloaded swrite v0.1.0
13082026-06-25T23:10:54.755Z Downloaded strum v0.26.3
13092026-06-25T23:10:54.755Z Downloaded stable_deref_trait v1.2.1
13102026-06-25T23:10:54.755Z Downloaded jiff-static v0.2.28
13112026-06-25T23:10:54.758Z Downloaded scroll v0.12.0
13122026-06-25T23:10:54.758Z Downloaded scopeguard v1.2.0
13132026-06-25T23:10:54.758Z Downloaded proc-macro2 v1.0.106
13142026-06-25T23:10:54.764Z Downloaded konst v0.2.20
13152026-06-25T23:10:54.769Z Downloaded rand_chacha v0.9.0
13162026-06-25T23:10:54.769Z Downloaded sha2 v0.10.9
13172026-06-25T23:10:54.770Z Downloaded subtle v2.6.1
13182026-06-25T23:10:54.770Z Downloaded sha1 v0.11.0
13192026-06-25T23:10:54.774Z Downloaded tagptr v0.2.0
13202026-06-25T23:10:54.774Z Downloaded hickory-resolver v0.25.2
13212026-06-25T23:10:54.774Z Downloaded quinn-udp v0.5.14
13222026-06-25T23:10:54.774Z Downloaded rustls-pki-types v1.14.1
13232026-06-25T23:10:54.778Z Downloaded slab v0.4.12
13242026-06-25T23:10:54.778Z Downloaded serde_derive_internals v0.29.1
13252026-06-25T23:10:54.778Z Downloaded tabled_derive v0.7.0
13262026-06-25T23:10:54.781Z Downloaded spin v0.5.2
13272026-06-25T23:10:54.781Z Downloaded structmeta-derive v0.3.0
13282026-06-25T23:10:54.781Z Downloaded smawk v0.3.2
13292026-06-25T23:10:54.781Z Downloaded supports-color v3.0.2
13302026-06-25T23:10:54.785Z Downloaded structmeta v0.3.0
13312026-06-25T23:10:54.785Z Downloaded slog-async v2.8.0
13322026-06-25T23:10:54.785Z Downloaded simd-adler32 v0.3.9
13332026-06-25T23:10:54.788Z Downloaded tabwriter v1.4.1
13342026-06-25T23:10:54.788Z Downloaded rustls-native-certs v0.8.4
13352026-06-25T23:10:54.791Z Downloaded serde_tokenstream v0.2.3
13362026-06-25T23:10:54.791Z Downloaded progenitor-impl v0.13.0
13372026-06-25T23:10:54.791Z Downloaded darling_core v0.23.0
13382026-06-25T23:10:54.794Z Downloaded snafu-derive v0.8.9
13392026-06-25T23:10:54.797Z Downloaded smartstring v1.0.1
13402026-06-25T23:10:54.797Z Downloaded thread-id v5.1.0
13412026-06-25T23:10:54.797Z Downloaded take_mut v0.2.2
13422026-06-25T23:10:54.801Z Downloaded tabled_derive v0.11.0
13432026-06-25T23:10:54.801Z Downloaded sync_wrapper v1.0.2
13442026-06-25T23:10:54.801Z Downloaded thread-id v4.2.2
13452026-06-25T23:10:54.801Z Downloaded testing_table v0.3.0
13462026-06-25T23:10:54.801Z Downloaded slog-term v2.9.2
13472026-06-25T23:10:54.805Z Downloaded elliptic-curve v0.13.8
13482026-06-25T23:10:54.807Z Downloaded const-oid v0.10.2
13492026-06-25T23:10:54.808Z Downloaded gethostname v0.5.0
13502026-06-25T23:10:54.810Z Downloaded signal-hook-registry v1.4.8
13512026-06-25T23:10:54.810Z Downloaded console v0.16.3
13522026-06-25T23:10:54.810Z Downloaded pin-project v1.1.13
13532026-06-25T23:10:54.817Z Downloaded termtree v0.5.1
13542026-06-25T23:10:54.820Z Downloaded terminal_size v0.4.4
13552026-06-25T23:10:54.820Z Downloaded slog-envlogger v2.2.0
13562026-06-25T23:10:54.820Z Downloaded rustversion v1.0.22
13572026-06-25T23:10:54.823Z Downloaded time-core v0.1.8
13582026-06-25T23:10:54.823Z Downloaded static_assertions v1.1.0
13592026-06-25T23:10:54.828Z Downloaded clap_builder v4.6.0
13602026-06-25T23:10:54.831Z Downloaded slog-scope v4.4.1
13612026-06-25T23:10:54.831Z Downloaded strum_macros v0.26.4
13622026-06-25T23:10:54.831Z Downloaded serde_with_macros v3.20.0
13632026-06-25T23:10:54.835Z Downloaded hickory-resolver v0.24.4
13642026-06-25T23:10:54.835Z Downloaded flate2 v1.1.9
13652026-06-25T23:10:54.845Z Downloaded smf v0.2.3
13662026-06-25T23:10:54.845Z Downloaded tokio-macros v2.7.0
13672026-06-25T23:10:54.845Z Downloaded slog-stdlog v4.1.1
13682026-06-25T23:10:54.849Z Downloaded thiserror-impl-no-std v2.0.2
13692026-06-25T23:10:54.849Z Downloaded slog-json v2.6.1
13702026-06-25T23:10:54.853Z Downloaded slog-dtrace v0.3.0
13712026-06-25T23:10:54.853Z Downloaded tinyvec_macros v0.1.1
13722026-06-25T23:10:54.853Z Downloaded aho-corasick v1.1.4
13732026-06-25T23:10:54.857Z Downloaded colored v3.1.1
13742026-06-25T23:10:54.858Z Downloaded crossbeam-deque v0.8.6
13752026-06-25T23:10:54.861Z Downloaded cargo_toml v0.22.3
13762026-06-25T23:10:54.862Z Downloaded serde_derive v1.0.228
13772026-06-25T23:10:54.865Z Downloaded semver v1.0.28
13782026-06-25T23:10:54.865Z Downloaded hashbrown v0.12.3
13792026-06-25T23:10:54.869Z Downloaded openssl-sys v0.9.116
13802026-06-25T23:10:54.873Z Downloaded tower-service v0.3.3
13812026-06-25T23:10:54.873Z Downloaded toml_write v0.1.2
13822026-06-25T23:10:54.873Z Downloaded typeid v1.0.3
13832026-06-25T23:10:54.873Z Downloaded strsim v0.11.1
13842026-06-25T23:10:54.877Z Downloaded serde_core v1.0.228
13852026-06-25T23:10:54.877Z Downloaded progenitor-impl v0.10.0
13862026-06-25T23:10:54.877Z Downloaded expectorate v1.2.0
13872026-06-25T23:10:54.881Z Downloaded rayon-core v1.13.0
13882026-06-25T23:10:54.881Z Downloaded synstructure v0.13.2
13892026-06-25T23:10:54.884Z Downloaded tower-layer v0.3.3
13902026-06-25T23:10:54.884Z Downloaded blake2 v0.10.6
13912026-06-25T23:10:54.887Z Downloaded toml_datetime v0.6.11
13922026-06-25T23:10:54.887Z Downloaded git-stub-vcs v0.1.0
13932026-06-25T23:10:54.887Z Downloaded futures-executor v0.3.32
13942026-06-25T23:10:54.890Z Downloaded lru-slab v0.1.2
13952026-06-25T23:10:54.890Z Downloaded linked-hash-map v0.5.6
13962026-06-25T23:10:54.890Z Downloaded spin v0.9.8
13972026-06-25T23:10:54.890Z Downloaded libscf-sys v1.2.0
13982026-06-25T23:10:54.893Z Downloaded shlex v2.0.1
13992026-06-25T23:10:54.893Z Downloaded time-macros v0.2.27
14002026-06-25T23:10:54.893Z Downloaded pest_meta v2.8.6
14012026-06-25T23:10:54.896Z Downloaded ryu v1.0.23
14022026-06-25T23:10:54.899Z Downloaded typify-macro v0.4.3
14032026-06-25T23:10:54.900Z Downloaded rustls-platform-verifier v0.7.0
14042026-06-25T23:10:54.903Z Downloaded typify-macro v0.6.2
14052026-06-25T23:10:54.903Z Downloaded minimal-lexical v0.2.1
14062026-06-25T23:10:54.906Z Downloaded futures-util v0.3.32
14072026-06-25T23:10:54.912Z Downloaded tinystr v0.8.3
14082026-06-25T23:10:54.918Z Downloaded serde_yaml v0.9.34+deprecated
14092026-06-25T23:10:54.918Z Downloaded unicode-linebreak v0.1.5
14102026-06-25T23:10:54.918Z Downloaded unarray v0.1.4
14112026-06-25T23:10:54.918Z Downloaded untrusted v0.9.0
14122026-06-25T23:10:54.918Z Downloaded schemars v0.9.0
14132026-06-25T23:10:54.930Z Downloaded untrusted v0.7.1
14142026-06-25T23:10:54.933Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14152026-06-25T23:10:54.933Z Downloaded universal-hash v0.5.1
14162026-06-25T23:10:54.933Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14172026-06-25T23:10:54.933Z Downloaded thiserror-impl v2.0.18
14182026-06-25T23:10:54.934Z Downloaded usdt v0.5.0
14192026-06-25T23:10:54.934Z Downloaded thiserror v1.0.69
14202026-06-25T23:10:54.934Z Downloaded usdt-macro v0.5.0
14212026-06-25T23:10:54.934Z Downloaded quinn v0.11.9
14222026-06-25T23:10:54.937Z Downloaded tokio-dtrace v0.1.1
14232026-06-25T23:10:54.937Z Downloaded tiny-keccak v2.0.2
14242026-06-25T23:10:54.937Z Downloaded qorb v0.4.1
14252026-06-25T23:10:54.941Z Downloaded usdt v0.6.0
14262026-06-25T23:10:54.941Z Downloaded usdt-attr-macro v0.5.0
14272026-06-25T23:10:54.943Z Downloaded indexmap v2.14.0
14282026-06-25T23:10:54.943Z Downloaded toml_writer v1.1.1+spec-1.1.0
14292026-06-25T23:10:54.946Z Downloaded unicode-xid v0.2.6
14302026-06-25T23:10:54.946Z Downloaded thread_local v1.1.9
14312026-06-25T23:10:54.946Z Downloaded http v1.4.1
14322026-06-25T23:10:54.950Z Downloaded want v0.3.1
14332026-06-25T23:10:54.950Z Downloaded version_check v0.9.5
14342026-06-25T23:10:54.953Z Downloaded try-lock v0.2.5
14352026-06-25T23:10:54.953Z Downloaded thiserror-impl v1.0.69
14362026-06-25T23:10:54.953Z Downloaded thiserror v2.0.18
14372026-06-25T23:10:54.956Z Downloaded progenitor-impl v0.14.0
14382026-06-25T23:10:54.960Z Downloaded tokio-tungstenite v0.21.0
14392026-06-25T23:10:54.960Z Downloaded nom v7.1.3
14402026-06-25T23:10:54.963Z Downloaded utf8parse v0.2.2
14412026-06-25T23:10:54.963Z Downloaded utf-8 v0.7.6
14422026-06-25T23:10:54.966Z Downloaded wait-timeout v0.2.1
14432026-06-25T23:10:54.967Z Downloaded utf8_iter v1.0.4
14442026-06-25T23:10:54.967Z Downloaded usdt-macro v0.6.0
14452026-06-25T23:10:54.967Z Downloaded socket2 v0.6.4
14462026-06-25T23:10:54.967Z Downloaded usdt-attr-macro v0.6.0
14472026-06-25T23:10:54.970Z Downloaded smallvec v1.15.1
14482026-06-25T23:10:54.970Z Downloaded unit-prefix v0.5.2
14492026-06-25T23:10:54.970Z Downloaded humantime v2.3.0
14502026-06-25T23:10:54.972Z Downloaded http-body-util v0.1.3
14512026-06-25T23:10:54.972Z Downloaded bs58 v0.5.1
14522026-06-25T23:10:54.975Z Downloaded strum_macros v0.27.2
14532026-06-25T23:10:54.975Z Downloaded bit-set v0.8.0
14542026-06-25T23:10:54.975Z Downloaded hostname v0.3.1
14552026-06-25T23:10:54.979Z Downloaded rustls-webpki v0.103.13
14562026-06-25T23:10:54.979Z Downloaded heck v0.4.1
14572026-06-25T23:10:54.979Z Downloaded hash32 v0.3.1
14582026-06-25T23:10:54.982Z Downloaded bytecount v0.6.9
14592026-06-25T23:10:54.982Z Downloaded base16ct v1.0.0
14602026-06-25T23:10:54.982Z Downloaded daft v0.1.7
14612026-06-25T23:10:54.985Z Downloaded camino-tempfile v1.4.1
14622026-06-25T23:10:54.985Z Downloaded tokio-rustls v0.26.4
14632026-06-25T23:10:54.989Z Downloaded cmake v0.1.58
14642026-06-25T23:10:54.989Z Downloaded bitflags v1.3.2
14652026-06-25T23:10:54.989Z Downloaded chacha20 v0.9.1
14662026-06-25T23:10:54.992Z Downloaded similar v2.7.0
14672026-06-25T23:10:54.992Z Downloaded zerofrom v0.1.8
14682026-06-25T23:10:54.996Z Downloaded cipher v0.4.4
14692026-06-25T23:10:54.996Z Downloaded darling_macro v0.21.3
14702026-06-25T23:10:54.996Z Downloaded fxhash v0.2.1
14712026-06-25T23:10:54.996Z Downloaded tempfile v3.27.0
14722026-06-25T23:10:54.999Z Downloaded slog v2.8.2
14732026-06-25T23:10:55.000Z Downloaded toml v0.8.23
14742026-06-25T23:10:55.004Z Downloaded usdt-impl v0.6.0
14752026-06-25T23:10:55.004Z Downloaded futures-task v0.3.32
14762026-06-25T23:10:55.004Z Downloaded zone_cfg_derive v0.3.1
14772026-06-25T23:10:55.004Z Downloaded zerofrom-derive v0.1.7
14782026-06-25T23:10:55.004Z Downloaded byte-wrapper v0.1.0
14792026-06-25T23:10:55.009Z Downloaded schemars v0.8.22
14802026-06-25T23:10:55.012Z Downloaded yoke-derive v0.8.2
14812026-06-25T23:10:55.012Z Downloaded textwrap v0.16.2
14822026-06-25T23:10:55.015Z Downloaded tracing-attributes v0.1.31
14832026-06-25T23:10:55.015Z Downloaded toml_parser v1.1.2+spec-1.1.0
14842026-06-25T23:10:55.018Z Downloaded test-strategy v0.4.5
14852026-06-25T23:10:55.018Z Downloaded vsss-rs v3.3.4
14862026-06-25T23:10:55.020Z Downloaded rand v0.8.6
14872026-06-25T23:10:55.024Z Downloaded prettyplease v0.2.37
14882026-06-25T23:10:55.027Z Downloaded hyper-util v0.1.20
14892026-06-25T23:10:55.031Z Downloaded term v1.2.1
14902026-06-25T23:10:55.031Z Downloaded zone v0.3.1
14912026-06-25T23:10:55.031Z Downloaded rand v0.10.1
14922026-06-25T23:10:55.036Z Downloaded thiserror-no-std v2.0.2
14932026-06-25T23:10:55.036Z Downloaded snafu v0.8.9
14942026-06-25T23:10:55.040Z Downloaded hashbrown v0.15.5
14952026-06-25T23:10:55.044Z Downloaded memchr v2.8.1
14962026-06-25T23:10:55.044Z Downloaded waitgroup v0.1.2
14972026-06-25T23:10:55.044Z Downloaded usdt-impl v0.5.0
14982026-06-25T23:10:55.050Z Downloaded base16ct v0.2.0
14992026-06-25T23:10:55.050Z Downloaded const_format_proc_macros v0.2.34
15002026-06-25T23:10:55.050Z Downloaded cpufeatures v0.2.17
15012026-06-25T23:10:55.050Z Downloaded tokio-stream v0.1.18
15022026-06-25T23:10:55.077Z Downloaded tinyvec v1.11.0
15032026-06-25T23:10:55.077Z Downloaded walkdir v2.5.0
15042026-06-25T23:10:55.077Z Downloaded adler2 v2.0.1
15052026-06-25T23:10:55.077Z Downloaded cpufeatures v0.3.0
15062026-06-25T23:10:55.077Z Downloaded derive_more v0.99.20
15072026-06-25T23:10:55.077Z Downloaded convert_case v0.4.0
15082026-06-25T23:10:55.078Z Downloaded const-random v0.1.18
15092026-06-25T23:10:55.078Z Downloaded async-stream-impl v0.3.6
15102026-06-25T23:10:55.078Z Downloaded async-recursion v1.1.1
15112026-06-25T23:10:55.078Z Downloaded curve25519-dalek-derive v0.1.1
15122026-06-25T23:10:55.078Z Downloaded dof v0.3.0
15132026-06-25T23:10:55.078Z Downloaded writeable v0.6.3
15142026-06-25T23:10:55.078Z Downloaded whoami v1.6.1
15152026-06-25T23:10:55.078Z Downloaded mio v1.2.1
15162026-06-25T23:10:55.078Z Downloaded zeroize v1.8.2
15172026-06-25T23:10:55.078Z Downloaded async-stream v0.3.6
15182026-06-25T23:10:55.078Z Downloaded crucible-workspace-hack v0.1.0
15192026-06-25T23:10:55.085Z Downloaded cobs v0.3.0
15202026-06-25T23:10:55.085Z Downloaded equivalent v1.0.2
15212026-06-25T23:10:55.086Z Downloaded embedded-io v0.4.0
15222026-06-25T23:10:55.086Z Downloaded either v1.16.0
15232026-06-25T23:10:55.086Z Downloaded xz2 v0.1.7
15242026-06-25T23:10:55.086Z Downloaded dtrace-parser v0.2.0
15252026-06-25T23:10:55.086Z Downloaded autocfg v1.5.1
15262026-06-25T23:10:55.086Z Downloaded arc-swap v1.9.1
15272026-06-25T23:10:55.086Z Downloaded zeroize_derive v1.4.3
15282026-06-25T23:10:55.086Z Downloaded zerovec-derive v0.11.3
15292026-06-25T23:10:55.086Z Downloaded anstyle-parse v1.0.0
15302026-06-25T23:10:55.086Z Downloaded anstyle-query v1.1.5
15312026-06-25T23:10:55.086Z Downloaded ahash v0.8.12
15322026-06-25T23:10:55.086Z Downloaded nom v8.0.0
15332026-06-25T23:10:55.090Z Downloaded steno v0.4.1
15342026-06-25T23:10:55.096Z Downloaded tracing-core v0.1.36
15352026-06-25T23:10:55.096Z Downloaded thin-vec v0.2.18
15362026-06-25T23:10:55.096Z Downloaded ucd-trie v0.1.7
15372026-06-25T23:10:55.096Z Downloaded itertools v0.14.0
15382026-06-25T23:10:55.100Z Downloaded itertools v0.12.1
15392026-06-25T23:10:55.103Z Downloaded zmij v1.0.21
15402026-06-25T23:10:55.106Z Downloaded yoke v0.8.3
15412026-06-25T23:10:55.106Z Downloaded serde v1.0.228
15422026-06-25T23:10:55.110Z Downloaded hyper v1.10.1
15432026-06-25T23:10:55.114Z Downloaded zerocopy-derive v0.7.35
15442026-06-25T23:10:55.114Z Downloaded unicode-ident v1.0.24
15452026-06-25T23:10:55.117Z Downloaded rand v0.9.4
15462026-06-25T23:10:55.121Z Downloaded typify v0.4.3
15472026-06-25T23:10:55.121Z Downloaded toml_edit v0.22.27
15482026-06-25T23:10:55.126Z Downloaded toml v0.9.12+spec-1.1.0
15492026-06-25T23:10:55.147Z Downloaded uuid v1.23.2
15502026-06-25T23:10:55.147Z Downloaded typify v0.6.2
15512026-06-25T23:10:55.147Z Downloaded tungstenite v0.21.0
15522026-06-25T23:10:55.147Z Downloaded ron v0.12.1
15532026-06-25T23:10:55.153Z Downloaded schemars v1.2.1
15542026-06-25T23:10:55.159Z Downloaded unsafe-libyaml v0.2.11
15552026-06-25T23:10:55.162Z Downloaded idna v1.1.0
15562026-06-25T23:10:55.165Z Downloaded iddqd v0.4.2
15572026-06-25T23:10:55.169Z Downloaded pest v2.8.6
15582026-06-25T23:10:55.173Z Downloaded h2 v0.4.14
15592026-06-25T23:10:55.175Z Downloaded toml v1.1.2+spec-1.1.0
15602026-06-25T23:10:55.179Z Downloaded hashbrown v0.17.1
15612026-06-25T23:10:55.184Z Downloaded dropshot-api-manager v0.7.2
15622026-06-25T23:10:55.188Z Downloaded icu_properties_data v2.2.0
15632026-06-25T23:10:55.190Z Downloaded url v2.5.8
15642026-06-25T23:10:55.206Z Downloaded regex v1.12.3
15652026-06-25T23:10:55.215Z Downloaded libm v0.2.16
15662026-06-25T23:10:55.220Z Downloaded dropshot v0.17.1
15672026-06-25T23:10:55.232Z Downloaded zerotrie v0.2.4
15682026-06-25T23:10:55.236Z Downloaded zerocopy-derive v0.8.50
15692026-06-25T23:10:55.240Z Downloaded typenum v1.20.1
15702026-06-25T23:10:55.243Z Downloaded toml_edit v0.25.12+spec-1.1.0
15712026-06-25T23:10:55.248Z Downloaded reqwest v0.13.4
15722026-06-25T23:10:55.263Z Downloaded reqwest v0.12.28
15732026-06-25T23:10:55.263Z Downloaded hashbrown v0.16.1
15742026-06-25T23:10:55.267Z Downloaded aws-lc-rs v1.17.0
15752026-06-25T23:10:55.273Z Downloaded rayon v1.12.0
15762026-06-25T23:10:55.278Z Downloaded typed-path v0.9.3
15772026-06-25T23:10:55.282Z Downloaded toml_edit v0.19.15
15782026-06-25T23:10:55.299Z Downloaded hkdf v0.12.4
15792026-06-25T23:10:55.319Z Downloaded chrono v0.4.45
15802026-06-25T23:10:55.326Z Downloaded proptest v1.11.0
15812026-06-25T23:10:55.333Z Downloaded serde_with v3.20.0
15822026-06-25T23:10:55.341Z Downloaded tower v0.5.3
15832026-06-25T23:10:55.345Z Downloaded goblin v0.8.2
15842026-06-25T23:10:55.348Z Downloaded curve25519-dalek v4.1.3
15852026-06-25T23:10:55.353Z Downloaded unicode-segmentation v1.13.3
15862026-06-25T23:10:55.379Z Downloaded serde_json v1.0.150
15872026-06-25T23:10:55.383Z Downloaded unicode-normalization v0.1.25
15882026-06-25T23:10:55.388Z Downloaded tokio-util v0.7.18
15892026-06-25T23:10:55.393Z Downloaded tabled v0.15.0
15902026-06-25T23:10:55.401Z Downloaded portable-atomic v1.13.1
15912026-06-25T23:10:55.406Z Downloaded tough v0.22.0
15922026-06-25T23:10:55.412Z Downloaded zerovec v0.11.6
15932026-06-25T23:10:55.428Z Downloaded winnow v1.0.3
15942026-06-25T23:10:55.428Z Downloaded time v0.3.47
15952026-06-25T23:10:55.431Z Downloaded tabled v0.21.0
15962026-06-25T23:10:55.438Z Downloaded tower-http v0.6.11
15972026-06-25T23:10:55.450Z Downloaded bstr v1.12.1
15982026-06-25T23:10:55.464Z Downloaded moka v0.12.15
15992026-06-25T23:10:55.469Z Downloaded vcpkg v0.2.15
16002026-06-25T23:10:55.484Z Downloaded winnow v0.5.40
16012026-06-25T23:10:55.499Z Downloaded nix v0.31.3
16022026-06-25T23:10:55.514Z Downloaded goblin v0.10.7
16032026-06-25T23:10:55.514Z Downloaded zerocopy v0.7.35
16042026-06-25T23:10:55.518Z Downloaded unicode-width v0.1.14
16052026-06-25T23:10:55.522Z Downloaded winnow v0.7.15
16062026-06-25T23:10:55.527Z Downloaded syn v2.0.117
16072026-06-25T23:10:55.542Z Downloaded smoltcp v0.11.0
16082026-06-25T23:10:55.552Z Downloaded openapiv3 v2.2.0
16092026-06-25T23:10:55.552Z Downloaded rhai v1.25.1
16102026-06-25T23:10:55.565Z Downloaded rustls v0.23.40
16112026-06-25T23:10:55.565Z Downloaded webpki-roots v1.0.7
16122026-06-25T23:10:55.571Z Downloaded syn v1.0.109
16132026-06-25T23:10:55.571Z Downloaded openssl v0.10.80
16142026-06-25T23:10:55.571Z Downloaded quinn-proto v0.11.14
16152026-06-25T23:10:55.577Z Downloaded regress v0.10.5
16162026-06-25T23:10:55.605Z Downloaded unicode-width v0.2.2
16172026-06-25T23:10:55.631Z Downloaded hickory-proto v0.24.4
16182026-06-25T23:10:55.639Z Downloaded tracing v0.1.44
16192026-06-25T23:10:55.649Z Downloaded regex-syntax v0.8.10
16202026-06-25T23:10:55.654Z Downloaded regress v0.11.1
16212026-06-25T23:10:55.659Z Downloaded zerocopy v0.8.50
16222026-06-25T23:10:55.673Z Downloaded rustix v0.38.44
16232026-06-25T23:10:55.689Z Downloaded regex-automata v0.4.14
16242026-06-25T23:10:55.699Z Downloaded hickory-proto v0.25.2
16252026-06-25T23:10:55.710Z Downloaded rustix v1.1.4
16262026-06-25T23:10:55.744Z Downloaded sled v0.34.7
16272026-06-25T23:10:55.788Z Downloaded typify-impl v0.4.3
16282026-06-25T23:10:55.788Z Downloaded typify-impl v0.6.2
16292026-06-25T23:10:55.828Z Downloaded lzma-sys v0.1.20
16302026-06-25T23:10:55.829Z Downloaded chrono-tz v0.10.4
16312026-06-25T23:10:55.829Z Downloaded jiff v0.2.28
16322026-06-25T23:10:55.829Z Downloaded petgraph v0.8.3
16332026-06-25T23:10:55.835Z Downloaded csv v1.4.0
16342026-06-25T23:10:55.839Z Downloaded sha3 v0.10.9
16352026-06-25T23:10:55.844Z Downloaded tokio v1.52.3
16362026-06-25T23:10:55.868Z Downloaded petgraph v0.6.5
16372026-06-25T23:10:55.899Z Downloaded libc v0.2.186
16382026-06-25T23:10:55.991Z Downloaded encoding_rs v0.8.35
16392026-06-25T23:10:56.004Z Downloaded ring v0.17.14
16402026-06-25T23:10:56.426Z Downloaded aws-lc-sys v0.41.0
16412026-06-25T23:10:56.778Z Compiling proc-macro2 v1.0.106
16422026-06-25T23:10:56.778Z Compiling quote v1.0.45
16432026-06-25T23:10:56.778Z Compiling unicode-ident v1.0.24
16442026-06-25T23:10:56.778Z Compiling serde_core v1.0.228
16452026-06-25T23:10:56.782Z Compiling serde v1.0.228
16462026-06-25T23:10:56.782Z Compiling libc v0.2.186
16472026-06-25T23:10:56.782Z Compiling cfg-if v1.0.4
16482026-06-25T23:10:57.103Z Compiling zmij v1.0.21
16492026-06-25T23:10:57.123Z Compiling autocfg v1.5.1
16502026-06-25T23:10:57.424Z Compiling memchr v2.8.1
16512026-06-25T23:10:57.536Z Compiling libm v0.2.16
16522026-06-25T23:10:57.952Z Compiling itoa v1.0.18
16532026-06-25T23:10:57.978Z Compiling icu_properties_data v2.2.0
16542026-06-25T23:10:58.199Z Compiling icu_normalizer_data v2.2.0
16552026-06-25T23:10:58.226Z Compiling version_check v0.9.5
16562026-06-25T23:10:58.355Z Compiling stable_deref_trait v1.2.1
16572026-06-25T23:10:58.423Z Compiling syn v2.0.117
16582026-06-25T23:10:58.458Z Compiling serde_json v1.0.150
16592026-06-25T23:10:58.475Z Compiling parking_lot_core v0.9.12
16602026-06-25T23:10:58.510Z Compiling writeable v0.6.3
16612026-06-25T23:10:58.603Z Compiling litemap v0.8.2
16622026-06-25T23:10:58.759Z Compiling num-traits v0.2.19
16632026-06-25T23:10:58.772Z Compiling utf8_iter v1.0.4
16642026-06-25T23:10:58.865Z Compiling percent-encoding v2.3.2
16652026-06-25T23:10:59.083Z Compiling thiserror v2.0.18
16662026-06-25T23:10:59.108Z Compiling form_urlencoded v1.2.2
16672026-06-25T23:10:59.140Z Compiling rand_core v0.10.1
16682026-06-25T23:10:59.186Z Compiling getrandom v0.4.2
16692026-06-25T23:10:59.310Z Compiling zerocopy v0.8.50
16702026-06-25T23:10:59.410Z Compiling errno v0.3.14
16712026-06-25T23:10:59.449Z Compiling iana-time-zone v0.1.65
16722026-06-25T23:10:59.729Z Compiling heck v0.5.0
16732026-06-25T23:10:59.789Z Compiling uuid v1.23.2
16742026-06-25T23:11:00.022Z Compiling jobserver v0.1.34
16752026-06-25T23:11:00.105Z Compiling shlex v2.0.1
16762026-06-25T23:11:00.306Z Compiling find-msvc-tools v0.1.9
16772026-06-25T23:11:00.360Z Compiling rustversion v1.0.22
16782026-06-25T23:11:00.439Z Compiling semver v1.0.28
16792026-06-25T23:11:00.523Z Compiling cc v1.2.63
16802026-06-25T23:11:00.562Z Compiling schemars v0.8.22
16812026-06-25T23:11:00.675Z Compiling dyn-clone v1.0.20
16822026-06-25T23:11:00.831Z Compiling pin-project-lite v0.2.17
16832026-06-25T23:11:00.873Z Compiling getrandom v0.2.17
16842026-06-25T23:11:00.959Z Compiling scopeguard v1.2.0
16852026-06-25T23:11:01.087Z Compiling lock_api v0.4.14
16862026-06-25T23:11:01.124Z Compiling bitflags v2.12.1
16872026-06-25T23:11:01.187Z Compiling socket2 v0.6.4
16882026-06-25T23:11:01.351Z Compiling synstructure v0.13.2
16892026-06-25T23:11:01.394Z Compiling serde_derive_internals v0.29.1
16902026-06-25T23:11:01.488Z Compiling cmake v0.1.58
16912026-06-25T23:11:01.581Z Compiling signal-hook-registry v1.4.8
16922026-06-25T23:11:01.849Z Compiling mio v1.2.1
16932026-06-25T23:11:01.876Z Compiling fs_extra v1.3.0
16942026-06-25T23:11:01.900Z Compiling dunce v1.0.5
16952026-06-25T23:11:01.996Z Compiling portable-atomic v1.13.1
16962026-06-25T23:11:02.075Z Compiling futures-core v0.3.32
16972026-06-25T23:11:02.118Z Compiling log v0.4.32
16982026-06-25T23:11:02.153Z Compiling aws-lc-sys v0.41.0
16992026-06-25T23:11:02.161Z Compiling critical-section v1.2.0
17002026-06-25T23:11:02.262Z Compiling subtle v2.6.1
17012026-06-25T23:11:02.390Z Compiling equivalent v1.0.2
17022026-06-25T23:11:02.411Z Compiling httparse v1.10.1
17032026-06-25T23:11:02.428Z Compiling futures-sink v0.3.32
17042026-06-25T23:11:02.556Z Compiling slab v0.4.12
17052026-06-25T23:11:02.604Z Compiling thiserror v1.0.69
17062026-06-25T23:11:02.610Z Compiling rustix v1.1.4
17072026-06-25T23:11:02.639Z Compiling serde_derive v1.0.228
17082026-06-25T23:11:02.766Z Compiling zerofrom-derive v0.1.7
17092026-06-25T23:11:02.781Z Compiling yoke-derive v0.8.2
17102026-06-25T23:11:02.813Z Compiling zerovec-derive v0.11.3
17112026-06-25T23:11:02.953Z Compiling displaydoc v0.2.6
17122026-06-25T23:11:03.021Z Compiling schemars_derive v0.8.22
17132026-06-25T23:11:03.105Z Compiling thiserror-impl v2.0.18
17142026-06-25T23:11:03.332Z Compiling tokio-macros v2.7.0
17152026-06-25T23:11:03.772Z Compiling zerocopy-derive v0.8.50
17162026-06-25T23:11:03.887Z Compiling zeroize_derive v1.4.3
17172026-06-25T23:11:03.958Z Compiling futures-macro v0.3.32
17182026-06-25T23:11:04.016Z Compiling zerofrom v0.1.8
17192026-06-25T23:11:04.125Z Compiling yoke v0.8.3
17202026-06-25T23:11:04.151Z Compiling once_cell v1.21.4
17212026-06-25T23:11:04.301Z Compiling ucd-trie v0.1.7
17222026-06-25T23:11:04.333Z Compiling zerovec v0.11.6
17232026-06-25T23:11:04.371Z Compiling zerotrie v0.2.4
17242026-06-25T23:11:04.536Z Compiling pest v2.8.6
17252026-06-25T23:11:04.596Z Compiling zeroize v1.8.2
17262026-06-25T23:11:04.629Z Compiling typenum v1.20.1
17272026-06-25T23:11:04.816Z Compiling thiserror-impl v1.0.69
17282026-06-25T23:11:04.834Z Compiling futures-channel v0.3.32
17292026-06-25T23:11:04.861Z Compiling futures-io v0.3.32
17302026-06-25T23:11:09.118Z Compiling tinystr v0.8.3
17312026-06-25T23:11:09.156Z Compiling potential_utf v0.1.5
17322026-06-25T23:11:09.156Z Compiling futures-task v0.3.32
17332026-06-25T23:11:09.157Z Compiling icu_locale_core v2.2.0
17342026-06-25T23:11:09.157Z Compiling icu_collections v2.2.0
17352026-06-25T23:11:09.157Z Compiling futures-util v0.3.32
17362026-06-25T23:11:09.157Z Compiling pest_meta v2.8.6
17372026-06-25T23:11:09.182Z Compiling smallvec v1.15.1
17382026-06-25T23:11:09.182Z Compiling bytes v1.11.1
17392026-06-25T23:11:09.182Z Compiling icu_provider v2.2.0
17402026-06-25T23:11:09.182Z Compiling chrono v0.4.45
17412026-06-25T23:11:09.183Z Compiling icu_normalizer v2.2.0
17422026-06-25T23:11:09.183Z Compiling icu_properties v2.2.0
17432026-06-25T23:11:09.183Z Compiling parking_lot v0.12.5
17442026-06-25T23:11:09.183Z Compiling serde_tokenstream v0.2.3
17452026-06-25T23:11:09.183Z Compiling tokio v1.52.3
17462026-06-25T23:11:09.183Z Compiling idna_adapter v1.2.2
17472026-06-25T23:11:09.183Z Compiling idna v1.1.0
17482026-06-25T23:11:09.183Z Compiling pest_generator v2.8.6
17492026-06-25T23:11:09.183Z Compiling getrandom v0.3.4
17502026-06-25T23:11:09.183Z Compiling url v2.5.8
17512026-06-25T23:11:09.183Z Compiling regex-syntax v0.8.10
17522026-06-25T23:11:09.183Z Compiling strsim v0.11.1
17532026-06-25T23:11:09.183Z Compiling rand_core v0.6.4
17542026-06-25T23:11:09.183Z Compiling pest_derive v2.8.6
17552026-06-25T23:11:09.183Z Compiling aho-corasick v1.1.4
17562026-06-25T23:11:09.183Z Compiling byteorder v1.5.0
17572026-06-25T23:11:09.220Z Compiling hashbrown v0.17.1
17582026-06-25T23:11:09.612Z Compiling tracing-core v0.1.36
17592026-06-25T23:11:09.954Z Compiling indexmap v2.14.0
17602026-06-25T23:11:10.084Z Compiling regex-automata v0.4.14
17612026-06-25T23:11:10.306Z Compiling ipnetwork v0.21.1
17622026-06-25T23:11:10.657Z Compiling tracing-attributes v0.1.31
17632026-06-25T23:11:10.680Z Compiling ident_case v1.0.1
17642026-06-25T23:11:10.815Z Compiling slog v2.8.2
17652026-06-25T23:11:10.957Z Compiling base64 v0.22.1
17662026-06-25T23:11:11.088Z Compiling fnv v1.0.7
17672026-06-25T23:11:11.202Z Compiling paste v1.0.15
17682026-06-25T23:11:11.445Z Compiling anyhow v1.0.102
17692026-06-25T23:11:11.804Z Compiling regex v1.12.3
17702026-06-25T23:11:11.905Z Compiling erased-serde v0.3.31
17712026-06-25T23:11:11.928Z Compiling tracing v0.1.44
17722026-06-25T23:11:12.273Z Compiling omicron-workspace-hack v0.1.0
17732026-06-25T23:11:12.526Z Compiling http v1.4.1
17742026-06-25T23:11:13.072Z Compiling oxnet v0.1.6
17752026-06-25T23:11:13.432Z Compiling rustls-pki-types v1.14.1
17762026-06-25T23:11:13.928Z Compiling scroll_derive v0.13.1
17772026-06-25T23:11:14.288Z Compiling ring v0.17.14
17782026-06-25T23:11:14.407Z Compiling time-core v0.1.8
17792026-06-25T23:11:14.564Z Compiling aws-lc-rs v1.17.0
17802026-06-25T23:11:14.582Z Compiling num-conv v0.2.2
17812026-06-25T23:11:14.743Z Compiling time-macros v0.2.27
17822026-06-25T23:11:14.924Z Compiling tokio-util v0.7.18
17832026-06-25T23:11:15.260Z Compiling untrusted v0.7.1
17842026-06-25T23:11:15.398Z Compiling ipnet v2.12.0
17852026-06-25T23:11:15.810Z Compiling untrusted v0.9.0
17862026-06-25T23:11:15.957Z Compiling ppv-lite86 v0.2.21
17872026-06-25T23:11:16.296Z Compiling daft-derive v0.1.7
17882026-06-25T23:11:16.338Z Compiling async-trait v0.1.89
17892026-06-25T23:11:16.467Z Compiling rustls v0.23.40
17902026-06-25T23:11:16.633Z Compiling camino v1.2.2
17912026-06-25T23:11:16.713Z Compiling crc32fast v1.5.0
17922026-06-25T23:11:17.024Z Compiling http-body v1.0.1
17932026-06-25T23:11:17.144Z Compiling crossbeam-utils v0.8.21
17942026-06-25T23:11:17.189Z Compiling atomic-waker v1.1.2
17952026-06-25T23:11:17.264Z Compiling pretty-hex v0.4.2
17962026-06-25T23:11:17.304Z Compiling usdt-impl v0.6.0
17972026-06-25T23:11:17.495Z Compiling scroll v0.13.0
17982026-06-25T23:11:17.575Z Compiling try-lock v0.2.5
17992026-06-25T23:11:17.694Z Compiling ryu v1.0.23
18002026-06-25T23:11:17.756Z Compiling plain v0.2.3
18012026-06-25T23:11:17.876Z Compiling tower-service v0.3.3
18022026-06-25T23:11:17.979Z Compiling tower-layer v0.3.3
18032026-06-25T23:11:17.999Z Compiling goblin v0.10.7
18042026-06-25T23:11:18.184Z Compiling want v0.3.1
18052026-06-25T23:11:18.368Z Compiling h2 v0.4.14
18062026-06-25T23:11:19.203Z Compiling httpdate v1.0.3
18072026-06-25T23:11:19.237Z Compiling slog-async v2.8.0
18082026-06-25T23:11:19.606Z Compiling dtrace-parser v0.3.0
18092026-06-25T23:11:19.726Z Compiling thread-id v5.1.0
18102026-06-25T23:11:19.885Z Compiling ref-cast v1.0.25
18112026-06-25T23:11:21.276Z Compiling dof v0.4.0
18122026-06-25T23:11:21.843Z Compiling hyper v1.10.1
18132026-06-25T23:11:21.861Z Compiling rand_core v0.9.5
18142026-06-25T23:11:22.307Z Compiling serde_urlencoded v0.7.1
18152026-06-25T23:11:22.597Z Compiling http-body-util v0.1.3
18162026-06-25T23:11:22.680Z Compiling ref-cast-impl v1.0.25
18172026-06-25T23:11:22.888Z Compiling syn v1.0.109
18182026-06-25T23:11:23.327Z Compiling hyper-util v0.1.20
18192026-06-25T23:11:24.354Z Compiling usdt-attr-macro v0.6.0
18202026-06-25T23:11:24.734Z Compiling usdt-macro v0.6.0
18212026-06-25T23:11:25.272Z Compiling structmeta-derive v0.3.0
18222026-06-25T23:11:25.615Z Compiling multer v3.1.0
18232026-06-25T23:11:26.136Z Compiling foldhash v0.2.0
18242026-06-25T23:11:26.154Z Compiling allocator-api2 v0.2.21
18252026-06-25T23:11:26.197Z Compiling powerfmt v0.2.0
18262026-06-25T23:11:26.347Z Compiling structmeta v0.3.0
18272026-06-25T23:11:26.418Z Compiling deranged v0.5.8
18282026-06-25T23:11:26.458Z Compiling rand_chacha v0.9.0
18292026-06-25T23:11:26.547Z Compiling hashbrown v0.16.1
18302026-06-25T23:11:26.958Z Compiling darling_core v0.23.0
18312026-06-25T23:11:27.025Z Compiling newtype-uuid-macros v0.1.0
18322026-06-25T23:11:27.561Z Compiling num_threads v0.1.7
18332026-06-25T23:11:27.663Z Compiling time v0.3.47
18342026-06-25T23:11:27.689Z Compiling rand v0.9.4
18352026-06-25T23:11:27.857Z Compiling newtype-uuid v1.3.2
18362026-06-25T23:11:28.407Z Compiling async-stream-impl v0.3.6
18372026-06-25T23:11:28.731Z Compiling strum_macros v0.26.4
18382026-06-25T23:11:28.816Z Compiling sync_wrapper v1.0.2
18392026-06-25T23:11:28.939Z Compiling dropshot v0.17.1
18402026-06-25T23:11:29.082Z Compiling darling_macro v0.23.0
18412026-06-25T23:11:29.198Z Compiling hex v0.4.3
18422026-06-25T23:11:29.491Z Compiling tower v0.5.3
18432026-06-25T23:11:29.699Z Compiling darling v0.23.0
18442026-06-25T23:11:29.724Z Compiling daft v0.1.7
18452026-06-25T23:11:29.789Z Compiling crossbeam-channel v0.5.15
18462026-06-25T23:11:30.098Z Compiling webpki-roots v1.0.7
18472026-06-25T23:11:30.228Z Compiling openapiv3 v2.2.0
18482026-06-25T23:11:30.529Z Compiling generic-array v0.14.7
18492026-06-25T23:11:30.578Z Compiling fastrand v2.4.1
18502026-06-25T23:11:31.060Z Compiling tower-http v0.6.11
18512026-06-25T23:11:31.266Z Compiling serde_with_macros v3.20.0
18522026-06-25T23:11:31.739Z Compiling futures-executor v0.3.32
18532026-06-25T23:11:31.910Z Compiling dropshot_endpoint v0.17.1
18542026-06-25T23:11:32.239Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18552026-06-25T23:11:32.424Z Compiling thread_local v1.1.9
18562026-06-25T23:11:32.443Z Compiling openssl-probe v0.2.1
18572026-06-25T23:11:32.697Z Compiling cpufeatures v0.3.0
18582026-06-25T23:11:32.772Z Compiling rustls-native-certs v0.8.4
18592026-06-25T23:11:32.790Z Compiling futures v0.3.32
18602026-06-25T23:11:33.530Z Compiling derive-ex v0.1.8
18612026-06-25T23:11:33.652Z Compiling strum_macros v0.27.2
18622026-06-25T23:11:33.671Z Compiling is-terminal v0.4.17
18632026-06-25T23:11:33.784Z Compiling take_mut v0.2.2
18642026-06-25T23:11:33.907Z Compiling term v1.2.1
18652026-06-25T23:11:34.493Z Compiling winnow v1.0.3
18662026-06-25T23:11:35.147Z Compiling test-strategy v0.4.5
18672026-06-25T23:11:35.513Z Compiling slog-term v2.9.2
18682026-06-25T23:11:36.045Z Compiling tempfile v3.27.0
18692026-06-25T23:11:36.979Z Compiling macaddr v1.0.1
18702026-06-25T23:11:37.021Z Compiling hybrid-array v0.4.12
18712026-06-25T23:11:37.270Z Compiling adler2 v2.0.1
18722026-06-25T23:11:37.405Z Compiling simd-adler32 v0.3.9
18732026-06-25T23:11:37.445Z Compiling match_cfg v0.1.0
18742026-06-25T23:11:37.529Z Compiling hostname v0.3.1
18752026-06-25T23:11:37.707Z Compiling miniz_oxide v0.8.9
18762026-06-25T23:11:38.425Z Compiling slog-json v2.6.1
18772026-06-25T23:11:38.722Z Compiling memmap2 v0.9.10
18782026-06-25T23:11:39.404Z Compiling usdt v0.6.0
18792026-06-25T23:11:39.505Z Compiling slog-bunyan v2.5.0
18802026-06-25T23:11:39.523Z Compiling flate2 v1.1.9
18812026-06-25T23:11:39.689Z Compiling block-buffer v0.12.0
18822026-06-25T23:11:39.878Z Compiling crypto-common v0.2.2
18832026-06-25T23:11:39.993Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-25T23:11:40.055Z Compiling debug-ignore v1.0.5
18852026-06-25T23:11:40.172Z Compiling compression-core v0.4.32
18862026-06-25T23:11:40.191Z Compiling either v1.16.0
18872026-06-25T23:11:40.357Z Compiling const-oid v0.10.2
18882026-06-25T23:11:40.425Z Compiling compression-codecs v0.4.38
18892026-06-25T23:11:40.662Z Compiling digest v0.11.3
18902026-06-25T23:11:40.795Z Compiling toml_parser v1.1.2+spec-1.1.0
18912026-06-25T23:11:40.863Z Compiling crypto-common v0.1.7
18922026-06-25T23:11:40.926Z Compiling parse-display-derive v0.10.0
18932026-06-25T23:11:41.014Z Compiling rand_chacha v0.3.1
18942026-06-25T23:11:41.173Z Compiling toml_datetime v1.1.1+spec-1.1.0
18952026-06-25T23:11:41.191Z Compiling serde_spanned v1.1.1
18962026-06-25T23:11:41.348Z Compiling encoding_rs v0.8.35
18972026-06-25T23:11:41.604Z Compiling spin v0.9.8
18982026-06-25T23:11:41.743Z Compiling toml_writer v1.1.1+spec-1.1.0
18992026-06-25T23:11:41.762Z Compiling mime v0.3.17
19002026-06-25T23:11:41.985Z Compiling toml v1.1.2+spec-1.1.0
19012026-06-25T23:11:42.020Z Compiling rand v0.8.6
19022026-06-25T23:11:42.266Z Compiling sha1 v0.11.0
19032026-06-25T23:11:42.545Z Compiling async-compression v0.4.42
19042026-06-25T23:11:42.680Z Compiling strum v0.26.3
19052026-06-25T23:11:42.834Z Compiling async-stream v0.3.6
19062026-06-25T23:11:43.023Z Compiling waitgroup v0.1.2
19072026-06-25T23:11:43.042Z Compiling rustls-pemfile v2.2.0
19082026-06-25T23:11:43.132Z Compiling serde_path_to_error v0.1.20
19092026-06-25T23:11:43.190Z Compiling hostname v0.4.2
19102026-06-25T23:11:43.328Z Compiling wait-timeout v0.2.1
19112026-06-25T23:11:43.791Z Compiling bit-vec v0.8.0
19122026-06-25T23:11:43.809Z Compiling quick-error v1.2.3
19132026-06-25T23:11:43.928Z Compiling rusty-fork v0.3.1
19142026-06-25T23:11:43.982Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-06-25T23:11:44.097Z Compiling bit-set v0.8.0
19162026-06-25T23:11:44.297Z Compiling serde_with v3.20.0
19172026-06-25T23:11:44.449Z Compiling rand_xorshift v0.4.0
19182026-06-25T23:11:44.613Z Compiling unarray v0.1.4
19192026-06-25T23:11:44.741Z Compiling proptest v1.11.0
19202026-06-25T23:11:44.791Z Compiling strum v0.27.2
19212026-06-25T23:11:44.960Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19222026-06-25T23:11:45.126Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19232026-06-25T23:11:45.238Z Compiling instant v0.1.13
19242026-06-25T23:11:45.559Z Compiling itertools v0.14.0
19252026-06-25T23:11:45.626Z Compiling iddqd v0.4.2
19262026-06-25T23:11:46.305Z Compiling unicode-width v0.2.2
19272026-06-25T23:11:46.868Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19282026-06-25T23:11:46.885Z Compiling block-buffer v0.10.4
19292026-06-25T23:11:47.078Z Compiling backon v1.6.0
19302026-06-25T23:11:47.174Z Compiling regress v0.10.5
19312026-06-25T23:11:47.359Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19322026-06-25T23:11:49.048Z Compiling digest v0.10.7
19332026-06-25T23:11:49.119Z Compiling backoff v0.4.0
19342026-06-25T23:11:49.317Z Compiling parse-display v0.10.0
19352026-06-25T23:11:49.754Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19362026-06-25T23:11:50.016Z Compiling humantime v2.3.0
19372026-06-25T23:11:52.254Z Compiling regress v0.11.1
19382026-06-25T23:11:53.534Z Compiling zerocopy-derive v0.7.35
19392026-06-25T23:11:53.811Z Compiling typify-impl v0.6.2
19402026-06-25T23:11:54.460Z Compiling darling_core v0.21.3
19412026-06-25T23:11:54.618Z Compiling clap_derive v4.6.1
19422026-06-25T23:11:55.491Z Compiling convert_case v0.4.0
19432026-06-25T23:11:55.792Z Compiling utf8parse v0.2.2
19442026-06-25T23:11:55.910Z Compiling cpufeatures v0.2.17
19452026-06-25T23:11:55.997Z Compiling anstyle-parse v1.0.0
19462026-06-25T23:11:56.213Z Compiling derive_more v0.99.20
19472026-06-25T23:11:56.570Z Compiling darling_macro v0.21.3
19482026-06-25T23:11:57.101Z Compiling terminal_size v0.4.4
19492026-06-25T23:11:57.157Z Compiling typify-macro v0.6.2
19502026-06-25T23:11:57.175Z Compiling toml_datetime v0.6.11
19512026-06-25T23:11:57.252Z Compiling anstyle v1.0.14
19522026-06-25T23:11:57.292Z Compiling colorchoice v1.0.5
19532026-06-25T23:11:57.519Z Compiling is_terminal_polyfill v1.70.2
19542026-06-25T23:11:57.620Z Compiling anstyle-query v1.1.5
19552026-06-25T23:11:57.656Z Compiling darling v0.21.3
19562026-06-25T23:11:57.731Z Compiling anstream v1.0.0
19572026-06-25T23:11:58.439Z Compiling secrecy v0.10.3
19582026-06-25T23:11:58.457Z Compiling clap_lex v1.1.0
19592026-06-25T23:11:58.629Z Compiling tinyvec_macros v0.1.1
19602026-06-25T23:11:58.756Z Compiling crucible-workspace-hack v0.1.0
19612026-06-25T23:11:58.794Z Compiling heapless v0.8.0
19622026-06-25T23:11:58.812Z Compiling clap_builder v4.6.0
19632026-06-25T23:11:59.068Z Compiling typify v0.6.2
19642026-06-25T23:11:59.164Z Compiling tinyvec v1.11.0
19652026-06-25T23:11:59.440Z Compiling ingot-macros v0.1.1
19662026-06-25T23:11:59.476Z Compiling zerocopy v0.7.35
19672026-06-25T23:12:00.026Z Compiling hash32 v0.3.1
19682026-06-25T23:12:00.100Z Compiling scroll_derive v0.12.1
19692026-06-25T23:12:00.196Z Compiling rustc_version v0.4.1
19702026-06-25T23:12:00.479Z Compiling num-integer v0.1.46
19712026-06-25T23:12:00.511Z Compiling usdt-impl v0.5.0
19722026-06-25T23:12:00.809Z Compiling smoltcp v0.11.0
19732026-06-25T23:12:00.859Z Compiling scroll v0.12.0
19742026-06-25T23:12:01.095Z Compiling clap v4.6.1
19752026-06-25T23:12:01.166Z Compiling curve25519-dalek v4.1.3
19762026-06-25T23:12:01.498Z Compiling dof v0.3.0
19772026-06-25T23:12:02.248Z Compiling ingot-types v0.1.2
19782026-06-25T23:12:02.996Z Compiling hmac v0.12.1
19792026-06-25T23:12:03.065Z Compiling dtrace-parser v0.2.0
19802026-06-25T23:12:03.122Z Compiling inout v0.1.4
19812026-06-25T23:12:03.216Z Compiling ff v0.13.1
19822026-06-25T23:12:03.287Z Compiling cobs v0.3.0
19832026-06-25T23:12:03.613Z Compiling thread-id v4.2.2
19842026-06-25T23:12:03.654Z Compiling managed v0.8.0
19852026-06-25T23:12:03.884Z Compiling bitflags v1.3.2
19862026-06-25T23:12:03.935Z Compiling unsafe-libyaml v0.2.11
19872026-06-25T23:12:04.468Z Compiling serde_yaml v0.9.34+deprecated
19882026-06-25T23:12:04.975Z Compiling postcard v1.1.3
19892026-06-25T23:12:05.380Z Compiling group v0.13.0
19902026-06-25T23:12:05.448Z Compiling cipher v0.4.4
19912026-06-25T23:12:05.706Z Compiling hkdf v0.12.4
19922026-06-25T23:12:05.867Z Compiling ingot v0.1.1
19932026-06-25T23:12:06.410Z Compiling goblin v0.8.2
19942026-06-25T23:12:06.767Z Compiling num-rational v0.4.2
19952026-06-25T23:12:07.772Z Compiling num-iter v0.1.45
19962026-06-25T23:12:08.102Z Compiling tabwriter v1.4.1
19972026-06-25T23:12:08.304Z Compiling universal-hash v0.5.1
19982026-06-25T23:12:08.458Z Compiling crypto-bigint v0.5.5
19992026-06-25T23:12:08.475Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-06-25T23:12:08.681Z Compiling hubpack_derive v0.1.1
20012026-06-25T23:12:09.015Z Compiling thiserror-impl-no-std v2.0.2
20022026-06-25T23:12:09.396Z Compiling crossbeam-epoch v0.9.18
20032026-06-25T23:12:09.770Z Compiling half v2.7.1
20042026-06-25T23:12:09.911Z Compiling curve25519-dalek-derive v0.1.1
20052026-06-25T23:12:10.151Z Compiling num-complex v0.4.6
20062026-06-25T23:12:10.745Z Compiling memoffset v0.9.1
20072026-06-25T23:12:10.829Z Compiling cfg_aliases v0.2.1
20082026-06-25T23:12:11.167Z Compiling ciborium-io v0.2.2
20092026-06-25T23:12:11.270Z Compiling base64ct v1.8.3
20102026-06-25T23:12:11.406Z Compiling prettyplease v0.2.37
20112026-06-25T23:12:11.424Z Compiling base16ct v0.2.0
20122026-06-25T23:12:11.607Z Compiling opaque-debug v0.3.1
20132026-06-25T23:12:11.671Z Compiling poly1305 v0.8.0
20142026-06-25T23:12:11.687Z Compiling elliptic-curve v0.13.8
20152026-06-25T23:12:11.990Z Compiling password-hash v0.5.0
20162026-06-25T23:12:12.595Z Compiling ciborium-ll v0.2.2
20172026-06-25T23:12:13.030Z Compiling nix v0.31.3
20182026-06-25T23:12:13.427Z Compiling num v0.4.3
20192026-06-25T23:12:13.509Z Compiling thiserror-no-std v2.0.2
20202026-06-25T23:12:13.718Z Compiling hubpack v0.1.2
20212026-06-25T23:12:14.531Z Compiling chacha20 v0.9.1
20222026-06-25T23:12:14.816Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20232026-06-25T23:12:15.082Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-25T23:12:15.507Z Compiling reqwest v0.12.28
20252026-06-25T23:12:16.348Z Compiling toml_edit v0.25.12+spec-1.1.0
20262026-06-25T23:12:16.503Z Compiling blake2 v0.10.6
20272026-06-25T23:12:16.568Z Compiling aead v0.5.2
20282026-06-25T23:12:16.920Z Compiling byte-wrapper v0.1.0
20292026-06-25T23:12:17.036Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20302026-06-25T23:12:17.228Z Compiling serde_repr v0.1.20
20312026-06-25T23:12:17.767Z Compiling proc-macro-error-attr v1.0.4
20322026-06-25T23:12:17.904Z Compiling bstr v1.12.1
20332026-06-25T23:12:18.525Z Compiling static_assertions v1.1.0
20342026-06-25T23:12:18.540Z Compiling keccak v0.1.6
20352026-06-25T23:12:18.540Z Compiling float-ord v0.3.2
20362026-06-25T23:12:18.540Z Compiling rustix v0.38.44
20372026-06-25T23:12:18.540Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20382026-06-25T23:12:18.620Z Compiling sha3 v0.10.9
20392026-06-25T23:12:18.764Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20402026-06-25T23:12:18.929Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-25T23:12:19.473Z Compiling proc-macro-crate v3.5.0
20422026-06-25T23:12:19.476Z Compiling argon2 v0.5.3
20432026-06-25T23:12:19.887Z Compiling chacha20poly1305 v0.10.1
20442026-06-25T23:12:20.043Z Compiling progenitor-client v0.10.0
20452026-06-25T23:12:20.512Z Compiling vsss-rs v3.3.4
20462026-06-25T23:12:21.787Z Compiling ciborium v0.2.2
20472026-06-25T23:12:21.963Z Compiling rustls-webpki v0.103.13
20482026-06-25T23:12:22.731Z Compiling usdt-attr-macro v0.5.0
20492026-06-25T23:12:22.796Z Compiling usdt-macro v0.5.0
20502026-06-25T23:12:24.590Z Compiling enum-as-inner v0.6.1
20512026-06-25T23:12:24.613Z Compiling num-derive v0.4.2
20522026-06-25T23:12:25.197Z Compiling proc-macro-error v1.0.4
20532026-06-25T23:12:25.409Z Compiling memmap v0.7.0
20542026-06-25T23:12:25.576Z Compiling data-encoding v2.11.0
20552026-06-25T23:12:25.737Z Compiling winnow v0.5.40
20562026-06-25T23:12:25.801Z Compiling indent_write v2.2.0
20572026-06-25T23:12:25.872Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20582026-06-25T23:12:26.118Z Compiling tokio-rustls v0.26.4
20592026-06-25T23:12:26.173Z Compiling rustls-platform-verifier v0.7.0
20602026-06-25T23:12:26.372Z Compiling hyper-rustls v0.27.9
20612026-06-25T23:12:26.764Z Compiling reqwest v0.13.4
20622026-06-25T23:12:27.109Z Compiling toml_edit v0.19.15
20632026-06-25T23:12:27.809Z Compiling usdt v0.5.0
20642026-06-25T23:12:28.219Z Compiling progenitor-client v0.14.0
20652026-06-25T23:12:28.476Z Compiling progenitor-extras v0.2.0
20662026-06-25T23:12:28.903Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-06-25T23:12:29.081Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20682026-06-25T23:12:29.191Z Compiling num_enum_derive v0.7.6
20692026-06-25T23:12:30.274Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-25T23:12:31.543Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-25T23:12:33.855Z Compiling serde_spanned v0.6.9
20722026-06-25T23:12:34.009Z Compiling foreign-types-macros v0.2.3
20732026-06-25T23:12:38.279Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-06-25T23:12:38.630Z Compiling bytecount v0.6.9
20752026-06-25T23:12:40.388Z Compiling toml_write v0.1.2
20762026-06-25T23:12:40.530Z Compiling pkg-config v0.3.33
20772026-06-25T23:12:41.110Z Compiling foreign-types-shared v0.3.1
20782026-06-25T23:12:41.134Z Compiling vcpkg v0.2.15
20792026-06-25T23:12:41.211Z Compiling winnow v0.7.15
20802026-06-25T23:12:41.229Z Compiling colored v3.1.1
20812026-06-25T23:12:41.694Z Compiling openssl-sys v0.9.116
20822026-06-25T23:12:41.900Z Compiling foreign-types v0.5.0
20832026-06-25T23:12:41.993Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-06-25T23:12:42.273Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-06-25T23:12:42.575Z Compiling toml_edit v0.22.27
20862026-06-25T23:12:42.654Z Compiling num_enum v0.7.6
20872026-06-25T23:12:42.795Z Compiling proc-macro-crate v1.3.1
20882026-06-25T23:12:43.968Z Compiling progenitor-impl v0.13.0
20892026-06-25T23:12:44.161Z Compiling chacha20 v0.10.0
20902026-06-25T23:12:44.266Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20912026-06-25T23:12:44.847Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20922026-06-25T23:12:44.928Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20932026-06-25T23:12:44.975Z Compiling cstr-argument v0.1.2
20942026-06-25T23:12:45.154Z Compiling unicode-segmentation v1.13.3
20952026-06-25T23:12:45.189Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20962026-06-25T23:12:45.445Z Compiling heck v0.4.1
20972026-06-25T23:12:45.678Z Compiling linked-hash-map v0.5.6
20982026-06-25T23:12:45.801Z Compiling resolv-conf v0.7.6
20992026-06-25T23:12:45.896Z Compiling swrite v0.1.0
21002026-06-25T23:12:45.914Z Compiling semver v0.1.20
21012026-06-25T23:12:46.013Z Compiling rayon-core v1.13.0
21022026-06-25T23:12:46.043Z Compiling progenitor-macro v0.13.0
21032026-06-25T23:12:46.173Z Compiling rustc_version v0.1.7
21042026-06-25T23:12:46.296Z Compiling lru-cache v0.1.2
21052026-06-25T23:12:46.380Z Compiling newline-converter v0.3.0
21062026-06-25T23:12:46.455Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21072026-06-25T23:12:46.492Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21082026-06-25T23:12:46.773Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21092026-06-25T23:12:46.913Z Compiling rand v0.10.1
21102026-06-25T23:12:47.223Z Compiling toml v0.8.23
21112026-06-25T23:12:47.585Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21122026-06-25T23:12:47.766Z Compiling num_enum_derive v0.5.11
21132026-06-25T23:12:47.837Z Compiling atomicwrites v0.4.4
21142026-06-25T23:12:47.911Z Compiling progenitor-client v0.13.0
21152026-06-25T23:12:48.118Z Compiling hickory-proto v0.24.4
21162026-06-25T23:12:48.160Z Compiling similar v2.7.0
21172026-06-25T23:12:48.350Z Compiling crossbeam-deque v0.8.6
21182026-06-25T23:12:48.571Z Compiling progenitor-impl v0.14.0
21192026-06-25T23:12:48.789Z Compiling console v0.15.11
21202026-06-25T23:12:50.085Z Compiling camino-tempfile v1.4.1
21212026-06-25T23:12:50.239Z Compiling serde-big-array v0.5.1
21222026-06-25T23:12:50.411Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21232026-06-25T23:12:50.505Z Compiling pin-project-internal v1.1.13
21242026-06-25T23:12:50.618Z Compiling derive-where v1.6.1
21252026-06-25T23:12:50.941Z Compiling siphasher v1.0.3
21262026-06-25T23:12:50.964Z Compiling minimal-lexical v0.2.1
21272026-06-25T23:12:51.164Z Compiling lazy_static v1.5.0
21282026-06-25T23:12:51.210Z Compiling nom v7.1.3
21292026-06-25T23:12:51.282Z Compiling phf_shared v0.12.1
21302026-06-25T23:12:51.612Z Compiling pin-project v1.1.13
21312026-06-25T23:12:51.741Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-25T23:12:51.892Z Compiling progenitor-macro v0.14.0
21332026-06-25T23:12:52.321Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21342026-06-25T23:12:52.536Z Compiling progenitor v0.13.0
21352026-06-25T23:12:52.690Z Compiling hickory-resolver v0.24.4
21362026-06-25T23:12:55.325Z Compiling expectorate v1.2.0
21372026-06-25T23:12:55.556Z Compiling num_enum v0.5.11
21382026-06-25T23:12:56.282Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-25T23:12:57.451Z Compiling newtype_derive v0.1.6
21402026-06-25T23:12:58.125Z Compiling unicode-normalization v0.1.25
21412026-06-25T23:12:58.725Z Compiling tokio-stream v0.1.18
21422026-06-25T23:12:59.294Z Compiling snafu-derive v0.8.9
21432026-06-25T23:13:00.284Z Compiling async-recursion v1.1.1
21442026-06-25T23:13:00.746Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21452026-06-25T23:13:01.051Z Compiling slog-dtrace v0.3.0
21462026-06-25T23:13:01.058Z Compiling csv-core v0.1.13
21472026-06-25T23:13:01.076Z Compiling konst_macro_rules v0.2.19
21482026-06-25T23:13:01.249Z Compiling highway v1.3.0
21492026-06-25T23:13:01.283Z Compiling chrono-tz v0.10.4
21502026-06-25T23:13:01.468Z Compiling cancel-safe-futures v0.1.5
21512026-06-25T23:13:01.563Z Compiling unicode-xid v0.2.6
21522026-06-25T23:13:01.569Z Compiling unicode-width v0.1.14
21532026-06-25T23:13:01.643Z Compiling foreign-types-shared v0.1.1
21542026-06-25T23:13:01.743Z Compiling same-file v1.0.6
21552026-06-25T23:13:01.751Z Compiling foldhash v0.1.5
21562026-06-25T23:13:01.840Z Compiling openssl v0.10.80
21572026-06-25T23:13:01.911Z Compiling owo-colors v4.3.0
21582026-06-25T23:13:01.943Z Compiling hashbrown v0.15.5
21592026-06-25T23:13:01.978Z Compiling walkdir v2.5.0
21602026-06-25T23:13:03.069Z Compiling foreign-types v0.3.2
21612026-06-25T23:13:03.088Z Compiling const_format_proc_macros v0.2.34
21622026-06-25T23:13:03.088Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-06-25T23:13:03.089Z Compiling csv v1.4.0
21642026-06-25T23:13:03.089Z Compiling konst v0.2.20
21652026-06-25T23:13:03.115Z Compiling snafu v0.8.9
21662026-06-25T23:13:03.179Z Compiling qorb v0.4.1
21672026-06-25T23:13:03.670Z Compiling progenitor v0.14.0
21682026-06-25T23:13:03.682Z Compiling olpc-cjson v0.1.4
21692026-06-25T23:13:03.762Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-06-25T23:13:03.883Z Compiling rayon v1.12.0
21712026-06-25T23:13:04.843Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21722026-06-25T23:13:05.410Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-06-25T23:13:06.119Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-06-25T23:13:07.302Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-25T23:13:08.600Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21762026-06-25T23:13:08.615Z Compiling phf v0.12.1
21772026-06-25T23:13:08.905Z Compiling zone_cfg_derive v0.3.1
21782026-06-25T23:13:09.124Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-06-25T23:13:10.115Z Compiling tokio-dtrace v0.1.1
21802026-06-25T23:13:10.164Z Compiling globset v0.4.18
21812026-06-25T23:13:10.164Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21822026-06-25T23:13:10.240Z Compiling itertools v0.12.1
21832026-06-25T23:13:11.424Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-25T23:13:11.725Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21852026-06-25T23:13:11.747Z Compiling libsw-core v0.3.2
21862026-06-25T23:13:11.807Z Compiling pem v3.0.6
21872026-06-25T23:13:11.925Z Compiling serde_plain v1.0.2
21882026-06-25T23:13:12.030Z Compiling openssl-macros v0.1.1
21892026-06-25T23:13:12.256Z Compiling cookie v0.18.1
21902026-06-25T23:13:12.474Z Compiling sigpipe v0.1.3
21912026-06-25T23:13:12.492Z Compiling fixedbitset v0.5.7
21922026-06-25T23:13:12.577Z Compiling typed-path v0.9.3
21932026-06-25T23:13:12.602Z Compiling jiff v0.2.28
21942026-06-25T23:13:12.715Z Compiling fixedbitset v0.4.2
21952026-06-25T23:13:12.850Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-25T23:13:12.982Z Compiling glob v0.3.3
21972026-06-25T23:13:13.002Z Compiling petgraph v0.6.5
21982026-06-25T23:13:13.146Z Compiling petgraph v0.8.3
21992026-06-25T23:13:14.373Z Compiling tough v0.22.0
22002026-06-25T23:13:14.807Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-25T23:13:14.825Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22022026-06-25T23:13:15.075Z Compiling libsw v3.5.0
22032026-06-25T23:13:15.272Z Compiling zone v0.3.1
22042026-06-25T23:13:15.520Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22052026-06-25T23:13:15.596Z Compiling oxide-tokio-rt v0.1.6
22062026-06-25T23:13:15.815Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-06-25T23:13:16.154Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-25T23:13:16.996Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22092026-06-25T23:13:19.087Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-06-25T23:13:19.159Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-25T23:13:19.452Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-06-25T23:13:20.972Z Compiling const_format v0.2.36
22132026-06-25T23:13:21.019Z Compiling papergrid v0.11.0
22142026-06-25T23:13:21.019Z Compiling tabled_derive v0.7.0
22152026-06-25T23:13:21.244Z Compiling gethostname v0.5.0
22162026-06-25T23:13:21.387Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-06-25T23:13:21.958Z Compiling libscf-sys v1.2.0
22182026-06-25T23:13:22.112Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22192026-06-25T23:13:22.743Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-06-25T23:13:22.763Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22212026-06-25T23:13:22.788Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22222026-06-25T23:13:22.852Z Compiling bcs v0.1.6
22232026-06-25T23:13:22.872Z Compiling smf v0.2.3
22242026-06-25T23:13:22.909Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22252026-06-25T23:13:23.244Z Compiling smawk v0.3.2
22262026-06-25T23:13:23.414Z Compiling whoami v1.6.1
22272026-06-25T23:13:23.700Z Compiling termtree v0.5.1
22282026-06-25T23:13:23.863Z Compiling linear-map v1.2.0
22292026-06-25T23:13:23.880Z Compiling tagptr v0.2.0
22302026-06-25T23:13:24.020Z Compiling unicode-linebreak v0.1.5
22312026-06-25T23:13:24.044Z Compiling moka v0.12.15
22322026-06-25T23:13:24.086Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-25T23:13:24.300Z Compiling textwrap v0.16.2
22342026-06-25T23:13:25.830Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22352026-06-25T23:13:25.884Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22362026-06-25T23:13:26.170Z Compiling tabled v0.15.0
22372026-06-25T23:13:26.340Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22382026-06-25T23:13:27.092Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22392026-06-25T23:13:27.143Z Compiling steno v0.4.1
22402026-06-25T23:13:27.290Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22412026-06-25T23:13:28.664Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22422026-06-25T23:13:32.350Z Compiling hickory-proto v0.25.2
22432026-06-25T23:13:32.559Z Compiling proc-macro-error-attr2 v2.0.0
22442026-06-25T23:13:33.019Z Compiling proc-macro-error2 v2.0.1
22452026-06-25T23:13:33.310Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22462026-06-25T23:13:33.765Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22472026-06-25T23:13:33.992Z Compiling parking_lot_core v0.8.6
22482026-06-25T23:13:34.087Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22492026-06-25T23:13:34.105Z Compiling tabled_derive v0.11.0
22502026-06-25T23:13:34.327Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22512026-06-25T23:13:35.231Z Compiling hickory-resolver v0.25.2
22522026-06-25T23:13:35.477Z Compiling papergrid v0.18.0
22532026-06-25T23:13:35.802Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22542026-06-25T23:13:37.246Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-06-25T23:13:37.398Z Compiling testing_table v0.3.0
22562026-06-25T23:13:37.626Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22572026-06-25T23:13:37.820Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22582026-06-25T23:13:38.161Z Compiling tabled v0.21.0
22592026-06-25T23:13:38.925Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22602026-06-25T23:13:40.424Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22612026-06-25T23:13:41.420Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22622026-06-25T23:13:41.532Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22632026-06-25T23:13:41.550Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22642026-06-25T23:13:42.219Z Compiling arc-swap v1.9.1
22652026-06-25T23:13:42.237Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22662026-06-25T23:13:42.572Z Compiling slog-scope v4.4.1
22672026-06-25T23:13:44.563Z Compiling parking_lot v0.11.2
22682026-06-25T23:13:44.596Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22692026-06-25T23:13:44.596Z Compiling dropshot-api-manager-types v0.7.2
22702026-06-25T23:13:45.225Z Compiling fxhash v0.2.1
22712026-06-25T23:13:45.360Z Compiling crc8 v0.1.1
22722026-06-25T23:13:45.481Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22732026-06-25T23:13:45.516Z Compiling sled v0.34.7
22742026-06-25T23:13:45.554Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22752026-06-25T23:13:46.067Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22762026-06-25T23:13:46.791Z Compiling slog-stdlog v4.1.1
22772026-06-25T23:13:47.225Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22782026-06-25T23:13:47.511Z Compiling slog-envlogger v2.2.0
22792026-06-25T23:13:48.209Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22802026-06-25T23:13:50.868Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22812026-06-25T23:13:54.134Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-06-25T23:13:56.934Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22832026-06-25T23:14:01.183Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22842026-06-25T23:14:04.278Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22852026-06-25T23:14:11.036Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22862026-06-25T23:14:14.106Z Finished `release` profile [optimized] target(s) in 3m 41s
22872026-06-25T23:14:14.451Z+ banner quartet
22882026-06-25T23:14:14.455Z
22892026-06-25T23:14:14.455Z #### # # ## ##### ##### ###### #####
22902026-06-25T23:14:14.455Z # # # # # # # # # # #
22912026-06-25T23:14:14.455Z # # # # # # # # # ##### #
22922026-06-25T23:14:14.455Z # # # # # ###### ##### # # #
22932026-06-25T23:14:14.455Z # # # # # # # # # # #
22942026-06-25T23:14:14.455Z ### # #### # # # # # ###### #
22952026-06-25T23:14:14.455Z
22962026-06-25T23:14:14.455Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22972026-06-25T23:14:15.033Z Compiling cfg-if v1.0.4
22982026-06-25T23:14:15.036Z Compiling libc v0.2.186
22992026-06-25T23:14:15.036Z Compiling serde_core v1.0.228
23002026-06-25T23:14:15.146Z Compiling memchr v2.8.1
23012026-06-25T23:14:15.156Z Compiling itoa v1.0.18
23022026-06-25T23:14:15.162Z Compiling smallvec v1.15.1
23032026-06-25T23:14:15.171Z Compiling stable_deref_trait v1.2.1
23042026-06-25T23:14:15.179Z Compiling zerofrom v0.1.8
23052026-06-25T23:14:15.190Z Compiling zmij v1.0.21
23062026-06-25T23:14:15.242Z Compiling litemap v0.8.2
23072026-06-25T23:14:15.302Z Compiling yoke v0.8.3
23082026-06-25T23:14:15.390Z Compiling writeable v0.6.3
23092026-06-25T23:14:15.414Z Compiling utf8_iter v1.0.4
23102026-06-25T23:14:15.441Z Compiling percent-encoding v2.3.2
23112026-06-25T23:14:15.500Z Compiling zerovec v0.11.6
23122026-06-25T23:14:15.521Z Compiling zerotrie v0.2.4
23132026-06-25T23:14:15.575Z Compiling libm v0.2.16
23142026-06-25T23:14:15.627Z Compiling icu_properties_data v2.2.0
23152026-06-25T23:14:15.652Z Compiling icu_normalizer_data v2.2.0
23162026-06-25T23:14:15.707Z Compiling form_urlencoded v1.2.2
23172026-06-25T23:14:15.731Z Compiling rand_core v0.10.1
23182026-06-25T23:14:15.776Z Compiling errno v0.3.14
23192026-06-25T23:14:15.896Z Compiling getrandom v0.4.2
23202026-06-25T23:14:15.952Z Compiling iana-time-zone v0.1.65
23212026-06-25T23:14:15.964Z Compiling pin-project-lite v0.2.17
23222026-06-25T23:14:15.974Z Compiling zeroize v1.8.2
23232026-06-25T23:14:16.061Z Compiling tinystr v0.8.3
23242026-06-25T23:14:16.098Z Compiling potential_utf v0.1.5
23252026-06-25T23:14:16.109Z Compiling dyn-clone v1.0.20
23262026-06-25T23:14:16.213Z Compiling icu_collections v2.2.0
23272026-06-25T23:14:16.250Z Compiling icu_locale_core v2.2.0
23282026-06-25T23:14:16.273Z Compiling socket2 v0.6.4
23292026-06-25T23:14:16.276Z Compiling scopeguard v1.2.0
23302026-06-25T23:14:16.276Z Compiling parking_lot_core v0.9.12
23312026-06-25T23:14:16.303Z Compiling signal-hook-registry v1.4.8
23322026-06-25T23:14:16.393Z Compiling num-traits v0.2.19
23332026-06-25T23:14:16.688Z Compiling lock_api v0.4.14
23342026-06-25T23:14:16.848Z Compiling mio v1.2.1
23352026-06-25T23:14:16.942Z Compiling parking_lot v0.12.5
23362026-06-25T23:14:16.965Z Compiling serde v1.0.228
23372026-06-25T23:14:17.053Z Compiling serde_json v1.0.150
23382026-06-25T23:14:17.149Z Compiling icu_provider v2.2.0
23392026-06-25T23:14:17.149Z Compiling uuid v1.23.2
23402026-06-25T23:14:17.315Z Compiling semver v1.0.28
23412026-06-25T23:14:17.544Z Compiling bytes v1.11.1
23422026-06-25T23:14:17.590Z Compiling icu_properties v2.2.0
23432026-06-25T23:14:17.760Z Compiling icu_normalizer v2.2.0
23442026-06-25T23:14:17.779Z Compiling chrono v0.4.45
23452026-06-25T23:14:17.849Z Compiling portable-atomic v1.13.1
23462026-06-25T23:14:17.986Z Compiling thiserror v2.0.18
23472026-06-25T23:14:18.101Z Compiling tokio v1.52.3
23482026-06-25T23:14:18.450Z Compiling bitflags v2.12.1
23492026-06-25T23:14:18.557Z Compiling idna_adapter v1.2.2
23502026-06-25T23:14:18.696Z Compiling idna v1.1.0
23512026-06-25T23:14:18.853Z Compiling futures-core v0.3.32
23522026-06-25T23:14:18.957Z Compiling critical-section v1.2.0
23532026-06-25T23:14:19.020Z Compiling equivalent v1.0.2
23542026-06-25T23:14:19.068Z Compiling url v2.5.8
23552026-06-25T23:14:19.115Z Compiling once_cell v1.21.4
23562026-06-25T23:14:19.148Z Compiling log v0.4.32
23572026-06-25T23:14:19.179Z Compiling subtle v2.6.1
23582026-06-25T23:14:19.353Z Compiling zerocopy v0.8.50
23592026-06-25T23:14:19.365Z Compiling futures-sink v0.3.32
23602026-06-25T23:14:19.400Z Compiling slab v0.4.12
23612026-06-25T23:14:19.475Z Compiling typenum v1.20.1
23622026-06-25T23:14:19.610Z Compiling futures-channel v0.3.32
23632026-06-25T23:14:19.702Z Compiling schemars v0.8.22
23642026-06-25T23:14:19.877Z Compiling getrandom v0.2.17
23652026-06-25T23:14:20.111Z Compiling futures-io v0.3.32
23662026-06-25T23:14:20.316Z Compiling futures-task v0.3.32
23672026-06-25T23:14:20.339Z Compiling rand_core v0.6.4
23682026-06-25T23:14:20.509Z Compiling futures-util v0.3.32
23692026-06-25T23:14:20.606Z Compiling hashbrown v0.17.1
23702026-06-25T23:14:20.880Z Compiling tracing-core v0.1.36
23712026-06-25T23:14:21.290Z Compiling indexmap v2.14.0
23722026-06-25T23:14:21.350Z Compiling tracing v0.1.44
23732026-06-25T23:14:21.630Z Compiling ipnetwork v0.21.1
23742026-06-25T23:14:21.708Z Compiling base64 v0.22.1
23752026-06-25T23:14:21.985Z Compiling http v1.4.1
23762026-06-25T23:14:22.127Z Compiling unicode-ident v1.0.24
23772026-06-25T23:14:22.197Z Compiling slog v2.8.2
23782026-06-25T23:14:22.214Z Compiling erased-serde v0.3.31
23792026-06-25T23:14:22.250Z Compiling proc-macro2 v1.0.106
23802026-06-25T23:14:22.594Z Compiling fnv v1.0.7
23812026-06-25T23:14:22.705Z Compiling quote v1.0.45
23822026-06-25T23:14:23.196Z Compiling oxnet v0.1.6
23832026-06-25T23:14:23.415Z Compiling syn v2.0.117
23842026-06-25T23:14:23.443Z Compiling tokio-util v0.7.18
23852026-06-25T23:14:23.652Z Compiling byteorder v1.5.0
23862026-06-25T23:14:23.852Z Compiling ipnet v2.12.0
23872026-06-25T23:14:23.920Z Compiling thiserror v1.0.69
23882026-06-25T23:14:24.033Z Compiling ppv-lite86 v0.2.21
23892026-06-25T23:14:24.380Z Compiling rustls-pki-types v1.14.1
23902026-06-25T23:14:24.409Z Compiling aws-lc-sys v0.41.0
23912026-06-25T23:14:24.684Z Compiling http-body v1.0.1
23922026-06-25T23:14:24.763Z Compiling atomic-waker v1.1.2
23932026-06-25T23:14:24.855Z Compiling untrusted v0.7.1
23942026-06-25T23:14:24.922Z Compiling httparse v1.10.1
23952026-06-25T23:14:25.008Z Compiling aws-lc-rs v1.17.0
23962026-06-25T23:14:25.019Z Compiling ryu v1.0.23
23972026-06-25T23:14:25.065Z Compiling untrusted v0.9.0
23982026-06-25T23:14:25.205Z Compiling tower-layer v0.3.3
23992026-06-25T23:14:25.270Z Compiling rustls v0.23.40
24002026-06-25T23:14:25.318Z Compiling pretty-hex v0.4.2
24012026-06-25T23:14:25.407Z Compiling try-lock v0.2.5
24022026-06-25T23:14:25.407Z Compiling tower-service v0.3.3
24032026-06-25T23:14:25.434Z Compiling h2 v0.4.14
24042026-06-25T23:14:25.462Z Compiling httpdate v1.0.3
24052026-06-25T23:14:25.511Z Compiling want v0.3.1
24062026-06-25T23:14:25.523Z Compiling rustix v1.1.4
24072026-06-25T23:14:25.548Z Compiling regex-syntax v0.8.10
24082026-06-25T23:14:25.695Z Compiling plain v0.2.3
24092026-06-25T23:14:25.817Z Compiling getrandom v0.3.4
24102026-06-25T23:14:25.836Z Compiling omicron-workspace-hack v0.1.0
24112026-06-25T23:14:25.912Z Compiling ucd-trie v0.1.7
24122026-06-25T23:14:26.021Z Compiling rand_core v0.9.5
24132026-06-25T23:14:26.284Z Compiling rustls-webpki v0.103.13
24142026-06-25T23:14:26.497Z Compiling pest v2.8.6
24152026-06-25T23:14:27.976Z Compiling hyper v1.10.1
24162026-06-25T23:14:28.141Z Compiling crossbeam-utils v0.8.21
24172026-06-25T23:14:28.919Z Compiling serde_urlencoded v0.7.1
24182026-06-25T23:14:28.919Z Compiling http-body-util v0.1.3
24192026-06-25T23:14:29.242Z Compiling foldhash v0.2.0
24202026-06-25T23:14:29.271Z Compiling allocator-api2 v0.2.21
24212026-06-25T23:14:29.535Z Compiling hyper-util v0.1.20
24222026-06-25T23:14:29.673Z Compiling hashbrown v0.16.1
24232026-06-25T23:14:30.421Z Compiling newtype-uuid v1.3.2
24242026-06-25T23:14:31.458Z Compiling tokio-rustls v0.26.4
24252026-06-25T23:14:31.532Z Compiling hex v0.4.3
24262026-06-25T23:14:31.788Z Compiling daft v0.1.7
24272026-06-25T23:14:31.831Z Compiling rand_chacha v0.9.0
24282026-06-25T23:14:31.938Z Compiling sync_wrapper v1.0.2
24292026-06-25T23:14:32.057Z Compiling aho-corasick v1.1.4
24302026-06-25T23:14:32.078Z Compiling fastrand v2.4.1
24312026-06-25T23:14:32.394Z Compiling tower v0.5.3
24322026-06-25T23:14:32.427Z Compiling rand v0.9.4
24332026-06-25T23:14:32.597Z Compiling anyhow v1.0.102
24342026-06-25T23:14:32.703Z Compiling powerfmt v0.2.0
24352026-06-25T23:14:32.818Z Compiling generic-array v0.14.7
24362026-06-25T23:14:32.964Z Compiling deranged v0.5.8
24372026-06-25T23:14:33.001Z Compiling regex-automata v0.4.14
24382026-06-25T23:14:33.178Z Compiling tower-http v0.6.11
24392026-06-25T23:14:33.257Z Compiling openapiv3 v2.2.0
24402026-06-25T23:14:33.374Z Compiling time-core v0.1.8
24412026-06-25T23:14:33.527Z Compiling num_threads v0.1.7
24422026-06-25T23:14:33.631Z Compiling openssl-probe v0.2.1
24432026-06-25T23:14:33.872Z Compiling cpufeatures v0.3.0
24442026-06-25T23:14:33.884Z Compiling num-conv v0.2.2
24452026-06-25T23:14:33.953Z Compiling rustls-native-certs v0.8.4
24462026-06-25T23:14:34.040Z Compiling time v0.3.47
24472026-06-25T23:14:34.086Z Compiling camino v1.2.2
24482026-06-25T23:14:34.673Z Compiling tempfile v3.27.0
24492026-06-25T23:14:34.815Z Compiling futures-executor v0.3.32
24502026-06-25T23:14:35.389Z Compiling winnow v1.0.3
24512026-06-25T23:14:35.632Z Compiling regex v1.12.3
24522026-06-25T23:14:35.702Z Compiling futures v0.3.32
24532026-06-25T23:14:35.790Z Compiling rustls-platform-verifier v0.7.0
24542026-06-25T23:14:36.435Z Compiling hyper-rustls v0.27.9
24552026-06-25T23:14:36.824Z Compiling crossbeam-channel v0.5.15
24562026-06-25T23:14:36.838Z Compiling scroll v0.13.0
24572026-06-25T23:14:37.040Z Compiling hybrid-array v0.4.12
24582026-06-25T23:14:37.106Z Compiling adler2 v2.0.1
24592026-06-25T23:14:37.141Z Compiling simd-adler32 v0.3.9
24602026-06-25T23:14:37.272Z Compiling goblin v0.10.7
24612026-06-25T23:14:37.524Z Compiling miniz_oxide v0.8.9
24622026-06-25T23:14:37.528Z Compiling crc32fast v1.5.0
24632026-06-25T23:14:37.546Z Compiling reqwest v0.13.4
24642026-06-25T23:14:37.787Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24652026-06-25T23:14:37.983Z Compiling thread_local v1.1.9
24662026-06-25T23:14:38.348Z Compiling either v1.16.0
24672026-06-25T23:14:38.582Z Compiling flate2 v1.1.9
24682026-06-25T23:14:38.965Z Compiling block-buffer v0.12.0
24692026-06-25T23:14:39.130Z Compiling crypto-common v0.2.2
24702026-06-25T23:14:39.152Z Compiling crypto-common v0.1.7
24712026-06-25T23:14:39.304Z Compiling dtrace-parser v0.3.0
24722026-06-25T23:14:39.831Z Compiling rand_chacha v0.3.1
24732026-06-25T23:14:40.430Z Compiling thread-id v5.1.0
24742026-06-25T23:14:40.476Z Compiling dof v0.4.0
24752026-06-25T23:14:40.522Z Compiling is-terminal v0.4.17
24762026-06-25T23:14:40.629Z Compiling take_mut v0.2.2
24772026-06-25T23:14:40.758Z Compiling match_cfg v0.1.0
24782026-06-25T23:14:40.838Z Compiling term v1.2.1
24792026-06-25T23:14:41.900Z Compiling const-oid v0.10.2
24802026-06-25T23:14:42.208Z Compiling debug-ignore v1.0.5
24812026-06-25T23:14:42.325Z Compiling compression-core v0.4.32
24822026-06-25T23:14:42.511Z Compiling compression-codecs v0.4.38
24832026-06-25T23:14:42.772Z Compiling digest v0.11.3
24842026-06-25T23:14:42.893Z Compiling usdt-impl v0.6.0
24852026-06-25T23:14:42.972Z Compiling slog-term v2.9.2
24862026-06-25T23:14:43.557Z Compiling hostname v0.3.1
24872026-06-25T23:14:43.767Z Compiling slog-async v2.8.0
24882026-06-25T23:14:44.196Z Compiling rand v0.8.6
24892026-06-25T23:14:44.359Z Compiling ref-cast v1.0.25
24902026-06-25T23:14:44.473Z Compiling toml_parser v1.1.2+spec-1.1.0
24912026-06-25T23:14:45.030Z Compiling slog-json v2.6.1
24922026-06-25T23:14:45.295Z Compiling strum v0.26.3
24932026-06-25T23:14:45.306Z Compiling macaddr v1.0.1
24942026-06-25T23:14:45.432Z Compiling serde_spanned v1.1.1
24952026-06-25T23:14:45.594Z Compiling toml_datetime v1.1.1+spec-1.1.0
24962026-06-25T23:14:45.607Z Compiling memmap2 v0.9.10
24972026-06-25T23:14:45.805Z Compiling wait-timeout v0.2.1
24982026-06-25T23:14:45.897Z Compiling encoding_rs v0.8.35
24992026-06-25T23:14:46.010Z Compiling bit-vec v0.8.0
25002026-06-25T23:14:46.292Z Compiling spin v0.9.8
25012026-06-25T23:14:46.304Z Compiling mime v0.3.17
25022026-06-25T23:14:46.420Z Compiling quick-error v1.2.3
25032026-06-25T23:14:46.539Z Compiling toml_writer v1.1.1+spec-1.1.0
25042026-06-25T23:14:46.780Z Compiling toml v1.1.2+spec-1.1.0
25052026-06-25T23:14:46.794Z Compiling rusty-fork v0.3.1
25062026-06-25T23:14:47.212Z Compiling multer v3.1.0
25072026-06-25T23:14:47.653Z Compiling bit-set v0.8.0
25082026-06-25T23:14:47.854Z Compiling usdt v0.6.0
25092026-06-25T23:14:48.440Z Compiling slog-bunyan v2.5.0
25102026-06-25T23:14:48.519Z Compiling sha1 v0.11.0
25112026-06-25T23:14:48.621Z Compiling async-compression v0.4.42
25122026-06-25T23:14:48.852Z Compiling serde_with v3.20.0
25132026-06-25T23:14:48.873Z Compiling async-stream v0.3.6
25142026-06-25T23:14:48.921Z Compiling rand_xorshift v0.4.0
25152026-06-25T23:14:49.071Z Compiling waitgroup v0.1.2
25162026-06-25T23:14:49.085Z Compiling rustls-pemfile v2.2.0
25172026-06-25T23:14:49.122Z Compiling serde_path_to_error v0.1.20
25182026-06-25T23:14:49.228Z Compiling hostname v0.4.2
25192026-06-25T23:14:49.366Z Compiling unarray v0.1.4
25202026-06-25T23:14:49.391Z Compiling progenitor-client v0.14.0
25212026-06-25T23:14:49.489Z Compiling proptest v1.11.0
25222026-06-25T23:14:49.537Z Compiling dropshot v0.17.1
25232026-06-25T23:14:49.574Z Compiling strum v0.27.2
25242026-06-25T23:14:49.712Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25252026-06-25T23:14:49.867Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25262026-06-25T23:14:49.909Z Compiling iddqd v0.4.2
25272026-06-25T23:14:50.117Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25282026-06-25T23:14:50.196Z Compiling reqwest v0.12.28
25292026-06-25T23:14:50.438Z Compiling block-buffer v0.10.4
25302026-06-25T23:14:50.619Z Compiling backon v1.6.0
25312026-06-25T23:14:50.893Z Compiling instant v0.1.13
25322026-06-25T23:14:51.019Z Compiling backoff v0.4.0
25332026-06-25T23:14:51.265Z Compiling progenitor-client v0.10.0
25342026-06-25T23:14:51.354Z Compiling progenitor-extras v0.2.0
25352026-06-25T23:14:51.600Z Compiling digest v0.10.7
25362026-06-25T23:14:51.642Z Compiling parse-display v0.10.0
25372026-06-25T23:14:51.764Z Compiling itertools v0.14.0
25382026-06-25T23:14:51.858Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25392026-06-25T23:14:52.110Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25402026-06-25T23:14:52.573Z Compiling regress v0.10.5
25412026-06-25T23:14:53.279Z Compiling humantime v2.3.0
25422026-06-25T23:14:53.740Z Compiling cpufeatures v0.2.17
25432026-06-25T23:14:53.828Z Compiling heck v0.5.0
25442026-06-25T23:14:54.144Z Compiling unicode-width v0.2.2
25452026-06-25T23:14:54.426Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25462026-06-25T23:14:54.466Z Compiling secrecy v0.10.3
25472026-06-25T23:14:54.636Z Compiling tinyvec_macros v0.1.1
25482026-06-25T23:14:54.716Z Compiling tinyvec v1.11.0
25492026-06-25T23:14:55.184Z Compiling num-integer v0.1.46
25502026-06-25T23:14:55.489Z Compiling scroll v0.12.0
25512026-06-25T23:14:55.695Z Compiling crucible-workspace-hack v0.1.0
25522026-06-25T23:14:55.729Z Compiling hmac v0.12.1
25532026-06-25T23:14:55.773Z Compiling inout v0.1.4
25542026-06-25T23:14:55.794Z Compiling regress v0.11.1
25552026-06-25T23:14:55.888Z Compiling ff v0.13.1
25562026-06-25T23:14:55.935Z Compiling utf8parse v0.2.2
25572026-06-25T23:14:56.046Z Compiling anstyle-parse v1.0.0
25582026-06-25T23:14:56.057Z Compiling group v0.13.0
25592026-06-25T23:14:56.185Z Compiling cipher v0.4.4
25602026-06-25T23:14:56.272Z Compiling hkdf v0.12.4
25612026-06-25T23:14:56.439Z Compiling goblin v0.8.2
25622026-06-25T23:14:56.451Z Compiling num-iter v0.1.45
25632026-06-25T23:14:56.583Z Compiling num-rational v0.4.2
25642026-06-25T23:14:57.366Z Compiling zerocopy v0.7.35
25652026-06-25T23:14:57.723Z Compiling typify-impl v0.6.2
25662026-06-25T23:14:57.985Z Compiling universal-hash v0.5.1
25672026-06-25T23:14:58.135Z Compiling crypto-bigint v0.5.5
25682026-06-25T23:14:58.575Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25692026-06-25T23:14:59.903Z Compiling terminal_size v0.4.4
25702026-06-25T23:15:00.072Z Compiling half v2.7.1
25712026-06-25T23:15:00.105Z Compiling num-complex v0.4.6
25722026-06-25T23:15:00.434Z Compiling base64ct v1.8.3
25732026-06-25T23:15:00.561Z Compiling base16ct v0.2.0
25742026-06-25T23:15:00.656Z Compiling anstyle-query v1.1.5
25752026-06-25T23:15:00.771Z Compiling is_terminal_polyfill v1.70.2
25762026-06-25T23:15:00.782Z Compiling opaque-debug v0.3.1
25772026-06-25T23:15:00.794Z Compiling ciborium-io v0.2.2
25782026-06-25T23:15:00.858Z Compiling colorchoice v1.0.5
25792026-06-25T23:15:00.875Z Compiling anstyle v1.0.14
25802026-06-25T23:15:00.891Z Compiling ciborium-ll v0.2.2
25812026-06-25T23:15:00.985Z Compiling poly1305 v0.8.0
25822026-06-25T23:15:01.149Z Compiling anstream v1.0.0
25832026-06-25T23:15:01.161Z Compiling password-hash v0.5.0
25842026-06-25T23:15:01.661Z Compiling elliptic-curve v0.13.8
25852026-06-25T23:15:01.674Z Compiling num v0.4.3
25862026-06-25T23:15:01.754Z Compiling curve25519-dalek v4.1.3
25872026-06-25T23:15:01.974Z Compiling thiserror-no-std v2.0.2
25882026-06-25T23:15:02.079Z Compiling typify v0.6.2
25892026-06-25T23:15:02.127Z Compiling dof v0.3.0
25902026-06-25T23:15:02.195Z Compiling chacha20 v0.9.1
25912026-06-25T23:15:02.454Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25922026-06-25T23:15:02.859Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25932026-06-25T23:15:04.446Z Compiling blake2 v0.10.6
25942026-06-25T23:15:04.480Z Compiling aead v0.5.2
25952026-06-25T23:15:04.687Z Compiling byte-wrapper v0.1.0
25962026-06-25T23:15:04.852Z Compiling crossbeam-epoch v0.9.18
25972026-06-25T23:15:04.955Z Compiling dtrace-parser v0.2.0
25982026-06-25T23:15:05.382Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25992026-06-25T23:15:05.443Z Compiling thread-id v4.2.2
26002026-06-25T23:15:05.561Z Compiling clap_lex v1.1.0
26012026-06-25T23:15:05.715Z Compiling keccak v0.1.6
26022026-06-25T23:15:05.765Z Compiling strsim v0.11.1
26032026-06-25T23:15:05.930Z Compiling float-ord v0.3.2
26042026-06-25T23:15:06.056Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26052026-06-25T23:15:06.447Z Compiling clap_builder v4.6.0
26062026-06-25T23:15:06.603Z Compiling sha3 v0.10.9
26072026-06-25T23:15:06.944Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26082026-06-25T23:15:07.005Z Compiling usdt-impl v0.5.0
26092026-06-25T23:15:07.528Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26102026-06-25T23:15:09.905Z Compiling argon2 v0.5.3
26112026-06-25T23:15:10.970Z Compiling chacha20poly1305 v0.10.1
26122026-06-25T23:15:11.128Z Compiling vsss-rs v3.3.4
26132026-06-25T23:15:11.365Z Compiling ciborium v0.2.2
26142026-06-25T23:15:12.217Z Compiling hash32 v0.3.1
26152026-06-25T23:15:12.390Z Compiling memmap v0.7.0
26162026-06-25T23:15:12.460Z Compiling indent_write v2.2.0
26172026-06-25T23:15:12.615Z Compiling data-encoding v2.11.0
26182026-06-25T23:15:12.641Z Compiling usdt v0.5.0
26192026-06-25T23:15:12.653Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26202026-06-25T23:15:13.300Z Compiling heapless v0.8.0
26212026-06-25T23:15:13.811Z Compiling ingot-types v0.1.2
26222026-06-25T23:15:14.276Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26232026-06-25T23:15:14.471Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26242026-06-25T23:15:14.578Z Compiling clap v4.6.1
26252026-06-25T23:15:14.632Z Compiling rustix v0.38.44
26262026-06-25T23:15:14.666Z Compiling tabwriter v1.4.1
26272026-06-25T23:15:15.051Z Compiling cobs v0.3.0
26282026-06-25T23:15:15.341Z Compiling foreign-types-shared v0.3.1
26292026-06-25T23:15:15.344Z Compiling colored v3.1.1
26302026-06-25T23:15:15.445Z Compiling bitflags v1.3.2
26312026-06-25T23:15:15.532Z Compiling managed v0.8.0
26322026-06-25T23:15:15.832Z Compiling smoltcp v0.11.0
26332026-06-25T23:15:16.023Z Compiling foreign-types v0.5.0
26342026-06-25T23:15:16.063Z Compiling postcard v1.1.3
26352026-06-25T23:15:16.111Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26362026-06-25T23:15:16.443Z Compiling num_enum v0.7.6
26372026-06-25T23:15:16.576Z Compiling ingot v0.1.1
26382026-06-25T23:15:17.241Z Compiling memoffset v0.9.1
26392026-06-25T23:15:17.340Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26402026-06-25T23:15:17.460Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26412026-06-25T23:15:17.567Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26422026-06-25T23:15:17.688Z Compiling chacha20 v0.10.0
26432026-06-25T23:15:17.733Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26442026-06-25T23:15:17.989Z Compiling serde_spanned v0.6.9
26452026-06-25T23:15:18.168Z Compiling toml_datetime v0.6.11
26462026-06-25T23:15:18.188Z Compiling cstr-argument v0.1.2
26472026-06-25T23:15:18.202Z Compiling winnow v0.7.15
26482026-06-25T23:15:18.359Z Compiling static_assertions v1.1.0
26492026-06-25T23:15:18.444Z Compiling linked-hash-map v0.5.6
26502026-06-25T23:15:18.547Z Compiling resolv-conf v0.7.6
26512026-06-25T23:15:18.659Z Compiling unicode-segmentation v1.13.3
26522026-06-25T23:15:18.824Z Compiling swrite v0.1.0
26532026-06-25T23:15:18.937Z Compiling toml_write v0.1.2
26542026-06-25T23:15:19.094Z Compiling newline-converter v0.3.0
26552026-06-25T23:15:19.188Z Compiling lru-cache v0.1.2
26562026-06-25T23:15:19.192Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26572026-06-25T23:15:19.241Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26582026-06-25T23:15:19.303Z Compiling rand v0.10.1
26592026-06-25T23:15:19.331Z Compiling hubpack v0.1.2
26602026-06-25T23:15:19.582Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26612026-06-25T23:15:19.659Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26622026-06-25T23:15:19.718Z Compiling nix v0.31.3
26632026-06-25T23:15:19.893Z Compiling toml_edit v0.22.27
26642026-06-25T23:15:20.133Z Compiling atomicwrites v0.4.4
26652026-06-25T23:15:20.145Z Compiling hickory-proto v0.24.4
26662026-06-25T23:15:20.430Z Compiling crossbeam-deque v0.8.6
26672026-06-25T23:15:20.653Z Compiling console v0.15.11
26682026-06-25T23:15:20.921Z Compiling itertools v0.12.1
26692026-06-25T23:15:22.009Z Compiling camino-tempfile v1.4.1
26702026-06-25T23:15:22.342Z Compiling serde-big-array v0.5.1
26712026-06-25T23:15:22.383Z Compiling lazy_static v1.5.0
26722026-06-25T23:15:22.454Z Compiling similar v2.7.0
26732026-06-25T23:15:22.495Z Compiling siphasher v1.0.3
26742026-06-25T23:15:22.506Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26752026-06-25T23:15:22.707Z Compiling phf_shared v0.12.1
26762026-06-25T23:15:22.933Z Compiling pin-project v1.1.13
26772026-06-25T23:15:23.043Z Compiling expectorate v1.2.0
26782026-06-25T23:15:23.081Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26792026-06-25T23:15:23.251Z Compiling hickory-resolver v0.24.4
26802026-06-25T23:15:23.932Z Compiling toml v0.8.23
26812026-06-25T23:15:25.245Z Compiling prettyplease v0.2.37
26822026-06-25T23:15:26.437Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26832026-06-25T23:15:26.809Z Compiling rayon-core v1.13.0
26842026-06-25T23:15:28.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26852026-06-25T23:15:28.525Z Compiling num_enum v0.5.11
26862026-06-25T23:15:28.572Z Compiling progenitor-impl v0.13.0
26872026-06-25T23:15:28.655Z Compiling progenitor-impl v0.14.0
26882026-06-25T23:15:29.311Z Compiling unicode-normalization v0.1.25
26892026-06-25T23:15:29.901Z Compiling progenitor-client v0.13.0
26902026-06-25T23:15:30.435Z Compiling tokio-stream v0.1.18
26912026-06-25T23:15:31.028Z Compiling bstr v1.12.1
26922026-06-25T23:15:31.735Z Compiling csv-core v0.1.13
26932026-06-25T23:15:32.151Z Compiling konst_macro_rules v0.2.19
26942026-06-25T23:15:32.208Z Compiling foldhash v0.1.5
26952026-06-25T23:15:32.347Z Compiling unicode-width v0.1.14
26962026-06-25T23:15:32.440Z Compiling foreign-types-shared v0.1.1
26972026-06-25T23:15:32.454Z Compiling highway v1.3.0
26982026-06-25T23:15:32.538Z Compiling same-file v1.0.6
26992026-06-25T23:15:32.660Z Compiling walkdir v2.5.0
27002026-06-25T23:15:32.719Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27012026-06-25T23:15:33.148Z Compiling foreign-types v0.3.2
27022026-06-25T23:15:33.230Z Compiling hashbrown v0.15.5
27032026-06-25T23:15:33.464Z Compiling konst v0.2.20
27042026-06-25T23:15:33.846Z Compiling csv v1.4.0
27052026-06-25T23:15:33.902Z Compiling globset v0.4.18
27062026-06-25T23:15:34.824Z Compiling snafu v0.8.9
27072026-06-25T23:15:35.432Z Compiling qorb v0.4.1
27082026-06-25T23:15:36.832Z Compiling progenitor v0.13.0
27092026-06-25T23:15:36.871Z Compiling progenitor v0.14.0
27102026-06-25T23:15:36.974Z Compiling olpc-cjson v0.1.4
27112026-06-25T23:15:37.013Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27122026-06-25T23:15:37.184Z Compiling rayon v1.12.0
27132026-06-25T23:15:37.184Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27142026-06-25T23:15:37.705Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27152026-06-25T23:15:39.415Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27162026-06-25T23:15:39.739Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27172026-06-25T23:15:41.669Z Compiling phf v0.12.1
27182026-06-25T23:15:41.850Z Compiling openssl-sys v0.9.116
27192026-06-25T23:15:42.292Z Compiling tokio-dtrace v0.1.1
27202026-06-25T23:15:42.630Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27212026-06-25T23:15:43.668Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27222026-06-25T23:15:43.899Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27232026-06-25T23:15:44.964Z Compiling libsw-core v0.3.2
27242026-06-25T23:15:45.152Z Compiling pem v3.0.6
27252026-06-25T23:15:45.213Z Compiling serde_plain v1.0.2
27262026-06-25T23:15:45.486Z Compiling sigpipe v0.1.3
27272026-06-25T23:15:45.503Z Compiling minimal-lexical v0.2.1
27282026-06-25T23:15:45.586Z Compiling typed-path v0.9.3
27292026-06-25T23:15:45.824Z Compiling fixedbitset v0.5.7
27302026-06-25T23:15:45.853Z Compiling fixedbitset v0.4.2
27312026-06-25T23:15:46.053Z Compiling bytecount v0.6.9
27322026-06-25T23:15:46.226Z Compiling glob v0.3.3
27332026-06-25T23:15:46.247Z Compiling jiff v0.2.28
27342026-06-25T23:15:46.341Z Compiling papergrid v0.11.0
27352026-06-25T23:15:47.215Z Compiling tough v0.22.0
27362026-06-25T23:15:47.351Z Compiling petgraph v0.8.3
27372026-06-25T23:15:47.587Z Compiling petgraph v0.6.5
27382026-06-25T23:15:48.509Z Compiling nom v7.1.3
27392026-06-25T23:15:49.419Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-06-25T23:15:49.573Z Compiling openssl v0.10.80
27412026-06-25T23:15:49.831Z Compiling libsw v3.5.0
27422026-06-25T23:15:50.042Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27432026-06-25T23:15:50.253Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-25T23:15:50.492Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27452026-06-25T23:15:50.792Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-25T23:15:51.786Z Compiling zone v0.3.1
27472026-06-25T23:15:51.915Z Compiling oxide-tokio-rt v0.1.6
27482026-06-25T23:15:52.558Z Compiling chrono-tz v0.10.4
27492026-06-25T23:15:53.625Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-25T23:15:53.832Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27512026-06-25T23:15:54.050Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-06-25T23:15:54.231Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27532026-06-25T23:15:54.900Z Compiling newtype_derive v0.1.6
27542026-06-25T23:15:54.991Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-25T23:15:55.223Z Compiling slog-dtrace v0.3.0
27562026-06-25T23:15:55.957Z Compiling const_format v0.2.36
27572026-06-25T23:15:56.464Z Compiling cancel-safe-futures v0.1.5
27582026-06-25T23:15:56.827Z Compiling owo-colors v4.3.0
27592026-06-25T23:15:57.331Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27602026-06-25T23:15:57.500Z Compiling gethostname v0.5.0
27612026-06-25T23:15:57.640Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27622026-06-25T23:15:57.790Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-25T23:15:57.925Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-06-25T23:15:58.050Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-25T23:15:58.061Z Compiling smf v0.2.3
27662026-06-25T23:15:58.133Z Compiling bcs v0.1.6
27672026-06-25T23:15:58.531Z Compiling linear-map v1.2.0
27682026-06-25T23:15:58.808Z Compiling smawk v0.3.2
27692026-06-25T23:15:58.917Z Compiling termtree v0.5.1
27702026-06-25T23:15:58.981Z Compiling tagptr v0.2.0
27712026-06-25T23:15:58.994Z Compiling unicode-linebreak v0.1.5
27722026-06-25T23:15:59.091Z Compiling whoami v1.6.1
27732026-06-25T23:15:59.146Z Compiling moka v0.12.15
27742026-06-25T23:15:59.273Z Compiling textwrap v0.16.2
27752026-06-25T23:15:59.293Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-25T23:15:59.564Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-25T23:16:00.405Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-25T23:16:00.881Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-06-25T23:16:00.941Z Compiling tabled v0.15.0
27802026-06-25T23:16:01.061Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-06-25T23:16:02.388Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27822026-06-25T23:16:02.603Z Compiling steno v0.4.1
27832026-06-25T23:16:02.763Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-06-25T23:16:04.010Z Compiling cookie v0.18.1
27852026-06-25T23:16:05.452Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-06-25T23:16:08.320Z Compiling hickory-proto v0.25.2
27872026-06-25T23:16:09.740Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27882026-06-25T23:16:09.769Z Compiling arc-swap v1.9.1
27892026-06-25T23:16:10.018Z Compiling slog-scope v4.4.1
27902026-06-25T23:16:10.132Z Compiling libscf-sys v1.2.0
27912026-06-25T23:16:10.283Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27922026-06-25T23:16:10.489Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27932026-06-25T23:16:12.244Z Compiling hickory-resolver v0.25.2
27942026-06-25T23:16:12.683Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27952026-06-25T23:16:13.132Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27962026-06-25T23:16:13.242Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27972026-06-25T23:16:13.390Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27982026-06-25T23:16:13.615Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27992026-06-25T23:16:14.341Z Compiling slog-stdlog v4.1.1
28002026-06-25T23:16:14.385Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
28012026-06-25T23:16:14.733Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28022026-06-25T23:16:15.066Z Compiling slog-envlogger v2.2.0
28032026-06-25T23:16:15.663Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28042026-06-25T23:16:16.420Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28052026-06-25T23:16:24.929Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28062026-06-25T23:16:27.167Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28072026-06-25T23:16:29.153Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28082026-06-25T23:16:37.778Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28092026-06-25T23:16:41.557Z Finished `release` profile [optimized] target(s) in 2m 27s
28102026-06-25T23:16:41.672Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28112026-06-25T23:16:41.676Z
28122026-06-25T23:16:41.676Zrunning 1 test
28132026-06-25T23:16:41.837Zconfigure zone
28142026-06-25T23:16:41.854Zinstall zone
28152026-06-25T23:16:51.391Zboot zone
28162026-06-25T23:16:51.481Zstart zone s1
28172026-06-25T23:16:51.484Zconfigure zone
28182026-06-25T23:16:51.489Zinstall zone
28192026-06-25T23:16:53.385Zboot zone
28202026-06-25T23:16:53.478Zstart zone s2
28212026-06-25T23:16:53.478Zconfigure zone
28222026-06-25T23:16:53.490Zinstall zone
28232026-06-25T23:16:55.789Zboot zone
28242026-06-25T23:16:55.884Zstart zone s3
28252026-06-25T23:16:55.884Zconfigure zone
28262026-06-25T23:16:55.896Zinstall zone
28272026-06-25T23:16:58.691Zboot zone
28282026-06-25T23:16:58.792Zstart zone t1
28292026-06-25T23:16:58.792Zconfigure zone
28302026-06-25T23:16:58.802Zinstall zone
28312026-06-25T23:17:01.511Zboot zone
28322026-06-25T23:17:01.625Zwaiting for zones to come up
28332026-06-25T23:17:11.626Z[sidecar.quartet] svcs milestone/network
28342026-06-25T23:17:11.651ZSTATE STIME FMRI
28352026-06-25T23:17:11.651Zonline 23:16:50 svc:/milestone/network:default
28362026-06-25T23:17:11.651Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28372026-06-25T23:17:11.678Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28382026-06-25T23:17:11.706Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28392026-06-25T23:17:11.727Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28402026-06-25T23:17:11.730Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28412026-06-25T23:17:11.742Z
28422026-06-25T23:17:11.742Zrunning zone s1.quartet setup
28432026-06-25T23:17:11.742Z[s1.quartet] svcs milestone/network
28442026-06-25T23:17:11.758ZSTATE STIME FMRI
28452026-06-25T23:17:11.758Zonline 23:16:52 svc:/milestone/network:default
28462026-06-25T23:17:11.758Z[s1.quartet] dladm
28472026-06-25T23:17:11.771ZLINK CLASS MTU STATE BRIDGE OVER
28482026-06-25T23:17:11.771Zsl0 simnet 9000 up -- ?
28492026-06-25T23:17:11.771Zmgs1 vnic 9000 up -- ?
28502026-06-25T23:17:11.771Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28512026-06-25T23:17:12.310Z
28522026-06-25T23:17:12.310Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28532026-06-25T23:17:12.326Z
28542026-06-25T23:17:12.326Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28552026-06-25T23:17:12.338Z
28562026-06-25T23:17:12.338Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28572026-06-25T23:17:12.420Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28582026-06-25T23:17:12.490Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3a72de38-861d-4328-9215-4cfdfb887ea7 --sled-uuid 0baccf16-2820-4e6e-9e18-3512eef7018e -a sl0/v6 &> /opt/ddmd.log &
28592026-06-25T23:17:12.504Z
28602026-06-25T23:17:12.504Zrunning zone s2.quartet setup
28612026-06-25T23:17:12.504Z[s2.quartet] svcs milestone/network
28622026-06-25T23:17:12.521ZSTATE STIME FMRI
28632026-06-25T23:17:12.521Zonline 23:16:54 svc:/milestone/network:default
28642026-06-25T23:17:12.521Z[s2.quartet] dladm
28652026-06-25T23:17:12.534ZLINK CLASS MTU STATE BRIDGE OVER
28662026-06-25T23:17:12.534Zsl1 simnet 9000 up -- ?
28672026-06-25T23:17:12.534Zmgs2 vnic 9000 up -- ?
28682026-06-25T23:17:12.534Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28692026-06-25T23:17:13.075Z
28702026-06-25T23:17:13.075Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28712026-06-25T23:17:13.090Z
28722026-06-25T23:17:13.090Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28732026-06-25T23:17:13.102Z
28742026-06-25T23:17:13.102Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28752026-06-25T23:17:13.134Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28762026-06-25T23:17:13.162Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 83eeaf1f-17e0-4dd8-bf74-4ed023baddd9 --sled-uuid 6d976b5f-5134-44fe-9153-52d21a10ed01 -a sl1/v6 &> /opt/ddmd.log &
28772026-06-25T23:17:13.173Z
28782026-06-25T23:17:13.173Zrunning zone s3.quartet setup
28792026-06-25T23:17:13.173Z[s3.quartet] svcs milestone/network
28802026-06-25T23:17:13.189ZSTATE STIME FMRI
28812026-06-25T23:17:13.189Zonline 23:16:58 svc:/milestone/network:default
28822026-06-25T23:17:13.190Z[s3.quartet] dladm
28832026-06-25T23:17:13.201ZLINK CLASS MTU STATE BRIDGE OVER
28842026-06-25T23:17:13.201Zsl2 simnet 9000 up -- ?
28852026-06-25T23:17:13.201Zmgs3 vnic 9000 up -- ?
28862026-06-25T23:17:13.201Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28872026-06-25T23:17:13.796Z
28882026-06-25T23:17:13.796Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28892026-06-25T23:17:13.811Z
28902026-06-25T23:17:13.811Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28912026-06-25T23:17:13.824Z
28922026-06-25T23:17:13.824Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28932026-06-25T23:17:13.855Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28942026-06-25T23:17:13.888Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8ed26e3d-89f9-44c3-82d4-77bfff05de73 --sled-uuid 9d3e0636-2b23-44c5-841f-d96d2109d99b -a sl2/v6 &> /opt/ddmd.log &
28952026-06-25T23:17:13.900Z
28962026-06-25T23:17:13.900Zrunning zone t1.quartet setup
28972026-06-25T23:17:13.900Z[t1.quartet] svcs milestone/network
28982026-06-25T23:17:13.914ZSTATE STIME FMRI
28992026-06-25T23:17:13.914Zonline 23:17:00 svc:/milestone/network:default
29002026-06-25T23:17:13.914Z[t1.quartet] dladm
29012026-06-25T23:17:13.928ZLINK CLASS MTU STATE BRIDGE OVER
29022026-06-25T23:17:13.928Ztfportrear0_0 simnet 9000 up -- ?
29032026-06-25T23:17:13.928Ztfportrear1_0 simnet 9000 up -- ?
29042026-06-25T23:17:13.928Ztfportrear2_0 simnet 9000 up -- ?
29052026-06-25T23:17:13.928Zmgt1 vnic 9000 up -- ?
29062026-06-25T23:17:13.928Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29072026-06-25T23:17:14.432Z
29082026-06-25T23:17:14.432Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29092026-06-25T23:17:14.444Z
29102026-06-25T23:17:14.445Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29112026-06-25T23:17:14.458Z
29122026-06-25T23:17:14.458Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29132026-06-25T23:17:14.471Z
29142026-06-25T23:17:14.471Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29152026-06-25T23:17:14.482Z
29162026-06-25T23:17:14.482Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29172026-06-25T23:17:14.795Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29182026-06-25T23:17:14.798Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29192026-06-25T23:17:14.800Zwaiting 3s for copy of files to zone to complete ...
29202026-06-25T23:17:17.800Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29212026-06-25T23:17:17.931Z
29222026-06-25T23:17:17.931Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29232026-06-25T23:17:18.039Z
29242026-06-25T23:17:18.039Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29252026-06-25T23:17:18.073Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29262026-06-25T23:17:18.102Z[t1.quartet] svcadm disable dendrite
29272026-06-25T23:17:18.127Z
29282026-06-25T23:17:18.127Z[t1.quartet] svcadm disable tfport
29292026-06-25T23:17:18.151Z
29302026-06-25T23:17:18.151Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29312026-06-25T23:17:18.177Z
29322026-06-25T23:17:18.177Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29332026-06-25T23:17:18.202Z
29342026-06-25T23:17:18.202Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29352026-06-25T23:17:18.227Z
29362026-06-25T23:17:18.227Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29372026-06-25T23:17:18.252Z
29382026-06-25T23:17:18.252Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29392026-06-25T23:17:18.277Z
29402026-06-25T23:17:18.277Z[t1.quartet] svcadm refresh dendrite:default
29412026-06-25T23:17:18.298Z
29422026-06-25T23:17:18.298Z[t1.quartet] svcadm enable dendrite:default
29432026-06-25T23:17:18.319Z
29442026-06-25T23:17:18.319Zwait 10s for dendrite to come up ...
29452026-06-25T23:17:28.321Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29462026-06-25T23:17:28.348Z
29472026-06-25T23:17:28.348Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29482026-06-25T23:17:28.373Z
29492026-06-25T23:17:28.373Z[t1.quartet] svcadm refresh tfport:default
29502026-06-25T23:17:28.394Z
29512026-06-25T23:17:28.394Z[t1.quartet] svcadm enable tfport
29522026-06-25T23:17:28.415Z
29532026-06-25T23:17:28.415Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 71cd8a4b-39b1-4595-9fad-055c1a670a80 --sled-uuid a93ecdb4-ad11-4b76-9cc0-b5856fd326da -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29542026-06-25T23:17:28.426Z
29552026-06-25T23:17:28.427Z[t1.quartet] ipadm
29562026-06-25T23:17:28.440ZADDROBJ TYPE STATE ADDR
29572026-06-25T23:17:28.440Zlo0/v4 static ok 127.0.0.1/8
29582026-06-25T23:17:28.441Zmgt1/v4 static ok 10.0.0.4/24
29592026-06-25T23:17:28.441Zlo0/v6 static ok ::1/128
29602026-06-25T23:17:28.441Zlo0/u6 static ok fd00:4::1/64
29612026-06-25T23:17:28.441Ztfportrear0_0/v6 addrconf ok fe80::9c78:edff:fe35:20ba%tfportrear0_0/10
29622026-06-25T23:17:28.441Ztfportrear1_0/v6 addrconf ok fe80::b89a:53ff:fe7b:2c50%tfportrear1_0/10
29632026-06-25T23:17:28.441Ztfportrear2_0/v6 addrconf ok fe80::d496:7dff:fed7:32b3%tfportrear2_0/10
29642026-06-25T23:17:30.531Zinitial peering test passed
29652026-06-25T23:17:31.533Z[s3.quartet] ping fd00:1::1
29662026-06-25T23:17:31.548Zfd00:1::1 is alive
29672026-06-25T23:17:41.684Ztest ddm::test_quartet has been running for over 60 seconds
29682026-06-25T23:17:42.552Z[s3.quartet] ping fd00:1::1
29692026-06-25T23:17:42.566Zfd00:1::1 is alive
29702026-06-25T23:17:42.569Z[t1.quartet] pkill ddmd
29712026-06-25T23:17:42.578Z
29722026-06-25T23:17:42.578Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29732026-06-25T23:17:42.581Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29742026-06-25T23:17:44.458Z[s3.quartet] pkill ddmd
29752026-06-25T23:17:44.471Z
29762026-06-25T23:17:44.471Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29772026-06-25T23:17:46.278Z[s2.quartet] pkill ddmd
29782026-06-25T23:17:46.291Z
29792026-06-25T23:17:46.292Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29802026-06-25T23:17:48.025Z[s1.quartet] pkill ddmd
29812026-06-25T23:17:48.038Z
29822026-06-25T23:17:48.038Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29832026-06-25T23:17:49.909Z[sidecar.quartet] pkill softnpu
29842026-06-25T23:17:49.923Z
29852026-06-25T23:17:49.923Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29862026-06-25T23:17:52.548Ztest ddm::test_quartet ... ok
29872026-06-25T23:17:52.548Z
29882026-06-25T23:17:52.548Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 70.86s
29892026-06-25T23:17:52.548Z
29902026-06-25T23:17:52.598Z+ cleanup
29912026-06-25T23:17:52.601Z++ id -un
29922026-06-25T23:17:52.605Z++ id -gn
29932026-06-25T23:17:52.605Z+ pfexec chown -R build:build .
29942026-06-25T23:17:52.726Zprocess exited: duration 694365 ms, exit code 0
 
29952026-06-25T23:17:52.746Zfound 6 output files
29962026-06-25T23:17:52.746Zuploading: /work/s1.quartet.log (3472 bytes)
29972026-06-25T23:17:53.765Zuploaded: /work/s1.quartet.log
29982026-06-25T23:17:53.765Zuploading: /work/s2.quartet.log (4137 bytes)
29992026-06-25T23:17:54.776Zuploaded: /work/s2.quartet.log
30002026-06-25T23:17:54.776Zuploading: /work/s3.quartet.log (4251 bytes)
30012026-06-25T23:17:55.789Zuploaded: /work/s3.quartet.log
30022026-06-25T23:17:55.789Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30032026-06-25T23:17:56.868Zuploaded: /work/sidecar.quartet-softnpu.log
30042026-06-25T23:17:56.868Zuploading: /work/t1.quartet-dpd.log (202724 bytes)
30052026-06-25T23:17:59.067Zuploaded: /work/t1.quartet-dpd.log
30062026-06-25T23:17:59.067Zuploading: /work/t1.quartet.log (17183 bytes)
30072026-06-25T23:18:00.183Zuploaded: /work/t1.quartet.log