01KZF95XNDW5FGNTPD9895H19C: 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: 01KZF96BSGYZ9BWKQVRQNB92QG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:37.742Zjob assigned to worker 01KZF96NTX492BSG3MNR22XB0R [factory aws, i-0baf833f03ff56bd9] (queued for 1 m 2 s)
 
22026-08-07T23:34:44.134Zstarting task 0: "setup"
32026-08-07T23:34:44.140Z++ uname -s
42026-08-07T23:34:44.143Z+ kern=SunOS
52026-08-07T23:34:44.143Z+ build_user=build
62026-08-07T23:34:44.143Z+ build_uid=12345
72026-08-07T23:34:44.143Z+ work_dir=/work
82026-08-07T23:34:44.143Z+ input_dir=/input
92026-08-07T23:34:44.143Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:44.143Z+ case "$kern" in
112026-08-07T23:34:44.143Z+ groupadd -g 12345 build
122026-08-07T23:34:44.146Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:46.149Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:46.224Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:46.227Z+ home_fs=zfs
162026-08-07T23:34:46.227Z+ [[ zfs == autofs ]]
172026-08-07T23:34:46.227Z+ mkdir -p /home/build
182026-08-07T23:34:46.227Z+ chown build:build /home/build /work
192026-08-07T23:34:48.229Z+ chmod 0700 /home/build /work
202026-08-07T23:34:48.232Zprocess exited: duration 4095 ms, exit code 0
 
212026-08-07T23:34:48.238Zstarting task 1: "rust-toolchain"
222026-08-07T23:34:48.241Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:34:48.241Z * rust toolchain channel = "stable"
242026-08-07T23:34:48.242Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-07T23:34:48.242Z * rust toolchain profile = "default"
262026-08-07T23:34:48.244Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:34:48.244Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:34:48.244Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:34:48.244Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:34:48.361Zinfo: downloading installer
312026-08-07T23:34:49.776Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:34:49.776Zwarn: /opt/ooce/bin
332026-08-07T23:34:49.776Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:34:49.776Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:34:49.776Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:34:49.776Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:34:49.776Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:34:49.777Zerror: cannot install while Rust is installed
392026-08-07T23:34:49.777Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:34:49.777Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:34:49.777Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:34:49.777Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:34:49.777Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:34:49.803Zinfo: profile set to default
452026-08-07T23:34:49.803Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:34:49.806Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:34:49.946Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:34:49.950Zinfo: downloading 6 components
492026-08-07T23:35:04.028Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T23:35:04.029Z
512026-08-07T23:35:04.057Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:04.057Z
532026-08-07T23:35:04.057Z
542026-08-07T23:35:04.057ZRust is installed now. Great!
552026-08-07T23:35:04.057Z
562026-08-07T23:35:04.061ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:04.061Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:04.061Z
592026-08-07T23:35:04.061ZTo configure your current shell, you need to source
602026-08-07T23:35:04.061Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:04.061Z
622026-08-07T23:35:04.061ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:04.061Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:04.061Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:04.061Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:04.061Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:04.061Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:04.061Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:04.061Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:04.061Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:04.159Z+ rustup --version
722026-08-07T23:35:04.168Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:04.172Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:04.189Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:04.192Z+ cargo --version
762026-08-07T23:35:04.207Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:04.210Z+ rustc --version
782026-08-07T23:35:04.228Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:04.231Zprocess exited: duration 15989 ms, exit code 0
 
802026-08-07T23:35:04.238Zstarting task 2: "authentication"
812026-08-07T23:35:04.254Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T23:35:04.261Zstarting task 3: "clone repository"
832026-08-07T23:35:04.264Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:04.268Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:04.372ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:05.985Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:05.985Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:06.253ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:06.253Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:06.258Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:06.261Z++ git branch --show-current
922026-08-07T23:35:06.261Z+ current=main
932026-08-07T23:35:06.261Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:06.261Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:06.264Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:06.282ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:06.284Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:06.300ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:06.303Zprocess exited: duration 2040 ms, exit code 0
 
1002026-08-07T23:35:06.309Zstarting task 4: "build"
1012026-08-07T23:35:06.315Z++ dladm
1022026-08-07T23:35:06.318ZLINK CLASS MTU STATE BRIDGE OVER
1032026-08-07T23:35:06.318Zena0 phys 9216 up -- --
1042026-08-07T23:35:06.321Z++ ipadm
1052026-08-07T23:35:06.321ZADDROBJ TYPE STATE ADDR
1062026-08-07T23:35:06.321Zlo0/v4 static ok 127.0.0.1/8
1072026-08-07T23:35:06.321Zena0/dhcp dhcp ok 10.150.1.116/24
1082026-08-07T23:35:06.321Zlo0/v6 static ok ::1/128
1092026-08-07T23:35:06.321Z++ banner collect
1102026-08-07T23:35:06.324Z
1112026-08-07T23:35:06.324Z #### #### # # ###### #### #####
1122026-08-07T23:35:06.324Z # # # # # # # # # #
1132026-08-07T23:35:06.324Z # # # # # ##### # #
1142026-08-07T23:35:06.324Z # # # # # # # #
1152026-08-07T23:35:06.324Z # # # # # # # # # #
1162026-08-07T23:35:06.324Z #### #### ###### ###### ###### #### #
1172026-08-07T23:35:06.324Z
1182026-08-07T23:35:06.324Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-08-07T23:35:06.324Z++ repo=softnpu
1202026-08-07T23:35:06.324Z++ series=image
1212026-08-07T23:35:06.324Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-08-07T23:35:06.324Z++ name=softnpu
1232026-08-07T23:35:06.324Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-08-07T23:35:06.324Z++ mkdir -p download
1252026-08-07T23:35:06.324Z++ pushd download
1262026-08-07T23:35:06.324Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-08-07T23:35:06.324Z++ [[ ! -f softnpu ]]
1282026-08-07T23:35:06.324Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-08-07T23:35:06.330Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-08-07T23:35:06.332Z Dload Upload Total Spent Left Speed
1312026-08-07T23:35:06.781Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 34.67M 0 0 100 15.63M 100 15.63M 0 0 34.66M 0 0 100 15.63M 100 15.63M 0 0 34.66M 0 0
1322026-08-07T23:35:06.784Z++ popd
1332026-08-07T23:35:06.784Z/work/oxidecomputer/maghemite
1342026-08-07T23:35:06.784Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-08-07T23:35:06.784Z++ repo=sidecar-lite
1362026-08-07T23:35:06.784Z++ series=release
1372026-08-07T23:35:06.784Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-08-07T23:35:06.784Z++ name=libsidecar_lite.so
1392026-08-07T23:35:06.784Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-08-07T23:35:06.784Z++ mkdir -p download
1412026-08-07T23:35:06.787Z++ pushd download
1422026-08-07T23:35:06.787Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-08-07T23:35:06.787Z++ [[ ! -f libsidecar_lite.so ]]
1442026-08-07T23:35:06.787Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-08-07T23:35:06.791Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-08-07T23:35:06.791Z Dload Upload Total Spent Left Speed
1472026-08-07T23:35:07.154Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 33.06M 0 0 100 12.04M 100 12.04M 0 0 33.05M 0 0 100 12.04M 100 12.04M 0 0 33.05M 0 0
1482026-08-07T23:35:07.157Z++ popd
1492026-08-07T23:35:07.157Z/work/oxidecomputer/maghemite
1502026-08-07T23:35:07.157Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-08-07T23:35:07.157Z++ repo=sidecar-lite
1522026-08-07T23:35:07.157Z++ series=release
1532026-08-07T23:35:07.157Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-08-07T23:35:07.157Z++ name=scadm
1552026-08-07T23:35:07.157Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-08-07T23:35:07.157Z++ mkdir -p download
1572026-08-07T23:35:07.160Z++ pushd download
1582026-08-07T23:35:07.160Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-08-07T23:35:07.160Z++ [[ ! -f scadm ]]
1602026-08-07T23:35:07.160Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-08-07T23:35:07.165Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-08-07T23:35:07.167Z Dload Upload Total Spent Left Speed
1632026-08-07T23:35:07.535Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 42.64M 0 0 100 15.78M 100 15.78M 0 0 42.63M 0 0 100 15.78M 100 15.78M 0 0 42.63M 0 0
1642026-08-07T23:35:07.538Z++ popd
1652026-08-07T23:35:07.538Z/work/oxidecomputer/maghemite
1662026-08-07T23:35:07.538Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-08-07T23:35:07.538Z++ repo=dendrite
1682026-08-07T23:35:07.538Z++ series=image
1692026-08-07T23:35:07.538Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-08-07T23:35:07.538Z++ name=dendrite-softnpu.tar.gz
1712026-08-07T23:35:07.538Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-08-07T23:35:07.538Z++ mkdir -p download
1732026-08-07T23:35:07.541Z++ pushd download
1742026-08-07T23:35:07.541Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-08-07T23:35:07.541Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-08-07T23:35:07.541Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-08-07T23:35:07.543Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-08-07T23:35:07.543Z Dload Upload Total Spent Left Speed
1792026-08-07T23:35:08.769Z 0 0 0 0 0 0 0 0 0 81 71.59M 81 58.08M 0 0 58.11M 0 00:01 00:01 58.12M 100 71.59M 100 71.59M 0 0 58.44M 0 00:01 00:01 58.12M 100 71.59M 100 71.59M 0 0 58.44M 0 00:01 00:01 58.12M 100 71.59M 100 71.59M 0 0 58.43M 0 00:01 00:01 58.12M
1802026-08-07T23:35:08.772Z++ popd
1812026-08-07T23:35:08.775Z/work/oxidecomputer/maghemite
1822026-08-07T23:35:08.775Z++ get_artifact maghemite release d26d216c80e319295cf5de1ec6ad73827caa5dcc ddm
1832026-08-07T23:35:08.775Z++ repo=maghemite
1842026-08-07T23:35:08.776Z++ series=release
1852026-08-07T23:35:08.776Z++ commit=d26d216c80e319295cf5de1ec6ad73827caa5dcc
1862026-08-07T23:35:08.776Z++ name=ddm
1872026-08-07T23:35:08.776Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-08-07T23:35:08.776Z++ mkdir -p download
1892026-08-07T23:35:08.776Z++ pushd download
1902026-08-07T23:35:08.776Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-08-07T23:35:08.776Z++ [[ ! -f ddm ]]
1922026-08-07T23:35:08.776Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d26d216c80e319295cf5de1ec6ad73827caa5dcc/ddm
1932026-08-07T23:35:08.780Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-08-07T23:35:08.783Z Dload Upload Total Spent Left Speed
1952026-08-07T23:35:08.840Z 0 0 0 0 0 0 0 0 0
1962026-08-07T23:35:08.843Zcurl: (22) The requested URL returned error: 404
1972026-08-07T23:35:08.843Z++ popd
1982026-08-07T23:35:08.843Z/work/oxidecomputer/maghemite
1992026-08-07T23:35:08.843Z++ get_artifact maghemite release d26d216c80e319295cf5de1ec6ad73827caa5dcc ddmadm
2002026-08-07T23:35:08.843Z++ repo=maghemite
2012026-08-07T23:35:08.843Z++ series=release
2022026-08-07T23:35:08.843Z++ commit=d26d216c80e319295cf5de1ec6ad73827caa5dcc
2032026-08-07T23:35:08.843Z++ name=ddmadm
2042026-08-07T23:35:08.843Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-08-07T23:35:08.843Z++ mkdir -p download
2062026-08-07T23:35:08.846Z++ pushd download
2072026-08-07T23:35:08.846Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-08-07T23:35:08.846Z++ [[ ! -f ddmadm ]]
2092026-08-07T23:35:08.846Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d26d216c80e319295cf5de1ec6ad73827caa5dcc/ddmadm
2102026-08-07T23:35:08.849Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-08-07T23:35:08.849Z Dload Upload Total Spent Left Speed
2122026-08-07T23:35:08.906Z 0 0 0 0 0 0 0 0 0
2132026-08-07T23:35:08.909Zcurl: (22) The requested URL returned error: 404
2142026-08-07T23:35:08.909Z++ popd
2152026-08-07T23:35:08.909Z/work/oxidecomputer/maghemite
2162026-08-07T23:35:08.909Z++ pushd download
2172026-08-07T23:35:08.909Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-08-07T23:35:08.909Z++ chmod +x softnpu
2192026-08-07T23:35:08.911Z++ chmod +x scadm
2202026-08-07T23:35:08.911Z++ chmod +x ddmadm
2212026-08-07T23:35:08.914Zchmod: WARNING: can't access ddmadm
2222026-08-07T23:35:08.914Z++ chmod +x ddmd
2232026-08-07T23:35:08.914Zchmod: WARNING: can't access ddmd
2242026-08-07T23:35:08.914Z++ mv ddmadm ddmadm-v2
2252026-08-07T23:35:08.917Zmv: cannot access ddmadm
2262026-08-07T23:35:08.917Z++ mv ddmd ddmd-v2
2272026-08-07T23:35:08.917Zmv: cannot access ddmd
2282026-08-07T23:35:08.917Z++ rm -rf zones/dendrite
2292026-08-07T23:35:08.917Z++ mkdir -p zones/dendrite
2302026-08-07T23:35:08.920Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-08-07T23:35:09.925Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-08-07T23:35:09.928Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-08-07T23:35:09.928Z++ popd
2342026-08-07T23:35:09.928Z++ banner install
2352026-08-07T23:35:09.928Z/work/oxidecomputer/maghemite
2362026-08-07T23:35:09.928Z
2372026-08-07T23:35:09.928Z # # # #### ##### ## # #
2382026-08-07T23:35:09.928Z # ## # # # # # # #
2392026-08-07T23:35:09.928Z # # # # #### # # # # #
2402026-08-07T23:35:09.928Z # # # # # # ###### # #
2412026-08-07T23:35:09.929Z # # ## # # # # # # #
2422026-08-07T23:35:09.929Z # # # #### # # # ###### ######
2432026-08-07T23:35:09.929Z
2442026-08-07T23:35:09.929Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-08-07T23:35:09.929Z++ set +o errexit
2462026-08-07T23:35:09.929Z++ pkg info clang-15
2472026-08-07T23:35:09.932Z++ grep -qi installed
2482026-08-07T23:35:11.414Zpkg: info: no packages matching the following patterns you specified are
2492026-08-07T23:35:11.415Zinstalled on the system. Try querying remotely instead:
2502026-08-07T23:35:11.415Z
2512026-08-07T23:35:11.415Z clang-15
2522026-08-07T23:35:11.456Z++ [[ 1 != 0 ]]
2532026-08-07T23:35:11.456Z++ set -o errexit
2542026-08-07T23:35:11.457Z++ pfexec pkg install clang-15
2552026-08-07T23:35:18.137Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-08-07T23:35:26.088Z Startup: Caching catalogs ... Done
2572026-08-07T23:35:33.634ZPlanning: Solver setup ... Done
2582026-08-07T23:35:33.677ZPlanning: Running solver ... Done
2592026-08-07T23:35:33.822ZPlanning: Finding local manifests ... Done
2602026-08-07T23:35:33.843ZPlanning: Fetching manifests: 0/2 0% complete
2612026-08-07T23:35:33.939ZPlanning: Fetching manifests: 2/2 100% complete
2622026-08-07T23:35:33.968ZPlanning: Package planning ... Done
2632026-08-07T23:35:33.994ZPlanning: Merging actions ... Done
2642026-08-07T23:35:34.168ZPlanning: Checking for conflicting actions ... Done
2652026-08-07T23:35:34.179ZPlanning: Consolidating action changes ... Done
2662026-08-07T23:35:36.677ZPlanning: Evaluating mediators ... Done
2672026-08-07T23:35:36.682ZPlanning: Planning completed in 10.42 seconds
2682026-08-07T23:35:36.693Z Packages to install: 2
2692026-08-07T23:35:36.693Z Mediators to change: 2
2702026-08-07T23:35:36.696Z Services to change: 1
2712026-08-07T23:35:36.696Z Create boot environment: No
2722026-08-07T23:35:36.696ZCreate backup boot environment: No
2732026-08-07T23:35:36.802Z
2742026-08-07T23:35:36.802ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-08-07T23:35:41.803ZDownload: 927/3076 items 75.7/211.3MB 35% complete (15.2M/s)
2762026-08-07T23:35:46.806ZDownload: 1085/3076 items 113.8/211.3MB 53% complete (11.4M/s)
2772026-08-07T23:35:51.813ZDownload: 2030/3076 items 118.1/211.3MB 55% complete (6.3M/s)
2782026-08-07T23:35:56.874ZDownload: 2437/3076 items 119.3/211.3MB 56% complete (3.5M/s)
2792026-08-07T23:36:05.474ZDownload: 3030/3076 items 201.7/211.3MB 95% complete (8.3M/s)
2802026-08-07T23:36:19.784ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
2812026-08-07T23:36:21.322ZDownload: Completed 211.31 MB in 44.51 seconds (4.8M/s)
2822026-08-07T23:36:21.490Z Actions: 1/3418 actions (Installing new actions)
2832026-08-07T23:36:25.009Z Actions: Completed 3418 actions in 3.52 seconds.
2842026-08-07T23:36:25.674Z Done
2852026-08-07T23:36:25.674Z Done
2862026-08-07T23:36:26.425Z Done
2872026-08-07T23:36:29.827Z Done
2882026-08-07T23:36:29.900Z Done
2892026-08-07T23:36:29.903Z Done
2902026-08-07T23:36:30.150Z Done
2912026-08-07T23:36:30.838Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-08-07T23:36:30.838Z++ set +o errexit
2932026-08-07T23:36:30.842Z++ pkg info pkg-config
2942026-08-07T23:36:30.842Z++ grep -qi installed
2952026-08-07T23:36:31.066Z++ [[ 0 != 0 ]]
2962026-08-07T23:36:31.066Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2972026-08-07T23:36:31.066Z++ set +o errexit
2982026-08-07T23:36:31.069Z++ pkg info brand/omicron1
2992026-08-07T23:36:31.069Z++ grep -qi installed
3002026-08-07T23:36:31.251Zpkg: info: no packages matching the following patterns you specified are
3012026-08-07T23:36:31.251Zinstalled on the system. Try querying remotely instead:
3022026-08-07T23:36:31.251Z
3032026-08-07T23:36:31.251Z brand/omicron1
3042026-08-07T23:36:31.285Z++ [[ 1 != 0 ]]
3052026-08-07T23:36:31.285Z++ set -o errexit
3062026-08-07T23:36:31.285Z++ pfexec pkg install brand/omicron1
3072026-08-07T23:36:31.691Z Startup: Refreshing catalog 'helios-dev' ... Done
3082026-08-07T23:36:39.039ZPlanning: Solver setup ... Done
3092026-08-07T23:36:39.077ZPlanning: Running solver ... Done
3102026-08-07T23:36:39.219ZPlanning: Finding local manifests ... Done
3112026-08-07T23:36:39.224ZPlanning: Fetching manifests: 0/2 0% complete
3122026-08-07T23:36:39.341ZPlanning: Fetching manifests: 2/2 100% complete
3132026-08-07T23:36:39.352ZPlanning: Package planning ... Done
3142026-08-07T23:36:39.355ZPlanning: Merging actions ... Done
3152026-08-07T23:36:39.504ZPlanning: Checking for conflicting actions ... Done
3162026-08-07T23:36:39.507ZPlanning: Consolidating action changes ... Done
3172026-08-07T23:36:39.664ZPlanning: Evaluating mediators ... Done
3182026-08-07T23:36:39.666ZPlanning: Planning completed in 7.97 seconds
3192026-08-07T23:36:39.672Z Packages to install: 2
3202026-08-07T23:36:39.672Z Create boot environment: No
3212026-08-07T23:36:39.674ZCreate backup boot environment: No
3222026-08-07T23:36:39.701Z
3232026-08-07T23:36:39.701ZDownload: 0/5 items 0.0/1.1MB 0% complete
3242026-08-07T23:36:39.732ZDownload: Completed 1.07 MB in 0.03 seconds (35.2M/s)
3252026-08-07T23:36:39.796Z Actions: 1/28 actions (Installing new actions)
3262026-08-07T23:36:39.811Z Actions: Completed 28 actions in 0.01 seconds.
3272026-08-07T23:36:40.326Z Done
3282026-08-07T23:36:40.326Z Done
3292026-08-07T23:36:40.958Z Done
3302026-08-07T23:36:43.802Z Done
3312026-08-07T23:36:43.877Z Done
3322026-08-07T23:36:43.880Z Done
3332026-08-07T23:36:44.096Z Done
3342026-08-07T23:36:44.233Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3352026-08-07T23:36:44.233Z++ set +o errexit
3362026-08-07T23:36:44.236Z++ pkg info brand/omicron1/tools
3372026-08-07T23:36:44.236Z++ grep -qi installed
3382026-08-07T23:36:44.418Zpkg: info: no packages matching the following patterns you specified are
3392026-08-07T23:36:44.418Zinstalled on the system. Try querying remotely instead:
3402026-08-07T23:36:44.418Z
3412026-08-07T23:36:44.418Z brand/omicron1/tools
3422026-08-07T23:36:44.453Z++ [[ 1 != 0 ]]
3432026-08-07T23:36:44.453Z++ set -o errexit
3442026-08-07T23:36:44.453Z++ pfexec pkg install brand/omicron1/tools
3452026-08-07T23:36:44.847Z Startup: Refreshing catalog 'helios-dev' ... Done
3462026-08-07T23:36:52.248ZPlanning: Solver setup ... Done
3472026-08-07T23:36:52.288ZPlanning: Running solver ... Done
3482026-08-07T23:36:52.427ZPlanning: Finding local manifests ... Done
3492026-08-07T23:36:52.431ZPlanning: Fetching manifests: 0/1 0% complete
3502026-08-07T23:36:52.543ZPlanning: Fetching manifests: 1/1 100% complete
3512026-08-07T23:36:52.556ZPlanning: Package planning ... Done
3522026-08-07T23:36:52.560ZPlanning: Merging actions ... Done
3532026-08-07T23:36:52.698ZPlanning: Checking for conflicting actions ... Done
3542026-08-07T23:36:52.701ZPlanning: Consolidating action changes ... Done
3552026-08-07T23:36:52.855ZPlanning: Evaluating mediators ... Done
3562026-08-07T23:36:52.858ZPlanning: Planning completed in 8.01 seconds
3572026-08-07T23:36:52.863Z Packages to install: 1
3582026-08-07T23:36:52.863Z Services to change: 1
3592026-08-07T23:36:52.863Z Create boot environment: No
3602026-08-07T23:36:52.866ZCreate backup boot environment: No
3612026-08-07T23:36:52.894Z
3622026-08-07T23:36:52.894ZDownload: 0/2 items 0.0/1.2MB 0% complete
3632026-08-07T23:36:52.922ZDownload: Completed 1.19 MB in 0.03 seconds (41.4M/s)
3642026-08-07T23:36:53.002Z Actions: 1/19 actions (Installing new actions)
3652026-08-07T23:36:53.015Z Actions: Completed 19 actions in 0.01 seconds.
3662026-08-07T23:36:53.532Z Done
3672026-08-07T23:36:53.532Z Done
3682026-08-07T23:36:54.163Z Done
3692026-08-07T23:36:57.074Z Done
3702026-08-07T23:36:57.153Z Done
3712026-08-07T23:36:57.156Z Done
3722026-08-07T23:36:57.308Z Done
3732026-08-07T23:36:57.453Z++ pfexec svcadm enable baseline
3742026-08-07T23:36:57.468Z++ retry=0
3752026-08-07T23:36:57.471Z+++ svcs -Hostate baseline
3762026-08-07T23:36:57.483Z++ [[ offline* != online ]]
3772026-08-07T23:36:57.483Z++ [[ 0 -gt 300 ]]
3782026-08-07T23:36:57.486Z++ sleep 1
3792026-08-07T23:36:58.485Z++ retry=1
3802026-08-07T23:36:58.488Z+++ svcs -Hostate baseline
3812026-08-07T23:36:58.499Z++ [[ offline* != online ]]
3822026-08-07T23:36:58.499Z++ [[ 1 -gt 300 ]]
3832026-08-07T23:36:58.502Z++ sleep 1
3842026-08-07T23:36:59.500Z++ retry=2
3852026-08-07T23:36:59.503Z+++ svcs -Hostate baseline
3862026-08-07T23:36:59.515Z++ [[ offline* != online ]]
3872026-08-07T23:36:59.515Z++ [[ 2 -gt 300 ]]
3882026-08-07T23:36:59.515Z++ sleep 1
3892026-08-07T23:37:00.516Z++ retry=3
3902026-08-07T23:37:00.518Z+++ svcs -Hostate baseline
3912026-08-07T23:37:00.530Z++ [[ offline* != online ]]
3922026-08-07T23:37:00.530Z++ [[ 3 -gt 300 ]]
3932026-08-07T23:37:00.530Z++ sleep 1
3942026-08-07T23:37:01.532Z++ retry=4
3952026-08-07T23:37:01.535Z+++ svcs -Hostate baseline
3962026-08-07T23:37:01.548Z++ [[ offline* != online ]]
3972026-08-07T23:37:01.548Z++ [[ 4 -gt 300 ]]
3982026-08-07T23:37:01.548Z++ sleep 1
3992026-08-07T23:37:02.549Z++ retry=5
4002026-08-07T23:37:02.552Z+++ svcs -Hostate baseline
4012026-08-07T23:37:02.564Z++ [[ offline* != online ]]
4022026-08-07T23:37:02.564Z++ [[ 5 -gt 300 ]]
4032026-08-07T23:37:02.564Z++ sleep 1
4042026-08-07T23:37:03.566Z++ retry=6
4052026-08-07T23:37:03.569Z+++ svcs -Hostate baseline
4062026-08-07T23:37:03.580Z++ [[ offline* != online ]]
4072026-08-07T23:37:03.580Z++ [[ 6 -gt 300 ]]
4082026-08-07T23:37:03.583Z++ sleep 1
4092026-08-07T23:37:04.582Z++ retry=7
4102026-08-07T23:37:04.586Z+++ svcs -Hostate baseline
4112026-08-07T23:37:04.597Z++ [[ offline* != online ]]
4122026-08-07T23:37:04.597Z++ [[ 7 -gt 300 ]]
4132026-08-07T23:37:04.597Z++ sleep 1
4142026-08-07T23:37:05.601Z++ retry=8
4152026-08-07T23:37:05.605Z+++ svcs -Hostate baseline
4162026-08-07T23:37:05.614Z++ [[ offline* != online ]]
4172026-08-07T23:37:05.614Z++ [[ 8 -gt 300 ]]
4182026-08-07T23:37:05.614Z++ sleep 1
4192026-08-07T23:37:06.616Z++ retry=9
4202026-08-07T23:37:06.619Z+++ svcs -Hostate baseline
4212026-08-07T23:37:06.631Z++ [[ offline* != online ]]
4222026-08-07T23:37:06.631Z++ [[ 9 -gt 300 ]]
4232026-08-07T23:37:06.631Z++ sleep 1
4242026-08-07T23:37:07.633Z++ retry=10
4252026-08-07T23:37:07.636Z+++ svcs -Hostate baseline
4262026-08-07T23:37:07.648Z++ [[ offline* != online ]]
4272026-08-07T23:37:07.648Z++ [[ 10 -gt 300 ]]
4282026-08-07T23:37:07.648Z++ sleep 1
4292026-08-07T23:37:08.651Z++ retry=11
4302026-08-07T23:37:08.654Z+++ svcs -Hostate baseline
4312026-08-07T23:37:08.664Z++ [[ offline* != online ]]
4322026-08-07T23:37:08.664Z++ [[ 11 -gt 300 ]]
4332026-08-07T23:37:08.664Z++ sleep 1
4342026-08-07T23:37:09.666Z++ retry=12
4352026-08-07T23:37:09.670Z+++ svcs -Hostate baseline
4362026-08-07T23:37:09.681Z++ [[ offline* != online ]]
4372026-08-07T23:37:09.681Z++ [[ 12 -gt 300 ]]
4382026-08-07T23:37:09.681Z++ sleep 1
4392026-08-07T23:37:10.683Z++ retry=13
4402026-08-07T23:37:10.686Z+++ svcs -Hostate baseline
4412026-08-07T23:37:10.698Z++ [[ offline* != online ]]
4422026-08-07T23:37:10.698Z++ [[ 13 -gt 300 ]]
4432026-08-07T23:37:10.698Z++ sleep 1
4442026-08-07T23:37:11.701Z++ retry=14
4452026-08-07T23:37:11.704Z+++ svcs -Hostate baseline
4462026-08-07T23:37:11.716Z++ [[ offline* != online ]]
4472026-08-07T23:37:11.716Z++ [[ 14 -gt 300 ]]
4482026-08-07T23:37:11.716Z++ sleep 1
4492026-08-07T23:37:12.718Z++ retry=15
4502026-08-07T23:37:12.720Z+++ svcs -Hostate baseline
4512026-08-07T23:37:12.733Z++ [[ offline* != online ]]
4522026-08-07T23:37:12.733Z++ [[ 15 -gt 300 ]]
4532026-08-07T23:37:12.733Z++ sleep 1
4542026-08-07T23:37:13.735Z++ retry=16
4552026-08-07T23:37:13.738Z+++ svcs -Hostate baseline
4562026-08-07T23:37:13.749Z++ [[ offline* != online ]]
4572026-08-07T23:37:13.749Z++ [[ 16 -gt 300 ]]
4582026-08-07T23:37:13.749Z++ sleep 1
4592026-08-07T23:37:14.751Z++ retry=17
4602026-08-07T23:37:14.754Z+++ svcs -Hostate baseline
4612026-08-07T23:37:14.766Z++ [[ offline* != online ]]
4622026-08-07T23:37:14.766Z++ [[ 17 -gt 300 ]]
4632026-08-07T23:37:14.769Z++ sleep 1
4642026-08-07T23:37:15.768Z++ retry=18
4652026-08-07T23:37:15.771Z+++ svcs -Hostate baseline
4662026-08-07T23:37:15.783Z++ [[ offline* != online ]]
4672026-08-07T23:37:15.783Z++ [[ 18 -gt 300 ]]
4682026-08-07T23:37:15.783Z++ sleep 1
4692026-08-07T23:37:16.785Z++ retry=19
4702026-08-07T23:37:16.788Z+++ svcs -Hostate baseline
4712026-08-07T23:37:16.800Z++ [[ offline* != online ]]
4722026-08-07T23:37:16.800Z++ [[ 19 -gt 300 ]]
4732026-08-07T23:37:16.800Z++ sleep 1
4742026-08-07T23:37:17.805Z++ retry=20
4752026-08-07T23:37:17.810Z+++ svcs -Hostate baseline
4762026-08-07T23:37:17.817Z++ [[ offline* != online ]]
4772026-08-07T23:37:17.817Z++ [[ 20 -gt 300 ]]
4782026-08-07T23:37:17.817Z++ sleep 1
4792026-08-07T23:37:18.820Z++ retry=21
4802026-08-07T23:37:18.825Z+++ svcs -Hostate baseline
4812026-08-07T23:37:18.835Z++ [[ offline* != online ]]
4822026-08-07T23:37:18.835Z++ [[ 21 -gt 300 ]]
4832026-08-07T23:37:18.835Z++ sleep 1
4842026-08-07T23:37:19.837Z++ retry=22
4852026-08-07T23:37:19.840Z+++ svcs -Hostate baseline
4862026-08-07T23:37:19.851Z++ [[ offline* != online ]]
4872026-08-07T23:37:19.851Z++ [[ 22 -gt 300 ]]
4882026-08-07T23:37:19.851Z++ sleep 1
4892026-08-07T23:37:20.854Z++ retry=23
4902026-08-07T23:37:20.857Z+++ svcs -Hostate baseline
4912026-08-07T23:37:20.868Z++ [[ offline* != online ]]
4922026-08-07T23:37:20.868Z++ [[ 23 -gt 300 ]]
4932026-08-07T23:37:20.868Z++ sleep 1
4942026-08-07T23:37:21.870Z++ retry=24
4952026-08-07T23:37:21.873Z+++ svcs -Hostate baseline
4962026-08-07T23:37:21.885Z++ [[ offline* != online ]]
4972026-08-07T23:37:21.885Z++ [[ 24 -gt 300 ]]
4982026-08-07T23:37:21.885Z++ sleep 1
4992026-08-07T23:37:22.887Z++ retry=25
5002026-08-07T23:37:22.890Z+++ svcs -Hostate baseline
5012026-08-07T23:37:22.901Z++ [[ offline* != online ]]
5022026-08-07T23:37:22.901Z++ [[ 25 -gt 300 ]]
5032026-08-07T23:37:22.901Z++ sleep 1
5042026-08-07T23:37:23.903Z++ retry=26
5052026-08-07T23:37:23.907Z+++ svcs -Hostate baseline
5062026-08-07T23:37:23.918Z++ [[ offline* != online ]]
5072026-08-07T23:37:23.918Z++ [[ 26 -gt 300 ]]
5082026-08-07T23:37:23.918Z++ sleep 1
5092026-08-07T23:37:24.920Z++ retry=27
5102026-08-07T23:37:24.923Z+++ svcs -Hostate baseline
5112026-08-07T23:37:24.934Z++ [[ offline* != online ]]
5122026-08-07T23:37:24.935Z++ [[ 27 -gt 300 ]]
5132026-08-07T23:37:24.935Z++ sleep 1
5142026-08-07T23:37:25.936Z++ retry=28
5152026-08-07T23:37:25.939Z+++ svcs -Hostate baseline
5162026-08-07T23:37:25.951Z++ [[ offline* != online ]]
5172026-08-07T23:37:25.951Z++ [[ 28 -gt 300 ]]
5182026-08-07T23:37:25.951Z++ sleep 1
5192026-08-07T23:37:26.953Z++ retry=29
5202026-08-07T23:37:26.956Z+++ svcs -Hostate baseline
5212026-08-07T23:37:26.968Z++ [[ offline* != online ]]
5222026-08-07T23:37:26.968Z++ [[ 29 -gt 300 ]]
5232026-08-07T23:37:26.968Z++ sleep 1
5242026-08-07T23:37:27.970Z++ retry=30
5252026-08-07T23:37:27.973Z+++ svcs -Hostate baseline
5262026-08-07T23:37:27.985Z++ [[ offline* != online ]]
5272026-08-07T23:37:27.985Z++ [[ 30 -gt 300 ]]
5282026-08-07T23:37:27.985Z++ sleep 1
5292026-08-07T23:37:28.987Z++ retry=31
5302026-08-07T23:37:28.990Z+++ svcs -Hostate baseline
5312026-08-07T23:37:29.002Z++ [[ offline* != online ]]
5322026-08-07T23:37:29.002Z++ [[ 31 -gt 300 ]]
5332026-08-07T23:37:29.002Z++ sleep 1
5342026-08-07T23:37:30.004Z++ retry=32
5352026-08-07T23:37:30.007Z+++ svcs -Hostate baseline
5362026-08-07T23:37:30.018Z++ [[ offline* != online ]]
5372026-08-07T23:37:30.018Z++ [[ 32 -gt 300 ]]
5382026-08-07T23:37:30.021Z++ sleep 1
5392026-08-07T23:37:31.021Z++ retry=33
5402026-08-07T23:37:31.024Z+++ svcs -Hostate baseline
5412026-08-07T23:37:31.035Z++ [[ offline* != online ]]
5422026-08-07T23:37:31.035Z++ [[ 33 -gt 300 ]]
5432026-08-07T23:37:31.035Z++ sleep 1
5442026-08-07T23:37:32.037Z++ retry=34
5452026-08-07T23:37:32.041Z+++ svcs -Hostate baseline
5462026-08-07T23:37:32.051Z++ [[ offline* != online ]]
5472026-08-07T23:37:32.051Z++ [[ 34 -gt 300 ]]
5482026-08-07T23:37:32.051Z++ sleep 1
5492026-08-07T23:37:33.053Z++ retry=35
5502026-08-07T23:37:33.056Z+++ svcs -Hostate baseline
5512026-08-07T23:37:33.068Z++ [[ offline* != online ]]
5522026-08-07T23:37:33.068Z++ [[ 35 -gt 300 ]]
5532026-08-07T23:37:33.068Z++ sleep 1
5542026-08-07T23:37:34.072Z++ retry=36
5552026-08-07T23:37:34.076Z+++ svcs -Hostate baseline
5562026-08-07T23:37:34.084Z++ [[ offline* != online ]]
5572026-08-07T23:37:34.084Z++ [[ 36 -gt 300 ]]
5582026-08-07T23:37:34.087Z++ sleep 1
5592026-08-07T23:37:35.086Z++ retry=37
5602026-08-07T23:37:35.089Z+++ svcs -Hostate baseline
5612026-08-07T23:37:35.101Z++ [[ offline* != online ]]
5622026-08-07T23:37:35.101Z++ [[ 37 -gt 300 ]]
5632026-08-07T23:37:35.101Z++ sleep 1
5642026-08-07T23:37:36.103Z++ retry=38
5652026-08-07T23:37:36.106Z+++ svcs -Hostate baseline
5662026-08-07T23:37:36.117Z++ [[ offline* != online ]]
5672026-08-07T23:37:36.117Z++ [[ 38 -gt 300 ]]
5682026-08-07T23:37:36.117Z++ sleep 1
5692026-08-07T23:37:37.119Z++ retry=39
5702026-08-07T23:37:37.122Z+++ svcs -Hostate baseline
5712026-08-07T23:37:37.134Z++ [[ offline* != online ]]
5722026-08-07T23:37:37.134Z++ [[ 39 -gt 300 ]]
5732026-08-07T23:37:37.134Z++ sleep 1
5742026-08-07T23:37:38.136Z++ retry=40
5752026-08-07T23:37:38.139Z+++ svcs -Hostate baseline
5762026-08-07T23:37:38.151Z++ [[ offline* != online ]]
5772026-08-07T23:37:38.151Z++ [[ 40 -gt 300 ]]
5782026-08-07T23:37:38.151Z++ sleep 1
5792026-08-07T23:37:39.153Z++ retry=41
5802026-08-07T23:37:39.156Z+++ svcs -Hostate baseline
5812026-08-07T23:37:39.168Z++ [[ offline* != online ]]
5822026-08-07T23:37:39.168Z++ [[ 41 -gt 300 ]]
5832026-08-07T23:37:39.168Z++ sleep 1
5842026-08-07T23:37:40.170Z++ retry=42
5852026-08-07T23:37:40.173Z+++ svcs -Hostate baseline
5862026-08-07T23:37:40.184Z++ [[ offline* != online ]]
5872026-08-07T23:37:40.184Z++ [[ 42 -gt 300 ]]
5882026-08-07T23:37:40.184Z++ sleep 1
5892026-08-07T23:37:41.186Z++ retry=43
5902026-08-07T23:37:41.189Z+++ svcs -Hostate baseline
5912026-08-07T23:37:41.202Z++ [[ offline* != online ]]
5922026-08-07T23:37:41.202Z++ [[ 43 -gt 300 ]]
5932026-08-07T23:37:41.202Z++ sleep 1
5942026-08-07T23:37:42.204Z++ retry=44
5952026-08-07T23:37:42.207Z+++ svcs -Hostate baseline
5962026-08-07T23:37:42.218Z++ [[ offline* != online ]]
5972026-08-07T23:37:42.218Z++ [[ 44 -gt 300 ]]
5982026-08-07T23:37:42.218Z++ sleep 1
5992026-08-07T23:37:43.220Z++ retry=45
6002026-08-07T23:37:43.223Z+++ svcs -Hostate baseline
6012026-08-07T23:37:43.236Z++ [[ offline* != online ]]
6022026-08-07T23:37:43.236Z++ [[ 45 -gt 300 ]]
6032026-08-07T23:37:43.236Z++ sleep 1
6042026-08-07T23:37:44.236Z++ retry=46
6052026-08-07T23:37:44.242Z+++ svcs -Hostate baseline
6062026-08-07T23:37:44.253Z++ [[ offline* != online ]]
6072026-08-07T23:37:44.253Z++ [[ 46 -gt 300 ]]
6082026-08-07T23:37:44.253Z++ sleep 1
6092026-08-07T23:37:45.253Z++ retry=47
6102026-08-07T23:37:45.256Z+++ svcs -Hostate baseline
6112026-08-07T23:37:45.268Z++ [[ offline* != online ]]
6122026-08-07T23:37:45.268Z++ [[ 47 -gt 300 ]]
6132026-08-07T23:37:45.268Z++ sleep 1
6142026-08-07T23:37:46.270Z++ retry=48
6152026-08-07T23:37:46.272Z+++ svcs -Hostate baseline
6162026-08-07T23:37:46.284Z++ [[ offline* != online ]]
6172026-08-07T23:37:46.284Z++ [[ 48 -gt 300 ]]
6182026-08-07T23:37:46.284Z++ sleep 1
6192026-08-07T23:37:47.286Z++ retry=49
6202026-08-07T23:37:47.289Z+++ svcs -Hostate baseline
6212026-08-07T23:37:47.301Z++ [[ offline* != online ]]
6222026-08-07T23:37:47.301Z++ [[ 49 -gt 300 ]]
6232026-08-07T23:37:47.301Z++ sleep 1
6242026-08-07T23:37:48.303Z++ retry=50
6252026-08-07T23:37:48.306Z+++ svcs -Hostate baseline
6262026-08-07T23:37:48.317Z++ [[ offline* != online ]]
6272026-08-07T23:37:48.317Z++ [[ 50 -gt 300 ]]
6282026-08-07T23:37:48.317Z++ sleep 1
6292026-08-07T23:37:49.319Z++ retry=51
6302026-08-07T23:37:49.322Z+++ svcs -Hostate baseline
6312026-08-07T23:37:49.334Z++ [[ offline* != online ]]
6322026-08-07T23:37:49.334Z++ [[ 51 -gt 300 ]]
6332026-08-07T23:37:49.334Z++ sleep 1
6342026-08-07T23:37:50.336Z++ retry=52
6352026-08-07T23:37:50.340Z+++ svcs -Hostate baseline
6362026-08-07T23:37:50.351Z++ [[ offline* != online ]]
6372026-08-07T23:37:50.351Z++ [[ 52 -gt 300 ]]
6382026-08-07T23:37:50.351Z++ sleep 1
6392026-08-07T23:37:51.353Z++ retry=53
6402026-08-07T23:37:51.356Z+++ svcs -Hostate baseline
6412026-08-07T23:37:51.367Z++ [[ offline* != online ]]
6422026-08-07T23:37:51.367Z++ [[ 53 -gt 300 ]]
6432026-08-07T23:37:51.367Z++ sleep 1
6442026-08-07T23:37:52.369Z++ retry=54
6452026-08-07T23:37:52.372Z+++ svcs -Hostate baseline
6462026-08-07T23:37:52.384Z++ [[ offline* != online ]]
6472026-08-07T23:37:52.384Z++ [[ 54 -gt 300 ]]
6482026-08-07T23:37:52.384Z++ sleep 1
6492026-08-07T23:37:53.386Z++ retry=55
6502026-08-07T23:37:53.389Z+++ svcs -Hostate baseline
6512026-08-07T23:37:53.401Z++ [[ offline* != online ]]
6522026-08-07T23:37:53.401Z++ [[ 55 -gt 300 ]]
6532026-08-07T23:37:53.401Z++ sleep 1
6542026-08-07T23:37:54.403Z++ retry=56
6552026-08-07T23:37:54.406Z+++ svcs -Hostate baseline
6562026-08-07T23:37:54.418Z++ [[ offline* != online ]]
6572026-08-07T23:37:54.419Z++ [[ 56 -gt 300 ]]
6582026-08-07T23:37:54.419Z++ sleep 1
6592026-08-07T23:37:55.421Z++ retry=57
6602026-08-07T23:37:55.424Z+++ svcs -Hostate baseline
6612026-08-07T23:37:55.435Z++ [[ offline* != online ]]
6622026-08-07T23:37:55.435Z++ [[ 57 -gt 300 ]]
6632026-08-07T23:37:55.435Z++ sleep 1
6642026-08-07T23:37:56.438Z++ retry=58
6652026-08-07T23:37:56.442Z+++ svcs -Hostate baseline
6662026-08-07T23:37:56.452Z++ [[ offline* != online ]]
6672026-08-07T23:37:56.452Z++ [[ 58 -gt 300 ]]
6682026-08-07T23:37:56.452Z++ sleep 1
6692026-08-07T23:37:57.454Z++ retry=59
6702026-08-07T23:37:57.457Z+++ svcs -Hostate baseline
6712026-08-07T23:37:57.471Z++ [[ offline* != online ]]
6722026-08-07T23:37:57.471Z++ [[ 59 -gt 300 ]]
6732026-08-07T23:37:57.471Z++ sleep 1
6742026-08-07T23:37:58.470Z++ retry=60
6752026-08-07T23:37:58.474Z+++ svcs -Hostate baseline
6762026-08-07T23:37:58.485Z++ [[ offline* != online ]]
6772026-08-07T23:37:58.486Z++ [[ 60 -gt 300 ]]
6782026-08-07T23:37:58.486Z++ sleep 1
6792026-08-07T23:37:59.488Z++ retry=61
6802026-08-07T23:37:59.491Z+++ svcs -Hostate baseline
6812026-08-07T23:37:59.504Z++ [[ offline* != online ]]
6822026-08-07T23:37:59.504Z++ [[ 61 -gt 300 ]]
6832026-08-07T23:37:59.504Z++ sleep 1
6842026-08-07T23:38:00.505Z++ retry=62
6852026-08-07T23:38:00.509Z+++ svcs -Hostate baseline
6862026-08-07T23:38:00.520Z++ [[ offline* != online ]]
6872026-08-07T23:38:00.520Z++ [[ 62 -gt 300 ]]
6882026-08-07T23:38:00.520Z++ sleep 1
6892026-08-07T23:38:01.524Z++ retry=63
6902026-08-07T23:38:01.527Z+++ svcs -Hostate baseline
6912026-08-07T23:38:01.536Z++ [[ offline* != online ]]
6922026-08-07T23:38:01.537Z++ [[ 63 -gt 300 ]]
6932026-08-07T23:38:01.537Z++ sleep 1
6942026-08-07T23:38:02.539Z++ retry=64
6952026-08-07T23:38:02.542Z+++ svcs -Hostate baseline
6962026-08-07T23:38:02.553Z++ [[ offline* != online ]]
6972026-08-07T23:38:02.553Z++ [[ 64 -gt 300 ]]
6982026-08-07T23:38:02.553Z++ sleep 1
6992026-08-07T23:38:03.555Z++ retry=65
7002026-08-07T23:38:03.558Z+++ svcs -Hostate baseline
7012026-08-07T23:38:03.570Z++ [[ offline* != online ]]
7022026-08-07T23:38:03.570Z++ [[ 65 -gt 300 ]]
7032026-08-07T23:38:03.570Z++ sleep 1
7042026-08-07T23:38:04.571Z++ retry=66
7052026-08-07T23:38:04.574Z+++ svcs -Hostate baseline
7062026-08-07T23:38:04.586Z++ [[ offline* != online ]]
7072026-08-07T23:38:04.586Z++ [[ 66 -gt 300 ]]
7082026-08-07T23:38:04.586Z++ sleep 1
7092026-08-07T23:38:05.588Z++ retry=67
7102026-08-07T23:38:05.591Z+++ svcs -Hostate baseline
7112026-08-07T23:38:05.602Z++ [[ offline* != online ]]
7122026-08-07T23:38:05.603Z++ [[ 67 -gt 300 ]]
7132026-08-07T23:38:05.603Z++ sleep 1
7142026-08-07T23:38:06.605Z++ retry=68
7152026-08-07T23:38:06.608Z+++ svcs -Hostate baseline
7162026-08-07T23:38:06.620Z++ [[ offline* != online ]]
7172026-08-07T23:38:06.620Z++ [[ 68 -gt 300 ]]
7182026-08-07T23:38:06.620Z++ sleep 1
7192026-08-07T23:38:07.622Z++ retry=69
7202026-08-07T23:38:07.625Z+++ svcs -Hostate baseline
7212026-08-07T23:38:07.637Z++ [[ offline* != online ]]
7222026-08-07T23:38:07.637Z++ [[ 69 -gt 300 ]]
7232026-08-07T23:38:07.637Z++ sleep 1
7242026-08-07T23:38:08.639Z++ retry=70
7252026-08-07T23:38:08.642Z+++ svcs -Hostate baseline
7262026-08-07T23:38:08.654Z++ [[ offline* != online ]]
7272026-08-07T23:38:08.654Z++ [[ 70 -gt 300 ]]
7282026-08-07T23:38:08.654Z++ sleep 1
7292026-08-07T23:38:09.656Z++ retry=71
7302026-08-07T23:38:09.659Z+++ svcs -Hostate baseline
7312026-08-07T23:38:09.670Z++ [[ offline* != online ]]
7322026-08-07T23:38:09.670Z++ [[ 71 -gt 300 ]]
7332026-08-07T23:38:09.670Z++ sleep 1
7342026-08-07T23:38:10.672Z++ retry=72
7352026-08-07T23:38:10.675Z+++ svcs -Hostate baseline
7362026-08-07T23:38:10.687Z++ [[ offline* != online ]]
7372026-08-07T23:38:10.687Z++ [[ 72 -gt 300 ]]
7382026-08-07T23:38:10.687Z++ sleep 1
7392026-08-07T23:38:11.691Z++ retry=73
7402026-08-07T23:38:11.696Z+++ svcs -Hostate baseline
7412026-08-07T23:38:11.704Z++ [[ offline* != online ]]
7422026-08-07T23:38:11.704Z++ [[ 73 -gt 300 ]]
7432026-08-07T23:38:11.704Z++ sleep 1
7442026-08-07T23:38:12.706Z++ retry=74
7452026-08-07T23:38:12.709Z+++ svcs -Hostate baseline
7462026-08-07T23:38:12.720Z++ [[ offline* != online ]]
7472026-08-07T23:38:12.721Z++ [[ 74 -gt 300 ]]
7482026-08-07T23:38:12.721Z++ sleep 1
7492026-08-07T23:38:13.723Z++ retry=75
7502026-08-07T23:38:13.726Z+++ svcs -Hostate baseline
7512026-08-07T23:38:13.739Z++ [[ offline* != online ]]
7522026-08-07T23:38:13.739Z++ [[ 75 -gt 300 ]]
7532026-08-07T23:38:13.739Z++ sleep 1
7542026-08-07T23:38:14.741Z++ retry=76
7552026-08-07T23:38:14.744Z+++ svcs -Hostate baseline
7562026-08-07T23:38:14.754Z++ [[ offline* != online ]]
7572026-08-07T23:38:14.754Z++ [[ 76 -gt 300 ]]
7582026-08-07T23:38:14.754Z++ sleep 1
7592026-08-07T23:38:15.756Z++ retry=77
7602026-08-07T23:38:15.759Z+++ svcs -Hostate baseline
7612026-08-07T23:38:15.775Z++ [[ offline* != online ]]
7622026-08-07T23:38:15.775Z++ [[ 77 -gt 300 ]]
7632026-08-07T23:38:15.775Z++ sleep 1
7642026-08-07T23:38:16.773Z++ retry=78
7652026-08-07T23:38:16.775Z+++ svcs -Hostate baseline
7662026-08-07T23:38:16.787Z++ [[ offline* != online ]]
7672026-08-07T23:38:16.787Z++ [[ 78 -gt 300 ]]
7682026-08-07T23:38:16.787Z++ sleep 1
7692026-08-07T23:38:17.789Z++ retry=79
7702026-08-07T23:38:17.792Z+++ svcs -Hostate baseline
7712026-08-07T23:38:17.804Z++ [[ offline* != online ]]
7722026-08-07T23:38:17.804Z++ [[ 79 -gt 300 ]]
7732026-08-07T23:38:17.804Z++ sleep 1
7742026-08-07T23:38:18.806Z++ retry=80
7752026-08-07T23:38:18.809Z+++ svcs -Hostate baseline
7762026-08-07T23:38:18.821Z++ [[ offline* != online ]]
7772026-08-07T23:38:18.821Z++ [[ 80 -gt 300 ]]
7782026-08-07T23:38:18.822Z++ sleep 1
7792026-08-07T23:38:19.824Z++ retry=81
7802026-08-07T23:38:19.827Z+++ svcs -Hostate baseline
7812026-08-07T23:38:19.838Z++ [[ offline* != online ]]
7822026-08-07T23:38:19.838Z++ [[ 81 -gt 300 ]]
7832026-08-07T23:38:19.838Z++ sleep 1
7842026-08-07T23:38:20.840Z++ retry=82
7852026-08-07T23:38:20.843Z+++ svcs -Hostate baseline
7862026-08-07T23:38:20.855Z++ [[ offline* != online ]]
7872026-08-07T23:38:20.855Z++ [[ 82 -gt 300 ]]
7882026-08-07T23:38:20.855Z++ sleep 1
7892026-08-07T23:38:21.859Z++ retry=83
7902026-08-07T23:38:21.864Z+++ svcs -Hostate baseline
7912026-08-07T23:38:21.874Z++ [[ offline* != online ]]
7922026-08-07T23:38:21.874Z++ [[ 83 -gt 300 ]]
7932026-08-07T23:38:21.874Z++ sleep 1
7942026-08-07T23:38:22.874Z++ retry=84
7952026-08-07T23:38:22.877Z+++ svcs -Hostate baseline
7962026-08-07T23:38:22.888Z++ [[ offline* != online ]]
7972026-08-07T23:38:22.888Z++ [[ 84 -gt 300 ]]
7982026-08-07T23:38:22.891Z++ sleep 1
7992026-08-07T23:38:23.892Z++ retry=85
8002026-08-07T23:38:23.895Z+++ svcs -Hostate baseline
8012026-08-07T23:38:23.905Z++ [[ offline* != online ]]
8022026-08-07T23:38:23.905Z++ [[ 85 -gt 300 ]]
8032026-08-07T23:38:23.905Z++ sleep 1
8042026-08-07T23:38:24.909Z++ retry=86
8052026-08-07T23:38:24.911Z+++ svcs -Hostate baseline
8062026-08-07T23:38:24.922Z++ [[ offline* != online ]]
8072026-08-07T23:38:24.922Z++ [[ 86 -gt 300 ]]
8082026-08-07T23:38:24.922Z++ sleep 1
8092026-08-07T23:38:25.924Z++ retry=87
8102026-08-07T23:38:25.927Z+++ svcs -Hostate baseline
8112026-08-07T23:38:25.941Z++ [[ offline* != online ]]
8122026-08-07T23:38:25.941Z++ [[ 87 -gt 300 ]]
8132026-08-07T23:38:25.941Z++ sleep 1
8142026-08-07T23:38:26.940Z++ retry=88
8152026-08-07T23:38:26.946Z+++ svcs -Hostate baseline
8162026-08-07T23:38:26.955Z++ [[ offline* != online ]]
8172026-08-07T23:38:26.955Z++ [[ 88 -gt 300 ]]
8182026-08-07T23:38:26.955Z++ sleep 1
8192026-08-07T23:38:27.958Z++ retry=89
8202026-08-07T23:38:27.961Z+++ svcs -Hostate baseline
8212026-08-07T23:38:27.972Z++ [[ offline* != online ]]
8222026-08-07T23:38:27.972Z++ [[ 89 -gt 300 ]]
8232026-08-07T23:38:27.972Z++ sleep 1
8242026-08-07T23:38:28.974Z++ retry=90
8252026-08-07T23:38:28.977Z+++ svcs -Hostate baseline
8262026-08-07T23:38:28.988Z++ [[ offline* != online ]]
8272026-08-07T23:38:28.988Z++ [[ 90 -gt 300 ]]
8282026-08-07T23:38:28.988Z++ sleep 1
8292026-08-07T23:38:29.990Z++ retry=91
8302026-08-07T23:38:29.993Z+++ svcs -Hostate baseline
8312026-08-07T23:38:30.005Z++ [[ offline* != online ]]
8322026-08-07T23:38:30.005Z++ [[ 91 -gt 300 ]]
8332026-08-07T23:38:30.005Z++ sleep 1
8342026-08-07T23:38:31.007Z++ retry=92
8352026-08-07T23:38:31.026Z+++ svcs -Hostate baseline
8362026-08-07T23:38:31.026Z++ [[ offline* != online ]]
8372026-08-07T23:38:31.026Z++ [[ 92 -gt 300 ]]
8382026-08-07T23:38:31.026Z++ sleep 1
8392026-08-07T23:38:32.024Z++ retry=93
8402026-08-07T23:38:32.027Z+++ svcs -Hostate baseline
8412026-08-07T23:38:32.039Z++ [[ offline* != online ]]
8422026-08-07T23:38:32.039Z++ [[ 93 -gt 300 ]]
8432026-08-07T23:38:32.039Z++ sleep 1
8442026-08-07T23:38:33.040Z++ retry=94
8452026-08-07T23:38:33.044Z+++ svcs -Hostate baseline
8462026-08-07T23:38:33.055Z++ [[ offline* != online ]]
8472026-08-07T23:38:33.055Z++ [[ 94 -gt 300 ]]
8482026-08-07T23:38:33.055Z++ sleep 1
8492026-08-07T23:38:34.057Z++ retry=95
8502026-08-07T23:38:34.060Z+++ svcs -Hostate baseline
8512026-08-07T23:38:34.071Z++ [[ offline* != online ]]
8522026-08-07T23:38:34.071Z++ [[ 95 -gt 300 ]]
8532026-08-07T23:38:34.071Z++ sleep 1
8542026-08-07T23:38:35.074Z++ retry=96
8552026-08-07T23:38:35.077Z+++ svcs -Hostate baseline
8562026-08-07T23:38:35.087Z++ [[ offline* != online ]]
8572026-08-07T23:38:35.087Z++ [[ 96 -gt 300 ]]
8582026-08-07T23:38:35.087Z++ sleep 1
8592026-08-07T23:38:36.089Z++ retry=97
8602026-08-07T23:38:36.092Z+++ svcs -Hostate baseline
8612026-08-07T23:38:36.104Z++ [[ offline* != online ]]
8622026-08-07T23:38:36.104Z++ [[ 97 -gt 300 ]]
8632026-08-07T23:38:36.104Z++ sleep 1
8642026-08-07T23:38:37.107Z++ retry=98
8652026-08-07T23:38:37.110Z+++ svcs -Hostate baseline
8662026-08-07T23:38:37.120Z++ [[ offline* != online ]]
8672026-08-07T23:38:37.121Z++ [[ 98 -gt 300 ]]
8682026-08-07T23:38:37.121Z++ sleep 1
8692026-08-07T23:38:38.123Z++ retry=99
8702026-08-07T23:38:38.126Z+++ svcs -Hostate baseline
8712026-08-07T23:38:38.138Z++ [[ offline* != online ]]
8722026-08-07T23:38:38.138Z++ [[ 99 -gt 300 ]]
8732026-08-07T23:38:38.140Z++ sleep 1
8742026-08-07T23:38:39.139Z++ retry=100
8752026-08-07T23:38:39.143Z+++ svcs -Hostate baseline
8762026-08-07T23:38:39.154Z++ [[ offline* != online ]]
8772026-08-07T23:38:39.154Z++ [[ 100 -gt 300 ]]
8782026-08-07T23:38:39.154Z++ sleep 1
8792026-08-07T23:38:40.156Z++ retry=101
8802026-08-07T23:38:40.160Z+++ svcs -Hostate baseline
8812026-08-07T23:38:40.171Z++ [[ offline* != online ]]
8822026-08-07T23:38:40.171Z++ [[ 101 -gt 300 ]]
8832026-08-07T23:38:40.171Z++ sleep 1
8842026-08-07T23:38:41.172Z++ retry=102
8852026-08-07T23:38:41.175Z+++ svcs -Hostate baseline
8862026-08-07T23:38:41.187Z++ [[ offline* != online ]]
8872026-08-07T23:38:41.187Z++ [[ 102 -gt 300 ]]
8882026-08-07T23:38:41.187Z++ sleep 1
8892026-08-07T23:38:42.189Z++ retry=103
8902026-08-07T23:38:42.191Z+++ svcs -Hostate baseline
8912026-08-07T23:38:42.203Z++ [[ offline* != online ]]
8922026-08-07T23:38:42.205Z++ [[ 103 -gt 300 ]]
8932026-08-07T23:38:42.206Z++ sleep 1
8942026-08-07T23:38:43.205Z++ retry=104
8952026-08-07T23:38:43.207Z+++ svcs -Hostate baseline
8962026-08-07T23:38:43.219Z++ [[ offline* != online ]]
8972026-08-07T23:38:43.219Z++ [[ 104 -gt 300 ]]
8982026-08-07T23:38:43.219Z++ sleep 1
8992026-08-07T23:38:44.221Z++ retry=105
9002026-08-07T23:38:44.224Z+++ svcs -Hostate baseline
9012026-08-07T23:38:44.235Z++ [[ offline* != online ]]
9022026-08-07T23:38:44.236Z++ [[ 105 -gt 300 ]]
9032026-08-07T23:38:44.236Z++ sleep 1
9042026-08-07T23:38:45.238Z++ retry=106
9052026-08-07T23:38:45.241Z+++ svcs -Hostate baseline
9062026-08-07T23:38:45.252Z++ [[ offline* != online ]]
9072026-08-07T23:38:45.252Z++ [[ 106 -gt 300 ]]
9082026-08-07T23:38:45.252Z++ sleep 1
9092026-08-07T23:38:46.254Z++ retry=107
9102026-08-07T23:38:46.257Z+++ svcs -Hostate baseline
9112026-08-07T23:38:46.268Z++ [[ offline* != online ]]
9122026-08-07T23:38:46.268Z++ [[ 107 -gt 300 ]]
9132026-08-07T23:38:46.268Z++ sleep 1
9142026-08-07T23:38:47.270Z++ retry=108
9152026-08-07T23:38:47.273Z+++ svcs -Hostate baseline
9162026-08-07T23:38:47.285Z++ [[ online != online ]]
9172026-08-07T23:38:47.287Z++ set -o errexit
9182026-08-07T23:38:47.287Z++ set -o pipefail
9192026-08-07T23:38:47.288Z++ banner build
9202026-08-07T23:38:47.288Z
9212026-08-07T23:38:47.288Z ##### # # # # #####
9222026-08-07T23:38:47.288Z # # # # # # # #
9232026-08-07T23:38:47.288Z ##### # # # # # #
9242026-08-07T23:38:47.288Z # # # # # # # #
9252026-08-07T23:38:47.288Z # # # # # # # #
9262026-08-07T23:38:47.288Z ##### #### # ###### #####
9272026-08-07T23:38:47.288Z
9282026-08-07T23:38:47.288Z++ cargo build --release --bin ddmd --bin ddmadm
9292026-08-07T23:38:47.292Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
9302026-08-07T23:38:47.438Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
9312026-08-07T23:38:47.441Zinfo: downloading 6 components
9322026-08-07T23:39:03.565Z Updating git repository `https://github.com/oxidecomputer/falcon`
9332026-08-07T23:39:03.836ZFrom https://github.com/oxidecomputer/falcon
9342026-08-07T23:39:03.836Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9352026-08-07T23:39:03.910Z Updating crates.io index
9362026-08-07T23:39:03.919Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9372026-08-07T23:39:04.371ZFrom https://github.com/oxidecomputer/dendrite
9382026-08-07T23:39:04.371Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
9392026-08-07T23:39:04.392Z Updating git repository `https://github.com/oxidecomputer/ispf`
9402026-08-07T23:39:04.711ZFrom https://github.com/oxidecomputer/ispf
9412026-08-07T23:39:04.712Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9422026-08-07T23:39:04.722Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9432026-08-07T23:39:05.134ZFrom https://github.com/oxidecomputer/netadm-sys
9442026-08-07T23:39:05.134Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
9452026-08-07T23:39:05.142Z Updating git repository `https://github.com/oxidecomputer/omicron`
9462026-08-07T23:39:11.004ZFrom https://github.com/oxidecomputer/omicron
9472026-08-07T23:39:11.004Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9482026-08-07T23:39:11.430Z Updating git repository `https://github.com/oxidecomputer/opte`
9492026-08-07T23:39:12.201ZFrom https://github.com/oxidecomputer/opte
9502026-08-07T23:39:12.201Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
9512026-08-07T23:39:12.230Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9522026-08-07T23:39:12.519ZFrom https://github.com/oxidecomputer/slog-error-chain
9532026-08-07T23:39:12.519Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9542026-08-07T23:39:12.528Z Updating git repository `https://github.com/illumos/smf-rs`
9552026-08-07T23:39:12.834ZFrom https://github.com/illumos/smf-rs
9562026-08-07T23:39:12.834Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9572026-08-07T23:39:12.841Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9582026-08-07T23:39:13.159ZFrom https://github.com/oxidecomputer/network-interface
9592026-08-07T23:39:13.159Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9602026-08-07T23:39:13.165Z Updating git repository `https://github.com/oxidecomputer/zone`
9612026-08-07T23:39:13.497ZFrom https://github.com/oxidecomputer/zone
9622026-08-07T23:39:13.497Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9632026-08-07T23:39:13.502Z Updating git repository `https://github.com/oxidecomputer/propolis`
9642026-08-07T23:39:14.200ZFrom https://github.com/oxidecomputer/propolis
9652026-08-07T23:39:14.200Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9662026-08-07T23:39:14.242Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9672026-08-07T23:39:14.796ZFrom https://github.com/oxidecomputer/transceiver-control
9682026-08-07T23:39:14.796Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9692026-08-07T23:39:14.803Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9702026-08-07T23:39:15.196ZFrom https://github.com/oxidecomputer/dlpi-sys
9712026-08-07T23:39:15.196Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9722026-08-07T23:39:15.201Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9732026-08-07T23:39:15.546ZFrom https://github.com/jmesmon/rust-libzfs
9742026-08-07T23:39:15.546Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9752026-08-07T23:39:15.554Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9762026-08-07T23:39:15.893ZFrom https://github.com/oxidecomputer/rusty-doors
9772026-08-07T23:39:15.893Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9782026-08-07T23:39:15.899Z Updating git repository `https://github.com/oxidecomputer/lldp`
9792026-08-07T23:39:16.311ZFrom https://github.com/oxidecomputer/lldp
9802026-08-07T23:39:16.311Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9812026-08-07T23:39:16.314Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9822026-08-07T23:39:16.694ZFrom https://github.com/oxidecomputer/tufaceous
9832026-08-07T23:39:16.694Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9842026-08-07T23:39:16.704Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9852026-08-07T23:39:17.239ZFrom https://github.com/oxidecomputer/management-gateway-service
9862026-08-07T23:39:17.239Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9872026-08-07T23:39:17.254Z Updating git repository `https://github.com/oxidecomputer/crucible`
9882026-08-07T23:39:18.092ZFrom https://github.com/oxidecomputer/crucible
9892026-08-07T23:39:18.092Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9902026-08-07T23:39:18.135Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9912026-08-07T23:39:18.444ZFrom https://github.com/oxidecomputer/serde_human_bytes
9922026-08-07T23:39:18.444Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9932026-08-07T23:39:18.459Z Updating git repository `https://github.com/oxidecomputer/propolis`
9942026-08-07T23:39:18.992ZFrom https://github.com/oxidecomputer/propolis
9952026-08-07T23:39:18.992Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9962026-08-07T23:39:19.036Z Updating git repository `https://github.com/oxidecomputer/crucible`
9972026-08-07T23:39:19.618ZFrom https://github.com/oxidecomputer/crucible
9982026-08-07T23:39:19.618Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9992026-08-07T23:39:19.684Z Updating git repository `https://github.com/oxidecomputer/tofino`
10002026-08-07T23:39:20.084ZFrom https://github.com/oxidecomputer/tofino
10012026-08-07T23:39:20.084Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10022026-08-07T23:39:20.095Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10032026-08-07T23:39:21.209ZFrom https://github.com/oxidecomputer/maghemite
10042026-08-07T23:39:21.209Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10052026-08-07T23:39:21.240Z Updating git repository `https://github.com/oxidecomputer/clickward`
10062026-08-07T23:39:21.584ZFrom https://github.com/oxidecomputer/clickward
10072026-08-07T23:39:21.584Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10082026-08-07T23:39:21.590Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10092026-08-07T23:39:22.170ZFrom https://github.com/oxidecomputer/illumos-devinfo
10102026-08-07T23:39:22.170Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10112026-08-07T23:39:24.440Z Downloading crates ...
10122026-08-07T23:39:24.494Z Downloaded adler2 v2.0.1
10132026-08-07T23:39:24.497Z Downloaded base16ct v1.0.0
10142026-08-07T23:39:24.497Z Downloaded bitflags v1.3.2
10152026-08-07T23:39:24.500Z Downloaded bs58 v0.5.1
10162026-08-07T23:39:24.500Z Downloaded ciborium-ll v0.2.2
10172026-08-07T23:39:24.503Z Downloaded const-random-macro v0.1.16
10182026-08-07T23:39:24.505Z Downloaded blake2 v0.10.6
10192026-08-07T23:39:24.508Z Downloaded base64 v0.22.1
10202026-08-07T23:39:24.509Z Downloaded crc32fast v1.5.0
10212026-08-07T23:39:24.514Z Downloaded async-stream-impl v0.3.6
10222026-08-07T23:39:24.518Z Downloaded atomicwrites v0.4.4
10232026-08-07T23:39:24.521Z Downloaded konst_macro_rules v0.2.19
10242026-08-07T23:39:24.521Z Downloaded anstyle v1.0.14
10252026-08-07T23:39:24.524Z Downloaded anstyle-parse v1.0.0
10262026-08-07T23:39:24.524Z Downloaded chacha20 v0.9.1
10272026-08-07T23:39:24.524Z Downloaded cfg_aliases v0.2.1
10282026-08-07T23:39:24.526Z Downloaded is-terminal v0.4.17
10292026-08-07T23:39:24.526Z Downloaded hybrid-array v0.4.12
10302026-08-07T23:39:24.526Z Downloaded ingot v0.1.1
10312026-08-07T23:39:24.531Z Downloaded jobserver v0.1.34
10322026-08-07T23:39:24.531Z Downloaded atomic-waker v1.1.2
10332026-08-07T23:39:24.531Z Downloaded ingot-macros v0.2.0
10342026-08-07T23:39:24.533Z Downloaded anstyle-query v1.1.5
10352026-08-07T23:39:24.533Z Downloaded block-buffer v0.10.4
10362026-08-07T23:39:24.533Z Downloaded libscf-sys v1.2.0
10372026-08-07T23:39:24.536Z Downloaded lru-cache v0.1.2
10382026-08-07T23:39:24.536Z Downloaded omicron-workspace-hack v0.1.0
10392026-08-07T23:39:24.536Z Downloaded aho-corasick v1.1.4
10402026-08-07T23:39:24.539Z Downloaded memoffset v0.9.1
10412026-08-07T23:39:24.539Z Downloaded num-derive v0.4.2
10422026-08-07T23:39:24.542Z Downloaded macaddr v1.0.1
10432026-08-07T23:39:24.542Z Downloaded byte-wrapper v0.1.0
10442026-08-07T23:39:24.544Z Downloaded num_enum_derive v0.7.6
10452026-08-07T23:39:24.544Z Downloaded darling v0.23.0
10462026-08-07T23:39:24.548Z Downloaded humantime v2.3.0
10472026-08-07T23:39:24.548Z Downloaded crc8 v0.1.1
10482026-08-07T23:39:24.550Z Downloaded ident_case v1.0.1
10492026-08-07T23:39:24.550Z Downloaded idna_adapter v1.2.2
10502026-08-07T23:39:24.551Z Downloaded is_terminal_polyfill v1.70.2
10512026-08-07T23:39:24.555Z Downloaded ingot-types v0.1.2
10522026-08-07T23:39:24.561Z Downloaded argon2 v0.5.3
10532026-08-07T23:39:24.561Z Downloaded crucible-workspace-hack v0.1.0
10542026-08-07T23:39:24.561Z Downloaded cstr-argument v0.1.2
10552026-08-07T23:39:24.561Z Downloaded crypto-common v0.2.2
10562026-08-07T23:39:24.561Z Downloaded curve25519-dalek-derive v0.1.1
10572026-08-07T23:39:24.565Z Downloaded ciborium-io v0.2.2
10582026-08-07T23:39:24.565Z Downloaded bit-set v0.8.0
10592026-08-07T23:39:24.565Z Downloaded camino v1.2.5
10602026-08-07T23:39:24.565Z Downloaded base64ct v1.8.3
10612026-08-07T23:39:24.568Z Downloaded byteorder v1.5.0
10622026-08-07T23:39:24.568Z Downloaded const-random v0.1.18
10632026-08-07T23:39:24.571Z Downloaded hyper-rustls v0.27.9
10642026-08-07T23:39:24.575Z Downloaded hubpack_derive v0.1.1
10652026-08-07T23:39:24.575Z Downloaded cpufeatures v0.3.0
10662026-08-07T23:39:24.577Z Downloaded itoa v1.0.18
10672026-08-07T23:39:24.577Z Downloaded crunchy v0.2.4
10682026-08-07T23:39:24.577Z Downloaded ingot v0.2.1
10692026-08-07T23:39:24.577Z Downloaded keccak v0.1.6
10702026-08-07T23:39:24.581Z Downloaded aead v0.5.2
10712026-08-07T23:39:24.583Z Downloaded clap_lex v1.1.0
10722026-08-07T23:39:24.583Z Downloaded same-file v1.0.6
10732026-08-07T23:39:24.586Z Downloaded itertools v0.12.1
10742026-08-07T23:39:24.589Z Downloaded semver v0.1.20
10752026-08-07T23:39:24.591Z Downloaded instant v0.1.13
10762026-08-07T23:39:24.592Z Downloaded bit-vec v0.8.0
10772026-08-07T23:39:24.594Z Downloaded inout v0.1.4
10782026-08-07T23:39:24.594Z Downloaded natord v1.0.9
10792026-08-07T23:39:24.594Z Downloaded num-conv v0.2.2
10802026-08-07T23:39:24.594Z Downloaded ahash v0.8.12
10812026-08-07T23:39:24.597Z Downloaded cobs v0.3.0
10822026-08-07T23:39:24.597Z Downloaded backoff v0.4.0
10832026-08-07T23:39:24.600Z Downloaded critical-section v1.2.0
10842026-08-07T23:39:24.600Z Downloaded csv-core v0.1.13
10852026-08-07T23:39:24.600Z Downloaded async-recursion v1.1.1
10862026-08-07T23:39:24.603Z Downloaded serde_spanned v1.1.1
10872026-08-07T23:39:24.603Z Downloaded block-buffer v0.12.0
10882026-08-07T23:39:24.603Z Downloaded hubpack v0.1.2
10892026-08-07T23:39:24.605Z Downloaded supports-color v3.0.2
10902026-08-07T23:39:24.606Z Downloaded base16ct v0.2.0
10912026-08-07T23:39:24.606Z Downloaded indent_write v2.2.0
10922026-08-07T23:39:24.609Z Downloaded is_ci v1.2.0
10932026-08-07T23:39:24.609Z Downloaded num-iter v0.1.45
10942026-08-07T23:39:24.609Z Downloaded olpc-cjson v0.1.4
10952026-08-07T23:39:24.609Z Downloaded clap_derive v4.6.4
10962026-08-07T23:39:24.611Z Downloaded crossbeam-epoch v0.9.18
10972026-08-07T23:39:24.611Z Downloaded newtype-uuid-macros v0.1.0
10982026-08-07T23:39:24.611Z Downloaded newtype_derive v0.1.6
10992026-08-07T23:39:24.614Z Downloaded httpdate v1.0.3
11002026-08-07T23:39:24.614Z Downloaded cfg-if v1.0.4
11012026-08-07T23:39:24.614Z Downloaded colorchoice v1.0.5
11022026-08-07T23:39:24.614Z Downloaded compression-core v0.4.32
11032026-08-07T23:39:24.617Z Downloaded convert_case v0.4.0
11042026-08-07T23:39:24.617Z Downloaded lazy_static v1.5.0
11052026-08-07T23:39:24.617Z Downloaded newline-converter v0.3.0
11062026-08-07T23:39:24.617Z Downloaded no-std-compat v0.4.1
11072026-08-07T23:39:24.620Z Downloaded num_threads v0.1.7
11082026-08-07T23:39:24.623Z Downloaded ipnetwork v0.21.1
11092026-08-07T23:39:24.626Z Downloaded crypto-common v0.1.7
11102026-08-07T23:39:24.626Z Downloaded cpufeatures v0.2.17
11112026-08-07T23:39:24.626Z Downloaded thread-id v4.2.2
11122026-08-07T23:39:24.630Z Downloaded memchr v2.8.1
11132026-08-07T23:39:24.633Z Downloaded tabled_derive v0.7.0
11142026-08-07T23:39:24.636Z Downloaded tower-layer v0.3.3
11152026-08-07T23:39:24.638Z Downloaded tokio-macros v2.7.0
11162026-08-07T23:39:24.641Z Downloaded cmake v0.1.58
11172026-08-07T23:39:24.641Z Downloaded lru-slab v0.1.2
11182026-08-07T23:39:24.644Z Downloaded num v0.4.3
11192026-08-07T23:39:24.644Z Downloaded const_format_proc_macros v0.2.34
11202026-08-07T23:39:24.647Z Downloaded serde_path_to_error v0.1.20
11212026-08-07T23:39:24.647Z Downloaded bytecount v0.6.9
11222026-08-07T23:39:24.650Z Downloaded daft-derive v0.1.7
11232026-08-07T23:39:24.652Z Downloaded linked-hash-map v0.5.6
11242026-08-07T23:39:24.652Z Downloaded match_cfg v0.1.0
11252026-08-07T23:39:24.652Z Downloaded structmeta v0.3.0
11262026-08-07T23:39:24.652Z Downloaded managed v0.8.0
11272026-08-07T23:39:24.652Z Downloaded usdt v0.6.0
11282026-08-07T23:39:24.652Z Downloaded memmap v0.7.0
11292026-08-07T23:39:24.656Z Downloaded allocator-api2 v0.2.21
11302026-08-07T23:39:24.656Z Downloaded backon v1.6.0
11312026-08-07T23:39:24.659Z Downloaded cancel-safe-futures v0.1.5
11322026-08-07T23:39:24.659Z Downloaded console v0.15.11
11332026-08-07T23:39:24.662Z Downloaded time-core v0.1.8
11342026-08-07T23:39:24.662Z Downloaded camino-tempfile v1.4.1
11352026-08-07T23:39:24.662Z Downloaded terminal_size v0.4.4
11362026-08-07T23:39:24.662Z Downloaded strsim v0.11.1
11372026-08-07T23:39:24.666Z Downloaded termtree v0.5.1
11382026-08-07T23:39:24.666Z Downloaded toml_datetime v0.6.11
11392026-08-07T23:39:24.666Z Downloaded utf8_iter v1.0.4
11402026-08-07T23:39:24.667Z Downloaded ciborium v0.2.2
11412026-08-07T23:39:24.670Z Downloaded smawk v0.3.2
11422026-08-07T23:39:24.670Z Downloaded ipnet v2.12.0
11432026-08-07T23:39:24.670Z Downloaded num_enum v0.7.6
11442026-08-07T23:39:24.672Z Downloaded typeid v1.0.3
11452026-08-07T23:39:24.672Z Downloaded usdt-attr-macro v0.5.0
11462026-08-07T23:39:24.672Z Downloaded zone_cfg_derive v0.3.1
11472026-08-07T23:39:24.675Z Downloaded darling_macro v0.23.0
11482026-08-07T23:39:24.675Z Downloaded dtrace-parser v0.3.0
11492026-08-07T23:39:24.675Z Downloaded sigpipe v0.1.3
11502026-08-07T23:39:24.675Z Downloaded daft v0.1.7
11512026-08-07T23:39:24.681Z Downloaded anstream v1.0.0
11522026-08-07T23:39:24.681Z Downloaded async-stream v0.3.6
11532026-08-07T23:39:24.681Z Downloaded autocfg v1.5.1
11542026-08-07T23:39:24.684Z Downloaded bcs v0.1.6
11552026-08-07T23:39:24.684Z Downloaded async-trait v0.1.89
11562026-08-07T23:39:24.684Z Downloaded cipher v0.4.4
11572026-08-07T23:39:24.684Z Downloaded internet-checksum v0.2.1
11582026-08-07T23:39:24.684Z Downloaded libsw v3.5.0
11592026-08-07T23:39:24.684Z Downloaded num_enum_derive v0.5.11
11602026-08-07T23:39:24.687Z Downloaded compression-codecs v0.4.38
11612026-08-07T23:39:24.687Z Downloaded slab v0.4.12
11622026-08-07T23:39:24.690Z Downloaded smartstring v1.0.1
11632026-08-07T23:39:24.690Z Downloaded newtype-uuid v1.3.2
11642026-08-07T23:39:24.690Z Downloaded num-rational v0.4.2
11652026-08-07T23:39:24.693Z Downloaded indexmap v1.9.3
11662026-08-07T23:39:24.696Z Downloaded foreign-types-shared v0.3.1
11672026-08-07T23:39:24.696Z Downloaded fxhash v0.2.1
11682026-08-07T23:39:24.698Z Downloaded gethostname v0.5.0
11692026-08-07T23:39:24.699Z Downloaded foreign-types-shared v0.1.1
11702026-08-07T23:39:24.699Z Downloaded hostname v0.3.1
11712026-08-07T23:39:24.699Z Downloaded embedded-io v0.6.1
11722026-08-07T23:39:24.701Z Downloaded form_urlencoded v1.2.2
11732026-08-07T23:39:24.704Z Downloaded colored v3.1.1
11742026-08-07T23:39:24.704Z Downloaded console v0.16.3
11752026-08-07T23:39:24.707Z Downloaded darling v0.21.3
11762026-08-07T23:39:24.709Z Downloaded opaque-debug v0.3.1
11772026-08-07T23:39:24.709Z Downloaded chacha20 v0.10.0
11782026-08-07T23:39:24.712Z Downloaded crossbeam-deque v0.8.6
11792026-08-07T23:39:24.712Z Downloaded hyper-util v0.1.20
11802026-08-07T23:39:24.715Z Downloaded libsw-core v0.3.2
11812026-08-07T23:39:24.715Z Downloaded num_enum v0.5.11
11822026-08-07T23:39:24.719Z Downloaded multer v3.1.0
11832026-08-07T23:39:24.722Z Downloaded mime v0.3.17
11842026-08-07T23:39:24.722Z Downloaded proc-macro-crate v3.5.0
11852026-08-07T23:39:24.722Z Downloaded linear-map v1.2.0
11862026-08-07T23:39:24.722Z Downloaded cargo_toml v0.22.3
11872026-08-07T23:39:24.722Z Downloaded version_check v0.9.5
11882026-08-07T23:39:24.725Z Downloaded proc-macro-error-attr v1.0.4
11892026-08-07T23:39:24.725Z Downloaded cc v1.2.63
11902026-08-07T23:39:24.728Z Downloaded anyhow v1.0.104
11912026-08-07T23:39:24.731Z Downloaded lock_api v0.4.14
11922026-08-07T23:39:24.731Z Downloaded time-macros v0.2.27
11932026-08-07T23:39:24.737Z Downloaded serde-big-array v0.5.1
11942026-08-07T23:39:24.741Z Downloaded rustc-hash v2.1.2
11952026-08-07T23:39:24.745Z Downloaded cookie v0.18.1
11962026-08-07T23:39:24.749Z Downloaded ingot-macros v0.1.1
11972026-08-07T23:39:24.751Z Downloaded erased-serde v0.3.31
11982026-08-07T23:39:24.754Z Downloaded slog-envlogger v2.2.0
11992026-08-07T23:39:24.754Z Downloaded generic-array v0.14.7
12002026-08-07T23:39:24.757Z Downloaded strum v0.26.3
12012026-08-07T23:39:24.757Z Downloaded tabwriter v1.4.1
12022026-08-07T23:39:24.757Z Downloaded indicatif v0.18.4
12032026-08-07T23:39:24.759Z Downloaded stable_deref_trait v1.2.1
12042026-08-07T23:39:24.759Z Downloaded iana-time-zone v0.1.65
12052026-08-07T23:39:24.762Z Downloaded ingot-types v0.2.0
12062026-08-07T23:39:24.762Z Downloaded icu_properties v2.2.0
12072026-08-07T23:39:24.765Z Downloaded icu_provider v2.2.0
12082026-08-07T23:39:24.765Z Downloaded konst v0.2.20
12092026-08-07T23:39:24.768Z Downloaded tinyvec_macros v0.1.1
12102026-08-07T23:39:24.768Z Downloaded data-encoding v2.11.0
12112026-08-07T23:39:24.768Z Downloaded derive-ex v0.1.8
12122026-08-07T23:39:24.770Z Downloaded fs-err v3.3.0
12132026-08-07T23:39:24.771Z Downloaded icu_locale_core v2.2.0
12142026-08-07T23:39:24.773Z Downloaded const-oid v0.10.2
12152026-08-07T23:39:24.776Z Downloaded openssl-probe v0.2.1
12162026-08-07T23:39:24.776Z Downloaded ff v0.13.1
12172026-08-07T23:39:24.776Z Downloaded foldhash v0.2.0
12182026-08-07T23:39:24.779Z Downloaded rustls-platform-verifier v0.7.0
12192026-08-07T23:39:24.779Z Downloaded schemars v0.8.22
12202026-08-07T23:39:24.789Z Downloaded thiserror-impl-no-std v2.0.2
12212026-08-07T23:39:24.792Z Downloaded strum v0.27.2
12222026-08-07T23:39:24.792Z Downloaded parking_lot_core v0.8.6
12232026-08-07T23:39:24.792Z Downloaded usdt-attr-macro v0.6.0
12242026-08-07T23:39:24.792Z Downloaded waitgroup v0.1.2
12252026-08-07T23:39:24.792Z Downloaded universal-hash v0.5.1
12262026-08-07T23:39:24.792Z Downloaded utf8parse v0.2.2
12272026-08-07T23:39:24.792Z Downloaded typify-macro v0.4.3
12282026-08-07T23:39:24.792Z Downloaded typify-macro v0.6.2
12292026-08-07T23:39:24.792Z Downloaded wait-timeout v0.2.1
12302026-08-07T23:39:24.792Z Downloaded zerofrom v0.1.8
12312026-08-07T23:39:24.797Z Downloaded bytes v1.11.1
12322026-08-07T23:39:24.797Z Downloaded memmap2 v0.9.10
12332026-08-07T23:39:24.797Z Downloaded num-complex v0.4.6
12342026-08-07T23:39:24.800Z Downloaded litemap v0.8.2
12352026-08-07T23:39:24.800Z Downloaded spin v0.9.8
12362026-08-07T23:39:24.800Z Downloaded proc-macro-error v1.0.4
12372026-08-07T23:39:24.803Z Downloaded serde_with_macros v3.21.0
12382026-08-07T23:39:24.803Z Downloaded chacha20poly1305 v0.10.1
12392026-08-07T23:39:24.803Z Downloaded defmt v0.3.100
12402026-08-07T23:39:24.806Z Downloaded num-integer v0.1.46
12412026-08-07T23:39:24.806Z Downloaded rand_core v0.9.5
12422026-08-07T23:39:24.806Z Downloaded pkg-config v0.3.33
12432026-08-07T23:39:24.806Z Downloaded progenitor-extras v0.2.0
12442026-08-07T23:39:24.809Z Downloaded dyn-clone v1.0.20
12452026-08-07T23:39:24.809Z Downloaded parse-display v0.10.0
12462026-08-07T23:39:24.809Z Downloaded dropshot-api-manager-types v0.7.2
12472026-08-07T23:39:24.811Z Downloaded git-stub v1.0.0
12482026-08-07T23:39:24.811Z Downloaded foreign-types v0.3.2
12492026-08-07T23:39:24.811Z Downloaded openssl-macros v0.1.1
12502026-08-07T23:39:24.815Z Downloaded hash32 v0.3.1
12512026-08-07T23:39:24.818Z Downloaded serde_yaml v0.9.34+deprecated
12522026-08-07T23:39:24.821Z Downloaded log v0.4.32
12532026-08-07T23:39:24.823Z Downloaded crossbeam-utils v0.8.21
12542026-08-07T23:39:24.826Z Downloaded zerocopy-derive v0.7.35
12552026-08-07T23:39:24.829Z Downloaded percent-encoding v2.3.2
12562026-08-07T23:39:24.829Z Downloaded rustversion v1.0.22
12572026-08-07T23:39:24.829Z Downloaded num-traits v0.2.19
12582026-08-07T23:39:24.832Z Downloaded plain v0.2.3
12592026-08-07T23:39:24.832Z Downloaded pretty-hex v0.4.2
12602026-08-07T23:39:24.832Z Downloaded slog-term v2.9.2
12612026-08-07T23:39:24.834Z Downloaded strum_macros v0.26.4
12622026-08-07T23:39:24.837Z Downloaded siphasher v1.0.3
12632026-08-07T23:39:24.837Z Downloaded thiserror-impl v2.0.19
12642026-08-07T23:39:24.837Z Downloaded rand_chacha v0.3.1
12652026-08-07T23:39:24.837Z Downloaded slog-stdlog v4.1.1
12662026-08-07T23:39:24.841Z Downloaded ref-cast-impl v1.0.25
12672026-08-07T23:39:24.844Z Downloaded clap v4.6.5
12682026-08-07T23:39:24.847Z Downloaded hmac v0.12.1
12692026-08-07T23:39:24.850Z Downloaded rand_pcg v0.10.2
12702026-08-07T23:39:24.850Z Downloaded walkdir v2.5.0
12712026-08-07T23:39:24.852Z Downloaded serde_core v1.0.229
12722026-08-07T23:39:24.855Z Downloaded bitflags v2.12.1
12732026-08-07T23:39:24.858Z Downloaded scopeguard v1.2.0
12742026-08-07T23:39:24.860Z Downloaded serde_spanned v0.6.9
12752026-08-07T23:39:24.860Z Downloaded slog-bunyan v2.5.0
12762026-08-07T23:39:24.860Z Downloaded secrecy v0.10.3
12772026-08-07T23:39:24.861Z Downloaded sha1 v0.10.6
12782026-08-07T23:39:24.863Z Downloaded postcard v1.1.3
12792026-08-07T23:39:24.863Z Downloaded sync_wrapper v1.0.2
12802026-08-07T23:39:24.868Z Downloaded owo-colors v4.3.0
12812026-08-07T23:39:24.873Z Downloaded zerovec-derive v0.11.3
12822026-08-07T23:39:24.876Z Downloaded quinn-udp v0.5.14
12832026-08-07T23:39:24.879Z Downloaded futures-executor v0.3.32
12842026-08-07T23:39:24.879Z Downloaded globset v0.4.18
12852026-08-07T23:39:24.879Z Downloaded icu_normalizer_data v2.2.0
12862026-08-07T23:39:24.881Z Downloaded test-strategy v0.4.5
12872026-08-07T23:39:24.881Z Downloaded ucd-trie v0.1.7
12882026-08-07T23:39:24.884Z Downloaded highway v1.3.0
12892026-08-07T23:39:24.887Z Downloaded heck v0.4.1
12902026-08-07T23:39:24.887Z Downloaded fixedbitset v0.5.7
12912026-08-07T23:39:24.889Z Downloaded icu_normalizer v2.2.0
12922026-08-07T23:39:24.893Z Downloaded proc-macro-error2 v2.0.1
12932026-08-07T23:39:24.895Z Downloaded icu_collections v2.2.0
12942026-08-07T23:39:24.898Z Downloaded miniz_oxide v0.8.9
12952026-08-07T23:39:24.901Z Downloaded phf v0.12.1
12962026-08-07T23:39:24.901Z Downloaded ryu v1.0.23
12972026-08-07T23:39:24.901Z Downloaded drift v0.2.0
12982026-08-07T23:39:24.906Z Downloaded futures-core v0.3.32
12992026-08-07T23:39:24.913Z Downloaded futures-io v0.3.32
13002026-08-07T23:39:24.913Z Downloaded semver v1.0.28
13012026-08-07T23:39:24.913Z Downloaded dunce v1.0.5
13022026-08-07T23:39:24.913Z Downloaded usdt v0.5.0
13032026-08-07T23:39:24.917Z Downloaded dtrace-parser v0.2.0
13042026-08-07T23:39:24.917Z Downloaded heck v0.5.0
13052026-08-07T23:39:24.917Z Downloaded hex v0.4.3
13062026-08-07T23:39:24.917Z Downloaded derive-where v1.6.1
13072026-08-07T23:39:24.917Z Downloaded slog v2.8.2
13082026-08-07T23:39:24.917Z Downloaded term v1.2.1
13092026-08-07T23:39:24.917Z Downloaded crypto-bigint v0.5.5
13102026-08-07T23:39:24.920Z Downloaded const_format v0.2.36
13112026-08-07T23:39:24.923Z Downloaded half v2.7.1
13122026-08-07T23:39:24.926Z Downloaded proc-macro-error-attr2 v2.0.0
13132026-08-07T23:39:24.926Z Downloaded thin-vec v0.2.18
13142026-08-07T23:39:24.926Z Downloaded toml_parser v1.1.2+spec-1.1.0
13152026-08-07T23:39:24.929Z Downloaded progenitor-macro v0.13.0
13162026-08-07T23:39:24.929Z Downloaded powerfmt v0.2.0
13172026-08-07T23:39:24.932Z Downloaded static_assertions v1.1.0
13182026-08-07T23:39:24.932Z Downloaded synstructure v0.13.2
13192026-08-07T23:39:24.934Z Downloaded base64 v0.21.7
13202026-08-07T23:39:24.937Z Downloaded async-compression v0.4.42
13212026-08-07T23:39:24.939Z Downloaded rusty-fork v0.3.1
13222026-08-07T23:39:24.939Z Downloaded shlex v2.0.1
13232026-08-07T23:39:24.942Z Downloaded serde_plain v1.0.2
13242026-08-07T23:39:24.942Z Downloaded sha1 v0.11.0
13252026-08-07T23:39:24.946Z Downloaded scroll v0.13.0
13262026-08-07T23:39:24.946Z Downloaded spin v0.5.2
13272026-08-07T23:39:24.949Z Downloaded defmt v1.1.0
13282026-08-07T23:39:24.949Z Downloaded defmt-macros v1.1.0
13292026-08-07T23:39:24.951Z Downloaded progenitor-impl v0.13.0
13302026-08-07T23:39:24.954Z Downloaded whoami v1.6.1
13312026-08-07T23:39:24.954Z Downloaded swrite v0.1.0
13322026-08-07T23:39:24.957Z Downloaded thread-id v5.1.0
13332026-08-07T23:39:24.957Z Downloaded toml_edit v0.22.27
13342026-08-07T23:39:24.959Z Downloaded toml_edit v0.25.12+spec-1.1.0
13352026-08-07T23:39:24.959Z Downloaded tracing-core v0.1.36
13362026-08-07T23:39:24.962Z Downloaded progenitor-impl v0.10.0
13372026-08-07T23:39:24.962Z Downloaded slog-async v2.8.0
13382026-08-07T23:39:24.965Z Downloaded unicode-xid v0.2.6
13392026-08-07T23:39:24.965Z Downloaded testing_table v0.3.0
13402026-08-07T23:39:24.965Z Downloaded enum-as-inner v0.6.1
13412026-08-07T23:39:24.965Z Downloaded tabled_derive v0.11.0
13422026-08-07T23:39:24.965Z Downloaded thiserror-no-std v2.0.2
13432026-08-07T23:39:24.968Z Downloaded zeroize v1.8.2
13442026-08-07T23:39:24.971Z Downloaded serde_derive v1.0.229
13452026-08-07T23:39:24.974Z Downloaded unarray v0.1.4
13462026-08-07T23:39:24.974Z Downloaded vsss-rs v3.3.4
13472026-08-07T23:39:24.977Z Downloaded equivalent v1.0.2
13482026-08-07T23:39:24.977Z Downloaded git-stub-vcs v0.1.0
13492026-08-07T23:39:24.977Z Downloaded glob v0.3.3
13502026-08-07T23:39:24.980Z Downloaded serde_derive_internals v0.29.1
13512026-08-07T23:39:24.980Z Downloaded oxide-tokio-rt v0.1.6
13522026-08-07T23:39:24.983Z Downloaded defmt-parser v1.0.0
13532026-08-07T23:39:24.983Z Downloaded progenitor v0.14.0
13542026-08-07T23:39:24.986Z Downloaded either v1.16.0
13552026-08-07T23:39:24.986Z Downloaded deranged v0.5.8
13562026-08-07T23:39:24.986Z Downloaded pin-project-lite v0.2.17
13572026-08-07T23:39:24.990Z Downloaded zerofrom-derive v0.1.7
13582026-08-07T23:39:24.990Z Downloaded crossbeam-channel v0.5.15
13592026-08-07T23:39:24.992Z Downloaded toml v1.1.2+spec-1.1.0
13602026-08-07T23:39:24.992Z Downloaded http-body v1.0.1
13612026-08-07T23:39:24.995Z Downloaded unsafe-libyaml v0.2.11
13622026-08-07T23:39:24.995Z Downloaded arc-swap v1.9.1
13632026-08-07T23:39:24.998Z Downloaded parking_lot_core v0.9.12
13642026-08-07T23:39:24.998Z Downloaded rand_xorshift v0.4.0
13652026-08-07T23:39:25.001Z Downloaded paste v1.0.15
13662026-08-07T23:39:25.001Z Downloaded progenitor-client v0.10.0
13672026-08-07T23:39:25.001Z Downloaded progenitor-client v0.14.0
13682026-08-07T23:39:25.004Z Downloaded rustc_version v0.1.7
13692026-08-07T23:39:25.004Z Downloaded minimal-lexical v0.2.1
13702026-08-07T23:39:25.006Z Downloaded take_mut v0.2.2
13712026-08-07T23:39:25.010Z Downloaded rand_core v0.10.1
13722026-08-07T23:39:25.013Z Downloaded tempfile v3.27.0
13732026-08-07T23:39:25.013Z Downloaded tiny-keccak v2.0.2
13742026-08-07T23:39:25.015Z Downloaded tokio-tungstenite v0.21.0
13752026-08-07T23:39:25.016Z Downloaded quote v1.0.45
13762026-08-07T23:39:25.018Z Downloaded rustls-pemfile v2.2.0
13772026-08-07T23:39:25.018Z Downloaded scroll_derive v0.12.1
13782026-08-07T23:39:25.018Z Downloaded serde_urlencoded v0.7.1
13792026-08-07T23:39:25.021Z Downloaded indexmap v2.14.0
13802026-08-07T23:39:25.021Z Downloaded tokio-rustls v0.26.4
13812026-08-07T23:39:25.024Z Downloaded tokio-stream v0.1.18
13822026-08-07T23:39:25.026Z Downloaded futures v0.3.32
13832026-08-07T23:39:25.029Z Downloaded jiff-static v0.2.28
13842026-08-07T23:39:25.029Z Downloaded pest_meta v2.8.6
13852026-08-07T23:39:25.033Z Downloaded typify v0.4.3
13862026-08-07T23:39:25.033Z Downloaded thread_local v1.1.9
13872026-08-07T23:39:25.036Z Downloaded schemars_derive v0.8.22
13882026-08-07T23:39:25.036Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13892026-08-07T23:39:25.036Z Downloaded try-lock v0.2.5
13902026-08-07T23:39:25.036Z Downloaded unicode-linebreak v0.1.5
13912026-08-07T23:39:25.036Z Downloaded usdt-macro v0.5.0
13922026-08-07T23:39:25.039Z Downloaded untrusted v0.9.0
13932026-08-07T23:39:25.039Z Downloaded writeable v0.6.3
13942026-08-07T23:39:25.039Z Downloaded zone v0.3.1
13952026-08-07T23:39:25.039Z Downloaded foreign-types v0.5.0
13962026-08-07T23:39:25.039Z Downloaded yoke v0.8.3
13972026-08-07T23:39:25.042Z Downloaded fnv v1.0.7
13982026-08-07T23:39:25.042Z Downloaded ref-cast v1.0.25
13992026-08-07T23:39:25.045Z Downloaded digest v0.10.7
14002026-08-07T23:39:25.045Z Downloaded hickory-resolver v0.24.4
14012026-08-07T23:39:25.055Z Downloaded foldhash v0.1.5
14022026-08-07T23:39:25.058Z Downloaded flate2 v1.1.9
14032026-08-07T23:39:25.058Z Downloaded port-file v0.1.0
14042026-08-07T23:39:25.058Z Downloaded dof v0.4.0
14052026-08-07T23:39:25.060Z Downloaded hostname v0.4.2
14062026-08-07T23:39:25.064Z Downloaded want v0.3.1
14072026-08-07T23:39:25.066Z Downloaded unicode-segmentation v1.13.3
14082026-08-07T23:39:25.071Z Downloaded hyper v1.11.0
14092026-08-07T23:39:25.074Z Downloaded group v0.13.0
14102026-08-07T23:39:25.078Z Downloaded pem v3.0.6
14112026-08-07T23:39:25.078Z Downloaded simd-adler32 v0.3.9
14122026-08-07T23:39:25.078Z Downloaded idna v1.1.0
14132026-08-07T23:39:25.081Z Downloaded serde_repr v0.1.21
14142026-08-07T23:39:25.081Z Downloaded tracing-attributes v0.1.31
14152026-08-07T23:39:25.083Z Downloaded rustc_version v0.4.1
14162026-08-07T23:39:25.087Z Downloaded thiserror-impl v1.0.69
14172026-08-07T23:39:25.090Z Downloaded futures-task v0.3.32
14182026-08-07T23:39:25.090Z Downloaded errno v0.3.14
14192026-08-07T23:39:25.093Z Downloaded proc-macro-crate v1.3.1
14202026-08-07T23:39:25.096Z Downloaded openssl-sys v0.9.116
14212026-08-07T23:39:25.099Z Downloaded sha2 v0.10.9
14222026-08-07T23:39:25.101Z Downloaded tokio-dtrace v0.1.1
14232026-08-07T23:39:25.104Z Downloaded toml_writer v1.1.1+spec-1.1.0
14242026-08-07T23:39:25.104Z Downloaded usdt-impl v0.6.0
14252026-08-07T23:39:25.107Z Downloaded structmeta-derive v0.3.0
14262026-08-07T23:39:25.107Z Downloaded unicode-ident v1.0.24
14272026-08-07T23:39:25.109Z Downloaded rustls-webpki v0.103.13
14282026-08-07T23:39:25.110Z Downloaded progenitor-macro v0.14.0
14292026-08-07T23:39:25.112Z Downloaded yoke-derive v0.8.2
14302026-08-07T23:39:25.112Z Downloaded progenitor-macro v0.10.0
14312026-08-07T23:39:25.115Z Downloaded quick-error v1.2.3
14322026-08-07T23:39:25.115Z Downloaded fixedbitset v0.4.2
14332026-08-07T23:39:25.118Z Downloaded potential_utf v0.1.5
14342026-08-07T23:39:25.118Z Downloaded papergrid v0.18.0
14352026-08-07T23:39:25.121Z Downloaded password-hash v0.5.0
14362026-08-07T23:39:25.121Z Downloaded resolv-conf v0.7.6
14372026-08-07T23:39:25.124Z Downloaded progenitor-impl v0.14.0
14382026-08-07T23:39:25.124Z Downloaded serde v1.0.229
14392026-08-07T23:39:25.127Z Downloaded getrandom v0.2.17
14402026-08-07T23:39:25.129Z Downloaded http-body-util v0.1.4
14412026-08-07T23:39:25.129Z Downloaded dropshot_endpoint v0.17.1
14422026-08-07T23:39:25.132Z Downloaded progenitor-client v0.13.0
14432026-08-07T23:39:25.135Z Downloaded signal-hook-registry v1.4.8
14442026-08-07T23:39:25.135Z Downloaded futures-sink v0.3.32
14452026-08-07T23:39:25.138Z Downloaded zeroize_derive v1.4.3
14462026-08-07T23:39:25.138Z Downloaded futures-channel v0.3.32
14472026-08-07T23:39:25.140Z Downloaded toml_write v0.1.2
14482026-08-07T23:39:25.143Z Downloaded rhai_codegen v3.2.0
14492026-08-07T23:39:25.146Z Downloaded serde_tokenstream v0.2.3
14502026-08-07T23:39:25.148Z Downloaded utf-8 v0.7.6
14512026-08-07T23:39:25.148Z Downloaded snafu-derive v0.8.9
14522026-08-07T23:39:25.148Z Downloaded foreign-types-macros v0.2.3
14532026-08-07T23:39:25.148Z Downloaded mio v1.2.1
14542026-08-07T23:39:25.151Z Downloaded displaydoc v0.2.6
14552026-08-07T23:39:25.156Z Downloaded nom v7.1.3
14562026-08-07T23:39:25.159Z Downloaded pest_generator v2.8.6
14572026-08-07T23:39:25.159Z Downloaded rand_core v0.6.4
14582026-08-07T23:39:25.159Z Downloaded tagptr v0.2.0
14592026-08-07T23:39:25.159Z Downloaded float-ord v0.3.2
14602026-08-07T23:39:25.159Z Downloaded unit-prefix v0.5.2
14612026-08-07T23:39:25.159Z Downloaded snafu v0.8.9
14622026-08-07T23:39:25.162Z Downloaded rand v0.10.2
14632026-08-07T23:39:25.165Z Downloaded smallvec v1.15.1
14642026-08-07T23:39:25.165Z Downloaded thiserror v1.0.69
14652026-08-07T23:39:25.168Z Downloaded find-msvc-tools v0.1.9
14662026-08-07T23:39:25.168Z Downloaded untrusted v0.7.1
14672026-08-07T23:39:25.168Z Downloaded zerotrie v0.2.4
14682026-08-07T23:39:25.171Z Downloaded dof v0.3.0
14692026-08-07T23:39:25.171Z Downloaded hickory-resolver v0.25.2
14702026-08-07T23:39:25.174Z Downloaded scroll_derive v0.13.1
14712026-08-07T23:39:25.174Z Downloaded tungstenite v0.21.0
14722026-08-07T23:39:25.174Z Downloaded oxnet v0.1.6
14732026-08-07T23:39:25.177Z Downloaded usdt-impl v0.5.0
14742026-08-07T23:39:25.177Z Downloaded debug-ignore v1.0.5
14752026-08-07T23:39:25.177Z Downloaded embedded-io v0.4.0
14762026-08-07T23:39:25.177Z Downloaded phf_shared v0.12.1
14772026-08-07T23:39:25.192Z Downloaded zmij v1.0.21
14782026-08-07T23:39:25.192Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14792026-08-07T23:39:25.192Z Downloaded slog-scope v4.4.1
14802026-08-07T23:39:25.192Z Downloaded darling_macro v0.21.3
14812026-08-07T23:39:25.195Z Downloaded derive_more v0.99.20
14822026-08-07T23:39:25.195Z Downloaded fastrand v2.4.1
14832026-08-07T23:39:25.195Z Downloaded parse-display-derive v0.10.0
14842026-08-07T23:39:25.195Z Downloaded subtle v2.6.1
14852026-08-07T23:39:25.196Z Downloaded tower-service v0.3.3
14862026-08-07T23:39:25.196Z Downloaded darling_core v0.21.3
14872026-08-07T23:39:25.196Z Downloaded strum_macros v0.27.2
14882026-08-07T23:39:25.196Z Downloaded rand_chacha v0.9.0
14892026-08-07T23:39:25.196Z Downloaded httparse v1.10.1
14902026-08-07T23:39:25.198Z Downloaded proc-macro2 v1.0.106
14912026-08-07T23:39:25.202Z Downloaded usdt-macro v0.6.0
14922026-08-07T23:39:25.204Z Downloaded xz2 v0.1.7
14932026-08-07T23:39:25.207Z Downloaded scroll v0.12.0
14942026-08-07T23:39:25.210Z Downloaded futures-macro v0.3.32
14952026-08-07T23:39:25.213Z Downloaded tinystr v0.8.3
14962026-08-07T23:39:25.216Z Downloaded progenitor v0.13.0
14972026-08-07T23:39:25.216Z Downloaded digest v0.11.3
14982026-08-07T23:39:25.219Z Downloaded ppv-lite86 v0.2.21
14992026-08-07T23:39:25.219Z Downloaded slog-dtrace v0.3.0
15002026-08-07T23:39:25.237Z Downloaded uuid v1.24.0
15012026-08-07T23:39:25.240Z Downloaded expectorate v1.2.0
15022026-08-07T23:39:25.240Z Downloaded typed-path v0.9.3
15032026-08-07T23:39:25.240Z Downloaded itertools v0.15.0
15042026-08-07T23:39:25.240Z Downloaded fs_extra v1.3.0
15052026-08-07T23:39:25.243Z Downloaded pin-project-internal v1.1.13
15062026-08-07T23:39:25.248Z Downloaded tower v0.5.3
15072026-08-07T23:39:25.253Z Downloaded pin-project v1.1.13
15082026-08-07T23:39:25.259Z Downloaded similar v2.7.0
15092026-08-07T23:39:25.261Z Downloaded heapless v0.8.0
15102026-08-07T23:39:25.266Z Downloaded once_cell v1.21.4
15112026-08-07T23:39:25.266Z Downloaded parking_lot v0.12.5
15122026-08-07T23:39:25.269Z Downloaded toml v0.8.23
15132026-08-07T23:39:25.269Z Downloaded progenitor v0.10.0
15142026-08-07T23:39:25.269Z Downloaded getrandom v0.4.2
15152026-08-07T23:39:25.271Z Downloaded tokio-util v0.7.18
15162026-08-07T23:39:25.274Z Downloaded rustls-native-certs v0.8.4
15172026-08-07T23:39:25.274Z Downloaded unicode-normalization v0.1.25
15182026-08-07T23:39:25.278Z Downloaded slog-json v2.6.1
15192026-08-07T23:39:25.278Z Downloaded smf v0.2.3
15202026-08-07T23:39:25.278Z Downloaded poly1305 v0.8.0
15212026-08-07T23:39:25.281Z Downloaded quinn v0.11.9
15222026-08-07T23:39:25.282Z Downloaded getrandom v0.3.4
15232026-08-07T23:39:25.282Z Downloaded rustls-pki-types v1.14.1
15242026-08-07T23:39:25.284Z Downloaded toml v0.9.12+spec-1.1.0
15252026-08-07T23:39:25.284Z Downloaded thiserror v2.0.19
15262026-08-07T23:39:25.287Z Downloaded pest_derive v2.8.6
15272026-08-07T23:39:25.290Z Downloaded steno v0.4.1
15282026-08-07T23:39:25.290Z Downloaded parking_lot v0.11.2
15292026-08-07T23:39:25.293Z Downloaded url v2.5.8
15302026-08-07T23:39:25.301Z Downloaded hashbrown v0.16.1
15312026-08-07T23:39:25.307Z Downloaded hashbrown v0.15.5
15322026-08-07T23:39:25.309Z Downloaded libm v0.2.16
15332026-08-07T23:39:25.314Z Downloaded nom v8.0.0
15342026-08-07T23:39:25.317Z Downloaded elliptic-curve v0.13.8
15352026-08-07T23:39:25.319Z Downloaded qorb v0.4.1
15362026-08-07T23:39:25.322Z Downloaded itertools v0.14.0
15372026-08-07T23:39:25.325Z Downloaded rayon-core v1.13.0
15382026-08-07T23:39:25.327Z Downloaded darling_core v0.23.0
15392026-08-07T23:39:25.330Z Downloaded papergrid v0.11.0
15402026-08-07T23:39:25.333Z Downloaded rand v0.8.6
15412026-08-07T23:39:25.333Z Downloaded zerocopy-derive v0.8.50
15422026-08-07T23:39:25.339Z Downloaded zerovec v0.11.6
15432026-08-07T23:39:25.342Z Downloaded icu_properties_data v2.2.0
15442026-08-07T23:39:25.347Z Downloaded http v1.4.2
15452026-08-07T23:39:25.349Z Downloaded toml_edit v0.19.15
15462026-08-07T23:39:25.358Z Downloaded typify v0.6.2
15472026-08-07T23:39:25.361Z Downloaded clap_builder v4.6.5
15482026-08-07T23:39:25.364Z Downloaded textwrap v0.16.2
15492026-08-07T23:39:25.367Z Downloaded tough v0.22.0
15502026-08-07T23:39:25.370Z Downloaded prettyplease v0.2.37
15512026-08-07T23:39:25.374Z Downloaded schemars v0.9.0
15522026-08-07T23:39:25.380Z Downloaded tinyvec v1.11.0
15532026-08-07T23:39:25.382Z Downloaded winnow v0.5.40
15542026-08-07T23:39:25.386Z Downloaded regex v1.12.3
15552026-08-07T23:39:25.389Z Downloaded schemars v1.2.1
15562026-08-07T23:39:25.399Z Downloaded socket2 v0.6.5
15572026-08-07T23:39:25.402Z Downloaded ron v0.12.1
15582026-08-07T23:39:25.405Z Downloaded rand v0.9.4
15592026-08-07T23:39:25.408Z Downloaded aws-lc-rs v1.17.0
15602026-08-07T23:39:25.411Z Downloaded rayon v1.12.0
15612026-08-07T23:39:25.417Z Downloaded pest v2.8.6
15622026-08-07T23:39:25.421Z Downloaded portable-atomic v1.13.1
15632026-08-07T23:39:25.425Z Downloaded serde_json v1.0.151
15642026-08-07T23:39:25.430Z Downloaded iddqd v0.4.6
15652026-08-07T23:39:25.435Z Downloaded winnow v0.7.15
15662026-08-07T23:39:25.441Z Downloaded futures-util v0.3.32
15672026-08-07T23:39:25.447Z Downloaded typenum v1.20.1
15682026-08-07T23:39:25.451Z Downloaded hashbrown v0.12.3
15692026-08-07T23:39:25.454Z Downloaded moka v0.12.15
15702026-08-07T23:39:25.456Z Downloaded dropshot-api-manager v0.7.2
15712026-08-07T23:39:25.466Z Downloaded zerocopy v0.7.35
15722026-08-07T23:39:25.475Z Downloaded tabled v0.21.0
15732026-08-07T23:39:25.485Z Downloaded reqwest v0.12.28
15742026-08-07T23:39:25.494Z Downloaded chrono v0.4.45
15752026-08-07T23:39:25.507Z Downloaded hashbrown v0.17.1
15762026-08-07T23:39:25.510Z Downloaded proptest v1.11.0
15772026-08-07T23:39:25.526Z Downloaded quinn-proto v0.11.16
15782026-08-07T23:39:25.526Z Downloaded tower-http v0.6.11
15792026-08-07T23:39:25.533Z Downloaded vcpkg v0.2.15
15802026-08-07T23:39:25.555Z Downloaded goblin v0.8.2
15812026-08-07T23:39:25.558Z Downloaded winnow v1.0.3
15822026-08-07T23:39:25.565Z Downloaded h2 v0.4.14
15832026-08-07T23:39:25.568Z Downloaded serde_with v3.21.0
15842026-08-07T23:39:25.578Z Downloaded reqwest v0.13.4
15852026-08-07T23:39:25.581Z Downloaded unicode-width v0.1.14
15862026-08-07T23:39:25.581Z Downloaded time v0.3.47
15872026-08-07T23:39:25.588Z Downloaded webpki-roots v1.0.7
15882026-08-07T23:39:25.591Z Downloaded syn v2.0.117
15892026-08-07T23:39:25.594Z Downloaded curve25519-dalek v4.1.3
15902026-08-07T23:39:25.599Z Downloaded zerocopy v0.8.50
15912026-08-07T23:39:25.610Z Downloaded hkdf v0.12.4
15922026-08-07T23:39:25.613Z Downloaded nix v0.31.3
15932026-08-07T23:39:25.619Z Downloaded tabled v0.15.0
15942026-08-07T23:39:25.627Z Downloaded openssl v0.10.80
15952026-08-07T23:39:25.632Z Downloaded unicode-width v0.2.2
15962026-08-07T23:39:25.635Z Downloaded syn v1.0.109
15972026-08-07T23:39:25.640Z Downloaded regress v0.10.5
15982026-08-07T23:39:25.649Z Downloaded bstr v1.12.1
15992026-08-07T23:39:25.653Z Downloaded goblin v0.10.7
16002026-08-07T23:39:25.657Z Downloaded smoltcp v0.11.0
16012026-08-07T23:39:25.665Z Downloaded rustix v0.38.44
16022026-08-07T23:39:25.677Z Downloaded rustls v0.23.40
16032026-08-07T23:39:25.684Z Downloaded rhai v1.25.1
16042026-08-07T23:39:25.690Z Downloaded openapiv3 v2.2.0
16052026-08-07T23:39:25.695Z Downloaded dropshot v0.17.1
16062026-08-07T23:39:25.707Z Downloaded hickory-proto v0.24.4
16072026-08-07T23:39:25.724Z Downloaded regress v0.11.1
16082026-08-07T23:39:25.733Z Downloaded rustix v1.1.4
16092026-08-07T23:39:25.755Z Downloaded hickory-proto v0.25.2
16102026-08-07T23:39:25.763Z Downloaded syn v3.0.3
16112026-08-07T23:39:25.770Z Downloaded regex-syntax v0.8.10
16122026-08-07T23:39:25.774Z Downloaded sled v0.34.7
16132026-08-07T23:39:25.788Z Downloaded jiff v0.2.28
16142026-08-07T23:39:25.798Z Downloaded typify-impl v0.6.2
16152026-08-07T23:39:25.805Z Downloaded tracing v0.1.44
16162026-08-07T23:39:25.816Z Downloaded petgraph v0.6.5
16172026-08-07T23:39:25.826Z Downloaded typify-impl v0.4.3
16182026-08-07T23:39:25.833Z Downloaded lzma-sys v0.1.20
16192026-08-07T23:39:25.849Z Downloaded petgraph v0.8.3
16202026-08-07T23:39:25.862Z Downloaded libc v0.2.189
16212026-08-07T23:39:25.882Z Downloaded tokio v1.53.1
16222026-08-07T23:39:25.905Z Downloaded sha3 v0.10.9
16232026-08-07T23:39:25.909Z Downloaded regex-automata v0.4.14
16242026-08-07T23:39:25.915Z Downloaded chrono-tz v0.10.4
16252026-08-07T23:39:25.924Z Downloaded csv v1.4.0
16262026-08-07T23:39:26.013Z Downloaded encoding_rs v0.8.35
16272026-08-07T23:39:26.025Z Downloaded ring v0.17.14
16282026-08-07T23:39:26.505Z Downloaded aws-lc-sys v0.41.0
16292026-08-07T23:39:26.869Z Compiling proc-macro2 v1.0.106
16302026-08-07T23:39:26.869Z Compiling quote v1.0.45
16312026-08-07T23:39:26.869Z Compiling unicode-ident v1.0.24
16322026-08-07T23:39:26.872Z Compiling serde_core v1.0.229
16332026-08-07T23:39:26.872Z Compiling serde v1.0.229
16342026-08-07T23:39:26.872Z Compiling libc v0.2.189
16352026-08-07T23:39:26.872Z Compiling cfg-if v1.0.4
16362026-08-07T23:39:27.180Z Compiling zmij v1.0.21
16372026-08-07T23:39:27.198Z Compiling autocfg v1.5.1
16382026-08-07T23:39:27.514Z Compiling memchr v2.8.1
16392026-08-07T23:39:28.413Z Compiling libm v0.2.16
16402026-08-07T23:39:28.673Z Compiling itoa v1.0.18
16412026-08-07T23:39:28.722Z Compiling icu_properties_data v2.2.0
16422026-08-07T23:39:28.868Z Compiling icu_normalizer_data v2.2.0
16432026-08-07T23:39:28.921Z Compiling version_check v0.9.5
16442026-08-07T23:39:28.957Z Compiling stable_deref_trait v1.2.1
16452026-08-07T23:39:29.095Z Compiling serde_json v1.0.151
16462026-08-07T23:39:29.147Z Compiling parking_lot_core v0.9.12
16472026-08-07T23:39:29.190Z Compiling litemap v0.8.2
16482026-08-07T23:39:29.306Z Compiling syn v2.0.117
16492026-08-07T23:39:29.340Z Compiling syn v3.0.3
16502026-08-07T23:39:29.406Z Compiling writeable v0.6.3
16512026-08-07T23:39:29.471Z Compiling num-traits v0.2.19
16522026-08-07T23:39:29.474Z Compiling utf8_iter v1.0.4
16532026-08-07T23:39:29.673Z Compiling percent-encoding v2.3.2
16542026-08-07T23:39:29.707Z Compiling thiserror v2.0.19
16552026-08-07T23:39:30.065Z Compiling rand_core v0.10.1
16562026-08-07T23:39:30.092Z Compiling getrandom v0.4.2
16572026-08-07T23:39:30.131Z Compiling form_urlencoded v1.2.2
16582026-08-07T23:39:30.238Z Compiling zerocopy v0.8.50
16592026-08-07T23:39:30.599Z Compiling errno v0.3.14
16602026-08-07T23:39:30.716Z Compiling iana-time-zone v0.1.65
16612026-08-07T23:39:30.760Z Compiling heck v0.5.0
16622026-08-07T23:39:31.060Z Compiling uuid v1.24.0
16632026-08-07T23:39:31.145Z Compiling jobserver v0.1.34
16642026-08-07T23:39:31.295Z Compiling shlex v2.0.1
16652026-08-07T23:39:31.311Z Compiling find-msvc-tools v0.1.9
16662026-08-07T23:39:31.500Z Compiling cc v1.2.63
16672026-08-07T23:39:31.500Z Compiling rustversion v1.0.22
16682026-08-07T23:39:31.562Z Compiling semver v1.0.28
16692026-08-07T23:39:31.761Z Compiling schemars v0.8.22
16702026-08-07T23:39:32.036Z Compiling dyn-clone v1.0.20
16712026-08-07T23:39:32.202Z Compiling pin-project-lite v0.2.17
16722026-08-07T23:39:32.267Z Compiling synstructure v0.13.2
16732026-08-07T23:39:32.284Z Compiling serde_derive_internals v0.29.1
16742026-08-07T23:39:32.317Z Compiling getrandom v0.2.17
16752026-08-07T23:39:32.390Z Compiling serde_derive v1.0.229
16762026-08-07T23:39:32.560Z Compiling thiserror-impl v2.0.19
16772026-08-07T23:39:32.767Z Compiling bitflags v2.12.1
16782026-08-07T23:39:32.790Z Compiling scopeguard v1.2.0
16792026-08-07T23:39:32.925Z Compiling lock_api v0.4.14
16802026-08-07T23:39:33.006Z Compiling socket2 v0.6.5
16812026-08-07T23:39:33.050Z Compiling cmake v0.1.58
16822026-08-07T23:39:33.079Z Compiling signal-hook-registry v1.4.8
16832026-08-07T23:39:33.217Z Compiling mio v1.2.1
16842026-08-07T23:39:33.252Z Compiling fs_extra v1.3.0
16852026-08-07T23:39:33.395Z Compiling portable-atomic v1.13.1
16862026-08-07T23:39:33.509Z Compiling dunce v1.0.5
16872026-08-07T23:39:33.527Z Compiling critical-section v1.2.0
16882026-08-07T23:39:33.546Z Compiling zerofrom-derive v0.1.7
16892026-08-07T23:39:33.616Z Compiling yoke-derive v0.8.2
16902026-08-07T23:39:33.649Z Compiling zerovec-derive v0.11.3
16912026-08-07T23:39:33.793Z Compiling displaydoc v0.2.6
16922026-08-07T23:39:33.850Z Compiling schemars_derive v0.8.22
16932026-08-07T23:39:33.868Z Compiling tokio-macros v2.7.0
16942026-08-07T23:39:33.885Z Compiling zerocopy-derive v0.8.50
16952026-08-07T23:39:34.626Z Compiling zeroize_derive v1.4.3
16962026-08-07T23:39:34.654Z Compiling futures-macro v0.3.32
16972026-08-07T23:39:34.763Z Compiling zerofrom v0.1.8
16982026-08-07T23:39:34.834Z Compiling aws-lc-sys v0.41.0
16992026-08-07T23:39:34.905Z Compiling yoke v0.8.3
17002026-08-07T23:39:35.119Z Compiling zerovec v0.11.6
17012026-08-07T23:39:35.314Z Compiling zerotrie v0.2.4
17022026-08-07T23:39:35.318Z Compiling zeroize v1.8.2
17032026-08-07T23:39:35.599Z Compiling once_cell v1.21.4
17042026-08-07T23:39:35.641Z Compiling serde_tokenstream v0.2.3
17052026-08-07T23:39:35.659Z Compiling futures-core v0.3.32
17062026-08-07T23:39:35.773Z Compiling smallvec v1.15.1
17072026-08-07T23:39:35.793Z Compiling bytes v1.11.1
17082026-08-07T23:39:35.796Z Compiling tinystr v0.8.3
17092026-08-07T23:39:35.825Z Compiling potential_utf v0.1.5
17102026-08-07T23:39:35.828Z Compiling chrono v0.4.45
17112026-08-07T23:39:35.861Z Compiling log v0.4.32
17122026-08-07T23:39:36.016Z Compiling icu_locale_core v2.2.0
17132026-08-07T23:39:36.036Z Compiling icu_collections v2.2.0
17142026-08-07T23:39:36.070Z Compiling subtle v2.6.1
17152026-08-07T23:39:36.264Z Compiling parking_lot v0.12.5
17162026-08-07T23:39:36.431Z Compiling equivalent v1.0.2
17172026-08-07T23:39:36.515Z Compiling tokio v1.53.1
17182026-08-07T23:39:36.535Z Compiling allocator-api2 v0.2.21
17192026-08-07T23:39:36.691Z Compiling httparse v1.10.1
17202026-08-07T23:39:36.873Z Compiling icu_provider v2.2.0
17212026-08-07T23:39:37.073Z Compiling futures-sink v0.3.32
17222026-08-07T23:39:37.195Z Compiling icu_normalizer v2.2.0
17232026-08-07T23:39:37.215Z Compiling icu_properties v2.2.0
17242026-08-07T23:39:37.467Z Compiling rustix v1.1.4
17252026-08-07T23:39:37.500Z Compiling slab v0.4.12
17262026-08-07T23:39:37.834Z Compiling ucd-trie v0.1.7
17272026-08-07T23:39:37.853Z Compiling thiserror v1.0.69
17282026-08-07T23:39:38.101Z Compiling pest v2.8.6
17292026-08-07T23:39:38.179Z Compiling idna_adapter v1.2.2
17302026-08-07T23:39:38.340Z Compiling idna v1.1.0
17312026-08-07T23:39:38.772Z Compiling url v2.5.8
17322026-08-07T23:39:38.819Z Compiling regex-syntax v0.8.10
17332026-08-07T23:39:38.871Z Compiling typenum v1.20.1
17342026-08-07T23:39:39.007Z Compiling futures-channel v0.3.32
17352026-08-07T23:39:39.290Z Compiling pest_meta v2.8.6
17362026-08-07T23:39:39.337Z Compiling thiserror-impl v1.0.69
17372026-08-07T23:39:39.354Z Compiling strsim v0.11.1
17382026-08-07T23:39:39.720Z Compiling hashbrown v0.17.1
17392026-08-07T23:39:40.444Z Compiling pest_generator v2.8.6
17402026-08-07T23:39:40.465Z Compiling aho-corasick v1.1.4
17412026-08-07T23:39:40.535Z Compiling futures-io v0.3.32
17422026-08-07T23:39:40.605Z Compiling futures-task v0.3.32
17432026-08-07T23:39:40.758Z Compiling futures-util v0.3.32
17442026-08-07T23:39:40.802Z Compiling ipnetwork v0.21.1
17452026-08-07T23:39:40.960Z Compiling getrandom v0.3.4
17462026-08-07T23:39:41.131Z Compiling pest_derive v2.8.6
17472026-08-07T23:39:41.323Z Compiling ident_case v1.0.1
17482026-08-07T23:39:41.342Z Compiling regex-automata v0.4.14
17492026-08-07T23:39:41.465Z Compiling rand_core v0.6.4
17502026-08-07T23:39:41.723Z Compiling byteorder v1.5.0
17512026-08-07T23:39:41.747Z Compiling indexmap v2.14.0
17522026-08-07T23:39:42.002Z Compiling tracing-core v0.1.36
17532026-08-07T23:39:42.371Z Compiling tracing-attributes v0.1.31
17542026-08-07T23:39:42.520Z Compiling slog v2.8.2
17552026-08-07T23:39:42.669Z Compiling base64 v0.22.1
17562026-08-07T23:39:42.758Z Compiling fnv v1.0.7
17572026-08-07T23:39:42.881Z Compiling anyhow v1.0.104
17582026-08-07T23:39:43.051Z Compiling paste v1.0.15
17592026-08-07T23:39:43.198Z Compiling regex v1.12.3
17602026-08-07T23:39:43.547Z Compiling erased-serde v0.3.31
17612026-08-07T23:39:43.657Z Compiling tracing v0.1.44
17622026-08-07T23:39:43.987Z Compiling omicron-workspace-hack v0.1.0
17632026-08-07T23:39:44.170Z Compiling http v1.4.2
17642026-08-07T23:39:44.276Z Compiling oxnet v0.1.6
17652026-08-07T23:39:44.556Z Compiling rustls-pki-types v1.14.1
17662026-08-07T23:39:45.407Z Compiling scroll_derive v0.13.1
17672026-08-07T23:39:45.593Z Compiling ring v0.17.14
17682026-08-07T23:39:45.874Z Compiling num-conv v0.2.2
17692026-08-07T23:39:46.041Z Compiling aws-lc-rs v1.17.0
17702026-08-07T23:39:46.044Z Compiling time-core v0.1.8
17712026-08-07T23:39:46.214Z Compiling time-macros v0.2.27
17722026-08-07T23:39:46.532Z Compiling tokio-util v0.7.18
17732026-08-07T23:39:46.723Z Compiling ipnet v2.12.0
17742026-08-07T23:39:47.201Z Compiling untrusted v0.9.0
17752026-08-07T23:39:47.309Z Compiling camino v1.2.5
17762026-08-07T23:39:47.345Z Compiling untrusted v0.7.1
17772026-08-07T23:39:47.636Z Compiling ppv-lite86 v0.2.21
17782026-08-07T23:39:47.908Z Compiling daft-derive v0.1.7
17792026-08-07T23:39:47.991Z Compiling async-trait v0.1.89
17802026-08-07T23:39:48.068Z Compiling rustls v0.23.40
17812026-08-07T23:39:48.106Z Compiling crc32fast v1.5.0
17822026-08-07T23:39:48.530Z Compiling http-body v1.0.1
17832026-08-07T23:39:48.673Z Compiling darling_core v0.23.0
17842026-08-07T23:39:48.757Z Compiling atomic-waker v1.1.2
17852026-08-07T23:39:48.902Z Compiling usdt-impl v0.6.0
17862026-08-07T23:39:48.970Z Compiling pretty-hex v0.4.2
17872026-08-07T23:39:49.122Z Compiling crossbeam-utils v0.8.21
17882026-08-07T23:39:49.354Z Compiling scroll v0.13.0
17892026-08-07T23:39:49.474Z Compiling plain v0.2.3
17902026-08-07T23:39:49.592Z Compiling tower-layer v0.3.3
17912026-08-07T23:39:49.642Z Compiling ryu v1.0.23
17922026-08-07T23:39:49.798Z Compiling tower-service v0.3.3
17932026-08-07T23:39:49.899Z Compiling try-lock v0.2.5
17942026-08-07T23:39:49.937Z Compiling goblin v0.10.7
17952026-08-07T23:39:50.022Z Compiling want v0.3.1
17962026-08-07T23:39:50.212Z Compiling h2 v0.4.14
17972026-08-07T23:39:50.231Z Compiling slog-async v2.8.0
17982026-08-07T23:39:50.700Z Compiling httpdate v1.0.3
17992026-08-07T23:39:50.817Z Compiling darling_macro v0.23.0
18002026-08-07T23:39:50.955Z Compiling dtrace-parser v0.3.0
18012026-08-07T23:39:51.110Z Compiling thread-id v5.1.0
18022026-08-07T23:39:51.205Z Compiling ref-cast v1.0.25
18032026-08-07T23:39:51.421Z Compiling darling v0.23.0
18042026-08-07T23:39:52.703Z Compiling hyper v1.11.0
18052026-08-07T23:39:53.359Z Compiling dof v0.4.0
18062026-08-07T23:39:53.796Z Compiling rand_core v0.9.5
18072026-08-07T23:39:54.366Z Compiling hyper-util v0.1.20
18082026-08-07T23:39:54.570Z Compiling serde_urlencoded v0.7.1
18092026-08-07T23:39:54.858Z Compiling http-body-util v0.1.4
18102026-08-07T23:39:55.216Z Compiling ref-cast-impl v1.0.25
18112026-08-07T23:39:56.044Z Compiling syn v1.0.109
18122026-08-07T23:39:56.519Z Compiling usdt-attr-macro v0.6.0
18132026-08-07T23:39:56.826Z Compiling usdt-macro v0.6.0
18142026-08-07T23:39:57.195Z Compiling structmeta-derive v0.3.0
18152026-08-07T23:39:57.363Z Compiling multer v3.1.0
18162026-08-07T23:39:57.478Z Compiling powerfmt v0.2.0
18172026-08-07T23:39:57.704Z Compiling foldhash v0.2.0
18182026-08-07T23:39:57.761Z Compiling deranged v0.5.8
18192026-08-07T23:39:58.001Z Compiling rand_chacha v0.9.0
18202026-08-07T23:39:58.268Z Compiling structmeta v0.3.0
18212026-08-07T23:39:58.494Z Compiling newtype-uuid-macros v0.1.0
18222026-08-07T23:39:58.639Z Compiling num_threads v0.1.7
18232026-08-07T23:39:58.902Z Compiling time v0.3.47
18242026-08-07T23:39:58.922Z Compiling rand v0.9.4
18252026-08-07T23:39:59.010Z Compiling newtype-uuid v1.3.2
18262026-08-07T23:39:59.303Z Compiling sync_wrapper v1.0.2
18272026-08-07T23:39:59.431Z Compiling async-stream-impl v0.3.6
18282026-08-07T23:39:59.636Z Compiling strum_macros v0.26.4
18292026-08-07T23:39:59.902Z Compiling dropshot v0.17.1
18302026-08-07T23:40:00.123Z Compiling fastrand v2.4.1
18312026-08-07T23:40:00.152Z Compiling hex v0.4.3
18322026-08-07T23:40:00.458Z Compiling tower v0.5.3
18332026-08-07T23:40:00.476Z Compiling daft v0.1.7
18342026-08-07T23:40:01.097Z Compiling crossbeam-channel v0.5.15
18352026-08-07T23:40:01.416Z Compiling webpki-roots v1.0.7
18362026-08-07T23:40:01.416Z Compiling openapiv3 v2.2.0
18372026-08-07T23:40:01.824Z Compiling generic-array v0.14.7
18382026-08-07T23:40:02.174Z Compiling tower-http v0.6.11
18392026-08-07T23:40:02.190Z Compiling hashbrown v0.16.1
18402026-08-07T23:40:02.410Z Compiling serde_with_macros v3.21.0
18412026-08-07T23:40:02.922Z Compiling futures-executor v0.3.32
18422026-08-07T23:40:03.163Z Compiling dropshot_endpoint v0.17.1
18432026-08-07T23:40:03.449Z Compiling macaddr v1.0.1
18442026-08-07T23:40:03.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18452026-08-07T23:40:03.601Z Compiling thread_local v1.1.9
18462026-08-07T23:40:03.846Z Compiling cpufeatures v0.3.0
18472026-08-07T23:40:03.946Z Compiling openssl-probe v0.2.1
18482026-08-07T23:40:04.153Z Compiling rustls-native-certs v0.8.4
18492026-08-07T23:40:04.206Z Compiling futures v0.3.32
18502026-08-07T23:40:04.864Z Compiling tempfile v3.27.0
18512026-08-07T23:40:04.882Z Compiling derive-ex v0.1.8
18522026-08-07T23:40:05.036Z Compiling strum_macros v0.27.2
18532026-08-07T23:40:05.585Z Compiling is-terminal v0.4.17
18542026-08-07T23:40:05.701Z Compiling take_mut v0.2.2
18552026-08-07T23:40:05.720Z Compiling term v1.2.1
18562026-08-07T23:40:05.832Z Compiling winnow v1.0.3
18572026-08-07T23:40:06.529Z Compiling test-strategy v0.4.5
18582026-08-07T23:40:06.954Z Compiling slog-term v2.9.2
18592026-08-07T23:40:08.328Z Compiling hybrid-array v0.4.12
18602026-08-07T23:40:08.635Z Compiling simd-adler32 v0.3.9
18612026-08-07T23:40:08.737Z Compiling adler2 v2.0.1
18622026-08-07T23:40:08.917Z Compiling match_cfg v0.1.0
18632026-08-07T23:40:08.997Z Compiling hostname v0.3.1
18642026-08-07T23:40:09.001Z Compiling miniz_oxide v0.8.9
18652026-08-07T23:40:09.646Z Compiling slog-json v2.6.1
18662026-08-07T23:40:09.954Z Compiling memmap2 v0.9.10
18672026-08-07T23:40:10.440Z Compiling usdt v0.6.0
18682026-08-07T23:40:10.497Z Compiling slog-bunyan v2.5.0
18692026-08-07T23:40:10.546Z Compiling flate2 v1.1.9
18702026-08-07T23:40:10.575Z Compiling block-buffer v0.12.0
18712026-08-07T23:40:10.701Z Compiling crypto-common v0.2.2
18722026-08-07T23:40:10.767Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-08-07T23:40:11.164Z Compiling compression-core v0.4.32
18742026-08-07T23:40:11.267Z Compiling const-oid v0.10.2
18752026-08-07T23:40:11.372Z Compiling either v1.16.0
18762026-08-07T23:40:11.585Z Compiling debug-ignore v1.0.5
18772026-08-07T23:40:11.602Z Compiling digest v0.11.3
18782026-08-07T23:40:11.708Z Compiling compression-codecs v0.4.38
18792026-08-07T23:40:12.070Z Compiling toml_parser v1.1.2+spec-1.1.0
18802026-08-07T23:40:12.086Z Compiling crypto-common v0.1.7
18812026-08-07T23:40:12.216Z Compiling parse-display-derive v0.10.0
18822026-08-07T23:40:12.306Z Compiling rand_chacha v0.3.1
18832026-08-07T23:40:12.793Z Compiling toml_datetime v1.1.1+spec-1.1.0
18842026-08-07T23:40:12.844Z Compiling serde_spanned v1.1.1
18852026-08-07T23:40:12.962Z Compiling encoding_rs v0.8.35
18862026-08-07T23:40:12.996Z Compiling spin v0.9.8
18872026-08-07T23:40:13.013Z Compiling toml_writer v1.1.1+spec-1.1.0
18882026-08-07T23:40:13.228Z Compiling mime v0.3.17
18892026-08-07T23:40:13.256Z Compiling toml v1.1.2+spec-1.1.0
18902026-08-07T23:40:13.475Z Compiling rand v0.8.6
18912026-08-07T23:40:13.735Z Compiling async-compression v0.4.42
18922026-08-07T23:40:13.845Z Compiling sha1 v0.11.0
18932026-08-07T23:40:13.864Z Compiling strum v0.26.3
18942026-08-07T23:40:14.073Z Compiling async-stream v0.3.6
18952026-08-07T23:40:14.286Z Compiling waitgroup v0.1.2
18962026-08-07T23:40:14.303Z Compiling rustls-pemfile v2.2.0
18972026-08-07T23:40:14.450Z Compiling serde_path_to_error v0.1.20
18982026-08-07T23:40:14.528Z Compiling hostname v0.4.2
18992026-08-07T23:40:14.597Z Compiling wait-timeout v0.2.1
19002026-08-07T23:40:15.052Z Compiling bit-vec v0.8.0
19012026-08-07T23:40:15.271Z Compiling quick-error v1.2.3
19022026-08-07T23:40:15.341Z Compiling bit-set v0.8.0
19032026-08-07T23:40:15.371Z Compiling rusty-fork v0.3.1
19042026-08-07T23:40:15.447Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-08-07T23:40:15.550Z Compiling serde_with v3.21.0
19062026-08-07T23:40:15.957Z Compiling rand_xorshift v0.4.0
19072026-08-07T23:40:16.162Z Compiling unarray v0.1.4
19082026-08-07T23:40:16.297Z Compiling proptest v1.11.0
19092026-08-07T23:40:16.313Z Compiling strum v0.27.2
19102026-08-07T23:40:16.458Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19112026-08-07T23:40:16.618Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19122026-08-07T23:40:16.808Z Compiling instant v0.1.13
19132026-08-07T23:40:17.052Z Compiling itertools v0.14.0
19142026-08-07T23:40:17.185Z Compiling iddqd v0.4.6
19152026-08-07T23:40:17.682Z Compiling unicode-width v0.2.2
19162026-08-07T23:40:18.159Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-08-07T23:40:18.271Z Compiling block-buffer v0.10.4
19182026-08-07T23:40:18.455Z Compiling backon v1.6.0
19192026-08-07T23:40:18.898Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19202026-08-07T23:40:19.269Z Compiling digest v0.10.7
19212026-08-07T23:40:19.533Z Compiling backoff v0.4.0
19222026-08-07T23:40:19.937Z Compiling parse-display v0.10.0
19232026-08-07T23:40:20.328Z Compiling regress v0.10.5
19242026-08-07T23:40:20.389Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19252026-08-07T23:40:20.792Z Compiling humantime v2.3.0
19262026-08-07T23:40:23.163Z Compiling regress v0.11.1
19272026-08-07T23:40:24.781Z Compiling typify-impl v0.6.2
19282026-08-07T23:40:25.194Z Compiling zerocopy-derive v0.7.35
19292026-08-07T23:40:26.395Z Compiling clap_derive v4.6.4
19302026-08-07T23:40:26.638Z Compiling convert_case v0.4.0
19312026-08-07T23:40:26.689Z Compiling cpufeatures v0.2.17
19322026-08-07T23:40:27.160Z Compiling utf8parse v0.2.2
19332026-08-07T23:40:27.242Z Compiling derive_more v0.99.20
19342026-08-07T23:40:27.283Z Compiling anstyle-parse v1.0.0
19352026-08-07T23:40:28.219Z Compiling typify-macro v0.6.2
19362026-08-07T23:40:28.343Z Compiling terminal_size v0.4.4
19372026-08-07T23:40:28.362Z Compiling toml_datetime v0.6.11
19382026-08-07T23:40:28.466Z Compiling is_terminal_polyfill v1.70.2
19392026-08-07T23:40:28.574Z Compiling colorchoice v1.0.5
19402026-08-07T23:40:28.605Z Compiling anstyle v1.0.14
19412026-08-07T23:40:28.701Z Compiling anstyle-query v1.1.5
19422026-08-07T23:40:28.819Z Compiling anstream v1.0.0
19432026-08-07T23:40:29.563Z Compiling secrecy v0.10.3
19442026-08-07T23:40:29.597Z Compiling clap_lex v1.1.0
19452026-08-07T23:40:29.726Z Compiling tinyvec_macros v0.1.1
19462026-08-07T23:40:29.958Z Compiling crucible-workspace-hack v0.1.0
19472026-08-07T23:40:29.992Z Compiling heapless v0.8.0
19482026-08-07T23:40:30.209Z Compiling clap_builder v4.6.5
19492026-08-07T23:40:30.358Z Compiling typify v0.6.2
19502026-08-07T23:40:30.462Z Compiling tinyvec v1.11.0
19512026-08-07T23:40:30.564Z Compiling zerocopy v0.7.35
19522026-08-07T23:40:31.156Z Compiling hash32 v0.3.1
19532026-08-07T23:40:31.174Z Compiling rustc_version v0.4.1
19542026-08-07T23:40:31.177Z Compiling scroll_derive v0.12.1
19552026-08-07T23:40:31.323Z Compiling num-integer v0.1.46
19562026-08-07T23:40:31.399Z Compiling usdt-impl v0.5.0
19572026-08-07T23:40:31.459Z Compiling smoltcp v0.11.0
19582026-08-07T23:40:31.780Z Compiling curve25519-dalek v4.1.3
19592026-08-07T23:40:31.922Z Compiling scroll v0.12.0
19602026-08-07T23:40:32.076Z Compiling dof v0.3.0
19612026-08-07T23:40:32.235Z Compiling clap v4.6.5
19622026-08-07T23:40:33.145Z Compiling hmac v0.12.1
19632026-08-07T23:40:33.249Z Compiling dtrace-parser v0.2.0
19642026-08-07T23:40:33.309Z Compiling inout v0.1.4
19652026-08-07T23:40:33.449Z Compiling darling_core v0.21.3
19662026-08-07T23:40:33.533Z Compiling ff v0.13.1
19672026-08-07T23:40:33.694Z Compiling cobs v0.3.0
19682026-08-07T23:40:34.088Z Compiling thread-id v4.2.2
19692026-08-07T23:40:34.424Z Compiling managed v0.8.0
19702026-08-07T23:40:34.693Z Compiling bitflags v1.3.2
19712026-08-07T23:40:34.778Z Compiling unsafe-libyaml v0.2.11
19722026-08-07T23:40:35.454Z Compiling serde_yaml v0.9.34+deprecated
19732026-08-07T23:40:35.612Z Compiling darling_macro v0.21.3
19742026-08-07T23:40:36.524Z Compiling postcard v1.1.3
19752026-08-07T23:40:36.733Z Compiling group v0.13.0
19762026-08-07T23:40:36.860Z Compiling cipher v0.4.4
19772026-08-07T23:40:36.908Z Compiling hkdf v0.12.4
19782026-08-07T23:40:37.135Z Compiling goblin v0.8.2
19792026-08-07T23:40:37.674Z Compiling num-rational v0.4.2
19802026-08-07T23:40:38.042Z Compiling num-iter v0.1.45
19812026-08-07T23:40:38.653Z Compiling tabwriter v1.4.1
19822026-08-07T23:40:38.694Z Compiling universal-hash v0.5.1
19832026-08-07T23:40:38.846Z Compiling crypto-bigint v0.5.5
19842026-08-07T23:40:39.005Z Compiling thiserror-impl-no-std v2.0.2
19852026-08-07T23:40:39.032Z Compiling hubpack_derive v0.1.1
19862026-08-07T23:40:39.570Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-08-07T23:40:40.277Z Compiling crossbeam-epoch v0.9.18
19882026-08-07T23:40:40.495Z Compiling half v2.7.1
19892026-08-07T23:40:40.773Z Compiling curve25519-dalek-derive v0.1.1
19902026-08-07T23:40:40.836Z Compiling num-complex v0.4.6
19912026-08-07T23:40:41.421Z Compiling memoffset v0.9.1
19922026-08-07T23:40:41.476Z Compiling cfg_aliases v0.2.1
19932026-08-07T23:40:41.512Z Compiling base16ct v0.2.0
19942026-08-07T23:40:41.559Z Compiling rustix v0.38.44
19952026-08-07T23:40:41.729Z Compiling base64ct v1.8.3
19962026-08-07T23:40:42.109Z Compiling prettyplease v0.2.37
19972026-08-07T23:40:42.323Z Compiling ciborium-io v0.2.2
19982026-08-07T23:40:42.384Z Compiling opaque-debug v0.3.1
19992026-08-07T23:40:42.438Z Compiling ciborium-ll v0.2.2
20002026-08-07T23:40:42.464Z Compiling poly1305 v0.8.0
20012026-08-07T23:40:43.250Z Compiling password-hash v0.5.0
20022026-08-07T23:40:43.706Z Compiling elliptic-curve v0.13.8
20032026-08-07T23:40:44.022Z Compiling nix v0.31.3
20042026-08-07T23:40:44.536Z Compiling num v0.4.3
20052026-08-07T23:40:44.659Z Compiling thiserror-no-std v2.0.2
20062026-08-07T23:40:44.763Z Compiling hubpack v0.1.2
20072026-08-07T23:40:45.356Z Compiling chacha20 v0.9.1
20082026-08-07T23:40:45.633Z Compiling darling v0.21.3
20092026-08-07T23:40:45.912Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20102026-08-07T23:40:46.041Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20112026-08-07T23:40:46.484Z Compiling reqwest v0.12.28
20122026-08-07T23:40:47.292Z Compiling toml_edit v0.25.12+spec-1.1.0
20132026-08-07T23:40:47.531Z Compiling blake2 v0.10.6
20142026-08-07T23:40:47.604Z Compiling aead v0.5.2
20152026-08-07T23:40:47.973Z Compiling byte-wrapper v0.1.0
20162026-08-07T23:40:48.090Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20172026-08-07T23:40:48.189Z Compiling serde_repr v0.1.21
20182026-08-07T23:40:48.787Z Compiling proc-macro-error-attr v1.0.4
20192026-08-07T23:40:48.898Z Compiling bstr v1.12.1
20202026-08-07T23:40:49.031Z Compiling static_assertions v1.1.0
20212026-08-07T23:40:49.112Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20222026-08-07T23:40:49.132Z Compiling float-ord v0.3.2
20232026-08-07T23:40:49.148Z Compiling keccak v0.1.6
20242026-08-07T23:40:49.405Z Compiling sha3 v0.10.9
20252026-08-07T23:40:49.795Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20262026-08-07T23:40:49.861Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-08-07T23:40:50.363Z Compiling proc-macro-crate v3.5.0
20282026-08-07T23:40:50.560Z Compiling argon2 v0.5.3
20292026-08-07T23:40:50.801Z Compiling chacha20poly1305 v0.10.1
20302026-08-07T23:40:50.958Z Compiling progenitor-client v0.10.0
20312026-08-07T23:40:51.468Z Compiling ingot-macros v0.1.1
20322026-08-07T23:40:51.531Z Compiling vsss-rs v3.3.4
20332026-08-07T23:40:53.765Z Compiling ciborium v0.2.2
20342026-08-07T23:40:54.227Z Compiling usdt-macro v0.5.0
20352026-08-07T23:40:54.511Z Compiling usdt-attr-macro v0.5.0
20362026-08-07T23:40:55.633Z Compiling num-derive v0.4.2
20372026-08-07T23:40:55.716Z Compiling enum-as-inner v0.6.1
20382026-08-07T23:40:56.315Z Compiling proc-macro-error v1.0.4
20392026-08-07T23:40:56.571Z Compiling memmap v0.7.0
20402026-08-07T23:40:56.735Z Compiling indent_write v2.2.0
20412026-08-07T23:40:56.892Z Compiling winnow v0.5.40
20422026-08-07T23:40:56.912Z Compiling data-encoding v2.11.0
20432026-08-07T23:40:57.103Z Compiling rustls-webpki v0.103.13
20442026-08-07T23:40:57.288Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20452026-08-07T23:40:57.584Z Compiling usdt v0.5.0
20462026-08-07T23:40:58.200Z Compiling toml_edit v0.19.15
20472026-08-07T23:40:58.460Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-08-07T23:40:58.513Z Compiling ingot-types v0.1.2
20492026-08-07T23:40:58.968Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20502026-08-07T23:40:59.081Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-08-07T23:40:59.413Z Compiling num_enum_derive v0.7.6
20522026-08-07T23:40:59.766Z Compiling serde_spanned v0.6.9
20532026-08-07T23:40:59.917Z Compiling foreign-types-macros v0.2.3
20542026-08-07T23:40:59.921Z Compiling pkg-config v0.3.33
20552026-08-07T23:41:00.229Z Compiling toml_write v0.1.2
20562026-08-07T23:41:00.427Z Compiling colored v3.1.1
20572026-08-07T23:41:00.466Z Compiling vcpkg v0.2.15
20582026-08-07T23:41:00.488Z Compiling winnow v0.7.15
20592026-08-07T23:41:00.845Z Compiling bytecount v0.6.9
20602026-08-07T23:41:01.052Z Compiling foreign-types-shared v0.3.1
20612026-08-07T23:41:01.093Z Compiling openssl-sys v0.9.116
20622026-08-07T23:41:01.176Z Compiling foreign-types v0.5.0
20632026-08-07T23:41:01.196Z Compiling num_enum v0.7.6
20642026-08-07T23:41:01.352Z Compiling proc-macro-crate v1.3.1
20652026-08-07T23:41:01.551Z Compiling tokio-rustls v0.26.4
20662026-08-07T23:41:01.672Z Compiling rustls-platform-verifier v0.7.0
20672026-08-07T23:41:01.699Z Compiling ingot v0.1.1
20682026-08-07T23:41:01.867Z Compiling hyper-rustls v0.27.9
20692026-08-07T23:41:02.224Z Compiling reqwest v0.13.4
20702026-08-07T23:41:03.598Z Compiling progenitor-client v0.14.0
20712026-08-07T23:41:03.884Z Compiling progenitor-extras v0.2.0
20722026-08-07T23:41:04.146Z Compiling toml_edit v0.22.27
20732026-08-07T23:41:04.691Z Compiling atomicwrites v0.4.4
20742026-08-07T23:41:05.143Z Compiling progenitor-impl v0.14.0
20752026-08-07T23:41:06.525Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-08-07T23:41:08.164Z Compiling chacha20 v0.10.0
20772026-08-07T23:41:08.488Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782026-08-07T23:41:10.194Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20792026-08-07T23:41:10.499Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-08-07T23:41:10.656Z Compiling cstr-argument v0.1.2
20812026-08-07T23:41:10.844Z Compiling semver v0.1.20
20822026-08-07T23:41:12.491Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20832026-08-07T23:41:13.093Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-08-07T23:41:16.628Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-08-07T23:41:16.778Z Compiling linked-hash-map v0.5.6
20862026-08-07T23:41:16.941Z Compiling resolv-conf v0.7.6
20872026-08-07T23:41:17.011Z Compiling heck v0.4.1
20882026-08-07T23:41:17.232Z Compiling rayon-core v1.13.0
20892026-08-07T23:41:17.478Z Compiling unicode-segmentation v1.13.3
20902026-08-07T23:41:17.804Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
20912026-08-07T23:41:17.827Z Compiling swrite v0.1.0
20922026-08-07T23:41:18.068Z Compiling newline-converter v0.3.0
20932026-08-07T23:41:18.235Z Compiling lru-cache v0.1.2
20942026-08-07T23:41:18.258Z Compiling rustc_version v0.1.7
20952026-08-07T23:41:18.393Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20962026-08-07T23:41:18.531Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20972026-08-07T23:41:18.629Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20982026-08-07T23:41:18.773Z Compiling rand v0.10.2
20992026-08-07T23:41:18.796Z Compiling progenitor-macro v0.14.0
21002026-08-07T23:41:19.546Z Compiling toml v0.8.23
21012026-08-07T23:41:20.121Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21022026-08-07T23:41:20.316Z Compiling num_enum_derive v0.5.11
21032026-08-07T23:41:20.424Z Compiling hickory-proto v0.24.4
21042026-08-07T23:41:20.723Z Compiling similar v2.7.0
21052026-08-07T23:41:21.428Z Compiling crossbeam-deque v0.8.6
21062026-08-07T23:41:21.664Z Compiling progenitor-impl v0.13.0
21072026-08-07T23:41:23.225Z Compiling console v0.15.11
21082026-08-07T23:41:23.497Z Compiling camino-tempfile v1.4.1
21092026-08-07T23:41:23.742Z Compiling serde-big-array v0.5.1
21102026-08-07T23:41:23.898Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21112026-08-07T23:41:23.916Z Compiling derive-where v1.6.1
21122026-08-07T23:41:23.969Z Compiling pin-project-internal v1.1.13
21132026-08-07T23:41:24.430Z Compiling siphasher v1.0.3
21142026-08-07T23:41:24.511Z Compiling minimal-lexical v0.2.1
21152026-08-07T23:41:24.656Z Compiling lazy_static v1.5.0
21162026-08-07T23:41:24.767Z Compiling nom v7.1.3
21172026-08-07T23:41:24.798Z Compiling phf_shared v0.12.1
21182026-08-07T23:41:25.081Z Compiling pin-project v1.1.13
21192026-08-07T23:41:25.178Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21202026-08-07T23:41:25.198Z Compiling progenitor-macro v0.13.0
21212026-08-07T23:41:25.864Z Compiling expectorate v1.2.0
21222026-08-07T23:41:26.092Z Compiling progenitor v0.14.0
21232026-08-07T23:41:26.171Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-08-07T23:41:26.257Z Compiling hickory-resolver v0.24.4
21252026-08-07T23:41:28.087Z Compiling num_enum v0.5.11
21262026-08-07T23:41:28.242Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-08-07T23:41:29.618Z Compiling newtype_derive v0.1.6
21282026-08-07T23:41:29.876Z Compiling progenitor-client v0.13.0
21292026-08-07T23:41:31.703Z Compiling unicode-normalization v0.1.25
21302026-08-07T23:41:32.315Z Compiling tokio-stream v0.1.18
21312026-08-07T23:41:32.593Z Compiling async-recursion v1.1.1
21322026-08-07T23:41:32.900Z Compiling snafu-derive v0.8.9
21332026-08-07T23:41:33.294Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21342026-08-07T23:41:33.622Z Compiling slog-dtrace v0.3.0
21352026-08-07T23:41:33.874Z Compiling csv-core v0.1.13
21362026-08-07T23:41:33.922Z Compiling unicode-xid v0.2.6
21372026-08-07T23:41:34.062Z Compiling highway v1.3.0
21382026-08-07T23:41:34.281Z Compiling same-file v1.0.6
21392026-08-07T23:41:34.474Z Compiling openssl v0.10.80
21402026-08-07T23:41:34.658Z Compiling konst_macro_rules v0.2.19
21412026-08-07T23:41:34.760Z Compiling foreign-types-shared v0.1.1
21422026-08-07T23:41:34.764Z Compiling chrono-tz v0.10.4
21432026-08-07T23:41:34.860Z Compiling cancel-safe-futures v0.1.5
21442026-08-07T23:41:34.882Z Compiling unicode-width v0.1.14
21452026-08-07T23:41:34.993Z Compiling foldhash v0.1.5
21462026-08-07T23:41:35.127Z Compiling owo-colors v4.3.0
21472026-08-07T23:41:35.229Z Compiling hashbrown v0.15.5
21482026-08-07T23:41:35.272Z Compiling foreign-types v0.3.2
21492026-08-07T23:41:35.360Z Compiling konst v0.2.20
21502026-08-07T23:41:35.558Z Compiling snafu v0.8.9
21512026-08-07T23:41:35.775Z Compiling walkdir v2.5.0
21522026-08-07T23:41:35.930Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-08-07T23:41:36.026Z Compiling const_format_proc_macros v0.2.34
21542026-08-07T23:41:36.120Z Compiling csv v1.4.0
21552026-08-07T23:41:36.604Z Compiling qorb v0.4.1
21562026-08-07T23:41:36.639Z Compiling olpc-cjson v0.1.4
21572026-08-07T23:41:36.816Z Compiling progenitor v0.13.0
21582026-08-07T23:41:36.926Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-08-07T23:41:36.991Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21602026-08-07T23:41:37.036Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-08-07T23:41:37.536Z Compiling rayon v1.12.0
21622026-08-07T23:41:39.767Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-08-07T23:41:40.303Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-08-07T23:41:40.756Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21652026-08-07T23:41:41.974Z Compiling phf v0.12.1
21662026-08-07T23:41:42.262Z Compiling zone_cfg_derive v0.3.1
21672026-08-07T23:41:42.620Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-08-07T23:41:42.724Z Compiling tokio-dtrace v0.1.1
21692026-08-07T23:41:42.956Z Compiling globset v0.4.18
21702026-08-07T23:41:42.978Z Compiling itertools v0.15.0
21712026-08-07T23:41:43.066Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21722026-08-07T23:41:43.304Z Compiling itertools v0.12.1
21732026-08-07T23:41:44.322Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-08-07T23:41:44.814Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21752026-08-07T23:41:44.946Z Compiling pem v3.0.6
21762026-08-07T23:41:45.026Z Compiling libsw-core v0.3.2
21772026-08-07T23:41:45.209Z Compiling serde_plain v1.0.2
21782026-08-07T23:41:45.229Z Compiling openssl-macros v0.1.1
21792026-08-07T23:41:45.503Z Compiling cookie v0.18.1
21802026-08-07T23:41:45.611Z Compiling sigpipe v0.1.3
21812026-08-07T23:41:45.719Z Compiling fixedbitset v0.5.7
21822026-08-07T23:41:45.738Z Compiling typed-path v0.9.3
21832026-08-07T23:41:45.760Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-08-07T23:41:45.794Z Compiling jiff v0.2.28
21852026-08-07T23:41:45.958Z Compiling glob v0.3.3
21862026-08-07T23:41:45.997Z Compiling fixedbitset v0.4.2
21872026-08-07T23:41:46.046Z Compiling petgraph v0.8.3
21882026-08-07T23:41:46.258Z Compiling petgraph v0.6.5
21892026-08-07T23:41:46.902Z Compiling tough v0.22.0
21902026-08-07T23:41:48.163Z Compiling libsw v3.5.0
21912026-08-07T23:41:48.368Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21922026-08-07T23:41:48.400Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-08-07T23:41:48.471Z Compiling zone v0.3.1
21942026-08-07T23:41:48.553Z Compiling ingot-macros v0.2.0
21952026-08-07T23:41:48.659Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-08-07T23:41:49.446Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-08-07T23:41:50.141Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21982026-08-07T23:41:50.450Z Compiling oxide-tokio-rt v0.1.6
21992026-08-07T23:41:51.053Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-08-07T23:41:51.303Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22012026-08-07T23:41:51.454Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-08-07T23:41:51.736Z Compiling const_format v0.2.36
22032026-08-07T23:41:52.256Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-07T23:41:54.242Z Compiling papergrid v0.11.0
22052026-08-07T23:41:54.495Z Compiling tabled_derive v0.7.0
22062026-08-07T23:41:55.200Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-08-07T23:41:55.448Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22082026-08-07T23:41:55.475Z Compiling libscf-sys v1.2.0
22092026-08-07T23:41:55.655Z Compiling gethostname v0.5.0
22102026-08-07T23:41:55.807Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-08-07T23:41:55.974Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22122026-08-07T23:41:56.135Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-08-07T23:41:56.152Z Compiling smf v0.2.3
22142026-08-07T23:41:56.213Z Compiling bcs v0.1.6
22152026-08-07T23:41:56.260Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22162026-08-07T23:41:56.641Z Compiling linear-map v1.2.0
22172026-08-07T23:41:56.885Z Compiling whoami v1.6.1
22182026-08-07T23:41:57.293Z Compiling unicode-linebreak v0.1.5
22192026-08-07T23:41:57.365Z Compiling tagptr v0.2.0
22202026-08-07T23:41:57.514Z Compiling smawk v0.3.2
22212026-08-07T23:41:57.551Z Compiling termtree v0.5.1
22222026-08-07T23:41:57.582Z Compiling moka v0.12.15
22232026-08-07T23:41:57.691Z Compiling textwrap v0.16.2
22242026-08-07T23:41:59.099Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-08-07T23:41:59.113Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22262026-08-07T23:41:59.233Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-08-07T23:41:59.291Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-08-07T23:41:59.501Z Compiling tabled v0.15.0
22292026-08-07T23:42:00.303Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-08-07T23:42:00.428Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-08-07T23:42:00.522Z Compiling steno v0.4.1
22322026-08-07T23:42:02.068Z Compiling ingot-types v0.2.0
22332026-08-07T23:42:03.955Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-08-07T23:42:05.429Z Compiling hickory-proto v0.25.2
22352026-08-07T23:42:07.949Z Compiling proc-macro-error-attr2 v2.0.0
22362026-08-07T23:42:07.971Z Compiling ingot v0.2.1
22372026-08-07T23:42:07.971Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22382026-08-07T23:42:07.971Z Compiling proc-macro-error2 v2.0.1
22392026-08-07T23:42:08.027Z Compiling hickory-resolver v0.25.2
22402026-08-07T23:42:08.062Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22412026-08-07T23:42:08.317Z Compiling parking_lot_core v0.8.6
22422026-08-07T23:42:08.705Z Compiling tabled_derive v0.11.0
22432026-08-07T23:42:09.067Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-08-07T23:42:09.758Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22452026-08-07T23:42:09.826Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-08-07T23:42:11.181Z Compiling papergrid v0.18.0
22472026-08-07T23:42:11.492Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22482026-08-07T23:42:13.229Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22492026-08-07T23:42:13.234Z Compiling testing_table v0.3.0
22502026-08-07T23:42:13.234Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22512026-08-07T23:42:13.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22522026-08-07T23:42:13.890Z Compiling tabled v0.21.0
22532026-08-07T23:42:14.543Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22542026-08-07T23:42:14.982Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22552026-08-07T23:42:15.105Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22562026-08-07T23:42:15.808Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22572026-08-07T23:42:16.514Z Compiling arc-swap v1.9.1
22582026-08-07T23:42:16.544Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22592026-08-07T23:42:16.807Z Compiling slog-scope v4.4.1
22602026-08-07T23:42:17.189Z Compiling parking_lot v0.11.2
22612026-08-07T23:42:17.246Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22622026-08-07T23:42:18.203Z Compiling dropshot-api-manager-types v0.7.2
22632026-08-07T23:42:19.453Z Compiling fxhash v0.2.1
22642026-08-07T23:42:19.483Z Compiling crc8 v0.1.1
22652026-08-07T23:42:19.483Z Compiling sled v0.34.7
22662026-08-07T23:42:19.483Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22672026-08-07T23:42:19.501Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22682026-08-07T23:42:19.502Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22692026-08-07T23:42:21.868Z Compiling slog-stdlog v4.1.1
22702026-08-07T23:42:22.240Z Compiling port-file v0.1.0
22712026-08-07T23:42:22.512Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22722026-08-07T23:42:22.668Z Compiling slog-envlogger v2.2.0
22732026-08-07T23:42:22.816Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22742026-08-07T23:42:23.996Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-08-07T23:42:26.708Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-08-07T23:42:29.133Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22772026-08-07T23:42:30.315Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22782026-08-07T23:42:39.768Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22792026-08-07T23:42:44.626Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22802026-08-07T23:42:48.100Z Finished `release` profile [optimized] target(s) in 3m 45s
22812026-08-07T23:42:48.110Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
22822026-08-07T23:42:48.110Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
22832026-08-07T23:42:48.436Z+ banner trio
22842026-08-07T23:42:48.441Z
22852026-08-07T23:42:48.441Z ##### ##### # ####
22862026-08-07T23:42:48.441Z # # # # # #
22872026-08-07T23:42:48.441Z # # # # # #
22882026-08-07T23:42:48.441Z # ##### # # #
22892026-08-07T23:42:48.441Z # # # # # #
22902026-08-07T23:42:48.441Z # # # # ####
22912026-08-07T23:42:48.442Z
22922026-08-07T23:42:48.442Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22932026-08-07T23:42:49.031Z Compiling cfg-if v1.0.4
22942026-08-07T23:42:49.034Z Compiling libc v0.2.189
22952026-08-07T23:42:49.034Z Compiling serde_core v1.0.229
22962026-08-07T23:42:49.143Z Compiling memchr v2.8.1
22972026-08-07T23:42:49.151Z Compiling itoa v1.0.18
22982026-08-07T23:42:49.155Z Compiling smallvec v1.15.1
22992026-08-07T23:42:49.166Z Compiling stable_deref_trait v1.2.1
23002026-08-07T23:42:49.175Z Compiling zerofrom v0.1.8
23012026-08-07T23:42:49.188Z Compiling zmij v1.0.21
23022026-08-07T23:42:49.237Z Compiling litemap v0.8.2
23032026-08-07T23:42:49.297Z Compiling yoke v0.8.3
23042026-08-07T23:42:49.391Z Compiling writeable v0.6.3
23052026-08-07T23:42:49.395Z Compiling utf8_iter v1.0.4
23062026-08-07T23:42:49.437Z Compiling percent-encoding v2.3.2
23072026-08-07T23:42:49.497Z Compiling zerovec v0.11.6
23082026-08-07T23:42:49.518Z Compiling zerotrie v0.2.4
23092026-08-07T23:42:49.562Z Compiling libm v0.2.16
23102026-08-07T23:42:49.634Z Compiling icu_properties_data v2.2.0
23112026-08-07T23:42:49.677Z Compiling icu_normalizer_data v2.2.0
23122026-08-07T23:42:49.712Z Compiling form_urlencoded v1.2.2
23132026-08-07T23:42:49.757Z Compiling rand_core v0.10.1
23142026-08-07T23:42:49.777Z Compiling errno v0.3.14
23152026-08-07T23:42:49.935Z Compiling getrandom v0.4.2
23162026-08-07T23:42:49.953Z Compiling iana-time-zone v0.1.65
23172026-08-07T23:42:49.978Z Compiling pin-project-lite v0.2.17
23182026-08-07T23:42:49.990Z Compiling zeroize v1.8.2
23192026-08-07T23:42:50.082Z Compiling tinystr v0.8.3
23202026-08-07T23:42:50.142Z Compiling potential_utf v0.1.5
23212026-08-07T23:42:50.142Z Compiling dyn-clone v1.0.20
23222026-08-07T23:42:50.238Z Compiling socket2 v0.6.5
23232026-08-07T23:42:50.255Z Compiling icu_locale_core v2.2.0
23242026-08-07T23:42:50.275Z Compiling icu_collections v2.2.0
23252026-08-07T23:42:50.291Z Compiling scopeguard v1.2.0
23262026-08-07T23:42:50.324Z Compiling parking_lot_core v0.9.12
23272026-08-07T23:42:50.337Z Compiling signal-hook-registry v1.4.8
23282026-08-07T23:42:50.403Z Compiling num-traits v0.2.19
23292026-08-07T23:42:50.716Z Compiling lock_api v0.4.14
23302026-08-07T23:42:50.823Z Compiling mio v1.2.1
23312026-08-07T23:42:50.999Z Compiling parking_lot v0.12.5
23322026-08-07T23:42:51.020Z Compiling portable-atomic v1.13.1
23332026-08-07T23:42:51.057Z Compiling serde v1.0.229
23342026-08-07T23:42:51.242Z Compiling serde_json v1.0.151
23352026-08-07T23:42:51.253Z Compiling icu_provider v2.2.0
23362026-08-07T23:42:51.333Z Compiling uuid v1.24.0
23372026-08-07T23:42:51.508Z Compiling semver v1.0.28
23382026-08-07T23:42:51.715Z Compiling bytes v1.11.1
23392026-08-07T23:42:51.786Z Compiling icu_normalizer v2.2.0
23402026-08-07T23:42:51.850Z Compiling icu_properties v2.2.0
23412026-08-07T23:42:51.933Z Compiling chrono v0.4.45
23422026-08-07T23:42:51.966Z Compiling thiserror v2.0.19
23432026-08-07T23:42:52.080Z Compiling bitflags v2.12.1
23442026-08-07T23:42:52.167Z Compiling futures-core v0.3.32
23452026-08-07T23:42:52.337Z Compiling tokio v1.53.1
23462026-08-07T23:42:52.491Z Compiling critical-section v1.2.0
23472026-08-07T23:42:52.609Z Compiling once_cell v1.21.4
23482026-08-07T23:42:52.621Z Compiling subtle v2.6.1
23492026-08-07T23:42:52.796Z Compiling idna_adapter v1.2.2
23502026-08-07T23:42:52.865Z Compiling log v0.4.32
23512026-08-07T23:42:52.943Z Compiling idna v1.1.0
23522026-08-07T23:42:52.992Z Compiling equivalent v1.0.2
23532026-08-07T23:42:53.003Z Compiling allocator-api2 v0.2.21
23542026-08-07T23:42:53.086Z Compiling zerocopy v0.8.50
23552026-08-07T23:42:53.147Z Compiling futures-sink v0.3.32
23562026-08-07T23:42:53.269Z Compiling slab v0.4.12
23572026-08-07T23:42:53.405Z Compiling url v2.5.8
23582026-08-07T23:42:53.426Z Compiling typenum v1.20.1
23592026-08-07T23:42:53.487Z Compiling futures-channel v0.3.32
23602026-08-07T23:42:53.762Z Compiling hashbrown v0.17.1
23612026-08-07T23:42:53.871Z Compiling getrandom v0.2.17
23622026-08-07T23:42:54.095Z Compiling schemars v0.8.22
23632026-08-07T23:42:54.271Z Compiling futures-task v0.3.32
23642026-08-07T23:42:54.454Z Compiling futures-io v0.3.32
23652026-08-07T23:42:54.516Z Compiling rand_core v0.6.4
23662026-08-07T23:42:54.656Z Compiling futures-util v0.3.32
23672026-08-07T23:42:54.780Z Compiling indexmap v2.14.0
23682026-08-07T23:42:55.063Z Compiling tracing-core v0.1.36
23692026-08-07T23:42:55.426Z Compiling ipnetwork v0.21.1
23702026-08-07T23:42:55.665Z Compiling tracing v0.1.44
23712026-08-07T23:42:55.941Z Compiling base64 v0.22.1
23722026-08-07T23:42:56.038Z Compiling http v1.4.2
23732026-08-07T23:42:56.153Z Compiling unicode-ident v1.0.24
23742026-08-07T23:42:56.281Z Compiling proc-macro2 v1.0.106
23752026-08-07T23:42:56.345Z Compiling slog v2.8.2
23762026-08-07T23:42:56.377Z Compiling erased-serde v0.3.31
23772026-08-07T23:42:56.462Z Compiling fnv v1.0.7
23782026-08-07T23:42:56.577Z Compiling oxnet v0.1.6
23792026-08-07T23:42:57.346Z Compiling quote v1.0.45
23802026-08-07T23:42:57.422Z Compiling tokio-util v0.7.18
23812026-08-07T23:42:57.580Z Compiling syn v2.0.117
23822026-08-07T23:42:57.904Z Compiling byteorder v1.5.0
23832026-08-07T23:42:58.026Z Compiling ipnet v2.12.0
23842026-08-07T23:42:58.174Z Compiling thiserror v1.0.69
23852026-08-07T23:42:58.298Z Compiling ppv-lite86 v0.2.21
23862026-08-07T23:42:58.383Z Compiling rustls-pki-types v1.14.1
23872026-08-07T23:42:58.674Z Compiling aws-lc-sys v0.41.0
23882026-08-07T23:42:58.683Z Compiling http-body v1.0.1
23892026-08-07T23:42:58.741Z Compiling atomic-waker v1.1.2
23902026-08-07T23:42:58.864Z Compiling untrusted v0.7.1
23912026-08-07T23:42:58.893Z Compiling httparse v1.10.1
23922026-08-07T23:42:58.986Z Compiling tower-layer v0.3.3
23932026-08-07T23:42:59.161Z Compiling aws-lc-rs v1.17.0
23942026-08-07T23:42:59.192Z Compiling ryu v1.0.23
23952026-08-07T23:42:59.214Z Compiling tower-service v0.3.3
23962026-08-07T23:42:59.242Z Compiling try-lock v0.2.5
23972026-08-07T23:42:59.242Z Compiling pretty-hex v0.4.2
23982026-08-07T23:42:59.314Z Compiling rustls v0.23.40
23992026-08-07T23:42:59.372Z Compiling untrusted v0.9.0
24002026-08-07T23:42:59.372Z Compiling want v0.3.1
24012026-08-07T23:42:59.397Z Compiling h2 v0.4.14
24022026-08-07T23:42:59.487Z Compiling httpdate v1.0.3
24032026-08-07T23:42:59.514Z Compiling rustix v1.1.4
24042026-08-07T23:42:59.555Z Compiling plain v0.2.3
24052026-08-07T23:42:59.569Z Compiling regex-syntax v0.8.10
24062026-08-07T23:42:59.680Z Compiling getrandom v0.3.4
24072026-08-07T23:42:59.876Z Compiling omicron-workspace-hack v0.1.0
24082026-08-07T23:42:59.900Z Compiling ucd-trie v0.1.7
24092026-08-07T23:42:59.950Z Compiling rand_core v0.9.5
24102026-08-07T23:43:00.214Z Compiling pest v2.8.6
24112026-08-07T23:43:00.463Z Compiling rustls-webpki v0.103.13
24122026-08-07T23:43:01.937Z Compiling hyper v1.11.0
24132026-08-07T23:43:02.018Z Compiling crossbeam-utils v0.8.21
24142026-08-07T23:43:02.718Z Compiling serde_urlencoded v0.7.1
24152026-08-07T23:43:03.017Z Compiling http-body-util v0.1.4
24162026-08-07T23:43:03.071Z Compiling foldhash v0.2.0
24172026-08-07T23:43:03.345Z Compiling hyper-util v0.1.20
24182026-08-07T23:43:04.035Z Compiling newtype-uuid v1.3.2
24192026-08-07T23:43:04.427Z Compiling hex v0.4.3
24202026-08-07T23:43:04.779Z Compiling daft v0.1.7
24212026-08-07T23:43:05.088Z Compiling tokio-rustls v0.26.4
24222026-08-07T23:43:05.398Z Compiling rand_chacha v0.9.0
24232026-08-07T23:43:05.725Z Compiling sync_wrapper v1.0.2
24242026-08-07T23:43:05.854Z Compiling aho-corasick v1.1.4
24252026-08-07T23:43:05.989Z Compiling fastrand v2.4.1
24262026-08-07T23:43:06.337Z Compiling tower v0.5.3
24272026-08-07T23:43:06.354Z Compiling anyhow v1.0.104
24282026-08-07T23:43:06.465Z Compiling rand v0.9.4
24292026-08-07T23:43:06.602Z Compiling powerfmt v0.2.0
24302026-08-07T23:43:06.872Z Compiling regex-automata v0.4.14
24312026-08-07T23:43:06.921Z Compiling tower-http v0.6.11
24322026-08-07T23:43:07.022Z Compiling deranged v0.5.8
24332026-08-07T23:43:07.051Z Compiling generic-array v0.14.7
24342026-08-07T23:43:07.240Z Compiling hashbrown v0.16.1
24352026-08-07T23:43:07.596Z Compiling openapiv3 v2.2.0
24362026-08-07T23:43:07.607Z Compiling num_threads v0.1.7
24372026-08-07T23:43:07.708Z Compiling num-conv v0.2.2
24382026-08-07T23:43:07.878Z Compiling cpufeatures v0.3.0
24392026-08-07T23:43:07.947Z Compiling openssl-probe v0.2.1
24402026-08-07T23:43:07.961Z Compiling time-core v0.1.8
24412026-08-07T23:43:08.121Z Compiling time v0.3.47
24422026-08-07T23:43:08.135Z Compiling rustls-native-certs v0.8.4
24432026-08-07T23:43:08.205Z Compiling camino v1.2.5
24442026-08-07T23:43:08.803Z Compiling tempfile v3.27.0
24452026-08-07T23:43:08.938Z Compiling futures-executor v0.3.32
24462026-08-07T23:43:09.442Z Compiling winnow v1.0.3
24472026-08-07T23:43:09.633Z Compiling futures v0.3.32
24482026-08-07T23:43:09.720Z Compiling regex v1.12.3
24492026-08-07T23:43:09.880Z Compiling rustls-platform-verifier v0.7.0
24502026-08-07T23:43:10.489Z Compiling hyper-rustls v0.27.9
24512026-08-07T23:43:10.901Z Compiling crossbeam-channel v0.5.15
24522026-08-07T23:43:10.936Z Compiling scroll v0.13.0
24532026-08-07T23:43:11.049Z Compiling hybrid-array v0.4.12
24542026-08-07T23:43:11.206Z Compiling adler2 v2.0.1
24552026-08-07T23:43:11.256Z Compiling simd-adler32 v0.3.9
24562026-08-07T23:43:11.307Z Compiling goblin v0.10.7
24572026-08-07T23:43:11.378Z Compiling crc32fast v1.5.0
24582026-08-07T23:43:11.547Z Compiling miniz_oxide v0.8.9
24592026-08-07T23:43:11.632Z Compiling reqwest v0.13.4
24602026-08-07T23:43:11.643Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24612026-08-07T23:43:12.121Z Compiling thread_local v1.1.9
24622026-08-07T23:43:12.455Z Compiling either v1.16.0
24632026-08-07T23:43:12.707Z Compiling flate2 v1.1.9
24642026-08-07T23:43:12.962Z Compiling block-buffer v0.12.0
24652026-08-07T23:43:13.149Z Compiling crypto-common v0.2.2
24662026-08-07T23:43:13.266Z Compiling crypto-common v0.1.7
24672026-08-07T23:43:13.423Z Compiling dtrace-parser v0.3.0
24682026-08-07T23:43:13.678Z Compiling rand_chacha v0.3.1
24692026-08-07T23:43:14.305Z Compiling is-terminal v0.4.17
24702026-08-07T23:43:14.417Z Compiling thread-id v5.1.0
24712026-08-07T23:43:14.440Z Compiling const-oid v0.10.2
24722026-08-07T23:43:14.543Z Compiling take_mut v0.2.2
24732026-08-07T23:43:14.640Z Compiling dof v0.4.0
24742026-08-07T23:43:14.747Z Compiling compression-core v0.4.32
24752026-08-07T23:43:14.934Z Compiling term v1.2.1
24762026-08-07T23:43:16.021Z Compiling debug-ignore v1.0.5
24772026-08-07T23:43:16.139Z Compiling match_cfg v0.1.0
24782026-08-07T23:43:16.220Z Compiling hostname v0.3.1
24792026-08-07T23:43:16.394Z Compiling usdt-impl v0.6.0
24802026-08-07T23:43:16.856Z Compiling slog-term v2.9.2
24812026-08-07T23:43:17.739Z Compiling compression-codecs v0.4.38
24822026-08-07T23:43:18.116Z Compiling digest v0.11.3
24832026-08-07T23:43:18.225Z Compiling slog-async v2.8.0
24842026-08-07T23:43:18.265Z Compiling rand v0.8.6
24852026-08-07T23:43:18.318Z Compiling ref-cast v1.0.25
24862026-08-07T23:43:18.435Z Compiling toml_parser v1.1.2+spec-1.1.0
24872026-08-07T23:43:19.056Z Compiling slog-json v2.6.1
24882026-08-07T23:43:19.342Z Compiling strum v0.26.3
24892026-08-07T23:43:19.483Z Compiling macaddr v1.0.1
24902026-08-07T23:43:19.580Z Compiling serde_spanned v1.1.1
24912026-08-07T23:43:19.752Z Compiling toml_datetime v1.1.1+spec-1.1.0
24922026-08-07T23:43:19.752Z Compiling wait-timeout v0.2.1
24932026-08-07T23:43:19.776Z Compiling memmap2 v0.9.10
24942026-08-07T23:43:20.069Z Compiling encoding_rs v0.8.35
24952026-08-07T23:43:20.180Z Compiling quick-error v1.2.3
24962026-08-07T23:43:20.230Z Compiling mime v0.3.17
24972026-08-07T23:43:20.294Z Compiling spin v0.9.8
24982026-08-07T23:43:20.426Z Compiling toml_writer v1.1.1+spec-1.1.0
24992026-08-07T23:43:20.703Z Compiling bit-vec v0.8.0
25002026-08-07T23:43:20.718Z Compiling toml v1.1.2+spec-1.1.0
25012026-08-07T23:43:20.750Z Compiling rusty-fork v0.3.1
25022026-08-07T23:43:21.003Z Compiling bit-set v0.8.0
25032026-08-07T23:43:21.208Z Compiling multer v3.1.0
25042026-08-07T23:43:21.636Z Compiling usdt v0.6.0
25052026-08-07T23:43:22.311Z Compiling slog-bunyan v2.5.0
25062026-08-07T23:43:22.481Z Compiling sha1 v0.11.0
25072026-08-07T23:43:22.501Z Compiling async-compression v0.4.42
25082026-08-07T23:43:22.924Z Compiling serde_with v3.21.0
25092026-08-07T23:43:22.970Z Compiling async-stream v0.3.6
25102026-08-07T23:43:23.004Z Compiling rand_xorshift v0.4.0
25112026-08-07T23:43:23.170Z Compiling waitgroup v0.1.2
25122026-08-07T23:43:23.173Z Compiling rustls-pemfile v2.2.0
25132026-08-07T23:43:23.271Z Compiling serde_path_to_error v0.1.20
25142026-08-07T23:43:23.331Z Compiling hostname v0.4.2
25152026-08-07T23:43:23.464Z Compiling unarray v0.1.4
25162026-08-07T23:43:23.497Z Compiling progenitor-client v0.14.0
25172026-08-07T23:43:23.596Z Compiling proptest v1.11.0
25182026-08-07T23:43:23.744Z Compiling dropshot v0.17.1
25192026-08-07T23:43:23.889Z Compiling strum v0.27.2
25202026-08-07T23:43:23.969Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-08-07T23:43:24.028Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25222026-08-07T23:43:24.123Z Compiling iddqd v0.4.6
25232026-08-07T23:43:24.267Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25242026-08-07T23:43:24.390Z Compiling block-buffer v0.10.4
25252026-08-07T23:43:24.568Z Compiling reqwest v0.12.28
25262026-08-07T23:43:24.581Z Compiling backon v1.6.0
25272026-08-07T23:43:24.850Z Compiling instant v0.1.13
25282026-08-07T23:43:24.978Z Compiling backoff v0.4.0
25292026-08-07T23:43:25.211Z Compiling progenitor-extras v0.2.0
25302026-08-07T23:43:25.300Z Compiling digest v0.10.7
25312026-08-07T23:43:25.462Z Compiling parse-display v0.10.0
25322026-08-07T23:43:25.579Z Compiling itertools v0.14.0
25332026-08-07T23:43:25.676Z Compiling progenitor-client v0.10.0
25342026-08-07T23:43:26.101Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25352026-08-07T23:43:26.165Z Compiling regress v0.10.5
25362026-08-07T23:43:26.381Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25372026-08-07T23:43:27.166Z Compiling humantime v2.3.0
25382026-08-07T23:43:27.614Z Compiling cpufeatures v0.2.17
25392026-08-07T23:43:27.701Z Compiling heck v0.5.0
25402026-08-07T23:43:27.901Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25412026-08-07T23:43:28.597Z Compiling unicode-width v0.2.2
25422026-08-07T23:43:28.925Z Compiling secrecy v0.10.3
25432026-08-07T23:43:29.104Z Compiling tinyvec_macros v0.1.1
25442026-08-07T23:43:29.192Z Compiling tinyvec v1.11.0
25452026-08-07T23:43:29.614Z Compiling num-integer v0.1.46
25462026-08-07T23:43:29.644Z Compiling scroll v0.12.0
25472026-08-07T23:43:29.966Z Compiling crucible-workspace-hack v0.1.0
25482026-08-07T23:43:30.053Z Compiling hmac v0.12.1
25492026-08-07T23:43:30.107Z Compiling regress v0.11.1
25502026-08-07T23:43:30.131Z Compiling inout v0.1.4
25512026-08-07T23:43:30.213Z Compiling ff v0.13.1
25522026-08-07T23:43:30.296Z Compiling utf8parse v0.2.2
25532026-08-07T23:43:30.370Z Compiling group v0.13.0
25542026-08-07T23:43:30.415Z Compiling anstyle-parse v1.0.0
25552026-08-07T23:43:30.494Z Compiling cipher v0.4.4
25562026-08-07T23:43:30.661Z Compiling hkdf v0.12.4
25572026-08-07T23:43:30.765Z Compiling goblin v0.8.2
25582026-08-07T23:43:30.839Z Compiling num-iter v0.1.45
25592026-08-07T23:43:30.941Z Compiling num-rational v0.4.2
25602026-08-07T23:43:30.974Z Compiling zerocopy v0.7.35
25612026-08-07T23:43:31.599Z Compiling universal-hash v0.5.1
25622026-08-07T23:43:31.756Z Compiling crypto-bigint v0.5.5
25632026-08-07T23:43:32.077Z Compiling typify-impl v0.6.2
25642026-08-07T23:43:32.722Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25652026-08-07T23:43:33.700Z Compiling terminal_size v0.4.4
25662026-08-07T23:43:33.870Z Compiling half v2.7.1
25672026-08-07T23:43:34.000Z Compiling num-complex v0.4.6
25682026-08-07T23:43:34.234Z Compiling opaque-debug v0.3.1
25692026-08-07T23:43:34.318Z Compiling ciborium-io v0.2.2
25702026-08-07T23:43:34.427Z Compiling colorchoice v1.0.5
25712026-08-07T23:43:34.472Z Compiling is_terminal_polyfill v1.70.2
25722026-08-07T23:43:34.580Z Compiling anstyle v1.0.14
25732026-08-07T23:43:34.584Z Compiling base64ct v1.8.3
25742026-08-07T23:43:34.853Z Compiling anstyle-query v1.1.5
25752026-08-07T23:43:34.936Z Compiling base16ct v0.2.0
25762026-08-07T23:43:34.972Z Compiling anstream v1.0.0
25772026-08-07T23:43:35.014Z Compiling password-hash v0.5.0
25782026-08-07T23:43:35.150Z Compiling elliptic-curve v0.13.8
25792026-08-07T23:43:35.469Z Compiling ciborium-ll v0.2.2
25802026-08-07T23:43:35.481Z Compiling num v0.4.3
25812026-08-07T23:43:35.559Z Compiling poly1305 v0.8.0
25822026-08-07T23:43:35.760Z Compiling curve25519-dalek v4.1.3
25832026-08-07T23:43:36.025Z Compiling typify v0.6.2
25842026-08-07T23:43:36.146Z Compiling dof v0.3.0
25852026-08-07T23:43:36.257Z Compiling thiserror-no-std v2.0.2
25862026-08-07T23:43:36.362Z Compiling chacha20 v0.9.1
25872026-08-07T23:43:36.628Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25882026-08-07T23:43:37.482Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25892026-08-07T23:43:38.551Z Compiling blake2 v0.10.6
25902026-08-07T23:43:39.042Z Compiling aead v0.5.2
25912026-08-07T23:43:39.060Z Compiling byte-wrapper v0.1.0
25922026-08-07T23:43:39.205Z Compiling crossbeam-epoch v0.9.18
25932026-08-07T23:43:39.206Z Compiling dtrace-parser v0.2.0
25942026-08-07T23:43:39.244Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25952026-08-07T23:43:39.691Z Compiling thread-id v4.2.2
25962026-08-07T23:43:39.789Z Compiling float-ord v0.3.2
25972026-08-07T23:43:39.914Z Compiling strsim v0.11.1
25982026-08-07T23:43:39.966Z Compiling clap_lex v1.1.0
25992026-08-07T23:43:40.230Z Compiling keccak v0.1.6
26002026-08-07T23:43:40.341Z Compiling clap_builder v4.6.5
26012026-08-07T23:43:40.510Z Compiling sha3 v0.10.9
26022026-08-07T23:43:40.760Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26032026-08-07T23:43:40.923Z Compiling usdt-impl v0.5.0
26042026-08-07T23:43:40.966Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26052026-08-07T23:43:41.817Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26062026-08-07T23:43:44.079Z Compiling chacha20poly1305 v0.10.1
26072026-08-07T23:43:44.239Z Compiling argon2 v0.5.3
26082026-08-07T23:43:45.260Z Compiling vsss-rs v3.3.4
26092026-08-07T23:43:45.298Z Compiling ciborium v0.2.2
26102026-08-07T23:43:46.205Z Compiling hash32 v0.3.1
26112026-08-07T23:43:46.379Z Compiling memmap v0.7.0
26122026-08-07T23:43:46.454Z Compiling indent_write v2.2.0
26132026-08-07T23:43:46.619Z Compiling data-encoding v2.11.0
26142026-08-07T23:43:46.633Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-08-07T23:43:46.792Z Compiling usdt v0.5.0
26162026-08-07T23:43:47.462Z Compiling heapless v0.8.0
26172026-08-07T23:43:47.769Z Compiling ingot-types v0.1.2
26182026-08-07T23:43:47.986Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26192026-08-07T23:43:48.246Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26202026-08-07T23:43:48.351Z Compiling clap v4.6.5
26212026-08-07T23:43:48.365Z Compiling rustix v0.38.44
26222026-08-07T23:43:48.443Z Compiling tabwriter v1.4.1
26232026-08-07T23:43:48.825Z Compiling cobs v0.3.0
26242026-08-07T23:43:49.113Z Compiling foreign-types-shared v0.3.1
26252026-08-07T23:43:49.221Z Compiling colored v3.1.1
26262026-08-07T23:43:49.312Z Compiling bitflags v1.3.2
26272026-08-07T23:43:49.398Z Compiling managed v0.8.0
26282026-08-07T23:43:49.677Z Compiling smoltcp v0.11.0
26292026-08-07T23:43:49.761Z Compiling foreign-types v0.5.0
26302026-08-07T23:43:49.851Z Compiling postcard v1.1.3
26312026-08-07T23:43:49.862Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26322026-08-07T23:43:50.240Z Compiling ingot v0.1.1
26332026-08-07T23:43:51.350Z Compiling num_enum v0.7.6
26342026-08-07T23:43:51.487Z Compiling memoffset v0.9.1
26352026-08-07T23:43:51.513Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26362026-08-07T23:43:51.586Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26372026-08-07T23:43:51.635Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382026-08-07T23:43:51.760Z Compiling chacha20 v0.10.0
26392026-08-07T23:43:51.871Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26402026-08-07T23:43:52.107Z Compiling serde_spanned v0.6.9
26412026-08-07T23:43:52.290Z Compiling toml_datetime v0.6.11
26422026-08-07T23:43:52.318Z Compiling cstr-argument v0.1.2
26432026-08-07T23:43:52.464Z Compiling linked-hash-map v0.5.6
26442026-08-07T23:43:52.502Z Compiling swrite v0.1.0
26452026-08-07T23:43:52.618Z Compiling unicode-segmentation v1.13.3
26462026-08-07T23:43:52.684Z Compiling toml_write v0.1.2
26472026-08-07T23:43:52.695Z Compiling static_assertions v1.1.0
26482026-08-07T23:43:52.777Z Compiling winnow v0.7.15
26492026-08-07T23:43:52.940Z Compiling resolv-conf v0.7.6
26502026-08-07T23:43:52.952Z Compiling lru-cache v0.1.2
26512026-08-07T23:43:52.993Z Compiling newline-converter v0.3.0
26522026-08-07T23:43:53.096Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26532026-08-07T23:43:53.135Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-08-07T23:43:53.236Z Compiling rand v0.10.2
26552026-08-07T23:43:53.513Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26562026-08-07T23:43:53.574Z Compiling hubpack v0.1.2
26572026-08-07T23:43:53.649Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26582026-08-07T23:43:53.832Z Compiling nix v0.31.3
26592026-08-07T23:43:53.887Z Compiling atomicwrites v0.4.4
26602026-08-07T23:43:54.006Z Compiling hickory-proto v0.24.4
26612026-08-07T23:43:54.188Z Compiling crossbeam-deque v0.8.6
26622026-08-07T23:43:54.421Z Compiling toml_edit v0.22.27
26632026-08-07T23:43:54.739Z Compiling console v0.15.11
26642026-08-07T23:43:54.915Z Compiling itertools v0.12.1
26652026-08-07T23:43:56.146Z Compiling camino-tempfile v1.4.1
26662026-08-07T23:43:56.442Z Compiling serde-big-array v0.5.1
26672026-08-07T23:43:56.512Z Compiling siphasher v1.0.3
26682026-08-07T23:43:56.569Z Compiling lazy_static v1.5.0
26692026-08-07T23:43:56.604Z Compiling similar v2.7.0
26702026-08-07T23:43:56.680Z Compiling phf_shared v0.12.1
26712026-08-07T23:43:56.726Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26722026-08-07T23:43:56.907Z Compiling pin-project v1.1.13
26732026-08-07T23:43:57.024Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26742026-08-07T23:43:57.238Z Compiling expectorate v1.2.0
26752026-08-07T23:43:57.462Z Compiling hickory-resolver v0.24.4
26762026-08-07T23:43:57.882Z Compiling toml v0.8.23
26772026-08-07T23:43:59.355Z Compiling prettyplease v0.2.37
26782026-08-07T23:44:00.558Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26792026-08-07T23:44:00.810Z Compiling rayon-core v1.13.0
26802026-08-07T23:44:02.539Z Compiling num_enum v0.5.11
26812026-08-07T23:44:02.558Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
26822026-08-07T23:44:02.627Z Compiling progenitor-impl v0.14.0
26832026-08-07T23:44:02.670Z Compiling progenitor-impl v0.13.0
26842026-08-07T23:44:03.707Z Compiling unicode-normalization v0.1.25
26852026-08-07T23:44:04.304Z Compiling progenitor-client v0.13.0
26862026-08-07T23:44:04.812Z Compiling tokio-stream v0.1.18
26872026-08-07T23:44:05.419Z Compiling bstr v1.12.1
26882026-08-07T23:44:06.147Z Compiling csv-core v0.1.13
26892026-08-07T23:44:06.300Z Compiling same-file v1.0.6
26902026-08-07T23:44:06.490Z Compiling foreign-types-shared v0.1.1
26912026-08-07T23:44:06.556Z Compiling foldhash v0.1.5
26922026-08-07T23:44:06.589Z Compiling highway v1.3.0
26932026-08-07T23:44:06.790Z Compiling konst_macro_rules v0.2.19
26942026-08-07T23:44:06.840Z Compiling unicode-width v0.1.14
26952026-08-07T23:44:06.990Z Compiling konst v0.2.20
26962026-08-07T23:44:07.160Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26972026-08-07T23:44:07.276Z Compiling hashbrown v0.15.5
26982026-08-07T23:44:07.386Z Compiling foreign-types v0.3.2
26992026-08-07T23:44:07.470Z Compiling walkdir v2.5.0
27002026-08-07T23:44:07.930Z Compiling csv v1.4.0
27012026-08-07T23:44:08.189Z Compiling globset v0.4.18
27022026-08-07T23:44:08.910Z Compiling snafu v0.8.9
27032026-08-07T23:44:09.492Z Compiling qorb v0.4.1
27042026-08-07T23:44:10.961Z Compiling progenitor v0.13.0
27052026-08-07T23:44:11.126Z Compiling olpc-cjson v0.1.4
27062026-08-07T23:44:11.146Z Compiling progenitor v0.14.0
27072026-08-07T23:44:11.301Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27082026-08-07T23:44:11.345Z Compiling rayon v1.12.0
27092026-08-07T23:44:11.456Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27102026-08-07T23:44:11.915Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27112026-08-07T23:44:13.604Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27122026-08-07T23:44:14.284Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27132026-08-07T23:44:16.561Z Compiling phf v0.12.1
27142026-08-07T23:44:16.751Z Compiling openssl-sys v0.9.116
27152026-08-07T23:44:17.190Z Compiling tokio-dtrace v0.1.1
27162026-08-07T23:44:17.535Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27172026-08-07T23:44:17.951Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27182026-08-07T23:44:18.180Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27192026-08-07T23:44:18.826Z Compiling libsw-core v0.3.2
27202026-08-07T23:44:19.019Z Compiling pem v3.0.6
27212026-08-07T23:44:19.486Z Compiling serde_plain v1.0.2
27222026-08-07T23:44:19.560Z Compiling sigpipe v0.1.3
27232026-08-07T23:44:19.664Z Compiling fixedbitset v0.5.7
27242026-08-07T23:44:19.724Z Compiling bytecount v0.6.9
27252026-08-07T23:44:19.770Z Compiling typed-path v0.9.3
27262026-08-07T23:44:19.917Z Compiling glob v0.3.3
27272026-08-07T23:44:20.190Z Compiling jiff v0.2.28
27282026-08-07T23:44:20.773Z Compiling minimal-lexical v0.2.1
27292026-08-07T23:44:20.903Z Compiling fixedbitset v0.4.2
27302026-08-07T23:44:21.105Z Compiling petgraph v0.6.5
27312026-08-07T23:44:21.280Z Compiling nom v7.1.3
27322026-08-07T23:44:21.792Z Compiling tough v0.22.0
27332026-08-07T23:44:22.160Z Compiling petgraph v0.8.3
27342026-08-07T23:44:22.783Z Compiling papergrid v0.11.0
27352026-08-07T23:44:22.956Z Compiling openssl v0.10.80
27362026-08-07T23:44:22.996Z Compiling libsw v3.5.0
27372026-08-07T23:44:23.190Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27382026-08-07T23:44:23.443Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-08-07T23:44:24.591Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-08-07T23:44:24.856Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-08-07T23:44:25.870Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27422026-08-07T23:44:26.191Z Compiling zone v0.3.1
27432026-08-07T23:44:27.954Z Compiling oxide-tokio-rt v0.1.6
27442026-08-07T23:44:28.163Z Compiling chrono-tz v0.10.4
27452026-08-07T23:44:28.190Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27462026-08-07T23:44:28.580Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-08-07T23:44:28.692Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-08-07T23:44:28.791Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27492026-08-07T23:44:28.890Z Compiling newtype_derive v0.1.6
27502026-08-07T23:44:28.978Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-08-07T23:44:29.446Z Compiling slog-dtrace v0.3.0
27522026-08-07T23:44:30.192Z Compiling owo-colors v4.3.0
27532026-08-07T23:44:31.094Z Compiling const_format v0.2.36
27542026-08-07T23:44:31.224Z Compiling cancel-safe-futures v0.1.5
27552026-08-07T23:44:31.599Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27562026-08-07T23:44:31.612Z Compiling gethostname v0.5.0
27572026-08-07T23:44:31.749Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27582026-08-07T23:44:32.299Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-08-07T23:44:32.439Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-08-07T23:44:32.512Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-08-07T23:44:32.567Z Compiling smf v0.2.3
27622026-08-07T23:44:32.752Z Compiling bcs v0.1.6
27632026-08-07T23:44:32.888Z Compiling unicode-linebreak v0.1.5
27642026-08-07T23:44:33.068Z Compiling termtree v0.5.1
27652026-08-07T23:44:33.152Z Compiling tagptr v0.2.0
27662026-08-07T23:44:33.168Z Compiling smawk v0.3.2
27672026-08-07T23:44:33.244Z Compiling whoami v1.6.1
27682026-08-07T23:44:33.318Z Compiling linear-map v1.2.0
27692026-08-07T23:44:33.331Z Compiling textwrap v0.16.2
27702026-08-07T23:44:33.544Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-08-07T23:44:33.706Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-08-07T23:44:33.841Z Compiling moka v0.12.15
27732026-08-07T23:44:34.942Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-08-07T23:44:35.094Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-08-07T23:44:35.382Z Compiling tabled v0.15.0
27762026-08-07T23:44:35.496Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-08-07T23:44:35.908Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-08-07T23:44:36.129Z Compiling steno v0.4.1
27792026-08-07T23:44:36.975Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-08-07T23:44:37.162Z Compiling cookie v0.18.1
27812026-08-07T23:44:38.522Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27822026-08-07T23:44:42.300Z Compiling hickory-proto v0.25.2
27832026-08-07T23:44:43.119Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27842026-08-07T23:44:44.098Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27852026-08-07T23:44:44.312Z Compiling arc-swap v1.9.1
27862026-08-07T23:44:44.708Z Compiling hickory-resolver v0.25.2
27872026-08-07T23:44:45.741Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27882026-08-07T23:44:46.295Z Compiling slog-scope v4.4.1
27892026-08-07T23:44:46.689Z Compiling libscf-sys v1.2.0
27902026-08-07T23:44:46.773Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-08-07T23:44:46.859Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27922026-08-07T23:44:47.457Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27932026-08-07T23:44:47.589Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27942026-08-07T23:44:48.145Z Compiling slog-stdlog v4.1.1
27952026-08-07T23:44:48.520Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27962026-08-07T23:44:48.662Z Compiling slog-envlogger v2.2.0
27972026-08-07T23:44:49.207Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27982026-08-07T23:44:49.964Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27992026-08-07T23:44:50.697Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28002026-08-07T23:44:51.264Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28012026-08-07T23:44:59.598Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28022026-08-07T23:45:02.311Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28032026-08-07T23:45:03.791Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28042026-08-07T23:45:12.920Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28052026-08-07T23:45:16.788Z Finished `release` profile [optimized] target(s) in 2m 28s
28062026-08-07T23:45:16.905Z Running unittests src/lib.rs (target/release/deps/mg_tests-068a626eb3f5fcc8)
28072026-08-07T23:45:16.911Z
28082026-08-07T23:45:16.911Zrunning 1 test
28092026-08-07T23:45:17.066Zconfigure zone
28102026-08-07T23:45:17.084Zinstall zone
28112026-08-07T23:45:26.518Zboot zone
28122026-08-07T23:45:26.615Zstart zone s1
28132026-08-07T23:45:26.616Zconfigure zone
28142026-08-07T23:45:26.619Zinstall zone
28152026-08-07T23:45:28.545Zboot zone
28162026-08-07T23:45:28.652Zstart zone s2
28172026-08-07T23:45:28.652Zconfigure zone
28182026-08-07T23:45:28.661Zinstall zone
28192026-08-07T23:45:31.260Zboot zone
28202026-08-07T23:45:31.367Zstart zone t1
28212026-08-07T23:45:31.367Zconfigure zone
28222026-08-07T23:45:31.378Zinstall zone
28232026-08-07T23:45:34.051Zboot zone
28242026-08-07T23:45:34.161Zwaiting for zones to come up
28252026-08-07T23:45:44.163Z[sidecar.trio] svcs milestone/network
28262026-08-07T23:45:44.188ZSTATE STIME FMRI
28272026-08-07T23:45:44.188Zonline 23:45:25 svc:/milestone/network:default
28282026-08-07T23:45:44.189Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28292026-08-07T23:45:44.216Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28302026-08-07T23:45:44.242Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28312026-08-07T23:45:44.262Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28322026-08-07T23:45:44.266Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28332026-08-07T23:45:44.277Z
28342026-08-07T23:45:44.277Zrunning zone s1.trio setup
28352026-08-07T23:45:44.277Z[s1.trio] svcs milestone/network
28362026-08-07T23:45:44.293ZSTATE STIME FMRI
28372026-08-07T23:45:44.293Zonline 23:45:27 svc:/milestone/network:default
28382026-08-07T23:45:44.293Z[s1.trio] dladm
28392026-08-07T23:45:44.306ZLINK CLASS MTU STATE BRIDGE OVER
28402026-08-07T23:45:44.306Zsl0 simnet 9000 up -- ?
28412026-08-07T23:45:44.306Zmg2 vnic 9000 up -- ?
28422026-08-07T23:45:44.306Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28432026-08-07T23:45:44.924Z
28442026-08-07T23:45:44.924Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28452026-08-07T23:45:44.940Z
28462026-08-07T23:45:44.940Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28472026-08-07T23:45:44.952Z
28482026-08-07T23:45:44.952Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28492026-08-07T23:45:45.055Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28502026-08-07T23:45:45.135Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 603d1b27-7da4-4d48-a502-a32d9fbe623f --sled-uuid e82027ed-b834-437f-a211-b4572488f89e -a sl0/v6 &> /opt/ddmd.log &
28512026-08-07T23:45:45.150Z
28522026-08-07T23:45:45.150Zrunning zone s2.trio setup
28532026-08-07T23:45:45.150Z[s2.trio] svcs milestone/network
28542026-08-07T23:45:45.165ZSTATE STIME FMRI
28552026-08-07T23:45:45.165Zonline 23:45:30 svc:/milestone/network:default
28562026-08-07T23:45:45.165Z[s2.trio] dladm
28572026-08-07T23:45:45.179ZLINK CLASS MTU STATE BRIDGE OVER
28582026-08-07T23:45:45.179Zsl1 simnet 9000 up -- ?
28592026-08-07T23:45:45.179Zmg3 vnic 9000 up -- ?
28602026-08-07T23:45:45.179Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28612026-08-07T23:45:45.665Z
28622026-08-07T23:45:45.665Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28632026-08-07T23:45:45.678Z
28642026-08-07T23:45:45.678Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28652026-08-07T23:45:45.690Z
28662026-08-07T23:45:45.690Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28672026-08-07T23:45:45.726Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28682026-08-07T23:45:45.755Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1a1afbd2-1660-4926-b88b-c2d209d3fb4b --sled-uuid f87535ce-051a-4a94-877b-3ab9154b407f -a sl1/v6 &> /opt/ddmd.log &
28692026-08-07T23:45:45.767Z
28702026-08-07T23:45:45.767Zrunning zone t1.trio setup
28712026-08-07T23:45:45.767Z[t1.trio] svcs milestone/network
28722026-08-07T23:45:45.781ZSTATE STIME FMRI
28732026-08-07T23:45:45.781Zonline 23:45:33 svc:/milestone/network:default
28742026-08-07T23:45:45.781Z[t1.trio] dladm
28752026-08-07T23:45:45.794ZLINK CLASS MTU STATE BRIDGE OVER
28762026-08-07T23:45:45.794Ztfportrear0_0 simnet 9000 up -- ?
28772026-08-07T23:45:45.794Ztfportrear1_0 simnet 9000 up -- ?
28782026-08-07T23:45:45.794Zmg1 vnic 9000 up -- ?
28792026-08-07T23:45:45.794Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28802026-08-07T23:45:46.346Z
28812026-08-07T23:45:46.346Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28822026-08-07T23:45:46.360Z
28832026-08-07T23:45:46.360Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28842026-08-07T23:45:46.373Z
28852026-08-07T23:45:46.373Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28862026-08-07T23:45:46.384Z
28872026-08-07T23:45:46.384Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28882026-08-07T23:45:46.705Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28892026-08-07T23:45:46.707Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28902026-08-07T23:45:46.711Zwaiting 3s for copy of files to zone to complete ...
28912026-08-07T23:45:50.253Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28922026-08-07T23:45:50.253Z
28932026-08-07T23:45:50.253Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28942026-08-07T23:45:50.253Z
28952026-08-07T23:45:50.253Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28962026-08-07T23:45:50.253Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28972026-08-07T23:45:50.253Z[t1.trio] svcadm disable dendrite
28982026-08-07T23:45:50.253Z
28992026-08-07T23:45:50.253Z[t1.trio] svcadm disable tfport
29002026-08-07T23:45:50.253Z
29012026-08-07T23:45:50.253Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
29022026-08-07T23:45:50.253Z
29032026-08-07T23:45:50.253Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29042026-08-07T23:45:50.254Z
29052026-08-07T23:45:50.254Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29062026-08-07T23:45:50.254Z
29072026-08-07T23:45:50.254Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29082026-08-07T23:45:50.254Z
29092026-08-07T23:45:50.254Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29102026-08-07T23:45:50.254Z
29112026-08-07T23:45:50.254Z[t1.trio] svcadm refresh dendrite:default
29122026-08-07T23:45:50.254Z
29132026-08-07T23:45:50.254Z[t1.trio] svcadm enable dendrite:default
29142026-08-07T23:45:50.254Z
29152026-08-07T23:45:50.254Zwait 10s for dendrite to come up ...
29162026-08-07T23:46:00.242Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29172026-08-07T23:46:00.273Z
29182026-08-07T23:46:00.273Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29192026-08-07T23:46:00.296Z
29202026-08-07T23:46:00.296Z[t1.trio] svcadm refresh tfport:default
29212026-08-07T23:46:00.318Z
29222026-08-07T23:46:00.318Z[t1.trio] svcadm enable tfport
29232026-08-07T23:46:00.339Z
29242026-08-07T23:46:00.339Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 73feb5c6-4ea4-4180-bb4c-06ec345e62d2 --sled-uuid 7be70fbd-8fb4-4fa5-a36b-aad30a0205cc -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29252026-08-07T23:46:00.350Z
29262026-08-07T23:46:00.350Z[t1.trio] ipadm
29272026-08-07T23:46:00.365ZADDROBJ TYPE STATE ADDR
29282026-08-07T23:46:00.365Zlo0/v4 static ok 127.0.0.1/8
29292026-08-07T23:46:00.365Zmg1/v4 static ok 10.0.0.3/24
29302026-08-07T23:46:00.365Zlo0/v6 static ok ::1/128
29312026-08-07T23:46:00.365Zlo0/u6 static ok fd00:3::1/64
29322026-08-07T23:46:00.365Ztfportrear0_0/v6 addrconf ok fe80::309b:2fff:fede:e485%tfportrear0_0/10
29332026-08-07T23:46:00.365Ztfportrear1_0/v6 addrconf ok fe80::5443:22ff:fe6a:351c%tfportrear1_0/10
29342026-08-07T23:46:02.480Zinitial peering test passed
29352026-08-07T23:46:03.483Zadvertise from one passed
29362026-08-07T23:46:04.484Zadvertise from two passed
29372026-08-07T23:46:04.484Z[s1.trio] ping fd00:2::1
29382026-08-07T23:46:04.499Zfd00:2::1 is alive
29392026-08-07T23:46:04.499Z[s2.trio] ping fd00:1::1
29402026-08-07T23:46:04.512Zfd00:1::1 is alive
29412026-08-07T23:46:04.512Zconnectivity test passed
29422026-08-07T23:46:04.512Z[t1.trio] pkill ddmd
29432026-08-07T23:46:04.523Z
29442026-08-07T23:46:10.527Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 86851be8-e805-497b-9a15-be8f4fd663f2 --sled-uuid 98f2644a-4c27-45c6-a762-8b9312f0592f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29452026-08-07T23:46:10.540Z
29462026-08-07T23:46:10.540Z[t1.trio] ipadm
29472026-08-07T23:46:10.554ZADDROBJ TYPE STATE ADDR
29482026-08-07T23:46:10.554Zlo0/v4 static ok 127.0.0.1/8
29492026-08-07T23:46:10.554Zmg1/v4 static ok 10.0.0.3/24
29502026-08-07T23:46:10.554Zlo0/v6 static ok ::1/128
29512026-08-07T23:46:10.554Zlo0/u6 static ok fd00:3::1/64
29522026-08-07T23:46:10.554Ztfportrear0_0/v6 addrconf ok fe80::309b:2fff:fede:e485%tfportrear0_0/10
29532026-08-07T23:46:10.554Ztfportrear1_0/v6 addrconf ok fe80::5443:22ff:fe6a:351c%tfportrear1_0/10
29542026-08-07T23:46:13.556Z[s1.trio] ping fd00:2::1
29552026-08-07T23:46:13.571Zfd00:2::1 is alive
29562026-08-07T23:46:13.571Z[s2.trio] ping fd00:1::1
29572026-08-07T23:46:13.583Zfd00:1::1 is alive
29582026-08-07T23:46:13.583Ztransit router restart passed
29592026-08-07T23:46:13.583Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29602026-08-07T23:46:13.599Zlocal v6:
29612026-08-07T23:46:13.599Zfe80::5443:22ff:fe6a:351c
29622026-08-07T23:46:13.599Zfe80::309b:2fff:fede:e485
29632026-08-07T23:46:13.599Zlocal v4:
29642026-08-07T23:46:13.599Zrouter v6_idx:
29652026-08-07T23:46:13.599Zfd00:1::/64 -> 0
29662026-08-07T23:46:13.599Zfd00:2::/64 -> 1
29672026-08-07T23:46:13.599Zrouter v6_routes:
29682026-08-07T23:46:13.599Z0 -> fe80::3411:32ff:fe1d:84f8 (1)
29692026-08-07T23:46:13.599Z1 -> fe80::1c15:ddff:feb5:4d9a (2)
29702026-08-07T23:46:13.599Zrouter v4_idx:
29712026-08-07T23:46:13.599Zrouter v4_routes:
29722026-08-07T23:46:13.599Zresolver v4:
29732026-08-07T23:46:13.599Z10.0.0.3 -> 02:08:20:08:02:d6
29742026-08-07T23:46:13.599Z10.0.0.254 -> 02:08:20:b4:81:75
29752026-08-07T23:46:13.599Zresolver v6:
29762026-08-07T23:46:13.599Zfe80::1c15:ddff:feb5:4d9a -> 1e:15:dd:b5:4d:9a
29772026-08-07T23:46:13.600Zfe80::3411:32ff:fe1d:84f8 -> 36:11:32:1d:84:f8
29782026-08-07T23:46:13.600Zfe80::309b:2fff:fede:e485 -> 32:9b:2f:de:e4:85
29792026-08-07T23:46:13.600Zfe80::5443:22ff:fe6a:351c -> 56:43:22:6a:35:1c
29802026-08-07T23:46:13.600Znat v4:
29812026-08-07T23:46:13.600Znat_v6:
29822026-08-07T23:46:13.600Zport_mac:
29832026-08-07T23:46:13.600Z2: a8:40:25:26:88:36
29842026-08-07T23:46:13.600Z1: a8:40:25:26:88:35
29852026-08-07T23:46:13.600Z1000: a8:40:25:26:88:34
29862026-08-07T23:46:13.600Zproxy arp:
29872026-08-07T23:46:13.600Z[s1.trio] pkill ddmd
29882026-08-07T23:46:13.611Z
29892026-08-07T23:46:16.918Ztest ddm::test_trio_v3 has been running for over 60 seconds
29902026-08-07T23:46:18.613Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29912026-08-07T23:46:18.629Zlocal v6:
29922026-08-07T23:46:18.629Zfe80::5443:22ff:fe6a:351c
29932026-08-07T23:46:18.629Zfe80::309b:2fff:fede:e485
29942026-08-07T23:46:18.629Zlocal v4:
29952026-08-07T23:46:18.629Zrouter v6_idx:
29962026-08-07T23:46:18.629Zfd00:2::/64 -> 1
29972026-08-07T23:46:18.629Zrouter v6_routes:
29982026-08-07T23:46:18.629Z1 -> fe80::1c15:ddff:feb5:4d9a (2)
29992026-08-07T23:46:18.629Zrouter v4_idx:
30002026-08-07T23:46:18.629Zrouter v4_routes:
30012026-08-07T23:46:18.629Zresolver v4:
30022026-08-07T23:46:18.629Z10.0.0.3 -> 02:08:20:08:02:d6
30032026-08-07T23:46:18.629Z10.0.0.254 -> 02:08:20:b4:81:75
30042026-08-07T23:46:18.629Zresolver v6:
30052026-08-07T23:46:18.630Zfe80::1c15:ddff:feb5:4d9a -> 1e:15:dd:b5:4d:9a
30062026-08-07T23:46:18.630Zfe80::3411:32ff:fe1d:84f8 -> 36:11:32:1d:84:f8
30072026-08-07T23:46:18.630Zfe80::309b:2fff:fede:e485 -> 32:9b:2f:de:e4:85
30082026-08-07T23:46:18.630Zfe80::5443:22ff:fe6a:351c -> 56:43:22:6a:35:1c
30092026-08-07T23:46:18.630Znat v4:
30102026-08-07T23:46:18.630Znat_v6:
30112026-08-07T23:46:18.630Zport_mac:
30122026-08-07T23:46:18.630Z2: a8:40:25:26:88:36
30132026-08-07T23:46:18.630Z1: a8:40:25:26:88:35
30142026-08-07T23:46:18.630Z1000: a8:40:25:26:88:34
30152026-08-07T23:46:18.630Zproxy arp:
30162026-08-07T23:46:18.630Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 34a06cb5-79b8-4dee-884d-6ae7533d51df --sled-uuid 2ae25153-590b-47f7-b63e-2e6097b8b527 -a sl0/v6 &> /opt/ddmd.log &
30172026-08-07T23:46:18.641Z
30182026-08-07T23:46:21.643Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30192026-08-07T23:46:21.659Zlocal v6:
30202026-08-07T23:46:21.659Zfe80::5443:22ff:fe6a:351c
30212026-08-07T23:46:21.659Zfe80::309b:2fff:fede:e485
30222026-08-07T23:46:21.659Zlocal v4:
30232026-08-07T23:46:21.659Zrouter v6_idx:
30242026-08-07T23:46:21.659Zfd00:1::/64 -> 0
30252026-08-07T23:46:21.659Zfd00:2::/64 -> 1
30262026-08-07T23:46:21.659Zrouter v6_routes:
30272026-08-07T23:46:21.659Z0 -> fe80::3411:32ff:fe1d:84f8 (1)
30282026-08-07T23:46:21.659Z1 -> fe80::1c15:ddff:feb5:4d9a (2)
30292026-08-07T23:46:21.660Zrouter v4_idx:
30302026-08-07T23:46:21.660Zrouter v4_routes:
30312026-08-07T23:46:21.660Zresolver v4:
30322026-08-07T23:46:21.660Z10.0.0.3 -> 02:08:20:08:02:d6
30332026-08-07T23:46:21.660Z10.0.0.254 -> 02:08:20:b4:81:75
30342026-08-07T23:46:21.660Zresolver v6:
30352026-08-07T23:46:21.660Zfe80::1c15:ddff:feb5:4d9a -> 1e:15:dd:b5:4d:9a
30362026-08-07T23:46:21.660Zfe80::3411:32ff:fe1d:84f8 -> 36:11:32:1d:84:f8
30372026-08-07T23:46:21.660Zfe80::309b:2fff:fede:e485 -> 32:9b:2f:de:e4:85
30382026-08-07T23:46:21.660Zfe80::5443:22ff:fe6a:351c -> 56:43:22:6a:35:1c
30392026-08-07T23:46:21.660Znat v4:
30402026-08-07T23:46:21.660Znat_v6:
30412026-08-07T23:46:21.660Zport_mac:
30422026-08-07T23:46:21.660Z2: a8:40:25:26:88:36
30432026-08-07T23:46:21.660Z1: a8:40:25:26:88:35
30442026-08-07T23:46:21.660Z1000: a8:40:25:26:88:34
30452026-08-07T23:46:21.660Zproxy arp:
30462026-08-07T23:46:21.663Z[s2.trio] netstat -nr -f inet6
30472026-08-07T23:46:21.672ZRouting Table: IPv6
30482026-08-07T23:46:21.672Z Destination/Mask Gateway Flags Ref Use If
30492026-08-07T23:46:21.672Z--------------------------- --------------------------- ----- --- ------- -----
30502026-08-07T23:46:21.672Z::1 ::1 UH 2 0 lo0
30512026-08-07T23:46:21.672Zfd00:1::/64 fe80::5443:22ff:fe6a:351c UG 1 0 sl1
30522026-08-07T23:46:21.672Zfe80::/10 fe80::1c15:ddff:feb5:4d9a U 3 64 sl1
30532026-08-07T23:46:21.672Z[s2.trio] ipadm
30542026-08-07T23:46:21.684ZADDROBJ TYPE STATE ADDR
30552026-08-07T23:46:21.684Zlo0/v4 static ok 127.0.0.1/8
30562026-08-07T23:46:21.684Zmg3/v4 static ok 10.0.0.2/24
30572026-08-07T23:46:21.684Zlo0/v6 static ok ::1/128
30582026-08-07T23:46:21.685Zlo0/u6 static ok fd00:2::1/64
30592026-08-07T23:46:21.685Zsl1/v6 addrconf ok fe80::1c15:ddff:feb5:4d9a%sl1/10
30602026-08-07T23:46:21.685Z[s2.trio] route -nv get -inet6 fd00:1::1
30612026-08-07T23:46:21.696Znewrt->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>
30622026-08-07T23:46:21.696Zlocks: inits:
30632026-08-07T23:46:21.696Zsockaddrs: <DST,IFP>
30642026-08-07T23:46:21.696Z fd00:1::1
30652026-08-07T23:46:21.696Z route to: fd00:1::1
30662026-08-07T23:46:21.696Zdestination: fd00:1::
30672026-08-07T23:46:21.696Z mask: ffff:ffff:ffff:ffff::
30682026-08-07T23:46:21.696Z gateway: fe80::5443:22ff:fe6a:351c
30692026-08-07T23:46:21.697Z interface: sl1 index 3 address 1e 15 dd b5 4d 9a
30702026-08-07T23:46:21.697Z flags: <UP,GATEWAY,DONE,STATIC>
30712026-08-07T23:46:21.697Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30722026-08-07T23:46:21.697Z 0 0 0 0 0 0 9000 0
30732026-08-07T23:46:21.697Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30742026-08-07T23:46:21.697Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30752026-08-07T23:46:21.697Z fd00:1:: fe80::5443:22ff:fe6a:351c ffff:ffff:ffff:ffff:: sl1:1e.15.dd.b5.4d.9a fe80::1c15:ddff:feb5:4d9a
30762026-08-07T23:46:21.697Z[s2.trio] ndp -na
30772026-08-07T23:46:21.709ZNet to Media Table: IPv6
30782026-08-07T23:46:21.709Z If Physical Address Type State Destination/Mask
30792026-08-07T23:46:21.709Z----- ----------------- ------- ------------ ---------------------------
30802026-08-07T23:46:21.709Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30812026-08-07T23:46:21.709Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30822026-08-07T23:46:21.709Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30832026-08-07T23:46:21.709Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30842026-08-07T23:46:21.709Zsl1 33:33:ff:6a:35:1c other REACHABLE ff02::1:ff6a:351c
30852026-08-07T23:46:21.709Zsl1 33:33:ff:b5:4d:9a other REACHABLE ff02::1:ffb5:4d9a
30862026-08-07T23:46:21.709Zsl1 56:43:22:6a:35:1c dynamic REACHABLE fe80::5443:22ff:fe6a:351c
30872026-08-07T23:46:21.709Zsl1 1e:15:dd:b5:4d:9a local REACHABLE fe80::1c15:ddff:feb5:4d9a
30882026-08-07T23:46:21.709Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30892026-08-07T23:46:21.709Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30902026-08-07T23:46:21.723Zlocal v6:
30912026-08-07T23:46:21.723Zfe80::5443:22ff:fe6a:351c
30922026-08-07T23:46:21.723Zfe80::309b:2fff:fede:e485
30932026-08-07T23:46:21.723Zlocal v4:
30942026-08-07T23:46:21.723Zrouter v6_idx:
30952026-08-07T23:46:21.723Zfd00:1::/64 -> 0
30962026-08-07T23:46:21.723Zfd00:2::/64 -> 1
30972026-08-07T23:46:21.723Zrouter v6_routes:
30982026-08-07T23:46:21.723Z0 -> fe80::3411:32ff:fe1d:84f8 (1)
30992026-08-07T23:46:21.723Z1 -> fe80::1c15:ddff:feb5:4d9a (2)
31002026-08-07T23:46:21.723Zrouter v4_idx:
31012026-08-07T23:46:21.723Zrouter v4_routes:
31022026-08-07T23:46:21.724Zresolver v4:
31032026-08-07T23:46:21.724Z10.0.0.3 -> 02:08:20:08:02:d6
31042026-08-07T23:46:21.724Z10.0.0.254 -> 02:08:20:b4:81:75
31052026-08-07T23:46:21.724Zresolver v6:
31062026-08-07T23:46:21.724Zfe80::1c15:ddff:feb5:4d9a -> 1e:15:dd:b5:4d:9a
31072026-08-07T23:46:21.724Zfe80::3411:32ff:fe1d:84f8 -> 36:11:32:1d:84:f8
31082026-08-07T23:46:21.724Zfe80::309b:2fff:fede:e485 -> 32:9b:2f:de:e4:85
31092026-08-07T23:46:21.724Zfe80::5443:22ff:fe6a:351c -> 56:43:22:6a:35:1c
31102026-08-07T23:46:21.724Znat v4:
31112026-08-07T23:46:21.724Znat_v6:
31122026-08-07T23:46:21.724Zport_mac:
31132026-08-07T23:46:21.724Z2: a8:40:25:26:88:36
31142026-08-07T23:46:21.724Z1: a8:40:25:26:88:35
31152026-08-07T23:46:21.724Z1000: a8:40:25:26:88:34
31162026-08-07T23:46:21.724Zproxy arp:
31172026-08-07T23:46:21.724Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31182026-08-07T23:46:21.767ZSubnet Port Link Gateway Vlan
31192026-08-07T23:46:21.767Zfd00:1::/64 rear0 0 fe80::3411:32ff:fe1d:84f8
31202026-08-07T23:46:21.767Zfd00:2::/64 rear1 0 fe80::1c15:ddff:feb5:4d9a
31212026-08-07T23:46:21.767Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31222026-08-07T23:46:21.807Zhost mac age
31232026-08-07T23:46:21.807Z10.0.0.3 02:08:20:08:02:d6 21s
31242026-08-07T23:46:21.807Z10.0.0.254 02:08:20:b4:81:75 18s
31252026-08-07T23:46:21.807Zfe80::1c15:ddff:feb5:4d9a 1e:15:dd:b5:4d:9a 21s
31262026-08-07T23:46:21.807Zfe80::309b:2fff:fede:e485 32:9b:2f:de:e4:85 21s
31272026-08-07T23:46:21.807Zfe80::3411:32ff:fe1d:84f8 36:11:32:1d:84:f8 21s
31282026-08-07T23:46:21.807Zfe80::5443:22ff:fe6a:351c 56:43:22:6a:35:1c 21s
31292026-08-07T23:46:21.807Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31302026-08-07T23:46:21.846ZLink IPv4 IPv6
31312026-08-07T23:46:21.846Zrear0/0 fe80::309b:2fff:fede:e485
31322026-08-07T23:46:21.846Zrear1/0 fe80::5443:22ff:fe6a:351c
31332026-08-07T23:46:21.846Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31342026-08-07T23:46:22.869ZADDROBJ TYPE STATE ADDR
31352026-08-07T23:46:22.870Zlo0/v4 static ok 127.0.0.1/8
31362026-08-07T23:46:22.870Zmg2/v4 static ok 10.0.0.1/24
31372026-08-07T23:46:22.870Zlo0/v6 static ok ::1/128
31382026-08-07T23:46:22.870Zlo0/u6 static ok fd00:1::1/64
31392026-08-07T23:46:22.870Zsl0/v6 addrconf ok fe80::3411:32ff:fe1d:84f8%sl0/10
31402026-08-07T23:46:22.870Znewrt->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>
31412026-08-07T23:46:22.870Zlocks: inits:
31422026-08-07T23:46:22.870Zsockaddrs: <DST,IFP>
31432026-08-07T23:46:22.870Z fd00:2::1
31442026-08-07T23:46:22.870Z route to: fd00:2::1
31452026-08-07T23:46:22.870Zdestination: fd00:2::
31462026-08-07T23:46:22.870Z mask: ffff:ffff:ffff:ffff::
31472026-08-07T23:46:22.870Z gateway: fe80::309b:2fff:fede:e485
31482026-08-07T23:46:22.870Z interface: sl0 index 3 address 36 11 32 1d 84 f8
31492026-08-07T23:46:22.870Z flags: <UP,GATEWAY,DONE,STATIC>
31502026-08-07T23:46:22.870Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31512026-08-07T23:46:22.870Z 0 0 0 0 0 0 9000 0
31522026-08-07T23:46:22.870Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31532026-08-07T23:46:22.870Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31542026-08-07T23:46:22.870Z fd00:2:: fe80::309b:2fff:fede:e485 ffff:ffff:ffff:ffff:: sl0:36.11.32.1d.84.f8 fe80::3411:32ff:fe1d:84f8
31552026-08-07T23:46:22.870Z
31562026-08-07T23:46:22.870ZNet to Media Table: IPv6
31572026-08-07T23:46:22.870Z If Physical Address Type State Destination/Mask
31582026-08-07T23:46:22.870Z----- ----------------- ------- ------------ ---------------------------
31592026-08-07T23:46:22.870Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31602026-08-07T23:46:22.871Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31612026-08-07T23:46:22.871Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31622026-08-07T23:46:22.871Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31632026-08-07T23:46:22.871Zsl0 32:9b:2f:de:e4:85 dynamic REACHABLE fe80::309b:2fff:fede:e485
31642026-08-07T23:46:22.871Zsl0 33:33:ff:1d:84:f8 other REACHABLE ff02::1:ff1d:84f8
31652026-08-07T23:46:22.871Zsl0 36:11:32:1d:84:f8 local REACHABLE fe80::3411:32ff:fe1d:84f8
31662026-08-07T23:46:22.871Zsl0 33:33:ff:de:e4:85 other REACHABLE ff02::1:ffde:e485
31672026-08-07T23:46:22.871Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31682026-08-07T23:46:22.871Z
31692026-08-07T23:46:22.871Z
31702026-08-07T23:46:22.871ZRouting Table: IPv6
31712026-08-07T23:46:22.871Z Destination/Mask Gateway Flags Ref Use If
31722026-08-07T23:46:22.871Z--------------------------- --------------------------- ----- --- ------- -----
31732026-08-07T23:46:22.871Z::1 ::1 UH 2 0 lo0
31742026-08-07T23:46:22.871Zfd00:2::/64 fe80::309b:2fff:fede:e485 UG 2 2 sl0
31752026-08-07T23:46:22.871Zfe80::/10 fe80::3411:32ff:fe1d:84f8 U 3 64 sl0
31762026-08-07T23:46:22.871ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31772026-08-07T23:46:22.871Z68 bytes from fd00:2::1: icmp_seq=0. time=0.271 ms
31782026-08-07T23:46:22.871Z68 bytes from fd00:2::1: icmp_seq=1. time=0.174 ms
31792026-08-07T23:46:22.871Z
31802026-08-07T23:46:22.871Z----fd00:2::1 PING Statistics----
31812026-08-07T23:46:22.871Z2 packets transmitted, 2 packets received, 0% packet loss
31822026-08-07T23:46:22.871Zround-trip (ms) min/avg/max/stddev = 0.174/0.223/0.271/0.069
31832026-08-07T23:46:22.871Z[s2.trio] ping fd00:1::1
31842026-08-07T23:46:22.882Zfd00:1::1 is alive
31852026-08-07T23:46:22.882Zserver router restart passed
31862026-08-07T23:46:26.886Zpeer expiration recovery passed
31872026-08-07T23:46:27.889Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31882026-08-07T23:46:27.903Z3
31892026-08-07T23:46:27.903Zredundant advertise passed
31902026-08-07T23:46:28.905Ztunnel endpoint advertise passed
31912026-08-07T23:46:33.907Zredundant tunnel endpoint advertise passed
31922026-08-07T23:46:33.907Z[s1.trio] pkill ddmd
31932026-08-07T23:46:33.920Z
31942026-08-07T23:46:38.921Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 22e45b75-d7d0-41ac-90b9-288156e493db --sled-uuid e7fb78a5-dc97-4257-9469-db0147a1b8c1 -a sl0/v6 &> /opt/ddmd.log &
31952026-08-07T23:46:38.934Z
31962026-08-07T23:46:43.941Ztunnel router restart passed
31972026-08-07T23:46:44.943Ztunnel endpoint withdraw passed
31982026-08-07T23:46:44.948Z[t1.trio] pkill ddmd
31992026-08-07T23:46:44.956Z
32002026-08-07T23:46:44.956Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
32012026-08-07T23:46:44.958Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
32022026-08-07T23:46:46.853Z[s2.trio] pkill ddmd
32032026-08-07T23:46:46.865Z
32042026-08-07T23:46:46.866Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32052026-08-07T23:46:48.694Z[s1.trio] pkill ddmd
32062026-08-07T23:46:48.704Z
32072026-08-07T23:46:48.704Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32082026-08-07T23:46:50.468Z[sidecar.trio] pkill softnpu
32092026-08-07T23:46:50.482Z
32102026-08-07T23:46:50.482Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32112026-08-07T23:46:55.416Ztest ddm::test_trio_v3 ... ok
32122026-08-07T23:46:55.416Z
32132026-08-07T23:46:55.416Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.25s
32142026-08-07T23:46:55.416Z
32152026-08-07T23:46:55.419Z+ cleanup
32162026-08-07T23:46:55.419Z++ id -un
32172026-08-07T23:46:55.419Z++ id -gn
32182026-08-07T23:46:55.419Z+ pfexec chown -R build:build .
32192026-08-07T23:46:55.419Zprocess exited: duration 706930 ms, exit code 0
 
32202026-08-07T23:46:55.487Zfound 5 output files
32212026-08-07T23:46:55.488Zuploading: /work/s1.trio.log (4082 bytes)
32222026-08-07T23:46:56.506Zuploaded: /work/s1.trio.log
32232026-08-07T23:46:56.512Zuploading: /work/s2.trio.log (9702 bytes)
32242026-08-07T23:46:57.586Zuploaded: /work/s2.trio.log
32252026-08-07T23:46:57.587Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32262026-08-07T23:46:58.709Zuploaded: /work/sidecar.trio-softnpu.log
32272026-08-07T23:46:58.709Zuploading: /work/t1.trio-dpd.log (334408 bytes)
32282026-08-07T23:46:59.894Zuploaded: /work/t1.trio-dpd.log
32292026-08-07T23:46:59.894Zuploading: /work/t1.trio.log (25605 bytes)
32302026-08-07T23:47:00.938Zuploaded: /work/t1.trio.log