01KV4MYBJZHE00XMTNY9JWRM0X: 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: 01KV4MYSS5GJ374WEAVMESYGT7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T03:25:40.818Zjob assigned to worker 01KV4MYXNW5KT96D9RDHY32CZE [factory aws, i-0613100ccad231637] (queued for 56 s)
 
22026-06-15T03:25:47.943Zstarting task 0: "setup"
32026-06-15T03:25:47.947Z++ uname -s
42026-06-15T03:25:47.951Z+ kern=SunOS
52026-06-15T03:25:47.951Z+ build_user=build
62026-06-15T03:25:47.951Z+ build_uid=12345
72026-06-15T03:25:47.951Z+ work_dir=/work
82026-06-15T03:25:47.951Z+ input_dir=/input
92026-06-15T03:25:47.951Z+ [[ 0 == 12345 ]]
102026-06-15T03:25:47.951Z+ case "$kern" in
112026-06-15T03:25:47.951Z+ groupadd -g 12345 build
122026-06-15T03:25:47.954Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T03:25:48.957Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T03:25:49.066Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T03:25:49.069Z+ home_fs=zfs
162026-06-15T03:25:49.070Z+ [[ zfs == autofs ]]
172026-06-15T03:25:49.070Z+ mkdir -p /home/build
182026-06-15T03:25:49.070Z+ chown build:build /home/build /work
192026-06-15T03:25:51.070Z+ chmod 0700 /home/build /work
202026-06-15T03:25:51.075Zprocess exited: duration 3132 ms, exit code 0
 
212026-06-15T03:25:51.081Zstarting task 1: "rust-toolchain"
222026-06-15T03:25:51.085Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T03:25:51.085Z * rust toolchain channel = "stable"
242026-06-15T03:25:51.085Z * rust toolchain profile = "default"
252026-06-15T03:25:51.085Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-15T03:25:51.085Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T03:25:51.085Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T03:25:51.089Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T03:25:51.089Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T03:25:51.186Zinfo: downloading installer
312026-06-15T03:25:52.624Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T03:25:52.625Zwarn: /opt/ooce/bin
332026-06-15T03:25:52.625Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T03:25:52.625Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T03:25:52.625Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T03:25:52.625Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T03:25:52.625Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T03:25:52.625Zerror: cannot install while Rust is installed
392026-06-15T03:25:52.625Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T03:25:52.625Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T03:25:52.625Zwarn: /home/build/.rustup/settings.toml
422026-06-15T03:25:52.625Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T03:25:52.625Zwarn: instead of the one inferred from the default host triple.
442026-06-15T03:25:52.638Zinfo: profile set to default
452026-06-15T03:25:52.638Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T03:25:52.641Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T03:25:52.795Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T03:25:52.799Zinfo: downloading 6 components
492026-06-15T03:26:07.579Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T03:26:07.579Z
512026-06-15T03:26:07.606Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T03:26:07.606Z
532026-06-15T03:26:07.606Z
542026-06-15T03:26:07.606ZRust is installed now. Great!
552026-06-15T03:26:07.606Z
562026-06-15T03:26:07.609ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T03:26:07.609Zenvironment variable. This has not been done automatically.
582026-06-15T03:26:07.609Z
592026-06-15T03:26:07.609ZTo configure your current shell, you need to source
602026-06-15T03:26:07.609Zthe corresponding env file under $HOME/.cargo.
612026-06-15T03:26:07.609Z
622026-06-15T03:26:07.609ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T03:26:07.610Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T03:26:07.610Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T03:26:07.610Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T03:26:07.610Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T03:26:07.610Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T03:26:07.610Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T03:26:07.610Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T03:26:07.610Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T03:26:07.706Z+ rustup --version
722026-06-15T03:26:07.714Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T03:26:07.717Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T03:26:07.737Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T03:26:07.742Z+ cargo --version
762026-06-15T03:26:07.753Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T03:26:07.756Z+ rustc --version
782026-06-15T03:26:07.777Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T03:26:07.783Zprocess exited: duration 16695 ms, exit code 0
 
802026-06-15T03:26:07.789Zstarting task 2: "authentication"
812026-06-15T03:26:07.805Zprocess exited: duration 16 ms, exit code 0
 
822026-06-15T03:26:07.812Zstarting task 3: "clone repository"
832026-06-15T03:26:07.815Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T03:26:07.819Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T03:26:07.846ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T03:26:08.990Z+ cd /work/oxidecomputer/maghemite
872026-06-15T03:26:08.990Z+ git fetch origin 4cc569836dc1c5d13a5f2396de310220eafee2fe
882026-06-15T03:26:09.242ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T03:26:09.242Z * branch 4cc569836dc1c5d13a5f2396de310220eafee2fe -> FETCH_HEAD
902026-06-15T03:26:09.247Z+ [[ -n zl/ddm-mcast ]]
912026-06-15T03:26:09.250Z++ git branch --show-current
922026-06-15T03:26:09.250Z+ current=main
932026-06-15T03:26:09.250Z+ [[ main != zl/ddm-mcast ]]
942026-06-15T03:26:09.250Z+ git branch -f zl/ddm-mcast 4cc569836dc1c5d13a5f2396de310220eafee2fe
952026-06-15T03:26:09.254Z+ git checkout -f zl/ddm-mcast
962026-06-15T03:26:09.272ZSwitched to branch 'zl/ddm-mcast'
972026-06-15T03:26:09.275Z+ git reset --hard 4cc569836dc1c5d13a5f2396de310220eafee2fe
982026-06-15T03:26:09.291ZHEAD is now at 4cc5698 [merge] Merge upstream: includes MRIB/v12 update
992026-06-15T03:26:09.296Zprocess exited: duration 1480 ms, exit code 0
 
1002026-06-15T03:26:09.302Zstarting task 4: "build"
1012026-06-15T03:26:09.308Z++ dladm
1022026-06-15T03:26:09.312ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-15T03:26:09.312Zena0 phys 9216 up -- --
1042026-06-15T03:26:09.316Z++ ipadm
1052026-06-15T03:26:09.316ZADDROBJ TYPE STATE ADDR
1062026-06-15T03:26:09.316Zlo0/v4 static ok 127.0.0.1/8
1072026-06-15T03:26:09.316Zena0/dhcp dhcp ok 10.150.1.230/24
1082026-06-15T03:26:09.316Zlo0/v6 static ok ::1/128
1092026-06-15T03:26:09.316Z++ banner collect
1102026-06-15T03:26:09.319Z
1112026-06-15T03:26:09.319Z #### #### # # ###### #### #####
1122026-06-15T03:26:09.319Z # # # # # # # # # #
1132026-06-15T03:26:09.319Z # # # # # ##### # #
1142026-06-15T03:26:09.319Z # # # # # # # #
1152026-06-15T03:26:09.319Z # # # # # # # # # #
1162026-06-15T03:26:09.319Z #### #### ###### ###### ###### #### #
1172026-06-15T03:26:09.319Z
1182026-06-15T03:26:09.319Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-15T03:26:09.319Z++ repo=softnpu
1202026-06-15T03:26:09.319Z++ series=image
1212026-06-15T03:26:09.319Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-15T03:26:09.319Z++ name=softnpu
1232026-06-15T03:26:09.319Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-15T03:26:09.320Z++ mkdir -p download
1252026-06-15T03:26:09.320Z++ pushd download
1262026-06-15T03:26:09.320Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-15T03:26:09.320Z++ [[ ! -f softnpu ]]
1282026-06-15T03:26:09.320Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-15T03:26:09.323Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-15T03:26:09.328Z Dload Upload Total Spent Left Speed
1312026-06-15T03:26:09.729Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 38.56M 0 0 100 15.63M 100 15.63M 0 0 38.55M 0 0 100 15.63M 100 15.63M 0 0 38.54M 0 0
1322026-06-15T03:26:09.732Z++ popd
1332026-06-15T03:26:09.732Z/work/oxidecomputer/maghemite
1342026-06-15T03:26:09.732Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-15T03:26:09.732Z++ repo=sidecar-lite
1362026-06-15T03:26:09.732Z++ series=release
1372026-06-15T03:26:09.732Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-15T03:26:09.732Z++ name=libsidecar_lite.so
1392026-06-15T03:26:09.732Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-15T03:26:09.732Z++ mkdir -p download
1412026-06-15T03:26:09.736Z++ pushd download
1422026-06-15T03:26:09.736Z++ [[ ! -f libsidecar_lite.so ]]
1432026-06-15T03:26:09.736Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-15T03:26:09.736Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-15T03:26:09.739Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-15T03:26:09.739Z Dload Upload Total Spent Left Speed
1472026-06-15T03:26:10.000Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 45.99M 0 0 100 12.04M 100 12.04M 0 0 45.98M 0 0 100 12.04M 100 12.04M 0 0 45.97M 0 0
1482026-06-15T03:26:10.003Z++ popd
1492026-06-15T03:26:10.003Z/work/oxidecomputer/maghemite
1502026-06-15T03:26:10.003Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-15T03:26:10.004Z++ repo=sidecar-lite
1522026-06-15T03:26:10.004Z++ series=release
1532026-06-15T03:26:10.004Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-15T03:26:10.004Z++ name=scadm
1552026-06-15T03:26:10.004Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-15T03:26:10.004Z++ mkdir -p download
1572026-06-15T03:26:10.007Z++ pushd download
1582026-06-15T03:26:10.007Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-15T03:26:10.007Z++ [[ ! -f scadm ]]
1602026-06-15T03:26:10.007Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-15T03:26:10.011Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-15T03:26:10.014Z Dload Upload Total Spent Left Speed
1632026-06-15T03:26:10.314Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 52.32M 0 0 100 15.78M 100 15.78M 0 0 52.32M 0 0 100 15.78M 100 15.78M 0 0 52.31M 0 0
1642026-06-15T03:26:10.317Z++ popd
1652026-06-15T03:26:10.317Z/work/oxidecomputer/maghemite
1662026-06-15T03:26:10.317Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-15T03:26:10.317Z++ repo=dendrite
1682026-06-15T03:26:10.317Z++ series=image
1692026-06-15T03:26:10.317Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-15T03:26:10.317Z++ name=dendrite-softnpu.tar.gz
1712026-06-15T03:26:10.317Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-15T03:26:10.317Z++ mkdir -p download
1732026-06-15T03:26:10.317Z++ pushd download
1742026-06-15T03:26:10.317Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-06-15T03:26:10.317Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-06-15T03:26:10.317Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-15T03:26:10.360Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-15T03:26:10.361Z Dload Upload Total Spent Left Speed
1792026-06-15T03:26:11.663Z 0 0 0 0 0 0 0 0 0 71 71.59M 71 50.90M 0 0 49.43M 0 00:01 00:01 49.43M 100 71.59M 100 71.59M 0 0 53.46M 0 00:01 00:01 49.43M 100 71.59M 100 71.59M 0 0 53.46M 0 00:01 00:01 49.43M 100 71.59M 100 71.59M 0 0 53.46M 0 00:01 00:01 49.43M
1802026-06-15T03:26:11.672Z++ popd
1812026-06-15T03:26:11.672Z/work/oxidecomputer/maghemite
1822026-06-15T03:26:11.672Z++ get_artifact maghemite release 4cc569836dc1c5d13a5f2396de310220eafee2fe ddm
1832026-06-15T03:26:11.672Z++ repo=maghemite
1842026-06-15T03:26:11.672Z++ series=release
1852026-06-15T03:26:11.672Z++ commit=4cc569836dc1c5d13a5f2396de310220eafee2fe
1862026-06-15T03:26:11.672Z++ name=ddm
1872026-06-15T03:26:11.672Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-15T03:26:11.673Z++ mkdir -p download
1892026-06-15T03:26:11.673Z++ pushd download
1902026-06-15T03:26:11.673Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-15T03:26:11.673Z++ [[ ! -f ddm ]]
1922026-06-15T03:26:11.673Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/4cc569836dc1c5d13a5f2396de310220eafee2fe/ddm
1932026-06-15T03:26:11.680Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-15T03:26:11.680Z Dload Upload Total Spent Left Speed
1952026-06-15T03:26:11.738Z 0 0 0 0 0 0 0 0 0
1962026-06-15T03:26:11.738Zcurl: (22) The requested URL returned error: 404
1972026-06-15T03:26:11.742Z++ popd
1982026-06-15T03:26:11.742Z/work/oxidecomputer/maghemite
1992026-06-15T03:26:11.742Z++ get_artifact maghemite release 4cc569836dc1c5d13a5f2396de310220eafee2fe ddmadm
2002026-06-15T03:26:11.742Z++ repo=maghemite
2012026-06-15T03:26:11.742Z++ series=release
2022026-06-15T03:26:11.742Z++ commit=4cc569836dc1c5d13a5f2396de310220eafee2fe
2032026-06-15T03:26:11.742Z++ name=ddmadm
2042026-06-15T03:26:11.742Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-15T03:26:11.742Z++ mkdir -p download
2062026-06-15T03:26:11.742Z++ pushd download
2072026-06-15T03:26:11.742Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-15T03:26:11.742Z++ [[ ! -f ddmadm ]]
2092026-06-15T03:26:11.742Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/4cc569836dc1c5d13a5f2396de310220eafee2fe/ddmadm
2102026-06-15T03:26:11.747Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-15T03:26:11.750Z Dload Upload Total Spent Left Speed
2122026-06-15T03:26:11.809Z 0 0 0 0 0 0 0 0 0
2132026-06-15T03:26:11.809Zcurl: (22) The requested URL returned error: 404
2142026-06-15T03:26:11.813Z++ popd
2152026-06-15T03:26:11.813Z/work/oxidecomputer/maghemite
2162026-06-15T03:26:11.813Z++ pushd download
2172026-06-15T03:26:11.813Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-15T03:26:11.814Z++ chmod +x softnpu
2192026-06-15T03:26:11.814Z++ chmod +x scadm
2202026-06-15T03:26:11.817Z++ chmod +x ddmadm
2212026-06-15T03:26:11.817Zchmod: WARNING: can't access ddmadm
2222026-06-15T03:26:11.817Z++ chmod +x ddmd
2232026-06-15T03:26:11.817Zchmod: WARNING: can't access ddmd
2242026-06-15T03:26:11.817Z++ mv ddmadm ddmadm-v2
2252026-06-15T03:26:11.817Zmv: cannot access ddmadm
2262026-06-15T03:26:11.817Z++ mv ddmd ddmd-v2
2272026-06-15T03:26:11.817Zmv: cannot access ddmd
2282026-06-15T03:26:11.817Z++ rm -rf zones/dendrite
2292026-06-15T03:26:11.821Z++ mkdir -p zones/dendrite
2302026-06-15T03:26:11.821Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-15T03:26:12.824Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-15T03:26:12.828Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-15T03:26:12.829Z++ popd
2342026-06-15T03:26:12.829Z++ banner install
2352026-06-15T03:26:12.829Z/work/oxidecomputer/maghemite
2362026-06-15T03:26:12.829Z
2372026-06-15T03:26:12.829Z # # # #### ##### ## # #
2382026-06-15T03:26:12.829Z # ## # # # # # # #
2392026-06-15T03:26:12.829Z # # # # #### # # # # #
2402026-06-15T03:26:12.829Z # # # # # # ###### # #
2412026-06-15T03:26:12.829Z # # ## # # # # # # #
2422026-06-15T03:26:12.829Z # # # #### # # # ###### ######
2432026-06-15T03:26:12.829Z
2442026-06-15T03:26:12.829Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-15T03:26:12.829Z++ set +o errexit
2462026-06-15T03:26:12.835Z++ pkg info clang-15
2472026-06-15T03:26:12.835Z++ grep -qi installed
2482026-06-15T03:26:14.025Zpkg: info: no packages matching the following patterns you specified are
2492026-06-15T03:26:14.025Zinstalled on the system. Try querying remotely instead:
2502026-06-15T03:26:14.025Z
2512026-06-15T03:26:14.025Z clang-15
2522026-06-15T03:26:14.063Z++ [[ 1 != 0 ]]
2532026-06-15T03:26:14.063Z++ set -o errexit
2542026-06-15T03:26:14.063Z++ pfexec pkg install clang-15
2552026-06-15T03:26:20.708Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-15T03:26:28.354Z Startup: Caching catalogs ... Done
2572026-06-15T03:26:35.561ZPlanning: Solver setup ... Done
2582026-06-15T03:26:35.601ZPlanning: Running solver ... Done
2592026-06-15T03:26:35.739ZPlanning: Finding local manifests ... Done
2602026-06-15T03:26:35.761ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-15T03:26:35.876ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-15T03:26:35.906ZPlanning: Package planning ... Done
2632026-06-15T03:26:35.931ZPlanning: Merging actions ... Done
2642026-06-15T03:26:36.042ZPlanning: Checking for conflicting actions ... Done
2652026-06-15T03:26:36.049ZPlanning: Consolidating action changes ... Done
2662026-06-15T03:26:36.838ZPlanning: Evaluating mediators ... Done
2672026-06-15T03:26:36.843ZPlanning: Planning completed in 8.32 seconds
2682026-06-15T03:26:36.854Z Packages to install: 2
2692026-06-15T03:26:36.857Z Mediators to change: 2
2702026-06-15T03:26:36.857Z Services to change: 1
2712026-06-15T03:26:36.857Z Create boot environment: No
2722026-06-15T03:26:36.857ZCreate backup boot environment: No
2732026-06-15T03:26:36.897Z
2742026-06-15T03:26:36.897ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-15T03:26:41.899ZDownload: 756/3076 items 18.0/211.3MB 8% complete (3.6M/s)
2762026-06-15T03:26:49.298ZDownload: 983/3076 items 82.2/211.3MB 38% complete (12.3M/s)
2772026-06-15T03:26:54.302ZDownload: 1451/3076 items 115.1/211.3MB 54% complete (3.4M/s)
2782026-06-15T03:27:04.690ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (3.8M/s)
2792026-06-15T03:27:09.572ZDownload: Completed 211.31 MB in 32.68 seconds (6.5M/s)
2802026-06-15T03:27:09.817Z Actions: 1/3418 actions (Installing new actions)
2812026-06-15T03:27:12.951Z Actions: Completed 3418 actions in 3.13 seconds.
2822026-06-15T03:27:13.587Z Done
2832026-06-15T03:27:13.587Z Done
2842026-06-15T03:27:14.329Z Done
2852026-06-15T03:27:17.692Z Done
2862026-06-15T03:27:17.761Z Done
2872026-06-15T03:27:17.764Z Done
2882026-06-15T03:27:18.044Z Done
2892026-06-15T03:27:18.713Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-15T03:27:18.713Z++ set +o errexit
2912026-06-15T03:27:18.716Z++ pkg info pkg-config
2922026-06-15T03:27:18.716Z++ grep -qi installed
2932026-06-15T03:27:18.940Z++ [[ 0 != 0 ]]
2942026-06-15T03:27:18.940Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-15T03:27:18.940Z++ set +o errexit
2962026-06-15T03:27:18.943Z++ pkg info brand/omicron1
2972026-06-15T03:27:18.944Z++ grep -qi installed
2982026-06-15T03:27:19.123Zpkg: info: no packages matching the following patterns you specified are
2992026-06-15T03:27:19.123Zinstalled on the system. Try querying remotely instead:
3002026-06-15T03:27:19.123Z
3012026-06-15T03:27:19.123Z brand/omicron1
3022026-06-15T03:27:19.156Z++ [[ 1 != 0 ]]
3032026-06-15T03:27:19.156Z++ set -o errexit
3042026-06-15T03:27:19.156Z++ pfexec pkg install brand/omicron1
3052026-06-15T03:27:19.555Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-15T03:27:26.877ZPlanning: Solver setup ... Done
3072026-06-15T03:27:26.916ZPlanning: Running solver ... Done
3082026-06-15T03:27:27.055ZPlanning: Finding local manifests ... Done
3092026-06-15T03:27:27.059ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-15T03:27:27.173ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-15T03:27:27.186ZPlanning: Package planning ... Done
3122026-06-15T03:27:27.192ZPlanning: Merging actions ... Done
3132026-06-15T03:27:27.339ZPlanning: Checking for conflicting actions ... Done
3142026-06-15T03:27:27.343ZPlanning: Consolidating action changes ... Done
3152026-06-15T03:27:27.498ZPlanning: Evaluating mediators ... Done
3162026-06-15T03:27:27.502ZPlanning: Planning completed in 7.94 seconds
3172026-06-15T03:27:27.506Z Packages to install: 2
3182026-06-15T03:27:27.506Z Create boot environment: No
3192026-06-15T03:27:27.506ZCreate backup boot environment: No
3202026-06-15T03:27:27.535Z
3212026-06-15T03:27:27.535ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-15T03:27:27.554ZDownload: Completed 1.07 MB in 0.02 seconds (55.9M/s)
3232026-06-15T03:27:27.626Z Actions: 1/28 actions (Installing new actions)
3242026-06-15T03:27:27.639Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-15T03:27:28.138Z Done
3262026-06-15T03:27:28.138Z Done
3272026-06-15T03:27:28.785Z Done
3282026-06-15T03:27:31.596Z Done
3292026-06-15T03:27:31.669Z Done
3302026-06-15T03:27:31.673Z Done
3312026-06-15T03:27:31.829Z Done
3322026-06-15T03:27:31.962Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-15T03:27:31.962Z++ set +o errexit
3342026-06-15T03:27:31.965Z++ pkg info brand/omicron1/tools
3352026-06-15T03:27:31.965Z++ grep -qi installed
3362026-06-15T03:27:32.146Zpkg: info: no packages matching the following patterns you specified are
3372026-06-15T03:27:32.146Zinstalled on the system. Try querying remotely instead:
3382026-06-15T03:27:32.146Z
3392026-06-15T03:27:32.146Z brand/omicron1/tools
3402026-06-15T03:27:32.179Z++ [[ 1 != 0 ]]
3412026-06-15T03:27:32.179Z++ set -o errexit
3422026-06-15T03:27:32.179Z++ pfexec pkg install brand/omicron1/tools
3432026-06-15T03:27:32.569Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-15T03:27:39.691ZPlanning: Solver setup ... Done
3452026-06-15T03:27:39.730ZPlanning: Running solver ... Done
3462026-06-15T03:27:39.867ZPlanning: Finding local manifests ... Done
3472026-06-15T03:27:39.870ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-15T03:27:39.981ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-15T03:27:39.993ZPlanning: Package planning ... Done
3502026-06-15T03:27:39.996ZPlanning: Merging actions ... Done
3512026-06-15T03:27:40.139ZPlanning: Checking for conflicting actions ... Done
3522026-06-15T03:27:40.142ZPlanning: Consolidating action changes ... Done
3532026-06-15T03:27:40.296ZPlanning: Evaluating mediators ... Done
3542026-06-15T03:27:40.300ZPlanning: Planning completed in 7.73 seconds
3552026-06-15T03:27:40.305Z Packages to install: 1
3562026-06-15T03:27:40.305Z Services to change: 1
3572026-06-15T03:27:40.305Z Create boot environment: No
3582026-06-15T03:27:40.305ZCreate backup boot environment: No
3592026-06-15T03:27:40.333Z
3602026-06-15T03:27:40.333ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-15T03:27:40.359ZDownload: Completed 1.19 MB in 0.03 seconds (44.8M/s)
3622026-06-15T03:27:40.447Z Actions: 1/19 actions (Installing new actions)
3632026-06-15T03:27:40.461Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-15T03:27:40.963Z Done
3652026-06-15T03:27:40.963Z Done
3662026-06-15T03:27:41.598Z Done
3672026-06-15T03:27:44.450Z Done
3682026-06-15T03:27:44.524Z Done
3692026-06-15T03:27:44.530Z Done
3702026-06-15T03:27:44.687Z Done
3712026-06-15T03:27:44.825Z++ pfexec svcadm enable baseline
3722026-06-15T03:27:44.842Z++ retry=0
3732026-06-15T03:27:44.845Z+++ svcs -Hostate baseline
3742026-06-15T03:27:44.856Z++ [[ offline* != online ]]
3752026-06-15T03:27:44.856Z++ [[ 0 -gt 300 ]]
3762026-06-15T03:27:44.856Z++ sleep 1
3772026-06-15T03:27:45.859Z++ retry=1
3782026-06-15T03:27:45.863Z+++ svcs -Hostate baseline
3792026-06-15T03:27:45.899Z++ [[ offline* != online ]]
3802026-06-15T03:27:45.899Z++ [[ 1 -gt 300 ]]
3812026-06-15T03:27:45.899Z++ sleep 1
3822026-06-15T03:27:46.875Z++ retry=2
3832026-06-15T03:27:46.878Z+++ svcs -Hostate baseline
3842026-06-15T03:27:46.890Z++ [[ offline* != online ]]
3852026-06-15T03:27:46.890Z++ [[ 2 -gt 300 ]]
3862026-06-15T03:27:46.890Z++ sleep 1
3872026-06-15T03:27:47.892Z++ retry=3
3882026-06-15T03:27:47.895Z+++ svcs -Hostate baseline
3892026-06-15T03:27:47.907Z++ [[ offline* != online ]]
3902026-06-15T03:27:47.907Z++ [[ 3 -gt 300 ]]
3912026-06-15T03:27:47.907Z++ sleep 1
3922026-06-15T03:27:48.910Z++ retry=4
3932026-06-15T03:27:48.913Z+++ svcs -Hostate baseline
3942026-06-15T03:27:48.953Z++ [[ offline* != online ]]
3952026-06-15T03:27:48.957Z++ [[ 4 -gt 300 ]]
3962026-06-15T03:27:48.957Z++ sleep 1
3972026-06-15T03:27:49.956Z++ retry=5
3982026-06-15T03:27:49.959Z+++ svcs -Hostate baseline
3992026-06-15T03:27:49.975Z++ [[ offline* != online ]]
4002026-06-15T03:27:49.975Z++ [[ 5 -gt 300 ]]
4012026-06-15T03:27:49.975Z++ sleep 1
4022026-06-15T03:27:50.977Z++ retry=6
4032026-06-15T03:27:50.981Z+++ svcs -Hostate baseline
4042026-06-15T03:27:50.993Z++ [[ offline* != online ]]
4052026-06-15T03:27:50.993Z++ [[ 6 -gt 300 ]]
4062026-06-15T03:27:50.993Z++ sleep 1
4072026-06-15T03:27:51.995Z++ retry=7
4082026-06-15T03:27:51.999Z+++ svcs -Hostate baseline
4092026-06-15T03:27:52.011Z++ [[ offline* != online ]]
4102026-06-15T03:27:52.011Z++ [[ 7 -gt 300 ]]
4112026-06-15T03:27:52.011Z++ sleep 1
4122026-06-15T03:27:53.013Z++ retry=8
4132026-06-15T03:27:53.054Z+++ svcs -Hostate baseline
4142026-06-15T03:27:53.054Z++ [[ offline* != online ]]
4152026-06-15T03:27:53.056Z++ [[ 8 -gt 300 ]]
4162026-06-15T03:27:53.056Z++ sleep 1
4172026-06-15T03:27:54.032Z++ retry=9
4182026-06-15T03:27:54.036Z+++ svcs -Hostate baseline
4192026-06-15T03:27:54.048Z++ [[ offline* != online ]]
4202026-06-15T03:27:54.048Z++ [[ 9 -gt 300 ]]
4212026-06-15T03:27:54.048Z++ sleep 1
4222026-06-15T03:27:55.050Z++ retry=10
4232026-06-15T03:27:55.053Z+++ svcs -Hostate baseline
4242026-06-15T03:27:55.066Z++ [[ offline* != online ]]
4252026-06-15T03:27:55.066Z++ [[ 10 -gt 300 ]]
4262026-06-15T03:27:55.066Z++ sleep 1
4272026-06-15T03:27:56.069Z++ retry=11
4282026-06-15T03:27:56.073Z+++ svcs -Hostate baseline
4292026-06-15T03:27:56.084Z++ [[ offline* != online ]]
4302026-06-15T03:27:56.084Z++ [[ 11 -gt 300 ]]
4312026-06-15T03:27:56.084Z++ sleep 1
4322026-06-15T03:27:57.086Z++ retry=12
4332026-06-15T03:27:57.090Z+++ svcs -Hostate baseline
4342026-06-15T03:27:57.139Z++ [[ offline* != online ]]
4352026-06-15T03:27:57.139Z++ [[ 12 -gt 300 ]]
4362026-06-15T03:27:57.140Z++ sleep 1
4372026-06-15T03:27:58.104Z++ retry=13
4382026-06-15T03:27:58.107Z+++ svcs -Hostate baseline
4392026-06-15T03:27:58.120Z++ [[ offline* != online ]]
4402026-06-15T03:27:58.120Z++ [[ 13 -gt 300 ]]
4412026-06-15T03:27:58.120Z++ sleep 1
4422026-06-15T03:27:59.122Z++ retry=14
4432026-06-15T03:27:59.126Z+++ svcs -Hostate baseline
4442026-06-15T03:27:59.138Z++ [[ offline* != online ]]
4452026-06-15T03:27:59.138Z++ [[ 14 -gt 300 ]]
4462026-06-15T03:27:59.138Z++ sleep 1
4472026-06-15T03:28:00.141Z++ retry=15
4482026-06-15T03:28:00.144Z+++ svcs -Hostate baseline
4492026-06-15T03:28:00.156Z++ [[ offline* != online ]]
4502026-06-15T03:28:00.156Z++ [[ 15 -gt 300 ]]
4512026-06-15T03:28:00.157Z++ sleep 1
4522026-06-15T03:28:01.158Z++ retry=16
4532026-06-15T03:28:01.161Z+++ svcs -Hostate baseline
4542026-06-15T03:28:01.174Z++ [[ offline* != online ]]
4552026-06-15T03:28:01.174Z++ [[ 16 -gt 300 ]]
4562026-06-15T03:28:01.178Z++ sleep 1
4572026-06-15T03:28:02.176Z++ retry=17
4582026-06-15T03:28:02.180Z+++ svcs -Hostate baseline
4592026-06-15T03:28:02.192Z++ [[ offline* != online ]]
4602026-06-15T03:28:02.192Z++ [[ 17 -gt 300 ]]
4612026-06-15T03:28:02.196Z++ sleep 1
4622026-06-15T03:28:03.194Z++ retry=18
4632026-06-15T03:28:03.197Z+++ svcs -Hostate baseline
4642026-06-15T03:28:03.210Z++ [[ offline* != online ]]
4652026-06-15T03:28:03.210Z++ [[ 18 -gt 300 ]]
4662026-06-15T03:28:03.210Z++ sleep 1
4672026-06-15T03:28:04.213Z++ retry=19
4682026-06-15T03:28:04.216Z+++ svcs -Hostate baseline
4692026-06-15T03:28:04.228Z++ [[ offline* != online ]]
4702026-06-15T03:28:04.228Z++ [[ 19 -gt 300 ]]
4712026-06-15T03:28:04.228Z++ sleep 1
4722026-06-15T03:28:05.230Z++ retry=20
4732026-06-15T03:28:05.234Z+++ svcs -Hostate baseline
4742026-06-15T03:28:05.248Z++ [[ offline* != online ]]
4752026-06-15T03:28:05.248Z++ [[ 20 -gt 300 ]]
4762026-06-15T03:28:05.248Z++ sleep 1
4772026-06-15T03:28:06.249Z++ retry=21
4782026-06-15T03:28:06.252Z+++ svcs -Hostate baseline
4792026-06-15T03:28:06.264Z++ [[ offline* != online ]]
4802026-06-15T03:28:06.264Z++ [[ 21 -gt 300 ]]
4812026-06-15T03:28:06.264Z++ sleep 1
4822026-06-15T03:28:07.267Z++ retry=22
4832026-06-15T03:28:07.270Z+++ svcs -Hostate baseline
4842026-06-15T03:28:07.282Z++ [[ offline* != online ]]
4852026-06-15T03:28:07.282Z++ [[ 22 -gt 300 ]]
4862026-06-15T03:28:07.282Z++ sleep 1
4872026-06-15T03:28:08.284Z++ retry=23
4882026-06-15T03:28:08.287Z+++ svcs -Hostate baseline
4892026-06-15T03:28:08.300Z++ [[ offline* != online ]]
4902026-06-15T03:28:08.300Z++ [[ 23 -gt 300 ]]
4912026-06-15T03:28:08.300Z++ sleep 1
4922026-06-15T03:28:09.302Z++ retry=24
4932026-06-15T03:28:09.305Z+++ svcs -Hostate baseline
4942026-06-15T03:28:09.317Z++ [[ offline* != online ]]
4952026-06-15T03:28:09.317Z++ [[ 24 -gt 300 ]]
4962026-06-15T03:28:09.317Z++ sleep 1
4972026-06-15T03:28:10.319Z++ retry=25
4982026-06-15T03:28:10.325Z+++ svcs -Hostate baseline
4992026-06-15T03:28:10.335Z++ [[ offline* != online ]]
5002026-06-15T03:28:10.335Z++ [[ 25 -gt 300 ]]
5012026-06-15T03:28:10.335Z++ sleep 1
5022026-06-15T03:28:11.337Z++ retry=26
5032026-06-15T03:28:11.340Z+++ svcs -Hostate baseline
5042026-06-15T03:28:11.353Z++ [[ offline* != online ]]
5052026-06-15T03:28:11.353Z++ [[ 26 -gt 300 ]]
5062026-06-15T03:28:11.353Z++ sleep 1
5072026-06-15T03:28:12.355Z++ retry=27
5082026-06-15T03:28:12.359Z+++ svcs -Hostate baseline
5092026-06-15T03:28:12.370Z++ [[ offline* != online ]]
5102026-06-15T03:28:12.371Z++ [[ 27 -gt 300 ]]
5112026-06-15T03:28:12.371Z++ sleep 1
5122026-06-15T03:28:13.373Z++ retry=28
5132026-06-15T03:28:13.377Z+++ svcs -Hostate baseline
5142026-06-15T03:28:13.389Z++ [[ offline* != online ]]
5152026-06-15T03:28:13.389Z++ [[ 28 -gt 300 ]]
5162026-06-15T03:28:13.389Z++ sleep 1
5172026-06-15T03:28:14.390Z++ retry=29
5182026-06-15T03:28:14.393Z+++ svcs -Hostate baseline
5192026-06-15T03:28:14.406Z++ [[ offline* != online ]]
5202026-06-15T03:28:14.406Z++ [[ 29 -gt 300 ]]
5212026-06-15T03:28:14.406Z++ sleep 1
5222026-06-15T03:28:15.408Z++ retry=30
5232026-06-15T03:28:15.414Z+++ svcs -Hostate baseline
5242026-06-15T03:28:15.424Z++ [[ offline* != online ]]
5252026-06-15T03:28:15.424Z++ [[ 30 -gt 300 ]]
5262026-06-15T03:28:15.424Z++ sleep 1
5272026-06-15T03:28:16.426Z++ retry=31
5282026-06-15T03:28:16.429Z+++ svcs -Hostate baseline
5292026-06-15T03:28:16.442Z++ [[ offline* != online ]]
5302026-06-15T03:28:16.442Z++ [[ 31 -gt 300 ]]
5312026-06-15T03:28:16.442Z++ sleep 1
5322026-06-15T03:28:17.444Z++ retry=32
5332026-06-15T03:28:17.447Z+++ svcs -Hostate baseline
5342026-06-15T03:28:17.459Z++ [[ offline* != online ]]
5352026-06-15T03:28:17.459Z++ [[ 32 -gt 300 ]]
5362026-06-15T03:28:17.459Z++ sleep 1
5372026-06-15T03:28:18.461Z++ retry=33
5382026-06-15T03:28:18.464Z+++ svcs -Hostate baseline
5392026-06-15T03:28:18.477Z++ [[ offline* != online ]]
5402026-06-15T03:28:18.477Z++ [[ 33 -gt 300 ]]
5412026-06-15T03:28:18.477Z++ sleep 1
5422026-06-15T03:28:19.479Z++ retry=34
5432026-06-15T03:28:19.482Z+++ svcs -Hostate baseline
5442026-06-15T03:28:19.494Z++ [[ offline* != online ]]
5452026-06-15T03:28:19.494Z++ [[ 34 -gt 300 ]]
5462026-06-15T03:28:19.494Z++ sleep 1
5472026-06-15T03:28:20.496Z++ retry=35
5482026-06-15T03:28:20.500Z+++ svcs -Hostate baseline
5492026-06-15T03:28:20.512Z++ [[ offline* != online ]]
5502026-06-15T03:28:20.512Z++ [[ 35 -gt 300 ]]
5512026-06-15T03:28:20.512Z++ sleep 1
5522026-06-15T03:28:21.514Z++ retry=36
5532026-06-15T03:28:21.517Z+++ svcs -Hostate baseline
5542026-06-15T03:28:21.529Z++ [[ offline* != online ]]
5552026-06-15T03:28:21.529Z++ [[ 36 -gt 300 ]]
5562026-06-15T03:28:21.530Z++ sleep 1
5572026-06-15T03:28:22.532Z++ retry=37
5582026-06-15T03:28:22.535Z+++ svcs -Hostate baseline
5592026-06-15T03:28:22.547Z++ [[ offline* != online ]]
5602026-06-15T03:28:22.547Z++ [[ 37 -gt 300 ]]
5612026-06-15T03:28:22.547Z++ sleep 1
5622026-06-15T03:28:23.549Z++ retry=38
5632026-06-15T03:28:23.552Z+++ svcs -Hostate baseline
5642026-06-15T03:28:23.565Z++ [[ offline* != online ]]
5652026-06-15T03:28:23.565Z++ [[ 38 -gt 300 ]]
5662026-06-15T03:28:23.565Z++ sleep 1
5672026-06-15T03:28:24.567Z++ retry=39
5682026-06-15T03:28:24.571Z+++ svcs -Hostate baseline
5692026-06-15T03:28:24.582Z++ [[ offline* != online ]]
5702026-06-15T03:28:24.583Z++ [[ 39 -gt 300 ]]
5712026-06-15T03:28:24.583Z++ sleep 1
5722026-06-15T03:28:25.585Z++ retry=40
5732026-06-15T03:28:25.588Z+++ svcs -Hostate baseline
5742026-06-15T03:28:25.600Z++ [[ offline* != online ]]
5752026-06-15T03:28:25.600Z++ [[ 40 -gt 300 ]]
5762026-06-15T03:28:25.600Z++ sleep 1
5772026-06-15T03:28:26.602Z++ retry=41
5782026-06-15T03:28:26.605Z+++ svcs -Hostate baseline
5792026-06-15T03:28:26.617Z++ [[ offline* != online ]]
5802026-06-15T03:28:26.617Z++ [[ 41 -gt 300 ]]
5812026-06-15T03:28:26.618Z++ sleep 1
5822026-06-15T03:28:27.620Z++ retry=42
5832026-06-15T03:28:27.624Z+++ svcs -Hostate baseline
5842026-06-15T03:28:27.636Z++ [[ offline* != online ]]
5852026-06-15T03:28:27.636Z++ [[ 42 -gt 300 ]]
5862026-06-15T03:28:27.636Z++ sleep 1
5872026-06-15T03:28:28.637Z++ retry=43
5882026-06-15T03:28:28.640Z+++ svcs -Hostate baseline
5892026-06-15T03:28:28.653Z++ [[ offline* != online ]]
5902026-06-15T03:28:28.653Z++ [[ 43 -gt 300 ]]
5912026-06-15T03:28:28.653Z++ sleep 1
5922026-06-15T03:28:29.655Z++ retry=44
5932026-06-15T03:28:29.658Z+++ svcs -Hostate baseline
5942026-06-15T03:28:29.670Z++ [[ offline* != online ]]
5952026-06-15T03:28:29.670Z++ [[ 44 -gt 300 ]]
5962026-06-15T03:28:29.670Z++ sleep 1
5972026-06-15T03:28:30.672Z++ retry=45
5982026-06-15T03:28:30.676Z+++ svcs -Hostate baseline
5992026-06-15T03:28:30.688Z++ [[ offline* != online ]]
6002026-06-15T03:28:30.688Z++ [[ 45 -gt 300 ]]
6012026-06-15T03:28:30.688Z++ sleep 1
6022026-06-15T03:28:31.690Z++ retry=46
6032026-06-15T03:28:31.693Z+++ svcs -Hostate baseline
6042026-06-15T03:28:31.705Z++ [[ offline* != online ]]
6052026-06-15T03:28:31.705Z++ [[ 46 -gt 300 ]]
6062026-06-15T03:28:31.705Z++ sleep 1
6072026-06-15T03:28:32.707Z++ retry=47
6082026-06-15T03:28:32.712Z+++ svcs -Hostate baseline
6092026-06-15T03:28:32.723Z++ [[ offline* != online ]]
6102026-06-15T03:28:32.723Z++ [[ 47 -gt 300 ]]
6112026-06-15T03:28:32.723Z++ sleep 1
6122026-06-15T03:28:33.725Z++ retry=48
6132026-06-15T03:28:33.728Z+++ svcs -Hostate baseline
6142026-06-15T03:28:33.741Z++ [[ offline* != online ]]
6152026-06-15T03:28:33.741Z++ [[ 48 -gt 300 ]]
6162026-06-15T03:28:33.741Z++ sleep 1
6172026-06-15T03:28:34.743Z++ retry=49
6182026-06-15T03:28:34.746Z+++ svcs -Hostate baseline
6192026-06-15T03:28:34.758Z++ [[ offline* != online ]]
6202026-06-15T03:28:34.758Z++ [[ 49 -gt 300 ]]
6212026-06-15T03:28:34.758Z++ sleep 1
6222026-06-15T03:28:35.760Z++ retry=50
6232026-06-15T03:28:35.763Z+++ svcs -Hostate baseline
6242026-06-15T03:28:35.776Z++ [[ offline* != online ]]
6252026-06-15T03:28:35.776Z++ [[ 50 -gt 300 ]]
6262026-06-15T03:28:35.776Z++ sleep 1
6272026-06-15T03:28:36.778Z++ retry=51
6282026-06-15T03:28:36.782Z+++ svcs -Hostate baseline
6292026-06-15T03:28:36.794Z++ [[ offline* != online ]]
6302026-06-15T03:28:36.794Z++ [[ 51 -gt 300 ]]
6312026-06-15T03:28:36.794Z++ sleep 1
6322026-06-15T03:28:37.796Z++ retry=52
6332026-06-15T03:28:37.799Z+++ svcs -Hostate baseline
6342026-06-15T03:28:37.811Z++ [[ offline* != online ]]
6352026-06-15T03:28:37.811Z++ [[ 52 -gt 300 ]]
6362026-06-15T03:28:37.811Z++ sleep 1
6372026-06-15T03:28:38.813Z++ retry=53
6382026-06-15T03:28:38.818Z+++ svcs -Hostate baseline
6392026-06-15T03:28:38.836Z++ [[ offline* != online ]]
6402026-06-15T03:28:38.836Z++ [[ 53 -gt 300 ]]
6412026-06-15T03:28:38.836Z++ sleep 1
6422026-06-15T03:28:39.831Z++ retry=54
6432026-06-15T03:28:39.835Z+++ svcs -Hostate baseline
6442026-06-15T03:28:39.846Z++ [[ offline* != online ]]
6452026-06-15T03:28:39.846Z++ [[ 54 -gt 300 ]]
6462026-06-15T03:28:39.846Z++ sleep 1
6472026-06-15T03:28:40.848Z++ retry=55
6482026-06-15T03:28:40.851Z+++ svcs -Hostate baseline
6492026-06-15T03:28:40.864Z++ [[ offline* != online ]]
6502026-06-15T03:28:40.864Z++ [[ 55 -gt 300 ]]
6512026-06-15T03:28:40.864Z++ sleep 1
6522026-06-15T03:28:41.866Z++ retry=56
6532026-06-15T03:28:41.870Z+++ svcs -Hostate baseline
6542026-06-15T03:28:41.882Z++ [[ offline* != online ]]
6552026-06-15T03:28:41.882Z++ [[ 56 -gt 300 ]]
6562026-06-15T03:28:41.882Z++ sleep 1
6572026-06-15T03:28:42.885Z++ retry=57
6582026-06-15T03:28:42.888Z+++ svcs -Hostate baseline
6592026-06-15T03:28:42.901Z++ [[ offline* != online ]]
6602026-06-15T03:28:42.901Z++ [[ 57 -gt 300 ]]
6612026-06-15T03:28:42.901Z++ sleep 1
6622026-06-15T03:28:43.903Z++ retry=58
6632026-06-15T03:28:43.906Z+++ svcs -Hostate baseline
6642026-06-15T03:28:43.918Z++ [[ offline* != online ]]
6652026-06-15T03:28:43.918Z++ [[ 58 -gt 300 ]]
6662026-06-15T03:28:43.919Z++ sleep 1
6672026-06-15T03:28:44.920Z++ retry=59
6682026-06-15T03:28:44.923Z+++ svcs -Hostate baseline
6692026-06-15T03:28:44.936Z++ [[ offline* != online ]]
6702026-06-15T03:28:44.936Z++ [[ 59 -gt 300 ]]
6712026-06-15T03:28:44.936Z++ sleep 1
6722026-06-15T03:28:45.938Z++ retry=60
6732026-06-15T03:28:45.941Z+++ svcs -Hostate baseline
6742026-06-15T03:28:45.954Z++ [[ offline* != online ]]
6752026-06-15T03:28:45.954Z++ [[ 60 -gt 300 ]]
6762026-06-15T03:28:45.954Z++ sleep 1
6772026-06-15T03:28:46.956Z++ retry=61
6782026-06-15T03:28:46.959Z+++ svcs -Hostate baseline
6792026-06-15T03:28:46.972Z++ [[ offline* != online ]]
6802026-06-15T03:28:46.972Z++ [[ 61 -gt 300 ]]
6812026-06-15T03:28:46.972Z++ sleep 1
6822026-06-15T03:28:47.974Z++ retry=62
6832026-06-15T03:28:47.978Z+++ svcs -Hostate baseline
6842026-06-15T03:28:47.990Z++ [[ offline* != online ]]
6852026-06-15T03:28:47.990Z++ [[ 62 -gt 300 ]]
6862026-06-15T03:28:47.994Z++ sleep 1
6872026-06-15T03:28:48.992Z++ retry=63
6882026-06-15T03:28:48.996Z+++ svcs -Hostate baseline
6892026-06-15T03:28:49.008Z++ [[ offline* != online ]]
6902026-06-15T03:28:49.008Z++ [[ 63 -gt 300 ]]
6912026-06-15T03:28:49.008Z++ sleep 1
6922026-06-15T03:28:50.010Z++ retry=64
6932026-06-15T03:28:50.013Z+++ svcs -Hostate baseline
6942026-06-15T03:28:50.026Z++ [[ offline* != online ]]
6952026-06-15T03:28:50.026Z++ [[ 64 -gt 300 ]]
6962026-06-15T03:28:50.026Z++ sleep 1
6972026-06-15T03:28:51.028Z++ retry=65
6982026-06-15T03:28:51.031Z+++ svcs -Hostate baseline
6992026-06-15T03:28:51.044Z++ [[ offline* != online ]]
7002026-06-15T03:28:51.044Z++ [[ 65 -gt 300 ]]
7012026-06-15T03:28:51.044Z++ sleep 1
7022026-06-15T03:28:52.047Z++ retry=66
7032026-06-15T03:28:52.050Z+++ svcs -Hostate baseline
7042026-06-15T03:28:52.064Z++ [[ offline* != online ]]
7052026-06-15T03:28:52.064Z++ [[ 66 -gt 300 ]]
7062026-06-15T03:28:52.064Z++ sleep 1
7072026-06-15T03:28:53.064Z++ retry=67
7082026-06-15T03:28:53.067Z+++ svcs -Hostate baseline
7092026-06-15T03:28:53.080Z++ [[ offline* != online ]]
7102026-06-15T03:28:53.080Z++ [[ 67 -gt 300 ]]
7112026-06-15T03:28:53.080Z++ sleep 1
7122026-06-15T03:28:54.082Z++ retry=68
7132026-06-15T03:28:54.085Z+++ svcs -Hostate baseline
7142026-06-15T03:28:54.098Z++ [[ offline* != online ]]
7152026-06-15T03:28:54.098Z++ [[ 68 -gt 300 ]]
7162026-06-15T03:28:54.099Z++ sleep 1
7172026-06-15T03:28:55.143Z++ retry=69
7182026-06-15T03:28:55.149Z+++ svcs -Hostate baseline
7192026-06-15T03:28:55.149Z++ [[ offline* != online ]]
7202026-06-15T03:28:55.149Z++ [[ 69 -gt 300 ]]
7212026-06-15T03:28:55.149Z++ sleep 1
7222026-06-15T03:28:56.151Z++ retry=70
7232026-06-15T03:28:56.159Z+++ svcs -Hostate baseline
7242026-06-15T03:28:56.159Z++ [[ offline* != online ]]
7252026-06-15T03:28:56.159Z++ [[ 70 -gt 300 ]]
7262026-06-15T03:28:56.159Z++ sleep 1
7272026-06-15T03:28:57.136Z++ retry=71
7282026-06-15T03:28:57.139Z+++ svcs -Hostate baseline
7292026-06-15T03:28:57.151Z++ [[ offline* != online ]]
7302026-06-15T03:28:57.151Z++ [[ 71 -gt 300 ]]
7312026-06-15T03:28:57.151Z++ sleep 1
7322026-06-15T03:28:58.154Z++ retry=72
7332026-06-15T03:28:58.157Z+++ svcs -Hostate baseline
7342026-06-15T03:28:58.169Z++ [[ offline* != online ]]
7352026-06-15T03:28:58.169Z++ [[ 72 -gt 300 ]]
7362026-06-15T03:28:58.169Z++ sleep 1
7372026-06-15T03:28:59.171Z++ retry=73
7382026-06-15T03:28:59.175Z+++ svcs -Hostate baseline
7392026-06-15T03:28:59.188Z++ [[ offline* != online ]]
7402026-06-15T03:28:59.188Z++ [[ 73 -gt 300 ]]
7412026-06-15T03:28:59.188Z++ sleep 1
7422026-06-15T03:29:00.190Z++ retry=74
7432026-06-15T03:29:00.194Z+++ svcs -Hostate baseline
7442026-06-15T03:29:00.206Z++ [[ offline* != online ]]
7452026-06-15T03:29:00.206Z++ [[ 74 -gt 300 ]]
7462026-06-15T03:29:00.206Z++ sleep 1
7472026-06-15T03:29:01.208Z++ retry=75
7482026-06-15T03:29:01.211Z+++ svcs -Hostate baseline
7492026-06-15T03:29:01.223Z++ [[ offline* != online ]]
7502026-06-15T03:29:01.223Z++ [[ 75 -gt 300 ]]
7512026-06-15T03:29:01.224Z++ sleep 1
7522026-06-15T03:29:02.225Z++ retry=76
7532026-06-15T03:29:02.229Z+++ svcs -Hostate baseline
7542026-06-15T03:29:02.241Z++ [[ offline* != online ]]
7552026-06-15T03:29:02.241Z++ [[ 76 -gt 300 ]]
7562026-06-15T03:29:02.241Z++ sleep 1
7572026-06-15T03:29:03.243Z++ retry=77
7582026-06-15T03:29:03.246Z+++ svcs -Hostate baseline
7592026-06-15T03:29:03.259Z++ [[ offline* != online ]]
7602026-06-15T03:29:03.259Z++ [[ 77 -gt 300 ]]
7612026-06-15T03:29:03.259Z++ sleep 1
7622026-06-15T03:29:04.261Z++ retry=78
7632026-06-15T03:29:04.264Z+++ svcs -Hostate baseline
7642026-06-15T03:29:04.276Z++ [[ offline* != online ]]
7652026-06-15T03:29:04.276Z++ [[ 78 -gt 300 ]]
7662026-06-15T03:29:04.277Z++ sleep 1
7672026-06-15T03:29:05.278Z++ retry=79
7682026-06-15T03:29:05.282Z+++ svcs -Hostate baseline
7692026-06-15T03:29:05.295Z++ [[ offline* != online ]]
7702026-06-15T03:29:05.295Z++ [[ 79 -gt 300 ]]
7712026-06-15T03:29:05.295Z++ sleep 1
7722026-06-15T03:29:06.296Z++ retry=80
7732026-06-15T03:29:06.300Z+++ svcs -Hostate baseline
7742026-06-15T03:29:06.311Z++ [[ offline* != online ]]
7752026-06-15T03:29:06.311Z++ [[ 80 -gt 300 ]]
7762026-06-15T03:29:06.315Z++ sleep 1
7772026-06-15T03:29:07.313Z++ retry=81
7782026-06-15T03:29:07.317Z+++ svcs -Hostate baseline
7792026-06-15T03:29:07.329Z++ [[ offline* != online ]]
7802026-06-15T03:29:07.329Z++ [[ 81 -gt 300 ]]
7812026-06-15T03:29:07.329Z++ sleep 1
7822026-06-15T03:29:08.331Z++ retry=82
7832026-06-15T03:29:08.335Z+++ svcs -Hostate baseline
7842026-06-15T03:29:08.347Z++ [[ offline* != online ]]
7852026-06-15T03:29:08.347Z++ [[ 82 -gt 300 ]]
7862026-06-15T03:29:08.347Z++ sleep 1
7872026-06-15T03:29:09.349Z++ retry=83
7882026-06-15T03:29:09.352Z+++ svcs -Hostate baseline
7892026-06-15T03:29:09.364Z++ [[ offline* != online ]]
7902026-06-15T03:29:09.364Z++ [[ 83 -gt 300 ]]
7912026-06-15T03:29:09.364Z++ sleep 1
7922026-06-15T03:29:10.366Z++ retry=84
7932026-06-15T03:29:10.369Z+++ svcs -Hostate baseline
7942026-06-15T03:29:10.382Z++ [[ offline* != online ]]
7952026-06-15T03:29:10.382Z++ [[ 84 -gt 300 ]]
7962026-06-15T03:29:10.383Z++ sleep 1
7972026-06-15T03:29:11.384Z++ retry=85
7982026-06-15T03:29:11.387Z+++ svcs -Hostate baseline
7992026-06-15T03:29:11.399Z++ [[ offline* != online ]]
8002026-06-15T03:29:11.399Z++ [[ 85 -gt 300 ]]
8012026-06-15T03:29:11.399Z++ sleep 1
8022026-06-15T03:29:12.402Z++ retry=86
8032026-06-15T03:29:12.406Z+++ svcs -Hostate baseline
8042026-06-15T03:29:12.418Z++ [[ offline* != online ]]
8052026-06-15T03:29:12.418Z++ [[ 86 -gt 300 ]]
8062026-06-15T03:29:12.418Z++ sleep 1
8072026-06-15T03:29:13.419Z++ retry=87
8082026-06-15T03:29:13.423Z+++ svcs -Hostate baseline
8092026-06-15T03:29:13.434Z++ [[ offline* != online ]]
8102026-06-15T03:29:13.435Z++ [[ 87 -gt 300 ]]
8112026-06-15T03:29:13.435Z++ sleep 1
8122026-06-15T03:29:14.436Z++ retry=88
8132026-06-15T03:29:14.440Z+++ svcs -Hostate baseline
8142026-06-15T03:29:14.452Z++ [[ offline* != online ]]
8152026-06-15T03:29:14.452Z++ [[ 88 -gt 300 ]]
8162026-06-15T03:29:14.452Z++ sleep 1
8172026-06-15T03:29:15.454Z++ retry=89
8182026-06-15T03:29:15.457Z+++ svcs -Hostate baseline
8192026-06-15T03:29:15.469Z++ [[ offline* != online ]]
8202026-06-15T03:29:15.469Z++ [[ 89 -gt 300 ]]
8212026-06-15T03:29:15.469Z++ sleep 1
8222026-06-15T03:29:16.471Z++ retry=90
8232026-06-15T03:29:16.476Z+++ svcs -Hostate baseline
8242026-06-15T03:29:16.487Z++ [[ offline* != online ]]
8252026-06-15T03:29:16.487Z++ [[ 90 -gt 300 ]]
8262026-06-15T03:29:16.487Z++ sleep 1
8272026-06-15T03:29:17.488Z++ retry=91
8282026-06-15T03:29:17.492Z+++ svcs -Hostate baseline
8292026-06-15T03:29:17.504Z++ [[ offline* != online ]]
8302026-06-15T03:29:17.504Z++ [[ 91 -gt 300 ]]
8312026-06-15T03:29:17.504Z++ sleep 1
8322026-06-15T03:29:18.506Z++ retry=92
8332026-06-15T03:29:18.509Z+++ svcs -Hostate baseline
8342026-06-15T03:29:18.521Z++ [[ offline* != online ]]
8352026-06-15T03:29:18.521Z++ [[ 92 -gt 300 ]]
8362026-06-15T03:29:18.521Z++ sleep 1
8372026-06-15T03:29:19.523Z++ retry=93
8382026-06-15T03:29:19.530Z+++ svcs -Hostate baseline
8392026-06-15T03:29:19.538Z++ [[ offline* != online ]]
8402026-06-15T03:29:19.538Z++ [[ 93 -gt 300 ]]
8412026-06-15T03:29:19.538Z++ sleep 1
8422026-06-15T03:29:20.584Z++ retry=94
8432026-06-15T03:29:20.591Z+++ svcs -Hostate baseline
8442026-06-15T03:29:20.592Z++ [[ offline* != online ]]
8452026-06-15T03:29:20.592Z++ [[ 94 -gt 300 ]]
8462026-06-15T03:29:20.592Z++ sleep 1
8472026-06-15T03:29:21.558Z++ retry=95
8482026-06-15T03:29:21.561Z+++ svcs -Hostate baseline
8492026-06-15T03:29:21.573Z++ [[ offline* != online ]]
8502026-06-15T03:29:21.573Z++ [[ 95 -gt 300 ]]
8512026-06-15T03:29:21.573Z++ sleep 1
8522026-06-15T03:29:22.575Z++ retry=96
8532026-06-15T03:29:22.578Z+++ svcs -Hostate baseline
8542026-06-15T03:29:22.591Z++ [[ offline* != online ]]
8552026-06-15T03:29:22.591Z++ [[ 96 -gt 300 ]]
8562026-06-15T03:29:22.591Z++ sleep 1
8572026-06-15T03:29:23.594Z++ retry=97
8582026-06-15T03:29:23.597Z+++ svcs -Hostate baseline
8592026-06-15T03:29:23.609Z++ [[ offline* != online ]]
8602026-06-15T03:29:23.609Z++ [[ 97 -gt 300 ]]
8612026-06-15T03:29:23.609Z++ sleep 1
8622026-06-15T03:29:24.614Z++ retry=98
8632026-06-15T03:29:24.618Z+++ svcs -Hostate baseline
8642026-06-15T03:29:24.627Z++ [[ offline* != online ]]
8652026-06-15T03:29:24.627Z++ [[ 98 -gt 300 ]]
8662026-06-15T03:29:24.627Z++ sleep 1
8672026-06-15T03:29:25.628Z++ retry=99
8682026-06-15T03:29:25.633Z+++ svcs -Hostate baseline
8692026-06-15T03:29:25.644Z++ [[ offline* != online ]]
8702026-06-15T03:29:25.644Z++ [[ 99 -gt 300 ]]
8712026-06-15T03:29:25.644Z++ sleep 1
8722026-06-15T03:29:26.646Z++ retry=100
8732026-06-15T03:29:26.650Z+++ svcs -Hostate baseline
8742026-06-15T03:29:26.662Z++ [[ offline* != online ]]
8752026-06-15T03:29:26.662Z++ [[ 100 -gt 300 ]]
8762026-06-15T03:29:26.662Z++ sleep 1
8772026-06-15T03:29:27.664Z++ retry=101
8782026-06-15T03:29:27.667Z+++ svcs -Hostate baseline
8792026-06-15T03:29:27.679Z++ [[ offline* != online ]]
8802026-06-15T03:29:27.679Z++ [[ 101 -gt 300 ]]
8812026-06-15T03:29:27.679Z++ sleep 1
8822026-06-15T03:29:28.681Z++ retry=102
8832026-06-15T03:29:28.684Z+++ svcs -Hostate baseline
8842026-06-15T03:29:28.696Z++ [[ offline* != online ]]
8852026-06-15T03:29:28.697Z++ [[ 102 -gt 300 ]]
8862026-06-15T03:29:28.697Z++ sleep 1
8872026-06-15T03:29:29.698Z++ retry=103
8882026-06-15T03:29:29.701Z+++ svcs -Hostate baseline
8892026-06-15T03:29:29.713Z++ [[ offline* != online ]]
8902026-06-15T03:29:29.713Z++ [[ 103 -gt 300 ]]
8912026-06-15T03:29:29.713Z++ sleep 1
8922026-06-15T03:29:30.715Z++ retry=104
8932026-06-15T03:29:30.719Z+++ svcs -Hostate baseline
8942026-06-15T03:29:30.732Z++ [[ offline* != online ]]
8952026-06-15T03:29:30.732Z++ [[ 104 -gt 300 ]]
8962026-06-15T03:29:30.732Z++ sleep 1
8972026-06-15T03:29:31.733Z++ retry=105
8982026-06-15T03:29:31.737Z+++ svcs -Hostate baseline
8992026-06-15T03:29:31.749Z++ [[ offline* != online ]]
9002026-06-15T03:29:31.749Z++ [[ 105 -gt 300 ]]
9012026-06-15T03:29:31.749Z++ sleep 1
9022026-06-15T03:29:32.751Z++ retry=106
9032026-06-15T03:29:32.754Z+++ svcs -Hostate baseline
9042026-06-15T03:29:32.766Z++ [[ online != online ]]
9052026-06-15T03:29:32.766Z++ set -o errexit
9062026-06-15T03:29:32.766Z++ set -o pipefail
9072026-06-15T03:29:32.766Z++ banner build
9082026-06-15T03:29:32.769Z
9092026-06-15T03:29:32.769Z ##### # # # # #####
9102026-06-15T03:29:32.769Z # # # # # # # #
9112026-06-15T03:29:32.769Z ##### # # # # # #
9122026-06-15T03:29:32.769Z # # # # # # # #
9132026-06-15T03:29:32.769Z # # # # # # # #
9142026-06-15T03:29:32.769Z ##### #### # ###### #####
9152026-06-15T03:29:32.770Z
9162026-06-15T03:29:32.770Z++ cargo build --release --bin ddmd --bin ddmadm
9172026-06-15T03:29:32.774Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9182026-06-15T03:29:32.952Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9192026-06-15T03:29:32.955Zinfo: downloading 6 components
9202026-06-15T03:29:48.119Z Updating crates.io index
9212026-06-15T03:29:48.122Z Updating git repository `https://github.com/oxidecomputer/omicron`
9222026-06-15T03:29:53.903ZFrom https://github.com/oxidecomputer/omicron
9232026-06-15T03:29:53.903Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9242026-06-15T03:29:54.359Z Updating git repository `https://github.com/oxidecomputer/falcon`
9252026-06-15T03:29:54.935ZFrom https://github.com/oxidecomputer/falcon
9262026-06-15T03:29:54.936Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9272026-06-15T03:29:55.136Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9282026-06-15T03:29:56.021ZFrom https://github.com/oxidecomputer/dendrite
9292026-06-15T03:29:56.021Z * [new ref] f27f612dde317f2f05716c761a14500e46581ff7 -> refs/commit/f27f612dde317f2f05716c761a14500e46581ff7
9302026-06-15T03:29:56.296Z Updating git repository `https://github.com/oxidecomputer/ispf`
9312026-06-15T03:29:56.575ZFrom https://github.com/oxidecomputer/ispf
9322026-06-15T03:29:56.575Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9332026-06-15T03:29:56.581Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9342026-06-15T03:29:56.927ZFrom https://github.com/oxidecomputer/netadm-sys
9352026-06-15T03:29:56.927Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9362026-06-15T03:29:56.934Z Updating git repository `https://github.com/oxidecomputer/opte`
9372026-06-15T03:29:57.572ZFrom https://github.com/oxidecomputer/opte
9382026-06-15T03:29:57.572Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9392026-06-15T03:29:58.016Z Updating git repository `https://github.com/illumos/smf-rs`
9402026-06-15T03:29:58.262ZFrom https://github.com/illumos/smf-rs
9412026-06-15T03:29:58.262Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9422026-06-15T03:29:58.362Z Updating git repository `https://github.com/oxidecomputer/poptrie`
9432026-06-15T03:29:58.630ZFrom https://github.com/oxidecomputer/poptrie
9442026-06-15T03:29:58.630Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
9452026-06-15T03:29:58.650Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9462026-06-15T03:29:58.916ZFrom https://github.com/oxidecomputer/network-interface
9472026-06-15T03:29:58.916Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9482026-06-15T03:29:58.923Z Updating git repository `https://github.com/oxidecomputer/zone`
9492026-06-15T03:29:59.200ZFrom https://github.com/oxidecomputer/zone
9502026-06-15T03:29:59.201Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9512026-06-15T03:29:59.374Z Updating git repository `https://github.com/oxidecomputer/lldp`
9522026-06-15T03:29:59.689ZFrom https://github.com/oxidecomputer/lldp
9532026-06-15T03:29:59.689Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9542026-06-15T03:29:59.877Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9552026-06-15T03:30:00.294ZFrom https://github.com/oxidecomputer/slog-error-chain
9562026-06-15T03:30:00.294Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9572026-06-15T03:30:00.303Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9582026-06-15T03:30:00.585ZFrom https://github.com/oxidecomputer/tufaceous
9592026-06-15T03:30:00.585Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9602026-06-15T03:30:00.634Z Updating git repository `https://github.com/oxidecomputer/propolis`
9612026-06-15T03:30:01.248ZFrom https://github.com/oxidecomputer/propolis
9622026-06-15T03:30:01.248Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9632026-06-15T03:30:01.570Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9642026-06-15T03:30:02.065ZFrom https://github.com/oxidecomputer/transceiver-control
9652026-06-15T03:30:02.065Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9662026-06-15T03:30:02.083Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9672026-06-15T03:30:02.382ZFrom https://github.com/oxidecomputer/dlpi-sys
9682026-06-15T03:30:02.382Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9692026-06-15T03:30:02.386Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9702026-06-15T03:30:02.728ZFrom https://github.com/jmesmon/rust-libzfs
9712026-06-15T03:30:02.728Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9722026-06-15T03:30:02.736Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9732026-06-15T03:30:03.042ZFrom https://github.com/oxidecomputer/rusty-doors
9742026-06-15T03:30:03.042Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9752026-06-15T03:30:03.067Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9762026-06-15T03:30:03.533ZFrom https://github.com/oxidecomputer/management-gateway-service
9772026-06-15T03:30:03.533Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9782026-06-15T03:30:04.492Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9792026-06-15T03:30:04.756ZFrom https://github.com/oxidecomputer/serde_human_bytes
9802026-06-15T03:30:04.756Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9812026-06-15T03:30:04.766Z Updating git repository `https://github.com/oxidecomputer/crucible`
9822026-06-15T03:30:05.600ZFrom https://github.com/oxidecomputer/crucible
9832026-06-15T03:30:05.600Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9842026-06-15T03:30:05.817Z Updating git repository `https://github.com/oxidecomputer/propolis`
9852026-06-15T03:30:06.227ZFrom https://github.com/oxidecomputer/propolis
9862026-06-15T03:30:06.227Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9872026-06-15T03:30:06.614Z Updating git repository `https://github.com/oxidecomputer/crucible`
9882026-06-15T03:30:07.116ZFrom https://github.com/oxidecomputer/crucible
9892026-06-15T03:30:07.116Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9902026-06-15T03:30:07.206Z Updating git repository `https://github.com/oxidecomputer/tofino`
9912026-06-15T03:30:07.623ZFrom https://github.com/oxidecomputer/tofino
9922026-06-15T03:30:07.623Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9932026-06-15T03:30:07.633Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9942026-06-15T03:30:08.432ZFrom https://github.com/oxidecomputer/maghemite
9952026-06-15T03:30:08.432Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9962026-06-15T03:30:08.497Z Updating git repository `https://github.com/oxidecomputer/clickward`
9972026-06-15T03:30:08.765ZFrom https://github.com/oxidecomputer/clickward
9982026-06-15T03:30:08.766Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9992026-06-15T03:30:08.781Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10002026-06-15T03:30:09.035ZFrom https://github.com/oxidecomputer/illumos-devinfo
10012026-06-15T03:30:09.035Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10022026-06-15T03:30:10.462Z Downloading crates ...
10032026-06-15T03:30:10.545Z Downloaded atomicwrites v0.4.4
10042026-06-15T03:30:10.548Z Downloaded atomic-waker v1.1.2
10052026-06-15T03:30:10.551Z Downloaded async-stream-impl v0.3.6
10062026-06-15T03:30:10.554Z Downloaded async-recursion v1.1.1
10072026-06-15T03:30:10.557Z Downloaded async-trait v0.1.89
10082026-06-15T03:30:10.560Z Downloaded adler2 v2.0.1
10092026-06-15T03:30:10.575Z Downloaded heck v0.5.0
10102026-06-15T03:30:10.578Z Downloaded futures-task v0.3.32
10112026-06-15T03:30:10.582Z Downloaded aws-lc-rs v1.17.0
10122026-06-15T03:30:10.586Z Downloaded fs-err v3.3.0
10132026-06-15T03:30:10.589Z Downloaded ff v0.13.1
10142026-06-15T03:30:10.592Z Downloaded chacha20 v0.10.0
10152026-06-15T03:30:10.595Z Downloaded bs58 v0.5.1
10162026-06-15T03:30:10.598Z Downloaded block-buffer v0.10.4
10172026-06-15T03:30:10.598Z Downloaded base64ct v1.8.3
10182026-06-15T03:30:10.601Z Downloaded colorchoice v1.0.5
10192026-06-15T03:30:10.604Z Downloaded fxhash v0.2.1
10202026-06-15T03:30:10.607Z Downloaded darling_macro v0.21.3
10212026-06-15T03:30:10.608Z Downloaded compression-core v0.4.32
10222026-06-15T03:30:10.611Z Downloaded foreign-types v0.5.0
10232026-06-15T03:30:10.611Z Downloaded defmt-macros v1.1.0
10242026-06-15T03:30:10.614Z Downloaded defmt v1.1.0
10252026-06-15T03:30:10.618Z Downloaded futures v0.3.32
10262026-06-15T03:30:10.622Z Downloaded const-random v0.1.18
10272026-06-15T03:30:10.625Z Downloaded find-msvc-tools v0.1.9
10282026-06-15T03:30:10.628Z Downloaded either v1.16.0
10292026-06-15T03:30:10.631Z Downloaded heck v0.4.1
10302026-06-15T03:30:10.631Z Downloaded generic-array v0.14.7
10312026-06-15T03:30:10.634Z Downloaded float-ord v0.3.2
10322026-06-15T03:30:10.637Z Downloaded defmt-parser v1.0.0
10332026-06-15T03:30:10.637Z Downloaded embedded-io v0.4.0
10342026-06-15T03:30:10.640Z Downloaded base16ct v0.2.0
10352026-06-15T03:30:10.643Z Downloaded enum-as-inner v0.6.1
10362026-06-15T03:30:10.646Z Downloaded dunce v1.0.5
10372026-06-15T03:30:10.646Z Downloaded dropshot-api-manager-types v0.7.2
10382026-06-15T03:30:10.650Z Downloaded crypto-common v0.1.7
10392026-06-15T03:30:10.653Z Downloaded crypto-common v0.2.2
10402026-06-15T03:30:10.653Z Downloaded derive_more v0.99.20
10412026-06-15T03:30:10.656Z Downloaded dyn-clone v1.0.20
10422026-06-15T03:30:10.659Z Downloaded data-encoding v2.11.0
10432026-06-15T03:30:10.662Z Downloaded futures-macro v0.3.32
10442026-06-15T03:30:10.662Z Downloaded crunchy v0.2.4
10452026-06-15T03:30:10.665Z Downloaded futures-sink v0.3.32
10462026-06-15T03:30:10.668Z Downloaded const-random-macro v0.1.16
10472026-06-15T03:30:10.669Z Downloaded byteorder v1.5.0
10482026-06-15T03:30:10.707Z Downloaded base16ct v1.0.0
10492026-06-15T03:30:10.712Z Downloaded hostname v0.3.1
10502026-06-15T03:30:10.712Z Downloaded crucible-workspace-hack v0.1.0
10512026-06-15T03:30:10.712Z Downloaded crc8 v0.1.1
10522026-06-15T03:30:10.712Z Downloaded hostname v0.4.2
10532026-06-15T03:30:10.712Z Downloaded form_urlencoded v1.2.2
10542026-06-15T03:30:10.712Z Downloaded ciborium-ll v0.2.2
10552026-06-15T03:30:10.712Z Downloaded cpufeatures v0.3.0
10562026-06-15T03:30:10.712Z Downloaded globset v0.4.18
10572026-06-15T03:30:10.712Z Downloaded http-body v1.0.1
10582026-06-15T03:30:10.712Z Downloaded is-terminal v0.4.17
10592026-06-15T03:30:10.712Z Downloaded futures-core v0.3.32
10602026-06-15T03:30:10.712Z Downloaded internet-checksum v0.2.1
10612026-06-15T03:30:10.712Z Downloaded darling_macro v0.23.0
10622026-06-15T03:30:10.712Z Downloaded cpufeatures v0.2.17
10632026-06-15T03:30:10.712Z Downloaded darling v0.23.0
10642026-06-15T03:30:10.712Z Downloaded hubpack v0.1.2
10652026-06-15T03:30:10.712Z Downloaded bytecount v0.6.9
10662026-06-15T03:30:10.712Z Downloaded derive-where v1.6.1
10672026-06-15T03:30:10.715Z Downloaded hash32 v0.3.1
10682026-06-15T03:30:10.715Z Downloaded bcs v0.1.6
10692026-06-15T03:30:10.719Z Downloaded chacha20 v0.9.1
10702026-06-15T03:30:10.719Z Downloaded foreign-types-shared v0.3.1
10712026-06-15T03:30:10.722Z Downloaded fixedbitset v0.4.2
10722026-06-15T03:30:10.722Z Downloaded gethostname v0.5.0
10732026-06-15T03:30:10.725Z Downloaded hubpack_derive v0.1.1
10742026-06-15T03:30:10.725Z Downloaded errno v0.3.14
10752026-06-15T03:30:10.728Z Downloaded git-stub v1.0.0
10762026-06-15T03:30:10.731Z Downloaded dtrace-parser v0.2.0
10772026-06-15T03:30:10.731Z Downloaded keccak v0.1.6
10782026-06-15T03:30:10.735Z Downloaded ident_case v1.0.1
10792026-06-15T03:30:10.735Z Downloaded httpdate v1.0.3
10802026-06-15T03:30:10.738Z Downloaded cstr-argument v0.1.2
10812026-06-15T03:30:10.738Z Downloaded foldhash v0.1.5
10822026-06-15T03:30:10.741Z Downloaded futures-executor v0.3.32
10832026-06-15T03:30:10.741Z Downloaded instant v0.1.13
10842026-06-15T03:30:10.744Z Downloaded clap_lex v1.1.0
10852026-06-15T03:30:10.747Z Downloaded humantime v2.3.0
10862026-06-15T03:30:10.747Z Downloaded fixedbitset v0.5.7
10872026-06-15T03:30:10.751Z Downloaded fastrand v2.4.1
10882026-06-15T03:30:10.754Z Downloaded aead v0.5.2
10892026-06-15T03:30:10.754Z Downloaded daft-derive v0.1.7
10902026-06-15T03:30:10.758Z Downloaded elliptic-curve v0.13.8
10912026-06-15T03:30:10.761Z Downloaded curve25519-dalek-derive v0.1.1
10922026-06-15T03:30:10.764Z Downloaded foreign-types-macros v0.2.3
10932026-06-15T03:30:10.764Z Downloaded csv-core v0.1.13
10942026-06-15T03:30:10.768Z Downloaded byte-wrapper v0.1.0
10952026-06-15T03:30:10.772Z Downloaded idna_adapter v1.2.2
10962026-06-15T03:30:10.772Z Downloaded cfg_aliases v0.2.1
10972026-06-15T03:30:10.772Z Downloaded linked-hash-map v0.5.6
10982026-06-15T03:30:10.775Z Downloaded match_cfg v0.1.0
10992026-06-15T03:30:10.775Z Downloaded const_format_proc_macros v0.2.34
11002026-06-15T03:30:10.778Z Downloaded cobs v0.3.0
11012026-06-15T03:30:10.781Z Downloaded digest v0.11.3
11022026-06-15T03:30:10.781Z Downloaded digest v0.10.7
11032026-06-15T03:30:10.784Z Downloaded httparse v1.10.1
11042026-06-15T03:30:10.787Z Downloaded cookie v0.18.1
11052026-06-15T03:30:10.790Z Downloaded anstyle-parse v1.0.0
11062026-06-15T03:30:10.790Z Downloaded derive-ex v0.1.8
11072026-06-15T03:30:10.794Z Downloaded lru-cache v0.1.2
11082026-06-15T03:30:10.796Z Downloaded no-std-compat v0.4.1
11092026-06-15T03:30:10.796Z Downloaded newtype-uuid-macros v0.1.0
11102026-06-15T03:30:10.800Z Downloaded managed v0.8.0
11112026-06-15T03:30:10.800Z Downloaded libscf-sys v1.2.0
11122026-06-15T03:30:10.803Z Downloaded memmap v0.7.0
11132026-06-15T03:30:10.803Z Downloaded num v0.4.3
11142026-06-15T03:30:10.806Z Downloaded newline-converter v0.3.0
11152026-06-15T03:30:10.806Z Downloaded newtype_derive v0.1.6
11162026-06-15T03:30:10.809Z Downloaded natord v1.0.9
11172026-06-15T03:30:10.809Z Downloaded omicron-workspace-hack v0.1.0
11182026-06-15T03:30:10.812Z Downloaded ingot v0.1.1
11192026-06-15T03:30:10.812Z Downloaded displaydoc v0.2.6
11202026-06-15T03:30:10.815Z Downloaded num-iter v0.1.45
11212026-06-15T03:30:10.818Z Downloaded num-conv v0.2.2
11222026-06-15T03:30:10.818Z Downloaded drift v0.2.0
11232026-06-15T03:30:10.824Z Downloaded olpc-cjson v0.1.4
11242026-06-15T03:30:10.827Z Downloaded http-body-util v0.1.3
11252026-06-15T03:30:10.830Z Downloaded darling v0.21.3
11262026-06-15T03:30:10.833Z Downloaded openssl-probe v0.2.1
11272026-06-15T03:30:10.836Z Downloaded num_threads v0.1.7
11282026-06-15T03:30:10.836Z Downloaded num_enum_derive v0.5.11
11292026-06-15T03:30:10.839Z Downloaded lazy_static v1.5.0
11302026-06-15T03:30:10.839Z Downloaded linear-map v1.2.0
11312026-06-15T03:30:10.842Z Downloaded daft v0.1.7
11322026-06-15T03:30:10.842Z Downloaded crossbeam-deque v0.8.6
11332026-06-15T03:30:10.845Z Downloaded lock_api v0.4.14
11342026-06-15T03:30:10.848Z Downloaded openssl-macros v0.1.1
11352026-06-15T03:30:10.848Z Downloaded inout v0.1.4
11362026-06-15T03:30:10.852Z Downloaded crossbeam-epoch v0.9.18
11372026-06-15T03:30:10.853Z Downloaded console v0.15.11
11382026-06-15T03:30:10.855Z Downloaded hmac v0.12.1
11392026-06-15T03:30:10.856Z Downloaded cancel-safe-futures v0.1.5
11402026-06-15T03:30:10.859Z Downloaded lru-slab v0.1.2
11412026-06-15T03:30:10.862Z Downloaded opaque-debug v0.3.1
11422026-06-15T03:30:10.862Z Downloaded bitflags v2.12.1
11432026-06-15T03:30:10.865Z Downloaded jobserver v0.1.34
11442026-06-15T03:30:10.868Z Downloaded ipnet v2.12.0
11452026-06-15T03:30:10.871Z Downloaded cipher v0.4.4
11462026-06-15T03:30:10.871Z Downloaded ahash v0.8.12
11472026-06-15T03:30:10.874Z Downloaded indent_write v2.2.0
11482026-06-15T03:30:10.877Z Downloaded num-derive v0.4.2
11492026-06-15T03:30:10.877Z Downloaded num-complex v0.4.6
11502026-06-15T03:30:10.880Z Downloaded powerfmt v0.2.0
11512026-06-15T03:30:10.880Z Downloaded crossbeam-utils v0.8.21
11522026-06-15T03:30:10.883Z Downloaded iana-time-zone v0.1.65
11532026-06-15T03:30:10.886Z Downloaded potential_utf v0.1.5
11542026-06-15T03:30:10.886Z Downloaded plain v0.2.3
11552026-06-15T03:30:10.889Z Downloaded mime v0.3.17
11562026-06-15T03:30:10.889Z Downloaded num_enum v0.7.6
11572026-06-15T03:30:10.894Z Downloaded phf_shared v0.12.1
11582026-06-15T03:30:10.897Z Downloaded ipnetwork v0.21.1
11592026-06-15T03:30:10.897Z Downloaded ingot-types v0.1.2
11602026-06-15T03:30:10.900Z Downloaded hickory-resolver v0.25.2
11612026-06-15T03:30:10.903Z Downloaded libsw-core v0.3.2
11622026-06-15T03:30:10.903Z Downloaded proc-macro-error-attr v1.0.4
11632026-06-15T03:30:10.906Z Downloaded proc-macro-crate v1.3.1
11642026-06-15T03:30:10.906Z Downloaded progenitor-client v0.10.0
11652026-06-15T03:30:10.909Z Downloaded num-integer v0.1.46
11662026-06-15T03:30:10.910Z Downloaded progenitor-client v0.14.0
11672026-06-15T03:30:10.912Z Downloaded num-rational v0.4.2
11682026-06-15T03:30:10.913Z Downloaded camino v1.2.2
11692026-06-15T03:30:10.915Z Downloaded num_enum v0.5.11
11702026-06-15T03:30:10.919Z Downloaded pretty-hex v0.4.2
11712026-06-15T03:30:10.922Z Downloaded parking_lot_core v0.8.6
11722026-06-15T03:30:10.922Z Downloaded num_enum_derive v0.7.6
11732026-06-15T03:30:10.925Z Downloaded memoffset v0.9.1
11742026-06-15T03:30:10.925Z Downloaded futures-channel v0.3.32
11752026-06-15T03:30:10.928Z Downloaded litemap v0.8.2
11762026-06-15T03:30:10.931Z Downloaded half v2.7.1
11772026-06-15T03:30:10.934Z Downloaded arc-swap v1.9.1
11782026-06-15T03:30:10.937Z Downloaded parse-display v0.10.0
11792026-06-15T03:30:10.937Z Downloaded oxnet v0.1.6
11802026-06-15T03:30:10.940Z Downloaded oxide-tokio-rt v0.1.6
11812026-06-15T03:30:10.940Z Downloaded progenitor-macro v0.14.0
11822026-06-15T03:30:10.943Z Downloaded libsw v3.5.0
11832026-06-15T03:30:10.943Z Downloaded crossbeam-channel v0.5.15
11842026-06-15T03:30:10.946Z Downloaded progenitor-macro v0.10.0
11852026-06-15T03:30:10.950Z Downloaded percent-encoding v2.3.2
11862026-06-15T03:30:10.950Z Downloaded pem v3.0.6
11872026-06-15T03:30:10.953Z Downloaded quick-error v1.2.3
11882026-06-15T03:30:10.953Z Downloaded rand_chacha v0.3.1
11892026-06-15T03:30:10.956Z Downloaded proc-macro-crate v3.5.0
11902026-06-15T03:30:10.956Z Downloaded paste v1.0.15
11912026-06-15T03:30:10.960Z Downloaded progenitor-macro v0.13.0
11922026-06-15T03:30:10.960Z Downloaded allocator-api2 v0.2.21
11932026-06-15T03:30:10.963Z Downloaded ref-cast-impl v1.0.25
11942026-06-15T03:30:10.963Z Downloaded ref-cast v1.0.25
11952026-06-15T03:30:10.966Z Downloaded memmap2 v0.9.10
11962026-06-15T03:30:10.966Z Downloaded clap_derive v4.6.1
11972026-06-15T03:30:10.969Z Downloaded ppv-lite86 v0.2.21
11982026-06-15T03:30:10.973Z Downloaded pkg-config v0.3.33
11992026-06-15T03:30:10.973Z Downloaded multer v3.1.0
12002026-06-15T03:30:10.976Z Downloaded proc-macro-error-attr2 v2.0.0
12012026-06-15T03:30:10.976Z Downloaded parking_lot v0.11.2
12022026-06-15T03:30:10.979Z Downloaded owo-colors v4.3.0
12032026-06-15T03:30:10.979Z Downloaded progenitor-extras v0.2.0
12042026-06-15T03:30:10.982Z Downloaded once_cell v1.21.4
12052026-06-15T03:30:10.986Z Downloaded proc-macro-error v1.0.4
12062026-06-15T03:30:10.986Z Downloaded rustc_version v0.4.1
12072026-06-15T03:30:10.989Z Downloaded indexmap v1.9.3
12082026-06-15T03:30:10.989Z Downloaded rustc_version v0.1.7
12092026-06-15T03:30:10.992Z Downloaded heapless v0.8.0
12102026-06-15T03:30:10.996Z Downloaded darling_core v0.21.3
12112026-06-15T03:30:10.999Z Downloaded icu_locale_core v2.2.0
12122026-06-15T03:30:11.004Z Downloaded const_format v0.2.36
12132026-06-15T03:30:11.007Z Downloaded scroll_derive v0.13.1
12142026-06-15T03:30:11.007Z Downloaded scroll_derive v0.12.1
12152026-06-15T03:30:11.011Z Downloaded scopeguard v1.2.0
12162026-06-15T03:30:11.011Z Downloaded quote v1.0.45
12172026-06-15T03:30:11.014Z Downloaded pin-project-internal v1.1.13
12182026-06-15T03:30:11.015Z Downloaded rand_xorshift v0.4.0
12192026-06-15T03:30:11.018Z Downloaded poly1305 v0.8.0
12202026-06-15T03:30:11.018Z Downloaded rustc-hash v2.1.2
12212026-06-15T03:30:11.021Z Downloaded rand_chacha v0.9.0
12222026-06-15T03:30:11.021Z Downloaded pest_generator v2.8.6
12232026-06-15T03:30:11.025Z Downloaded const-oid v0.10.2
12242026-06-15T03:30:11.025Z Downloaded base64 v0.22.1
12252026-06-15T03:30:11.028Z Downloaded rand_core v0.9.5
12262026-06-15T03:30:11.028Z Downloaded rand_core v0.10.1
12272026-06-15T03:30:11.031Z Downloaded progenitor v0.10.0
12282026-06-15T03:30:11.031Z Downloaded icu_provider v2.2.0
12292026-06-15T03:30:11.035Z Downloaded semver v0.1.20
12302026-06-15T03:30:11.035Z Downloaded resolv-conf v0.7.6
12312026-06-15T03:30:11.038Z Downloaded getrandom v0.3.4
12322026-06-15T03:30:11.038Z Downloaded chrono v0.4.45
12332026-06-15T03:30:11.044Z Downloaded backon v1.6.0
12342026-06-15T03:30:11.048Z Downloaded pest_derive v2.8.6
12352026-06-15T03:30:11.048Z Downloaded same-file v1.0.6
12362026-06-15T03:30:11.053Z Downloaded serde_repr v0.1.20
12372026-06-15T03:30:11.053Z Downloaded sigpipe v0.1.3
12382026-06-15T03:30:11.053Z Downloaded serde_spanned v0.6.9
12392026-06-15T03:30:11.053Z Downloaded icu_normalizer_data v2.2.0
12402026-06-15T03:30:11.056Z Downloaded progenitor-client v0.13.0
12412026-06-15T03:30:11.056Z Downloaded phf v0.12.1
12422026-06-15T03:30:11.056Z Downloaded papergrid v0.18.0
12432026-06-15T03:30:11.061Z Downloaded rustversion v1.0.22
12442026-06-15T03:30:11.064Z Downloaded progenitor v0.14.0
12452026-06-15T03:30:11.064Z Downloaded proc-macro-error2 v2.0.1
12462026-06-15T03:30:11.067Z Downloaded icu_normalizer v2.2.0
12472026-06-15T03:30:11.068Z Downloaded newtype-uuid v1.3.2
12482026-06-15T03:30:11.071Z Downloaded hickory-resolver v0.24.4
12492026-06-15T03:30:11.074Z Downloaded serde_spanned v1.1.1
12502026-06-15T03:30:11.074Z Downloaded slog-envlogger v2.2.0
12512026-06-15T03:30:11.074Z Downloaded parking_lot v0.12.5
12522026-06-15T03:30:11.077Z Downloaded rand_core v0.6.4
12532026-06-15T03:30:11.078Z Downloaded log v0.4.32
12542026-06-15T03:30:11.081Z Downloaded secrecy v0.10.3
12552026-06-15T03:30:11.087Z Downloaded sha1 v0.11.0
12562026-06-15T03:30:11.087Z Downloaded bytes v1.11.1
12572026-06-15T03:30:11.090Z Downloaded sha1 v0.10.6
12582026-06-15T03:30:11.090Z Downloaded stable_deref_trait v1.2.1
12592026-06-15T03:30:11.090Z Downloaded scroll v0.13.0
12602026-06-15T03:30:11.090Z Downloaded hashbrown v0.12.3
12612026-06-15T03:30:11.094Z Downloaded serde_urlencoded v0.7.1
12622026-06-15T03:30:11.094Z Downloaded postcard v1.1.3
12632026-06-15T03:30:11.097Z Downloaded serde_path_to_error v0.1.20
12642026-06-15T03:30:11.097Z Downloaded quinn-udp v0.5.14
12652026-06-15T03:30:11.100Z Downloaded miniz_oxide v0.8.9
12662026-06-15T03:30:11.100Z Downloaded num-traits v0.2.19
12672026-06-15T03:30:11.104Z Downloaded spin v0.5.2
12682026-06-15T03:30:11.104Z Downloaded siphasher v1.0.3
12692026-06-15T03:30:11.104Z Downloaded pin-project-lite v0.2.17
12702026-06-15T03:30:11.107Z Downloaded indexmap v2.14.0
12712026-06-15T03:30:11.111Z Downloaded slog-bunyan v2.5.0
12722026-06-15T03:30:11.114Z Downloaded async-compression v0.4.42
12732026-06-15T03:30:11.117Z Downloaded strum v0.27.2
12742026-06-15T03:30:11.117Z Downloaded progenitor-impl v0.13.0
12752026-06-15T03:30:11.121Z Downloaded rustls-pemfile v2.2.0
12762026-06-15T03:30:11.121Z Downloaded openssl-sys v0.9.116
12772026-06-15T03:30:11.124Z Downloaded strsim v0.11.1
12782026-06-15T03:30:11.124Z Downloaded smawk v0.3.2
12792026-06-15T03:30:11.128Z Downloaded simd-adler32 v0.3.9
12802026-06-15T03:30:11.128Z Downloaded shlex v2.0.1
12812026-06-15T03:30:11.128Z Downloaded http v1.4.1
12822026-06-15T03:30:11.132Z Downloaded supports-color v3.0.2
12832026-06-15T03:30:11.132Z Downloaded tabled_derive v0.7.0
12842026-06-15T03:30:11.132Z Downloaded swrite v0.1.0
12852026-06-15T03:30:11.135Z Downloaded subtle v2.6.1
12862026-06-15T03:30:11.135Z Downloaded rusty-fork v0.3.1
12872026-06-15T03:30:11.135Z Downloaded flate2 v1.1.9
12882026-06-15T03:30:11.138Z Downloaded dropshot_endpoint v0.17.1
12892026-06-15T03:30:11.141Z Downloaded scroll v0.12.0
12902026-06-15T03:30:11.141Z Downloaded strum v0.26.3
12912026-06-15T03:30:11.145Z Downloaded structmeta-derive v0.3.0
12922026-06-15T03:30:11.145Z Downloaded structmeta v0.3.0
12932026-06-15T03:30:11.145Z Downloaded slab v0.4.12
12942026-06-15T03:30:11.145Z Downloaded take_mut v0.2.2
12952026-06-15T03:30:11.149Z Downloaded tagptr v0.2.0
12962026-06-15T03:30:11.149Z Downloaded tabwriter v1.4.1
12972026-06-15T03:30:11.149Z Downloaded termtree v0.5.1
12982026-06-15T03:30:11.149Z Downloaded minimal-lexical v0.2.1
12992026-06-15T03:30:11.152Z Downloaded sync_wrapper v1.0.2
13002026-06-15T03:30:11.155Z Downloaded serde_plain v1.0.2
13012026-06-15T03:30:11.155Z Downloaded parking_lot_core v0.9.12
13022026-06-15T03:30:11.155Z Downloaded slog-json v2.6.1
13032026-06-15T03:30:11.158Z Downloaded icu_properties v2.2.0
13042026-06-15T03:30:11.158Z Downloaded semver v1.0.28
13052026-06-15T03:30:11.162Z Downloaded snafu-derive v0.8.9
13062026-06-15T03:30:11.162Z Downloaded progenitor v0.13.0
13072026-06-15T03:30:11.165Z Downloaded slog-term v2.9.2
13082026-06-15T03:30:11.165Z Downloaded chacha20poly1305 v0.10.1
13092026-06-15T03:30:11.170Z Downloaded base64 v0.21.7
13102026-06-15T03:30:11.170Z Downloaded serde-big-array v0.5.1
13112026-06-15T03:30:11.173Z Downloaded progenitor-impl v0.10.0
13122026-06-15T03:30:11.173Z Downloaded jiff-static v0.2.28
13132026-06-15T03:30:11.173Z Downloaded tabled_derive v0.11.0
13142026-06-15T03:30:11.176Z Downloaded serde_tokenstream v0.2.3
13152026-06-15T03:30:11.176Z Downloaded testing_table v0.3.0
13162026-06-15T03:30:11.176Z Downloaded hashbrown v0.17.1
13172026-06-15T03:30:11.180Z Downloaded serde_derive_internals v0.29.1
13182026-06-15T03:30:11.183Z Downloaded rustls-native-certs v0.8.4
13192026-06-15T03:30:11.183Z Downloaded signal-hook-registry v1.4.8
13202026-06-15T03:30:11.183Z Downloaded konst v0.2.20
13212026-06-15T03:30:11.600Z Downloaded sha2 v0.10.9
13222026-06-15T03:30:11.600Z Downloaded ryu v1.0.23
13232026-06-15T03:30:11.607Z Downloaded cc v1.2.63
13242026-06-15T03:30:11.607Z Downloaded thread-id v5.1.0
13252026-06-15T03:30:11.607Z Downloaded thread-id v4.2.2
13262026-06-15T03:30:11.607Z Downloaded indicatif v0.18.4
13272026-06-15T03:30:11.607Z Downloaded terminal_size v0.4.4
13282026-06-15T03:30:11.607Z Downloaded expectorate v1.2.0
13292026-06-15T03:30:11.607Z Downloaded password-hash v0.5.0
13302026-06-15T03:30:11.607Z Downloaded parse-display-derive v0.10.0
13312026-06-15T03:30:11.607Z Downloaded slog-async v2.8.0
13322026-06-15T03:30:11.607Z Downloaded hybrid-array v0.4.12
13332026-06-15T03:30:11.607Z Downloaded itoa v1.0.18
13342026-06-15T03:30:11.607Z Downloaded strum_macros v0.27.2
13352026-06-15T03:30:11.607Z Downloaded rustls-pki-types v1.14.1
13362026-06-15T03:30:11.608Z Downloaded schemars_derive v0.8.22
13372026-06-15T03:30:11.608Z Downloaded ingot-macros v0.1.1
13382026-06-15T03:30:11.608Z Downloaded critical-section v1.2.0
13392026-06-15T03:30:11.608Z Downloaded anstream v1.0.0
13402026-06-15T03:30:11.608Z Downloaded thiserror-impl-no-std v2.0.2
13412026-06-15T03:30:11.608Z Downloaded macaddr v1.0.1
13422026-06-15T03:30:11.608Z Downloaded tinyvec_macros v0.1.1
13432026-06-15T03:30:11.608Z Downloaded hyper-rustls v0.27.9
13442026-06-15T03:30:11.608Z Downloaded getrandom v0.4.2
13452026-06-15T03:30:11.609Z Downloaded toml_datetime v0.6.11
13462026-06-15T03:30:11.609Z Downloaded dropshot-api-manager v0.7.2
13472026-06-15T03:30:11.609Z Downloaded argon2 v0.5.3
13482026-06-15T03:30:11.609Z Downloaded smf v0.2.3
13492026-06-15T03:30:11.609Z Downloaded slog-stdlog v4.1.1
13502026-06-15T03:30:11.609Z Downloaded schemars v0.8.22
13512026-06-15T03:30:11.609Z Downloaded tower-service v0.3.3
13522026-06-15T03:30:11.609Z Downloaded tower-layer v0.3.3
13532026-06-15T03:30:11.609Z Downloaded smartstring v1.0.1
13542026-06-15T03:30:11.609Z Downloaded strum_macros v0.26.4
13552026-06-15T03:30:11.609Z Downloaded static_assertions v1.1.0
13562026-06-15T03:30:11.609Z Downloaded smallvec v1.15.1
13572026-06-15T03:30:11.609Z Downloaded slog-dtrace v0.3.0
13582026-06-15T03:30:11.609Z Downloaded time-core v0.1.8
13592026-06-15T03:30:11.609Z Downloaded thread_local v1.1.9
13602026-06-15T03:30:11.609Z Downloaded thiserror-impl v1.0.69
13612026-06-15T03:30:11.609Z Downloaded typify-macro v0.4.3
13622026-06-15T03:30:11.609Z Downloaded try-lock v0.2.5
13632026-06-15T03:30:11.609Z Downloaded thiserror v1.0.69
13642026-06-15T03:30:11.609Z Downloaded hashbrown v0.15.5
13652026-06-15T03:30:11.609Z Downloaded unicode-xid v0.2.6
13662026-06-15T03:30:11.609Z Downloaded unarray v0.1.4
13672026-06-15T03:30:11.609Z Downloaded synstructure v0.13.2
13682026-06-15T03:30:11.609Z Downloaded icu_collections v2.2.0
13692026-06-15T03:30:11.609Z Downloaded slog-scope v4.4.1
13702026-06-15T03:30:11.609Z Downloaded rustls-platform-verifier v0.7.0
13712026-06-15T03:30:11.609Z Downloaded rhai_codegen v3.2.0
13722026-06-15T03:30:11.610Z Downloaded tokio-macros v2.7.0
13732026-06-15T03:30:11.610Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13742026-06-15T03:30:11.610Z Downloaded tokio-dtrace v0.1.1
13752026-06-15T03:30:11.610Z Downloaded thiserror-impl v2.0.18
13762026-06-15T03:30:11.610Z Downloaded spin v0.9.8
13772026-06-15T03:30:11.610Z Downloaded crypto-bigint v0.5.5
13782026-06-15T03:30:11.610Z Downloaded untrusted v0.9.0
13792026-06-15T03:30:11.610Z Downloaded serde_with_macros v3.20.0
13802026-06-15T03:30:11.610Z Downloaded usdt-attr-macro v0.5.0
13812026-06-15T03:30:11.610Z Downloaded proc-macro2 v1.0.106
13822026-06-15T03:30:11.610Z Downloaded usdt v0.6.0
13832026-06-15T03:30:11.610Z Downloaded hashbrown v0.16.1
13842026-06-15T03:30:11.610Z Downloaded slog v2.8.2
13852026-06-15T03:30:11.610Z Downloaded rand v0.8.6
13862026-06-15T03:30:11.610Z Downloaded hyper-util v0.1.20
13872026-06-15T03:30:11.610Z Downloaded toml_write v0.1.2
13882026-06-15T03:30:11.610Z Downloaded usdt-attr-macro v0.6.0
13892026-06-15T03:30:11.610Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13902026-06-15T03:30:11.610Z Downloaded console v0.16.3
13912026-06-15T03:30:11.610Z Downloaded ciborium v0.2.2
13922026-06-15T03:30:11.610Z Downloaded unicode-linebreak v0.1.5
13932026-06-15T03:30:11.610Z Downloaded typify-macro v0.6.2
13942026-06-15T03:30:11.610Z Downloaded untrusted v0.7.1
13952026-06-15T03:30:11.611Z Downloaded socket2 v0.6.4
13962026-06-15T03:30:11.611Z Downloaded universal-hash v0.5.1
13972026-06-15T03:30:11.611Z Downloaded anyhow v1.0.102
13982026-06-15T03:30:11.611Z Downloaded utf8_iter v1.0.4
13992026-06-15T03:30:11.611Z Downloaded waitgroup v0.1.2
14002026-06-15T03:30:11.611Z Downloaded utf8parse v0.2.2
14012026-06-15T03:30:11.611Z Downloaded prettyplease v0.2.37
14022026-06-15T03:30:11.611Z Downloaded thiserror-no-std v2.0.2
14032026-06-15T03:30:11.612Z Downloaded thiserror v2.0.18
14042026-06-15T03:30:11.612Z Downloaded tinystr v0.8.3
14052026-06-15T03:30:11.612Z Downloaded time-macros v0.2.27
14062026-06-15T03:30:11.612Z Downloaded tiny-keccak v2.0.2
14072026-06-15T03:30:11.612Z Downloaded thin-vec v0.2.18
14082026-06-15T03:30:11.612Z Downloaded term v1.2.1
14092026-06-15T03:30:11.612Z Downloaded serde_derive v1.0.228
14102026-06-15T03:30:11.612Z Downloaded usdt-macro v0.5.0
14112026-06-15T03:30:11.612Z Downloaded usdt-macro v0.6.0
14122026-06-15T03:30:11.612Z Downloaded usdt v0.5.0
14132026-06-15T03:30:11.612Z Downloaded pin-project v1.1.13
14142026-06-15T03:30:11.612Z Downloaded idna v1.1.0
14152026-06-15T03:30:11.612Z Downloaded schemars v0.9.0
14162026-06-15T03:30:11.612Z Downloaded tokio-tungstenite v0.21.0
14172026-06-15T03:30:11.612Z Downloaded tokio-rustls v0.26.4
14182026-06-15T03:30:11.612Z Downloaded zerofrom v0.1.8
14192026-06-15T03:30:11.612Z Downloaded deranged v0.5.8
14202026-06-15T03:30:11.612Z Downloaded toml_writer v1.1.1+spec-1.1.0
14212026-06-15T03:30:11.612Z Downloaded version_check v0.9.5
14222026-06-15T03:30:11.612Z Downloaded utf-8 v0.7.6
14232026-06-15T03:30:11.620Z Downloaded qorb v0.4.1
14242026-06-15T03:30:11.620Z Downloaded memchr v2.8.1
14252026-06-15T03:30:11.620Z Downloaded papergrid v0.11.0
14262026-06-15T03:30:11.620Z Downloaded serde_core v1.0.228
14272026-06-15T03:30:11.620Z Downloaded bitflags v1.3.2
14282026-06-15T03:30:11.620Z Downloaded is_terminal_polyfill v1.70.2
14292026-06-15T03:30:11.620Z Downloaded is_ci v1.2.0
14302026-06-15T03:30:11.620Z Downloaded group v0.13.0
14312026-06-15T03:30:11.620Z Downloaded fs_extra v1.3.0
14322026-06-15T03:30:11.620Z Downloaded zeroize_derive v1.4.3
14332026-06-15T03:30:11.620Z Downloaded zerofrom-derive v0.1.7
14342026-06-15T03:30:11.620Z Downloaded erased-serde v0.3.31
14352026-06-15T03:30:11.620Z Downloaded test-strategy v0.4.5
14362026-06-15T03:30:11.620Z Downloaded rand v0.9.4
14372026-06-15T03:30:11.620Z Downloaded konst_macro_rules v0.2.19
14382026-06-15T03:30:11.620Z Downloaded backoff v0.4.0
14392026-06-15T03:30:11.620Z Downloaded want v0.3.1
14402026-06-15T03:30:11.621Z Downloaded anstyle v1.0.14
14412026-06-15T03:30:11.621Z Downloaded dof v0.4.0
14422026-06-15T03:30:11.621Z Downloaded wait-timeout v0.2.1
14432026-06-15T03:30:11.621Z Downloaded usdt-impl v0.5.0
14442026-06-15T03:30:11.621Z Downloaded highway v1.3.0
14452026-06-15T03:30:11.621Z Downloaded zone v0.3.1
14462026-06-15T03:30:11.621Z Downloaded glob v0.3.3
14472026-06-15T03:30:11.621Z Downloaded git-stub-vcs v0.1.0
14482026-06-15T03:30:11.621Z Downloaded zone_cfg_derive v0.3.1
14492026-06-15T03:30:11.621Z Downloaded getrandom v0.2.17
14502026-06-15T03:30:11.621Z Downloaded textwrap v0.16.2
14512026-06-15T03:30:11.621Z Downloaded convert_case v0.4.0
14522026-06-15T03:30:11.621Z Downloaded typeid v1.0.3
14532026-06-15T03:30:11.621Z Downloaded hex v0.4.3
14542026-06-15T03:30:11.621Z Downloaded futures-io v0.3.32
14552026-06-15T03:30:11.621Z Downloaded vsss-rs v3.3.4
14562026-06-15T03:30:11.621Z Downloaded foreign-types v0.3.2
14572026-06-15T03:30:11.621Z Downloaded embedded-io v0.6.1
14582026-06-15T03:30:11.621Z Downloaded anstyle-query v1.1.5
14592026-06-15T03:30:11.621Z Downloaded dtrace-parser v0.3.0
14602026-06-15T03:30:11.621Z Downloaded async-stream v0.3.6
14612026-06-15T03:30:11.621Z Downloaded foldhash v0.2.0
14622026-06-15T03:30:11.621Z Downloaded fnv v1.0.7
14632026-06-15T03:30:11.621Z Downloaded ciborium-io v0.2.2
14642026-06-15T03:30:11.622Z Downloaded cfg-if v1.0.4
14652026-06-15T03:30:11.622Z Downloaded block-buffer v0.12.0
14662026-06-15T03:30:11.622Z Downloaded foreign-types-shared v0.1.1
14672026-06-15T03:30:11.622Z Downloaded crc32fast v1.5.0
14682026-06-15T03:30:11.622Z Downloaded unit-prefix v0.5.2
14692026-06-15T03:30:11.622Z Downloaded cmake v0.1.58
14702026-06-15T03:30:11.622Z Downloaded camino-tempfile v1.4.1
14712026-06-15T03:30:11.622Z Downloaded dof v0.3.0
14722026-06-15T03:30:11.622Z Downloaded yoke-derive v0.8.2
14732026-06-15T03:30:11.622Z Downloaded defmt v0.3.100
14742026-06-15T03:30:11.622Z Downloaded debug-ignore v1.0.5
14752026-06-15T03:30:11.622Z Downloaded tokio-stream v0.1.18
14762026-06-15T03:30:11.622Z Downloaded tinyvec v1.11.0
14772026-06-15T03:30:11.623Z Downloaded clap v4.6.1
14782026-06-15T03:30:11.623Z Downloaded zeroize v1.8.2
14792026-06-15T03:30:11.623Z Downloaded autocfg v1.5.1
14802026-06-15T03:30:11.623Z Downloaded cargo_toml v0.22.3
14812026-06-15T03:30:11.623Z Downloaded equivalent v1.0.2
14822026-06-15T03:30:11.623Z Downloaded darling_core v0.23.0
14832026-06-15T03:30:11.623Z Downloaded snafu v0.8.9
14842026-06-15T03:30:11.623Z Downloaded rand v0.10.1
14852026-06-15T03:30:11.623Z Downloaded progenitor-impl v0.14.0
14862026-06-15T03:30:11.623Z Downloaded quinn v0.11.9
14872026-06-15T03:30:11.623Z Downloaded compression-codecs v0.4.38
14882026-06-15T03:30:11.623Z Downloaded zerovec-derive v0.11.3
14892026-06-15T03:30:11.623Z Downloaded nom v8.0.0
14902026-06-15T03:30:11.623Z Downloaded usdt-impl v0.6.0
14912026-06-15T03:30:11.623Z Downloaded serde v1.0.228
14922026-06-15T03:30:11.623Z Downloaded toml_parser v1.1.2+spec-1.1.0
14932026-06-15T03:30:11.623Z Downloaded zmij v1.0.21
14942026-06-15T03:30:11.623Z Downloaded whoami v1.6.1
14952026-06-15T03:30:11.623Z Downloaded tracing-attributes v0.1.31
14962026-06-15T03:30:11.623Z Downloaded tracing-core v0.1.36
14972026-06-15T03:30:11.623Z Downloaded itertools v0.14.0
14982026-06-15T03:30:11.624Z Downloaded tungstenite v0.21.0
14992026-06-15T03:30:11.624Z Downloaded rayon-core v1.13.0
15002026-06-15T03:30:11.624Z Downloaded serde_yaml v0.9.34+deprecated
15012026-06-15T03:30:11.624Z Downloaded hkdf v0.12.4
15022026-06-15T03:30:11.624Z Downloaded mio v1.2.1
15032026-06-15T03:30:11.624Z Downloaded walkdir v2.5.0
15042026-06-15T03:30:11.624Z Downloaded typify v0.6.2
15052026-06-15T03:30:11.624Z Downloaded writeable v0.6.3
15062026-06-15T03:30:11.624Z Downloaded pest_meta v2.8.6
15072026-06-15T03:30:11.624Z Downloaded colored v3.1.1
15082026-06-15T03:30:11.624Z Downloaded h2 v0.4.14
15092026-06-15T03:30:11.624Z Downloaded toml_edit v0.25.12+spec-1.1.0
15102026-06-15T03:30:11.624Z Downloaded blake2 v0.10.6
15112026-06-15T03:30:11.624Z Downloaded toml_edit v0.22.27
15122026-06-15T03:30:11.624Z Downloaded bit-vec v0.8.0
15132026-06-15T03:30:11.624Z Downloaded ucd-trie v0.1.7
15142026-06-15T03:30:11.624Z Downloaded bit-set v0.8.0
15152026-06-15T03:30:11.624Z Downloaded xz2 v0.1.7
15162026-06-15T03:30:11.624Z Downloaded similar v2.7.0
15172026-06-15T03:30:11.624Z Downloaded goblin v0.8.2
15182026-06-15T03:30:11.624Z Downloaded toml v0.8.23
15192026-06-15T03:30:11.624Z Downloaded rustls-webpki v0.103.13
15202026-06-15T03:30:11.624Z Downloaded toml v0.9.12+spec-1.1.0
15212026-06-15T03:30:11.624Z Downloaded futures-util v0.3.32
15222026-06-15T03:30:11.624Z Downloaded yoke v0.8.3
15232026-06-15T03:30:11.629Z Downloaded uuid v1.23.2
15242026-06-15T03:30:11.629Z Downloaded itertools v0.12.1
15252026-06-15T03:30:11.630Z Downloaded zerocopy-derive v0.7.35
15262026-06-15T03:30:11.630Z Downloaded hyper v1.10.1
15272026-06-15T03:30:11.630Z Downloaded unicode-ident v1.0.24
15282026-06-15T03:30:11.630Z Downloaded typify v0.4.3
15292026-06-15T03:30:11.630Z Downloaded toml_edit v0.19.15
15302026-06-15T03:30:11.630Z Downloaded tower v0.5.3
15312026-06-15T03:30:11.630Z Downloaded unsafe-libyaml v0.2.11
15322026-06-15T03:30:11.630Z Downloaded toml v1.1.2+spec-1.1.0
15332026-06-15T03:30:11.630Z Downloaded schemars v1.2.1
15342026-06-15T03:30:11.630Z Downloaded unicode-segmentation v1.13.3
15352026-06-15T03:30:11.630Z Downloaded reqwest v0.13.4
15362026-06-15T03:30:11.630Z Downloaded regex v1.12.3
15372026-06-15T03:30:11.630Z Downloaded reqwest v0.12.28
15382026-06-15T03:30:11.630Z Downloaded pest v2.8.6
15392026-06-15T03:30:11.630Z Downloaded tempfile v3.27.0
15402026-06-15T03:30:11.630Z Downloaded typed-path v0.9.3
15412026-06-15T03:30:11.630Z Downloaded clap_builder v4.6.0
15422026-06-15T03:30:11.630Z Downloaded nom v7.1.3
15432026-06-15T03:30:11.630Z Downloaded steno v0.4.1
15442026-06-15T03:30:11.630Z Downloaded zerotrie v0.2.4
15452026-06-15T03:30:11.630Z Downloaded tokio-util v0.7.18
15462026-06-15T03:30:11.630Z Downloaded unicode-normalization v0.1.25
15472026-06-15T03:30:11.634Z Downloaded icu_properties_data v2.2.0
15482026-06-15T03:30:11.642Z Downloaded url v2.5.8
15492026-06-15T03:30:11.646Z Downloaded libm v0.2.16
15502026-06-15T03:30:11.654Z Downloaded proptest v1.11.0
15512026-06-15T03:30:11.663Z Downloaded zerovec v0.11.6
15522026-06-15T03:30:11.672Z Downloaded goblin v0.10.7
15532026-06-15T03:30:11.676Z Downloaded moka v0.12.15
15542026-06-15T03:30:11.681Z Downloaded ron v0.12.1
15552026-06-15T03:30:11.686Z Downloaded iddqd v0.4.2
15562026-06-15T03:30:11.692Z Downloaded zerocopy-derive v0.8.50
15572026-06-15T03:30:11.696Z Downloaded aho-corasick v1.1.4
15582026-06-15T03:30:11.704Z Downloaded zerocopy v0.7.35
15592026-06-15T03:30:11.712Z Downloaded typenum v1.20.1
15602026-06-15T03:30:11.716Z Downloaded quinn-proto v0.11.14
15612026-06-15T03:30:11.728Z Downloaded tabled v0.15.0
15622026-06-15T03:30:11.749Z Downloaded serde_json v1.0.150
15632026-06-15T03:30:11.758Z Downloaded portable-atomic v1.13.1
15642026-06-15T03:30:11.775Z Downloaded time v0.3.47
15652026-06-15T03:30:11.781Z Downloaded webpki-roots v1.0.7
15662026-06-15T03:30:11.785Z Downloaded tabled v0.21.0
15672026-06-15T03:30:11.793Z Downloaded rayon v1.12.0
15682026-06-15T03:30:11.797Z Downloaded nix v0.31.3
15692026-06-15T03:30:11.804Z Downloaded tough v0.22.0
15702026-06-15T03:30:11.815Z Downloaded hickory-proto v0.24.4
15712026-06-15T03:30:11.823Z Downloaded unicode-width v0.2.2
15722026-06-15T03:30:11.826Z Downloaded dropshot v0.17.1
15732026-06-15T03:30:11.838Z Downloaded rhai v1.25.1
15742026-06-15T03:30:11.845Z Downloaded openapiv3 v2.2.0
15752026-06-15T03:30:11.850Z Downloaded unicode-width v0.1.14
15762026-06-15T03:30:11.854Z Downloaded tower-http v0.6.11
15772026-06-15T03:30:11.858Z Downloaded serde_with v3.20.0
15782026-06-15T03:30:11.865Z Downloaded winnow v0.5.40
15792026-06-15T03:30:11.869Z Downloaded rustix v1.1.4
15802026-06-15T03:30:11.882Z Downloaded hickory-proto v0.25.2
15812026-06-15T03:30:11.920Z Downloaded typify-impl v0.6.2
15822026-06-15T03:30:11.927Z Downloaded typify-impl v0.4.3
15832026-06-15T03:30:11.935Z Downloaded winnow v0.7.15
15842026-06-15T03:30:11.940Z Downloaded tracing v0.1.44
15852026-06-15T03:30:11.950Z Downloaded curve25519-dalek v4.1.3
15862026-06-15T03:30:11.954Z Downloaded winnow v1.0.3
15872026-06-15T03:30:11.965Z Downloaded petgraph v0.6.5
15882026-06-15T03:30:11.974Z Downloaded lzma-sys v0.1.20
15892026-06-15T03:30:11.990Z Downloaded syn v1.0.109
15902026-06-15T03:30:11.995Z Downloaded bstr v1.12.1
15912026-06-15T03:30:12.000Z Downloaded libc v0.2.186
15922026-06-15T03:30:12.029Z Downloaded vcpkg v0.2.15
15932026-06-15T03:30:12.050Z Downloaded openssl v0.10.80
15942026-06-15T03:30:12.063Z Downloaded encoding_rs v0.8.35
15952026-06-15T03:30:12.078Z Downloaded syn v2.0.117
15962026-06-15T03:30:12.096Z Downloaded smoltcp v0.11.0
15972026-06-15T03:30:12.105Z Downloaded zerocopy v0.8.50
15982026-06-15T03:30:12.125Z Downloaded regress v0.10.5
15992026-06-15T03:30:12.132Z Downloaded regex-syntax v0.8.10
16002026-06-15T03:30:12.138Z Downloaded regress v0.11.1
16012026-06-15T03:30:12.143Z Downloaded rustix v0.38.44
16022026-06-15T03:30:12.155Z Downloaded rustls v0.23.40
16032026-06-15T03:30:12.230Z Downloaded sled v0.34.7
16042026-06-15T03:30:12.328Z Downloaded regex-automata v0.4.14
16052026-06-15T03:30:12.397Z Downloaded chrono-tz v0.10.4
16062026-06-15T03:30:12.407Z Downloaded jiff v0.2.28
16072026-06-15T03:30:12.426Z Downloaded petgraph v0.8.3
16082026-06-15T03:30:12.447Z Downloaded csv v1.4.0
16092026-06-15T03:30:12.463Z Downloaded sha3 v0.10.9
16102026-06-15T03:30:12.474Z Downloaded tokio v1.52.3
16112026-06-15T03:30:12.571Z Downloaded ring v0.17.14
16122026-06-15T03:30:13.241Z Downloaded aws-lc-sys v0.41.0
16132026-06-15T03:30:13.593Z Compiling proc-macro2 v1.0.106
16142026-06-15T03:30:13.593Z Compiling quote v1.0.45
16152026-06-15T03:30:13.594Z Compiling unicode-ident v1.0.24
16162026-06-15T03:30:13.594Z Compiling serde_core v1.0.228
16172026-06-15T03:30:13.594Z Compiling serde v1.0.228
16182026-06-15T03:30:13.594Z Compiling libc v0.2.186
16192026-06-15T03:30:13.598Z Compiling cfg-if v1.0.4
16202026-06-15T03:30:13.901Z Compiling zmij v1.0.21
16212026-06-15T03:30:13.919Z Compiling autocfg v1.5.1
16222026-06-15T03:30:14.284Z Compiling memchr v2.8.1
16232026-06-15T03:30:14.287Z Compiling libm v0.2.16
16242026-06-15T03:30:14.671Z Compiling itoa v1.0.18
16252026-06-15T03:30:14.704Z Compiling icu_normalizer_data v2.2.0
16262026-06-15T03:30:14.946Z Compiling icu_properties_data v2.2.0
16272026-06-15T03:30:14.963Z Compiling version_check v0.9.5
16282026-06-15T03:30:14.982Z Compiling stable_deref_trait v1.2.1
16292026-06-15T03:30:15.061Z Compiling serde_json v1.0.150
16302026-06-15T03:30:15.089Z Compiling syn v2.0.117
16312026-06-15T03:30:15.187Z Compiling writeable v0.6.3
16322026-06-15T03:30:15.227Z Compiling litemap v0.8.2
16332026-06-15T03:30:15.375Z Compiling num-traits v0.2.19
16342026-06-15T03:30:15.421Z Compiling parking_lot_core v0.9.12
16352026-06-15T03:30:15.438Z Compiling utf8_iter v1.0.4
16362026-06-15T03:30:15.482Z Compiling thiserror v2.0.18
16372026-06-15T03:30:15.667Z Compiling percent-encoding v2.3.2
16382026-06-15T03:30:15.831Z Compiling form_urlencoded v1.2.2
16392026-06-15T03:30:15.918Z Compiling rand_core v0.10.1
16402026-06-15T03:30:15.936Z Compiling getrandom v0.4.2
16412026-06-15T03:30:15.970Z Compiling zerocopy v0.8.50
16422026-06-15T03:30:16.135Z Compiling errno v0.3.14
16432026-06-15T03:30:16.208Z Compiling iana-time-zone v0.1.65
16442026-06-15T03:30:16.551Z Compiling uuid v1.23.2
16452026-06-15T03:30:16.567Z Compiling heck v0.5.0
16462026-06-15T03:30:16.652Z Compiling jobserver v0.1.34
16472026-06-15T03:30:16.769Z Compiling find-msvc-tools v0.1.9
16482026-06-15T03:30:16.987Z Compiling shlex v2.0.1
16492026-06-15T03:30:17.011Z Compiling semver v1.0.28
16502026-06-15T03:30:17.175Z Compiling cc v1.2.63
16512026-06-15T03:30:17.192Z Compiling rustversion v1.0.22
16522026-06-15T03:30:17.208Z Compiling schemars v0.8.22
16532026-06-15T03:30:17.395Z Compiling dyn-clone v1.0.20
16542026-06-15T03:30:17.577Z Compiling pin-project-lite v0.2.17
16552026-06-15T03:30:17.611Z Compiling getrandom v0.2.17
16562026-06-15T03:30:17.725Z Compiling scopeguard v1.2.0
16572026-06-15T03:30:17.728Z Compiling bitflags v2.12.1
16582026-06-15T03:30:17.845Z Compiling lock_api v0.4.14
16592026-06-15T03:30:17.885Z Compiling socket2 v0.6.4
16602026-06-15T03:30:17.902Z Compiling signal-hook-registry v1.4.8
16612026-06-15T03:30:18.102Z Compiling synstructure v0.13.2
16622026-06-15T03:30:18.171Z Compiling serde_derive_internals v0.29.1
16632026-06-15T03:30:18.241Z Compiling cmake v0.1.58
16642026-06-15T03:30:18.402Z Compiling mio v1.2.1
16652026-06-15T03:30:18.491Z Compiling dunce v1.0.5
16662026-06-15T03:30:18.596Z Compiling fs_extra v1.3.0
16672026-06-15T03:30:18.615Z Compiling portable-atomic v1.13.1
16682026-06-15T03:30:18.681Z Compiling critical-section v1.2.0
16692026-06-15T03:30:18.698Z Compiling log v0.4.32
16702026-06-15T03:30:18.769Z Compiling futures-core v0.3.32
16712026-06-15T03:30:18.861Z Compiling aws-lc-sys v0.41.0
16722026-06-15T03:30:18.886Z Compiling subtle v2.6.1
16732026-06-15T03:30:18.941Z Compiling equivalent v1.0.2
16742026-06-15T03:30:19.062Z Compiling httparse v1.10.1
16752026-06-15T03:30:19.063Z Compiling futures-sink v0.3.32
16762026-06-15T03:30:19.169Z Compiling slab v0.4.12
16772026-06-15T03:30:19.188Z Compiling ucd-trie v0.1.7
16782026-06-15T03:30:19.204Z Compiling thiserror v1.0.69
16792026-06-15T03:30:19.221Z Compiling serde_derive v1.0.228
16802026-06-15T03:30:19.323Z Compiling zerofrom-derive v0.1.7
16812026-06-15T03:30:19.369Z Compiling yoke-derive v0.8.2
16822026-06-15T03:30:19.404Z Compiling zerovec-derive v0.11.3
16832026-06-15T03:30:19.421Z Compiling displaydoc v0.2.6
16842026-06-15T03:30:19.520Z Compiling schemars_derive v0.8.22
16852026-06-15T03:30:19.771Z Compiling thiserror-impl v2.0.18
16862026-06-15T03:30:19.835Z Compiling tokio-macros v2.7.0
16872026-06-15T03:30:20.228Z Compiling zerocopy-derive v0.8.50
16882026-06-15T03:30:20.416Z Compiling zeroize_derive v1.4.3
16892026-06-15T03:30:20.497Z Compiling zerofrom v0.1.8
16902026-06-15T03:30:20.522Z Compiling futures-macro v0.3.32
16912026-06-15T03:30:20.593Z Compiling once_cell v1.21.4
16922026-06-15T03:30:20.640Z Compiling yoke v0.8.3
16932026-06-15T03:30:20.755Z Compiling rustix v1.1.4
16942026-06-15T03:30:20.833Z Compiling zerovec v0.11.6
16952026-06-15T03:30:20.850Z Compiling zerotrie v0.2.4
16962026-06-15T03:30:21.130Z Compiling zeroize v1.8.2
16972026-06-15T03:30:21.181Z Compiling pest v2.8.6
16982026-06-15T03:30:21.271Z Compiling typenum v1.20.1
16992026-06-15T03:30:21.301Z Compiling thiserror-impl v1.0.69
17002026-06-15T03:30:21.377Z Compiling futures-channel v0.3.32
17012026-06-15T03:30:21.377Z Compiling futures-task v0.3.32
17022026-06-15T03:30:21.499Z Compiling tinystr v0.8.3
17032026-06-15T03:30:21.558Z Compiling potential_utf v0.1.5
17042026-06-15T03:30:21.648Z Compiling futures-io v0.3.32
17052026-06-15T03:30:21.716Z Compiling icu_locale_core v2.2.0
17062026-06-15T03:30:21.740Z Compiling icu_collections v2.2.0
17072026-06-15T03:30:21.845Z Compiling futures-util v0.3.32
17082026-06-15T03:30:22.394Z Compiling pest_meta v2.8.6
17092026-06-15T03:30:22.466Z Compiling smallvec v1.15.1
17102026-06-15T03:30:22.507Z Compiling bytes v1.11.1
17112026-06-15T03:30:22.507Z Compiling chrono v0.4.45
17122026-06-15T03:30:22.575Z Compiling icu_provider v2.2.0
17132026-06-15T03:30:23.124Z Compiling icu_properties v2.2.0
17142026-06-15T03:30:23.174Z Compiling icu_normalizer v2.2.0
17152026-06-15T03:30:23.384Z Compiling parking_lot v0.12.5
17162026-06-15T03:30:23.601Z Compiling serde_tokenstream v0.2.3
17172026-06-15T03:30:23.893Z Compiling tokio v1.52.3
17182026-06-15T03:30:24.237Z Compiling idna_adapter v1.2.2
17192026-06-15T03:30:24.389Z Compiling idna v1.1.0
17202026-06-15T03:30:24.429Z Compiling pest_generator v2.8.6
17212026-06-15T03:30:24.622Z Compiling getrandom v0.3.4
17222026-06-15T03:30:24.685Z Compiling regex-syntax v0.8.10
17232026-06-15T03:30:24.796Z Compiling strsim v0.11.1
17242026-06-15T03:30:24.924Z Compiling url v2.5.8
17252026-06-15T03:30:24.978Z Compiling rand_core v0.6.4
17262026-06-15T03:30:25.031Z Compiling pest_derive v2.8.6
17272026-06-15T03:30:25.102Z Compiling aho-corasick v1.1.4
17282026-06-15T03:30:25.233Z Compiling hashbrown v0.17.1
17292026-06-15T03:30:25.915Z Compiling byteorder v1.5.0
17302026-06-15T03:30:25.932Z Compiling indexmap v2.14.0
17312026-06-15T03:30:26.203Z Compiling regex-automata v0.4.14
17322026-06-15T03:30:26.439Z Compiling tracing-core v0.1.36
17332026-06-15T03:30:26.500Z Compiling tracing-attributes v0.1.31
17342026-06-15T03:30:26.786Z Compiling ipnetwork v0.21.1
17352026-06-15T03:30:26.833Z Compiling ident_case v1.0.1
17362026-06-15T03:30:26.965Z Compiling slog v2.8.2
17372026-06-15T03:30:27.278Z Compiling paste v1.0.15
17382026-06-15T03:30:27.464Z Compiling base64 v0.22.1
17392026-06-15T03:30:27.588Z Compiling fnv v1.0.7
17402026-06-15T03:30:27.701Z Compiling anyhow v1.0.102
17412026-06-15T03:30:27.744Z Compiling tracing v0.1.44
17422026-06-15T03:30:27.951Z Compiling regex v1.12.3
17432026-06-15T03:30:28.132Z Compiling erased-serde v0.3.31
17442026-06-15T03:30:28.372Z Compiling omicron-workspace-hack v0.1.0
17452026-06-15T03:30:28.762Z Compiling oxnet v0.1.6
17462026-06-15T03:30:28.926Z Compiling http v1.4.1
17472026-06-15T03:30:29.763Z Compiling rustls-pki-types v1.14.1
17482026-06-15T03:30:30.181Z Compiling scroll_derive v0.13.1
17492026-06-15T03:30:30.394Z Compiling ring v0.17.14
17502026-06-15T03:30:30.628Z Compiling time-core v0.1.8
17512026-06-15T03:30:30.680Z Compiling aws-lc-rs v1.17.0
17522026-06-15T03:30:30.741Z Compiling num-conv v0.2.2
17532026-06-15T03:30:30.900Z Compiling time-macros v0.2.27
17542026-06-15T03:30:31.037Z Compiling tokio-util v0.7.18
17552026-06-15T03:30:31.451Z Compiling untrusted v0.9.0
17562026-06-15T03:30:31.588Z Compiling ipnet v2.12.0
17572026-06-15T03:30:31.947Z Compiling untrusted v0.7.1
17582026-06-15T03:30:32.077Z Compiling ppv-lite86 v0.2.21
17592026-06-15T03:30:32.319Z Compiling async-trait v0.1.89
17602026-06-15T03:30:32.406Z Compiling daft-derive v0.1.7
17612026-06-15T03:30:32.558Z Compiling camino v1.2.2
17622026-06-15T03:30:32.751Z Compiling crc32fast v1.5.0
17632026-06-15T03:30:32.895Z Compiling rustls v0.23.40
17642026-06-15T03:30:33.130Z Compiling http-body v1.0.1
17652026-06-15T03:30:33.214Z Compiling usdt-impl v0.6.0
17662026-06-15T03:30:33.263Z Compiling pretty-hex v0.4.2
17672026-06-15T03:30:33.290Z Compiling atomic-waker v1.1.2
17682026-06-15T03:30:33.339Z Compiling crossbeam-utils v0.8.21
17692026-06-15T03:30:33.468Z Compiling scroll v0.13.0
17702026-06-15T03:30:33.705Z Compiling ryu v1.0.23
17712026-06-15T03:30:33.873Z Compiling tower-service v0.3.3
17722026-06-15T03:30:33.957Z Compiling tower-layer v0.3.3
17732026-06-15T03:30:33.974Z Compiling try-lock v0.2.5
17742026-06-15T03:30:34.003Z Compiling plain v0.2.3
17752026-06-15T03:30:34.089Z Compiling want v0.3.1
17762026-06-15T03:30:34.121Z Compiling goblin v0.10.7
17772026-06-15T03:30:34.265Z Compiling h2 v0.4.14
17782026-06-15T03:30:34.960Z Compiling httpdate v1.0.3
17792026-06-15T03:30:35.330Z Compiling slog-async v2.8.0
17802026-06-15T03:30:35.557Z Compiling dtrace-parser v0.3.0
17812026-06-15T03:30:35.659Z Compiling thread-id v5.1.0
17822026-06-15T03:30:35.747Z Compiling ref-cast v1.0.25
17832026-06-15T03:30:37.163Z Compiling dof v0.4.0
17842026-06-15T03:30:37.815Z Compiling hyper v1.10.1
17852026-06-15T03:30:38.146Z Compiling rand_core v0.9.5
17862026-06-15T03:30:38.395Z Compiling serde_urlencoded v0.7.1
17872026-06-15T03:30:38.412Z Compiling http-body-util v0.1.3
17882026-06-15T03:30:38.692Z Compiling ref-cast-impl v1.0.25
17892026-06-15T03:30:38.886Z Compiling syn v1.0.109
17902026-06-15T03:30:39.223Z Compiling hyper-util v0.1.20
17912026-06-15T03:30:39.951Z Compiling usdt-attr-macro v0.6.0
17922026-06-15T03:30:40.590Z Compiling usdt-macro v0.6.0
17932026-06-15T03:30:40.842Z Compiling structmeta-derive v0.3.0
17942026-06-15T03:30:41.444Z Compiling multer v3.1.0
17952026-06-15T03:30:41.700Z Compiling allocator-api2 v0.2.21
17962026-06-15T03:30:41.932Z Compiling powerfmt v0.2.0
17972026-06-15T03:30:41.986Z Compiling foldhash v0.2.0
17982026-06-15T03:30:42.085Z Compiling deranged v0.5.8
17992026-06-15T03:30:42.104Z Compiling structmeta v0.3.0
18002026-06-15T03:30:42.184Z Compiling hashbrown v0.16.1
18012026-06-15T03:30:42.271Z Compiling rand_chacha v0.9.0
18022026-06-15T03:30:42.668Z Compiling darling_core v0.23.0
18032026-06-15T03:30:42.810Z Compiling newtype-uuid-macros v0.1.0
18042026-06-15T03:30:43.165Z Compiling num_threads v0.1.7
18052026-06-15T03:30:43.263Z Compiling time v0.3.47
18062026-06-15T03:30:43.280Z Compiling rand v0.9.4
18072026-06-15T03:30:43.599Z Compiling newtype-uuid v1.3.2
18082026-06-15T03:30:43.976Z Compiling strum_macros v0.26.4
18092026-06-15T03:30:44.257Z Compiling async-stream-impl v0.3.6
18102026-06-15T03:30:44.533Z Compiling sync_wrapper v1.0.2
18112026-06-15T03:30:44.651Z Compiling dropshot v0.17.1
18122026-06-15T03:30:44.737Z Compiling darling_macro v0.23.0
18132026-06-15T03:30:44.911Z Compiling hex v0.4.3
18142026-06-15T03:30:45.199Z Compiling tower v0.5.3
18152026-06-15T03:30:45.322Z Compiling darling v0.23.0
18162026-06-15T03:30:45.412Z Compiling daft v0.1.7
18172026-06-15T03:30:45.513Z Compiling crossbeam-channel v0.5.15
18182026-06-15T03:30:45.637Z Compiling webpki-roots v1.0.7
18192026-06-15T03:30:45.694Z Compiling openapiv3 v2.2.0
18202026-06-15T03:30:45.793Z Compiling generic-array v0.14.7
18212026-06-15T03:30:46.104Z Compiling fastrand v2.4.1
18222026-06-15T03:30:46.487Z Compiling tower-http v0.6.11
18232026-06-15T03:30:46.617Z Compiling serde_with_macros v3.20.0
18242026-06-15T03:30:47.154Z Compiling futures-executor v0.3.32
18252026-06-15T03:30:47.394Z Compiling dropshot_endpoint v0.17.1
18262026-06-15T03:30:47.633Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-15T03:30:47.734Z Compiling thread_local v1.1.9
18282026-06-15T03:30:48.069Z Compiling cpufeatures v0.3.0
18292026-06-15T03:30:48.090Z Compiling openssl-probe v0.2.1
18302026-06-15T03:30:48.151Z Compiling futures v0.3.32
18312026-06-15T03:30:48.235Z Compiling rustls-native-certs v0.8.4
18322026-06-15T03:30:48.870Z Compiling derive-ex v0.1.8
18332026-06-15T03:30:49.055Z Compiling strum_macros v0.27.2
18342026-06-15T03:30:49.073Z Compiling is-terminal v0.4.17
18352026-06-15T03:30:49.178Z Compiling take_mut v0.2.2
18362026-06-15T03:30:49.301Z Compiling term v1.2.1
18372026-06-15T03:30:50.092Z Compiling winnow v1.0.3
18382026-06-15T03:30:50.441Z Compiling test-strategy v0.4.5
18392026-06-15T03:30:50.852Z Compiling slog-term v2.9.2
18402026-06-15T03:30:51.804Z Compiling tempfile v3.27.0
18412026-06-15T03:30:52.332Z Compiling macaddr v1.0.1
18422026-06-15T03:30:52.605Z Compiling hybrid-array v0.4.12
18432026-06-15T03:30:52.667Z Compiling simd-adler32 v0.3.9
18442026-06-15T03:30:52.712Z Compiling match_cfg v0.1.0
18452026-06-15T03:30:52.789Z Compiling adler2 v2.0.1
18462026-06-15T03:30:53.102Z Compiling miniz_oxide v0.8.9
18472026-06-15T03:30:53.120Z Compiling hostname v0.3.1
18482026-06-15T03:30:53.621Z Compiling slog-json v2.6.1
18492026-06-15T03:30:53.898Z Compiling memmap2 v0.9.10
18502026-06-15T03:30:54.414Z Compiling usdt v0.6.0
18512026-06-15T03:30:54.575Z Compiling slog-bunyan v2.5.0
18522026-06-15T03:30:54.590Z Compiling flate2 v1.1.9
18532026-06-15T03:30:54.756Z Compiling crypto-common v0.2.2
18542026-06-15T03:30:55.041Z Compiling block-buffer v0.12.0
18552026-06-15T03:30:55.133Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-15T03:30:55.175Z Compiling either v1.16.0
18572026-06-15T03:30:55.224Z Compiling compression-core v0.4.32
18582026-06-15T03:30:55.398Z Compiling const-oid v0.10.2
18592026-06-15T03:30:55.530Z Compiling debug-ignore v1.0.5
18602026-06-15T03:30:55.646Z Compiling digest v0.11.3
18612026-06-15T03:30:55.839Z Compiling compression-codecs v0.4.38
18622026-06-15T03:30:56.031Z Compiling toml_parser v1.1.2+spec-1.1.0
18632026-06-15T03:30:56.129Z Compiling crypto-common v0.1.7
18642026-06-15T03:30:56.222Z Compiling parse-display-derive v0.10.0
18652026-06-15T03:30:56.281Z Compiling rand_chacha v0.3.1
18662026-06-15T03:30:56.428Z Compiling toml_datetime v1.1.1+spec-1.1.0
18672026-06-15T03:30:56.597Z Compiling serde_spanned v1.1.1
18682026-06-15T03:30:56.752Z Compiling encoding_rs v0.8.35
18692026-06-15T03:30:56.843Z Compiling spin v0.9.8
18702026-06-15T03:30:56.860Z Compiling mime v0.3.17
18712026-06-15T03:30:56.908Z Compiling toml_writer v1.1.1+spec-1.1.0
18722026-06-15T03:30:57.170Z Compiling toml v1.1.2+spec-1.1.0
18732026-06-15T03:30:57.253Z Compiling rand v0.8.6
18742026-06-15T03:30:57.362Z Compiling async-compression v0.4.42
18752026-06-15T03:30:57.649Z Compiling sha1 v0.11.0
18762026-06-15T03:30:57.764Z Compiling strum v0.26.3
18772026-06-15T03:30:57.955Z Compiling async-stream v0.3.6
18782026-06-15T03:30:58.037Z Compiling waitgroup v0.1.2
18792026-06-15T03:30:58.147Z Compiling rustls-pemfile v2.2.0
18802026-06-15T03:30:58.190Z Compiling serde_path_to_error v0.1.20
18812026-06-15T03:30:58.226Z Compiling wait-timeout v0.2.1
18822026-06-15T03:30:58.426Z Compiling hostname v0.4.2
18832026-06-15T03:30:58.682Z Compiling bit-vec v0.8.0
18842026-06-15T03:30:58.988Z Compiling quick-error v1.2.3
18852026-06-15T03:30:59.037Z Compiling bit-set v0.8.0
18862026-06-15T03:30:59.066Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-15T03:30:59.102Z Compiling rusty-fork v0.3.1
18882026-06-15T03:30:59.218Z Compiling serde_with v3.20.0
18892026-06-15T03:30:59.349Z Compiling rand_xorshift v0.4.0
18902026-06-15T03:30:59.518Z Compiling unarray v0.1.4
18912026-06-15T03:30:59.642Z Compiling proptest v1.11.0
18922026-06-15T03:30:59.922Z Compiling strum v0.27.2
18932026-06-15T03:31:00.058Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18942026-06-15T03:31:00.211Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18952026-06-15T03:31:00.244Z Compiling instant v0.1.13
18962026-06-15T03:31:00.551Z Compiling itertools v0.14.0
18972026-06-15T03:31:00.660Z Compiling iddqd v0.4.2
18982026-06-15T03:31:01.081Z Compiling unicode-width v0.2.2
18992026-06-15T03:31:01.625Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-15T03:31:01.780Z Compiling block-buffer v0.10.4
19012026-06-15T03:31:01.923Z Compiling backon v1.6.0
19022026-06-15T03:31:01.948Z Compiling regress v0.10.5
19032026-06-15T03:31:02.057Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19042026-06-15T03:31:03.924Z Compiling digest v0.10.7
19052026-06-15T03:31:04.004Z Compiling backoff v0.4.0
19062026-06-15T03:31:04.209Z Compiling parse-display v0.10.0
19072026-06-15T03:31:04.495Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19082026-06-15T03:31:05.635Z Compiling humantime v2.3.0
19092026-06-15T03:31:07.013Z Compiling regress v0.11.1
19102026-06-15T03:31:08.046Z Compiling zerocopy-derive v0.7.35
19112026-06-15T03:31:08.521Z Compiling typify-impl v0.6.2
19122026-06-15T03:31:09.076Z Compiling darling_core v0.21.3
19132026-06-15T03:31:09.130Z Compiling clap_derive v4.6.1
19142026-06-15T03:31:09.902Z Compiling cpufeatures v0.2.17
19152026-06-15T03:31:09.974Z Compiling convert_case v0.4.0
19162026-06-15T03:31:10.267Z Compiling utf8parse v0.2.2
19172026-06-15T03:31:10.383Z Compiling anstyle-parse v1.0.0
19182026-06-15T03:31:10.599Z Compiling derive_more v0.99.20
19192026-06-15T03:31:11.098Z Compiling darling_macro v0.21.3
19202026-06-15T03:31:11.587Z Compiling terminal_size v0.4.4
19212026-06-15T03:31:11.682Z Compiling toml_datetime v0.6.11
19222026-06-15T03:31:11.736Z Compiling anstyle-query v1.1.5
19232026-06-15T03:31:11.754Z Compiling is_terminal_polyfill v1.70.2
19242026-06-15T03:31:11.788Z Compiling typify-macro v0.6.2
19252026-06-15T03:31:12.006Z Compiling anstyle v1.0.14
19262026-06-15T03:31:12.040Z Compiling colorchoice v1.0.5
19272026-06-15T03:31:12.157Z Compiling darling v0.21.3
19282026-06-15T03:31:12.244Z Compiling anstream v1.0.0
19292026-06-15T03:31:12.847Z Compiling secrecy v0.10.3
19302026-06-15T03:31:12.883Z Compiling crucible-workspace-hack v0.1.0
19312026-06-15T03:31:13.040Z Compiling clap_lex v1.1.0
19322026-06-15T03:31:13.112Z Compiling heapless v0.8.0
19332026-06-15T03:31:13.306Z Compiling tinyvec_macros v0.1.1
19342026-06-15T03:31:13.393Z Compiling tinyvec v1.11.0
19352026-06-15T03:31:13.459Z Compiling typify v0.6.2
19362026-06-15T03:31:13.586Z Compiling clap_builder v4.6.0
19372026-06-15T03:31:13.815Z Compiling ingot-macros v0.1.1
19382026-06-15T03:31:13.971Z Compiling zerocopy v0.7.35
19392026-06-15T03:31:14.447Z Compiling hash32 v0.3.1
19402026-06-15T03:31:14.519Z Compiling scroll_derive v0.12.1
19412026-06-15T03:31:14.527Z Compiling rustc_version v0.4.1
19422026-06-15T03:31:14.780Z Compiling num-integer v0.1.46
19432026-06-15T03:31:14.796Z Compiling usdt-impl v0.5.0
19442026-06-15T03:31:15.072Z Compiling smoltcp v0.11.0
19452026-06-15T03:31:15.208Z Compiling scroll v0.12.0
19462026-06-15T03:31:15.369Z Compiling curve25519-dalek v4.1.3
19472026-06-15T03:31:15.449Z Compiling clap v4.6.1
19482026-06-15T03:31:15.710Z Compiling dof v0.3.0
19492026-06-15T03:31:16.479Z Compiling ingot-types v0.1.2
19502026-06-15T03:31:17.233Z Compiling hmac v0.12.1
19512026-06-15T03:31:17.268Z Compiling dtrace-parser v0.2.0
19522026-06-15T03:31:17.291Z Compiling inout v0.1.4
19532026-06-15T03:31:17.436Z Compiling ff v0.13.1
19542026-06-15T03:31:17.453Z Compiling cobs v0.3.0
19552026-06-15T03:31:17.724Z Compiling thread-id v4.2.2
19562026-06-15T03:31:18.032Z Compiling managed v0.8.0
19572026-06-15T03:31:18.100Z Compiling unsafe-libyaml v0.2.11
19582026-06-15T03:31:18.120Z Compiling bitflags v1.3.2
19592026-06-15T03:31:18.693Z Compiling serde_yaml v0.9.34+deprecated
19602026-06-15T03:31:19.222Z Compiling postcard v1.1.3
19612026-06-15T03:31:19.511Z Compiling group v0.13.0
19622026-06-15T03:31:19.630Z Compiling cipher v0.4.4
19632026-06-15T03:31:19.870Z Compiling hkdf v0.12.4
19642026-06-15T03:31:19.932Z Compiling ingot v0.1.1
19652026-06-15T03:31:20.535Z Compiling goblin v0.8.2
19662026-06-15T03:31:20.837Z Compiling num-iter v0.1.45
19672026-06-15T03:31:20.967Z Compiling num-rational v0.4.2
19682026-06-15T03:31:22.132Z Compiling tabwriter v1.4.1
19692026-06-15T03:31:22.192Z Compiling universal-hash v0.5.1
19702026-06-15T03:31:22.333Z Compiling crypto-bigint v0.5.5
19712026-06-15T03:31:22.415Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-15T03:31:22.482Z Compiling thiserror-impl-no-std v2.0.2
19732026-06-15T03:31:23.382Z Compiling hubpack_derive v0.1.1
19742026-06-15T03:31:23.541Z Compiling crossbeam-epoch v0.9.18
19752026-06-15T03:31:23.843Z Compiling half v2.7.1
19762026-06-15T03:31:23.904Z Compiling curve25519-dalek-derive v0.1.1
19772026-06-15T03:31:24.180Z Compiling num-complex v0.4.6
19782026-06-15T03:31:24.637Z Compiling memoffset v0.9.1
19792026-06-15T03:31:24.816Z Compiling base64ct v1.8.3
19802026-06-15T03:31:24.897Z Compiling cfg_aliases v0.2.1
19812026-06-15T03:31:24.977Z Compiling base16ct v0.2.0
19822026-06-15T03:31:25.183Z Compiling heck v0.4.1
19832026-06-15T03:31:25.265Z Compiling ciborium-io v0.2.2
19842026-06-15T03:31:25.364Z Compiling prettyplease v0.2.37
19852026-06-15T03:31:25.478Z Compiling opaque-debug v0.3.1
19862026-06-15T03:31:25.556Z Compiling poly1305 v0.8.0
19872026-06-15T03:31:26.184Z Compiling ciborium-ll v0.2.2
19882026-06-15T03:31:26.437Z Compiling elliptic-curve v0.13.8
19892026-06-15T03:31:26.571Z Compiling password-hash v0.5.0
19902026-06-15T03:31:26.748Z Compiling nix v0.31.3
19912026-06-15T03:31:27.569Z Compiling num v0.4.3
19922026-06-15T03:31:27.591Z Compiling hubpack v0.1.2
19932026-06-15T03:31:27.648Z Compiling thiserror-no-std v2.0.2
19942026-06-15T03:31:28.380Z Compiling chacha20 v0.9.1
19952026-06-15T03:31:28.673Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19962026-06-15T03:31:28.939Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-15T03:31:29.494Z Compiling reqwest v0.12.28
19982026-06-15T03:31:30.206Z Compiling toml_edit v0.25.12+spec-1.1.0
19992026-06-15T03:31:30.441Z Compiling blake2 v0.10.6
20002026-06-15T03:31:30.504Z Compiling aead v0.5.2
20012026-06-15T03:31:30.832Z Compiling byte-wrapper v0.1.0
20022026-06-15T03:31:30.922Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20032026-06-15T03:31:31.061Z Compiling serde_repr v0.1.20
20042026-06-15T03:31:31.688Z Compiling proc-macro-error-attr v1.0.4
20052026-06-15T03:31:31.794Z Compiling bstr v1.12.1
20062026-06-15T03:31:31.935Z Compiling keccak v0.1.6
20072026-06-15T03:31:31.989Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082026-06-15T03:31:32.079Z Compiling float-ord v0.3.2
20092026-06-15T03:31:32.192Z Compiling static_assertions v1.1.0
20102026-06-15T03:31:32.247Z Compiling rustix v0.38.44
20112026-06-15T03:31:32.478Z Compiling sha3 v0.10.9
20122026-06-15T03:31:32.682Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20132026-06-15T03:31:32.827Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-15T03:31:33.326Z Compiling proc-macro-crate v3.5.0
20152026-06-15T03:31:33.375Z Compiling argon2 v0.5.3
20162026-06-15T03:31:33.731Z Compiling chacha20poly1305 v0.10.1
20172026-06-15T03:31:33.878Z Compiling progenitor-client v0.10.0
20182026-06-15T03:31:34.372Z Compiling vsss-rs v3.3.4
20192026-06-15T03:31:35.610Z Compiling ciborium v0.2.2
20202026-06-15T03:31:35.933Z Compiling rustls-webpki v0.103.13
20212026-06-15T03:31:36.446Z Compiling usdt-attr-macro v0.5.0
20222026-06-15T03:31:36.484Z Compiling usdt-macro v0.5.0
20232026-06-15T03:31:38.376Z Compiling enum-as-inner v0.6.1
20242026-06-15T03:31:38.574Z Compiling num-derive v0.4.2
20252026-06-15T03:31:38.954Z Compiling proc-macro-error v1.0.4
20262026-06-15T03:31:39.153Z Compiling memmap v0.7.0
20272026-06-15T03:31:39.475Z Compiling winnow v0.5.40
20282026-06-15T03:31:39.640Z Compiling data-encoding v2.11.0
20292026-06-15T03:31:39.671Z Compiling indent_write v2.2.0
20302026-06-15T03:31:39.744Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20312026-06-15T03:31:40.015Z Compiling usdt v0.5.0
20322026-06-15T03:31:40.214Z Compiling tokio-rustls v0.26.4
20332026-06-15T03:31:40.251Z Compiling rustls-platform-verifier v0.7.0
20342026-06-15T03:31:40.510Z Compiling hyper-rustls v0.27.9
20352026-06-15T03:31:40.823Z Compiling reqwest v0.13.4
20362026-06-15T03:31:41.067Z Compiling toml_edit v0.19.15
20372026-06-15T03:31:41.303Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-15T03:31:42.303Z Compiling progenitor-client v0.14.0
20392026-06-15T03:31:42.772Z Compiling progenitor-extras v0.2.0
20402026-06-15T03:31:43.515Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20412026-06-15T03:31:43.624Z Compiling num_enum_derive v0.7.6
20422026-06-15T03:31:43.858Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-15T03:31:45.845Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-15T03:31:48.336Z Compiling serde_spanned v0.6.9
20452026-06-15T03:31:48.486Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-15T03:31:55.065Z Compiling foreign-types-macros v0.2.3
20472026-06-15T03:31:55.089Z Compiling pkg-config v0.3.33
20482026-06-15T03:31:55.546Z Compiling vcpkg v0.2.15
20492026-06-15T03:31:55.646Z Compiling colored v3.1.1
20502026-06-15T03:31:55.729Z Compiling bytecount v0.6.9
20512026-06-15T03:31:55.907Z Compiling winnow v0.7.15
20522026-06-15T03:31:55.926Z Compiling toml_write v0.1.2
20532026-06-15T03:31:56.141Z Compiling foreign-types-shared v0.3.1
20542026-06-15T03:31:56.232Z Compiling openssl-sys v0.9.116
20552026-06-15T03:31:56.251Z Compiling foreign-types v0.5.0
20562026-06-15T03:31:56.349Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-15T03:31:56.619Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-15T03:31:57.096Z Compiling num_enum v0.7.6
20592026-06-15T03:31:57.233Z Compiling toml_edit v0.22.27
20602026-06-15T03:31:57.361Z Compiling proc-macro-crate v1.3.1
20612026-06-15T03:31:57.702Z Compiling progenitor-impl v0.13.0
20622026-06-15T03:31:57.719Z Compiling chacha20 v0.10.0
20632026-06-15T03:31:57.798Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20642026-06-15T03:31:58.571Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20652026-06-15T03:31:58.625Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20662026-06-15T03:31:58.892Z Compiling cstr-argument v0.1.2
20672026-06-15T03:31:59.017Z Compiling semver v0.1.20
20682026-06-15T03:31:59.072Z Compiling rayon-core v1.13.0
20692026-06-15T03:31:59.322Z Compiling swrite v0.1.0
20702026-06-15T03:31:59.439Z Compiling unicode-segmentation v1.13.3
20712026-06-15T03:31:59.539Z Compiling resolv-conf v0.7.6
20722026-06-15T03:31:59.559Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20732026-06-15T03:31:59.736Z Compiling linked-hash-map v0.5.6
20742026-06-15T03:31:59.834Z Compiling newline-converter v0.3.0
20752026-06-15T03:31:59.955Z Compiling lru-cache v0.1.2
20762026-06-15T03:31:59.979Z Compiling progenitor-macro v0.13.0
20772026-06-15T03:32:00.129Z Compiling rustc_version v0.1.7
20782026-06-15T03:32:00.145Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792026-06-15T03:32:00.340Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-06-15T03:32:00.378Z Compiling toml v0.8.23
20812026-06-15T03:32:00.558Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-06-15T03:32:00.694Z Compiling rand v0.10.1
20832026-06-15T03:32:01.071Z Compiling num_enum_derive v0.5.11
20842026-06-15T03:32:01.276Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20852026-06-15T03:32:01.536Z Compiling atomicwrites v0.4.4
20862026-06-15T03:32:01.589Z Compiling progenitor-client v0.13.0
20872026-06-15T03:32:01.823Z Compiling hickory-proto v0.24.4
20882026-06-15T03:32:01.974Z Compiling similar v2.7.0
20892026-06-15T03:32:02.066Z Compiling crossbeam-deque v0.8.6
20902026-06-15T03:32:02.130Z Compiling progenitor-impl v0.14.0
20912026-06-15T03:32:02.287Z Compiling console v0.15.11
20922026-06-15T03:32:03.546Z Compiling camino-tempfile v1.4.1
20932026-06-15T03:32:03.957Z Compiling serde-big-array v0.5.1
20942026-06-15T03:32:04.122Z Compiling derive-where v1.6.1
20952026-06-15T03:32:04.140Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20962026-06-15T03:32:04.167Z Compiling pin-project-internal v1.1.13
20972026-06-15T03:32:04.673Z Compiling siphasher v1.0.3
20982026-06-15T03:32:04.759Z Compiling minimal-lexical v0.2.1
20992026-06-15T03:32:04.887Z Compiling lazy_static v1.5.0
21002026-06-15T03:32:05.004Z Compiling nom v7.1.3
21012026-06-15T03:32:05.022Z Compiling phf_shared v0.12.1
21022026-06-15T03:32:05.247Z Compiling pin-project v1.1.13
21032026-06-15T03:32:05.375Z Compiling progenitor-macro v0.14.0
21042026-06-15T03:32:05.393Z Compiling progenitor v0.13.0
21052026-06-15T03:32:05.539Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21062026-06-15T03:32:06.059Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-15T03:32:06.408Z Compiling hickory-resolver v0.24.4
21082026-06-15T03:32:09.282Z Compiling expectorate v1.2.0
21092026-06-15T03:32:09.497Z Compiling num_enum v0.5.11
21102026-06-15T03:32:09.631Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-15T03:32:10.974Z Compiling newtype_derive v0.1.6
21122026-06-15T03:32:11.255Z Compiling snafu-derive v0.8.9
21132026-06-15T03:32:12.993Z Compiling unicode-normalization v0.1.25
21142026-06-15T03:32:13.572Z Compiling tokio-stream v0.1.18
21152026-06-15T03:32:13.903Z Compiling async-recursion v1.1.1
21162026-06-15T03:32:14.137Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21172026-06-15T03:32:14.273Z Compiling slog-dtrace v0.3.0
21182026-06-15T03:32:14.475Z Compiling csv-core v0.1.13
21192026-06-15T03:32:14.556Z Compiling same-file v1.0.6
21202026-06-15T03:32:14.655Z Compiling unicode-xid v0.2.6
21212026-06-15T03:32:14.740Z Compiling unicode-width v0.1.14
21222026-06-15T03:32:14.783Z Compiling highway v1.3.0
21232026-06-15T03:32:14.950Z Compiling openssl v0.10.80
21242026-06-15T03:32:15.047Z Compiling foreign-types-shared v0.1.1
21252026-06-15T03:32:15.153Z Compiling cancel-safe-futures v0.1.5
21262026-06-15T03:32:15.191Z Compiling konst_macro_rules v0.2.19
21272026-06-15T03:32:15.387Z Compiling chrono-tz v0.10.4
21282026-06-15T03:32:15.423Z Compiling foldhash v0.1.5
21292026-06-15T03:32:15.478Z Compiling owo-colors v4.3.0
21302026-06-15T03:32:15.651Z Compiling hashbrown v0.15.5
21312026-06-15T03:32:15.697Z Compiling konst v0.2.20
21322026-06-15T03:32:15.758Z Compiling foreign-types v0.3.2
21332026-06-15T03:32:15.849Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-15T03:32:15.885Z Compiling const_format_proc_macros v0.2.34
21352026-06-15T03:32:16.087Z Compiling walkdir v2.5.0
21362026-06-15T03:32:16.305Z Compiling csv v1.4.0
21372026-06-15T03:32:16.814Z Compiling qorb v0.4.1
21382026-06-15T03:32:16.868Z Compiling olpc-cjson v0.1.4
21392026-06-15T03:32:17.093Z Compiling progenitor v0.14.0
21402026-06-15T03:32:17.250Z Compiling snafu v0.8.9
21412026-06-15T03:32:17.280Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-15T03:32:17.816Z Compiling rayon v1.12.0
21432026-06-15T03:32:18.246Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21442026-06-15T03:32:18.778Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-15T03:32:19.993Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-15T03:32:20.776Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-15T03:32:21.343Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21482026-06-15T03:32:21.730Z Compiling phf v0.12.1
21492026-06-15T03:32:22.352Z Compiling zone_cfg_derive v0.3.1
21502026-06-15T03:32:22.646Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-15T03:32:23.093Z Compiling tokio-dtrace v0.1.1
21522026-06-15T03:32:23.426Z Compiling globset v0.4.18
21532026-06-15T03:32:23.544Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21542026-06-15T03:32:23.770Z Compiling itertools v0.12.1
21552026-06-15T03:32:25.033Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-15T03:32:25.201Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21572026-06-15T03:32:25.247Z Compiling libsw-core v0.3.2
21582026-06-15T03:32:25.428Z Compiling pem v3.0.6
21592026-06-15T03:32:25.641Z Compiling serde_plain v1.0.2
21602026-06-15T03:32:25.659Z Compiling openssl-macros v0.1.1
21612026-06-15T03:32:25.929Z Compiling cookie v0.18.1
21622026-06-15T03:32:26.051Z Compiling proc-macro-error-attr2 v2.0.0
21632026-06-15T03:32:26.109Z Compiling sigpipe v0.1.3
21642026-06-15T03:32:26.175Z Compiling glob v0.3.3
21652026-06-15T03:32:26.210Z Compiling jiff v0.2.28
21662026-06-15T03:32:26.462Z Compiling typed-path v0.9.3
21672026-06-15T03:32:26.500Z Compiling fixedbitset v0.5.7
21682026-06-15T03:32:26.555Z Compiling fixedbitset v0.4.2
21692026-06-15T03:32:26.698Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-06-15T03:32:26.732Z Compiling petgraph v0.6.5
21712026-06-15T03:32:26.926Z Compiling petgraph v0.8.3
21722026-06-15T03:32:26.974Z Compiling proc-macro-error2 v2.0.1
21732026-06-15T03:32:27.248Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-06-15T03:32:27.483Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21752026-06-15T03:32:28.568Z Compiling tough v0.22.0
21762026-06-15T03:32:28.641Z Compiling libsw v3.5.0
21772026-06-15T03:32:28.832Z Compiling zone v0.3.1
21782026-06-15T03:32:29.306Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-06-15T03:32:29.369Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21802026-06-15T03:32:29.670Z Compiling oxide-tokio-rt v0.1.6
21812026-06-15T03:32:30.258Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-15T03:32:30.514Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21832026-06-15T03:32:31.316Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-15T03:32:33.069Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-15T03:32:33.498Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-15T03:32:33.917Z Compiling const_format v0.2.36
21872026-06-15T03:32:34.424Z Compiling papergrid v0.11.0
21882026-06-15T03:32:34.785Z Compiling tabled_derive v0.7.0
21892026-06-15T03:32:34.961Z Compiling gethostname v0.5.0
21902026-06-15T03:32:35.100Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-15T03:32:35.749Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21922026-06-15T03:32:36.291Z Compiling libscf-sys v1.2.0
21932026-06-15T03:32:36.442Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-15T03:32:36.479Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21952026-06-15T03:32:36.541Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-15T03:32:36.576Z Compiling smf v0.2.3
21972026-06-15T03:32:36.665Z Compiling bcs v0.1.6
21982026-06-15T03:32:36.788Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
21992026-06-15T03:32:37.051Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22002026-06-15T03:32:37.069Z Compiling tagptr v0.2.0
22012026-06-15T03:32:37.236Z Compiling whoami v1.6.1
22022026-06-15T03:32:37.426Z Compiling smawk v0.3.2
22032026-06-15T03:32:37.596Z Compiling unicode-linebreak v0.1.5
22042026-06-15T03:32:37.688Z Compiling termtree v0.5.1
22052026-06-15T03:32:37.724Z Compiling linear-map v1.2.0
22062026-06-15T03:32:37.878Z Compiling textwrap v0.16.2
22072026-06-15T03:32:37.945Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-15T03:32:37.974Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22092026-06-15T03:32:39.619Z Compiling moka v0.12.15
22102026-06-15T03:32:40.127Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-15T03:32:40.733Z Compiling tabled v0.15.0
22122026-06-15T03:32:40.782Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-15T03:32:40.834Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-15T03:32:40.953Z Compiling steno v0.4.1
22152026-06-15T03:32:41.016Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-06-15T03:32:41.052Z Compiling tabled_derive v0.11.0
22172026-06-15T03:32:43.506Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-15T03:32:46.932Z Compiling papergrid v0.18.0
22192026-06-15T03:32:47.185Z Compiling hickory-proto v0.25.2
22202026-06-15T03:32:48.382Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22212026-06-15T03:32:48.499Z Compiling testing_table v0.3.0
22222026-06-15T03:32:48.915Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22232026-06-15T03:32:49.258Z Compiling tabled v0.21.0
22242026-06-15T03:32:49.291Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22252026-06-15T03:32:49.805Z Compiling hickory-resolver v0.25.2
22262026-06-15T03:32:51.619Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22272026-06-15T03:32:52.309Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22282026-06-15T03:32:52.575Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-06-15T03:32:52.769Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22302026-06-15T03:32:53.041Z Compiling parking_lot_core v0.8.6
22312026-06-15T03:32:53.405Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22322026-06-15T03:32:53.436Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
22332026-06-15T03:32:55.226Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-06-15T03:32:56.014Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-06-15T03:32:57.141Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22362026-06-15T03:32:57.285Z Compiling crc8 v0.1.1
22372026-06-15T03:32:57.433Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
22382026-06-15T03:32:57.900Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22392026-06-15T03:32:58.020Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22402026-06-15T03:32:58.548Z Compiling arc-swap v1.9.1
22412026-06-15T03:32:58.753Z Compiling slog-scope v4.4.1
22422026-06-15T03:32:58.844Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22432026-06-15T03:32:59.107Z Compiling parking_lot v0.11.2
22442026-06-15T03:32:59.180Z Compiling dropshot-api-manager-types v0.7.2
22452026-06-15T03:33:00.079Z Compiling fxhash v0.2.1
22462026-06-15T03:33:00.094Z Compiling sled v0.34.7
22472026-06-15T03:33:00.094Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22482026-06-15T03:33:00.094Z Compiling slog-stdlog v4.1.1
22492026-06-15T03:33:00.416Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22502026-06-15T03:33:00.999Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22512026-06-15T03:33:01.278Z Compiling slog-envlogger v2.2.0
22522026-06-15T03:33:02.448Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22532026-06-15T03:33:03.185Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-06-15T03:33:05.514Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-06-15T03:33:07.772Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22562026-06-15T03:33:08.724Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22572026-06-15T03:33:22.352Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22582026-06-15T03:33:23.953Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22592026-06-15T03:33:27.607Z Finished `release` profile [optimized] target(s) in 3m 39s
22602026-06-15T03:33:27.945Z+ banner trio
22612026-06-15T03:33:27.948Z
22622026-06-15T03:33:27.948Z ##### ##### # ####
22632026-06-15T03:33:27.948Z # # # # # #
22642026-06-15T03:33:27.948Z # # # # # #
22652026-06-15T03:33:27.948Z # ##### # # #
22662026-06-15T03:33:27.948Z # # # # # #
22672026-06-15T03:33:27.948Z # # # # ####
22682026-06-15T03:33:27.948Z
22692026-06-15T03:33:27.949Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22702026-06-15T03:33:28.522Z Compiling cfg-if v1.0.4
22712026-06-15T03:33:28.525Z Compiling libc v0.2.186
22722026-06-15T03:33:28.525Z Compiling serde_core v1.0.228
22732026-06-15T03:33:28.627Z Compiling memchr v2.8.1
22742026-06-15T03:33:28.637Z Compiling itoa v1.0.18
22752026-06-15T03:33:28.640Z Compiling smallvec v1.15.1
22762026-06-15T03:33:28.651Z Compiling stable_deref_trait v1.2.1
22772026-06-15T03:33:28.659Z Compiling zerofrom v0.1.8
22782026-06-15T03:33:28.675Z Compiling zmij v1.0.21
22792026-06-15T03:33:28.719Z Compiling writeable v0.6.3
22802026-06-15T03:33:28.776Z Compiling yoke v0.8.3
22812026-06-15T03:33:28.860Z Compiling litemap v0.8.2
22822026-06-15T03:33:28.876Z Compiling utf8_iter v1.0.4
22832026-06-15T03:33:28.956Z Compiling zerovec v0.11.6
22842026-06-15T03:33:28.972Z Compiling zerotrie v0.2.4
22852026-06-15T03:33:28.997Z Compiling libm v0.2.16
22862026-06-15T03:33:29.037Z Compiling percent-encoding v2.3.2
22872026-06-15T03:33:29.063Z Compiling icu_normalizer_data v2.2.0
22882026-06-15T03:33:29.127Z Compiling icu_properties_data v2.2.0
22892026-06-15T03:33:29.141Z Compiling rand_core v0.10.1
22902026-06-15T03:33:29.267Z Compiling form_urlencoded v1.2.2
22912026-06-15T03:33:29.302Z Compiling getrandom v0.4.2
22922026-06-15T03:33:29.313Z Compiling errno v0.3.14
22932026-06-15T03:33:29.398Z Compiling iana-time-zone v0.1.65
22942026-06-15T03:33:29.471Z Compiling pin-project-lite v0.2.17
22952026-06-15T03:33:29.494Z Compiling tinystr v0.8.3
22962026-06-15T03:33:29.527Z Compiling potential_utf v0.1.5
22972026-06-15T03:33:29.548Z Compiling dyn-clone v1.0.20
22982026-06-15T03:33:29.571Z Compiling zeroize v1.8.2
22992026-06-15T03:33:29.691Z Compiling icu_locale_core v2.2.0
23002026-06-15T03:33:29.704Z Compiling icu_collections v2.2.0
23012026-06-15T03:33:29.708Z Compiling socket2 v0.6.4
23022026-06-15T03:33:29.739Z Compiling scopeguard v1.2.0
23032026-06-15T03:33:29.750Z Compiling parking_lot_core v0.9.12
23042026-06-15T03:33:29.813Z Compiling num-traits v0.2.19
23052026-06-15T03:33:29.849Z Compiling lock_api v0.4.14
23062026-06-15T03:33:30.099Z Compiling thiserror v2.0.18
23072026-06-15T03:33:30.153Z Compiling parking_lot v0.12.5
23082026-06-15T03:33:30.210Z Compiling signal-hook-registry v1.4.8
23092026-06-15T03:33:30.466Z Compiling serde v1.0.228
23102026-06-15T03:33:30.490Z Compiling serde_json v1.0.150
23112026-06-15T03:33:30.567Z Compiling icu_provider v2.2.0
23122026-06-15T03:33:30.638Z Compiling uuid v1.23.2
23132026-06-15T03:33:30.740Z Compiling semver v1.0.28
23142026-06-15T03:33:30.755Z Compiling mio v1.2.1
23152026-06-15T03:33:31.074Z Compiling bytes v1.11.1
23162026-06-15T03:33:31.137Z Compiling icu_properties v2.2.0
23172026-06-15T03:33:31.233Z Compiling icu_normalizer v2.2.0
23182026-06-15T03:33:31.262Z Compiling chrono v0.4.45
23192026-06-15T03:33:31.431Z Compiling bitflags v2.12.1
23202026-06-15T03:33:31.496Z Compiling portable-atomic v1.13.1
23212026-06-15T03:33:31.843Z Compiling tokio v1.52.3
23222026-06-15T03:33:31.971Z Compiling critical-section v1.2.0
23232026-06-15T03:33:32.094Z Compiling idna_adapter v1.2.2
23242026-06-15T03:33:32.227Z Compiling idna v1.1.0
23252026-06-15T03:33:32.231Z Compiling futures-core v0.3.32
23262026-06-15T03:33:32.415Z Compiling once_cell v1.21.4
23272026-06-15T03:33:32.451Z Compiling log v0.4.32
23282026-06-15T03:33:32.653Z Compiling url v2.5.8
23292026-06-15T03:33:32.668Z Compiling zerocopy v0.8.50
23302026-06-15T03:33:32.700Z Compiling subtle v2.6.1
23312026-06-15T03:33:32.762Z Compiling equivalent v1.0.2
23322026-06-15T03:33:32.856Z Compiling futures-sink v0.3.32
23332026-06-15T03:33:32.872Z Compiling slab v0.4.12
23342026-06-15T03:33:32.970Z Compiling typenum v1.20.1
23352026-06-15T03:33:33.079Z Compiling futures-channel v0.3.32
23362026-06-15T03:33:33.176Z Compiling futures-task v0.3.32
23372026-06-15T03:33:33.344Z Compiling schemars v0.8.22
23382026-06-15T03:33:33.356Z Compiling futures-io v0.3.32
23392026-06-15T03:33:33.550Z Compiling futures-util v0.3.32
23402026-06-15T03:33:33.781Z Compiling getrandom v0.2.17
23412026-06-15T03:33:34.016Z Compiling rand_core v0.6.4
23422026-06-15T03:33:34.260Z Compiling hashbrown v0.17.1
23432026-06-15T03:33:34.351Z Compiling ipnetwork v0.21.1
23442026-06-15T03:33:34.838Z Compiling indexmap v2.14.0
23452026-06-15T03:33:34.925Z Compiling tracing-core v0.1.36
23462026-06-15T03:33:35.238Z Compiling fnv v1.0.7
23472026-06-15T03:33:35.361Z Compiling tracing v0.1.44
23482026-06-15T03:33:35.676Z Compiling base64 v0.22.1
23492026-06-15T03:33:35.727Z Compiling erased-serde v0.3.31
23502026-06-15T03:33:35.823Z Compiling unicode-ident v1.0.24
23512026-06-15T03:33:35.951Z Compiling proc-macro2 v1.0.106
23522026-06-15T03:33:36.002Z Compiling oxnet v0.1.6
23532026-06-15T03:33:36.209Z Compiling http v1.4.1
23542026-06-15T03:33:36.232Z Compiling slog v2.8.2
23552026-06-15T03:33:36.383Z Compiling quote v1.0.45
23562026-06-15T03:33:36.397Z Compiling thiserror v1.0.69
23572026-06-15T03:33:36.508Z Compiling byteorder v1.5.0
23582026-06-15T03:33:36.766Z Compiling syn v2.0.117
23592026-06-15T03:33:36.831Z Compiling tokio-util v0.7.18
23602026-06-15T03:33:37.121Z Compiling ppv-lite86 v0.2.21
23612026-06-15T03:33:37.466Z Compiling ipnet v2.12.0
23622026-06-15T03:33:38.051Z Compiling rustls-pki-types v1.14.1
23632026-06-15T03:33:38.115Z Compiling rustix v1.1.4
23642026-06-15T03:33:38.145Z Compiling http-body v1.0.1
23652026-06-15T03:33:38.232Z Compiling aws-lc-sys v0.41.0
23662026-06-15T03:33:38.312Z Compiling untrusted v0.7.1
23672026-06-15T03:33:38.376Z Compiling atomic-waker v1.1.2
23682026-06-15T03:33:38.444Z Compiling pretty-hex v0.4.2
23692026-06-15T03:33:38.511Z Compiling httparse v1.10.1
23702026-06-15T03:33:38.587Z Compiling try-lock v0.2.5
23712026-06-15T03:33:38.682Z Compiling tower-layer v0.3.3
23722026-06-15T03:33:38.709Z Compiling tower-service v0.3.3
23732026-06-15T03:33:38.795Z Compiling aws-lc-rs v1.17.0
23742026-06-15T03:33:38.809Z Compiling untrusted v0.9.0
23752026-06-15T03:33:38.884Z Compiling rustls v0.23.40
23762026-06-15T03:33:38.940Z Compiling ryu v1.0.23
23772026-06-15T03:33:38.953Z Compiling want v0.3.1
23782026-06-15T03:33:38.997Z Compiling h2 v0.4.14
23792026-06-15T03:33:39.135Z Compiling plain v0.2.3
23802026-06-15T03:33:39.149Z Compiling httpdate v1.0.3
23812026-06-15T03:33:39.231Z Compiling getrandom v0.3.4
23822026-06-15T03:33:39.252Z Compiling crossbeam-utils v0.8.21
23832026-06-15T03:33:39.433Z Compiling regex-syntax v0.8.10
23842026-06-15T03:33:39.529Z Compiling ucd-trie v0.1.7
23852026-06-15T03:33:40.015Z Compiling rustls-webpki v0.103.13
23862026-06-15T03:33:40.105Z Compiling pest v2.8.6
23872026-06-15T03:33:40.130Z Compiling rand_core v0.9.5
23882026-06-15T03:33:40.399Z Compiling omicron-workspace-hack v0.1.0
23892026-06-15T03:33:40.477Z Compiling serde_urlencoded v0.7.1
23902026-06-15T03:33:41.707Z Compiling hyper v1.10.1
23912026-06-15T03:33:41.786Z Compiling http-body-util v0.1.3
23922026-06-15T03:33:42.067Z Compiling allocator-api2 v0.2.21
23932026-06-15T03:33:42.459Z Compiling foldhash v0.2.0
23942026-06-15T03:33:42.653Z Compiling hashbrown v0.16.1
23952026-06-15T03:33:42.752Z Compiling anyhow v1.0.102
23962026-06-15T03:33:43.419Z Compiling hyper-util v0.1.20
23972026-06-15T03:33:43.462Z Compiling rand_chacha v0.9.0
23982026-06-15T03:33:44.002Z Compiling powerfmt v0.2.0
23992026-06-15T03:33:44.274Z Compiling tokio-rustls v0.26.4
24002026-06-15T03:33:44.579Z Compiling deranged v0.5.8
24012026-06-15T03:33:45.134Z Compiling rand v0.9.4
24022026-06-15T03:33:45.589Z Compiling newtype-uuid v1.3.2
24032026-06-15T03:33:45.683Z Compiling sync_wrapper v1.0.2
24042026-06-15T03:33:45.802Z Compiling aho-corasick v1.1.4
24052026-06-15T03:33:45.914Z Compiling time-core v0.1.8
24062026-06-15T03:33:46.091Z Compiling num_threads v0.1.7
24072026-06-15T03:33:46.199Z Compiling num-conv v0.2.2
24082026-06-15T03:33:46.364Z Compiling hex v0.4.3
24092026-06-15T03:33:46.406Z Compiling time v0.3.47
24102026-06-15T03:33:46.410Z Compiling daft v0.1.7
24112026-06-15T03:33:46.644Z Compiling tower v0.5.3
24122026-06-15T03:33:46.657Z Compiling fastrand v2.4.1
24132026-06-15T03:33:46.673Z Compiling crossbeam-channel v0.5.15
24142026-06-15T03:33:46.698Z Compiling openapiv3 v2.2.0
24152026-06-15T03:33:46.991Z Compiling regex-automata v0.4.14
24162026-06-15T03:33:47.241Z Compiling tower-http v0.6.11
24172026-06-15T03:33:47.373Z Compiling openssl-probe v0.2.1
24182026-06-15T03:33:47.631Z Compiling rustls-native-certs v0.8.4
24192026-06-15T03:33:47.927Z Compiling generic-array v0.14.7
24202026-06-15T03:33:48.477Z Compiling scroll v0.13.0
24212026-06-15T03:33:48.481Z Compiling futures-executor v0.3.32
24222026-06-15T03:33:48.791Z Compiling thread_local v1.1.9
24232026-06-15T03:33:49.044Z Compiling cpufeatures v0.3.0
24242026-06-15T03:33:49.126Z Compiling regex v1.12.3
24252026-06-15T03:33:49.139Z Compiling goblin v0.10.7
24262026-06-15T03:33:49.158Z Compiling futures v0.3.32
24272026-06-15T03:33:49.249Z Compiling camino v1.2.2
24282026-06-15T03:33:49.386Z Compiling rustls-platform-verifier v0.7.0
24292026-06-15T03:33:49.819Z Compiling tempfile v3.27.0
24302026-06-15T03:33:50.025Z Compiling hyper-rustls v0.27.9
24312026-06-15T03:33:50.449Z Compiling is-terminal v0.4.17
24322026-06-15T03:33:50.558Z Compiling winnow v1.0.3
24332026-06-15T03:33:50.575Z Compiling term v1.2.1
24342026-06-15T03:33:50.736Z Compiling take_mut v0.2.2
24352026-06-15T03:33:50.851Z Compiling either v1.16.0
24362026-06-15T03:33:51.106Z Compiling slog-term v2.9.2
24372026-06-15T03:33:51.298Z Compiling slog-async v2.8.0
24382026-06-15T03:33:52.028Z Compiling reqwest v0.13.4
24392026-06-15T03:33:52.460Z Compiling dof v0.4.0
24402026-06-15T03:33:52.536Z Compiling dtrace-parser v0.3.0
24412026-06-15T03:33:52.804Z Compiling hybrid-array v0.4.12
24422026-06-15T03:33:53.300Z Compiling thread-id v5.1.0
24432026-06-15T03:33:53.391Z Compiling simd-adler32 v0.3.9
24442026-06-15T03:33:54.245Z Compiling match_cfg v0.1.0
24452026-06-15T03:33:54.325Z Compiling adler2 v2.0.1
24462026-06-15T03:33:54.495Z Compiling miniz_oxide v0.8.9
24472026-06-15T03:33:55.092Z Compiling hostname v0.3.1
24482026-06-15T03:33:55.262Z Compiling usdt-impl v0.6.0
24492026-06-15T03:33:55.537Z Compiling crc32fast v1.5.0
24502026-06-15T03:33:55.791Z Compiling slog-json v2.6.1
24512026-06-15T03:33:55.942Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24522026-06-15T03:33:56.064Z Compiling memmap2 v0.9.10
24532026-06-15T03:33:56.364Z Compiling usdt v0.6.0
24542026-06-15T03:33:57.032Z Compiling slog-bunyan v2.5.0
24552026-06-15T03:33:57.221Z Compiling flate2 v1.1.9
24562026-06-15T03:33:57.770Z Compiling crypto-common v0.2.2
24572026-06-15T03:33:57.930Z Compiling block-buffer v0.12.0
24582026-06-15T03:33:58.115Z Compiling crypto-common v0.1.7
24592026-06-15T03:33:58.174Z Compiling rand_chacha v0.3.1
24602026-06-15T03:33:58.263Z Compiling debug-ignore v1.0.5
24612026-06-15T03:33:58.376Z Compiling const-oid v0.10.2
24622026-06-15T03:33:58.675Z Compiling compression-core v0.4.32
24632026-06-15T03:33:58.796Z Compiling compression-codecs v0.4.38
24642026-06-15T03:33:58.852Z Compiling digest v0.11.3
24652026-06-15T03:33:59.051Z Compiling rand v0.8.6
24662026-06-15T03:33:59.069Z Compiling ref-cast v1.0.25
24672026-06-15T03:33:59.174Z Compiling toml_parser v1.1.2+spec-1.1.0
24682026-06-15T03:33:59.174Z Compiling strum v0.26.3
24692026-06-15T03:33:59.313Z Compiling macaddr v1.0.1
24702026-06-15T03:33:59.590Z Compiling toml_datetime v1.1.1+spec-1.1.0
24712026-06-15T03:33:59.606Z Compiling serde_spanned v1.1.1
24722026-06-15T03:33:59.759Z Compiling wait-timeout v0.2.1
24732026-06-15T03:33:59.853Z Compiling encoding_rs v0.8.35
24742026-06-15T03:34:00.006Z Compiling bit-vec v0.8.0
24752026-06-15T03:34:00.299Z Compiling spin v0.9.8
24762026-06-15T03:34:00.353Z Compiling toml_writer v1.1.1+spec-1.1.0
24772026-06-15T03:34:00.428Z Compiling quick-error v1.2.3
24782026-06-15T03:34:00.514Z Compiling mime v0.3.17
24792026-06-15T03:34:00.540Z Compiling toml v1.1.2+spec-1.1.0
24802026-06-15T03:34:00.609Z Compiling rusty-fork v0.3.1
24812026-06-15T03:34:00.652Z Compiling bit-set v0.8.0
24822026-06-15T03:34:00.842Z Compiling sha1 v0.11.0
24832026-06-15T03:34:00.992Z Compiling multer v3.1.0
24842026-06-15T03:34:01.251Z Compiling async-compression v0.4.42
24852026-06-15T03:34:01.475Z Compiling serde_with v3.20.0
24862026-06-15T03:34:01.739Z Compiling async-stream v0.3.6
24872026-06-15T03:34:01.944Z Compiling rand_xorshift v0.4.0
24882026-06-15T03:34:02.114Z Compiling waitgroup v0.1.2
24892026-06-15T03:34:02.207Z Compiling rustls-pemfile v2.2.0
24902026-06-15T03:34:02.224Z Compiling serde_path_to_error v0.1.20
24912026-06-15T03:34:02.275Z Compiling hostname v0.4.2
24922026-06-15T03:34:02.440Z Compiling unarray v0.1.4
24932026-06-15T03:34:02.487Z Compiling progenitor-client v0.14.0
24942026-06-15T03:34:02.580Z Compiling dropshot v0.17.1
24952026-06-15T03:34:02.679Z Compiling proptest v1.11.0
24962026-06-15T03:34:02.844Z Compiling strum v0.27.2
24972026-06-15T03:34:02.980Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24982026-06-15T03:34:02.995Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24992026-06-15T03:34:03.131Z Compiling iddqd v0.4.2
25002026-06-15T03:34:03.226Z Compiling itertools v0.14.0
25012026-06-15T03:34:04.164Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25022026-06-15T03:34:04.244Z Compiling block-buffer v0.10.4
25032026-06-15T03:34:04.418Z Compiling reqwest v0.12.28
25042026-06-15T03:34:04.471Z Compiling backon v1.6.0
25052026-06-15T03:34:04.727Z Compiling regress v0.10.5
25062026-06-15T03:34:04.739Z Compiling instant v0.1.13
25072026-06-15T03:34:04.858Z Compiling backoff v0.4.0
25082026-06-15T03:34:05.087Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25092026-06-15T03:34:05.091Z Compiling progenitor-extras v0.2.0
25102026-06-15T03:34:05.310Z Compiling digest v0.10.7
25112026-06-15T03:34:05.344Z Compiling parse-display v0.10.0
25122026-06-15T03:34:05.566Z Compiling progenitor-client v0.10.0
25132026-06-15T03:34:06.070Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25142026-06-15T03:34:06.300Z Compiling humantime v2.3.0
25152026-06-15T03:34:06.742Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25162026-06-15T03:34:07.139Z Compiling unicode-width v0.2.2
25172026-06-15T03:34:07.468Z Compiling utf8parse v0.2.2
25182026-06-15T03:34:07.598Z Compiling cpufeatures v0.2.17
25192026-06-15T03:34:07.694Z Compiling heck v0.5.0
25202026-06-15T03:34:08.290Z Compiling anstyle-parse v1.0.0
25212026-06-15T03:34:08.521Z Compiling terminal_size v0.4.4
25222026-06-15T03:34:08.684Z Compiling colorchoice v1.0.5
25232026-06-15T03:34:08.815Z Compiling anstyle-query v1.1.5
25242026-06-15T03:34:08.932Z Compiling anstyle v1.0.14
25252026-06-15T03:34:09.215Z Compiling is_terminal_polyfill v1.70.2
25262026-06-15T03:34:09.322Z Compiling anstream v1.0.0
25272026-06-15T03:34:09.435Z Compiling secrecy v0.10.3
25282026-06-15T03:34:09.610Z Compiling clap_lex v1.1.0
25292026-06-15T03:34:09.840Z Compiling strsim v0.11.1
25302026-06-15T03:34:09.904Z Compiling tinyvec_macros v0.1.1
25312026-06-15T03:34:09.918Z Compiling regress v0.11.1
25322026-06-15T03:34:09.981Z Compiling tinyvec v1.11.0
25332026-06-15T03:34:09.984Z Compiling num-integer v0.1.46
25342026-06-15T03:34:10.411Z Compiling clap_builder v4.6.0
25352026-06-15T03:34:10.504Z Compiling scroll v0.12.0
25362026-06-15T03:34:10.699Z Compiling crucible-workspace-hack v0.1.0
25372026-06-15T03:34:10.780Z Compiling hmac v0.12.1
25382026-06-15T03:34:10.805Z Compiling inout v0.1.4
25392026-06-15T03:34:10.943Z Compiling ff v0.13.1
25402026-06-15T03:34:10.976Z Compiling cipher v0.4.4
25412026-06-15T03:34:11.101Z Compiling group v0.13.0
25422026-06-15T03:34:11.228Z Compiling hkdf v0.12.4
25432026-06-15T03:34:11.240Z Compiling goblin v0.8.2
25442026-06-15T03:34:11.401Z Compiling num-rational v0.4.2
25452026-06-15T03:34:11.719Z Compiling typify-impl v0.6.2
25462026-06-15T03:34:12.542Z Compiling clap v4.6.1
25472026-06-15T03:34:12.633Z Compiling num-iter v0.1.45
25482026-06-15T03:34:12.768Z Compiling zerocopy v0.7.35
25492026-06-15T03:34:13.369Z Compiling universal-hash v0.5.1
25502026-06-15T03:34:13.518Z Compiling crypto-bigint v0.5.5
25512026-06-15T03:34:14.768Z Compiling typify v0.6.2
25522026-06-15T03:34:14.882Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25532026-06-15T03:34:15.463Z Compiling half v2.7.1
25542026-06-15T03:34:15.829Z Compiling num-complex v0.4.6
25552026-06-15T03:34:16.221Z Compiling base64ct v1.8.3
25562026-06-15T03:34:16.292Z Compiling base16ct v0.2.0
25572026-06-15T03:34:16.546Z Compiling opaque-debug v0.3.1
25582026-06-15T03:34:16.582Z Compiling ciborium-io v0.2.2
25592026-06-15T03:34:16.625Z Compiling poly1305 v0.8.0
25602026-06-15T03:34:16.716Z Compiling ciborium-ll v0.2.2
25612026-06-15T03:34:16.953Z Compiling password-hash v0.5.0
25622026-06-15T03:34:16.980Z Compiling elliptic-curve v0.13.8
25632026-06-15T03:34:17.268Z Compiling curve25519-dalek v4.1.3
25642026-06-15T03:34:17.286Z Compiling num v0.4.3
25652026-06-15T03:34:17.367Z Compiling thiserror-no-std v2.0.2
25662026-06-15T03:34:17.467Z Compiling hubpack v0.1.2
25672026-06-15T03:34:17.726Z Compiling dof v0.3.0
25682026-06-15T03:34:17.918Z Compiling chacha20 v0.9.1
25692026-06-15T03:34:18.171Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25702026-06-15T03:34:19.965Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25712026-06-15T03:34:20.407Z Compiling blake2 v0.10.6
25722026-06-15T03:34:20.518Z Compiling aead v0.5.2
25732026-06-15T03:34:20.715Z Compiling byte-wrapper v0.1.0
25742026-06-15T03:34:20.909Z Compiling dtrace-parser v0.2.0
25752026-06-15T03:34:21.070Z Compiling crossbeam-epoch v0.9.18
25762026-06-15T03:34:21.523Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25772026-06-15T03:34:21.546Z Compiling thread-id v4.2.2
25782026-06-15T03:34:21.591Z Compiling static_assertions v1.1.0
25792026-06-15T03:34:21.636Z Compiling keccak v0.1.6
25802026-06-15T03:34:21.670Z Compiling float-ord v0.3.2
25812026-06-15T03:34:21.723Z Compiling usdt-impl v0.5.0
25822026-06-15T03:34:21.787Z Compiling sha3 v0.10.9
25832026-06-15T03:34:22.182Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25842026-06-15T03:34:22.355Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25852026-06-15T03:34:22.852Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25862026-06-15T03:34:23.074Z Compiling chacha20poly1305 v0.10.1
25872026-06-15T03:34:23.230Z Compiling argon2 v0.5.3
25882026-06-15T03:34:23.473Z Compiling vsss-rs v3.3.4
25892026-06-15T03:34:24.250Z Compiling memoffset v0.9.1
25902026-06-15T03:34:24.347Z Compiling ciborium v0.2.2
25912026-06-15T03:34:24.967Z Compiling hash32 v0.3.1
25922026-06-15T03:34:25.138Z Compiling memmap v0.7.0
25932026-06-15T03:34:25.198Z Compiling indent_write v2.2.0
25942026-06-15T03:34:25.359Z Compiling data-encoding v2.11.0
25952026-06-15T03:34:25.387Z Compiling usdt v0.5.0
25962026-06-15T03:34:26.054Z Compiling heapless v0.8.0
25972026-06-15T03:34:26.058Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25982026-06-15T03:34:26.567Z Compiling nix v0.31.3
25992026-06-15T03:34:26.718Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26002026-06-15T03:34:26.826Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26012026-06-15T03:34:27.187Z Compiling ingot-types v0.1.2
26022026-06-15T03:34:27.653Z Compiling rustix v0.38.44
26032026-06-15T03:34:27.903Z Compiling tabwriter v1.4.1
26042026-06-15T03:34:28.051Z Compiling cobs v0.3.0
26052026-06-15T03:34:28.278Z Compiling bitflags v1.3.2
26062026-06-15T03:34:28.329Z Compiling managed v0.8.0
26072026-06-15T03:34:28.360Z Compiling bytecount v0.6.9
26082026-06-15T03:34:28.555Z Compiling colored v3.1.1
26092026-06-15T03:34:28.594Z Compiling foreign-types-shared v0.3.1
26102026-06-15T03:34:28.697Z Compiling foreign-types v0.5.0
26112026-06-15T03:34:28.787Z Compiling smoltcp v0.11.0
26122026-06-15T03:34:29.059Z Compiling postcard v1.1.3
26132026-06-15T03:34:29.181Z Compiling num_enum v0.7.6
26142026-06-15T03:34:29.226Z Compiling ingot v0.1.1
26152026-06-15T03:34:29.311Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26162026-06-15T03:34:29.441Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26172026-06-15T03:34:29.559Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26182026-06-15T03:34:29.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26192026-06-15T03:34:29.961Z Compiling chacha20 v0.10.0
26202026-06-15T03:34:30.264Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26212026-06-15T03:34:30.698Z Compiling toml_datetime v0.6.11
26222026-06-15T03:34:31.098Z Compiling serde_spanned v0.6.9
26232026-06-15T03:34:31.272Z Compiling cstr-argument v0.1.2
26242026-06-15T03:34:31.433Z Compiling linked-hash-map v0.5.6
26252026-06-15T03:34:31.450Z Compiling unicode-segmentation v1.13.3
26262026-06-15T03:34:31.651Z Compiling swrite v0.1.0
26272026-06-15T03:34:31.765Z Compiling resolv-conf v0.7.6
26282026-06-15T03:34:32.032Z Compiling winnow v0.7.15
26292026-06-15T03:34:32.076Z Compiling toml_write v0.1.2
26302026-06-15T03:34:32.327Z Compiling newline-converter v0.3.0
26312026-06-15T03:34:32.417Z Compiling lru-cache v0.1.2
26322026-06-15T03:34:32.467Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26332026-06-15T03:34:32.536Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26342026-06-15T03:34:32.562Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26352026-06-15T03:34:32.697Z Compiling rand v0.10.1
26362026-06-15T03:34:32.896Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26372026-06-15T03:34:33.137Z Compiling atomicwrites v0.4.4
26382026-06-15T03:34:33.430Z Compiling hickory-proto v0.24.4
26392026-06-15T03:34:33.532Z Compiling crossbeam-deque v0.8.6
26402026-06-15T03:34:33.757Z Compiling toml_edit v0.22.27
26412026-06-15T03:34:33.967Z Compiling progenitor-impl v0.13.0
26422026-06-15T03:34:34.212Z Compiling console v0.15.11
26432026-06-15T03:34:34.656Z Compiling progenitor-client v0.13.0
26442026-06-15T03:34:35.185Z Compiling itertools v0.12.1
26452026-06-15T03:34:35.578Z Compiling camino-tempfile v1.4.1
26462026-06-15T03:34:36.016Z Compiling serde-big-array v0.5.1
26472026-06-15T03:34:36.184Z Compiling similar v2.7.0
26482026-06-15T03:34:36.569Z Compiling lazy_static v1.5.0
26492026-06-15T03:34:36.645Z Compiling siphasher v1.0.3
26502026-06-15T03:34:36.681Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26512026-06-15T03:34:36.858Z Compiling phf_shared v0.12.1
26522026-06-15T03:34:37.088Z Compiling expectorate v1.2.0
26532026-06-15T03:34:37.299Z Compiling pin-project v1.1.13
26542026-06-15T03:34:37.410Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26552026-06-15T03:34:37.565Z Compiling hickory-resolver v0.24.4
26562026-06-15T03:34:38.940Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26572026-06-15T03:34:41.305Z Compiling progenitor v0.13.0
26582026-06-15T03:34:41.454Z Compiling toml v0.8.23
26592026-06-15T03:34:41.864Z Compiling prettyplease v0.2.37
26602026-06-15T03:34:42.520Z Compiling rayon-core v1.13.0
26612026-06-15T03:34:43.136Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26622026-06-15T03:34:44.268Z Compiling num_enum v0.5.11
26632026-06-15T03:34:44.320Z Compiling progenitor-impl v0.14.0
26642026-06-15T03:34:44.396Z Compiling unicode-normalization v0.1.25
26652026-06-15T03:34:44.986Z Compiling tokio-stream v0.1.18
26662026-06-15T03:34:45.556Z Compiling bstr v1.12.1
26672026-06-15T03:34:46.274Z Compiling csv-core v0.1.13
26682026-06-15T03:34:46.687Z Compiling foreign-types-shared v0.1.1
26692026-06-15T03:34:46.739Z Compiling foldhash v0.1.5
26702026-06-15T03:34:46.789Z Compiling highway v1.3.0
26712026-06-15T03:34:46.870Z Compiling unicode-width v0.1.14
26722026-06-15T03:34:46.969Z Compiling same-file v1.0.6
26732026-06-15T03:34:47.152Z Compiling konst_macro_rules v0.2.19
26742026-06-15T03:34:47.181Z Compiling walkdir v2.5.0
26752026-06-15T03:34:47.346Z Compiling konst v0.2.20
26762026-06-15T03:34:47.486Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26772026-06-15T03:34:47.727Z Compiling hashbrown v0.15.5
26782026-06-15T03:34:47.980Z Compiling foreign-types v0.3.2
26792026-06-15T03:34:48.066Z Compiling csv v1.4.0
26802026-06-15T03:34:48.376Z Compiling globset v0.4.18
26812026-06-15T03:34:49.058Z Compiling progenitor v0.14.0
26822026-06-15T03:34:49.203Z Compiling qorb v0.4.1
26832026-06-15T03:34:49.280Z Compiling snafu v0.8.9
26842026-06-15T03:34:49.897Z Compiling olpc-cjson v0.1.4
26852026-06-15T03:34:50.117Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26862026-06-15T03:34:50.747Z Compiling rayon v1.12.0
26872026-06-15T03:34:51.702Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-06-15T03:34:52.633Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26892026-06-15T03:34:52.979Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26902026-06-15T03:34:53.436Z Compiling phf v0.12.1
26912026-06-15T03:34:53.619Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26922026-06-15T03:34:54.554Z Compiling openssl-sys v0.9.116
26932026-06-15T03:34:54.987Z Compiling tokio-dtrace v0.1.1
26942026-06-15T03:34:55.321Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-15T03:34:55.865Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26962026-06-15T03:34:56.110Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26972026-06-15T03:34:57.663Z Compiling libsw-core v0.3.2
26982026-06-15T03:34:57.844Z Compiling pem v3.0.6
26992026-06-15T03:34:58.176Z Compiling serde_plain v1.0.2
27002026-06-15T03:34:58.469Z Compiling sigpipe v0.1.3
27012026-06-15T03:34:58.552Z Compiling jiff v0.2.28
27022026-06-15T03:34:58.569Z Compiling fixedbitset v0.5.7
27032026-06-15T03:34:58.820Z Compiling fixedbitset v0.4.2
27042026-06-15T03:34:59.014Z Compiling typed-path v0.9.3
27052026-06-15T03:34:59.079Z Compiling minimal-lexical v0.2.1
27062026-06-15T03:34:59.197Z Compiling glob v0.3.3
27072026-06-15T03:34:59.403Z Compiling nom v7.1.3
27082026-06-15T03:34:59.842Z Compiling petgraph v0.6.5
27092026-06-15T03:35:00.206Z Compiling tough v0.22.0
27102026-06-15T03:35:01.095Z Compiling petgraph v0.8.3
27112026-06-15T03:35:01.695Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27122026-06-15T03:35:01.993Z Compiling openssl v0.10.80
27132026-06-15T03:35:02.774Z Compiling libsw v3.5.0
27142026-06-15T03:35:02.966Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27152026-06-15T03:35:03.266Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27162026-06-15T03:35:03.512Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27172026-06-15T03:35:03.551Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-06-15T03:35:03.813Z Compiling zone v0.3.1
27192026-06-15T03:35:04.192Z Compiling oxide-tokio-rt v0.1.6
27202026-06-15T03:35:04.827Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27212026-06-15T03:35:05.052Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27222026-06-15T03:35:05.634Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-15T03:35:05.815Z Compiling chrono-tz v0.10.4
27242026-06-15T03:35:06.834Z Compiling newtype_derive v0.1.6
27252026-06-15T03:35:06.923Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27262026-06-15T03:35:07.623Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-06-15T03:35:07.638Z Compiling slog-dtrace v0.3.0
27282026-06-15T03:35:08.360Z Compiling cancel-safe-futures v0.1.5
27292026-06-15T03:35:08.723Z Compiling const_format v0.2.36
27302026-06-15T03:35:09.240Z Compiling owo-colors v4.3.0
27312026-06-15T03:35:09.382Z Compiling papergrid v0.11.0
27322026-06-15T03:35:09.573Z Compiling gethostname v0.5.0
27332026-06-15T03:35:09.711Z Compiling libscf-sys v1.2.0
27342026-06-15T03:35:09.868Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27352026-06-15T03:35:10.164Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-15T03:35:10.317Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27372026-06-15T03:35:10.593Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-15T03:35:10.618Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-06-15T03:35:10.718Z Compiling smf v0.2.3
27402026-06-15T03:35:11.674Z Compiling bcs v0.1.6
27412026-06-15T03:35:11.957Z Compiling smawk v0.3.2
27422026-06-15T03:35:12.082Z Compiling termtree v0.5.1
27432026-06-15T03:35:12.113Z Compiling tagptr v0.2.0
27442026-06-15T03:35:12.124Z Compiling unicode-linebreak v0.1.5
27452026-06-15T03:35:12.251Z Compiling whoami v1.6.1
27462026-06-15T03:35:12.276Z Compiling linear-map v1.2.0
27472026-06-15T03:35:12.398Z Compiling textwrap v0.16.2
27482026-06-15T03:35:12.497Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-15T03:35:12.741Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-15T03:35:13.662Z Compiling moka v0.12.15
27512026-06-15T03:35:13.903Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-06-15T03:35:14.053Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-15T03:35:14.822Z Compiling tabled v0.15.0
27542026-06-15T03:35:14.902Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-15T03:35:15.209Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-15T03:35:15.417Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-15T03:35:15.429Z Compiling steno v0.4.1
27582026-06-15T03:35:16.322Z Compiling cookie v0.18.1
27592026-06-15T03:35:17.702Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-15T03:35:21.373Z Compiling papergrid v0.18.0
27612026-06-15T03:35:22.375Z Compiling hickory-proto v0.25.2
27622026-06-15T03:35:23.550Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
27632026-06-15T03:35:23.591Z Compiling testing_table v0.3.0
27642026-06-15T03:35:24.011Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27652026-06-15T03:35:25.222Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27662026-06-15T03:35:25.496Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27672026-06-15T03:35:25.524Z Compiling hickory-resolver v0.25.2
27682026-06-15T03:35:26.198Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
27692026-06-15T03:35:27.149Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-06-15T03:35:28.519Z Compiling tabled v0.21.0
27712026-06-15T03:35:28.746Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27722026-06-15T03:35:29.471Z Compiling arc-swap v1.9.1
27732026-06-15T03:35:29.824Z Compiling slog-scope v4.4.1
27742026-06-15T03:35:30.301Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
27752026-06-15T03:35:31.415Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
27762026-06-15T03:35:31.509Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-15T03:35:33.152Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-15T03:35:34.725Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27792026-06-15T03:35:35.452Z Compiling crc8 v0.1.1
27802026-06-15T03:35:35.570Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
27812026-06-15T03:35:37.161Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27822026-06-15T03:35:37.317Z Compiling slog-stdlog v4.1.1
27832026-06-15T03:35:37.714Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27842026-06-15T03:35:37.831Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27852026-06-15T03:35:37.884Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27862026-06-15T03:35:37.955Z Compiling slog-envlogger v2.2.0
27872026-06-15T03:35:38.558Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27882026-06-15T03:35:38.821Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27892026-06-15T03:35:41.599Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-15T03:35:45.008Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27912026-06-15T03:35:54.823Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27922026-06-15T03:35:59.174Z Finished `release` profile [optimized] target(s) in 2m 31s
27932026-06-15T03:35:59.290Z Running unittests src/lib.rs (target/release/deps/mg_tests-dd66e4b8a4da042a)
27942026-06-15T03:35:59.294Z
27952026-06-15T03:35:59.294Zrunning 1 test
27962026-06-15T03:35:59.505Zconfigure zone
27972026-06-15T03:35:59.522Zinstall zone
27982026-06-15T03:36:09.286Zboot zone
27992026-06-15T03:36:09.368Zstart zone s1
28002026-06-15T03:36:09.371Zconfigure zone
28012026-06-15T03:36:09.377Zinstall zone
28022026-06-15T03:36:11.207Zboot zone
28032026-06-15T03:36:11.301Zstart zone s2
28042026-06-15T03:36:11.301Zconfigure zone
28052026-06-15T03:36:11.311Zinstall zone
28062026-06-15T03:36:13.714Zboot zone
28072026-06-15T03:36:13.799Zstart zone t1
28082026-06-15T03:36:13.799Zconfigure zone
28092026-06-15T03:36:13.811Zinstall zone
28102026-06-15T03:36:16.458Zboot zone
28112026-06-15T03:36:16.555Zwaiting for zones to come up
28122026-06-15T03:36:26.555Z[sidecar.trio] svcs milestone/network
28132026-06-15T03:36:26.579ZSTATE STIME FMRI
28142026-06-15T03:36:26.579Zonline 3:36:09 svc:/milestone/network:default
28152026-06-15T03:36:26.579Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28162026-06-15T03:36:26.606Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28172026-06-15T03:36:26.633Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28182026-06-15T03:36:26.653Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28192026-06-15T03:36:26.656Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28202026-06-15T03:36:26.668Z
28212026-06-15T03:36:26.668Zrunning zone s1.trio setup
28222026-06-15T03:36:26.668Z[s1.trio] svcs milestone/network
28232026-06-15T03:36:26.685ZSTATE STIME FMRI
28242026-06-15T03:36:26.685Zonline 3:36:11 svc:/milestone/network:default
28252026-06-15T03:36:26.685Z[s1.trio] dladm
28262026-06-15T03:36:26.697ZLINK CLASS MTU STATE BRIDGE OVER
28272026-06-15T03:36:26.697Zsl0 simnet 9000 up -- ?
28282026-06-15T03:36:26.697Zmg2 vnic 9000 up -- ?
28292026-06-15T03:36:26.697Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28302026-06-15T03:36:27.239Z
28312026-06-15T03:36:27.239Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28322026-06-15T03:36:27.255Z
28332026-06-15T03:36:27.255Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28342026-06-15T03:36:27.266Z
28352026-06-15T03:36:27.266Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28362026-06-15T03:36:27.349Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28372026-06-15T03:36:27.427Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8cb79037-5aba-43c7-a2b0-0afca20ca0cb --sled-uuid 311d7b27-31b2-4870-83c4-5d919d6ac596 -a sl0/v6 &> /opt/ddmd.log &
28382026-06-15T03:36:27.443Z
28392026-06-15T03:36:27.443Zrunning zone s2.trio setup
28402026-06-15T03:36:27.443Z[s2.trio] svcs milestone/network
28412026-06-15T03:36:27.457ZSTATE STIME FMRI
28422026-06-15T03:36:27.457Zonline 3:36:13 svc:/milestone/network:default
28432026-06-15T03:36:27.457Z[s2.trio] dladm
28442026-06-15T03:36:27.471ZLINK CLASS MTU STATE BRIDGE OVER
28452026-06-15T03:36:27.471Zsl1 simnet 9000 up -- ?
28462026-06-15T03:36:27.471Zmg3 vnic 9000 up -- ?
28472026-06-15T03:36:27.471Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28482026-06-15T03:36:28.093Z
28492026-06-15T03:36:28.093Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28502026-06-15T03:36:28.110Z
28512026-06-15T03:36:28.110Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28522026-06-15T03:36:28.121Z
28532026-06-15T03:36:28.121Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28542026-06-15T03:36:28.154Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28552026-06-15T03:36:28.183Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 296b1c95-3a73-4ef3-976a-54def434ebf0 --sled-uuid f80942aa-c6f1-41ac-a321-438a5bb0130e -a sl1/v6 &> /opt/ddmd.log &
28562026-06-15T03:36:28.194Z
28572026-06-15T03:36:28.194Zrunning zone t1.trio setup
28582026-06-15T03:36:28.194Z[t1.trio] svcs milestone/network
28592026-06-15T03:36:28.209ZSTATE STIME FMRI
28602026-06-15T03:36:28.209Zonline 3:36:16 svc:/milestone/network:default
28612026-06-15T03:36:28.209Z[t1.trio] dladm
28622026-06-15T03:36:28.222ZLINK CLASS MTU STATE BRIDGE OVER
28632026-06-15T03:36:28.223Ztfportrear0_0 simnet 9000 up -- ?
28642026-06-15T03:36:28.223Ztfportrear1_0 simnet 9000 up -- ?
28652026-06-15T03:36:28.223Zmg1 vnic 9000 up -- ?
28662026-06-15T03:36:28.223Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28672026-06-15T03:36:28.812Z
28682026-06-15T03:36:28.812Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28692026-06-15T03:36:28.827Z
28702026-06-15T03:36:28.828Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28712026-06-15T03:36:28.840Z
28722026-06-15T03:36:28.840Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28732026-06-15T03:36:28.851Z
28742026-06-15T03:36:28.851Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28752026-06-15T03:36:29.147Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28762026-06-15T03:36:29.150Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28772026-06-15T03:36:29.152Zwaiting 3s for copy of files to zone to complete ...
28782026-06-15T03:36:32.150Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28792026-06-15T03:36:32.289Z
28802026-06-15T03:36:32.289Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28812026-06-15T03:36:32.394Z
28822026-06-15T03:36:32.395Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28832026-06-15T03:36:32.429Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28842026-06-15T03:36:32.459Z[t1.trio] svcadm disable dendrite
28852026-06-15T03:36:32.483Z
28862026-06-15T03:36:32.483Z[t1.trio] svcadm disable tfport
28872026-06-15T03:36:32.505Z
28882026-06-15T03:36:32.505Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28892026-06-15T03:36:32.530Z
28902026-06-15T03:36:32.530Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28912026-06-15T03:36:32.555Z
28922026-06-15T03:36:32.555Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28932026-06-15T03:36:32.580Z
28942026-06-15T03:36:32.580Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28952026-06-15T03:36:32.605Z
28962026-06-15T03:36:32.605Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28972026-06-15T03:36:32.629Z
28982026-06-15T03:36:32.629Z[t1.trio] svcadm refresh dendrite:default
28992026-06-15T03:36:32.650Z
29002026-06-15T03:36:32.650Z[t1.trio] svcadm enable dendrite:default
29012026-06-15T03:36:32.671Z
29022026-06-15T03:36:32.671Zwait 10s for dendrite to come up ...
29032026-06-15T03:36:42.671Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29042026-06-15T03:36:42.701Z
29052026-06-15T03:36:42.701Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29062026-06-15T03:36:42.726Z
29072026-06-15T03:36:42.726Z[t1.trio] svcadm refresh tfport:default
29082026-06-15T03:36:42.749Z
29092026-06-15T03:36:42.749Z[t1.trio] svcadm enable tfport
29102026-06-15T03:36:42.770Z
29112026-06-15T03:36:42.770Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 094c9e0a-3dd5-4456-aca1-91cdd7e14673 --sled-uuid 6f7a5d26-d740-4dcb-9809-213400b85589 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29122026-06-15T03:36:42.781Z
29132026-06-15T03:36:42.781Z[t1.trio] ipadm
29142026-06-15T03:36:42.795ZADDROBJ TYPE STATE ADDR
29152026-06-15T03:36:42.795Zlo0/v4 static ok 127.0.0.1/8
29162026-06-15T03:36:42.795Zmg1/v4 static ok 10.0.0.3/24
29172026-06-15T03:36:42.795Zlo0/v6 static ok ::1/128
29182026-06-15T03:36:42.795Zlo0/u6 static ok fd00:3::1/64
29192026-06-15T03:36:42.795Ztfportrear0_0/v6 addrconf ok fe80::f0ee:22ff:fe78:9bdf%tfportrear0_0/10
29202026-06-15T03:36:42.795Ztfportrear1_0/v6 addrconf ok fe80::94fa:2aff:fe71:78ac%tfportrear1_0/10
29212026-06-15T03:36:44.901Zinitial peering test passed
29222026-06-15T03:36:45.903Zadvertise from one passed
29232026-06-15T03:36:46.905Zadvertise from two passed
29242026-06-15T03:36:46.905Z[s1.trio] ping fd00:2::1
29252026-06-15T03:36:46.921Zfd00:2::1 is alive
29262026-06-15T03:36:46.921Z[s2.trio] ping fd00:1::1
29272026-06-15T03:36:46.933Zfd00:1::1 is alive
29282026-06-15T03:36:46.933Zconnectivity test passed
29292026-06-15T03:36:46.933Z[t1.trio] pkill ddmd
29302026-06-15T03:36:46.944Z
29312026-06-15T03:36:52.948Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid acb80369-e542-4816-84eb-2958f6c31015 --sled-uuid 482c3d94-7bb6-4a07-a9a3-8fc16684a940 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29322026-06-15T03:36:52.962Z
29332026-06-15T03:36:52.962Z[t1.trio] ipadm
29342026-06-15T03:36:52.975ZADDROBJ TYPE STATE ADDR
29352026-06-15T03:36:52.975Zlo0/v4 static ok 127.0.0.1/8
29362026-06-15T03:36:52.975Zmg1/v4 static ok 10.0.0.3/24
29372026-06-15T03:36:52.975Zlo0/v6 static ok ::1/128
29382026-06-15T03:36:52.975Zlo0/u6 static ok fd00:3::1/64
29392026-06-15T03:36:52.975Ztfportrear0_0/v6 addrconf ok fe80::f0ee:22ff:fe78:9bdf%tfportrear0_0/10
29402026-06-15T03:36:52.975Ztfportrear1_0/v6 addrconf ok fe80::94fa:2aff:fe71:78ac%tfportrear1_0/10
29412026-06-15T03:36:55.978Z[s1.trio] ping fd00:2::1
29422026-06-15T03:36:55.994Zfd00:2::1 is alive
29432026-06-15T03:36:55.994Z[s2.trio] ping fd00:1::1
29442026-06-15T03:36:56.006Zfd00:1::1 is alive
29452026-06-15T03:36:56.006Ztransit router restart passed
29462026-06-15T03:36:56.006Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29472026-06-15T03:36:56.022Zlocal v6:
29482026-06-15T03:36:56.022Zfe80::f0ee:22ff:fe78:9bdf
29492026-06-15T03:36:56.022Zfe80::94fa:2aff:fe71:78ac
29502026-06-15T03:36:56.022Zlocal v4:
29512026-06-15T03:36:56.022Zrouter v6_idx:
29522026-06-15T03:36:56.022Zfd00:1::/64 -> 0
29532026-06-15T03:36:56.022Zfd00:2::/64 -> 1
29542026-06-15T03:36:56.022Zrouter v6_routes:
29552026-06-15T03:36:56.022Z1 -> fe80::d88f:88ff:fe67:6d47 (2)
29562026-06-15T03:36:56.022Z0 -> fe80::1889:faff:fe4c:708b (1)
29572026-06-15T03:36:56.022Zrouter v4_idx:
29582026-06-15T03:36:56.022Zrouter v4_routes:
29592026-06-15T03:36:56.022Zresolver v4:
29602026-06-15T03:36:56.022Z10.0.0.254 -> 02:08:20:66:d5:3b
29612026-06-15T03:36:56.022Z10.0.0.3 -> 02:08:20:39:f7:07
29622026-06-15T03:36:56.023Zresolver v6:
29632026-06-15T03:36:56.023Zfe80::f0ee:22ff:fe78:9bdf -> f2:ee:22:78:9b:df
29642026-06-15T03:36:56.023Zfe80::1889:faff:fe4c:708b -> 1a:89:fa:4c:70:8b
29652026-06-15T03:36:56.023Zfe80::94fa:2aff:fe71:78ac -> 96:fa:2a:71:78:ac
29662026-06-15T03:36:56.023Zfe80::d88f:88ff:fe67:6d47 -> da:8f:88:67:6d:47
29672026-06-15T03:36:56.023Znat v4:
29682026-06-15T03:36:56.023Znat_v6:
29692026-06-15T03:36:56.023Zport_mac:
29702026-06-15T03:36:56.023Z1000: a8:40:25:11:c5:f5
29712026-06-15T03:36:56.023Z2: a8:40:25:11:c5:f7
29722026-06-15T03:36:56.023Z1: a8:40:25:11:c5:f6
29732026-06-15T03:36:56.023Zproxy arp:
29742026-06-15T03:36:56.023Z[s1.trio] pkill ddmd
29752026-06-15T03:36:56.034Z
29762026-06-15T03:36:59.294Ztest ddm::test_trio_v3 has been running for over 60 seconds
29772026-06-15T03:37:01.037Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29782026-06-15T03:37:01.054Zlocal v6:
29792026-06-15T03:37:01.054Zfe80::f0ee:22ff:fe78:9bdf
29802026-06-15T03:37:01.054Zfe80::94fa:2aff:fe71:78ac
29812026-06-15T03:37:01.054Zlocal v4:
29822026-06-15T03:37:01.054Zrouter v6_idx:
29832026-06-15T03:37:01.054Zfd00:2::/64 -> 1
29842026-06-15T03:37:01.054Zrouter v6_routes:
29852026-06-15T03:37:01.054Z1 -> fe80::d88f:88ff:fe67:6d47 (2)
29862026-06-15T03:37:01.055Zrouter v4_idx:
29872026-06-15T03:37:01.055Zrouter v4_routes:
29882026-06-15T03:37:01.055Zresolver v4:
29892026-06-15T03:37:01.055Z10.0.0.254 -> 02:08:20:66:d5:3b
29902026-06-15T03:37:01.055Z10.0.0.3 -> 02:08:20:39:f7:07
29912026-06-15T03:37:01.055Zresolver v6:
29922026-06-15T03:37:01.055Zfe80::f0ee:22ff:fe78:9bdf -> f2:ee:22:78:9b:df
29932026-06-15T03:37:01.055Zfe80::1889:faff:fe4c:708b -> 1a:89:fa:4c:70:8b
29942026-06-15T03:37:01.055Zfe80::94fa:2aff:fe71:78ac -> 96:fa:2a:71:78:ac
29952026-06-15T03:37:01.055Zfe80::d88f:88ff:fe67:6d47 -> da:8f:88:67:6d:47
29962026-06-15T03:37:01.055Znat v4:
29972026-06-15T03:37:01.055Znat_v6:
29982026-06-15T03:37:01.055Zport_mac:
29992026-06-15T03:37:01.055Z1000: a8:40:25:11:c5:f5
30002026-06-15T03:37:01.055Z2: a8:40:25:11:c5:f7
30012026-06-15T03:37:01.055Z1: a8:40:25:11:c5:f6
30022026-06-15T03:37:01.055Zproxy arp:
30032026-06-15T03:37:01.055Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2dc68f87-6ea1-4a2d-b89f-241b959f9795 --sled-uuid 8f5837ac-7506-4d56-ac16-02e5aba8cca8 -a sl0/v6 &> /opt/ddmd.log &
30042026-06-15T03:37:01.066Z
30052026-06-15T03:37:04.068Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30062026-06-15T03:37:04.087Zlocal v6:
30072026-06-15T03:37:04.087Zfe80::f0ee:22ff:fe78:9bdf
30082026-06-15T03:37:04.087Zfe80::94fa:2aff:fe71:78ac
30092026-06-15T03:37:04.087Zlocal v4:
30102026-06-15T03:37:04.087Zrouter v6_idx:
30112026-06-15T03:37:04.087Zfd00:1::/64 -> 0
30122026-06-15T03:37:04.087Zfd00:2::/64 -> 1
30132026-06-15T03:37:04.087Zrouter v6_routes:
30142026-06-15T03:37:04.087Z1 -> fe80::d88f:88ff:fe67:6d47 (2)
30152026-06-15T03:37:04.087Z0 -> fe80::1889:faff:fe4c:708b (1)
30162026-06-15T03:37:04.088Zrouter v4_idx:
30172026-06-15T03:37:04.088Zrouter v4_routes:
30182026-06-15T03:37:04.088Zresolver v4:
30192026-06-15T03:37:04.088Z10.0.0.254 -> 02:08:20:66:d5:3b
30202026-06-15T03:37:04.088Z10.0.0.3 -> 02:08:20:39:f7:07
30212026-06-15T03:37:04.088Zresolver v6:
30222026-06-15T03:37:04.088Zfe80::f0ee:22ff:fe78:9bdf -> f2:ee:22:78:9b:df
30232026-06-15T03:37:04.088Zfe80::1889:faff:fe4c:708b -> 1a:89:fa:4c:70:8b
30242026-06-15T03:37:04.088Zfe80::94fa:2aff:fe71:78ac -> 96:fa:2a:71:78:ac
30252026-06-15T03:37:04.088Zfe80::d88f:88ff:fe67:6d47 -> da:8f:88:67:6d:47
30262026-06-15T03:37:04.088Znat v4:
30272026-06-15T03:37:04.088Znat_v6:
30282026-06-15T03:37:04.088Zport_mac:
30292026-06-15T03:37:04.088Z1000: a8:40:25:11:c5:f5
30302026-06-15T03:37:04.088Z2: a8:40:25:11:c5:f7
30312026-06-15T03:37:04.088Z1: a8:40:25:11:c5:f6
30322026-06-15T03:37:04.088Zproxy arp:
30332026-06-15T03:37:04.091Z[s2.trio] netstat -nr -f inet6
30342026-06-15T03:37:04.101ZRouting Table: IPv6
30352026-06-15T03:37:04.101Z Destination/Mask Gateway Flags Ref Use If
30362026-06-15T03:37:04.101Z--------------------------- --------------------------- ----- --- ------- -----
30372026-06-15T03:37:04.101Z::1 ::1 UH 2 0 lo0
30382026-06-15T03:37:04.101Zfd00:1::/64 fe80::94fa:2aff:fe71:78ac UG 1 0 sl1
30392026-06-15T03:37:04.101Zfe80::/10 fe80::d88f:88ff:fe67:6d47 U 3 64 sl1
30402026-06-15T03:37:04.101Z[s2.trio] ipadm
30412026-06-15T03:37:04.114ZADDROBJ TYPE STATE ADDR
30422026-06-15T03:37:04.114Zlo0/v4 static ok 127.0.0.1/8
30432026-06-15T03:37:04.114Zmg3/v4 static ok 10.0.0.2/24
30442026-06-15T03:37:04.115Zlo0/v6 static ok ::1/128
30452026-06-15T03:37:04.115Zlo0/u6 static ok fd00:2::1/64
30462026-06-15T03:37:04.115Zsl1/v6 addrconf ok fe80::d88f:88ff:fe67:6d47%sl1/10
30472026-06-15T03:37:04.115Z[s2.trio] route -nv get -inet6 fd00:1::1
30482026-06-15T03:37:04.126Znewrt->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>
30492026-06-15T03:37:04.126Zlocks: inits:
30502026-06-15T03:37:04.126Zsockaddrs: <DST,IFP>
30512026-06-15T03:37:04.126Z fd00:1::1
30522026-06-15T03:37:04.126Z route to: fd00:1::1
30532026-06-15T03:37:04.126Zdestination: fd00:1::
30542026-06-15T03:37:04.126Z mask: ffff:ffff:ffff:ffff::
30552026-06-15T03:37:04.126Z gateway: fe80::94fa:2aff:fe71:78ac
30562026-06-15T03:37:04.126Z interface: sl1 index 3 address da 8f 88 67 6d 47
30572026-06-15T03:37:04.126Z flags: <UP,GATEWAY,DONE,STATIC>
30582026-06-15T03:37:04.126Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30592026-06-15T03:37:04.126Z 0 0 0 0 0 0 9000 0
30602026-06-15T03:37:04.127Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30612026-06-15T03:37:04.131Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30622026-06-15T03:37:04.131Z fd00:1:: fe80::94fa:2aff:fe71:78ac ffff:ffff:ffff:ffff:: sl1:da.8f.88.67.6d.47 fe80::d88f:88ff:fe67:6d47
30632026-06-15T03:37:04.131Z[s2.trio] ndp -na
30642026-06-15T03:37:04.138ZNet to Media Table: IPv6
30652026-06-15T03:37:04.138Z If Physical Address Type State Destination/Mask
30662026-06-15T03:37:04.138Z----- ----------------- ------- ------------ ---------------------------
30672026-06-15T03:37:04.138Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30682026-06-15T03:37:04.138Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30692026-06-15T03:37:04.138Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30702026-06-15T03:37:04.139Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30712026-06-15T03:37:04.139Zsl1 33:33:ff:67:6d:47 other REACHABLE ff02::1:ff67:6d47
30722026-06-15T03:37:04.139Zsl1 da:8f:88:67:6d:47 local REACHABLE fe80::d88f:88ff:fe67:6d47
30732026-06-15T03:37:04.139Zsl1 33:33:ff:71:78:ac other REACHABLE ff02::1:ff71:78ac
30742026-06-15T03:37:04.139Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30752026-06-15T03:37:04.139Zsl1 96:fa:2a:71:78:ac dynamic REACHABLE fe80::94fa:2aff:fe71:78ac
30762026-06-15T03:37:04.139Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30772026-06-15T03:37:04.152Zlocal v6:
30782026-06-15T03:37:04.152Zfe80::f0ee:22ff:fe78:9bdf
30792026-06-15T03:37:04.152Zfe80::94fa:2aff:fe71:78ac
30802026-06-15T03:37:04.152Zlocal v4:
30812026-06-15T03:37:04.152Zrouter v6_idx:
30822026-06-15T03:37:04.152Zfd00:1::/64 -> 0
30832026-06-15T03:37:04.152Zfd00:2::/64 -> 1
30842026-06-15T03:37:04.152Zrouter v6_routes:
30852026-06-15T03:37:04.152Z1 -> fe80::d88f:88ff:fe67:6d47 (2)
30862026-06-15T03:37:04.152Z0 -> fe80::1889:faff:fe4c:708b (1)
30872026-06-15T03:37:04.152Zrouter v4_idx:
30882026-06-15T03:37:04.152Zrouter v4_routes:
30892026-06-15T03:37:04.152Zresolver v4:
30902026-06-15T03:37:04.152Z10.0.0.254 -> 02:08:20:66:d5:3b
30912026-06-15T03:37:04.152Z10.0.0.3 -> 02:08:20:39:f7:07
30922026-06-15T03:37:04.152Zresolver v6:
30932026-06-15T03:37:04.153Zfe80::f0ee:22ff:fe78:9bdf -> f2:ee:22:78:9b:df
30942026-06-15T03:37:04.153Zfe80::1889:faff:fe4c:708b -> 1a:89:fa:4c:70:8b
30952026-06-15T03:37:04.153Zfe80::94fa:2aff:fe71:78ac -> 96:fa:2a:71:78:ac
30962026-06-15T03:37:04.153Zfe80::d88f:88ff:fe67:6d47 -> da:8f:88:67:6d:47
30972026-06-15T03:37:04.153Znat v4:
30982026-06-15T03:37:04.153Znat_v6:
30992026-06-15T03:37:04.153Zport_mac:
31002026-06-15T03:37:04.153Z1000: a8:40:25:11:c5:f5
31012026-06-15T03:37:04.153Z2: a8:40:25:11:c5:f7
31022026-06-15T03:37:04.153Z1: a8:40:25:11:c5:f6
31032026-06-15T03:37:04.153Zproxy arp:
31042026-06-15T03:37:04.153Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31052026-06-15T03:37:04.197ZSubnet Port Link Gateway Vlan
31062026-06-15T03:37:04.197Zfd00:1::/64 rear0 0 fe80::1889:faff:fe4c:708b
31072026-06-15T03:37:04.197Zfd00:2::/64 rear1 0 fe80::d88f:88ff:fe67:6d47
31082026-06-15T03:37:04.197Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31092026-06-15T03:37:04.236Zhost mac age
31102026-06-15T03:37:04.237Z10.0.0.3 02:08:20:39:f7:07 21s
31112026-06-15T03:37:04.237Z10.0.0.254 02:08:20:66:d5:3b 18s
31122026-06-15T03:37:04.237Zfe80::1889:faff:fe4c:708b 1a:89:fa:4c:70:8b 21s
31132026-06-15T03:37:04.237Zfe80::94fa:2aff:fe71:78ac 96:fa:2a:71:78:ac 21s
31142026-06-15T03:37:04.237Zfe80::d88f:88ff:fe67:6d47 da:8f:88:67:6d:47 21s
31152026-06-15T03:37:04.237Zfe80::f0ee:22ff:fe78:9bdf f2:ee:22:78:9b:df 21s
31162026-06-15T03:37:04.237Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31172026-06-15T03:37:04.277ZLink IPv4 IPv6
31182026-06-15T03:37:04.277Zrear0/0 fe80::f0ee:22ff:fe78:9bdf
31192026-06-15T03:37:04.277Zrear1/0 fe80::94fa:2aff:fe71:78ac
31202026-06-15T03:37:04.277Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31212026-06-15T03:37:05.301ZADDROBJ TYPE STATE ADDR
31222026-06-15T03:37:05.302Zlo0/v4 static ok 127.0.0.1/8
31232026-06-15T03:37:05.302Zmg2/v4 static ok 10.0.0.1/24
31242026-06-15T03:37:05.302Zlo0/v6 static ok ::1/128
31252026-06-15T03:37:05.302Zlo0/u6 static ok fd00:1::1/64
31262026-06-15T03:37:05.302Zsl0/v6 addrconf ok fe80::1889:faff:fe4c:708b%sl0/10
31272026-06-15T03:37:05.302Znewrt->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>
31282026-06-15T03:37:05.302Zlocks: inits:
31292026-06-15T03:37:05.302Zsockaddrs: <DST,IFP>
31302026-06-15T03:37:05.302Z fd00:2::1
31312026-06-15T03:37:05.302Z route to: fd00:2::1
31322026-06-15T03:37:05.302Zdestination: fd00:2::
31332026-06-15T03:37:05.302Z mask: ffff:ffff:ffff:ffff::
31342026-06-15T03:37:05.302Z gateway: fe80::f0ee:22ff:fe78:9bdf
31352026-06-15T03:37:05.303Z interface: sl0 index 3 address 1a 89 fa 4c 70 8b
31362026-06-15T03:37:05.303Z flags: <UP,GATEWAY,DONE,STATIC>
31372026-06-15T03:37:05.303Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31382026-06-15T03:37:05.303Z 0 0 0 0 0 0 9000 0
31392026-06-15T03:37:05.303Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31402026-06-15T03:37:05.303Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31412026-06-15T03:37:05.303Z fd00:2:: fe80::f0ee:22ff:fe78:9bdf ffff:ffff:ffff:ffff:: sl0:1a.89.fa.4c.70.8b fe80::1889:faff:fe4c:708b
31422026-06-15T03:37:05.303Z
31432026-06-15T03:37:05.303ZNet to Media Table: IPv6
31442026-06-15T03:37:05.303Z If Physical Address Type State Destination/Mask
31452026-06-15T03:37:05.303Z----- ----------------- ------- ------------ ---------------------------
31462026-06-15T03:37:05.303Zsl0 f2:ee:22:78:9b:df dynamic REACHABLE fe80::f0ee:22ff:fe78:9bdf
31472026-06-15T03:37:05.303Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31482026-06-15T03:37:05.303Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31492026-06-15T03:37:05.303Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31502026-06-15T03:37:05.303Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31512026-06-15T03:37:05.303Zsl0 33:33:ff:78:9b:df other REACHABLE ff02::1:ff78:9bdf
31522026-06-15T03:37:05.303Zsl0 33:33:ff:4c:70:8b other REACHABLE ff02::1:ff4c:708b
31532026-06-15T03:37:05.303Zsl0 1a:89:fa:4c:70:8b local REACHABLE fe80::1889:faff:fe4c:708b
31542026-06-15T03:37:05.303Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31552026-06-15T03:37:05.303Z
31562026-06-15T03:37:05.303Z
31572026-06-15T03:37:05.303ZRouting Table: IPv6
31582026-06-15T03:37:05.303Z Destination/Mask Gateway Flags Ref Use If
31592026-06-15T03:37:05.303Z--------------------------- --------------------------- ----- --- ------- -----
31602026-06-15T03:37:05.304Z::1 ::1 UH 2 0 lo0
31612026-06-15T03:37:05.304Zfd00:2::/64 fe80::f0ee:22ff:fe78:9bdf UG 2 2 sl0
31622026-06-15T03:37:05.304Zfe80::/10 fe80::1889:faff:fe4c:708b U 3 64 sl0
31632026-06-15T03:37:05.304ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31642026-06-15T03:37:05.304Z68 bytes from fd00:2::1: icmp_seq=0. time=0.275 ms
31652026-06-15T03:37:05.304Z68 bytes from fd00:2::1: icmp_seq=1. time=0.329 ms
31662026-06-15T03:37:05.304Z
31672026-06-15T03:37:05.304Z----fd00:2::1 PING Statistics----
31682026-06-15T03:37:05.304Z2 packets transmitted, 2 packets received, 0% packet loss
31692026-06-15T03:37:05.304Zround-trip (ms) min/avg/max/stddev = 0.275/0.302/0.329/0.038
31702026-06-15T03:37:05.304Z[s2.trio] ping fd00:1::1
31712026-06-15T03:37:05.315Zfd00:1::1 is alive
31722026-06-15T03:37:05.315Zserver router restart passed
31732026-06-15T03:37:09.320Zpeer expiration recovery passed
31742026-06-15T03:37:10.321Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31752026-06-15T03:37:10.338Z3
31762026-06-15T03:37:10.338Zredundant advertise passed
31772026-06-15T03:37:11.340Ztunnel endpoint advertise passed
31782026-06-15T03:37:16.342Zredundant tunnel endpoint advertise passed
31792026-06-15T03:37:16.342Z[s1.trio] pkill ddmd
31802026-06-15T03:37:16.358Z
31812026-06-15T03:37:21.358Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0e7f93cf-dfea-4e73-9bcd-9f1869ae91f3 --sled-uuid 906268c8-2328-4d59-a338-e8265e797d95 -a sl0/v6 &> /opt/ddmd.log &
31822026-06-15T03:37:21.373Z
31832026-06-15T03:37:26.380Ztunnel router restart passed
31842026-06-15T03:37:27.381Ztunnel endpoint withdraw passed
31852026-06-15T03:37:28.383Zmulticast group advertise passed
31862026-06-15T03:37:28.383Z[s1.trio] pkill ddmd
31872026-06-15T03:37:28.397Z
31882026-06-15T03:37:28.397Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2a38a695-e318-4fb4-b42e-c37b76889d61 --sled-uuid 98e5ff0b-4a02-48ed-a955-dd11d95a622b -a sl0/v6 &> /opt/ddmd.log &
31892026-06-15T03:37:28.410Z
31902026-06-15T03:37:29.416Zmulticast router restart passed
31912026-06-15T03:37:30.418Zmulticast group withdraw passed
31922026-06-15T03:37:30.421Z[t1.trio] pkill ddmd
31932026-06-15T03:37:30.434Z
31942026-06-15T03:37:30.434Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31952026-06-15T03:37:30.437Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31962026-06-15T03:37:32.317Z[s2.trio] pkill ddmd
31972026-06-15T03:37:32.330Z
31982026-06-15T03:37:32.331Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31992026-06-15T03:37:34.152Z[s1.trio] pkill ddmd
32002026-06-15T03:37:34.166Z
32012026-06-15T03:37:34.166Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32022026-06-15T03:37:35.999Z[sidecar.trio] pkill softnpu
32032026-06-15T03:37:36.013Z
32042026-06-15T03:37:36.013Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32052026-06-15T03:37:38.719Ztest ddm::test_trio_v3 ... ok
32062026-06-15T03:37:38.719Z
32072026-06-15T03:37:38.719Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 99.43s
32082026-06-15T03:37:38.719Z
32092026-06-15T03:37:38.772Z+ cleanup
32102026-06-15T03:37:38.775Z++ id -un
32112026-06-15T03:37:38.778Z++ id -gn
32122026-06-15T03:37:38.778Z+ pfexec chown -R build:build .
32132026-06-15T03:37:38.900Zprocess exited: duration 689607 ms, exit code 0
 
32142026-06-15T03:37:38.912Zfound 5 output files
32152026-06-15T03:37:38.912Zuploading: /work/s1.trio.log (2281 bytes)
32162026-06-15T03:37:39.922Zuploaded: /work/s1.trio.log
32172026-06-15T03:37:39.922Zuploading: /work/s2.trio.log (10655 bytes)
32182026-06-15T03:37:40.934Zuploaded: /work/s2.trio.log
32192026-06-15T03:37:40.934Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32202026-06-15T03:37:41.944Zuploaded: /work/sidecar.trio-softnpu.log
32212026-06-15T03:37:41.945Zuploading: /work/t1.trio-dpd.log (352942 bytes)
32222026-06-15T03:37:42.960Zuploaded: /work/t1.trio-dpd.log
32232026-06-15T03:37:42.960Zuploading: /work/t1.trio.log (26736 bytes)
32242026-06-15T03:37:43.970Zuploaded: /work/t1.trio.log