01KTAYTYKTWPMY396WHS2VBAYZ: 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: 01KTAYWKVRJ2RX6VX5CZ5WC21D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:59:42.877Zjob assigned to worker 01KTAYYC42TRR8Z5D1J73VBG5T [factory aws, i-02e5a7ec03b0e3abc] (queued for 1 m 39 s)
 
22026-06-05T03:59:49.999Zstarting task 0: "setup"
32026-06-05T03:59:50.004Z++ uname -s
42026-06-05T03:59:50.009Z+ kern=SunOS
52026-06-05T03:59:50.009Z+ build_user=build
62026-06-05T03:59:50.009Z+ build_uid=12345
72026-06-05T03:59:50.009Z+ work_dir=/work
82026-06-05T03:59:50.009Z+ input_dir=/input
92026-06-05T03:59:50.009Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:50.009Z+ case "$kern" in
112026-06-05T03:59:50.009Z+ groupadd -g 12345 build
122026-06-05T03:59:50.009Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:52.014Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:52.108Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:52.112Z+ home_fs=zfs
162026-06-05T03:59:52.113Z+ [[ zfs == autofs ]]
172026-06-05T03:59:52.113Z+ mkdir -p /home/build
182026-06-05T03:59:52.113Z+ chown build:build /home/build /work
192026-06-05T03:59:54.111Z+ chmod 0700 /home/build /work
202026-06-05T03:59:54.115Zprocess exited: duration 4114 ms, exit code 0
 
212026-06-05T03:59:54.121Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:54.125Z * rust toolchain channel = "stable"
232026-06-05T03:59:54.125Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-06-05T03:59:54.125Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-05T03:59:54.125Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T03:59:54.125Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:59:54.125Z * rust toolchain profile = "default"
282026-06-05T03:59:54.128Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:54.128Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:54.224Zinfo: downloading installer
312026-06-05T03:59:55.572Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:55.572Zwarn: /opt/ooce/bin
332026-06-05T03:59:55.572Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:55.572Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:55.572Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:55.572Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:55.572Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:55.572Zerror: cannot install while Rust is installed
392026-06-05T03:59:55.572Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:55.572Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:55.572Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:55.572Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:55.572Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:55.586Zinfo: profile set to default
452026-06-05T03:59:55.586Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:55.589Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:55.725Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:55.730Zinfo: downloading 6 components
492026-06-05T04:00:10.016Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T04:00:10.016Z
512026-06-05T04:00:10.044Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T04:00:10.044Z
532026-06-05T04:00:10.051Z
542026-06-05T04:00:10.051ZRust is installed now. Great!
552026-06-05T04:00:10.051Z
562026-06-05T04:00:10.051ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T04:00:10.051Zenvironment variable. This has not been done automatically.
582026-06-05T04:00:10.051Z
592026-06-05T04:00:10.051ZTo configure your current shell, you need to source
602026-06-05T04:00:10.051Zthe corresponding env file under $HOME/.cargo.
612026-06-05T04:00:10.051Z
622026-06-05T04:00:10.051ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T04:00:10.051Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T04:00:10.051Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T04:00:10.051Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T04:00:10.051Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T04:00:10.051Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T04:00:10.051Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T04:00:10.052Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T04:00:10.052Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T04:00:10.131Z+ rustup --version
722026-06-05T04:00:10.142Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T04:00:10.146Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T04:00:10.162Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T04:00:10.167Z+ cargo --version
762026-06-05T04:00:10.179Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T04:00:10.185Z+ rustc --version
782026-06-05T04:00:10.200Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T04:00:10.207Zprocess exited: duration 16078 ms, exit code 0
 
802026-06-05T04:00:10.215Zstarting task 2: "authentication"
812026-06-05T04:00:10.239Zprocess exited: duration 23 ms, exit code 0
 
822026-06-05T04:00:10.247Zstarting task 3: "clone repository"
832026-06-05T04:00:10.250Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T04:00:10.265Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T04:00:10.291ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T04:00:11.338Z+ cd /work/oxidecomputer/maghemite
872026-06-05T04:00:11.338Z+ git fetch origin a20914a29abd2d41480d887d0cde49b8881b0f51
882026-06-05T04:00:11.588ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T04:00:11.588Z * branch a20914a29abd2d41480d887d0cde49b8881b0f51 -> FETCH_HEAD
902026-06-05T04:00:11.595Z+ [[ -n renovate/serde_json-1.x ]]
912026-06-05T04:00:11.599Z++ git branch --show-current
922026-06-05T04:00:11.599Z+ current=main
932026-06-05T04:00:11.599Z+ [[ main != renovate/serde_json-1.x ]]
942026-06-05T04:00:11.599Z+ git branch -f renovate/serde_json-1.x a20914a29abd2d41480d887d0cde49b8881b0f51
952026-06-05T04:00:11.604Z+ git checkout -f renovate/serde_json-1.x
962026-06-05T04:00:11.619ZSwitched to branch 'renovate/serde_json-1.x'
972026-06-05T04:00:11.622Z+ git reset --hard a20914a29abd2d41480d887d0cde49b8881b0f51
982026-06-05T04:00:11.636ZHEAD is now at a20914a Update Rust crate serde_json to 1.0.150
992026-06-05T04:00:11.640Zprocess exited: duration 1389 ms, exit code 0
 
1002026-06-05T04:00:11.650Zstarting task 4: "build"
1012026-06-05T04:00:11.659Z++ dladm
1022026-06-05T04:00:11.663ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-05T04:00:11.663Zena0 phys 9216 up -- --
1042026-06-05T04:00:11.663Z++ ipadm
1052026-06-05T04:00:11.663ZADDROBJ TYPE STATE ADDR
1062026-06-05T04:00:11.663Zlo0/v4 static ok 127.0.0.1/8
1072026-06-05T04:00:11.663Zena0/dhcp dhcp ok 10.150.1.16/24
1082026-06-05T04:00:11.664Zlo0/v6 static ok ::1/128
1092026-06-05T04:00:11.664Z++ banner collect
1102026-06-05T04:00:11.667Z
1112026-06-05T04:00:11.667Z #### #### # # ###### #### #####
1122026-06-05T04:00:11.667Z # # # # # # # # # #
1132026-06-05T04:00:11.667Z # # # # # ##### # #
1142026-06-05T04:00:11.667Z # # # # # # # #
1152026-06-05T04:00:11.667Z # # # # # # # # # #
1162026-06-05T04:00:11.667Z #### #### ###### ###### ###### #### #
1172026-06-05T04:00:11.667Z
1182026-06-05T04:00:11.667Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-05T04:00:11.668Z++ repo=softnpu
1202026-06-05T04:00:11.668Z++ series=image
1212026-06-05T04:00:11.668Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-05T04:00:11.668Z++ name=softnpu
1232026-06-05T04:00:11.668Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-05T04:00:11.668Z++ mkdir -p download
1252026-06-05T04:00:11.668Z++ pushd download
1262026-06-05T04:00:11.668Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-05T04:00:11.668Z++ [[ ! -f softnpu ]]
1282026-06-05T04:00:11.668Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-05T04:00:11.672Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-05T04:00:11.672Z Dload Upload Total Spent Left Speed
1312026-06-05T04:00:13.192Z 0 0 0 0 0 0 0 0 0 34 15.63M 34 5.33M 0 0 4.16M 0 00:03 00:01 00:02 4.16M 100 15.63M 100 15.63M 0 0 10.28M 0 00:01 00:01 4.16M 100 15.63M 100 15.63M 0 0 10.28M 0 00:01 00:01 4.16M 100 15.63M 100 15.63M 0 0 10.28M 0 00:01 00:01 4.16M
1322026-06-05T04:00:13.197Z++ popd
1332026-06-05T04:00:13.197Z/work/oxidecomputer/maghemite
1342026-06-05T04:00:13.197Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-05T04:00:13.197Z++ repo=sidecar-lite
1362026-06-05T04:00:13.197Z++ series=release
1372026-06-05T04:00:13.198Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-05T04:00:13.198Z++ name=libsidecar_lite.so
1392026-06-05T04:00:13.198Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-05T04:00:13.198Z++ mkdir -p download
1412026-06-05T04:00:13.198Z++ pushd download
1422026-06-05T04:00:13.198Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-05T04:00:13.198Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-05T04:00:13.198Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-05T04:00:13.202Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-05T04:00:13.202Z Dload Upload Total Spent Left Speed
1472026-06-05T04:00:14.511Z 0 0 0 0 0 0 0 0 0 12 12.04M 12 1.50M 0 0 1.49M 0 00:08 00:01 00:07 1.49M 100 12.04M 100 12.04M 0 0 9.19M 0 00:01 00:01 1.49M 100 12.04M 100 12.04M 0 0 9.19M 0 00:01 00:01 1.49M 100 12.04M 100 12.04M 0 0 9.19M 0 00:01 00:01 1.49M
1482026-06-05T04:00:14.524Z++ popd
1492026-06-05T04:00:14.524Z/work/oxidecomputer/maghemite
1502026-06-05T04:00:14.524Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-05T04:00:14.524Z++ repo=sidecar-lite
1522026-06-05T04:00:14.524Z++ series=release
1532026-06-05T04:00:14.524Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-05T04:00:14.524Z++ name=scadm
1552026-06-05T04:00:14.524Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-05T04:00:14.524Z++ mkdir -p download
1572026-06-05T04:00:14.524Z++ pushd download
1582026-06-05T04:00:14.524Z++ [[ ! -f scadm ]]
1592026-06-05T04:00:14.524Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-06-05T04:00:14.524Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-05T04:00:14.531Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-05T04:00:14.531Z Dload Upload Total Spent Left Speed
1632026-06-05T04:00:14.986Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 34.09M 0 0 100 15.78M 100 15.78M 0 0 34.09M 0 0 100 15.78M 100 15.78M 0 0 34.09M 0 0
1642026-06-05T04:00:14.990Z++ popd
1652026-06-05T04:00:14.990Z/work/oxidecomputer/maghemite
1662026-06-05T04:00:14.990Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-05T04:00:14.990Z++ repo=dendrite
1682026-06-05T04:00:14.990Z++ series=image
1692026-06-05T04:00:14.990Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-05T04:00:14.990Z++ name=dendrite-softnpu.tar.gz
1712026-06-05T04:00:14.990Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-05T04:00:14.990Z++ mkdir -p download
1732026-06-05T04:00:14.995Z++ pushd download
1742026-06-05T04:00:14.995Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-05T04:00:14.995Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-05T04:00:14.995Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T04:00:14.999Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-05T04:00:14.999Z Dload Upload Total Spent Left Speed
1792026-06-05T04:00:16.001Z 0 0 0 0 0 0 0 0 0 99 71.59M 99 71.52M 0 0 71.45M 0 00:01 00:01 71.46M 100 71.59M 100 71.59M 0 0 71.48M 0 00:01 00:01 71.46M 100 71.59M 100 71.59M 0 0 71.48M 0 00:01 00:01 71.46M 100 71.59M 100 71.59M 0 0 71.47M 0 00:01 00:01 71.46M
1802026-06-05T04:00:16.009Z++ popd
1812026-06-05T04:00:16.009Z/work/oxidecomputer/maghemite
1822026-06-05T04:00:16.009Z++ get_artifact maghemite release a20914a29abd2d41480d887d0cde49b8881b0f51 ddm
1832026-06-05T04:00:16.009Z++ repo=maghemite
1842026-06-05T04:00:16.009Z++ series=release
1852026-06-05T04:00:16.009Z++ commit=a20914a29abd2d41480d887d0cde49b8881b0f51
1862026-06-05T04:00:16.009Z++ name=ddm
1872026-06-05T04:00:16.009Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-05T04:00:16.009Z++ mkdir -p download
1892026-06-05T04:00:16.009Z++ pushd download
1902026-06-05T04:00:16.009Z++ [[ ! -f ddm ]]
1912026-06-05T04:00:16.009Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-05T04:00:16.009Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a20914a29abd2d41480d887d0cde49b8881b0f51/ddm
1932026-06-05T04:00:16.017Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-05T04:00:16.017Z Dload Upload Total Spent Left Speed
1952026-06-05T04:00:16.087Z 0 0 0 0 0 0 0 0 0
1962026-06-05T04:00:16.087Zcurl: (22) The requested URL returned error: 404
1972026-06-05T04:00:16.098Z++ popd
1982026-06-05T04:00:16.098Z/work/oxidecomputer/maghemite
1992026-06-05T04:00:16.098Z++ get_artifact maghemite release a20914a29abd2d41480d887d0cde49b8881b0f51 ddmadm
2002026-06-05T04:00:16.098Z++ repo=maghemite
2012026-06-05T04:00:16.098Z++ series=release
2022026-06-05T04:00:16.098Z++ commit=a20914a29abd2d41480d887d0cde49b8881b0f51
2032026-06-05T04:00:16.098Z++ name=ddmadm
2042026-06-05T04:00:16.098Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-05T04:00:16.098Z++ mkdir -p download
2062026-06-05T04:00:16.098Z++ pushd download
2072026-06-05T04:00:16.098Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-05T04:00:16.099Z++ [[ ! -f ddmadm ]]
2092026-06-05T04:00:16.099Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a20914a29abd2d41480d887d0cde49b8881b0f51/ddmadm
2102026-06-05T04:00:16.099Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-05T04:00:16.099Z Dload Upload Total Spent Left Speed
2122026-06-05T04:00:16.177Z 0 0 0 0 0 0 0 0 0
2132026-06-05T04:00:16.177Zcurl: (22) The requested URL returned error: 404
2142026-06-05T04:00:16.202Z++ popd
2152026-06-05T04:00:16.202Z/work/oxidecomputer/maghemite
2162026-06-05T04:00:16.202Z++ pushd download
2172026-06-05T04:00:16.202Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-05T04:00:16.202Z++ chmod +x softnpu
2192026-06-05T04:00:16.202Z++ chmod +x scadm
2202026-06-05T04:00:16.202Z++ chmod +x ddmadm
2212026-06-05T04:00:16.202Zchmod: WARNING: can't access ddmadm
2222026-06-05T04:00:16.202Z++ chmod +x ddmd
2232026-06-05T04:00:16.202Zchmod: WARNING: can't access ddmd
2242026-06-05T04:00:16.202Z++ mv ddmadm ddmadm-v2
2252026-06-05T04:00:16.202Zmv: cannot access ddmadm
2262026-06-05T04:00:16.202Z++ mv ddmd ddmd-v2
2272026-06-05T04:00:16.202Zmv: cannot access ddmd
2282026-06-05T04:00:16.203Z++ rm -rf zones/dendrite
2292026-06-05T04:00:16.203Z++ mkdir -p zones/dendrite
2302026-06-05T04:00:16.203Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-05T04:00:17.162Z++ 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-05T04:00:17.165Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-05T04:00:17.165Z++ popd
2342026-06-05T04:00:17.165Z++ banner install
2352026-06-05T04:00:17.165Z/work/oxidecomputer/maghemite
2362026-06-05T04:00:17.171Z
2372026-06-05T04:00:17.171Z # # # #### ##### ## # #
2382026-06-05T04:00:17.171Z # ## # # # # # # #
2392026-06-05T04:00:17.171Z # # # # #### # # # # #
2402026-06-05T04:00:17.171Z # # # # # # ###### # #
2412026-06-05T04:00:17.171Z # # ## # # # # # # #
2422026-06-05T04:00:17.171Z # # # #### # # # ###### ######
2432026-06-05T04:00:17.171Z
2442026-06-05T04:00:17.171Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-05T04:00:17.171Z++ set +o errexit
2462026-06-05T04:00:17.171Z++ pkg info clang-15
2472026-06-05T04:00:17.171Z++ grep -qi installed
2482026-06-05T04:00:18.348Zpkg: info: no packages matching the following patterns you specified are
2492026-06-05T04:00:18.348Zinstalled on the system. Try querying remotely instead:
2502026-06-05T04:00:18.348Z
2512026-06-05T04:00:18.348Z clang-15
2522026-06-05T04:00:18.391Z++ [[ 1 != 0 ]]
2532026-06-05T04:00:18.391Z++ set -o errexit
2542026-06-05T04:00:18.392Z++ pfexec pkg install clang-15
2552026-06-05T04:00:27.677Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-05T04:00:35.383Z Startup: Caching catalogs ... Done
2572026-06-05T04:00:42.584ZPlanning: Solver setup ... Done
2582026-06-05T04:00:42.647ZPlanning: Running solver ... Done
2592026-06-05T04:00:42.766ZPlanning: Finding local manifests ... Done
2602026-06-05T04:00:42.787ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-05T04:00:43.294ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-05T04:00:43.321ZPlanning: Package planning ... Done
2632026-06-05T04:00:43.347ZPlanning: Merging actions ... Done
2642026-06-05T04:00:43.453ZPlanning: Checking for conflicting actions ... Done
2652026-06-05T04:00:43.460ZPlanning: Consolidating action changes ... Done
2662026-06-05T04:00:44.232ZPlanning: Evaluating mediators ... Done
2672026-06-05T04:00:44.236ZPlanning: Planning completed in 8.68 seconds
2682026-06-05T04:00:44.247Z Packages to install: 2
2692026-06-05T04:00:44.252Z Mediators to change: 2
2702026-06-05T04:00:44.252Z Services to change: 1
2712026-06-05T04:00:44.252Z Create boot environment: No
2722026-06-05T04:00:44.252ZCreate backup boot environment: No
2732026-06-05T04:00:44.288Z
2742026-06-05T04:00:44.289ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-05T04:00:49.302ZDownload: 551/3076 items 17.2/211.3MB 8% complete (3.7M/s)
2762026-06-05T04:00:54.306ZDownload: 707/3076 items 17.6/211.3MB 8% complete (2.1M/s)
2772026-06-05T04:00:59.425ZDownload: 789/3076 items 18.2/211.3MB 8% complete (908k/s)
2782026-06-05T04:01:04.485ZDownload: 931/3076 items 81.6/211.3MB 38% complete (6.3M/s)
2792026-06-05T04:01:09.472ZDownload: 971/3076 items 82.0/211.3MB 38% complete (6.4M/s)
2802026-06-05T04:01:15.759ZDownload: 976/3076 items 82.2/211.3MB 38% complete (5.8M/s)
2812026-06-05T04:01:20.776ZDownload: 981/3076 items 82.2/211.3MB 38% complete (4.7M/s)
2822026-06-05T04:01:25.889ZDownload: 983/3076 items 82.2/211.3MB 38% complete (4.4M/s)
2832026-06-05T04:01:31.322ZDownload: 1087/3076 items 113.7/211.3MB 53% complete (3.2M/s)
2842026-06-05T04:01:36.330ZDownload: 1353/3076 items 115.5/211.3MB 54% complete (3.6M/s)
2852026-06-05T04:01:41.467ZDownload: 1650/3076 items 116.5/211.3MB 55% complete (297k/s)
2862026-06-05T04:01:46.583ZDownload: 1993/3076 items 117.1/211.3MB 55% complete (163k/s)
2872026-06-05T04:01:52.746ZDownload: 2004/3076 items 117.2/211.3MB 55% complete (149k/s)
2882026-06-05T04:01:57.761ZDownload: 2011/3076 items 117.9/211.3MB 55% complete (101k/s)
2892026-06-05T04:02:03.035ZDownload: 2294/3076 items 119.0/211.3MB 56% complete (183k/s)
2902026-06-05T04:02:08.102ZDownload: 2499/3076 items 119.5/211.3MB 56% complete (164k/s)
2912026-06-05T04:02:13.147ZDownload: 2717/3076 items 119.9/211.3MB 56% complete (94.5k/s)
2922026-06-05T04:02:18.225ZDownload: 3005/3076 items 195.4/211.3MB 92% complete (7.5M/s)
2932026-06-05T04:02:24.255ZDownload: 3026/3076 items 199.5/211.3MB 94% complete (8.0M/s)
2942026-06-05T04:02:29.255ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (229k/s)
2952026-06-05T04:02:29.732ZDownload: Completed 211.31 MB in 105.43 seconds (2.0M/s)
2962026-06-05T04:02:29.868Z Actions: 1/3418 actions (Installing new actions)
2972026-06-05T04:02:33.005Z Actions: Completed 3418 actions in 3.14 seconds.
2982026-06-05T04:02:33.653Z Done
2992026-06-05T04:02:33.653Z Done
3002026-06-05T04:02:34.391Z Done
3012026-06-05T04:02:37.742Z Done
3022026-06-05T04:02:37.817Z Done
3032026-06-05T04:02:37.820Z Done
3042026-06-05T04:02:38.099Z Done
3052026-06-05T04:02:38.774Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3062026-06-05T04:02:38.774Z++ set +o errexit
3072026-06-05T04:02:38.779Z++ pkg info pkg-config
3082026-06-05T04:02:38.779Z++ grep -qi installed
3092026-06-05T04:02:39.001Z++ [[ 0 != 0 ]]
3102026-06-05T04:02:39.001Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3112026-06-05T04:02:39.001Z++ set +o errexit
3122026-06-05T04:02:39.004Z++ pkg info brand/omicron1
3132026-06-05T04:02:39.004Z++ grep -qi installed
3142026-06-05T04:02:39.185Zpkg: info: no packages matching the following patterns you specified are
3152026-06-05T04:02:39.185Zinstalled on the system. Try querying remotely instead:
3162026-06-05T04:02:39.185Z
3172026-06-05T04:02:39.185Z brand/omicron1
3182026-06-05T04:02:39.220Z++ [[ 1 != 0 ]]
3192026-06-05T04:02:39.220Z++ set -o errexit
3202026-06-05T04:02:39.220Z++ pfexec pkg install brand/omicron1
3212026-06-05T04:02:39.646Z Startup: Refreshing catalog 'helios-dev' ... Done
3222026-06-05T04:02:46.904ZPlanning: Solver setup ... Done
3232026-06-05T04:02:46.944ZPlanning: Running solver ... Done
3242026-06-05T04:02:47.081ZPlanning: Finding local manifests ... Done
3252026-06-05T04:02:47.087ZPlanning: Fetching manifests: 0/2 0% complete
3262026-06-05T04:02:47.614ZPlanning: Fetching manifests: 2/2 100% complete
3272026-06-05T04:02:47.625ZPlanning: Package planning ... Done
3282026-06-05T04:02:47.628ZPlanning: Merging actions ... Done
3292026-06-05T04:02:47.776ZPlanning: Checking for conflicting actions ... Done
3302026-06-05T04:02:47.780ZPlanning: Consolidating action changes ... Done
3312026-06-05T04:02:47.935ZPlanning: Evaluating mediators ... Done
3322026-06-05T04:02:47.939ZPlanning: Planning completed in 8.29 seconds
3332026-06-05T04:02:47.943Z Packages to install: 2
3342026-06-05T04:02:47.943Z Create boot environment: No
3352026-06-05T04:02:47.943ZCreate backup boot environment: No
3362026-06-05T04:02:47.972Z
3372026-06-05T04:02:47.972ZDownload: 0/5 items 0.0/1.1MB 0% complete
3382026-06-05T04:02:49.208ZDownload: Completed 1.07 MB in 1.24 seconds (887k/s)
3392026-06-05T04:02:49.292Z Actions: 1/28 actions (Installing new actions)
3402026-06-05T04:02:49.305Z Actions: Completed 28 actions in 0.01 seconds.
3412026-06-05T04:02:49.811Z Done
3422026-06-05T04:02:49.811Z Done
3432026-06-05T04:02:50.445Z Done
3442026-06-05T04:02:53.278Z Done
3452026-06-05T04:02:53.350Z Done
3462026-06-05T04:02:53.353Z Done
3472026-06-05T04:02:53.495Z Done
3482026-06-05T04:02:53.631Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3492026-06-05T04:02:53.631Z++ set +o errexit
3502026-06-05T04:02:53.664Z++ pkg info brand/omicron1/tools
3512026-06-05T04:02:53.664Z++ grep -qi installed
3522026-06-05T04:02:53.819Zpkg: info: no packages matching the following patterns you specified are
3532026-06-05T04:02:53.819Zinstalled on the system. Try querying remotely instead:
3542026-06-05T04:02:53.819Z
3552026-06-05T04:02:53.819Z brand/omicron1/tools
3562026-06-05T04:02:53.854Z++ [[ 1 != 0 ]]
3572026-06-05T04:02:53.854Z++ set -o errexit
3582026-06-05T04:02:53.854Z++ pfexec pkg install brand/omicron1/tools
3592026-06-05T04:02:54.283Z Startup: Refreshing catalog 'helios-dev' ... Done
3602026-06-05T04:03:01.450ZPlanning: Solver setup ... Done
3612026-06-05T04:03:01.489ZPlanning: Running solver ... Done
3622026-06-05T04:03:01.633ZPlanning: Finding local manifests ... Done
3632026-06-05T04:03:01.637ZPlanning: Fetching manifests: 0/1 0% complete
3642026-06-05T04:03:01.756ZPlanning: Fetching manifests: 1/1 100% complete
3652026-06-05T04:03:01.771ZPlanning: Package planning ... Done
3662026-06-05T04:03:01.773ZPlanning: Merging actions ... Done
3672026-06-05T04:03:01.907ZPlanning: Checking for conflicting actions ... Done
3682026-06-05T04:03:01.910ZPlanning: Consolidating action changes ... Done
3692026-06-05T04:03:02.062ZPlanning: Evaluating mediators ... Done
3702026-06-05T04:03:02.066ZPlanning: Planning completed in 7.83 seconds
3712026-06-05T04:03:02.070Z Packages to install: 1
3722026-06-05T04:03:02.070Z Services to change: 1
3732026-06-05T04:03:02.075Z Create boot environment: No
3742026-06-05T04:03:02.075ZCreate backup boot environment: No
3752026-06-05T04:03:02.099Z
3762026-06-05T04:03:02.099ZDownload: 0/2 items 0.0/1.2MB 0% complete
3772026-06-05T04:03:02.135ZDownload: Completed 1.19 MB in 0.04 seconds (32.9M/s)
3782026-06-05T04:03:02.221Z Actions: 1/19 actions (Installing new actions)
3792026-06-05T04:03:02.234Z Actions: Completed 19 actions in 0.01 seconds.
3802026-06-05T04:03:02.745Z Done
3812026-06-05T04:03:02.745Z Done
3822026-06-05T04:03:03.386Z Done
3832026-06-05T04:03:06.235Z Done
3842026-06-05T04:03:06.307Z Done
3852026-06-05T04:03:06.311Z Done
3862026-06-05T04:03:06.471Z Done
3872026-06-05T04:03:06.606Z++ pfexec svcadm enable baseline
3882026-06-05T04:03:06.621Z++ retry=0
3892026-06-05T04:03:06.624Z+++ svcs -Hostate baseline
3902026-06-05T04:03:06.636Z++ [[ offline* != online ]]
3912026-06-05T04:03:06.636Z++ [[ 0 -gt 300 ]]
3922026-06-05T04:03:06.636Z++ sleep 1
3932026-06-05T04:03:07.638Z++ retry=1
3942026-06-05T04:03:07.641Z+++ svcs -Hostate baseline
3952026-06-05T04:03:07.652Z++ [[ offline* != online ]]
3962026-06-05T04:03:07.652Z++ [[ 1 -gt 300 ]]
3972026-06-05T04:03:07.652Z++ sleep 1
3982026-06-05T04:03:08.653Z++ retry=2
3992026-06-05T04:03:08.656Z+++ svcs -Hostate baseline
4002026-06-05T04:03:08.668Z++ [[ offline* != online ]]
4012026-06-05T04:03:08.668Z++ [[ 2 -gt 300 ]]
4022026-06-05T04:03:08.668Z++ sleep 1
4032026-06-05T04:03:09.669Z++ retry=3
4042026-06-05T04:03:09.673Z+++ svcs -Hostate baseline
4052026-06-05T04:03:09.683Z++ [[ offline* != online ]]
4062026-06-05T04:03:09.683Z++ [[ 3 -gt 300 ]]
4072026-06-05T04:03:09.683Z++ sleep 1
4082026-06-05T04:03:10.688Z++ retry=4
4092026-06-05T04:03:10.691Z+++ svcs -Hostate baseline
4102026-06-05T04:03:10.702Z++ [[ offline* != online ]]
4112026-06-05T04:03:10.702Z++ [[ 4 -gt 300 ]]
4122026-06-05T04:03:10.702Z++ sleep 1
4132026-06-05T04:03:11.708Z++ retry=5
4142026-06-05T04:03:11.715Z+++ svcs -Hostate baseline
4152026-06-05T04:03:11.724Z++ [[ offline* != online ]]
4162026-06-05T04:03:11.724Z++ [[ 5 -gt 300 ]]
4172026-06-05T04:03:11.724Z++ sleep 1
4182026-06-05T04:03:12.719Z++ retry=6
4192026-06-05T04:03:12.722Z+++ svcs -Hostate baseline
4202026-06-05T04:03:12.734Z++ [[ offline* != online ]]
4212026-06-05T04:03:12.734Z++ [[ 6 -gt 300 ]]
4222026-06-05T04:03:12.737Z++ sleep 1
4232026-06-05T04:03:13.736Z++ retry=7
4242026-06-05T04:03:13.742Z+++ svcs -Hostate baseline
4252026-06-05T04:03:13.750Z++ [[ offline* != online ]]
4262026-06-05T04:03:13.750Z++ [[ 7 -gt 300 ]]
4272026-06-05T04:03:13.750Z++ sleep 1
4282026-06-05T04:03:14.752Z++ retry=8
4292026-06-05T04:03:14.755Z+++ svcs -Hostate baseline
4302026-06-05T04:03:14.766Z++ [[ offline* != online ]]
4312026-06-05T04:03:14.766Z++ [[ 8 -gt 300 ]]
4322026-06-05T04:03:14.766Z++ sleep 1
4332026-06-05T04:03:15.768Z++ retry=9
4342026-06-05T04:03:15.772Z+++ svcs -Hostate baseline
4352026-06-05T04:03:15.783Z++ [[ offline* != online ]]
4362026-06-05T04:03:15.783Z++ [[ 9 -gt 300 ]]
4372026-06-05T04:03:15.783Z++ sleep 1
4382026-06-05T04:03:16.785Z++ retry=10
4392026-06-05T04:03:16.790Z+++ svcs -Hostate baseline
4402026-06-05T04:03:16.801Z++ [[ offline* != online ]]
4412026-06-05T04:03:16.801Z++ [[ 10 -gt 300 ]]
4422026-06-05T04:03:16.801Z++ sleep 1
4432026-06-05T04:03:17.802Z++ retry=11
4442026-06-05T04:03:17.804Z+++ svcs -Hostate baseline
4452026-06-05T04:03:17.816Z++ [[ offline* != online ]]
4462026-06-05T04:03:17.816Z++ [[ 11 -gt 300 ]]
4472026-06-05T04:03:17.816Z++ sleep 1
4482026-06-05T04:03:18.818Z++ retry=12
4492026-06-05T04:03:18.826Z+++ svcs -Hostate baseline
4502026-06-05T04:03:18.833Z++ [[ offline* != online ]]
4512026-06-05T04:03:18.833Z++ [[ 12 -gt 300 ]]
4522026-06-05T04:03:18.833Z++ sleep 1
4532026-06-05T04:03:19.835Z++ retry=13
4542026-06-05T04:03:19.838Z+++ svcs -Hostate baseline
4552026-06-05T04:03:19.851Z++ [[ offline* != online ]]
4562026-06-05T04:03:19.851Z++ [[ 13 -gt 300 ]]
4572026-06-05T04:03:19.851Z++ sleep 1
4582026-06-05T04:03:20.855Z++ retry=14
4592026-06-05T04:03:20.866Z+++ svcs -Hostate baseline
4602026-06-05T04:03:20.876Z++ [[ offline* != online ]]
4612026-06-05T04:03:20.876Z++ [[ 14 -gt 300 ]]
4622026-06-05T04:03:20.876Z++ sleep 1
4632026-06-05T04:03:21.875Z++ retry=15
4642026-06-05T04:03:21.892Z+++ svcs -Hostate baseline
4652026-06-05T04:03:21.897Z++ [[ offline* != online ]]
4662026-06-05T04:03:21.897Z++ [[ 15 -gt 300 ]]
4672026-06-05T04:03:21.897Z++ sleep 1
4682026-06-05T04:03:22.884Z++ retry=16
4692026-06-05T04:03:22.888Z+++ svcs -Hostate baseline
4702026-06-05T04:03:22.903Z++ [[ offline* != online ]]
4712026-06-05T04:03:22.903Z++ [[ 16 -gt 300 ]]
4722026-06-05T04:03:22.903Z++ sleep 1
4732026-06-05T04:03:23.901Z++ retry=17
4742026-06-05T04:03:23.905Z+++ svcs -Hostate baseline
4752026-06-05T04:03:23.917Z++ [[ offline* != online ]]
4762026-06-05T04:03:23.917Z++ [[ 17 -gt 300 ]]
4772026-06-05T04:03:23.917Z++ sleep 1
4782026-06-05T04:03:24.942Z++ retry=18
4792026-06-05T04:03:24.964Z+++ svcs -Hostate baseline
4802026-06-05T04:03:24.964Z++ [[ offline* != online ]]
4812026-06-05T04:03:24.964Z++ [[ 18 -gt 300 ]]
4822026-06-05T04:03:24.964Z++ sleep 1
4832026-06-05T04:03:25.935Z++ retry=19
4842026-06-05T04:03:25.939Z+++ svcs -Hostate baseline
4852026-06-05T04:03:25.950Z++ [[ offline* != online ]]
4862026-06-05T04:03:25.950Z++ [[ 19 -gt 300 ]]
4872026-06-05T04:03:25.950Z++ sleep 1
4882026-06-05T04:03:26.953Z++ retry=20
4892026-06-05T04:03:26.959Z+++ svcs -Hostate baseline
4902026-06-05T04:03:26.973Z++ [[ offline* != online ]]
4912026-06-05T04:03:26.973Z++ [[ 20 -gt 300 ]]
4922026-06-05T04:03:26.973Z++ sleep 1
4932026-06-05T04:03:27.969Z++ retry=21
4942026-06-05T04:03:27.972Z+++ svcs -Hostate baseline
4952026-06-05T04:03:27.981Z++ [[ offline* != online ]]
4962026-06-05T04:03:27.982Z++ [[ 21 -gt 300 ]]
4972026-06-05T04:03:27.982Z++ sleep 1
4982026-06-05T04:03:28.983Z++ retry=22
4992026-06-05T04:03:28.986Z+++ svcs -Hostate baseline
5002026-06-05T04:03:28.999Z++ [[ offline* != online ]]
5012026-06-05T04:03:28.999Z++ [[ 22 -gt 300 ]]
5022026-06-05T04:03:28.999Z++ sleep 1
5032026-06-05T04:03:30.034Z++ retry=23
5042026-06-05T04:03:30.049Z+++ svcs -Hostate baseline
5052026-06-05T04:03:30.049Z++ [[ offline* != online ]]
5062026-06-05T04:03:30.049Z++ [[ 23 -gt 300 ]]
5072026-06-05T04:03:30.049Z++ sleep 1
5082026-06-05T04:03:31.017Z++ retry=24
5092026-06-05T04:03:31.022Z+++ svcs -Hostate baseline
5102026-06-05T04:03:31.033Z++ [[ offline* != online ]]
5112026-06-05T04:03:31.033Z++ [[ 24 -gt 300 ]]
5122026-06-05T04:03:31.033Z++ sleep 1
5132026-06-05T04:03:32.034Z++ retry=25
5142026-06-05T04:03:32.036Z+++ svcs -Hostate baseline
5152026-06-05T04:03:32.049Z++ [[ offline* != online ]]
5162026-06-05T04:03:32.049Z++ [[ 25 -gt 300 ]]
5172026-06-05T04:03:32.049Z++ sleep 1
5182026-06-05T04:03:33.050Z++ retry=26
5192026-06-05T04:03:33.053Z+++ svcs -Hostate baseline
5202026-06-05T04:03:33.066Z++ [[ offline* != online ]]
5212026-06-05T04:03:33.066Z++ [[ 26 -gt 300 ]]
5222026-06-05T04:03:33.066Z++ sleep 1
5232026-06-05T04:03:34.066Z++ retry=27
5242026-06-05T04:03:34.069Z+++ svcs -Hostate baseline
5252026-06-05T04:03:34.081Z++ [[ offline* != online ]]
5262026-06-05T04:03:34.081Z++ [[ 27 -gt 300 ]]
5272026-06-05T04:03:34.081Z++ sleep 1
5282026-06-05T04:03:35.083Z++ retry=28
5292026-06-05T04:03:35.086Z+++ svcs -Hostate baseline
5302026-06-05T04:03:35.097Z++ [[ offline* != online ]]
5312026-06-05T04:03:35.097Z++ [[ 28 -gt 300 ]]
5322026-06-05T04:03:35.097Z++ sleep 1
5332026-06-05T04:03:36.103Z++ retry=29
5342026-06-05T04:03:36.559Z+++ svcs -Hostate baseline
5352026-06-05T04:03:36.572Z++ [[ offline* != online ]]
5362026-06-05T04:03:36.572Z++ [[ 29 -gt 300 ]]
5372026-06-05T04:03:36.572Z++ sleep 1
5382026-06-05T04:03:37.116Z++ retry=30
5392026-06-05T04:03:37.120Z+++ svcs -Hostate baseline
5402026-06-05T04:03:37.130Z++ [[ offline* != online ]]
5412026-06-05T04:03:37.130Z++ [[ 30 -gt 300 ]]
5422026-06-05T04:03:37.130Z++ sleep 1
5432026-06-05T04:03:38.132Z++ retry=31
5442026-06-05T04:03:38.134Z+++ svcs -Hostate baseline
5452026-06-05T04:03:38.149Z++ [[ offline* != online ]]
5462026-06-05T04:03:38.149Z++ [[ 31 -gt 300 ]]
5472026-06-05T04:03:38.149Z++ sleep 1
5482026-06-05T04:03:39.148Z++ retry=32
5492026-06-05T04:03:39.150Z+++ svcs -Hostate baseline
5502026-06-05T04:03:39.163Z++ [[ offline* != online ]]
5512026-06-05T04:03:39.163Z++ [[ 32 -gt 300 ]]
5522026-06-05T04:03:39.163Z++ sleep 1
5532026-06-05T04:03:40.567Z++ retry=33
5542026-06-05T04:03:40.573Z+++ svcs -Hostate baseline
5552026-06-05T04:03:40.573Z++ [[ offline* != online ]]
5562026-06-05T04:03:40.573Z++ [[ 33 -gt 300 ]]
5572026-06-05T04:03:40.573Z++ sleep 1
5582026-06-05T04:03:41.222Z++ retry=34
5592026-06-05T04:03:41.230Z+++ svcs -Hostate baseline
5602026-06-05T04:03:41.230Z++ [[ offline* != online ]]
5612026-06-05T04:03:41.230Z++ [[ 34 -gt 300 ]]
5622026-06-05T04:03:41.230Z++ sleep 1
5632026-06-05T04:03:42.199Z++ retry=35
5642026-06-05T04:03:42.205Z+++ svcs -Hostate baseline
5652026-06-05T04:03:42.212Z++ [[ offline* != online ]]
5662026-06-05T04:03:42.212Z++ [[ 35 -gt 300 ]]
5672026-06-05T04:03:42.212Z++ sleep 1
5682026-06-05T04:03:43.214Z++ retry=36
5692026-06-05T04:03:43.216Z+++ svcs -Hostate baseline
5702026-06-05T04:03:43.229Z++ [[ offline* != online ]]
5712026-06-05T04:03:43.229Z++ [[ 36 -gt 300 ]]
5722026-06-05T04:03:43.229Z++ sleep 1
5732026-06-05T04:03:44.230Z++ retry=37
5742026-06-05T04:03:44.234Z+++ svcs -Hostate baseline
5752026-06-05T04:03:44.245Z++ [[ offline* != online ]]
5762026-06-05T04:03:44.245Z++ [[ 37 -gt 300 ]]
5772026-06-05T04:03:44.245Z++ sleep 1
5782026-06-05T04:03:45.247Z++ retry=38
5792026-06-05T04:03:45.249Z+++ svcs -Hostate baseline
5802026-06-05T04:03:45.262Z++ [[ offline* != online ]]
5812026-06-05T04:03:45.262Z++ [[ 38 -gt 300 ]]
5822026-06-05T04:03:45.262Z++ sleep 1
5832026-06-05T04:03:46.263Z++ retry=39
5842026-06-05T04:03:46.270Z+++ svcs -Hostate baseline
5852026-06-05T04:03:46.277Z++ [[ offline* != online ]]
5862026-06-05T04:03:46.278Z++ [[ 39 -gt 300 ]]
5872026-06-05T04:03:46.278Z++ sleep 1
5882026-06-05T04:03:47.280Z++ retry=40
5892026-06-05T04:03:47.687Z+++ svcs -Hostate baseline
5902026-06-05T04:03:47.691Z++ [[ offline* != online ]]
5912026-06-05T04:03:47.691Z++ [[ 40 -gt 300 ]]
5922026-06-05T04:03:47.691Z++ sleep 1
5932026-06-05T04:03:48.296Z++ retry=41
5942026-06-05T04:03:48.301Z+++ svcs -Hostate baseline
5952026-06-05T04:03:48.314Z++ [[ offline* != online ]]
5962026-06-05T04:03:48.314Z++ [[ 41 -gt 300 ]]
5972026-06-05T04:03:48.314Z++ sleep 1
5982026-06-05T04:03:49.313Z++ retry=42
5992026-06-05T04:03:49.727Z+++ svcs -Hostate baseline
6002026-06-05T04:03:49.731Z++ [[ offline* != online ]]
6012026-06-05T04:03:49.731Z++ [[ 42 -gt 300 ]]
6022026-06-05T04:03:49.732Z++ sleep 1
6032026-06-05T04:03:50.334Z++ retry=43
6042026-06-05T04:03:50.337Z+++ svcs -Hostate baseline
6052026-06-05T04:03:50.349Z++ [[ offline* != online ]]
6062026-06-05T04:03:50.349Z++ [[ 43 -gt 300 ]]
6072026-06-05T04:03:50.349Z++ sleep 1
6082026-06-05T04:03:51.364Z++ retry=44
6092026-06-05T04:03:51.418Z+++ svcs -Hostate baseline
6102026-06-05T04:03:51.419Z++ [[ offline* != online ]]
6112026-06-05T04:03:51.419Z++ [[ 44 -gt 300 ]]
6122026-06-05T04:03:51.419Z++ sleep 1
6132026-06-05T04:03:52.370Z++ retry=45
6142026-06-05T04:03:52.375Z+++ svcs -Hostate baseline
6152026-06-05T04:03:52.381Z++ [[ offline* != online ]]
6162026-06-05T04:03:52.381Z++ [[ 45 -gt 300 ]]
6172026-06-05T04:03:52.381Z++ sleep 1
6182026-06-05T04:03:53.384Z++ retry=46
6192026-06-05T04:03:53.398Z+++ svcs -Hostate baseline
6202026-06-05T04:03:53.424Z++ [[ offline* != online ]]
6212026-06-05T04:03:53.425Z++ [[ 46 -gt 300 ]]
6222026-06-05T04:03:53.425Z++ sleep 1
6232026-06-05T04:03:54.409Z++ retry=47
6242026-06-05T04:03:54.420Z+++ svcs -Hostate baseline
6252026-06-05T04:03:54.420Z++ [[ offline* != online ]]
6262026-06-05T04:03:54.420Z++ [[ 47 -gt 300 ]]
6272026-06-05T04:03:54.420Z++ sleep 1
6282026-06-05T04:03:55.430Z++ retry=48
6292026-06-05T04:03:55.430Z+++ svcs -Hostate baseline
6302026-06-05T04:03:55.430Z++ [[ offline* != online ]]
6312026-06-05T04:03:55.430Z++ [[ 48 -gt 300 ]]
6322026-06-05T04:03:55.430Z++ sleep 1
6332026-06-05T04:03:56.429Z++ retry=49
6342026-06-05T04:03:56.433Z+++ svcs -Hostate baseline
6352026-06-05T04:03:56.444Z++ [[ offline* != online ]]
6362026-06-05T04:03:56.445Z++ [[ 49 -gt 300 ]]
6372026-06-05T04:03:56.445Z++ sleep 1
6382026-06-05T04:03:57.445Z++ retry=50
6392026-06-05T04:03:57.447Z+++ svcs -Hostate baseline
6402026-06-05T04:03:57.459Z++ [[ offline* != online ]]
6412026-06-05T04:03:57.459Z++ [[ 50 -gt 300 ]]
6422026-06-05T04:03:57.459Z++ sleep 1
6432026-06-05T04:03:58.462Z++ retry=51
6442026-06-05T04:03:58.866Z+++ svcs -Hostate baseline
6452026-06-05T04:03:58.869Z++ [[ offline* != online ]]
6462026-06-05T04:03:58.869Z++ [[ 51 -gt 300 ]]
6472026-06-05T04:03:58.869Z++ sleep 1
6482026-06-05T04:03:59.481Z++ retry=52
6492026-06-05T04:03:59.486Z+++ svcs -Hostate baseline
6502026-06-05T04:03:59.556Z++ [[ offline* != online ]]
6512026-06-05T04:03:59.556Z++ [[ 52 -gt 300 ]]
6522026-06-05T04:03:59.556Z++ sleep 1
6532026-06-05T04:04:00.509Z++ retry=53
6542026-06-05T04:04:00.513Z+++ svcs -Hostate baseline
6552026-06-05T04:04:00.513Z++ [[ offline* != online ]]
6562026-06-05T04:04:00.513Z++ [[ 53 -gt 300 ]]
6572026-06-05T04:04:00.513Z++ sleep 1
6582026-06-05T04:04:01.521Z++ retry=54
6592026-06-05T04:04:01.535Z+++ svcs -Hostate baseline
6602026-06-05T04:04:01.540Z++ [[ offline* != online ]]
6612026-06-05T04:04:01.541Z++ [[ 54 -gt 300 ]]
6622026-06-05T04:04:01.541Z++ sleep 1
6632026-06-05T04:04:02.944Z++ retry=55
6642026-06-05T04:04:02.961Z+++ svcs -Hostate baseline
6652026-06-05T04:04:02.961Z++ [[ offline* != online ]]
6662026-06-05T04:04:02.962Z++ [[ 55 -gt 300 ]]
6672026-06-05T04:04:02.962Z++ sleep 1
6682026-06-05T04:04:03.562Z++ retry=56
6692026-06-05T04:04:03.594Z+++ svcs -Hostate baseline
6702026-06-05T04:04:03.594Z++ [[ offline* != online ]]
6712026-06-05T04:04:03.594Z++ [[ 56 -gt 300 ]]
6722026-06-05T04:04:03.594Z++ sleep 1
6732026-06-05T04:04:04.565Z++ retry=57
6742026-06-05T04:04:04.571Z+++ svcs -Hostate baseline
6752026-06-05T04:04:04.582Z++ [[ offline* != online ]]
6762026-06-05T04:04:04.582Z++ [[ 57 -gt 300 ]]
6772026-06-05T04:04:04.582Z++ sleep 1
6782026-06-05T04:04:05.579Z++ retry=58
6792026-06-05T04:04:05.635Z+++ svcs -Hostate baseline
6802026-06-05T04:04:05.644Z++ [[ offline* != online ]]
6812026-06-05T04:04:05.644Z++ [[ 58 -gt 300 ]]
6822026-06-05T04:04:05.644Z++ sleep 1
6832026-06-05T04:04:06.595Z++ retry=59
6842026-06-05T04:04:06.598Z+++ svcs -Hostate baseline
6852026-06-05T04:04:06.609Z++ [[ offline* != online ]]
6862026-06-05T04:04:06.609Z++ [[ 59 -gt 300 ]]
6872026-06-05T04:04:06.612Z++ sleep 1
6882026-06-05T04:04:07.611Z++ retry=60
6892026-06-05T04:04:08.016Z+++ svcs -Hostate baseline
6902026-06-05T04:04:08.019Z++ [[ offline* != online ]]
6912026-06-05T04:04:08.019Z++ [[ 60 -gt 300 ]]
6922026-06-05T04:04:08.019Z++ sleep 1
6932026-06-05T04:04:08.628Z++ retry=61
6942026-06-05T04:04:09.036Z+++ svcs -Hostate baseline
6952026-06-05T04:04:09.038Z++ [[ offline* != online ]]
6962026-06-05T04:04:09.038Z++ [[ 61 -gt 300 ]]
6972026-06-05T04:04:09.038Z++ sleep 1
6982026-06-05T04:04:09.644Z++ retry=62
6992026-06-05T04:04:09.648Z+++ svcs -Hostate baseline
7002026-06-05T04:04:10.067Z++ [[ offline* != online ]]
7012026-06-05T04:04:10.067Z++ [[ 62 -gt 300 ]]
7022026-06-05T04:04:10.067Z++ sleep 1
7032026-06-05T04:04:10.661Z++ retry=63
7042026-06-05T04:04:10.663Z+++ svcs -Hostate baseline
7052026-06-05T04:04:10.682Z++ [[ offline* != online ]]
7062026-06-05T04:04:10.682Z++ [[ 63 -gt 300 ]]
7072026-06-05T04:04:10.682Z++ sleep 1
7082026-06-05T04:04:11.677Z++ retry=64
7092026-06-05T04:04:11.680Z+++ svcs -Hostate baseline
7102026-06-05T04:04:11.693Z++ [[ offline* != online ]]
7112026-06-05T04:04:11.693Z++ [[ 64 -gt 300 ]]
7122026-06-05T04:04:11.693Z++ sleep 1
7132026-06-05T04:04:12.693Z++ retry=65
7142026-06-05T04:04:12.696Z+++ svcs -Hostate baseline
7152026-06-05T04:04:12.708Z++ [[ offline* != online ]]
7162026-06-05T04:04:12.708Z++ [[ 65 -gt 300 ]]
7172026-06-05T04:04:12.708Z++ sleep 1
7182026-06-05T04:04:13.711Z++ retry=66
7192026-06-05T04:04:13.717Z+++ svcs -Hostate baseline
7202026-06-05T04:04:13.726Z++ [[ offline* != online ]]
7212026-06-05T04:04:13.726Z++ [[ 66 -gt 300 ]]
7222026-06-05T04:04:13.726Z++ sleep 1
7232026-06-05T04:04:14.727Z++ retry=67
7242026-06-05T04:04:14.730Z+++ svcs -Hostate baseline
7252026-06-05T04:04:14.742Z++ [[ offline* != online ]]
7262026-06-05T04:04:14.742Z++ [[ 67 -gt 300 ]]
7272026-06-05T04:04:14.742Z++ sleep 1
7282026-06-05T04:04:15.744Z++ retry=68
7292026-06-05T04:04:15.749Z+++ svcs -Hostate baseline
7302026-06-05T04:04:15.762Z++ [[ offline* != online ]]
7312026-06-05T04:04:15.762Z++ [[ 68 -gt 300 ]]
7322026-06-05T04:04:15.763Z++ sleep 1
7332026-06-05T04:04:16.760Z++ retry=69
7342026-06-05T04:04:16.764Z+++ svcs -Hostate baseline
7352026-06-05T04:04:16.774Z++ [[ offline* != online ]]
7362026-06-05T04:04:16.774Z++ [[ 69 -gt 300 ]]
7372026-06-05T04:04:16.774Z++ sleep 1
7382026-06-05T04:04:17.781Z++ retry=70
7392026-06-05T04:04:17.785Z+++ svcs -Hostate baseline
7402026-06-05T04:04:17.792Z++ [[ offline* != online ]]
7412026-06-05T04:04:17.792Z++ [[ 70 -gt 300 ]]
7422026-06-05T04:04:17.792Z++ sleep 1
7432026-06-05T04:04:18.820Z++ retry=71
7442026-06-05T04:04:18.858Z+++ svcs -Hostate baseline
7452026-06-05T04:04:18.858Z++ [[ offline* != online ]]
7462026-06-05T04:04:18.858Z++ [[ 71 -gt 300 ]]
7472026-06-05T04:04:18.858Z++ sleep 1
7482026-06-05T04:04:19.813Z++ retry=72
7492026-06-05T04:04:19.830Z+++ svcs -Hostate baseline
7502026-06-05T04:04:19.848Z++ [[ offline* != online ]]
7512026-06-05T04:04:19.848Z++ [[ 72 -gt 300 ]]
7522026-06-05T04:04:19.848Z++ sleep 1
7532026-06-05T04:04:20.827Z++ retry=73
7542026-06-05T04:04:20.829Z+++ svcs -Hostate baseline
7552026-06-05T04:04:20.842Z++ [[ offline* != online ]]
7562026-06-05T04:04:20.842Z++ [[ 73 -gt 300 ]]
7572026-06-05T04:04:20.842Z++ sleep 1
7582026-06-05T04:04:21.844Z++ retry=74
7592026-06-05T04:04:21.850Z+++ svcs -Hostate baseline
7602026-06-05T04:04:21.859Z++ [[ offline* != online ]]
7612026-06-05T04:04:21.859Z++ [[ 74 -gt 300 ]]
7622026-06-05T04:04:21.863Z++ sleep 1
7632026-06-05T04:04:22.909Z++ retry=75
7642026-06-05T04:04:22.929Z+++ svcs -Hostate baseline
7652026-06-05T04:04:22.929Z++ [[ offline* != online ]]
7662026-06-05T04:04:22.929Z++ [[ 75 -gt 300 ]]
7672026-06-05T04:04:22.929Z++ sleep 1
7682026-06-05T04:04:23.881Z++ retry=76
7692026-06-05T04:04:23.886Z+++ svcs -Hostate baseline
7702026-06-05T04:04:23.902Z++ [[ offline* != online ]]
7712026-06-05T04:04:23.902Z++ [[ 76 -gt 300 ]]
7722026-06-05T04:04:23.902Z++ sleep 1
7732026-06-05T04:04:24.898Z++ retry=77
7742026-06-05T04:04:24.901Z+++ svcs -Hostate baseline
7752026-06-05T04:04:24.909Z++ [[ offline* != online ]]
7762026-06-05T04:04:24.909Z++ [[ 77 -gt 300 ]]
7772026-06-05T04:04:24.909Z++ sleep 1
7782026-06-05T04:04:25.924Z++ retry=78
7792026-06-05T04:04:25.932Z+++ svcs -Hostate baseline
7802026-06-05T04:04:25.932Z++ [[ offline* != online ]]
7812026-06-05T04:04:25.932Z++ [[ 78 -gt 300 ]]
7822026-06-05T04:04:25.932Z++ sleep 1
7832026-06-05T04:04:27.348Z++ retry=79
7842026-06-05T04:04:27.362Z+++ svcs -Hostate baseline
7852026-06-05T04:04:27.362Z++ [[ offline* != online ]]
7862026-06-05T04:04:27.362Z++ [[ 79 -gt 300 ]]
7872026-06-05T04:04:27.362Z++ sleep 1
7882026-06-05T04:04:27.970Z++ retry=80
7892026-06-05T04:04:28.030Z+++ svcs -Hostate baseline
7902026-06-05T04:04:28.030Z++ [[ offline* != online ]]
7912026-06-05T04:04:28.030Z++ [[ 80 -gt 300 ]]
7922026-06-05T04:04:28.030Z++ sleep 1
7932026-06-05T04:04:28.984Z++ retry=81
7942026-06-05T04:04:29.009Z+++ svcs -Hostate baseline
7952026-06-05T04:04:29.009Z++ [[ offline* != online ]]
7962026-06-05T04:04:29.009Z++ [[ 81 -gt 300 ]]
7972026-06-05T04:04:29.009Z++ sleep 1
7982026-06-05T04:04:29.977Z++ retry=82
7992026-06-05T04:04:29.982Z+++ svcs -Hostate baseline
8002026-06-05T04:04:29.992Z++ [[ offline* != online ]]
8012026-06-05T04:04:30.000Z++ [[ 82 -gt 300 ]]
8022026-06-05T04:04:30.000Z++ sleep 1
8032026-06-05T04:04:30.994Z++ retry=83
8042026-06-05T04:04:30.996Z+++ svcs -Hostate baseline
8052026-06-05T04:04:31.008Z++ [[ offline* != online ]]
8062026-06-05T04:04:31.008Z++ [[ 83 -gt 300 ]]
8072026-06-05T04:04:31.008Z++ sleep 1
8082026-06-05T04:04:32.010Z++ retry=84
8092026-06-05T04:04:32.013Z+++ svcs -Hostate baseline
8102026-06-05T04:04:32.024Z++ [[ offline* != online ]]
8112026-06-05T04:04:32.024Z++ [[ 84 -gt 300 ]]
8122026-06-05T04:04:32.027Z++ sleep 1
8132026-06-05T04:04:33.026Z++ retry=85
8142026-06-05T04:04:33.029Z+++ svcs -Hostate baseline
8152026-06-05T04:04:33.043Z++ [[ offline* != online ]]
8162026-06-05T04:04:33.043Z++ [[ 85 -gt 300 ]]
8172026-06-05T04:04:33.043Z++ sleep 1
8182026-06-05T04:04:34.045Z++ retry=86
8192026-06-05T04:04:34.049Z+++ svcs -Hostate baseline
8202026-06-05T04:04:34.059Z++ [[ offline* != online ]]
8212026-06-05T04:04:34.059Z++ [[ 86 -gt 300 ]]
8222026-06-05T04:04:34.069Z++ sleep 1
8232026-06-05T04:04:35.068Z++ retry=87
8242026-06-05T04:04:35.071Z+++ svcs -Hostate baseline
8252026-06-05T04:04:35.077Z++ [[ offline* != online ]]
8262026-06-05T04:04:35.077Z++ [[ 87 -gt 300 ]]
8272026-06-05T04:04:35.077Z++ sleep 1
8282026-06-05T04:04:36.077Z++ retry=88
8292026-06-05T04:04:36.083Z+++ svcs -Hostate baseline
8302026-06-05T04:04:36.091Z++ [[ offline* != online ]]
8312026-06-05T04:04:36.091Z++ [[ 88 -gt 300 ]]
8322026-06-05T04:04:36.094Z++ sleep 1
8332026-06-05T04:04:37.113Z++ retry=89
8342026-06-05T04:04:37.145Z+++ svcs -Hostate baseline
8352026-06-05T04:04:37.145Z++ [[ offline* != online ]]
8362026-06-05T04:04:37.145Z++ [[ 89 -gt 300 ]]
8372026-06-05T04:04:37.145Z++ sleep 1
8382026-06-05T04:04:38.113Z++ retry=90
8392026-06-05T04:04:38.120Z+++ svcs -Hostate baseline
8402026-06-05T04:04:38.125Z++ [[ offline* != online ]]
8412026-06-05T04:04:38.125Z++ [[ 90 -gt 300 ]]
8422026-06-05T04:04:38.128Z++ sleep 1
8432026-06-05T04:04:39.127Z++ retry=91
8442026-06-05T04:04:39.130Z+++ svcs -Hostate baseline
8452026-06-05T04:04:39.138Z++ [[ offline* != online ]]
8462026-06-05T04:04:39.138Z++ [[ 91 -gt 300 ]]
8472026-06-05T04:04:39.138Z++ sleep 1
8482026-06-05T04:04:40.160Z++ retry=92
8492026-06-05T04:04:40.167Z+++ svcs -Hostate baseline
8502026-06-05T04:04:40.167Z++ [[ offline* != online ]]
8512026-06-05T04:04:40.167Z++ [[ 92 -gt 300 ]]
8522026-06-05T04:04:40.167Z++ sleep 1
8532026-06-05T04:04:41.156Z++ retry=93
8542026-06-05T04:04:41.159Z+++ svcs -Hostate baseline
8552026-06-05T04:04:41.170Z++ [[ offline* != online ]]
8562026-06-05T04:04:41.170Z++ [[ 93 -gt 300 ]]
8572026-06-05T04:04:41.170Z++ sleep 1
8582026-06-05T04:04:42.175Z++ retry=94
8592026-06-05T04:04:42.182Z+++ svcs -Hostate baseline
8602026-06-05T04:04:42.187Z++ [[ offline* != online ]]
8612026-06-05T04:04:42.187Z++ [[ 94 -gt 300 ]]
8622026-06-05T04:04:42.187Z++ sleep 1
8632026-06-05T04:04:43.190Z++ retry=95
8642026-06-05T04:04:43.192Z+++ svcs -Hostate baseline
8652026-06-05T04:04:43.204Z++ [[ offline* != online ]]
8662026-06-05T04:04:43.204Z++ [[ 95 -gt 300 ]]
8672026-06-05T04:04:43.207Z++ sleep 1
8682026-06-05T04:04:44.212Z++ retry=96
8692026-06-05T04:04:44.230Z+++ svcs -Hostate baseline
8702026-06-05T04:04:44.230Z++ [[ offline* != online ]]
8712026-06-05T04:04:44.230Z++ [[ 96 -gt 300 ]]
8722026-06-05T04:04:44.230Z++ sleep 1
8732026-06-05T04:04:45.227Z++ retry=97
8742026-06-05T04:04:45.232Z+++ svcs -Hostate baseline
8752026-06-05T04:04:45.244Z++ [[ offline* != online ]]
8762026-06-05T04:04:45.244Z++ [[ 97 -gt 300 ]]
8772026-06-05T04:04:45.244Z++ sleep 1
8782026-06-05T04:04:46.249Z++ retry=98
8792026-06-05T04:04:46.270Z+++ svcs -Hostate baseline
8802026-06-05T04:04:46.270Z++ [[ offline* != online ]]
8812026-06-05T04:04:46.270Z++ [[ 98 -gt 300 ]]
8822026-06-05T04:04:46.270Z++ sleep 1
8832026-06-05T04:04:47.265Z++ retry=99
8842026-06-05T04:04:47.294Z+++ svcs -Hostate baseline
8852026-06-05T04:04:47.294Z++ [[ offline* != online ]]
8862026-06-05T04:04:47.294Z++ [[ 99 -gt 300 ]]
8872026-06-05T04:04:47.295Z++ sleep 1
8882026-06-05T04:04:48.357Z++ retry=100
8892026-06-05T04:04:48.469Z+++ svcs -Hostate baseline
8902026-06-05T04:04:48.469Z++ [[ offline* != online ]]
8912026-06-05T04:04:48.469Z++ [[ 100 -gt 300 ]]
8922026-06-05T04:04:48.469Z++ sleep 1
8932026-06-05T04:04:49.332Z++ retry=101
8942026-06-05T04:04:50.296Z+++ svcs -Hostate baseline
8952026-06-05T04:04:50.296Z++ [[ offline* != online ]]
8962026-06-05T04:04:50.296Z++ [[ 101 -gt 300 ]]
8972026-06-05T04:04:50.296Z++ sleep 1
8982026-06-05T04:04:50.493Z++ retry=102
8992026-06-05T04:04:50.493Z+++ svcs -Hostate baseline
9002026-06-05T04:04:50.493Z++ [[ offline* != online ]]
9012026-06-05T04:04:50.493Z++ [[ 102 -gt 300 ]]
9022026-06-05T04:04:50.493Z++ sleep 1
9032026-06-05T04:04:51.331Z++ retry=103
9042026-06-05T04:04:51.338Z+++ svcs -Hostate baseline
9052026-06-05T04:04:51.338Z++ [[ offline* != online ]]
9062026-06-05T04:04:51.338Z++ [[ 103 -gt 300 ]]
9072026-06-05T04:04:51.338Z++ sleep 1
9082026-06-05T04:04:52.336Z++ retry=104
9092026-06-05T04:04:52.347Z+++ svcs -Hostate baseline
9102026-06-05T04:04:52.351Z++ [[ offline* != online ]]
9112026-06-05T04:04:52.351Z++ [[ 104 -gt 300 ]]
9122026-06-05T04:04:52.351Z++ sleep 1
9132026-06-05T04:04:53.369Z++ retry=105
9142026-06-05T04:04:53.381Z+++ svcs -Hostate baseline
9152026-06-05T04:04:53.381Z++ [[ offline* != online ]]
9162026-06-05T04:04:53.381Z++ [[ 105 -gt 300 ]]
9172026-06-05T04:04:53.381Z++ sleep 1
9182026-06-05T04:04:54.403Z++ retry=106
9192026-06-05T04:04:54.448Z+++ svcs -Hostate baseline
9202026-06-05T04:04:54.448Z++ [[ offline* != online ]]
9212026-06-05T04:04:54.448Z++ [[ 106 -gt 300 ]]
9222026-06-05T04:04:54.448Z++ sleep 1
9232026-06-05T04:04:55.428Z++ retry=107
9242026-06-05T04:04:55.455Z+++ svcs -Hostate baseline
9252026-06-05T04:04:55.455Z++ [[ offline* != online ]]
9262026-06-05T04:04:55.455Z++ [[ 107 -gt 300 ]]
9272026-06-05T04:04:55.455Z++ sleep 1
9282026-06-05T04:04:56.514Z++ retry=108
9292026-06-05T04:04:56.563Z+++ svcs -Hostate baseline
9302026-06-05T04:04:56.563Z++ [[ online != online ]]
9312026-06-05T04:04:56.563Z++ set -o errexit
9322026-06-05T04:04:56.563Z++ set -o pipefail
9332026-06-05T04:04:56.563Z++ banner build
9342026-06-05T04:04:56.563Z
9352026-06-05T04:04:56.563Z ##### # # # # #####
9362026-06-05T04:04:56.563Z # # # # # # # #
9372026-06-05T04:04:56.563Z ##### # # # # # #
9382026-06-05T04:04:56.563Z # # # # # # # #
9392026-06-05T04:04:56.563Z # # # # # # # #
9402026-06-05T04:04:56.563Z ##### #### # ###### #####
9412026-06-05T04:04:56.563Z
9422026-06-05T04:04:56.564Z++ cargo build --release --bin ddmd --bin ddmadm
9432026-06-05T04:04:56.564Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9442026-06-05T04:04:56.589Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9452026-06-05T04:04:56.593Zinfo: downloading 6 components
9462026-06-05T04:05:11.548Z Updating git repository `https://github.com/oxidecomputer/falcon`
9472026-06-05T04:05:12.125ZFrom https://github.com/oxidecomputer/falcon
9482026-06-05T04:05:12.125Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9492026-06-05T04:05:12.197Z Updating crates.io index
9502026-06-05T04:05:12.246Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9512026-06-05T04:05:13.176ZFrom https://github.com/oxidecomputer/dendrite
9522026-06-05T04:05:13.176Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9532026-06-05T04:05:13.419Z Updating git repository `https://github.com/oxidecomputer/ispf`
9542026-06-05T04:05:13.650ZFrom https://github.com/oxidecomputer/ispf
9552026-06-05T04:05:13.650Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9562026-06-05T04:05:13.690Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9572026-06-05T04:05:13.948ZFrom https://github.com/oxidecomputer/netadm-sys
9582026-06-05T04:05:13.948Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9592026-06-05T04:05:13.986Z Updating git repository `https://github.com/oxidecomputer/omicron`
9602026-06-05T04:05:21.471ZFrom https://github.com/oxidecomputer/omicron
9612026-06-05T04:05:21.471Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9622026-06-05T04:05:21.860Z Updating git repository `https://github.com/oxidecomputer/opte`
9632026-06-05T04:05:22.634ZFrom https://github.com/oxidecomputer/opte
9642026-06-05T04:05:22.634Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9652026-06-05T04:05:22.922Z Updating git repository `https://github.com/illumos/smf-rs`
9662026-06-05T04:05:23.167ZFrom https://github.com/illumos/smf-rs
9672026-06-05T04:05:23.167Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9682026-06-05T04:05:23.353Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9692026-06-05T04:05:23.648ZFrom https://github.com/oxidecomputer/network-interface
9702026-06-05T04:05:23.648Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9712026-06-05T04:05:23.701Z Updating git repository `https://github.com/oxidecomputer/zone`
9722026-06-05T04:05:23.910ZFrom https://github.com/oxidecomputer/zone
9732026-06-05T04:05:23.910Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9742026-06-05T04:05:24.044Z Updating git repository `https://github.com/oxidecomputer/propolis`
9752026-06-05T04:05:24.624ZFrom https://github.com/oxidecomputer/propolis
9762026-06-05T04:05:24.624Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9772026-06-05T04:05:24.843Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9782026-06-05T04:05:25.391ZFrom https://github.com/oxidecomputer/transceiver-control
9792026-06-05T04:05:25.391Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9802026-06-05T04:05:25.430Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9812026-06-05T04:05:25.690ZFrom https://github.com/oxidecomputer/dlpi-sys
9822026-06-05T04:05:25.690Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9832026-06-05T04:05:25.744Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9842026-06-05T04:05:26.052ZFrom https://github.com/jmesmon/rust-libzfs
9852026-06-05T04:05:26.052Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9862026-06-05T04:05:26.144Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9872026-06-05T04:05:26.246ZFrom https://github.com/oxidecomputer/rusty-doors
9882026-06-05T04:05:26.246Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9892026-06-05T04:05:26.316Z Updating git repository `https://github.com/oxidecomputer/lldp`
9902026-06-05T04:05:26.632ZFrom https://github.com/oxidecomputer/lldp
9912026-06-05T04:05:26.632Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9922026-06-05T04:05:26.688Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9932026-06-05T04:05:27.005ZFrom https://github.com/oxidecomputer/slog-error-chain
9942026-06-05T04:05:27.005Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9952026-06-05T04:05:27.080Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9962026-06-05T04:05:27.660ZFrom https://github.com/oxidecomputer/tufaceous
9972026-06-05T04:05:27.660Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9982026-06-05T04:05:28.023Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9992026-06-05T04:05:28.191ZFrom https://github.com/oxidecomputer/management-gateway-service
10002026-06-05T04:05:28.191Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
10012026-06-05T04:05:28.249Z Updating git repository `https://github.com/oxidecomputer/crucible`
10022026-06-05T04:05:30.182ZFrom https://github.com/oxidecomputer/crucible
10032026-06-05T04:05:30.182Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10042026-06-05T04:05:30.299Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10052026-06-05T04:05:30.349ZFrom https://github.com/oxidecomputer/serde_human_bytes
10062026-06-05T04:05:30.349Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10072026-06-05T04:05:30.349Z Updating git repository `https://github.com/oxidecomputer/propolis`
10082026-06-05T04:05:30.717ZFrom https://github.com/oxidecomputer/propolis
10092026-06-05T04:05:30.717Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10102026-06-05T04:05:31.120Z Updating git repository `https://github.com/oxidecomputer/crucible`
10112026-06-05T04:05:31.491ZFrom https://github.com/oxidecomputer/crucible
10122026-06-05T04:05:31.491Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10132026-06-05T04:05:31.567Z Updating git repository `https://github.com/oxidecomputer/tofino`
10142026-06-05T04:05:31.909ZFrom https://github.com/oxidecomputer/tofino
10152026-06-05T04:05:31.909Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10162026-06-05T04:05:31.950Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10172026-06-05T04:05:32.832ZFrom https://github.com/oxidecomputer/maghemite
10182026-06-05T04:05:32.832Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10192026-06-05T04:05:32.915Z Updating git repository `https://github.com/oxidecomputer/clickward`
10202026-06-05T04:05:33.132ZFrom https://github.com/oxidecomputer/clickward
10212026-06-05T04:05:33.132Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10222026-06-05T04:05:33.171Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10232026-06-05T04:05:33.407ZFrom https://github.com/oxidecomputer/illumos-devinfo
10242026-06-05T04:05:33.407Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10252026-06-05T04:05:35.031Z Downloading crates ...
10262026-06-05T04:05:35.317Z Downloaded ahash v0.8.12
10272026-06-05T04:05:35.317Z Downloaded async-recursion v1.1.1
10282026-06-05T04:05:35.317Z Downloaded atomic-waker v1.1.2
10292026-06-05T04:05:35.317Z Downloaded colored v3.1.1
10302026-06-05T04:05:35.317Z Downloaded clap_derive v4.6.1
10312026-06-05T04:05:35.317Z Downloaded autocfg v1.5.1
10322026-06-05T04:05:35.317Z Downloaded allocator-api2 v0.2.21
10332026-06-05T04:05:35.317Z Downloaded crypto-common v0.2.2
10342026-06-05T04:05:35.317Z Downloaded embedded-io v0.6.1
10352026-06-05T04:05:35.317Z Downloaded dropshot-api-manager-types v0.7.2
10362026-06-05T04:05:35.317Z Downloaded const-random v0.1.18
10372026-06-05T04:05:35.317Z Downloaded adler2 v2.0.1
10382026-06-05T04:05:35.318Z Downloaded gethostname v0.5.0
10392026-06-05T04:05:35.318Z Downloaded enum-as-inner v0.6.1
10402026-06-05T04:05:35.318Z Downloaded group v0.13.0
10412026-06-05T04:05:35.318Z Downloaded hex v0.4.3
10422026-06-05T04:05:35.318Z Downloaded base16ct v0.2.0
10432026-06-05T04:05:35.318Z Downloaded glob v0.3.3
10442026-06-05T04:05:35.318Z Downloaded form_urlencoded v1.2.2
10452026-06-05T04:05:35.318Z Downloaded dof v0.3.0
10462026-06-05T04:05:35.318Z Downloaded crunchy v0.2.4
10472026-06-05T04:05:35.318Z Downloaded crucible-workspace-hack v0.1.0
10482026-06-05T04:05:35.318Z Downloaded anstyle-query v1.1.5
10492026-06-05T04:05:35.318Z Downloaded hyper-util v0.1.20
10502026-06-05T04:05:35.318Z Downloaded idna_adapter v1.2.2
10512026-06-05T04:05:35.318Z Downloaded derive_more v0.99.20
10522026-06-05T04:05:35.318Z Downloaded futures-macro v0.3.32
10532026-06-05T04:05:35.318Z Downloaded fixedbitset v0.4.2
10542026-06-05T04:05:35.318Z Downloaded deranged v0.5.8
10552026-06-05T04:05:35.318Z Downloaded darling_macro v0.23.0
10562026-06-05T04:05:35.318Z Downloaded curve25519-dalek-derive v0.1.1
10572026-06-05T04:05:35.318Z Downloaded heck v0.4.1
10582026-06-05T04:05:35.318Z Downloaded crossbeam-deque v0.8.6
10592026-06-05T04:05:35.319Z Downloaded backoff v0.4.0
10602026-06-05T04:05:35.319Z Downloaded getrandom v0.3.4
10612026-06-05T04:05:35.319Z Downloaded darling_core v0.21.3
10622026-06-05T04:05:35.319Z Downloaded hostname v0.3.1
10632026-06-05T04:05:35.319Z Downloaded crc32fast v1.5.0
10642026-06-05T04:05:35.319Z Downloaded console v0.15.11
10652026-06-05T04:05:35.319Z Downloaded fxhash v0.2.1
10662026-06-05T04:05:35.319Z Downloaded hubpack_derive v0.1.1
10672026-06-05T04:05:35.319Z Downloaded defmt v0.3.100
10682026-06-05T04:05:35.319Z Downloaded byteorder v1.5.0
10692026-06-05T04:05:35.319Z Downloaded git-stub v1.0.0
10702026-06-05T04:05:35.319Z Downloaded dtrace-parser v0.2.0
10712026-06-05T04:05:35.319Z Downloaded ciborium v0.2.2
10722026-06-05T04:05:35.319Z Downloaded derive-ex v0.1.8
10732026-06-05T04:05:35.319Z Downloaded http-body-util v0.1.3
10742026-06-05T04:05:35.319Z Downloaded defmt-macros v1.1.0
10752026-06-05T04:05:35.319Z Downloaded hash32 v0.3.1
10762026-06-05T04:05:35.319Z Downloaded httpdate v1.0.3
10772026-06-05T04:05:35.319Z Downloaded find-msvc-tools v0.1.9
10782026-06-05T04:05:35.319Z Downloaded git-stub-vcs v0.1.0
10792026-06-05T04:05:35.319Z Downloaded is-terminal v0.4.17
10802026-06-05T04:05:35.319Z Downloaded csv-core v0.1.13
10812026-06-05T04:05:35.319Z Downloaded crossbeam-channel v0.5.15
10822026-06-05T04:05:35.319Z Downloaded cpufeatures v0.2.17
10832026-06-05T04:05:35.319Z Downloaded defmt v1.1.0
10842026-06-05T04:05:35.320Z Downloaded chacha20poly1305 v0.10.1
10852026-06-05T04:05:35.320Z Downloaded cfg_aliases v0.2.1
10862026-06-05T04:05:35.320Z Downloaded chacha20 v0.10.0
10872026-06-05T04:05:35.320Z Downloaded inout v0.1.4
10882026-06-05T04:05:35.320Z Downloaded globset v0.4.18
10892026-06-05T04:05:35.320Z Downloaded hubpack v0.1.2
10902026-06-05T04:05:35.320Z Downloaded cipher v0.4.4
10912026-06-05T04:05:35.320Z Downloaded internet-checksum v0.2.1
10922026-06-05T04:05:35.320Z Downloaded indent_write v2.2.0
10932026-06-05T04:05:35.320Z Downloaded ingot v0.1.1
10942026-06-05T04:05:35.320Z Downloaded const_format_proc_macros v0.2.34
10952026-06-05T04:05:35.320Z Downloaded argon2 v0.5.3
10962026-06-05T04:05:35.320Z Downloaded base64 v0.22.1
10972026-06-05T04:05:35.320Z Downloaded futures-executor v0.3.32
10982026-06-05T04:05:35.320Z Downloaded fnv v1.0.7
10992026-06-05T04:05:35.320Z Downloaded lazy_static v1.5.0
11002026-06-05T04:05:35.320Z Downloaded dof v0.4.0
11012026-06-05T04:05:35.320Z Downloaded cmake v0.1.58
11022026-06-05T04:05:35.320Z Downloaded heck v0.5.0
11032026-06-05T04:05:35.320Z Downloaded crypto-bigint v0.5.5
11042026-06-05T04:05:35.320Z Downloaded natord v1.0.9
11052026-06-05T04:05:35.320Z Downloaded mime v0.3.17
11062026-06-05T04:05:35.320Z Downloaded memoffset v0.9.1
11072026-06-05T04:05:35.320Z Downloaded keccak v0.1.6
11082026-06-05T04:05:35.321Z Downloaded futures-core v0.3.32
11092026-06-05T04:05:35.321Z Downloaded is_terminal_polyfill v1.70.2
11102026-06-05T04:05:35.321Z Downloaded humantime v2.3.0
11112026-06-05T04:05:35.321Z Downloaded darling v0.21.3
11122026-06-05T04:05:35.321Z Downloaded lru-cache v0.1.2
11132026-06-05T04:05:35.321Z Downloaded const-oid v0.10.2
11142026-06-05T04:05:35.321Z Downloaded libscf-sys v1.2.0
11152026-06-05T04:05:35.321Z Downloaded iana-time-zone v0.1.65
11162026-06-05T04:05:35.321Z Downloaded foreign-types-shared v0.3.1
11172026-06-05T04:05:35.321Z Downloaded dunce v1.0.5
11182026-06-05T04:05:35.321Z Downloaded ipnetwork v0.21.1
11192026-06-05T04:05:35.321Z Downloaded derive-where v1.6.1
11202026-06-05T04:05:35.321Z Downloaded elliptic-curve v0.13.8
11212026-06-05T04:05:35.321Z Downloaded match_cfg v0.1.0
11222026-06-05T04:05:35.321Z Downloaded managed v0.8.0
11232026-06-05T04:05:35.321Z Downloaded newtype-uuid-macros v0.1.0
11242026-06-05T04:05:35.321Z Downloaded indexmap v1.9.3
11252026-06-05T04:05:35.321Z Downloaded linked-hash-map v0.5.6
11262026-06-05T04:05:35.415Z Downloaded futures v0.3.32
11272026-06-05T04:05:35.415Z Downloaded lru-slab v0.1.2
11282026-06-05T04:05:35.415Z Downloaded ident_case v1.0.1
11292026-06-05T04:05:35.415Z Downloaded parse-display v0.10.0
11302026-06-05T04:05:35.416Z Downloaded memmap v0.7.0
11312026-06-05T04:05:35.416Z Downloaded olpc-cjson v0.1.4
11322026-06-05T04:05:35.416Z Downloaded num v0.4.3
11332026-06-05T04:05:35.416Z Downloaded omicron-workspace-hack v0.1.0
11342026-06-05T04:05:35.416Z Downloaded num-conv v0.2.2
11352026-06-05T04:05:35.416Z Downloaded num_threads v0.1.7
11362026-06-05T04:05:35.416Z Downloaded num-iter v0.1.45
11372026-06-05T04:05:35.416Z Downloaded newtype_derive v0.1.6
11382026-06-05T04:05:35.416Z Downloaded openssl-macros v0.1.1
11392026-06-05T04:05:35.416Z Downloaded fastrand v2.4.1
11402026-06-05T04:05:35.416Z Downloaded openssl-probe v0.2.1
11412026-06-05T04:05:35.416Z Downloaded macaddr v1.0.1
11422026-06-05T04:05:35.416Z Downloaded num-derive v0.4.2
11432026-06-05T04:05:35.416Z Downloaded hybrid-array v0.4.12
11442026-06-05T04:05:35.416Z Downloaded num-rational v0.4.2
11452026-06-05T04:05:35.416Z Downloaded icu_provider v2.2.0
11462026-06-05T04:05:35.416Z Downloaded darling v0.23.0
11472026-06-05T04:05:35.416Z Downloaded linear-map v1.2.0
11482026-06-05T04:05:35.416Z Downloaded fs_extra v1.3.0
11492026-06-05T04:05:35.416Z Downloaded libsw-core v0.3.2
11502026-06-05T04:05:35.416Z Downloaded foldhash v0.1.5
11512026-06-05T04:05:35.417Z Downloaded icu_properties v2.2.0
11522026-06-05T04:05:35.417Z Downloaded highway v1.3.0
11532026-06-05T04:05:35.417Z Downloaded oxnet v0.1.6
11542026-06-05T04:05:35.417Z Downloaded owo-colors v4.3.0
11552026-06-05T04:05:35.417Z Downloaded litemap v0.8.2
11562026-06-05T04:05:35.417Z Downloaded percent-encoding v2.3.2
11572026-06-05T04:05:35.417Z Downloaded fixedbitset v0.5.7
11582026-06-05T04:05:35.417Z Downloaded digest v0.10.7
11592026-06-05T04:05:35.417Z Downloaded jobserver v0.1.34
11602026-06-05T04:05:35.417Z Downloaded oxide-tokio-rt v0.1.6
11612026-06-05T04:05:35.417Z Downloaded is_ci v1.2.0
11622026-06-05T04:05:35.417Z Downloaded hyper-rustls v0.27.9
11632026-06-05T04:05:35.417Z Downloaded crypto-common v0.1.7
11642026-06-05T04:05:35.417Z Downloaded cfg-if v1.0.4
11652026-06-05T04:05:35.417Z Downloaded const-random-macro v0.1.16
11662026-06-05T04:05:35.417Z Downloaded phf_shared v0.12.1
11672026-06-05T04:05:35.417Z Downloaded getrandom v0.2.17
11682026-06-05T04:05:35.417Z Downloaded data-encoding v2.11.0
11692026-06-05T04:05:35.417Z Downloaded const_format v0.2.36
11702026-06-05T04:05:35.417Z Downloaded proc-macro-error-attr2 v2.0.0
11712026-06-05T04:05:35.417Z Downloaded ipnet v2.12.0
11722026-06-05T04:05:35.417Z Downloaded parking_lot_core v0.8.6
11732026-06-05T04:05:35.417Z Downloaded digest v0.11.3
11742026-06-05T04:05:35.417Z Downloaded proc-macro-error-attr v1.0.4
11752026-06-05T04:05:35.417Z Downloaded num_enum_derive v0.7.6
11762026-06-05T04:05:35.417Z Downloaded block-buffer v0.12.0
11772026-06-05T04:05:35.417Z Downloaded ciborium-ll v0.2.2
11782026-06-05T04:05:35.417Z Downloaded progenitor-client v0.10.0
11792026-06-05T04:05:35.418Z Downloaded potential_utf v0.1.5
11802026-06-05T04:05:35.418Z Downloaded drift v0.2.0
11812026-06-05T04:05:35.418Z Downloaded powerfmt v0.2.0
11822026-06-05T04:05:35.418Z Downloaded num_enum v0.7.6
11832026-06-05T04:05:35.418Z Downloaded hickory-resolver v0.24.4
11842026-06-05T04:05:35.418Z Downloaded fs-err v3.3.0
11852026-06-05T04:05:35.418Z Downloaded password-hash v0.5.0
11862026-06-05T04:05:35.418Z Downloaded quick-error v1.2.3
11872026-06-05T04:05:35.418Z Downloaded progenitor-macro v0.10.0
11882026-06-05T04:05:35.418Z Downloaded colorchoice v1.0.5
11892026-06-05T04:05:35.418Z Downloaded progenitor-macro v0.13.0
11902026-06-05T04:05:35.418Z Downloaded parking_lot_core v0.9.12
11912026-06-05T04:05:35.418Z Downloaded rand_chacha v0.3.1
11922026-06-05T04:05:35.418Z Downloaded progenitor-client v0.14.0
11932026-06-05T04:05:35.418Z Downloaded byte-wrapper v0.1.0
11942026-06-05T04:05:35.418Z Downloaded dropshot_endpoint v0.17.1
11952026-06-05T04:05:35.418Z Downloaded poly1305 v0.8.0
11962026-06-05T04:05:35.418Z Downloaded no-std-compat v0.4.1
11972026-06-05T04:05:35.418Z Downloaded konst_macro_rules v0.2.19
11982026-06-05T04:05:35.418Z Downloaded paste v1.0.15
11992026-06-05T04:05:35.418Z Downloaded ref-cast-impl v1.0.25
12002026-06-05T04:05:35.418Z Downloaded ref-cast v1.0.25
12012026-06-05T04:05:35.418Z Downloaded rand_xorshift v0.4.0
12022026-06-05T04:05:35.418Z Downloaded plain v0.2.3
12032026-06-05T04:05:35.419Z Downloaded proc-macro-error v1.0.4
12042026-06-05T04:05:35.419Z Downloaded progenitor-macro v0.14.0
12052026-06-05T04:05:35.419Z Downloaded pkg-config v0.3.33
12062026-06-05T04:05:35.419Z Downloaded pin-project-lite v0.2.17
12072026-06-05T04:05:35.419Z Downloaded daft v0.1.7
12082026-06-05T04:05:35.419Z Downloaded papergrid v0.18.0
12092026-06-05T04:05:35.419Z Downloaded parking_lot v0.11.2
12102026-06-05T04:05:35.419Z Downloaded bit-vec v0.8.0
12112026-06-05T04:05:35.419Z Downloaded memmap2 v0.9.10
12122026-06-05T04:05:35.419Z Downloaded pin-project-internal v1.1.13
12132026-06-05T04:05:35.419Z Downloaded icu_normalizer_data v2.2.0
12142026-06-05T04:05:35.419Z Downloaded daft-derive v0.1.7
12152026-06-05T04:05:35.419Z Downloaded proc-macro-crate v1.3.1
12162026-06-05T04:05:35.419Z Downloaded chrono-tz v0.10.4
12172026-06-05T04:05:35.419Z Downloaded rustc_version v0.4.1
12182026-06-05T04:05:35.419Z Downloaded progenitor-extras v0.2.0
12192026-06-05T04:05:35.419Z Downloaded same-file v1.0.6
12202026-06-05T04:05:35.419Z Downloaded anyhow v1.0.102
12212026-06-05T04:05:35.419Z Downloaded proc-macro-error2 v2.0.1
12222026-06-05T04:05:35.419Z Downloaded progenitor v0.13.0
12232026-06-05T04:05:35.419Z Downloaded rustc_version v0.1.7
12242026-06-05T04:05:35.419Z Downloaded rand_core v0.10.1
12252026-06-05T04:05:35.419Z Downloaded rand_core v0.6.4
12262026-06-05T04:05:35.734Z Downloaded dropshot-api-manager v0.7.2
12272026-06-05T04:05:35.734Z Downloaded scopeguard v1.2.0
12282026-06-05T04:05:35.734Z Downloaded rustc-hash v2.1.2
12292026-06-05T04:05:35.735Z Downloaded libsw v3.5.0
12302026-06-05T04:05:35.735Z Downloaded crossbeam-epoch v0.9.18
12312026-06-05T04:05:35.735Z Downloaded scroll_derive v0.12.1
12322026-06-05T04:05:35.735Z Downloaded num-integer v0.1.46
12332026-06-05T04:05:35.735Z Downloaded phf v0.12.1
12342026-06-05T04:05:35.735Z Downloaded serde-big-array v0.5.1
12352026-06-05T04:05:35.735Z Downloaded rand_core v0.9.5
12362026-06-05T04:05:35.735Z Downloaded newtype-uuid v1.3.2
12372026-06-05T04:05:35.735Z Downloaded half v2.7.1
12382026-06-05T04:05:35.735Z Downloaded backon v1.6.0
12392026-06-05T04:05:35.735Z Downloaded parking_lot v0.12.5
12402026-06-05T04:05:35.735Z Downloaded papergrid v0.11.0
12412026-06-05T04:05:35.735Z Downloaded parse-display-derive v0.10.0
12422026-06-05T04:05:35.735Z Downloaded ingot-macros v0.1.1
12432026-06-05T04:05:35.735Z Downloaded console v0.16.3
12442026-06-05T04:05:35.735Z Downloaded hickory-resolver v0.25.2
12452026-06-05T04:05:35.735Z Downloaded secrecy v0.10.3
12462026-06-05T04:05:35.735Z Downloaded log v0.4.32
12472026-06-05T04:05:35.735Z Downloaded postcard v1.1.3
12482026-06-05T04:05:35.735Z Downloaded icu_locale_core v2.2.0
12492026-06-05T04:05:35.736Z Downloaded serde_plain v1.0.2
12502026-06-05T04:05:35.736Z Downloaded sha1 v0.10.6
12512026-06-05T04:05:35.736Z Downloaded serde_spanned v1.1.1
12522026-06-05T04:05:35.736Z Downloaded rustls-native-certs v0.8.4
12532026-06-05T04:05:35.736Z Downloaded httparse v1.10.1
12542026-06-05T04:05:35.736Z Downloaded crossbeam-utils v0.8.21
12552026-06-05T04:05:35.736Z Downloaded progenitor-client v0.13.0
12562026-06-05T04:05:35.736Z Downloaded jiff-static v0.2.28
12572026-06-05T04:05:35.736Z Downloaded http v1.4.1
12582026-06-05T04:05:35.736Z Downloaded rand_chacha v0.9.0
12592026-06-05T04:05:35.736Z Downloaded rustversion v1.0.22
12602026-06-05T04:05:35.736Z Downloaded pest_generator v2.8.6
12612026-06-05T04:05:35.736Z Downloaded serde_spanned v0.6.9
12622026-06-05T04:05:35.736Z Downloaded quinn-udp v0.5.14
12632026-06-05T04:05:35.736Z Downloaded quote v1.0.45
12642026-06-05T04:05:35.736Z Downloaded siphasher v1.0.3
12652026-06-05T04:05:35.736Z Downloaded goblin v0.8.2
12662026-06-05T04:05:35.736Z Downloaded cancel-safe-futures v0.1.5
12672026-06-05T04:05:35.736Z Downloaded semver v0.1.20
12682026-06-05T04:05:35.736Z Downloaded pretty-hex v0.4.2
12692026-06-05T04:05:35.736Z Downloaded scroll_derive v0.13.1
12702026-06-05T04:05:35.736Z Downloaded minimal-lexical v0.2.1
12712026-06-05T04:05:35.736Z Downloaded slog-bunyan v2.5.0
12722026-06-05T04:05:35.736Z Downloaded serde_derive_internals v0.29.1
12732026-06-05T04:05:35.736Z Downloaded darling_core v0.23.0
12742026-06-05T04:05:35.736Z Downloaded rusty-fork v0.3.1
12752026-06-05T04:05:35.736Z Downloaded proc-macro2 v1.0.106
12762026-06-05T04:05:35.736Z Downloaded bitflags v2.12.1
12772026-06-05T04:05:35.737Z Downloaded serde_urlencoded v0.7.1
12782026-06-05T04:05:35.737Z Downloaded progenitor v0.10.0
12792026-06-05T04:05:35.737Z Downloaded strum v0.26.3
12802026-06-05T04:05:35.737Z Downloaded strsim v0.11.1
12812026-06-05T04:05:35.737Z Downloaded icu_collections v2.2.0
12822026-06-05T04:05:35.737Z Downloaded strum v0.27.2
12832026-06-05T04:05:35.737Z Downloaded spin v0.5.2
12842026-06-05T04:05:35.737Z Downloaded serde_repr v0.1.20
12852026-06-05T04:05:35.737Z Downloaded memchr v2.8.1
12862026-06-05T04:05:35.737Z Downloaded structmeta v0.3.0
12872026-06-05T04:05:35.737Z Downloaded supports-color v3.0.2
12882026-06-05T04:05:35.737Z Downloaded subtle v2.6.1
12892026-06-05T04:05:35.737Z Downloaded serde_tokenstream v0.2.3
12902026-06-05T04:05:35.737Z Downloaded serde_path_to_error v0.1.20
12912026-06-05T04:05:35.737Z Downloaded tabled_derive v0.7.0
12922026-06-05T04:05:35.737Z Downloaded scroll v0.12.0
12932026-06-05T04:05:35.737Z Downloaded rustls-pki-types v1.14.1
12942026-06-05T04:05:35.737Z Downloaded progenitor-impl v0.13.0
12952026-06-05T04:05:35.737Z Downloaded indexmap v2.14.0
12962026-06-05T04:05:35.737Z Downloaded progenitor-impl v0.10.0
12972026-06-05T04:05:35.737Z Downloaded clap v4.6.1
12982026-06-05T04:05:35.737Z Downloaded hashbrown v0.12.3
12992026-06-05T04:05:35.737Z Downloaded stable_deref_trait v1.2.1
13002026-06-05T04:05:35.737Z Downloaded progenitor v0.14.0
13012026-06-05T04:05:35.737Z Downloaded flate2 v1.1.9
13022026-06-05T04:05:35.738Z Downloaded openssl-sys v0.9.116
13032026-06-05T04:05:35.738Z Downloaded take_mut v0.2.2
13042026-06-05T04:05:35.738Z Downloaded swrite v0.1.0
13052026-06-05T04:05:35.738Z Downloaded rustls-pemfile v2.2.0
13062026-06-05T04:05:35.738Z Downloaded tagptr v0.2.0
13072026-06-05T04:05:35.738Z Downloaded hyper v1.10.1
13082026-06-05T04:05:35.738Z Downloaded pin-project v1.1.13
13092026-06-05T04:05:35.738Z Downloaded smartstring v1.0.1
13102026-06-05T04:05:35.738Z Downloaded rhai_codegen v3.2.0
13112026-06-05T04:05:35.738Z Downloaded thread-id v5.1.0
13122026-06-05T04:05:35.738Z Downloaded thiserror-impl-no-std v2.0.2
13132026-06-05T04:05:35.738Z Downloaded terminal_size v0.4.4
13142026-06-05T04:05:35.738Z Downloaded smf v0.2.3
13152026-06-05T04:05:35.738Z Downloaded signal-hook-registry v1.4.8
13162026-06-05T04:05:35.738Z Downloaded mio v1.2.1
13172026-06-05T04:05:35.738Z Downloaded schemars_derive v0.8.22
13182026-06-05T04:05:35.738Z Downloaded strum_macros v0.26.4
13192026-06-05T04:05:35.738Z Downloaded sha2 v0.10.9
13202026-06-05T04:05:35.738Z Downloaded tabwriter v1.4.1
13212026-06-05T04:05:35.738Z Downloaded num_enum_derive v0.5.11
13222026-06-05T04:05:35.738Z Downloaded tinyvec_macros v0.1.1
13232026-06-05T04:05:35.738Z Downloaded expectorate v1.2.0
13242026-06-05T04:05:35.738Z Downloaded termtree v0.5.1
13252026-06-05T04:05:35.738Z Downloaded sync_wrapper v1.0.2
13262026-06-05T04:05:36.769Z Downloaded testing_table v0.3.0
13272026-06-05T04:05:36.769Z Downloaded static_assertions v1.1.0
13282026-06-05T04:05:36.770Z Downloaded slog-json v2.6.1
13292026-06-05T04:05:36.770Z Downloaded progenitor-impl v0.14.0
13302026-06-05T04:05:36.770Z Downloaded hashbrown v0.17.1
13312026-06-05T04:05:36.770Z Downloaded structmeta-derive v0.3.0
13322026-06-05T04:05:36.770Z Downloaded sha1 v0.11.0
13332026-06-05T04:05:36.770Z Downloaded schemars v0.8.22
13342026-06-05T04:05:36.770Z Downloaded strum_macros v0.27.2
13352026-06-05T04:05:36.770Z Downloaded spin v0.9.8
13362026-06-05T04:05:36.770Z Downloaded nom v7.1.3
13372026-06-05T04:05:36.770Z Downloaded indicatif v0.18.4
13382026-06-05T04:05:36.770Z Downloaded thiserror-impl v1.0.69
13392026-06-05T04:05:36.770Z Downloaded snafu-derive v0.8.9
13402026-06-05T04:05:36.770Z Downloaded time-core v0.1.8
13412026-06-05T04:05:36.770Z Downloaded slog-dtrace v0.3.0
13422026-06-05T04:05:36.770Z Downloaded serde_with_macros v3.20.0
13432026-06-05T04:05:36.770Z Downloaded num-traits v0.2.19
13442026-06-05T04:05:36.770Z Downloaded toml_write v0.1.2
13452026-06-05T04:05:36.770Z Downloaded slab v0.4.12
13462026-06-05T04:05:36.770Z Downloaded thiserror v2.0.18
13472026-06-05T04:05:36.770Z Downloaded ryu v1.0.23
13482026-06-05T04:05:36.770Z Downloaded rustls-platform-verifier v0.7.0
13492026-06-05T04:05:36.770Z Downloaded unarray v0.1.4
13502026-06-05T04:05:36.770Z Downloaded typeid v1.0.3
13512026-06-05T04:05:36.770Z Downloaded tower-service v0.3.3
13522026-06-05T04:05:36.770Z Downloaded tabled_derive v0.11.0
13532026-06-05T04:05:36.770Z Downloaded slog-stdlog v4.1.1
13542026-06-05T04:05:36.770Z Downloaded thread-id v4.2.2
13552026-06-05T04:05:36.770Z Downloaded typify-macro v0.4.3
13562026-06-05T04:05:36.770Z Downloaded try-lock v0.2.5
13572026-06-05T04:05:36.770Z Downloaded smallvec v1.15.1
13582026-06-05T04:05:36.770Z Downloaded slog-term v2.9.2
13592026-06-05T04:05:36.770Z Downloaded slog-async v2.8.0
13602026-06-05T04:05:36.770Z Downloaded simd-adler32 v0.3.9
13612026-06-05T04:05:36.770Z Downloaded shlex v2.0.1
13622026-06-05T04:05:36.770Z Downloaded semver v1.0.28
13632026-06-05T04:05:36.770Z Downloaded serde_derive v1.0.228
13642026-06-05T04:05:36.771Z Downloaded tokio-macros v2.7.0
13652026-06-05T04:05:36.771Z Downloaded thread_local v1.1.9
13662026-06-05T04:05:36.771Z Downloaded thiserror-no-std v2.0.2
13672026-06-05T04:05:36.771Z Downloaded universal-hash v0.5.1
13682026-06-05T04:05:36.771Z Downloaded thiserror-impl v2.0.18
13692026-06-05T04:05:36.771Z Downloaded synstructure v0.13.2
13702026-06-05T04:05:36.771Z Downloaded tower-layer v0.3.3
13712026-06-05T04:05:36.771Z Downloaded tokio-tungstenite v0.21.0
13722026-06-05T04:05:36.771Z Downloaded slog v2.8.2
13732026-06-05T04:05:36.771Z Downloaded rand v0.8.6
13742026-06-05T04:05:36.771Z Downloaded miniz_oxide v0.8.9
13752026-06-05T04:05:36.771Z Downloaded qorb v0.4.1
13762026-06-05T04:05:36.771Z Downloaded unicode-xid v0.2.6
13772026-06-05T04:05:36.771Z Downloaded usdt-attr-macro v0.5.0
13782026-06-05T04:05:36.771Z Downloaded typify-macro v0.6.2
13792026-06-05T04:05:36.771Z Downloaded usdt v0.6.0
13802026-06-05T04:05:36.771Z Downloaded similar v2.7.0
13812026-06-05T04:05:36.771Z Downloaded serde_yaml v0.9.34+deprecated
13822026-06-05T04:05:36.771Z Downloaded clap_builder v4.6.0
13832026-06-05T04:05:36.771Z Downloaded unit-prefix v0.5.2
13842026-06-05T04:05:36.771Z Downloaded time-macros v0.2.27
13852026-06-05T04:05:36.771Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13862026-06-05T04:05:36.771Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13872026-06-05T04:05:36.771Z Downloaded toml_datetime v0.6.11
13882026-06-05T04:05:36.771Z Downloaded untrusted v0.9.0
13892026-06-05T04:05:36.771Z Downloaded serde_core v1.0.228
13902026-06-05T04:05:36.771Z Downloaded utf8parse v0.2.2
13912026-06-05T04:05:36.771Z Downloaded utf8_iter v1.0.4
13922026-06-05T04:05:36.771Z Downloaded utf-8 v0.7.6
13932026-06-05T04:05:36.771Z Downloaded usdt v0.5.0
13942026-06-05T04:05:36.771Z Downloaded usdt-attr-macro v0.6.0
13952026-06-05T04:05:36.771Z Downloaded bcs v0.1.6
13962026-06-05T04:05:36.771Z Downloaded socket2 v0.6.4
13972026-06-05T04:05:36.771Z Downloaded resolv-conf v0.7.6
13982026-06-05T04:05:36.771Z Downloaded untrusted v0.7.1
13992026-06-05T04:05:36.771Z Downloaded term v1.2.1
14002026-06-05T04:05:36.771Z Downloaded quinn v0.11.9
14012026-06-05T04:05:36.771Z Downloaded scroll v0.13.0
14022026-06-05T04:05:36.771Z Downloaded prettyplease v0.2.37
14032026-06-05T04:05:36.772Z Downloaded rustls-webpki v0.103.13
14042026-06-05T04:05:36.772Z Downloaded pest_meta v2.8.6
14052026-06-05T04:05:36.772Z Downloaded pest_derive v2.8.6
14062026-06-05T04:05:36.772Z Downloaded base64 v0.21.7
14072026-06-05T04:05:36.772Z Downloaded want v0.3.1
14082026-06-05T04:05:36.772Z Downloaded version_check v0.9.5
14092026-06-05T04:05:36.772Z Downloaded usdt-macro v0.6.0
14102026-06-05T04:05:36.772Z Downloaded usdt-macro v0.5.0
14112026-06-05T04:05:36.772Z Downloaded h2 v0.4.14
14122026-06-05T04:05:36.772Z Downloaded slog-scope v4.4.1
14132026-06-05T04:05:36.772Z Downloaded rayon-core v1.13.0
14142026-06-05T04:05:36.772Z Downloaded sigpipe v0.1.3
14152026-06-05T04:05:36.772Z Downloaded aho-corasick v1.1.4
14162026-06-05T04:05:36.772Z Downloaded konst v0.2.20
14172026-06-05T04:05:36.772Z Downloaded icu_normalizer v2.2.0
14182026-06-05T04:05:36.772Z Downloaded anstyle v1.0.14
14192026-06-05T04:05:36.772Z Downloaded hmac v0.12.1
14202026-06-05T04:05:36.772Z Downloaded toml v0.8.23
14212026-06-05T04:05:36.772Z Downloaded zerofrom-derive v0.1.7
14222026-06-05T04:05:36.772Z Downloaded schemars v0.9.0
14232026-06-05T04:05:36.772Z Downloaded zerofrom v0.1.8
14242026-06-05T04:05:36.772Z Downloaded tinystr v0.8.3
14252026-06-05T04:05:36.772Z Downloaded async-compression v0.4.42
14262026-06-05T04:05:36.833Z Downloaded idna v1.1.0
14272026-06-05T04:05:36.833Z Downloaded usdt-impl v0.5.0
14282026-06-05T04:05:36.833Z Downloaded textwrap v0.16.2
14292026-06-05T04:05:36.833Z Downloaded snafu v0.8.9
14302026-06-05T04:05:36.833Z Downloaded zone_cfg_derive v0.3.1
14312026-06-05T04:05:36.833Z Downloaded zeroize_derive v1.4.3
14322026-06-05T04:05:36.833Z Downloaded wait-timeout v0.2.1
14332026-06-05T04:05:36.833Z Downloaded toml_parser v1.1.2+spec-1.1.0
14342026-06-05T04:05:36.833Z Downloaded nom v8.0.0
14352026-06-05T04:05:36.833Z Downloaded itertools v0.14.0
14362026-06-05T04:05:36.833Z Downloaded zone v0.3.1
14372026-06-05T04:05:36.833Z Downloaded thin-vec v0.2.18
14382026-06-05T04:05:36.833Z Downloaded tempfile v3.27.0
14392026-06-05T04:05:36.833Z Downloaded vsss-rs v3.3.4
14402026-06-05T04:05:36.833Z Downloaded usdt-impl v0.6.0
14412026-06-05T04:05:36.833Z Downloaded yoke-derive v0.8.2
14422026-06-05T04:05:36.834Z Downloaded waitgroup v0.1.2
14432026-06-05T04:05:36.834Z Downloaded tinyvec v1.11.0
14442026-06-05T04:05:36.834Z Downloaded tokio-rustls v0.26.4
14452026-06-05T04:05:36.834Z Downloaded schemars v1.2.1
14462026-06-05T04:05:36.834Z Downloaded xz2 v0.1.7
14472026-06-05T04:05:36.834Z Downloaded whoami v1.6.1
14482026-06-05T04:05:36.834Z Downloaded walkdir v2.5.0
14492026-06-05T04:05:36.834Z Downloaded tokio-stream v0.1.18
14502026-06-05T04:05:36.834Z Downloaded zeroize v1.8.2
14512026-06-05T04:05:36.834Z Downloaded writeable v0.6.3
14522026-06-05T04:05:36.834Z Downloaded aws-lc-rs v1.17.0
14532026-06-05T04:05:36.834Z Downloaded zmij v1.0.21
14542026-06-05T04:05:36.834Z Downloaded ucd-trie v0.1.7
14552026-06-05T04:05:36.834Z Downloaded toml v1.1.2+spec-1.1.0
14562026-06-05T04:05:36.834Z Downloaded zerovec-derive v0.11.3
14572026-06-05T04:05:36.834Z Downloaded pest v2.8.6
14582026-06-05T04:05:36.834Z Downloaded tracing-core v0.1.36
14592026-06-05T04:05:36.834Z Downloaded libm v0.2.16
14602026-06-05T04:05:36.834Z Downloaded typify v0.6.2
14612026-06-05T04:05:36.834Z Downloaded tungstenite v0.21.0
14622026-06-05T04:05:36.834Z Downloaded unicode-ident v1.0.24
14632026-06-05T04:05:36.834Z Downloaded toml_writer v1.1.1+spec-1.1.0
14642026-06-05T04:05:36.834Z Downloaded typify v0.4.3
14652026-06-05T04:05:36.834Z Downloaded toml v0.9.12+spec-1.1.0
14662026-06-05T04:05:36.834Z Downloaded thiserror v1.0.69
14672026-06-05T04:05:36.834Z Downloaded tracing-attributes v0.1.31
14682026-06-05T04:05:36.834Z Downloaded unsafe-libyaml v0.2.11
14692026-06-05T04:05:36.834Z Downloaded steno v0.4.1
14702026-06-05T04:05:36.834Z Downloaded slog-envlogger v2.2.0
14712026-06-05T04:05:36.834Z Downloaded itertools v0.12.1
14722026-06-05T04:05:36.834Z Downloaded zerocopy-derive v0.7.35
14732026-06-05T04:05:36.834Z Downloaded yoke v0.8.3
14742026-06-05T04:05:36.834Z Downloaded toml_edit v0.25.12+spec-1.1.0
14752026-06-05T04:05:36.834Z Downloaded uuid v1.23.2
14762026-06-05T04:05:36.834Z Downloaded toml_edit v0.22.27
14772026-06-05T04:05:36.834Z Downloaded rand v0.10.1
14782026-06-05T04:05:36.834Z Downloaded tiny-keccak v2.0.2
14792026-06-05T04:05:36.834Z Downloaded test-strategy v0.4.5
14802026-06-05T04:05:36.835Z Downloaded serde v1.0.228
14812026-06-05T04:05:36.835Z Downloaded rand v0.9.4
14822026-06-05T04:05:36.835Z Downloaded hashbrown v0.16.1
14832026-06-05T04:05:36.835Z Downloaded cookie v0.18.1
14842026-06-05T04:05:36.835Z Downloaded proc-macro-crate v3.5.0
14852026-06-05T04:05:36.835Z Downloaded getrandom v0.4.2
14862026-06-05T04:05:36.835Z Downloaded ppv-lite86 v0.2.21
14872026-06-05T04:05:36.835Z Downloaded pem v3.0.6
14882026-06-05T04:05:36.835Z Downloaded opaque-debug v0.3.1
14892026-06-05T04:05:36.835Z Downloaded num-complex v0.4.6
14902026-06-05T04:05:36.835Z Downloaded ron v0.12.1
14912026-06-05T04:05:36.835Z Downloaded multer v3.1.0
14922026-06-05T04:05:36.835Z Downloaded cobs v0.3.0
14932026-06-05T04:05:36.835Z Downloaded async-stream v0.3.6
14942026-06-05T04:05:36.835Z Downloaded toml_edit v0.19.15
14952026-06-05T04:05:36.835Z Downloaded regex v1.12.3
14962026-06-05T04:05:36.835Z Downloaded once_cell v1.21.4
14972026-06-05T04:05:36.835Z Downloaded num_enum v0.5.11
14982026-06-05T04:05:36.835Z Downloaded hashbrown v0.15.5
14992026-06-05T04:05:36.835Z Downloaded arc-swap v1.9.1
15002026-06-05T04:05:36.835Z Downloaded lock_api v0.4.14
15012026-06-05T04:05:36.835Z Downloaded ingot-types v0.1.2
15022026-06-05T04:05:36.835Z Downloaded newline-converter v0.3.0
15032026-06-05T04:05:36.835Z Downloaded hostname v0.4.2
15042026-06-05T04:05:36.835Z Downloaded equivalent v1.0.2
15052026-06-05T04:05:36.835Z Downloaded embedded-io v0.4.0
15062026-06-05T04:05:36.835Z Downloaded cpufeatures v0.3.0
15072026-06-05T04:05:36.835Z Downloaded displaydoc v0.2.6
15082026-06-05T04:05:36.835Z Downloaded cc v1.2.63
15092026-06-05T04:05:36.835Z Downloaded cargo_toml v0.22.3
15102026-06-05T04:05:36.835Z Downloaded camino v1.2.2
15112026-06-05T04:05:36.835Z Downloaded camino-tempfile v1.4.1
15122026-06-05T04:05:36.835Z Downloaded itoa v1.0.18
15132026-06-05T04:05:36.835Z Downloaded futures-io v0.3.32
15142026-06-05T04:05:36.835Z Downloaded instant v0.1.13
15152026-06-05T04:05:36.835Z Downloaded defmt-parser v1.0.0
15162026-06-05T04:05:36.835Z Downloaded icu_properties_data v2.2.0
15172026-06-05T04:05:36.836Z Downloaded unicode-segmentation v1.13.3
15182026-06-05T04:05:36.836Z Downloaded portable-atomic v1.13.1
15192026-06-05T04:05:36.836Z Downloaded bitflags v1.3.2
15202026-06-05T04:05:36.836Z Downloaded bit-set v0.8.0
15212026-06-05T04:05:36.836Z Downloaded http-body v1.0.1
15222026-06-05T04:05:36.836Z Downloaded futures-channel v0.3.32
15232026-06-05T04:05:36.836Z Downloaded reqwest v0.13.4
15242026-06-05T04:05:36.836Z Downloaded reqwest v0.12.28
15252026-06-05T04:05:36.836Z Downloaded zerotrie v0.2.4
15262026-06-05T04:05:36.910Z Downloaded foreign-types v0.5.0
15272026-06-05T04:05:36.910Z Downloaded erased-serde v0.3.31
15282026-06-05T04:05:36.910Z Downloaded base16ct v1.0.0
15292026-06-05T04:05:36.910Z Downloaded bytes v1.11.1
15302026-06-05T04:05:36.910Z Downloaded foreign-types-macros v0.2.3
15312026-06-05T04:05:36.910Z Downloaded async-trait v0.1.89
15322026-06-05T04:05:36.910Z Downloaded url v2.5.8
15332026-06-05T04:05:36.910Z Downloaded async-stream-impl v0.3.6
15342026-06-05T04:05:36.910Z Downloaded heapless v0.8.0
15352026-06-05T04:05:36.910Z Downloaded futures-util v0.3.32
15362026-06-05T04:05:36.910Z Downloaded zerocopy-derive v0.8.50
15372026-06-05T04:05:36.910Z Downloaded rayon v1.12.0
15382026-06-05T04:05:36.910Z Downloaded chrono v0.4.45
15392026-06-05T04:05:36.910Z Downloaded typed-path v0.9.3
15402026-06-05T04:05:36.910Z Downloaded serde_json v1.0.150
15412026-06-05T04:05:36.910Z Downloaded proptest v1.11.0
15422026-06-05T04:05:36.911Z Downloaded moka v0.12.15
15432026-06-05T04:05:36.911Z Downloaded bytecount v0.6.9
15442026-06-05T04:05:36.911Z Downloaded zerovec v0.11.6
15452026-06-05T04:05:36.911Z Downloaded compression-codecs v0.4.38
15462026-06-05T04:05:36.911Z Downloaded blake2 v0.10.6
15472026-06-05T04:05:36.911Z Downloaded anstream v1.0.0
15482026-06-05T04:05:36.911Z Downloaded typenum v1.20.1
15492026-06-05T04:05:36.911Z Downloaded foreign-types v0.3.2
15502026-06-05T04:05:36.911Z Downloaded ff v0.13.1
15512026-06-05T04:05:36.912Z Downloaded bstr v1.12.1
15522026-06-05T04:05:36.912Z Downloaded tokio-util v0.7.18
15532026-06-05T04:05:36.912Z Downloaded dyn-clone v1.0.20
15542026-06-05T04:05:36.912Z Downloaded chacha20 v0.9.1
15552026-06-05T04:05:36.912Z Downloaded generic-array v0.14.7
15562026-06-05T04:05:36.912Z Downloaded futures-task v0.3.32
15572026-06-05T04:05:36.912Z Downloaded futures-sink v0.3.32
15582026-06-05T04:05:36.912Z Downloaded critical-section v1.2.0
15592026-06-05T04:05:36.912Z Downloaded convert_case v0.4.0
15602026-06-05T04:05:36.912Z Downloaded bs58 v0.5.1
15612026-06-05T04:05:36.912Z Downloaded base64ct v1.8.3
15622026-06-05T04:05:36.912Z Downloaded clap_lex v1.1.0
15632026-06-05T04:05:36.913Z Downloaded block-buffer v0.10.4
15642026-06-05T04:05:36.913Z Downloaded aead v0.5.2
15652026-06-05T04:05:36.913Z Downloaded cstr-argument v0.1.2
15662026-06-05T04:05:36.913Z Downloaded compression-core v0.4.32
15672026-06-05T04:05:36.913Z Downloaded iddqd v0.4.2
15682026-06-05T04:05:36.913Z Downloaded anstyle-parse v1.0.0
15692026-06-05T04:05:36.913Z Downloaded debug-ignore v1.0.5
15702026-06-05T04:05:36.913Z Downloaded tabled v0.15.0
15712026-06-05T04:05:36.913Z Downloaded tower-http v0.6.11
15722026-06-05T04:05:36.913Z Downloaded winnow v0.5.40
15732026-06-05T04:05:36.913Z Downloaded goblin v0.10.7
15742026-06-05T04:05:36.913Z Downloaded tough v0.22.0
15752026-06-05T04:05:36.913Z Downloaded quinn-proto v0.11.14
15762026-06-05T04:05:36.913Z Downloaded darling_macro v0.21.3
15772026-06-05T04:05:36.913Z Downloaded hkdf v0.12.4
15782026-06-05T04:05:36.913Z Downloaded crc8 v0.1.1
15792026-06-05T04:05:36.913Z Downloaded ciborium-io v0.2.2
15802026-06-05T04:05:36.913Z Downloaded atomicwrites v0.4.4
15812026-06-05T04:05:36.913Z Downloaded foldhash v0.2.0
15822026-06-05T04:05:36.913Z Downloaded errno v0.3.14
15832026-06-05T04:05:36.913Z Downloaded either v1.16.0
15842026-06-05T04:05:36.914Z Downloaded dtrace-parser v0.3.0
15852026-06-05T04:05:36.914Z Downloaded foreign-types-shared v0.1.1
15862026-06-05T04:05:36.914Z Downloaded float-ord v0.3.2
15872026-06-05T04:05:36.914Z Downloaded winnow v0.7.15
15882026-06-05T04:05:36.914Z Downloaded syn v1.0.109
15892026-06-05T04:05:36.914Z Downloaded winnow v1.0.3
15902026-06-05T04:05:36.914Z Downloaded unicode-linebreak v0.1.5
15912026-06-05T04:05:36.914Z Downloaded curve25519-dalek v4.1.3
15922026-06-05T04:05:36.914Z Downloaded tower v0.5.3
15932026-06-05T04:05:36.914Z Downloaded serde_with v3.20.0
15942026-06-05T04:05:36.914Z Downloaded webpki-roots v1.0.7
15952026-06-05T04:05:36.914Z Downloaded tabled v0.21.0
15962026-06-05T04:05:36.914Z Downloaded unicode-width v0.1.14
15972026-06-05T04:05:36.914Z Downloaded smoltcp v0.11.0
15982026-06-05T04:05:36.914Z Downloaded unicode-normalization v0.1.25
15992026-06-05T04:05:36.914Z Downloaded regex-syntax v0.8.10
16002026-06-05T04:05:36.914Z Downloaded time v0.3.47
16012026-06-05T04:05:36.914Z Downloaded rustix v0.38.44
16022026-06-05T04:05:36.914Z Downloaded dropshot v0.17.1
16032026-06-05T04:05:36.914Z Downloaded openssl v0.10.80
16042026-06-05T04:05:36.914Z Downloaded hickory-proto v0.24.4
16052026-06-05T04:05:36.914Z Downloaded zerocopy v0.7.35
16062026-06-05T04:05:36.915Z Downloaded openapiv3 v2.2.0
16072026-06-05T04:05:36.915Z Downloaded regress v0.10.5
16082026-06-05T04:05:36.915Z Downloaded unicode-width v0.2.2
16092026-06-05T04:05:36.915Z Downloaded syn v2.0.117
16102026-06-05T04:05:36.915Z Downloaded rhai v1.25.1
16112026-06-05T04:05:36.915Z Downloaded zerocopy v0.8.50
16122026-06-05T04:05:36.915Z Downloaded sled v0.34.7
16132026-06-05T04:05:36.915Z Downloaded tracing v0.1.44
16142026-06-05T04:05:36.915Z Downloaded rustls v0.23.40
16152026-06-05T04:05:36.915Z Downloaded regress v0.11.1
16162026-06-05T04:05:36.915Z Downloaded hickory-proto v0.25.2
16172026-06-05T04:05:36.915Z Downloaded rustix v1.1.4
16182026-06-05T04:05:36.915Z Downloaded vcpkg v0.2.15
16192026-06-05T04:05:36.916Z Downloaded nix v0.31.3
16202026-06-05T04:05:36.916Z Downloaded regex-automata v0.4.14
16212026-06-05T04:05:36.916Z Downloaded typify-impl v0.6.2
16222026-06-05T04:05:36.916Z Downloaded typify-impl v0.4.3
16232026-06-05T04:05:36.916Z Downloaded csv v1.4.0
16242026-06-05T04:05:36.916Z Downloaded sha3 v0.10.9
16252026-06-05T04:05:36.916Z Downloaded jiff v0.2.28
16262026-06-05T04:05:36.977Z Downloaded tokio v1.52.3
16272026-06-05T04:05:36.977Z Downloaded petgraph v0.6.5
16282026-06-05T04:05:36.978Z Downloaded lzma-sys v0.1.20
16292026-06-05T04:05:36.978Z Downloaded libc v0.2.186
16302026-06-05T04:05:36.978Z Downloaded petgraph v0.8.3
16312026-06-05T04:05:36.978Z Downloaded encoding_rs v0.8.35
16322026-06-05T04:05:36.978Z Downloaded tokio-dtrace v0.1.1
16332026-06-05T04:05:36.978Z Downloaded smawk v0.3.2
16342026-06-05T04:05:36.978Z Downloaded ring v0.17.14
16352026-06-05T04:05:36.978Z Downloaded aws-lc-sys v0.41.0
16362026-06-05T04:05:37.172Z Compiling proc-macro2 v1.0.106
16372026-06-05T04:05:37.172Z Compiling quote v1.0.45
16382026-06-05T04:05:37.172Z Compiling unicode-ident v1.0.24
16392026-06-05T04:05:37.173Z Compiling serde_core v1.0.228
16402026-06-05T04:05:37.173Z Compiling serde v1.0.228
16412026-06-05T04:05:37.173Z Compiling libc v0.2.186
16422026-06-05T04:05:37.240Z Compiling cfg-if v1.0.4
16432026-06-05T04:05:37.559Z Compiling zmij v1.0.21
16442026-06-05T04:05:37.605Z Compiling autocfg v1.5.1
16452026-06-05T04:05:37.836Z Compiling memchr v2.8.1
16462026-06-05T04:05:37.864Z Compiling libm v0.2.16
16472026-06-05T04:05:38.599Z Compiling itoa v1.0.18
16482026-06-05T04:05:38.960Z Compiling icu_normalizer_data v2.2.0
16492026-06-05T04:05:38.960Z Compiling icu_properties_data v2.2.0
16502026-06-05T04:05:38.961Z Compiling version_check v0.9.5
16512026-06-05T04:05:38.961Z Compiling stable_deref_trait v1.2.1
16522026-06-05T04:05:38.961Z Compiling serde_json v1.0.150
16532026-06-05T04:05:38.961Z Compiling syn v2.0.117
16542026-06-05T04:05:39.152Z Compiling parking_lot_core v0.9.12
16552026-06-05T04:05:39.152Z Compiling writeable v0.6.3
16562026-06-05T04:05:39.301Z Compiling litemap v0.8.2
16572026-06-05T04:05:39.301Z Compiling num-traits v0.2.19
16582026-06-05T04:05:39.301Z Compiling utf8_iter v1.0.4
16592026-06-05T04:05:39.360Z Compiling percent-encoding v2.3.2
16602026-06-05T04:05:40.826Z Compiling thiserror v2.0.18
16612026-06-05T04:05:40.848Z Compiling form_urlencoded v1.2.2
16622026-06-05T04:05:40.848Z Compiling getrandom v0.4.2
16632026-06-05T04:05:40.848Z Compiling rand_core v0.10.1
16642026-06-05T04:05:40.848Z Compiling zerocopy v0.8.50
16652026-06-05T04:05:40.848Z Compiling errno v0.3.14
16662026-06-05T04:05:40.848Z Compiling heck v0.5.0
16672026-06-05T04:05:40.848Z Compiling iana-time-zone v0.1.65
16682026-06-05T04:05:40.957Z Compiling uuid v1.23.2
16692026-06-05T04:05:40.957Z Compiling jobserver v0.1.34
16702026-06-05T04:05:40.957Z Compiling shlex v2.0.1
16712026-06-05T04:05:40.957Z Compiling find-msvc-tools v0.1.9
16722026-06-05T04:05:40.957Z Compiling rustversion v1.0.22
16732026-06-05T04:05:40.957Z Compiling cc v1.2.63
16742026-06-05T04:05:40.957Z Compiling semver v1.0.28
16752026-06-05T04:05:40.957Z Compiling schemars v0.8.22
16762026-06-05T04:05:41.056Z Compiling dyn-clone v1.0.20
16772026-06-05T04:05:41.169Z Compiling pin-project-lite v0.2.17
16782026-06-05T04:05:41.235Z Compiling getrandom v0.2.17
16792026-06-05T04:05:41.246Z Compiling scopeguard v1.2.0
16802026-06-05T04:05:41.364Z Compiling lock_api v0.4.14
16812026-06-05T04:05:41.422Z Compiling bitflags v2.12.1
16822026-06-05T04:05:41.500Z Compiling socket2 v0.6.4
16832026-06-05T04:05:41.598Z Compiling synstructure v0.13.2
16842026-06-05T04:05:41.643Z Compiling serde_derive_internals v0.29.1
16852026-06-05T04:05:41.736Z Compiling cmake v0.1.58
16862026-06-05T04:05:41.830Z Compiling signal-hook-registry v1.4.8
16872026-06-05T04:05:42.073Z Compiling mio v1.2.1
16882026-06-05T04:05:42.110Z Compiling dunce v1.0.5
16892026-06-05T04:05:42.110Z Compiling fs_extra v1.3.0
16902026-06-05T04:05:42.208Z Compiling portable-atomic v1.13.1
16912026-06-05T04:05:42.301Z Compiling critical-section v1.2.0
16922026-06-05T04:05:42.343Z Compiling futures-core v0.3.32
16932026-06-05T04:05:42.343Z Compiling log v0.4.32
16942026-06-05T04:05:42.374Z Compiling aws-lc-sys v0.41.0
16952026-06-05T04:05:42.428Z Compiling subtle v2.6.1
16962026-06-05T04:05:42.653Z Compiling equivalent v1.0.2
16972026-06-05T04:05:42.768Z Compiling httparse v1.10.1
16982026-06-05T04:05:42.768Z Compiling futures-sink v0.3.32
16992026-06-05T04:05:42.807Z Compiling slab v0.4.12
17002026-06-05T04:05:42.807Z Compiling serde_derive v1.0.228
17012026-06-05T04:05:42.807Z Compiling zerofrom-derive v0.1.7
17022026-06-05T04:05:42.883Z Compiling yoke-derive v0.8.2
17032026-06-05T04:05:42.931Z Compiling zerovec-derive v0.11.3
17042026-06-05T04:05:42.984Z Compiling displaydoc v0.2.6
17052026-06-05T04:05:43.049Z Compiling schemars_derive v0.8.22
17062026-06-05T04:05:43.297Z Compiling thiserror-impl v2.0.18
17072026-06-05T04:05:43.469Z Compiling tokio-macros v2.7.0
17082026-06-05T04:05:43.775Z Compiling zerocopy-derive v0.8.50
17092026-06-05T04:05:43.987Z Compiling zeroize_derive v1.4.3
17102026-06-05T04:05:44.112Z Compiling zerofrom v0.1.8
17112026-06-05T04:05:44.179Z Compiling futures-macro v0.3.32
17122026-06-05T04:05:44.205Z Compiling yoke v0.8.3
17132026-06-05T04:05:44.264Z Compiling once_cell v1.21.4
17142026-06-05T04:05:44.343Z Compiling ucd-trie v0.1.7
17152026-06-05T04:05:44.379Z Compiling zerovec v0.11.6
17162026-06-05T04:05:44.502Z Compiling zerotrie v0.2.4
17172026-06-05T04:05:44.534Z Compiling thiserror v1.0.69
17182026-06-05T04:05:44.638Z Compiling zeroize v1.8.2
17192026-06-05T04:05:44.822Z Compiling rustix v1.1.4
17202026-06-05T04:05:44.869Z Compiling pest v2.8.6
17212026-06-05T04:05:44.994Z Compiling typenum v1.20.1
17222026-06-05T04:05:45.008Z Compiling futures-channel v0.3.32
17232026-06-05T04:05:45.009Z Compiling tinystr v0.8.3
17242026-06-05T04:05:45.009Z Compiling potential_utf v0.1.5
17252026-06-05T04:05:45.236Z Compiling icu_locale_core v2.2.0
17262026-06-05T04:05:45.277Z Compiling icu_collections v2.2.0
17272026-06-05T04:05:45.277Z Compiling thiserror-impl v1.0.69
17282026-06-05T04:05:45.277Z Compiling futures-task v0.3.32
17292026-06-05T04:05:45.454Z Compiling futures-io v0.3.32
17302026-06-05T04:05:45.749Z Compiling futures-util v0.3.32
17312026-06-05T04:05:45.979Z Compiling pest_meta v2.8.6
17322026-06-05T04:05:46.050Z Compiling smallvec v1.15.1
17332026-06-05T04:05:46.103Z Compiling bytes v1.11.1
17342026-06-05T04:05:46.124Z Compiling icu_provider v2.2.0
17352026-06-05T04:05:46.350Z Compiling chrono v0.4.45
17362026-06-05T04:05:46.396Z Compiling icu_properties v2.2.0
17372026-06-05T04:05:46.712Z Compiling icu_normalizer v2.2.0
17382026-06-05T04:05:47.202Z Compiling parking_lot v0.12.5
17392026-06-05T04:05:47.362Z Compiling idna_adapter v1.2.2
17402026-06-05T04:05:47.515Z Compiling idna v1.1.0
17412026-06-05T04:05:47.888Z Compiling url v2.5.8
17422026-06-05T04:05:47.923Z Compiling tokio v1.52.3
17432026-06-05T04:05:48.031Z Compiling serde_tokenstream v0.2.3
17442026-06-05T04:05:48.351Z Compiling pest_generator v2.8.6
17452026-06-05T04:05:48.368Z Compiling getrandom v0.3.4
17462026-06-05T04:05:48.368Z Compiling regex-syntax v0.8.10
17472026-06-05T04:05:48.795Z Compiling strsim v0.11.1
17482026-06-05T04:05:49.027Z Compiling pest_derive v2.8.6
17492026-06-05T04:05:49.140Z Compiling rand_core v0.6.4
17502026-06-05T04:05:49.323Z Compiling aho-corasick v1.1.4
17512026-06-05T04:05:49.530Z Compiling hashbrown v0.17.1
17522026-06-05T04:05:49.689Z Compiling byteorder v1.5.0
17532026-06-05T04:05:49.901Z Compiling ipnetwork v0.21.1
17542026-06-05T04:05:49.928Z Compiling tracing-core v0.1.36
17552026-06-05T04:05:51.184Z Compiling indexmap v2.14.0
17562026-06-05T04:05:51.184Z Compiling regex-automata v0.4.14
17572026-06-05T04:05:51.184Z Compiling tracing-attributes v0.1.31
17582026-06-05T04:05:51.184Z Compiling ident_case v1.0.1
17592026-06-05T04:05:51.184Z Compiling slog v2.8.2
17602026-06-05T04:05:51.184Z Compiling base64 v0.22.1
17612026-06-05T04:05:51.300Z Compiling paste v1.0.15
17622026-06-05T04:05:51.300Z Compiling anyhow v1.0.102
17632026-06-05T04:05:51.688Z Compiling fnv v1.0.7
17642026-06-05T04:05:51.799Z Compiling erased-serde v0.3.31
17652026-06-05T04:05:51.799Z Compiling tracing v0.1.44
17662026-06-05T04:05:53.787Z Compiling omicron-workspace-hack v0.1.0
17672026-06-05T04:05:53.877Z Compiling regex v1.12.3
17682026-06-05T04:05:53.877Z Compiling http v1.4.1
17692026-06-05T04:05:53.877Z Compiling oxnet v0.1.6
17702026-06-05T04:05:53.877Z Compiling rustls-pki-types v1.14.1
17712026-06-05T04:05:53.877Z Compiling scroll_derive v0.13.1
17722026-06-05T04:05:53.977Z Compiling ring v0.17.14
17732026-06-05T04:05:54.067Z Compiling time-core v0.1.8
17742026-06-05T04:05:54.195Z Compiling aws-lc-rs v1.17.0
17752026-06-05T04:05:54.408Z Compiling num-conv v0.2.2
17762026-06-05T04:05:54.561Z Compiling time-macros v0.2.27
17772026-06-05T04:05:54.621Z Compiling tokio-util v0.7.18
17782026-06-05T04:05:54.976Z Compiling untrusted v0.9.0
17792026-06-05T04:05:55.143Z Compiling ipnet v2.12.0
17802026-06-05T04:05:55.579Z Compiling untrusted v0.7.1
17812026-06-05T04:05:55.813Z Compiling ppv-lite86 v0.2.21
17822026-06-05T04:05:56.094Z Compiling async-trait v0.1.89
17832026-06-05T04:05:56.154Z Compiling daft-derive v0.1.7
17842026-06-05T04:05:56.227Z Compiling crc32fast v1.5.0
17852026-06-05T04:05:56.436Z Compiling rustls v0.23.40
17862026-06-05T04:05:56.564Z Compiling camino v1.2.2
17872026-06-05T04:05:56.690Z Compiling http-body v1.0.1
17882026-06-05T04:05:56.952Z Compiling atomic-waker v1.1.2
17892026-06-05T04:05:56.999Z Compiling crossbeam-utils v0.8.21
17902026-06-05T04:05:56.999Z Compiling usdt-impl v0.6.0
17912026-06-05T04:05:56.999Z Compiling pretty-hex v0.4.2
17922026-06-05T04:05:57.162Z Compiling scroll v0.13.0
17932026-06-05T04:05:57.219Z Compiling tower-service v0.3.3
17942026-06-05T04:05:57.376Z Compiling tower-layer v0.3.3
17952026-06-05T04:05:57.449Z Compiling try-lock v0.2.5
17962026-06-05T04:05:57.522Z Compiling plain v0.2.3
17972026-06-05T04:05:57.590Z Compiling ryu v1.0.23
17982026-06-05T04:05:57.699Z Compiling goblin v0.10.7
17992026-06-05T04:05:57.852Z Compiling want v0.3.1
18002026-06-05T04:05:58.010Z Compiling h2 v0.4.14
18012026-06-05T04:05:58.553Z Compiling httpdate v1.0.3
18022026-06-05T04:05:58.927Z Compiling slog-async v2.8.0
18032026-06-05T04:05:59.254Z Compiling dtrace-parser v0.3.0
18042026-06-05T04:05:59.303Z Compiling thread-id v5.1.0
18052026-06-05T04:05:59.858Z Compiling ref-cast v1.0.25
18062026-06-05T04:06:00.402Z Compiling dof v0.4.0
18072026-06-05T04:06:01.322Z Compiling hyper v1.10.1
18082026-06-05T04:06:01.863Z Compiling rand_core v0.9.5
18092026-06-05T04:06:02.105Z Compiling serde_urlencoded v0.7.1
18102026-06-05T04:06:02.165Z Compiling http-body-util v0.1.3
18112026-06-05T04:06:02.439Z Compiling ref-cast-impl v1.0.25
18122026-06-05T04:06:02.602Z Compiling syn v1.0.109
18132026-06-05T04:06:02.967Z Compiling hyper-util v0.1.20
18142026-06-05T04:06:03.774Z Compiling usdt-attr-macro v0.6.0
18152026-06-05T04:06:04.353Z Compiling usdt-macro v0.6.0
18162026-06-05T04:06:04.653Z Compiling structmeta-derive v0.3.0
18172026-06-05T04:06:05.733Z Compiling multer v3.1.0
18182026-06-05T04:06:06.140Z Compiling foldhash v0.2.0
18192026-06-05T04:06:06.140Z Compiling powerfmt v0.2.0
18202026-06-05T04:06:06.140Z Compiling allocator-api2 v0.2.21
18212026-06-05T04:06:06.140Z Compiling structmeta v0.3.0
18222026-06-05T04:06:06.224Z Compiling deranged v0.5.8
18232026-06-05T04:06:06.224Z Compiling rand_chacha v0.9.0
18242026-06-05T04:06:06.224Z Compiling hashbrown v0.16.1
18252026-06-05T04:06:06.495Z Compiling darling_core v0.23.0
18262026-06-05T04:06:09.060Z Compiling newtype-uuid-macros v0.1.0
18272026-06-05T04:06:09.167Z Compiling num_threads v0.1.7
18282026-06-05T04:06:09.167Z Compiling rand v0.9.4
18292026-06-05T04:06:09.167Z Compiling time v0.3.47
18302026-06-05T04:06:09.167Z Compiling newtype-uuid v1.3.2
18312026-06-05T04:06:09.167Z Compiling async-stream-impl v0.3.6
18322026-06-05T04:06:09.167Z Compiling strum_macros v0.26.4
18332026-06-05T04:06:09.167Z Compiling sync_wrapper v1.0.2
18342026-06-05T04:06:09.167Z Compiling dropshot v0.17.1
18352026-06-05T04:06:09.167Z Compiling darling_macro v0.23.0
18362026-06-05T04:06:09.167Z Compiling hex v0.4.3
18372026-06-05T04:06:09.167Z Compiling tower v0.5.3
18382026-06-05T04:06:09.167Z Compiling darling v0.23.0
18392026-06-05T04:06:09.168Z Compiling daft v0.1.7
18402026-06-05T04:06:09.168Z Compiling crossbeam-channel v0.5.15
18412026-06-05T04:06:09.526Z Compiling webpki-roots v1.0.7
18422026-06-05T04:06:09.631Z Compiling openapiv3 v2.2.0
18432026-06-05T04:06:09.742Z Compiling generic-array v0.14.7
18442026-06-05T04:06:09.946Z Compiling fastrand v2.4.1
18452026-06-05T04:06:10.384Z Compiling tower-http v0.6.11
18462026-06-05T04:06:10.559Z Compiling serde_with_macros v3.20.0
18472026-06-05T04:06:11.026Z Compiling dropshot_endpoint v0.17.1
18482026-06-05T04:06:11.185Z Compiling futures-executor v0.3.32
18492026-06-05T04:06:11.686Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18502026-06-05T04:06:11.763Z Compiling thread_local v1.1.9
18512026-06-05T04:06:11.794Z Compiling cpufeatures v0.3.0
18522026-06-05T04:06:11.910Z Compiling openssl-probe v0.2.1
18532026-06-05T04:06:12.166Z Compiling rustls-native-certs v0.8.4
18542026-06-05T04:06:12.217Z Compiling futures v0.3.32
18552026-06-05T04:06:12.639Z Compiling derive-ex v0.1.8
18562026-06-05T04:06:12.903Z Compiling strum_macros v0.27.2
18572026-06-05T04:06:12.938Z Compiling is-terminal v0.4.17
18582026-06-05T04:06:13.013Z Compiling winnow v1.0.3
18592026-06-05T04:06:13.564Z Compiling term v1.2.1
18602026-06-05T04:06:14.257Z Compiling take_mut v0.2.2
18612026-06-05T04:06:14.467Z Compiling test-strategy v0.4.5
18622026-06-05T04:06:14.877Z Compiling slog-term v2.9.2
18632026-06-05T04:06:15.678Z Compiling tempfile v3.27.0
18642026-06-05T04:06:16.033Z Compiling macaddr v1.0.1
18652026-06-05T04:06:16.231Z Compiling hybrid-array v0.4.12
18662026-06-05T04:06:16.355Z Compiling simd-adler32 v0.3.9
18672026-06-05T04:06:16.417Z Compiling match_cfg v0.1.0
18682026-06-05T04:06:17.914Z Compiling adler2 v2.0.1
18692026-06-05T04:06:17.914Z Compiling hostname v0.3.1
18702026-06-05T04:06:18.037Z Compiling miniz_oxide v0.8.9
18712026-06-05T04:06:18.037Z Compiling slog-json v2.6.1
18722026-06-05T04:06:18.037Z Compiling memmap2 v0.9.10
18732026-06-05T04:06:18.162Z Compiling usdt v0.6.0
18742026-06-05T04:06:18.338Z Compiling slog-bunyan v2.5.0
18752026-06-05T04:06:18.419Z Compiling flate2 v1.1.9
18762026-06-05T04:06:18.472Z Compiling crypto-common v0.2.2
18772026-06-05T04:06:18.804Z Compiling block-buffer v0.12.0
18782026-06-05T04:06:18.921Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-05T04:06:18.964Z Compiling either v1.16.0
18802026-06-05T04:06:19.048Z Compiling compression-core v0.4.32
18812026-06-05T04:06:19.220Z Compiling debug-ignore v1.0.5
18822026-06-05T04:06:19.220Z Compiling const-oid v0.10.2
18832026-06-05T04:06:19.319Z Compiling compression-codecs v0.4.38
18842026-06-05T04:06:19.485Z Compiling digest v0.11.3
18852026-06-05T04:06:19.719Z Compiling toml_parser v1.1.2+spec-1.1.0
18862026-06-05T04:06:19.807Z Compiling crypto-common v0.1.7
18872026-06-05T04:06:19.829Z Compiling parse-display-derive v0.10.0
18882026-06-05T04:06:19.894Z Compiling rand_chacha v0.3.1
18892026-06-05T04:06:20.031Z Compiling serde_spanned v1.1.1
18902026-06-05T04:06:20.088Z Compiling toml_datetime v1.1.1+spec-1.1.0
18912026-06-05T04:06:20.200Z Compiling encoding_rs v0.8.35
18922026-06-05T04:06:20.639Z Compiling spin v0.9.8
18932026-06-05T04:06:20.726Z Compiling mime v0.3.17
18942026-06-05T04:06:20.727Z Compiling toml_writer v1.1.1+spec-1.1.0
18952026-06-05T04:06:21.301Z Compiling toml v1.1.2+spec-1.1.0
18962026-06-05T04:06:21.352Z Compiling rand v0.8.6
18972026-06-05T04:06:21.352Z Compiling sha1 v0.11.0
18982026-06-05T04:06:21.371Z Compiling async-compression v0.4.42
18992026-06-05T04:06:21.542Z Compiling strum v0.26.3
19002026-06-05T04:06:21.661Z Compiling async-stream v0.3.6
19012026-06-05T04:06:21.857Z Compiling waitgroup v0.1.2
19022026-06-05T04:06:21.917Z Compiling rustls-pemfile v2.2.0
19032026-06-05T04:06:21.937Z Compiling serde_path_to_error v0.1.20
19042026-06-05T04:06:22.011Z Compiling wait-timeout v0.2.1
19052026-06-05T04:06:22.235Z Compiling hostname v0.4.2
19062026-06-05T04:06:22.429Z Compiling quick-error v1.2.3
19072026-06-05T04:06:22.668Z Compiling bit-vec v0.8.0
19082026-06-05T04:06:22.838Z Compiling rusty-fork v0.3.1
19092026-06-05T04:06:23.003Z Compiling bit-set v0.8.0
19102026-06-05T04:06:23.003Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-05T04:06:23.120Z Compiling serde_with v3.20.0
19122026-06-05T04:06:23.358Z Compiling rand_xorshift v0.4.0
19132026-06-05T04:06:24.262Z Compiling unarray v0.1.4
19142026-06-05T04:06:24.330Z Compiling strum v0.27.2
19152026-06-05T04:06:24.330Z Compiling proptest v1.11.0
19162026-06-05T04:06:24.331Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19172026-06-05T04:06:24.331Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19182026-06-05T04:06:24.331Z Compiling instant v0.1.13
19192026-06-05T04:06:24.331Z Compiling itertools v0.14.0
19202026-06-05T04:06:24.410Z Compiling iddqd v0.4.2
19212026-06-05T04:06:24.605Z Compiling unicode-width v0.2.2
19222026-06-05T04:06:25.422Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-05T04:06:25.492Z Compiling block-buffer v0.10.4
19242026-06-05T04:06:25.679Z Compiling backon v1.6.0
19252026-06-05T04:06:25.735Z Compiling regress v0.10.5
19262026-06-05T04:06:25.959Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19272026-06-05T04:06:27.610Z Compiling digest v0.10.7
19282026-06-05T04:06:27.645Z Compiling backoff v0.4.0
19292026-06-05T04:06:27.874Z Compiling parse-display v0.10.0
19302026-06-05T04:06:29.401Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19312026-06-05T04:06:29.455Z Compiling humantime v2.3.0
19322026-06-05T04:06:30.616Z Compiling regress v0.11.1
19332026-06-05T04:06:31.875Z Compiling zerocopy-derive v0.7.35
19342026-06-05T04:06:32.164Z Compiling typify-impl v0.6.2
19352026-06-05T04:06:32.820Z Compiling darling_core v0.21.3
19362026-06-05T04:06:32.932Z Compiling clap_derive v4.6.1
19372026-06-05T04:06:33.712Z Compiling cpufeatures v0.2.17
19382026-06-05T04:06:33.756Z Compiling utf8parse v0.2.2
19392026-06-05T04:06:34.032Z Compiling convert_case v0.4.0
19402026-06-05T04:06:34.130Z Compiling anstyle-parse v1.0.0
19412026-06-05T04:06:34.183Z Compiling derive_more v0.99.20
19422026-06-05T04:06:34.930Z Compiling darling_macro v0.21.3
19432026-06-05T04:06:35.312Z Compiling terminal_size v0.4.4
19442026-06-05T04:06:35.415Z Compiling typify-macro v0.6.2
19452026-06-05T04:06:35.479Z Compiling toml_datetime v0.6.11
19462026-06-05T04:06:35.479Z Compiling is_terminal_polyfill v1.70.2
19472026-06-05T04:06:35.527Z Compiling anstyle-query v1.1.5
19482026-06-05T04:06:35.623Z Compiling colorchoice v1.0.5
19492026-06-05T04:06:35.651Z Compiling anstyle v1.0.14
19502026-06-05T04:06:35.849Z Compiling anstream v1.0.0
19512026-06-05T04:06:36.028Z Compiling darling v0.21.3
19522026-06-05T04:06:36.505Z Compiling secrecy v0.10.3
19532026-06-05T04:06:36.532Z Compiling tinyvec_macros v0.1.1
19542026-06-05T04:06:36.631Z Compiling clap_lex v1.1.0
19552026-06-05T04:06:36.765Z Compiling heapless v0.8.0
19562026-06-05T04:06:36.873Z Compiling crucible-workspace-hack v0.1.0
19572026-06-05T04:06:37.075Z Compiling typify v0.6.2
19582026-06-05T04:06:37.191Z Compiling clap_builder v4.6.0
19592026-06-05T04:06:37.426Z Compiling tinyvec v1.11.0
19602026-06-05T04:06:37.600Z Compiling ingot-macros v0.1.1
19612026-06-05T04:06:37.701Z Compiling zerocopy v0.7.35
19622026-06-05T04:06:38.031Z Compiling hash32 v0.3.1
19632026-06-05T04:06:38.185Z Compiling scroll_derive v0.12.1
19642026-06-05T04:06:38.246Z Compiling rustc_version v0.4.1
19652026-06-05T04:06:38.390Z Compiling num-integer v0.1.46
19662026-06-05T04:06:38.488Z Compiling usdt-impl v0.5.0
19672026-06-05T04:06:39.090Z Compiling smoltcp v0.11.0
19682026-06-05T04:06:39.452Z Compiling scroll v0.12.0
19692026-06-05T04:06:39.452Z Compiling clap v4.6.1
19702026-06-05T04:06:39.452Z Compiling curve25519-dalek v4.1.3
19712026-06-05T04:06:39.562Z Compiling dof v0.3.0
19722026-06-05T04:06:40.920Z Compiling ingot-types v0.1.2
19732026-06-05T04:06:40.920Z Compiling hmac v0.12.1
19742026-06-05T04:06:41.032Z Compiling dtrace-parser v0.2.0
19752026-06-05T04:06:41.033Z Compiling inout v0.1.4
19762026-06-05T04:06:41.192Z Compiling ff v0.13.1
19772026-06-05T04:06:41.254Z Compiling cobs v0.3.0
19782026-06-05T04:06:41.468Z Compiling thread-id v4.2.2
19792026-06-05T04:06:41.774Z Compiling unsafe-libyaml v0.2.11
19802026-06-05T04:06:41.840Z Compiling managed v0.8.0
19812026-06-05T04:06:41.908Z Compiling bitflags v1.3.2
19822026-06-05T04:06:42.371Z Compiling serde_yaml v0.9.34+deprecated
19832026-06-05T04:06:42.963Z Compiling postcard v1.1.3
19842026-06-05T04:06:43.392Z Compiling group v0.13.0
19852026-06-05T04:06:43.447Z Compiling cipher v0.4.4
19862026-06-05T04:06:43.571Z Compiling hkdf v0.12.4
19872026-06-05T04:06:44.459Z Compiling ingot v0.1.1
19882026-06-05T04:06:44.533Z Compiling goblin v0.8.2
19892026-06-05T04:06:44.614Z Compiling num-iter v0.1.45
19902026-06-05T04:06:44.745Z Compiling num-rational v0.4.2
19912026-06-05T04:06:45.865Z Compiling tabwriter v1.4.1
19922026-06-05T04:06:46.044Z Compiling universal-hash v0.5.1
19932026-06-05T04:06:46.126Z Compiling crypto-bigint v0.5.5
19942026-06-05T04:06:46.214Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-06-05T04:06:46.278Z Compiling hubpack_derive v0.1.1
19962026-06-05T04:06:46.832Z Compiling thiserror-impl-no-std v2.0.2
19972026-06-05T04:06:47.133Z Compiling crossbeam-epoch v0.9.18
19982026-06-05T04:06:47.458Z Compiling half v2.7.1
19992026-06-05T04:06:47.652Z Compiling curve25519-dalek-derive v0.1.1
20002026-06-05T04:06:47.849Z Compiling num-complex v0.4.6
20012026-06-05T04:06:48.318Z Compiling memoffset v0.9.1
20022026-06-05T04:06:48.643Z Compiling base16ct v0.2.0
20032026-06-05T04:06:48.800Z Compiling opaque-debug v0.3.1
20042026-06-05T04:06:49.901Z Compiling prettyplease v0.2.37
20052026-06-05T04:06:49.991Z Compiling cfg_aliases v0.2.1
20062026-06-05T04:06:49.991Z Compiling ciborium-io v0.2.2
20072026-06-05T04:06:49.992Z Compiling base64ct v1.8.3
20082026-06-05T04:06:49.992Z Compiling nix v0.31.3
20092026-06-05T04:06:49.992Z Compiling ciborium-ll v0.2.2
20102026-06-05T04:06:49.992Z Compiling password-hash v0.5.0
20112026-06-05T04:06:50.632Z Compiling poly1305 v0.8.0
20122026-06-05T04:06:50.699Z Compiling elliptic-curve v0.13.8
20132026-06-05T04:06:51.129Z Compiling num v0.4.3
20142026-06-05T04:06:51.184Z Compiling thiserror-no-std v2.0.2
20152026-06-05T04:06:51.295Z Compiling hubpack v0.1.2
20162026-06-05T04:06:52.872Z Compiling chacha20 v0.9.1
20172026-06-05T04:06:52.923Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20182026-06-05T04:06:52.923Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-06-05T04:06:53.182Z Compiling reqwest v0.12.28
20202026-06-05T04:06:54.457Z Compiling toml_edit v0.25.12+spec-1.1.0
20212026-06-05T04:06:54.520Z Compiling blake2 v0.10.6
20222026-06-05T04:06:54.520Z Compiling aead v0.5.2
20232026-06-05T04:06:54.587Z Compiling byte-wrapper v0.1.0
20242026-06-05T04:06:54.606Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20252026-06-05T04:06:54.697Z Compiling serde_repr v0.1.20
20262026-06-05T04:06:55.374Z Compiling proc-macro-error-attr v1.0.4
20272026-06-05T04:06:55.628Z Compiling bstr v1.12.1
20282026-06-05T04:06:55.761Z Compiling keccak v0.1.6
20292026-06-05T04:06:55.761Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20302026-06-05T04:06:55.983Z Compiling float-ord v0.3.2
20312026-06-05T04:06:56.037Z Compiling static_assertions v1.1.0
20322026-06-05T04:06:56.037Z Compiling rustix v0.38.44
20332026-06-05T04:06:56.153Z Compiling sha3 v0.10.9
20342026-06-05T04:06:56.408Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20352026-06-05T04:06:56.502Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-05T04:06:57.105Z Compiling proc-macro-crate v3.5.0
20372026-06-05T04:06:57.264Z Compiling argon2 v0.5.3
20382026-06-05T04:06:57.727Z Compiling chacha20poly1305 v0.10.1
20392026-06-05T04:06:57.783Z Compiling progenitor-client v0.10.0
20402026-06-05T04:06:58.012Z Compiling vsss-rs v3.3.4
20412026-06-05T04:06:59.660Z Compiling rustls-webpki v0.103.13
20422026-06-05T04:06:59.837Z Compiling ciborium v0.2.2
20432026-06-05T04:07:00.436Z Compiling usdt-attr-macro v0.5.0
20442026-06-05T04:07:00.474Z Compiling usdt-macro v0.5.0
20452026-06-05T04:07:02.048Z Compiling num-derive v0.4.2
20462026-06-05T04:07:02.133Z Compiling enum-as-inner v0.6.1
20472026-06-05T04:07:02.822Z Compiling proc-macro-error v1.0.4
20482026-06-05T04:07:02.881Z Compiling memmap v0.7.0
20492026-06-05T04:07:03.030Z Compiling data-encoding v2.11.0
20502026-06-05T04:07:03.224Z Compiling indent_write v2.2.0
20512026-06-05T04:07:03.224Z Compiling winnow v0.5.40
20522026-06-05T04:07:03.370Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20532026-06-05T04:07:03.692Z Compiling tokio-rustls v0.26.4
20542026-06-05T04:07:03.799Z Compiling rustls-platform-verifier v0.7.0
20552026-06-05T04:07:05.010Z Compiling hyper-rustls v0.27.9
20562026-06-05T04:07:05.010Z Compiling reqwest v0.13.4
20572026-06-05T04:07:05.010Z Compiling toml_edit v0.19.15
20582026-06-05T04:07:05.119Z Compiling usdt v0.5.0
20592026-06-05T04:07:05.565Z Compiling progenitor-client v0.14.0
20602026-06-05T04:07:05.733Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-05T04:07:06.031Z Compiling progenitor-extras v0.2.0
20622026-06-05T04:07:06.776Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20632026-06-05T04:07:06.917Z Compiling num_enum_derive v0.7.6
20642026-06-05T04:07:07.408Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-05T04:07:09.204Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-05T04:07:12.006Z Compiling serde_spanned v0.6.9
20672026-06-05T04:07:12.093Z Compiling foreign-types-macros v0.2.3
20682026-06-05T04:07:15.522Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-05T04:07:16.087Z Compiling bytecount v0.6.9
20702026-06-05T04:07:16.163Z Compiling pkg-config v0.3.33
20712026-06-05T04:07:16.568Z Compiling winnow v0.7.15
20722026-06-05T04:07:18.859Z Compiling toml_write v0.1.2
20732026-06-05T04:07:18.917Z Compiling colored v3.1.1
20742026-06-05T04:07:18.917Z Compiling foreign-types-shared v0.3.1
20752026-06-05T04:07:18.917Z Compiling vcpkg v0.2.15
20762026-06-05T04:07:18.917Z Compiling toml_edit v0.22.27
20772026-06-05T04:07:19.305Z Compiling foreign-types v0.5.0
20782026-06-05T04:07:19.365Z Compiling openssl-sys v0.9.116
20792026-06-05T04:07:19.365Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-06-05T04:07:19.602Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-06-05T04:07:20.167Z Compiling num_enum v0.7.6
20822026-06-05T04:07:20.304Z Compiling proc-macro-crate v1.3.1
20832026-06-05T04:07:20.981Z Compiling progenitor-impl v0.13.0
20842026-06-05T04:07:21.117Z Compiling chacha20 v0.10.0
20852026-06-05T04:07:21.185Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20862026-06-05T04:07:21.657Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20872026-06-05T04:07:21.683Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20882026-06-05T04:07:21.959Z Compiling cstr-argument v0.1.2
20892026-06-05T04:07:22.173Z Compiling semver v0.1.20
20902026-06-05T04:07:22.579Z Compiling linked-hash-map v0.5.6
20912026-06-05T04:07:22.943Z Compiling unicode-segmentation v1.13.3
20922026-06-05T04:07:23.076Z Compiling swrite v0.1.0
20932026-06-05T04:07:23.292Z Compiling rayon-core v1.13.0
20942026-06-05T04:07:23.420Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20952026-06-05T04:07:23.499Z Compiling resolv-conf v0.7.6
20962026-06-05T04:07:23.716Z Compiling heck v0.4.1
20972026-06-05T04:07:23.898Z Compiling newline-converter v0.3.0
20982026-06-05T04:07:23.987Z Compiling progenitor-macro v0.13.0
20992026-06-05T04:07:24.070Z Compiling lru-cache v0.1.2
21002026-06-05T04:07:24.190Z Compiling rustc_version v0.1.7
21012026-06-05T04:07:25.269Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21022026-06-05T04:07:25.354Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21032026-06-05T04:07:25.354Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21042026-06-05T04:07:25.354Z Compiling rand v0.10.1
21052026-06-05T04:07:25.354Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21062026-06-05T04:07:25.354Z Compiling num_enum_derive v0.5.11
21072026-06-05T04:07:25.354Z Compiling toml v0.8.23
21082026-06-05T04:07:25.477Z Compiling atomicwrites v0.4.4
21092026-06-05T04:07:25.494Z Compiling progenitor-client v0.13.0
21102026-06-05T04:07:25.571Z Compiling hickory-proto v0.24.4
21112026-06-05T04:07:25.745Z Compiling similar v2.7.0
21122026-06-05T04:07:25.792Z Compiling crossbeam-deque v0.8.6
21132026-06-05T04:07:26.201Z Compiling progenitor-impl v0.14.0
21142026-06-05T04:07:26.231Z Compiling console v0.15.11
21152026-06-05T04:07:27.326Z Compiling camino-tempfile v1.4.1
21162026-06-05T04:07:27.753Z Compiling serde-big-array v0.5.1
21172026-06-05T04:07:27.915Z Compiling derive-where v1.6.1
21182026-06-05T04:07:28.103Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21192026-06-05T04:07:28.238Z Compiling pin-project-internal v1.1.13
21202026-06-05T04:07:28.581Z Compiling lazy_static v1.5.0
21212026-06-05T04:07:28.613Z Compiling siphasher v1.0.3
21222026-06-05T04:07:28.651Z Compiling minimal-lexical v0.2.1
21232026-06-05T04:07:28.860Z Compiling phf_shared v0.12.1
21242026-06-05T04:07:28.930Z Compiling nom v7.1.3
21252026-06-05T04:07:29.008Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-05T04:07:29.170Z Compiling pin-project v1.1.13
21272026-06-05T04:07:30.318Z Compiling progenitor v0.13.0
21282026-06-05T04:07:30.339Z Compiling progenitor-macro v0.14.0
21292026-06-05T04:07:30.339Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21302026-06-05T04:07:30.405Z Compiling hickory-resolver v0.24.4
21312026-06-05T04:07:31.939Z Compiling expectorate v1.2.0
21322026-06-05T04:07:33.588Z Compiling num_enum v0.5.11
21332026-06-05T04:07:33.649Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-05T04:07:35.615Z Compiling newtype_derive v0.1.6
21352026-06-05T04:07:36.302Z Compiling unicode-normalization v0.1.25
21362026-06-05T04:07:36.870Z Compiling tokio-stream v0.1.18
21372026-06-05T04:07:37.222Z Compiling snafu-derive v0.8.9
21382026-06-05T04:07:37.477Z Compiling async-recursion v1.1.1
21392026-06-05T04:07:37.825Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21402026-06-05T04:07:38.177Z Compiling slog-dtrace v0.3.0
21412026-06-05T04:07:38.188Z Compiling csv-core v0.1.13
21422026-06-05T04:07:38.491Z Compiling konst_macro_rules v0.2.19
21432026-06-05T04:07:38.588Z Compiling highway v1.3.0
21442026-06-05T04:07:38.612Z Compiling chrono-tz v0.10.4
21452026-06-05T04:07:38.691Z Compiling cancel-safe-futures v0.1.5
21462026-06-05T04:07:38.851Z Compiling owo-colors v4.3.0
21472026-06-05T04:07:38.973Z Compiling openssl v0.10.80
21482026-06-05T04:07:39.004Z Compiling foldhash v0.1.5
21492026-06-05T04:07:39.214Z Compiling unicode-xid v0.2.6
21502026-06-05T04:07:39.233Z Compiling unicode-width v0.1.14
21512026-06-05T04:07:39.278Z Compiling same-file v1.0.6
21522026-06-05T04:07:39.278Z Compiling foreign-types-shared v0.1.1
21532026-06-05T04:07:39.534Z Compiling const_format_proc_macros v0.2.34
21542026-06-05T04:07:39.563Z Compiling foreign-types v0.3.2
21552026-06-05T04:07:39.564Z Compiling walkdir v2.5.0
21562026-06-05T04:07:39.626Z Compiling hashbrown v0.15.5
21572026-06-05T04:07:39.626Z Compiling snafu v0.8.9
21582026-06-05T04:07:40.318Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-06-05T04:07:40.335Z Compiling konst v0.2.20
21602026-06-05T04:07:40.336Z Compiling csv v1.4.0
21612026-06-05T04:07:40.348Z Compiling qorb v0.4.1
21622026-06-05T04:07:40.588Z Compiling olpc-cjson v0.1.4
21632026-06-05T04:07:40.926Z Compiling progenitor v0.14.0
21642026-06-05T04:07:41.046Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-05T04:07:41.231Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21662026-06-05T04:07:42.449Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-06-05T04:07:42.469Z Compiling rayon v1.12.0
21682026-06-05T04:07:44.111Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-06-05T04:07:44.499Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-06-05T04:07:45.088Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21712026-06-05T04:07:46.155Z Compiling phf v0.12.1
21722026-06-05T04:07:46.349Z Compiling zone_cfg_derive v0.3.1
21732026-06-05T04:07:46.784Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-06-05T04:07:47.065Z Compiling tokio-dtrace v0.1.1
21752026-06-05T04:07:47.238Z Compiling globset v0.4.18
21762026-06-05T04:07:47.344Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21772026-06-05T04:07:47.387Z Compiling itertools v0.12.1
21782026-06-05T04:07:47.563Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-06-05T04:07:48.155Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21802026-06-05T04:07:48.485Z Compiling libsw-core v0.3.2
21812026-06-05T04:07:48.677Z Compiling pem v3.0.6
21822026-06-05T04:07:48.834Z Compiling serde_plain v1.0.2
21832026-06-05T04:07:49.125Z Compiling openssl-macros v0.1.1
21842026-06-05T04:07:49.288Z Compiling cookie v0.18.1
21852026-06-05T04:07:49.366Z Compiling sigpipe v0.1.3
21862026-06-05T04:07:49.391Z Compiling typed-path v0.9.3
21872026-06-05T04:07:49.475Z Compiling fixedbitset v0.5.7
21882026-06-05T04:07:49.567Z Compiling glob v0.3.3
21892026-06-05T04:07:49.618Z Compiling fixedbitset v0.4.2
21902026-06-05T04:07:49.864Z Compiling jiff v0.2.28
21912026-06-05T04:07:50.008Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-05T04:07:50.015Z Compiling petgraph v0.6.5
21932026-06-05T04:07:50.299Z Compiling petgraph v0.8.3
21942026-06-05T04:07:50.506Z Compiling tough v0.22.0
21952026-06-05T04:07:51.938Z Compiling zone v0.3.1
21962026-06-05T04:07:51.977Z Compiling libsw v3.5.0
21972026-06-05T04:07:52.167Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21982026-06-05T04:07:52.310Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-05T04:07:52.567Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22002026-06-05T04:07:52.649Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-05T04:07:52.851Z Compiling oxide-tokio-rt v0.1.6
22022026-06-05T04:07:53.422Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-05T04:07:53.631Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22042026-06-05T04:07:55.595Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-06-05T04:07:55.832Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-05T04:07:56.201Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-06-05T04:07:56.671Z Compiling const_format v0.2.36
22082026-06-05T04:07:57.933Z Compiling papergrid v0.11.0
22092026-06-05T04:07:58.204Z Compiling tabled_derive v0.7.0
22102026-06-05T04:07:58.801Z Compiling gethostname v0.5.0
22112026-06-05T04:07:58.946Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-06-05T04:07:59.193Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22132026-06-05T04:07:59.525Z Compiling libscf-sys v1.2.0
22142026-06-05T04:07:59.677Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-05T04:07:59.833Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22162026-06-05T04:07:59.915Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-06-05T04:08:00.061Z Compiling smf v0.2.3
22182026-06-05T04:08:00.184Z Compiling bcs v0.1.6
22192026-06-05T04:08:00.251Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22202026-06-05T04:08:00.594Z Compiling smawk v0.3.2
22212026-06-05T04:08:00.767Z Compiling whoami v1.6.1
22222026-06-05T04:08:01.204Z Compiling linear-map v1.2.0
22232026-06-05T04:08:01.224Z Compiling unicode-linebreak v0.1.5
22242026-06-05T04:08:01.266Z Compiling termtree v0.5.1
22252026-06-05T04:08:01.434Z Compiling tagptr v0.2.0
22262026-06-05T04:08:01.451Z Compiling textwrap v0.16.2
22272026-06-05T04:08:01.614Z Compiling moka v0.12.15
22282026-06-05T04:08:02.587Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-06-05T04:08:02.839Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22302026-06-05T04:08:03.007Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-06-05T04:08:03.140Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-06-05T04:08:03.157Z Compiling tabled v0.15.0
22332026-06-05T04:08:04.151Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-06-05T04:08:04.289Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-06-05T04:08:04.366Z Compiling steno v0.4.1
22362026-06-05T04:08:07.005Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-06-05T04:08:09.295Z Compiling hickory-proto v0.25.2
22382026-06-05T04:08:10.698Z Compiling proc-macro-error-attr2 v2.0.0
22392026-06-05T04:08:10.987Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22402026-06-05T04:08:11.155Z Compiling proc-macro-error2 v2.0.1
22412026-06-05T04:08:11.234Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22422026-06-05T04:08:11.441Z Compiling parking_lot_core v0.8.6
22432026-06-05T04:08:11.445Z Compiling tabled_derive v0.11.0
22442026-06-05T04:08:11.506Z Compiling hickory-resolver v0.25.2
22452026-06-05T04:08:11.861Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22462026-06-05T04:08:12.559Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-06-05T04:08:12.794Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22482026-06-05T04:08:13.534Z Compiling papergrid v0.18.0
22492026-06-05T04:08:14.891Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22502026-06-05T04:08:15.884Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22512026-06-05T04:08:16.339Z Compiling testing_table v0.3.0
22522026-06-05T04:08:16.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22532026-06-05T04:08:17.335Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22542026-06-05T04:08:17.664Z Compiling tabled v0.21.0
22552026-06-05T04:08:17.723Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22562026-06-05T04:08:18.591Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22572026-06-05T04:08:18.714Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22582026-06-05T04:08:19.063Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22592026-06-05T04:08:19.415Z Compiling arc-swap v1.9.1
22602026-06-05T04:08:19.769Z Compiling slog-scope v4.4.1
22612026-06-05T04:08:19.831Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22622026-06-05T04:08:20.199Z Compiling parking_lot v0.11.2
22632026-06-05T04:08:20.891Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22642026-06-05T04:08:21.086Z Compiling dropshot-api-manager-types v0.7.2
22652026-06-05T04:08:21.708Z Compiling fxhash v0.2.1
22662026-06-05T04:08:21.863Z Compiling crc8 v0.1.1
22672026-06-05T04:08:21.904Z Compiling sled v0.34.7
22682026-06-05T04:08:21.987Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22692026-06-05T04:08:22.246Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22702026-06-05T04:08:23.075Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22712026-06-05T04:08:25.639Z Compiling slog-stdlog v4.1.1
22722026-06-05T04:08:25.805Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22732026-06-05T04:08:26.081Z Compiling slog-envlogger v2.2.0
22742026-06-05T04:08:26.100Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22752026-06-05T04:08:26.767Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-06-05T04:08:28.782Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-06-05T04:08:30.841Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22782026-06-05T04:08:34.369Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22792026-06-05T04:08:42.398Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22802026-06-05T04:08:47.857Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22812026-06-05T04:08:51.019Z Finished `release` profile [optimized] target(s) in 3m 39s
22822026-06-05T04:08:51.347Z+ banner quartet
22832026-06-05T04:08:51.351Z
22842026-06-05T04:08:51.351Z #### # # ## ##### ##### ###### #####
22852026-06-05T04:08:51.351Z # # # # # # # # # # #
22862026-06-05T04:08:51.351Z # # # # # # # # # ##### #
22872026-06-05T04:08:51.351Z # # # # # ###### ##### # # #
22882026-06-05T04:08:51.351Z # # # # # # # # # # #
22892026-06-05T04:08:51.352Z ### # #### # # # # # ###### #
22902026-06-05T04:08:51.352Z
22912026-06-05T04:08:51.352Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22922026-06-05T04:08:51.910Z Compiling cfg-if v1.0.4
22932026-06-05T04:08:51.914Z Compiling libc v0.2.186
22942026-06-05T04:08:51.914Z Compiling serde_core v1.0.228
22952026-06-05T04:08:52.017Z Compiling memchr v2.8.1
22962026-06-05T04:08:52.023Z Compiling itoa v1.0.18
22972026-06-05T04:08:52.029Z Compiling smallvec v1.15.1
22982026-06-05T04:08:52.038Z Compiling stable_deref_trait v1.2.1
22992026-06-05T04:08:52.042Z Compiling zerofrom v0.1.8
23002026-06-05T04:08:52.064Z Compiling zmij v1.0.21
23012026-06-05T04:08:52.110Z Compiling litemap v0.8.2
23022026-06-05T04:08:52.167Z Compiling yoke v0.8.3
23032026-06-05T04:08:52.255Z Compiling writeable v0.6.3
23042026-06-05T04:08:52.270Z Compiling utf8_iter v1.0.4
23052026-06-05T04:08:52.312Z Compiling percent-encoding v2.3.2
23062026-06-05T04:08:52.368Z Compiling zerovec v0.11.6
23072026-06-05T04:08:52.391Z Compiling zerotrie v0.2.4
23082026-06-05T04:08:52.436Z Compiling libm v0.2.16
23092026-06-05T04:08:52.502Z Compiling icu_normalizer_data v2.2.0
23102026-06-05T04:08:52.513Z Compiling icu_properties_data v2.2.0
23112026-06-05T04:08:52.589Z Compiling form_urlencoded v1.2.2
23122026-06-05T04:08:52.613Z Compiling rand_core v0.10.1
23132026-06-05T04:08:52.652Z Compiling errno v0.3.14
23142026-06-05T04:08:52.753Z Compiling getrandom v0.4.2
23152026-06-05T04:08:52.822Z Compiling iana-time-zone v0.1.65
23162026-06-05T04:08:52.845Z Compiling pin-project-lite v0.2.17
23172026-06-05T04:08:52.857Z Compiling zeroize v1.8.2
23182026-06-05T04:08:52.948Z Compiling tinystr v0.8.3
23192026-06-05T04:08:52.960Z Compiling potential_utf v0.1.5
23202026-06-05T04:08:52.969Z Compiling dyn-clone v1.0.20
23212026-06-05T04:08:53.095Z Compiling icu_collections v2.2.0
23222026-06-05T04:08:53.115Z Compiling socket2 v0.6.4
23232026-06-05T04:08:53.134Z Compiling icu_locale_core v2.2.0
23242026-06-05T04:08:53.145Z Compiling scopeguard v1.2.0
23252026-06-05T04:08:53.161Z Compiling parking_lot_core v0.9.12
23262026-06-05T04:08:53.172Z Compiling signal-hook-registry v1.4.8
23272026-06-05T04:08:53.267Z Compiling num-traits v0.2.19
23282026-06-05T04:08:53.564Z Compiling lock_api v0.4.14
23292026-06-05T04:08:53.711Z Compiling mio v1.2.1
23302026-06-05T04:08:53.813Z Compiling serde v1.0.228
23312026-06-05T04:08:53.855Z Compiling serde_json v1.0.150
23322026-06-05T04:08:53.922Z Compiling icu_provider v2.2.0
23332026-06-05T04:08:54.002Z Compiling uuid v1.23.2
23342026-06-05T04:08:54.024Z Compiling semver v1.0.28
23352026-06-05T04:08:54.134Z Compiling parking_lot v0.12.5
23362026-06-05T04:08:54.416Z Compiling bytes v1.11.1
23372026-06-05T04:08:54.450Z Compiling icu_normalizer v2.2.0
23382026-06-05T04:08:54.547Z Compiling icu_properties v2.2.0
23392026-06-05T04:08:54.608Z Compiling chrono v0.4.45
23402026-06-05T04:08:54.702Z Compiling portable-atomic v1.13.1
23412026-06-05T04:08:55.111Z Compiling tokio v1.52.3
23422026-06-05T04:08:55.365Z Compiling thiserror v2.0.18
23432026-06-05T04:08:55.418Z Compiling bitflags v2.12.1
23442026-06-05T04:08:55.477Z Compiling critical-section v1.2.0
23452026-06-05T04:08:55.616Z Compiling idna_adapter v1.2.2
23462026-06-05T04:08:55.709Z Compiling idna v1.1.0
23472026-06-05T04:08:55.778Z Compiling futures-core v0.3.32
23482026-06-05T04:08:55.894Z Compiling once_cell v1.21.4
23492026-06-05T04:08:55.916Z Compiling subtle v2.6.1
23502026-06-05T04:08:56.075Z Compiling url v2.5.8
23512026-06-05T04:08:56.085Z Compiling equivalent v1.0.2
23522026-06-05T04:08:56.097Z Compiling log v0.4.32
23532026-06-05T04:08:56.175Z Compiling zerocopy v0.8.50
23542026-06-05T04:08:56.248Z Compiling futures-sink v0.3.32
23552026-06-05T04:08:56.344Z Compiling slab v0.4.12
23562026-06-05T04:08:56.371Z Compiling typenum v1.20.1
23572026-06-05T04:08:56.527Z Compiling futures-channel v0.3.32
23582026-06-05T04:08:56.533Z Compiling getrandom v0.2.17
23592026-06-05T04:08:56.765Z Compiling schemars v0.8.22
23602026-06-05T04:08:56.792Z Compiling futures-io v0.3.32
23612026-06-05T04:08:57.008Z Compiling futures-task v0.3.32
23622026-06-05T04:08:57.163Z Compiling futures-util v0.3.32
23632026-06-05T04:08:57.191Z Compiling rand_core v0.6.4
23642026-06-05T04:08:57.443Z Compiling hashbrown v0.17.1
23652026-06-05T04:08:57.851Z Compiling tracing-core v0.1.36
23662026-06-05T04:08:58.129Z Compiling indexmap v2.14.0
23672026-06-05T04:08:58.190Z Compiling ipnetwork v0.21.1
23682026-06-05T04:08:58.636Z Compiling tracing v0.1.44
23692026-06-05T04:08:58.916Z Compiling base64 v0.22.1
23702026-06-05T04:08:58.954Z Compiling http v1.4.1
23712026-06-05T04:08:59.001Z Compiling unicode-ident v1.0.24
23722026-06-05T04:08:59.125Z Compiling proc-macro2 v1.0.106
23732026-06-05T04:08:59.354Z Compiling slog v2.8.2
23742026-06-05T04:08:59.376Z Compiling erased-serde v0.3.31
23752026-06-05T04:08:59.406Z Compiling fnv v1.0.7
23762026-06-05T04:08:59.531Z Compiling oxnet v0.1.6
23772026-06-05T04:08:59.958Z Compiling quote v1.0.45
23782026-06-05T04:09:00.261Z Compiling syn v2.0.117
23792026-06-05T04:09:00.452Z Compiling tokio-util v0.7.18
23802026-06-05T04:09:00.696Z Compiling ipnet v2.12.0
23812026-06-05T04:09:00.901Z Compiling byteorder v1.5.0
23822026-06-05T04:09:01.186Z Compiling thiserror v1.0.69
23832026-06-05T04:09:01.277Z Compiling ppv-lite86 v0.2.21
23842026-06-05T04:09:01.295Z Compiling rustls-pki-types v1.14.1
23852026-06-05T04:09:01.798Z Compiling aws-lc-sys v0.41.0
23862026-06-05T04:09:01.919Z Compiling http-body v1.0.1
23872026-06-05T04:09:01.919Z Compiling untrusted v0.7.1
23882026-06-05T04:09:01.921Z Compiling atomic-waker v1.1.2
23892026-06-05T04:09:01.931Z Compiling httparse v1.10.1
23902026-06-05T04:09:01.931Z Compiling rustls v0.23.40
23912026-06-05T04:09:01.932Z Compiling ryu v1.0.23
23922026-06-05T04:09:01.932Z Compiling untrusted v0.9.0
23932026-06-05T04:09:02.049Z Compiling tower-layer v0.3.3
23942026-06-05T04:09:02.132Z Compiling aws-lc-rs v1.17.0
23952026-06-05T04:09:02.178Z Compiling tower-service v0.3.3
23962026-06-05T04:09:02.189Z Compiling pretty-hex v0.4.2
23972026-06-05T04:09:02.199Z Compiling try-lock v0.2.5
23982026-06-05T04:09:03.434Z Compiling h2 v0.4.14
23992026-06-05T04:09:03.474Z Compiling want v0.3.1
24002026-06-05T04:09:03.474Z Compiling httpdate v1.0.3
24012026-06-05T04:09:03.474Z Compiling rustix v1.1.4
24022026-06-05T04:09:03.474Z Compiling plain v0.2.3
24032026-06-05T04:09:03.474Z Compiling regex-syntax v0.8.10
24042026-06-05T04:09:03.474Z Compiling getrandom v0.3.4
24052026-06-05T04:09:03.474Z Compiling omicron-workspace-hack v0.1.0
24062026-06-05T04:09:03.474Z Compiling ucd-trie v0.1.7
24072026-06-05T04:09:03.474Z Compiling rand_core v0.9.5
24082026-06-05T04:09:03.474Z Compiling pest v2.8.6
24092026-06-05T04:09:03.474Z Compiling rustls-webpki v0.103.13
24102026-06-05T04:09:05.560Z Compiling hyper v1.10.1
24112026-06-05T04:09:05.590Z Compiling crossbeam-utils v0.8.21
24122026-06-05T04:09:05.780Z Compiling serde_urlencoded v0.7.1
24132026-06-05T04:09:05.940Z Compiling http-body-util v0.1.3
24142026-06-05T04:09:06.164Z Compiling hyper-util v0.1.20
24152026-06-05T04:09:06.221Z Compiling allocator-api2 v0.2.21
24162026-06-05T04:09:06.624Z Compiling foldhash v0.2.0
24172026-06-05T04:09:06.951Z Compiling hashbrown v0.16.1
24182026-06-05T04:09:07.657Z Compiling newtype-uuid v1.3.2
24192026-06-05T04:09:08.417Z Compiling tokio-rustls v0.26.4
24202026-06-05T04:09:08.690Z Compiling hex v0.4.3
24212026-06-05T04:09:08.734Z Compiling daft v0.1.7
24222026-06-05T04:09:09.004Z Compiling rand_chacha v0.9.0
24232026-06-05T04:09:09.053Z Compiling sync_wrapper v1.0.2
24242026-06-05T04:09:09.069Z Compiling aho-corasick v1.1.4
24252026-06-05T04:09:09.143Z Compiling fastrand v2.4.1
24262026-06-05T04:09:09.210Z Compiling tower v0.5.3
24272026-06-05T04:09:09.330Z Compiling rand v0.9.4
24282026-06-05T04:09:09.477Z Compiling anyhow v1.0.102
24292026-06-05T04:09:09.569Z Compiling powerfmt v0.2.0
24302026-06-05T04:09:09.677Z Compiling tower-http v0.6.11
24312026-06-05T04:09:09.783Z Compiling deranged v0.5.8
24322026-06-05T04:09:09.835Z Compiling generic-array v0.14.7
24332026-06-05T04:09:10.110Z Compiling regex-automata v0.4.14
24342026-06-05T04:09:10.167Z Compiling openapiv3 v2.2.0
24352026-06-05T04:09:10.464Z Compiling openssl-probe v0.2.1
24362026-06-05T04:09:10.474Z Compiling num_threads v0.1.7
24372026-06-05T04:09:10.548Z Compiling time-core v0.1.8
24382026-06-05T04:09:10.680Z Compiling cpufeatures v0.3.0
24392026-06-05T04:09:10.686Z Compiling num-conv v0.2.2
24402026-06-05T04:09:10.769Z Compiling rustls-native-certs v0.8.4
24412026-06-05T04:09:10.845Z Compiling time v0.3.47
24422026-06-05T04:09:10.893Z Compiling camino v1.2.2
24432026-06-05T04:09:11.475Z Compiling tempfile v3.27.0
24442026-06-05T04:09:11.615Z Compiling futures-executor v0.3.32
24452026-06-05T04:09:12.172Z Compiling winnow v1.0.3
24462026-06-05T04:09:12.390Z Compiling regex v1.12.3
24472026-06-05T04:09:12.630Z Compiling futures v0.3.32
24482026-06-05T04:09:12.712Z Compiling rustls-platform-verifier v0.7.0
24492026-06-05T04:09:14.468Z Compiling hyper-rustls v0.27.9
24502026-06-05T04:09:14.521Z Compiling crossbeam-channel v0.5.15
24512026-06-05T04:09:14.521Z Compiling scroll v0.13.0
24522026-06-05T04:09:14.521Z Compiling hybrid-array v0.4.12
24532026-06-05T04:09:14.521Z Compiling adler2 v2.0.1
24542026-06-05T04:09:14.521Z Compiling simd-adler32 v0.3.9
24552026-06-05T04:09:14.521Z Compiling goblin v0.10.7
24562026-06-05T04:09:14.521Z Compiling miniz_oxide v0.8.9
24572026-06-05T04:09:14.521Z Compiling crc32fast v1.5.0
24582026-06-05T04:09:14.521Z Compiling reqwest v0.13.4
24592026-06-05T04:09:14.591Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24602026-06-05T04:09:14.899Z Compiling thread_local v1.1.9
24612026-06-05T04:09:15.272Z Compiling either v1.16.0
24622026-06-05T04:09:15.515Z Compiling flate2 v1.1.9
24632026-06-05T04:09:15.802Z Compiling crypto-common v0.2.2
24642026-06-05T04:09:16.071Z Compiling block-buffer v0.12.0
24652026-06-05T04:09:16.261Z Compiling crypto-common v0.1.7
24662026-06-05T04:09:16.412Z Compiling dtrace-parser v0.3.0
24672026-06-05T04:09:16.607Z Compiling rand_chacha v0.3.1
24682026-06-05T04:09:17.089Z Compiling is-terminal v0.4.17
24692026-06-05T04:09:17.171Z Compiling thread-id v5.1.0
24702026-06-05T04:09:17.220Z Compiling term v1.2.1
24712026-06-05T04:09:17.290Z Compiling const-oid v0.10.2
24722026-06-05T04:09:17.566Z Compiling dof v0.4.0
24732026-06-05T04:09:18.968Z Compiling debug-ignore v1.0.5
24742026-06-05T04:09:19.098Z Compiling match_cfg v0.1.0
24752026-06-05T04:09:19.131Z Compiling compression-core v0.4.32
24762026-06-05T04:09:19.163Z Compiling take_mut v0.2.2
24772026-06-05T04:09:19.296Z Compiling slog-async v2.8.0
24782026-06-05T04:09:19.312Z Compiling compression-codecs v0.4.38
24792026-06-05T04:09:19.695Z Compiling hostname v0.3.1
24802026-06-05T04:09:20.000Z Compiling usdt-impl v0.6.0
24812026-06-05T04:09:20.733Z Compiling slog-term v2.9.2
24822026-06-05T04:09:20.825Z Compiling digest v0.11.3
24832026-06-05T04:09:21.050Z Compiling rand v0.8.6
24842026-06-05T04:09:21.379Z Compiling ref-cast v1.0.25
24852026-06-05T04:09:21.508Z Compiling toml_parser v1.1.2+spec-1.1.0
24862026-06-05T04:09:21.804Z Compiling slog-json v2.6.1
24872026-06-05T04:09:23.375Z Compiling strum v0.26.3
24882026-06-05T04:09:23.415Z Compiling macaddr v1.0.1
24892026-06-05T04:09:23.415Z Compiling toml_datetime v1.1.1+spec-1.1.0
24902026-06-05T04:09:23.415Z Compiling serde_spanned v1.1.1
24912026-06-05T04:09:23.415Z Compiling memmap2 v0.9.10
24922026-06-05T04:09:23.415Z Compiling wait-timeout v0.2.1
24932026-06-05T04:09:23.415Z Compiling encoding_rs v0.8.35
24942026-06-05T04:09:23.415Z Compiling bit-vec v0.8.0
24952026-06-05T04:09:23.415Z Compiling spin v0.9.8
24962026-06-05T04:09:23.415Z Compiling toml_writer v1.1.1+spec-1.1.0
24972026-06-05T04:09:23.415Z Compiling quick-error v1.2.3
24982026-06-05T04:09:23.415Z Compiling mime v0.3.17
24992026-06-05T04:09:23.444Z Compiling rusty-fork v0.3.1
25002026-06-05T04:09:23.847Z Compiling toml v1.1.2+spec-1.1.0
25012026-06-05T04:09:24.205Z Compiling multer v3.1.0
25022026-06-05T04:09:24.251Z Compiling bit-set v0.8.0
25032026-06-05T04:09:24.448Z Compiling usdt v0.6.0
25042026-06-05T04:09:25.142Z Compiling slog-bunyan v2.5.0
25052026-06-05T04:09:25.344Z Compiling sha1 v0.11.0
25062026-06-05T04:09:25.440Z Compiling async-compression v0.4.42
25072026-06-05T04:09:25.673Z Compiling serde_with v3.20.0
25082026-06-05T04:09:25.678Z Compiling async-stream v0.3.6
25092026-06-05T04:09:25.720Z Compiling rand_xorshift v0.4.0
25102026-06-05T04:09:25.888Z Compiling waitgroup v0.1.2
25112026-06-05T04:09:25.910Z Compiling rustls-pemfile v2.2.0
25122026-06-05T04:09:25.945Z Compiling serde_path_to_error v0.1.20
25132026-06-05T04:09:26.051Z Compiling hostname v0.4.2
25142026-06-05T04:09:26.180Z Compiling unarray v0.1.4
25152026-06-05T04:09:26.213Z Compiling progenitor-client v0.14.0
25162026-06-05T04:09:26.250Z Compiling strum v0.27.2
25172026-06-05T04:09:26.305Z Compiling proptest v1.11.0
25182026-06-05T04:09:26.389Z Compiling dropshot v0.17.1
25192026-06-05T04:09:26.400Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25202026-06-05T04:09:26.545Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25212026-06-05T04:09:26.733Z Compiling iddqd v0.4.2
25222026-06-05T04:09:26.778Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25232026-06-05T04:09:27.104Z Compiling block-buffer v0.10.4
25242026-06-05T04:09:27.164Z Compiling reqwest v0.12.28
25252026-06-05T04:09:27.268Z Compiling backon v1.6.0
25262026-06-05T04:09:27.539Z Compiling instant v0.1.13
25272026-06-05T04:09:27.675Z Compiling backoff v0.4.0
25282026-06-05T04:09:27.919Z Compiling progenitor-extras v0.2.0
25292026-06-05T04:09:28.174Z Compiling progenitor-client v0.10.0
25302026-06-05T04:09:28.386Z Compiling digest v0.10.7
25312026-06-05T04:09:28.470Z Compiling parse-display v0.10.0
25322026-06-05T04:09:28.642Z Compiling itertools v0.14.0
25332026-06-05T04:09:28.707Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25342026-06-05T04:09:28.903Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25352026-06-05T04:09:29.400Z Compiling regress v0.10.5
25362026-06-05T04:09:30.190Z Compiling humantime v2.3.0
25372026-06-05T04:09:30.626Z Compiling cpufeatures v0.2.17
25382026-06-05T04:09:30.766Z Compiling heck v0.5.0
25392026-06-05T04:09:30.779Z Compiling unicode-width v0.2.2
25402026-06-05T04:09:31.075Z Compiling secrecy v0.10.3
25412026-06-05T04:09:31.250Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25422026-06-05T04:09:31.314Z Compiling tinyvec_macros v0.1.1
25432026-06-05T04:09:31.398Z Compiling tinyvec v1.11.0
25442026-06-05T04:09:31.846Z Compiling num-integer v0.1.46
25452026-06-05T04:09:32.327Z Compiling scroll v0.12.0
25462026-06-05T04:09:32.420Z Compiling crucible-workspace-hack v0.1.0
25472026-06-05T04:09:33.780Z Compiling hmac v0.12.1
25482026-06-05T04:09:33.841Z Compiling inout v0.1.4
25492026-06-05T04:09:33.841Z Compiling regress v0.11.1
25502026-06-05T04:09:33.841Z Compiling ff v0.13.1
25512026-06-05T04:09:33.841Z Compiling utf8parse v0.2.2
25522026-06-05T04:09:33.841Z Compiling anstyle-parse v1.0.0
25532026-06-05T04:09:33.841Z Compiling group v0.13.0
25542026-06-05T04:09:33.841Z Compiling cipher v0.4.4
25552026-06-05T04:09:33.841Z Compiling hkdf v0.12.4
25562026-06-05T04:09:33.841Z Compiling goblin v0.8.2
25572026-06-05T04:09:33.841Z Compiling num-iter v0.1.45
25582026-06-05T04:09:33.841Z Compiling num-rational v0.4.2
25592026-06-05T04:09:34.198Z Compiling zerocopy v0.7.35
25602026-06-05T04:09:34.597Z Compiling typify-impl v0.6.2
25612026-06-05T04:09:34.831Z Compiling universal-hash v0.5.1
25622026-06-05T04:09:34.966Z Compiling crypto-bigint v0.5.5
25632026-06-05T04:09:35.344Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25642026-06-05T04:09:36.687Z Compiling terminal_size v0.4.4
25652026-06-05T04:09:36.859Z Compiling half v2.7.1
25662026-06-05T04:09:36.928Z Compiling num-complex v0.4.6
25672026-06-05T04:09:37.228Z Compiling colorchoice v1.0.5
25682026-06-05T04:09:37.351Z Compiling ciborium-io v0.2.2
25692026-06-05T04:09:37.394Z Compiling is_terminal_polyfill v1.70.2
25702026-06-05T04:09:37.466Z Compiling anstyle v1.0.14
25712026-06-05T04:09:37.482Z Compiling base64ct v1.8.3
25722026-06-05T04:09:37.495Z Compiling anstyle-query v1.1.5
25732026-06-05T04:09:37.700Z Compiling opaque-debug v0.3.1
25742026-06-05T04:09:37.709Z Compiling base16ct v0.2.0
25752026-06-05T04:09:37.739Z Compiling password-hash v0.5.0
25762026-06-05T04:09:37.839Z Compiling elliptic-curve v0.13.8
25772026-06-05T04:09:37.907Z Compiling poly1305 v0.8.0
25782026-06-05T04:09:38.156Z Compiling anstream v1.0.0
25792026-06-05T04:09:38.529Z Compiling ciborium-ll v0.2.2
25802026-06-05T04:09:38.710Z Compiling num v0.4.3
25812026-06-05T04:09:38.725Z Compiling curve25519-dalek v4.1.3
25822026-06-05T04:09:38.792Z Compiling typify v0.6.2
25832026-06-05T04:09:38.807Z Compiling dof v0.3.0
25842026-06-05T04:09:38.908Z Compiling thiserror-no-std v2.0.2
25852026-06-05T04:09:39.010Z Compiling chacha20 v0.9.1
25862026-06-05T04:09:39.275Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25872026-06-05T04:09:39.771Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25882026-06-05T04:09:41.361Z Compiling blake2 v0.10.6
25892026-06-05T04:09:41.440Z Compiling aead v0.5.2
25902026-06-05T04:09:41.530Z Compiling byte-wrapper v0.1.0
25912026-06-05T04:09:41.638Z Compiling crossbeam-epoch v0.9.18
25922026-06-05T04:09:41.882Z Compiling dtrace-parser v0.2.0
25932026-06-05T04:09:42.155Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25942026-06-05T04:09:42.286Z Compiling thread-id v4.2.2
25952026-06-05T04:09:42.384Z Compiling float-ord v0.3.2
25962026-06-05T04:09:42.502Z Compiling keccak v0.1.6
25972026-06-05T04:09:42.518Z Compiling strsim v0.11.1
25982026-06-05T04:09:42.667Z Compiling clap_lex v1.1.0
25992026-06-05T04:09:43.040Z Compiling clap_builder v4.6.0
26002026-06-05T04:09:43.236Z Compiling sha3 v0.10.9
26012026-06-05T04:09:43.355Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-06-05T04:09:43.641Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26032026-06-05T04:09:43.729Z Compiling usdt-impl v0.5.0
26042026-06-05T04:09:44.456Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26052026-06-05T04:09:46.665Z Compiling argon2 v0.5.3
26062026-06-05T04:09:47.712Z Compiling chacha20poly1305 v0.10.1
26072026-06-05T04:09:47.872Z Compiling vsss-rs v3.3.4
26082026-06-05T04:09:48.083Z Compiling ciborium v0.2.2
26092026-06-05T04:09:48.951Z Compiling hash32 v0.3.1
26102026-06-05T04:09:49.129Z Compiling memmap v0.7.0
26112026-06-05T04:09:49.373Z Compiling data-encoding v2.11.0
26122026-06-05T04:09:49.385Z Compiling indent_write v2.2.0
26132026-06-05T04:09:49.408Z Compiling usdt v0.5.0
26142026-06-05T04:09:49.535Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-05T04:09:50.079Z Compiling heapless v0.8.0
26162026-06-05T04:09:50.602Z Compiling ingot-types v0.1.2
26172026-06-05T04:09:51.070Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26182026-06-05T04:09:51.352Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26192026-06-05T04:09:51.428Z Compiling clap v4.6.1
26202026-06-05T04:09:51.459Z Compiling rustix v0.38.44
26212026-06-05T04:09:51.518Z Compiling tabwriter v1.4.1
26222026-06-05T04:09:51.898Z Compiling cobs v0.3.0
26232026-06-05T04:09:52.071Z Compiling bitflags v1.3.2
26242026-06-05T04:09:52.157Z Compiling foreign-types-shared v0.3.1
26252026-06-05T04:09:52.185Z Compiling managed v0.8.0
26262026-06-05T04:09:52.263Z Compiling colored v3.1.1
26272026-06-05T04:09:52.456Z Compiling smoltcp v0.11.0
26282026-06-05T04:09:52.848Z Compiling foreign-types v0.5.0
26292026-06-05T04:09:52.941Z Compiling postcard v1.1.3
26302026-06-05T04:09:52.953Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26312026-06-05T04:09:53.329Z Compiling num_enum v0.7.6
26322026-06-05T04:09:53.464Z Compiling ingot v0.1.1
26332026-06-05T04:09:53.999Z Compiling memoffset v0.9.1
26342026-06-05T04:09:54.114Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26352026-06-05T04:09:54.229Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26362026-06-05T04:09:54.241Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26372026-06-05T04:09:54.367Z Compiling chacha20 v0.10.0
26382026-06-05T04:09:54.510Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26392026-06-05T04:09:54.671Z Compiling serde_spanned v0.6.9
26402026-06-05T04:09:54.852Z Compiling toml_datetime v0.6.11
26412026-06-05T04:09:54.995Z Compiling cstr-argument v0.1.2
26422026-06-05T04:09:55.187Z Compiling winnow v0.7.15
26432026-06-05T04:09:55.249Z Compiling swrite v0.1.0
26442026-06-05T04:09:55.365Z Compiling static_assertions v1.1.0
26452026-06-05T04:09:55.452Z Compiling unicode-segmentation v1.13.3
26462026-06-05T04:09:55.506Z Compiling linked-hash-map v0.5.6
26472026-06-05T04:09:55.699Z Compiling resolv-conf v0.7.6
26482026-06-05T04:09:55.727Z Compiling toml_write v0.1.2
26492026-06-05T04:09:55.739Z Compiling lru-cache v0.1.2
26502026-06-05T04:09:55.887Z Compiling newline-converter v0.3.0
26512026-06-05T04:09:55.981Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26522026-06-05T04:09:56.029Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26532026-06-05T04:09:56.088Z Compiling rand v0.10.1
26542026-06-05T04:09:56.365Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26552026-06-05T04:09:56.478Z Compiling hubpack v0.1.2
26562026-06-05T04:09:56.500Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26572026-06-05T04:09:56.730Z Compiling nix v0.31.3
26582026-06-05T04:09:56.742Z Compiling toml_edit v0.22.27
26592026-06-05T04:09:56.913Z Compiling atomicwrites v0.4.4
26602026-06-05T04:09:57.146Z Compiling hickory-proto v0.24.4
26612026-06-05T04:09:57.209Z Compiling crossbeam-deque v0.8.6
26622026-06-05T04:09:57.435Z Compiling console v0.15.11
26632026-06-05T04:09:57.681Z Compiling itertools v0.12.1
26642026-06-05T04:09:58.760Z Compiling camino-tempfile v1.4.1
26652026-06-05T04:09:59.155Z Compiling serde-big-array v0.5.1
26662026-06-05T04:09:59.191Z Compiling lazy_static v1.5.0
26672026-06-05T04:09:59.293Z Compiling similar v2.7.0
26682026-06-05T04:09:59.304Z Compiling siphasher v1.0.3
26692026-06-05T04:09:59.317Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26702026-06-05T04:09:59.515Z Compiling phf_shared v0.12.1
26712026-06-05T04:09:59.743Z Compiling hickory-resolver v0.24.4
26722026-06-05T04:10:00.010Z Compiling expectorate v1.2.0
26732026-06-05T04:10:00.227Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26742026-06-05T04:10:01.104Z Compiling pin-project v1.1.13
26752026-06-05T04:10:01.219Z Compiling toml v0.8.23
26762026-06-05T04:10:02.030Z Compiling prettyplease v0.2.37
26772026-06-05T04:10:03.191Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26782026-06-05T04:10:04.126Z Compiling rayon-core v1.13.0
26792026-06-05T04:10:05.330Z Compiling num_enum v0.5.11
26802026-06-05T04:10:05.466Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26812026-06-05T04:10:05.589Z Compiling progenitor-impl v0.14.0
26822026-06-05T04:10:05.881Z Compiling progenitor-impl v0.13.0
26832026-06-05T04:10:06.181Z Compiling unicode-normalization v0.1.25
26842026-06-05T04:10:06.781Z Compiling progenitor-client v0.13.0
26852026-06-05T04:10:07.313Z Compiling tokio-stream v0.1.18
26862026-06-05T04:10:07.919Z Compiling bstr v1.12.1
26872026-06-05T04:10:08.636Z Compiling csv-core v0.1.13
26882026-06-05T04:10:08.978Z Compiling foldhash v0.1.5
26892026-06-05T04:10:09.050Z Compiling unicode-width v0.1.14
26902026-06-05T04:10:09.165Z Compiling highway v1.3.0
26912026-06-05T04:10:09.211Z Compiling konst_macro_rules v0.2.19
26922026-06-05T04:10:09.363Z Compiling foreign-types-shared v0.1.1
26932026-06-05T04:10:09.416Z Compiling same-file v1.0.6
26942026-06-05T04:10:09.461Z Compiling foreign-types v0.3.2
26952026-06-05T04:10:09.545Z Compiling walkdir v2.5.0
26962026-06-05T04:10:09.594Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26972026-06-05T04:10:09.868Z Compiling konst v0.2.20
26982026-06-05T04:10:10.266Z Compiling hashbrown v0.15.5
26992026-06-05T04:10:10.354Z Compiling csv v1.4.0
27002026-06-05T04:10:10.931Z Compiling globset v0.4.18
27012026-06-05T04:10:11.324Z Compiling snafu v0.8.9
27022026-06-05T04:10:11.909Z Compiling qorb v0.4.1
27032026-06-05T04:10:13.518Z Compiling progenitor v0.13.0
27042026-06-05T04:10:13.546Z Compiling progenitor v0.14.0
27052026-06-05T04:10:13.660Z Compiling olpc-cjson v0.1.4
27062026-06-05T04:10:13.690Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27072026-06-05T04:10:13.875Z Compiling rayon v1.12.0
27082026-06-05T04:10:14.289Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27092026-06-05T04:10:14.327Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27102026-06-05T04:10:16.113Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27112026-06-05T04:10:16.643Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27122026-06-05T04:10:18.432Z Compiling phf v0.12.1
27132026-06-05T04:10:18.614Z Compiling openssl-sys v0.9.116
27142026-06-05T04:10:19.055Z Compiling tokio-dtrace v0.1.1
27152026-06-05T04:10:19.391Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27162026-06-05T04:10:20.750Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27172026-06-05T04:10:20.989Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27182026-06-05T04:10:21.564Z Compiling libsw-core v0.3.2
27192026-06-05T04:10:21.748Z Compiling pem v3.0.6
27202026-06-05T04:10:21.752Z Compiling serde_plain v1.0.2
27212026-06-05T04:10:22.049Z Compiling sigpipe v0.1.3
27222026-06-05T04:10:22.151Z Compiling jiff v0.2.28
27232026-06-05T04:10:22.453Z Compiling glob v0.3.3
27242026-06-05T04:10:22.553Z Compiling fixedbitset v0.5.7
27252026-06-05T04:10:22.807Z Compiling minimal-lexical v0.2.1
27262026-06-05T04:10:23.077Z Compiling typed-path v0.9.3
27272026-06-05T04:10:23.133Z Compiling fixedbitset v0.4.2
27282026-06-05T04:10:23.467Z Compiling bytecount v0.6.9
27292026-06-05T04:10:23.509Z Compiling petgraph v0.6.5
27302026-06-05T04:10:23.662Z Compiling papergrid v0.11.0
27312026-06-05T04:10:24.505Z Compiling tough v0.22.0
27322026-06-05T04:10:24.644Z Compiling nom v7.1.3
27332026-06-05T04:10:25.357Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-05T04:10:26.056Z Compiling petgraph v0.8.3
27352026-06-05T04:10:26.380Z Compiling openssl v0.10.80
27362026-06-05T04:10:26.415Z Compiling libsw v3.5.0
27372026-06-05T04:10:26.605Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27382026-06-05T04:10:27.830Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-06-05T04:10:28.074Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27402026-06-05T04:10:28.379Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-06-05T04:10:28.518Z Compiling zone v0.3.1
27422026-06-05T04:10:29.075Z Compiling oxide-tokio-rt v0.1.6
27432026-06-05T04:10:29.728Z Compiling chrono-tz v0.10.4
27442026-06-05T04:10:30.364Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27452026-06-05T04:10:30.578Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27462026-06-05T04:10:31.644Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-05T04:10:31.827Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27482026-06-05T04:10:32.056Z Compiling newtype_derive v0.1.6
27492026-06-05T04:10:32.141Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-05T04:10:32.489Z Compiling slog-dtrace v0.3.0
27512026-06-05T04:10:33.158Z Compiling const_format v0.2.36
27522026-06-05T04:10:33.226Z Compiling owo-colors v4.3.0
27532026-06-05T04:10:33.684Z Compiling cancel-safe-futures v0.1.5
27542026-06-05T04:10:34.051Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27552026-06-05T04:10:34.158Z Compiling gethostname v0.5.0
27562026-06-05T04:10:34.361Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27572026-06-05T04:10:34.593Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-05T04:10:34.726Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-05T04:10:34.784Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-05T04:10:34.853Z Compiling bcs v0.1.6
27612026-06-05T04:10:34.865Z Compiling smf v0.2.3
27622026-06-05T04:10:35.258Z Compiling smawk v0.3.2
27632026-06-05T04:10:35.462Z Compiling termtree v0.5.1
27642026-06-05T04:10:35.635Z Compiling tagptr v0.2.0
27652026-06-05T04:10:35.677Z Compiling unicode-linebreak v0.1.5
27662026-06-05T04:10:35.799Z Compiling whoami v1.6.1
27672026-06-05T04:10:35.958Z Compiling linear-map v1.2.0
27682026-06-05T04:10:36.081Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-05T04:10:36.183Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-06-05T04:10:36.220Z Compiling textwrap v0.16.2
27712026-06-05T04:10:36.260Z Compiling moka v0.12.15
27722026-06-05T04:10:37.485Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-05T04:10:37.851Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-05T04:10:37.878Z Compiling tabled v0.15.0
27752026-06-05T04:10:38.205Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-05T04:10:38.916Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-05T04:10:39.132Z Compiling steno v0.4.1
27782026-06-05T04:10:39.500Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-06-05T04:10:39.778Z Compiling cookie v0.18.1
27802026-06-05T04:10:41.146Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-06-05T04:10:45.220Z Compiling hickory-proto v0.25.2
27822026-06-05T04:10:45.641Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27832026-06-05T04:10:46.689Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27842026-06-05T04:10:46.872Z Compiling arc-swap v1.9.1
27852026-06-05T04:10:47.248Z Compiling slog-scope v4.4.1
27862026-06-05T04:10:47.719Z Compiling hickory-resolver v0.25.2
27872026-06-05T04:10:48.611Z Compiling libscf-sys v1.2.0
27882026-06-05T04:10:48.762Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-06-05T04:10:49.236Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-05T04:10:49.400Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27912026-06-05T04:10:49.780Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27922026-06-05T04:10:50.130Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27932026-06-05T04:10:50.535Z Compiling slog-stdlog v4.1.1
27942026-06-05T04:10:50.951Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27952026-06-05T04:10:51.062Z Compiling slog-envlogger v2.2.0
27962026-06-05T04:10:51.784Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27972026-06-05T04:10:52.415Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27982026-06-05T04:10:53.149Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27992026-06-05T04:10:53.704Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28002026-06-05T04:11:01.993Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28012026-06-05T04:11:04.329Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28022026-06-05T04:11:06.149Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28032026-06-05T04:11:14.964Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28042026-06-05T04:11:18.758Z Finished `release` profile [optimized] target(s) in 2m 27s
28052026-06-05T04:11:18.871Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28062026-06-05T04:11:18.874Z
28072026-06-05T04:11:18.874Zrunning 1 test
28082026-06-05T04:11:19.040Zconfigure zone
28092026-06-05T04:11:19.054Zinstall zone
28102026-06-05T04:11:28.694Zboot zone
28112026-06-05T04:11:28.779Zstart zone s1
28122026-06-05T04:11:28.782Zconfigure zone
28132026-06-05T04:11:28.787Zinstall zone
28142026-06-05T04:11:30.590Zboot zone
28152026-06-05T04:11:30.689Zstart zone s2
28162026-06-05T04:11:30.689Zconfigure zone
28172026-06-05T04:11:30.698Zinstall zone
28182026-06-05T04:11:33.049Zboot zone
28192026-06-05T04:11:33.140Zstart zone s3
28202026-06-05T04:11:33.140Zconfigure zone
28212026-06-05T04:11:33.151Zinstall zone
28222026-06-05T04:11:35.960Zboot zone
28232026-06-05T04:11:36.067Zstart zone t1
28242026-06-05T04:11:36.067Zconfigure zone
28252026-06-05T04:11:36.078Zinstall zone
28262026-06-05T04:11:38.759Zboot zone
28272026-06-05T04:11:38.870Zwaiting for zones to come up
28282026-06-05T04:11:48.871Z[sidecar.quartet] svcs milestone/network
28292026-06-05T04:11:48.897ZSTATE STIME FMRI
28302026-06-05T04:11:48.897Zonline 4:11:28 svc:/milestone/network:default
28312026-06-05T04:11:48.898Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28322026-06-05T04:11:48.928Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28332026-06-05T04:11:48.952Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28342026-06-05T04:11:48.972Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28352026-06-05T04:11:48.978Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28362026-06-05T04:11:48.989Z
28372026-06-05T04:11:48.989Zrunning zone s1.quartet setup
28382026-06-05T04:11:48.989Z[s1.quartet] svcs milestone/network
28392026-06-05T04:11:49.006ZSTATE STIME FMRI
28402026-06-05T04:11:49.007Zonline 4:11:30 svc:/milestone/network:default
28412026-06-05T04:11:49.007Z[s1.quartet] dladm
28422026-06-05T04:11:49.024ZLINK CLASS MTU STATE BRIDGE OVER
28432026-06-05T04:11:49.024Zsl0 simnet 9000 up -- ?
28442026-06-05T04:11:49.024Zmgs1 vnic 9000 up -- ?
28452026-06-05T04:11:49.024Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28462026-06-05T04:11:49.599Z
28472026-06-05T04:11:49.599Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28482026-06-05T04:11:49.615Z
28492026-06-05T04:11:49.615Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28502026-06-05T04:11:49.636Z
28512026-06-05T04:11:49.636Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28522026-06-05T04:11:49.710Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28532026-06-05T04:11:49.787Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 07e990ea-ce9d-40f0-80cc-5920837d8fb8 --sled-uuid b2ca65ba-7d89-4513-acc9-ea970935a420 -a sl0/v6 &> /opt/ddmd.log &
28542026-06-05T04:11:49.800Z
28552026-06-05T04:11:49.800Zrunning zone s2.quartet setup
28562026-06-05T04:11:49.800Z[s2.quartet] svcs milestone/network
28572026-06-05T04:11:49.822ZSTATE STIME FMRI
28582026-06-05T04:11:49.822Zonline 4:11:32 svc:/milestone/network:default
28592026-06-05T04:11:49.822Z[s2.quartet] dladm
28602026-06-05T04:11:49.831ZLINK CLASS MTU STATE BRIDGE OVER
28612026-06-05T04:11:49.831Zsl1 simnet 9000 up -- ?
28622026-06-05T04:11:49.831Zmgs2 vnic 9000 up -- ?
28632026-06-05T04:11:49.831Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28642026-06-05T04:11:50.364Z
28652026-06-05T04:11:50.364Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28662026-06-05T04:11:50.379Z
28672026-06-05T04:11:50.379Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28682026-06-05T04:11:50.391Z
28692026-06-05T04:11:50.391Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28702026-06-05T04:11:50.424Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28712026-06-05T04:11:50.451Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 21554e76-b7dd-4c47-a524-d1c63b31e163 --sled-uuid 560f9d58-62b4-4d53-8ce6-82c4ba2ed60a -a sl1/v6 &> /opt/ddmd.log &
28722026-06-05T04:11:50.463Z
28732026-06-05T04:11:50.463Zrunning zone s3.quartet setup
28742026-06-05T04:11:50.463Z[s3.quartet] svcs milestone/network
28752026-06-05T04:11:50.477ZSTATE STIME FMRI
28762026-06-05T04:11:50.478Zonline 4:11:35 svc:/milestone/network:default
28772026-06-05T04:11:50.478Z[s3.quartet] dladm
28782026-06-05T04:11:50.490ZLINK CLASS MTU STATE BRIDGE OVER
28792026-06-05T04:11:50.490Zsl2 simnet 9000 up -- ?
28802026-06-05T04:11:50.490Zmgs3 vnic 9000 up -- ?
28812026-06-05T04:11:50.491Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28822026-06-05T04:11:51.005Z
28832026-06-05T04:11:51.005Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28842026-06-05T04:11:51.018Z
28852026-06-05T04:11:51.019Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28862026-06-05T04:11:51.030Z
28872026-06-05T04:11:51.030Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28882026-06-05T04:11:51.063Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28892026-06-05T04:11:51.093Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 989e4eb1-0165-45cc-8f28-bc291b2378bc --sled-uuid 13033aee-d8a0-4d95-ad20-c8b103eab4a1 -a sl2/v6 &> /opt/ddmd.log &
28902026-06-05T04:11:51.104Z
28912026-06-05T04:11:51.104Zrunning zone t1.quartet setup
28922026-06-05T04:11:51.104Z[t1.quartet] svcs milestone/network
28932026-06-05T04:11:51.118ZSTATE STIME FMRI
28942026-06-05T04:11:51.118Zonline 4:11:38 svc:/milestone/network:default
28952026-06-05T04:11:51.118Z[t1.quartet] dladm
28962026-06-05T04:11:51.132ZLINK CLASS MTU STATE BRIDGE OVER
28972026-06-05T04:11:51.132Ztfportrear0_0 simnet 9000 up -- ?
28982026-06-05T04:11:51.132Ztfportrear1_0 simnet 9000 up -- ?
28992026-06-05T04:11:51.132Ztfportrear2_0 simnet 9000 up -- ?
29002026-06-05T04:11:51.133Zmgt1 vnic 9000 up -- ?
29012026-06-05T04:11:51.133Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29022026-06-05T04:11:51.608Z
29032026-06-05T04:11:51.608Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29042026-06-05T04:11:51.623Z
29052026-06-05T04:11:51.623Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29062026-06-05T04:11:51.636Z
29072026-06-05T04:11:51.636Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29082026-06-05T04:11:51.654Z
29092026-06-05T04:11:51.655Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29102026-06-05T04:11:51.738Z
29112026-06-05T04:11:51.738Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29122026-06-05T04:11:51.973Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29132026-06-05T04:11:51.976Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29142026-06-05T04:11:51.979Zwaiting 3s for copy of files to zone to complete ...
29152026-06-05T04:11:54.979Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29162026-06-05T04:11:55.113Z
29172026-06-05T04:11:55.113Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29182026-06-05T04:11:55.216Z
29192026-06-05T04:11:55.216Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29202026-06-05T04:11:55.251Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29212026-06-05T04:11:55.280Z[t1.quartet] svcadm disable dendrite
29222026-06-05T04:11:55.305Z
29232026-06-05T04:11:55.305Z[t1.quartet] svcadm disable tfport
29242026-06-05T04:11:55.328Z
29252026-06-05T04:11:55.328Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29262026-06-05T04:11:55.353Z
29272026-06-05T04:11:55.353Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29282026-06-05T04:11:55.378Z
29292026-06-05T04:11:55.378Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29302026-06-05T04:11:55.402Z
29312026-06-05T04:11:55.402Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29322026-06-05T04:11:55.452Z
29332026-06-05T04:11:55.452Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29342026-06-05T04:11:55.455Z
29352026-06-05T04:11:55.455Z[t1.quartet] svcadm refresh dendrite:default
29362026-06-05T04:11:55.473Z
29372026-06-05T04:11:55.473Z[t1.quartet] svcadm enable dendrite:default
29382026-06-05T04:11:55.495Z
29392026-06-05T04:11:55.495Zwait 10s for dendrite to come up ...
29402026-06-05T04:12:05.498Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29412026-06-05T04:12:05.524Z
29422026-06-05T04:12:05.524Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29432026-06-05T04:12:05.549Z
29442026-06-05T04:12:05.549Z[t1.quartet] svcadm refresh tfport:default
29452026-06-05T04:12:05.571Z
29462026-06-05T04:12:05.571Z[t1.quartet] svcadm enable tfport
29472026-06-05T04:12:05.592Z
29482026-06-05T04:12:05.595Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 0d0ee89d-c430-4484-a4ac-4ef19f320c15 --sled-uuid f25fe64d-d4c7-456a-8cc6-183158420aa9 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29492026-06-05T04:12:05.604Z
29502026-06-05T04:12:05.604Z[t1.quartet] ipadm
29512026-06-05T04:12:05.618ZADDROBJ TYPE STATE ADDR
29522026-06-05T04:12:05.618Zlo0/v4 static ok 127.0.0.1/8
29532026-06-05T04:12:05.618Zmgt1/v4 static ok 10.0.0.4/24
29542026-06-05T04:12:05.618Zlo0/v6 static ok ::1/128
29552026-06-05T04:12:05.618Zlo0/u6 static ok fd00:4::1/64
29562026-06-05T04:12:05.618Ztfportrear0_0/v6 addrconf ok fe80::44f:daff:fe82:9545%tfportrear0_0/10
29572026-06-05T04:12:05.618Ztfportrear1_0/v6 addrconf ok fe80::5039:daff:fe30:82b4%tfportrear1_0/10
29582026-06-05T04:12:05.619Ztfportrear2_0/v6 addrconf ok fe80::a6:7ff:fe25:2310%tfportrear2_0/10
29592026-06-05T04:12:07.752Zinitial peering test passed
29602026-06-05T04:12:08.754Z[s3.quartet] ping fd00:1::1
29612026-06-05T04:12:08.768Zfd00:1::1 is alive
29622026-06-05T04:12:18.880Ztest ddm::test_quartet has been running for over 60 seconds
29632026-06-05T04:12:19.771Z[s3.quartet] ping fd00:1::1
29642026-06-05T04:12:19.786Zfd00:1::1 is alive
29652026-06-05T04:12:19.788Z[t1.quartet] pkill ddmd
29662026-06-05T04:12:19.798Z
29672026-06-05T04:12:19.798Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29682026-06-05T04:12:19.801Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29692026-06-05T04:12:21.683Z[s3.quartet] pkill ddmd
29702026-06-05T04:12:21.696Z
29712026-06-05T04:12:21.696Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29722026-06-05T04:12:23.506Z[s2.quartet] pkill ddmd
29732026-06-05T04:12:23.519Z
29742026-06-05T04:12:23.519Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29752026-06-05T04:12:25.849Z[s1.quartet] pkill ddmd
29762026-06-05T04:12:25.862Z
29772026-06-05T04:12:25.862Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29782026-06-05T04:12:27.736Z[sidecar.quartet] pkill softnpu
29792026-06-05T04:12:27.750Z
29802026-06-05T04:12:27.750Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29812026-06-05T04:12:30.644Ztest ddm::test_quartet ... ok
29822026-06-05T04:12:30.644Z
29832026-06-05T04:12:30.644Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.76s
29842026-06-05T04:12:30.644Z
29852026-06-05T04:12:30.736Z+ cleanup
29862026-06-05T04:12:30.741Z++ id -un
29872026-06-05T04:12:30.744Z++ id -gn
29882026-06-05T04:12:30.747Z+ pfexec chown -R build:build .
29892026-06-05T04:12:30.980Zprocess exited: duration 739264 ms, exit code 0
 
29902026-06-05T04:12:30.993Zfound 6 output files
29912026-06-05T04:12:30.993Zuploading: /work/s1.quartet.log (4847 bytes)
29922026-06-05T04:12:32.004Zuploaded: /work/s1.quartet.log
29932026-06-05T04:12:32.004Zuploading: /work/s2.quartet.log (4136 bytes)
29942026-06-05T04:12:33.017Zuploaded: /work/s2.quartet.log
29952026-06-05T04:12:33.018Zuploading: /work/s3.quartet.log (4234 bytes)
29962026-06-05T04:12:34.037Zuploaded: /work/s3.quartet.log
29972026-06-05T04:12:34.037Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29982026-06-05T04:12:35.061Zuploaded: /work/sidecar.quartet-softnpu.log
29992026-06-05T04:12:35.061Zuploading: /work/t1.quartet-dpd.log (200129 bytes)
30002026-06-05T04:12:36.094Zuploaded: /work/t1.quartet-dpd.log
30012026-06-05T04:12:36.094Zuploading: /work/t1.quartet.log (17187 bytes)
30022026-06-05T04:12:37.216Zuploaded: /work/t1.quartet.log