01KVBRVFAWSMZXC80S4Q10SRJN: 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: 01KVBRW09NMJRTDEK0PC7847P4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T21:48:51.403Zjob assigned to worker 01KVBRWMMP3YQVM1SN47NCD8JM [factory aws, i-09ba045ed136477ec] (queued for 1 m 2 s)
 
22026-06-17T21:48:59.725Zstarting task 0: "setup"
32026-06-17T21:48:59.744Z++ uname -s
42026-06-17T21:48:59.744Z+ kern=SunOS
52026-06-17T21:48:59.744Z+ build_user=build
62026-06-17T21:48:59.744Z+ build_uid=12345
72026-06-17T21:48:59.744Z+ work_dir=/work
82026-06-17T21:48:59.745Z+ input_dir=/input
92026-06-17T21:48:59.745Z+ [[ 0 == 12345 ]]
102026-06-17T21:48:59.745Z+ case "$kern" in
112026-06-17T21:48:59.745Z+ groupadd -g 12345 build
122026-06-17T21:48:59.745Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T21:49:01.743Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T21:49:01.826Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T21:49:01.830Z+ home_fs=zfs
162026-06-17T21:49:01.830Z+ [[ zfs == autofs ]]
172026-06-17T21:49:01.830Z+ mkdir -p /home/build
182026-06-17T21:49:01.830Z+ chown build:build /home/build /work
192026-06-17T21:49:03.829Z+ chmod 0700 /home/build /work
202026-06-17T21:49:03.832Zprocess exited: duration 4112 ms, exit code 0
 
212026-06-17T21:49:03.839Zstarting task 1: "rust-toolchain"
222026-06-17T21:49:03.842Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T21:49:03.842Z * rust toolchain channel = "stable"
242026-06-17T21:49:03.842Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-17T21:49:03.845Z * rust toolchain profile = "default"
262026-06-17T21:49:03.845Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-17T21:49:03.845Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T21:49:03.845Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T21:49:03.845Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T21:49:03.930Zinfo: downloading installer
312026-06-17T21:49:06.861Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T21:49:06.861Zwarn: /opt/ooce/bin
332026-06-17T21:49:06.861Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T21:49:06.861Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T21:49:06.879Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T21:49:06.879Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T21:49:06.879Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T21:49:06.879Zerror: cannot install while Rust is installed
392026-06-17T21:49:06.879Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T21:49:06.879Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T21:49:06.879Zwarn: /home/build/.rustup/settings.toml
422026-06-17T21:49:06.879Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T21:49:06.879Zwarn: instead of the one inferred from the default host triple.
442026-06-17T21:49:06.879Zinfo: profile set to default
452026-06-17T21:49:06.879Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T21:49:06.880Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T21:49:06.880Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T21:49:06.880Zinfo: downloading 6 components
492026-06-17T21:49:22.130Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T21:49:22.130Z
512026-06-17T21:49:22.158Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T21:49:22.159Z
532026-06-17T21:49:22.159Z
542026-06-17T21:49:22.159ZRust is installed now. Great!
552026-06-17T21:49:22.159Z
562026-06-17T21:49:22.159ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T21:49:22.159Zenvironment variable. This has not been done automatically.
582026-06-17T21:49:22.159Z
592026-06-17T21:49:22.159ZTo configure your current shell, you need to source
602026-06-17T21:49:22.159Zthe corresponding env file under $HOME/.cargo.
612026-06-17T21:49:22.159Z
622026-06-17T21:49:22.159ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T21:49:22.159Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T21:49:22.159Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T21:49:22.159Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T21:49:22.159Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T21:49:22.159Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T21:49:22.159Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T21:49:22.162Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T21:49:22.162Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T21:49:22.266Z+ rustup --version
722026-06-17T21:49:22.289Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T21:49:22.289Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T21:49:22.307Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T21:49:22.311Z+ cargo --version
762026-06-17T21:49:22.318Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T21:49:22.318Z+ rustc --version
782026-06-17T21:49:22.327Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T21:49:22.340Zprocess exited: duration 18485 ms, exit code 0
 
802026-06-17T21:49:22.358Zstarting task 2: "authentication"
812026-06-17T21:49:22.383Zprocess exited: duration 21 ms, exit code 0
 
822026-06-17T21:49:22.395Zstarting task 3: "clone repository"
832026-06-17T21:49:22.398Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T21:49:22.398Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T21:49:22.432ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T21:49:24.446Z+ cd /work/oxidecomputer/maghemite
872026-06-17T21:49:24.446Z+ git fetch origin cee38fc37d46b71172e310fa2503d98b7ed5eea2
882026-06-17T21:49:24.682ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T21:49:24.682Z * branch cee38fc37d46b71172e310fa2503d98b7ed5eea2 -> FETCH_HEAD
902026-06-17T21:49:24.689Z+ [[ -n john/bfd-async-wiring ]]
912026-06-17T21:49:24.693Z++ git branch --show-current
922026-06-17T21:49:24.693Z+ current=main
932026-06-17T21:49:24.693Z+ [[ main != john/bfd-async-wiring ]]
942026-06-17T21:49:24.693Z+ git branch -f john/bfd-async-wiring cee38fc37d46b71172e310fa2503d98b7ed5eea2
952026-06-17T21:49:24.697Z+ git checkout -f john/bfd-async-wiring
962026-06-17T21:49:24.713ZSwitched to branch 'john/bfd-async-wiring'
972026-06-17T21:49:24.718Z+ git reset --hard cee38fc37d46b71172e310fa2503d98b7ed5eea2
982026-06-17T21:49:24.731ZHEAD is now at cee38fc swap sync bfd impl out for bfd-async
992026-06-17T21:49:24.734Zprocess exited: duration 2338 ms, exit code 0
 
1002026-06-17T21:49:24.741Zstarting task 4: "build"
1012026-06-17T21:49:24.748Z++ dladm
1022026-06-17T21:49:24.751ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-17T21:49:24.751Zena0 phys 9216 up -- --
1042026-06-17T21:49:24.847Z++ ipadm
1052026-06-17T21:49:24.847ZADDROBJ TYPE STATE ADDR
1062026-06-17T21:49:24.847Zlo0/v4 static ok 127.0.0.1/8
1072026-06-17T21:49:24.847Zena0/dhcp dhcp ok 10.150.1.34/24
1082026-06-17T21:49:24.847Zlo0/v6 static ok ::1/128
1092026-06-17T21:49:24.847Z++ banner collect
1102026-06-17T21:49:24.854Z
1112026-06-17T21:49:24.854Z #### #### # # ###### #### #####
1122026-06-17T21:49:24.854Z # # # # # # # # # #
1132026-06-17T21:49:24.854Z # # # # # ##### # #
1142026-06-17T21:49:24.855Z # # # # # # # #
1152026-06-17T21:49:24.855Z # # # # # # # # # #
1162026-06-17T21:49:24.855Z #### #### ###### ###### ###### #### #
1172026-06-17T21:49:24.855Z
1182026-06-17T21:49:24.855Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-17T21:49:24.855Z++ repo=softnpu
1202026-06-17T21:49:24.855Z++ series=image
1212026-06-17T21:49:24.855Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-17T21:49:24.856Z++ name=softnpu
1232026-06-17T21:49:24.856Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-17T21:49:24.856Z++ mkdir -p download
1252026-06-17T21:49:24.856Z++ pushd download
1262026-06-17T21:49:24.856Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-17T21:49:24.856Z++ [[ ! -f softnpu ]]
1282026-06-17T21:49:24.856Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-17T21:49:24.856Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-17T21:49:24.856Z Dload Upload Total Spent Left Speed
1312026-06-17T21:49:25.410Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 33.46M 0 0 100 15.63M 100 15.63M 0 0 33.46M 0 0 100 15.63M 100 15.63M 0 0 33.46M 0 0
1322026-06-17T21:49:25.430Z++ popd
1332026-06-17T21:49:25.430Z/work/oxidecomputer/maghemite
1342026-06-17T21:49:25.430Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-17T21:49:25.430Z++ repo=sidecar-lite
1362026-06-17T21:49:25.430Z++ series=release
1372026-06-17T21:49:25.430Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-17T21:49:25.430Z++ name=libsidecar_lite.so
1392026-06-17T21:49:25.430Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-17T21:49:25.430Z++ mkdir -p download
1412026-06-17T21:49:25.431Z++ pushd download
1422026-06-17T21:49:25.431Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-17T21:49:25.431Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-17T21:49:25.431Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-17T21:49:25.431Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-17T21:49:25.431Z Dload Upload Total Spent Left Speed
1472026-06-17T21:49:25.629Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 31.35M 0 0 100 12.04M 100 12.04M 0 0 31.34M 0 0 100 12.04M 100 12.04M 0 0 31.34M 0 0
1482026-06-17T21:49:25.637Z++ popd
1492026-06-17T21:49:25.637Z/work/oxidecomputer/maghemite
1502026-06-17T21:49:25.637Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-17T21:49:25.637Z++ repo=sidecar-lite
1522026-06-17T21:49:25.637Z++ series=release
1532026-06-17T21:49:25.637Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-17T21:49:25.637Z++ name=scadm
1552026-06-17T21:49:25.637Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-17T21:49:25.637Z++ mkdir -p download
1572026-06-17T21:49:25.637Z++ pushd download
1582026-06-17T21:49:25.637Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-17T21:49:25.637Z++ [[ ! -f scadm ]]
1602026-06-17T21:49:25.637Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-17T21:49:25.640Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-17T21:49:25.640Z Dload Upload Total Spent Left Speed
1632026-06-17T21:49:26.003Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 43.20M 0 0 100 15.78M 100 15.78M 0 0 43.20M 0 0 100 15.78M 100 15.78M 0 0 43.19M 0 0
1642026-06-17T21:49:26.006Z++ popd
1652026-06-17T21:49:26.009Z/work/oxidecomputer/maghemite
1662026-06-17T21:49:26.009Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-17T21:49:26.009Z++ repo=dendrite
1682026-06-17T21:49:26.011Z++ series=image
1692026-06-17T21:49:26.012Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-17T21:49:26.013Z++ name=dendrite-softnpu.tar.gz
1712026-06-17T21:49:26.014Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-17T21:49:26.016Z++ mkdir -p download
1732026-06-17T21:49:26.017Z++ pushd download
1742026-06-17T21:49:26.018Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-17T21:49:26.019Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-17T21:49:26.020Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-17T21:49:26.098Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-17T21:49:26.098Z Dload Upload Total Spent Left Speed
1792026-06-17T21:49:27.061Z 0 0 0 0 0 0 0 0 0 93 71.59M 93 66.69M 0 0 66.74M 0 00:01 00:01 66.75M 100 71.59M 100 71.59M 0 0 68.35M 0 00:01 00:01 66.75M 100 71.59M 100 71.59M 0 0 68.35M 0 00:01 00:01 66.75M 100 71.59M 100 71.59M 0 0 68.35M 0 00:01 00:01 66.75M
1802026-06-17T21:49:27.065Z++ popd
1812026-06-17T21:49:27.067Z/work/oxidecomputer/maghemite
1822026-06-17T21:49:27.068Z++ get_artifact maghemite release cee38fc37d46b71172e310fa2503d98b7ed5eea2 ddm
1832026-06-17T21:49:27.068Z++ repo=maghemite
1842026-06-17T21:49:27.068Z++ series=release
1852026-06-17T21:49:27.068Z++ commit=cee38fc37d46b71172e310fa2503d98b7ed5eea2
1862026-06-17T21:49:27.068Z++ name=ddm
1872026-06-17T21:49:27.068Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-17T21:49:27.068Z++ mkdir -p download
1892026-06-17T21:49:27.068Z++ pushd download
1902026-06-17T21:49:27.068Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-17T21:49:27.068Z++ [[ ! -f ddm ]]
1922026-06-17T21:49:27.068Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/cee38fc37d46b71172e310fa2503d98b7ed5eea2/ddm
1932026-06-17T21:49:27.072Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-17T21:49:27.075Z Dload Upload Total Spent Left Speed
1952026-06-17T21:49:27.125Z 0 0 0 0 0 0 0 0 0
1962026-06-17T21:49:27.125Zcurl: (22) The requested URL returned error: 404
1972026-06-17T21:49:27.128Z++ popd
1982026-06-17T21:49:27.128Z/work/oxidecomputer/maghemite
1992026-06-17T21:49:27.128Z++ get_artifact maghemite release cee38fc37d46b71172e310fa2503d98b7ed5eea2 ddmadm
2002026-06-17T21:49:27.128Z++ repo=maghemite
2012026-06-17T21:49:27.128Z++ series=release
2022026-06-17T21:49:27.128Z++ commit=cee38fc37d46b71172e310fa2503d98b7ed5eea2
2032026-06-17T21:49:27.128Z++ name=ddmadm
2042026-06-17T21:49:27.129Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-17T21:49:27.129Z++ mkdir -p download
2062026-06-17T21:49:27.132Z++ pushd download
2072026-06-17T21:49:27.132Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-17T21:49:27.132Z++ [[ ! -f ddmadm ]]
2092026-06-17T21:49:27.132Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/cee38fc37d46b71172e310fa2503d98b7ed5eea2/ddmadm
2102026-06-17T21:49:27.135Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-17T21:49:27.135Z Dload Upload Total Spent Left Speed
2122026-06-17T21:49:27.187Z 0 0 0 0 0 0 0 0 0
2132026-06-17T21:49:27.187Zcurl: (22) The requested URL returned error: 404
2142026-06-17T21:49:27.191Z++ popd
2152026-06-17T21:49:27.191Z/work/oxidecomputer/maghemite
2162026-06-17T21:49:27.191Z++ pushd download
2172026-06-17T21:49:27.191Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-17T21:49:27.191Z++ chmod +x softnpu
2192026-06-17T21:49:27.191Z++ chmod +x scadm
2202026-06-17T21:49:27.194Z++ chmod +x ddmadm
2212026-06-17T21:49:27.194Zchmod: WARNING: can't access ddmadm
2222026-06-17T21:49:27.194Z++ chmod +x ddmd
2232026-06-17T21:49:27.194Zchmod: WARNING: can't access ddmd
2242026-06-17T21:49:27.194Z++ mv ddmadm ddmadm-v2
2252026-06-17T21:49:27.196Zmv: cannot access ddmadm
2262026-06-17T21:49:27.196Z++ mv ddmd ddmd-v2
2272026-06-17T21:49:27.196Zmv: cannot access ddmd
2282026-06-17T21:49:27.197Z++ rm -rf zones/dendrite
2292026-06-17T21:49:27.197Z++ mkdir -p zones/dendrite
2302026-06-17T21:49:27.199Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-17T21:49:28.193Z++ 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-17T21:49:28.196Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-17T21:49:28.196Z++ popd
2342026-06-17T21:49:28.197Z++ banner install
2352026-06-17T21:49:28.197Z/work/oxidecomputer/maghemite
2362026-06-17T21:49:28.200Z
2372026-06-17T21:49:28.200Z # # # #### ##### ## # #
2382026-06-17T21:49:28.200Z # ## # # # # # # #
2392026-06-17T21:49:28.200Z # # # # #### # # # # #
2402026-06-17T21:49:28.200Z # # # # # # ###### # #
2412026-06-17T21:49:28.200Z # # ## # # # # # # #
2422026-06-17T21:49:28.200Z # # # #### # # # ###### ######
2432026-06-17T21:49:28.200Z
2442026-06-17T21:49:28.200Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-17T21:49:28.200Z++ set +o errexit
2462026-06-17T21:49:28.200Z++ pkg info clang-15
2472026-06-17T21:49:28.200Z++ grep -qi installed
2482026-06-17T21:49:29.354Zpkg: info: no packages matching the following patterns you specified are
2492026-06-17T21:49:29.354Zinstalled on the system. Try querying remotely instead:
2502026-06-17T21:49:29.354Z
2512026-06-17T21:49:29.354Z clang-15
2522026-06-17T21:49:29.394Z++ [[ 1 != 0 ]]
2532026-06-17T21:49:29.394Z++ set -o errexit
2542026-06-17T21:49:29.394Z++ pfexec pkg install clang-15
2552026-06-17T21:49:37.299Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-17T21:49:45.066Z Startup: Caching catalogs ... Done
2572026-06-17T21:49:52.276ZPlanning: Solver setup ... Done
2582026-06-17T21:49:52.316ZPlanning: Running solver ... Done
2592026-06-17T21:49:52.459ZPlanning: Finding local manifests ... Done
2602026-06-17T21:49:52.476ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-17T21:49:52.571ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-17T21:49:52.602ZPlanning: Package planning ... Done
2632026-06-17T21:49:52.627ZPlanning: Merging actions ... Done
2642026-06-17T21:49:52.737ZPlanning: Checking for conflicting actions ... Done
2652026-06-17T21:49:52.742ZPlanning: Consolidating action changes ... Done
2662026-06-17T21:49:53.452ZPlanning: Evaluating mediators ... Done
2672026-06-17T21:49:53.457ZPlanning: Planning completed in 8.22 seconds
2682026-06-17T21:49:53.468Z Packages to install: 2
2692026-06-17T21:49:53.472Z Mediators to change: 2
2702026-06-17T21:49:53.472Z Services to change: 1
2712026-06-17T21:49:53.472Z Create boot environment: No
2722026-06-17T21:49:53.473ZCreate backup boot environment: No
2732026-06-17T21:49:53.526Z
2742026-06-17T21:49:53.527ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-17T21:49:58.528ZDownload: 758/3076 items 18.1/211.3MB 8% complete (3.7M/s)
2762026-06-17T21:50:03.529ZDownload: 1674/3076 items 117.3/211.3MB 55% complete (11.9M/s)
2772026-06-17T21:50:08.530ZDownload: 2299/3076 items 118.8/211.3MB 56% complete (10.1M/s)
2782026-06-17T21:50:14.468ZDownload: 3071/3076 items 211.0/211.3MB 99% complete (9.4M/s)
2792026-06-17T21:50:14.494ZDownload: Completed 211.31 MB in 20.96 seconds (10.1M/s)
2802026-06-17T21:50:14.831Z Actions: 1/3418 actions (Installing new actions)
2812026-06-17T21:50:17.967Z Actions: Completed 3418 actions in 3.14 seconds.
2822026-06-17T21:50:18.629Z Done
2832026-06-17T21:50:18.629Z Done
2842026-06-17T21:50:19.370Z Done
2852026-06-17T21:50:22.723Z Done
2862026-06-17T21:50:22.794Z Done
2872026-06-17T21:50:22.797Z Done
2882026-06-17T21:50:22.998Z Done
2892026-06-17T21:50:23.677Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-17T21:50:23.678Z++ set +o errexit
2912026-06-17T21:50:23.681Z++ pkg info pkg-config
2922026-06-17T21:50:23.681Z++ grep -qi installed
2932026-06-17T21:50:23.905Z++ [[ 0 != 0 ]]
2942026-06-17T21:50:23.905Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-17T21:50:23.905Z++ set +o errexit
2962026-06-17T21:50:23.908Z++ pkg info brand/omicron1
2972026-06-17T21:50:23.908Z++ grep -qi installed
2982026-06-17T21:50:24.089Zpkg: info: no packages matching the following patterns you specified are
2992026-06-17T21:50:24.090Zinstalled on the system. Try querying remotely instead:
3002026-06-17T21:50:24.090Z
3012026-06-17T21:50:24.090Z brand/omicron1
3022026-06-17T21:50:24.123Z++ [[ 1 != 0 ]]
3032026-06-17T21:50:24.123Z++ set -o errexit
3042026-06-17T21:50:24.123Z++ pfexec pkg install brand/omicron1
3052026-06-17T21:50:24.526Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-17T21:50:31.881ZPlanning: Solver setup ... Done
3072026-06-17T21:50:31.921ZPlanning: Running solver ... Done
3082026-06-17T21:50:32.062ZPlanning: Finding local manifests ... Done
3092026-06-17T21:50:32.065ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-17T21:50:32.180ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-17T21:50:32.192ZPlanning: Package planning ... Done
3122026-06-17T21:50:32.197ZPlanning: Merging actions ... Done
3132026-06-17T21:50:32.344ZPlanning: Checking for conflicting actions ... Done
3142026-06-17T21:50:32.351ZPlanning: Consolidating action changes ... Done
3152026-06-17T21:50:32.504ZPlanning: Evaluating mediators ... Done
3162026-06-17T21:50:32.509ZPlanning: Planning completed in 7.98 seconds
3172026-06-17T21:50:32.516Z Packages to install: 2
3182026-06-17T21:50:32.516Z Create boot environment: No
3192026-06-17T21:50:32.516ZCreate backup boot environment: No
3202026-06-17T21:50:32.541Z
3212026-06-17T21:50:32.541ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-17T21:50:32.561ZDownload: Completed 1.07 MB in 0.02 seconds (53.1M/s)
3232026-06-17T21:50:32.632Z Actions: 1/28 actions (Installing new actions)
3242026-06-17T21:50:32.645Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-17T21:50:33.156Z Done
3262026-06-17T21:50:33.156Z Done
3272026-06-17T21:50:33.838Z Done
3282026-06-17T21:50:36.653Z Done
3292026-06-17T21:50:36.723Z Done
3302026-06-17T21:50:36.730Z Done
3312026-06-17T21:50:36.933Z Done
3322026-06-17T21:50:37.063Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-17T21:50:37.065Z++ set +o errexit
3342026-06-17T21:50:37.070Z++ pkg info brand/omicron1/tools
3352026-06-17T21:50:37.070Z++ grep -qi installed
3362026-06-17T21:50:37.248Zpkg: info: no packages matching the following patterns you specified are
3372026-06-17T21:50:37.248Zinstalled on the system. Try querying remotely instead:
3382026-06-17T21:50:37.248Z
3392026-06-17T21:50:37.248Z brand/omicron1/tools
3402026-06-17T21:50:37.281Z++ [[ 1 != 0 ]]
3412026-06-17T21:50:37.281Z++ set -o errexit
3422026-06-17T21:50:37.282Z++ pfexec pkg install brand/omicron1/tools
3432026-06-17T21:50:37.669Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-17T21:50:44.939ZPlanning: Solver setup ... Done
3452026-06-17T21:50:44.978ZPlanning: Running solver ... Done
3462026-06-17T21:50:45.117ZPlanning: Finding local manifests ... Done
3472026-06-17T21:50:45.120ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-17T21:50:45.230ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-17T21:50:45.242ZPlanning: Package planning ... Done
3502026-06-17T21:50:45.245ZPlanning: Merging actions ... Done
3512026-06-17T21:50:45.386ZPlanning: Checking for conflicting actions ... Done
3522026-06-17T21:50:45.389ZPlanning: Consolidating action changes ... Done
3532026-06-17T21:50:45.543ZPlanning: Evaluating mediators ... Done
3542026-06-17T21:50:45.547ZPlanning: Planning completed in 7.87 seconds
3552026-06-17T21:50:45.551Z Packages to install: 1
3562026-06-17T21:50:45.551Z Services to change: 1
3572026-06-17T21:50:45.551Z Create boot environment: No
3582026-06-17T21:50:45.551ZCreate backup boot environment: No
3592026-06-17T21:50:45.579Z
3602026-06-17T21:50:45.579ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-17T21:50:45.603ZDownload: Completed 1.19 MB in 0.02 seconds (50.4M/s)
3622026-06-17T21:50:45.676Z Actions: 1/19 actions (Installing new actions)
3632026-06-17T21:50:45.690Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-17T21:50:46.265Z Done
3652026-06-17T21:50:46.265Z Done
3662026-06-17T21:50:46.848Z Done
3672026-06-17T21:50:49.752Z Done
3682026-06-17T21:50:49.830Z Done
3692026-06-17T21:50:49.852Z Done
3702026-06-17T21:50:49.963Z Done
3712026-06-17T21:50:50.104Z++ pfexec svcadm enable baseline
3722026-06-17T21:50:50.123Z++ retry=0
3732026-06-17T21:50:50.127Z+++ svcs -Hostate baseline
3742026-06-17T21:50:50.138Z++ [[ offline* != online ]]
3752026-06-17T21:50:50.138Z++ [[ 0 -gt 300 ]]
3762026-06-17T21:50:50.142Z++ sleep 1
3772026-06-17T21:50:51.136Z++ retry=1
3782026-06-17T21:50:51.139Z+++ svcs -Hostate baseline
3792026-06-17T21:50:51.150Z++ [[ offline* != online ]]
3802026-06-17T21:50:51.150Z++ [[ 1 -gt 300 ]]
3812026-06-17T21:50:51.150Z++ sleep 1
3822026-06-17T21:50:52.151Z++ retry=2
3832026-06-17T21:50:52.154Z+++ svcs -Hostate baseline
3842026-06-17T21:50:52.165Z++ [[ offline* != online ]]
3852026-06-17T21:50:52.165Z++ [[ 2 -gt 300 ]]
3862026-06-17T21:50:52.165Z++ sleep 1
3872026-06-17T21:50:53.447Z++ retry=3
3882026-06-17T21:50:53.529Z+++ svcs -Hostate baseline
3892026-06-17T21:50:53.529Z++ [[ offline* != online ]]
3902026-06-17T21:50:53.530Z++ [[ 3 -gt 300 ]]
3912026-06-17T21:50:53.530Z++ sleep 1
3922026-06-17T21:50:54.187Z++ retry=4
3932026-06-17T21:50:54.195Z+++ svcs -Hostate baseline
3942026-06-17T21:50:54.204Z++ [[ offline* != online ]]
3952026-06-17T21:50:54.204Z++ [[ 4 -gt 300 ]]
3962026-06-17T21:50:54.204Z++ sleep 1
3972026-06-17T21:50:55.199Z++ retry=5
3982026-06-17T21:50:55.217Z+++ svcs -Hostate baseline
3992026-06-17T21:50:55.232Z++ [[ offline* != online ]]
4002026-06-17T21:50:55.232Z++ [[ 5 -gt 300 ]]
4012026-06-17T21:50:55.232Z++ sleep 1
4022026-06-17T21:50:56.237Z++ retry=6
4032026-06-17T21:50:56.253Z+++ svcs -Hostate baseline
4042026-06-17T21:50:56.253Z++ [[ offline* != online ]]
4052026-06-17T21:50:56.253Z++ [[ 6 -gt 300 ]]
4062026-06-17T21:50:56.253Z++ sleep 1
4072026-06-17T21:50:57.235Z++ retry=7
4082026-06-17T21:50:57.248Z+++ svcs -Hostate baseline
4092026-06-17T21:50:57.258Z++ [[ offline* != online ]]
4102026-06-17T21:50:57.258Z++ [[ 7 -gt 300 ]]
4112026-06-17T21:50:57.258Z++ sleep 1
4122026-06-17T21:50:58.248Z++ retry=8
4132026-06-17T21:50:58.277Z+++ svcs -Hostate baseline
4142026-06-17T21:50:58.295Z++ [[ offline* != online ]]
4152026-06-17T21:50:58.295Z++ [[ 8 -gt 300 ]]
4162026-06-17T21:50:58.295Z++ sleep 1
4172026-06-17T21:50:59.330Z++ retry=9
4182026-06-17T21:50:59.479Z+++ svcs -Hostate baseline
4192026-06-17T21:50:59.479Z++ [[ offline* != online ]]
4202026-06-17T21:50:59.479Z++ [[ 9 -gt 300 ]]
4212026-06-17T21:50:59.479Z++ sleep 1
4222026-06-17T21:51:00.360Z++ retry=10
4232026-06-17T21:51:00.432Z+++ svcs -Hostate baseline
4242026-06-17T21:51:00.432Z++ [[ offline* != online ]]
4252026-06-17T21:51:00.432Z++ [[ 10 -gt 300 ]]
4262026-06-17T21:51:00.432Z++ sleep 1
4272026-06-17T21:51:05.143Z++ retry=11
4282026-06-17T21:51:05.367Z+++ svcs -Hostate baseline
4292026-06-17T21:51:05.367Z++ [[ offline* != online ]]
4302026-06-17T21:51:05.367Z++ [[ 11 -gt 300 ]]
4312026-06-17T21:51:05.367Z++ sleep 1
4322026-06-17T21:51:05.367Z++ retry=12
4332026-06-17T21:51:05.367Z+++ svcs -Hostate baseline
4342026-06-17T21:51:05.367Z++ [[ offline* != online ]]
4352026-06-17T21:51:05.367Z++ [[ 12 -gt 300 ]]
4362026-06-17T21:51:05.367Z++ sleep 1
4372026-06-17T21:51:05.367Z++ retry=13
4382026-06-17T21:51:05.367Z+++ svcs -Hostate baseline
4392026-06-17T21:51:05.367Z++ [[ offline* != online ]]
4402026-06-17T21:51:05.367Z++ [[ 13 -gt 300 ]]
4412026-06-17T21:51:05.367Z++ sleep 1
4422026-06-17T21:51:05.367Z++ retry=14
4432026-06-17T21:51:05.367Z+++ svcs -Hostate baseline
4442026-06-17T21:51:05.367Z++ [[ offline* != online ]]
4452026-06-17T21:51:05.367Z++ [[ 14 -gt 300 ]]
4462026-06-17T21:51:05.367Z++ sleep 1
4472026-06-17T21:51:05.520Z++ retry=15
4482026-06-17T21:51:05.520Z+++ svcs -Hostate baseline
4492026-06-17T21:51:05.520Z++ [[ offline* != online ]]
4502026-06-17T21:51:05.520Z++ [[ 15 -gt 300 ]]
4512026-06-17T21:51:05.520Z++ sleep 1
4522026-06-17T21:51:06.389Z++ retry=16
4532026-06-17T21:51:06.417Z+++ svcs -Hostate baseline
4542026-06-17T21:51:06.437Z++ [[ offline* != online ]]
4552026-06-17T21:51:06.437Z++ [[ 16 -gt 300 ]]
4562026-06-17T21:51:06.437Z++ sleep 1
4572026-06-17T21:51:07.397Z++ retry=17
4582026-06-17T21:51:07.400Z+++ svcs -Hostate baseline
4592026-06-17T21:51:07.412Z++ [[ offline* != online ]]
4602026-06-17T21:51:07.412Z++ [[ 17 -gt 300 ]]
4612026-06-17T21:51:07.412Z++ sleep 1
4622026-06-17T21:51:08.414Z++ retry=18
4632026-06-17T21:51:08.417Z+++ svcs -Hostate baseline
4642026-06-17T21:51:08.428Z++ [[ offline* != online ]]
4652026-06-17T21:51:08.428Z++ [[ 18 -gt 300 ]]
4662026-06-17T21:51:08.428Z++ sleep 1
4672026-06-17T21:51:09.430Z++ retry=19
4682026-06-17T21:51:09.433Z+++ svcs -Hostate baseline
4692026-06-17T21:51:09.444Z++ [[ offline* != online ]]
4702026-06-17T21:51:09.445Z++ [[ 19 -gt 300 ]]
4712026-06-17T21:51:09.445Z++ sleep 1
4722026-06-17T21:51:10.446Z++ retry=20
4732026-06-17T21:51:10.449Z+++ svcs -Hostate baseline
4742026-06-17T21:51:10.461Z++ [[ offline* != online ]]
4752026-06-17T21:51:10.461Z++ [[ 20 -gt 300 ]]
4762026-06-17T21:51:10.461Z++ sleep 1
4772026-06-17T21:51:11.463Z++ retry=21
4782026-06-17T21:51:11.467Z+++ svcs -Hostate baseline
4792026-06-17T21:51:11.478Z++ [[ offline* != online ]]
4802026-06-17T21:51:11.478Z++ [[ 21 -gt 300 ]]
4812026-06-17T21:51:11.478Z++ sleep 1
4822026-06-17T21:51:12.480Z++ retry=22
4832026-06-17T21:51:12.483Z+++ svcs -Hostate baseline
4842026-06-17T21:51:12.494Z++ [[ offline* != online ]]
4852026-06-17T21:51:12.494Z++ [[ 22 -gt 300 ]]
4862026-06-17T21:51:12.494Z++ sleep 1
4872026-06-17T21:51:13.496Z++ retry=23
4882026-06-17T21:51:13.499Z+++ svcs -Hostate baseline
4892026-06-17T21:51:13.510Z++ [[ offline* != online ]]
4902026-06-17T21:51:13.510Z++ [[ 23 -gt 300 ]]
4912026-06-17T21:51:13.510Z++ sleep 1
4922026-06-17T21:51:14.512Z++ retry=24
4932026-06-17T21:51:14.515Z+++ svcs -Hostate baseline
4942026-06-17T21:51:14.526Z++ [[ offline* != online ]]
4952026-06-17T21:51:14.526Z++ [[ 24 -gt 300 ]]
4962026-06-17T21:51:14.528Z++ sleep 1
4972026-06-17T21:51:15.528Z++ retry=25
4982026-06-17T21:51:15.531Z+++ svcs -Hostate baseline
4992026-06-17T21:51:15.542Z++ [[ offline* != online ]]
5002026-06-17T21:51:15.543Z++ [[ 25 -gt 300 ]]
5012026-06-17T21:51:15.543Z++ sleep 1
5022026-06-17T21:51:16.546Z++ retry=26
5032026-06-17T21:51:16.550Z+++ svcs -Hostate baseline
5042026-06-17T21:51:16.559Z++ [[ offline* != online ]]
5052026-06-17T21:51:16.559Z++ [[ 26 -gt 300 ]]
5062026-06-17T21:51:16.560Z++ sleep 1
5072026-06-17T21:51:17.561Z++ retry=27
5082026-06-17T21:51:17.564Z+++ svcs -Hostate baseline
5092026-06-17T21:51:17.575Z++ [[ offline* != online ]]
5102026-06-17T21:51:17.575Z++ [[ 27 -gt 300 ]]
5112026-06-17T21:51:17.575Z++ sleep 1
5122026-06-17T21:51:18.577Z++ retry=28
5132026-06-17T21:51:18.580Z+++ svcs -Hostate baseline
5142026-06-17T21:51:18.595Z++ [[ offline* != online ]]
5152026-06-17T21:51:18.595Z++ [[ 28 -gt 300 ]]
5162026-06-17T21:51:18.595Z++ sleep 1
5172026-06-17T21:51:19.593Z++ retry=29
5182026-06-17T21:51:19.596Z+++ svcs -Hostate baseline
5192026-06-17T21:51:19.607Z++ [[ offline* != online ]]
5202026-06-17T21:51:19.608Z++ [[ 29 -gt 300 ]]
5212026-06-17T21:51:19.608Z++ sleep 1
5222026-06-17T21:51:20.609Z++ retry=30
5232026-06-17T21:51:20.613Z+++ svcs -Hostate baseline
5242026-06-17T21:51:20.624Z++ [[ offline* != online ]]
5252026-06-17T21:51:20.624Z++ [[ 30 -gt 300 ]]
5262026-06-17T21:51:20.624Z++ sleep 1
5272026-06-17T21:51:21.626Z++ retry=31
5282026-06-17T21:51:21.629Z+++ svcs -Hostate baseline
5292026-06-17T21:51:21.640Z++ [[ offline* != online ]]
5302026-06-17T21:51:21.640Z++ [[ 31 -gt 300 ]]
5312026-06-17T21:51:21.641Z++ sleep 1
5322026-06-17T21:51:22.642Z++ retry=32
5332026-06-17T21:51:22.646Z+++ svcs -Hostate baseline
5342026-06-17T21:51:22.657Z++ [[ offline* != online ]]
5352026-06-17T21:51:22.657Z++ [[ 32 -gt 300 ]]
5362026-06-17T21:51:22.658Z++ sleep 1
5372026-06-17T21:51:23.659Z++ retry=33
5382026-06-17T21:51:23.662Z+++ svcs -Hostate baseline
5392026-06-17T21:51:23.673Z++ [[ offline* != online ]]
5402026-06-17T21:51:23.673Z++ [[ 33 -gt 300 ]]
5412026-06-17T21:51:23.673Z++ sleep 1
5422026-06-17T21:51:24.675Z++ retry=34
5432026-06-17T21:51:24.679Z+++ svcs -Hostate baseline
5442026-06-17T21:51:24.690Z++ [[ offline* != online ]]
5452026-06-17T21:51:24.690Z++ [[ 34 -gt 300 ]]
5462026-06-17T21:51:24.691Z++ sleep 1
5472026-06-17T21:51:25.694Z++ retry=35
5482026-06-17T21:51:25.697Z+++ svcs -Hostate baseline
5492026-06-17T21:51:25.706Z++ [[ offline* != online ]]
5502026-06-17T21:51:25.706Z++ [[ 35 -gt 300 ]]
5512026-06-17T21:51:25.706Z++ sleep 1
5522026-06-17T21:51:26.709Z++ retry=36
5532026-06-17T21:51:26.712Z+++ svcs -Hostate baseline
5542026-06-17T21:51:26.723Z++ [[ offline* != online ]]
5552026-06-17T21:51:26.723Z++ [[ 36 -gt 300 ]]
5562026-06-17T21:51:26.723Z++ sleep 1
5572026-06-17T21:51:27.725Z++ retry=37
5582026-06-17T21:51:27.728Z+++ svcs -Hostate baseline
5592026-06-17T21:51:27.740Z++ [[ offline* != online ]]
5602026-06-17T21:51:27.740Z++ [[ 37 -gt 300 ]]
5612026-06-17T21:51:27.740Z++ sleep 1
5622026-06-17T21:51:28.742Z++ retry=38
5632026-06-17T21:51:28.745Z+++ svcs -Hostate baseline
5642026-06-17T21:51:28.757Z++ [[ offline* != online ]]
5652026-06-17T21:51:28.757Z++ [[ 38 -gt 300 ]]
5662026-06-17T21:51:28.757Z++ sleep 1
5672026-06-17T21:51:29.758Z++ retry=39
5682026-06-17T21:51:29.761Z+++ svcs -Hostate baseline
5692026-06-17T21:51:29.773Z++ [[ offline* != online ]]
5702026-06-17T21:51:29.773Z++ [[ 39 -gt 300 ]]
5712026-06-17T21:51:29.773Z++ sleep 1
5722026-06-17T21:51:30.775Z++ retry=40
5732026-06-17T21:51:30.779Z+++ svcs -Hostate baseline
5742026-06-17T21:51:30.789Z++ [[ offline* != online ]]
5752026-06-17T21:51:30.789Z++ [[ 40 -gt 300 ]]
5762026-06-17T21:51:30.792Z++ sleep 1
5772026-06-17T21:51:31.792Z++ retry=41
5782026-06-17T21:51:31.795Z+++ svcs -Hostate baseline
5792026-06-17T21:51:31.806Z++ [[ offline* != online ]]
5802026-06-17T21:51:31.806Z++ [[ 41 -gt 300 ]]
5812026-06-17T21:51:31.806Z++ sleep 1
5822026-06-17T21:51:32.808Z++ retry=42
5832026-06-17T21:51:32.811Z+++ svcs -Hostate baseline
5842026-06-17T21:51:32.822Z++ [[ offline* != online ]]
5852026-06-17T21:51:32.823Z++ [[ 42 -gt 300 ]]
5862026-06-17T21:51:32.823Z++ sleep 1
5872026-06-17T21:51:33.825Z++ retry=43
5882026-06-17T21:51:33.828Z+++ svcs -Hostate baseline
5892026-06-17T21:51:33.839Z++ [[ offline* != online ]]
5902026-06-17T21:51:33.839Z++ [[ 43 -gt 300 ]]
5912026-06-17T21:51:33.839Z++ sleep 1
5922026-06-17T21:51:34.841Z++ retry=44
5932026-06-17T21:51:34.844Z+++ svcs -Hostate baseline
5942026-06-17T21:51:34.856Z++ [[ offline* != online ]]
5952026-06-17T21:51:34.856Z++ [[ 44 -gt 300 ]]
5962026-06-17T21:51:34.856Z++ sleep 1
5972026-06-17T21:51:35.858Z++ retry=45
5982026-06-17T21:51:35.861Z+++ svcs -Hostate baseline
5992026-06-17T21:51:35.872Z++ [[ offline* != online ]]
6002026-06-17T21:51:35.873Z++ [[ 45 -gt 300 ]]
6012026-06-17T21:51:35.873Z++ sleep 1
6022026-06-17T21:51:36.875Z++ retry=46
6032026-06-17T21:51:36.880Z+++ svcs -Hostate baseline
6042026-06-17T21:51:36.889Z++ [[ offline* != online ]]
6052026-06-17T21:51:36.889Z++ [[ 46 -gt 300 ]]
6062026-06-17T21:51:36.889Z++ sleep 1
6072026-06-17T21:51:37.891Z++ retry=47
6082026-06-17T21:51:37.894Z+++ svcs -Hostate baseline
6092026-06-17T21:51:37.907Z++ [[ offline* != online ]]
6102026-06-17T21:51:37.907Z++ [[ 47 -gt 300 ]]
6112026-06-17T21:51:37.907Z++ sleep 1
6122026-06-17T21:51:38.908Z++ retry=48
6132026-06-17T21:51:38.911Z+++ svcs -Hostate baseline
6142026-06-17T21:51:38.922Z++ [[ offline* != online ]]
6152026-06-17T21:51:38.922Z++ [[ 48 -gt 300 ]]
6162026-06-17T21:51:38.922Z++ sleep 1
6172026-06-17T21:51:39.924Z++ retry=49
6182026-06-17T21:51:39.928Z+++ svcs -Hostate baseline
6192026-06-17T21:51:39.939Z++ [[ offline* != online ]]
6202026-06-17T21:51:39.939Z++ [[ 49 -gt 300 ]]
6212026-06-17T21:51:39.940Z++ sleep 1
6222026-06-17T21:51:40.941Z++ retry=50
6232026-06-17T21:51:40.944Z+++ svcs -Hostate baseline
6242026-06-17T21:51:40.956Z++ [[ offline* != online ]]
6252026-06-17T21:51:40.956Z++ [[ 50 -gt 300 ]]
6262026-06-17T21:51:40.956Z++ sleep 1
6272026-06-17T21:51:41.958Z++ retry=51
6282026-06-17T21:51:41.961Z+++ svcs -Hostate baseline
6292026-06-17T21:51:41.972Z++ [[ offline* != online ]]
6302026-06-17T21:51:41.972Z++ [[ 51 -gt 300 ]]
6312026-06-17T21:51:41.975Z++ sleep 1
6322026-06-17T21:51:42.974Z++ retry=52
6332026-06-17T21:51:42.977Z+++ svcs -Hostate baseline
6342026-06-17T21:51:42.989Z++ [[ offline* != online ]]
6352026-06-17T21:51:42.989Z++ [[ 52 -gt 300 ]]
6362026-06-17T21:51:42.989Z++ sleep 1
6372026-06-17T21:51:43.991Z++ retry=53
6382026-06-17T21:51:43.994Z+++ svcs -Hostate baseline
6392026-06-17T21:51:44.005Z++ [[ offline* != online ]]
6402026-06-17T21:51:44.006Z++ [[ 53 -gt 300 ]]
6412026-06-17T21:51:44.006Z++ sleep 1
6422026-06-17T21:51:45.007Z++ retry=54
6432026-06-17T21:51:45.011Z+++ svcs -Hostate baseline
6442026-06-17T21:51:45.022Z++ [[ offline* != online ]]
6452026-06-17T21:51:45.022Z++ [[ 54 -gt 300 ]]
6462026-06-17T21:51:45.022Z++ sleep 1
6472026-06-17T21:51:46.024Z++ retry=55
6482026-06-17T21:51:46.028Z+++ svcs -Hostate baseline
6492026-06-17T21:51:46.039Z++ [[ offline* != online ]]
6502026-06-17T21:51:46.039Z++ [[ 55 -gt 300 ]]
6512026-06-17T21:51:46.039Z++ sleep 1
6522026-06-17T21:51:47.042Z++ retry=56
6532026-06-17T21:51:47.045Z+++ svcs -Hostate baseline
6542026-06-17T21:51:47.056Z++ [[ offline* != online ]]
6552026-06-17T21:51:47.056Z++ [[ 56 -gt 300 ]]
6562026-06-17T21:51:47.059Z++ sleep 1
6572026-06-17T21:51:48.058Z++ retry=57
6582026-06-17T21:51:48.062Z+++ svcs -Hostate baseline
6592026-06-17T21:51:48.073Z++ [[ offline* != online ]]
6602026-06-17T21:51:48.073Z++ [[ 57 -gt 300 ]]
6612026-06-17T21:51:48.073Z++ sleep 1
6622026-06-17T21:51:49.075Z++ retry=58
6632026-06-17T21:51:49.078Z+++ svcs -Hostate baseline
6642026-06-17T21:51:49.090Z++ [[ offline* != online ]]
6652026-06-17T21:51:49.090Z++ [[ 58 -gt 300 ]]
6662026-06-17T21:51:49.090Z++ sleep 1
6672026-06-17T21:51:50.093Z++ retry=59
6682026-06-17T21:51:50.096Z+++ svcs -Hostate baseline
6692026-06-17T21:51:50.108Z++ [[ offline* != online ]]
6702026-06-17T21:51:50.108Z++ [[ 59 -gt 300 ]]
6712026-06-17T21:51:50.108Z++ sleep 1
6722026-06-17T21:51:51.121Z++ retry=60
6732026-06-17T21:51:51.127Z+++ svcs -Hostate baseline
6742026-06-17T21:51:51.130Z++ [[ offline* != online ]]
6752026-06-17T21:51:51.130Z++ [[ 60 -gt 300 ]]
6762026-06-17T21:51:51.130Z++ sleep 1
6772026-06-17T21:51:52.128Z++ retry=61
6782026-06-17T21:51:52.132Z+++ svcs -Hostate baseline
6792026-06-17T21:51:52.143Z++ [[ offline* != online ]]
6802026-06-17T21:51:52.143Z++ [[ 61 -gt 300 ]]
6812026-06-17T21:51:52.143Z++ sleep 1
6822026-06-17T21:51:53.145Z++ retry=62
6832026-06-17T21:51:53.149Z+++ svcs -Hostate baseline
6842026-06-17T21:51:53.160Z++ [[ offline* != online ]]
6852026-06-17T21:51:53.160Z++ [[ 62 -gt 300 ]]
6862026-06-17T21:51:53.160Z++ sleep 1
6872026-06-17T21:51:54.162Z++ retry=63
6882026-06-17T21:51:54.165Z+++ svcs -Hostate baseline
6892026-06-17T21:51:54.176Z++ [[ offline* != online ]]
6902026-06-17T21:51:54.176Z++ [[ 63 -gt 300 ]]
6912026-06-17T21:51:54.176Z++ sleep 1
6922026-06-17T21:51:55.179Z++ retry=64
6932026-06-17T21:51:55.182Z+++ svcs -Hostate baseline
6942026-06-17T21:51:55.193Z++ [[ offline* != online ]]
6952026-06-17T21:51:55.193Z++ [[ 64 -gt 300 ]]
6962026-06-17T21:51:55.193Z++ sleep 1
6972026-06-17T21:51:56.195Z++ retry=65
6982026-06-17T21:51:56.199Z+++ svcs -Hostate baseline
6992026-06-17T21:51:56.211Z++ [[ offline* != online ]]
7002026-06-17T21:51:56.212Z++ [[ 65 -gt 300 ]]
7012026-06-17T21:51:56.215Z++ sleep 1
7022026-06-17T21:51:57.212Z++ retry=66
7032026-06-17T21:51:57.215Z+++ svcs -Hostate baseline
7042026-06-17T21:51:57.226Z++ [[ offline* != online ]]
7052026-06-17T21:51:57.226Z++ [[ 66 -gt 300 ]]
7062026-06-17T21:51:57.226Z++ sleep 1
7072026-06-17T21:51:58.228Z++ retry=67
7082026-06-17T21:51:58.232Z+++ svcs -Hostate baseline
7092026-06-17T21:51:58.244Z++ [[ offline* != online ]]
7102026-06-17T21:51:58.244Z++ [[ 67 -gt 300 ]]
7112026-06-17T21:51:58.244Z++ sleep 1
7122026-06-17T21:51:59.246Z++ retry=68
7132026-06-17T21:51:59.254Z+++ svcs -Hostate baseline
7142026-06-17T21:51:59.260Z++ [[ offline* != online ]]
7152026-06-17T21:51:59.260Z++ [[ 68 -gt 300 ]]
7162026-06-17T21:51:59.260Z++ sleep 1
7172026-06-17T21:52:00.266Z++ retry=69
7182026-06-17T21:52:00.269Z+++ svcs -Hostate baseline
7192026-06-17T21:52:00.278Z++ [[ offline* != online ]]
7202026-06-17T21:52:00.278Z++ [[ 69 -gt 300 ]]
7212026-06-17T21:52:00.281Z++ sleep 1
7222026-06-17T21:52:01.279Z++ retry=70
7232026-06-17T21:52:01.292Z+++ svcs -Hostate baseline
7242026-06-17T21:52:01.306Z++ [[ offline* != online ]]
7252026-06-17T21:52:01.306Z++ [[ 70 -gt 300 ]]
7262026-06-17T21:52:01.306Z++ sleep 1
7272026-06-17T21:52:02.295Z++ retry=71
7282026-06-17T21:52:02.299Z+++ svcs -Hostate baseline
7292026-06-17T21:52:02.310Z++ [[ offline* != online ]]
7302026-06-17T21:52:02.310Z++ [[ 71 -gt 300 ]]
7312026-06-17T21:52:02.310Z++ sleep 1
7322026-06-17T21:52:03.319Z++ retry=72
7332026-06-17T21:52:03.323Z+++ svcs -Hostate baseline
7342026-06-17T21:52:03.327Z++ [[ offline* != online ]]
7352026-06-17T21:52:03.327Z++ [[ 72 -gt 300 ]]
7362026-06-17T21:52:03.328Z++ sleep 1
7372026-06-17T21:52:04.330Z++ retry=73
7382026-06-17T21:52:04.333Z+++ svcs -Hostate baseline
7392026-06-17T21:52:04.345Z++ [[ offline* != online ]]
7402026-06-17T21:52:04.345Z++ [[ 73 -gt 300 ]]
7412026-06-17T21:52:04.345Z++ sleep 1
7422026-06-17T21:52:05.347Z++ retry=74
7432026-06-17T21:52:05.352Z+++ svcs -Hostate baseline
7442026-06-17T21:52:05.361Z++ [[ offline* != online ]]
7452026-06-17T21:52:05.362Z++ [[ 74 -gt 300 ]]
7462026-06-17T21:52:05.363Z++ sleep 1
7472026-06-17T21:52:06.364Z++ retry=75
7482026-06-17T21:52:06.368Z+++ svcs -Hostate baseline
7492026-06-17T21:52:06.379Z++ [[ offline* != online ]]
7502026-06-17T21:52:06.379Z++ [[ 75 -gt 300 ]]
7512026-06-17T21:52:06.379Z++ sleep 1
7522026-06-17T21:52:07.381Z++ retry=76
7532026-06-17T21:52:07.384Z+++ svcs -Hostate baseline
7542026-06-17T21:52:07.395Z++ [[ offline* != online ]]
7552026-06-17T21:52:07.395Z++ [[ 76 -gt 300 ]]
7562026-06-17T21:52:07.395Z++ sleep 1
7572026-06-17T21:52:08.397Z++ retry=77
7582026-06-17T21:52:08.401Z+++ svcs -Hostate baseline
7592026-06-17T21:52:08.413Z++ [[ offline* != online ]]
7602026-06-17T21:52:08.413Z++ [[ 77 -gt 300 ]]
7612026-06-17T21:52:08.413Z++ sleep 1
7622026-06-17T21:52:09.415Z++ retry=78
7632026-06-17T21:52:09.419Z+++ svcs -Hostate baseline
7642026-06-17T21:52:09.428Z++ [[ offline* != online ]]
7652026-06-17T21:52:09.428Z++ [[ 78 -gt 300 ]]
7662026-06-17T21:52:09.428Z++ sleep 1
7672026-06-17T21:52:10.430Z++ retry=79
7682026-06-17T21:52:10.434Z+++ svcs -Hostate baseline
7692026-06-17T21:52:10.445Z++ [[ offline* != online ]]
7702026-06-17T21:52:10.445Z++ [[ 79 -gt 300 ]]
7712026-06-17T21:52:10.445Z++ sleep 1
7722026-06-17T21:52:11.447Z++ retry=80
7732026-06-17T21:52:11.451Z+++ svcs -Hostate baseline
7742026-06-17T21:52:11.464Z++ [[ offline* != online ]]
7752026-06-17T21:52:11.464Z++ [[ 80 -gt 300 ]]
7762026-06-17T21:52:11.464Z++ sleep 1
7772026-06-17T21:52:12.464Z++ retry=81
7782026-06-17T21:52:12.470Z+++ svcs -Hostate baseline
7792026-06-17T21:52:12.479Z++ [[ offline* != online ]]
7802026-06-17T21:52:12.480Z++ [[ 81 -gt 300 ]]
7812026-06-17T21:52:12.480Z++ sleep 1
7822026-06-17T21:52:13.483Z++ retry=82
7832026-06-17T21:52:13.488Z+++ svcs -Hostate baseline
7842026-06-17T21:52:13.495Z++ [[ offline* != online ]]
7852026-06-17T21:52:13.495Z++ [[ 82 -gt 300 ]]
7862026-06-17T21:52:13.496Z++ sleep 1
7872026-06-17T21:52:14.498Z++ retry=83
7882026-06-17T21:52:14.501Z+++ svcs -Hostate baseline
7892026-06-17T21:52:14.511Z++ [[ offline* != online ]]
7902026-06-17T21:52:14.511Z++ [[ 83 -gt 300 ]]
7912026-06-17T21:52:14.511Z++ sleep 1
7922026-06-17T21:52:15.513Z++ retry=84
7932026-06-17T21:52:15.519Z+++ svcs -Hostate baseline
7942026-06-17T21:52:15.528Z++ [[ offline* != online ]]
7952026-06-17T21:52:15.528Z++ [[ 84 -gt 300 ]]
7962026-06-17T21:52:15.528Z++ sleep 1
7972026-06-17T21:52:16.530Z++ retry=85
7982026-06-17T21:52:16.534Z+++ svcs -Hostate baseline
7992026-06-17T21:52:16.544Z++ [[ offline* != online ]]
8002026-06-17T21:52:16.544Z++ [[ 85 -gt 300 ]]
8012026-06-17T21:52:16.548Z++ sleep 1
8022026-06-17T21:52:17.546Z++ retry=86
8032026-06-17T21:52:17.551Z+++ svcs -Hostate baseline
8042026-06-17T21:52:17.561Z++ [[ offline* != online ]]
8052026-06-17T21:52:17.561Z++ [[ 86 -gt 300 ]]
8062026-06-17T21:52:17.564Z++ sleep 1
8072026-06-17T21:52:18.564Z++ retry=87
8082026-06-17T21:52:18.572Z+++ svcs -Hostate baseline
8092026-06-17T21:52:18.579Z++ [[ offline* != online ]]
8102026-06-17T21:52:18.580Z++ [[ 87 -gt 300 ]]
8112026-06-17T21:52:18.580Z++ sleep 1
8122026-06-17T21:52:19.580Z++ retry=88
8132026-06-17T21:52:19.583Z+++ svcs -Hostate baseline
8142026-06-17T21:52:19.596Z++ [[ offline* != online ]]
8152026-06-17T21:52:19.596Z++ [[ 88 -gt 300 ]]
8162026-06-17T21:52:19.596Z++ sleep 1
8172026-06-17T21:52:20.599Z++ retry=89
8182026-06-17T21:52:20.602Z+++ svcs -Hostate baseline
8192026-06-17T21:52:20.612Z++ [[ offline* != online ]]
8202026-06-17T21:52:20.613Z++ [[ 89 -gt 300 ]]
8212026-06-17T21:52:20.613Z++ sleep 1
8222026-06-17T21:52:21.657Z++ retry=90
8232026-06-17T21:52:21.698Z+++ svcs -Hostate baseline
8242026-06-17T21:52:21.698Z++ [[ offline* != online ]]
8252026-06-17T21:52:21.698Z++ [[ 90 -gt 300 ]]
8262026-06-17T21:52:21.698Z++ sleep 1
8272026-06-17T21:52:22.634Z++ retry=91
8282026-06-17T21:52:22.638Z+++ svcs -Hostate baseline
8292026-06-17T21:52:22.649Z++ [[ offline* != online ]]
8302026-06-17T21:52:22.649Z++ [[ 91 -gt 300 ]]
8312026-06-17T21:52:22.652Z++ sleep 1
8322026-06-17T21:52:23.653Z++ retry=92
8332026-06-17T21:52:23.658Z+++ svcs -Hostate baseline
8342026-06-17T21:52:23.670Z++ [[ offline* != online ]]
8352026-06-17T21:52:23.670Z++ [[ 92 -gt 300 ]]
8362026-06-17T21:52:23.670Z++ sleep 1
8372026-06-17T21:52:24.667Z++ retry=93
8382026-06-17T21:52:24.673Z+++ svcs -Hostate baseline
8392026-06-17T21:52:24.682Z++ [[ offline* != online ]]
8402026-06-17T21:52:24.682Z++ [[ 93 -gt 300 ]]
8412026-06-17T21:52:24.682Z++ sleep 1
8422026-06-17T21:52:25.684Z++ retry=94
8432026-06-17T21:52:25.687Z+++ svcs -Hostate baseline
8442026-06-17T21:52:25.698Z++ [[ offline* != online ]]
8452026-06-17T21:52:25.698Z++ [[ 94 -gt 300 ]]
8462026-06-17T21:52:25.701Z++ sleep 1
8472026-06-17T21:52:26.700Z++ retry=95
8482026-06-17T21:52:26.703Z+++ svcs -Hostate baseline
8492026-06-17T21:52:26.713Z++ [[ offline* != online ]]
8502026-06-17T21:52:26.714Z++ [[ 95 -gt 300 ]]
8512026-06-17T21:52:26.714Z++ sleep 1
8522026-06-17T21:52:27.715Z++ retry=96
8532026-06-17T21:52:27.719Z+++ svcs -Hostate baseline
8542026-06-17T21:52:27.730Z++ [[ offline* != online ]]
8552026-06-17T21:52:27.730Z++ [[ 96 -gt 300 ]]
8562026-06-17T21:52:27.733Z++ sleep 1
8572026-06-17T21:52:28.733Z++ retry=97
8582026-06-17T21:52:28.736Z+++ svcs -Hostate baseline
8592026-06-17T21:52:28.747Z++ [[ offline* != online ]]
8602026-06-17T21:52:28.747Z++ [[ 97 -gt 300 ]]
8612026-06-17T21:52:28.747Z++ sleep 1
8622026-06-17T21:52:29.751Z++ retry=98
8632026-06-17T21:52:29.754Z+++ svcs -Hostate baseline
8642026-06-17T21:52:29.767Z++ [[ offline* != online ]]
8652026-06-17T21:52:29.767Z++ [[ 98 -gt 300 ]]
8662026-06-17T21:52:29.767Z++ sleep 1
8672026-06-17T21:52:30.777Z++ retry=99
8682026-06-17T21:52:30.782Z+++ svcs -Hostate baseline
8692026-06-17T21:52:30.783Z++ [[ offline* != online ]]
8702026-06-17T21:52:30.783Z++ [[ 99 -gt 300 ]]
8712026-06-17T21:52:30.783Z++ sleep 1
8722026-06-17T21:52:31.786Z++ retry=100
8732026-06-17T21:52:31.790Z+++ svcs -Hostate baseline
8742026-06-17T21:52:31.797Z++ [[ offline* != online ]]
8752026-06-17T21:52:31.797Z++ [[ 100 -gt 300 ]]
8762026-06-17T21:52:31.804Z++ sleep 1
8772026-06-17T21:52:32.798Z++ retry=101
8782026-06-17T21:52:32.801Z+++ svcs -Hostate baseline
8792026-06-17T21:52:32.813Z++ [[ offline* != online ]]
8802026-06-17T21:52:32.813Z++ [[ 101 -gt 300 ]]
8812026-06-17T21:52:32.817Z++ sleep 1
8822026-06-17T21:52:33.813Z++ retry=102
8832026-06-17T21:52:33.816Z+++ svcs -Hostate baseline
8842026-06-17T21:52:33.829Z++ [[ offline* != online ]]
8852026-06-17T21:52:33.829Z++ [[ 102 -gt 300 ]]
8862026-06-17T21:52:33.829Z++ sleep 1
8872026-06-17T21:52:34.830Z++ retry=103
8882026-06-17T21:52:34.832Z+++ svcs -Hostate baseline
8892026-06-17T21:52:34.843Z++ [[ offline* != online ]]
8902026-06-17T21:52:34.843Z++ [[ 103 -gt 300 ]]
8912026-06-17T21:52:34.843Z++ sleep 1
8922026-06-17T21:52:35.845Z++ retry=104
8932026-06-17T21:52:35.848Z+++ svcs -Hostate baseline
8942026-06-17T21:52:35.860Z++ [[ offline* != online ]]
8952026-06-17T21:52:35.860Z++ [[ 104 -gt 300 ]]
8962026-06-17T21:52:35.860Z++ sleep 1
8972026-06-17T21:52:36.862Z++ retry=105
8982026-06-17T21:52:36.865Z+++ svcs -Hostate baseline
8992026-06-17T21:52:36.876Z++ [[ offline* != online ]]
9002026-06-17T21:52:36.876Z++ [[ 105 -gt 300 ]]
9012026-06-17T21:52:36.876Z++ sleep 1
9022026-06-17T21:52:37.878Z++ retry=106
9032026-06-17T21:52:37.882Z+++ svcs -Hostate baseline
9042026-06-17T21:52:37.892Z++ [[ online != online ]]
9052026-06-17T21:52:37.892Z++ set -o errexit
9062026-06-17T21:52:37.895Z++ set -o pipefail
9072026-06-17T21:52:37.895Z++ banner build
9082026-06-17T21:52:37.895Z
9092026-06-17T21:52:37.895Z ##### # # # # #####
9102026-06-17T21:52:37.896Z # # # # # # # #
9112026-06-17T21:52:37.896Z ##### # # # # # #
9122026-06-17T21:52:37.896Z # # # # # # # #
9132026-06-17T21:52:37.896Z # # # # # # # #
9142026-06-17T21:52:37.896Z ##### #### # ###### #####
9152026-06-17T21:52:37.896Z
9162026-06-17T21:52:37.896Z++ cargo build --release --bin ddmd --bin ddmadm
9172026-06-17T21:52:37.901Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9182026-06-17T21:52:38.063Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9192026-06-17T21:52:38.068Zinfo: downloading 6 components
9202026-06-17T21:52:53.208Z Updating git repository `https://github.com/oxidecomputer/falcon`
9212026-06-17T21:52:53.942ZFrom https://github.com/oxidecomputer/falcon
9222026-06-17T21:52:53.942Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9232026-06-17T21:52:54.035Z Updating crates.io index
9242026-06-17T21:52:54.068Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9252026-06-17T21:52:54.503ZFrom https://github.com/oxidecomputer/dendrite
9262026-06-17T21:52:54.503Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9272026-06-17T21:52:54.541Z Updating git repository `https://github.com/oxidecomputer/ispf`
9282026-06-17T21:52:54.798ZFrom https://github.com/oxidecomputer/ispf
9292026-06-17T21:52:54.798Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9302026-06-17T21:52:55.018Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9312026-06-17T21:52:55.369ZFrom https://github.com/oxidecomputer/netadm-sys
9322026-06-17T21:52:55.371Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9332026-06-17T21:52:55.376Z Updating git repository `https://github.com/oxidecomputer/omicron`
9342026-06-17T21:53:06.524ZFrom https://github.com/oxidecomputer/omicron
9352026-06-17T21:53:06.525Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9362026-06-17T21:53:06.942Z Updating git repository `https://github.com/oxidecomputer/opte`
9372026-06-17T21:53:07.736ZFrom https://github.com/oxidecomputer/opte
9382026-06-17T21:53:07.736Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9392026-06-17T21:53:07.768Z Updating git repository `https://github.com/illumos/smf-rs`
9402026-06-17T21:53:08.050ZFrom https://github.com/illumos/smf-rs
9412026-06-17T21:53:08.050Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9422026-06-17T21:53:08.558Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9432026-06-17T21:53:08.822ZFrom https://github.com/oxidecomputer/network-interface
9442026-06-17T21:53:08.822Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9452026-06-17T21:53:09.048Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9462026-06-17T21:53:09.312ZFrom https://github.com/oxidecomputer/slog-error-chain
9472026-06-17T21:53:09.312Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9482026-06-17T21:53:09.322Z Updating git repository `https://github.com/oxidecomputer/zone`
9492026-06-17T21:53:09.650ZFrom https://github.com/oxidecomputer/zone
9502026-06-17T21:53:09.650Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9512026-06-17T21:53:09.754Z Updating git repository `https://github.com/oxidecomputer/propolis`
9522026-06-17T21:53:10.376ZFrom https://github.com/oxidecomputer/propolis
9532026-06-17T21:53:10.376Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9542026-06-17T21:53:10.449Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9552026-06-17T21:53:11.140ZFrom https://github.com/oxidecomputer/transceiver-control
9562026-06-17T21:53:11.140Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9572026-06-17T21:53:11.308Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9582026-06-17T21:53:11.618ZFrom https://github.com/oxidecomputer/dlpi-sys
9592026-06-17T21:53:11.618Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9602026-06-17T21:53:11.631Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9612026-06-17T21:53:11.914ZFrom https://github.com/jmesmon/rust-libzfs
9622026-06-17T21:53:11.914Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9632026-06-17T21:53:12.924Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9642026-06-17T21:53:12.929ZFrom https://github.com/oxidecomputer/rusty-doors
9652026-06-17T21:53:12.929Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9662026-06-17T21:53:12.929Z Updating git repository `https://github.com/oxidecomputer/lldp`
9672026-06-17T21:53:12.929ZFrom https://github.com/oxidecomputer/lldp
9682026-06-17T21:53:12.929Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9692026-06-17T21:53:12.930Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9702026-06-17T21:53:12.958ZFrom https://github.com/oxidecomputer/tufaceous
9712026-06-17T21:53:12.958Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9722026-06-17T21:53:13.056Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9732026-06-17T21:53:13.896ZFrom https://github.com/oxidecomputer/management-gateway-service
9742026-06-17T21:53:13.896Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9752026-06-17T21:53:14.075Z Updating git repository `https://github.com/oxidecomputer/crucible`
9762026-06-17T21:53:15.133ZFrom https://github.com/oxidecomputer/crucible
9772026-06-17T21:53:15.133Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9782026-06-17T21:53:16.001Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9792026-06-17T21:53:16.312ZFrom https://github.com/oxidecomputer/serde_human_bytes
9802026-06-17T21:53:16.314Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9812026-06-17T21:53:16.556Z Updating git repository `https://github.com/oxidecomputer/propolis`
9822026-06-17T21:53:16.970ZFrom https://github.com/oxidecomputer/propolis
9832026-06-17T21:53:16.971Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9842026-06-17T21:53:17.302Z Updating git repository `https://github.com/oxidecomputer/crucible`
9852026-06-17T21:53:18.070ZFrom https://github.com/oxidecomputer/crucible
9862026-06-17T21:53:18.070Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9872026-06-17T21:53:18.359Z Updating git repository `https://github.com/oxidecomputer/tofino`
9882026-06-17T21:53:18.727ZFrom https://github.com/oxidecomputer/tofino
9892026-06-17T21:53:18.727Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9902026-06-17T21:53:18.736Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9912026-06-17T21:53:19.664ZFrom https://github.com/oxidecomputer/maghemite
9922026-06-17T21:53:19.664Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9932026-06-17T21:53:19.703Z Updating git repository `https://github.com/oxidecomputer/clickward`
9942026-06-17T21:53:20.133ZFrom https://github.com/oxidecomputer/clickward
9952026-06-17T21:53:20.133Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9962026-06-17T21:53:20.171Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9972026-06-17T21:53:20.499ZFrom https://github.com/oxidecomputer/illumos-devinfo
9982026-06-17T21:53:20.499Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
9992026-06-17T21:53:21.919Z Downloading crates ...
10002026-06-17T21:53:22.059Z Downloaded block-buffer v0.12.0
10012026-06-17T21:53:22.081Z Downloaded ciborium-ll v0.2.2
10022026-06-17T21:53:22.081Z Downloaded async-stream v0.3.6
10032026-06-17T21:53:22.081Z Downloaded cfg_aliases v0.2.1
10042026-06-17T21:53:22.081Z Downloaded bit-vec v0.8.0
10052026-06-17T21:53:22.081Z Downloaded async-trait v0.1.89
10062026-06-17T21:53:22.081Z Downloaded base64ct v1.8.3
10072026-06-17T21:53:22.081Z Downloaded crc32fast v1.5.0
10082026-06-17T21:53:22.081Z Downloaded camino v1.2.2
10092026-06-17T21:53:22.081Z Downloaded aho-corasick v1.1.4
10102026-06-17T21:53:22.081Z Downloaded argon2 v0.5.3
10112026-06-17T21:53:22.081Z Downloaded anstream v1.0.0
10122026-06-17T21:53:22.082Z Downloaded float-ord v0.3.2
10132026-06-17T21:53:22.082Z Downloaded adler2 v2.0.1
10142026-06-17T21:53:22.082Z Downloaded fixedbitset v0.4.2
10152026-06-17T21:53:22.082Z Downloaded anyhow v1.0.102
10162026-06-17T21:53:22.082Z Downloaded atomicwrites v0.4.4
10172026-06-17T21:53:22.082Z Downloaded fnv v1.0.7
10182026-06-17T21:53:22.082Z Downloaded foldhash v0.1.5
10192026-06-17T21:53:22.082Z Downloaded errno v0.3.14
10202026-06-17T21:53:22.082Z Downloaded cobs v0.3.0
10212026-06-17T21:53:22.082Z Downloaded heck v0.4.1
10222026-06-17T21:53:22.082Z Downloaded fixedbitset v0.5.7
10232026-06-17T21:53:22.100Z Downloaded equivalent v1.0.2
10242026-06-17T21:53:22.100Z Downloaded darling v0.23.0
10252026-06-17T21:53:22.100Z Downloaded fastrand v2.4.1
10262026-06-17T21:53:22.100Z Downloaded glob v0.3.3
10272026-06-17T21:53:22.102Z Downloaded cookie v0.18.1
10282026-06-17T21:53:22.102Z Downloaded ciborium-io v0.2.2
10292026-06-17T21:53:22.102Z Downloaded heck v0.5.0
10302026-06-17T21:53:22.102Z Downloaded foreign-types-macros v0.2.3
10312026-06-17T21:53:22.103Z Downloaded byte-wrapper v0.1.0
10322026-06-17T21:53:22.112Z Downloaded csv-core v0.1.13
10332026-06-17T21:53:22.113Z Downloaded aead v0.5.2
10342026-06-17T21:53:22.113Z Downloaded crossbeam-utils v0.8.21
10352026-06-17T21:53:22.113Z Downloaded crucible-workspace-hack v0.1.0
10362026-06-17T21:53:22.113Z Downloaded crunchy v0.2.4
10372026-06-17T21:53:22.113Z Downloaded async-recursion v1.1.1
10382026-06-17T21:53:22.113Z Downloaded futures-io v0.3.32
10392026-06-17T21:53:22.113Z Downloaded dyn-clone v1.0.20
10402026-06-17T21:53:22.113Z Downloaded cpufeatures v0.3.0
10412026-06-17T21:53:22.128Z Downloaded const-random-macro v0.1.16
10422026-06-17T21:53:22.128Z Downloaded compression-core v0.4.32
10432026-06-17T21:53:22.128Z Downloaded gethostname v0.5.0
10442026-06-17T21:53:22.128Z Downloaded foreign-types-shared v0.3.1
10452026-06-17T21:53:22.128Z Downloaded async-stream-impl v0.3.6
10462026-06-17T21:53:22.135Z Downloaded anstyle-query v1.1.5
10472026-06-17T21:53:22.135Z Downloaded futures-task v0.3.32
10482026-06-17T21:53:22.135Z Downloaded crc8 v0.1.1
10492026-06-17T21:53:22.135Z Downloaded block-buffer v0.10.4
10502026-06-17T21:53:22.136Z Downloaded crypto-common v0.2.2
10512026-06-17T21:53:22.136Z Downloaded httpdate v1.0.3
10522026-06-17T21:53:22.137Z Downloaded base16ct v0.2.0
10532026-06-17T21:53:22.137Z Downloaded enum-as-inner v0.6.1
10542026-06-17T21:53:22.145Z Downloaded embedded-io v0.4.0
10552026-06-17T21:53:22.146Z Downloaded hex v0.4.3
10562026-06-17T21:53:22.146Z Downloaded crypto-common v0.1.7
10572026-06-17T21:53:22.146Z Downloaded embedded-io v0.6.1
10582026-06-17T21:53:22.157Z Downloaded http-body v1.0.1
10592026-06-17T21:53:22.157Z Downloaded foreign-types v0.5.0
10602026-06-17T21:53:22.157Z Downloaded darling_macro v0.23.0
10612026-06-17T21:53:22.157Z Downloaded hostname v0.4.2
10622026-06-17T21:53:22.170Z Downloaded generic-array v0.14.7
10632026-06-17T21:53:22.170Z Downloaded foreign-types v0.3.2
10642026-06-17T21:53:22.170Z Downloaded data-encoding v2.11.0
10652026-06-17T21:53:22.170Z Downloaded camino-tempfile v1.4.1
10662026-06-17T21:53:22.170Z Downloaded futures-sink v0.3.32
10672026-06-17T21:53:22.170Z Downloaded dropshot-api-manager v0.7.2
10682026-06-17T21:53:22.177Z Downloaded idna_adapter v1.2.2
10692026-06-17T21:53:22.177Z Downloaded hostname v0.3.1
10702026-06-17T21:53:22.177Z Downloaded daft-derive v0.1.7
10712026-06-17T21:53:22.177Z Downloaded indent_write v2.2.0
10722026-06-17T21:53:22.177Z Downloaded fxhash v0.2.1
10732026-06-17T21:53:22.186Z Downloaded defmt v0.3.100
10742026-06-17T21:53:22.186Z Downloaded cstr-argument v0.1.2
10752026-06-17T21:53:22.186Z Downloaded is_terminal_polyfill v1.70.2
10762026-06-17T21:53:22.186Z Downloaded dof v0.4.0
10772026-06-17T21:53:22.197Z Downloaded dropshot-api-manager-types v0.7.2
10782026-06-17T21:53:22.197Z Downloaded git-stub v1.0.0
10792026-06-17T21:53:22.197Z Downloaded form_urlencoded v1.2.2
10802026-06-17T21:53:22.197Z Downloaded futures-macro v0.3.32
10812026-06-17T21:53:22.197Z Downloaded hash32 v0.3.1
10822026-06-17T21:53:22.213Z Downloaded foreign-types-shared v0.1.1
10832026-06-17T21:53:22.213Z Downloaded defmt-parser v1.0.0
10842026-06-17T21:53:22.213Z Downloaded autocfg v1.5.1
10852026-06-17T21:53:22.213Z Downloaded chacha20 v0.9.1
10862026-06-17T21:53:22.213Z Downloaded inout v0.1.4
10872026-06-17T21:53:22.213Z Downloaded ident_case v1.0.1
10882026-06-17T21:53:22.213Z Downloaded cipher v0.4.4
10892026-06-17T21:53:22.219Z Downloaded critical-section v1.2.0
10902026-06-17T21:53:22.219Z Downloaded instant v0.1.13
10912026-06-17T21:53:22.219Z Downloaded keccak v0.1.6
10922026-06-17T21:53:22.219Z Downloaded is-terminal v0.4.17
10932026-06-17T21:53:22.219Z Downloaded defmt-macros v1.1.0
10942026-06-17T21:53:22.219Z Downloaded backon v1.6.0
10952026-06-17T21:53:22.219Z Downloaded git-stub-vcs v0.1.0
10962026-06-17T21:53:22.251Z Downloaded group v0.13.0
10972026-06-17T21:53:22.251Z Downloaded displaydoc v0.2.6
10982026-06-17T21:53:22.269Z Downloaded crossbeam-epoch v0.9.18
10992026-06-17T21:53:22.269Z Downloaded lru-cache v0.1.2
11002026-06-17T21:53:22.269Z Downloaded libscf-sys v1.2.0
11012026-06-17T21:53:22.269Z Downloaded futures-executor v0.3.32
11022026-06-17T21:53:22.269Z Downloaded memoffset v0.9.1
11032026-06-17T21:53:22.269Z Downloaded internet-checksum v0.2.1
11042026-06-17T21:53:22.269Z Downloaded deranged v0.5.8
11052026-06-17T21:53:22.269Z Downloaded futures v0.3.32
11062026-06-17T21:53:22.269Z Downloaded newline-converter v0.3.0
11072026-06-17T21:53:22.269Z Downloaded managed v0.8.0
11082026-06-17T21:53:22.269Z Downloaded macaddr v1.0.1
11092026-06-17T21:53:22.269Z Downloaded newtype-uuid-macros v0.1.0
11102026-06-17T21:53:22.269Z Downloaded num-derive v0.4.2
11112026-06-17T21:53:22.270Z Downloaded num-conv v0.2.2
11122026-06-17T21:53:22.270Z Downloaded lazy_static v1.5.0
11132026-06-17T21:53:22.270Z Downloaded num v0.4.3
11142026-06-17T21:53:22.282Z Downloaded match_cfg v0.1.0
11152026-06-17T21:53:22.282Z Downloaded lru-slab v0.1.2
11162026-06-17T21:53:22.282Z Downloaded mime v0.3.17
11172026-06-17T21:53:22.283Z Downloaded konst_macro_rules v0.2.19
11182026-06-17T21:53:22.283Z Downloaded bytecount v0.6.9
11192026-06-17T21:53:22.283Z Downloaded bs58 v0.5.1
11202026-06-17T21:53:22.283Z Downloaded newtype_derive v0.1.6
11212026-06-17T21:53:22.283Z Downloaded highway v1.3.0
11222026-06-17T21:53:22.283Z Downloaded natord v1.0.9
11232026-06-17T21:53:22.283Z Downloaded derive-ex v0.1.8
11242026-06-17T21:53:22.283Z Downloaded memmap v0.7.0
11252026-06-17T21:53:22.296Z Downloaded is_ci v1.2.0
11262026-06-17T21:53:22.296Z Downloaded no-std-compat v0.4.1
11272026-06-17T21:53:22.297Z Downloaded ipnetwork v0.21.1
11282026-06-17T21:53:22.297Z Downloaded ingot-types v0.1.2
11292026-06-17T21:53:22.297Z Downloaded num_enum_derive v0.5.11
11302026-06-17T21:53:22.297Z Downloaded anstyle-parse v1.0.0
11312026-06-17T21:53:22.297Z Downloaded httparse v1.10.1
11322026-06-17T21:53:22.314Z Downloaded allocator-api2 v0.2.21
11332026-06-17T21:53:22.314Z Downloaded fs_extra v1.3.0
11342026-06-17T21:53:22.314Z Downloaded crossbeam-deque v0.8.6
11352026-06-17T21:53:22.315Z Downloaded num-iter v0.1.45
11362026-06-17T21:53:22.315Z Downloaded defmt v1.1.0
11372026-06-17T21:53:22.315Z Downloaded openssl-macros v0.1.1
11382026-06-17T21:53:22.328Z Downloaded jobserver v0.1.34
11392026-06-17T21:53:22.329Z Downloaded hybrid-array v0.4.12
11402026-06-17T21:53:22.329Z Downloaded getrandom v0.3.4
11412026-06-17T21:53:22.329Z Downloaded chacha20 v0.10.0
11422026-06-17T21:53:22.329Z Downloaded openssl-probe v0.2.1
11432026-06-17T21:53:22.329Z Downloaded hyper-rustls v0.27.9
11442026-06-17T21:53:22.329Z Downloaded clap_derive v4.6.1
11452026-06-17T21:53:22.329Z Downloaded linked-hash-map v0.5.6
11462026-06-17T21:53:22.329Z Downloaded iana-time-zone v0.1.65
11472026-06-17T21:53:22.343Z Downloaded opaque-debug v0.3.1
11482026-06-17T21:53:22.343Z Downloaded newtype-uuid v1.3.2
11492026-06-17T21:53:22.343Z Downloaded omicron-workspace-hack v0.1.0
11502026-06-17T21:53:22.344Z Downloaded num_threads v0.1.7
11512026-06-17T21:53:22.344Z Downloaded ipnet v2.12.0
11522026-06-17T21:53:22.344Z Downloaded linear-map v1.2.0
11532026-06-17T21:53:22.344Z Downloaded libsw v3.5.0
11542026-06-17T21:53:22.344Z Downloaded percent-encoding v2.3.2
11552026-06-17T21:53:22.353Z Downloaded parse-display v0.10.0
11562026-06-17T21:53:22.353Z Downloaded libsw-core v0.3.2
11572026-06-17T21:53:22.353Z Downloaded humantime v2.3.0
11582026-06-17T21:53:22.354Z Downloaded plain v0.2.3
11592026-06-17T21:53:22.354Z Downloaded phf_shared v0.12.1
11602026-06-17T21:53:22.354Z Downloaded elliptic-curve v0.13.8
11612026-06-17T21:53:22.354Z Downloaded num-integer v0.1.46
11622026-06-17T21:53:22.354Z Downloaded num-complex v0.4.6
11632026-06-17T21:53:22.361Z Downloaded bcs v0.1.6
11642026-06-17T21:53:22.361Z Downloaded clap v4.6.1
11652026-06-17T21:53:22.361Z Downloaded num-rational v0.4.2
11662026-06-17T21:53:22.363Z Downloaded globset v0.4.18
11672026-06-17T21:53:22.368Z Downloaded potential_utf v0.1.5
11682026-06-17T21:53:22.368Z Downloaded ingot-macros v0.1.1
11692026-06-17T21:53:22.368Z Downloaded chacha20poly1305 v0.10.1
11702026-06-17T21:53:22.368Z Downloaded num_enum v0.7.6
11712026-06-17T21:53:22.373Z Downloaded proc-macro-crate v3.5.0
11722026-06-17T21:53:22.373Z Downloaded proc-macro-crate v1.3.1
11732026-06-17T21:53:22.373Z Downloaded pretty-hex v0.4.2
11742026-06-17T21:53:22.379Z Downloaded backoff v0.4.0
11752026-06-17T21:53:22.379Z Downloaded proc-macro-error-attr2 v2.0.0
11762026-06-17T21:53:22.379Z Downloaded oxide-tokio-rt v0.1.6
11772026-06-17T21:53:22.385Z Downloaded owo-colors v4.3.0
11782026-06-17T21:53:22.385Z Downloaded pem v3.0.6
11792026-06-17T21:53:22.385Z Downloaded derive_more v0.99.20
11802026-06-17T21:53:22.401Z Downloaded progenitor-client v0.14.0
11812026-06-17T21:53:22.401Z Downloaded hmac v0.12.1
11822026-06-17T21:53:22.401Z Downloaded paste v1.0.15
11832026-06-17T21:53:22.401Z Downloaded ref-cast v1.0.25
11842026-06-17T21:53:22.404Z Downloaded rand_xorshift v0.4.0
11852026-06-17T21:53:22.405Z Downloaded quick-error v1.2.3
11862026-06-17T21:53:22.405Z Downloaded olpc-cjson v0.1.4
11872026-06-17T21:53:22.405Z Downloaded lock_api v0.4.14
11882026-06-17T21:53:22.405Z Downloaded icu_provider v2.2.0
11892026-06-17T21:53:22.405Z Downloaded oxnet v0.1.6
11902026-06-17T21:53:22.405Z Downloaded litemap v0.8.2
11912026-06-17T21:53:22.409Z Downloaded flate2 v1.1.9
11922026-06-17T21:53:22.414Z Downloaded dropshot_endpoint v0.17.1
11932026-06-17T21:53:22.414Z Downloaded progenitor-macro v0.10.0
11942026-06-17T21:53:22.419Z Downloaded progenitor-macro v0.14.0
11952026-06-17T21:53:22.419Z Downloaded progenitor-macro v0.13.0
11962026-06-17T21:53:22.419Z Downloaded multer v3.1.0
11972026-06-17T21:53:22.425Z Downloaded parking_lot_core v0.8.6
11982026-06-17T21:53:22.425Z Downloaded num_enum_derive v0.7.6
11992026-06-17T21:53:22.425Z Downloaded num_enum v0.5.11
12002026-06-17T21:53:22.436Z Downloaded ref-cast-impl v1.0.25
12012026-06-17T21:53:22.436Z Downloaded pin-project-internal v1.1.13
12022026-06-17T21:53:22.436Z Downloaded const_format v0.2.36
12032026-06-17T21:53:22.446Z Downloaded darling_core v0.21.3
12042026-06-17T21:53:22.446Z Downloaded bitflags v2.12.1
12052026-06-17T21:53:22.446Z Downloaded expectorate v1.2.0
12062026-06-17T21:53:22.450Z Downloaded futures-channel v0.3.32
12072026-06-17T21:53:22.450Z Downloaded drift v0.2.0
12082026-06-17T21:53:22.450Z Downloaded proc-macro-error-attr v1.0.4
12092026-06-17T21:53:22.459Z Downloaded proc-macro-error v1.0.4
12102026-06-17T21:53:22.459Z Downloaded progenitor-client v0.10.0
12112026-06-17T21:53:22.501Z Downloaded ppv-lite86 v0.2.21
12122026-06-17T21:53:22.501Z Downloaded pin-project-lite v0.2.17
12132026-06-17T21:53:22.501Z Downloaded crossbeam-channel v0.5.15
12142026-06-17T21:53:22.501Z Downloaded progenitor-extras v0.2.0
12152026-06-17T21:53:22.501Z Downloaded progenitor-client v0.13.0
12162026-06-17T21:53:22.501Z Downloaded password-hash v0.5.0
12172026-06-17T21:53:22.502Z Downloaded phf v0.12.1
12182026-06-17T21:53:22.604Z Downloaded rustc_version v0.4.1
12192026-06-17T21:53:22.604Z Downloaded getrandom v0.4.2
12202026-06-17T21:53:22.604Z Downloaded proc-macro-error2 v2.0.1
12212026-06-17T21:53:22.604Z Downloaded semver v0.1.20
12222026-06-17T21:53:22.604Z Downloaded progenitor v0.13.0
12232026-06-17T21:53:22.605Z Downloaded secrecy v0.10.3
12242026-06-17T21:53:22.605Z Downloaded progenitor v0.10.0
12252026-06-17T21:53:22.605Z Downloaded rustc_version v0.1.7
12262026-06-17T21:53:22.605Z Downloaded rustc-hash v2.1.2
12272026-06-17T21:53:22.605Z Downloaded rand_core v0.10.1
12282026-06-17T21:53:22.605Z Downloaded indexmap v1.9.3
12292026-06-17T21:53:22.605Z Downloaded same-file v1.0.6
12302026-06-17T21:53:22.605Z Downloaded once_cell v1.21.4
12312026-06-17T21:53:22.605Z Downloaded icu_normalizer_data v2.2.0
12322026-06-17T21:53:22.605Z Downloaded parking_lot v0.12.5
12332026-06-17T21:53:22.605Z Downloaded memmap2 v0.9.10
12342026-06-17T21:53:22.605Z Downloaded log v0.4.32
12352026-06-17T21:53:22.605Z Downloaded hickory-resolver v0.24.4
12362026-06-17T21:53:22.605Z Downloaded serde_urlencoded v0.7.1
12372026-06-17T21:53:22.605Z Downloaded serde_plain v1.0.2
12382026-06-17T21:53:22.605Z Downloaded rand_chacha v0.9.0
12392026-06-17T21:53:22.605Z Downloaded scopeguard v1.2.0
12402026-06-17T21:53:22.605Z Downloaded pkg-config v0.3.33
12412026-06-17T21:53:22.605Z Downloaded scroll_derive v0.12.1
12422026-06-17T21:53:22.605Z Downloaded crypto-bigint v0.5.5
12432026-06-17T21:53:22.605Z Downloaded pest_generator v2.8.6
12442026-06-17T21:53:22.605Z Downloaded sha1 v0.11.0
12452026-06-17T21:53:22.605Z Downloaded parking_lot_core v0.9.12
12462026-06-17T21:53:22.605Z Downloaded bytes v1.11.1
12472026-06-17T21:53:22.605Z Downloaded siphasher v1.0.3
12482026-06-17T21:53:22.605Z Downloaded konst v0.2.20
12492026-06-17T21:53:22.605Z Downloaded icu_properties v2.2.0
12502026-06-17T21:53:22.605Z Downloaded progenitor v0.14.0
12512026-06-17T21:53:22.605Z Downloaded num-traits v0.2.19
12522026-06-17T21:53:22.605Z Downloaded slog-envlogger v2.2.0
12532026-06-17T21:53:22.605Z Downloaded serde_spanned v1.1.1
12542026-06-17T21:53:22.605Z Downloaded serde_spanned v0.6.9
12552026-06-17T21:53:22.605Z Downloaded sha1 v0.10.6
12562026-06-17T21:53:22.605Z Downloaded serde-big-array v0.5.1
12572026-06-17T21:53:22.605Z Downloaded postcard v1.1.3
12582026-06-17T21:53:22.606Z Downloaded sigpipe v0.1.3
12592026-06-17T21:53:22.607Z Downloaded rand_core v0.9.5
12602026-06-17T21:53:22.607Z Downloaded indicatif v0.18.4
12612026-06-17T21:53:22.607Z Downloaded scroll v0.13.0
12622026-06-17T21:53:22.607Z Downloaded scroll v0.12.0
12632026-06-17T21:53:22.607Z Downloaded serde_repr v0.1.20
12642026-06-17T21:53:22.673Z Downloaded schemars_derive v0.8.22
12652026-06-17T21:53:22.673Z Downloaded hickory-resolver v0.25.2
12662026-06-17T21:53:22.673Z Downloaded icu_normalizer v2.2.0
12672026-06-17T21:53:22.673Z Downloaded icu_locale_core v2.2.0
12682026-06-17T21:53:22.673Z Downloaded rusty-fork v0.3.1
12692026-06-17T21:53:22.673Z Downloaded rand_core v0.6.4
12702026-06-17T21:53:22.673Z Downloaded rustls-native-certs v0.8.4
12712026-06-17T21:53:22.673Z Downloaded resolv-conf v0.7.6
12722026-06-17T21:53:22.673Z Downloaded miniz_oxide v0.8.9
12732026-06-17T21:53:22.673Z Downloaded slog-bunyan v2.5.0
12742026-06-17T21:53:22.673Z Downloaded rustversion v1.0.22
12752026-06-17T21:53:22.674Z Downloaded rustls-pemfile v2.2.0
12762026-06-17T21:53:22.674Z Downloaded const-oid v0.10.2
12772026-06-17T21:53:22.674Z Downloaded parking_lot v0.11.2
12782026-06-17T21:53:22.674Z Downloaded subtle v2.6.1
12792026-06-17T21:53:22.674Z Downloaded pest_derive v2.8.6
12802026-06-17T21:53:22.674Z Downloaded structmeta v0.3.0
12812026-06-17T21:53:22.674Z Downloaded strsim v0.11.1
12822026-06-17T21:53:22.674Z Downloaded quinn-udp v0.5.14
12832026-06-17T21:53:22.674Z Downloaded poly1305 v0.8.0
12842026-06-17T21:53:22.674Z Downloaded scroll_derive v0.13.1
12852026-06-17T21:53:22.674Z Downloaded darling_core v0.23.0
12862026-06-17T21:53:22.674Z Downloaded serde_path_to_error v0.1.20
12872026-06-17T21:53:22.674Z Downloaded smawk v0.3.2
12882026-06-17T21:53:22.674Z Downloaded signal-hook-registry v1.4.8
12892026-06-17T21:53:22.674Z Downloaded shlex v2.0.1
12902026-06-17T21:53:22.674Z Downloaded sync_wrapper v1.0.2
12912026-06-17T21:53:22.674Z Downloaded icu_collections v2.2.0
12922026-06-17T21:53:22.675Z Downloaded stable_deref_trait v1.2.1
12932026-06-17T21:53:22.675Z Downloaded papergrid v0.18.0
12942026-06-17T21:53:22.675Z Downloaded clap_builder v4.6.0
12952026-06-17T21:53:22.675Z Downloaded tabled_derive v0.11.0
12962026-06-17T21:53:22.675Z Downloaded rustls-pki-types v1.14.1
12972026-06-17T21:53:22.675Z Downloaded take_mut v0.2.2
12982026-06-17T21:53:22.675Z Downloaded structmeta-derive v0.3.0
12992026-06-17T21:53:22.676Z Downloaded spin v0.5.2
13002026-06-17T21:53:22.676Z Downloaded progenitor-impl v0.14.0
13012026-06-17T21:53:22.676Z Downloaded tagptr v0.2.0
13022026-06-17T21:53:22.676Z Downloaded jiff-static v0.2.28
13032026-06-17T21:53:22.676Z Downloaded hashbrown v0.15.5
13042026-06-17T21:53:22.676Z Downloaded testing_table v0.3.0
13052026-06-17T21:53:22.676Z Downloaded strum v0.27.2
13062026-06-17T21:53:22.676Z Downloaded strum v0.26.3
13072026-06-17T21:53:22.676Z Downloaded tabled_derive v0.7.0
13082026-06-17T21:53:22.676Z Downloaded serde_tokenstream v0.2.3
13092026-06-17T21:53:22.677Z Downloaded swrite v0.1.0
13102026-06-17T21:53:22.677Z Downloaded serde_derive_internals v0.29.1
13112026-06-17T21:53:22.677Z Downloaded pin-project v1.1.13
13122026-06-17T21:53:22.756Z Downloaded slog-term v2.9.2
13132026-06-17T21:53:22.756Z Downloaded termtree v0.5.1
13142026-06-17T21:53:22.756Z Downloaded slog-dtrace v0.3.0
13152026-06-17T21:53:22.756Z Downloaded slog-async v2.8.0
13162026-06-17T21:53:22.756Z Downloaded slog-stdlog v4.1.1
13172026-06-17T21:53:22.756Z Downloaded tabwriter v1.4.1
13182026-06-17T21:53:22.756Z Downloaded terminal_size v0.4.4
13192026-06-17T21:53:22.758Z Downloaded smf v0.2.3
13202026-06-17T21:53:22.758Z Downloaded slab v0.4.12
13212026-06-17T21:53:22.759Z Downloaded static_assertions v1.1.0
13222026-06-17T21:53:22.759Z Downloaded thiserror-impl-no-std v2.0.2
13232026-06-17T21:53:22.759Z Downloaded time-core v0.1.8
13242026-06-17T21:53:22.759Z Downloaded h2 v0.4.14
13252026-06-17T21:53:22.759Z Downloaded serde_with_macros v3.20.0
13262026-06-17T21:53:22.760Z Downloaded simd-adler32 v0.3.9
13272026-06-17T21:53:22.760Z Downloaded proc-macro2 v1.0.106
13282026-06-17T21:53:22.760Z Downloaded minimal-lexical v0.2.1
13292026-06-17T21:53:22.760Z Downloaded heapless v0.8.0
13302026-06-17T21:53:22.760Z Downloaded thread-id v5.1.0
13312026-06-17T21:53:22.760Z Downloaded strum_macros v0.27.2
13322026-06-17T21:53:22.760Z Downloaded thread-id v4.2.2
13332026-06-17T21:53:22.760Z Downloaded semver v1.0.28
13342026-06-17T21:53:22.760Z Downloaded pest_meta v2.8.6
13352026-06-17T21:53:22.760Z Downloaded synstructure v0.13.2
13362026-06-17T21:53:22.760Z Downloaded smartstring v1.0.1
13372026-06-17T21:53:22.760Z Downloaded rhai_codegen v3.2.0
13382026-06-17T21:53:22.778Z Downloaded toml_write v0.1.2
13392026-06-17T21:53:22.778Z Downloaded toml_datetime v0.6.11
13402026-06-17T21:53:22.778Z Downloaded snafu-derive v0.8.9
13412026-06-17T21:53:22.778Z Downloaded rustls-platform-verifier v0.7.0
13422026-06-17T21:53:22.778Z Downloaded tower-service v0.3.3
13432026-06-17T21:53:22.778Z Downloaded tower-layer v0.3.3
13442026-06-17T21:53:22.778Z Downloaded tinyvec_macros v0.1.1
13452026-06-17T21:53:22.778Z Downloaded ryu v1.0.23
13462026-06-17T21:53:22.778Z Downloaded tokio-macros v2.7.0
13472026-06-17T21:53:22.778Z Downloaded progenitor-impl v0.13.0
13482026-06-17T21:53:22.778Z Downloaded progenitor-impl v0.10.0
13492026-06-17T21:53:22.778Z Downloaded typeid v1.0.3
13502026-06-17T21:53:22.779Z Downloaded thiserror-impl v2.0.18
13512026-06-17T21:53:22.779Z Downloaded slog-json v2.6.1
13522026-06-17T21:53:22.779Z Downloaded sha2 v0.10.9
13532026-06-17T21:53:22.779Z Downloaded http v1.4.1
13542026-06-17T21:53:22.779Z Downloaded typify-macro v0.6.2
13552026-06-17T21:53:22.779Z Downloaded supports-color v3.0.2
13562026-06-17T21:53:22.779Z Downloaded strum_macros v0.26.4
13572026-06-17T21:53:22.779Z Downloaded hashbrown v0.12.3
13582026-06-17T21:53:22.779Z Downloaded smallvec v1.15.1
13592026-06-17T21:53:22.779Z Downloaded prettyplease v0.2.37
13602026-06-17T21:53:22.779Z Downloaded papergrid v0.11.0
13612026-06-17T21:53:22.779Z Downloaded openssl-sys v0.9.116
13622026-06-17T21:53:22.779Z Downloaded base64 v0.21.7
13632026-06-17T21:53:22.779Z Downloaded slog-scope v4.4.1
13642026-06-17T21:53:22.779Z Downloaded serde_yaml v0.9.34+deprecated
13652026-06-17T21:53:22.779Z Downloaded spin v0.9.8
13662026-06-17T21:53:22.779Z Downloaded try-lock v0.2.5
13672026-06-17T21:53:22.779Z Downloaded tiny-keccak v2.0.2
13682026-06-17T21:53:22.779Z Downloaded thread_local v1.1.9
13692026-06-17T21:53:22.779Z Downloaded universal-hash v0.5.1
13702026-06-17T21:53:22.779Z Downloaded unarray v0.1.4
13712026-06-17T21:53:22.779Z Downloaded typify-macro v0.4.3
13722026-06-17T21:53:22.779Z Downloaded mio v1.2.1
13732026-06-17T21:53:22.779Z Downloaded memchr v2.8.1
13742026-06-17T21:53:22.780Z Downloaded thiserror v2.0.18
13752026-06-17T21:53:22.780Z Downloaded serde_core v1.0.228
13762026-06-17T21:53:22.780Z Downloaded half v2.7.1
13772026-06-17T21:53:22.780Z Downloaded rand_chacha v0.3.1
13782026-06-17T21:53:22.781Z Downloaded quote v1.0.45
13792026-06-17T21:53:22.781Z Downloaded parse-display-derive v0.10.0
13802026-06-17T21:53:22.781Z Downloaded base64 v0.22.1
13812026-06-17T21:53:22.781Z Downloaded usdt v0.5.0
13822026-06-17T21:53:22.781Z Downloaded unicode-xid v0.2.6
13832026-06-17T21:53:22.781Z Downloaded unicode-linebreak v0.1.5
13842026-06-17T21:53:22.781Z Downloaded powerfmt v0.2.0
13852026-06-17T21:53:22.781Z Downloaded http-body-util v0.1.3
13862026-06-17T21:53:22.781Z Downloaded digest v0.11.3
13872026-06-17T21:53:22.781Z Downloaded tinystr v0.8.3
13882026-06-17T21:53:22.781Z Downloaded getrandom v0.2.17
13892026-06-17T21:53:22.808Z Downloaded usdt-macro v0.5.0
13902026-06-17T21:53:22.808Z Downloaded console v0.15.11
13912026-06-17T21:53:22.808Z Downloaded darling v0.21.3
13922026-06-17T21:53:22.808Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13932026-06-17T21:53:22.809Z Downloaded tokio-tungstenite v0.21.0
13942026-06-17T21:53:22.809Z Downloaded thiserror-no-std v2.0.2
13952026-06-17T21:53:22.809Z Downloaded schemars v0.9.0
13962026-06-17T21:53:22.809Z Downloaded want v0.3.1
13972026-06-17T21:53:22.809Z Downloaded waitgroup v0.1.2
13982026-06-17T21:53:22.809Z Downloaded untrusted v0.9.0
13992026-06-17T21:53:22.809Z Downloaded untrusted v0.7.1
14002026-06-17T21:53:22.809Z Downloaded tokio-dtrace v0.1.1
14012026-06-17T21:53:22.810Z Downloaded hkdf v0.12.4
14022026-06-17T21:53:22.810Z Downloaded indexmap v2.14.0
14032026-06-17T21:53:22.843Z Downloaded hyper-util v0.1.20
14042026-06-17T21:53:22.843Z Downloaded usdt-attr-macro v0.6.0
14052026-06-17T21:53:22.843Z Downloaded usdt-attr-macro v0.5.0
14062026-06-17T21:53:22.843Z Downloaded usdt v0.6.0
14072026-06-17T21:53:22.848Z Downloaded schemars v0.8.22
14082026-06-17T21:53:22.848Z Downloaded wait-timeout v0.2.1
14092026-06-17T21:53:22.848Z Downloaded utf8parse v0.2.2
14102026-06-17T21:53:22.848Z Downloaded utf-8 v0.7.6
14112026-06-17T21:53:22.848Z Downloaded usdt-macro v0.6.0
14122026-06-17T21:53:22.848Z Downloaded time-macros v0.2.27
14132026-06-17T21:53:22.849Z Downloaded serde_derive v1.0.228
14142026-06-17T21:53:22.849Z Downloaded zerofrom v0.1.8
14152026-06-17T21:53:22.849Z Downloaded slog v2.8.2
14162026-06-17T21:53:22.849Z Downloaded zeroize_derive v1.4.3
14172026-06-17T21:53:22.850Z Downloaded toml_writer v1.1.1+spec-1.1.0
14182026-06-17T21:53:22.870Z Downloaded term v1.2.1
14192026-06-17T21:53:22.872Z Downloaded tempfile v3.27.0
14202026-06-17T21:53:22.872Z Downloaded tokio-rustls v0.26.4
14212026-06-17T21:53:22.872Z Downloaded version_check v0.9.5
14222026-06-17T21:53:22.872Z Downloaded thiserror v1.0.69
14232026-06-17T21:53:22.873Z Downloaded quinn v0.11.9
14242026-06-17T21:53:22.873Z Downloaded toml v0.8.23
14252026-06-17T21:53:22.873Z Downloaded rand v0.8.6
14262026-06-17T21:53:22.873Z Downloaded qorb v0.4.1
14272026-06-17T21:53:22.873Z Downloaded rayon-core v1.13.0
14282026-06-17T21:53:22.873Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14292026-06-17T21:53:22.873Z Downloaded colored v3.1.1
14302026-06-17T21:53:22.873Z Downloaded thiserror-impl v1.0.69
14312026-06-17T21:53:22.873Z Downloaded cargo_toml v0.22.3
14322026-06-17T21:53:22.873Z Downloaded zerofrom-derive v0.1.7
14332026-06-17T21:53:22.873Z Downloaded yoke-derive v0.8.2
14342026-06-17T21:53:22.874Z Downloaded ingot v0.1.1
14352026-06-17T21:53:22.874Z Downloaded digest v0.10.7
14362026-06-17T21:53:22.874Z Downloaded console v0.16.3
14372026-06-17T21:53:22.874Z Downloaded ciborium v0.2.2
14382026-06-17T21:53:22.874Z Downloaded usdt-impl v0.6.0
14392026-06-17T21:53:22.874Z Downloaded usdt-impl v0.5.0
14402026-06-17T21:53:22.874Z Downloaded thin-vec v0.2.18
14412026-06-17T21:53:22.874Z Downloaded textwrap v0.16.2
14422026-06-17T21:53:22.874Z Downloaded socket2 v0.6.4
14432026-06-17T21:53:22.874Z Downloaded rustls-webpki v0.103.13
14442026-06-17T21:53:22.874Z Downloaded vsss-rs v3.3.4
14452026-06-17T21:53:22.883Z Downloaded whoami v1.6.1
14462026-06-17T21:53:22.883Z Downloaded unit-prefix v0.5.2
14472026-06-17T21:53:22.883Z Downloaded nom v7.1.3
14482026-06-17T21:53:22.883Z Downloaded cc v1.2.63
14492026-06-17T21:53:22.883Z Downloaded zone_cfg_derive v0.3.1
14502026-06-17T21:53:22.883Z Downloaded writeable v0.6.3
14512026-06-17T21:53:22.883Z Downloaded idna v1.1.0
14522026-06-17T21:53:22.884Z Downloaded tokio-stream v0.1.18
14532026-06-17T21:53:22.884Z Downloaded cancel-safe-futures v0.1.5
14542026-06-17T21:53:22.884Z Downloaded serde v1.0.228
14552026-06-17T21:53:22.884Z Downloaded utf8_iter v1.0.4
14562026-06-17T21:53:22.884Z Downloaded toml_parser v1.1.2+spec-1.1.0
14572026-06-17T21:53:22.884Z Downloaded blake2 v0.10.6
14582026-06-17T21:53:22.884Z Downloaded similar v2.7.0
14592026-06-17T21:53:22.917Z Downloaded fs-err v3.3.0
14602026-06-17T21:53:22.917Z Downloaded walkdir v2.5.0
14612026-06-17T21:53:22.917Z Downloaded either v1.16.0
14622026-06-17T21:53:22.917Z Downloaded zmij v1.0.21
14632026-06-17T21:53:22.917Z Downloaded zerovec-derive v0.11.3
14642026-06-17T21:53:22.917Z Downloaded itertools v0.12.1
14652026-06-17T21:53:22.917Z Downloaded bitflags v1.3.2
14662026-06-17T21:53:22.917Z Downloaded toml v0.9.12+spec-1.1.0
14672026-06-17T21:53:22.917Z Downloaded rand v0.10.1
14682026-06-17T21:53:22.917Z Downloaded hubpack_derive v0.1.1
14692026-06-17T21:53:22.917Z Downloaded rand v0.9.4
14702026-06-17T21:53:22.967Z Downloaded test-strategy v0.4.5
14712026-06-17T21:53:22.967Z Downloaded snafu v0.8.9
14722026-06-17T21:53:22.967Z Downloaded schemars v1.2.1
14732026-06-17T21:53:22.967Z Downloaded typify v0.6.2
14742026-06-17T21:53:22.967Z Downloaded zeroize v1.8.2
14752026-06-17T21:53:22.967Z Downloaded yoke v0.8.3
14762026-06-17T21:53:22.967Z Downloaded tinyvec v1.11.0
14772026-06-17T21:53:22.967Z Downloaded tracing-attributes v0.1.31
14782026-06-17T21:53:22.967Z Downloaded hashbrown v0.16.1
14792026-06-17T21:53:22.967Z Downloaded zone v0.3.1
14802026-06-17T21:53:22.967Z Downloaded toml v1.1.2+spec-1.1.0
14812026-06-17T21:53:22.967Z Downloaded hubpack v0.1.2
14822026-06-17T21:53:22.967Z Downloaded colorchoice v1.0.5
14832026-06-17T21:53:23.045Z Downloaded byteorder v1.5.0
14842026-06-17T21:53:23.046Z Downloaded itoa v1.0.18
14852026-06-17T21:53:23.046Z Downloaded compression-codecs v0.4.38
14862026-06-17T21:53:23.046Z Downloaded unicode-ident v1.0.24
14872026-06-17T21:53:23.046Z Downloaded chrono v0.4.45
14882026-06-17T21:53:23.046Z Downloaded dunce v1.0.5
14892026-06-17T21:53:23.046Z Downloaded bit-set v0.8.0
14902026-06-17T21:53:23.046Z Downloaded atomic-waker v1.1.2
14912026-06-17T21:53:23.046Z Downloaded steno v0.4.1
14922026-06-17T21:53:23.046Z Downloaded debug-ignore v1.0.5
14932026-06-17T21:53:23.046Z Downloaded const_format_proc_macros v0.2.34
14942026-06-17T21:53:23.046Z Downloaded cmake v0.1.58
14952026-06-17T21:53:23.046Z Downloaded futures-core v0.3.32
14962026-06-17T21:53:23.046Z Downloaded darling_macro v0.21.3
14972026-06-17T21:53:23.046Z Downloaded base16ct v1.0.0
14982026-06-17T21:53:23.046Z Downloaded dof v0.3.0
14992026-06-17T21:53:23.046Z Downloaded cpufeatures v0.2.17
15002026-06-17T21:53:23.046Z Downloaded dtrace-parser v0.2.0
15012026-06-17T21:53:23.047Z Downloaded curve25519-dalek-derive v0.1.1
15022026-06-17T21:53:23.047Z Downloaded convert_case v0.4.0
15032026-06-17T21:53:23.047Z Downloaded foldhash v0.2.0
15042026-06-17T21:53:23.047Z Downloaded find-msvc-tools v0.1.9
15052026-06-17T21:53:23.047Z Downloaded pest v2.8.6
15062026-06-17T21:53:23.048Z Downloaded typify v0.4.3
15072026-06-17T21:53:23.048Z Downloaded ucd-trie v0.1.7
15082026-06-17T21:53:23.048Z Downloaded cfg-if v1.0.4
15092026-06-17T21:53:23.048Z Downloaded erased-serde v0.3.31
15102026-06-17T21:53:23.048Z Downloaded tracing-core v0.1.36
15112026-06-17T21:53:23.049Z Downloaded dtrace-parser v0.3.0
15122026-06-17T21:53:23.049Z Downloaded const-random v0.1.18
15132026-06-17T21:53:23.049Z Downloaded clap_lex v1.1.0
15142026-06-17T21:53:23.049Z Downloaded ff v0.13.1
15152026-06-17T21:53:23.049Z Downloaded derive-where v1.6.1
15162026-06-17T21:53:23.049Z Downloaded nom v8.0.0
15172026-06-17T21:53:23.049Z Downloaded icu_properties_data v2.2.0
15182026-06-17T21:53:23.049Z Downloaded unsafe-libyaml v0.2.11
15192026-06-17T21:53:23.049Z Downloaded hashbrown v0.17.1
15202026-06-17T21:53:23.049Z Downloaded daft v0.1.7
15212026-06-17T21:53:23.050Z Downloaded async-compression v0.4.42
15222026-06-17T21:53:23.050Z Downloaded uuid v1.23.2
15232026-06-17T21:53:23.050Z Downloaded zerocopy-derive v0.7.35
15242026-06-17T21:53:23.050Z Downloaded arc-swap v1.9.1
15252026-06-17T21:53:23.050Z Downloaded toml_edit v0.25.12+spec-1.1.0
15262026-06-17T21:53:23.050Z Downloaded tungstenite v0.21.0
15272026-06-17T21:53:23.050Z Downloaded toml_edit v0.22.27
15282026-06-17T21:53:23.050Z Downloaded ahash v0.8.12
15292026-06-17T21:53:23.050Z Downloaded anstyle v1.0.14
15302026-06-17T21:53:23.050Z Downloaded futures-util v0.3.32
15312026-06-17T21:53:23.050Z Downloaded xz2 v0.1.7
15322026-06-17T21:53:23.050Z Downloaded hyper v1.10.1
15332026-06-17T21:53:23.195Z Downloaded itertools v0.14.0
15342026-06-17T21:53:23.195Z Downloaded iddqd v0.4.2
15352026-06-17T21:53:23.195Z Downloaded ron v0.12.1
15362026-06-17T21:53:23.195Z Downloaded libm v0.2.16
15372026-06-17T21:53:23.195Z Downloaded url v2.5.8
15382026-06-17T21:53:23.195Z Downloaded toml_edit v0.19.15
15392026-06-17T21:53:23.195Z Downloaded regex v1.12.3
15402026-06-17T21:53:23.195Z Downloaded reqwest v0.12.28
15412026-06-17T21:53:23.195Z Downloaded goblin v0.8.2
15422026-06-17T21:53:23.195Z Downloaded zerocopy-derive v0.8.50
15432026-06-17T21:53:23.299Z Downloaded typenum v1.20.1
15442026-06-17T21:53:23.300Z Downloaded typed-path v0.9.3
15452026-06-17T21:53:23.300Z Downloaded serde_json v1.0.150
15462026-06-17T21:53:23.300Z Downloaded tower v0.5.3
15472026-06-17T21:53:23.300Z Downloaded zerotrie v0.2.4
15482026-06-17T21:53:23.300Z Downloaded unicode-segmentation v1.13.3
15492026-06-17T21:53:23.300Z Downloaded reqwest v0.13.4
15502026-06-17T21:53:23.300Z Downloaded rayon v1.12.0
15512026-06-17T21:53:23.300Z Downloaded unicode-normalization v0.1.25
15522026-06-17T21:53:23.300Z Downloaded tough v0.22.0
15532026-06-17T21:53:23.300Z Downloaded tokio-util v0.7.18
15542026-06-17T21:53:23.300Z Downloaded aws-lc-rs v1.17.0
15552026-06-17T21:53:23.301Z Downloaded portable-atomic v1.13.1
15562026-06-17T21:53:23.301Z Downloaded tower-http v0.6.11
15572026-06-17T21:53:23.301Z Downloaded zerovec v0.11.6
15582026-06-17T21:53:23.301Z Downloaded winnow v0.5.40
15592026-06-17T21:53:23.301Z Downloaded moka v0.12.15
15602026-06-17T21:53:23.302Z Downloaded proptest v1.11.0
15612026-06-17T21:53:23.404Z Downloaded winnow v0.7.15
15622026-06-17T21:53:23.404Z Downloaded zerocopy v0.7.35
15632026-06-17T21:53:23.404Z Downloaded tabled v0.15.0
15642026-06-17T21:53:23.404Z Downloaded serde_with v3.20.0
15652026-06-17T21:53:23.404Z Downloaded winnow v1.0.3
15662026-06-17T21:53:23.404Z Downloaded syn v1.0.109
15672026-06-17T21:53:23.404Z Downloaded bstr v1.12.1
15682026-06-17T21:53:23.405Z Downloaded curve25519-dalek v4.1.3
15692026-06-17T21:53:23.405Z Downloaded goblin v0.10.7
15702026-06-17T21:53:23.405Z Downloaded dropshot v0.17.1
15712026-06-17T21:53:23.535Z Downloaded vcpkg v0.2.15
15722026-06-17T21:53:23.535Z Downloaded syn v2.0.117
15732026-06-17T21:53:23.535Z Downloaded hickory-proto v0.25.2
15742026-06-17T21:53:23.535Z Downloaded tabled v0.21.0
15752026-06-17T21:53:23.535Z Downloaded time v0.3.47
15762026-06-17T21:53:23.535Z Downloaded regress v0.10.5
15772026-06-17T21:53:23.535Z Downloaded openapiv3 v2.2.0
15782026-06-17T21:53:23.536Z Downloaded regex-syntax v0.8.10
15792026-06-17T21:53:23.536Z Downloaded nix v0.31.3
15802026-06-17T21:53:23.536Z Downloaded openssl v0.10.80
15812026-06-17T21:53:23.536Z Downloaded sled v0.34.7
15822026-06-17T21:53:23.536Z Downloaded hickory-proto v0.24.4
15832026-06-17T21:53:23.536Z Downloaded webpki-roots v1.0.7
15842026-06-17T21:53:23.536Z Downloaded quinn-proto v0.11.14
15852026-06-17T21:53:23.536Z Downloaded unicode-width v0.1.14
15862026-06-17T21:53:23.536Z Downloaded smoltcp v0.11.0
15872026-06-17T21:53:23.657Z Downloaded unicode-width v0.2.2
15882026-06-17T21:53:23.658Z Downloaded tokio v1.52.3
15892026-06-17T21:53:23.658Z Downloaded zerocopy v0.8.50
15902026-06-17T21:53:23.659Z Downloaded regress v0.11.1
15912026-06-17T21:53:23.659Z Downloaded rhai v1.25.1
15922026-06-17T21:53:23.659Z Downloaded rustls v0.23.40
15932026-06-17T21:53:23.659Z Downloaded rustix v0.38.44
15942026-06-17T21:53:23.659Z Downloaded encoding_rs v0.8.35
15952026-06-17T21:53:23.659Z Downloaded rustix v1.1.4
15962026-06-17T21:53:23.776Z Downloaded tracing v0.1.44
15972026-06-17T21:53:23.777Z Downloaded typify-impl v0.6.2
15982026-06-17T21:53:23.777Z Downloaded typify-impl v0.4.3
15992026-06-17T21:53:23.905Z Downloaded regex-automata v0.4.14
16002026-06-17T21:53:23.905Z Downloaded petgraph v0.6.5
16012026-06-17T21:53:23.906Z Downloaded chrono-tz v0.10.4
16022026-06-17T21:53:23.906Z Downloaded jiff v0.2.28
16032026-06-17T21:53:23.906Z Downloaded lzma-sys v0.1.20
16042026-06-17T21:53:24.036Z Downloaded petgraph v0.8.3
16052026-06-17T21:53:24.036Z Downloaded libc v0.2.186
16062026-06-17T21:53:24.036Z Downloaded csv v1.4.0
16072026-06-17T21:53:24.036Z Downloaded sha3 v0.10.9
16082026-06-17T21:53:24.036Z Downloaded ring v0.17.14
16092026-06-17T21:53:24.521Z Downloaded aws-lc-sys v0.41.0
16102026-06-17T21:53:24.864Z Compiling proc-macro2 v1.0.106
16112026-06-17T21:53:24.864Z Compiling quote v1.0.45
16122026-06-17T21:53:24.864Z Compiling unicode-ident v1.0.24
16132026-06-17T21:53:24.869Z Compiling serde_core v1.0.228
16142026-06-17T21:53:24.869Z Compiling serde v1.0.228
16152026-06-17T21:53:24.869Z Compiling libc v0.2.186
16162026-06-17T21:53:24.869Z Compiling cfg-if v1.0.4
16172026-06-17T21:53:25.138Z Compiling zmij v1.0.21
16182026-06-17T21:53:25.166Z Compiling autocfg v1.5.1
16192026-06-17T21:53:25.488Z Compiling memchr v2.8.1
16202026-06-17T21:53:25.571Z Compiling libm v0.2.16
16212026-06-17T21:53:26.106Z Compiling itoa v1.0.18
16222026-06-17T21:53:26.135Z Compiling icu_normalizer_data v2.2.0
16232026-06-17T21:53:26.288Z Compiling icu_properties_data v2.2.0
16242026-06-17T21:53:26.379Z Compiling version_check v0.9.5
16252026-06-17T21:53:26.470Z Compiling stable_deref_trait v1.2.1
16262026-06-17T21:53:26.557Z Compiling syn v2.0.117
16272026-06-17T21:53:26.582Z Compiling serde_json v1.0.150
16282026-06-17T21:53:26.612Z Compiling writeable v0.6.3
16292026-06-17T21:53:26.694Z Compiling litemap v0.8.2
16302026-06-17T21:53:26.843Z Compiling parking_lot_core v0.9.12
16312026-06-17T21:53:26.884Z Compiling num-traits v0.2.19
16322026-06-17T21:53:26.911Z Compiling utf8_iter v1.0.4
16332026-06-17T21:53:27.061Z Compiling percent-encoding v2.3.2
16342026-06-17T21:53:27.242Z Compiling thiserror v2.0.18
16352026-06-17T21:53:27.300Z Compiling form_urlencoded v1.2.2
16362026-06-17T21:53:27.349Z Compiling rand_core v0.10.1
16372026-06-17T21:53:27.355Z Compiling getrandom v0.4.2
16382026-06-17T21:53:27.510Z Compiling zerocopy v0.8.50
16392026-06-17T21:53:27.542Z Compiling errno v0.3.14
16402026-06-17T21:53:27.616Z Compiling heck v0.5.0
16412026-06-17T21:53:27.708Z Compiling iana-time-zone v0.1.65
16422026-06-17T21:53:27.921Z Compiling uuid v1.23.2
16432026-06-17T21:53:28.062Z Compiling jobserver v0.1.34
16442026-06-17T21:53:28.145Z Compiling find-msvc-tools v0.1.9
16452026-06-17T21:53:28.394Z Compiling shlex v2.0.1
16462026-06-17T21:53:28.394Z Compiling rustversion v1.0.22
16472026-06-17T21:53:28.531Z Compiling semver v1.0.28
16482026-06-17T21:53:28.549Z Compiling cc v1.2.63
16492026-06-17T21:53:28.598Z Compiling schemars v0.8.22
16502026-06-17T21:53:28.825Z Compiling dyn-clone v1.0.20
16512026-06-17T21:53:28.899Z Compiling pin-project-lite v0.2.17
16522026-06-17T21:53:28.989Z Compiling getrandom v0.2.17
16532026-06-17T21:53:29.015Z Compiling scopeguard v1.2.0
16542026-06-17T21:53:29.145Z Compiling lock_api v0.4.14
16552026-06-17T21:53:29.218Z Compiling bitflags v2.12.1
16562026-06-17T21:53:29.278Z Compiling socket2 v0.6.4
16572026-06-17T21:53:29.405Z Compiling synstructure v0.13.2
16582026-06-17T21:53:29.448Z Compiling serde_derive_internals v0.29.1
16592026-06-17T21:53:29.466Z Compiling cmake v0.1.58
16602026-06-17T21:53:29.646Z Compiling signal-hook-registry v1.4.8
16612026-06-17T21:53:29.806Z Compiling mio v1.2.1
16622026-06-17T21:53:29.843Z Compiling fs_extra v1.3.0
16632026-06-17T21:53:29.892Z Compiling dunce v1.0.5
16642026-06-17T21:53:30.003Z Compiling portable-atomic v1.13.1
16652026-06-17T21:53:30.078Z Compiling futures-core v0.3.32
16662026-06-17T21:53:30.101Z Compiling aws-lc-sys v0.41.0
16672026-06-17T21:53:30.119Z Compiling log v0.4.32
16682026-06-17T21:53:30.122Z Compiling critical-section v1.2.0
16692026-06-17T21:53:30.259Z Compiling subtle v2.6.1
16702026-06-17T21:53:30.297Z Compiling equivalent v1.0.2
16712026-06-17T21:53:30.397Z Compiling httparse v1.10.1
16722026-06-17T21:53:30.431Z Compiling futures-sink v0.3.32
16732026-06-17T21:53:30.494Z Compiling slab v0.4.12
16742026-06-17T21:53:30.542Z Compiling ucd-trie v0.1.7
16752026-06-17T21:53:30.564Z Compiling thiserror v1.0.69
16762026-06-17T21:53:30.583Z Compiling serde_derive v1.0.228
16772026-06-17T21:53:30.691Z Compiling zerofrom-derive v0.1.7
16782026-06-17T21:53:30.722Z Compiling yoke-derive v0.8.2
16792026-06-17T21:53:30.762Z Compiling zerovec-derive v0.11.3
16802026-06-17T21:53:30.781Z Compiling displaydoc v0.2.6
16812026-06-17T21:53:30.919Z Compiling schemars_derive v0.8.22
16822026-06-17T21:53:31.031Z Compiling thiserror-impl v2.0.18
16832026-06-17T21:53:31.271Z Compiling tokio-macros v2.7.0
16842026-06-17T21:53:31.622Z Compiling zerocopy-derive v0.8.50
16852026-06-17T21:53:31.817Z Compiling zeroize_derive v1.4.3
16862026-06-17T21:53:31.895Z Compiling zerofrom v0.1.8
16872026-06-17T21:53:31.922Z Compiling futures-macro v0.3.32
16882026-06-17T21:53:32.047Z Compiling yoke v0.8.3
16892026-06-17T21:53:32.066Z Compiling once_cell v1.21.4
16902026-06-17T21:53:32.171Z Compiling rustix v1.1.4
16912026-06-17T21:53:32.250Z Compiling zerovec v0.11.6
16922026-06-17T21:53:32.310Z Compiling zerotrie v0.2.4
16932026-06-17T21:53:32.527Z Compiling zeroize v1.8.2
16942026-06-17T21:53:32.553Z Compiling pest v2.8.6
16952026-06-17T21:53:32.564Z Compiling typenum v1.20.1
16962026-06-17T21:53:32.746Z Compiling thiserror-impl v1.0.69
16972026-06-17T21:53:32.776Z Compiling futures-channel v0.3.32
16982026-06-17T21:53:32.793Z Compiling tinystr v0.8.3
16992026-06-17T21:53:32.852Z Compiling potential_utf v0.1.5
17002026-06-17T21:53:33.015Z Compiling icu_locale_core v2.2.0
17012026-06-17T21:53:33.032Z Compiling icu_collections v2.2.0
17022026-06-17T21:53:33.032Z Compiling futures-task v0.3.32
17032026-06-17T21:53:33.250Z Compiling futures-io v0.3.32
17042026-06-17T21:53:33.446Z Compiling futures-util v0.3.32
17052026-06-17T21:53:33.761Z Compiling pest_meta v2.8.6
17062026-06-17T21:53:33.836Z Compiling smallvec v1.15.1
17072026-06-17T21:53:33.876Z Compiling bytes v1.11.1
17082026-06-17T21:53:33.906Z Compiling icu_provider v2.2.0
17092026-06-17T21:53:33.919Z Compiling chrono v0.4.45
17102026-06-17T21:53:34.476Z Compiling icu_properties v2.2.0
17112026-06-17T21:53:34.498Z Compiling icu_normalizer v2.2.0
17122026-06-17T21:53:34.742Z Compiling parking_lot v0.12.5
17132026-06-17T21:53:34.974Z Compiling tokio v1.52.3
17142026-06-17T21:53:35.606Z Compiling idna_adapter v1.2.2
17152026-06-17T21:53:35.686Z Compiling serde_tokenstream v0.2.3
17162026-06-17T21:53:35.768Z Compiling idna v1.1.0
17172026-06-17T21:53:36.051Z Compiling pest_generator v2.8.6
17182026-06-17T21:53:36.069Z Compiling regex-syntax v0.8.10
17192026-06-17T21:53:36.112Z Compiling getrandom v0.3.4
17202026-06-17T21:53:36.269Z Compiling url v2.5.8
17212026-06-17T21:53:36.483Z Compiling strsim v0.11.1
17222026-06-17T21:53:36.549Z Compiling rand_core v0.6.4
17232026-06-17T21:53:36.686Z Compiling pest_derive v2.8.6
17242026-06-17T21:53:36.823Z Compiling aho-corasick v1.1.4
17252026-06-17T21:53:36.831Z Compiling byteorder v1.5.0
17262026-06-17T21:53:37.249Z Compiling hashbrown v0.17.1
17272026-06-17T21:53:37.373Z Compiling tracing-core v0.1.36
17282026-06-17T21:53:37.914Z Compiling indexmap v2.14.0
17292026-06-17T21:53:37.948Z Compiling regex-automata v0.4.14
17302026-06-17T21:53:38.120Z Compiling ipnetwork v0.21.1
17312026-06-17T21:53:38.165Z Compiling tracing-attributes v0.1.31
17322026-06-17T21:53:38.433Z Compiling ident_case v1.0.1
17332026-06-17T21:53:38.570Z Compiling slog v2.8.2
17342026-06-17T21:53:38.807Z Compiling base64 v0.22.1
17352026-06-17T21:53:38.832Z Compiling fnv v1.0.7
17362026-06-17T21:53:38.943Z Compiling paste v1.0.15
17372026-06-17T21:53:39.276Z Compiling anyhow v1.0.102
17382026-06-17T21:53:39.409Z Compiling tracing v0.1.44
17392026-06-17T21:53:39.628Z Compiling regex v1.12.3
17402026-06-17T21:53:39.688Z Compiling erased-serde v0.3.31
17412026-06-17T21:53:39.982Z Compiling omicron-workspace-hack v0.1.0
17422026-06-17T21:53:40.292Z Compiling http v1.4.1
17432026-06-17T21:53:40.866Z Compiling oxnet v0.1.6
17442026-06-17T21:53:41.196Z Compiling rustls-pki-types v1.14.1
17452026-06-17T21:53:41.531Z Compiling scroll_derive v0.13.1
17462026-06-17T21:53:42.064Z Compiling ring v0.17.14
17472026-06-17T21:53:42.159Z Compiling num-conv v0.2.2
17482026-06-17T21:53:42.163Z Compiling aws-lc-rs v1.17.0
17492026-06-17T21:53:42.318Z Compiling time-core v0.1.8
17502026-06-17T21:53:42.471Z Compiling time-macros v0.2.27
17512026-06-17T21:53:42.644Z Compiling tokio-util v0.7.18
17522026-06-17T21:53:42.948Z Compiling untrusted v0.7.1
17532026-06-17T21:53:43.081Z Compiling ipnet v2.12.0
17542026-06-17T21:53:43.460Z Compiling untrusted v0.9.0
17552026-06-17T21:53:43.599Z Compiling ppv-lite86 v0.2.21
17562026-06-17T21:53:43.922Z Compiling daft-derive v0.1.7
17572026-06-17T21:53:43.940Z Compiling async-trait v0.1.89
17582026-06-17T21:53:44.087Z Compiling camino v1.2.2
17592026-06-17T21:53:44.268Z Compiling rustls v0.23.40
17602026-06-17T21:53:44.438Z Compiling crc32fast v1.5.0
17612026-06-17T21:53:44.618Z Compiling http-body v1.0.1
17622026-06-17T21:53:44.816Z Compiling pretty-hex v0.4.2
17632026-06-17T21:53:44.816Z Compiling usdt-impl v0.6.0
17642026-06-17T21:53:44.872Z Compiling crossbeam-utils v0.8.21
17652026-06-17T21:53:44.888Z Compiling atomic-waker v1.1.2
17662026-06-17T21:53:45.063Z Compiling scroll v0.13.0
17672026-06-17T21:53:45.214Z Compiling ryu v1.0.23
17682026-06-17T21:53:45.489Z Compiling plain v0.2.3
17692026-06-17T21:53:45.503Z Compiling tower-service v0.3.3
17702026-06-17T21:53:45.596Z Compiling tower-layer v0.3.3
17712026-06-17T21:53:45.596Z Compiling try-lock v0.2.5
17722026-06-17T21:53:45.654Z Compiling goblin v0.10.7
17732026-06-17T21:53:45.736Z Compiling want v0.3.1
17742026-06-17T21:53:45.948Z Compiling h2 v0.4.14
17752026-06-17T21:53:46.630Z Compiling httpdate v1.0.3
17762026-06-17T21:53:46.966Z Compiling slog-async v2.8.0
17772026-06-17T21:53:47.161Z Compiling dtrace-parser v0.3.0
17782026-06-17T21:53:47.207Z Compiling thread-id v5.1.0
17792026-06-17T21:53:47.294Z Compiling ref-cast v1.0.25
17802026-06-17T21:53:48.663Z Compiling dof v0.4.0
17812026-06-17T21:53:49.217Z Compiling hyper v1.10.1
17822026-06-17T21:53:49.694Z Compiling rand_core v0.9.5
17832026-06-17T21:53:49.876Z Compiling serde_urlencoded v0.7.1
17842026-06-17T21:53:49.949Z Compiling http-body-util v0.1.3
17852026-06-17T21:53:50.189Z Compiling ref-cast-impl v1.0.25
17862026-06-17T21:53:50.417Z Compiling syn v1.0.109
17872026-06-17T21:53:50.757Z Compiling hyper-util v0.1.20
17882026-06-17T21:53:51.701Z Compiling usdt-attr-macro v0.6.0
17892026-06-17T21:53:52.158Z Compiling usdt-macro v0.6.0
17902026-06-17T21:53:52.611Z Compiling structmeta-derive v0.3.0
17912026-06-17T21:53:53.019Z Compiling multer v3.1.0
17922026-06-17T21:53:53.270Z Compiling foldhash v0.2.0
17932026-06-17T21:53:53.547Z Compiling allocator-api2 v0.2.21
17942026-06-17T21:53:53.630Z Compiling powerfmt v0.2.0
17952026-06-17T21:53:53.651Z Compiling structmeta v0.3.0
17962026-06-17T21:53:53.843Z Compiling deranged v0.5.8
17972026-06-17T21:53:53.856Z Compiling rand_chacha v0.9.0
17982026-06-17T21:53:53.886Z Compiling hashbrown v0.16.1
17992026-06-17T21:53:54.310Z Compiling darling_core v0.23.0
18002026-06-17T21:53:54.397Z Compiling newtype-uuid-macros v0.1.0
18012026-06-17T21:53:54.738Z Compiling num_threads v0.1.7
18022026-06-17T21:53:54.927Z Compiling rand v0.9.4
18032026-06-17T21:53:55.003Z Compiling time v0.3.47
18042026-06-17T21:53:55.208Z Compiling newtype-uuid v1.3.2
18052026-06-17T21:53:55.644Z Compiling strum_macros v0.26.4
18062026-06-17T21:53:56.030Z Compiling async-stream-impl v0.3.6
18072026-06-17T21:53:56.164Z Compiling sync_wrapper v1.0.2
18082026-06-17T21:53:56.286Z Compiling dropshot v0.17.1
18092026-06-17T21:53:56.411Z Compiling darling_macro v0.23.0
18102026-06-17T21:53:56.694Z Compiling hex v0.4.3
18112026-06-17T21:53:56.979Z Compiling tower v0.5.3
18122026-06-17T21:53:57.014Z Compiling darling v0.23.0
18132026-06-17T21:53:57.037Z Compiling daft v0.1.7
18142026-06-17T21:53:57.103Z Compiling crossbeam-channel v0.5.15
18152026-06-17T21:53:57.341Z Compiling webpki-roots v1.0.7
18162026-06-17T21:53:57.375Z Compiling openapiv3 v2.2.0
18172026-06-17T21:53:57.766Z Compiling generic-array v0.14.7
18182026-06-17T21:53:58.120Z Compiling fastrand v2.4.1
18192026-06-17T21:53:58.188Z Compiling tower-http v0.6.11
18202026-06-17T21:53:58.439Z Compiling serde_with_macros v3.20.0
18212026-06-17T21:53:58.878Z Compiling dropshot_endpoint v0.17.1
18222026-06-17T21:53:59.153Z Compiling futures-executor v0.3.32
18232026-06-17T21:53:59.539Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18242026-06-17T21:53:59.567Z Compiling thread_local v1.1.9
18252026-06-17T21:53:59.856Z Compiling cpufeatures v0.3.0
18262026-06-17T21:53:59.907Z Compiling openssl-probe v0.2.1
18272026-06-17T21:53:59.945Z Compiling futures v0.3.32
18282026-06-17T21:54:00.028Z Compiling rustls-native-certs v0.8.4
18292026-06-17T21:54:00.526Z Compiling derive-ex v0.1.8
18302026-06-17T21:54:00.846Z Compiling strum_macros v0.27.2
18312026-06-17T21:54:00.852Z Compiling is-terminal v0.4.17
18322026-06-17T21:54:01.033Z Compiling term v1.2.1
18332026-06-17T21:54:01.865Z Compiling winnow v1.0.3
18342026-06-17T21:54:02.219Z Compiling take_mut v0.2.2
18352026-06-17T21:54:02.717Z Compiling test-strategy v0.4.5
18362026-06-17T21:54:02.802Z Compiling slog-term v2.9.2
18372026-06-17T21:54:03.492Z Compiling tempfile v3.27.0
18382026-06-17T21:54:04.168Z Compiling macaddr v1.0.1
18392026-06-17T21:54:04.226Z Compiling hybrid-array v0.4.12
18402026-06-17T21:54:04.428Z Compiling simd-adler32 v0.3.9
18412026-06-17T21:54:04.565Z Compiling match_cfg v0.1.0
18422026-06-17T21:54:04.651Z Compiling adler2 v2.0.1
18432026-06-17T21:54:04.695Z Compiling hostname v0.3.1
18442026-06-17T21:54:04.843Z Compiling miniz_oxide v0.8.9
18452026-06-17T21:54:05.412Z Compiling slog-json v2.6.1
18462026-06-17T21:54:05.695Z Compiling memmap2 v0.9.10
18472026-06-17T21:54:06.281Z Compiling usdt v0.6.0
18482026-06-17T21:54:06.447Z Compiling slog-bunyan v2.5.0
18492026-06-17T21:54:06.546Z Compiling flate2 v1.1.9
18502026-06-17T21:54:06.658Z Compiling block-buffer v0.12.0
18512026-06-17T21:54:06.819Z Compiling crypto-common v0.2.2
18522026-06-17T21:54:06.945Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-17T21:54:07.019Z Compiling debug-ignore v1.0.5
18542026-06-17T21:54:07.095Z Compiling compression-core v0.4.32
18552026-06-17T21:54:07.135Z Compiling const-oid v0.10.2
18562026-06-17T21:54:07.273Z Compiling either v1.16.0
18572026-06-17T21:54:07.513Z Compiling digest v0.11.3
18582026-06-17T21:54:07.692Z Compiling compression-codecs v0.4.38
18592026-06-17T21:54:07.806Z Compiling toml_parser v1.1.2+spec-1.1.0
18602026-06-17T21:54:07.978Z Compiling crypto-common v0.1.7
18612026-06-17T21:54:08.051Z Compiling parse-display-derive v0.10.0
18622026-06-17T21:54:08.129Z Compiling rand_chacha v0.3.1
18632026-06-17T21:54:08.180Z Compiling toml_datetime v1.1.1+spec-1.1.0
18642026-06-17T21:54:08.291Z Compiling serde_spanned v1.1.1
18652026-06-17T21:54:08.435Z Compiling encoding_rs v0.8.35
18662026-06-17T21:54:08.669Z Compiling spin v0.9.8
18672026-06-17T21:54:08.690Z Compiling toml_writer v1.1.1+spec-1.1.0
18682026-06-17T21:54:08.764Z Compiling mime v0.3.17
18692026-06-17T21:54:08.956Z Compiling toml v1.1.2+spec-1.1.0
18702026-06-17T21:54:08.998Z Compiling rand v0.8.6
18712026-06-17T21:54:09.260Z Compiling async-compression v0.4.42
18722026-06-17T21:54:09.459Z Compiling sha1 v0.11.0
18732026-06-17T21:54:09.723Z Compiling strum v0.26.3
18742026-06-17T21:54:09.800Z Compiling async-stream v0.3.6
18752026-06-17T21:54:09.913Z Compiling waitgroup v0.1.2
18762026-06-17T21:54:09.969Z Compiling rustls-pemfile v2.2.0
18772026-06-17T21:54:10.075Z Compiling serde_path_to_error v0.1.20
18782026-06-17T21:54:10.124Z Compiling wait-timeout v0.2.1
18792026-06-17T21:54:10.247Z Compiling hostname v0.4.2
18802026-06-17T21:54:10.576Z Compiling quick-error v1.2.3
18812026-06-17T21:54:10.792Z Compiling bit-vec v0.8.0
18822026-06-17T21:54:10.812Z Compiling rusty-fork v0.3.1
18832026-06-17T21:54:10.829Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-17T21:54:11.163Z Compiling bit-set v0.8.0
18852026-06-17T21:54:11.311Z Compiling serde_with v3.20.0
18862026-06-17T21:54:11.367Z Compiling rand_xorshift v0.4.0
18872026-06-17T21:54:11.534Z Compiling unarray v0.1.4
18882026-06-17T21:54:11.649Z Compiling proptest v1.11.0
18892026-06-17T21:54:11.685Z Compiling strum v0.27.2
18902026-06-17T21:54:11.843Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18912026-06-17T21:54:11.964Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18922026-06-17T21:54:12.081Z Compiling instant v0.1.13
18932026-06-17T21:54:12.479Z Compiling itertools v0.14.0
18942026-06-17T21:54:12.580Z Compiling iddqd v0.4.2
18952026-06-17T21:54:13.230Z Compiling unicode-width v0.2.2
18962026-06-17T21:54:13.583Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-17T21:54:13.806Z Compiling block-buffer v0.10.4
18982026-06-17T21:54:13.900Z Compiling backon v1.6.0
18992026-06-17T21:54:13.983Z Compiling regress v0.10.5
19002026-06-17T21:54:14.117Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19012026-06-17T21:54:15.815Z Compiling digest v0.10.7
19022026-06-17T21:54:15.921Z Compiling backoff v0.4.0
19032026-06-17T21:54:16.202Z Compiling parse-display v0.10.0
19042026-06-17T21:54:16.523Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19052026-06-17T21:54:16.870Z Compiling humantime v2.3.0
19062026-06-17T21:54:19.009Z Compiling regress v0.11.1
19072026-06-17T21:54:20.160Z Compiling zerocopy-derive v0.7.35
19082026-06-17T21:54:20.471Z Compiling typify-impl v0.6.2
19092026-06-17T21:54:21.095Z Compiling darling_core v0.21.3
19102026-06-17T21:54:21.223Z Compiling clap_derive v4.6.1
19112026-06-17T21:54:21.479Z Compiling cpufeatures v0.2.17
19122026-06-17T21:54:22.085Z Compiling convert_case v0.4.0
19132026-06-17T21:54:22.105Z Compiling utf8parse v0.2.2
19142026-06-17T21:54:22.309Z Compiling derive_more v0.99.20
19152026-06-17T21:54:22.863Z Compiling anstyle-parse v1.0.0
19162026-06-17T21:54:23.135Z Compiling darling_macro v0.21.3
19172026-06-17T21:54:23.710Z Compiling terminal_size v0.4.4
19182026-06-17T21:54:23.743Z Compiling typify-macro v0.6.2
19192026-06-17T21:54:23.763Z Compiling toml_datetime v0.6.11
19202026-06-17T21:54:23.883Z Compiling colorchoice v1.0.5
19212026-06-17T21:54:24.000Z Compiling is_terminal_polyfill v1.70.2
19222026-06-17T21:54:24.004Z Compiling anstyle v1.0.14
19232026-06-17T21:54:24.100Z Compiling anstyle-query v1.1.5
19242026-06-17T21:54:24.206Z Compiling anstream v1.0.0
19252026-06-17T21:54:24.276Z Compiling darling v0.21.3
19262026-06-17T21:54:24.759Z Compiling secrecy v0.10.3
19272026-06-17T21:54:24.772Z Compiling clap_lex v1.1.0
19282026-06-17T21:54:25.004Z Compiling crucible-workspace-hack v0.1.0
19292026-06-17T21:54:25.286Z Compiling heapless v0.8.0
19302026-06-17T21:54:25.314Z Compiling tinyvec_macros v0.1.1
19312026-06-17T21:54:25.374Z Compiling typify v0.6.2
19322026-06-17T21:54:25.393Z Compiling tinyvec v1.11.0
19332026-06-17T21:54:25.476Z Compiling clap_builder v4.6.0
19342026-06-17T21:54:26.127Z Compiling ingot-macros v0.1.1
19352026-06-17T21:54:26.190Z Compiling zerocopy v0.7.35
19362026-06-17T21:54:26.455Z Compiling hash32 v0.3.1
19372026-06-17T21:54:26.533Z Compiling scroll_derive v0.12.1
19382026-06-17T21:54:26.612Z Compiling rustc_version v0.4.1
19392026-06-17T21:54:26.880Z Compiling num-integer v0.1.46
19402026-06-17T21:54:26.899Z Compiling usdt-impl v0.5.0
19412026-06-17T21:54:27.174Z Compiling smoltcp v0.11.0
19422026-06-17T21:54:27.257Z Compiling scroll v0.12.0
19432026-06-17T21:54:27.375Z Compiling clap v4.6.1
19442026-06-17T21:54:27.557Z Compiling curve25519-dalek v4.1.3
19452026-06-17T21:54:27.593Z Compiling dof v0.3.0
19462026-06-17T21:54:28.721Z Compiling ingot-types v0.1.2
19472026-06-17T21:54:29.428Z Compiling hmac v0.12.1
19482026-06-17T21:54:29.459Z Compiling dtrace-parser v0.2.0
19492026-06-17T21:54:29.484Z Compiling inout v0.1.4
19502026-06-17T21:54:29.653Z Compiling ff v0.13.1
19512026-06-17T21:54:29.670Z Compiling cobs v0.3.0
19522026-06-17T21:54:29.921Z Compiling thread-id v4.2.2
19532026-06-17T21:54:30.007Z Compiling unsafe-libyaml v0.2.11
19542026-06-17T21:54:30.274Z Compiling managed v0.8.0
19552026-06-17T21:54:30.623Z Compiling bitflags v1.3.2
19562026-06-17T21:54:30.889Z Compiling serde_yaml v0.9.34+deprecated
19572026-06-17T21:54:31.392Z Compiling postcard v1.1.3
19582026-06-17T21:54:31.695Z Compiling group v0.13.0
19592026-06-17T21:54:31.814Z Compiling cipher v0.4.4
19602026-06-17T21:54:32.060Z Compiling hkdf v0.12.4
19612026-06-17T21:54:32.154Z Compiling ingot v0.1.1
19622026-06-17T21:54:32.741Z Compiling goblin v0.8.2
19632026-06-17T21:54:33.065Z Compiling num-iter v0.1.45
19642026-06-17T21:54:33.196Z Compiling num-rational v0.4.2
19652026-06-17T21:54:34.309Z Compiling tabwriter v1.4.1
19662026-06-17T21:54:34.463Z Compiling universal-hash v0.5.1
19672026-06-17T21:54:34.612Z Compiling crypto-bigint v0.5.5
19682026-06-17T21:54:34.664Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19692026-06-17T21:54:34.781Z Compiling thiserror-impl-no-std v2.0.2
19702026-06-17T21:54:35.389Z Compiling hubpack_derive v0.1.1
19712026-06-17T21:54:35.816Z Compiling crossbeam-epoch v0.9.18
19722026-06-17T21:54:35.947Z Compiling half v2.7.1
19732026-06-17T21:54:36.167Z Compiling curve25519-dalek-derive v0.1.1
19742026-06-17T21:54:36.339Z Compiling num-complex v0.4.6
19752026-06-17T21:54:36.974Z Compiling memoffset v0.9.1
19762026-06-17T21:54:37.123Z Compiling base64ct v1.8.3
19772026-06-17T21:54:37.366Z Compiling cfg_aliases v0.2.1
19782026-06-17T21:54:37.471Z Compiling ciborium-io v0.2.2
19792026-06-17T21:54:37.484Z Compiling base16ct v0.2.0
19802026-06-17T21:54:37.546Z Compiling opaque-debug v0.3.1
19812026-06-17T21:54:37.624Z Compiling prettyplease v0.2.37
19822026-06-17T21:54:37.923Z Compiling poly1305 v0.8.0
19832026-06-17T21:54:37.940Z Compiling elliptic-curve v0.13.8
19842026-06-17T21:54:38.237Z Compiling ciborium-ll v0.2.2
19852026-06-17T21:54:38.498Z Compiling nix v0.31.3
19862026-06-17T21:54:38.517Z Compiling password-hash v0.5.0
19872026-06-17T21:54:39.365Z Compiling num v0.4.3
19882026-06-17T21:54:39.464Z Compiling hubpack v0.1.2
19892026-06-17T21:54:39.483Z Compiling thiserror-no-std v2.0.2
19902026-06-17T21:54:40.549Z Compiling chacha20 v0.9.1
19912026-06-17T21:54:41.145Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19922026-06-17T21:54:41.701Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19932026-06-17T21:54:41.764Z Compiling reqwest v0.12.28
19942026-06-17T21:54:42.229Z Compiling toml_edit v0.25.12+spec-1.1.0
19952026-06-17T21:54:42.587Z Compiling blake2 v0.10.6
19962026-06-17T21:54:42.959Z Compiling aead v0.5.2
19972026-06-17T21:54:43.148Z Compiling byte-wrapper v0.1.0
19982026-06-17T21:54:43.242Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19992026-06-17T21:54:43.260Z Compiling serde_repr v0.1.20
20002026-06-17T21:54:43.980Z Compiling proc-macro-error-attr v1.0.4
20012026-06-17T21:54:44.089Z Compiling bstr v1.12.1
20022026-06-17T21:54:44.199Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20032026-06-17T21:54:44.234Z Compiling keccak v0.1.6
20042026-06-17T21:54:44.466Z Compiling static_assertions v1.1.0
20052026-06-17T21:54:44.516Z Compiling float-ord v0.3.2
20062026-06-17T21:54:44.547Z Compiling rustix v0.38.44
20072026-06-17T21:54:44.762Z Compiling sha3 v0.10.9
20082026-06-17T21:54:44.993Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20092026-06-17T21:54:45.138Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20102026-06-17T21:54:45.640Z Compiling chacha20poly1305 v0.10.1
20112026-06-17T21:54:45.694Z Compiling argon2 v0.5.3
20122026-06-17T21:54:45.791Z Compiling proc-macro-crate v3.5.0
20132026-06-17T21:54:46.230Z Compiling progenitor-client v0.10.0
20142026-06-17T21:54:46.707Z Compiling vsss-rs v3.3.4
20152026-06-17T21:54:47.981Z Compiling ciborium v0.2.2
20162026-06-17T21:54:48.305Z Compiling usdt-attr-macro v0.5.0
20172026-06-17T21:54:48.726Z Compiling rustls-webpki v0.103.13
20182026-06-17T21:54:48.828Z Compiling usdt-macro v0.5.0
20192026-06-17T21:54:51.018Z Compiling num-derive v0.4.2
20202026-06-17T21:54:51.148Z Compiling enum-as-inner v0.6.1
20212026-06-17T21:54:51.237Z Compiling proc-macro-error v1.0.4
20222026-06-17T21:54:51.501Z Compiling memmap v0.7.0
20232026-06-17T21:54:51.732Z Compiling data-encoding v2.11.0
20242026-06-17T21:54:51.735Z Compiling winnow v0.5.40
20252026-06-17T21:54:52.135Z Compiling indent_write v2.2.0
20262026-06-17T21:54:52.286Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20272026-06-17T21:54:52.557Z Compiling usdt v0.5.0
20282026-06-17T21:54:52.792Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-17T21:54:53.115Z Compiling tokio-rustls v0.26.4
20302026-06-17T21:54:53.160Z Compiling rustls-platform-verifier v0.7.0
20312026-06-17T21:54:53.361Z Compiling toml_edit v0.19.15
20322026-06-17T21:54:53.409Z Compiling hyper-rustls v0.27.9
20332026-06-17T21:54:53.750Z Compiling reqwest v0.13.4
20342026-06-17T21:54:55.321Z Compiling progenitor-client v0.14.0
20352026-06-17T21:54:55.340Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20362026-06-17T21:54:55.447Z Compiling num_enum_derive v0.7.6
20372026-06-17T21:54:55.603Z Compiling progenitor-extras v0.2.0
20382026-06-17T21:54:56.338Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-17T21:54:57.262Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-17T21:54:57.878Z Compiling serde_spanned v0.6.9
20412026-06-17T21:54:58.050Z Compiling foreign-types-macros v0.2.3
20422026-06-17T21:54:58.691Z Compiling toml_write v0.1.2
20432026-06-17T21:54:59.158Z Compiling winnow v0.7.15
20442026-06-17T21:55:00.744Z Compiling vcpkg v0.2.15
20452026-06-17T21:55:01.342Z Compiling colored v3.1.1
20462026-06-17T21:55:02.964Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-17T21:55:07.064Z Compiling pkg-config v0.3.33
20482026-06-17T21:55:07.493Z Compiling foreign-types-shared v0.3.1
20492026-06-17T21:55:07.598Z Compiling bytecount v0.6.9
20502026-06-17T21:55:07.793Z Compiling foreign-types v0.5.0
20512026-06-17T21:55:07.937Z Compiling openssl-sys v0.9.116
20522026-06-17T21:55:08.136Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-17T21:55:08.403Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-17T21:55:08.512Z Compiling toml_edit v0.22.27
20552026-06-17T21:55:09.345Z Compiling num_enum v0.7.6
20562026-06-17T21:55:09.485Z Compiling proc-macro-crate v1.3.1
20572026-06-17T21:55:10.978Z Compiling progenitor-impl v0.13.0
20582026-06-17T21:55:11.065Z Compiling chacha20 v0.10.0
20592026-06-17T21:55:11.099Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20602026-06-17T21:55:11.544Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20612026-06-17T21:55:11.597Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20622026-06-17T21:55:11.724Z Compiling cstr-argument v0.1.2
20632026-06-17T21:55:11.869Z Compiling resolv-conf v0.7.6
20642026-06-17T21:55:11.992Z Compiling linked-hash-map v0.5.6
20652026-06-17T21:55:12.010Z Compiling swrite v0.1.0
20662026-06-17T21:55:12.197Z Compiling semver v0.1.20
20672026-06-17T21:55:12.220Z Compiling heck v0.4.1
20682026-06-17T21:55:12.335Z Compiling rayon-core v1.13.0
20692026-06-17T21:55:12.415Z Compiling unicode-segmentation v1.13.3
20702026-06-17T21:55:12.432Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20712026-06-17T21:55:12.490Z Compiling rustc_version v0.1.7
20722026-06-17T21:55:12.615Z Compiling lru-cache v0.1.2
20732026-06-17T21:55:12.725Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-06-17T21:55:12.756Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20752026-06-17T21:55:12.776Z Compiling newline-converter v0.3.0
20762026-06-17T21:55:12.918Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-06-17T21:55:13.019Z Compiling progenitor-macro v0.13.0
20782026-06-17T21:55:13.066Z Compiling rand v0.10.1
20792026-06-17T21:55:13.297Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20802026-06-17T21:55:13.851Z Compiling toml v0.8.23
20812026-06-17T21:55:14.012Z Compiling num_enum_derive v0.5.11
20822026-06-17T21:55:14.201Z Compiling atomicwrites v0.4.4
20832026-06-17T21:55:14.425Z Compiling progenitor-client v0.13.0
20842026-06-17T21:55:14.445Z Compiling hickory-proto v0.24.4
20852026-06-17T21:55:14.467Z Compiling similar v2.7.0
20862026-06-17T21:55:14.581Z Compiling crossbeam-deque v0.8.6
20872026-06-17T21:55:14.889Z Compiling progenitor-impl v0.14.0
20882026-06-17T21:55:15.051Z Compiling console v0.15.11
20892026-06-17T21:55:16.364Z Compiling camino-tempfile v1.4.1
20902026-06-17T21:55:16.785Z Compiling serde-big-array v0.5.1
20912026-06-17T21:55:16.960Z Compiling derive-where v1.6.1
20922026-06-17T21:55:16.981Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20932026-06-17T21:55:17.242Z Compiling pin-project-internal v1.1.13
20942026-06-17T21:55:17.260Z Compiling lazy_static v1.5.0
20952026-06-17T21:55:17.380Z Compiling minimal-lexical v0.2.1
20962026-06-17T21:55:17.542Z Compiling siphasher v1.0.3
20972026-06-17T21:55:17.645Z Compiling nom v7.1.3
20982026-06-17T21:55:17.775Z Compiling phf_shared v0.12.1
20992026-06-17T21:55:17.997Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-06-17T21:55:18.353Z Compiling pin-project v1.1.13
21012026-06-17T21:55:18.476Z Compiling progenitor v0.13.0
21022026-06-17T21:55:18.689Z Compiling progenitor-macro v0.14.0
21032026-06-17T21:55:18.985Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21042026-06-17T21:55:19.132Z Compiling hickory-resolver v0.24.4
21052026-06-17T21:55:22.036Z Compiling expectorate v1.2.0
21062026-06-17T21:55:22.290Z Compiling num_enum v0.5.11
21072026-06-17T21:55:22.927Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-17T21:55:24.084Z Compiling newtype_derive v0.1.6
21092026-06-17T21:55:24.499Z Compiling unicode-normalization v0.1.25
21102026-06-17T21:55:25.121Z Compiling tokio-stream v0.1.18
21112026-06-17T21:55:25.690Z Compiling async-recursion v1.1.1
21122026-06-17T21:55:26.493Z Compiling snafu-derive v0.8.9
21132026-06-17T21:55:26.642Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21142026-06-17T21:55:26.979Z Compiling slog-dtrace v0.3.0
21152026-06-17T21:55:27.248Z Compiling csv-core v0.1.13
21162026-06-17T21:55:27.492Z Compiling openssl v0.10.80
21172026-06-17T21:55:27.670Z Compiling highway v1.3.0
21182026-06-17T21:55:27.801Z Compiling foldhash v0.1.5
21192026-06-17T21:55:27.843Z Compiling unicode-xid v0.2.6
21202026-06-17T21:55:28.052Z Compiling unicode-width v0.1.14
21212026-06-17T21:55:28.066Z Compiling foreign-types-shared v0.1.1
21222026-06-17T21:55:28.144Z Compiling chrono-tz v0.10.4
21232026-06-17T21:55:28.240Z Compiling cancel-safe-futures v0.1.5
21242026-06-17T21:55:28.295Z Compiling konst_macro_rules v0.2.19
21252026-06-17T21:55:28.372Z Compiling same-file v1.0.6
21262026-06-17T21:55:28.394Z Compiling owo-colors v4.3.0
21272026-06-17T21:55:28.496Z Compiling walkdir v2.5.0
21282026-06-17T21:55:28.542Z Compiling konst v0.2.20
21292026-06-17T21:55:28.584Z Compiling snafu v0.8.9
21302026-06-17T21:55:28.816Z Compiling foreign-types v0.3.2
21312026-06-17T21:55:28.906Z Compiling const_format_proc_macros v0.2.34
21322026-06-17T21:55:28.932Z Compiling hashbrown v0.15.5
21332026-06-17T21:55:29.152Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-17T21:55:29.236Z Compiling csv v1.4.0
21352026-06-17T21:55:29.714Z Compiling progenitor v0.14.0
21362026-06-17T21:55:29.733Z Compiling qorb v0.4.1
21372026-06-17T21:55:29.869Z Compiling olpc-cjson v0.1.4
21382026-06-17T21:55:30.090Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-17T21:55:30.191Z Compiling rayon v1.12.0
21402026-06-17T21:55:31.719Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21412026-06-17T21:55:32.278Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-17T21:55:32.417Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-17T21:55:33.665Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-17T21:55:34.198Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21452026-06-17T21:55:35.117Z Compiling phf v0.12.1
21462026-06-17T21:55:35.451Z Compiling zone_cfg_derive v0.3.1
21472026-06-17T21:55:35.775Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-17T21:55:36.220Z Compiling tokio-dtrace v0.1.1
21492026-06-17T21:55:36.432Z Compiling globset v0.4.18
21502026-06-17T21:55:36.585Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21512026-06-17T21:55:36.816Z Compiling itertools v0.12.1
21522026-06-17T21:55:38.009Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-17T21:55:38.119Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21542026-06-17T21:55:38.309Z Compiling libsw-core v0.3.2
21552026-06-17T21:55:38.420Z Compiling pem v3.0.6
21562026-06-17T21:55:38.501Z Compiling serde_plain v1.0.2
21572026-06-17T21:55:38.624Z Compiling openssl-macros v0.1.1
21582026-06-17T21:55:38.809Z Compiling cookie v0.18.1
21592026-06-17T21:55:39.047Z Compiling sigpipe v0.1.3
21602026-06-17T21:55:39.070Z Compiling glob v0.3.3
21612026-06-17T21:55:39.115Z Compiling fixedbitset v0.5.7
21622026-06-17T21:55:39.133Z Compiling jiff v0.2.28
21632026-06-17T21:55:39.151Z Compiling fixedbitset v0.4.2
21642026-06-17T21:55:39.369Z Compiling typed-path v0.9.3
21652026-06-17T21:55:39.524Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-06-17T21:55:39.656Z Compiling petgraph v0.8.3
21672026-06-17T21:55:39.817Z Compiling petgraph v0.6.5
21682026-06-17T21:55:40.416Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-06-17T21:55:40.663Z Compiling tough v0.22.0
21702026-06-17T21:55:41.326Z Compiling libsw v3.5.0
21712026-06-17T21:55:41.529Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21722026-06-17T21:55:41.694Z Compiling zone v0.3.1
21732026-06-17T21:55:42.121Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21742026-06-17T21:55:42.377Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-17T21:55:42.425Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-06-17T21:55:43.404Z Compiling oxide-tokio-rt v0.1.6
21772026-06-17T21:55:43.978Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21782026-06-17T21:55:45.413Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-06-17T21:55:45.519Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-06-17T21:55:45.819Z Compiling const_format v0.2.36
21812026-06-17T21:55:46.602Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-17T21:55:47.331Z Compiling papergrid v0.11.0
21832026-06-17T21:55:47.455Z Compiling tabled_derive v0.7.0
21842026-06-17T21:55:47.918Z Compiling gethostname v0.5.0
21852026-06-17T21:55:48.079Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-17T21:55:48.422Z Compiling libscf-sys v1.2.0
21872026-06-17T21:55:48.575Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21882026-06-17T21:55:49.318Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-17T21:55:49.363Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21902026-06-17T21:55:49.447Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-17T21:55:49.518Z Compiling smf v0.2.3
21922026-06-17T21:55:49.635Z Compiling bcs v0.1.6
21932026-06-17T21:55:49.642Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21942026-06-17T21:55:49.945Z Compiling termtree v0.5.1
21952026-06-17T21:55:50.131Z Compiling smawk v0.3.2
21962026-06-17T21:55:50.306Z Compiling unicode-linebreak v0.1.5
21972026-06-17T21:55:50.412Z Compiling linear-map v1.2.0
21982026-06-17T21:55:50.599Z Compiling tagptr v0.2.0
21992026-06-17T21:55:50.651Z Compiling whoami v1.6.1
22002026-06-17T21:55:50.688Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-17T21:55:50.773Z Compiling moka v0.12.15
22022026-06-17T21:55:52.065Z Compiling textwrap v0.16.2
22032026-06-17T21:55:52.516Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22042026-06-17T21:55:52.587Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-06-17T21:55:53.123Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-17T21:55:53.649Z Compiling tabled v0.15.0
22072026-06-17T21:55:53.667Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-17T21:55:53.781Z Compiling steno v0.4.1
22092026-06-17T21:55:53.884Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-06-17T21:55:55.328Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-17T21:55:59.104Z Compiling hickory-proto v0.25.2
22122026-06-17T21:55:59.317Z Compiling proc-macro-error-attr2 v2.0.0
22132026-06-17T21:55:59.786Z Compiling proc-macro-error2 v2.0.1
22142026-06-17T21:56:00.084Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22152026-06-17T21:56:00.547Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22162026-06-17T21:56:00.826Z Compiling parking_lot_core v0.8.6
22172026-06-17T21:56:00.906Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22182026-06-17T21:56:01.172Z Compiling tabled_derive v0.11.0
22192026-06-17T21:56:01.512Z Compiling hickory-resolver v0.25.2
22202026-06-17T21:56:02.132Z Compiling papergrid v0.18.0
22212026-06-17T21:56:02.327Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22222026-06-17T21:56:02.603Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-06-17T21:56:03.416Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22242026-06-17T21:56:04.914Z Compiling testing_table v0.3.0
22252026-06-17T21:56:05.347Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22262026-06-17T21:56:05.398Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22272026-06-17T21:56:05.671Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-17T21:56:06.846Z Compiling tabled v0.21.0
22292026-06-17T21:56:07.325Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22302026-06-17T21:56:07.845Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22312026-06-17T21:56:07.964Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22322026-06-17T21:56:08.132Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22332026-06-17T21:56:08.663Z Compiling arc-swap v1.9.1
22342026-06-17T21:56:09.015Z Compiling slog-scope v4.4.1
22352026-06-17T21:56:09.444Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22362026-06-17T21:56:09.987Z Compiling parking_lot v0.11.2
22372026-06-17T21:56:10.888Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22382026-06-17T21:56:11.323Z Compiling dropshot-api-manager-types v0.7.2
22392026-06-17T21:56:11.543Z Compiling fxhash v0.2.1
22402026-06-17T21:56:11.609Z Compiling crc8 v0.1.1
22412026-06-17T21:56:11.672Z Compiling sled v0.34.7
22422026-06-17T21:56:11.714Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22432026-06-17T21:56:11.907Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22442026-06-17T21:56:14.236Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22452026-06-17T21:56:14.811Z Compiling slog-stdlog v4.1.1
22462026-06-17T21:56:15.267Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22472026-06-17T21:56:15.333Z Compiling slog-envlogger v2.2.0
22482026-06-17T21:56:15.467Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22492026-06-17T21:56:16.622Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-06-17T21:56:18.855Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22512026-06-17T21:56:20.609Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22522026-06-17T21:56:24.369Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22532026-06-17T21:56:32.610Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22542026-06-17T21:56:37.666Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22552026-06-17T21:56:40.834Z Finished `release` profile [optimized] target(s) in 3m 47s
22562026-06-17T21:56:41.175Z+ banner trio
22572026-06-17T21:56:41.179Z
22582026-06-17T21:56:41.179Z ##### ##### # ####
22592026-06-17T21:56:41.179Z # # # # # #
22602026-06-17T21:56:41.179Z # # # # # #
22612026-06-17T21:56:41.179Z # ##### # # #
22622026-06-17T21:56:41.179Z # # # # # #
22632026-06-17T21:56:41.179Z # # # # ####
22642026-06-17T21:56:41.179Z
22652026-06-17T21:56:41.179Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22662026-06-17T21:56:41.742Z Compiling cfg-if v1.0.4
22672026-06-17T21:56:41.745Z Compiling libc v0.2.186
22682026-06-17T21:56:41.745Z Compiling serde_core v1.0.228
22692026-06-17T21:56:41.847Z Compiling memchr v2.8.1
22702026-06-17T21:56:41.854Z Compiling itoa v1.0.18
22712026-06-17T21:56:41.857Z Compiling smallvec v1.15.1
22722026-06-17T21:56:41.868Z Compiling stable_deref_trait v1.2.1
22732026-06-17T21:56:41.871Z Compiling zerofrom v0.1.8
22742026-06-17T21:56:41.894Z Compiling zmij v1.0.21
22752026-06-17T21:56:41.940Z Compiling litemap v0.8.2
22762026-06-17T21:56:41.997Z Compiling yoke v0.8.3
22772026-06-17T21:56:42.086Z Compiling writeable v0.6.3
22782026-06-17T21:56:42.099Z Compiling utf8_iter v1.0.4
22792026-06-17T21:56:42.135Z Compiling percent-encoding v2.3.2
22802026-06-17T21:56:42.193Z Compiling zerovec v0.11.6
22812026-06-17T21:56:42.224Z Compiling zerotrie v0.2.4
22822026-06-17T21:56:42.263Z Compiling libm v0.2.16
22832026-06-17T21:56:42.328Z Compiling icu_properties_data v2.2.0
22842026-06-17T21:56:42.350Z Compiling icu_normalizer_data v2.2.0
22852026-06-17T21:56:42.400Z Compiling form_urlencoded v1.2.2
22862026-06-17T21:56:42.429Z Compiling rand_core v0.10.1
22872026-06-17T21:56:42.475Z Compiling errno v0.3.14
22882026-06-17T21:56:42.596Z Compiling getrandom v0.4.2
22892026-06-17T21:56:42.648Z Compiling iana-time-zone v0.1.65
22902026-06-17T21:56:42.671Z Compiling pin-project-lite v0.2.17
22912026-06-17T21:56:42.683Z Compiling zeroize v1.8.2
22922026-06-17T21:56:42.773Z Compiling tinystr v0.8.3
22932026-06-17T21:56:42.790Z Compiling potential_utf v0.1.5
22942026-06-17T21:56:42.802Z Compiling dyn-clone v1.0.20
22952026-06-17T21:56:42.927Z Compiling icu_collections v2.2.0
22962026-06-17T21:56:42.945Z Compiling icu_locale_core v2.2.0
22972026-06-17T21:56:42.949Z Compiling socket2 v0.6.4
22982026-06-17T21:56:42.973Z Compiling scopeguard v1.2.0
22992026-06-17T21:56:42.984Z Compiling parking_lot_core v0.9.12
23002026-06-17T21:56:42.999Z Compiling signal-hook-registry v1.4.8
23012026-06-17T21:56:43.085Z Compiling num-traits v0.2.19
23022026-06-17T21:56:43.384Z Compiling lock_api v0.4.14
23032026-06-17T21:56:43.548Z Compiling mio v1.2.1
23042026-06-17T21:56:43.644Z Compiling parking_lot v0.12.5
23052026-06-17T21:56:43.676Z Compiling serde v1.0.228
23062026-06-17T21:56:43.730Z Compiling serde_json v1.0.150
23072026-06-17T21:56:43.876Z Compiling icu_provider v2.2.0
23082026-06-17T21:56:43.891Z Compiling uuid v1.23.2
23092026-06-17T21:56:43.996Z Compiling semver v1.0.28
23102026-06-17T21:56:44.252Z Compiling bytes v1.11.1
23112026-06-17T21:56:44.305Z Compiling icu_properties v2.2.0
23122026-06-17T21:56:44.494Z Compiling icu_normalizer v2.2.0
23132026-06-17T21:56:44.498Z Compiling chrono v0.4.45
23142026-06-17T21:56:44.562Z Compiling portable-atomic v1.13.1
23152026-06-17T21:56:44.648Z Compiling thiserror v2.0.18
23162026-06-17T21:56:44.765Z Compiling bitflags v2.12.1
23172026-06-17T21:56:45.173Z Compiling tokio v1.52.3
23182026-06-17T21:56:45.184Z Compiling futures-core v0.3.32
23192026-06-17T21:56:45.258Z Compiling idna_adapter v1.2.2
23202026-06-17T21:56:45.349Z Compiling critical-section v1.2.0
23212026-06-17T21:56:45.396Z Compiling idna v1.1.0
23222026-06-17T21:56:45.485Z Compiling once_cell v1.21.4
23232026-06-17T21:56:45.703Z Compiling subtle v2.6.1
23242026-06-17T21:56:45.738Z Compiling url v2.5.8
23252026-06-17T21:56:45.856Z Compiling log v0.4.32
23262026-06-17T21:56:45.867Z Compiling equivalent v1.0.2
23272026-06-17T21:56:45.884Z Compiling zerocopy v0.8.50
23282026-06-17T21:56:45.986Z Compiling futures-sink v0.3.32
23292026-06-17T21:56:46.078Z Compiling slab v0.4.12
23302026-06-17T21:56:46.113Z Compiling typenum v1.20.1
23312026-06-17T21:56:46.299Z Compiling futures-channel v0.3.32
23322026-06-17T21:56:46.453Z Compiling schemars v0.8.22
23332026-06-17T21:56:46.579Z Compiling getrandom v0.2.17
23342026-06-17T21:56:46.807Z Compiling futures-io v0.3.32
23352026-06-17T21:56:46.984Z Compiling futures-task v0.3.32
23362026-06-17T21:56:47.011Z Compiling rand_core v0.6.4
23372026-06-17T21:56:47.166Z Compiling futures-util v0.3.32
23382026-06-17T21:56:47.273Z Compiling hashbrown v0.17.1
23392026-06-17T21:56:47.574Z Compiling tracing-core v0.1.36
23402026-06-17T21:56:47.951Z Compiling indexmap v2.14.0
23412026-06-17T21:56:48.107Z Compiling tracing v0.1.44
23422026-06-17T21:56:48.351Z Compiling ipnetwork v0.21.1
23432026-06-17T21:56:48.464Z Compiling base64 v0.22.1
23442026-06-17T21:56:48.680Z Compiling http v1.4.1
23452026-06-17T21:56:48.783Z Compiling unicode-ident v1.0.24
23462026-06-17T21:56:48.914Z Compiling proc-macro2 v1.0.106
23472026-06-17T21:56:48.980Z Compiling slog v2.8.2
23482026-06-17T21:56:48.995Z Compiling erased-serde v0.3.31
23492026-06-17T21:56:49.121Z Compiling fnv v1.0.7
23502026-06-17T21:56:49.238Z Compiling oxnet v0.1.6
23512026-06-17T21:56:49.893Z Compiling quote v1.0.45
23522026-06-17T21:56:50.204Z Compiling syn v2.0.117
23532026-06-17T21:56:50.379Z Compiling tokio-util v0.7.18
23542026-06-17T21:56:50.597Z Compiling ipnet v2.12.0
23552026-06-17T21:56:50.634Z Compiling byteorder v1.5.0
23562026-06-17T21:56:50.896Z Compiling thiserror v1.0.69
23572026-06-17T21:56:51.025Z Compiling ppv-lite86 v0.2.21
23582026-06-17T21:56:51.085Z Compiling rustls-pki-types v1.14.1
23592026-06-17T21:56:51.383Z Compiling aws-lc-sys v0.41.0
23602026-06-17T21:56:51.471Z Compiling http-body v1.0.1
23612026-06-17T21:56:51.517Z Compiling atomic-waker v1.1.2
23622026-06-17T21:56:51.644Z Compiling untrusted v0.7.1
23632026-06-17T21:56:51.656Z Compiling httparse v1.10.1
23642026-06-17T21:56:51.676Z Compiling tower-service v0.3.3
23652026-06-17T21:56:51.773Z Compiling ryu v1.0.23
23662026-06-17T21:56:51.785Z Compiling tower-layer v0.3.3
23672026-06-17T21:56:51.830Z Compiling pretty-hex v0.4.2
23682026-06-17T21:56:51.963Z Compiling aws-lc-rs v1.17.0
23692026-06-17T21:56:51.975Z Compiling try-lock v0.2.5
23702026-06-17T21:56:51.985Z Compiling rustls v0.23.40
23712026-06-17T21:56:51.988Z Compiling untrusted v0.9.0
23722026-06-17T21:56:52.071Z Compiling want v0.3.1
23732026-06-17T21:56:52.089Z Compiling h2 v0.4.14
23742026-06-17T21:56:52.119Z Compiling httpdate v1.0.3
23752026-06-17T21:56:52.132Z Compiling rustix v1.1.4
23762026-06-17T21:56:52.247Z Compiling plain v0.2.3
23772026-06-17T21:56:52.258Z Compiling regex-syntax v0.8.10
23782026-06-17T21:56:52.370Z Compiling getrandom v0.3.4
23792026-06-17T21:56:52.539Z Compiling omicron-workspace-hack v0.1.0
23802026-06-17T21:56:52.576Z Compiling ucd-trie v0.1.7
23812026-06-17T21:56:52.591Z Compiling rand_core v0.9.5
23822026-06-17T21:56:52.854Z Compiling pest v2.8.6
23832026-06-17T21:56:53.168Z Compiling rustls-webpki v0.103.13
23842026-06-17T21:56:54.544Z Compiling hyper v1.10.1
23852026-06-17T21:56:54.818Z Compiling crossbeam-utils v0.8.21
23862026-06-17T21:56:55.592Z Compiling serde_urlencoded v0.7.1
23872026-06-17T21:56:55.841Z Compiling http-body-util v0.1.3
23882026-06-17T21:56:55.905Z Compiling allocator-api2 v0.2.21
23892026-06-17T21:56:56.154Z Compiling hyper-util v0.1.20
23902026-06-17T21:56:56.320Z Compiling foldhash v0.2.0
23912026-06-17T21:56:56.626Z Compiling hashbrown v0.16.1
23922026-06-17T21:56:57.362Z Compiling newtype-uuid v1.3.2
23932026-06-17T21:56:58.246Z Compiling tokio-rustls v0.26.4
23942026-06-17T21:56:58.436Z Compiling hex v0.4.3
23952026-06-17T21:56:58.561Z Compiling daft v0.1.7
23962026-06-17T21:56:58.759Z Compiling rand_chacha v0.9.0
23972026-06-17T21:56:58.861Z Compiling sync_wrapper v1.0.2
23982026-06-17T21:56:58.987Z Compiling aho-corasick v1.1.4
23992026-06-17T21:56:59.063Z Compiling fastrand v2.4.1
24002026-06-17T21:56:59.208Z Compiling tower v0.5.3
24012026-06-17T21:56:59.229Z Compiling rand v0.9.4
24022026-06-17T21:56:59.332Z Compiling anyhow v1.0.102
24032026-06-17T21:56:59.408Z Compiling powerfmt v0.2.0
24042026-06-17T21:56:59.544Z Compiling generic-array v0.14.7
24052026-06-17T21:56:59.736Z Compiling tower-http v0.6.11
24062026-06-17T21:56:59.811Z Compiling deranged v0.5.8
24072026-06-17T21:56:59.971Z Compiling regex-automata v0.4.14
24082026-06-17T21:56:59.995Z Compiling openapiv3 v2.2.0
24092026-06-17T21:57:00.108Z Compiling num_threads v0.1.7
24102026-06-17T21:57:00.211Z Compiling cpufeatures v0.3.0
24112026-06-17T21:57:00.295Z Compiling openssl-probe v0.2.1
24122026-06-17T21:57:00.370Z Compiling num-conv v0.2.2
24132026-06-17T21:57:00.536Z Compiling time-core v0.1.8
24142026-06-17T21:57:00.556Z Compiling rustls-native-certs v0.8.4
24152026-06-17T21:57:00.695Z Compiling camino v1.2.2
24162026-06-17T21:57:00.944Z Compiling time v0.3.47
24172026-06-17T21:57:01.305Z Compiling tempfile v3.27.0
24182026-06-17T21:57:01.452Z Compiling futures-executor v0.3.32
24192026-06-17T21:57:02.057Z Compiling winnow v1.0.3
24202026-06-17T21:57:02.232Z Compiling regex v1.12.3
24212026-06-17T21:57:02.474Z Compiling futures v0.3.32
24222026-06-17T21:57:02.567Z Compiling rustls-platform-verifier v0.7.0
24232026-06-17T21:57:03.217Z Compiling hyper-rustls v0.27.9
24242026-06-17T21:57:03.514Z Compiling crossbeam-channel v0.5.15
24252026-06-17T21:57:03.614Z Compiling scroll v0.13.0
24262026-06-17T21:57:03.699Z Compiling hybrid-array v0.4.12
24272026-06-17T21:57:04.000Z Compiling simd-adler32 v0.3.9
24282026-06-17T21:57:04.011Z Compiling adler2 v2.0.1
24292026-06-17T21:57:04.138Z Compiling miniz_oxide v0.8.9
24302026-06-17T21:57:04.195Z Compiling goblin v0.10.7
24312026-06-17T21:57:04.225Z Compiling crc32fast v1.5.0
24322026-06-17T21:57:04.442Z Compiling reqwest v0.13.4
24332026-06-17T21:57:04.479Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24342026-06-17T21:57:04.776Z Compiling thread_local v1.1.9
24352026-06-17T21:57:05.144Z Compiling either v1.16.0
24362026-06-17T21:57:05.385Z Compiling flate2 v1.1.9
24372026-06-17T21:57:05.569Z Compiling crypto-common v0.2.2
24382026-06-17T21:57:05.975Z Compiling block-buffer v0.12.0
24392026-06-17T21:57:06.165Z Compiling crypto-common v0.1.7
24402026-06-17T21:57:06.323Z Compiling dtrace-parser v0.3.0
24412026-06-17T21:57:06.485Z Compiling rand_chacha v0.3.1
24422026-06-17T21:57:06.873Z Compiling thread-id v5.1.0
24432026-06-17T21:57:06.970Z Compiling is-terminal v0.4.17
24442026-06-17T21:57:07.079Z Compiling const-oid v0.10.2
24452026-06-17T21:57:07.127Z Compiling term v1.2.1
24462026-06-17T21:57:07.423Z Compiling match_cfg v0.1.0
24472026-06-17T21:57:07.466Z Compiling dof v0.4.0
24482026-06-17T21:57:08.899Z Compiling debug-ignore v1.0.5
24492026-06-17T21:57:09.022Z Compiling take_mut v0.2.2
24502026-06-17T21:57:09.054Z Compiling compression-core v0.4.32
24512026-06-17T21:57:09.171Z Compiling slog-async v2.8.0
24522026-06-17T21:57:09.237Z Compiling compression-codecs v0.4.38
24532026-06-17T21:57:09.626Z Compiling usdt-impl v0.6.0
24542026-06-17T21:57:10.568Z Compiling hostname v0.3.1
24552026-06-17T21:57:10.677Z Compiling slog-term v2.9.2
24562026-06-17T21:57:10.760Z Compiling digest v0.11.3
24572026-06-17T21:57:10.964Z Compiling rand v0.8.6
24582026-06-17T21:57:11.219Z Compiling ref-cast v1.0.25
24592026-06-17T21:57:11.338Z Compiling toml_parser v1.1.2+spec-1.1.0
24602026-06-17T21:57:11.779Z Compiling slog-json v2.6.1
24612026-06-17T21:57:12.052Z Compiling strum v0.26.3
24622026-06-17T21:57:12.074Z Compiling macaddr v1.0.1
24632026-06-17T21:57:12.200Z Compiling toml_datetime v1.1.1+spec-1.1.0
24642026-06-17T21:57:12.356Z Compiling serde_spanned v1.1.1
24652026-06-17T21:57:12.529Z Compiling wait-timeout v0.2.1
24662026-06-17T21:57:12.634Z Compiling memmap2 v0.9.10
24672026-06-17T21:57:12.703Z Compiling encoding_rs v0.8.35
24682026-06-17T21:57:12.931Z Compiling quick-error v1.2.3
24692026-06-17T21:57:13.017Z Compiling bit-vec v0.8.0
24702026-06-17T21:57:13.043Z Compiling toml_writer v1.1.1+spec-1.1.0
24712026-06-17T21:57:13.313Z Compiling mime v0.3.17
24722026-06-17T21:57:13.322Z Compiling spin v0.9.8
24732026-06-17T21:57:13.452Z Compiling toml v1.1.2+spec-1.1.0
24742026-06-17T21:57:13.794Z Compiling multer v3.1.0
24752026-06-17T21:57:14.015Z Compiling bit-set v0.8.0
24762026-06-17T21:57:14.212Z Compiling rusty-fork v0.3.1
24772026-06-17T21:57:15.047Z Compiling usdt v0.6.0
24782026-06-17T21:57:15.087Z Compiling slog-bunyan v2.5.0
24792026-06-17T21:57:15.277Z Compiling sha1 v0.11.0
24802026-06-17T21:57:15.589Z Compiling async-compression v0.4.42
24812026-06-17T21:57:15.696Z Compiling serde_with v3.20.0
24822026-06-17T21:57:15.712Z Compiling async-stream v0.3.6
24832026-06-17T21:57:15.828Z Compiling rand_xorshift v0.4.0
24842026-06-17T21:57:15.910Z Compiling waitgroup v0.1.2
24852026-06-17T21:57:16.003Z Compiling rustls-pemfile v2.2.0
24862026-06-17T21:57:16.070Z Compiling serde_path_to_error v0.1.20
24872026-06-17T21:57:16.094Z Compiling hostname v0.4.2
24882026-06-17T21:57:16.265Z Compiling unarray v0.1.4
24892026-06-17T21:57:16.288Z Compiling progenitor-client v0.14.0
24902026-06-17T21:57:16.372Z Compiling proptest v1.11.0
24912026-06-17T21:57:16.388Z Compiling strum v0.27.2
24922026-06-17T21:57:16.521Z Compiling dropshot v0.17.1
24932026-06-17T21:57:16.533Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24942026-06-17T21:57:16.688Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24952026-06-17T21:57:16.810Z Compiling iddqd v0.4.2
24962026-06-17T21:57:16.926Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24972026-06-17T21:57:17.037Z Compiling block-buffer v0.10.4
24982026-06-17T21:57:17.214Z Compiling reqwest v0.12.28
24992026-06-17T21:57:17.239Z Compiling backon v1.6.0
25002026-06-17T21:57:17.514Z Compiling instant v0.1.13
25012026-06-17T21:57:17.644Z Compiling backoff v0.4.0
25022026-06-17T21:57:17.869Z Compiling progenitor-extras v0.2.0
25032026-06-17T21:57:18.022Z Compiling digest v0.10.7
25042026-06-17T21:57:18.123Z Compiling parse-display v0.10.0
25052026-06-17T21:57:18.287Z Compiling progenitor-client v0.10.0
25062026-06-17T21:57:18.549Z Compiling itertools v0.14.0
25072026-06-17T21:57:18.798Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25082026-06-17T21:57:18.991Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25092026-06-17T21:57:19.050Z Compiling regress v0.10.5
25102026-06-17T21:57:20.082Z Compiling humantime v2.3.0
25112026-06-17T21:57:20.535Z Compiling cpufeatures v0.2.17
25122026-06-17T21:57:20.624Z Compiling unicode-width v0.2.2
25132026-06-17T21:57:20.843Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25142026-06-17T21:57:20.966Z Compiling heck v0.5.0
25152026-06-17T21:57:21.578Z Compiling secrecy v0.10.3
25162026-06-17T21:57:21.762Z Compiling tinyvec_macros v0.1.1
25172026-06-17T21:57:21.844Z Compiling tinyvec v1.11.0
25182026-06-17T21:57:22.296Z Compiling num-integer v0.1.46
25192026-06-17T21:57:22.501Z Compiling scroll v0.12.0
25202026-06-17T21:57:22.810Z Compiling crucible-workspace-hack v0.1.0
25212026-06-17T21:57:22.825Z Compiling hmac v0.12.1
25222026-06-17T21:57:22.857Z Compiling inout v0.1.4
25232026-06-17T21:57:22.888Z Compiling regress v0.11.1
25242026-06-17T21:57:22.988Z Compiling ff v0.13.1
25252026-06-17T21:57:23.026Z Compiling utf8parse v0.2.2
25262026-06-17T21:57:23.147Z Compiling anstyle-parse v1.0.0
25272026-06-17T21:57:23.147Z Compiling group v0.13.0
25282026-06-17T21:57:23.273Z Compiling cipher v0.4.4
25292026-06-17T21:57:23.402Z Compiling hkdf v0.12.4
25302026-06-17T21:57:23.536Z Compiling goblin v0.8.2
25312026-06-17T21:57:23.576Z Compiling num-iter v0.1.45
25322026-06-17T21:57:23.713Z Compiling num-rational v0.4.2
25332026-06-17T21:57:23.879Z Compiling zerocopy v0.7.35
25342026-06-17T21:57:24.502Z Compiling universal-hash v0.5.1
25352026-06-17T21:57:24.654Z Compiling typify-impl v0.6.2
25362026-06-17T21:57:24.849Z Compiling crypto-bigint v0.5.5
25372026-06-17T21:57:25.437Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25382026-06-17T21:57:26.824Z Compiling terminal_size v0.4.4
25392026-06-17T21:57:26.836Z Compiling half v2.7.1
25402026-06-17T21:57:27.002Z Compiling num-complex v0.4.6
25412026-06-17T21:57:27.242Z Compiling base64ct v1.8.3
25422026-06-17T21:57:27.455Z Compiling is_terminal_polyfill v1.70.2
25432026-06-17T21:57:27.563Z Compiling ciborium-io v0.2.2
25442026-06-17T21:57:27.566Z Compiling anstyle v1.0.14
25452026-06-17T21:57:27.674Z Compiling anstyle-query v1.1.5
25462026-06-17T21:57:27.793Z Compiling base16ct v0.2.0
25472026-06-17T21:57:27.856Z Compiling opaque-debug v0.3.1
25482026-06-17T21:57:27.875Z Compiling colorchoice v1.0.5
25492026-06-17T21:57:27.935Z Compiling elliptic-curve v0.13.8
25502026-06-17T21:57:28.006Z Compiling anstream v1.0.0
25512026-06-17T21:57:28.006Z Compiling poly1305 v0.8.0
25522026-06-17T21:57:28.250Z Compiling ciborium-ll v0.2.2
25532026-06-17T21:57:28.530Z Compiling password-hash v0.5.0
25542026-06-17T21:57:28.530Z Compiling num v0.4.3
25552026-06-17T21:57:28.616Z Compiling curve25519-dalek v4.1.3
25562026-06-17T21:57:28.658Z Compiling thiserror-no-std v2.0.2
25572026-06-17T21:57:28.777Z Compiling typify v0.6.2
25582026-06-17T21:57:28.900Z Compiling dof v0.3.0
25592026-06-17T21:57:29.543Z Compiling chacha20 v0.9.1
25602026-06-17T21:57:29.809Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25612026-06-17T21:57:29.981Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25622026-06-17T21:57:31.368Z Compiling blake2 v0.10.6
25632026-06-17T21:57:31.602Z Compiling aead v0.5.2
25642026-06-17T21:57:31.605Z Compiling byte-wrapper v0.1.0
25652026-06-17T21:57:31.801Z Compiling crossbeam-epoch v0.9.18
25662026-06-17T21:57:31.873Z Compiling dtrace-parser v0.2.0
25672026-06-17T21:57:32.328Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25682026-06-17T21:57:32.621Z Compiling thread-id v4.2.2
25692026-06-17T21:57:32.698Z Compiling clap_lex v1.1.0
25702026-06-17T21:57:32.747Z Compiling strsim v0.11.1
25712026-06-17T21:57:32.993Z Compiling float-ord v0.3.2
25722026-06-17T21:57:33.068Z Compiling keccak v0.1.6
25732026-06-17T21:57:33.113Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25742026-06-17T21:57:33.589Z Compiling sha3 v0.10.9
25752026-06-17T21:57:33.791Z Compiling clap_builder v4.6.0
25762026-06-17T21:57:33.911Z Compiling usdt-impl v0.5.0
25772026-06-17T21:57:33.998Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-06-17T21:57:34.511Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25792026-06-17T21:57:37.013Z Compiling chacha20poly1305 v0.10.1
25802026-06-17T21:57:37.193Z Compiling argon2 v0.5.3
25812026-06-17T21:57:38.237Z Compiling vsss-rs v3.3.4
25822026-06-17T21:57:38.293Z Compiling ciborium v0.2.2
25832026-06-17T21:57:39.160Z Compiling hash32 v0.3.1
25842026-06-17T21:57:39.334Z Compiling memmap v0.7.0
25852026-06-17T21:57:39.499Z Compiling indent_write v2.2.0
25862026-06-17T21:57:39.580Z Compiling data-encoding v2.11.0
25872026-06-17T21:57:39.659Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25882026-06-17T21:57:39.781Z Compiling usdt v0.5.0
25892026-06-17T21:57:40.449Z Compiling heapless v0.8.0
25902026-06-17T21:57:40.970Z Compiling ingot-types v0.1.2
25912026-06-17T21:57:41.171Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25922026-06-17T21:57:41.444Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25932026-06-17T21:57:41.529Z Compiling clap v4.6.1
25942026-06-17T21:57:41.556Z Compiling rustix v0.38.44
25952026-06-17T21:57:41.623Z Compiling tabwriter v1.4.1
25962026-06-17T21:57:42.013Z Compiling cobs v0.3.0
25972026-06-17T21:57:42.307Z Compiling colored v3.1.1
25982026-06-17T21:57:42.324Z Compiling managed v0.8.0
25992026-06-17T21:57:42.588Z Compiling foreign-types-shared v0.3.1
26002026-06-17T21:57:42.701Z Compiling bitflags v1.3.2
26012026-06-17T21:57:42.790Z Compiling smoltcp v0.11.0
26022026-06-17T21:57:42.954Z Compiling foreign-types v0.5.0
26032026-06-17T21:57:42.996Z Compiling postcard v1.1.3
26042026-06-17T21:57:43.041Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26052026-06-17T21:57:43.393Z Compiling ingot v0.1.1
26062026-06-17T21:57:44.397Z Compiling num_enum v0.7.6
26072026-06-17T21:57:44.531Z Compiling memoffset v0.9.1
26082026-06-17T21:57:44.629Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26092026-06-17T21:57:44.753Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26102026-06-17T21:57:45.040Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26112026-06-17T21:57:45.054Z Compiling chacha20 v0.10.0
26122026-06-17T21:57:45.181Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26132026-06-17T21:57:45.303Z Compiling serde_spanned v0.6.9
26142026-06-17T21:57:45.355Z Compiling toml_datetime v0.6.11
26152026-06-17T21:57:45.479Z Compiling cstr-argument v0.1.2
26162026-06-17T21:57:45.620Z Compiling static_assertions v1.1.0
26172026-06-17T21:57:45.634Z Compiling toml_write v0.1.2
26182026-06-17T21:57:45.666Z Compiling resolv-conf v0.7.6
26192026-06-17T21:57:45.710Z Compiling linked-hash-map v0.5.6
26202026-06-17T21:57:45.767Z Compiling unicode-segmentation v1.13.3
26212026-06-17T21:57:45.905Z Compiling winnow v0.7.15
26222026-06-17T21:57:45.945Z Compiling swrite v0.1.0
26232026-06-17T21:57:46.049Z Compiling lru-cache v0.1.2
26242026-06-17T21:57:46.061Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26252026-06-17T21:57:46.200Z Compiling newline-converter v0.3.0
26262026-06-17T21:57:46.347Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26272026-06-17T21:57:46.347Z Compiling rand v0.10.1
26282026-06-17T21:57:46.459Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26292026-06-17T21:57:46.496Z Compiling hubpack v0.1.2
26302026-06-17T21:57:46.596Z Compiling nix v0.31.3
26312026-06-17T21:57:46.755Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26322026-06-17T21:57:46.992Z Compiling atomicwrites v0.4.4
26332026-06-17T21:57:47.194Z Compiling hickory-proto v0.24.4
26342026-06-17T21:57:47.290Z Compiling crossbeam-deque v0.8.6
26352026-06-17T21:57:47.516Z Compiling toml_edit v0.22.27
26362026-06-17T21:57:47.846Z Compiling console v0.15.11
26372026-06-17T21:57:48.031Z Compiling itertools v0.12.1
26382026-06-17T21:57:49.196Z Compiling camino-tempfile v1.4.1
26392026-06-17T21:57:49.249Z Compiling serde-big-array v0.5.1
26402026-06-17T21:57:49.418Z Compiling siphasher v1.0.3
26412026-06-17T21:57:49.513Z Compiling similar v2.7.0
26422026-06-17T21:57:49.647Z Compiling lazy_static v1.5.0
26432026-06-17T21:57:49.658Z Compiling phf_shared v0.12.1
26442026-06-17T21:57:49.765Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26452026-06-17T21:57:49.885Z Compiling pin-project v1.1.13
26462026-06-17T21:57:49.997Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26472026-06-17T21:57:50.208Z Compiling expectorate v1.2.0
26482026-06-17T21:57:50.448Z Compiling hickory-resolver v0.24.4
26492026-06-17T21:57:50.630Z Compiling toml v0.8.23
26502026-06-17T21:57:52.278Z Compiling prettyplease v0.2.37
26512026-06-17T21:57:53.577Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26522026-06-17T21:57:53.964Z Compiling rayon-core v1.13.0
26532026-06-17T21:57:55.649Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26542026-06-17T21:57:55.694Z Compiling num_enum v0.5.11
26552026-06-17T21:57:55.697Z Compiling progenitor-impl v0.14.0
26562026-06-17T21:57:55.826Z Compiling progenitor-impl v0.13.0
26572026-06-17T21:57:57.022Z Compiling unicode-normalization v0.1.25
26582026-06-17T21:57:57.661Z Compiling progenitor-client v0.13.0
26592026-06-17T21:57:58.196Z Compiling tokio-stream v0.1.18
26602026-06-17T21:57:58.781Z Compiling csv-core v0.1.13
26612026-06-17T21:57:59.197Z Compiling bstr v1.12.1
26622026-06-17T21:57:59.448Z Compiling unicode-width v0.1.14
26632026-06-17T21:57:59.711Z Compiling konst_macro_rules v0.2.19
26642026-06-17T21:57:59.767Z Compiling foldhash v0.1.5
26652026-06-17T21:57:59.904Z Compiling same-file v1.0.6
26662026-06-17T21:57:59.916Z Compiling foreign-types-shared v0.1.1
26672026-06-17T21:58:00.002Z Compiling highway v1.3.0
26682026-06-17T21:58:00.014Z Compiling foreign-types v0.3.2
26692026-06-17T21:58:00.091Z Compiling walkdir v2.5.0
26702026-06-17T21:58:00.103Z Compiling hashbrown v0.15.5
26712026-06-17T21:58:00.702Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26722026-06-17T21:58:00.770Z Compiling konst v0.2.20
26732026-06-17T21:58:00.894Z Compiling globset v0.4.18
26742026-06-17T21:58:01.167Z Compiling csv v1.4.0
26752026-06-17T21:58:02.156Z Compiling snafu v0.8.9
26762026-06-17T21:58:02.765Z Compiling qorb v0.4.1
26772026-06-17T21:58:03.914Z Compiling progenitor v0.13.0
26782026-06-17T21:58:04.063Z Compiling olpc-cjson v0.1.4
26792026-06-17T21:58:04.172Z Compiling progenitor v0.14.0
26802026-06-17T21:58:04.203Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26812026-06-17T21:58:04.287Z Compiling rayon v1.12.0
26822026-06-17T21:58:04.323Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26832026-06-17T21:58:04.827Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26842026-06-17T21:58:06.514Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26852026-06-17T21:58:07.832Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26862026-06-17T21:58:10.087Z Compiling phf v0.12.1
26872026-06-17T21:58:10.273Z Compiling openssl-sys v0.9.116
26882026-06-17T21:58:10.718Z Compiling tokio-dtrace v0.1.1
26892026-06-17T21:58:10.853Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26902026-06-17T21:58:11.056Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26912026-06-17T21:58:11.298Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26922026-06-17T21:58:12.227Z Compiling libsw-core v0.3.2
26932026-06-17T21:58:12.425Z Compiling pem v3.0.6
26942026-06-17T21:58:12.633Z Compiling serde_plain v1.0.2
26952026-06-17T21:58:12.899Z Compiling sigpipe v0.1.3
26962026-06-17T21:58:12.939Z Compiling minimal-lexical v0.2.1
26972026-06-17T21:58:13.004Z Compiling fixedbitset v0.4.2
26982026-06-17T21:58:13.156Z Compiling bytecount v0.6.9
26992026-06-17T21:58:13.268Z Compiling fixedbitset v0.5.7
27002026-06-17T21:58:13.354Z Compiling jiff v0.2.28
27012026-06-17T21:58:13.383Z Compiling typed-path v0.9.3
27022026-06-17T21:58:13.797Z Compiling glob v0.3.3
27032026-06-17T21:58:14.324Z Compiling petgraph v0.8.3
27042026-06-17T21:58:14.782Z Compiling tough v0.22.0
27052026-06-17T21:58:14.802Z Compiling papergrid v0.11.0
27062026-06-17T21:58:14.853Z Compiling petgraph v0.6.5
27072026-06-17T21:58:16.426Z Compiling nom v7.1.3
27082026-06-17T21:58:16.464Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27092026-06-17T21:58:16.735Z Compiling openssl v0.10.80
27102026-06-17T21:58:16.788Z Compiling libsw v3.5.0
27112026-06-17T21:58:16.986Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27122026-06-17T21:58:18.176Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-06-17T21:58:19.001Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27142026-06-17T21:58:19.255Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27152026-06-17T21:58:19.560Z Compiling oxide-tokio-rt v0.1.6
27162026-06-17T21:58:20.259Z Compiling zone v0.3.1
27172026-06-17T21:58:20.310Z Compiling chrono-tz v0.10.4
27182026-06-17T21:58:21.528Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27192026-06-17T21:58:22.158Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27202026-06-17T21:58:22.371Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27212026-06-17T21:58:22.499Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27222026-06-17T21:58:22.550Z Compiling newtype_derive v0.1.6
27232026-06-17T21:58:22.641Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-17T21:58:23.183Z Compiling slog-dtrace v0.3.0
27252026-06-17T21:58:23.921Z Compiling const_format v0.2.36
27262026-06-17T21:58:24.434Z Compiling owo-colors v4.3.0
27272026-06-17T21:58:24.529Z Compiling cancel-safe-futures v0.1.5
27282026-06-17T21:58:24.923Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27292026-06-17T21:58:25.246Z Compiling gethostname v0.5.0
27302026-06-17T21:58:25.372Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27312026-06-17T21:58:25.388Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27322026-06-17T21:58:25.521Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27332026-06-17T21:58:25.650Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-17T21:58:25.662Z Compiling bcs v0.1.6
27352026-06-17T21:58:25.882Z Compiling smf v0.2.3
27362026-06-17T21:58:26.078Z Compiling smawk v0.3.2
27372026-06-17T21:58:26.263Z Compiling whoami v1.6.1
27382026-06-17T21:58:26.516Z Compiling linear-map v1.2.0
27392026-06-17T21:58:26.751Z Compiling termtree v0.5.1
27402026-06-17T21:58:26.754Z Compiling tagptr v0.2.0
27412026-06-17T21:58:26.773Z Compiling unicode-linebreak v0.1.5
27422026-06-17T21:58:26.922Z Compiling moka v0.12.15
27432026-06-17T21:58:26.926Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-17T21:58:27.057Z Compiling textwrap v0.16.2
27452026-06-17T21:58:27.164Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-17T21:58:28.185Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-17T21:58:28.678Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-17T21:58:28.746Z Compiling tabled v0.15.0
27492026-06-17T21:58:28.746Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-17T21:58:29.488Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-06-17T21:58:29.704Z Compiling steno v0.4.1
27522026-06-17T21:58:30.668Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-17T21:58:30.796Z Compiling cookie v0.18.1
27542026-06-17T21:58:32.205Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-17T21:58:36.199Z Compiling hickory-proto v0.25.2
27562026-06-17T21:58:36.849Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27572026-06-17T21:58:37.618Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27582026-06-17T21:58:37.633Z Compiling arc-swap v1.9.1
27592026-06-17T21:58:38.008Z Compiling slog-scope v4.4.1
27602026-06-17T21:58:38.473Z Compiling hickory-resolver v0.25.2
27612026-06-17T21:58:39.579Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-06-17T21:58:39.936Z Compiling libscf-sys v1.2.0
27632026-06-17T21:58:40.089Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-06-17T21:58:40.677Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27652026-06-17T21:58:41.472Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27662026-06-17T21:58:42.166Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27672026-06-17T21:58:42.909Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27682026-06-17T21:58:43.166Z Compiling slog-stdlog v4.1.1
27692026-06-17T21:58:43.569Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27702026-06-17T21:58:43.709Z Compiling slog-envlogger v2.2.0
27712026-06-17T21:58:44.046Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27722026-06-17T21:58:45.095Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27732026-06-17T21:58:45.349Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27742026-06-17T21:58:53.172Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-06-17T21:58:55.549Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-17T21:58:57.358Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27772026-06-17T21:59:06.010Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27782026-06-17T21:59:09.855Z Finished `release` profile [optimized] target(s) in 2m 28s
27792026-06-17T21:59:09.974Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27802026-06-17T21:59:09.977Z
27812026-06-17T21:59:09.977Zrunning 1 test
27822026-06-17T21:59:10.088Zconfigure zone
27832026-06-17T21:59:10.105Zinstall zone
27842026-06-17T21:59:19.829Zboot zone
27852026-06-17T21:59:19.921Zstart zone s1
27862026-06-17T21:59:19.925Zconfigure zone
27872026-06-17T21:59:19.930Zinstall zone
27882026-06-17T21:59:21.805Zboot zone
27892026-06-17T21:59:21.912Zstart zone s2
27902026-06-17T21:59:21.912Zconfigure zone
27912026-06-17T21:59:21.923Zinstall zone
27922026-06-17T21:59:24.189Zboot zone
27932026-06-17T21:59:24.291Zstart zone t1
27942026-06-17T21:59:24.291Zconfigure zone
27952026-06-17T21:59:24.302Zinstall zone
27962026-06-17T21:59:27.179Zboot zone
27972026-06-17T21:59:27.289Zwaiting for zones to come up
27982026-06-17T21:59:37.292Z[sidecar.trio] svcs milestone/network
27992026-06-17T21:59:37.316ZSTATE STIME FMRI
28002026-06-17T21:59:37.316Zonline 21:59:19 svc:/milestone/network:default
28012026-06-17T21:59:37.316Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28022026-06-17T21:59:37.342Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28032026-06-17T21:59:37.370Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28042026-06-17T21:59:37.391Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28052026-06-17T21:59:37.395Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28062026-06-17T21:59:37.406Z
28072026-06-17T21:59:37.406Zrunning zone s1.trio setup
28082026-06-17T21:59:37.406Z[s1.trio] svcs milestone/network
28092026-06-17T21:59:37.422ZSTATE STIME FMRI
28102026-06-17T21:59:37.422Zonline 21:59:21 svc:/milestone/network:default
28112026-06-17T21:59:37.422Z[s1.trio] dladm
28122026-06-17T21:59:37.435ZLINK CLASS MTU STATE BRIDGE OVER
28132026-06-17T21:59:37.435Zsl0 simnet 9000 up -- ?
28142026-06-17T21:59:37.435Zmg2 vnic 9000 up -- ?
28152026-06-17T21:59:37.435Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28162026-06-17T21:59:37.978Z
28172026-06-17T21:59:37.978Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28182026-06-17T21:59:37.995Z
28192026-06-17T21:59:37.995Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28202026-06-17T21:59:38.006Z
28212026-06-17T21:59:38.006Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28222026-06-17T21:59:38.088Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28232026-06-17T21:59:38.160Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 29dbee28-6a10-49e9-882e-bc6e106d958e --sled-uuid 9ccdc438-5dc0-43fc-a844-a9a5a0bd4ec7 -a sl0/v6 &> /opt/ddmd.log &
28242026-06-17T21:59:38.174Z
28252026-06-17T21:59:38.174Zrunning zone s2.trio setup
28262026-06-17T21:59:38.174Z[s2.trio] svcs milestone/network
28272026-06-17T21:59:38.190ZSTATE STIME FMRI
28282026-06-17T21:59:38.190Zonline 21:59:23 svc:/milestone/network:default
28292026-06-17T21:59:38.190Z[s2.trio] dladm
28302026-06-17T21:59:38.203ZLINK CLASS MTU STATE BRIDGE OVER
28312026-06-17T21:59:38.203Zsl1 simnet 9000 up -- ?
28322026-06-17T21:59:38.203Zmg3 vnic 9000 up -- ?
28332026-06-17T21:59:38.205Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28342026-06-17T21:59:38.792Z
28352026-06-17T21:59:38.792Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28362026-06-17T21:59:38.811Z
28372026-06-17T21:59:38.811Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28382026-06-17T21:59:38.819Z
28392026-06-17T21:59:38.819Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28402026-06-17T21:59:38.852Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28412026-06-17T21:59:38.879Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 078edb0d-5cc9-4003-b5c7-1749305a8b93 --sled-uuid a6be4f72-8d3e-405f-9bdc-41d810582f3b -a sl1/v6 &> /opt/ddmd.log &
28422026-06-17T21:59:38.891Z
28432026-06-17T21:59:38.891Zrunning zone t1.trio setup
28442026-06-17T21:59:38.891Z[t1.trio] svcs milestone/network
28452026-06-17T21:59:38.905ZSTATE STIME FMRI
28462026-06-17T21:59:38.905Zonline 21:59:26 svc:/milestone/network:default
28472026-06-17T21:59:38.905Z[t1.trio] dladm
28482026-06-17T21:59:38.919ZLINK CLASS MTU STATE BRIDGE OVER
28492026-06-17T21:59:38.919Ztfportrear0_0 simnet 9000 up -- ?
28502026-06-17T21:59:38.919Ztfportrear1_0 simnet 9000 up -- ?
28512026-06-17T21:59:38.919Zmg1 vnic 9000 up -- ?
28522026-06-17T21:59:38.919Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28532026-06-17T21:59:39.473Z
28542026-06-17T21:59:39.473Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28552026-06-17T21:59:39.485Z
28562026-06-17T21:59:39.485Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28572026-06-17T21:59:39.498Z
28582026-06-17T21:59:39.499Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28592026-06-17T21:59:39.509Z
28602026-06-17T21:59:39.510Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28612026-06-17T21:59:39.816Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28622026-06-17T21:59:39.819Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28632026-06-17T21:59:39.822Zwaiting 3s for copy of files to zone to complete ...
28642026-06-17T21:59:42.820Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28652026-06-17T21:59:42.954Z
28662026-06-17T21:59:42.954Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28672026-06-17T21:59:43.063Z
28682026-06-17T21:59:43.063Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28692026-06-17T21:59:43.098Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28702026-06-17T21:59:43.128Z[t1.trio] svcadm disable dendrite
28712026-06-17T21:59:43.154Z
28722026-06-17T21:59:43.154Z[t1.trio] svcadm disable tfport
28732026-06-17T21:59:43.178Z
28742026-06-17T21:59:43.178Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28752026-06-17T21:59:43.202Z
28762026-06-17T21:59:43.202Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28772026-06-17T21:59:43.227Z
28782026-06-17T21:59:43.227Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28792026-06-17T21:59:43.252Z
28802026-06-17T21:59:43.252Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28812026-06-17T21:59:43.276Z
28822026-06-17T21:59:43.276Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28832026-06-17T21:59:43.300Z
28842026-06-17T21:59:43.302Z[t1.trio] svcadm refresh dendrite:default
28852026-06-17T21:59:43.321Z
28862026-06-17T21:59:43.321Z[t1.trio] svcadm enable dendrite:default
28872026-06-17T21:59:43.345Z
28882026-06-17T21:59:43.345Zwait 10s for dendrite to come up ...
28892026-06-17T21:59:53.345Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28902026-06-17T21:59:53.373Z
28912026-06-17T21:59:53.373Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28922026-06-17T21:59:53.397Z
28932026-06-17T21:59:53.397Z[t1.trio] svcadm refresh tfport:default
28942026-06-17T21:59:53.418Z
28952026-06-17T21:59:53.418Z[t1.trio] svcadm enable tfport
28962026-06-17T21:59:53.439Z
28972026-06-17T21:59:53.439Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a0ac6e65-5139-4f5c-9a50-83121feba4e2 --sled-uuid 75dfcc27-dfa6-47bb-a56d-9cb77701cb70 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
28982026-06-17T21:59:53.452Z
28992026-06-17T21:59:53.452Z[t1.trio] ipadm
29002026-06-17T21:59:53.464ZADDROBJ TYPE STATE ADDR
29012026-06-17T21:59:53.464Zlo0/v4 static ok 127.0.0.1/8
29022026-06-17T21:59:53.464Zmg1/v4 static ok 10.0.0.3/24
29032026-06-17T21:59:53.464Zlo0/v6 static ok ::1/128
29042026-06-17T21:59:53.464Zlo0/u6 static ok fd00:3::1/64
29052026-06-17T21:59:53.464Ztfportrear0_0/v6 addrconf ok fe80::fcb4:94ff:fe1c:c62b%tfportrear0_0/10
29062026-06-17T21:59:53.465Ztfportrear1_0/v6 addrconf ok fe80::68ca:5dff:fee9:502c%tfportrear1_0/10
29072026-06-17T21:59:55.573Zinitial peering test passed
29082026-06-17T21:59:56.575Zadvertise from one passed
29092026-06-17T21:59:57.576Zadvertise from two passed
29102026-06-17T21:59:57.576Z[s1.trio] ping fd00:2::1
29112026-06-17T21:59:57.591Zfd00:2::1 is alive
29122026-06-17T21:59:57.591Z[s2.trio] ping fd00:1::1
29132026-06-17T21:59:57.604Zfd00:1::1 is alive
29142026-06-17T21:59:57.604Zconnectivity test passed
29152026-06-17T21:59:57.604Z[t1.trio] pkill ddmd
29162026-06-17T21:59:57.615Z
29172026-06-17T22:00:03.619Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5f3ef1aa-dfe5-42b5-9d15-1124b918a60f --sled-uuid 0d9a6666-23c9-4a38-9d64-6e06497fe2f7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29182026-06-17T22:00:03.632Z
29192026-06-17T22:00:03.632Z[t1.trio] ipadm
29202026-06-17T22:00:03.647ZADDROBJ TYPE STATE ADDR
29212026-06-17T22:00:03.647Zlo0/v4 static ok 127.0.0.1/8
29222026-06-17T22:00:03.647Zmg1/v4 static ok 10.0.0.3/24
29232026-06-17T22:00:03.647Zlo0/v6 static ok ::1/128
29242026-06-17T22:00:03.647Zlo0/u6 static ok fd00:3::1/64
29252026-06-17T22:00:03.647Ztfportrear0_0/v6 addrconf ok fe80::fcb4:94ff:fe1c:c62b%tfportrear0_0/10
29262026-06-17T22:00:03.647Ztfportrear1_0/v6 addrconf ok fe80::68ca:5dff:fee9:502c%tfportrear1_0/10
29272026-06-17T22:00:06.649Z[s1.trio] ping fd00:2::1
29282026-06-17T22:00:06.665Zfd00:2::1 is alive
29292026-06-17T22:00:06.666Z[s2.trio] ping fd00:1::1
29302026-06-17T22:00:06.677Zfd00:1::1 is alive
29312026-06-17T22:00:06.678Ztransit router restart passed
29322026-06-17T22:00:06.678Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29332026-06-17T22:00:06.692Zlocal v6:
29342026-06-17T22:00:06.692Zfe80::68ca:5dff:fee9:502c
29352026-06-17T22:00:06.692Zfe80::fcb4:94ff:fe1c:c62b
29362026-06-17T22:00:06.692Zlocal v4:
29372026-06-17T22:00:06.692Zrouter v6_idx:
29382026-06-17T22:00:06.692Zfd00:1::/64 -> 0
29392026-06-17T22:00:06.692Zfd00:2::/64 -> 1
29402026-06-17T22:00:06.692Zrouter v6_routes:
29412026-06-17T22:00:06.694Z0 -> fe80::600f:cff:fe99:6912 (1)
29422026-06-17T22:00:06.694Z1 -> fe80::d0fa:bfff:fe7e:807b (2)
29432026-06-17T22:00:06.694Zrouter v4_idx:
29442026-06-17T22:00:06.694Zrouter v4_routes:
29452026-06-17T22:00:06.694Zresolver v4:
29462026-06-17T22:00:06.694Z10.0.0.254 -> 02:08:20:dd:94:69
29472026-06-17T22:00:06.694Z10.0.0.3 -> 02:08:20:d7:29:ca
29482026-06-17T22:00:06.694Zresolver v6:
29492026-06-17T22:00:06.694Zfe80::fcb4:94ff:fe1c:c62b -> fe:b4:94:1c:c6:2b
29502026-06-17T22:00:06.694Zfe80::d0fa:bfff:fe7e:807b -> d2:fa:bf:7e:80:7b
29512026-06-17T22:00:06.695Zfe80::68ca:5dff:fee9:502c -> 6a:ca:5d:e9:50:2c
29522026-06-17T22:00:06.695Zfe80::600f:cff:fe99:6912 -> 62:0f:0c:99:69:12
29532026-06-17T22:00:06.695Znat v4:
29542026-06-17T22:00:06.695Znat_v6:
29552026-06-17T22:00:06.695Zport_mac:
29562026-06-17T22:00:06.695Z1000: a8:40:25:23:52:8a
29572026-06-17T22:00:06.695Z1: a8:40:25:23:52:8b
29582026-06-17T22:00:06.695Z2: a8:40:25:23:52:8c
29592026-06-17T22:00:06.695Zproxy arp:
29602026-06-17T22:00:06.695Z[s1.trio] pkill ddmd
29612026-06-17T22:00:06.704Z
29622026-06-17T22:00:09.989Ztest ddm::test_trio_v3 has been running for over 60 seconds
29632026-06-17T22:00:11.707Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29642026-06-17T22:00:11.724Zlocal v6:
29652026-06-17T22:00:11.724Zfe80::68ca:5dff:fee9:502c
29662026-06-17T22:00:11.724Zfe80::fcb4:94ff:fe1c:c62b
29672026-06-17T22:00:11.724Zlocal v4:
29682026-06-17T22:00:11.724Zrouter v6_idx:
29692026-06-17T22:00:11.724Zfd00:2::/64 -> 1
29702026-06-17T22:00:11.724Zrouter v6_routes:
29712026-06-17T22:00:11.724Z1 -> fe80::d0fa:bfff:fe7e:807b (2)
29722026-06-17T22:00:11.725Zrouter v4_idx:
29732026-06-17T22:00:11.725Zrouter v4_routes:
29742026-06-17T22:00:11.725Zresolver v4:
29752026-06-17T22:00:11.725Z10.0.0.254 -> 02:08:20:dd:94:69
29762026-06-17T22:00:11.725Z10.0.0.3 -> 02:08:20:d7:29:ca
29772026-06-17T22:00:11.725Zresolver v6:
29782026-06-17T22:00:11.725Zfe80::fcb4:94ff:fe1c:c62b -> fe:b4:94:1c:c6:2b
29792026-06-17T22:00:11.725Zfe80::d0fa:bfff:fe7e:807b -> d2:fa:bf:7e:80:7b
29802026-06-17T22:00:11.725Zfe80::68ca:5dff:fee9:502c -> 6a:ca:5d:e9:50:2c
29812026-06-17T22:00:11.725Zfe80::600f:cff:fe99:6912 -> 62:0f:0c:99:69:12
29822026-06-17T22:00:11.725Znat v4:
29832026-06-17T22:00:11.725Znat_v6:
29842026-06-17T22:00:11.725Zport_mac:
29852026-06-17T22:00:11.725Z1000: a8:40:25:23:52:8a
29862026-06-17T22:00:11.725Z1: a8:40:25:23:52:8b
29872026-06-17T22:00:11.725Z2: a8:40:25:23:52:8c
29882026-06-17T22:00:11.725Zproxy arp:
29892026-06-17T22:00:11.725Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 46df3e57-dfeb-4a18-aed9-6cfddc085692 --sled-uuid 231044fc-41a7-49e5-877f-8f70a2f48379 -a sl0/v6 &> /opt/ddmd.log &
29902026-06-17T22:00:11.736Z
29912026-06-17T22:00:14.738Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29922026-06-17T22:00:14.754Zlocal v6:
29932026-06-17T22:00:14.754Zfe80::68ca:5dff:fee9:502c
29942026-06-17T22:00:14.754Zfe80::fcb4:94ff:fe1c:c62b
29952026-06-17T22:00:14.754Zlocal v4:
29962026-06-17T22:00:14.754Zrouter v6_idx:
29972026-06-17T22:00:14.754Zfd00:1::/64 -> 0
29982026-06-17T22:00:14.754Zfd00:2::/64 -> 1
29992026-06-17T22:00:14.755Zrouter v6_routes:
30002026-06-17T22:00:14.755Z0 -> fe80::600f:cff:fe99:6912 (1)
30012026-06-17T22:00:14.755Z1 -> fe80::d0fa:bfff:fe7e:807b (2)
30022026-06-17T22:00:14.755Zrouter v4_idx:
30032026-06-17T22:00:14.755Zrouter v4_routes:
30042026-06-17T22:00:14.755Zresolver v4:
30052026-06-17T22:00:14.755Z10.0.0.254 -> 02:08:20:dd:94:69
30062026-06-17T22:00:14.755Z10.0.0.3 -> 02:08:20:d7:29:ca
30072026-06-17T22:00:14.755Zresolver v6:
30082026-06-17T22:00:14.755Zfe80::fcb4:94ff:fe1c:c62b -> fe:b4:94:1c:c6:2b
30092026-06-17T22:00:14.755Zfe80::d0fa:bfff:fe7e:807b -> d2:fa:bf:7e:80:7b
30102026-06-17T22:00:14.755Zfe80::68ca:5dff:fee9:502c -> 6a:ca:5d:e9:50:2c
30112026-06-17T22:00:14.755Zfe80::600f:cff:fe99:6912 -> 62:0f:0c:99:69:12
30122026-06-17T22:00:14.755Znat v4:
30132026-06-17T22:00:14.755Znat_v6:
30142026-06-17T22:00:14.755Zport_mac:
30152026-06-17T22:00:14.755Z1000: a8:40:25:23:52:8a
30162026-06-17T22:00:14.755Z1: a8:40:25:23:52:8b
30172026-06-17T22:00:14.755Z2: a8:40:25:23:52:8c
30182026-06-17T22:00:14.755Zproxy arp:
30192026-06-17T22:00:14.758Z[s2.trio] netstat -nr -f inet6
30202026-06-17T22:00:14.768ZRouting Table: IPv6
30212026-06-17T22:00:14.768Z Destination/Mask Gateway Flags Ref Use If
30222026-06-17T22:00:14.768Z--------------------------- --------------------------- ----- --- ------- -----
30232026-06-17T22:00:14.768Z::1 ::1 UH 2 0 lo0
30242026-06-17T22:00:14.768Zfd00:1::/64 fe80::68ca:5dff:fee9:502c UG 1 0 sl1
30252026-06-17T22:00:14.768Zfe80::/10 fe80::d0fa:bfff:fe7e:807b U 3 64 sl1
30262026-06-17T22:00:14.768Z[s2.trio] ipadm
30272026-06-17T22:00:14.780ZADDROBJ TYPE STATE ADDR
30282026-06-17T22:00:14.780Zlo0/v4 static ok 127.0.0.1/8
30292026-06-17T22:00:14.780Zmg3/v4 static ok 10.0.0.2/24
30302026-06-17T22:00:14.780Zlo0/v6 static ok ::1/128
30312026-06-17T22:00:14.780Zlo0/u6 static ok fd00:2::1/64
30322026-06-17T22:00:14.780Zsl1/v6 addrconf ok fe80::d0fa:bfff:fe7e:807b%sl1/10
30332026-06-17T22:00:14.780Z[s2.trio] route -nv get -inet6 fd00:1::1
30342026-06-17T22:00:14.820Znewrt->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>
30352026-06-17T22:00:14.820Zlocks: inits:
30362026-06-17T22:00:14.820Zsockaddrs: <DST,IFP>
30372026-06-17T22:00:14.821Z fd00:1::1
30382026-06-17T22:00:14.821Z route to: fd00:1::1
30392026-06-17T22:00:14.821Zdestination: fd00:1::
30402026-06-17T22:00:14.821Z mask: ffff:ffff:ffff:ffff::
30412026-06-17T22:00:14.821Z gateway: fe80::68ca:5dff:fee9:502c
30422026-06-17T22:00:14.821Z interface: sl1 index 3 address d2 fa bf 7e 80 7b
30432026-06-17T22:00:14.821Z flags: <UP,GATEWAY,DONE,STATIC>
30442026-06-17T22:00:14.821Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30452026-06-17T22:00:14.821Z 0 0 0 0 0 0 9000 0
30462026-06-17T22:00:14.821Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30472026-06-17T22:00:14.822Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30482026-06-17T22:00:14.822Z fd00:1:: fe80::68ca:5dff:fee9:502c ffff:ffff:ffff:ffff:: sl1:d2.fa.bf.7e.80.7b fe80::d0fa:bfff:fe7e:807b
30492026-06-17T22:00:14.822Z[s2.trio] ndp -na
30502026-06-17T22:00:14.822ZNet to Media Table: IPv6
30512026-06-17T22:00:14.822Z If Physical Address Type State Destination/Mask
30522026-06-17T22:00:14.822Z----- ----------------- ------- ------------ ---------------------------
30532026-06-17T22:00:14.822Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30542026-06-17T22:00:14.822Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30552026-06-17T22:00:14.822Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30562026-06-17T22:00:14.822Zsl1 d2:fa:bf:7e:80:7b local REACHABLE fe80::d0fa:bfff:fe7e:807b
30572026-06-17T22:00:14.822Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30582026-06-17T22:00:14.822Zsl1 6a:ca:5d:e9:50:2c dynamic REACHABLE fe80::68ca:5dff:fee9:502c
30592026-06-17T22:00:14.822Zsl1 33:33:ff:7e:80:7b other REACHABLE ff02::1:ff7e:807b
30602026-06-17T22:00:14.822Zsl1 33:33:ff:e9:50:2c other REACHABLE ff02::1:ffe9:502c
30612026-06-17T22:00:14.822Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30622026-06-17T22:00:14.822Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30632026-06-17T22:00:14.826Zlocal v6:
30642026-06-17T22:00:14.826Zfe80::68ca:5dff:fee9:502c
30652026-06-17T22:00:14.826Zfe80::fcb4:94ff:fe1c:c62b
30662026-06-17T22:00:14.827Zlocal v4:
30672026-06-17T22:00:14.827Zrouter v6_idx:
30682026-06-17T22:00:14.827Zfd00:1::/64 -> 0
30692026-06-17T22:00:14.827Zfd00:2::/64 -> 1
30702026-06-17T22:00:14.827Zrouter v6_routes:
30712026-06-17T22:00:14.827Z0 -> fe80::600f:cff:fe99:6912 (1)
30722026-06-17T22:00:14.827Z1 -> fe80::d0fa:bfff:fe7e:807b (2)
30732026-06-17T22:00:14.827Zrouter v4_idx:
30742026-06-17T22:00:14.827Zrouter v4_routes:
30752026-06-17T22:00:14.827Zresolver v4:
30762026-06-17T22:00:14.827Z10.0.0.254 -> 02:08:20:dd:94:69
30772026-06-17T22:00:14.827Z10.0.0.3 -> 02:08:20:d7:29:ca
30782026-06-17T22:00:14.827Zresolver v6:
30792026-06-17T22:00:14.827Zfe80::fcb4:94ff:fe1c:c62b -> fe:b4:94:1c:c6:2b
30802026-06-17T22:00:14.827Zfe80::d0fa:bfff:fe7e:807b -> d2:fa:bf:7e:80:7b
30812026-06-17T22:00:14.827Zfe80::68ca:5dff:fee9:502c -> 6a:ca:5d:e9:50:2c
30822026-06-17T22:00:14.827Zfe80::600f:cff:fe99:6912 -> 62:0f:0c:99:69:12
30832026-06-17T22:00:14.827Znat v4:
30842026-06-17T22:00:14.827Znat_v6:
30852026-06-17T22:00:14.827Zport_mac:
30862026-06-17T22:00:14.829Z1000: a8:40:25:23:52:8a
30872026-06-17T22:00:14.829Z1: a8:40:25:23:52:8b
30882026-06-17T22:00:14.829Z2: a8:40:25:23:52:8c
30892026-06-17T22:00:14.829Zproxy arp:
30902026-06-17T22:00:14.829Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30912026-06-17T22:00:14.862ZSubnet Port Link Gateway Vlan
30922026-06-17T22:00:14.862Zfd00:1::/64 rear0 0 fe80::600f:cff:fe99:6912
30932026-06-17T22:00:14.862Zfd00:2::/64 rear1 0 fe80::d0fa:bfff:fe7e:807b
30942026-06-17T22:00:14.862Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
30952026-06-17T22:00:14.902Zhost mac age
30962026-06-17T22:00:14.902Z10.0.0.3 02:08:20:d7:29:ca 21s
30972026-06-17T22:00:14.902Z10.0.0.254 02:08:20:dd:94:69 18s
30982026-06-17T22:00:14.902Zfe80::600f:cff:fe99:6912 62:0f:0c:99:69:12 21s
30992026-06-17T22:00:14.902Zfe80::68ca:5dff:fee9:502c 6a:ca:5d:e9:50:2c 21s
31002026-06-17T22:00:14.902Zfe80::d0fa:bfff:fe7e:807b d2:fa:bf:7e:80:7b 21s
31012026-06-17T22:00:14.902Zfe80::fcb4:94ff:fe1c:c62b fe:b4:94:1c:c6:2b 21s
31022026-06-17T22:00:14.902Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31032026-06-17T22:00:14.942ZLink IPv4 IPv6
31042026-06-17T22:00:14.942Zrear0/0 fe80::fcb4:94ff:fe1c:c62b
31052026-06-17T22:00:14.942Zrear1/0 fe80::68ca:5dff:fee9:502c
31062026-06-17T22:00:14.942Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31072026-06-17T22:00:15.967ZADDROBJ TYPE STATE ADDR
31082026-06-17T22:00:15.967Zlo0/v4 static ok 127.0.0.1/8
31092026-06-17T22:00:15.967Zmg2/v4 static ok 10.0.0.1/24
31102026-06-17T22:00:15.967Zlo0/v6 static ok ::1/128
31112026-06-17T22:00:15.967Zlo0/u6 static ok fd00:1::1/64
31122026-06-17T22:00:15.967Zsl0/v6 addrconf ok fe80::600f:cff:fe99:6912%sl0/10
31132026-06-17T22:00:15.967Znewrt->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>
31142026-06-17T22:00:15.967Zlocks: inits:
31152026-06-17T22:00:15.967Zsockaddrs: <DST,IFP>
31162026-06-17T22:00:15.967Z fd00:2::1
31172026-06-17T22:00:15.967Z route to: fd00:2::1
31182026-06-17T22:00:15.967Zdestination: fd00:2::
31192026-06-17T22:00:15.967Z mask: ffff:ffff:ffff:ffff::
31202026-06-17T22:00:15.967Z gateway: fe80::fcb4:94ff:fe1c:c62b
31212026-06-17T22:00:15.967Z interface: sl0 index 3 address 62 0f 0c 99 69 12
31222026-06-17T22:00:15.967Z flags: <UP,GATEWAY,DONE,STATIC>
31232026-06-17T22:00:15.967Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31242026-06-17T22:00:15.967Z 0 0 0 0 0 0 9000 0
31252026-06-17T22:00:15.967Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31262026-06-17T22:00:15.967Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31272026-06-17T22:00:15.967Z fd00:2:: fe80::fcb4:94ff:fe1c:c62b ffff:ffff:ffff:ffff:: sl0:62.f.c.99.69.12 fe80::600f:cff:fe99:6912
31282026-06-17T22:00:15.967Z
31292026-06-17T22:00:15.967ZNet to Media Table: IPv6
31302026-06-17T22:00:15.967Z If Physical Address Type State Destination/Mask
31312026-06-17T22:00:15.967Z----- ----------------- ------- ------------ ---------------------------
31322026-06-17T22:00:15.968Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31332026-06-17T22:00:15.968Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31342026-06-17T22:00:15.968Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31352026-06-17T22:00:15.968Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31362026-06-17T22:00:15.968Zsl0 fe:b4:94:1c:c6:2b dynamic REACHABLE fe80::fcb4:94ff:fe1c:c62b
31372026-06-17T22:00:15.968Zsl0 62:0f:0c:99:69:12 local REACHABLE fe80::600f:cff:fe99:6912
31382026-06-17T22:00:15.968Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31392026-06-17T22:00:15.968Zsl0 33:33:ff:99:69:12 other REACHABLE ff02::1:ff99:6912
31402026-06-17T22:00:15.968Zsl0 33:33:ff:1c:c6:2b other REACHABLE ff02::1:ff1c:c62b
31412026-06-17T22:00:15.968Z
31422026-06-17T22:00:15.968Z
31432026-06-17T22:00:15.968ZRouting Table: IPv6
31442026-06-17T22:00:15.968Z Destination/Mask Gateway Flags Ref Use If
31452026-06-17T22:00:15.968Z--------------------------- --------------------------- ----- --- ------- -----
31462026-06-17T22:00:15.968Z::1 ::1 UH 2 0 lo0
31472026-06-17T22:00:15.968Zfd00:2::/64 fe80::fcb4:94ff:fe1c:c62b UG 2 2 sl0
31482026-06-17T22:00:15.969Zfe80::/10 fe80::600f:cff:fe99:6912 U 3 64 sl0
31492026-06-17T22:00:15.969ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31502026-06-17T22:00:15.969Z68 bytes from fd00:2::1: icmp_seq=0. time=0.186 ms
31512026-06-17T22:00:15.969Z68 bytes from fd00:2::1: icmp_seq=1. time=0.183 ms
31522026-06-17T22:00:15.969Z
31532026-06-17T22:00:15.969Z----fd00:2::1 PING Statistics----
31542026-06-17T22:00:15.969Z2 packets transmitted, 2 packets received, 0% packet loss
31552026-06-17T22:00:15.969Zround-trip (ms) min/avg/max/stddev = 0.183/0.184/0.186/0.002
31562026-06-17T22:00:15.969Z[s2.trio] ping fd00:1::1
31572026-06-17T22:00:15.979Zfd00:1::1 is alive
31582026-06-17T22:00:15.979Zserver router restart passed
31592026-06-17T22:00:19.984Zpeer expiration recovery passed
31602026-06-17T22:00:20.985Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31612026-06-17T22:00:21.001Z3
31622026-06-17T22:00:21.001Zredundant advertise passed
31632026-06-17T22:00:22.003Ztunnel endpoint advertise passed
31642026-06-17T22:00:27.006Zredundant tunnel endpoint advertise passed
31652026-06-17T22:00:27.006Z[s1.trio] pkill ddmd
31662026-06-17T22:00:27.018Z
31672026-06-17T22:00:32.019Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a0a2671b-e9b9-4976-bb05-29bcf590de52 --sled-uuid 326b2e5d-4863-4596-ae29-d374ac3b32b0 -a sl0/v6 &> /opt/ddmd.log &
31682026-06-17T22:00:32.032Z
31692026-06-17T22:00:37.039Ztunnel router restart passed
31702026-06-17T22:00:38.041Ztunnel endpoint withdraw passed
31712026-06-17T22:00:38.043Z[t1.trio] pkill ddmd
31722026-06-17T22:00:38.054Z
31732026-06-17T22:00:38.055Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31742026-06-17T22:00:38.058Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31752026-06-17T22:00:39.953Z[s2.trio] pkill ddmd
31762026-06-17T22:00:39.968Z
31772026-06-17T22:00:39.968Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31782026-06-17T22:00:41.789Z[s1.trio] pkill ddmd
31792026-06-17T22:00:41.799Z
31802026-06-17T22:00:41.799Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31812026-06-17T22:00:43.876Z[sidecar.trio] pkill softnpu
31822026-06-17T22:00:43.901Z
31832026-06-17T22:00:43.902Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31842026-06-17T22:00:46.437Ztest ddm::test_trio_v3 ... ok
31852026-06-17T22:00:46.437Z
31862026-06-17T22:00:46.437Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.44s
31872026-06-17T22:00:46.437Z
31882026-06-17T22:00:46.485Z+ cleanup
31892026-06-17T22:00:46.487Z++ id -un
31902026-06-17T22:00:46.491Z++ id -gn
31912026-06-17T22:00:46.494Z+ pfexec chown -R build:build .
31922026-06-17T22:00:46.614Zprocess exited: duration 681748 ms, exit code 0
 
31932026-06-17T22:00:46.671Zfound 5 output files
31942026-06-17T22:00:46.671Zuploading: /work/s1.trio.log (4220 bytes)
31952026-06-17T22:00:47.683Zuploaded: /work/s1.trio.log
31962026-06-17T22:00:47.684Zuploading: /work/s2.trio.log (10794 bytes)
31972026-06-17T22:00:48.699Zuploaded: /work/s2.trio.log
31982026-06-17T22:00:48.707Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
31992026-06-17T22:00:49.731Zuploaded: /work/sidecar.trio-softnpu.log
32002026-06-17T22:00:49.731Zuploading: /work/t1.trio-dpd.log (328523 bytes)
32012026-06-17T22:00:50.755Zuploaded: /work/t1.trio-dpd.log
32022026-06-17T22:00:50.755Zuploading: /work/t1.trio.log (25729 bytes)
32032026-06-17T22:00:51.961Zuploaded: /work/t1.trio.log