01KS1RFKYD0MMAJ89EZHG8H5JV: test-ddm-trio

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KS1RGHYCBX3JK9AZ0H64W3TD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T03:58:47.760Zjob assigned to worker 01KS1RGX8PHY6BXJXKGWXT5QY9 [factory aws, i-071c4a329f0141abe] (queued for 1 m 2 s)
 
22026-05-20T03:58:54.017Zstarting task 0: "setup"
32026-05-20T03:58:54.022Z++ uname -s
42026-05-20T03:58:54.026Z+ kern=SunOS
52026-05-20T03:58:54.026Z+ build_user=build
62026-05-20T03:58:54.026Z+ build_uid=12345
72026-05-20T03:58:54.026Z+ work_dir=/work
82026-05-20T03:58:54.026Z+ input_dir=/input
92026-05-20T03:58:54.026Z+ [[ 0 == 12345 ]]
102026-05-20T03:58:54.026Z+ case "$kern" in
112026-05-20T03:58:54.026Z+ groupadd -g 12345 build
122026-05-20T03:58:54.029Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T03:58:56.031Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T03:58:56.086Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T03:58:56.089Z+ home_fs=zfs
162026-05-20T03:58:56.089Z+ [[ zfs == autofs ]]
172026-05-20T03:58:56.089Z+ mkdir -p /home/build
182026-05-20T03:58:56.089Z+ chown build:build /home/build /work
192026-05-20T03:58:58.090Z+ chmod 0700 /home/build /work
202026-05-20T03:58:58.093Zprocess exited: duration 4075 ms, exit code 0
 
212026-05-20T03:58:58.098Zstarting task 1: "rust-toolchain"
222026-05-20T03:58:58.102Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T03:58:58.102Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T03:58:58.102Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T03:58:58.102Z * rust toolchain channel = "stable"
262026-05-20T03:58:58.102Z * rust toolchain profile = "default"
272026-05-20T03:58:58.102Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T03:58:58.105Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T03:58:58.105Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T03:58:58.201Zinfo: downloading installer
312026-05-20T03:58:59.654Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T03:58:59.654Zwarn: /opt/ooce/bin
332026-05-20T03:58:59.654Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T03:58:59.654Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T03:58:59.654Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T03:58:59.654Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T03:58:59.654Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T03:58:59.654Zerror: cannot install while Rust is installed
392026-05-20T03:58:59.654Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T03:58:59.654Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T03:58:59.654Zwarn: /home/build/.rustup/settings.toml
422026-05-20T03:58:59.654Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T03:58:59.654Zwarn: instead of the one inferred from the default host triple.
442026-05-20T03:58:59.688Zinfo: profile set to default
452026-05-20T03:58:59.688Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T03:58:59.691Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T03:58:59.826Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T03:58:59.829Zinfo: downloading 6 components
492026-05-20T03:59:13.894Z
502026-05-20T03:59:13.894Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-20T03:59:13.922Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T03:59:13.922Z
532026-05-20T03:59:13.924Z
542026-05-20T03:59:13.924ZRust is installed now. Great!
552026-05-20T03:59:13.924Z
562026-05-20T03:59:13.925ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T03:59:13.925Zenvironment variable. This has not been done automatically.
582026-05-20T03:59:13.925Z
592026-05-20T03:59:13.925ZTo configure your current shell, you need to source
602026-05-20T03:59:13.925Zthe corresponding env file under $HOME/.cargo.
612026-05-20T03:59:13.925Z
622026-05-20T03:59:13.925ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T03:59:13.925Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T03:59:13.925Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T03:59:13.925Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T03:59:13.925Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T03:59:13.925Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T03:59:13.925Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T03:59:13.925Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T03:59:13.925Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T03:59:14.022Z+ rustup --version
722026-05-20T03:59:14.032Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T03:59:14.034Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T03:59:14.052Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T03:59:14.055Z+ cargo --version
762026-05-20T03:59:14.069Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T03:59:14.071Z+ rustc --version
782026-05-20T03:59:14.091Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T03:59:14.094Zprocess exited: duration 15994 ms, exit code 0
 
802026-05-20T03:59:14.099Zstarting task 2: "authentication"
812026-05-20T03:59:14.115Zprocess exited: duration 15 ms, exit code 0
 
822026-05-20T03:59:14.119Zstarting task 3: "clone repository"
832026-05-20T03:59:14.122Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T03:59:14.125Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T03:59:14.258ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T03:59:15.288Z+ cd /work/oxidecomputer/maghemite
872026-05-20T03:59:15.288Z+ git fetch origin a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
882026-05-20T03:59:15.542ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T03:59:15.542Z * branch a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 -> FETCH_HEAD
902026-05-20T03:59:15.546Z+ [[ -n renovate/opte ]]
912026-05-20T03:59:15.549Z++ git branch --show-current
922026-05-20T03:59:15.549Z+ current=main
932026-05-20T03:59:15.549Z+ [[ main != renovate/opte ]]
942026-05-20T03:59:15.549Z+ git branch -f renovate/opte a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
952026-05-20T03:59:15.552Z+ git checkout -f renovate/opte
962026-05-20T03:59:15.568ZSwitched to branch 'renovate/opte'
972026-05-20T03:59:15.571Z+ git reset --hard a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
982026-05-20T03:59:15.585ZHEAD is now at a5bcff7 Update opte to 5470aa1
992026-05-20T03:59:15.588Zprocess exited: duration 1466 ms, exit code 0
 
1002026-05-20T03:59:15.596Zstarting task 4: "build"
1012026-05-20T03:59:15.603Z++ dladm
1022026-05-20T03:59:15.607ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-20T03:59:15.607Zena0 phys 9216 up -- --
1042026-05-20T03:59:15.607Z++ ipadm
1052026-05-20T03:59:15.607ZADDROBJ TYPE STATE ADDR
1062026-05-20T03:59:15.607Zlo0/v4 static ok 127.0.0.1/8
1072026-05-20T03:59:15.607Zena0/dhcp dhcp ok 10.150.1.91/24
1082026-05-20T03:59:15.607Zlo0/v6 static ok ::1/128
1092026-05-20T03:59:15.611Z++ banner collect
1102026-05-20T03:59:15.611Z
1112026-05-20T03:59:15.611Z #### #### # # ###### #### #####
1122026-05-20T03:59:15.611Z # # # # # # # # # #
1132026-05-20T03:59:15.611Z # # # # # ##### # #
1142026-05-20T03:59:15.611Z # # # # # # # #
1152026-05-20T03:59:15.611Z # # # # # # # # # #
1162026-05-20T03:59:15.612Z #### #### ###### ###### ###### #### #
1172026-05-20T03:59:15.612Z
1182026-05-20T03:59:15.612Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-20T03:59:15.612Z++ repo=softnpu
1202026-05-20T03:59:15.612Z++ series=image
1212026-05-20T03:59:15.612Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-20T03:59:15.612Z++ name=softnpu
1232026-05-20T03:59:15.612Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-20T03:59:15.612Z++ mkdir -p download
1252026-05-20T03:59:15.612Z++ pushd download
1262026-05-20T03:59:15.612Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-20T03:59:15.612Z++ [[ ! -f softnpu ]]
1282026-05-20T03:59:15.612Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-20T03:59:15.620Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-20T03:59:15.620Z Dload Upload Total Spent Left Speed
1312026-05-20T03:59:15.963Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 45.27M 0 0 100 15.63M 100 15.63M 0 0 45.26M 0 0 100 15.63M 100 15.63M 0 0 45.26M 0 0
1322026-05-20T03:59:15.968Z++ popd
1332026-05-20T03:59:15.968Z/work/oxidecomputer/maghemite
1342026-05-20T03:59:15.968Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-20T03:59:15.968Z++ repo=sidecar-lite
1362026-05-20T03:59:15.968Z++ series=release
1372026-05-20T03:59:15.968Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-20T03:59:15.968Z++ name=libsidecar_lite.so
1392026-05-20T03:59:15.968Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-20T03:59:15.968Z++ mkdir -p download
1412026-05-20T03:59:15.969Z++ pushd download
1422026-05-20T03:59:15.969Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-05-20T03:59:15.969Z++ [[ ! -f libsidecar_lite.so ]]
1442026-05-20T03:59:15.969Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-20T03:59:15.976Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-20T03:59:15.976Z Dload Upload Total Spent Left Speed
1472026-05-20T03:59:16.240Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 44.49M 0 0 100 12.04M 100 12.04M 0 0 44.49M 0 0 100 12.04M 100 12.04M 0 0 44.48M 0 0
1482026-05-20T03:59:16.243Z++ popd
1492026-05-20T03:59:16.243Z/work/oxidecomputer/maghemite
1502026-05-20T03:59:16.243Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-20T03:59:16.243Z++ repo=sidecar-lite
1522026-05-20T03:59:16.243Z++ series=release
1532026-05-20T03:59:16.243Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-20T03:59:16.243Z++ name=scadm
1552026-05-20T03:59:16.243Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-20T03:59:16.243Z++ mkdir -p download
1572026-05-20T03:59:16.246Z++ pushd download
1582026-05-20T03:59:16.246Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-05-20T03:59:16.246Z++ [[ ! -f scadm ]]
1602026-05-20T03:59:16.246Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-20T03:59:16.248Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-20T03:59:16.248Z Dload Upload Total Spent Left Speed
1632026-05-20T03:59:16.671Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 37.33M 0 0 100 15.78M 100 15.78M 0 0 37.33M 0 0 100 15.78M 100 15.78M 0 0 37.32M 0 0
1642026-05-20T03:59:16.676Z++ popd
1652026-05-20T03:59:16.676Z/work/oxidecomputer/maghemite
1662026-05-20T03:59:16.676Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-20T03:59:16.676Z++ repo=dendrite
1682026-05-20T03:59:16.676Z++ series=image
1692026-05-20T03:59:16.676Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-20T03:59:16.676Z++ name=dendrite-softnpu.tar.gz
1712026-05-20T03:59:16.676Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-20T03:59:16.676Z++ mkdir -p download
1732026-05-20T03:59:16.676Z++ pushd download
1742026-05-20T03:59:16.676Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-05-20T03:59:16.676Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-05-20T03:59:16.676Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-20T03:59:16.680Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-20T03:59:16.680Z Dload Upload Total Spent Left Speed
1792026-05-20T03:59:17.936Z 0 0 0 0 0 0 0 0 0 61 71.59M 61 43.93M 0 0 43.97M 0 00:01 00:01 43.98M 100 71.59M 100 71.59M 0 0 57.02M 0 00:01 00:01 43.98M 100 71.59M 100 71.59M 0 0 57.01M 0 00:01 00:01 43.98M 100 71.59M 100 71.59M 0 0 57.01M 0 00:01 00:01 43.98M
1802026-05-20T03:59:17.939Z++ popd
1812026-05-20T03:59:17.939Z/work/oxidecomputer/maghemite
1822026-05-20T03:59:17.945Z++ get_artifact maghemite release a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 ddm
1832026-05-20T03:59:17.945Z++ repo=maghemite
1842026-05-20T03:59:17.945Z++ series=release
1852026-05-20T03:59:17.945Z++ commit=a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
1862026-05-20T03:59:17.945Z++ name=ddm
1872026-05-20T03:59:17.945Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-20T03:59:17.945Z++ mkdir -p download
1892026-05-20T03:59:17.945Z++ pushd download
1902026-05-20T03:59:17.945Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-05-20T03:59:17.945Z++ [[ ! -f ddm ]]
1922026-05-20T03:59:17.945Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a5bcff7b4e7718ce880ba14f6a074d0b1aff5539/ddm
1932026-05-20T03:59:17.957Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-20T03:59:17.957Z Dload Upload Total Spent Left Speed
1952026-05-20T03:59:18.000Z 0 0 0 0 0 0 0 0 0
1962026-05-20T03:59:18.000Zcurl: (22) The requested URL returned error: 404
1972026-05-20T03:59:18.007Z++ popd
1982026-05-20T03:59:18.007Z++ get_artifact maghemite release a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 ddmadm
1992026-05-20T03:59:18.007Z++ repo=maghemite
2002026-05-20T03:59:18.007Z++ series=release
2012026-05-20T03:59:18.008Z++ commit=a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
2022026-05-20T03:59:18.008Z++ name=ddmadm
2032026-05-20T03:59:18.008Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2042026-05-20T03:59:18.008Z++ mkdir -p download
2052026-05-20T03:59:18.008Z++ pushd download
2062026-05-20T03:59:18.008Z++ [[ ! -f ddmadm ]]
2072026-05-20T03:59:18.008Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a5bcff7b4e7718ce880ba14f6a074d0b1aff5539/ddmadm
2082026-05-20T03:59:18.008Z/work/oxidecomputer/maghemite
2092026-05-20T03:59:18.008Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2102026-05-20T03:59:18.012Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-20T03:59:18.012Z Dload Upload Total Spent Left Speed
2122026-05-20T03:59:18.159Z 0 0 0 0 0 0 0 0 0
2132026-05-20T03:59:18.159Zcurl: (22) The requested URL returned error: 404
2142026-05-20T03:59:18.163Z++ popd
2152026-05-20T03:59:18.163Z/work/oxidecomputer/maghemite
2162026-05-20T03:59:18.163Z++ pushd download
2172026-05-20T03:59:18.163Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-20T03:59:18.163Z++ chmod +x softnpu
2192026-05-20T03:59:18.163Z++ chmod +x scadm
2202026-05-20T03:59:18.168Z++ chmod +x ddmadm
2212026-05-20T03:59:18.168Zchmod: WARNING: can't access ddmadm
2222026-05-20T03:59:18.168Z++ chmod +x ddmd
2232026-05-20T03:59:18.168Zchmod: WARNING: can't access ddmd
2242026-05-20T03:59:18.168Z++ mv ddmadm ddmadm-v2
2252026-05-20T03:59:18.168Zmv: cannot access ddmadm
2262026-05-20T03:59:18.168Z++ mv ddmd ddmd-v2
2272026-05-20T03:59:18.172Zmv: cannot access ddmd
2282026-05-20T03:59:18.172Z++ rm -rf zones/dendrite
2292026-05-20T03:59:18.172Z++ mkdir -p zones/dendrite
2302026-05-20T03:59:18.172Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-20T03:59:19.172Z++ 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:19.175Z++ 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:19.175Z++ popd
2342026-05-20T03:59:19.175Z/work/oxidecomputer/maghemite
2352026-05-20T03:59:19.175Z++ banner install
2362026-05-20T03:59:19.175Z
2372026-05-20T03:59:19.175Z # # # #### ##### ## # #
2382026-05-20T03:59:19.175Z # ## # # # # # # #
2392026-05-20T03:59:19.175Z # # # # #### # # # # #
2402026-05-20T03:59:19.175Z # # # # # # ###### # #
2412026-05-20T03:59:19.176Z # # ## # # # # # # #
2422026-05-20T03:59:19.176Z # # # #### # # # ###### ######
2432026-05-20T03:59:19.176Z
2442026-05-20T03:59:19.179Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-20T03:59:19.179Z++ set +o errexit
2462026-05-20T03:59:19.179Z++ pkg info clang-15
2472026-05-20T03:59:19.179Z++ grep -qi installed
2482026-05-20T03:59:20.793Zpkg: info: no packages matching the following patterns you specified are
2492026-05-20T03:59:20.793Zinstalled on the system. Try querying remotely instead:
2502026-05-20T03:59:20.793Z
2512026-05-20T03:59:20.793Z clang-15
2522026-05-20T03:59:20.829Z++ [[ 1 != 0 ]]
2532026-05-20T03:59:20.829Z++ set -o errexit
2542026-05-20T03:59:20.830Z++ pfexec pkg install clang-15
2552026-05-20T03:59:28.394Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-20T03:59:36.047Z Startup: Caching catalogs ... Done
2572026-05-20T03:59:43.307ZPlanning: Solver setup ... Done
2582026-05-20T03:59:43.351ZPlanning: Running solver ... Done
2592026-05-20T03:59:43.487ZPlanning: Finding local manifests ... Done
2602026-05-20T03:59:43.507ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-20T03:59:43.597ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-20T03:59:43.626ZPlanning: Package planning ... Done
2632026-05-20T03:59:43.652ZPlanning: Merging actions ... Done
2642026-05-20T03:59:43.769ZPlanning: Checking for conflicting actions ... Done
2652026-05-20T03:59:43.776ZPlanning: Consolidating action changes ... Done
2662026-05-20T03:59:44.968ZPlanning: Evaluating mediators ... Done
2672026-05-20T03:59:44.973ZPlanning: Planning completed in 8.76 seconds
2682026-05-20T03:59:44.984Z Packages to install: 2
2692026-05-20T03:59:44.987Z Mediators to change: 2
2702026-05-20T03:59:44.987Z Services to change: 1
2712026-05-20T03:59:44.987Z Create boot environment: No
2722026-05-20T03:59:44.987ZCreate backup boot environment: No
2732026-05-20T03:59:45.036Z
2742026-05-20T03:59:45.036ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-20T03:59:50.046ZDownload: 584/3076 items 17.4/211.3MB 8% complete (3.6M/s)
2762026-05-20T03:59:55.055ZDownload: 817/3076 items 18.3/211.3MB 8% complete (2.2M/s)
2772026-05-20T04:00:00.340ZDownload: 974/3076 items 80.6/211.3MB 38% complete (6.2M/s)
2782026-05-20T04:00:15.728ZDownload: 978/3076 items 81.2/211.3MB 38% complete
2792026-05-20T04:00:20.857ZDownload: 979/3076 items 81.2/211.3MB 38% complete
2802026-05-20T04:00:25.862ZDownload: 1178/3076 items 114.3/211.3MB 54% complete (3.7M/s)
2812026-05-20T04:00:30.883ZDownload: 1504/3076 items 115.9/211.3MB 54% complete (3.6M/s)
2822026-05-20T04:00:35.893ZDownload: 1802/3076 items 116.5/211.3MB 55% complete (318k/s)
2832026-05-20T04:00:40.938ZDownload: 1993/3076 items 117.8/211.3MB 55% complete (207k/s)
2842026-05-20T04:00:46.826ZDownload: 2005/3076 items 117.8/211.3MB 55% complete (190k/s)
2852026-05-20T04:00:58.784ZDownload: 2007/3076 items 117.9/211.3MB 55% complete
2862026-05-20T04:01:04.334ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
2872026-05-20T04:01:32.987ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
2882026-05-20T04:01:37.995ZDownload: 2499/3076 items 119.5/211.3MB 56% complete (324k/s)
2892026-05-20T04:01:43.094ZDownload: 2869/3076 items 120.2/211.3MB 56% complete (248k/s)
2902026-05-20T04:01:48.119ZDownload: 3025/3076 items 198.2/211.3MB 93% complete (7.8M/s)
2912026-05-20T04:02:00.138ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (8.0M/s)
2922026-05-20T04:02:06.619ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
2932026-05-20T04:02:12.806ZDownload: 3075/3076 items 211.3/211.3MB 100% complete (938k/s)
2942026-05-20T04:02:12.820ZDownload: Completed 211.31 MB in 147.78 seconds (1.4M/s)
2952026-05-20T04:02:12.938Z Actions: 1/3418 actions (Installing new actions)
2962026-05-20T04:02:16.100Z Actions: Completed 3418 actions in 3.16 seconds.
2972026-05-20T04:02:16.750Z Done
2982026-05-20T04:02:16.751Z Done
2992026-05-20T04:02:17.493Z Done
3002026-05-20T04:02:20.860Z Done
3012026-05-20T04:02:20.929Z Done
3022026-05-20T04:02:20.932Z Done
3032026-05-20T04:02:21.052Z Done
3042026-05-20T04:02:21.725Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3052026-05-20T04:02:21.725Z++ set +o errexit
3062026-05-20T04:02:21.728Z++ pkg info pkg-config
3072026-05-20T04:02:21.728Z++ grep -qi installed
3082026-05-20T04:02:21.949Z++ [[ 0 != 0 ]]
3092026-05-20T04:02:21.949Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3102026-05-20T04:02:21.950Z++ set +o errexit
3112026-05-20T04:02:21.952Z++ pkg info brand/omicron1
3122026-05-20T04:02:21.952Z++ grep -qi installed
3132026-05-20T04:02:22.133Zpkg: info: no packages matching the following patterns you specified are
3142026-05-20T04:02:22.133Zinstalled on the system. Try querying remotely instead:
3152026-05-20T04:02:22.133Z
3162026-05-20T04:02:22.133Z brand/omicron1
3172026-05-20T04:02:22.167Z++ [[ 1 != 0 ]]
3182026-05-20T04:02:22.167Z++ set -o errexit
3192026-05-20T04:02:22.167Z++ pfexec pkg install brand/omicron1
3202026-05-20T04:02:22.615Z Startup: Refreshing catalog 'helios-dev' ... Done
3212026-05-20T04:02:29.767ZPlanning: Solver setup ... Done
3222026-05-20T04:02:29.806ZPlanning: Running solver ... Done
3232026-05-20T04:02:29.949ZPlanning: Finding local manifests ... Done
3242026-05-20T04:02:29.953ZPlanning: Fetching manifests: 0/2 0% complete
3252026-05-20T04:02:30.081ZPlanning: Fetching manifests: 2/2 100% complete
3262026-05-20T04:02:30.091ZPlanning: Package planning ... Done
3272026-05-20T04:02:30.094ZPlanning: Merging actions ... Done
3282026-05-20T04:02:30.240ZPlanning: Checking for conflicting actions ... Done
3292026-05-20T04:02:30.243ZPlanning: Consolidating action changes ... Done
3302026-05-20T04:02:30.397ZPlanning: Evaluating mediators ... Done
3312026-05-20T04:02:30.402ZPlanning: Planning completed in 7.78 seconds
3322026-05-20T04:02:30.409Z Packages to install: 2
3332026-05-20T04:02:30.409Z Create boot environment: No
3342026-05-20T04:02:30.415ZCreate backup boot environment: No
3352026-05-20T04:02:30.436Z
3362026-05-20T04:02:30.436ZDownload: 0/5 items 0.0/1.1MB 0% complete
3372026-05-20T04:02:30.474ZDownload: Completed 1.07 MB in 0.04 seconds (27.6M/s)
3382026-05-20T04:02:30.561Z Actions: 1/28 actions (Installing new actions)
3392026-05-20T04:02:30.574Z Actions: Completed 28 actions in 0.01 seconds.
3402026-05-20T04:02:31.079Z Done
3412026-05-20T04:02:31.079Z Done
3422026-05-20T04:02:31.721Z Done
3432026-05-20T04:02:34.524Z Done
3442026-05-20T04:02:34.602Z Done
3452026-05-20T04:02:34.605Z Done
3462026-05-20T04:02:34.834Z Done
3472026-05-20T04:02:34.964Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3482026-05-20T04:02:34.964Z++ set +o errexit
3492026-05-20T04:02:34.967Z++ pkg info brand/omicron1/tools
3502026-05-20T04:02:34.967Z++ grep -qi installed
3512026-05-20T04:02:35.148Zpkg: info: no packages matching the following patterns you specified are
3522026-05-20T04:02:35.148Zinstalled on the system. Try querying remotely instead:
3532026-05-20T04:02:35.148Z
3542026-05-20T04:02:35.148Z brand/omicron1/tools
3552026-05-20T04:02:35.182Z++ [[ 1 != 0 ]]
3562026-05-20T04:02:35.182Z++ set -o errexit
3572026-05-20T04:02:35.182Z++ pfexec pkg install brand/omicron1/tools
3582026-05-20T04:02:35.612Z Startup: Refreshing catalog 'helios-dev' ... Done
3592026-05-20T04:02:42.843ZPlanning: Solver setup ... Done
3602026-05-20T04:02:42.883ZPlanning: Running solver ... Done
3612026-05-20T04:02:43.026ZPlanning: Finding local manifests ... Done
3622026-05-20T04:02:43.029ZPlanning: Fetching manifests: 0/1 0% complete
3632026-05-20T04:02:43.147ZPlanning: Fetching manifests: 1/1 100% complete
3642026-05-20T04:02:43.160ZPlanning: Package planning ... Done
3652026-05-20T04:02:43.164ZPlanning: Merging actions ... Done
3662026-05-20T04:02:43.299ZPlanning: Checking for conflicting actions ... Done
3672026-05-20T04:02:43.301ZPlanning: Consolidating action changes ... Done
3682026-05-20T04:02:43.455ZPlanning: Evaluating mediators ... Done
3692026-05-20T04:02:43.458ZPlanning: Planning completed in 7.84 seconds
3702026-05-20T04:02:43.462Z Packages to install: 1
3712026-05-20T04:02:43.462Z Services to change: 1
3722026-05-20T04:02:43.465Z Create boot environment: No
3732026-05-20T04:02:43.465ZCreate backup boot environment: No
3742026-05-20T04:02:43.491Z
3752026-05-20T04:02:43.491ZDownload: 0/2 items 0.0/1.2MB 0% complete
3762026-05-20T04:02:43.528ZDownload: Completed 1.19 MB in 0.04 seconds (32.1M/s)
3772026-05-20T04:02:43.580Z Actions: 1/19 actions (Installing new actions)
3782026-05-20T04:02:43.595Z Actions: Completed 19 actions in 0.01 seconds.
3792026-05-20T04:02:44.099Z Done
3802026-05-20T04:02:44.099Z Done
3812026-05-20T04:02:44.727Z Done
3822026-05-20T04:02:47.547Z Done
3832026-05-20T04:02:47.622Z Done
3842026-05-20T04:02:47.624Z Done
3852026-05-20T04:02:47.757Z Done
3862026-05-20T04:02:47.876Z++ pfexec svcadm enable baseline
3872026-05-20T04:02:47.890Z++ retry=0
3882026-05-20T04:02:47.893Z+++ svcs -Hostate baseline
3892026-05-20T04:02:47.906Z++ [[ offline* != online ]]
3902026-05-20T04:02:47.906Z++ [[ 0 -gt 300 ]]
3912026-05-20T04:02:47.909Z++ sleep 1
3922026-05-20T04:02:48.909Z++ retry=1
3932026-05-20T04:02:48.911Z+++ svcs -Hostate baseline
3942026-05-20T04:02:48.922Z++ [[ offline* != online ]]
3952026-05-20T04:02:48.922Z++ [[ 1 -gt 300 ]]
3962026-05-20T04:02:48.922Z++ sleep 1
3972026-05-20T04:02:49.924Z++ retry=2
3982026-05-20T04:02:49.927Z+++ svcs -Hostate baseline
3992026-05-20T04:02:49.948Z++ [[ offline* != online ]]
4002026-05-20T04:02:49.948Z++ [[ 2 -gt 300 ]]
4012026-05-20T04:02:49.948Z++ sleep 1
4022026-05-20T04:02:50.938Z++ retry=3
4032026-05-20T04:02:50.941Z+++ svcs -Hostate baseline
4042026-05-20T04:02:50.952Z++ [[ offline* != online ]]
4052026-05-20T04:02:50.953Z++ [[ 3 -gt 300 ]]
4062026-05-20T04:02:50.953Z++ sleep 1
4072026-05-20T04:02:51.954Z++ retry=4
4082026-05-20T04:02:51.957Z+++ svcs -Hostate baseline
4092026-05-20T04:02:51.976Z++ [[ offline* != online ]]
4102026-05-20T04:02:51.976Z++ [[ 4 -gt 300 ]]
4112026-05-20T04:02:51.976Z++ sleep 1
4122026-05-20T04:02:52.970Z++ retry=5
4132026-05-20T04:02:52.973Z+++ svcs -Hostate baseline
4142026-05-20T04:02:52.985Z++ [[ offline* != online ]]
4152026-05-20T04:02:52.985Z++ [[ 5 -gt 300 ]]
4162026-05-20T04:02:52.985Z++ sleep 1
4172026-05-20T04:02:53.986Z++ retry=6
4182026-05-20T04:02:53.991Z+++ svcs -Hostate baseline
4192026-05-20T04:02:54.001Z++ [[ offline* != online ]]
4202026-05-20T04:02:54.001Z++ [[ 6 -gt 300 ]]
4212026-05-20T04:02:54.001Z++ sleep 1
4222026-05-20T04:02:55.003Z++ retry=7
4232026-05-20T04:02:55.006Z+++ svcs -Hostate baseline
4242026-05-20T04:02:55.018Z++ [[ offline* != online ]]
4252026-05-20T04:02:55.018Z++ [[ 7 -gt 300 ]]
4262026-05-20T04:02:55.018Z++ sleep 1
4272026-05-20T04:02:56.021Z++ retry=8
4282026-05-20T04:02:56.024Z+++ svcs -Hostate baseline
4292026-05-20T04:02:56.035Z++ [[ offline* != online ]]
4302026-05-20T04:02:56.035Z++ [[ 8 -gt 300 ]]
4312026-05-20T04:02:56.040Z++ sleep 1
4322026-05-20T04:02:57.037Z++ retry=9
4332026-05-20T04:02:57.039Z+++ svcs -Hostate baseline
4342026-05-20T04:02:57.051Z++ [[ offline* != online ]]
4352026-05-20T04:02:57.051Z++ [[ 9 -gt 300 ]]
4362026-05-20T04:02:57.051Z++ sleep 1
4372026-05-20T04:02:58.053Z++ retry=10
4382026-05-20T04:02:58.056Z+++ svcs -Hostate baseline
4392026-05-20T04:02:58.068Z++ [[ offline* != online ]]
4402026-05-20T04:02:58.068Z++ [[ 10 -gt 300 ]]
4412026-05-20T04:02:58.068Z++ sleep 1
4422026-05-20T04:02:59.074Z++ retry=11
4432026-05-20T04:02:59.081Z+++ svcs -Hostate baseline
4442026-05-20T04:02:59.088Z++ [[ offline* != online ]]
4452026-05-20T04:02:59.088Z++ [[ 11 -gt 300 ]]
4462026-05-20T04:02:59.088Z++ sleep 1
4472026-05-20T04:03:00.086Z++ retry=12
4482026-05-20T04:03:00.089Z+++ svcs -Hostate baseline
4492026-05-20T04:03:00.101Z++ [[ offline* != online ]]
4502026-05-20T04:03:00.101Z++ [[ 12 -gt 300 ]]
4512026-05-20T04:03:00.101Z++ sleep 1
4522026-05-20T04:03:01.102Z++ retry=13
4532026-05-20T04:03:01.105Z+++ svcs -Hostate baseline
4542026-05-20T04:03:01.117Z++ [[ offline* != online ]]
4552026-05-20T04:03:01.117Z++ [[ 13 -gt 300 ]]
4562026-05-20T04:03:01.117Z++ sleep 1
4572026-05-20T04:03:02.119Z++ retry=14
4582026-05-20T04:03:02.121Z+++ svcs -Hostate baseline
4592026-05-20T04:03:02.133Z++ [[ offline* != online ]]
4602026-05-20T04:03:02.136Z++ [[ 14 -gt 300 ]]
4612026-05-20T04:03:02.136Z++ sleep 1
4622026-05-20T04:03:03.141Z++ retry=15
4632026-05-20T04:03:03.164Z+++ svcs -Hostate baseline
4642026-05-20T04:03:03.168Z++ [[ offline* != online ]]
4652026-05-20T04:03:03.168Z++ [[ 15 -gt 300 ]]
4662026-05-20T04:03:03.168Z++ sleep 1
4672026-05-20T04:03:04.153Z++ retry=16
4682026-05-20T04:03:04.169Z+++ svcs -Hostate baseline
4692026-05-20T04:03:04.175Z++ [[ offline* != online ]]
4702026-05-20T04:03:04.175Z++ [[ 16 -gt 300 ]]
4712026-05-20T04:03:04.175Z++ sleep 1
4722026-05-20T04:03:05.177Z++ retry=17
4732026-05-20T04:03:05.186Z+++ svcs -Hostate baseline
4742026-05-20T04:03:05.192Z++ [[ offline* != online ]]
4752026-05-20T04:03:05.192Z++ [[ 17 -gt 300 ]]
4762026-05-20T04:03:05.192Z++ sleep 1
4772026-05-20T04:03:06.184Z++ retry=18
4782026-05-20T04:03:06.186Z+++ svcs -Hostate baseline
4792026-05-20T04:03:06.198Z++ [[ offline* != online ]]
4802026-05-20T04:03:06.198Z++ [[ 18 -gt 300 ]]
4812026-05-20T04:03:06.198Z++ sleep 1
4822026-05-20T04:03:07.200Z++ retry=19
4832026-05-20T04:03:07.204Z+++ svcs -Hostate baseline
4842026-05-20T04:03:07.219Z++ [[ offline* != online ]]
4852026-05-20T04:03:07.219Z++ [[ 19 -gt 300 ]]
4862026-05-20T04:03:07.223Z++ sleep 1
4872026-05-20T04:03:08.223Z++ retry=20
4882026-05-20T04:03:08.242Z+++ svcs -Hostate baseline
4892026-05-20T04:03:08.255Z++ [[ offline* != online ]]
4902026-05-20T04:03:08.255Z++ [[ 20 -gt 300 ]]
4912026-05-20T04:03:08.255Z++ sleep 1
4922026-05-20T04:03:09.232Z++ retry=21
4932026-05-20T04:03:09.238Z+++ svcs -Hostate baseline
4942026-05-20T04:03:09.249Z++ [[ offline* != online ]]
4952026-05-20T04:03:09.249Z++ [[ 21 -gt 300 ]]
4962026-05-20T04:03:09.253Z++ sleep 1
4972026-05-20T04:03:10.251Z++ retry=22
4982026-05-20T04:03:10.254Z+++ svcs -Hostate baseline
4992026-05-20T04:03:10.264Z++ [[ offline* != online ]]
5002026-05-20T04:03:10.264Z++ [[ 22 -gt 300 ]]
5012026-05-20T04:03:10.264Z++ sleep 1
5022026-05-20T04:03:11.266Z++ retry=23
5032026-05-20T04:03:11.269Z+++ svcs -Hostate baseline
5042026-05-20T04:03:11.285Z++ [[ offline* != online ]]
5052026-05-20T04:03:11.285Z++ [[ 23 -gt 300 ]]
5062026-05-20T04:03:11.285Z++ sleep 1
5072026-05-20T04:03:12.282Z++ retry=24
5082026-05-20T04:03:12.286Z+++ svcs -Hostate baseline
5092026-05-20T04:03:12.296Z++ [[ offline* != online ]]
5102026-05-20T04:03:12.296Z++ [[ 24 -gt 300 ]]
5112026-05-20T04:03:12.296Z++ sleep 1
5122026-05-20T04:03:13.298Z++ retry=25
5132026-05-20T04:03:13.303Z+++ svcs -Hostate baseline
5142026-05-20T04:03:13.313Z++ [[ offline* != online ]]
5152026-05-20T04:03:13.313Z++ [[ 25 -gt 300 ]]
5162026-05-20T04:03:13.313Z++ sleep 1
5172026-05-20T04:03:14.315Z++ retry=26
5182026-05-20T04:03:14.318Z+++ svcs -Hostate baseline
5192026-05-20T04:03:14.330Z++ [[ offline* != online ]]
5202026-05-20T04:03:14.330Z++ [[ 26 -gt 300 ]]
5212026-05-20T04:03:14.330Z++ sleep 1
5222026-05-20T04:03:15.330Z++ retry=27
5232026-05-20T04:03:15.334Z+++ svcs -Hostate baseline
5242026-05-20T04:03:15.345Z++ [[ offline* != online ]]
5252026-05-20T04:03:15.345Z++ [[ 27 -gt 300 ]]
5262026-05-20T04:03:15.345Z++ sleep 1
5272026-05-20T04:03:16.347Z++ retry=28
5282026-05-20T04:03:16.351Z+++ svcs -Hostate baseline
5292026-05-20T04:03:16.361Z++ [[ offline* != online ]]
5302026-05-20T04:03:16.361Z++ [[ 28 -gt 300 ]]
5312026-05-20T04:03:16.361Z++ sleep 1
5322026-05-20T04:03:17.364Z++ retry=29
5332026-05-20T04:03:17.367Z+++ svcs -Hostate baseline
5342026-05-20T04:03:17.377Z++ [[ offline* != online ]]
5352026-05-20T04:03:17.377Z++ [[ 29 -gt 300 ]]
5362026-05-20T04:03:17.377Z++ sleep 1
5372026-05-20T04:03:18.380Z++ retry=30
5382026-05-20T04:03:18.384Z+++ svcs -Hostate baseline
5392026-05-20T04:03:18.394Z++ [[ offline* != online ]]
5402026-05-20T04:03:18.396Z++ [[ 30 -gt 300 ]]
5412026-05-20T04:03:18.397Z++ sleep 1
5422026-05-20T04:03:19.412Z++ retry=31
5432026-05-20T04:03:19.420Z+++ svcs -Hostate baseline
5442026-05-20T04:03:19.420Z++ [[ offline* != online ]]
5452026-05-20T04:03:19.420Z++ [[ 31 -gt 300 ]]
5462026-05-20T04:03:19.420Z++ sleep 1
5472026-05-20T04:03:20.415Z++ retry=32
5482026-05-20T04:03:20.417Z+++ svcs -Hostate baseline
5492026-05-20T04:03:20.427Z++ [[ offline* != online ]]
5502026-05-20T04:03:20.427Z++ [[ 32 -gt 300 ]]
5512026-05-20T04:03:20.427Z++ sleep 1
5522026-05-20T04:03:21.431Z++ retry=33
5532026-05-20T04:03:21.434Z+++ svcs -Hostate baseline
5542026-05-20T04:03:21.442Z++ [[ offline* != online ]]
5552026-05-20T04:03:21.442Z++ [[ 33 -gt 300 ]]
5562026-05-20T04:03:21.445Z++ sleep 1
5572026-05-20T04:03:22.447Z++ retry=34
5582026-05-20T04:03:22.450Z+++ svcs -Hostate baseline
5592026-05-20T04:03:22.459Z++ [[ offline* != online ]]
5602026-05-20T04:03:22.460Z++ [[ 34 -gt 300 ]]
5612026-05-20T04:03:22.462Z++ sleep 1
5622026-05-20T04:03:23.465Z++ retry=35
5632026-05-20T04:03:23.469Z+++ svcs -Hostate baseline
5642026-05-20T04:03:23.476Z++ [[ offline* != online ]]
5652026-05-20T04:03:23.476Z++ [[ 35 -gt 300 ]]
5662026-05-20T04:03:23.476Z++ sleep 1
5672026-05-20T04:03:24.478Z++ retry=36
5682026-05-20T04:03:24.480Z+++ svcs -Hostate baseline
5692026-05-20T04:03:24.492Z++ [[ offline* != online ]]
5702026-05-20T04:03:24.492Z++ [[ 36 -gt 300 ]]
5712026-05-20T04:03:24.492Z++ sleep 1
5722026-05-20T04:03:25.494Z++ retry=37
5732026-05-20T04:03:25.499Z+++ svcs -Hostate baseline
5742026-05-20T04:03:25.507Z++ [[ offline* != online ]]
5752026-05-20T04:03:25.507Z++ [[ 37 -gt 300 ]]
5762026-05-20T04:03:25.507Z++ sleep 1
5772026-05-20T04:03:26.511Z++ retry=38
5782026-05-20T04:03:26.515Z+++ svcs -Hostate baseline
5792026-05-20T04:03:26.525Z++ [[ offline* != online ]]
5802026-05-20T04:03:26.525Z++ [[ 38 -gt 300 ]]
5812026-05-20T04:03:26.525Z++ sleep 1
5822026-05-20T04:03:27.526Z++ retry=39
5832026-05-20T04:03:27.532Z+++ svcs -Hostate baseline
5842026-05-20T04:03:27.540Z++ [[ offline* != online ]]
5852026-05-20T04:03:27.540Z++ [[ 39 -gt 300 ]]
5862026-05-20T04:03:27.540Z++ sleep 1
5872026-05-20T04:03:28.542Z++ retry=40
5882026-05-20T04:03:28.544Z+++ svcs -Hostate baseline
5892026-05-20T04:03:28.557Z++ [[ offline* != online ]]
5902026-05-20T04:03:28.557Z++ [[ 40 -gt 300 ]]
5912026-05-20T04:03:28.557Z++ sleep 1
5922026-05-20T04:03:29.558Z++ retry=41
5932026-05-20T04:03:29.563Z+++ svcs -Hostate baseline
5942026-05-20T04:03:29.572Z++ [[ offline* != online ]]
5952026-05-20T04:03:29.572Z++ [[ 41 -gt 300 ]]
5962026-05-20T04:03:29.572Z++ sleep 1
5972026-05-20T04:03:30.574Z++ retry=42
5982026-05-20T04:03:30.580Z+++ svcs -Hostate baseline
5992026-05-20T04:03:30.589Z++ [[ offline* != online ]]
6002026-05-20T04:03:30.589Z++ [[ 42 -gt 300 ]]
6012026-05-20T04:03:30.589Z++ sleep 1
6022026-05-20T04:03:31.591Z++ retry=43
6032026-05-20T04:03:31.594Z+++ svcs -Hostate baseline
6042026-05-20T04:03:31.606Z++ [[ offline* != online ]]
6052026-05-20T04:03:31.606Z++ [[ 43 -gt 300 ]]
6062026-05-20T04:03:31.606Z++ sleep 1
6072026-05-20T04:03:32.607Z++ retry=44
6082026-05-20T04:03:33.015Z+++ svcs -Hostate baseline
6092026-05-20T04:03:33.028Z++ [[ offline* != online ]]
6102026-05-20T04:03:33.028Z++ [[ 44 -gt 300 ]]
6112026-05-20T04:03:33.028Z++ sleep 1
6122026-05-20T04:03:33.625Z++ retry=45
6132026-05-20T04:03:33.633Z+++ svcs -Hostate baseline
6142026-05-20T04:03:33.657Z++ [[ offline* != online ]]
6152026-05-20T04:03:33.657Z++ [[ 45 -gt 300 ]]
6162026-05-20T04:03:33.657Z++ sleep 1
6172026-05-20T04:03:34.641Z++ retry=46
6182026-05-20T04:03:34.646Z+++ svcs -Hostate baseline
6192026-05-20T04:03:34.654Z++ [[ offline* != online ]]
6202026-05-20T04:03:34.654Z++ [[ 46 -gt 300 ]]
6212026-05-20T04:03:34.654Z++ sleep 1
6222026-05-20T04:03:35.660Z++ retry=47
6232026-05-20T04:03:35.670Z+++ svcs -Hostate baseline
6242026-05-20T04:03:35.674Z++ [[ offline* != online ]]
6252026-05-20T04:03:35.674Z++ [[ 47 -gt 300 ]]
6262026-05-20T04:03:35.674Z++ sleep 1
6272026-05-20T04:03:36.672Z++ retry=48
6282026-05-20T04:03:37.084Z+++ svcs -Hostate baseline
6292026-05-20T04:03:37.087Z++ [[ offline* != online ]]
6302026-05-20T04:03:37.087Z++ [[ 48 -gt 300 ]]
6312026-05-20T04:03:37.087Z++ sleep 1
6322026-05-20T04:03:37.692Z++ retry=49
6332026-05-20T04:03:37.696Z+++ svcs -Hostate baseline
6342026-05-20T04:03:37.703Z++ [[ offline* != online ]]
6352026-05-20T04:03:37.703Z++ [[ 49 -gt 300 ]]
6362026-05-20T04:03:37.703Z++ sleep 1
6372026-05-20T04:03:38.705Z++ retry=50
6382026-05-20T04:03:38.709Z+++ svcs -Hostate baseline
6392026-05-20T04:03:38.719Z++ [[ offline* != online ]]
6402026-05-20T04:03:38.719Z++ [[ 50 -gt 300 ]]
6412026-05-20T04:03:38.719Z++ sleep 1
6422026-05-20T04:03:39.721Z++ retry=51
6432026-05-20T04:03:39.724Z+++ svcs -Hostate baseline
6442026-05-20T04:03:39.736Z++ [[ offline* != online ]]
6452026-05-20T04:03:39.736Z++ [[ 51 -gt 300 ]]
6462026-05-20T04:03:39.736Z++ sleep 1
6472026-05-20T04:03:41.145Z++ retry=52
6482026-05-20T04:03:41.148Z+++ svcs -Hostate baseline
6492026-05-20T04:03:41.148Z++ [[ offline* != online ]]
6502026-05-20T04:03:41.148Z++ [[ 52 -gt 300 ]]
6512026-05-20T04:03:41.148Z++ sleep 1
6522026-05-20T04:03:41.754Z++ retry=53
6532026-05-20T04:03:41.757Z+++ svcs -Hostate baseline
6542026-05-20T04:03:41.768Z++ [[ offline* != online ]]
6552026-05-20T04:03:41.768Z++ [[ 53 -gt 300 ]]
6562026-05-20T04:03:41.768Z++ sleep 1
6572026-05-20T04:03:42.770Z++ retry=54
6582026-05-20T04:03:42.773Z+++ svcs -Hostate baseline
6592026-05-20T04:03:42.785Z++ [[ offline* != online ]]
6602026-05-20T04:03:42.785Z++ [[ 54 -gt 300 ]]
6612026-05-20T04:03:42.785Z++ sleep 1
6622026-05-20T04:03:43.787Z++ retry=55
6632026-05-20T04:03:43.797Z+++ svcs -Hostate baseline
6642026-05-20T04:03:43.810Z++ [[ offline* != online ]]
6652026-05-20T04:03:43.810Z++ [[ 55 -gt 300 ]]
6662026-05-20T04:03:43.810Z++ sleep 1
6672026-05-20T04:03:44.804Z++ retry=56
6682026-05-20T04:03:44.807Z+++ svcs -Hostate baseline
6692026-05-20T04:03:44.819Z++ [[ offline* != online ]]
6702026-05-20T04:03:44.819Z++ [[ 56 -gt 300 ]]
6712026-05-20T04:03:44.819Z++ sleep 1
6722026-05-20T04:03:45.821Z++ retry=57
6732026-05-20T04:03:45.825Z+++ svcs -Hostate baseline
6742026-05-20T04:03:45.835Z++ [[ offline* != online ]]
6752026-05-20T04:03:45.835Z++ [[ 57 -gt 300 ]]
6762026-05-20T04:03:45.835Z++ sleep 1
6772026-05-20T04:03:46.838Z++ retry=58
6782026-05-20T04:03:46.842Z+++ svcs -Hostate baseline
6792026-05-20T04:03:46.852Z++ [[ offline* != online ]]
6802026-05-20T04:03:46.852Z++ [[ 58 -gt 300 ]]
6812026-05-20T04:03:46.852Z++ sleep 1
6822026-05-20T04:03:47.854Z++ retry=59
6832026-05-20T04:03:47.858Z+++ svcs -Hostate baseline
6842026-05-20T04:03:47.868Z++ [[ offline* != online ]]
6852026-05-20T04:03:47.869Z++ [[ 59 -gt 300 ]]
6862026-05-20T04:03:47.869Z++ sleep 1
6872026-05-20T04:03:48.873Z++ retry=60
6882026-05-20T04:03:48.878Z+++ svcs -Hostate baseline
6892026-05-20T04:03:48.885Z++ [[ offline* != online ]]
6902026-05-20T04:03:48.885Z++ [[ 60 -gt 300 ]]
6912026-05-20T04:03:48.885Z++ sleep 1
6922026-05-20T04:03:49.888Z++ retry=61
6932026-05-20T04:03:49.893Z+++ svcs -Hostate baseline
6942026-05-20T04:03:49.901Z++ [[ offline* != online ]]
6952026-05-20T04:03:49.901Z++ [[ 61 -gt 300 ]]
6962026-05-20T04:03:49.901Z++ sleep 1
6972026-05-20T04:03:50.903Z++ retry=62
6982026-05-20T04:03:50.905Z+++ svcs -Hostate baseline
6992026-05-20T04:03:50.918Z++ [[ offline* != online ]]
7002026-05-20T04:03:50.918Z++ [[ 62 -gt 300 ]]
7012026-05-20T04:03:50.918Z++ sleep 1
7022026-05-20T04:03:51.919Z++ retry=63
7032026-05-20T04:03:51.922Z+++ svcs -Hostate baseline
7042026-05-20T04:03:51.933Z++ [[ offline* != online ]]
7052026-05-20T04:03:51.933Z++ [[ 63 -gt 300 ]]
7062026-05-20T04:03:51.933Z++ sleep 1
7072026-05-20T04:03:52.935Z++ retry=64
7082026-05-20T04:03:52.938Z+++ svcs -Hostate baseline
7092026-05-20T04:03:52.951Z++ [[ offline* != online ]]
7102026-05-20T04:03:52.951Z++ [[ 64 -gt 300 ]]
7112026-05-20T04:03:52.951Z++ sleep 1
7122026-05-20T04:03:53.952Z++ retry=65
7132026-05-20T04:03:53.956Z+++ svcs -Hostate baseline
7142026-05-20T04:03:53.966Z++ [[ offline* != online ]]
7152026-05-20T04:03:53.966Z++ [[ 65 -gt 300 ]]
7162026-05-20T04:03:53.966Z++ sleep 1
7172026-05-20T04:03:54.968Z++ retry=66
7182026-05-20T04:03:54.971Z+++ svcs -Hostate baseline
7192026-05-20T04:03:54.982Z++ [[ offline* != online ]]
7202026-05-20T04:03:54.982Z++ [[ 66 -gt 300 ]]
7212026-05-20T04:03:54.982Z++ sleep 1
7222026-05-20T04:03:55.984Z++ retry=67
7232026-05-20T04:03:55.986Z+++ svcs -Hostate baseline
7242026-05-20T04:03:55.998Z++ [[ offline* != online ]]
7252026-05-20T04:03:55.998Z++ [[ 67 -gt 300 ]]
7262026-05-20T04:03:55.998Z++ sleep 1
7272026-05-20T04:03:57.001Z++ retry=68
7282026-05-20T04:03:57.005Z+++ svcs -Hostate baseline
7292026-05-20T04:03:57.023Z++ [[ offline* != online ]]
7302026-05-20T04:03:57.023Z++ [[ 68 -gt 300 ]]
7312026-05-20T04:03:57.023Z++ sleep 1
7322026-05-20T04:03:58.019Z++ retry=69
7332026-05-20T04:03:58.023Z+++ svcs -Hostate baseline
7342026-05-20T04:03:58.032Z++ [[ offline* != online ]]
7352026-05-20T04:03:58.032Z++ [[ 69 -gt 300 ]]
7362026-05-20T04:03:58.032Z++ sleep 1
7372026-05-20T04:03:59.036Z++ retry=70
7382026-05-20T04:03:59.036Z+++ svcs -Hostate baseline
7392026-05-20T04:03:59.048Z++ [[ offline* != online ]]
7402026-05-20T04:03:59.048Z++ [[ 70 -gt 300 ]]
7412026-05-20T04:03:59.048Z++ sleep 1
7422026-05-20T04:04:00.051Z++ retry=71
7432026-05-20T04:04:00.055Z+++ svcs -Hostate baseline
7442026-05-20T04:04:00.065Z++ [[ offline* != online ]]
7452026-05-20T04:04:00.065Z++ [[ 71 -gt 300 ]]
7462026-05-20T04:04:00.070Z++ sleep 1
7472026-05-20T04:04:01.067Z++ retry=72
7482026-05-20T04:04:01.474Z+++ svcs -Hostate baseline
7492026-05-20T04:04:01.477Z++ [[ offline* != online ]]
7502026-05-20T04:04:01.477Z++ [[ 72 -gt 300 ]]
7512026-05-20T04:04:01.477Z++ sleep 1
7522026-05-20T04:04:02.086Z++ retry=73
7532026-05-20T04:04:02.089Z+++ svcs -Hostate baseline
7542026-05-20T04:04:02.098Z++ [[ offline* != online ]]
7552026-05-20T04:04:02.098Z++ [[ 73 -gt 300 ]]
7562026-05-20T04:04:02.098Z++ sleep 1
7572026-05-20T04:04:03.103Z++ retry=74
7582026-05-20T04:04:03.109Z+++ svcs -Hostate baseline
7592026-05-20T04:04:03.114Z++ [[ offline* != online ]]
7602026-05-20T04:04:03.117Z++ [[ 74 -gt 300 ]]
7612026-05-20T04:04:03.117Z++ sleep 1
7622026-05-20T04:04:04.116Z++ retry=75
7632026-05-20T04:04:04.119Z+++ svcs -Hostate baseline
7642026-05-20T04:04:04.131Z++ [[ offline* != online ]]
7652026-05-20T04:04:04.131Z++ [[ 75 -gt 300 ]]
7662026-05-20T04:04:04.135Z++ sleep 1
7672026-05-20T04:04:05.133Z++ retry=76
7682026-05-20T04:04:05.135Z+++ svcs -Hostate baseline
7692026-05-20T04:04:05.554Z++ [[ offline* != online ]]
7702026-05-20T04:04:05.554Z++ [[ 76 -gt 300 ]]
7712026-05-20T04:04:05.554Z++ sleep 1
7722026-05-20T04:04:06.149Z++ retry=77
7732026-05-20T04:04:06.153Z+++ svcs -Hostate baseline
7742026-05-20T04:04:06.165Z++ [[ offline* != online ]]
7752026-05-20T04:04:06.165Z++ [[ 77 -gt 300 ]]
7762026-05-20T04:04:06.165Z++ sleep 1
7772026-05-20T04:04:07.165Z++ retry=78
7782026-05-20T04:04:07.168Z+++ svcs -Hostate baseline
7792026-05-20T04:04:07.180Z++ [[ offline* != online ]]
7802026-05-20T04:04:07.180Z++ [[ 78 -gt 300 ]]
7812026-05-20T04:04:07.180Z++ sleep 1
7822026-05-20T04:04:08.585Z++ retry=79
7832026-05-20T04:04:08.589Z+++ svcs -Hostate baseline
7842026-05-20T04:04:08.589Z++ [[ offline* != online ]]
7852026-05-20T04:04:08.589Z++ [[ 79 -gt 300 ]]
7862026-05-20T04:04:08.590Z++ sleep 1
7872026-05-20T04:04:09.198Z++ retry=80
7882026-05-20T04:04:09.201Z+++ svcs -Hostate baseline
7892026-05-20T04:04:09.213Z++ [[ offline* != online ]]
7902026-05-20T04:04:09.213Z++ [[ 80 -gt 300 ]]
7912026-05-20T04:04:09.213Z++ sleep 1
7922026-05-20T04:04:10.215Z++ retry=81
7932026-05-20T04:04:10.217Z+++ svcs -Hostate baseline
7942026-05-20T04:04:10.229Z++ [[ offline* != online ]]
7952026-05-20T04:04:10.229Z++ [[ 81 -gt 300 ]]
7962026-05-20T04:04:10.229Z++ sleep 1
7972026-05-20T04:04:11.231Z++ retry=82
7982026-05-20T04:04:11.234Z+++ svcs -Hostate baseline
7992026-05-20T04:04:11.246Z++ [[ offline* != online ]]
8002026-05-20T04:04:11.246Z++ [[ 82 -gt 300 ]]
8012026-05-20T04:04:11.248Z++ sleep 1
8022026-05-20T04:04:12.248Z++ retry=83
8032026-05-20T04:04:12.251Z+++ svcs -Hostate baseline
8042026-05-20T04:04:12.262Z++ [[ offline* != online ]]
8052026-05-20T04:04:12.262Z++ [[ 83 -gt 300 ]]
8062026-05-20T04:04:12.262Z++ sleep 1
8072026-05-20T04:04:13.264Z++ retry=84
8082026-05-20T04:04:13.267Z+++ svcs -Hostate baseline
8092026-05-20T04:04:13.278Z++ [[ offline* != online ]]
8102026-05-20T04:04:13.278Z++ [[ 84 -gt 300 ]]
8112026-05-20T04:04:13.281Z++ sleep 1
8122026-05-20T04:04:14.281Z++ retry=85
8132026-05-20T04:04:14.289Z+++ svcs -Hostate baseline
8142026-05-20T04:04:14.306Z++ [[ offline* != online ]]
8152026-05-20T04:04:14.306Z++ [[ 85 -gt 300 ]]
8162026-05-20T04:04:14.306Z++ sleep 1
8172026-05-20T04:04:15.297Z++ retry=86
8182026-05-20T04:04:15.299Z+++ svcs -Hostate baseline
8192026-05-20T04:04:15.311Z++ [[ offline* != online ]]
8202026-05-20T04:04:15.311Z++ [[ 86 -gt 300 ]]
8212026-05-20T04:04:15.311Z++ sleep 1
8222026-05-20T04:04:16.313Z++ retry=87
8232026-05-20T04:04:16.316Z+++ svcs -Hostate baseline
8242026-05-20T04:04:16.327Z++ [[ offline* != online ]]
8252026-05-20T04:04:16.327Z++ [[ 87 -gt 300 ]]
8262026-05-20T04:04:16.329Z++ sleep 1
8272026-05-20T04:04:17.332Z++ retry=88
8282026-05-20T04:04:17.335Z+++ svcs -Hostate baseline
8292026-05-20T04:04:17.343Z++ [[ offline* != online ]]
8302026-05-20T04:04:17.343Z++ [[ 88 -gt 300 ]]
8312026-05-20T04:04:17.343Z++ sleep 1
8322026-05-20T04:04:18.345Z++ retry=89
8332026-05-20T04:04:18.348Z+++ svcs -Hostate baseline
8342026-05-20T04:04:18.361Z++ [[ offline* != online ]]
8352026-05-20T04:04:18.363Z++ [[ 89 -gt 300 ]]
8362026-05-20T04:04:18.363Z++ sleep 1
8372026-05-20T04:04:19.362Z++ retry=90
8382026-05-20T04:04:19.366Z+++ svcs -Hostate baseline
8392026-05-20T04:04:19.376Z++ [[ offline* != online ]]
8402026-05-20T04:04:19.376Z++ [[ 90 -gt 300 ]]
8412026-05-20T04:04:19.382Z++ sleep 1
8422026-05-20T04:04:20.379Z++ retry=91
8432026-05-20T04:04:20.388Z+++ svcs -Hostate baseline
8442026-05-20T04:04:20.395Z++ [[ offline* != online ]]
8452026-05-20T04:04:20.395Z++ [[ 91 -gt 300 ]]
8462026-05-20T04:04:20.395Z++ sleep 1
8472026-05-20T04:04:21.397Z++ retry=92
8482026-05-20T04:04:21.403Z+++ svcs -Hostate baseline
8492026-05-20T04:04:21.410Z++ [[ offline* != online ]]
8502026-05-20T04:04:21.410Z++ [[ 92 -gt 300 ]]
8512026-05-20T04:04:21.410Z++ sleep 1
8522026-05-20T04:04:22.411Z++ retry=93
8532026-05-20T04:04:22.414Z+++ svcs -Hostate baseline
8542026-05-20T04:04:22.426Z++ [[ offline* != online ]]
8552026-05-20T04:04:22.426Z++ [[ 93 -gt 300 ]]
8562026-05-20T04:04:22.426Z++ sleep 1
8572026-05-20T04:04:23.427Z++ retry=94
8582026-05-20T04:04:23.430Z+++ svcs -Hostate baseline
8592026-05-20T04:04:23.447Z++ [[ offline* != online ]]
8602026-05-20T04:04:23.447Z++ [[ 94 -gt 300 ]]
8612026-05-20T04:04:23.454Z++ sleep 1
8622026-05-20T04:04:24.443Z++ retry=95
8632026-05-20T04:04:24.451Z+++ svcs -Hostate baseline
8642026-05-20T04:04:24.463Z++ [[ offline* != online ]]
8652026-05-20T04:04:24.463Z++ [[ 95 -gt 300 ]]
8662026-05-20T04:04:24.463Z++ sleep 1
8672026-05-20T04:04:25.465Z++ retry=96
8682026-05-20T04:04:25.469Z+++ svcs -Hostate baseline
8692026-05-20T04:04:25.474Z++ [[ offline* != online ]]
8702026-05-20T04:04:25.474Z++ [[ 96 -gt 300 ]]
8712026-05-20T04:04:25.474Z++ sleep 1
8722026-05-20T04:04:26.476Z++ retry=97
8732026-05-20T04:04:26.479Z+++ svcs -Hostate baseline
8742026-05-20T04:04:26.492Z++ [[ offline* != online ]]
8752026-05-20T04:04:26.493Z++ [[ 97 -gt 300 ]]
8762026-05-20T04:04:26.493Z++ sleep 1
8772026-05-20T04:04:27.494Z++ retry=98
8782026-05-20T04:04:27.498Z+++ svcs -Hostate baseline
8792026-05-20T04:04:27.507Z++ [[ offline* != online ]]
8802026-05-20T04:04:27.507Z++ [[ 98 -gt 300 ]]
8812026-05-20T04:04:27.507Z++ sleep 1
8822026-05-20T04:04:28.510Z++ retry=99
8832026-05-20T04:04:28.513Z+++ svcs -Hostate baseline
8842026-05-20T04:04:28.524Z++ [[ offline* != online ]]
8852026-05-20T04:04:28.524Z++ [[ 99 -gt 300 ]]
8862026-05-20T04:04:28.524Z++ sleep 1
8872026-05-20T04:04:29.526Z++ retry=100
8882026-05-20T04:04:29.530Z+++ svcs -Hostate baseline
8892026-05-20T04:04:29.539Z++ [[ offline* != online ]]
8902026-05-20T04:04:29.539Z++ [[ 100 -gt 300 ]]
8912026-05-20T04:04:29.539Z++ sleep 1
8922026-05-20T04:04:30.541Z++ retry=101
8932026-05-20T04:04:30.543Z+++ svcs -Hostate baseline
8942026-05-20T04:04:30.963Z++ [[ offline* != online ]]
8952026-05-20T04:04:30.963Z++ [[ 101 -gt 300 ]]
8962026-05-20T04:04:30.963Z++ sleep 1
8972026-05-20T04:04:31.558Z++ retry=102
8982026-05-20T04:04:31.562Z+++ svcs -Hostate baseline
8992026-05-20T04:04:31.572Z++ [[ offline* != online ]]
9002026-05-20T04:04:31.573Z++ [[ 102 -gt 300 ]]
9012026-05-20T04:04:31.577Z++ sleep 1
9022026-05-20T04:04:32.572Z++ retry=103
9032026-05-20T04:04:32.575Z+++ svcs -Hostate baseline
9042026-05-20T04:04:32.586Z++ [[ offline* != online ]]
9052026-05-20T04:04:32.586Z++ [[ 103 -gt 300 ]]
9062026-05-20T04:04:32.586Z++ sleep 1
9072026-05-20T04:04:33.590Z++ retry=104
9082026-05-20T04:04:33.602Z+++ svcs -Hostate baseline
9092026-05-20T04:04:33.606Z++ [[ offline* != online ]]
9102026-05-20T04:04:33.606Z++ [[ 104 -gt 300 ]]
9112026-05-20T04:04:33.606Z++ sleep 1
9122026-05-20T04:04:34.609Z++ retry=105
9132026-05-20T04:04:34.615Z+++ svcs -Hostate baseline
9142026-05-20T04:04:34.621Z++ [[ offline* != online ]]
9152026-05-20T04:04:34.621Z++ [[ 105 -gt 300 ]]
9162026-05-20T04:04:34.621Z++ sleep 1
9172026-05-20T04:04:35.622Z++ retry=106
9182026-05-20T04:04:35.626Z+++ svcs -Hostate baseline
9192026-05-20T04:04:35.649Z++ [[ offline* != online ]]
9202026-05-20T04:04:35.649Z++ [[ 106 -gt 300 ]]
9212026-05-20T04:04:35.649Z++ sleep 1
9222026-05-20T04:04:36.636Z++ retry=107
9232026-05-20T04:04:36.642Z+++ svcs -Hostate baseline
9242026-05-20T04:04:36.650Z++ [[ online != online ]]
9252026-05-20T04:04:36.650Z++ set -o errexit
9262026-05-20T04:04:36.655Z++ set -o pipefail
9272026-05-20T04:04:36.655Z++ banner build
9282026-05-20T04:04:36.655Z
9292026-05-20T04:04:36.655Z ##### # # # # #####
9302026-05-20T04:04:36.655Z # # # # # # # #
9312026-05-20T04:04:36.655Z ##### # # # # # #
9322026-05-20T04:04:36.655Z # # # # # # # #
9332026-05-20T04:04:36.655Z # # # # # # # #
9342026-05-20T04:04:36.655Z ##### #### # ###### #####
9352026-05-20T04:04:36.655Z
9362026-05-20T04:04:36.655Z++ cargo build --release --bin ddmd --bin ddmadm
9372026-05-20T04:04:36.662Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9382026-05-20T04:04:36.847Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9392026-05-20T04:04:36.850Zinfo: downloading 6 components
9402026-05-20T04:04:52.700Z Updating git repository `https://github.com/oxidecomputer/falcon`
9412026-05-20T04:04:53.278ZFrom https://github.com/oxidecomputer/falcon
9422026-05-20T04:04:53.278Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9432026-05-20T04:04:53.357Z Updating crates.io index
9442026-05-20T04:04:53.360Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9452026-05-20T04:04:54.086ZFrom https://github.com/oxidecomputer/dendrite
9462026-05-20T04:04:54.086Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9472026-05-20T04:04:54.153Z Updating git repository `https://github.com/oxidecomputer/ispf`
9482026-05-20T04:04:54.414ZFrom https://github.com/oxidecomputer/ispf
9492026-05-20T04:04:54.414Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9502026-05-20T04:04:54.607Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9512026-05-20T04:04:55.353ZFrom https://github.com/oxidecomputer/netadm-sys
9522026-05-20T04:04:55.353Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9532026-05-20T04:04:55.356Z Updating git repository `https://github.com/oxidecomputer/omicron`
9542026-05-20T04:05:02.386ZFrom https://github.com/oxidecomputer/omicron
9552026-05-20T04:05:02.386Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9562026-05-20T04:05:02.794Z Updating git repository `https://github.com/oxidecomputer/opte`
9572026-05-20T04:05:03.430ZFrom https://github.com/oxidecomputer/opte
9582026-05-20T04:05:03.430Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
9592026-05-20T04:05:03.460Z Updating git repository `https://github.com/illumos/smf-rs`
9602026-05-20T04:05:03.714ZFrom https://github.com/illumos/smf-rs
9612026-05-20T04:05:03.714Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9622026-05-20T04:05:04.088Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9632026-05-20T04:05:04.348ZFrom https://github.com/oxidecomputer/network-interface
9642026-05-20T04:05:04.348Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9652026-05-20T04:05:04.505Z Updating git repository `https://github.com/oxidecomputer/zone`
9662026-05-20T04:05:04.774ZFrom https://github.com/oxidecomputer/zone
9672026-05-20T04:05:04.774Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9682026-05-20T04:05:04.841Z Updating git repository `https://github.com/oxidecomputer/propolis`
9692026-05-20T04:05:05.488ZFrom https://github.com/oxidecomputer/propolis
9702026-05-20T04:05:05.488Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9712026-05-20T04:05:05.560Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9722026-05-20T04:05:06.044ZFrom https://github.com/oxidecomputer/transceiver-control
9732026-05-20T04:05:06.045Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9742026-05-20T04:05:06.193Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9752026-05-20T04:05:06.451ZFrom https://github.com/oxidecomputer/dlpi-sys
9762026-05-20T04:05:06.451Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9772026-05-20T04:05:06.457Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9782026-05-20T04:05:06.739ZFrom https://github.com/jmesmon/rust-libzfs
9792026-05-20T04:05:06.739Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9802026-05-20T04:05:06.747Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9812026-05-20T04:05:07.035ZFrom https://github.com/oxidecomputer/rusty-doors
9822026-05-20T04:05:07.035Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9832026-05-20T04:05:07.045Z Updating git repository `https://github.com/oxidecomputer/lldp`
9842026-05-20T04:05:07.381ZFrom https://github.com/oxidecomputer/lldp
9852026-05-20T04:05:07.381Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9862026-05-20T04:05:07.452Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9872026-05-20T04:05:07.763ZFrom https://github.com/oxidecomputer/slog-error-chain
9882026-05-20T04:05:07.763Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9892026-05-20T04:05:07.780Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9902026-05-20T04:05:08.075ZFrom https://github.com/oxidecomputer/tufaceous
9912026-05-20T04:05:08.075Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9922026-05-20T04:05:08.095Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9932026-05-20T04:05:08.574ZFrom https://github.com/oxidecomputer/management-gateway-service
9942026-05-20T04:05:08.574Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9952026-05-20T04:05:08.671Z Updating git repository `https://github.com/oxidecomputer/crucible`
9962026-05-20T04:05:09.457ZFrom https://github.com/oxidecomputer/crucible
9972026-05-20T04:05:09.458Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9982026-05-20T04:05:10.128Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9992026-05-20T04:05:10.433ZFrom https://github.com/oxidecomputer/serde_human_bytes
10002026-05-20T04:05:10.433Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10012026-05-20T04:05:10.824Z Updating git repository `https://github.com/oxidecomputer/propolis`
10022026-05-20T04:05:11.200ZFrom https://github.com/oxidecomputer/propolis
10032026-05-20T04:05:11.200Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
10042026-05-20T04:05:11.437Z Updating git repository `https://github.com/oxidecomputer/tofino`
10052026-05-20T04:05:11.769ZFrom https://github.com/oxidecomputer/tofino
10062026-05-20T04:05:11.769Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10072026-05-20T04:05:11.781Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10082026-05-20T04:05:12.779ZFrom https://github.com/oxidecomputer/maghemite
10092026-05-20T04:05:12.779Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10102026-05-20T04:05:12.835Z Updating git repository `https://github.com/oxidecomputer/clickward`
10112026-05-20T04:05:13.121ZFrom https://github.com/oxidecomputer/clickward
10122026-05-20T04:05:13.121Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10132026-05-20T04:05:13.137Z Updating git repository `https://github.com/oxidecomputer/crucible`
10142026-05-20T04:05:13.528ZFrom https://github.com/oxidecomputer/crucible
10152026-05-20T04:05:13.528Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10162026-05-20T04:05:13.618Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10172026-05-20T04:05:14.078ZFrom https://github.com/oxidecomputer/illumos-devinfo
10182026-05-20T04:05:14.079Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10192026-05-20T04:05:15.208Z Downloading crates ...
10202026-05-20T04:05:15.271Z Downloaded adler2 v2.0.1
10212026-05-20T04:05:15.293Z Downloaded darling_macro v0.21.3
10222026-05-20T04:05:15.297Z Downloaded defmt v0.3.100
10232026-05-20T04:05:15.301Z Downloaded async-stream-impl v0.3.6
10242026-05-20T04:05:15.301Z Downloaded async-stream v0.3.6
10252026-05-20T04:05:15.305Z Downloaded base64 v0.21.7
10262026-05-20T04:05:15.305Z Downloaded fnv v1.0.7
10272026-05-20T04:05:15.309Z Downloaded async-recursion v1.1.1
10282026-05-20T04:05:15.311Z Downloaded generic-array v0.14.7
10292026-05-20T04:05:15.311Z Downloaded ff v0.13.1
10302026-05-20T04:05:15.314Z Downloaded foreign-types-shared v0.1.1
10312026-05-20T04:05:15.317Z Downloaded derive-where v1.6.1
10322026-05-20T04:05:15.319Z Downloaded heck v0.4.1
10332026-05-20T04:05:15.322Z Downloaded csv-core v0.1.13
10342026-05-20T04:05:15.322Z Downloaded crossbeam-deque v0.8.6
10352026-05-20T04:05:15.325Z Downloaded compression-codecs v0.4.38
10362026-05-20T04:05:15.327Z Downloaded highway v1.3.0
10372026-05-20T04:05:15.330Z Downloaded digest v0.10.7
10382026-05-20T04:05:15.332Z Downloaded drift v0.1.4
10392026-05-20T04:05:15.338Z Downloaded console v0.16.3
10402026-05-20T04:05:15.342Z Downloaded deranged v0.5.8
10412026-05-20T04:05:15.344Z Downloaded crossbeam-epoch v0.9.18
10422026-05-20T04:05:15.347Z Downloaded derive_more v0.99.20
10432026-05-20T04:05:15.350Z Downloaded futures-sink v0.3.32
10442026-05-20T04:05:15.352Z Downloaded futures-executor v0.3.32
10452026-05-20T04:05:15.352Z Downloaded atomicwrites v0.4.4
10462026-05-20T04:05:15.355Z Downloaded hubpack v0.1.2
10472026-05-20T04:05:15.357Z Downloaded hash32 v0.3.1
10482026-05-20T04:05:15.360Z Downloaded fixedbitset v0.4.2
10492026-05-20T04:05:15.360Z Downloaded getrandom v0.3.4
10502026-05-20T04:05:15.363Z Downloaded futures-task v0.3.32
10512026-05-20T04:05:15.365Z Downloaded futures-core v0.3.32
10522026-05-20T04:05:15.368Z Downloaded enum-as-inner v0.6.1
10532026-05-20T04:05:15.368Z Downloaded fxhash v0.2.1
10542026-05-20T04:05:15.371Z Downloaded foreign-types-shared v0.3.1
10552026-05-20T04:05:15.374Z Downloaded aead v0.5.2
10562026-05-20T04:05:15.374Z Downloaded crc8 v0.1.1
10572026-05-20T04:05:15.376Z Downloaded heck v0.5.0
10582026-05-20T04:05:15.376Z Downloaded find-msvc-tools v0.1.9
10592026-05-20T04:05:15.782Z Downloaded convert_case v0.4.0
10602026-05-20T04:05:15.785Z Downloaded ciborium-io v0.2.2
10612026-05-20T04:05:15.785Z Downloaded hostname v0.4.2
10622026-05-20T04:05:15.785Z Downloaded http-body v1.0.1
10632026-05-20T04:05:15.785Z Downloaded cobs v0.3.0
10642026-05-20T04:05:15.785Z Downloaded hubpack_derive v0.1.1
10652026-05-20T04:05:15.785Z Downloaded dof v0.4.0
10662026-05-20T04:05:15.785Z Downloaded hex v0.4.3
10672026-05-20T04:05:15.785Z Downloaded humantime v2.3.0
10682026-05-20T04:05:15.785Z Downloaded foreign-types v0.3.2
10692026-05-20T04:05:15.785Z Downloaded hmac v0.12.1
10702026-05-20T04:05:15.785Z Downloaded dtrace-parser v0.2.0
10712026-05-20T04:05:15.785Z Downloaded gethostname v0.5.0
10722026-05-20T04:05:15.785Z Downloaded darling_macro v0.23.0
10732026-05-20T04:05:15.785Z Downloaded anstyle-query v1.1.5
10742026-05-20T04:05:15.785Z Downloaded ident_case v1.0.1
10752026-05-20T04:05:15.785Z Downloaded dtrace-parser v0.3.0
10762026-05-20T04:05:15.785Z Downloaded const_format_proc_macros v0.2.34
10772026-05-20T04:05:15.785Z Downloaded cipher v0.4.4
10782026-05-20T04:05:15.785Z Downloaded anstyle v1.0.14
10792026-05-20T04:05:15.785Z Downloaded critical-section v1.2.0
10802026-05-20T04:05:15.785Z Downloaded bs58 v0.5.1
10812026-05-20T04:05:15.785Z Downloaded base64 v0.22.1
10822026-05-20T04:05:15.785Z Downloaded float-ord v0.3.2
10832026-05-20T04:05:15.786Z Downloaded chacha20 v0.10.0
10842026-05-20T04:05:15.786Z Downloaded itoa v1.0.18
10852026-05-20T04:05:15.786Z Downloaded is_ci v1.2.0
10862026-05-20T04:05:15.786Z Downloaded is-terminal v0.4.17
10872026-05-20T04:05:15.786Z Downloaded defmt-parser v1.0.0
10882026-05-20T04:05:15.786Z Downloaded keccak v0.1.6
10892026-05-20T04:05:15.786Z Downloaded idna_adapter v1.2.2
10902026-05-20T04:05:15.786Z Downloaded instant v0.1.13
10912026-05-20T04:05:15.786Z Downloaded lazy_static v1.5.0
10922026-05-20T04:05:15.786Z Downloaded inout v0.1.4
10932026-05-20T04:05:15.786Z Downloaded lru-cache v0.1.2
10942026-05-20T04:05:15.786Z Downloaded http-body-util v0.1.3
10952026-05-20T04:05:15.786Z Downloaded internet-checksum v0.2.1
10962026-05-20T04:05:15.786Z Downloaded hostname v0.3.1
10972026-05-20T04:05:15.786Z Downloaded git-stub v1.0.0
10982026-05-20T04:05:15.786Z Downloaded crypto-common v0.1.7
10992026-05-20T04:05:15.786Z Downloaded httpdate v1.0.3
11002026-05-20T04:05:15.786Z Downloaded libscf-sys v1.2.0
11012026-05-20T04:05:15.786Z Downloaded daft-derive v0.1.7
11022026-05-20T04:05:15.786Z Downloaded managed v0.8.0
11032026-05-20T04:05:15.786Z Downloaded lru-slab v0.1.2
11042026-05-20T04:05:15.786Z Downloaded konst_macro_rules v0.2.19
11052026-05-20T04:05:15.786Z Downloaded bytecount v0.6.9
11062026-05-20T04:05:15.786Z Downloaded mime v0.3.17
11072026-05-20T04:05:15.786Z Downloaded byte-wrapper v0.1.0
11082026-05-20T04:05:15.786Z Downloaded memmap v0.7.0
11092026-05-20T04:05:15.786Z Downloaded embedded-io v0.6.1
11102026-05-20T04:05:15.786Z Downloaded glob v0.3.3
11112026-05-20T04:05:15.786Z Downloaded cmake v0.1.58
11122026-05-20T04:05:15.786Z Downloaded byteorder v1.5.0
11132026-05-20T04:05:15.786Z Downloaded hyper-rustls v0.27.9
11142026-05-20T04:05:15.786Z Downloaded daft v0.1.7
11152026-05-20T04:05:15.786Z Downloaded fs-err v3.3.0
11162026-05-20T04:05:15.786Z Downloaded ciborium v0.2.2
11172026-05-20T04:05:15.786Z Downloaded cargo_toml v0.22.3
11182026-05-20T04:05:15.786Z Downloaded camino-tempfile v1.4.1
11192026-05-20T04:05:15.786Z Downloaded newtype-uuid-macros v0.1.0
11202026-05-20T04:05:15.786Z Downloaded anstyle-parse v1.0.0
11212026-05-20T04:05:15.787Z Downloaded num_enum_derive v0.5.11
11222026-05-20T04:05:15.787Z Downloaded natord v1.0.9
11232026-05-20T04:05:15.787Z Downloaded memoffset v0.9.1
11242026-05-20T04:05:15.787Z Downloaded newtype_derive v0.1.6
11252026-05-20T04:05:15.787Z Downloaded is_terminal_polyfill v1.70.2
11262026-05-20T04:05:15.787Z Downloaded num-conv v0.2.1
11272026-05-20T04:05:15.787Z Downloaded ipnetwork v0.21.1
11282026-05-20T04:05:15.787Z Downloaded linked-hash-map v0.5.6
11292026-05-20T04:05:15.787Z Downloaded linear-map v1.2.0
11302026-05-20T04:05:15.787Z Downloaded ingot v0.1.1
11312026-05-20T04:05:15.787Z Downloaded getrandom v0.2.17
11322026-05-20T04:05:15.787Z Downloaded defmt v1.1.0
11332026-05-20T04:05:15.787Z Downloaded openssl-macros v0.1.1
11342026-05-20T04:05:15.787Z Downloaded omicron-workspace-hack v0.1.0
11352026-05-20T04:05:15.787Z Downloaded num_threads v0.1.7
11362026-05-20T04:05:15.787Z Downloaded opaque-debug v0.3.1
11372026-05-20T04:05:15.787Z Downloaded camino v1.2.2
11382026-05-20T04:05:15.787Z Downloaded macaddr v1.0.1
11392026-05-20T04:05:15.787Z Downloaded cookie v0.18.1
11402026-05-20T04:05:15.787Z Downloaded libsw-core v0.3.2
11412026-05-20T04:05:15.787Z Downloaded crossbeam-utils v0.8.21
11422026-05-20T04:05:15.787Z Downloaded lock_api v0.4.14
11432026-05-20T04:05:15.787Z Downloaded darling v0.23.0
11442026-05-20T04:05:15.787Z Downloaded parse-display v0.10.0
11452026-05-20T04:05:15.787Z Downloaded cancel-safe-futures v0.1.5
11462026-05-20T04:05:15.787Z Downloaded console v0.15.11
11472026-05-20T04:05:15.787Z Downloaded phf_shared v0.12.1
11482026-05-20T04:05:15.787Z Downloaded httparse v1.10.1
11492026-05-20T04:05:15.787Z Downloaded foldhash v0.1.5
11502026-05-20T04:05:15.787Z Downloaded crc32fast v1.5.0
11512026-05-20T04:05:15.787Z Downloaded clap_derive v4.6.1
11522026-05-20T04:05:15.787Z Downloaded libsw v3.5.0
11532026-05-20T04:05:15.787Z Downloaded newtype-uuid v1.3.2
11542026-05-20T04:05:15.787Z Downloaded displaydoc v0.2.5
11552026-05-20T04:05:15.787Z Downloaded match_cfg v0.1.0
11562026-05-20T04:05:15.787Z Downloaded bytes v1.11.1
11572026-05-20T04:05:15.787Z Downloaded pretty-hex v0.4.2
11582026-05-20T04:05:15.788Z Downloaded data-encoding v2.11.0
11592026-05-20T04:05:15.788Z Downloaded powerfmt v0.2.0
11602026-05-20T04:05:15.791Z Downloaded proc-macro-error-attr2 v2.0.0
11612026-05-20T04:05:15.791Z Downloaded ingot-macros v0.1.1
11622026-05-20T04:05:15.791Z Downloaded iana-time-zone v0.1.65
11632026-05-20T04:05:15.791Z Downloaded plain v0.2.3
11642026-05-20T04:05:15.791Z Downloaded potential_utf v0.1.5
11652026-05-20T04:05:15.791Z Downloaded num-rational v0.4.2
11662026-05-20T04:05:15.791Z Downloaded num-integer v0.1.46
11672026-05-20T04:05:15.791Z Downloaded oxide-tokio-rt v0.1.6
11682026-05-20T04:05:15.791Z Downloaded proc-macro-crate v1.3.1
11692026-05-20T04:05:15.791Z Downloaded proc-macro-crate v3.5.0
11702026-05-20T04:05:15.791Z Downloaded progenitor-client v0.10.0
11712026-05-20T04:05:15.791Z Downloaded num_enum v0.5.11
11722026-05-20T04:05:15.791Z Downloaded progenitor-macro v0.10.0
11732026-05-20T04:05:15.791Z Downloaded proc-macro-error-attr v1.0.4
11742026-05-20T04:05:15.791Z Downloaded progenitor-client v0.11.2
11752026-05-20T04:05:15.791Z Downloaded clap v4.6.1
11762026-05-20T04:05:15.791Z Downloaded darling v0.21.3
11772026-05-20T04:05:15.791Z Downloaded memmap2 v0.9.10
11782026-05-20T04:05:15.791Z Downloaded percent-encoding v2.3.2
11792026-05-20T04:05:15.791Z Downloaded paste v1.0.15
11802026-05-20T04:05:15.791Z Downloaded parking_lot_core v0.8.6
11812026-05-20T04:05:15.791Z Downloaded progenitor-client v0.14.0
11822026-05-20T04:05:15.791Z Downloaded password-hash v0.5.0
11832026-05-20T04:05:15.791Z Downloaded progenitor-macro v0.13.0
11842026-05-20T04:05:15.791Z Downloaded oxnet v0.1.5
11852026-05-20T04:05:15.791Z Downloaded allocator-api2 v0.2.21
11862026-05-20T04:05:15.791Z Downloaded ref-cast v1.0.25
11872026-05-20T04:05:15.791Z Downloaded futures v0.3.32
11882026-05-20T04:05:15.791Z Downloaded quick-error v1.2.3
11892026-05-20T04:05:15.791Z Downloaded litemap v0.8.2
11902026-05-20T04:05:15.791Z Downloaded bitflags v2.11.1
11912026-05-20T04:05:15.791Z Downloaded rand_chacha v0.3.1
11922026-05-20T04:05:15.791Z Downloaded phf v0.12.1
11932026-05-20T04:05:15.791Z Downloaded multer v3.1.0
11942026-05-20T04:05:15.792Z Downloaded openssl-probe v0.2.1
11952026-05-20T04:05:15.792Z Downloaded pin-project-lite v0.2.17
11962026-05-20T04:05:15.792Z Downloaded ppv-lite86 v0.2.21
11972026-05-20T04:05:15.792Z Downloaded rand_xorshift v0.4.0
11982026-05-20T04:05:15.792Z Downloaded rustc_version v0.4.1
11992026-05-20T04:05:15.792Z Downloaded indexmap v1.9.3
12002026-05-20T04:05:15.792Z Downloaded poly1305 v0.8.0
12012026-05-20T04:05:15.792Z Downloaded pkg-config v0.3.33
12022026-05-20T04:05:15.792Z Downloaded pin-project-internal v1.1.13
12032026-05-20T04:05:15.792Z Downloaded num-complex v0.4.6
12042026-05-20T04:05:15.792Z Downloaded log v0.4.29
12052026-05-20T04:05:15.792Z Downloaded progenitor-client v0.13.0
12062026-05-20T04:05:15.792Z Downloaded progenitor v0.14.0
12072026-05-20T04:05:15.792Z Downloaded progenitor v0.11.2
12082026-05-20T04:05:15.792Z Downloaded num_enum v0.7.6
12092026-05-20T04:05:15.792Z Downloaded ref-cast-impl v1.0.25
12102026-05-20T04:05:15.792Z Downloaded arc-swap v1.9.1
12112026-05-20T04:05:15.792Z Downloaded proc-macro-error v1.0.4
12122026-05-20T04:05:15.792Z Downloaded once_cell v1.21.4
12132026-05-20T04:05:15.792Z Downloaded rustc_version v0.1.7
12142026-05-20T04:05:15.792Z Downloaded rustc-hash v2.1.2
12152026-05-20T04:05:15.792Z Downloaded parking_lot_core v0.9.12
12162026-05-20T04:05:15.792Z Downloaded parking_lot v0.11.2
12172026-05-20T04:05:15.792Z Downloaded same-file v1.0.6
12182026-05-20T04:05:15.792Z Downloaded progenitor-macro v0.11.2
12192026-05-20T04:05:15.792Z Downloaded scroll_derive v0.12.1
12202026-05-20T04:05:15.792Z Downloaded icu_provider v2.2.0
12212026-05-20T04:05:15.792Z Downloaded progenitor v0.10.0
12222026-05-20T04:05:15.792Z Downloaded secrecy v0.10.3
12232026-05-20T04:05:15.792Z Downloaded scopeguard v1.2.0
12242026-05-20T04:05:15.792Z Downloaded chacha20poly1305 v0.10.1
12252026-05-20T04:05:15.792Z Downloaded progenitor-macro v0.14.0
12262026-05-20T04:05:15.792Z Downloaded proc-macro-error2 v2.0.1
12272026-05-20T04:05:15.792Z Downloaded pest_derive v2.8.6
12282026-05-20T04:05:15.792Z Downloaded pem v3.0.6
12292026-05-20T04:05:15.792Z Downloaded rand_core v0.6.4
12302026-05-20T04:05:15.792Z Downloaded rand_chacha v0.9.0
12312026-05-20T04:05:15.792Z Downloaded serde_plain v1.0.2
12322026-05-20T04:05:15.793Z Downloaded serde_repr v0.1.20
12332026-05-20T04:05:15.793Z Downloaded pest_generator v2.8.6
12342026-05-20T04:05:15.793Z Downloaded semver v0.1.20
12352026-05-20T04:05:15.793Z Downloaded rand_core v0.10.1
12362026-05-20T04:05:15.793Z Downloaded icu_properties v2.2.0
12372026-05-20T04:05:15.793Z Downloaded rand_core v0.9.5
12382026-05-20T04:05:15.793Z Downloaded quote v1.0.45
12392026-05-20T04:05:15.793Z Downloaded icu_locale_core v2.2.0
12402026-05-20T04:05:15.793Z Downloaded num-traits v0.2.19
12412026-05-20T04:05:15.793Z Downloaded konst v0.2.20
12422026-05-20T04:05:15.793Z Downloaded indicatif v0.18.4
12432026-05-20T04:05:15.793Z Downloaded serde-big-array v0.5.1
12442026-05-20T04:05:15.793Z Downloaded serde_urlencoded v0.7.1
12452026-05-20T04:05:15.793Z Downloaded rustversion v1.0.22
12462026-05-20T04:05:15.793Z Downloaded serde_spanned v1.1.1
12472026-05-20T04:05:15.793Z Downloaded serde_spanned v0.6.9
12482026-05-20T04:05:15.793Z Downloaded progenitor v0.13.0
12492026-05-20T04:05:15.793Z Downloaded parse-display-derive v0.10.0
12502026-05-20T04:05:15.793Z Downloaded icu_normalizer_data v2.2.0
12512026-05-20T04:05:15.793Z Downloaded hickory-resolver v0.25.2
12522026-05-20T04:05:15.793Z Downloaded flate2 v1.1.9
12532026-05-20T04:05:15.793Z Downloaded resolv-conf v0.7.6
12542026-05-20T04:05:15.793Z Downloaded parking_lot v0.12.5
12552026-05-20T04:05:15.793Z Downloaded papergrid v0.17.0
12562026-05-20T04:05:15.793Z Downloaded icu_normalizer v2.2.0
12572026-05-20T04:05:15.793Z Downloaded slog-envlogger v2.2.0
12582026-05-20T04:05:15.793Z Downloaded schemars_derive v0.8.22
12592026-05-20T04:05:15.793Z Downloaded cc v1.2.62
12602026-05-20T04:05:15.797Z Downloaded scroll v0.13.0
12612026-05-20T04:05:15.797Z Downloaded rustls-native-certs v0.8.3
12622026-05-20T04:05:15.797Z Downloaded siphasher v1.0.3
12632026-05-20T04:05:15.797Z Downloaded sigpipe v0.1.3
12642026-05-20T04:05:15.797Z Downloaded progenitor-extras v0.2.0
12652026-05-20T04:05:15.797Z Downloaded slog-bunyan v2.5.0
12662026-05-20T04:05:15.797Z Downloaded rusty-fork v0.3.1
12672026-05-20T04:05:15.797Z Downloaded rustls-pemfile v2.2.0
12682026-05-20T04:05:15.797Z Downloaded smawk v0.3.2
12692026-05-20T04:05:15.797Z Downloaded hickory-resolver v0.24.4
12702026-05-20T04:05:15.797Z Downloaded darling_core v0.21.3
12712026-05-20T04:05:15.797Z Downloaded crypto-bigint v0.5.5
12722026-05-20T04:05:15.797Z Downloaded serde_tokenstream v0.2.3
12732026-05-20T04:05:15.797Z Downloaded stable_deref_trait v1.2.1
12742026-05-20T04:05:15.797Z Downloaded spin v0.5.2
12752026-05-20T04:05:15.797Z Downloaded scroll v0.12.0
12762026-05-20T04:05:15.797Z Downloaded pin-project v1.1.13
12772026-05-20T04:05:15.798Z Downloaded serde_derive_internals v0.29.1
12782026-05-20T04:05:15.798Z Downloaded structmeta v0.3.0
12792026-05-20T04:05:15.798Z Downloaded elliptic-curve v0.13.8
12802026-05-20T04:05:15.798Z Downloaded strum v0.26.3
12812026-05-20T04:05:15.798Z Downloaded structmeta-derive v0.3.0
12822026-05-20T04:05:15.798Z Downloaded progenitor-impl v0.10.0
12832026-05-20T04:05:15.798Z Downloaded tabled_derive v0.7.0
12842026-05-20T04:05:15.798Z Downloaded miniz_oxide v0.8.9
12852026-05-20T04:05:15.798Z Downloaded swrite v0.1.0
12862026-05-20T04:05:15.798Z Downloaded strum v0.27.2
12872026-05-20T04:05:15.798Z Downloaded proc-macro2 v1.0.106
12882026-05-20T04:05:15.798Z Downloaded papergrid v0.11.0
12892026-05-20T04:05:15.798Z Downloaded supports-color v3.0.2
12902026-05-20T04:05:15.798Z Downloaded subtle v2.6.1
12912026-05-20T04:05:15.798Z Downloaded strsim v0.11.1
12922026-05-20T04:05:15.798Z Downloaded slab v0.4.12
12932026-05-20T04:05:15.798Z Downloaded progenitor-impl v0.13.0
12942026-05-20T04:05:15.798Z Downloaded crossbeam-channel v0.5.15
12952026-05-20T04:05:15.798Z Downloaded slog-dtrace v0.3.0
12962026-05-20T04:05:15.798Z Downloaded tabled_derive v0.11.0
12972026-05-20T04:05:15.798Z Downloaded slog-async v2.8.0
12982026-05-20T04:05:15.798Z Downloaded quinn-udp v0.5.14
12992026-05-20T04:05:15.803Z Downloaded sha2 v0.10.9
13002026-05-20T04:05:15.803Z Downloaded terminal_size v0.4.4
13012026-05-20T04:05:15.803Z Downloaded slog-stdlog v4.1.1
13022026-05-20T04:05:15.803Z Downloaded async-compression v0.4.42
13032026-05-20T04:05:15.806Z Downloaded sha1 v0.10.6
13042026-05-20T04:05:15.808Z Downloaded smartstring v1.0.1
13052026-05-20T04:05:15.808Z Downloaded testing_table v0.3.0
13062026-05-20T04:05:15.811Z Downloaded shlex v1.3.0
13072026-05-20T04:05:15.811Z Downloaded take_mut v0.2.2
13082026-05-20T04:05:15.811Z Downloaded termtree v0.5.1
13092026-05-20T04:05:15.817Z Downloaded tagptr v0.2.0
13102026-05-20T04:05:15.817Z Downloaded rustls-pki-types v1.14.1
13112026-05-20T04:05:15.821Z Downloaded pest_meta v2.8.6
13122026-05-20T04:05:15.821Z Downloaded smf v0.2.3
13132026-05-20T04:05:15.821Z Downloaded simd-adler32 v0.3.9
13142026-05-20T04:05:15.821Z Downloaded postcard v1.1.3
13152026-05-20T04:05:15.825Z Downloaded heapless v0.8.0
13162026-05-20T04:05:15.825Z Downloaded jiff-static v0.2.24
13172026-05-20T04:05:15.827Z Downloaded rhai_codegen v3.1.0
13182026-05-20T04:05:15.830Z Downloaded thread-id v5.1.0
13192026-05-20T04:05:15.830Z Downloaded thread-id v4.2.2
13202026-05-20T04:05:15.832Z Downloaded thiserror-impl-no-std v2.0.2
13212026-05-20T04:05:15.832Z Downloaded tinyvec_macros v0.1.1
13222026-05-20T04:05:15.832Z Downloaded rustls-platform-verifier v0.7.0
13232026-05-20T04:05:15.835Z Downloaded tokio-macros v2.7.0
13242026-05-20T04:05:15.838Z Downloaded snafu-derive v0.8.9
13252026-05-20T04:05:15.838Z Downloaded slog-term v2.9.2
13262026-05-20T04:05:15.840Z Downloaded slog-json v2.6.1
13272026-05-20T04:05:15.840Z Downloaded synstructure v0.13.2
13282026-05-20T04:05:15.840Z Downloaded http v1.4.0
13292026-05-20T04:05:15.843Z Downloaded ryu v1.0.23
13302026-05-20T04:05:15.845Z Downloaded schemars v0.8.22
13312026-05-20T04:05:15.851Z Downloaded semver v1.0.28
13322026-05-20T04:05:15.854Z Downloaded serde_path_to_error v0.1.20
13332026-05-20T04:05:15.857Z Downloaded hyper-util v0.1.20
13342026-05-20T04:05:15.859Z Downloaded toml_datetime v0.6.11
13352026-05-20T04:05:15.859Z Downloaded progenitor-impl v0.14.0
13362026-05-20T04:05:15.862Z Downloaded progenitor-impl v0.11.2
13372026-05-20T04:05:15.862Z Downloaded tower-service v0.3.3
13382026-05-20T04:05:15.862Z Downloaded serde_core v1.0.228
13392026-05-20T04:05:15.865Z Downloaded prettyplease v0.2.37
13402026-05-20T04:05:15.868Z Downloaded rayon-core v1.13.0
13412026-05-20T04:05:15.868Z Downloaded try-lock v0.2.5
13422026-05-20T04:05:15.871Z Downloaded tower-layer v0.3.3
13432026-05-20T04:05:15.871Z Downloaded smallvec v1.15.1
13442026-05-20T04:05:15.871Z Downloaded tabwriter v1.4.1
13452026-05-20T04:05:15.874Z Downloaded minimal-lexical v0.2.1
13462026-05-20T04:05:15.877Z Downloaded dropshot-api-manager v0.7.1
13472026-05-20T04:05:15.877Z Downloaded hashbrown v0.12.3
13482026-05-20T04:05:15.879Z Downloaded sync_wrapper v1.0.2
13492026-05-20T04:05:15.879Z Downloaded strum_macros v0.27.2
13502026-05-20T04:05:15.882Z Downloaded typeid v1.0.3
13512026-05-20T04:05:15.882Z Downloaded toml_write v0.1.2
13522026-05-20T04:05:15.886Z Downloaded tokio-dtrace v0.1.1
13532026-05-20T04:05:15.886Z Downloaded time-macros v0.2.27
13542026-05-20T04:05:15.888Z Downloaded typify-macro v0.6.2
13552026-05-20T04:05:15.888Z Downloaded indexmap v2.14.0
13562026-05-20T04:05:15.888Z Downloaded unarray v0.1.4
13572026-05-20T04:05:15.892Z Downloaded tokio-rustls v0.25.0
13582026-05-20T04:05:15.892Z Downloaded expectorate v1.2.0
13592026-05-20T04:05:15.896Z Downloaded time-core v0.1.8
13602026-05-20T04:05:15.896Z Downloaded thread_local v1.1.9
13612026-05-20T04:05:15.896Z Downloaded unicode-linebreak v0.1.5
13622026-05-20T04:05:15.896Z Downloaded slog v2.8.2
13632026-05-20T04:05:15.898Z Downloaded memchr v2.8.0
13642026-05-20T04:05:15.901Z Downloaded thiserror-no-std v2.0.2
13652026-05-20T04:05:15.903Z Downloaded typify-macro v0.4.3
13662026-05-20T04:05:15.903Z Downloaded tinystr v0.8.3
13672026-05-20T04:05:15.906Z Downloaded tiny-keccak v2.0.2
13682026-05-20T04:05:15.906Z Downloaded usdt-attr-macro v0.5.0
13692026-05-20T04:05:15.906Z Downloaded term v1.2.1
13702026-05-20T04:05:15.909Z Downloaded untrusted v0.9.0
13712026-05-20T04:05:15.909Z Downloaded unit-prefix v0.5.2
13722026-05-20T04:05:15.912Z Downloaded unicode-xid v0.2.6
13732026-05-20T04:05:15.912Z Downloaded slog-scope v4.4.1
13742026-05-20T04:05:15.912Z Downloaded untrusted v0.7.1
13752026-05-20T04:05:15.912Z Downloaded quinn v0.11.9
13762026-05-20T04:05:15.914Z Downloaded universal-hash v0.5.1
13772026-05-20T04:05:15.919Z Downloaded thiserror v1.0.69
13782026-05-20T04:05:15.922Z Downloaded thiserror-impl v1.0.69
13792026-05-20T04:05:15.922Z Downloaded strum_macros v0.26.4
13802026-05-20T04:05:15.922Z Downloaded serde_derive v1.0.228
13812026-05-20T04:05:15.922Z Downloaded thiserror-impl v2.0.18
13822026-05-20T04:05:15.924Z Downloaded spin v0.9.8
13832026-05-20T04:05:15.924Z Downloaded static_assertions v1.1.0
13842026-05-20T04:05:15.924Z Downloaded want v0.3.1
13852026-05-20T04:05:15.927Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13862026-05-20T04:05:15.927Z Downloaded usdt-macro v0.6.0
13872026-05-20T04:05:15.927Z Downloaded signal-hook-registry v1.4.8
13882026-05-20T04:05:15.931Z Downloaded serde_with_macros v3.20.0
13892026-05-20T04:05:15.931Z Downloaded usdt v0.6.0
13902026-05-20T04:05:15.931Z Downloaded openssl-sys v0.9.116
13912026-05-20T04:05:15.937Z Downloaded icu_collections v2.2.0
13922026-05-20T04:05:15.939Z Downloaded getrandom v0.4.2
13932026-05-20T04:05:15.939Z Downloaded scroll_derive v0.13.1
13942026-05-20T04:05:15.939Z Downloaded half v2.7.1
13952026-05-20T04:05:15.943Z Downloaded wait-timeout v0.2.1
13962026-05-20T04:05:15.943Z Downloaded utf8parse v0.2.2
13972026-05-20T04:05:15.943Z Downloaded socket2 v0.6.3
13982026-05-20T04:05:15.946Z Downloaded usdt-macro v0.5.0
13992026-05-20T04:05:15.946Z Downloaded tempfile v3.27.0
14002026-05-20T04:05:15.946Z Downloaded darling_core v0.23.0
14012026-05-20T04:05:15.949Z Downloaded tokio-tungstenite v0.21.0
14022026-05-20T04:05:15.951Z Downloaded toml_writer v1.1.1+spec-1.1.0
14032026-05-20T04:05:15.951Z Downloaded serde_yaml v0.9.34+deprecated
14042026-05-20T04:05:15.954Z Downloaded yoke-derive v0.8.2
14052026-05-20T04:05:15.954Z Downloaded const_format v0.2.36
14062026-05-20T04:05:15.957Z Downloaded owo-colors v4.3.0
14072026-05-20T04:05:15.957Z Downloaded num_enum_derive v0.7.6
14082026-05-20T04:05:15.959Z Downloaded zerofrom-derive v0.1.7
14092026-05-20T04:05:15.959Z Downloaded tokio-stream v0.1.18
14102026-05-20T04:05:15.963Z Downloaded similar v2.7.0
14112026-05-20T04:05:15.965Z Downloaded thin-vec v0.2.18
14122026-05-20T04:05:15.966Z Downloaded zerofrom v0.1.8
14132026-05-20T04:05:15.966Z Downloaded dropshot_endpoint v0.17.0
14142026-05-20T04:05:15.970Z Downloaded ahash v0.8.12
14152026-05-20T04:05:15.973Z Downloaded usdt-attr-macro v0.6.0
14162026-05-20T04:05:15.973Z Downloaded ingot-types v0.1.2
14172026-05-20T04:05:15.973Z Downloaded fastrand v2.4.1
14182026-05-20T04:05:15.973Z Downloaded zone v0.3.1
14192026-05-20T04:05:15.973Z Downloaded thiserror v2.0.18
14202026-05-20T04:05:15.975Z Downloaded zone_cfg_derive v0.3.1
14212026-05-20T04:05:15.976Z Downloaded waitgroup v0.1.2
14222026-05-20T04:05:15.976Z Downloaded erased-serde v0.3.31
14232026-05-20T04:05:15.978Z Downloaded utf8_iter v1.0.4
14242026-05-20T04:05:15.978Z Downloaded rand v0.8.6
14252026-05-20T04:05:15.980Z Downloaded usdt-impl v0.6.0
14262026-05-20T04:05:15.980Z Downloaded olpc-cjson v0.1.4
14272026-05-20T04:05:15.983Z Downloaded toml_parser v1.1.2+spec-1.1.0
14282026-05-20T04:05:15.983Z Downloaded toml v0.8.23
14292026-05-20T04:05:15.986Z Downloaded utf-8 v0.7.6
14302026-05-20T04:05:15.986Z Downloaded tracing-attributes v0.1.31
14312026-05-20T04:05:15.988Z Downloaded serde v1.0.228
14322026-05-20T04:05:15.988Z Downloaded aws-lc-rs v1.17.0
14332026-05-20T04:05:15.993Z Downloaded whoami v1.6.1
14342026-05-20T04:05:16.002Z Downloaded tokio-rustls v0.26.4
14352026-05-20T04:05:16.002Z Downloaded tinyvec v1.11.0
14362026-05-20T04:05:16.011Z Downloaded walkdir v2.5.0
14372026-05-20T04:05:16.011Z Downloaded nom v7.1.3
14382026-05-20T04:05:16.011Z Downloaded usdt-impl v0.5.0
14392026-05-20T04:05:16.011Z Downloaded snafu v0.8.9
14402026-05-20T04:05:16.016Z Downloaded zeroize_derive v1.4.3
14412026-05-20T04:05:16.016Z Downloaded schemars v1.2.1
14422026-05-20T04:05:16.020Z Downloaded usdt v0.5.0
14432026-05-20T04:05:16.020Z Downloaded hyper v1.9.0
14442026-05-20T04:05:16.020Z Downloaded rustls-webpki v0.103.13
14452026-05-20T04:05:16.023Z Downloaded version_check v0.9.5
14462026-05-20T04:05:16.023Z Downloaded xz2 v0.1.7
14472026-05-20T04:05:16.023Z Downloaded zmij v1.0.21
14482026-05-20T04:05:16.023Z Downloaded textwrap v0.16.2
14492026-05-20T04:05:16.025Z Downloaded test-strategy v0.4.5
14502026-05-20T04:05:16.028Z Downloaded writeable v0.6.3
14512026-05-20T04:05:16.028Z Downloaded rand v0.9.4
14522026-05-20T04:05:16.030Z Downloaded qorb v0.4.1
14532026-05-20T04:05:16.032Z Downloaded num-derive v0.4.2
14542026-05-20T04:05:16.032Z Downloaded schemars v0.9.0
14552026-05-20T04:05:16.442Z Downloaded ucd-trie v0.1.7
14562026-05-20T04:05:16.444Z Downloaded zerovec-derive v0.11.3
14572026-05-20T04:05:16.444Z Downloaded zeroize v1.8.2
14582026-05-20T04:05:16.444Z Downloaded zerocopy-derive v0.7.35
14592026-05-20T04:05:16.444Z Downloaded vsss-rs v3.3.4
14602026-05-20T04:05:16.445Z Downloaded typify v0.6.2
14612026-05-20T04:05:16.445Z Downloaded idna v1.1.0
14622026-05-20T04:05:16.445Z Downloaded aho-corasick v1.1.4
14632026-05-20T04:05:16.445Z Downloaded toml v0.9.12+spec-1.1.0
14642026-05-20T04:05:16.445Z Downloaded toml v1.1.2+spec-1.1.0
14652026-05-20T04:05:16.445Z Downloaded unicode-ident v1.0.24
14662026-05-20T04:05:16.445Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14672026-05-20T04:05:16.445Z Downloaded itertools v0.12.1
14682026-05-20T04:05:16.445Z Downloaded mio v1.2.0
14692026-05-20T04:05:16.445Z Downloaded yoke v0.8.2
14702026-05-20T04:05:16.445Z Downloaded itertools v0.14.0
14712026-05-20T04:05:16.445Z Downloaded toml_edit v0.22.27
14722026-05-20T04:05:16.445Z Downloaded tungstenite v0.21.0
14732026-05-20T04:05:16.445Z Downloaded rand v0.10.1
14742026-05-20T04:05:16.445Z Downloaded iddqd v0.3.18
14752026-05-20T04:05:16.445Z Downloaded futures-channel v0.3.32
14762026-05-20T04:05:16.445Z Downloaded typify v0.4.3
14772026-05-20T04:05:16.445Z Downloaded tracing-core v0.1.36
14782026-05-20T04:05:16.445Z Downloaded jobserver v0.1.34
14792026-05-20T04:05:16.445Z Downloaded fs_extra v1.3.0
14802026-05-20T04:05:16.445Z Downloaded ipnet v2.12.0
14812026-05-20T04:05:16.445Z Downloaded no-std-compat v0.4.1
14822026-05-20T04:05:16.445Z Downloaded group v0.13.0
14832026-05-20T04:05:16.445Z Downloaded num-iter v0.1.45
14842026-05-20T04:05:16.445Z Downloaded num v0.4.3
14852026-05-20T04:05:16.445Z Downloaded newline-converter v0.3.0
14862026-05-20T04:05:16.445Z Downloaded either v1.15.0
14872026-05-20T04:05:16.445Z Downloaded backoff v0.4.0
14882026-05-20T04:05:16.445Z Downloaded anstream v1.0.0
14892026-05-20T04:05:16.445Z Downloaded toml_edit v0.19.15
14902026-05-20T04:05:16.445Z Downloaded toml_edit v0.25.11+spec-1.1.0
14912026-05-20T04:05:16.445Z Downloaded hashbrown v0.15.5
14922026-05-20T04:05:16.445Z Downloaded unsafe-libyaml v0.2.11
14932026-05-20T04:05:16.445Z Downloaded steno v0.4.1
14942026-05-20T04:05:16.445Z Downloaded hashbrown v0.17.1
14952026-05-20T04:05:16.445Z Downloaded clap_builder v4.6.0
14962026-05-20T04:05:16.445Z Downloaded pest v2.8.6
14972026-05-20T04:05:16.445Z Downloaded uuid v1.23.1
14982026-05-20T04:05:16.446Z Downloaded nom v8.0.0
14992026-05-20T04:05:16.446Z Downloaded hashbrown v0.16.1
15002026-05-20T04:05:16.446Z Downloaded blake2 v0.10.6
15012026-05-20T04:05:16.446Z Downloaded bit-set v0.8.0
15022026-05-20T04:05:16.446Z Downloaded autocfg v1.5.0
15032026-05-20T04:05:16.446Z Downloaded futures-io v0.3.32
15042026-05-20T04:05:16.446Z Downloaded globset v0.4.18
15052026-05-20T04:05:16.446Z Downloaded debug-ignore v1.0.5
15062026-05-20T04:05:16.446Z Downloaded embedded-io v0.4.0
15072026-05-20T04:05:16.446Z Downloaded indent_write v2.2.0
15082026-05-20T04:05:16.446Z Downloaded typenum v1.20.0
15092026-05-20T04:05:16.446Z Downloaded anyhow v1.0.102
15102026-05-20T04:05:16.446Z Downloaded const-random-macro v0.1.16
15112026-05-20T04:05:16.446Z Downloaded foreign-types-macros v0.2.3
15122026-05-20T04:05:16.446Z Downloaded fixedbitset v0.5.7
15132026-05-20T04:05:16.446Z Downloaded h2 v0.4.14
15142026-05-20T04:05:16.446Z Downloaded icu_properties_data v2.2.0
15152026-05-20T04:05:16.446Z Downloaded zerocopy-derive v0.8.48
15162026-05-20T04:05:16.446Z Downloaded zerotrie v0.2.4
15172026-05-20T04:05:16.446Z Downloaded goblin v0.8.2
15182026-05-20T04:05:16.446Z Downloaded cstr-argument v0.1.2
15192026-05-20T04:05:16.446Z Downloaded crucible-workspace-hack v0.1.0
15202026-05-20T04:05:16.446Z Downloaded const-random v0.1.18
15212026-05-20T04:05:16.446Z Downloaded ciborium-ll v0.2.2
15222026-05-20T04:05:16.446Z Downloaded dof v0.3.0
15232026-05-20T04:05:16.446Z Downloaded futures-macro v0.3.32
15242026-05-20T04:05:16.446Z Downloaded equivalent v1.0.2
15252026-05-20T04:05:16.446Z Downloaded dunce v1.0.5
15262026-05-20T04:05:16.446Z Downloaded colorchoice v1.0.5
15272026-05-20T04:05:16.446Z Downloaded dyn-clone v1.0.20
15282026-05-20T04:05:16.446Z Downloaded foldhash v0.2.0
15292026-05-20T04:05:16.446Z Downloaded chacha20 v0.9.1
15302026-05-20T04:05:16.446Z Downloaded ron v0.12.1
15312026-05-20T04:05:16.446Z Downloaded libm v0.2.16
15322026-05-20T04:05:16.446Z Downloaded dropshot-api-manager-types v0.7.1
15332026-05-20T04:05:16.446Z Downloaded crunchy v0.2.4
15342026-05-20T04:05:16.446Z Downloaded cfg-if v1.0.4
15352026-05-20T04:05:16.446Z Downloaded form_urlencoded v1.2.2
15362026-05-20T04:05:16.447Z Downloaded clap_lex v1.1.0
15372026-05-20T04:05:16.447Z Downloaded foreign-types v0.5.0
15382026-05-20T04:05:16.447Z Downloaded hkdf v0.12.4
15392026-05-20T04:05:16.447Z Downloaded unicode-segmentation v1.13.2
15402026-05-20T04:05:16.447Z Downloaded typed-path v0.9.3
15412026-05-20T04:05:16.447Z Downloaded url v2.5.8
15422026-05-20T04:05:16.447Z Downloaded chrono v0.4.44
15432026-05-20T04:05:16.447Z Downloaded errno v0.3.14
15442026-05-20T04:05:16.447Z Downloaded dropshot v0.17.0
15452026-05-20T04:05:16.447Z Downloaded tokio-util v0.7.18
15462026-05-20T04:05:16.447Z Downloaded curve25519-dalek-derive v0.1.1
15472026-05-20T04:05:16.447Z Downloaded base64ct v1.8.3
15482026-05-20T04:05:16.447Z Downloaded argon2 v0.5.3
15492026-05-20T04:05:16.447Z Downloaded cpufeatures v0.3.0
15502026-05-20T04:05:16.447Z Downloaded compression-core v0.4.32
15512026-05-20T04:05:16.447Z Downloaded base16ct v1.0.0
15522026-05-20T04:05:16.447Z Downloaded bitflags v1.3.2
15532026-05-20T04:05:16.447Z Downloaded bcs v0.1.6
15542026-05-20T04:05:16.447Z Downloaded backon v1.6.0
15552026-05-20T04:05:16.447Z Downloaded atomic-waker v1.1.2
15562026-05-20T04:05:16.450Z Downloaded async-trait v0.1.89
15572026-05-20T04:05:16.450Z Downloaded block-buffer v0.10.4
15582026-05-20T04:05:16.450Z Downloaded rustls-webpki v0.102.8
15592026-05-20T04:05:16.450Z Downloaded reqwest v0.12.28
15602026-05-20T04:05:16.450Z Downloaded zerovec v0.11.6
15612026-05-20T04:05:16.451Z Downloaded regex v1.12.3
15622026-05-20T04:05:16.451Z Downloaded base16ct v0.2.0
15632026-05-20T04:05:16.451Z Downloaded cfg_aliases v0.2.1
15642026-05-20T04:05:16.451Z Downloaded bit-vec v0.8.0
15652026-05-20T04:05:16.451Z Downloaded git-stub-vcs v0.1.0
15662026-05-20T04:05:16.451Z Downloaded derive-ex v0.1.8
15672026-05-20T04:05:16.451Z Downloaded defmt-macros v1.1.0
15682026-05-20T04:05:16.451Z Downloaded portable-atomic v1.13.1
15692026-05-20T04:05:16.451Z Downloaded zerocopy v0.7.35
15702026-05-20T04:05:16.451Z Downloaded reqwest v0.13.3
15712026-05-20T04:05:16.451Z Downloaded tower v0.5.3
15722026-05-20T04:05:16.451Z Downloaded serde_json v1.0.149
15732026-05-20T04:05:16.451Z Downloaded futures-util v0.3.32
15742026-05-20T04:05:16.451Z Downloaded tower-http v0.6.10
15752026-05-20T04:05:16.451Z Downloaded cpufeatures v0.2.17
15762026-05-20T04:05:16.451Z Downloaded colored v3.1.1
15772026-05-20T04:05:16.451Z Downloaded tough v0.22.0
15782026-05-20T04:05:16.451Z Downloaded unicode-normalization v0.1.25
15792026-05-20T04:05:16.451Z Downloaded rayon v1.12.0
15802026-05-20T04:05:16.451Z Downloaded curve25519-dalek v4.1.3
15812026-05-20T04:05:16.451Z Downloaded tabled v0.20.0
15822026-05-20T04:05:16.451Z Downloaded syn v1.0.109
15832026-05-20T04:05:16.451Z Downloaded moka v0.12.15
15842026-05-20T04:05:16.451Z Downloaded goblin v0.10.5
15852026-05-20T04:05:16.451Z Downloaded winnow v0.5.40
15862026-05-20T04:05:16.451Z Downloaded webpki-roots v1.0.7
15872026-05-20T04:05:16.451Z Downloaded proptest v1.11.0
15882026-05-20T04:05:16.451Z Downloaded serde_with v3.20.0
15892026-05-20T04:05:16.451Z Downloaded bstr v1.12.1
15902026-05-20T04:05:16.451Z Downloaded quinn-proto v0.11.14
15912026-05-20T04:05:16.451Z Downloaded rhai v1.24.0
15922026-05-20T04:05:16.451Z Downloaded winnow v1.0.3
15932026-05-20T04:05:16.451Z Downloaded rustls v0.22.4
15942026-05-20T04:05:16.451Z Downloaded tabled v0.15.0
15952026-05-20T04:05:16.451Z Downloaded winnow v0.7.15
15962026-05-20T04:05:16.451Z Downloaded smoltcp v0.11.0
15972026-05-20T04:05:16.451Z Downloaded time v0.3.47
15982026-05-20T04:05:16.451Z Downloaded rustix v0.38.44
15992026-05-20T04:05:16.452Z Downloaded regex-syntax v0.8.10
16002026-05-20T04:05:16.452Z Downloaded openssl v0.10.80
16012026-05-20T04:05:16.452Z Downloaded unicode-width v0.1.14
16022026-05-20T04:05:16.455Z Downloaded vcpkg v0.2.15
16032026-05-20T04:05:16.474Z Downloaded nix v0.31.3
16042026-05-20T04:05:16.480Z Downloaded rustix v1.1.4
16052026-05-20T04:05:16.493Z Downloaded unicode-width v0.2.2
16062026-05-20T04:05:16.497Z Downloaded openapiv3 v2.2.0
16072026-05-20T04:05:16.502Z Downloaded hickory-proto v0.24.4
16082026-05-20T04:05:16.510Z Downloaded syn v2.0.117
16092026-05-20T04:05:16.516Z Downloaded zerocopy v0.8.48
16102026-05-20T04:05:16.526Z Downloaded rustls v0.23.40
16112026-05-20T04:05:16.533Z Downloaded tracing v0.1.44
16122026-05-20T04:05:16.543Z Downloaded typify-impl v0.6.2
16132026-05-20T04:05:16.550Z Downloaded hickory-proto v0.25.2
16142026-05-20T04:05:16.558Z Downloaded sled v0.34.7
16152026-05-20T04:05:16.565Z Downloaded typify-impl v0.4.3
16162026-05-20T04:05:16.573Z Downloaded regress v0.11.1
16172026-05-20T04:05:16.581Z Downloaded regress v0.10.5
16182026-05-20T04:05:16.612Z Downloaded regex-automata v0.4.14
16192026-05-20T04:05:16.618Z Downloaded chrono-tz v0.10.4
16202026-05-20T04:05:16.631Z Downloaded jiff v0.2.24
16212026-05-20T04:05:16.646Z Downloaded petgraph v0.6.5
16222026-05-20T04:05:16.657Z Downloaded lzma-sys v0.1.20
16232026-05-20T04:05:16.673Z Downloaded csv v1.4.0
16242026-05-20T04:05:16.685Z Downloaded petgraph v0.8.3
16252026-05-20T04:05:16.698Z Downloaded sha3 v0.10.9
16262026-05-20T04:05:16.701Z Downloaded libc v0.2.186
16272026-05-20T04:05:16.721Z Downloaded tokio v1.52.3
16282026-05-20T04:05:16.764Z Downloaded encoding_rs v0.8.35
16292026-05-20T04:05:16.815Z Downloaded ring v0.17.14
16302026-05-20T04:05:17.318Z Downloaded aws-lc-sys v0.41.0
16312026-05-20T04:05:17.651Z Compiling proc-macro2 v1.0.106
16322026-05-20T04:05:17.651Z Compiling quote v1.0.45
16332026-05-20T04:05:17.651Z Compiling unicode-ident v1.0.24
16342026-05-20T04:05:17.652Z Compiling serde_core v1.0.228
16352026-05-20T04:05:17.659Z Compiling serde v1.0.228
16362026-05-20T04:05:17.659Z Compiling libc v0.2.186
16372026-05-20T04:05:17.659Z Compiling cfg-if v1.0.4
16382026-05-20T04:05:17.986Z Compiling zmij v1.0.21
16392026-05-20T04:05:18.006Z Compiling autocfg v1.5.0
16402026-05-20T04:05:18.395Z Compiling memchr v2.8.0
16412026-05-20T04:05:18.445Z Compiling libm v0.2.16
16422026-05-20T04:05:18.756Z Compiling itoa v1.0.18
16432026-05-20T04:05:18.823Z Compiling icu_normalizer_data v2.2.0
16442026-05-20T04:05:18.999Z Compiling icu_properties_data v2.2.0
16452026-05-20T04:05:19.019Z Compiling version_check v0.9.5
16462026-05-20T04:05:19.070Z Compiling stable_deref_trait v1.2.1
16472026-05-20T04:05:19.283Z Compiling serde_json v1.0.149
16482026-05-20T04:05:19.325Z Compiling syn v2.0.117
16492026-05-20T04:05:19.394Z Compiling thiserror v2.0.18
16502026-05-20T04:05:19.637Z Compiling litemap v0.8.2
16512026-05-20T04:05:19.654Z Compiling writeable v0.6.3
16522026-05-20T04:05:19.704Z Compiling parking_lot_core v0.9.12
16532026-05-20T04:05:19.761Z Compiling utf8_iter v1.0.4
16542026-05-20T04:05:19.923Z Compiling num-traits v0.2.19
16552026-05-20T04:05:19.929Z Compiling percent-encoding v2.3.2
16562026-05-20T04:05:20.025Z Compiling rand_core v0.10.1
16572026-05-20T04:05:20.137Z Compiling form_urlencoded v1.2.2
16582026-05-20T04:05:20.202Z Compiling getrandom v0.4.2
16592026-05-20T04:05:20.211Z Compiling jobserver v0.1.34
16602026-05-20T04:05:20.340Z Compiling find-msvc-tools v0.1.9
16612026-05-20T04:05:20.473Z Compiling heck v0.5.0
16622026-05-20T04:05:20.560Z Compiling shlex v1.3.0
16632026-05-20T04:05:20.695Z Compiling errno v0.3.14
16642026-05-20T04:05:20.737Z Compiling cc v1.2.62
16652026-05-20T04:05:20.737Z Compiling iana-time-zone v0.1.65
16662026-05-20T04:05:20.937Z Compiling zerocopy v0.8.48
16672026-05-20T04:05:21.099Z Compiling uuid v1.23.1
16682026-05-20T04:05:21.356Z Compiling semver v1.0.28
16692026-05-20T04:05:21.640Z Compiling getrandom v0.2.17
16702026-05-20T04:05:21.732Z Compiling dyn-clone v1.0.20
16712026-05-20T04:05:21.807Z Compiling schemars v0.8.22
16722026-05-20T04:05:21.884Z Compiling pin-project-lite v0.2.17
16732026-05-20T04:05:21.887Z Compiling rustversion v1.0.22
16742026-05-20T04:05:21.919Z Compiling scopeguard v1.2.0
16752026-05-20T04:05:22.441Z Compiling lock_api v0.4.14
16762026-05-20T04:05:22.445Z Compiling socket2 v0.6.3
16772026-05-20T04:05:22.445Z Compiling bitflags v2.11.1
16782026-05-20T04:05:22.445Z Compiling signal-hook-registry v1.4.8
16792026-05-20T04:05:22.445Z Compiling mio v1.2.0
16802026-05-20T04:05:22.445Z Compiling synstructure v0.13.2
16812026-05-20T04:05:22.514Z Compiling serde_derive_internals v0.29.1
16822026-05-20T04:05:22.610Z Compiling log v0.4.29
16832026-05-20T04:05:22.858Z Compiling portable-atomic v1.13.1
16842026-05-20T04:05:22.890Z Compiling subtle v2.6.1
16852026-05-20T04:05:22.908Z Compiling equivalent v1.0.2
16862026-05-20T04:05:23.058Z Compiling futures-core v0.3.32
16872026-05-20T04:05:23.089Z Compiling critical-section v1.2.0
16882026-05-20T04:05:23.161Z Compiling ring v0.17.14
16892026-05-20T04:05:23.178Z Compiling cmake v0.1.58
16902026-05-20T04:05:23.206Z Compiling fs_extra v1.3.0
16912026-05-20T04:05:23.226Z Compiling dunce v1.0.5
16922026-05-20T04:05:23.240Z Compiling httparse v1.10.1
16932026-05-20T04:05:23.293Z Compiling futures-sink v0.3.32
16942026-05-20T04:05:23.322Z Compiling slab v0.4.12
16952026-05-20T04:05:23.406Z Compiling rand_core v0.6.4
16962026-05-20T04:05:23.459Z Compiling futures-channel v0.3.32
16972026-05-20T04:05:23.511Z Compiling aws-lc-sys v0.41.0
16982026-05-20T04:05:23.543Z Compiling ucd-trie v0.1.7
16992026-05-20T04:05:23.560Z Compiling serde_derive v1.0.228
17002026-05-20T04:05:23.592Z Compiling zerofrom-derive v0.1.7
17012026-05-20T04:05:23.666Z Compiling yoke-derive v0.8.2
17022026-05-20T04:05:23.694Z Compiling zerovec-derive v0.11.3
17032026-05-20T04:05:23.715Z Compiling displaydoc v0.2.5
17042026-05-20T04:05:23.762Z Compiling schemars_derive v0.8.22
17052026-05-20T04:05:24.074Z Compiling thiserror-impl v2.0.18
17062026-05-20T04:05:24.373Z Compiling tokio-macros v2.7.0
17072026-05-20T04:05:24.474Z Compiling zerocopy-derive v0.8.48
17082026-05-20T04:05:24.743Z Compiling zeroize_derive v1.4.3
17092026-05-20T04:05:24.802Z Compiling zerofrom v0.1.8
17102026-05-20T04:05:24.820Z Compiling futures-macro v0.3.32
17112026-05-20T04:05:24.937Z Compiling yoke v0.8.2
17122026-05-20T04:05:25.010Z Compiling once_cell v1.21.4
17132026-05-20T04:05:25.144Z Compiling zerovec v0.11.6
17142026-05-20T04:05:25.147Z Compiling zerotrie v0.2.4
17152026-05-20T04:05:25.261Z Compiling thiserror v1.0.69
17162026-05-20T04:05:25.433Z Compiling zeroize v1.8.2
17172026-05-20T04:05:25.588Z Compiling rustix v1.1.4
17182026-05-20T04:05:25.611Z Compiling pest v2.8.6
17192026-05-20T04:05:25.628Z Compiling futures-io v0.3.32
17202026-05-20T04:05:25.653Z Compiling futures-task v0.3.32
17212026-05-20T04:05:25.706Z Compiling tinystr v0.8.3
17222026-05-20T04:05:25.753Z Compiling potential_utf v0.1.5
17232026-05-20T04:05:25.824Z Compiling regex-syntax v0.8.10
17242026-05-20T04:05:25.841Z Compiling futures-util v0.3.32
17252026-05-20T04:05:25.922Z Compiling icu_locale_core v2.2.0
17262026-05-20T04:05:25.922Z Compiling icu_collections v2.2.0
17272026-05-20T04:05:25.976Z Compiling thiserror-impl v1.0.69
17282026-05-20T04:05:26.814Z Compiling smallvec v1.15.1
17292026-05-20T04:05:26.865Z Compiling bytes v1.11.1
17302026-05-20T04:05:27.097Z Compiling icu_provider v2.2.0
17312026-05-20T04:05:27.131Z Compiling chrono v0.4.44
17322026-05-20T04:05:27.183Z Compiling serde_tokenstream v0.2.3
17332026-05-20T04:05:27.475Z Compiling icu_properties v2.2.0
17342026-05-20T04:05:27.698Z Compiling icu_normalizer v2.2.0
17352026-05-20T04:05:28.113Z Compiling parking_lot v0.12.5
17362026-05-20T04:05:28.402Z Compiling idna_adapter v1.2.2
17372026-05-20T04:05:28.430Z Compiling tokio v1.52.3
17382026-05-20T04:05:28.561Z Compiling idna v1.1.0
17392026-05-20T04:05:28.858Z Compiling pest_meta v2.8.6
17402026-05-20T04:05:28.878Z Compiling aho-corasick v1.1.4
17412026-05-20T04:05:28.974Z Compiling url v2.5.8
17422026-05-20T04:05:29.023Z Compiling hashbrown v0.17.1
17432026-05-20T04:05:29.175Z Compiling generic-array v0.14.7
17442026-05-20T04:05:29.458Z Compiling pest_generator v2.8.6
17452026-05-20T04:05:30.117Z Compiling regex-automata v0.4.14
17462026-05-20T04:05:30.166Z Compiling pest_derive v2.8.6
17472026-05-20T04:05:30.282Z Compiling indexmap v2.14.0
17482026-05-20T04:05:30.689Z Compiling getrandom v0.3.4
17492026-05-20T04:05:30.714Z Compiling ipnetwork v0.21.1
17502026-05-20T04:05:31.135Z Compiling tracing-core v0.1.36
17512026-05-20T04:05:31.173Z Compiling tracing-attributes v0.1.31
17522026-05-20T04:05:31.849Z Compiling regex v1.12.3
17532026-05-20T04:05:32.254Z Compiling typenum v1.20.0
17542026-05-20T04:05:32.272Z Compiling strsim v0.11.1
17552026-05-20T04:05:32.383Z Compiling tracing v0.1.44
17562026-05-20T04:05:32.615Z Compiling rustls-pki-types v1.14.1
17572026-05-20T04:05:33.198Z Compiling base64 v0.22.1
17582026-05-20T04:05:33.212Z Compiling byteorder v1.5.0
17592026-05-20T04:05:33.485Z Compiling fnv v1.0.7
17602026-05-20T04:05:33.501Z Compiling http v1.4.0
17612026-05-20T04:05:33.579Z Compiling ident_case v1.0.1
17622026-05-20T04:05:33.735Z Compiling slog v2.8.2
17632026-05-20T04:05:33.977Z Compiling untrusted v0.9.0
17642026-05-20T04:05:34.094Z Compiling paste v1.0.15
17652026-05-20T04:05:34.159Z Compiling anyhow v1.0.102
17662026-05-20T04:05:34.499Z Compiling erased-serde v0.3.31
17672026-05-20T04:05:34.528Z Compiling omicron-workspace-hack v0.1.0
17682026-05-20T04:05:34.772Z Compiling crypto-common v0.1.7
17692026-05-20T04:05:34.948Z Compiling tokio-util v0.7.18
17702026-05-20T04:05:35.295Z Compiling scroll_derive v0.13.1
17712026-05-20T04:05:35.391Z Compiling time-core v0.1.8
17722026-05-20T04:05:35.543Z Compiling ipnet v2.12.0
17732026-05-20T04:05:36.692Z Compiling num-conv v0.2.1
17742026-05-20T04:05:37.025Z Compiling time-macros v0.2.27
17752026-05-20T04:05:37.025Z Compiling oxnet v0.1.5
17762026-05-20T04:05:37.112Z Compiling http-body v1.0.1
17772026-05-20T04:05:37.112Z Compiling atomic-waker v1.1.2
17782026-05-20T04:05:37.505Z Compiling ppv-lite86 v0.2.21
17792026-05-20T04:05:37.739Z Compiling daft-derive v0.1.7
17802026-05-20T04:05:37.756Z Compiling async-trait v0.1.89
17812026-05-20T04:05:37.824Z Compiling crc32fast v1.5.0
17822026-05-20T04:05:37.851Z Compiling tower-layer v0.3.3
17832026-05-20T04:05:38.123Z Compiling try-lock v0.2.5
17842026-05-20T04:05:38.169Z Compiling ryu v1.0.23
17852026-05-20T04:05:38.239Z Compiling tower-service v0.3.3
17862026-05-20T04:05:38.345Z Compiling aws-lc-rs v1.17.0
17872026-05-20T04:05:38.457Z Compiling camino v1.2.2
17882026-05-20T04:05:38.478Z Compiling want v0.3.1
17892026-05-20T04:05:38.692Z Compiling h2 v0.4.14
17902026-05-20T04:05:38.827Z Compiling crossbeam-utils v0.8.21
17912026-05-20T04:05:39.008Z Compiling usdt-impl v0.6.0
17922026-05-20T04:05:39.120Z Compiling pretty-hex v0.4.2
17932026-05-20T04:05:39.258Z Compiling httpdate v1.0.3
17942026-05-20T04:05:39.637Z Compiling scroll v0.13.0
17952026-05-20T04:05:39.753Z Compiling block-buffer v0.10.4
17962026-05-20T04:05:39.902Z Compiling untrusted v0.7.1
17972026-05-20T04:05:39.920Z Compiling plain v0.2.3
17982026-05-20T04:05:40.031Z Compiling goblin v0.10.5
17992026-05-20T04:05:40.042Z Compiling digest v0.10.7
18002026-05-20T04:05:40.685Z Compiling foldhash v0.2.0
18012026-05-20T04:05:40.980Z Compiling hyper v1.9.0
18022026-05-20T04:05:42.073Z Compiling slog-async v2.8.0
18032026-05-20T04:05:42.177Z Compiling rustls v0.23.40
18042026-05-20T04:05:42.177Z Compiling allocator-api2 v0.2.21
18052026-05-20T04:05:42.177Z Compiling hashbrown v0.16.1
18062026-05-20T04:05:42.434Z Compiling hyper-util v0.1.20
18072026-05-20T04:05:43.614Z Compiling dof v0.4.0
18082026-05-20T04:05:44.369Z Compiling serde_urlencoded v0.7.1
18092026-05-20T04:05:44.614Z Compiling http-body-util v0.1.3
18102026-05-20T04:05:44.667Z Compiling dtrace-parser v0.3.0
18112026-05-20T04:05:44.904Z Compiling thread-id v5.1.0
18122026-05-20T04:05:44.992Z Compiling ref-cast v1.0.25
18132026-05-20T04:05:45.466Z Compiling rustls v0.22.4
18142026-05-20T04:05:45.506Z Compiling rand_core v0.9.5
18152026-05-20T04:05:45.561Z Compiling ref-cast-impl v1.0.25
18162026-05-20T04:05:45.759Z Compiling syn v1.0.109
18172026-05-20T04:05:46.188Z Compiling usdt-attr-macro v0.6.0
18182026-05-20T04:05:46.229Z Compiling usdt-macro v0.6.0
18192026-05-20T04:05:46.745Z Compiling structmeta-derive v0.3.0
18202026-05-20T04:05:46.866Z Compiling sync_wrapper v1.0.2
18212026-05-20T04:05:46.989Z Compiling multer v3.1.0
18222026-05-20T04:05:48.219Z Compiling powerfmt v0.2.0
18232026-05-20T04:05:48.298Z Compiling deranged v0.5.8
18242026-05-20T04:05:48.298Z Compiling tower v0.5.3
18252026-05-20T04:05:48.298Z Compiling structmeta v0.3.0
18262026-05-20T04:05:48.298Z Compiling rand_chacha v0.9.0
18272026-05-20T04:05:48.298Z Compiling darling_core v0.23.0
18282026-05-20T04:05:48.345Z Compiling webpki-roots v1.0.7
18292026-05-20T04:05:48.441Z Compiling openapiv3 v2.2.0
18302026-05-20T04:05:48.447Z Compiling newtype-uuid-macros v0.1.0
18312026-05-20T04:05:49.301Z Compiling num_threads v0.1.7
18322026-05-20T04:05:49.545Z Compiling cpufeatures v0.2.17
18332026-05-20T04:05:49.782Z Compiling time v0.3.47
18342026-05-20T04:05:50.176Z Compiling darling_macro v0.23.0
18352026-05-20T04:05:50.655Z Compiling rand v0.9.4
18362026-05-20T04:05:50.664Z Compiling tower-http v0.6.10
18372026-05-20T04:05:50.768Z Compiling newtype-uuid v1.3.2
18382026-05-20T04:05:51.373Z Compiling strum_macros v0.26.4
18392026-05-20T04:05:51.390Z Compiling async-stream-impl v0.3.6
18402026-05-20T04:05:51.727Z Compiling dropshot v0.17.0
18412026-05-20T04:05:52.013Z Compiling hex v0.4.3
18422026-05-20T04:05:52.074Z Compiling daft v0.1.7
18432026-05-20T04:05:52.296Z Compiling darling v0.23.0
18442026-05-20T04:05:52.320Z Compiling crossbeam-channel v0.5.15
18452026-05-20T04:05:52.425Z Compiling fastrand v2.4.1
18462026-05-20T04:05:52.749Z Compiling serde_with_macros v3.20.0
18472026-05-20T04:05:52.998Z Compiling futures-executor v0.3.32
18482026-05-20T04:05:53.310Z Compiling dropshot_endpoint v0.17.0
18492026-05-20T04:05:53.316Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18502026-05-20T04:05:53.470Z Compiling thread_local v1.1.9
18512026-05-20T04:05:55.131Z Compiling futures v0.3.32
18522026-05-20T04:05:55.207Z Compiling derive-ex v0.1.8
18532026-05-20T04:05:55.208Z Compiling strum_macros v0.27.2
18542026-05-20T04:05:55.208Z Compiling is-terminal v0.4.17
18552026-05-20T04:05:55.208Z Compiling winnow v1.0.3
18562026-05-20T04:05:55.208Z Compiling take_mut v0.2.2
18572026-05-20T04:05:55.271Z Compiling openssl-probe v0.2.1
18582026-05-20T04:05:55.272Z Compiling term v1.2.1
18592026-05-20T04:05:55.272Z Compiling slog-term v2.9.2
18602026-05-20T04:05:55.451Z Compiling rustls-native-certs v0.8.3
18612026-05-20T04:05:55.467Z Compiling test-strategy v0.4.5
18622026-05-20T04:05:56.220Z Compiling tempfile v3.27.0
18632026-05-20T04:05:56.532Z Compiling macaddr v1.0.1
18642026-05-20T04:05:56.991Z Compiling simd-adler32 v0.3.9
18652026-05-20T04:05:57.035Z Compiling match_cfg v0.1.0
18662026-05-20T04:05:57.072Z Compiling adler2 v2.0.1
18672026-05-20T04:05:57.115Z Compiling hostname v0.3.1
18682026-05-20T04:05:57.242Z Compiling miniz_oxide v0.8.9
18692026-05-20T04:05:57.395Z Compiling slog-json v2.6.1
18702026-05-20T04:05:57.894Z Compiling memmap2 v0.9.10
18712026-05-20T04:05:58.192Z Compiling usdt v0.6.0
18722026-05-20T04:05:58.707Z Compiling flate2 v1.1.9
18732026-05-20T04:05:58.734Z Compiling slog-bunyan v2.5.0
18742026-05-20T04:05:58.786Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18752026-05-20T04:05:58.838Z Compiling rustls-webpki v0.102.8
18762026-05-20T04:05:58.916Z Compiling debug-ignore v1.0.5
18772026-05-20T04:05:59.036Z Compiling compression-core v0.4.32
18782026-05-20T04:05:59.235Z Compiling either v1.15.0
18792026-05-20T04:05:59.270Z Compiling compression-codecs v0.4.38
18802026-05-20T04:05:59.667Z Compiling toml_parser v1.1.2+spec-1.1.0
18812026-05-20T04:05:59.981Z Compiling parse-display-derive v0.10.0
18822026-05-20T04:06:00.669Z Compiling rand_chacha v0.3.1
18832026-05-20T04:06:00.959Z Compiling toml_datetime v1.1.1+spec-1.1.0
18842026-05-20T04:06:00.981Z Compiling serde_spanned v1.1.1
18852026-05-20T04:06:01.310Z Compiling encoding_rs v0.8.35
18862026-05-20T04:06:01.361Z Compiling mime v0.3.17
18872026-05-20T04:06:01.379Z Compiling toml_writer v1.1.1+spec-1.1.0
18882026-05-20T04:06:01.534Z Compiling spin v0.9.8
18892026-05-20T04:06:01.634Z Compiling toml v1.1.2+spec-1.1.0
18902026-05-20T04:06:01.767Z Compiling tokio-rustls v0.25.0
18912026-05-20T04:06:01.861Z Compiling rand v0.8.6
18922026-05-20T04:06:02.017Z Compiling async-compression v0.4.42
18932026-05-20T04:06:02.625Z Compiling strum v0.26.3
18942026-05-20T04:06:02.770Z Compiling async-stream v0.3.6
18952026-05-20T04:06:03.031Z Compiling sha1 v0.10.6
18962026-05-20T04:06:03.451Z Compiling waitgroup v0.1.2
18972026-05-20T04:06:03.644Z Compiling rustls-pemfile v2.2.0
18982026-05-20T04:06:03.670Z Compiling serde_path_to_error v0.1.20
18992026-05-20T04:06:03.908Z Compiling hostname v0.4.2
19002026-05-20T04:06:04.085Z Compiling wait-timeout v0.2.1
19012026-05-20T04:06:04.118Z Compiling quick-error v1.2.3
19022026-05-20T04:06:04.240Z Compiling bit-vec v0.8.0
19032026-05-20T04:06:04.592Z Compiling bit-set v0.8.0
19042026-05-20T04:06:04.687Z Compiling rusty-fork v0.3.1
19052026-05-20T04:06:04.840Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19062026-05-20T04:06:05.304Z Compiling serde_with v3.20.0
19072026-05-20T04:06:05.533Z Compiling rand_xorshift v0.4.0
19082026-05-20T04:06:05.609Z Compiling regress v0.10.5
19092026-05-20T04:06:05.690Z Compiling unarray v0.1.4
19102026-05-20T04:06:05.846Z Compiling proptest v1.11.0
19112026-05-20T04:06:06.294Z Compiling strum v0.27.2
19122026-05-20T04:06:06.430Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19132026-05-20T04:06:06.583Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19142026-05-20T04:06:06.822Z Compiling instant v0.1.13
19152026-05-20T04:06:08.123Z Compiling rustc-hash v2.1.2
19162026-05-20T04:06:08.158Z Compiling iddqd v0.3.18
19172026-05-20T04:06:08.170Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19182026-05-20T04:06:08.706Z Compiling itertools v0.14.0
19192026-05-20T04:06:09.663Z Compiling unicode-width v0.2.2
19202026-05-20T04:06:10.008Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19212026-05-20T04:06:10.290Z Compiling backon v1.6.0
19222026-05-20T04:06:10.828Z Compiling backoff v0.4.0
19232026-05-20T04:06:11.548Z Compiling parse-display v0.10.0
19242026-05-20T04:06:11.584Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19252026-05-20T04:06:14.466Z Compiling regress v0.11.1
19262026-05-20T04:06:15.609Z Compiling zerocopy-derive v0.7.35
19272026-05-20T04:06:16.390Z Compiling typify-impl v0.6.2
19282026-05-20T04:06:16.934Z Compiling darling_core v0.21.3
19292026-05-20T04:06:17.704Z Compiling clap_derive v4.6.1
19302026-05-20T04:06:18.189Z Compiling convert_case v0.4.0
19312026-05-20T04:06:18.520Z Compiling utf8parse v0.2.2
19322026-05-20T04:06:18.786Z Compiling anstyle-parse v1.0.0
19332026-05-20T04:06:18.820Z Compiling derive_more v0.99.20
19342026-05-20T04:06:18.976Z Compiling darling_macro v0.21.3
19352026-05-20T04:06:19.676Z Compiling typify-macro v0.6.2
19362026-05-20T04:06:19.815Z Compiling terminal_size v0.4.4
19372026-05-20T04:06:19.837Z Compiling toml_datetime v0.6.11
19382026-05-20T04:06:19.988Z Compiling anstyle v1.0.14
19392026-05-20T04:06:21.454Z Compiling colorchoice v1.0.5
19402026-05-20T04:06:21.546Z Compiling is_terminal_polyfill v1.70.2
19412026-05-20T04:06:21.546Z Compiling anstyle-query v1.1.5
19422026-05-20T04:06:21.546Z Compiling anstream v1.0.0
19432026-05-20T04:06:21.546Z Compiling darling v0.21.3
19442026-05-20T04:06:21.580Z Compiling secrecy v0.10.3
19452026-05-20T04:06:21.749Z Compiling unsafe-libyaml v0.2.11
19462026-05-20T04:06:21.842Z Compiling heapless v0.8.0
19472026-05-20T04:06:21.941Z Compiling tinyvec_macros v0.1.1
19482026-05-20T04:06:22.008Z Compiling clap_lex v1.1.0
19492026-05-20T04:06:22.149Z Compiling crucible-workspace-hack v0.1.0
19502026-05-20T04:06:22.327Z Compiling serde_yaml v0.9.34+deprecated
19512026-05-20T04:06:22.341Z Compiling clap_builder v4.6.0
19522026-05-20T04:06:22.417Z Compiling tinyvec v1.11.0
19532026-05-20T04:06:23.005Z Compiling ingot-macros v0.1.1
19542026-05-20T04:06:23.130Z Compiling zerocopy v0.7.35
19552026-05-20T04:06:23.660Z Compiling hash32 v0.3.1
19562026-05-20T04:06:23.776Z Compiling scroll_derive v0.12.1
19572026-05-20T04:06:23.809Z Compiling rustc_version v0.4.1
19582026-05-20T04:06:23.822Z Compiling num-integer v0.1.46
19592026-05-20T04:06:24.063Z Compiling usdt-impl v0.5.0
19602026-05-20T04:06:24.300Z Compiling smoltcp v0.11.0
19612026-05-20T04:06:24.447Z Compiling clap v4.6.1
19622026-05-20T04:06:24.496Z Compiling scroll v0.12.0
19632026-05-20T04:06:24.560Z Compiling curve25519-dalek v4.1.3
19642026-05-20T04:06:25.138Z Compiling dof v0.3.0
19652026-05-20T04:06:25.796Z Compiling ingot-types v0.1.2
19662026-05-20T04:06:25.816Z Compiling typify v0.6.2
19672026-05-20T04:06:25.908Z Compiling dtrace-parser v0.2.0
19682026-05-20T04:06:26.041Z Compiling hmac v0.12.1
19692026-05-20T04:06:26.113Z Compiling inout v0.1.4
19702026-05-20T04:06:26.130Z Compiling cobs v0.3.0
19712026-05-20T04:06:26.193Z Compiling ff v0.13.1
19722026-05-20T04:06:26.428Z Compiling thread-id v4.2.2
19732026-05-20T04:06:26.491Z Compiling managed v0.8.0
19742026-05-20T04:06:26.562Z Compiling bitflags v1.3.2
19752026-05-20T04:06:27.042Z Compiling group v0.13.0
19762026-05-20T04:06:28.401Z Compiling postcard v1.1.3
19772026-05-20T04:06:28.512Z Compiling cipher v0.4.4
19782026-05-20T04:06:28.512Z Compiling hkdf v0.12.4
19792026-05-20T04:06:28.512Z Compiling ingot v0.1.1
19802026-05-20T04:06:29.696Z Compiling goblin v0.8.2
19812026-05-20T04:06:29.958Z Compiling num-iter v0.1.45
19822026-05-20T04:06:30.085Z Compiling num-rational v0.4.2
19832026-05-20T04:06:31.309Z Compiling tabwriter v1.4.1
19842026-05-20T04:06:31.664Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19852026-05-20T04:06:31.688Z Compiling thiserror-impl-no-std v2.0.2
19862026-05-20T04:06:32.144Z Compiling hubpack_derive v0.1.1
19872026-05-20T04:06:32.416Z Compiling crossbeam-epoch v0.9.18
19882026-05-20T04:06:33.997Z Compiling universal-hash v0.5.1
19892026-05-20T04:06:34.063Z Compiling crypto-bigint v0.5.5
19902026-05-20T04:06:34.063Z Compiling half v2.7.1
19912026-05-20T04:06:34.063Z Compiling curve25519-dalek-derive v0.1.1
19922026-05-20T04:06:34.063Z Compiling num-complex v0.4.6
19932026-05-20T04:06:34.063Z Compiling opaque-debug v0.3.1
19942026-05-20T04:06:34.383Z Compiling ciborium-io v0.2.2
19952026-05-20T04:06:34.418Z Compiling base16ct v0.2.0
19962026-05-20T04:06:34.489Z Compiling prettyplease v0.2.37
19972026-05-20T04:06:34.624Z Compiling base64ct v1.8.3
19982026-05-20T04:06:34.950Z Compiling password-hash v0.5.0
19992026-05-20T04:06:34.992Z Compiling elliptic-curve v0.13.8
20002026-05-20T04:06:35.142Z Compiling ciborium-ll v0.2.2
20012026-05-20T04:06:35.604Z Compiling poly1305 v0.8.0
20022026-05-20T04:06:36.191Z Compiling num v0.4.3
20032026-05-20T04:06:36.243Z Compiling thiserror-no-std v2.0.2
20042026-05-20T04:06:36.271Z Compiling hubpack v0.1.2
20052026-05-20T04:06:37.687Z Compiling chacha20 v0.9.1
20062026-05-20T04:06:38.234Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20072026-05-20T04:06:38.589Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20082026-05-20T04:06:38.641Z Compiling reqwest v0.12.28
20092026-05-20T04:06:39.041Z Compiling toml_edit v0.25.11+spec-1.1.0
20102026-05-20T04:06:39.639Z Compiling byte-wrapper v0.1.0
20112026-05-20T04:06:41.193Z Compiling blake2 v0.10.6
20122026-05-20T04:06:41.274Z Compiling aead v0.5.2
20132026-05-20T04:06:41.274Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20142026-05-20T04:06:41.274Z Compiling serde_repr v0.1.20
20152026-05-20T04:06:41.274Z Compiling proc-macro-error-attr v1.0.4
20162026-05-20T04:06:41.274Z Compiling bstr v1.12.1
20172026-05-20T04:06:41.274Z Compiling memoffset v0.9.1
20182026-05-20T04:06:41.274Z Compiling keccak v0.1.6
20192026-05-20T04:06:41.274Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20202026-05-20T04:06:41.462Z Compiling rustix v0.38.44
20212026-05-20T04:06:41.667Z Compiling float-ord v0.3.2
20222026-05-20T04:06:41.681Z Compiling cfg_aliases v0.2.1
20232026-05-20T04:06:41.709Z Compiling static_assertions v1.1.0
20242026-05-20T04:06:41.743Z Compiling nix v0.31.3
20252026-05-20T04:06:42.001Z Compiling sha3 v0.10.9
20262026-05-20T04:06:42.424Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20272026-05-20T04:06:42.588Z Compiling argon2 v0.5.3
20282026-05-20T04:06:42.789Z Compiling rustls-webpki v0.103.13
20292026-05-20T04:06:44.356Z Compiling chacha20poly1305 v0.10.1
20302026-05-20T04:06:44.535Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20312026-05-20T04:06:45.240Z Compiling progenitor-client v0.10.0
20322026-05-20T04:06:45.530Z Compiling proc-macro-crate v3.5.0
20332026-05-20T04:06:45.997Z Compiling vsss-rs v3.3.4
20342026-05-20T04:06:46.244Z Compiling ciborium v0.2.2
20352026-05-20T04:06:46.889Z Compiling usdt-attr-macro v0.5.0
20362026-05-20T04:06:47.014Z Compiling usdt-macro v0.5.0
20372026-05-20T04:06:47.521Z Compiling tokio-rustls v0.26.4
20382026-05-20T04:06:47.644Z Compiling rustls-platform-verifier v0.7.0
20392026-05-20T04:06:47.816Z Compiling hyper-rustls v0.27.9
20402026-05-20T04:06:48.226Z Compiling reqwest v0.13.3
20412026-05-20T04:06:49.701Z Compiling progenitor-client v0.14.0
20422026-05-20T04:06:52.484Z Compiling progenitor-extras v0.2.0
20432026-05-20T04:06:52.515Z Compiling enum-as-inner v0.6.1
20442026-05-20T04:06:52.515Z Compiling num-derive v0.4.2
20452026-05-20T04:06:52.515Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20462026-05-20T04:06:52.515Z Compiling proc-macro-error v1.0.4
20472026-05-20T04:06:52.515Z Compiling memmap v0.7.0
20482026-05-20T04:06:52.515Z Compiling data-encoding v2.11.0
20492026-05-20T04:06:52.515Z Compiling winnow v0.5.40
20502026-05-20T04:06:53.087Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20512026-05-20T04:06:53.300Z Compiling indent_write v2.2.0
20522026-05-20T04:06:53.461Z Compiling toml_edit v0.19.15
20532026-05-20T04:06:53.645Z Compiling usdt v0.5.0
20542026-05-20T04:06:54.044Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20552026-05-20T04:06:54.281Z Compiling num_enum_derive v0.7.6
20562026-05-20T04:06:55.499Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20572026-05-20T04:06:55.510Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20582026-05-20T04:06:55.608Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20592026-05-20T04:06:57.971Z Compiling serde_spanned v0.6.9
20602026-05-20T04:06:59.636Z Compiling foreign-types-macros v0.2.3
20612026-05-20T04:07:02.836Z Compiling cpufeatures v0.3.0
20622026-05-20T04:07:02.909Z Compiling vcpkg v0.2.15
20632026-05-20T04:07:02.909Z Compiling pkg-config v0.3.33
20642026-05-20T04:07:02.909Z Compiling colored v3.1.1
20652026-05-20T04:07:02.910Z Compiling toml_write v0.1.2
20662026-05-20T04:07:02.910Z Compiling foreign-types-shared v0.3.1
20672026-05-20T04:07:02.910Z Compiling bytecount v0.6.9
20682026-05-20T04:07:02.967Z Compiling winnow v0.7.15
20692026-05-20T04:07:03.017Z Compiling foreign-types v0.5.0
20702026-05-20T04:07:03.044Z Compiling openssl-sys v0.9.116
20712026-05-20T04:07:03.245Z Compiling chacha20 v0.10.0
20722026-05-20T04:07:03.550Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20732026-05-20T04:07:03.835Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20742026-05-20T04:07:03.923Z Compiling num_enum v0.7.6
20752026-05-20T04:07:04.014Z Compiling proc-macro-crate v1.3.1
20762026-05-20T04:07:04.365Z Compiling toml_edit v0.22.27
20772026-05-20T04:07:04.542Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782026-05-20T04:07:05.236Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20792026-05-20T04:07:05.427Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-05-20T04:07:05.680Z Compiling cstr-argument v0.1.2
20812026-05-20T04:07:05.789Z Compiling unicode-segmentation v1.13.2
20822026-05-20T04:07:05.896Z Compiling swrite v0.1.0
20832026-05-20T04:07:05.984Z Compiling heck v0.4.1
20842026-05-20T04:07:06.145Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20852026-05-20T04:07:06.255Z Compiling linked-hash-map v0.5.6
20862026-05-20T04:07:06.363Z Compiling rayon-core v1.13.0
20872026-05-20T04:07:06.467Z Compiling semver v0.1.20
20882026-05-20T04:07:06.565Z Compiling resolv-conf v0.7.6
20892026-05-20T04:07:06.637Z Compiling rustc_version v0.1.7
20902026-05-20T04:07:06.763Z Compiling lru-cache v0.1.2
20912026-05-20T04:07:06.782Z Compiling newline-converter v0.3.0
20922026-05-20T04:07:06.837Z Compiling toml v0.8.23
20932026-05-20T04:07:06.864Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20942026-05-20T04:07:07.059Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20952026-05-20T04:07:07.145Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20962026-05-20T04:07:07.359Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20972026-05-20T04:07:07.379Z Compiling num_enum_derive v0.5.11
20982026-05-20T04:07:07.586Z Compiling rand v0.10.1
20992026-05-20T04:07:07.645Z Compiling atomicwrites v0.4.4
21002026-05-20T04:07:07.799Z Compiling hickory-proto v0.24.4
21012026-05-20T04:07:07.934Z Compiling similar v2.7.0
21022026-05-20T04:07:08.288Z Compiling crossbeam-deque v0.8.6
21032026-05-20T04:07:08.382Z Compiling progenitor-impl v0.13.0
21042026-05-20T04:07:08.414Z Compiling progenitor-impl v0.14.0
21052026-05-20T04:07:08.520Z Compiling console v0.15.11
21062026-05-20T04:07:08.735Z Compiling camino-tempfile v1.4.1
21072026-05-20T04:07:09.157Z Compiling serde-big-array v0.5.1
21082026-05-20T04:07:09.324Z Compiling derive-where v1.6.1
21092026-05-20T04:07:09.826Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21102026-05-20T04:07:10.374Z Compiling pin-project-internal v1.1.13
21112026-05-20T04:07:10.461Z Compiling minimal-lexical v0.2.1
21122026-05-20T04:07:10.481Z Compiling siphasher v1.0.3
21132026-05-20T04:07:10.627Z Compiling lazy_static v1.5.0
21142026-05-20T04:07:10.704Z Compiling nom v7.1.3
21152026-05-20T04:07:10.714Z Compiling phf_shared v0.12.1
21162026-05-20T04:07:10.743Z Compiling progenitor-macro v0.14.0
21172026-05-20T04:07:10.755Z Compiling progenitor-macro v0.13.0
21182026-05-20T04:07:11.467Z Compiling pin-project v1.1.13
21192026-05-20T04:07:11.591Z Compiling hickory-resolver v0.24.4
21202026-05-20T04:07:11.743Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21212026-05-20T04:07:14.462Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21222026-05-20T04:07:14.920Z Compiling expectorate v1.2.0
21232026-05-20T04:07:15.152Z Compiling num_enum v0.5.11
21242026-05-20T04:07:15.667Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21252026-05-20T04:07:15.980Z Compiling newtype_derive v0.1.6
21262026-05-20T04:07:16.241Z Compiling progenitor-client v0.13.0
21272026-05-20T04:07:16.830Z Compiling unicode-normalization v0.1.25
21282026-05-20T04:07:18.040Z Compiling typify-impl v0.4.3
21292026-05-20T04:07:19.242Z Compiling tokio-stream v0.1.18
21302026-05-20T04:07:19.416Z Compiling async-recursion v1.1.1
21312026-05-20T04:07:19.718Z Compiling snafu-derive v0.8.9
21322026-05-20T04:07:19.941Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21332026-05-20T04:07:20.290Z Compiling slog-dtrace v0.3.0
21342026-05-20T04:07:20.551Z Compiling csv-core v0.1.13
21352026-05-20T04:07:20.786Z Compiling cancel-safe-futures v0.1.5
21362026-05-20T04:07:20.972Z Compiling chrono-tz v0.10.4
21372026-05-20T04:07:21.087Z Compiling unicode-width v0.1.14
21382026-05-20T04:07:21.234Z Compiling owo-colors v4.3.0
21392026-05-20T04:07:21.335Z Compiling unicode-xid v0.2.6
21402026-05-20T04:07:21.384Z Compiling foldhash v0.1.5
21412026-05-20T04:07:21.471Z Compiling same-file v1.0.6
21422026-05-20T04:07:21.594Z Compiling konst_macro_rules v0.2.19
21432026-05-20T04:07:21.624Z Compiling foreign-types-shared v0.1.1
21442026-05-20T04:07:21.646Z Compiling highway v1.3.0
21452026-05-20T04:07:21.735Z Compiling openssl v0.10.80
21462026-05-20T04:07:21.781Z Compiling konst v0.2.20
21472026-05-20T04:07:22.055Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21482026-05-20T04:07:22.166Z Compiling foreign-types v0.3.2
21492026-05-20T04:07:22.271Z Compiling walkdir v2.5.0
21502026-05-20T04:07:22.429Z Compiling hashbrown v0.15.5
21512026-05-20T04:07:23.156Z Compiling const_format_proc_macros v0.2.34
21522026-05-20T04:07:23.229Z Compiling snafu v0.8.9
21532026-05-20T04:07:23.738Z Compiling typify-macro v0.4.3
21542026-05-20T04:07:23.849Z Compiling csv v1.4.0
21552026-05-20T04:07:25.327Z Compiling qorb v0.4.1
21562026-05-20T04:07:25.327Z Compiling progenitor v0.13.0
21572026-05-20T04:07:25.327Z Compiling progenitor v0.14.0
21582026-05-20T04:07:25.327Z Compiling olpc-cjson v0.1.4
21592026-05-20T04:07:25.327Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21602026-05-20T04:07:25.355Z Compiling rayon v1.12.0
21612026-05-20T04:07:27.522Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21622026-05-20T04:07:28.019Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21632026-05-20T04:07:28.078Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21642026-05-20T04:07:28.741Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21652026-05-20T04:07:29.264Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21662026-05-20T04:07:32.403Z Compiling phf v0.12.1
21672026-05-20T04:07:32.547Z Compiling zone_cfg_derive v0.3.1
21682026-05-20T04:07:32.547Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21692026-05-20T04:07:32.547Z Compiling tokio-dtrace v0.1.1
21702026-05-20T04:07:32.547Z Compiling globset v0.4.18
21712026-05-20T04:07:32.547Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21722026-05-20T04:07:32.547Z Compiling itertools v0.12.1
21732026-05-20T04:07:32.547Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21742026-05-20T04:07:32.651Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21752026-05-20T04:07:33.073Z Compiling pem v3.0.6
21762026-05-20T04:07:33.416Z Compiling libsw-core v0.3.2
21772026-05-20T04:07:33.441Z Compiling serde_plain v1.0.2
21782026-05-20T04:07:33.600Z Compiling openssl-macros v0.1.1
21792026-05-20T04:07:33.704Z Compiling cookie v0.18.1
21802026-05-20T04:07:33.740Z Compiling sigpipe v0.1.3
21812026-05-20T04:07:33.751Z Compiling typed-path v0.9.3
21822026-05-20T04:07:33.960Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21832026-05-20T04:07:34.037Z Compiling glob v0.3.3
21842026-05-20T04:07:34.094Z Compiling fixedbitset v0.5.7
21852026-05-20T04:07:34.173Z Compiling jiff v0.2.24
21862026-05-20T04:07:34.273Z Compiling fixedbitset v0.4.2
21872026-05-20T04:07:34.487Z Compiling petgraph v0.6.5
21882026-05-20T04:07:34.622Z Compiling petgraph v0.8.3
21892026-05-20T04:07:35.002Z Compiling tough v0.22.0
21902026-05-20T04:07:36.377Z Compiling libsw v3.5.0
21912026-05-20T04:07:36.572Z Compiling zone v0.3.1
21922026-05-20T04:07:36.738Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21932026-05-20T04:07:36.838Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21942026-05-20T04:07:36.987Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21952026-05-20T04:07:37.004Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21962026-05-20T04:07:37.294Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21972026-05-20T04:07:38.265Z Compiling oxide-tokio-rt v0.1.6
21982026-05-20T04:07:39.260Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21992026-05-20T04:07:39.963Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22002026-05-20T04:07:40.141Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22012026-05-20T04:07:43.194Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22022026-05-20T04:07:43.312Z Compiling const_format v0.2.36
22032026-05-20T04:07:43.312Z Compiling papergrid v0.11.0
22042026-05-20T04:07:43.312Z Compiling tabled_derive v0.7.0
22052026-05-20T04:07:43.442Z Compiling gethostname v0.5.0
22062026-05-20T04:07:43.496Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22072026-05-20T04:07:43.720Z Compiling libscf-sys v1.2.0
22082026-05-20T04:07:43.874Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22092026-05-20T04:07:44.035Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22102026-05-20T04:07:44.084Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22112026-05-20T04:07:44.152Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22122026-05-20T04:07:44.329Z Compiling smf v0.2.3
22132026-05-20T04:07:44.360Z Compiling bcs v0.1.6
22142026-05-20T04:07:44.569Z Compiling smawk v0.3.2
22152026-05-20T04:07:44.653Z Compiling tagptr v0.2.0
22162026-05-20T04:07:44.738Z Compiling unicode-linebreak v0.1.5
22172026-05-20T04:07:44.833Z Compiling termtree v0.5.1
22182026-05-20T04:07:45.021Z Compiling linear-map v1.2.0
22192026-05-20T04:07:45.060Z Compiling whoami v1.6.1
22202026-05-20T04:07:45.617Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22212026-05-20T04:07:46.519Z Compiling textwrap v0.16.2
22222026-05-20T04:07:47.608Z Compiling moka v0.12.15
22232026-05-20T04:07:47.977Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22242026-05-20T04:07:47.977Z Compiling tabled v0.15.0
22252026-05-20T04:07:48.370Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22262026-05-20T04:07:48.843Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22272026-05-20T04:07:48.843Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22282026-05-20T04:07:49.252Z Compiling steno v0.4.1
22292026-05-20T04:07:50.205Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22302026-05-20T04:07:53.835Z Compiling hickory-proto v0.25.2
22312026-05-20T04:07:54.166Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22322026-05-20T04:07:55.492Z Compiling proc-macro-error-attr2 v2.0.0
22332026-05-20T04:07:55.734Z Compiling humantime v2.3.0
22342026-05-20T04:07:55.830Z Compiling proc-macro-error2 v2.0.1
22352026-05-20T04:07:56.120Z Compiling hickory-resolver v0.25.2
22362026-05-20T04:07:56.140Z Compiling typify v0.4.3
22372026-05-20T04:07:56.863Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22382026-05-20T04:07:56.961Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22392026-05-20T04:07:57.125Z Compiling parking_lot_core v0.8.6
22402026-05-20T04:07:57.309Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22412026-05-20T04:07:57.431Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22422026-05-20T04:07:57.524Z Compiling progenitor-impl v0.11.2
22432026-05-20T04:07:59.139Z Compiling tabled_derive v0.11.0
22442026-05-20T04:07:59.717Z Compiling papergrid v0.17.0
22452026-05-20T04:08:00.361Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22462026-05-20T04:08:02.016Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22472026-05-20T04:08:02.448Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22482026-05-20T04:08:03.657Z Compiling testing_table v0.3.0
22492026-05-20T04:08:04.036Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22502026-05-20T04:08:04.579Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22512026-05-20T04:08:04.935Z Compiling tabled v0.20.0
22522026-05-20T04:08:05.515Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22532026-05-20T04:08:05.515Z Compiling progenitor-macro v0.11.2
22542026-05-20T04:08:06.303Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22552026-05-20T04:08:06.748Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22562026-05-20T04:08:07.343Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22572026-05-20T04:08:07.908Z Compiling progenitor-client v0.11.2
22582026-05-20T04:08:08.235Z Compiling arc-swap v1.9.1
22592026-05-20T04:08:08.625Z Compiling slog-scope v4.4.1
22602026-05-20T04:08:08.972Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22612026-05-20T04:08:09.334Z Compiling progenitor v0.11.2
22622026-05-20T04:08:09.741Z Compiling parking_lot v0.11.2
22632026-05-20T04:08:10.354Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22642026-05-20T04:08:11.887Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22652026-05-20T04:08:12.422Z Compiling dropshot-api-manager-types v0.7.1
22662026-05-20T04:08:12.609Z Compiling fxhash v0.2.1
22672026-05-20T04:08:12.814Z Compiling crc8 v0.1.1
22682026-05-20T04:08:13.145Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22692026-05-20T04:08:13.252Z Compiling sled v0.34.7
22702026-05-20T04:08:14.941Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22712026-05-20T04:08:19.194Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22722026-05-20T04:08:19.342Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22732026-05-20T04:08:19.835Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22742026-05-20T04:08:21.409Z Compiling slog-stdlog v4.1.1
22752026-05-20T04:08:21.854Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22762026-05-20T04:08:22.198Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22772026-05-20T04:08:22.658Z Compiling slog-envlogger v2.2.0
22782026-05-20T04:08:23.745Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22792026-05-20T04:08:33.719Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22802026-05-20T04:08:38.178Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22812026-05-20T04:08:41.533Z Finished `release` profile [optimized] target(s) in 3m 48s
22822026-05-20T04:08:41.870Z+ banner trio
22832026-05-20T04:08:41.874Z
22842026-05-20T04:08:41.874Z ##### ##### # ####
22852026-05-20T04:08:41.874Z # # # # # #
22862026-05-20T04:08:41.874Z # # # # # #
22872026-05-20T04:08:41.875Z # ##### # # #
22882026-05-20T04:08:41.875Z # # # # # #
22892026-05-20T04:08:41.875Z # # # # ####
22902026-05-20T04:08:41.875Z
22912026-05-20T04:08:41.875Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22922026-05-20T04:08:42.427Z Compiling cfg-if v1.0.4
22932026-05-20T04:08:42.430Z Compiling libc v0.2.186
22942026-05-20T04:08:42.430Z Compiling serde_core v1.0.228
22952026-05-20T04:08:42.533Z Compiling memchr v2.8.0
22962026-05-20T04:08:42.540Z Compiling smallvec v1.15.1
22972026-05-20T04:08:42.545Z Compiling itoa v1.0.18
22982026-05-20T04:08:42.554Z Compiling stable_deref_trait v1.2.1
22992026-05-20T04:08:42.557Z Compiling zerofrom v0.1.8
23002026-05-20T04:08:42.582Z Compiling zmij v1.0.21
23012026-05-20T04:08:42.625Z Compiling litemap v0.8.2
23022026-05-20T04:08:42.683Z Compiling yoke v0.8.2
23032026-05-20T04:08:42.772Z Compiling writeable v0.6.3
23042026-05-20T04:08:42.789Z Compiling utf8_iter v1.0.4
23052026-05-20T04:08:42.817Z Compiling percent-encoding v2.3.2
23062026-05-20T04:08:42.880Z Compiling zerovec v0.11.6
23072026-05-20T04:08:42.910Z Compiling zerotrie v0.2.4
23082026-05-20T04:08:42.947Z Compiling libm v0.2.16
23092026-05-20T04:08:43.010Z Compiling icu_properties_data v2.2.0
23102026-05-20T04:08:43.037Z Compiling icu_normalizer_data v2.2.0
23112026-05-20T04:08:43.114Z Compiling form_urlencoded v1.2.2
23122026-05-20T04:08:43.119Z Compiling rand_core v0.10.1
23132026-05-20T04:08:43.157Z Compiling errno v0.3.14
23142026-05-20T04:08:43.284Z Compiling getrandom v0.4.2
23152026-05-20T04:08:43.338Z Compiling pin-project-lite v0.2.17
23162026-05-20T04:08:43.350Z Compiling iana-time-zone v0.1.65
23172026-05-20T04:08:43.355Z Compiling zeroize v1.8.2
23182026-05-20T04:08:43.439Z Compiling tinystr v0.8.3
23192026-05-20T04:08:43.475Z Compiling potential_utf v0.1.5
23202026-05-20T04:08:43.493Z Compiling dyn-clone v1.0.20
23212026-05-20T04:08:43.601Z Compiling icu_collections v2.2.0
23222026-05-20T04:08:43.629Z Compiling icu_locale_core v2.2.0
23232026-05-20T04:08:43.642Z Compiling socket2 v0.6.3
23242026-05-20T04:08:43.653Z Compiling scopeguard v1.2.0
23252026-05-20T04:08:43.656Z Compiling parking_lot_core v0.9.12
23262026-05-20T04:08:43.701Z Compiling signal-hook-registry v1.4.8
23272026-05-20T04:08:43.763Z Compiling num-traits v0.2.19
23282026-05-20T04:08:44.072Z Compiling lock_api v0.4.14
23292026-05-20T04:08:44.248Z Compiling mio v1.2.0
23302026-05-20T04:08:44.322Z Compiling serde v1.0.228
23312026-05-20T04:08:44.357Z Compiling serde_json v1.0.149
23322026-05-20T04:08:44.430Z Compiling icu_provider v2.2.0
23332026-05-20T04:08:44.522Z Compiling uuid v1.23.1
23342026-05-20T04:08:44.540Z Compiling semver v1.0.28
23352026-05-20T04:08:44.697Z Compiling parking_lot v0.12.5
23362026-05-20T04:08:44.992Z Compiling bytes v1.11.1
23372026-05-20T04:08:45.016Z Compiling icu_properties v2.2.0
23382026-05-20T04:08:45.115Z Compiling icu_normalizer v2.2.0
23392026-05-20T04:08:45.134Z Compiling chrono v0.4.44
23402026-05-20T04:08:45.205Z Compiling portable-atomic v1.13.1
23412026-05-20T04:08:45.643Z Compiling tokio v1.52.3
23422026-05-20T04:08:45.894Z Compiling thiserror v2.0.18
23432026-05-20T04:08:45.922Z Compiling getrandom v0.2.17
23442026-05-20T04:08:46.008Z Compiling idna_adapter v1.2.2
23452026-05-20T04:08:46.160Z Compiling idna v1.1.0
23462026-05-20T04:08:46.200Z Compiling futures-core v0.3.32
23472026-05-20T04:08:46.319Z Compiling critical-section v1.2.0
23482026-05-20T04:08:46.331Z Compiling subtle v2.6.1
23492026-05-20T04:08:46.440Z Compiling once_cell v1.21.4
23502026-05-20T04:08:46.508Z Compiling url v2.5.8
23512026-05-20T04:08:46.596Z Compiling bitflags v2.11.1
23522026-05-20T04:08:46.646Z Compiling log v0.4.29
23532026-05-20T04:08:46.688Z Compiling equivalent v1.0.2
23542026-05-20T04:08:46.827Z Compiling zerocopy v0.8.48
23552026-05-20T04:08:46.911Z Compiling rand_core v0.6.4
23562026-05-20T04:08:46.991Z Compiling futures-sink v0.3.32
23572026-05-20T04:08:47.072Z Compiling slab v0.4.12
23582026-05-20T04:08:47.098Z Compiling schemars v0.8.22
23592026-05-20T04:08:47.165Z Compiling futures-channel v0.3.32
23602026-05-20T04:08:47.286Z Compiling futures-task v0.3.32
23612026-05-20T04:08:47.430Z Compiling futures-io v0.3.32
23622026-05-20T04:08:47.450Z Compiling typenum v1.20.0
23632026-05-20T04:08:47.620Z Compiling futures-util v0.3.32
23642026-05-20T04:08:48.128Z Compiling generic-array v0.14.7
23652026-05-20T04:08:48.245Z Compiling hashbrown v0.17.1
23662026-05-20T04:08:48.683Z Compiling tracing-core v0.1.36
23672026-05-20T04:08:48.746Z Compiling base64 v0.22.1
23682026-05-20T04:08:48.921Z Compiling indexmap v2.14.0
23692026-05-20T04:08:49.074Z Compiling tracing v0.1.44
23702026-05-20T04:08:49.249Z Compiling crypto-common v0.1.7
23712026-05-20T04:08:49.414Z Compiling ipnetwork v0.21.1
23722026-05-20T04:08:49.442Z Compiling http v1.4.0
23732026-05-20T04:08:49.752Z Compiling unicode-ident v1.0.24
23742026-05-20T04:08:49.799Z Compiling slog v2.8.2
23752026-05-20T04:08:49.815Z Compiling erased-serde v0.3.31
23762026-05-20T04:08:49.977Z Compiling proc-macro2 v1.0.106
23772026-05-20T04:08:50.061Z Compiling rustls-pki-types v1.14.1
23782026-05-20T04:08:50.354Z Compiling fnv v1.0.7
23792026-05-20T04:08:50.460Z Compiling quote v1.0.45
23802026-05-20T04:08:50.965Z Compiling untrusted v0.9.0
23812026-05-20T04:08:51.559Z Compiling syn v2.0.117
23822026-05-20T04:08:51.587Z Compiling tokio-util v0.7.18
23832026-05-20T04:08:51.587Z Compiling oxnet v0.1.5
23842026-05-20T04:08:51.587Z Compiling byteorder v1.5.0
23852026-05-20T04:08:51.587Z Compiling ipnet v2.12.0
23862026-05-20T04:08:51.636Z Compiling thiserror v1.0.69
23872026-05-20T04:08:51.777Z Compiling ppv-lite86 v0.2.21
23882026-05-20T04:08:52.070Z Compiling http-body v1.0.1
23892026-05-20T04:08:52.120Z Compiling block-buffer v0.10.4
23902026-05-20T04:08:52.163Z Compiling atomic-waker v1.1.2
23912026-05-20T04:08:52.227Z Compiling httparse v1.10.1
23922026-05-20T04:08:52.274Z Compiling digest v0.10.7
23932026-05-20T04:08:52.304Z Compiling ryu v1.0.23
23942026-05-20T04:08:52.343Z Compiling tower-service v0.3.3
23952026-05-20T04:08:52.417Z Compiling try-lock v0.2.5
23962026-05-20T04:08:52.521Z Compiling tower-layer v0.3.3
23972026-05-20T04:08:52.530Z Compiling pretty-hex v0.4.2
23982026-05-20T04:08:52.582Z Compiling want v0.3.1
23992026-05-20T04:08:52.660Z Compiling h2 v0.4.14
24002026-05-20T04:08:52.684Z Compiling httpdate v1.0.3
24012026-05-20T04:08:52.721Z Compiling rustix v1.1.4
24022026-05-20T04:08:52.744Z Compiling plain v0.2.3
24032026-05-20T04:08:52.788Z Compiling regex-syntax v0.8.10
24042026-05-20T04:08:52.860Z Compiling getrandom v0.3.4
24052026-05-20T04:08:53.054Z Compiling omicron-workspace-hack v0.1.0
24062026-05-20T04:08:53.068Z Compiling aws-lc-sys v0.41.0
24072026-05-20T04:08:53.135Z Compiling untrusted v0.7.1
24082026-05-20T04:08:53.189Z Compiling ucd-trie v0.1.7
24092026-05-20T04:08:53.262Z Compiling rand_core v0.9.5
24102026-05-20T04:08:53.527Z Compiling pest v2.8.6
24112026-05-20T04:08:53.635Z Compiling aws-lc-rs v1.17.0
24122026-05-20T04:08:53.783Z Compiling crossbeam-utils v0.8.21
24132026-05-20T04:08:54.570Z Compiling serde_urlencoded v0.7.1
24142026-05-20T04:08:54.582Z Compiling http-body-util v0.1.3
24152026-05-20T04:08:54.873Z Compiling allocator-api2 v0.2.21
24162026-05-20T04:08:54.879Z Compiling foldhash v0.2.0
24172026-05-20T04:08:55.196Z Compiling hyper v1.9.0
24182026-05-20T04:08:55.203Z Compiling rustls v0.23.40
24192026-05-20T04:08:55.266Z Compiling hashbrown v0.16.1
24202026-05-20T04:08:55.487Z Compiling rustls-webpki v0.103.13
24212026-05-20T04:08:55.991Z Compiling newtype-uuid v1.3.2
24222026-05-20T04:08:56.488Z Compiling cpufeatures v0.2.17
24232026-05-20T04:08:56.590Z Compiling hyper-util v0.1.20
24242026-05-20T04:08:57.050Z Compiling hex v0.4.3
24252026-05-20T04:08:57.358Z Compiling daft v0.1.7
24262026-05-20T04:08:58.133Z Compiling rand_chacha v0.9.0
24272026-05-20T04:08:58.732Z Compiling sync_wrapper v1.0.2
24282026-05-20T04:08:58.853Z Compiling aho-corasick v1.1.4
24292026-05-20T04:08:58.887Z Compiling fastrand v2.4.1
24302026-05-20T04:08:59.226Z Compiling tower v0.5.3
24312026-05-20T04:08:59.527Z Compiling anyhow v1.0.102
24322026-05-20T04:08:59.705Z Compiling rand v0.9.4
24332026-05-20T04:08:59.865Z Compiling regex-automata v0.4.14
24342026-05-20T04:08:59.938Z Compiling powerfmt v0.2.0
24352026-05-20T04:09:00.029Z Compiling tower-http v0.6.10
24362026-05-20T04:09:00.150Z Compiling deranged v0.5.8
24372026-05-20T04:09:00.167Z Compiling openapiv3 v2.2.0
24382026-05-20T04:09:00.467Z Compiling openssl-probe v0.2.1
24392026-05-20T04:09:00.667Z Compiling num_threads v0.1.7
24402026-05-20T04:09:00.723Z Compiling time-core v0.1.8
24412026-05-20T04:09:00.789Z Compiling num-conv v0.2.1
24422026-05-20T04:09:00.969Z Compiling rustls-native-certs v0.8.3
24432026-05-20T04:09:01.211Z Compiling camino v1.2.2
24442026-05-20T04:09:01.272Z Compiling time v0.3.47
24452026-05-20T04:09:01.551Z Compiling tokio-rustls v0.26.4
24462026-05-20T04:09:01.747Z Compiling tempfile v3.27.0
24472026-05-20T04:09:01.895Z Compiling futures-executor v0.3.32
24482026-05-20T04:09:02.406Z Compiling winnow v1.0.3
24492026-05-20T04:09:02.617Z Compiling futures v0.3.32
24502026-05-20T04:09:02.664Z Compiling regex v1.12.3
24512026-05-20T04:09:02.701Z Compiling hyper-rustls v0.27.9
24522026-05-20T04:09:03.090Z Compiling rustls-platform-verifier v0.7.0
24532026-05-20T04:09:03.763Z Compiling crossbeam-channel v0.5.15
24542026-05-20T04:09:03.895Z Compiling scroll v0.13.0
24552026-05-20T04:09:04.128Z Compiling simd-adler32 v0.3.9
24562026-05-20T04:09:04.224Z Compiling adler2 v2.0.1
24572026-05-20T04:09:04.237Z Compiling goblin v0.10.5
24582026-05-20T04:09:04.326Z Compiling miniz_oxide v0.8.9
24592026-05-20T04:09:04.394Z Compiling crc32fast v1.5.0
24602026-05-20T04:09:04.512Z Compiling reqwest v0.13.3
24612026-05-20T04:09:04.675Z Compiling ring v0.17.14
24622026-05-20T04:09:05.011Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24632026-05-20T04:09:05.872Z Compiling thread_local v1.1.9
24642026-05-20T04:09:06.249Z Compiling either v1.15.0
24652026-05-20T04:09:06.492Z Compiling rustls-webpki v0.102.8
24662026-05-20T04:09:07.124Z Compiling flate2 v1.1.9
24672026-05-20T04:09:07.781Z Compiling dof v0.4.0
24682026-05-20T04:09:08.516Z Compiling dtrace-parser v0.3.0
24692026-05-20T04:09:09.035Z Compiling rand_chacha v0.3.1
24702026-05-20T04:09:09.678Z Compiling is-terminal v0.4.17
24712026-05-20T04:09:09.792Z Compiling thread-id v5.1.0
24722026-05-20T04:09:09.887Z Compiling take_mut v0.2.2
24732026-05-20T04:09:10.022Z Compiling compression-core v0.4.32
24742026-05-20T04:09:10.232Z Compiling term v1.2.1
24752026-05-20T04:09:10.850Z Compiling match_cfg v0.1.0
24762026-05-20T04:09:10.933Z Compiling debug-ignore v1.0.5
24772026-05-20T04:09:11.053Z Compiling hostname v0.3.1
24782026-05-20T04:09:11.092Z Compiling slog-term v2.9.2
24792026-05-20T04:09:11.210Z Compiling compression-codecs v0.4.38
24802026-05-20T04:09:11.230Z Compiling slog-async v2.8.0
24812026-05-20T04:09:11.590Z Compiling usdt-impl v0.6.0
24822026-05-20T04:09:12.150Z Compiling rand v0.8.6
24832026-05-20T04:09:12.522Z Compiling ref-cast v1.0.25
24842026-05-20T04:09:12.570Z Compiling rustls v0.22.4
24852026-05-20T04:09:12.728Z Compiling toml_parser v1.1.2+spec-1.1.0
24862026-05-20T04:09:12.982Z Compiling slog-json v2.6.1
24872026-05-20T04:09:13.278Z Compiling strum v0.26.3
24882026-05-20T04:09:13.416Z Compiling macaddr v1.0.1
24892026-05-20T04:09:13.754Z Compiling serde_spanned v1.1.1
24902026-05-20T04:09:13.873Z Compiling toml_datetime v1.1.1+spec-1.1.0
24912026-05-20T04:09:14.160Z Compiling wait-timeout v0.2.1
24922026-05-20T04:09:14.306Z Compiling memmap2 v0.9.10
24932026-05-20T04:09:14.603Z Compiling encoding_rs v0.8.35
24942026-05-20T04:09:14.621Z Compiling spin v0.9.8
24952026-05-20T04:09:14.750Z Compiling toml_writer v1.1.1+spec-1.1.0
24962026-05-20T04:09:15.034Z Compiling mime v0.3.17
24972026-05-20T04:09:15.505Z Compiling quick-error v1.2.3
24982026-05-20T04:09:15.627Z Compiling bit-vec v0.8.0
24992026-05-20T04:09:15.736Z Compiling multer v3.1.0
25002026-05-20T04:09:15.937Z Compiling bit-set v0.8.0
25012026-05-20T04:09:15.999Z Compiling rusty-fork v0.3.1
25022026-05-20T04:09:16.130Z Compiling toml v1.1.2+spec-1.1.0
25032026-05-20T04:09:16.857Z Compiling tokio-rustls v0.25.0
25042026-05-20T04:09:17.014Z Compiling usdt v0.6.0
25052026-05-20T04:09:17.162Z Compiling slog-bunyan v2.5.0
25062026-05-20T04:09:17.288Z Compiling async-compression v0.4.42
25072026-05-20T04:09:17.302Z Compiling serde_with v3.20.0
25082026-05-20T04:09:17.744Z Compiling async-stream v0.3.6
25092026-05-20T04:09:17.766Z Compiling sha1 v0.10.6
25102026-05-20T04:09:17.863Z Compiling rand_xorshift v0.4.0
25112026-05-20T04:09:18.037Z Compiling waitgroup v0.1.2
25122026-05-20T04:09:18.206Z Compiling rustls-pemfile v2.2.0
25132026-05-20T04:09:18.248Z Compiling serde_path_to_error v0.1.20
25142026-05-20T04:09:18.469Z Compiling hostname v0.4.2
25152026-05-20T04:09:18.633Z Compiling unarray v0.1.4
25162026-05-20T04:09:18.695Z Compiling dropshot v0.17.0
25172026-05-20T04:09:18.782Z Compiling proptest v1.11.0
25182026-05-20T04:09:18.889Z Compiling progenitor-client v0.14.0
25192026-05-20T04:09:19.285Z Compiling strum v0.27.2
25202026-05-20T04:09:19.420Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-05-20T04:09:19.434Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25222026-05-20T04:09:19.609Z Compiling rustc-hash v2.1.2
25232026-05-20T04:09:19.689Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25242026-05-20T04:09:19.747Z Compiling iddqd v0.3.18
25252026-05-20T04:09:20.022Z Compiling reqwest v0.12.28
25262026-05-20T04:09:20.102Z Compiling backon v1.6.0
25272026-05-20T04:09:20.351Z Compiling instant v0.1.13
25282026-05-20T04:09:20.481Z Compiling backoff v0.4.0
25292026-05-20T04:09:20.699Z Compiling progenitor-extras v0.2.0
25302026-05-20T04:09:20.720Z Compiling parse-display v0.10.0
25312026-05-20T04:09:21.079Z Compiling itertools v0.14.0
25322026-05-20T04:09:21.692Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25332026-05-20T04:09:21.733Z Compiling progenitor-client v0.10.0
25342026-05-20T04:09:22.139Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25352026-05-20T04:09:22.495Z Compiling regress v0.10.5
25362026-05-20T04:09:22.612Z Compiling unicode-width v0.2.2
25372026-05-20T04:09:22.986Z Compiling heck v0.5.0
25382026-05-20T04:09:23.570Z Compiling secrecy v0.10.3
25392026-05-20T04:09:23.681Z Compiling tinyvec_macros v0.1.1
25402026-05-20T04:09:23.734Z Compiling tinyvec v1.11.0
25412026-05-20T04:09:23.746Z Compiling num-integer v0.1.46
25422026-05-20T04:09:24.188Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25432026-05-20T04:09:24.336Z Compiling scroll v0.12.0
25442026-05-20T04:09:24.580Z Compiling crucible-workspace-hack v0.1.0
25452026-05-20T04:09:24.670Z Compiling regress v0.11.1
25462026-05-20T04:09:26.112Z Compiling hmac v0.12.1
25472026-05-20T04:09:26.125Z Compiling inout v0.1.4
25482026-05-20T04:09:26.280Z Compiling ff v0.13.1
25492026-05-20T04:09:26.293Z Compiling utf8parse v0.2.2
25502026-05-20T04:09:26.451Z Compiling anstyle-parse v1.0.0
25512026-05-20T04:09:26.466Z Compiling group v0.13.0
25522026-05-20T04:09:26.562Z Compiling typify-impl v0.6.2
25532026-05-20T04:09:26.641Z Compiling hkdf v0.12.4
25542026-05-20T04:09:26.818Z Compiling cipher v0.4.4
25552026-05-20T04:09:27.084Z Compiling goblin v0.8.2
25562026-05-20T04:09:27.247Z Compiling num-iter v0.1.45
25572026-05-20T04:09:27.383Z Compiling num-rational v0.4.2
25582026-05-20T04:09:27.802Z Compiling zerocopy v0.7.35
25592026-05-20T04:09:28.416Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25602026-05-20T04:09:28.560Z Compiling terminal_size v0.4.4
25612026-05-20T04:09:28.702Z Compiling half v2.7.1
25622026-05-20T04:09:29.068Z Compiling universal-hash v0.5.1
25632026-05-20T04:09:29.226Z Compiling crypto-bigint v0.5.5
25642026-05-20T04:09:29.592Z Compiling num-complex v0.4.6
25652026-05-20T04:09:29.760Z Compiling colorchoice v1.0.5
25662026-05-20T04:09:29.898Z Compiling anstyle v1.0.14
25672026-05-20T04:09:30.056Z Compiling anstyle-query v1.1.5
25682026-05-20T04:09:30.179Z Compiling ciborium-io v0.2.2
25692026-05-20T04:09:30.190Z Compiling opaque-debug v0.3.1
25702026-05-20T04:09:30.291Z Compiling base64ct v1.8.3
25712026-05-20T04:09:30.302Z Compiling base16ct v0.2.0
25722026-05-20T04:09:30.518Z Compiling is_terminal_polyfill v1.70.2
25732026-05-20T04:09:30.628Z Compiling anstream v1.0.0
25742026-05-20T04:09:30.647Z Compiling password-hash v0.5.0
25752026-05-20T04:09:31.157Z Compiling elliptic-curve v0.13.8
25762026-05-20T04:09:31.194Z Compiling ciborium-ll v0.2.2
25772026-05-20T04:09:31.469Z Compiling poly1305 v0.8.0
25782026-05-20T04:09:31.482Z Compiling num v0.4.3
25792026-05-20T04:09:31.568Z Compiling curve25519-dalek v4.1.3
25802026-05-20T04:09:31.627Z Compiling dof v0.3.0
25812026-05-20T04:09:32.110Z Compiling typify v0.6.2
25822026-05-20T04:09:32.257Z Compiling thiserror-no-std v2.0.2
25832026-05-20T04:09:32.343Z Compiling chacha20 v0.9.1
25842026-05-20T04:09:32.603Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25852026-05-20T04:09:32.615Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25862026-05-20T04:09:34.253Z Compiling byte-wrapper v0.1.0
25872026-05-20T04:09:34.269Z Compiling dtrace-parser v0.2.0
25882026-05-20T04:09:34.369Z Compiling crossbeam-epoch v0.9.18
25892026-05-20T04:09:34.892Z Compiling blake2 v0.10.6
25902026-05-20T04:09:34.945Z Compiling aead v0.5.2
25912026-05-20T04:09:35.146Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25922026-05-20T04:09:35.251Z Compiling thread-id v4.2.2
25932026-05-20T04:09:35.348Z Compiling strsim v0.11.1
25942026-05-20T04:09:35.401Z Compiling float-ord v0.3.2
25952026-05-20T04:09:35.528Z Compiling keccak v0.1.6
25962026-05-20T04:09:36.226Z Compiling clap_lex v1.1.0
25972026-05-20T04:09:36.259Z Compiling sha3 v0.10.9
25982026-05-20T04:09:36.484Z Compiling clap_builder v4.6.0
25992026-05-20T04:09:36.567Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26002026-05-20T04:09:36.669Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26012026-05-20T04:09:36.690Z Compiling usdt-impl v0.5.0
26022026-05-20T04:09:36.850Z Compiling argon2 v0.5.3
26032026-05-20T04:09:37.901Z Compiling chacha20poly1305 v0.10.1
26042026-05-20T04:09:38.059Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26052026-05-20T04:09:38.220Z Compiling vsss-rs v3.3.4
26062026-05-20T04:09:39.685Z Compiling ciborium v0.2.2
26072026-05-20T04:09:40.552Z Compiling hash32 v0.3.1
26082026-05-20T04:09:40.727Z Compiling memmap v0.7.0
26092026-05-20T04:09:40.976Z Compiling indent_write v2.2.0
26102026-05-20T04:09:41.082Z Compiling data-encoding v2.11.0
26112026-05-20T04:09:41.161Z Compiling usdt v0.5.0
26122026-05-20T04:09:41.846Z Compiling heapless v0.8.0
26132026-05-20T04:09:42.350Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26142026-05-20T04:09:43.000Z Compiling ingot-types v0.1.2
26152026-05-20T04:09:43.479Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26162026-05-20T04:09:43.593Z Compiling clap v4.6.1
26172026-05-20T04:09:43.689Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26182026-05-20T04:09:43.816Z Compiling rustix v0.38.44
26192026-05-20T04:09:44.042Z Compiling tabwriter v1.4.1
26202026-05-20T04:09:44.136Z Compiling cobs v0.3.0
26212026-05-20T04:09:44.347Z Compiling colored v3.1.1
26222026-05-20T04:09:44.416Z Compiling foreign-types-shared v0.3.1
26232026-05-20T04:09:44.530Z Compiling bitflags v1.3.2
26242026-05-20T04:09:44.627Z Compiling managed v0.8.0
26252026-05-20T04:09:44.921Z Compiling cpufeatures v0.3.0
26262026-05-20T04:09:45.008Z Compiling chacha20 v0.10.0
26272026-05-20T04:09:45.035Z Compiling smoltcp v0.11.0
26282026-05-20T04:09:45.172Z Compiling foreign-types v0.5.0
26292026-05-20T04:09:45.271Z Compiling postcard v1.1.3
26302026-05-20T04:09:45.318Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26312026-05-20T04:09:45.645Z Compiling num_enum v0.7.6
26322026-05-20T04:09:45.780Z Compiling ingot v0.1.1
26332026-05-20T04:09:46.945Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26342026-05-20T04:09:47.065Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26352026-05-20T04:09:47.281Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362026-05-20T04:09:47.481Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26372026-05-20T04:09:47.632Z Compiling serde_spanned v0.6.9
26382026-05-20T04:09:47.814Z Compiling toml_datetime v0.6.11
26392026-05-20T04:09:47.835Z Compiling cstr-argument v0.1.2
26402026-05-20T04:09:47.989Z Compiling toml_write v0.1.2
26412026-05-20T04:09:48.018Z Compiling winnow v0.7.15
26422026-05-20T04:09:48.202Z Compiling linked-hash-map v0.5.6
26432026-05-20T04:09:48.243Z Compiling unicode-segmentation v1.13.2
26442026-05-20T04:09:48.267Z Compiling resolv-conf v0.7.6
26452026-05-20T04:09:48.419Z Compiling swrite v0.1.0
26462026-05-20T04:09:48.540Z Compiling static_assertions v1.1.0
26472026-05-20T04:09:48.621Z Compiling newline-converter v0.3.0
26482026-05-20T04:09:48.770Z Compiling lru-cache v0.1.2
26492026-05-20T04:09:48.799Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26502026-05-20T04:09:48.856Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26512026-05-20T04:09:48.911Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26522026-05-20T04:09:48.923Z Compiling hubpack v0.1.2
26532026-05-20T04:09:49.073Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26542026-05-20T04:09:49.175Z Compiling memoffset v0.9.1
26552026-05-20T04:09:49.226Z Compiling rand v0.10.1
26562026-05-20T04:09:49.268Z Compiling atomicwrites v0.4.4
26572026-05-20T04:09:49.304Z Compiling hickory-proto v0.24.4
26582026-05-20T04:09:49.560Z Compiling toml_edit v0.22.27
26592026-05-20T04:09:49.948Z Compiling crossbeam-deque v0.8.6
26602026-05-20T04:09:50.063Z Compiling console v0.15.11
26612026-05-20T04:09:50.179Z Compiling itertools v0.12.1
26622026-05-20T04:09:50.967Z Compiling camino-tempfile v1.4.1
26632026-05-20T04:09:51.012Z Compiling serde-big-array v0.5.1
26642026-05-20T04:09:51.206Z Compiling similar v2.7.0
26652026-05-20T04:09:51.412Z Compiling lazy_static v1.5.0
26662026-05-20T04:09:51.524Z Compiling siphasher v1.0.3
26672026-05-20T04:09:51.631Z Compiling hickory-resolver v0.24.4
26682026-05-20T04:09:51.738Z Compiling phf_shared v0.12.1
26692026-05-20T04:09:51.966Z Compiling expectorate v1.2.0
26702026-05-20T04:09:52.205Z Compiling pin-project v1.1.13
26712026-05-20T04:09:52.300Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26722026-05-20T04:09:52.831Z Compiling toml v0.8.23
26732026-05-20T04:09:53.199Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26742026-05-20T04:09:54.008Z Compiling rayon-core v1.13.0
26752026-05-20T04:09:55.943Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26762026-05-20T04:09:56.037Z Compiling prettyplease v0.2.37
26772026-05-20T04:09:57.211Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26782026-05-20T04:09:57.355Z Compiling nix v0.31.3
26792026-05-20T04:09:57.757Z Compiling num_enum v0.5.11
26802026-05-20T04:09:57.893Z Compiling progenitor-impl v0.13.0
26812026-05-20T04:09:59.113Z Compiling progenitor-impl v0.14.0
26822026-05-20T04:09:59.983Z Compiling unicode-normalization v0.1.25
26832026-05-20T04:10:00.662Z Compiling progenitor-client v0.13.0
26842026-05-20T04:10:01.044Z Compiling tokio-stream v0.1.18
26852026-05-20T04:10:01.097Z Compiling csv-core v0.1.13
26862026-05-20T04:10:01.097Z Compiling bstr v1.12.1
26872026-05-20T04:10:01.797Z Compiling unicode-width v0.1.14
26882026-05-20T04:10:01.889Z Compiling same-file v1.0.6
26892026-05-20T04:10:01.889Z Compiling foldhash v0.1.5
26902026-05-20T04:10:01.889Z Compiling konst_macro_rules v0.2.19
26912026-05-20T04:10:01.889Z Compiling foreign-types-shared v0.1.1
26922026-05-20T04:10:01.889Z Compiling highway v1.3.0
26932026-05-20T04:10:01.889Z Compiling konst v0.2.20
26942026-05-20T04:10:01.889Z Compiling hashbrown v0.15.5
26952026-05-20T04:10:04.015Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26962026-05-20T04:10:05.197Z Compiling foreign-types v0.3.2
26972026-05-20T04:10:05.197Z Compiling walkdir v2.5.0
26982026-05-20T04:10:05.197Z Compiling globset v0.4.18
26992026-05-20T04:10:05.197Z Compiling qorb v0.4.1
27002026-05-20T04:10:05.809Z Compiling csv v1.4.0
27012026-05-20T04:10:07.244Z Compiling snafu v0.8.9
27022026-05-20T04:10:07.272Z Compiling progenitor v0.13.0
27032026-05-20T04:10:07.272Z Compiling progenitor v0.14.0
27042026-05-20T04:10:07.525Z Compiling olpc-cjson v0.1.4
27052026-05-20T04:10:07.607Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27062026-05-20T04:10:07.607Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27072026-05-20T04:10:07.607Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27082026-05-20T04:10:08.043Z Compiling rayon v1.12.0
27092026-05-20T04:10:09.311Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27102026-05-20T04:10:10.203Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27112026-05-20T04:10:11.549Z Compiling phf v0.12.1
27122026-05-20T04:10:11.829Z Compiling openssl-sys v0.9.116
27132026-05-20T04:10:13.444Z Compiling tokio-dtrace v0.1.1
27142026-05-20T04:10:13.618Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27152026-05-20T04:10:13.618Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27162026-05-20T04:10:13.618Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27172026-05-20T04:10:13.831Z Compiling libsw-core v0.3.2
27182026-05-20T04:10:14.038Z Compiling pem v3.0.6
27192026-05-20T04:10:14.756Z Compiling serde_plain v1.0.2
27202026-05-20T04:10:14.768Z Compiling sigpipe v0.1.3
27212026-05-20T04:10:14.802Z Compiling glob v0.3.3
27222026-05-20T04:10:14.856Z Compiling typed-path v0.9.3
27232026-05-20T04:10:15.025Z Compiling fixedbitset v0.4.2
27242026-05-20T04:10:15.434Z Compiling bytecount v0.6.9
27252026-05-20T04:10:15.628Z Compiling minimal-lexical v0.2.1
27262026-05-20T04:10:15.781Z Compiling fixedbitset v0.5.7
27272026-05-20T04:10:15.923Z Compiling jiff v0.2.24
27282026-05-20T04:10:15.986Z Compiling tough v0.22.0
27292026-05-20T04:10:16.294Z Compiling petgraph v0.8.3
27302026-05-20T04:10:16.939Z Compiling nom v7.1.3
27312026-05-20T04:10:17.802Z Compiling papergrid v0.11.0
27322026-05-20T04:10:17.977Z Compiling petgraph v0.6.5
27332026-05-20T04:10:18.661Z Compiling openssl v0.10.80
27342026-05-20T04:10:18.682Z Compiling libsw v3.5.0
27352026-05-20T04:10:18.735Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27362026-05-20T04:10:18.828Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27372026-05-20T04:10:19.078Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27382026-05-20T04:10:19.818Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27392026-05-20T04:10:20.122Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27402026-05-20T04:10:21.608Z Compiling zone v0.3.1
27412026-05-20T04:10:24.768Z Compiling oxide-tokio-rt v0.1.6
27422026-05-20T04:10:24.773Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27432026-05-20T04:10:24.773Z Compiling chrono-tz v0.10.4
27442026-05-20T04:10:24.773Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27452026-05-20T04:10:24.773Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27462026-05-20T04:10:24.773Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27472026-05-20T04:10:24.773Z Compiling newtype_derive v0.1.6
27482026-05-20T04:10:24.773Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27492026-05-20T04:10:24.773Z Compiling slog-dtrace v0.3.0
27502026-05-20T04:10:25.326Z Compiling owo-colors v4.3.0
27512026-05-20T04:10:26.289Z Compiling cancel-safe-futures v0.1.5
27522026-05-20T04:10:26.673Z Compiling const_format v0.2.36
27532026-05-20T04:10:26.893Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27542026-05-20T04:10:27.148Z Compiling gethostname v0.5.0
27552026-05-20T04:10:27.291Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27562026-05-20T04:10:27.629Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27572026-05-20T04:10:27.766Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27582026-05-20T04:10:27.886Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-05-20T04:10:27.902Z Compiling smf v0.2.3
27602026-05-20T04:10:28.206Z Compiling bcs v0.1.6
27612026-05-20T04:10:28.287Z Compiling termtree v0.5.1
27622026-05-20T04:10:28.482Z Compiling smawk v0.3.2
27632026-05-20T04:10:28.599Z Compiling whoami v1.6.1
27642026-05-20T04:10:28.628Z Compiling tagptr v0.2.0
27652026-05-20T04:10:28.803Z Compiling linear-map v1.2.0
27662026-05-20T04:10:29.018Z Compiling unicode-linebreak v0.1.5
27672026-05-20T04:10:29.070Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27682026-05-20T04:10:29.130Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27692026-05-20T04:10:29.335Z Compiling textwrap v0.16.2
27702026-05-20T04:10:29.575Z Compiling moka v0.12.15
27712026-05-20T04:10:29.797Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27722026-05-20T04:10:30.802Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27732026-05-20T04:10:30.949Z Compiling tabled v0.15.0
27742026-05-20T04:10:30.978Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27752026-05-20T04:10:31.086Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-05-20T04:10:31.283Z Compiling steno v0.4.1
27772026-05-20T04:10:32.633Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27782026-05-20T04:10:32.756Z Compiling cookie v0.18.1
27792026-05-20T04:10:35.330Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27802026-05-20T04:10:38.218Z Compiling hickory-proto v0.25.2
27812026-05-20T04:10:38.747Z Compiling humantime v2.3.0
27822026-05-20T04:10:39.196Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27832026-05-20T04:10:39.731Z Compiling arc-swap v1.9.1
27842026-05-20T04:10:40.087Z Compiling slog-scope v4.4.1
27852026-05-20T04:10:40.296Z Compiling libscf-sys v1.2.0
27862026-05-20T04:10:40.446Z Compiling hickory-resolver v0.25.2
27872026-05-20T04:10:40.533Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27882026-05-20T04:10:41.354Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27892026-05-20T04:10:41.420Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27902026-05-20T04:10:42.089Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27912026-05-20T04:10:42.940Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27922026-05-20T04:10:43.679Z Compiling slog-stdlog v4.1.1
27932026-05-20T04:10:43.727Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27942026-05-20T04:10:43.839Z Compiling slog-envlogger v2.2.0
27952026-05-20T04:10:44.094Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27962026-05-20T04:10:44.450Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
27972026-05-20T04:10:47.555Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27982026-05-20T04:10:54.404Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27992026-05-20T04:10:57.368Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28002026-05-20T04:10:58.996Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28012026-05-20T04:11:07.609Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28022026-05-20T04:11:12.341Z Finished `release` profile [optimized] target(s) in 2m 30s
28032026-05-20T04:11:12.489Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28042026-05-20T04:11:12.504Z
28052026-05-20T04:11:12.504Zrunning 1 test
28062026-05-20T04:11:12.595Zconfigure zone
28072026-05-20T04:11:12.612Zinstall zone
28082026-05-20T04:11:22.208Zboot zone
28092026-05-20T04:11:22.289Zstart zone s1
28102026-05-20T04:11:22.292Zconfigure zone
28112026-05-20T04:11:22.302Zinstall zone
28122026-05-20T04:11:24.300Zboot zone
28132026-05-20T04:11:24.400Zstart zone s2
28142026-05-20T04:11:24.400Zconfigure zone
28152026-05-20T04:11:24.409Zinstall zone
28162026-05-20T04:11:27.102Zboot zone
28172026-05-20T04:11:27.189Zstart zone t1
28182026-05-20T04:11:27.189Zconfigure zone
28192026-05-20T04:11:27.199Zinstall zone
28202026-05-20T04:11:30.083Zboot zone
28212026-05-20T04:11:30.179Zwaiting for zones to come up
28222026-05-20T04:11:40.175Z[sidecar.trio] svcs milestone/network
28232026-05-20T04:11:40.200ZSTATE STIME FMRI
28242026-05-20T04:11:40.200Zonline 4:11:21 svc:/milestone/network:default
28252026-05-20T04:11:40.200Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28262026-05-20T04:11:40.228Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28272026-05-20T04:11:40.254Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28282026-05-20T04:11:40.275Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28292026-05-20T04:11:40.279Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28302026-05-20T04:11:40.291Z
28312026-05-20T04:11:40.291Zrunning zone s1.trio setup
28322026-05-20T04:11:40.291Z[s1.trio] svcs milestone/network
28332026-05-20T04:11:40.306ZSTATE STIME FMRI
28342026-05-20T04:11:40.306Zonline 4:11:23 svc:/milestone/network:default
28352026-05-20T04:11:40.307Z[s1.trio] dladm
28362026-05-20T04:11:40.320ZLINK CLASS MTU STATE BRIDGE OVER
28372026-05-20T04:11:40.320Zsl0 simnet 9000 up -- ?
28382026-05-20T04:11:40.320Zmg2 vnic 9000 up -- ?
28392026-05-20T04:11:40.320Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28402026-05-20T04:11:40.862Z
28412026-05-20T04:11:40.862Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28422026-05-20T04:11:40.879Z
28432026-05-20T04:11:40.879Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28442026-05-20T04:11:40.890Z
28452026-05-20T04:11:40.891Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28462026-05-20T04:11:40.977Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28472026-05-20T04:11:41.061Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2ba4091b-9b78-4c4f-8fdb-69a99464fe14 --sled-uuid 3f59f4cf-5075-43e7-9d72-7b73845c6c4b -a sl0/v6 &> /opt/ddmd.log &
28482026-05-20T04:11:41.076Z
28492026-05-20T04:11:41.076Zrunning zone s2.trio setup
28502026-05-20T04:11:41.076Z[s2.trio] svcs milestone/network
28512026-05-20T04:11:41.091ZSTATE STIME FMRI
28522026-05-20T04:11:41.091Zonline 4:11:26 svc:/milestone/network:default
28532026-05-20T04:11:41.091Z[s2.trio] dladm
28542026-05-20T04:11:41.104ZLINK CLASS MTU STATE BRIDGE OVER
28552026-05-20T04:11:41.104Zsl1 simnet 9000 up -- ?
28562026-05-20T04:11:41.104Zmg3 vnic 9000 up -- ?
28572026-05-20T04:11:41.104Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28582026-05-20T04:11:41.654Z
28592026-05-20T04:11:41.654Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28602026-05-20T04:11:41.666Z
28612026-05-20T04:11:41.666Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28622026-05-20T04:11:41.678Z
28632026-05-20T04:11:41.678Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28642026-05-20T04:11:41.713Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28652026-05-20T04:11:41.741Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e68fe309-8636-4f85-89dd-eb40ca5d725d --sled-uuid c2d50523-53f3-4da5-a88b-cd1d0ec0dd71 -a sl1/v6 &> /opt/ddmd.log &
28662026-05-20T04:11:41.752Z
28672026-05-20T04:11:41.752Zrunning zone t1.trio setup
28682026-05-20T04:11:41.752Z[t1.trio] svcs milestone/network
28692026-05-20T04:11:41.767ZSTATE STIME FMRI
28702026-05-20T04:11:41.767Zonline 4:11:29 svc:/milestone/network:default
28712026-05-20T04:11:41.767Z[t1.trio] dladm
28722026-05-20T04:11:41.780ZLINK CLASS MTU STATE BRIDGE OVER
28732026-05-20T04:11:41.780Ztfportrear0_0 simnet 9000 up -- ?
28742026-05-20T04:11:41.780Ztfportrear1_0 simnet 9000 up -- ?
28752026-05-20T04:11:41.780Zmg1 vnic 9000 up -- ?
28762026-05-20T04:11:41.780Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28772026-05-20T04:11:42.257Z
28782026-05-20T04:11:42.257Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28792026-05-20T04:11:42.269Z
28802026-05-20T04:11:42.269Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28812026-05-20T04:11:42.282Z
28822026-05-20T04:11:42.282Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28832026-05-20T04:11:42.293Z
28842026-05-20T04:11:42.294Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28852026-05-20T04:11:42.609Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28862026-05-20T04:11:42.612Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28872026-05-20T04:11:42.615Zwaiting 3s for copy of files to zone to complete ...
28882026-05-20T04:11:45.613Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28892026-05-20T04:11:45.750Z
28902026-05-20T04:11:45.751Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28912026-05-20T04:11:45.855Z
28922026-05-20T04:11:45.855Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28932026-05-20T04:11:45.892Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28942026-05-20T04:11:45.925Z[t1.trio] svcadm disable dendrite
28952026-05-20T04:11:45.949Z
28962026-05-20T04:11:45.949Z[t1.trio] svcadm disable tfport
28972026-05-20T04:11:45.971Z
28982026-05-20T04:11:45.971Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28992026-05-20T04:11:45.996Z
29002026-05-20T04:11:45.996Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29012026-05-20T04:11:46.020Z
29022026-05-20T04:11:46.020Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29032026-05-20T04:11:46.045Z
29042026-05-20T04:11:46.045Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29052026-05-20T04:11:46.069Z
29062026-05-20T04:11:46.069Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29072026-05-20T04:11:46.093Z
29082026-05-20T04:11:46.093Z[t1.trio] svcadm refresh dendrite:default
29092026-05-20T04:11:46.115Z
29102026-05-20T04:11:46.115Z[t1.trio] svcadm enable dendrite:default
29112026-05-20T04:11:46.135Z
29122026-05-20T04:11:46.135Zwait 10s for dendrite to come up ...
29132026-05-20T04:11:56.161Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29142026-05-20T04:11:56.211Z
29152026-05-20T04:11:56.211Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29162026-05-20T04:11:56.260Z
29172026-05-20T04:11:56.260Z[t1.trio] svcadm refresh tfport:default
29182026-05-20T04:11:56.260Z
29192026-05-20T04:11:56.260Z[t1.trio] svcadm enable tfport
29202026-05-20T04:11:56.314Z
29212026-05-20T04:11:56.314Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a15a02b0-32aa-43ee-a484-75943decfb68 --sled-uuid 0593828b-c377-4dce-9064-07283eabe70b -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29222026-05-20T04:11:56.314Z
29232026-05-20T04:11:56.314Z[t1.trio] ipadm
29242026-05-20T04:11:56.314ZADDROBJ TYPE STATE ADDR
29252026-05-20T04:11:56.314Zlo0/v4 static ok 127.0.0.1/8
29262026-05-20T04:11:56.314Zmg1/v4 static ok 10.0.0.3/24
29272026-05-20T04:11:56.314Zlo0/v6 static ok ::1/128
29282026-05-20T04:11:56.314Zlo0/u6 static ok fd00:3::1/64
29292026-05-20T04:11:56.314Ztfportrear0_0/v6 addrconf ok fe80::6ccf:22ff:feba:e85%tfportrear0_0/10
29302026-05-20T04:11:56.314Ztfportrear1_0/v6 addrconf ok fe80::787f:ecff:fef0:9cb9%tfportrear1_0/10
29312026-05-20T04:11:58.962Zinitial peering test passed
29322026-05-20T04:11:59.382Zadvertise from one passed
29332026-05-20T04:12:00.385Zadvertise from two passed
29342026-05-20T04:12:00.385Z[s1.trio] ping fd00:2::1
29352026-05-20T04:12:00.428Zfd00:2::1 is alive
29362026-05-20T04:12:00.428Z[s2.trio] ping fd00:1::1
29372026-05-20T04:12:00.441Zfd00:1::1 is alive
29382026-05-20T04:12:00.441Zconnectivity test passed
29392026-05-20T04:12:00.442Z[t1.trio] pkill ddmd
29402026-05-20T04:12:00.442Z
29412026-05-20T04:12:06.424Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a7fdb83c-cb3f-4a23-9a86-170b803c2b2a --sled-uuid 256d548b-136b-4f98-9856-cede654c59c3 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29422026-05-20T04:12:06.439Z
29432026-05-20T04:12:06.439Z[t1.trio] ipadm
29442026-05-20T04:12:06.452ZADDROBJ TYPE STATE ADDR
29452026-05-20T04:12:06.452Zlo0/v4 static ok 127.0.0.1/8
29462026-05-20T04:12:06.452Zmg1/v4 static ok 10.0.0.3/24
29472026-05-20T04:12:06.452Zlo0/v6 static ok ::1/128
29482026-05-20T04:12:06.452Zlo0/u6 static ok fd00:3::1/64
29492026-05-20T04:12:06.452Ztfportrear0_0/v6 addrconf ok fe80::6ccf:22ff:feba:e85%tfportrear0_0/10
29502026-05-20T04:12:06.452Ztfportrear1_0/v6 addrconf ok fe80::787f:ecff:fef0:9cb9%tfportrear1_0/10
29512026-05-20T04:12:09.453Z[s1.trio] ping fd00:2::1
29522026-05-20T04:12:09.467Zfd00:2::1 is alive
29532026-05-20T04:12:09.467Z[s2.trio] ping fd00:1::1
29542026-05-20T04:12:09.478Zfd00:1::1 is alive
29552026-05-20T04:12:09.478Ztransit router restart passed
29562026-05-20T04:12:09.478Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29572026-05-20T04:12:09.493Zlocal v6:
29582026-05-20T04:12:09.493Zfe80::6ccf:22ff:feba:e85
29592026-05-20T04:12:09.493Zfe80::787f:ecff:fef0:9cb9
29602026-05-20T04:12:09.493Zlocal v4:
29612026-05-20T04:12:09.493Zrouter v6_idx:
29622026-05-20T04:12:09.493Zfd00:2::/64 -> 1
29632026-05-20T04:12:09.493Zfd00:1::/64 -> 0
29642026-05-20T04:12:09.493Zrouter v6_routes:
29652026-05-20T04:12:09.493Z0 -> fe80::a439:49ff:fe05:826e (1)
29662026-05-20T04:12:09.493Z1 -> fe80::645a:21ff:fe0b:9310 (2)
29672026-05-20T04:12:09.493Zrouter v4_idx:
29682026-05-20T04:12:09.493Zrouter v4_routes:
29692026-05-20T04:12:09.493Zresolver v4:
29702026-05-20T04:12:09.493Z10.0.0.3 -> 02:08:20:a6:be:70
29712026-05-20T04:12:09.493Z10.0.0.254 -> 02:08:20:93:fa:70
29722026-05-20T04:12:09.493Zresolver v6:
29732026-05-20T04:12:09.493Zfe80::6ccf:22ff:feba:e85 -> 6e:cf:22:ba:0e:85
29742026-05-20T04:12:09.494Zfe80::a439:49ff:fe05:826e -> a6:39:49:05:82:6e
29752026-05-20T04:12:09.494Zfe80::787f:ecff:fef0:9cb9 -> 7a:7f:ec:f0:9c:b9
29762026-05-20T04:12:09.494Zfe80::645a:21ff:fe0b:9310 -> 66:5a:21:0b:93:10
29772026-05-20T04:12:09.494Znat v4:
29782026-05-20T04:12:09.494Znat_v6:
29792026-05-20T04:12:09.494Zport_mac:
29802026-05-20T04:12:09.494Z1: a8:40:25:1e:8d:d4
29812026-05-20T04:12:09.494Z2: a8:40:25:1e:8d:d5
29822026-05-20T04:12:09.494Z1000: a8:40:25:1e:8d:d3
29832026-05-20T04:12:09.494Zproxy arp:
29842026-05-20T04:12:09.494Z[s1.trio] pkill ddmd
29852026-05-20T04:12:09.537Z
29862026-05-20T04:12:12.575Ztest ddm::test_trio_v3 has been running for over 60 seconds
29872026-05-20T04:12:14.603Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29882026-05-20T04:12:14.682Zlocal v6:
29892026-05-20T04:12:14.682Zfe80::6ccf:22ff:feba:e85
29902026-05-20T04:12:14.682Zfe80::787f:ecff:fef0:9cb9
29912026-05-20T04:12:14.682Zlocal v4:
29922026-05-20T04:12:14.682Zrouter v6_idx:
29932026-05-20T04:12:14.682Zfd00:2::/64 -> 1
29942026-05-20T04:12:14.682Zrouter v6_routes:
29952026-05-20T04:12:14.682Z1 -> fe80::645a:21ff:fe0b:9310 (2)
29962026-05-20T04:12:14.682Zrouter v4_idx:
29972026-05-20T04:12:14.682Zrouter v4_routes:
29982026-05-20T04:12:14.682Zresolver v4:
29992026-05-20T04:12:14.682Z10.0.0.3 -> 02:08:20:a6:be:70
30002026-05-20T04:12:14.682Z10.0.0.254 -> 02:08:20:93:fa:70
30012026-05-20T04:12:14.682Zresolver v6:
30022026-05-20T04:12:14.682Zfe80::6ccf:22ff:feba:e85 -> 6e:cf:22:ba:0e:85
30032026-05-20T04:12:14.682Zfe80::a439:49ff:fe05:826e -> a6:39:49:05:82:6e
30042026-05-20T04:12:14.682Zfe80::787f:ecff:fef0:9cb9 -> 7a:7f:ec:f0:9c:b9
30052026-05-20T04:12:14.682Zfe80::645a:21ff:fe0b:9310 -> 66:5a:21:0b:93:10
30062026-05-20T04:12:14.682Znat v4:
30072026-05-20T04:12:14.682Znat_v6:
30082026-05-20T04:12:14.682Zport_mac:
30092026-05-20T04:12:14.682Z1: a8:40:25:1e:8d:d4
30102026-05-20T04:12:14.682Z2: a8:40:25:1e:8d:d5
30112026-05-20T04:12:14.683Z1000: a8:40:25:1e:8d:d3
30122026-05-20T04:12:14.683Zproxy arp:
30132026-05-20T04:12:14.683Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9f4dc7ca-6c26-44a1-b011-d5578c61e952 --sled-uuid a30cd596-d360-4968-84a5-2fe5a6c79e53 -a sl0/v6 &> /opt/ddmd.log &
30142026-05-20T04:12:14.683Z
30152026-05-20T04:12:18.566Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30162026-05-20T04:12:18.652Zlocal v6:
30172026-05-20T04:12:18.652Zfe80::6ccf:22ff:feba:e85
30182026-05-20T04:12:18.653Zfe80::787f:ecff:fef0:9cb9
30192026-05-20T04:12:18.653Zlocal v4:
30202026-05-20T04:12:18.653Zrouter v6_idx:
30212026-05-20T04:12:18.653Zfd00:2::/64 -> 1
30222026-05-20T04:12:18.653Zfd00:1::/64 -> 0
30232026-05-20T04:12:18.653Zrouter v6_routes:
30242026-05-20T04:12:18.653Z0 -> fe80::a439:49ff:fe05:826e (1)
30252026-05-20T04:12:18.653Z1 -> fe80::645a:21ff:fe0b:9310 (2)
30262026-05-20T04:12:18.653Zrouter v4_idx:
30272026-05-20T04:12:18.653Zrouter v4_routes:
30282026-05-20T04:12:18.653Zresolver v4:
30292026-05-20T04:12:18.653Z10.0.0.3 -> 02:08:20:a6:be:70
30302026-05-20T04:12:18.653Z10.0.0.254 -> 02:08:20:93:fa:70
30312026-05-20T04:12:18.653Zresolver v6:
30322026-05-20T04:12:18.653Zfe80::6ccf:22ff:feba:e85 -> 6e:cf:22:ba:0e:85
30332026-05-20T04:12:18.653Zfe80::a439:49ff:fe05:826e -> a6:39:49:05:82:6e
30342026-05-20T04:12:18.653Zfe80::787f:ecff:fef0:9cb9 -> 7a:7f:ec:f0:9c:b9
30352026-05-20T04:12:18.653Zfe80::645a:21ff:fe0b:9310 -> 66:5a:21:0b:93:10
30362026-05-20T04:12:18.653Znat v4:
30372026-05-20T04:12:18.653Znat_v6:
30382026-05-20T04:12:18.653Zport_mac:
30392026-05-20T04:12:18.653Z1: a8:40:25:1e:8d:d4
30402026-05-20T04:12:18.653Z2: a8:40:25:1e:8d:d5
30412026-05-20T04:12:18.654Z1000: a8:40:25:1e:8d:d3
30422026-05-20T04:12:18.654Zproxy arp:
30432026-05-20T04:12:18.654Z[s2.trio] netstat -nr -f inet6
30442026-05-20T04:12:18.654ZRouting Table: IPv6
30452026-05-20T04:12:18.654Z Destination/Mask Gateway Flags Ref Use If
30462026-05-20T04:12:18.654Z--------------------------- --------------------------- ----- --- ------- -----
30472026-05-20T04:12:18.654Z::1 ::1 UH 2 0 lo0
30482026-05-20T04:12:18.654Zfd00:1::/64 fe80::787f:ecff:fef0:9cb9 UG 1 0 sl1
30492026-05-20T04:12:18.654Zfe80::/10 fe80::645a:21ff:fe0b:9310 U 3 64 sl1
30502026-05-20T04:12:18.654Z[s2.trio] ipadm
30512026-05-20T04:12:18.654ZADDROBJ TYPE STATE ADDR
30522026-05-20T04:12:18.654Zlo0/v4 static ok 127.0.0.1/8
30532026-05-20T04:12:18.654Zmg3/v4 static ok 10.0.0.2/24
30542026-05-20T04:12:18.654Zlo0/v6 static ok ::1/128
30552026-05-20T04:12:18.654Zlo0/u6 static ok fd00:2::1/64
30562026-05-20T04:12:18.654Zsl1/v6 addrconf ok fe80::645a:21ff:fe0b:9310%sl1/10
30572026-05-20T04:12:18.654Z[s2.trio] route -nv get -inet6 fd00:1::1
30582026-05-20T04:12:18.654Znewrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
30592026-05-20T04:12:18.654Zlocks: inits:
30602026-05-20T04:12:18.654Zsockaddrs: <DST,IFP>
30612026-05-20T04:12:18.655Z fd00:1::1
30622026-05-20T04:12:18.655Z route to: fd00:1::1
30632026-05-20T04:12:18.655Zdestination: fd00:1::
30642026-05-20T04:12:18.655Z mask: ffff:ffff:ffff:ffff::
30652026-05-20T04:12:18.655Z gateway: fe80::787f:ecff:fef0:9cb9
30662026-05-20T04:12:18.655Z interface: sl1 index 3 address 66 5a 21 0b 93 10
30672026-05-20T04:12:18.655Z flags: <UP,GATEWAY,DONE,STATIC>
30682026-05-20T04:12:18.655Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30692026-05-20T04:12:18.655Z 0 0 0 0 0 0 9000 0
30702026-05-20T04:12:18.655Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30712026-05-20T04:12:18.655Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30722026-05-20T04:12:18.655Z fd00:1:: fe80::787f:ecff:fef0:9cb9 ffff:ffff:ffff:ffff:: sl1:66.5a.21.b.93.10 fe80::645a:21ff:fe0b:9310
30732026-05-20T04:12:18.655Z[s2.trio] ndp -na
30742026-05-20T04:12:18.655ZNet to Media Table: IPv6
30752026-05-20T04:12:18.655Z If Physical Address Type State Destination/Mask
30762026-05-20T04:12:18.655Z----- ----------------- ------- ------------ ---------------------------
30772026-05-20T04:12:18.655Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30782026-05-20T04:12:18.655Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30792026-05-20T04:12:18.655Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30802026-05-20T04:12:18.655Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30812026-05-20T04:12:18.655Zsl1 7a:7f:ec:f0:9c:b9 dynamic REACHABLE fe80::787f:ecff:fef0:9cb9
30822026-05-20T04:12:18.655Zsl1 33:33:ff:0b:93:10 other REACHABLE ff02::1:ff0b:9310
30832026-05-20T04:12:18.656Zsl1 66:5a:21:0b:93:10 local REACHABLE fe80::645a:21ff:fe0b:9310
30842026-05-20T04:12:18.656Zsl1 33:33:ff:f0:9c:b9 other REACHABLE ff02::1:fff0:9cb9
30852026-05-20T04:12:18.656Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30862026-05-20T04:12:18.656Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30872026-05-20T04:12:18.656Zlocal v6:
30882026-05-20T04:12:18.656Zfe80::6ccf:22ff:feba:e85
30892026-05-20T04:12:18.656Zfe80::787f:ecff:fef0:9cb9
30902026-05-20T04:12:18.656Zlocal v4:
30912026-05-20T04:12:18.656Zrouter v6_idx:
30922026-05-20T04:12:18.656Zfd00:2::/64 -> 1
30932026-05-20T04:12:18.656Zfd00:1::/64 -> 0
30942026-05-20T04:12:18.656Zrouter v6_routes:
30952026-05-20T04:12:18.656Z0 -> fe80::a439:49ff:fe05:826e (1)
30962026-05-20T04:12:18.656Z1 -> fe80::645a:21ff:fe0b:9310 (2)
30972026-05-20T04:12:18.656Zrouter v4_idx:
30982026-05-20T04:12:18.656Zrouter v4_routes:
30992026-05-20T04:12:18.656Zresolver v4:
31002026-05-20T04:12:18.656Z10.0.0.3 -> 02:08:20:a6:be:70
31012026-05-20T04:12:18.656Z10.0.0.254 -> 02:08:20:93:fa:70
31022026-05-20T04:12:18.656Zresolver v6:
31032026-05-20T04:12:18.656Zfe80::6ccf:22ff:feba:e85 -> 6e:cf:22:ba:0e:85
31042026-05-20T04:12:18.657Zfe80::a439:49ff:fe05:826e -> a6:39:49:05:82:6e
31052026-05-20T04:12:18.657Zfe80::787f:ecff:fef0:9cb9 -> 7a:7f:ec:f0:9c:b9
31062026-05-20T04:12:18.657Zfe80::645a:21ff:fe0b:9310 -> 66:5a:21:0b:93:10
31072026-05-20T04:12:18.657Znat v4:
31082026-05-20T04:12:18.657Znat_v6:
31092026-05-20T04:12:18.657Zport_mac:
31102026-05-20T04:12:18.657Z1: a8:40:25:1e:8d:d4
31112026-05-20T04:12:18.657Z2: a8:40:25:1e:8d:d5
31122026-05-20T04:12:18.657Z1000: a8:40:25:1e:8d:d3
31132026-05-20T04:12:18.657Zproxy arp:
31142026-05-20T04:12:18.657Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31152026-05-20T04:12:18.657ZSubnet Port Link Gateway Vlan
31162026-05-20T04:12:18.732Zfd00:1::/64 rear0 0 fe80::a439:49ff:fe05:826e
31172026-05-20T04:12:18.732Zfd00:2::/64 rear1 0 fe80::645a:21ff:fe0b:9310
31182026-05-20T04:12:18.732Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31192026-05-20T04:12:18.732Zhost mac age
31202026-05-20T04:12:18.732Z10.0.0.3 02:08:20:a6:be:70 21s
31212026-05-20T04:12:18.732Z10.0.0.254 02:08:20:93:fa:70 18s
31222026-05-20T04:12:18.732Zfe80::645a:21ff:fe0b:9310 66:5a:21:0b:93:10 21s
31232026-05-20T04:12:18.732Zfe80::6ccf:22ff:feba:e85 6e:cf:22:ba:0e:85 21s
31242026-05-20T04:12:18.732Zfe80::787f:ecff:fef0:9cb9 7a:7f:ec:f0:9c:b9 21s
31252026-05-20T04:12:18.732Zfe80::a439:49ff:fe05:826e a6:39:49:05:82:6e 21s
31262026-05-20T04:12:18.732Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31272026-05-20T04:12:18.732ZLink IPv4 IPv6
31282026-05-20T04:12:18.732Zrear0/0 fe80::6ccf:22ff:feba:e85
31292026-05-20T04:12:18.732Zrear1/0 fe80::787f:ecff:fef0:9cb9
31302026-05-20T04:12:18.732Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31312026-05-20T04:12:18.812ZADDROBJ TYPE STATE ADDR
31322026-05-20T04:12:18.812Zlo0/v4 static ok 127.0.0.1/8
31332026-05-20T04:12:18.812Zmg2/v4 static ok 10.0.0.1/24
31342026-05-20T04:12:18.812Zlo0/v6 static ok ::1/128
31352026-05-20T04:12:18.812Zlo0/u6 static ok fd00:1::1/64
31362026-05-20T04:12:18.812Zsl0/v6 addrconf ok fe80::a439:49ff:fe05:826e%sl0/10
31372026-05-20T04:12:18.812Znewrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
31382026-05-20T04:12:18.812Zlocks: inits:
31392026-05-20T04:12:18.812Zsockaddrs: <DST,IFP>
31402026-05-20T04:12:18.812Z fd00:2::1
31412026-05-20T04:12:18.812Z route to: fd00:2::1
31422026-05-20T04:12:18.812Zdestination: fd00:2::
31432026-05-20T04:12:18.813Z mask: ffff:ffff:ffff:ffff::
31442026-05-20T04:12:18.813Z gateway: fe80::6ccf:22ff:feba:e85
31452026-05-20T04:12:18.813Z interface: sl0 index 3 address a6 39 49 05 82 6e
31462026-05-20T04:12:18.813Z flags: <UP,GATEWAY,DONE,STATIC>
31472026-05-20T04:12:18.813Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31482026-05-20T04:12:18.813Z 0 0 0 0 0 0 9000 0
31492026-05-20T04:12:18.813Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31502026-05-20T04:12:18.813Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31512026-05-20T04:12:18.813Z fd00:2:: fe80::6ccf:22ff:feba:e85 ffff:ffff:ffff:ffff:: sl0:a6.39.49.5.82.6e fe80::a439:49ff:fe05:826e
31522026-05-20T04:12:18.813Z
31532026-05-20T04:12:18.813ZNet to Media Table: IPv6
31542026-05-20T04:12:18.813Z If Physical Address Type State Destination/Mask
31552026-05-20T04:12:18.813Z----- ----------------- ------- ------------ ---------------------------
31562026-05-20T04:12:18.813Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31572026-05-20T04:12:18.813Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31582026-05-20T04:12:18.814Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31592026-05-20T04:12:18.814Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31602026-05-20T04:12:18.814Zsl0 33:33:ff:ba:0e:85 other REACHABLE ff02::1:ffba:e85
31612026-05-20T04:12:18.814Zsl0 a6:39:49:05:82:6e local REACHABLE fe80::a439:49ff:fe05:826e
31622026-05-20T04:12:18.814Zsl0 6e:cf:22:ba:0e:85 dynamic REACHABLE fe80::6ccf:22ff:feba:e85
31632026-05-20T04:12:18.814Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31642026-05-20T04:12:18.814Zsl0 33:33:ff:05:82:6e other REACHABLE ff02::1:ff05:826e
31652026-05-20T04:12:18.814Z
31662026-05-20T04:12:18.814Z
31672026-05-20T04:12:18.814ZRouting Table: IPv6
31682026-05-20T04:12:18.814Z Destination/Mask Gateway Flags Ref Use If
31692026-05-20T04:12:18.814Z--------------------------- --------------------------- ----- --- ------- -----
31702026-05-20T04:12:18.815Z::1 ::1 UH 2 0 lo0
31712026-05-20T04:12:18.815Zfd00:2::/64 fe80::6ccf:22ff:feba:e85 UG 2 2 sl0
31722026-05-20T04:12:18.815Zfe80::/10 fe80::a439:49ff:fe05:826e U 3 64 sl0
31732026-05-20T04:12:18.815ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31742026-05-20T04:12:18.815Z68 bytes from fd00:2::1: icmp_seq=0. time=0.278 ms
31752026-05-20T04:12:18.815Z68 bytes from fd00:2::1: icmp_seq=1. time=0.192 ms
31762026-05-20T04:12:18.815Z
31772026-05-20T04:12:18.815Z----fd00:2::1 PING Statistics----
31782026-05-20T04:12:18.815Z2 packets transmitted, 2 packets received, 0% packet loss
31792026-05-20T04:12:18.815Zround-trip (ms) min/avg/max/stddev = 0.192/0.235/0.278/0.061
31802026-05-20T04:12:18.815Z[s2.trio] ping fd00:1::1
31812026-05-20T04:12:18.854Zfd00:1::1 is alive
31822026-05-20T04:12:18.855Zserver router restart passed
31832026-05-20T04:12:22.778Zpeer expiration recovery passed
31842026-05-20T04:12:26.962Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31852026-05-20T04:12:27.035Z3
31862026-05-20T04:12:27.035Zredundant advertise passed
31872026-05-20T04:12:27.074Ztunnel endpoint advertise passed
31882026-05-20T04:12:29.805Zredundant tunnel endpoint advertise passed
31892026-05-20T04:12:29.805Z[s1.trio] pkill ddmd
31902026-05-20T04:12:29.809Z
31912026-05-20T04:12:36.277Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 02ba6935-5704-4623-8e3d-34872803378e --sled-uuid 846226db-4ce1-4fe0-aee2-32e889e28fa3 -a sl0/v6 &> /opt/ddmd.log &
31922026-05-20T04:12:36.277Z
31932026-05-20T04:12:39.827Ztunnel router restart passed
31942026-05-20T04:12:40.841Ztunnel endpoint withdraw passed
31952026-05-20T04:12:41.162Z[t1.trio] pkill ddmd
31962026-05-20T04:12:41.162Z
31972026-05-20T04:12:41.162Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31982026-05-20T04:12:41.162Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31992026-05-20T04:12:42.729Z[s2.trio] pkill ddmd
32002026-05-20T04:12:42.833Z
32012026-05-20T04:12:42.834Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32022026-05-20T04:12:44.703Z[s1.trio] pkill ddmd
32032026-05-20T04:12:44.704Z
32042026-05-20T04:12:44.704Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32052026-05-20T04:12:46.315Z[sidecar.trio] pkill softnpu
32062026-05-20T04:12:46.327Z
32072026-05-20T04:12:46.327Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32082026-05-20T04:12:49.096Ztest ddm::test_trio_v3 ... ok
32092026-05-20T04:12:49.096Z
32102026-05-20T04:12:49.096Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.62s
32112026-05-20T04:12:49.097Z
32122026-05-20T04:12:49.132Z+ cleanup
32132026-05-20T04:12:49.137Z++ id -un
32142026-05-20T04:12:49.137Z++ id -gn
32152026-05-20T04:12:49.156Z+ pfexec chown -R build:build .
32162026-05-20T04:12:49.266Zprocess exited: duration 813619 ms, exit code 0
 
32172026-05-20T04:12:49.274Zfound 5 output files
32182026-05-20T04:12:49.274Zuploading: /work/s1.trio.log (4236 bytes)
32192026-05-20T04:12:50.307Zuploaded: /work/s1.trio.log
32202026-05-20T04:12:50.307Zuploading: /work/s2.trio.log (9843 bytes)
32212026-05-20T04:12:51.316Zuploaded: /work/s2.trio.log
32222026-05-20T04:12:51.316Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32232026-05-20T04:12:53.510Zuploaded: /work/sidecar.trio-softnpu.log
32242026-05-20T04:12:53.510Zuploading: /work/t1.trio-dpd.log (322098 bytes)
32252026-05-20T04:12:54.538Zuploaded: /work/t1.trio-dpd.log
32262026-05-20T04:12:54.539Zuploading: /work/t1.trio.log (25738 bytes)
32272026-05-20T04:12:55.614Zuploaded: /work/t1.trio.log