01KVB4XQ499XK19DWDNQ8DHVPT: 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: 01KVB4YHX26EMAZJNBKF3HKM1G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T16:00:40.186Zjob assigned to worker 01KVB4YSG3XF7CS2SWVD32KFR1 [factory aws, i-0929246fa2944b045] (queued for 59 s)
 
22026-06-17T16:00:46.390Zstarting task 0: "setup"
32026-06-17T16:00:46.397Z++ uname -s
42026-06-17T16:00:46.400Z+ kern=SunOS
52026-06-17T16:00:46.400Z+ build_user=build
62026-06-17T16:00:46.400Z+ build_uid=12345
72026-06-17T16:00:46.400Z+ work_dir=/work
82026-06-17T16:00:46.400Z+ input_dir=/input
92026-06-17T16:00:46.400Z+ [[ 0 == 12345 ]]
102026-06-17T16:00:46.400Z+ case "$kern" in
112026-06-17T16:00:46.400Z+ groupadd -g 12345 build
122026-06-17T16:00:46.400Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T16:00:48.484Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T16:00:48.515Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T16:00:48.518Z+ home_fs=zfs
162026-06-17T16:00:48.518Z+ [[ zfs == autofs ]]
172026-06-17T16:00:48.518Z+ mkdir -p /home/build
182026-06-17T16:00:48.518Z+ chown build:build /home/build /work
192026-06-17T16:00:50.520Z+ chmod 0700 /home/build /work
202026-06-17T16:00:50.523Zprocess exited: duration 4134 ms, exit code 0
 
212026-06-17T16:00:50.528Zstarting task 1: "rust-toolchain"
222026-06-17T16:00:50.532Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T16:00:50.532Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-17T16:00:50.532Z * rust toolchain channel = "stable"
252026-06-17T16:00:50.532Z * rust toolchain profile = "default"
262026-06-17T16:00:50.534Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-17T16:00:50.534Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T16:00:50.534Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T16:00:50.534Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T16:00:50.644Zinfo: downloading installer
312026-06-17T16:00:52.049Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T16:00:52.049Zwarn: /opt/ooce/bin
332026-06-17T16:00:52.049Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T16:00:52.049Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T16:00:52.049Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T16:00:52.049Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T16:00:52.049Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T16:00:52.049Zerror: cannot install while Rust is installed
392026-06-17T16:00:52.049Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T16:00:52.049Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T16:00:52.049Zwarn: /home/build/.rustup/settings.toml
422026-06-17T16:00:52.049Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T16:00:52.049Zwarn: instead of the one inferred from the default host triple.
442026-06-17T16:00:52.062Zinfo: profile set to default
452026-06-17T16:00:52.062Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T16:00:52.065Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T16:00:52.211Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T16:00:52.215Zinfo: downloading 6 components
492026-06-17T16:01:08.115Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T16:01:08.116Z
512026-06-17T16:01:08.143Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T16:01:08.143Z
532026-06-17T16:01:08.143Z
542026-06-17T16:01:08.143ZRust is installed now. Great!
552026-06-17T16:01:08.143Z
562026-06-17T16:01:08.143ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T16:01:08.143Zenvironment variable. This has not been done automatically.
582026-06-17T16:01:08.143Z
592026-06-17T16:01:08.143ZTo configure your current shell, you need to source
602026-06-17T16:01:08.143Zthe corresponding env file under $HOME/.cargo.
612026-06-17T16:01:08.143Z
622026-06-17T16:01:08.143ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T16:01:08.143Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T16:01:08.143Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T16:01:08.143Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T16:01:08.143Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T16:01:08.143Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T16:01:08.143Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T16:01:08.149Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T16:01:08.149Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T16:01:08.247Z+ rustup --version
722026-06-17T16:01:08.256Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T16:01:08.260Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T16:01:08.283Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T16:01:08.290Z+ cargo --version
762026-06-17T16:01:08.295Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T16:01:08.299Z+ rustc --version
782026-06-17T16:01:08.316Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T16:01:08.319Zprocess exited: duration 17788 ms, exit code 0
 
802026-06-17T16:01:08.328Zstarting task 2: "authentication"
812026-06-17T16:01:08.356Zprocess exited: duration 17 ms, exit code 0
 
822026-06-17T16:01:08.364Zstarting task 3: "clone repository"
832026-06-17T16:01:08.370Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T16:01:08.376Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T16:01:08.403ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T16:01:09.718Z+ cd /work/oxidecomputer/maghemite
872026-06-17T16:01:09.718Z+ git fetch origin 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
882026-06-17T16:01:10.037ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T16:01:10.037Z * branch 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 -> FETCH_HEAD
902026-06-17T16:01:10.042Z+ [[ -n trey/md5-auth-key ]]
912026-06-17T16:01:10.045Z++ git branch --show-current
922026-06-17T16:01:10.045Z+ current=main
932026-06-17T16:01:10.045Z+ [[ main != trey/md5-auth-key ]]
942026-06-17T16:01:10.045Z+ git branch -f trey/md5-auth-key 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
952026-06-17T16:01:10.047Z+ git checkout -f trey/md5-auth-key
962026-06-17T16:01:10.066ZSwitched to branch 'trey/md5-auth-key'
972026-06-17T16:01:10.074Z+ git reset --hard 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
982026-06-17T16:01:10.084ZHEAD is now at 2b5cf1e fmt: yank trailing newline
992026-06-17T16:01:10.087Zprocess exited: duration 1720 ms, exit code 0
 
1002026-06-17T16:01:10.093Zstarting task 4: "build"
1012026-06-17T16:01:10.100Z++ dladm
1022026-06-17T16:01:10.103ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-17T16:01:10.103Zena0 phys 9216 up -- --
1042026-06-17T16:01:10.106Z++ ipadm
1052026-06-17T16:01:10.106ZADDROBJ TYPE STATE ADDR
1062026-06-17T16:01:10.106Zlo0/v4 static ok 127.0.0.1/8
1072026-06-17T16:01:10.106Zena0/dhcp dhcp ok 10.150.1.192/24
1082026-06-17T16:01:10.106Zlo0/v6 static ok ::1/128
1092026-06-17T16:01:10.107Z++ banner collect
1102026-06-17T16:01:10.111Z
1112026-06-17T16:01:10.111Z #### #### # # ###### #### #####
1122026-06-17T16:01:10.111Z # # # # # # # # # #
1132026-06-17T16:01:10.111Z # # # # # ##### # #
1142026-06-17T16:01:10.112Z # # # # # # # #
1152026-06-17T16:01:10.112Z # # # # # # # # # #
1162026-06-17T16:01:10.112Z #### #### ###### ###### ###### #### #
1172026-06-17T16:01:10.112Z
1182026-06-17T16:01:10.112Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-17T16:01:10.112Z++ repo=softnpu
1202026-06-17T16:01:10.112Z++ series=image
1212026-06-17T16:01:10.112Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-17T16:01:10.112Z++ name=softnpu
1232026-06-17T16:01:10.112Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-17T16:01:10.112Z++ mkdir -p download
1252026-06-17T16:01:10.112Z++ pushd download
1262026-06-17T16:01:10.112Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-17T16:01:10.112Z++ [[ ! -f softnpu ]]
1282026-06-17T16:01:10.112Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-17T16:01:10.115Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-17T16:01:10.115Z Dload Upload Total Spent Left Speed
1312026-06-17T16:01:10.547Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 36.18M 0 0 100 15.63M 100 15.63M 0 0 36.17M 0 0 100 15.63M 100 15.63M 0 0 36.17M 0 0
1322026-06-17T16:01:10.550Z++ popd
1332026-06-17T16:01:10.555Z/work/oxidecomputer/maghemite
1342026-06-17T16:01:10.555Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-17T16:01:10.555Z++ repo=sidecar-lite
1362026-06-17T16:01:10.555Z++ series=release
1372026-06-17T16:01:10.555Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-17T16:01:10.555Z++ name=libsidecar_lite.so
1392026-06-17T16:01:10.555Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-17T16:01:10.555Z++ mkdir -p download
1412026-06-17T16:01:10.555Z++ pushd download
1422026-06-17T16:01:10.555Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-17T16:01:10.555Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-17T16:01:10.555Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-17T16:01:10.561Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-17T16:01:10.561Z Dload Upload Total Spent Left Speed
1472026-06-17T16:01:10.901Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 35.22M 0 0 100 12.04M 100 12.04M 0 0 35.21M 0 0 100 12.04M 100 12.04M 0 0 35.21M 0 0
1482026-06-17T16:01:10.908Z++ popd
1492026-06-17T16:01:10.912Z/work/oxidecomputer/maghemite
1502026-06-17T16:01:10.912Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-17T16:01:10.912Z++ repo=sidecar-lite
1522026-06-17T16:01:10.912Z++ series=release
1532026-06-17T16:01:10.912Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-17T16:01:10.912Z++ name=scadm
1552026-06-17T16:01:10.912Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-17T16:01:10.912Z++ mkdir -p download
1572026-06-17T16:01:10.912Z++ pushd download
1582026-06-17T16:01:10.912Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-17T16:01:10.912Z++ [[ ! -f scadm ]]
1602026-06-17T16:01:10.912Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-17T16:01:10.915Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-17T16:01:10.915Z Dload Upload Total Spent Left Speed
1632026-06-17T16:01:11.324Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 38.36M 0 0 100 15.78M 100 15.78M 0 0 38.36M 0 0 100 15.78M 100 15.78M 0 0 38.35M 0 0
1642026-06-17T16:01:11.329Z++ popd
1652026-06-17T16:01:11.332Z/work/oxidecomputer/maghemite
1662026-06-17T16:01:11.332Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-17T16:01:11.332Z++ repo=dendrite
1682026-06-17T16:01:11.332Z++ series=image
1692026-06-17T16:01:11.332Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-17T16:01:11.332Z++ name=dendrite-softnpu.tar.gz
1712026-06-17T16:01:11.332Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-17T16:01:11.332Z++ mkdir -p download
1732026-06-17T16:01:11.332Z++ pushd download
1742026-06-17T16:01:11.332Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-17T16:01:11.332Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-17T16:01:11.332Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-17T16:01:11.336Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-17T16:01:11.339Z Dload Upload Total Spent Left Speed
1792026-06-17T16:01:12.551Z 0 0 0 0 0 0 0 0 0 84 71.59M 84 60.21M 0 0 60.26M 0 00:01 00:01 60.27M 100 71.59M 100 71.59M 0 0 59.30M 0 00:01 00:01 60.27M 100 71.59M 100 71.59M 0 0 59.29M 0 00:01 00:01 60.27M 100 71.59M 100 71.59M 0 0 59.29M 0 00:01 00:01 60.27M
1802026-06-17T16:01:12.563Z++ popd
1812026-06-17T16:01:12.563Z/work/oxidecomputer/maghemite
1822026-06-17T16:01:12.564Z++ get_artifact maghemite release 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 ddm
1832026-06-17T16:01:12.564Z++ repo=maghemite
1842026-06-17T16:01:12.564Z++ series=release
1852026-06-17T16:01:12.564Z++ commit=2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
1862026-06-17T16:01:12.564Z++ name=ddm
1872026-06-17T16:01:12.564Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-17T16:01:12.564Z++ mkdir -p download
1892026-06-17T16:01:12.564Z++ pushd download
1902026-06-17T16:01:12.564Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-17T16:01:12.564Z++ [[ ! -f ddm ]]
1922026-06-17T16:01:12.564Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3/ddm
1932026-06-17T16:01:12.576Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-17T16:01:12.577Z Dload Upload Total Spent Left Speed
1952026-06-17T16:01:14.793Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 0 0 0 0 0 0 0 0 00:02 0
1962026-06-17T16:01:14.793Zcurl: (22) The requested URL returned error: 404
1972026-06-17T16:01:14.803Z++ popd
1982026-06-17T16:01:14.803Z/work/oxidecomputer/maghemite
1992026-06-17T16:01:14.803Z++ get_artifact maghemite release 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 ddmadm
2002026-06-17T16:01:14.803Z++ repo=maghemite
2012026-06-17T16:01:14.803Z++ series=release
2022026-06-17T16:01:14.803Z++ commit=2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
2032026-06-17T16:01:14.803Z++ name=ddmadm
2042026-06-17T16:01:14.803Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-17T16:01:14.803Z++ mkdir -p download
2062026-06-17T16:01:14.803Z++ pushd download
2072026-06-17T16:01:14.803Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-17T16:01:14.803Z++ [[ ! -f ddmadm ]]
2092026-06-17T16:01:14.803Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3/ddmadm
2102026-06-17T16:01:14.803Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-17T16:01:14.804Z Dload Upload Total Spent Left Speed
2122026-06-17T16:01:14.957Z 0 0 0 0 0 0 0 0 0
2132026-06-17T16:01:14.957Zcurl: (22) The requested URL returned error: 404
2142026-06-17T16:01:14.970Z++ popd
2152026-06-17T16:01:14.970Z/work/oxidecomputer/maghemite
2162026-06-17T16:01:14.970Z++ pushd download
2172026-06-17T16:01:14.970Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-17T16:01:14.970Z++ chmod +x softnpu
2192026-06-17T16:01:14.970Z++ chmod +x scadm
2202026-06-17T16:01:14.971Z++ chmod +x ddmadm
2212026-06-17T16:01:14.971Zchmod: WARNING: can't access ddmadm
2222026-06-17T16:01:14.971Z++ chmod +x ddmd
2232026-06-17T16:01:14.971Zchmod: WARNING: can't access ddmd
2242026-06-17T16:01:14.971Z++ mv ddmadm ddmadm-v2
2252026-06-17T16:01:14.971Zmv: cannot access ddmadm
2262026-06-17T16:01:14.971Z++ mv ddmd ddmd-v2
2272026-06-17T16:01:14.971Zmv: cannot access ddmd
2282026-06-17T16:01:14.971Z++ rm -rf zones/dendrite
2292026-06-17T16:01:14.971Z++ mkdir -p zones/dendrite
2302026-06-17T16:01:14.971Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-17T16:01:16.010Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-17T16:01:16.014Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-17T16:01:16.014Z++ popd
2342026-06-17T16:01:16.014Z++ banner install
2352026-06-17T16:01:16.014Z/work/oxidecomputer/maghemite
2362026-06-17T16:01:16.018Z
2372026-06-17T16:01:16.018Z # # # #### ##### ## # #
2382026-06-17T16:01:16.019Z # ## # # # # # # #
2392026-06-17T16:01:16.019Z # # # # #### # # # # #
2402026-06-17T16:01:16.019Z # # # # # # ###### # #
2412026-06-17T16:01:16.019Z # # ## # # # # # # #
2422026-06-17T16:01:16.019Z # # # #### # # # ###### ######
2432026-06-17T16:01:16.019Z
2442026-06-17T16:01:16.019Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-17T16:01:16.019Z++ set +o errexit
2462026-06-17T16:01:16.019Z++ pkg info clang-15
2472026-06-17T16:01:16.019Z++ grep -qi installed
2482026-06-17T16:01:17.203Zpkg: info: no packages matching the following patterns you specified are
2492026-06-17T16:01:17.203Zinstalled on the system. Try querying remotely instead:
2502026-06-17T16:01:17.203Z
2512026-06-17T16:01:17.203Z clang-15
2522026-06-17T16:01:17.245Z++ [[ 1 != 0 ]]
2532026-06-17T16:01:17.245Z++ set -o errexit
2542026-06-17T16:01:17.252Z++ pfexec pkg install clang-15
2552026-06-17T16:01:24.580Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-17T16:01:32.646Z Startup: Caching catalogs ... Done
2572026-06-17T16:01:40.128ZPlanning: Solver setup ... Done
2582026-06-17T16:01:40.169ZPlanning: Running solver ... Done
2592026-06-17T16:01:40.312ZPlanning: Finding local manifests ... Done
2602026-06-17T16:01:40.334ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-17T16:01:40.429ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-17T16:01:40.459ZPlanning: Package planning ... Done
2632026-06-17T16:01:40.487ZPlanning: Merging actions ... Done
2642026-06-17T16:01:40.600ZPlanning: Checking for conflicting actions ... Done
2652026-06-17T16:01:40.606ZPlanning: Consolidating action changes ... Done
2662026-06-17T16:01:41.386ZPlanning: Evaluating mediators ... Done
2672026-06-17T16:01:41.395ZPlanning: Planning completed in 8.57 seconds
2682026-06-17T16:01:41.402Z Packages to install: 2
2692026-06-17T16:01:41.404Z Mediators to change: 2
2702026-06-17T16:01:41.404Z Services to change: 1
2712026-06-17T16:01:41.404Z Create boot environment: No
2722026-06-17T16:01:41.404ZCreate backup boot environment: No
2732026-06-17T16:01:41.444Z
2742026-06-17T16:01:41.444ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-17T16:01:46.461ZDownload: 982/3076 items 82.2/211.3MB 38% complete (19.6M/s)
2762026-06-17T16:01:51.462ZDownload: 1428/3076 items 114.9/211.3MB 54% complete (11.7M/s)
2772026-06-17T16:01:57.995ZDownload: 2002/3076 items 116.9/211.3MB 55% complete (8.5M/s)
2782026-06-17T16:02:12.728ZDownload: 2004/3076 items 116.9/211.3MB 55% complete
2792026-06-17T16:02:16.249ZDownload: Completed 211.31 MB in 34.80 seconds (6.1M/s)
2802026-06-17T16:02:16.484Z Actions: 1/3418 actions (Installing new actions)
2812026-06-17T16:02:19.664Z Actions: Completed 3418 actions in 3.18 seconds.
2822026-06-17T16:02:20.337Z Done
2832026-06-17T16:02:20.337Z Done
2842026-06-17T16:02:21.086Z Done
2852026-06-17T16:02:24.447Z Done
2862026-06-17T16:02:24.519Z Done
2872026-06-17T16:02:24.522Z Done
2882026-06-17T16:02:24.829Z Done
2892026-06-17T16:02:25.517Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-17T16:02:25.517Z++ set +o errexit
2912026-06-17T16:02:25.519Z++ pkg info pkg-config
2922026-06-17T16:02:25.519Z++ grep -qi installed
2932026-06-17T16:02:25.746Z++ [[ 0 != 0 ]]
2942026-06-17T16:02:25.746Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-17T16:02:25.746Z++ set +o errexit
2962026-06-17T16:02:25.749Z++ pkg info brand/omicron1
2972026-06-17T16:02:25.749Z++ grep -qi installed
2982026-06-17T16:02:25.931Zpkg: info: no packages matching the following patterns you specified are
2992026-06-17T16:02:25.931Zinstalled on the system. Try querying remotely instead:
3002026-06-17T16:02:25.931Z
3012026-06-17T16:02:25.932Z brand/omicron1
3022026-06-17T16:02:25.965Z++ [[ 1 != 0 ]]
3032026-06-17T16:02:25.965Z++ set -o errexit
3042026-06-17T16:02:25.965Z++ pfexec pkg install brand/omicron1
3052026-06-17T16:02:26.394Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-17T16:02:33.780ZPlanning: Solver setup ... Done
3072026-06-17T16:02:33.820ZPlanning: Running solver ... Done
3082026-06-17T16:02:33.973ZPlanning: Finding local manifests ... Done
3092026-06-17T16:02:33.975ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-17T16:02:34.106ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-17T16:02:34.119ZPlanning: Package planning ... Done
3122026-06-17T16:02:34.123ZPlanning: Merging actions ... Done
3132026-06-17T16:02:34.271ZPlanning: Checking for conflicting actions ... Done
3142026-06-17T16:02:34.274ZPlanning: Consolidating action changes ... Done
3152026-06-17T16:02:34.431ZPlanning: Evaluating mediators ... Done
3162026-06-17T16:02:34.434ZPlanning: Planning completed in 8.04 seconds
3172026-06-17T16:02:34.439Z Packages to install: 2
3182026-06-17T16:02:34.439Z Create boot environment: No
3192026-06-17T16:02:34.442ZCreate backup boot environment: No
3202026-06-17T16:02:34.470Z
3212026-06-17T16:02:34.470ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-17T16:02:34.488ZDownload: Completed 1.07 MB in 0.02 seconds (54.8M/s)
3232026-06-17T16:02:34.556Z Actions: 1/28 actions (Installing new actions)
3242026-06-17T16:02:34.569Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-17T16:02:35.086Z Done
3262026-06-17T16:02:35.086Z Done
3272026-06-17T16:02:35.724Z Done
3282026-06-17T16:02:38.563Z Done
3292026-06-17T16:02:38.640Z Done
3302026-06-17T16:02:38.643Z Done
3312026-06-17T16:02:38.784Z Done
3322026-06-17T16:02:38.924Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-17T16:02:38.924Z++ set +o errexit
3342026-06-17T16:02:38.926Z++ pkg info brand/omicron1/tools
3352026-06-17T16:02:38.926Z++ grep -qi installed
3362026-06-17T16:02:39.109Zpkg: info: no packages matching the following patterns you specified are
3372026-06-17T16:02:39.110Zinstalled on the system. Try querying remotely instead:
3382026-06-17T16:02:39.110Z
3392026-06-17T16:02:39.110Z brand/omicron1/tools
3402026-06-17T16:02:39.145Z++ [[ 1 != 0 ]]
3412026-06-17T16:02:39.145Z++ set -o errexit
3422026-06-17T16:02:39.145Z++ pfexec pkg install brand/omicron1/tools
3432026-06-17T16:02:39.557Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-17T16:02:46.957ZPlanning: Solver setup ... Done
3452026-06-17T16:02:46.997ZPlanning: Running solver ... Done
3462026-06-17T16:02:47.139ZPlanning: Finding local manifests ... Done
3472026-06-17T16:02:47.141ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-17T16:02:47.257ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-17T16:02:47.270ZPlanning: Package planning ... Done
3502026-06-17T16:02:47.273ZPlanning: Merging actions ... Done
3512026-06-17T16:02:47.413ZPlanning: Checking for conflicting actions ... Done
3522026-06-17T16:02:47.416ZPlanning: Consolidating action changes ... Done
3532026-06-17T16:02:47.573ZPlanning: Evaluating mediators ... Done
3542026-06-17T16:02:47.579ZPlanning: Planning completed in 8.02 seconds
3552026-06-17T16:02:47.582Z Packages to install: 1
3562026-06-17T16:02:47.582Z Services to change: 1
3572026-06-17T16:02:47.582Z Create boot environment: No
3582026-06-17T16:02:47.582ZCreate backup boot environment: No
3592026-06-17T16:02:47.610Z
3602026-06-17T16:02:47.610ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-17T16:02:47.640ZDownload: Completed 1.19 MB in 0.03 seconds (40.1M/s)
3622026-06-17T16:02:47.707Z Actions: 1/19 actions (Installing new actions)
3632026-06-17T16:02:47.722Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-17T16:02:48.250Z Done
3652026-06-17T16:02:48.250Z Done
3662026-06-17T16:02:48.892Z Done
3672026-06-17T16:02:51.819Z Done
3682026-06-17T16:02:51.889Z Done
3692026-06-17T16:02:51.893Z Done
3702026-06-17T16:02:52.024Z Done
3712026-06-17T16:02:52.162Z++ pfexec svcadm enable baseline
3722026-06-17T16:02:52.176Z++ retry=0
3732026-06-17T16:02:52.181Z+++ svcs -Hostate baseline
3742026-06-17T16:02:52.192Z++ [[ offline* != online ]]
3752026-06-17T16:02:52.192Z++ [[ 0 -gt 300 ]]
3762026-06-17T16:02:52.192Z++ sleep 1
3772026-06-17T16:02:53.195Z++ retry=1
3782026-06-17T16:02:53.197Z+++ svcs -Hostate baseline
3792026-06-17T16:02:53.208Z++ [[ offline* != online ]]
3802026-06-17T16:02:53.208Z++ [[ 1 -gt 300 ]]
3812026-06-17T16:02:53.208Z++ sleep 1
3822026-06-17T16:02:54.210Z++ retry=2
3832026-06-17T16:02:54.213Z+++ svcs -Hostate baseline
3842026-06-17T16:02:54.224Z++ [[ offline* != online ]]
3852026-06-17T16:02:54.224Z++ [[ 2 -gt 300 ]]
3862026-06-17T16:02:54.224Z++ sleep 1
3872026-06-17T16:02:55.226Z++ retry=3
3882026-06-17T16:02:55.229Z+++ svcs -Hostate baseline
3892026-06-17T16:02:55.240Z++ [[ offline* != online ]]
3902026-06-17T16:02:55.240Z++ [[ 3 -gt 300 ]]
3912026-06-17T16:02:55.240Z++ sleep 1
3922026-06-17T16:02:56.242Z++ retry=4
3932026-06-17T16:02:56.246Z+++ svcs -Hostate baseline
3942026-06-17T16:02:56.258Z++ [[ offline* != online ]]
3952026-06-17T16:02:56.260Z++ [[ 4 -gt 300 ]]
3962026-06-17T16:02:56.260Z++ sleep 1
3972026-06-17T16:02:57.269Z++ retry=5
3982026-06-17T16:02:57.272Z+++ svcs -Hostate baseline
3992026-06-17T16:02:57.276Z++ [[ offline* != online ]]
4002026-06-17T16:02:57.276Z++ [[ 5 -gt 300 ]]
4012026-06-17T16:02:57.279Z++ sleep 1
4022026-06-17T16:02:58.277Z++ retry=6
4032026-06-17T16:02:58.280Z+++ svcs -Hostate baseline
4042026-06-17T16:02:58.292Z++ [[ offline* != online ]]
4052026-06-17T16:02:58.292Z++ [[ 6 -gt 300 ]]
4062026-06-17T16:02:58.292Z++ sleep 1
4072026-06-17T16:02:59.294Z++ retry=7
4082026-06-17T16:02:59.299Z+++ svcs -Hostate baseline
4092026-06-17T16:02:59.309Z++ [[ offline* != online ]]
4102026-06-17T16:02:59.309Z++ [[ 7 -gt 300 ]]
4112026-06-17T16:02:59.314Z++ sleep 1
4122026-06-17T16:03:00.315Z++ retry=8
4132026-06-17T16:03:00.318Z+++ svcs -Hostate baseline
4142026-06-17T16:03:00.330Z++ [[ offline* != online ]]
4152026-06-17T16:03:00.330Z++ [[ 8 -gt 300 ]]
4162026-06-17T16:03:00.330Z++ sleep 1
4172026-06-17T16:03:01.328Z++ retry=9
4182026-06-17T16:03:01.331Z+++ svcs -Hostate baseline
4192026-06-17T16:03:01.345Z++ [[ offline* != online ]]
4202026-06-17T16:03:01.345Z++ [[ 9 -gt 300 ]]
4212026-06-17T16:03:01.345Z++ sleep 1
4222026-06-17T16:03:02.345Z++ retry=10
4232026-06-17T16:03:02.348Z+++ svcs -Hostate baseline
4242026-06-17T16:03:02.359Z++ [[ offline* != online ]]
4252026-06-17T16:03:02.359Z++ [[ 10 -gt 300 ]]
4262026-06-17T16:03:02.360Z++ sleep 1
4272026-06-17T16:03:03.361Z++ retry=11
4282026-06-17T16:03:03.366Z+++ svcs -Hostate baseline
4292026-06-17T16:03:03.376Z++ [[ offline* != online ]]
4302026-06-17T16:03:03.376Z++ [[ 11 -gt 300 ]]
4312026-06-17T16:03:03.376Z++ sleep 1
4322026-06-17T16:03:04.379Z++ retry=12
4332026-06-17T16:03:04.384Z+++ svcs -Hostate baseline
4342026-06-17T16:03:04.394Z++ [[ offline* != online ]]
4352026-06-17T16:03:04.394Z++ [[ 12 -gt 300 ]]
4362026-06-17T16:03:04.394Z++ sleep 1
4372026-06-17T16:03:05.394Z++ retry=13
4382026-06-17T16:03:05.397Z+++ svcs -Hostate baseline
4392026-06-17T16:03:05.409Z++ [[ offline* != online ]]
4402026-06-17T16:03:05.410Z++ [[ 13 -gt 300 ]]
4412026-06-17T16:03:05.410Z++ sleep 1
4422026-06-17T16:03:06.411Z++ retry=14
4432026-06-17T16:03:06.414Z+++ svcs -Hostate baseline
4442026-06-17T16:03:06.426Z++ [[ offline* != online ]]
4452026-06-17T16:03:06.426Z++ [[ 14 -gt 300 ]]
4462026-06-17T16:03:06.426Z++ sleep 1
4472026-06-17T16:03:07.428Z++ retry=15
4482026-06-17T16:03:07.431Z+++ svcs -Hostate baseline
4492026-06-17T16:03:07.443Z++ [[ offline* != online ]]
4502026-06-17T16:03:07.443Z++ [[ 15 -gt 300 ]]
4512026-06-17T16:03:07.443Z++ sleep 1
4522026-06-17T16:03:08.444Z++ retry=16
4532026-06-17T16:03:08.447Z+++ svcs -Hostate baseline
4542026-06-17T16:03:08.459Z++ [[ offline* != online ]]
4552026-06-17T16:03:08.459Z++ [[ 16 -gt 300 ]]
4562026-06-17T16:03:08.459Z++ sleep 1
4572026-06-17T16:03:09.462Z++ retry=17
4582026-06-17T16:03:09.465Z+++ svcs -Hostate baseline
4592026-06-17T16:03:09.476Z++ [[ offline* != online ]]
4602026-06-17T16:03:09.476Z++ [[ 17 -gt 300 ]]
4612026-06-17T16:03:09.479Z++ sleep 1
4622026-06-17T16:03:10.477Z++ retry=18
4632026-06-17T16:03:10.480Z+++ svcs -Hostate baseline
4642026-06-17T16:03:10.495Z++ [[ offline* != online ]]
4652026-06-17T16:03:10.495Z++ [[ 18 -gt 300 ]]
4662026-06-17T16:03:10.495Z++ sleep 1
4672026-06-17T16:03:11.497Z++ retry=19
4682026-06-17T16:03:11.500Z+++ svcs -Hostate baseline
4692026-06-17T16:03:11.510Z++ [[ offline* != online ]]
4702026-06-17T16:03:11.510Z++ [[ 19 -gt 300 ]]
4712026-06-17T16:03:11.510Z++ sleep 1
4722026-06-17T16:03:12.519Z++ retry=20
4732026-06-17T16:03:12.523Z+++ svcs -Hostate baseline
4742026-06-17T16:03:12.527Z++ [[ offline* != online ]]
4752026-06-17T16:03:12.527Z++ [[ 20 -gt 300 ]]
4762026-06-17T16:03:12.527Z++ sleep 1
4772026-06-17T16:03:13.529Z++ retry=21
4782026-06-17T16:03:13.532Z+++ svcs -Hostate baseline
4792026-06-17T16:03:13.544Z++ [[ offline* != online ]]
4802026-06-17T16:03:13.544Z++ [[ 21 -gt 300 ]]
4812026-06-17T16:03:13.544Z++ sleep 1
4822026-06-17T16:03:14.545Z++ retry=22
4832026-06-17T16:03:14.548Z+++ svcs -Hostate baseline
4842026-06-17T16:03:14.560Z++ [[ offline* != online ]]
4852026-06-17T16:03:14.560Z++ [[ 22 -gt 300 ]]
4862026-06-17T16:03:14.560Z++ sleep 1
4872026-06-17T16:03:15.562Z++ retry=23
4882026-06-17T16:03:15.565Z+++ svcs -Hostate baseline
4892026-06-17T16:03:15.577Z++ [[ offline* != online ]]
4902026-06-17T16:03:15.577Z++ [[ 23 -gt 300 ]]
4912026-06-17T16:03:15.577Z++ sleep 1
4922026-06-17T16:03:16.580Z++ retry=24
4932026-06-17T16:03:16.584Z+++ svcs -Hostate baseline
4942026-06-17T16:03:16.597Z++ [[ offline* != online ]]
4952026-06-17T16:03:16.597Z++ [[ 24 -gt 300 ]]
4962026-06-17T16:03:16.597Z++ sleep 1
4972026-06-17T16:03:17.595Z++ retry=25
4982026-06-17T16:03:17.598Z+++ svcs -Hostate baseline
4992026-06-17T16:03:17.611Z++ [[ offline* != online ]]
5002026-06-17T16:03:17.611Z++ [[ 25 -gt 300 ]]
5012026-06-17T16:03:17.611Z++ sleep 1
5022026-06-17T16:03:18.612Z++ retry=26
5032026-06-17T16:03:18.617Z+++ svcs -Hostate baseline
5042026-06-17T16:03:18.627Z++ [[ offline* != online ]]
5052026-06-17T16:03:18.627Z++ [[ 26 -gt 300 ]]
5062026-06-17T16:03:18.627Z++ sleep 1
5072026-06-17T16:03:19.628Z++ retry=27
5082026-06-17T16:03:19.631Z+++ svcs -Hostate baseline
5092026-06-17T16:03:19.644Z++ [[ offline* != online ]]
5102026-06-17T16:03:19.644Z++ [[ 27 -gt 300 ]]
5112026-06-17T16:03:19.644Z++ sleep 1
5122026-06-17T16:03:20.644Z++ retry=28
5132026-06-17T16:03:20.648Z+++ svcs -Hostate baseline
5142026-06-17T16:03:20.666Z++ [[ offline* != online ]]
5152026-06-17T16:03:20.667Z++ [[ 28 -gt 300 ]]
5162026-06-17T16:03:20.667Z++ sleep 1
5172026-06-17T16:03:21.661Z++ retry=29
5182026-06-17T16:03:21.664Z+++ svcs -Hostate baseline
5192026-06-17T16:03:21.677Z++ [[ offline* != online ]]
5202026-06-17T16:03:21.677Z++ [[ 29 -gt 300 ]]
5212026-06-17T16:03:21.677Z++ sleep 1
5222026-06-17T16:03:22.678Z++ retry=30
5232026-06-17T16:03:22.681Z+++ svcs -Hostate baseline
5242026-06-17T16:03:22.694Z++ [[ offline* != online ]]
5252026-06-17T16:03:22.694Z++ [[ 30 -gt 300 ]]
5262026-06-17T16:03:22.694Z++ sleep 1
5272026-06-17T16:03:23.695Z++ retry=31
5282026-06-17T16:03:23.698Z+++ svcs -Hostate baseline
5292026-06-17T16:03:23.714Z++ [[ offline* != online ]]
5302026-06-17T16:03:23.714Z++ [[ 31 -gt 300 ]]
5312026-06-17T16:03:23.714Z++ sleep 1
5322026-06-17T16:03:24.711Z++ retry=32
5332026-06-17T16:03:24.715Z+++ svcs -Hostate baseline
5342026-06-17T16:03:24.727Z++ [[ offline* != online ]]
5352026-06-17T16:03:24.727Z++ [[ 32 -gt 300 ]]
5362026-06-17T16:03:24.727Z++ sleep 1
5372026-06-17T16:03:25.729Z++ retry=33
5382026-06-17T16:03:25.734Z+++ svcs -Hostate baseline
5392026-06-17T16:03:25.744Z++ [[ offline* != online ]]
5402026-06-17T16:03:25.744Z++ [[ 33 -gt 300 ]]
5412026-06-17T16:03:25.744Z++ sleep 1
5422026-06-17T16:03:26.744Z++ retry=34
5432026-06-17T16:03:26.749Z+++ svcs -Hostate baseline
5442026-06-17T16:03:26.763Z++ [[ offline* != online ]]
5452026-06-17T16:03:26.763Z++ [[ 34 -gt 300 ]]
5462026-06-17T16:03:26.763Z++ sleep 1
5472026-06-17T16:03:27.763Z++ retry=35
5482026-06-17T16:03:27.767Z+++ svcs -Hostate baseline
5492026-06-17T16:03:27.778Z++ [[ offline* != online ]]
5502026-06-17T16:03:27.778Z++ [[ 35 -gt 300 ]]
5512026-06-17T16:03:27.778Z++ sleep 1
5522026-06-17T16:03:28.777Z++ retry=36
5532026-06-17T16:03:28.780Z+++ svcs -Hostate baseline
5542026-06-17T16:03:28.792Z++ [[ offline* != online ]]
5552026-06-17T16:03:28.792Z++ [[ 36 -gt 300 ]]
5562026-06-17T16:03:28.792Z++ sleep 1
5572026-06-17T16:03:29.794Z++ retry=37
5582026-06-17T16:03:29.796Z+++ svcs -Hostate baseline
5592026-06-17T16:03:29.810Z++ [[ offline* != online ]]
5602026-06-17T16:03:29.810Z++ [[ 37 -gt 300 ]]
5612026-06-17T16:03:29.810Z++ sleep 1
5622026-06-17T16:03:30.813Z++ retry=38
5632026-06-17T16:03:30.817Z+++ svcs -Hostate baseline
5642026-06-17T16:03:30.825Z++ [[ offline* != online ]]
5652026-06-17T16:03:30.825Z++ [[ 38 -gt 300 ]]
5662026-06-17T16:03:30.825Z++ sleep 1
5672026-06-17T16:03:31.827Z++ retry=39
5682026-06-17T16:03:31.830Z+++ svcs -Hostate baseline
5692026-06-17T16:03:31.844Z++ [[ offline* != online ]]
5702026-06-17T16:03:31.844Z++ [[ 39 -gt 300 ]]
5712026-06-17T16:03:31.849Z++ sleep 1
5722026-06-17T16:03:32.845Z++ retry=40
5732026-06-17T16:03:32.847Z+++ svcs -Hostate baseline
5742026-06-17T16:03:32.859Z++ [[ offline* != online ]]
5752026-06-17T16:03:32.859Z++ [[ 40 -gt 300 ]]
5762026-06-17T16:03:32.862Z++ sleep 1
5772026-06-17T16:03:33.861Z++ retry=41
5782026-06-17T16:03:33.864Z+++ svcs -Hostate baseline
5792026-06-17T16:03:33.875Z++ [[ offline* != online ]]
5802026-06-17T16:03:33.875Z++ [[ 41 -gt 300 ]]
5812026-06-17T16:03:33.875Z++ sleep 1
5822026-06-17T16:03:34.878Z++ retry=42
5832026-06-17T16:03:34.881Z+++ svcs -Hostate baseline
5842026-06-17T16:03:34.892Z++ [[ offline* != online ]]
5852026-06-17T16:03:34.892Z++ [[ 42 -gt 300 ]]
5862026-06-17T16:03:34.895Z++ sleep 1
5872026-06-17T16:03:35.894Z++ retry=43
5882026-06-17T16:03:35.897Z+++ svcs -Hostate baseline
5892026-06-17T16:03:35.909Z++ [[ offline* != online ]]
5902026-06-17T16:03:35.909Z++ [[ 43 -gt 300 ]]
5912026-06-17T16:03:35.909Z++ sleep 1
5922026-06-17T16:03:36.911Z++ retry=44
5932026-06-17T16:03:36.914Z+++ svcs -Hostate baseline
5942026-06-17T16:03:36.925Z++ [[ offline* != online ]]
5952026-06-17T16:03:36.925Z++ [[ 44 -gt 300 ]]
5962026-06-17T16:03:36.926Z++ sleep 1
5972026-06-17T16:03:37.927Z++ retry=45
5982026-06-17T16:03:37.930Z+++ svcs -Hostate baseline
5992026-06-17T16:03:37.942Z++ [[ offline* != online ]]
6002026-06-17T16:03:37.942Z++ [[ 45 -gt 300 ]]
6012026-06-17T16:03:37.942Z++ sleep 1
6022026-06-17T16:03:38.944Z++ retry=46
6032026-06-17T16:03:38.947Z+++ svcs -Hostate baseline
6042026-06-17T16:03:38.959Z++ [[ offline* != online ]]
6052026-06-17T16:03:38.959Z++ [[ 46 -gt 300 ]]
6062026-06-17T16:03:38.959Z++ sleep 1
6072026-06-17T16:03:39.963Z++ retry=47
6082026-06-17T16:03:39.967Z+++ svcs -Hostate baseline
6092026-06-17T16:03:39.975Z++ [[ offline* != online ]]
6102026-06-17T16:03:39.975Z++ [[ 47 -gt 300 ]]
6112026-06-17T16:03:39.975Z++ sleep 1
6122026-06-17T16:03:41.004Z++ retry=48
6132026-06-17T16:03:41.010Z+++ svcs -Hostate baseline
6142026-06-17T16:03:41.010Z++ [[ offline* != online ]]
6152026-06-17T16:03:41.010Z++ [[ 48 -gt 300 ]]
6162026-06-17T16:03:41.010Z++ sleep 1
6172026-06-17T16:03:41.994Z++ retry=49
6182026-06-17T16:03:41.996Z+++ svcs -Hostate baseline
6192026-06-17T16:03:42.008Z++ [[ offline* != online ]]
6202026-06-17T16:03:42.008Z++ [[ 49 -gt 300 ]]
6212026-06-17T16:03:42.011Z++ sleep 1
6222026-06-17T16:03:43.011Z++ retry=50
6232026-06-17T16:03:43.014Z+++ svcs -Hostate baseline
6242026-06-17T16:03:43.025Z++ [[ offline* != online ]]
6252026-06-17T16:03:43.025Z++ [[ 50 -gt 300 ]]
6262026-06-17T16:03:43.025Z++ sleep 1
6272026-06-17T16:03:44.027Z++ retry=51
6282026-06-17T16:03:44.030Z+++ svcs -Hostate baseline
6292026-06-17T16:03:44.042Z++ [[ offline* != online ]]
6302026-06-17T16:03:44.042Z++ [[ 51 -gt 300 ]]
6312026-06-17T16:03:44.042Z++ sleep 1
6322026-06-17T16:03:45.044Z++ retry=52
6332026-06-17T16:03:45.047Z+++ svcs -Hostate baseline
6342026-06-17T16:03:45.059Z++ [[ offline* != online ]]
6352026-06-17T16:03:45.059Z++ [[ 52 -gt 300 ]]
6362026-06-17T16:03:45.062Z++ sleep 1
6372026-06-17T16:03:46.061Z++ retry=53
6382026-06-17T16:03:46.064Z+++ svcs -Hostate baseline
6392026-06-17T16:03:46.075Z++ [[ offline* != online ]]
6402026-06-17T16:03:46.075Z++ [[ 53 -gt 300 ]]
6412026-06-17T16:03:46.075Z++ sleep 1
6422026-06-17T16:03:47.078Z++ retry=54
6432026-06-17T16:03:47.081Z+++ svcs -Hostate baseline
6442026-06-17T16:03:47.092Z++ [[ offline* != online ]]
6452026-06-17T16:03:47.092Z++ [[ 54 -gt 300 ]]
6462026-06-17T16:03:47.092Z++ sleep 1
6472026-06-17T16:03:48.095Z++ retry=55
6482026-06-17T16:03:48.098Z+++ svcs -Hostate baseline
6492026-06-17T16:03:48.107Z++ [[ offline* != online ]]
6502026-06-17T16:03:48.108Z++ [[ 55 -gt 300 ]]
6512026-06-17T16:03:48.108Z++ sleep 1
6522026-06-17T16:03:49.109Z++ retry=56
6532026-06-17T16:03:49.112Z+++ svcs -Hostate baseline
6542026-06-17T16:03:49.124Z++ [[ offline* != online ]]
6552026-06-17T16:03:49.124Z++ [[ 56 -gt 300 ]]
6562026-06-17T16:03:49.127Z++ sleep 1
6572026-06-17T16:03:50.127Z++ retry=57
6582026-06-17T16:03:50.129Z+++ svcs -Hostate baseline
6592026-06-17T16:03:50.141Z++ [[ offline* != online ]]
6602026-06-17T16:03:50.141Z++ [[ 57 -gt 300 ]]
6612026-06-17T16:03:50.142Z++ sleep 1
6622026-06-17T16:03:51.143Z++ retry=58
6632026-06-17T16:03:51.146Z+++ svcs -Hostate baseline
6642026-06-17T16:03:51.159Z++ [[ offline* != online ]]
6652026-06-17T16:03:51.159Z++ [[ 58 -gt 300 ]]
6662026-06-17T16:03:51.161Z++ sleep 1
6672026-06-17T16:03:52.160Z++ retry=59
6682026-06-17T16:03:52.163Z+++ svcs -Hostate baseline
6692026-06-17T16:03:52.174Z++ [[ offline* != online ]]
6702026-06-17T16:03:52.174Z++ [[ 59 -gt 300 ]]
6712026-06-17T16:03:52.174Z++ sleep 1
6722026-06-17T16:03:53.176Z++ retry=60
6732026-06-17T16:03:53.179Z+++ svcs -Hostate baseline
6742026-06-17T16:03:53.191Z++ [[ offline* != online ]]
6752026-06-17T16:03:53.191Z++ [[ 60 -gt 300 ]]
6762026-06-17T16:03:53.191Z++ sleep 1
6772026-06-17T16:03:54.193Z++ retry=61
6782026-06-17T16:03:54.196Z+++ svcs -Hostate baseline
6792026-06-17T16:03:54.208Z++ [[ offline* != online ]]
6802026-06-17T16:03:54.208Z++ [[ 61 -gt 300 ]]
6812026-06-17T16:03:54.208Z++ sleep 1
6822026-06-17T16:03:55.210Z++ retry=62
6832026-06-17T16:03:55.214Z+++ svcs -Hostate baseline
6842026-06-17T16:03:55.224Z++ [[ offline* != online ]]
6852026-06-17T16:03:55.224Z++ [[ 62 -gt 300 ]]
6862026-06-17T16:03:55.227Z++ sleep 1
6872026-06-17T16:03:56.245Z++ retry=63
6882026-06-17T16:03:56.251Z+++ svcs -Hostate baseline
6892026-06-17T16:03:56.251Z++ [[ offline* != online ]]
6902026-06-17T16:03:56.251Z++ [[ 63 -gt 300 ]]
6912026-06-17T16:03:56.251Z++ sleep 1
6922026-06-17T16:03:57.245Z++ retry=64
6932026-06-17T16:03:57.251Z+++ svcs -Hostate baseline
6942026-06-17T16:03:57.258Z++ [[ offline* != online ]]
6952026-06-17T16:03:57.258Z++ [[ 64 -gt 300 ]]
6962026-06-17T16:03:57.258Z++ sleep 1
6972026-06-17T16:03:58.259Z++ retry=65
6982026-06-17T16:03:58.262Z+++ svcs -Hostate baseline
6992026-06-17T16:03:58.273Z++ [[ offline* != online ]]
7002026-06-17T16:03:58.273Z++ [[ 65 -gt 300 ]]
7012026-06-17T16:03:58.273Z++ sleep 1
7022026-06-17T16:03:59.276Z++ retry=66
7032026-06-17T16:03:59.279Z+++ svcs -Hostate baseline
7042026-06-17T16:03:59.289Z++ [[ offline* != online ]]
7052026-06-17T16:03:59.289Z++ [[ 66 -gt 300 ]]
7062026-06-17T16:03:59.289Z++ sleep 1
7072026-06-17T16:04:00.291Z++ retry=67
7082026-06-17T16:04:00.294Z+++ svcs -Hostate baseline
7092026-06-17T16:04:00.307Z++ [[ offline* != online ]]
7102026-06-17T16:04:00.307Z++ [[ 67 -gt 300 ]]
7112026-06-17T16:04:00.307Z++ sleep 1
7122026-06-17T16:04:01.308Z++ retry=68
7132026-06-17T16:04:01.310Z+++ svcs -Hostate baseline
7142026-06-17T16:04:01.322Z++ [[ offline* != online ]]
7152026-06-17T16:04:01.322Z++ [[ 68 -gt 300 ]]
7162026-06-17T16:04:01.322Z++ sleep 1
7172026-06-17T16:04:02.324Z++ retry=69
7182026-06-17T16:04:02.327Z+++ svcs -Hostate baseline
7192026-06-17T16:04:02.339Z++ [[ offline* != online ]]
7202026-06-17T16:04:02.339Z++ [[ 69 -gt 300 ]]
7212026-06-17T16:04:02.339Z++ sleep 1
7222026-06-17T16:04:03.341Z++ retry=70
7232026-06-17T16:04:03.344Z+++ svcs -Hostate baseline
7242026-06-17T16:04:03.355Z++ [[ offline* != online ]]
7252026-06-17T16:04:03.355Z++ [[ 70 -gt 300 ]]
7262026-06-17T16:04:03.355Z++ sleep 1
7272026-06-17T16:04:04.357Z++ retry=71
7282026-06-17T16:04:04.360Z+++ svcs -Hostate baseline
7292026-06-17T16:04:04.371Z++ [[ offline* != online ]]
7302026-06-17T16:04:04.371Z++ [[ 71 -gt 300 ]]
7312026-06-17T16:04:04.371Z++ sleep 1
7322026-06-17T16:04:05.373Z++ retry=72
7332026-06-17T16:04:05.376Z+++ svcs -Hostate baseline
7342026-06-17T16:04:05.388Z++ [[ offline* != online ]]
7352026-06-17T16:04:05.388Z++ [[ 72 -gt 300 ]]
7362026-06-17T16:04:05.388Z++ sleep 1
7372026-06-17T16:04:06.390Z++ retry=73
7382026-06-17T16:04:06.392Z+++ svcs -Hostate baseline
7392026-06-17T16:04:06.404Z++ [[ offline* != online ]]
7402026-06-17T16:04:06.404Z++ [[ 73 -gt 300 ]]
7412026-06-17T16:04:06.404Z++ sleep 1
7422026-06-17T16:04:07.406Z++ retry=74
7432026-06-17T16:04:07.410Z+++ svcs -Hostate baseline
7442026-06-17T16:04:07.421Z++ [[ offline* != online ]]
7452026-06-17T16:04:07.421Z++ [[ 74 -gt 300 ]]
7462026-06-17T16:04:07.421Z++ sleep 1
7472026-06-17T16:04:08.423Z++ retry=75
7482026-06-17T16:04:08.426Z+++ svcs -Hostate baseline
7492026-06-17T16:04:08.437Z++ [[ offline* != online ]]
7502026-06-17T16:04:08.437Z++ [[ 75 -gt 300 ]]
7512026-06-17T16:04:08.437Z++ sleep 1
7522026-06-17T16:04:09.442Z++ retry=76
7532026-06-17T16:04:09.444Z+++ svcs -Hostate baseline
7542026-06-17T16:04:09.453Z++ [[ offline* != online ]]
7552026-06-17T16:04:09.453Z++ [[ 76 -gt 300 ]]
7562026-06-17T16:04:09.453Z++ sleep 1
7572026-06-17T16:04:10.457Z++ retry=77
7582026-06-17T16:04:10.460Z+++ svcs -Hostate baseline
7592026-06-17T16:04:10.470Z++ [[ offline* != online ]]
7602026-06-17T16:04:10.470Z++ [[ 77 -gt 300 ]]
7612026-06-17T16:04:10.470Z++ sleep 1
7622026-06-17T16:04:11.472Z++ retry=78
7632026-06-17T16:04:11.476Z+++ svcs -Hostate baseline
7642026-06-17T16:04:11.486Z++ [[ offline* != online ]]
7652026-06-17T16:04:11.486Z++ [[ 78 -gt 300 ]]
7662026-06-17T16:04:11.486Z++ sleep 1
7672026-06-17T16:04:12.488Z++ retry=79
7682026-06-17T16:04:12.491Z+++ svcs -Hostate baseline
7692026-06-17T16:04:12.502Z++ [[ offline* != online ]]
7702026-06-17T16:04:12.502Z++ [[ 79 -gt 300 ]]
7712026-06-17T16:04:12.502Z++ sleep 1
7722026-06-17T16:04:13.504Z++ retry=80
7732026-06-17T16:04:13.507Z+++ svcs -Hostate baseline
7742026-06-17T16:04:13.519Z++ [[ offline* != online ]]
7752026-06-17T16:04:13.519Z++ [[ 80 -gt 300 ]]
7762026-06-17T16:04:13.519Z++ sleep 1
7772026-06-17T16:04:14.521Z++ retry=81
7782026-06-17T16:04:14.524Z+++ svcs -Hostate baseline
7792026-06-17T16:04:14.538Z++ [[ offline* != online ]]
7802026-06-17T16:04:14.538Z++ [[ 81 -gt 300 ]]
7812026-06-17T16:04:14.538Z++ sleep 1
7822026-06-17T16:04:15.537Z++ retry=82
7832026-06-17T16:04:15.540Z+++ svcs -Hostate baseline
7842026-06-17T16:04:15.553Z++ [[ offline* != online ]]
7852026-06-17T16:04:15.553Z++ [[ 82 -gt 300 ]]
7862026-06-17T16:04:15.553Z++ sleep 1
7872026-06-17T16:04:16.553Z++ retry=83
7882026-06-17T16:04:16.556Z+++ svcs -Hostate baseline
7892026-06-17T16:04:16.568Z++ [[ offline* != online ]]
7902026-06-17T16:04:16.568Z++ [[ 83 -gt 300 ]]
7912026-06-17T16:04:16.568Z++ sleep 1
7922026-06-17T16:04:17.570Z++ retry=84
7932026-06-17T16:04:17.573Z+++ svcs -Hostate baseline
7942026-06-17T16:04:17.584Z++ [[ offline* != online ]]
7952026-06-17T16:04:17.584Z++ [[ 84 -gt 300 ]]
7962026-06-17T16:04:17.584Z++ sleep 1
7972026-06-17T16:04:18.586Z++ retry=85
7982026-06-17T16:04:18.592Z+++ svcs -Hostate baseline
7992026-06-17T16:04:18.600Z++ [[ offline* != online ]]
8002026-06-17T16:04:18.600Z++ [[ 85 -gt 300 ]]
8012026-06-17T16:04:18.600Z++ sleep 1
8022026-06-17T16:04:19.602Z++ retry=86
8032026-06-17T16:04:19.605Z+++ svcs -Hostate baseline
8042026-06-17T16:04:19.617Z++ [[ offline* != online ]]
8052026-06-17T16:04:19.617Z++ [[ 86 -gt 300 ]]
8062026-06-17T16:04:19.617Z++ sleep 1
8072026-06-17T16:04:20.618Z++ retry=87
8082026-06-17T16:04:20.621Z+++ svcs -Hostate baseline
8092026-06-17T16:04:20.633Z++ [[ offline* != online ]]
8102026-06-17T16:04:20.633Z++ [[ 87 -gt 300 ]]
8112026-06-17T16:04:20.633Z++ sleep 1
8122026-06-17T16:04:21.635Z++ retry=88
8132026-06-17T16:04:21.638Z+++ svcs -Hostate baseline
8142026-06-17T16:04:21.649Z++ [[ offline* != online ]]
8152026-06-17T16:04:21.649Z++ [[ 88 -gt 300 ]]
8162026-06-17T16:04:21.649Z++ sleep 1
8172026-06-17T16:04:22.651Z++ retry=89
8182026-06-17T16:04:22.656Z+++ svcs -Hostate baseline
8192026-06-17T16:04:22.666Z++ [[ offline* != online ]]
8202026-06-17T16:04:22.666Z++ [[ 89 -gt 300 ]]
8212026-06-17T16:04:22.666Z++ sleep 1
8222026-06-17T16:04:23.667Z++ retry=90
8232026-06-17T16:04:23.670Z+++ svcs -Hostate baseline
8242026-06-17T16:04:23.682Z++ [[ offline* != online ]]
8252026-06-17T16:04:23.682Z++ [[ 90 -gt 300 ]]
8262026-06-17T16:04:23.682Z++ sleep 1
8272026-06-17T16:04:24.684Z++ retry=91
8282026-06-17T16:04:24.687Z+++ svcs -Hostate baseline
8292026-06-17T16:04:24.698Z++ [[ offline* != online ]]
8302026-06-17T16:04:24.698Z++ [[ 91 -gt 300 ]]
8312026-06-17T16:04:24.698Z++ sleep 1
8322026-06-17T16:04:25.700Z++ retry=92
8332026-06-17T16:04:25.703Z+++ svcs -Hostate baseline
8342026-06-17T16:04:25.716Z++ [[ offline* != online ]]
8352026-06-17T16:04:25.716Z++ [[ 92 -gt 300 ]]
8362026-06-17T16:04:25.716Z++ sleep 1
8372026-06-17T16:04:26.718Z++ retry=93
8382026-06-17T16:04:26.721Z+++ svcs -Hostate baseline
8392026-06-17T16:04:26.733Z++ [[ offline* != online ]]
8402026-06-17T16:04:26.733Z++ [[ 93 -gt 300 ]]
8412026-06-17T16:04:26.733Z++ sleep 1
8422026-06-17T16:04:27.734Z++ retry=94
8432026-06-17T16:04:27.737Z+++ svcs -Hostate baseline
8442026-06-17T16:04:27.749Z++ [[ offline* != online ]]
8452026-06-17T16:04:27.749Z++ [[ 94 -gt 300 ]]
8462026-06-17T16:04:27.749Z++ sleep 1
8472026-06-17T16:04:28.751Z++ retry=95
8482026-06-17T16:04:28.754Z+++ svcs -Hostate baseline
8492026-06-17T16:04:28.765Z++ [[ offline* != online ]]
8502026-06-17T16:04:28.765Z++ [[ 95 -gt 300 ]]
8512026-06-17T16:04:28.765Z++ sleep 1
8522026-06-17T16:04:29.767Z++ retry=96
8532026-06-17T16:04:29.769Z+++ svcs -Hostate baseline
8542026-06-17T16:04:29.780Z++ [[ offline* != online ]]
8552026-06-17T16:04:29.780Z++ [[ 96 -gt 300 ]]
8562026-06-17T16:04:29.780Z++ sleep 1
8572026-06-17T16:04:30.783Z++ retry=97
8582026-06-17T16:04:30.786Z+++ svcs -Hostate baseline
8592026-06-17T16:04:30.797Z++ [[ offline* != online ]]
8602026-06-17T16:04:30.797Z++ [[ 97 -gt 300 ]]
8612026-06-17T16:04:30.797Z++ sleep 1
8622026-06-17T16:04:31.802Z++ retry=98
8632026-06-17T16:04:31.805Z+++ svcs -Hostate baseline
8642026-06-17T16:04:31.814Z++ [[ offline* != online ]]
8652026-06-17T16:04:31.814Z++ [[ 98 -gt 300 ]]
8662026-06-17T16:04:31.814Z++ sleep 1
8672026-06-17T16:04:32.816Z++ retry=99
8682026-06-17T16:04:32.820Z+++ svcs -Hostate baseline
8692026-06-17T16:04:32.830Z++ [[ offline* != online ]]
8702026-06-17T16:04:32.830Z++ [[ 99 -gt 300 ]]
8712026-06-17T16:04:32.830Z++ sleep 1
8722026-06-17T16:04:33.831Z++ retry=100
8732026-06-17T16:04:33.836Z+++ svcs -Hostate baseline
8742026-06-17T16:04:33.846Z++ [[ offline* != online ]]
8752026-06-17T16:04:33.846Z++ [[ 100 -gt 300 ]]
8762026-06-17T16:04:33.847Z++ sleep 1
8772026-06-17T16:04:34.848Z++ retry=101
8782026-06-17T16:04:34.851Z+++ svcs -Hostate baseline
8792026-06-17T16:04:34.862Z++ [[ offline* != online ]]
8802026-06-17T16:04:34.862Z++ [[ 101 -gt 300 ]]
8812026-06-17T16:04:34.862Z++ sleep 1
8822026-06-17T16:04:35.864Z++ retry=102
8832026-06-17T16:04:35.867Z+++ svcs -Hostate baseline
8842026-06-17T16:04:35.878Z++ [[ offline* != online ]]
8852026-06-17T16:04:35.878Z++ [[ 102 -gt 300 ]]
8862026-06-17T16:04:35.878Z++ sleep 1
8872026-06-17T16:04:36.879Z++ retry=103
8882026-06-17T16:04:36.882Z+++ svcs -Hostate baseline
8892026-06-17T16:04:36.894Z++ [[ offline* != online ]]
8902026-06-17T16:04:36.894Z++ [[ 103 -gt 300 ]]
8912026-06-17T16:04:36.894Z++ sleep 1
8922026-06-17T16:04:37.895Z++ retry=104
8932026-06-17T16:04:37.898Z+++ svcs -Hostate baseline
8942026-06-17T16:04:37.910Z++ [[ offline* != online ]]
8952026-06-17T16:04:37.910Z++ [[ 104 -gt 300 ]]
8962026-06-17T16:04:37.910Z++ sleep 1
8972026-06-17T16:04:38.911Z++ retry=105
8982026-06-17T16:04:38.914Z+++ svcs -Hostate baseline
8992026-06-17T16:04:38.925Z++ [[ offline* != online ]]
9002026-06-17T16:04:38.925Z++ [[ 105 -gt 300 ]]
9012026-06-17T16:04:38.925Z++ sleep 1
9022026-06-17T16:04:39.927Z++ retry=106
9032026-06-17T16:04:39.930Z+++ svcs -Hostate baseline
9042026-06-17T16:04:39.942Z++ [[ offline* != online ]]
9052026-06-17T16:04:39.942Z++ [[ 106 -gt 300 ]]
9062026-06-17T16:04:39.946Z++ sleep 1
9072026-06-17T16:04:40.944Z++ retry=107
9082026-06-17T16:04:40.947Z+++ svcs -Hostate baseline
9092026-06-17T16:04:40.958Z++ [[ offline* != online ]]
9102026-06-17T16:04:40.958Z++ [[ 107 -gt 300 ]]
9112026-06-17T16:04:40.958Z++ sleep 1
9122026-06-17T16:04:41.959Z++ retry=108
9132026-06-17T16:04:41.962Z+++ svcs -Hostate baseline
9142026-06-17T16:04:41.974Z++ [[ online != online ]]
9152026-06-17T16:04:41.977Z++ set -o errexit
9162026-06-17T16:04:41.977Z++ set -o pipefail
9172026-06-17T16:04:41.977Z++ banner build
9182026-06-17T16:04:41.977Z
9192026-06-17T16:04:41.977Z ##### # # # # #####
9202026-06-17T16:04:41.977Z # # # # # # # #
9212026-06-17T16:04:41.977Z ##### # # # # # #
9222026-06-17T16:04:41.977Z # # # # # # # #
9232026-06-17T16:04:41.977Z # # # # # # # #
9242026-06-17T16:04:41.977Z ##### #### # ###### #####
9252026-06-17T16:04:41.977Z
9262026-06-17T16:04:41.977Z++ cargo build --release --bin ddmd --bin ddmadm
9272026-06-17T16:04:41.982Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9282026-06-17T16:04:42.138Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9292026-06-17T16:04:42.158Zinfo: downloading 6 components
9302026-06-17T16:04:57.555Z Updating git repository `https://github.com/oxidecomputer/falcon`
9312026-06-17T16:04:58.374ZFrom https://github.com/oxidecomputer/falcon
9322026-06-17T16:04:58.375Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9332026-06-17T16:04:58.393Z Updating crates.io index
9342026-06-17T16:04:58.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9352026-06-17T16:04:58.916ZFrom https://github.com/oxidecomputer/dendrite
9362026-06-17T16:04:58.916Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9372026-06-17T16:04:59.127Z Updating git repository `https://github.com/oxidecomputer/ispf`
9382026-06-17T16:04:59.427ZFrom https://github.com/oxidecomputer/ispf
9392026-06-17T16:04:59.427Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9402026-06-17T16:04:59.434Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9412026-06-17T16:04:59.780ZFrom https://github.com/oxidecomputer/netadm-sys
9422026-06-17T16:04:59.780Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
9432026-06-17T16:04:59.789Z Updating git repository `https://github.com/oxidecomputer/omicron`
9442026-06-17T16:05:28.197ZFrom https://github.com/oxidecomputer/omicron
9452026-06-17T16:05:28.197Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9462026-06-17T16:05:28.618Z Updating git repository `https://github.com/oxidecomputer/opte`
9472026-06-17T16:05:29.429ZFrom https://github.com/oxidecomputer/opte
9482026-06-17T16:05:29.429Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9492026-06-17T16:05:29.858Z Updating git repository `https://github.com/illumos/smf-rs`
9502026-06-17T16:05:30.131ZFrom https://github.com/illumos/smf-rs
9512026-06-17T16:05:30.132Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9522026-06-17T16:05:30.296Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9532026-06-17T16:05:30.593ZFrom https://github.com/oxidecomputer/network-interface
9542026-06-17T16:05:30.594Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9552026-06-17T16:05:30.612Z Updating git repository `https://github.com/oxidecomputer/zone`
9562026-06-17T16:05:30.898ZFrom https://github.com/oxidecomputer/zone
9572026-06-17T16:05:30.898Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9582026-06-17T16:05:31.025Z Updating git repository `https://github.com/oxidecomputer/propolis`
9592026-06-17T16:05:32.616ZFrom https://github.com/oxidecomputer/propolis
9602026-06-17T16:05:32.616Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9612026-06-17T16:05:32.966Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9622026-06-17T16:05:33.968ZFrom https://github.com/oxidecomputer/transceiver-control
9632026-06-17T16:05:33.968Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9642026-06-17T16:05:33.987Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9652026-06-17T16:05:34.296ZFrom https://github.com/oxidecomputer/dlpi-sys
9662026-06-17T16:05:34.296Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9672026-06-17T16:05:34.302Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9682026-06-17T16:05:34.678ZFrom https://github.com/jmesmon/rust-libzfs
9692026-06-17T16:05:34.678Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9702026-06-17T16:05:34.685Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9712026-06-17T16:05:34.980ZFrom https://github.com/oxidecomputer/rusty-doors
9722026-06-17T16:05:34.980Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9732026-06-17T16:05:35.098Z Updating git repository `https://github.com/oxidecomputer/lldp`
9742026-06-17T16:05:35.438ZFrom https://github.com/oxidecomputer/lldp
9752026-06-17T16:05:35.439Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9762026-06-17T16:05:35.450Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9772026-06-17T16:05:35.719ZFrom https://github.com/oxidecomputer/slog-error-chain
9782026-06-17T16:05:35.719Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9792026-06-17T16:05:35.950Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9802026-06-17T16:05:36.138ZFrom https://github.com/oxidecomputer/tufaceous
9812026-06-17T16:05:36.138Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9822026-06-17T16:05:36.157Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9832026-06-17T16:05:36.710ZFrom https://github.com/oxidecomputer/management-gateway-service
9842026-06-17T16:05:36.711Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9852026-06-17T16:05:36.932Z Updating git repository `https://github.com/oxidecomputer/crucible`
9862026-06-17T16:05:37.960ZFrom https://github.com/oxidecomputer/crucible
9872026-06-17T16:05:37.960Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9882026-06-17T16:05:39.080Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9892026-06-17T16:05:39.395ZFrom https://github.com/oxidecomputer/serde_human_bytes
9902026-06-17T16:05:39.395Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9912026-06-17T16:05:39.725Z Updating git repository `https://github.com/oxidecomputer/propolis`
9922026-06-17T16:05:40.319ZFrom https://github.com/oxidecomputer/propolis
9932026-06-17T16:05:40.319Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9942026-06-17T16:05:40.471Z Updating git repository `https://github.com/oxidecomputer/crucible`
9952026-06-17T16:05:41.082ZFrom https://github.com/oxidecomputer/crucible
9962026-06-17T16:05:41.082Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9972026-06-17T16:05:41.172Z Updating git repository `https://github.com/oxidecomputer/tofino`
9982026-06-17T16:05:41.514ZFrom https://github.com/oxidecomputer/tofino
9992026-06-17T16:05:41.514Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10002026-06-17T16:05:41.540Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10012026-06-17T16:05:42.351ZFrom https://github.com/oxidecomputer/maghemite
10022026-06-17T16:05:42.352Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10032026-06-17T16:05:42.383Z Updating git repository `https://github.com/oxidecomputer/clickward`
10042026-06-17T16:05:42.854ZFrom https://github.com/oxidecomputer/clickward
10052026-06-17T16:05:42.854Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10062026-06-17T16:05:42.892Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10072026-06-17T16:05:43.170ZFrom https://github.com/oxidecomputer/illumos-devinfo
10082026-06-17T16:05:43.170Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10092026-06-17T16:05:44.515Z Downloading crates ...
10102026-06-17T16:05:44.577Z Downloaded adler2 v2.0.1
10112026-06-17T16:05:44.581Z Downloaded aead v0.5.2
10122026-06-17T16:05:44.584Z Downloaded ciborium-io v0.2.2
10132026-06-17T16:05:44.588Z Downloaded crunchy v0.2.4
10142026-06-17T16:05:44.591Z Downloaded clap_lex v1.1.0
10152026-06-17T16:05:44.591Z Downloaded anstyle-query v1.1.5
10162026-06-17T16:05:44.591Z Downloaded block-buffer v0.12.0
10172026-06-17T16:05:44.593Z Downloaded cobs v0.3.0
10182026-06-17T16:05:44.596Z Downloaded block-buffer v0.10.4
10192026-06-17T16:05:44.602Z Downloaded byte-wrapper v0.1.0
10202026-06-17T16:05:44.605Z Downloaded backoff v0.4.0
10212026-06-17T16:05:44.608Z Downloaded base16ct v0.2.0
10222026-06-17T16:05:44.612Z Downloaded crossbeam-epoch v0.9.18
10232026-06-17T16:05:44.614Z Downloaded bitflags v2.12.1
10242026-06-17T16:05:44.618Z Downloaded fastrand v2.4.1
10252026-06-17T16:05:44.620Z Downloaded cc v1.2.63
10262026-06-17T16:05:44.623Z Downloaded atomicwrites v0.4.4
10272026-06-17T16:05:44.626Z Downloaded digest v0.10.7
10282026-06-17T16:05:44.626Z Downloaded bcs v0.1.6
10292026-06-17T16:05:44.635Z Downloaded derive-where v1.6.1
10302026-06-17T16:05:44.638Z Downloaded embedded-io v0.6.1
10312026-06-17T16:05:44.638Z Downloaded derive-ex v0.1.8
10322026-06-17T16:05:44.638Z Downloaded drift v0.2.0
10332026-06-17T16:05:44.642Z Downloaded errno v0.3.14
10342026-06-17T16:05:44.645Z Downloaded dyn-clone v1.0.20
10352026-06-17T16:05:44.648Z Downloaded ciborium-ll v0.2.2
10362026-06-17T16:05:44.648Z Downloaded equivalent v1.0.2
10372026-06-17T16:05:44.652Z Downloaded const-random v0.1.18
10382026-06-17T16:05:44.655Z Downloaded bit-set v0.8.0
10392026-06-17T16:05:44.655Z Downloaded displaydoc v0.2.6
10402026-06-17T16:05:44.659Z Downloaded cpufeatures v0.3.0
10412026-06-17T16:05:44.662Z Downloaded either v1.16.0
10422026-06-17T16:05:44.662Z Downloaded darling v0.23.0
10432026-06-17T16:05:44.665Z Downloaded cstr-argument v0.1.2
10442026-06-17T16:05:44.668Z Downloaded enum-as-inner v0.6.1
10452026-06-17T16:05:44.668Z Downloaded crc8 v0.1.1
10462026-06-17T16:05:44.671Z Downloaded compression-core v0.4.32
10472026-06-17T16:05:44.675Z Downloaded crypto-common v0.2.2
10482026-06-17T16:05:44.675Z Downloaded cfg-if v1.0.4
10492026-06-17T16:05:44.678Z Downloaded derive_more v0.99.20
10502026-06-17T16:05:44.681Z Downloaded elliptic-curve v0.13.8
10512026-06-17T16:05:44.684Z Downloaded ff v0.13.1
10522026-06-17T16:05:44.684Z Downloaded critical-section v1.2.0
10532026-06-17T16:05:44.687Z Downloaded erased-serde v0.3.31
10542026-06-17T16:05:44.691Z Downloaded futures-sink v0.3.32
10552026-06-17T16:05:44.691Z Downloaded deranged v0.5.8
10562026-06-17T16:05:44.694Z Downloaded bitflags v1.3.2
10572026-06-17T16:05:44.697Z Downloaded colorchoice v1.0.5
10582026-06-17T16:05:44.697Z Downloaded async-recursion v1.1.1
10592026-06-17T16:05:44.699Z Downloaded getrandom v0.3.4
10602026-06-17T16:05:44.702Z Downloaded generic-array v0.14.7
10612026-06-17T16:05:44.705Z Downloaded darling_macro v0.23.0
10622026-06-17T16:05:44.708Z Downloaded crypto-common v0.1.7
10632026-06-17T16:05:44.709Z Downloaded httpdate v1.0.3
10642026-06-17T16:05:44.712Z Downloaded dtrace-parser v0.2.0
10652026-06-17T16:05:44.712Z Downloaded hubpack v0.1.2
10662026-06-17T16:05:44.715Z Downloaded futures-macro v0.3.32
10672026-06-17T16:05:44.715Z Downloaded foreign-types v0.5.0
10682026-06-17T16:05:44.718Z Downloaded debug-ignore v1.0.5
10692026-06-17T16:05:44.718Z Downloaded heck v0.5.0
10702026-06-17T16:05:44.726Z Downloaded hex v0.4.3
10712026-06-17T16:05:44.726Z Downloaded futures-core v0.3.32
10722026-06-17T16:05:44.726Z Downloaded const-random-macro v0.1.16
10732026-06-17T16:05:44.726Z Downloaded async-stream v0.3.6
10742026-06-17T16:05:44.729Z Downloaded hubpack_derive v0.1.1
10752026-06-17T16:05:44.732Z Downloaded hash32 v0.3.1
10762026-06-17T16:05:44.732Z Downloaded futures-io v0.3.32
10772026-06-17T16:05:44.735Z Downloaded http-body v1.0.1
10782026-06-17T16:05:44.736Z Downloaded heck v0.4.1
10792026-06-17T16:05:44.738Z Downloaded daft-derive v0.1.7
10802026-06-17T16:05:44.741Z Downloaded futures-task v0.3.32
10812026-06-17T16:05:44.744Z Downloaded ahash v0.8.12
10822026-06-17T16:05:44.749Z Downloaded indent_write v2.2.0
10832026-06-17T16:05:44.749Z Downloaded fixedbitset v0.4.2
10842026-06-17T16:05:44.752Z Downloaded digest v0.11.3
10852026-06-17T16:05:44.752Z Downloaded foldhash v0.2.0
10862026-06-17T16:05:44.756Z Downloaded defmt v0.3.100
10872026-06-17T16:05:44.756Z Downloaded darling_core v0.23.0
10882026-06-17T16:05:44.759Z Downloaded foreign-types-shared v0.1.1
10892026-06-17T16:05:44.759Z Downloaded is_terminal_polyfill v1.70.2
10902026-06-17T16:05:44.762Z Downloaded instant v0.1.13
10912026-06-17T16:05:44.762Z Downloaded defmt-parser v1.0.0
10922026-06-17T16:05:44.765Z Downloaded ident_case v1.0.1
10932026-06-17T16:05:44.767Z Downloaded gethostname v0.5.0
10942026-06-17T16:05:44.767Z Downloaded argon2 v0.5.3
10952026-06-17T16:05:44.770Z Downloaded foreign-types-macros v0.2.3
10962026-06-17T16:05:44.770Z Downloaded async-trait v0.1.89
10972026-06-17T16:05:44.773Z Downloaded humantime v2.3.0
10982026-06-17T16:05:44.779Z Downloaded const_format_proc_macros v0.2.34
10992026-06-17T16:05:44.783Z Downloaded group v0.13.0
11002026-06-17T16:05:44.783Z Downloaded cmake v0.1.58
11012026-06-17T16:05:44.783Z Downloaded futures-executor v0.3.32
11022026-06-17T16:05:44.785Z Downloaded crossbeam-deque v0.8.6
11032026-06-17T16:05:44.785Z Downloaded lazy_static v1.5.0
11042026-06-17T16:05:44.788Z Downloaded is_ci v1.2.0
11052026-06-17T16:05:44.789Z Downloaded internet-checksum v0.2.1
11062026-06-17T16:05:44.791Z Downloaded dunce v1.0.5
11072026-06-17T16:05:44.791Z Downloaded inout v0.1.4
11082026-06-17T16:05:44.794Z Downloaded hostname v0.3.1
11092026-06-17T16:05:44.794Z Downloaded fs_extra v1.3.0
11102026-06-17T16:05:44.797Z Downloaded libscf-sys v1.2.0
11112026-06-17T16:05:44.800Z Downloaded crc32fast v1.5.0
11122026-06-17T16:05:44.800Z Downloaded lru-cache v0.1.2
11132026-06-17T16:05:44.803Z Downloaded cargo_toml v0.22.3
11142026-06-17T16:05:44.803Z Downloaded chacha20 v0.10.0
11152026-06-17T16:05:44.806Z Downloaded const-oid v0.10.2
11162026-06-17T16:05:44.809Z Downloaded data-encoding v2.11.0
11172026-06-17T16:05:44.809Z Downloaded memmap v0.7.0
11182026-06-17T16:05:44.812Z Downloaded konst_macro_rules v0.2.19
11192026-06-17T16:05:44.812Z Downloaded memoffset v0.9.1
11202026-06-17T16:05:44.815Z Downloaded idna_adapter v1.2.2
11212026-06-17T16:05:44.815Z Downloaded highway v1.3.0
11222026-06-17T16:05:44.818Z Downloaded foldhash v0.1.5
11232026-06-17T16:05:44.821Z Downloaded managed v0.8.0
11242026-06-17T16:05:44.821Z Downloaded macaddr v1.0.1
11252026-06-17T16:05:44.824Z Downloaded hyper-rustls v0.27.9
11262026-06-17T16:05:44.824Z Downloaded is-terminal v0.4.17
11272026-06-17T16:05:44.827Z Downloaded mime v0.3.17
11282026-06-17T16:05:44.827Z Downloaded ingot-types v0.1.2
11292026-06-17T16:05:44.830Z Downloaded match_cfg v0.1.0
11302026-06-17T16:05:44.830Z Downloaded fixedbitset v0.5.7
11312026-06-17T16:05:44.833Z Downloaded newtype-uuid-macros v0.1.0
11322026-06-17T16:05:44.833Z Downloaded linked-hash-map v0.5.6
11332026-06-17T16:05:44.836Z Downloaded cookie v0.18.1
11342026-06-17T16:05:44.839Z Downloaded colored v3.1.1
11352026-06-17T16:05:44.841Z Downloaded http-body-util v0.1.3
11362026-06-17T16:05:44.841Z Downloaded globset v0.4.18
11372026-06-17T16:05:44.844Z Downloaded console v0.16.3
11382026-06-17T16:05:44.844Z Downloaded anstream v1.0.0
11392026-06-17T16:05:44.847Z Downloaded anyhow v1.0.102
11402026-06-17T16:05:44.850Z Downloaded num-derive v0.4.2
11412026-06-17T16:05:44.853Z Downloaded num_enum_derive v0.5.11
11422026-06-17T16:05:44.853Z Downloaded num-conv v0.2.2
11432026-06-17T16:05:44.856Z Downloaded no-std-compat v0.4.1
11442026-06-17T16:05:44.856Z Downloaded openssl-probe v0.2.1
11452026-06-17T16:05:44.858Z Downloaded lock_api v0.4.14
11462026-06-17T16:05:44.858Z Downloaded num_threads v0.1.7
11472026-06-17T16:05:44.861Z Downloaded ingot v0.1.1
11482026-06-17T16:05:44.861Z Downloaded httparse v1.10.1
11492026-06-17T16:05:44.864Z Downloaded hybrid-array v0.4.12
11502026-06-17T16:05:44.867Z Downloaded openssl-macros v0.1.1
11512026-06-17T16:05:44.867Z Downloaded fs-err v3.3.0
11522026-06-17T16:05:44.875Z Downloaded keccak v0.1.6
11532026-06-17T16:05:44.875Z Downloaded omicron-workspace-hack v0.1.0
11542026-06-17T16:05:44.879Z Downloaded olpc-cjson v0.1.4
11552026-06-17T16:05:44.879Z Downloaded base64 v0.22.1
11562026-06-17T16:05:44.879Z Downloaded ipnetwork v0.21.1
11572026-06-17T16:05:44.879Z Downloaded opaque-debug v0.3.1
11582026-06-17T16:05:44.882Z Downloaded ipnet v2.12.0
11592026-06-17T16:05:44.882Z Downloaded parse-display v0.10.0
11602026-06-17T16:05:44.885Z Downloaded iana-time-zone v0.1.65
11612026-06-17T16:05:44.885Z Downloaded defmt-macros v1.1.0
11622026-06-17T16:05:44.889Z Downloaded ciborium v0.2.2
11632026-06-17T16:05:44.892Z Downloaded clap_derive v4.6.1
11642026-06-17T16:05:44.892Z Downloaded git-stub-vcs v0.1.0
11652026-06-17T16:05:44.894Z Downloaded getrandom v0.2.17
11662026-06-17T16:05:44.897Z Downloaded potential_utf v0.1.5
11672026-06-17T16:05:44.897Z Downloaded multer v3.1.0
11682026-06-17T16:05:44.900Z Downloaded percent-encoding v2.3.2
11692026-06-17T16:05:44.903Z Downloaded libsw-core v0.3.2
11702026-06-17T16:05:44.903Z Downloaded linear-map v1.2.0
11712026-06-17T16:05:44.906Z Downloaded blake2 v0.10.6
11722026-06-17T16:05:44.906Z Downloaded expectorate v1.2.0
11732026-06-17T16:05:44.909Z Downloaded crossbeam-utils v0.8.21
11742026-06-17T16:05:44.912Z Downloaded console v0.15.11
11752026-06-17T16:05:44.916Z Downloaded num_enum v0.5.11
11762026-06-17T16:05:44.919Z Downloaded plain v0.2.3
11772026-06-17T16:05:44.919Z Downloaded num v0.4.3
11782026-06-17T16:05:44.919Z Downloaded progenitor-client v0.14.0
11792026-06-17T16:05:44.922Z Downloaded progenitor-client v0.10.0
11802026-06-17T16:05:44.922Z Downloaded jobserver v0.1.34
11812026-06-17T16:05:44.924Z Downloaded phf_shared v0.12.1
11822026-06-17T16:05:44.924Z Downloaded num-rational v0.4.2
11832026-06-17T16:05:44.927Z Downloaded proc-macro-crate v1.3.1
11842026-06-17T16:05:44.927Z Downloaded const_format v0.2.36
11852026-06-17T16:05:44.930Z Downloaded proc-macro-error-attr2 v2.0.0
11862026-06-17T16:05:44.933Z Downloaded num_enum v0.7.6
11872026-06-17T16:05:44.936Z Downloaded num-iter v0.1.45
11882026-06-17T16:05:44.936Z Downloaded num-integer v0.1.46
11892026-06-17T16:05:44.939Z Downloaded newtype-uuid v1.3.2
11902026-06-17T16:05:44.939Z Downloaded chacha20poly1305 v0.10.1
11912026-06-17T16:05:44.942Z Downloaded pretty-hex v0.4.2
11922026-06-17T16:05:44.942Z Downloaded quick-error v1.2.3
11932026-06-17T16:05:44.945Z Downloaded proc-macro-crate v3.5.0
11942026-06-17T16:05:44.945Z Downloaded powerfmt v0.2.0
11952026-06-17T16:05:44.948Z Downloaded progenitor-macro v0.14.0
11962026-06-17T16:05:44.948Z Downloaded oxnet v0.1.6
11972026-06-17T16:05:44.951Z Downloaded libsw v3.5.0
11982026-06-17T16:05:44.951Z Downloaded num-complex v0.4.6
11992026-06-17T16:05:44.955Z Downloaded memmap2 v0.9.10
12002026-06-17T16:05:44.955Z Downloaded indexmap v1.9.3
12012026-06-17T16:05:44.958Z Downloaded paste v1.0.15
12022026-06-17T16:05:44.958Z Downloaded ingot-macros v0.1.1
12032026-06-17T16:05:44.961Z Downloaded num_enum_derive v0.7.6
12042026-06-17T16:05:44.964Z Downloaded owo-colors v4.3.0
12052026-06-17T16:05:44.964Z Downloaded icu_provider v2.2.0
12062026-06-17T16:05:44.967Z Downloaded oxide-tokio-rt v0.1.6
12072026-06-17T16:05:44.970Z Downloaded futures-channel v0.3.32
12082026-06-17T16:05:44.970Z Downloaded progenitor-macro v0.13.0
12092026-06-17T16:05:44.973Z Downloaded hmac v0.12.1
12102026-06-17T16:05:44.976Z Downloaded glob v0.3.3
12112026-06-17T16:05:44.976Z Downloaded clap v4.6.1
12122026-06-17T16:05:44.980Z Downloaded pin-project-lite v0.2.17
12132026-06-17T16:05:44.984Z Downloaded proc-macro-error-attr v1.0.4
12142026-06-17T16:05:44.987Z Downloaded pin-project-internal v1.1.13
12152026-06-17T16:05:44.990Z Downloaded litemap v0.8.2
12162026-06-17T16:05:44.990Z Downloaded find-msvc-tools v0.1.9
12172026-06-17T16:05:44.993Z Downloaded darling_core v0.21.3
12182026-06-17T16:05:44.996Z Downloaded parking_lot_core v0.8.6
12192026-06-17T16:05:44.998Z Downloaded darling v0.21.3
12202026-06-17T16:05:45.016Z Downloaded ref-cast-impl v1.0.25
12212026-06-17T16:05:45.022Z Downloaded ref-cast v1.0.25
12222026-06-17T16:05:45.022Z Downloaded futures v0.3.32
12232026-06-17T16:05:45.022Z Downloaded same-file v1.0.6
12242026-06-17T16:05:45.022Z Downloaded password-hash v0.5.0
12252026-06-17T16:05:45.022Z Downloaded poly1305 v0.8.0
12262026-06-17T16:05:45.022Z Downloaded phf v0.12.1
12272026-06-17T16:05:45.022Z Downloaded rand_xorshift v0.4.0
12282026-06-17T16:05:45.022Z Downloaded progenitor-extras v0.2.0
12292026-06-17T16:05:45.022Z Downloaded rand_chacha v0.3.1
12302026-06-17T16:05:45.022Z Downloaded progenitor-client v0.13.0
12312026-06-17T16:05:45.022Z Downloaded rustc_version v0.1.7
12322026-06-17T16:05:45.025Z Downloaded pkg-config v0.3.33
12332026-06-17T16:05:45.025Z Downloaded quote v1.0.45
12342026-06-17T16:05:45.026Z Downloaded parse-display-derive v0.10.0
12352026-06-17T16:05:45.029Z Downloaded scopeguard v1.2.0
12362026-06-17T16:05:45.029Z Downloaded parking_lot_core v0.9.12
12372026-06-17T16:05:45.032Z Downloaded rustc-hash v2.1.2
12382026-06-17T16:05:45.032Z Downloaded ppv-lite86 v0.2.21
12392026-06-17T16:05:45.032Z Downloaded icu_normalizer_data v2.2.0
12402026-06-17T16:05:45.035Z Downloaded rustc_version v0.4.1
12412026-06-17T16:05:45.039Z Downloaded icu_normalizer v2.2.0
12422026-06-17T16:05:45.042Z Downloaded icu_locale_core v2.2.0
12432026-06-17T16:05:45.045Z Downloaded serde-big-array v0.5.1
12442026-06-17T16:05:45.046Z Downloaded serde_plain v1.0.2
12452026-06-17T16:05:45.048Z Downloaded scroll_derive v0.13.1
12462026-06-17T16:05:45.048Z Downloaded scroll_derive v0.12.1
12472026-06-17T16:05:45.052Z Downloaded progenitor v0.13.0
12482026-06-17T16:05:45.052Z Downloaded serde_spanned v1.1.1
12492026-06-17T16:05:45.055Z Downloaded rand_core v0.10.1
12502026-06-17T16:05:45.056Z Downloaded rand_core v0.9.5
12512026-06-17T16:05:45.056Z Downloaded resolv-conf v0.7.6
12522026-06-17T16:05:45.058Z Downloaded once_cell v1.21.4
12532026-06-17T16:05:45.061Z Downloaded semver v0.1.20
12542026-06-17T16:05:45.061Z Downloaded secrecy v0.10.3
12552026-06-17T16:05:45.061Z Downloaded serde_repr v0.1.20
12562026-06-17T16:05:45.065Z Downloaded postcard v1.1.3
12572026-06-17T16:05:45.065Z Downloaded serde_urlencoded v0.7.1
12582026-06-17T16:05:45.068Z Downloaded progenitor-macro v0.10.0
12592026-06-17T16:05:45.068Z Downloaded sha1 v0.10.6
12602026-06-17T16:05:45.072Z Downloaded parking_lot v0.12.5
12612026-06-17T16:05:45.072Z Downloaded pest_derive v2.8.6
12622026-06-17T16:05:45.075Z Downloaded sha1 v0.11.0
12632026-06-17T16:05:45.081Z Downloaded rustls-pemfile v2.2.0
12642026-06-17T16:05:45.081Z Downloaded heapless v0.8.0
12652026-06-17T16:05:45.089Z Downloaded async-compression v0.4.42
12662026-06-17T16:05:45.092Z Downloaded siphasher v1.0.3
12672026-06-17T16:05:45.092Z Downloaded rand_core v0.6.4
12682026-06-17T16:05:45.092Z Downloaded progenitor v0.10.0
12692026-06-17T16:05:45.092Z Downloaded rand_chacha v0.9.0
12702026-06-17T16:05:45.092Z Downloaded konst v0.2.20
12712026-06-17T16:05:45.096Z Downloaded papergrid v0.11.0
12722026-06-17T16:05:45.099Z Downloaded quinn-udp v0.5.14
12732026-06-17T16:05:45.099Z Downloaded pem v3.0.6
12742026-06-17T16:05:45.102Z Downloaded sigpipe v0.1.3
12752026-06-17T16:05:45.102Z Downloaded parking_lot v0.11.2
12762026-06-17T16:05:45.105Z Downloaded slog-envlogger v2.2.0
12772026-06-17T16:05:45.105Z Downloaded schemars_derive v0.8.22
12782026-06-17T16:05:45.105Z Downloaded half v2.7.1
12792026-06-17T16:05:45.108Z Downloaded arc-swap v1.9.1
12802026-06-17T16:05:45.111Z Downloaded num-traits v0.2.19
12812026-06-17T16:05:45.111Z Downloaded hashbrown v0.12.3
12822026-06-17T16:05:45.148Z Downloaded serde_spanned v0.6.9
12832026-06-17T16:05:45.148Z Downloaded icu_properties v2.2.0
12842026-06-17T16:05:45.153Z Downloaded pin-project v1.1.13
12852026-06-17T16:05:45.153Z Downloaded slog-bunyan v2.5.0
12862026-06-17T16:05:45.153Z Downloaded serde_path_to_error v0.1.20
12872026-06-17T16:05:45.153Z Downloaded serde_derive_internals v0.29.1
12882026-06-17T16:05:45.153Z Downloaded scroll v0.12.0
12892026-06-17T16:05:45.153Z Downloaded rusty-fork v0.3.1
12902026-06-17T16:05:45.153Z Downloaded smawk v0.3.2
12912026-06-17T16:05:45.154Z Downloaded rustversion v1.0.22
12922026-06-17T16:05:45.154Z Downloaded rustls-native-certs v0.8.4
12932026-06-17T16:05:45.154Z Downloaded proc-macro-error v1.0.4
12942026-06-17T16:05:45.154Z Downloaded crypto-bigint v0.5.5
12952026-06-17T16:05:45.154Z Downloaded rhai_codegen v3.2.0
12962026-06-17T16:05:45.154Z Downloaded subtle v2.6.1
12972026-06-17T16:05:45.154Z Downloaded stable_deref_trait v1.2.1
12982026-06-17T16:05:45.154Z Downloaded crossbeam-channel v0.5.15
12992026-06-17T16:05:45.154Z Downloaded spin v0.5.2
13002026-06-17T16:05:45.158Z Downloaded pest_generator v2.8.6
13012026-06-17T16:05:45.158Z Downloaded signal-hook-registry v1.4.8
13022026-06-17T16:05:45.158Z Downloaded sync_wrapper v1.0.2
13032026-06-17T16:05:45.159Z Downloaded structmeta v0.3.0
13042026-06-17T16:05:45.159Z Downloaded swrite v0.1.0
13052026-06-17T16:05:45.159Z Downloaded supports-color v3.0.2
13062026-06-17T16:05:45.163Z Downloaded strum v0.27.2
13072026-06-17T16:05:45.163Z Downloaded hickory-resolver v0.25.2
13082026-06-17T16:05:45.163Z Downloaded structmeta-derive v0.3.0
13092026-06-17T16:05:45.167Z Downloaded sha2 v0.10.9
13102026-06-17T16:05:45.167Z Downloaded serde_tokenstream v0.2.3
13112026-06-17T16:05:45.167Z Downloaded progenitor v0.14.0
13122026-06-17T16:05:45.170Z Downloaded log v0.4.32
13132026-06-17T16:05:45.170Z Downloaded tabwriter v1.4.1
13142026-06-17T16:05:45.170Z Downloaded slog-dtrace v0.3.0
13152026-06-17T16:05:45.173Z Downloaded proc-macro-error2 v2.0.1
13162026-06-17T16:05:45.173Z Downloaded tabled_derive v0.11.0
13172026-06-17T16:05:45.177Z Downloaded getrandom v0.4.2
13182026-06-17T16:05:45.177Z Downloaded testing_table v0.3.0
13192026-06-17T16:05:45.181Z Downloaded terminal_size v0.4.4
13202026-06-17T16:05:45.181Z Downloaded tabled_derive v0.7.0
13212026-06-17T16:05:45.181Z Downloaded take_mut v0.2.2
13222026-06-17T16:05:45.181Z Downloaded strum v0.26.3
13232026-06-17T16:05:45.184Z Downloaded camino v1.2.2
13242026-06-17T16:05:45.184Z Downloaded slog-stdlog v4.1.1
13252026-06-17T16:05:45.184Z Downloaded icu_collections v2.2.0
13262026-06-17T16:05:45.187Z Downloaded scroll v0.13.0
13272026-06-17T16:05:45.191Z Downloaded pest_meta v2.8.6
13282026-06-17T16:05:45.191Z Downloaded slog-scope v4.4.1
13292026-06-17T16:05:45.194Z Downloaded slog-json v2.6.1
13302026-06-17T16:05:45.194Z Downloaded smf v0.2.3
13312026-06-17T16:05:45.194Z Downloaded newtype_derive v0.1.6
13322026-06-17T16:05:45.194Z Downloaded time-core v0.1.8
13332026-06-17T16:05:45.197Z Downloaded newline-converter v0.3.0
13342026-06-17T16:05:45.197Z Downloaded slab v0.4.12
13352026-06-17T16:05:45.198Z Downloaded simd-adler32 v0.3.9
13362026-06-17T16:05:45.201Z Downloaded shlex v2.0.1
13372026-06-17T16:05:45.201Z Downloaded termtree v0.5.1
13382026-06-17T16:05:45.201Z Downloaded tagptr v0.2.0
13392026-06-17T16:05:45.204Z Downloaded natord v1.0.9
13402026-06-17T16:05:45.204Z Downloaded thiserror-impl-no-std v2.0.2
13412026-06-17T16:05:45.204Z Downloaded cancel-safe-futures v0.1.5
13422026-06-17T16:05:45.208Z Downloaded lru-slab v0.1.2
13432026-06-17T16:05:45.208Z Downloaded itoa v1.0.18
13442026-06-17T16:05:45.208Z Downloaded camino-tempfile v1.4.1
13452026-06-17T16:05:45.211Z Downloaded serde_with_macros v3.20.0
13462026-06-17T16:05:45.211Z Downloaded anstyle v1.0.14
13472026-06-17T16:05:45.211Z Downloaded hostname v0.4.2
13482026-06-17T16:05:45.216Z Downloaded fxhash v0.2.1
13492026-06-17T16:05:45.216Z Downloaded fnv v1.0.7
13502026-06-17T16:05:45.216Z Downloaded daft v0.1.7
13512026-06-17T16:05:45.221Z Downloaded tokio-macros v2.7.0
13522026-06-17T16:05:45.221Z Downloaded csv-core v0.1.13
13532026-06-17T16:05:45.221Z Downloaded compression-codecs v0.4.38
13542026-06-17T16:05:45.221Z Downloaded proc-macro2 v1.0.106
13552026-06-17T16:05:45.224Z Downloaded rustls-pki-types v1.14.1
13562026-06-17T16:05:45.224Z Downloaded thread-id v4.2.2
13572026-06-17T16:05:45.227Z Downloaded byteorder v1.5.0
13582026-06-17T16:05:45.227Z Downloaded bytecount v0.6.9
13592026-06-17T16:05:45.227Z Downloaded foreign-types-shared v0.3.1
13602026-06-17T16:05:45.230Z Downloaded float-ord v0.3.2
13612026-06-17T16:05:45.230Z Downloaded dropshot-api-manager-types v0.7.2
13622026-06-17T16:05:45.230Z Downloaded tinyvec_macros v0.1.1
13632026-06-17T16:05:45.230Z Downloaded synstructure v0.13.2
13642026-06-17T16:05:45.232Z Downloaded indicatif v0.18.4
13652026-06-17T16:05:45.235Z Downloaded flate2 v1.1.9
13662026-06-17T16:05:45.238Z Downloaded progenitor-impl v0.10.0
13672026-06-17T16:05:45.238Z Downloaded schemars v0.8.22
13682026-06-17T16:05:45.244Z Downloaded progenitor-impl v0.14.0
13692026-06-17T16:05:45.248Z Downloaded slog-term v2.9.2
13702026-06-17T16:05:45.248Z Downloaded smartstring v1.0.1
13712026-06-17T16:05:45.251Z Downloaded semver v1.0.28
13722026-06-17T16:05:45.251Z Downloaded tower-service v0.3.3
13732026-06-17T16:05:45.254Z Downloaded tower-layer v0.3.3
13742026-06-17T16:05:45.254Z Downloaded static_assertions v1.1.0
13752026-06-17T16:05:45.254Z Downloaded openssl-sys v0.9.116
13762026-06-17T16:05:45.257Z Downloaded toml_datetime v0.6.11
13772026-06-17T16:05:45.257Z Downloaded strsim v0.11.1
13782026-06-17T16:05:45.259Z Downloaded serde_core v1.0.228
13792026-06-17T16:05:45.259Z Downloaded thiserror-no-std v2.0.2
13802026-06-17T16:05:45.264Z Downloaded time-macros v0.2.27
13812026-06-17T16:05:45.267Z Downloaded jiff-static v0.2.28
13822026-06-17T16:05:45.267Z Downloaded serde_derive v1.0.228
13832026-06-17T16:05:45.267Z Downloaded papergrid v0.18.0
13842026-06-17T16:05:45.270Z Downloaded ryu v1.0.23
13852026-06-17T16:05:45.273Z Downloaded thread-id v5.1.0
13862026-06-17T16:05:45.273Z Downloaded curve25519-dalek-derive v0.1.1
13872026-06-17T16:05:45.277Z Downloaded cipher v0.4.4
13882026-06-17T16:05:45.277Z Downloaded chacha20 v0.9.1
13892026-06-17T16:05:45.279Z Downloaded bs58 v0.5.1
13902026-06-17T16:05:45.280Z Downloaded anstyle-parse v1.0.0
13912026-06-17T16:05:45.280Z Downloaded form_urlencoded v1.2.2
13922026-06-17T16:05:45.280Z Downloaded dtrace-parser v0.3.0
13932026-06-17T16:05:45.282Z Downloaded foreign-types v0.3.2
13942026-06-17T16:05:45.282Z Downloaded toml_write v0.1.2
13952026-06-17T16:05:45.282Z Downloaded tinystr v0.8.3
13962026-06-17T16:05:45.285Z Downloaded tokio-dtrace v0.1.1
13972026-06-17T16:05:45.285Z Downloaded hickory-resolver v0.24.4
13982026-06-17T16:05:45.288Z Downloaded git-stub v1.0.0
13992026-06-17T16:05:45.288Z Downloaded unarray v0.1.4
14002026-06-17T16:05:45.291Z Downloaded defmt v1.1.0
14012026-06-17T16:05:45.291Z Downloaded async-stream-impl v0.3.6
14022026-06-17T16:05:45.294Z Downloaded darling_macro v0.21.3
14032026-06-17T16:05:45.294Z Downloaded base64 v0.21.7
14042026-06-17T16:05:45.297Z Downloaded dof v0.3.0
14052026-06-17T16:05:45.297Z Downloaded try-lock v0.2.5
14062026-06-17T16:05:45.297Z Downloaded rustls-platform-verifier v0.7.0
14072026-06-17T16:05:45.300Z Downloaded similar v2.7.0
14082026-06-17T16:05:45.302Z Downloaded unicode-linebreak v0.1.5
14092026-06-17T16:05:45.302Z Downloaded thiserror-impl v2.0.18
14102026-06-17T16:05:45.305Z Downloaded untrusted v0.7.1
14112026-06-17T16:05:45.305Z Downloaded thiserror-impl v1.0.69
14122026-06-17T16:05:45.305Z Downloaded serde_yaml v0.9.34+deprecated
14132026-06-17T16:05:45.308Z Downloaded universal-hash v0.5.1
14142026-06-17T16:05:45.308Z Downloaded prettyplease v0.2.37
14152026-06-17T16:05:45.311Z Downloaded miniz_oxide v0.8.9
14162026-06-17T16:05:45.311Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14172026-06-17T16:05:45.315Z Downloaded crucible-workspace-hack v0.1.0
14182026-06-17T16:05:45.315Z Downloaded cfg_aliases v0.2.1
14192026-06-17T16:05:45.315Z Downloaded atomic-waker v1.1.2
14202026-06-17T16:05:45.315Z Downloaded thread_local v1.1.9
14212026-06-17T16:05:45.318Z Downloaded slog-async v2.8.0
14222026-06-17T16:05:45.318Z Downloaded rand v0.8.6
14232026-06-17T16:05:45.318Z Downloaded tempfile v3.27.0
14242026-06-17T16:05:45.321Z Downloaded typify-macro v0.6.2
14252026-06-17T16:05:45.321Z Downloaded thiserror v1.0.69
14262026-06-17T16:05:45.325Z Downloaded typify-macro v0.4.3
14272026-06-17T16:05:45.325Z Downloaded unit-prefix v0.5.2
14282026-06-17T16:05:45.325Z Downloaded utf-8 v0.7.6
14292026-06-17T16:05:45.328Z Downloaded unicode-xid v0.2.6
14302026-06-17T16:05:45.328Z Downloaded tiny-keccak v2.0.2
14312026-06-17T16:05:45.328Z Downloaded usdt v0.6.0
14322026-06-17T16:05:45.328Z Downloaded usdt v0.5.0
14332026-06-17T16:05:45.328Z Downloaded smallvec v1.15.1
14342026-06-17T16:05:45.331Z Downloaded untrusted v0.9.0
14352026-06-17T16:05:45.331Z Downloaded indexmap v2.14.0
14362026-06-17T16:05:45.334Z Downloaded hyper-util v0.1.20
14372026-06-17T16:05:45.336Z Downloaded spin v0.9.8
14382026-06-17T16:05:45.339Z Downloaded tokio-tungstenite v0.21.0
14392026-06-17T16:05:45.339Z Downloaded usdt-attr-macro v0.6.0
14402026-06-17T16:05:45.342Z Downloaded usdt-attr-macro v0.5.0
14412026-06-17T16:05:45.342Z Downloaded snafu-derive v0.8.9
14422026-06-17T16:05:45.343Z Downloaded progenitor-impl v0.13.0
14432026-06-17T16:05:45.343Z Downloaded http v1.4.1
14442026-06-17T16:05:45.347Z Downloaded utf8_iter v1.0.4
14452026-06-17T16:05:45.347Z Downloaded dropshot-api-manager v0.7.2
14462026-06-17T16:05:45.350Z Downloaded memchr v2.8.1
14472026-06-17T16:05:45.353Z Downloaded cpufeatures v0.2.17
14482026-06-17T16:05:45.353Z Downloaded dropshot_endpoint v0.17.1
14492026-06-17T16:05:45.355Z Downloaded strum_macros v0.27.2
14502026-06-17T16:05:45.355Z Downloaded strum_macros v0.26.4
14512026-06-17T16:05:45.358Z Downloaded dof v0.4.0
14522026-06-17T16:05:45.358Z Downloaded bit-vec v0.8.0
14532026-06-17T16:05:45.361Z Downloaded convert_case v0.4.0
14542026-06-17T16:05:45.361Z Downloaded embedded-io v0.4.0
14552026-06-17T16:05:45.361Z Downloaded usdt-macro v0.6.0
14562026-06-17T16:05:45.361Z Downloaded usdt-macro v0.5.0
14572026-06-17T16:05:45.364Z Downloaded allocator-api2 v0.2.21
14582026-06-17T16:05:45.364Z Downloaded toml_writer v1.1.1+spec-1.1.0
14592026-06-17T16:05:45.364Z Downloaded backon v1.6.0
14602026-06-17T16:05:45.367Z Downloaded typeid v1.0.3
14612026-06-17T16:05:45.367Z Downloaded autocfg v1.5.1
14622026-06-17T16:05:45.370Z Downloaded bytes v1.11.1
14632026-06-17T16:05:45.370Z Downloaded wait-timeout v0.2.1
14642026-06-17T16:05:45.373Z Downloaded base64ct v1.8.3
14652026-06-17T16:05:45.373Z Downloaded want v0.3.1
14662026-06-17T16:05:45.373Z Downloaded yoke-derive v0.8.2
14672026-06-17T16:05:45.376Z Downloaded rayon-core v1.13.0
14682026-06-17T16:05:45.376Z Downloaded base16ct v1.0.0
14692026-06-17T16:05:45.378Z Downloaded utf8parse v0.2.2
14702026-06-17T16:05:45.378Z Downloaded toml v0.8.23
14712026-06-17T16:05:45.381Z Downloaded waitgroup v0.1.2
14722026-06-17T16:05:45.383Z Downloaded version_check v0.9.5
14732026-06-17T16:05:45.387Z Downloaded zerofrom v0.1.8
14742026-06-17T16:05:45.387Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14752026-06-17T16:05:45.387Z Downloaded zeroize_derive v1.4.3
14762026-06-17T16:05:45.394Z Downloaded thiserror v2.0.18
14772026-06-17T16:05:45.396Z Downloaded term v1.2.1
14782026-06-17T16:05:45.399Z Downloaded test-strategy v0.4.5
14792026-06-17T16:05:45.402Z Downloaded mio v1.2.1
14802026-06-17T16:05:45.405Z Downloaded zerofrom-derive v0.1.7
14812026-06-17T16:05:45.405Z Downloaded minimal-lexical v0.2.1
14822026-06-17T16:05:45.408Z Downloaded toml_parser v1.1.2+spec-1.1.0
14832026-06-17T16:05:45.408Z Downloaded tokio-rustls v0.26.4
14842026-06-17T16:05:45.412Z Downloaded slog v2.8.2
14852026-06-17T16:05:45.412Z Downloaded snafu v0.8.9
14862026-06-17T16:05:45.415Z Downloaded serde v1.0.228
14872026-06-17T16:05:45.418Z Downloaded zone_cfg_derive v0.3.1
14882026-06-17T16:05:45.418Z Downloaded tracing-attributes v0.1.31
14892026-06-17T16:05:45.423Z Downloaded hyper v1.10.1
14902026-06-17T16:05:45.430Z Downloaded socket2 v0.6.4
14912026-06-17T16:05:45.433Z Downloaded usdt-impl v0.6.0
14922026-06-17T16:05:45.433Z Downloaded usdt-impl v0.5.0
14932026-06-17T16:05:45.436Z Downloaded tokio-stream v0.1.18
14942026-06-17T16:05:45.436Z Downloaded qorb v0.4.1
14952026-06-17T16:05:45.440Z Downloaded whoami v1.6.1
14962026-06-17T16:05:45.443Z Downloaded rustls-webpki v0.103.13
14972026-06-17T16:05:45.443Z Downloaded quinn v0.11.9
14982026-06-17T16:05:45.445Z Downloaded toml v1.1.2+spec-1.1.0
14992026-06-17T16:05:45.448Z Downloaded toml v0.9.12+spec-1.1.0
15002026-06-17T16:05:45.452Z Downloaded schemars v0.9.0
15012026-06-17T16:05:45.457Z Downloaded zone v0.3.1
15022026-06-17T16:05:45.459Z Downloaded zeroize v1.8.2
15032026-06-17T16:05:45.459Z Downloaded rand v0.9.4
15042026-06-17T16:05:45.459Z Downloaded aho-corasick v1.1.4
15052026-06-17T16:05:45.462Z Downloaded thin-vec v0.2.18
15062026-06-17T16:05:45.465Z Downloaded textwrap v0.16.2
15072026-06-17T16:05:45.468Z Downloaded idna v1.1.0
15082026-06-17T16:05:45.472Z Downloaded xz2 v0.1.7
15092026-06-17T16:05:45.472Z Downloaded walkdir v2.5.0
15102026-06-17T16:05:45.474Z Downloaded vsss-rs v3.3.4
15112026-06-17T16:05:45.474Z Downloaded itertools v0.14.0
15122026-06-17T16:05:45.477Z Downloaded rand v0.10.1
15132026-06-17T16:05:45.480Z Downloaded writeable v0.6.3
15142026-06-17T16:05:45.480Z Downloaded tracing-core v0.1.36
15152026-06-17T16:05:45.484Z Downloaded nom v7.1.3
15162026-06-17T16:05:45.486Z Downloaded typify v0.4.3
15172026-06-17T16:05:45.487Z Downloaded pest v2.8.6
15182026-06-17T16:05:45.489Z Downloaded typify v0.6.2
15192026-06-17T16:05:45.492Z Downloaded unicode-ident v1.0.24
15202026-06-17T16:05:45.495Z Downloaded tungstenite v0.21.0
15212026-06-17T16:05:45.498Z Downloaded clap_builder v4.6.0
15222026-06-17T16:05:45.502Z Downloaded tinyvec v1.11.0
15232026-06-17T16:05:45.509Z Downloaded toml_edit v0.25.12+spec-1.1.0
15242026-06-17T16:05:45.512Z Downloaded unsafe-libyaml v0.2.11
15252026-06-17T16:05:45.515Z Downloaded toml_edit v0.22.27
15262026-06-17T16:05:45.518Z Downloaded itertools v0.12.1
15272026-06-17T16:05:45.521Z Downloaded hashbrown v0.15.5
15282026-06-17T16:05:45.523Z Downloaded zmij v1.0.21
15292026-06-17T16:05:45.526Z Downloaded zerovec-derive v0.11.3
15302026-06-17T16:05:45.530Z Downloaded hashbrown v0.16.1
15312026-06-17T16:05:45.541Z Downloaded yoke v0.8.3
15322026-06-17T16:05:45.547Z Downloaded aws-lc-rs v1.17.0
15332026-06-17T16:05:45.552Z Downloaded ucd-trie v0.1.7
15342026-06-17T16:05:45.556Z Downloaded iddqd v0.4.2
15352026-06-17T16:05:45.560Z Downloaded zerocopy-derive v0.7.35
15362026-06-17T16:05:45.563Z Downloaded schemars v1.2.1
15372026-06-17T16:05:45.572Z Downloaded icu_properties_data v2.2.0
15382026-06-17T16:05:45.576Z Downloaded ron v0.12.1
15392026-06-17T16:05:45.584Z Downloaded hashbrown v0.17.1
15402026-06-17T16:05:45.588Z Downloaded toml_edit v0.19.15
15412026-06-17T16:05:45.597Z Downloaded url v2.5.8
15422026-06-17T16:05:45.600Z Downloaded typenum v1.20.1
15432026-06-17T16:05:45.603Z Downloaded regex v1.12.3
15442026-06-17T16:05:45.605Z Downloaded nom v8.0.0
15452026-06-17T16:05:45.609Z Downloaded reqwest v0.13.4
15462026-06-17T16:05:45.629Z Downloaded steno v0.4.1
15472026-06-17T16:05:45.643Z Downloaded typed-path v0.9.3
15482026-06-17T16:05:45.647Z Downloaded uuid v1.23.2
15492026-06-17T16:05:45.650Z Downloaded h2 v0.4.14
15502026-06-17T16:05:45.657Z Downloaded chrono v0.4.45
15512026-06-17T16:05:45.663Z Downloaded portable-atomic v1.13.1
15522026-06-17T16:05:45.674Z Downloaded futures-util v0.3.32
15532026-06-17T16:05:45.680Z Downloaded unicode-segmentation v1.13.3
15542026-06-17T16:05:45.682Z Downloaded goblin v0.8.2
15552026-06-17T16:05:45.685Z Downloaded unicode-normalization v0.1.25
15562026-06-17T16:05:45.688Z Downloaded tokio-util v0.7.18
15572026-06-17T16:05:45.691Z Downloaded tower v0.5.3
15582026-06-17T16:05:45.707Z Downloaded proptest v1.11.0
15592026-06-17T16:05:45.715Z Downloaded zerocopy-derive v0.8.50
15602026-06-17T16:05:45.720Z Downloaded zerovec v0.11.6
15612026-06-17T16:05:45.723Z Downloaded zerotrie v0.2.4
15622026-06-17T16:05:45.735Z Downloaded moka v0.12.15
15632026-06-17T16:05:45.739Z Downloaded reqwest v0.12.28
15642026-06-17T16:05:45.761Z Downloaded libm v0.2.16
15652026-06-17T16:05:45.766Z Downloaded hkdf v0.12.4
15662026-06-17T16:05:45.769Z Downloaded curve25519-dalek v4.1.3
15672026-06-17T16:05:45.776Z Downloaded zerocopy v0.7.35
15682026-06-17T16:05:45.785Z Downloaded quinn-proto v0.11.14
15692026-06-17T16:05:45.801Z Downloaded tabled v0.21.0
15702026-06-17T16:05:45.810Z Downloaded time v0.3.47
15712026-06-17T16:05:45.817Z Downloaded bstr v1.12.1
15722026-06-17T16:05:45.821Z Downloaded openssl v0.10.80
15732026-06-17T16:05:45.828Z Downloaded webpki-roots v1.0.7
15742026-06-17T16:05:45.831Z Downloaded serde_json v1.0.150
15752026-06-17T16:05:45.841Z Downloaded tough v0.22.0
15762026-06-17T16:05:45.845Z Downloaded rayon v1.12.0
15772026-06-17T16:05:45.867Z Downloaded syn v2.0.117
15782026-06-17T16:05:45.873Z Downloaded serde_with v3.20.0
15792026-06-17T16:05:45.881Z Downloaded unicode-width v0.1.14
15802026-06-17T16:05:45.885Z Downloaded smoltcp v0.11.0
15812026-06-17T16:05:45.889Z Downloaded tower-http v0.6.11
15822026-06-17T16:05:45.894Z Downloaded regress v0.10.5
15832026-06-17T16:05:45.898Z Downloaded winnow v0.5.40
15842026-06-17T16:05:45.904Z Downloaded regex-syntax v0.8.10
15852026-06-17T16:05:45.912Z Downloaded goblin v0.10.7
15862026-06-17T16:05:45.916Z Downloaded regress v0.11.1
15872026-06-17T16:05:45.955Z Downloaded tabled v0.15.0
15882026-06-17T16:05:45.991Z Downloaded winnow v0.7.15
15892026-06-17T16:05:46.008Z Downloaded tracing v0.1.44
15902026-06-17T16:05:46.016Z Downloaded winnow v1.0.3
15912026-06-17T16:05:46.026Z Downloaded syn v1.0.109
15922026-06-17T16:05:46.040Z Downloaded vcpkg v0.2.15
15932026-06-17T16:05:46.062Z Downloaded regex-automata v0.4.14
15942026-06-17T16:05:46.070Z Downloaded nix v0.31.3
15952026-06-17T16:05:46.091Z Downloaded petgraph v0.6.5
15962026-06-17T16:05:46.100Z Downloaded unicode-width v0.2.2
15972026-06-17T16:05:46.110Z Downloaded dropshot v0.17.1
15982026-06-17T16:05:46.122Z Downloaded rhai v1.25.1
15992026-06-17T16:05:46.128Z Downloaded chrono-tz v0.10.4
16002026-06-17T16:05:46.137Z Downloaded libc v0.2.186
16012026-06-17T16:05:46.156Z Downloaded hickory-proto v0.24.4
16022026-06-17T16:05:46.163Z Downloaded zerocopy v0.8.50
16032026-06-17T16:05:46.174Z Downloaded rustls v0.23.40
16042026-06-17T16:05:46.181Z Downloaded rustix v0.38.44
16052026-06-17T16:05:46.193Z Downloaded csv v1.4.0
16062026-06-17T16:05:46.205Z Downloaded openapiv3 v2.2.0
16072026-06-17T16:05:46.225Z Downloaded tokio v1.52.3
16082026-06-17T16:05:46.235Z Downloaded hickory-proto v0.25.2
16092026-06-17T16:05:46.244Z Downloaded rustix v1.1.4
16102026-06-17T16:05:46.262Z Downloaded sled v0.34.7
16112026-06-17T16:05:46.271Z Downloaded typify-impl v0.6.2
16122026-06-17T16:05:46.279Z Downloaded typify-impl v0.4.3
16132026-06-17T16:05:46.328Z Downloaded ring v0.17.14
16142026-06-17T16:05:46.380Z Downloaded jiff v0.2.28
16152026-06-17T16:05:46.393Z Downloaded lzma-sys v0.1.20
16162026-06-17T16:05:46.408Z Downloaded petgraph v0.8.3
16172026-06-17T16:05:46.425Z Downloaded sha3 v0.10.9
16182026-06-17T16:05:46.452Z Downloaded encoding_rs v0.8.35
16192026-06-17T16:05:46.908Z Downloaded aws-lc-sys v0.41.0
16202026-06-17T16:05:47.255Z Compiling proc-macro2 v1.0.106
16212026-06-17T16:05:47.255Z Compiling quote v1.0.45
16222026-06-17T16:05:47.255Z Compiling unicode-ident v1.0.24
16232026-06-17T16:05:47.255Z Compiling serde_core v1.0.228
16242026-06-17T16:05:47.258Z Compiling serde v1.0.228
16252026-06-17T16:05:47.258Z Compiling libc v0.2.186
16262026-06-17T16:05:47.259Z Compiling cfg-if v1.0.4
16272026-06-17T16:05:47.525Z Compiling zmij v1.0.21
16282026-06-17T16:05:47.555Z Compiling autocfg v1.5.1
16292026-06-17T16:05:47.904Z Compiling memchr v2.8.1
16302026-06-17T16:05:47.945Z Compiling libm v0.2.16
16312026-06-17T16:05:48.327Z Compiling itoa v1.0.18
16322026-06-17T16:05:48.422Z Compiling icu_properties_data v2.2.0
16332026-06-17T16:05:48.608Z Compiling icu_normalizer_data v2.2.0
16342026-06-17T16:05:48.625Z Compiling version_check v0.9.5
16352026-06-17T16:05:48.665Z Compiling stable_deref_trait v1.2.1
16362026-06-17T16:05:48.747Z Compiling syn v2.0.117
16372026-06-17T16:05:48.808Z Compiling serde_json v1.0.150
16382026-06-17T16:05:48.851Z Compiling parking_lot_core v0.9.12
16392026-06-17T16:05:48.894Z Compiling writeable v0.6.3
16402026-06-17T16:05:49.089Z Compiling litemap v0.8.2
16412026-06-17T16:05:49.129Z Compiling num-traits v0.2.19
16422026-06-17T16:05:49.146Z Compiling utf8_iter v1.0.4
16432026-06-17T16:05:49.290Z Compiling percent-encoding v2.3.2
16442026-06-17T16:05:49.450Z Compiling thiserror v2.0.18
16452026-06-17T16:05:49.513Z Compiling form_urlencoded v1.2.2
16462026-06-17T16:05:49.543Z Compiling rand_core v0.10.1
16472026-06-17T16:05:49.560Z Compiling getrandom v0.4.2
16482026-06-17T16:05:49.715Z Compiling zerocopy v0.8.50
16492026-06-17T16:05:49.920Z Compiling errno v0.3.14
16502026-06-17T16:05:49.936Z Compiling iana-time-zone v0.1.65
16512026-06-17T16:05:50.142Z Compiling heck v0.5.0
16522026-06-17T16:05:50.283Z Compiling uuid v1.23.2
16532026-06-17T16:05:50.360Z Compiling jobserver v0.1.34
16542026-06-17T16:05:50.505Z Compiling find-msvc-tools v0.1.9
16552026-06-17T16:05:50.697Z Compiling shlex v2.0.1
16562026-06-17T16:05:50.758Z Compiling rustversion v1.0.22
16572026-06-17T16:05:50.890Z Compiling cc v1.2.63
16582026-06-17T16:05:50.908Z Compiling semver v1.0.28
16592026-06-17T16:05:50.930Z Compiling schemars v0.8.22
16602026-06-17T16:05:51.012Z Compiling dyn-clone v1.0.20
16612026-06-17T16:05:51.261Z Compiling pin-project-lite v0.2.17
16622026-06-17T16:05:51.278Z Compiling getrandom v0.2.17
16632026-06-17T16:05:51.373Z Compiling scopeguard v1.2.0
16642026-06-17T16:05:51.503Z Compiling lock_api v0.4.14
16652026-06-17T16:05:51.537Z Compiling bitflags v2.12.1
16662026-06-17T16:05:51.630Z Compiling socket2 v0.6.4
16672026-06-17T16:05:51.729Z Compiling synstructure v0.13.2
16682026-06-17T16:05:51.759Z Compiling serde_derive_internals v0.29.1
16692026-06-17T16:05:51.842Z Compiling cmake v0.1.58
16702026-06-17T16:05:51.977Z Compiling signal-hook-registry v1.4.8
16712026-06-17T16:05:52.194Z Compiling mio v1.2.1
16722026-06-17T16:05:52.223Z Compiling fs_extra v1.3.0
16732026-06-17T16:05:52.251Z Compiling dunce v1.0.5
16742026-06-17T16:05:52.357Z Compiling portable-atomic v1.13.1
16752026-06-17T16:05:52.468Z Compiling log v0.4.32
16762026-06-17T16:05:52.484Z Compiling futures-core v0.3.32
16772026-06-17T16:05:52.500Z Compiling aws-lc-sys v0.41.0
16782026-06-17T16:05:52.516Z Compiling critical-section v1.2.0
16792026-06-17T16:05:52.649Z Compiling subtle v2.6.1
16802026-06-17T16:05:52.654Z Compiling equivalent v1.0.2
16812026-06-17T16:05:52.789Z Compiling httparse v1.10.1
16822026-06-17T16:05:52.834Z Compiling futures-sink v0.3.32
16832026-06-17T16:05:52.915Z Compiling slab v0.4.12
16842026-06-17T16:05:52.950Z Compiling serde_derive v1.0.228
16852026-06-17T16:05:52.953Z Compiling zerofrom-derive v0.1.7
16862026-06-17T16:05:52.953Z Compiling yoke-derive v0.8.2
16872026-06-17T16:05:53.088Z Compiling zerovec-derive v0.11.3
16882026-06-17T16:05:53.123Z Compiling displaydoc v0.2.6
16892026-06-17T16:05:53.148Z Compiling schemars_derive v0.8.22
16902026-06-17T16:05:53.417Z Compiling thiserror-impl v2.0.18
16912026-06-17T16:05:53.649Z Compiling tokio-macros v2.7.0
16922026-06-17T16:05:53.926Z Compiling zerocopy-derive v0.8.50
16932026-06-17T16:05:54.050Z Compiling zeroize_derive v1.4.3
16942026-06-17T16:05:54.172Z Compiling zerofrom v0.1.8
16952026-06-17T16:05:54.194Z Compiling futures-macro v0.3.32
16962026-06-17T16:05:54.325Z Compiling yoke v0.8.3
16972026-06-17T16:05:54.373Z Compiling once_cell v1.21.4
16982026-06-17T16:05:54.421Z Compiling rustix v1.1.4
16992026-06-17T16:05:54.532Z Compiling zerovec v0.11.6
17002026-06-17T16:05:54.615Z Compiling zerotrie v0.2.4
17012026-06-17T16:05:54.743Z Compiling zeroize v1.8.2
17022026-06-17T16:05:54.817Z Compiling thiserror v1.0.69
17032026-06-17T16:05:54.912Z Compiling ucd-trie v0.1.7
17042026-06-17T16:05:55.014Z Compiling typenum v1.20.1
17052026-06-17T16:05:55.073Z Compiling pest v2.8.6
17062026-06-17T16:05:55.090Z Compiling thiserror-impl v1.0.69
17072026-06-17T16:05:55.144Z Compiling tinystr v0.8.3
17082026-06-17T16:05:55.163Z Compiling potential_utf v0.1.5
17092026-06-17T16:05:55.177Z Compiling futures-channel v0.3.32
17102026-06-17T16:05:55.350Z Compiling icu_locale_core v2.2.0
17112026-06-17T16:05:55.367Z Compiling icu_collections v2.2.0
17122026-06-17T16:05:55.439Z Compiling futures-io v0.3.32
17132026-06-17T16:05:55.640Z Compiling futures-task v0.3.32
17142026-06-17T16:05:55.839Z Compiling futures-util v0.3.32
17152026-06-17T16:05:56.139Z Compiling icu_provider v2.2.0
17162026-06-17T16:05:56.264Z Compiling smallvec v1.15.1
17172026-06-17T16:05:56.282Z Compiling bytes v1.11.1
17182026-06-17T16:05:56.297Z Compiling chrono v0.4.45
17192026-06-17T16:05:56.323Z Compiling serde_tokenstream v0.2.3
17202026-06-17T16:05:56.542Z Compiling icu_normalizer v2.2.0
17212026-06-17T16:05:56.606Z Compiling icu_properties v2.2.0
17222026-06-17T16:05:57.150Z Compiling parking_lot v0.12.5
17232026-06-17T16:05:57.709Z Compiling idna_adapter v1.2.2
17242026-06-17T16:05:57.740Z Compiling tokio v1.52.3
17252026-06-17T16:05:57.870Z Compiling idna v1.1.0
17262026-06-17T16:05:58.009Z Compiling pest_meta v2.8.6
17272026-06-17T16:05:58.150Z Compiling regex-syntax v0.8.10
17282026-06-17T16:05:58.257Z Compiling url v2.5.8
17292026-06-17T16:05:58.492Z Compiling getrandom v0.3.4
17302026-06-17T16:05:58.599Z Compiling pest_generator v2.8.6
17312026-06-17T16:05:58.847Z Compiling strsim v0.11.1
17322026-06-17T16:05:59.220Z Compiling rand_core v0.6.4
17332026-06-17T16:05:59.238Z Compiling pest_derive v2.8.6
17342026-06-17T16:05:59.477Z Compiling aho-corasick v1.1.4
17352026-06-17T16:05:59.765Z Compiling byteorder v1.5.0
17362026-06-17T16:05:59.828Z Compiling hashbrown v0.17.1
17372026-06-17T16:05:59.959Z Compiling tracing-core v0.1.36
17382026-06-17T16:06:00.033Z Compiling tracing-attributes v0.1.31
17392026-06-17T16:06:00.253Z Compiling ipnetwork v0.21.1
17402026-06-17T16:06:00.528Z Compiling indexmap v2.14.0
17412026-06-17T16:06:00.787Z Compiling regex-automata v0.4.14
17422026-06-17T16:06:00.912Z Compiling ident_case v1.0.1
17432026-06-17T16:06:00.996Z Compiling slog v2.8.2
17442026-06-17T16:06:01.092Z Compiling paste v1.0.15
17452026-06-17T16:06:01.261Z Compiling anyhow v1.0.102
17462026-06-17T16:06:01.285Z Compiling tracing v0.1.44
17472026-06-17T16:06:01.362Z Compiling fnv v1.0.7
17482026-06-17T16:06:01.470Z Compiling base64 v0.22.1
17492026-06-17T16:06:01.693Z Compiling erased-serde v0.3.31
17502026-06-17T16:06:01.966Z Compiling omicron-workspace-hack v0.1.0
17512026-06-17T16:06:02.788Z Compiling regex v1.12.3
17522026-06-17T16:06:02.822Z Compiling http v1.4.1
17532026-06-17T16:06:03.308Z Compiling oxnet v0.1.6
17542026-06-17T16:06:03.363Z Compiling rustls-pki-types v1.14.1
17552026-06-17T16:06:04.046Z Compiling scroll_derive v0.13.1
17562026-06-17T16:06:04.203Z Compiling ring v0.17.14
17572026-06-17T16:06:04.250Z Compiling time-core v0.1.8
17582026-06-17T16:06:04.399Z Compiling aws-lc-rs v1.17.0
17592026-06-17T16:06:04.629Z Compiling num-conv v0.2.2
17602026-06-17T16:06:04.785Z Compiling time-macros v0.2.27
17612026-06-17T16:06:04.949Z Compiling tokio-util v0.7.18
17622026-06-17T16:06:05.229Z Compiling ipnet v2.12.0
17632026-06-17T16:06:05.797Z Compiling untrusted v0.7.1
17642026-06-17T16:06:05.816Z Compiling untrusted v0.9.0
17652026-06-17T16:06:05.945Z Compiling ppv-lite86 v0.2.21
17662026-06-17T16:06:06.242Z Compiling daft-derive v0.1.7
17672026-06-17T16:06:06.278Z Compiling async-trait v0.1.89
17682026-06-17T16:06:06.400Z Compiling crc32fast v1.5.0
17692026-06-17T16:06:06.521Z Compiling rustls v0.23.40
17702026-06-17T16:06:06.696Z Compiling camino v1.2.2
17712026-06-17T16:06:06.868Z Compiling http-body v1.0.1
17722026-06-17T16:06:07.032Z Compiling pretty-hex v0.4.2
17732026-06-17T16:06:07.097Z Compiling crossbeam-utils v0.8.21
17742026-06-17T16:06:07.174Z Compiling atomic-waker v1.1.2
17752026-06-17T16:06:07.191Z Compiling usdt-impl v0.6.0
17762026-06-17T16:06:07.432Z Compiling scroll v0.13.0
17772026-06-17T16:06:07.449Z Compiling try-lock v0.2.5
17782026-06-17T16:06:07.567Z Compiling tower-layer v0.3.3
17792026-06-17T16:06:07.687Z Compiling plain v0.2.3
17802026-06-17T16:06:07.762Z Compiling ryu v1.0.23
17812026-06-17T16:06:07.800Z Compiling tower-service v0.3.3
17822026-06-17T16:06:07.907Z Compiling goblin v0.10.7
17832026-06-17T16:06:08.081Z Compiling want v0.3.1
17842026-06-17T16:06:08.259Z Compiling h2 v0.4.14
17852026-06-17T16:06:08.900Z Compiling httpdate v1.0.3
17862026-06-17T16:06:09.207Z Compiling slog-async v2.8.0
17872026-06-17T16:06:09.445Z Compiling dtrace-parser v0.3.0
17882026-06-17T16:06:09.538Z Compiling thread-id v5.1.0
17892026-06-17T16:06:09.629Z Compiling ref-cast v1.0.25
17902026-06-17T16:06:11.142Z Compiling dof v0.4.0
17912026-06-17T16:06:11.640Z Compiling hyper v1.10.1
17922026-06-17T16:06:11.643Z Compiling rand_core v0.9.5
17932026-06-17T16:06:12.054Z Compiling serde_urlencoded v0.7.1
17942026-06-17T16:06:12.338Z Compiling http-body-util v0.1.3
17952026-06-17T16:06:12.459Z Compiling ref-cast-impl v1.0.25
17962026-06-17T16:06:12.625Z Compiling syn v1.0.109
17972026-06-17T16:06:13.086Z Compiling hyper-util v0.1.20
17982026-06-17T16:06:14.053Z Compiling usdt-macro v0.6.0
17992026-06-17T16:06:14.390Z Compiling usdt-attr-macro v0.6.0
18002026-06-17T16:06:14.891Z Compiling structmeta-derive v0.3.0
18012026-06-17T16:06:15.289Z Compiling multer v3.1.0
18022026-06-17T16:06:15.645Z Compiling powerfmt v0.2.0
18032026-06-17T16:06:15.815Z Compiling foldhash v0.2.0
18042026-06-17T16:06:15.866Z Compiling allocator-api2 v0.2.21
18052026-06-17T16:06:15.948Z Compiling structmeta v0.3.0
18062026-06-17T16:06:15.989Z Compiling deranged v0.5.8
18072026-06-17T16:06:16.142Z Compiling rand_chacha v0.9.0
18082026-06-17T16:06:16.193Z Compiling hashbrown v0.16.1
18092026-06-17T16:06:17.288Z Compiling darling_core v0.23.0
18102026-06-17T16:06:17.310Z Compiling newtype-uuid-macros v0.1.0
18112026-06-17T16:06:17.311Z Compiling num_threads v0.1.7
18122026-06-17T16:06:17.311Z Compiling rand v0.9.4
18132026-06-17T16:06:17.311Z Compiling time v0.3.47
18142026-06-17T16:06:17.487Z Compiling newtype-uuid v1.3.2
18152026-06-17T16:06:17.888Z Compiling async-stream-impl v0.3.6
18162026-06-17T16:06:18.375Z Compiling strum_macros v0.26.4
18172026-06-17T16:06:18.421Z Compiling sync_wrapper v1.0.2
18182026-06-17T16:06:18.528Z Compiling dropshot v0.17.1
18192026-06-17T16:06:18.698Z Compiling darling_macro v0.23.0
18202026-06-17T16:06:18.782Z Compiling hex v0.4.3
18212026-06-17T16:06:19.076Z Compiling tower v0.5.3
18222026-06-17T16:06:19.304Z Compiling darling v0.23.0
18232026-06-17T16:06:19.388Z Compiling daft v0.1.7
18242026-06-17T16:06:19.417Z Compiling crossbeam-channel v0.5.15
18252026-06-17T16:06:19.705Z Compiling webpki-roots v1.0.7
18262026-06-17T16:06:19.837Z Compiling openapiv3 v2.2.0
18272026-06-17T16:06:20.107Z Compiling generic-array v0.14.7
18282026-06-17T16:06:20.352Z Compiling fastrand v2.4.1
18292026-06-17T16:06:20.680Z Compiling tower-http v0.6.11
18302026-06-17T16:06:20.880Z Compiling serde_with_macros v3.20.0
18312026-06-17T16:06:22.168Z Compiling futures-executor v0.3.32
18322026-06-17T16:06:22.181Z Compiling dropshot_endpoint v0.17.1
18332026-06-17T16:06:22.181Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18342026-06-17T16:06:22.181Z Compiling thread_local v1.1.9
18352026-06-17T16:06:22.181Z Compiling openssl-probe v0.2.1
18362026-06-17T16:06:22.305Z Compiling cpufeatures v0.3.0
18372026-06-17T16:06:22.331Z Compiling rustls-native-certs v0.8.4
18382026-06-17T16:06:22.385Z Compiling futures v0.3.32
18392026-06-17T16:06:22.988Z Compiling derive-ex v0.1.8
18402026-06-17T16:06:23.115Z Compiling strum_macros v0.27.2
18412026-06-17T16:06:23.150Z Compiling is-terminal v0.4.17
18422026-06-17T16:06:23.256Z Compiling take_mut v0.2.2
18432026-06-17T16:06:23.376Z Compiling winnow v1.0.3
18442026-06-17T16:06:23.729Z Compiling term v1.2.1
18452026-06-17T16:06:24.558Z Compiling test-strategy v0.4.5
18462026-06-17T16:06:24.846Z Compiling slog-term v2.9.2
18472026-06-17T16:06:25.526Z Compiling tempfile v3.27.0
18482026-06-17T16:06:26.253Z Compiling macaddr v1.0.1
18492026-06-17T16:06:26.338Z Compiling hybrid-array v0.4.12
18502026-06-17T16:06:26.453Z Compiling adler2 v2.0.1
18512026-06-17T16:06:26.620Z Compiling match_cfg v0.1.0
18522026-06-17T16:06:26.683Z Compiling simd-adler32 v0.3.9
18532026-06-17T16:06:26.701Z Compiling hostname v0.3.1
18542026-06-17T16:06:26.861Z Compiling miniz_oxide v0.8.9
18552026-06-17T16:06:28.881Z Compiling slog-json v2.6.1
18562026-06-17T16:06:28.921Z Compiling memmap2 v0.9.10
18572026-06-17T16:06:28.921Z Compiling usdt v0.6.0
18582026-06-17T16:06:28.921Z Compiling slog-bunyan v2.5.0
18592026-06-17T16:06:28.921Z Compiling flate2 v1.1.9
18602026-06-17T16:06:28.921Z Compiling block-buffer v0.12.0
18612026-06-17T16:06:29.026Z Compiling crypto-common v0.2.2
18622026-06-17T16:06:29.107Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-17T16:06:29.293Z Compiling const-oid v0.10.2
18642026-06-17T16:06:29.322Z Compiling compression-core v0.4.32
18652026-06-17T16:06:29.499Z Compiling debug-ignore v1.0.5
18662026-06-17T16:06:29.591Z Compiling either v1.16.0
18672026-06-17T16:06:29.615Z Compiling digest v0.11.3
18682026-06-17T16:06:29.720Z Compiling compression-codecs v0.4.38
18692026-06-17T16:06:30.060Z Compiling toml_parser v1.1.2+spec-1.1.0
18702026-06-17T16:06:30.100Z Compiling crypto-common v0.1.7
18712026-06-17T16:06:30.117Z Compiling parse-display-derive v0.10.0
18722026-06-17T16:06:30.185Z Compiling rand_chacha v0.3.1
18732026-06-17T16:06:30.314Z Compiling toml_datetime v1.1.1+spec-1.1.0
18742026-06-17T16:06:30.377Z Compiling serde_spanned v1.1.1
18752026-06-17T16:06:30.529Z Compiling encoding_rs v0.8.35
18762026-06-17T16:06:30.725Z Compiling mime v0.3.17
18772026-06-17T16:06:30.816Z Compiling toml_writer v1.1.1+spec-1.1.0
18782026-06-17T16:06:30.917Z Compiling spin v0.9.8
18792026-06-17T16:06:31.051Z Compiling toml v1.1.2+spec-1.1.0
18802026-06-17T16:06:31.199Z Compiling rand v0.8.6
18812026-06-17T16:06:31.407Z Compiling async-compression v0.4.42
18822026-06-17T16:06:31.671Z Compiling sha1 v0.11.0
18832026-06-17T16:06:31.868Z Compiling strum v0.26.3
18842026-06-17T16:06:32.006Z Compiling async-stream v0.3.6
18852026-06-17T16:06:32.067Z Compiling waitgroup v0.1.2
18862026-06-17T16:06:32.200Z Compiling rustls-pemfile v2.2.0
18872026-06-17T16:06:32.227Z Compiling serde_path_to_error v0.1.20
18882026-06-17T16:06:32.274Z Compiling wait-timeout v0.2.1
18892026-06-17T16:06:32.484Z Compiling hostname v0.4.2
18902026-06-17T16:06:32.731Z Compiling bit-vec v0.8.0
18912026-06-17T16:06:32.768Z Compiling quick-error v1.2.3
18922026-06-17T16:06:33.037Z Compiling bit-set v0.8.0
18932026-06-17T16:06:33.054Z Compiling rusty-fork v0.3.1
18942026-06-17T16:06:33.072Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-17T16:06:33.229Z Compiling serde_with v3.20.0
18962026-06-17T16:06:33.553Z Compiling rand_xorshift v0.4.0
18972026-06-17T16:06:33.732Z Compiling unarray v0.1.4
18982026-06-17T16:06:33.855Z Compiling proptest v1.11.0
18992026-06-17T16:06:33.901Z Compiling strum v0.27.2
19002026-06-17T16:06:34.037Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19012026-06-17T16:06:34.192Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19022026-06-17T16:06:34.404Z Compiling instant v0.1.13
19032026-06-17T16:06:34.601Z Compiling itertools v0.14.0
19042026-06-17T16:06:34.769Z Compiling iddqd v0.4.2
19052026-06-17T16:06:34.827Z Compiling unicode-width v0.2.2
19062026-06-17T16:06:35.701Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-17T16:06:35.719Z Compiling block-buffer v0.10.4
19082026-06-17T16:06:35.889Z Compiling backon v1.6.0
19092026-06-17T16:06:35.998Z Compiling regress v0.10.5
19102026-06-17T16:06:36.311Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19112026-06-17T16:06:37.914Z Compiling digest v0.10.7
19122026-06-17T16:06:37.957Z Compiling backoff v0.4.0
19132026-06-17T16:06:38.175Z Compiling parse-display v0.10.0
19142026-06-17T16:06:38.558Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19152026-06-17T16:06:39.319Z Compiling humantime v2.3.0
19162026-06-17T16:06:41.012Z Compiling regress v0.11.1
19172026-06-17T16:06:42.168Z Compiling zerocopy-derive v0.7.35
19182026-06-17T16:06:42.547Z Compiling typify-impl v0.6.2
19192026-06-17T16:06:43.118Z Compiling darling_core v0.21.3
19202026-06-17T16:06:43.175Z Compiling clap_derive v4.6.1
19212026-06-17T16:06:43.930Z Compiling utf8parse v0.2.2
19222026-06-17T16:06:44.093Z Compiling convert_case v0.4.0
19232026-06-17T16:06:44.385Z Compiling cpufeatures v0.2.17
19242026-06-17T16:06:44.465Z Compiling derive_more v0.99.20
19252026-06-17T16:06:44.836Z Compiling anstyle-parse v1.0.0
19262026-06-17T16:06:45.190Z Compiling darling_macro v0.21.3
19272026-06-17T16:06:45.746Z Compiling terminal_size v0.4.4
19282026-06-17T16:06:45.772Z Compiling toml_datetime v0.6.11
19292026-06-17T16:06:45.829Z Compiling typify-macro v0.6.2
19302026-06-17T16:06:46.002Z Compiling anstyle-query v1.1.5
19312026-06-17T16:06:46.081Z Compiling is_terminal_polyfill v1.70.2
19322026-06-17T16:06:46.109Z Compiling anstyle v1.0.14
19332026-06-17T16:06:46.161Z Compiling colorchoice v1.0.5
19342026-06-17T16:06:46.288Z Compiling anstream v1.0.0
19352026-06-17T16:06:46.367Z Compiling darling v0.21.3
19362026-06-17T16:06:46.859Z Compiling secrecy v0.10.3
19372026-06-17T16:06:46.891Z Compiling tinyvec_macros v0.1.1
19382026-06-17T16:06:46.968Z Compiling clap_lex v1.1.0
19392026-06-17T16:06:47.131Z Compiling heapless v0.8.0
19402026-06-17T16:06:47.272Z Compiling crucible-workspace-hack v0.1.0
19412026-06-17T16:06:47.329Z Compiling typify v0.6.2
19422026-06-17T16:06:47.421Z Compiling clap_builder v4.6.0
19432026-06-17T16:06:47.698Z Compiling tinyvec v1.11.0
19442026-06-17T16:06:48.029Z Compiling ingot-macros v0.1.1
19452026-06-17T16:06:48.032Z Compiling zerocopy v0.7.35
19462026-06-17T16:06:48.573Z Compiling hash32 v0.3.1
19472026-06-17T16:06:48.590Z Compiling scroll_derive v0.12.1
19482026-06-17T16:06:48.593Z Compiling rustc_version v0.4.1
19492026-06-17T16:06:48.868Z Compiling num-integer v0.1.46
19502026-06-17T16:06:48.902Z Compiling usdt-impl v0.5.0
19512026-06-17T16:06:49.180Z Compiling smoltcp v0.11.0
19522026-06-17T16:06:49.306Z Compiling scroll v0.12.0
19532026-06-17T16:06:49.359Z Compiling clap v4.6.1
19542026-06-17T16:06:49.556Z Compiling curve25519-dalek v4.1.3
19552026-06-17T16:06:50.099Z Compiling dof v0.3.0
19562026-06-17T16:06:50.697Z Compiling ingot-types v0.1.2
19572026-06-17T16:06:51.410Z Compiling hmac v0.12.1
19582026-06-17T16:06:51.457Z Compiling dtrace-parser v0.2.0
19592026-06-17T16:06:51.566Z Compiling inout v0.1.4
19602026-06-17T16:06:51.633Z Compiling ff v0.13.1
19612026-06-17T16:06:51.724Z Compiling cobs v0.3.0
19622026-06-17T16:06:51.994Z Compiling thread-id v4.2.2
19632026-06-17T16:06:52.081Z Compiling managed v0.8.0
19642026-06-17T16:06:52.313Z Compiling unsafe-libyaml v0.2.11
19652026-06-17T16:06:52.511Z Compiling bitflags v1.3.2
19662026-06-17T16:06:52.820Z Compiling serde_yaml v0.9.34+deprecated
19672026-06-17T16:06:53.488Z Compiling postcard v1.1.3
19682026-06-17T16:06:53.623Z Compiling group v0.13.0
19692026-06-17T16:06:53.727Z Compiling cipher v0.4.4
19702026-06-17T16:06:53.973Z Compiling hkdf v0.12.4
19712026-06-17T16:06:54.139Z Compiling ingot v0.1.1
19722026-06-17T16:06:54.694Z Compiling goblin v0.8.2
19732026-06-17T16:06:55.022Z Compiling num-iter v0.1.45
19742026-06-17T16:06:55.155Z Compiling num-rational v0.4.2
19752026-06-17T16:06:56.344Z Compiling tabwriter v1.4.1
19762026-06-17T16:06:56.393Z Compiling universal-hash v0.5.1
19772026-06-17T16:06:56.538Z Compiling crypto-bigint v0.5.5
19782026-06-17T16:06:56.697Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-06-17T16:06:56.724Z Compiling thiserror-impl-no-std v2.0.2
19802026-06-17T16:06:57.263Z Compiling hubpack_derive v0.1.1
19812026-06-17T16:06:57.795Z Compiling crossbeam-epoch v0.9.18
19822026-06-17T16:06:57.829Z Compiling half v2.7.1
19832026-06-17T16:06:58.097Z Compiling curve25519-dalek-derive v0.1.1
19842026-06-17T16:06:58.281Z Compiling num-complex v0.4.6
19852026-06-17T16:06:58.819Z Compiling memoffset v0.9.1
19862026-06-17T16:06:58.914Z Compiling cfg_aliases v0.2.1
19872026-06-17T16:06:59.229Z Compiling base64ct v1.8.3
19882026-06-17T16:06:59.249Z Compiling opaque-debug v0.3.1
19892026-06-17T16:06:59.420Z Compiling prettyplease v0.2.37
19902026-06-17T16:06:59.559Z Compiling base16ct v0.2.0
19912026-06-17T16:06:59.578Z Compiling ciborium-io v0.2.2
19922026-06-17T16:06:59.800Z Compiling elliptic-curve v0.13.8
19932026-06-17T16:07:00.016Z Compiling ciborium-ll v0.2.2
19942026-06-17T16:07:00.280Z Compiling password-hash v0.5.0
19952026-06-17T16:07:00.768Z Compiling poly1305 v0.8.0
19962026-06-17T16:07:01.393Z Compiling nix v0.31.3
19972026-06-17T16:07:01.734Z Compiling num v0.4.3
19982026-06-17T16:07:01.780Z Compiling hubpack v0.1.2
19992026-06-17T16:07:01.811Z Compiling thiserror-no-std v2.0.2
20002026-06-17T16:07:02.503Z Compiling chacha20 v0.9.1
20012026-06-17T16:07:02.858Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20022026-06-17T16:07:03.052Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-06-17T16:07:03.673Z Compiling reqwest v0.12.28
20042026-06-17T16:07:04.410Z Compiling toml_edit v0.25.12+spec-1.1.0
20052026-06-17T16:07:04.601Z Compiling blake2 v0.10.6
20062026-06-17T16:07:04.681Z Compiling aead v0.5.2
20072026-06-17T16:07:05.041Z Compiling byte-wrapper v0.1.0
20082026-06-17T16:07:05.113Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20092026-06-17T16:07:05.301Z Compiling serde_repr v0.1.20
20102026-06-17T16:07:05.908Z Compiling proc-macro-error-attr v1.0.4
20112026-06-17T16:07:06.014Z Compiling bstr v1.12.1
20122026-06-17T16:07:06.152Z Compiling rustix v0.38.44
20132026-06-17T16:07:06.268Z Compiling float-ord v0.3.2
20142026-06-17T16:07:06.332Z Compiling keccak v0.1.6
20152026-06-17T16:07:06.380Z Compiling static_assertions v1.1.0
20162026-06-17T16:07:06.462Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20172026-06-17T16:07:06.628Z Compiling sha3 v0.10.9
20182026-06-17T16:07:06.996Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20192026-06-17T16:07:07.038Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-17T16:07:07.539Z Compiling proc-macro-crate v3.5.0
20212026-06-17T16:07:07.554Z Compiling argon2 v0.5.3
20222026-06-17T16:07:07.939Z Compiling chacha20poly1305 v0.10.1
20232026-06-17T16:07:08.123Z Compiling progenitor-client v0.10.0
20242026-06-17T16:07:08.544Z Compiling vsss-rs v3.3.4
20252026-06-17T16:07:09.717Z Compiling rustls-webpki v0.103.13
20262026-06-17T16:07:10.145Z Compiling ciborium v0.2.2
20272026-06-17T16:07:10.965Z Compiling usdt-attr-macro v0.5.0
20282026-06-17T16:07:11.002Z Compiling usdt-macro v0.5.0
20292026-06-17T16:07:12.523Z Compiling enum-as-inner v0.6.1
20302026-06-17T16:07:12.657Z Compiling num-derive v0.4.2
20312026-06-17T16:07:13.099Z Compiling proc-macro-error v1.0.4
20322026-06-17T16:07:13.307Z Compiling memmap v0.7.0
20332026-06-17T16:07:13.571Z Compiling winnow v0.5.40
20342026-06-17T16:07:13.606Z Compiling indent_write v2.2.0
20352026-06-17T16:07:13.637Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20362026-06-17T16:07:13.840Z Compiling data-encoding v2.11.0
20372026-06-17T16:07:14.138Z Compiling tokio-rustls v0.26.4
20382026-06-17T16:07:14.292Z Compiling rustls-platform-verifier v0.7.0
20392026-06-17T16:07:14.441Z Compiling hyper-rustls v0.27.9
20402026-06-17T16:07:14.909Z Compiling reqwest v0.13.4
20412026-06-17T16:07:15.015Z Compiling toml_edit v0.19.15
20422026-06-17T16:07:15.162Z Compiling usdt v0.5.0
20432026-06-17T16:07:15.962Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-17T16:07:16.476Z Compiling progenitor-client v0.14.0
20452026-06-17T16:07:16.943Z Compiling progenitor-extras v0.2.0
20462026-06-17T16:07:17.461Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20472026-06-17T16:07:17.571Z Compiling num_enum_derive v0.7.6
20482026-06-17T16:07:17.957Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-17T16:07:19.806Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-17T16:07:22.123Z Compiling serde_spanned v0.6.9
20512026-06-17T16:07:22.282Z Compiling foreign-types-macros v0.2.3
20522026-06-17T16:07:22.940Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-17T16:07:29.116Z Compiling vcpkg v0.2.15
20542026-06-17T16:07:29.228Z Compiling toml_write v0.1.2
20552026-06-17T16:07:29.443Z Compiling pkg-config v0.3.33
20562026-06-17T16:07:29.673Z Compiling winnow v0.7.15
20572026-06-17T16:07:29.934Z Compiling colored v3.1.1
20582026-06-17T16:07:30.158Z Compiling foreign-types-shared v0.3.1
20592026-06-17T16:07:30.175Z Compiling bytecount v0.6.9
20602026-06-17T16:07:30.389Z Compiling foreign-types v0.5.0
20612026-06-17T16:07:30.482Z Compiling openssl-sys v0.9.116
20622026-06-17T16:07:30.612Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-17T16:07:30.890Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-17T16:07:31.062Z Compiling toml_edit v0.22.27
20652026-06-17T16:07:31.412Z Compiling num_enum v0.7.6
20662026-06-17T16:07:31.553Z Compiling proc-macro-crate v1.3.1
20672026-06-17T16:07:32.021Z Compiling progenitor-impl v0.13.0
20682026-06-17T16:07:32.043Z Compiling chacha20 v0.10.0
20692026-06-17T16:07:32.059Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702026-06-17T16:07:32.749Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20712026-06-17T16:07:32.904Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20722026-06-17T16:07:33.176Z Compiling cstr-argument v0.1.2
20732026-06-17T16:07:33.206Z Compiling swrite v0.1.0
20742026-06-17T16:07:33.319Z Compiling heck v0.4.1
20752026-06-17T16:07:33.388Z Compiling unicode-segmentation v1.13.3
20762026-06-17T16:07:33.621Z Compiling resolv-conf v0.7.6
20772026-06-17T16:07:33.787Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
20782026-06-17T16:07:34.009Z Compiling rayon-core v1.13.0
20792026-06-17T16:07:34.088Z Compiling linked-hash-map v0.5.6
20802026-06-17T16:07:34.442Z Compiling semver v0.1.20
20812026-06-17T16:07:34.442Z Compiling progenitor-macro v0.13.0
20822026-06-17T16:07:34.442Z Compiling rustc_version v0.1.7
20832026-06-17T16:07:34.442Z Compiling lru-cache v0.1.2
20842026-06-17T16:07:34.504Z Compiling newline-converter v0.3.0
20852026-06-17T16:07:34.522Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20862026-06-17T16:07:34.593Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20872026-06-17T16:07:34.646Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882026-06-17T16:07:34.817Z Compiling toml v0.8.23
20892026-06-17T16:07:34.965Z Compiling rand v0.10.1
20902026-06-17T16:07:35.378Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20912026-06-17T16:07:35.525Z Compiling num_enum_derive v0.5.11
20922026-06-17T16:07:35.688Z Compiling atomicwrites v0.4.4
20932026-06-17T16:07:35.790Z Compiling progenitor-client v0.13.0
20942026-06-17T16:07:35.975Z Compiling hickory-proto v0.24.4
20952026-06-17T16:07:36.104Z Compiling similar v2.7.0
20962026-06-17T16:07:36.319Z Compiling crossbeam-deque v0.8.6
20972026-06-17T16:07:36.515Z Compiling progenitor-impl v0.14.0
20982026-06-17T16:07:36.556Z Compiling console v0.15.11
20992026-06-17T16:07:37.817Z Compiling camino-tempfile v1.4.1
21002026-06-17T16:07:38.236Z Compiling serde-big-array v0.5.1
21012026-06-17T16:07:38.403Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21022026-06-17T16:07:38.422Z Compiling pin-project-internal v1.1.13
21032026-06-17T16:07:38.568Z Compiling derive-where v1.6.1
21042026-06-17T16:07:38.897Z Compiling lazy_static v1.5.0
21052026-06-17T16:07:38.965Z Compiling minimal-lexical v0.2.1
21062026-06-17T16:07:39.003Z Compiling siphasher v1.0.3
21072026-06-17T16:07:39.200Z Compiling phf_shared v0.12.1
21082026-06-17T16:07:39.223Z Compiling nom v7.1.3
21092026-06-17T16:07:39.538Z Compiling pin-project v1.1.13
21102026-06-17T16:07:39.647Z Compiling progenitor-macro v0.14.0
21112026-06-17T16:07:39.849Z Compiling progenitor v0.13.0
21122026-06-17T16:07:40.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21132026-06-17T16:07:40.271Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-17T16:07:40.612Z Compiling hickory-resolver v0.24.4
21152026-06-17T16:07:43.527Z Compiling expectorate v1.2.0
21162026-06-17T16:07:43.743Z Compiling num_enum v0.5.11
21172026-06-17T16:07:43.874Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-17T16:07:45.409Z Compiling newtype_derive v0.1.6
21192026-06-17T16:07:45.976Z Compiling unicode-normalization v0.1.25
21202026-06-17T16:07:46.571Z Compiling tokio-stream v0.1.18
21212026-06-17T16:07:47.136Z Compiling async-recursion v1.1.1
21222026-06-17T16:07:47.843Z Compiling snafu-derive v0.8.9
21232026-06-17T16:07:48.162Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21242026-06-17T16:07:48.497Z Compiling slog-dtrace v0.3.0
21252026-06-17T16:07:48.630Z Compiling csv-core v0.1.13
21262026-06-17T16:07:48.778Z Compiling cancel-safe-futures v0.1.5
21272026-06-17T16:07:49.052Z Compiling chrono-tz v0.10.4
21282026-06-17T16:07:49.075Z Compiling highway v1.3.0
21292026-06-17T16:07:49.306Z Compiling openssl v0.10.80
21302026-06-17T16:07:49.605Z Compiling unicode-width v0.1.14
21312026-06-17T16:07:49.608Z Compiling foldhash v0.1.5
21322026-06-17T16:07:49.792Z Compiling unicode-xid v0.2.6
21332026-06-17T16:07:49.868Z Compiling foreign-types-shared v0.1.1
21342026-06-17T16:07:49.927Z Compiling same-file v1.0.6
21352026-06-17T16:07:49.944Z Compiling konst_macro_rules v0.2.19
21362026-06-17T16:07:49.970Z Compiling owo-colors v4.3.0
21372026-06-17T16:07:50.086Z Compiling konst v0.2.20
21382026-06-17T16:07:50.108Z Compiling walkdir v2.5.0
21392026-06-17T16:07:50.142Z Compiling foreign-types v0.3.2
21402026-06-17T16:07:50.227Z Compiling const_format_proc_macros v0.2.34
21412026-06-17T16:07:50.393Z Compiling hashbrown v0.15.5
21422026-06-17T16:07:50.470Z Compiling snafu v0.8.9
21432026-06-17T16:07:50.849Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-17T16:07:51.057Z Compiling csv v1.4.0
21452026-06-17T16:07:51.135Z Compiling progenitor v0.14.0
21462026-06-17T16:07:51.167Z Compiling qorb v0.4.1
21472026-06-17T16:07:51.286Z Compiling olpc-cjson v0.1.4
21482026-06-17T16:07:51.558Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-17T16:07:52.035Z Compiling rayon v1.12.0
21502026-06-17T16:07:52.637Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21512026-06-17T16:07:53.168Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-17T16:07:54.244Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-17T16:07:55.033Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-17T16:07:55.573Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21552026-06-17T16:07:56.794Z Compiling phf v0.12.1
21562026-06-17T16:07:56.977Z Compiling zone_cfg_derive v0.3.1
21572026-06-17T16:07:57.281Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-17T16:07:57.707Z Compiling tokio-dtrace v0.1.1
21592026-06-17T16:07:57.758Z Compiling globset v0.4.18
21602026-06-17T16:07:58.033Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21612026-06-17T16:07:58.256Z Compiling itertools v0.12.1
21622026-06-17T16:07:59.453Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-06-17T16:07:59.699Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21642026-06-17T16:07:59.872Z Compiling libsw-core v0.3.2
21652026-06-17T16:07:59.878Z Compiling pem v3.0.6
21662026-06-17T16:08:00.042Z Compiling serde_plain v1.0.2
21672026-06-17T16:08:00.059Z Compiling openssl-macros v0.1.1
21682026-06-17T16:08:00.339Z Compiling cookie v0.18.1
21692026-06-17T16:08:00.414Z Compiling sigpipe v0.1.3
21702026-06-17T16:08:00.528Z Compiling fixedbitset v0.5.7
21712026-06-17T16:08:00.548Z Compiling jiff v0.2.28
21722026-06-17T16:08:00.569Z Compiling typed-path v0.9.3
21732026-06-17T16:08:00.599Z Compiling fixedbitset v0.4.2
21742026-06-17T16:08:01.749Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-17T16:08:01.767Z Compiling glob v0.3.3
21762026-06-17T16:08:01.767Z Compiling petgraph v0.6.5
21772026-06-17T16:08:01.767Z Compiling petgraph v0.8.3
21782026-06-17T16:08:01.894Z Compiling tough v0.22.0
21792026-06-17T16:08:02.709Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-06-17T16:08:02.899Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21812026-06-17T16:08:02.914Z Compiling libsw v3.5.0
21822026-06-17T16:08:03.078Z Compiling zone v0.3.1
21832026-06-17T16:08:03.516Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21842026-06-17T16:08:03.561Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-17T16:08:03.820Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-17T16:08:04.805Z Compiling oxide-tokio-rt v0.1.6
21872026-06-17T16:08:05.824Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21882026-06-17T16:08:07.166Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-17T16:08:07.167Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-06-17T16:08:07.589Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-17T16:08:08.143Z Compiling const_format v0.2.36
21922026-06-17T16:08:08.687Z Compiling papergrid v0.11.0
21932026-06-17T16:08:09.217Z Compiling tabled_derive v0.7.0
21942026-06-17T16:08:09.763Z Compiling gethostname v0.5.0
21952026-06-17T16:08:09.939Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-17T16:08:10.128Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21972026-06-17T16:08:10.238Z Compiling libscf-sys v1.2.0
21982026-06-17T16:08:10.396Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-17T16:08:10.524Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22002026-06-17T16:08:11.789Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-17T16:08:11.810Z Compiling smf v0.2.3
22022026-06-17T16:08:11.810Z Compiling bcs v0.1.6
22032026-06-17T16:08:11.810Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22042026-06-17T16:08:11.810Z Compiling unicode-linebreak v0.1.5
22052026-06-17T16:08:11.815Z Compiling termtree v0.5.1
22062026-06-17T16:08:11.815Z Compiling tagptr v0.2.0
22072026-06-17T16:08:11.924Z Compiling whoami v1.6.1
22082026-06-17T16:08:11.982Z Compiling smawk v0.3.2
22092026-06-17T16:08:12.153Z Compiling linear-map v1.2.0
22102026-06-17T16:08:12.373Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-17T16:08:12.396Z Compiling textwrap v0.16.2
22122026-06-17T16:08:13.453Z Compiling moka v0.12.15
22132026-06-17T16:08:13.853Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22142026-06-17T16:08:13.957Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-17T16:08:14.288Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-06-17T16:08:14.664Z Compiling tabled v0.15.0
22172026-06-17T16:08:14.773Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-17T16:08:14.985Z Compiling steno v0.4.1
22192026-06-17T16:08:15.328Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-06-17T16:08:16.766Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-17T16:08:20.474Z Compiling hickory-proto v0.25.2
22222026-06-17T16:08:20.493Z Compiling proc-macro-error-attr2 v2.0.0
22232026-06-17T16:08:20.951Z Compiling proc-macro-error2 v2.0.1
22242026-06-17T16:08:21.240Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22252026-06-17T16:08:21.703Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22262026-06-17T16:08:21.973Z Compiling parking_lot_core v0.8.6
22272026-06-17T16:08:22.260Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22282026-06-17T16:08:22.311Z Compiling tabled_derive v0.11.0
22292026-06-17T16:08:22.420Z Compiling papergrid v0.18.0
22302026-06-17T16:08:23.274Z Compiling hickory-resolver v0.25.2
22312026-06-17T16:08:23.408Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-06-17T16:08:23.946Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22332026-06-17T16:08:24.336Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-06-17T16:08:25.393Z Compiling testing_table v0.3.0
22352026-06-17T16:08:25.813Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22362026-06-17T16:08:26.355Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22372026-06-17T16:08:26.686Z Compiling tabled v0.21.0
22382026-06-17T16:08:27.323Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22392026-06-17T16:08:27.986Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22402026-06-17T16:08:28.881Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22412026-06-17T16:08:28.997Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22422026-06-17T16:08:29.559Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22432026-06-17T16:08:29.692Z Compiling arc-swap v1.9.1
22442026-06-17T16:08:30.060Z Compiling slog-scope v4.4.1
22452026-06-17T16:08:30.270Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22462026-06-17T16:08:31.668Z Compiling parking_lot v0.11.2
22472026-06-17T16:08:32.175Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22482026-06-17T16:08:32.553Z Compiling dropshot-api-manager-types v0.7.2
22492026-06-17T16:08:32.940Z Compiling fxhash v0.2.1
22502026-06-17T16:08:33.051Z Compiling crc8 v0.1.1
22512026-06-17T16:08:33.089Z Compiling sled v0.34.7
22522026-06-17T16:08:33.130Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22532026-06-17T16:08:33.171Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22542026-06-17T16:08:34.408Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22552026-06-17T16:08:34.523Z Compiling slog-stdlog v4.1.1
22562026-06-17T16:08:34.993Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22572026-06-17T16:08:35.264Z Compiling slog-envlogger v2.2.0
22582026-06-17T16:08:36.213Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22592026-06-17T16:08:38.802Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22602026-06-17T16:08:40.915Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22612026-06-17T16:08:43.137Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22622026-06-17T16:08:44.496Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22632026-06-17T16:08:53.173Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22642026-06-17T16:08:58.704Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22652026-06-17T16:09:01.903Z Finished `release` profile [optimized] target(s) in 4m 04s
22662026-06-17T16:09:02.235Z+ banner trio
22672026-06-17T16:09:02.239Z
22682026-06-17T16:09:02.239Z ##### ##### # ####
22692026-06-17T16:09:02.239Z # # # # # #
22702026-06-17T16:09:02.239Z # # # # # #
22712026-06-17T16:09:02.239Z # ##### # # #
22722026-06-17T16:09:02.239Z # # # # # #
22732026-06-17T16:09:02.239Z # # # # ####
22742026-06-17T16:09:02.239Z
22752026-06-17T16:09:02.239Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22762026-06-17T16:09:02.796Z Compiling cfg-if v1.0.4
22772026-06-17T16:09:02.799Z Compiling libc v0.2.186
22782026-06-17T16:09:02.799Z Compiling serde_core v1.0.228
22792026-06-17T16:09:02.908Z Compiling memchr v2.8.1
22802026-06-17T16:09:02.912Z Compiling itoa v1.0.18
22812026-06-17T16:09:02.916Z Compiling smallvec v1.15.1
22822026-06-17T16:09:02.929Z Compiling stable_deref_trait v1.2.1
22832026-06-17T16:09:02.933Z Compiling zerofrom v0.1.8
22842026-06-17T16:09:02.950Z Compiling zmij v1.0.21
22852026-06-17T16:09:03.000Z Compiling litemap v0.8.2
22862026-06-17T16:09:03.057Z Compiling yoke v0.8.3
22872026-06-17T16:09:03.139Z Compiling writeable v0.6.3
22882026-06-17T16:09:03.158Z Compiling utf8_iter v1.0.4
22892026-06-17T16:09:03.197Z Compiling percent-encoding v2.3.2
22902026-06-17T16:09:03.255Z Compiling zerovec v0.11.6
22912026-06-17T16:09:03.278Z Compiling zerotrie v0.2.4
22922026-06-17T16:09:03.318Z Compiling libm v0.2.16
22932026-06-17T16:09:03.377Z Compiling icu_normalizer_data v2.2.0
22942026-06-17T16:09:03.422Z Compiling icu_properties_data v2.2.0
22952026-06-17T16:09:03.457Z Compiling form_urlencoded v1.2.2
22962026-06-17T16:09:03.469Z Compiling rand_core v0.10.1
22972026-06-17T16:09:03.565Z Compiling errno v0.3.14
22982026-06-17T16:09:03.626Z Compiling getrandom v0.4.2
22992026-06-17T16:09:03.709Z Compiling iana-time-zone v0.1.65
23002026-06-17T16:09:03.728Z Compiling pin-project-lite v0.2.17
23012026-06-17T16:09:03.760Z Compiling zeroize v1.8.2
23022026-06-17T16:09:03.826Z Compiling tinystr v0.8.3
23032026-06-17T16:09:03.838Z Compiling potential_utf v0.1.5
23042026-06-17T16:09:03.849Z Compiling dyn-clone v1.0.20
23052026-06-17T16:09:03.992Z Compiling icu_locale_core v2.2.0
23062026-06-17T16:09:04.005Z Compiling icu_collections v2.2.0
23072026-06-17T16:09:04.017Z Compiling socket2 v0.6.4
23082026-06-17T16:09:04.021Z Compiling scopeguard v1.2.0
23092026-06-17T16:09:04.037Z Compiling parking_lot_core v0.9.12
23102026-06-17T16:09:04.055Z Compiling signal-hook-registry v1.4.8
23112026-06-17T16:09:04.135Z Compiling num-traits v0.2.19
23122026-06-17T16:09:04.438Z Compiling lock_api v0.4.14
23132026-06-17T16:09:04.597Z Compiling mio v1.2.1
23142026-06-17T16:09:04.687Z Compiling parking_lot v0.12.5
23152026-06-17T16:09:04.749Z Compiling serde v1.0.228
23162026-06-17T16:09:04.832Z Compiling serde_json v1.0.150
23172026-06-17T16:09:04.920Z Compiling icu_provider v2.2.0
23182026-06-17T16:09:04.935Z Compiling uuid v1.23.2
23192026-06-17T16:09:05.059Z Compiling semver v1.0.28
23202026-06-17T16:09:05.315Z Compiling bytes v1.11.1
23212026-06-17T16:09:05.418Z Compiling icu_normalizer v2.2.0
23222026-06-17T16:09:05.557Z Compiling icu_properties v2.2.0
23232026-06-17T16:09:05.557Z Compiling chrono v0.4.45
23242026-06-17T16:09:05.647Z Compiling portable-atomic v1.13.1
23252026-06-17T16:09:05.751Z Compiling thiserror v2.0.18
23262026-06-17T16:09:05.869Z Compiling tokio v1.52.3
23272026-06-17T16:09:06.219Z Compiling bitflags v2.12.1
23282026-06-17T16:09:06.364Z Compiling critical-section v1.2.0
23292026-06-17T16:09:06.479Z Compiling futures-core v0.3.32
23302026-06-17T16:09:06.621Z Compiling idna_adapter v1.2.2
23312026-06-17T16:09:06.625Z Compiling once_cell v1.21.4
23322026-06-17T16:09:06.643Z Compiling log v0.4.32
23332026-06-17T16:09:06.762Z Compiling idna v1.1.0
23342026-06-17T16:09:06.876Z Compiling equivalent v1.0.2
23352026-06-17T16:09:06.893Z Compiling subtle v2.6.1
23362026-06-17T16:09:06.911Z Compiling zerocopy v0.8.50
23372026-06-17T16:09:06.968Z Compiling futures-sink v0.3.32
23382026-06-17T16:09:07.066Z Compiling slab v0.4.12
23392026-06-17T16:09:07.084Z Compiling url v2.5.8
23402026-06-17T16:09:07.184Z Compiling typenum v1.20.1
23412026-06-17T16:09:07.279Z Compiling futures-channel v0.3.32
23422026-06-17T16:09:07.510Z Compiling getrandom v0.2.17
23432026-06-17T16:09:07.537Z Compiling futures-task v0.3.32
23442026-06-17T16:09:07.714Z Compiling schemars v0.8.22
23452026-06-17T16:09:07.731Z Compiling futures-io v0.3.32
23462026-06-17T16:09:07.955Z Compiling futures-util v0.3.32
23472026-06-17T16:09:07.998Z Compiling rand_core v0.6.4
23482026-06-17T16:09:08.261Z Compiling hashbrown v0.17.1
23492026-06-17T16:09:08.898Z Compiling indexmap v2.14.0
23502026-06-17T16:09:08.939Z Compiling tracing-core v0.1.36
23512026-06-17T16:09:09.130Z Compiling ipnetwork v0.21.1
23522026-06-17T16:09:09.663Z Compiling tracing v0.1.44
23532026-06-17T16:09:09.734Z Compiling base64 v0.22.1
23542026-06-17T16:09:10.052Z Compiling http v1.4.1
23552026-06-17T16:09:10.065Z Compiling unicode-ident v1.0.24
23562026-06-17T16:09:10.130Z Compiling slog v2.8.2
23572026-06-17T16:09:10.145Z Compiling erased-serde v0.3.31
23582026-06-17T16:09:10.181Z Compiling proc-macro2 v1.0.106
23592026-06-17T16:09:10.236Z Compiling fnv v1.0.7
23602026-06-17T16:09:10.345Z Compiling oxnet v0.1.6
23612026-06-17T16:09:10.759Z Compiling quote v1.0.45
23622026-06-17T16:09:11.184Z Compiling syn v2.0.117
23632026-06-17T16:09:11.296Z Compiling tokio-util v0.7.18
23642026-06-17T16:09:11.493Z Compiling byteorder v1.5.0
23652026-06-17T16:09:11.750Z Compiling ipnet v2.12.0
23662026-06-17T16:09:11.959Z Compiling thiserror v1.0.69
23672026-06-17T16:09:12.075Z Compiling ppv-lite86 v0.2.21
23682026-06-17T16:09:12.329Z Compiling rustls-pki-types v1.14.1
23692026-06-17T16:09:12.454Z Compiling aws-lc-sys v0.41.0
23702026-06-17T16:09:12.516Z Compiling http-body v1.0.1
23712026-06-17T16:09:12.548Z Compiling untrusted v0.7.1
23722026-06-17T16:09:12.674Z Compiling atomic-waker v1.1.2
23732026-06-17T16:09:12.685Z Compiling httparse v1.10.1
23742026-06-17T16:09:12.763Z Compiling untrusted v0.9.0
23752026-06-17T16:09:12.811Z Compiling tower-service v0.3.3
23762026-06-17T16:09:12.899Z Compiling ryu v1.0.23
23772026-06-17T16:09:12.910Z Compiling rustls v0.23.40
23782026-06-17T16:09:12.943Z Compiling aws-lc-rs v1.17.0
23792026-06-17T16:09:13.020Z Compiling tower-layer v0.3.3
23802026-06-17T16:09:13.147Z Compiling pretty-hex v0.4.2
23812026-06-17T16:09:13.165Z Compiling try-lock v0.2.5
23822026-06-17T16:09:13.202Z Compiling h2 v0.4.14
23832026-06-17T16:09:13.224Z Compiling httpdate v1.0.3
23842026-06-17T16:09:13.227Z Compiling rustix v1.1.4
23852026-06-17T16:09:13.274Z Compiling want v0.3.1
23862026-06-17T16:09:13.287Z Compiling plain v0.2.3
23872026-06-17T16:09:13.403Z Compiling regex-syntax v0.8.10
23882026-06-17T16:09:13.458Z Compiling getrandom v0.3.4
23892026-06-17T16:09:13.605Z Compiling omicron-workspace-hack v0.1.0
23902026-06-17T16:09:13.667Z Compiling ucd-trie v0.1.7
23912026-06-17T16:09:13.682Z Compiling rand_core v0.9.5
23922026-06-17T16:09:13.976Z Compiling pest v2.8.6
23932026-06-17T16:09:14.294Z Compiling rustls-webpki v0.103.13
23942026-06-17T16:09:15.631Z Compiling hyper v1.10.1
23952026-06-17T16:09:15.872Z Compiling crossbeam-utils v0.8.21
23962026-06-17T16:09:16.653Z Compiling serde_urlencoded v0.7.1
23972026-06-17T16:09:16.954Z Compiling http-body-util v0.1.3
23982026-06-17T16:09:16.977Z Compiling allocator-api2 v0.2.21
23992026-06-17T16:09:17.254Z Compiling hyper-util v0.1.20
24002026-06-17T16:09:17.388Z Compiling foldhash v0.2.0
24012026-06-17T16:09:17.690Z Compiling hashbrown v0.16.1
24022026-06-17T16:09:18.415Z Compiling newtype-uuid v1.3.2
24032026-06-17T16:09:19.327Z Compiling tokio-rustls v0.26.4
24042026-06-17T16:09:19.439Z Compiling hex v0.4.3
24052026-06-17T16:09:19.666Z Compiling daft v0.1.7
24062026-06-17T16:09:19.695Z Compiling rand_chacha v0.9.0
24072026-06-17T16:09:19.779Z Compiling sync_wrapper v1.0.2
24082026-06-17T16:09:19.904Z Compiling aho-corasick v1.1.4
24092026-06-17T16:09:19.984Z Compiling fastrand v2.4.1
24102026-06-17T16:09:20.276Z Compiling rand v0.9.4
24112026-06-17T16:09:20.276Z Compiling tower v0.5.3
24122026-06-17T16:09:20.334Z Compiling anyhow v1.0.102
24132026-06-17T16:09:20.347Z Compiling powerfmt v0.2.0
24142026-06-17T16:09:20.608Z Compiling deranged v0.5.8
24152026-06-17T16:09:20.618Z Compiling generic-array v0.14.7
24162026-06-17T16:09:20.871Z Compiling regex-automata v0.4.14
24172026-06-17T16:09:20.993Z Compiling tower-http v0.6.11
24182026-06-17T16:09:21.029Z Compiling openapiv3 v2.2.0
24192026-06-17T16:09:21.175Z Compiling num-conv v0.2.2
24202026-06-17T16:09:21.345Z Compiling openssl-probe v0.2.1
24212026-06-17T16:09:21.594Z Compiling time-core v0.1.8
24222026-06-17T16:09:21.682Z Compiling num_threads v0.1.7
24232026-06-17T16:09:21.730Z Compiling cpufeatures v0.3.0
24242026-06-17T16:09:21.747Z Compiling rustls-native-certs v0.8.4
24252026-06-17T16:09:21.781Z Compiling time v0.3.47
24262026-06-17T16:09:21.807Z Compiling camino v1.2.2
24272026-06-17T16:09:22.418Z Compiling tempfile v3.27.0
24282026-06-17T16:09:22.600Z Compiling futures-executor v0.3.32
24292026-06-17T16:09:23.143Z Compiling winnow v1.0.3
24302026-06-17T16:09:23.340Z Compiling regex v1.12.3
24312026-06-17T16:09:23.488Z Compiling futures v0.3.32
24322026-06-17T16:09:23.578Z Compiling rustls-platform-verifier v0.7.0
24332026-06-17T16:09:24.229Z Compiling hyper-rustls v0.27.9
24342026-06-17T16:09:24.591Z Compiling crossbeam-channel v0.5.15
24352026-06-17T16:09:24.646Z Compiling scroll v0.13.0
24362026-06-17T16:09:24.768Z Compiling hybrid-array v0.4.12
24372026-06-17T16:09:24.809Z Compiling adler2 v2.0.1
24382026-06-17T16:09:24.970Z Compiling simd-adler32 v0.3.9
24392026-06-17T16:09:24.984Z Compiling goblin v0.10.7
24402026-06-17T16:09:25.270Z Compiling miniz_oxide v0.8.9
24412026-06-17T16:09:25.301Z Compiling crc32fast v1.5.0
24422026-06-17T16:09:25.328Z Compiling reqwest v0.13.4
24432026-06-17T16:09:25.553Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24442026-06-17T16:09:25.831Z Compiling thread_local v1.1.9
24452026-06-17T16:09:26.191Z Compiling either v1.16.0
24462026-06-17T16:09:26.420Z Compiling flate2 v1.1.9
24472026-06-17T16:09:26.701Z Compiling crypto-common v0.2.2
24482026-06-17T16:09:27.005Z Compiling block-buffer v0.12.0
24492026-06-17T16:09:27.197Z Compiling crypto-common v0.1.7
24502026-06-17T16:09:27.352Z Compiling dtrace-parser v0.3.0
24512026-06-17T16:09:27.548Z Compiling rand_chacha v0.3.1
24522026-06-17T16:09:27.989Z Compiling is-terminal v0.4.17
24532026-06-17T16:09:28.097Z Compiling thread-id v5.1.0
24542026-06-17T16:09:28.180Z Compiling dof v0.4.0
24552026-06-17T16:09:28.191Z Compiling compression-core v0.4.32
24562026-06-17T16:09:28.370Z Compiling take_mut v0.2.2
24572026-06-17T16:09:28.493Z Compiling const-oid v0.10.2
24582026-06-17T16:09:28.803Z Compiling term v1.2.1
24592026-06-17T16:09:29.898Z Compiling debug-ignore v1.0.5
24602026-06-17T16:09:30.017Z Compiling match_cfg v0.1.0
24612026-06-17T16:09:30.095Z Compiling hostname v0.3.1
24622026-06-17T16:09:30.267Z Compiling slog-term v2.9.2
24632026-06-17T16:09:30.743Z Compiling usdt-impl v0.6.0
24642026-06-17T16:09:31.267Z Compiling digest v0.11.3
24652026-06-17T16:09:31.475Z Compiling slog-async v2.8.0
24662026-06-17T16:09:31.651Z Compiling compression-codecs v0.4.38
24672026-06-17T16:09:32.033Z Compiling rand v0.8.6
24682026-06-17T16:09:32.045Z Compiling ref-cast v1.0.25
24692026-06-17T16:09:32.154Z Compiling toml_parser v1.1.2+spec-1.1.0
24702026-06-17T16:09:32.851Z Compiling slog-json v2.6.1
24712026-06-17T16:09:32.969Z Compiling strum v0.26.3
24722026-06-17T16:09:33.109Z Compiling macaddr v1.0.1
24732026-06-17T16:09:33.121Z Compiling serde_spanned v1.1.1
24742026-06-17T16:09:33.270Z Compiling toml_datetime v1.1.1+spec-1.1.0
24752026-06-17T16:09:33.398Z Compiling memmap2 v0.9.10
24762026-06-17T16:09:33.482Z Compiling wait-timeout v0.2.1
24772026-06-17T16:09:33.691Z Compiling encoding_rs v0.8.35
24782026-06-17T16:09:33.705Z Compiling spin v0.9.8
24792026-06-17T16:09:33.830Z Compiling toml_writer v1.1.1+spec-1.1.0
24802026-06-17T16:09:33.967Z Compiling bit-vec v0.8.0
24812026-06-17T16:09:34.086Z Compiling quick-error v1.2.3
24822026-06-17T16:09:34.201Z Compiling mime v0.3.17
24832026-06-17T16:09:34.267Z Compiling bit-set v0.8.0
24842026-06-17T16:09:34.463Z Compiling rusty-fork v0.3.1
24852026-06-17T16:09:34.685Z Compiling toml v1.1.2+spec-1.1.0
24862026-06-17T16:09:35.061Z Compiling multer v3.1.0
24872026-06-17T16:09:35.338Z Compiling usdt v0.6.0
24882026-06-17T16:09:35.993Z Compiling slog-bunyan v2.5.0
24892026-06-17T16:09:36.179Z Compiling async-compression v0.4.42
24902026-06-17T16:09:36.306Z Compiling sha1 v0.11.0
24912026-06-17T16:09:36.599Z Compiling serde_with v3.20.0
24922026-06-17T16:09:36.672Z Compiling async-stream v0.3.6
24932026-06-17T16:09:36.701Z Compiling rand_xorshift v0.4.0
24942026-06-17T16:09:36.736Z Compiling waitgroup v0.1.2
24952026-06-17T16:09:36.863Z Compiling rustls-pemfile v2.2.0
24962026-06-17T16:09:36.875Z Compiling serde_path_to_error v0.1.20
24972026-06-17T16:09:36.896Z Compiling hostname v0.4.2
24982026-06-17T16:09:37.057Z Compiling unarray v0.1.4
24992026-06-17T16:09:37.140Z Compiling progenitor-client v0.14.0
25002026-06-17T16:09:37.180Z Compiling proptest v1.11.0
25012026-06-17T16:09:37.250Z Compiling dropshot v0.17.1
25022026-06-17T16:09:37.322Z Compiling strum v0.27.2
25032026-06-17T16:09:37.463Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25042026-06-17T16:09:37.613Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-06-17T16:09:37.651Z Compiling iddqd v0.4.2
25062026-06-17T16:09:37.841Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25072026-06-17T16:09:37.979Z Compiling reqwest v0.12.28
25082026-06-17T16:09:38.145Z Compiling block-buffer v0.10.4
25092026-06-17T16:09:38.322Z Compiling backon v1.6.0
25102026-06-17T16:09:38.590Z Compiling instant v0.1.13
25112026-06-17T16:09:38.718Z Compiling backoff v0.4.0
25122026-06-17T16:09:38.947Z Compiling progenitor-extras v0.2.0
25132026-06-17T16:09:39.195Z Compiling progenitor-client v0.10.0
25142026-06-17T16:09:39.242Z Compiling digest v0.10.7
25152026-06-17T16:09:39.374Z Compiling parse-display v0.10.0
25162026-06-17T16:09:39.502Z Compiling itertools v0.14.0
25172026-06-17T16:09:39.712Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25182026-06-17T16:09:39.816Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25192026-06-17T16:09:40.320Z Compiling regress v0.10.5
25202026-06-17T16:09:41.051Z Compiling humantime v2.3.0
25212026-06-17T16:09:41.529Z Compiling cpufeatures v0.2.17
25222026-06-17T16:09:41.628Z Compiling unicode-width v0.2.2
25232026-06-17T16:09:41.787Z Compiling heck v0.5.0
25242026-06-17T16:09:41.952Z Compiling secrecy v0.10.3
25252026-06-17T16:09:42.141Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25262026-06-17T16:09:42.382Z Compiling tinyvec_macros v0.1.1
25272026-06-17T16:09:42.464Z Compiling tinyvec v1.11.0
25282026-06-17T16:09:42.904Z Compiling num-integer v0.1.46
25292026-06-17T16:09:43.156Z Compiling scroll v0.12.0
25302026-06-17T16:09:43.413Z Compiling crucible-workspace-hack v0.1.0
25312026-06-17T16:09:43.464Z Compiling hmac v0.12.1
25322026-06-17T16:09:43.493Z Compiling inout v0.1.4
25332026-06-17T16:09:43.629Z Compiling regress v0.11.1
25342026-06-17T16:09:43.653Z Compiling ff v0.13.1
25352026-06-17T16:09:43.670Z Compiling utf8parse v0.2.2
25362026-06-17T16:09:43.786Z Compiling group v0.13.0
25372026-06-17T16:09:43.815Z Compiling anstyle-parse v1.0.0
25382026-06-17T16:09:43.919Z Compiling cipher v0.4.4
25392026-06-17T16:09:44.043Z Compiling hkdf v0.12.4
25402026-06-17T16:09:44.172Z Compiling goblin v0.8.2
25412026-06-17T16:09:44.219Z Compiling num-iter v0.1.45
25422026-06-17T16:09:44.353Z Compiling num-rational v0.4.2
25432026-06-17T16:09:45.098Z Compiling zerocopy v0.7.35
25442026-06-17T16:09:45.516Z Compiling typify-impl v0.6.2
25452026-06-17T16:09:45.702Z Compiling universal-hash v0.5.1
25462026-06-17T16:09:45.857Z Compiling crypto-bigint v0.5.5
25472026-06-17T16:09:46.187Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25482026-06-17T16:09:47.540Z Compiling terminal_size v0.4.4
25492026-06-17T16:09:47.710Z Compiling half v2.7.1
25502026-06-17T16:09:47.816Z Compiling num-complex v0.4.6
25512026-06-17T16:09:48.070Z Compiling ciborium-io v0.2.2
25522026-06-17T16:09:48.178Z Compiling base16ct v0.2.0
25532026-06-17T16:09:48.275Z Compiling anstyle-query v1.1.5
25542026-06-17T16:09:48.389Z Compiling base64ct v1.8.3
25552026-06-17T16:09:48.389Z Compiling anstyle v1.0.14
25562026-06-17T16:09:48.495Z Compiling opaque-debug v0.3.1
25572026-06-17T16:09:48.577Z Compiling colorchoice v1.0.5
25582026-06-17T16:09:48.672Z Compiling is_terminal_polyfill v1.70.2
25592026-06-17T16:09:48.709Z Compiling password-hash v0.5.0
25602026-06-17T16:09:48.738Z Compiling poly1305 v0.8.0
25612026-06-17T16:09:48.774Z Compiling anstream v1.0.0
25622026-06-17T16:09:49.297Z Compiling elliptic-curve v0.13.8
25632026-06-17T16:09:49.349Z Compiling num v0.4.3
25642026-06-17T16:09:49.433Z Compiling ciborium-ll v0.2.2
25652026-06-17T16:09:49.627Z Compiling curve25519-dalek v4.1.3
25662026-06-17T16:09:49.663Z Compiling typify v0.6.2
25672026-06-17T16:09:49.707Z Compiling thiserror-no-std v2.0.2
25682026-06-17T16:09:49.793Z Compiling dof v0.3.0
25692026-06-17T16:09:49.823Z Compiling chacha20 v0.9.1
25702026-06-17T16:09:50.084Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25712026-06-17T16:09:50.565Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25722026-06-17T16:09:52.128Z Compiling blake2 v0.10.6
25732026-06-17T16:09:52.358Z Compiling aead v0.5.2
25742026-06-17T16:09:52.560Z Compiling byte-wrapper v0.1.0
25752026-06-17T16:09:52.580Z Compiling crossbeam-epoch v0.9.18
25762026-06-17T16:09:52.638Z Compiling dtrace-parser v0.2.0
25772026-06-17T16:09:53.007Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-06-17T16:09:53.092Z Compiling thread-id v4.2.2
25792026-06-17T16:09:53.184Z Compiling clap_lex v1.1.0
25802026-06-17T16:09:53.520Z Compiling float-ord v0.3.2
25812026-06-17T16:09:53.535Z Compiling strsim v0.11.1
25822026-06-17T16:09:53.562Z Compiling keccak v0.1.6
25832026-06-17T16:09:53.636Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25842026-06-17T16:09:54.278Z Compiling clap_builder v4.6.0
25852026-06-17T16:09:54.377Z Compiling sha3 v0.10.9
25862026-06-17T16:09:54.580Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-17T16:09:54.777Z Compiling usdt-impl v0.5.0
25882026-06-17T16:09:55.240Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25892026-06-17T16:09:57.538Z Compiling chacha20poly1305 v0.10.1
25902026-06-17T16:09:57.699Z Compiling argon2 v0.5.3
25912026-06-17T16:09:58.720Z Compiling vsss-rs v3.3.4
25922026-06-17T16:09:59.133Z Compiling ciborium v0.2.2
25932026-06-17T16:09:59.998Z Compiling hash32 v0.3.1
25942026-06-17T16:10:00.154Z Compiling memmap v0.7.0
25952026-06-17T16:10:00.171Z Compiling data-encoding v2.11.0
25962026-06-17T16:10:00.243Z Compiling indent_write v2.2.0
25972026-06-17T16:10:00.394Z Compiling usdt v0.5.0
25982026-06-17T16:10:00.407Z Compiling heapless v0.8.0
25992026-06-17T16:10:00.921Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26002026-06-17T16:10:01.053Z Compiling ingot-types v0.1.2
26012026-06-17T16:10:01.506Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-06-17T16:10:01.862Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26032026-06-17T16:10:01.973Z Compiling clap v4.6.1
26042026-06-17T16:10:02.064Z Compiling rustix v0.38.44
26052026-06-17T16:10:02.204Z Compiling tabwriter v1.4.1
26062026-06-17T16:10:02.606Z Compiling cobs v0.3.0
26072026-06-17T16:10:02.839Z Compiling foreign-types-shared v0.3.1
26082026-06-17T16:10:02.864Z Compiling bitflags v1.3.2
26092026-06-17T16:10:02.942Z Compiling colored v3.1.1
26102026-06-17T16:10:02.955Z Compiling managed v0.8.0
26112026-06-17T16:10:03.211Z Compiling smoltcp v0.11.0
26122026-06-17T16:10:03.459Z Compiling foreign-types v0.5.0
26132026-06-17T16:10:03.548Z Compiling postcard v1.1.3
26142026-06-17T16:10:03.620Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-17T16:10:03.928Z Compiling num_enum v0.7.6
26162026-06-17T16:10:04.063Z Compiling ingot v0.1.1
26172026-06-17T16:10:04.904Z Compiling memoffset v0.9.1
26182026-06-17T16:10:05.003Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26192026-06-17T16:10:05.124Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26202026-06-17T16:10:05.407Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26212026-06-17T16:10:05.420Z Compiling chacha20 v0.10.0
26222026-06-17T16:10:05.540Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26232026-06-17T16:10:05.718Z Compiling toml_datetime v0.6.11
26242026-06-17T16:10:05.784Z Compiling serde_spanned v0.6.9
26252026-06-17T16:10:05.952Z Compiling cstr-argument v0.1.2
26262026-06-17T16:10:05.969Z Compiling static_assertions v1.1.0
26272026-06-17T16:10:06.052Z Compiling linked-hash-map v0.5.6
26282026-06-17T16:10:06.093Z Compiling swrite v0.1.0
26292026-06-17T16:10:06.128Z Compiling unicode-segmentation v1.13.3
26302026-06-17T16:10:06.203Z Compiling winnow v0.7.15
26312026-06-17T16:10:06.271Z Compiling toml_write v0.1.2
26322026-06-17T16:10:06.314Z Compiling resolv-conf v0.7.6
26332026-06-17T16:10:06.453Z Compiling lru-cache v0.1.2
26342026-06-17T16:10:06.521Z Compiling newline-converter v0.3.0
26352026-06-17T16:10:06.596Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362026-06-17T16:10:06.661Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26372026-06-17T16:10:06.773Z Compiling rand v0.10.1
26382026-06-17T16:10:06.953Z Compiling hubpack v0.1.2
26392026-06-17T16:10:07.030Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26402026-06-17T16:10:07.161Z Compiling nix v0.31.3
26412026-06-17T16:10:07.205Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26422026-06-17T16:10:07.441Z Compiling atomicwrites v0.4.4
26432026-06-17T16:10:07.626Z Compiling hickory-proto v0.24.4
26442026-06-17T16:10:07.732Z Compiling toml_edit v0.22.27
26452026-06-17T16:10:08.100Z Compiling crossbeam-deque v0.8.6
26462026-06-17T16:10:08.323Z Compiling console v0.15.11
26472026-06-17T16:10:08.335Z Compiling itertools v0.12.1
26482026-06-17T16:10:09.653Z Compiling camino-tempfile v1.4.1
26492026-06-17T16:10:09.762Z Compiling serde-big-array v0.5.1
26502026-06-17T16:10:09.805Z Compiling siphasher v1.0.3
26512026-06-17T16:10:09.930Z Compiling lazy_static v1.5.0
26522026-06-17T16:10:10.023Z Compiling similar v2.7.0
26532026-06-17T16:10:10.043Z Compiling phf_shared v0.12.1
26542026-06-17T16:10:10.119Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26552026-06-17T16:10:10.275Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26562026-06-17T16:10:11.136Z Compiling expectorate v1.2.0
26572026-06-17T16:10:11.311Z Compiling pin-project v1.1.13
26582026-06-17T16:10:11.349Z Compiling hickory-resolver v0.24.4
26592026-06-17T16:10:11.427Z Compiling toml v0.8.23
26602026-06-17T16:10:12.769Z Compiling prettyplease v0.2.37
26612026-06-17T16:10:14.041Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26622026-06-17T16:10:14.320Z Compiling rayon-core v1.13.0
26632026-06-17T16:10:16.106Z Compiling num_enum v0.5.11
26642026-06-17T16:10:16.207Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
26652026-06-17T16:10:16.239Z Compiling progenitor-impl v0.13.0
26662026-06-17T16:10:16.494Z Compiling progenitor-impl v0.14.0
26672026-06-17T16:10:17.315Z Compiling unicode-normalization v0.1.25
26682026-06-17T16:10:17.911Z Compiling progenitor-client v0.13.0
26692026-06-17T16:10:18.461Z Compiling tokio-stream v0.1.18
26702026-06-17T16:10:19.060Z Compiling csv-core v0.1.13
26712026-06-17T16:10:19.482Z Compiling bstr v1.12.1
26722026-06-17T16:10:20.024Z Compiling highway v1.3.0
26732026-06-17T16:10:20.225Z Compiling konst_macro_rules v0.2.19
26742026-06-17T16:10:20.433Z Compiling foreign-types-shared v0.1.1
26752026-06-17T16:10:20.534Z Compiling same-file v1.0.6
26762026-06-17T16:10:20.701Z Compiling unicode-width v0.1.14
26772026-06-17T16:10:20.720Z Compiling foldhash v0.1.5
26782026-06-17T16:10:20.732Z Compiling walkdir v2.5.0
26792026-06-17T16:10:20.946Z Compiling hashbrown v0.15.5
26802026-06-17T16:10:21.016Z Compiling foreign-types v0.3.2
26812026-06-17T16:10:21.098Z Compiling konst v0.2.20
26822026-06-17T16:10:21.495Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26832026-06-17T16:10:21.528Z Compiling globset v0.4.18
26842026-06-17T16:10:21.595Z Compiling csv v1.4.0
26852026-06-17T16:10:22.582Z Compiling snafu v0.8.9
26862026-06-17T16:10:23.179Z Compiling qorb v0.4.1
26872026-06-17T16:10:24.577Z Compiling progenitor v0.13.0
26882026-06-17T16:10:24.723Z Compiling progenitor v0.14.0
26892026-06-17T16:10:24.736Z Compiling olpc-cjson v0.1.4
26902026-06-17T16:10:24.846Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26912026-06-17T16:10:24.873Z Compiling rayon v1.12.0
26922026-06-17T16:10:24.975Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-06-17T16:10:25.468Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26942026-06-17T16:10:27.089Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-17T16:10:28.548Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26962026-06-17T16:10:30.805Z Compiling phf v0.12.1
26972026-06-17T16:10:30.992Z Compiling openssl-sys v0.9.116
26982026-06-17T16:10:31.433Z Compiling tokio-dtrace v0.1.1
26992026-06-17T16:10:31.464Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27002026-06-17T16:10:31.764Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27012026-06-17T16:10:32.014Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27022026-06-17T16:10:32.767Z Compiling libsw-core v0.3.2
27032026-06-17T16:10:32.959Z Compiling pem v3.0.6
27042026-06-17T16:10:33.017Z Compiling serde_plain v1.0.2
27052026-06-17T16:10:33.314Z Compiling sigpipe v0.1.3
27062026-06-17T16:10:33.415Z Compiling glob v0.3.3
27072026-06-17T16:10:33.578Z Compiling fixedbitset v0.5.7
27082026-06-17T16:10:33.664Z Compiling bytecount v0.6.9
27092026-06-17T16:10:33.858Z Compiling jiff v0.2.28
27102026-06-17T16:10:34.114Z Compiling minimal-lexical v0.2.1
27112026-06-17T16:10:34.429Z Compiling typed-path v0.9.3
27122026-06-17T16:10:34.434Z Compiling fixedbitset v0.4.2
27132026-06-17T16:10:34.812Z Compiling petgraph v0.6.5
27142026-06-17T16:10:34.900Z Compiling nom v7.1.3
27152026-06-17T16:10:35.154Z Compiling petgraph v0.8.3
27162026-06-17T16:10:35.514Z Compiling tough v0.22.0
27172026-06-17T16:10:36.627Z Compiling papergrid v0.11.0
27182026-06-17T16:10:36.656Z Compiling openssl v0.10.80
27192026-06-17T16:10:37.046Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27202026-06-17T16:10:37.386Z Compiling libsw v3.5.0
27212026-06-17T16:10:37.579Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27222026-06-17T16:10:37.660Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-17T16:10:39.509Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-17T16:10:39.767Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27252026-06-17T16:10:40.069Z Compiling oxide-tokio-rt v0.1.6
27262026-06-17T16:10:40.797Z Compiling zone v0.3.1
27272026-06-17T16:10:40.935Z Compiling chrono-tz v0.10.4
27282026-06-17T16:10:42.031Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27292026-06-17T16:10:42.365Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-06-17T16:10:42.582Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-06-17T16:10:42.628Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27322026-06-17T16:10:42.746Z Compiling newtype_derive v0.1.6
27332026-06-17T16:10:42.836Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-17T16:10:43.324Z Compiling slog-dtrace v0.3.0
27352026-06-17T16:10:44.043Z Compiling owo-colors v4.3.0
27362026-06-17T16:10:44.930Z Compiling const_format v0.2.36
27372026-06-17T16:10:44.992Z Compiling cancel-safe-futures v0.1.5
27382026-06-17T16:10:45.363Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27392026-06-17T16:10:45.466Z Compiling gethostname v0.5.0
27402026-06-17T16:10:45.608Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-06-17T16:10:45.839Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-06-17T16:10:45.975Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-17T16:10:46.101Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-17T16:10:46.109Z Compiling bcs v0.1.6
27452026-06-17T16:10:47.537Z Compiling smf v0.2.3
27462026-06-17T16:10:47.562Z Compiling unicode-linebreak v0.1.5
27472026-06-17T16:10:47.562Z Compiling whoami v1.6.1
27482026-06-17T16:10:47.562Z Compiling smawk v0.3.2
27492026-06-17T16:10:47.562Z Compiling linear-map v1.2.0
27502026-06-17T16:10:47.562Z Compiling termtree v0.5.1
27512026-06-17T16:10:47.562Z Compiling tagptr v0.2.0
27522026-06-17T16:10:47.562Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-17T16:10:47.562Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-06-17T16:10:47.562Z Compiling moka v0.12.15
27552026-06-17T16:10:47.890Z Compiling textwrap v0.16.2
27562026-06-17T16:10:48.593Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-17T16:10:49.171Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-17T16:10:49.220Z Compiling tabled v0.15.0
27592026-06-17T16:10:49.285Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-17T16:10:49.968Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-17T16:10:50.197Z Compiling steno v0.4.1
27622026-06-17T16:10:50.866Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-17T16:10:50.879Z Compiling cookie v0.18.1
27642026-06-17T16:10:52.280Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-17T16:10:56.656Z Compiling hickory-proto v0.25.2
27662026-06-17T16:10:56.919Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27672026-06-17T16:10:58.739Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27682026-06-17T16:10:58.758Z Compiling arc-swap v1.9.1
27692026-06-17T16:10:58.758Z Compiling slog-scope v4.4.1
27702026-06-17T16:10:59.039Z Compiling hickory-resolver v0.25.2
27712026-06-17T16:11:00.139Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-06-17T16:11:00.427Z Compiling libscf-sys v1.2.0
27732026-06-17T16:11:00.573Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-17T16:11:00.719Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27752026-06-17T16:11:01.446Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27762026-06-17T16:11:02.503Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27772026-06-17T16:11:03.295Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-17T16:11:03.318Z Compiling slog-stdlog v4.1.1
27792026-06-17T16:11:03.785Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27802026-06-17T16:11:03.794Z Compiling slog-envlogger v2.2.0
27812026-06-17T16:11:04.589Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27822026-06-17T16:11:05.173Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27832026-06-17T16:11:05.836Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27842026-06-17T16:11:13.490Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27852026-06-17T16:11:15.862Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-06-17T16:11:17.720Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27872026-06-17T16:11:26.582Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27882026-06-17T16:11:30.493Z Finished `release` profile [optimized] target(s) in 2m 28s
27892026-06-17T16:11:30.612Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27902026-06-17T16:11:30.617Z
27912026-06-17T16:11:30.617Zrunning 1 test
27922026-06-17T16:11:30.774Zconfigure zone
27932026-06-17T16:11:30.791Zinstall zone
27942026-06-17T16:11:40.652Zboot zone
27952026-06-17T16:11:40.734Zstart zone s1
27962026-06-17T16:11:40.738Zconfigure zone
27972026-06-17T16:11:40.743Zinstall zone
27982026-06-17T16:11:42.595Zboot zone
27992026-06-17T16:11:42.716Zstart zone s2
28002026-06-17T16:11:42.716Zconfigure zone
28012026-06-17T16:11:42.729Zinstall zone
28022026-06-17T16:11:45.024Zboot zone
28032026-06-17T16:11:45.144Zstart zone t1
28042026-06-17T16:11:45.144Zconfigure zone
28052026-06-17T16:11:45.154Zinstall zone
28062026-06-17T16:11:47.854Zboot zone
28072026-06-17T16:11:47.960Zwaiting for zones to come up
28082026-06-17T16:11:57.961Z[sidecar.trio] svcs milestone/network
28092026-06-17T16:11:57.992ZSTATE STIME FMRI
28102026-06-17T16:11:57.992Zonline 16:11:40 svc:/milestone/network:default
28112026-06-17T16:11:57.992Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28122026-06-17T16:11:58.013Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28132026-06-17T16:11:58.041Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28142026-06-17T16:11:58.062Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28152026-06-17T16:11:58.066Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28162026-06-17T16:11:58.075Z
28172026-06-17T16:11:58.075Zrunning zone s1.trio setup
28182026-06-17T16:11:58.075Z[s1.trio] svcs milestone/network
28192026-06-17T16:11:58.096ZSTATE STIME FMRI
28202026-06-17T16:11:58.096Zonline 16:11:42 svc:/milestone/network:default
28212026-06-17T16:11:58.097Z[s1.trio] dladm
28222026-06-17T16:11:58.106ZLINK CLASS MTU STATE BRIDGE OVER
28232026-06-17T16:11:58.106Zsl0 simnet 9000 up -- ?
28242026-06-17T16:11:58.106Zmg2 vnic 9000 up -- ?
28252026-06-17T16:11:58.106Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28262026-06-17T16:11:58.607Z
28272026-06-17T16:11:58.607Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28282026-06-17T16:11:58.626Z
28292026-06-17T16:11:58.626Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28302026-06-17T16:11:58.642Z
28312026-06-17T16:11:58.642Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28322026-06-17T16:11:58.717Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28332026-06-17T16:11:58.798Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 30e60f6c-dc49-4079-9fb3-ad3f06e1db07 --sled-uuid 08bc1b3c-4e7a-4029-b239-fca0059575da -a sl0/v6 &> /opt/ddmd.log &
28342026-06-17T16:11:58.811Z
28352026-06-17T16:11:58.811Zrunning zone s2.trio setup
28362026-06-17T16:11:58.811Z[s2.trio] svcs milestone/network
28372026-06-17T16:11:58.827ZSTATE STIME FMRI
28382026-06-17T16:11:58.827Zonline 16:11:45 svc:/milestone/network:default
28392026-06-17T16:11:58.827Z[s2.trio] dladm
28402026-06-17T16:11:58.841ZLINK CLASS MTU STATE BRIDGE OVER
28412026-06-17T16:11:58.841Zsl1 simnet 9000 up -- ?
28422026-06-17T16:11:58.841Zmg3 vnic 9000 up -- ?
28432026-06-17T16:11:58.841Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28442026-06-17T16:11:59.384Z
28452026-06-17T16:11:59.384Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28462026-06-17T16:11:59.405Z
28472026-06-17T16:11:59.405Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28482026-06-17T16:11:59.412Z
28492026-06-17T16:11:59.412Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28502026-06-17T16:11:59.445Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28512026-06-17T16:11:59.472Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7446f4e3-1495-4ac2-bd77-b3c4b4a761a1 --sled-uuid 96df48a0-d36e-4097-a86c-429f084332e7 -a sl1/v6 &> /opt/ddmd.log &
28522026-06-17T16:11:59.484Z
28532026-06-17T16:11:59.484Zrunning zone t1.trio setup
28542026-06-17T16:11:59.484Z[t1.trio] svcs milestone/network
28552026-06-17T16:11:59.499ZSTATE STIME FMRI
28562026-06-17T16:11:59.499Zonline 16:11:47 svc:/milestone/network:default
28572026-06-17T16:11:59.499Z[t1.trio] dladm
28582026-06-17T16:11:59.513ZLINK CLASS MTU STATE BRIDGE OVER
28592026-06-17T16:11:59.513Ztfportrear0_0 simnet 9000 up -- ?
28602026-06-17T16:11:59.513Ztfportrear1_0 simnet 9000 up -- ?
28612026-06-17T16:11:59.513Zmg1 vnic 9000 up -- ?
28622026-06-17T16:11:59.513Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28632026-06-17T16:12:00.063Z
28642026-06-17T16:12:00.063Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28652026-06-17T16:12:00.079Z
28662026-06-17T16:12:00.079Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28672026-06-17T16:12:00.093Z
28682026-06-17T16:12:00.093Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28692026-06-17T16:12:00.104Z
28702026-06-17T16:12:00.104Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28712026-06-17T16:12:00.407Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28722026-06-17T16:12:00.415Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28732026-06-17T16:12:00.415Zwaiting 3s for copy of files to zone to complete ...
28742026-06-17T16:12:03.402Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28752026-06-17T16:12:03.538Z
28762026-06-17T16:12:03.538Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28772026-06-17T16:12:03.645Z
28782026-06-17T16:12:03.645Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28792026-06-17T16:12:03.680Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28802026-06-17T16:12:03.709Z[t1.trio] svcadm disable dendrite
28812026-06-17T16:12:03.735Z
28822026-06-17T16:12:03.735Z[t1.trio] svcadm disable tfport
28832026-06-17T16:12:03.758Z
28842026-06-17T16:12:03.758Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28852026-06-17T16:12:03.783Z
28862026-06-17T16:12:03.784Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28872026-06-17T16:12:03.808Z
28882026-06-17T16:12:03.808Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28892026-06-17T16:12:03.833Z
28902026-06-17T16:12:03.833Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28912026-06-17T16:12:03.858Z
28922026-06-17T16:12:03.858Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28932026-06-17T16:12:03.883Z
28942026-06-17T16:12:03.883Z[t1.trio] svcadm refresh dendrite:default
28952026-06-17T16:12:03.904Z
28962026-06-17T16:12:03.904Z[t1.trio] svcadm enable dendrite:default
28972026-06-17T16:12:03.925Z
28982026-06-17T16:12:03.925Zwait 10s for dendrite to come up ...
28992026-06-17T16:12:13.927Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29002026-06-17T16:12:13.955Z
29012026-06-17T16:12:13.955Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29022026-06-17T16:12:13.977Z
29032026-06-17T16:12:13.977Z[t1.trio] svcadm refresh tfport:default
29042026-06-17T16:12:13.998Z
29052026-06-17T16:12:13.998Z[t1.trio] svcadm enable tfport
29062026-06-17T16:12:14.019Z
29072026-06-17T16:12:14.019Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid b4386cf4-5c33-4f10-a7ca-7e60bf8ce212 --sled-uuid 8440aa27-b67a-41f9-935d-4fd96f56dc93 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29082026-06-17T16:12:14.031Z
29092026-06-17T16:12:14.031Z[t1.trio] ipadm
29102026-06-17T16:12:14.046ZADDROBJ TYPE STATE ADDR
29112026-06-17T16:12:14.046Zlo0/v4 static ok 127.0.0.1/8
29122026-06-17T16:12:14.046Zmg1/v4 static ok 10.0.0.3/24
29132026-06-17T16:12:14.046Zlo0/v6 static ok ::1/128
29142026-06-17T16:12:14.046Zlo0/u6 static ok fd00:3::1/64
29152026-06-17T16:12:14.046Ztfportrear0_0/v6 addrconf ok fe80::dcab:eff:fe0e:8b63%tfportrear0_0/10
29162026-06-17T16:12:14.046Ztfportrear1_0/v6 addrconf ok fe80::e03a:4cff:fe56:1c76%tfportrear1_0/10
29172026-06-17T16:12:16.156Zinitial peering test passed
29182026-06-17T16:12:17.163Zadvertise from one passed
29192026-06-17T16:12:18.251Zadvertise from two passed
29202026-06-17T16:12:18.251Z[s1.trio] ping fd00:2::1
29212026-06-17T16:12:18.400Zfd00:2::1 is alive
29222026-06-17T16:12:18.400Z[s2.trio] ping fd00:1::1
29232026-06-17T16:12:18.400Zfd00:1::1 is alive
29242026-06-17T16:12:18.400Zconnectivity test passed
29252026-06-17T16:12:18.400Z[t1.trio] pkill ddmd
29262026-06-17T16:12:18.400Z
29272026-06-17T16:12:24.199Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid b646efa7-d375-400f-b17d-69b6974c1534 --sled-uuid 14457c6e-8269-4605-ac99-32f181ef0d33 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29282026-06-17T16:12:24.213Z
29292026-06-17T16:12:24.213Z[t1.trio] ipadm
29302026-06-17T16:12:24.226ZADDROBJ TYPE STATE ADDR
29312026-06-17T16:12:24.226Zlo0/v4 static ok 127.0.0.1/8
29322026-06-17T16:12:24.226Zmg1/v4 static ok 10.0.0.3/24
29332026-06-17T16:12:24.226Zlo0/v6 static ok ::1/128
29342026-06-17T16:12:24.226Zlo0/u6 static ok fd00:3::1/64
29352026-06-17T16:12:24.226Ztfportrear0_0/v6 addrconf ok fe80::dcab:eff:fe0e:8b63%tfportrear0_0/10
29362026-06-17T16:12:24.226Ztfportrear1_0/v6 addrconf ok fe80::e03a:4cff:fe56:1c76%tfportrear1_0/10
29372026-06-17T16:12:27.228Z[s1.trio] ping fd00:2::1
29382026-06-17T16:12:27.243Zfd00:2::1 is alive
29392026-06-17T16:12:27.243Z[s2.trio] ping fd00:1::1
29402026-06-17T16:12:27.255Zfd00:1::1 is alive
29412026-06-17T16:12:27.255Ztransit router restart passed
29422026-06-17T16:12:27.255Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29432026-06-17T16:12:27.271Zlocal v6:
29442026-06-17T16:12:27.271Zfe80::dcab:eff:fe0e:8b63
29452026-06-17T16:12:27.271Zfe80::e03a:4cff:fe56:1c76
29462026-06-17T16:12:27.271Zlocal v4:
29472026-06-17T16:12:27.271Zrouter v6_idx:
29482026-06-17T16:12:27.271Zfd00:1::/64 -> 0
29492026-06-17T16:12:27.271Zfd00:2::/64 -> 1
29502026-06-17T16:12:27.271Zrouter v6_routes:
29512026-06-17T16:12:27.272Z1 -> fe80::bc38:cbff:fe4f:c325 (2)
29522026-06-17T16:12:27.272Z0 -> fe80::fc12:25ff:feec:76c9 (1)
29532026-06-17T16:12:27.272Zrouter v4_idx:
29542026-06-17T16:12:27.272Zrouter v4_routes:
29552026-06-17T16:12:27.272Zresolver v4:
29562026-06-17T16:12:27.272Z10.0.0.3 -> 02:08:20:78:c7:98
29572026-06-17T16:12:27.272Z10.0.0.254 -> 02:08:20:d6:9e:74
29582026-06-17T16:12:27.272Zresolver v6:
29592026-06-17T16:12:27.272Zfe80::e03a:4cff:fe56:1c76 -> e2:3a:4c:56:1c:76
29602026-06-17T16:12:27.272Zfe80::dcab:eff:fe0e:8b63 -> de:ab:0e:0e:8b:63
29612026-06-17T16:12:27.272Zfe80::fc12:25ff:feec:76c9 -> fe:12:25:ec:76:c9
29622026-06-17T16:12:27.272Zfe80::bc38:cbff:fe4f:c325 -> be:38:cb:4f:c3:25
29632026-06-17T16:12:27.272Znat v4:
29642026-06-17T16:12:27.272Znat_v6:
29652026-06-17T16:12:27.272Zport_mac:
29662026-06-17T16:12:27.272Z1000: a8:40:25:30:ed:1e
29672026-06-17T16:12:27.272Z2: a8:40:25:30:ed:20
29682026-06-17T16:12:27.272Z1: a8:40:25:30:ed:1f
29692026-06-17T16:12:27.272Zproxy arp:
29702026-06-17T16:12:27.272Z[s1.trio] pkill ddmd
29712026-06-17T16:12:27.282Z
29722026-06-17T16:12:30.618Ztest ddm::test_trio_v3 has been running for over 60 seconds
29732026-06-17T16:12:32.285Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29742026-06-17T16:12:32.302Zlocal v6:
29752026-06-17T16:12:32.302Zfe80::dcab:eff:fe0e:8b63
29762026-06-17T16:12:32.302Zfe80::e03a:4cff:fe56:1c76
29772026-06-17T16:12:32.302Zlocal v4:
29782026-06-17T16:12:32.302Zrouter v6_idx:
29792026-06-17T16:12:32.302Zfd00:2::/64 -> 1
29802026-06-17T16:12:32.302Zrouter v6_routes:
29812026-06-17T16:12:32.302Z1 -> fe80::bc38:cbff:fe4f:c325 (2)
29822026-06-17T16:12:32.302Zrouter v4_idx:
29832026-06-17T16:12:32.302Zrouter v4_routes:
29842026-06-17T16:12:32.302Zresolver v4:
29852026-06-17T16:12:32.302Z10.0.0.3 -> 02:08:20:78:c7:98
29862026-06-17T16:12:32.302Z10.0.0.254 -> 02:08:20:d6:9e:74
29872026-06-17T16:12:32.302Zresolver v6:
29882026-06-17T16:12:32.302Zfe80::e03a:4cff:fe56:1c76 -> e2:3a:4c:56:1c:76
29892026-06-17T16:12:32.302Zfe80::dcab:eff:fe0e:8b63 -> de:ab:0e:0e:8b:63
29902026-06-17T16:12:32.302Zfe80::fc12:25ff:feec:76c9 -> fe:12:25:ec:76:c9
29912026-06-17T16:12:32.303Zfe80::bc38:cbff:fe4f:c325 -> be:38:cb:4f:c3:25
29922026-06-17T16:12:32.303Znat v4:
29932026-06-17T16:12:32.303Znat_v6:
29942026-06-17T16:12:32.303Zport_mac:
29952026-06-17T16:12:32.303Z1000: a8:40:25:30:ed:1e
29962026-06-17T16:12:32.303Z2: a8:40:25:30:ed:20
29972026-06-17T16:12:32.303Z1: a8:40:25:30:ed:1f
29982026-06-17T16:12:32.303Zproxy arp:
29992026-06-17T16:12:32.303Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6a68a4d9-a3b1-418a-917e-d4d78eda782a --sled-uuid ad00a8a9-53be-402d-9bd8-6609b6babdc6 -a sl0/v6 &> /opt/ddmd.log &
30002026-06-17T16:12:32.313Z
30012026-06-17T16:12:35.317Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30022026-06-17T16:12:35.333Zlocal v6:
30032026-06-17T16:12:35.333Zfe80::dcab:eff:fe0e:8b63
30042026-06-17T16:12:35.333Zfe80::e03a:4cff:fe56:1c76
30052026-06-17T16:12:35.333Zlocal v4:
30062026-06-17T16:12:35.333Zrouter v6_idx:
30072026-06-17T16:12:35.333Zfd00:1::/64 -> 0
30082026-06-17T16:12:35.333Zfd00:2::/64 -> 1
30092026-06-17T16:12:35.333Zrouter v6_routes:
30102026-06-17T16:12:35.333Z1 -> fe80::bc38:cbff:fe4f:c325 (2)
30112026-06-17T16:12:35.333Z0 -> fe80::fc12:25ff:feec:76c9 (1)
30122026-06-17T16:12:35.333Zrouter v4_idx:
30132026-06-17T16:12:35.333Zrouter v4_routes:
30142026-06-17T16:12:35.333Zresolver v4:
30152026-06-17T16:12:35.333Z10.0.0.3 -> 02:08:20:78:c7:98
30162026-06-17T16:12:35.333Z10.0.0.254 -> 02:08:20:d6:9e:74
30172026-06-17T16:12:35.333Zresolver v6:
30182026-06-17T16:12:35.334Zfe80::e03a:4cff:fe56:1c76 -> e2:3a:4c:56:1c:76
30192026-06-17T16:12:35.334Zfe80::dcab:eff:fe0e:8b63 -> de:ab:0e:0e:8b:63
30202026-06-17T16:12:35.334Zfe80::fc12:25ff:feec:76c9 -> fe:12:25:ec:76:c9
30212026-06-17T16:12:35.334Zfe80::bc38:cbff:fe4f:c325 -> be:38:cb:4f:c3:25
30222026-06-17T16:12:35.334Znat v4:
30232026-06-17T16:12:35.334Znat_v6:
30242026-06-17T16:12:35.334Zport_mac:
30252026-06-17T16:12:35.334Z1000: a8:40:25:30:ed:1e
30262026-06-17T16:12:35.334Z2: a8:40:25:30:ed:20
30272026-06-17T16:12:35.334Z1: a8:40:25:30:ed:1f
30282026-06-17T16:12:35.334Zproxy arp:
30292026-06-17T16:12:35.337Z[s2.trio] netstat -nr -f inet6
30302026-06-17T16:12:35.345ZRouting Table: IPv6
30312026-06-17T16:12:35.345Z Destination/Mask Gateway Flags Ref Use If
30322026-06-17T16:12:35.345Z--------------------------- --------------------------- ----- --- ------- -----
30332026-06-17T16:12:35.345Z::1 ::1 UH 2 0 lo0
30342026-06-17T16:12:35.345Zfd00:1::/64 fe80::e03a:4cff:fe56:1c76 UG 1 0 sl1
30352026-06-17T16:12:35.345Zfe80::/10 fe80::bc38:cbff:fe4f:c325 U 3 64 sl1
30362026-06-17T16:12:35.345Z[s2.trio] ipadm
30372026-06-17T16:12:35.359ZADDROBJ TYPE STATE ADDR
30382026-06-17T16:12:35.359Zlo0/v4 static ok 127.0.0.1/8
30392026-06-17T16:12:35.359Zmg3/v4 static ok 10.0.0.2/24
30402026-06-17T16:12:35.359Zlo0/v6 static ok ::1/128
30412026-06-17T16:12:35.359Zlo0/u6 static ok fd00:2::1/64
30422026-06-17T16:12:35.359Zsl1/v6 addrconf ok fe80::bc38:cbff:fe4f:c325%sl1/10
30432026-06-17T16:12:35.359Z[s2.trio] route -nv get -inet6 fd00:1::1
30442026-06-17T16:12:35.371Znewrt->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>
30452026-06-17T16:12:35.371Zlocks: inits:
30462026-06-17T16:12:35.371Zsockaddrs: <DST,IFP>
30472026-06-17T16:12:35.371Z fd00:1::1
30482026-06-17T16:12:35.372Z route to: fd00:1::1
30492026-06-17T16:12:35.372Zdestination: fd00:1::
30502026-06-17T16:12:35.372Z mask: ffff:ffff:ffff:ffff::
30512026-06-17T16:12:35.372Z gateway: fe80::e03a:4cff:fe56:1c76
30522026-06-17T16:12:35.372Z interface: sl1 index 3 address be 38 cb 4f c3 25
30532026-06-17T16:12:35.372Z flags: <UP,GATEWAY,DONE,STATIC>
30542026-06-17T16:12:35.372Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30552026-06-17T16:12:35.372Z 0 0 0 0 0 0 9000 0
30562026-06-17T16:12:35.372Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30572026-06-17T16:12:35.372Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30582026-06-17T16:12:35.372Z fd00:1:: fe80::e03a:4cff:fe56:1c76 ffff:ffff:ffff:ffff:: sl1:be.38.cb.4f.c3.25 fe80::bc38:cbff:fe4f:c325
30592026-06-17T16:12:35.372Z[s2.trio] ndp -na
30602026-06-17T16:12:35.381ZNet to Media Table: IPv6
30612026-06-17T16:12:35.381Z If Physical Address Type State Destination/Mask
30622026-06-17T16:12:35.381Z----- ----------------- ------- ------------ ---------------------------
30632026-06-17T16:12:35.381Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30642026-06-17T16:12:35.381Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30652026-06-17T16:12:35.381Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30662026-06-17T16:12:35.381Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30672026-06-17T16:12:35.381Zsl1 33:33:ff:56:1c:76 other REACHABLE ff02::1:ff56:1c76
30682026-06-17T16:12:35.381Zsl1 33:33:ff:4f:c3:25 other REACHABLE ff02::1:ff4f:c325
30692026-06-17T16:12:35.381Zsl1 e2:3a:4c:56:1c:76 dynamic REACHABLE fe80::e03a:4cff:fe56:1c76
30702026-06-17T16:12:35.381Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30712026-06-17T16:12:35.381Zsl1 be:38:cb:4f:c3:25 local REACHABLE fe80::bc38:cbff:fe4f:c325
30722026-06-17T16:12:35.381Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30732026-06-17T16:12:35.395Zlocal v6:
30742026-06-17T16:12:35.395Zfe80::dcab:eff:fe0e:8b63
30752026-06-17T16:12:35.395Zfe80::e03a:4cff:fe56:1c76
30762026-06-17T16:12:35.395Zlocal v4:
30772026-06-17T16:12:35.395Zrouter v6_idx:
30782026-06-17T16:12:35.395Zfd00:1::/64 -> 0
30792026-06-17T16:12:35.395Zfd00:2::/64 -> 1
30802026-06-17T16:12:35.395Zrouter v6_routes:
30812026-06-17T16:12:35.395Z1 -> fe80::bc38:cbff:fe4f:c325 (2)
30822026-06-17T16:12:35.395Z0 -> fe80::fc12:25ff:feec:76c9 (1)
30832026-06-17T16:12:35.395Zrouter v4_idx:
30842026-06-17T16:12:35.395Zrouter v4_routes:
30852026-06-17T16:12:35.395Zresolver v4:
30862026-06-17T16:12:35.395Z10.0.0.3 -> 02:08:20:78:c7:98
30872026-06-17T16:12:35.395Z10.0.0.254 -> 02:08:20:d6:9e:74
30882026-06-17T16:12:35.395Zresolver v6:
30892026-06-17T16:12:35.395Zfe80::e03a:4cff:fe56:1c76 -> e2:3a:4c:56:1c:76
30902026-06-17T16:12:35.395Zfe80::dcab:eff:fe0e:8b63 -> de:ab:0e:0e:8b:63
30912026-06-17T16:12:35.395Zfe80::fc12:25ff:feec:76c9 -> fe:12:25:ec:76:c9
30922026-06-17T16:12:35.395Zfe80::bc38:cbff:fe4f:c325 -> be:38:cb:4f:c3:25
30932026-06-17T16:12:35.395Znat v4:
30942026-06-17T16:12:35.395Znat_v6:
30952026-06-17T16:12:35.395Zport_mac:
30962026-06-17T16:12:35.395Z1000: a8:40:25:30:ed:1e
30972026-06-17T16:12:35.395Z2: a8:40:25:30:ed:20
30982026-06-17T16:12:35.395Z1: a8:40:25:30:ed:1f
30992026-06-17T16:12:35.395Zproxy arp:
31002026-06-17T16:12:35.395Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31012026-06-17T16:12:35.438ZSubnet Port Link Gateway Vlan
31022026-06-17T16:12:35.438Zfd00:1::/64 rear0 0 fe80::fc12:25ff:feec:76c9
31032026-06-17T16:12:35.438Zfd00:2::/64 rear1 0 fe80::bc38:cbff:fe4f:c325
31042026-06-17T16:12:35.438Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31052026-06-17T16:12:35.480Zhost mac age
31062026-06-17T16:12:35.480Z10.0.0.3 02:08:20:78:c7:98 21s
31072026-06-17T16:12:35.480Z10.0.0.254 02:08:20:d6:9e:74 18s
31082026-06-17T16:12:35.480Zfe80::bc38:cbff:fe4f:c325 be:38:cb:4f:c3:25 21s
31092026-06-17T16:12:35.480Zfe80::dcab:eff:fe0e:8b63 de:ab:0e:0e:8b:63 21s
31102026-06-17T16:12:35.480Zfe80::e03a:4cff:fe56:1c76 e2:3a:4c:56:1c:76 21s
31112026-06-17T16:12:35.480Zfe80::fc12:25ff:feec:76c9 fe:12:25:ec:76:c9 21s
31122026-06-17T16:12:35.480Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31132026-06-17T16:12:35.521ZLink IPv4 IPv6
31142026-06-17T16:12:35.521Zrear0/0 fe80::dcab:eff:fe0e:8b63
31152026-06-17T16:12:35.522Zrear1/0 fe80::e03a:4cff:fe56:1c76
31162026-06-17T16:12:35.522Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31172026-06-17T16:12:36.543ZADDROBJ TYPE STATE ADDR
31182026-06-17T16:12:36.543Zlo0/v4 static ok 127.0.0.1/8
31192026-06-17T16:12:36.544Zmg2/v4 static ok 10.0.0.1/24
31202026-06-17T16:12:36.544Zlo0/v6 static ok ::1/128
31212026-06-17T16:12:36.544Zlo0/u6 static ok fd00:1::1/64
31222026-06-17T16:12:36.544Zsl0/v6 addrconf ok fe80::fc12:25ff:feec:76c9%sl0/10
31232026-06-17T16:12:36.544Znewrt->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>
31242026-06-17T16:12:36.544Zlocks: inits:
31252026-06-17T16:12:36.544Zsockaddrs: <DST,IFP>
31262026-06-17T16:12:36.544Z fd00:2::1
31272026-06-17T16:12:36.544Z route to: fd00:2::1
31282026-06-17T16:12:36.544Zdestination: fd00:2::
31292026-06-17T16:12:36.544Z mask: ffff:ffff:ffff:ffff::
31302026-06-17T16:12:36.544Z gateway: fe80::dcab:eff:fe0e:8b63
31312026-06-17T16:12:36.544Z interface: sl0 index 3 address fe 12 25 ec 76 c9
31322026-06-17T16:12:36.544Z flags: <UP,GATEWAY,DONE,STATIC>
31332026-06-17T16:12:36.544Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31342026-06-17T16:12:36.544Z 0 0 0 0 0 0 9000 0
31352026-06-17T16:12:36.544Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31362026-06-17T16:12:36.544Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31372026-06-17T16:12:36.544Z fd00:2:: fe80::dcab:eff:fe0e:8b63 ffff:ffff:ffff:ffff:: sl0:fe.12.25.ec.76.c9 fe80::fc12:25ff:feec:76c9
31382026-06-17T16:12:36.544Z
31392026-06-17T16:12:36.544ZNet to Media Table: IPv6
31402026-06-17T16:12:36.544Z If Physical Address Type State Destination/Mask
31412026-06-17T16:12:36.544Z----- ----------------- ------- ------------ ---------------------------
31422026-06-17T16:12:36.544Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31432026-06-17T16:12:36.544Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31442026-06-17T16:12:36.544Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31452026-06-17T16:12:36.544Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31462026-06-17T16:12:36.544Zsl0 33:33:ff:ec:76:c9 other REACHABLE ff02::1:ffec:76c9
31472026-06-17T16:12:36.544Zsl0 fe:12:25:ec:76:c9 local REACHABLE fe80::fc12:25ff:feec:76c9
31482026-06-17T16:12:36.544Zsl0 de:ab:0e:0e:8b:63 dynamic REACHABLE fe80::dcab:eff:fe0e:8b63
31492026-06-17T16:12:36.544Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31502026-06-17T16:12:36.544Zsl0 33:33:ff:0e:8b:63 other REACHABLE ff02::1:ff0e:8b63
31512026-06-17T16:12:36.544Z
31522026-06-17T16:12:36.544Z
31532026-06-17T16:12:36.544ZRouting Table: IPv6
31542026-06-17T16:12:36.544Z Destination/Mask Gateway Flags Ref Use If
31552026-06-17T16:12:36.544Z--------------------------- --------------------------- ----- --- ------- -----
31562026-06-17T16:12:36.544Z::1 ::1 UH 2 0 lo0
31572026-06-17T16:12:36.544Zfd00:2::/64 fe80::dcab:eff:fe0e:8b63 UG 2 2 sl0
31582026-06-17T16:12:36.545Zfe80::/10 fe80::fc12:25ff:feec:76c9 U 3 64 sl0
31592026-06-17T16:12:36.545ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31602026-06-17T16:12:36.545Z68 bytes from fd00:2::1: icmp_seq=0. time=0.177 ms
31612026-06-17T16:12:36.545Z68 bytes from fd00:2::1: icmp_seq=1. time=0.195 ms
31622026-06-17T16:12:36.545Z
31632026-06-17T16:12:36.545Z----fd00:2::1 PING Statistics----
31642026-06-17T16:12:36.545Z2 packets transmitted, 2 packets received, 0% packet loss
31652026-06-17T16:12:36.545Zround-trip (ms) min/avg/max/stddev = 0.177/0.186/0.195/0.013
31662026-06-17T16:12:36.545Z[s2.trio] ping fd00:1::1
31672026-06-17T16:12:36.556Zfd00:1::1 is alive
31682026-06-17T16:12:36.556Zserver router restart passed
31692026-06-17T16:12:40.560Zpeer expiration recovery passed
31702026-06-17T16:12:41.560Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31712026-06-17T16:12:41.576Z3
31722026-06-17T16:12:41.576Zredundant advertise passed
31732026-06-17T16:12:42.577Ztunnel endpoint advertise passed
31742026-06-17T16:12:47.579Zredundant tunnel endpoint advertise passed
31752026-06-17T16:12:47.579Z[s1.trio] pkill ddmd
31762026-06-17T16:12:47.592Z
31772026-06-17T16:12:52.593Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b5912070-a217-4c79-b0ca-785beb9d7b28 --sled-uuid b7606534-3a6b-4d2c-b104-4b74d51821e4 -a sl0/v6 &> /opt/ddmd.log &
31782026-06-17T16:12:52.606Z
31792026-06-17T16:12:58.317Ztunnel router restart passed
31802026-06-17T16:12:58.636Ztunnel endpoint withdraw passed
31812026-06-17T16:12:58.658Z[t1.trio] pkill ddmd
31822026-06-17T16:12:58.658Z
31832026-06-17T16:12:58.658Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31842026-06-17T16:12:58.658Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31852026-06-17T16:13:00.551Z[s2.trio] pkill ddmd
31862026-06-17T16:13:00.583Z
31872026-06-17T16:13:00.583Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31882026-06-17T16:13:02.362Z[s1.trio] pkill ddmd
31892026-06-17T16:13:02.371Z
31902026-06-17T16:13:02.371Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31912026-06-17T16:13:04.278Z[sidecar.trio] pkill softnpu
31922026-06-17T16:13:04.307Z
31932026-06-17T16:13:04.307Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31942026-06-17T16:13:06.835Ztest ddm::test_trio_v3 ... ok
31952026-06-17T16:13:06.835Z
31962026-06-17T16:13:06.835Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.21s
31972026-06-17T16:13:06.835Z
31982026-06-17T16:13:06.886Z+ cleanup
31992026-06-17T16:13:06.899Z++ id -un
32002026-06-17T16:13:06.899Z++ id -gn
32012026-06-17T16:13:06.899Z+ pfexec chown -R build:build .
32022026-06-17T16:13:07.047Zprocess exited: duration 716900 ms, exit code 0
 
32032026-06-17T16:13:07.196Zfound 5 output files
32042026-06-17T16:13:07.196Zuploading: /work/s1.trio.log (4218 bytes)
32052026-06-17T16:13:09.135Zuploaded: /work/s1.trio.log
32062026-06-17T16:13:09.135Zuploading: /work/s2.trio.log (10791 bytes)
32072026-06-17T16:13:10.247Zuploaded: /work/s2.trio.log
32082026-06-17T16:13:10.247Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32092026-06-17T16:13:11.324Zuploaded: /work/sidecar.trio-softnpu.log
32102026-06-17T16:13:11.324Zuploading: /work/t1.trio-dpd.log (332362 bytes)
32112026-06-17T16:13:12.387Zuploaded: /work/t1.trio-dpd.log
32122026-06-17T16:13:12.387Zuploading: /work/t1.trio.log (25736 bytes)
32132026-06-17T16:13:13.427Zuploaded: /work/t1.trio.log