01KS3XRWY411B4XGYEGCA7X0CF: 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: 01KS3XSFSEWDPKM4BG7JEHKWYJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T00:10:01.539Zjob assigned to worker 01KS3XTVYG80PZPGPCBKDCDDDD [factory aws, i-0b4fa6a81ba32608b] (queued for 1 m 31 s)
 
22026-05-21T00:10:08.117Zstarting task 0: "setup"
32026-05-21T00:10:08.124Z++ uname -s
42026-05-21T00:10:08.127Z+ kern=SunOS
52026-05-21T00:10:08.127Z+ build_user=build
62026-05-21T00:10:08.127Z+ build_uid=12345
72026-05-21T00:10:08.127Z+ work_dir=/work
82026-05-21T00:10:08.127Z+ input_dir=/input
92026-05-21T00:10:08.127Z+ [[ 0 == 12345 ]]
102026-05-21T00:10:08.127Z+ case "$kern" in
112026-05-21T00:10:08.127Z+ groupadd -g 12345 build
122026-05-21T00:10:08.131Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T00:10:10.134Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T00:10:10.197Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T00:10:10.200Z+ home_fs=zfs
162026-05-21T00:10:10.200Z+ [[ zfs == autofs ]]
172026-05-21T00:10:10.200Z+ mkdir -p /home/build
182026-05-21T00:10:10.200Z+ chown build:build /home/build /work
192026-05-21T00:10:12.201Z+ chmod 0700 /home/build /work
202026-05-21T00:10:12.205Zprocess exited: duration 4086 ms, exit code 0
 
212026-05-21T00:10:12.221Zstarting task 1: "rust-toolchain"
222026-05-21T00:10:12.224Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-21T00:10:12.224Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T00:10:12.224Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-21T00:10:12.225Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-21T00:10:12.225Z * rust toolchain channel = "stable"
272026-05-21T00:10:12.225Z * rust toolchain profile = "default"
282026-05-21T00:10:12.225Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T00:10:12.225Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-21T00:10:12.344Zinfo: downloading installer
312026-05-21T00:10:13.781Zwarn: It looks like you have an existing installation of Rust at:
322026-05-21T00:10:13.781Zwarn: /opt/ooce/bin
332026-05-21T00:10:13.781Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-21T00:10:13.781Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-21T00:10:13.781Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-21T00:10:13.781Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-21T00:10:13.781Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-21T00:10:13.781Zerror: cannot install while Rust is installed
392026-05-21T00:10:13.781Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-21T00:10:13.781Zwarn: It looks like you have an existing rustup settings file at:
412026-05-21T00:10:13.781Zwarn: /home/build/.rustup/settings.toml
422026-05-21T00:10:13.781Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-21T00:10:13.781Zwarn: instead of the one inferred from the default host triple.
442026-05-21T00:10:13.806Zinfo: profile set to default
452026-05-21T00:10:13.806Zinfo: default host triple is x86_64-unknown-illumos
462026-05-21T00:10:13.810Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-21T00:10:13.942Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-21T00:10:13.946Zinfo: downloading 6 components
492026-05-21T00:10:28.696Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-21T00:10:28.696Z
512026-05-21T00:10:28.733Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-21T00:10:28.733Z
532026-05-21T00:10:28.733Z
542026-05-21T00:10:28.733ZRust is installed now. Great!
552026-05-21T00:10:28.733Z
562026-05-21T00:10:28.737ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-21T00:10:28.737Zenvironment variable. This has not been done automatically.
582026-05-21T00:10:28.737Z
592026-05-21T00:10:28.737ZTo configure your current shell, you need to source
602026-05-21T00:10:28.737Zthe corresponding env file under $HOME/.cargo.
612026-05-21T00:10:28.737Z
622026-05-21T00:10:28.737ZThis is usually done by running one of the following (note the leading DOT):
632026-05-21T00:10:28.737Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-21T00:10:28.737Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-21T00:10:28.737Zsource "~/.cargo/env.nu" # For nushell
662026-05-21T00:10:28.737Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-21T00:10:28.737Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-21T00:10:28.737Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-21T00:10:28.737Zwarn: no default linker (`cc`) was found in your PATH
702026-05-21T00:10:28.737Zwarn: many Rust crates require a system C toolchain to build
712026-05-21T00:10:28.822Z+ rustup --version
722026-05-21T00:10:28.838Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-21T00:10:28.843Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-21T00:10:28.851Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-21T00:10:28.857Z+ cargo --version
762026-05-21T00:10:28.872Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-21T00:10:28.878Z+ rustc --version
782026-05-21T00:10:28.898Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-21T00:10:28.905Zprocess exited: duration 16677 ms, exit code 0
 
802026-05-21T00:10:28.917Zstarting task 2: "authentication"
812026-05-21T00:10:28.942Zprocess exited: duration 22 ms, exit code 0
 
822026-05-21T00:10:28.954Zstarting task 3: "clone repository"
832026-05-21T00:10:28.958Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-21T00:10:28.958Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-21T00:10:29.132ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-21T00:10:30.346Z+ cd /work/oxidecomputer/maghemite
872026-05-21T00:10:30.346Z+ git fetch origin c1a8abb612197ccc87a11b8b39e56f651654c60e
882026-05-21T00:10:30.603ZFrom https://github.com/oxidecomputer/maghemite
892026-05-21T00:10:30.603Z * branch c1a8abb612197ccc87a11b8b39e56f651654c60e -> FETCH_HEAD
902026-05-21T00:10:30.608Z+ [[ -n sunshowers/spr/update-dropshot-api-manager-to-072 ]]
912026-05-21T00:10:30.611Z++ git branch --show-current
922026-05-21T00:10:30.611Z+ current=main
932026-05-21T00:10:30.611Z+ [[ main != sunshowers/spr/update-dropshot-api-manager-to-072 ]]
942026-05-21T00:10:30.611Z+ git branch -f sunshowers/spr/update-dropshot-api-manager-to-072 c1a8abb612197ccc87a11b8b39e56f651654c60e
952026-05-21T00:10:30.615Z+ git checkout -f sunshowers/spr/update-dropshot-api-manager-to-072
962026-05-21T00:10:30.630ZSwitched to branch 'sunshowers/spr/update-dropshot-api-manager-to-072'
972026-05-21T00:10:30.633Z+ git reset --hard c1a8abb612197ccc87a11b8b39e56f651654c60e
982026-05-21T00:10:30.637ZHEAD is now at c1a8abb [spr] initial version
992026-05-21T00:10:30.637Zprocess exited: duration 1681 ms, exit code 0
 
1002026-05-21T00:10:30.644Zstarting task 4: "build"
1012026-05-21T00:10:30.650Z++ dladm
1022026-05-21T00:10:30.654ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-21T00:10:30.654Zena0 phys 9216 up -- --
1042026-05-21T00:10:30.659Z++ ipadm
1052026-05-21T00:10:30.659ZADDROBJ TYPE STATE ADDR
1062026-05-21T00:10:30.659Zlo0/v4 static ok 127.0.0.1/8
1072026-05-21T00:10:30.659Zena0/dhcp dhcp ok 10.150.2.56/24
1082026-05-21T00:10:30.659Zlo0/v6 static ok ::1/128
1092026-05-21T00:10:30.659Z++ banner collect
1102026-05-21T00:10:30.664Z
1112026-05-21T00:10:30.665Z #### #### # # ###### #### #####
1122026-05-21T00:10:30.665Z # # # # # # # # # #
1132026-05-21T00:10:30.665Z # # # # # ##### # #
1142026-05-21T00:10:30.665Z # # # # # # # #
1152026-05-21T00:10:30.665Z # # # # # # # # # #
1162026-05-21T00:10:30.665Z #### #### ###### ###### ###### #### #
1172026-05-21T00:10:30.665Z
1182026-05-21T00:10:30.665Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-21T00:10:30.665Z++ repo=softnpu
1202026-05-21T00:10:30.665Z++ series=image
1212026-05-21T00:10:30.665Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-21T00:10:30.665Z++ name=softnpu
1232026-05-21T00:10:30.665Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-21T00:10:30.665Z++ mkdir -p download
1252026-05-21T00:10:30.665Z++ pushd download
1262026-05-21T00:10:30.665Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-21T00:10:30.665Z++ [[ ! -f softnpu ]]
1282026-05-21T00:10:30.665Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-21T00:10:30.669Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-21T00:10:30.669Z Dload Upload Total Spent Left Speed
1312026-05-21T00:10:31.021Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 44.05M 0 0 100 15.63M 100 15.63M 0 0 44.04M 0 0 100 15.63M 100 15.63M 0 0 44.03M 0 0
1322026-05-21T00:10:31.025Z++ popd
1332026-05-21T00:10:31.025Z/work/oxidecomputer/maghemite
1342026-05-21T00:10:31.025Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-21T00:10:31.025Z++ repo=sidecar-lite
1362026-05-21T00:10:31.025Z++ series=release
1372026-05-21T00:10:31.025Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-21T00:10:31.025Z++ name=libsidecar_lite.so
1392026-05-21T00:10:31.025Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-21T00:10:31.025Z++ mkdir -p download
1412026-05-21T00:10:31.025Z++ pushd download
1422026-05-21T00:10:31.025Z++ [[ ! -f libsidecar_lite.so ]]
1432026-05-21T00:10:31.025Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-05-21T00:10:31.030Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-21T00:10:31.033Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-21T00:10:31.033Z Dload Upload Total Spent Left Speed
1472026-05-21T00:10:31.308Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 43.37M 0 0 100 12.04M 100 12.04M 0 0 43.36M 0 0 100 12.04M 100 12.04M 0 0 43.36M 0 0
1482026-05-21T00:10:31.311Z++ popd
1492026-05-21T00:10:31.311Z/work/oxidecomputer/maghemite
1502026-05-21T00:10:31.311Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-21T00:10:31.311Z++ repo=sidecar-lite
1522026-05-21T00:10:31.312Z++ series=release
1532026-05-21T00:10:31.312Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-21T00:10:31.312Z++ name=scadm
1552026-05-21T00:10:31.312Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-21T00:10:31.312Z++ mkdir -p download
1572026-05-21T00:10:31.312Z++ pushd download
1582026-05-21T00:10:31.312Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-05-21T00:10:31.312Z++ [[ ! -f scadm ]]
1602026-05-21T00:10:31.312Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-21T00:10:31.316Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-21T00:10:31.319Z Dload Upload Total Spent Left Speed
1632026-05-21T00:10:31.595Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 56.73M 0 0 100 15.78M 100 15.78M 0 0 56.72M 0 0 100 15.78M 100 15.78M 0 0 56.71M 0 0
1642026-05-21T00:10:31.599Z++ popd
1652026-05-21T00:10:31.599Z/work/oxidecomputer/maghemite
1662026-05-21T00:10:31.599Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-21T00:10:31.599Z++ repo=dendrite
1682026-05-21T00:10:31.599Z++ series=image
1692026-05-21T00:10:31.599Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-21T00:10:31.599Z++ name=dendrite-softnpu.tar.gz
1712026-05-21T00:10:31.599Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-21T00:10:31.599Z++ mkdir -p download
1732026-05-21T00:10:31.599Z++ pushd download
1742026-05-21T00:10:31.599Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-05-21T00:10:31.599Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-05-21T00:10:31.599Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-21T00:10:31.603Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-21T00:10:31.603Z Dload Upload Total Spent Left Speed
1792026-05-21T00:10:32.735Z 0 0 0 0 0 0 0 0 0 92 71.59M 92 66.18M 0 0 66.24M 0 00:01 00:01 66.25M 100 71.59M 100 71.59M 0 0 63.23M 0 00:01 00:01 66.25M 100 71.59M 100 71.59M 0 0 63.22M 0 00:01 00:01 66.25M 100 71.59M 100 71.59M 0 0 63.22M 0 00:01 00:01 66.25M
1802026-05-21T00:10:32.739Z++ popd
1812026-05-21T00:10:32.739Z/work/oxidecomputer/maghemite
1822026-05-21T00:10:32.739Z++ get_artifact maghemite release c1a8abb612197ccc87a11b8b39e56f651654c60e ddm
1832026-05-21T00:10:32.742Z++ repo=maghemite
1842026-05-21T00:10:32.742Z++ series=release
1852026-05-21T00:10:32.742Z++ commit=c1a8abb612197ccc87a11b8b39e56f651654c60e
1862026-05-21T00:10:32.742Z++ name=ddm
1872026-05-21T00:10:32.742Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-21T00:10:32.742Z++ mkdir -p download
1892026-05-21T00:10:32.742Z++ pushd download
1902026-05-21T00:10:32.742Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-05-21T00:10:32.742Z++ [[ ! -f ddm ]]
1922026-05-21T00:10:32.742Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c1a8abb612197ccc87a11b8b39e56f651654c60e/ddm
1932026-05-21T00:10:32.748Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-21T00:10:32.748Z Dload Upload Total Spent Left Speed
1952026-05-21T00:10:32.802Z 0 0 0 0 0 0 0 0 0
1962026-05-21T00:10:32.802Zcurl: (22) The requested URL returned error: 404
1972026-05-21T00:10:32.806Z++ popd
1982026-05-21T00:10:32.806Z/work/oxidecomputer/maghemite
1992026-05-21T00:10:32.806Z++ get_artifact maghemite release c1a8abb612197ccc87a11b8b39e56f651654c60e ddmadm
2002026-05-21T00:10:32.806Z++ repo=maghemite
2012026-05-21T00:10:32.806Z++ series=release
2022026-05-21T00:10:32.806Z++ commit=c1a8abb612197ccc87a11b8b39e56f651654c60e
2032026-05-21T00:10:32.806Z++ name=ddmadm
2042026-05-21T00:10:32.806Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-21T00:10:32.806Z++ mkdir -p download
2062026-05-21T00:10:32.806Z++ pushd download
2072026-05-21T00:10:32.806Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-05-21T00:10:32.806Z++ [[ ! -f ddmadm ]]
2092026-05-21T00:10:32.806Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c1a8abb612197ccc87a11b8b39e56f651654c60e/ddmadm
2102026-05-21T00:10:32.811Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-21T00:10:32.814Z Dload Upload Total Spent Left Speed
2122026-05-21T00:10:32.865Z 0 0 0 0 0 0 0 0 0
2132026-05-21T00:10:32.868Zcurl: (22) The requested URL returned error: 404
2142026-05-21T00:10:32.868Z++ popd
2152026-05-21T00:10:32.868Z/work/oxidecomputer/maghemite
2162026-05-21T00:10:32.868Z++ pushd download
2172026-05-21T00:10:32.868Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-21T00:10:32.868Z++ chmod +x softnpu
2192026-05-21T00:10:32.868Z++ chmod +x scadm
2202026-05-21T00:10:32.872Z++ chmod +x ddmadm
2212026-05-21T00:10:32.872Zchmod: WARNING: can't access ddmadm
2222026-05-21T00:10:32.872Z++ chmod +x ddmd
2232026-05-21T00:10:32.872Zchmod: WARNING: can't access ddmd
2242026-05-21T00:10:32.872Z++ mv ddmadm ddmadm-v2
2252026-05-21T00:10:32.875Zmv: cannot access ddmadm
2262026-05-21T00:10:32.875Z++ mv ddmd ddmd-v2
2272026-05-21T00:10:32.875Zmv: cannot access ddmd
2282026-05-21T00:10:32.875Z++ rm -rf zones/dendrite
2292026-05-21T00:10:32.875Z++ mkdir -p zones/dendrite
2302026-05-21T00:10:32.879Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-21T00:10:33.885Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-05-21T00:10:33.889Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-05-21T00:10:33.889Z++ popd
2342026-05-21T00:10:33.889Z++ banner install
2352026-05-21T00:10:33.889Z/work/oxidecomputer/maghemite
2362026-05-21T00:10:33.892Z
2372026-05-21T00:10:33.892Z # # # #### ##### ## # #
2382026-05-21T00:10:33.892Z # ## # # # # # # #
2392026-05-21T00:10:33.892Z # # # # #### # # # # #
2402026-05-21T00:10:33.892Z # # # # # # ###### # #
2412026-05-21T00:10:33.892Z # # ## # # # # # # #
2422026-05-21T00:10:33.892Z # # # #### # # # ###### ######
2432026-05-21T00:10:33.892Z
2442026-05-21T00:10:33.893Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-21T00:10:33.893Z++ set +o errexit
2462026-05-21T00:10:33.893Z++ pkg info clang-15
2472026-05-21T00:10:33.893Z++ grep -qi installed
2482026-05-21T00:10:35.658Zpkg: info: no packages matching the following patterns you specified are
2492026-05-21T00:10:35.658Zinstalled on the system. Try querying remotely instead:
2502026-05-21T00:10:35.658Z
2512026-05-21T00:10:35.658Z clang-15
2522026-05-21T00:10:35.695Z++ [[ 1 != 0 ]]
2532026-05-21T00:10:35.696Z++ set -o errexit
2542026-05-21T00:10:35.699Z++ pfexec pkg install clang-15
2552026-05-21T00:10:42.945Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-21T00:10:50.735Z Startup: Caching catalogs ... Done
2572026-05-21T00:10:57.980ZPlanning: Solver setup ... Done
2582026-05-21T00:10:58.023ZPlanning: Running solver ... Done
2592026-05-21T00:10:58.165ZPlanning: Finding local manifests ... Done
2602026-05-21T00:10:58.184ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-21T00:10:58.694ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-21T00:10:58.724ZPlanning: Package planning ... Done
2632026-05-21T00:10:58.753ZPlanning: Merging actions ... Done
2642026-05-21T00:10:58.919ZPlanning: Checking for conflicting actions ... Done
2652026-05-21T00:10:58.925ZPlanning: Consolidating action changes ... Done
2662026-05-21T00:11:00.296ZPlanning: Evaluating mediators ... Done
2672026-05-21T00:11:00.302ZPlanning: Planning completed in 9.39 seconds
2682026-05-21T00:11:00.341Z Packages to install: 2
2692026-05-21T00:11:00.344Z Mediators to change: 2
2702026-05-21T00:11:00.344Z Services to change: 1
2712026-05-21T00:11:00.344Z Create boot environment: No
2722026-05-21T00:11:00.344ZCreate backup boot environment: No
2732026-05-21T00:11:00.399Z
2742026-05-21T00:11:00.399ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-21T00:11:07.534ZDownload: 982/3076 items 82.2/211.3MB 38% complete (36.0M/s)
2762026-05-21T00:11:13.077ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2772026-05-21T00:11:19.287ZDownload: 2009/3076 items 116.7/211.3MB 55% complete (4.3M/s)
2782026-05-21T00:11:25.441ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (13.3M/s)
2792026-05-21T00:11:26.828ZDownload: Completed 211.31 MB in 26.43 seconds (8.0M/s)
2802026-05-21T00:11:27.038Z Actions: 1/3418 actions (Installing new actions)
2812026-05-21T00:11:30.453Z Actions: Completed 3418 actions in 3.41 seconds.
2822026-05-21T00:11:31.100Z Done
2832026-05-21T00:11:31.100Z Done
2842026-05-21T00:11:31.831Z Done
2852026-05-21T00:11:35.546Z Done
2862026-05-21T00:11:35.630Z Done
2872026-05-21T00:11:35.634Z Done
2882026-05-21T00:11:35.765Z Done
2892026-05-21T00:11:36.439Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-05-21T00:11:36.439Z++ set +o errexit
2912026-05-21T00:11:36.442Z++ pkg info pkg-config
2922026-05-21T00:11:36.443Z++ grep -qi installed
2932026-05-21T00:11:36.673Z++ [[ 0 != 0 ]]
2942026-05-21T00:11:36.673Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-05-21T00:11:36.673Z++ set +o errexit
2962026-05-21T00:11:36.677Z++ pkg info brand/omicron1
2972026-05-21T00:11:36.677Z++ grep -qi installed
2982026-05-21T00:11:36.860Zpkg: info: no packages matching the following patterns you specified are
2992026-05-21T00:11:36.860Zinstalled on the system. Try querying remotely instead:
3002026-05-21T00:11:36.860Z
3012026-05-21T00:11:36.860Z brand/omicron1
3022026-05-21T00:11:36.895Z++ [[ 1 != 0 ]]
3032026-05-21T00:11:36.895Z++ set -o errexit
3042026-05-21T00:11:36.895Z++ pfexec pkg install brand/omicron1
3052026-05-21T00:11:37.307Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-05-21T00:11:44.610ZPlanning: Solver setup ... Done
3072026-05-21T00:11:44.653ZPlanning: Running solver ... Done
3082026-05-21T00:11:44.795ZPlanning: Finding local manifests ... Done
3092026-05-21T00:11:44.798ZPlanning: Fetching manifests: 0/2 0% complete
3102026-05-21T00:11:44.919ZPlanning: Fetching manifests: 2/2 100% complete
3112026-05-21T00:11:44.931ZPlanning: Package planning ... Done
3122026-05-21T00:11:44.935ZPlanning: Merging actions ... Done
3132026-05-21T00:11:45.091ZPlanning: Checking for conflicting actions ... Done
3142026-05-21T00:11:45.094ZPlanning: Consolidating action changes ... Done
3152026-05-21T00:11:45.252ZPlanning: Evaluating mediators ... Done
3162026-05-21T00:11:45.256ZPlanning: Planning completed in 7.95 seconds
3172026-05-21T00:11:45.260Z Packages to install: 2
3182026-05-21T00:11:45.260Z Create boot environment: No
3192026-05-21T00:11:45.260ZCreate backup boot environment: No
3202026-05-21T00:11:45.288Z
3212026-05-21T00:11:45.288ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-05-21T00:11:45.311ZDownload: Completed 1.07 MB in 0.02 seconds (46.0M/s)
3232026-05-21T00:11:45.365Z Actions: 1/28 actions (Installing new actions)
3242026-05-21T00:11:45.378Z Actions: Completed 28 actions in 0.01 seconds.
3252026-05-21T00:11:45.892Z Done
3262026-05-21T00:11:45.892Z Done
3272026-05-21T00:11:46.530Z Done
3282026-05-21T00:11:49.394Z Done
3292026-05-21T00:11:49.469Z Done
3302026-05-21T00:11:49.473Z Done
3312026-05-21T00:11:49.677Z Done
3322026-05-21T00:11:49.841Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-05-21T00:11:49.841Z++ set +o errexit
3342026-05-21T00:11:49.844Z++ pkg info brand/omicron1/tools
3352026-05-21T00:11:49.844Z++ grep -qi installed
3362026-05-21T00:11:50.004Zpkg: info: no packages matching the following patterns you specified are
3372026-05-21T00:11:50.004Zinstalled on the system. Try querying remotely instead:
3382026-05-21T00:11:50.004Z
3392026-05-21T00:11:50.004Z brand/omicron1/tools
3402026-05-21T00:11:50.037Z++ [[ 1 != 0 ]]
3412026-05-21T00:11:50.037Z++ set -o errexit
3422026-05-21T00:11:50.037Z++ pfexec pkg install brand/omicron1/tools
3432026-05-21T00:11:50.453Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-05-21T00:11:57.802ZPlanning: Solver setup ... Done
3452026-05-21T00:11:57.844ZPlanning: Running solver ... Done
3462026-05-21T00:11:57.990ZPlanning: Finding local manifests ... Done
3472026-05-21T00:11:57.993ZPlanning: Fetching manifests: 0/1 0% complete
3482026-05-21T00:11:58.109ZPlanning: Fetching manifests: 1/1 100% complete
3492026-05-21T00:11:58.122ZPlanning: Package planning ... Done
3502026-05-21T00:11:58.132ZPlanning: Merging actions ... Done
3512026-05-21T00:11:58.268ZPlanning: Checking for conflicting actions ... Done
3522026-05-21T00:11:58.279ZPlanning: Consolidating action changes ... Done
3532026-05-21T00:11:58.426ZPlanning: Evaluating mediators ... Done
3542026-05-21T00:11:58.429ZPlanning: Planning completed in 7.98 seconds
3552026-05-21T00:11:58.435Z Packages to install: 1
3562026-05-21T00:11:58.436Z Services to change: 1
3572026-05-21T00:11:58.436Z Create boot environment: No
3582026-05-21T00:11:58.436ZCreate backup boot environment: No
3592026-05-21T00:11:58.464Z
3602026-05-21T00:11:58.464ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-05-21T00:11:58.494ZDownload: Completed 1.19 MB in 0.03 seconds (39.0M/s)
3622026-05-21T00:11:58.559Z Actions: 1/19 actions (Installing new actions)
3632026-05-21T00:11:58.573Z Actions: Completed 19 actions in 0.01 seconds.
3642026-05-21T00:11:59.088Z Done
3652026-05-21T00:11:59.088Z Done
3662026-05-21T00:11:59.717Z Done
3672026-05-21T00:12:02.632Z Done
3682026-05-21T00:12:02.707Z Done
3692026-05-21T00:12:02.711Z Done
3702026-05-21T00:12:03.063Z Done
3712026-05-21T00:12:03.202Z++ pfexec svcadm enable baseline
3722026-05-21T00:12:03.217Z++ retry=0
3732026-05-21T00:12:03.221Z+++ svcs -Hostate baseline
3742026-05-21T00:12:03.239Z++ [[ offline* != online ]]
3752026-05-21T00:12:03.239Z++ [[ 0 -gt 300 ]]
3762026-05-21T00:12:03.242Z++ sleep 1
3772026-05-21T00:12:04.242Z++ retry=1
3782026-05-21T00:12:04.245Z+++ svcs -Hostate baseline
3792026-05-21T00:12:04.274Z++ [[ offline* != online ]]
3802026-05-21T00:12:04.274Z++ [[ 1 -gt 300 ]]
3812026-05-21T00:12:04.274Z++ sleep 1
3822026-05-21T00:12:05.258Z++ retry=2
3832026-05-21T00:12:05.262Z+++ svcs -Hostate baseline
3842026-05-21T00:12:05.273Z++ [[ offline* != online ]]
3852026-05-21T00:12:05.273Z++ [[ 2 -gt 300 ]]
3862026-05-21T00:12:05.273Z++ sleep 1
3872026-05-21T00:12:06.275Z++ retry=3
3882026-05-21T00:12:06.279Z+++ svcs -Hostate baseline
3892026-05-21T00:12:06.290Z++ [[ offline* != online ]]
3902026-05-21T00:12:06.293Z++ [[ 3 -gt 300 ]]
3912026-05-21T00:12:06.293Z++ sleep 1
3922026-05-21T00:12:07.292Z++ retry=4
3932026-05-21T00:12:07.295Z+++ svcs -Hostate baseline
3942026-05-21T00:12:07.317Z++ [[ offline* != online ]]
3952026-05-21T00:12:07.317Z++ [[ 4 -gt 300 ]]
3962026-05-21T00:12:07.317Z++ sleep 1
3972026-05-21T00:12:08.319Z++ retry=5
3982026-05-21T00:12:08.323Z+++ svcs -Hostate baseline
3992026-05-21T00:12:08.340Z++ [[ offline* != online ]]
4002026-05-21T00:12:08.340Z++ [[ 5 -gt 300 ]]
4012026-05-21T00:12:08.345Z++ sleep 1
4022026-05-21T00:12:09.343Z++ retry=6
4032026-05-21T00:12:09.346Z+++ svcs -Hostate baseline
4042026-05-21T00:12:09.359Z++ [[ offline* != online ]]
4052026-05-21T00:12:09.359Z++ [[ 6 -gt 300 ]]
4062026-05-21T00:12:09.359Z++ sleep 1
4072026-05-21T00:12:10.362Z++ retry=7
4082026-05-21T00:12:10.365Z+++ svcs -Hostate baseline
4092026-05-21T00:12:10.378Z++ [[ offline* != online ]]
4102026-05-21T00:12:10.378Z++ [[ 7 -gt 300 ]]
4112026-05-21T00:12:10.378Z++ sleep 1
4122026-05-21T00:12:11.380Z++ retry=8
4132026-05-21T00:12:11.384Z+++ svcs -Hostate baseline
4142026-05-21T00:12:11.397Z++ [[ offline* != online ]]
4152026-05-21T00:12:11.397Z++ [[ 8 -gt 300 ]]
4162026-05-21T00:12:11.397Z++ sleep 1
4172026-05-21T00:12:12.399Z++ retry=9
4182026-05-21T00:12:12.402Z+++ svcs -Hostate baseline
4192026-05-21T00:12:12.415Z++ [[ offline* != online ]]
4202026-05-21T00:12:12.415Z++ [[ 9 -gt 300 ]]
4212026-05-21T00:12:12.415Z++ sleep 1
4222026-05-21T00:12:13.417Z++ retry=10
4232026-05-21T00:12:13.421Z+++ svcs -Hostate baseline
4242026-05-21T00:12:13.433Z++ [[ offline* != online ]]
4252026-05-21T00:12:13.433Z++ [[ 10 -gt 300 ]]
4262026-05-21T00:12:13.434Z++ sleep 1
4272026-05-21T00:12:14.586Z++ retry=11
4282026-05-21T00:12:14.601Z+++ svcs -Hostate baseline
4292026-05-21T00:12:14.601Z++ [[ offline* != online ]]
4302026-05-21T00:12:14.601Z++ [[ 11 -gt 300 ]]
4312026-05-21T00:12:14.601Z++ sleep 1
4322026-05-21T00:12:15.455Z++ retry=12
4332026-05-21T00:12:15.459Z+++ svcs -Hostate baseline
4342026-05-21T00:12:15.470Z++ [[ offline* != online ]]
4352026-05-21T00:12:15.470Z++ [[ 12 -gt 300 ]]
4362026-05-21T00:12:15.470Z++ sleep 1
4372026-05-21T00:12:16.474Z++ retry=13
4382026-05-21T00:12:16.478Z+++ svcs -Hostate baseline
4392026-05-21T00:12:16.489Z++ [[ offline* != online ]]
4402026-05-21T00:12:16.489Z++ [[ 13 -gt 300 ]]
4412026-05-21T00:12:16.489Z++ sleep 1
4422026-05-21T00:12:17.491Z++ retry=14
4432026-05-21T00:12:17.494Z+++ svcs -Hostate baseline
4442026-05-21T00:12:17.509Z++ [[ offline* != online ]]
4452026-05-21T00:12:17.510Z++ [[ 14 -gt 300 ]]
4462026-05-21T00:12:17.510Z++ sleep 1
4472026-05-21T00:12:18.510Z++ retry=15
4482026-05-21T00:12:18.514Z+++ svcs -Hostate baseline
4492026-05-21T00:12:19.504Z++ [[ offline* != online ]]
4502026-05-21T00:12:19.504Z++ [[ 15 -gt 300 ]]
4512026-05-21T00:12:19.504Z++ sleep 1
4522026-05-21T00:12:19.563Z++ retry=16
4532026-05-21T00:12:19.585Z+++ svcs -Hostate baseline
4542026-05-21T00:12:19.585Z++ [[ offline* != online ]]
4552026-05-21T00:12:19.585Z++ [[ 16 -gt 300 ]]
4562026-05-21T00:12:19.585Z++ sleep 1
4572026-05-21T00:12:20.545Z++ retry=17
4582026-05-21T00:12:20.548Z+++ svcs -Hostate baseline
4592026-05-21T00:12:20.562Z++ [[ offline* != online ]]
4602026-05-21T00:12:20.565Z++ [[ 17 -gt 300 ]]
4612026-05-21T00:12:20.565Z++ sleep 1
4622026-05-21T00:12:21.763Z++ retry=18
4632026-05-21T00:12:21.784Z+++ svcs -Hostate baseline
4642026-05-21T00:12:21.784Z++ [[ offline* != online ]]
4652026-05-21T00:12:21.784Z++ [[ 18 -gt 300 ]]
4662026-05-21T00:12:21.784Z++ sleep 1
4672026-05-21T00:12:22.582Z++ retry=19
4682026-05-21T00:12:22.585Z+++ svcs -Hostate baseline
4692026-05-21T00:12:22.598Z++ [[ offline* != online ]]
4702026-05-21T00:12:22.598Z++ [[ 19 -gt 300 ]]
4712026-05-21T00:12:22.598Z++ sleep 1
4722026-05-21T00:12:23.600Z++ retry=20
4732026-05-21T00:12:23.602Z+++ svcs -Hostate baseline
4742026-05-21T00:12:23.616Z++ [[ offline* != online ]]
4752026-05-21T00:12:23.616Z++ [[ 20 -gt 300 ]]
4762026-05-21T00:12:23.619Z++ sleep 1
4772026-05-21T00:12:24.618Z++ retry=21
4782026-05-21T00:12:24.621Z+++ svcs -Hostate baseline
4792026-05-21T00:12:24.634Z++ [[ offline* != online ]]
4802026-05-21T00:12:24.634Z++ [[ 21 -gt 300 ]]
4812026-05-21T00:12:24.637Z++ sleep 1
4822026-05-21T00:12:25.636Z++ retry=22
4832026-05-21T00:12:25.639Z+++ svcs -Hostate baseline
4842026-05-21T00:12:25.652Z++ [[ offline* != online ]]
4852026-05-21T00:12:25.652Z++ [[ 22 -gt 300 ]]
4862026-05-21T00:12:25.652Z++ sleep 1
4872026-05-21T00:12:26.654Z++ retry=23
4882026-05-21T00:12:26.657Z+++ svcs -Hostate baseline
4892026-05-21T00:12:26.673Z++ [[ offline* != online ]]
4902026-05-21T00:12:26.673Z++ [[ 23 -gt 300 ]]
4912026-05-21T00:12:26.673Z++ sleep 1
4922026-05-21T00:12:27.672Z++ retry=24
4932026-05-21T00:12:27.675Z+++ svcs -Hostate baseline
4942026-05-21T00:12:27.687Z++ [[ offline* != online ]]
4952026-05-21T00:12:27.687Z++ [[ 24 -gt 300 ]]
4962026-05-21T00:12:27.687Z++ sleep 1
4972026-05-21T00:12:28.690Z++ retry=25
4982026-05-21T00:12:28.693Z+++ svcs -Hostate baseline
4992026-05-21T00:12:28.706Z++ [[ offline* != online ]]
5002026-05-21T00:12:28.706Z++ [[ 25 -gt 300 ]]
5012026-05-21T00:12:28.706Z++ sleep 1
5022026-05-21T00:12:29.708Z++ retry=26
5032026-05-21T00:12:29.711Z+++ svcs -Hostate baseline
5042026-05-21T00:12:29.724Z++ [[ offline* != online ]]
5052026-05-21T00:12:29.724Z++ [[ 26 -gt 300 ]]
5062026-05-21T00:12:29.724Z++ sleep 1
5072026-05-21T00:12:30.726Z++ retry=27
5082026-05-21T00:12:30.730Z+++ svcs -Hostate baseline
5092026-05-21T00:12:30.742Z++ [[ offline* != online ]]
5102026-05-21T00:12:30.742Z++ [[ 27 -gt 300 ]]
5112026-05-21T00:12:30.742Z++ sleep 1
5122026-05-21T00:12:31.744Z++ retry=28
5132026-05-21T00:12:31.748Z+++ svcs -Hostate baseline
5142026-05-21T00:12:31.760Z++ [[ offline* != online ]]
5152026-05-21T00:12:31.760Z++ [[ 28 -gt 300 ]]
5162026-05-21T00:12:31.760Z++ sleep 1
5172026-05-21T00:12:32.762Z++ retry=29
5182026-05-21T00:12:32.766Z+++ svcs -Hostate baseline
5192026-05-21T00:12:32.780Z++ [[ offline* != online ]]
5202026-05-21T00:12:32.780Z++ [[ 29 -gt 300 ]]
5212026-05-21T00:12:32.780Z++ sleep 1
5222026-05-21T00:12:33.781Z++ retry=30
5232026-05-21T00:12:33.784Z+++ svcs -Hostate baseline
5242026-05-21T00:12:33.797Z++ [[ offline* != online ]]
5252026-05-21T00:12:33.797Z++ [[ 30 -gt 300 ]]
5262026-05-21T00:12:33.797Z++ sleep 1
5272026-05-21T00:12:34.799Z++ retry=31
5282026-05-21T00:12:34.803Z+++ svcs -Hostate baseline
5292026-05-21T00:12:34.815Z++ [[ offline* != online ]]
5302026-05-21T00:12:34.815Z++ [[ 31 -gt 300 ]]
5312026-05-21T00:12:34.815Z++ sleep 1
5322026-05-21T00:12:35.823Z++ retry=32
5332026-05-21T00:12:35.828Z+++ svcs -Hostate baseline
5342026-05-21T00:12:35.833Z++ [[ offline* != online ]]
5352026-05-21T00:12:35.833Z++ [[ 32 -gt 300 ]]
5362026-05-21T00:12:35.833Z++ sleep 1
5372026-05-21T00:12:36.835Z++ retry=33
5382026-05-21T00:12:36.838Z+++ svcs -Hostate baseline
5392026-05-21T00:12:36.851Z++ [[ offline* != online ]]
5402026-05-21T00:12:36.851Z++ [[ 33 -gt 300 ]]
5412026-05-21T00:12:36.851Z++ sleep 1
5422026-05-21T00:12:37.853Z++ retry=34
5432026-05-21T00:12:37.857Z+++ svcs -Hostate baseline
5442026-05-21T00:12:37.871Z++ [[ offline* != online ]]
5452026-05-21T00:12:37.871Z++ [[ 34 -gt 300 ]]
5462026-05-21T00:12:37.871Z++ sleep 1
5472026-05-21T00:12:38.872Z++ retry=35
5482026-05-21T00:12:38.876Z+++ svcs -Hostate baseline
5492026-05-21T00:12:38.888Z++ [[ offline* != online ]]
5502026-05-21T00:12:38.888Z++ [[ 35 -gt 300 ]]
5512026-05-21T00:12:38.888Z++ sleep 1
5522026-05-21T00:12:39.890Z++ retry=36
5532026-05-21T00:12:39.894Z+++ svcs -Hostate baseline
5542026-05-21T00:12:39.906Z++ [[ offline* != online ]]
5552026-05-21T00:12:39.906Z++ [[ 36 -gt 300 ]]
5562026-05-21T00:12:39.906Z++ sleep 1
5572026-05-21T00:12:40.908Z++ retry=37
5582026-05-21T00:12:40.911Z+++ svcs -Hostate baseline
5592026-05-21T00:12:40.924Z++ [[ offline* != online ]]
5602026-05-21T00:12:40.924Z++ [[ 37 -gt 300 ]]
5612026-05-21T00:12:40.924Z++ sleep 1
5622026-05-21T00:12:41.926Z++ retry=38
5632026-05-21T00:12:41.929Z+++ svcs -Hostate baseline
5642026-05-21T00:12:41.942Z++ [[ offline* != online ]]
5652026-05-21T00:12:41.942Z++ [[ 38 -gt 300 ]]
5662026-05-21T00:12:41.942Z++ sleep 1
5672026-05-21T00:12:42.944Z++ retry=39
5682026-05-21T00:12:42.947Z+++ svcs -Hostate baseline
5692026-05-21T00:12:42.960Z++ [[ offline* != online ]]
5702026-05-21T00:12:42.960Z++ [[ 39 -gt 300 ]]
5712026-05-21T00:12:42.960Z++ sleep 1
5722026-05-21T00:12:43.962Z++ retry=40
5732026-05-21T00:12:43.966Z+++ svcs -Hostate baseline
5742026-05-21T00:12:43.978Z++ [[ offline* != online ]]
5752026-05-21T00:12:43.978Z++ [[ 40 -gt 300 ]]
5762026-05-21T00:12:43.978Z++ sleep 1
5772026-05-21T00:12:44.981Z++ retry=41
5782026-05-21T00:12:44.984Z+++ svcs -Hostate baseline
5792026-05-21T00:12:44.996Z++ [[ offline* != online ]]
5802026-05-21T00:12:44.996Z++ [[ 41 -gt 300 ]]
5812026-05-21T00:12:44.996Z++ sleep 1
5822026-05-21T00:12:45.999Z++ retry=42
5832026-05-21T00:12:46.002Z+++ svcs -Hostate baseline
5842026-05-21T00:12:46.015Z++ [[ offline* != online ]]
5852026-05-21T00:12:46.015Z++ [[ 42 -gt 300 ]]
5862026-05-21T00:12:46.015Z++ sleep 1
5872026-05-21T00:12:47.018Z++ retry=43
5882026-05-21T00:12:47.024Z+++ svcs -Hostate baseline
5892026-05-21T00:12:47.033Z++ [[ offline* != online ]]
5902026-05-21T00:12:47.033Z++ [[ 43 -gt 300 ]]
5912026-05-21T00:12:47.033Z++ sleep 1
5922026-05-21T00:12:48.036Z++ retry=44
5932026-05-21T00:12:48.040Z+++ svcs -Hostate baseline
5942026-05-21T00:12:48.051Z++ [[ offline* != online ]]
5952026-05-21T00:12:48.051Z++ [[ 44 -gt 300 ]]
5962026-05-21T00:12:48.051Z++ sleep 1
5972026-05-21T00:12:49.053Z++ retry=45
5982026-05-21T00:12:49.057Z+++ svcs -Hostate baseline
5992026-05-21T00:12:49.069Z++ [[ offline* != online ]]
6002026-05-21T00:12:49.069Z++ [[ 45 -gt 300 ]]
6012026-05-21T00:12:49.069Z++ sleep 1
6022026-05-21T00:12:50.071Z++ retry=46
6032026-05-21T00:12:50.075Z+++ svcs -Hostate baseline
6042026-05-21T00:12:50.089Z++ [[ offline* != online ]]
6052026-05-21T00:12:50.089Z++ [[ 46 -gt 300 ]]
6062026-05-21T00:12:50.089Z++ sleep 1
6072026-05-21T00:12:51.089Z++ retry=47
6082026-05-21T00:12:51.093Z+++ svcs -Hostate baseline
6092026-05-21T00:12:51.105Z++ [[ offline* != online ]]
6102026-05-21T00:12:51.105Z++ [[ 47 -gt 300 ]]
6112026-05-21T00:12:51.105Z++ sleep 1
6122026-05-21T00:12:52.107Z++ retry=48
6132026-05-21T00:12:52.112Z+++ svcs -Hostate baseline
6142026-05-21T00:12:52.124Z++ [[ offline* != online ]]
6152026-05-21T00:12:52.124Z++ [[ 48 -gt 300 ]]
6162026-05-21T00:12:52.124Z++ sleep 1
6172026-05-21T00:12:53.126Z++ retry=49
6182026-05-21T00:12:53.129Z+++ svcs -Hostate baseline
6192026-05-21T00:12:53.142Z++ [[ offline* != online ]]
6202026-05-21T00:12:53.142Z++ [[ 49 -gt 300 ]]
6212026-05-21T00:12:53.142Z++ sleep 1
6222026-05-21T00:12:54.144Z++ retry=50
6232026-05-21T00:12:54.147Z+++ svcs -Hostate baseline
6242026-05-21T00:12:54.160Z++ [[ offline* != online ]]
6252026-05-21T00:12:54.160Z++ [[ 50 -gt 300 ]]
6262026-05-21T00:12:54.160Z++ sleep 1
6272026-05-21T00:12:55.162Z++ retry=51
6282026-05-21T00:12:55.165Z+++ svcs -Hostate baseline
6292026-05-21T00:12:55.178Z++ [[ offline* != online ]]
6302026-05-21T00:12:55.178Z++ [[ 51 -gt 300 ]]
6312026-05-21T00:12:55.178Z++ sleep 1
6322026-05-21T00:12:56.180Z++ retry=52
6332026-05-21T00:12:56.184Z+++ svcs -Hostate baseline
6342026-05-21T00:12:56.196Z++ [[ offline* != online ]]
6352026-05-21T00:12:56.196Z++ [[ 52 -gt 300 ]]
6362026-05-21T00:12:56.196Z++ sleep 1
6372026-05-21T00:12:57.199Z++ retry=53
6382026-05-21T00:12:57.203Z+++ svcs -Hostate baseline
6392026-05-21T00:12:57.214Z++ [[ offline* != online ]]
6402026-05-21T00:12:57.214Z++ [[ 53 -gt 300 ]]
6412026-05-21T00:12:57.214Z++ sleep 1
6422026-05-21T00:12:58.217Z++ retry=54
6432026-05-21T00:12:58.220Z+++ svcs -Hostate baseline
6442026-05-21T00:12:58.233Z++ [[ offline* != online ]]
6452026-05-21T00:12:58.233Z++ [[ 54 -gt 300 ]]
6462026-05-21T00:12:58.233Z++ sleep 1
6472026-05-21T00:12:59.235Z++ retry=55
6482026-05-21T00:12:59.241Z+++ svcs -Hostate baseline
6492026-05-21T00:12:59.253Z++ [[ offline* != online ]]
6502026-05-21T00:12:59.253Z++ [[ 55 -gt 300 ]]
6512026-05-21T00:12:59.253Z++ sleep 1
6522026-05-21T00:13:00.254Z++ retry=56
6532026-05-21T00:13:00.257Z+++ svcs -Hostate baseline
6542026-05-21T00:13:00.271Z++ [[ offline* != online ]]
6552026-05-21T00:13:00.271Z++ [[ 56 -gt 300 ]]
6562026-05-21T00:13:00.271Z++ sleep 1
6572026-05-21T00:13:01.273Z++ retry=57
6582026-05-21T00:13:02.279Z+++ svcs -Hostate baseline
6592026-05-21T00:13:02.282Z++ [[ offline* != online ]]
6602026-05-21T00:13:02.282Z++ [[ 57 -gt 300 ]]
6612026-05-21T00:13:02.282Z++ sleep 1
6622026-05-21T00:13:02.291Z++ retry=58
6632026-05-21T00:13:02.294Z+++ svcs -Hostate baseline
6642026-05-21T00:13:02.308Z++ [[ offline* != online ]]
6652026-05-21T00:13:02.308Z++ [[ 58 -gt 300 ]]
6662026-05-21T00:13:02.308Z++ sleep 1
6672026-05-21T00:13:03.309Z++ retry=59
6682026-05-21T00:13:03.312Z+++ svcs -Hostate baseline
6692026-05-21T00:13:03.326Z++ [[ offline* != online ]]
6702026-05-21T00:13:03.326Z++ [[ 59 -gt 300 ]]
6712026-05-21T00:13:03.326Z++ sleep 1
6722026-05-21T00:13:04.328Z++ retry=60
6732026-05-21T00:13:04.332Z+++ svcs -Hostate baseline
6742026-05-21T00:13:04.346Z++ [[ offline* != online ]]
6752026-05-21T00:13:04.346Z++ [[ 60 -gt 300 ]]
6762026-05-21T00:13:04.346Z++ sleep 1
6772026-05-21T00:13:05.346Z++ retry=61
6782026-05-21T00:13:05.350Z+++ svcs -Hostate baseline
6792026-05-21T00:13:05.363Z++ [[ offline* != online ]]
6802026-05-21T00:13:05.363Z++ [[ 61 -gt 300 ]]
6812026-05-21T00:13:05.363Z++ sleep 1
6822026-05-21T00:13:06.365Z++ retry=62
6832026-05-21T00:13:06.368Z+++ svcs -Hostate baseline
6842026-05-21T00:13:06.381Z++ [[ offline* != online ]]
6852026-05-21T00:13:06.381Z++ [[ 62 -gt 300 ]]
6862026-05-21T00:13:06.381Z++ sleep 1
6872026-05-21T00:13:07.384Z++ retry=63
6882026-05-21T00:13:07.387Z+++ svcs -Hostate baseline
6892026-05-21T00:13:07.401Z++ [[ offline* != online ]]
6902026-05-21T00:13:07.401Z++ [[ 63 -gt 300 ]]
6912026-05-21T00:13:07.401Z++ sleep 1
6922026-05-21T00:13:08.404Z++ retry=64
6932026-05-21T00:13:08.407Z+++ svcs -Hostate baseline
6942026-05-21T00:13:08.419Z++ [[ offline* != online ]]
6952026-05-21T00:13:08.419Z++ [[ 64 -gt 300 ]]
6962026-05-21T00:13:08.419Z++ sleep 1
6972026-05-21T00:13:09.422Z++ retry=65
6982026-05-21T00:13:09.425Z+++ svcs -Hostate baseline
6992026-05-21T00:13:09.438Z++ [[ offline* != online ]]
7002026-05-21T00:13:09.438Z++ [[ 65 -gt 300 ]]
7012026-05-21T00:13:09.438Z++ sleep 1
7022026-05-21T00:13:10.441Z++ retry=66
7032026-05-21T00:13:10.444Z+++ svcs -Hostate baseline
7042026-05-21T00:13:10.456Z++ [[ offline* != online ]]
7052026-05-21T00:13:10.456Z++ [[ 66 -gt 300 ]]
7062026-05-21T00:13:10.456Z++ sleep 1
7072026-05-21T00:13:11.458Z++ retry=67
7082026-05-21T00:13:11.462Z+++ svcs -Hostate baseline
7092026-05-21T00:13:11.474Z++ [[ offline* != online ]]
7102026-05-21T00:13:11.474Z++ [[ 67 -gt 300 ]]
7112026-05-21T00:13:11.474Z++ sleep 1
7122026-05-21T00:13:12.477Z++ retry=68
7132026-05-21T00:13:12.480Z+++ svcs -Hostate baseline
7142026-05-21T00:13:12.494Z++ [[ offline* != online ]]
7152026-05-21T00:13:12.494Z++ [[ 68 -gt 300 ]]
7162026-05-21T00:13:12.494Z++ sleep 1
7172026-05-21T00:13:13.495Z++ retry=69
7182026-05-21T00:13:13.499Z+++ svcs -Hostate baseline
7192026-05-21T00:13:13.510Z++ [[ offline* != online ]]
7202026-05-21T00:13:13.510Z++ [[ 69 -gt 300 ]]
7212026-05-21T00:13:13.510Z++ sleep 1
7222026-05-21T00:13:14.514Z++ retry=70
7232026-05-21T00:13:14.518Z+++ svcs -Hostate baseline
7242026-05-21T00:13:14.529Z++ [[ offline* != online ]]
7252026-05-21T00:13:14.529Z++ [[ 70 -gt 300 ]]
7262026-05-21T00:13:14.529Z++ sleep 1
7272026-05-21T00:13:15.532Z++ retry=71
7282026-05-21T00:13:15.535Z+++ svcs -Hostate baseline
7292026-05-21T00:13:15.547Z++ [[ offline* != online ]]
7302026-05-21T00:13:15.547Z++ [[ 71 -gt 300 ]]
7312026-05-21T00:13:15.547Z++ sleep 1
7322026-05-21T00:13:16.549Z++ retry=72
7332026-05-21T00:13:16.552Z+++ svcs -Hostate baseline
7342026-05-21T00:13:16.566Z++ [[ offline* != online ]]
7352026-05-21T00:13:16.566Z++ [[ 72 -gt 300 ]]
7362026-05-21T00:13:16.566Z++ sleep 1
7372026-05-21T00:13:17.568Z++ retry=73
7382026-05-21T00:13:17.571Z+++ svcs -Hostate baseline
7392026-05-21T00:13:17.584Z++ [[ offline* != online ]]
7402026-05-21T00:13:17.584Z++ [[ 73 -gt 300 ]]
7412026-05-21T00:13:17.584Z++ sleep 1
7422026-05-21T00:13:18.587Z++ retry=74
7432026-05-21T00:13:18.590Z+++ svcs -Hostate baseline
7442026-05-21T00:13:18.602Z++ [[ offline* != online ]]
7452026-05-21T00:13:18.602Z++ [[ 74 -gt 300 ]]
7462026-05-21T00:13:18.602Z++ sleep 1
7472026-05-21T00:13:19.604Z++ retry=75
7482026-05-21T00:13:19.607Z+++ svcs -Hostate baseline
7492026-05-21T00:13:19.620Z++ [[ offline* != online ]]
7502026-05-21T00:13:19.620Z++ [[ 75 -gt 300 ]]
7512026-05-21T00:13:19.621Z++ sleep 1
7522026-05-21T00:13:20.623Z++ retry=76
7532026-05-21T00:13:20.626Z+++ svcs -Hostate baseline
7542026-05-21T00:13:20.639Z++ [[ offline* != online ]]
7552026-05-21T00:13:20.639Z++ [[ 76 -gt 300 ]]
7562026-05-21T00:13:20.639Z++ sleep 1
7572026-05-21T00:13:21.642Z++ retry=77
7582026-05-21T00:13:21.646Z+++ svcs -Hostate baseline
7592026-05-21T00:13:21.657Z++ [[ offline* != online ]]
7602026-05-21T00:13:21.657Z++ [[ 77 -gt 300 ]]
7612026-05-21T00:13:21.657Z++ sleep 1
7622026-05-21T00:13:22.659Z++ retry=78
7632026-05-21T00:13:22.662Z+++ svcs -Hostate baseline
7642026-05-21T00:13:22.702Z++ [[ offline* != online ]]
7652026-05-21T00:13:22.702Z++ [[ 78 -gt 300 ]]
7662026-05-21T00:13:22.702Z++ sleep 1
7672026-05-21T00:13:23.677Z++ retry=79
7682026-05-21T00:13:23.680Z+++ svcs -Hostate baseline
7692026-05-21T00:13:23.693Z++ [[ offline* != online ]]
7702026-05-21T00:13:23.693Z++ [[ 79 -gt 300 ]]
7712026-05-21T00:13:23.693Z++ sleep 1
7722026-05-21T00:13:24.695Z++ retry=80
7732026-05-21T00:13:24.698Z+++ svcs -Hostate baseline
7742026-05-21T00:13:24.710Z++ [[ offline* != online ]]
7752026-05-21T00:13:24.710Z++ [[ 80 -gt 300 ]]
7762026-05-21T00:13:24.711Z++ sleep 1
7772026-05-21T00:13:25.713Z++ retry=81
7782026-05-21T00:13:25.717Z+++ svcs -Hostate baseline
7792026-05-21T00:13:25.728Z++ [[ offline* != online ]]
7802026-05-21T00:13:25.728Z++ [[ 81 -gt 300 ]]
7812026-05-21T00:13:25.728Z++ sleep 1
7822026-05-21T00:13:26.732Z++ retry=82
7832026-05-21T00:13:26.736Z+++ svcs -Hostate baseline
7842026-05-21T00:13:26.746Z++ [[ offline* != online ]]
7852026-05-21T00:13:26.746Z++ [[ 82 -gt 300 ]]
7862026-05-21T00:13:26.746Z++ sleep 1
7872026-05-21T00:13:27.749Z++ retry=83
7882026-05-21T00:13:27.752Z+++ svcs -Hostate baseline
7892026-05-21T00:13:27.766Z++ [[ offline* != online ]]
7902026-05-21T00:13:27.766Z++ [[ 83 -gt 300 ]]
7912026-05-21T00:13:27.766Z++ sleep 1
7922026-05-21T00:13:28.767Z++ retry=84
7932026-05-21T00:13:28.770Z+++ svcs -Hostate baseline
7942026-05-21T00:13:28.783Z++ [[ offline* != online ]]
7952026-05-21T00:13:28.783Z++ [[ 84 -gt 300 ]]
7962026-05-21T00:13:28.783Z++ sleep 1
7972026-05-21T00:13:29.785Z++ retry=85
7982026-05-21T00:13:29.788Z+++ svcs -Hostate baseline
7992026-05-21T00:13:29.800Z++ [[ offline* != online ]]
8002026-05-21T00:13:29.800Z++ [[ 85 -gt 300 ]]
8012026-05-21T00:13:29.801Z++ sleep 1
8022026-05-21T00:13:30.803Z++ retry=86
8032026-05-21T00:13:30.806Z+++ svcs -Hostate baseline
8042026-05-21T00:13:30.819Z++ [[ offline* != online ]]
8052026-05-21T00:13:30.819Z++ [[ 86 -gt 300 ]]
8062026-05-21T00:13:30.819Z++ sleep 1
8072026-05-21T00:13:31.821Z++ retry=87
8082026-05-21T00:13:31.824Z+++ svcs -Hostate baseline
8092026-05-21T00:13:31.837Z++ [[ offline* != online ]]
8102026-05-21T00:13:31.837Z++ [[ 87 -gt 300 ]]
8112026-05-21T00:13:31.837Z++ sleep 1
8122026-05-21T00:13:32.839Z++ retry=88
8132026-05-21T00:13:32.842Z+++ svcs -Hostate baseline
8142026-05-21T00:13:32.855Z++ [[ offline* != online ]]
8152026-05-21T00:13:32.855Z++ [[ 88 -gt 300 ]]
8162026-05-21T00:13:32.855Z++ sleep 1
8172026-05-21T00:13:33.857Z++ retry=89
8182026-05-21T00:13:33.860Z+++ svcs -Hostate baseline
8192026-05-21T00:13:33.873Z++ [[ offline* != online ]]
8202026-05-21T00:13:33.873Z++ [[ 89 -gt 300 ]]
8212026-05-21T00:13:33.873Z++ sleep 1
8222026-05-21T00:13:34.875Z++ retry=90
8232026-05-21T00:13:34.878Z+++ svcs -Hostate baseline
8242026-05-21T00:13:34.892Z++ [[ offline* != online ]]
8252026-05-21T00:13:34.892Z++ [[ 90 -gt 300 ]]
8262026-05-21T00:13:34.892Z++ sleep 1
8272026-05-21T00:13:35.894Z++ retry=91
8282026-05-21T00:13:35.898Z+++ svcs -Hostate baseline
8292026-05-21T00:13:35.910Z++ [[ offline* != online ]]
8302026-05-21T00:13:35.910Z++ [[ 91 -gt 300 ]]
8312026-05-21T00:13:35.910Z++ sleep 1
8322026-05-21T00:13:36.913Z++ retry=92
8332026-05-21T00:13:36.916Z+++ svcs -Hostate baseline
8342026-05-21T00:13:36.929Z++ [[ offline* != online ]]
8352026-05-21T00:13:36.929Z++ [[ 92 -gt 300 ]]
8362026-05-21T00:13:36.929Z++ sleep 1
8372026-05-21T00:13:37.931Z++ retry=93
8382026-05-21T00:13:37.934Z+++ svcs -Hostate baseline
8392026-05-21T00:13:37.947Z++ [[ offline* != online ]]
8402026-05-21T00:13:37.947Z++ [[ 93 -gt 300 ]]
8412026-05-21T00:13:37.950Z++ sleep 1
8422026-05-21T00:13:38.948Z++ retry=94
8432026-05-21T00:13:38.951Z+++ svcs -Hostate baseline
8442026-05-21T00:13:38.964Z++ [[ offline* != online ]]
8452026-05-21T00:13:38.964Z++ [[ 94 -gt 300 ]]
8462026-05-21T00:13:38.964Z++ sleep 1
8472026-05-21T00:13:39.966Z++ retry=95
8482026-05-21T00:13:39.969Z+++ svcs -Hostate baseline
8492026-05-21T00:13:39.982Z++ [[ offline* != online ]]
8502026-05-21T00:13:39.982Z++ [[ 95 -gt 300 ]]
8512026-05-21T00:13:39.982Z++ sleep 1
8522026-05-21T00:13:40.984Z++ retry=96
8532026-05-21T00:13:40.987Z+++ svcs -Hostate baseline
8542026-05-21T00:13:41.003Z++ [[ offline* != online ]]
8552026-05-21T00:13:41.003Z++ [[ 96 -gt 300 ]]
8562026-05-21T00:13:41.003Z++ sleep 1
8572026-05-21T00:13:42.003Z++ retry=97
8582026-05-21T00:13:42.006Z+++ svcs -Hostate baseline
8592026-05-21T00:13:42.018Z++ [[ offline* != online ]]
8602026-05-21T00:13:42.018Z++ [[ 97 -gt 300 ]]
8612026-05-21T00:13:42.018Z++ sleep 1
8622026-05-21T00:13:43.021Z++ retry=98
8632026-05-21T00:13:43.024Z+++ svcs -Hostate baseline
8642026-05-21T00:13:43.039Z++ [[ offline* != online ]]
8652026-05-21T00:13:43.039Z++ [[ 98 -gt 300 ]]
8662026-05-21T00:13:43.039Z++ sleep 1
8672026-05-21T00:13:44.039Z++ retry=99
8682026-05-21T00:13:44.042Z+++ svcs -Hostate baseline
8692026-05-21T00:13:44.055Z++ [[ offline* != online ]]
8702026-05-21T00:13:44.055Z++ [[ 99 -gt 300 ]]
8712026-05-21T00:13:44.058Z++ sleep 1
8722026-05-21T00:13:45.055Z++ retry=100
8732026-05-21T00:13:45.058Z+++ svcs -Hostate baseline
8742026-05-21T00:13:45.072Z++ [[ offline* != online ]]
8752026-05-21T00:13:45.072Z++ [[ 100 -gt 300 ]]
8762026-05-21T00:13:45.072Z++ sleep 1
8772026-05-21T00:13:46.073Z++ retry=101
8782026-05-21T00:13:46.076Z+++ svcs -Hostate baseline
8792026-05-21T00:13:46.089Z++ [[ offline* != online ]]
8802026-05-21T00:13:46.089Z++ [[ 101 -gt 300 ]]
8812026-05-21T00:13:46.089Z++ sleep 1
8822026-05-21T00:13:47.091Z++ retry=102
8832026-05-21T00:13:47.094Z+++ svcs -Hostate baseline
8842026-05-21T00:13:47.106Z++ [[ offline* != online ]]
8852026-05-21T00:13:47.106Z++ [[ 102 -gt 300 ]]
8862026-05-21T00:13:47.106Z++ sleep 1
8872026-05-21T00:13:48.108Z++ retry=103
8882026-05-21T00:13:48.112Z+++ svcs -Hostate baseline
8892026-05-21T00:13:48.124Z++ [[ offline* != online ]]
8902026-05-21T00:13:48.124Z++ [[ 103 -gt 300 ]]
8912026-05-21T00:13:48.124Z++ sleep 1
8922026-05-21T00:13:49.126Z++ retry=104
8932026-05-21T00:13:49.129Z+++ svcs -Hostate baseline
8942026-05-21T00:13:49.142Z++ [[ offline* != online ]]
8952026-05-21T00:13:49.142Z++ [[ 104 -gt 300 ]]
8962026-05-21T00:13:49.142Z++ sleep 1
8972026-05-21T00:13:50.144Z++ retry=105
8982026-05-21T00:13:50.148Z+++ svcs -Hostate baseline
8992026-05-21T00:13:50.160Z++ [[ offline* != online ]]
9002026-05-21T00:13:50.160Z++ [[ 105 -gt 300 ]]
9012026-05-21T00:13:50.160Z++ sleep 1
9022026-05-21T00:13:51.162Z++ retry=106
9032026-05-21T00:13:51.166Z+++ svcs -Hostate baseline
9042026-05-21T00:13:51.179Z++ [[ online != online ]]
9052026-05-21T00:13:51.179Z++ set -o errexit
9062026-05-21T00:13:51.182Z++ set -o pipefail
9072026-05-21T00:13:51.182Z++ banner build
9082026-05-21T00:13:51.182Z
9092026-05-21T00:13:51.182Z ##### # # # # #####
9102026-05-21T00:13:51.182Z # # # # # # # #
9112026-05-21T00:13:51.182Z ##### # # # # # #
9122026-05-21T00:13:51.182Z # # # # # # # #
9132026-05-21T00:13:51.182Z # # # # # # # #
9142026-05-21T00:13:51.183Z ##### #### # ###### #####
9152026-05-21T00:13:51.183Z
9162026-05-21T00:13:51.183Z++ cargo build --release --bin ddmd --bin ddmadm
9172026-05-21T00:13:51.186Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9182026-05-21T00:13:51.326Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9192026-05-21T00:13:51.329Zinfo: downloading 6 components
9202026-05-21T00:14:05.931Z Updating git repository `https://github.com/oxidecomputer/falcon`
9212026-05-21T00:14:06.817ZFrom https://github.com/oxidecomputer/falcon
9222026-05-21T00:14:06.817Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9232026-05-21T00:14:06.896Z Updating crates.io index
9242026-05-21T00:14:06.899Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9252026-05-21T00:14:07.616ZFrom https://github.com/oxidecomputer/dendrite
9262026-05-21T00:14:07.616Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9272026-05-21T00:14:07.685Z Updating git repository `https://github.com/oxidecomputer/ispf`
9282026-05-21T00:14:07.961ZFrom https://github.com/oxidecomputer/ispf
9292026-05-21T00:14:07.961Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9302026-05-21T00:14:08.163Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9312026-05-21T00:14:08.518ZFrom https://github.com/oxidecomputer/netadm-sys
9322026-05-21T00:14:08.518Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9332026-05-21T00:14:08.525Z Updating git repository `https://github.com/oxidecomputer/omicron`
9342026-05-21T00:14:16.095ZFrom https://github.com/oxidecomputer/omicron
9352026-05-21T00:14:16.095Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9362026-05-21T00:14:16.507Z Updating git repository `https://github.com/oxidecomputer/opte`
9372026-05-21T00:14:17.144ZFrom https://github.com/oxidecomputer/opte
9382026-05-21T00:14:17.144Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9392026-05-21T00:14:17.174Z Updating git repository `https://github.com/illumos/smf-rs`
9402026-05-21T00:14:17.428ZFrom https://github.com/illumos/smf-rs
9412026-05-21T00:14:17.428Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9422026-05-21T00:14:17.902Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9432026-05-21T00:14:18.213ZFrom https://github.com/oxidecomputer/network-interface
9442026-05-21T00:14:18.213Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9452026-05-21T00:14:18.375Z Updating git repository `https://github.com/oxidecomputer/zone`
9462026-05-21T00:14:18.662ZFrom https://github.com/oxidecomputer/zone
9472026-05-21T00:14:18.662Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9482026-05-21T00:14:18.683Z Updating git repository `https://github.com/oxidecomputer/propolis`
9492026-05-21T00:14:19.332ZFrom https://github.com/oxidecomputer/propolis
9502026-05-21T00:14:19.332Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9512026-05-21T00:14:19.494Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9522026-05-21T00:14:19.976ZFrom https://github.com/oxidecomputer/transceiver-control
9532026-05-21T00:14:19.976Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9542026-05-21T00:14:20.151Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9552026-05-21T00:14:20.394ZFrom https://github.com/oxidecomputer/dlpi-sys
9562026-05-21T00:14:20.394Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9572026-05-21T00:14:20.408Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9582026-05-21T00:14:20.714ZFrom https://github.com/jmesmon/rust-libzfs
9592026-05-21T00:14:20.714Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9602026-05-21T00:14:20.722Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9612026-05-21T00:14:20.973ZFrom https://github.com/oxidecomputer/rusty-doors
9622026-05-21T00:14:20.973Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9632026-05-21T00:14:20.984Z Updating git repository `https://github.com/oxidecomputer/lldp`
9642026-05-21T00:14:21.298ZFrom https://github.com/oxidecomputer/lldp
9652026-05-21T00:14:21.298Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9662026-05-21T00:14:21.354Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9672026-05-21T00:14:21.634ZFrom https://github.com/oxidecomputer/slog-error-chain
9682026-05-21T00:14:21.634Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9692026-05-21T00:14:21.687Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9702026-05-21T00:14:21.985ZFrom https://github.com/oxidecomputer/tufaceous
9712026-05-21T00:14:21.985Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9722026-05-21T00:14:22.017Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9732026-05-21T00:14:22.453ZFrom https://github.com/oxidecomputer/management-gateway-service
9742026-05-21T00:14:22.453Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9752026-05-21T00:14:22.657Z Updating git repository `https://github.com/oxidecomputer/crucible`
9762026-05-21T00:14:23.482ZFrom https://github.com/oxidecomputer/crucible
9772026-05-21T00:14:23.482Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9782026-05-21T00:14:24.159Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9792026-05-21T00:14:24.411ZFrom https://github.com/oxidecomputer/serde_human_bytes
9802026-05-21T00:14:24.412Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9812026-05-21T00:14:24.499Z Updating git repository `https://github.com/oxidecomputer/propolis`
9822026-05-21T00:14:24.844ZFrom https://github.com/oxidecomputer/propolis
9832026-05-21T00:14:24.844Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
9842026-05-21T00:14:25.048Z Updating git repository `https://github.com/oxidecomputer/opte`
9852026-05-21T00:14:25.330ZFrom https://github.com/oxidecomputer/opte
9862026-05-21T00:14:25.330Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
9872026-05-21T00:14:25.460Z Updating git repository `https://github.com/oxidecomputer/tofino`
9882026-05-21T00:14:25.795ZFrom https://github.com/oxidecomputer/tofino
9892026-05-21T00:14:25.795Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
9902026-05-21T00:14:25.805Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9912026-05-21T00:14:26.446ZFrom https://github.com/oxidecomputer/maghemite
9922026-05-21T00:14:26.446Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9932026-05-21T00:14:26.490Z Updating git repository `https://github.com/oxidecomputer/clickward`
9942026-05-21T00:14:26.762ZFrom https://github.com/oxidecomputer/clickward
9952026-05-21T00:14:26.762Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9962026-05-21T00:14:26.931Z Updating git repository `https://github.com/oxidecomputer/crucible`
9972026-05-21T00:14:27.288ZFrom https://github.com/oxidecomputer/crucible
9982026-05-21T00:14:27.288Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
9992026-05-21T00:14:27.328Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10002026-05-21T00:14:27.612ZFrom https://github.com/oxidecomputer/illumos-devinfo
10012026-05-21T00:14:27.612Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10022026-05-21T00:14:29.722Z Locking 3 packages to latest compatible versions
10032026-05-21T00:14:29.723Z Updating drift v0.1.4 -> v0.2.0
10042026-05-21T00:14:29.726Z Updating dropshot-api-manager v0.7.1 -> v0.7.2
10052026-05-21T00:14:29.726Z Updating dropshot-api-manager-types v0.7.1 -> v0.7.2
10062026-05-21T00:14:29.756Z Downloading crates ...
10072026-05-21T00:14:29.821Z Downloaded async-recursion v1.1.1
10082026-05-21T00:14:29.830Z Downloaded base16ct v1.0.0
10092026-05-21T00:14:29.837Z Downloaded aead v0.5.2
10102026-05-21T00:14:29.840Z Downloaded bit-set v0.8.0
10112026-05-21T00:14:29.843Z Downloaded adler2 v2.0.1
10122026-05-21T00:14:29.847Z Downloaded async-stream-impl v0.3.6
10132026-05-21T00:14:29.851Z Downloaded cstr-argument v0.1.2
10142026-05-21T00:14:29.853Z Downloaded getrandom v0.4.2
10152026-05-21T00:14:29.856Z Downloaded fxhash v0.2.1
10162026-05-21T00:14:29.856Z Downloaded argon2 v0.5.3
10172026-05-21T00:14:29.860Z Downloaded async-stream v0.3.6
10182026-05-21T00:14:29.862Z Downloaded digest v0.10.7
10192026-05-21T00:14:29.865Z Downloaded heck v0.5.0
10202026-05-21T00:14:29.865Z Downloaded hubpack v0.1.2
10212026-05-21T00:14:29.868Z Downloaded base64ct v1.8.3
10222026-05-21T00:14:29.871Z Downloaded defmt-parser v1.0.0
10232026-05-21T00:14:29.874Z Downloaded http-body v1.0.1
10242026-05-21T00:14:29.874Z Downloaded console v0.16.3
10252026-05-21T00:14:29.877Z Downloaded defmt v0.3.100
10262026-05-21T00:14:29.877Z Downloaded derive-ex v0.1.8
10272026-05-21T00:14:29.880Z Downloaded hash32 v0.3.1
10282026-05-21T00:14:29.883Z Downloaded derive-where v1.6.1
10292026-05-21T00:14:29.886Z Downloaded defmt-macros v1.1.0
10302026-05-21T00:14:29.889Z Downloaded ahash v0.8.12
10312026-05-21T00:14:29.892Z Downloaded ciborium-ll v0.2.2
10322026-05-21T00:14:29.892Z Downloaded crc8 v0.1.1
10332026-05-21T00:14:29.895Z Downloaded darling_macro v0.21.3
10342026-05-21T00:14:29.895Z Downloaded crc32fast v1.5.0
10352026-05-21T00:14:29.898Z Downloaded const-random v0.1.18
10362026-05-21T00:14:29.901Z Downloaded data-encoding v2.11.0
10372026-05-21T00:14:29.901Z Downloaded convert_case v0.4.0
10382026-05-21T00:14:29.904Z Downloaded hostname v0.4.2
10392026-05-21T00:14:29.904Z Downloaded foreign-types v0.3.2
10402026-05-21T00:14:29.908Z Downloaded crucible-workspace-hack v0.1.0
10412026-05-21T00:14:29.908Z Downloaded compression-core v0.4.32
10422026-05-21T00:14:29.911Z Downloaded atomicwrites v0.4.4
10432026-05-21T00:14:29.911Z Downloaded crypto-common v0.1.7
10442026-05-21T00:14:29.914Z Downloaded http v1.4.0
10452026-05-21T00:14:29.917Z Downloaded hostname v0.3.1
10462026-05-21T00:14:29.917Z Downloaded foreign-types-macros v0.2.3
10472026-05-21T00:14:29.920Z Downloaded generic-array v0.14.7
10482026-05-21T00:14:29.923Z Downloaded fixedbitset v0.4.2
10492026-05-21T00:14:29.923Z Downloaded embedded-io v0.4.0
10502026-05-21T00:14:29.926Z Downloaded base16ct v0.2.0
10512026-05-21T00:14:29.929Z Downloaded httpdate v1.0.3
10522026-05-21T00:14:29.929Z Downloaded dunce v1.0.5
10532026-05-21T00:14:29.932Z Downloaded equivalent v1.0.2
10542026-05-21T00:14:29.932Z Downloaded dof v0.4.0
10552026-05-21T00:14:29.937Z Downloaded cookie v0.18.1
10562026-05-21T00:14:29.937Z Downloaded camino-tempfile v1.4.1
10572026-05-21T00:14:29.940Z Downloaded dyn-clone v1.0.20
10582026-05-21T00:14:29.940Z Downloaded errno v0.3.14
10592026-05-21T00:14:29.943Z Downloaded cpufeatures v0.2.17
10602026-05-21T00:14:29.943Z Downloaded gethostname v0.5.0
10612026-05-21T00:14:29.946Z Downloaded hubpack_derive v0.1.1
10622026-05-21T00:14:29.946Z Downloaded cfg-if v1.0.4
10632026-05-21T00:14:29.949Z Downloaded form_urlencoded v1.2.2
10642026-05-21T00:14:29.949Z Downloaded dropshot-api-manager-types v0.7.2
10652026-05-21T00:14:29.952Z Downloaded futures-sink v0.3.32
10662026-05-21T00:14:29.955Z Downloaded foreign-types v0.5.0
10672026-05-21T00:14:29.955Z Downloaded displaydoc v0.2.5
10682026-05-21T00:14:29.958Z Downloaded defmt v1.1.0
10692026-05-21T00:14:29.963Z Downloaded indent_write v2.2.0
10702026-05-21T00:14:29.966Z Downloaded git-stub v1.0.0
10712026-05-21T00:14:29.966Z Downloaded dtrace-parser v0.3.0
10722026-05-21T00:14:29.966Z Downloaded ident_case v1.0.1
10732026-05-21T00:14:29.966Z Downloaded enum-as-inner v0.6.1
10742026-05-21T00:14:29.969Z Downloaded inout v0.1.4
10752026-05-21T00:14:29.972Z Downloaded futures-core v0.3.32
10762026-05-21T00:14:29.972Z Downloaded futures-task v0.3.32
10772026-05-21T00:14:29.975Z Downloaded idna_adapter v1.2.2
10782026-05-21T00:14:29.975Z Downloaded float-ord v0.3.2
10792026-05-21T00:14:29.978Z Downloaded cpufeatures v0.3.0
10802026-05-21T00:14:29.978Z Downloaded colored v3.1.1
10812026-05-21T00:14:29.981Z Downloaded const_format_proc_macros v0.2.34
10822026-05-21T00:14:29.984Z Downloaded block-buffer v0.10.4
10832026-05-21T00:14:29.984Z Downloaded anstyle-parse v1.0.0
10842026-05-21T00:14:29.988Z Downloaded is_ci v1.2.0
10852026-05-21T00:14:29.991Z Downloaded keccak v0.1.6
10862026-05-21T00:14:29.992Z Downloaded foldhash v0.2.0
10872026-05-21T00:14:29.992Z Downloaded is_terminal_polyfill v1.70.2
10882026-05-21T00:14:29.995Z Downloaded byteorder v1.5.0
10892026-05-21T00:14:29.995Z Downloaded internet-checksum v0.2.1
10902026-05-21T00:14:29.998Z Downloaded instant v0.1.13
10912026-05-21T00:14:29.998Z Downloaded anstyle v1.0.14
10922026-05-21T00:14:30.002Z Downloaded cipher v0.4.4
10932026-05-21T00:14:30.002Z Downloaded itoa v1.0.18
10942026-05-21T00:14:30.005Z Downloaded lazy_static v1.5.0
10952026-05-21T00:14:30.005Z Downloaded glob v0.3.3
10962026-05-21T00:14:30.008Z Downloaded konst_macro_rules v0.2.19
10972026-05-21T00:14:30.011Z Downloaded group v0.13.0
10982026-05-21T00:14:30.011Z Downloaded linked-hash-map v0.5.6
10992026-05-21T00:14:30.014Z Downloaded libscf-sys v1.2.0
11002026-05-21T00:14:30.014Z Downloaded managed v0.8.0
11012026-05-21T00:14:30.017Z Downloaded lru-slab v0.1.2
11022026-05-21T00:14:30.017Z Downloaded lru-cache v0.1.2
11032026-05-21T00:14:30.019Z Downloaded memoffset v0.9.1
11042026-05-21T00:14:30.019Z Downloaded macaddr v1.0.1
11052026-05-21T00:14:30.022Z Downloaded no-std-compat v0.4.1
11062026-05-21T00:14:30.022Z Downloaded num-iter v0.1.45
11072026-05-21T00:14:30.025Z Downloaded num v0.4.3
11082026-05-21T00:14:30.025Z Downloaded csv-core v0.1.13
11092026-05-21T00:14:30.028Z Downloaded daft v0.1.7
11102026-05-21T00:14:30.031Z Downloaded http-body-util v0.1.3
11112026-05-21T00:14:30.031Z Downloaded hyper-rustls v0.27.9
11122026-05-21T00:14:30.034Z Downloaded humantime v2.3.0
11132026-05-21T00:14:30.034Z Downloaded foldhash v0.1.5
11142026-05-21T00:14:30.038Z Downloaded globset v0.4.18
11152026-05-21T00:14:30.038Z Downloaded fnv v1.0.7
11162026-05-21T00:14:30.041Z Downloaded memmap v0.7.0
11172026-05-21T00:14:30.041Z Downloaded futures-io v0.3.32
11182026-05-21T00:14:30.043Z Downloaded compression-codecs v0.4.38
11192026-05-21T00:14:30.046Z Downloaded num-conv v0.2.1
11202026-05-21T00:14:30.046Z Downloaded camino v1.2.2
11212026-05-21T00:14:30.049Z Downloaded ipnet v2.12.0
11222026-05-21T00:14:30.052Z Downloaded ingot-types v0.1.2
11232026-05-21T00:14:30.052Z Downloaded const_format v0.2.36
11242026-05-21T00:14:30.055Z Downloaded clap_derive v4.6.1
11252026-05-21T00:14:30.058Z Downloaded backon v1.6.0
11262026-05-21T00:14:30.061Z Downloaded opaque-debug v0.3.1
11272026-05-21T00:14:30.061Z Downloaded crossbeam-epoch v0.9.18
11282026-05-21T00:14:30.066Z Downloaded omicron-workspace-hack v0.1.0
11292026-05-21T00:14:30.066Z Downloaded olpc-cjson v0.1.4
11302026-05-21T00:14:30.069Z Downloaded hmac v0.12.1
11312026-05-21T00:14:30.070Z Downloaded num_enum_derive v0.5.11
11322026-05-21T00:14:30.070Z Downloaded newtype-uuid-macros v0.1.0
11332026-05-21T00:14:30.073Z Downloaded fs_extra v1.3.0
11342026-05-21T00:14:30.073Z Downloaded futures-channel v0.3.32
11352026-05-21T00:14:30.076Z Downloaded openssl-probe v0.2.1
11362026-05-21T00:14:30.076Z Downloaded multer v3.1.0
11372026-05-21T00:14:30.079Z Downloaded openssl-macros v0.1.1
11382026-05-21T00:14:30.079Z Downloaded num_threads v0.1.7
11392026-05-21T00:14:30.082Z Downloaded num-complex v0.4.6
11402026-05-21T00:14:30.082Z Downloaded match_cfg v0.1.0
11412026-05-21T00:14:30.085Z Downloaded parse-display v0.10.0
11422026-05-21T00:14:30.085Z Downloaded lock_api v0.4.14
11432026-05-21T00:14:30.085Z Downloaded linear-map v1.2.0
11442026-05-21T00:14:30.088Z Downloaded libsw-core v0.3.2
11452026-05-21T00:14:30.088Z Downloaded percent-encoding v2.3.2
11462026-05-21T00:14:30.091Z Downloaded darling v0.21.3
11472026-05-21T00:14:30.094Z Downloaded daft-derive v0.1.7
11482026-05-21T00:14:30.097Z Downloaded darling v0.23.0
11492026-05-21T00:14:30.100Z Downloaded byte-wrapper v0.1.0
11502026-05-21T00:14:30.103Z Downloaded httparse v1.10.1
11512026-05-21T00:14:30.106Z Downloaded iana-time-zone v0.1.65
11522026-05-21T00:14:30.107Z Downloaded num-derive v0.4.2
11532026-05-21T00:14:30.109Z Downloaded mime v0.3.17
11542026-05-21T00:14:30.109Z Downloaded chacha20 v0.10.0
11552026-05-21T00:14:30.112Z Downloaded phf_shared v0.12.1
11562026-05-21T00:14:30.116Z Downloaded base64 v0.22.1
11572026-05-21T00:14:30.116Z Downloaded num-rational v0.4.2
11582026-05-21T00:14:30.118Z Downloaded plain v0.2.3
11592026-05-21T00:14:30.119Z Downloaded num_enum v0.7.6
11602026-05-21T00:14:30.122Z Downloaded ciborium v0.2.2
11612026-05-21T00:14:30.126Z Downloaded proc-macro-crate v3.5.0
11622026-05-21T00:14:30.129Z Downloaded powerfmt v0.2.0
11632026-05-21T00:14:30.129Z Downloaded proc-macro-error-attr v1.0.4
11642026-05-21T00:14:30.129Z Downloaded proc-macro-crate v1.3.1
11652026-05-21T00:14:30.129Z Downloaded num_enum v0.5.11
11662026-05-21T00:14:30.133Z Downloaded pretty-hex v0.4.2
11672026-05-21T00:14:30.137Z Downloaded potential_utf v0.1.5
11682026-05-21T00:14:30.137Z Downloaded newtype-uuid v1.3.2
11692026-05-21T00:14:30.140Z Downloaded crypto-bigint v0.5.5
11702026-05-21T00:14:30.143Z Downloaded memmap2 v0.9.10
11712026-05-21T00:14:30.143Z Downloaded libsw v3.5.0
11722026-05-21T00:14:30.146Z Downloaded owo-colors v4.3.0
11732026-05-21T00:14:30.146Z Downloaded proc-macro-error-attr2 v2.0.0
11742026-05-21T00:14:30.151Z Downloaded oxide-tokio-rt v0.1.6
11752026-05-21T00:14:30.151Z Downloaded progenitor-macro v0.14.0
11762026-05-21T00:14:30.151Z Downloaded progenitor-macro v0.13.0
11772026-05-21T00:14:30.155Z Downloaded progenitor-client v0.11.2
11782026-05-21T00:14:30.155Z Downloaded progenitor-client v0.10.0
11792026-05-21T00:14:30.155Z Downloaded progenitor-client v0.14.0
11802026-05-21T00:14:30.155Z Downloaded rand_chacha v0.3.1
11812026-05-21T00:14:30.158Z Downloaded pem v3.0.6
11822026-05-21T00:14:30.158Z Downloaded paste v1.0.15
11832026-05-21T00:14:30.161Z Downloaded progenitor-macro v0.10.0
11842026-05-21T00:14:30.161Z Downloaded litemap v0.8.2
11852026-05-21T00:14:30.164Z Downloaded password-hash v0.5.0
11862026-05-21T00:14:30.164Z Downloaded parse-display-derive v0.10.0
11872026-05-21T00:14:30.167Z Downloaded anyhow v1.0.102
11882026-05-21T00:14:30.170Z Downloaded num_enum_derive v0.7.6
11892026-05-21T00:14:30.170Z Downloaded ingot-macros v0.1.1
11902026-05-21T00:14:30.173Z Downloaded indexmap v1.9.3
11912026-05-21T00:14:30.173Z Downloaded phf v0.12.1
11922026-05-21T00:14:30.176Z Downloaded jobserver v0.1.34
11932026-05-21T00:14:30.207Z Downloaded ipnetwork v0.21.1
11942026-05-21T00:14:30.207Z Downloaded darling_core v0.21.3
11952026-05-21T00:14:30.207Z Downloaded ref-cast v1.0.25
11962026-05-21T00:14:30.207Z Downloaded clap v4.6.1
11972026-05-21T00:14:30.207Z Downloaded ppv-lite86 v0.2.21
11982026-05-21T00:14:30.207Z Downloaded arc-swap v1.9.1
11992026-05-21T00:14:30.207Z Downloaded progenitor v0.14.0
12002026-05-21T00:14:30.207Z Downloaded elliptic-curve v0.13.8
12012026-05-21T00:14:30.207Z Downloaded dropshot_endpoint v0.17.0
12022026-05-21T00:14:30.207Z Downloaded rustc_version v0.4.1
12032026-05-21T00:14:30.207Z Downloaded icu_provider v2.2.0
12042026-05-21T00:14:30.207Z Downloaded icu_properties v2.2.0
12052026-05-21T00:14:30.210Z Downloaded futures v0.3.32
12062026-05-21T00:14:30.210Z Downloaded drift v0.2.0
12072026-05-21T00:14:30.216Z Downloaded progenitor-client v0.13.0
12082026-05-21T00:14:30.219Z Downloaded proc-macro-error2 v2.0.1
12092026-05-21T00:14:30.219Z Downloaded poly1305 v0.8.0
12102026-05-21T00:14:30.222Z Downloaded parking_lot_core v0.8.6
12112026-05-21T00:14:30.222Z Downloaded quote v1.0.45
12122026-05-21T00:14:30.225Z Downloaded rand_core v0.9.5
12132026-05-21T00:14:30.225Z Downloaded rand_chacha v0.9.0
12142026-05-21T00:14:30.231Z Downloaded pkg-config v0.3.33
12152026-05-21T00:14:30.231Z Downloaded pin-project-internal v1.1.13
12162026-05-21T00:14:30.234Z Downloaded bytes v1.11.1
12172026-05-21T00:14:30.234Z Downloaded darling_core v0.23.0
12182026-05-21T00:14:30.237Z Downloaded parking_lot_core v0.9.12
12192026-05-21T00:14:30.240Z Downloaded icu_locale_core v2.2.0
12202026-05-21T00:14:30.242Z Downloaded progenitor-macro v0.11.2
12212026-05-21T00:14:30.242Z Downloaded progenitor-extras v0.2.0
12222026-05-21T00:14:30.248Z Downloaded progenitor v0.13.0
12232026-05-21T00:14:30.248Z Downloaded same-file v1.0.6
12242026-05-21T00:14:30.251Z Downloaded scopeguard v1.2.0
12252026-05-21T00:14:30.251Z Downloaded base64 v0.21.7
12262026-05-21T00:14:30.251Z Downloaded secrecy v0.10.3
12272026-05-21T00:14:30.251Z Downloaded rand_core v0.10.1
12282026-05-21T00:14:30.254Z Downloaded semver v0.1.20
12292026-05-21T00:14:30.254Z Downloaded scroll_derive v0.12.1
12302026-05-21T00:14:30.257Z Downloaded log v0.4.29
12312026-05-21T00:14:30.257Z Downloaded serde-big-array v0.5.1
12322026-05-21T00:14:30.260Z Downloaded serde_repr v0.1.20
12332026-05-21T00:14:30.260Z Downloaded parking_lot v0.12.5
12342026-05-21T00:14:30.264Z Downloaded cc v1.2.62
12352026-05-21T00:14:30.264Z Downloaded num-traits v0.2.19
12362026-05-21T00:14:30.266Z Downloaded pest_derive v2.8.6
12372026-05-21T00:14:30.269Z Downloaded resolv-conf v0.7.6
12382026-05-21T00:14:30.269Z Downloaded parking_lot v0.11.2
12392026-05-21T00:14:30.272Z Downloaded rustls-native-certs v0.8.3
12402026-05-21T00:14:30.272Z Downloaded rustls-pemfile v2.2.0
12412026-05-21T00:14:30.277Z Downloaded serde_urlencoded v0.7.1
12422026-05-21T00:14:30.277Z Downloaded serde_spanned v1.1.1
12432026-05-21T00:14:30.280Z Downloaded sha1 v0.10.6
12442026-05-21T00:14:30.280Z Downloaded serde_spanned v0.6.9
12452026-05-21T00:14:30.280Z Downloaded serde_plain v1.0.2
12462026-05-21T00:14:30.281Z Downloaded getrandom v0.3.4
12472026-05-21T00:14:30.286Z Downloaded konst v0.2.20
12482026-05-21T00:14:30.289Z Downloaded indicatif v0.18.4
12492026-05-21T00:14:30.289Z Downloaded postcard v1.1.3
12502026-05-21T00:14:30.292Z Downloaded pin-project-lite v0.2.17
12512026-05-21T00:14:30.295Z Downloaded ref-cast-impl v1.0.25
12522026-05-21T00:14:30.296Z Downloaded quinn-udp v0.5.14
12532026-05-21T00:14:30.299Z Downloaded proc-macro-error v1.0.4
12542026-05-21T00:14:30.299Z Downloaded sigpipe v0.1.3
12552026-05-21T00:14:30.301Z Downloaded once_cell v1.21.4
12562026-05-21T00:14:30.301Z Downloaded siphasher v1.0.3
12572026-05-21T00:14:30.305Z Downloaded hickory-resolver v0.24.4
12582026-05-21T00:14:30.307Z Downloaded scroll v0.13.0
12592026-05-21T00:14:30.307Z Downloaded schemars_derive v0.8.22
12602026-05-21T00:14:30.307Z Downloaded rusty-fork v0.3.1
12612026-05-21T00:14:30.310Z Downloaded icu_normalizer_data v2.2.0
12622026-05-21T00:14:30.310Z Downloaded icu_normalizer v2.2.0
12632026-05-21T00:14:30.313Z Downloaded pest_generator v2.8.6
12642026-05-21T00:14:30.316Z Downloaded rustversion v1.0.22
12652026-05-21T00:14:30.316Z Downloaded progenitor v0.10.0
12662026-05-21T00:14:30.319Z Downloaded slog-envlogger v2.2.0
12672026-05-21T00:14:30.319Z Downloaded scroll v0.12.0
12682026-05-21T00:14:30.322Z Downloaded heapless v0.8.0
12692026-05-21T00:14:30.322Z Downloaded scroll_derive v0.13.1
12702026-05-21T00:14:30.325Z Downloaded half v2.7.1
12712026-05-21T00:14:30.325Z Downloaded flate2 v1.1.9
12722026-05-21T00:14:30.328Z Downloaded serde_derive_internals v0.29.1
12732026-05-21T00:14:30.331Z Downloaded crossbeam-channel v0.5.15
12742026-05-21T00:14:30.331Z Downloaded rand_core v0.6.4
12752026-05-21T00:14:30.334Z Downloaded spin v0.5.2
12762026-05-21T00:14:30.334Z Downloaded structmeta-derive v0.3.0
12772026-05-21T00:14:30.338Z Downloaded strsim v0.11.1
12782026-05-21T00:14:30.338Z Downloaded papergrid v0.11.0
12792026-05-21T00:14:30.341Z Downloaded strum v0.26.3
12802026-05-21T00:14:30.341Z Downloaded structmeta v0.3.0
12812026-05-21T00:14:30.344Z Downloaded serde_path_to_error v0.1.20
12822026-05-21T00:14:30.344Z Downloaded progenitor v0.11.2
12832026-05-21T00:14:30.344Z Downloaded oxnet v0.1.5
12842026-05-21T00:14:30.347Z Downloaded num-integer v0.1.46
12852026-05-21T00:14:30.347Z Downloaded rustc_version v0.1.7
12862026-05-21T00:14:30.347Z Downloaded rustc-hash v2.1.2
12872026-05-21T00:14:30.350Z Downloaded allocator-api2 v0.2.21
12882026-05-21T00:14:30.350Z Downloaded swrite v0.1.0
12892026-05-21T00:14:30.353Z Downloaded stable_deref_trait v1.2.1
12902026-05-21T00:14:30.353Z Downloaded rand_xorshift v0.4.0
12912026-05-21T00:14:30.353Z Downloaded supports-color v3.0.2
12922026-05-21T00:14:30.356Z Downloaded subtle v2.6.1
12932026-05-21T00:14:30.356Z Downloaded quick-error v1.2.3
12942026-05-21T00:14:30.356Z Downloaded strum v0.27.2
12952026-05-21T00:14:30.359Z Downloaded serde_tokenstream v0.2.3
12962026-05-21T00:14:30.359Z Downloaded icu_collections v2.2.0
12972026-05-21T00:14:30.362Z Downloaded sync_wrapper v1.0.2
12982026-05-21T00:14:30.365Z Downloaded proc-macro2 v1.0.106
12992026-05-21T00:14:30.365Z Downloaded progenitor-impl v0.10.0
13002026-05-21T00:14:30.369Z Downloaded jiff-static v0.2.24
13012026-05-21T00:14:30.369Z Downloaded sha2 v0.10.9
13022026-05-21T00:14:30.372Z Downloaded slog-bunyan v2.5.0
13032026-05-21T00:14:30.372Z Downloaded termtree v0.5.1
13042026-05-21T00:14:30.372Z Downloaded terminal_size v0.4.4
13052026-05-21T00:14:30.375Z Downloaded take_mut v0.2.2
13062026-05-21T00:14:30.375Z Downloaded tabwriter v1.4.1
13072026-05-21T00:14:30.375Z Downloaded tabled_derive v0.11.0
13082026-05-21T00:14:30.375Z Downloaded tagptr v0.2.0
13092026-05-21T00:14:30.378Z Downloaded slog-async v2.8.0
13102026-05-21T00:14:30.378Z Downloaded testing_table v0.3.0
13112026-05-21T00:14:30.378Z Downloaded shlex v1.3.0
13122026-05-21T00:14:30.381Z Downloaded iddqd v0.3.18
13132026-05-21T00:14:30.384Z Downloaded hickory-resolver v0.25.2
13142026-05-21T00:14:30.387Z Downloaded hashbrown v0.17.1
13152026-05-21T00:14:30.390Z Downloaded miniz_oxide v0.8.9
13162026-05-21T00:14:30.393Z Downloaded hashbrown v0.12.3
13172026-05-21T00:14:30.396Z Downloaded slog-stdlog v4.1.1
13182026-05-21T00:14:30.396Z Downloaded progenitor-impl v0.14.0
13192026-05-21T00:14:30.396Z Downloaded pin-project v1.1.13
13202026-05-21T00:14:30.403Z Downloaded time-core v0.1.8
13212026-05-21T00:14:30.406Z Downloaded thread-id v5.1.0
13222026-05-21T00:14:30.406Z Downloaded thread-id v4.2.2
13232026-05-21T00:14:30.406Z Downloaded thiserror-impl-no-std v2.0.2
13242026-05-21T00:14:30.406Z Downloaded tokio-macros v2.7.0
13252026-05-21T00:14:30.409Z Downloaded strum_macros v0.26.4
13262026-05-21T00:14:30.409Z Downloaded tinyvec_macros v0.1.1
13272026-05-21T00:14:30.409Z Downloaded smf v0.2.3
13282026-05-21T00:14:30.412Z Downloaded smawk v0.3.2
13292026-05-21T00:14:30.412Z Downloaded slog-term v2.9.2
13302026-05-21T00:14:30.415Z Downloaded slog-scope v4.4.1
13312026-05-21T00:14:30.415Z Downloaded rustls-platform-verifier v0.7.0
13322026-05-21T00:14:30.418Z Downloaded serde_with_macros v3.20.0
13332026-05-21T00:14:30.418Z Downloaded papergrid v0.17.0
13342026-05-21T00:14:30.421Z Downloaded toml_datetime v0.6.11
13352026-05-21T00:14:30.428Z Downloaded pest_meta v2.8.6
13362026-05-21T00:14:30.428Z Downloaded rustls-pki-types v1.14.1
13372026-05-21T00:14:30.428Z Downloaded rhai_codegen v3.1.0
13382026-05-21T00:14:30.432Z Downloaded static_assertions v1.1.0
13392026-05-21T00:14:30.433Z Downloaded strum_macros v0.27.2
13402026-05-21T00:14:30.437Z Downloaded synstructure v0.13.2
13412026-05-21T00:14:30.437Z Downloaded minimal-lexical v0.2.1
13422026-05-21T00:14:30.437Z Downloaded expectorate v1.2.0
13432026-05-21T00:14:30.443Z Downloaded slog-dtrace v0.3.0
13442026-05-21T00:14:30.443Z Downloaded openssl-sys v0.9.116
13452026-05-21T00:14:30.446Z Downloaded toml_write v0.1.2
13462026-05-21T00:14:30.446Z Downloaded async-compression v0.4.42
13472026-05-21T00:14:30.449Z Downloaded semver v1.0.28
13482026-05-21T00:14:30.449Z Downloaded ryu v1.0.23
13492026-05-21T00:14:30.452Z Downloaded slog-json v2.6.1
13502026-05-21T00:14:30.452Z Downloaded memchr v2.8.0
13512026-05-21T00:14:30.455Z Downloaded hyper-util v0.1.20
13522026-05-21T00:14:30.458Z Downloaded tower-service v0.3.3
13532026-05-21T00:14:30.458Z Downloaded tower-layer v0.3.3
13542026-05-21T00:14:30.461Z Downloaded try-lock v0.2.5
13552026-05-21T00:14:30.461Z Downloaded thiserror-impl v2.0.18
13562026-05-21T00:14:30.461Z Downloaded smartstring v1.0.1
13572026-05-21T00:14:30.464Z Downloaded tabled_derive v0.7.0
13582026-05-21T00:14:30.464Z Downloaded smallvec v1.15.1
13592026-05-21T00:14:30.464Z Downloaded thiserror v1.0.69
13602026-05-21T00:14:30.467Z Downloaded tinystr v0.8.3
13612026-05-21T00:14:30.470Z Downloaded thread_local v1.1.9
13622026-05-21T00:14:30.470Z Downloaded typeid v1.0.3
13632026-05-21T00:14:30.470Z Downloaded thiserror-no-std v2.0.2
13642026-05-21T00:14:30.473Z Downloaded snafu-derive v0.8.9
13652026-05-21T00:14:30.473Z Downloaded typify-macro v0.6.2
13662026-05-21T00:14:30.476Z Downloaded tiny-keccak v2.0.2
13672026-05-21T00:14:30.476Z Downloaded time-macros v0.2.27
13682026-05-21T00:14:30.479Z Downloaded tokio-dtrace v0.1.1
13692026-05-21T00:14:30.479Z Downloaded unicode-xid v0.2.6
13702026-05-21T00:14:30.479Z Downloaded spin v0.9.8
13712026-05-21T00:14:30.482Z Downloaded usdt v0.5.0
13722026-05-21T00:14:30.482Z Downloaded usdt v0.6.0
13732026-05-21T00:14:30.482Z Downloaded untrusted v0.9.0
13742026-05-21T00:14:30.482Z Downloaded untrusted v0.7.1
13752026-05-21T00:14:30.485Z Downloaded unit-prefix v0.5.2
13762026-05-21T00:14:30.485Z Downloaded tokio-tungstenite v0.21.0
13772026-05-21T00:14:30.485Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13782026-05-21T00:14:30.488Z Downloaded progenitor-impl v0.13.0
13792026-05-21T00:14:30.488Z Downloaded universal-hash v0.5.1
13802026-05-21T00:14:30.489Z Downloaded mio v1.2.0
13812026-05-21T00:14:30.493Z Downloaded unarray v0.1.4
13822026-05-21T00:14:30.493Z Downloaded unicode-linebreak v0.1.5
13832026-05-21T00:14:30.496Z Downloaded typify-macro v0.4.3
13842026-05-21T00:14:30.496Z Downloaded slab v0.4.12
13852026-05-21T00:14:30.496Z Downloaded simd-adler32 v0.3.9
13862026-05-21T00:14:30.496Z Downloaded serde_derive v1.0.228
13872026-05-21T00:14:30.499Z Downloaded rand v0.8.6
13882026-05-21T00:14:30.499Z Downloaded tokio-rustls v0.25.0
13892026-05-21T00:14:30.505Z Downloaded signal-hook-registry v1.4.8
13902026-05-21T00:14:30.505Z Downloaded usdt-macro v0.6.0
13912026-05-21T00:14:30.506Z Downloaded usdt-attr-macro v0.5.0
13922026-05-21T00:14:30.506Z Downloaded progenitor-impl v0.11.2
13932026-05-21T00:14:30.509Z Downloaded chacha20poly1305 v0.10.1
13942026-05-21T00:14:30.509Z Downloaded getrandom v0.2.17
13952026-05-21T00:14:30.509Z Downloaded utf8parse v0.2.2
13962026-05-21T00:14:30.509Z Downloaded usdt-attr-macro v0.6.0
13972026-05-21T00:14:30.509Z Downloaded indexmap v2.14.0
13982026-05-21T00:14:30.512Z Downloaded blake2 v0.10.6
13992026-05-21T00:14:30.512Z Downloaded toml_writer v1.1.1+spec-1.1.0
14002026-05-21T00:14:30.512Z Downloaded similar v2.7.0
14012026-05-21T00:14:30.515Z Downloaded thiserror v2.0.18
14022026-05-21T00:14:30.518Z Downloaded thin-vec v0.2.18
14032026-05-21T00:14:30.521Z Downloaded console v0.15.11
14042026-05-21T00:14:30.521Z Downloaded usdt-macro v0.5.0
14052026-05-21T00:14:30.521Z Downloaded term v1.2.1
14062026-05-21T00:14:30.524Z Downloaded waitgroup v0.1.2
14072026-05-21T00:14:30.524Z Downloaded wait-timeout v0.2.1
14082026-05-21T00:14:30.527Z Downloaded utf8_iter v1.0.4
14092026-05-21T00:14:30.527Z Downloaded utf-8 v0.7.6
14102026-05-21T00:14:30.528Z Downloaded version_check v0.9.5
14112026-05-21T00:14:30.528Z Downloaded serde_core v1.0.228
14122026-05-21T00:14:30.531Z Downloaded want v0.3.1
14132026-05-21T00:14:30.531Z Downloaded tempfile v3.27.0
14142026-05-21T00:14:30.531Z Downloaded h2 v0.4.14
14152026-05-21T00:14:30.534Z Downloaded socket2 v0.6.3
14162026-05-21T00:14:30.537Z Downloaded cancel-safe-futures v0.1.5
14172026-05-21T00:14:30.537Z Downloaded bitflags v2.11.1
14182026-05-21T00:14:30.542Z Downloaded yoke-derive v0.8.2
14192026-05-21T00:14:30.542Z Downloaded ingot v0.1.1
14202026-05-21T00:14:30.545Z Downloaded crossbeam-utils v0.8.21
14212026-05-21T00:14:30.545Z Downloaded prettyplease v0.2.37
14222026-05-21T00:14:30.545Z Downloaded zerofrom-derive v0.1.7
14232026-05-21T00:14:30.548Z Downloaded slog v2.8.2
14242026-05-21T00:14:30.548Z Downloaded schemars v0.8.22
14252026-05-21T00:14:30.553Z Downloaded tokio-rustls v0.26.4
14262026-05-21T00:14:30.556Z Downloaded serde_yaml v0.9.34+deprecated
14272026-05-21T00:14:30.559Z Downloaded zerofrom v0.1.8
14282026-05-21T00:14:30.559Z Downloaded newtype_derive v0.1.6
14292026-05-21T00:14:30.559Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14302026-05-21T00:14:30.559Z Downloaded git-stub-vcs v0.1.0
14312026-05-21T00:14:30.562Z Downloaded fs-err v3.3.0
14322026-05-21T00:14:30.562Z Downloaded rayon-core v1.13.0
14332026-05-21T00:14:30.565Z Downloaded qorb v0.4.1
14342026-05-21T00:14:30.565Z Downloaded rustls-webpki v0.103.13
14352026-05-21T00:14:30.568Z Downloaded rand v0.9.4
14362026-05-21T00:14:30.571Z Downloaded quinn v0.11.9
14372026-05-21T00:14:30.571Z Downloaded newline-converter v0.3.0
14382026-05-21T00:14:30.574Z Downloaded usdt-impl v0.5.0
14392026-05-21T00:14:30.574Z Downloaded natord v1.0.9
14402026-05-21T00:14:30.574Z Downloaded critical-section v1.2.0
14412026-05-21T00:14:30.574Z Downloaded toml_parser v1.1.2+spec-1.1.0
14422026-05-21T00:14:30.578Z Downloaded backoff v0.4.0
14432026-05-21T00:14:30.578Z Downloaded zone_cfg_derive v0.3.1
14442026-05-21T00:14:30.578Z Downloaded fastrand v2.4.1
14452026-05-21T00:14:30.582Z Downloaded walkdir v2.5.0
14462026-05-21T00:14:30.582Z Downloaded futures-macro v0.3.32
14472026-05-21T00:14:30.582Z Downloaded futures-executor v0.3.32
14482026-05-21T00:14:30.582Z Downloaded ff v0.13.1
14492026-05-21T00:14:30.582Z Downloaded highway v1.3.0
14502026-05-21T00:14:30.585Z Downloaded hex v0.4.3
14512026-05-21T00:14:30.585Z Downloaded idna v1.1.0
14522026-05-21T00:14:30.588Z Downloaded usdt-impl v0.6.0
14532026-05-21T00:14:30.588Z Downloaded thiserror-impl v1.0.69
14542026-05-21T00:14:30.588Z Downloaded textwrap v0.16.2
14552026-05-21T00:14:30.592Z Downloaded vsss-rs v3.3.4
14562026-05-21T00:14:30.592Z Downloaded either v1.15.0
14572026-05-21T00:14:30.595Z Downloaded whoami v1.6.1
14582026-05-21T00:14:30.595Z Downloaded is-terminal v0.4.17
14592026-05-21T00:14:30.595Z Downloaded dtrace-parser v0.2.0
14602026-05-21T00:14:30.595Z Downloaded foreign-types-shared v0.3.1
14612026-05-21T00:14:30.595Z Downloaded dof v0.3.0
14622026-05-21T00:14:30.598Z Downloaded serde v1.0.228
14632026-05-21T00:14:30.598Z Downloaded hashbrown v0.15.5
14642026-05-21T00:14:30.601Z Downloaded bs58 v0.5.1
14652026-05-21T00:14:30.604Z Downloaded writeable v0.6.3
14662026-05-21T00:14:30.604Z Downloaded xz2 v0.1.7
14672026-05-21T00:14:30.604Z Downloaded zeroize_derive v1.4.3
14682026-05-21T00:14:30.604Z Downloaded heck v0.4.1
14692026-05-21T00:14:30.607Z Downloaded curve25519-dalek-derive v0.1.1
14702026-05-21T00:14:30.607Z Downloaded clap_builder v4.6.0
14712026-05-21T00:14:30.610Z Downloaded tinyvec v1.11.0
14722026-05-21T00:14:30.613Z Downloaded tokio-stream v0.1.18
14732026-05-21T00:14:30.613Z Downloaded schemars v0.9.0
14742026-05-21T00:14:30.620Z Downloaded toml v1.1.2+spec-1.1.0
14752026-05-21T00:14:30.623Z Downloaded toml v0.9.12+spec-1.1.0
14762026-05-21T00:14:30.626Z Downloaded zeroize v1.8.2
14772026-05-21T00:14:30.626Z Downloaded toml v0.8.23
14782026-05-21T00:14:30.630Z Downloaded nom v7.1.3
14792026-05-21T00:14:30.633Z Downloaded itertools v0.12.1
14802026-05-21T00:14:30.633Z Downloaded colorchoice v1.0.5
14812026-05-21T00:14:30.636Z Downloaded zone v0.3.1
14822026-05-21T00:14:30.636Z Downloaded zmij v1.0.21
14832026-05-21T00:14:30.636Z Downloaded zerovec-derive v0.11.3
14842026-05-21T00:14:30.639Z Downloaded debug-ignore v1.0.5
14852026-05-21T00:14:30.639Z Downloaded clap_lex v1.1.0
14862026-05-21T00:14:30.639Z Downloaded ciborium-io v0.2.2
14872026-05-21T00:14:30.639Z Downloaded anstyle-query v1.1.5
14882026-05-21T00:14:30.643Z Downloaded find-msvc-tools v0.1.9
14892026-05-21T00:14:30.643Z Downloaded embedded-io v0.6.1
14902026-05-21T00:14:30.643Z Downloaded rand v0.10.1
14912026-05-21T00:14:30.646Z Downloaded test-strategy v0.4.5
14922026-05-21T00:14:30.647Z Downloaded darling_macro v0.23.0
14932026-05-21T00:14:30.647Z Downloaded crunchy v0.2.4
14942026-05-21T00:14:30.647Z Downloaded const-random-macro v0.1.16
14952026-05-21T00:14:30.647Z Downloaded cargo_toml v0.22.3
14962026-05-21T00:14:30.650Z Downloaded tracing-attributes v0.1.31
14972026-05-21T00:14:30.650Z Downloaded cobs v0.3.0
14982026-05-21T00:14:30.650Z Downloaded cfg_aliases v0.2.1
14992026-05-21T00:14:30.653Z Downloaded bytecount v0.6.9
15002026-05-21T00:14:30.653Z Downloaded schemars v1.2.1
15012026-05-21T00:14:30.659Z Downloaded zerocopy-derive v0.7.35
15022026-05-21T00:14:30.662Z Downloaded steno v0.4.1
15032026-05-21T00:14:30.665Z Downloaded snafu v0.8.9
15042026-05-21T00:14:30.668Z Downloaded unicode-ident v1.0.24
15052026-05-21T00:14:30.671Z Downloaded ucd-trie v0.1.7
15062026-05-21T00:14:30.671Z Downloaded typify v0.6.2
15072026-05-21T00:14:30.674Z Downloaded toml_edit v0.22.27
15082026-05-21T00:14:30.674Z Downloaded pest v2.8.6
15092026-05-21T00:14:30.677Z Downloaded toml_edit v0.25.11+spec-1.1.0
15102026-05-21T00:14:30.679Z Downloaded unsafe-libyaml v0.2.11
15112026-05-21T00:14:30.683Z Downloaded nom v8.0.0
15122026-05-21T00:14:30.685Z Downloaded hyper v1.9.0
15132026-05-21T00:14:30.688Z Downloaded yoke v0.8.2
15142026-05-21T00:14:30.688Z Downloaded bcs v0.1.6
15152026-05-21T00:14:30.692Z Downloaded atomic-waker v1.1.2
15162026-05-21T00:14:30.692Z Downloaded uuid v1.23.1
15172026-05-21T00:14:30.692Z Downloaded deranged v0.5.8
15182026-05-21T00:14:30.695Z Downloaded cmake v0.1.58
15192026-05-21T00:14:30.696Z Downloaded dropshot-api-manager v0.7.2
15202026-05-21T00:14:30.698Z Downloaded tungstenite v0.21.0
15212026-05-21T00:14:30.698Z Downloaded chacha20 v0.9.1
15222026-05-21T00:14:30.701Z Downloaded bitflags v1.3.2
15232026-05-21T00:14:30.701Z Downloaded derive_more v0.99.20
15242026-05-21T00:14:30.704Z Downloaded tracing-core v0.1.36
15252026-05-21T00:14:30.704Z Downloaded crossbeam-deque v0.8.6
15262026-05-21T00:14:30.707Z Downloaded bit-vec v0.8.0
15272026-05-21T00:14:30.707Z Downloaded foreign-types-shared v0.1.1
15282026-05-21T00:14:30.707Z Downloaded fixedbitset v0.5.7
15292026-05-21T00:14:30.711Z Downloaded erased-serde v0.3.31
15302026-05-21T00:14:30.711Z Downloaded autocfg v1.5.0
15312026-05-21T00:14:30.711Z Downloaded async-trait v0.1.89
15322026-05-21T00:14:30.714Z Downloaded anstream v1.0.0
15332026-05-21T00:14:30.717Z Downloaded toml_edit v0.19.15
15342026-05-21T00:14:30.726Z Downloaded ron v0.12.1
15352026-05-21T00:14:30.730Z Downloaded libm v0.2.16
15362026-05-21T00:14:30.736Z Downloaded futures-util v0.3.32
15372026-05-21T00:14:30.742Z Downloaded itertools v0.14.0
15382026-05-21T00:14:30.745Z Downloaded icu_properties_data v2.2.0
15392026-05-21T00:14:30.750Z Downloaded typify v0.4.3
15402026-05-21T00:14:30.753Z Downloaded chrono v0.4.44
15412026-05-21T00:14:30.756Z Downloaded hkdf v0.12.4
15422026-05-21T00:14:30.759Z Downloaded url v2.5.8
15432026-05-21T00:14:30.759Z Downloaded hashbrown v0.16.1
15442026-05-21T00:14:30.770Z Downloaded aho-corasick v1.1.4
15452026-05-21T00:14:30.773Z Downloaded regex v1.12.3
15462026-05-21T00:14:30.777Z Downloaded typed-path v0.9.3
15472026-05-21T00:14:30.786Z Downloaded reqwest v0.13.3
15482026-05-21T00:14:30.796Z Downloaded reqwest v0.12.28
15492026-05-21T00:14:30.799Z Downloaded zerotrie v0.2.4
15502026-05-21T00:14:30.802Z Downloaded tower v0.5.3
15512026-05-21T00:14:30.805Z Downloaded goblin v0.8.2
15522026-05-21T00:14:30.814Z Downloaded portable-atomic v1.13.1
15532026-05-21T00:14:30.817Z Downloaded zerocopy-derive v0.8.48
15542026-05-21T00:14:30.824Z Downloaded rayon v1.12.0
15552026-05-21T00:14:30.845Z Downloaded unicode-segmentation v1.13.2
15562026-05-21T00:14:30.852Z Downloaded tokio-util v0.7.18
15572026-05-21T00:14:30.856Z Downloaded unicode-normalization v0.1.25
15582026-05-21T00:14:30.859Z Downloaded typenum v1.20.0
15592026-05-21T00:14:30.862Z Downloaded serde_json v1.0.149
15602026-05-21T00:14:30.865Z Downloaded aws-lc-rs v1.17.0
15612026-05-21T00:14:30.870Z Downloaded tough v0.22.0
15622026-05-21T00:14:30.874Z Downloaded curve25519-dalek v4.1.3
15632026-05-21T00:14:30.881Z Downloaded zerovec v0.11.6
15642026-05-21T00:14:30.884Z Downloaded moka v0.12.15
15652026-05-21T00:14:30.888Z Downloaded tower-http v0.6.10
15662026-05-21T00:14:30.894Z Downloaded proptest v1.11.0
15672026-05-21T00:14:30.897Z Downloaded serde_with v3.20.0
15682026-05-21T00:14:30.905Z Downloaded rustls-webpki v0.102.8
15692026-05-21T00:14:30.916Z Downloaded winnow v0.5.40
15702026-05-21T00:14:30.921Z Downloaded goblin v0.10.5
15712026-05-21T00:14:30.939Z Downloaded zerocopy v0.7.35
15722026-05-21T00:14:30.949Z Downloaded winnow v0.7.15
15732026-05-21T00:14:30.963Z Downloaded tabled v0.20.0
15742026-05-21T00:14:30.979Z Downloaded time v0.3.47
15752026-05-21T00:14:30.984Z Downloaded winnow v1.0.3
15762026-05-21T00:14:30.989Z Downloaded webpki-roots v1.0.7
15772026-05-21T00:14:31.002Z Downloaded quinn-proto v0.11.14
15782026-05-21T00:14:31.006Z Downloaded bstr v1.12.1
15792026-05-21T00:14:31.013Z Downloaded tabled v0.15.0
15802026-05-21T00:14:31.024Z Downloaded rustls v0.22.4
15812026-05-21T00:14:31.041Z Downloaded unicode-width v0.1.14
15822026-05-21T00:14:31.054Z Downloaded syn v1.0.109
15832026-05-21T00:14:31.058Z Downloaded zerocopy v0.8.48
15842026-05-21T00:14:31.069Z Downloaded openssl v0.10.80
15852026-05-21T00:14:31.074Z Downloaded regress v0.11.1
15862026-05-21T00:14:31.078Z Downloaded regress v0.10.5
15872026-05-21T00:14:31.084Z Downloaded vcpkg v0.2.15
15882026-05-21T00:14:31.104Z Downloaded rhai v1.24.0
15892026-05-21T00:14:31.111Z Downloaded unicode-width v0.2.2
15902026-05-21T00:14:31.118Z Downloaded rustix v0.38.44
15912026-05-21T00:14:31.129Z Downloaded syn v2.0.117
15922026-05-21T00:14:31.136Z Downloaded smoltcp v0.11.0
15932026-05-21T00:14:31.144Z Downloaded hickory-proto v0.24.4
15942026-05-21T00:14:31.149Z Downloaded regex-syntax v0.8.10
15952026-05-21T00:14:31.153Z Downloaded openapiv3 v2.2.0
15962026-05-21T00:14:31.159Z Downloaded dropshot v0.17.0
15972026-05-21T00:14:31.171Z Downloaded tracing v0.1.44
15982026-05-21T00:14:31.183Z Downloaded rustls v0.23.40
15992026-05-21T00:14:31.190Z Downloaded typify-impl v0.6.2
16002026-05-21T00:14:31.198Z Downloaded typify-impl v0.4.3
16012026-05-21T00:14:31.207Z Downloaded hickory-proto v0.25.2
16022026-05-21T00:14:31.215Z Downloaded rustix v1.1.4
16032026-05-21T00:14:31.228Z Downloaded nix v0.31.3
16042026-05-21T00:14:31.238Z Downloaded sled v0.34.7
16052026-05-21T00:14:31.257Z Downloaded jiff v0.2.24
16062026-05-21T00:14:31.271Z Downloaded libc v0.2.186
16072026-05-21T00:14:31.290Z Downloaded chrono-tz v0.10.4
16082026-05-21T00:14:31.301Z Downloaded csv v1.4.0
16092026-05-21T00:14:31.313Z Downloaded regex-automata v0.4.14
16102026-05-21T00:14:31.339Z Downloaded petgraph v0.6.5
16112026-05-21T00:14:31.347Z Downloaded lzma-sys v0.1.20
16122026-05-21T00:14:31.371Z Downloaded petgraph v0.8.3
16132026-05-21T00:14:31.407Z Downloaded sha3 v0.10.9
16142026-05-21T00:14:31.415Z Downloaded tokio v1.52.3
16152026-05-21T00:14:31.468Z Downloaded encoding_rs v0.8.35
16162026-05-21T00:14:31.482Z Downloaded ring v0.17.14
16172026-05-21T00:14:31.920Z Downloaded aws-lc-sys v0.41.0
16182026-05-21T00:14:32.266Z Compiling proc-macro2 v1.0.106
16192026-05-21T00:14:32.266Z Compiling quote v1.0.45
16202026-05-21T00:14:32.266Z Compiling unicode-ident v1.0.24
16212026-05-21T00:14:32.266Z Compiling serde_core v1.0.228
16222026-05-21T00:14:32.266Z Compiling serde v1.0.228
16232026-05-21T00:14:32.269Z Compiling libc v0.2.186
16242026-05-21T00:14:32.269Z Compiling cfg-if v1.0.4
16252026-05-21T00:14:32.649Z Compiling zmij v1.0.21
16262026-05-21T00:14:32.669Z Compiling autocfg v1.5.0
16272026-05-21T00:14:32.997Z Compiling memchr v2.8.0
16282026-05-21T00:14:33.189Z Compiling libm v0.2.16
16292026-05-21T00:14:33.675Z Compiling itoa v1.0.18
16302026-05-21T00:14:33.711Z Compiling icu_properties_data v2.2.0
16312026-05-21T00:14:33.866Z Compiling icu_normalizer_data v2.2.0
16322026-05-21T00:14:34.047Z Compiling version_check v0.9.5
16332026-05-21T00:14:34.127Z Compiling stable_deref_trait v1.2.1
16342026-05-21T00:14:34.199Z Compiling serde_json v1.0.149
16352026-05-21T00:14:34.221Z Compiling syn v2.0.117
16362026-05-21T00:14:34.287Z Compiling thiserror v2.0.18
16372026-05-21T00:14:34.320Z Compiling parking_lot_core v0.9.12
16382026-05-21T00:14:34.428Z Compiling litemap v0.8.2
16392026-05-21T00:14:34.486Z Compiling writeable v0.6.3
16402026-05-21T00:14:34.617Z Compiling utf8_iter v1.0.4
16412026-05-21T00:14:34.707Z Compiling num-traits v0.2.19
16422026-05-21T00:14:34.728Z Compiling percent-encoding v2.3.2
16432026-05-21T00:14:34.890Z Compiling form_urlencoded v1.2.2
16442026-05-21T00:14:34.912Z Compiling getrandom v0.4.2
16452026-05-21T00:14:35.013Z Compiling rand_core v0.10.1
16462026-05-21T00:14:35.148Z Compiling jobserver v0.1.34
16472026-05-21T00:14:35.180Z Compiling heck v0.5.0
16482026-05-21T00:14:35.200Z Compiling find-msvc-tools v0.1.9
16492026-05-21T00:14:35.390Z Compiling shlex v1.3.0
16502026-05-21T00:14:35.533Z Compiling errno v0.3.14
16512026-05-21T00:14:35.553Z Compiling cc v1.2.62
16522026-05-21T00:14:35.706Z Compiling zerocopy v0.8.48
16532026-05-21T00:14:35.774Z Compiling iana-time-zone v0.1.65
16542026-05-21T00:14:36.124Z Compiling uuid v1.23.1
16552026-05-21T00:14:36.147Z Compiling semver v1.0.28
16562026-05-21T00:14:36.388Z Compiling getrandom v0.2.17
16572026-05-21T00:14:36.641Z Compiling dyn-clone v1.0.20
16582026-05-21T00:14:36.667Z Compiling schemars v0.8.22
16592026-05-21T00:14:36.744Z Compiling pin-project-lite v0.2.17
16602026-05-21T00:14:36.791Z Compiling rustversion v1.0.22
16612026-05-21T00:14:36.814Z Compiling scopeguard v1.2.0
16622026-05-21T00:14:36.886Z Compiling socket2 v0.6.3
16632026-05-21T00:14:36.912Z Compiling lock_api v0.4.14
16642026-05-21T00:14:36.933Z Compiling bitflags v2.11.1
16652026-05-21T00:14:36.985Z Compiling signal-hook-registry v1.4.8
16662026-05-21T00:14:37.171Z Compiling synstructure v0.13.2
16672026-05-21T00:14:37.175Z Compiling serde_derive_internals v0.29.1
16682026-05-21T00:14:37.359Z Compiling mio v1.2.0
16692026-05-21T00:14:37.467Z Compiling log v0.4.29
16702026-05-21T00:14:37.684Z Compiling portable-atomic v1.13.1
16712026-05-21T00:14:37.684Z Compiling subtle v2.6.1
16722026-05-21T00:14:37.787Z Compiling equivalent v1.0.2
16732026-05-21T00:14:37.927Z Compiling critical-section v1.2.0
16742026-05-21T00:14:37.971Z Compiling futures-core v0.3.32
16752026-05-21T00:14:38.066Z Compiling ring v0.17.14
16762026-05-21T00:14:38.070Z Compiling cmake v0.1.58
16772026-05-21T00:14:38.070Z Compiling fs_extra v1.3.0
16782026-05-21T00:14:38.073Z Compiling dunce v1.0.5
16792026-05-21T00:14:38.135Z Compiling httparse v1.10.1
16802026-05-21T00:14:38.142Z Compiling futures-sink v0.3.32
16812026-05-21T00:14:38.223Z Compiling slab v0.4.12
16822026-05-21T00:14:38.253Z Compiling serde_derive v1.0.228
16832026-05-21T00:14:38.292Z Compiling zerofrom-derive v0.1.7
16842026-05-21T00:14:38.347Z Compiling yoke-derive v0.8.2
16852026-05-21T00:14:38.404Z Compiling zerovec-derive v0.11.3
16862026-05-21T00:14:38.429Z Compiling displaydoc v0.2.5
16872026-05-21T00:14:38.512Z Compiling schemars_derive v0.8.22
16882026-05-21T00:14:38.574Z Compiling thiserror-impl v2.0.18
16892026-05-21T00:14:38.915Z Compiling tokio-macros v2.7.0
16902026-05-21T00:14:39.237Z Compiling zerocopy-derive v0.8.48
16912026-05-21T00:14:39.445Z Compiling zeroize_derive v1.4.3
16922026-05-21T00:14:39.507Z Compiling zerofrom v0.1.8
16932026-05-21T00:14:39.535Z Compiling futures-macro v0.3.32
16942026-05-21T00:14:39.659Z Compiling yoke v0.8.2
16952026-05-21T00:14:39.689Z Compiling once_cell v1.21.4
16962026-05-21T00:14:39.763Z Compiling aws-lc-sys v0.41.0
16972026-05-21T00:14:39.853Z Compiling zerovec v0.11.6
16982026-05-21T00:14:39.877Z Compiling zerotrie v0.2.4
16992026-05-21T00:14:40.177Z Compiling zeroize v1.8.2
17002026-05-21T00:14:40.203Z Compiling rand_core v0.6.4
17012026-05-21T00:14:40.308Z Compiling futures-channel v0.3.32
17022026-05-21T00:14:40.392Z Compiling rustix v1.1.4
17032026-05-21T00:14:40.431Z Compiling ucd-trie v0.1.7
17042026-05-21T00:14:40.464Z Compiling tinystr v0.8.3
17052026-05-21T00:14:40.487Z Compiling potential_utf v0.1.5
17062026-05-21T00:14:40.567Z Compiling thiserror v1.0.69
17072026-05-21T00:14:40.649Z Compiling icu_locale_core v2.2.0
17082026-05-21T00:14:40.652Z Compiling icu_collections v2.2.0
17092026-05-21T00:14:40.695Z Compiling pest v2.8.6
17102026-05-21T00:14:40.695Z Compiling futures-task v0.3.32
17112026-05-21T00:14:40.760Z Compiling regex-syntax v0.8.10
17122026-05-21T00:14:40.892Z Compiling futures-io v0.3.32
17132026-05-21T00:14:40.895Z Compiling thiserror-impl v1.0.69
17142026-05-21T00:14:41.419Z Compiling futures-util v0.3.32
17152026-05-21T00:14:41.543Z Compiling smallvec v1.15.1
17162026-05-21T00:14:41.645Z Compiling bytes v1.11.1
17172026-05-21T00:14:41.831Z Compiling icu_provider v2.2.0
17182026-05-21T00:14:41.957Z Compiling chrono v0.4.44
17192026-05-21T00:14:42.448Z Compiling icu_normalizer v2.2.0
17202026-05-21T00:14:42.498Z Compiling icu_properties v2.2.0
17212026-05-21T00:14:42.521Z Compiling serde_tokenstream v0.2.3
17222026-05-21T00:14:42.782Z Compiling parking_lot v0.12.5
17232026-05-21T00:14:43.392Z Compiling tokio v1.52.3
17242026-05-21T00:14:43.600Z Compiling idna_adapter v1.2.2
17252026-05-21T00:14:43.624Z Compiling pest_meta v2.8.6
17262026-05-21T00:14:43.660Z Compiling aho-corasick v1.1.4
17272026-05-21T00:14:43.756Z Compiling idna v1.1.0
17282026-05-21T00:14:43.917Z Compiling hashbrown v0.17.1
17292026-05-21T00:14:44.052Z Compiling generic-array v0.14.7
17302026-05-21T00:14:44.313Z Compiling url v2.5.8
17312026-05-21T00:14:44.402Z Compiling pest_generator v2.8.6
17322026-05-21T00:14:44.642Z Compiling indexmap v2.14.0
17332026-05-21T00:14:45.044Z Compiling pest_derive v2.8.6
17342026-05-21T00:14:45.090Z Compiling regex-automata v0.4.14
17352026-05-21T00:14:45.448Z Compiling getrandom v0.3.4
17362026-05-21T00:14:45.700Z Compiling tracing-core v0.1.36
17372026-05-21T00:14:45.809Z Compiling tracing-attributes v0.1.31
17382026-05-21T00:14:45.942Z Compiling ipnetwork v0.21.1
17392026-05-21T00:14:46.831Z Compiling regex v1.12.3
17402026-05-21T00:14:47.031Z Compiling typenum v1.20.0
17412026-05-21T00:14:47.077Z Compiling strsim v0.11.1
17422026-05-21T00:14:47.382Z Compiling tracing v0.1.44
17432026-05-21T00:14:47.629Z Compiling rustls-pki-types v1.14.1
17442026-05-21T00:14:47.941Z Compiling base64 v0.22.1
17452026-05-21T00:14:48.124Z Compiling fnv v1.0.7
17462026-05-21T00:14:48.242Z Compiling byteorder v1.5.0
17472026-05-21T00:14:48.435Z Compiling http v1.4.0
17482026-05-21T00:14:48.481Z Compiling ident_case v1.0.1
17492026-05-21T00:14:48.621Z Compiling slog v2.8.2
17502026-05-21T00:14:49.101Z Compiling untrusted v0.9.0
17512026-05-21T00:14:49.138Z Compiling paste v1.0.15
17522026-05-21T00:14:49.280Z Compiling anyhow v1.0.102
17532026-05-21T00:14:49.521Z Compiling erased-serde v0.3.31
17542026-05-21T00:14:49.545Z Compiling omicron-workspace-hack v0.1.0
17552026-05-21T00:14:50.117Z Compiling crypto-common v0.1.7
17562026-05-21T00:14:50.158Z Compiling tokio-util v0.7.18
17572026-05-21T00:14:50.281Z Compiling scroll_derive v0.13.1
17582026-05-21T00:14:50.342Z Compiling ipnet v2.12.0
17592026-05-21T00:14:50.622Z Compiling time-core v0.1.8
17602026-05-21T00:14:50.781Z Compiling num-conv v0.2.1
17612026-05-21T00:14:50.940Z Compiling time-macros v0.2.27
17622026-05-21T00:14:51.118Z Compiling oxnet v0.1.5
17632026-05-21T00:14:51.510Z Compiling http-body v1.0.1
17642026-05-21T00:14:51.993Z Compiling atomic-waker v1.1.2
17652026-05-21T00:14:52.645Z Compiling ppv-lite86 v0.2.21
17662026-05-21T00:14:52.782Z Compiling async-trait v0.1.89
17672026-05-21T00:14:52.852Z Compiling daft-derive v0.1.7
17682026-05-21T00:14:52.899Z Compiling crc32fast v1.5.0
17692026-05-21T00:14:53.028Z Compiling tower-service v0.3.3
17702026-05-21T00:14:53.142Z Compiling tower-layer v0.3.3
17712026-05-21T00:14:53.208Z Compiling aws-lc-rs v1.17.0
17722026-05-21T00:14:53.491Z Compiling ryu v1.0.23
17732026-05-21T00:14:53.542Z Compiling try-lock v0.2.5
17742026-05-21T00:14:53.606Z Compiling camino v1.2.2
17752026-05-21T00:14:53.672Z Compiling want v0.3.1
17762026-05-21T00:14:53.854Z Compiling h2 v0.4.14
17772026-05-21T00:14:53.957Z Compiling httpdate v1.0.3
17782026-05-21T00:14:54.135Z Compiling pretty-hex v0.4.2
17792026-05-21T00:14:54.287Z Compiling usdt-impl v0.6.0
17802026-05-21T00:14:54.342Z Compiling crossbeam-utils v0.8.21
17812026-05-21T00:14:54.706Z Compiling scroll v0.13.0
17822026-05-21T00:14:54.850Z Compiling block-buffer v0.10.4
17832026-05-21T00:14:54.974Z Compiling plain v0.2.3
17842026-05-21T00:14:55.020Z Compiling untrusted v0.7.1
17852026-05-21T00:14:55.095Z Compiling goblin v0.10.5
17862026-05-21T00:14:55.155Z Compiling digest v0.10.7
17872026-05-21T00:14:55.538Z Compiling rustls v0.23.40
17882026-05-21T00:14:55.947Z Compiling slog-async v2.8.0
17892026-05-21T00:14:56.082Z Compiling foldhash v0.2.0
17902026-05-21T00:14:56.264Z Compiling hyper v1.9.0
17912026-05-21T00:14:56.491Z Compiling allocator-api2 v0.2.21
17922026-05-21T00:14:56.884Z Compiling hashbrown v0.16.1
17932026-05-21T00:14:57.588Z Compiling hyper-util v0.1.20
17942026-05-21T00:14:58.702Z Compiling dof v0.4.0
17952026-05-21T00:14:59.554Z Compiling serde_urlencoded v0.7.1
17962026-05-21T00:14:59.743Z Compiling http-body-util v0.1.3
17972026-05-21T00:14:59.903Z Compiling dtrace-parser v0.3.0
17982026-05-21T00:15:00.036Z Compiling thread-id v5.1.0
17992026-05-21T00:15:00.066Z Compiling ref-cast v1.0.25
18002026-05-21T00:15:00.617Z Compiling rustls v0.22.4
18012026-05-21T00:15:00.725Z Compiling rand_core v0.9.5
18022026-05-21T00:15:00.886Z Compiling ref-cast-impl v1.0.25
18032026-05-21T00:15:01.124Z Compiling syn v1.0.109
18042026-05-21T00:15:01.437Z Compiling usdt-attr-macro v0.6.0
18052026-05-21T00:15:01.506Z Compiling usdt-macro v0.6.0
18062026-05-21T00:15:01.905Z Compiling structmeta-derive v0.3.0
18072026-05-21T00:15:01.928Z Compiling sync_wrapper v1.0.2
18082026-05-21T00:15:02.049Z Compiling multer v3.1.0
18092026-05-21T00:15:02.355Z Compiling powerfmt v0.2.0
18102026-05-21T00:15:02.467Z Compiling tower v0.5.3
18112026-05-21T00:15:02.621Z Compiling deranged v0.5.8
18122026-05-21T00:15:02.960Z Compiling structmeta v0.3.0
18132026-05-21T00:15:03.010Z Compiling rand_chacha v0.9.0
18142026-05-21T00:15:03.043Z Compiling darling_core v0.23.0
18152026-05-21T00:15:03.167Z Compiling webpki-roots v1.0.7
18162026-05-21T00:15:03.567Z Compiling openapiv3 v2.2.0
18172026-05-21T00:15:03.759Z Compiling newtype-uuid-macros v0.1.0
18182026-05-21T00:15:04.598Z Compiling num_threads v0.1.7
18192026-05-21T00:15:04.712Z Compiling cpufeatures v0.2.17
18202026-05-21T00:15:05.151Z Compiling darling_macro v0.23.0
18212026-05-21T00:15:05.175Z Compiling time v0.3.47
18222026-05-21T00:15:05.752Z Compiling rand v0.9.4
18232026-05-21T00:15:05.777Z Compiling tower-http v0.6.10
18242026-05-21T00:15:05.828Z Compiling newtype-uuid v1.3.2
18252026-05-21T00:15:06.448Z Compiling strum_macros v0.26.4
18262026-05-21T00:15:06.476Z Compiling async-stream-impl v0.3.6
18272026-05-21T00:15:06.775Z Compiling dropshot v0.17.0
18282026-05-21T00:15:07.045Z Compiling hex v0.4.3
18292026-05-21T00:15:07.238Z Compiling daft v0.1.7
18302026-05-21T00:15:07.341Z Compiling darling v0.23.0
18312026-05-21T00:15:07.447Z Compiling crossbeam-channel v0.5.15
18322026-05-21T00:15:07.547Z Compiling fastrand v2.4.1
18332026-05-21T00:15:08.017Z Compiling serde_with_macros v3.20.0
18342026-05-21T00:15:08.143Z Compiling futures-executor v0.3.32
18352026-05-21T00:15:08.377Z Compiling dropshot_endpoint v0.17.0
18362026-05-21T00:15:08.454Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18372026-05-21T00:15:08.614Z Compiling thread_local v1.1.9
18382026-05-21T00:15:08.969Z Compiling futures v0.3.32
18392026-05-21T00:15:09.007Z Compiling derive-ex v0.1.8
18402026-05-21T00:15:09.152Z Compiling strum_macros v0.27.2
18412026-05-21T00:15:09.176Z Compiling is-terminal v0.4.17
18422026-05-21T00:15:09.199Z Compiling take_mut v0.2.2
18432026-05-21T00:15:09.289Z Compiling openssl-probe v0.2.1
18442026-05-21T00:15:09.325Z Compiling winnow v1.0.3
18452026-05-21T00:15:09.549Z Compiling term v1.2.1
18462026-05-21T00:15:10.046Z Compiling slog-term v2.9.2
18472026-05-21T00:15:10.578Z Compiling test-strategy v0.4.5
18482026-05-21T00:15:10.773Z Compiling rustls-native-certs v0.8.3
18492026-05-21T00:15:11.352Z Compiling tempfile v3.27.0
18502026-05-21T00:15:11.678Z Compiling macaddr v1.0.1
18512026-05-21T00:15:12.068Z Compiling simd-adler32 v0.3.9
18522026-05-21T00:15:12.176Z Compiling adler2 v2.0.1
18532026-05-21T00:15:12.341Z Compiling match_cfg v0.1.0
18542026-05-21T00:15:12.375Z Compiling miniz_oxide v0.8.9
18552026-05-21T00:15:12.429Z Compiling hostname v0.3.1
18562026-05-21T00:15:12.915Z Compiling slog-json v2.6.1
18572026-05-21T00:15:13.239Z Compiling memmap2 v0.9.10
18582026-05-21T00:15:13.563Z Compiling usdt v0.6.0
18592026-05-21T00:15:13.877Z Compiling slog-bunyan v2.5.0
18602026-05-21T00:15:14.038Z Compiling flate2 v1.1.9
18612026-05-21T00:15:14.063Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18622026-05-21T00:15:14.121Z Compiling rustls-webpki v0.102.8
18632026-05-21T00:15:14.211Z Compiling compression-core v0.4.32
18642026-05-21T00:15:14.416Z Compiling debug-ignore v1.0.5
18652026-05-21T00:15:14.542Z Compiling either v1.15.0
18662026-05-21T00:15:14.776Z Compiling compression-codecs v0.4.38
18672026-05-21T00:15:15.128Z Compiling toml_parser v1.1.2+spec-1.1.0
18682026-05-21T00:15:15.168Z Compiling parse-display-derive v0.10.0
18692026-05-21T00:15:16.036Z Compiling rand_chacha v0.3.1
18702026-05-21T00:15:16.061Z Compiling serde_spanned v1.1.1
18712026-05-21T00:15:16.198Z Compiling toml_datetime v1.1.1+spec-1.1.0
18722026-05-21T00:15:16.621Z Compiling encoding_rs v0.8.35
18732026-05-21T00:15:16.642Z Compiling toml_writer v1.1.1+spec-1.1.0
18742026-05-21T00:15:16.668Z Compiling mime v0.3.17
18752026-05-21T00:15:16.869Z Compiling spin v0.9.8
18762026-05-21T00:15:16.917Z Compiling toml v1.1.2+spec-1.1.0
18772026-05-21T00:15:17.146Z Compiling tokio-rustls v0.25.0
18782026-05-21T00:15:17.188Z Compiling rand v0.8.6
18792026-05-21T00:15:17.402Z Compiling async-compression v0.4.42
18802026-05-21T00:15:17.964Z Compiling strum v0.26.3
18812026-05-21T00:15:18.120Z Compiling async-stream v0.3.6
18822026-05-21T00:15:18.386Z Compiling sha1 v0.10.6
18832026-05-21T00:15:18.816Z Compiling waitgroup v0.1.2
18842026-05-21T00:15:18.996Z Compiling rustls-pemfile v2.2.0
18852026-05-21T00:15:19.051Z Compiling serde_path_to_error v0.1.20
18862026-05-21T00:15:19.294Z Compiling hostname v0.4.2
18872026-05-21T00:15:19.472Z Compiling wait-timeout v0.2.1
18882026-05-21T00:15:19.641Z Compiling bit-vec v0.8.0
18892026-05-21T00:15:19.762Z Compiling quick-error v1.2.3
18902026-05-21T00:15:19.891Z Compiling bit-set v0.8.0
18912026-05-21T00:15:19.951Z Compiling rusty-fork v0.3.1
18922026-05-21T00:15:20.094Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18932026-05-21T00:15:20.593Z Compiling serde_with v3.20.0
18942026-05-21T00:15:20.788Z Compiling rand_xorshift v0.4.0
18952026-05-21T00:15:20.948Z Compiling regress v0.10.5
18962026-05-21T00:15:20.971Z Compiling unarray v0.1.4
18972026-05-21T00:15:21.105Z Compiling proptest v1.11.0
18982026-05-21T00:15:21.611Z Compiling strum v0.27.2
18992026-05-21T00:15:21.762Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002026-05-21T00:15:21.924Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19012026-05-21T00:15:22.069Z Compiling instant v0.1.13
19022026-05-21T00:15:22.596Z Compiling rustc-hash v2.1.2
19032026-05-21T00:15:22.740Z Compiling iddqd v0.3.18
19042026-05-21T00:15:23.431Z Compiling itertools v0.14.0
19052026-05-21T00:15:23.955Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19062026-05-21T00:15:24.623Z Compiling unicode-width v0.2.2
19072026-05-21T00:15:25.214Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19082026-05-21T00:15:25.534Z Compiling backon v1.6.0
19092026-05-21T00:15:26.113Z Compiling backoff v0.4.0
19102026-05-21T00:15:26.552Z Compiling parse-display v0.10.0
19112026-05-21T00:15:26.822Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19122026-05-21T00:15:29.758Z Compiling regress v0.11.1
19132026-05-21T00:15:31.007Z Compiling zerocopy-derive v0.7.35
19142026-05-21T00:15:31.452Z Compiling typify-impl v0.6.2
19152026-05-21T00:15:32.352Z Compiling darling_core v0.21.3
19162026-05-21T00:15:33.092Z Compiling clap_derive v4.6.1
19172026-05-21T00:15:33.380Z Compiling utf8parse v0.2.2
19182026-05-21T00:15:33.504Z Compiling convert_case v0.4.0
19192026-05-21T00:15:33.811Z Compiling derive_more v0.99.20
19202026-05-21T00:15:34.432Z Compiling anstyle-parse v1.0.0
19212026-05-21T00:15:34.456Z Compiling darling_macro v0.21.3
19222026-05-21T00:15:34.744Z Compiling typify-macro v0.6.2
19232026-05-21T00:15:35.358Z Compiling terminal_size v0.4.4
19242026-05-21T00:15:35.411Z Compiling toml_datetime v0.6.11
19252026-05-21T00:15:35.544Z Compiling is_terminal_polyfill v1.70.2
19262026-05-21T00:15:35.674Z Compiling anstyle-query v1.1.5
19272026-05-21T00:15:35.787Z Compiling anstyle v1.0.14
19282026-05-21T00:15:35.889Z Compiling colorchoice v1.0.5
19292026-05-21T00:15:36.057Z Compiling anstream v1.0.0
19302026-05-21T00:15:36.572Z Compiling darling v0.21.3
19312026-05-21T00:15:36.758Z Compiling secrecy v0.10.3
19322026-05-21T00:15:36.920Z Compiling unsafe-libyaml v0.2.11
19332026-05-21T00:15:37.101Z Compiling clap_lex v1.1.0
19342026-05-21T00:15:37.283Z Compiling heapless v0.8.0
19352026-05-21T00:15:37.307Z Compiling tinyvec_macros v0.1.1
19362026-05-21T00:15:37.310Z Compiling crucible-workspace-hack v0.1.0
19372026-05-21T00:15:37.449Z Compiling serde_yaml v0.9.34+deprecated
19382026-05-21T00:15:37.560Z Compiling tinyvec v1.11.0
19392026-05-21T00:15:37.628Z Compiling clap_builder v4.6.0
19402026-05-21T00:15:38.502Z Compiling ingot-macros v0.1.1
19412026-05-21T00:15:38.574Z Compiling zerocopy v0.7.35
19422026-05-21T00:15:39.116Z Compiling hash32 v0.3.1
19432026-05-21T00:15:39.141Z Compiling scroll_derive v0.12.1
19442026-05-21T00:15:39.185Z Compiling rustc_version v0.4.1
19452026-05-21T00:15:39.278Z Compiling num-integer v0.1.46
19462026-05-21T00:15:39.464Z Compiling usdt-impl v0.5.0
19472026-05-21T00:15:39.751Z Compiling smoltcp v0.11.0
19482026-05-21T00:15:39.868Z Compiling scroll v0.12.0
19492026-05-21T00:15:39.904Z Compiling curve25519-dalek v4.1.3
19502026-05-21T00:15:40.139Z Compiling clap v4.6.1
19512026-05-21T00:15:40.250Z Compiling dof v0.3.0
19522026-05-21T00:15:41.144Z Compiling ingot-types v0.1.2
19532026-05-21T00:15:41.173Z Compiling typify v0.6.2
19542026-05-21T00:15:41.275Z Compiling dtrace-parser v0.2.0
19552026-05-21T00:15:41.434Z Compiling hmac v0.12.1
19562026-05-21T00:15:41.577Z Compiling inout v0.1.4
19572026-05-21T00:15:41.599Z Compiling ff v0.13.1
19582026-05-21T00:15:41.602Z Compiling cobs v0.3.0
19592026-05-21T00:15:41.841Z Compiling thread-id v4.2.2
19602026-05-21T00:15:41.936Z Compiling managed v0.8.0
19612026-05-21T00:15:41.988Z Compiling bitflags v1.3.2
19622026-05-21T00:15:42.435Z Compiling postcard v1.1.3
19632026-05-21T00:15:42.542Z Compiling group v0.13.0
19642026-05-21T00:15:42.671Z Compiling cipher v0.4.4
19652026-05-21T00:15:42.901Z Compiling hkdf v0.12.4
19662026-05-21T00:15:42.926Z Compiling ingot v0.1.1
19672026-05-21T00:15:45.225Z Compiling goblin v0.8.2
19682026-05-21T00:15:45.423Z Compiling num-rational v0.4.2
19692026-05-21T00:15:46.108Z Compiling num-iter v0.1.45
19702026-05-21T00:15:46.800Z Compiling tabwriter v1.4.1
19712026-05-21T00:15:47.049Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19722026-05-21T00:15:47.163Z Compiling hubpack_derive v0.1.1
19732026-05-21T00:15:47.476Z Compiling thiserror-impl-no-std v2.0.2
19742026-05-21T00:15:47.678Z Compiling crossbeam-epoch v0.9.18
19752026-05-21T00:15:47.709Z Compiling universal-hash v0.5.1
19762026-05-21T00:15:47.862Z Compiling crypto-bigint v0.5.5
19772026-05-21T00:15:48.173Z Compiling half v2.7.1
19782026-05-21T00:15:48.332Z Compiling curve25519-dalek-derive v0.1.1
19792026-05-21T00:15:48.522Z Compiling num-complex v0.4.6
19802026-05-21T00:15:49.677Z Compiling opaque-debug v0.3.1
19812026-05-21T00:15:49.874Z Compiling prettyplease v0.2.37
19822026-05-21T00:15:49.933Z Compiling base64ct v1.8.3
19832026-05-21T00:15:50.040Z Compiling ciborium-io v0.2.2
19842026-05-21T00:15:50.155Z Compiling base16ct v0.2.0
19852026-05-21T00:15:50.265Z Compiling password-hash v0.5.0
19862026-05-21T00:15:50.308Z Compiling elliptic-curve v0.13.8
19872026-05-21T00:15:50.362Z Compiling ciborium-ll v0.2.2
19882026-05-21T00:15:51.218Z Compiling poly1305 v0.8.0
19892026-05-21T00:15:51.938Z Compiling num v0.4.3
19902026-05-21T00:15:52.030Z Compiling thiserror-no-std v2.0.2
19912026-05-21T00:15:52.137Z Compiling hubpack v0.1.2
19922026-05-21T00:15:53.094Z Compiling chacha20 v0.9.1
19932026-05-21T00:15:53.616Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19942026-05-21T00:15:53.664Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19952026-05-21T00:15:54.134Z Compiling reqwest v0.12.28
19962026-05-21T00:15:54.846Z Compiling toml_edit v0.25.11+spec-1.1.0
19972026-05-21T00:15:55.110Z Compiling byte-wrapper v0.1.0
19982026-05-21T00:15:55.227Z Compiling blake2 v0.10.6
19992026-05-21T00:15:55.717Z Compiling aead v0.5.2
20002026-05-21T00:15:55.743Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20012026-05-21T00:15:55.962Z Compiling serde_repr v0.1.20
20022026-05-21T00:15:56.231Z Compiling proc-macro-error-attr v1.0.4
20032026-05-21T00:15:56.563Z Compiling bstr v1.12.1
20042026-05-21T00:15:56.569Z Compiling memoffset v0.9.1
20052026-05-21T00:15:56.726Z Compiling static_assertions v1.1.0
20062026-05-21T00:15:56.813Z Compiling cfg_aliases v0.2.1
20072026-05-21T00:15:56.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082026-05-21T00:15:56.957Z Compiling keccak v0.1.6
20092026-05-21T00:15:57.060Z Compiling float-ord v0.3.2
20102026-05-21T00:15:57.137Z Compiling rustix v0.38.44
20112026-05-21T00:15:57.213Z Compiling sha3 v0.10.9
20122026-05-21T00:15:57.635Z Compiling nix v0.31.3
20132026-05-21T00:15:58.038Z Compiling rustls-webpki v0.103.13
20142026-05-21T00:15:58.181Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20152026-05-21T00:15:58.314Z Compiling chacha20poly1305 v0.10.1
20162026-05-21T00:15:58.405Z Compiling argon2 v0.5.3
20172026-05-21T00:15:59.660Z Compiling proc-macro-crate v3.5.0
20182026-05-21T00:16:00.097Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20192026-05-21T00:16:01.026Z Compiling progenitor-client v0.10.0
20202026-05-21T00:16:01.301Z Compiling vsss-rs v3.3.4
20212026-05-21T00:16:01.345Z Compiling ciborium v0.2.2
20222026-05-21T00:16:02.309Z Compiling usdt-macro v0.5.0
20232026-05-21T00:16:02.533Z Compiling usdt-attr-macro v0.5.0
20242026-05-21T00:16:03.011Z Compiling tokio-rustls v0.26.4
20252026-05-21T00:16:03.324Z Compiling hyper-rustls v0.27.9
20262026-05-21T00:16:03.326Z Compiling rustls-platform-verifier v0.7.0
20272026-05-21T00:16:03.874Z Compiling reqwest v0.13.3
20282026-05-21T00:16:04.918Z Compiling enum-as-inner v0.6.1
20292026-05-21T00:16:05.464Z Compiling progenitor-client v0.14.0
20302026-05-21T00:16:05.778Z Compiling progenitor-extras v0.2.0
20312026-05-21T00:16:05.952Z Compiling num-derive v0.4.2
20322026-05-21T00:16:05.977Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20332026-05-21T00:16:06.026Z Compiling proc-macro-error v1.0.4
20342026-05-21T00:16:06.294Z Compiling memmap v0.7.0
20352026-05-21T00:16:06.909Z Compiling winnow v0.5.40
20362026-05-21T00:16:07.129Z Compiling data-encoding v2.11.0
20372026-05-21T00:16:08.362Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20382026-05-21T00:16:08.422Z Compiling indent_write v2.2.0
20392026-05-21T00:16:08.589Z Compiling toml_edit v0.19.15
20402026-05-21T00:16:08.949Z Compiling usdt v0.5.0
20412026-05-21T00:16:09.852Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20422026-05-21T00:16:10.121Z Compiling num_enum_derive v0.7.6
20432026-05-21T00:16:10.630Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20442026-05-21T00:16:11.170Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20452026-05-21T00:16:11.290Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20462026-05-21T00:16:15.035Z Compiling serde_spanned v0.6.9
20472026-05-21T00:16:15.212Z Compiling foreign-types-macros v0.2.3
20482026-05-21T00:16:16.878Z Compiling colored v3.1.1
20492026-05-21T00:16:17.555Z Compiling toml_write v0.1.2
20502026-05-21T00:16:17.772Z Compiling bytecount v0.6.9
20512026-05-21T00:16:17.987Z Compiling vcpkg v0.2.15
20522026-05-21T00:16:18.213Z Compiling pkg-config v0.3.33
20532026-05-21T00:16:18.516Z Compiling foreign-types-shared v0.3.1
20542026-05-21T00:16:18.543Z Compiling winnow v0.7.15
20552026-05-21T00:16:18.636Z Compiling cpufeatures v0.3.0
20562026-05-21T00:16:18.679Z Compiling openssl-sys v0.9.116
20572026-05-21T00:16:18.730Z Compiling chacha20 v0.10.0
20582026-05-21T00:16:18.788Z Compiling foreign-types v0.5.0
20592026-05-21T00:16:19.050Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20602026-05-21T00:16:19.286Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20612026-05-21T00:16:19.525Z Compiling num_enum v0.7.6
20622026-05-21T00:16:19.568Z Compiling proc-macro-crate v1.3.1
20632026-05-21T00:16:19.913Z Compiling toml_edit v0.22.27
20642026-05-21T00:16:19.969Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20652026-05-21T00:16:20.683Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20662026-05-21T00:16:21.131Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20672026-05-21T00:16:21.236Z Compiling cstr-argument v0.1.2
20682026-05-21T00:16:21.405Z Compiling linked-hash-map v0.5.6
20692026-05-21T00:16:21.431Z Compiling unicode-segmentation v1.13.2
20702026-05-21T00:16:21.634Z Compiling resolv-conf v0.7.6
20712026-05-21T00:16:21.660Z Compiling heck v0.4.1
20722026-05-21T00:16:21.797Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20732026-05-21T00:16:22.058Z Compiling semver v0.1.20
20742026-05-21T00:16:22.135Z Compiling swrite v0.1.0
20752026-05-21T00:16:22.208Z Compiling rayon-core v1.13.0
20762026-05-21T00:16:22.297Z Compiling rustc_version v0.1.7
20772026-05-21T00:16:22.328Z Compiling newline-converter v0.3.0
20782026-05-21T00:16:22.448Z Compiling lru-cache v0.1.2
20792026-05-21T00:16:22.521Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20802026-05-21T00:16:22.545Z Compiling toml v0.8.23
20812026-05-21T00:16:22.569Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20822026-05-21T00:16:22.608Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20832026-05-21T00:16:22.887Z Compiling num_enum_derive v0.5.11
20842026-05-21T00:16:22.908Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20852026-05-21T00:16:23.041Z Compiling rand v0.10.1
20862026-05-21T00:16:23.103Z Compiling atomicwrites v0.4.4
20872026-05-21T00:16:23.147Z Compiling hickory-proto v0.24.4
20882026-05-21T00:16:23.765Z Compiling similar v2.7.0
20892026-05-21T00:16:23.837Z Compiling crossbeam-deque v0.8.6
20902026-05-21T00:16:23.893Z Compiling progenitor-impl v0.13.0
20912026-05-21T00:16:23.930Z Compiling progenitor-impl v0.14.0
20922026-05-21T00:16:24.094Z Compiling console v0.15.11
20932026-05-21T00:16:24.283Z Compiling camino-tempfile v1.4.1
20942026-05-21T00:16:24.714Z Compiling serde-big-array v0.5.1
20952026-05-21T00:16:24.892Z Compiling derive-where v1.6.1
20962026-05-21T00:16:25.390Z Compiling pin-project-internal v1.1.13
20972026-05-21T00:16:25.996Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20982026-05-21T00:16:26.027Z Compiling minimal-lexical v0.2.1
20992026-05-21T00:16:26.171Z Compiling lazy_static v1.5.0
21002026-05-21T00:16:26.285Z Compiling siphasher v1.0.3
21012026-05-21T00:16:26.308Z Compiling nom v7.1.3
21022026-05-21T00:16:26.503Z Compiling pin-project v1.1.13
21032026-05-21T00:16:26.530Z Compiling phf_shared v0.12.1
21042026-05-21T00:16:26.606Z Compiling progenitor-macro v0.14.0
21052026-05-21T00:16:26.629Z Compiling progenitor-macro v0.13.0
21062026-05-21T00:16:26.754Z Compiling hickory-resolver v0.24.4
21072026-05-21T00:16:27.642Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21082026-05-21T00:16:29.794Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21092026-05-21T00:16:30.803Z Compiling expectorate v1.2.0
21102026-05-21T00:16:30.917Z Compiling num_enum v0.5.11
21112026-05-21T00:16:31.538Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21122026-05-21T00:16:31.803Z Compiling newtype_derive v0.1.6
21132026-05-21T00:16:32.076Z Compiling progenitor-client v0.13.0
21142026-05-21T00:16:32.712Z Compiling unicode-normalization v0.1.25
21152026-05-21T00:16:33.324Z Compiling typify-impl v0.4.3
21162026-05-21T00:16:34.295Z Compiling tokio-stream v0.1.18
21172026-05-21T00:16:34.616Z Compiling async-recursion v1.1.1
21182026-05-21T00:16:34.902Z Compiling snafu-derive v0.8.9
21192026-05-21T00:16:35.322Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21202026-05-21T00:16:35.660Z Compiling slog-dtrace v0.3.0
21212026-05-21T00:16:35.935Z Compiling csv-core v0.1.13
21222026-05-21T00:16:36.357Z Compiling owo-colors v4.3.0
21232026-05-21T00:16:36.624Z Compiling konst_macro_rules v0.2.19
21242026-05-21T00:16:36.663Z Compiling same-file v1.0.6
21252026-05-21T00:16:36.730Z Compiling highway v1.3.0
21262026-05-21T00:16:36.832Z Compiling openssl v0.10.80
21272026-05-21T00:16:36.856Z Compiling cancel-safe-futures v0.1.5
21282026-05-21T00:16:37.138Z Compiling unicode-xid v0.2.6
21292026-05-21T00:16:37.138Z Compiling chrono-tz v0.10.4
21302026-05-21T00:16:37.309Z Compiling unicode-width v0.1.14
21312026-05-21T00:16:37.396Z Compiling foldhash v0.1.5
21322026-05-21T00:16:37.437Z Compiling foreign-types-shared v0.1.1
21332026-05-21T00:16:37.549Z Compiling hashbrown v0.15.5
21342026-05-21T00:16:37.625Z Compiling foreign-types v0.3.2
21352026-05-21T00:16:37.684Z Compiling const_format_proc_macros v0.2.34
21362026-05-21T00:16:37.790Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21372026-05-21T00:16:38.237Z Compiling walkdir v2.5.0
21382026-05-21T00:16:38.550Z Compiling konst v0.2.20
21392026-05-21T00:16:38.997Z Compiling typify-macro v0.4.3
21402026-05-21T00:16:39.037Z Compiling snafu v0.8.9
21412026-05-21T00:16:39.612Z Compiling csv v1.4.0
21422026-05-21T00:16:39.909Z Compiling qorb v0.4.1
21432026-05-21T00:16:39.999Z Compiling progenitor v0.13.0
21442026-05-21T00:16:40.157Z Compiling progenitor v0.14.0
21452026-05-21T00:16:40.321Z Compiling olpc-cjson v0.1.4
21462026-05-21T00:16:40.558Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21472026-05-21T00:16:40.646Z Compiling rayon v1.12.0
21482026-05-21T00:16:42.855Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21492026-05-21T00:16:43.410Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21502026-05-21T00:16:43.759Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21512026-05-21T00:16:44.248Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21522026-05-21T00:16:44.800Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21532026-05-21T00:16:45.869Z Compiling phf v0.12.1
21542026-05-21T00:16:46.529Z Compiling zone_cfg_derive v0.3.1
21552026-05-21T00:16:46.955Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21562026-05-21T00:16:47.270Z Compiling tokio-dtrace v0.1.1
21572026-05-21T00:16:47.296Z Compiling globset v0.4.18
21582026-05-21T00:16:47.602Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21592026-05-21T00:16:47.684Z Compiling itertools v0.12.1
21602026-05-21T00:16:47.835Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21612026-05-21T00:16:48.170Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21622026-05-21T00:16:48.435Z Compiling pem v3.0.6
21632026-05-21T00:16:49.170Z Compiling libsw-core v0.3.2
21642026-05-21T00:16:49.195Z Compiling serde_plain v1.0.2
21652026-05-21T00:16:49.363Z Compiling openssl-macros v0.1.1
21662026-05-21T00:16:49.431Z Compiling cookie v0.18.1
21672026-05-21T00:16:49.457Z Compiling sigpipe v0.1.3
21682026-05-21T00:16:49.493Z Compiling typed-path v0.9.3
21692026-05-21T00:16:49.593Z Compiling glob v0.3.3
21702026-05-21T00:16:49.709Z Compiling fixedbitset v0.4.2
21712026-05-21T00:16:49.878Z Compiling jiff v0.2.24
21722026-05-21T00:16:49.904Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21732026-05-21T00:16:49.961Z Compiling fixedbitset v0.5.7
21742026-05-21T00:16:50.096Z Compiling petgraph v0.6.5
21752026-05-21T00:16:50.197Z Compiling petgraph v0.8.3
21762026-05-21T00:16:50.586Z Compiling tough v0.22.0
21772026-05-21T00:16:51.968Z Compiling libsw v3.5.0
21782026-05-21T00:16:52.171Z Compiling zone v0.3.1
21792026-05-21T00:16:52.231Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21802026-05-21T00:16:52.422Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21812026-05-21T00:16:52.600Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21822026-05-21T00:16:52.679Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21832026-05-21T00:16:52.905Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21842026-05-21T00:16:53.890Z Compiling oxide-tokio-rt v0.1.6
21852026-05-21T00:16:54.510Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21862026-05-21T00:16:55.640Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21872026-05-21T00:16:55.835Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21882026-05-21T00:16:56.689Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21892026-05-21T00:16:57.618Z Compiling const_format v0.2.36
21902026-05-21T00:16:58.401Z Compiling papergrid v0.11.0
21912026-05-21T00:16:58.434Z Compiling tabled_derive v0.7.0
21922026-05-21T00:16:58.520Z Compiling gethostname v0.5.0
21932026-05-21T00:16:58.660Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21942026-05-21T00:16:59.379Z Compiling libscf-sys v1.2.0
21952026-05-21T00:16:59.416Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21962026-05-21T00:16:59.524Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21972026-05-21T00:16:59.603Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21982026-05-21T00:16:59.740Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21992026-05-21T00:17:00.794Z Compiling bcs v0.1.6
22002026-05-21T00:17:00.810Z Compiling smf v0.2.3
22012026-05-21T00:17:00.810Z Compiling unicode-linebreak v0.1.5
22022026-05-21T00:17:00.810Z Compiling termtree v0.5.1
22032026-05-21T00:17:00.810Z Compiling linear-map v1.2.0
22042026-05-21T00:17:00.810Z Compiling whoami v1.6.1
22052026-05-21T00:17:00.810Z Compiling smawk v0.3.2
22062026-05-21T00:17:00.862Z Compiling tagptr v0.2.0
22072026-05-21T00:17:00.947Z Compiling textwrap v0.16.2
22082026-05-21T00:17:01.034Z Compiling moka v0.12.15
22092026-05-21T00:17:02.079Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22102026-05-21T00:17:02.534Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22112026-05-21T00:17:02.875Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22122026-05-21T00:17:02.905Z Compiling tabled v0.15.0
22132026-05-21T00:17:03.664Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22142026-05-21T00:17:03.929Z Compiling steno v0.4.1
22152026-05-21T00:17:03.944Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22162026-05-21T00:17:06.591Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22172026-05-21T00:17:08.727Z Compiling hickory-proto v0.25.2
22182026-05-21T00:17:11.055Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22192026-05-21T00:17:11.076Z Compiling proc-macro-error-attr2 v2.0.0
22202026-05-21T00:17:11.267Z Compiling humantime v2.3.0
22212026-05-21T00:17:11.571Z Compiling proc-macro-error2 v2.0.1
22222026-05-21T00:17:11.721Z Compiling hickory-resolver v0.25.2
22232026-05-21T00:17:11.871Z Compiling typify v0.4.3
22242026-05-21T00:17:11.990Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22252026-05-21T00:17:12.152Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22262026-05-21T00:17:12.457Z Compiling parking_lot_core v0.8.6
22272026-05-21T00:17:12.543Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22282026-05-21T00:17:12.800Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22292026-05-21T00:17:13.320Z Compiling progenitor-impl v0.11.2
22302026-05-21T00:17:14.368Z Compiling tabled_derive v0.11.0
22312026-05-21T00:17:15.465Z Compiling papergrid v0.17.0
22322026-05-21T00:17:15.532Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22332026-05-21T00:17:16.822Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22342026-05-21T00:17:18.359Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22352026-05-21T00:17:19.426Z Compiling testing_table v0.3.0
22362026-05-21T00:17:19.859Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22372026-05-21T00:17:19.862Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22382026-05-21T00:17:20.122Z Compiling tabled v0.20.0
22392026-05-21T00:17:20.211Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22402026-05-21T00:17:20.987Z Compiling progenitor-macro v0.11.2
22412026-05-21T00:17:21.957Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22422026-05-21T00:17:22.082Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22432026-05-21T00:17:22.791Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22442026-05-21T00:17:23.484Z Compiling progenitor-client v0.11.2
22452026-05-21T00:17:23.981Z Compiling arc-swap v1.9.1
22462026-05-21T00:17:24.359Z Compiling slog-scope v4.4.1
22472026-05-21T00:17:24.454Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22482026-05-21T00:17:25.101Z Compiling progenitor v0.11.2
22492026-05-21T00:17:25.261Z Compiling parking_lot v0.11.2
22502026-05-21T00:17:26.152Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22512026-05-21T00:17:27.309Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22522026-05-21T00:17:27.945Z Compiling dropshot-api-manager-types v0.7.2
22532026-05-21T00:17:28.314Z Compiling fxhash v0.2.1
22542026-05-21T00:17:28.473Z Compiling crc8 v0.1.1
22552026-05-21T00:17:28.519Z Compiling sled v0.34.7
22562026-05-21T00:17:28.603Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22572026-05-21T00:17:30.268Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22582026-05-21T00:17:34.831Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22592026-05-21T00:17:35.162Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22602026-05-21T00:17:35.908Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22612026-05-21T00:17:37.020Z Compiling slog-stdlog v4.1.1
22622026-05-21T00:17:37.469Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22632026-05-21T00:17:37.752Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22642026-05-21T00:17:38.437Z Compiling slog-envlogger v2.2.0
22652026-05-21T00:17:39.603Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22662026-05-21T00:17:49.678Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22672026-05-21T00:17:53.618Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22682026-05-21T00:17:56.979Z Finished `release` profile [optimized] target(s) in 3m 51s
22692026-05-21T00:17:57.358Z+ banner trio
22702026-05-21T00:17:57.361Z
22712026-05-21T00:17:57.361Z ##### ##### # ####
22722026-05-21T00:17:57.361Z # # # # # #
22732026-05-21T00:17:57.361Z # # # # # #
22742026-05-21T00:17:57.361Z # ##### # # #
22752026-05-21T00:17:57.361Z # # # # # #
22762026-05-21T00:17:57.361Z # # # # ####
22772026-05-21T00:17:57.361Z
22782026-05-21T00:17:57.361Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22792026-05-21T00:17:57.905Z Compiling cfg-if v1.0.4
22802026-05-21T00:17:57.908Z Compiling libc v0.2.186
22812026-05-21T00:17:57.908Z Compiling serde_core v1.0.228
22822026-05-21T00:17:57.908Z Compiling memchr v2.8.0
22832026-05-21T00:17:58.017Z Compiling itoa v1.0.18
22842026-05-21T00:17:58.017Z Compiling smallvec v1.15.1
22852026-05-21T00:17:58.031Z Compiling stable_deref_trait v1.2.1
22862026-05-21T00:17:58.034Z Compiling zerofrom v0.1.8
22872026-05-21T00:17:58.057Z Compiling zmij v1.0.21
22882026-05-21T00:17:58.110Z Compiling writeable v0.6.3
22892026-05-21T00:17:58.145Z Compiling yoke v0.8.2
22902026-05-21T00:17:58.263Z Compiling litemap v0.8.2
22912026-05-21T00:17:58.267Z Compiling utf8_iter v1.0.4
22922026-05-21T00:17:58.354Z Compiling zerovec v0.11.6
22932026-05-21T00:17:58.358Z Compiling zerotrie v0.2.4
22942026-05-21T00:17:58.382Z Compiling percent-encoding v2.3.2
22952026-05-21T00:17:58.414Z Compiling libm v0.2.16
22962026-05-21T00:17:58.440Z Compiling icu_normalizer_data v2.2.0
22972026-05-21T00:17:58.513Z Compiling icu_properties_data v2.2.0
22982026-05-21T00:17:58.517Z Compiling form_urlencoded v1.2.2
22992026-05-21T00:17:58.647Z Compiling rand_core v0.10.1
23002026-05-21T00:17:58.696Z Compiling errno v0.3.14
23012026-05-21T00:17:58.782Z Compiling getrandom v0.4.2
23022026-05-21T00:17:58.808Z Compiling iana-time-zone v0.1.65
23032026-05-21T00:17:58.819Z Compiling pin-project-lite v0.2.17
23042026-05-21T00:17:58.858Z Compiling tinystr v0.8.3
23052026-05-21T00:17:58.914Z Compiling potential_utf v0.1.5
23062026-05-21T00:17:58.930Z Compiling zeroize v1.8.2
23072026-05-21T00:17:58.981Z Compiling dyn-clone v1.0.20
23082026-05-21T00:17:59.110Z Compiling icu_locale_core v2.2.0
23092026-05-21T00:17:59.123Z Compiling icu_collections v2.2.0
23102026-05-21T00:17:59.137Z Compiling socket2 v0.6.3
23112026-05-21T00:17:59.151Z Compiling scopeguard v1.2.0
23122026-05-21T00:17:59.190Z Compiling parking_lot_core v0.9.12
23132026-05-21T00:17:59.207Z Compiling num-traits v0.2.19
23142026-05-21T00:17:59.262Z Compiling lock_api v0.4.14
23152026-05-21T00:17:59.523Z Compiling parking_lot v0.12.5
23162026-05-21T00:17:59.604Z Compiling signal-hook-registry v1.4.8
23172026-05-21T00:17:59.884Z Compiling serde v1.0.228
23182026-05-21T00:17:59.925Z Compiling serde_json v1.0.149
23192026-05-21T00:18:00.010Z Compiling icu_provider v2.2.0
23202026-05-21T00:18:00.058Z Compiling uuid v1.23.1
23212026-05-21T00:18:00.158Z Compiling semver v1.0.28
23222026-05-21T00:18:00.177Z Compiling mio v1.2.0
23232026-05-21T00:18:00.487Z Compiling bytes v1.11.1
23242026-05-21T00:18:00.504Z Compiling icu_normalizer v2.2.0
23252026-05-21T00:18:00.633Z Compiling icu_properties v2.2.0
23262026-05-21T00:18:00.655Z Compiling chrono v0.4.44
23272026-05-21T00:18:00.809Z Compiling portable-atomic v1.13.1
23282026-05-21T00:18:00.870Z Compiling thiserror v2.0.18
23292026-05-21T00:18:00.983Z Compiling getrandom v0.2.17
23302026-05-21T00:18:01.209Z Compiling tokio v1.52.3
23312026-05-21T00:18:01.369Z Compiling subtle v2.6.1
23322026-05-21T00:18:01.509Z Compiling futures-core v0.3.32
23332026-05-21T00:18:01.543Z Compiling idna_adapter v1.2.2
23342026-05-21T00:18:01.677Z Compiling idna v1.1.0
23352026-05-21T00:18:01.688Z Compiling critical-section v1.2.0
23362026-05-21T00:18:01.708Z Compiling bitflags v2.11.1
23372026-05-21T00:18:01.797Z Compiling once_cell v1.21.4
23382026-05-21T00:18:02.039Z Compiling url v2.5.8
23392026-05-21T00:18:02.050Z Compiling log v0.4.29
23402026-05-21T00:18:02.105Z Compiling equivalent v1.0.2
23412026-05-21T00:18:02.200Z Compiling zerocopy v0.8.48
23422026-05-21T00:18:02.230Z Compiling rand_core v0.6.4
23432026-05-21T00:18:02.299Z Compiling futures-sink v0.3.32
23442026-05-21T00:18:02.413Z Compiling slab v0.4.12
23452026-05-21T00:18:02.484Z Compiling futures-channel v0.3.32
23462026-05-21T00:18:02.601Z Compiling futures-task v0.3.32
23472026-05-21T00:18:02.621Z Compiling schemars v0.8.22
23482026-05-21T00:18:02.744Z Compiling futures-io v0.3.32
23492026-05-21T00:18:02.781Z Compiling typenum v1.20.0
23502026-05-21T00:18:02.945Z Compiling futures-util v0.3.32
23512026-05-21T00:18:03.455Z Compiling generic-array v0.14.7
23522026-05-21T00:18:03.796Z Compiling hashbrown v0.17.1
23532026-05-21T00:18:04.036Z Compiling tracing-core v0.1.36
23542026-05-21T00:18:04.183Z Compiling base64 v0.22.1
23552026-05-21T00:18:04.489Z Compiling indexmap v2.14.0
23562026-05-21T00:18:04.633Z Compiling tracing v0.1.44
23572026-05-21T00:18:04.677Z Compiling crypto-common v0.1.7
23582026-05-21T00:18:04.828Z Compiling ipnetwork v0.21.1
23592026-05-21T00:18:04.988Z Compiling http v1.4.0
23602026-05-21T00:18:05.115Z Compiling unicode-ident v1.0.24
23612026-05-21T00:18:05.238Z Compiling proc-macro2 v1.0.106
23622026-05-21T00:18:05.335Z Compiling slog v2.8.2
23632026-05-21T00:18:05.351Z Compiling erased-serde v0.3.31
23642026-05-21T00:18:05.443Z Compiling rustls-pki-types v1.14.1
23652026-05-21T00:18:05.686Z Compiling fnv v1.0.7
23662026-05-21T00:18:05.942Z Compiling quote v1.0.45
23672026-05-21T00:18:06.312Z Compiling untrusted v0.9.0
23682026-05-21T00:18:06.371Z Compiling syn v2.0.117
23692026-05-21T00:18:06.446Z Compiling tokio-util v0.7.18
23702026-05-21T00:18:06.687Z Compiling oxnet v0.1.5
23712026-05-21T00:18:06.858Z Compiling byteorder v1.5.0
23722026-05-21T00:18:06.893Z Compiling ipnet v2.12.0
23732026-05-21T00:18:07.115Z Compiling thiserror v1.0.69
23742026-05-21T00:18:07.229Z Compiling ppv-lite86 v0.2.21
23752026-05-21T00:18:07.398Z Compiling http-body v1.0.1
23762026-05-21T00:18:07.569Z Compiling block-buffer v0.10.4
23772026-05-21T00:18:07.580Z Compiling atomic-waker v1.1.2
23782026-05-21T00:18:07.675Z Compiling httparse v1.10.1
23792026-05-21T00:18:07.687Z Compiling try-lock v0.2.5
23802026-05-21T00:18:07.707Z Compiling digest v0.10.7
23812026-05-21T00:18:07.740Z Compiling tower-service v0.3.3
23822026-05-21T00:18:07.802Z Compiling pretty-hex v0.4.2
23832026-05-21T00:18:07.838Z Compiling tower-layer v0.3.3
23842026-05-21T00:18:07.945Z Compiling ryu v1.0.23
23852026-05-21T00:18:07.957Z Compiling want v0.3.1
23862026-05-21T00:18:08.045Z Compiling h2 v0.4.14
23872026-05-21T00:18:08.090Z Compiling httpdate v1.0.3
23882026-05-21T00:18:08.140Z Compiling rustix v1.1.4
23892026-05-21T00:18:08.153Z Compiling plain v0.2.3
23902026-05-21T00:18:08.237Z Compiling regex-syntax v0.8.10
23912026-05-21T00:18:08.266Z Compiling getrandom v0.3.4
23922026-05-21T00:18:08.470Z Compiling omicron-workspace-hack v0.1.0
23932026-05-21T00:18:08.481Z Compiling aws-lc-sys v0.41.0
23942026-05-21T00:18:08.546Z Compiling ucd-trie v0.1.7
23952026-05-21T00:18:08.704Z Compiling untrusted v0.7.1
23962026-05-21T00:18:08.836Z Compiling pest v2.8.6
23972026-05-21T00:18:09.056Z Compiling aws-lc-rs v1.17.0
23982026-05-21T00:18:09.169Z Compiling rand_core v0.9.5
23992026-05-21T00:18:09.455Z Compiling crossbeam-utils v0.8.21
24002026-05-21T00:18:10.037Z Compiling serde_urlencoded v0.7.1
24012026-05-21T00:18:10.235Z Compiling http-body-util v0.1.3
24022026-05-21T00:18:10.320Z Compiling allocator-api2 v0.2.21
24032026-05-21T00:18:10.517Z Compiling hyper v1.9.0
24042026-05-21T00:18:10.542Z Compiling rustls v0.23.40
24052026-05-21T00:18:10.721Z Compiling foldhash v0.2.0
24062026-05-21T00:18:10.797Z Compiling rustls-webpki v0.103.13
24072026-05-21T00:18:11.028Z Compiling hashbrown v0.16.1
24082026-05-21T00:18:11.756Z Compiling newtype-uuid v1.3.2
24092026-05-21T00:18:11.933Z Compiling hyper-util v0.1.20
24102026-05-21T00:18:12.849Z Compiling hex v0.4.3
24112026-05-21T00:18:13.135Z Compiling cpufeatures v0.2.17
24122026-05-21T00:18:13.224Z Compiling daft v0.1.7
24132026-05-21T00:18:13.539Z Compiling rand_chacha v0.9.0
24142026-05-21T00:18:14.080Z Compiling sync_wrapper v1.0.2
24152026-05-21T00:18:14.145Z Compiling aho-corasick v1.1.4
24162026-05-21T00:18:14.214Z Compiling fastrand v2.4.1
24172026-05-21T00:18:14.582Z Compiling tower v0.5.3
24182026-05-21T00:18:14.987Z Compiling anyhow v1.0.102
24192026-05-21T00:18:15.003Z Compiling rand v0.9.4
24202026-05-21T00:18:15.146Z Compiling powerfmt v0.2.0
24212026-05-21T00:18:15.178Z Compiling regex-automata v0.4.14
24222026-05-21T00:18:15.412Z Compiling deranged v0.5.8
24232026-05-21T00:18:15.495Z Compiling tower-http v0.6.10
24242026-05-21T00:18:15.684Z Compiling openapiv3 v2.2.0
24252026-05-21T00:18:15.760Z Compiling openssl-probe v0.2.1
24262026-05-21T00:18:16.015Z Compiling time-core v0.1.8
24272026-05-21T00:18:16.161Z Compiling num_threads v0.1.7
24282026-05-21T00:18:16.214Z Compiling num-conv v0.2.1
24292026-05-21T00:18:16.293Z Compiling rustls-native-certs v0.8.3
24302026-05-21T00:18:16.323Z Compiling camino v1.2.2
24312026-05-21T00:18:16.525Z Compiling time v0.3.47
24322026-05-21T00:18:16.935Z Compiling tokio-rustls v0.26.4
24332026-05-21T00:18:17.119Z Compiling tempfile v3.27.0
24342026-05-21T00:18:17.237Z Compiling futures-executor v0.3.32
24352026-05-21T00:18:17.770Z Compiling winnow v1.0.3
24362026-05-21T00:18:18.044Z Compiling futures v0.3.32
24372026-05-21T00:18:18.120Z Compiling regex v1.12.3
24382026-05-21T00:18:18.129Z Compiling hyper-rustls v0.27.9
24392026-05-21T00:18:18.501Z Compiling rustls-platform-verifier v0.7.0
24402026-05-21T00:18:19.184Z Compiling crossbeam-channel v0.5.15
24412026-05-21T00:18:19.270Z Compiling scroll v0.13.0
24422026-05-21T00:18:19.536Z Compiling adler2 v2.0.1
24432026-05-21T00:18:19.554Z Compiling simd-adler32 v0.3.9
24442026-05-21T00:18:19.576Z Compiling goblin v0.10.5
24452026-05-21T00:18:19.668Z Compiling crc32fast v1.5.0
24462026-05-21T00:18:19.702Z Compiling miniz_oxide v0.8.9
24472026-05-21T00:18:19.902Z Compiling reqwest v0.13.3
24482026-05-21T00:18:19.919Z Compiling ring v0.17.14
24492026-05-21T00:18:20.386Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24502026-05-21T00:18:21.142Z Compiling thread_local v1.1.9
24512026-05-21T00:18:21.501Z Compiling either v1.15.0
24522026-05-21T00:18:21.732Z Compiling rustls-webpki v0.102.8
24532026-05-21T00:18:22.395Z Compiling flate2 v1.1.9
24542026-05-21T00:18:22.998Z Compiling dof v0.4.0
24552026-05-21T00:18:23.664Z Compiling dtrace-parser v0.3.0
24562026-05-21T00:18:24.134Z Compiling rand_chacha v0.3.1
24572026-05-21T00:18:24.764Z Compiling is-terminal v0.4.17
24582026-05-21T00:18:24.872Z Compiling thread-id v5.1.0
24592026-05-21T00:18:24.966Z Compiling take_mut v0.2.2
24602026-05-21T00:18:25.091Z Compiling debug-ignore v1.0.5
24612026-05-21T00:18:25.207Z Compiling term v1.2.1
24622026-05-21T00:18:26.110Z Compiling match_cfg v0.1.0
24632026-05-21T00:18:26.189Z Compiling compression-core v0.4.32
24642026-05-21T00:18:26.223Z Compiling hostname v0.3.1
24652026-05-21T00:18:26.364Z Compiling compression-codecs v0.4.38
24662026-05-21T00:18:26.397Z Compiling slog-term v2.9.2
24672026-05-21T00:18:26.400Z Compiling slog-async v2.8.0
24682026-05-21T00:18:26.745Z Compiling usdt-impl v0.6.0
24692026-05-21T00:18:27.148Z Compiling rand v0.8.6
24702026-05-21T00:18:27.734Z Compiling ref-cast v1.0.25
24712026-05-21T00:18:27.846Z Compiling rustls v0.22.4
24722026-05-21T00:18:27.880Z Compiling toml_parser v1.1.2+spec-1.1.0
24732026-05-21T00:18:27.990Z Compiling slog-json v2.6.1
24742026-05-21T00:18:28.257Z Compiling strum v0.26.3
24752026-05-21T00:18:28.398Z Compiling macaddr v1.0.1
24762026-05-21T00:18:28.682Z Compiling serde_spanned v1.1.1
24772026-05-21T00:18:28.854Z Compiling toml_datetime v1.1.1+spec-1.1.0
24782026-05-21T00:18:29.214Z Compiling wait-timeout v0.2.1
24792026-05-21T00:18:29.300Z Compiling memmap2 v0.9.10
24802026-05-21T00:18:29.594Z Compiling encoding_rs v0.8.35
24812026-05-21T00:18:29.700Z Compiling quick-error v1.2.3
24822026-05-21T00:18:29.815Z Compiling mime v0.3.17
24832026-05-21T00:18:30.300Z Compiling bit-vec v0.8.0
24842026-05-21T00:18:30.605Z Compiling spin v0.9.8
24852026-05-21T00:18:30.736Z Compiling toml_writer v1.1.1+spec-1.1.0
24862026-05-21T00:18:30.866Z Compiling multer v3.1.0
24872026-05-21T00:18:30.999Z Compiling toml v1.1.2+spec-1.1.0
24882026-05-21T00:18:31.070Z Compiling bit-set v0.8.0
24892026-05-21T00:18:31.267Z Compiling tokio-rustls v0.25.0
24902026-05-21T00:18:31.516Z Compiling rusty-fork v0.3.1
24912026-05-21T00:18:32.105Z Compiling usdt v0.6.0
24922026-05-21T00:18:32.323Z Compiling slog-bunyan v2.5.0
24932026-05-21T00:18:32.384Z Compiling async-compression v0.4.42
24942026-05-21T00:18:32.505Z Compiling serde_with v3.20.0
24952026-05-21T00:18:32.764Z Compiling async-stream v0.3.6
24962026-05-21T00:18:32.879Z Compiling sha1 v0.10.6
24972026-05-21T00:18:32.966Z Compiling rand_xorshift v0.4.0
24982026-05-21T00:18:33.133Z Compiling waitgroup v0.1.2
24992026-05-21T00:18:33.291Z Compiling rustls-pemfile v2.2.0
25002026-05-21T00:18:33.302Z Compiling serde_path_to_error v0.1.20
25012026-05-21T00:18:33.602Z Compiling hostname v0.4.2
25022026-05-21T00:18:33.752Z Compiling unarray v0.1.4
25032026-05-21T00:18:33.768Z Compiling dropshot v0.17.0
25042026-05-21T00:18:33.878Z Compiling proptest v1.11.0
25052026-05-21T00:18:33.945Z Compiling progenitor-client v0.14.0
25062026-05-21T00:18:34.478Z Compiling strum v0.27.2
25072026-05-21T00:18:34.622Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25082026-05-21T00:18:34.780Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25092026-05-21T00:18:34.798Z Compiling rustc-hash v2.1.2
25102026-05-21T00:18:34.931Z Compiling iddqd v0.3.18
25112026-05-21T00:18:35.010Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25122026-05-21T00:18:35.271Z Compiling reqwest v0.12.28
25132026-05-21T00:18:35.320Z Compiling backon v1.6.0
25142026-05-21T00:18:35.489Z Compiling instant v0.1.13
25152026-05-21T00:18:35.586Z Compiling backoff v0.4.0
25162026-05-21T00:18:35.613Z Compiling progenitor-extras v0.2.0
25172026-05-21T00:18:35.807Z Compiling parse-display v0.10.0
25182026-05-21T00:18:35.854Z Compiling itertools v0.14.0
25192026-05-21T00:18:36.741Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25202026-05-21T00:18:36.771Z Compiling progenitor-client v0.10.0
25212026-05-21T00:18:37.273Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25222026-05-21T00:18:37.355Z Compiling regress v0.10.5
25232026-05-21T00:18:37.667Z Compiling unicode-width v0.2.2
25242026-05-21T00:18:37.994Z Compiling heck v0.5.0
25252026-05-21T00:18:38.597Z Compiling secrecy v0.10.3
25262026-05-21T00:18:38.776Z Compiling tinyvec_macros v0.1.1
25272026-05-21T00:18:38.789Z Compiling num-integer v0.1.46
25282026-05-21T00:18:38.856Z Compiling tinyvec v1.11.0
25292026-05-21T00:18:39.308Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25302026-05-21T00:18:39.330Z Compiling scroll v0.12.0
25312026-05-21T00:18:39.639Z Compiling crucible-workspace-hack v0.1.0
25322026-05-21T00:18:39.718Z Compiling regress v0.11.1
25332026-05-21T00:18:41.198Z Compiling hmac v0.12.1
25342026-05-21T00:18:41.313Z Compiling inout v0.1.4
25352026-05-21T00:18:41.361Z Compiling ff v0.13.1
25362026-05-21T00:18:41.478Z Compiling utf8parse v0.2.2
25372026-05-21T00:18:41.513Z Compiling group v0.13.0
25382026-05-21T00:18:41.597Z Compiling anstyle-parse v1.0.0
25392026-05-21T00:18:41.636Z Compiling cipher v0.4.4
25402026-05-21T00:18:41.825Z Compiling typify-impl v0.6.2
25412026-05-21T00:18:41.891Z Compiling hkdf v0.12.4
25422026-05-21T00:18:42.066Z Compiling goblin v0.8.2
25432026-05-21T00:18:42.176Z Compiling num-rational v0.4.2
25442026-05-21T00:18:42.952Z Compiling num-iter v0.1.45
25452026-05-21T00:18:43.087Z Compiling zerocopy v0.7.35
25462026-05-21T00:18:43.320Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25472026-05-21T00:18:43.689Z Compiling terminal_size v0.4.4
25482026-05-21T00:18:43.865Z Compiling half v2.7.1
25492026-05-21T00:18:44.224Z Compiling universal-hash v0.5.1
25502026-05-21T00:18:44.375Z Compiling crypto-bigint v0.5.5
25512026-05-21T00:18:44.628Z Compiling num-complex v0.4.6
25522026-05-21T00:18:44.663Z Compiling is_terminal_polyfill v1.70.2
25532026-05-21T00:18:44.766Z Compiling colorchoice v1.0.5
25542026-05-21T00:18:44.899Z Compiling base16ct v0.2.0
25552026-05-21T00:18:45.075Z Compiling anstyle v1.0.14
25562026-05-21T00:18:45.113Z Compiling opaque-debug v0.3.1
25572026-05-21T00:18:45.203Z Compiling base64ct v1.8.3
25582026-05-21T00:18:45.367Z Compiling anstyle-query v1.1.5
25592026-05-21T00:18:45.494Z Compiling ciborium-io v0.2.2
25602026-05-21T00:18:45.586Z Compiling ciborium-ll v0.2.2
25612026-05-21T00:18:45.602Z Compiling password-hash v0.5.0
25622026-05-21T00:18:45.861Z Compiling anstream v1.0.0
25632026-05-21T00:18:46.308Z Compiling elliptic-curve v0.13.8
25642026-05-21T00:18:46.391Z Compiling poly1305 v0.8.0
25652026-05-21T00:18:46.582Z Compiling num v0.4.3
25662026-05-21T00:18:46.617Z Compiling curve25519-dalek v4.1.3
25672026-05-21T00:18:46.663Z Compiling dof v0.3.0
25682026-05-21T00:18:47.010Z Compiling typify v0.6.2
25692026-05-21T00:18:47.122Z Compiling thiserror-no-std v2.0.2
25702026-05-21T00:18:47.244Z Compiling chacha20 v0.9.1
25712026-05-21T00:18:47.508Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25722026-05-21T00:18:47.825Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25732026-05-21T00:18:49.307Z Compiling byte-wrapper v0.1.0
25742026-05-21T00:18:49.392Z Compiling dtrace-parser v0.2.0
25752026-05-21T00:18:49.453Z Compiling crossbeam-epoch v0.9.18
25762026-05-21T00:18:49.861Z Compiling blake2 v0.10.6
25772026-05-21T00:18:49.966Z Compiling aead v0.5.2
25782026-05-21T00:18:50.160Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25792026-05-21T00:18:50.296Z Compiling thread-id v4.2.2
25802026-05-21T00:18:50.360Z Compiling clap_lex v1.1.0
25812026-05-21T00:18:50.400Z Compiling float-ord v0.3.2
25822026-05-21T00:18:50.516Z Compiling strsim v0.11.1
25832026-05-21T00:18:50.731Z Compiling keccak v0.1.6
25842026-05-21T00:18:51.360Z Compiling sha3 v0.10.9
25852026-05-21T00:18:51.381Z Compiling clap_builder v4.6.0
25862026-05-21T00:18:51.464Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25872026-05-21T00:18:51.709Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25882026-05-21T00:18:51.763Z Compiling usdt-impl v0.5.0
25892026-05-21T00:18:51.967Z Compiling argon2 v0.5.3
25902026-05-21T00:18:52.995Z Compiling chacha20poly1305 v0.10.1
25912026-05-21T00:18:53.132Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25922026-05-21T00:18:53.147Z Compiling vsss-rs v3.3.4
25932026-05-21T00:18:54.702Z Compiling ciborium v0.2.2
25942026-05-21T00:18:55.568Z Compiling hash32 v0.3.1
25952026-05-21T00:18:55.741Z Compiling memmap v0.7.0
25962026-05-21T00:18:55.986Z Compiling indent_write v2.2.0
25972026-05-21T00:18:56.113Z Compiling data-encoding v2.11.0
25982026-05-21T00:18:56.160Z Compiling usdt v0.5.0
25992026-05-21T00:18:56.811Z Compiling heapless v0.8.0
26002026-05-21T00:18:57.322Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26012026-05-21T00:18:58.057Z Compiling ingot-types v0.1.2
26022026-05-21T00:18:58.517Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26032026-05-21T00:18:58.626Z Compiling clap v4.6.1
26042026-05-21T00:18:58.717Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26052026-05-21T00:18:58.795Z Compiling rustix v0.38.44
26062026-05-21T00:18:59.020Z Compiling tabwriter v1.4.1
26072026-05-21T00:18:59.075Z Compiling cobs v0.3.0
26082026-05-21T00:18:59.362Z Compiling colored v3.1.1
26092026-05-21T00:18:59.398Z Compiling managed v0.8.0
26102026-05-21T00:18:59.665Z Compiling bitflags v1.3.2
26112026-05-21T00:18:59.749Z Compiling cpufeatures v0.3.0
26122026-05-21T00:18:59.834Z Compiling foreign-types-shared v0.3.1
26132026-05-21T00:18:59.937Z Compiling foreign-types v0.5.0
26142026-05-21T00:19:00.027Z Compiling chacha20 v0.10.0
26152026-05-21T00:19:00.038Z Compiling smoltcp v0.11.0
26162026-05-21T00:19:00.168Z Compiling postcard v1.1.3
26172026-05-21T00:19:00.323Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26182026-05-21T00:19:00.544Z Compiling num_enum v0.7.6
26192026-05-21T00:19:00.678Z Compiling ingot v0.1.1
26202026-05-21T00:19:01.919Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26212026-05-21T00:19:02.037Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26222026-05-21T00:19:02.244Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26232026-05-21T00:19:02.369Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26242026-05-21T00:19:02.440Z Compiling serde_spanned v0.6.9
26252026-05-21T00:19:02.609Z Compiling toml_datetime v0.6.11
26262026-05-21T00:19:02.786Z Compiling cstr-argument v0.1.2
26272026-05-21T00:19:02.886Z Compiling swrite v0.1.0
26282026-05-21T00:19:02.960Z Compiling resolv-conf v0.7.6
26292026-05-21T00:19:02.990Z Compiling unicode-segmentation v1.13.2
26302026-05-21T00:19:03.003Z Compiling winnow v0.7.15
26312026-05-21T00:19:03.297Z Compiling linked-hash-map v0.5.6
26322026-05-21T00:19:03.514Z Compiling static_assertions v1.1.0
26332026-05-21T00:19:03.575Z Compiling toml_write v0.1.2
26342026-05-21T00:19:03.592Z Compiling lru-cache v0.1.2
26352026-05-21T00:19:03.605Z Compiling newline-converter v0.3.0
26362026-05-21T00:19:03.619Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26372026-05-21T00:19:03.734Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26382026-05-21T00:19:03.744Z Compiling hubpack v0.1.2
26392026-05-21T00:19:03.821Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26402026-05-21T00:19:03.975Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26412026-05-21T00:19:04.018Z Compiling rand v0.10.1
26422026-05-21T00:19:04.051Z Compiling memoffset v0.9.1
26432026-05-21T00:19:04.146Z Compiling atomicwrites v0.4.4
26442026-05-21T00:19:04.207Z Compiling hickory-proto v0.24.4
26452026-05-21T00:19:04.440Z Compiling crossbeam-deque v0.8.6
26462026-05-21T00:19:04.664Z Compiling toml_edit v0.22.27
26472026-05-21T00:19:04.857Z Compiling console v0.15.11
26482026-05-21T00:19:04.967Z Compiling itertools v0.12.1
26492026-05-21T00:19:05.440Z Compiling camino-tempfile v1.4.1
26502026-05-21T00:19:05.893Z Compiling serde-big-array v0.5.1
26512026-05-21T00:19:06.035Z Compiling lazy_static v1.5.0
26522026-05-21T00:19:06.148Z Compiling similar v2.7.0
26532026-05-21T00:19:06.180Z Compiling siphasher v1.0.3
26542026-05-21T00:19:06.397Z Compiling phf_shared v0.12.1
26552026-05-21T00:19:06.440Z Compiling hickory-resolver v0.24.4
26562026-05-21T00:19:06.621Z Compiling toml v0.8.23
26572026-05-21T00:19:07.719Z Compiling expectorate v1.2.0
26582026-05-21T00:19:07.939Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26592026-05-21T00:19:08.783Z Compiling pin-project v1.1.13
26602026-05-21T00:19:08.843Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26612026-05-21T00:19:08.894Z Compiling prettyplease v0.2.37
26622026-05-21T00:19:09.465Z Compiling rayon-core v1.13.0
26632026-05-21T00:19:11.196Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26642026-05-21T00:19:12.618Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26652026-05-21T00:19:12.656Z Compiling nix v0.31.3
26662026-05-21T00:19:12.750Z Compiling num_enum v0.5.11
26672026-05-21T00:19:12.880Z Compiling progenitor-impl v0.13.0
26682026-05-21T00:19:14.050Z Compiling progenitor-impl v0.14.0
26692026-05-21T00:19:15.024Z Compiling unicode-normalization v0.1.25
26702026-05-21T00:19:15.574Z Compiling progenitor-client v0.13.0
26712026-05-21T00:19:15.616Z Compiling tokio-stream v0.1.18
26722026-05-21T00:19:16.097Z Compiling bstr v1.12.1
26732026-05-21T00:19:16.203Z Compiling csv-core v0.1.13
26742026-05-21T00:19:16.353Z Compiling unicode-width v0.1.14
26752026-05-21T00:19:16.617Z Compiling highway v1.3.0
26762026-05-21T00:19:16.668Z Compiling konst_macro_rules v0.2.19
26772026-05-21T00:19:16.791Z Compiling foreign-types-shared v0.1.1
26782026-05-21T00:19:16.861Z Compiling foldhash v0.1.5
26792026-05-21T00:19:16.888Z Compiling same-file v1.0.6
26802026-05-21T00:19:17.073Z Compiling walkdir v2.5.0
26812026-05-21T00:19:17.087Z Compiling hashbrown v0.15.5
26822026-05-21T00:19:17.315Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26832026-05-21T00:19:17.752Z Compiling foreign-types v0.3.2
26842026-05-21T00:19:17.865Z Compiling konst v0.2.20
26852026-05-21T00:19:17.868Z Compiling globset v0.4.18
26862026-05-21T00:19:18.218Z Compiling csv v1.4.0
26872026-05-21T00:19:19.210Z Compiling snafu v0.8.9
26882026-05-21T00:19:19.800Z Compiling qorb v0.4.1
26892026-05-21T00:19:20.456Z Compiling progenitor v0.13.0
26902026-05-21T00:19:20.606Z Compiling progenitor v0.14.0
26912026-05-21T00:19:20.752Z Compiling olpc-cjson v0.1.4
26922026-05-21T00:19:20.968Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26932026-05-21T00:19:21.113Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26942026-05-21T00:19:21.629Z Compiling rayon v1.12.0
26952026-05-21T00:19:22.637Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26962026-05-21T00:19:23.851Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26972026-05-21T00:19:24.477Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26982026-05-21T00:19:26.086Z Compiling phf v0.12.1
26992026-05-21T00:19:26.264Z Compiling openssl-sys v0.9.116
27002026-05-21T00:19:26.702Z Compiling tokio-dtrace v0.1.1
27012026-05-21T00:19:27.033Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27022026-05-21T00:19:28.412Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27032026-05-21T00:19:28.644Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27042026-05-21T00:19:29.050Z Compiling libsw-core v0.3.2
27052026-05-21T00:19:29.237Z Compiling pem v3.0.6
27062026-05-21T00:19:29.554Z Compiling serde_plain v1.0.2
27072026-05-21T00:19:29.844Z Compiling sigpipe v0.1.3
27082026-05-21T00:19:29.937Z Compiling minimal-lexical v0.2.1
27092026-05-21T00:19:29.948Z Compiling fixedbitset v0.5.7
27102026-05-21T00:19:30.200Z Compiling typed-path v0.9.3
27112026-05-21T00:19:30.261Z Compiling bytecount v0.6.9
27122026-05-21T00:19:30.450Z Compiling fixedbitset v0.4.2
27132026-05-21T00:19:30.461Z Compiling jiff v0.2.24
27142026-05-21T00:19:30.517Z Compiling glob v0.3.3
27152026-05-21T00:19:30.819Z Compiling petgraph v0.6.5
27162026-05-21T00:19:31.504Z Compiling tough v0.22.0
27172026-05-21T00:19:31.831Z Compiling papergrid v0.11.0
27182026-05-21T00:19:32.639Z Compiling petgraph v0.8.3
27192026-05-21T00:19:32.877Z Compiling nom v7.1.3
27202026-05-21T00:19:32.899Z Compiling openssl v0.10.80
27212026-05-21T00:19:33.139Z Compiling libsw v3.5.0
27222026-05-21T00:19:33.331Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27232026-05-21T00:19:34.568Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27242026-05-21T00:19:35.093Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27252026-05-21T00:19:35.332Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27262026-05-21T00:19:35.633Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27272026-05-21T00:19:37.013Z Compiling zone v0.3.1
27282026-05-21T00:19:37.202Z Compiling oxide-tokio-rt v0.1.6
27292026-05-21T00:19:37.838Z Compiling chrono-tz v0.10.4
27302026-05-21T00:19:38.489Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27312026-05-21T00:19:38.697Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27322026-05-21T00:19:38.843Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27332026-05-21T00:19:38.882Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27342026-05-21T00:19:39.020Z Compiling newtype_derive v0.1.6
27352026-05-21T00:19:39.108Z Compiling slog-dtrace v0.3.0
27362026-05-21T00:19:39.469Z Compiling const_format v0.2.36
27372026-05-21T00:19:39.835Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27382026-05-21T00:19:39.978Z Compiling owo-colors v4.3.0
27392026-05-21T00:19:40.932Z Compiling cancel-safe-futures v0.1.5
27402026-05-21T00:19:41.294Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27412026-05-21T00:19:41.394Z Compiling gethostname v0.5.0
27422026-05-21T00:19:41.532Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27432026-05-21T00:19:42.045Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27442026-05-21T00:19:42.178Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27452026-05-21T00:19:42.333Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27462026-05-21T00:19:42.662Z Compiling bcs v0.1.6
27472026-05-21T00:19:43.015Z Compiling smf v0.2.3
27482026-05-21T00:19:43.055Z Compiling whoami v1.6.1
27492026-05-21T00:19:43.518Z Compiling linear-map v1.2.0
27502026-05-21T00:19:43.743Z Compiling unicode-linebreak v0.1.5
27512026-05-21T00:19:43.868Z Compiling termtree v0.5.1
27522026-05-21T00:19:44.043Z Compiling smawk v0.3.2
27532026-05-21T00:19:44.051Z Compiling tagptr v0.2.0
27542026-05-21T00:19:44.203Z Compiling moka v0.12.15
27552026-05-21T00:19:44.215Z Compiling textwrap v0.16.2
27562026-05-21T00:19:44.243Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27572026-05-21T00:19:44.674Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27582026-05-21T00:19:45.127Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-05-21T00:19:45.330Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27602026-05-21T00:19:45.513Z Compiling tabled v0.15.0
27612026-05-21T00:19:45.577Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27622026-05-21T00:19:45.875Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27632026-05-21T00:19:46.078Z Compiling steno v0.4.1
27642026-05-21T00:19:46.634Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27652026-05-21T00:19:48.275Z Compiling cookie v0.18.1
27662026-05-21T00:19:49.693Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27672026-05-21T00:19:52.654Z Compiling hickory-proto v0.25.2
27682026-05-21T00:19:54.327Z Compiling humantime v2.3.0
27692026-05-21T00:19:54.350Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27702026-05-21T00:19:54.767Z Compiling arc-swap v1.9.1
27712026-05-21T00:19:54.843Z Compiling hickory-resolver v0.25.2
27722026-05-21T00:19:55.121Z Compiling slog-scope v4.4.1
27732026-05-21T00:19:55.594Z Compiling libscf-sys v1.2.0
27742026-05-21T00:19:55.745Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27752026-05-21T00:19:56.127Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-05-21T00:19:56.569Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27772026-05-21T00:19:57.277Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27782026-05-21T00:19:58.734Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27792026-05-21T00:19:58.922Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27802026-05-21T00:19:59.676Z Compiling slog-stdlog v4.1.1
27812026-05-21T00:19:59.687Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27822026-05-21T00:19:59.793Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
27832026-05-21T00:20:00.067Z Compiling slog-envlogger v2.2.0
27842026-05-21T00:20:01.087Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27852026-05-21T00:20:08.891Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27862026-05-21T00:20:11.769Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27872026-05-21T00:20:13.166Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27882026-05-21T00:20:22.292Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27892026-05-21T00:20:27.008Z Finished `release` profile [optimized] target(s) in 2m 29s
27902026-05-21T00:20:27.121Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
27912026-05-21T00:20:27.125Z
27922026-05-21T00:20:27.125Zrunning 1 test
27932026-05-21T00:20:27.303Zconfigure zone
27942026-05-21T00:20:27.323Zinstall zone
27952026-05-21T00:20:37.009Zboot zone
27962026-05-21T00:20:37.102Zstart zone s1
27972026-05-21T00:20:37.106Zconfigure zone
27982026-05-21T00:20:37.109Zinstall zone
27992026-05-21T00:20:38.883Zboot zone
28002026-05-21T00:20:38.956Zstart zone s2
28012026-05-21T00:20:38.957Zconfigure zone
28022026-05-21T00:20:38.999Zinstall zone
28032026-05-21T00:20:41.286Zboot zone
28042026-05-21T00:20:41.383Zstart zone t1
28052026-05-21T00:20:41.383Zconfigure zone
28062026-05-21T00:20:41.395Zinstall zone
28072026-05-21T00:20:44.145Zboot zone
28082026-05-21T00:20:44.249Zwaiting for zones to come up
28092026-05-21T00:20:54.249Z[sidecar.trio] svcs milestone/network
28102026-05-21T00:20:54.278ZSTATE STIME FMRI
28112026-05-21T00:20:54.278Zonline 0:20:36 svc:/milestone/network:default
28122026-05-21T00:20:54.278Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28132026-05-21T00:20:54.306Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28142026-05-21T00:20:54.334Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28152026-05-21T00:20:54.354Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28162026-05-21T00:20:54.357Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28172026-05-21T00:20:54.370Z
28182026-05-21T00:20:54.370Zrunning zone s1.trio setup
28192026-05-21T00:20:54.370Z[s1.trio] svcs milestone/network
28202026-05-21T00:20:54.388ZSTATE STIME FMRI
28212026-05-21T00:20:54.388Zonline 0:20:38 svc:/milestone/network:default
28222026-05-21T00:20:54.388Z[s1.trio] dladm
28232026-05-21T00:20:54.402ZLINK CLASS MTU STATE BRIDGE OVER
28242026-05-21T00:20:54.402Zsl0 simnet 9000 up -- ?
28252026-05-21T00:20:54.402Zmg2 vnic 9000 up -- ?
28262026-05-21T00:20:54.402Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28272026-05-21T00:20:55.002Z
28282026-05-21T00:20:55.002Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28292026-05-21T00:20:55.020Z
28302026-05-21T00:20:55.020Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28312026-05-21T00:20:55.032Z
28322026-05-21T00:20:55.032Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28332026-05-21T00:20:55.120Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28342026-05-21T00:20:55.201Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 57b7e546-96bb-4149-941b-c1d175efb42c --sled-uuid 8a69cc40-20f6-4fa9-852d-80cf243a8ba8 -a sl0/v6 &> /opt/ddmd.log &
28352026-05-21T00:20:55.216Z
28362026-05-21T00:20:55.216Zrunning zone s2.trio setup
28372026-05-21T00:20:55.216Z[s2.trio] svcs milestone/network
28382026-05-21T00:20:55.231ZSTATE STIME FMRI
28392026-05-21T00:20:55.231Zonline 0:20:40 svc:/milestone/network:default
28402026-05-21T00:20:55.231Z[s2.trio] dladm
28412026-05-21T00:20:55.244ZLINK CLASS MTU STATE BRIDGE OVER
28422026-05-21T00:20:55.244Zsl1 simnet 9000 up -- ?
28432026-05-21T00:20:55.244Zmg3 vnic 9000 up -- ?
28442026-05-21T00:20:55.245Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28452026-05-21T00:20:55.710Z
28462026-05-21T00:20:55.710Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28472026-05-21T00:20:55.727Z
28482026-05-21T00:20:55.728Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28492026-05-21T00:20:55.739Z
28502026-05-21T00:20:55.739Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28512026-05-21T00:20:55.774Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28522026-05-21T00:20:55.802Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 598abc3a-ad6c-4603-a290-2a3010b7041c --sled-uuid 5222db7f-6a64-4b11-8caf-005a6fa0dda7 -a sl1/v6 &> /opt/ddmd.log &
28532026-05-21T00:20:55.814Z
28542026-05-21T00:20:55.814Zrunning zone t1.trio setup
28552026-05-21T00:20:55.814Z[t1.trio] svcs milestone/network
28562026-05-21T00:20:55.829ZSTATE STIME FMRI
28572026-05-21T00:20:55.829Zonline 0:20:43 svc:/milestone/network:default
28582026-05-21T00:20:55.829Z[t1.trio] dladm
28592026-05-21T00:20:55.842ZLINK CLASS MTU STATE BRIDGE OVER
28602026-05-21T00:20:55.842Ztfportrear0_0 simnet 9000 up -- ?
28612026-05-21T00:20:55.842Ztfportrear1_0 simnet 9000 up -- ?
28622026-05-21T00:20:55.842Zmg1 vnic 9000 up -- ?
28632026-05-21T00:20:55.842Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28642026-05-21T00:20:56.261Z
28652026-05-21T00:20:56.261Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28662026-05-21T00:20:56.277Z
28672026-05-21T00:20:56.277Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28682026-05-21T00:20:56.290Z
28692026-05-21T00:20:56.290Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28702026-05-21T00:20:56.303Z
28712026-05-21T00:20:56.303Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28722026-05-21T00:20:56.602Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28732026-05-21T00:20:56.605Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28742026-05-21T00:20:56.608Zwaiting 3s for copy of files to zone to complete ...
28752026-05-21T00:20:59.606Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28762026-05-21T00:20:59.737Z
28772026-05-21T00:20:59.738Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28782026-05-21T00:20:59.843Z
28792026-05-21T00:20:59.843Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28802026-05-21T00:20:59.880Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28812026-05-21T00:20:59.910Z[t1.trio] svcadm disable dendrite
28822026-05-21T00:20:59.936Z
28832026-05-21T00:20:59.936Z[t1.trio] svcadm disable tfport
28842026-05-21T00:20:59.960Z
28852026-05-21T00:20:59.960Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28862026-05-21T00:20:59.986Z
28872026-05-21T00:20:59.986Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28882026-05-21T00:21:00.011Z
28892026-05-21T00:21:00.011Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28902026-05-21T00:21:00.035Z
28912026-05-21T00:21:00.035Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28922026-05-21T00:21:00.060Z
28932026-05-21T00:21:00.060Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28942026-05-21T00:21:00.084Z
28952026-05-21T00:21:00.084Z[t1.trio] svcadm refresh dendrite:default
28962026-05-21T00:21:00.106Z
28972026-05-21T00:21:00.106Z[t1.trio] svcadm enable dendrite:default
28982026-05-21T00:21:00.127Z
28992026-05-21T00:21:00.127Zwait 10s for dendrite to come up ...
29002026-05-21T00:21:10.129Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29012026-05-21T00:21:10.159Z
29022026-05-21T00:21:10.159Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29032026-05-21T00:21:10.183Z
29042026-05-21T00:21:10.183Z[t1.trio] svcadm refresh tfport:default
29052026-05-21T00:21:10.204Z
29062026-05-21T00:21:10.204Z[t1.trio] svcadm enable tfport
29072026-05-21T00:21:10.225Z
29082026-05-21T00:21:10.229Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d1991456-418b-455a-a713-877a488c72b8 --sled-uuid 79cddb5c-53f3-47d0-b9aa-d0f0514c5d48 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29092026-05-21T00:21:10.237Z
29102026-05-21T00:21:10.237Z[t1.trio] ipadm
29112026-05-21T00:21:10.250ZADDROBJ TYPE STATE ADDR
29122026-05-21T00:21:10.250Zlo0/v4 static ok 127.0.0.1/8
29132026-05-21T00:21:10.250Zmg1/v4 static ok 10.0.0.3/24
29142026-05-21T00:21:10.250Zlo0/v6 static ok ::1/128
29152026-05-21T00:21:10.250Zlo0/u6 static ok fd00:3::1/64
29162026-05-21T00:21:10.250Ztfportrear0_0/v6 addrconf ok fe80::8837:43ff:fe62:c9e4%tfportrear0_0/10
29172026-05-21T00:21:10.250Ztfportrear1_0/v6 addrconf ok fe80::5860:24ff:fe55:29a3%tfportrear1_0/10
29182026-05-21T00:21:12.376Zinitial peering test passed
29192026-05-21T00:21:13.379Zadvertise from one passed
29202026-05-21T00:21:14.380Zadvertise from two passed
29212026-05-21T00:21:14.380Z[s1.trio] ping fd00:2::1
29222026-05-21T00:21:14.396Zfd00:2::1 is alive
29232026-05-21T00:21:14.396Z[s2.trio] ping fd00:1::1
29242026-05-21T00:21:14.409Zfd00:1::1 is alive
29252026-05-21T00:21:14.410Zconnectivity test passed
29262026-05-21T00:21:14.410Z[t1.trio] pkill ddmd
29272026-05-21T00:21:14.423Z
29282026-05-21T00:21:20.797Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a6e012ba-aeb0-4790-8ac7-df2183ee5ae6 --sled-uuid 69664a37-a134-4945-8736-1ba9c985a6ee -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29292026-05-21T00:21:20.802Z
29302026-05-21T00:21:20.802Z[t1.trio] ipadm
29312026-05-21T00:21:20.802ZADDROBJ TYPE STATE ADDR
29322026-05-21T00:21:20.802Zlo0/v4 static ok 127.0.0.1/8
29332026-05-21T00:21:20.802Zmg1/v4 static ok 10.0.0.3/24
29342026-05-21T00:21:20.802Zlo0/v6 static ok ::1/128
29352026-05-21T00:21:20.802Zlo0/u6 static ok fd00:3::1/64
29362026-05-21T00:21:20.802Ztfportrear0_0/v6 addrconf ok fe80::8837:43ff:fe62:c9e4%tfportrear0_0/10
29372026-05-21T00:21:20.802Ztfportrear1_0/v6 addrconf ok fe80::5860:24ff:fe55:29a3%tfportrear1_0/10
29382026-05-21T00:21:23.480Z[s1.trio] ping fd00:2::1
29392026-05-21T00:21:23.510Zfd00:2::1 is alive
29402026-05-21T00:21:23.510Z[s2.trio] ping fd00:1::1
29412026-05-21T00:21:23.513Zfd00:1::1 is alive
29422026-05-21T00:21:23.513Ztransit router restart passed
29432026-05-21T00:21:23.513Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29442026-05-21T00:21:23.513Zlocal v6:
29452026-05-21T00:21:23.513Zfe80::5860:24ff:fe55:29a3
29462026-05-21T00:21:23.513Zfe80::8837:43ff:fe62:c9e4
29472026-05-21T00:21:23.513Zlocal v4:
29482026-05-21T00:21:23.513Zrouter v6_idx:
29492026-05-21T00:21:23.513Zfd00:2::/64 -> 1
29502026-05-21T00:21:23.513Zfd00:1::/64 -> 0
29512026-05-21T00:21:23.513Zrouter v6_routes:
29522026-05-21T00:21:23.513Z0 -> fe80::6801:b8ff:fe22:6cbc (1)
29532026-05-21T00:21:23.513Z1 -> fe80::24b9:d8ff:fe5d:47cf (2)
29542026-05-21T00:21:23.513Zrouter v4_idx:
29552026-05-21T00:21:23.513Zrouter v4_routes:
29562026-05-21T00:21:23.513Zresolver v4:
29572026-05-21T00:21:23.513Z10.0.0.3 -> 02:08:20:bc:98:64
29582026-05-21T00:21:23.513Z10.0.0.254 -> 02:08:20:f9:39:6e
29592026-05-21T00:21:23.513Zresolver v6:
29602026-05-21T00:21:23.513Zfe80::6801:b8ff:fe22:6cbc -> 6a:01:b8:22:6c:bc
29612026-05-21T00:21:23.513Zfe80::8837:43ff:fe62:c9e4 -> 8a:37:43:62:c9:e4
29622026-05-21T00:21:23.513Zfe80::24b9:d8ff:fe5d:47cf -> 26:b9:d8:5d:47:cf
29632026-05-21T00:21:23.513Zfe80::5860:24ff:fe55:29a3 -> 5a:60:24:55:29:a3
29642026-05-21T00:21:23.514Znat v4:
29652026-05-21T00:21:23.514Znat_v6:
29662026-05-21T00:21:23.514Zport_mac:
29672026-05-21T00:21:23.514Z1: a8:40:25:07:a0:db
29682026-05-21T00:21:23.514Z2: a8:40:25:07:a0:dc
29692026-05-21T00:21:23.514Z1000: a8:40:25:07:a0:da
29702026-05-21T00:21:23.514Zproxy arp:
29712026-05-21T00:21:23.514Z[s1.trio] pkill ddmd
29722026-05-21T00:21:23.539Z
29732026-05-21T00:21:27.131Ztest ddm::test_trio_v3 has been running for over 60 seconds
29742026-05-21T00:21:29.909Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29752026-05-21T00:21:29.924Zlocal v6:
29762026-05-21T00:21:29.924Zfe80::5860:24ff:fe55:29a3
29772026-05-21T00:21:29.924Zfe80::8837:43ff:fe62:c9e4
29782026-05-21T00:21:29.924Zlocal v4:
29792026-05-21T00:21:29.924Zrouter v6_idx:
29802026-05-21T00:21:29.924Zfd00:2::/64 -> 1
29812026-05-21T00:21:29.924Zrouter v6_routes:
29822026-05-21T00:21:29.924Z1 -> fe80::24b9:d8ff:fe5d:47cf (2)
29832026-05-21T00:21:29.924Zrouter v4_idx:
29842026-05-21T00:21:29.924Zrouter v4_routes:
29852026-05-21T00:21:29.924Zresolver v4:
29862026-05-21T00:21:29.924Z10.0.0.3 -> 02:08:20:bc:98:64
29872026-05-21T00:21:29.924Z10.0.0.254 -> 02:08:20:f9:39:6e
29882026-05-21T00:21:29.924Zresolver v6:
29892026-05-21T00:21:29.924Zfe80::6801:b8ff:fe22:6cbc -> 6a:01:b8:22:6c:bc
29902026-05-21T00:21:29.924Zfe80::8837:43ff:fe62:c9e4 -> 8a:37:43:62:c9:e4
29912026-05-21T00:21:29.924Zfe80::24b9:d8ff:fe5d:47cf -> 26:b9:d8:5d:47:cf
29922026-05-21T00:21:29.924Zfe80::5860:24ff:fe55:29a3 -> 5a:60:24:55:29:a3
29932026-05-21T00:21:29.924Znat v4:
29942026-05-21T00:21:29.924Znat_v6:
29952026-05-21T00:21:29.924Zport_mac:
29962026-05-21T00:21:29.924Z1: a8:40:25:07:a0:db
29972026-05-21T00:21:29.924Z2: a8:40:25:07:a0:dc
29982026-05-21T00:21:29.924Z1000: a8:40:25:07:a0:da
29992026-05-21T00:21:29.925Zproxy arp:
30002026-05-21T00:21:29.925Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b5c71665-8516-425e-bc3b-bb0c5965619a --sled-uuid 3a60ef1c-0af5-42d0-857d-b6777b900e07 -a sl0/v6 &> /opt/ddmd.log &
30012026-05-21T00:21:29.925Z
30022026-05-21T00:21:31.549Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30032026-05-21T00:21:31.574Zlocal v6:
30042026-05-21T00:21:31.574Zfe80::5860:24ff:fe55:29a3
30052026-05-21T00:21:31.574Zfe80::8837:43ff:fe62:c9e4
30062026-05-21T00:21:31.574Zlocal v4:
30072026-05-21T00:21:31.574Zrouter v6_idx:
30082026-05-21T00:21:31.574Zfd00:2::/64 -> 1
30092026-05-21T00:21:31.575Zfd00:1::/64 -> 0
30102026-05-21T00:21:31.575Zrouter v6_routes:
30112026-05-21T00:21:31.575Z0 -> fe80::6801:b8ff:fe22:6cbc (1)
30122026-05-21T00:21:31.575Z1 -> fe80::24b9:d8ff:fe5d:47cf (2)
30132026-05-21T00:21:31.575Zrouter v4_idx:
30142026-05-21T00:21:31.575Zrouter v4_routes:
30152026-05-21T00:21:31.575Zresolver v4:
30162026-05-21T00:21:31.575Z10.0.0.3 -> 02:08:20:bc:98:64
30172026-05-21T00:21:31.575Z10.0.0.254 -> 02:08:20:f9:39:6e
30182026-05-21T00:21:31.575Zresolver v6:
30192026-05-21T00:21:31.575Zfe80::6801:b8ff:fe22:6cbc -> 6a:01:b8:22:6c:bc
30202026-05-21T00:21:31.575Zfe80::8837:43ff:fe62:c9e4 -> 8a:37:43:62:c9:e4
30212026-05-21T00:21:31.575Zfe80::24b9:d8ff:fe5d:47cf -> 26:b9:d8:5d:47:cf
30222026-05-21T00:21:31.575Zfe80::5860:24ff:fe55:29a3 -> 5a:60:24:55:29:a3
30232026-05-21T00:21:31.575Znat v4:
30242026-05-21T00:21:31.576Znat_v6:
30252026-05-21T00:21:31.576Zport_mac:
30262026-05-21T00:21:31.576Z1: a8:40:25:07:a0:db
30272026-05-21T00:21:31.576Z2: a8:40:25:07:a0:dc
30282026-05-21T00:21:31.576Z1000: a8:40:25:07:a0:da
30292026-05-21T00:21:31.576Zproxy arp:
30302026-05-21T00:21:31.589Z[s2.trio] netstat -nr -f inet6
30312026-05-21T00:21:31.589ZRouting Table: IPv6
30322026-05-21T00:21:31.589Z Destination/Mask Gateway Flags Ref Use If
30332026-05-21T00:21:31.589Z--------------------------- --------------------------- ----- --- ------- -----
30342026-05-21T00:21:31.589Z::1 ::1 UH 2 0 lo0
30352026-05-21T00:21:31.589Zfd00:1::/64 fe80::5860:24ff:fe55:29a3 UG 1 0 sl1
30362026-05-21T00:21:31.590Zfe80::/10 fe80::24b9:d8ff:fe5d:47cf U 3 64 sl1
30372026-05-21T00:21:31.590Z[s2.trio] ipadm
30382026-05-21T00:21:31.595ZADDROBJ TYPE STATE ADDR
30392026-05-21T00:21:31.595Zlo0/v4 static ok 127.0.0.1/8
30402026-05-21T00:21:31.595Zmg3/v4 static ok 10.0.0.2/24
30412026-05-21T00:21:31.595Zlo0/v6 static ok ::1/128
30422026-05-21T00:21:31.595Zlo0/u6 static ok fd00:2::1/64
30432026-05-21T00:21:31.595Zsl1/v6 addrconf ok fe80::24b9:d8ff:fe5d:47cf%sl1/10
30442026-05-21T00:21:31.595Z[s2.trio] route -nv get -inet6 fd00:1::1
30452026-05-21T00:21:31.617Znewrt->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>
30462026-05-21T00:21:31.617Zlocks: inits:
30472026-05-21T00:21:31.617Zsockaddrs: <DST,IFP>
30482026-05-21T00:21:31.617Z fd00:1::1
30492026-05-21T00:21:31.617Z route to: fd00:1::1
30502026-05-21T00:21:31.617Zdestination: fd00:1::
30512026-05-21T00:21:31.617Z mask: ffff:ffff:ffff:ffff::
30522026-05-21T00:21:31.617Z gateway: fe80::5860:24ff:fe55:29a3
30532026-05-21T00:21:31.617Z interface: sl1 index 3 address 26 b9 d8 5d 47 cf
30542026-05-21T00:21:31.617Z flags: <UP,GATEWAY,DONE,STATIC>
30552026-05-21T00:21:31.617Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30562026-05-21T00:21:31.618Z 0 0 0 0 0 0 9000 0
30572026-05-21T00:21:31.618Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30582026-05-21T00:21:31.618Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30592026-05-21T00:21:31.618Z fd00:1:: fe80::5860:24ff:fe55:29a3 ffff:ffff:ffff:ffff:: sl1:26.b9.d8.5d.47.cf fe80::24b9:d8ff:fe5d:47cf
30602026-05-21T00:21:31.618Z[s2.trio] ndp -na
30612026-05-21T00:21:31.625ZNet to Media Table: IPv6
30622026-05-21T00:21:31.625Z If Physical Address Type State Destination/Mask
30632026-05-21T00:21:31.625Z----- ----------------- ------- ------------ ---------------------------
30642026-05-21T00:21:31.625Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30652026-05-21T00:21:31.625Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30662026-05-21T00:21:31.625Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30672026-05-21T00:21:31.625Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30682026-05-21T00:21:31.625Zsl1 26:b9:d8:5d:47:cf local REACHABLE fe80::24b9:d8ff:fe5d:47cf
30692026-05-21T00:21:31.625Zsl1 5a:60:24:55:29:a3 dynamic REACHABLE fe80::5860:24ff:fe55:29a3
30702026-05-21T00:21:31.625Zsl1 33:33:ff:5d:47:cf other REACHABLE ff02::1:ff5d:47cf
30712026-05-21T00:21:31.625Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30722026-05-21T00:21:31.625Zsl1 33:33:ff:55:29:a3 other REACHABLE ff02::1:ff55:29a3
30732026-05-21T00:21:31.626Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30742026-05-21T00:21:31.634Zlocal v6:
30752026-05-21T00:21:31.634Zfe80::5860:24ff:fe55:29a3
30762026-05-21T00:21:31.634Zfe80::8837:43ff:fe62:c9e4
30772026-05-21T00:21:31.634Zlocal v4:
30782026-05-21T00:21:31.634Zrouter v6_idx:
30792026-05-21T00:21:31.634Zfd00:2::/64 -> 1
30802026-05-21T00:21:31.634Zfd00:1::/64 -> 0
30812026-05-21T00:21:31.635Zrouter v6_routes:
30822026-05-21T00:21:31.635Z0 -> fe80::6801:b8ff:fe22:6cbc (1)
30832026-05-21T00:21:31.635Z1 -> fe80::24b9:d8ff:fe5d:47cf (2)
30842026-05-21T00:21:31.635Zrouter v4_idx:
30852026-05-21T00:21:31.635Zrouter v4_routes:
30862026-05-21T00:21:31.635Zresolver v4:
30872026-05-21T00:21:31.635Z10.0.0.3 -> 02:08:20:bc:98:64
30882026-05-21T00:21:31.635Z10.0.0.254 -> 02:08:20:f9:39:6e
30892026-05-21T00:21:31.635Zresolver v6:
30902026-05-21T00:21:31.635Zfe80::6801:b8ff:fe22:6cbc -> 6a:01:b8:22:6c:bc
30912026-05-21T00:21:31.635Zfe80::8837:43ff:fe62:c9e4 -> 8a:37:43:62:c9:e4
30922026-05-21T00:21:31.635Zfe80::24b9:d8ff:fe5d:47cf -> 26:b9:d8:5d:47:cf
30932026-05-21T00:21:31.635Zfe80::5860:24ff:fe55:29a3 -> 5a:60:24:55:29:a3
30942026-05-21T00:21:31.635Znat v4:
30952026-05-21T00:21:31.635Znat_v6:
30962026-05-21T00:21:31.635Zport_mac:
30972026-05-21T00:21:31.635Z1: a8:40:25:07:a0:db
30982026-05-21T00:21:31.635Z2: a8:40:25:07:a0:dc
30992026-05-21T00:21:31.635Z1000: a8:40:25:07:a0:da
31002026-05-21T00:21:31.635Zproxy arp:
31012026-05-21T00:21:31.635Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31022026-05-21T00:21:31.675ZSubnet Port Link Gateway Vlan
31032026-05-21T00:21:31.675Zfd00:1::/64 rear0 0 fe80::6801:b8ff:fe22:6cbc
31042026-05-21T00:21:31.675Zfd00:2::/64 rear1 0 fe80::24b9:d8ff:fe5d:47cf
31052026-05-21T00:21:31.675Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31062026-05-21T00:21:31.714Zhost mac age
31072026-05-21T00:21:31.714Z10.0.0.3 02:08:20:bc:98:64 21s
31082026-05-21T00:21:31.714Z10.0.0.254 02:08:20:f9:39:6e 19s
31092026-05-21T00:21:31.714Zfe80::24b9:d8ff:fe5d:47cf 26:b9:d8:5d:47:cf 21s
31102026-05-21T00:21:31.714Zfe80::5860:24ff:fe55:29a3 5a:60:24:55:29:a3 21s
31112026-05-21T00:21:31.714Zfe80::6801:b8ff:fe22:6cbc 6a:01:b8:22:6c:bc 21s
31122026-05-21T00:21:31.714Zfe80::8837:43ff:fe62:c9e4 8a:37:43:62:c9:e4 21s
31132026-05-21T00:21:31.714Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31142026-05-21T00:21:31.753ZLink IPv4 IPv6
31152026-05-21T00:21:31.753Zrear0/0 fe80::8837:43ff:fe62:c9e4
31162026-05-21T00:21:31.754Zrear1/0 fe80::5860:24ff:fe55:29a3
31172026-05-21T00:21:31.754Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31182026-05-21T00:21:32.784ZADDROBJ TYPE STATE ADDR
31192026-05-21T00:21:32.785Zlo0/v4 static ok 127.0.0.1/8
31202026-05-21T00:21:32.785Zmg2/v4 static ok 10.0.0.1/24
31212026-05-21T00:21:32.785Zlo0/v6 static ok ::1/128
31222026-05-21T00:21:32.785Zlo0/u6 static ok fd00:1::1/64
31232026-05-21T00:21:32.785Zsl0/v6 addrconf ok fe80::6801:b8ff:fe22:6cbc%sl0/10
31242026-05-21T00:21:32.785Znewrt->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>
31252026-05-21T00:21:32.785Zlocks: inits:
31262026-05-21T00:21:32.785Zsockaddrs: <DST,IFP>
31272026-05-21T00:21:32.785Z fd00:2::1
31282026-05-21T00:21:32.785Z route to: fd00:2::1
31292026-05-21T00:21:32.785Zdestination: fd00:2::
31302026-05-21T00:21:32.785Z mask: ffff:ffff:ffff:ffff::
31312026-05-21T00:21:32.785Z gateway: fe80::8837:43ff:fe62:c9e4
31322026-05-21T00:21:32.785Z interface: sl0 index 3 address 6a 01 b8 22 6c bc
31332026-05-21T00:21:32.785Z flags: <UP,GATEWAY,DONE,STATIC>
31342026-05-21T00:21:32.785Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31352026-05-21T00:21:32.785Z 0 0 0 0 0 0 9000 0
31362026-05-21T00:21:32.785Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31372026-05-21T00:21:32.785Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31382026-05-21T00:21:32.785Z fd00:2:: fe80::8837:43ff:fe62:c9e4 ffff:ffff:ffff:ffff:: sl0:6a.1.b8.22.6c.bc fe80::6801:b8ff:fe22:6cbc
31392026-05-21T00:21:32.785Z
31402026-05-21T00:21:32.785ZNet to Media Table: IPv6
31412026-05-21T00:21:32.785Z If Physical Address Type State Destination/Mask
31422026-05-21T00:21:32.786Z----- ----------------- ------- ------------ ---------------------------
31432026-05-21T00:21:32.786Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31442026-05-21T00:21:32.786Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31452026-05-21T00:21:32.786Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31462026-05-21T00:21:32.786Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31472026-05-21T00:21:32.786Zsl0 6a:01:b8:22:6c:bc local REACHABLE fe80::6801:b8ff:fe22:6cbc
31482026-05-21T00:21:32.786Zsl0 33:33:ff:62:c9:e4 other REACHABLE ff02::1:ff62:c9e4
31492026-05-21T00:21:32.786Zsl0 8a:37:43:62:c9:e4 dynamic REACHABLE fe80::8837:43ff:fe62:c9e4
31502026-05-21T00:21:32.786Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31512026-05-21T00:21:32.786Zsl0 33:33:ff:22:6c:bc other REACHABLE ff02::1:ff22:6cbc
31522026-05-21T00:21:32.786Z
31532026-05-21T00:21:32.786Z
31542026-05-21T00:21:32.786ZRouting Table: IPv6
31552026-05-21T00:21:32.786Z Destination/Mask Gateway Flags Ref Use If
31562026-05-21T00:21:32.786Z--------------------------- --------------------------- ----- --- ------- -----
31572026-05-21T00:21:32.786Z::1 ::1 UH 2 0 lo0
31582026-05-21T00:21:32.786Zfd00:2::/64 fe80::8837:43ff:fe62:c9e4 UG 2 2 sl0
31592026-05-21T00:21:32.786Zfe80::/10 fe80::6801:b8ff:fe22:6cbc U 3 64 sl0
31602026-05-21T00:21:32.786ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31612026-05-21T00:21:32.786Z68 bytes from fd00:2::1: icmp_seq=0. time=0.309 ms
31622026-05-21T00:21:32.786Z68 bytes from fd00:2::1: icmp_seq=1. time=0.326 ms
31632026-05-21T00:21:32.786Z
31642026-05-21T00:21:32.786Z----fd00:2::1 PING Statistics----
31652026-05-21T00:21:32.786Z2 packets transmitted, 2 packets received, 0% packet loss
31662026-05-21T00:21:32.786Zround-trip (ms) min/avg/max/stddev = 0.309/0.318/0.326/0.012
31672026-05-21T00:21:32.787Z[s2.trio] ping fd00:1::1
31682026-05-21T00:21:32.792Zfd00:1::1 is alive
31692026-05-21T00:21:32.792Zserver router restart passed
31702026-05-21T00:21:38.451Zpeer expiration recovery passed
31712026-05-21T00:21:38.455Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31722026-05-21T00:21:38.456Z3
31732026-05-21T00:21:38.456Zredundant advertise passed
31742026-05-21T00:21:38.822Ztunnel endpoint advertise passed
31752026-05-21T00:21:43.824Zredundant tunnel endpoint advertise passed
31762026-05-21T00:21:43.824Z[s1.trio] pkill ddmd
31772026-05-21T00:21:43.838Z
31782026-05-21T00:21:48.842Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d9a0999c-b381-4888-b640-78f696a44ebe --sled-uuid eda03107-62bb-44e3-ab8d-107e8a6f3e48 -a sl0/v6 &> /opt/ddmd.log &
31792026-05-21T00:21:48.894Z
31802026-05-21T00:21:53.862Ztunnel router restart passed
31812026-05-21T00:21:54.870Ztunnel endpoint withdraw passed
31822026-05-21T00:21:54.875Z[t1.trio] pkill ddmd
31832026-05-21T00:21:54.882Z
31842026-05-21T00:21:54.882Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31852026-05-21T00:21:54.892Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31862026-05-21T00:21:56.764Z[s2.trio] pkill ddmd
31872026-05-21T00:21:56.778Z
31882026-05-21T00:21:56.778Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31892026-05-21T00:21:58.595Z[s1.trio] pkill ddmd
31902026-05-21T00:21:58.611Z
31912026-05-21T00:21:58.611Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31922026-05-21T00:22:00.905Z[sidecar.trio] pkill softnpu
31932026-05-21T00:22:00.919Z
31942026-05-21T00:22:00.920Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31952026-05-21T00:22:03.414Ztest ddm::test_trio_v3 ... ok
31962026-05-21T00:22:03.415Z
31972026-05-21T00:22:03.415Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.28s
31982026-05-21T00:22:03.415Z
31992026-05-21T00:22:03.462Z+ cleanup
32002026-05-21T00:22:03.465Z++ id -un
32012026-05-21T00:22:03.469Z++ id -gn
32022026-05-21T00:22:03.469Z+ pfexec chown -R build:build .
32032026-05-21T00:22:03.592Zprocess exited: duration 692900 ms, exit code 0
 
32042026-05-21T00:22:03.601Zfound 5 output files
32052026-05-21T00:22:03.601Zuploading: /work/s1.trio.log (4056 bytes)
32062026-05-21T00:22:04.613Zuploaded: /work/s1.trio.log
32072026-05-21T00:22:04.614Zuploading: /work/s2.trio.log (9834 bytes)
32082026-05-21T00:22:05.626Zuploaded: /work/s2.trio.log
32092026-05-21T00:22:05.629Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32102026-05-21T00:22:06.636Zuploaded: /work/sidecar.trio-softnpu.log
32112026-05-21T00:22:06.640Zuploading: /work/t1.trio-dpd.log (319179 bytes)
32122026-05-21T00:22:07.655Zuploaded: /work/t1.trio-dpd.log
32132026-05-21T00:22:07.655Zuploading: /work/t1.trio.log (25743 bytes)
32142026-05-21T00:22:08.668Zuploaded: /work/t1.trio.log