01KXFGS9D4WN6DA9DEH1EFRSZS: 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: 01KXFGSQYETAWFCWM1A5CGR6PV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T05:16:05.691Zjob assigned to worker 01KXFGSY7TDD4JM10TKQ0BNS4P [factory aws, i-0ac8cd015dc9fcd3a] (queued for 58 s)
 
22026-07-14T05:16:12.828Zstarting task 0: "setup"
32026-07-14T05:16:12.834Z++ uname -s
42026-07-14T05:16:12.837Z+ kern=SunOS
52026-07-14T05:16:12.837Z+ build_user=build
62026-07-14T05:16:12.837Z+ build_uid=12345
72026-07-14T05:16:12.837Z+ work_dir=/work
82026-07-14T05:16:12.837Z+ input_dir=/input
92026-07-14T05:16:12.837Z+ [[ 0 == 12345 ]]
102026-07-14T05:16:12.837Z+ case "$kern" in
112026-07-14T05:16:12.837Z+ groupadd -g 12345 build
122026-07-14T05:16:12.840Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T05:16:14.843Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T05:16:14.944Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T05:16:14.947Z+ home_fs=zfs
162026-07-14T05:16:14.947Z+ [[ zfs == autofs ]]
172026-07-14T05:16:14.948Z+ mkdir -p /home/build
182026-07-14T05:16:14.948Z+ chown build:build /home/build /work
192026-07-14T05:16:16.948Z+ chmod 0700 /home/build /work
202026-07-14T05:16:16.951Zprocess exited: duration 4120 ms, exit code 0
 
212026-07-14T05:16:16.957Zstarting task 1: "rust-toolchain"
222026-07-14T05:16:16.961Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T05:16:16.961Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T05:16:16.961Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-14T05:16:16.961Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-14T05:16:16.961Z * rust toolchain channel = "stable"
272026-07-14T05:16:16.961Z * rust toolchain profile = "default"
282026-07-14T05:16:16.964Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T05:16:16.964Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T05:16:17.059Zinfo: downloading installer
312026-07-14T05:16:18.485Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T05:16:18.485Zwarn: /opt/ooce/bin
332026-07-14T05:16:18.485Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T05:16:18.485Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T05:16:18.485Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T05:16:18.485Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T05:16:18.485Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T05:16:18.485Zerror: cannot install while Rust is installed
392026-07-14T05:16:18.485Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T05:16:18.488Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T05:16:18.488Zwarn: /home/build/.rustup/settings.toml
422026-07-14T05:16:18.489Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T05:16:18.489Zwarn: instead of the one inferred from the default host triple.
442026-07-14T05:16:18.499Zinfo: profile set to default
452026-07-14T05:16:18.499Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T05:16:18.502Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T05:16:18.638Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T05:16:18.642Zinfo: downloading 6 components
492026-07-14T05:16:33.708Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T05:16:33.708Z
512026-07-14T05:16:33.742Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T05:16:33.742Z
532026-07-14T05:16:33.742Z
542026-07-14T05:16:33.742ZRust is installed now. Great!
552026-07-14T05:16:33.742Z
562026-07-14T05:16:33.742ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T05:16:33.742Zenvironment variable. This has not been done automatically.
582026-07-14T05:16:33.742Z
592026-07-14T05:16:33.743ZTo configure your current shell, you need to source
602026-07-14T05:16:33.743Zthe corresponding env file under $HOME/.cargo.
612026-07-14T05:16:33.743Z
622026-07-14T05:16:33.743ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T05:16:33.743Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T05:16:33.743Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T05:16:33.746Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T05:16:33.746Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T05:16:33.746Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T05:16:33.746Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T05:16:33.746Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T05:16:33.746Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T05:16:33.853Z+ rustup --version
722026-07-14T05:16:33.865Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T05:16:33.868Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T05:16:33.882Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T05:16:33.885Z+ cargo --version
762026-07-14T05:16:33.900Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T05:16:33.903Z+ rustc --version
782026-07-14T05:16:33.923Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T05:16:33.926Zprocess exited: duration 16965 ms, exit code 0
 
802026-07-14T05:16:33.931Zstarting task 2: "authentication"
812026-07-14T05:16:33.949Zprocess exited: duration 15 ms, exit code 0
 
822026-07-14T05:16:33.956Zstarting task 3: "clone repository"
832026-07-14T05:16:33.959Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T05:16:33.963Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T05:16:33.997ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T05:16:35.182Z+ cd /work/oxidecomputer/maghemite
872026-07-14T05:16:35.182Z+ git fetch origin 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
882026-07-14T05:16:35.419ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T05:16:35.419Z * branch 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 -> FETCH_HEAD
902026-07-14T05:16:35.423Z+ [[ -n renovate/socket2-0.x-lockfile ]]
912026-07-14T05:16:35.427Z++ git branch --show-current
922026-07-14T05:16:35.427Z+ current=main
932026-07-14T05:16:35.427Z+ [[ main != renovate/socket2-0.x-lockfile ]]
942026-07-14T05:16:35.427Z+ git branch -f renovate/socket2-0.x-lockfile 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
952026-07-14T05:16:35.430Z+ git checkout -f renovate/socket2-0.x-lockfile
962026-07-14T05:16:35.446ZSwitched to branch 'renovate/socket2-0.x-lockfile'
972026-07-14T05:16:35.449Z+ git reset --hard 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
982026-07-14T05:16:35.464ZHEAD is now at 2a6d1fd Update Rust crate socket2 to v0.6.5
992026-07-14T05:16:35.467Zprocess exited: duration 1509 ms, exit code 0
 
1002026-07-14T05:16:35.474Zstarting task 4: "build"
1012026-07-14T05:16:35.480Z++ dladm
1022026-07-14T05:16:35.485ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-14T05:16:35.485Zena0 phys 9216 up -- --
1042026-07-14T05:16:35.485Z++ ipadm
1052026-07-14T05:16:35.493ZADDROBJ TYPE STATE ADDR
1062026-07-14T05:16:35.493Zlo0/v4 static ok 127.0.0.1/8
1072026-07-14T05:16:35.493Zena0/dhcp dhcp ok 10.150.1.8/24
1082026-07-14T05:16:35.493Zlo0/v6 static ok ::1/128
1092026-07-14T05:16:35.493Z++ banner collect
1102026-07-14T05:16:35.493Z
1112026-07-14T05:16:35.493Z #### #### # # ###### #### #####
1122026-07-14T05:16:35.493Z # # # # # # # # # #
1132026-07-14T05:16:35.493Z # # # # # ##### # #
1142026-07-14T05:16:35.493Z # # # # # # # #
1152026-07-14T05:16:35.493Z # # # # # # # # # #
1162026-07-14T05:16:35.494Z #### #### ###### ###### ###### #### #
1172026-07-14T05:16:35.494Z
1182026-07-14T05:16:35.494Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-14T05:16:35.494Z++ repo=softnpu
1202026-07-14T05:16:35.494Z++ series=image
1212026-07-14T05:16:35.494Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-14T05:16:35.494Z++ name=softnpu
1232026-07-14T05:16:35.494Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-14T05:16:35.494Z++ mkdir -p download
1252026-07-14T05:16:35.494Z++ pushd download
1262026-07-14T05:16:35.494Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-14T05:16:35.494Z++ [[ ! -f softnpu ]]
1282026-07-14T05:16:35.494Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-14T05:16:35.499Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-14T05:16:35.499Z Dload Upload Total Spent Left Speed
1312026-07-14T05:16:37.652Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 37 15.63M 37 5.90M 0 0 2.90M 0 00:05 00:02 00:03 2.90M 100 15.63M 100 15.63M 0 0 7.24M 0 00:02 00:02 2.90M 100 15.63M 100 15.63M 0 0 7.24M 0 00:02 00:02 2.90M 100 15.63M 100 15.63M 0 0 7.24M 0 00:02 00:02 2.90M
1322026-07-14T05:16:37.657Z++ popd
1332026-07-14T05:16:37.660Z/work/oxidecomputer/maghemite
1342026-07-14T05:16:37.660Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-14T05:16:37.661Z++ repo=sidecar-lite
1362026-07-14T05:16:37.661Z++ series=release
1372026-07-14T05:16:37.661Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-14T05:16:37.661Z++ name=libsidecar_lite.so
1392026-07-14T05:16:37.661Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-14T05:16:37.661Z++ mkdir -p download
1412026-07-14T05:16:37.661Z++ pushd download
1422026-07-14T05:16:37.661Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-07-14T05:16:37.661Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-14T05:16:37.661Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-14T05:16:37.664Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-14T05:16:37.664Z Dload Upload Total Spent Left Speed
1472026-07-14T05:16:37.989Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 37.14M 0 0 100 12.04M 100 12.04M 0 0 37.14M 0 0 100 12.04M 100 12.04M 0 0 37.13M 0 0
1482026-07-14T05:16:37.993Z++ popd
1492026-07-14T05:16:37.993Z/work/oxidecomputer/maghemite
1502026-07-14T05:16:37.993Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-14T05:16:37.993Z++ repo=sidecar-lite
1522026-07-14T05:16:37.993Z++ series=release
1532026-07-14T05:16:37.993Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-14T05:16:37.993Z++ name=scadm
1552026-07-14T05:16:37.993Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-14T05:16:37.993Z++ mkdir -p download
1572026-07-14T05:16:37.997Z++ pushd download
1582026-07-14T05:16:37.997Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-07-14T05:16:37.997Z++ [[ ! -f scadm ]]
1602026-07-14T05:16:37.997Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-14T05:16:38.000Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-14T05:16:38.000Z Dload Upload Total Spent Left Speed
1632026-07-14T05:16:38.384Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 44.00M 0 0 100 15.78M 100 15.78M 0 0 43.99M 0 0 100 15.78M 100 15.78M 0 0 43.98M 0 0
1642026-07-14T05:16:38.389Z++ popd
1652026-07-14T05:16:38.389Z/work/oxidecomputer/maghemite
1662026-07-14T05:16:38.389Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-14T05:16:38.389Z++ repo=dendrite
1682026-07-14T05:16:38.389Z++ series=image
1692026-07-14T05:16:38.389Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-14T05:16:38.389Z++ name=dendrite-softnpu.tar.gz
1712026-07-14T05:16:38.389Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-14T05:16:38.389Z++ mkdir -p download
1732026-07-14T05:16:38.389Z++ pushd download
1742026-07-14T05:16:38.389Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-07-14T05:16:38.389Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-07-14T05:16:38.389Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-14T05:16:38.389Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-14T05:16:38.389Z Dload Upload Total Spent Left Speed
1792026-07-14T05:16:39.525Z 0 0 0 0 0 0 0 0 0 82 71.59M 82 58.91M 0 0 58.96M 0 00:01 00:01 58.97M 100 71.59M 100 71.59M 0 0 61.95M 0 00:01 00:01 58.97M 100 71.59M 100 71.59M 0 0 61.95M 0 00:01 00:01 58.97M 100 71.59M 100 71.59M 0 0 61.94M 0 00:01 00:01 58.97M
1802026-07-14T05:16:39.529Z++ popd
1812026-07-14T05:16:39.529Z/work/oxidecomputer/maghemite
1822026-07-14T05:16:39.529Z++ get_artifact maghemite release 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 ddm
1832026-07-14T05:16:39.529Z++ repo=maghemite
1842026-07-14T05:16:39.529Z++ series=release
1852026-07-14T05:16:39.529Z++ commit=2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
1862026-07-14T05:16:39.529Z++ name=ddm
1872026-07-14T05:16:39.530Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-14T05:16:39.530Z++ mkdir -p download
1892026-07-14T05:16:39.536Z++ pushd download
1902026-07-14T05:16:39.536Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-07-14T05:16:39.536Z++ [[ ! -f ddm ]]
1922026-07-14T05:16:39.536Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1/ddm
1932026-07-14T05:16:39.545Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-14T05:16:39.545Z Dload Upload Total Spent Left Speed
1952026-07-14T05:16:39.600Z 0 0 0 0 0 0 0 0 0
1962026-07-14T05:16:39.600Zcurl: (22) The requested URL returned error: 404
1972026-07-14T05:16:39.604Z++ popd
1982026-07-14T05:16:39.604Z/work/oxidecomputer/maghemite
1992026-07-14T05:16:39.604Z++ get_artifact maghemite release 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 ddmadm
2002026-07-14T05:16:39.604Z++ repo=maghemite
2012026-07-14T05:16:39.604Z++ series=release
2022026-07-14T05:16:39.604Z++ commit=2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
2032026-07-14T05:16:39.604Z++ name=ddmadm
2042026-07-14T05:16:39.604Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-14T05:16:39.604Z++ mkdir -p download
2062026-07-14T05:16:39.604Z++ pushd download
2072026-07-14T05:16:39.604Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-14T05:16:39.604Z++ [[ ! -f ddmadm ]]
2092026-07-14T05:16:39.604Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1/ddmadm
2102026-07-14T05:16:39.608Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-14T05:16:39.608Z Dload Upload Total Spent Left Speed
2122026-07-14T05:16:39.676Z 0 0 0 0 0 0 0 0 0
2132026-07-14T05:16:39.676Zcurl: (22) The requested URL returned error: 404
2142026-07-14T05:16:39.680Z++ popd
2152026-07-14T05:16:39.680Z/work/oxidecomputer/maghemite
2162026-07-14T05:16:39.680Z++ pushd download
2172026-07-14T05:16:39.680Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-07-14T05:16:39.680Z++ chmod +x softnpu
2192026-07-14T05:16:39.680Z++ chmod +x scadm
2202026-07-14T05:16:39.680Z++ chmod +x ddmadm
2212026-07-14T05:16:39.683Zchmod: WARNING: can't access ddmadm
2222026-07-14T05:16:39.683Z++ chmod +x ddmd
2232026-07-14T05:16:39.683Zchmod: WARNING: can't access ddmd
2242026-07-14T05:16:39.683Z++ mv ddmadm ddmadm-v2
2252026-07-14T05:16:39.684Zmv: cannot access ddmadm
2262026-07-14T05:16:39.684Z++ mv ddmd ddmd-v2
2272026-07-14T05:16:39.684Zmv: cannot access ddmd
2282026-07-14T05:16:39.684Z++ rm -rf zones/dendrite
2292026-07-14T05:16:39.687Z++ mkdir -p zones/dendrite
2302026-07-14T05:16:39.687Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-14T05:16:40.681Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-07-14T05:16:40.684Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-14T05:16:40.684Z++ popd
2342026-07-14T05:16:40.684Z++ banner install
2352026-07-14T05:16:40.684Z/work/oxidecomputer/maghemite
2362026-07-14T05:16:40.687Z
2372026-07-14T05:16:40.687Z # # # #### ##### ## # #
2382026-07-14T05:16:40.687Z # ## # # # # # # #
2392026-07-14T05:16:40.687Z # # # # #### # # # # #
2402026-07-14T05:16:40.687Z # # # # # # ###### # #
2412026-07-14T05:16:40.687Z # # ## # # # # # # #
2422026-07-14T05:16:40.688Z # # # #### # # # ###### ######
2432026-07-14T05:16:40.688Z
2442026-07-14T05:16:40.688Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-14T05:16:40.688Z++ set +o errexit
2462026-07-14T05:16:40.688Z++ pkg info clang-15
2472026-07-14T05:16:40.688Z++ grep -qi installed
2482026-07-14T05:16:41.857Zpkg: info: no packages matching the following patterns you specified are
2492026-07-14T05:16:41.857Zinstalled on the system. Try querying remotely instead:
2502026-07-14T05:16:41.857Z
2512026-07-14T05:16:41.857Z clang-15
2522026-07-14T05:16:41.894Z++ [[ 1 != 0 ]]
2532026-07-14T05:16:41.894Z++ set -o errexit
2542026-07-14T05:16:41.894Z++ pfexec pkg install clang-15
2552026-07-14T05:16:50.247Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-14T05:16:57.920Z Startup: Caching catalogs ... Done
2572026-07-14T05:17:05.288ZPlanning: Solver setup ... Done
2582026-07-14T05:17:05.330ZPlanning: Running solver ... Done
2592026-07-14T05:17:05.474ZPlanning: Finding local manifests ... Done
2602026-07-14T05:17:05.497ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-14T05:17:05.601ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-14T05:17:05.630ZPlanning: Package planning ... Done
2632026-07-14T05:17:05.655ZPlanning: Merging actions ... Done
2642026-07-14T05:17:05.761ZPlanning: Checking for conflicting actions ... Done
2652026-07-14T05:17:05.768ZPlanning: Consolidating action changes ... Done
2662026-07-14T05:17:06.468ZPlanning: Evaluating mediators ... Done
2672026-07-14T05:17:06.474ZPlanning: Planning completed in 8.39 seconds
2682026-07-14T05:17:06.485Z Packages to install: 2
2692026-07-14T05:17:06.485Z Mediators to change: 2
2702026-07-14T05:17:06.488Z Services to change: 1
2712026-07-14T05:17:06.488Z Create boot environment: No
2722026-07-14T05:17:06.488ZCreate backup boot environment: No
2732026-07-14T05:17:06.526Z
2742026-07-14T05:17:06.526ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-14T05:17:11.874ZDownload: 981/3076 items 82.2/211.3MB 38% complete (18.6M/s)
2762026-07-14T05:17:16.882ZDownload: 1237/3076 items 115.8/211.3MB 54% complete (10.7M/s)
2772026-07-14T05:17:22.608ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (8.9M/s)
2782026-07-14T05:17:30.595ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (7.5M/s)
2792026-07-14T05:17:36.691ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (10.1M/s)
2802026-07-14T05:17:43.056ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (10.3M/s)
2812026-07-14T05:17:43.663ZDownload: Completed 211.31 MB in 37.14 seconds (5.7M/s)
2822026-07-14T05:17:43.783Z Actions: 1/3418 actions (Installing new actions)
2832026-07-14T05:17:46.928Z Actions: Completed 3418 actions in 3.14 seconds.
2842026-07-14T05:17:47.576Z Done
2852026-07-14T05:17:47.576Z Done
2862026-07-14T05:17:48.314Z Done
2872026-07-14T05:17:51.693Z Done
2882026-07-14T05:17:51.773Z Done
2892026-07-14T05:17:51.780Z Done
2902026-07-14T05:17:52.067Z Done
2912026-07-14T05:17:52.753Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-07-14T05:17:52.753Z++ set +o errexit
2932026-07-14T05:17:52.756Z++ pkg info pkg-config
2942026-07-14T05:17:52.756Z++ grep -qi installed
2952026-07-14T05:17:52.983Z++ [[ 0 != 0 ]]
2962026-07-14T05:17:52.983Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2972026-07-14T05:17:52.983Z++ set +o errexit
2982026-07-14T05:17:52.987Z++ pkg info brand/omicron1
2992026-07-14T05:17:52.987Z++ grep -qi installed
3002026-07-14T05:17:53.168Zpkg: info: no packages matching the following patterns you specified are
3012026-07-14T05:17:53.168Zinstalled on the system. Try querying remotely instead:
3022026-07-14T05:17:53.168Z
3032026-07-14T05:17:53.168Z brand/omicron1
3042026-07-14T05:17:53.200Z++ [[ 1 != 0 ]]
3052026-07-14T05:17:53.200Z++ set -o errexit
3062026-07-14T05:17:53.200Z++ pfexec pkg install brand/omicron1
3072026-07-14T05:17:53.627Z Startup: Refreshing catalog 'helios-dev' ... Done
3082026-07-14T05:18:00.917ZPlanning: Solver setup ... Done
3092026-07-14T05:18:00.957ZPlanning: Running solver ... Done
3102026-07-14T05:18:01.104ZPlanning: Finding local manifests ... Done
3112026-07-14T05:18:01.108ZPlanning: Fetching manifests: 0/2 0% complete
3122026-07-14T05:18:01.242ZPlanning: Fetching manifests: 2/2 100% complete
3132026-07-14T05:18:01.255ZPlanning: Package planning ... Done
3142026-07-14T05:18:01.258ZPlanning: Merging actions ... Done
3152026-07-14T05:18:01.402ZPlanning: Checking for conflicting actions ... Done
3162026-07-14T05:18:01.405ZPlanning: Consolidating action changes ... Done
3172026-07-14T05:18:01.561ZPlanning: Evaluating mediators ... Done
3182026-07-14T05:18:01.564ZPlanning: Planning completed in 7.93 seconds
3192026-07-14T05:18:01.568Z Packages to install: 2
3202026-07-14T05:18:01.568Z Create boot environment: No
3212026-07-14T05:18:01.572ZCreate backup boot environment: No
3222026-07-14T05:18:01.597Z
3232026-07-14T05:18:01.597ZDownload: 0/5 items 0.0/1.1MB 0% complete
3242026-07-14T05:18:04.419ZDownload: Completed 1.07 MB in 2.82 seconds (388k/s)
3252026-07-14T05:18:04.496Z Actions: 1/28 actions (Installing new actions)
3262026-07-14T05:18:04.509Z Actions: Completed 28 actions in 0.01 seconds.
3272026-07-14T05:18:05.024Z Done
3282026-07-14T05:18:05.024Z Done
3292026-07-14T05:18:05.661Z Done
3302026-07-14T05:18:08.522Z Done
3312026-07-14T05:18:08.595Z Done
3322026-07-14T05:18:08.598Z Done
3332026-07-14T05:18:08.789Z Done
3342026-07-14T05:18:08.927Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3352026-07-14T05:18:08.927Z++ set +o errexit
3362026-07-14T05:18:08.931Z++ pkg info brand/omicron1/tools
3372026-07-14T05:18:08.932Z++ grep -qi installed
3382026-07-14T05:18:09.112Zpkg: info: no packages matching the following patterns you specified are
3392026-07-14T05:18:09.112Zinstalled on the system. Try querying remotely instead:
3402026-07-14T05:18:09.112Z
3412026-07-14T05:18:09.112Z brand/omicron1/tools
3422026-07-14T05:18:09.147Z++ [[ 1 != 0 ]]
3432026-07-14T05:18:09.147Z++ set -o errexit
3442026-07-14T05:18:09.147Z++ pfexec pkg install brand/omicron1/tools
3452026-07-14T05:18:09.540Z Startup: Refreshing catalog 'helios-dev' ... Done
3462026-07-14T05:18:16.724ZPlanning: Solver setup ... Done
3472026-07-14T05:18:16.768ZPlanning: Running solver ... Done
3482026-07-14T05:18:16.912ZPlanning: Finding local manifests ... Done
3492026-07-14T05:18:16.916ZPlanning: Fetching manifests: 0/1 0% complete
3502026-07-14T05:18:17.029ZPlanning: Fetching manifests: 1/1 100% complete
3512026-07-14T05:18:17.041ZPlanning: Package planning ... Done
3522026-07-14T05:18:17.044ZPlanning: Merging actions ... Done
3532026-07-14T05:18:17.181ZPlanning: Checking for conflicting actions ... Done
3542026-07-14T05:18:17.184ZPlanning: Consolidating action changes ... Done
3552026-07-14T05:18:17.341ZPlanning: Evaluating mediators ... Done
3562026-07-14T05:18:17.344ZPlanning: Planning completed in 7.80 seconds
3572026-07-14T05:18:17.347Z Packages to install: 1
3582026-07-14T05:18:17.347Z Services to change: 1
3592026-07-14T05:18:17.350Z Create boot environment: No
3602026-07-14T05:18:17.350ZCreate backup boot environment: No
3612026-07-14T05:18:17.376Z
3622026-07-14T05:18:17.376ZDownload: 0/2 items 0.0/1.2MB 0% complete
3632026-07-14T05:18:17.400ZDownload: Completed 1.19 MB in 0.02 seconds (49.6M/s)
3642026-07-14T05:18:17.472Z Actions: 1/19 actions (Installing new actions)
3652026-07-14T05:18:17.486Z Actions: Completed 19 actions in 0.01 seconds.
3662026-07-14T05:18:18.006Z Done
3672026-07-14T05:18:18.006Z Done
3682026-07-14T05:18:18.636Z Done
3692026-07-14T05:18:21.564Z Done
3702026-07-14T05:18:21.641Z Done
3712026-07-14T05:18:21.644Z Done
3722026-07-14T05:18:21.791Z Done
3732026-07-14T05:18:21.929Z++ pfexec svcadm enable baseline
3742026-07-14T05:18:21.943Z++ retry=0
3752026-07-14T05:18:21.946Z+++ svcs -Hostate baseline
3762026-07-14T05:18:21.960Z++ [[ offline* != online ]]
3772026-07-14T05:18:21.961Z++ [[ 0 -gt 300 ]]
3782026-07-14T05:18:21.963Z++ sleep 1
3792026-07-14T05:18:22.961Z++ retry=1
3802026-07-14T05:18:22.964Z+++ svcs -Hostate baseline
3812026-07-14T05:18:22.976Z++ [[ offline* != online ]]
3822026-07-14T05:18:22.976Z++ [[ 1 -gt 300 ]]
3832026-07-14T05:18:22.976Z++ sleep 1
3842026-07-14T05:18:23.976Z++ retry=2
3852026-07-14T05:18:23.979Z+++ svcs -Hostate baseline
3862026-07-14T05:18:23.989Z++ [[ offline* != online ]]
3872026-07-14T05:18:23.989Z++ [[ 2 -gt 300 ]]
3882026-07-14T05:18:23.990Z++ sleep 1
3892026-07-14T05:18:24.991Z++ retry=3
3902026-07-14T05:18:24.994Z+++ svcs -Hostate baseline
3912026-07-14T05:18:25.006Z++ [[ offline* != online ]]
3922026-07-14T05:18:25.006Z++ [[ 3 -gt 300 ]]
3932026-07-14T05:18:25.009Z++ sleep 1
3942026-07-14T05:18:26.009Z++ retry=4
3952026-07-14T05:18:26.012Z+++ svcs -Hostate baseline
3962026-07-14T05:18:26.027Z++ [[ offline* != online ]]
3972026-07-14T05:18:26.027Z++ [[ 4 -gt 300 ]]
3982026-07-14T05:18:26.027Z++ sleep 1
3992026-07-14T05:18:27.031Z++ retry=5
4002026-07-14T05:18:27.035Z+++ svcs -Hostate baseline
4012026-07-14T05:18:27.051Z++ [[ offline* != online ]]
4022026-07-14T05:18:27.051Z++ [[ 5 -gt 300 ]]
4032026-07-14T05:18:27.055Z++ sleep 1
4042026-07-14T05:18:28.052Z++ retry=6
4052026-07-14T05:18:28.055Z+++ svcs -Hostate baseline
4062026-07-14T05:18:28.067Z++ [[ offline* != online ]]
4072026-07-14T05:18:28.067Z++ [[ 6 -gt 300 ]]
4082026-07-14T05:18:28.067Z++ sleep 1
4092026-07-14T05:18:29.069Z++ retry=7
4102026-07-14T05:18:29.074Z+++ svcs -Hostate baseline
4112026-07-14T05:18:29.085Z++ [[ offline* != online ]]
4122026-07-14T05:18:29.085Z++ [[ 7 -gt 300 ]]
4132026-07-14T05:18:29.085Z++ sleep 1
4142026-07-14T05:18:30.088Z++ retry=8
4152026-07-14T05:18:30.092Z+++ svcs -Hostate baseline
4162026-07-14T05:18:30.102Z++ [[ offline* != online ]]
4172026-07-14T05:18:30.102Z++ [[ 8 -gt 300 ]]
4182026-07-14T05:18:30.103Z++ sleep 1
4192026-07-14T05:18:31.104Z++ retry=9
4202026-07-14T05:18:31.107Z+++ svcs -Hostate baseline
4212026-07-14T05:18:31.118Z++ [[ offline* != online ]]
4222026-07-14T05:18:31.118Z++ [[ 9 -gt 300 ]]
4232026-07-14T05:18:31.118Z++ sleep 1
4242026-07-14T05:18:32.120Z++ retry=10
4252026-07-14T05:18:32.124Z+++ svcs -Hostate baseline
4262026-07-14T05:18:32.134Z++ [[ offline* != online ]]
4272026-07-14T05:18:32.134Z++ [[ 10 -gt 300 ]]
4282026-07-14T05:18:32.134Z++ sleep 1
4292026-07-14T05:18:33.136Z++ retry=11
4302026-07-14T05:18:33.141Z+++ svcs -Hostate baseline
4312026-07-14T05:18:33.152Z++ [[ offline* != online ]]
4322026-07-14T05:18:33.152Z++ [[ 11 -gt 300 ]]
4332026-07-14T05:18:33.152Z++ sleep 1
4342026-07-14T05:18:34.153Z++ retry=12
4352026-07-14T05:18:34.158Z+++ svcs -Hostate baseline
4362026-07-14T05:18:34.168Z++ [[ offline* != online ]]
4372026-07-14T05:18:34.168Z++ [[ 12 -gt 300 ]]
4382026-07-14T05:18:34.168Z++ sleep 1
4392026-07-14T05:18:35.173Z++ retry=13
4402026-07-14T05:18:35.177Z+++ svcs -Hostate baseline
4412026-07-14T05:18:35.185Z++ [[ offline* != online ]]
4422026-07-14T05:18:35.185Z++ [[ 13 -gt 300 ]]
4432026-07-14T05:18:35.185Z++ sleep 1
4442026-07-14T05:18:36.188Z++ retry=14
4452026-07-14T05:18:36.191Z+++ svcs -Hostate baseline
4462026-07-14T05:18:36.238Z++ [[ offline* != online ]]
4472026-07-14T05:18:36.239Z++ [[ 14 -gt 300 ]]
4482026-07-14T05:18:36.239Z++ sleep 1
4492026-07-14T05:18:37.203Z++ retry=15
4502026-07-14T05:18:37.206Z+++ svcs -Hostate baseline
4512026-07-14T05:18:37.217Z++ [[ offline* != online ]]
4522026-07-14T05:18:37.217Z++ [[ 15 -gt 300 ]]
4532026-07-14T05:18:37.217Z++ sleep 1
4542026-07-14T05:18:38.219Z++ retry=16
4552026-07-14T05:18:38.223Z+++ svcs -Hostate baseline
4562026-07-14T05:18:38.234Z++ [[ offline* != online ]]
4572026-07-14T05:18:38.234Z++ [[ 16 -gt 300 ]]
4582026-07-14T05:18:38.234Z++ sleep 1
4592026-07-14T05:18:39.253Z++ retry=17
4602026-07-14T05:18:39.283Z+++ svcs -Hostate baseline
4612026-07-14T05:18:39.284Z++ [[ offline* != online ]]
4622026-07-14T05:18:39.284Z++ [[ 17 -gt 300 ]]
4632026-07-14T05:18:39.284Z++ sleep 1
4642026-07-14T05:18:40.253Z++ retry=18
4652026-07-14T05:18:40.257Z+++ svcs -Hostate baseline
4662026-07-14T05:18:40.273Z++ [[ offline* != online ]]
4672026-07-14T05:18:40.273Z++ [[ 18 -gt 300 ]]
4682026-07-14T05:18:40.273Z++ sleep 1
4692026-07-14T05:18:41.269Z++ retry=19
4702026-07-14T05:18:41.273Z+++ svcs -Hostate baseline
4712026-07-14T05:18:41.287Z++ [[ offline* != online ]]
4722026-07-14T05:18:41.287Z++ [[ 19 -gt 300 ]]
4732026-07-14T05:18:41.287Z++ sleep 1
4742026-07-14T05:18:42.286Z++ retry=20
4752026-07-14T05:18:42.290Z+++ svcs -Hostate baseline
4762026-07-14T05:18:42.301Z++ [[ offline* != online ]]
4772026-07-14T05:18:42.302Z++ [[ 20 -gt 300 ]]
4782026-07-14T05:18:42.305Z++ sleep 1
4792026-07-14T05:18:43.303Z++ retry=21
4802026-07-14T05:18:43.307Z+++ svcs -Hostate baseline
4812026-07-14T05:18:43.318Z++ [[ offline* != online ]]
4822026-07-14T05:18:43.318Z++ [[ 21 -gt 300 ]]
4832026-07-14T05:18:43.321Z++ sleep 1
4842026-07-14T05:18:44.323Z++ retry=22
4852026-07-14T05:18:44.329Z+++ svcs -Hostate baseline
4862026-07-14T05:18:44.343Z++ [[ offline* != online ]]
4872026-07-14T05:18:44.343Z++ [[ 22 -gt 300 ]]
4882026-07-14T05:18:44.344Z++ sleep 1
4892026-07-14T05:18:45.337Z++ retry=23
4902026-07-14T05:18:45.340Z+++ svcs -Hostate baseline
4912026-07-14T05:18:45.351Z++ [[ offline* != online ]]
4922026-07-14T05:18:45.351Z++ [[ 23 -gt 300 ]]
4932026-07-14T05:18:45.351Z++ sleep 1
4942026-07-14T05:18:46.353Z++ retry=24
4952026-07-14T05:18:46.355Z+++ svcs -Hostate baseline
4962026-07-14T05:18:46.367Z++ [[ offline* != online ]]
4972026-07-14T05:18:46.367Z++ [[ 24 -gt 300 ]]
4982026-07-14T05:18:46.367Z++ sleep 1
4992026-07-14T05:18:47.369Z++ retry=25
5002026-07-14T05:18:47.372Z+++ svcs -Hostate baseline
5012026-07-14T05:18:47.383Z++ [[ offline* != online ]]
5022026-07-14T05:18:47.384Z++ [[ 25 -gt 300 ]]
5032026-07-14T05:18:47.384Z++ sleep 1
5042026-07-14T05:18:48.385Z++ retry=26
5052026-07-14T05:18:48.388Z+++ svcs -Hostate baseline
5062026-07-14T05:18:48.400Z++ [[ offline* != online ]]
5072026-07-14T05:18:48.400Z++ [[ 26 -gt 300 ]]
5082026-07-14T05:18:48.400Z++ sleep 1
5092026-07-14T05:18:49.402Z++ retry=27
5102026-07-14T05:18:49.407Z+++ svcs -Hostate baseline
5112026-07-14T05:18:49.416Z++ [[ offline* != online ]]
5122026-07-14T05:18:49.416Z++ [[ 27 -gt 300 ]]
5132026-07-14T05:18:49.416Z++ sleep 1
5142026-07-14T05:18:50.418Z++ retry=28
5152026-07-14T05:18:50.421Z+++ svcs -Hostate baseline
5162026-07-14T05:18:50.432Z++ [[ offline* != online ]]
5172026-07-14T05:18:50.433Z++ [[ 28 -gt 300 ]]
5182026-07-14T05:18:50.433Z++ sleep 1
5192026-07-14T05:18:51.434Z++ retry=29
5202026-07-14T05:18:51.439Z+++ svcs -Hostate baseline
5212026-07-14T05:18:51.484Z++ [[ offline* != online ]]
5222026-07-14T05:18:51.485Z++ [[ 29 -gt 300 ]]
5232026-07-14T05:18:51.485Z++ sleep 1
5242026-07-14T05:18:52.467Z++ retry=30
5252026-07-14T05:18:52.470Z+++ svcs -Hostate baseline
5262026-07-14T05:18:52.470Z++ [[ offline* != online ]]
5272026-07-14T05:18:52.470Z++ [[ 30 -gt 300 ]]
5282026-07-14T05:18:52.470Z++ sleep 1
5292026-07-14T05:18:53.469Z++ retry=31
5302026-07-14T05:18:53.475Z+++ svcs -Hostate baseline
5312026-07-14T05:18:53.483Z++ [[ offline* != online ]]
5322026-07-14T05:18:53.483Z++ [[ 31 -gt 300 ]]
5332026-07-14T05:18:53.483Z++ sleep 1
5342026-07-14T05:18:54.486Z++ retry=32
5352026-07-14T05:18:54.490Z+++ svcs -Hostate baseline
5362026-07-14T05:18:54.498Z++ [[ offline* != online ]]
5372026-07-14T05:18:54.498Z++ [[ 32 -gt 300 ]]
5382026-07-14T05:18:54.498Z++ sleep 1
5392026-07-14T05:18:55.500Z++ retry=33
5402026-07-14T05:18:55.503Z+++ svcs -Hostate baseline
5412026-07-14T05:18:55.515Z++ [[ offline* != online ]]
5422026-07-14T05:18:55.515Z++ [[ 33 -gt 300 ]]
5432026-07-14T05:18:55.515Z++ sleep 1
5442026-07-14T05:18:56.517Z++ retry=34
5452026-07-14T05:18:56.520Z+++ svcs -Hostate baseline
5462026-07-14T05:18:56.531Z++ [[ offline* != online ]]
5472026-07-14T05:18:56.531Z++ [[ 34 -gt 300 ]]
5482026-07-14T05:18:56.531Z++ sleep 1
5492026-07-14T05:18:57.537Z++ retry=35
5502026-07-14T05:18:57.542Z+++ svcs -Hostate baseline
5512026-07-14T05:18:57.549Z++ [[ offline* != online ]]
5522026-07-14T05:18:57.549Z++ [[ 35 -gt 300 ]]
5532026-07-14T05:18:57.549Z++ sleep 1
5542026-07-14T05:18:58.550Z++ retry=36
5552026-07-14T05:18:58.557Z+++ svcs -Hostate baseline
5562026-07-14T05:18:58.565Z++ [[ offline* != online ]]
5572026-07-14T05:18:58.565Z++ [[ 36 -gt 300 ]]
5582026-07-14T05:18:58.565Z++ sleep 1
5592026-07-14T05:18:59.566Z++ retry=37
5602026-07-14T05:18:59.569Z+++ svcs -Hostate baseline
5612026-07-14T05:18:59.582Z++ [[ offline* != online ]]
5622026-07-14T05:18:59.582Z++ [[ 37 -gt 300 ]]
5632026-07-14T05:18:59.585Z++ sleep 1
5642026-07-14T05:19:00.583Z++ retry=38
5652026-07-14T05:19:00.586Z+++ svcs -Hostate baseline
5662026-07-14T05:19:00.599Z++ [[ offline* != online ]]
5672026-07-14T05:19:00.599Z++ [[ 38 -gt 300 ]]
5682026-07-14T05:19:00.599Z++ sleep 1
5692026-07-14T05:19:01.599Z++ retry=39
5702026-07-14T05:19:01.603Z+++ svcs -Hostate baseline
5712026-07-14T05:19:01.617Z++ [[ offline* != online ]]
5722026-07-14T05:19:01.617Z++ [[ 39 -gt 300 ]]
5732026-07-14T05:19:01.620Z++ sleep 1
5742026-07-14T05:19:02.616Z++ retry=40
5752026-07-14T05:19:02.619Z+++ svcs -Hostate baseline
5762026-07-14T05:19:02.630Z++ [[ offline* != online ]]
5772026-07-14T05:19:02.630Z++ [[ 40 -gt 300 ]]
5782026-07-14T05:19:02.630Z++ sleep 1
5792026-07-14T05:19:03.632Z++ retry=41
5802026-07-14T05:19:03.635Z+++ svcs -Hostate baseline
5812026-07-14T05:19:03.647Z++ [[ offline* != online ]]
5822026-07-14T05:19:03.647Z++ [[ 41 -gt 300 ]]
5832026-07-14T05:19:03.647Z++ sleep 1
5842026-07-14T05:19:04.649Z++ retry=42
5852026-07-14T05:19:04.652Z+++ svcs -Hostate baseline
5862026-07-14T05:19:04.667Z++ [[ offline* != online ]]
5872026-07-14T05:19:04.667Z++ [[ 42 -gt 300 ]]
5882026-07-14T05:19:04.667Z++ sleep 1
5892026-07-14T05:19:05.665Z++ retry=43
5902026-07-14T05:19:05.668Z+++ svcs -Hostate baseline
5912026-07-14T05:19:05.680Z++ [[ offline* != online ]]
5922026-07-14T05:19:05.680Z++ [[ 43 -gt 300 ]]
5932026-07-14T05:19:05.680Z++ sleep 1
5942026-07-14T05:19:06.682Z++ retry=44
5952026-07-14T05:19:06.685Z+++ svcs -Hostate baseline
5962026-07-14T05:19:06.698Z++ [[ offline* != online ]]
5972026-07-14T05:19:06.698Z++ [[ 44 -gt 300 ]]
5982026-07-14T05:19:06.698Z++ sleep 1
5992026-07-14T05:19:07.698Z++ retry=45
6002026-07-14T05:19:07.702Z+++ svcs -Hostate baseline
6012026-07-14T05:19:07.713Z++ [[ offline* != online ]]
6022026-07-14T05:19:07.713Z++ [[ 45 -gt 300 ]]
6032026-07-14T05:19:07.713Z++ sleep 1
6042026-07-14T05:19:08.715Z++ retry=46
6052026-07-14T05:19:08.719Z+++ svcs -Hostate baseline
6062026-07-14T05:19:08.730Z++ [[ offline* != online ]]
6072026-07-14T05:19:08.730Z++ [[ 46 -gt 300 ]]
6082026-07-14T05:19:08.733Z++ sleep 1
6092026-07-14T05:19:09.732Z++ retry=47
6102026-07-14T05:19:09.735Z+++ svcs -Hostate baseline
6112026-07-14T05:19:09.746Z++ [[ offline* != online ]]
6122026-07-14T05:19:09.746Z++ [[ 47 -gt 300 ]]
6132026-07-14T05:19:09.746Z++ sleep 1
6142026-07-14T05:19:10.748Z++ retry=48
6152026-07-14T05:19:10.751Z+++ svcs -Hostate baseline
6162026-07-14T05:19:10.763Z++ [[ offline* != online ]]
6172026-07-14T05:19:10.763Z++ [[ 48 -gt 300 ]]
6182026-07-14T05:19:10.763Z++ sleep 1
6192026-07-14T05:19:11.765Z++ retry=49
6202026-07-14T05:19:11.768Z+++ svcs -Hostate baseline
6212026-07-14T05:19:11.780Z++ [[ offline* != online ]]
6222026-07-14T05:19:11.780Z++ [[ 49 -gt 300 ]]
6232026-07-14T05:19:11.780Z++ sleep 1
6242026-07-14T05:19:12.781Z++ retry=50
6252026-07-14T05:19:12.784Z+++ svcs -Hostate baseline
6262026-07-14T05:19:12.796Z++ [[ offline* != online ]]
6272026-07-14T05:19:12.796Z++ [[ 50 -gt 300 ]]
6282026-07-14T05:19:12.796Z++ sleep 1
6292026-07-14T05:19:13.811Z++ retry=51
6302026-07-14T05:19:13.817Z+++ svcs -Hostate baseline
6312026-07-14T05:19:13.817Z++ [[ offline* != online ]]
6322026-07-14T05:19:13.817Z++ [[ 51 -gt 300 ]]
6332026-07-14T05:19:13.817Z++ sleep 1
6342026-07-14T05:19:14.815Z++ retry=52
6352026-07-14T05:19:14.818Z+++ svcs -Hostate baseline
6362026-07-14T05:19:14.829Z++ [[ offline* != online ]]
6372026-07-14T05:19:14.830Z++ [[ 52 -gt 300 ]]
6382026-07-14T05:19:14.830Z++ sleep 1
6392026-07-14T05:19:15.831Z++ retry=53
6402026-07-14T05:19:15.836Z+++ svcs -Hostate baseline
6412026-07-14T05:19:15.862Z++ [[ offline* != online ]]
6422026-07-14T05:19:15.862Z++ [[ 53 -gt 300 ]]
6432026-07-14T05:19:15.862Z++ sleep 1
6442026-07-14T05:19:16.848Z++ retry=54
6452026-07-14T05:19:16.851Z+++ svcs -Hostate baseline
6462026-07-14T05:19:16.864Z++ [[ offline* != online ]]
6472026-07-14T05:19:16.864Z++ [[ 54 -gt 300 ]]
6482026-07-14T05:19:16.864Z++ sleep 1
6492026-07-14T05:19:17.865Z++ retry=55
6502026-07-14T05:19:17.868Z+++ svcs -Hostate baseline
6512026-07-14T05:19:17.880Z++ [[ offline* != online ]]
6522026-07-14T05:19:17.880Z++ [[ 55 -gt 300 ]]
6532026-07-14T05:19:17.880Z++ sleep 1
6542026-07-14T05:19:18.882Z++ retry=56
6552026-07-14T05:19:18.885Z+++ svcs -Hostate baseline
6562026-07-14T05:19:18.898Z++ [[ offline* != online ]]
6572026-07-14T05:19:18.898Z++ [[ 56 -gt 300 ]]
6582026-07-14T05:19:18.902Z++ sleep 1
6592026-07-14T05:19:19.899Z++ retry=57
6602026-07-14T05:19:19.902Z+++ svcs -Hostate baseline
6612026-07-14T05:19:19.914Z++ [[ offline* != online ]]
6622026-07-14T05:19:19.914Z++ [[ 57 -gt 300 ]]
6632026-07-14T05:19:19.914Z++ sleep 1
6642026-07-14T05:19:20.916Z++ retry=58
6652026-07-14T05:19:20.919Z+++ svcs -Hostate baseline
6662026-07-14T05:19:20.932Z++ [[ offline* != online ]]
6672026-07-14T05:19:20.932Z++ [[ 58 -gt 300 ]]
6682026-07-14T05:19:20.932Z++ sleep 1
6692026-07-14T05:19:21.934Z++ retry=59
6702026-07-14T05:19:21.936Z+++ svcs -Hostate baseline
6712026-07-14T05:19:21.948Z++ [[ offline* != online ]]
6722026-07-14T05:19:21.948Z++ [[ 59 -gt 300 ]]
6732026-07-14T05:19:21.948Z++ sleep 1
6742026-07-14T05:19:22.951Z++ retry=60
6752026-07-14T05:19:22.954Z+++ svcs -Hostate baseline
6762026-07-14T05:19:22.964Z++ [[ offline* != online ]]
6772026-07-14T05:19:22.964Z++ [[ 60 -gt 300 ]]
6782026-07-14T05:19:22.964Z++ sleep 1
6792026-07-14T05:19:23.966Z++ retry=61
6802026-07-14T05:19:23.969Z+++ svcs -Hostate baseline
6812026-07-14T05:19:23.983Z++ [[ offline* != online ]]
6822026-07-14T05:19:23.983Z++ [[ 61 -gt 300 ]]
6832026-07-14T05:19:23.983Z++ sleep 1
6842026-07-14T05:19:24.984Z++ retry=62
6852026-07-14T05:19:24.990Z+++ svcs -Hostate baseline
6862026-07-14T05:19:24.999Z++ [[ offline* != online ]]
6872026-07-14T05:19:24.999Z++ [[ 62 -gt 300 ]]
6882026-07-14T05:19:24.999Z++ sleep 1
6892026-07-14T05:19:26.001Z++ retry=63
6902026-07-14T05:19:26.005Z+++ svcs -Hostate baseline
6912026-07-14T05:19:26.015Z++ [[ offline* != online ]]
6922026-07-14T05:19:26.016Z++ [[ 63 -gt 300 ]]
6932026-07-14T05:19:26.016Z++ sleep 1
6942026-07-14T05:19:27.018Z++ retry=64
6952026-07-14T05:19:27.021Z+++ svcs -Hostate baseline
6962026-07-14T05:19:27.033Z++ [[ offline* != online ]]
6972026-07-14T05:19:27.033Z++ [[ 64 -gt 300 ]]
6982026-07-14T05:19:27.033Z++ sleep 1
6992026-07-14T05:19:28.035Z++ retry=65
7002026-07-14T05:19:28.038Z+++ svcs -Hostate baseline
7012026-07-14T05:19:28.050Z++ [[ offline* != online ]]
7022026-07-14T05:19:28.053Z++ [[ 65 -gt 300 ]]
7032026-07-14T05:19:28.053Z++ sleep 1
7042026-07-14T05:19:29.051Z++ retry=66
7052026-07-14T05:19:29.055Z+++ svcs -Hostate baseline
7062026-07-14T05:19:29.067Z++ [[ offline* != online ]]
7072026-07-14T05:19:29.067Z++ [[ 66 -gt 300 ]]
7082026-07-14T05:19:29.067Z++ sleep 1
7092026-07-14T05:19:30.072Z++ retry=67
7102026-07-14T05:19:30.075Z+++ svcs -Hostate baseline
7112026-07-14T05:19:30.083Z++ [[ offline* != online ]]
7122026-07-14T05:19:30.083Z++ [[ 67 -gt 300 ]]
7132026-07-14T05:19:30.083Z++ sleep 1
7142026-07-14T05:19:31.088Z++ retry=68
7152026-07-14T05:19:31.094Z+++ svcs -Hostate baseline
7162026-07-14T05:19:31.100Z++ [[ offline* != online ]]
7172026-07-14T05:19:31.100Z++ [[ 68 -gt 300 ]]
7182026-07-14T05:19:31.100Z++ sleep 1
7192026-07-14T05:19:32.102Z++ retry=69
7202026-07-14T05:19:32.105Z+++ svcs -Hostate baseline
7212026-07-14T05:19:32.119Z++ [[ offline* != online ]]
7222026-07-14T05:19:32.119Z++ [[ 69 -gt 300 ]]
7232026-07-14T05:19:32.119Z++ sleep 1
7242026-07-14T05:19:33.121Z++ retry=70
7252026-07-14T05:19:33.124Z+++ svcs -Hostate baseline
7262026-07-14T05:19:33.134Z++ [[ offline* != online ]]
7272026-07-14T05:19:33.134Z++ [[ 70 -gt 300 ]]
7282026-07-14T05:19:33.138Z++ sleep 1
7292026-07-14T05:19:34.137Z++ retry=71
7302026-07-14T05:19:34.142Z+++ svcs -Hostate baseline
7312026-07-14T05:19:34.153Z++ [[ offline* != online ]]
7322026-07-14T05:19:34.153Z++ [[ 71 -gt 300 ]]
7332026-07-14T05:19:34.153Z++ sleep 1
7342026-07-14T05:19:35.154Z++ retry=72
7352026-07-14T05:19:35.157Z+++ svcs -Hostate baseline
7362026-07-14T05:19:35.168Z++ [[ offline* != online ]]
7372026-07-14T05:19:35.168Z++ [[ 72 -gt 300 ]]
7382026-07-14T05:19:35.168Z++ sleep 1
7392026-07-14T05:19:36.184Z++ retry=73
7402026-07-14T05:19:36.197Z+++ svcs -Hostate baseline
7412026-07-14T05:19:36.198Z++ [[ offline* != online ]]
7422026-07-14T05:19:36.198Z++ [[ 73 -gt 300 ]]
7432026-07-14T05:19:36.198Z++ sleep 1
7442026-07-14T05:19:37.187Z++ retry=74
7452026-07-14T05:19:37.190Z+++ svcs -Hostate baseline
7462026-07-14T05:19:37.201Z++ [[ offline* != online ]]
7472026-07-14T05:19:37.204Z++ [[ 74 -gt 300 ]]
7482026-07-14T05:19:37.204Z++ sleep 1
7492026-07-14T05:19:38.202Z++ retry=75
7502026-07-14T05:19:38.207Z+++ svcs -Hostate baseline
7512026-07-14T05:19:38.218Z++ [[ offline* != online ]]
7522026-07-14T05:19:38.218Z++ [[ 75 -gt 300 ]]
7532026-07-14T05:19:38.221Z++ sleep 1
7542026-07-14T05:19:39.221Z++ retry=76
7552026-07-14T05:19:39.224Z+++ svcs -Hostate baseline
7562026-07-14T05:19:39.234Z++ [[ offline* != online ]]
7572026-07-14T05:19:39.234Z++ [[ 76 -gt 300 ]]
7582026-07-14T05:19:39.234Z++ sleep 1
7592026-07-14T05:19:40.236Z++ retry=77
7602026-07-14T05:19:40.239Z+++ svcs -Hostate baseline
7612026-07-14T05:19:40.251Z++ [[ offline* != online ]]
7622026-07-14T05:19:40.251Z++ [[ 77 -gt 300 ]]
7632026-07-14T05:19:40.251Z++ sleep 1
7642026-07-14T05:19:41.254Z++ retry=78
7652026-07-14T05:19:41.257Z+++ svcs -Hostate baseline
7662026-07-14T05:19:41.267Z++ [[ offline* != online ]]
7672026-07-14T05:19:41.267Z++ [[ 78 -gt 300 ]]
7682026-07-14T05:19:41.267Z++ sleep 1
7692026-07-14T05:19:42.269Z++ retry=79
7702026-07-14T05:19:42.272Z+++ svcs -Hostate baseline
7712026-07-14T05:19:42.284Z++ [[ offline* != online ]]
7722026-07-14T05:19:42.284Z++ [[ 79 -gt 300 ]]
7732026-07-14T05:19:42.284Z++ sleep 1
7742026-07-14T05:19:43.286Z++ retry=80
7752026-07-14T05:19:43.289Z+++ svcs -Hostate baseline
7762026-07-14T05:19:43.300Z++ [[ offline* != online ]]
7772026-07-14T05:19:43.300Z++ [[ 80 -gt 300 ]]
7782026-07-14T05:19:43.300Z++ sleep 1
7792026-07-14T05:19:44.302Z++ retry=81
7802026-07-14T05:19:44.305Z+++ svcs -Hostate baseline
7812026-07-14T05:19:44.317Z++ [[ offline* != online ]]
7822026-07-14T05:19:44.317Z++ [[ 81 -gt 300 ]]
7832026-07-14T05:19:44.317Z++ sleep 1
7842026-07-14T05:19:45.319Z++ retry=82
7852026-07-14T05:19:45.322Z+++ svcs -Hostate baseline
7862026-07-14T05:19:45.333Z++ [[ offline* != online ]]
7872026-07-14T05:19:45.334Z++ [[ 82 -gt 300 ]]
7882026-07-14T05:19:45.334Z++ sleep 1
7892026-07-14T05:19:46.335Z++ retry=83
7902026-07-14T05:19:46.339Z+++ svcs -Hostate baseline
7912026-07-14T05:19:46.350Z++ [[ offline* != online ]]
7922026-07-14T05:19:46.350Z++ [[ 83 -gt 300 ]]
7932026-07-14T05:19:46.350Z++ sleep 1
7942026-07-14T05:19:47.353Z++ retry=84
7952026-07-14T05:19:47.357Z+++ svcs -Hostate baseline
7962026-07-14T05:19:47.367Z++ [[ offline* != online ]]
7972026-07-14T05:19:47.367Z++ [[ 84 -gt 300 ]]
7982026-07-14T05:19:47.367Z++ sleep 1
7992026-07-14T05:19:48.369Z++ retry=85
8002026-07-14T05:19:48.372Z+++ svcs -Hostate baseline
8012026-07-14T05:19:48.383Z++ [[ offline* != online ]]
8022026-07-14T05:19:48.384Z++ [[ 85 -gt 300 ]]
8032026-07-14T05:19:48.384Z++ sleep 1
8042026-07-14T05:19:49.385Z++ retry=86
8052026-07-14T05:19:49.389Z+++ svcs -Hostate baseline
8062026-07-14T05:19:49.400Z++ [[ offline* != online ]]
8072026-07-14T05:19:49.400Z++ [[ 86 -gt 300 ]]
8082026-07-14T05:19:49.400Z++ sleep 1
8092026-07-14T05:19:50.428Z++ retry=87
8102026-07-14T05:19:50.442Z+++ svcs -Hostate baseline
8112026-07-14T05:19:50.442Z++ [[ offline* != online ]]
8122026-07-14T05:19:50.442Z++ [[ 87 -gt 300 ]]
8132026-07-14T05:19:50.442Z++ sleep 1
8142026-07-14T05:19:51.440Z++ retry=88
8152026-07-14T05:19:51.492Z+++ svcs -Hostate baseline
8162026-07-14T05:19:51.492Z++ [[ offline* != online ]]
8172026-07-14T05:19:51.492Z++ [[ 88 -gt 300 ]]
8182026-07-14T05:19:51.493Z++ sleep 1
8192026-07-14T05:19:52.436Z++ retry=89
8202026-07-14T05:19:52.439Z+++ svcs -Hostate baseline
8212026-07-14T05:19:52.450Z++ [[ offline* != online ]]
8222026-07-14T05:19:52.450Z++ [[ 89 -gt 300 ]]
8232026-07-14T05:19:52.450Z++ sleep 1
8242026-07-14T05:19:53.452Z++ retry=90
8252026-07-14T05:19:53.455Z+++ svcs -Hostate baseline
8262026-07-14T05:19:53.472Z++ [[ offline* != online ]]
8272026-07-14T05:19:53.472Z++ [[ 90 -gt 300 ]]
8282026-07-14T05:19:53.472Z++ sleep 1
8292026-07-14T05:19:54.475Z++ retry=91
8302026-07-14T05:19:54.478Z+++ svcs -Hostate baseline
8312026-07-14T05:19:54.489Z++ [[ offline* != online ]]
8322026-07-14T05:19:54.490Z++ [[ 91 -gt 300 ]]
8332026-07-14T05:19:54.490Z++ sleep 1
8342026-07-14T05:19:55.491Z++ retry=92
8352026-07-14T05:19:55.494Z+++ svcs -Hostate baseline
8362026-07-14T05:19:55.505Z++ [[ offline* != online ]]
8372026-07-14T05:19:55.505Z++ [[ 92 -gt 300 ]]
8382026-07-14T05:19:55.505Z++ sleep 1
8392026-07-14T05:19:56.506Z++ retry=93
8402026-07-14T05:19:56.509Z+++ svcs -Hostate baseline
8412026-07-14T05:19:56.521Z++ [[ offline* != online ]]
8422026-07-14T05:19:56.521Z++ [[ 93 -gt 300 ]]
8432026-07-14T05:19:56.522Z++ sleep 1
8442026-07-14T05:19:57.523Z++ retry=94
8452026-07-14T05:19:57.526Z+++ svcs -Hostate baseline
8462026-07-14T05:19:57.538Z++ [[ offline* != online ]]
8472026-07-14T05:19:57.538Z++ [[ 94 -gt 300 ]]
8482026-07-14T05:19:57.538Z++ sleep 1
8492026-07-14T05:19:58.540Z++ retry=95
8502026-07-14T05:19:58.549Z+++ svcs -Hostate baseline
8512026-07-14T05:19:58.565Z++ [[ offline* != online ]]
8522026-07-14T05:19:58.565Z++ [[ 95 -gt 300 ]]
8532026-07-14T05:19:58.565Z++ sleep 1
8542026-07-14T05:19:59.565Z++ retry=96
8552026-07-14T05:19:59.576Z+++ svcs -Hostate baseline
8562026-07-14T05:19:59.586Z++ [[ offline* != online ]]
8572026-07-14T05:19:59.586Z++ [[ 96 -gt 300 ]]
8582026-07-14T05:19:59.586Z++ sleep 1
8592026-07-14T05:20:00.573Z++ retry=97
8602026-07-14T05:20:00.578Z+++ svcs -Hostate baseline
8612026-07-14T05:20:00.589Z++ [[ offline* != online ]]
8622026-07-14T05:20:00.589Z++ [[ 97 -gt 300 ]]
8632026-07-14T05:20:00.589Z++ sleep 1
8642026-07-14T05:20:01.590Z++ retry=98
8652026-07-14T05:20:01.593Z+++ svcs -Hostate baseline
8662026-07-14T05:20:01.604Z++ [[ offline* != online ]]
8672026-07-14T05:20:01.604Z++ [[ 98 -gt 300 ]]
8682026-07-14T05:20:01.604Z++ sleep 1
8692026-07-14T05:20:02.621Z++ retry=99
8702026-07-14T05:20:02.628Z+++ svcs -Hostate baseline
8712026-07-14T05:20:02.628Z++ [[ offline* != online ]]
8722026-07-14T05:20:02.628Z++ [[ 99 -gt 300 ]]
8732026-07-14T05:20:02.628Z++ sleep 1
8742026-07-14T05:20:03.641Z++ retry=100
8752026-07-14T05:20:03.662Z+++ svcs -Hostate baseline
8762026-07-14T05:20:03.662Z++ [[ offline* != online ]]
8772026-07-14T05:20:03.662Z++ [[ 100 -gt 300 ]]
8782026-07-14T05:20:03.662Z++ sleep 1
8792026-07-14T05:20:04.639Z++ retry=101
8802026-07-14T05:20:04.642Z+++ svcs -Hostate baseline
8812026-07-14T05:20:04.653Z++ [[ offline* != online ]]
8822026-07-14T05:20:04.653Z++ [[ 101 -gt 300 ]]
8832026-07-14T05:20:04.657Z++ sleep 1
8842026-07-14T05:20:05.655Z++ retry=102
8852026-07-14T05:20:05.658Z+++ svcs -Hostate baseline
8862026-07-14T05:20:05.669Z++ [[ offline* != online ]]
8872026-07-14T05:20:05.669Z++ [[ 102 -gt 300 ]]
8882026-07-14T05:20:05.672Z++ sleep 1
8892026-07-14T05:20:06.671Z++ retry=103
8902026-07-14T05:20:06.674Z+++ svcs -Hostate baseline
8912026-07-14T05:20:06.686Z++ [[ offline* != online ]]
8922026-07-14T05:20:06.689Z++ [[ 103 -gt 300 ]]
8932026-07-14T05:20:06.689Z++ sleep 1
8942026-07-14T05:20:07.687Z++ retry=104
8952026-07-14T05:20:07.690Z+++ svcs -Hostate baseline
8962026-07-14T05:20:07.702Z++ [[ offline* != online ]]
8972026-07-14T05:20:07.702Z++ [[ 104 -gt 300 ]]
8982026-07-14T05:20:07.702Z++ sleep 1
8992026-07-14T05:20:08.704Z++ retry=105
9002026-07-14T05:20:08.708Z+++ svcs -Hostate baseline
9012026-07-14T05:20:08.718Z++ [[ offline* != online ]]
9022026-07-14T05:20:08.718Z++ [[ 105 -gt 300 ]]
9032026-07-14T05:20:08.718Z++ sleep 1
9042026-07-14T05:20:09.720Z++ retry=106
9052026-07-14T05:20:09.723Z+++ svcs -Hostate baseline
9062026-07-14T05:20:09.736Z++ [[ online != online ]]
9072026-07-14T05:20:09.736Z++ set -o errexit
9082026-07-14T05:20:09.739Z++ set -o pipefail
9092026-07-14T05:20:09.739Z++ banner build
9102026-07-14T05:20:09.739Z
9112026-07-14T05:20:09.739Z ##### # # # # #####
9122026-07-14T05:20:09.739Z # # # # # # # #
9132026-07-14T05:20:09.739Z ##### # # # # # #
9142026-07-14T05:20:09.739Z # # # # # # # #
9152026-07-14T05:20:09.739Z # # # # # # # #
9162026-07-14T05:20:09.739Z ##### #### # ###### #####
9172026-07-14T05:20:09.740Z
9182026-07-14T05:20:09.740Z++ cargo build --release --bin ddmd --bin ddmadm
9192026-07-14T05:20:09.743Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9202026-07-14T05:20:09.887Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9212026-07-14T05:20:09.890Zinfo: downloading 6 components
9222026-07-14T05:20:24.213Z Updating git repository `https://github.com/oxidecomputer/falcon`
9232026-07-14T05:20:25.041ZFrom https://github.com/oxidecomputer/falcon
9242026-07-14T05:20:25.041Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9252026-07-14T05:20:25.120Z Updating crates.io index
9262026-07-14T05:20:25.123Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9272026-07-14T05:20:25.511ZFrom https://github.com/oxidecomputer/dendrite
9282026-07-14T05:20:25.511Z * [new ref] f9fba02fd5351f468b15bda21d83d6dedae90818 -> refs/commit/f9fba02fd5351f468b15bda21d83d6dedae90818
9292026-07-14T05:20:25.547Z Updating git repository `https://github.com/oxidecomputer/ispf`
9302026-07-14T05:20:25.809ZFrom https://github.com/oxidecomputer/ispf
9312026-07-14T05:20:25.809Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9322026-07-14T05:20:25.815Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9332026-07-14T05:20:26.134ZFrom https://github.com/oxidecomputer/netadm-sys
9342026-07-14T05:20:26.134Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9352026-07-14T05:20:26.141Z Updating git repository `https://github.com/oxidecomputer/omicron`
9362026-07-14T05:20:32.009ZFrom https://github.com/oxidecomputer/omicron
9372026-07-14T05:20:32.009Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9382026-07-14T05:20:32.445Z Updating git repository `https://github.com/oxidecomputer/opte`
9392026-07-14T05:20:33.177ZFrom https://github.com/oxidecomputer/opte
9402026-07-14T05:20:33.177Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
9412026-07-14T05:20:33.207Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9422026-07-14T05:20:33.457ZFrom https://github.com/oxidecomputer/slog-error-chain
9432026-07-14T05:20:33.457Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9442026-07-14T05:20:33.466Z Updating git repository `https://github.com/illumos/smf-rs`
9452026-07-14T05:20:33.727ZFrom https://github.com/illumos/smf-rs
9462026-07-14T05:20:33.728Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9472026-07-14T05:20:33.735Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9482026-07-14T05:20:34.032ZFrom https://github.com/oxidecomputer/network-interface
9492026-07-14T05:20:34.032Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9502026-07-14T05:20:34.038Z Updating git repository `https://github.com/oxidecomputer/zone`
9512026-07-14T05:20:34.331ZFrom https://github.com/oxidecomputer/zone
9522026-07-14T05:20:34.331Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9532026-07-14T05:20:34.338Z Updating git repository `https://github.com/oxidecomputer/propolis`
9542026-07-14T05:20:34.989ZFrom https://github.com/oxidecomputer/propolis
9552026-07-14T05:20:34.989Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9562026-07-14T05:20:35.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9572026-07-14T05:20:35.548ZFrom https://github.com/oxidecomputer/transceiver-control
9582026-07-14T05:20:35.548Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9592026-07-14T05:20:35.557Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9602026-07-14T05:20:35.835ZFrom https://github.com/oxidecomputer/dlpi-sys
9612026-07-14T05:20:35.835Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9622026-07-14T05:20:35.841Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9632026-07-14T05:20:36.110ZFrom https://github.com/jmesmon/rust-libzfs
9642026-07-14T05:20:36.110Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9652026-07-14T05:20:36.116Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9662026-07-14T05:20:36.369ZFrom https://github.com/oxidecomputer/rusty-doors
9672026-07-14T05:20:36.369Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9682026-07-14T05:20:36.374Z Updating git repository `https://github.com/oxidecomputer/lldp`
9692026-07-14T05:20:36.732ZFrom https://github.com/oxidecomputer/lldp
9702026-07-14T05:20:36.732Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9712026-07-14T05:20:36.742Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9722026-07-14T05:20:37.055ZFrom https://github.com/oxidecomputer/tufaceous
9732026-07-14T05:20:37.055Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9742026-07-14T05:20:37.151Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9752026-07-14T05:20:37.558ZFrom https://github.com/oxidecomputer/management-gateway-service
9762026-07-14T05:20:37.558Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9772026-07-14T05:20:37.571Z Updating git repository `https://github.com/oxidecomputer/crucible`
9782026-07-14T05:20:38.604ZFrom https://github.com/oxidecomputer/crucible
9792026-07-14T05:20:38.604Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9802026-07-14T05:20:38.647Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9812026-07-14T05:20:38.902ZFrom https://github.com/oxidecomputer/serde_human_bytes
9822026-07-14T05:20:38.902Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9832026-07-14T05:20:38.911Z Updating git repository `https://github.com/oxidecomputer/propolis`
9842026-07-14T05:20:39.323ZFrom https://github.com/oxidecomputer/propolis
9852026-07-14T05:20:39.324Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9862026-07-14T05:20:39.367Z Updating git repository `https://github.com/oxidecomputer/crucible`
9872026-07-14T05:20:40.096ZFrom https://github.com/oxidecomputer/crucible
9882026-07-14T05:20:40.096Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9892026-07-14T05:20:40.158Z Updating git repository `https://github.com/oxidecomputer/tofino`
9902026-07-14T05:20:40.530ZFrom https://github.com/oxidecomputer/tofino
9912026-07-14T05:20:40.530Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9922026-07-14T05:20:40.539Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9932026-07-14T05:20:41.464ZFrom https://github.com/oxidecomputer/maghemite
9942026-07-14T05:20:41.464Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9952026-07-14T05:20:41.495Z Updating git repository `https://github.com/oxidecomputer/clickward`
9962026-07-14T05:20:41.778ZFrom https://github.com/oxidecomputer/clickward
9972026-07-14T05:20:41.778Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9982026-07-14T05:20:41.789Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9992026-07-14T05:20:42.040ZFrom https://github.com/oxidecomputer/illumos-devinfo
10002026-07-14T05:20:42.040Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10012026-07-14T05:20:44.151Z Downloading crates ...
10022026-07-14T05:20:44.223Z Downloaded async-recursion v1.1.1
10032026-07-14T05:20:44.227Z Downloaded compression-core v0.4.32
10042026-07-14T05:20:44.230Z Downloaded adler2 v2.0.1
10052026-07-14T05:20:44.230Z Downloaded camino v1.2.4
10062026-07-14T05:20:44.230Z Downloaded colorchoice v1.0.5
10072026-07-14T05:20:44.233Z Downloaded argon2 v0.5.3
10082026-07-14T05:20:44.233Z Downloaded anstyle v1.0.14
10092026-07-14T05:20:44.236Z Downloaded critical-section v1.2.0
10102026-07-14T05:20:44.236Z Downloaded fnv v1.0.7
10112026-07-14T05:20:44.239Z Downloaded async-compression v0.4.42
10122026-07-14T05:20:44.242Z Downloaded bitflags v1.3.2
10132026-07-14T05:20:44.246Z Downloaded base16ct v0.2.0
10142026-07-14T05:20:44.249Z Downloaded async-stream v0.3.6
10152026-07-14T05:20:44.252Z Downloaded drift v0.2.0
10162026-07-14T05:20:44.257Z Downloaded foreign-types v0.3.2
10172026-07-14T05:20:44.260Z Downloaded embedded-io v0.6.1
10182026-07-14T05:20:44.260Z Downloaded dropshot-api-manager-types v0.7.2
10192026-07-14T05:20:44.263Z Downloaded bit-vec v0.8.0
10202026-07-14T05:20:44.263Z Downloaded fixedbitset v0.5.7
10212026-07-14T05:20:44.263Z Downloaded float-ord v0.3.2
10222026-07-14T05:20:44.266Z Downloaded displaydoc v0.2.6
10232026-07-14T05:20:44.266Z Downloaded cfg-if v1.0.4
10242026-07-14T05:20:44.266Z Downloaded dunce v1.0.5
10252026-07-14T05:20:44.269Z Downloaded darling_macro v0.23.0
10262026-07-14T05:20:44.269Z Downloaded darling_macro v0.21.3
10272026-07-14T05:20:44.269Z Downloaded futures-task v0.3.32
10282026-07-14T05:20:44.269Z Downloaded dyn-clone v1.0.20
10292026-07-14T05:20:44.272Z Downloaded fixedbitset v0.4.2
10302026-07-14T05:20:44.272Z Downloaded dof v0.3.0
10312026-07-14T05:20:44.272Z Downloaded bitflags v2.12.1
10322026-07-14T05:20:44.275Z Downloaded cfg_aliases v0.2.1
10332026-07-14T05:20:44.275Z Downloaded bytecount v0.6.9
10342026-07-14T05:20:44.278Z Downloaded equivalent v1.0.2
10352026-07-14T05:20:44.278Z Downloaded enum-as-inner v0.6.1
10362026-07-14T05:20:44.281Z Downloaded chacha20 v0.9.1
10372026-07-14T05:20:44.281Z Downloaded anstyle-parse v1.0.0
10382026-07-14T05:20:44.285Z Downloaded cancel-safe-futures v0.1.5
10392026-07-14T05:20:44.285Z Downloaded foreign-types-shared v0.1.1
10402026-07-14T05:20:44.285Z Downloaded dropshot-api-manager v0.7.2
10412026-07-14T05:20:44.288Z Downloaded dof v0.4.0
10422026-07-14T05:20:44.291Z Downloaded gethostname v0.5.0
10432026-07-14T05:20:44.291Z Downloaded defmt v0.3.100
10442026-07-14T05:20:44.291Z Downloaded base16ct v1.0.0
10452026-07-14T05:20:44.294Z Downloaded async-stream-impl v0.3.6
10462026-07-14T05:20:44.294Z Downloaded aead v0.5.2
10472026-07-14T05:20:44.294Z Downloaded camino-tempfile v1.4.1
10482026-07-14T05:20:44.297Z Downloaded errno v0.3.14
10492026-07-14T05:20:44.297Z Downloaded bit-set v0.8.0
10502026-07-14T05:20:44.297Z Downloaded defmt-parser v1.0.0
10512026-07-14T05:20:44.300Z Downloaded debug-ignore v1.0.5
10522026-07-14T05:20:44.300Z Downloaded foldhash v0.1.5
10532026-07-14T05:20:44.300Z Downloaded byte-wrapper v0.1.0
10542026-07-14T05:20:44.303Z Downloaded base64ct v1.8.3
10552026-07-14T05:20:44.303Z Downloaded derive-ex v0.1.8
10562026-07-14T05:20:44.308Z Downloaded digest v0.11.3
10572026-07-14T05:20:44.308Z Downloaded byteorder v1.5.0
10582026-07-14T05:20:44.311Z Downloaded find-msvc-tools v0.1.9
10592026-07-14T05:20:44.311Z Downloaded const-random v0.1.18
10602026-07-14T05:20:44.311Z Downloaded ciborium-ll v0.2.2
10612026-07-14T05:20:44.311Z Downloaded data-encoding v2.11.0
10622026-07-14T05:20:44.311Z Downloaded block-buffer v0.10.4
10632026-07-14T05:20:44.311Z Downloaded foreign-types v0.5.0
10642026-07-14T05:20:44.314Z Downloaded bs58 v0.5.1
10652026-07-14T05:20:44.315Z Downloaded ciborium-io v0.2.2
10662026-07-14T05:20:44.317Z Downloaded hostname v0.3.1
10672026-07-14T05:20:44.321Z Downloaded crc8 v0.1.1
10682026-07-14T05:20:44.321Z Downloaded cpufeatures v0.3.0
10692026-07-14T05:20:44.321Z Downloaded form_urlencoded v1.2.2
10702026-07-14T05:20:44.324Z Downloaded foldhash v0.2.0
10712026-07-14T05:20:44.324Z Downloaded convert_case v0.4.0
10722026-07-14T05:20:44.324Z Downloaded cstr-argument v0.1.2
10732026-07-14T05:20:44.324Z Downloaded cobs v0.3.0
10742026-07-14T05:20:44.327Z Downloaded block-buffer v0.12.0
10752026-07-14T05:20:44.327Z Downloaded heck v0.5.0
10762026-07-14T05:20:44.327Z Downloaded hostname v0.4.2
10772026-07-14T05:20:44.330Z Downloaded git-stub v1.0.0
10782026-07-14T05:20:44.330Z Downloaded crypto-common v0.1.7
10792026-07-14T05:20:44.330Z Downloaded fxhash v0.2.1
10802026-07-14T05:20:44.330Z Downloaded dtrace-parser v0.3.0
10812026-07-14T05:20:44.333Z Downloaded atomic-waker v1.1.2
10822026-07-14T05:20:44.334Z Downloaded atomicwrites v0.4.4
10832026-07-14T05:20:44.334Z Downloaded hubpack v0.1.2
10842026-07-14T05:20:44.334Z Downloaded generic-array v0.14.7
10852026-07-14T05:20:44.336Z Downloaded dtrace-parser v0.2.0
10862026-07-14T05:20:44.336Z Downloaded anstyle-query v1.1.5
10872026-07-14T05:20:44.337Z Downloaded httpdate v1.0.3
10882026-07-14T05:20:44.339Z Downloaded heck v0.4.1
10892026-07-14T05:20:44.343Z Downloaded futures-sink v0.3.32
10902026-07-14T05:20:44.343Z Downloaded clap_lex v1.1.0
10912026-07-14T05:20:44.343Z Downloaded foreign-types-shared v0.3.1
10922026-07-14T05:20:44.346Z Downloaded crunchy v0.2.4
10932026-07-14T05:20:44.346Z Downloaded hex v0.4.3
10942026-07-14T05:20:44.346Z Downloaded crucible-workspace-hack v0.1.0
10952026-07-14T05:20:44.346Z Downloaded const-random-macro v0.1.16
10962026-07-14T05:20:44.349Z Downloaded futures-macro v0.3.32
10972026-07-14T05:20:44.349Z Downloaded futures-executor v0.3.32
10982026-07-14T05:20:44.349Z Downloaded ff v0.13.1
10992026-07-14T05:20:44.349Z Downloaded fastrand v2.4.1
11002026-07-14T05:20:44.352Z Downloaded embedded-io v0.4.0
11012026-07-14T05:20:44.352Z Downloaded hubpack_derive v0.1.1
11022026-07-14T05:20:44.352Z Downloaded hash32 v0.3.1
11032026-07-14T05:20:44.355Z Downloaded http-body v1.0.1
11042026-07-14T05:20:44.355Z Downloaded indent_write v2.2.0
11052026-07-14T05:20:44.355Z Downloaded async-trait v0.1.89
11062026-07-14T05:20:44.358Z Downloaded either v1.16.0
11072026-07-14T05:20:44.358Z Downloaded curve25519-dalek-derive v0.1.1
11082026-07-14T05:20:44.361Z Downloaded is_ci v1.2.0
11092026-07-14T05:20:44.361Z Downloaded inout v0.1.4
11102026-07-14T05:20:44.364Z Downloaded derive_more v0.99.20
11112026-07-14T05:20:44.367Z Downloaded glob v0.3.3
11122026-07-14T05:20:44.367Z Downloaded deranged v0.5.8
11132026-07-14T05:20:44.370Z Downloaded futures-io v0.3.32
11142026-07-14T05:20:44.370Z Downloaded erased-serde v0.3.31
11152026-07-14T05:20:44.373Z Downloaded defmt v1.1.0
11162026-07-14T05:20:44.373Z Downloaded group v0.13.0
11172026-07-14T05:20:44.376Z Downloaded bcs v0.1.6
11182026-07-14T05:20:44.376Z Downloaded const_format_proc_macros v0.2.34
11192026-07-14T05:20:44.379Z Downloaded idna_adapter v1.2.2
11202026-07-14T05:20:44.379Z Downloaded instant v0.1.13
11212026-07-14T05:20:44.382Z Downloaded dropshot_endpoint v0.17.1
11222026-07-14T05:20:44.382Z Downloaded konst_macro_rules v0.2.19
11232026-07-14T05:20:44.385Z Downloaded is_terminal_polyfill v1.70.2
11242026-07-14T05:20:44.385Z Downloaded itoa v1.0.18
11252026-07-14T05:20:44.385Z Downloaded futures-core v0.3.32
11262026-07-14T05:20:44.388Z Downloaded keccak v0.1.6
11272026-07-14T05:20:44.388Z Downloaded is-terminal v0.4.17
11282026-07-14T05:20:44.388Z Downloaded libscf-sys v1.2.0
11292026-07-14T05:20:44.388Z Downloaded foreign-types-macros v0.2.3
11302026-07-14T05:20:44.391Z Downloaded autocfg v1.5.1
11312026-07-14T05:20:44.391Z Downloaded crypto-common v0.2.2
11322026-07-14T05:20:44.391Z Downloaded anstream v1.0.0
11332026-07-14T05:20:44.394Z Downloaded highway v1.3.0
11342026-07-14T05:20:44.394Z Downloaded lazy_static v1.5.0
11352026-07-14T05:20:44.397Z Downloaded daft v0.1.7
11362026-07-14T05:20:44.397Z Downloaded crossbeam-deque v0.8.6
11372026-07-14T05:20:44.400Z Downloaded cpufeatures v0.2.17
11382026-07-14T05:20:44.400Z Downloaded cmake v0.1.58
11392026-07-14T05:20:44.400Z Downloaded cipher v0.4.4
11402026-07-14T05:20:44.403Z Downloaded lru-cache v0.1.2
11412026-07-14T05:20:44.403Z Downloaded git-stub-vcs v0.1.0
11422026-07-14T05:20:44.403Z Downloaded macaddr v1.0.1
11432026-07-14T05:20:44.406Z Downloaded http-body-util v0.1.4
11442026-07-14T05:20:44.406Z Downloaded globset v0.4.18
11452026-07-14T05:20:44.408Z Downloaded fs-err v3.3.0
11462026-07-14T05:20:44.408Z Downloaded fs_extra v1.3.0
11472026-07-14T05:20:44.411Z Downloaded daft-derive v0.1.7
11482026-07-14T05:20:44.414Z Downloaded ident_case v1.0.1
11492026-07-14T05:20:44.414Z Downloaded compression-codecs v0.4.38
11502026-07-14T05:20:44.417Z Downloaded internet-checksum v0.2.1
11512026-07-14T05:20:44.417Z Downloaded match_cfg v0.1.0
11522026-07-14T05:20:44.417Z Downloaded ingot-types v0.1.2
11532026-07-14T05:20:44.417Z Downloaded managed v0.8.0
11542026-07-14T05:20:44.420Z Downloaded linked-hash-map v0.5.6
11552026-07-14T05:20:44.420Z Downloaded newline-converter v0.3.0
11562026-07-14T05:20:44.420Z Downloaded mime v0.3.17
11572026-07-14T05:20:44.423Z Downloaded ipnetwork v0.21.1
11582026-07-14T05:20:44.423Z Downloaded derive-where v1.6.1
11592026-07-14T05:20:44.427Z Downloaded ahash v0.8.12
11602026-07-14T05:20:44.427Z Downloaded hmac v0.12.1
11612026-07-14T05:20:44.429Z Downloaded darling v0.23.0
11622026-07-14T05:20:44.433Z Downloaded num v0.4.3
11632026-07-14T05:20:44.433Z Downloaded newtype_derive v0.1.6
11642026-07-14T05:20:44.435Z Downloaded natord v1.0.9
11652026-07-14T05:20:44.436Z Downloaded memoffset v0.9.1
11662026-07-14T05:20:44.436Z Downloaded crossbeam-epoch v0.9.18
11672026-07-14T05:20:44.438Z Downloaded num-conv v0.2.2
11682026-07-14T05:20:44.439Z Downloaded memmap v0.7.0
11692026-07-14T05:20:44.439Z Downloaded no-std-compat v0.4.1
11702026-07-14T05:20:44.441Z Downloaded chacha20 v0.10.0
11712026-07-14T05:20:44.441Z Downloaded openssl-macros v0.1.1
11722026-07-14T05:20:44.441Z Downloaded opaque-debug v0.3.1
11732026-07-14T05:20:44.444Z Downloaded num_threads v0.1.7
11742026-07-14T05:20:44.444Z Downloaded olpc-cjson v0.1.4
11752026-07-14T05:20:44.445Z Downloaded aho-corasick v1.1.4
11762026-07-14T05:20:44.447Z Downloaded futures-channel v0.3.32
11772026-07-14T05:20:44.450Z Downloaded omicron-workspace-hack v0.1.0
11782026-07-14T05:20:44.450Z Downloaded num_enum_derive v0.5.11
11792026-07-14T05:20:44.450Z Downloaded ipnet v2.12.0
11802026-07-14T05:20:44.453Z Downloaded num-iter v0.1.45
11812026-07-14T05:20:44.453Z Downloaded newtype-uuid-macros v0.1.0
11822026-07-14T05:20:44.453Z Downloaded darling v0.21.3
11832026-07-14T05:20:44.456Z Downloaded openssl-probe v0.2.1
11842026-07-14T05:20:44.459Z Downloaded num-derive v0.4.2
11852026-07-14T05:20:44.459Z Downloaded linear-map v1.2.0
11862026-07-14T05:20:44.459Z Downloaded libsw-core v0.3.2
11872026-07-14T05:20:44.463Z Downloaded console v0.16.3
11882026-07-14T05:20:44.463Z Downloaded darling_core v0.21.3
11892026-07-14T05:20:44.466Z Downloaded lock_api v0.4.14
11902026-07-14T05:20:44.469Z Downloaded getrandom v0.2.17
11912026-07-14T05:20:44.469Z Downloaded crc32fast v1.5.0
11922026-07-14T05:20:44.472Z Downloaded crossbeam-utils v0.8.21
11932026-07-14T05:20:44.472Z Downloaded ingot-macros v0.1.1
11942026-07-14T05:20:44.472Z Downloaded anyhow v1.0.103
11952026-07-14T05:20:44.475Z Downloaded blake2 v0.10.6
11962026-07-14T05:20:44.479Z Downloaded backoff v0.4.0
11972026-07-14T05:20:44.479Z Downloaded percent-encoding v2.3.2
11982026-07-14T05:20:44.481Z Downloaded console v0.15.11
11992026-07-14T05:20:44.481Z Downloaded lru-slab v0.1.2
12002026-07-14T05:20:44.482Z Downloaded libsw v3.5.0
12012026-07-14T05:20:44.485Z Downloaded iana-time-zone v0.1.65
12022026-07-14T05:20:44.485Z Downloaded httparse v1.10.1
12032026-07-14T05:20:44.487Z Downloaded parse-display v0.10.0
12042026-07-14T05:20:44.487Z Downloaded cookie v0.18.1
12052026-07-14T05:20:44.490Z Downloaded cargo_toml v0.22.3
12062026-07-14T05:20:44.490Z Downloaded clap_derive v4.6.1
12072026-07-14T05:20:44.494Z Downloaded ciborium v0.2.2
12082026-07-14T05:20:44.494Z Downloaded darling_core v0.23.0
12092026-07-14T05:20:44.497Z Downloaded phf_shared v0.12.1
12102026-07-14T05:20:44.497Z Downloaded backon v1.6.0
12112026-07-14T05:20:44.500Z Downloaded proc-macro-error-attr2 v2.0.0
12122026-07-14T05:20:44.500Z Downloaded potential_utf v0.1.5
12132026-07-14T05:20:44.500Z Downloaded proc-macro-error-attr v1.0.4
12142026-07-14T05:20:44.503Z Downloaded arc-swap v1.9.1
12152026-07-14T05:20:44.505Z Downloaded proc-macro-crate v1.3.1
12162026-07-14T05:20:44.505Z Downloaded half v2.7.1
12172026-07-14T05:20:44.509Z Downloaded futures v0.3.32
12182026-07-14T05:20:44.512Z Downloaded getrandom v0.4.2
12192026-07-14T05:20:44.512Z Downloaded oxide-tokio-rt v0.1.6
12202026-07-14T05:20:44.515Z Downloaded proc-macro-crate v3.5.0
12212026-07-14T05:20:44.515Z Downloaded num-complex v0.4.6
12222026-07-14T05:20:44.517Z Downloaded getrandom v0.3.4
12232026-07-14T05:20:44.517Z Downloaded progenitor-client v0.10.0
12242026-07-14T05:20:44.520Z Downloaded oxnet v0.1.6
12252026-07-14T05:20:44.520Z Downloaded jobserver v0.1.34
12262026-07-14T05:20:44.523Z Downloaded progenitor-macro v0.13.0
12272026-07-14T05:20:44.523Z Downloaded num-rational v0.4.2
12282026-07-14T05:20:44.523Z Downloaded progenitor-macro v0.10.0
12292026-07-14T05:20:44.523Z Downloaded clap v4.6.1
12302026-07-14T05:20:44.529Z Downloaded progenitor-macro v0.14.0
12312026-07-14T05:20:44.532Z Downloaded num_enum v0.7.6
12322026-07-14T05:20:44.534Z Downloaded indexmap v1.9.3
12332026-07-14T05:20:44.534Z Downloaded icu_properties v2.2.0
12342026-07-14T05:20:44.537Z Downloaded rand_xorshift v0.4.0
12352026-07-14T05:20:44.537Z Downloaded allocator-api2 v0.2.21
12362026-07-14T05:20:44.540Z Downloaded paste v1.0.15
12372026-07-14T05:20:44.543Z Downloaded rand_chacha v0.3.1
12382026-07-14T05:20:44.543Z Downloaded colored v3.1.1
12392026-07-14T05:20:44.546Z Downloaded quick-error v1.2.3
12402026-07-14T05:20:44.546Z Downloaded phf v0.12.1
12412026-07-14T05:20:44.546Z Downloaded elliptic-curve v0.13.8
12422026-07-14T05:20:44.552Z Downloaded hybrid-array v0.4.12
12432026-07-14T05:20:44.554Z Downloaded heapless v0.8.0
12442026-07-14T05:20:44.554Z Downloaded parse-display-derive v0.10.0
12452026-07-14T05:20:44.554Z Downloaded num_enum v0.5.11
12462026-07-14T05:20:44.557Z Downloaded const-oid v0.10.2
12472026-07-14T05:20:44.557Z Downloaded ref-cast v1.0.25
12482026-07-14T05:20:44.560Z Downloaded pem v3.0.6
12492026-07-14T05:20:44.560Z Downloaded litemap v0.8.2
12502026-07-14T05:20:44.563Z Downloaded port-file v0.1.0
12512026-07-14T05:20:44.563Z Downloaded poly1305 v0.8.0
12522026-07-14T05:20:44.566Z Downloaded proc-macro-error2 v2.0.1
12532026-07-14T05:20:44.569Z Downloaded pkg-config v0.3.33
12542026-07-14T05:20:44.569Z Downloaded pin-project-lite v0.2.17
12552026-07-14T05:20:44.572Z Downloaded pin-project-internal v1.1.13
12562026-07-14T05:20:44.575Z Downloaded memmap2 v0.9.10
12572026-07-14T05:20:44.575Z Downloaded progenitor v0.10.0
12582026-07-14T05:20:44.575Z Downloaded ppv-lite86 v0.2.21
12592026-07-14T05:20:44.578Z Downloaded base64 v0.21.7
12602026-07-14T05:20:44.578Z Downloaded multer v3.1.0
12612026-07-14T05:20:44.581Z Downloaded powerfmt v0.2.0
12622026-07-14T05:20:44.581Z Downloaded once_cell v1.21.4
12632026-07-14T05:20:44.584Z Downloaded rustc_version v0.1.7
12642026-07-14T05:20:44.584Z Downloaded rustc-hash v2.1.2
12652026-07-14T05:20:44.584Z Downloaded progenitor-extras v0.2.0
12662026-07-14T05:20:44.587Z Downloaded progenitor-client v0.14.0
12672026-07-14T05:20:44.587Z Downloaded progenitor-client v0.13.0
12682026-07-14T05:20:44.587Z Downloaded owo-colors v4.3.0
12692026-07-14T05:20:44.590Z Downloaded log v0.4.32
12702026-07-14T05:20:44.590Z Downloaded rustc_version v0.4.1
12712026-07-14T05:20:44.595Z Downloaded proc-macro-error v1.0.4
12722026-07-14T05:20:44.595Z Downloaded num-integer v0.1.46
12732026-07-14T05:20:44.595Z Downloaded parking_lot_core v0.9.12
12742026-07-14T05:20:44.598Z Downloaded icu_normalizer_data v2.2.0
12752026-07-14T05:20:44.598Z Downloaded parking_lot_core v0.8.6
12762026-07-14T05:20:44.598Z Downloaded parking_lot v0.11.2
12772026-07-14T05:20:44.605Z Downloaded icu_locale_core v2.2.0
12782026-07-14T05:20:44.609Z Downloaded progenitor v0.13.0
12792026-07-14T05:20:44.609Z Downloaded flate2 v1.1.9
12802026-07-14T05:20:44.609Z Downloaded same-file v1.0.6
12812026-07-14T05:20:44.614Z Downloaded scopeguard v1.2.0
12822026-07-14T05:20:44.614Z Downloaded expectorate v1.2.0
12832026-07-14T05:20:44.614Z Downloaded scroll_derive v0.12.1
12842026-07-14T05:20:44.614Z Downloaded bytes v1.11.1
12852026-07-14T05:20:44.618Z Downloaded serde_plain v1.0.2
12862026-07-14T05:20:44.618Z Downloaded rand_core v0.10.1
12872026-07-14T05:20:44.618Z Downloaded konst v0.2.20
12882026-07-14T05:20:44.621Z Downloaded chacha20poly1305 v0.10.1
12892026-07-14T05:20:44.621Z Downloaded ref-cast-impl v1.0.25
12902026-07-14T05:20:44.624Z Downloaded rand_chacha v0.9.0
12912026-07-14T05:20:44.625Z Downloaded progenitor v0.14.0
12922026-07-14T05:20:44.625Z Downloaded secrecy v0.10.3
12932026-07-14T05:20:44.625Z Downloaded password-hash v0.5.0
12942026-07-14T05:20:44.631Z Downloaded quote v1.0.45
12952026-07-14T05:20:44.631Z Downloaded serde-big-array v0.5.1
12962026-07-14T05:20:44.631Z Downloaded rand_core v0.9.5
12972026-07-14T05:20:44.634Z Downloaded semver v0.1.20
12982026-07-14T05:20:44.634Z Downloaded serde_repr v0.1.20
12992026-07-14T05:20:44.634Z Downloaded scroll_derive v0.13.1
13002026-07-14T05:20:44.634Z Downloaded rand_core v0.6.4
13012026-07-14T05:20:44.634Z Downloaded serde_spanned v1.1.1
13022026-07-14T05:20:44.634Z Downloaded pest_derive v2.8.6
13032026-07-14T05:20:44.637Z Downloaded base64 v0.22.1
13042026-07-14T05:20:44.640Z Downloaded sha1 v0.11.0
13052026-07-14T05:20:44.640Z Downloaded serde_urlencoded v0.7.1
13062026-07-14T05:20:44.640Z Downloaded postcard v1.1.3
13072026-07-14T05:20:44.646Z Downloaded pretty-hex v0.4.2
13082026-07-14T05:20:44.646Z Downloaded plain v0.2.3
13092026-07-14T05:20:44.646Z Downloaded num_enum_derive v0.7.6
13102026-07-14T05:20:44.653Z Downloaded newtype-uuid v1.3.2
13112026-07-14T05:20:44.654Z Downloaded ingot v0.1.1
13122026-07-14T05:20:44.654Z Downloaded hyper-rustls v0.27.9
13132026-07-14T05:20:44.654Z Downloaded humantime v2.3.0
13142026-07-14T05:20:44.654Z Downloaded sha1 v0.10.6
13152026-07-14T05:20:44.654Z Downloaded defmt-macros v1.1.0
13162026-07-14T05:20:44.654Z Downloaded sigpipe v0.1.3
13172026-07-14T05:20:44.659Z Downloaded resolv-conf v0.7.6
13182026-07-14T05:20:44.659Z Downloaded digest v0.10.7
13192026-07-14T05:20:44.659Z Downloaded csv-core v0.1.13
13202026-07-14T05:20:44.659Z Downloaded icu_provider v2.2.0
13212026-07-14T05:20:44.662Z Downloaded hickory-resolver v0.24.4
13222026-07-14T05:20:44.662Z Downloaded rusty-fork v0.3.1
13232026-07-14T05:20:44.662Z Downloaded rustls-pemfile v2.2.0
13242026-07-14T05:20:44.665Z Downloaded quinn-udp v0.5.14
13252026-07-14T05:20:44.665Z Downloaded parking_lot v0.12.5
13262026-07-14T05:20:44.668Z Downloaded indicatif v0.18.4
13272026-07-14T05:20:44.672Z Downloaded pest_generator v2.8.6
13282026-07-14T05:20:44.672Z Downloaded papergrid v0.18.0
13292026-07-14T05:20:44.725Z Downloaded siphasher v1.0.3
13302026-07-14T05:20:44.726Z Downloaded slog-bunyan v2.5.0
13312026-07-14T05:20:44.726Z Downloaded spin v0.5.2
13322026-07-14T05:20:44.726Z Downloaded schemars_derive v0.8.22
13332026-07-14T05:20:44.726Z Downloaded jiff-static v0.2.28
13342026-07-14T05:20:44.726Z Downloaded strum v0.26.3
13352026-07-14T05:20:44.726Z Downloaded structmeta-derive v0.3.0
13362026-07-14T05:20:44.726Z Downloaded stable_deref_trait v1.2.1
13372026-07-14T05:20:44.726Z Downloaded scroll v0.13.0
13382026-07-14T05:20:44.726Z Downloaded rustversion v1.0.22
13392026-07-14T05:20:44.726Z Downloaded serde_derive_internals v0.29.1
13402026-07-14T05:20:44.726Z Downloaded scroll v0.12.0
13412026-07-14T05:20:44.726Z Downloaded smawk v0.3.2
13422026-07-14T05:20:44.726Z Downloaded strsim v0.11.1
13432026-07-14T05:20:44.726Z Downloaded supports-color v3.0.2
13442026-07-14T05:20:44.726Z Downloaded subtle v2.6.1
13452026-07-14T05:20:44.726Z Downloaded strum v0.27.2
13462026-07-14T05:20:44.726Z Downloaded papergrid v0.11.0
13472026-07-14T05:20:44.726Z Downloaded serde_tokenstream v0.2.3
13482026-07-14T05:20:44.726Z Downloaded swrite v0.1.0
13492026-07-14T05:20:44.727Z Downloaded structmeta v0.3.0
13502026-07-14T05:20:44.727Z Downloaded serde_spanned v0.6.9
13512026-07-14T05:20:44.727Z Downloaded crypto-bigint v0.5.5
13522026-07-14T05:20:44.727Z Downloaded cc v1.2.63
13532026-07-14T05:20:44.733Z Downloaded progenitor-impl v0.14.0
13542026-07-14T05:20:44.734Z Downloaded take_mut v0.2.2
13552026-07-14T05:20:44.734Z Downloaded tagptr v0.2.0
13562026-07-14T05:20:44.734Z Downloaded tabled_derive v0.7.0
13572026-07-14T05:20:44.734Z Downloaded rhai_codegen v3.2.0
13582026-07-14T05:20:44.734Z Downloaded sync_wrapper v1.0.2
13592026-07-14T05:20:44.734Z Downloaded slog-envlogger v2.2.0
13602026-07-14T05:20:44.734Z Downloaded simd-adler32 v0.3.9
13612026-07-14T05:20:44.734Z Downloaded signal-hook-registry v1.4.8
13622026-07-14T05:20:44.734Z Downloaded shlex v2.0.1
13632026-07-14T05:20:44.734Z Downloaded rustls-native-certs v0.8.4
13642026-07-14T05:20:44.738Z Downloaded terminal_size v0.4.4
13652026-07-14T05:20:44.738Z Downloaded testing_table v0.3.0
13662026-07-14T05:20:44.739Z Downloaded sha2 v0.10.9
13672026-07-14T05:20:44.739Z Downloaded thiserror-impl-no-std v2.0.2
13682026-07-14T05:20:44.739Z Downloaded miniz_oxide v0.8.9
13692026-07-14T05:20:44.739Z Downloaded crossbeam-channel v0.5.15
13702026-07-14T05:20:44.742Z Downloaded tabwriter v1.4.1
13712026-07-14T05:20:44.742Z Downloaded icu_normalizer v2.2.0
13722026-07-14T05:20:44.745Z Downloaded pin-project v1.1.13
13732026-07-14T05:20:44.749Z Downloaded slog-json v2.6.1
13742026-07-14T05:20:44.753Z Downloaded thread-id v4.2.2
13752026-07-14T05:20:44.753Z Downloaded termtree v0.5.1
13762026-07-14T05:20:44.759Z Downloaded slog-dtrace v0.3.0
13772026-07-14T05:20:44.759Z Downloaded slog-async v2.8.0
13782026-07-14T05:20:44.760Z Downloaded slab v0.4.12
13792026-07-14T05:20:44.760Z Downloaded semver v1.0.28
13802026-07-14T05:20:44.760Z Downloaded smf v0.2.3
13812026-07-14T05:20:44.760Z Downloaded smartstring v1.0.1
13822026-07-14T05:20:44.763Z Downloaded prettyplease v0.2.37
13832026-07-14T05:20:44.763Z Downloaded tinyvec_macros v0.1.1
13842026-07-14T05:20:44.763Z Downloaded static_assertions v1.1.0
13852026-07-14T05:20:44.766Z Downloaded serde_path_to_error v0.1.20
13862026-07-14T05:20:44.766Z Downloaded thread-id v5.1.0
13872026-07-14T05:20:44.766Z Downloaded snafu-derive v0.8.9
13882026-07-14T05:20:44.770Z Downloaded slog-stdlog v4.1.1
13892026-07-14T05:20:44.770Z Downloaded time-core v0.1.8
13902026-07-14T05:20:44.770Z Downloaded proc-macro2 v1.0.106
13912026-07-14T05:20:44.773Z Downloaded openssl-sys v0.9.116
13922026-07-14T05:20:44.776Z Downloaded tokio-macros v2.7.0
13932026-07-14T05:20:44.776Z Downloaded hyper-util v0.1.20
13942026-07-14T05:20:44.780Z Downloaded hickory-resolver v0.25.2
13952026-07-14T05:20:44.783Z Downloaded num-traits v0.2.19
13962026-07-14T05:20:44.783Z Downloaded strum_macros v0.27.2
13972026-07-14T05:20:44.786Z Downloaded pest_meta v2.8.6
13982026-07-14T05:20:44.786Z Downloaded strum_macros v0.26.4
13992026-07-14T05:20:44.789Z Downloaded rustls-pki-types v1.14.1
14002026-07-14T05:20:44.790Z Downloaded hashbrown v0.12.3
14012026-07-14T05:20:44.793Z Downloaded icu_collections v2.2.0
14022026-07-14T05:20:44.797Z Downloaded tabled_derive v0.11.0
14032026-07-14T05:20:44.797Z Downloaded thiserror-no-std v2.0.2
14042026-07-14T05:20:44.801Z Downloaded thiserror v1.0.69
14052026-07-14T05:20:44.805Z Downloaded toml_write v0.1.2
14062026-07-14T05:20:44.805Z Downloaded tower-service v0.3.3
14072026-07-14T05:20:44.805Z Downloaded tower-layer v0.3.3
14082026-07-14T05:20:44.805Z Downloaded toml_datetime v0.6.11
14092026-07-14T05:20:44.805Z Downloaded time-macros v0.2.27
14102026-07-14T05:20:44.808Z Downloaded http v1.4.2
14112026-07-14T05:20:44.809Z Downloaded slog-scope v4.4.1
14122026-07-14T05:20:44.811Z Downloaded rustls-platform-verifier v0.7.0
14132026-07-14T05:20:44.814Z Downloaded minimal-lexical v0.2.1
14142026-07-14T05:20:44.814Z Downloaded thiserror-impl v1.0.69
14152026-07-14T05:20:44.817Z Downloaded thiserror v2.0.18
14162026-07-14T05:20:44.820Z Downloaded rayon-core v1.13.0
14172026-07-14T05:20:44.825Z Downloaded serde_with_macros v3.20.0
14182026-07-14T05:20:44.825Z Downloaded slog-term v2.9.2
14192026-07-14T05:20:44.828Z Downloaded thread_local v1.1.9
14202026-07-14T05:20:44.828Z Downloaded smallvec v1.15.1
14212026-07-14T05:20:44.828Z Downloaded tinystr v0.8.3
14222026-07-14T05:20:44.828Z Downloaded try-lock v0.2.5
14232026-07-14T05:20:44.832Z Downloaded spin v0.9.8
14242026-07-14T05:20:44.832Z Downloaded progenitor-impl v0.10.0
14252026-07-14T05:20:44.832Z Downloaded serde_derive v1.0.228
14262026-07-14T05:20:44.835Z Downloaded typify-macro v0.6.2
14272026-07-14T05:20:44.835Z Downloaded tiny-keccak v2.0.2
14282026-07-14T05:20:44.839Z Downloaded unicode-linebreak v0.1.5
14292026-07-14T05:20:44.839Z Downloaded unit-prefix v0.5.2
14302026-07-14T05:20:44.839Z Downloaded unarray v0.1.4
14312026-07-14T05:20:44.839Z Downloaded progenitor-impl v0.13.0
14322026-07-14T05:20:44.842Z Downloaded const_format v0.2.36
14332026-07-14T05:20:44.842Z Downloaded universal-hash v0.5.1
14342026-07-14T05:20:44.845Z Downloaded unicode-xid v0.2.6
14352026-07-14T05:20:44.845Z Downloaded tokio-dtrace v0.1.1
14362026-07-14T05:20:44.845Z Downloaded ryu v1.0.23
14372026-07-14T05:20:44.850Z Downloaded typify-macro v0.4.3
14382026-07-14T05:20:44.850Z Downloaded tokio-tungstenite v0.21.0
14392026-07-14T05:20:44.853Z Downloaded synstructure v0.13.2
14402026-07-14T05:20:44.853Z Downloaded serde_core v1.0.228
14412026-07-14T05:20:44.859Z Downloaded aws-lc-rs v1.17.0
14422026-07-14T05:20:44.866Z Downloaded usdt-macro v0.6.0
14432026-07-14T05:20:44.870Z Downloaded usdt-macro v0.5.0
14442026-07-14T05:20:44.870Z Downloaded usdt-attr-macro v0.5.0
14452026-07-14T05:20:44.870Z Downloaded usdt v0.5.0
14462026-07-14T05:20:44.870Z Downloaded untrusted v0.9.0
14472026-07-14T05:20:44.870Z Downloaded untrusted v0.7.1
14482026-07-14T05:20:44.870Z Downloaded hashbrown v0.15.5
14492026-07-14T05:20:44.874Z Downloaded thin-vec v0.2.18
14502026-07-14T05:20:44.874Z Downloaded thiserror-impl v2.0.18
14512026-07-14T05:20:44.874Z Downloaded term v1.2.1
14522026-07-14T05:20:44.877Z Downloaded utf8_iter v1.0.4
14532026-07-14T05:20:44.877Z Downloaded usdt-attr-macro v0.6.0
14542026-07-14T05:20:44.877Z Downloaded utf-8 v0.7.6
14552026-07-14T05:20:44.880Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14562026-07-14T05:20:44.880Z Downloaded similar v2.7.0
14572026-07-14T05:20:44.886Z Downloaded waitgroup v0.1.2
14582026-07-14T05:20:44.886Z Downloaded want v0.3.1
14592026-07-14T05:20:44.886Z Downloaded wait-timeout v0.2.1
14602026-07-14T05:20:44.889Z Downloaded version_check v0.9.5
14612026-07-14T05:20:44.890Z Downloaded slog v2.8.2
14622026-07-14T05:20:44.890Z Downloaded schemars v0.8.22
14632026-07-14T05:20:44.893Z Downloaded toml_writer v1.1.1+spec-1.1.0
14642026-07-14T05:20:44.896Z Downloaded qorb v0.4.1
14652026-07-14T05:20:44.901Z Downloaded typeid v1.0.3
14662026-07-14T05:20:44.901Z Downloaded indexmap v2.14.0
14672026-07-14T05:20:44.901Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14682026-07-14T05:20:44.905Z Downloaded yoke-derive v0.8.2
14692026-07-14T05:20:44.909Z Downloaded zerofrom-derive v0.1.7
14702026-07-14T05:20:44.912Z Downloaded zerofrom v0.1.8
14712026-07-14T05:20:44.915Z Downloaded quinn v0.11.9
14722026-07-14T05:20:44.918Z Downloaded hashbrown v0.16.1
14732026-07-14T05:20:44.921Z Downloaded rand v0.8.6
14742026-07-14T05:20:44.921Z Downloaded tokio-stream v0.1.18
14752026-07-14T05:20:44.924Z Downloaded zeroize_derive v1.4.3
14762026-07-14T05:20:44.927Z Downloaded zone_cfg_derive v0.3.1
14772026-07-14T05:20:44.930Z Downloaded usdt v0.6.0
14782026-07-14T05:20:44.930Z Downloaded idna v1.1.0
14792026-07-14T05:20:44.934Z Downloaded usdt-impl v0.6.0
14802026-07-14T05:20:44.934Z Downloaded rand v0.9.4
14812026-07-14T05:20:44.937Z Downloaded toml v0.8.23
14822026-07-14T05:20:44.937Z Downloaded memchr v2.8.1
14832026-07-14T05:20:44.940Z Downloaded toml_parser v1.1.2+spec-1.1.0
14842026-07-14T05:20:44.943Z Downloaded zone v0.3.1
14852026-07-14T05:20:44.943Z Downloaded textwrap v0.16.2
14862026-07-14T05:20:44.943Z Downloaded xz2 v0.1.7
14872026-07-14T05:20:44.946Z Downloaded tempfile v3.27.0
14882026-07-14T05:20:44.946Z Downloaded test-strategy v0.4.5
14892026-07-14T05:20:44.949Z Downloaded rustls-webpki v0.103.13
14902026-07-14T05:20:44.952Z Downloaded utf8parse v0.2.2
14912026-07-14T05:20:44.952Z Downloaded usdt-impl v0.5.0
14922026-07-14T05:20:44.952Z Downloaded serde_yaml v0.9.34+deprecated
14932026-07-14T05:20:44.955Z Downloaded walkdir v2.5.0
14942026-07-14T05:20:44.955Z Downloaded tracing-attributes v0.1.31
14952026-07-14T05:20:44.958Z Downloaded serde v1.0.228
14962026-07-14T05:20:44.958Z Downloaded tinyvec v1.11.0
14972026-07-14T05:20:44.961Z Downloaded socket2 v0.6.5
14982026-07-14T05:20:44.961Z Downloaded ucd-trie v0.1.7
14992026-07-14T05:20:44.961Z Downloaded snafu v0.8.9
15002026-07-14T05:20:44.964Z Downloaded schemars v1.2.1
15012026-07-14T05:20:44.972Z Downloaded zeroize v1.8.2
15022026-07-14T05:20:44.975Z Downloaded zerovec-derive v0.11.3
15032026-07-14T05:20:44.975Z Downloaded tokio-rustls v0.26.4
15042026-07-14T05:20:44.978Z Downloaded writeable v0.6.3
15052026-07-14T05:20:44.978Z Downloaded schemars v0.9.0
15062026-07-14T05:20:44.983Z Downloaded nom v7.1.3
15072026-07-14T05:20:44.986Z Downloaded mio v1.2.1
15082026-07-14T05:20:44.989Z Downloaded hyper v1.10.1
15092026-07-14T05:20:44.993Z Downloaded vsss-rs v3.3.4
15102026-07-14T05:20:44.996Z Downloaded itertools v0.12.1
15112026-07-14T05:20:44.999Z Downloaded toml v1.1.2+spec-1.1.0
15122026-07-14T05:20:45.002Z Downloaded typify v0.6.2
15132026-07-14T05:20:45.005Z Downloaded typify v0.4.3
15142026-07-14T05:20:45.005Z Downloaded rand v0.10.2
15152026-07-14T05:20:45.008Z Downloaded steno v0.4.1
15162026-07-14T05:20:45.012Z Downloaded itertools v0.14.0
15172026-07-14T05:20:45.015Z Downloaded zmij v1.0.21
15182026-07-14T05:20:45.015Z Downloaded toml v0.9.12+spec-1.1.0
15192026-07-14T05:20:45.017Z Downloaded unsafe-libyaml v0.2.11
15202026-07-14T05:20:45.020Z Downloaded pest v2.8.6
15212026-07-14T05:20:45.023Z Downloaded tungstenite v0.21.0
15222026-07-14T05:20:45.023Z Downloaded tracing-core v0.1.36
15232026-07-14T05:20:45.028Z Downloaded yoke v0.8.3
15242026-07-14T05:20:45.028Z Downloaded whoami v1.6.1
15252026-07-14T05:20:45.032Z Downloaded toml_edit v0.25.12+spec-1.1.0
15262026-07-14T05:20:45.037Z Downloaded unicode-ident v1.0.24
15272026-07-14T05:20:45.040Z Downloaded libm v0.2.16
15282026-07-14T05:20:45.044Z Downloaded zerocopy-derive v0.7.35
15292026-07-14T05:20:45.046Z Downloaded hkdf v0.12.4
15302026-07-14T05:20:45.050Z Downloaded hashbrown v0.17.1
15312026-07-14T05:20:45.053Z Downloaded clap_builder v4.6.0
15322026-07-14T05:20:45.055Z Downloaded uuid v1.23.5
15332026-07-14T05:20:45.058Z Downloaded nom v8.0.0
15342026-07-14T05:20:45.061Z Downloaded icu_properties_data v2.2.0
15352026-07-14T05:20:45.081Z Downloaded goblin v0.8.2
15362026-07-14T05:20:45.088Z Downloaded tower v0.5.3
15372026-07-14T05:20:45.092Z Downloaded ron v0.12.1
15382026-07-14T05:20:45.099Z Downloaded toml_edit v0.22.27
15392026-07-14T05:20:45.102Z Downloaded itertools v0.15.0
15402026-07-14T05:20:45.116Z Downloaded reqwest v0.12.28
15412026-07-14T05:20:45.121Z Downloaded iddqd v0.4.5
15422026-07-14T05:20:45.127Z Downloaded typed-path v0.9.3
15432026-07-14T05:20:45.133Z Downloaded unicode-segmentation v1.13.3
15442026-07-14T05:20:45.136Z Downloaded url v2.5.8
15452026-07-14T05:20:45.139Z Downloaded toml_edit v0.19.15
15462026-07-14T05:20:45.145Z Downloaded reqwest v0.13.4
15472026-07-14T05:20:45.149Z Downloaded regex v1.12.3
15482026-07-14T05:20:45.152Z Downloaded typenum v1.20.1
15492026-07-14T05:20:45.155Z Downloaded h2 v0.4.14
15502026-07-14T05:20:45.158Z Downloaded futures-util v0.3.32
15512026-07-14T05:20:45.167Z Downloaded zerocopy-derive v0.8.50
15522026-07-14T05:20:45.171Z Downloaded zerotrie v0.2.4
15532026-07-14T05:20:45.182Z Downloaded serde_json v1.0.150
15542026-07-14T05:20:45.187Z Downloaded portable-atomic v1.13.1
15552026-07-14T05:20:45.204Z Downloaded rayon v1.12.0
15562026-07-14T05:20:45.210Z Downloaded moka v0.12.15
15572026-07-14T05:20:45.228Z Downloaded tokio-util v0.7.18
15582026-07-14T05:20:45.234Z Downloaded tough v0.22.0
15592026-07-14T05:20:45.240Z Downloaded quinn-proto v0.11.14
15602026-07-14T05:20:45.245Z Downloaded chrono v0.4.45
15612026-07-14T05:20:45.249Z Downloaded unicode-normalization v0.1.25
15622026-07-14T05:20:45.251Z Downloaded bstr v1.12.1
15632026-07-14T05:20:45.257Z Downloaded zerovec v0.11.6
15642026-07-14T05:20:45.260Z Downloaded tower-http v0.6.11
15652026-07-14T05:20:45.265Z Downloaded serde_with v3.20.0
15662026-07-14T05:20:45.287Z Downloaded proptest v1.11.0
15672026-07-14T05:20:45.292Z Downloaded winnow v0.5.40
15682026-07-14T05:20:45.297Z Downloaded time v0.3.47
15692026-07-14T05:20:45.304Z Downloaded zerocopy v0.7.35
15702026-07-14T05:20:45.312Z Downloaded curve25519-dalek v4.1.3
15712026-07-14T05:20:45.316Z Downloaded goblin v0.10.7
15722026-07-14T05:20:45.329Z Downloaded webpki-roots v1.0.7
15732026-07-14T05:20:45.333Z Downloaded tabled v0.15.0
15742026-07-14T05:20:45.340Z Downloaded winnow v1.0.3
15752026-07-14T05:20:45.345Z Downloaded winnow v0.7.15
15762026-07-14T05:20:45.350Z Downloaded tabled v0.21.0
15772026-07-14T05:20:45.360Z Downloaded unicode-width v0.1.14
15782026-07-14T05:20:45.363Z Downloaded openssl v0.10.80
15792026-07-14T05:20:45.369Z Downloaded unicode-width v0.2.2
15802026-07-14T05:20:45.375Z Downloaded openapiv3 v2.2.0
15812026-07-14T05:20:45.382Z Downloaded dropshot v0.17.1
15822026-07-14T05:20:45.394Z Downloaded regress v0.10.5
15832026-07-14T05:20:45.399Z Downloaded vcpkg v0.2.15
15842026-07-14T05:20:45.421Z Downloaded nix v0.31.3
15852026-07-14T05:20:45.428Z Downloaded syn v1.0.109
15862026-07-14T05:20:45.435Z Downloaded rustls v0.23.40
15872026-07-14T05:20:45.442Z Downloaded smoltcp v0.11.0
15882026-07-14T05:20:45.448Z Downloaded syn v2.0.117
15892026-07-14T05:20:45.455Z Downloaded zerocopy v0.8.50
15902026-07-14T05:20:45.466Z Downloaded regress v0.11.1
15912026-07-14T05:20:45.471Z Downloaded rustix v1.1.4
15922026-07-14T05:20:45.484Z Downloaded rustix v0.38.44
15932026-07-14T05:20:45.497Z Downloaded regex-syntax v0.8.10
15942026-07-14T05:20:45.501Z Downloaded hickory-proto v0.25.2
15952026-07-14T05:20:45.512Z Downloaded hickory-proto v0.24.4
15962026-07-14T05:20:45.519Z Downloaded sled v0.34.7
15972026-07-14T05:20:45.525Z Downloaded typify-impl v0.6.2
15982026-07-14T05:20:45.534Z Downloaded rhai v1.25.1
15992026-07-14T05:20:45.541Z Downloaded tracing v0.1.44
16002026-07-14T05:20:45.553Z Downloaded regex-automata v0.4.14
16012026-07-14T05:20:45.562Z Downloaded typify-impl v0.4.3
16022026-07-14T05:20:45.607Z Downloaded libc v0.2.186
16032026-07-14T05:20:45.627Z Downloaded petgraph v0.6.5
16042026-07-14T05:20:45.644Z Downloaded sha3 v0.10.9
16052026-07-14T05:20:45.650Z Downloaded jiff v0.2.28
16062026-07-14T05:20:45.662Z Downloaded tokio v1.52.3
16072026-07-14T05:20:45.683Z Downloaded chrono-tz v0.10.4
16082026-07-14T05:20:45.694Z Downloaded lzma-sys v0.1.20
16092026-07-14T05:20:45.710Z Downloaded petgraph v0.8.3
16102026-07-14T05:20:45.723Z Downloaded csv v1.4.0
16112026-07-14T05:20:45.735Z Downloaded encoding_rs v0.8.35
16122026-07-14T05:20:45.810Z Downloaded ring v0.17.14
16132026-07-14T05:20:46.315Z Downloaded aws-lc-sys v0.41.0
16142026-07-14T05:20:46.665Z Compiling proc-macro2 v1.0.106
16152026-07-14T05:20:46.665Z Compiling quote v1.0.45
16162026-07-14T05:20:46.666Z Compiling unicode-ident v1.0.24
16172026-07-14T05:20:46.668Z Compiling serde_core v1.0.228
16182026-07-14T05:20:46.668Z Compiling serde v1.0.228
16192026-07-14T05:20:46.668Z Compiling libc v0.2.186
16202026-07-14T05:20:46.669Z Compiling cfg-if v1.0.4
16212026-07-14T05:20:46.979Z Compiling zmij v1.0.21
16222026-07-14T05:20:46.996Z Compiling autocfg v1.5.1
16232026-07-14T05:20:47.310Z Compiling memchr v2.8.1
16242026-07-14T05:20:47.356Z Compiling libm v0.2.16
16252026-07-14T05:20:47.769Z Compiling itoa v1.0.18
16262026-07-14T05:20:47.776Z Compiling icu_properties_data v2.2.0
16272026-07-14T05:20:48.202Z Compiling icu_normalizer_data v2.2.0
16282026-07-14T05:20:48.219Z Compiling version_check v0.9.5
16292026-07-14T05:20:48.237Z Compiling stable_deref_trait v1.2.1
16302026-07-14T05:20:48.306Z Compiling serde_json v1.0.150
16312026-07-14T05:20:48.426Z Compiling syn v2.0.117
16322026-07-14T05:20:48.462Z Compiling litemap v0.8.2
16332026-07-14T05:20:48.497Z Compiling writeable v0.6.3
16342026-07-14T05:20:48.597Z Compiling parking_lot_core v0.9.12
16352026-07-14T05:20:48.638Z Compiling num-traits v0.2.19
16362026-07-14T05:20:48.670Z Compiling utf8_iter v1.0.4
16372026-07-14T05:20:48.846Z Compiling thiserror v2.0.18
16382026-07-14T05:20:48.898Z Compiling percent-encoding v2.3.2
16392026-07-14T05:20:49.127Z Compiling form_urlencoded v1.2.2
16402026-07-14T05:20:49.156Z Compiling zerocopy v0.8.50
16412026-07-14T05:20:49.190Z Compiling errno v0.3.14
16422026-07-14T05:20:49.208Z Compiling rand_core v0.10.1
16432026-07-14T05:20:49.364Z Compiling getrandom v0.4.2
16442026-07-14T05:20:49.406Z Compiling iana-time-zone v0.1.65
16452026-07-14T05:20:49.783Z Compiling heck v0.5.0
16462026-07-14T05:20:49.852Z Compiling uuid v1.23.5
16472026-07-14T05:20:49.906Z Compiling jobserver v0.1.34
16482026-07-14T05:20:49.985Z Compiling find-msvc-tools v0.1.9
16492026-07-14T05:20:50.231Z Compiling shlex v2.0.1
16502026-07-14T05:20:50.262Z Compiling rustversion v1.0.22
16512026-07-14T05:20:50.321Z Compiling semver v1.0.28
16522026-07-14T05:20:50.428Z Compiling cc v1.2.63
16532026-07-14T05:20:50.537Z Compiling schemars v0.8.22
16542026-07-14T05:20:50.576Z Compiling dyn-clone v1.0.20
16552026-07-14T05:20:50.731Z Compiling pin-project-lite v0.2.17
16562026-07-14T05:20:50.838Z Compiling getrandom v0.2.17
16572026-07-14T05:20:50.856Z Compiling scopeguard v1.2.0
16582026-07-14T05:20:50.859Z Compiling bitflags v2.12.1
16592026-07-14T05:20:50.977Z Compiling lock_api v0.4.14
16602026-07-14T05:20:51.091Z Compiling socket2 v0.6.5
16612026-07-14T05:20:51.229Z Compiling cmake v0.1.58
16622026-07-14T05:20:51.229Z Compiling signal-hook-registry v1.4.8
16632026-07-14T05:20:51.304Z Compiling mio v1.2.1
16642026-07-14T05:20:51.324Z Compiling synstructure v0.13.2
16652026-07-14T05:20:51.631Z Compiling serde_derive_internals v0.29.1
16662026-07-14T05:20:51.716Z Compiling portable-atomic v1.13.1
16672026-07-14T05:20:51.737Z Compiling fs_extra v1.3.0
16682026-07-14T05:20:51.816Z Compiling dunce v1.0.5
16692026-07-14T05:20:51.879Z Compiling critical-section v1.2.0
16702026-07-14T05:20:51.898Z Compiling futures-core v0.3.32
16712026-07-14T05:20:51.918Z Compiling log v0.4.32
16722026-07-14T05:20:51.992Z Compiling subtle v2.6.1
16732026-07-14T05:20:52.027Z Compiling aws-lc-sys v0.41.0
16742026-07-14T05:20:52.122Z Compiling getrandom v0.3.4
16752026-07-14T05:20:52.179Z Compiling equivalent v1.0.2
16762026-07-14T05:20:52.275Z Compiling httparse v1.10.1
16772026-07-14T05:20:52.315Z Compiling futures-sink v0.3.32
16782026-07-14T05:20:52.385Z Compiling slab v0.4.12
16792026-07-14T05:20:52.428Z Compiling rustix v1.1.4
16802026-07-14T05:20:52.471Z Compiling ucd-trie v0.1.7
16812026-07-14T05:20:52.491Z Compiling serde_derive v1.0.228
16822026-07-14T05:20:52.552Z Compiling zerofrom-derive v0.1.7
16832026-07-14T05:20:52.619Z Compiling yoke-derive v0.8.2
16842026-07-14T05:20:52.660Z Compiling zerovec-derive v0.11.3
16852026-07-14T05:20:52.754Z Compiling displaydoc v0.2.6
16862026-07-14T05:20:52.842Z Compiling schemars_derive v0.8.22
16872026-07-14T05:20:52.943Z Compiling thiserror-impl v2.0.18
16882026-07-14T05:20:52.995Z Compiling tokio-macros v2.7.0
16892026-07-14T05:20:53.562Z Compiling zerocopy-derive v0.8.50
16902026-07-14T05:20:53.713Z Compiling zeroize_derive v1.4.3
16912026-07-14T05:20:53.767Z Compiling zerofrom v0.1.8
16922026-07-14T05:20:53.785Z Compiling futures-macro v0.3.32
16932026-07-14T05:20:53.788Z Compiling once_cell v1.21.4
16942026-07-14T05:20:53.903Z Compiling yoke v0.8.3
16952026-07-14T05:20:54.051Z Compiling thiserror v1.0.69
16962026-07-14T05:20:54.069Z Compiling pest v2.8.6
16972026-07-14T05:20:54.108Z Compiling zerovec v0.11.6
16982026-07-14T05:20:54.206Z Compiling zerotrie v0.2.4
16992026-07-14T05:20:54.410Z Compiling zeroize v1.8.2
17002026-07-14T05:20:54.625Z Compiling typenum v1.20.1
17012026-07-14T05:20:54.642Z Compiling thiserror-impl v1.0.69
17022026-07-14T05:20:54.663Z Compiling tinystr v0.8.3
17032026-07-14T05:20:54.680Z Compiling potential_utf v0.1.5
17042026-07-14T05:20:54.708Z Compiling futures-channel v0.3.32
17052026-07-14T05:20:54.867Z Compiling icu_locale_core v2.2.0
17062026-07-14T05:20:54.885Z Compiling icu_collections v2.2.0
17072026-07-14T05:20:54.975Z Compiling futures-io v0.3.32
17082026-07-14T05:20:55.171Z Compiling pest_meta v2.8.6
17092026-07-14T05:20:55.442Z Compiling futures-task v0.3.32
17102026-07-14T05:20:55.624Z Compiling futures-util v0.3.32
17112026-07-14T05:20:55.647Z Compiling regex-syntax v0.8.10
17122026-07-14T05:20:55.764Z Compiling smallvec v1.15.1
17132026-07-14T05:20:55.791Z Compiling bytes v1.11.1
17142026-07-14T05:20:55.808Z Compiling icu_provider v2.2.0
17152026-07-14T05:20:56.043Z Compiling chrono v0.4.45
17162026-07-14T05:20:56.391Z Compiling icu_properties v2.2.0
17172026-07-14T05:20:56.425Z Compiling icu_normalizer v2.2.0
17182026-07-14T05:20:57.039Z Compiling parking_lot v0.12.5
17192026-07-14T05:20:57.676Z Compiling idna_adapter v1.2.2
17202026-07-14T05:20:57.699Z Compiling tokio v1.52.3
17212026-07-14T05:20:57.727Z Compiling serde_tokenstream v0.2.3
17222026-07-14T05:20:57.831Z Compiling idna v1.1.0
17232026-07-14T05:20:57.977Z Compiling pest_generator v2.8.6
17242026-07-14T05:20:58.051Z Compiling strsim v0.11.1
17252026-07-14T05:20:58.191Z Compiling url v2.5.8
17262026-07-14T05:20:58.290Z Compiling rand_core v0.6.4
17272026-07-14T05:20:58.359Z Compiling aho-corasick v1.1.4
17282026-07-14T05:20:58.519Z Compiling hashbrown v0.17.1
17292026-07-14T05:20:58.557Z Compiling byteorder v1.5.0
17302026-07-14T05:20:58.605Z Compiling pest_derive v2.8.6
17312026-07-14T05:20:59.163Z Compiling indexmap v2.14.0
17322026-07-14T05:20:59.200Z Compiling regex-automata v0.4.14
17332026-07-14T05:20:59.563Z Compiling tracing-core v0.1.36
17342026-07-14T05:20:59.747Z Compiling tracing-attributes v0.1.31
17352026-07-14T05:20:59.909Z Compiling ipnetwork v0.21.1
17362026-07-14T05:20:59.999Z Compiling ident_case v1.0.1
17372026-07-14T05:21:01.134Z Compiling slog v2.8.2
17382026-07-14T05:21:01.138Z Compiling base64 v0.22.1
17392026-07-14T05:21:01.138Z Compiling regex v1.12.3
17402026-07-14T05:21:01.138Z Compiling anyhow v1.0.103
17412026-07-14T05:21:01.138Z Compiling tracing v0.1.44
17422026-07-14T05:21:01.138Z Compiling fnv v1.0.7
17432026-07-14T05:21:01.251Z Compiling paste v1.0.15
17442026-07-14T05:21:01.379Z Compiling erased-serde v0.3.31
17452026-07-14T05:21:01.717Z Compiling omicron-workspace-hack v0.1.0
17462026-07-14T05:21:01.959Z Compiling http v1.4.2
17472026-07-14T05:21:02.578Z Compiling oxnet v0.1.6
17482026-07-14T05:21:02.927Z Compiling rustls-pki-types v1.14.1
17492026-07-14T05:21:03.185Z Compiling scroll_derive v0.13.1
17502026-07-14T05:21:03.773Z Compiling ring v0.17.14
17512026-07-14T05:21:03.815Z Compiling aws-lc-rs v1.17.0
17522026-07-14T05:21:03.849Z Compiling num-conv v0.2.2
17532026-07-14T05:21:04.008Z Compiling time-core v0.1.8
17542026-07-14T05:21:04.165Z Compiling time-macros v0.2.27
17552026-07-14T05:21:04.337Z Compiling tokio-util v0.7.18
17562026-07-14T05:21:04.680Z Compiling ipnet v2.12.0
17572026-07-14T05:21:05.162Z Compiling untrusted v0.7.1
17582026-07-14T05:21:05.198Z Compiling camino v1.2.4
17592026-07-14T05:21:05.298Z Compiling untrusted v0.9.0
17602026-07-14T05:21:05.450Z Compiling ppv-lite86 v0.2.21
17612026-07-14T05:21:05.780Z Compiling daft-derive v0.1.7
17622026-07-14T05:21:05.883Z Compiling async-trait v0.1.89
17632026-07-14T05:21:05.924Z Compiling rustls v0.23.40
17642026-07-14T05:21:06.033Z Compiling crc32fast v1.5.0
17652026-07-14T05:21:06.461Z Compiling http-body v1.0.1
17662026-07-14T05:21:06.597Z Compiling crossbeam-utils v0.8.21
17672026-07-14T05:21:06.628Z Compiling pretty-hex v0.4.2
17682026-07-14T05:21:06.773Z Compiling usdt-impl v0.6.0
17692026-07-14T05:21:06.835Z Compiling atomic-waker v1.1.2
17702026-07-14T05:21:06.972Z Compiling scroll v0.13.0
17712026-07-14T05:21:07.037Z Compiling try-lock v0.2.5
17722026-07-14T05:21:07.159Z Compiling tower-layer v0.3.3
17732026-07-14T05:21:07.232Z Compiling tower-service v0.3.3
17742026-07-14T05:21:07.332Z Compiling ryu v1.0.23
17752026-07-14T05:21:07.359Z Compiling plain v0.2.3
17762026-07-14T05:21:07.405Z Compiling want v0.3.1
17772026-07-14T05:21:07.468Z Compiling goblin v0.10.7
17782026-07-14T05:21:07.649Z Compiling h2 v0.4.14
17792026-07-14T05:21:08.058Z Compiling slog-async v2.8.0
17802026-07-14T05:21:08.438Z Compiling httpdate v1.0.3
17812026-07-14T05:21:08.516Z Compiling dtrace-parser v0.3.0
17822026-07-14T05:21:08.824Z Compiling thread-id v5.1.0
17832026-07-14T05:21:09.104Z Compiling ref-cast v1.0.25
17842026-07-14T05:21:10.079Z Compiling hyper v1.10.1
17852026-07-14T05:21:11.030Z Compiling dof v0.4.0
17862026-07-14T05:21:12.028Z Compiling hyper-util v0.1.20
17872026-07-14T05:21:12.348Z Compiling serde_urlencoded v0.7.1
17882026-07-14T05:21:12.657Z Compiling http-body-util v0.1.4
17892026-07-14T05:21:12.972Z Compiling rand_core v0.9.5
17902026-07-14T05:21:13.268Z Compiling ref-cast-impl v1.0.25
17912026-07-14T05:21:13.463Z Compiling syn v1.0.109
17922026-07-14T05:21:13.971Z Compiling usdt-macro v0.6.0
17932026-07-14T05:21:14.157Z Compiling usdt-attr-macro v0.6.0
17942026-07-14T05:21:14.875Z Compiling structmeta-derive v0.3.0
17952026-07-14T05:21:14.968Z Compiling multer v3.1.0
17962026-07-14T05:21:15.046Z Compiling foldhash v0.2.0
17972026-07-14T05:21:15.117Z Compiling powerfmt v0.2.0
17982026-07-14T05:21:15.386Z Compiling allocator-api2 v0.2.21
17992026-07-14T05:21:15.390Z Compiling deranged v0.5.8
18002026-07-14T05:21:15.747Z Compiling hashbrown v0.16.1
18012026-07-14T05:21:15.904Z Compiling rand_chacha v0.9.0
18022026-07-14T05:21:15.946Z Compiling structmeta v0.3.0
18032026-07-14T05:21:16.152Z Compiling darling_core v0.23.0
18042026-07-14T05:21:16.316Z Compiling newtype-uuid-macros v0.1.0
18052026-07-14T05:21:16.601Z Compiling num_threads v0.1.7
18062026-07-14T05:21:16.717Z Compiling rand v0.9.4
18072026-07-14T05:21:16.762Z Compiling time v0.3.47
18082026-07-14T05:21:17.168Z Compiling newtype-uuid v1.3.2
18092026-07-14T05:21:17.424Z Compiling strum_macros v0.26.4
18102026-07-14T05:21:17.723Z Compiling async-stream-impl v0.3.6
18112026-07-14T05:21:18.142Z Compiling sync_wrapper v1.0.2
18122026-07-14T05:21:18.235Z Compiling darling_macro v0.23.0
18132026-07-14T05:21:18.265Z Compiling dropshot v0.17.1
18142026-07-14T05:21:18.520Z Compiling hex v0.4.3
18152026-07-14T05:21:18.811Z Compiling fastrand v2.4.1
18162026-07-14T05:21:18.828Z Compiling darling v0.23.0
18172026-07-14T05:21:18.918Z Compiling tower v0.5.3
18182026-07-14T05:21:19.022Z Compiling daft v0.1.7
18192026-07-14T05:21:19.136Z Compiling crossbeam-channel v0.5.15
18202026-07-14T05:21:19.243Z Compiling webpki-roots v1.0.7
18212026-07-14T05:21:19.474Z Compiling openapiv3 v2.2.0
18222026-07-14T05:21:19.654Z Compiling generic-array v0.14.7
18232026-07-14T05:21:19.977Z Compiling tower-http v0.6.11
18242026-07-14T05:21:20.122Z Compiling serde_with_macros v3.20.0
18252026-07-14T05:21:20.642Z Compiling dropshot_endpoint v0.17.1
18262026-07-14T05:21:20.764Z Compiling futures-executor v0.3.32
18272026-07-14T05:21:21.250Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18282026-07-14T05:21:21.278Z Compiling thread_local v1.1.9
18292026-07-14T05:21:21.614Z Compiling cpufeatures v0.3.0
18302026-07-14T05:21:21.698Z Compiling openssl-probe v0.2.1
18312026-07-14T05:21:21.743Z Compiling futures v0.3.32
18322026-07-14T05:21:21.835Z Compiling rustls-native-certs v0.8.4
18332026-07-14T05:21:22.273Z Compiling tempfile v3.27.0
18342026-07-14T05:21:22.503Z Compiling derive-ex v0.1.8
18352026-07-14T05:21:22.728Z Compiling strum_macros v0.27.2
18362026-07-14T05:21:23.126Z Compiling is-terminal v0.4.17
18372026-07-14T05:21:23.241Z Compiling take_mut v0.2.2
18382026-07-14T05:21:23.367Z Compiling term v1.2.1
18392026-07-14T05:21:23.638Z Compiling winnow v1.0.3
18402026-07-14T05:21:24.116Z Compiling test-strategy v0.4.5
18412026-07-14T05:21:24.294Z Compiling slog-term v2.9.2
18422026-07-14T05:21:25.608Z Compiling macaddr v1.0.1
18432026-07-14T05:21:25.776Z Compiling hybrid-array v0.4.12
18442026-07-14T05:21:25.985Z Compiling simd-adler32 v0.3.9
18452026-07-14T05:21:26.263Z Compiling match_cfg v0.1.0
18462026-07-14T05:21:26.347Z Compiling adler2 v2.0.1
18472026-07-14T05:21:26.520Z Compiling miniz_oxide v0.8.9
18482026-07-14T05:21:26.624Z Compiling hostname v0.3.1
18492026-07-14T05:21:26.954Z Compiling slog-json v2.6.1
18502026-07-14T05:21:27.236Z Compiling memmap2 v0.9.10
18512026-07-14T05:21:27.919Z Compiling usdt v0.6.0
18522026-07-14T05:21:27.959Z Compiling slog-bunyan v2.5.0
18532026-07-14T05:21:28.039Z Compiling flate2 v1.1.9
18542026-07-14T05:21:28.169Z Compiling crypto-common v0.2.2
18552026-07-14T05:21:28.550Z Compiling block-buffer v0.12.0
18562026-07-14T05:21:28.590Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-07-14T05:21:28.734Z Compiling either v1.16.0
18582026-07-14T05:21:28.752Z Compiling debug-ignore v1.0.5
18592026-07-14T05:21:28.867Z Compiling const-oid v0.10.2
18602026-07-14T05:21:29.086Z Compiling compression-core v0.4.32
18612026-07-14T05:21:29.267Z Compiling compression-codecs v0.4.38
18622026-07-14T05:21:29.421Z Compiling digest v0.11.3
18632026-07-14T05:21:29.477Z Compiling toml_parser v1.1.2+spec-1.1.0
18642026-07-14T05:21:29.612Z Compiling crypto-common v0.1.7
18652026-07-14T05:21:29.633Z Compiling parse-display-derive v0.10.0
18662026-07-14T05:21:29.764Z Compiling rand_chacha v0.3.1
18672026-07-14T05:21:29.914Z Compiling serde_spanned v1.1.1
18682026-07-14T05:21:30.073Z Compiling toml_datetime v1.1.1+spec-1.1.0
18692026-07-14T05:21:30.152Z Compiling encoding_rs v0.8.35
18702026-07-14T05:21:30.387Z Compiling toml_writer v1.1.1+spec-1.1.0
18712026-07-14T05:21:30.533Z Compiling mime v0.3.17
18722026-07-14T05:21:30.584Z Compiling spin v0.9.8
18732026-07-14T05:21:30.655Z Compiling toml v1.1.2+spec-1.1.0
18742026-07-14T05:21:30.800Z Compiling rand v0.8.6
18752026-07-14T05:21:31.011Z Compiling sha1 v0.11.0
18762026-07-14T05:21:31.175Z Compiling async-compression v0.4.42
18772026-07-14T05:21:31.415Z Compiling strum v0.26.3
18782026-07-14T05:21:31.570Z Compiling async-stream v0.3.6
18792026-07-14T05:21:31.636Z Compiling waitgroup v0.1.2
18802026-07-14T05:21:31.762Z Compiling rustls-pemfile v2.2.0
18812026-07-14T05:21:31.799Z Compiling serde_path_to_error v0.1.20
18822026-07-14T05:21:31.858Z Compiling wait-timeout v0.2.1
18832026-07-14T05:21:32.040Z Compiling hostname v0.4.2
18842026-07-14T05:21:32.318Z Compiling bit-vec v0.8.0
18852026-07-14T05:21:32.432Z Compiling quick-error v1.2.3
18862026-07-14T05:21:32.623Z Compiling bit-set v0.8.0
18872026-07-14T05:21:32.642Z Compiling rusty-fork v0.3.1
18882026-07-14T05:21:32.676Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-07-14T05:21:32.817Z Compiling serde_with v3.20.0
18902026-07-14T05:21:33.162Z Compiling rand_xorshift v0.4.0
18912026-07-14T05:21:33.330Z Compiling unarray v0.1.4
18922026-07-14T05:21:33.455Z Compiling proptest v1.11.0
18932026-07-14T05:21:33.474Z Compiling strum v0.27.2
18942026-07-14T05:21:33.614Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18952026-07-14T05:21:33.770Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18962026-07-14T05:21:33.873Z Compiling instant v0.1.13
18972026-07-14T05:21:34.180Z Compiling itertools v0.14.0
18982026-07-14T05:21:34.244Z Compiling iddqd v0.4.5
18992026-07-14T05:21:34.814Z Compiling unicode-width v0.2.2
19002026-07-14T05:21:35.294Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-07-14T05:21:35.334Z Compiling block-buffer v0.10.4
19022026-07-14T05:21:35.509Z Compiling backon v1.6.0
19032026-07-14T05:21:35.971Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19042026-07-14T05:21:37.264Z Compiling digest v0.10.7
19052026-07-14T05:21:37.341Z Compiling backoff v0.4.0
19062026-07-14T05:21:37.455Z Compiling parse-display v0.10.0
19072026-07-14T05:21:37.554Z Compiling regress v0.10.5
19082026-07-14T05:21:37.585Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19092026-07-14T05:21:37.826Z Compiling humantime v2.3.0
19102026-07-14T05:21:40.259Z Compiling regress v0.11.1
19112026-07-14T05:21:41.861Z Compiling typify-impl v0.6.2
19122026-07-14T05:21:42.193Z Compiling zerocopy-derive v0.7.35
19132026-07-14T05:21:43.167Z Compiling darling_core v0.21.3
19142026-07-14T05:21:43.320Z Compiling clap_derive v4.6.1
19152026-07-14T05:21:43.582Z Compiling utf8parse v0.2.2
19162026-07-14T05:21:43.698Z Compiling cpufeatures v0.2.17
19172026-07-14T05:21:43.782Z Compiling convert_case v0.4.0
19182026-07-14T05:21:44.077Z Compiling derive_more v0.99.20
19192026-07-14T05:21:44.307Z Compiling anstyle-parse v1.0.0
19202026-07-14T05:21:45.174Z Compiling typify-macro v0.6.2
19212026-07-14T05:21:45.201Z Compiling darling_macro v0.21.3
19222026-07-14T05:21:45.455Z Compiling terminal_size v0.4.4
19232026-07-14T05:21:45.488Z Compiling toml_datetime v0.6.11
19242026-07-14T05:21:45.608Z Compiling colorchoice v1.0.5
19252026-07-14T05:21:45.724Z Compiling anstyle-query v1.1.5
19262026-07-14T05:21:45.770Z Compiling anstyle v1.0.14
19272026-07-14T05:21:45.835Z Compiling is_terminal_polyfill v1.70.2
19282026-07-14T05:21:45.969Z Compiling anstream v1.0.0
19292026-07-14T05:21:46.029Z Compiling darling v0.21.3
19302026-07-14T05:21:46.502Z Compiling secrecy v0.10.3
19312026-07-14T05:21:46.660Z Compiling clap_lex v1.1.0
19322026-07-14T05:21:46.862Z Compiling crucible-workspace-hack v0.1.0
19332026-07-14T05:21:47.007Z Compiling tinyvec_macros v0.1.1
19342026-07-14T05:21:47.068Z Compiling heapless v0.8.0
19352026-07-14T05:21:47.086Z Compiling tinyvec v1.11.0
19362026-07-14T05:21:47.174Z Compiling clap_builder v4.6.0
19372026-07-14T05:21:47.495Z Compiling typify v0.6.2
19382026-07-14T05:21:47.713Z Compiling ingot-macros v0.1.1
19392026-07-14T05:21:47.794Z Compiling zerocopy v0.7.35
19402026-07-14T05:21:48.107Z Compiling hash32 v0.3.1
19412026-07-14T05:21:48.269Z Compiling scroll_derive v0.12.1
19422026-07-14T05:21:48.287Z Compiling rustc_version v0.4.1
19432026-07-14T05:21:48.520Z Compiling num-integer v0.1.46
19442026-07-14T05:21:48.558Z Compiling usdt-impl v0.5.0
19452026-07-14T05:21:48.833Z Compiling smoltcp v0.11.0
19462026-07-14T05:21:48.996Z Compiling scroll v0.12.0
19472026-07-14T05:21:49.121Z Compiling clap v4.6.1
19482026-07-14T05:21:49.212Z Compiling curve25519-dalek v4.1.3
19492026-07-14T05:21:49.448Z Compiling dof v0.3.0
19502026-07-14T05:21:50.352Z Compiling ingot-types v0.1.2
19512026-07-14T05:21:50.985Z Compiling hmac v0.12.1
19522026-07-14T05:21:51.131Z Compiling dtrace-parser v0.2.0
19532026-07-14T05:21:51.150Z Compiling inout v0.1.4
19542026-07-14T05:21:51.292Z Compiling ff v0.13.1
19552026-07-14T05:21:51.310Z Compiling cobs v0.3.0
19562026-07-14T05:21:51.587Z Compiling thread-id v4.2.2
19572026-07-14T05:21:51.711Z Compiling bitflags v1.3.2
19582026-07-14T05:21:51.901Z Compiling managed v0.8.0
19592026-07-14T05:21:51.922Z Compiling unsafe-libyaml v0.2.11
19602026-07-14T05:21:52.451Z Compiling serde_yaml v0.9.34+deprecated
19612026-07-14T05:21:53.004Z Compiling postcard v1.1.3
19622026-07-14T05:21:53.290Z Compiling group v0.13.0
19632026-07-14T05:21:53.412Z Compiling cipher v0.4.4
19642026-07-14T05:21:53.663Z Compiling hkdf v0.12.4
19652026-07-14T05:21:53.741Z Compiling ingot v0.1.1
19662026-07-14T05:21:54.339Z Compiling goblin v0.8.2
19672026-07-14T05:21:54.654Z Compiling num-rational v0.4.2
19682026-07-14T05:21:55.631Z Compiling num-iter v0.1.45
19692026-07-14T05:21:55.925Z Compiling tabwriter v1.4.1
19702026-07-14T05:21:56.132Z Compiling universal-hash v0.5.1
19712026-07-14T05:21:56.279Z Compiling crypto-bigint v0.5.5
19722026-07-14T05:21:56.350Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-07-14T05:21:56.480Z Compiling hubpack_derive v0.1.1
19742026-07-14T05:21:57.009Z Compiling thiserror-impl-no-std v2.0.2
19752026-07-14T05:21:57.200Z Compiling crossbeam-epoch v0.9.18
19762026-07-14T05:21:57.573Z Compiling half v2.7.1
19772026-07-14T05:21:57.715Z Compiling curve25519-dalek-derive v0.1.1
19782026-07-14T05:21:58.113Z Compiling num-complex v0.4.6
19792026-07-14T05:21:58.558Z Compiling memoffset v0.9.1
19802026-07-14T05:21:58.644Z Compiling opaque-debug v0.3.1
19812026-07-14T05:21:58.712Z Compiling cfg_aliases v0.2.1
19822026-07-14T05:21:58.731Z Compiling base64ct v1.8.3
19832026-07-14T05:21:58.898Z Compiling ciborium-io v0.2.2
19842026-07-14T05:21:59.006Z Compiling base16ct v0.2.0
19852026-07-14T05:21:59.067Z Compiling rustix v0.38.44
19862026-07-14T05:21:59.424Z Compiling heck v0.4.1
19872026-07-14T05:21:59.567Z Compiling prettyplease v0.2.37
19882026-07-14T05:22:00.023Z Compiling elliptic-curve v0.13.8
19892026-07-14T05:22:00.027Z Compiling password-hash v0.5.0
19902026-07-14T05:22:00.187Z Compiling ciborium-ll v0.2.2
19912026-07-14T05:22:00.785Z Compiling nix v0.31.3
19922026-07-14T05:22:00.961Z Compiling poly1305 v0.8.0
19932026-07-14T05:22:01.428Z Compiling num v0.4.3
19942026-07-14T05:22:01.507Z Compiling thiserror-no-std v2.0.2
19952026-07-14T05:22:01.605Z Compiling hubpack v0.1.2
19962026-07-14T05:22:02.702Z Compiling chacha20 v0.9.1
19972026-07-14T05:22:02.950Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19982026-07-14T05:22:03.089Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19992026-07-14T05:22:03.303Z Compiling reqwest v0.12.28
20002026-07-14T05:22:04.220Z Compiling toml_edit v0.25.12+spec-1.1.0
20012026-07-14T05:22:04.390Z Compiling blake2 v0.10.6
20022026-07-14T05:22:04.519Z Compiling aead v0.5.2
20032026-07-14T05:22:04.887Z Compiling byte-wrapper v0.1.0
20042026-07-14T05:22:05.047Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20052026-07-14T05:22:05.085Z Compiling serde_repr v0.1.20
20062026-07-14T05:22:05.671Z Compiling proc-macro-error-attr v1.0.4
20072026-07-14T05:22:05.833Z Compiling bstr v1.12.1
20082026-07-14T05:22:05.868Z Compiling static_assertions v1.1.0
20092026-07-14T05:22:05.918Z Compiling float-ord v0.3.2
20102026-07-14T05:22:05.949Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20112026-07-14T05:22:06.103Z Compiling keccak v0.1.6
20122026-07-14T05:22:06.262Z Compiling sha3 v0.10.9
20132026-07-14T05:22:06.665Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20142026-07-14T05:22:06.697Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-07-14T05:22:07.329Z Compiling proc-macro-crate v3.5.0
20162026-07-14T05:22:07.495Z Compiling chacha20poly1305 v0.10.1
20172026-07-14T05:22:07.698Z Compiling argon2 v0.5.3
20182026-07-14T05:22:07.757Z Compiling progenitor-client v0.10.0
20192026-07-14T05:22:08.273Z Compiling vsss-rs v3.3.4
20202026-07-14T05:22:08.749Z Compiling rustls-webpki v0.103.13
20212026-07-14T05:22:10.217Z Compiling ciborium v0.2.2
20222026-07-14T05:22:11.065Z Compiling usdt-attr-macro v0.5.0
20232026-07-14T05:22:11.120Z Compiling usdt-macro v0.5.0
20242026-07-14T05:22:12.557Z Compiling num-derive v0.4.2
20252026-07-14T05:22:12.769Z Compiling enum-as-inner v0.6.1
20262026-07-14T05:22:13.312Z Compiling tokio-rustls v0.26.4
20272026-07-14T05:22:13.360Z Compiling rustls-platform-verifier v0.7.0
20282026-07-14T05:22:13.520Z Compiling proc-macro-error v1.0.4
20292026-07-14T05:22:13.616Z Compiling hyper-rustls v0.27.9
20302026-07-14T05:22:13.947Z Compiling reqwest v0.13.4
20312026-07-14T05:22:14.177Z Compiling memmap v0.7.0
20322026-07-14T05:22:14.513Z Compiling indent_write v2.2.0
20332026-07-14T05:22:14.670Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20342026-07-14T05:22:14.918Z Compiling data-encoding v2.11.0
20352026-07-14T05:22:15.062Z Compiling winnow v0.5.40
20362026-07-14T05:22:15.382Z Compiling progenitor-client v0.14.0
20372026-07-14T05:22:15.857Z Compiling progenitor-extras v0.2.0
20382026-07-14T05:22:16.443Z Compiling toml_edit v0.19.15
20392026-07-14T05:22:16.874Z Compiling usdt v0.5.0
20402026-07-14T05:22:16.999Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-07-14T05:22:17.797Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-07-14T05:22:21.123Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20432026-07-14T05:22:21.237Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-07-14T05:22:21.568Z Compiling num_enum_derive v0.7.6
20452026-07-14T05:22:22.582Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-07-14T05:22:28.250Z Compiling serde_spanned v0.6.9
20472026-07-14T05:22:28.269Z Compiling foreign-types-macros v0.2.3
20482026-07-14T05:22:28.399Z Compiling foreign-types-shared v0.3.1
20492026-07-14T05:22:28.502Z Compiling winnow v0.7.15
20502026-07-14T05:22:28.522Z Compiling vcpkg v0.2.15
20512026-07-14T05:22:28.941Z Compiling bytecount v0.6.9
20522026-07-14T05:22:29.054Z Compiling toml_write v0.1.2
20532026-07-14T05:22:29.079Z Compiling pkg-config v0.3.33
20542026-07-14T05:22:29.138Z Compiling colored v3.1.1
20552026-07-14T05:22:29.386Z Compiling foreign-types v0.5.0
20562026-07-14T05:22:29.529Z Compiling openssl-sys v0.9.116
20572026-07-14T05:22:29.955Z Compiling toml_edit v0.22.27
20582026-07-14T05:22:30.084Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-07-14T05:22:30.102Z Compiling num_enum v0.7.6
20602026-07-14T05:22:30.237Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-07-14T05:22:30.354Z Compiling proc-macro-crate v1.3.1
20622026-07-14T05:22:31.150Z Compiling atomicwrites v0.4.4
20632026-07-14T05:22:31.532Z Compiling progenitor-impl v0.14.0
20642026-07-14T05:22:31.563Z Compiling chacha20 v0.10.0
20652026-07-14T05:22:31.794Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662026-07-14T05:22:32.299Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20672026-07-14T05:22:32.300Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20682026-07-14T05:22:32.335Z Compiling cstr-argument v0.1.2
20692026-07-14T05:22:32.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20702026-07-14T05:22:32.507Z Compiling semver v0.1.20
20712026-07-14T05:22:32.576Z Compiling swrite v0.1.0
20722026-07-14T05:22:32.702Z Compiling linked-hash-map v0.5.6
20732026-07-14T05:22:32.756Z Compiling rayon-core v1.13.0
20742026-07-14T05:22:32.789Z Compiling resolv-conf v0.7.6
20752026-07-14T05:22:32.926Z Compiling unicode-segmentation v1.13.3
20762026-07-14T05:22:33.041Z Compiling lru-cache v0.1.2
20772026-07-14T05:22:33.199Z Compiling rustc_version v0.1.7
20782026-07-14T05:22:33.410Z Compiling newline-converter v0.3.0
20792026-07-14T05:22:33.510Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-07-14T05:22:33.558Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20812026-07-14T05:22:33.576Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-07-14T05:22:33.621Z Compiling progenitor-macro v0.14.0
20832026-07-14T05:22:33.711Z Compiling rand v0.10.2
20842026-07-14T05:22:34.091Z Compiling toml v0.8.23
20852026-07-14T05:22:34.650Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20862026-07-14T05:22:34.942Z Compiling num_enum_derive v0.5.11
20872026-07-14T05:22:35.069Z Compiling hickory-proto v0.24.4
20882026-07-14T05:22:35.167Z Compiling similar v2.7.0
20892026-07-14T05:22:35.951Z Compiling crossbeam-deque v0.8.6
20902026-07-14T05:22:36.184Z Compiling progenitor-impl v0.13.0
20912026-07-14T05:22:37.692Z Compiling console v0.15.11
20922026-07-14T05:22:37.824Z Compiling camino-tempfile v1.4.1
20932026-07-14T05:22:37.973Z Compiling serde-big-array v0.5.1
20942026-07-14T05:22:38.146Z Compiling pin-project-internal v1.1.13
20952026-07-14T05:22:38.246Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20962026-07-14T05:22:38.264Z Compiling derive-where v1.6.1
20972026-07-14T05:22:38.784Z Compiling lazy_static v1.5.0
20982026-07-14T05:22:38.908Z Compiling siphasher v1.0.3
20992026-07-14T05:22:38.949Z Compiling minimal-lexical v0.2.1
21002026-07-14T05:22:39.125Z Compiling phf_shared v0.12.1
21012026-07-14T05:22:39.202Z Compiling nom v7.1.3
21022026-07-14T05:22:39.292Z Compiling pin-project v1.1.13
21032026-07-14T05:22:39.409Z Compiling progenitor-macro v0.13.0
21042026-07-14T05:22:39.563Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21052026-07-14T05:22:40.171Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-07-14T05:22:40.529Z Compiling expectorate v1.2.0
21072026-07-14T05:22:40.749Z Compiling progenitor v0.14.0
21082026-07-14T05:22:40.904Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-07-14T05:22:42.067Z Compiling hickory-resolver v0.24.4
21102026-07-14T05:22:43.459Z Compiling num_enum v0.5.11
21112026-07-14T05:22:44.107Z Compiling newtype_derive v0.1.6
21122026-07-14T05:22:44.398Z Compiling progenitor-client v0.13.0
21132026-07-14T05:22:44.890Z Compiling snafu-derive v0.8.9
21142026-07-14T05:22:46.663Z Compiling unicode-normalization v0.1.25
21152026-07-14T05:22:47.180Z Compiling tokio-stream v0.1.18
21162026-07-14T05:22:47.271Z Compiling async-recursion v1.1.1
21172026-07-14T05:22:47.764Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21182026-07-14T05:22:47.983Z Compiling slog-dtrace v0.3.0
21192026-07-14T05:22:48.127Z Compiling csv-core v0.1.13
21202026-07-14T05:22:48.311Z Compiling unicode-width v0.1.14
21212026-07-14T05:22:48.560Z Compiling same-file v1.0.6
21222026-07-14T05:22:48.633Z Compiling unicode-xid v0.2.6
21232026-07-14T05:22:48.748Z Compiling konst_macro_rules v0.2.19
21242026-07-14T05:22:48.771Z Compiling owo-colors v4.3.0
21252026-07-14T05:22:48.952Z Compiling cancel-safe-futures v0.1.5
21262026-07-14T05:22:49.136Z Compiling highway v1.3.0
21272026-07-14T05:22:49.234Z Compiling foreign-types-shared v0.1.1
21282026-07-14T05:22:49.341Z Compiling chrono-tz v0.10.4
21292026-07-14T05:22:49.593Z Compiling openssl v0.10.80
21302026-07-14T05:22:49.653Z Compiling foldhash v0.1.5
21312026-07-14T05:22:49.760Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-07-14T05:22:49.819Z Compiling hashbrown v0.15.5
21332026-07-14T05:22:49.887Z Compiling foreign-types v0.3.2
21342026-07-14T05:22:49.991Z Compiling konst v0.2.20
21352026-07-14T05:22:50.009Z Compiling const_format_proc_macros v0.2.34
21362026-07-14T05:22:50.386Z Compiling walkdir v2.5.0
21372026-07-14T05:22:50.465Z Compiling csv v1.4.0
21382026-07-14T05:22:50.951Z Compiling qorb v0.4.1
21392026-07-14T05:22:50.971Z Compiling olpc-cjson v0.1.4
21402026-07-14T05:22:51.112Z Compiling progenitor v0.13.0
21412026-07-14T05:22:51.187Z Compiling snafu v0.8.9
21422026-07-14T05:22:51.427Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21432026-07-14T05:22:51.757Z Compiling rayon v1.12.0
21442026-07-14T05:22:51.966Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-07-14T05:22:52.688Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-07-14T05:22:53.994Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-07-14T05:22:55.645Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-07-14T05:22:56.176Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21492026-07-14T05:22:56.197Z Compiling phf v0.12.1
21502026-07-14T05:22:56.659Z Compiling zone_cfg_derive v0.3.1
21512026-07-14T05:22:56.818Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-07-14T05:22:57.366Z Compiling tokio-dtrace v0.1.1
21532026-07-14T05:22:57.624Z Compiling globset v0.4.18
21542026-07-14T05:22:57.746Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21552026-07-14T05:22:57.978Z Compiling itertools v0.12.1
21562026-07-14T05:22:58.404Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-07-14T05:22:59.012Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21582026-07-14T05:22:59.147Z Compiling libsw-core v0.3.2
21592026-07-14T05:22:59.338Z Compiling pem v3.0.6
21602026-07-14T05:22:59.424Z Compiling serde_plain v1.0.2
21612026-07-14T05:22:59.451Z Compiling openssl-macros v0.1.1
21622026-07-14T05:22:59.720Z Compiling cookie v0.18.1
21632026-07-14T05:22:59.956Z Compiling sigpipe v0.1.3
21642026-07-14T05:22:59.982Z Compiling jiff v0.2.28
21652026-07-14T05:23:00.034Z Compiling fixedbitset v0.5.7
21662026-07-14T05:23:00.059Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-07-14T05:23:00.254Z Compiling glob v0.3.3
21682026-07-14T05:23:00.276Z Compiling typed-path v0.9.3
21692026-07-14T05:23:00.313Z Compiling fixedbitset v0.4.2
21702026-07-14T05:23:00.555Z Compiling petgraph v0.6.5
21712026-07-14T05:23:00.822Z Compiling petgraph v0.8.3
21722026-07-14T05:23:02.056Z Compiling tough v0.22.0
21732026-07-14T05:23:02.374Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21742026-07-14T05:23:02.395Z Compiling zone v0.3.1
21752026-07-14T05:23:03.218Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-07-14T05:23:03.250Z Compiling libsw v3.5.0
21772026-07-14T05:23:03.447Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-07-14T05:23:03.694Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21792026-07-14T05:23:04.002Z Compiling oxide-tokio-rt v0.1.6
21802026-07-14T05:23:04.306Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21812026-07-14T05:23:04.586Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-14T05:23:06.757Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-07-14T05:23:06.970Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-14T05:23:07.639Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-07-14T05:23:07.797Z Compiling const_format v0.2.36
21862026-07-14T05:23:08.365Z Compiling papergrid v0.11.0
21872026-07-14T05:23:08.716Z Compiling tabled_derive v0.7.0
21882026-07-14T05:23:08.988Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-07-14T05:23:09.715Z Compiling libscf-sys v1.2.0
21902026-07-14T05:23:09.891Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21912026-07-14T05:23:10.122Z Compiling gethostname v0.5.0
21922026-07-14T05:23:10.270Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-07-14T05:23:10.354Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21942026-07-14T05:23:10.405Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-07-14T05:23:10.533Z Compiling bcs v0.1.6
21962026-07-14T05:23:10.567Z Compiling smf v0.2.3
21972026-07-14T05:23:10.921Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21982026-07-14T05:23:10.939Z Compiling termtree v0.5.1
21992026-07-14T05:23:11.155Z Compiling unicode-linebreak v0.1.5
22002026-07-14T05:23:11.386Z Compiling linear-map v1.2.0
22012026-07-14T05:23:11.402Z Compiling tagptr v0.2.0
22022026-07-14T05:23:11.558Z Compiling whoami v1.6.1
22032026-07-14T05:23:11.577Z Compiling smawk v0.3.2
22042026-07-14T05:23:11.736Z Compiling textwrap v0.16.2
22052026-07-14T05:23:11.755Z Compiling moka v0.12.15
22062026-07-14T05:23:13.028Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-07-14T05:23:13.054Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22082026-07-14T05:23:13.511Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-07-14T05:23:13.831Z Compiling tabled v0.15.0
22102026-07-14T05:23:14.406Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-07-14T05:23:14.474Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-07-14T05:23:14.643Z Compiling steno v0.4.1
22132026-07-14T05:23:14.684Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-07-14T05:23:17.416Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-07-14T05:23:20.622Z Compiling hickory-proto v0.25.2
22162026-07-14T05:23:21.177Z Compiling proc-macro-error-attr2 v2.0.0
22172026-07-14T05:23:21.629Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22182026-07-14T05:23:21.648Z Compiling proc-macro-error2 v2.0.1
22192026-07-14T05:23:21.730Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22202026-07-14T05:23:21.934Z Compiling parking_lot_core v0.8.6
22212026-07-14T05:23:22.059Z Compiling tabled_derive v0.11.0
22222026-07-14T05:23:22.086Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22232026-07-14T05:23:22.272Z Compiling papergrid v0.18.0
22242026-07-14T05:23:23.076Z Compiling hickory-resolver v0.25.2
22252026-07-14T05:23:23.191Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-07-14T05:23:23.823Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22272026-07-14T05:23:24.223Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-07-14T05:23:25.309Z Compiling testing_table v0.3.0
22292026-07-14T05:23:25.730Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22302026-07-14T05:23:26.266Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22312026-07-14T05:23:26.299Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-07-14T05:23:27.434Z Compiling tabled v0.21.0
22332026-07-14T05:23:27.784Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22342026-07-14T05:23:29.063Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22352026-07-14T05:23:29.191Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22362026-07-14T05:23:29.320Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22372026-07-14T05:23:29.859Z Compiling arc-swap v1.9.1
22382026-07-14T05:23:29.976Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
22392026-07-14T05:23:30.218Z Compiling slog-scope v4.4.1
22402026-07-14T05:23:31.553Z Compiling parking_lot v0.11.2
22412026-07-14T05:23:31.979Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22422026-07-14T05:23:32.517Z Compiling dropshot-api-manager-types v0.7.2
22432026-07-14T05:23:34.360Z Compiling fxhash v0.2.1
22442026-07-14T05:23:34.383Z Compiling crc8 v0.1.1
22452026-07-14T05:23:34.383Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
22462026-07-14T05:23:34.383Z Compiling sled v0.34.7
22472026-07-14T05:23:34.383Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22482026-07-14T05:23:34.383Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22492026-07-14T05:23:35.264Z Compiling slog-stdlog v4.1.1
22502026-07-14T05:23:35.707Z Compiling port-file v0.1.0
22512026-07-14T05:23:35.982Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22522026-07-14T05:23:36.003Z Compiling slog-envlogger v2.2.0
22532026-07-14T05:23:36.290Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22542026-07-14T05:23:37.094Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-07-14T05:23:39.928Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22562026-07-14T05:23:42.559Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22572026-07-14T05:23:45.683Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22582026-07-14T05:23:52.827Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22592026-07-14T05:23:58.175Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22602026-07-14T05:24:01.550Z Finished `release` profile [optimized] target(s) in 3m 37s
22612026-07-14T05:24:01.879Z+ banner trio
22622026-07-14T05:24:01.882Z
22632026-07-14T05:24:01.882Z ##### ##### # ####
22642026-07-14T05:24:01.882Z # # # # # #
22652026-07-14T05:24:01.882Z # # # # # #
22662026-07-14T05:24:01.882Z # ##### # # #
22672026-07-14T05:24:01.882Z # # # # # #
22682026-07-14T05:24:01.883Z # # # # ####
22692026-07-14T05:24:01.883Z
22702026-07-14T05:24:01.883Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22712026-07-14T05:24:02.443Z Compiling cfg-if v1.0.4
22722026-07-14T05:24:02.446Z Compiling libc v0.2.186
22732026-07-14T05:24:02.446Z Compiling serde_core v1.0.228
22742026-07-14T05:24:02.554Z Compiling memchr v2.8.1
22752026-07-14T05:24:02.561Z Compiling itoa v1.0.18
22762026-07-14T05:24:02.568Z Compiling smallvec v1.15.1
22772026-07-14T05:24:02.580Z Compiling stable_deref_trait v1.2.1
22782026-07-14T05:24:02.588Z Compiling zerofrom v0.1.8
22792026-07-14T05:24:02.623Z Compiling zmij v1.0.21
22802026-07-14T05:24:02.675Z Compiling litemap v0.8.2
22812026-07-14T05:24:02.735Z Compiling yoke v0.8.3
22822026-07-14T05:24:02.797Z Compiling writeable v0.6.3
22832026-07-14T05:24:02.835Z Compiling utf8_iter v1.0.4
22842026-07-14T05:24:02.878Z Compiling percent-encoding v2.3.2
22852026-07-14T05:24:02.938Z Compiling zerovec v0.11.6
22862026-07-14T05:24:02.953Z Compiling zerotrie v0.2.4
22872026-07-14T05:24:02.997Z Compiling libm v0.2.16
22882026-07-14T05:24:03.044Z Compiling icu_properties_data v2.2.0
22892026-07-14T05:24:03.083Z Compiling icu_normalizer_data v2.2.0
22902026-07-14T05:24:03.153Z Compiling form_urlencoded v1.2.2
22912026-07-14T05:24:03.163Z Compiling errno v0.3.14
22922026-07-14T05:24:03.183Z Compiling rand_core v0.10.1
22932026-07-14T05:24:03.331Z Compiling iana-time-zone v0.1.65
22942026-07-14T05:24:03.382Z Compiling getrandom v0.4.2
22952026-07-14T05:24:03.395Z Compiling pin-project-lite v0.2.17
22962026-07-14T05:24:03.425Z Compiling zeroize v1.8.2
22972026-07-14T05:24:03.497Z Compiling tinystr v0.8.3
22982026-07-14T05:24:03.564Z Compiling potential_utf v0.1.5
22992026-07-14T05:24:03.596Z Compiling dyn-clone v1.0.20
23002026-07-14T05:24:03.668Z Compiling icu_locale_core v2.2.0
23012026-07-14T05:24:03.682Z Compiling icu_collections v2.2.0
23022026-07-14T05:24:03.710Z Compiling socket2 v0.6.5
23032026-07-14T05:24:03.738Z Compiling scopeguard v1.2.0
23042026-07-14T05:24:03.748Z Compiling parking_lot_core v0.9.12
23052026-07-14T05:24:03.760Z Compiling signal-hook-registry v1.4.8
23062026-07-14T05:24:03.849Z Compiling num-traits v0.2.19
23072026-07-14T05:24:04.131Z Compiling lock_api v0.4.14
23082026-07-14T05:24:04.292Z Compiling mio v1.2.1
23092026-07-14T05:24:04.380Z Compiling parking_lot v0.12.5
23102026-07-14T05:24:04.425Z Compiling serde v1.0.228
23112026-07-14T05:24:04.503Z Compiling serde_json v1.0.150
23122026-07-14T05:24:04.595Z Compiling icu_provider v2.2.0
23132026-07-14T05:24:04.612Z Compiling uuid v1.23.5
23142026-07-14T05:24:04.758Z Compiling semver v1.0.28
23152026-07-14T05:24:04.990Z Compiling bytes v1.11.1
23162026-07-14T05:24:05.062Z Compiling icu_properties v2.2.0
23172026-07-14T05:24:05.214Z Compiling icu_normalizer v2.2.0
23182026-07-14T05:24:05.225Z Compiling chrono v0.4.45
23192026-07-14T05:24:05.303Z Compiling portable-atomic v1.13.1
23202026-07-14T05:24:05.416Z Compiling thiserror v2.0.18
23212026-07-14T05:24:05.528Z Compiling tokio v1.52.3
23222026-07-14T05:24:05.894Z Compiling bitflags v2.12.1
23232026-07-14T05:24:06.029Z Compiling idna_adapter v1.2.2
23242026-07-14T05:24:06.167Z Compiling idna v1.1.0
23252026-07-14T05:24:06.307Z Compiling critical-section v1.2.0
23262026-07-14T05:24:06.412Z Compiling futures-core v0.3.32
23272026-07-14T05:24:06.423Z Compiling once_cell v1.21.4
23282026-07-14T05:24:06.543Z Compiling url v2.5.8
23292026-07-14T05:24:06.583Z Compiling equivalent v1.0.2
23302026-07-14T05:24:06.664Z Compiling log v0.4.32
23312026-07-14T05:24:06.671Z Compiling subtle v2.6.1
23322026-07-14T05:24:06.683Z Compiling zerocopy v0.8.50
23332026-07-14T05:24:06.845Z Compiling futures-sink v0.3.32
23342026-07-14T05:24:06.909Z Compiling slab v0.4.12
23352026-07-14T05:24:06.958Z Compiling typenum v1.20.1
23362026-07-14T05:24:07.118Z Compiling schemars v0.8.22
23372026-07-14T05:24:07.136Z Compiling futures-channel v0.3.32
23382026-07-14T05:24:07.422Z Compiling getrandom v0.2.17
23392026-07-14T05:24:07.646Z Compiling futures-task v0.3.32
23402026-07-14T05:24:07.798Z Compiling futures-io v0.3.32
23412026-07-14T05:24:07.829Z Compiling rand_core v0.6.4
23422026-07-14T05:24:08.012Z Compiling futures-util v0.3.32
23432026-07-14T05:24:08.090Z Compiling hashbrown v0.17.1
23442026-07-14T05:24:08.331Z Compiling tracing-core v0.1.36
23452026-07-14T05:24:08.768Z Compiling indexmap v2.14.0
23462026-07-14T05:24:08.781Z Compiling tracing v0.1.44
23472026-07-14T05:24:09.120Z Compiling ipnetwork v0.21.1
23482026-07-14T05:24:09.132Z Compiling base64 v0.22.1
23492026-07-14T05:24:09.441Z Compiling http v1.4.2
23502026-07-14T05:24:09.613Z Compiling unicode-ident v1.0.24
23512026-07-14T05:24:09.623Z Compiling slog v2.8.2
23522026-07-14T05:24:09.639Z Compiling erased-serde v0.3.31
23532026-07-14T05:24:09.736Z Compiling proc-macro2 v1.0.106
23542026-07-14T05:24:09.932Z Compiling fnv v1.0.7
23552026-07-14T05:24:10.043Z Compiling oxnet v0.1.6
23562026-07-14T05:24:10.245Z Compiling quote v1.0.45
23572026-07-14T05:24:10.987Z Compiling getrandom v0.3.4
23582026-07-14T05:24:11.125Z Compiling syn v2.0.117
23592026-07-14T05:24:11.193Z Compiling tokio-util v0.7.18
23602026-07-14T05:24:11.348Z Compiling byteorder v1.5.0
23612026-07-14T05:24:11.352Z Compiling ipnet v2.12.0
23622026-07-14T05:24:11.555Z Compiling thiserror v1.0.69
23632026-07-14T05:24:11.667Z Compiling ppv-lite86 v0.2.21
23642026-07-14T05:24:11.859Z Compiling rustls-pki-types v1.14.1
23652026-07-14T05:24:12.010Z Compiling aws-lc-sys v0.41.0
23662026-07-14T05:24:12.230Z Compiling http-body v1.0.1
23672026-07-14T05:24:12.256Z Compiling untrusted v0.7.1
23682026-07-14T05:24:12.385Z Compiling atomic-waker v1.1.2
23692026-07-14T05:24:12.396Z Compiling httparse v1.10.1
23702026-07-14T05:24:12.453Z Compiling rustls v0.23.40
23712026-07-14T05:24:12.535Z Compiling aws-lc-rs v1.17.0
23722026-07-14T05:24:12.567Z Compiling try-lock v0.2.5
23732026-07-14T05:24:12.602Z Compiling tower-layer v0.3.3
23742026-07-14T05:24:12.711Z Compiling tower-service v0.3.3
23752026-07-14T05:24:12.711Z Compiling untrusted v0.9.0
23762026-07-14T05:24:12.753Z Compiling pretty-hex v0.4.2
23772026-07-14T05:24:12.805Z Compiling ryu v1.0.23
23782026-07-14T05:24:12.835Z Compiling want v0.3.1
23792026-07-14T05:24:12.852Z Compiling h2 v0.4.14
23802026-07-14T05:24:12.891Z Compiling httpdate v1.0.3
23812026-07-14T05:24:12.904Z Compiling rustix v1.1.4
23822026-07-14T05:24:13.019Z Compiling regex-syntax v0.8.10
23832026-07-14T05:24:13.101Z Compiling plain v0.2.3
23842026-07-14T05:24:13.223Z Compiling omicron-workspace-hack v0.1.0
23852026-07-14T05:24:13.274Z Compiling ucd-trie v0.1.7
23862026-07-14T05:24:13.299Z Compiling crossbeam-utils v0.8.21
23872026-07-14T05:24:13.861Z Compiling rustls-webpki v0.103.13
23882026-07-14T05:24:14.077Z Compiling pest v2.8.6
23892026-07-14T05:24:15.490Z Compiling hyper v1.10.1
23902026-07-14T05:24:15.725Z Compiling serde_urlencoded v0.7.1
23912026-07-14T05:24:16.013Z Compiling http-body-util v0.1.4
23922026-07-14T05:24:16.324Z Compiling rand_core v0.9.5
23932026-07-14T05:24:16.485Z Compiling foldhash v0.2.0
23942026-07-14T05:24:16.592Z Compiling allocator-api2 v0.2.21
23952026-07-14T05:24:16.819Z Compiling newtype-uuid v1.3.2
23962026-07-14T05:24:17.025Z Compiling hyper-util v0.1.20
23972026-07-14T05:24:17.881Z Compiling hashbrown v0.16.1
23982026-07-14T05:24:18.610Z Compiling tokio-rustls v0.26.4
23992026-07-14T05:24:18.919Z Compiling hex v0.4.3
24002026-07-14T05:24:19.041Z Compiling daft v0.1.7
24012026-07-14T05:24:19.218Z Compiling rand_chacha v0.9.0
24022026-07-14T05:24:19.333Z Compiling sync_wrapper v1.0.2
24032026-07-14T05:24:19.352Z Compiling aho-corasick v1.1.4
24042026-07-14T05:24:19.455Z Compiling fastrand v2.4.1
24052026-07-14T05:24:19.794Z Compiling tower v0.5.3
24062026-07-14T05:24:19.805Z Compiling rand v0.9.4
24072026-07-14T05:24:20.132Z Compiling anyhow v1.0.103
24082026-07-14T05:24:20.146Z Compiling powerfmt v0.2.0
24092026-07-14T05:24:20.290Z Compiling deranged v0.5.8
24102026-07-14T05:24:20.405Z Compiling regex-automata v0.4.14
24112026-07-14T05:24:20.409Z Compiling tower-http v0.6.11
24122026-07-14T05:24:20.550Z Compiling generic-array v0.14.7
24132026-07-14T05:24:20.784Z Compiling openapiv3 v2.2.0
24142026-07-14T05:24:21.108Z Compiling openssl-probe v0.2.1
24152026-07-14T05:24:21.120Z Compiling num-conv v0.2.2
24162026-07-14T05:24:21.281Z Compiling cpufeatures v0.3.0
24172026-07-14T05:24:21.360Z Compiling num_threads v0.1.7
24182026-07-14T05:24:21.371Z Compiling time-core v0.1.8
24192026-07-14T05:24:21.407Z Compiling rustls-native-certs v0.8.4
24202026-07-14T05:24:21.459Z Compiling camino v1.2.4
24212026-07-14T05:24:21.530Z Compiling time v0.3.47
24222026-07-14T05:24:22.072Z Compiling tempfile v3.27.0
24232026-07-14T05:24:22.293Z Compiling futures-executor v0.3.32
24242026-07-14T05:24:22.862Z Compiling winnow v1.0.3
24252026-07-14T05:24:22.992Z Compiling futures v0.3.32
24262026-07-14T05:24:23.080Z Compiling regex v1.12.3
24272026-07-14T05:24:23.337Z Compiling rustls-platform-verifier v0.7.0
24282026-07-14T05:24:23.978Z Compiling hyper-rustls v0.27.9
24292026-07-14T05:24:24.368Z Compiling crossbeam-channel v0.5.15
24302026-07-14T05:24:24.387Z Compiling scroll v0.13.0
24312026-07-14T05:24:24.499Z Compiling hybrid-array v0.4.12
24322026-07-14T05:24:24.526Z Compiling adler2 v2.0.1
24332026-07-14T05:24:24.685Z Compiling simd-adler32 v0.3.9
24342026-07-14T05:24:24.685Z Compiling goblin v0.10.7
24352026-07-14T05:24:24.862Z Compiling miniz_oxide v0.8.9
24362026-07-14T05:24:24.988Z Compiling crc32fast v1.5.0
24372026-07-14T05:24:25.080Z Compiling reqwest v0.13.4
24382026-07-14T05:24:25.241Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-07-14T05:24:25.537Z Compiling thread_local v1.1.9
24402026-07-14T05:24:25.903Z Compiling either v1.16.0
24412026-07-14T05:24:26.136Z Compiling flate2 v1.1.9
24422026-07-14T05:24:26.281Z Compiling block-buffer v0.12.0
24432026-07-14T05:24:26.462Z Compiling crypto-common v0.2.2
24442026-07-14T05:24:26.690Z Compiling crypto-common v0.1.7
24452026-07-14T05:24:26.841Z Compiling dtrace-parser v0.3.0
24462026-07-14T05:24:27.274Z Compiling rand_chacha v0.3.1
24472026-07-14T05:24:27.744Z Compiling thread-id v5.1.0
24482026-07-14T05:24:27.836Z Compiling is-terminal v0.4.17
24492026-07-14T05:24:27.926Z Compiling dof v0.4.0
24502026-07-14T05:24:27.942Z Compiling debug-ignore v1.0.5
24512026-07-14T05:24:28.056Z Compiling const-oid v0.10.2
24522026-07-14T05:24:28.362Z Compiling take_mut v0.2.2
24532026-07-14T05:24:28.485Z Compiling compression-core v0.4.32
24542026-07-14T05:24:28.670Z Compiling match_cfg v0.1.0
24552026-07-14T05:24:28.744Z Compiling term v1.2.1
24562026-07-14T05:24:29.423Z Compiling slog-term v2.9.2
24572026-07-14T05:24:30.650Z Compiling hostname v0.3.1
24582026-07-14T05:24:30.786Z Compiling usdt-impl v0.6.0
24592026-07-14T05:24:30.817Z Compiling compression-codecs v0.4.38
24602026-07-14T05:24:31.016Z Compiling slog-async v2.8.0
24612026-07-14T05:24:31.226Z Compiling digest v0.11.3
24622026-07-14T05:24:31.419Z Compiling rand v0.8.6
24632026-07-14T05:24:31.698Z Compiling ref-cast v1.0.25
24642026-07-14T05:24:31.817Z Compiling toml_parser v1.1.2+spec-1.1.0
24652026-07-14T05:24:32.245Z Compiling slog-json v2.6.1
24662026-07-14T05:24:32.524Z Compiling strum v0.26.3
24672026-07-14T05:24:32.528Z Compiling macaddr v1.0.1
24682026-07-14T05:24:32.680Z Compiling toml_datetime v1.1.1+spec-1.1.0
24692026-07-14T05:24:32.830Z Compiling serde_spanned v1.1.1
24702026-07-14T05:24:32.983Z Compiling memmap2 v0.9.10
24712026-07-14T05:24:33.113Z Compiling wait-timeout v0.2.1
24722026-07-14T05:24:33.134Z Compiling encoding_rs v0.8.35
24732026-07-14T05:24:33.295Z Compiling spin v0.9.8
24742026-07-14T05:24:33.425Z Compiling bit-vec v0.8.0
24752026-07-14T05:24:33.603Z Compiling toml_writer v1.1.1+spec-1.1.0
24762026-07-14T05:24:33.725Z Compiling quick-error v1.2.3
24772026-07-14T05:24:33.838Z Compiling mime v0.3.17
24782026-07-14T05:24:33.865Z Compiling rusty-fork v0.3.1
24792026-07-14T05:24:34.321Z Compiling multer v3.1.0
24802026-07-14T05:24:34.717Z Compiling toml v1.1.2+spec-1.1.0
24812026-07-14T05:24:35.120Z Compiling bit-set v0.8.0
24822026-07-14T05:24:35.314Z Compiling usdt v0.6.0
24832026-07-14T05:24:35.565Z Compiling slog-bunyan v2.5.0
24842026-07-14T05:24:35.749Z Compiling sha1 v0.11.0
24852026-07-14T05:24:35.991Z Compiling async-compression v0.4.42
24862026-07-14T05:24:36.156Z Compiling serde_with v3.20.0
24872026-07-14T05:24:36.239Z Compiling async-stream v0.3.6
24882026-07-14T05:24:36.440Z Compiling rand_xorshift v0.4.0
24892026-07-14T05:24:36.497Z Compiling waitgroup v0.1.2
24902026-07-14T05:24:36.534Z Compiling rustls-pemfile v2.2.0
24912026-07-14T05:24:36.603Z Compiling serde_path_to_error v0.1.20
24922026-07-14T05:24:36.654Z Compiling hostname v0.4.2
24932026-07-14T05:24:36.814Z Compiling unarray v0.1.4
24942026-07-14T05:24:36.830Z Compiling progenitor-client v0.14.0
24952026-07-14T05:24:36.938Z Compiling proptest v1.11.0
24962026-07-14T05:24:37.075Z Compiling dropshot v0.17.1
24972026-07-14T05:24:37.160Z Compiling strum v0.27.2
24982026-07-14T05:24:37.293Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24992026-07-14T05:24:37.342Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25002026-07-14T05:24:37.408Z Compiling iddqd v0.4.5
25012026-07-14T05:24:37.442Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25022026-07-14T05:24:37.572Z Compiling block-buffer v0.10.4
25032026-07-14T05:24:37.751Z Compiling reqwest v0.12.28
25042026-07-14T05:24:37.763Z Compiling backon v1.6.0
25052026-07-14T05:24:38.047Z Compiling instant v0.1.13
25062026-07-14T05:24:38.168Z Compiling backoff v0.4.0
25072026-07-14T05:24:38.395Z Compiling progenitor-extras v0.2.0
25082026-07-14T05:24:38.638Z Compiling digest v0.10.7
25092026-07-14T05:24:38.899Z Compiling progenitor-client v0.10.0
25102026-07-14T05:24:38.950Z Compiling parse-display v0.10.0
25112026-07-14T05:24:39.366Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25122026-07-14T05:24:39.388Z Compiling itertools v0.14.0
25132026-07-14T05:24:39.390Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25142026-07-14T05:24:39.891Z Compiling regress v0.10.5
25152026-07-14T05:24:40.927Z Compiling humantime v2.3.0
25162026-07-14T05:24:41.372Z Compiling cpufeatures v0.2.17
25172026-07-14T05:24:41.422Z Compiling unicode-width v0.2.2
25182026-07-14T05:24:41.455Z Compiling heck v0.5.0
25192026-07-14T05:24:41.740Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25202026-07-14T05:24:42.049Z Compiling secrecy v0.10.3
25212026-07-14T05:24:42.224Z Compiling tinyvec_macros v0.1.1
25222026-07-14T05:24:42.302Z Compiling tinyvec v1.11.0
25232026-07-14T05:24:42.762Z Compiling num-integer v0.1.46
25242026-07-14T05:24:42.953Z Compiling scroll v0.12.0
25252026-07-14T05:24:43.263Z Compiling crucible-workspace-hack v0.1.0
25262026-07-14T05:24:43.279Z Compiling hmac v0.12.1
25272026-07-14T05:24:43.347Z Compiling inout v0.1.4
25282026-07-14T05:24:43.379Z Compiling regress v0.11.1
25292026-07-14T05:24:43.436Z Compiling ff v0.13.1
25302026-07-14T05:24:43.509Z Compiling utf8parse v0.2.2
25312026-07-14T05:24:43.590Z Compiling group v0.13.0
25322026-07-14T05:24:43.625Z Compiling anstyle-parse v1.0.0
25332026-07-14T05:24:43.712Z Compiling cipher v0.4.4
25342026-07-14T05:24:43.849Z Compiling hkdf v0.12.4
25352026-07-14T05:24:43.970Z Compiling goblin v0.8.2
25362026-07-14T05:24:44.021Z Compiling num-rational v0.4.2
25372026-07-14T05:24:44.718Z Compiling num-iter v0.1.45
25382026-07-14T05:24:44.860Z Compiling zerocopy v0.7.35
25392026-07-14T05:24:45.155Z Compiling typify-impl v0.6.2
25402026-07-14T05:24:45.462Z Compiling universal-hash v0.5.1
25412026-07-14T05:24:45.614Z Compiling crypto-bigint v0.5.5
25422026-07-14T05:24:46.022Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25432026-07-14T05:24:47.356Z Compiling terminal_size v0.4.4
25442026-07-14T05:24:47.522Z Compiling half v2.7.1
25452026-07-14T05:24:47.590Z Compiling num-complex v0.4.6
25462026-07-14T05:24:47.896Z Compiling colorchoice v1.0.5
25472026-07-14T05:24:48.031Z Compiling base16ct v0.2.0
25482026-07-14T05:24:48.054Z Compiling is_terminal_polyfill v1.70.2
25492026-07-14T05:24:48.156Z Compiling anstyle v1.0.14
25502026-07-14T05:24:48.245Z Compiling base64ct v1.8.3
25512026-07-14T05:24:48.317Z Compiling anstyle-query v1.1.5
25522026-07-14T05:24:48.432Z Compiling opaque-debug v0.3.1
25532026-07-14T05:24:48.444Z Compiling ciborium-io v0.2.2
25542026-07-14T05:24:48.513Z Compiling poly1305 v0.8.0
25552026-07-14T05:24:48.544Z Compiling ciborium-ll v0.2.2
25562026-07-14T05:24:48.597Z Compiling password-hash v0.5.0
25572026-07-14T05:24:48.813Z Compiling anstream v1.0.0
25582026-07-14T05:24:49.143Z Compiling elliptic-curve v0.13.8
25592026-07-14T05:24:49.366Z Compiling num v0.4.3
25602026-07-14T05:24:49.446Z Compiling curve25519-dalek v4.1.3
25612026-07-14T05:24:49.449Z Compiling thiserror-no-std v2.0.2
25622026-07-14T05:24:49.554Z Compiling typify v0.6.2
25632026-07-14T05:24:49.581Z Compiling dof v0.3.0
25642026-07-14T05:24:49.666Z Compiling chacha20 v0.9.1
25652026-07-14T05:24:49.922Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25662026-07-14T05:24:50.378Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25672026-07-14T05:24:52.010Z Compiling blake2 v0.10.6
25682026-07-14T05:24:52.130Z Compiling aead v0.5.2
25692026-07-14T05:24:52.280Z Compiling byte-wrapper v0.1.0
25702026-07-14T05:24:52.326Z Compiling dtrace-parser v0.2.0
25712026-07-14T05:24:52.515Z Compiling crossbeam-epoch v0.9.18
25722026-07-14T05:24:52.818Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25732026-07-14T05:24:53.045Z Compiling thread-id v4.2.2
25742026-07-14T05:24:53.139Z Compiling float-ord v0.3.2
25752026-07-14T05:24:53.258Z Compiling strsim v0.11.1
25762026-07-14T05:24:53.271Z Compiling clap_lex v1.1.0
25772026-07-14T05:24:53.304Z Compiling keccak v0.1.6
25782026-07-14T05:24:53.633Z Compiling clap_builder v4.6.0
25792026-07-14T05:24:54.029Z Compiling sha3 v0.10.9
25802026-07-14T05:24:54.093Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25812026-07-14T05:24:54.388Z Compiling usdt-impl v0.5.0
25822026-07-14T05:24:54.427Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25832026-07-14T05:24:54.909Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25842026-07-14T05:24:57.485Z Compiling chacha20poly1305 v0.10.1
25852026-07-14T05:24:57.648Z Compiling argon2 v0.5.3
25862026-07-14T05:24:58.676Z Compiling vsss-rs v3.3.4
25872026-07-14T05:24:58.755Z Compiling ciborium v0.2.2
25882026-07-14T05:24:59.668Z Compiling hash32 v0.3.1
25892026-07-14T05:24:59.840Z Compiling memmap v0.7.0
25902026-07-14T05:24:59.970Z Compiling indent_write v2.2.0
25912026-07-14T05:25:00.081Z Compiling data-encoding v2.11.0
25922026-07-14T05:25:00.122Z Compiling usdt v0.5.0
25932026-07-14T05:25:00.158Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25942026-07-14T05:25:00.771Z Compiling heapless v0.8.0
25952026-07-14T05:25:01.278Z Compiling ingot-types v0.1.2
25962026-07-14T05:25:01.732Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25972026-07-14T05:25:01.875Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25982026-07-14T05:25:01.984Z Compiling clap v4.6.1
25992026-07-14T05:25:02.067Z Compiling rustix v0.38.44
26002026-07-14T05:25:02.087Z Compiling tabwriter v1.4.1
26012026-07-14T05:25:02.459Z Compiling cobs v0.3.0
26022026-07-14T05:25:02.754Z Compiling bitflags v1.3.2
26032026-07-14T05:25:02.787Z Compiling colored v3.1.1
26042026-07-14T05:25:02.834Z Compiling foreign-types-shared v0.3.1
26052026-07-14T05:25:02.936Z Compiling managed v0.8.0
26062026-07-14T05:25:03.209Z Compiling smoltcp v0.11.0
26072026-07-14T05:25:03.467Z Compiling foreign-types v0.5.0
26082026-07-14T05:25:03.481Z Compiling postcard v1.1.3
26092026-07-14T05:25:03.551Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26102026-07-14T05:25:03.852Z Compiling num_enum v0.7.6
26112026-07-14T05:25:03.982Z Compiling ingot v0.1.1
26122026-07-14T05:25:04.720Z Compiling memoffset v0.9.1
26132026-07-14T05:25:04.815Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26142026-07-14T05:25:04.867Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-07-14T05:25:04.930Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26162026-07-14T05:25:05.051Z Compiling chacha20 v0.10.0
26172026-07-14T05:25:05.140Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26182026-07-14T05:25:05.344Z Compiling toml_datetime v0.6.11
26192026-07-14T05:25:05.569Z Compiling serde_spanned v0.6.9
26202026-07-14T05:25:05.727Z Compiling cstr-argument v0.1.2
26212026-07-14T05:25:05.739Z Compiling static_assertions v1.1.0
26222026-07-14T05:25:05.815Z Compiling winnow v0.7.15
26232026-07-14T05:25:05.900Z Compiling linked-hash-map v0.5.6
26242026-07-14T05:25:06.117Z Compiling swrite v0.1.0
26252026-07-14T05:25:06.224Z Compiling toml_write v0.1.2
26262026-07-14T05:25:06.235Z Compiling unicode-segmentation v1.13.3
26272026-07-14T05:25:06.434Z Compiling resolv-conf v0.7.6
26282026-07-14T05:25:06.467Z Compiling lru-cache v0.1.2
26292026-07-14T05:25:06.478Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-07-14T05:25:06.607Z Compiling newline-converter v0.3.0
26312026-07-14T05:25:06.754Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26322026-07-14T05:25:06.895Z Compiling rand v0.10.2
26332026-07-14T05:25:06.895Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26342026-07-14T05:25:07.025Z Compiling hubpack v0.1.2
26352026-07-14T05:25:07.082Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26362026-07-14T05:25:07.273Z Compiling nix v0.31.3
26372026-07-14T05:25:07.310Z Compiling atomicwrites v0.4.4
26382026-07-14T05:25:07.637Z Compiling toml_edit v0.22.27
26392026-07-14T05:25:07.735Z Compiling hickory-proto v0.24.4
26402026-07-14T05:25:07.757Z Compiling crossbeam-deque v0.8.6
26412026-07-14T05:25:07.984Z Compiling console v0.15.11
26422026-07-14T05:25:08.472Z Compiling itertools v0.12.1
26432026-07-14T05:25:09.332Z Compiling camino-tempfile v1.4.1
26442026-07-14T05:25:09.769Z Compiling serde-big-array v0.5.1
26452026-07-14T05:25:09.904Z Compiling similar v2.7.0
26462026-07-14T05:25:09.928Z Compiling lazy_static v1.5.0
26472026-07-14T05:25:09.957Z Compiling siphasher v1.0.3
26482026-07-14T05:25:10.037Z Compiling pin-project v1.1.13
26492026-07-14T05:25:10.146Z Compiling phf_shared v0.12.1
26502026-07-14T05:25:10.169Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26512026-07-14T05:25:10.367Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26522026-07-14T05:25:10.538Z Compiling expectorate v1.2.0
26532026-07-14T05:25:10.750Z Compiling hickory-resolver v0.24.4
26542026-07-14T05:25:11.030Z Compiling toml v0.8.23
26552026-07-14T05:25:12.616Z Compiling prettyplease v0.2.37
26562026-07-14T05:25:13.886Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26572026-07-14T05:25:14.272Z Compiling rayon-core v1.13.0
26582026-07-14T05:25:15.903Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26592026-07-14T05:25:15.993Z Compiling num_enum v0.5.11
26602026-07-14T05:25:16.121Z Compiling progenitor-impl v0.14.0
26612026-07-14T05:25:16.197Z Compiling progenitor-impl v0.13.0
26622026-07-14T05:25:17.080Z Compiling unicode-normalization v0.1.25
26632026-07-14T05:25:17.680Z Compiling progenitor-client v0.13.0
26642026-07-14T05:25:18.213Z Compiling tokio-stream v0.1.18
26652026-07-14T05:25:18.782Z Compiling csv-core v0.1.13
26662026-07-14T05:25:19.195Z Compiling bstr v1.12.1
26672026-07-14T05:25:19.656Z Compiling same-file v1.0.6
26682026-07-14T05:25:19.842Z Compiling foldhash v0.1.5
26692026-07-14T05:25:19.897Z Compiling highway v1.3.0
26702026-07-14T05:25:20.014Z Compiling foreign-types-shared v0.1.1
26712026-07-14T05:25:20.070Z Compiling konst_macro_rules v0.2.19
26722026-07-14T05:25:20.110Z Compiling unicode-width v0.1.14
26732026-07-14T05:25:20.266Z Compiling konst v0.2.20
26742026-07-14T05:25:20.421Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26752026-07-14T05:25:20.591Z Compiling foreign-types v0.3.2
26762026-07-14T05:25:20.648Z Compiling hashbrown v0.15.5
26772026-07-14T05:25:20.670Z Compiling walkdir v2.5.0
26782026-07-14T05:25:21.297Z Compiling globset v0.4.18
26792026-07-14T05:25:21.460Z Compiling csv v1.4.0
26802026-07-14T05:25:22.440Z Compiling qorb v0.4.1
26812026-07-14T05:25:24.118Z Compiling progenitor v0.13.0
26822026-07-14T05:25:24.263Z Compiling snafu v0.8.9
26832026-07-14T05:25:24.484Z Compiling progenitor v0.14.0
26842026-07-14T05:25:24.585Z Compiling olpc-cjson v0.1.4
26852026-07-14T05:25:24.623Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26862026-07-14T05:25:24.808Z Compiling rayon v1.12.0
26872026-07-14T05:25:24.850Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-07-14T05:25:25.246Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26892026-07-14T05:25:27.049Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26902026-07-14T05:25:27.534Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26912026-07-14T05:25:29.753Z Compiling phf v0.12.1
26922026-07-14T05:25:29.934Z Compiling openssl-sys v0.9.116
26932026-07-14T05:25:30.371Z Compiling tokio-dtrace v0.1.1
26942026-07-14T05:25:30.708Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-07-14T05:25:31.260Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26962026-07-14T05:25:31.483Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26972026-07-14T05:25:32.260Z Compiling libsw-core v0.3.2
26982026-07-14T05:25:32.436Z Compiling pem v3.0.6
26992026-07-14T05:25:32.481Z Compiling serde_plain v1.0.2
27002026-07-14T05:25:32.778Z Compiling sigpipe v0.1.3
27012026-07-14T05:25:32.879Z Compiling fixedbitset v0.4.2
27022026-07-14T05:25:33.096Z Compiling bytecount v0.6.9
27032026-07-14T05:25:33.145Z Compiling minimal-lexical v0.2.1
27042026-07-14T05:25:33.253Z Compiling glob v0.3.3
27052026-07-14T05:25:33.283Z Compiling fixedbitset v0.5.7
27062026-07-14T05:25:33.464Z Compiling jiff v0.2.28
27072026-07-14T05:25:33.797Z Compiling typed-path v0.9.3
27082026-07-14T05:25:34.183Z Compiling petgraph v0.8.3
27092026-07-14T05:25:34.242Z Compiling nom v7.1.3
27102026-07-14T05:25:34.958Z Compiling tough v0.22.0
27112026-07-14T05:25:35.124Z Compiling papergrid v0.11.0
27122026-07-14T05:25:35.968Z Compiling petgraph v0.6.5
27132026-07-14T05:25:36.612Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27142026-07-14T05:25:36.754Z Compiling openssl v0.10.80
27152026-07-14T05:25:36.872Z Compiling libsw v3.5.0
27162026-07-14T05:25:37.062Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27172026-07-14T05:25:37.815Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-07-14T05:25:38.052Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27192026-07-14T05:25:38.352Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27202026-07-14T05:25:39.083Z Compiling zone v0.3.1
27212026-07-14T05:25:40.559Z Compiling oxide-tokio-rt v0.1.6
27222026-07-14T05:25:40.917Z Compiling chrono-tz v0.10.4
27232026-07-14T05:25:41.197Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-07-14T05:25:41.404Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27252026-07-14T05:25:41.699Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27262026-07-14T05:25:41.882Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27272026-07-14T05:25:42.428Z Compiling newtype_derive v0.1.6
27282026-07-14T05:25:42.512Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-07-14T05:25:42.550Z Compiling slog-dtrace v0.3.0
27302026-07-14T05:25:43.287Z Compiling const_format v0.2.36
27312026-07-14T05:25:43.807Z Compiling owo-colors v4.3.0
27322026-07-14T05:25:44.407Z Compiling cancel-safe-futures v0.1.5
27332026-07-14T05:25:44.723Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27342026-07-14T05:25:44.773Z Compiling gethostname v0.5.0
27352026-07-14T05:25:44.909Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27362026-07-14T05:25:45.477Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-07-14T05:25:45.608Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-07-14T05:25:45.714Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-07-14T05:25:45.729Z Compiling bcs v0.1.6
27402026-07-14T05:25:45.776Z Compiling smf v0.2.3
27412026-07-14T05:25:46.124Z Compiling unicode-linebreak v0.1.5
27422026-07-14T05:25:46.407Z Compiling smawk v0.3.2
27432026-07-14T05:25:46.447Z Compiling termtree v0.5.1
27442026-07-14T05:25:46.523Z Compiling linear-map v1.2.0
27452026-07-14T05:25:46.577Z Compiling whoami v1.6.1
27462026-07-14T05:25:46.614Z Compiling tagptr v0.2.0
27472026-07-14T05:25:46.749Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-07-14T05:25:46.777Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-07-14T05:25:46.991Z Compiling moka v0.12.15
27502026-07-14T05:25:47.033Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-07-14T05:25:48.321Z Compiling textwrap v0.16.2
27522026-07-14T05:25:48.588Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-07-14T05:25:48.821Z Compiling tabled v0.15.0
27542026-07-14T05:25:49.210Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-07-14T05:25:49.986Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-07-14T05:25:49.986Z Compiling steno v0.4.1
27572026-07-14T05:25:50.197Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-07-14T05:25:50.392Z Compiling cookie v0.18.1
27592026-07-14T05:25:51.757Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-07-14T05:25:56.010Z Compiling hickory-proto v0.25.2
27612026-07-14T05:25:56.491Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27622026-07-14T05:25:57.569Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27632026-07-14T05:25:57.870Z Compiling arc-swap v1.9.1
27642026-07-14T05:25:58.225Z Compiling hickory-resolver v0.25.2
27652026-07-14T05:25:59.538Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-07-14T05:25:59.960Z Compiling slog-scope v4.4.1
27672026-07-14T05:26:00.246Z Compiling libscf-sys v1.2.0
27682026-07-14T05:26:00.395Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-07-14T05:26:00.426Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27702026-07-14T05:26:00.439Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27712026-07-14T05:26:01.155Z Compiling slog-stdlog v4.1.1
27722026-07-14T05:26:01.171Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27732026-07-14T05:26:01.545Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27742026-07-14T05:26:01.654Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27752026-07-14T05:26:02.807Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-07-14T05:26:02.941Z Compiling slog-envlogger v2.2.0
27772026-07-14T05:26:04.246Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27782026-07-14T05:26:04.293Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27792026-07-14T05:26:12.968Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-07-14T05:26:15.361Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-07-14T05:26:17.143Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27822026-07-14T05:26:26.000Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27832026-07-14T05:26:29.807Z Finished `release` profile [optimized] target(s) in 2m 27s
27842026-07-14T05:26:29.921Z Running unittests src/lib.rs (target/release/deps/mg_tests-9c8f796b600c3dda)
27852026-07-14T05:26:29.925Z
27862026-07-14T05:26:29.925Zrunning 1 test
27872026-07-14T05:26:30.081Zconfigure zone
27882026-07-14T05:26:30.098Zinstall zone
27892026-07-14T05:26:39.815Zboot zone
27902026-07-14T05:26:39.899Zstart zone s1
27912026-07-14T05:26:39.902Zconfigure zone
27922026-07-14T05:26:39.908Zinstall zone
27932026-07-14T05:26:41.818Zboot zone
27942026-07-14T05:26:41.924Zstart zone s2
27952026-07-14T05:26:41.924Zconfigure zone
27962026-07-14T05:26:41.936Zinstall zone
27972026-07-14T05:26:44.303Zboot zone
27982026-07-14T05:26:44.404Zstart zone t1
27992026-07-14T05:26:44.407Zconfigure zone
28002026-07-14T05:26:44.414Zinstall zone
28012026-07-14T05:26:47.098Zboot zone
28022026-07-14T05:26:47.199Zwaiting for zones to come up
28032026-07-14T05:26:57.200Z[sidecar.trio] svcs milestone/network
28042026-07-14T05:26:57.224ZSTATE STIME FMRI
28052026-07-14T05:26:57.225Zonline 5:26:39 svc:/milestone/network:default
28062026-07-14T05:26:57.225Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28072026-07-14T05:26:57.251Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28082026-07-14T05:26:57.279Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28092026-07-14T05:26:57.299Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28102026-07-14T05:26:57.302Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28112026-07-14T05:26:57.314Z
28122026-07-14T05:26:57.314Zrunning zone s1.trio setup
28132026-07-14T05:26:57.314Z[s1.trio] svcs milestone/network
28142026-07-14T05:26:57.330ZSTATE STIME FMRI
28152026-07-14T05:26:57.330Zonline 5:26:41 svc:/milestone/network:default
28162026-07-14T05:26:57.330Z[s1.trio] dladm
28172026-07-14T05:26:57.343ZLINK CLASS MTU STATE BRIDGE OVER
28182026-07-14T05:26:57.343Zsl0 simnet 9000 up -- ?
28192026-07-14T05:26:57.343Zmg2 vnic 9000 up -- ?
28202026-07-14T05:26:57.343Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28212026-07-14T05:26:57.912Z
28222026-07-14T05:26:57.912Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28232026-07-14T05:26:57.928Z
28242026-07-14T05:26:57.928Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28252026-07-14T05:26:57.941Z
28262026-07-14T05:26:57.941Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28272026-07-14T05:26:58.031Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28282026-07-14T05:26:58.104Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid bac2dede-9fb3-47c7-a7ce-022ef89d36da --sled-uuid 06be5796-d3d1-48b1-8ed6-d7f8e1235757 -a sl0/v6 &> /opt/ddmd.log &
28292026-07-14T05:26:58.119Z
28302026-07-14T05:26:58.119Zrunning zone s2.trio setup
28312026-07-14T05:26:58.119Z[s2.trio] svcs milestone/network
28322026-07-14T05:26:58.140ZSTATE STIME FMRI
28332026-07-14T05:26:58.140Zonline 5:26:43 svc:/milestone/network:default
28342026-07-14T05:26:58.140Z[s2.trio] dladm
28352026-07-14T05:26:58.154ZLINK CLASS MTU STATE BRIDGE OVER
28362026-07-14T05:26:58.154Zsl1 simnet 9000 up -- ?
28372026-07-14T05:26:58.154Zmg3 vnic 9000 up -- ?
28382026-07-14T05:26:58.154Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28392026-07-14T05:26:58.668Z
28402026-07-14T05:26:58.668Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28412026-07-14T05:26:58.683Z
28422026-07-14T05:26:58.683Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28432026-07-14T05:26:58.695Z
28442026-07-14T05:26:58.695Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28452026-07-14T05:26:58.732Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28462026-07-14T05:26:58.760Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 956b38db-6893-42ba-997d-d937c19ed1dc --sled-uuid 7017b8d0-c080-4a3f-84f6-a75a652b7c8c -a sl1/v6 &> /opt/ddmd.log &
28472026-07-14T05:26:58.771Z
28482026-07-14T05:26:58.771Zrunning zone t1.trio setup
28492026-07-14T05:26:58.771Z[t1.trio] svcs milestone/network
28502026-07-14T05:26:58.786ZSTATE STIME FMRI
28512026-07-14T05:26:58.786Zonline 5:26:46 svc:/milestone/network:default
28522026-07-14T05:26:58.786Z[t1.trio] dladm
28532026-07-14T05:26:58.799ZLINK CLASS MTU STATE BRIDGE OVER
28542026-07-14T05:26:58.799Ztfportrear0_0 simnet 9000 up -- ?
28552026-07-14T05:26:58.799Ztfportrear1_0 simnet 9000 up -- ?
28562026-07-14T05:26:58.799Zmg1 vnic 9000 up -- ?
28572026-07-14T05:26:58.799Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28582026-07-14T05:26:59.371Z
28592026-07-14T05:26:59.371Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28602026-07-14T05:26:59.386Z
28612026-07-14T05:26:59.386Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28622026-07-14T05:26:59.398Z
28632026-07-14T05:26:59.398Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28642026-07-14T05:26:59.410Z
28652026-07-14T05:26:59.410Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28662026-07-14T05:26:59.710Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28672026-07-14T05:26:59.713Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28682026-07-14T05:26:59.716Zwaiting 3s for copy of files to zone to complete ...
28692026-07-14T05:27:02.714Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28702026-07-14T05:27:02.847Z
28712026-07-14T05:27:02.847Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28722026-07-14T05:27:02.960Z
28732026-07-14T05:27:02.960Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28742026-07-14T05:27:03.002Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28752026-07-14T05:27:03.030Z[t1.trio] svcadm disable dendrite
28762026-07-14T05:27:03.054Z
28772026-07-14T05:27:03.055Z[t1.trio] svcadm disable tfport
28782026-07-14T05:27:03.077Z
28792026-07-14T05:27:03.077Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28802026-07-14T05:27:03.104Z
28812026-07-14T05:27:03.104Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28822026-07-14T05:27:03.128Z
28832026-07-14T05:27:03.128Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28842026-07-14T05:27:03.153Z
28852026-07-14T05:27:03.153Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28862026-07-14T05:27:03.178Z
28872026-07-14T05:27:03.178Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28882026-07-14T05:27:03.203Z
28892026-07-14T05:27:03.203Z[t1.trio] svcadm refresh dendrite:default
28902026-07-14T05:27:03.224Z
28912026-07-14T05:27:03.224Z[t1.trio] svcadm enable dendrite:default
28922026-07-14T05:27:03.245Z
28932026-07-14T05:27:03.245Zwait 10s for dendrite to come up ...
28942026-07-14T05:27:13.246Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28952026-07-14T05:27:13.273Z
28962026-07-14T05:27:13.274Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28972026-07-14T05:27:13.299Z
28982026-07-14T05:27:13.299Z[t1.trio] svcadm refresh tfport:default
28992026-07-14T05:27:13.319Z
29002026-07-14T05:27:13.319Z[t1.trio] svcadm enable tfport
29012026-07-14T05:27:13.341Z
29022026-07-14T05:27:13.341Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ea09c7a2-2728-4741-ad0a-5f30fc6421a3 --sled-uuid a659160c-7a8d-4f2f-96ea-53da4ada5ad1 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29032026-07-14T05:27:13.352Z
29042026-07-14T05:27:13.352Z[t1.trio] ipadm
29052026-07-14T05:27:13.366ZADDROBJ TYPE STATE ADDR
29062026-07-14T05:27:13.366Zlo0/v4 static ok 127.0.0.1/8
29072026-07-14T05:27:13.366Zmg1/v4 static ok 10.0.0.3/24
29082026-07-14T05:27:13.366Zlo0/v6 static ok ::1/128
29092026-07-14T05:27:13.366Zlo0/u6 static ok fd00:3::1/64
29102026-07-14T05:27:13.366Ztfportrear0_0/v6 addrconf ok fe80::5465:8fff:fee0:82f8%tfportrear0_0/10
29112026-07-14T05:27:13.366Ztfportrear1_0/v6 addrconf ok fe80::10d6:5ff:fe96:54c6%tfportrear1_0/10
29122026-07-14T05:27:15.488Zinitial peering test passed
29132026-07-14T05:27:16.490Zadvertise from one passed
29142026-07-14T05:27:17.490Zadvertise from two passed
29152026-07-14T05:27:17.491Z[s1.trio] ping fd00:2::1
29162026-07-14T05:27:17.505Zfd00:2::1 is alive
29172026-07-14T05:27:17.505Z[s2.trio] ping fd00:1::1
29182026-07-14T05:27:17.517Zfd00:1::1 is alive
29192026-07-14T05:27:17.517Zconnectivity test passed
29202026-07-14T05:27:17.517Z[t1.trio] pkill ddmd
29212026-07-14T05:27:17.529Z
29222026-07-14T05:27:23.531Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid e96f7db2-256f-42f2-9118-3c620cef360b --sled-uuid 639f250e-e9aa-44cf-a687-4a1818d180a2 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29232026-07-14T05:27:23.544Z
29242026-07-14T05:27:23.544Z[t1.trio] ipadm
29252026-07-14T05:27:23.558ZADDROBJ TYPE STATE ADDR
29262026-07-14T05:27:23.558Zlo0/v4 static ok 127.0.0.1/8
29272026-07-14T05:27:23.558Zmg1/v4 static ok 10.0.0.3/24
29282026-07-14T05:27:23.558Zlo0/v6 static ok ::1/128
29292026-07-14T05:27:23.558Zlo0/u6 static ok fd00:3::1/64
29302026-07-14T05:27:23.558Ztfportrear0_0/v6 addrconf ok fe80::5465:8fff:fee0:82f8%tfportrear0_0/10
29312026-07-14T05:27:23.558Ztfportrear1_0/v6 addrconf ok fe80::10d6:5ff:fe96:54c6%tfportrear1_0/10
29322026-07-14T05:27:26.560Z[s1.trio] ping fd00:2::1
29332026-07-14T05:27:26.575Zfd00:2::1 is alive
29342026-07-14T05:27:26.575Z[s2.trio] ping fd00:1::1
29352026-07-14T05:27:26.586Zfd00:1::1 is alive
29362026-07-14T05:27:26.586Ztransit router restart passed
29372026-07-14T05:27:26.586Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29382026-07-14T05:27:26.602Zlocal v6:
29392026-07-14T05:27:26.602Zfe80::5465:8fff:fee0:82f8
29402026-07-14T05:27:26.602Zfe80::10d6:5ff:fe96:54c6
29412026-07-14T05:27:26.602Zlocal v4:
29422026-07-14T05:27:26.602Zrouter v6_idx:
29432026-07-14T05:27:26.602Zfd00:2::/64 -> 1
29442026-07-14T05:27:26.602Zfd00:1::/64 -> 0
29452026-07-14T05:27:26.602Zrouter v6_routes:
29462026-07-14T05:27:26.602Z0 -> fe80::c8be:f3ff:fed3:d77f (1)
29472026-07-14T05:27:26.602Z1 -> fe80::f075:4eff:fed9:28a7 (2)
29482026-07-14T05:27:26.602Zrouter v4_idx:
29492026-07-14T05:27:26.602Zrouter v4_routes:
29502026-07-14T05:27:26.602Zresolver v4:
29512026-07-14T05:27:26.602Z10.0.0.3 -> 02:08:20:2b:ce:d0
29522026-07-14T05:27:26.602Z10.0.0.254 -> 02:08:20:c4:42:f1
29532026-07-14T05:27:26.602Zresolver v6:
29542026-07-14T05:27:26.602Zfe80::c8be:f3ff:fed3:d77f -> ca:be:f3:d3:d7:7f
29552026-07-14T05:27:26.602Zfe80::5465:8fff:fee0:82f8 -> 56:65:8f:e0:82:f8
29562026-07-14T05:27:26.602Zfe80::10d6:5ff:fe96:54c6 -> 12:d6:05:96:54:c6
29572026-07-14T05:27:26.603Zfe80::f075:4eff:fed9:28a7 -> f2:75:4e:d9:28:a7
29582026-07-14T05:27:26.603Znat v4:
29592026-07-14T05:27:26.603Znat_v6:
29602026-07-14T05:27:26.603Zport_mac:
29612026-07-14T05:27:26.603Z1000: a8:40:25:79:9c:b6
29622026-07-14T05:27:26.603Z1: a8:40:25:79:9c:b7
29632026-07-14T05:27:26.603Z2: a8:40:25:79:9c:b8
29642026-07-14T05:27:26.603Zproxy arp:
29652026-07-14T05:27:26.603Z[s1.trio] pkill ddmd
29662026-07-14T05:27:26.614Z
29672026-07-14T05:27:29.927Ztest ddm::test_trio_v3 has been running for over 60 seconds
29682026-07-14T05:27:31.616Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29692026-07-14T05:27:31.632Zlocal v6:
29702026-07-14T05:27:31.633Zfe80::5465:8fff:fee0:82f8
29712026-07-14T05:27:31.633Zfe80::10d6:5ff:fe96:54c6
29722026-07-14T05:27:31.633Zlocal v4:
29732026-07-14T05:27:31.633Zrouter v6_idx:
29742026-07-14T05:27:31.633Zfd00:2::/64 -> 1
29752026-07-14T05:27:31.633Zrouter v6_routes:
29762026-07-14T05:27:31.633Z1 -> fe80::f075:4eff:fed9:28a7 (2)
29772026-07-14T05:27:31.633Zrouter v4_idx:
29782026-07-14T05:27:31.633Zrouter v4_routes:
29792026-07-14T05:27:31.633Zresolver v4:
29802026-07-14T05:27:31.633Z10.0.0.3 -> 02:08:20:2b:ce:d0
29812026-07-14T05:27:31.633Z10.0.0.254 -> 02:08:20:c4:42:f1
29822026-07-14T05:27:31.633Zresolver v6:
29832026-07-14T05:27:31.633Zfe80::c8be:f3ff:fed3:d77f -> ca:be:f3:d3:d7:7f
29842026-07-14T05:27:31.633Zfe80::5465:8fff:fee0:82f8 -> 56:65:8f:e0:82:f8
29852026-07-14T05:27:31.633Zfe80::10d6:5ff:fe96:54c6 -> 12:d6:05:96:54:c6
29862026-07-14T05:27:31.633Zfe80::f075:4eff:fed9:28a7 -> f2:75:4e:d9:28:a7
29872026-07-14T05:27:31.633Znat v4:
29882026-07-14T05:27:31.633Znat_v6:
29892026-07-14T05:27:31.633Zport_mac:
29902026-07-14T05:27:31.633Z1000: a8:40:25:79:9c:b6
29912026-07-14T05:27:31.633Z1: a8:40:25:79:9c:b7
29922026-07-14T05:27:31.633Z2: a8:40:25:79:9c:b8
29932026-07-14T05:27:31.633Zproxy arp:
29942026-07-14T05:27:31.633Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2fe7d474-8c53-484e-8bab-88afea843bae --sled-uuid 6f3c3988-56af-4f33-b599-e94d56e901e9 -a sl0/v6 &> /opt/ddmd.log &
29952026-07-14T05:27:31.644Z
29962026-07-14T05:27:34.646Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29972026-07-14T05:27:34.662Zlocal v6:
29982026-07-14T05:27:34.662Zfe80::5465:8fff:fee0:82f8
29992026-07-14T05:27:34.662Zfe80::10d6:5ff:fe96:54c6
30002026-07-14T05:27:34.662Zlocal v4:
30012026-07-14T05:27:34.662Zrouter v6_idx:
30022026-07-14T05:27:34.662Zfd00:2::/64 -> 1
30032026-07-14T05:27:34.662Zfd00:1::/64 -> 0
30042026-07-14T05:27:34.662Zrouter v6_routes:
30052026-07-14T05:27:34.662Z0 -> fe80::c8be:f3ff:fed3:d77f (1)
30062026-07-14T05:27:34.662Z1 -> fe80::f075:4eff:fed9:28a7 (2)
30072026-07-14T05:27:34.662Zrouter v4_idx:
30082026-07-14T05:27:34.662Zrouter v4_routes:
30092026-07-14T05:27:34.662Zresolver v4:
30102026-07-14T05:27:34.663Z10.0.0.3 -> 02:08:20:2b:ce:d0
30112026-07-14T05:27:34.663Z10.0.0.254 -> 02:08:20:c4:42:f1
30122026-07-14T05:27:34.663Zresolver v6:
30132026-07-14T05:27:34.663Zfe80::c8be:f3ff:fed3:d77f -> ca:be:f3:d3:d7:7f
30142026-07-14T05:27:34.663Zfe80::5465:8fff:fee0:82f8 -> 56:65:8f:e0:82:f8
30152026-07-14T05:27:34.663Zfe80::10d6:5ff:fe96:54c6 -> 12:d6:05:96:54:c6
30162026-07-14T05:27:34.663Zfe80::f075:4eff:fed9:28a7 -> f2:75:4e:d9:28:a7
30172026-07-14T05:27:34.663Znat v4:
30182026-07-14T05:27:34.663Znat_v6:
30192026-07-14T05:27:34.663Zport_mac:
30202026-07-14T05:27:34.663Z1000: a8:40:25:79:9c:b6
30212026-07-14T05:27:34.663Z1: a8:40:25:79:9c:b7
30222026-07-14T05:27:34.663Z2: a8:40:25:79:9c:b8
30232026-07-14T05:27:34.663Zproxy arp:
30242026-07-14T05:27:34.667Z[s2.trio] netstat -nr -f inet6
30252026-07-14T05:27:34.676ZRouting Table: IPv6
30262026-07-14T05:27:34.676Z Destination/Mask Gateway Flags Ref Use If
30272026-07-14T05:27:34.676Z--------------------------- --------------------------- ----- --- ------- -----
30282026-07-14T05:27:34.676Z::1 ::1 UH 2 0 lo0
30292026-07-14T05:27:34.676Zfd00:1::/64 fe80::10d6:5ff:fe96:54c6 UG 1 0 sl1
30302026-07-14T05:27:34.676Zfe80::/10 fe80::f075:4eff:fed9:28a7 U 3 64 sl1
30312026-07-14T05:27:34.676Z[s2.trio] ipadm
30322026-07-14T05:27:34.688ZADDROBJ TYPE STATE ADDR
30332026-07-14T05:27:34.688Zlo0/v4 static ok 127.0.0.1/8
30342026-07-14T05:27:34.689Zmg3/v4 static ok 10.0.0.2/24
30352026-07-14T05:27:34.689Zlo0/v6 static ok ::1/128
30362026-07-14T05:27:34.689Zlo0/u6 static ok fd00:2::1/64
30372026-07-14T05:27:34.689Zsl1/v6 addrconf ok fe80::f075:4eff:fed9:28a7%sl1/10
30382026-07-14T05:27:34.689Z[s2.trio] route -nv get -inet6 fd00:1::1
30392026-07-14T05:27:34.700Znewrt->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>
30402026-07-14T05:27:34.700Zlocks: inits:
30412026-07-14T05:27:34.700Zsockaddrs: <DST,IFP>
30422026-07-14T05:27:34.700Z fd00:1::1
30432026-07-14T05:27:34.700Z route to: fd00:1::1
30442026-07-14T05:27:34.700Zdestination: fd00:1::
30452026-07-14T05:27:34.700Z mask: ffff:ffff:ffff:ffff::
30462026-07-14T05:27:34.700Z gateway: fe80::10d6:5ff:fe96:54c6
30472026-07-14T05:27:34.701Z interface: sl1 index 3 address f2 75 4e d9 28 a7
30482026-07-14T05:27:34.701Z flags: <UP,GATEWAY,DONE,STATIC>
30492026-07-14T05:27:34.701Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30502026-07-14T05:27:34.701Z 0 0 0 0 0 0 9000 0
30512026-07-14T05:27:34.701Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30522026-07-14T05:27:34.701Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30532026-07-14T05:27:34.701Z fd00:1:: fe80::10d6:5ff:fe96:54c6 ffff:ffff:ffff:ffff:: sl1:f2.75.4e.d9.28.a7 fe80::f075:4eff:fed9:28a7
30542026-07-14T05:27:34.701Z[s2.trio] ndp -na
30552026-07-14T05:27:34.712ZNet to Media Table: IPv6
30562026-07-14T05:27:34.712Z If Physical Address Type State Destination/Mask
30572026-07-14T05:27:34.712Z----- ----------------- ------- ------------ ---------------------------
30582026-07-14T05:27:34.712Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30592026-07-14T05:27:34.713Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30602026-07-14T05:27:34.713Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30612026-07-14T05:27:34.713Zsl1 33:33:ff:96:54:c6 other REACHABLE ff02::1:ff96:54c6
30622026-07-14T05:27:34.713Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30632026-07-14T05:27:34.713Zsl1 33:33:ff:d9:28:a7 other REACHABLE ff02::1:ffd9:28a7
30642026-07-14T05:27:34.713Zsl1 f2:75:4e:d9:28:a7 local REACHABLE fe80::f075:4eff:fed9:28a7
30652026-07-14T05:27:34.713Zsl1 12:d6:05:96:54:c6 dynamic REACHABLE fe80::10d6:5ff:fe96:54c6
30662026-07-14T05:27:34.713Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30672026-07-14T05:27:34.713Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30682026-07-14T05:27:34.726Zlocal v6:
30692026-07-14T05:27:34.726Zfe80::5465:8fff:fee0:82f8
30702026-07-14T05:27:34.726Zfe80::10d6:5ff:fe96:54c6
30712026-07-14T05:27:34.726Zlocal v4:
30722026-07-14T05:27:34.726Zrouter v6_idx:
30732026-07-14T05:27:34.726Zfd00:2::/64 -> 1
30742026-07-14T05:27:34.726Zfd00:1::/64 -> 0
30752026-07-14T05:27:34.726Zrouter v6_routes:
30762026-07-14T05:27:34.726Z0 -> fe80::c8be:f3ff:fed3:d77f (1)
30772026-07-14T05:27:34.726Z1 -> fe80::f075:4eff:fed9:28a7 (2)
30782026-07-14T05:27:34.726Zrouter v4_idx:
30792026-07-14T05:27:34.726Zrouter v4_routes:
30802026-07-14T05:27:34.726Zresolver v4:
30812026-07-14T05:27:34.726Z10.0.0.3 -> 02:08:20:2b:ce:d0
30822026-07-14T05:27:34.726Z10.0.0.254 -> 02:08:20:c4:42:f1
30832026-07-14T05:27:34.726Zresolver v6:
30842026-07-14T05:27:34.726Zfe80::c8be:f3ff:fed3:d77f -> ca:be:f3:d3:d7:7f
30852026-07-14T05:27:34.726Zfe80::5465:8fff:fee0:82f8 -> 56:65:8f:e0:82:f8
30862026-07-14T05:27:34.726Zfe80::10d6:5ff:fe96:54c6 -> 12:d6:05:96:54:c6
30872026-07-14T05:27:34.726Zfe80::f075:4eff:fed9:28a7 -> f2:75:4e:d9:28:a7
30882026-07-14T05:27:34.726Znat v4:
30892026-07-14T05:27:34.726Znat_v6:
30902026-07-14T05:27:34.726Zport_mac:
30912026-07-14T05:27:34.726Z1000: a8:40:25:79:9c:b6
30922026-07-14T05:27:34.727Z1: a8:40:25:79:9c:b7
30932026-07-14T05:27:34.727Z2: a8:40:25:79:9c:b8
30942026-07-14T05:27:34.727Zproxy arp:
30952026-07-14T05:27:34.727Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30962026-07-14T05:27:34.769ZSubnet Port Link Gateway Vlan
30972026-07-14T05:27:34.769Zfd00:1::/64 rear0 0 fe80::c8be:f3ff:fed3:d77f
30982026-07-14T05:27:34.769Zfd00:2::/64 rear1 0 fe80::f075:4eff:fed9:28a7
30992026-07-14T05:27:34.769Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31002026-07-14T05:27:34.809Zhost mac age
31012026-07-14T05:27:34.809Z10.0.0.3 02:08:20:2b:ce:d0 21s
31022026-07-14T05:27:34.809Z10.0.0.254 02:08:20:c4:42:f1 18s
31032026-07-14T05:27:34.809Zfe80::10d6:5ff:fe96:54c6 12:d6:05:96:54:c6 21s
31042026-07-14T05:27:34.809Zfe80::5465:8fff:fee0:82f8 56:65:8f:e0:82:f8 21s
31052026-07-14T05:27:34.809Zfe80::c8be:f3ff:fed3:d77f ca:be:f3:d3:d7:7f 21s
31062026-07-14T05:27:34.809Zfe80::f075:4eff:fed9:28a7 f2:75:4e:d9:28:a7 21s
31072026-07-14T05:27:34.809Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31082026-07-14T05:27:34.848ZLink IPv4 IPv6
31092026-07-14T05:27:34.848Zrear0/0 fe80::5465:8fff:fee0:82f8
31102026-07-14T05:27:34.848Zrear1/0 fe80::10d6:5ff:fe96:54c6
31112026-07-14T05:27:34.848Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31122026-07-14T05:27:35.871ZADDROBJ TYPE STATE ADDR
31132026-07-14T05:27:35.871Zlo0/v4 static ok 127.0.0.1/8
31142026-07-14T05:27:35.871Zmg2/v4 static ok 10.0.0.1/24
31152026-07-14T05:27:35.871Zlo0/v6 static ok ::1/128
31162026-07-14T05:27:35.872Zlo0/u6 static ok fd00:1::1/64
31172026-07-14T05:27:35.872Zsl0/v6 addrconf ok fe80::c8be:f3ff:fed3:d77f%sl0/10
31182026-07-14T05:27:35.872Znewrt->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>
31192026-07-14T05:27:35.872Zlocks: inits:
31202026-07-14T05:27:35.872Zsockaddrs: <DST,IFP>
31212026-07-14T05:27:35.872Z fd00:2::1
31222026-07-14T05:27:35.872Z route to: fd00:2::1
31232026-07-14T05:27:35.872Zdestination: fd00:2::
31242026-07-14T05:27:35.872Z mask: ffff:ffff:ffff:ffff::
31252026-07-14T05:27:35.872Z gateway: fe80::5465:8fff:fee0:82f8
31262026-07-14T05:27:35.872Z interface: sl0 index 3 address ca be f3 d3 d7 7f
31272026-07-14T05:27:35.872Z flags: <UP,GATEWAY,DONE,STATIC>
31282026-07-14T05:27:35.872Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31292026-07-14T05:27:35.872Z 0 0 0 0 0 0 9000 0
31302026-07-14T05:27:35.872Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31312026-07-14T05:27:35.872Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31322026-07-14T05:27:35.872Z fd00:2:: fe80::5465:8fff:fee0:82f8 ffff:ffff:ffff:ffff:: sl0:ca.be.f3.d3.d7.7f fe80::c8be:f3ff:fed3:d77f
31332026-07-14T05:27:35.872Z
31342026-07-14T05:27:35.872ZNet to Media Table: IPv6
31352026-07-14T05:27:35.872Z If Physical Address Type State Destination/Mask
31362026-07-14T05:27:35.872Z----- ----------------- ------- ------------ ---------------------------
31372026-07-14T05:27:35.872Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31382026-07-14T05:27:35.872Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31392026-07-14T05:27:35.872Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31402026-07-14T05:27:35.872Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31412026-07-14T05:27:35.872Zsl0 56:65:8f:e0:82:f8 dynamic REACHABLE fe80::5465:8fff:fee0:82f8
31422026-07-14T05:27:35.872Zsl0 33:33:ff:d3:d7:7f other REACHABLE ff02::1:ffd3:d77f
31432026-07-14T05:27:35.872Zsl0 33:33:ff:e0:82:f8 other REACHABLE ff02::1:ffe0:82f8
31442026-07-14T05:27:35.872Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31452026-07-14T05:27:35.872Zsl0 ca:be:f3:d3:d7:7f local REACHABLE fe80::c8be:f3ff:fed3:d77f
31462026-07-14T05:27:35.872Z
31472026-07-14T05:27:35.872Z
31482026-07-14T05:27:35.872ZRouting Table: IPv6
31492026-07-14T05:27:35.872Z Destination/Mask Gateway Flags Ref Use If
31502026-07-14T05:27:35.873Z--------------------------- --------------------------- ----- --- ------- -----
31512026-07-14T05:27:35.873Z::1 ::1 UH 2 0 lo0
31522026-07-14T05:27:35.873Zfd00:2::/64 fe80::5465:8fff:fee0:82f8 UG 2 2 sl0
31532026-07-14T05:27:35.873Zfe80::/10 fe80::c8be:f3ff:fed3:d77f U 3 64 sl0
31542026-07-14T05:27:35.873ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31552026-07-14T05:27:35.873Z68 bytes from fd00:2::1: icmp_seq=0. time=0.253 ms
31562026-07-14T05:27:35.873Z68 bytes from fd00:2::1: icmp_seq=1. time=0.186 ms
31572026-07-14T05:27:35.873Z
31582026-07-14T05:27:35.873Z----fd00:2::1 PING Statistics----
31592026-07-14T05:27:35.873Z2 packets transmitted, 2 packets received, 0% packet loss
31602026-07-14T05:27:35.873Zround-trip (ms) min/avg/max/stddev = 0.186/0.220/0.253/0.047
31612026-07-14T05:27:35.873Z[s2.trio] ping fd00:1::1
31622026-07-14T05:27:35.884Zfd00:1::1 is alive
31632026-07-14T05:27:35.884Zserver router restart passed
31642026-07-14T05:27:39.889Zpeer expiration recovery passed
31652026-07-14T05:27:40.890Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31662026-07-14T05:27:40.906Z3
31672026-07-14T05:27:40.906Zredundant advertise passed
31682026-07-14T05:27:41.907Ztunnel endpoint advertise passed
31692026-07-14T05:27:46.908Zredundant tunnel endpoint advertise passed
31702026-07-14T05:27:46.908Z[s1.trio] pkill ddmd
31712026-07-14T05:27:46.921Z
31722026-07-14T05:27:51.922Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4d0b1c88-113c-4899-8f5b-46eb5056a3b0 --sled-uuid 34c70586-d4dc-4346-9573-7808b6d8ac73 -a sl0/v6 &> /opt/ddmd.log &
31732026-07-14T05:27:51.935Z
31742026-07-14T05:27:56.941Ztunnel router restart passed
31752026-07-14T05:27:57.951Ztunnel endpoint withdraw passed
31762026-07-14T05:27:57.956Z[t1.trio] pkill ddmd
31772026-07-14T05:27:57.956Z
31782026-07-14T05:27:57.956Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31792026-07-14T05:27:57.960Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31802026-07-14T05:27:59.843Z[s2.trio] pkill ddmd
31812026-07-14T05:27:59.856Z
31822026-07-14T05:27:59.856Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31832026-07-14T05:28:01.666Z[s1.trio] pkill ddmd
31842026-07-14T05:28:01.679Z
31852026-07-14T05:28:01.679Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31862026-07-14T05:28:03.432Z[sidecar.trio] pkill softnpu
31872026-07-14T05:28:03.511Z
31882026-07-14T05:28:03.511Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31892026-07-14T05:28:05.964Ztest ddm::test_trio_v3 ... ok
31902026-07-14T05:28:05.964Z
31912026-07-14T05:28:05.964Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.04s
31922026-07-14T05:28:05.964Z
31932026-07-14T05:28:06.012Z+ cleanup
31942026-07-14T05:28:06.016Z++ id -un
31952026-07-14T05:28:06.018Z++ id -gn
31962026-07-14T05:28:06.018Z+ pfexec chown -R build:build .
31972026-07-14T05:28:06.142Zprocess exited: duration 690647 ms, exit code 0
 
31982026-07-14T05:28:06.150Zfound 5 output files
31992026-07-14T05:28:06.150Zuploading: /work/s1.trio.log (4086 bytes)
32002026-07-14T05:28:07.162Zuploaded: /work/s1.trio.log
32012026-07-14T05:28:07.162Zuploading: /work/s2.trio.log (10639 bytes)
32022026-07-14T05:28:08.171Zuploaded: /work/s2.trio.log
32032026-07-14T05:28:08.172Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32042026-07-14T05:28:09.181Zuploaded: /work/sidecar.trio-softnpu.log
32052026-07-14T05:28:09.181Zuploading: /work/t1.trio-dpd.log (332972 bytes)
32062026-07-14T05:28:10.210Zuploaded: /work/t1.trio-dpd.log
32072026-07-14T05:28:10.210Zuploading: /work/t1.trio.log (25605 bytes)
32082026-07-14T05:28:11.237Zuploaded: /work/t1.trio.log