01KS1RFKYBSR1XYQEM9SXXCHSD: 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: 01KS1RGHX5BV6TMC1Z2BTN5CA6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T03:58:47.758Zjob assigned to worker 01KS1RH660G2P0H5QY75J142CT [factory aws, i-0952463917ffb02cf] (queued for 1 m 2 s)
 
22026-05-20T03:58:54.183Zstarting task 0: "setup"
32026-05-20T03:58:54.186Z++ uname -s
42026-05-20T03:58:54.192Z+ kern=SunOS
52026-05-20T03:58:54.192Z+ build_user=build
62026-05-20T03:58:54.192Z+ build_uid=12345
72026-05-20T03:58:54.192Z+ work_dir=/work
82026-05-20T03:58:54.192Z+ input_dir=/input
92026-05-20T03:58:54.192Z+ [[ 0 == 12345 ]]
102026-05-20T03:58:54.192Z+ case "$kern" in
112026-05-20T03:58:54.192Z+ groupadd -g 12345 build
122026-05-20T03:58:54.192Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T03:58:56.199Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T03:58:56.318Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T03:58:56.320Z+ home_fs=zfs
162026-05-20T03:58:56.321Z+ [[ zfs == autofs ]]
172026-05-20T03:58:56.321Z+ mkdir -p /home/build
182026-05-20T03:58:56.321Z+ chown build:build /home/build /work
192026-05-20T03:58:57.323Z+ chmod 0700 /home/build /work
202026-05-20T03:58:57.326Zprocess exited: duration 3142 ms, exit code 0
 
212026-05-20T03:58:57.331Zstarting task 1: "rust-toolchain"
222026-05-20T03:58:57.335Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T03:58:57.335Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T03:58:57.335Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T03:58:57.335Z * rust toolchain channel = "stable"
262026-05-20T03:58:57.335Z * rust toolchain profile = "default"
272026-05-20T03:58:57.335Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T03:58:57.338Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T03:58:57.338Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T03:58:57.435Zinfo: downloading installer
312026-05-20T03:58:58.872Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T03:58:58.872Zwarn: /opt/ooce/bin
332026-05-20T03:58:58.872Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T03:58:58.872Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T03:58:58.872Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T03:58:58.872Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T03:58:58.872Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T03:58:58.872Zerror: cannot install while Rust is installed
392026-05-20T03:58:58.872Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T03:58:58.872Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T03:58:58.872Zwarn: /home/build/.rustup/settings.toml
422026-05-20T03:58:58.872Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T03:58:58.872Zwarn: instead of the one inferred from the default host triple.
442026-05-20T03:58:58.906Zinfo: profile set to default
452026-05-20T03:58:58.906Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T03:58:58.909Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T03:58:59.041Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T03:58:59.044Zinfo: downloading 6 components
492026-05-20T03:59:13.468Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T03:59:13.468Z
512026-05-20T03:59:13.506Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T03:59:13.506Z
532026-05-20T03:59:13.506Z
542026-05-20T03:59:13.506ZRust is installed now. Great!
552026-05-20T03:59:13.506Z
562026-05-20T03:59:13.509ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T03:59:13.509Zenvironment variable. This has not been done automatically.
582026-05-20T03:59:13.509Z
592026-05-20T03:59:13.509ZTo configure your current shell, you need to source
602026-05-20T03:59:13.509Zthe corresponding env file under $HOME/.cargo.
612026-05-20T03:59:13.509Z
622026-05-20T03:59:13.509ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T03:59:13.509Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T03:59:13.509Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T03:59:13.509Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T03:59:13.510Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T03:59:13.510Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T03:59:13.510Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T03:59:13.510Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T03:59:13.510Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T03:59:13.609Z+ rustup --version
722026-05-20T03:59:13.617Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T03:59:13.620Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T03:59:13.640Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T03:59:13.643Z+ cargo --version
762026-05-20T03:59:13.656Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T03:59:13.658Z+ rustc --version
782026-05-20T03:59:13.678Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T03:59:13.681Zprocess exited: duration 16347 ms, exit code 0
 
802026-05-20T03:59:13.687Zstarting task 2: "authentication"
812026-05-20T03:59:13.703Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T03:59:13.708Zstarting task 3: "clone repository"
832026-05-20T03:59:13.711Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T03:59:13.714Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T03:59:13.755ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T03:59:14.756Z+ cd /work/oxidecomputer/maghemite
872026-05-20T03:59:14.756Z+ git fetch origin a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
882026-05-20T03:59:14.975ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T03:59:14.975Z * branch a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 -> FETCH_HEAD
902026-05-20T03:59:14.979Z+ [[ -n renovate/opte ]]
912026-05-20T03:59:14.984Z++ git branch --show-current
922026-05-20T03:59:14.984Z+ current=main
932026-05-20T03:59:14.984Z+ [[ main != renovate/opte ]]
942026-05-20T03:59:14.984Z+ git branch -f renovate/opte a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
952026-05-20T03:59:14.988Z+ git checkout -f renovate/opte
962026-05-20T03:59:15.003ZSwitched to branch 'renovate/opte'
972026-05-20T03:59:15.005Z+ git reset --hard a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
982026-05-20T03:59:15.020ZHEAD is now at a5bcff7 Update opte to 5470aa1
992026-05-20T03:59:15.023Zprocess exited: duration 1312 ms, exit code 0
 
1002026-05-20T03:59:15.028Zstarting task 4: "build"
1012026-05-20T03:59:15.035Z++ dladm
1022026-05-20T03:59:15.038ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-20T03:59:15.039Zena0 phys 9216 up -- --
1042026-05-20T03:59:15.043Z++ ipadm
1052026-05-20T03:59:15.043ZADDROBJ TYPE STATE ADDR
1062026-05-20T03:59:15.043Zlo0/v4 static ok 127.0.0.1/8
1072026-05-20T03:59:15.043Zena0/dhcp dhcp ok 10.150.1.164/24
1082026-05-20T03:59:15.043Zlo0/v6 static ok ::1/128
1092026-05-20T03:59:15.043Z++ banner collect
1102026-05-20T03:59:15.046Z
1112026-05-20T03:59:15.046Z #### #### # # ###### #### #####
1122026-05-20T03:59:15.046Z # # # # # # # # # #
1132026-05-20T03:59:15.046Z # # # # # ##### # #
1142026-05-20T03:59:15.046Z # # # # # # # #
1152026-05-20T03:59:15.046Z # # # # # # # # # #
1162026-05-20T03:59:15.046Z #### #### ###### ###### ###### #### #
1172026-05-20T03:59:15.046Z
1182026-05-20T03:59:15.046Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-20T03:59:15.046Z++ repo=softnpu
1202026-05-20T03:59:15.046Z++ series=image
1212026-05-20T03:59:15.046Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-20T03:59:15.046Z++ name=softnpu
1232026-05-20T03:59:15.046Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-20T03:59:15.046Z++ mkdir -p download
1252026-05-20T03:59:15.046Z++ pushd download
1262026-05-20T03:59:15.046Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-20T03:59:15.046Z++ [[ ! -f softnpu ]]
1282026-05-20T03:59:15.046Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-20T03:59:15.050Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-20T03:59:15.054Z Dload Upload Total Spent Left Speed
1312026-05-20T03:59:15.440Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 40.12M 0 0 100 15.63M 100 15.63M 0 0 40.11M 0 0 100 15.63M 100 15.63M 0 0 40.11M 0 0
1322026-05-20T03:59:15.443Z++ popd
1332026-05-20T03:59:15.443Z/work/oxidecomputer/maghemite
1342026-05-20T03:59:15.443Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-20T03:59:15.443Z++ repo=sidecar-lite
1362026-05-20T03:59:15.443Z++ series=release
1372026-05-20T03:59:15.443Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-20T03:59:15.443Z++ name=libsidecar_lite.so
1392026-05-20T03:59:15.443Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-20T03:59:15.443Z++ mkdir -p download
1412026-05-20T03:59:15.446Z++ pushd download
1422026-05-20T03:59:15.446Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-05-20T03:59:15.446Z++ [[ ! -f libsidecar_lite.so ]]
1442026-05-20T03:59:15.446Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-20T03:59:15.449Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-20T03:59:15.452Z Dload Upload Total Spent Left Speed
1472026-05-20T03:59:15.720Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 44.39M 0 0 100 12.04M 100 12.04M 0 0 44.38M 0 0 100 12.04M 100 12.04M 0 0 44.37M 0 0
1482026-05-20T03:59:15.723Z++ popd
1492026-05-20T03:59:15.723Z/work/oxidecomputer/maghemite
1502026-05-20T03:59:15.723Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-20T03:59:15.723Z++ repo=sidecar-lite
1522026-05-20T03:59:15.723Z++ series=release
1532026-05-20T03:59:15.723Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-20T03:59:15.723Z++ name=scadm
1552026-05-20T03:59:15.723Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-20T03:59:15.723Z++ mkdir -p download
1572026-05-20T03:59:15.726Z++ pushd download
1582026-05-20T03:59:15.726Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-05-20T03:59:15.726Z++ [[ ! -f scadm ]]
1602026-05-20T03:59:15.726Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-20T03:59:15.729Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-20T03:59:15.729Z Dload Upload Total Spent Left Speed
1632026-05-20T03:59:16.151Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 38.63M 0 0 100 15.78M 100 15.78M 0 0 38.62M 0 0 100 15.78M 100 15.78M 0 0 38.62M 0 0
1642026-05-20T03:59:16.191Z++ popd
1652026-05-20T03:59:16.191Z/work/oxidecomputer/maghemite
1662026-05-20T03:59:16.191Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-20T03:59:16.191Z++ repo=dendrite
1682026-05-20T03:59:16.191Z++ series=image
1692026-05-20T03:59:16.191Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-20T03:59:16.191Z++ name=dendrite-softnpu.tar.gz
1712026-05-20T03:59:16.191Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-20T03:59:16.191Z++ mkdir -p download
1732026-05-20T03:59:16.191Z++ pushd download
1742026-05-20T03:59:16.191Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-05-20T03:59:16.191Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-05-20T03:59:16.191Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-20T03:59:16.191Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-20T03:59:16.191Z Dload Upload Total Spent Left Speed
1792026-05-20T03:59:17.260Z 0 0 0 0 0 0 0 0 0 85 71.59M 85 61.19M 0 0 61.24M 0 00:01 00:01 61.25M 100 71.59M 100 71.59M 0 0 64.26M 0 00:01 00:01 61.25M 100 71.59M 100 71.59M 0 0 64.26M 0 00:01 00:01 61.25M 100 71.59M 100 71.59M 0 0 64.25M 0 00:01 00:01 61.25M
1802026-05-20T03:59:17.264Z++ popd
1812026-05-20T03:59:17.267Z/work/oxidecomputer/maghemite
1822026-05-20T03:59:17.267Z++ get_artifact maghemite release a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 ddm
1832026-05-20T03:59:17.267Z++ repo=maghemite
1842026-05-20T03:59:17.267Z++ series=release
1852026-05-20T03:59:17.267Z++ commit=a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
1862026-05-20T03:59:17.267Z++ name=ddm
1872026-05-20T03:59:17.267Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-20T03:59:17.267Z++ mkdir -p download
1892026-05-20T03:59:17.267Z++ pushd download
1902026-05-20T03:59:17.267Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-05-20T03:59:17.267Z++ [[ ! -f ddm ]]
1922026-05-20T03:59:17.267Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a5bcff7b4e7718ce880ba14f6a074d0b1aff5539/ddm
1932026-05-20T03:59:17.273Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-20T03:59:17.275Z Dload Upload Total Spent Left Speed
1952026-05-20T03:59:17.382Z 0 0 0 0 0 0 0 0 0
1962026-05-20T03:59:17.382Zcurl: (22) The requested URL returned error: 404
1972026-05-20T03:59:17.385Z++ popd
1982026-05-20T03:59:17.385Z/work/oxidecomputer/maghemite
1992026-05-20T03:59:17.385Z++ get_artifact maghemite release a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 ddmadm
2002026-05-20T03:59:17.385Z++ repo=maghemite
2012026-05-20T03:59:17.385Z++ series=release
2022026-05-20T03:59:17.385Z++ commit=a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
2032026-05-20T03:59:17.385Z++ name=ddmadm
2042026-05-20T03:59:17.385Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-20T03:59:17.385Z++ mkdir -p download
2062026-05-20T03:59:17.385Z++ pushd download
2072026-05-20T03:59:17.386Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-05-20T03:59:17.386Z++ [[ ! -f ddmadm ]]
2092026-05-20T03:59:17.386Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a5bcff7b4e7718ce880ba14f6a074d0b1aff5539/ddmadm
2102026-05-20T03:59:17.391Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-20T03:59:17.395Z Dload Upload Total Spent Left Speed
2122026-05-20T03:59:17.487Z 0 0 0 0 0 0 0 0 0
2132026-05-20T03:59:17.487Zcurl: (22) The requested URL returned error: 404
2142026-05-20T03:59:17.492Z++ popd
2152026-05-20T03:59:17.492Z/work/oxidecomputer/maghemite
2162026-05-20T03:59:17.492Z++ pushd download
2172026-05-20T03:59:17.492Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-20T03:59:17.492Z++ chmod +x softnpu
2192026-05-20T03:59:17.492Z++ chmod +x scadm
2202026-05-20T03:59:17.492Z++ chmod +x ddmadm
2212026-05-20T03:59:17.496Zchmod: WARNING: can't access ddmadm
2222026-05-20T03:59:17.496Z++ chmod +x ddmd
2232026-05-20T03:59:17.496Zchmod: WARNING: can't access ddmd
2242026-05-20T03:59:17.496Z++ mv ddmadm ddmadm-v2
2252026-05-20T03:59:17.496Zmv: cannot access ddmadm
2262026-05-20T03:59:17.496Z++ mv ddmd ddmd-v2
2272026-05-20T03:59:17.496Zmv: cannot access ddmd
2282026-05-20T03:59:17.497Z++ rm -rf zones/dendrite
2292026-05-20T03:59:17.503Z++ mkdir -p zones/dendrite
2302026-05-20T03:59:17.503Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-20T03:59:18.541Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-05-20T03:59:18.544Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-05-20T03:59:18.544Z++ popd
2342026-05-20T03:59:18.544Z/work/oxidecomputer/maghemite
2352026-05-20T03:59:18.544Z++ banner install
2362026-05-20T03:59:18.545Z
2372026-05-20T03:59:18.545Z # # # #### ##### ## # #
2382026-05-20T03:59:18.545Z # ## # # # # # # #
2392026-05-20T03:59:18.545Z # # # # #### # # # # #
2402026-05-20T03:59:18.545Z # # # # # # ###### # #
2412026-05-20T03:59:18.545Z # # ## # # # # # # #
2422026-05-20T03:59:18.545Z # # # #### # # # ###### ######
2432026-05-20T03:59:18.545Z
2442026-05-20T03:59:18.548Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-20T03:59:18.548Z++ set +o errexit
2462026-05-20T03:59:18.548Z++ pkg info clang-15
2472026-05-20T03:59:18.548Z++ grep -qi installed
2482026-05-20T03:59:19.789Zpkg: info: no packages matching the following patterns you specified are
2492026-05-20T03:59:19.789Zinstalled on the system. Try querying remotely instead:
2502026-05-20T03:59:19.789Z
2512026-05-20T03:59:19.789Z clang-15
2522026-05-20T03:59:19.826Z++ [[ 1 != 0 ]]
2532026-05-20T03:59:19.826Z++ set -o errexit
2542026-05-20T03:59:19.829Z++ pfexec pkg install clang-15
2552026-05-20T03:59:27.704Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-20T03:59:35.753Z Startup: Caching catalogs ... Done
2572026-05-20T03:59:43.818ZPlanning: Solver setup ... Done
2582026-05-20T03:59:43.866ZPlanning: Running solver ... Done
2592026-05-20T03:59:44.013ZPlanning: Finding local manifests ... Done
2602026-05-20T03:59:44.038ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-20T03:59:44.545ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-20T03:59:44.562ZPlanning: Package planning ... Done
2632026-05-20T03:59:44.589ZPlanning: Merging actions ... Done
2642026-05-20T03:59:44.698ZPlanning: Checking for conflicting actions ... Done
2652026-05-20T03:59:44.705ZPlanning: Consolidating action changes ... Done
2662026-05-20T03:59:45.490ZPlanning: Evaluating mediators ... Done
2672026-05-20T03:59:45.495ZPlanning: Planning completed in 9.57 seconds
2682026-05-20T03:59:45.507Z Packages to install: 2
2692026-05-20T03:59:45.507Z Mediators to change: 2
2702026-05-20T03:59:45.511Z Services to change: 1
2712026-05-20T03:59:45.511Z Create boot environment: No
2722026-05-20T03:59:45.511ZCreate backup boot environment: No
2732026-05-20T03:59:45.564Z
2742026-05-20T03:59:45.564ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-20T03:59:50.666ZDownload: 521/3076 items 17.0/211.3MB 8% complete (3.7M/s)
2762026-05-20T03:59:55.678ZDownload: 745/3076 items 18.1/211.3MB 8% complete (1.8M/s)
2772026-05-20T04:00:00.689ZDownload: 872/3076 items 18.5/211.3MB 8% complete (197k/s)
2782026-05-20T04:00:06.353ZDownload: 972/3076 items 81.1/211.3MB 38% complete (6.4M/s)
2792026-05-20T04:00:12.961ZDownload: 977/3076 items 81.3/211.3MB 38% complete (6.3M/s)
2802026-05-20T04:00:20.743ZDownload: 980/3076 items 81.3/211.3MB 38% complete (5.2M/s)
2812026-05-20T04:00:25.766ZDownload: 1318/3076 items 115.7/211.3MB 54% complete (3.5M/s)
2822026-05-20T04:00:30.770ZDownload: 1621/3076 items 117.2/211.3MB 55% complete (3.8M/s)
2832026-05-20T04:00:35.794ZDownload: 1876/3076 items 117.6/211.3MB 55% complete (237k/s)
2842026-05-20T04:00:43.561ZDownload: 2004/3076 items 117.9/211.3MB 55% complete (148k/s)
2852026-05-20T04:00:54.853ZDownload: 2007/3076 items 117.9/211.3MB 55% complete
2862026-05-20T04:01:01.673ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
2872026-05-20T04:01:06.674ZDownload: 2159/3076 items 118.7/211.3MB 56% complete (137k/s)
2882026-05-20T04:01:11.821ZDownload: 2335/3076 items 119.1/211.3MB 56% complete (125k/s)
2892026-05-20T04:01:16.826ZDownload: 2444/3076 items 119.4/211.3MB 56% complete (84.7k/s)
2902026-05-20T04:01:21.830ZDownload: 2656/3076 items 119.8/211.3MB 56% complete (71.2k/s)
2912026-05-20T04:01:26.831ZDownload: 2950/3076 items 182.4/211.3MB 86% complete (6.2M/s)
2922026-05-20T04:01:34.083ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (8.2M/s)
2932026-05-20T04:01:41.267ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (7.7M/s)
2942026-05-20T04:01:56.294ZDownload: 3066/3076 items 210.3/211.3MB 99% complete
2952026-05-20T04:02:09.107ZDownload: 3070/3076 items 211.2/211.3MB 99% complete
2962026-05-20T04:02:13.875ZDownload: Completed 211.31 MB in 148.30 seconds (1.4M/s)
2972026-05-20T04:02:14.008Z Actions: 1/3418 actions (Installing new actions)
2982026-05-20T04:02:17.174Z Actions: Completed 3418 actions in 3.17 seconds.
2992026-05-20T04:02:17.824Z Done
3002026-05-20T04:02:17.824Z Done
3012026-05-20T04:02:18.570Z Done
3022026-05-20T04:02:21.972Z Done
3032026-05-20T04:02:22.044Z Done
3042026-05-20T04:02:22.047Z Done
3052026-05-20T04:02:22.186Z Done
3062026-05-20T04:02:22.851Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3072026-05-20T04:02:22.854Z++ set +o errexit
3082026-05-20T04:02:22.857Z++ pkg info pkg-config
3092026-05-20T04:02:22.857Z++ grep -qi installed
3102026-05-20T04:02:23.085Z++ [[ 0 != 0 ]]
3112026-05-20T04:02:23.085Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3122026-05-20T04:02:23.086Z++ set +o errexit
3132026-05-20T04:02:23.090Z++ pkg info brand/omicron1
3142026-05-20T04:02:23.090Z++ grep -qi installed
3152026-05-20T04:02:23.274Zpkg: info: no packages matching the following patterns you specified are
3162026-05-20T04:02:23.274Zinstalled on the system. Try querying remotely instead:
3172026-05-20T04:02:23.274Z
3182026-05-20T04:02:23.274Z brand/omicron1
3192026-05-20T04:02:23.309Z++ [[ 1 != 0 ]]
3202026-05-20T04:02:23.309Z++ set -o errexit
3212026-05-20T04:02:23.309Z++ pfexec pkg install brand/omicron1
3222026-05-20T04:02:23.743Z Startup: Refreshing catalog 'helios-dev' ... Done
3232026-05-20T04:02:31.235ZPlanning: Solver setup ... Done
3242026-05-20T04:02:31.280ZPlanning: Running solver ... Done
3252026-05-20T04:02:31.427ZPlanning: Finding local manifests ... Done
3262026-05-20T04:02:31.432ZPlanning: Fetching manifests: 0/2 0% complete
3272026-05-20T04:02:31.552ZPlanning: Fetching manifests: 2/2 100% complete
3282026-05-20T04:02:31.567ZPlanning: Package planning ... Done
3292026-05-20T04:02:31.574ZPlanning: Merging actions ... Done
3302026-05-20T04:02:31.715ZPlanning: Checking for conflicting actions ... Done
3312026-05-20T04:02:31.719ZPlanning: Consolidating action changes ... Done
3322026-05-20T04:02:31.877ZPlanning: Evaluating mediators ... Done
3332026-05-20T04:02:31.880ZPlanning: Planning completed in 8.13 seconds
3342026-05-20T04:02:31.884Z Packages to install: 2
3352026-05-20T04:02:31.888Z Create boot environment: No
3362026-05-20T04:02:31.888ZCreate backup boot environment: No
3372026-05-20T04:02:31.921Z
3382026-05-20T04:02:31.921ZDownload: 0/5 items 0.0/1.1MB 0% complete
3392026-05-20T04:02:32.346ZDownload: Completed 1.07 MB in 0.42 seconds (2.5M/s)
3402026-05-20T04:02:32.436Z Actions: 1/28 actions (Installing new actions)
3412026-05-20T04:02:32.449Z Actions: Completed 28 actions in 0.01 seconds.
3422026-05-20T04:02:32.964Z Done
3432026-05-20T04:02:32.964Z Done
3442026-05-20T04:02:33.606Z Done
3452026-05-20T04:02:36.472Z Done
3462026-05-20T04:02:36.551Z Done
3472026-05-20T04:02:36.556Z Done
3482026-05-20T04:02:36.780Z Done
3492026-05-20T04:02:36.917Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3502026-05-20T04:02:36.917Z++ set +o errexit
3512026-05-20T04:02:36.919Z++ pkg info brand/omicron1/tools
3522026-05-20T04:02:36.920Z++ grep -qi installed
3532026-05-20T04:02:37.109Zpkg: info: no packages matching the following patterns you specified are
3542026-05-20T04:02:37.109Zinstalled on the system. Try querying remotely instead:
3552026-05-20T04:02:37.109Z
3562026-05-20T04:02:37.109Z brand/omicron1/tools
3572026-05-20T04:02:37.142Z++ [[ 1 != 0 ]]
3582026-05-20T04:02:37.142Z++ set -o errexit
3592026-05-20T04:02:37.142Z++ pfexec pkg install brand/omicron1/tools
3602026-05-20T04:02:37.540Z Startup: Refreshing catalog 'helios-dev' ... Done
3612026-05-20T04:02:45.285ZPlanning: Solver setup ... Done
3622026-05-20T04:02:45.331ZPlanning: Running solver ... Done
3632026-05-20T04:02:45.474ZPlanning: Finding local manifests ... Done
3642026-05-20T04:02:45.478ZPlanning: Fetching manifests: 0/1 0% complete
3652026-05-20T04:02:45.599ZPlanning: Fetching manifests: 1/1 100% complete
3662026-05-20T04:02:45.610ZPlanning: Package planning ... Done
3672026-05-20T04:02:45.619ZPlanning: Merging actions ... Done
3682026-05-20T04:02:45.753ZPlanning: Checking for conflicting actions ... Done
3692026-05-20T04:02:45.755ZPlanning: Consolidating action changes ... Done
3702026-05-20T04:02:45.924ZPlanning: Evaluating mediators ... Done
3712026-05-20T04:02:45.927ZPlanning: Planning completed in 8.38 seconds
3722026-05-20T04:02:45.934Z Packages to install: 1
3732026-05-20T04:02:45.934Z Services to change: 1
3742026-05-20T04:02:45.937Z Create boot environment: No
3752026-05-20T04:02:45.937ZCreate backup boot environment: No
3762026-05-20T04:02:45.977Z
3772026-05-20T04:02:45.977ZDownload: 0/2 items 0.0/1.2MB 0% complete
3782026-05-20T04:02:46.006ZDownload: Completed 1.19 MB in 0.03 seconds (41.3M/s)
3792026-05-20T04:02:46.080Z Actions: 1/19 actions (Installing new actions)
3802026-05-20T04:02:46.094Z Actions: Completed 19 actions in 0.01 seconds.
3812026-05-20T04:02:46.603Z Done
3822026-05-20T04:02:46.603Z Done
3832026-05-20T04:02:47.246Z Done
3842026-05-20T04:02:50.128Z Done
3852026-05-20T04:02:50.199Z Done
3862026-05-20T04:02:50.202Z Done
3872026-05-20T04:02:50.369Z Done
3882026-05-20T04:02:50.508Z++ pfexec svcadm enable baseline
3892026-05-20T04:02:50.523Z++ retry=0
3902026-05-20T04:02:50.528Z+++ svcs -Hostate baseline
3912026-05-20T04:02:50.539Z++ [[ offline* != online ]]
3922026-05-20T04:02:50.540Z++ [[ 0 -gt 300 ]]
3932026-05-20T04:02:50.544Z++ sleep 1
3942026-05-20T04:02:51.543Z++ retry=1
3952026-05-20T04:02:51.546Z+++ svcs -Hostate baseline
3962026-05-20T04:02:51.556Z++ [[ offline* != online ]]
3972026-05-20T04:02:51.556Z++ [[ 1 -gt 300 ]]
3982026-05-20T04:02:51.556Z++ sleep 1
3992026-05-20T04:02:52.558Z++ retry=2
4002026-05-20T04:02:52.561Z+++ svcs -Hostate baseline
4012026-05-20T04:02:52.571Z++ [[ offline* != online ]]
4022026-05-20T04:02:52.571Z++ [[ 2 -gt 300 ]]
4032026-05-20T04:02:52.571Z++ sleep 1
4042026-05-20T04:02:53.573Z++ retry=3
4052026-05-20T04:02:53.576Z+++ svcs -Hostate baseline
4062026-05-20T04:02:53.587Z++ [[ offline* != online ]]
4072026-05-20T04:02:53.587Z++ [[ 3 -gt 300 ]]
4082026-05-20T04:02:53.587Z++ sleep 1
4092026-05-20T04:02:54.589Z++ retry=4
4102026-05-20T04:02:54.591Z+++ svcs -Hostate baseline
4112026-05-20T04:02:54.603Z++ [[ offline* != online ]]
4122026-05-20T04:02:54.603Z++ [[ 4 -gt 300 ]]
4132026-05-20T04:02:54.603Z++ sleep 1
4142026-05-20T04:02:55.605Z++ retry=5
4152026-05-20T04:02:55.607Z+++ svcs -Hostate baseline
4162026-05-20T04:02:55.619Z++ [[ offline* != online ]]
4172026-05-20T04:02:55.619Z++ [[ 5 -gt 300 ]]
4182026-05-20T04:02:55.619Z++ sleep 1
4192026-05-20T04:02:56.621Z++ retry=6
4202026-05-20T04:02:56.624Z+++ svcs -Hostate baseline
4212026-05-20T04:02:56.636Z++ [[ offline* != online ]]
4222026-05-20T04:02:56.636Z++ [[ 6 -gt 300 ]]
4232026-05-20T04:02:56.636Z++ sleep 1
4242026-05-20T04:02:57.637Z++ retry=7
4252026-05-20T04:02:57.640Z+++ svcs -Hostate baseline
4262026-05-20T04:02:57.652Z++ [[ offline* != online ]]
4272026-05-20T04:02:57.652Z++ [[ 7 -gt 300 ]]
4282026-05-20T04:02:57.652Z++ sleep 1
4292026-05-20T04:02:58.654Z++ retry=8
4302026-05-20T04:02:58.656Z+++ svcs -Hostate baseline
4312026-05-20T04:02:58.668Z++ [[ offline* != online ]]
4322026-05-20T04:02:58.668Z++ [[ 8 -gt 300 ]]
4332026-05-20T04:02:58.668Z++ sleep 1
4342026-05-20T04:02:59.671Z++ retry=9
4352026-05-20T04:02:59.675Z+++ svcs -Hostate baseline
4362026-05-20T04:02:59.687Z++ [[ offline* != online ]]
4372026-05-20T04:02:59.687Z++ [[ 9 -gt 300 ]]
4382026-05-20T04:02:59.687Z++ sleep 1
4392026-05-20T04:03:00.687Z++ retry=10
4402026-05-20T04:03:00.690Z+++ svcs -Hostate baseline
4412026-05-20T04:03:00.701Z++ [[ offline* != online ]]
4422026-05-20T04:03:00.702Z++ [[ 10 -gt 300 ]]
4432026-05-20T04:03:00.702Z++ sleep 1
4442026-05-20T04:03:01.704Z++ retry=11
4452026-05-20T04:03:01.707Z+++ svcs -Hostate baseline
4462026-05-20T04:03:01.718Z++ [[ offline* != online ]]
4472026-05-20T04:03:01.718Z++ [[ 11 -gt 300 ]]
4482026-05-20T04:03:01.718Z++ sleep 1
4492026-05-20T04:03:02.720Z++ retry=12
4502026-05-20T04:03:02.722Z+++ svcs -Hostate baseline
4512026-05-20T04:03:02.741Z++ [[ offline* != online ]]
4522026-05-20T04:03:02.741Z++ [[ 12 -gt 300 ]]
4532026-05-20T04:03:02.741Z++ sleep 1
4542026-05-20T04:03:03.737Z++ retry=13
4552026-05-20T04:03:03.754Z+++ svcs -Hostate baseline
4562026-05-20T04:03:03.764Z++ [[ offline* != online ]]
4572026-05-20T04:03:03.764Z++ [[ 13 -gt 300 ]]
4582026-05-20T04:03:03.764Z++ sleep 1
4592026-05-20T04:03:04.768Z++ retry=14
4602026-05-20T04:03:04.780Z+++ svcs -Hostate baseline
4612026-05-20T04:03:04.780Z++ [[ offline* != online ]]
4622026-05-20T04:03:04.780Z++ [[ 14 -gt 300 ]]
4632026-05-20T04:03:04.780Z++ sleep 1
4642026-05-20T04:03:05.776Z++ retry=15
4652026-05-20T04:03:05.787Z+++ svcs -Hostate baseline
4662026-05-20T04:03:05.796Z++ [[ offline* != online ]]
4672026-05-20T04:03:05.796Z++ [[ 15 -gt 300 ]]
4682026-05-20T04:03:05.796Z++ sleep 1
4692026-05-20T04:03:06.786Z++ retry=16
4702026-05-20T04:03:06.788Z+++ svcs -Hostate baseline
4712026-05-20T04:03:06.800Z++ [[ offline* != online ]]
4722026-05-20T04:03:06.800Z++ [[ 16 -gt 300 ]]
4732026-05-20T04:03:06.800Z++ sleep 1
4742026-05-20T04:03:07.803Z++ retry=17
4752026-05-20T04:03:07.806Z+++ svcs -Hostate baseline
4762026-05-20T04:03:07.816Z++ [[ offline* != online ]]
4772026-05-20T04:03:07.816Z++ [[ 17 -gt 300 ]]
4782026-05-20T04:03:07.816Z++ sleep 1
4792026-05-20T04:03:08.831Z++ retry=18
4802026-05-20T04:03:08.861Z+++ svcs -Hostate baseline
4812026-05-20T04:03:08.861Z++ [[ offline* != online ]]
4822026-05-20T04:03:08.861Z++ [[ 18 -gt 300 ]]
4832026-05-20T04:03:08.861Z++ sleep 1
4842026-05-20T04:03:09.836Z++ retry=19
4852026-05-20T04:03:09.839Z+++ svcs -Hostate baseline
4862026-05-20T04:03:09.853Z++ [[ offline* != online ]]
4872026-05-20T04:03:09.853Z++ [[ 19 -gt 300 ]]
4882026-05-20T04:03:09.853Z++ sleep 1
4892026-05-20T04:03:10.851Z++ retry=20
4902026-05-20T04:03:10.854Z+++ svcs -Hostate baseline
4912026-05-20T04:03:10.866Z++ [[ offline* != online ]]
4922026-05-20T04:03:10.866Z++ [[ 20 -gt 300 ]]
4932026-05-20T04:03:10.866Z++ sleep 1
4942026-05-20T04:03:11.870Z++ retry=21
4952026-05-20T04:03:11.874Z+++ svcs -Hostate baseline
4962026-05-20T04:03:11.883Z++ [[ offline* != online ]]
4972026-05-20T04:03:11.883Z++ [[ 21 -gt 300 ]]
4982026-05-20T04:03:11.883Z++ sleep 1
4992026-05-20T04:03:12.885Z++ retry=22
5002026-05-20T04:03:12.888Z+++ svcs -Hostate baseline
5012026-05-20T04:03:12.900Z++ [[ offline* != online ]]
5022026-05-20T04:03:12.900Z++ [[ 22 -gt 300 ]]
5032026-05-20T04:03:12.900Z++ sleep 1
5042026-05-20T04:03:13.903Z++ retry=23
5052026-05-20T04:03:13.907Z+++ svcs -Hostate baseline
5062026-05-20T04:03:13.919Z++ [[ offline* != online ]]
5072026-05-20T04:03:13.919Z++ [[ 23 -gt 300 ]]
5082026-05-20T04:03:13.919Z++ sleep 1
5092026-05-20T04:03:14.918Z++ retry=24
5102026-05-20T04:03:14.921Z+++ svcs -Hostate baseline
5112026-05-20T04:03:14.933Z++ [[ offline* != online ]]
5122026-05-20T04:03:14.933Z++ [[ 24 -gt 300 ]]
5132026-05-20T04:03:14.933Z++ sleep 1
5142026-05-20T04:03:15.935Z++ retry=25
5152026-05-20T04:03:16.346Z+++ svcs -Hostate baseline
5162026-05-20T04:03:16.349Z++ [[ offline* != online ]]
5172026-05-20T04:03:16.349Z++ [[ 25 -gt 300 ]]
5182026-05-20T04:03:16.349Z++ sleep 1
5192026-05-20T04:03:16.952Z++ retry=26
5202026-05-20T04:03:16.957Z+++ svcs -Hostate baseline
5212026-05-20T04:03:16.966Z++ [[ offline* != online ]]
5222026-05-20T04:03:16.966Z++ [[ 26 -gt 300 ]]
5232026-05-20T04:03:16.966Z++ sleep 1
5242026-05-20T04:03:17.967Z++ retry=27
5252026-05-20T04:03:17.971Z+++ svcs -Hostate baseline
5262026-05-20T04:03:17.982Z++ [[ offline* != online ]]
5272026-05-20T04:03:17.982Z++ [[ 27 -gt 300 ]]
5282026-05-20T04:03:17.982Z++ sleep 1
5292026-05-20T04:03:18.984Z++ retry=28
5302026-05-20T04:03:18.987Z+++ svcs -Hostate baseline
5312026-05-20T04:03:18.998Z++ [[ offline* != online ]]
5322026-05-20T04:03:18.998Z++ [[ 28 -gt 300 ]]
5332026-05-20T04:03:18.998Z++ sleep 1
5342026-05-20T04:03:20.000Z++ retry=29
5352026-05-20T04:03:20.003Z+++ svcs -Hostate baseline
5362026-05-20T04:03:20.015Z++ [[ offline* != online ]]
5372026-05-20T04:03:20.015Z++ [[ 29 -gt 300 ]]
5382026-05-20T04:03:20.015Z++ sleep 1
5392026-05-20T04:03:21.017Z++ retry=30
5402026-05-20T04:03:21.019Z+++ svcs -Hostate baseline
5412026-05-20T04:03:21.034Z++ [[ offline* != online ]]
5422026-05-20T04:03:21.034Z++ [[ 30 -gt 300 ]]
5432026-05-20T04:03:21.034Z++ sleep 1
5442026-05-20T04:03:22.033Z++ retry=31
5452026-05-20T04:03:22.036Z+++ svcs -Hostate baseline
5462026-05-20T04:03:22.047Z++ [[ offline* != online ]]
5472026-05-20T04:03:22.047Z++ [[ 31 -gt 300 ]]
5482026-05-20T04:03:22.048Z++ sleep 1
5492026-05-20T04:03:23.050Z++ retry=32
5502026-05-20T04:03:23.053Z+++ svcs -Hostate baseline
5512026-05-20T04:03:23.064Z++ [[ offline* != online ]]
5522026-05-20T04:03:23.064Z++ [[ 32 -gt 300 ]]
5532026-05-20T04:03:23.067Z++ sleep 1
5542026-05-20T04:03:24.066Z++ retry=33
5552026-05-20T04:03:24.069Z+++ svcs -Hostate baseline
5562026-05-20T04:03:24.080Z++ [[ offline* != online ]]
5572026-05-20T04:03:24.080Z++ [[ 33 -gt 300 ]]
5582026-05-20T04:03:24.080Z++ sleep 1
5592026-05-20T04:03:25.084Z++ retry=34
5602026-05-20T04:03:25.086Z+++ svcs -Hostate baseline
5612026-05-20T04:03:25.097Z++ [[ offline* != online ]]
5622026-05-20T04:03:25.097Z++ [[ 34 -gt 300 ]]
5632026-05-20T04:03:25.097Z++ sleep 1
5642026-05-20T04:03:26.099Z++ retry=35
5652026-05-20T04:03:26.102Z+++ svcs -Hostate baseline
5662026-05-20T04:03:26.115Z++ [[ offline* != online ]]
5672026-05-20T04:03:26.115Z++ [[ 35 -gt 300 ]]
5682026-05-20T04:03:26.115Z++ sleep 1
5692026-05-20T04:03:27.115Z++ retry=36
5702026-05-20T04:03:27.118Z+++ svcs -Hostate baseline
5712026-05-20T04:03:27.130Z++ [[ offline* != online ]]
5722026-05-20T04:03:27.130Z++ [[ 36 -gt 300 ]]
5732026-05-20T04:03:27.130Z++ sleep 1
5742026-05-20T04:03:28.132Z++ retry=37
5752026-05-20T04:03:28.135Z+++ svcs -Hostate baseline
5762026-05-20T04:03:28.146Z++ [[ offline* != online ]]
5772026-05-20T04:03:28.146Z++ [[ 37 -gt 300 ]]
5782026-05-20T04:03:28.146Z++ sleep 1
5792026-05-20T04:03:29.149Z++ retry=38
5802026-05-20T04:03:29.151Z+++ svcs -Hostate baseline
5812026-05-20T04:03:29.163Z++ [[ offline* != online ]]
5822026-05-20T04:03:29.163Z++ [[ 38 -gt 300 ]]
5832026-05-20T04:03:29.163Z++ sleep 1
5842026-05-20T04:03:30.577Z++ retry=39
5852026-05-20T04:03:30.581Z+++ svcs -Hostate baseline
5862026-05-20T04:03:30.581Z++ [[ offline* != online ]]
5872026-05-20T04:03:30.581Z++ [[ 39 -gt 300 ]]
5882026-05-20T04:03:30.581Z++ sleep 1
5892026-05-20T04:03:31.194Z++ retry=40
5902026-05-20T04:03:31.197Z+++ svcs -Hostate baseline
5912026-05-20T04:03:31.197Z++ [[ offline* != online ]]
5922026-05-20T04:03:31.197Z++ [[ 40 -gt 300 ]]
5932026-05-20T04:03:31.197Z++ sleep 1
5942026-05-20T04:03:32.200Z++ retry=41
5952026-05-20T04:03:32.206Z+++ svcs -Hostate baseline
5962026-05-20T04:03:32.214Z++ [[ offline* != online ]]
5972026-05-20T04:03:32.214Z++ [[ 41 -gt 300 ]]
5982026-05-20T04:03:32.214Z++ sleep 1
5992026-05-20T04:03:33.216Z++ retry=42
6002026-05-20T04:03:33.219Z+++ svcs -Hostate baseline
6012026-05-20T04:03:33.229Z++ [[ offline* != online ]]
6022026-05-20T04:03:33.229Z++ [[ 42 -gt 300 ]]
6032026-05-20T04:03:33.229Z++ sleep 1
6042026-05-20T04:03:34.230Z++ retry=43
6052026-05-20T04:03:34.233Z+++ svcs -Hostate baseline
6062026-05-20T04:03:34.248Z++ [[ offline* != online ]]
6072026-05-20T04:03:34.249Z++ [[ 43 -gt 300 ]]
6082026-05-20T04:03:34.249Z++ sleep 1
6092026-05-20T04:03:35.249Z++ retry=44
6102026-05-20T04:03:35.252Z+++ svcs -Hostate baseline
6112026-05-20T04:03:35.262Z++ [[ offline* != online ]]
6122026-05-20T04:03:35.262Z++ [[ 44 -gt 300 ]]
6132026-05-20T04:03:35.262Z++ sleep 1
6142026-05-20T04:03:36.265Z++ retry=45
6152026-05-20T04:03:36.268Z+++ svcs -Hostate baseline
6162026-05-20T04:03:36.279Z++ [[ offline* != online ]]
6172026-05-20T04:03:36.279Z++ [[ 45 -gt 300 ]]
6182026-05-20T04:03:36.279Z++ sleep 1
6192026-05-20T04:03:37.684Z++ retry=46
6202026-05-20T04:03:37.689Z+++ svcs -Hostate baseline
6212026-05-20T04:03:37.689Z++ [[ offline* != online ]]
6222026-05-20T04:03:37.689Z++ [[ 46 -gt 300 ]]
6232026-05-20T04:03:37.689Z++ sleep 1
6242026-05-20T04:03:38.298Z++ retry=47
6252026-05-20T04:03:38.301Z+++ svcs -Hostate baseline
6262026-05-20T04:03:38.311Z++ [[ offline* != online ]]
6272026-05-20T04:03:38.311Z++ [[ 47 -gt 300 ]]
6282026-05-20T04:03:38.311Z++ sleep 1
6292026-05-20T04:03:39.313Z++ retry=48
6302026-05-20T04:03:39.316Z+++ svcs -Hostate baseline
6312026-05-20T04:03:39.328Z++ [[ offline* != online ]]
6322026-05-20T04:03:39.328Z++ [[ 48 -gt 300 ]]
6332026-05-20T04:03:39.328Z++ sleep 1
6342026-05-20T04:03:40.330Z++ retry=49
6352026-05-20T04:03:40.332Z+++ svcs -Hostate baseline
6362026-05-20T04:03:40.348Z++ [[ offline* != online ]]
6372026-05-20T04:03:40.348Z++ [[ 49 -gt 300 ]]
6382026-05-20T04:03:40.348Z++ sleep 1
6392026-05-20T04:03:41.346Z++ retry=50
6402026-05-20T04:03:41.350Z+++ svcs -Hostate baseline
6412026-05-20T04:03:41.361Z++ [[ offline* != online ]]
6422026-05-20T04:03:41.361Z++ [[ 50 -gt 300 ]]
6432026-05-20T04:03:41.361Z++ sleep 1
6442026-05-20T04:03:42.372Z++ retry=51
6452026-05-20T04:03:42.376Z+++ svcs -Hostate baseline
6462026-05-20T04:03:42.379Z++ [[ offline* != online ]]
6472026-05-20T04:03:42.379Z++ [[ 51 -gt 300 ]]
6482026-05-20T04:03:42.379Z++ sleep 1
6492026-05-20T04:03:43.380Z++ retry=52
6502026-05-20T04:03:43.384Z+++ svcs -Hostate baseline
6512026-05-20T04:03:43.394Z++ [[ offline* != online ]]
6522026-05-20T04:03:43.394Z++ [[ 52 -gt 300 ]]
6532026-05-20T04:03:43.394Z++ sleep 1
6542026-05-20T04:03:44.396Z++ retry=53
6552026-05-20T04:03:44.400Z+++ svcs -Hostate baseline
6562026-05-20T04:03:44.410Z++ [[ offline* != online ]]
6572026-05-20T04:03:44.410Z++ [[ 53 -gt 300 ]]
6582026-05-20T04:03:44.410Z++ sleep 1
6592026-05-20T04:03:45.412Z++ retry=54
6602026-05-20T04:03:45.434Z+++ svcs -Hostate baseline
6612026-05-20T04:03:45.449Z++ [[ offline* != online ]]
6622026-05-20T04:03:45.449Z++ [[ 54 -gt 300 ]]
6632026-05-20T04:03:45.449Z++ sleep 1
6642026-05-20T04:03:46.429Z++ retry=55
6652026-05-20T04:03:46.433Z+++ svcs -Hostate baseline
6662026-05-20T04:03:46.445Z++ [[ offline* != online ]]
6672026-05-20T04:03:46.445Z++ [[ 55 -gt 300 ]]
6682026-05-20T04:03:46.445Z++ sleep 1
6692026-05-20T04:03:47.446Z++ retry=56
6702026-05-20T04:03:47.449Z+++ svcs -Hostate baseline
6712026-05-20T04:03:47.461Z++ [[ offline* != online ]]
6722026-05-20T04:03:47.461Z++ [[ 56 -gt 300 ]]
6732026-05-20T04:03:47.461Z++ sleep 1
6742026-05-20T04:03:48.463Z++ retry=57
6752026-05-20T04:03:48.469Z+++ svcs -Hostate baseline
6762026-05-20T04:03:48.477Z++ [[ offline* != online ]]
6772026-05-20T04:03:48.477Z++ [[ 57 -gt 300 ]]
6782026-05-20T04:03:48.477Z++ sleep 1
6792026-05-20T04:03:49.887Z++ retry=58
6802026-05-20T04:03:49.891Z+++ svcs -Hostate baseline
6812026-05-20T04:03:49.891Z++ [[ offline* != online ]]
6822026-05-20T04:03:49.891Z++ [[ 58 -gt 300 ]]
6832026-05-20T04:03:49.891Z++ sleep 1
6842026-05-20T04:03:50.495Z++ retry=59
6852026-05-20T04:03:50.498Z+++ svcs -Hostate baseline
6862026-05-20T04:03:50.510Z++ [[ offline* != online ]]
6872026-05-20T04:03:50.510Z++ [[ 59 -gt 300 ]]
6882026-05-20T04:03:50.510Z++ sleep 1
6892026-05-20T04:03:51.512Z++ retry=60
6902026-05-20T04:03:51.515Z+++ svcs -Hostate baseline
6912026-05-20T04:03:51.526Z++ [[ offline* != online ]]
6922026-05-20T04:03:51.526Z++ [[ 60 -gt 300 ]]
6932026-05-20T04:03:51.526Z++ sleep 1
6942026-05-20T04:03:52.529Z++ retry=61
6952026-05-20T04:03:52.533Z+++ svcs -Hostate baseline
6962026-05-20T04:03:52.542Z++ [[ offline* != online ]]
6972026-05-20T04:03:52.542Z++ [[ 61 -gt 300 ]]
6982026-05-20T04:03:52.542Z++ sleep 1
6992026-05-20T04:03:53.946Z++ retry=62
7002026-05-20T04:03:53.949Z+++ svcs -Hostate baseline
7012026-05-20T04:03:53.949Z++ [[ offline* != online ]]
7022026-05-20T04:03:53.950Z++ [[ 62 -gt 300 ]]
7032026-05-20T04:03:53.950Z++ sleep 1
7042026-05-20T04:03:54.563Z++ retry=63
7052026-05-20T04:03:54.571Z+++ svcs -Hostate baseline
7062026-05-20T04:03:54.576Z++ [[ offline* != online ]]
7072026-05-20T04:03:54.576Z++ [[ 63 -gt 300 ]]
7082026-05-20T04:03:54.576Z++ sleep 1
7092026-05-20T04:03:55.579Z++ retry=64
7102026-05-20T04:03:55.582Z+++ svcs -Hostate baseline
7112026-05-20T04:03:55.591Z++ [[ offline* != online ]]
7122026-05-20T04:03:55.591Z++ [[ 64 -gt 300 ]]
7132026-05-20T04:03:55.591Z++ sleep 1
7142026-05-20T04:03:56.593Z++ retry=65
7152026-05-20T04:03:56.596Z+++ svcs -Hostate baseline
7162026-05-20T04:03:56.608Z++ [[ offline* != online ]]
7172026-05-20T04:03:56.608Z++ [[ 65 -gt 300 ]]
7182026-05-20T04:03:56.608Z++ sleep 1
7192026-05-20T04:03:57.612Z++ retry=66
7202026-05-20T04:03:57.615Z+++ svcs -Hostate baseline
7212026-05-20T04:03:57.625Z++ [[ offline* != online ]]
7222026-05-20T04:03:57.625Z++ [[ 66 -gt 300 ]]
7232026-05-20T04:03:57.626Z++ sleep 1
7242026-05-20T04:03:58.628Z++ retry=67
7252026-05-20T04:03:58.631Z+++ svcs -Hostate baseline
7262026-05-20T04:03:59.044Z++ [[ offline* != online ]]
7272026-05-20T04:03:59.044Z++ [[ 67 -gt 300 ]]
7282026-05-20T04:03:59.044Z++ sleep 1
7292026-05-20T04:03:59.644Z++ retry=68
7302026-05-20T04:03:59.647Z+++ svcs -Hostate baseline
7312026-05-20T04:03:59.660Z++ [[ offline* != online ]]
7322026-05-20T04:03:59.660Z++ [[ 68 -gt 300 ]]
7332026-05-20T04:03:59.660Z++ sleep 1
7342026-05-20T04:04:00.661Z++ retry=69
7352026-05-20T04:04:00.665Z+++ svcs -Hostate baseline
7362026-05-20T04:04:00.675Z++ [[ offline* != online ]]
7372026-05-20T04:04:00.675Z++ [[ 69 -gt 300 ]]
7382026-05-20T04:04:00.675Z++ sleep 1
7392026-05-20T04:04:01.677Z++ retry=70
7402026-05-20T04:04:01.679Z+++ svcs -Hostate baseline
7412026-05-20T04:04:01.691Z++ [[ offline* != online ]]
7422026-05-20T04:04:01.691Z++ [[ 70 -gt 300 ]]
7432026-05-20T04:04:01.691Z++ sleep 1
7442026-05-20T04:04:02.693Z++ retry=71
7452026-05-20T04:04:02.696Z+++ svcs -Hostate baseline
7462026-05-20T04:04:02.709Z++ [[ offline* != online ]]
7472026-05-20T04:04:02.709Z++ [[ 71 -gt 300 ]]
7482026-05-20T04:04:02.709Z++ sleep 1
7492026-05-20T04:04:03.709Z++ retry=72
7502026-05-20T04:04:03.713Z+++ svcs -Hostate baseline
7512026-05-20T04:04:03.724Z++ [[ offline* != online ]]
7522026-05-20T04:04:03.724Z++ [[ 72 -gt 300 ]]
7532026-05-20T04:04:03.727Z++ sleep 1
7542026-05-20T04:04:04.728Z++ retry=73
7552026-05-20T04:04:04.735Z+++ svcs -Hostate baseline
7562026-05-20T04:04:04.741Z++ [[ offline* != online ]]
7572026-05-20T04:04:04.742Z++ [[ 73 -gt 300 ]]
7582026-05-20T04:04:04.742Z++ sleep 1
7592026-05-20T04:04:05.742Z++ retry=74
7602026-05-20T04:04:05.745Z+++ svcs -Hostate baseline
7612026-05-20T04:04:05.758Z++ [[ offline* != online ]]
7622026-05-20T04:04:05.758Z++ [[ 74 -gt 300 ]]
7632026-05-20T04:04:05.758Z++ sleep 1
7642026-05-20T04:04:06.759Z++ retry=75
7652026-05-20T04:04:06.762Z+++ svcs -Hostate baseline
7662026-05-20T04:04:06.775Z++ [[ offline* != online ]]
7672026-05-20T04:04:06.775Z++ [[ 75 -gt 300 ]]
7682026-05-20T04:04:06.775Z++ sleep 1
7692026-05-20T04:04:07.776Z++ retry=76
7702026-05-20T04:04:07.780Z+++ svcs -Hostate baseline
7712026-05-20T04:04:07.790Z++ [[ offline* != online ]]
7722026-05-20T04:04:07.790Z++ [[ 76 -gt 300 ]]
7732026-05-20T04:04:07.790Z++ sleep 1
7742026-05-20T04:04:08.792Z++ retry=77
7752026-05-20T04:04:08.795Z+++ svcs -Hostate baseline
7762026-05-20T04:04:08.807Z++ [[ offline* != online ]]
7772026-05-20T04:04:08.807Z++ [[ 77 -gt 300 ]]
7782026-05-20T04:04:08.807Z++ sleep 1
7792026-05-20T04:04:09.809Z++ retry=78
7802026-05-20T04:04:09.812Z+++ svcs -Hostate baseline
7812026-05-20T04:04:09.824Z++ [[ offline* != online ]]
7822026-05-20T04:04:09.824Z++ [[ 78 -gt 300 ]]
7832026-05-20T04:04:09.824Z++ sleep 1
7842026-05-20T04:04:10.826Z++ retry=79
7852026-05-20T04:04:10.828Z+++ svcs -Hostate baseline
7862026-05-20T04:04:10.848Z++ [[ offline* != online ]]
7872026-05-20T04:04:10.848Z++ [[ 79 -gt 300 ]]
7882026-05-20T04:04:10.848Z++ sleep 1
7892026-05-20T04:04:11.842Z++ retry=80
7902026-05-20T04:04:11.845Z+++ svcs -Hostate baseline
7912026-05-20T04:04:11.857Z++ [[ offline* != online ]]
7922026-05-20T04:04:11.857Z++ [[ 80 -gt 300 ]]
7932026-05-20T04:04:11.857Z++ sleep 1
7942026-05-20T04:04:12.859Z++ retry=81
7952026-05-20T04:04:12.862Z+++ svcs -Hostate baseline
7962026-05-20T04:04:12.873Z++ [[ offline* != online ]]
7972026-05-20T04:04:12.873Z++ [[ 81 -gt 300 ]]
7982026-05-20T04:04:12.873Z++ sleep 1
7992026-05-20T04:04:13.891Z++ retry=82
8002026-05-20T04:04:13.908Z+++ svcs -Hostate baseline
8012026-05-20T04:04:13.908Z++ [[ offline* != online ]]
8022026-05-20T04:04:13.908Z++ [[ 82 -gt 300 ]]
8032026-05-20T04:04:13.908Z++ sleep 1
8042026-05-20T04:04:14.892Z++ retry=83
8052026-05-20T04:04:14.894Z+++ svcs -Hostate baseline
8062026-05-20T04:04:14.907Z++ [[ offline* != online ]]
8072026-05-20T04:04:14.907Z++ [[ 83 -gt 300 ]]
8082026-05-20T04:04:14.907Z++ sleep 1
8092026-05-20T04:04:15.908Z++ retry=84
8102026-05-20T04:04:15.911Z+++ svcs -Hostate baseline
8112026-05-20T04:04:15.925Z++ [[ offline* != online ]]
8122026-05-20T04:04:15.925Z++ [[ 84 -gt 300 ]]
8132026-05-20T04:04:15.930Z++ sleep 1
8142026-05-20T04:04:16.944Z++ retry=85
8152026-05-20T04:04:16.952Z+++ svcs -Hostate baseline
8162026-05-20T04:04:16.952Z++ [[ offline* != online ]]
8172026-05-20T04:04:16.952Z++ [[ 85 -gt 300 ]]
8182026-05-20T04:04:16.952Z++ sleep 1
8192026-05-20T04:04:17.942Z++ retry=86
8202026-05-20T04:04:17.945Z+++ svcs -Hostate baseline
8212026-05-20T04:04:17.956Z++ [[ offline* != online ]]
8222026-05-20T04:04:17.956Z++ [[ 86 -gt 300 ]]
8232026-05-20T04:04:17.956Z++ sleep 1
8242026-05-20T04:04:18.959Z++ retry=87
8252026-05-20T04:04:18.962Z+++ svcs -Hostate baseline
8262026-05-20T04:04:18.973Z++ [[ offline* != online ]]
8272026-05-20T04:04:18.974Z++ [[ 87 -gt 300 ]]
8282026-05-20T04:04:18.974Z++ sleep 1
8292026-05-20T04:04:19.975Z++ retry=88
8302026-05-20T04:04:19.979Z+++ svcs -Hostate baseline
8312026-05-20T04:04:19.990Z++ [[ offline* != online ]]
8322026-05-20T04:04:19.990Z++ [[ 88 -gt 300 ]]
8332026-05-20T04:04:19.991Z++ sleep 1
8342026-05-20T04:04:20.993Z++ retry=89
8352026-05-20T04:04:20.998Z+++ svcs -Hostate baseline
8362026-05-20T04:04:21.007Z++ [[ offline* != online ]]
8372026-05-20T04:04:21.007Z++ [[ 89 -gt 300 ]]
8382026-05-20T04:04:21.007Z++ sleep 1
8392026-05-20T04:04:22.011Z++ retry=90
8402026-05-20T04:04:22.015Z+++ svcs -Hostate baseline
8412026-05-20T04:04:22.023Z++ [[ offline* != online ]]
8422026-05-20T04:04:22.023Z++ [[ 90 -gt 300 ]]
8432026-05-20T04:04:22.023Z++ sleep 1
8442026-05-20T04:04:23.024Z++ retry=91
8452026-05-20T04:04:23.027Z+++ svcs -Hostate baseline
8462026-05-20T04:04:23.039Z++ [[ offline* != online ]]
8472026-05-20T04:04:23.039Z++ [[ 91 -gt 300 ]]
8482026-05-20T04:04:23.039Z++ sleep 1
8492026-05-20T04:04:24.042Z++ retry=92
8502026-05-20T04:04:24.046Z+++ svcs -Hostate baseline
8512026-05-20T04:04:24.055Z++ [[ offline* != online ]]
8522026-05-20T04:04:24.055Z++ [[ 92 -gt 300 ]]
8532026-05-20T04:04:24.055Z++ sleep 1
8542026-05-20T04:04:25.059Z++ retry=93
8552026-05-20T04:04:25.063Z+++ svcs -Hostate baseline
8562026-05-20T04:04:25.074Z++ [[ offline* != online ]]
8572026-05-20T04:04:25.074Z++ [[ 93 -gt 300 ]]
8582026-05-20T04:04:25.074Z++ sleep 1
8592026-05-20T04:04:26.074Z++ retry=94
8602026-05-20T04:04:26.077Z+++ svcs -Hostate baseline
8612026-05-20T04:04:26.090Z++ [[ offline* != online ]]
8622026-05-20T04:04:26.090Z++ [[ 94 -gt 300 ]]
8632026-05-20T04:04:26.090Z++ sleep 1
8642026-05-20T04:04:27.090Z++ retry=95
8652026-05-20T04:04:27.093Z+++ svcs -Hostate baseline
8662026-05-20T04:04:27.105Z++ [[ offline* != online ]]
8672026-05-20T04:04:27.110Z++ [[ 95 -gt 300 ]]
8682026-05-20T04:04:27.110Z++ sleep 1
8692026-05-20T04:04:28.106Z++ retry=96
8702026-05-20T04:04:28.110Z+++ svcs -Hostate baseline
8712026-05-20T04:04:28.121Z++ [[ offline* != online ]]
8722026-05-20T04:04:28.121Z++ [[ 96 -gt 300 ]]
8732026-05-20T04:04:28.121Z++ sleep 1
8742026-05-20T04:04:29.123Z++ retry=97
8752026-05-20T04:04:29.126Z+++ svcs -Hostate baseline
8762026-05-20T04:04:29.139Z++ [[ offline* != online ]]
8772026-05-20T04:04:29.139Z++ [[ 97 -gt 300 ]]
8782026-05-20T04:04:29.139Z++ sleep 1
8792026-05-20T04:04:30.141Z++ retry=98
8802026-05-20T04:04:30.145Z+++ svcs -Hostate baseline
8812026-05-20T04:04:30.154Z++ [[ offline* != online ]]
8822026-05-20T04:04:30.154Z++ [[ 98 -gt 300 ]]
8832026-05-20T04:04:30.154Z++ sleep 1
8842026-05-20T04:04:31.156Z++ retry=99
8852026-05-20T04:04:31.159Z+++ svcs -Hostate baseline
8862026-05-20T04:04:31.171Z++ [[ offline* != online ]]
8872026-05-20T04:04:31.171Z++ [[ 99 -gt 300 ]]
8882026-05-20T04:04:31.171Z++ sleep 1
8892026-05-20T04:04:32.173Z++ retry=100
8902026-05-20T04:04:32.177Z+++ svcs -Hostate baseline
8912026-05-20T04:04:32.187Z++ [[ offline* != online ]]
8922026-05-20T04:04:32.188Z++ [[ 100 -gt 300 ]]
8932026-05-20T04:04:32.188Z++ sleep 1
8942026-05-20T04:04:33.189Z++ retry=101
8952026-05-20T04:04:33.195Z+++ svcs -Hostate baseline
8962026-05-20T04:04:33.204Z++ [[ offline* != online ]]
8972026-05-20T04:04:33.204Z++ [[ 101 -gt 300 ]]
8982026-05-20T04:04:33.204Z++ sleep 1
8992026-05-20T04:04:34.206Z++ retry=102
9002026-05-20T04:04:34.210Z+++ svcs -Hostate baseline
9012026-05-20T04:04:34.633Z++ [[ offline* != online ]]
9022026-05-20T04:04:34.633Z++ [[ 102 -gt 300 ]]
9032026-05-20T04:04:34.633Z++ sleep 1
9042026-05-20T04:04:35.225Z++ retry=103
9052026-05-20T04:04:35.227Z+++ svcs -Hostate baseline
9062026-05-20T04:04:35.236Z++ [[ offline* != online ]]
9072026-05-20T04:04:35.236Z++ [[ 103 -gt 300 ]]
9082026-05-20T04:04:35.239Z++ sleep 1
9092026-05-20T04:04:36.237Z++ retry=104
9102026-05-20T04:04:36.240Z+++ svcs -Hostate baseline
9112026-05-20T04:04:36.252Z++ [[ offline* != online ]]
9122026-05-20T04:04:36.252Z++ [[ 104 -gt 300 ]]
9132026-05-20T04:04:36.252Z++ sleep 1
9142026-05-20T04:04:37.254Z++ retry=105
9152026-05-20T04:04:37.258Z+++ svcs -Hostate baseline
9162026-05-20T04:04:37.270Z++ [[ offline* != online ]]
9172026-05-20T04:04:37.270Z++ [[ 105 -gt 300 ]]
9182026-05-20T04:04:37.270Z++ sleep 1
9192026-05-20T04:04:38.271Z++ retry=106
9202026-05-20T04:04:38.274Z+++ svcs -Hostate baseline
9212026-05-20T04:04:38.285Z++ [[ offline* != online ]]
9222026-05-20T04:04:38.285Z++ [[ 106 -gt 300 ]]
9232026-05-20T04:04:38.289Z++ sleep 1
9242026-05-20T04:04:39.287Z++ retry=107
9252026-05-20T04:04:39.290Z+++ svcs -Hostate baseline
9262026-05-20T04:04:39.301Z++ [[ offline* != online ]]
9272026-05-20T04:04:39.301Z++ [[ 107 -gt 300 ]]
9282026-05-20T04:04:39.301Z++ sleep 1
9292026-05-20T04:04:40.306Z++ retry=108
9302026-05-20T04:04:40.308Z+++ svcs -Hostate baseline
9312026-05-20T04:04:40.317Z++ [[ online != online ]]
9322026-05-20T04:04:40.317Z++ set -o errexit
9332026-05-20T04:04:40.320Z++ set -o pipefail
9342026-05-20T04:04:40.320Z++ banner build
9352026-05-20T04:04:40.320Z
9362026-05-20T04:04:40.320Z ##### # # # # #####
9372026-05-20T04:04:40.320Z # # # # # # # #
9382026-05-20T04:04:40.320Z ##### # # # # # #
9392026-05-20T04:04:40.320Z # # # # # # # #
9402026-05-20T04:04:40.320Z # # # # # # # #
9412026-05-20T04:04:40.320Z ##### #### # ###### #####
9422026-05-20T04:04:40.320Z
9432026-05-20T04:04:40.320Z++ cargo build --release --bin ddmd --bin ddmadm
9442026-05-20T04:04:40.325Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9452026-05-20T04:04:40.466Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9462026-05-20T04:04:40.469Zinfo: downloading 6 components
9472026-05-20T04:04:55.457Z Updating git repository `https://github.com/oxidecomputer/falcon`
9482026-05-20T04:04:57.462ZFrom https://github.com/oxidecomputer/falcon
9492026-05-20T04:04:57.462Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9502026-05-20T04:04:57.541Z Updating crates.io index
9512026-05-20T04:04:57.544Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9522026-05-20T04:04:58.287ZFrom https://github.com/oxidecomputer/dendrite
9532026-05-20T04:04:58.287Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9542026-05-20T04:04:58.353Z Updating git repository `https://github.com/oxidecomputer/ispf`
9552026-05-20T04:04:58.608ZFrom https://github.com/oxidecomputer/ispf
9562026-05-20T04:04:58.608Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9572026-05-20T04:04:58.934Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9582026-05-20T04:04:59.187ZFrom https://github.com/oxidecomputer/netadm-sys
9592026-05-20T04:04:59.187Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9602026-05-20T04:04:59.194Z Updating git repository `https://github.com/oxidecomputer/omicron`
9612026-05-20T04:05:06.611ZFrom https://github.com/oxidecomputer/omicron
9622026-05-20T04:05:06.611Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9632026-05-20T04:05:07.022Z Updating git repository `https://github.com/oxidecomputer/opte`
9642026-05-20T04:05:07.679ZFrom https://github.com/oxidecomputer/opte
9652026-05-20T04:05:07.679Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
9662026-05-20T04:05:07.710Z Updating git repository `https://github.com/illumos/smf-rs`
9672026-05-20T04:05:07.950ZFrom https://github.com/illumos/smf-rs
9682026-05-20T04:05:07.950Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9692026-05-20T04:05:08.499Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9702026-05-20T04:05:08.760ZFrom https://github.com/oxidecomputer/network-interface
9712026-05-20T04:05:08.760Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9722026-05-20T04:05:08.768Z Updating git repository `https://github.com/oxidecomputer/zone`
9732026-05-20T04:05:09.024ZFrom https://github.com/oxidecomputer/zone
9742026-05-20T04:05:09.024Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9752026-05-20T04:05:09.109Z Updating git repository `https://github.com/oxidecomputer/propolis`
9762026-05-20T04:05:09.729ZFrom https://github.com/oxidecomputer/propolis
9772026-05-20T04:05:09.729Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9782026-05-20T04:05:09.802Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9792026-05-20T04:05:10.302ZFrom https://github.com/oxidecomputer/transceiver-control
9802026-05-20T04:05:10.302Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9812026-05-20T04:05:10.474Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9822026-05-20T04:05:10.719ZFrom https://github.com/oxidecomputer/dlpi-sys
9832026-05-20T04:05:10.719Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9842026-05-20T04:05:10.734Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9852026-05-20T04:05:11.422ZFrom https://github.com/jmesmon/rust-libzfs
9862026-05-20T04:05:11.422Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9872026-05-20T04:05:11.426Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9882026-05-20T04:05:11.426ZFrom https://github.com/oxidecomputer/rusty-doors
9892026-05-20T04:05:11.426Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9902026-05-20T04:05:11.426Z Updating git repository `https://github.com/oxidecomputer/lldp`
9912026-05-20T04:05:11.710ZFrom https://github.com/oxidecomputer/lldp
9922026-05-20T04:05:11.710Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9932026-05-20T04:05:11.721Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9942026-05-20T04:05:11.969ZFrom https://github.com/oxidecomputer/slog-error-chain
9952026-05-20T04:05:11.970Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9962026-05-20T04:05:12.061Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9972026-05-20T04:05:12.361ZFrom https://github.com/oxidecomputer/tufaceous
9982026-05-20T04:05:12.361Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9992026-05-20T04:05:12.783Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10002026-05-20T04:05:12.825ZFrom https://github.com/oxidecomputer/management-gateway-service
10012026-05-20T04:05:12.825Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
10022026-05-20T04:05:13.535Z Updating git repository `https://github.com/oxidecomputer/crucible`
10032026-05-20T04:05:14.109ZFrom https://github.com/oxidecomputer/crucible
10042026-05-20T04:05:14.109Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10052026-05-20T04:05:14.719Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10062026-05-20T04:05:15.007ZFrom https://github.com/oxidecomputer/serde_human_bytes
10072026-05-20T04:05:15.007Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10082026-05-20T04:05:15.227Z Updating git repository `https://github.com/oxidecomputer/propolis`
10092026-05-20T04:05:15.582ZFrom https://github.com/oxidecomputer/propolis
10102026-05-20T04:05:15.582Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
10112026-05-20T04:05:16.018Z Updating git repository `https://github.com/oxidecomputer/tofino`
10122026-05-20T04:05:16.352ZFrom https://github.com/oxidecomputer/tofino
10132026-05-20T04:05:16.352Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10142026-05-20T04:05:16.363Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10152026-05-20T04:05:17.037ZFrom https://github.com/oxidecomputer/maghemite
10162026-05-20T04:05:17.037Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10172026-05-20T04:05:17.079Z Updating git repository `https://github.com/oxidecomputer/clickward`
10182026-05-20T04:05:17.353ZFrom https://github.com/oxidecomputer/clickward
10192026-05-20T04:05:17.353Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10202026-05-20T04:05:17.363Z Updating git repository `https://github.com/oxidecomputer/crucible`
10212026-05-20T04:05:17.696ZFrom https://github.com/oxidecomputer/crucible
10222026-05-20T04:05:17.697Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10232026-05-20T04:05:17.802Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10242026-05-20T04:05:18.239ZFrom https://github.com/oxidecomputer/illumos-devinfo
10252026-05-20T04:05:18.239Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10262026-05-20T04:05:19.286Z Downloading crates ...
10272026-05-20T04:05:19.366Z Downloaded cfg-if v1.0.4
10282026-05-20T04:05:19.771Z Downloaded async-stream v0.3.6
10292026-05-20T04:05:19.776Z Downloaded crypto-common v0.1.7
10302026-05-20T04:05:19.776Z Downloaded data-encoding v2.11.0
10312026-05-20T04:05:19.776Z Downloaded futures-sink v0.3.32
10322026-05-20T04:05:19.776Z Downloaded embedded-io v0.4.0
10332026-05-20T04:05:19.776Z Downloaded chacha20 v0.10.0
10342026-05-20T04:05:19.776Z Downloaded group v0.13.0
10352026-05-20T04:05:19.776Z Downloaded http-body-util v0.1.3
10362026-05-20T04:05:19.776Z Downloaded half v2.7.1
10372026-05-20T04:05:19.776Z Downloaded hostname v0.4.2
10382026-05-20T04:05:19.776Z Downloaded foreign-types-shared v0.1.1
10392026-05-20T04:05:19.776Z Downloaded defmt v1.1.0
10402026-05-20T04:05:19.776Z Downloaded derive_more v0.99.20
10412026-05-20T04:05:19.776Z Downloaded dof v0.4.0
10422026-05-20T04:05:19.777Z Downloaded digest v0.10.7
10432026-05-20T04:05:19.777Z Downloaded drift v0.1.4
10442026-05-20T04:05:19.777Z Downloaded heck v0.5.0
10452026-05-20T04:05:19.777Z Downloaded fixedbitset v0.4.2
10462026-05-20T04:05:19.777Z Downloaded defmt-macros v1.1.0
10472026-05-20T04:05:19.777Z Downloaded either v1.15.0
10482026-05-20T04:05:19.777Z Downloaded defmt v0.3.100
10492026-05-20T04:05:19.777Z Downloaded base16ct v1.0.0
10502026-05-20T04:05:19.777Z Downloaded async-recursion v1.1.1
10512026-05-20T04:05:19.777Z Downloaded globset v0.4.18
10522026-05-20T04:05:19.777Z Downloaded dtrace-parser v0.2.0
10532026-05-20T04:05:19.777Z Downloaded deranged v0.5.8
10542026-05-20T04:05:19.777Z Downloaded hash32 v0.3.1
10552026-05-20T04:05:19.777Z Downloaded getrandom v0.2.17
10562026-05-20T04:05:19.777Z Downloaded httparse v1.10.1
10572026-05-20T04:05:19.777Z Downloaded cpufeatures v0.2.17
10582026-05-20T04:05:19.777Z Downloaded ciborium-ll v0.2.2
10592026-05-20T04:05:19.777Z Downloaded ciborium-io v0.2.2
10602026-05-20T04:05:19.777Z Downloaded daft-derive v0.1.7
10612026-05-20T04:05:19.777Z Downloaded foreign-types v0.5.0
10622026-05-20T04:05:19.777Z Downloaded autocfg v1.5.0
10632026-05-20T04:05:19.777Z Downloaded crucible-workspace-hack v0.1.0
10642026-05-20T04:05:19.777Z Downloaded crc8 v0.1.1
10652026-05-20T04:05:19.777Z Downloaded bytecount v0.6.9
10662026-05-20T04:05:19.777Z Downloaded anstyle-query v1.1.5
10672026-05-20T04:05:19.778Z Downloaded hex v0.4.3
10682026-05-20T04:05:19.778Z Downloaded curve25519-dalek-derive v0.1.1
10692026-05-20T04:05:19.778Z Downloaded dropshot_endpoint v0.17.0
10702026-05-20T04:05:19.778Z Downloaded cpufeatures v0.3.0
10712026-05-20T04:05:19.778Z Downloaded crunchy v0.2.4
10722026-05-20T04:05:19.778Z Downloaded hostname v0.3.1
10732026-05-20T04:05:19.778Z Downloaded darling_macro v0.23.0
10742026-05-20T04:05:19.778Z Downloaded dtrace-parser v0.3.0
10752026-05-20T04:05:19.778Z Downloaded dyn-clone v1.0.20
10762026-05-20T04:05:19.778Z Downloaded http-body v1.0.1
10772026-05-20T04:05:19.778Z Downloaded dunce v1.0.5
10782026-05-20T04:05:19.778Z Downloaded generic-array v0.14.7
10792026-05-20T04:05:19.778Z Downloaded indent_write v2.2.0
10802026-05-20T04:05:19.778Z Downloaded float-ord v0.3.2
10812026-05-20T04:05:19.778Z Downloaded futures-task v0.3.32
10822026-05-20T04:05:19.778Z Downloaded console v0.15.11
10832026-05-20T04:05:19.778Z Downloaded git-stub-vcs v0.1.0
10842026-05-20T04:05:19.778Z Downloaded daft v0.1.7
10852026-05-20T04:05:19.778Z Downloaded bitflags v1.3.2
10862026-05-20T04:05:19.778Z Downloaded gethostname v0.5.0
10872026-05-20T04:05:19.778Z Downloaded heck v0.4.1
10882026-05-20T04:05:19.778Z Downloaded futures-io v0.3.32
10892026-05-20T04:05:19.778Z Downloaded git-stub v1.0.0
10902026-05-20T04:05:19.778Z Downloaded idna_adapter v1.2.2
10912026-05-20T04:05:19.778Z Downloaded internet-checksum v0.2.1
10922026-05-20T04:05:19.778Z Downloaded const_format_proc_macros v0.2.34
10932026-05-20T04:05:19.778Z Downloaded backon v1.6.0
10942026-05-20T04:05:19.778Z Downloaded humantime v2.3.0
10952026-05-20T04:05:19.778Z Downloaded inout v0.1.4
10962026-05-20T04:05:19.778Z Downloaded hubpack v0.1.2
10972026-05-20T04:05:19.778Z Downloaded foreign-types-macros v0.2.3
10982026-05-20T04:05:19.779Z Downloaded fxhash v0.2.1
10992026-05-20T04:05:19.779Z Downloaded is-terminal v0.4.17
11002026-05-20T04:05:19.779Z Downloaded convert_case v0.4.0
11012026-05-20T04:05:19.779Z Downloaded bit-set v0.8.0
11022026-05-20T04:05:19.779Z Downloaded camino-tempfile v1.4.1
11032026-05-20T04:05:19.779Z Downloaded futures-executor v0.3.32
11042026-05-20T04:05:19.779Z Downloaded lazy_static v1.5.0
11052026-05-20T04:05:19.779Z Downloaded is_ci v1.2.0
11062026-05-20T04:05:19.779Z Downloaded fastrand v2.4.1
11072026-05-20T04:05:19.779Z Downloaded futures-core v0.3.32
11082026-05-20T04:05:19.779Z Downloaded embedded-io v0.6.1
11092026-05-20T04:05:19.779Z Downloaded csv-core v0.1.13
11102026-05-20T04:05:19.779Z Downloaded itoa v1.0.18
11112026-05-20T04:05:19.779Z Downloaded block-buffer v0.10.4
11122026-05-20T04:05:19.779Z Downloaded is_terminal_polyfill v1.70.2
11132026-05-20T04:05:19.779Z Downloaded highway v1.3.0
11142026-05-20T04:05:19.779Z Downloaded konst_macro_rules v0.2.19
11152026-05-20T04:05:19.779Z Downloaded const-random-macro v0.1.16
11162026-05-20T04:05:19.779Z Downloaded ident_case v1.0.1
11172026-05-20T04:05:19.779Z Downloaded camino v1.2.2
11182026-05-20T04:05:19.779Z Downloaded console v0.16.3
11192026-05-20T04:05:19.779Z Downloaded linked-hash-map v0.5.6
11202026-05-20T04:05:19.779Z Downloaded instant v0.1.13
11212026-05-20T04:05:19.779Z Downloaded bitflags v2.11.1
11222026-05-20T04:05:19.779Z Downloaded memoffset v0.9.1
11232026-05-20T04:05:19.779Z Downloaded num v0.4.3
11242026-05-20T04:05:19.779Z Downloaded natord v1.0.9
11252026-05-20T04:05:19.779Z Downloaded crc32fast v1.5.0
11262026-05-20T04:05:19.780Z Downloaded ahash v0.8.12
11272026-05-20T04:05:19.780Z Downloaded hyper-rustls v0.27.9
11282026-05-20T04:05:19.780Z Downloaded foldhash v0.1.5
11292026-05-20T04:05:19.784Z Downloaded managed v0.8.0
11302026-05-20T04:05:19.784Z Downloaded ingot v0.1.1
11312026-05-20T04:05:19.784Z Downloaded newline-converter v0.3.0
11322026-05-20T04:05:19.784Z Downloaded num-conv v0.2.1
11332026-05-20T04:05:19.784Z Downloaded ipnetwork v0.21.1
11342026-05-20T04:05:19.784Z Downloaded bit-vec v0.8.0
11352026-05-20T04:05:19.785Z Downloaded no-std-compat v0.4.1
11362026-05-20T04:05:19.785Z Downloaded lru-slab v0.1.2
11372026-05-20T04:05:19.785Z Downloaded mime v0.3.17
11382026-05-20T04:05:19.785Z Downloaded bcs v0.1.6
11392026-05-20T04:05:19.785Z Downloaded erased-serde v0.3.31
11402026-05-20T04:05:19.785Z Downloaded foldhash v0.2.0
11412026-05-20T04:05:19.785Z Downloaded bytes v1.11.1
11422026-05-20T04:05:19.785Z Downloaded newtype-uuid-macros v0.1.0
11432026-05-20T04:05:19.785Z Downloaded num-derive v0.4.2
11442026-05-20T04:05:19.785Z Downloaded memmap v0.7.0
11452026-05-20T04:05:19.785Z Downloaded lru-cache v0.1.2
11462026-05-20T04:05:19.785Z Downloaded libsw v3.5.0
11472026-05-20T04:05:19.785Z Downloaded futures-channel v0.3.32
11482026-05-20T04:05:19.785Z Downloaded heapless v0.8.0
11492026-05-20T04:05:19.785Z Downloaded crossbeam-epoch v0.9.18
11502026-05-20T04:05:19.785Z Downloaded openssl-macros v0.1.1
11512026-05-20T04:05:19.785Z Downloaded omicron-workspace-hack v0.1.0
11522026-05-20T04:05:19.785Z Downloaded num_threads v0.1.7
11532026-05-20T04:05:19.785Z Downloaded macaddr v1.0.1
11542026-05-20T04:05:19.785Z Downloaded libsw-core v0.3.2
11552026-05-20T04:05:19.785Z Downloaded hashbrown v0.12.3
11562026-05-20T04:05:19.785Z Downloaded linear-map v1.2.0
11572026-05-20T04:05:19.785Z Downloaded jobserver v0.1.34
11582026-05-20T04:05:19.785Z Downloaded olpc-cjson v0.1.4
11592026-05-20T04:05:19.785Z Downloaded openssl-probe v0.2.1
11602026-05-20T04:05:19.785Z Downloaded num-iter v0.1.45
11612026-05-20T04:05:19.785Z Downloaded ingot-types v0.1.2
11622026-05-20T04:05:19.785Z Downloaded cookie v0.18.1
11632026-05-20T04:05:19.785Z Downloaded clap_derive v4.6.1
11642026-05-20T04:05:19.785Z Downloaded hmac v0.12.1
11652026-05-20T04:05:19.785Z Downloaded num_enum_derive v0.5.11
11662026-05-20T04:05:19.785Z Downloaded newtype_derive v0.1.6
11672026-05-20T04:05:19.785Z Downloaded colored v3.1.1
11682026-05-20T04:05:19.785Z Downloaded ingot-macros v0.1.1
11692026-05-20T04:05:19.785Z Downloaded fs_extra v1.3.0
11702026-05-20T04:05:19.785Z Downloaded parse-display v0.10.0
11712026-05-20T04:05:19.785Z Downloaded crossbeam-deque v0.8.6
11722026-05-20T04:05:19.785Z Downloaded powerfmt v0.2.0
11732026-05-20T04:05:19.786Z Downloaded phf_shared v0.12.1
11742026-05-20T04:05:19.786Z Downloaded pretty-hex v0.4.2
11752026-05-20T04:05:19.786Z Downloaded ciborium v0.2.2
11762026-05-20T04:05:19.786Z Downloaded num_enum v0.5.11
11772026-05-20T04:05:19.786Z Downloaded percent-encoding v2.3.2
11782026-05-20T04:05:19.786Z Downloaded newtype-uuid v1.3.2
11792026-05-20T04:05:19.786Z Downloaded plain v0.2.3
11802026-05-20T04:05:19.786Z Downloaded num-integer v0.1.46
11812026-05-20T04:05:19.786Z Downloaded multer v3.1.0
11822026-05-20T04:05:19.786Z Downloaded progenitor-client v0.11.2
11832026-05-20T04:05:19.786Z Downloaded proc-macro-error-attr2 v2.0.0
11842026-05-20T04:05:19.786Z Downloaded proc-macro-error-attr v1.0.4
11852026-05-20T04:05:19.786Z Downloaded darling_core v0.21.3
11862026-05-20T04:05:19.786Z Downloaded crossbeam-utils v0.8.21
11872026-05-20T04:05:19.786Z Downloaded progenitor-client v0.14.0
11882026-05-20T04:05:19.786Z Downloaded num_enum_derive v0.7.6
11892026-05-20T04:05:19.786Z Downloaded num-rational v0.4.2
11902026-05-20T04:05:19.786Z Downloaded ipnet v2.12.0
11912026-05-20T04:05:19.786Z Downloaded opaque-debug v0.3.1
11922026-05-20T04:05:19.786Z Downloaded proc-macro-crate v3.5.0
11932026-05-20T04:05:19.786Z Downloaded proc-macro-crate v1.3.1
11942026-05-20T04:05:19.786Z Downloaded iana-time-zone v0.1.65
11952026-05-20T04:05:19.786Z Downloaded litemap v0.8.2
11962026-05-20T04:05:19.786Z Downloaded darling_core v0.23.0
11972026-05-20T04:05:19.786Z Downloaded lock_api v0.4.14
11982026-05-20T04:05:19.786Z Downloaded compression-codecs v0.4.38
11992026-05-20T04:05:19.786Z Downloaded progenitor-macro v0.13.0
12002026-05-20T04:05:19.786Z Downloaded progenitor-macro v0.11.2
12012026-05-20T04:05:19.786Z Downloaded progenitor-macro v0.14.0
12022026-05-20T04:05:19.786Z Downloaded progenitor-macro v0.10.0
12032026-05-20T04:05:19.786Z Downloaded async-compression v0.4.42
12042026-05-20T04:05:19.786Z Downloaded rand_chacha v0.3.1
12052026-05-20T04:05:19.786Z Downloaded quick-error v1.2.3
12062026-05-20T04:05:19.786Z Downloaded parking_lot_core v0.8.6
12072026-05-20T04:05:19.786Z Downloaded phf v0.12.1
12082026-05-20T04:05:19.786Z Downloaded getrandom v0.3.4
12092026-05-20T04:05:19.786Z Downloaded elliptic-curve v0.13.8
12102026-05-20T04:05:19.786Z Downloaded darling v0.21.3
12112026-05-20T04:05:19.786Z Downloaded pin-project-lite v0.2.17
12122026-05-20T04:05:19.786Z Downloaded ref-cast-impl v1.0.25
12132026-05-20T04:05:19.787Z Downloaded ref-cast v1.0.25
12142026-05-20T04:05:19.787Z Downloaded rand_xorshift v0.4.0
12152026-05-20T04:05:19.787Z Downloaded futures v0.3.32
12162026-05-20T04:05:19.787Z Downloaded pin-project-internal v1.1.13
12172026-05-20T04:05:19.787Z Downloaded num_enum v0.7.6
12182026-05-20T04:05:19.787Z Downloaded num-complex v0.4.6
12192026-05-20T04:05:19.787Z Downloaded indexmap v1.9.3
12202026-05-20T04:05:19.787Z Downloaded rustc-hash v2.1.2
12212026-05-20T04:05:19.787Z Downloaded parse-display-derive v0.10.0
12222026-05-20T04:05:19.787Z Downloaded owo-colors v4.3.0
12232026-05-20T04:05:19.787Z Downloaded once_cell v1.21.4
12242026-05-20T04:05:19.787Z Downloaded rustc_version v0.4.1
12252026-05-20T04:05:19.787Z Downloaded progenitor v0.11.2
12262026-05-20T04:05:19.787Z Downloaded rustc_version v0.1.7
12272026-05-20T04:05:19.787Z Downloaded base64 v0.22.1
12282026-05-20T04:05:19.787Z Downloaded same-file v1.0.6
12292026-05-20T04:05:19.793Z Downloaded hickory-resolver v0.24.4
12302026-05-20T04:05:19.793Z Downloaded progenitor-extras v0.2.0
12312026-05-20T04:05:19.793Z Downloaded progenitor v0.14.0
12322026-05-20T04:05:19.793Z Downloaded progenitor-client v0.13.0
12332026-05-20T04:05:19.793Z Downloaded progenitor v0.13.0
12342026-05-20T04:05:19.793Z Downloaded proc-macro-error2 v2.0.1
12352026-05-20T04:05:19.793Z Downloaded paste v1.0.15
12362026-05-20T04:05:19.793Z Downloaded icu_provider v2.2.0
12372026-05-20T04:05:19.793Z Downloaded oxnet v0.1.5
12382026-05-20T04:05:19.793Z Downloaded progenitor v0.10.0
12392026-05-20T04:05:19.793Z Downloaded progenitor-client v0.10.0
12402026-05-20T04:05:19.793Z Downloaded ppv-lite86 v0.2.21
12412026-05-20T04:05:19.793Z Downloaded poly1305 v0.8.0
12422026-05-20T04:05:19.794Z Downloaded quote v1.0.45
12432026-05-20T04:05:19.794Z Downloaded secrecy v0.10.3
12442026-05-20T04:05:19.794Z Downloaded semver v0.1.20
12452026-05-20T04:05:19.794Z Downloaded chacha20poly1305 v0.10.1
12462026-05-20T04:05:19.794Z Downloaded parking_lot_core v0.9.12
12472026-05-20T04:05:19.794Z Downloaded pest_generator v2.8.6
12482026-05-20T04:05:19.794Z Downloaded icu_normalizer v2.2.0
12492026-05-20T04:05:19.794Z Downloaded scopeguard v1.2.0
12502026-05-20T04:05:19.794Z Downloaded rand_core v0.10.1
12512026-05-20T04:05:19.794Z Downloaded rand_core v0.9.5
12522026-05-20T04:05:19.794Z Downloaded postcard v1.1.3
12532026-05-20T04:05:19.794Z Downloaded serde-big-array v0.5.1
12542026-05-20T04:05:19.798Z Downloaded serde_repr v0.1.20
12552026-05-20T04:05:19.798Z Downloaded rand_chacha v0.9.0
12562026-05-20T04:05:19.798Z Downloaded getrandom v0.4.2
12572026-05-20T04:05:19.798Z Downloaded resolv-conf v0.7.6
12582026-05-20T04:05:19.803Z Downloaded parking_lot v0.11.2
12592026-05-20T04:05:19.803Z Downloaded allocator-api2 v0.2.21
12602026-05-20T04:05:19.805Z Downloaded oxide-tokio-rt v0.1.6
12612026-05-20T04:05:19.805Z Downloaded serde_urlencoded v0.7.1
12622026-05-20T04:05:19.805Z Downloaded serde_plain v1.0.2
12632026-05-20T04:05:19.808Z Downloaded serde_spanned v1.1.1
12642026-05-20T04:05:19.808Z Downloaded num-traits v0.2.19
12652026-05-20T04:05:19.812Z Downloaded serde_spanned v0.6.9
12662026-05-20T04:05:19.812Z Downloaded icu_normalizer_data v2.2.0
12672026-05-20T04:05:19.814Z Downloaded parking_lot v0.12.5
12682026-05-20T04:05:19.814Z Downloaded base64 v0.21.7
12692026-05-20T04:05:19.817Z Downloaded scroll_derive v0.13.1
12702026-05-20T04:05:19.820Z Downloaded rustversion v1.0.22
12712026-05-20T04:05:19.820Z Downloaded rustls-native-certs v0.8.3
12722026-05-20T04:05:19.823Z Downloaded sha1 v0.10.6
12732026-05-20T04:05:19.823Z Downloaded scroll_derive v0.12.1
12742026-05-20T04:05:19.825Z Downloaded slog-bunyan v2.5.0
12752026-05-20T04:05:19.825Z Downloaded sigpipe v0.1.3
12762026-05-20T04:05:19.828Z Downloaded memmap2 v0.9.10
12772026-05-20T04:05:19.828Z Downloaded crossbeam-channel v0.5.15
12782026-05-20T04:05:19.830Z Downloaded icu_locale_core v2.2.0
12792026-05-20T04:05:19.835Z Downloaded rustls-pemfile v2.2.0
12802026-05-20T04:05:19.838Z Downloaded siphasher v1.0.3
12812026-05-20T04:05:19.838Z Downloaded proc-macro-error v1.0.4
12822026-05-20T04:05:19.841Z Downloaded pest_derive v2.8.6
12832026-05-20T04:05:19.841Z Downloaded papergrid v0.11.0
12842026-05-20T04:05:19.844Z Downloaded scroll v0.13.0
12852026-05-20T04:05:19.846Z Downloaded schemars_derive v0.8.22
12862026-05-20T04:05:19.846Z Downloaded rand_core v0.6.4
12872026-05-20T04:05:19.849Z Downloaded pin-project v1.1.13
12882026-05-20T04:05:19.854Z Downloaded miniz_oxide v0.8.9
12892026-05-20T04:05:19.856Z Downloaded smawk v0.3.2
12902026-05-20T04:05:19.860Z Downloaded slog-envlogger v2.2.0
12912026-05-20T04:05:19.860Z Downloaded flate2 v1.1.9
12922026-05-20T04:05:19.863Z Downloaded jiff-static v0.2.24
12932026-05-20T04:05:19.863Z Downloaded structmeta v0.3.0
12942026-05-20T04:05:19.866Z Downloaded strsim v0.11.1
12952026-05-20T04:05:19.866Z Downloaded stable_deref_trait v1.2.1
12962026-05-20T04:05:19.866Z Downloaded serde_path_to_error v0.1.20
12972026-05-20T04:05:19.870Z Downloaded rhai_codegen v3.1.0
12982026-05-20T04:05:19.872Z Downloaded indicatif v0.18.4
12992026-05-20T04:05:19.875Z Downloaded strum v0.27.2
13002026-05-20T04:05:19.878Z Downloaded strum v0.26.3
13012026-05-20T04:05:19.878Z Downloaded sync_wrapper v1.0.2
13022026-05-20T04:05:19.879Z Downloaded tabled_derive v0.7.0
13032026-05-20T04:05:19.879Z Downloaded swrite v0.1.0
13042026-05-20T04:05:19.881Z Downloaded termtree v0.5.1
13052026-05-20T04:05:19.881Z Downloaded supports-color v3.0.2
13062026-05-20T04:05:19.881Z Downloaded dropshot-api-manager v0.7.1
13072026-05-20T04:05:19.884Z Downloaded simd-adler32 v0.3.9
13082026-05-20T04:05:19.887Z Downloaded serde_derive_internals v0.29.1
13092026-05-20T04:05:19.887Z Downloaded hickory-resolver v0.25.2
13102026-05-20T04:05:19.889Z Downloaded rustls-pki-types v1.14.1
13112026-05-20T04:05:19.892Z Downloaded subtle v2.6.1
13122026-05-20T04:05:19.892Z Downloaded structmeta-derive v0.3.0
13132026-05-20T04:05:19.892Z Downloaded sha2 v0.10.9
13142026-05-20T04:05:19.895Z Downloaded tagptr v0.2.0
13152026-05-20T04:05:19.895Z Downloaded slog-dtrace v0.3.0
13162026-05-20T04:05:19.897Z Downloaded tabwriter v1.4.1
13172026-05-20T04:05:19.897Z Downloaded terminal_size v0.4.4
13182026-05-20T04:05:19.900Z Downloaded tabled_derive v0.11.0
13192026-05-20T04:05:19.900Z Downloaded slog-async v2.8.0
13202026-05-20T04:05:19.900Z Downloaded signal-hook-registry v1.4.8
13212026-05-20T04:05:19.903Z Downloaded shlex v1.3.0
13222026-05-20T04:05:19.903Z Downloaded expectorate v1.2.0
13232026-05-20T04:05:19.906Z Downloaded progenitor-impl v0.10.0
13242026-05-20T04:05:19.906Z Downloaded proc-macro2 v1.0.106
13252026-05-20T04:05:19.927Z Downloaded minimal-lexical v0.2.1
13262026-05-20T04:05:19.928Z Downloaded testing_table v0.3.0
13272026-05-20T04:05:19.928Z Downloaded take_mut v0.2.2
13282026-05-20T04:05:19.928Z Downloaded progenitor-impl v0.14.0
13292026-05-20T04:05:19.928Z Downloaded thread-id v5.1.0
13302026-05-20T04:05:19.928Z Downloaded thread-id v4.2.2
13312026-05-20T04:05:19.928Z Downloaded smf v0.2.3
13322026-05-20T04:05:19.928Z Downloaded slog-stdlog v4.1.1
13332026-05-20T04:05:19.928Z Downloaded slog-json v2.6.1
13342026-05-20T04:05:19.928Z Downloaded slab v0.4.12
13352026-05-20T04:05:19.928Z Downloaded progenitor-impl v0.13.0
13362026-05-20T04:05:19.928Z Downloaded konst v0.2.20
13372026-05-20T04:05:19.933Z Downloaded spin v0.5.2
13382026-05-20T04:05:19.933Z Downloaded scroll v0.12.0
13392026-05-20T04:05:19.933Z Downloaded const_format v0.2.36
13402026-05-20T04:05:19.933Z Downloaded slog-scope v4.4.1
13412026-05-20T04:05:19.933Z Downloaded quinn-udp v0.5.14
13422026-05-20T04:05:19.933Z Downloaded smartstring v1.0.1
13432026-05-20T04:05:19.937Z Downloaded strum_macros v0.26.4
13442026-05-20T04:05:19.937Z Downloaded slog-term v2.9.2
13452026-05-20T04:05:19.937Z Downloaded static_assertions v1.1.0
13462026-05-20T04:05:19.942Z Downloaded semver v1.0.28
13472026-05-20T04:05:19.942Z Downloaded log v0.4.29
13482026-05-20T04:05:19.942Z Downloaded arc-swap v1.9.1
13492026-05-20T04:05:19.947Z Downloaded icu_properties v2.2.0
13502026-05-20T04:05:19.947Z Downloaded potential_utf v0.1.5
13512026-05-20T04:05:19.947Z Downloaded serde_tokenstream v0.2.3
13522026-05-20T04:05:19.949Z Downloaded prettyplease v0.2.37
13532026-05-20T04:05:19.949Z Downloaded strum_macros v0.27.2
13542026-05-20T04:05:19.950Z Downloaded time-core v0.1.8
13552026-05-20T04:05:19.952Z Downloaded pkg-config v0.3.33
13562026-05-20T04:05:19.952Z Downloaded tokio-macros v2.7.0
13572026-05-20T04:05:19.952Z Downloaded tinyvec_macros v0.1.1
13582026-05-20T04:05:19.958Z Downloaded pem v3.0.6
13592026-05-20T04:05:19.958Z Downloaded crypto-bigint v0.5.5
13602026-05-20T04:05:19.961Z Downloaded memchr v2.8.0
13612026-05-20T04:05:19.961Z Downloaded schemars v0.8.22
13622026-05-20T04:05:19.967Z Downloaded serde_with_macros v3.20.0
13632026-05-20T04:05:19.969Z Downloaded rustls-platform-verifier v0.7.0
13642026-05-20T04:05:19.972Z Downloaded ryu v1.0.23
13652026-05-20T04:05:19.975Z Downloaded clap v4.6.1
13662026-05-20T04:05:19.978Z Downloaded progenitor-impl v0.11.2
13672026-05-20T04:05:19.980Z Downloaded papergrid v0.17.0
13682026-05-20T04:05:19.985Z Downloaded smallvec v1.15.1
13692026-05-20T04:05:19.988Z Downloaded tower-layer v0.3.3
13702026-05-20T04:05:19.988Z Downloaded rusty-fork v0.3.1
13712026-05-20T04:05:19.988Z Downloaded indexmap v2.14.0
13722026-05-20T04:05:19.990Z Downloaded try-lock v0.2.5
13732026-05-20T04:05:19.990Z Downloaded tower-service v0.3.3
13742026-05-20T04:05:19.990Z Downloaded password-hash v0.5.0
13752026-05-20T04:05:19.993Z Downloaded thiserror-no-std v2.0.2
13762026-05-20T04:05:19.994Z Downloaded typeid v1.0.3
13772026-05-20T04:05:19.996Z Downloaded thiserror-impl v1.0.69
13782026-05-20T04:05:19.996Z Downloaded pest_meta v2.8.6
13792026-05-20T04:05:19.996Z Downloaded thiserror v2.0.18
13802026-05-20T04:05:19.999Z Downloaded openssl-sys v0.9.116
13812026-05-20T04:05:20.002Z Downloaded thiserror v1.0.69
13822026-05-20T04:05:20.008Z Downloaded typify-macro v0.6.2
13832026-05-20T04:05:20.010Z Downloaded unarray v0.1.4
13842026-05-20T04:05:20.010Z Downloaded thread_local v1.1.9
13852026-05-20T04:05:20.011Z Downloaded universal-hash v0.5.1
13862026-05-20T04:05:20.011Z Downloaded dropshot v0.17.0
13872026-05-20T04:05:20.020Z Downloaded usdt-macro v0.5.0
13882026-05-20T04:05:20.023Z Downloaded usdt-attr-macro v0.6.0
13892026-05-20T04:05:20.023Z Downloaded usdt v0.5.0
13902026-05-20T04:05:20.023Z Downloaded tokio-rustls v0.25.0
13912026-05-20T04:05:20.026Z Downloaded mio v1.2.0
13922026-05-20T04:05:20.029Z Downloaded tinystr v0.8.3
13932026-05-20T04:05:20.029Z Downloaded untrusted v0.9.0
13942026-05-20T04:05:20.029Z Downloaded tokio-dtrace v0.1.1
13952026-05-20T04:05:20.032Z Downloaded usdt-macro v0.6.0
13962026-05-20T04:05:20.032Z Downloaded usdt-attr-macro v0.5.0
13972026-05-20T04:05:20.032Z Downloaded usdt v0.6.0
13982026-05-20T04:05:20.032Z Downloaded untrusted v0.7.1
13992026-05-20T04:05:20.034Z Downloaded unit-prefix v0.5.2
14002026-05-20T04:05:20.035Z Downloaded unicode-xid v0.2.6
14012026-05-20T04:05:20.035Z Downloaded toml_datetime v0.6.11
14022026-05-20T04:05:20.037Z Downloaded serde_derive v1.0.228
14032026-05-20T04:05:20.038Z Downloaded version_check v0.9.5
14042026-05-20T04:05:20.038Z Downloaded thin-vec v0.2.18
14052026-05-20T04:05:20.040Z Downloaded qorb v0.4.1
14062026-05-20T04:05:20.045Z Downloaded cc v1.2.62
14072026-05-20T04:05:20.045Z Downloaded toml_write v0.1.2
14082026-05-20T04:05:20.050Z Downloaded serde_yaml v0.9.34+deprecated
14092026-05-20T04:05:20.051Z Downloaded quinn v0.11.9
14102026-05-20T04:05:20.058Z Downloaded tiny-keccak v2.0.2
14112026-05-20T04:05:20.058Z Downloaded utf8parse v0.2.2
14122026-05-20T04:05:20.058Z Downloaded want v0.3.1
14132026-05-20T04:05:20.058Z Downloaded toml_writer v1.1.1+spec-1.1.0
14142026-05-20T04:05:20.058Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14152026-05-20T04:05:20.058Z Downloaded icu_collections v2.2.0
14162026-05-20T04:05:20.064Z Downloaded thiserror-impl v2.0.18
14172026-05-20T04:05:20.064Z Downloaded socket2 v0.6.3
14182026-05-20T04:05:20.064Z Downloaded tempfile v3.27.0
14192026-05-20T04:05:20.064Z Downloaded utf-8 v0.7.6
14202026-05-20T04:05:20.064Z Downloaded time-macros v0.2.27
14212026-05-20T04:05:20.067Z Downloaded synstructure v0.13.2
14222026-05-20T04:05:20.067Z Downloaded wait-timeout v0.2.1
14232026-05-20T04:05:20.067Z Downloaded waitgroup v0.1.2
14242026-05-20T04:05:20.067Z Downloaded serde_core v1.0.228
14252026-05-20T04:05:20.067Z Downloaded term v1.2.1
14262026-05-20T04:05:20.070Z Downloaded rand v0.8.6
14272026-05-20T04:05:20.070Z Downloaded spin v0.9.8
14282026-05-20T04:05:20.073Z Downloaded snafu-derive v0.8.9
14292026-05-20T04:05:20.074Z Downloaded schemars v0.9.0
14302026-05-20T04:05:20.078Z Downloaded rayon-core v1.13.0
14312026-05-20T04:05:20.081Z Downloaded yoke-derive v0.8.2
14322026-05-20T04:05:20.084Z Downloaded clap_builder v4.6.0
14332026-05-20T04:05:20.086Z Downloaded hashbrown v0.16.1
14342026-05-20T04:05:20.089Z Downloaded typify-macro v0.4.3
14352026-05-20T04:05:20.089Z Downloaded thiserror-impl-no-std v2.0.2
14362026-05-20T04:05:20.093Z Downloaded hyper-util v0.1.20
14372026-05-20T04:05:20.096Z Downloaded tokio-stream v0.1.18
14382026-05-20T04:05:20.096Z Downloaded utf8_iter v1.0.4
14392026-05-20T04:05:20.096Z Downloaded tokio-tungstenite v0.21.0
14402026-05-20T04:05:20.099Z Downloaded test-strategy v0.4.5
14412026-05-20T04:05:20.099Z Downloaded zone_cfg_derive v0.3.1
14422026-05-20T04:05:20.102Z Downloaded usdt-impl v0.6.0
14432026-05-20T04:05:20.102Z Downloaded toml v0.8.23
14442026-05-20T04:05:20.102Z Downloaded zeroize_derive v1.4.3
14452026-05-20T04:05:20.105Z Downloaded zone v0.3.1
14462026-05-20T04:05:20.105Z Downloaded zerofrom v0.1.8
14472026-05-20T04:05:20.105Z Downloaded zerofrom-derive v0.1.7
14482026-05-20T04:05:20.105Z Downloaded slog v2.8.2
14492026-05-20T04:05:20.108Z Downloaded vsss-rs v3.3.4
14502026-05-20T04:05:20.108Z Downloaded similar v2.7.0
14512026-05-20T04:05:20.111Z Downloaded usdt-impl v0.5.0
14522026-05-20T04:05:20.114Z Downloaded rustls-webpki v0.103.13
14532026-05-20T04:05:20.114Z Downloaded toml_parser v1.1.2+spec-1.1.0
14542026-05-20T04:05:20.116Z Downloaded tokio-rustls v0.26.4
14552026-05-20T04:05:20.116Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14562026-05-20T04:05:20.119Z Downloaded http v1.4.0
14572026-05-20T04:05:20.119Z Downloaded find-msvc-tools v0.1.9
14582026-05-20T04:05:20.122Z Downloaded blake2 v0.10.6
14592026-05-20T04:05:20.122Z Downloaded tracing-attributes v0.1.31
14602026-05-20T04:05:20.125Z Downloaded whoami v1.6.1
14612026-05-20T04:05:20.125Z Downloaded fixedbitset v0.5.7
14622026-05-20T04:05:20.127Z Downloaded ff v0.13.1
14632026-05-20T04:05:20.127Z Downloaded chacha20 v0.9.1
14642026-05-20T04:05:20.127Z Downloaded hubpack_derive v0.1.1
14652026-05-20T04:05:20.127Z Downloaded glob v0.3.3
14662026-05-20T04:05:20.130Z Downloaded enum-as-inner v0.6.1
14672026-05-20T04:05:20.130Z Downloaded match_cfg v0.1.0
14682026-05-20T04:05:20.130Z Downloaded libscf-sys v1.2.0
14692026-05-20T04:05:20.130Z Downloaded walkdir v2.5.0
14702026-05-20T04:05:20.133Z Downloaded keccak v0.1.6
14712026-05-20T04:05:20.133Z Downloaded byte-wrapper v0.1.0
14722026-05-20T04:05:20.135Z Downloaded snafu v0.8.9
14732026-05-20T04:05:20.138Z Downloaded unicode-linebreak v0.1.5
14742026-05-20T04:05:20.138Z Downloaded ucd-trie v0.1.7
14752026-05-20T04:05:20.138Z Downloaded writeable v0.6.3
14762026-05-20T04:05:20.141Z Downloaded tinyvec v1.11.0
14772026-05-20T04:05:20.141Z Downloaded serde v1.0.228
14782026-05-20T04:05:20.144Z Downloaded nom v7.1.3
14792026-05-20T04:05:20.147Z Downloaded zeroize v1.8.2
14802026-05-20T04:05:20.150Z Downloaded iddqd v0.3.18
14812026-05-20T04:05:20.150Z Downloaded base64ct v1.8.3
14822026-05-20T04:05:20.153Z Downloaded itertools v0.12.1
14832026-05-20T04:05:20.156Z Downloaded textwrap v0.16.2
14842026-05-20T04:05:20.159Z Downloaded idna v1.1.0
14852026-05-20T04:05:20.159Z Downloaded cobs v0.3.0
14862026-05-20T04:05:20.162Z Downloaded aead v0.5.2
14872026-05-20T04:05:20.162Z Downloaded darling v0.23.0
14882026-05-20T04:05:20.165Z Downloaded zerovec-derive v0.11.3
14892026-05-20T04:05:20.165Z Downloaded toml v1.1.2+spec-1.1.0
14902026-05-20T04:05:20.167Z Downloaded aho-corasick v1.1.4
14912026-05-20T04:05:20.170Z Downloaded toml v0.9.12+spec-1.1.0
14922026-05-20T04:05:20.173Z Downloaded tungstenite v0.21.0
14932026-05-20T04:05:20.173Z Downloaded cancel-safe-futures v0.1.5
14942026-05-20T04:05:20.176Z Downloaded yoke v0.8.2
14952026-05-20T04:05:20.176Z Downloaded rand v0.10.1
14962026-05-20T04:05:20.180Z Downloaded unicode-ident v1.0.24
14972026-05-20T04:05:20.185Z Downloaded typify v0.6.2
14982026-05-20T04:05:20.185Z Downloaded xz2 v0.1.7
14992026-05-20T04:05:20.185Z Downloaded unsafe-libyaml v0.2.11
15002026-05-20T04:05:20.188Z Downloaded pest v2.8.6
15012026-05-20T04:05:20.188Z Downloaded steno v0.4.1
15022026-05-20T04:05:20.191Z Downloaded hkdf v0.12.4
15032026-05-20T04:05:20.191Z Downloaded h2 v0.4.14
15042026-05-20T04:05:20.194Z Downloaded hashbrown v0.15.5
15052026-05-20T04:05:20.198Z Downloaded zerocopy-derive v0.7.35
15062026-05-20T04:05:20.203Z Downloaded typify v0.4.3
15072026-05-20T04:05:20.208Z Downloaded nom v8.0.0
15082026-05-20T04:05:20.208Z Downloaded cargo_toml v0.22.3
15092026-05-20T04:05:20.208Z Downloaded httpdate v1.0.3
15102026-05-20T04:05:20.208Z Downloaded clap_lex v1.1.0
15112026-05-20T04:05:20.208Z Downloaded zmij v1.0.21
15122026-05-20T04:05:20.215Z Downloaded libm v0.2.16
15132026-05-20T04:05:20.218Z Downloaded uuid v1.23.1
15142026-05-20T04:05:20.218Z Downloaded tracing-core v0.1.36
15152026-05-20T04:05:20.218Z Downloaded toml_edit v0.25.11+spec-1.1.0
15162026-05-20T04:05:20.220Z Downloaded itertools v0.14.0
15172026-05-20T04:05:20.224Z Downloaded cipher v0.4.4
15182026-05-20T04:05:20.224Z Downloaded byteorder v1.5.0
15192026-05-20T04:05:20.224Z Downloaded goblin v0.8.2
15202026-05-20T04:05:20.227Z Downloaded rand v0.9.4
15212026-05-20T04:05:20.232Z Downloaded anstyle-parse v1.0.0
15222026-05-20T04:05:20.232Z Downloaded icu_properties_data v2.2.0
15232026-05-20T04:05:20.235Z Downloaded futures-util v0.3.32
15242026-05-20T04:05:20.242Z Downloaded toml_edit v0.19.15
15252026-05-20T04:05:20.254Z Downloaded toml_edit v0.22.27
15262026-05-20T04:05:20.258Z Downloaded ron v0.12.1
15272026-05-20T04:05:20.258Z Downloaded hyper v1.9.0
15282026-05-20T04:05:20.262Z Downloaded hashbrown v0.17.1
15292026-05-20T04:05:20.265Z Downloaded schemars v1.2.1
15302026-05-20T04:05:20.272Z Downloaded fnv v1.0.7
15312026-05-20T04:05:20.275Z Downloaded errno v0.3.14
15322026-05-20T04:05:20.275Z Downloaded anstream v1.0.0
15332026-05-20T04:05:20.276Z Downloaded atomicwrites v0.4.4
15342026-05-20T04:05:20.276Z Downloaded url v2.5.8
15352026-05-20T04:05:20.278Z Downloaded futures-macro v0.3.32
15362026-05-20T04:05:20.278Z Downloaded cmake v0.1.58
15372026-05-20T04:05:20.278Z Downloaded anstyle v1.0.14
15382026-05-20T04:05:20.281Z Downloaded const-random v0.1.18
15392026-05-20T04:05:20.281Z Downloaded compression-core v0.4.32
15402026-05-20T04:05:20.281Z Downloaded form_urlencoded v1.2.2
15412026-05-20T04:05:20.281Z Downloaded foreign-types v0.3.2
15422026-05-20T04:05:20.281Z Downloaded equivalent v1.0.2
15432026-05-20T04:05:20.286Z Downloaded cstr-argument v0.1.2
15442026-05-20T04:05:20.286Z Downloaded foreign-types-shared v0.3.1
15452026-05-20T04:05:20.286Z Downloaded base16ct v0.2.0
15462026-05-20T04:05:20.286Z Downloaded async-stream-impl v0.3.6
15472026-05-20T04:05:20.286Z Downloaded defmt-parser v1.0.0
15482026-05-20T04:05:20.286Z Downloaded atomic-waker v1.1.2
15492026-05-20T04:05:20.289Z Downloaded displaydoc v0.2.5
15502026-05-20T04:05:20.289Z Downloaded darling_macro v0.21.3
15512026-05-20T04:05:20.289Z Downloaded colorchoice v1.0.5
15522026-05-20T04:05:20.289Z Downloaded cfg_aliases v0.2.1
15532026-05-20T04:05:20.289Z Downloaded goblin v0.10.5
15542026-05-20T04:05:20.292Z Downloaded anyhow v1.0.102
15552026-05-20T04:05:20.295Z Downloaded derive-where v1.6.1
15562026-05-20T04:05:20.298Z Downloaded async-trait v0.1.89
15572026-05-20T04:05:20.300Z Downloaded derive-ex v0.1.8
15582026-05-20T04:05:20.300Z Downloaded dof v0.3.0
15592026-05-20T04:05:20.300Z Downloaded typenum v1.20.0
15602026-05-20T04:05:20.303Z Downloaded typed-path v0.9.3
15612026-05-20T04:05:20.306Z Downloaded critical-section v1.2.0
15622026-05-20T04:05:20.306Z Downloaded zerocopy-derive v0.8.48
15632026-05-20T04:05:20.310Z Downloaded unicode-segmentation v1.13.2
15642026-05-20T04:05:20.312Z Downloaded bs58 v0.5.1
15652026-05-20T04:05:20.315Z Downloaded argon2 v0.5.3
15662026-05-20T04:05:20.315Z Downloaded dropshot-api-manager-types v0.7.1
15672026-05-20T04:05:20.315Z Downloaded reqwest v0.13.3
15682026-05-20T04:05:20.317Z Downloaded reqwest v0.12.28
15692026-05-20T04:05:20.322Z Downloaded zerotrie v0.2.4
15702026-05-20T04:05:20.325Z Downloaded regex v1.12.3
15712026-05-20T04:05:20.327Z Downloaded fs-err v3.3.0
15722026-05-20T04:05:20.327Z Downloaded debug-ignore v1.0.5
15732026-05-20T04:05:20.331Z Downloaded backoff v0.4.0
15742026-05-20T04:05:20.331Z Downloaded adler2 v2.0.1
15752026-05-20T04:05:20.331Z Downloaded tower v0.5.3
15762026-05-20T04:05:20.338Z Downloaded rayon v1.12.0
15772026-05-20T04:05:20.348Z Downloaded unicode-normalization v0.1.25
15782026-05-20T04:05:20.350Z Downloaded aws-lc-rs v1.17.0
15792026-05-20T04:05:20.356Z Downloaded serde_json v1.0.149
15802026-05-20T04:05:20.370Z Downloaded zerovec v0.11.6
15812026-05-20T04:05:20.382Z Downloaded tower-http v0.6.10
15822026-05-20T04:05:20.386Z Downloaded tokio-util v0.7.18
15832026-05-20T04:05:20.390Z Downloaded serde_with v3.20.0
15842026-05-20T04:05:20.397Z Downloaded chrono v0.4.44
15852026-05-20T04:05:20.416Z Downloaded zerocopy v0.7.35
15862026-05-20T04:05:20.423Z Downloaded rustls-webpki v0.102.8
15872026-05-20T04:05:20.433Z Downloaded portable-atomic v1.13.1
15882026-05-20T04:05:20.437Z Downloaded quinn-proto v0.11.14
15892026-05-20T04:05:20.444Z Downloaded winnow v0.7.15
15902026-05-20T04:05:20.453Z Downloaded tough v0.22.0
15912026-05-20T04:05:20.455Z Downloaded hickory-proto v0.24.4
15922026-05-20T04:05:20.458Z Downloaded moka v0.12.15
15932026-05-20T04:05:20.463Z Downloaded proptest v1.11.0
15942026-05-20T04:05:20.476Z Downloaded winnow v0.5.40
15952026-05-20T04:05:20.493Z Downloaded openssl v0.10.80
15962026-05-20T04:05:20.498Z Downloaded webpki-roots v1.0.7
15972026-05-20T04:05:20.501Z Downloaded tabled v0.15.0
15982026-05-20T04:05:20.524Z Downloaded curve25519-dalek v4.1.3
15992026-05-20T04:05:20.528Z Downloaded unicode-width v0.2.2
16002026-05-20T04:05:20.530Z Downloaded unicode-width v0.1.14
16012026-05-20T04:05:20.533Z Downloaded winnow v1.0.3
16022026-05-20T04:05:20.538Z Downloaded syn v2.0.117
16032026-05-20T04:05:20.544Z Downloaded smoltcp v0.11.0
16042026-05-20T04:05:20.551Z Downloaded time v0.3.47
16052026-05-20T04:05:20.559Z Downloaded hickory-proto v0.25.2
16062026-05-20T04:05:20.565Z Downloaded openapiv3 v2.2.0
16072026-05-20T04:05:20.571Z Downloaded tabled v0.20.0
16082026-05-20T04:05:20.580Z Downloaded regress v0.11.1
16092026-05-20T04:05:20.584Z Downloaded syn v1.0.109
16102026-05-20T04:05:20.589Z Downloaded nix v0.31.3
16112026-05-20T04:05:20.595Z Downloaded vcpkg v0.2.15
16122026-05-20T04:05:20.617Z Downloaded rustls v0.22.4
16132026-05-20T04:05:21.031Z Downloaded rhai v1.24.0
16142026-05-20T04:05:21.034Z Downloaded regress v0.10.5
16152026-05-20T04:05:21.034Z Downloaded regex-syntax v0.8.10
16162026-05-20T04:05:21.034Z Downloaded bstr v1.12.1
16172026-05-20T04:05:21.034Z Downloaded zerocopy v0.8.48
16182026-05-20T04:05:21.034Z Downloaded typify-impl v0.6.2
16192026-05-20T04:05:21.034Z Downloaded rustix v0.38.44
16202026-05-20T04:05:21.034Z Downloaded typify-impl v0.4.3
16212026-05-20T04:05:21.034Z Downloaded rustls v0.23.40
16222026-05-20T04:05:21.034Z Downloaded rustix v1.1.4
16232026-05-20T04:05:21.035Z Downloaded regex-automata v0.4.14
16242026-05-20T04:05:21.035Z Downloaded sled v0.34.7
16252026-05-20T04:05:21.035Z Downloaded jiff v0.2.24
16262026-05-20T04:05:21.035Z Downloaded tracing v0.1.44
16272026-05-20T04:05:21.035Z Downloaded libc v0.2.186
16282026-05-20T04:05:21.035Z Downloaded sha3 v0.10.9
16292026-05-20T04:05:21.035Z Downloaded petgraph v0.6.5
16302026-05-20T04:05:21.035Z Downloaded encoding_rs v0.8.35
16312026-05-20T04:05:21.035Z Downloaded lzma-sys v0.1.20
16322026-05-20T04:05:21.035Z Downloaded chrono-tz v0.10.4
16332026-05-20T04:05:21.035Z Downloaded petgraph v0.8.3
16342026-05-20T04:05:21.035Z Downloaded csv v1.4.0
16352026-05-20T04:05:21.035Z Downloaded ring v0.17.14
16362026-05-20T04:05:21.035Z Downloaded tokio v1.52.3
16372026-05-20T04:05:21.492Z Downloaded aws-lc-sys v0.41.0
16382026-05-20T04:05:21.856Z Compiling proc-macro2 v1.0.106
16392026-05-20T04:05:21.856Z Compiling quote v1.0.45
16402026-05-20T04:05:21.856Z Compiling unicode-ident v1.0.24
16412026-05-20T04:05:21.856Z Compiling serde_core v1.0.228
16422026-05-20T04:05:21.856Z Compiling serde v1.0.228
16432026-05-20T04:05:21.859Z Compiling libc v0.2.186
16442026-05-20T04:05:21.859Z Compiling cfg-if v1.0.4
16452026-05-20T04:05:22.561Z Compiling zmij v1.0.21
16462026-05-20T04:05:22.564Z Compiling autocfg v1.5.0
16472026-05-20T04:05:22.564Z Compiling memchr v2.8.0
16482026-05-20T04:05:22.564Z Compiling libm v0.2.16
16492026-05-20T04:05:22.977Z Compiling itoa v1.0.18
16502026-05-20T04:05:22.994Z Compiling icu_properties_data v2.2.0
16512026-05-20T04:05:23.129Z Compiling icu_normalizer_data v2.2.0
16522026-05-20T04:05:23.243Z Compiling version_check v0.9.5
16532026-05-20T04:05:23.272Z Compiling stable_deref_trait v1.2.1
16542026-05-20T04:05:23.457Z Compiling serde_json v1.0.149
16552026-05-20T04:05:23.500Z Compiling syn v2.0.117
16562026-05-20T04:05:23.598Z Compiling thiserror v2.0.18
16572026-05-20T04:05:23.773Z Compiling writeable v0.6.3
16582026-05-20T04:05:23.807Z Compiling litemap v0.8.2
16592026-05-20T04:05:23.824Z Compiling parking_lot_core v0.9.12
16602026-05-20T04:05:23.911Z Compiling utf8_iter v1.0.4
16612026-05-20T04:05:24.031Z Compiling num-traits v0.2.19
16622026-05-20T04:05:24.047Z Compiling percent-encoding v2.3.2
16632026-05-20T04:05:24.201Z Compiling form_urlencoded v1.2.2
16642026-05-20T04:05:24.227Z Compiling rand_core v0.10.1
16652026-05-20T04:05:24.326Z Compiling getrandom v0.4.2
16662026-05-20T04:05:24.394Z Compiling jobserver v0.1.34
16672026-05-20T04:05:24.463Z Compiling shlex v1.3.0
16682026-05-20T04:05:24.479Z Compiling heck v0.5.0
16692026-05-20T04:05:24.668Z Compiling find-msvc-tools v0.1.9
16702026-05-20T04:05:24.803Z Compiling errno v0.3.14
16712026-05-20T04:05:24.924Z Compiling cc v1.2.62
16722026-05-20T04:05:24.973Z Compiling zerocopy v0.8.48
16732026-05-20T04:05:25.004Z Compiling iana-time-zone v0.1.65
16742026-05-20T04:05:25.424Z Compiling uuid v1.23.1
16752026-05-20T04:05:25.441Z Compiling semver v1.0.28
16762026-05-20T04:05:25.728Z Compiling getrandom v0.2.17
16772026-05-20T04:05:25.900Z Compiling schemars v0.8.22
16782026-05-20T04:05:25.967Z Compiling dyn-clone v1.0.20
16792026-05-20T04:05:26.041Z Compiling pin-project-lite v0.2.17
16802026-05-20T04:05:26.066Z Compiling rustversion v1.0.22
16812026-05-20T04:05:26.107Z Compiling scopeguard v1.2.0
16822026-05-20T04:05:26.187Z Compiling socket2 v0.6.3
16832026-05-20T04:05:26.206Z Compiling lock_api v0.4.14
16842026-05-20T04:05:26.223Z Compiling bitflags v2.11.1
16852026-05-20T04:05:26.279Z Compiling signal-hook-registry v1.4.8
16862026-05-20T04:05:26.426Z Compiling synstructure v0.13.2
16872026-05-20T04:05:26.452Z Compiling serde_derive_internals v0.29.1
16882026-05-20T04:05:26.638Z Compiling mio v1.2.0
16892026-05-20T04:05:26.738Z Compiling log v0.4.29
16902026-05-20T04:05:26.937Z Compiling portable-atomic v1.13.1
16912026-05-20T04:05:26.953Z Compiling subtle v2.6.1
16922026-05-20T04:05:27.114Z Compiling equivalent v1.0.2
16932026-05-20T04:05:27.182Z Compiling critical-section v1.2.0
16942026-05-20T04:05:27.182Z Compiling futures-core v0.3.32
16952026-05-20T04:05:27.257Z Compiling ring v0.17.14
16962026-05-20T04:05:27.304Z Compiling cmake v0.1.58
16972026-05-20T04:05:27.321Z Compiling fs_extra v1.3.0
16982026-05-20T04:05:27.324Z Compiling dunce v1.0.5
16992026-05-20T04:05:27.351Z Compiling httparse v1.10.1
17002026-05-20T04:05:27.367Z Compiling futures-sink v0.3.32
17012026-05-20T04:05:27.415Z Compiling slab v0.4.12
17022026-05-20T04:05:27.478Z Compiling rand_core v0.6.4
17032026-05-20T04:05:27.582Z Compiling futures-channel v0.3.32
17042026-05-20T04:05:27.602Z Compiling serde_derive v1.0.228
17052026-05-20T04:05:27.625Z Compiling zerofrom-derive v0.1.7
17062026-05-20T04:05:27.640Z Compiling yoke-derive v0.8.2
17072026-05-20T04:05:27.705Z Compiling zerovec-derive v0.11.3
17082026-05-20T04:05:27.734Z Compiling displaydoc v0.2.5
17092026-05-20T04:05:27.828Z Compiling schemars_derive v0.8.22
17102026-05-20T04:05:27.855Z Compiling thiserror-impl v2.0.18
17112026-05-20T04:05:28.165Z Compiling tokio-macros v2.7.0
17122026-05-20T04:05:28.513Z Compiling zerocopy-derive v0.8.48
17132026-05-20T04:05:28.758Z Compiling zeroize_derive v1.4.3
17142026-05-20T04:05:28.819Z Compiling zerofrom v0.1.8
17152026-05-20T04:05:28.860Z Compiling futures-macro v0.3.32
17162026-05-20T04:05:28.925Z Compiling yoke v0.8.2
17172026-05-20T04:05:28.950Z Compiling once_cell v1.21.4
17182026-05-20T04:05:29.050Z Compiling aws-lc-sys v0.41.0
17192026-05-20T04:05:29.129Z Compiling zerovec v0.11.6
17202026-05-20T04:05:29.194Z Compiling zerotrie v0.2.4
17212026-05-20T04:05:29.342Z Compiling ucd-trie v0.1.7
17222026-05-20T04:05:29.443Z Compiling zeroize v1.8.2
17232026-05-20T04:05:29.574Z Compiling rustix v1.1.4
17242026-05-20T04:05:29.630Z Compiling thiserror v1.0.69
17252026-05-20T04:05:29.683Z Compiling tinystr v0.8.3
17262026-05-20T04:05:29.701Z Compiling potential_utf v0.1.5
17272026-05-20T04:05:29.728Z Compiling pest v2.8.6
17282026-05-20T04:05:29.905Z Compiling icu_locale_core v2.2.0
17292026-05-20T04:05:29.908Z Compiling icu_collections v2.2.0
17302026-05-20T04:05:29.936Z Compiling futures-io v0.3.32
17312026-05-20T04:05:29.968Z Compiling regex-syntax v0.8.10
17322026-05-20T04:05:29.983Z Compiling futures-task v0.3.32
17332026-05-20T04:05:30.145Z Compiling futures-util v0.3.32
17342026-05-20T04:05:30.164Z Compiling thiserror-impl v1.0.69
17352026-05-20T04:05:30.906Z Compiling smallvec v1.15.1
17362026-05-20T04:05:30.925Z Compiling bytes v1.11.1
17372026-05-20T04:05:31.561Z Compiling icu_provider v2.2.0
17382026-05-20T04:05:31.577Z Compiling chrono v0.4.44
17392026-05-20T04:05:31.728Z Compiling icu_normalizer v2.2.0
17402026-05-20T04:05:31.767Z Compiling icu_properties v2.2.0
17412026-05-20T04:05:31.804Z Compiling serde_tokenstream v0.2.3
17422026-05-20T04:05:32.016Z Compiling parking_lot v0.12.5
17432026-05-20T04:05:32.664Z Compiling idna_adapter v1.2.2
17442026-05-20T04:05:32.724Z Compiling tokio v1.52.3
17452026-05-20T04:05:32.826Z Compiling idna v1.1.0
17462026-05-20T04:05:32.846Z Compiling pest_meta v2.8.6
17472026-05-20T04:05:33.322Z Compiling aho-corasick v1.1.4
17482026-05-20T04:05:33.328Z Compiling hashbrown v0.17.1
17492026-05-20T04:05:33.328Z Compiling generic-array v0.14.7
17502026-05-20T04:05:33.390Z Compiling url v2.5.8
17512026-05-20T04:05:33.623Z Compiling pest_generator v2.8.6
17522026-05-20T04:05:33.681Z Compiling indexmap v2.14.0
17532026-05-20T04:05:34.241Z Compiling pest_derive v2.8.6
17542026-05-20T04:05:34.318Z Compiling regex-automata v0.4.14
17552026-05-20T04:05:34.522Z Compiling getrandom v0.3.4
17562026-05-20T04:05:34.890Z Compiling tracing-core v0.1.36
17572026-05-20T04:05:34.932Z Compiling tracing-attributes v0.1.31
17582026-05-20T04:05:35.286Z Compiling ipnetwork v0.21.1
17592026-05-20T04:05:36.670Z Compiling typenum v1.20.0
17602026-05-20T04:05:37.043Z Compiling regex v1.12.3
17612026-05-20T04:05:37.044Z Compiling strsim v0.11.1
17622026-05-20T04:05:37.044Z Compiling tracing v0.1.44
17632026-05-20T04:05:37.131Z Compiling rustls-pki-types v1.14.1
17642026-05-20T04:05:37.131Z Compiling fnv v1.0.7
17652026-05-20T04:05:37.165Z Compiling byteorder v1.5.0
17662026-05-20T04:05:37.165Z Compiling base64 v0.22.1
17672026-05-20T04:05:37.385Z Compiling http v1.4.0
17682026-05-20T04:05:37.620Z Compiling ident_case v1.0.1
17692026-05-20T04:05:37.773Z Compiling slog v2.8.2
17702026-05-20T04:05:38.113Z Compiling anyhow v1.0.102
17712026-05-20T04:05:38.287Z Compiling paste v1.0.15
17722026-05-20T04:05:38.469Z Compiling untrusted v0.9.0
17732026-05-20T04:05:38.644Z Compiling erased-serde v0.3.31
17742026-05-20T04:05:38.679Z Compiling omicron-workspace-hack v0.1.0
17752026-05-20T04:05:39.085Z Compiling crypto-common v0.1.7
17762026-05-20T04:05:39.259Z Compiling tokio-util v0.7.18
17772026-05-20T04:05:39.259Z Compiling scroll_derive v0.13.1
17782026-05-20T04:05:39.259Z Compiling num-conv v0.2.1
17792026-05-20T04:05:39.411Z Compiling ipnet v2.12.0
17802026-05-20T04:05:39.843Z Compiling time-core v0.1.8
17812026-05-20T04:05:40.039Z Compiling time-macros v0.2.27
17822026-05-20T04:05:40.091Z Compiling oxnet v0.1.5
17832026-05-20T04:05:40.576Z Compiling http-body v1.0.1
17842026-05-20T04:05:42.092Z Compiling atomic-waker v1.1.2
17852026-05-20T04:05:42.242Z Compiling ppv-lite86 v0.2.21
17862026-05-20T04:05:42.242Z Compiling async-trait v0.1.89
17872026-05-20T04:05:42.242Z Compiling daft-derive v0.1.7
17882026-05-20T04:05:42.242Z Compiling aws-lc-rs v1.17.0
17892026-05-20T04:05:42.242Z Compiling camino v1.2.2
17902026-05-20T04:05:42.271Z Compiling crc32fast v1.5.0
17912026-05-20T04:05:42.300Z Compiling ryu v1.0.23
17922026-05-20T04:05:42.576Z Compiling tower-service v0.3.3
17932026-05-20T04:05:42.593Z Compiling try-lock v0.2.5
17942026-05-20T04:05:42.625Z Compiling tower-layer v0.3.3
17952026-05-20T04:05:42.707Z Compiling want v0.3.1
17962026-05-20T04:05:42.852Z Compiling h2 v0.4.14
17972026-05-20T04:05:42.941Z Compiling pretty-hex v0.4.2
17982026-05-20T04:05:43.122Z Compiling crossbeam-utils v0.8.21
17992026-05-20T04:05:43.132Z Compiling usdt-impl v0.6.0
18002026-05-20T04:05:43.383Z Compiling httpdate v1.0.3
18012026-05-20T04:05:43.738Z Compiling scroll v0.13.0
18022026-05-20T04:05:43.895Z Compiling block-buffer v0.10.4
18032026-05-20T04:05:44.014Z Compiling untrusted v0.7.1
18042026-05-20T04:05:44.059Z Compiling plain v0.2.3
18052026-05-20T04:05:44.135Z Compiling digest v0.10.7
18062026-05-20T04:05:44.186Z Compiling goblin v0.10.5
18072026-05-20T04:05:44.769Z Compiling rustls v0.23.40
18082026-05-20T04:05:45.002Z Compiling foldhash v0.2.0
18092026-05-20T04:05:45.181Z Compiling hyper v1.9.0
18102026-05-20T04:05:45.203Z Compiling slog-async v2.8.0
18112026-05-20T04:05:45.280Z Compiling allocator-api2 v0.2.21
18122026-05-20T04:05:45.809Z Compiling hashbrown v0.16.1
18132026-05-20T04:05:46.486Z Compiling hyper-util v0.1.20
18142026-05-20T04:05:48.215Z Compiling dof v0.4.0
18152026-05-20T04:05:48.482Z Compiling serde_urlencoded v0.7.1
18162026-05-20T04:05:48.778Z Compiling http-body-util v0.1.3
18172026-05-20T04:05:48.832Z Compiling dtrace-parser v0.3.0
18182026-05-20T04:05:48.859Z Compiling thread-id v5.1.0
18192026-05-20T04:05:49.059Z Compiling ref-cast v1.0.25
18202026-05-20T04:05:49.550Z Compiling rustls v0.22.4
18212026-05-20T04:05:49.619Z Compiling rand_core v0.9.5
18222026-05-20T04:05:49.727Z Compiling ref-cast-impl v1.0.25
18232026-05-20T04:05:49.859Z Compiling syn v1.0.109
18242026-05-20T04:05:50.286Z Compiling usdt-macro v0.6.0
18252026-05-20T04:05:50.327Z Compiling usdt-attr-macro v0.6.0
18262026-05-20T04:05:50.840Z Compiling structmeta-derive v0.3.0
18272026-05-20T04:05:51.285Z Compiling sync_wrapper v1.0.2
18282026-05-20T04:05:51.297Z Compiling multer v3.1.0
18292026-05-20T04:05:51.297Z Compiling powerfmt v0.2.0
18302026-05-20T04:05:51.327Z Compiling tower v0.5.3
18312026-05-20T04:05:51.513Z Compiling deranged v0.5.8
18322026-05-20T04:05:51.878Z Compiling rand_chacha v0.9.0
18332026-05-20T04:05:51.893Z Compiling structmeta v0.3.0
18342026-05-20T04:05:52.163Z Compiling darling_core v0.23.0
18352026-05-20T04:05:52.427Z Compiling webpki-roots v1.0.7
18362026-05-20T04:05:52.548Z Compiling openapiv3 v2.2.0
18372026-05-20T04:05:52.584Z Compiling newtype-uuid-macros v0.1.0
18382026-05-20T04:05:53.581Z Compiling cpufeatures v0.2.17
18392026-05-20T04:05:53.673Z Compiling num_threads v0.1.7
18402026-05-20T04:05:55.148Z Compiling time v0.3.47
18412026-05-20T04:05:55.265Z Compiling darling_macro v0.23.0
18422026-05-20T04:05:55.299Z Compiling rand v0.9.4
18432026-05-20T04:05:55.299Z Compiling tower-http v0.6.10
18442026-05-20T04:05:55.299Z Compiling newtype-uuid v1.3.2
18452026-05-20T04:05:55.410Z Compiling strum_macros v0.26.4
18462026-05-20T04:05:55.464Z Compiling async-stream-impl v0.3.6
18472026-05-20T04:05:55.790Z Compiling dropshot v0.17.0
18482026-05-20T04:05:56.054Z Compiling hex v0.4.3
18492026-05-20T04:05:56.197Z Compiling daft v0.1.7
18502026-05-20T04:05:56.320Z Compiling darling v0.23.0
18512026-05-20T04:05:56.365Z Compiling crossbeam-channel v0.5.15
18522026-05-20T04:05:56.468Z Compiling fastrand v2.4.1
18532026-05-20T04:05:56.809Z Compiling serde_with_macros v3.20.0
18542026-05-20T04:05:57.027Z Compiling futures-executor v0.3.32
18552026-05-20T04:05:57.315Z Compiling dropshot_endpoint v0.17.0
18562026-05-20T04:05:57.355Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18572026-05-20T04:05:57.519Z Compiling thread_local v1.1.9
18582026-05-20T04:05:57.882Z Compiling futures v0.3.32
18592026-05-20T04:05:57.930Z Compiling derive-ex v0.1.8
18602026-05-20T04:05:58.005Z Compiling strum_macros v0.27.2
18612026-05-20T04:05:58.036Z Compiling is-terminal v0.4.17
18622026-05-20T04:05:58.060Z Compiling openssl-probe v0.2.1
18632026-05-20T04:05:58.141Z Compiling term v1.2.1
18642026-05-20T04:05:58.314Z Compiling winnow v1.0.3
18652026-05-20T04:05:58.957Z Compiling take_mut v0.2.2
18662026-05-20T04:05:59.518Z Compiling test-strategy v0.4.5
18672026-05-20T04:05:59.789Z Compiling slog-term v2.9.2
18682026-05-20T04:05:59.844Z Compiling rustls-native-certs v0.8.3
18692026-05-20T04:06:00.265Z Compiling tempfile v3.27.0
18702026-05-20T04:06:00.799Z Compiling macaddr v1.0.1
18712026-05-20T04:06:01.004Z Compiling adler2 v2.0.1
18722026-05-20T04:06:01.031Z Compiling match_cfg v0.1.0
18732026-05-20T04:06:01.056Z Compiling simd-adler32 v0.3.9
18742026-05-20T04:06:01.166Z Compiling hostname v0.3.1
18752026-05-20T04:06:01.259Z Compiling miniz_oxide v0.8.9
18762026-05-20T04:06:01.444Z Compiling slog-json v2.6.1
18772026-05-20T04:06:01.967Z Compiling memmap2 v0.9.10
18782026-05-20T04:06:02.254Z Compiling usdt v0.6.0
18792026-05-20T04:06:02.735Z Compiling flate2 v1.1.9
18802026-05-20T04:06:02.836Z Compiling slog-bunyan v2.5.0
18812026-05-20T04:06:02.875Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-05-20T04:06:02.925Z Compiling rustls-webpki v0.102.8
18832026-05-20T04:06:03.021Z Compiling either v1.15.0
18842026-05-20T04:06:03.264Z Compiling compression-core v0.4.32
18852026-05-20T04:06:03.303Z Compiling debug-ignore v1.0.5
18862026-05-20T04:06:03.420Z Compiling compression-codecs v0.4.38
18872026-05-20T04:06:03.876Z Compiling toml_parser v1.1.2+spec-1.1.0
18882026-05-20T04:06:04.154Z Compiling parse-display-derive v0.10.0
18892026-05-20T04:06:04.886Z Compiling rand_chacha v0.3.1
18902026-05-20T04:06:05.052Z Compiling toml_datetime v1.1.1+spec-1.1.0
18912026-05-20T04:06:05.062Z Compiling serde_spanned v1.1.1
18922026-05-20T04:06:05.427Z Compiling encoding_rs v0.8.35
18932026-05-20T04:06:05.591Z Compiling spin v0.9.8
18942026-05-20T04:06:05.651Z Compiling mime v0.3.17
18952026-05-20T04:06:05.720Z Compiling toml_writer v1.1.1+spec-1.1.0
18962026-05-20T04:06:05.922Z Compiling toml v1.1.2+spec-1.1.0
18972026-05-20T04:06:05.988Z Compiling tokio-rustls v0.25.0
18982026-05-20T04:06:06.123Z Compiling rand v0.8.6
18992026-05-20T04:06:06.247Z Compiling async-compression v0.4.42
19002026-05-20T04:06:07.045Z Compiling strum v0.26.3
19012026-05-20T04:06:08.105Z Compiling async-stream v0.3.6
19022026-05-20T04:06:08.149Z Compiling sha1 v0.10.6
19032026-05-20T04:06:08.149Z Compiling waitgroup v0.1.2
19042026-05-20T04:06:08.149Z Compiling rustls-pemfile v2.2.0
19052026-05-20T04:06:08.149Z Compiling serde_path_to_error v0.1.20
19062026-05-20T04:06:08.168Z Compiling hostname v0.4.2
19072026-05-20T04:06:08.342Z Compiling wait-timeout v0.2.1
19082026-05-20T04:06:08.358Z Compiling quick-error v1.2.3
19092026-05-20T04:06:08.619Z Compiling bit-vec v0.8.0
19102026-05-20T04:06:08.847Z Compiling rusty-fork v0.3.1
19112026-05-20T04:06:08.910Z Compiling bit-set v0.8.0
19122026-05-20T04:06:09.108Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19132026-05-20T04:06:09.607Z Compiling serde_with v3.20.0
19142026-05-20T04:06:09.642Z Compiling rand_xorshift v0.4.0
19152026-05-20T04:06:09.772Z Compiling regress v0.10.5
19162026-05-20T04:06:09.808Z Compiling unarray v0.1.4
19172026-05-20T04:06:09.941Z Compiling proptest v1.11.0
19182026-05-20T04:06:10.567Z Compiling strum v0.27.2
19192026-05-20T04:06:10.714Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19202026-05-20T04:06:10.738Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19212026-05-20T04:06:10.865Z Compiling instant v0.1.13
19222026-05-20T04:06:11.425Z Compiling rustc-hash v2.1.2
19232026-05-20T04:06:11.556Z Compiling iddqd v0.3.18
19242026-05-20T04:06:14.006Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19252026-05-20T04:06:14.027Z Compiling itertools v0.14.0
19262026-05-20T04:06:14.028Z Compiling unicode-width v0.2.2
19272026-05-20T04:06:14.123Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19282026-05-20T04:06:14.410Z Compiling backon v1.6.0
19292026-05-20T04:06:15.018Z Compiling backoff v0.4.0
19302026-05-20T04:06:15.515Z Compiling parse-display v0.10.0
19312026-05-20T04:06:15.705Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19322026-05-20T04:06:18.787Z Compiling regress v0.11.1
19332026-05-20T04:06:19.756Z Compiling zerocopy-derive v0.7.35
19342026-05-20T04:06:21.466Z Compiling typify-impl v0.6.2
19352026-05-20T04:06:21.518Z Compiling darling_core v0.21.3
19362026-05-20T04:06:21.934Z Compiling clap_derive v4.6.1
19372026-05-20T04:06:22.375Z Compiling convert_case v0.4.0
19382026-05-20T04:06:22.670Z Compiling utf8parse v0.2.2
19392026-05-20T04:06:22.815Z Compiling anstyle-parse v1.0.0
19402026-05-20T04:06:22.901Z Compiling derive_more v0.99.20
19412026-05-20T04:06:23.164Z Compiling darling_macro v0.21.3
19422026-05-20T04:06:23.491Z Compiling typify-macro v0.6.2
19432026-05-20T04:06:23.983Z Compiling terminal_size v0.4.4
19442026-05-20T04:06:24.002Z Compiling toml_datetime v0.6.11
19452026-05-20T04:06:24.157Z Compiling colorchoice v1.0.5
19462026-05-20T04:06:24.252Z Compiling anstyle-query v1.1.5
19472026-05-20T04:06:24.586Z Compiling is_terminal_polyfill v1.70.2
19482026-05-20T04:06:24.678Z Compiling anstyle v1.0.14
19492026-05-20T04:06:24.938Z Compiling anstream v1.0.0
19502026-05-20T04:06:25.774Z Compiling darling v0.21.3
19512026-05-20T04:06:25.814Z Compiling secrecy v0.10.3
19522026-05-20T04:06:25.814Z Compiling unsafe-libyaml v0.2.11
19532026-05-20T04:06:25.820Z Compiling heapless v0.8.0
19542026-05-20T04:06:26.014Z Compiling clap_lex v1.1.0
19552026-05-20T04:06:26.132Z Compiling tinyvec_macros v0.1.1
19562026-05-20T04:06:26.220Z Compiling crucible-workspace-hack v0.1.0
19572026-05-20T04:06:26.354Z Compiling tinyvec v1.11.0
19582026-05-20T04:06:26.496Z Compiling clap_builder v4.6.0
19592026-05-20T04:06:26.614Z Compiling serde_yaml v0.9.34+deprecated
19602026-05-20T04:06:26.950Z Compiling ingot-macros v0.1.1
19612026-05-20T04:06:28.400Z Compiling zerocopy v0.7.35
19622026-05-20T04:06:28.446Z Compiling hash32 v0.3.1
19632026-05-20T04:06:28.446Z Compiling scroll_derive v0.12.1
19642026-05-20T04:06:28.446Z Compiling rustc_version v0.4.1
19652026-05-20T04:06:28.446Z Compiling num-integer v0.1.46
19662026-05-20T04:06:28.446Z Compiling usdt-impl v0.5.0
19672026-05-20T04:06:28.484Z Compiling smoltcp v0.11.0
19682026-05-20T04:06:28.618Z Compiling scroll v0.12.0
19692026-05-20T04:06:28.644Z Compiling clap v4.6.1
19702026-05-20T04:06:28.706Z Compiling curve25519-dalek v4.1.3
19712026-05-20T04:06:29.183Z Compiling dof v0.3.0
19722026-05-20T04:06:29.581Z Compiling ingot-types v0.1.2
19732026-05-20T04:06:29.872Z Compiling typify v0.6.2
19742026-05-20T04:06:30.008Z Compiling dtrace-parser v0.2.0
19752026-05-20T04:06:30.049Z Compiling hmac v0.12.1
19762026-05-20T04:06:30.201Z Compiling inout v0.1.4
19772026-05-20T04:06:30.233Z Compiling cobs v0.3.0
19782026-05-20T04:06:30.272Z Compiling ff v0.13.1
19792026-05-20T04:06:30.441Z Compiling thread-id v4.2.2
19802026-05-20T04:06:30.639Z Compiling bitflags v1.3.2
19812026-05-20T04:06:30.694Z Compiling managed v0.8.0
19822026-05-20T04:06:31.000Z Compiling group v0.13.0
19832026-05-20T04:06:31.087Z Compiling postcard v1.1.3
19842026-05-20T04:06:31.229Z Compiling cipher v0.4.4
19852026-05-20T04:06:31.467Z Compiling hkdf v0.12.4
19862026-05-20T04:06:31.625Z Compiling ingot v0.1.1
19872026-05-20T04:06:34.031Z Compiling goblin v0.8.2
19882026-05-20T04:06:34.217Z Compiling num-iter v0.1.45
19892026-05-20T04:06:34.297Z Compiling num-rational v0.4.2
19902026-05-20T04:06:35.468Z Compiling tabwriter v1.4.1
19912026-05-20T04:06:35.634Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19922026-05-20T04:06:35.807Z Compiling hubpack_derive v0.1.1
19932026-05-20T04:06:35.895Z Compiling thiserror-impl-no-std v2.0.2
19942026-05-20T04:06:36.396Z Compiling crossbeam-epoch v0.9.18
19952026-05-20T04:06:36.428Z Compiling universal-hash v0.5.1
19962026-05-20T04:06:36.591Z Compiling crypto-bigint v0.5.5
19972026-05-20T04:06:36.869Z Compiling half v2.7.1
19982026-05-20T04:06:36.889Z Compiling curve25519-dalek-derive v0.1.1
19992026-05-20T04:06:36.932Z Compiling num-complex v0.4.6
20002026-05-20T04:06:37.800Z Compiling ciborium-io v0.2.2
20012026-05-20T04:06:37.886Z Compiling base16ct v0.2.0
20022026-05-20T04:06:38.028Z Compiling prettyplease v0.2.37
20032026-05-20T04:06:38.523Z Compiling base64ct v1.8.3
20042026-05-20T04:06:38.700Z Compiling opaque-debug v0.3.1
20052026-05-20T04:06:38.815Z Compiling password-hash v0.5.0
20062026-05-20T04:06:38.921Z Compiling poly1305 v0.8.0
20072026-05-20T04:06:41.170Z Compiling elliptic-curve v0.13.8
20082026-05-20T04:06:41.257Z Compiling ciborium-ll v0.2.2
20092026-05-20T04:06:41.257Z Compiling num v0.4.3
20102026-05-20T04:06:41.257Z Compiling thiserror-no-std v2.0.2
20112026-05-20T04:06:41.257Z Compiling hubpack v0.1.2
20122026-05-20T04:06:41.888Z Compiling chacha20 v0.9.1
20132026-05-20T04:06:42.189Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20142026-05-20T04:06:42.411Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20152026-05-20T04:06:42.791Z Compiling reqwest v0.12.28
20162026-05-20T04:06:43.057Z Compiling toml_edit v0.25.11+spec-1.1.0
20172026-05-20T04:06:43.725Z Compiling byte-wrapper v0.1.0
20182026-05-20T04:06:43.759Z Compiling blake2 v0.10.6
20192026-05-20T04:06:43.922Z Compiling aead v0.5.2
20202026-05-20T04:06:44.111Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20212026-05-20T04:06:44.229Z Compiling serde_repr v0.1.20
20222026-05-20T04:06:44.770Z Compiling proc-macro-error-attr v1.0.4
20232026-05-20T04:06:44.977Z Compiling bstr v1.12.1
20242026-05-20T04:06:45.009Z Compiling memoffset v0.9.1
20252026-05-20T04:06:45.178Z Compiling static_assertions v1.1.0
20262026-05-20T04:06:45.209Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20272026-05-20T04:06:45.266Z Compiling cfg_aliases v0.2.1
20282026-05-20T04:06:45.280Z Compiling rustix v0.38.44
20292026-05-20T04:06:45.511Z Compiling keccak v0.1.6
20302026-05-20T04:06:45.629Z Compiling float-ord v0.3.2
20312026-05-20T04:06:45.747Z Compiling sha3 v0.10.9
20322026-05-20T04:06:45.978Z Compiling nix v0.31.3
20332026-05-20T04:06:46.393Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20342026-05-20T04:06:46.450Z Compiling chacha20poly1305 v0.10.1
20352026-05-20T04:06:46.584Z Compiling argon2 v0.5.3
20362026-05-20T04:06:47.154Z Compiling rustls-webpki v0.103.13
20372026-05-20T04:06:47.573Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20382026-05-20T04:06:49.799Z Compiling progenitor-client v0.10.0
20392026-05-20T04:06:49.997Z Compiling proc-macro-crate v3.5.0
20402026-05-20T04:06:52.532Z Compiling vsss-rs v3.3.4
20412026-05-20T04:06:52.575Z Compiling ciborium v0.2.2
20422026-05-20T04:06:52.575Z Compiling usdt-attr-macro v0.5.0
20432026-05-20T04:06:52.575Z Compiling usdt-macro v0.5.0
20442026-05-20T04:06:52.575Z Compiling tokio-rustls v0.26.4
20452026-05-20T04:06:52.576Z Compiling rustls-platform-verifier v0.7.0
20462026-05-20T04:06:52.576Z Compiling enum-as-inner v0.6.1
20472026-05-20T04:06:52.576Z Compiling hyper-rustls v0.27.9
20482026-05-20T04:06:52.893Z Compiling reqwest v0.13.3
20492026-05-20T04:06:53.059Z Compiling num-derive v0.4.2
20502026-05-20T04:06:53.096Z Compiling proc-macro-error v1.0.4
20512026-05-20T04:06:53.368Z Compiling memmap v0.7.0
20522026-05-20T04:06:53.584Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20532026-05-20T04:06:53.829Z Compiling indent_write v2.2.0
20542026-05-20T04:06:54.091Z Compiling data-encoding v2.11.0
20552026-05-20T04:06:54.119Z Compiling winnow v0.5.40
20562026-05-20T04:06:54.333Z Compiling progenitor-client v0.14.0
20572026-05-20T04:06:54.789Z Compiling progenitor-extras v0.2.0
20582026-05-20T04:06:55.506Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20592026-05-20T04:06:55.527Z Compiling toml_edit v0.19.15
20602026-05-20T04:06:57.018Z Compiling usdt v0.5.0
20612026-05-20T04:06:57.308Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20622026-05-20T04:06:57.462Z Compiling num_enum_derive v0.7.6
20632026-05-20T04:06:57.648Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20642026-05-20T04:06:57.778Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20652026-05-20T04:06:59.327Z Compiling serde_spanned v0.6.9
20662026-05-20T04:06:59.455Z Compiling foreign-types-macros v0.2.3
20672026-05-20T04:07:02.821Z Compiling foreign-types-shared v0.3.1
20682026-05-20T04:07:02.901Z Compiling bytecount v0.6.9
20692026-05-20T04:07:02.901Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20702026-05-20T04:07:02.901Z Compiling pkg-config v0.3.33
20712026-05-20T04:07:02.901Z Compiling vcpkg v0.2.15
20722026-05-20T04:07:02.901Z Compiling cpufeatures v0.3.0
20732026-05-20T04:07:02.901Z Compiling winnow v0.7.15
20742026-05-20T04:07:03.714Z Compiling colored v3.1.1
20752026-05-20T04:07:04.393Z Compiling toml_write v0.1.2
20762026-05-20T04:07:04.639Z Compiling toml_edit v0.22.27
20772026-05-20T04:07:06.969Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20782026-05-20T04:07:07.044Z Compiling chacha20 v0.10.0
20792026-05-20T04:07:07.135Z Compiling openssl-sys v0.9.116
20802026-05-20T04:07:07.206Z Compiling foreign-types v0.5.0
20812026-05-20T04:07:07.328Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20822026-05-20T04:07:07.714Z Compiling num_enum v0.7.6
20832026-05-20T04:07:07.902Z Compiling proc-macro-crate v1.3.1
20842026-05-20T04:07:08.146Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20852026-05-20T04:07:08.679Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20862026-05-20T04:07:08.800Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20872026-05-20T04:07:08.948Z Compiling cstr-argument v0.1.2
20882026-05-20T04:07:09.060Z Compiling semver v0.1.20
20892026-05-20T04:07:09.109Z Compiling rayon-core v1.13.0
20902026-05-20T04:07:09.127Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20912026-05-20T04:07:09.127Z Compiling linked-hash-map v0.5.6
20922026-05-20T04:07:09.328Z Compiling swrite v0.1.0
20932026-05-20T04:07:09.358Z Compiling resolv-conf v0.7.6
20942026-05-20T04:07:09.363Z Compiling heck v0.4.1
20952026-05-20T04:07:09.454Z Compiling unicode-segmentation v1.13.2
20962026-05-20T04:07:09.833Z Compiling newline-converter v0.3.0
20972026-05-20T04:07:09.946Z Compiling lru-cache v0.1.2
20982026-05-20T04:07:09.964Z Compiling rustc_version v0.1.7
20992026-05-20T04:07:09.979Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21002026-05-20T04:07:10.092Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21012026-05-20T04:07:10.119Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21022026-05-20T04:07:10.255Z Compiling num_enum_derive v0.5.11
21032026-05-20T04:07:10.385Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
21042026-05-20T04:07:11.316Z Compiling rand v0.10.1
21052026-05-20T04:07:11.370Z Compiling toml v0.8.23
21062026-05-20T04:07:11.762Z Compiling atomicwrites v0.4.4
21072026-05-20T04:07:11.894Z Compiling hickory-proto v0.24.4
21082026-05-20T04:07:12.040Z Compiling similar v2.7.0
21092026-05-20T04:07:12.068Z Compiling crossbeam-deque v0.8.6
21102026-05-20T04:07:12.118Z Compiling progenitor-impl v0.13.0
21112026-05-20T04:07:12.296Z Compiling progenitor-impl v0.14.0
21122026-05-20T04:07:12.651Z Compiling console v0.15.11
21132026-05-20T04:07:13.138Z Compiling camino-tempfile v1.4.1
21142026-05-20T04:07:13.574Z Compiling serde-big-array v0.5.1
21152026-05-20T04:07:13.755Z Compiling pin-project-internal v1.1.13
21162026-05-20T04:07:13.943Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21172026-05-20T04:07:14.207Z Compiling derive-where v1.6.1
21182026-05-20T04:07:14.413Z Compiling siphasher v1.0.3
21192026-05-20T04:07:14.490Z Compiling minimal-lexical v0.2.1
21202026-05-20T04:07:14.635Z Compiling lazy_static v1.5.0
21212026-05-20T04:07:14.729Z Compiling nom v7.1.3
21222026-05-20T04:07:14.750Z Compiling phf_shared v0.12.1
21232026-05-20T04:07:14.848Z Compiling pin-project v1.1.13
21242026-05-20T04:07:14.965Z Compiling progenitor-macro v0.14.0
21252026-05-20T04:07:14.983Z Compiling progenitor-macro v0.13.0
21262026-05-20T04:07:15.496Z Compiling hickory-resolver v0.24.4
21272026-05-20T04:07:15.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21282026-05-20T04:07:16.080Z Compiling expectorate v1.2.0
21292026-05-20T04:07:18.722Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21302026-05-20T04:07:19.379Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21312026-05-20T04:07:19.719Z Compiling num_enum v0.5.11
21322026-05-20T04:07:19.846Z Compiling newtype_derive v0.1.6
21332026-05-20T04:07:20.105Z Compiling progenitor-client v0.13.0
21342026-05-20T04:07:20.713Z Compiling unicode-normalization v0.1.25
21352026-05-20T04:07:21.309Z Compiling typify-impl v0.4.3
21362026-05-20T04:07:23.159Z Compiling tokio-stream v0.1.18
21372026-05-20T04:07:23.214Z Compiling async-recursion v1.1.1
21382026-05-20T04:07:23.603Z Compiling snafu-derive v0.8.9
21392026-05-20T04:07:23.747Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21402026-05-20T04:07:24.144Z Compiling slog-dtrace v0.3.0
21412026-05-20T04:07:25.341Z Compiling csv-core v0.1.13
21422026-05-20T04:07:25.341Z Compiling highway v1.3.0
21432026-05-20T04:07:25.341Z Compiling same-file v1.0.6
21442026-05-20T04:07:25.341Z Compiling foreign-types-shared v0.1.1
21452026-05-20T04:07:25.341Z Compiling unicode-xid v0.2.6
21462026-05-20T04:07:25.341Z Compiling owo-colors v4.3.0
21472026-05-20T04:07:25.361Z Compiling openssl v0.10.80
21482026-05-20T04:07:25.361Z Compiling chrono-tz v0.10.4
21492026-05-20T04:07:25.553Z Compiling unicode-width v0.1.14
21502026-05-20T04:07:25.592Z Compiling konst_macro_rules v0.2.19
21512026-05-20T04:07:25.614Z Compiling cancel-safe-futures v0.1.5
21522026-05-20T04:07:25.849Z Compiling foldhash v0.1.5
21532026-05-20T04:07:25.914Z Compiling konst v0.2.20
21542026-05-20T04:07:26.036Z Compiling hashbrown v0.15.5
21552026-05-20T04:07:26.117Z Compiling snafu v0.8.9
21562026-05-20T04:07:26.323Z Compiling const_format_proc_macros v0.2.34
21572026-05-20T04:07:26.664Z Compiling foreign-types v0.3.2
21582026-05-20T04:07:26.697Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21592026-05-20T04:07:26.744Z Compiling walkdir v2.5.0
21602026-05-20T04:07:27.124Z Compiling typify-macro v0.4.3
21612026-05-20T04:07:27.476Z Compiling csv v1.4.0
21622026-05-20T04:07:28.309Z Compiling qorb v0.4.1
21632026-05-20T04:07:28.459Z Compiling progenitor v0.13.0
21642026-05-20T04:07:28.628Z Compiling progenitor v0.14.0
21652026-05-20T04:07:28.694Z Compiling olpc-cjson v0.1.4
21662026-05-20T04:07:28.759Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21672026-05-20T04:07:28.962Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21682026-05-20T04:07:29.491Z Compiling rayon v1.12.0
21692026-05-20T04:07:32.497Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21702026-05-20T04:07:32.622Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21712026-05-20T04:07:32.700Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21722026-05-20T04:07:33.191Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21732026-05-20T04:07:34.271Z Compiling phf v0.12.1
21742026-05-20T04:07:34.861Z Compiling zone_cfg_derive v0.3.1
21752026-05-20T04:07:35.186Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21762026-05-20T04:07:35.294Z Compiling tokio-dtrace v0.1.1
21772026-05-20T04:07:35.562Z Compiling globset v0.4.18
21782026-05-20T04:07:35.641Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21792026-05-20T04:07:35.740Z Compiling itertools v0.12.1
21802026-05-20T04:07:36.176Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21812026-05-20T04:07:36.459Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21822026-05-20T04:07:36.533Z Compiling pem v3.0.6
21832026-05-20T04:07:37.164Z Compiling libsw-core v0.3.2
21842026-05-20T04:07:37.214Z Compiling serde_plain v1.0.2
21852026-05-20T04:07:37.254Z Compiling openssl-macros v0.1.1
21862026-05-20T04:07:37.351Z Compiling cookie v0.18.1
21872026-05-20T04:07:37.491Z Compiling sigpipe v0.1.3
21882026-05-20T04:07:37.618Z Compiling glob v0.3.3
21892026-05-20T04:07:37.654Z Compiling fixedbitset v0.5.7
21902026-05-20T04:07:37.684Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21912026-05-20T04:07:37.735Z Compiling jiff v0.2.24
21922026-05-20T04:07:37.967Z Compiling typed-path v0.9.3
21932026-05-20T04:07:38.107Z Compiling fixedbitset v0.4.2
21942026-05-20T04:07:38.228Z Compiling petgraph v0.8.3
21952026-05-20T04:07:38.608Z Compiling petgraph v0.6.5
21962026-05-20T04:07:39.638Z Compiling tough v0.22.0
21972026-05-20T04:07:39.887Z Compiling libsw v3.5.0
21982026-05-20T04:07:40.065Z Compiling zone v0.3.1
21992026-05-20T04:07:40.342Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22002026-05-20T04:07:40.787Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22012026-05-20T04:07:41.457Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22022026-05-20T04:07:43.239Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22032026-05-20T04:07:43.326Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22042026-05-20T04:07:43.326Z Compiling oxide-tokio-rt v0.1.6
22052026-05-20T04:07:43.326Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22062026-05-20T04:07:43.915Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22072026-05-20T04:07:44.108Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22082026-05-20T04:07:44.878Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22092026-05-20T04:07:45.672Z Compiling const_format v0.2.36
22102026-05-20T04:07:46.383Z Compiling papergrid v0.11.0
22112026-05-20T04:07:46.523Z Compiling tabled_derive v0.7.0
22122026-05-20T04:07:46.875Z Compiling gethostname v0.5.0
22132026-05-20T04:07:47.184Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22142026-05-20T04:07:47.541Z Compiling libscf-sys v1.2.0
22152026-05-20T04:07:47.900Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22162026-05-20T04:07:47.900Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22172026-05-20T04:07:47.900Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22182026-05-20T04:07:48.201Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22192026-05-20T04:07:48.201Z Compiling bcs v0.1.6
22202026-05-20T04:07:48.581Z Compiling smf v0.2.3
22212026-05-20T04:07:48.581Z Compiling unicode-linebreak v0.1.5
22222026-05-20T04:07:48.581Z Compiling tagptr v0.2.0
22232026-05-20T04:07:48.877Z Compiling whoami v1.6.1
22242026-05-20T04:07:48.877Z Compiling smawk v0.3.2
22252026-05-20T04:07:48.877Z Compiling linear-map v1.2.0
22262026-05-20T04:07:49.212Z Compiling termtree v0.5.1
22272026-05-20T04:07:49.212Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22282026-05-20T04:07:50.219Z Compiling textwrap v0.16.2
22292026-05-20T04:07:51.117Z Compiling moka v0.12.15
22302026-05-20T04:07:51.868Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22312026-05-20T04:07:52.238Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22322026-05-20T04:07:52.238Z Compiling tabled v0.15.0
22332026-05-20T04:07:52.239Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22342026-05-20T04:07:52.694Z Compiling steno v0.4.1
22352026-05-20T04:07:52.694Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22362026-05-20T04:07:53.806Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22372026-05-20T04:07:57.731Z Compiling hickory-proto v0.25.2
22382026-05-20T04:07:57.805Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22392026-05-20T04:07:59.568Z Compiling proc-macro-error-attr2 v2.0.0
22402026-05-20T04:07:59.831Z Compiling humantime v2.3.0
22412026-05-20T04:08:00.030Z Compiling proc-macro-error2 v2.0.1
22422026-05-20T04:08:00.388Z Compiling hickory-resolver v0.25.2
22432026-05-20T04:08:00.758Z Compiling typify v0.4.3
22442026-05-20T04:08:00.758Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22452026-05-20T04:08:00.758Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22462026-05-20T04:08:01.234Z Compiling parking_lot_core v0.8.6
22472026-05-20T04:08:01.234Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22482026-05-20T04:08:01.586Z Compiling progenitor-impl v0.11.2
22492026-05-20T04:08:01.586Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22502026-05-20T04:08:02.907Z Compiling tabled_derive v0.11.0
22512026-05-20T04:08:03.237Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22522026-05-20T04:08:03.835Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22532026-05-20T04:08:05.632Z Compiling papergrid v0.17.0
22542026-05-20T04:08:06.442Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22552026-05-20T04:08:06.902Z Compiling testing_table v0.3.0
22562026-05-20T04:08:07.559Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22572026-05-20T04:08:07.959Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22582026-05-20T04:08:08.101Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22592026-05-20T04:08:08.417Z Compiling tabled v0.20.0
22602026-05-20T04:08:08.618Z Compiling progenitor-macro v0.11.2
22612026-05-20T04:08:11.676Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22622026-05-20T04:08:12.076Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22632026-05-20T04:08:12.351Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22642026-05-20T04:08:12.351Z Compiling progenitor-client v0.11.2
22652026-05-20T04:08:12.680Z Compiling arc-swap v1.9.1
22662026-05-20T04:08:12.934Z Compiling progenitor v0.11.2
22672026-05-20T04:08:12.934Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22682026-05-20T04:08:12.934Z Compiling parking_lot v0.11.2
22692026-05-20T04:08:13.157Z Compiling slog-scope v4.4.1
22702026-05-20T04:08:13.673Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22712026-05-20T04:08:15.824Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22722026-05-20T04:08:15.859Z Compiling dropshot-api-manager-types v0.7.1
22732026-05-20T04:08:16.142Z Compiling fxhash v0.2.1
22742026-05-20T04:08:16.335Z Compiling crc8 v0.1.1
22752026-05-20T04:08:16.440Z Compiling sled v0.34.7
22762026-05-20T04:08:16.457Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22772026-05-20T04:08:18.584Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22782026-05-20T04:08:22.706Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22792026-05-20T04:08:23.183Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22802026-05-20T04:08:23.558Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22812026-05-20T04:08:25.369Z Compiling slog-stdlog v4.1.1
22822026-05-20T04:08:25.836Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22832026-05-20T04:08:26.108Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22842026-05-20T04:08:26.463Z Compiling slog-envlogger v2.2.0
22852026-05-20T04:08:27.434Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22862026-05-20T04:08:38.107Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22872026-05-20T04:08:41.261Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22882026-05-20T04:08:44.641Z Finished `release` profile [optimized] target(s) in 3m 49s
22892026-05-20T04:08:44.974Z+ banner quartet
22902026-05-20T04:08:44.982Z
22912026-05-20T04:08:44.982Z #### # # ## ##### ##### ###### #####
22922026-05-20T04:08:44.982Z # # # # # # # # # # #
22932026-05-20T04:08:44.982Z # # # # # # # # # ##### #
22942026-05-20T04:08:44.982Z # # # # # ###### ##### # # #
22952026-05-20T04:08:44.982Z # # # # # # # # # # #
22962026-05-20T04:08:44.982Z ### # #### # # # # # ###### #
22972026-05-20T04:08:44.982Z
22982026-05-20T04:08:44.982Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22992026-05-20T04:08:45.544Z Compiling cfg-if v1.0.4
23002026-05-20T04:08:45.550Z Compiling libc v0.2.186
23012026-05-20T04:08:45.550Z Compiling serde_core v1.0.228
23022026-05-20T04:08:45.655Z Compiling memchr v2.8.0
23032026-05-20T04:08:45.662Z Compiling smallvec v1.15.1
23042026-05-20T04:08:45.662Z Compiling itoa v1.0.18
23052026-05-20T04:08:45.679Z Compiling stable_deref_trait v1.2.1
23062026-05-20T04:08:45.682Z Compiling zerofrom v0.1.8
23072026-05-20T04:08:45.698Z Compiling zmij v1.0.21
23082026-05-20T04:08:45.747Z Compiling litemap v0.8.2
23092026-05-20T04:08:45.808Z Compiling yoke v0.8.2
23102026-05-20T04:08:45.895Z Compiling writeable v0.6.3
23112026-05-20T04:08:45.914Z Compiling utf8_iter v1.0.4
23122026-05-20T04:08:45.941Z Compiling percent-encoding v2.3.2
23132026-05-20T04:08:46.013Z Compiling zerovec v0.11.6
23142026-05-20T04:08:46.023Z Compiling zerotrie v0.2.4
23152026-05-20T04:08:46.058Z Compiling libm v0.2.16
23162026-05-20T04:08:46.158Z Compiling icu_normalizer_data v2.2.0
23172026-05-20T04:08:46.190Z Compiling icu_properties_data v2.2.0
23182026-05-20T04:08:46.224Z Compiling form_urlencoded v1.2.2
23192026-05-20T04:08:46.234Z Compiling rand_core v0.10.1
23202026-05-20T04:08:46.312Z Compiling errno v0.3.14
23212026-05-20T04:08:46.378Z Compiling getrandom v0.4.2
23222026-05-20T04:08:46.456Z Compiling iana-time-zone v0.1.65
23232026-05-20T04:08:46.476Z Compiling pin-project-lite v0.2.17
23242026-05-20T04:08:46.492Z Compiling zeroize v1.8.2
23252026-05-20T04:08:46.601Z Compiling tinystr v0.8.3
23262026-05-20T04:08:46.601Z Compiling potential_utf v0.1.5
23272026-05-20T04:08:46.612Z Compiling dyn-clone v1.0.20
23282026-05-20T04:08:46.746Z Compiling icu_collections v2.2.0
23292026-05-20T04:08:46.785Z Compiling icu_locale_core v2.2.0
23302026-05-20T04:08:46.786Z Compiling socket2 v0.6.3
23312026-05-20T04:08:46.839Z Compiling scopeguard v1.2.0
23322026-05-20T04:08:46.839Z Compiling parking_lot_core v0.9.12
23332026-05-20T04:08:46.840Z Compiling signal-hook-registry v1.4.8
23342026-05-20T04:08:46.873Z Compiling num-traits v0.2.19
23352026-05-20T04:08:47.196Z Compiling lock_api v0.4.14
23362026-05-20T04:08:47.355Z Compiling mio v1.2.0
23372026-05-20T04:08:47.440Z Compiling parking_lot v0.12.5
23382026-05-20T04:08:47.490Z Compiling serde v1.0.228
23392026-05-20T04:08:47.533Z Compiling serde_json v1.0.149
23402026-05-20T04:08:47.638Z Compiling icu_provider v2.2.0
23412026-05-20T04:08:47.653Z Compiling uuid v1.23.1
23422026-05-20T04:08:47.794Z Compiling semver v1.0.28
23432026-05-20T04:08:48.071Z Compiling bytes v1.11.1
23442026-05-20T04:08:48.156Z Compiling icu_normalizer v2.2.0
23452026-05-20T04:08:48.272Z Compiling icu_properties v2.2.0
23462026-05-20T04:08:48.283Z Compiling chrono v0.4.44
23472026-05-20T04:08:48.398Z Compiling portable-atomic v1.13.1
23482026-05-20T04:08:48.444Z Compiling thiserror v2.0.18
23492026-05-20T04:08:48.591Z Compiling getrandom v0.2.17
23502026-05-20T04:08:48.808Z Compiling tokio v1.52.3
23512026-05-20T04:08:48.974Z Compiling critical-section v1.2.0
23522026-05-20T04:08:49.084Z Compiling subtle v2.6.1
23532026-05-20T04:08:49.106Z Compiling futures-core v0.3.32
23542026-05-20T04:08:49.256Z Compiling idna_adapter v1.2.2
23552026-05-20T04:08:49.267Z Compiling once_cell v1.21.4
23562026-05-20T04:08:49.393Z Compiling idna v1.1.0
23572026-05-20T04:08:49.393Z Compiling bitflags v2.11.1
23582026-05-20T04:08:49.513Z Compiling log v0.4.29
23592026-05-20T04:08:49.688Z Compiling equivalent v1.0.2
23602026-05-20T04:08:49.765Z Compiling url v2.5.8
23612026-05-20T04:08:49.779Z Compiling zerocopy v0.8.48
23622026-05-20T04:08:49.791Z Compiling rand_core v0.6.4
23632026-05-20T04:08:49.843Z Compiling futures-sink v0.3.32
23642026-05-20T04:08:49.989Z Compiling slab v0.4.12
23652026-05-20T04:08:50.059Z Compiling futures-channel v0.3.32
23662026-05-20T04:08:50.225Z Compiling futures-io v0.3.32
23672026-05-20T04:08:50.314Z Compiling futures-task v0.3.32
23682026-05-20T04:08:50.342Z Compiling typenum v1.20.0
23692026-05-20T04:08:50.391Z Compiling schemars v0.8.22
23702026-05-20T04:08:50.430Z Compiling futures-util v0.3.32
23712026-05-20T04:08:51.005Z Compiling generic-array v0.14.7
23722026-05-20T04:08:51.521Z Compiling hashbrown v0.17.1
23732026-05-20T04:08:51.540Z Compiling tracing-core v0.1.36
23742026-05-20T04:08:51.875Z Compiling base64 v0.22.1
23752026-05-20T04:08:52.179Z Compiling indexmap v2.14.0
23762026-05-20T04:08:52.336Z Compiling tracing v0.1.44
23772026-05-20T04:08:52.385Z Compiling crypto-common v0.1.7
23782026-05-20T04:08:52.512Z Compiling ipnetwork v0.21.1
23792026-05-20T04:08:52.639Z Compiling http v1.4.0
23802026-05-20T04:08:52.686Z Compiling unicode-ident v1.0.24
23812026-05-20T04:08:52.832Z Compiling proc-macro2 v1.0.106
23822026-05-20T04:08:52.995Z Compiling slog v2.8.2
23832026-05-20T04:08:53.015Z Compiling erased-serde v0.3.31
23842026-05-20T04:08:53.044Z Compiling rustls-pki-types v1.14.1
23852026-05-20T04:08:53.097Z Compiling fnv v1.0.7
23862026-05-20T04:08:53.207Z Compiling untrusted v0.9.0
23872026-05-20T04:08:53.347Z Compiling quote v1.0.45
23882026-05-20T04:08:53.920Z Compiling syn v2.0.117
23892026-05-20T04:08:54.074Z Compiling tokio-util v0.7.18
23902026-05-20T04:08:54.173Z Compiling oxnet v0.1.5
23912026-05-20T04:08:54.528Z Compiling ipnet v2.12.0
23922026-05-20T04:08:54.555Z Compiling byteorder v1.5.0
23932026-05-20T04:08:54.849Z Compiling thiserror v1.0.69
23942026-05-20T04:08:54.927Z Compiling ppv-lite86 v0.2.21
23952026-05-20T04:08:54.994Z Compiling http-body v1.0.1
23962026-05-20T04:08:55.166Z Compiling block-buffer v0.10.4
23972026-05-20T04:08:55.263Z Compiling atomic-waker v1.1.2
23982026-05-20T04:08:55.312Z Compiling digest v0.10.7
23992026-05-20T04:08:55.341Z Compiling httparse v1.10.1
24002026-05-20T04:08:55.388Z Compiling pretty-hex v0.4.2
24012026-05-20T04:08:55.397Z Compiling tower-service v0.3.3
24022026-05-20T04:08:55.554Z Compiling tower-layer v0.3.3
24032026-05-20T04:08:55.569Z Compiling ryu v1.0.23
24042026-05-20T04:08:55.573Z Compiling try-lock v0.2.5
24052026-05-20T04:08:55.683Z Compiling want v0.3.1
24062026-05-20T04:08:55.694Z Compiling h2 v0.4.14
24072026-05-20T04:08:55.718Z Compiling httpdate v1.0.3
24082026-05-20T04:08:55.811Z Compiling rustix v1.1.4
24092026-05-20T04:08:55.826Z Compiling regex-syntax v0.8.10
24102026-05-20T04:08:55.865Z Compiling plain v0.2.3
24112026-05-20T04:08:55.989Z Compiling getrandom v0.3.4
24122026-05-20T04:08:56.096Z Compiling omicron-workspace-hack v0.1.0
24132026-05-20T04:08:56.179Z Compiling aws-lc-sys v0.41.0
24142026-05-20T04:08:56.186Z Compiling ucd-trie v0.1.7
24152026-05-20T04:08:56.217Z Compiling untrusted v0.7.1
24162026-05-20T04:08:56.331Z Compiling rand_core v0.9.5
24172026-05-20T04:08:56.596Z Compiling pest v2.8.6
24182026-05-20T04:08:56.749Z Compiling aws-lc-rs v1.17.0
24192026-05-20T04:08:56.784Z Compiling crossbeam-utils v0.8.21
24202026-05-20T04:08:57.562Z Compiling serde_urlencoded v0.7.1
24212026-05-20T04:08:57.674Z Compiling http-body-util v0.1.3
24222026-05-20T04:08:57.848Z Compiling allocator-api2 v0.2.21
24232026-05-20T04:08:58.028Z Compiling foldhash v0.2.0
24242026-05-20T04:08:58.270Z Compiling hyper v1.9.0
24252026-05-20T04:08:58.280Z Compiling rustls v0.23.40
24262026-05-20T04:08:58.289Z Compiling hashbrown v0.16.1
24272026-05-20T04:08:58.574Z Compiling rustls-webpki v0.103.13
24282026-05-20T04:08:59.052Z Compiling newtype-uuid v1.3.2
24292026-05-20T04:08:59.591Z Compiling hyper-util v0.1.20
24302026-05-20T04:09:00.093Z Compiling cpufeatures v0.2.17
24312026-05-20T04:09:00.171Z Compiling hex v0.4.3
24322026-05-20T04:09:00.493Z Compiling daft v0.1.7
24332026-05-20T04:09:01.239Z Compiling rand_chacha v0.9.0
24342026-05-20T04:09:01.746Z Compiling sync_wrapper v1.0.2
24352026-05-20T04:09:01.849Z Compiling aho-corasick v1.1.4
24362026-05-20T04:09:01.896Z Compiling fastrand v2.4.1
24372026-05-20T04:09:02.210Z Compiling tower v0.5.3
24382026-05-20T04:09:02.578Z Compiling anyhow v1.0.102
24392026-05-20T04:09:02.691Z Compiling rand v0.9.4
24402026-05-20T04:09:02.827Z Compiling regex-automata v0.4.14
24412026-05-20T04:09:02.941Z Compiling powerfmt v0.2.0
24422026-05-20T04:09:03.098Z Compiling deranged v0.5.8
24432026-05-20T04:09:03.132Z Compiling tower-http v0.6.10
24442026-05-20T04:09:03.305Z Compiling openapiv3 v2.2.0
24452026-05-20T04:09:03.468Z Compiling time-core v0.1.8
24462026-05-20T04:09:03.611Z Compiling num-conv v0.2.1
24472026-05-20T04:09:03.767Z Compiling openssl-probe v0.2.1
24482026-05-20T04:09:03.814Z Compiling num_threads v0.1.7
24492026-05-20T04:09:03.907Z Compiling rustls-native-certs v0.8.3
24502026-05-20T04:09:04.067Z Compiling camino v1.2.2
24512026-05-20T04:09:04.184Z Compiling time v0.3.47
24522026-05-20T04:09:04.618Z Compiling tokio-rustls v0.26.4
24532026-05-20T04:09:04.763Z Compiling tempfile v3.27.0
24542026-05-20T04:09:04.923Z Compiling futures-executor v0.3.32
24552026-05-20T04:09:05.463Z Compiling winnow v1.0.3
24562026-05-20T04:09:05.667Z Compiling futures v0.3.32
24572026-05-20T04:09:05.690Z Compiling hyper-rustls v0.27.9
24582026-05-20T04:09:05.767Z Compiling regex v1.12.3
24592026-05-20T04:09:06.069Z Compiling rustls-platform-verifier v0.7.0
24602026-05-20T04:09:06.722Z Compiling crossbeam-channel v0.5.15
24612026-05-20T04:09:07.026Z Compiling scroll v0.13.0
24622026-05-20T04:09:07.169Z Compiling simd-adler32 v0.3.9
24632026-05-20T04:09:07.220Z Compiling adler2 v2.0.1
24642026-05-20T04:09:07.230Z Compiling goblin v0.10.5
24652026-05-20T04:09:07.230Z Compiling crc32fast v1.5.0
24662026-05-20T04:09:07.381Z Compiling miniz_oxide v0.8.9
24672026-05-20T04:09:07.440Z Compiling reqwest v0.13.3
24682026-05-20T04:09:07.485Z Compiling ring v0.17.14
24692026-05-20T04:09:08.454Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24702026-05-20T04:09:08.812Z Compiling thread_local v1.1.9
24712026-05-20T04:09:09.172Z Compiling either v1.15.0
24722026-05-20T04:09:09.413Z Compiling rustls-webpki v0.102.8
24732026-05-20T04:09:10.037Z Compiling flate2 v1.1.9
24742026-05-20T04:09:10.608Z Compiling dof v0.4.0
24752026-05-20T04:09:11.294Z Compiling dtrace-parser v0.3.0
24762026-05-20T04:09:11.795Z Compiling rand_chacha v0.3.1
24772026-05-20T04:09:12.511Z Compiling is-terminal v0.4.17
24782026-05-20T04:09:12.536Z Compiling thread-id v5.1.0
24792026-05-20T04:09:12.624Z Compiling match_cfg v0.1.0
24802026-05-20T04:09:12.721Z Compiling debug-ignore v1.0.5
24812026-05-20T04:09:12.859Z Compiling compression-core v0.4.32
24822026-05-20T04:09:13.034Z Compiling term v1.2.1
24832026-05-20T04:09:13.775Z Compiling take_mut v0.2.2
24842026-05-20T04:09:13.854Z Compiling slog-async v2.8.0
24852026-05-20T04:09:13.943Z Compiling slog-term v2.9.2
24862026-05-20T04:09:14.125Z Compiling compression-codecs v0.4.38
24872026-05-20T04:09:14.508Z Compiling hostname v0.3.1
24882026-05-20T04:09:14.637Z Compiling usdt-impl v0.6.0
24892026-05-20T04:09:15.006Z Compiling rand v0.8.6
24902026-05-20T04:09:15.294Z Compiling ref-cast v1.0.25
24912026-05-20T04:09:15.363Z Compiling rustls v0.22.4
24922026-05-20T04:09:15.388Z Compiling toml_parser v1.1.2+spec-1.1.0
24932026-05-20T04:09:15.827Z Compiling slog-json v2.6.1
24942026-05-20T04:09:16.049Z Compiling strum v0.26.3
24952026-05-20T04:09:16.305Z Compiling macaddr v1.0.1
24962026-05-20T04:09:16.505Z Compiling toml_datetime v1.1.1+spec-1.1.0
24972026-05-20T04:09:16.722Z Compiling serde_spanned v1.1.1
24982026-05-20T04:09:16.848Z Compiling wait-timeout v0.2.1
24992026-05-20T04:09:16.910Z Compiling memmap2 v0.9.10
25002026-05-20T04:09:17.224Z Compiling encoding_rs v0.8.35
25012026-05-20T04:09:17.345Z Compiling mime v0.3.17
25022026-05-20T04:09:17.849Z Compiling spin v0.9.8
25032026-05-20T04:09:17.964Z Compiling toml_writer v1.1.1+spec-1.1.0
25042026-05-20T04:09:18.229Z Compiling quick-error v1.2.3
25052026-05-20T04:09:18.380Z Compiling bit-vec v0.8.0
25062026-05-20T04:09:18.524Z Compiling rusty-fork v0.3.1
25072026-05-20T04:09:18.697Z Compiling bit-set v0.8.0
25082026-05-20T04:09:18.886Z Compiling multer v3.1.0
25092026-05-20T04:09:18.976Z Compiling toml v1.1.2+spec-1.1.0
25102026-05-20T04:09:19.380Z Compiling tokio-rustls v0.25.0
25112026-05-20T04:09:19.658Z Compiling usdt v0.6.0
25122026-05-20T04:09:19.899Z Compiling slog-bunyan v2.5.0
25132026-05-20T04:09:20.034Z Compiling async-compression v0.4.42
25142026-05-20T04:09:20.125Z Compiling serde_with v3.20.0
25152026-05-20T04:09:20.330Z Compiling async-stream v0.3.6
25162026-05-20T04:09:20.532Z Compiling sha1 v0.10.6
25172026-05-20T04:09:20.532Z Compiling rand_xorshift v0.4.0
25182026-05-20T04:09:20.703Z Compiling waitgroup v0.1.2
25192026-05-20T04:09:20.871Z Compiling rustls-pemfile v2.2.0
25202026-05-20T04:09:21.081Z Compiling serde_path_to_error v0.1.20
25212026-05-20T04:09:21.167Z Compiling hostname v0.4.2
25222026-05-20T04:09:21.386Z Compiling unarray v0.1.4
25232026-05-20T04:09:21.412Z Compiling dropshot v0.17.0
25242026-05-20T04:09:21.448Z Compiling proptest v1.11.0
25252026-05-20T04:09:21.516Z Compiling progenitor-client v0.14.0
25262026-05-20T04:09:22.020Z Compiling strum v0.27.2
25272026-05-20T04:09:22.154Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25282026-05-20T04:09:22.203Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25292026-05-20T04:09:22.400Z Compiling rustc-hash v2.1.2
25302026-05-20T04:09:22.462Z Compiling iddqd v0.3.18
25312026-05-20T04:09:22.505Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25322026-05-20T04:09:22.808Z Compiling reqwest v0.12.28
25332026-05-20T04:09:22.915Z Compiling backon v1.6.0
25342026-05-20T04:09:23.191Z Compiling instant v0.1.13
25352026-05-20T04:09:23.363Z Compiling backoff v0.4.0
25362026-05-20T04:09:23.500Z Compiling progenitor-extras v0.2.0
25372026-05-20T04:09:23.541Z Compiling parse-display v0.10.0
25382026-05-20T04:09:23.754Z Compiling itertools v0.14.0
25392026-05-20T04:09:24.357Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25402026-05-20T04:09:24.426Z Compiling progenitor-client v0.10.0
25412026-05-20T04:09:24.924Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25422026-05-20T04:09:25.201Z Compiling regress v0.10.5
25432026-05-20T04:09:25.276Z Compiling heck v0.5.0
25442026-05-20T04:09:25.859Z Compiling unicode-width v0.2.2
25452026-05-20T04:09:26.182Z Compiling secrecy v0.10.3
25462026-05-20T04:09:26.315Z Compiling tinyvec_macros v0.1.1
25472026-05-20T04:09:26.356Z Compiling num-integer v0.1.46
25482026-05-20T04:09:26.393Z Compiling tinyvec v1.11.0
25492026-05-20T04:09:26.854Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25502026-05-20T04:09:26.865Z Compiling scroll v0.12.0
25512026-05-20T04:09:27.168Z Compiling crucible-workspace-hack v0.1.0
25522026-05-20T04:09:27.251Z Compiling regress v0.11.1
25532026-05-20T04:09:28.814Z Compiling hmac v0.12.1
25542026-05-20T04:09:28.870Z Compiling inout v0.1.4
25552026-05-20T04:09:28.973Z Compiling ff v0.13.1
25562026-05-20T04:09:29.037Z Compiling utf8parse v0.2.2
25572026-05-20T04:09:29.127Z Compiling anstyle-parse v1.0.0
25582026-05-20T04:09:29.158Z Compiling group v0.13.0
25592026-05-20T04:09:29.279Z Compiling cipher v0.4.4
25602026-05-20T04:09:29.356Z Compiling typify-impl v0.6.2
25612026-05-20T04:09:29.538Z Compiling hkdf v0.12.4
25622026-05-20T04:09:29.712Z Compiling goblin v0.8.2
25632026-05-20T04:09:29.971Z Compiling num-iter v0.1.45
25642026-05-20T04:09:30.108Z Compiling num-rational v0.4.2
25652026-05-20T04:09:30.457Z Compiling zerocopy v0.7.35
25662026-05-20T04:09:31.057Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25672026-05-20T04:09:31.245Z Compiling terminal_size v0.4.4
25682026-05-20T04:09:31.408Z Compiling half v2.7.1
25692026-05-20T04:09:31.770Z Compiling universal-hash v0.5.1
25702026-05-20T04:09:31.921Z Compiling crypto-bigint v0.5.5
25712026-05-20T04:09:32.159Z Compiling num-complex v0.4.6
25722026-05-20T04:09:32.387Z Compiling opaque-debug v0.3.1
25732026-05-20T04:09:32.468Z Compiling anstyle v1.0.14
25742026-05-20T04:09:32.611Z Compiling ciborium-io v0.2.2
25752026-05-20T04:09:32.715Z Compiling base16ct v0.2.0
25762026-05-20T04:09:32.747Z Compiling colorchoice v1.0.5
25772026-05-20T04:09:32.890Z Compiling base64ct v1.8.3
25782026-05-20T04:09:32.950Z Compiling anstyle-query v1.1.5
25792026-05-20T04:09:33.075Z Compiling is_terminal_polyfill v1.70.2
25802026-05-20T04:09:33.181Z Compiling anstream v1.0.0
25812026-05-20T04:09:33.237Z Compiling password-hash v0.5.0
25822026-05-20T04:09:33.692Z Compiling elliptic-curve v0.13.8
25832026-05-20T04:09:33.922Z Compiling ciborium-ll v0.2.2
25842026-05-20T04:09:34.009Z Compiling num v0.4.3
25852026-05-20T04:09:34.094Z Compiling poly1305 v0.8.0
25862026-05-20T04:09:34.191Z Compiling curve25519-dalek v4.1.3
25872026-05-20T04:09:34.203Z Compiling dof v0.3.0
25882026-05-20T04:09:34.722Z Compiling typify v0.6.2
25892026-05-20T04:09:34.840Z Compiling thiserror-no-std v2.0.2
25902026-05-20T04:09:34.941Z Compiling chacha20 v0.9.1
25912026-05-20T04:09:35.202Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25922026-05-20T04:09:35.416Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25932026-05-20T04:09:36.875Z Compiling byte-wrapper v0.1.0
25942026-05-20T04:09:36.896Z Compiling dtrace-parser v0.2.0
25952026-05-20T04:09:37.055Z Compiling crossbeam-epoch v0.9.18
25962026-05-20T04:09:37.547Z Compiling blake2 v0.10.6
25972026-05-20T04:09:37.575Z Compiling aead v0.5.2
25982026-05-20T04:09:37.771Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25992026-05-20T04:09:37.868Z Compiling thread-id v4.2.2
26002026-05-20T04:09:38.009Z Compiling float-ord v0.3.2
26012026-05-20T04:09:38.066Z Compiling keccak v0.1.6
26022026-05-20T04:09:38.129Z Compiling strsim v0.11.1
26032026-05-20T04:09:38.785Z Compiling clap_lex v1.1.0
26042026-05-20T04:09:38.965Z Compiling clap_builder v4.6.0
26052026-05-20T04:09:39.116Z Compiling sha3 v0.10.9
26062026-05-20T04:09:39.155Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26072026-05-20T04:09:39.336Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-20T04:09:39.468Z Compiling usdt-impl v0.5.0
26092026-05-20T04:09:39.512Z Compiling argon2 v0.5.3
26102026-05-20T04:09:40.543Z Compiling chacha20poly1305 v0.10.1
26112026-05-20T04:09:40.695Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26122026-05-20T04:09:40.778Z Compiling vsss-rs v3.3.4
26132026-05-20T04:09:42.288Z Compiling ciborium v0.2.2
26142026-05-20T04:09:43.204Z Compiling hash32 v0.3.1
26152026-05-20T04:09:43.385Z Compiling memmap v0.7.0
26162026-05-20T04:09:43.630Z Compiling data-encoding v2.11.0
26172026-05-20T04:09:43.802Z Compiling indent_write v2.2.0
26182026-05-20T04:09:43.962Z Compiling usdt v0.5.0
26192026-05-20T04:09:44.619Z Compiling heapless v0.8.0
26202026-05-20T04:09:45.122Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26212026-05-20T04:09:45.634Z Compiling ingot-types v0.1.2
26222026-05-20T04:09:46.114Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26232026-05-20T04:09:46.215Z Compiling clap v4.6.1
26242026-05-20T04:09:46.340Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26252026-05-20T04:09:46.353Z Compiling rustix v0.38.44
26262026-05-20T04:09:46.614Z Compiling tabwriter v1.4.1
26272026-05-20T04:09:46.668Z Compiling cobs v0.3.0
26282026-05-20T04:09:46.951Z Compiling bitflags v1.3.2
26292026-05-20T04:09:46.984Z Compiling foreign-types-shared v0.3.1
26302026-05-20T04:09:47.032Z Compiling colored v3.1.1
26312026-05-20T04:09:47.085Z Compiling managed v0.8.0
26322026-05-20T04:09:47.381Z Compiling cpufeatures v0.3.0
26332026-05-20T04:09:47.497Z Compiling chacha20 v0.10.0
26342026-05-20T04:09:47.678Z Compiling smoltcp v0.11.0
26352026-05-20T04:09:47.709Z Compiling foreign-types v0.5.0
26362026-05-20T04:09:47.758Z Compiling postcard v1.1.3
26372026-05-20T04:09:47.802Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26382026-05-20T04:09:48.142Z Compiling num_enum v0.7.6
26392026-05-20T04:09:48.273Z Compiling ingot v0.1.1
26402026-05-20T04:09:49.649Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26412026-05-20T04:09:49.726Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26422026-05-20T04:09:49.938Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26432026-05-20T04:09:50.064Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26442026-05-20T04:09:50.167Z Compiling toml_datetime v0.6.11
26452026-05-20T04:09:50.489Z Compiling serde_spanned v0.6.9
26462026-05-20T04:09:50.518Z Compiling cstr-argument v0.1.2
26472026-05-20T04:09:50.562Z Compiling static_assertions v1.1.0
26482026-05-20T04:09:50.646Z Compiling linked-hash-map v0.5.6
26492026-05-20T04:09:50.657Z Compiling resolv-conf v0.7.6
26502026-05-20T04:09:50.690Z Compiling winnow v0.7.15
26512026-05-20T04:09:50.920Z Compiling unicode-segmentation v1.13.2
26522026-05-20T04:09:51.068Z Compiling swrite v0.1.0
26532026-05-20T04:09:51.208Z Compiling toml_write v0.1.2
26542026-05-20T04:09:51.321Z Compiling newline-converter v0.3.0
26552026-05-20T04:09:51.333Z Compiling lru-cache v0.1.2
26562026-05-20T04:09:51.438Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26572026-05-20T04:09:51.452Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26582026-05-20T04:09:51.462Z Compiling hubpack v0.1.2
26592026-05-20T04:09:51.517Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26602026-05-20T04:09:51.646Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26612026-05-20T04:09:51.711Z Compiling memoffset v0.9.1
26622026-05-20T04:09:51.808Z Compiling rand v0.10.1
26632026-05-20T04:09:51.869Z Compiling atomicwrites v0.4.4
26642026-05-20T04:09:51.894Z Compiling hickory-proto v0.24.4
26652026-05-20T04:09:52.197Z Compiling crossbeam-deque v0.8.6
26662026-05-20T04:09:52.412Z Compiling toml_edit v0.22.27
26672026-05-20T04:09:52.641Z Compiling console v0.15.11
26682026-05-20T04:09:52.650Z Compiling itertools v0.12.1
26692026-05-20T04:09:53.231Z Compiling camino-tempfile v1.4.1
26702026-05-20T04:09:53.639Z Compiling serde-big-array v0.5.1
26712026-05-20T04:09:54.022Z Compiling lazy_static v1.5.0
26722026-05-20T04:09:54.993Z Compiling similar v2.7.0
26732026-05-20T04:09:54.993Z Compiling siphasher v1.0.3
26742026-05-20T04:09:55.139Z Compiling toml v0.8.23
26752026-05-20T04:09:55.139Z Compiling phf_shared v0.12.1
26762026-05-20T04:09:55.227Z Compiling expectorate v1.2.0
26772026-05-20T04:09:55.227Z Compiling hickory-resolver v0.24.4
26782026-05-20T04:09:55.953Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26792026-05-20T04:09:57.004Z Compiling pin-project v1.1.13
26802026-05-20T04:09:57.054Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26812026-05-20T04:09:57.054Z Compiling prettyplease v0.2.37
26822026-05-20T04:09:57.222Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26832026-05-20T04:10:00.663Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26842026-05-20T04:10:00.775Z Compiling rayon-core v1.13.0
26852026-05-20T04:10:00.775Z Compiling nix v0.31.3
26862026-05-20T04:10:01.077Z Compiling num_enum v0.5.11
26872026-05-20T04:10:01.117Z Compiling progenitor-impl v0.14.0
26882026-05-20T04:10:03.914Z Compiling progenitor-impl v0.13.0
26892026-05-20T04:10:03.921Z Compiling unicode-normalization v0.1.25
26902026-05-20T04:10:03.921Z Compiling progenitor-client v0.13.0
26912026-05-20T04:10:03.921Z Compiling tokio-stream v0.1.18
26922026-05-20T04:10:03.921Z Compiling csv-core v0.1.13
26932026-05-20T04:10:03.921Z Compiling bstr v1.12.1
26942026-05-20T04:10:03.952Z Compiling highway v1.3.0
26952026-05-20T04:10:05.271Z Compiling foreign-types-shared v0.1.1
26962026-05-20T04:10:05.762Z Compiling same-file v1.0.6
26972026-05-20T04:10:05.863Z Compiling unicode-width v0.1.14
26982026-05-20T04:10:05.863Z Compiling konst_macro_rules v0.2.19
26992026-05-20T04:10:05.863Z Compiling foldhash v0.1.5
27002026-05-20T04:10:05.863Z Compiling konst v0.2.20
27012026-05-20T04:10:05.863Z Compiling walkdir v2.5.0
27022026-05-20T04:10:05.863Z Compiling hashbrown v0.15.5
27032026-05-20T04:10:05.863Z Compiling foreign-types v0.3.2
27042026-05-20T04:10:05.863Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27052026-05-20T04:10:05.863Z Compiling globset v0.4.18
27062026-05-20T04:10:05.863Z Compiling csv v1.4.0
27072026-05-20T04:10:06.599Z Compiling progenitor v0.13.0
27082026-05-20T04:10:07.221Z Compiling snafu v0.8.9
27092026-05-20T04:10:07.285Z Compiling qorb v0.4.1
27102026-05-20T04:10:08.673Z Compiling olpc-cjson v0.1.4
27112026-05-20T04:10:08.841Z Compiling progenitor v0.14.0
27122026-05-20T04:10:08.894Z Compiling rayon v1.12.0
27132026-05-20T04:10:09.008Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27142026-05-20T04:10:09.714Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27152026-05-20T04:10:11.159Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27162026-05-20T04:10:12.151Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27172026-05-20T04:10:13.600Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27182026-05-20T04:10:14.298Z Compiling phf v0.12.1
27192026-05-20T04:10:14.467Z Compiling openssl-sys v0.9.116
27202026-05-20T04:10:14.912Z Compiling tokio-dtrace v0.1.1
27212026-05-20T04:10:15.259Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27222026-05-20T04:10:17.209Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27232026-05-20T04:10:17.317Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27242026-05-20T04:10:17.415Z Compiling libsw-core v0.3.2
27252026-05-20T04:10:17.582Z Compiling pem v3.0.6
27262026-05-20T04:10:17.760Z Compiling serde_plain v1.0.2
27272026-05-20T04:10:18.052Z Compiling sigpipe v0.1.3
27282026-05-20T04:10:18.160Z Compiling typed-path v0.9.3
27292026-05-20T04:10:18.348Z Compiling fixedbitset v0.5.7
27302026-05-20T04:10:18.753Z Compiling minimal-lexical v0.2.1
27312026-05-20T04:10:18.837Z Compiling bytecount v0.6.9
27322026-05-20T04:10:18.870Z Compiling fixedbitset v0.4.2
27332026-05-20T04:10:19.086Z Compiling jiff v0.2.24
27342026-05-20T04:10:19.117Z Compiling glob v0.3.3
27352026-05-20T04:10:19.269Z Compiling tough v0.22.0
27362026-05-20T04:10:20.086Z Compiling petgraph v0.6.5
27372026-05-20T04:10:20.476Z Compiling papergrid v0.11.0
27382026-05-20T04:10:21.063Z Compiling nom v7.1.3
27392026-05-20T04:10:21.196Z Compiling petgraph v0.8.3
27402026-05-20T04:10:21.573Z Compiling openssl v0.10.80
27412026-05-20T04:10:21.949Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27422026-05-20T04:10:22.899Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27432026-05-20T04:10:24.670Z Compiling libsw v3.5.0
27442026-05-20T04:10:24.817Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27452026-05-20T04:10:24.817Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27462026-05-20T04:10:24.883Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27472026-05-20T04:10:25.275Z Compiling zone v0.3.1
27482026-05-20T04:10:25.865Z Compiling oxide-tokio-rt v0.1.6
27492026-05-20T04:10:26.527Z Compiling chrono-tz v0.10.4
27502026-05-20T04:10:27.084Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27512026-05-20T04:10:27.116Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27522026-05-20T04:10:27.293Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27532026-05-20T04:10:27.484Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27542026-05-20T04:10:27.575Z Compiling newtype_derive v0.1.6
27552026-05-20T04:10:27.670Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27562026-05-20T04:10:28.046Z Compiling slog-dtrace v0.3.0
27572026-05-20T04:10:28.774Z Compiling cancel-safe-futures v0.1.5
27582026-05-20T04:10:29.139Z Compiling const_format v0.2.36
27592026-05-20T04:10:29.652Z Compiling owo-colors v4.3.0
27602026-05-20T04:10:30.058Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-20T04:10:30.552Z Compiling gethostname v0.5.0
27622026-05-20T04:10:30.689Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27632026-05-20T04:10:30.810Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27642026-05-20T04:10:30.955Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27652026-05-20T04:10:31.080Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27662026-05-20T04:10:31.407Z Compiling bcs v0.1.6
27672026-05-20T04:10:31.436Z Compiling smf v0.2.3
27682026-05-20T04:10:31.812Z Compiling tagptr v0.2.0
27692026-05-20T04:10:31.868Z Compiling linear-map v1.2.0
27702026-05-20T04:10:31.974Z Compiling unicode-linebreak v0.1.5
27712026-05-20T04:10:32.058Z Compiling termtree v0.5.1
27722026-05-20T04:10:32.241Z Compiling smawk v0.3.2
27732026-05-20T04:10:32.286Z Compiling whoami v1.6.1
27742026-05-20T04:10:32.425Z Compiling textwrap v0.16.2
27752026-05-20T04:10:32.716Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-05-20T04:10:32.716Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27772026-05-20T04:10:32.855Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27782026-05-20T04:10:32.902Z Compiling moka v0.12.15
27792026-05-20T04:10:35.308Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27802026-05-20T04:10:35.328Z Compiling tabled v0.15.0
27812026-05-20T04:10:35.329Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27822026-05-20T04:10:35.329Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27832026-05-20T04:10:35.329Z Compiling steno v0.4.1
27842026-05-20T04:10:35.861Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27852026-05-20T04:10:36.548Z Compiling cookie v0.18.1
27862026-05-20T04:10:37.980Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27872026-05-20T04:10:41.590Z Compiling hickory-proto v0.25.2
27882026-05-20T04:10:42.715Z Compiling humantime v2.3.0
27892026-05-20T04:10:43.076Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27902026-05-20T04:10:43.143Z Compiling arc-swap v1.9.1
27912026-05-20T04:10:43.522Z Compiling slog-scope v4.4.1
27922026-05-20T04:10:43.656Z Compiling libscf-sys v1.2.0
27932026-05-20T04:10:43.808Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27942026-05-20T04:10:43.980Z Compiling hickory-resolver v0.25.2
27952026-05-20T04:10:44.870Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27962026-05-20T04:10:47.596Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27972026-05-20T04:10:47.641Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27982026-05-20T04:10:47.642Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27992026-05-20T04:10:47.642Z Compiling slog-stdlog v4.1.1
28002026-05-20T04:10:47.642Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28012026-05-20T04:10:47.642Z Compiling slog-envlogger v2.2.0
28022026-05-20T04:10:47.727Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
28032026-05-20T04:10:47.921Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28042026-05-20T04:10:48.893Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28052026-05-20T04:10:58.103Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28062026-05-20T04:11:01.029Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28072026-05-20T04:11:02.447Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28082026-05-20T04:11:11.697Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28092026-05-20T04:11:16.483Z Finished `release` profile [optimized] target(s) in 2m 31s
28102026-05-20T04:11:16.596Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28112026-05-20T04:11:16.599Z
28122026-05-20T04:11:16.599Zrunning 1 test
28132026-05-20T04:11:16.776Zconfigure zone
28142026-05-20T04:11:16.794Zinstall zone
28152026-05-20T04:11:26.545Zboot zone
28162026-05-20T04:11:26.654Zstart zone s1
28172026-05-20T04:11:26.660Zconfigure zone
28182026-05-20T04:11:26.660Zinstall zone
28192026-05-20T04:11:28.606Zboot zone
28202026-05-20T04:11:28.706Zstart zone s2
28212026-05-20T04:11:28.710Zconfigure zone
28222026-05-20T04:11:28.716Zinstall zone
28232026-05-20T04:11:30.999Zboot zone
28242026-05-20T04:11:31.108Zstart zone s3
28252026-05-20T04:11:31.108Zconfigure zone
28262026-05-20T04:11:31.118Zinstall zone
28272026-05-20T04:11:33.833Zboot zone
28282026-05-20T04:11:33.937Zstart zone t1
28292026-05-20T04:11:33.937Zconfigure zone
28302026-05-20T04:11:33.948Zinstall zone
28312026-05-20T04:11:36.657Zboot zone
28322026-05-20T04:11:36.771Zwaiting for zones to come up
28332026-05-20T04:11:46.770Z[sidecar.quartet] svcs milestone/network
28342026-05-20T04:11:46.798ZSTATE STIME FMRI
28352026-05-20T04:11:46.798Zonline 4:11:26 svc:/milestone/network:default
28362026-05-20T04:11:46.798Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28372026-05-20T04:11:46.824Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28382026-05-20T04:11:46.852Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28392026-05-20T04:11:46.873Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28402026-05-20T04:11:46.876Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28412026-05-20T04:11:46.889Z
28422026-05-20T04:11:46.889Zrunning zone s1.quartet setup
28432026-05-20T04:11:46.889Z[s1.quartet] svcs milestone/network
28442026-05-20T04:11:46.905ZSTATE STIME FMRI
28452026-05-20T04:11:46.905Zonline 4:11:28 svc:/milestone/network:default
28462026-05-20T04:11:46.905Z[s1.quartet] dladm
28472026-05-20T04:11:46.919ZLINK CLASS MTU STATE BRIDGE OVER
28482026-05-20T04:11:46.919Zsl0 simnet 9000 up -- ?
28492026-05-20T04:11:46.919Zmgs1 vnic 9000 up -- ?
28502026-05-20T04:11:46.919Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28512026-05-20T04:11:47.424Z
28522026-05-20T04:11:47.424Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28532026-05-20T04:11:47.434Z
28542026-05-20T04:11:47.434Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28552026-05-20T04:11:47.446Z
28562026-05-20T04:11:47.446Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28572026-05-20T04:11:47.539Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28582026-05-20T04:11:47.613Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0f3246e2-2bbc-4880-a87a-7d52fb61633a --sled-uuid 7a93ed83-7401-4ca8-bbcf-e8979bce702a -a sl0/v6 &> /opt/ddmd.log &
28592026-05-20T04:11:47.628Z
28602026-05-20T04:11:47.628Zrunning zone s2.quartet setup
28612026-05-20T04:11:47.628Z[s2.quartet] svcs milestone/network
28622026-05-20T04:11:47.645ZSTATE STIME FMRI
28632026-05-20T04:11:47.646Zonline 4:11:30 svc:/milestone/network:default
28642026-05-20T04:11:47.646Z[s2.quartet] dladm
28652026-05-20T04:11:47.658ZLINK CLASS MTU STATE BRIDGE OVER
28662026-05-20T04:11:47.658Zsl1 simnet 9000 up -- ?
28672026-05-20T04:11:47.658Zmgs2 vnic 9000 up -- ?
28682026-05-20T04:11:47.658Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28692026-05-20T04:11:48.274Z
28702026-05-20T04:11:48.274Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28712026-05-20T04:11:48.289Z
28722026-05-20T04:11:48.289Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28732026-05-20T04:11:48.301Z
28742026-05-20T04:11:48.301Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28752026-05-20T04:11:48.338Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28762026-05-20T04:11:48.367Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7976f092-ad5d-4066-bbb7-748fbb26e9af --sled-uuid 52a64e83-a7ab-4fa7-9b11-b95be3b4f857 -a sl1/v6 &> /opt/ddmd.log &
28772026-05-20T04:11:48.378Z
28782026-05-20T04:11:48.378Zrunning zone s3.quartet setup
28792026-05-20T04:11:48.378Z[s3.quartet] svcs milestone/network
28802026-05-20T04:11:48.393ZSTATE STIME FMRI
28812026-05-20T04:11:48.393Zonline 4:11:33 svc:/milestone/network:default
28822026-05-20T04:11:48.393Z[s3.quartet] dladm
28832026-05-20T04:11:48.407ZLINK CLASS MTU STATE BRIDGE OVER
28842026-05-20T04:11:48.407Zsl2 simnet 9000 up -- ?
28852026-05-20T04:11:48.407Zmgs3 vnic 9000 up -- ?
28862026-05-20T04:11:48.407Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28872026-05-20T04:11:48.923Z
28882026-05-20T04:11:48.923Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28892026-05-20T04:11:48.936Z
28902026-05-20T04:11:48.936Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28912026-05-20T04:11:48.948Z
28922026-05-20T04:11:48.948Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28932026-05-20T04:11:48.983Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28942026-05-20T04:11:49.024Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e5aef302-a395-4bae-b266-c7e5bda76558 --sled-uuid 662446fd-ccca-4776-ad0c-c4801d58e6e9 -a sl2/v6 &> /opt/ddmd.log &
28952026-05-20T04:11:49.035Z
28962026-05-20T04:11:49.035Zrunning zone t1.quartet setup
28972026-05-20T04:11:49.035Z[t1.quartet] svcs milestone/network
28982026-05-20T04:11:49.053ZSTATE STIME FMRI
28992026-05-20T04:11:49.053Zonline 4:11:36 svc:/milestone/network:default
29002026-05-20T04:11:49.053Z[t1.quartet] dladm
29012026-05-20T04:11:49.064ZLINK CLASS MTU STATE BRIDGE OVER
29022026-05-20T04:11:49.064Ztfportrear0_0 simnet 9000 up -- ?
29032026-05-20T04:11:49.064Ztfportrear1_0 simnet 9000 up -- ?
29042026-05-20T04:11:49.064Ztfportrear2_0 simnet 9000 up -- ?
29052026-05-20T04:11:49.064Zmgt1 vnic 9000 up -- ?
29062026-05-20T04:11:49.064Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29072026-05-20T04:11:49.557Z
29082026-05-20T04:11:49.557Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29092026-05-20T04:11:49.571Z
29102026-05-20T04:11:49.571Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29112026-05-20T04:11:49.584Z
29122026-05-20T04:11:49.584Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29132026-05-20T04:11:49.597Z
29142026-05-20T04:11:49.597Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29152026-05-20T04:11:49.608Z
29162026-05-20T04:11:49.608Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29172026-05-20T04:11:49.933Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29182026-05-20T04:11:49.936Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29192026-05-20T04:11:49.939Zwaiting 3s for copy of files to zone to complete ...
29202026-05-20T04:11:52.943Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29212026-05-20T04:11:53.075Z
29222026-05-20T04:11:53.075Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29232026-05-20T04:11:53.179Z
29242026-05-20T04:11:53.179Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29252026-05-20T04:11:53.216Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29262026-05-20T04:11:53.248Z[t1.quartet] svcadm disable dendrite
29272026-05-20T04:11:53.278Z
29282026-05-20T04:11:53.278Z[t1.quartet] svcadm disable tfport
29292026-05-20T04:11:53.306Z
29302026-05-20T04:11:53.306Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29312026-05-20T04:11:53.323Z
29322026-05-20T04:11:53.323Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29332026-05-20T04:11:53.358Z
29342026-05-20T04:11:53.358Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29352026-05-20T04:11:53.399Z
29362026-05-20T04:11:53.399Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29372026-05-20T04:11:53.407Z
29382026-05-20T04:11:53.407Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29392026-05-20T04:11:53.425Z
29402026-05-20T04:11:53.425Z[t1.quartet] svcadm refresh dendrite:default
29412026-05-20T04:11:53.451Z
29422026-05-20T04:11:53.451Z[t1.quartet] svcadm enable dendrite:default
29432026-05-20T04:11:53.469Z
29442026-05-20T04:11:53.469Zwait 10s for dendrite to come up ...
29452026-05-20T04:12:03.473Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29462026-05-20T04:12:03.514Z
29472026-05-20T04:12:03.514Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29482026-05-20T04:12:03.526Z
29492026-05-20T04:12:03.526Z[t1.quartet] svcadm refresh tfport:default
29502026-05-20T04:12:03.553Z
29512026-05-20T04:12:03.553Z[t1.quartet] svcadm enable tfport
29522026-05-20T04:12:03.571Z
29532026-05-20T04:12:03.571Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4cddc0de-7e6a-4834-ba06-fe0a5aaa093a --sled-uuid 80c0f00d-5c4e-4cc7-88d7-d2fed45b3011 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29542026-05-20T04:12:03.576Z
29552026-05-20T04:12:03.576Z[t1.quartet] ipadm
29562026-05-20T04:12:03.587ZADDROBJ TYPE STATE ADDR
29572026-05-20T04:12:03.587Zlo0/v4 static ok 127.0.0.1/8
29582026-05-20T04:12:03.587Zmgt1/v4 static ok 10.0.0.4/24
29592026-05-20T04:12:03.587Zlo0/v6 static ok ::1/128
29602026-05-20T04:12:03.587Zlo0/u6 static ok fd00:4::1/64
29612026-05-20T04:12:03.587Ztfportrear0_0/v6 addrconf ok fe80::fc87:bff:fee3:1154%tfportrear0_0/10
29622026-05-20T04:12:03.587Ztfportrear1_0/v6 addrconf ok fe80::e831:e8ff:feff:6ccd%tfportrear1_0/10
29632026-05-20T04:12:03.587Ztfportrear2_0/v6 addrconf ok fe80::e097:b7ff:feb6:1922%tfportrear2_0/10
29642026-05-20T04:12:05.721Zinitial peering test passed
29652026-05-20T04:12:06.718Z[s3.quartet] ping fd00:1::1
29662026-05-20T04:12:06.734Zfd00:1::1 is alive
29672026-05-20T04:12:16.613Ztest ddm::test_quartet has been running for over 60 seconds
29682026-05-20T04:12:18.579Z[s3.quartet] ping fd00:1::1
29692026-05-20T04:12:18.677Zfd00:1::1 is alive
29702026-05-20T04:12:18.677Z[t1.quartet] pkill ddmd
29712026-05-20T04:12:18.677Z
29722026-05-20T04:12:18.678Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29732026-05-20T04:12:18.678Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29742026-05-20T04:12:19.689Z[s3.quartet] pkill ddmd
29752026-05-20T04:12:19.728Z
29762026-05-20T04:12:19.728Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29772026-05-20T04:12:21.489Z[s2.quartet] pkill ddmd
29782026-05-20T04:12:21.511Z
29792026-05-20T04:12:21.511Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29802026-05-20T04:12:26.963Z[s1.quartet] pkill ddmd
29812026-05-20T04:12:27.039Z
29822026-05-20T04:12:27.039Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29832026-05-20T04:12:27.078Z[sidecar.quartet] pkill softnpu
29842026-05-20T04:12:27.078Z
29852026-05-20T04:12:27.078Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29862026-05-20T04:12:28.288Ztest ddm::test_quartet ... ok
29872026-05-20T04:12:28.288Z
29882026-05-20T04:12:28.288Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.68s
29892026-05-20T04:12:28.288Z
29902026-05-20T04:12:28.351Z+ cleanup
29912026-05-20T04:12:28.370Z++ id -un
29922026-05-20T04:12:28.379Z++ id -gn
29932026-05-20T04:12:28.379Z+ pfexec chown -R build:build .
29942026-05-20T04:12:28.980Zprocess exited: duration 793467 ms, exit code 0
 
29952026-05-20T04:12:28.990Zfound 6 output files
29962026-05-20T04:12:28.991Zuploading: /work/s1.quartet.log (4357 bytes)
29972026-05-20T04:12:30.011Zuploaded: /work/s1.quartet.log
29982026-05-20T04:12:30.012Zuploading: /work/s2.quartet.log (4136 bytes)
29992026-05-20T04:12:31.070Zuploaded: /work/s2.quartet.log
30002026-05-20T04:12:31.070Zuploading: /work/s3.quartet.log (4249 bytes)
30012026-05-20T04:12:32.356Zuploaded: /work/s3.quartet.log
30022026-05-20T04:12:32.357Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30032026-05-20T04:12:33.481Zuploaded: /work/sidecar.quartet-softnpu.log
30042026-05-20T04:12:33.481Zuploading: /work/t1.quartet-dpd.log (193972 bytes)
30052026-05-20T04:12:36.270Zuploaded: /work/t1.quartet-dpd.log
30062026-05-20T04:12:36.298Zuploading: /work/t1.quartet.log (17191 bytes)
30072026-05-20T04:12:37.342Zuploaded: /work/t1.quartet.log