01KY0CPK9PJGWD2A0SSM9EFYY5: 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: 01KY0CQB80544VJF9Y8G4W7PPM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T18:32:03.134Zjob assigned to worker 01KY0CR0ZHFRSN2VS0A8PFRM8B [factory aws, i-049e6e0302c827b77] (queued for 1 m 3 s)
 
22026-07-20T18:32:10.025Zstarting task 0: "setup"
32026-07-20T18:32:10.029Z++ uname -s
42026-07-20T18:32:10.032Z+ kern=SunOS
52026-07-20T18:32:10.032Z+ build_user=build
62026-07-20T18:32:10.033Z+ build_uid=12345
72026-07-20T18:32:10.033Z+ work_dir=/work
82026-07-20T18:32:10.033Z+ input_dir=/input
92026-07-20T18:32:10.033Z+ [[ 0 == 12345 ]]
102026-07-20T18:32:10.033Z+ case "$kern" in
112026-07-20T18:32:10.033Z+ groupadd -g 12345 build
122026-07-20T18:32:10.036Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T18:32:12.042Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T18:32:12.149Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T18:32:12.152Z+ home_fs=zfs
162026-07-20T18:32:12.152Z+ [[ zfs == autofs ]]
172026-07-20T18:32:12.152Z+ mkdir -p /home/build
182026-07-20T18:32:12.152Z+ chown build:build /home/build /work
192026-07-20T18:32:14.154Z+ chmod 0700 /home/build /work
202026-07-20T18:32:14.157Zprocess exited: duration 4133 ms, exit code 0
 
212026-07-20T18:32:14.199Zstarting task 1: "rust-toolchain"
222026-07-20T18:32:14.202Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-20T18:32:14.202Z * rust toolchain channel = "stable"
242026-07-20T18:32:14.202Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-20T18:32:14.203Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-20T18:32:14.203Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T18:32:14.203Z * rust toolchain profile = "default"
282026-07-20T18:32:14.203Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T18:32:14.206Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-20T18:32:14.299Zinfo: downloading installer
312026-07-20T18:32:15.677Zwarn: It looks like you have an existing installation of Rust at:
322026-07-20T18:32:15.678Zwarn: /opt/ooce/bin
332026-07-20T18:32:15.678Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-20T18:32:15.678Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-20T18:32:15.681Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-20T18:32:15.681Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-20T18:32:15.681Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-20T18:32:15.681Zerror: cannot install while Rust is installed
392026-07-20T18:32:15.681Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-20T18:32:15.681Zwarn: It looks like you have an existing rustup settings file at:
412026-07-20T18:32:15.681Zwarn: /home/build/.rustup/settings.toml
422026-07-20T18:32:15.681Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-20T18:32:15.682Zwarn: instead of the one inferred from the default host triple.
442026-07-20T18:32:15.692Zinfo: profile set to default
452026-07-20T18:32:15.692Zinfo: default host triple is x86_64-unknown-illumos
462026-07-20T18:32:15.695Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-20T18:32:15.833Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-20T18:32:15.836Zinfo: downloading 6 components
492026-07-20T18:32:29.975Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-20T18:32:29.975Z
512026-07-20T18:32:30.003Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-20T18:32:30.003Z
532026-07-20T18:32:30.003Z
542026-07-20T18:32:30.003ZRust is installed now. Great!
552026-07-20T18:32:30.003Z
562026-07-20T18:32:30.007ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-20T18:32:30.007Zenvironment variable. This has not been done automatically.
582026-07-20T18:32:30.007Z
592026-07-20T18:32:30.007ZTo configure your current shell, you need to source
602026-07-20T18:32:30.007Zthe corresponding env file under $HOME/.cargo.
612026-07-20T18:32:30.007Z
622026-07-20T18:32:30.007ZThis is usually done by running one of the following (note the leading DOT):
632026-07-20T18:32:30.007Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-20T18:32:30.007Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-20T18:32:30.007Zsource "~/.cargo/env.nu" # For nushell
662026-07-20T18:32:30.007Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-20T18:32:30.007Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-20T18:32:30.007Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-20T18:32:30.007Zwarn: no default linker (`cc`) was found in your PATH
702026-07-20T18:32:30.007Zwarn: many Rust crates require a system C toolchain to build
712026-07-20T18:32:30.099Z+ rustup --version
722026-07-20T18:32:30.108Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-20T18:32:30.111Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-20T18:32:30.129Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-20T18:32:30.132Z+ cargo --version
762026-07-20T18:32:30.146Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-20T18:32:30.149Z+ rustc --version
782026-07-20T18:32:30.168Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-20T18:32:30.174Zprocess exited: duration 15973 ms, exit code 0
 
802026-07-20T18:32:30.186Zstarting task 2: "authentication"
812026-07-20T18:32:30.200Zprocess exited: duration 17 ms, exit code 0
 
822026-07-20T18:32:30.208Zstarting task 3: "clone repository"
832026-07-20T18:32:30.211Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-20T18:32:30.216Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-20T18:32:30.245ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-20T18:32:32.005Z+ cd /work/oxidecomputer/maghemite
872026-07-20T18:32:32.005Z+ git fetch origin f0b83004340d5ed67132f3c0c90979ee68090937
882026-07-20T18:32:32.378ZFrom https://github.com/oxidecomputer/maghemite
892026-07-20T18:32:32.378Z * branch f0b83004340d5ed67132f3c0c90979ee68090937 -> FETCH_HEAD
902026-07-20T18:32:32.397Z+ [[ -n john/bfd-async-wiring ]]
912026-07-20T18:32:32.397Z++ git branch --show-current
922026-07-20T18:32:32.397Z+ current=main
932026-07-20T18:32:32.397Z+ [[ main != john/bfd-async-wiring ]]
942026-07-20T18:32:32.397Z+ git branch -f john/bfd-async-wiring f0b83004340d5ed67132f3c0c90979ee68090937
952026-07-20T18:32:32.397Z+ git checkout -f john/bfd-async-wiring
962026-07-20T18:32:32.404ZSwitched to branch 'john/bfd-async-wiring'
972026-07-20T18:32:32.404Z+ git reset --hard f0b83004340d5ed67132f3c0c90979ee68090937
982026-07-20T18:32:32.420ZHEAD is now at f0b8300 fix build errors after rebasing
992026-07-20T18:32:32.423Zprocess exited: duration 2213 ms, exit code 0
 
1002026-07-20T18:32:32.431Zstarting task 4: "build"
1012026-07-20T18:32:32.438Z++ dladm
1022026-07-20T18:32:32.444ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-20T18:32:32.444Zena0 phys 9216 up -- --
1042026-07-20T18:32:32.448Z++ ipadm
1052026-07-20T18:32:32.449ZADDROBJ TYPE STATE ADDR
1062026-07-20T18:32:32.449Zlo0/v4 static ok 127.0.0.1/8
1072026-07-20T18:32:32.449Zena0/dhcp dhcp ok 10.150.1.237/24
1082026-07-20T18:32:32.449Zlo0/v6 static ok ::1/128
1092026-07-20T18:32:32.449Z++ banner collect
1102026-07-20T18:32:32.449Z
1112026-07-20T18:32:32.449Z #### #### # # ###### #### #####
1122026-07-20T18:32:32.449Z # # # # # # # # # #
1132026-07-20T18:32:32.449Z # # # # # ##### # #
1142026-07-20T18:32:32.449Z # # # # # # # #
1152026-07-20T18:32:32.449Z # # # # # # # # # #
1162026-07-20T18:32:32.449Z #### #### ###### ###### ###### #### #
1172026-07-20T18:32:32.449Z
1182026-07-20T18:32:32.449Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-20T18:32:32.449Z++ repo=softnpu
1202026-07-20T18:32:32.449Z++ series=image
1212026-07-20T18:32:32.449Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-20T18:32:32.449Z++ name=softnpu
1232026-07-20T18:32:32.449Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-20T18:32:32.449Z++ mkdir -p download
1252026-07-20T18:32:32.454Z++ pushd download
1262026-07-20T18:32:32.454Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-20T18:32:32.454Z++ [[ ! -f softnpu ]]
1282026-07-20T18:32:32.454Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-20T18:32:32.457Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-20T18:32:32.457Z Dload Upload Total Spent Left Speed
1312026-07-20T18:32:32.801Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 45.93M 0 0 100 15.63M 100 15.63M 0 0 45.92M 0 0 100 15.63M 100 15.63M 0 0 45.92M 0 0
1322026-07-20T18:32:32.809Z/work/oxidecomputer/maghemite
1332026-07-20T18:32:32.809Z++ popd
1342026-07-20T18:32:32.809Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-20T18:32:32.809Z++ repo=sidecar-lite
1362026-07-20T18:32:32.809Z++ series=release
1372026-07-20T18:32:32.809Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-20T18:32:32.809Z++ name=libsidecar_lite.so
1392026-07-20T18:32:32.809Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-20T18:32:32.809Z++ mkdir -p download
1412026-07-20T18:32:32.810Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422026-07-20T18:32:32.810Z++ pushd download
1432026-07-20T18:32:32.810Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-20T18:32:32.810Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-20T18:32:32.810Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-20T18:32:32.810Z Dload Upload Total Spent Left Speed
1472026-07-20T18:32:33.031Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 53.82M 0 0 100 12.04M 100 12.04M 0 0 53.81M 0 0 100 12.04M 100 12.04M 0 0 53.79M 0 0
1482026-07-20T18:32:33.037Z/work/oxidecomputer/maghemite
1492026-07-20T18:32:33.037Z++ popd
1502026-07-20T18:32:33.037Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-20T18:32:33.037Z++ repo=sidecar-lite
1522026-07-20T18:32:33.037Z++ series=release
1532026-07-20T18:32:33.037Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-20T18:32:33.037Z++ name=scadm
1552026-07-20T18:32:33.038Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-20T18:32:33.038Z++ mkdir -p download
1572026-07-20T18:32:33.038Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582026-07-20T18:32:33.038Z++ pushd download
1592026-07-20T18:32:33.038Z++ [[ ! -f scadm ]]
1602026-07-20T18:32:33.038Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-20T18:32:33.038Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-20T18:32:33.038Z Dload Upload Total Spent Left Speed
1632026-07-20T18:32:33.340Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 52.49M 0 0 100 15.78M 100 15.78M 0 0 52.48M 0 0 100 15.78M 100 15.78M 0 0 52.47M 0 0
1642026-07-20T18:32:33.345Z++ popd
1652026-07-20T18:32:33.346Z/work/oxidecomputer/maghemite
1662026-07-20T18:32:33.346Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-20T18:32:33.346Z++ repo=dendrite
1682026-07-20T18:32:33.346Z++ series=image
1692026-07-20T18:32:33.346Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-20T18:32:33.346Z++ name=dendrite-softnpu.tar.gz
1712026-07-20T18:32:33.346Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-20T18:32:33.346Z++ mkdir -p download
1732026-07-20T18:32:33.346Z++ pushd download
1742026-07-20T18:32:33.346Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-07-20T18:32:33.346Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-07-20T18:32:33.346Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-20T18:32:33.346Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-20T18:32:33.346Z Dload Upload Total Spent Left Speed
1792026-07-20T18:32:34.319Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 73.66M 0 0 100 71.59M 100 71.59M 0 0 73.66M 0 0 100 71.59M 100 71.59M 0 0 73.66M 0 0
1802026-07-20T18:32:34.324Z++ popd
1812026-07-20T18:32:34.324Z/work/oxidecomputer/maghemite
1822026-07-20T18:32:34.324Z++ get_artifact maghemite release f0b83004340d5ed67132f3c0c90979ee68090937 ddm
1832026-07-20T18:32:34.324Z++ repo=maghemite
1842026-07-20T18:32:34.324Z++ series=release
1852026-07-20T18:32:34.324Z++ commit=f0b83004340d5ed67132f3c0c90979ee68090937
1862026-07-20T18:32:34.324Z++ name=ddm
1872026-07-20T18:32:34.324Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-20T18:32:34.325Z++ mkdir -p download
1892026-07-20T18:32:34.325Z++ pushd download
1902026-07-20T18:32:34.325Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-07-20T18:32:34.325Z++ [[ ! -f ddm ]]
1922026-07-20T18:32:34.325Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/f0b83004340d5ed67132f3c0c90979ee68090937/ddm
1932026-07-20T18:32:34.331Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-20T18:32:34.331Z Dload Upload Total Spent Left Speed
1952026-07-20T18:32:34.385Z 0 0 0 0 0 0 0 0 0
1962026-07-20T18:32:34.385Zcurl: (22) The requested URL returned error: 404
1972026-07-20T18:32:34.388Z++ popd
1982026-07-20T18:32:34.388Z/work/oxidecomputer/maghemite
1992026-07-20T18:32:34.388Z++ get_artifact maghemite release f0b83004340d5ed67132f3c0c90979ee68090937 ddmadm
2002026-07-20T18:32:34.388Z++ repo=maghemite
2012026-07-20T18:32:34.388Z++ series=release
2022026-07-20T18:32:34.388Z++ commit=f0b83004340d5ed67132f3c0c90979ee68090937
2032026-07-20T18:32:34.388Z++ name=ddmadm
2042026-07-20T18:32:34.389Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-20T18:32:34.389Z++ mkdir -p download
2062026-07-20T18:32:34.392Z++ pushd download
2072026-07-20T18:32:34.392Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-20T18:32:34.392Z++ [[ ! -f ddmadm ]]
2092026-07-20T18:32:34.392Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/f0b83004340d5ed67132f3c0c90979ee68090937/ddmadm
2102026-07-20T18:32:34.396Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-20T18:32:34.396Z Dload Upload Total Spent Left Speed
2122026-07-20T18:32:34.455Z 0 0 0 0 0 0 0 0 0
2132026-07-20T18:32:34.458Zcurl: (22) The requested URL returned error: 404
2142026-07-20T18:32:34.458Z++ popd
2152026-07-20T18:32:34.458Z/work/oxidecomputer/maghemite
2162026-07-20T18:32:34.458Z++ pushd download
2172026-07-20T18:32:34.458Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-07-20T18:32:34.458Z++ chmod +x softnpu
2192026-07-20T18:32:34.461Z++ chmod +x scadm
2202026-07-20T18:32:34.461Z++ chmod +x ddmadm
2212026-07-20T18:32:34.461Zchmod: WARNING: can't access ddmadm
2222026-07-20T18:32:34.465Z++ chmod +x ddmd
2232026-07-20T18:32:34.465Zchmod: WARNING: can't access ddmd
2242026-07-20T18:32:34.465Z++ mv ddmadm ddmadm-v2
2252026-07-20T18:32:34.465Zmv: cannot access ddmadm
2262026-07-20T18:32:34.465Z++ mv ddmd ddmd-v2
2272026-07-20T18:32:34.465Zmv: cannot access ddmd
2282026-07-20T18:32:34.465Z++ rm -rf zones/dendrite
2292026-07-20T18:32:34.468Z++ mkdir -p zones/dendrite
2302026-07-20T18:32:34.469Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-20T18:32:35.495Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-07-20T18:32:35.502Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-20T18:32:35.502Z++ popd
2342026-07-20T18:32:35.502Z/work/oxidecomputer/maghemite
2352026-07-20T18:32:35.502Z++ banner install
2362026-07-20T18:32:35.502Z
2372026-07-20T18:32:35.502Z # # # #### ##### ## # #
2382026-07-20T18:32:35.502Z # ## # # # # # # #
2392026-07-20T18:32:35.502Z # # # # #### # # # # #
2402026-07-20T18:32:35.502Z # # # # # # ###### # #
2412026-07-20T18:32:35.502Z # # ## # # # # # # #
2422026-07-20T18:32:35.502Z # # # #### # # # ###### ######
2432026-07-20T18:32:35.502Z
2442026-07-20T18:32:35.502Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-20T18:32:35.503Z++ set +o errexit
2462026-07-20T18:32:35.503Z++ pkg info clang-15
2472026-07-20T18:32:35.503Z++ grep -qi installed
2482026-07-20T18:32:36.669Zpkg: info: no packages matching the following patterns you specified are
2492026-07-20T18:32:36.669Zinstalled on the system. Try querying remotely instead:
2502026-07-20T18:32:36.669Z
2512026-07-20T18:32:36.669Z clang-15
2522026-07-20T18:32:36.708Z++ [[ 1 != 0 ]]
2532026-07-20T18:32:36.708Z++ set -o errexit
2542026-07-20T18:32:36.712Z++ pfexec pkg install clang-15
2552026-07-20T18:32:43.788Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-20T18:32:51.472Z Startup: Caching catalogs ... Done
2572026-07-20T18:32:58.691ZPlanning: Solver setup ... Done
2582026-07-20T18:32:58.731ZPlanning: Running solver ... Done
2592026-07-20T18:32:58.875ZPlanning: Finding local manifests ... Done
2602026-07-20T18:32:59.298ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-20T18:32:59.398ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-20T18:32:59.427ZPlanning: Package planning ... Done
2632026-07-20T18:32:59.452ZPlanning: Merging actions ... Done
2642026-07-20T18:32:59.561ZPlanning: Checking for conflicting actions ... Done
2652026-07-20T18:32:59.568ZPlanning: Consolidating action changes ... Done
2662026-07-20T18:33:00.353ZPlanning: Evaluating mediators ... Done
2672026-07-20T18:33:00.358ZPlanning: Planning completed in 8.72 seconds
2682026-07-20T18:33:00.369Z Packages to install: 2
2692026-07-20T18:33:00.369Z Mediators to change: 2
2702026-07-20T18:33:00.370Z Services to change: 1
2712026-07-20T18:33:00.373Z Create boot environment: No
2722026-07-20T18:33:00.373ZCreate backup boot environment: No
2732026-07-20T18:33:00.411Z
2742026-07-20T18:33:00.411ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-20T18:33:06.482ZDownload: 977/3076 items 82.1/211.3MB 38% complete (18.7M/s)
2762026-07-20T18:33:12.849ZDownload: 981/3076 items 82.1/211.3MB 38% complete (17.8M/s)
2772026-07-20T18:33:25.554ZDownload: 982/3076 items 82.2/211.3MB 38% complete
2782026-07-20T18:33:30.816ZDownload: 3067/3076 items 209.8/211.3MB 99% complete (25.8M/s)
2792026-07-20T18:33:30.846ZDownload: Completed 211.31 MB in 30.43 seconds (6.9M/s)
2802026-07-20T18:33:31.147Z Actions: 1/3418 actions (Installing new actions)
2812026-07-20T18:33:34.282Z Actions: Completed 3418 actions in 3.13 seconds.
2822026-07-20T18:33:34.942Z Done
2832026-07-20T18:33:34.942Z Done
2842026-07-20T18:33:35.678Z Done
2852026-07-20T18:33:39.149Z Done
2862026-07-20T18:33:39.166Z Done
2872026-07-20T18:33:39.168Z Done
2882026-07-20T18:33:39.290Z Done
2892026-07-20T18:33:39.965Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-07-20T18:33:39.965Z++ set +o errexit
2912026-07-20T18:33:39.968Z++ pkg info pkg-config
2922026-07-20T18:33:39.968Z++ grep -qi installed
2932026-07-20T18:33:40.196Z++ [[ 0 != 0 ]]
2942026-07-20T18:33:40.196Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-07-20T18:33:40.197Z++ set +o errexit
2962026-07-20T18:33:40.200Z++ pkg info brand/omicron1
2972026-07-20T18:33:40.200Z++ grep -qi installed
2982026-07-20T18:33:40.384Zpkg: info: no packages matching the following patterns you specified are
2992026-07-20T18:33:40.384Zinstalled on the system. Try querying remotely instead:
3002026-07-20T18:33:40.384Z
3012026-07-20T18:33:40.384Z brand/omicron1
3022026-07-20T18:33:40.417Z++ [[ 1 != 0 ]]
3032026-07-20T18:33:40.417Z++ set -o errexit
3042026-07-20T18:33:40.417Z++ pfexec pkg install brand/omicron1
3052026-07-20T18:33:40.846Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-07-20T18:33:48.085ZPlanning: Solver setup ... Done
3072026-07-20T18:33:48.124ZPlanning: Running solver ... Done
3082026-07-20T18:33:48.260ZPlanning: Finding local manifests ... Done
3092026-07-20T18:33:48.265ZPlanning: Fetching manifests: 0/2 0% complete
3102026-07-20T18:33:48.391ZPlanning: Fetching manifests: 2/2 100% complete
3112026-07-20T18:33:48.403ZPlanning: Package planning ... Done
3122026-07-20T18:33:48.406ZPlanning: Merging actions ... Done
3132026-07-20T18:33:48.553ZPlanning: Checking for conflicting actions ... Done
3142026-07-20T18:33:48.556ZPlanning: Consolidating action changes ... Done
3152026-07-20T18:33:48.727ZPlanning: Evaluating mediators ... Done
3162026-07-20T18:33:48.735ZPlanning: Planning completed in 7.87 seconds
3172026-07-20T18:33:48.735Z Packages to install: 2
3182026-07-20T18:33:48.735Z Create boot environment: No
3192026-07-20T18:33:48.735ZCreate backup boot environment: No
3202026-07-20T18:33:48.749Z
3212026-07-20T18:33:48.749ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-07-20T18:33:48.779ZDownload: Completed 1.07 MB in 0.03 seconds (35.7M/s)
3232026-07-20T18:33:48.844Z Actions: 1/28 actions (Installing new actions)
3242026-07-20T18:33:48.858Z Actions: Completed 28 actions in 0.01 seconds.
3252026-07-20T18:33:49.364Z Done
3262026-07-20T18:33:49.364Z Done
3272026-07-20T18:33:50.003Z Done
3282026-07-20T18:33:52.854Z Done
3292026-07-20T18:33:52.928Z Done
3302026-07-20T18:33:52.931Z Done
3312026-07-20T18:33:53.049Z Done
3322026-07-20T18:33:53.182Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-07-20T18:33:53.187Z++ set +o errexit
3342026-07-20T18:33:53.187Z++ pkg info brand/omicron1/tools
3352026-07-20T18:33:53.187Z++ grep -qi installed
3362026-07-20T18:33:53.369Zpkg: info: no packages matching the following patterns you specified are
3372026-07-20T18:33:53.370Zinstalled on the system. Try querying remotely instead:
3382026-07-20T18:33:53.370Z
3392026-07-20T18:33:53.370Z brand/omicron1/tools
3402026-07-20T18:33:53.423Z++ [[ 1 != 0 ]]
3412026-07-20T18:33:53.423Z++ set -o errexit
3422026-07-20T18:33:53.423Z++ pfexec pkg install brand/omicron1/tools
3432026-07-20T18:33:53.812Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-07-20T18:34:01.053ZPlanning: Solver setup ... Done
3452026-07-20T18:34:01.093ZPlanning: Running solver ... Done
3462026-07-20T18:34:01.238ZPlanning: Finding local manifests ... Done
3472026-07-20T18:34:01.241ZPlanning: Fetching manifests: 0/1 0% complete
3482026-07-20T18:34:01.371ZPlanning: Fetching manifests: 1/1 100% complete
3492026-07-20T18:34:01.384ZPlanning: Package planning ... Done
3502026-07-20T18:34:01.387ZPlanning: Merging actions ... Done
3512026-07-20T18:34:01.527ZPlanning: Checking for conflicting actions ... Done
3522026-07-20T18:34:01.530ZPlanning: Consolidating action changes ... Done
3532026-07-20T18:34:01.686ZPlanning: Evaluating mediators ... Done
3542026-07-20T18:34:01.689ZPlanning: Planning completed in 7.87 seconds
3552026-07-20T18:34:01.694Z Packages to install: 1
3562026-07-20T18:34:01.694Z Services to change: 1
3572026-07-20T18:34:01.694Z Create boot environment: No
3582026-07-20T18:34:01.694ZCreate backup boot environment: No
3592026-07-20T18:34:01.727Z
3602026-07-20T18:34:01.727ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-07-20T18:34:01.751ZDownload: Completed 1.19 MB in 0.03 seconds (43.6M/s)
3622026-07-20T18:34:01.814Z Actions: 1/19 actions (Installing new actions)
3632026-07-20T18:34:01.827Z Actions: Completed 19 actions in 0.01 seconds.
3642026-07-20T18:34:02.342Z Done
3652026-07-20T18:34:02.342Z Done
3662026-07-20T18:34:02.981Z Done
3672026-07-20T18:34:05.914Z Done
3682026-07-20T18:34:05.987Z Done
3692026-07-20T18:34:05.990Z Done
3702026-07-20T18:34:06.109Z Done
3712026-07-20T18:34:06.251Z++ pfexec svcadm enable baseline
3722026-07-20T18:34:06.267Z++ retry=0
3732026-07-20T18:34:06.270Z+++ svcs -Hostate baseline
3742026-07-20T18:34:06.282Z++ [[ offline* != online ]]
3752026-07-20T18:34:06.282Z++ [[ 0 -gt 300 ]]
3762026-07-20T18:34:06.282Z++ sleep 1
3772026-07-20T18:34:07.285Z++ retry=1
3782026-07-20T18:34:07.288Z+++ svcs -Hostate baseline
3792026-07-20T18:34:07.299Z++ [[ offline* != online ]]
3802026-07-20T18:34:07.299Z++ [[ 1 -gt 300 ]]
3812026-07-20T18:34:07.299Z++ sleep 1
3822026-07-20T18:34:08.301Z++ retry=2
3832026-07-20T18:34:08.305Z+++ svcs -Hostate baseline
3842026-07-20T18:34:08.316Z++ [[ offline* != online ]]
3852026-07-20T18:34:08.316Z++ [[ 2 -gt 300 ]]
3862026-07-20T18:34:08.316Z++ sleep 1
3872026-07-20T18:34:09.318Z++ retry=3
3882026-07-20T18:34:09.321Z+++ svcs -Hostate baseline
3892026-07-20T18:34:09.334Z++ [[ offline* != online ]]
3902026-07-20T18:34:09.334Z++ [[ 3 -gt 300 ]]
3912026-07-20T18:34:09.334Z++ sleep 1
3922026-07-20T18:34:10.337Z++ retry=4
3932026-07-20T18:34:10.340Z+++ svcs -Hostate baseline
3942026-07-20T18:34:10.351Z++ [[ offline* != online ]]
3952026-07-20T18:34:10.351Z++ [[ 4 -gt 300 ]]
3962026-07-20T18:34:10.351Z++ sleep 1
3972026-07-20T18:34:11.353Z++ retry=5
3982026-07-20T18:34:11.357Z+++ svcs -Hostate baseline
3992026-07-20T18:34:11.368Z++ [[ offline* != online ]]
4002026-07-20T18:34:11.368Z++ [[ 5 -gt 300 ]]
4012026-07-20T18:34:11.371Z++ sleep 1
4022026-07-20T18:34:12.371Z++ retry=6
4032026-07-20T18:34:12.374Z+++ svcs -Hostate baseline
4042026-07-20T18:34:12.390Z++ [[ offline* != online ]]
4052026-07-20T18:34:12.390Z++ [[ 6 -gt 300 ]]
4062026-07-20T18:34:12.390Z++ sleep 1
4072026-07-20T18:34:13.389Z++ retry=7
4082026-07-20T18:34:13.393Z+++ svcs -Hostate baseline
4092026-07-20T18:34:13.404Z++ [[ offline* != online ]]
4102026-07-20T18:34:13.404Z++ [[ 7 -gt 300 ]]
4112026-07-20T18:34:13.404Z++ sleep 1
4122026-07-20T18:34:14.407Z++ retry=8
4132026-07-20T18:34:14.410Z+++ svcs -Hostate baseline
4142026-07-20T18:34:14.426Z++ [[ offline* != online ]]
4152026-07-20T18:34:14.426Z++ [[ 8 -gt 300 ]]
4162026-07-20T18:34:14.426Z++ sleep 1
4172026-07-20T18:34:15.425Z++ retry=9
4182026-07-20T18:34:15.428Z+++ svcs -Hostate baseline
4192026-07-20T18:34:15.442Z++ [[ offline* != online ]]
4202026-07-20T18:34:15.442Z++ [[ 9 -gt 300 ]]
4212026-07-20T18:34:15.442Z++ sleep 1
4222026-07-20T18:34:16.445Z++ retry=10
4232026-07-20T18:34:16.448Z+++ svcs -Hostate baseline
4242026-07-20T18:34:16.460Z++ [[ offline* != online ]]
4252026-07-20T18:34:16.460Z++ [[ 10 -gt 300 ]]
4262026-07-20T18:34:16.461Z++ sleep 1
4272026-07-20T18:34:17.463Z++ retry=11
4282026-07-20T18:34:17.466Z+++ svcs -Hostate baseline
4292026-07-20T18:34:17.479Z++ [[ offline* != online ]]
4302026-07-20T18:34:17.479Z++ [[ 11 -gt 300 ]]
4312026-07-20T18:34:17.479Z++ sleep 1
4322026-07-20T18:34:18.485Z++ retry=12
4332026-07-20T18:34:18.491Z+++ svcs -Hostate baseline
4342026-07-20T18:34:18.497Z++ [[ offline* != online ]]
4352026-07-20T18:34:18.497Z++ [[ 12 -gt 300 ]]
4362026-07-20T18:34:18.497Z++ sleep 1
4372026-07-20T18:34:19.517Z++ retry=13
4382026-07-20T18:34:19.546Z+++ svcs -Hostate baseline
4392026-07-20T18:34:19.546Z++ [[ offline* != online ]]
4402026-07-20T18:34:19.546Z++ [[ 13 -gt 300 ]]
4412026-07-20T18:34:19.546Z++ sleep 1
4422026-07-20T18:34:20.523Z++ retry=14
4432026-07-20T18:34:20.537Z+++ svcs -Hostate baseline
4442026-07-20T18:34:20.542Z++ [[ offline* != online ]]
4452026-07-20T18:34:20.543Z++ [[ 14 -gt 300 ]]
4462026-07-20T18:34:20.543Z++ sleep 1
4472026-07-20T18:34:21.538Z++ retry=15
4482026-07-20T18:34:21.542Z+++ svcs -Hostate baseline
4492026-07-20T18:34:21.551Z++ [[ offline* != online ]]
4502026-07-20T18:34:21.551Z++ [[ 15 -gt 300 ]]
4512026-07-20T18:34:21.557Z++ sleep 1
4522026-07-20T18:34:22.553Z++ retry=16
4532026-07-20T18:34:22.556Z+++ svcs -Hostate baseline
4542026-07-20T18:34:22.569Z++ [[ offline* != online ]]
4552026-07-20T18:34:22.569Z++ [[ 16 -gt 300 ]]
4562026-07-20T18:34:22.569Z++ sleep 1
4572026-07-20T18:34:23.571Z++ retry=17
4582026-07-20T18:34:23.574Z+++ svcs -Hostate baseline
4592026-07-20T18:34:23.587Z++ [[ offline* != online ]]
4602026-07-20T18:34:23.587Z++ [[ 17 -gt 300 ]]
4612026-07-20T18:34:23.587Z++ sleep 1
4622026-07-20T18:34:24.590Z++ retry=18
4632026-07-20T18:34:24.593Z+++ svcs -Hostate baseline
4642026-07-20T18:34:24.606Z++ [[ offline* != online ]]
4652026-07-20T18:34:24.606Z++ [[ 18 -gt 300 ]]
4662026-07-20T18:34:24.606Z++ sleep 1
4672026-07-20T18:34:25.615Z++ retry=19
4682026-07-20T18:34:25.618Z+++ svcs -Hostate baseline
4692026-07-20T18:34:25.627Z++ [[ offline* != online ]]
4702026-07-20T18:34:25.627Z++ [[ 19 -gt 300 ]]
4712026-07-20T18:34:25.627Z++ sleep 1
4722026-07-20T18:34:26.627Z++ retry=20
4732026-07-20T18:34:26.631Z+++ svcs -Hostate baseline
4742026-07-20T18:34:26.645Z++ [[ offline* != online ]]
4752026-07-20T18:34:26.645Z++ [[ 20 -gt 300 ]]
4762026-07-20T18:34:26.648Z++ sleep 1
4772026-07-20T18:34:27.645Z++ retry=21
4782026-07-20T18:34:27.648Z+++ svcs -Hostate baseline
4792026-07-20T18:34:27.661Z++ [[ offline* != online ]]
4802026-07-20T18:34:27.661Z++ [[ 21 -gt 300 ]]
4812026-07-20T18:34:27.661Z++ sleep 1
4822026-07-20T18:34:28.664Z++ retry=22
4832026-07-20T18:34:28.667Z+++ svcs -Hostate baseline
4842026-07-20T18:34:28.680Z++ [[ offline* != online ]]
4852026-07-20T18:34:28.680Z++ [[ 22 -gt 300 ]]
4862026-07-20T18:34:28.680Z++ sleep 1
4872026-07-20T18:34:29.682Z++ retry=23
4882026-07-20T18:34:29.686Z+++ svcs -Hostate baseline
4892026-07-20T18:34:29.698Z++ [[ offline* != online ]]
4902026-07-20T18:34:29.698Z++ [[ 23 -gt 300 ]]
4912026-07-20T18:34:29.698Z++ sleep 1
4922026-07-20T18:34:30.700Z++ retry=24
4932026-07-20T18:34:30.704Z+++ svcs -Hostate baseline
4942026-07-20T18:34:30.716Z++ [[ offline* != online ]]
4952026-07-20T18:34:30.716Z++ [[ 24 -gt 300 ]]
4962026-07-20T18:34:30.716Z++ sleep 1
4972026-07-20T18:34:31.718Z++ retry=25
4982026-07-20T18:34:31.721Z+++ svcs -Hostate baseline
4992026-07-20T18:34:31.735Z++ [[ offline* != online ]]
5002026-07-20T18:34:31.735Z++ [[ 25 -gt 300 ]]
5012026-07-20T18:34:31.735Z++ sleep 1
5022026-07-20T18:34:32.737Z++ retry=26
5032026-07-20T18:34:32.740Z+++ svcs -Hostate baseline
5042026-07-20T18:34:32.754Z++ [[ offline* != online ]]
5052026-07-20T18:34:32.754Z++ [[ 26 -gt 300 ]]
5062026-07-20T18:34:32.754Z++ sleep 1
5072026-07-20T18:34:33.755Z++ retry=27
5082026-07-20T18:34:33.758Z+++ svcs -Hostate baseline
5092026-07-20T18:34:33.772Z++ [[ offline* != online ]]
5102026-07-20T18:34:33.773Z++ [[ 27 -gt 300 ]]
5112026-07-20T18:34:33.773Z++ sleep 1
5122026-07-20T18:34:34.774Z++ retry=28
5132026-07-20T18:34:34.777Z+++ svcs -Hostate baseline
5142026-07-20T18:34:34.789Z++ [[ offline* != online ]]
5152026-07-20T18:34:34.789Z++ [[ 28 -gt 300 ]]
5162026-07-20T18:34:34.789Z++ sleep 1
5172026-07-20T18:34:35.791Z++ retry=29
5182026-07-20T18:34:35.794Z+++ svcs -Hostate baseline
5192026-07-20T18:34:35.807Z++ [[ offline* != online ]]
5202026-07-20T18:34:35.807Z++ [[ 29 -gt 300 ]]
5212026-07-20T18:34:35.807Z++ sleep 1
5222026-07-20T18:34:36.809Z++ retry=30
5232026-07-20T18:34:36.812Z+++ svcs -Hostate baseline
5242026-07-20T18:34:36.825Z++ [[ offline* != online ]]
5252026-07-20T18:34:36.825Z++ [[ 30 -gt 300 ]]
5262026-07-20T18:34:36.825Z++ sleep 1
5272026-07-20T18:34:37.827Z++ retry=31
5282026-07-20T18:34:37.831Z+++ svcs -Hostate baseline
5292026-07-20T18:34:37.843Z++ [[ offline* != online ]]
5302026-07-20T18:34:37.843Z++ [[ 31 -gt 300 ]]
5312026-07-20T18:34:37.843Z++ sleep 1
5322026-07-20T18:34:38.845Z++ retry=32
5332026-07-20T18:34:38.848Z+++ svcs -Hostate baseline
5342026-07-20T18:34:38.861Z++ [[ offline* != online ]]
5352026-07-20T18:34:38.861Z++ [[ 32 -gt 300 ]]
5362026-07-20T18:34:38.862Z++ sleep 1
5372026-07-20T18:34:39.864Z++ retry=33
5382026-07-20T18:34:39.867Z+++ svcs -Hostate baseline
5392026-07-20T18:34:39.882Z++ [[ offline* != online ]]
5402026-07-20T18:34:39.882Z++ [[ 33 -gt 300 ]]
5412026-07-20T18:34:39.882Z++ sleep 1
5422026-07-20T18:34:40.883Z++ retry=34
5432026-07-20T18:34:40.886Z+++ svcs -Hostate baseline
5442026-07-20T18:34:40.899Z++ [[ offline* != online ]]
5452026-07-20T18:34:40.899Z++ [[ 34 -gt 300 ]]
5462026-07-20T18:34:40.899Z++ sleep 1
5472026-07-20T18:34:41.899Z++ retry=35
5482026-07-20T18:34:41.902Z+++ svcs -Hostate baseline
5492026-07-20T18:34:41.919Z++ [[ offline* != online ]]
5502026-07-20T18:34:41.919Z++ [[ 35 -gt 300 ]]
5512026-07-20T18:34:41.920Z++ sleep 1
5522026-07-20T18:34:42.917Z++ retry=36
5532026-07-20T18:34:42.921Z+++ svcs -Hostate baseline
5542026-07-20T18:34:42.941Z++ [[ offline* != online ]]
5552026-07-20T18:34:42.941Z++ [[ 36 -gt 300 ]]
5562026-07-20T18:34:42.941Z++ sleep 1
5572026-07-20T18:34:43.937Z++ retry=37
5582026-07-20T18:34:43.941Z+++ svcs -Hostate baseline
5592026-07-20T18:34:43.952Z++ [[ offline* != online ]]
5602026-07-20T18:34:43.952Z++ [[ 37 -gt 300 ]]
5612026-07-20T18:34:43.956Z++ sleep 1
5622026-07-20T18:34:44.954Z++ retry=38
5632026-07-20T18:34:44.957Z+++ svcs -Hostate baseline
5642026-07-20T18:34:44.970Z++ [[ offline* != online ]]
5652026-07-20T18:34:44.970Z++ [[ 38 -gt 300 ]]
5662026-07-20T18:34:44.970Z++ sleep 1
5672026-07-20T18:34:45.972Z++ retry=39
5682026-07-20T18:34:45.976Z+++ svcs -Hostate baseline
5692026-07-20T18:34:45.988Z++ [[ offline* != online ]]
5702026-07-20T18:34:45.988Z++ [[ 39 -gt 300 ]]
5712026-07-20T18:34:45.992Z++ sleep 1
5722026-07-20T18:34:46.992Z++ retry=40
5732026-07-20T18:34:46.997Z+++ svcs -Hostate baseline
5742026-07-20T18:34:47.007Z++ [[ offline* != online ]]
5752026-07-20T18:34:47.007Z++ [[ 40 -gt 300 ]]
5762026-07-20T18:34:47.007Z++ sleep 1
5772026-07-20T18:34:48.010Z++ retry=41
5782026-07-20T18:34:48.013Z+++ svcs -Hostate baseline
5792026-07-20T18:34:48.029Z++ [[ offline* != online ]]
5802026-07-20T18:34:48.029Z++ [[ 41 -gt 300 ]]
5812026-07-20T18:34:48.029Z++ sleep 1
5822026-07-20T18:34:49.028Z++ retry=42
5832026-07-20T18:34:49.031Z+++ svcs -Hostate baseline
5842026-07-20T18:34:49.043Z++ [[ offline* != online ]]
5852026-07-20T18:34:49.044Z++ [[ 42 -gt 300 ]]
5862026-07-20T18:34:49.044Z++ sleep 1
5872026-07-20T18:34:50.045Z++ retry=43
5882026-07-20T18:34:50.051Z+++ svcs -Hostate baseline
5892026-07-20T18:34:50.062Z++ [[ offline* != online ]]
5902026-07-20T18:34:50.062Z++ [[ 43 -gt 300 ]]
5912026-07-20T18:34:50.062Z++ sleep 1
5922026-07-20T18:34:51.064Z++ retry=44
5932026-07-20T18:34:51.066Z+++ svcs -Hostate baseline
5942026-07-20T18:34:51.080Z++ [[ offline* != online ]]
5952026-07-20T18:34:51.080Z++ [[ 44 -gt 300 ]]
5962026-07-20T18:34:51.083Z++ sleep 1
5972026-07-20T18:34:52.082Z++ retry=45
5982026-07-20T18:34:52.085Z+++ svcs -Hostate baseline
5992026-07-20T18:34:52.099Z++ [[ offline* != online ]]
6002026-07-20T18:34:52.099Z++ [[ 45 -gt 300 ]]
6012026-07-20T18:34:52.099Z++ sleep 1
6022026-07-20T18:34:53.105Z++ retry=46
6032026-07-20T18:34:53.108Z+++ svcs -Hostate baseline
6042026-07-20T18:34:53.116Z++ [[ offline* != online ]]
6052026-07-20T18:34:53.116Z++ [[ 46 -gt 300 ]]
6062026-07-20T18:34:53.116Z++ sleep 1
6072026-07-20T18:34:54.119Z++ retry=47
6082026-07-20T18:34:54.125Z+++ svcs -Hostate baseline
6092026-07-20T18:34:54.135Z++ [[ offline* != online ]]
6102026-07-20T18:34:54.135Z++ [[ 47 -gt 300 ]]
6112026-07-20T18:34:54.135Z++ sleep 1
6122026-07-20T18:34:55.137Z++ retry=48
6132026-07-20T18:34:55.140Z+++ svcs -Hostate baseline
6142026-07-20T18:34:55.153Z++ [[ offline* != online ]]
6152026-07-20T18:34:55.153Z++ [[ 48 -gt 300 ]]
6162026-07-20T18:34:55.153Z++ sleep 1
6172026-07-20T18:34:56.155Z++ retry=49
6182026-07-20T18:34:56.158Z+++ svcs -Hostate baseline
6192026-07-20T18:34:56.171Z++ [[ offline* != online ]]
6202026-07-20T18:34:56.171Z++ [[ 49 -gt 300 ]]
6212026-07-20T18:34:56.171Z++ sleep 1
6222026-07-20T18:34:57.174Z++ retry=50
6232026-07-20T18:34:57.177Z+++ svcs -Hostate baseline
6242026-07-20T18:34:57.189Z++ [[ offline* != online ]]
6252026-07-20T18:34:57.189Z++ [[ 50 -gt 300 ]]
6262026-07-20T18:34:57.189Z++ sleep 1
6272026-07-20T18:34:58.192Z++ retry=51
6282026-07-20T18:34:58.195Z+++ svcs -Hostate baseline
6292026-07-20T18:34:58.208Z++ [[ offline* != online ]]
6302026-07-20T18:34:58.208Z++ [[ 51 -gt 300 ]]
6312026-07-20T18:34:58.208Z++ sleep 1
6322026-07-20T18:34:59.210Z++ retry=52
6332026-07-20T18:34:59.213Z+++ svcs -Hostate baseline
6342026-07-20T18:34:59.226Z++ [[ offline* != online ]]
6352026-07-20T18:34:59.226Z++ [[ 52 -gt 300 ]]
6362026-07-20T18:34:59.226Z++ sleep 1
6372026-07-20T18:35:00.229Z++ retry=53
6382026-07-20T18:35:00.233Z+++ svcs -Hostate baseline
6392026-07-20T18:35:00.244Z++ [[ offline* != online ]]
6402026-07-20T18:35:00.245Z++ [[ 53 -gt 300 ]]
6412026-07-20T18:35:00.245Z++ sleep 1
6422026-07-20T18:35:01.291Z++ retry=54
6432026-07-20T18:35:01.297Z+++ svcs -Hostate baseline
6442026-07-20T18:35:01.297Z++ [[ offline* != online ]]
6452026-07-20T18:35:01.297Z++ [[ 54 -gt 300 ]]
6462026-07-20T18:35:01.297Z++ sleep 1
6472026-07-20T18:35:02.265Z++ retry=55
6482026-07-20T18:35:02.268Z+++ svcs -Hostate baseline
6492026-07-20T18:35:02.282Z++ [[ offline* != online ]]
6502026-07-20T18:35:02.282Z++ [[ 55 -gt 300 ]]
6512026-07-20T18:35:02.287Z++ sleep 1
6522026-07-20T18:35:03.285Z++ retry=56
6532026-07-20T18:35:03.290Z+++ svcs -Hostate baseline
6542026-07-20T18:35:03.300Z++ [[ offline* != online ]]
6552026-07-20T18:35:03.301Z++ [[ 56 -gt 300 ]]
6562026-07-20T18:35:03.303Z++ sleep 1
6572026-07-20T18:35:04.303Z++ retry=57
6582026-07-20T18:35:04.305Z+++ svcs -Hostate baseline
6592026-07-20T18:35:04.320Z++ [[ offline* != online ]]
6602026-07-20T18:35:04.320Z++ [[ 57 -gt 300 ]]
6612026-07-20T18:35:04.320Z++ sleep 1
6622026-07-20T18:35:05.321Z++ retry=58
6632026-07-20T18:35:05.325Z+++ svcs -Hostate baseline
6642026-07-20T18:35:05.338Z++ [[ offline* != online ]]
6652026-07-20T18:35:05.338Z++ [[ 58 -gt 300 ]]
6662026-07-20T18:35:05.345Z++ sleep 1
6672026-07-20T18:35:06.343Z++ retry=59
6682026-07-20T18:35:06.347Z+++ svcs -Hostate baseline
6692026-07-20T18:35:06.356Z++ [[ offline* != online ]]
6702026-07-20T18:35:06.356Z++ [[ 59 -gt 300 ]]
6712026-07-20T18:35:06.356Z++ sleep 1
6722026-07-20T18:35:07.359Z++ retry=60
6732026-07-20T18:35:07.362Z+++ svcs -Hostate baseline
6742026-07-20T18:35:07.374Z++ [[ offline* != online ]]
6752026-07-20T18:35:07.374Z++ [[ 60 -gt 300 ]]
6762026-07-20T18:35:07.374Z++ sleep 1
6772026-07-20T18:35:08.376Z++ retry=61
6782026-07-20T18:35:08.380Z+++ svcs -Hostate baseline
6792026-07-20T18:35:08.394Z++ [[ offline* != online ]]
6802026-07-20T18:35:08.394Z++ [[ 61 -gt 300 ]]
6812026-07-20T18:35:08.395Z++ sleep 1
6822026-07-20T18:35:09.394Z++ retry=62
6832026-07-20T18:35:09.397Z+++ svcs -Hostate baseline
6842026-07-20T18:35:09.411Z++ [[ offline* != online ]]
6852026-07-20T18:35:09.411Z++ [[ 62 -gt 300 ]]
6862026-07-20T18:35:09.411Z++ sleep 1
6872026-07-20T18:35:10.413Z++ retry=63
6882026-07-20T18:35:10.479Z+++ svcs -Hostate baseline
6892026-07-20T18:35:10.488Z++ [[ offline* != online ]]
6902026-07-20T18:35:10.488Z++ [[ 63 -gt 300 ]]
6912026-07-20T18:35:10.488Z++ sleep 1
6922026-07-20T18:35:11.432Z++ retry=64
6932026-07-20T18:35:11.435Z+++ svcs -Hostate baseline
6942026-07-20T18:35:11.448Z++ [[ offline* != online ]]
6952026-07-20T18:35:11.448Z++ [[ 64 -gt 300 ]]
6962026-07-20T18:35:11.449Z++ sleep 1
6972026-07-20T18:35:12.450Z++ retry=65
6982026-07-20T18:35:12.453Z+++ svcs -Hostate baseline
6992026-07-20T18:35:12.466Z++ [[ offline* != online ]]
7002026-07-20T18:35:12.466Z++ [[ 65 -gt 300 ]]
7012026-07-20T18:35:12.466Z++ sleep 1
7022026-07-20T18:35:13.469Z++ retry=66
7032026-07-20T18:35:13.472Z+++ svcs -Hostate baseline
7042026-07-20T18:35:13.484Z++ [[ offline* != online ]]
7052026-07-20T18:35:13.484Z++ [[ 66 -gt 300 ]]
7062026-07-20T18:35:13.484Z++ sleep 1
7072026-07-20T18:35:14.487Z++ retry=67
7082026-07-20T18:35:14.492Z+++ svcs -Hostate baseline
7092026-07-20T18:35:14.503Z++ [[ offline* != online ]]
7102026-07-20T18:35:14.503Z++ [[ 67 -gt 300 ]]
7112026-07-20T18:35:14.503Z++ sleep 1
7122026-07-20T18:35:15.505Z++ retry=68
7132026-07-20T18:35:15.508Z+++ svcs -Hostate baseline
7142026-07-20T18:35:15.521Z++ [[ offline* != online ]]
7152026-07-20T18:35:15.521Z++ [[ 68 -gt 300 ]]
7162026-07-20T18:35:15.524Z++ sleep 1
7172026-07-20T18:35:16.524Z++ retry=69
7182026-07-20T18:35:16.529Z+++ svcs -Hostate baseline
7192026-07-20T18:35:16.539Z++ [[ offline* != online ]]
7202026-07-20T18:35:16.539Z++ [[ 69 -gt 300 ]]
7212026-07-20T18:35:16.539Z++ sleep 1
7222026-07-20T18:35:17.543Z++ retry=70
7232026-07-20T18:35:17.546Z+++ svcs -Hostate baseline
7242026-07-20T18:35:17.557Z++ [[ offline* != online ]]
7252026-07-20T18:35:17.557Z++ [[ 70 -gt 300 ]]
7262026-07-20T18:35:17.557Z++ sleep 1
7272026-07-20T18:35:18.561Z++ retry=71
7282026-07-20T18:35:18.564Z+++ svcs -Hostate baseline
7292026-07-20T18:35:18.576Z++ [[ offline* != online ]]
7302026-07-20T18:35:18.576Z++ [[ 71 -gt 300 ]]
7312026-07-20T18:35:18.576Z++ sleep 1
7322026-07-20T18:35:19.578Z++ retry=72
7332026-07-20T18:35:19.581Z+++ svcs -Hostate baseline
7342026-07-20T18:35:19.594Z++ [[ offline* != online ]]
7352026-07-20T18:35:19.594Z++ [[ 72 -gt 300 ]]
7362026-07-20T18:35:19.594Z++ sleep 1
7372026-07-20T18:35:20.596Z++ retry=73
7382026-07-20T18:35:20.599Z+++ svcs -Hostate baseline
7392026-07-20T18:35:20.613Z++ [[ offline* != online ]]
7402026-07-20T18:35:20.614Z++ [[ 73 -gt 300 ]]
7412026-07-20T18:35:20.617Z++ sleep 1
7422026-07-20T18:35:21.615Z++ retry=74
7432026-07-20T18:35:21.618Z+++ svcs -Hostate baseline
7442026-07-20T18:35:21.631Z++ [[ offline* != online ]]
7452026-07-20T18:35:21.631Z++ [[ 74 -gt 300 ]]
7462026-07-20T18:35:21.631Z++ sleep 1
7472026-07-20T18:35:22.633Z++ retry=75
7482026-07-20T18:35:22.636Z+++ svcs -Hostate baseline
7492026-07-20T18:35:22.649Z++ [[ offline* != online ]]
7502026-07-20T18:35:22.650Z++ [[ 75 -gt 300 ]]
7512026-07-20T18:35:22.650Z++ sleep 1
7522026-07-20T18:35:23.652Z++ retry=76
7532026-07-20T18:35:23.655Z+++ svcs -Hostate baseline
7542026-07-20T18:35:23.668Z++ [[ offline* != online ]]
7552026-07-20T18:35:23.668Z++ [[ 76 -gt 300 ]]
7562026-07-20T18:35:23.668Z++ sleep 1
7572026-07-20T18:35:24.671Z++ retry=77
7582026-07-20T18:35:24.675Z+++ svcs -Hostate baseline
7592026-07-20T18:35:24.686Z++ [[ offline* != online ]]
7602026-07-20T18:35:24.686Z++ [[ 77 -gt 300 ]]
7612026-07-20T18:35:24.686Z++ sleep 1
7622026-07-20T18:35:25.688Z++ retry=78
7632026-07-20T18:35:25.691Z+++ svcs -Hostate baseline
7642026-07-20T18:35:25.704Z++ [[ offline* != online ]]
7652026-07-20T18:35:25.704Z++ [[ 78 -gt 300 ]]
7662026-07-20T18:35:25.704Z++ sleep 1
7672026-07-20T18:35:26.706Z++ retry=79
7682026-07-20T18:35:26.709Z+++ svcs -Hostate baseline
7692026-07-20T18:35:26.724Z++ [[ offline* != online ]]
7702026-07-20T18:35:26.724Z++ [[ 79 -gt 300 ]]
7712026-07-20T18:35:26.724Z++ sleep 1
7722026-07-20T18:35:27.724Z++ retry=80
7732026-07-20T18:35:27.727Z+++ svcs -Hostate baseline
7742026-07-20T18:35:27.740Z++ [[ offline* != online ]]
7752026-07-20T18:35:27.740Z++ [[ 80 -gt 300 ]]
7762026-07-20T18:35:27.740Z++ sleep 1
7772026-07-20T18:35:28.743Z++ retry=81
7782026-07-20T18:35:28.746Z+++ svcs -Hostate baseline
7792026-07-20T18:35:28.759Z++ [[ offline* != online ]]
7802026-07-20T18:35:28.759Z++ [[ 81 -gt 300 ]]
7812026-07-20T18:35:28.759Z++ sleep 1
7822026-07-20T18:35:29.762Z++ retry=82
7832026-07-20T18:35:29.767Z+++ svcs -Hostate baseline
7842026-07-20T18:35:29.777Z++ [[ offline* != online ]]
7852026-07-20T18:35:29.777Z++ [[ 82 -gt 300 ]]
7862026-07-20T18:35:29.777Z++ sleep 1
7872026-07-20T18:35:30.779Z++ retry=83
7882026-07-20T18:35:30.787Z+++ svcs -Hostate baseline
7892026-07-20T18:35:30.795Z++ [[ offline* != online ]]
7902026-07-20T18:35:30.795Z++ [[ 83 -gt 300 ]]
7912026-07-20T18:35:30.799Z++ sleep 1
7922026-07-20T18:35:31.798Z++ retry=84
7932026-07-20T18:35:31.801Z+++ svcs -Hostate baseline
7942026-07-20T18:35:31.814Z++ [[ offline* != online ]]
7952026-07-20T18:35:31.814Z++ [[ 84 -gt 300 ]]
7962026-07-20T18:35:31.814Z++ sleep 1
7972026-07-20T18:35:32.816Z++ retry=85
7982026-07-20T18:35:32.818Z+++ svcs -Hostate baseline
7992026-07-20T18:35:32.832Z++ [[ offline* != online ]]
8002026-07-20T18:35:32.832Z++ [[ 85 -gt 300 ]]
8012026-07-20T18:35:32.832Z++ sleep 1
8022026-07-20T18:35:33.834Z++ retry=86
8032026-07-20T18:35:33.837Z+++ svcs -Hostate baseline
8042026-07-20T18:35:33.850Z++ [[ offline* != online ]]
8052026-07-20T18:35:33.850Z++ [[ 86 -gt 300 ]]
8062026-07-20T18:35:33.850Z++ sleep 1
8072026-07-20T18:35:34.852Z++ retry=87
8082026-07-20T18:35:34.855Z+++ svcs -Hostate baseline
8092026-07-20T18:35:34.868Z++ [[ offline* != online ]]
8102026-07-20T18:35:34.868Z++ [[ 87 -gt 300 ]]
8112026-07-20T18:35:34.868Z++ sleep 1
8122026-07-20T18:35:35.871Z++ retry=88
8132026-07-20T18:35:35.875Z+++ svcs -Hostate baseline
8142026-07-20T18:35:35.886Z++ [[ offline* != online ]]
8152026-07-20T18:35:35.886Z++ [[ 88 -gt 300 ]]
8162026-07-20T18:35:35.886Z++ sleep 1
8172026-07-20T18:35:36.888Z++ retry=89
8182026-07-20T18:35:36.891Z+++ svcs -Hostate baseline
8192026-07-20T18:35:36.904Z++ [[ offline* != online ]]
8202026-07-20T18:35:36.904Z++ [[ 89 -gt 300 ]]
8212026-07-20T18:35:36.904Z++ sleep 1
8222026-07-20T18:35:37.906Z++ retry=90
8232026-07-20T18:35:37.909Z+++ svcs -Hostate baseline
8242026-07-20T18:35:37.923Z++ [[ offline* != online ]]
8252026-07-20T18:35:37.923Z++ [[ 90 -gt 300 ]]
8262026-07-20T18:35:37.923Z++ sleep 1
8272026-07-20T18:35:38.924Z++ retry=91
8282026-07-20T18:35:38.927Z+++ svcs -Hostate baseline
8292026-07-20T18:35:38.941Z++ [[ offline* != online ]]
8302026-07-20T18:35:38.941Z++ [[ 91 -gt 300 ]]
8312026-07-20T18:35:38.941Z++ sleep 1
8322026-07-20T18:35:39.944Z++ retry=92
8332026-07-20T18:35:39.949Z+++ svcs -Hostate baseline
8342026-07-20T18:35:39.961Z++ [[ offline* != online ]]
8352026-07-20T18:35:39.961Z++ [[ 92 -gt 300 ]]
8362026-07-20T18:35:39.961Z++ sleep 1
8372026-07-20T18:35:40.960Z++ retry=93
8382026-07-20T18:35:40.963Z+++ svcs -Hostate baseline
8392026-07-20T18:35:40.976Z++ [[ offline* != online ]]
8402026-07-20T18:35:40.976Z++ [[ 93 -gt 300 ]]
8412026-07-20T18:35:40.976Z++ sleep 1
8422026-07-20T18:35:41.978Z++ retry=94
8432026-07-20T18:35:41.982Z+++ svcs -Hostate baseline
8442026-07-20T18:35:41.994Z++ [[ offline* != online ]]
8452026-07-20T18:35:41.994Z++ [[ 94 -gt 300 ]]
8462026-07-20T18:35:41.994Z++ sleep 1
8472026-07-20T18:35:42.996Z++ retry=95
8482026-07-20T18:35:42.999Z+++ svcs -Hostate baseline
8492026-07-20T18:35:43.011Z++ [[ offline* != online ]]
8502026-07-20T18:35:43.011Z++ [[ 95 -gt 300 ]]
8512026-07-20T18:35:43.011Z++ sleep 1
8522026-07-20T18:35:44.013Z++ retry=96
8532026-07-20T18:35:44.016Z+++ svcs -Hostate baseline
8542026-07-20T18:35:44.029Z++ [[ offline* != online ]]
8552026-07-20T18:35:44.029Z++ [[ 96 -gt 300 ]]
8562026-07-20T18:35:44.029Z++ sleep 1
8572026-07-20T18:35:45.030Z++ retry=97
8582026-07-20T18:35:45.037Z+++ svcs -Hostate baseline
8592026-07-20T18:35:45.046Z++ [[ offline* != online ]]
8602026-07-20T18:35:45.046Z++ [[ 97 -gt 300 ]]
8612026-07-20T18:35:45.046Z++ sleep 1
8622026-07-20T18:35:46.049Z++ retry=98
8632026-07-20T18:35:46.052Z+++ svcs -Hostate baseline
8642026-07-20T18:35:46.067Z++ [[ offline* != online ]]
8652026-07-20T18:35:46.067Z++ [[ 98 -gt 300 ]]
8662026-07-20T18:35:46.067Z++ sleep 1
8672026-07-20T18:35:47.066Z++ retry=99
8682026-07-20T18:35:47.069Z+++ svcs -Hostate baseline
8692026-07-20T18:35:47.083Z++ [[ offline* != online ]]
8702026-07-20T18:35:47.083Z++ [[ 99 -gt 300 ]]
8712026-07-20T18:35:47.083Z++ sleep 1
8722026-07-20T18:35:48.085Z++ retry=100
8732026-07-20T18:35:48.088Z+++ svcs -Hostate baseline
8742026-07-20T18:35:48.101Z++ [[ offline* != online ]]
8752026-07-20T18:35:48.101Z++ [[ 100 -gt 300 ]]
8762026-07-20T18:35:48.101Z++ sleep 1
8772026-07-20T18:35:49.104Z++ retry=101
8782026-07-20T18:35:49.107Z+++ svcs -Hostate baseline
8792026-07-20T18:35:49.119Z++ [[ offline* != online ]]
8802026-07-20T18:35:49.119Z++ [[ 101 -gt 300 ]]
8812026-07-20T18:35:49.120Z++ sleep 1
8822026-07-20T18:35:50.122Z++ retry=102
8832026-07-20T18:35:50.125Z+++ svcs -Hostate baseline
8842026-07-20T18:35:50.138Z++ [[ offline* != online ]]
8852026-07-20T18:35:50.138Z++ [[ 102 -gt 300 ]]
8862026-07-20T18:35:50.138Z++ sleep 1
8872026-07-20T18:35:51.139Z++ retry=103
8882026-07-20T18:35:51.143Z+++ svcs -Hostate baseline
8892026-07-20T18:35:51.154Z++ [[ offline* != online ]]
8902026-07-20T18:35:51.154Z++ [[ 103 -gt 300 ]]
8912026-07-20T18:35:51.154Z++ sleep 1
8922026-07-20T18:35:52.166Z++ retry=104
8932026-07-20T18:35:52.169Z+++ svcs -Hostate baseline
8942026-07-20T18:35:52.172Z++ [[ offline* != online ]]
8952026-07-20T18:35:52.172Z++ [[ 104 -gt 300 ]]
8962026-07-20T18:35:52.173Z++ sleep 1
8972026-07-20T18:35:53.174Z++ retry=105
8982026-07-20T18:35:53.177Z+++ svcs -Hostate baseline
8992026-07-20T18:35:53.191Z++ [[ offline* != online ]]
9002026-07-20T18:35:53.191Z++ [[ 105 -gt 300 ]]
9012026-07-20T18:35:53.191Z++ sleep 1
9022026-07-20T18:35:54.194Z++ retry=106
9032026-07-20T18:35:54.197Z+++ svcs -Hostate baseline
9042026-07-20T18:35:54.208Z++ [[ offline* != online ]]
9052026-07-20T18:35:54.208Z++ [[ 106 -gt 300 ]]
9062026-07-20T18:35:54.208Z++ sleep 1
9072026-07-20T18:35:55.211Z++ retry=107
9082026-07-20T18:35:55.214Z+++ svcs -Hostate baseline
9092026-07-20T18:35:55.226Z++ [[ online != online ]]
9102026-07-20T18:35:55.226Z++ set -o errexit
9112026-07-20T18:35:55.229Z++ set -o pipefail
9122026-07-20T18:35:55.229Z++ banner build
9132026-07-20T18:35:55.229Z
9142026-07-20T18:35:55.230Z ##### # # # # #####
9152026-07-20T18:35:55.230Z # # # # # # # #
9162026-07-20T18:35:55.230Z ##### # # # # # #
9172026-07-20T18:35:55.230Z # # # # # # # #
9182026-07-20T18:35:55.230Z # # # # # # # #
9192026-07-20T18:35:55.230Z ##### #### # ###### #####
9202026-07-20T18:35:55.230Z
9212026-07-20T18:35:55.230Z++ cargo build --release --bin ddmd --bin ddmadm
9222026-07-20T18:35:55.234Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9232026-07-20T18:35:55.381Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9242026-07-20T18:35:55.385Zinfo: downloading 6 components
9252026-07-20T18:36:10.788Z Updating git repository `https://github.com/oxidecomputer/falcon`
9262026-07-20T18:36:11.701ZFrom https://github.com/oxidecomputer/falcon
9272026-07-20T18:36:11.701Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9282026-07-20T18:36:11.781Z Updating crates.io index
9292026-07-20T18:36:11.784Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9302026-07-20T18:36:12.206ZFrom https://github.com/oxidecomputer/dendrite
9312026-07-20T18:36:12.206Z * [new ref] 5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf -> refs/commit/5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf
9322026-07-20T18:36:12.286Z Updating git repository `https://github.com/oxidecomputer/ispf`
9332026-07-20T18:36:12.529ZFrom https://github.com/oxidecomputer/ispf
9342026-07-20T18:36:12.529Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9352026-07-20T18:36:12.535Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9362026-07-20T18:36:12.860ZFrom https://github.com/oxidecomputer/netadm-sys
9372026-07-20T18:36:12.860Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9382026-07-20T18:36:12.867Z Updating git repository `https://github.com/oxidecomputer/omicron`
9392026-07-20T18:36:18.798ZFrom https://github.com/oxidecomputer/omicron
9402026-07-20T18:36:18.798Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9412026-07-20T18:36:19.218Z Updating git repository `https://github.com/oxidecomputer/opte`
9422026-07-20T18:36:20.025ZFrom https://github.com/oxidecomputer/opte
9432026-07-20T18:36:20.025Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
9442026-07-20T18:36:20.054Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9452026-07-20T18:36:20.305ZFrom https://github.com/oxidecomputer/slog-error-chain
9462026-07-20T18:36:20.306Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9472026-07-20T18:36:20.314Z Updating git repository `https://github.com/illumos/smf-rs`
9482026-07-20T18:36:20.585ZFrom https://github.com/illumos/smf-rs
9492026-07-20T18:36:20.585Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9502026-07-20T18:36:20.593Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9512026-07-20T18:36:20.848ZFrom https://github.com/oxidecomputer/network-interface
9522026-07-20T18:36:20.848Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9532026-07-20T18:36:20.856Z Updating git repository `https://github.com/oxidecomputer/zone`
9542026-07-20T18:36:21.151ZFrom https://github.com/oxidecomputer/zone
9552026-07-20T18:36:21.151Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9562026-07-20T18:36:21.158Z Updating git repository `https://github.com/oxidecomputer/propolis`
9572026-07-20T18:36:21.813ZFrom https://github.com/oxidecomputer/propolis
9582026-07-20T18:36:21.813Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9592026-07-20T18:36:21.856Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9602026-07-20T18:36:22.426ZFrom https://github.com/oxidecomputer/transceiver-control
9612026-07-20T18:36:22.426Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9622026-07-20T18:36:22.436Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9632026-07-20T18:36:22.725ZFrom https://github.com/oxidecomputer/dlpi-sys
9642026-07-20T18:36:22.725Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9652026-07-20T18:36:22.731Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9662026-07-20T18:36:23.028ZFrom https://github.com/jmesmon/rust-libzfs
9672026-07-20T18:36:23.029Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9682026-07-20T18:36:23.035Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9692026-07-20T18:36:23.334ZFrom https://github.com/oxidecomputer/rusty-doors
9702026-07-20T18:36:23.334Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9712026-07-20T18:36:23.340Z Updating git repository `https://github.com/oxidecomputer/lldp`
9722026-07-20T18:36:23.693ZFrom https://github.com/oxidecomputer/lldp
9732026-07-20T18:36:23.693Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9742026-07-20T18:36:23.705Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9752026-07-20T18:36:24.192ZFrom https://github.com/oxidecomputer/tufaceous
9762026-07-20T18:36:24.192Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9772026-07-20T18:36:24.202Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9782026-07-20T18:36:24.725ZFrom https://github.com/oxidecomputer/management-gateway-service
9792026-07-20T18:36:24.725Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9802026-07-20T18:36:24.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
9812026-07-20T18:36:25.906ZFrom https://github.com/oxidecomputer/crucible
9822026-07-20T18:36:25.908Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9832026-07-20T18:36:25.949Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9842026-07-20T18:36:26.223ZFrom https://github.com/oxidecomputer/serde_human_bytes
9852026-07-20T18:36:26.223Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9862026-07-20T18:36:26.232Z Updating git repository `https://github.com/oxidecomputer/propolis`
9872026-07-20T18:36:26.664ZFrom https://github.com/oxidecomputer/propolis
9882026-07-20T18:36:26.665Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9892026-07-20T18:36:26.708Z Updating git repository `https://github.com/oxidecomputer/crucible`
9902026-07-20T18:36:27.494ZFrom https://github.com/oxidecomputer/crucible
9912026-07-20T18:36:27.494Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9922026-07-20T18:36:27.558Z Updating git repository `https://github.com/oxidecomputer/tofino`
9932026-07-20T18:36:27.923ZFrom https://github.com/oxidecomputer/tofino
9942026-07-20T18:36:27.923Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9952026-07-20T18:36:27.935Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9962026-07-20T18:36:28.883ZFrom https://github.com/oxidecomputer/maghemite
9972026-07-20T18:36:28.883Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9982026-07-20T18:36:28.914Z Updating git repository `https://github.com/oxidecomputer/clickward`
9992026-07-20T18:36:29.214ZFrom https://github.com/oxidecomputer/clickward
10002026-07-20T18:36:29.214Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10012026-07-20T18:36:29.220Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10022026-07-20T18:36:29.463ZFrom https://github.com/oxidecomputer/illumos-devinfo
10032026-07-20T18:36:29.463Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10042026-07-20T18:36:31.742Z Downloading crates ...
10052026-07-20T18:36:31.821Z Downloaded backon v1.6.0
10062026-07-20T18:36:31.825Z Downloaded base64ct v1.8.3
10072026-07-20T18:36:31.828Z Downloaded base16ct v0.2.0
10082026-07-20T18:36:31.831Z Downloaded anstyle v1.0.14
10092026-07-20T18:36:31.831Z Downloaded bit-vec v0.8.0
10102026-07-20T18:36:31.834Z Downloaded fnv v1.0.7
10112026-07-20T18:36:31.834Z Downloaded bit-set v0.8.0
10122026-07-20T18:36:31.834Z Downloaded blake2 v0.10.6
10132026-07-20T18:36:31.838Z Downloaded anstyle-query v1.1.5
10142026-07-20T18:36:31.838Z Downloaded base16ct v1.0.0
10152026-07-20T18:36:31.838Z Downloaded ahash v0.8.12
10162026-07-20T18:36:31.841Z Downloaded async-stream-impl v0.3.6
10172026-07-20T18:36:31.844Z Downloaded foldhash v0.2.0
10182026-07-20T18:36:31.847Z Downloaded either v1.16.0
10192026-07-20T18:36:31.847Z Downloaded drift v0.2.0
10202026-07-20T18:36:31.851Z Downloaded debug-ignore v1.0.5
10212026-07-20T18:36:31.854Z Downloaded darling v0.23.0
10222026-07-20T18:36:31.857Z Downloaded crypto-common v0.1.7
10232026-07-20T18:36:31.857Z Downloaded atomicwrites v0.4.4
10242026-07-20T18:36:31.860Z Downloaded atomic-waker v1.1.2
10252026-07-20T18:36:31.860Z Downloaded cfg-if v1.0.4
10262026-07-20T18:36:31.860Z Downloaded block-buffer v0.12.0
10272026-07-20T18:36:31.863Z Downloaded deranged v0.5.8
10282026-07-20T18:36:31.863Z Downloaded defmt-parser v1.0.0
10292026-07-20T18:36:31.863Z Downloaded darling_macro v0.23.0
10302026-07-20T18:36:31.863Z Downloaded darling_core v0.21.3
10312026-07-20T18:36:31.866Z Downloaded crunchy v0.2.4
10322026-07-20T18:36:31.871Z Downloaded defmt v1.1.0
10332026-07-20T18:36:31.874Z Downloaded foreign-types v0.5.0
10342026-07-20T18:36:31.874Z Downloaded foreign-types v0.3.2
10352026-07-20T18:36:31.874Z Downloaded float-ord v0.3.2
10362026-07-20T18:36:31.874Z Downloaded errno v0.3.14
10372026-07-20T18:36:31.874Z Downloaded bcs v0.1.6
10382026-07-20T18:36:31.876Z Downloaded autocfg v1.5.1
10392026-07-20T18:36:31.876Z Downloaded dtrace-parser v0.2.0
10402026-07-20T18:36:31.876Z Downloaded darling_core v0.23.0
10412026-07-20T18:36:31.879Z Downloaded dof v0.4.0
10422026-07-20T18:36:31.884Z Downloaded async-trait v0.1.89
10432026-07-20T18:36:31.884Z Downloaded adler2 v2.0.1
10442026-07-20T18:36:31.889Z Downloaded crc8 v0.1.1
10452026-07-20T18:36:31.889Z Downloaded ciborium-ll v0.2.2
10462026-07-20T18:36:31.889Z Downloaded anstream v1.0.0
10472026-07-20T18:36:31.889Z Downloaded erased-serde v0.3.31
10482026-07-20T18:36:31.889Z Downloaded defmt v0.3.100
10492026-07-20T18:36:31.893Z Downloaded curve25519-dalek-derive v0.1.1
10502026-07-20T18:36:31.893Z Downloaded const-random-macro v0.1.16
10512026-07-20T18:36:31.893Z Downloaded data-encoding v2.11.0
10522026-07-20T18:36:31.893Z Downloaded const-random v0.1.18
10532026-07-20T18:36:31.893Z Downloaded compression-core v0.4.32
10542026-07-20T18:36:31.897Z Downloaded aead v0.5.2
10552026-07-20T18:36:31.897Z Downloaded derive-where v1.6.1
10562026-07-20T18:36:31.897Z Downloaded crucible-workspace-hack v0.1.0
10572026-07-20T18:36:31.900Z Downloaded cpufeatures v0.3.0
10582026-07-20T18:36:31.900Z Downloaded cobs v0.3.0
10592026-07-20T18:36:31.900Z Downloaded async-stream v0.3.6
10602026-07-20T18:36:31.900Z Downloaded cpufeatures v0.2.17
10612026-07-20T18:36:31.904Z Downloaded async-recursion v1.1.1
10622026-07-20T18:36:31.904Z Downloaded equivalent v1.0.2
10632026-07-20T18:36:31.907Z Downloaded dof v0.3.0
10642026-07-20T18:36:31.907Z Downloaded futures-task v0.3.32
10652026-07-20T18:36:31.907Z Downloaded convert_case v0.4.0
10662026-07-20T18:36:31.907Z Downloaded hex v0.4.3
10672026-07-20T18:36:31.910Z Downloaded fixedbitset v0.4.2
10682026-07-20T18:36:31.911Z Downloaded cfg_aliases v0.2.1
10692026-07-20T18:36:31.911Z Downloaded dtrace-parser v0.3.0
10702026-07-20T18:36:31.915Z Downloaded derive_more v0.99.20
10712026-07-20T18:36:31.915Z Downloaded fastrand v2.4.1
10722026-07-20T18:36:31.918Z Downloaded byteorder v1.5.0
10732026-07-20T18:36:31.918Z Downloaded form_urlencoded v1.2.2
10742026-07-20T18:36:31.919Z Downloaded foreign-types-macros v0.2.3
10752026-07-20T18:36:31.919Z Downloaded bytecount v0.6.9
10762026-07-20T18:36:31.922Z Downloaded digest v0.10.7
10772026-07-20T18:36:31.922Z Downloaded enum-as-inner v0.6.1
10782026-07-20T18:36:31.922Z Downloaded argon2 v0.5.3
10792026-07-20T18:36:31.925Z Downloaded chacha20 v0.9.1
10802026-07-20T18:36:31.925Z Downloaded futures-core v0.3.32
10812026-07-20T18:36:31.925Z Downloaded block-buffer v0.10.4
10822026-07-20T18:36:31.928Z Downloaded backoff v0.4.0
10832026-07-20T18:36:31.928Z Downloaded heck v0.5.0
10842026-07-20T18:36:31.931Z Downloaded futures-io v0.3.32
10852026-07-20T18:36:31.931Z Downloaded cstr-argument v0.1.2
10862026-07-20T18:36:31.931Z Downloaded crypto-common v0.2.2
10872026-07-20T18:36:31.931Z Downloaded fixedbitset v0.5.7
10882026-07-20T18:36:31.934Z Downloaded dropshot-api-manager-types v0.7.2
10892026-07-20T18:36:31.934Z Downloaded byte-wrapper v0.1.0
10902026-07-20T18:36:31.936Z Downloaded elliptic-curve v0.13.8
10912026-07-20T18:36:31.936Z Downloaded globset v0.4.18
10922026-07-20T18:36:31.939Z Downloaded fxhash v0.2.1
10932026-07-20T18:36:31.939Z Downloaded hostname v0.3.1
10942026-07-20T18:36:31.942Z Downloaded dunce v1.0.5
10952026-07-20T18:36:31.942Z Downloaded defmt-macros v1.1.0
10962026-07-20T18:36:31.942Z Downloaded crossbeam-utils v0.8.21
10972026-07-20T18:36:31.945Z Downloaded clap_lex v1.1.0
10982026-07-20T18:36:31.945Z Downloaded foreign-types-shared v0.1.1
10992026-07-20T18:36:31.948Z Downloaded embedded-io v0.4.0
11002026-07-20T18:36:31.948Z Downloaded dyn-clone v1.0.20
11012026-07-20T18:36:31.948Z Downloaded hubpack_derive v0.1.1
11022026-07-20T18:36:31.952Z Downloaded hubpack v0.1.2
11032026-07-20T18:36:31.952Z Downloaded ciborium-io v0.2.2
11042026-07-20T18:36:31.952Z Downloaded anstyle-parse v1.0.0
11052026-07-20T18:36:31.952Z Downloaded heck v0.4.1
11062026-07-20T18:36:31.955Z Downloaded colorchoice v1.0.5
11072026-07-20T18:36:31.955Z Downloaded generic-array v0.14.7
11082026-07-20T18:36:31.955Z Downloaded darling_macro v0.21.3
11092026-07-20T18:36:31.955Z Downloaded ident_case v1.0.1
11102026-07-20T18:36:31.958Z Downloaded daft v0.1.7
11112026-07-20T18:36:31.958Z Downloaded cmake v0.1.58
11122026-07-20T18:36:31.958Z Downloaded bitflags v1.3.2
11132026-07-20T18:36:31.961Z Downloaded hostname v0.4.2
11142026-07-20T18:36:31.961Z Downloaded displaydoc v0.2.6
11152026-07-20T18:36:31.964Z Downloaded idna_adapter v1.2.2
11162026-07-20T18:36:31.964Z Downloaded futures-sink v0.3.32
11172026-07-20T18:36:31.964Z Downloaded derive-ex v0.1.8
11182026-07-20T18:36:31.967Z Downloaded futures-macro v0.3.32
11192026-07-20T18:36:31.967Z Downloaded foldhash v0.1.5
11202026-07-20T18:36:31.968Z Downloaded embedded-io v0.6.1
11212026-07-20T18:36:31.970Z Downloaded daft-derive v0.1.7
11222026-07-20T18:36:31.974Z Downloaded digest v0.11.3
11232026-07-20T18:36:31.974Z Downloaded glob v0.3.3
11242026-07-20T18:36:31.978Z Downloaded gethostname v0.5.0
11252026-07-20T18:36:31.978Z Downloaded compression-codecs v0.4.38
11262026-07-20T18:36:31.981Z Downloaded instant v0.1.13
11272026-07-20T18:36:31.981Z Downloaded hash32 v0.3.1
11282026-07-20T18:36:31.981Z Downloaded csv-core v0.1.13
11292026-07-20T18:36:31.981Z Downloaded konst_macro_rules v0.2.19
11302026-07-20T18:36:31.984Z Downloaded find-msvc-tools v0.1.9
11312026-07-20T18:36:31.984Z Downloaded inout v0.1.4
11322026-07-20T18:36:31.984Z Downloaded ff v0.13.1
11332026-07-20T18:36:31.987Z Downloaded keccak v0.1.6
11342026-07-20T18:36:31.987Z Downloaded itoa v1.0.18
11352026-07-20T18:36:31.991Z Downloaded bs58 v0.5.1
11362026-07-20T18:36:31.996Z Downloaded critical-section v1.2.0
11372026-07-20T18:36:31.996Z Downloaded camino v1.2.4
11382026-07-20T18:36:31.996Z Downloaded is_terminal_polyfill v1.70.2
11392026-07-20T18:36:32.001Z Downloaded is-terminal v0.4.17
11402026-07-20T18:36:32.001Z Downloaded lazy_static v1.5.0
11412026-07-20T18:36:32.001Z Downloaded is_ci v1.2.0
11422026-07-20T18:36:32.001Z Downloaded http-body v1.0.1
11432026-07-20T18:36:32.001Z Downloaded camino-tempfile v1.4.1
11442026-07-20T18:36:32.004Z Downloaded anyhow v1.0.104
11452026-07-20T18:36:32.004Z Downloaded clap_derive v4.6.1
11462026-07-20T18:36:32.004Z Downloaded match_cfg v0.1.0
11472026-07-20T18:36:32.007Z Downloaded http-body-util v0.1.4
11482026-07-20T18:36:32.007Z Downloaded group v0.13.0
11492026-07-20T18:36:32.007Z Downloaded linked-hash-map v0.5.6
11502026-07-20T18:36:32.010Z Downloaded libscf-sys v1.2.0
11512026-07-20T18:36:32.010Z Downloaded crossbeam-epoch v0.9.18
11522026-07-20T18:36:32.013Z Downloaded git-stub v1.0.0
11532026-07-20T18:36:32.013Z Downloaded highway v1.3.0
11542026-07-20T18:36:32.013Z Downloaded git-stub-vcs v0.1.0
11552026-07-20T18:36:32.016Z Downloaded httpdate v1.0.3
11562026-07-20T18:36:32.020Z Downloaded futures-executor v0.3.32
11572026-07-20T18:36:32.020Z Downloaded humantime v2.3.0
11582026-07-20T18:36:32.022Z Downloaded memoffset v0.9.1
11592026-07-20T18:36:32.022Z Downloaded fs_extra v1.3.0
11602026-07-20T18:36:32.023Z Downloaded macaddr v1.0.1
11612026-07-20T18:36:32.026Z Downloaded hyper-rustls v0.27.9
11622026-07-20T18:36:32.026Z Downloaded managed v0.8.0
11632026-07-20T18:36:32.026Z Downloaded mime v0.3.17
11642026-07-20T18:36:32.029Z Downloaded num-conv v0.2.2
11652026-07-20T18:36:32.029Z Downloaded no-std-compat v0.4.1
11662026-07-20T18:36:32.029Z Downloaded lru-slab v0.1.2
11672026-07-20T18:36:32.032Z Downloaded memmap v0.7.0
11682026-07-20T18:36:32.032Z Downloaded num-derive v0.4.2
11692026-07-20T18:36:32.032Z Downloaded natord v1.0.9
11702026-07-20T18:36:32.033Z Downloaded crc32fast v1.5.0
11712026-07-20T18:36:32.035Z Downloaded num-iter v0.1.45
11722026-07-20T18:36:32.035Z Downloaded hmac v0.12.1
11732026-07-20T18:36:32.038Z Downloaded ciborium v0.2.2
11742026-07-20T18:36:32.038Z Downloaded lru-cache v0.1.2
11752026-07-20T18:36:32.038Z Downloaded newtype-uuid-macros v0.1.0
11762026-07-20T18:36:32.043Z Downloaded fs-err v3.3.0
11772026-07-20T18:36:32.046Z Downloaded darling v0.21.3
11782026-07-20T18:36:32.049Z Downloaded ipnetwork v0.21.1
11792026-07-20T18:36:32.049Z Downloaded ipnet v2.12.0
11802026-07-20T18:36:32.053Z Downloaded olpc-cjson v0.1.4
11812026-07-20T18:36:32.053Z Downloaded num_enum_derive v0.5.11
11822026-07-20T18:36:32.056Z Downloaded opaque-debug v0.3.1
11832026-07-20T18:36:32.056Z Downloaded num_threads v0.1.7
11842026-07-20T18:36:32.056Z Downloaded internet-checksum v0.2.1
11852026-07-20T18:36:32.056Z Downloaded newtype_derive v0.1.6
11862026-07-20T18:36:32.056Z Downloaded num v0.4.3
11872026-07-20T18:36:32.056Z Downloaded newline-converter v0.3.0
11882026-07-20T18:36:32.059Z Downloaded ingot-types v0.1.2
11892026-07-20T18:36:32.059Z Downloaded cookie v0.18.1
11902026-07-20T18:36:32.115Z Downloaded ingot v0.1.1
11912026-07-20T18:36:32.115Z Downloaded indent_write v2.2.0
11922026-07-20T18:36:32.115Z Downloaded libsw-core v0.3.2
11932026-07-20T18:36:32.115Z Downloaded chacha20 v0.10.0
11942026-07-20T18:36:32.115Z Downloaded lock_api v0.4.14
11952026-07-20T18:36:32.115Z Downloaded httparse v1.10.1
11962026-07-20T18:36:32.115Z Downloaded console v0.16.3
11972026-07-20T18:36:32.115Z Downloaded cargo_toml v0.22.3
11982026-07-20T18:36:32.115Z Downloaded cancel-safe-futures v0.1.5
11992026-07-20T18:36:32.115Z Downloaded parse-display v0.10.0
12002026-07-20T18:36:32.115Z Downloaded openssl-probe v0.2.1
12012026-07-20T18:36:32.116Z Downloaded linear-map v1.2.0
12022026-07-20T18:36:32.116Z Downloaded openssl-macros v0.1.1
12032026-07-20T18:36:32.116Z Downloaded omicron-workspace-hack v0.1.0
12042026-07-20T18:36:32.116Z Downloaded libsw v3.5.0
12052026-07-20T18:36:32.116Z Downloaded const_format_proc_macros v0.2.34
12062026-07-20T18:36:32.116Z Downloaded colored v3.1.1
12072026-07-20T18:36:32.116Z Downloaded foreign-types-shared v0.3.1
12082026-07-20T18:36:32.116Z Downloaded getrandom v0.2.17
12092026-07-20T18:36:32.116Z Downloaded base64 v0.22.1
12102026-07-20T18:36:32.116Z Downloaded base64 v0.21.7
12112026-07-20T18:36:32.116Z Downloaded console v0.15.11
12122026-07-20T18:36:32.116Z Downloaded hybrid-array v0.4.12
12132026-07-20T18:36:32.116Z Downloaded percent-encoding v2.3.2
12142026-07-20T18:36:32.116Z Downloaded phf_shared v0.12.1
12152026-07-20T18:36:32.116Z Downloaded multer v3.1.0
12162026-07-20T18:36:32.116Z Downloaded powerfmt v0.2.0
12172026-07-20T18:36:32.122Z Downloaded dropshot_endpoint v0.17.1
12182026-07-20T18:36:32.122Z Downloaded num-integer v0.1.46
12192026-07-20T18:36:32.122Z Downloaded futures-channel v0.3.32
12202026-07-20T18:36:32.122Z Downloaded bitflags v2.12.1
12212026-07-20T18:36:32.122Z Downloaded newtype-uuid v1.3.2
12222026-07-20T18:36:32.125Z Downloaded proc-macro-crate v1.3.1
12232026-07-20T18:36:32.125Z Downloaded cipher v0.4.4
12242026-07-20T18:36:32.125Z Downloaded proc-macro-error-attr2 v2.0.0
12252026-07-20T18:36:32.125Z Downloaded num_enum v0.7.6
12262026-07-20T18:36:32.128Z Downloaded num-complex v0.4.6
12272026-07-20T18:36:32.128Z Downloaded num-rational v0.4.2
12282026-07-20T18:36:32.128Z Downloaded progenitor-client v0.10.0
12292026-07-20T18:36:32.131Z Downloaded ingot-macros v0.1.1
12302026-07-20T18:36:32.131Z Downloaded proc-macro-error-attr v1.0.4
12312026-07-20T18:36:32.131Z Downloaded pretty-hex v0.4.2
12322026-07-20T18:36:32.135Z Downloaded potential_utf v0.1.5
12332026-07-20T18:36:32.135Z Downloaded plain v0.2.3
12342026-07-20T18:36:32.135Z Downloaded num_enum v0.5.11
12352026-07-20T18:36:32.138Z Downloaded const-oid v0.10.2
12362026-07-20T18:36:32.138Z Downloaded crossbeam-deque v0.8.6
12372026-07-20T18:36:32.142Z Downloaded jobserver v0.1.34
12382026-07-20T18:36:32.142Z Downloaded clap v4.6.2
12392026-07-20T18:36:32.145Z Downloaded progenitor-macro v0.13.0
12402026-07-20T18:36:32.148Z Downloaded proc-macro-crate v3.5.0
12412026-07-20T18:36:32.148Z Downloaded litemap v0.8.2
12422026-07-20T18:36:32.151Z Downloaded oxnet v0.1.6
12432026-07-20T18:36:32.152Z Downloaded progenitor-macro v0.10.0
12442026-07-20T18:36:32.152Z Downloaded quick-error v1.2.3
12452026-07-20T18:36:32.155Z Downloaded paste v1.0.15
12462026-07-20T18:36:32.155Z Downloaded owo-colors v4.3.0
12472026-07-20T18:36:32.158Z Downloaded ref-cast-impl v1.0.25
12482026-07-20T18:36:32.158Z Downloaded progenitor-macro v0.14.0
12492026-07-20T18:36:32.158Z Downloaded oxide-tokio-rt v0.1.6
12502026-07-20T18:36:32.158Z Downloaded password-hash v0.5.0
12512026-07-20T18:36:32.161Z Downloaded parse-display-derive v0.10.0
12522026-07-20T18:36:32.161Z Downloaded pem v3.0.6
12532026-07-20T18:36:32.161Z Downloaded getrandom v0.3.4
12542026-07-20T18:36:32.165Z Downloaded iana-time-zone v0.1.65
12552026-07-20T18:36:32.168Z Downloaded half v2.7.1
12562026-07-20T18:36:32.168Z Downloaded phf v0.12.1
12572026-07-20T18:36:32.171Z Downloaded parking_lot_core v0.8.6
12582026-07-20T18:36:32.171Z Downloaded pin-project-lite v0.2.17
12592026-07-20T18:36:32.174Z Downloaded rand_chacha v0.3.1
12602026-07-20T18:36:32.177Z Downloaded memmap2 v0.9.10
12612026-07-20T18:36:32.180Z Downloaded rand_xorshift v0.4.0
12622026-07-20T18:36:32.185Z Downloaded rustc-hash v2.1.2
12632026-07-20T18:36:32.191Z Downloaded allocator-api2 v0.2.21
12642026-07-20T18:36:32.194Z Downloaded arc-swap v1.9.1
12652026-07-20T18:36:32.197Z Downloaded indexmap v1.9.3
12662026-07-20T18:36:32.200Z Downloaded port-file v0.1.0
12672026-07-20T18:36:32.203Z Downloaded poly1305 v0.8.0
12682026-07-20T18:36:32.203Z Downloaded proc-macro-error v1.0.4
12692026-07-20T18:36:32.206Z Downloaded rustc_version v0.1.7
12702026-07-20T18:36:32.206Z Downloaded heapless v0.8.0
12712026-07-20T18:36:32.210Z Downloaded rustc_version v0.4.1
12722026-07-20T18:36:32.210Z Downloaded num_enum_derive v0.7.6
12732026-07-20T18:36:32.211Z Downloaded flate2 v1.1.9
12742026-07-20T18:36:32.213Z Downloaded ppv-lite86 v0.2.21
12752026-07-20T18:36:32.213Z Downloaded icu_provider v2.2.0
12762026-07-20T18:36:32.216Z Downloaded progenitor v0.14.0
12772026-07-20T18:36:32.216Z Downloaded progenitor v0.13.0
12782026-07-20T18:36:32.220Z Downloaded proc-macro-error2 v2.0.1
12792026-07-20T18:36:32.220Z Downloaded progenitor-client v0.14.0
12802026-07-20T18:36:32.220Z Downloaded progenitor v0.10.0
12812026-07-20T18:36:32.224Z Downloaded once_cell v1.21.4
12822026-07-20T18:36:32.224Z Downloaded same-file v1.0.6
12832026-07-20T18:36:32.224Z Downloaded async-compression v0.4.42
12842026-07-20T18:36:32.228Z Downloaded progenitor-client v0.13.0
12852026-07-20T18:36:32.231Z Downloaded parking_lot_core v0.9.12
12862026-07-20T18:36:32.231Z Downloaded quote v1.0.45
12872026-07-20T18:36:32.231Z Downloaded log v0.4.32
12882026-07-20T18:36:32.234Z Downloaded serde-big-array v0.5.1
12892026-07-20T18:36:32.234Z Downloaded scroll_derive v0.12.1
12902026-07-20T18:36:32.237Z Downloaded semver v0.1.20
12912026-07-20T18:36:32.237Z Downloaded secrecy v0.10.3
12922026-07-20T18:36:32.237Z Downloaded scroll_derive v0.13.1
12932026-07-20T18:36:32.237Z Downloaded scopeguard v1.2.0
12942026-07-20T18:36:32.240Z Downloaded chacha20poly1305 v0.10.1
12952026-07-20T18:36:32.240Z Downloaded pkg-config v0.3.33
12962026-07-20T18:36:32.244Z Downloaded const_format v0.2.36
12972026-07-20T18:36:32.244Z Downloaded pest_generator v2.8.6
12982026-07-20T18:36:32.247Z Downloaded parking_lot v0.11.2
12992026-07-20T18:36:32.247Z Downloaded pin-project-internal v1.1.13
13002026-07-20T18:36:32.247Z Downloaded futures v0.3.32
13012026-07-20T18:36:32.250Z Downloaded rand_chacha v0.9.0
13022026-07-20T18:36:32.253Z Downloaded getrandom v0.4.2
13032026-07-20T18:36:32.255Z Downloaded rand_core v0.9.5
13042026-07-20T18:36:32.256Z Downloaded icu_normalizer_data v2.2.0
13052026-07-20T18:36:32.258Z Downloaded rand_core v0.6.4
13062026-07-20T18:36:32.258Z Downloaded bytes v1.11.1
13072026-07-20T18:36:32.261Z Downloaded serde_urlencoded v0.7.1
13082026-07-20T18:36:32.261Z Downloaded serde_spanned v0.6.9
13092026-07-20T18:36:32.261Z Downloaded serde_repr v0.1.21
13102026-07-20T18:36:32.264Z Downloaded serde_spanned v1.1.1
13112026-07-20T18:36:32.264Z Downloaded sha1 v0.11.0
13122026-07-20T18:36:32.267Z Downloaded serde_plain v1.0.2
13132026-07-20T18:36:32.267Z Downloaded sha1 v0.10.6
13142026-07-20T18:36:32.267Z Downloaded icu_collections v2.2.0
13152026-07-20T18:36:32.272Z Downloaded resolv-conf v0.7.6
13162026-07-20T18:36:32.275Z Downloaded icu_properties v2.2.0
13172026-07-20T18:36:32.280Z Downloaded ref-cast v1.0.25
13182026-07-20T18:36:32.284Z Downloaded crypto-bigint v0.5.5
13192026-07-20T18:36:32.287Z Downloaded siphasher v1.0.3
13202026-07-20T18:36:32.287Z Downloaded rustls-native-certs v0.8.4
13212026-07-20T18:36:32.287Z Downloaded sigpipe v0.1.3
13222026-07-20T18:36:32.298Z Downloaded indicatif v0.18.4
13232026-07-20T18:36:32.302Z Downloaded slog-bunyan v2.5.0
13242026-07-20T18:36:32.305Z Downloaded rusty-fork v0.3.1
13252026-07-20T18:36:32.305Z Downloaded rustversion v1.0.22
13262026-07-20T18:36:32.305Z Downloaded crossbeam-channel v0.5.15
13272026-07-20T18:36:32.308Z Downloaded progenitor-extras v0.2.0
13282026-07-20T18:36:32.308Z Downloaded parking_lot v0.12.5
13292026-07-20T18:36:32.311Z Downloaded scroll v0.12.0
13302026-07-20T18:36:32.311Z Downloaded schemars_derive v0.8.22
13312026-07-20T18:36:32.311Z Downloaded papergrid v0.18.0
13322026-07-20T18:36:32.315Z Downloaded papergrid v0.11.0
13332026-07-20T18:36:32.319Z Downloaded strum v0.26.3
13342026-07-20T18:36:32.319Z Downloaded stable_deref_trait v1.2.1
13352026-07-20T18:36:32.319Z Downloaded smawk v0.3.2
13362026-07-20T18:36:32.322Z Downloaded strsim v0.11.1
13372026-07-20T18:36:32.325Z Downloaded konst v0.2.20
13382026-07-20T18:36:32.330Z Downloaded pin-project v1.1.13
13392026-07-20T18:36:32.336Z Downloaded rand_core v0.10.1
13402026-07-20T18:36:32.339Z Downloaded pest_derive v2.8.6
13412026-07-20T18:36:32.342Z Downloaded subtle v2.6.1
13422026-07-20T18:36:32.342Z Downloaded serde_tokenstream v0.2.3
13432026-07-20T18:36:32.342Z Downloaded postcard v1.1.3
13442026-07-20T18:36:32.345Z Downloaded swrite v0.1.0
13452026-07-20T18:36:32.345Z Downloaded strum v0.27.2
13462026-07-20T18:36:32.348Z Downloaded structmeta-derive v0.3.0
13472026-07-20T18:36:32.349Z Downloaded supports-color v3.0.2
13482026-07-20T18:36:32.349Z Downloaded sync_wrapper v1.0.2
13492026-07-20T18:36:32.353Z Downloaded structmeta v0.3.0
13502026-07-20T18:36:32.353Z Downloaded miniz_oxide v0.8.9
13512026-07-20T18:36:32.353Z Downloaded rhai_codegen v3.2.0
13522026-07-20T18:36:32.356Z Downloaded cc v1.2.63
13532026-07-20T18:36:32.360Z Downloaded jiff-static v0.2.28
13542026-07-20T18:36:32.363Z Downloaded take_mut v0.2.2
13552026-07-20T18:36:32.363Z Downloaded shlex v2.0.1
13562026-07-20T18:36:32.366Z Downloaded terminal_size v0.4.4
13572026-07-20T18:36:32.366Z Downloaded tagptr v0.2.0
13582026-07-20T18:36:32.369Z Downloaded proc-macro2 v1.0.106
13592026-07-20T18:36:32.372Z Downloaded tabled_derive v0.7.0
13602026-07-20T18:36:32.372Z Downloaded simd-adler32 v0.3.9
13612026-07-20T18:36:32.372Z Downloaded tabwriter v1.4.1
13622026-07-20T18:36:32.375Z Downloaded slog-stdlog v4.1.1
13632026-07-20T18:36:32.375Z Downloaded tabled_derive v0.11.0
13642026-07-20T18:36:32.375Z Downloaded slog-json v2.6.1
13652026-07-20T18:36:32.378Z Downloaded slog-async v2.8.0
13662026-07-20T18:36:32.378Z Downloaded thread-id v4.2.2
13672026-07-20T18:36:32.381Z Downloaded testing_table v0.3.0
13682026-07-20T18:36:32.381Z Downloaded termtree v0.5.1
13692026-07-20T18:36:32.381Z Downloaded slog-scope v4.4.1
13702026-07-20T18:36:32.381Z Downloaded slog-envlogger v2.2.0
13712026-07-20T18:36:32.385Z Downloaded icu_normalizer v2.2.0
13722026-07-20T18:36:32.385Z Downloaded openssl-sys v0.9.116
13732026-07-20T18:36:32.388Z Downloaded quinn-udp v0.5.14
13742026-07-20T18:36:32.392Z Downloaded progenitor-impl v0.10.0
13752026-07-20T18:36:32.392Z Downloaded scroll v0.13.0
13762026-07-20T18:36:32.395Z Downloaded static_assertions v1.1.0
13772026-07-20T18:36:32.395Z Downloaded thiserror-impl-no-std v2.0.2
13782026-07-20T18:36:32.395Z Downloaded thread-id v5.1.0
13792026-07-20T18:36:32.395Z Downloaded spin v0.5.2
13802026-07-20T18:36:32.395Z Downloaded smartstring v1.0.1
13812026-07-20T18:36:32.398Z Downloaded serde_derive_internals v0.29.1
13822026-07-20T18:36:32.398Z Downloaded slog-term v2.9.2
13832026-07-20T18:36:32.400Z Downloaded time-core v0.1.8
13842026-07-20T18:36:32.401Z Downloaded progenitor-impl v0.13.0
13852026-07-20T18:36:32.403Z Downloaded snafu-derive v0.8.9
13862026-07-20T18:36:32.403Z Downloaded smf v0.2.3
13872026-07-20T18:36:32.403Z Downloaded serde_path_to_error v0.1.20
13882026-07-20T18:36:32.406Z Downloaded slab v0.4.12
13892026-07-20T18:36:32.406Z Downloaded rustls-pki-types v1.14.1
13902026-07-20T18:36:32.409Z Downloaded rustls-pemfile v2.2.0
13912026-07-20T18:36:32.409Z Downloaded expectorate v1.2.0
13922026-07-20T18:36:32.415Z Downloaded pest_meta v2.8.6
13932026-07-20T18:36:32.418Z Downloaded strum_macros v0.27.2
13942026-07-20T18:36:32.424Z Downloaded sha2 v0.10.9
13952026-07-20T18:36:32.424Z Downloaded semver v1.0.28
13962026-07-20T18:36:32.426Z Downloaded tinyvec_macros v0.1.1
13972026-07-20T18:36:32.426Z Downloaded serde_with_macros v3.21.0
13982026-07-20T18:36:32.427Z Downloaded tokio-macros v2.7.0
13992026-07-20T18:36:32.427Z Downloaded synstructure v0.13.2
14002026-07-20T18:36:32.427Z Downloaded hickory-resolver v0.24.4
14012026-07-20T18:36:32.432Z Downloaded signal-hook-registry v1.4.8
14022026-07-20T18:36:32.436Z Downloaded indexmap v2.14.0
14032026-07-20T18:36:32.439Z Downloaded icu_locale_core v2.2.0
14042026-07-20T18:36:32.442Z Downloaded prettyplease v0.2.37
14052026-07-20T18:36:32.445Z Downloaded rustls-platform-verifier v0.7.0
14062026-07-20T18:36:32.448Z Downloaded slog-dtrace v0.3.0
14072026-07-20T18:36:32.451Z Downloaded toml_datetime v0.6.11
14082026-07-20T18:36:32.454Z Downloaded schemars v0.8.22
14092026-07-20T18:36:32.458Z Downloaded thiserror-no-std v2.0.2
14102026-07-20T18:36:32.460Z Downloaded unarray v0.1.4
14112026-07-20T18:36:32.463Z Downloaded try-lock v0.2.5
14122026-07-20T18:36:32.463Z Downloaded ryu v1.0.23
14132026-07-20T18:36:32.466Z Downloaded tower-service v0.3.3
14142026-07-20T18:36:32.466Z Downloaded tower-layer v0.3.3
14152026-07-20T18:36:32.466Z Downloaded toml_write v0.1.2
14162026-07-20T18:36:32.466Z Downloaded thread_local v1.1.9
14172026-07-20T18:36:32.469Z Downloaded rayon-core v1.13.0
14182026-07-20T18:36:32.472Z Downloaded tiny-keccak v2.0.2
14192026-07-20T18:36:32.472Z Downloaded thiserror-impl v2.0.19
14202026-07-20T18:36:32.472Z Downloaded spin v0.9.8
14212026-07-20T18:36:32.475Z Downloaded smallvec v1.15.1
14222026-07-20T18:36:32.475Z Downloaded mio v1.2.1
14232026-07-20T18:36:32.478Z Downloaded typeid v1.0.3
14242026-07-20T18:36:32.482Z Downloaded time-macros v0.2.27
14252026-07-20T18:36:32.482Z Downloaded strum_macros v0.26.4
14262026-07-20T18:36:32.487Z Downloaded hickory-resolver v0.25.2
14272026-07-20T18:36:32.487Z Downloaded unicode-linebreak v0.1.5
14282026-07-20T18:36:32.487Z Downloaded memchr v2.8.1
14292026-07-20T18:36:32.491Z Downloaded unit-prefix v0.5.2
14302026-07-20T18:36:32.491Z Downloaded hyper-util v0.1.20
14312026-07-20T18:36:32.494Z Downloaded tinystr v0.8.3
14322026-07-20T18:36:32.494Z Downloaded serde_derive v1.0.228
14332026-07-20T18:36:32.497Z Downloaded typify-macro v0.6.2
14342026-07-20T18:36:32.497Z Downloaded thiserror-impl v1.0.69
14352026-07-20T18:36:32.497Z Downloaded thiserror v1.0.69
14362026-07-20T18:36:32.501Z Downloaded serde_yaml v0.9.34+deprecated
14372026-07-20T18:36:32.504Z Downloaded untrusted v0.9.0
14382026-07-20T18:36:32.504Z Downloaded untrusted v0.7.1
14392026-07-20T18:36:32.504Z Downloaded minimal-lexical v0.2.1
14402026-07-20T18:36:32.507Z Downloaded universal-hash v0.5.1
14412026-07-20T18:36:32.507Z Downloaded usdt v0.5.0
14422026-07-20T18:36:32.507Z Downloaded unicode-xid v0.2.6
14432026-07-20T18:36:32.510Z Downloaded usdt-attr-macro v0.6.0
14442026-07-20T18:36:32.510Z Downloaded typify-macro v0.4.3
14452026-07-20T18:36:32.510Z Downloaded tokio-tungstenite v0.21.0
14462026-07-20T18:36:32.513Z Downloaded usdt v0.6.0
14472026-07-20T18:36:32.513Z Downloaded dropshot v0.17.1
14482026-07-20T18:36:32.523Z Downloaded version_check v0.9.5
14492026-07-20T18:36:32.526Z Downloaded utf8parse v0.2.2
14502026-07-20T18:36:32.526Z Downloaded utf8_iter v1.0.4
14512026-07-20T18:36:32.526Z Downloaded usdt-macro v0.6.0
14522026-07-20T18:36:32.529Z Downloaded usdt-macro v0.5.0
14532026-07-20T18:36:32.529Z Downloaded usdt-attr-macro v0.5.0
14542026-07-20T18:36:32.529Z Downloaded thin-vec v0.2.18
14552026-07-20T18:36:32.529Z Downloaded slog v2.8.2
14562026-07-20T18:36:32.532Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14572026-07-20T18:36:32.532Z Downloaded toml_writer v1.1.1+spec-1.1.0
14582026-07-20T18:36:32.535Z Downloaded want v0.3.1
14592026-07-20T18:36:32.536Z Downloaded wait-timeout v0.2.1
14602026-07-20T18:36:32.536Z Downloaded thiserror v2.0.19
14612026-07-20T18:36:32.539Z Downloaded waitgroup v0.1.2
14622026-07-20T18:36:32.539Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14632026-07-20T18:36:32.539Z Downloaded term v1.2.1
14642026-07-20T18:36:32.543Z Downloaded tempfile v3.27.0
14652026-07-20T18:36:32.546Z Downloaded yoke-derive v0.8.2
14662026-07-20T18:36:32.546Z Downloaded similar v2.7.0
14672026-07-20T18:36:32.546Z Downloaded progenitor-impl v0.14.0
14682026-07-20T18:36:32.549Z Downloaded num-traits v0.2.19
14692026-07-20T18:36:32.558Z Downloaded zerofrom v0.1.8
14702026-07-20T18:36:32.565Z Downloaded rand v0.8.6
14712026-07-20T18:36:32.568Z Downloaded zerofrom-derive v0.1.7
14722026-07-20T18:36:32.571Z Downloaded serde_core v1.0.228
14732026-07-20T18:36:32.571Z Downloaded nom v7.1.3
14742026-07-20T18:36:32.574Z Downloaded quinn v0.11.9
14752026-07-20T18:36:32.577Z Downloaded utf-8 v0.7.6
14762026-07-20T18:36:32.577Z Downloaded hashbrown v0.12.3
14772026-07-20T18:36:32.580Z Downloaded tokio-stream v0.1.18
14782026-07-20T18:36:32.583Z Downloaded zeroize_derive v1.4.3
14792026-07-20T18:36:32.583Z Downloaded toml v0.8.23
14802026-07-20T18:36:32.583Z Downloaded tokio-rustls v0.26.4
14812026-07-20T18:36:32.586Z Downloaded tokio-dtrace v0.1.1
14822026-07-20T18:36:32.586Z Downloaded zone_cfg_derive v0.3.1
14832026-07-20T18:36:32.586Z Downloaded zone v0.3.1
14842026-07-20T18:36:32.589Z Downloaded test-strategy v0.4.5
14852026-07-20T18:36:32.592Z Downloaded textwrap v0.16.2
14862026-07-20T18:36:32.594Z Downloaded vsss-rs v3.3.4
14872026-07-20T18:36:32.599Z Downloaded snafu v0.8.9
14882026-07-20T18:36:32.604Z Downloaded rustls-webpki v0.103.13
14892026-07-20T18:36:32.608Z Downloaded whoami v1.6.1
14902026-07-20T18:36:32.611Z Downloaded xz2 v0.1.7
14912026-07-20T18:36:32.611Z Downloaded rand v0.9.4
14922026-07-20T18:36:32.614Z Downloaded toml_parser v1.1.2+spec-1.1.0
14932026-07-20T18:36:32.617Z Downloaded schemars v0.9.0
14942026-07-20T18:36:32.621Z Downloaded tracing-attributes v0.1.31
14952026-07-20T18:36:32.624Z Downloaded walkdir v2.5.0
14962026-07-20T18:36:32.624Z Downloaded socket2 v0.6.5
14972026-07-20T18:36:32.627Z Downloaded serde v1.0.228
14982026-07-20T18:36:32.627Z Downloaded qorb v0.4.1
14992026-07-20T18:36:32.630Z Downloaded tinyvec v1.11.0
15002026-07-20T18:36:32.634Z Downloaded zeroize v1.8.2
15012026-07-20T18:36:32.634Z Downloaded ucd-trie v0.1.7
15022026-07-20T18:36:32.634Z Downloaded http v1.4.2
15032026-07-20T18:36:32.637Z Downloaded toml v1.1.2+spec-1.1.0
15042026-07-20T18:36:32.637Z Downloaded dropshot-api-manager v0.7.2
15052026-07-20T18:36:32.640Z Downloaded writeable v0.6.3
15062026-07-20T18:36:32.647Z Downloaded zmij v1.0.21
15072026-07-20T18:36:32.651Z Downloaded zerovec-derive v0.11.3
15082026-07-20T18:36:32.651Z Downloaded usdt-impl v0.6.0
15092026-07-20T18:36:32.654Z Downloaded usdt-impl v0.5.0
15102026-07-20T18:36:32.654Z Downloaded schemars v1.2.1
15112026-07-20T18:36:32.660Z Downloaded toml v0.9.12+spec-1.1.0
15122026-07-20T18:36:32.666Z Downloaded steno v0.4.1
15132026-07-20T18:36:32.669Z Downloaded hashbrown v0.16.1
15142026-07-20T18:36:32.672Z Downloaded hashbrown v0.15.5
15152026-07-20T18:36:32.678Z Downloaded tungstenite v0.21.0
15162026-07-20T18:36:32.684Z Downloaded zerocopy-derive v0.7.35
15172026-07-20T18:36:32.686Z Downloaded yoke v0.8.3
15182026-07-20T18:36:32.689Z Downloaded unicode-ident v1.0.24
15192026-07-20T18:36:32.692Z Downloaded idna v1.1.0
15202026-07-20T18:36:32.695Z Downloaded rand v0.10.2
15212026-07-20T18:36:32.695Z Downloaded unsafe-libyaml v0.2.11
15222026-07-20T18:36:32.698Z Downloaded pest v2.8.6
15232026-07-20T18:36:32.701Z Downloaded toml_edit v0.22.27
15242026-07-20T18:36:32.704Z Downloaded itertools v0.15.0
15252026-07-20T18:36:32.707Z Downloaded itertools v0.14.0
15262026-07-20T18:36:32.711Z Downloaded typify v0.4.3
15272026-07-20T18:36:32.714Z Downloaded h2 v0.4.14
15282026-07-20T18:36:32.717Z Downloaded itertools v0.12.1
15292026-07-20T18:36:32.721Z Downloaded toml_edit v0.25.12+spec-1.1.0
15302026-07-20T18:36:32.725Z Downloaded libm v0.2.16
15312026-07-20T18:36:32.730Z Downloaded nom v8.0.0
15322026-07-20T18:36:32.733Z Downloaded hyper v1.10.1
15332026-07-20T18:36:32.736Z Downloaded hashbrown v0.17.1
15342026-07-20T18:36:32.739Z Downloaded icu_properties_data v2.2.0
15352026-07-20T18:36:32.752Z Downloaded uuid v1.24.0
15362026-07-20T18:36:32.756Z Downloaded hkdf v0.12.4
15372026-07-20T18:36:32.759Z Downloaded toml_edit v0.19.15
15382026-07-20T18:36:32.767Z Downloaded typify v0.6.2
15392026-07-20T18:36:32.770Z Downloaded tracing-core v0.1.36
15402026-07-20T18:36:32.770Z Downloaded ron v0.12.1
15412026-07-20T18:36:32.773Z Downloaded iddqd v0.4.5
15422026-07-20T18:36:32.777Z Downloaded url v2.5.8
15432026-07-20T18:36:32.780Z Downloaded goblin v0.8.2
15442026-07-20T18:36:32.783Z Downloaded futures-util v0.3.32
15452026-07-20T18:36:32.788Z Downloaded aho-corasick v1.1.4
15462026-07-20T18:36:32.792Z Downloaded typenum v1.20.1
15472026-07-20T18:36:32.794Z Downloaded clap_builder v4.6.2
15482026-07-20T18:36:32.809Z Downloaded zerotrie v0.2.4
15492026-07-20T18:36:32.812Z Downloaded reqwest v0.12.28
15502026-07-20T18:36:32.823Z Downloaded tower v0.5.3
15512026-07-20T18:36:32.828Z Downloaded serde_json v1.0.150
15522026-07-20T18:36:32.832Z Downloaded zerocopy-derive v0.8.50
15532026-07-20T18:36:32.836Z Downloaded unicode-segmentation v1.13.3
15542026-07-20T18:36:32.839Z Downloaded portable-atomic v1.13.1
15552026-07-20T18:36:32.842Z Downloaded regex v1.12.3
15562026-07-20T18:36:32.851Z Downloaded rayon v1.12.0
15572026-07-20T18:36:32.856Z Downloaded typed-path v0.9.3
15582026-07-20T18:36:32.859Z Downloaded reqwest v0.13.4
15592026-07-20T18:36:32.862Z Downloaded unicode-normalization v0.1.25
15602026-07-20T18:36:32.878Z Downloaded aws-lc-rs v1.17.0
15612026-07-20T18:36:32.884Z Downloaded tough v0.22.0
15622026-07-20T18:36:32.888Z Downloaded chrono v0.4.45
15632026-07-20T18:36:32.898Z Downloaded zerovec v0.11.6
15642026-07-20T18:36:32.906Z Downloaded tower-http v0.6.11
15652026-07-20T18:36:32.912Z Downloaded moka v0.12.15
15662026-07-20T18:36:32.918Z Downloaded proptest v1.11.0
15672026-07-20T18:36:32.930Z Downloaded tokio-util v0.7.18
15682026-07-20T18:36:32.934Z Downloaded winnow v0.5.40
15692026-07-20T18:36:32.940Z Downloaded zerocopy v0.7.35
15702026-07-20T18:36:32.949Z Downloaded serde_with v3.21.0
15712026-07-20T18:36:32.955Z Downloaded quinn-proto v0.11.14
15722026-07-20T18:36:32.959Z Downloaded goblin v0.10.7
15732026-07-20T18:36:32.974Z Downloaded tabled v0.15.0
15742026-07-20T18:36:33.018Z Downloaded curve25519-dalek v4.1.3
15752026-07-20T18:36:33.030Z Downloaded winnow v0.7.15
15762026-07-20T18:36:33.031Z Downloaded tabled v0.21.0
15772026-07-20T18:36:33.031Z Downloaded winnow v1.0.3
15782026-07-20T18:36:33.038Z Downloaded webpki-roots v1.0.7
15792026-07-20T18:36:33.038Z Downloaded time v0.3.47
15802026-07-20T18:36:33.038Z Downloaded vcpkg v0.2.15
15812026-07-20T18:36:33.057Z Downloaded bstr v1.12.1
15822026-07-20T18:36:33.063Z Downloaded openssl v0.10.80
15832026-07-20T18:36:33.067Z Downloaded syn v1.0.109
15842026-07-20T18:36:33.079Z Downloaded nix v0.31.3
15852026-07-20T18:36:33.085Z Downloaded unicode-width v0.1.14
15862026-07-20T18:36:33.090Z Downloaded smoltcp v0.11.0
15872026-07-20T18:36:33.095Z Downloaded regress v0.10.5
15882026-07-20T18:36:33.099Z Downloaded zerocopy v0.8.50
15892026-07-20T18:36:33.111Z Downloaded unicode-width v0.2.2
15902026-07-20T18:36:33.119Z Downloaded regress v0.11.1
15912026-07-20T18:36:33.122Z Downloaded openapiv3 v2.2.0
15922026-07-20T18:36:33.128Z Downloaded hickory-proto v0.24.4
15932026-07-20T18:36:33.133Z Downloaded rustls v0.23.40
15942026-07-20T18:36:33.141Z Downloaded rustix v0.38.44
15952026-07-20T18:36:33.154Z Downloaded hickory-proto v0.25.2
15962026-07-20T18:36:33.171Z Downloaded syn v2.0.117
15972026-07-20T18:36:33.174Z Downloaded rhai v1.25.1
15982026-07-20T18:36:33.179Z Downloaded rustix v1.1.4
15992026-07-20T18:36:33.191Z Downloaded regex-syntax v0.8.10
16002026-07-20T18:36:33.194Z Downloaded sled v0.34.7
16012026-07-20T18:36:33.198Z Downloaded syn v3.0.0
16022026-07-20T18:36:33.204Z Downloaded typify-impl v0.6.2
16032026-07-20T18:36:33.210Z Downloaded typify-impl v0.4.3
16042026-07-20T18:36:33.218Z Downloaded tracing v0.1.44
16052026-07-20T18:36:33.251Z Downloaded petgraph v0.6.5
16062026-07-20T18:36:33.259Z Downloaded lzma-sys v0.1.20
16072026-07-20T18:36:33.275Z Downloaded regex-automata v0.4.14
16082026-07-20T18:36:33.284Z Downloaded petgraph v0.8.3
16092026-07-20T18:36:33.311Z Downloaded encoding_rs v0.8.35
16102026-07-20T18:36:33.341Z Downloaded jiff v0.2.28
16112026-07-20T18:36:33.356Z Downloaded chrono-tz v0.10.4
16122026-07-20T18:36:33.371Z Downloaded csv v1.4.0
16132026-07-20T18:36:33.383Z Downloaded libc v0.2.186
16142026-07-20T18:36:33.402Z Downloaded sha3 v0.10.9
16152026-07-20T18:36:33.421Z Downloaded tokio v1.53.0
16162026-07-20T18:36:33.491Z Downloaded ring v0.17.14
16172026-07-20T18:36:34.043Z Downloaded aws-lc-sys v0.41.0
16182026-07-20T18:36:34.404Z Compiling proc-macro2 v1.0.106
16192026-07-20T18:36:34.404Z Compiling quote v1.0.45
16202026-07-20T18:36:34.404Z Compiling unicode-ident v1.0.24
16212026-07-20T18:36:34.405Z Compiling serde_core v1.0.228
16222026-07-20T18:36:34.409Z Compiling serde v1.0.228
16232026-07-20T18:36:34.409Z Compiling libc v0.2.186
16242026-07-20T18:36:34.409Z Compiling cfg-if v1.0.4
16252026-07-20T18:36:34.730Z Compiling zmij v1.0.21
16262026-07-20T18:36:34.750Z Compiling autocfg v1.5.1
16272026-07-20T18:36:35.122Z Compiling memchr v2.8.1
16282026-07-20T18:36:35.185Z Compiling libm v0.2.16
16292026-07-20T18:36:35.527Z Compiling itoa v1.0.18
16302026-07-20T18:36:35.573Z Compiling icu_properties_data v2.2.0
16312026-07-20T18:36:35.700Z Compiling icu_normalizer_data v2.2.0
16322026-07-20T18:36:35.818Z Compiling version_check v0.9.5
16332026-07-20T18:36:35.836Z Compiling stable_deref_trait v1.2.1
16342026-07-20T18:36:35.950Z Compiling serde_json v1.0.150
16352026-07-20T18:36:35.967Z Compiling litemap v0.8.2
16362026-07-20T18:36:36.027Z Compiling syn v2.0.117
16372026-07-20T18:36:36.087Z Compiling syn v3.0.0
16382026-07-20T18:36:36.203Z Compiling writeable v0.6.3
16392026-07-20T18:36:36.229Z Compiling parking_lot_core v0.9.12
16402026-07-20T18:36:36.273Z Compiling num-traits v0.2.19
16412026-07-20T18:36:36.324Z Compiling utf8_iter v1.0.4
16422026-07-20T18:36:36.532Z Compiling percent-encoding v2.3.2
16432026-07-20T18:36:36.697Z Compiling thiserror v2.0.19
16442026-07-20T18:36:36.896Z Compiling rand_core v0.10.1
16452026-07-20T18:36:36.914Z Compiling getrandom v0.4.2
16462026-07-20T18:36:37.078Z Compiling form_urlencoded v1.2.2
16472026-07-20T18:36:37.081Z Compiling zerocopy v0.8.50
16482026-07-20T18:36:37.142Z Compiling errno v0.3.14
16492026-07-20T18:36:37.351Z Compiling iana-time-zone v0.1.65
16502026-07-20T18:36:37.490Z Compiling heck v0.5.0
16512026-07-20T18:36:37.703Z Compiling uuid v1.24.0
16522026-07-20T18:36:37.935Z Compiling jobserver v0.1.34
16532026-07-20T18:36:37.954Z Compiling find-msvc-tools v0.1.9
16542026-07-20T18:36:37.954Z Compiling thiserror-impl v2.0.19
16552026-07-20T18:36:38.193Z Compiling shlex v2.0.1
16562026-07-20T18:36:38.266Z Compiling rustversion v1.0.22
16572026-07-20T18:36:38.339Z Compiling semver v1.0.28
16582026-07-20T18:36:38.373Z Compiling cc v1.2.63
16592026-07-20T18:36:38.410Z Compiling schemars v0.8.22
16602026-07-20T18:36:38.708Z Compiling dyn-clone v1.0.20
16612026-07-20T18:36:38.865Z Compiling synstructure v0.13.2
16622026-07-20T18:36:38.900Z Compiling serde_derive_internals v0.29.1
16632026-07-20T18:36:39.038Z Compiling pin-project-lite v0.2.17
16642026-07-20T18:36:39.152Z Compiling getrandom v0.2.17
16652026-07-20T18:36:39.290Z Compiling scopeguard v1.2.0
16662026-07-20T18:36:39.376Z Compiling lock_api v0.4.14
16672026-07-20T18:36:39.379Z Compiling bitflags v2.12.1
16682026-07-20T18:36:39.451Z Compiling socket2 v0.6.5
16692026-07-20T18:36:39.550Z Compiling cmake v0.1.58
16702026-07-20T18:36:39.636Z Compiling signal-hook-registry v1.4.8
16712026-07-20T18:36:39.663Z Compiling mio v1.2.1
16722026-07-20T18:36:39.686Z Compiling portable-atomic v1.13.1
16732026-07-20T18:36:39.739Z Compiling dunce v1.0.5
16742026-07-20T18:36:39.830Z Compiling fs_extra v1.3.0
16752026-07-20T18:36:39.902Z Compiling critical-section v1.2.0
16762026-07-20T18:36:39.919Z Compiling log v0.4.32
16772026-07-20T18:36:40.019Z Compiling futures-core v0.3.32
16782026-07-20T18:36:40.075Z Compiling serde_derive v1.0.228
16792026-07-20T18:36:40.105Z Compiling zerofrom-derive v0.1.7
16802026-07-20T18:36:40.123Z Compiling yoke-derive v0.8.2
16812026-07-20T18:36:40.140Z Compiling zerovec-derive v0.11.3
16822026-07-20T18:36:40.161Z Compiling displaydoc v0.2.6
16832026-07-20T18:36:40.185Z Compiling schemars_derive v0.8.22
16842026-07-20T18:36:40.283Z Compiling tokio-macros v2.7.0
16852026-07-20T18:36:40.385Z Compiling zerocopy-derive v0.8.50
16862026-07-20T18:36:40.961Z Compiling zeroize_derive v1.4.3
16872026-07-20T18:36:41.033Z Compiling futures-macro v0.3.32
16882026-07-20T18:36:41.239Z Compiling aws-lc-sys v0.41.0
16892026-07-20T18:36:41.309Z Compiling zerofrom v0.1.8
16902026-07-20T18:36:41.441Z Compiling yoke v0.8.3
16912026-07-20T18:36:41.640Z Compiling zerovec v0.11.6
16922026-07-20T18:36:41.664Z Compiling zerotrie v0.2.4
16932026-07-20T18:36:41.689Z Compiling zeroize v1.8.2
16942026-07-20T18:36:41.883Z Compiling once_cell v1.21.4
16952026-07-20T18:36:41.935Z Compiling subtle v2.6.1
16962026-07-20T18:36:42.102Z Compiling equivalent v1.0.2
16972026-07-20T18:36:42.119Z Compiling httparse v1.10.1
16982026-07-20T18:36:42.140Z Compiling futures-sink v0.3.32
16992026-07-20T18:36:42.193Z Compiling tinystr v0.8.3
17002026-07-20T18:36:42.241Z Compiling potential_utf v0.1.5
17012026-07-20T18:36:42.259Z Compiling rustix v1.1.4
17022026-07-20T18:36:42.293Z Compiling slab v0.4.12
17032026-07-20T18:36:42.404Z Compiling icu_locale_core v2.2.0
17042026-07-20T18:36:42.428Z Compiling icu_collections v2.2.0
17052026-07-20T18:36:42.487Z Compiling ucd-trie v0.1.7
17062026-07-20T18:36:42.501Z Compiling thiserror v1.0.69
17072026-07-20T18:36:42.557Z Compiling typenum v1.20.1
17082026-07-20T18:36:42.651Z Compiling pest v2.8.6
17092026-07-20T18:36:42.710Z Compiling futures-channel v0.3.32
17102026-07-20T18:36:42.964Z Compiling thiserror-impl v1.0.69
17112026-07-20T18:36:43.246Z Compiling icu_provider v2.2.0
17122026-07-20T18:36:43.336Z Compiling smallvec v1.15.1
17132026-07-20T18:36:43.411Z Compiling bytes v1.11.1
17142026-07-20T18:36:43.433Z Compiling chrono v0.4.45
17152026-07-20T18:36:43.631Z Compiling icu_normalizer v2.2.0
17162026-07-20T18:36:43.864Z Compiling icu_properties v2.2.0
17172026-07-20T18:36:44.161Z Compiling parking_lot v0.12.5
17182026-07-20T18:36:44.304Z Compiling serde_tokenstream v0.2.3
17192026-07-20T18:36:44.619Z Compiling tokio v1.53.0
17202026-07-20T18:36:44.818Z Compiling idna_adapter v1.2.2
17212026-07-20T18:36:44.902Z Compiling pest_meta v2.8.6
17222026-07-20T18:36:44.979Z Compiling idna v1.1.0
17232026-07-20T18:36:45.048Z Compiling futures-task v0.3.32
17242026-07-20T18:36:45.066Z Compiling futures-io v0.3.32
17252026-07-20T18:36:45.229Z Compiling futures-util v0.3.32
17262026-07-20T18:36:45.265Z Compiling getrandom v0.3.4
17272026-07-20T18:36:45.293Z Compiling regex-syntax v0.8.10
17282026-07-20T18:36:45.441Z Compiling url v2.5.8
17292026-07-20T18:36:45.617Z Compiling pest_generator v2.8.6
17302026-07-20T18:36:46.247Z Compiling pest_derive v2.8.6
17312026-07-20T18:36:46.789Z Compiling strsim v0.11.1
17322026-07-20T18:36:46.914Z Compiling rand_core v0.6.4
17332026-07-20T18:36:47.028Z Compiling aho-corasick v1.1.4
17342026-07-20T18:36:47.083Z Compiling ipnetwork v0.21.1
17352026-07-20T18:36:47.178Z Compiling hashbrown v0.17.1
17362026-07-20T18:36:47.333Z Compiling byteorder v1.5.0
17372026-07-20T18:36:47.590Z Compiling tracing-core v0.1.36
17382026-07-20T18:36:47.843Z Compiling regex-automata v0.4.14
17392026-07-20T18:36:47.883Z Compiling indexmap v2.14.0
17402026-07-20T18:36:47.929Z Compiling tracing-attributes v0.1.31
17412026-07-20T18:36:48.428Z Compiling ident_case v1.0.1
17422026-07-20T18:36:48.566Z Compiling slog v2.8.2
17432026-07-20T18:36:48.701Z Compiling fnv v1.0.7
17442026-07-20T18:36:48.730Z Compiling paste v1.0.15
17452026-07-20T18:36:48.765Z Compiling base64 v0.22.1
17462026-07-20T18:36:49.052Z Compiling anyhow v1.0.104
17472026-07-20T18:36:49.226Z Compiling tracing v0.1.44
17482026-07-20T18:36:49.260Z Compiling erased-serde v0.3.31
17492026-07-20T18:36:49.702Z Compiling regex v1.12.3
17502026-07-20T18:36:49.755Z Compiling omicron-workspace-hack v0.1.0
17512026-07-20T18:36:50.117Z Compiling http v1.4.2
17522026-07-20T18:36:50.567Z Compiling oxnet v0.1.6
17532026-07-20T18:36:50.643Z Compiling rustls-pki-types v1.14.1
17542026-07-20T18:36:51.325Z Compiling scroll_derive v0.13.1
17552026-07-20T18:36:51.492Z Compiling ring v0.17.14
17562026-07-20T18:36:51.821Z Compiling num-conv v0.2.2
17572026-07-20T18:36:51.953Z Compiling aws-lc-rs v1.17.0
17582026-07-20T18:36:51.980Z Compiling time-core v0.1.8
17592026-07-20T18:36:52.131Z Compiling time-macros v0.2.27
17602026-07-20T18:36:52.276Z Compiling tokio-util v0.7.18
17612026-07-20T18:36:52.600Z Compiling untrusted v0.9.0
17622026-07-20T18:36:52.741Z Compiling camino v1.2.4
17632026-07-20T18:36:53.115Z Compiling ipnet v2.12.0
17642026-07-20T18:36:53.163Z Compiling untrusted v0.7.1
17652026-07-20T18:36:53.294Z Compiling ppv-lite86 v0.2.21
17662026-07-20T18:36:53.635Z Compiling async-trait v0.1.89
17672026-07-20T18:36:53.788Z Compiling daft-derive v0.1.7
17682026-07-20T18:36:53.806Z Compiling crc32fast v1.5.0
17692026-07-20T18:36:54.111Z Compiling rustls v0.23.40
17702026-07-20T18:36:54.462Z Compiling http-body v1.0.1
17712026-07-20T18:36:54.581Z Compiling pretty-hex v0.4.2
17722026-07-20T18:36:54.599Z Compiling crossbeam-utils v0.8.21
17732026-07-20T18:36:54.624Z Compiling atomic-waker v1.1.2
17742026-07-20T18:36:54.720Z Compiling usdt-impl v0.6.0
17752026-07-20T18:36:54.936Z Compiling scroll v0.13.0
17762026-07-20T18:36:54.983Z Compiling tower-service v0.3.3
17772026-07-20T18:36:55.083Z Compiling try-lock v0.2.5
17782026-07-20T18:36:55.196Z Compiling plain v0.2.3
17792026-07-20T18:36:55.213Z Compiling ryu v1.0.23
17802026-07-20T18:36:55.213Z Compiling tower-layer v0.3.3
17812026-07-20T18:36:55.425Z Compiling goblin v0.10.7
17822026-07-20T18:36:55.501Z Compiling want v0.3.1
17832026-07-20T18:36:55.683Z Compiling h2 v0.4.14
17842026-07-20T18:36:56.299Z Compiling slog-async v2.8.0
17852026-07-20T18:36:56.448Z Compiling httpdate v1.0.3
17862026-07-20T18:36:56.784Z Compiling dtrace-parser v0.3.0
17872026-07-20T18:36:56.845Z Compiling thread-id v5.1.0
17882026-07-20T18:36:56.931Z Compiling ref-cast v1.0.25
17892026-07-20T18:36:58.256Z Compiling dof v0.4.0
17902026-07-20T18:36:58.873Z Compiling hyper v1.10.1
17912026-07-20T18:36:59.252Z Compiling rand_core v0.9.5
17922026-07-20T18:36:59.509Z Compiling serde_urlencoded v0.7.1
17932026-07-20T18:36:59.661Z Compiling http-body-util v0.1.4
17942026-07-20T18:36:59.819Z Compiling ref-cast-impl v1.0.25
17952026-07-20T18:37:00.149Z Compiling syn v1.0.109
17962026-07-20T18:37:00.441Z Compiling hyper-util v0.1.20
17972026-07-20T18:37:01.422Z Compiling usdt-macro v0.6.0
17982026-07-20T18:37:01.794Z Compiling usdt-attr-macro v0.6.0
17992026-07-20T18:37:02.261Z Compiling structmeta-derive v0.3.0
18002026-07-20T18:37:02.680Z Compiling multer v3.1.0
18012026-07-20T18:37:02.978Z Compiling foldhash v0.2.0
18022026-07-20T18:37:03.068Z Compiling allocator-api2 v0.2.21
18032026-07-20T18:37:03.242Z Compiling powerfmt v0.2.0
18042026-07-20T18:37:03.323Z Compiling structmeta v0.3.0
18052026-07-20T18:37:03.458Z Compiling hashbrown v0.16.1
18062026-07-20T18:37:03.507Z Compiling deranged v0.5.8
18072026-07-20T18:37:03.530Z Compiling rand_chacha v0.9.0
18082026-07-20T18:37:03.938Z Compiling darling_core v0.23.0
18092026-07-20T18:37:04.084Z Compiling newtype-uuid-macros v0.1.0
18102026-07-20T18:37:04.454Z Compiling num_threads v0.1.7
18112026-07-20T18:37:04.597Z Compiling time v0.3.47
18122026-07-20T18:37:04.615Z Compiling rand v0.9.4
18132026-07-20T18:37:04.944Z Compiling newtype-uuid v1.3.2
18142026-07-20T18:37:05.342Z Compiling sync_wrapper v1.0.2
18152026-07-20T18:37:05.461Z Compiling strum_macros v0.26.4
18162026-07-20T18:37:05.630Z Compiling async-stream-impl v0.3.6
18172026-07-20T18:37:05.898Z Compiling dropshot v0.17.1
18182026-07-20T18:37:06.013Z Compiling darling_macro v0.23.0
18192026-07-20T18:37:06.273Z Compiling fastrand v2.4.1
18202026-07-20T18:37:06.578Z Compiling hex v0.4.3
18212026-07-20T18:37:06.600Z Compiling darling v0.23.0
18222026-07-20T18:37:06.600Z Compiling tower v0.5.3
18232026-07-20T18:37:06.688Z Compiling daft v0.1.7
18242026-07-20T18:37:06.974Z Compiling crossbeam-channel v0.5.15
18252026-07-20T18:37:07.095Z Compiling webpki-roots v1.0.7
18262026-07-20T18:37:07.226Z Compiling openapiv3 v2.2.0
18272026-07-20T18:37:07.474Z Compiling generic-array v0.14.7
18282026-07-20T18:37:07.871Z Compiling tower-http v0.6.11
18292026-07-20T18:37:07.899Z Compiling serde_with_macros v3.21.0
18302026-07-20T18:37:08.590Z Compiling futures-executor v0.3.32
18312026-07-20T18:37:08.609Z Compiling dropshot_endpoint v0.17.1
18322026-07-20T18:37:09.039Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18332026-07-20T18:37:09.075Z Compiling thread_local v1.1.9
18342026-07-20T18:37:09.447Z Compiling openssl-probe v0.2.1
18352026-07-20T18:37:09.519Z Compiling cpufeatures v0.3.0
18362026-07-20T18:37:09.606Z Compiling rustls-native-certs v0.8.4
18372026-07-20T18:37:09.637Z Compiling futures v0.3.32
18382026-07-20T18:37:10.239Z Compiling tempfile v3.27.0
18392026-07-20T18:37:10.291Z Compiling derive-ex v0.1.8
18402026-07-20T18:37:10.506Z Compiling strum_macros v0.27.2
18412026-07-20T18:37:11.068Z Compiling is-terminal v0.4.17
18422026-07-20T18:37:11.178Z Compiling winnow v1.0.3
18432026-07-20T18:37:11.412Z Compiling take_mut v0.2.2
18442026-07-20T18:37:11.538Z Compiling term v1.2.1
18452026-07-20T18:37:11.876Z Compiling test-strategy v0.4.5
18462026-07-20T18:37:12.329Z Compiling slog-term v2.9.2
18472026-07-20T18:37:13.667Z Compiling hybrid-array v0.4.12
18482026-07-20T18:37:13.693Z Compiling macaddr v1.0.1
18492026-07-20T18:37:14.162Z Compiling simd-adler32 v0.3.9
18502026-07-20T18:37:14.232Z Compiling match_cfg v0.1.0
18512026-07-20T18:37:14.326Z Compiling adler2 v2.0.1
18522026-07-20T18:37:14.362Z Compiling hostname v0.3.1
18532026-07-20T18:37:14.499Z Compiling miniz_oxide v0.8.9
18542026-07-20T18:37:15.120Z Compiling slog-json v2.6.1
18552026-07-20T18:37:15.411Z Compiling memmap2 v0.9.10
18562026-07-20T18:37:15.790Z Compiling usdt v0.6.0
18572026-07-20T18:37:15.982Z Compiling slog-bunyan v2.5.0
18582026-07-20T18:37:16.070Z Compiling flate2 v1.1.9
18592026-07-20T18:37:16.169Z Compiling block-buffer v0.12.0
18602026-07-20T18:37:16.347Z Compiling crypto-common v0.2.2
18612026-07-20T18:37:16.423Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-07-20T18:37:16.622Z Compiling debug-ignore v1.0.5
18632026-07-20T18:37:16.639Z Compiling compression-core v0.4.32
18642026-07-20T18:37:16.737Z Compiling const-oid v0.10.2
18652026-07-20T18:37:16.815Z Compiling either v1.16.0
18662026-07-20T18:37:17.076Z Compiling digest v0.11.3
18672026-07-20T18:37:17.251Z Compiling compression-codecs v0.4.38
18682026-07-20T18:37:17.402Z Compiling toml_parser v1.1.2+spec-1.1.0
18692026-07-20T18:37:18.370Z Compiling crypto-common v0.1.7
18702026-07-20T18:37:18.370Z Compiling parse-display-derive v0.10.0
18712026-07-20T18:37:18.370Z Compiling rand_chacha v0.3.1
18722026-07-20T18:37:18.370Z Compiling serde_spanned v1.1.1
18732026-07-20T18:37:18.371Z Compiling toml_datetime v1.1.1+spec-1.1.0
18742026-07-20T18:37:18.371Z Compiling encoding_rs v0.8.35
18752026-07-20T18:37:18.371Z Compiling mime v0.3.17
18762026-07-20T18:37:18.389Z Compiling spin v0.9.8
18772026-07-20T18:37:18.413Z Compiling toml_writer v1.1.1+spec-1.1.0
18782026-07-20T18:37:18.638Z Compiling toml v1.1.2+spec-1.1.0
18792026-07-20T18:37:18.677Z Compiling rand v0.8.6
18802026-07-20T18:37:18.760Z Compiling async-compression v0.4.42
18812026-07-20T18:37:19.022Z Compiling sha1 v0.11.0
18822026-07-20T18:37:19.216Z Compiling strum v0.26.3
18832026-07-20T18:37:19.356Z Compiling async-stream v0.3.6
18842026-07-20T18:37:19.479Z Compiling waitgroup v0.1.2
18852026-07-20T18:37:19.552Z Compiling rustls-pemfile v2.2.0
18862026-07-20T18:37:19.630Z Compiling serde_path_to_error v0.1.20
18872026-07-20T18:37:19.700Z Compiling hostname v0.4.2
18882026-07-20T18:37:19.843Z Compiling wait-timeout v0.2.1
18892026-07-20T18:37:20.279Z Compiling bit-vec v0.8.0
18902026-07-20T18:37:20.367Z Compiling quick-error v1.2.3
18912026-07-20T18:37:20.453Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-07-20T18:37:20.483Z Compiling rusty-fork v0.3.1
18932026-07-20T18:37:20.627Z Compiling bit-set v0.8.0
18942026-07-20T18:37:20.779Z Compiling serde_with v3.21.0
18952026-07-20T18:37:20.879Z Compiling rand_xorshift v0.4.0
18962026-07-20T18:37:20.972Z Compiling unarray v0.1.4
18972026-07-20T18:37:21.085Z Compiling proptest v1.11.0
18982026-07-20T18:37:21.330Z Compiling strum v0.27.2
18992026-07-20T18:37:21.456Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002026-07-20T18:37:21.606Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19012026-07-20T18:37:21.711Z Compiling instant v0.1.13
19022026-07-20T18:37:22.025Z Compiling itertools v0.14.0
19032026-07-20T18:37:22.093Z Compiling iddqd v0.4.5
19042026-07-20T18:37:22.818Z Compiling unicode-width v0.2.2
19052026-07-20T18:37:23.346Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-20T18:37:23.365Z Compiling block-buffer v0.10.4
19072026-07-20T18:37:23.531Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19082026-07-20T18:37:23.559Z Compiling backon v1.6.0
19092026-07-20T18:37:25.090Z Compiling digest v0.10.7
19102026-07-20T18:37:25.133Z Compiling backoff v0.4.0
19112026-07-20T18:37:25.306Z Compiling parse-display v0.10.0
19122026-07-20T18:37:25.354Z Compiling regress v0.10.5
19132026-07-20T18:37:25.452Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19142026-07-20T18:37:25.603Z Compiling humantime v2.3.0
19152026-07-20T18:37:28.155Z Compiling regress v0.11.1
19162026-07-20T18:37:29.857Z Compiling typify-impl v0.6.2
19172026-07-20T18:37:29.990Z Compiling zerocopy-derive v0.7.35
19182026-07-20T18:37:30.642Z Compiling darling_core v0.21.3
19192026-07-20T18:37:31.008Z Compiling clap_derive v4.6.1
19202026-07-20T18:37:31.216Z Compiling cpufeatures v0.2.17
19212026-07-20T18:37:31.561Z Compiling convert_case v0.4.0
19222026-07-20T18:37:31.881Z Compiling utf8parse v0.2.2
19232026-07-20T18:37:31.996Z Compiling anstyle-parse v1.0.0
19242026-07-20T18:37:32.177Z Compiling derive_more v0.99.20
19252026-07-20T18:37:32.705Z Compiling darling_macro v0.21.3
19262026-07-20T18:37:33.093Z Compiling typify-macro v0.6.2
19272026-07-20T18:37:33.284Z Compiling terminal_size v0.4.4
19282026-07-20T18:37:33.310Z Compiling toml_datetime v0.6.11
19292026-07-20T18:37:33.363Z Compiling is_terminal_polyfill v1.70.2
19302026-07-20T18:37:33.433Z Compiling colorchoice v1.0.5
19312026-07-20T18:37:33.460Z Compiling anstyle-query v1.1.5
19322026-07-20T18:37:33.562Z Compiling anstyle v1.0.14
19332026-07-20T18:37:33.597Z Compiling darling v0.21.3
19342026-07-20T18:37:33.846Z Compiling anstream v1.0.0
19352026-07-20T18:37:35.739Z Compiling secrecy v0.10.3
19362026-07-20T18:37:35.758Z Compiling heapless v0.8.0
19372026-07-20T18:37:35.758Z Compiling crucible-workspace-hack v0.1.0
19382026-07-20T18:37:35.758Z Compiling tinyvec_macros v0.1.1
19392026-07-20T18:37:35.758Z Compiling clap_lex v1.1.0
19402026-07-20T18:37:35.758Z Compiling clap_builder v4.6.2
19412026-07-20T18:37:35.768Z Compiling tinyvec v1.11.0
19422026-07-20T18:37:35.768Z Compiling typify v0.6.2
19432026-07-20T18:37:35.768Z Compiling ingot-macros v0.1.1
19442026-07-20T18:37:35.768Z Compiling zerocopy v0.7.35
19452026-07-20T18:37:35.933Z Compiling hash32 v0.3.1
19462026-07-20T18:37:36.090Z Compiling rustc_version v0.4.1
19472026-07-20T18:37:36.090Z Compiling scroll_derive v0.12.1
19482026-07-20T18:37:36.297Z Compiling num-integer v0.1.46
19492026-07-20T18:37:36.359Z Compiling usdt-impl v0.5.0
19502026-07-20T18:37:36.642Z Compiling smoltcp v0.11.0
19512026-07-20T18:37:36.823Z Compiling scroll v0.12.0
19522026-07-20T18:37:36.889Z Compiling clap v4.6.2
19532026-07-20T18:37:36.981Z Compiling curve25519-dalek v4.1.3
19542026-07-20T18:37:37.282Z Compiling dof v0.3.0
19552026-07-20T18:37:38.162Z Compiling ingot-types v0.1.2
19562026-07-20T18:37:38.799Z Compiling hmac v0.12.1
19572026-07-20T18:37:38.944Z Compiling dtrace-parser v0.2.0
19582026-07-20T18:37:38.963Z Compiling inout v0.1.4
19592026-07-20T18:37:39.121Z Compiling ff v0.13.1
19602026-07-20T18:37:39.163Z Compiling cobs v0.3.0
19612026-07-20T18:37:39.499Z Compiling thread-id v4.2.2
19622026-07-20T18:37:39.577Z Compiling unsafe-libyaml v0.2.11
19632026-07-20T18:37:39.636Z Compiling managed v0.8.0
19642026-07-20T18:37:39.757Z Compiling bitflags v1.3.2
19652026-07-20T18:37:40.150Z Compiling serde_yaml v0.9.34+deprecated
19662026-07-20T18:37:40.890Z Compiling postcard v1.1.3
19672026-07-20T18:37:41.088Z Compiling group v0.13.0
19682026-07-20T18:37:41.257Z Compiling cipher v0.4.4
19692026-07-20T18:37:41.393Z Compiling hkdf v0.12.4
19702026-07-20T18:37:41.557Z Compiling ingot v0.1.1
19712026-07-20T18:37:42.089Z Compiling goblin v0.8.2
19722026-07-20T18:37:42.436Z Compiling num-rational v0.4.2
19732026-07-20T18:37:43.446Z Compiling num-iter v0.1.45
19742026-07-20T18:37:43.782Z Compiling tabwriter v1.4.1
19752026-07-20T18:37:44.026Z Compiling universal-hash v0.5.1
19762026-07-20T18:37:44.133Z Compiling crypto-bigint v0.5.5
19772026-07-20T18:37:44.171Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-07-20T18:37:44.342Z Compiling thiserror-impl-no-std v2.0.2
19792026-07-20T18:37:44.806Z Compiling hubpack_derive v0.1.1
19802026-07-20T18:37:45.293Z Compiling crossbeam-epoch v0.9.18
19812026-07-20T18:37:45.423Z Compiling half v2.7.1
19822026-07-20T18:37:45.630Z Compiling curve25519-dalek-derive v0.1.1
19832026-07-20T18:37:45.785Z Compiling num-complex v0.4.6
19842026-07-20T18:37:46.422Z Compiling memoffset v0.9.1
19852026-07-20T18:37:46.442Z Compiling base64ct v1.8.3
19862026-07-20T18:37:46.618Z Compiling prettyplease v0.2.37
19872026-07-20T18:37:46.782Z Compiling ciborium-io v0.2.2
19882026-07-20T18:37:46.875Z Compiling rustix v0.38.44
19892026-07-20T18:37:47.005Z Compiling cfg_aliases v0.2.1
19902026-07-20T18:37:47.201Z Compiling opaque-debug v0.3.1
19912026-07-20T18:37:47.239Z Compiling base16ct v0.2.0
19922026-07-20T18:37:47.415Z Compiling elliptic-curve v0.13.8
19932026-07-20T18:37:47.487Z Compiling poly1305 v0.8.0
19942026-07-20T18:37:48.141Z Compiling nix v0.31.3
19952026-07-20T18:37:48.561Z Compiling ciborium-ll v0.2.2
19962026-07-20T18:37:48.578Z Compiling password-hash v0.5.0
19972026-07-20T18:37:49.066Z Compiling num v0.4.3
19982026-07-20T18:37:49.149Z Compiling thiserror-no-std v2.0.2
19992026-07-20T18:37:49.251Z Compiling hubpack v0.1.2
20002026-07-20T18:37:50.437Z Compiling chacha20 v0.9.1
20012026-07-20T18:37:50.908Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20022026-07-20T18:37:50.985Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-07-20T18:37:51.068Z Compiling reqwest v0.12.28
20042026-07-20T18:37:51.876Z Compiling toml_edit v0.25.12+spec-1.1.0
20052026-07-20T18:37:52.232Z Compiling blake2 v0.10.6
20062026-07-20T18:37:52.250Z Compiling aead v0.5.2
20072026-07-20T18:37:52.720Z Compiling byte-wrapper v0.1.0
20082026-07-20T18:37:52.789Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20092026-07-20T18:37:53.059Z Compiling serde_repr v0.1.21
20102026-07-20T18:37:53.522Z Compiling proc-macro-error-attr v1.0.4
20112026-07-20T18:37:53.608Z Compiling bstr v1.12.1
20122026-07-20T18:37:53.682Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20132026-07-20T18:37:53.851Z Compiling keccak v0.1.6
20142026-07-20T18:37:53.882Z Compiling static_assertions v1.1.0
20152026-07-20T18:37:53.967Z Compiling float-ord v0.3.2
20162026-07-20T18:37:54.083Z Compiling sha3 v0.10.9
20172026-07-20T18:37:54.320Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20182026-07-20T18:37:54.557Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-07-20T18:37:55.132Z Compiling argon2 v0.5.3
20202026-07-20T18:37:55.238Z Compiling proc-macro-crate v3.5.0
20212026-07-20T18:37:55.658Z Compiling chacha20poly1305 v0.10.1
20222026-07-20T18:37:55.836Z Compiling progenitor-client v0.10.0
20232026-07-20T18:37:56.121Z Compiling vsss-rs v3.3.4
20242026-07-20T18:37:57.421Z Compiling rustls-webpki v0.103.13
20252026-07-20T18:37:57.574Z Compiling ciborium v0.2.2
20262026-07-20T18:37:59.020Z Compiling usdt-macro v0.5.0
20272026-07-20T18:37:59.040Z Compiling usdt-attr-macro v0.5.0
20282026-07-20T18:38:00.422Z Compiling num-derive v0.4.2
20292026-07-20T18:38:00.580Z Compiling enum-as-inner v0.6.1
20302026-07-20T18:38:01.176Z Compiling proc-macro-error v1.0.4
20312026-07-20T18:38:01.210Z Compiling memmap v0.7.0
20322026-07-20T18:38:01.383Z Compiling indent_write v2.2.0
20332026-07-20T18:38:01.431Z Compiling winnow v0.5.40
20342026-07-20T18:38:01.757Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20352026-07-20T18:38:01.788Z Compiling data-encoding v2.11.0
20362026-07-20T18:38:01.972Z Compiling tokio-rustls v0.26.4
20372026-07-20T18:38:01.999Z Compiling rustls-platform-verifier v0.7.0
20382026-07-20T18:38:02.271Z Compiling hyper-rustls v0.27.9
20392026-07-20T18:38:02.593Z Compiling reqwest v0.13.4
20402026-07-20T18:38:02.808Z Compiling toml_edit v0.19.15
20412026-07-20T18:38:02.935Z Compiling usdt v0.5.0
20422026-07-20T18:38:03.648Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-07-20T18:38:04.481Z Compiling progenitor-client v0.14.0
20442026-07-20T18:38:04.796Z Compiling progenitor-extras v0.2.0
20452026-07-20T18:38:05.409Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20462026-07-20T18:38:05.556Z Compiling num_enum_derive v0.7.6
20472026-07-20T18:38:06.568Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-07-20T18:38:07.618Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-07-20T18:38:08.543Z Compiling serde_spanned v0.6.9
20502026-07-20T18:38:08.701Z Compiling foreign-types-macros v0.2.3
20512026-07-20T18:38:09.393Z Compiling pkg-config v0.3.33
20522026-07-20T18:38:09.853Z Compiling foreign-types-shared v0.3.1
20532026-07-20T18:38:09.962Z Compiling bytecount v0.6.9
20542026-07-20T18:38:10.163Z Compiling toml_write v0.1.2
20552026-07-20T18:38:11.875Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-07-20T18:38:13.627Z Compiling winnow v0.7.15
20572026-07-20T18:38:15.101Z Compiling colored v3.1.1
20582026-07-20T18:38:15.929Z Compiling vcpkg v0.2.15
20592026-07-20T18:38:16.950Z Compiling openssl-sys v0.9.116
20602026-07-20T18:38:17.529Z Compiling toml_edit v0.22.27
20612026-07-20T18:38:17.909Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-07-20T18:38:18.132Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-07-20T18:38:18.185Z Compiling foreign-types v0.5.0
20642026-07-20T18:38:18.574Z Compiling num_enum v0.7.6
20652026-07-20T18:38:18.710Z Compiling proc-macro-crate v1.3.1
20662026-07-20T18:38:19.193Z Compiling atomicwrites v0.4.4
20672026-07-20T18:38:19.560Z Compiling progenitor-impl v0.14.0
20682026-07-20T18:38:19.618Z Compiling chacha20 v0.10.0
20692026-07-20T18:38:19.752Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702026-07-20T18:38:20.101Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20712026-07-20T18:38:20.283Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20722026-07-20T18:38:20.284Z Compiling cstr-argument v0.1.2
20732026-07-20T18:38:20.560Z Compiling linked-hash-map v0.5.6
20742026-07-20T18:38:20.802Z Compiling heck v0.4.1
20752026-07-20T18:38:20.946Z Compiling resolv-conf v0.7.6
20762026-07-20T18:38:21.276Z Compiling swrite v0.1.0
20772026-07-20T18:38:21.397Z Compiling semver v0.1.20
20782026-07-20T18:38:21.563Z Compiling rayon-core v1.13.0
20792026-07-20T18:38:21.652Z Compiling unicode-segmentation v1.13.3
20802026-07-20T18:38:21.669Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20812026-07-20T18:38:21.809Z Compiling progenitor-macro v0.14.0
20822026-07-20T18:38:21.849Z Compiling rustc_version v0.1.7
20832026-07-20T18:38:21.945Z Compiling lru-cache v0.1.2
20842026-07-20T18:38:22.062Z Compiling newline-converter v0.3.0
20852026-07-20T18:38:22.295Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20862026-07-20T18:38:22.373Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20872026-07-20T18:38:22.515Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882026-07-20T18:38:22.658Z Compiling rand v0.10.2
20892026-07-20T18:38:23.022Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20902026-07-20T18:38:23.278Z Compiling num_enum_derive v0.5.11
20912026-07-20T18:38:23.501Z Compiling toml v0.8.23
20922026-07-20T18:38:23.809Z Compiling hickory-proto v0.24.4
20932026-07-20T18:38:23.828Z Compiling similar v2.7.0
20942026-07-20T18:38:24.081Z Compiling crossbeam-deque v0.8.6
20952026-07-20T18:38:24.303Z Compiling progenitor-impl v0.13.0
20962026-07-20T18:38:24.321Z Compiling console v0.15.11
20972026-07-20T18:38:25.596Z Compiling camino-tempfile v1.4.1
20982026-07-20T18:38:26.020Z Compiling serde-big-array v0.5.1
20992026-07-20T18:38:26.038Z Compiling pin-project-internal v1.1.13
21002026-07-20T18:38:26.191Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21012026-07-20T18:38:26.350Z Compiling derive-where v1.6.1
21022026-07-20T18:38:26.600Z Compiling minimal-lexical v0.2.1
21032026-07-20T18:38:26.728Z Compiling lazy_static v1.5.0
21042026-07-20T18:38:26.846Z Compiling siphasher v1.0.3
21052026-07-20T18:38:26.864Z Compiling nom v7.1.3
21062026-07-20T18:38:27.067Z Compiling phf_shared v0.12.1
21072026-07-20T18:38:27.150Z Compiling pin-project v1.1.13
21082026-07-20T18:38:27.296Z Compiling progenitor-macro v0.13.0
21092026-07-20T18:38:27.636Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-07-20T18:38:28.099Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21112026-07-20T18:38:28.218Z Compiling progenitor v0.14.0
21122026-07-20T18:38:28.370Z Compiling hickory-resolver v0.24.4
21132026-07-20T18:38:30.572Z Compiling expectorate v1.2.0
21142026-07-20T18:38:30.795Z Compiling num_enum v0.5.11
21152026-07-20T18:38:31.536Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-07-20T18:38:32.705Z Compiling newtype_derive v0.1.6
21172026-07-20T18:38:32.975Z Compiling progenitor-client v0.13.0
21182026-07-20T18:38:34.450Z Compiling unicode-normalization v0.1.25
21192026-07-20T18:38:35.056Z Compiling tokio-stream v0.1.18
21202026-07-20T18:38:35.640Z Compiling snafu-derive v0.8.9
21212026-07-20T18:38:35.895Z Compiling async-recursion v1.1.1
21222026-07-20T18:38:35.975Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21232026-07-20T18:38:36.314Z Compiling slog-dtrace v0.3.0
21242026-07-20T18:38:36.580Z Compiling csv-core v0.1.13
21252026-07-20T18:38:36.681Z Compiling openssl v0.10.80
21262026-07-20T18:38:36.985Z Compiling chrono-tz v0.10.4
21272026-07-20T18:38:37.002Z Compiling unicode-width v0.1.14
21282026-07-20T18:38:37.083Z Compiling same-file v1.0.6
21292026-07-20T18:38:37.237Z Compiling foreign-types-shared v0.1.1
21302026-07-20T18:38:37.269Z Compiling highway v1.3.0
21312026-07-20T18:38:37.316Z Compiling konst_macro_rules v0.2.19
21322026-07-20T18:38:37.340Z Compiling owo-colors v4.3.0
21332026-07-20T18:38:37.402Z Compiling cancel-safe-futures v0.1.5
21342026-07-20T18:38:37.513Z Compiling foldhash v0.1.5
21352026-07-20T18:38:37.678Z Compiling unicode-xid v0.2.6
21362026-07-20T18:38:37.764Z Compiling hashbrown v0.15.5
21372026-07-20T18:38:37.786Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-07-20T18:38:37.811Z Compiling const_format_proc_macros v0.2.34
21392026-07-20T18:38:37.963Z Compiling konst v0.2.20
21402026-07-20T18:38:38.372Z Compiling snafu v0.8.9
21412026-07-20T18:38:38.434Z Compiling foreign-types v0.3.2
21422026-07-20T18:38:38.547Z Compiling walkdir v2.5.0
21432026-07-20T18:38:38.678Z Compiling csv v1.4.0
21442026-07-20T18:38:39.077Z Compiling qorb v0.4.1
21452026-07-20T18:38:39.230Z Compiling progenitor v0.13.0
21462026-07-20T18:38:39.296Z Compiling olpc-cjson v0.1.4
21472026-07-20T18:38:39.448Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-07-20T18:38:39.645Z Compiling rayon v1.12.0
21492026-07-20T18:38:40.478Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-07-20T18:38:41.817Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21512026-07-20T18:38:42.364Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-07-20T18:38:42.915Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-07-20T18:38:43.473Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21542026-07-20T18:38:43.816Z Compiling phf v0.12.1
21552026-07-20T18:38:44.430Z Compiling zone_cfg_derive v0.3.1
21562026-07-20T18:38:44.853Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-07-20T18:38:45.144Z Compiling tokio-dtrace v0.1.1
21582026-07-20T18:38:45.475Z Compiling globset v0.4.18
21592026-07-20T18:38:45.688Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21602026-07-20T18:38:45.922Z Compiling itertools v0.12.1
21612026-07-20T18:38:46.111Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-07-20T18:38:46.729Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21632026-07-20T18:38:47.278Z Compiling pem v3.0.6
21642026-07-20T18:38:47.390Z Compiling libsw-core v0.3.2
21652026-07-20T18:38:47.426Z Compiling serde_plain v1.0.2
21662026-07-20T18:38:47.578Z Compiling openssl-macros v0.1.1
21672026-07-20T18:38:47.714Z Compiling cookie v0.18.1
21682026-07-20T18:38:47.951Z Compiling sigpipe v0.1.3
21692026-07-20T18:38:47.986Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-07-20T18:38:48.068Z Compiling fixedbitset v0.5.7
21712026-07-20T18:38:48.093Z Compiling jiff v0.2.28
21722026-07-20T18:38:48.122Z Compiling typed-path v0.9.3
21732026-07-20T18:38:48.251Z Compiling fixedbitset v0.4.2
21742026-07-20T18:38:48.316Z Compiling glob v0.3.3
21752026-07-20T18:38:48.597Z Compiling petgraph v0.6.5
21762026-07-20T18:38:48.616Z Compiling petgraph v0.8.3
21772026-07-20T18:38:49.240Z Compiling tough v0.22.0
21782026-07-20T18:38:50.460Z Compiling libsw v3.5.0
21792026-07-20T18:38:50.510Z Compiling zone v0.3.1
21802026-07-20T18:38:50.652Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21812026-07-20T18:38:50.991Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-20T18:38:51.050Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21832026-07-20T18:38:51.239Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-20T18:38:51.347Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-07-20T18:38:52.217Z Compiling oxide-tokio-rt v0.1.6
21862026-07-20T18:38:52.816Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21872026-07-20T18:38:53.231Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-07-20T18:38:54.408Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-07-20T18:38:54.965Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-07-20T18:38:55.941Z Compiling const_format v0.2.36
21912026-07-20T18:38:56.778Z Compiling papergrid v0.11.0
21922026-07-20T18:38:56.830Z Compiling tabled_derive v0.7.0
21932026-07-20T18:38:57.636Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-07-20T18:38:57.831Z Compiling libscf-sys v1.2.0
21952026-07-20T18:38:58.009Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21962026-07-20T18:38:58.201Z Compiling gethostname v0.5.0
21972026-07-20T18:38:58.344Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-07-20T18:38:58.363Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21992026-07-20T18:38:58.428Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-07-20T18:38:58.475Z Compiling bcs v0.1.6
22012026-07-20T18:38:58.557Z Compiling smf v0.2.3
22022026-07-20T18:38:58.708Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22032026-07-20T18:38:58.872Z Compiling termtree v0.5.1
22042026-07-20T18:38:59.051Z Compiling whoami v1.6.1
22052026-07-20T18:38:59.504Z Compiling smawk v0.3.2
22062026-07-20T18:38:59.678Z Compiling linear-map v1.2.0
22072026-07-20T18:38:59.710Z Compiling unicode-linebreak v0.1.5
22082026-07-20T18:38:59.915Z Compiling tagptr v0.2.0
22092026-07-20T18:38:59.938Z Compiling textwrap v0.16.2
22102026-07-20T18:38:59.995Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-07-20T18:39:00.090Z Compiling moka v0.12.15
22122026-07-20T18:39:01.355Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22132026-07-20T18:39:01.606Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-07-20T18:39:01.625Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-07-20T18:39:01.962Z Compiling tabled v0.15.0
22162026-07-20T18:39:02.613Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-07-20T18:39:02.782Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-07-20T18:39:02.832Z Compiling steno v0.4.1
22192026-07-20T18:39:04.486Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-07-20T18:39:07.872Z Compiling hickory-proto v0.25.2
22212026-07-20T18:39:08.106Z Compiling proc-macro-error-attr2 v2.0.0
22222026-07-20T18:39:08.572Z Compiling proc-macro-error2 v2.0.1
22232026-07-20T18:39:08.864Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22242026-07-20T18:39:09.319Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22252026-07-20T18:39:09.587Z Compiling parking_lot_core v0.8.6
22262026-07-20T18:39:09.837Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22272026-07-20T18:39:09.872Z Compiling tabled_derive v0.11.0
22282026-07-20T18:39:09.924Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-07-20T18:39:10.989Z Compiling hickory-resolver v0.25.2
22302026-07-20T18:39:11.186Z Compiling papergrid v0.18.0
22312026-07-20T18:39:11.555Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22322026-07-20T18:39:12.997Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-07-20T18:39:13.001Z Compiling testing_table v0.3.0
22342026-07-20T18:39:13.436Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22352026-07-20T18:39:13.506Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22362026-07-20T18:39:13.830Z Compiling tabled v0.21.0
22372026-07-20T18:39:14.794Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22382026-07-20T18:39:16.838Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22392026-07-20T18:39:17.148Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22402026-07-20T18:39:17.270Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22412026-07-20T18:39:17.285Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22422026-07-20T18:39:17.950Z Compiling arc-swap v1.9.1
22432026-07-20T18:39:18.008Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
22442026-07-20T18:39:18.338Z Compiling slog-scope v4.4.1
22452026-07-20T18:39:20.168Z Compiling parking_lot v0.11.2
22462026-07-20T18:39:20.340Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22472026-07-20T18:39:20.997Z Compiling dropshot-api-manager-types v0.7.2
22482026-07-20T18:39:21.098Z Compiling fxhash v0.2.1
22492026-07-20T18:39:22.262Z Compiling crc8 v0.1.1
22502026-07-20T18:39:22.286Z Compiling sled v0.34.7
22512026-07-20T18:39:22.286Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
22522026-07-20T18:39:22.286Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22532026-07-20T18:39:22.286Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22542026-07-20T18:39:22.519Z Compiling slog-stdlog v4.1.1
22552026-07-20T18:39:22.962Z Compiling port-file v0.1.0
22562026-07-20T18:39:23.240Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22572026-07-20T18:39:23.539Z Compiling slog-envlogger v2.2.0
22582026-07-20T18:39:23.976Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22592026-07-20T18:39:26.038Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22602026-07-20T18:39:28.460Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22612026-07-20T18:39:30.993Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22622026-07-20T18:39:32.207Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22632026-07-20T18:39:42.752Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22642026-07-20T18:39:46.622Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22652026-07-20T18:39:49.828Z Finished `release` profile [optimized] target(s) in 3m 39s
22662026-07-20T18:39:50.160Z+ banner trio
22672026-07-20T18:39:50.171Z
22682026-07-20T18:39:50.171Z ##### ##### # ####
22692026-07-20T18:39:50.171Z # # # # # #
22702026-07-20T18:39:50.171Z # # # # # #
22712026-07-20T18:39:50.172Z # ##### # # #
22722026-07-20T18:39:50.172Z # # # # # #
22732026-07-20T18:39:50.172Z # # # # ####
22742026-07-20T18:39:50.172Z
22752026-07-20T18:39:50.172Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22762026-07-20T18:39:50.730Z Compiling cfg-if v1.0.4
22772026-07-20T18:39:50.737Z Compiling libc v0.2.186
22782026-07-20T18:39:50.737Z Compiling serde_core v1.0.228
22792026-07-20T18:39:50.852Z Compiling memchr v2.8.1
22802026-07-20T18:39:50.860Z Compiling itoa v1.0.18
22812026-07-20T18:39:50.860Z Compiling smallvec v1.15.1
22822026-07-20T18:39:50.868Z Compiling stable_deref_trait v1.2.1
22832026-07-20T18:39:50.872Z Compiling zerofrom v0.1.8
22842026-07-20T18:39:50.891Z Compiling zmij v1.0.21
22852026-07-20T18:39:50.937Z Compiling writeable v0.6.3
22862026-07-20T18:39:50.995Z Compiling yoke v0.8.3
22872026-07-20T18:39:51.080Z Compiling litemap v0.8.2
22882026-07-20T18:39:51.098Z Compiling utf8_iter v1.0.4
22892026-07-20T18:39:51.172Z Compiling zerovec v0.11.6
22902026-07-20T18:39:51.192Z Compiling zerotrie v0.2.4
22912026-07-20T18:39:51.217Z Compiling percent-encoding v2.3.2
22922026-07-20T18:39:51.253Z Compiling libm v0.2.16
22932026-07-20T18:39:51.267Z Compiling icu_properties_data v2.2.0
22942026-07-20T18:39:51.353Z Compiling icu_normalizer_data v2.2.0
22952026-07-20T18:39:51.406Z Compiling form_urlencoded v1.2.2
22962026-07-20T18:39:51.454Z Compiling rand_core v0.10.1
22972026-07-20T18:39:51.482Z Compiling errno v0.3.14
22982026-07-20T18:39:51.611Z Compiling getrandom v0.4.2
22992026-07-20T18:39:51.625Z Compiling iana-time-zone v0.1.65
23002026-07-20T18:39:51.644Z Compiling pin-project-lite v0.2.17
23012026-07-20T18:39:51.697Z Compiling tinystr v0.8.3
23022026-07-20T18:39:51.744Z Compiling potential_utf v0.1.5
23032026-07-20T18:39:51.769Z Compiling zeroize v1.8.2
23042026-07-20T18:39:51.810Z Compiling dyn-clone v1.0.20
23052026-07-20T18:39:51.910Z Compiling icu_locale_core v2.2.0
23062026-07-20T18:39:51.924Z Compiling icu_collections v2.2.0
23072026-07-20T18:39:51.949Z Compiling socket2 v0.6.5
23082026-07-20T18:39:51.961Z Compiling scopeguard v1.2.0
23092026-07-20T18:39:51.971Z Compiling parking_lot_core v0.9.12
23102026-07-20T18:39:52.009Z Compiling signal-hook-registry v1.4.8
23112026-07-20T18:39:52.070Z Compiling num-traits v0.2.19
23122026-07-20T18:39:52.351Z Compiling lock_api v0.4.14
23132026-07-20T18:39:52.574Z Compiling parking_lot v0.12.5
23142026-07-20T18:39:52.599Z Compiling mio v1.2.1
23152026-07-20T18:39:52.668Z Compiling portable-atomic v1.13.1
23162026-07-20T18:39:52.745Z Compiling serde v1.0.228
23172026-07-20T18:39:52.823Z Compiling serde_json v1.0.150
23182026-07-20T18:39:52.874Z Compiling icu_provider v2.2.0
23192026-07-20T18:39:53.791Z Compiling uuid v1.24.0
23202026-07-20T18:39:53.809Z Compiling bytes v1.11.1
23212026-07-20T18:39:53.809Z Compiling icu_properties v2.2.0
23222026-07-20T18:39:53.809Z Compiling icu_normalizer v2.2.0
23232026-07-20T18:39:53.809Z Compiling chrono v0.4.45
23242026-07-20T18:39:53.809Z Compiling semver v1.0.28
23252026-07-20T18:39:53.809Z Compiling thiserror v2.0.19
23262026-07-20T18:39:53.809Z Compiling bitflags v2.12.1
23272026-07-20T18:39:54.178Z Compiling tokio v1.53.0
23282026-07-20T18:39:54.224Z Compiling futures-core v0.3.32
23292026-07-20T18:39:54.236Z Compiling critical-section v1.2.0
23302026-07-20T18:39:54.343Z Compiling idna_adapter v1.2.2
23312026-07-20T18:39:54.386Z Compiling once_cell v1.21.4
23322026-07-20T18:39:54.481Z Compiling idna v1.1.0
23332026-07-20T18:39:54.634Z Compiling equivalent v1.0.2
23342026-07-20T18:39:54.636Z Compiling log v0.4.32
23352026-07-20T18:39:54.727Z Compiling subtle v2.6.1
23362026-07-20T18:39:54.788Z Compiling zerocopy v0.8.50
23372026-07-20T18:39:54.898Z Compiling url v2.5.8
23382026-07-20T18:39:54.910Z Compiling futures-sink v0.3.32
23392026-07-20T18:39:55.008Z Compiling slab v0.4.12
23402026-07-20T18:39:55.020Z Compiling typenum v1.20.1
23412026-07-20T18:39:55.220Z Compiling futures-channel v0.3.32
23422026-07-20T18:39:55.488Z Compiling schemars v0.8.22
23432026-07-20T18:39:55.522Z Compiling getrandom v0.2.17
23442026-07-20T18:39:55.743Z Compiling futures-io v0.3.32
23452026-07-20T18:39:55.849Z Compiling futures-task v0.3.32
23462026-07-20T18:39:55.943Z Compiling rand_core v0.6.4
23472026-07-20T18:39:56.029Z Compiling futures-util v0.3.32
23482026-07-20T18:39:56.204Z Compiling hashbrown v0.17.1
23492026-07-20T18:39:56.628Z Compiling tracing-core v0.1.36
23502026-07-20T18:39:56.890Z Compiling indexmap v2.14.0
23512026-07-20T18:39:57.084Z Compiling tracing v0.1.44
23522026-07-20T18:39:57.438Z Compiling ipnetwork v0.21.1
23532026-07-20T18:39:57.451Z Compiling base64 v0.22.1
23542026-07-20T18:39:57.710Z Compiling http v1.4.2
23552026-07-20T18:39:57.730Z Compiling unicode-ident v1.0.24
23562026-07-20T18:39:57.851Z Compiling proc-macro2 v1.0.106
23572026-07-20T18:39:57.951Z Compiling slog v2.8.2
23582026-07-20T18:39:57.968Z Compiling erased-serde v0.3.31
23592026-07-20T18:39:58.033Z Compiling fnv v1.0.7
23602026-07-20T18:39:58.153Z Compiling oxnet v0.1.6
23612026-07-20T18:39:58.800Z Compiling quote v1.0.45
23622026-07-20T18:39:59.205Z Compiling syn v2.0.117
23632026-07-20T18:39:59.488Z Compiling tokio-util v0.7.18
23642026-07-20T18:39:59.552Z Compiling byteorder v1.5.0
23652026-07-20T18:39:59.604Z Compiling ipnet v2.12.0
23662026-07-20T18:39:59.813Z Compiling thiserror v1.0.69
23672026-07-20T18:39:59.925Z Compiling ppv-lite86 v0.2.21
23682026-07-20T18:40:00.022Z Compiling rustls-pki-types v1.14.1
23692026-07-20T18:40:00.277Z Compiling aws-lc-sys v0.41.0
23702026-07-20T18:40:00.376Z Compiling http-body v1.0.1
23712026-07-20T18:40:00.545Z Compiling untrusted v0.7.1
23722026-07-20T18:40:00.557Z Compiling atomic-waker v1.1.2
23732026-07-20T18:40:00.676Z Compiling httparse v1.10.1
23742026-07-20T18:40:00.691Z Compiling pretty-hex v0.4.2
23752026-07-20T18:40:00.738Z Compiling untrusted v0.9.0
23762026-07-20T18:40:00.834Z Compiling aws-lc-rs v1.17.0
23772026-07-20T18:40:00.846Z Compiling tower-service v0.3.3
23782026-07-20T18:40:00.865Z Compiling rustls v0.23.40
23792026-07-20T18:40:00.877Z Compiling tower-layer v0.3.3
23802026-07-20T18:40:00.898Z Compiling try-lock v0.2.5
23812026-07-20T18:40:00.938Z Compiling ryu v1.0.23
23822026-07-20T18:40:01.017Z Compiling want v0.3.1
23832026-07-20T18:40:01.071Z Compiling h2 v0.4.14
23842026-07-20T18:40:01.118Z Compiling httpdate v1.0.3
23852026-07-20T18:40:01.155Z Compiling rustix v1.1.4
23862026-07-20T18:40:01.200Z Compiling regex-syntax v0.8.10
23872026-07-20T18:40:01.234Z Compiling plain v0.2.3
23882026-07-20T18:40:01.351Z Compiling getrandom v0.3.4
23892026-07-20T18:40:01.494Z Compiling omicron-workspace-hack v0.1.0
23902026-07-20T18:40:01.559Z Compiling ucd-trie v0.1.7
23912026-07-20T18:40:01.573Z Compiling rand_core v0.9.5
23922026-07-20T18:40:01.832Z Compiling pest v2.8.6
23932026-07-20T18:40:02.150Z Compiling rustls-webpki v0.103.13
23942026-07-20T18:40:03.538Z Compiling hyper v1.10.1
23952026-07-20T18:40:03.763Z Compiling crossbeam-utils v0.8.21
23962026-07-20T18:40:04.553Z Compiling serde_urlencoded v0.7.1
23972026-07-20T18:40:04.840Z Compiling http-body-util v0.1.4
23982026-07-20T18:40:04.854Z Compiling foldhash v0.2.0
23992026-07-20T18:40:05.148Z Compiling hyper-util v0.1.20
24002026-07-20T18:40:05.151Z Compiling allocator-api2 v0.2.21
24012026-07-20T18:40:05.549Z Compiling hashbrown v0.16.1
24022026-07-20T18:40:06.282Z Compiling newtype-uuid v1.3.2
24032026-07-20T18:40:07.271Z Compiling tokio-rustls v0.26.4
24042026-07-20T18:40:07.344Z Compiling hex v0.4.3
24052026-07-20T18:40:07.613Z Compiling daft v0.1.7
24062026-07-20T18:40:07.678Z Compiling rand_chacha v0.9.0
24072026-07-20T18:40:07.910Z Compiling sync_wrapper v1.0.2
24082026-07-20T18:40:08.028Z Compiling aho-corasick v1.1.4
24092026-07-20T18:40:08.161Z Compiling fastrand v2.4.1
24102026-07-20T18:40:08.175Z Compiling tower v0.5.3
24112026-07-20T18:40:08.227Z Compiling anyhow v1.0.104
24122026-07-20T18:40:08.263Z Compiling rand v0.9.4
24132026-07-20T18:40:08.508Z Compiling powerfmt v0.2.0
24142026-07-20T18:40:08.521Z Compiling generic-array v0.14.7
24152026-07-20T18:40:08.770Z Compiling deranged v0.5.8
24162026-07-20T18:40:08.783Z Compiling tower-http v0.6.11
24172026-07-20T18:40:08.891Z Compiling openapiv3 v2.2.0
24182026-07-20T18:40:09.013Z Compiling regex-automata v0.4.14
24192026-07-20T18:40:09.093Z Compiling num_threads v0.1.7
24202026-07-20T18:40:09.194Z Compiling cpufeatures v0.3.0
24212026-07-20T18:40:09.276Z Compiling openssl-probe v0.2.1
24222026-07-20T18:40:09.495Z Compiling num-conv v0.2.2
24232026-07-20T18:40:09.527Z Compiling time-core v0.1.8
24242026-07-20T18:40:09.657Z Compiling rustls-native-certs v0.8.4
24252026-07-20T18:40:09.680Z Compiling camino v1.2.4
24262026-07-20T18:40:09.893Z Compiling time v0.3.47
24272026-07-20T18:40:10.299Z Compiling tempfile v3.27.0
24282026-07-20T18:40:10.522Z Compiling futures-executor v0.3.32
24292026-07-20T18:40:11.089Z Compiling winnow v1.0.3
24302026-07-20T18:40:11.208Z Compiling regex v1.12.3
24312026-07-20T18:40:11.401Z Compiling futures v0.3.32
24322026-07-20T18:40:11.487Z Compiling rustls-platform-verifier v0.7.0
24332026-07-20T18:40:12.133Z Compiling hyper-rustls v0.27.9
24342026-07-20T18:40:12.511Z Compiling crossbeam-channel v0.5.15
24352026-07-20T18:40:12.573Z Compiling scroll v0.13.0
24362026-07-20T18:40:12.675Z Compiling hybrid-array v0.4.12
24372026-07-20T18:40:12.864Z Compiling simd-adler32 v0.3.9
24382026-07-20T18:40:12.880Z Compiling adler2 v2.0.1
24392026-07-20T18:40:13.061Z Compiling miniz_oxide v0.8.9
24402026-07-20T18:40:13.176Z Compiling goblin v0.10.7
24412026-07-20T18:40:13.274Z Compiling crc32fast v1.5.0
24422026-07-20T18:40:13.513Z Compiling reqwest v0.13.4
24432026-07-20T18:40:13.537Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24442026-07-20T18:40:13.729Z Compiling thread_local v1.1.9
24452026-07-20T18:40:14.089Z Compiling either v1.16.0
24462026-07-20T18:40:14.321Z Compiling flate2 v1.1.9
24472026-07-20T18:40:14.506Z Compiling block-buffer v0.12.0
24482026-07-20T18:40:14.690Z Compiling crypto-common v0.2.2
24492026-07-20T18:40:14.914Z Compiling crypto-common v0.1.7
24502026-07-20T18:40:15.076Z Compiling dtrace-parser v0.3.0
24512026-07-20T18:40:15.549Z Compiling rand_chacha v0.3.1
24522026-07-20T18:40:16.000Z Compiling thread-id v5.1.0
24532026-07-20T18:40:16.094Z Compiling is-terminal v0.4.17
24542026-07-20T18:40:16.182Z Compiling debug-ignore v1.0.5
24552026-07-20T18:40:16.200Z Compiling compression-core v0.4.32
24562026-07-20T18:40:16.298Z Compiling take_mut v0.2.2
24572026-07-20T18:40:16.378Z Compiling dof v0.4.0
24582026-07-20T18:40:16.416Z Compiling term v1.2.1
24592026-07-20T18:40:17.614Z Compiling match_cfg v0.1.0
24602026-07-20T18:40:17.690Z Compiling const-oid v0.10.2
24612026-07-20T18:40:17.999Z Compiling digest v0.11.3
24622026-07-20T18:40:18.210Z Compiling hostname v0.3.1
24632026-07-20T18:40:18.370Z Compiling usdt-impl v0.6.0
24642026-07-20T18:40:18.382Z Compiling slog-term v2.9.2
24652026-07-20T18:40:19.487Z Compiling slog-async v2.8.0
24662026-07-20T18:40:19.742Z Compiling compression-codecs v0.4.38
24672026-07-20T18:40:20.135Z Compiling rand v0.8.6
24682026-07-20T18:40:20.215Z Compiling ref-cast v1.0.25
24692026-07-20T18:40:20.329Z Compiling toml_parser v1.1.2+spec-1.1.0
24702026-07-20T18:40:20.943Z Compiling slog-json v2.6.1
24712026-07-20T18:40:20.988Z Compiling strum v0.26.3
24722026-07-20T18:40:21.130Z Compiling macaddr v1.0.1
24732026-07-20T18:40:21.205Z Compiling serde_spanned v1.1.1
24742026-07-20T18:40:21.361Z Compiling toml_datetime v1.1.1+spec-1.1.0
24752026-07-20T18:40:21.407Z Compiling memmap2 v0.9.10
24762026-07-20T18:40:21.657Z Compiling wait-timeout v0.2.1
24772026-07-20T18:40:21.700Z Compiling encoding_rs v0.8.35
24782026-07-20T18:40:21.775Z Compiling spin v0.9.8
24792026-07-20T18:40:21.907Z Compiling mime v0.3.17
24802026-07-20T18:40:22.157Z Compiling quick-error v1.2.3
24812026-07-20T18:40:22.267Z Compiling toml_writer v1.1.1+spec-1.1.0
24822026-07-20T18:40:22.381Z Compiling bit-vec v0.8.0
24832026-07-20T18:40:22.531Z Compiling toml v1.1.2+spec-1.1.0
24842026-07-20T18:40:22.681Z Compiling bit-set v0.8.0
24852026-07-20T18:40:22.703Z Compiling rusty-fork v0.3.1
24862026-07-20T18:40:22.872Z Compiling multer v3.1.0
24872026-07-20T18:40:23.563Z Compiling usdt v0.6.0
24882026-07-20T18:40:24.117Z Compiling slog-bunyan v2.5.0
24892026-07-20T18:40:24.236Z Compiling async-compression v0.4.42
24902026-07-20T18:40:24.344Z Compiling sha1 v0.11.0
24912026-07-20T18:40:24.711Z Compiling serde_with v3.21.0
24922026-07-20T18:40:24.711Z Compiling async-stream v0.3.6
24932026-07-20T18:40:24.759Z Compiling rand_xorshift v0.4.0
24942026-07-20T18:40:24.832Z Compiling waitgroup v0.1.2
24952026-07-20T18:40:24.908Z Compiling rustls-pemfile v2.2.0
24962026-07-20T18:40:24.920Z Compiling serde_path_to_error v0.1.20
24972026-07-20T18:40:24.986Z Compiling hostname v0.4.2
24982026-07-20T18:40:25.149Z Compiling unarray v0.1.4
24992026-07-20T18:40:25.185Z Compiling progenitor-client v0.14.0
25002026-07-20T18:40:25.208Z Compiling strum v0.27.2
25012026-07-20T18:40:25.266Z Compiling proptest v1.11.0
25022026-07-20T18:40:25.338Z Compiling dropshot v0.17.1
25032026-07-20T18:40:25.362Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25042026-07-20T18:40:25.509Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-07-20T18:40:25.694Z Compiling iddqd v0.4.5
25062026-07-20T18:40:25.741Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25072026-07-20T18:40:26.002Z Compiling reqwest v0.12.28
25082026-07-20T18:40:26.051Z Compiling block-buffer v0.10.4
25092026-07-20T18:40:26.225Z Compiling backon v1.6.0
25102026-07-20T18:40:26.499Z Compiling instant v0.1.13
25112026-07-20T18:40:26.624Z Compiling backoff v0.4.0
25122026-07-20T18:40:26.848Z Compiling progenitor-extras v0.2.0
25132026-07-20T18:40:27.093Z Compiling progenitor-client v0.10.0
25142026-07-20T18:40:27.134Z Compiling digest v0.10.7
25152026-07-20T18:40:27.392Z Compiling parse-display v0.10.0
25162026-07-20T18:40:27.582Z Compiling itertools v0.14.0
25172026-07-20T18:40:27.594Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25182026-07-20T18:40:27.612Z Compiling regress v0.10.5
25192026-07-20T18:40:28.336Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25202026-07-20T18:40:29.138Z Compiling humantime v2.3.0
25212026-07-20T18:40:29.580Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25222026-07-20T18:40:30.357Z Compiling cpufeatures v0.2.17
25232026-07-20T18:40:30.440Z Compiling unicode-width v0.2.2
25242026-07-20T18:40:30.759Z Compiling heck v0.5.0
25252026-07-20T18:40:31.367Z Compiling secrecy v0.10.3
25262026-07-20T18:40:31.457Z Compiling tinyvec_macros v0.1.1
25272026-07-20T18:40:31.466Z Compiling num-integer v0.1.46
25282026-07-20T18:40:31.528Z Compiling tinyvec v1.11.0
25292026-07-20T18:40:31.543Z Compiling scroll v0.12.0
25302026-07-20T18:40:31.850Z Compiling crucible-workspace-hack v0.1.0
25312026-07-20T18:40:31.934Z Compiling hmac v0.12.1
25322026-07-20T18:40:31.979Z Compiling inout v0.1.4
25332026-07-20T18:40:31.994Z Compiling regress v0.11.1
25342026-07-20T18:40:32.100Z Compiling ff v0.13.1
25352026-07-20T18:40:32.145Z Compiling utf8parse v0.2.2
25362026-07-20T18:40:32.251Z Compiling anstyle-parse v1.0.0
25372026-07-20T18:40:32.272Z Compiling group v0.13.0
25382026-07-20T18:40:32.384Z Compiling cipher v0.4.4
25392026-07-20T18:40:32.402Z Compiling hkdf v0.12.4
25402026-07-20T18:40:32.473Z Compiling goblin v0.8.2
25412026-07-20T18:40:32.568Z Compiling num-iter v0.1.45
25422026-07-20T18:40:32.743Z Compiling num-rational v0.4.2
25432026-07-20T18:40:32.754Z Compiling zerocopy v0.7.35
25442026-07-20T18:40:33.327Z Compiling universal-hash v0.5.1
25452026-07-20T18:40:33.479Z Compiling crypto-bigint v0.5.5
25462026-07-20T18:40:33.865Z Compiling typify-impl v0.6.2
25472026-07-20T18:40:34.303Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25482026-07-20T18:40:36.976Z Compiling terminal_size v0.4.4
25492026-07-20T18:40:37.022Z Compiling half v2.7.1
25502026-07-20T18:40:37.022Z Compiling num-complex v0.4.6
25512026-07-20T18:40:37.022Z Compiling is_terminal_polyfill v1.70.2
25522026-07-20T18:40:37.022Z Compiling base16ct v0.2.0
25532026-07-20T18:40:37.022Z Compiling ciborium-io v0.2.2
25542026-07-20T18:40:37.022Z Compiling base64ct v1.8.3
25552026-07-20T18:40:37.022Z Compiling anstyle v1.0.14
25562026-07-20T18:40:37.022Z Compiling opaque-debug v0.3.1
25572026-07-20T18:40:37.022Z Compiling anstyle-query v1.1.5
25582026-07-20T18:40:37.022Z Compiling colorchoice v1.0.5
25592026-07-20T18:40:37.022Z Compiling poly1305 v0.8.0
25602026-07-20T18:40:37.022Z Compiling anstream v1.0.0
25612026-07-20T18:40:37.022Z Compiling password-hash v0.5.0
25622026-07-20T18:40:37.306Z Compiling elliptic-curve v0.13.8
25632026-07-20T18:40:37.332Z Compiling ciborium-ll v0.2.2
25642026-07-20T18:40:37.614Z Compiling num v0.4.3
25652026-07-20T18:40:37.627Z Compiling curve25519-dalek v4.1.3
25662026-07-20T18:40:37.698Z Compiling typify v0.6.2
25672026-07-20T18:40:37.816Z Compiling thiserror-no-std v2.0.2
25682026-07-20T18:40:37.865Z Compiling dof v0.3.0
25692026-07-20T18:40:37.914Z Compiling chacha20 v0.9.1
25702026-07-20T18:40:38.185Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25712026-07-20T18:40:38.795Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25722026-07-20T18:40:40.330Z Compiling blake2 v0.10.6
25732026-07-20T18:40:40.412Z Compiling aead v0.5.2
25742026-07-20T18:40:40.566Z Compiling byte-wrapper v0.1.0
25752026-07-20T18:40:40.606Z Compiling crossbeam-epoch v0.9.18
25762026-07-20T18:40:40.827Z Compiling dtrace-parser v0.2.0
25772026-07-20T18:40:41.113Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-07-20T18:40:41.143Z Compiling thread-id v4.2.2
25792026-07-20T18:40:41.234Z Compiling clap_lex v1.1.0
25802026-07-20T18:40:41.560Z Compiling strsim v0.11.1
25812026-07-20T18:40:41.613Z Compiling float-ord v0.3.2
25822026-07-20T18:40:41.732Z Compiling keccak v0.1.6
25832026-07-20T18:40:41.860Z Compiling clap_builder v4.6.2
25842026-07-20T18:40:42.406Z Compiling sha3 v0.10.9
25852026-07-20T18:40:42.445Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25862026-07-20T18:40:42.669Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-07-20T18:40:42.802Z Compiling usdt-impl v0.5.0
25882026-07-20T18:40:43.384Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25892026-07-20T18:40:45.699Z Compiling argon2 v0.5.3
25902026-07-20T18:40:46.755Z Compiling chacha20poly1305 v0.10.1
25912026-07-20T18:40:46.913Z Compiling vsss-rs v3.3.4
25922026-07-20T18:40:47.152Z Compiling ciborium v0.2.2
25932026-07-20T18:40:48.051Z Compiling hash32 v0.3.1
25942026-07-20T18:40:48.224Z Compiling memmap v0.7.0
25952026-07-20T18:40:48.404Z Compiling data-encoding v2.11.0
25962026-07-20T18:40:48.458Z Compiling indent_write v2.2.0
25972026-07-20T18:40:48.472Z Compiling usdt v0.5.0
25982026-07-20T18:40:48.610Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25992026-07-20T18:40:49.114Z Compiling heapless v0.8.0
26002026-07-20T18:40:49.622Z Compiling ingot-types v0.1.2
26012026-07-20T18:40:49.757Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-07-20T18:40:50.084Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26032026-07-20T18:40:50.111Z Compiling clap v4.6.2
26042026-07-20T18:40:50.185Z Compiling rustix v0.38.44
26052026-07-20T18:40:50.200Z Compiling tabwriter v1.4.1
26062026-07-20T18:40:50.567Z Compiling cobs v0.3.0
26072026-07-20T18:40:50.849Z Compiling managed v0.8.0
26082026-07-20T18:40:51.118Z Compiling bitflags v1.3.2
26092026-07-20T18:40:51.129Z Compiling colored v3.1.1
26102026-07-20T18:40:51.199Z Compiling foreign-types-shared v0.3.1
26112026-07-20T18:40:51.301Z Compiling foreign-types v0.5.0
26122026-07-20T18:40:51.387Z Compiling smoltcp v0.11.0
26132026-07-20T18:40:51.595Z Compiling postcard v1.1.3
26142026-07-20T18:40:51.801Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-07-20T18:40:51.977Z Compiling ingot v0.1.1
26162026-07-20T18:40:53.010Z Compiling num_enum v0.7.6
26172026-07-20T18:40:53.013Z Compiling memoffset v0.9.1
26182026-07-20T18:40:53.114Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26192026-07-20T18:40:53.149Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26202026-07-20T18:40:53.231Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26212026-07-20T18:40:53.354Z Compiling chacha20 v0.10.0
26222026-07-20T18:40:53.428Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26232026-07-20T18:40:53.653Z Compiling toml_datetime v0.6.11
26242026-07-20T18:40:53.850Z Compiling serde_spanned v0.6.9
26252026-07-20T18:40:54.016Z Compiling cstr-argument v0.1.2
26262026-07-20T18:40:54.059Z Compiling toml_write v0.1.2
26272026-07-20T18:40:54.190Z Compiling resolv-conf v0.7.6
26282026-07-20T18:40:54.218Z Compiling linked-hash-map v0.5.6
26292026-07-20T18:40:54.311Z Compiling winnow v0.7.15
26302026-07-20T18:40:54.433Z Compiling unicode-segmentation v1.13.3
26312026-07-20T18:40:54.590Z Compiling static_assertions v1.1.0
26322026-07-20T18:40:54.671Z Compiling swrite v0.1.0
26332026-07-20T18:40:54.690Z Compiling lru-cache v0.1.2
26342026-07-20T18:40:54.781Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26352026-07-20T18:40:54.829Z Compiling newline-converter v0.3.0
26362026-07-20T18:40:54.841Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26372026-07-20T18:40:54.966Z Compiling rand v0.10.2
26382026-07-20T18:40:55.073Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26392026-07-20T18:40:55.202Z Compiling hubpack v0.1.2
26402026-07-20T18:40:55.214Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26412026-07-20T18:40:55.439Z Compiling nix v0.31.3
26422026-07-20T18:40:55.463Z Compiling atomicwrites v0.4.4
26432026-07-20T18:40:55.753Z Compiling hickory-proto v0.24.4
26442026-07-20T18:40:55.795Z Compiling crossbeam-deque v0.8.6
26452026-07-20T18:40:56.024Z Compiling toml_edit v0.22.27
26462026-07-20T18:40:56.252Z Compiling console v0.15.11
26472026-07-20T18:40:56.545Z Compiling itertools v0.12.1
26482026-07-20T18:40:57.594Z Compiling camino-tempfile v1.4.1
26492026-07-20T18:40:58.036Z Compiling serde-big-array v0.5.1
26502026-07-20T18:40:58.049Z Compiling similar v2.7.0
26512026-07-20T18:40:58.061Z Compiling siphasher v1.0.3
26522026-07-20T18:40:58.198Z Compiling lazy_static v1.5.0
26532026-07-20T18:40:58.274Z Compiling phf_shared v0.12.1
26542026-07-20T18:40:58.311Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26552026-07-20T18:40:58.503Z Compiling pin-project v1.1.13
26562026-07-20T18:40:58.610Z Compiling expectorate v1.2.0
26572026-07-20T18:40:58.822Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26582026-07-20T18:40:59.089Z Compiling hickory-resolver v0.24.4
26592026-07-20T18:40:59.681Z Compiling toml v0.8.23
26602026-07-20T18:41:00.786Z Compiling prettyplease v0.2.37
26612026-07-20T18:41:02.221Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26622026-07-20T18:41:02.527Z Compiling rayon-core v1.13.0
26632026-07-20T18:41:04.191Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26642026-07-20T18:41:04.270Z Compiling num_enum v0.5.11
26652026-07-20T18:41:04.400Z Compiling progenitor-impl v0.14.0
26662026-07-20T18:41:04.749Z Compiling progenitor-impl v0.13.0
26672026-07-20T18:41:05.520Z Compiling unicode-normalization v0.1.25
26682026-07-20T18:41:06.117Z Compiling progenitor-client v0.13.0
26692026-07-20T18:41:06.645Z Compiling tokio-stream v0.1.18
26702026-07-20T18:41:07.234Z Compiling csv-core v0.1.13
26712026-07-20T18:41:07.646Z Compiling bstr v1.12.1
26722026-07-20T18:41:07.914Z Compiling foreign-types-shared v0.1.1
26732026-07-20T18:41:08.012Z Compiling unicode-width v0.1.14
26742026-07-20T18:41:08.247Z Compiling konst_macro_rules v0.2.19
26752026-07-20T18:41:08.333Z Compiling highway v1.3.0
26762026-07-20T18:41:08.357Z Compiling same-file v1.0.6
26772026-07-20T18:41:08.458Z Compiling foldhash v0.1.5
26782026-07-20T18:41:08.535Z Compiling walkdir v2.5.0
26792026-07-20T18:41:08.669Z Compiling hashbrown v0.15.5
26802026-07-20T18:41:09.017Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26812026-07-20T18:41:09.328Z Compiling konst v0.2.20
26822026-07-20T18:41:09.340Z Compiling globset v0.4.18
26832026-07-20T18:41:09.713Z Compiling foreign-types v0.3.2
26842026-07-20T18:41:09.797Z Compiling csv v1.4.0
26852026-07-20T18:41:10.777Z Compiling snafu v0.8.9
26862026-07-20T18:41:11.363Z Compiling qorb v0.4.1
26872026-07-20T18:41:12.282Z Compiling progenitor v0.13.0
26882026-07-20T18:41:12.447Z Compiling olpc-cjson v0.1.4
26892026-07-20T18:41:12.603Z Compiling progenitor v0.14.0
26902026-07-20T18:41:12.659Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26912026-07-20T18:41:12.740Z Compiling rayon v1.12.0
26922026-07-20T18:41:12.850Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-07-20T18:41:13.295Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26942026-07-20T18:41:14.956Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26952026-07-20T18:41:16.169Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26962026-07-20T18:41:17.223Z Compiling phf v0.12.1
26972026-07-20T18:41:17.401Z Compiling openssl-sys v0.9.116
26982026-07-20T18:41:17.835Z Compiling tokio-dtrace v0.1.1
26992026-07-20T18:41:18.181Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27002026-07-20T18:41:19.315Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27012026-07-20T18:41:19.543Z Compiling libsw-core v0.3.2
27022026-07-20T18:41:19.736Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27032026-07-20T18:41:20.500Z Compiling pem v3.0.6
27042026-07-20T18:41:21.192Z Compiling serde_plain v1.0.2
27052026-07-20T18:41:21.215Z Compiling sigpipe v0.1.3
27062026-07-20T18:41:21.304Z Compiling bytecount v0.6.9
27072026-07-20T18:41:21.317Z Compiling minimal-lexical v0.2.1
27082026-07-20T18:41:21.471Z Compiling jiff v0.2.28
27092026-07-20T18:41:21.500Z Compiling glob v0.3.3
27102026-07-20T18:41:21.608Z Compiling typed-path v0.9.3
27112026-07-20T18:41:21.630Z Compiling fixedbitset v0.5.7
27122026-07-20T18:41:22.156Z Compiling fixedbitset v0.4.2
27132026-07-20T18:41:22.488Z Compiling petgraph v0.6.5
27142026-07-20T18:41:22.529Z Compiling petgraph v0.8.3
27152026-07-20T18:41:23.181Z Compiling tough v0.22.0
27162026-07-20T18:41:23.663Z Compiling nom v7.1.3
27172026-07-20T18:41:24.335Z Compiling papergrid v0.11.0
27182026-07-20T18:41:24.574Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27192026-07-20T18:41:25.023Z Compiling openssl v0.10.80
27202026-07-20T18:41:25.384Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27212026-07-20T18:41:26.015Z Compiling libsw v3.5.0
27222026-07-20T18:41:26.205Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-07-20T18:41:26.439Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27242026-07-20T18:41:26.736Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27252026-07-20T18:41:27.029Z Compiling zone v0.3.1
27262026-07-20T18:41:28.846Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-07-20T18:41:29.047Z Compiling oxide-tokio-rt v0.1.6
27282026-07-20T18:41:29.699Z Compiling chrono-tz v0.10.4
27292026-07-20T18:41:29.737Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27302026-07-20T18:41:30.055Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-07-20T18:41:30.237Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27322026-07-20T18:41:30.723Z Compiling newtype_derive v0.1.6
27332026-07-20T18:41:30.807Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-07-20T18:41:30.907Z Compiling slog-dtrace v0.3.0
27352026-07-20T18:41:31.633Z Compiling owo-colors v4.3.0
27362026-07-20T18:41:32.410Z Compiling const_format v0.2.36
27372026-07-20T18:41:32.557Z Compiling cancel-safe-futures v0.1.5
27382026-07-20T18:41:32.916Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27392026-07-20T18:41:32.928Z Compiling gethostname v0.5.0
27402026-07-20T18:41:33.074Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-07-20T18:41:33.669Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-07-20T18:41:33.802Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-07-20T18:41:33.923Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-07-20T18:41:34.013Z Compiling bcs v0.1.6
27452026-07-20T18:41:34.406Z Compiling smf v0.2.3
27462026-07-20T18:41:34.584Z Compiling whoami v1.6.1
27472026-07-20T18:41:34.715Z Compiling termtree v0.5.1
27482026-07-20T18:41:34.788Z Compiling smawk v0.3.2
27492026-07-20T18:41:34.887Z Compiling tagptr v0.2.0
27502026-07-20T18:41:34.951Z Compiling unicode-linebreak v0.1.5
27512026-07-20T18:41:35.053Z Compiling linear-map v1.2.0
27522026-07-20T18:41:35.053Z Compiling moka v0.12.15
27532026-07-20T18:41:35.226Z Compiling textwrap v0.16.2
27542026-07-20T18:41:35.271Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-07-20T18:41:35.680Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-07-20T18:41:36.274Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-07-20T18:41:36.830Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-07-20T18:41:36.865Z Compiling tabled v0.15.0
27592026-07-20T18:41:36.920Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-07-20T18:41:37.701Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-07-20T18:41:37.909Z Compiling steno v0.4.1
27622026-07-20T18:41:38.252Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-07-20T18:41:38.900Z Compiling cookie v0.18.1
27642026-07-20T18:41:40.276Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-07-20T18:41:44.252Z Compiling hickory-proto v0.25.2
27662026-07-20T18:41:44.925Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27672026-07-20T18:41:45.623Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27682026-07-20T18:41:45.636Z Compiling arc-swap v1.9.1
27692026-07-20T18:41:45.991Z Compiling slog-scope v4.4.1
27702026-07-20T18:41:46.468Z Compiling hickory-resolver v0.25.2
27712026-07-20T18:41:47.534Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-07-20T18:41:48.077Z Compiling libscf-sys v1.2.0
27732026-07-20T18:41:48.230Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-07-20T18:41:48.698Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27752026-07-20T18:41:49.475Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27762026-07-20T18:41:50.067Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-07-20T18:41:51.135Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27782026-07-20T18:41:51.925Z Compiling slog-stdlog v4.1.1
27792026-07-20T18:41:52.084Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27802026-07-20T18:41:52.190Z Compiling slog-envlogger v2.2.0
27812026-07-20T18:41:52.325Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27822026-07-20T18:41:53.402Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27832026-07-20T18:41:53.501Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27842026-07-20T18:42:00.403Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27852026-07-20T18:42:02.736Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-07-20T18:42:04.521Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27872026-07-20T18:42:13.658Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27882026-07-20T18:42:17.478Z Finished `release` profile [optimized] target(s) in 2m 27s
27892026-07-20T18:42:17.595Z Running unittests src/lib.rs (target/release/deps/mg_tests-0eb896c21d55f2f7)
27902026-07-20T18:42:17.598Z
27912026-07-20T18:42:17.599Zrunning 1 test
27922026-07-20T18:42:17.759Zconfigure zone
27932026-07-20T18:42:17.777Zinstall zone
27942026-07-20T18:42:27.429Zboot zone
27952026-07-20T18:42:27.508Zstart zone s1
27962026-07-20T18:42:27.512Zconfigure zone
27972026-07-20T18:42:27.517Zinstall zone
27982026-07-20T18:42:29.305Zboot zone
27992026-07-20T18:42:29.653Zstart zone s2
28002026-07-20T18:42:29.653Zconfigure zone
28012026-07-20T18:42:29.665Zinstall zone
28022026-07-20T18:42:31.788Zboot zone
28032026-07-20T18:42:31.907Zstart zone t1
28042026-07-20T18:42:31.907Zconfigure zone
28052026-07-20T18:42:31.959Zinstall zone
28062026-07-20T18:42:34.531Zboot zone
28072026-07-20T18:42:34.631Zwaiting for zones to come up
28082026-07-20T18:42:44.632Z[sidecar.trio] svcs milestone/network
28092026-07-20T18:42:44.667ZSTATE STIME FMRI
28102026-07-20T18:42:44.667Zonline 18:42:26 svc:/milestone/network:default
28112026-07-20T18:42:44.667Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28122026-07-20T18:42:44.687Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28132026-07-20T18:42:44.746Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28142026-07-20T18:42:44.746Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28152026-07-20T18:42:44.746Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28162026-07-20T18:42:45.007Z
28172026-07-20T18:42:45.007Zrunning zone s1.trio setup
28182026-07-20T18:42:45.007Z[s1.trio] svcs milestone/network
28192026-07-20T18:42:45.007ZSTATE STIME FMRI
28202026-07-20T18:42:45.007Zonline 18:42:28 svc:/milestone/network:default
28212026-07-20T18:42:45.007Z[s1.trio] dladm
28222026-07-20T18:42:45.253ZLINK CLASS MTU STATE BRIDGE OVER
28232026-07-20T18:42:45.254Zsl0 simnet 9000 up -- ?
28242026-07-20T18:42:45.254Zmg2 vnic 9000 up -- ?
28252026-07-20T18:42:45.254Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28262026-07-20T18:42:45.434Z
28272026-07-20T18:42:45.434Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28282026-07-20T18:42:45.496Z
28292026-07-20T18:42:45.497Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28302026-07-20T18:42:45.497Z
28312026-07-20T18:42:45.497Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28322026-07-20T18:42:45.546Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28332026-07-20T18:42:45.652Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 03e40bd0-d3a1-4bb4-92b1-1841ded5843a --sled-uuid 46d60546-04fe-4d52-98b6-67af3ea52bf3 -a sl0/v6 &> /opt/ddmd.log &
28342026-07-20T18:42:45.658Z
28352026-07-20T18:42:45.658Zrunning zone s2.trio setup
28362026-07-20T18:42:45.658Z[s2.trio] svcs milestone/network
28372026-07-20T18:42:45.658ZSTATE STIME FMRI
28382026-07-20T18:42:45.658Zonline 18:42:31 svc:/milestone/network:default
28392026-07-20T18:42:45.658Z[s2.trio] dladm
28402026-07-20T18:42:45.664ZLINK CLASS MTU STATE BRIDGE OVER
28412026-07-20T18:42:45.665Zsl1 simnet 9000 up -- ?
28422026-07-20T18:42:45.665Zmg3 vnic 9000 up -- ?
28432026-07-20T18:42:45.665Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28442026-07-20T18:42:46.194Z
28452026-07-20T18:42:46.194Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28462026-07-20T18:42:46.217Z
28472026-07-20T18:42:46.217Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28482026-07-20T18:42:46.221Z
28492026-07-20T18:42:46.221Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28502026-07-20T18:42:46.256Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28512026-07-20T18:42:46.283Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ed27f54c-1a7a-400c-a47c-ea3a154aa5a8 --sled-uuid e3e9e060-9354-4349-adfe-99fa6ea2a4a2 -a sl1/v6 &> /opt/ddmd.log &
28522026-07-20T18:42:46.294Z
28532026-07-20T18:42:46.294Zrunning zone t1.trio setup
28542026-07-20T18:42:46.294Z[t1.trio] svcs milestone/network
28552026-07-20T18:42:46.309ZSTATE STIME FMRI
28562026-07-20T18:42:46.309Zonline 18:42:33 svc:/milestone/network:default
28572026-07-20T18:42:46.309Z[t1.trio] dladm
28582026-07-20T18:42:46.322ZLINK CLASS MTU STATE BRIDGE OVER
28592026-07-20T18:42:46.322Ztfportrear0_0 simnet 9000 up -- ?
28602026-07-20T18:42:46.322Ztfportrear1_0 simnet 9000 up -- ?
28612026-07-20T18:42:46.322Zmg1 vnic 9000 up -- ?
28622026-07-20T18:42:46.322Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28632026-07-20T18:42:46.828Z
28642026-07-20T18:42:46.828Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28652026-07-20T18:42:48.034Z
28662026-07-20T18:42:48.034Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28672026-07-20T18:42:48.034Z
28682026-07-20T18:42:48.034Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28692026-07-20T18:42:48.034Z
28702026-07-20T18:42:48.034Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28712026-07-20T18:42:48.034Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28722026-07-20T18:42:48.034Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28732026-07-20T18:42:48.034Zwaiting 3s for copy of files to zone to complete ...
28742026-07-20T18:42:50.173Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28752026-07-20T18:42:50.308Z
28762026-07-20T18:42:50.308Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28772026-07-20T18:42:50.414Z
28782026-07-20T18:42:50.415Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28792026-07-20T18:42:50.451Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28802026-07-20T18:42:50.488Z[t1.trio] svcadm disable dendrite
28812026-07-20T18:42:50.507Z
28822026-07-20T18:42:50.507Z[t1.trio] svcadm disable tfport
28832026-07-20T18:42:50.542Z
28842026-07-20T18:42:50.542Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28852026-07-20T18:42:50.558Z
28862026-07-20T18:42:50.558Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28872026-07-20T18:42:50.581Z
28882026-07-20T18:42:50.581Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28892026-07-20T18:42:50.607Z
28902026-07-20T18:42:50.608Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28912026-07-20T18:42:50.629Z
28922026-07-20T18:42:50.629Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28932026-07-20T18:42:50.666Z
28942026-07-20T18:42:50.666Z[t1.trio] svcadm refresh dendrite:default
28952026-07-20T18:42:50.676Z
28962026-07-20T18:42:50.676Z[t1.trio] svcadm enable dendrite:default
28972026-07-20T18:42:50.697Z
28982026-07-20T18:42:50.697Zwait 10s for dendrite to come up ...
28992026-07-20T18:43:01.183Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29002026-07-20T18:43:01.198Z
29012026-07-20T18:43:01.198Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29022026-07-20T18:43:01.198Z
29032026-07-20T18:43:01.198Z[t1.trio] svcadm refresh tfport:default
29042026-07-20T18:43:01.198Z
29052026-07-20T18:43:01.198Z[t1.trio] svcadm enable tfport
29062026-07-20T18:43:01.198Z
29072026-07-20T18:43:01.198Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid dce072d9-dace-42fc-8b51-68f469635d14 --sled-uuid 572ac85f-17e1-4de1-a319-414e586b5b71 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29082026-07-20T18:43:01.198Z
29092026-07-20T18:43:01.198Z[t1.trio] ipadm
29102026-07-20T18:43:01.198ZADDROBJ TYPE STATE ADDR
29112026-07-20T18:43:01.198Zlo0/v4 static ok 127.0.0.1/8
29122026-07-20T18:43:01.198Zmg1/v4 static ok 10.0.0.3/24
29132026-07-20T18:43:01.198Zlo0/v6 static ok ::1/128
29142026-07-20T18:43:01.199Zlo0/u6 static ok fd00:3::1/64
29152026-07-20T18:43:01.199Ztfportrear0_0/v6 addrconf ok fe80::f097:75ff:febf:79fd%tfportrear0_0/10
29162026-07-20T18:43:01.199Ztfportrear1_0/v6 addrconf ok fe80::3884:9cff:fee9:6b0a%tfportrear1_0/10
29172026-07-20T18:43:02.944Zinitial peering test passed
29182026-07-20T18:43:03.941Zadvertise from one passed
29192026-07-20T18:43:04.942Zadvertise from two passed
29202026-07-20T18:43:04.942Z[s1.trio] ping fd00:2::1
29212026-07-20T18:43:04.959Zfd00:2::1 is alive
29222026-07-20T18:43:04.959Z[s2.trio] ping fd00:1::1
29232026-07-20T18:43:04.971Zfd00:1::1 is alive
29242026-07-20T18:43:04.971Zconnectivity test passed
29252026-07-20T18:43:04.971Z[t1.trio] pkill ddmd
29262026-07-20T18:43:04.986Z
29272026-07-20T18:43:10.990Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 70c77981-3abc-4aae-84d2-955333213c05 --sled-uuid 908d79a2-4d8d-417a-a811-b94aa58dfa76 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29282026-07-20T18:43:11.002Z
29292026-07-20T18:43:11.002Z[t1.trio] ipadm
29302026-07-20T18:43:11.019ZADDROBJ TYPE STATE ADDR
29312026-07-20T18:43:11.019Zlo0/v4 static ok 127.0.0.1/8
29322026-07-20T18:43:11.019Zmg1/v4 static ok 10.0.0.3/24
29332026-07-20T18:43:11.019Zlo0/v6 static ok ::1/128
29342026-07-20T18:43:11.019Zlo0/u6 static ok fd00:3::1/64
29352026-07-20T18:43:11.019Ztfportrear0_0/v6 addrconf ok fe80::f097:75ff:febf:79fd%tfportrear0_0/10
29362026-07-20T18:43:11.019Ztfportrear1_0/v6 addrconf ok fe80::3884:9cff:fee9:6b0a%tfportrear1_0/10
29372026-07-20T18:43:14.020Z[s1.trio] ping fd00:2::1
29382026-07-20T18:43:14.034Zfd00:2::1 is alive
29392026-07-20T18:43:14.035Z[s2.trio] ping fd00:1::1
29402026-07-20T18:43:14.048Zfd00:1::1 is alive
29412026-07-20T18:43:14.048Ztransit router restart passed
29422026-07-20T18:43:14.048Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29432026-07-20T18:43:14.065Zlocal v6:
29442026-07-20T18:43:14.065Zfe80::3884:9cff:fee9:6b0a
29452026-07-20T18:43:14.065Zfe80::f097:75ff:febf:79fd
29462026-07-20T18:43:14.065Zlocal v4:
29472026-07-20T18:43:14.065Zrouter v6_idx:
29482026-07-20T18:43:14.065Zfd00:1::/64 -> 0
29492026-07-20T18:43:14.065Zfd00:2::/64 -> 1
29502026-07-20T18:43:14.065Zrouter v6_routes:
29512026-07-20T18:43:14.065Z1 -> fe80::dcdd:f3ff:fe81:eab4 (2)
29522026-07-20T18:43:14.065Z0 -> fe80::c459:67ff:febc:3810 (1)
29532026-07-20T18:43:14.065Zrouter v4_idx:
29542026-07-20T18:43:14.065Zrouter v4_routes:
29552026-07-20T18:43:14.066Zresolver v4:
29562026-07-20T18:43:14.066Z10.0.0.254 -> 02:08:20:e9:c0:b1
29572026-07-20T18:43:14.066Z10.0.0.3 -> 02:08:20:09:4e:98
29582026-07-20T18:43:14.066Zresolver v6:
29592026-07-20T18:43:14.066Zfe80::dcdd:f3ff:fe81:eab4 -> de:dd:f3:81:ea:b4
29602026-07-20T18:43:14.066Zfe80::3884:9cff:fee9:6b0a -> 3a:84:9c:e9:6b:0a
29612026-07-20T18:43:14.066Zfe80::f097:75ff:febf:79fd -> f2:97:75:bf:79:fd
29622026-07-20T18:43:14.066Zfe80::c459:67ff:febc:3810 -> c6:59:67:bc:38:10
29632026-07-20T18:43:14.066Znat v4:
29642026-07-20T18:43:14.066Znat_v6:
29652026-07-20T18:43:14.066Zport_mac:
29662026-07-20T18:43:14.066Z1: a8:40:25:4d:c4:ba
29672026-07-20T18:43:14.066Z1000: a8:40:25:4d:c4:b9
29682026-07-20T18:43:14.066Z2: a8:40:25:4d:c4:bb
29692026-07-20T18:43:14.066Zproxy arp:
29702026-07-20T18:43:14.066Z[s1.trio] pkill ddmd
29712026-07-20T18:43:14.077Z
29722026-07-20T18:43:17.773Ztest ddm::test_trio_v3 has been running for over 60 seconds
29732026-07-20T18:43:19.078Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29742026-07-20T18:43:19.095Zlocal v6:
29752026-07-20T18:43:19.095Zfe80::3884:9cff:fee9:6b0a
29762026-07-20T18:43:19.095Zfe80::f097:75ff:febf:79fd
29772026-07-20T18:43:19.095Zlocal v4:
29782026-07-20T18:43:19.096Zrouter v6_idx:
29792026-07-20T18:43:19.096Zfd00:2::/64 -> 1
29802026-07-20T18:43:19.096Zrouter v6_routes:
29812026-07-20T18:43:19.096Z1 -> fe80::dcdd:f3ff:fe81:eab4 (2)
29822026-07-20T18:43:19.096Zrouter v4_idx:
29832026-07-20T18:43:19.096Zrouter v4_routes:
29842026-07-20T18:43:19.096Zresolver v4:
29852026-07-20T18:43:19.096Z10.0.0.254 -> 02:08:20:e9:c0:b1
29862026-07-20T18:43:19.096Z10.0.0.3 -> 02:08:20:09:4e:98
29872026-07-20T18:43:19.096Zresolver v6:
29882026-07-20T18:43:19.096Zfe80::dcdd:f3ff:fe81:eab4 -> de:dd:f3:81:ea:b4
29892026-07-20T18:43:19.096Zfe80::3884:9cff:fee9:6b0a -> 3a:84:9c:e9:6b:0a
29902026-07-20T18:43:19.096Zfe80::f097:75ff:febf:79fd -> f2:97:75:bf:79:fd
29912026-07-20T18:43:19.096Zfe80::c459:67ff:febc:3810 -> c6:59:67:bc:38:10
29922026-07-20T18:43:19.096Znat v4:
29932026-07-20T18:43:19.096Znat_v6:
29942026-07-20T18:43:19.096Zport_mac:
29952026-07-20T18:43:19.096Z1: a8:40:25:4d:c4:ba
29962026-07-20T18:43:19.096Z1000: a8:40:25:4d:c4:b9
29972026-07-20T18:43:19.096Z2: a8:40:25:4d:c4:bb
29982026-07-20T18:43:19.096Zproxy arp:
29992026-07-20T18:43:19.096Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid db35e34b-f4ee-41d0-ae97-88ece13d196d --sled-uuid 0e576642-167d-44e8-b3cb-efb8a9641323 -a sl0/v6 &> /opt/ddmd.log &
30002026-07-20T18:43:19.106Z
30012026-07-20T18:43:22.112Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30022026-07-20T18:43:22.129Zlocal v6:
30032026-07-20T18:43:22.129Zfe80::3884:9cff:fee9:6b0a
30042026-07-20T18:43:22.129Zfe80::f097:75ff:febf:79fd
30052026-07-20T18:43:22.129Zlocal v4:
30062026-07-20T18:43:22.129Zrouter v6_idx:
30072026-07-20T18:43:22.129Zfd00:1::/64 -> 0
30082026-07-20T18:43:22.129Zfd00:2::/64 -> 1
30092026-07-20T18:43:22.129Zrouter v6_routes:
30102026-07-20T18:43:22.133Z1 -> fe80::dcdd:f3ff:fe81:eab4 (2)
30112026-07-20T18:43:22.133Z0 -> fe80::c459:67ff:febc:3810 (1)
30122026-07-20T18:43:22.133Zrouter v4_idx:
30132026-07-20T18:43:22.133Zrouter v4_routes:
30142026-07-20T18:43:22.133Zresolver v4:
30152026-07-20T18:43:22.134Z10.0.0.254 -> 02:08:20:e9:c0:b1
30162026-07-20T18:43:22.134Z10.0.0.3 -> 02:08:20:09:4e:98
30172026-07-20T18:43:22.134Zresolver v6:
30182026-07-20T18:43:22.134Zfe80::dcdd:f3ff:fe81:eab4 -> de:dd:f3:81:ea:b4
30192026-07-20T18:43:22.134Zfe80::3884:9cff:fee9:6b0a -> 3a:84:9c:e9:6b:0a
30202026-07-20T18:43:22.134Zfe80::f097:75ff:febf:79fd -> f2:97:75:bf:79:fd
30212026-07-20T18:43:22.134Zfe80::c459:67ff:febc:3810 -> c6:59:67:bc:38:10
30222026-07-20T18:43:22.134Znat v4:
30232026-07-20T18:43:22.134Znat_v6:
30242026-07-20T18:43:22.134Zport_mac:
30252026-07-20T18:43:22.134Z1: a8:40:25:4d:c4:ba
30262026-07-20T18:43:22.134Z1000: a8:40:25:4d:c4:b9
30272026-07-20T18:43:22.134Z2: a8:40:25:4d:c4:bb
30282026-07-20T18:43:22.134Zproxy arp:
30292026-07-20T18:43:22.134Z[s2.trio] netstat -nr -f inet6
30302026-07-20T18:43:22.142ZRouting Table: IPv6
30312026-07-20T18:43:22.142Z Destination/Mask Gateway Flags Ref Use If
30322026-07-20T18:43:22.142Z--------------------------- --------------------------- ----- --- ------- -----
30332026-07-20T18:43:22.142Z::1 ::1 UH 2 0 lo0
30342026-07-20T18:43:22.142Zfd00:1::/64 fe80::3884:9cff:fee9:6b0a UG 1 0 sl1
30352026-07-20T18:43:22.142Zfe80::/10 fe80::dcdd:f3ff:fe81:eab4 U 3 64 sl1
30362026-07-20T18:43:22.142Z[s2.trio] ipadm
30372026-07-20T18:43:22.154ZADDROBJ TYPE STATE ADDR
30382026-07-20T18:43:22.154Zlo0/v4 static ok 127.0.0.1/8
30392026-07-20T18:43:22.154Zmg3/v4 static ok 10.0.0.2/24
30402026-07-20T18:43:22.154Zlo0/v6 static ok ::1/128
30412026-07-20T18:43:22.154Zlo0/u6 static ok fd00:2::1/64
30422026-07-20T18:43:22.154Zsl1/v6 addrconf ok fe80::dcdd:f3ff:fe81:eab4%sl1/10
30432026-07-20T18:43:22.154Z[s2.trio] route -nv get -inet6 fd00:1::1
30442026-07-20T18:43:22.167Znewrt->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-07-20T18:43:22.167Zlocks: inits:
30462026-07-20T18:43:22.167Zsockaddrs: <DST,IFP>
30472026-07-20T18:43:22.167Z fd00:1::1
30482026-07-20T18:43:22.167Z route to: fd00:1::1
30492026-07-20T18:43:22.167Zdestination: fd00:1::
30502026-07-20T18:43:22.167Z mask: ffff:ffff:ffff:ffff::
30512026-07-20T18:43:22.167Z gateway: fe80::3884:9cff:fee9:6b0a
30522026-07-20T18:43:22.167Z interface: sl1 index 3 address de dd f3 81 ea b4
30532026-07-20T18:43:22.167Z flags: <UP,GATEWAY,DONE,STATIC>
30542026-07-20T18:43:22.167Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30552026-07-20T18:43:22.167Z 0 0 0 0 0 0 9000 0
30562026-07-20T18:43:22.167Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30572026-07-20T18:43:22.167Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30582026-07-20T18:43:22.167Z fd00:1:: fe80::3884:9cff:fee9:6b0a ffff:ffff:ffff:ffff:: sl1:de.dd.f3.81.ea.b4 fe80::dcdd:f3ff:fe81:eab4
30592026-07-20T18:43:22.167Z[s2.trio] ndp -na
30602026-07-20T18:43:22.179ZNet to Media Table: IPv6
30612026-07-20T18:43:22.179Z If Physical Address Type State Destination/Mask
30622026-07-20T18:43:22.179Z----- ----------------- ------- ------------ ---------------------------
30632026-07-20T18:43:22.179Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30642026-07-20T18:43:22.179Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30652026-07-20T18:43:22.179Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30662026-07-20T18:43:22.179Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30672026-07-20T18:43:22.179Zsl1 de:dd:f3:81:ea:b4 local REACHABLE fe80::dcdd:f3ff:fe81:eab4
30682026-07-20T18:43:22.179Zsl1 33:33:ff:e9:6b:0a other REACHABLE ff02::1:ffe9:6b0a
30692026-07-20T18:43:22.179Zsl1 3a:84:9c:e9:6b:0a dynamic REACHABLE fe80::3884:9cff:fee9:6b0a
30702026-07-20T18:43:22.179Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30712026-07-20T18:43:22.180Zsl1 33:33:ff:81:ea:b4 other REACHABLE ff02::1:ff81:eab4
30722026-07-20T18:43:22.180Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30732026-07-20T18:43:22.197Zlocal v6:
30742026-07-20T18:43:22.197Zfe80::3884:9cff:fee9:6b0a
30752026-07-20T18:43:22.197Zfe80::f097:75ff:febf:79fd
30762026-07-20T18:43:22.197Zlocal v4:
30772026-07-20T18:43:22.197Zrouter v6_idx:
30782026-07-20T18:43:22.197Zfd00:1::/64 -> 0
30792026-07-20T18:43:22.197Zfd00:2::/64 -> 1
30802026-07-20T18:43:22.197Zrouter v6_routes:
30812026-07-20T18:43:22.197Z1 -> fe80::dcdd:f3ff:fe81:eab4 (2)
30822026-07-20T18:43:22.197Z0 -> fe80::c459:67ff:febc:3810 (1)
30832026-07-20T18:43:22.197Zrouter v4_idx:
30842026-07-20T18:43:22.197Zrouter v4_routes:
30852026-07-20T18:43:22.197Zresolver v4:
30862026-07-20T18:43:22.197Z10.0.0.254 -> 02:08:20:e9:c0:b1
30872026-07-20T18:43:22.197Z10.0.0.3 -> 02:08:20:09:4e:98
30882026-07-20T18:43:22.197Zresolver v6:
30892026-07-20T18:43:22.197Zfe80::dcdd:f3ff:fe81:eab4 -> de:dd:f3:81:ea:b4
30902026-07-20T18:43:22.197Zfe80::3884:9cff:fee9:6b0a -> 3a:84:9c:e9:6b:0a
30912026-07-20T18:43:22.197Zfe80::f097:75ff:febf:79fd -> f2:97:75:bf:79:fd
30922026-07-20T18:43:22.197Zfe80::c459:67ff:febc:3810 -> c6:59:67:bc:38:10
30932026-07-20T18:43:22.197Znat v4:
30942026-07-20T18:43:22.197Znat_v6:
30952026-07-20T18:43:22.197Zport_mac:
30962026-07-20T18:43:22.197Z1: a8:40:25:4d:c4:ba
30972026-07-20T18:43:22.197Z1000: a8:40:25:4d:c4:b9
30982026-07-20T18:43:22.197Z2: a8:40:25:4d:c4:bb
30992026-07-20T18:43:22.197Zproxy arp:
31002026-07-20T18:43:22.197Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31012026-07-20T18:43:22.236ZSubnet Port Link Gateway Vlan
31022026-07-20T18:43:22.236Zfd00:1::/64 rear0 0 fe80::c459:67ff:febc:3810
31032026-07-20T18:43:22.236Zfd00:2::/64 rear1 0 fe80::dcdd:f3ff:fe81:eab4
31042026-07-20T18:43:22.236Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31052026-07-20T18:43:22.275Zhost mac age
31062026-07-20T18:43:22.275Z10.0.0.3 02:08:20:09:4e:98 21s
31072026-07-20T18:43:22.275Z10.0.0.254 02:08:20:e9:c0:b1 18s
31082026-07-20T18:43:22.276Zfe80::3884:9cff:fee9:6b0a 3a:84:9c:e9:6b:0a 21s
31092026-07-20T18:43:22.276Zfe80::c459:67ff:febc:3810 c6:59:67:bc:38:10 21s
31102026-07-20T18:43:22.276Zfe80::dcdd:f3ff:fe81:eab4 de:dd:f3:81:ea:b4 21s
31112026-07-20T18:43:22.276Zfe80::f097:75ff:febf:79fd f2:97:75:bf:79:fd 21s
31122026-07-20T18:43:22.276Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31132026-07-20T18:43:22.314ZLink IPv4 IPv6
31142026-07-20T18:43:22.315Zrear0/0 fe80::f097:75ff:febf:79fd
31152026-07-20T18:43:22.315Zrear1/0 fe80::3884:9cff:fee9:6b0a
31162026-07-20T18:43:22.315Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31172026-07-20T18:43:23.340ZADDROBJ TYPE STATE ADDR
31182026-07-20T18:43:23.340Zlo0/v4 static ok 127.0.0.1/8
31192026-07-20T18:43:23.340Zmg2/v4 static ok 10.0.0.1/24
31202026-07-20T18:43:23.340Zlo0/v6 static ok ::1/128
31212026-07-20T18:43:23.340Zlo0/u6 static ok fd00:1::1/64
31222026-07-20T18:43:23.340Zsl0/v6 addrconf ok fe80::c459:67ff:febc:3810%sl0/10
31232026-07-20T18:43:23.340Znewrt->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-07-20T18:43:23.340Zlocks: inits:
31252026-07-20T18:43:23.340Zsockaddrs: <DST,IFP>
31262026-07-20T18:43:23.340Z fd00:2::1
31272026-07-20T18:43:23.340Z route to: fd00:2::1
31282026-07-20T18:43:23.340Zdestination: fd00:2::
31292026-07-20T18:43:23.340Z mask: ffff:ffff:ffff:ffff::
31302026-07-20T18:43:23.340Z gateway: fe80::f097:75ff:febf:79fd
31312026-07-20T18:43:23.340Z interface: sl0 index 3 address c6 59 67 bc 38 10
31322026-07-20T18:43:23.340Z flags: <UP,GATEWAY,DONE,STATIC>
31332026-07-20T18:43:23.340Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31342026-07-20T18:43:23.340Z 0 0 0 0 0 0 9000 0
31352026-07-20T18:43:23.340Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31362026-07-20T18:43:23.340Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31372026-07-20T18:43:23.340Z fd00:2:: fe80::f097:75ff:febf:79fd ffff:ffff:ffff:ffff:: sl0:c6.59.67.bc.38.10 fe80::c459:67ff:febc:3810
31382026-07-20T18:43:23.340Z
31392026-07-20T18:43:23.340ZNet to Media Table: IPv6
31402026-07-20T18:43:23.340Z If Physical Address Type State Destination/Mask
31412026-07-20T18:43:23.340Z----- ----------------- ------- ------------ ---------------------------
31422026-07-20T18:43:23.340Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31432026-07-20T18:43:23.340Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31442026-07-20T18:43:23.340Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31452026-07-20T18:43:23.341Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31462026-07-20T18:43:23.341Zsl0 f2:97:75:bf:79:fd dynamic REACHABLE fe80::f097:75ff:febf:79fd
31472026-07-20T18:43:23.341Zsl0 33:33:ff:bf:79:fd other REACHABLE ff02::1:ffbf:79fd
31482026-07-20T18:43:23.341Zsl0 c6:59:67:bc:38:10 local REACHABLE fe80::c459:67ff:febc:3810
31492026-07-20T18:43:23.341Zsl0 33:33:ff:bc:38:10 other REACHABLE ff02::1:ffbc:3810
31502026-07-20T18:43:23.341Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31512026-07-20T18:43:23.341Z
31522026-07-20T18:43:23.341Z
31532026-07-20T18:43:23.341ZRouting Table: IPv6
31542026-07-20T18:43:23.341Z Destination/Mask Gateway Flags Ref Use If
31552026-07-20T18:43:23.341Z--------------------------- --------------------------- ----- --- ------- -----
31562026-07-20T18:43:23.341Z::1 ::1 UH 2 0 lo0
31572026-07-20T18:43:23.341Zfd00:2::/64 fe80::f097:75ff:febf:79fd UG 2 2 sl0
31582026-07-20T18:43:23.341Zfe80::/10 fe80::c459:67ff:febc:3810 U 3 64 sl0
31592026-07-20T18:43:23.341ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31602026-07-20T18:43:23.341Z68 bytes from fd00:2::1: icmp_seq=0. time=0.200 ms
31612026-07-20T18:43:23.341Z68 bytes from fd00:2::1: icmp_seq=1. time=0.333 ms
31622026-07-20T18:43:23.341Z
31632026-07-20T18:43:23.341Z----fd00:2::1 PING Statistics----
31642026-07-20T18:43:23.341Z2 packets transmitted, 2 packets received, 0% packet loss
31652026-07-20T18:43:23.341Zround-trip (ms) min/avg/max/stddev = 0.200/0.267/0.333/0.094
31662026-07-20T18:43:23.341Z[s2.trio] ping fd00:1::1
31672026-07-20T18:43:23.355Zfd00:1::1 is alive
31682026-07-20T18:43:23.355Zserver router restart passed
31692026-07-20T18:43:27.361Zpeer expiration recovery passed
31702026-07-20T18:43:28.362Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31712026-07-20T18:43:28.382Z3
31722026-07-20T18:43:28.382Zredundant advertise passed
31732026-07-20T18:43:29.384Ztunnel endpoint advertise passed
31742026-07-20T18:43:34.398Zredundant tunnel endpoint advertise passed
31752026-07-20T18:43:34.398Z[s1.trio] pkill ddmd
31762026-07-20T18:43:34.403Z
31772026-07-20T18:43:39.403Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e5c2decf-9b29-4a34-ad8c-9c9445763b8c --sled-uuid 630ba9fc-0c6a-478b-a016-f7dfdece581f -a sl0/v6 &> /opt/ddmd.log &
31782026-07-20T18:43:39.417Z
31792026-07-20T18:43:44.424Ztunnel router restart passed
31802026-07-20T18:43:45.426Ztunnel endpoint withdraw passed
31812026-07-20T18:43:45.434Z[t1.trio] pkill ddmd
31822026-07-20T18:43:45.444Z
31832026-07-20T18:43:45.444Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31842026-07-20T18:43:45.457Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31852026-07-20T18:43:47.325Z[s2.trio] pkill ddmd
31862026-07-20T18:43:47.340Z
31872026-07-20T18:43:47.341Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31882026-07-20T18:43:49.149Z[s1.trio] pkill ddmd
31892026-07-20T18:43:49.163Z
31902026-07-20T18:43:49.163Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31912026-07-20T18:43:50.905Z[sidecar.trio] pkill softnpu
31922026-07-20T18:43:50.919Z
31932026-07-20T18:43:50.919Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31942026-07-20T18:43:53.565Ztest ddm::test_trio_v3 ... ok
31952026-07-20T18:43:53.565Z
31962026-07-20T18:43:53.565Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 95.96s
31972026-07-20T18:43:53.565Z
31982026-07-20T18:43:53.616Z+ cleanup
31992026-07-20T18:43:53.620Z++ id -un
32002026-07-20T18:43:53.623Z++ id -gn
32012026-07-20T18:43:53.623Z+ pfexec chown -R build:build .
32022026-07-20T18:43:53.755Zprocess exited: duration 681283 ms, exit code 0
 
32032026-07-20T18:43:53.768Zfound 5 output files
32042026-07-20T18:43:53.768Zuploading: /work/s1.trio.log (3896 bytes)
32052026-07-20T18:43:54.781Zuploaded: /work/s1.trio.log
32062026-07-20T18:43:54.781Zuploading: /work/s2.trio.log (10654 bytes)
32072026-07-20T18:43:55.796Zuploaded: /work/s2.trio.log
32082026-07-20T18:43:55.796Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32092026-07-20T18:43:56.807Zuploaded: /work/sidecar.trio-softnpu.log
32102026-07-20T18:43:56.807Zuploading: /work/t1.trio-dpd.log (329314 bytes)
32112026-07-20T18:43:57.826Zuploaded: /work/t1.trio-dpd.log
32122026-07-20T18:43:57.827Zuploading: /work/t1.trio.log (25600 bytes)
32132026-07-20T18:43:58.842Zuploaded: /work/t1.trio.log