01KT8TCCHTW6D8SMPB7WQJYWF2: 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: 01KT8TDAH115CKCG2ZGM5EYFN0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T08:02:19.106Zjob assigned to worker 01KT8TDJP5PW48GY6347FJ2G59 [factory aws, i-0e0aeaeadce4fb10f] (queued for 59 s)
 
22026-06-04T08:02:25.581Zstarting task 0: "setup"
32026-06-04T08:02:25.584Z++ uname -s
42026-06-04T08:02:25.587Z+ kern=SunOS
52026-06-04T08:02:25.587Z+ build_user=build
62026-06-04T08:02:25.587Z+ build_uid=12345
72026-06-04T08:02:25.587Z+ work_dir=/work
82026-06-04T08:02:25.587Z+ input_dir=/input
92026-06-04T08:02:25.587Z+ [[ 0 == 12345 ]]
102026-06-04T08:02:25.587Z+ case "$kern" in
112026-06-04T08:02:25.587Z+ groupadd -g 12345 build
122026-06-04T08:02:25.590Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T08:02:27.596Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T08:02:27.717Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T08:02:27.719Z+ home_fs=zfs
162026-06-04T08:02:27.719Z+ [[ zfs == autofs ]]
172026-06-04T08:02:27.719Z+ mkdir -p /home/build
182026-06-04T08:02:27.720Z+ chown build:build /home/build /work
192026-06-04T08:02:28.721Z+ chmod 0700 /home/build /work
202026-06-04T08:02:28.724Zprocess exited: duration 3145 ms, exit code 0
 
212026-06-04T08:02:28.729Zstarting task 1: "rust-toolchain"
222026-06-04T08:02:28.735Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-04T08:02:28.735Z * rust toolchain channel = "stable"
242026-06-04T08:02:28.735Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-04T08:02:28.735Z * rust toolchain profile = "default"
262026-06-04T08:02:28.735Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T08:02:28.735Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T08:02:28.739Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T08:02:28.739Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-04T08:02:28.859Zinfo: downloading installer
312026-06-04T08:02:30.258Zwarn: It looks like you have an existing installation of Rust at:
322026-06-04T08:02:30.258Zwarn: /opt/ooce/bin
332026-06-04T08:02:30.258Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-04T08:02:30.258Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-04T08:02:30.258Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-04T08:02:30.258Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-04T08:02:30.258Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-04T08:02:30.259Zerror: cannot install while Rust is installed
392026-06-04T08:02:30.259Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-04T08:02:30.259Zwarn: It looks like you have an existing rustup settings file at:
412026-06-04T08:02:30.259Zwarn: /home/build/.rustup/settings.toml
422026-06-04T08:02:30.259Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-04T08:02:30.259Zwarn: instead of the one inferred from the default host triple.
442026-06-04T08:02:30.272Zinfo: profile set to default
452026-06-04T08:02:30.272Zinfo: default host triple is x86_64-unknown-illumos
462026-06-04T08:02:30.275Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-04T08:02:30.405Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-04T08:02:30.408Zinfo: downloading 6 components
492026-06-04T08:02:46.227Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-04T08:02:46.227Z
512026-06-04T08:02:46.262Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-04T08:02:46.262Z
532026-06-04T08:02:46.262Z
542026-06-04T08:02:46.262ZRust is installed now. Great!
552026-06-04T08:02:46.262Z
562026-06-04T08:02:46.265ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-04T08:02:46.265Zenvironment variable. This has not been done automatically.
582026-06-04T08:02:46.265Z
592026-06-04T08:02:46.265ZTo configure your current shell, you need to source
602026-06-04T08:02:46.265Zthe corresponding env file under $HOME/.cargo.
612026-06-04T08:02:46.265Z
622026-06-04T08:02:46.265ZThis is usually done by running one of the following (note the leading DOT):
632026-06-04T08:02:46.265Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-04T08:02:46.265Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-04T08:02:46.265Zsource "~/.cargo/env.nu" # For nushell
662026-06-04T08:02:46.265Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-04T08:02:46.265Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-04T08:02:46.265Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-04T08:02:46.265Zwarn: no default linker (`cc`) was found in your PATH
702026-06-04T08:02:46.265Zwarn: many Rust crates require a system C toolchain to build
712026-06-04T08:02:46.420Z+ rustup --version
722026-06-04T08:02:46.424Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-04T08:02:46.424Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-04T08:02:46.424Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-04T08:02:46.425Z+ cargo --version
762026-06-04T08:02:46.425Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-04T08:02:46.425Z+ rustc --version
782026-06-04T08:02:46.437Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-04T08:02:46.441Zprocess exited: duration 17709 ms, exit code 0
 
802026-06-04T08:02:46.447Zstarting task 2: "authentication"
812026-06-04T08:02:46.463Zprocess exited: duration 15 ms, exit code 0
 
822026-06-04T08:02:46.469Zstarting task 3: "clone repository"
832026-06-04T08:02:46.472Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-04T08:02:46.477Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-04T08:02:46.510ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-04T08:02:47.540Z+ cd /work/oxidecomputer/maghemite
872026-06-04T08:02:47.540Z+ git fetch origin 90e3b6b074959d1086893d35caa7804f4a7b3800
882026-06-04T08:02:47.785ZFrom https://github.com/oxidecomputer/maghemite
892026-06-04T08:02:47.785Z * branch 90e3b6b074959d1086893d35caa7804f4a7b3800 -> FETCH_HEAD
902026-06-04T08:02:47.793Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-04T08:02:47.793Z++ git branch --show-current
922026-06-04T08:02:47.793Z+ current=main
932026-06-04T08:02:47.793Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-04T08:02:47.793Z+ git branch -f renovate/dpd-client-digest 90e3b6b074959d1086893d35caa7804f4a7b3800
952026-06-04T08:02:47.793Z+ git checkout -f renovate/dpd-client-digest
962026-06-04T08:02:47.812ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-04T08:02:47.821Z+ git reset --hard 90e3b6b074959d1086893d35caa7804f4a7b3800
982026-06-04T08:02:47.821ZHEAD is now at 90e3b6b Update dpd-client digest to 0c92583
992026-06-04T08:02:47.821Zprocess exited: duration 1342 ms, exit code 0
 
1002026-06-04T08:02:47.836Zstarting task 4: "build"
1012026-06-04T08:02:47.843Z++ dladm
1022026-06-04T08:02:47.851ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-04T08:02:47.851Zena0 phys 9216 up -- --
1042026-06-04T08:02:47.851Z++ ipadm
1052026-06-04T08:02:47.851ZADDROBJ TYPE STATE ADDR
1062026-06-04T08:02:47.852Zlo0/v4 static ok 127.0.0.1/8
1072026-06-04T08:02:47.852Zena0/dhcp dhcp ok 10.150.1.129/24
1082026-06-04T08:02:47.852Zlo0/v6 static ok ::1/128
1092026-06-04T08:02:47.852Z++ banner collect
1102026-06-04T08:02:47.856Z
1112026-06-04T08:02:47.857Z #### #### # # ###### #### #####
1122026-06-04T08:02:47.857Z # # # # # # # # # #
1132026-06-04T08:02:47.857Z # # # # # ##### # #
1142026-06-04T08:02:47.857Z # # # # # # # #
1152026-06-04T08:02:47.857Z # # # # # # # # # #
1162026-06-04T08:02:47.857Z #### #### ###### ###### ###### #### #
1172026-06-04T08:02:47.857Z
1182026-06-04T08:02:47.857Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-04T08:02:47.857Z++ repo=softnpu
1202026-06-04T08:02:47.857Z++ series=image
1212026-06-04T08:02:47.857Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-04T08:02:47.857Z++ name=softnpu
1232026-06-04T08:02:47.857Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-04T08:02:47.857Z++ mkdir -p download
1252026-06-04T08:02:47.857Z++ pushd download
1262026-06-04T08:02:47.857Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-04T08:02:47.857Z++ [[ ! -f softnpu ]]
1282026-06-04T08:02:47.857Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-04T08:02:47.857Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-04T08:02:47.857Z Dload Upload Total Spent Left Speed
1312026-06-04T08:02:48.132Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 56.24M 0 0 100 15.63M 100 15.63M 0 0 56.23M 0 0 100 15.63M 100 15.63M 0 0 56.22M 0 0
1322026-06-04T08:02:48.135Z++ popd
1332026-06-04T08:02:48.135Z/work/oxidecomputer/maghemite
1342026-06-04T08:02:48.135Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-04T08:02:48.135Z++ repo=sidecar-lite
1362026-06-04T08:02:48.135Z++ series=release
1372026-06-04T08:02:48.135Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-04T08:02:48.135Z++ name=libsidecar_lite.so
1392026-06-04T08:02:48.135Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-04T08:02:48.135Z++ mkdir -p download
1412026-06-04T08:02:48.138Z++ pushd download
1422026-06-04T08:02:48.138Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-04T08:02:48.138Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-04T08:02:48.138Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-04T08:02:48.141Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-04T08:02:48.141Z Dload Upload Total Spent Left Speed
1472026-06-04T08:02:48.502Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 39.35M 0 0 100 12.04M 100 12.04M 0 0 39.34M 0 0 100 12.04M 100 12.04M 0 0 39.34M 0 0
1482026-06-04T08:02:48.516Z++ popd
1492026-06-04T08:02:48.516Z/work/oxidecomputer/maghemite
1502026-06-04T08:02:48.516Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-04T08:02:48.516Z++ repo=sidecar-lite
1522026-06-04T08:02:48.516Z++ series=release
1532026-06-04T08:02:48.516Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-04T08:02:48.516Z++ name=scadm
1552026-06-04T08:02:48.516Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-04T08:02:48.516Z++ mkdir -p download
1572026-06-04T08:02:48.516Z++ pushd download
1582026-06-04T08:02:48.516Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-04T08:02:48.516Z++ [[ ! -f scadm ]]
1602026-06-04T08:02:48.516Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-04T08:02:48.516Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-04T08:02:48.516Z Dload Upload Total Spent Left Speed
1632026-06-04T08:02:48.791Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 47.05M 0 0 100 15.78M 100 15.78M 0 0 47.04M 0 0 100 15.78M 100 15.78M 0 0 47.03M 0 0
1642026-06-04T08:02:48.796Z++ popd
1652026-06-04T08:02:48.801Z/work/oxidecomputer/maghemite
1662026-06-04T08:02:48.801Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-04T08:02:48.801Z++ repo=dendrite
1682026-06-04T08:02:48.801Z++ series=image
1692026-06-04T08:02:48.801Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-04T08:02:48.801Z++ name=dendrite-softnpu.tar.gz
1712026-06-04T08:02:48.801Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-04T08:02:48.801Z++ mkdir -p download
1732026-06-04T08:02:48.801Z++ pushd download
1742026-06-04T08:02:48.801Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-04T08:02:48.801Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-04T08:02:48.801Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-04T08:02:48.805Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-04T08:02:48.805Z Dload Upload Total Spent Left Speed
1792026-06-04T08:02:49.823Z 0 0 0 0 0 0 0 0 0 96 71.59M 96 69.02M 0 0 69.08M 0 00:01 00:01 69.09M 100 71.59M 100 71.59M 0 0 70.15M 0 00:01 00:01 69.09M 100 71.59M 100 71.59M 0 0 70.14M 0 00:01 00:01 69.09M 100 71.59M 100 71.59M 0 0 70.14M 0 00:01 00:01 69.09M
1802026-06-04T08:02:49.827Z++ popd
1812026-06-04T08:02:49.829Z/work/oxidecomputer/maghemite
1822026-06-04T08:02:49.830Z++ get_artifact maghemite release 90e3b6b074959d1086893d35caa7804f4a7b3800 ddm
1832026-06-04T08:02:49.830Z++ repo=maghemite
1842026-06-04T08:02:49.830Z++ series=release
1852026-06-04T08:02:49.830Z++ commit=90e3b6b074959d1086893d35caa7804f4a7b3800
1862026-06-04T08:02:49.830Z++ name=ddm
1872026-06-04T08:02:49.830Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-04T08:02:49.830Z++ mkdir -p download
1892026-06-04T08:02:49.830Z++ pushd download
1902026-06-04T08:02:49.830Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-04T08:02:49.830Z++ [[ ! -f ddm ]]
1922026-06-04T08:02:49.830Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/90e3b6b074959d1086893d35caa7804f4a7b3800/ddm
1932026-06-04T08:02:49.837Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-04T08:02:49.842Z Dload Upload Total Spent Left Speed
1952026-06-04T08:02:49.891Z 0 0 0 0 0 0 0 0 0
1962026-06-04T08:02:49.897Zcurl: (22) The requested URL returned error: 404
1972026-06-04T08:02:49.897Z++ popd
1982026-06-04T08:02:49.897Z/work/oxidecomputer/maghemite
1992026-06-04T08:02:49.897Z++ get_artifact maghemite release 90e3b6b074959d1086893d35caa7804f4a7b3800 ddmadm
2002026-06-04T08:02:49.897Z++ repo=maghemite
2012026-06-04T08:02:49.897Z++ series=release
2022026-06-04T08:02:49.897Z++ commit=90e3b6b074959d1086893d35caa7804f4a7b3800
2032026-06-04T08:02:49.897Z++ name=ddmadm
2042026-06-04T08:02:49.897Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-04T08:02:49.897Z++ mkdir -p download
2062026-06-04T08:02:49.897Z++ pushd download
2072026-06-04T08:02:49.897Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-04T08:02:49.897Z++ [[ ! -f ddmadm ]]
2092026-06-04T08:02:49.898Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/90e3b6b074959d1086893d35caa7804f4a7b3800/ddmadm
2102026-06-04T08:02:49.901Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-04T08:02:49.901Z Dload Upload Total Spent Left Speed
2122026-06-04T08:02:49.958Z 0 0 0 0 0 0 0 0 0
2132026-06-04T08:02:49.958Zcurl: (22) The requested URL returned error: 404
2142026-06-04T08:02:49.961Z++ popd
2152026-06-04T08:02:49.961Z/work/oxidecomputer/maghemite
2162026-06-04T08:02:49.961Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2172026-06-04T08:02:49.961Z++ pushd download
2182026-06-04T08:02:49.962Z++ chmod +x softnpu
2192026-06-04T08:02:49.962Z++ chmod +x scadm
2202026-06-04T08:02:49.962Z++ chmod +x ddmadm
2212026-06-04T08:02:49.962Zchmod: WARNING: can't access ddmadm
2222026-06-04T08:02:49.962Z++ chmod +x ddmd
2232026-06-04T08:02:49.964Zchmod: WARNING: can't access ddmd
2242026-06-04T08:02:49.964Z++ mv ddmadm ddmadm-v2
2252026-06-04T08:02:49.965Zmv: cannot access ddmadm
2262026-06-04T08:02:49.965Z++ mv ddmd ddmd-v2
2272026-06-04T08:02:49.967Zmv: cannot access ddmd
2282026-06-04T08:02:49.967Z++ rm -rf zones/dendrite
2292026-06-04T08:02:49.967Z++ mkdir -p zones/dendrite
2302026-06-04T08:02:49.970Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-04T08:02:50.984Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-04T08:02:50.987Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-04T08:02:50.989Z++ popd
2342026-06-04T08:02:50.989Z/work/oxidecomputer/maghemite
2352026-06-04T08:02:50.989Z++ banner install
2362026-06-04T08:02:50.990Z
2372026-06-04T08:02:50.990Z # # # #### ##### ## # #
2382026-06-04T08:02:50.990Z # ## # # # # # # #
2392026-06-04T08:02:50.990Z # # # # #### # # # # #
2402026-06-04T08:02:50.990Z # # # # # # ###### # #
2412026-06-04T08:02:50.990Z # # ## # # # # # # #
2422026-06-04T08:02:50.990Z # # # #### # # # ###### ######
2432026-06-04T08:02:50.990Z
2442026-06-04T08:02:50.990Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-04T08:02:50.990Z++ set +o errexit
2462026-06-04T08:02:50.990Z++ pkg info clang-15
2472026-06-04T08:02:50.990Z++ grep -qi installed
2482026-06-04T08:02:52.189Zpkg: info: no packages matching the following patterns you specified are
2492026-06-04T08:02:52.189Zinstalled on the system. Try querying remotely instead:
2502026-06-04T08:02:52.189Z
2512026-06-04T08:02:52.189Z clang-15
2522026-06-04T08:02:52.226Z++ [[ 1 != 0 ]]
2532026-06-04T08:02:52.226Z++ set -o errexit
2542026-06-04T08:02:52.229Z++ pfexec pkg install clang-15
2552026-06-04T08:02:59.234Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-04T08:03:07.021Z Startup: Caching catalogs ... Done
2572026-06-04T08:03:14.445ZPlanning: Solver setup ... Done
2582026-06-04T08:03:14.485ZPlanning: Running solver ... Done
2592026-06-04T08:03:14.628ZPlanning: Finding local manifests ... Done
2602026-06-04T08:03:15.070ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-04T08:03:15.199ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-04T08:03:15.228ZPlanning: Package planning ... Done
2632026-06-04T08:03:15.253ZPlanning: Merging actions ... Done
2642026-06-04T08:03:15.362ZPlanning: Checking for conflicting actions ... Done
2652026-06-04T08:03:15.369ZPlanning: Consolidating action changes ... Done
2662026-06-04T08:03:16.155ZPlanning: Evaluating mediators ... Done
2672026-06-04T08:03:16.161ZPlanning: Planning completed in 8.97 seconds
2682026-06-04T08:03:16.172Z Packages to install: 2
2692026-06-04T08:03:16.172Z Mediators to change: 2
2702026-06-04T08:03:16.172Z Services to change: 1
2712026-06-04T08:03:16.172Z Create boot environment: No
2722026-06-04T08:03:16.172ZCreate backup boot environment: No
2732026-06-04T08:03:16.214Z
2742026-06-04T08:03:16.214ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-04T08:03:21.223ZDownload: 394/3076 items 16.4/211.3MB 7% complete (3.6M/s)
2762026-06-04T08:03:26.272ZDownload: 658/3076 items 17.6/211.3MB 8% complete (2.0M/s)
2772026-06-04T08:03:31.314ZDownload: 894/3076 items 54.8/211.3MB 25% complete (3.8M/s)
2782026-06-04T08:03:37.205ZDownload: 974/3076 items 77.4/211.3MB 36% complete (6.0M/s)
2792026-06-04T08:03:43.993ZDownload: 980/3076 items 80.7/211.3MB 38% complete (5.7M/s)
2802026-06-04T08:03:53.915ZDownload: 983/3076 items 82.2/211.3MB 38% complete (1.1M/s)
2812026-06-04T08:03:58.955ZDownload: 1084/3076 items 100.9/211.3MB 47% complete (3.8M/s)
2822026-06-04T08:04:04.123ZDownload: 1388/3076 items 116.4/211.3MB 55% complete (3.5M/s)
2832026-06-04T08:04:09.125ZDownload: 1909/3076 items 117.6/211.3MB 55% complete (1.6M/s)
2842026-06-04T08:04:14.774ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (471k/s)
2852026-06-04T08:04:27.896ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
2862026-06-04T08:04:32.919ZDownload: 2489/3076 items 119.4/211.3MB 56% complete (325k/s)
2872026-06-04T08:04:37.976ZDownload: 3020/3076 items 201.7/211.3MB 95% complete (9.0M/s)
2882026-06-04T08:04:53.091ZDownload: 3028/3076 items 201.8/211.3MB 95% complete
2892026-06-04T08:04:56.074ZDownload: Completed 211.31 MB in 99.86 seconds (2.1M/s)
2902026-06-04T08:04:56.212Z Actions: 1/3418 actions (Installing new actions)
2912026-06-04T08:04:59.361Z Actions: Completed 3418 actions in 3.15 seconds.
2922026-06-04T08:05:00.014Z Done
2932026-06-04T08:05:00.014Z Done
2942026-06-04T08:05:00.747Z Done
2952026-06-04T08:05:04.129Z Done
2962026-06-04T08:05:04.201Z Done
2972026-06-04T08:05:04.204Z Done
2982026-06-04T08:05:04.479Z Done
2992026-06-04T08:05:05.158Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3002026-06-04T08:05:05.158Z++ set +o errexit
3012026-06-04T08:05:05.161Z++ pkg info pkg-config
3022026-06-04T08:05:05.161Z++ grep -qi installed
3032026-06-04T08:05:05.389Z++ [[ 0 != 0 ]]
3042026-06-04T08:05:05.389Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3052026-06-04T08:05:05.389Z++ set +o errexit
3062026-06-04T08:05:05.394Z++ pkg info brand/omicron1
3072026-06-04T08:05:05.394Z++ grep -qi installed
3082026-06-04T08:05:05.600Zpkg: info: no packages matching the following patterns you specified are
3092026-06-04T08:05:05.600Zinstalled on the system. Try querying remotely instead:
3102026-06-04T08:05:05.600Z
3112026-06-04T08:05:05.600Z brand/omicron1
3122026-06-04T08:05:05.608Z++ [[ 1 != 0 ]]
3132026-06-04T08:05:05.608Z++ set -o errexit
3142026-06-04T08:05:05.611Z++ pfexec pkg install brand/omicron1
3152026-06-04T08:05:06.875Z Startup: Refreshing catalog 'helios-dev' ... Done
3162026-06-04T08:05:14.116ZPlanning: Solver setup ... Done
3172026-06-04T08:05:14.156ZPlanning: Running solver ... Done
3182026-06-04T08:05:14.295ZPlanning: Finding local manifests ... Done
3192026-06-04T08:05:14.299ZPlanning: Fetching manifests: 0/2 0% complete
3202026-06-04T08:05:14.419ZPlanning: Fetching manifests: 2/2 100% complete
3212026-06-04T08:05:14.432ZPlanning: Package planning ... Done
3222026-06-04T08:05:14.435ZPlanning: Merging actions ... Done
3232026-06-04T08:05:14.582ZPlanning: Checking for conflicting actions ... Done
3242026-06-04T08:05:14.585ZPlanning: Consolidating action changes ... Done
3252026-06-04T08:05:14.742ZPlanning: Evaluating mediators ... Done
3262026-06-04T08:05:14.745ZPlanning: Planning completed in 7.87 seconds
3272026-06-04T08:05:14.750Z Packages to install: 2
3282026-06-04T08:05:14.750Z Create boot environment: No
3292026-06-04T08:05:14.750ZCreate backup boot environment: No
3302026-06-04T08:05:14.779Z
3312026-06-04T08:05:14.779ZDownload: 0/5 items 0.0/1.1MB 0% complete
3322026-06-04T08:05:14.798ZDownload: Completed 1.07 MB in 0.02 seconds (54.7M/s)
3332026-06-04T08:05:14.875Z Actions: 1/28 actions (Installing new actions)
3342026-06-04T08:05:14.888Z Actions: Completed 28 actions in 0.01 seconds.
3352026-06-04T08:05:15.406Z Done
3362026-06-04T08:05:15.406Z Done
3372026-06-04T08:05:16.048Z Done
3382026-06-04T08:05:18.890Z Done
3392026-06-04T08:05:18.968Z Done
3402026-06-04T08:05:18.972Z Done
3412026-06-04T08:05:19.111Z Done
3422026-06-04T08:05:19.249Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3432026-06-04T08:05:19.249Z++ set +o errexit
3442026-06-04T08:05:19.255Z++ pkg info brand/omicron1/tools
3452026-06-04T08:05:19.255Z++ grep -qi installed
3462026-06-04T08:05:19.431Zpkg: info: no packages matching the following patterns you specified are
3472026-06-04T08:05:19.431Zinstalled on the system. Try querying remotely instead:
3482026-06-04T08:05:19.431Z
3492026-06-04T08:05:19.431Z brand/omicron1/tools
3502026-06-04T08:05:19.466Z++ [[ 1 != 0 ]]
3512026-06-04T08:05:19.466Z++ set -o errexit
3522026-06-04T08:05:19.466Z++ pfexec pkg install brand/omicron1/tools
3532026-06-04T08:05:19.875Z Startup: Refreshing catalog 'helios-dev' ... Done
3542026-06-04T08:05:27.091ZPlanning: Solver setup ... Done
3552026-06-04T08:05:27.130ZPlanning: Running solver ... Done
3562026-06-04T08:05:27.269ZPlanning: Finding local manifests ... Done
3572026-06-04T08:05:27.276ZPlanning: Fetching manifests: 0/1 0% complete
3582026-06-04T08:05:27.387ZPlanning: Fetching manifests: 1/1 100% complete
3592026-06-04T08:05:27.400ZPlanning: Package planning ... Done
3602026-06-04T08:05:27.403ZPlanning: Merging actions ... Done
3612026-06-04T08:05:27.541ZPlanning: Checking for conflicting actions ... Done
3622026-06-04T08:05:27.545ZPlanning: Consolidating action changes ... Done
3632026-06-04T08:05:27.699ZPlanning: Evaluating mediators ... Done
3642026-06-04T08:05:27.702ZPlanning: Planning completed in 7.82 seconds
3652026-06-04T08:05:27.707Z Packages to install: 1
3662026-06-04T08:05:27.707Z Services to change: 1
3672026-06-04T08:05:27.707Z Create boot environment: No
3682026-06-04T08:05:27.707ZCreate backup boot environment: No
3692026-06-04T08:05:27.735Z
3702026-06-04T08:05:27.735ZDownload: 0/2 items 0.0/1.2MB 0% complete
3712026-06-04T08:05:27.762ZDownload: Completed 1.19 MB in 0.03 seconds (43.5M/s)
3722026-06-04T08:05:27.847Z Actions: 1/19 actions (Installing new actions)
3732026-06-04T08:05:27.861Z Actions: Completed 19 actions in 0.01 seconds.
3742026-06-04T08:05:28.371Z Done
3752026-06-04T08:05:28.371Z Done
3762026-06-04T08:05:29.004Z Done
3772026-06-04T08:05:31.904Z Done
3782026-06-04T08:05:31.975Z Done
3792026-06-04T08:05:31.978Z Done
3802026-06-04T08:05:32.139Z Done
3812026-06-04T08:05:32.281Z++ pfexec svcadm enable baseline
3822026-06-04T08:05:32.294Z++ retry=0
3832026-06-04T08:05:32.297Z+++ svcs -Hostate baseline
3842026-06-04T08:05:32.311Z++ [[ offline* != online ]]
3852026-06-04T08:05:32.311Z++ [[ 0 -gt 300 ]]
3862026-06-04T08:05:32.311Z++ sleep 1
3872026-06-04T08:05:33.314Z++ retry=1
3882026-06-04T08:05:33.317Z+++ svcs -Hostate baseline
3892026-06-04T08:05:33.327Z++ [[ offline* != online ]]
3902026-06-04T08:05:33.327Z++ [[ 1 -gt 300 ]]
3912026-06-04T08:05:33.327Z++ sleep 1
3922026-06-04T08:05:34.331Z++ retry=2
3932026-06-04T08:05:34.334Z+++ svcs -Hostate baseline
3942026-06-04T08:05:34.344Z++ [[ offline* != online ]]
3952026-06-04T08:05:34.345Z++ [[ 2 -gt 300 ]]
3962026-06-04T08:05:34.345Z++ sleep 1
3972026-06-04T08:05:35.348Z++ retry=3
3982026-06-04T08:05:35.353Z+++ svcs -Hostate baseline
3992026-06-04T08:05:35.362Z++ [[ offline* != online ]]
4002026-06-04T08:05:35.362Z++ [[ 3 -gt 300 ]]
4012026-06-04T08:05:35.362Z++ sleep 1
4022026-06-04T08:05:36.364Z++ retry=4
4032026-06-04T08:05:36.368Z+++ svcs -Hostate baseline
4042026-06-04T08:05:36.386Z++ [[ offline* != online ]]
4052026-06-04T08:05:36.386Z++ [[ 4 -gt 300 ]]
4062026-06-04T08:05:36.389Z++ sleep 1
4072026-06-04T08:05:37.383Z++ retry=5
4082026-06-04T08:05:37.386Z+++ svcs -Hostate baseline
4092026-06-04T08:05:37.400Z++ [[ offline* != online ]]
4102026-06-04T08:05:37.400Z++ [[ 5 -gt 300 ]]
4112026-06-04T08:05:37.400Z++ sleep 1
4122026-06-04T08:05:38.398Z++ retry=6
4132026-06-04T08:05:38.401Z+++ svcs -Hostate baseline
4142026-06-04T08:05:38.416Z++ [[ offline* != online ]]
4152026-06-04T08:05:38.416Z++ [[ 6 -gt 300 ]]
4162026-06-04T08:05:38.416Z++ sleep 1
4172026-06-04T08:05:39.416Z++ retry=7
4182026-06-04T08:05:39.419Z+++ svcs -Hostate baseline
4192026-06-04T08:05:39.433Z++ [[ offline* != online ]]
4202026-06-04T08:05:39.433Z++ [[ 7 -gt 300 ]]
4212026-06-04T08:05:39.433Z++ sleep 1
4222026-06-04T08:05:40.436Z++ retry=8
4232026-06-04T08:05:40.439Z+++ svcs -Hostate baseline
4242026-06-04T08:05:40.451Z++ [[ offline* != online ]]
4252026-06-04T08:05:40.451Z++ [[ 8 -gt 300 ]]
4262026-06-04T08:05:40.451Z++ sleep 1
4272026-06-04T08:05:41.455Z++ retry=9
4282026-06-04T08:05:41.458Z+++ svcs -Hostate baseline
4292026-06-04T08:05:41.470Z++ [[ offline* != online ]]
4302026-06-04T08:05:41.470Z++ [[ 9 -gt 300 ]]
4312026-06-04T08:05:41.470Z++ sleep 1
4322026-06-04T08:05:42.473Z++ retry=10
4332026-06-04T08:05:42.476Z+++ svcs -Hostate baseline
4342026-06-04T08:05:42.488Z++ [[ offline* != online ]]
4352026-06-04T08:05:42.488Z++ [[ 10 -gt 300 ]]
4362026-06-04T08:05:42.488Z++ sleep 1
4372026-06-04T08:05:43.490Z++ retry=11
4382026-06-04T08:05:43.495Z+++ svcs -Hostate baseline
4392026-06-04T08:05:43.507Z++ [[ offline* != online ]]
4402026-06-04T08:05:43.507Z++ [[ 11 -gt 300 ]]
4412026-06-04T08:05:43.507Z++ sleep 1
4422026-06-04T08:05:44.509Z++ retry=12
4432026-06-04T08:05:44.514Z+++ svcs -Hostate baseline
4442026-06-04T08:05:44.525Z++ [[ offline* != online ]]
4452026-06-04T08:05:44.525Z++ [[ 12 -gt 300 ]]
4462026-06-04T08:05:44.525Z++ sleep 1
4472026-06-04T08:05:45.527Z++ retry=13
4482026-06-04T08:05:45.530Z+++ svcs -Hostate baseline
4492026-06-04T08:05:45.543Z++ [[ offline* != online ]]
4502026-06-04T08:05:45.543Z++ [[ 13 -gt 300 ]]
4512026-06-04T08:05:45.544Z++ sleep 1
4522026-06-04T08:05:46.545Z++ retry=14
4532026-06-04T08:05:46.548Z+++ svcs -Hostate baseline
4542026-06-04T08:05:46.561Z++ [[ offline* != online ]]
4552026-06-04T08:05:46.561Z++ [[ 14 -gt 300 ]]
4562026-06-04T08:05:46.561Z++ sleep 1
4572026-06-04T08:05:47.564Z++ retry=15
4582026-06-04T08:05:47.569Z+++ svcs -Hostate baseline
4592026-06-04T08:05:47.580Z++ [[ offline* != online ]]
4602026-06-04T08:05:47.580Z++ [[ 15 -gt 300 ]]
4612026-06-04T08:05:47.580Z++ sleep 1
4622026-06-04T08:05:48.581Z++ retry=16
4632026-06-04T08:05:48.584Z+++ svcs -Hostate baseline
4642026-06-04T08:05:48.597Z++ [[ offline* != online ]]
4652026-06-04T08:05:48.597Z++ [[ 16 -gt 300 ]]
4662026-06-04T08:05:48.597Z++ sleep 1
4672026-06-04T08:05:49.599Z++ retry=17
4682026-06-04T08:05:49.604Z+++ svcs -Hostate baseline
4692026-06-04T08:05:49.615Z++ [[ offline* != online ]]
4702026-06-04T08:05:49.615Z++ [[ 17 -gt 300 ]]
4712026-06-04T08:05:49.615Z++ sleep 1
4722026-06-04T08:05:50.642Z++ retry=18
4732026-06-04T08:05:50.647Z+++ svcs -Hostate baseline
4742026-06-04T08:05:50.647Z++ [[ offline* != online ]]
4752026-06-04T08:05:50.647Z++ [[ 18 -gt 300 ]]
4762026-06-04T08:05:50.647Z++ sleep 1
4772026-06-04T08:05:51.636Z++ retry=19
4782026-06-04T08:05:51.639Z+++ svcs -Hostate baseline
4792026-06-04T08:05:51.653Z++ [[ offline* != online ]]
4802026-06-04T08:05:51.653Z++ [[ 19 -gt 300 ]]
4812026-06-04T08:05:51.653Z++ sleep 1
4822026-06-04T08:05:52.655Z++ retry=20
4832026-06-04T08:05:52.658Z+++ svcs -Hostate baseline
4842026-06-04T08:05:52.674Z++ [[ offline* != online ]]
4852026-06-04T08:05:52.674Z++ [[ 20 -gt 300 ]]
4862026-06-04T08:05:52.674Z++ sleep 1
4872026-06-04T08:05:53.673Z++ retry=21
4882026-06-04T08:05:53.676Z+++ svcs -Hostate baseline
4892026-06-04T08:05:53.690Z++ [[ offline* != online ]]
4902026-06-04T08:05:53.690Z++ [[ 21 -gt 300 ]]
4912026-06-04T08:05:53.690Z++ sleep 1
4922026-06-04T08:05:54.692Z++ retry=22
4932026-06-04T08:05:54.698Z+++ svcs -Hostate baseline
4942026-06-04T08:05:54.710Z++ [[ offline* != online ]]
4952026-06-04T08:05:54.710Z++ [[ 22 -gt 300 ]]
4962026-06-04T08:05:54.710Z++ sleep 1
4972026-06-04T08:05:55.710Z++ retry=23
4982026-06-04T08:05:55.713Z+++ svcs -Hostate baseline
4992026-06-04T08:05:55.725Z++ [[ offline* != online ]]
5002026-06-04T08:05:55.726Z++ [[ 23 -gt 300 ]]
5012026-06-04T08:05:55.729Z++ sleep 1
5022026-06-04T08:05:56.728Z++ retry=24
5032026-06-04T08:05:56.731Z+++ svcs -Hostate baseline
5042026-06-04T08:05:56.743Z++ [[ offline* != online ]]
5052026-06-04T08:05:56.743Z++ [[ 24 -gt 300 ]]
5062026-06-04T08:05:56.744Z++ sleep 1
5072026-06-04T08:05:57.746Z++ retry=25
5082026-06-04T08:05:57.749Z+++ svcs -Hostate baseline
5092026-06-04T08:05:57.762Z++ [[ offline* != online ]]
5102026-06-04T08:05:57.762Z++ [[ 25 -gt 300 ]]
5112026-06-04T08:05:57.762Z++ sleep 1
5122026-06-04T08:05:58.765Z++ retry=26
5132026-06-04T08:05:58.769Z+++ svcs -Hostate baseline
5142026-06-04T08:05:58.780Z++ [[ offline* != online ]]
5152026-06-04T08:05:58.780Z++ [[ 26 -gt 300 ]]
5162026-06-04T08:05:58.780Z++ sleep 1
5172026-06-04T08:05:59.782Z++ retry=27
5182026-06-04T08:05:59.785Z+++ svcs -Hostate baseline
5192026-06-04T08:05:59.799Z++ [[ offline* != online ]]
5202026-06-04T08:05:59.801Z++ [[ 27 -gt 300 ]]
5212026-06-04T08:05:59.801Z++ sleep 1
5222026-06-04T08:06:00.801Z++ retry=28
5232026-06-04T08:06:00.804Z+++ svcs -Hostate baseline
5242026-06-04T08:06:00.817Z++ [[ offline* != online ]]
5252026-06-04T08:06:00.817Z++ [[ 28 -gt 300 ]]
5262026-06-04T08:06:00.817Z++ sleep 1
5272026-06-04T08:06:01.820Z++ retry=29
5282026-06-04T08:06:01.824Z+++ svcs -Hostate baseline
5292026-06-04T08:06:01.834Z++ [[ offline* != online ]]
5302026-06-04T08:06:01.835Z++ [[ 29 -gt 300 ]]
5312026-06-04T08:06:01.835Z++ sleep 1
5322026-06-04T08:06:02.837Z++ retry=30
5332026-06-04T08:06:02.842Z+++ svcs -Hostate baseline
5342026-06-04T08:06:02.853Z++ [[ offline* != online ]]
5352026-06-04T08:06:02.853Z++ [[ 30 -gt 300 ]]
5362026-06-04T08:06:02.853Z++ sleep 1
5372026-06-04T08:06:03.855Z++ retry=31
5382026-06-04T08:06:03.859Z+++ svcs -Hostate baseline
5392026-06-04T08:06:03.871Z++ [[ offline* != online ]]
5402026-06-04T08:06:03.871Z++ [[ 31 -gt 300 ]]
5412026-06-04T08:06:03.871Z++ sleep 1
5422026-06-04T08:06:04.874Z++ retry=32
5432026-06-04T08:06:04.877Z+++ svcs -Hostate baseline
5442026-06-04T08:06:04.889Z++ [[ offline* != online ]]
5452026-06-04T08:06:04.889Z++ [[ 32 -gt 300 ]]
5462026-06-04T08:06:04.889Z++ sleep 1
5472026-06-04T08:06:05.892Z++ retry=33
5482026-06-04T08:06:05.894Z+++ svcs -Hostate baseline
5492026-06-04T08:06:05.907Z++ [[ offline* != online ]]
5502026-06-04T08:06:05.907Z++ [[ 33 -gt 300 ]]
5512026-06-04T08:06:05.907Z++ sleep 1
5522026-06-04T08:06:06.909Z++ retry=34
5532026-06-04T08:06:06.912Z+++ svcs -Hostate baseline
5542026-06-04T08:06:06.925Z++ [[ offline* != online ]]
5552026-06-04T08:06:06.925Z++ [[ 34 -gt 300 ]]
5562026-06-04T08:06:06.925Z++ sleep 1
5572026-06-04T08:06:07.927Z++ retry=35
5582026-06-04T08:06:07.930Z+++ svcs -Hostate baseline
5592026-06-04T08:06:07.943Z++ [[ offline* != online ]]
5602026-06-04T08:06:07.943Z++ [[ 35 -gt 300 ]]
5612026-06-04T08:06:07.943Z++ sleep 1
5622026-06-04T08:06:08.946Z++ retry=36
5632026-06-04T08:06:08.950Z+++ svcs -Hostate baseline
5642026-06-04T08:06:08.962Z++ [[ offline* != online ]]
5652026-06-04T08:06:08.962Z++ [[ 36 -gt 300 ]]
5662026-06-04T08:06:08.962Z++ sleep 1
5672026-06-04T08:06:10.375Z++ retry=37
5682026-06-04T08:06:10.378Z+++ svcs -Hostate baseline
5692026-06-04T08:06:10.378Z++ [[ offline* != online ]]
5702026-06-04T08:06:10.378Z++ [[ 37 -gt 300 ]]
5712026-06-04T08:06:10.378Z++ sleep 1
5722026-06-04T08:06:10.984Z++ retry=38
5732026-06-04T08:06:10.986Z+++ svcs -Hostate baseline
5742026-06-04T08:06:10.998Z++ [[ offline* != online ]]
5752026-06-04T08:06:10.998Z++ [[ 38 -gt 300 ]]
5762026-06-04T08:06:10.998Z++ sleep 1
5772026-06-04T08:06:12.000Z++ retry=39
5782026-06-04T08:06:12.004Z+++ svcs -Hostate baseline
5792026-06-04T08:06:12.016Z++ [[ offline* != online ]]
5802026-06-04T08:06:12.016Z++ [[ 39 -gt 300 ]]
5812026-06-04T08:06:12.016Z++ sleep 1
5822026-06-04T08:06:13.018Z++ retry=40
5832026-06-04T08:06:13.022Z+++ svcs -Hostate baseline
5842026-06-04T08:06:13.034Z++ [[ offline* != online ]]
5852026-06-04T08:06:13.034Z++ [[ 40 -gt 300 ]]
5862026-06-04T08:06:13.035Z++ sleep 1
5872026-06-04T08:06:14.037Z++ retry=41
5882026-06-04T08:06:14.040Z+++ svcs -Hostate baseline
5892026-06-04T08:06:14.052Z++ [[ offline* != online ]]
5902026-06-04T08:06:14.053Z++ [[ 41 -gt 300 ]]
5912026-06-04T08:06:14.053Z++ sleep 1
5922026-06-04T08:06:15.055Z++ retry=42
5932026-06-04T08:06:15.060Z+++ svcs -Hostate baseline
5942026-06-04T08:06:15.071Z++ [[ offline* != online ]]
5952026-06-04T08:06:15.071Z++ [[ 42 -gt 300 ]]
5962026-06-04T08:06:15.071Z++ sleep 1
5972026-06-04T08:06:16.073Z++ retry=43
5982026-06-04T08:06:16.076Z+++ svcs -Hostate baseline
5992026-06-04T08:06:16.089Z++ [[ offline* != online ]]
6002026-06-04T08:06:16.089Z++ [[ 43 -gt 300 ]]
6012026-06-04T08:06:16.089Z++ sleep 1
6022026-06-04T08:06:17.091Z++ retry=44
6032026-06-04T08:06:17.094Z+++ svcs -Hostate baseline
6042026-06-04T08:06:17.107Z++ [[ offline* != online ]]
6052026-06-04T08:06:17.107Z++ [[ 44 -gt 300 ]]
6062026-06-04T08:06:17.107Z++ sleep 1
6072026-06-04T08:06:18.109Z++ retry=45
6082026-06-04T08:06:18.112Z+++ svcs -Hostate baseline
6092026-06-04T08:06:18.125Z++ [[ offline* != online ]]
6102026-06-04T08:06:18.125Z++ [[ 45 -gt 300 ]]
6112026-06-04T08:06:18.125Z++ sleep 1
6122026-06-04T08:06:19.128Z++ retry=46
6132026-06-04T08:06:19.131Z+++ svcs -Hostate baseline
6142026-06-04T08:06:19.144Z++ [[ offline* != online ]]
6152026-06-04T08:06:19.144Z++ [[ 46 -gt 300 ]]
6162026-06-04T08:06:19.144Z++ sleep 1
6172026-06-04T08:06:20.146Z++ retry=47
6182026-06-04T08:06:20.149Z+++ svcs -Hostate baseline
6192026-06-04T08:06:20.163Z++ [[ offline* != online ]]
6202026-06-04T08:06:20.163Z++ [[ 47 -gt 300 ]]
6212026-06-04T08:06:20.163Z++ sleep 1
6222026-06-04T08:06:21.164Z++ retry=48
6232026-06-04T08:06:21.167Z+++ svcs -Hostate baseline
6242026-06-04T08:06:21.183Z++ [[ offline* != online ]]
6252026-06-04T08:06:21.183Z++ [[ 48 -gt 300 ]]
6262026-06-04T08:06:21.183Z++ sleep 1
6272026-06-04T08:06:22.182Z++ retry=49
6282026-06-04T08:06:22.187Z+++ svcs -Hostate baseline
6292026-06-04T08:06:22.198Z++ [[ offline* != online ]]
6302026-06-04T08:06:22.198Z++ [[ 49 -gt 300 ]]
6312026-06-04T08:06:22.198Z++ sleep 1
6322026-06-04T08:06:23.203Z++ retry=50
6332026-06-04T08:06:23.218Z+++ svcs -Hostate baseline
6342026-06-04T08:06:23.224Z++ [[ offline* != online ]]
6352026-06-04T08:06:23.224Z++ [[ 50 -gt 300 ]]
6362026-06-04T08:06:23.225Z++ sleep 1
6372026-06-04T08:06:24.219Z++ retry=51
6382026-06-04T08:06:24.222Z+++ svcs -Hostate baseline
6392026-06-04T08:06:24.235Z++ [[ offline* != online ]]
6402026-06-04T08:06:24.235Z++ [[ 51 -gt 300 ]]
6412026-06-04T08:06:24.235Z++ sleep 1
6422026-06-04T08:06:25.237Z++ retry=52
6432026-06-04T08:06:25.240Z+++ svcs -Hostate baseline
6442026-06-04T08:06:25.254Z++ [[ offline* != online ]]
6452026-06-04T08:06:25.254Z++ [[ 52 -gt 300 ]]
6462026-06-04T08:06:25.254Z++ sleep 1
6472026-06-04T08:06:26.255Z++ retry=53
6482026-06-04T08:06:26.258Z+++ svcs -Hostate baseline
6492026-06-04T08:06:26.271Z++ [[ offline* != online ]]
6502026-06-04T08:06:26.271Z++ [[ 53 -gt 300 ]]
6512026-06-04T08:06:26.271Z++ sleep 1
6522026-06-04T08:06:27.274Z++ retry=54
6532026-06-04T08:06:27.278Z+++ svcs -Hostate baseline
6542026-06-04T08:06:27.290Z++ [[ offline* != online ]]
6552026-06-04T08:06:27.290Z++ [[ 54 -gt 300 ]]
6562026-06-04T08:06:27.290Z++ sleep 1
6572026-06-04T08:06:28.292Z++ retry=55
6582026-06-04T08:06:28.295Z+++ svcs -Hostate baseline
6592026-06-04T08:06:28.308Z++ [[ offline* != online ]]
6602026-06-04T08:06:28.308Z++ [[ 55 -gt 300 ]]
6612026-06-04T08:06:28.308Z++ sleep 1
6622026-06-04T08:06:29.310Z++ retry=56
6632026-06-04T08:06:29.314Z+++ svcs -Hostate baseline
6642026-06-04T08:06:29.327Z++ [[ offline* != online ]]
6652026-06-04T08:06:29.327Z++ [[ 56 -gt 300 ]]
6662026-06-04T08:06:29.327Z++ sleep 1
6672026-06-04T08:06:30.329Z++ retry=57
6682026-06-04T08:06:30.332Z+++ svcs -Hostate baseline
6692026-06-04T08:06:30.345Z++ [[ offline* != online ]]
6702026-06-04T08:06:30.345Z++ [[ 57 -gt 300 ]]
6712026-06-04T08:06:30.345Z++ sleep 1
6722026-06-04T08:06:31.348Z++ retry=58
6732026-06-04T08:06:31.351Z+++ svcs -Hostate baseline
6742026-06-04T08:06:31.363Z++ [[ offline* != online ]]
6752026-06-04T08:06:31.363Z++ [[ 58 -gt 300 ]]
6762026-06-04T08:06:31.363Z++ sleep 1
6772026-06-04T08:06:32.370Z++ retry=59
6782026-06-04T08:06:32.373Z+++ svcs -Hostate baseline
6792026-06-04T08:06:32.382Z++ [[ offline* != online ]]
6802026-06-04T08:06:32.382Z++ [[ 59 -gt 300 ]]
6812026-06-04T08:06:32.382Z++ sleep 1
6822026-06-04T08:06:33.384Z++ retry=60
6832026-06-04T08:06:33.387Z+++ svcs -Hostate baseline
6842026-06-04T08:06:33.401Z++ [[ offline* != online ]]
6852026-06-04T08:06:33.401Z++ [[ 60 -gt 300 ]]
6862026-06-04T08:06:33.401Z++ sleep 1
6872026-06-04T08:06:34.403Z++ retry=61
6882026-06-04T08:06:34.406Z+++ svcs -Hostate baseline
6892026-06-04T08:06:34.419Z++ [[ offline* != online ]]
6902026-06-04T08:06:34.419Z++ [[ 61 -gt 300 ]]
6912026-06-04T08:06:34.419Z++ sleep 1
6922026-06-04T08:06:35.425Z++ retry=62
6932026-06-04T08:06:35.432Z+++ svcs -Hostate baseline
6942026-06-04T08:06:35.439Z++ [[ offline* != online ]]
6952026-06-04T08:06:35.439Z++ [[ 62 -gt 300 ]]
6962026-06-04T08:06:35.439Z++ sleep 1
6972026-06-04T08:06:36.439Z++ retry=63
6982026-06-04T08:06:36.442Z+++ svcs -Hostate baseline
6992026-06-04T08:06:36.456Z++ [[ offline* != online ]]
7002026-06-04T08:06:36.456Z++ [[ 63 -gt 300 ]]
7012026-06-04T08:06:36.456Z++ sleep 1
7022026-06-04T08:06:37.458Z++ retry=64
7032026-06-04T08:06:37.461Z+++ svcs -Hostate baseline
7042026-06-04T08:06:37.474Z++ [[ offline* != online ]]
7052026-06-04T08:06:37.474Z++ [[ 64 -gt 300 ]]
7062026-06-04T08:06:37.474Z++ sleep 1
7072026-06-04T08:06:38.477Z++ retry=65
7082026-06-04T08:06:38.480Z+++ svcs -Hostate baseline
7092026-06-04T08:06:38.493Z++ [[ offline* != online ]]
7102026-06-04T08:06:38.493Z++ [[ 65 -gt 300 ]]
7112026-06-04T08:06:38.493Z++ sleep 1
7122026-06-04T08:06:39.494Z++ retry=66
7132026-06-04T08:06:39.501Z+++ svcs -Hostate baseline
7142026-06-04T08:06:39.510Z++ [[ offline* != online ]]
7152026-06-04T08:06:39.510Z++ [[ 66 -gt 300 ]]
7162026-06-04T08:06:39.510Z++ sleep 1
7172026-06-04T08:06:40.512Z++ retry=67
7182026-06-04T08:06:40.516Z+++ svcs -Hostate baseline
7192026-06-04T08:06:40.528Z++ [[ offline* != online ]]
7202026-06-04T08:06:40.528Z++ [[ 67 -gt 300 ]]
7212026-06-04T08:06:40.528Z++ sleep 1
7222026-06-04T08:06:41.538Z++ retry=68
7232026-06-04T08:06:41.552Z+++ svcs -Hostate baseline
7242026-06-04T08:06:41.562Z++ [[ offline* != online ]]
7252026-06-04T08:06:41.562Z++ [[ 68 -gt 300 ]]
7262026-06-04T08:06:41.562Z++ sleep 1
7272026-06-04T08:06:42.550Z++ retry=69
7282026-06-04T08:06:42.553Z+++ svcs -Hostate baseline
7292026-06-04T08:06:42.566Z++ [[ offline* != online ]]
7302026-06-04T08:06:42.566Z++ [[ 69 -gt 300 ]]
7312026-06-04T08:06:42.566Z++ sleep 1
7322026-06-04T08:06:43.569Z++ retry=70
7332026-06-04T08:06:43.572Z+++ svcs -Hostate baseline
7342026-06-04T08:06:43.585Z++ [[ offline* != online ]]
7352026-06-04T08:06:43.585Z++ [[ 70 -gt 300 ]]
7362026-06-04T08:06:43.585Z++ sleep 1
7372026-06-04T08:06:44.587Z++ retry=71
7382026-06-04T08:06:44.591Z+++ svcs -Hostate baseline
7392026-06-04T08:06:44.604Z++ [[ offline* != online ]]
7402026-06-04T08:06:44.604Z++ [[ 71 -gt 300 ]]
7412026-06-04T08:06:44.604Z++ sleep 1
7422026-06-04T08:06:45.606Z++ retry=72
7432026-06-04T08:06:45.609Z+++ svcs -Hostate baseline
7442026-06-04T08:06:45.623Z++ [[ offline* != online ]]
7452026-06-04T08:06:45.623Z++ [[ 72 -gt 300 ]]
7462026-06-04T08:06:45.623Z++ sleep 1
7472026-06-04T08:06:46.625Z++ retry=73
7482026-06-04T08:06:46.628Z+++ svcs -Hostate baseline
7492026-06-04T08:06:46.640Z++ [[ offline* != online ]]
7502026-06-04T08:06:46.640Z++ [[ 73 -gt 300 ]]
7512026-06-04T08:06:46.640Z++ sleep 1
7522026-06-04T08:06:47.649Z++ retry=74
7532026-06-04T08:06:47.657Z+++ svcs -Hostate baseline
7542026-06-04T08:06:47.666Z++ [[ offline* != online ]]
7552026-06-04T08:06:47.666Z++ [[ 74 -gt 300 ]]
7562026-06-04T08:06:47.666Z++ sleep 1
7572026-06-04T08:06:48.663Z++ retry=75
7582026-06-04T08:06:48.666Z+++ svcs -Hostate baseline
7592026-06-04T08:06:48.680Z++ [[ offline* != online ]]
7602026-06-04T08:06:48.680Z++ [[ 75 -gt 300 ]]
7612026-06-04T08:06:48.680Z++ sleep 1
7622026-06-04T08:06:49.686Z++ retry=76
7632026-06-04T08:06:49.693Z+++ svcs -Hostate baseline
7642026-06-04T08:06:49.698Z++ [[ offline* != online ]]
7652026-06-04T08:06:49.698Z++ [[ 76 -gt 300 ]]
7662026-06-04T08:06:49.698Z++ sleep 1
7672026-06-04T08:06:50.698Z++ retry=77
7682026-06-04T08:06:50.705Z+++ svcs -Hostate baseline
7692026-06-04T08:06:50.722Z++ [[ offline* != online ]]
7702026-06-04T08:06:50.722Z++ [[ 77 -gt 300 ]]
7712026-06-04T08:06:50.722Z++ sleep 1
7722026-06-04T08:06:52.489Z++ retry=78
7732026-06-04T08:06:52.612Z+++ svcs -Hostate baseline
7742026-06-04T08:06:52.612Z++ [[ offline* != online ]]
7752026-06-04T08:06:52.613Z++ [[ 78 -gt 300 ]]
7762026-06-04T08:06:52.613Z++ sleep 1
7772026-06-04T08:06:52.736Z++ retry=79
7782026-06-04T08:06:52.738Z+++ svcs -Hostate baseline
7792026-06-04T08:06:52.750Z++ [[ offline* != online ]]
7802026-06-04T08:06:52.750Z++ [[ 79 -gt 300 ]]
7812026-06-04T08:06:52.750Z++ sleep 1
7822026-06-04T08:06:53.756Z++ retry=80
7832026-06-04T08:06:53.759Z+++ svcs -Hostate baseline
7842026-06-04T08:06:53.770Z++ [[ offline* != online ]]
7852026-06-04T08:06:53.770Z++ [[ 80 -gt 300 ]]
7862026-06-04T08:06:53.770Z++ sleep 1
7872026-06-04T08:06:54.771Z++ retry=81
7882026-06-04T08:06:54.773Z+++ svcs -Hostate baseline
7892026-06-04T08:06:54.787Z++ [[ offline* != online ]]
7902026-06-04T08:06:54.787Z++ [[ 81 -gt 300 ]]
7912026-06-04T08:06:54.787Z++ sleep 1
7922026-06-04T08:06:55.789Z++ retry=82
7932026-06-04T08:06:55.793Z+++ svcs -Hostate baseline
7942026-06-04T08:06:55.815Z++ [[ offline* != online ]]
7952026-06-04T08:06:55.815Z++ [[ 82 -gt 300 ]]
7962026-06-04T08:06:55.815Z++ sleep 1
7972026-06-04T08:06:56.810Z++ retry=83
7982026-06-04T08:06:56.813Z+++ svcs -Hostate baseline
7992026-06-04T08:06:56.824Z++ [[ offline* != online ]]
8002026-06-04T08:06:56.824Z++ [[ 83 -gt 300 ]]
8012026-06-04T08:06:56.824Z++ sleep 1
8022026-06-04T08:06:57.838Z++ retry=84
8032026-06-04T08:06:57.850Z+++ svcs -Hostate baseline
8042026-06-04T08:06:57.902Z++ [[ offline* != online ]]
8052026-06-04T08:06:57.902Z++ [[ 84 -gt 300 ]]
8062026-06-04T08:06:57.902Z++ sleep 1
8072026-06-04T08:06:58.884Z++ retry=85
8082026-06-04T08:06:58.928Z+++ svcs -Hostate baseline
8092026-06-04T08:06:58.928Z++ [[ offline* != online ]]
8102026-06-04T08:06:58.928Z++ [[ 85 -gt 300 ]]
8112026-06-04T08:06:58.928Z++ sleep 1
8122026-06-04T08:06:59.994Z++ retry=86
8132026-06-04T08:07:00.036Z+++ svcs -Hostate baseline
8142026-06-04T08:07:00.036Z++ [[ offline* != online ]]
8152026-06-04T08:07:00.036Z++ [[ 86 -gt 300 ]]
8162026-06-04T08:07:00.036Z++ sleep 1
8172026-06-04T08:07:01.399Z++ retry=87
8182026-06-04T08:07:01.399Z+++ svcs -Hostate baseline
8192026-06-04T08:07:01.399Z++ [[ offline* != online ]]
8202026-06-04T08:07:01.399Z++ [[ 87 -gt 300 ]]
8212026-06-04T08:07:01.399Z++ sleep 1
8222026-06-04T08:07:01.897Z++ retry=88
8232026-06-04T08:07:01.900Z+++ svcs -Hostate baseline
8242026-06-04T08:07:01.914Z++ [[ offline* != online ]]
8252026-06-04T08:07:01.914Z++ [[ 88 -gt 300 ]]
8262026-06-04T08:07:01.914Z++ sleep 1
8272026-06-04T08:07:02.917Z++ retry=89
8282026-06-04T08:07:02.921Z+++ svcs -Hostate baseline
8292026-06-04T08:07:02.932Z++ [[ offline* != online ]]
8302026-06-04T08:07:02.932Z++ [[ 89 -gt 300 ]]
8312026-06-04T08:07:02.932Z++ sleep 1
8322026-06-04T08:07:03.935Z++ retry=90
8332026-06-04T08:07:03.938Z+++ svcs -Hostate baseline
8342026-06-04T08:07:03.951Z++ [[ offline* != online ]]
8352026-06-04T08:07:03.951Z++ [[ 90 -gt 300 ]]
8362026-06-04T08:07:03.951Z++ sleep 1
8372026-06-04T08:07:04.953Z++ retry=91
8382026-06-04T08:07:04.956Z+++ svcs -Hostate baseline
8392026-06-04T08:07:04.967Z++ [[ offline* != online ]]
8402026-06-04T08:07:04.967Z++ [[ 91 -gt 300 ]]
8412026-06-04T08:07:04.968Z++ sleep 1
8422026-06-04T08:07:05.970Z++ retry=92
8432026-06-04T08:07:05.973Z+++ svcs -Hostate baseline
8442026-06-04T08:07:05.985Z++ [[ offline* != online ]]
8452026-06-04T08:07:05.985Z++ [[ 92 -gt 300 ]]
8462026-06-04T08:07:05.985Z++ sleep 1
8472026-06-04T08:07:06.988Z++ retry=93
8482026-06-04T08:07:06.991Z+++ svcs -Hostate baseline
8492026-06-04T08:07:07.003Z++ [[ offline* != online ]]
8502026-06-04T08:07:07.003Z++ [[ 93 -gt 300 ]]
8512026-06-04T08:07:07.007Z++ sleep 1
8522026-06-04T08:07:08.005Z++ retry=94
8532026-06-04T08:07:08.009Z+++ svcs -Hostate baseline
8542026-06-04T08:07:08.021Z++ [[ offline* != online ]]
8552026-06-04T08:07:08.021Z++ [[ 94 -gt 300 ]]
8562026-06-04T08:07:08.021Z++ sleep 1
8572026-06-04T08:07:09.024Z++ retry=95
8582026-06-04T08:07:09.083Z+++ svcs -Hostate baseline
8592026-06-04T08:07:09.083Z++ [[ offline* != online ]]
8602026-06-04T08:07:09.083Z++ [[ 95 -gt 300 ]]
8612026-06-04T08:07:09.083Z++ sleep 1
8622026-06-04T08:07:10.041Z++ retry=96
8632026-06-04T08:07:10.045Z+++ svcs -Hostate baseline
8642026-06-04T08:07:10.057Z++ [[ offline* != online ]]
8652026-06-04T08:07:10.057Z++ [[ 96 -gt 300 ]]
8662026-06-04T08:07:10.057Z++ sleep 1
8672026-06-04T08:07:11.059Z++ retry=97
8682026-06-04T08:07:11.062Z+++ svcs -Hostate baseline
8692026-06-04T08:07:11.075Z++ [[ offline* != online ]]
8702026-06-04T08:07:11.075Z++ [[ 97 -gt 300 ]]
8712026-06-04T08:07:11.075Z++ sleep 1
8722026-06-04T08:07:12.079Z++ retry=98
8732026-06-04T08:07:12.083Z+++ svcs -Hostate baseline
8742026-06-04T08:07:12.093Z++ [[ offline* != online ]]
8752026-06-04T08:07:12.093Z++ [[ 98 -gt 300 ]]
8762026-06-04T08:07:12.093Z++ sleep 1
8772026-06-04T08:07:13.095Z++ retry=99
8782026-06-04T08:07:13.098Z+++ svcs -Hostate baseline
8792026-06-04T08:07:13.111Z++ [[ offline* != online ]]
8802026-06-04T08:07:13.111Z++ [[ 99 -gt 300 ]]
8812026-06-04T08:07:13.111Z++ sleep 1
8822026-06-04T08:07:14.113Z++ retry=100
8832026-06-04T08:07:14.116Z+++ svcs -Hostate baseline
8842026-06-04T08:07:14.129Z++ [[ offline* != online ]]
8852026-06-04T08:07:14.129Z++ [[ 100 -gt 300 ]]
8862026-06-04T08:07:14.129Z++ sleep 1
8872026-06-04T08:07:15.131Z++ retry=101
8882026-06-04T08:07:15.134Z+++ svcs -Hostate baseline
8892026-06-04T08:07:15.147Z++ [[ offline* != online ]]
8902026-06-04T08:07:15.147Z++ [[ 101 -gt 300 ]]
8912026-06-04T08:07:15.147Z++ sleep 1
8922026-06-04T08:07:16.149Z++ retry=102
8932026-06-04T08:07:16.152Z+++ svcs -Hostate baseline
8942026-06-04T08:07:16.165Z++ [[ offline* != online ]]
8952026-06-04T08:07:16.165Z++ [[ 102 -gt 300 ]]
8962026-06-04T08:07:16.165Z++ sleep 1
8972026-06-04T08:07:17.167Z++ retry=103
8982026-06-04T08:07:17.169Z+++ svcs -Hostate baseline
8992026-06-04T08:07:17.182Z++ [[ offline* != online ]]
9002026-06-04T08:07:17.182Z++ [[ 103 -gt 300 ]]
9012026-06-04T08:07:17.182Z++ sleep 1
9022026-06-04T08:07:18.185Z++ retry=104
9032026-06-04T08:07:18.188Z+++ svcs -Hostate baseline
9042026-06-04T08:07:18.200Z++ [[ offline* != online ]]
9052026-06-04T08:07:18.200Z++ [[ 104 -gt 300 ]]
9062026-06-04T08:07:18.200Z++ sleep 1
9072026-06-04T08:07:19.202Z++ retry=105
9082026-06-04T08:07:19.205Z+++ svcs -Hostate baseline
9092026-06-04T08:07:19.218Z++ [[ offline* != online ]]
9102026-06-04T08:07:19.218Z++ [[ 105 -gt 300 ]]
9112026-06-04T08:07:19.218Z++ sleep 1
9122026-06-04T08:07:20.223Z++ retry=106
9132026-06-04T08:07:20.227Z+++ svcs -Hostate baseline
9142026-06-04T08:07:20.236Z++ [[ offline* != online ]]
9152026-06-04T08:07:20.236Z++ [[ 106 -gt 300 ]]
9162026-06-04T08:07:20.236Z++ sleep 1
9172026-06-04T08:07:21.238Z++ retry=107
9182026-06-04T08:07:21.241Z+++ svcs -Hostate baseline
9192026-06-04T08:07:21.255Z++ [[ online != online ]]
9202026-06-04T08:07:21.255Z++ set -o errexit
9212026-06-04T08:07:21.255Z++ set -o pipefail
9222026-06-04T08:07:21.255Z++ banner build
9232026-06-04T08:07:21.258Z
9242026-06-04T08:07:21.258Z ##### # # # # #####
9252026-06-04T08:07:21.258Z # # # # # # # #
9262026-06-04T08:07:21.258Z ##### # # # # # #
9272026-06-04T08:07:21.258Z # # # # # # # #
9282026-06-04T08:07:21.258Z # # # # # # # #
9292026-06-04T08:07:21.258Z ##### #### # ###### #####
9302026-06-04T08:07:21.258Z
9312026-06-04T08:07:21.258Z++ cargo build --release --bin ddmd --bin ddmadm
9322026-06-04T08:07:21.263Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9332026-06-04T08:07:21.399Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9342026-06-04T08:07:21.402Zinfo: downloading 6 components
9352026-06-04T08:07:35.652Z Updating git repository `https://github.com/oxidecomputer/falcon`
9362026-06-04T08:07:36.635ZFrom https://github.com/oxidecomputer/falcon
9372026-06-04T08:07:36.635Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9382026-06-04T08:07:36.704Z Updating crates.io index
9392026-06-04T08:07:36.747Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9402026-06-04T08:07:37.690ZFrom https://github.com/oxidecomputer/dendrite
9412026-06-04T08:07:37.691Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9422026-06-04T08:07:37.734Z Updating git repository `https://github.com/oxidecomputer/ispf`
9432026-06-04T08:07:38.012ZFrom https://github.com/oxidecomputer/ispf
9442026-06-04T08:07:38.012Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9452026-06-04T08:07:38.216Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9462026-06-04T08:07:39.569ZFrom https://github.com/oxidecomputer/netadm-sys
9472026-06-04T08:07:39.569Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9482026-06-04T08:07:39.598Z Updating git repository `https://github.com/oxidecomputer/omicron`
9492026-06-04T08:07:47.257ZFrom https://github.com/oxidecomputer/omicron
9502026-06-04T08:07:47.257Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9512026-06-04T08:07:47.668Z Updating git repository `https://github.com/oxidecomputer/opte`
9522026-06-04T08:07:48.310ZFrom https://github.com/oxidecomputer/opte
9532026-06-04T08:07:48.310Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9542026-06-04T08:07:48.338Z Updating git repository `https://github.com/illumos/smf-rs`
9552026-06-04T08:07:48.593ZFrom https://github.com/illumos/smf-rs
9562026-06-04T08:07:48.593Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9572026-06-04T08:07:49.051Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9582026-06-04T08:07:49.329ZFrom https://github.com/oxidecomputer/network-interface
9592026-06-04T08:07:49.329Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9602026-06-04T08:07:49.484Z Updating git repository `https://github.com/oxidecomputer/zone`
9612026-06-04T08:07:49.801ZFrom https://github.com/oxidecomputer/zone
9622026-06-04T08:07:49.801Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9632026-06-04T08:07:49.822Z Updating git repository `https://github.com/oxidecomputer/propolis`
9642026-06-04T08:07:50.469ZFrom https://github.com/oxidecomputer/propolis
9652026-06-04T08:07:50.469Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9662026-06-04T08:07:50.723Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9672026-06-04T08:07:51.283ZFrom https://github.com/oxidecomputer/transceiver-control
9682026-06-04T08:07:51.283Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9692026-06-04T08:07:51.292Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9702026-06-04T08:07:51.574ZFrom https://github.com/oxidecomputer/dlpi-sys
9712026-06-04T08:07:51.574Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9722026-06-04T08:07:51.588Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9732026-06-04T08:07:51.932ZFrom https://github.com/jmesmon/rust-libzfs
9742026-06-04T08:07:51.932Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9752026-06-04T08:07:51.940Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9762026-06-04T08:07:52.249ZFrom https://github.com/oxidecomputer/rusty-doors
9772026-06-04T08:07:52.249Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9782026-06-04T08:07:52.317Z Updating git repository `https://github.com/oxidecomputer/lldp`
9792026-06-04T08:07:52.692ZFrom https://github.com/oxidecomputer/lldp
9802026-06-04T08:07:52.692Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9812026-06-04T08:07:52.758Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9822026-06-04T08:07:53.075ZFrom https://github.com/oxidecomputer/slog-error-chain
9832026-06-04T08:07:53.075Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9842026-06-04T08:07:53.082Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9852026-06-04T08:07:53.403ZFrom https://github.com/oxidecomputer/tufaceous
9862026-06-04T08:07:53.403Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9872026-06-04T08:07:53.423Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9882026-06-04T08:07:53.926ZFrom https://github.com/oxidecomputer/management-gateway-service
9892026-06-04T08:07:53.927Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9902026-06-04T08:07:54.214Z Updating git repository `https://github.com/oxidecomputer/crucible`
9912026-06-04T08:07:54.998ZFrom https://github.com/oxidecomputer/crucible
9922026-06-04T08:07:54.998Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9932026-06-04T08:07:55.846Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9942026-06-04T08:07:56.151ZFrom https://github.com/oxidecomputer/serde_human_bytes
9952026-06-04T08:07:56.151Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9962026-06-04T08:07:56.185Z Updating git repository `https://github.com/oxidecomputer/propolis`
9972026-06-04T08:07:56.530ZFrom https://github.com/oxidecomputer/propolis
9982026-06-04T08:07:56.530Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
9992026-06-04T08:07:56.720Z Updating git repository `https://github.com/oxidecomputer/opte`
10002026-06-04T08:07:57.020ZFrom https://github.com/oxidecomputer/opte
10012026-06-04T08:07:57.020Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
10022026-06-04T08:07:57.196Z Updating git repository `https://github.com/oxidecomputer/tofino`
10032026-06-04T08:07:57.531ZFrom https://github.com/oxidecomputer/tofino
10042026-06-04T08:07:57.532Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10052026-06-04T08:07:57.548Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10062026-06-04T08:07:58.239ZFrom https://github.com/oxidecomputer/maghemite
10072026-06-04T08:07:58.239Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10082026-06-04T08:07:58.292Z Updating git repository `https://github.com/oxidecomputer/clickward`
10092026-06-04T08:07:58.600ZFrom https://github.com/oxidecomputer/clickward
10102026-06-04T08:07:58.600Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10112026-06-04T08:07:58.666Z Updating git repository `https://github.com/oxidecomputer/crucible`
10122026-06-04T08:07:59.063ZFrom https://github.com/oxidecomputer/crucible
10132026-06-04T08:07:59.063Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10142026-06-04T08:07:59.161Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10152026-06-04T08:07:59.415ZFrom https://github.com/oxidecomputer/illumos-devinfo
10162026-06-04T08:07:59.415Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10172026-06-04T08:08:00.320Z Downloading crates ...
10182026-06-04T08:08:00.381Z Downloaded adler2 v2.0.1
10192026-06-04T08:08:00.387Z Downloaded async-recursion v1.1.1
10202026-06-04T08:08:00.390Z Downloaded clap_lex v1.1.0
10212026-06-04T08:08:00.393Z Downloaded bs58 v0.5.1
10222026-06-04T08:08:00.396Z Downloaded argon2 v0.5.3
10232026-06-04T08:08:00.398Z Downloaded block-buffer v0.10.4
10242026-06-04T08:08:00.401Z Downloaded const_format_proc_macros v0.2.34
10252026-06-04T08:08:00.404Z Downloaded bit-vec v0.8.0
10262026-06-04T08:08:00.404Z Downloaded chacha20 v0.10.0
10272026-06-04T08:08:00.409Z Downloaded crossbeam-utils v0.8.21
10282026-06-04T08:08:00.411Z Downloaded cobs v0.3.0
10292026-06-04T08:08:00.414Z Downloaded bitflags v1.3.2
10302026-06-04T08:08:00.417Z Downloaded derive-where v1.6.1
10312026-06-04T08:08:00.420Z Downloaded defmt-macros v1.1.0
10322026-06-04T08:08:00.424Z Downloaded fastrand v2.4.1
10332026-06-04T08:08:00.427Z Downloaded dyn-clone v1.0.20
10342026-06-04T08:08:00.430Z Downloaded fixedbitset v0.5.7
10352026-06-04T08:08:00.433Z Downloaded defmt-parser v1.0.0
10362026-06-04T08:08:00.433Z Downloaded embedded-io v0.6.1
10372026-06-04T08:08:00.436Z Downloaded bytecount v0.6.9
10382026-06-04T08:08:00.439Z Downloaded foreign-types-macros v0.2.3
10392026-06-04T08:08:00.443Z Downloaded futures-task v0.3.32
10402026-06-04T08:08:00.443Z Downloaded fixedbitset v0.4.2
10412026-06-04T08:08:00.446Z Downloaded dtrace-parser v0.2.0
10422026-06-04T08:08:00.446Z Downloaded equivalent v1.0.2
10432026-06-04T08:08:00.449Z Downloaded deranged v0.5.8
10442026-06-04T08:08:00.452Z Downloaded displaydoc v0.2.5
10452026-06-04T08:08:00.455Z Downloaded hex v0.4.3
10462026-06-04T08:08:00.458Z Downloaded futures-sink v0.3.32
10472026-06-04T08:08:00.463Z Downloaded enum-as-inner v0.6.1
10482026-06-04T08:08:00.463Z Downloaded ahash v0.8.12
10492026-06-04T08:08:00.466Z Downloaded flate2 v1.1.9
10502026-06-04T08:08:00.469Z Downloaded hostname v0.4.2
10512026-06-04T08:08:00.472Z Downloaded find-msvc-tools v0.1.9
10522026-06-04T08:08:00.476Z Downloaded const-random-macro v0.1.16
10532026-06-04T08:08:00.476Z Downloaded curve25519-dalek-derive v0.1.1
10542026-06-04T08:08:00.479Z Downloaded getrandom v0.2.17
10552026-06-04T08:08:00.482Z Downloaded hash32 v0.3.1
10562026-06-04T08:08:00.482Z Downloaded fnv v1.0.7
10572026-06-04T08:08:00.485Z Downloaded futures-macro v0.3.32
10582026-06-04T08:08:00.487Z Downloaded foreign-types-shared v0.3.1
10592026-06-04T08:08:00.488Z Downloaded foreign-types v0.5.0
10602026-06-04T08:08:00.490Z Downloaded cstr-argument v0.1.2
10612026-06-04T08:08:00.490Z Downloaded cpufeatures v0.3.0
10622026-06-04T08:08:00.493Z Downloaded fs-err v3.3.0
10632026-06-04T08:08:00.496Z Downloaded async-stream v0.3.6
10642026-06-04T08:08:00.499Z Downloaded defmt v0.3.100
10652026-06-04T08:08:00.503Z Downloaded heck v0.5.0
10662026-06-04T08:08:00.503Z Downloaded git-stub v1.0.0
10672026-06-04T08:08:00.507Z Downloaded hubpack_derive v0.1.1
10682026-06-04T08:08:00.507Z Downloaded httpdate v1.0.3
10692026-06-04T08:08:00.508Z Downloaded async-trait v0.1.89
10702026-06-04T08:08:00.510Z Downloaded futures-core v0.3.32
10712026-06-04T08:08:00.514Z Downloaded hubpack v0.1.2
10722026-06-04T08:08:00.518Z Downloaded float-ord v0.3.2
10732026-06-04T08:08:00.518Z Downloaded heck v0.4.1
10742026-06-04T08:08:00.521Z Downloaded bcs v0.1.6
10752026-06-04T08:08:00.521Z Downloaded group v0.13.0
10762026-06-04T08:08:00.524Z Downloaded http-body v1.0.1
10772026-06-04T08:08:00.529Z Downloaded hostname v0.3.1
10782026-06-04T08:08:00.529Z Downloaded base64ct v1.8.3
10792026-06-04T08:08:00.532Z Downloaded gethostname v0.5.0
10802026-06-04T08:08:00.532Z Downloaded generic-array v0.14.7
10812026-06-04T08:08:00.535Z Downloaded fxhash v0.2.1
10822026-06-04T08:08:00.535Z Downloaded indent_write v2.2.0
10832026-06-04T08:08:00.540Z Downloaded ident_case v1.0.1
10842026-06-04T08:08:00.540Z Downloaded backoff v0.4.0
10852026-06-04T08:08:00.542Z Downloaded is_terminal_polyfill v1.70.2
10862026-06-04T08:08:00.543Z Downloaded keccak v0.1.6
10872026-06-04T08:08:00.545Z Downloaded is-terminal v0.4.17
10882026-06-04T08:08:00.545Z Downloaded inout v0.1.4
10892026-06-04T08:08:00.548Z Downloaded itoa v1.0.18
10902026-06-04T08:08:00.551Z Downloaded git-stub-vcs v0.1.0
10912026-06-04T08:08:00.551Z Downloaded http-body-util v0.1.3
10922026-06-04T08:08:00.555Z Downloaded futures-executor v0.3.32
10932026-06-04T08:08:00.558Z Downloaded anstream v1.0.0
10942026-06-04T08:08:00.558Z Downloaded konst_macro_rules v0.2.19
10952026-06-04T08:08:00.561Z Downloaded globset v0.4.18
10962026-06-04T08:08:00.563Z Downloaded lru-cache v0.1.2
10972026-06-04T08:08:00.564Z Downloaded mime v0.3.17
10982026-06-04T08:08:00.567Z Downloaded cipher v0.4.4
10992026-06-04T08:08:00.567Z Downloaded lazy_static v1.5.0
11002026-06-04T08:08:00.570Z Downloaded linked-hash-map v0.5.6
11012026-06-04T08:08:00.573Z Downloaded foldhash v0.2.0
11022026-06-04T08:08:00.573Z Downloaded cmake v0.1.58
11032026-06-04T08:08:00.577Z Downloaded chacha20 v0.9.1
11042026-06-04T08:08:00.580Z Downloaded newtype_derive v0.1.6
11052026-06-04T08:08:00.580Z Downloaded newtype-uuid-macros v0.1.0
11062026-06-04T08:08:00.580Z Downloaded match_cfg v0.1.0
11072026-06-04T08:08:00.584Z Downloaded managed v0.8.0
11082026-06-04T08:08:00.584Z Downloaded backon v1.6.0
11092026-06-04T08:08:00.587Z Downloaded hyper-rustls v0.27.9
11102026-06-04T08:08:00.590Z Downloaded httparse v1.10.1
11112026-06-04T08:08:00.594Z Downloaded crossbeam-deque v0.8.6
11122026-06-04T08:08:00.594Z Downloaded num v0.4.3
11132026-06-04T08:08:00.601Z Downloaded num-derive v0.4.2
11142026-06-04T08:08:00.601Z Downloaded humantime v2.3.0
11152026-06-04T08:08:00.601Z Downloaded crc32fast v1.5.0
11162026-06-04T08:08:00.605Z Downloaded newline-converter v0.3.0
11172026-06-04T08:08:00.605Z Downloaded no-std-compat v0.4.1
11182026-06-04T08:08:00.605Z Downloaded ipnet v2.12.0
11192026-06-04T08:08:00.650Z Downloaded ipnetwork v0.21.1
11202026-06-04T08:08:00.650Z Downloaded num_threads v0.1.7
11212026-06-04T08:08:00.650Z Downloaded heapless v0.8.0
11222026-06-04T08:08:00.650Z Downloaded num_enum_derive v0.5.11
11232026-06-04T08:08:00.650Z Downloaded openssl-macros v0.1.1
11242026-06-04T08:08:00.650Z Downloaded omicron-workspace-hack v0.1.0
11252026-06-04T08:08:00.650Z Downloaded elliptic-curve v0.13.8
11262026-06-04T08:08:00.650Z Downloaded num-iter v0.1.45
11272026-06-04T08:08:00.650Z Downloaded linear-map v1.2.0
11282026-06-04T08:08:00.650Z Downloaded half v2.7.1
11292026-06-04T08:08:00.650Z Downloaded opaque-debug v0.3.1
11302026-06-04T08:08:00.650Z Downloaded parse-display v0.10.0
11312026-06-04T08:08:00.650Z Downloaded memmap v0.7.0
11322026-06-04T08:08:00.650Z Downloaded olpc-cjson v0.1.4
11332026-06-04T08:08:00.650Z Downloaded ingot v0.1.1
11342026-06-04T08:08:00.650Z Downloaded percent-encoding v2.3.2
11352026-06-04T08:08:00.650Z Downloaded jobserver v0.1.34
11362026-06-04T08:08:00.650Z Downloaded fs_extra v1.3.0
11372026-06-04T08:08:00.650Z Downloaded darling v0.23.0
11382026-06-04T08:08:00.655Z Downloaded crossbeam-epoch v0.9.18
11392026-06-04T08:08:00.655Z Downloaded cookie v0.18.1
11402026-06-04T08:08:00.655Z Downloaded phf_shared v0.12.1
11412026-06-04T08:08:00.655Z Downloaded libsw-core v0.3.2
11422026-06-04T08:08:00.655Z Downloaded console v0.16.3
11432026-06-04T08:08:00.658Z Downloaded compression-codecs v0.4.38
11442026-06-04T08:08:00.658Z Downloaded libsw v3.5.0
11452026-06-04T08:08:00.661Z Downloaded getrandom v0.3.4
11462026-06-04T08:08:00.665Z Downloaded num-complex v0.4.6
11472026-06-04T08:08:00.668Z Downloaded plain v0.2.3
11482026-06-04T08:08:00.668Z Downloaded ingot-macros v0.1.1
11492026-06-04T08:08:00.670Z Downloaded powerfmt v0.2.0
11502026-06-04T08:08:00.671Z Downloaded proc-macro-error-attr v1.0.4
11512026-06-04T08:08:00.671Z Downloaded newtype-uuid v1.3.2
11522026-06-04T08:08:00.673Z Downloaded proc-macro-crate v3.5.0
11532026-06-04T08:08:00.676Z Downloaded proc-macro-error-attr2 v2.0.0
11542026-06-04T08:08:00.676Z Downloaded progenitor-macro v0.13.0
11552026-06-04T08:08:00.679Z Downloaded progenitor-client v0.14.0
11562026-06-04T08:08:00.679Z Downloaded progenitor-client v0.10.0
11572026-06-04T08:08:00.682Z Downloaded base64 v0.21.7
11582026-06-04T08:08:00.685Z Downloaded oxide-tokio-rt v0.1.6
11592026-06-04T08:08:00.685Z Downloaded num-integer v0.1.46
11602026-06-04T08:08:00.688Z Downloaded iana-time-zone v0.1.65
11612026-06-04T08:08:00.691Z Downloaded progenitor-macro v0.10.0
11622026-06-04T08:08:00.691Z Downloaded pem v3.0.6
11632026-06-04T08:08:00.693Z Downloaded paste v1.0.15
11642026-06-04T08:08:00.696Z Downloaded password-hash v0.5.0
11652026-06-04T08:08:00.699Z Downloaded openssl-probe v0.2.1
11662026-06-04T08:08:00.699Z Downloaded indexmap v1.9.3
11672026-06-04T08:08:00.702Z Downloaded owo-colors v4.3.0
11682026-06-04T08:08:00.705Z Downloaded pin-project-internal v1.1.13
11692026-06-04T08:08:00.705Z Downloaded quick-error v1.2.3
11702026-06-04T08:08:00.708Z Downloaded rand_xorshift v0.4.0
11712026-06-04T08:08:00.708Z Downloaded rand_chacha v0.3.1
11722026-06-04T08:08:00.711Z Downloaded pin-project-lite v0.2.17
11732026-06-04T08:08:00.713Z Downloaded ref-cast-impl v1.0.25
11742026-06-04T08:08:00.717Z Downloaded pkg-config v0.3.33
11752026-06-04T08:08:00.717Z Downloaded futures v0.3.32
11762026-06-04T08:08:00.720Z Downloaded memmap2 v0.9.10
11772026-06-04T08:08:00.723Z Downloaded litemap v0.8.2
11782026-06-04T08:08:00.728Z Downloaded ref-cast v1.0.25
11792026-06-04T08:08:00.732Z Downloaded parking_lot_core v0.8.6
11802026-06-04T08:08:00.732Z Downloaded num_enum v0.5.11
11812026-06-04T08:08:00.735Z Downloaded multer v3.1.0
11822026-06-04T08:08:00.739Z Downloaded rustc_version v0.1.7
11832026-06-04T08:08:00.739Z Downloaded rustc-hash v2.1.2
11842026-06-04T08:08:00.739Z Downloaded progenitor-client v0.13.0
11852026-06-04T08:08:00.742Z Downloaded progenitor v0.10.0
11862026-06-04T08:08:00.742Z Downloaded rustc_version v0.4.1
11872026-06-04T08:08:00.744Z Downloaded progenitor v0.14.0
11882026-06-04T08:08:00.744Z Downloaded proc-macro-error v1.0.4
11892026-06-04T08:08:00.747Z Downloaded ppv-lite86 v0.2.21
11902026-06-04T08:08:00.750Z Downloaded parking_lot_core v0.9.12
11912026-06-04T08:08:00.750Z Downloaded parking_lot v0.11.2
11922026-06-04T08:08:00.753Z Downloaded same-file v1.0.6
11932026-06-04T08:08:00.757Z Downloaded log v0.4.29
11942026-06-04T08:08:00.760Z Downloaded progenitor-extras v0.2.0
11952026-06-04T08:08:00.760Z Downloaded icu_provider v2.2.0
11962026-06-04T08:08:00.764Z Downloaded hickory-resolver v0.25.2
11972026-06-04T08:08:00.767Z Downloaded rand_core v0.6.4
11982026-06-04T08:08:00.767Z Downloaded phf v0.12.1
11992026-06-04T08:08:00.767Z Downloaded once_cell v1.21.4
12002026-06-04T08:08:00.770Z Downloaded rand_chacha v0.9.0
12012026-06-04T08:08:00.772Z Downloaded pest_derive v2.8.6
12022026-06-04T08:08:00.772Z Downloaded parking_lot v0.12.5
12032026-06-04T08:08:00.775Z Downloaded postcard v1.1.3
12042026-06-04T08:08:00.778Z Downloaded scopeguard v1.2.0
12052026-06-04T08:08:00.781Z Downloaded scroll_derive v0.13.1
12062026-06-04T08:08:00.781Z Downloaded rand_core v0.9.5
12072026-06-04T08:08:00.781Z Downloaded serde-big-array v0.5.1
12082026-06-04T08:08:00.785Z Downloaded semver v0.1.20
12092026-06-04T08:08:00.785Z Downloaded secrecy v0.10.3
12102026-06-04T08:08:00.789Z Downloaded darling_core v0.21.3
12112026-06-04T08:08:00.792Z Downloaded resolv-conf v0.7.6
12122026-06-04T08:08:00.792Z Downloaded konst v0.2.20
12132026-06-04T08:08:00.795Z Downloaded sha1 v0.10.6
12142026-06-04T08:08:00.795Z Downloaded serde_spanned v1.1.1
12152026-06-04T08:08:00.799Z Downloaded serde_spanned v0.6.9
12162026-06-04T08:08:00.799Z Downloaded const_format v0.2.36
12172026-06-04T08:08:00.804Z Downloaded papergrid v0.17.0
12182026-06-04T08:08:00.806Z Downloaded papergrid v0.11.0
12192026-06-04T08:08:00.810Z Downloaded sigpipe v0.1.3
12202026-06-04T08:08:00.813Z Downloaded serde_urlencoded v0.7.1
12212026-06-04T08:08:00.813Z Downloaded pest_generator v2.8.6
12222026-06-04T08:08:00.813Z Downloaded serde_repr v0.1.20
12232026-06-04T08:08:00.816Z Downloaded progenitor v0.13.0
12242026-06-04T08:08:00.819Z Downloaded rusty-fork v0.3.1
12252026-06-04T08:08:00.819Z Downloaded rustversion v1.0.22
12262026-06-04T08:08:00.822Z Downloaded rustls-pemfile v2.2.0
12272026-06-04T08:08:00.822Z Downloaded indicatif v0.18.4
12282026-06-04T08:08:00.825Z Downloaded smawk v0.3.2
12292026-06-04T08:08:00.828Z Downloaded slog-envlogger v2.2.0
12302026-06-04T08:08:00.828Z Downloaded scroll v0.12.0
12312026-06-04T08:08:00.832Z Downloaded spin v0.5.2
12322026-06-04T08:08:00.832Z Downloaded icu_normalizer_data v2.2.0
12332026-06-04T08:08:00.835Z Downloaded pin-project v1.1.13
12342026-06-04T08:08:00.840Z Downloaded scroll v0.13.0
12352026-06-04T08:08:00.843Z Downloaded num-traits v0.2.19
12362026-06-04T08:08:00.846Z Downloaded icu_locale_core v2.2.0
12372026-06-04T08:08:00.848Z Downloaded serde_derive_internals v0.29.1
12382026-06-04T08:08:00.851Z Downloaded slog-bunyan v2.5.0
12392026-06-04T08:08:00.851Z Downloaded rustls-native-certs v0.8.3
12402026-06-04T08:08:00.854Z Downloaded structmeta v0.3.0
12412026-06-04T08:08:00.854Z Downloaded strsim v0.11.1
12422026-06-04T08:08:00.857Z Downloaded strum v0.27.2
12432026-06-04T08:08:00.857Z Downloaded structmeta-derive v0.3.0
12442026-06-04T08:08:00.857Z Downloaded proc-macro-error2 v2.0.1
12452026-06-04T08:08:00.859Z Downloaded strum v0.26.3
12462026-06-04T08:08:00.862Z Downloaded stable_deref_trait v1.2.1
12472026-06-04T08:08:00.862Z Downloaded serde_tokenstream v0.2.3
12482026-06-04T08:08:00.865Z Downloaded subtle v2.6.1
12492026-06-04T08:08:00.865Z Downloaded serde_path_to_error v0.1.20
12502026-06-04T08:08:00.865Z Downloaded supports-color v3.0.2
12512026-06-04T08:08:00.868Z Downloaded darling_core v0.23.0
12522026-06-04T08:08:00.870Z Downloaded sync_wrapper v1.0.2
12532026-06-04T08:08:00.873Z Downloaded crypto-bigint v0.5.5
12542026-06-04T08:08:00.876Z Downloaded quote v1.0.45
12552026-06-04T08:08:00.880Z Downloaded take_mut v0.2.2
12562026-06-04T08:08:00.880Z Downloaded tabwriter v1.4.1
12572026-06-04T08:08:00.885Z Downloaded tabled_derive v0.11.0
12582026-06-04T08:08:00.885Z Downloaded terminal_size v0.4.4
12592026-06-04T08:08:00.885Z Downloaded siphasher v1.0.3
12602026-06-04T08:08:00.890Z Downloaded slog-async v2.8.0
12612026-06-04T08:08:00.890Z Downloaded proc-macro2 v1.0.106
12622026-06-04T08:08:00.890Z Downloaded slab v0.4.12
12632026-06-04T08:08:00.890Z Downloaded signal-hook-registry v1.4.8
12642026-06-04T08:08:00.895Z Downloaded sha2 v0.10.9
12652026-06-04T08:08:00.895Z Downloaded slog-stdlog v4.1.1
12662026-06-04T08:08:00.895Z Downloaded slog-scope v4.4.1
12672026-06-04T08:08:00.897Z Downloaded pest_meta v2.8.6
12682026-06-04T08:08:00.897Z Downloaded quinn-udp v0.5.14
12692026-06-04T08:08:00.897Z Downloaded time-core v0.1.8
12702026-06-04T08:08:00.900Z Downloaded tagptr v0.2.0
12712026-06-04T08:08:00.900Z Downloaded smartstring v1.0.1
12722026-06-04T08:08:00.904Z Downloaded thiserror-impl-no-std v2.0.2
12732026-06-04T08:08:00.904Z Downloaded slog-term v2.9.2
12742026-06-04T08:08:00.907Z Downloaded icu_normalizer v2.2.0
12752026-06-04T08:08:00.910Z Downloaded jiff-static v0.2.24
12762026-06-04T08:08:00.910Z Downloaded progenitor-impl v0.10.0
12772026-06-04T08:08:00.912Z Downloaded icu_collections v2.2.0
12782026-06-04T08:08:00.915Z Downloaded testing_table v0.3.0
12792026-06-04T08:08:00.918Z Downloaded termtree v0.5.1
12802026-06-04T08:08:00.918Z Downloaded semver v1.0.28
12812026-06-04T08:08:00.921Z Downloaded thread-id v5.1.0
12822026-06-04T08:08:00.921Z Downloaded snafu-derive v0.8.9
12832026-06-04T08:08:00.921Z Downloaded rhai_codegen v3.1.0
12842026-06-04T08:08:00.926Z Downloaded prettyplease v0.2.37
12852026-06-04T08:08:00.929Z Downloaded minimal-lexical v0.2.1
12862026-06-04T08:08:00.933Z Downloaded tokio-macros v2.7.0
12872026-06-04T08:08:00.936Z Downloaded tinyvec_macros v0.1.1
12882026-06-04T08:08:00.936Z Downloaded thread-id v4.2.2
12892026-06-04T08:08:00.936Z Downloaded strum_macros v0.27.2
12902026-06-04T08:08:00.939Z Downloaded strum_macros v0.26.4
12912026-06-04T08:08:00.939Z Downloaded progenitor-impl v0.13.0
12922026-06-04T08:08:00.942Z Downloaded memchr v2.8.0
12932026-06-04T08:08:00.945Z Downloaded synstructure v0.13.2
12942026-06-04T08:08:00.945Z Downloaded swrite v0.1.0
12952026-06-04T08:08:00.945Z Downloaded serde_with_macros v3.20.0
12962026-06-04T08:08:00.948Z Downloaded hashbrown v0.12.3
12972026-06-04T08:08:00.950Z Downloaded toml_write v0.1.2
12982026-06-04T08:08:00.950Z Downloaded static_assertions v1.1.0
12992026-06-04T08:08:00.950Z Downloaded miniz_oxide v0.8.9
13002026-06-04T08:08:00.953Z Downloaded http v1.4.0
13012026-06-04T08:08:00.956Z Downloaded slog-dtrace v0.3.0
13022026-06-04T08:08:00.956Z Downloaded slog-json v2.6.1
13032026-06-04T08:08:00.959Z Downloaded rustls-platform-verifier v0.7.0
13042026-06-04T08:08:00.959Z Downloaded smf v0.2.3
13052026-06-04T08:08:00.961Z Downloaded rustls-pki-types v1.14.1
13062026-06-04T08:08:00.961Z Downloaded simd-adler32 v0.3.9
13072026-06-04T08:08:00.967Z Downloaded thiserror v2.0.18
13082026-06-04T08:08:00.970Z Downloaded thiserror-no-std v2.0.2
13092026-06-04T08:08:00.970Z Downloaded thiserror v1.0.69
13102026-06-04T08:08:00.972Z Downloaded tower-service v0.3.3
13112026-06-04T08:08:00.972Z Downloaded tower-layer v0.3.3
13122026-06-04T08:08:00.972Z Downloaded hyper-util v0.1.20
13132026-06-04T08:08:00.977Z Downloaded tabled_derive v0.7.0
13142026-06-04T08:08:00.979Z Downloaded tinystr v0.8.3
13152026-06-04T08:08:00.979Z Downloaded openssl-sys v0.9.116
13162026-06-04T08:08:00.985Z Downloaded smallvec v1.15.1
13172026-06-04T08:08:00.985Z Downloaded shlex v1.3.0
13182026-06-04T08:08:00.988Z Downloaded thiserror-impl v2.0.18
13192026-06-04T08:08:00.988Z Downloaded schemars v0.8.22
13202026-06-04T08:08:00.992Z Downloaded typify-macro v0.6.2
13212026-06-04T08:08:00.992Z Downloaded thread_local v1.1.9
13222026-06-04T08:08:00.996Z Downloaded unarray v0.1.4
13232026-06-04T08:08:00.996Z Downloaded thiserror-impl v1.0.69
13242026-06-04T08:08:00.996Z Downloaded try-lock v0.2.5
13252026-06-04T08:08:00.996Z Downloaded serde_derive v1.0.228
13262026-06-04T08:08:00.999Z Downloaded unicode-xid v0.2.6
13272026-06-04T08:08:00.999Z Downloaded tiny-keccak v2.0.2
13282026-06-04T08:08:00.999Z Downloaded tokio-dtrace v0.1.1
13292026-06-04T08:08:01.003Z Downloaded time-macros v0.2.27
13302026-06-04T08:08:01.003Z Downloaded typeid v1.0.3
13312026-06-04T08:08:01.003Z Downloaded progenitor-impl v0.14.0
13322026-06-04T08:08:01.005Z Downloaded cc v1.2.62
13332026-06-04T08:08:01.005Z Downloaded rayon-core v1.13.0
13342026-06-04T08:08:01.008Z Downloaded crossbeam-channel v0.5.15
13352026-06-04T08:08:01.011Z Downloaded qorb v0.4.1
13362026-06-04T08:08:01.014Z Downloaded tokio-tungstenite v0.21.0
13372026-06-04T08:08:01.014Z Downloaded unit-prefix v0.5.2
13382026-06-04T08:08:01.017Z Downloaded typify-macro v0.4.3
13392026-06-04T08:08:01.017Z Downloaded toml_datetime v0.6.11
13402026-06-04T08:08:01.017Z Downloaded similar v2.7.0
13412026-06-04T08:08:01.019Z Downloaded serde_yaml v0.9.34+deprecated
13422026-06-04T08:08:01.022Z Downloaded untrusted v0.7.1
13432026-06-04T08:08:01.022Z Downloaded universal-hash v0.5.1
13442026-06-04T08:08:01.022Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13452026-06-04T08:08:01.025Z Downloaded usdt-attr-macro v0.6.0
13462026-06-04T08:08:01.025Z Downloaded untrusted v0.9.0
13472026-06-04T08:08:01.025Z Downloaded usdt-macro v0.5.0
13482026-06-04T08:08:01.025Z Downloaded usdt v0.5.0
13492026-06-04T08:08:01.030Z Downloaded hashbrown v0.16.1
13502026-06-04T08:08:01.030Z Downloaded utf8_iter v1.0.4
13512026-06-04T08:08:01.030Z Downloaded usdt v0.6.0
13522026-06-04T08:08:01.031Z Downloaded term v1.2.1
13532026-06-04T08:08:01.034Z Downloaded utf-8 v0.7.6
13542026-06-04T08:08:01.034Z Downloaded usdt-attr-macro v0.5.0
13552026-06-04T08:08:01.034Z Downloaded schemars_derive v0.8.22
13562026-06-04T08:08:01.037Z Downloaded wait-timeout v0.2.1
13572026-06-04T08:08:01.037Z Downloaded slog v2.8.2
13582026-06-04T08:08:01.037Z Downloaded toml_writer v1.1.1+spec-1.1.0
13592026-06-04T08:08:01.040Z Downloaded thin-vec v0.2.18
13602026-06-04T08:08:01.040Z Downloaded socket2 v0.6.3
13612026-06-04T08:08:01.044Z Downloaded ryu v1.0.23
13622026-06-04T08:08:01.044Z Downloaded version_check v0.9.5
13632026-06-04T08:08:01.049Z Downloaded yoke-derive v0.8.2
13642026-06-04T08:08:01.049Z Downloaded want v0.3.1
13652026-06-04T08:08:01.049Z Downloaded waitgroup v0.1.2
13662026-06-04T08:08:01.049Z Downloaded serde_plain v1.0.2
13672026-06-04T08:08:01.049Z Downloaded rand_core v0.10.1
13682026-06-04T08:08:01.049Z Downloaded darling v0.21.3
13692026-06-04T08:08:01.053Z Downloaded clap v4.6.1
13702026-06-04T08:08:01.056Z Downloaded utf8parse v0.2.2
13712026-06-04T08:08:01.056Z Downloaded schemars v0.9.0
13722026-06-04T08:08:01.063Z Downloaded rand v0.8.6
13732026-06-04T08:08:01.066Z Downloaded zerofrom-derive v0.1.7
13742026-06-04T08:08:01.066Z Downloaded spin v0.9.8
13752026-06-04T08:08:01.069Z Downloaded zerofrom v0.1.8
13762026-06-04T08:08:01.069Z Downloaded unicode-linebreak v0.1.5
13772026-06-04T08:08:01.069Z Downloaded indexmap v2.14.0
13782026-06-04T08:08:01.072Z Downloaded scroll_derive v0.12.1
13792026-06-04T08:08:01.072Z Downloaded chacha20poly1305 v0.10.1
13802026-06-04T08:08:01.072Z Downloaded icu_properties v2.2.0
13812026-06-04T08:08:01.075Z Downloaded tokio-rustls v0.26.4
13822026-06-04T08:08:01.075Z Downloaded tokio-rustls v0.25.0
13832026-06-04T08:08:01.078Z Downloaded base64 v0.22.1
13842026-06-04T08:08:01.078Z Downloaded dropshot-api-manager v0.7.2
13852026-06-04T08:08:01.081Z Downloaded zeroize_derive v1.4.3
13862026-06-04T08:08:01.085Z Downloaded poly1305 v0.8.0
13872026-06-04T08:08:01.085Z Downloaded lock_api v0.4.14
13882026-06-04T08:08:01.085Z Downloaded zone_cfg_derive v0.3.1
13892026-06-04T08:08:01.086Z Downloaded hickory-resolver v0.24.4
13902026-06-04T08:08:01.088Z Downloaded anyhow v1.0.102
13912026-06-04T08:08:01.088Z Downloaded progenitor-macro v0.14.0
13922026-06-04T08:08:01.091Z Downloaded getrandom v0.4.2
13932026-06-04T08:08:01.091Z Downloaded toml v0.8.23
13942026-06-04T08:08:01.094Z Downloaded hkdf v0.12.4
13952026-06-04T08:08:01.094Z Downloaded zone v0.3.1
13962026-06-04T08:08:01.097Z Downloaded usdt-impl v0.6.0
13972026-06-04T08:08:01.097Z Downloaded tempfile v3.27.0
13982026-06-04T08:08:01.097Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13992026-06-04T08:08:01.100Z Downloaded nom v7.1.3
14002026-06-04T08:08:01.103Z Downloaded usdt-impl v0.5.0
14012026-06-04T08:08:01.103Z Downloaded tracing-attributes v0.1.31
14022026-06-04T08:08:01.106Z Downloaded toml_parser v1.1.2+spec-1.1.0
14032026-06-04T08:08:01.106Z Downloaded hashbrown v0.15.5
14042026-06-04T08:08:01.109Z Downloaded rustls-webpki v0.103.13
14052026-06-04T08:08:01.109Z Downloaded quinn v0.11.9
14062026-06-04T08:08:01.112Z Downloaded test-strategy v0.4.5
14072026-06-04T08:08:01.115Z Downloaded textwrap v0.16.2
14082026-06-04T08:08:01.115Z Downloaded ucd-trie v0.1.7
14092026-06-04T08:08:01.118Z Downloaded tinyvec v1.11.0
14102026-06-04T08:08:01.118Z Downloaded snafu v0.8.9
14112026-06-04T08:08:01.120Z Downloaded walkdir v2.5.0
14122026-06-04T08:08:01.124Z Downloaded vsss-rs v3.3.4
14132026-06-04T08:08:01.125Z Downloaded serde_core v1.0.228
14142026-06-04T08:08:01.127Z Downloaded serde v1.0.228
14152026-06-04T08:08:01.127Z Downloaded zeroize v1.8.2
14162026-06-04T08:08:01.127Z Downloaded schemars v1.2.1
14172026-06-04T08:08:01.135Z Downloaded rand v0.9.4
14182026-06-04T08:08:01.138Z Downloaded xz2 v0.1.7
14192026-06-04T08:08:01.141Z Downloaded whoami v1.6.1
14202026-06-04T08:08:01.141Z Downloaded toml v1.1.2+spec-1.1.0
14212026-06-04T08:08:01.144Z Downloaded pest v2.8.6
14222026-06-04T08:08:01.144Z Downloaded h2 v0.4.14
14232026-06-04T08:08:01.148Z Downloaded itertools v0.12.1
14242026-06-04T08:08:01.152Z Downloaded toml v0.9.12+spec-1.1.0
14252026-06-04T08:08:01.155Z Downloaded hashbrown v0.17.1
14262026-06-04T08:08:01.158Z Downloaded zerocopy-derive v0.7.35
14272026-06-04T08:08:01.161Z Downloaded rand v0.10.1
14282026-06-04T08:08:01.162Z Downloaded zmij v1.0.21
14292026-06-04T08:08:01.165Z Downloaded zerovec-derive v0.11.3
14302026-06-04T08:08:01.165Z Downloaded typify v0.4.3
14312026-06-04T08:08:01.165Z Downloaded idna v1.1.0
14322026-06-04T08:08:01.168Z Downloaded iddqd v0.3.18
14332026-06-04T08:08:01.171Z Downloaded tungstenite v0.21.0
14342026-06-04T08:08:01.174Z Downloaded tracing-core v0.1.36
14352026-06-04T08:08:01.174Z Downloaded mio v1.2.0
14362026-06-04T08:08:01.178Z Downloaded async-compression v0.4.42
14372026-06-04T08:08:01.182Z Downloaded tokio-stream v0.1.18
14382026-06-04T08:08:01.185Z Downloaded num_enum_derive v0.7.6
14392026-06-04T08:08:01.185Z Downloaded unicode-ident v1.0.24
14402026-06-04T08:08:01.185Z Downloaded hyper v1.9.0
14412026-06-04T08:08:01.188Z Downloaded yoke v0.8.2
14422026-06-04T08:08:01.191Z Downloaded writeable v0.6.3
14432026-06-04T08:08:01.191Z Downloaded unsafe-libyaml v0.2.11
14442026-06-04T08:08:01.194Z Downloaded num_enum v0.7.6
14452026-06-04T08:08:01.197Z Downloaded futures-util v0.3.32
14462026-06-04T08:08:01.202Z Downloaded usdt-macro v0.6.0
14472026-06-04T08:08:01.206Z Downloaded goblin v0.8.2
14482026-06-04T08:08:01.206Z Downloaded nom v8.0.0
14492026-06-04T08:08:01.209Z Downloaded toml_edit v0.25.11+spec-1.1.0
14502026-06-04T08:08:01.212Z Downloaded num-rational v0.4.2
14512026-06-04T08:08:01.212Z Downloaded parse-display-derive v0.10.0
14522026-06-04T08:08:01.212Z Downloaded arc-swap v1.9.1
14532026-06-04T08:08:01.215Z Downloaded oxnet v0.1.5
14542026-06-04T08:08:01.215Z Downloaded libm v0.2.16
14552026-06-04T08:08:01.221Z Downloaded proc-macro-crate v1.3.1
14562026-06-04T08:08:01.224Z Downloaded steno v0.4.1
14572026-06-04T08:08:01.224Z Downloaded pretty-hex v0.4.2
14582026-06-04T08:08:01.224Z Downloaded potential_utf v0.1.5
14592026-06-04T08:08:01.224Z Downloaded console v0.15.11
14602026-06-04T08:08:01.229Z Downloaded ciborium v0.2.2
14612026-06-04T08:08:01.229Z Downloaded typify v0.6.2
14622026-06-04T08:08:01.234Z Downloaded ron v0.12.1
14632026-06-04T08:08:01.237Z Downloaded colored v3.1.1
14642026-06-04T08:08:01.237Z Downloaded byteorder v1.5.0
14652026-06-04T08:08:01.237Z Downloaded blake2 v0.10.6
14662026-06-04T08:08:01.240Z Downloaded bitflags v2.11.1
14672026-06-04T08:08:01.242Z Downloaded clap_derive v4.6.1
14682026-06-04T08:08:01.242Z Downloaded defmt v1.1.0
14692026-06-04T08:08:01.245Z Downloaded cargo_toml v0.22.3
14702026-06-04T08:08:01.245Z Downloaded allocator-api2 v0.2.21
14712026-06-04T08:08:01.249Z Downloaded num-conv v0.2.1
14722026-06-04T08:08:01.249Z Downloaded aho-corasick v1.1.4
14732026-06-04T08:08:01.251Z Downloaded clap_builder v4.6.0
14742026-06-04T08:08:01.254Z Downloaded ingot-types v0.1.2
14752026-06-04T08:08:01.254Z Downloaded camino v1.2.2
14762026-06-04T08:08:01.258Z Downloaded hmac v0.12.1
14772026-06-04T08:08:01.258Z Downloaded glob v0.3.3
14782026-06-04T08:08:01.258Z Downloaded natord v1.0.9
14792026-06-04T08:08:01.258Z Downloaded memoffset v0.9.1
14802026-06-04T08:08:01.261Z Downloaded macaddr v1.0.1
14812026-06-04T08:08:01.261Z Downloaded lru-slab v0.1.2
14822026-06-04T08:08:01.261Z Downloaded libscf-sys v1.2.0
14832026-06-04T08:08:01.261Z Downloaded byte-wrapper v0.1.0
14842026-06-04T08:08:01.261Z Downloaded uuid v1.23.1
14852026-06-04T08:08:01.264Z Downloaded toml_edit v0.19.15
14862026-06-04T08:08:01.271Z Downloaded zerocopy-derive v0.8.48
14872026-06-04T08:08:01.276Z Downloaded icu_properties_data v2.2.0
14882026-06-04T08:08:01.282Z Downloaded itertools v0.14.0
14892026-06-04T08:08:01.285Z Downloaded toml_edit v0.22.27
14902026-06-04T08:08:01.288Z Downloaded url v2.5.8
14912026-06-04T08:08:01.291Z Downloaded regex v1.12.3
14922026-06-04T08:08:01.294Z Downloaded highway v1.3.0
14932026-06-04T08:08:01.294Z Downloaded daft-derive v0.1.7
14942026-06-04T08:08:01.297Z Downloaded tower v0.5.3
14952026-06-04T08:08:01.300Z Downloaded typenum v1.20.0
14962026-06-04T08:08:01.303Z Downloaded reqwest v0.12.28
14972026-06-04T08:08:01.306Z Downloaded daft v0.1.7
14982026-06-04T08:08:01.309Z Downloaded zerotrie v0.2.4
14992026-06-04T08:08:01.309Z Downloaded expectorate v1.2.0
15002026-06-04T08:08:01.311Z Downloaded foldhash v0.1.5
15012026-06-04T08:08:01.311Z Downloaded dropshot_endpoint v0.17.0
15022026-06-04T08:08:01.314Z Downloaded is_ci v1.2.0
15032026-06-04T08:08:01.314Z Downloaded internet-checksum v0.2.1
15042026-06-04T08:08:01.314Z Downloaded instant v0.1.13
15052026-06-04T08:08:01.314Z Downloaded idna_adapter v1.2.2
15062026-06-04T08:08:01.317Z Downloaded ff v0.13.1
15072026-06-04T08:08:01.318Z Downloaded derive_more v0.99.20
15082026-06-04T08:08:01.321Z Downloaded serde_json v1.0.149
15092026-06-04T08:08:01.323Z Downloaded rayon v1.12.0
15102026-06-04T08:08:01.327Z Downloaded unicode-segmentation v1.13.2
15112026-06-04T08:08:01.330Z Downloaded portable-atomic v1.13.1
15122026-06-04T08:08:01.333Z Downloaded tokio-util v0.7.18
15132026-06-04T08:08:01.336Z Downloaded data-encoding v2.11.0
15142026-06-04T08:08:01.340Z Downloaded csv-core v0.1.13
15152026-06-04T08:08:01.340Z Downloaded bytes v1.11.1
15162026-06-04T08:08:01.343Z Downloaded form_urlencoded v1.2.2
15172026-06-04T08:08:01.343Z Downloaded futures-io v0.3.32
15182026-06-04T08:08:01.343Z Downloaded darling_macro v0.23.0
15192026-06-04T08:08:01.343Z Downloaded foreign-types v0.3.2
15202026-06-04T08:08:01.343Z Downloaded ciborium-io v0.2.2
15212026-06-04T08:08:01.343Z Downloaded crunchy v0.2.4
15222026-06-04T08:08:01.343Z Downloaded base16ct v1.0.0
15232026-06-04T08:08:01.346Z Downloaded debug-ignore v1.0.5
15242026-06-04T08:08:01.346Z Downloaded crucible-workspace-hack v0.1.0
15252026-06-04T08:08:01.346Z Downloaded ciborium-ll v0.2.2
15262026-06-04T08:08:01.346Z Downloaded drift v0.2.0
15272026-06-04T08:08:01.351Z Downloaded typed-path v0.9.3
15282026-06-04T08:08:01.358Z Downloaded reqwest v0.13.3
15292026-06-04T08:08:01.366Z Downloaded aws-lc-rs v1.17.0
15302026-06-04T08:08:01.370Z Downloaded compression-core v0.4.32
15312026-06-04T08:08:01.370Z Downloaded chrono v0.4.44
15322026-06-04T08:08:01.370Z Downloaded rustls-webpki v0.102.8
15332026-06-04T08:08:01.378Z Downloaded unicode-normalization v0.1.25
15342026-06-04T08:08:01.380Z Downloaded serde_with v3.20.0
15352026-06-04T08:08:01.386Z Downloaded zerovec v0.11.6
15362026-06-04T08:08:01.389Z Downloaded moka v0.12.15
15372026-06-04T08:08:01.394Z Downloaded zerocopy v0.7.35
15382026-06-04T08:08:01.404Z Downloaded tower-http v0.6.10
15392026-06-04T08:08:01.406Z Downloaded goblin v0.10.5
15402026-06-04T08:08:01.449Z Downloaded bstr v1.12.1
15412026-06-04T08:08:01.449Z Downloaded tough v0.22.0
15422026-06-04T08:08:01.449Z Downloaded proptest v1.11.0
15432026-06-04T08:08:01.449Z Downloaded atomic-waker v1.1.2
15442026-06-04T08:08:01.449Z Downloaded crypto-common v0.1.7
15452026-06-04T08:08:01.449Z Downloaded crc8 v0.1.1
15462026-06-04T08:08:01.449Z Downloaded digest v0.10.7
15472026-06-04T08:08:01.449Z Downloaded dunce v1.0.5
15482026-06-04T08:08:01.449Z Downloaded autocfg v1.5.0
15492026-06-04T08:08:01.449Z Downloaded curve25519-dalek v4.1.3
15502026-06-04T08:08:01.449Z Downloaded anstyle-parse v1.0.0
15512026-06-04T08:08:01.449Z Downloaded anstyle v1.0.14
15522026-06-04T08:08:01.449Z Downloaded foreign-types-shared v0.1.1
15532026-06-04T08:08:01.449Z Downloaded errno v0.3.14
15542026-06-04T08:08:01.449Z Downloaded darling_macro v0.21.3
15552026-06-04T08:08:01.449Z Downloaded critical-section v1.2.0
15562026-06-04T08:08:01.449Z Downloaded async-stream-impl v0.3.6
15572026-06-04T08:08:01.449Z Downloaded futures-channel v0.3.32
15582026-06-04T08:08:01.449Z Downloaded const-random v0.1.18
15592026-06-04T08:08:01.449Z Downloaded cfg_aliases v0.2.1
15602026-06-04T08:08:01.449Z Downloaded atomicwrites v0.4.4
15612026-06-04T08:08:01.450Z Downloaded winnow v0.5.40
15622026-06-04T08:08:01.453Z Downloaded time v0.3.47
15632026-06-04T08:08:01.453Z Downloaded syn v1.0.109
15642026-06-04T08:08:01.457Z Downloaded quinn-proto v0.11.14
15652026-06-04T08:08:01.460Z Downloaded anstyle-query v1.1.5
15662026-06-04T08:08:01.463Z Downloaded aead v0.5.2
15672026-06-04T08:08:01.463Z Downloaded convert_case v0.4.0
15682026-06-04T08:08:01.463Z Downloaded bit-set v0.8.0
15692026-06-04T08:08:01.463Z Downloaded either v1.15.0
15702026-06-04T08:08:01.468Z Downloaded dropshot-api-manager-types v0.7.2
15712026-06-04T08:08:01.468Z Downloaded embedded-io v0.4.0
15722026-06-04T08:08:01.468Z Downloaded dtrace-parser v0.3.0
15732026-06-04T08:08:01.468Z Downloaded dof v0.4.0
15742026-06-04T08:08:01.468Z Downloaded dof v0.3.0
15752026-06-04T08:08:01.468Z Downloaded base16ct v0.2.0
15762026-06-04T08:08:01.471Z Downloaded erased-serde v0.3.31
15772026-06-04T08:08:01.471Z Downloaded derive-ex v0.1.8
15782026-06-04T08:08:01.471Z Downloaded cpufeatures v0.2.17
15792026-06-04T08:08:01.471Z Downloaded colorchoice v1.0.5
15802026-06-04T08:08:01.474Z Downloaded cfg-if v1.0.4
15812026-06-04T08:08:01.474Z Downloaded cancel-safe-futures v0.1.5
15822026-06-04T08:08:01.474Z Downloaded camino-tempfile v1.4.1
15832026-06-04T08:08:01.486Z Downloaded tabled v0.15.0
15842026-06-04T08:08:01.502Z Downloaded winnow v1.0.3
15852026-06-04T08:08:01.508Z Downloaded winnow v0.7.15
15862026-06-04T08:08:01.514Z Downloaded nix v0.31.3
15872026-06-04T08:08:01.519Z Downloaded unicode-width v0.2.2
15882026-06-04T08:08:01.523Z Downloaded unicode-width v0.1.14
15892026-06-04T08:08:01.526Z Downloaded regex-syntax v0.8.10
15902026-06-04T08:08:01.529Z Downloaded smoltcp v0.11.0
15912026-06-04T08:08:01.535Z Downloaded tabled v0.20.0
15922026-06-04T08:08:01.545Z Downloaded rustls v0.23.40
15932026-06-04T08:08:01.558Z Downloaded dropshot v0.17.0
15942026-06-04T08:08:01.571Z Downloaded webpki-roots v1.0.7
15952026-06-04T08:08:01.574Z Downloaded vcpkg v0.2.15
15962026-06-04T08:08:01.593Z Downloaded openssl v0.10.80
15972026-06-04T08:08:01.599Z Downloaded tracing v0.1.44
15982026-06-04T08:08:01.609Z Downloaded rhai v1.24.0
15992026-06-04T08:08:01.616Z Downloaded rustls v0.22.4
16002026-06-04T08:08:01.623Z Downloaded syn v2.0.117
16012026-06-04T08:08:01.630Z Downloaded typify-impl v0.6.2
16022026-06-04T08:08:01.638Z Downloaded regress v0.11.1
16032026-06-04T08:08:01.643Z Downloaded zerocopy v0.8.48
16042026-06-04T08:08:01.655Z Downloaded rustix v0.38.44
16052026-06-04T08:08:01.667Z Downloaded hickory-proto v0.25.2
16062026-06-04T08:08:01.677Z Downloaded regress v0.10.5
16072026-06-04T08:08:01.681Z Downloaded hickory-proto v0.24.4
16082026-06-04T08:08:01.689Z Downloaded rustix v1.1.4
16092026-06-04T08:08:01.702Z Downloaded openapiv3 v2.2.0
16102026-06-04T08:08:01.735Z Downloaded chrono-tz v0.10.4
16112026-06-04T08:08:01.745Z Downloaded sled v0.34.7
16122026-06-04T08:08:01.752Z Downloaded libc v0.2.186
16132026-06-04T08:08:01.772Z Downloaded csv v1.4.0
16142026-06-04T08:08:01.785Z Downloaded typify-impl v0.4.3
16152026-06-04T08:08:01.804Z Downloaded tokio v1.52.3
16162026-06-04T08:08:01.829Z Downloaded regex-automata v0.4.14
16172026-06-04T08:08:01.857Z Downloaded petgraph v0.6.5
16182026-06-04T08:08:01.876Z Downloaded jiff v0.2.24
16192026-06-04T08:08:01.891Z Downloaded petgraph v0.8.3
16202026-06-04T08:08:01.902Z Downloaded lzma-sys v0.1.20
16212026-06-04T08:08:01.933Z Downloaded sha3 v0.10.9
16222026-06-04T08:08:01.972Z Downloaded encoding_rs v0.8.35
16232026-06-04T08:08:01.987Z Downloaded ring v0.17.14
16242026-06-04T08:08:02.404Z Downloaded aws-lc-sys v0.41.0
16252026-06-04T08:08:02.757Z Compiling proc-macro2 v1.0.106
16262026-06-04T08:08:02.757Z Compiling quote v1.0.45
16272026-06-04T08:08:02.757Z Compiling unicode-ident v1.0.24
16282026-06-04T08:08:02.757Z Compiling serde_core v1.0.228
16292026-06-04T08:08:02.760Z Compiling serde v1.0.228
16302026-06-04T08:08:02.760Z Compiling libc v0.2.186
16312026-06-04T08:08:02.760Z Compiling cfg-if v1.0.4
16322026-06-04T08:08:03.064Z Compiling zmij v1.0.21
16332026-06-04T08:08:03.081Z Compiling memchr v2.8.0
16342026-06-04T08:08:03.385Z Compiling autocfg v1.5.0
16352026-06-04T08:08:03.430Z Compiling libm v0.2.16
16362026-06-04T08:08:03.964Z Compiling itoa v1.0.18
16372026-06-04T08:08:03.980Z Compiling version_check v0.9.5
16382026-06-04T08:08:04.268Z Compiling icu_normalizer_data v2.2.0
16392026-06-04T08:08:04.296Z Compiling icu_properties_data v2.2.0
16402026-06-04T08:08:04.357Z Compiling stable_deref_trait v1.2.1
16412026-06-04T08:08:04.430Z Compiling syn v2.0.117
16422026-06-04T08:08:04.446Z Compiling serde_json v1.0.149
16432026-06-04T08:08:04.512Z Compiling parking_lot_core v0.9.12
16442026-06-04T08:08:04.524Z Compiling writeable v0.6.3
16452026-06-04T08:08:04.552Z Compiling litemap v0.8.2
16462026-06-04T08:08:04.770Z Compiling num-traits v0.2.19
16472026-06-04T08:08:04.775Z Compiling utf8_iter v1.0.4
16482026-06-04T08:08:04.834Z Compiling percent-encoding v2.3.2
16492026-06-04T08:08:05.055Z Compiling thiserror v2.0.18
16502026-06-04T08:08:05.135Z Compiling form_urlencoded v1.2.2
16512026-06-04T08:08:05.177Z Compiling rand_core v0.10.1
16522026-06-04T08:08:05.195Z Compiling getrandom v0.4.2
16532026-06-04T08:08:05.351Z Compiling jobserver v0.1.34
16542026-06-04T08:08:05.418Z Compiling shlex v1.3.0
16552026-06-04T08:08:05.566Z Compiling find-msvc-tools v0.1.9
16562026-06-04T08:08:05.603Z Compiling zerocopy v0.8.48
16572026-06-04T08:08:05.694Z Compiling errno v0.3.14
16582026-06-04T08:08:05.749Z Compiling cc v1.2.62
16592026-06-04T08:08:05.821Z Compiling iana-time-zone v0.1.65
16602026-06-04T08:08:05.913Z Compiling heck v0.5.0
16612026-06-04T08:08:06.192Z Compiling uuid v1.23.1
16622026-06-04T08:08:06.376Z Compiling getrandom v0.2.17
16632026-06-04T08:08:06.426Z Compiling rustversion v1.0.22
16642026-06-04T08:08:06.630Z Compiling semver v1.0.28
16652026-06-04T08:08:06.648Z Compiling dyn-clone v1.0.20
16662026-06-04T08:08:06.819Z Compiling pin-project-lite v0.2.17
16672026-06-04T08:08:06.823Z Compiling schemars v0.8.22
16682026-06-04T08:08:06.952Z Compiling scopeguard v1.2.0
16692026-06-04T08:08:07.057Z Compiling lock_api v0.4.14
16702026-06-04T08:08:07.105Z Compiling socket2 v0.6.3
16712026-06-04T08:08:08.335Z Compiling synstructure v0.13.2
16722026-06-04T08:08:08.394Z Compiling serde_derive_internals v0.29.1
16732026-06-04T08:08:08.394Z Compiling bitflags v2.11.1
16742026-06-04T08:08:08.394Z Compiling signal-hook-registry v1.4.8
16752026-06-04T08:08:08.394Z Compiling mio v1.2.0
16762026-06-04T08:08:08.394Z Compiling portable-atomic v1.13.1
16772026-06-04T08:08:08.394Z Compiling subtle v2.6.1
16782026-06-04T08:08:08.394Z Compiling log v0.4.29
16792026-06-04T08:08:08.395Z Compiling critical-section v1.2.0
16802026-06-04T08:08:08.395Z Compiling futures-core v0.3.32
16812026-06-04T08:08:08.395Z Compiling ring v0.17.14
16822026-06-04T08:08:08.395Z Compiling cmake v0.1.58
16832026-06-04T08:08:08.395Z Compiling fs_extra v1.3.0
16842026-06-04T08:08:08.395Z Compiling dunce v1.0.5
16852026-06-04T08:08:08.395Z Compiling equivalent v1.0.2
16862026-06-04T08:08:08.395Z Compiling httparse v1.10.1
16872026-06-04T08:08:08.429Z Compiling futures-sink v0.3.32
16882026-06-04T08:08:08.443Z Compiling rand_core v0.6.4
16892026-06-04T08:08:08.447Z Compiling aws-lc-sys v0.41.0
16902026-06-04T08:08:08.487Z Compiling slab v0.4.12
16912026-06-04T08:08:08.508Z Compiling serde_derive v1.0.228
16922026-06-04T08:08:08.617Z Compiling zerofrom-derive v0.1.7
16932026-06-04T08:08:08.645Z Compiling yoke-derive v0.8.2
16942026-06-04T08:08:08.662Z Compiling zerovec-derive v0.11.3
16952026-06-04T08:08:08.681Z Compiling displaydoc v0.2.5
16962026-06-04T08:08:08.697Z Compiling schemars_derive v0.8.22
16972026-06-04T08:08:09.075Z Compiling thiserror-impl v2.0.18
16982026-06-04T08:08:09.379Z Compiling tokio-macros v2.7.0
16992026-06-04T08:08:09.490Z Compiling zerocopy-derive v0.8.48
17002026-06-04T08:08:09.756Z Compiling zeroize_derive v1.4.3
17012026-06-04T08:08:09.800Z Compiling futures-macro v0.3.32
17022026-06-04T08:08:09.844Z Compiling zerofrom v0.1.8
17032026-06-04T08:08:09.982Z Compiling yoke v0.8.2
17042026-06-04T08:08:09.999Z Compiling once_cell v1.21.4
17052026-06-04T08:08:10.159Z Compiling zerovec v0.11.6
17062026-06-04T08:08:10.189Z Compiling zerotrie v0.2.4
17072026-06-04T08:08:10.247Z Compiling thiserror v1.0.69
17082026-06-04T08:08:10.454Z Compiling zeroize v1.8.2
17092026-06-04T08:08:10.552Z Compiling rustix v1.1.4
17102026-06-04T08:08:10.588Z Compiling ucd-trie v0.1.7
17112026-06-04T08:08:10.630Z Compiling thiserror-impl v1.0.69
17122026-06-04T08:08:10.680Z Compiling futures-channel v0.3.32
17132026-06-04T08:08:10.702Z Compiling tinystr v0.8.3
17142026-06-04T08:08:10.758Z Compiling potential_utf v0.1.5
17152026-06-04T08:08:10.826Z Compiling pest v2.8.6
17162026-06-04T08:08:10.899Z Compiling icu_locale_core v2.2.0
17172026-06-04T08:08:10.926Z Compiling icu_collections v2.2.0
17182026-06-04T08:08:10.944Z Compiling futures-task v0.3.32
17192026-06-04T08:08:10.947Z Compiling futures-io v0.3.32
17202026-06-04T08:08:11.126Z Compiling futures-util v0.3.32
17212026-06-04T08:08:11.182Z Compiling generic-array v0.14.7
17222026-06-04T08:08:11.683Z Compiling regex-syntax v0.8.10
17232026-06-04T08:08:11.809Z Compiling smallvec v1.15.1
17242026-06-04T08:08:11.827Z Compiling bytes v1.11.1
17252026-06-04T08:08:11.970Z Compiling icu_provider v2.2.0
17262026-06-04T08:08:12.030Z Compiling chrono v0.4.44
17272026-06-04T08:08:12.506Z Compiling icu_properties v2.2.0
17282026-06-04T08:08:12.585Z Compiling icu_normalizer v2.2.0
17292026-06-04T08:08:12.672Z Compiling parking_lot v0.12.5
17302026-06-04T08:08:13.559Z Compiling idna_adapter v1.2.2
17312026-06-04T08:08:13.704Z Compiling idna v1.1.0
17322026-06-04T08:08:13.723Z Compiling tokio v1.52.3
17332026-06-04T08:08:13.740Z Compiling serde_tokenstream v0.2.3
17342026-06-04T08:08:13.818Z Compiling pest_meta v2.8.6
17352026-06-04T08:08:14.064Z Compiling getrandom v0.3.4
17362026-06-04T08:08:14.156Z Compiling url v2.5.8
17372026-06-04T08:08:14.199Z Compiling strsim v0.11.1
17382026-06-04T08:08:14.386Z Compiling typenum v1.20.0
17392026-06-04T08:08:14.424Z Compiling aho-corasick v1.1.4
17402026-06-04T08:08:14.505Z Compiling pest_generator v2.8.6
17412026-06-04T08:08:15.160Z Compiling pest_derive v2.8.6
17422026-06-04T08:08:15.501Z Compiling byteorder v1.5.0
17432026-06-04T08:08:15.701Z Compiling hashbrown v0.17.1
17442026-06-04T08:08:15.720Z Compiling regex-automata v0.4.14
17452026-06-04T08:08:15.774Z Compiling tracing-core v0.1.36
17462026-06-04T08:08:15.820Z Compiling tracing-attributes v0.1.31
17472026-06-04T08:08:15.837Z Compiling ident_case v1.0.1
17482026-06-04T08:08:15.971Z Compiling rustls-pki-types v1.14.1
17492026-06-04T08:08:16.383Z Compiling ipnetwork v0.21.1
17502026-06-04T08:08:16.709Z Compiling indexmap v2.14.0
17512026-06-04T08:08:16.834Z Compiling slog v2.8.2
17522026-06-04T08:08:17.035Z Compiling tracing v0.1.44
17532026-06-04T08:08:17.389Z Compiling regex v1.12.3
17542026-06-04T08:08:17.538Z Compiling fnv v1.0.7
17552026-06-04T08:08:17.655Z Compiling base64 v0.22.1
17562026-06-04T08:08:17.709Z Compiling paste v1.0.15
17572026-06-04T08:08:17.996Z Compiling anyhow v1.0.102
17582026-06-04T08:08:18.182Z Compiling erased-serde v0.3.31
17592026-06-04T08:08:18.484Z Compiling omicron-workspace-hack v0.1.0
17602026-06-04T08:08:18.762Z Compiling crypto-common v0.1.7
17612026-06-04T08:08:18.940Z Compiling http v1.4.0
17622026-06-04T08:08:19.296Z Compiling untrusted v0.9.0
17632026-06-04T08:08:19.353Z Compiling oxnet v0.1.5
17642026-06-04T08:08:19.435Z Compiling scroll_derive v0.13.1
17652026-06-04T08:08:20.152Z Compiling time-core v0.1.8
17662026-06-04T08:08:20.334Z Compiling num-conv v0.2.1
17672026-06-04T08:08:20.436Z Compiling time-macros v0.2.27
17682026-06-04T08:08:20.911Z Compiling tokio-util v0.7.18
17692026-06-04T08:08:21.050Z Compiling ipnet v2.12.0
17702026-06-04T08:08:21.092Z Compiling ppv-lite86 v0.2.21
17712026-06-04T08:08:21.469Z Compiling async-trait v0.1.89
17722026-06-04T08:08:21.692Z Compiling daft-derive v0.1.7
17732026-06-04T08:08:21.998Z Compiling crc32fast v1.5.0
17742026-06-04T08:08:22.216Z Compiling camino v1.2.2
17752026-06-04T08:08:22.317Z Compiling http-body v1.0.1
17762026-06-04T08:08:22.483Z Compiling usdt-impl v0.6.0
17772026-06-04T08:08:22.506Z Compiling pretty-hex v0.4.2
17782026-06-04T08:08:22.552Z Compiling crossbeam-utils v0.8.21
17792026-06-04T08:08:22.569Z Compiling atomic-waker v1.1.2
17802026-06-04T08:08:22.748Z Compiling scroll v0.13.0
17812026-06-04T08:08:22.906Z Compiling block-buffer v0.10.4
17822026-06-04T08:08:23.015Z Compiling try-lock v0.2.5
17832026-06-04T08:08:23.075Z Compiling tower-layer v0.3.3
17842026-06-04T08:08:23.138Z Compiling ryu v1.0.23
17852026-06-04T08:08:23.173Z Compiling aws-lc-rs v1.17.0
17862026-06-04T08:08:23.444Z Compiling tower-service v0.3.3
17872026-06-04T08:08:23.495Z Compiling plain v0.2.3
17882026-06-04T08:08:23.547Z Compiling want v0.3.1
17892026-06-04T08:08:23.588Z Compiling goblin v0.10.5
17902026-06-04T08:08:23.611Z Compiling digest v0.10.7
17912026-06-04T08:08:23.855Z Compiling h2 v0.4.14
17922026-06-04T08:08:24.457Z Compiling httpdate v1.0.3
17932026-06-04T08:08:24.475Z Compiling slog-async v2.8.0
17942026-06-04T08:08:25.003Z Compiling dtrace-parser v0.3.0
17952026-06-04T08:08:25.094Z Compiling thread-id v5.1.0
17962026-06-04T08:08:25.187Z Compiling ref-cast v1.0.25
17972026-06-04T08:08:25.568Z Compiling untrusted v0.7.1
17982026-06-04T08:08:26.090Z Compiling rustls v0.23.40
17992026-06-04T08:08:26.292Z Compiling dof v0.4.0
18002026-06-04T08:08:26.328Z Compiling hyper v1.9.0
18012026-06-04T08:08:27.307Z Compiling rustls v0.22.4
18022026-06-04T08:08:27.694Z Compiling hyper-util v0.1.20
18032026-06-04T08:08:28.171Z Compiling rand_core v0.9.5
18042026-06-04T08:08:28.189Z Compiling serde_urlencoded v0.7.1
18052026-06-04T08:08:28.436Z Compiling http-body-util v0.1.3
18062026-06-04T08:08:28.495Z Compiling ref-cast-impl v1.0.25
18072026-06-04T08:08:28.933Z Compiling syn v1.0.109
18082026-06-04T08:08:29.409Z Compiling usdt-macro v0.6.0
18092026-06-04T08:08:29.504Z Compiling usdt-attr-macro v0.6.0
18102026-06-04T08:08:30.259Z Compiling structmeta-derive v0.3.0
18112026-06-04T08:08:30.374Z Compiling multer v3.1.0
18122026-06-04T08:08:30.453Z Compiling foldhash v0.2.0
18132026-06-04T08:08:30.543Z Compiling allocator-api2 v0.2.21
18142026-06-04T08:08:30.676Z Compiling powerfmt v0.2.0
18152026-06-04T08:08:30.771Z Compiling rand_chacha v0.9.0
18162026-06-04T08:08:30.937Z Compiling hashbrown v0.16.1
18172026-06-04T08:08:30.937Z Compiling deranged v0.5.8
18182026-06-04T08:08:31.334Z Compiling structmeta v0.3.0
18192026-06-04T08:08:31.561Z Compiling darling_core v0.23.0
18202026-06-04T08:08:31.655Z Compiling newtype-uuid-macros v0.1.0
18212026-06-04T08:08:31.725Z Compiling cpufeatures v0.2.17
18222026-06-04T08:08:31.946Z Compiling num_threads v0.1.7
18232026-06-04T08:08:32.207Z Compiling time v0.3.47
18242026-06-04T08:08:32.457Z Compiling rand v0.9.4
18252026-06-04T08:08:33.176Z Compiling newtype-uuid v1.3.2
18262026-06-04T08:08:33.313Z Compiling async-stream-impl v0.3.6
18272026-06-04T08:08:33.631Z Compiling darling_macro v0.23.0
18282026-06-04T08:08:33.952Z Compiling strum_macros v0.26.4
18292026-06-04T08:08:33.988Z Compiling sync_wrapper v1.0.2
18302026-06-04T08:08:34.006Z Compiling dropshot v0.17.0
18312026-06-04T08:08:34.168Z Compiling hex v0.4.3
18322026-06-04T08:08:34.263Z Compiling darling v0.23.0
18332026-06-04T08:08:34.374Z Compiling tower v0.5.3
18342026-06-04T08:08:34.392Z Compiling daft v0.1.7
18352026-06-04T08:08:34.465Z Compiling crossbeam-channel v0.5.15
18362026-06-04T08:08:34.737Z Compiling openapiv3 v2.2.0
18372026-06-04T08:08:34.948Z Compiling webpki-roots v1.0.7
18382026-06-04T08:08:35.366Z Compiling fastrand v2.4.1
18392026-06-04T08:08:35.699Z Compiling tower-http v0.6.10
18402026-06-04T08:08:35.914Z Compiling serde_with_macros v3.20.0
18412026-06-04T08:08:36.397Z Compiling dropshot_endpoint v0.17.0
18422026-06-04T08:08:36.678Z Compiling futures-executor v0.3.32
18432026-06-04T08:08:36.923Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18442026-06-04T08:08:37.057Z Compiling thread_local v1.1.9
18452026-06-04T08:08:37.168Z Compiling openssl-probe v0.2.1
18462026-06-04T08:08:37.403Z Compiling rustls-native-certs v0.8.3
18472026-06-04T08:08:37.420Z Compiling futures v0.3.32
18482026-06-04T08:08:37.524Z Compiling derive-ex v0.1.8
18492026-06-04T08:08:38.134Z Compiling strum_macros v0.27.2
18502026-06-04T08:08:38.181Z Compiling is-terminal v0.4.17
18512026-06-04T08:08:38.291Z Compiling winnow v1.0.3
18522026-06-04T08:08:39.140Z Compiling term v1.2.1
18532026-06-04T08:08:39.321Z Compiling take_mut v0.2.2
18542026-06-04T08:08:39.766Z Compiling slog-term v2.9.2
18552026-06-04T08:08:39.957Z Compiling test-strategy v0.4.5
18562026-06-04T08:08:40.939Z Compiling tempfile v3.27.0
18572026-06-04T08:08:41.385Z Compiling macaddr v1.0.1
18582026-06-04T08:08:41.779Z Compiling match_cfg v0.1.0
18592026-06-04T08:08:41.859Z Compiling simd-adler32 v0.3.9
18602026-06-04T08:08:41.920Z Compiling adler2 v2.0.1
18612026-06-04T08:08:42.002Z Compiling hostname v0.3.1
18622026-06-04T08:08:42.096Z Compiling miniz_oxide v0.8.9
18632026-06-04T08:08:42.826Z Compiling slog-json v2.6.1
18642026-06-04T08:08:43.135Z Compiling memmap2 v0.9.10
18652026-06-04T08:08:43.491Z Compiling usdt v0.6.0
18662026-06-04T08:08:43.911Z Compiling slog-bunyan v2.5.0
18672026-06-04T08:08:43.969Z Compiling flate2 v1.1.9
18682026-06-04T08:08:44.099Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18692026-06-04T08:08:44.171Z Compiling rustls-webpki v0.102.8
18702026-06-04T08:08:44.401Z Compiling compression-core v0.4.32
18712026-06-04T08:08:44.518Z Compiling debug-ignore v1.0.5
18722026-06-04T08:08:44.579Z Compiling either v1.15.0
18732026-06-04T08:08:44.807Z Compiling compression-codecs v0.4.38
18742026-06-04T08:08:45.180Z Compiling toml_parser v1.1.2+spec-1.1.0
18752026-06-04T08:08:45.420Z Compiling parse-display-derive v0.10.0
18762026-06-04T08:08:45.744Z Compiling rand_chacha v0.3.1
18772026-06-04T08:08:45.933Z Compiling toml_datetime v1.1.1+spec-1.1.0
18782026-06-04T08:08:45.998Z Compiling serde_spanned v1.1.1
18792026-06-04T08:08:46.383Z Compiling encoding_rs v0.8.35
18802026-06-04T08:08:46.575Z Compiling mime v0.3.17
18812026-06-04T08:08:46.588Z Compiling spin v0.9.8
18822026-06-04T08:08:46.727Z Compiling toml_writer v1.1.1+spec-1.1.0
18832026-06-04T08:08:46.765Z Compiling tokio-rustls v0.25.0
18842026-06-04T08:08:46.956Z Compiling toml v1.1.2+spec-1.1.0
18852026-06-04T08:08:47.023Z Compiling rand v0.8.6
18862026-06-04T08:08:47.203Z Compiling async-compression v0.4.42
18872026-06-04T08:08:47.778Z Compiling strum v0.26.3
18882026-06-04T08:08:47.981Z Compiling async-stream v0.3.6
18892026-06-04T08:08:48.183Z Compiling sha1 v0.10.6
18902026-06-04T08:08:48.421Z Compiling waitgroup v0.1.2
18912026-06-04T08:08:48.588Z Compiling rustls-pemfile v2.2.0
18922026-06-04T08:08:48.608Z Compiling serde_path_to_error v0.1.20
18932026-06-04T08:08:48.851Z Compiling wait-timeout v0.2.1
18942026-06-04T08:08:48.896Z Compiling hostname v0.4.2
18952026-06-04T08:08:49.086Z Compiling bit-vec v0.8.0
18962026-06-04T08:08:49.188Z Compiling quick-error v1.2.3
18972026-06-04T08:08:49.318Z Compiling bit-set v0.8.0
18982026-06-04T08:08:49.342Z Compiling rusty-fork v0.3.1
18992026-06-04T08:08:49.515Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19002026-06-04T08:08:50.034Z Compiling serde_with v3.20.0
19012026-06-04T08:08:50.167Z Compiling rand_xorshift v0.4.0
19022026-06-04T08:08:50.511Z Compiling unarray v0.1.4
19032026-06-04T08:08:50.647Z Compiling proptest v1.11.0
19042026-06-04T08:08:51.109Z Compiling strum v0.27.2
19052026-06-04T08:08:51.256Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19062026-06-04T08:08:51.273Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19072026-06-04T08:08:51.412Z Compiling instant v0.1.13
19082026-06-04T08:08:51.722Z Compiling rustc-hash v2.1.2
19092026-06-04T08:08:51.863Z Compiling iddqd v0.3.18
19102026-06-04T08:08:51.996Z Compiling itertools v0.14.0
19112026-06-04T08:08:52.487Z Compiling unicode-width v0.2.2
19122026-06-04T08:08:52.810Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19132026-06-04T08:08:53.133Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19142026-06-04T08:08:53.659Z Compiling backon v1.6.0
19152026-06-04T08:08:53.735Z Compiling regress v0.10.5
19162026-06-04T08:08:55.325Z Compiling backoff v0.4.0
19172026-06-04T08:08:55.821Z Compiling parse-display v0.10.0
19182026-06-04T08:08:55.945Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19192026-06-04T08:08:58.927Z Compiling regress v0.11.1
19202026-06-04T08:09:00.308Z Compiling zerocopy-derive v0.7.35
19212026-06-04T08:09:00.431Z Compiling typify-impl v0.6.2
19222026-06-04T08:09:01.657Z Compiling darling_core v0.21.3
19232026-06-04T08:09:02.213Z Compiling clap_derive v4.6.1
19242026-06-04T08:09:03.342Z Compiling convert_case v0.4.0
19252026-06-04T08:09:03.639Z Compiling utf8parse v0.2.2
19262026-06-04T08:09:03.672Z Compiling typify-macro v0.6.2
19272026-06-04T08:09:03.691Z Compiling darling_macro v0.21.3
19282026-06-04T08:09:03.753Z Compiling anstyle-parse v1.0.0
19292026-06-04T08:09:03.855Z Compiling derive_more v0.99.20
19302026-06-04T08:09:04.618Z Compiling terminal_size v0.4.4
19312026-06-04T08:09:04.653Z Compiling toml_datetime v0.6.11
19322026-06-04T08:09:04.802Z Compiling is_terminal_polyfill v1.70.2
19332026-06-04T08:09:05.237Z Compiling anstyle v1.0.14
19342026-06-04T08:09:05.340Z Compiling colorchoice v1.0.5
19352026-06-04T08:09:05.468Z Compiling anstyle-query v1.1.5
19362026-06-04T08:09:05.578Z Compiling anstream v1.0.0
19372026-06-04T08:09:06.002Z Compiling darling v0.21.3
19382026-06-04T08:09:06.132Z Compiling secrecy v0.10.3
19392026-06-04T08:09:06.289Z Compiling crucible-workspace-hack v0.1.0
19402026-06-04T08:09:06.377Z Compiling heapless v0.8.0
19412026-06-04T08:09:06.442Z Compiling clap_lex v1.1.0
19422026-06-04T08:09:06.458Z Compiling tinyvec_macros v0.1.1
19432026-06-04T08:09:07.016Z Compiling clap_builder v4.6.0
19442026-06-04T08:09:07.051Z Compiling tinyvec v1.11.0
19452026-06-04T08:09:07.393Z Compiling ingot-macros v0.1.1
19462026-06-04T08:09:07.456Z Compiling typify v0.6.2
19472026-06-04T08:09:07.473Z Compiling zerocopy v0.7.35
19482026-06-04T08:09:07.985Z Compiling hash32 v0.3.1
19492026-06-04T08:09:08.021Z Compiling scroll_derive v0.12.1
19502026-06-04T08:09:08.142Z Compiling rustc_version v0.4.1
19512026-06-04T08:09:08.409Z Compiling num-integer v0.1.46
19522026-06-04T08:09:08.721Z Compiling usdt-impl v0.5.0
19532026-06-04T08:09:08.921Z Compiling smoltcp v0.11.0
19542026-06-04T08:09:09.119Z Compiling clap v4.6.1
19552026-06-04T08:09:09.210Z Compiling scroll v0.12.0
19562026-06-04T08:09:09.331Z Compiling curve25519-dalek v4.1.3
19572026-06-04T08:09:10.010Z Compiling ingot-types v0.1.2
19582026-06-04T08:09:10.455Z Compiling dof v0.3.0
19592026-06-04T08:09:11.367Z Compiling dtrace-parser v0.2.0
19602026-06-04T08:09:11.518Z Compiling hmac v0.12.1
19612026-06-04T08:09:11.662Z Compiling inout v0.1.4
19622026-06-04T08:09:11.684Z Compiling cobs v0.3.0
19632026-06-04T08:09:11.852Z Compiling ff v0.13.1
19642026-06-04T08:09:12.002Z Compiling thread-id v4.2.2
19652026-06-04T08:09:12.280Z Compiling bitflags v1.3.2
19662026-06-04T08:09:12.311Z Compiling managed v0.8.0
19672026-06-04T08:09:12.363Z Compiling unsafe-libyaml v0.2.11
19682026-06-04T08:09:12.980Z Compiling serde_yaml v0.9.34+deprecated
19692026-06-04T08:09:13.007Z Compiling group v0.13.0
19702026-06-04T08:09:13.130Z Compiling postcard v1.1.3
19712026-06-04T08:09:13.217Z Compiling cipher v0.4.4
19722026-06-04T08:09:13.492Z Compiling hkdf v0.12.4
19732026-06-04T08:09:14.480Z Compiling ingot v0.1.1
19742026-06-04T08:09:14.820Z Compiling goblin v0.8.2
19752026-06-04T08:09:15.795Z Compiling num-rational v0.4.2
19762026-06-04T08:09:16.655Z Compiling num-iter v0.1.45
19772026-06-04T08:09:16.972Z Compiling tabwriter v1.4.1
19782026-06-04T08:09:17.004Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19792026-06-04T08:09:17.174Z Compiling thiserror-impl-no-std v2.0.2
19802026-06-04T08:09:17.321Z Compiling hubpack_derive v0.1.1
19812026-06-04T08:09:17.565Z Compiling crossbeam-epoch v0.9.18
19822026-06-04T08:09:17.968Z Compiling universal-hash v0.5.1
19832026-06-04T08:09:18.062Z Compiling crypto-bigint v0.5.5
19842026-06-04T08:09:18.112Z Compiling half v2.7.1
19852026-06-04T08:09:18.150Z Compiling curve25519-dalek-derive v0.1.1
19862026-06-04T08:09:18.235Z Compiling num-complex v0.4.6
19872026-06-04T08:09:19.549Z Compiling base64ct v1.8.3
19882026-06-04T08:09:19.591Z Compiling base16ct v0.2.0
19892026-06-04T08:09:19.796Z Compiling opaque-debug v0.3.1
19902026-06-04T08:09:19.796Z Compiling ciborium-io v0.2.2
19912026-06-04T08:09:19.916Z Compiling prettyplease v0.2.37
19922026-06-04T08:09:20.171Z Compiling ciborium-ll v0.2.2
19932026-06-04T08:09:20.409Z Compiling poly1305 v0.8.0
19942026-06-04T08:09:20.436Z Compiling password-hash v0.5.0
19952026-06-04T08:09:20.683Z Compiling elliptic-curve v0.13.8
19962026-06-04T08:09:21.483Z Compiling num v0.4.3
19972026-06-04T08:09:21.562Z Compiling thiserror-no-std v2.0.2
19982026-06-04T08:09:21.610Z Compiling hubpack v0.1.2
19992026-06-04T08:09:22.904Z Compiling chacha20 v0.9.1
20002026-06-04T08:09:23.455Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20012026-06-04T08:09:23.705Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20022026-06-04T08:09:23.921Z Compiling reqwest v0.12.28
20032026-06-04T08:09:24.278Z Compiling toml_edit v0.25.11+spec-1.1.0
20042026-06-04T08:09:24.928Z Compiling byte-wrapper v0.1.0
20052026-06-04T08:09:25.053Z Compiling blake2 v0.10.6
20062026-06-04T08:09:25.141Z Compiling aead v0.5.2
20072026-06-04T08:09:25.334Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20082026-06-04T08:09:25.538Z Compiling serde_repr v0.1.20
20092026-06-04T08:09:26.020Z Compiling proc-macro-error-attr v1.0.4
20102026-06-04T08:09:26.217Z Compiling memoffset v0.9.1
20112026-06-04T08:09:26.235Z Compiling bstr v1.12.1
20122026-06-04T08:09:26.267Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20132026-06-04T08:09:26.474Z Compiling keccak v0.1.6
20142026-06-04T08:09:26.527Z Compiling cfg_aliases v0.2.1
20152026-06-04T08:09:26.548Z Compiling rustix v0.38.44
20162026-06-04T08:09:26.728Z Compiling static_assertions v1.1.0
20172026-06-04T08:09:26.930Z Compiling float-ord v0.3.2
20182026-06-04T08:09:27.103Z Compiling sha3 v0.10.9
20192026-06-04T08:09:27.166Z Compiling nix v0.31.3
20202026-06-04T08:09:27.561Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20212026-06-04T08:09:27.738Z Compiling argon2 v0.5.3
20222026-06-04T08:09:28.198Z Compiling chacha20poly1305 v0.10.1
20232026-06-04T08:09:28.352Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20242026-06-04T08:09:29.246Z Compiling rustls-webpki v0.103.13
20252026-06-04T08:09:30.892Z Compiling progenitor-client v0.10.0
20262026-06-04T08:09:31.164Z Compiling proc-macro-crate v3.5.0
20272026-06-04T08:09:31.584Z Compiling vsss-rs v3.3.4
20282026-06-04T08:09:31.584Z Compiling ciborium v0.2.2
20292026-06-04T08:09:32.178Z Compiling usdt-attr-macro v0.5.0
20302026-06-04T08:09:32.307Z Compiling usdt-macro v0.5.0
20312026-06-04T08:09:33.666Z Compiling num-derive v0.4.2
20322026-06-04T08:09:33.873Z Compiling enum-as-inner v0.6.1
20332026-06-04T08:09:34.415Z Compiling tokio-rustls v0.26.4
20342026-06-04T08:09:34.438Z Compiling rustls-platform-verifier v0.7.0
20352026-06-04T08:09:34.777Z Compiling hyper-rustls v0.27.9
20362026-06-04T08:09:34.792Z Compiling proc-macro-error v1.0.4
20372026-06-04T08:09:34.802Z Compiling memmap v0.7.0
20382026-06-04T08:09:34.941Z Compiling reqwest v0.13.3
20392026-06-04T08:09:35.028Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20402026-06-04T08:09:35.165Z Compiling data-encoding v2.11.0
20412026-06-04T08:09:35.226Z Compiling winnow v0.5.40
20422026-06-04T08:09:35.246Z Compiling indent_write v2.2.0
20432026-06-04T08:09:35.667Z Compiling usdt v0.5.0
20442026-06-04T08:09:35.875Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20452026-06-04T08:09:36.273Z Compiling progenitor-client v0.14.0
20462026-06-04T08:09:36.563Z Compiling progenitor-extras v0.2.0
20472026-06-04T08:09:36.824Z Compiling toml_edit v0.19.15
20482026-06-04T08:09:37.216Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20492026-06-04T08:09:37.787Z Compiling num_enum_derive v0.7.6
20502026-06-04T08:09:38.821Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20512026-06-04T08:09:38.838Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20522026-06-04T08:09:39.773Z Compiling serde_spanned v0.6.9
20532026-06-04T08:09:39.931Z Compiling foreign-types-macros v0.2.3
20542026-06-04T08:09:40.620Z Compiling toml_write v0.1.2
20552026-06-04T08:09:40.724Z Compiling colored v3.1.1
20562026-06-04T08:09:40.826Z Compiling vcpkg v0.2.15
20572026-06-04T08:09:41.378Z Compiling bytecount v0.6.9
20582026-06-04T08:09:41.418Z Compiling pkg-config v0.3.33
20592026-06-04T08:09:41.576Z Compiling foreign-types-shared v0.3.1
20602026-06-04T08:09:41.700Z Compiling winnow v0.7.15
20612026-06-04T08:09:41.914Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20622026-06-04T08:09:44.694Z Compiling cpufeatures v0.3.0
20632026-06-04T08:09:44.781Z Compiling chacha20 v0.10.0
20642026-06-04T08:09:45.093Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20652026-06-04T08:09:45.312Z Compiling toml_edit v0.22.27
20662026-06-04T08:09:47.526Z Compiling openssl-sys v0.9.116
20672026-06-04T08:09:47.601Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20682026-06-04T08:09:48.105Z Compiling foreign-types v0.5.0
20692026-06-04T08:09:49.495Z Compiling num_enum v0.7.6
20702026-06-04T08:09:49.499Z Compiling proc-macro-crate v1.3.1
20712026-06-04T08:09:49.628Z Compiling progenitor-impl v0.13.0
20722026-06-04T08:09:49.665Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20732026-06-04T08:09:50.391Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20742026-06-04T08:09:50.546Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20752026-06-04T08:09:50.798Z Compiling cstr-argument v0.1.2
20762026-06-04T08:09:50.859Z Compiling swrite v0.1.0
20772026-06-04T08:09:50.975Z Compiling heck v0.4.1
20782026-06-04T08:09:50.980Z Compiling resolv-conf v0.7.6
20792026-06-04T08:09:51.097Z Compiling unicode-segmentation v1.13.2
20802026-06-04T08:09:51.616Z Compiling semver v0.1.20
20812026-06-04T08:09:51.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20822026-06-04T08:09:51.768Z Compiling linked-hash-map v0.5.6
20832026-06-04T08:09:51.882Z Compiling rayon-core v1.13.0
20842026-06-04T08:09:51.951Z Compiling lru-cache v0.1.2
20852026-06-04T08:09:51.968Z Compiling rustc_version v0.1.7
20862026-06-04T08:09:52.105Z Compiling progenitor-macro v0.13.0
20872026-06-04T08:09:52.161Z Compiling newline-converter v0.3.0
20882026-06-04T08:09:52.222Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20892026-06-04T08:09:52.500Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20902026-06-04T08:09:52.602Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20912026-06-04T08:09:52.692Z Compiling num_enum_derive v0.5.11
20922026-06-04T08:09:53.708Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20932026-06-04T08:09:53.874Z Compiling toml v0.8.23
20942026-06-04T08:09:53.945Z Compiling rand v0.10.1
20952026-06-04T08:09:53.965Z Compiling atomicwrites v0.4.4
20962026-06-04T08:09:54.158Z Compiling progenitor-client v0.13.0
20972026-06-04T08:09:54.258Z Compiling hickory-proto v0.24.4
20982026-06-04T08:09:54.356Z Compiling similar v2.7.0
20992026-06-04T08:09:54.469Z Compiling crossbeam-deque v0.8.6
21002026-06-04T08:09:55.445Z Compiling progenitor-impl v0.14.0
21012026-06-04T08:09:55.470Z Compiling console v0.15.11
21022026-06-04T08:09:56.015Z Compiling camino-tempfile v1.4.1
21032026-06-04T08:09:56.272Z Compiling serde-big-array v0.5.1
21042026-06-04T08:09:56.447Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21052026-06-04T08:09:56.473Z Compiling derive-where v1.6.1
21062026-06-04T08:09:57.154Z Compiling pin-project-internal v1.1.13
21072026-06-04T08:09:57.213Z Compiling lazy_static v1.5.0
21082026-06-04T08:09:57.213Z Compiling minimal-lexical v0.2.1
21092026-06-04T08:09:57.213Z Compiling siphasher v1.0.3
21102026-06-04T08:09:57.378Z Compiling phf_shared v0.12.1
21112026-06-04T08:09:57.411Z Compiling nom v7.1.3
21122026-06-04T08:09:57.760Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21132026-06-04T08:09:57.848Z Compiling pin-project v1.1.13
21142026-06-04T08:09:57.963Z Compiling progenitor-macro v0.14.0
21152026-06-04T08:09:58.550Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21162026-06-04T08:09:58.734Z Compiling hickory-resolver v0.24.4
21172026-06-04T08:10:00.840Z Compiling progenitor v0.13.0
21182026-06-04T08:10:01.011Z Compiling expectorate v1.2.0
21192026-06-04T08:10:02.364Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21202026-06-04T08:10:04.290Z Compiling num_enum v0.5.11
21212026-06-04T08:10:04.295Z Compiling newtype_derive v0.1.6
21222026-06-04T08:10:05.155Z Compiling unicode-normalization v0.1.25
21232026-06-04T08:10:05.360Z Compiling tokio-stream v0.1.18
21242026-06-04T08:10:05.799Z Compiling async-recursion v1.1.1
21252026-06-04T08:10:05.932Z Compiling snafu-derive v0.8.9
21262026-06-04T08:10:06.380Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21272026-06-04T08:10:06.484Z Compiling slog-dtrace v0.3.0
21282026-06-04T08:10:06.658Z Compiling csv-core v0.1.13
21292026-06-04T08:10:06.902Z Compiling foldhash v0.1.5
21302026-06-04T08:10:06.985Z Compiling foreign-types-shared v0.1.1
21312026-06-04T08:10:07.050Z Compiling openssl v0.10.80
21322026-06-04T08:10:07.119Z Compiling owo-colors v4.3.0
21332026-06-04T08:10:07.361Z Compiling unicode-width v0.1.14
21342026-06-04T08:10:07.460Z Compiling chrono-tz v0.10.4
21352026-06-04T08:10:07.664Z Compiling unicode-xid v0.2.6
21362026-06-04T08:10:07.689Z Compiling highway v1.3.0
21372026-06-04T08:10:07.741Z Compiling same-file v1.0.6
21382026-06-04T08:10:07.790Z Compiling konst_macro_rules v0.2.19
21392026-06-04T08:10:07.868Z Compiling cancel-safe-futures v0.1.5
21402026-06-04T08:10:07.974Z Compiling konst v0.2.20
21412026-06-04T08:10:07.985Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21422026-06-04T08:10:08.172Z Compiling walkdir v2.5.0
21432026-06-04T08:10:08.457Z Compiling const_format_proc_macros v0.2.34
21442026-06-04T08:10:08.723Z Compiling snafu v0.8.9
21452026-06-04T08:10:08.985Z Compiling foreign-types v0.3.2
21462026-06-04T08:10:09.034Z Compiling hashbrown v0.15.5
21472026-06-04T08:10:09.078Z Compiling csv v1.4.0
21482026-06-04T08:10:09.328Z Compiling qorb v0.4.1
21492026-06-04T08:10:09.658Z Compiling olpc-cjson v0.1.4
21502026-06-04T08:10:09.811Z Compiling progenitor v0.14.0
21512026-06-04T08:10:09.920Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21522026-06-04T08:10:09.952Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21532026-06-04T08:10:10.525Z Compiling rayon v1.12.0
21542026-06-04T08:10:10.999Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21552026-06-04T08:10:13.462Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21562026-06-04T08:10:13.592Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21572026-06-04T08:10:13.888Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21582026-06-04T08:10:14.177Z Compiling phf v0.12.1
21592026-06-04T08:10:14.804Z Compiling zone_cfg_derive v0.3.1
21602026-06-04T08:10:15.334Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21612026-06-04T08:10:15.531Z Compiling tokio-dtrace v0.1.1
21622026-06-04T08:10:15.891Z Compiling globset v0.4.18
21632026-06-04T08:10:16.075Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21642026-06-04T08:10:16.433Z Compiling itertools v0.12.1
21652026-06-04T08:10:16.777Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21662026-06-04T08:10:17.188Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21672026-06-04T08:10:17.527Z Compiling pem v3.0.6
21682026-06-04T08:10:19.319Z Compiling libsw-core v0.3.2
21692026-06-04T08:10:19.350Z Compiling serde_plain v1.0.2
21702026-06-04T08:10:19.350Z Compiling openssl-macros v0.1.1
21712026-06-04T08:10:19.350Z Compiling cookie v0.18.1
21722026-06-04T08:10:19.350Z Compiling sigpipe v0.1.3
21732026-06-04T08:10:19.350Z Compiling typed-path v0.9.3
21742026-06-04T08:10:19.350Z Compiling fixedbitset v0.4.2
21752026-06-04T08:10:19.350Z Compiling glob v0.3.3
21762026-06-04T08:10:19.350Z Compiling fixedbitset v0.5.7
21772026-06-04T08:10:19.350Z Compiling jiff v0.2.24
21782026-06-04T08:10:19.351Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21792026-06-04T08:10:19.351Z Compiling petgraph v0.8.3
21802026-06-04T08:10:19.351Z Compiling petgraph v0.6.5
21812026-06-04T08:10:19.826Z Compiling tough v0.22.0
21822026-06-04T08:10:20.748Z Compiling libsw v3.5.0
21832026-06-04T08:10:20.914Z Compiling zone v0.3.1
21842026-06-04T08:10:20.966Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21852026-06-04T08:10:21.329Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21862026-06-04T08:10:21.396Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21872026-06-04T08:10:21.546Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21882026-06-04T08:10:21.664Z Compiling oxide-tokio-rt v0.1.6
21892026-06-04T08:10:22.230Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21902026-06-04T08:10:22.588Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21912026-06-04T08:10:25.538Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21922026-06-04T08:10:25.583Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21932026-06-04T08:10:25.592Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21942026-06-04T08:10:25.974Z Compiling const_format v0.2.36
21952026-06-04T08:10:26.492Z Compiling papergrid v0.11.0
21962026-06-04T08:10:26.868Z Compiling tabled_derive v0.7.0
21972026-06-04T08:10:27.249Z Compiling gethostname v0.5.0
21982026-06-04T08:10:27.397Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21992026-06-04T08:10:27.860Z Compiling libscf-sys v1.2.0
22002026-06-04T08:10:28.016Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22012026-06-04T08:10:28.090Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22022026-06-04T08:10:28.143Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22032026-06-04T08:10:28.287Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22042026-06-04T08:10:28.911Z Compiling smf v0.2.3
22052026-06-04T08:10:29.004Z Compiling bcs v0.1.6
22062026-06-04T08:10:29.120Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22072026-06-04T08:10:29.473Z Compiling whoami v1.6.1
22082026-06-04T08:10:29.879Z Compiling termtree v0.5.1
22092026-06-04T08:10:30.039Z Compiling unicode-linebreak v0.1.5
22102026-06-04T08:10:30.109Z Compiling smawk v0.3.2
22112026-06-04T08:10:30.238Z Compiling tagptr v0.2.0
22122026-06-04T08:10:30.341Z Compiling linear-map v1.2.0
22132026-06-04T08:10:30.407Z Compiling moka v0.12.15
22142026-06-04T08:10:31.350Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22152026-06-04T08:10:31.464Z Compiling textwrap v0.16.2
22162026-06-04T08:10:31.747Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22172026-06-04T08:10:32.027Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22182026-06-04T08:10:32.065Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22192026-06-04T08:10:32.228Z Compiling tabled v0.15.0
22202026-06-04T08:10:32.432Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22212026-06-04T08:10:32.648Z Compiling steno v0.4.1
22222026-06-04T08:10:33.204Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22232026-06-04T08:10:35.000Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22242026-06-04T08:10:38.248Z Compiling hickory-proto v0.25.2
22252026-06-04T08:10:39.709Z Compiling proc-macro-error-attr2 v2.0.0
22262026-06-04T08:10:39.721Z Compiling humantime v2.3.0
22272026-06-04T08:10:39.721Z Compiling proc-macro-error2 v2.0.1
22282026-06-04T08:10:39.978Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22292026-06-04T08:10:40.000Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22302026-06-04T08:10:40.267Z Compiling parking_lot_core v0.8.6
22312026-06-04T08:10:40.473Z Compiling hickory-resolver v0.25.2
22322026-06-04T08:10:40.599Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22332026-06-04T08:10:40.718Z Compiling tabled_derive v0.11.0
22342026-06-04T08:10:40.952Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22352026-06-04T08:10:41.869Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22362026-06-04T08:10:42.256Z Compiling papergrid v0.17.0
22372026-06-04T08:10:43.830Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22382026-06-04T08:10:44.042Z Compiling testing_table v0.3.0
22392026-06-04T08:10:44.465Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22402026-06-04T08:10:45.006Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22412026-06-04T08:10:45.266Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22422026-06-04T08:10:46.352Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22432026-06-04T08:10:46.470Z Compiling tabled v0.20.0
22442026-06-04T08:10:47.128Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22452026-06-04T08:10:47.248Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22462026-06-04T08:10:47.832Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22472026-06-04T08:10:47.939Z Compiling arc-swap v1.9.1
22482026-06-04T08:10:48.530Z Compiling slog-scope v4.4.1
22492026-06-04T08:10:48.983Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22502026-06-04T08:10:49.267Z Compiling parking_lot v0.11.2
22512026-06-04T08:10:50.141Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22522026-06-04T08:10:50.591Z Compiling dropshot-api-manager-types v0.7.2
22532026-06-04T08:10:50.810Z Compiling fxhash v0.2.1
22542026-06-04T08:10:50.857Z Compiling crc8 v0.1.1
22552026-06-04T08:10:50.958Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22562026-06-04T08:10:50.977Z Compiling sled v0.34.7
22572026-06-04T08:10:51.162Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22582026-06-04T08:10:52.345Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22592026-06-04T08:10:54.215Z Compiling slog-stdlog v4.1.1
22602026-06-04T08:10:54.548Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22612026-06-04T08:10:54.664Z Compiling slog-envlogger v2.2.0
22622026-06-04T08:10:54.822Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22632026-06-04T08:10:55.800Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22642026-06-04T08:10:58.175Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22652026-06-04T08:10:59.792Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22662026-06-04T08:11:02.241Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22672026-06-04T08:11:11.378Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22682026-06-04T08:11:16.799Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22692026-06-04T08:11:20.062Z Finished `release` profile [optimized] target(s) in 3m 44s
22702026-06-04T08:11:20.397Z+ banner trio
22712026-06-04T08:11:20.402Z
22722026-06-04T08:11:20.402Z ##### ##### # ####
22732026-06-04T08:11:20.402Z # # # # # #
22742026-06-04T08:11:20.402Z # # # # # #
22752026-06-04T08:11:20.402Z # ##### # # #
22762026-06-04T08:11:20.402Z # # # # # #
22772026-06-04T08:11:20.402Z # # # # ####
22782026-06-04T08:11:20.402Z
22792026-06-04T08:11:20.402Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22802026-06-04T08:11:20.954Z Compiling cfg-if v1.0.4
22812026-06-04T08:11:20.957Z Compiling libc v0.2.186
22822026-06-04T08:11:20.957Z Compiling serde_core v1.0.228
22832026-06-04T08:11:20.957Z Compiling memchr v2.8.0
22842026-06-04T08:11:21.070Z Compiling smallvec v1.15.1
22852026-06-04T08:11:21.070Z Compiling itoa v1.0.18
22862026-06-04T08:11:21.085Z Compiling stable_deref_trait v1.2.1
22872026-06-04T08:11:21.088Z Compiling zerofrom v0.1.8
22882026-06-04T08:11:21.105Z Compiling zmij v1.0.21
22892026-06-04T08:11:21.155Z Compiling writeable v0.6.3
22902026-06-04T08:11:21.211Z Compiling yoke v0.8.2
22912026-06-04T08:11:21.305Z Compiling litemap v0.8.2
22922026-06-04T08:11:21.305Z Compiling utf8_iter v1.0.4
22932026-06-04T08:11:21.390Z Compiling zerovec v0.11.6
22942026-06-04T08:11:21.403Z Compiling zerotrie v0.2.4
22952026-06-04T08:11:21.426Z Compiling percent-encoding v2.3.2
22962026-06-04T08:11:21.464Z Compiling libm v0.2.16
22972026-06-04T08:11:21.506Z Compiling icu_properties_data v2.2.0
22982026-06-04T08:11:21.579Z Compiling icu_normalizer_data v2.2.0
22992026-06-04T08:11:21.661Z Compiling form_urlencoded v1.2.2
23002026-06-04T08:11:21.665Z Compiling rand_core v0.10.1
23012026-06-04T08:11:21.700Z Compiling errno v0.3.14
23022026-06-04T08:11:21.815Z Compiling getrandom v0.4.2
23032026-06-04T08:11:21.843Z Compiling iana-time-zone v0.1.65
23042026-06-04T08:11:21.864Z Compiling pin-project-lite v0.2.17
23052026-06-04T08:11:21.944Z Compiling tinystr v0.8.3
23062026-06-04T08:11:21.966Z Compiling potential_utf v0.1.5
23072026-06-04T08:11:21.987Z Compiling zeroize v1.8.2
23082026-06-04T08:11:22.013Z Compiling dyn-clone v1.0.20
23092026-06-04T08:11:22.148Z Compiling icu_locale_core v2.2.0
23102026-06-04T08:11:23.162Z Compiling icu_collections v2.2.0
23112026-06-04T08:11:23.166Z Compiling socket2 v0.6.3
23122026-06-04T08:11:23.166Z Compiling scopeguard v1.2.0
23132026-06-04T08:11:23.166Z Compiling parking_lot_core v0.9.12
23142026-06-04T08:11:23.166Z Compiling signal-hook-registry v1.4.8
23152026-06-04T08:11:23.166Z Compiling num-traits v0.2.19
23162026-06-04T08:11:23.166Z Compiling lock_api v0.4.14
23172026-06-04T08:11:23.166Z Compiling mio v1.2.0
23182026-06-04T08:11:23.166Z Compiling parking_lot v0.12.5
23192026-06-04T08:11:23.166Z Compiling serde v1.0.228
23202026-06-04T08:11:23.166Z Compiling serde_json v1.0.149
23212026-06-04T08:11:23.166Z Compiling icu_provider v2.2.0
23222026-06-04T08:11:23.166Z Compiling uuid v1.23.1
23232026-06-04T08:11:23.200Z Compiling semver v1.0.28
23242026-06-04T08:11:23.456Z Compiling bytes v1.11.1
23252026-06-04T08:11:23.642Z Compiling icu_properties v2.2.0
23262026-06-04T08:11:23.666Z Compiling icu_normalizer v2.2.0
23272026-06-04T08:11:23.689Z Compiling chrono v0.4.44
23282026-06-04T08:11:23.765Z Compiling portable-atomic v1.13.1
23292026-06-04T08:11:23.878Z Compiling thiserror v2.0.18
23302026-06-04T08:11:24.003Z Compiling tokio v1.52.3
23312026-06-04T08:11:24.367Z Compiling getrandom v0.2.17
23322026-06-04T08:11:24.492Z Compiling idna_adapter v1.2.2
23332026-06-04T08:11:24.595Z Compiling idna v1.1.0
23342026-06-04T08:11:24.630Z Compiling critical-section v1.2.0
23352026-06-04T08:11:24.758Z Compiling subtle v2.6.1
23362026-06-04T08:11:24.924Z Compiling url v2.5.8
23372026-06-04T08:11:24.959Z Compiling futures-core v0.3.32
23382026-06-04T08:11:25.092Z Compiling once_cell v1.21.4
23392026-06-04T08:11:25.124Z Compiling bitflags v2.11.1
23402026-06-04T08:11:25.149Z Compiling log v0.4.29
23412026-06-04T08:11:25.339Z Compiling equivalent v1.0.2
23422026-06-04T08:11:25.404Z Compiling zerocopy v0.8.48
23432026-06-04T08:11:25.449Z Compiling rand_core v0.6.4
23442026-06-04T08:11:25.521Z Compiling schemars v0.8.22
23452026-06-04T08:11:25.649Z Compiling futures-sink v0.3.32
23462026-06-04T08:11:25.685Z Compiling slab v0.4.12
23472026-06-04T08:11:25.765Z Compiling futures-channel v0.3.32
23482026-06-04T08:11:25.902Z Compiling futures-task v0.3.32
23492026-06-04T08:11:26.028Z Compiling futures-io v0.3.32
23502026-06-04T08:11:26.078Z Compiling typenum v1.20.0
23512026-06-04T08:11:26.223Z Compiling futures-util v0.3.32
23522026-06-04T08:11:26.730Z Compiling generic-array v0.14.7
23532026-06-04T08:11:26.744Z Compiling hashbrown v0.17.1
23542026-06-04T08:11:27.251Z Compiling tracing-core v0.1.36
23552026-06-04T08:11:27.278Z Compiling ipnetwork v0.21.1
23562026-06-04T08:11:27.415Z Compiling indexmap v2.14.0
23572026-06-04T08:11:27.465Z Compiling base64 v0.22.1
23582026-06-04T08:11:27.970Z Compiling tracing v0.1.44
23592026-06-04T08:11:28.236Z Compiling crypto-common v0.1.7
23602026-06-04T08:11:28.331Z Compiling http v1.4.0
23612026-06-04T08:11:28.344Z Compiling unicode-ident v1.0.24
23622026-06-04T08:11:28.385Z Compiling slog v2.8.2
23632026-06-04T08:11:28.402Z Compiling erased-serde v0.3.31
23642026-06-04T08:11:28.462Z Compiling proc-macro2 v1.0.106
23652026-06-04T08:11:28.620Z Compiling rustls-pki-types v1.14.1
23662026-06-04T08:11:28.858Z Compiling fnv v1.0.7
23672026-06-04T08:11:28.977Z Compiling quote v1.0.45
23682026-06-04T08:11:29.300Z Compiling oxnet v0.1.5
23692026-06-04T08:11:29.519Z Compiling untrusted v0.9.0
23702026-06-04T08:11:29.617Z Compiling syn v2.0.117
23712026-06-04T08:11:29.670Z Compiling tokio-util v0.7.18
23722026-06-04T08:11:29.717Z Compiling ipnet v2.12.0
23732026-06-04T08:11:30.276Z Compiling byteorder v1.5.0
23742026-06-04T08:11:30.539Z Compiling thiserror v1.0.69
23752026-06-04T08:11:30.557Z Compiling ppv-lite86 v0.2.21
23762026-06-04T08:11:30.657Z Compiling http-body v1.0.1
23772026-06-04T08:11:30.669Z Compiling block-buffer v0.10.4
23782026-06-04T08:11:30.825Z Compiling atomic-waker v1.1.2
23792026-06-04T08:11:30.838Z Compiling httparse v1.10.1
23802026-06-04T08:11:30.893Z Compiling digest v0.10.7
23812026-06-04T08:11:30.905Z Compiling try-lock v0.2.5
23822026-06-04T08:11:30.909Z Compiling tower-service v0.3.3
23832026-06-04T08:11:30.957Z Compiling pretty-hex v0.4.2
23842026-06-04T08:11:31.012Z Compiling ryu v1.0.23
23852026-06-04T08:11:31.023Z Compiling tower-layer v0.3.3
23862026-06-04T08:11:31.099Z Compiling want v0.3.1
23872026-06-04T08:11:31.141Z Compiling h2 v0.4.14
23882026-06-04T08:11:31.222Z Compiling httpdate v1.0.3
23892026-06-04T08:11:31.285Z Compiling rustix v1.1.4
23902026-06-04T08:11:31.299Z Compiling plain v0.2.3
23912026-06-04T08:11:31.299Z Compiling regex-syntax v0.8.10
23922026-06-04T08:11:31.321Z Compiling getrandom v0.3.4
23932026-06-04T08:11:31.416Z Compiling omicron-workspace-hack v0.1.0
23942026-06-04T08:11:31.493Z Compiling aws-lc-sys v0.41.0
23952026-06-04T08:11:31.520Z Compiling ucd-trie v0.1.7
23962026-06-04T08:11:31.596Z Compiling untrusted v0.7.1
23972026-06-04T08:11:31.727Z Compiling pest v2.8.6
23982026-06-04T08:11:32.068Z Compiling aws-lc-rs v1.17.0
23992026-06-04T08:11:32.114Z Compiling rand_core v0.9.5
24002026-06-04T08:11:32.375Z Compiling crossbeam-utils v0.8.21
24012026-06-04T08:11:33.586Z Compiling serde_urlencoded v0.7.1
24022026-06-04T08:11:33.603Z Compiling http-body-util v0.1.3
24032026-06-04T08:11:33.603Z Compiling rustls v0.23.40
24042026-06-04T08:11:33.603Z Compiling allocator-api2 v0.2.21
24052026-06-04T08:11:33.603Z Compiling foldhash v0.2.0
24062026-06-04T08:11:33.649Z Compiling hyper v1.9.0
24072026-06-04T08:11:33.757Z Compiling hashbrown v0.16.1
24082026-06-04T08:11:33.812Z Compiling rustls-webpki v0.103.13
24092026-06-04T08:11:34.502Z Compiling newtype-uuid v1.3.2
24102026-06-04T08:11:34.920Z Compiling cpufeatures v0.2.17
24112026-06-04T08:11:35.000Z Compiling hex v0.4.3
24122026-06-04T08:11:35.345Z Compiling hyper-util v0.1.20
24132026-06-04T08:11:35.554Z Compiling daft v0.1.7
24142026-06-04T08:11:36.455Z Compiling rand_chacha v0.9.0
24152026-06-04T08:11:37.018Z Compiling sync_wrapper v1.0.2
24162026-06-04T08:11:37.135Z Compiling aho-corasick v1.1.4
24172026-06-04T08:11:37.194Z Compiling fastrand v2.4.1
24182026-06-04T08:11:37.541Z Compiling tower v0.5.3
24192026-06-04T08:11:37.833Z Compiling anyhow v1.0.102
24202026-06-04T08:11:38.162Z Compiling regex-automata v0.4.14
24212026-06-04T08:11:38.286Z Compiling rand v0.9.4
24222026-06-04T08:11:38.421Z Compiling powerfmt v0.2.0
24232026-06-04T08:11:38.501Z Compiling tower-http v0.6.10
24242026-06-04T08:11:38.534Z Compiling openapiv3 v2.2.0
24252026-06-04T08:11:38.680Z Compiling deranged v0.5.8
24262026-06-04T08:11:39.047Z Compiling openssl-probe v0.2.1
24272026-06-04T08:11:39.193Z Compiling num_threads v0.1.7
24282026-06-04T08:11:39.296Z Compiling num-conv v0.2.1
24292026-06-04T08:11:39.307Z Compiling time-core v0.1.8
24302026-06-04T08:11:39.448Z Compiling tokio-rustls v0.26.4
24312026-06-04T08:11:39.459Z Compiling rustls-native-certs v0.8.3
24322026-06-04T08:11:39.746Z Compiling time v0.3.47
24332026-06-04T08:11:39.795Z Compiling camino v1.2.2
24342026-06-04T08:11:40.322Z Compiling tempfile v3.27.0
24352026-06-04T08:11:40.378Z Compiling futures-executor v0.3.32
24362026-06-04T08:11:40.924Z Compiling winnow v1.0.3
24372026-06-04T08:11:40.966Z Compiling futures v0.3.32
24382026-06-04T08:11:41.052Z Compiling regex v1.12.3
24392026-06-04T08:11:41.232Z Compiling hyper-rustls v0.27.9
24402026-06-04T08:11:41.611Z Compiling rustls-platform-verifier v0.7.0
24412026-06-04T08:11:42.250Z Compiling crossbeam-channel v0.5.15
24422026-06-04T08:11:42.371Z Compiling scroll v0.13.0
24432026-06-04T08:11:42.486Z Compiling adler2 v2.0.1
24442026-06-04T08:11:42.568Z Compiling simd-adler32 v0.3.9
24452026-06-04T08:11:42.651Z Compiling goblin v0.10.5
24462026-06-04T08:11:42.671Z Compiling crc32fast v1.5.0
24472026-06-04T08:11:42.692Z Compiling reqwest v0.13.3
24482026-06-04T08:11:42.920Z Compiling miniz_oxide v0.8.9
24492026-06-04T08:11:42.964Z Compiling ring v0.17.14
24502026-06-04T08:11:43.413Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24512026-06-04T08:11:44.383Z Compiling thread_local v1.1.9
24522026-06-04T08:11:44.749Z Compiling either v1.15.0
24532026-06-04T08:11:44.977Z Compiling rustls-webpki v0.102.8
24542026-06-04T08:11:45.436Z Compiling flate2 v1.1.9
24552026-06-04T08:11:45.992Z Compiling dof v0.4.0
24562026-06-04T08:11:46.882Z Compiling dtrace-parser v0.3.0
24572026-06-04T08:11:47.232Z Compiling rand_chacha v0.3.1
24582026-06-04T08:11:47.856Z Compiling thread-id v5.1.0
24592026-06-04T08:11:47.947Z Compiling is-terminal v0.4.17
24602026-06-04T08:11:48.058Z Compiling compression-core v0.4.32
24612026-06-04T08:11:48.240Z Compiling take_mut v0.2.2
24622026-06-04T08:11:48.363Z Compiling term v1.2.1
24632026-06-04T08:11:49.138Z Compiling match_cfg v0.1.0
24642026-06-04T08:11:49.218Z Compiling debug-ignore v1.0.5
24652026-06-04T08:11:49.336Z Compiling hostname v0.3.1
24662026-06-04T08:11:49.421Z Compiling slog-term v2.9.2
24672026-06-04T08:11:49.455Z Compiling slog-async v2.8.0
24682026-06-04T08:11:49.500Z Compiling compression-codecs v0.4.38
24692026-06-04T08:11:49.876Z Compiling usdt-impl v0.6.0
24702026-06-04T08:11:50.333Z Compiling rand v0.8.6
24712026-06-04T08:11:50.772Z Compiling ref-cast v1.0.25
24722026-06-04T08:11:50.885Z Compiling rustls v0.22.4
24732026-06-04T08:11:50.942Z Compiling toml_parser v1.1.2+spec-1.1.0
24742026-06-04T08:11:51.131Z Compiling slog-json v2.6.1
24752026-06-04T08:11:51.397Z Compiling strum v0.26.3
24762026-06-04T08:11:51.538Z Compiling macaddr v1.0.1
24772026-06-04T08:11:51.826Z Compiling toml_datetime v1.1.1+spec-1.1.0
24782026-06-04T08:11:52.250Z Compiling serde_spanned v1.1.1
24792026-06-04T08:11:52.250Z Compiling memmap2 v0.9.10
24802026-06-04T08:11:52.404Z Compiling wait-timeout v0.2.1
24812026-06-04T08:11:52.553Z Compiling encoding_rs v0.8.35
24822026-06-04T08:11:52.891Z Compiling quick-error v1.2.3
24832026-06-04T08:11:53.009Z Compiling bit-vec v0.8.0
24842026-06-04T08:11:53.313Z Compiling toml_writer v1.1.1+spec-1.1.0
24852026-06-04T08:11:53.576Z Compiling mime v0.3.17
24862026-06-04T08:11:53.957Z Compiling spin v0.9.8
24872026-06-04T08:11:54.085Z Compiling multer v3.1.0
24882026-06-04T08:11:54.097Z Compiling toml v1.1.2+spec-1.1.0
24892026-06-04T08:11:54.252Z Compiling bit-set v0.8.0
24902026-06-04T08:11:54.449Z Compiling rusty-fork v0.3.1
24912026-06-04T08:11:55.306Z Compiling tokio-rustls v0.25.0
24922026-06-04T08:11:55.322Z Compiling usdt v0.6.0
24932026-06-04T08:11:55.557Z Compiling slog-bunyan v2.5.0
24942026-06-04T08:11:55.665Z Compiling async-compression v0.4.42
24952026-06-04T08:11:55.743Z Compiling serde_with v3.20.0
24962026-06-04T08:11:55.984Z Compiling async-stream v0.3.6
24972026-06-04T08:11:56.167Z Compiling sha1 v0.10.6
24982026-06-04T08:11:56.188Z Compiling rand_xorshift v0.4.0
24992026-06-04T08:11:56.355Z Compiling waitgroup v0.1.2
25002026-06-04T08:11:56.529Z Compiling rustls-pemfile v2.2.0
25012026-06-04T08:11:56.560Z Compiling serde_path_to_error v0.1.20
25022026-06-04T08:11:56.813Z Compiling hostname v0.4.2
25032026-06-04T08:11:56.842Z Compiling unarray v0.1.4
25042026-06-04T08:11:56.968Z Compiling proptest v1.11.0
25052026-06-04T08:11:56.980Z Compiling dropshot v0.17.0
25062026-06-04T08:11:57.016Z Compiling progenitor-client v0.14.0
25072026-06-04T08:11:57.361Z Compiling strum v0.27.2
25082026-06-04T08:11:57.501Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25092026-06-04T08:11:57.529Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25102026-06-04T08:11:57.654Z Compiling rustc-hash v2.1.2
25112026-06-04T08:11:57.760Z Compiling iddqd v0.3.18
25122026-06-04T08:11:57.788Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25132026-06-04T08:11:58.100Z Compiling reqwest v0.12.28
25142026-06-04T08:11:58.531Z Compiling backon v1.6.0
25152026-06-04T08:11:58.631Z Compiling instant v0.1.13
25162026-06-04T08:11:58.755Z Compiling backoff v0.4.0
25172026-06-04T08:11:58.800Z Compiling progenitor-extras v0.2.0
25182026-06-04T08:11:58.993Z Compiling parse-display v0.10.0
25192026-06-04T08:11:59.057Z Compiling itertools v0.14.0
25202026-06-04T08:11:59.616Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25212026-06-04T08:11:59.907Z Compiling progenitor-client v0.10.0
25222026-06-04T08:12:00.404Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25232026-06-04T08:12:00.505Z Compiling regress v0.10.5
25242026-06-04T08:12:00.555Z Compiling heck v0.5.0
25252026-06-04T08:12:01.163Z Compiling unicode-width v0.2.2
25262026-06-04T08:12:01.489Z Compiling secrecy v0.10.3
25272026-06-04T08:12:01.656Z Compiling tinyvec_macros v0.1.1
25282026-06-04T08:12:01.671Z Compiling num-integer v0.1.46
25292026-06-04T08:12:01.734Z Compiling tinyvec v1.11.0
25302026-06-04T08:12:02.173Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25312026-06-04T08:12:02.211Z Compiling scroll v0.12.0
25322026-06-04T08:12:02.523Z Compiling crucible-workspace-hack v0.1.0
25332026-06-04T08:12:02.604Z Compiling regress v0.11.1
25342026-06-04T08:12:04.338Z Compiling hmac v0.12.1
25352026-06-04T08:12:04.379Z Compiling inout v0.1.4
25362026-06-04T08:12:04.498Z Compiling ff v0.13.1
25372026-06-04T08:12:04.542Z Compiling utf8parse v0.2.2
25382026-06-04T08:12:04.653Z Compiling anstyle-parse v1.0.0
25392026-06-04T08:12:04.665Z Compiling group v0.13.0
25402026-06-04T08:12:04.786Z Compiling cipher v0.4.4
25412026-06-04T08:12:04.878Z Compiling hkdf v0.12.4
25422026-06-04T08:12:05.042Z Compiling typify-impl v0.6.2
25432026-06-04T08:12:05.056Z Compiling goblin v0.8.2
25442026-06-04T08:12:05.228Z Compiling num-rational v0.4.2
25452026-06-04T08:12:05.943Z Compiling num-iter v0.1.45
25462026-06-04T08:12:06.082Z Compiling zerocopy v0.7.35
25472026-06-04T08:12:06.363Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25482026-06-04T08:12:06.675Z Compiling terminal_size v0.4.4
25492026-06-04T08:12:06.839Z Compiling half v2.7.1
25502026-06-04T08:12:07.201Z Compiling universal-hash v0.5.1
25512026-06-04T08:12:07.355Z Compiling crypto-bigint v0.5.5
25522026-06-04T08:12:07.476Z Compiling num-complex v0.4.6
25532026-06-04T08:12:07.686Z Compiling is_terminal_polyfill v1.70.2
25542026-06-04T08:12:07.790Z Compiling colorchoice v1.0.5
25552026-06-04T08:12:07.919Z Compiling opaque-debug v0.3.1
25562026-06-04T08:12:07.932Z Compiling base64ct v1.8.3
25572026-06-04T08:12:07.997Z Compiling anstyle v1.0.14
25582026-06-04T08:12:08.276Z Compiling anstyle-query v1.1.5
25592026-06-04T08:12:08.276Z Compiling ciborium-io v0.2.2
25602026-06-04T08:12:08.389Z Compiling base16ct v0.2.0
25612026-06-04T08:12:08.401Z Compiling anstream v1.0.0
25622026-06-04T08:12:08.602Z Compiling elliptic-curve v0.13.8
25632026-06-04T08:12:08.930Z Compiling ciborium-ll v0.2.2
25642026-06-04T08:12:08.933Z Compiling password-hash v0.5.0
25652026-06-04T08:12:09.209Z Compiling poly1305 v0.8.0
25662026-06-04T08:12:09.312Z Compiling num v0.4.3
25672026-06-04T08:12:09.398Z Compiling curve25519-dalek v4.1.3
25682026-06-04T08:12:09.844Z Compiling dof v0.3.0
25692026-06-04T08:12:09.924Z Compiling typify v0.6.2
25702026-06-04T08:12:10.040Z Compiling thiserror-no-std v2.0.2
25712026-06-04T08:12:10.142Z Compiling chacha20 v0.9.1
25722026-06-04T08:12:10.396Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25732026-06-04T08:12:10.731Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25742026-06-04T08:12:12.084Z Compiling byte-wrapper v0.1.0
25752026-06-04T08:12:12.371Z Compiling dtrace-parser v0.2.0
25762026-06-04T08:12:12.539Z Compiling crossbeam-epoch v0.9.18
25772026-06-04T08:12:12.763Z Compiling blake2 v0.10.6
25782026-06-04T08:12:13.045Z Compiling aead v0.5.2
25792026-06-04T08:12:13.075Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25802026-06-04T08:12:13.239Z Compiling thread-id v4.2.2
25812026-06-04T08:12:13.299Z Compiling strsim v0.11.1
25822026-06-04T08:12:13.334Z Compiling keccak v0.1.6
25832026-06-04T08:12:14.060Z Compiling clap_lex v1.1.0
25842026-06-04T08:12:14.131Z Compiling float-ord v0.3.2
25852026-06-04T08:12:14.252Z Compiling clap_builder v4.6.0
25862026-06-04T08:12:14.348Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25872026-06-04T08:12:14.435Z Compiling sha3 v0.10.9
25882026-06-04T08:12:14.640Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25892026-06-04T08:12:14.832Z Compiling usdt-impl v0.5.0
25902026-06-04T08:12:14.942Z Compiling chacha20poly1305 v0.10.1
25912026-06-04T08:12:15.094Z Compiling argon2 v0.5.3
25922026-06-04T08:12:16.134Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25932026-06-04T08:12:16.340Z Compiling vsss-rs v3.3.4
25942026-06-04T08:12:17.826Z Compiling ciborium v0.2.2
25952026-06-04T08:12:18.669Z Compiling hash32 v0.3.1
25962026-06-04T08:12:18.844Z Compiling memmap v0.7.0
25972026-06-04T08:12:19.155Z Compiling data-encoding v2.11.0
25982026-06-04T08:12:19.172Z Compiling indent_write v2.2.0
25992026-06-04T08:12:19.329Z Compiling usdt v0.5.0
26002026-06-04T08:12:19.984Z Compiling heapless v0.8.0
26012026-06-04T08:12:20.497Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26022026-06-04T08:12:21.053Z Compiling ingot-types v0.1.2
26032026-06-04T08:12:21.512Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26042026-06-04T08:12:21.622Z Compiling clap v4.6.1
26052026-06-04T08:12:21.713Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26062026-06-04T08:12:21.889Z Compiling rustix v0.38.44
26072026-06-04T08:12:21.982Z Compiling tabwriter v1.4.1
26082026-06-04T08:12:22.071Z Compiling cobs v0.3.0
26092026-06-04T08:12:22.350Z Compiling managed v0.8.0
26102026-06-04T08:12:22.353Z Compiling colored v3.1.1
26112026-06-04T08:12:22.614Z Compiling bitflags v1.3.2
26122026-06-04T08:12:22.699Z Compiling foreign-types-shared v0.3.1
26132026-06-04T08:12:22.813Z Compiling cpufeatures v0.3.0
26142026-06-04T08:12:22.896Z Compiling chacha20 v0.10.0
26152026-06-04T08:12:23.020Z Compiling foreign-types v0.5.0
26162026-06-04T08:12:23.107Z Compiling smoltcp v0.11.0
26172026-06-04T08:12:23.192Z Compiling postcard v1.1.3
26182026-06-04T08:12:23.209Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26192026-06-04T08:12:23.570Z Compiling num_enum v0.7.6
26202026-06-04T08:12:23.700Z Compiling ingot v0.1.1
26212026-06-04T08:12:24.876Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26222026-06-04T08:12:24.996Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26232026-06-04T08:12:25.206Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26242026-06-04T08:12:25.329Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26252026-06-04T08:12:25.423Z Compiling serde_spanned v0.6.9
26262026-06-04T08:12:25.592Z Compiling toml_datetime v0.6.11
26272026-06-04T08:12:25.735Z Compiling cstr-argument v0.1.2
26282026-06-04T08:12:25.895Z Compiling unicode-segmentation v1.13.2
26292026-06-04T08:12:25.911Z Compiling static_assertions v1.1.0
26302026-06-04T08:12:25.977Z Compiling winnow v0.7.15
26312026-06-04T08:12:25.989Z Compiling swrite v0.1.0
26322026-06-04T08:12:26.098Z Compiling toml_write v0.1.2
26332026-06-04T08:12:26.336Z Compiling resolv-conf v0.7.6
26342026-06-04T08:12:26.368Z Compiling linked-hash-map v0.5.6
26352026-06-04T08:12:26.503Z Compiling newline-converter v0.3.0
26362026-06-04T08:12:26.521Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26372026-06-04T08:12:26.585Z Compiling lru-cache v0.1.2
26382026-06-04T08:12:26.638Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26392026-06-04T08:12:26.731Z Compiling hubpack v0.1.2
26402026-06-04T08:12:26.930Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26412026-06-04T08:12:26.966Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26422026-06-04T08:12:26.981Z Compiling memoffset v0.9.1
26432026-06-04T08:12:27.060Z Compiling rand v0.10.1
26442026-06-04T08:12:27.072Z Compiling atomicwrites v0.4.4
26452026-06-04T08:12:27.194Z Compiling hickory-proto v0.24.4
26462026-06-04T08:12:27.361Z Compiling crossbeam-deque v0.8.6
26472026-06-04T08:12:27.585Z Compiling toml_edit v0.22.27
26482026-06-04T08:12:27.874Z Compiling console v0.15.11
26492026-06-04T08:12:27.895Z Compiling itertools v0.12.1
26502026-06-04T08:12:28.338Z Compiling camino-tempfile v1.4.1
26512026-06-04T08:12:28.775Z Compiling serde-big-array v0.5.1
26522026-06-04T08:12:28.939Z Compiling lazy_static v1.5.0
26532026-06-04T08:12:29.053Z Compiling similar v2.7.0
26542026-06-04T08:12:29.211Z Compiling siphasher v1.0.3
26552026-06-04T08:12:29.375Z Compiling hickory-resolver v0.24.4
26562026-06-04T08:12:29.426Z Compiling phf_shared v0.12.1
26572026-06-04T08:12:29.647Z Compiling expectorate v1.2.0
26582026-06-04T08:12:29.861Z Compiling toml v0.8.23
26592026-06-04T08:12:30.989Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26602026-06-04T08:12:31.795Z Compiling pin-project v1.1.13
26612026-06-04T08:12:31.840Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26622026-06-04T08:12:31.906Z Compiling prettyplease v0.2.37
26632026-06-04T08:12:32.718Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26642026-06-04T08:12:35.721Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26652026-06-04T08:12:35.724Z Compiling rayon-core v1.13.0
26662026-06-04T08:12:35.743Z Compiling nix v0.31.3
26672026-06-04T08:12:36.957Z Compiling num_enum v0.5.11
26682026-06-04T08:12:37.087Z Compiling progenitor-impl v0.13.0
26692026-06-04T08:12:37.460Z Compiling progenitor-impl v0.14.0
26702026-06-04T08:12:38.066Z Compiling unicode-normalization v0.1.25
26712026-06-04T08:12:38.531Z Compiling progenitor-client v0.13.0
26722026-06-04T08:12:38.677Z Compiling tokio-stream v0.1.18
26732026-06-04T08:12:39.081Z Compiling bstr v1.12.1
26742026-06-04T08:12:39.266Z Compiling csv-core v0.1.13
26752026-06-04T08:12:39.445Z Compiling same-file v1.0.6
26762026-06-04T08:12:39.640Z Compiling foldhash v0.1.5
26772026-06-04T08:12:39.688Z Compiling konst_macro_rules v0.2.19
26782026-06-04T08:12:39.762Z Compiling foreign-types-shared v0.1.1
26792026-06-04T08:12:39.858Z Compiling unicode-width v0.1.14
26802026-06-04T08:12:39.870Z Compiling highway v1.3.0
26812026-06-04T08:12:39.881Z Compiling foreign-types v0.3.2
26822026-06-04T08:12:39.961Z Compiling konst v0.2.20
26832026-06-04T08:12:40.171Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26842026-06-04T08:12:40.344Z Compiling hashbrown v0.15.5
26852026-06-04T08:12:40.565Z Compiling walkdir v2.5.0
26862026-06-04T08:12:40.995Z Compiling globset v0.4.18
26872026-06-04T08:12:41.367Z Compiling csv v1.4.0
26882026-06-04T08:12:42.350Z Compiling qorb v0.4.1
26892026-06-04T08:12:43.466Z Compiling snafu v0.8.9
26902026-06-04T08:12:44.069Z Compiling progenitor v0.14.0
26912026-06-04T08:12:44.110Z Compiling progenitor v0.13.0
26922026-06-04T08:12:44.238Z Compiling olpc-cjson v0.1.4
26932026-06-04T08:12:44.250Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26942026-06-04T08:12:44.261Z Compiling rayon v1.12.0
26952026-06-04T08:12:44.470Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26962026-06-04T08:12:44.872Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26972026-06-04T08:12:46.463Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26982026-06-04T08:12:47.319Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26992026-06-04T08:12:48.738Z Compiling phf v0.12.1
27002026-06-04T08:12:48.927Z Compiling openssl-sys v0.9.116
27012026-06-04T08:12:49.369Z Compiling tokio-dtrace v0.1.1
27022026-06-04T08:12:49.703Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27032026-06-04T08:12:51.347Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27042026-06-04T08:12:51.564Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27052026-06-04T08:12:51.739Z Compiling libsw-core v0.3.2
27062026-06-04T08:12:51.922Z Compiling pem v3.0.6
27072026-06-04T08:12:52.081Z Compiling serde_plain v1.0.2
27082026-06-04T08:12:52.372Z Compiling sigpipe v0.1.3
27092026-06-04T08:12:52.472Z Compiling bytecount v0.6.9
27102026-06-04T08:12:52.631Z Compiling minimal-lexical v0.2.1
27112026-06-04T08:12:52.664Z Compiling typed-path v0.9.3
27122026-06-04T08:12:52.961Z Compiling jiff v0.2.24
27132026-06-04T08:12:53.133Z Compiling glob v0.3.3
27142026-06-04T08:12:53.176Z Compiling fixedbitset v0.4.2
27152026-06-04T08:12:53.554Z Compiling fixedbitset v0.5.7
27162026-06-04T08:12:54.096Z Compiling petgraph v0.8.3
27172026-06-04T08:12:54.131Z Compiling tough v0.22.0
27182026-06-04T08:12:55.620Z Compiling petgraph v0.6.5
27192026-06-04T08:12:55.892Z Compiling nom v7.1.3
27202026-06-04T08:12:56.000Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27212026-06-04T08:12:56.375Z Compiling papergrid v0.11.0
27222026-06-04T08:12:56.508Z Compiling openssl v0.10.80
27232026-06-04T08:12:57.457Z Compiling libsw v3.5.0
27242026-06-04T08:12:57.564Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27252026-06-04T08:12:57.642Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27262026-06-04T08:12:57.877Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27272026-06-04T08:12:58.178Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27282026-06-04T08:12:58.476Z Compiling zone v0.3.1
27292026-06-04T08:13:00.397Z Compiling oxide-tokio-rt v0.1.6
27302026-06-04T08:13:01.042Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27312026-06-04T08:13:01.251Z Compiling chrono-tz v0.10.4
27322026-06-04T08:13:01.448Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27332026-06-04T08:13:01.726Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27342026-06-04T08:13:01.903Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27352026-06-04T08:13:02.041Z Compiling newtype_derive v0.1.6
27362026-06-04T08:13:02.130Z Compiling slog-dtrace v0.3.0
27372026-06-04T08:13:02.470Z Compiling const_format v0.2.36
27382026-06-04T08:13:02.845Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27392026-06-04T08:13:02.978Z Compiling cancel-safe-futures v0.1.5
27402026-06-04T08:13:03.342Z Compiling owo-colors v4.3.0
27412026-06-04T08:13:03.917Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27422026-06-04T08:13:04.266Z Compiling gethostname v0.5.0
27432026-06-04T08:13:04.430Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27442026-06-04T08:13:04.690Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27452026-06-04T08:13:04.819Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27462026-06-04T08:13:04.941Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27472026-06-04T08:13:05.768Z Compiling bcs v0.1.6
27482026-06-04T08:13:06.033Z Compiling smf v0.2.3
27492026-06-04T08:13:06.176Z Compiling linear-map v1.2.0
27502026-06-04T08:13:06.395Z Compiling whoami v1.6.1
27512026-06-04T08:13:06.850Z Compiling unicode-linebreak v0.1.5
27522026-06-04T08:13:06.895Z Compiling tagptr v0.2.0
27532026-06-04T08:13:07.059Z Compiling termtree v0.5.1
27542026-06-04T08:13:07.120Z Compiling smawk v0.3.2
27552026-06-04T08:13:07.224Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27562026-06-04T08:13:07.249Z Compiling textwrap v0.16.2
27572026-06-04T08:13:07.303Z Compiling moka v0.12.15
27582026-06-04T08:13:07.490Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-06-04T08:13:07.692Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27602026-06-04T08:13:07.970Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27612026-06-04T08:13:08.515Z Compiling tabled v0.15.0
27622026-06-04T08:13:08.922Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27632026-06-04T08:13:09.510Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27642026-06-04T08:13:09.723Z Compiling steno v0.4.1
27652026-06-04T08:13:09.841Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27662026-06-04T08:13:11.319Z Compiling cookie v0.18.1
27672026-06-04T08:13:12.665Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27682026-06-04T08:13:15.318Z Compiling hickory-proto v0.25.2
27692026-06-04T08:13:17.296Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27702026-06-04T08:13:17.334Z Compiling humantime v2.3.0
27712026-06-04T08:13:17.769Z Compiling hickory-resolver v0.25.2
27722026-06-04T08:13:18.231Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27732026-06-04T08:13:19.806Z Compiling arc-swap v1.9.1
27742026-06-04T08:13:20.160Z Compiling slog-scope v4.4.1
27752026-06-04T08:13:20.181Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-06-04T08:13:20.624Z Compiling libscf-sys v1.2.0
27772026-06-04T08:13:20.775Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27782026-06-04T08:13:21.038Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27792026-06-04T08:13:21.142Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27802026-06-04T08:13:21.751Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27812026-06-04T08:13:21.863Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27822026-06-04T08:13:23.509Z Compiling slog-stdlog v4.1.1
27832026-06-04T08:13:23.924Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27842026-06-04T08:13:24.036Z Compiling slog-envlogger v2.2.0
27852026-06-04T08:13:24.520Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
27862026-06-04T08:13:24.667Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27872026-06-04T08:13:31.953Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27882026-06-04T08:13:34.826Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27892026-06-04T08:13:36.278Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27902026-06-04T08:13:45.139Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27912026-06-04T08:13:49.865Z Finished `release` profile [optimized] target(s) in 2m 29s
27922026-06-04T08:13:49.979Z Running unittests src/lib.rs (target/release/deps/mg_tests-7b7053fc7a24df02)
27932026-06-04T08:13:49.983Z
27942026-06-04T08:13:49.983Zrunning 1 test
27952026-06-04T08:13:50.146Zconfigure zone
27962026-06-04T08:13:50.164Zinstall zone
27972026-06-04T08:14:00.017Zboot zone
27982026-06-04T08:14:00.101Zstart zone s1
27992026-06-04T08:14:00.104Zconfigure zone
28002026-06-04T08:14:00.110Zinstall zone
28012026-06-04T08:14:01.964Zboot zone
28022026-06-04T08:14:02.063Zstart zone s2
28032026-06-04T08:14:02.063Zconfigure zone
28042026-06-04T08:14:02.073Zinstall zone
28052026-06-04T08:14:04.445Zboot zone
28062026-06-04T08:14:04.533Zstart zone t1
28072026-06-04T08:14:04.533Zconfigure zone
28082026-06-04T08:14:04.542Zinstall zone
28092026-06-04T08:14:07.298Zboot zone
28102026-06-04T08:14:07.414Zwaiting for zones to come up
28112026-06-04T08:14:17.415Z[sidecar.trio] svcs milestone/network
28122026-06-04T08:14:17.444ZSTATE STIME FMRI
28132026-06-04T08:14:17.444Zonline 8:13:59 svc:/milestone/network:default
28142026-06-04T08:14:17.444Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28152026-06-04T08:14:17.472Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28162026-06-04T08:14:17.499Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28172026-06-04T08:14:17.519Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28182026-06-04T08:14:17.522Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28192026-06-04T08:14:17.536Z
28202026-06-04T08:14:17.536Zrunning zone s1.trio setup
28212026-06-04T08:14:17.536Z[s1.trio] svcs milestone/network
28222026-06-04T08:14:17.553ZSTATE STIME FMRI
28232026-06-04T08:14:17.553Zonline 8:14:01 svc:/milestone/network:default
28242026-06-04T08:14:17.553Z[s1.trio] dladm
28252026-06-04T08:14:17.565ZLINK CLASS MTU STATE BRIDGE OVER
28262026-06-04T08:14:17.565Zsl0 simnet 9000 up -- ?
28272026-06-04T08:14:17.565Zmg2 vnic 9000 up -- ?
28282026-06-04T08:14:17.565Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28292026-06-04T08:14:18.125Z
28302026-06-04T08:14:18.125Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28312026-06-04T08:14:18.141Z
28322026-06-04T08:14:18.141Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28332026-06-04T08:14:18.154Z
28342026-06-04T08:14:18.154Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28352026-06-04T08:14:18.242Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28362026-06-04T08:14:18.319Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 138f391d-20b8-4d30-9b4d-db6ff1817c81 --sled-uuid 2bc93545-b02b-4160-80d1-d8a27fbb4b49 -a sl0/v6 &> /opt/ddmd.log &
28372026-06-04T08:14:18.334Z
28382026-06-04T08:14:18.334Zrunning zone s2.trio setup
28392026-06-04T08:14:18.334Z[s2.trio] svcs milestone/network
28402026-06-04T08:14:18.349ZSTATE STIME FMRI
28412026-06-04T08:14:18.349Zonline 8:14:03 svc:/milestone/network:default
28422026-06-04T08:14:18.349Z[s2.trio] dladm
28432026-06-04T08:14:18.389ZLINK CLASS MTU STATE BRIDGE OVER
28442026-06-04T08:14:18.389Zsl1 simnet 9000 up -- ?
28452026-06-04T08:14:18.389Zmg3 vnic 9000 up -- ?
28462026-06-04T08:14:18.389Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28472026-06-04T08:14:18.917Z
28482026-06-04T08:14:18.917Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28492026-06-04T08:14:18.935Z
28502026-06-04T08:14:18.935Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28512026-06-04T08:14:18.947Z
28522026-06-04T08:14:18.947Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28532026-06-04T08:14:18.981Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28542026-06-04T08:14:19.010Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 55d0de65-a0db-457b-82d0-3c8b08a23d73 --sled-uuid 437c313d-9961-464f-a34b-48414f05a3fd -a sl1/v6 &> /opt/ddmd.log &
28552026-06-04T08:14:19.021Z
28562026-06-04T08:14:19.021Zrunning zone t1.trio setup
28572026-06-04T08:14:19.021Z[t1.trio] svcs milestone/network
28582026-06-04T08:14:19.036ZSTATE STIME FMRI
28592026-06-04T08:14:19.036Zonline 8:14:06 svc:/milestone/network:default
28602026-06-04T08:14:19.036Z[t1.trio] dladm
28612026-06-04T08:14:19.051ZLINK CLASS MTU STATE BRIDGE OVER
28622026-06-04T08:14:19.051Ztfportrear0_0 simnet 9000 up -- ?
28632026-06-04T08:14:19.051Ztfportrear1_0 simnet 9000 up -- ?
28642026-06-04T08:14:19.051Zmg1 vnic 9000 up -- ?
28652026-06-04T08:14:19.051Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28662026-06-04T08:14:19.549Z
28672026-06-04T08:14:19.549Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28682026-06-04T08:14:19.564Z
28692026-06-04T08:14:19.564Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28702026-06-04T08:14:19.577Z
28712026-06-04T08:14:19.577Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28722026-06-04T08:14:19.589Z
28732026-06-04T08:14:19.589Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28742026-06-04T08:14:19.892Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28752026-06-04T08:14:19.895Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28762026-06-04T08:14:19.898Zwaiting 3s for copy of files to zone to complete ...
28772026-06-04T08:14:22.897Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28782026-06-04T08:14:23.029Z
28792026-06-04T08:14:23.029Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28802026-06-04T08:14:23.146Z
28812026-06-04T08:14:23.146Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28822026-06-04T08:14:23.179Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28832026-06-04T08:14:23.210Z[t1.trio] svcadm disable dendrite
28842026-06-04T08:14:23.236Z
28852026-06-04T08:14:23.236Z[t1.trio] svcadm disable tfport
28862026-06-04T08:14:23.258Z
28872026-06-04T08:14:23.259Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28882026-06-04T08:14:23.284Z
28892026-06-04T08:14:23.284Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28902026-06-04T08:14:23.309Z
28912026-06-04T08:14:23.309Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28922026-06-04T08:14:23.334Z
28932026-06-04T08:14:23.334Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28942026-06-04T08:14:23.359Z
28952026-06-04T08:14:23.359Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28962026-06-04T08:14:23.384Z
28972026-06-04T08:14:23.384Z[t1.trio] svcadm refresh dendrite:default
28982026-06-04T08:14:23.404Z
28992026-06-04T08:14:23.404Z[t1.trio] svcadm enable dendrite:default
29002026-06-04T08:14:23.425Z
29012026-06-04T08:14:23.425Zwait 10s for dendrite to come up ...
29022026-06-04T08:14:33.427Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29032026-06-04T08:14:33.457Z
29042026-06-04T08:14:33.457Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29052026-06-04T08:14:33.481Z
29062026-06-04T08:14:33.481Z[t1.trio] svcadm refresh tfport:default
29072026-06-04T08:14:33.503Z
29082026-06-04T08:14:33.503Z[t1.trio] svcadm enable tfport
29092026-06-04T08:14:33.524Z
29102026-06-04T08:14:33.527Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d0a7a6cc-04ba-40d6-bd91-42289240c368 --sled-uuid 5df7a737-5e62-49b3-adca-45af634f25f5 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29112026-06-04T08:14:33.535Z
29122026-06-04T08:14:33.535Z[t1.trio] ipadm
29132026-06-04T08:14:33.549ZADDROBJ TYPE STATE ADDR
29142026-06-04T08:14:33.549Zlo0/v4 static ok 127.0.0.1/8
29152026-06-04T08:14:33.549Zmg1/v4 static ok 10.0.0.3/24
29162026-06-04T08:14:33.549Zlo0/v6 static ok ::1/128
29172026-06-04T08:14:33.549Zlo0/u6 static ok fd00:3::1/64
29182026-06-04T08:14:33.549Ztfportrear0_0/v6 addrconf ok fe80::b0bc:64ff:feed:238c%tfportrear0_0/10
29192026-06-04T08:14:33.549Ztfportrear1_0/v6 addrconf ok fe80::70ee:20ff:fe2b:ae39%tfportrear1_0/10
29202026-06-04T08:14:35.672Zinitial peering test passed
29212026-06-04T08:14:36.675Zadvertise from one passed
29222026-06-04T08:14:37.676Zadvertise from two passed
29232026-06-04T08:14:37.676Z[s1.trio] ping fd00:2::1
29242026-06-04T08:14:37.692Zfd00:2::1 is alive
29252026-06-04T08:14:37.692Z[s2.trio] ping fd00:1::1
29262026-06-04T08:14:37.705Zfd00:1::1 is alive
29272026-06-04T08:14:37.705Zconnectivity test passed
29282026-06-04T08:14:37.705Z[t1.trio] pkill ddmd
29292026-06-04T08:14:37.716Z
29302026-06-04T08:14:43.719Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 31b3a457-9865-485a-b0f4-bf0f401db667 --sled-uuid 4d592113-b2ed-44cf-8d6f-70fbefad34b0 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29312026-06-04T08:14:43.735Z
29322026-06-04T08:14:43.735Z[t1.trio] ipadm
29332026-06-04T08:14:43.748ZADDROBJ TYPE STATE ADDR
29342026-06-04T08:14:43.748Zlo0/v4 static ok 127.0.0.1/8
29352026-06-04T08:14:43.749Zmg1/v4 static ok 10.0.0.3/24
29362026-06-04T08:14:43.749Zlo0/v6 static ok ::1/128
29372026-06-04T08:14:43.749Zlo0/u6 static ok fd00:3::1/64
29382026-06-04T08:14:43.749Ztfportrear0_0/v6 addrconf ok fe80::b0bc:64ff:feed:238c%tfportrear0_0/10
29392026-06-04T08:14:43.749Ztfportrear1_0/v6 addrconf ok fe80::70ee:20ff:fe2b:ae39%tfportrear1_0/10
29402026-06-04T08:14:46.752Z[s1.trio] ping fd00:2::1
29412026-06-04T08:14:46.768Zfd00:2::1 is alive
29422026-06-04T08:14:46.768Z[s2.trio] ping fd00:1::1
29432026-06-04T08:14:46.780Zfd00:1::1 is alive
29442026-06-04T08:14:46.780Ztransit router restart passed
29452026-06-04T08:14:46.780Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29462026-06-04T08:14:46.796Zlocal v6:
29472026-06-04T08:14:46.796Zfe80::b0bc:64ff:feed:238c
29482026-06-04T08:14:46.796Zfe80::70ee:20ff:fe2b:ae39
29492026-06-04T08:14:46.796Zlocal v4:
29502026-06-04T08:14:46.796Zrouter v6_idx:
29512026-06-04T08:14:46.796Zfd00:2::/64 -> 1
29522026-06-04T08:14:46.796Zfd00:1::/64 -> 0
29532026-06-04T08:14:46.796Zrouter v6_routes:
29542026-06-04T08:14:46.796Z0 -> fe80::40c2:5dff:fe82:500 (1)
29552026-06-04T08:14:46.796Z1 -> fe80::483b:63ff:fe9f:1233 (2)
29562026-06-04T08:14:46.796Zrouter v4_idx:
29572026-06-04T08:14:46.796Zrouter v4_routes:
29582026-06-04T08:14:46.796Zresolver v4:
29592026-06-04T08:14:46.796Z10.0.0.3 -> 02:08:20:9c:f6:80
29602026-06-04T08:14:46.796Z10.0.0.254 -> 02:08:20:a9:bc:b6
29612026-06-04T08:14:46.796Zresolver v6:
29622026-06-04T08:14:46.796Zfe80::b0bc:64ff:feed:238c -> b2:bc:64:ed:23:8c
29632026-06-04T08:14:46.796Zfe80::40c2:5dff:fe82:500 -> 42:c2:5d:82:05:00
29642026-06-04T08:14:46.796Zfe80::483b:63ff:fe9f:1233 -> 4a:3b:63:9f:12:33
29652026-06-04T08:14:46.796Zfe80::70ee:20ff:fe2b:ae39 -> 72:ee:20:2b:ae:39
29662026-06-04T08:14:46.796Znat v4:
29672026-06-04T08:14:46.796Znat_v6:
29682026-06-04T08:14:46.797Zport_mac:
29692026-06-04T08:14:46.797Z1000: a8:40:25:2f:8b:ad
29702026-06-04T08:14:46.797Z2: a8:40:25:2f:8b:af
29712026-06-04T08:14:46.797Z1: a8:40:25:2f:8b:ae
29722026-06-04T08:14:46.797Zproxy arp:
29732026-06-04T08:14:46.797Z[s1.trio] pkill ddmd
29742026-06-04T08:14:46.807Z
29752026-06-04T08:14:49.986Ztest ddm::test_trio_v3 has been running for over 60 seconds
29762026-06-04T08:14:51.811Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29772026-06-04T08:14:51.829Zlocal v6:
29782026-06-04T08:14:51.829Zfe80::b0bc:64ff:feed:238c
29792026-06-04T08:14:51.829Zfe80::70ee:20ff:fe2b:ae39
29802026-06-04T08:14:51.829Zlocal v4:
29812026-06-04T08:14:51.829Zrouter v6_idx:
29822026-06-04T08:14:51.829Zfd00:2::/64 -> 1
29832026-06-04T08:14:51.829Zrouter v6_routes:
29842026-06-04T08:14:51.829Z1 -> fe80::483b:63ff:fe9f:1233 (2)
29852026-06-04T08:14:51.829Zrouter v4_idx:
29862026-06-04T08:14:51.829Zrouter v4_routes:
29872026-06-04T08:14:51.829Zresolver v4:
29882026-06-04T08:14:51.829Z10.0.0.3 -> 02:08:20:9c:f6:80
29892026-06-04T08:14:51.829Z10.0.0.254 -> 02:08:20:a9:bc:b6
29902026-06-04T08:14:51.829Zresolver v6:
29912026-06-04T08:14:51.829Zfe80::b0bc:64ff:feed:238c -> b2:bc:64:ed:23:8c
29922026-06-04T08:14:51.829Zfe80::40c2:5dff:fe82:500 -> 42:c2:5d:82:05:00
29932026-06-04T08:14:51.829Zfe80::483b:63ff:fe9f:1233 -> 4a:3b:63:9f:12:33
29942026-06-04T08:14:51.829Zfe80::70ee:20ff:fe2b:ae39 -> 72:ee:20:2b:ae:39
29952026-06-04T08:14:51.829Znat v4:
29962026-06-04T08:14:51.829Znat_v6:
29972026-06-04T08:14:51.829Zport_mac:
29982026-06-04T08:14:51.830Z1000: a8:40:25:2f:8b:ad
29992026-06-04T08:14:51.830Z2: a8:40:25:2f:8b:af
30002026-06-04T08:14:51.830Z1: a8:40:25:2f:8b:ae
30012026-06-04T08:14:51.830Zproxy arp:
30022026-06-04T08:14:51.830Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 18dd3bc2-92b8-4bba-8dd2-a10f67fc2953 --sled-uuid 83715d66-a2f7-4ecb-b172-83a01d3e502f -a sl0/v6 &> /opt/ddmd.log &
30032026-06-04T08:14:51.840Z
30042026-06-04T08:14:54.843Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30052026-06-04T08:14:54.859Zlocal v6:
30062026-06-04T08:14:54.859Zfe80::b0bc:64ff:feed:238c
30072026-06-04T08:14:54.859Zfe80::70ee:20ff:fe2b:ae39
30082026-06-04T08:14:54.859Zlocal v4:
30092026-06-04T08:14:54.859Zrouter v6_idx:
30102026-06-04T08:14:54.859Zfd00:2::/64 -> 1
30112026-06-04T08:14:54.859Zfd00:1::/64 -> 0
30122026-06-04T08:14:54.859Zrouter v6_routes:
30132026-06-04T08:14:54.859Z0 -> fe80::40c2:5dff:fe82:500 (1)
30142026-06-04T08:14:54.859Z1 -> fe80::483b:63ff:fe9f:1233 (2)
30152026-06-04T08:14:54.860Zrouter v4_idx:
30162026-06-04T08:14:54.860Zrouter v4_routes:
30172026-06-04T08:14:54.860Zresolver v4:
30182026-06-04T08:14:54.860Z10.0.0.3 -> 02:08:20:9c:f6:80
30192026-06-04T08:14:54.860Z10.0.0.254 -> 02:08:20:a9:bc:b6
30202026-06-04T08:14:54.860Zresolver v6:
30212026-06-04T08:14:54.860Zfe80::b0bc:64ff:feed:238c -> b2:bc:64:ed:23:8c
30222026-06-04T08:14:54.860Zfe80::40c2:5dff:fe82:500 -> 42:c2:5d:82:05:00
30232026-06-04T08:14:54.860Zfe80::483b:63ff:fe9f:1233 -> 4a:3b:63:9f:12:33
30242026-06-04T08:14:54.860Zfe80::70ee:20ff:fe2b:ae39 -> 72:ee:20:2b:ae:39
30252026-06-04T08:14:54.860Znat v4:
30262026-06-04T08:14:54.860Znat_v6:
30272026-06-04T08:14:54.860Zport_mac:
30282026-06-04T08:14:54.860Z1000: a8:40:25:2f:8b:ad
30292026-06-04T08:14:54.860Z2: a8:40:25:2f:8b:af
30302026-06-04T08:14:54.860Z1: a8:40:25:2f:8b:ae
30312026-06-04T08:14:54.860Zproxy arp:
30322026-06-04T08:14:54.863Z[s2.trio] netstat -nr -f inet6
30332026-06-04T08:14:54.873ZRouting Table: IPv6
30342026-06-04T08:14:54.873Z Destination/Mask Gateway Flags Ref Use If
30352026-06-04T08:14:54.873Z--------------------------- --------------------------- ----- --- ------- -----
30362026-06-04T08:14:54.873Z::1 ::1 UH 2 0 lo0
30372026-06-04T08:14:54.873Zfd00:1::/64 fe80::70ee:20ff:fe2b:ae39 UG 1 0 sl1
30382026-06-04T08:14:54.873Zfe80::/10 fe80::483b:63ff:fe9f:1233 U 3 64 sl1
30392026-06-04T08:14:54.873Z[s2.trio] ipadm
30402026-06-04T08:14:54.885ZADDROBJ TYPE STATE ADDR
30412026-06-04T08:14:54.885Zlo0/v4 static ok 127.0.0.1/8
30422026-06-04T08:14:54.885Zmg3/v4 static ok 10.0.0.2/24
30432026-06-04T08:14:54.885Zlo0/v6 static ok ::1/128
30442026-06-04T08:14:54.885Zlo0/u6 static ok fd00:2::1/64
30452026-06-04T08:14:54.885Zsl1/v6 addrconf ok fe80::483b:63ff:fe9f:1233%sl1/10
30462026-06-04T08:14:54.885Z[s2.trio] route -nv get -inet6 fd00:1::1
30472026-06-04T08:14:54.896Znewrt->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>
30482026-06-04T08:14:54.896Zlocks: inits:
30492026-06-04T08:14:54.896Zsockaddrs: <DST,IFP>
30502026-06-04T08:14:54.896Z fd00:1::1
30512026-06-04T08:14:54.897Z route to: fd00:1::1
30522026-06-04T08:14:54.897Zdestination: fd00:1::
30532026-06-04T08:14:54.897Z mask: ffff:ffff:ffff:ffff::
30542026-06-04T08:14:54.897Z gateway: fe80::70ee:20ff:fe2b:ae39
30552026-06-04T08:14:54.897Z interface: sl1 index 3 address 4a 3b 63 9f 12 33
30562026-06-04T08:14:54.897Z flags: <UP,GATEWAY,DONE,STATIC>
30572026-06-04T08:14:54.897Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30582026-06-04T08:14:54.897Z 0 0 0 0 0 0 9000 0
30592026-06-04T08:14:54.897Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30602026-06-04T08:14:54.897Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30612026-06-04T08:14:54.897Z fd00:1:: fe80::70ee:20ff:fe2b:ae39 ffff:ffff:ffff:ffff:: sl1:4a.3b.63.9f.12.33 fe80::483b:63ff:fe9f:1233
30622026-06-04T08:14:54.897Z[s2.trio] ndp -na
30632026-06-04T08:14:54.909ZNet to Media Table: IPv6
30642026-06-04T08:14:54.909Z If Physical Address Type State Destination/Mask
30652026-06-04T08:14:54.909Z----- ----------------- ------- ------------ ---------------------------
30662026-06-04T08:14:54.909Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30672026-06-04T08:14:54.909Zsl1 72:ee:20:2b:ae:39 dynamic REACHABLE fe80::70ee:20ff:fe2b:ae39
30682026-06-04T08:14:54.909Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30692026-06-04T08:14:54.909Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30702026-06-04T08:14:54.909Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30712026-06-04T08:14:54.909Zsl1 4a:3b:63:9f:12:33 local REACHABLE fe80::483b:63ff:fe9f:1233
30722026-06-04T08:14:54.909Zsl1 33:33:ff:2b:ae:39 other REACHABLE ff02::1:ff2b:ae39
30732026-06-04T08:14:54.909Zsl1 33:33:ff:9f:12:33 other REACHABLE ff02::1:ff9f:1233
30742026-06-04T08:14:54.909Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30752026-06-04T08:14:54.909Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30762026-06-04T08:14:54.922Zlocal v6:
30772026-06-04T08:14:54.922Zfe80::b0bc:64ff:feed:238c
30782026-06-04T08:14:54.922Zfe80::70ee:20ff:fe2b:ae39
30792026-06-04T08:14:54.922Zlocal v4:
30802026-06-04T08:14:54.922Zrouter v6_idx:
30812026-06-04T08:14:54.922Zfd00:2::/64 -> 1
30822026-06-04T08:14:54.922Zfd00:1::/64 -> 0
30832026-06-04T08:14:54.922Zrouter v6_routes:
30842026-06-04T08:14:54.922Z0 -> fe80::40c2:5dff:fe82:500 (1)
30852026-06-04T08:14:54.922Z1 -> fe80::483b:63ff:fe9f:1233 (2)
30862026-06-04T08:14:54.922Zrouter v4_idx:
30872026-06-04T08:14:54.922Zrouter v4_routes:
30882026-06-04T08:14:54.922Zresolver v4:
30892026-06-04T08:14:54.922Z10.0.0.3 -> 02:08:20:9c:f6:80
30902026-06-04T08:14:54.922Z10.0.0.254 -> 02:08:20:a9:bc:b6
30912026-06-04T08:14:54.922Zresolver v6:
30922026-06-04T08:14:54.922Zfe80::b0bc:64ff:feed:238c -> b2:bc:64:ed:23:8c
30932026-06-04T08:14:54.922Zfe80::40c2:5dff:fe82:500 -> 42:c2:5d:82:05:00
30942026-06-04T08:14:54.922Zfe80::483b:63ff:fe9f:1233 -> 4a:3b:63:9f:12:33
30952026-06-04T08:14:54.922Zfe80::70ee:20ff:fe2b:ae39 -> 72:ee:20:2b:ae:39
30962026-06-04T08:14:54.922Znat v4:
30972026-06-04T08:14:54.922Znat_v6:
30982026-06-04T08:14:54.922Zport_mac:
30992026-06-04T08:14:54.922Z1000: a8:40:25:2f:8b:ad
31002026-06-04T08:14:54.922Z2: a8:40:25:2f:8b:af
31012026-06-04T08:14:54.923Z1: a8:40:25:2f:8b:ae
31022026-06-04T08:14:54.923Zproxy arp:
31032026-06-04T08:14:54.923Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31042026-06-04T08:14:54.964ZSubnet Port Link Gateway Vlan
31052026-06-04T08:14:54.964Zfd00:1::/64 rear0 0 fe80::40c2:5dff:fe82:500
31062026-06-04T08:14:54.964Zfd00:2::/64 rear1 0 fe80::483b:63ff:fe9f:1233
31072026-06-04T08:14:54.964Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31082026-06-04T08:14:55.003Zhost mac age
31092026-06-04T08:14:55.003Z10.0.0.3 02:08:20:9c:f6:80 21s
31102026-06-04T08:14:55.003Z10.0.0.254 02:08:20:a9:bc:b6 18s
31112026-06-04T08:14:55.003Zfe80::40c2:5dff:fe82:500 42:c2:5d:82:05:00 21s
31122026-06-04T08:14:55.003Zfe80::483b:63ff:fe9f:1233 4a:3b:63:9f:12:33 21s
31132026-06-04T08:14:55.003Zfe80::70ee:20ff:fe2b:ae39 72:ee:20:2b:ae:39 21s
31142026-06-04T08:14:55.003Zfe80::b0bc:64ff:feed:238c b2:bc:64:ed:23:8c 21s
31152026-06-04T08:14:55.003Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31162026-06-04T08:14:55.041ZLink IPv4 IPv6
31172026-06-04T08:14:55.041Zrear0/0 fe80::b0bc:64ff:feed:238c
31182026-06-04T08:14:55.041Zrear1/0 fe80::70ee:20ff:fe2b:ae39
31192026-06-04T08:14:55.041Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31202026-06-04T08:14:56.066ZADDROBJ TYPE STATE ADDR
31212026-06-04T08:14:56.066Zlo0/v4 static ok 127.0.0.1/8
31222026-06-04T08:14:56.066Zmg2/v4 static ok 10.0.0.1/24
31232026-06-04T08:14:56.066Zlo0/v6 static ok ::1/128
31242026-06-04T08:14:56.067Zlo0/u6 static ok fd00:1::1/64
31252026-06-04T08:14:56.067Zsl0/v6 addrconf ok fe80::40c2:5dff:fe82:500%sl0/10
31262026-06-04T08:14:56.067Znewrt->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>
31272026-06-04T08:14:56.067Zlocks: inits:
31282026-06-04T08:14:56.067Zsockaddrs: <DST,IFP>
31292026-06-04T08:14:56.067Z fd00:2::1
31302026-06-04T08:14:56.067Z route to: fd00:2::1
31312026-06-04T08:14:56.067Zdestination: fd00:2::
31322026-06-04T08:14:56.067Z mask: ffff:ffff:ffff:ffff::
31332026-06-04T08:14:56.067Z gateway: fe80::b0bc:64ff:feed:238c
31342026-06-04T08:14:56.067Z interface: sl0 index 3 address 42 c2 5d 82 05 00
31352026-06-04T08:14:56.067Z flags: <UP,GATEWAY,DONE,STATIC>
31362026-06-04T08:14:56.067Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31372026-06-04T08:14:56.067Z 0 0 0 0 0 0 9000 0
31382026-06-04T08:14:56.067Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31392026-06-04T08:14:56.067Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31402026-06-04T08:14:56.067Z fd00:2:: fe80::b0bc:64ff:feed:238c ffff:ffff:ffff:ffff:: sl0:42.c2.5d.82.5.0 fe80::40c2:5dff:fe82:500
31412026-06-04T08:14:56.067Z
31422026-06-04T08:14:56.067ZNet to Media Table: IPv6
31432026-06-04T08:14:56.067Z If Physical Address Type State Destination/Mask
31442026-06-04T08:14:56.067Z----- ----------------- ------- ------------ ---------------------------
31452026-06-04T08:14:56.067Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31462026-06-04T08:14:56.067Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31472026-06-04T08:14:56.067Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31482026-06-04T08:14:56.067Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31492026-06-04T08:14:56.067Zsl0 b2:bc:64:ed:23:8c dynamic REACHABLE fe80::b0bc:64ff:feed:238c
31502026-06-04T08:14:56.067Zsl0 33:33:ff:ed:23:8c other REACHABLE ff02::1:ffed:238c
31512026-06-04T08:14:56.068Zsl0 42:c2:5d:82:05:00 local REACHABLE fe80::40c2:5dff:fe82:500
31522026-06-04T08:14:56.068Zsl0 33:33:ff:82:05:00 other REACHABLE ff02::1:ff82:500
31532026-06-04T08:14:56.068Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31542026-06-04T08:14:56.068Z
31552026-06-04T08:14:56.068Z
31562026-06-04T08:14:56.068ZRouting Table: IPv6
31572026-06-04T08:14:56.068Z Destination/Mask Gateway Flags Ref Use If
31582026-06-04T08:14:56.068Z--------------------------- --------------------------- ----- --- ------- -----
31592026-06-04T08:14:56.068Z::1 ::1 UH 2 0 lo0
31602026-06-04T08:14:56.068Zfd00:2::/64 fe80::b0bc:64ff:feed:238c UG 2 2 sl0
31612026-06-04T08:14:56.068Zfe80::/10 fe80::40c2:5dff:fe82:500 U 3 64 sl0
31622026-06-04T08:14:56.068ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31632026-06-04T08:14:56.068Z68 bytes from fd00:2::1: icmp_seq=0. time=0.227 ms
31642026-06-04T08:14:56.068Z68 bytes from fd00:2::1: icmp_seq=1. time=0.373 ms
31652026-06-04T08:14:56.068Z
31662026-06-04T08:14:56.068Z----fd00:2::1 PING Statistics----
31672026-06-04T08:14:56.068Z2 packets transmitted, 2 packets received, 0% packet loss
31682026-06-04T08:14:56.068Zround-trip (ms) min/avg/max/stddev = 0.227/0.300/0.373/0.103
31692026-06-04T08:14:56.068Z[s2.trio] ping fd00:1::1
31702026-06-04T08:14:56.081Zfd00:1::1 is alive
31712026-06-04T08:14:56.081Zserver router restart passed
31722026-06-04T08:15:00.089Zpeer expiration recovery passed
31732026-06-04T08:15:01.088Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31742026-06-04T08:15:01.108Z3
31752026-06-04T08:15:01.108Zredundant advertise passed
31762026-06-04T08:15:02.110Ztunnel endpoint advertise passed
31772026-06-04T08:15:07.111Zredundant tunnel endpoint advertise passed
31782026-06-04T08:15:07.111Z[s1.trio] pkill ddmd
31792026-06-04T08:15:07.125Z
31802026-06-04T08:15:12.127Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b892e2d6-72c5-4acd-9c6f-47c2bdc45f57 --sled-uuid be0af9d3-6665-4971-87ed-25510be9984d -a sl0/v6 &> /opt/ddmd.log &
31812026-06-04T08:15:12.141Z
31822026-06-04T08:15:17.147Ztunnel router restart passed
31832026-06-04T08:15:18.148Ztunnel endpoint withdraw passed
31842026-06-04T08:15:18.152Z[t1.trio] pkill ddmd
31852026-06-04T08:15:18.163Z
31862026-06-04T08:15:18.163Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31872026-06-04T08:15:18.166Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31882026-06-04T08:15:20.050Z[s2.trio] pkill ddmd
31892026-06-04T08:15:20.064Z
31902026-06-04T08:15:20.065Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31912026-06-04T08:15:21.883Z[s1.trio] pkill ddmd
31922026-06-04T08:15:21.897Z
31932026-06-04T08:15:21.897Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31942026-06-04T08:15:23.654Z[sidecar.trio] pkill softnpu
31952026-06-04T08:15:23.668Z
31962026-06-04T08:15:23.668Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31972026-06-04T08:15:26.179Ztest ddm::test_trio_v3 ... ok
31982026-06-04T08:15:26.179Z
31992026-06-04T08:15:26.182Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.19s
32002026-06-04T08:15:26.182Z
32012026-06-04T08:15:26.229Z+ cleanup
32022026-06-04T08:15:26.232Z++ id -un
32032026-06-04T08:15:26.236Z++ id -gn
32042026-06-04T08:15:26.236Z+ pfexec chown -R build:build .
32052026-06-04T08:15:26.357Zprocess exited: duration 758490 ms, exit code 0
 
32062026-06-04T08:15:26.370Zfound 5 output files
32072026-06-04T08:15:26.370Zuploading: /work/s1.trio.log (4053 bytes)
32082026-06-04T08:15:27.386Zuploaded: /work/s1.trio.log
32092026-06-04T08:15:27.386Zuploading: /work/s2.trio.log (10788 bytes)
32102026-06-04T08:15:28.395Zuploaded: /work/s2.trio.log
32112026-06-04T08:15:28.395Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32122026-06-04T08:15:29.403Zuploaded: /work/sidecar.trio-softnpu.log
32132026-06-04T08:15:29.404Zuploading: /work/t1.trio-dpd.log (323913 bytes)
32142026-06-04T08:15:30.419Zuploaded: /work/t1.trio-dpd.log
32152026-06-04T08:15:30.419Zuploading: /work/t1.trio.log (25725 bytes)
32162026-06-04T08:15:31.432Zuploaded: /work/t1.trio.log