01KYRJ298CZ5S9YKGQAZFS0VRH: test-ddm-quartet

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KYRJ2VJTD024F84HHQMBQPJJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:47:27.830Zjob assigned to worker 01KYRJ35EABZR5T1VSMC78G2SG [factory aws, i-00afc6e36cf4921b9] (queued for 1 m 1 s)
 
22026-07-30T03:47:34.815Zstarting task 0: "setup"
32026-07-30T03:47:34.822Z++ uname -s
42026-07-30T03:47:34.826Z+ kern=SunOS
52026-07-30T03:47:34.827Z+ build_user=build
62026-07-30T03:47:34.827Z+ build_uid=12345
72026-07-30T03:47:34.827Z+ work_dir=/work
82026-07-30T03:47:34.827Z+ input_dir=/input
92026-07-30T03:47:34.827Z+ [[ 0 == 12345 ]]
102026-07-30T03:47:34.827Z+ case "$kern" in
112026-07-30T03:47:34.827Z+ groupadd -g 12345 build
122026-07-30T03:47:34.827Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:47:36.829Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:47:36.918Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:47:36.921Z+ home_fs=zfs
162026-07-30T03:47:36.921Z+ [[ zfs == autofs ]]
172026-07-30T03:47:36.921Z+ mkdir -p /home/build
182026-07-30T03:47:36.921Z+ chown build:build /home/build /work
192026-07-30T03:47:38.922Z+ chmod 0700 /home/build /work
202026-07-30T03:47:38.926Zprocess exited: duration 4107 ms, exit code 0
 
212026-07-30T03:47:38.934Zstarting task 1: "rust-toolchain"
222026-07-30T03:47:38.937Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:47:38.937Z * rust toolchain channel = "stable"
242026-07-30T03:47:38.937Z * rust toolchain profile = "default"
252026-07-30T03:47:38.937Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-30T03:47:38.937Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T03:47:38.937Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T03:47:38.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:47:38.940Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:47:39.084Zinfo: downloading installer
312026-07-30T03:47:40.501Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:47:40.501Zwarn: /opt/ooce/bin
332026-07-30T03:47:40.501Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:47:40.501Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:47:40.501Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:47:40.501Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:47:40.501Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:47:40.501Zerror: cannot install while Rust is installed
392026-07-30T03:47:40.501Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:47:40.501Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:47:40.501Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:47:40.501Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:47:40.501Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:47:40.514Zinfo: profile set to default
452026-07-30T03:47:40.514Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:47:40.517Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:47:40.672Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:47:40.675Zinfo: downloading 6 components
492026-07-30T03:47:55.962Z
502026-07-30T03:47:55.963Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-30T03:47:55.989Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:47:55.989Z
532026-07-30T03:47:55.989Z
542026-07-30T03:47:55.989ZRust is installed now. Great!
552026-07-30T03:47:55.989Z
562026-07-30T03:47:55.989ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:47:55.989Zenvironment variable. This has not been done automatically.
582026-07-30T03:47:55.989Z
592026-07-30T03:47:55.989ZTo configure your current shell, you need to source
602026-07-30T03:47:55.989Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:47:55.989Z
622026-07-30T03:47:55.989ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:47:55.990Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:47:55.990Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:47:55.990Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:47:55.990Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:47:55.995Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:47:55.995Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:47:55.995Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:47:55.995Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:47:56.088Z+ rustup --version
722026-07-30T03:47:56.097Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:47:56.100Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:47:56.118Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:47:56.121Z+ cargo --version
762026-07-30T03:47:56.135Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:47:56.138Z+ rustc --version
782026-07-30T03:47:56.157Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:47:56.161Zprocess exited: duration 17222 ms, exit code 0
 
802026-07-30T03:47:56.167Zstarting task 2: "authentication"
812026-07-30T03:47:56.184Zprocess exited: duration 16 ms, exit code 0
 
822026-07-30T03:47:56.190Zstarting task 3: "clone repository"
832026-07-30T03:47:56.194Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-30T03:47:56.197Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-30T03:47:56.227ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-30T03:47:57.519Z+ cd /work/oxidecomputer/maghemite
872026-07-30T03:47:57.519Z+ git fetch origin 13930996f491d7f5c9228053037833abef8d71a8
882026-07-30T03:47:57.771ZFrom https://github.com/oxidecomputer/maghemite
892026-07-30T03:47:57.771Z * branch 13930996f491d7f5c9228053037833abef8d71a8 -> FETCH_HEAD
902026-07-30T03:47:57.776Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-07-30T03:47:57.780Z++ git branch --show-current
922026-07-30T03:47:57.780Z+ current=main
932026-07-30T03:47:57.780Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-07-30T03:47:57.780Z+ git branch -f trey/bgp-peer-config-dedupe 13930996f491d7f5c9228053037833abef8d71a8
952026-07-30T03:47:57.784Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-07-30T03:47:57.799ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-07-30T03:47:57.802Z+ git reset --hard 13930996f491d7f5c9228053037833abef8d71a8
982026-07-30T03:47:57.817ZHEAD is now at 1393099 Address review feedback around the unified BGP peer configuration:
992026-07-30T03:47:57.820Zprocess exited: duration 1627 ms, exit code 0
 
1002026-07-30T03:47:57.826Zstarting task 4: "build"
1012026-07-30T03:47:57.832Z++ dladm
1022026-07-30T03:47:57.835ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-30T03:47:57.835Zena0 phys 9216 up -- --
1042026-07-30T03:47:57.838Z++ ipadm
1052026-07-30T03:47:57.838ZADDROBJ TYPE STATE ADDR
1062026-07-30T03:47:57.838Zlo0/v4 static ok 127.0.0.1/8
1072026-07-30T03:47:57.838Zena0/dhcp dhcp ok 10.150.1.120/24
1082026-07-30T03:47:57.838Zlo0/v6 static ok ::1/128
1092026-07-30T03:47:57.838Z++ banner collect
1102026-07-30T03:47:57.841Z
1112026-07-30T03:47:57.841Z #### #### # # ###### #### #####
1122026-07-30T03:47:57.841Z # # # # # # # # # #
1132026-07-30T03:47:57.841Z # # # # # ##### # #
1142026-07-30T03:47:57.841Z # # # # # # # #
1152026-07-30T03:47:57.841Z # # # # # # # # # #
1162026-07-30T03:47:57.841Z #### #### ###### ###### ###### #### #
1172026-07-30T03:47:57.841Z
1182026-07-30T03:47:57.841Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-30T03:47:57.841Z++ repo=softnpu
1202026-07-30T03:47:57.841Z++ series=image
1212026-07-30T03:47:57.841Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-30T03:47:57.841Z++ name=softnpu
1232026-07-30T03:47:57.841Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-30T03:47:57.841Z++ mkdir -p download
1252026-07-30T03:47:57.841Z++ pushd download
1262026-07-30T03:47:57.841Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-30T03:47:57.841Z++ [[ ! -f softnpu ]]
1282026-07-30T03:47:57.841Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-30T03:47:57.846Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-30T03:47:57.849Z Dload Upload Total Spent Left Speed
1312026-07-30T03:47:58.201Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 44.11M 0 0 100 15.63M 100 15.63M 0 0 44.10M 0 0 100 15.63M 100 15.63M 0 0 44.10M 0 0
1322026-07-30T03:47:58.204Z++ popd
1332026-07-30T03:47:58.204Z/work/oxidecomputer/maghemite
1342026-07-30T03:47:58.204Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-30T03:47:58.204Z++ repo=sidecar-lite
1362026-07-30T03:47:58.204Z++ series=release
1372026-07-30T03:47:58.204Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-30T03:47:58.204Z++ name=libsidecar_lite.so
1392026-07-30T03:47:58.204Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-30T03:47:58.204Z++ mkdir -p download
1412026-07-30T03:47:58.207Z++ pushd download
1422026-07-30T03:47:58.207Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-07-30T03:47:58.207Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-30T03:47:58.207Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-30T03:47:58.211Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-30T03:47:58.214Z Dload Upload Total Spent Left Speed
1472026-07-30T03:47:58.473Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 46.16M 0 0 100 12.04M 100 12.04M 0 0 46.15M 0 0 100 12.04M 100 12.04M 0 0 46.14M 0 0
1482026-07-30T03:47:58.477Z++ popd
1492026-07-30T03:47:58.477Z/work/oxidecomputer/maghemite
1502026-07-30T03:47:58.477Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-30T03:47:58.477Z++ repo=sidecar-lite
1522026-07-30T03:47:58.477Z++ series=release
1532026-07-30T03:47:58.477Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-30T03:47:58.477Z++ name=scadm
1552026-07-30T03:47:58.477Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-30T03:47:58.477Z++ mkdir -p download
1572026-07-30T03:47:58.477Z++ pushd download
1582026-07-30T03:47:58.477Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-07-30T03:47:58.477Z++ [[ ! -f scadm ]]
1602026-07-30T03:47:58.477Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-30T03:47:58.481Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-30T03:47:58.481Z Dload Upload Total Spent Left Speed
1632026-07-30T03:47:58.947Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 33.88M 0 0 100 15.78M 100 15.78M 0 0 33.88M 0 0 100 15.78M 100 15.78M 0 0 33.88M 0 0
1642026-07-30T03:47:58.951Z++ popd
1652026-07-30T03:47:58.951Z/work/oxidecomputer/maghemite
1662026-07-30T03:47:58.951Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-30T03:47:58.951Z++ repo=dendrite
1682026-07-30T03:47:58.952Z++ series=image
1692026-07-30T03:47:58.952Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-30T03:47:58.952Z++ name=dendrite-softnpu.tar.gz
1712026-07-30T03:47:58.952Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-30T03:47:58.952Z++ mkdir -p download
1732026-07-30T03:47:58.956Z++ pushd download
1742026-07-30T03:47:58.956Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-07-30T03:47:58.956Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-07-30T03:47:58.956Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-30T03:47:58.959Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-30T03:47:58.959Z Dload Upload Total Spent Left Speed
1792026-07-30T03:48:00.229Z 0 0 0 0 0 0 0 0 0 78 71.59M 78 56.05M 0 0 56.04M 0 00:01 00:01 56.05M 100 71.59M 100 71.59M 0 0 56.43M 0 00:01 00:01 56.05M 100 71.59M 100 71.59M 0 0 56.42M 0 00:01 00:01 56.05M 100 71.59M 100 71.59M 0 0 56.42M 0 00:01 00:01 56.05M
1802026-07-30T03:48:00.237Z++ popd
1812026-07-30T03:48:00.237Z/work/oxidecomputer/maghemite
1822026-07-30T03:48:00.237Z++ get_artifact maghemite release 13930996f491d7f5c9228053037833abef8d71a8 ddm
1832026-07-30T03:48:00.237Z++ repo=maghemite
1842026-07-30T03:48:00.237Z++ series=release
1852026-07-30T03:48:00.238Z++ commit=13930996f491d7f5c9228053037833abef8d71a8
1862026-07-30T03:48:00.238Z++ name=ddm
1872026-07-30T03:48:00.238Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-30T03:48:00.238Z++ mkdir -p download
1892026-07-30T03:48:00.238Z++ pushd download
1902026-07-30T03:48:00.238Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-07-30T03:48:00.238Z++ [[ ! -f ddm ]]
1922026-07-30T03:48:00.238Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/13930996f491d7f5c9228053037833abef8d71a8/ddm
1932026-07-30T03:48:00.245Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-30T03:48:00.245Z Dload Upload Total Spent Left Speed
1952026-07-30T03:48:00.345Z 0 0 0 0 0 0 0 0 0
1962026-07-30T03:48:00.345Zcurl: (22) The requested URL returned error: 404
1972026-07-30T03:48:00.356Z++ popd
1982026-07-30T03:48:00.356Z/work/oxidecomputer/maghemite
1992026-07-30T03:48:00.356Z++ get_artifact maghemite release 13930996f491d7f5c9228053037833abef8d71a8 ddmadm
2002026-07-30T03:48:00.356Z++ repo=maghemite
2012026-07-30T03:48:00.356Z++ series=release
2022026-07-30T03:48:00.356Z++ commit=13930996f491d7f5c9228053037833abef8d71a8
2032026-07-30T03:48:00.356Z++ name=ddmadm
2042026-07-30T03:48:00.356Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-30T03:48:00.356Z++ mkdir -p download
2062026-07-30T03:48:00.356Z++ pushd download
2072026-07-30T03:48:00.356Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-30T03:48:00.356Z++ [[ ! -f ddmadm ]]
2092026-07-30T03:48:00.356Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/13930996f491d7f5c9228053037833abef8d71a8/ddmadm
2102026-07-30T03:48:00.370Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-30T03:48:00.370Z Dload Upload Total Spent Left Speed
2122026-07-30T03:48:00.453Z 0 0 0 0 0 0 0 0 0
2132026-07-30T03:48:00.453Zcurl: (22) The requested URL returned error: 404
2142026-07-30T03:48:00.457Z++ popd
2152026-07-30T03:48:00.457Z/work/oxidecomputer/maghemite
2162026-07-30T03:48:00.457Z++ pushd download
2172026-07-30T03:48:00.457Z++ chmod +x softnpu
2182026-07-30T03:48:00.457Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-07-30T03:48:00.457Z++ chmod +x scadm
2202026-07-30T03:48:00.457Z++ chmod +x ddmadm
2212026-07-30T03:48:00.458Zchmod: WARNING: can't access ddmadm
2222026-07-30T03:48:00.458Z++ chmod +x ddmd
2232026-07-30T03:48:00.458Zchmod: WARNING: can't access ddmd
2242026-07-30T03:48:00.458Z++ mv ddmadm ddmadm-v2
2252026-07-30T03:48:00.458Zmv: cannot access ddmadm
2262026-07-30T03:48:00.458Z++ mv ddmd ddmd-v2
2272026-07-30T03:48:00.458Zmv: cannot access ddmd
2282026-07-30T03:48:00.458Z++ rm -rf zones/dendrite
2292026-07-30T03:48:00.463Z++ mkdir -p zones/dendrite
2302026-07-30T03:48:00.464Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-30T03:48:01.466Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-07-30T03:48:01.469Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-30T03:48:01.469Z++ popd
2342026-07-30T03:48:01.469Z/work/oxidecomputer/maghemite
2352026-07-30T03:48:01.469Z++ banner install
2362026-07-30T03:48:01.472Z
2372026-07-30T03:48:01.472Z # # # #### ##### ## # #
2382026-07-30T03:48:01.472Z # ## # # # # # # #
2392026-07-30T03:48:01.472Z # # # # #### # # # # #
2402026-07-30T03:48:01.472Z # # # # # # ###### # #
2412026-07-30T03:48:01.472Z # # ## # # # # # # #
2422026-07-30T03:48:01.472Z # # # #### # # # ###### ######
2432026-07-30T03:48:01.472Z
2442026-07-30T03:48:01.472Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-30T03:48:01.472Z++ set +o errexit
2462026-07-30T03:48:01.472Z++ pkg info clang-15
2472026-07-30T03:48:01.472Z++ grep -qi installed
2482026-07-30T03:48:02.643Zpkg: info: no packages matching the following patterns you specified are
2492026-07-30T03:48:02.643Zinstalled on the system. Try querying remotely instead:
2502026-07-30T03:48:02.643Z
2512026-07-30T03:48:02.644Z clang-15
2522026-07-30T03:48:02.680Z++ [[ 1 != 0 ]]
2532026-07-30T03:48:02.680Z++ set -o errexit
2542026-07-30T03:48:02.680Z++ pfexec pkg install clang-15
2552026-07-30T03:48:10.197Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-30T03:48:17.920Z Startup: Caching catalogs ... Done
2572026-07-30T03:48:25.159ZPlanning: Solver setup ... Done
2582026-07-30T03:48:25.202ZPlanning: Running solver ... Done
2592026-07-30T03:48:25.343ZPlanning: Finding local manifests ... Done
2602026-07-30T03:48:25.355ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-30T03:48:25.442ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-30T03:48:25.471ZPlanning: Package planning ... Done
2632026-07-30T03:48:25.497ZPlanning: Merging actions ... Done
2642026-07-30T03:48:25.604ZPlanning: Checking for conflicting actions ... Done
2652026-07-30T03:48:25.610ZPlanning: Consolidating action changes ... Done
2662026-07-30T03:48:26.375ZPlanning: Evaluating mediators ... Done
2672026-07-30T03:48:26.380ZPlanning: Planning completed in 8.29 seconds
2682026-07-30T03:48:26.402Z Packages to install: 2
2692026-07-30T03:48:26.407Z Mediators to change: 2
2702026-07-30T03:48:26.407Z Services to change: 1
2712026-07-30T03:48:26.407Z Create boot environment: No
2722026-07-30T03:48:26.407ZCreate backup boot environment: No
2732026-07-30T03:48:26.434Z
2742026-07-30T03:48:26.434ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-30T03:48:31.443ZDownload: 635/3076 items 17.3/211.3MB 8% complete (3.6M/s)
2762026-07-30T03:48:37.245ZDownload: 980/3076 items 81.9/211.3MB 38% complete (9.8M/s)
2772026-07-30T03:48:51.876ZDownload: 983/3076 items 82.2/211.3MB 38% complete
2782026-07-30T03:48:58.597ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2792026-07-30T03:49:03.768ZDownload: 2002/3076 items 117.0/211.3MB 55% complete (7.9M/s)
2802026-07-30T03:49:08.260ZDownload: Completed 211.31 MB in 41.82 seconds (5.0M/s)
2812026-07-30T03:49:08.559Z Actions: 1/3418 actions (Installing new actions)
2822026-07-30T03:49:11.703Z Actions: Completed 3418 actions in 3.14 seconds.
2832026-07-30T03:49:12.350Z Done
2842026-07-30T03:49:12.350Z Done
2852026-07-30T03:49:13.089Z Done
2862026-07-30T03:49:16.452Z Done
2872026-07-30T03:49:16.526Z Done
2882026-07-30T03:49:16.529Z Done
2892026-07-30T03:49:16.800Z Done
2902026-07-30T03:49:17.479Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2912026-07-30T03:49:17.479Z++ set +o errexit
2922026-07-30T03:49:17.482Z++ pkg info pkg-config
2932026-07-30T03:49:17.483Z++ grep -qi installed
2942026-07-30T03:49:17.708Z++ [[ 0 != 0 ]]
2952026-07-30T03:49:17.708Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-07-30T03:49:17.708Z++ set +o errexit
2972026-07-30T03:49:17.711Z++ pkg info brand/omicron1
2982026-07-30T03:49:17.711Z++ grep -qi installed
2992026-07-30T03:49:17.892Zpkg: info: no packages matching the following patterns you specified are
3002026-07-30T03:49:17.892Zinstalled on the system. Try querying remotely instead:
3012026-07-30T03:49:17.892Z
3022026-07-30T03:49:17.892Z brand/omicron1
3032026-07-30T03:49:17.926Z++ [[ 1 != 0 ]]
3042026-07-30T03:49:17.926Z++ set -o errexit
3052026-07-30T03:49:17.927Z++ pfexec pkg install brand/omicron1
3062026-07-30T03:49:18.350Z Startup: Refreshing catalog 'helios-dev' ... Done
3072026-07-30T03:49:25.564ZPlanning: Solver setup ... Done
3082026-07-30T03:49:25.605ZPlanning: Running solver ... Done
3092026-07-30T03:49:25.745ZPlanning: Finding local manifests ... Done
3102026-07-30T03:49:25.748ZPlanning: Fetching manifests: 0/2 0% complete
3112026-07-30T03:49:25.861ZPlanning: Fetching manifests: 2/2 100% complete
3122026-07-30T03:49:25.873ZPlanning: Package planning ... Done
3132026-07-30T03:49:25.876ZPlanning: Merging actions ... Done
3142026-07-30T03:49:26.025ZPlanning: Checking for conflicting actions ... Done
3152026-07-30T03:49:26.028ZPlanning: Consolidating action changes ... Done
3162026-07-30T03:49:26.184ZPlanning: Evaluating mediators ... Done
3172026-07-30T03:49:26.187ZPlanning: Planning completed in 7.83 seconds
3182026-07-30T03:49:26.192Z Packages to install: 2
3192026-07-30T03:49:26.192Z Create boot environment: No
3202026-07-30T03:49:26.192ZCreate backup boot environment: No
3212026-07-30T03:49:26.221Z
3222026-07-30T03:49:26.221ZDownload: 0/5 items 0.0/1.1MB 0% complete
3232026-07-30T03:49:26.240ZDownload: Completed 1.07 MB in 0.02 seconds (56.9M/s)
3242026-07-30T03:49:26.309Z Actions: 1/28 actions (Installing new actions)
3252026-07-30T03:49:26.322Z Actions: Completed 28 actions in 0.01 seconds.
3262026-07-30T03:49:26.822Z Done
3272026-07-30T03:49:26.822Z Done
3282026-07-30T03:49:27.458Z Done
3292026-07-30T03:49:30.284Z Done
3302026-07-30T03:49:30.355Z Done
3312026-07-30T03:49:30.357Z Done
3322026-07-30T03:49:30.493Z Done
3332026-07-30T03:49:30.629Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3342026-07-30T03:49:30.629Z++ set +o errexit
3352026-07-30T03:49:30.631Z++ pkg info brand/omicron1/tools
3362026-07-30T03:49:30.631Z++ grep -qi installed
3372026-07-30T03:49:30.813Zpkg: info: no packages matching the following patterns you specified are
3382026-07-30T03:49:30.813Zinstalled on the system. Try querying remotely instead:
3392026-07-30T03:49:30.813Z
3402026-07-30T03:49:30.813Z brand/omicron1/tools
3412026-07-30T03:49:30.847Z++ [[ 1 != 0 ]]
3422026-07-30T03:49:30.847Z++ set -o errexit
3432026-07-30T03:49:30.847Z++ pfexec pkg install brand/omicron1/tools
3442026-07-30T03:49:31.234Z Startup: Refreshing catalog 'helios-dev' ... Done
3452026-07-30T03:49:38.411ZPlanning: Solver setup ... Done
3462026-07-30T03:49:38.450ZPlanning: Running solver ... Done
3472026-07-30T03:49:38.594ZPlanning: Finding local manifests ... Done
3482026-07-30T03:49:38.597ZPlanning: Fetching manifests: 0/1 0% complete
3492026-07-30T03:49:38.708ZPlanning: Fetching manifests: 1/1 100% complete
3502026-07-30T03:49:38.719ZPlanning: Package planning ... Done
3512026-07-30T03:49:38.722ZPlanning: Merging actions ... Done
3522026-07-30T03:49:38.861ZPlanning: Checking for conflicting actions ... Done
3532026-07-30T03:49:38.865ZPlanning: Consolidating action changes ... Done
3542026-07-30T03:49:39.017ZPlanning: Evaluating mediators ... Done
3552026-07-30T03:49:39.019ZPlanning: Planning completed in 7.78 seconds
3562026-07-30T03:49:39.024Z Packages to install: 1
3572026-07-30T03:49:39.024Z Services to change: 1
3582026-07-30T03:49:39.028Z Create boot environment: No
3592026-07-30T03:49:39.028ZCreate backup boot environment: No
3602026-07-30T03:49:39.053Z
3612026-07-30T03:49:39.053ZDownload: 0/2 items 0.0/1.2MB 0% complete
3622026-07-30T03:49:39.079ZDownload: Completed 1.19 MB in 0.03 seconds (45.0M/s)
3632026-07-30T03:49:39.159Z Actions: 1/19 actions (Installing new actions)
3642026-07-30T03:49:39.173Z Actions: Completed 19 actions in 0.01 seconds.
3652026-07-30T03:49:39.677Z Done
3662026-07-30T03:49:39.677Z Done
3672026-07-30T03:49:40.310Z Done
3682026-07-30T03:49:43.174Z Done
3692026-07-30T03:49:43.242Z Done
3702026-07-30T03:49:43.246Z Done
3712026-07-30T03:49:43.390Z Done
3722026-07-30T03:49:43.531Z++ pfexec svcadm enable baseline
3732026-07-30T03:49:43.546Z++ retry=0
3742026-07-30T03:49:43.551Z+++ svcs -Hostate baseline
3752026-07-30T03:49:43.561Z++ [[ offline* != online ]]
3762026-07-30T03:49:43.562Z++ [[ 0 -gt 300 ]]
3772026-07-30T03:49:43.564Z++ sleep 1
3782026-07-30T03:49:44.564Z++ retry=1
3792026-07-30T03:49:44.567Z+++ svcs -Hostate baseline
3802026-07-30T03:49:44.577Z++ [[ offline* != online ]]
3812026-07-30T03:49:44.577Z++ [[ 1 -gt 300 ]]
3822026-07-30T03:49:44.580Z++ sleep 1
3832026-07-30T03:49:45.579Z++ retry=2
3842026-07-30T03:49:45.581Z+++ svcs -Hostate baseline
3852026-07-30T03:49:45.592Z++ [[ offline* != online ]]
3862026-07-30T03:49:45.592Z++ [[ 2 -gt 300 ]]
3872026-07-30T03:49:45.592Z++ sleep 1
3882026-07-30T03:49:46.594Z++ retry=3
3892026-07-30T03:49:46.597Z+++ svcs -Hostate baseline
3902026-07-30T03:49:46.608Z++ [[ offline* != online ]]
3912026-07-30T03:49:46.608Z++ [[ 3 -gt 300 ]]
3922026-07-30T03:49:46.608Z++ sleep 1
3932026-07-30T03:49:47.610Z++ retry=4
3942026-07-30T03:49:47.613Z+++ svcs -Hostate baseline
3952026-07-30T03:49:47.625Z++ [[ offline* != online ]]
3962026-07-30T03:49:47.628Z++ [[ 4 -gt 300 ]]
3972026-07-30T03:49:47.628Z++ sleep 1
3982026-07-30T03:49:48.643Z++ retry=5
3992026-07-30T03:49:48.649Z+++ svcs -Hostate baseline
4002026-07-30T03:49:48.656Z++ [[ offline* != online ]]
4012026-07-30T03:49:48.656Z++ [[ 5 -gt 300 ]]
4022026-07-30T03:49:48.656Z++ sleep 1
4032026-07-30T03:49:49.653Z++ retry=6
4042026-07-30T03:49:49.658Z+++ svcs -Hostate baseline
4052026-07-30T03:49:49.667Z++ [[ offline* != online ]]
4062026-07-30T03:49:49.667Z++ [[ 6 -gt 300 ]]
4072026-07-30T03:49:49.668Z++ sleep 1
4082026-07-30T03:49:50.670Z++ retry=7
4092026-07-30T03:49:50.675Z+++ svcs -Hostate baseline
4102026-07-30T03:49:50.687Z++ [[ offline* != online ]]
4112026-07-30T03:49:50.687Z++ [[ 7 -gt 300 ]]
4122026-07-30T03:49:50.687Z++ sleep 1
4132026-07-30T03:49:51.686Z++ retry=8
4142026-07-30T03:49:51.691Z+++ svcs -Hostate baseline
4152026-07-30T03:49:51.701Z++ [[ offline* != online ]]
4162026-07-30T03:49:51.701Z++ [[ 8 -gt 300 ]]
4172026-07-30T03:49:51.701Z++ sleep 1
4182026-07-30T03:49:52.704Z++ retry=9
4192026-07-30T03:49:52.708Z+++ svcs -Hostate baseline
4202026-07-30T03:49:52.718Z++ [[ offline* != online ]]
4212026-07-30T03:49:52.718Z++ [[ 9 -gt 300 ]]
4222026-07-30T03:49:52.718Z++ sleep 1
4232026-07-30T03:49:53.721Z++ retry=10
4242026-07-30T03:49:53.725Z+++ svcs -Hostate baseline
4252026-07-30T03:49:53.736Z++ [[ offline* != online ]]
4262026-07-30T03:49:53.736Z++ [[ 10 -gt 300 ]]
4272026-07-30T03:49:53.742Z++ sleep 1
4282026-07-30T03:49:54.736Z++ retry=11
4292026-07-30T03:49:54.739Z+++ svcs -Hostate baseline
4302026-07-30T03:49:54.751Z++ [[ offline* != online ]]
4312026-07-30T03:49:54.751Z++ [[ 11 -gt 300 ]]
4322026-07-30T03:49:54.751Z++ sleep 1
4332026-07-30T03:49:55.752Z++ retry=12
4342026-07-30T03:49:55.756Z+++ svcs -Hostate baseline
4352026-07-30T03:49:55.768Z++ [[ offline* != online ]]
4362026-07-30T03:49:55.768Z++ [[ 12 -gt 300 ]]
4372026-07-30T03:49:55.768Z++ sleep 1
4382026-07-30T03:49:56.769Z++ retry=13
4392026-07-30T03:49:56.772Z+++ svcs -Hostate baseline
4402026-07-30T03:49:56.785Z++ [[ offline* != online ]]
4412026-07-30T03:49:56.785Z++ [[ 13 -gt 300 ]]
4422026-07-30T03:49:56.785Z++ sleep 1
4432026-07-30T03:49:57.786Z++ retry=14
4442026-07-30T03:49:57.791Z+++ svcs -Hostate baseline
4452026-07-30T03:49:57.803Z++ [[ offline* != online ]]
4462026-07-30T03:49:57.803Z++ [[ 14 -gt 300 ]]
4472026-07-30T03:49:57.809Z++ sleep 1
4482026-07-30T03:49:58.804Z++ retry=15
4492026-07-30T03:49:58.806Z+++ svcs -Hostate baseline
4502026-07-30T03:49:58.820Z++ [[ offline* != online ]]
4512026-07-30T03:49:58.820Z++ [[ 15 -gt 300 ]]
4522026-07-30T03:49:58.820Z++ sleep 1
4532026-07-30T03:49:59.823Z++ retry=16
4542026-07-30T03:49:59.826Z+++ svcs -Hostate baseline
4552026-07-30T03:49:59.834Z++ [[ offline* != online ]]
4562026-07-30T03:49:59.834Z++ [[ 16 -gt 300 ]]
4572026-07-30T03:49:59.837Z++ sleep 1
4582026-07-30T03:50:00.837Z++ retry=17
4592026-07-30T03:50:00.841Z+++ svcs -Hostate baseline
4602026-07-30T03:50:00.851Z++ [[ offline* != online ]]
4612026-07-30T03:50:00.851Z++ [[ 17 -gt 300 ]]
4622026-07-30T03:50:00.851Z++ sleep 1
4632026-07-30T03:50:01.853Z++ retry=18
4642026-07-30T03:50:01.856Z+++ svcs -Hostate baseline
4652026-07-30T03:50:01.869Z++ [[ offline* != online ]]
4662026-07-30T03:50:01.869Z++ [[ 18 -gt 300 ]]
4672026-07-30T03:50:01.869Z++ sleep 1
4682026-07-30T03:50:02.870Z++ retry=19
4692026-07-30T03:50:02.873Z+++ svcs -Hostate baseline
4702026-07-30T03:50:02.885Z++ [[ offline* != online ]]
4712026-07-30T03:50:02.885Z++ [[ 19 -gt 300 ]]
4722026-07-30T03:50:02.885Z++ sleep 1
4732026-07-30T03:50:03.886Z++ retry=20
4742026-07-30T03:50:03.889Z+++ svcs -Hostate baseline
4752026-07-30T03:50:03.901Z++ [[ offline* != online ]]
4762026-07-30T03:50:03.901Z++ [[ 20 -gt 300 ]]
4772026-07-30T03:50:03.902Z++ sleep 1
4782026-07-30T03:50:04.904Z++ retry=21
4792026-07-30T03:50:04.908Z+++ svcs -Hostate baseline
4802026-07-30T03:50:04.919Z++ [[ offline* != online ]]
4812026-07-30T03:50:04.920Z++ [[ 21 -gt 300 ]]
4822026-07-30T03:50:04.920Z++ sleep 1
4832026-07-30T03:50:05.921Z++ retry=22
4842026-07-30T03:50:05.924Z+++ svcs -Hostate baseline
4852026-07-30T03:50:05.935Z++ [[ offline* != online ]]
4862026-07-30T03:50:05.935Z++ [[ 22 -gt 300 ]]
4872026-07-30T03:50:05.935Z++ sleep 1
4882026-07-30T03:50:06.938Z++ retry=23
4892026-07-30T03:50:06.941Z+++ svcs -Hostate baseline
4902026-07-30T03:50:06.952Z++ [[ offline* != online ]]
4912026-07-30T03:50:06.952Z++ [[ 23 -gt 300 ]]
4922026-07-30T03:50:06.952Z++ sleep 1
4932026-07-30T03:50:07.954Z++ retry=24
4942026-07-30T03:50:07.957Z+++ svcs -Hostate baseline
4952026-07-30T03:50:07.968Z++ [[ offline* != online ]]
4962026-07-30T03:50:07.968Z++ [[ 24 -gt 300 ]]
4972026-07-30T03:50:07.968Z++ sleep 1
4982026-07-30T03:50:08.970Z++ retry=25
4992026-07-30T03:50:08.974Z+++ svcs -Hostate baseline
5002026-07-30T03:50:08.984Z++ [[ offline* != online ]]
5012026-07-30T03:50:08.984Z++ [[ 25 -gt 300 ]]
5022026-07-30T03:50:08.985Z++ sleep 1
5032026-07-30T03:50:09.987Z++ retry=26
5042026-07-30T03:50:09.994Z+++ svcs -Hostate baseline
5052026-07-30T03:50:10.003Z++ [[ offline* != online ]]
5062026-07-30T03:50:10.003Z++ [[ 26 -gt 300 ]]
5072026-07-30T03:50:10.003Z++ sleep 1
5082026-07-30T03:50:11.020Z++ retry=27
5092026-07-30T03:50:11.024Z+++ svcs -Hostate baseline
5102026-07-30T03:50:11.024Z++ [[ offline* != online ]]
5112026-07-30T03:50:11.024Z++ [[ 27 -gt 300 ]]
5122026-07-30T03:50:11.024Z++ sleep 1
5132026-07-30T03:50:12.019Z++ retry=28
5142026-07-30T03:50:12.022Z+++ svcs -Hostate baseline
5152026-07-30T03:50:12.033Z++ [[ offline* != online ]]
5162026-07-30T03:50:12.033Z++ [[ 28 -gt 300 ]]
5172026-07-30T03:50:12.033Z++ sleep 1
5182026-07-30T03:50:13.037Z++ retry=29
5192026-07-30T03:50:13.040Z+++ svcs -Hostate baseline
5202026-07-30T03:50:13.050Z++ [[ offline* != online ]]
5212026-07-30T03:50:13.050Z++ [[ 29 -gt 300 ]]
5222026-07-30T03:50:13.051Z++ sleep 1
5232026-07-30T03:50:14.051Z++ retry=30
5242026-07-30T03:50:14.054Z+++ svcs -Hostate baseline
5252026-07-30T03:50:14.066Z++ [[ offline* != online ]]
5262026-07-30T03:50:14.066Z++ [[ 30 -gt 300 ]]
5272026-07-30T03:50:14.066Z++ sleep 1
5282026-07-30T03:50:15.067Z++ retry=31
5292026-07-30T03:50:15.070Z+++ svcs -Hostate baseline
5302026-07-30T03:50:15.082Z++ [[ offline* != online ]]
5312026-07-30T03:50:15.082Z++ [[ 31 -gt 300 ]]
5322026-07-30T03:50:15.082Z++ sleep 1
5332026-07-30T03:50:16.084Z++ retry=32
5342026-07-30T03:50:16.086Z+++ svcs -Hostate baseline
5352026-07-30T03:50:16.098Z++ [[ offline* != online ]]
5362026-07-30T03:50:16.098Z++ [[ 32 -gt 300 ]]
5372026-07-30T03:50:16.098Z++ sleep 1
5382026-07-30T03:50:17.100Z++ retry=33
5392026-07-30T03:50:17.103Z+++ svcs -Hostate baseline
5402026-07-30T03:50:17.115Z++ [[ offline* != online ]]
5412026-07-30T03:50:17.115Z++ [[ 33 -gt 300 ]]
5422026-07-30T03:50:17.115Z++ sleep 1
5432026-07-30T03:50:18.118Z++ retry=34
5442026-07-30T03:50:18.121Z+++ svcs -Hostate baseline
5452026-07-30T03:50:18.131Z++ [[ offline* != online ]]
5462026-07-30T03:50:18.131Z++ [[ 34 -gt 300 ]]
5472026-07-30T03:50:18.131Z++ sleep 1
5482026-07-30T03:50:19.133Z++ retry=35
5492026-07-30T03:50:19.136Z+++ svcs -Hostate baseline
5502026-07-30T03:50:19.147Z++ [[ offline* != online ]]
5512026-07-30T03:50:19.147Z++ [[ 35 -gt 300 ]]
5522026-07-30T03:50:19.147Z++ sleep 1
5532026-07-30T03:50:20.149Z++ retry=36
5542026-07-30T03:50:20.152Z+++ svcs -Hostate baseline
5552026-07-30T03:50:20.164Z++ [[ offline* != online ]]
5562026-07-30T03:50:20.164Z++ [[ 36 -gt 300 ]]
5572026-07-30T03:50:20.164Z++ sleep 1
5582026-07-30T03:50:21.166Z++ retry=37
5592026-07-30T03:50:21.169Z+++ svcs -Hostate baseline
5602026-07-30T03:50:21.180Z++ [[ offline* != online ]]
5612026-07-30T03:50:21.180Z++ [[ 37 -gt 300 ]]
5622026-07-30T03:50:21.180Z++ sleep 1
5632026-07-30T03:50:22.181Z++ retry=38
5642026-07-30T03:50:22.185Z+++ svcs -Hostate baseline
5652026-07-30T03:50:22.196Z++ [[ offline* != online ]]
5662026-07-30T03:50:22.196Z++ [[ 38 -gt 300 ]]
5672026-07-30T03:50:22.196Z++ sleep 1
5682026-07-30T03:50:23.198Z++ retry=39
5692026-07-30T03:50:23.201Z+++ svcs -Hostate baseline
5702026-07-30T03:50:23.212Z++ [[ offline* != online ]]
5712026-07-30T03:50:23.212Z++ [[ 39 -gt 300 ]]
5722026-07-30T03:50:23.212Z++ sleep 1
5732026-07-30T03:50:24.234Z++ retry=40
5742026-07-30T03:50:24.238Z+++ svcs -Hostate baseline
5752026-07-30T03:50:24.238Z++ [[ offline* != online ]]
5762026-07-30T03:50:24.238Z++ [[ 40 -gt 300 ]]
5772026-07-30T03:50:24.238Z++ sleep 1
5782026-07-30T03:50:25.230Z++ retry=41
5792026-07-30T03:50:25.234Z+++ svcs -Hostate baseline
5802026-07-30T03:50:25.245Z++ [[ offline* != online ]]
5812026-07-30T03:50:25.245Z++ [[ 41 -gt 300 ]]
5822026-07-30T03:50:25.245Z++ sleep 1
5832026-07-30T03:50:26.247Z++ retry=42
5842026-07-30T03:50:26.250Z+++ svcs -Hostate baseline
5852026-07-30T03:50:26.261Z++ [[ offline* != online ]]
5862026-07-30T03:50:26.261Z++ [[ 42 -gt 300 ]]
5872026-07-30T03:50:26.261Z++ sleep 1
5882026-07-30T03:50:27.263Z++ retry=43
5892026-07-30T03:50:27.266Z+++ svcs -Hostate baseline
5902026-07-30T03:50:27.277Z++ [[ offline* != online ]]
5912026-07-30T03:50:27.278Z++ [[ 43 -gt 300 ]]
5922026-07-30T03:50:27.278Z++ sleep 1
5932026-07-30T03:50:28.279Z++ retry=44
5942026-07-30T03:50:28.282Z+++ svcs -Hostate baseline
5952026-07-30T03:50:28.304Z++ [[ offline* != online ]]
5962026-07-30T03:50:28.304Z++ [[ 44 -gt 300 ]]
5972026-07-30T03:50:28.304Z++ sleep 1
5982026-07-30T03:50:29.296Z++ retry=45
5992026-07-30T03:50:29.299Z+++ svcs -Hostate baseline
6002026-07-30T03:50:29.310Z++ [[ offline* != online ]]
6012026-07-30T03:50:29.310Z++ [[ 45 -gt 300 ]]
6022026-07-30T03:50:29.310Z++ sleep 1
6032026-07-30T03:50:30.313Z++ retry=46
6042026-07-30T03:50:30.316Z+++ svcs -Hostate baseline
6052026-07-30T03:50:30.327Z++ [[ offline* != online ]]
6062026-07-30T03:50:30.327Z++ [[ 46 -gt 300 ]]
6072026-07-30T03:50:30.327Z++ sleep 1
6082026-07-30T03:50:31.329Z++ retry=47
6092026-07-30T03:50:31.332Z+++ svcs -Hostate baseline
6102026-07-30T03:50:31.344Z++ [[ offline* != online ]]
6112026-07-30T03:50:31.344Z++ [[ 47 -gt 300 ]]
6122026-07-30T03:50:31.344Z++ sleep 1
6132026-07-30T03:50:32.346Z++ retry=48
6142026-07-30T03:50:32.349Z+++ svcs -Hostate baseline
6152026-07-30T03:50:32.360Z++ [[ offline* != online ]]
6162026-07-30T03:50:32.360Z++ [[ 48 -gt 300 ]]
6172026-07-30T03:50:32.360Z++ sleep 1
6182026-07-30T03:50:33.365Z++ retry=49
6192026-07-30T03:50:33.368Z+++ svcs -Hostate baseline
6202026-07-30T03:50:33.377Z++ [[ offline* != online ]]
6212026-07-30T03:50:33.377Z++ [[ 49 -gt 300 ]]
6222026-07-30T03:50:33.377Z++ sleep 1
6232026-07-30T03:50:34.379Z++ retry=50
6242026-07-30T03:50:34.382Z+++ svcs -Hostate baseline
6252026-07-30T03:50:34.393Z++ [[ offline* != online ]]
6262026-07-30T03:50:34.393Z++ [[ 50 -gt 300 ]]
6272026-07-30T03:50:34.393Z++ sleep 1
6282026-07-30T03:50:35.395Z++ retry=51
6292026-07-30T03:50:35.400Z+++ svcs -Hostate baseline
6302026-07-30T03:50:35.411Z++ [[ offline* != online ]]
6312026-07-30T03:50:35.411Z++ [[ 51 -gt 300 ]]
6322026-07-30T03:50:35.411Z++ sleep 1
6332026-07-30T03:50:36.412Z++ retry=52
6342026-07-30T03:50:36.417Z+++ svcs -Hostate baseline
6352026-07-30T03:50:36.428Z++ [[ offline* != online ]]
6362026-07-30T03:50:36.428Z++ [[ 52 -gt 300 ]]
6372026-07-30T03:50:36.428Z++ sleep 1
6382026-07-30T03:50:37.429Z++ retry=53
6392026-07-30T03:50:37.432Z+++ svcs -Hostate baseline
6402026-07-30T03:50:37.443Z++ [[ offline* != online ]]
6412026-07-30T03:50:37.443Z++ [[ 53 -gt 300 ]]
6422026-07-30T03:50:37.443Z++ sleep 1
6432026-07-30T03:50:38.447Z++ retry=54
6442026-07-30T03:50:38.450Z+++ svcs -Hostate baseline
6452026-07-30T03:50:38.460Z++ [[ offline* != online ]]
6462026-07-30T03:50:38.460Z++ [[ 54 -gt 300 ]]
6472026-07-30T03:50:38.460Z++ sleep 1
6482026-07-30T03:50:39.462Z++ retry=55
6492026-07-30T03:50:39.465Z+++ svcs -Hostate baseline
6502026-07-30T03:50:39.478Z++ [[ offline* != online ]]
6512026-07-30T03:50:39.478Z++ [[ 55 -gt 300 ]]
6522026-07-30T03:50:39.478Z++ sleep 1
6532026-07-30T03:50:40.481Z++ retry=56
6542026-07-30T03:50:40.484Z+++ svcs -Hostate baseline
6552026-07-30T03:50:40.494Z++ [[ offline* != online ]]
6562026-07-30T03:50:40.494Z++ [[ 56 -gt 300 ]]
6572026-07-30T03:50:40.494Z++ sleep 1
6582026-07-30T03:50:41.496Z++ retry=57
6592026-07-30T03:50:41.499Z+++ svcs -Hostate baseline
6602026-07-30T03:50:41.510Z++ [[ offline* != online ]]
6612026-07-30T03:50:41.510Z++ [[ 57 -gt 300 ]]
6622026-07-30T03:50:41.510Z++ sleep 1
6632026-07-30T03:50:42.512Z++ retry=58
6642026-07-30T03:50:42.515Z+++ svcs -Hostate baseline
6652026-07-30T03:50:42.527Z++ [[ offline* != online ]]
6662026-07-30T03:50:42.527Z++ [[ 58 -gt 300 ]]
6672026-07-30T03:50:42.527Z++ sleep 1
6682026-07-30T03:50:43.529Z++ retry=59
6692026-07-30T03:50:43.532Z+++ svcs -Hostate baseline
6702026-07-30T03:50:43.543Z++ [[ offline* != online ]]
6712026-07-30T03:50:43.543Z++ [[ 59 -gt 300 ]]
6722026-07-30T03:50:43.544Z++ sleep 1
6732026-07-30T03:50:44.546Z++ retry=60
6742026-07-30T03:50:44.549Z+++ svcs -Hostate baseline
6752026-07-30T03:50:44.560Z++ [[ offline* != online ]]
6762026-07-30T03:50:44.560Z++ [[ 60 -gt 300 ]]
6772026-07-30T03:50:44.560Z++ sleep 1
6782026-07-30T03:50:45.562Z++ retry=61
6792026-07-30T03:50:45.565Z+++ svcs -Hostate baseline
6802026-07-30T03:50:45.577Z++ [[ offline* != online ]]
6812026-07-30T03:50:45.577Z++ [[ 61 -gt 300 ]]
6822026-07-30T03:50:45.577Z++ sleep 1
6832026-07-30T03:50:46.579Z++ retry=62
6842026-07-30T03:50:46.582Z+++ svcs -Hostate baseline
6852026-07-30T03:50:46.593Z++ [[ offline* != online ]]
6862026-07-30T03:50:46.593Z++ [[ 62 -gt 300 ]]
6872026-07-30T03:50:46.596Z++ sleep 1
6882026-07-30T03:50:47.595Z++ retry=63
6892026-07-30T03:50:47.598Z+++ svcs -Hostate baseline
6902026-07-30T03:50:47.609Z++ [[ offline* != online ]]
6912026-07-30T03:50:47.609Z++ [[ 63 -gt 300 ]]
6922026-07-30T03:50:47.610Z++ sleep 1
6932026-07-30T03:50:48.613Z++ retry=64
6942026-07-30T03:50:48.617Z+++ svcs -Hostate baseline
6952026-07-30T03:50:48.626Z++ [[ offline* != online ]]
6962026-07-30T03:50:48.627Z++ [[ 64 -gt 300 ]]
6972026-07-30T03:50:48.629Z++ sleep 1
6982026-07-30T03:50:49.628Z++ retry=65
6992026-07-30T03:50:49.631Z+++ svcs -Hostate baseline
7002026-07-30T03:50:49.642Z++ [[ offline* != online ]]
7012026-07-30T03:50:49.643Z++ [[ 65 -gt 300 ]]
7022026-07-30T03:50:49.643Z++ sleep 1
7032026-07-30T03:50:50.646Z++ retry=66
7042026-07-30T03:50:50.652Z+++ svcs -Hostate baseline
7052026-07-30T03:50:50.660Z++ [[ offline* != online ]]
7062026-07-30T03:50:50.660Z++ [[ 66 -gt 300 ]]
7072026-07-30T03:50:50.660Z++ sleep 1
7082026-07-30T03:50:51.662Z++ retry=67
7092026-07-30T03:50:51.665Z+++ svcs -Hostate baseline
7102026-07-30T03:50:51.676Z++ [[ offline* != online ]]
7112026-07-30T03:50:51.676Z++ [[ 67 -gt 300 ]]
7122026-07-30T03:50:51.676Z++ sleep 1
7132026-07-30T03:50:52.679Z++ retry=68
7142026-07-30T03:50:52.682Z+++ svcs -Hostate baseline
7152026-07-30T03:50:52.693Z++ [[ offline* != online ]]
7162026-07-30T03:50:52.694Z++ [[ 68 -gt 300 ]]
7172026-07-30T03:50:52.694Z++ sleep 1
7182026-07-30T03:50:53.696Z++ retry=69
7192026-07-30T03:50:53.700Z+++ svcs -Hostate baseline
7202026-07-30T03:50:53.712Z++ [[ offline* != online ]]
7212026-07-30T03:50:53.712Z++ [[ 69 -gt 300 ]]
7222026-07-30T03:50:53.713Z++ sleep 1
7232026-07-30T03:50:54.713Z++ retry=70
7242026-07-30T03:50:54.716Z+++ svcs -Hostate baseline
7252026-07-30T03:50:54.728Z++ [[ offline* != online ]]
7262026-07-30T03:50:54.728Z++ [[ 70 -gt 300 ]]
7272026-07-30T03:50:54.728Z++ sleep 1
7282026-07-30T03:50:55.731Z++ retry=71
7292026-07-30T03:50:55.734Z+++ svcs -Hostate baseline
7302026-07-30T03:50:55.745Z++ [[ offline* != online ]]
7312026-07-30T03:50:55.746Z++ [[ 71 -gt 300 ]]
7322026-07-30T03:50:55.746Z++ sleep 1
7332026-07-30T03:50:56.747Z++ retry=72
7342026-07-30T03:50:56.752Z+++ svcs -Hostate baseline
7352026-07-30T03:50:56.767Z++ [[ offline* != online ]]
7362026-07-30T03:50:56.767Z++ [[ 72 -gt 300 ]]
7372026-07-30T03:50:56.767Z++ sleep 1
7382026-07-30T03:50:57.764Z++ retry=73
7392026-07-30T03:50:57.767Z+++ svcs -Hostate baseline
7402026-07-30T03:50:57.780Z++ [[ offline* != online ]]
7412026-07-30T03:50:57.780Z++ [[ 73 -gt 300 ]]
7422026-07-30T03:50:57.780Z++ sleep 1
7432026-07-30T03:50:58.880Z++ retry=74
7442026-07-30T03:50:58.886Z+++ svcs -Hostate baseline
7452026-07-30T03:50:58.886Z++ [[ offline* != online ]]
7462026-07-30T03:50:58.886Z++ [[ 74 -gt 300 ]]
7472026-07-30T03:50:58.886Z++ sleep 1
7482026-07-30T03:50:59.798Z++ retry=75
7492026-07-30T03:50:59.800Z+++ svcs -Hostate baseline
7502026-07-30T03:50:59.815Z++ [[ offline* != online ]]
7512026-07-30T03:50:59.815Z++ [[ 75 -gt 300 ]]
7522026-07-30T03:50:59.815Z++ sleep 1
7532026-07-30T03:51:00.816Z++ retry=76
7542026-07-30T03:51:00.819Z+++ svcs -Hostate baseline
7552026-07-30T03:51:00.829Z++ [[ offline* != online ]]
7562026-07-30T03:51:00.829Z++ [[ 76 -gt 300 ]]
7572026-07-30T03:51:00.829Z++ sleep 1
7582026-07-30T03:51:01.832Z++ retry=77
7592026-07-30T03:51:01.835Z+++ svcs -Hostate baseline
7602026-07-30T03:51:01.846Z++ [[ offline* != online ]]
7612026-07-30T03:51:01.846Z++ [[ 77 -gt 300 ]]
7622026-07-30T03:51:01.849Z++ sleep 1
7632026-07-30T03:51:02.848Z++ retry=78
7642026-07-30T03:51:02.851Z+++ svcs -Hostate baseline
7652026-07-30T03:51:02.863Z++ [[ offline* != online ]]
7662026-07-30T03:51:02.863Z++ [[ 78 -gt 300 ]]
7672026-07-30T03:51:02.863Z++ sleep 1
7682026-07-30T03:51:03.865Z++ retry=79
7692026-07-30T03:51:03.868Z+++ svcs -Hostate baseline
7702026-07-30T03:51:03.879Z++ [[ offline* != online ]]
7712026-07-30T03:51:03.879Z++ [[ 79 -gt 300 ]]
7722026-07-30T03:51:03.879Z++ sleep 1
7732026-07-30T03:51:04.884Z++ retry=80
7742026-07-30T03:51:04.891Z+++ svcs -Hostate baseline
7752026-07-30T03:51:04.901Z++ [[ offline* != online ]]
7762026-07-30T03:51:04.901Z++ [[ 80 -gt 300 ]]
7772026-07-30T03:51:04.901Z++ sleep 1
7782026-07-30T03:51:05.899Z++ retry=81
7792026-07-30T03:51:05.902Z+++ svcs -Hostate baseline
7802026-07-30T03:51:05.918Z++ [[ offline* != online ]]
7812026-07-30T03:51:05.918Z++ [[ 81 -gt 300 ]]
7822026-07-30T03:51:05.918Z++ sleep 1
7832026-07-30T03:51:06.915Z++ retry=82
7842026-07-30T03:51:06.920Z+++ svcs -Hostate baseline
7852026-07-30T03:51:06.930Z++ [[ offline* != online ]]
7862026-07-30T03:51:06.930Z++ [[ 82 -gt 300 ]]
7872026-07-30T03:51:06.930Z++ sleep 1
7882026-07-30T03:51:07.932Z++ retry=83
7892026-07-30T03:51:07.935Z+++ svcs -Hostate baseline
7902026-07-30T03:51:07.947Z++ [[ offline* != online ]]
7912026-07-30T03:51:07.947Z++ [[ 83 -gt 300 ]]
7922026-07-30T03:51:07.948Z++ sleep 1
7932026-07-30T03:51:08.949Z++ retry=84
7942026-07-30T03:51:08.952Z+++ svcs -Hostate baseline
7952026-07-30T03:51:08.964Z++ [[ offline* != online ]]
7962026-07-30T03:51:08.964Z++ [[ 84 -gt 300 ]]
7972026-07-30T03:51:08.964Z++ sleep 1
7982026-07-30T03:51:09.965Z++ retry=85
7992026-07-30T03:51:09.969Z+++ svcs -Hostate baseline
8002026-07-30T03:51:09.980Z++ [[ offline* != online ]]
8012026-07-30T03:51:09.980Z++ [[ 85 -gt 300 ]]
8022026-07-30T03:51:09.980Z++ sleep 1
8032026-07-30T03:51:10.982Z++ retry=86
8042026-07-30T03:51:10.986Z+++ svcs -Hostate baseline
8052026-07-30T03:51:10.997Z++ [[ offline* != online ]]
8062026-07-30T03:51:10.997Z++ [[ 86 -gt 300 ]]
8072026-07-30T03:51:10.997Z++ sleep 1
8082026-07-30T03:51:11.999Z++ retry=87
8092026-07-30T03:51:12.002Z+++ svcs -Hostate baseline
8102026-07-30T03:51:12.015Z++ [[ offline* != online ]]
8112026-07-30T03:51:12.015Z++ [[ 87 -gt 300 ]]
8122026-07-30T03:51:12.015Z++ sleep 1
8132026-07-30T03:51:13.015Z++ retry=88
8142026-07-30T03:51:13.019Z+++ svcs -Hostate baseline
8152026-07-30T03:51:13.030Z++ [[ offline* != online ]]
8162026-07-30T03:51:13.030Z++ [[ 88 -gt 300 ]]
8172026-07-30T03:51:13.030Z++ sleep 1
8182026-07-30T03:51:14.039Z++ retry=89
8192026-07-30T03:51:14.044Z+++ svcs -Hostate baseline
8202026-07-30T03:51:14.047Z++ [[ offline* != online ]]
8212026-07-30T03:51:14.047Z++ [[ 89 -gt 300 ]]
8222026-07-30T03:51:14.047Z++ sleep 1
8232026-07-30T03:51:15.049Z++ retry=90
8242026-07-30T03:51:15.054Z+++ svcs -Hostate baseline
8252026-07-30T03:51:15.064Z++ [[ offline* != online ]]
8262026-07-30T03:51:15.064Z++ [[ 90 -gt 300 ]]
8272026-07-30T03:51:15.064Z++ sleep 1
8282026-07-30T03:51:16.068Z++ retry=91
8292026-07-30T03:51:16.073Z+++ svcs -Hostate baseline
8302026-07-30T03:51:16.081Z++ [[ offline* != online ]]
8312026-07-30T03:51:16.081Z++ [[ 91 -gt 300 ]]
8322026-07-30T03:51:16.081Z++ sleep 1
8332026-07-30T03:51:17.083Z++ retry=92
8342026-07-30T03:51:17.086Z+++ svcs -Hostate baseline
8352026-07-30T03:51:17.099Z++ [[ offline* != online ]]
8362026-07-30T03:51:17.099Z++ [[ 92 -gt 300 ]]
8372026-07-30T03:51:17.099Z++ sleep 1
8382026-07-30T03:51:18.101Z++ retry=93
8392026-07-30T03:51:18.104Z+++ svcs -Hostate baseline
8402026-07-30T03:51:18.115Z++ [[ offline* != online ]]
8412026-07-30T03:51:18.115Z++ [[ 93 -gt 300 ]]
8422026-07-30T03:51:18.115Z++ sleep 1
8432026-07-30T03:51:19.117Z++ retry=94
8442026-07-30T03:51:19.120Z+++ svcs -Hostate baseline
8452026-07-30T03:51:19.132Z++ [[ offline* != online ]]
8462026-07-30T03:51:19.132Z++ [[ 94 -gt 300 ]]
8472026-07-30T03:51:19.132Z++ sleep 1
8482026-07-30T03:51:20.133Z++ retry=95
8492026-07-30T03:51:20.136Z+++ svcs -Hostate baseline
8502026-07-30T03:51:20.148Z++ [[ offline* != online ]]
8512026-07-30T03:51:20.148Z++ [[ 95 -gt 300 ]]
8522026-07-30T03:51:20.148Z++ sleep 1
8532026-07-30T03:51:21.149Z++ retry=96
8542026-07-30T03:51:21.152Z+++ svcs -Hostate baseline
8552026-07-30T03:51:21.164Z++ [[ offline* != online ]]
8562026-07-30T03:51:21.164Z++ [[ 96 -gt 300 ]]
8572026-07-30T03:51:21.164Z++ sleep 1
8582026-07-30T03:51:22.166Z++ retry=97
8592026-07-30T03:51:22.169Z+++ svcs -Hostate baseline
8602026-07-30T03:51:22.181Z++ [[ offline* != online ]]
8612026-07-30T03:51:22.181Z++ [[ 97 -gt 300 ]]
8622026-07-30T03:51:22.181Z++ sleep 1
8632026-07-30T03:51:23.183Z++ retry=98
8642026-07-30T03:51:23.189Z+++ svcs -Hostate baseline
8652026-07-30T03:51:23.198Z++ [[ offline* != online ]]
8662026-07-30T03:51:23.198Z++ [[ 98 -gt 300 ]]
8672026-07-30T03:51:23.198Z++ sleep 1
8682026-07-30T03:51:24.199Z++ retry=99
8692026-07-30T03:51:24.202Z+++ svcs -Hostate baseline
8702026-07-30T03:51:24.214Z++ [[ offline* != online ]]
8712026-07-30T03:51:24.214Z++ [[ 99 -gt 300 ]]
8722026-07-30T03:51:24.214Z++ sleep 1
8732026-07-30T03:51:25.216Z++ retry=100
8742026-07-30T03:51:25.219Z+++ svcs -Hostate baseline
8752026-07-30T03:51:25.230Z++ [[ offline* != online ]]
8762026-07-30T03:51:25.230Z++ [[ 100 -gt 300 ]]
8772026-07-30T03:51:25.230Z++ sleep 1
8782026-07-30T03:51:26.232Z++ retry=101
8792026-07-30T03:51:26.235Z+++ svcs -Hostate baseline
8802026-07-30T03:51:26.247Z++ [[ offline* != online ]]
8812026-07-30T03:51:26.247Z++ [[ 101 -gt 300 ]]
8822026-07-30T03:51:26.247Z++ sleep 1
8832026-07-30T03:51:27.249Z++ retry=102
8842026-07-30T03:51:27.255Z+++ svcs -Hostate baseline
8852026-07-30T03:51:27.263Z++ [[ offline* != online ]]
8862026-07-30T03:51:27.263Z++ [[ 102 -gt 300 ]]
8872026-07-30T03:51:27.263Z++ sleep 1
8882026-07-30T03:51:28.265Z++ retry=103
8892026-07-30T03:51:28.268Z+++ svcs -Hostate baseline
8902026-07-30T03:51:28.279Z++ [[ offline* != online ]]
8912026-07-30T03:51:28.279Z++ [[ 103 -gt 300 ]]
8922026-07-30T03:51:28.279Z++ sleep 1
8932026-07-30T03:51:29.282Z++ retry=104
8942026-07-30T03:51:29.290Z+++ svcs -Hostate baseline
8952026-07-30T03:51:29.295Z++ [[ offline* != online ]]
8962026-07-30T03:51:29.295Z++ [[ 104 -gt 300 ]]
8972026-07-30T03:51:29.295Z++ sleep 1
8982026-07-30T03:51:30.297Z++ retry=105
8992026-07-30T03:51:30.301Z+++ svcs -Hostate baseline
9002026-07-30T03:51:30.312Z++ [[ offline* != online ]]
9012026-07-30T03:51:30.312Z++ [[ 105 -gt 300 ]]
9022026-07-30T03:51:30.312Z++ sleep 1
9032026-07-30T03:51:31.314Z++ retry=106
9042026-07-30T03:51:31.317Z+++ svcs -Hostate baseline
9052026-07-30T03:51:31.328Z++ [[ offline* != online ]]
9062026-07-30T03:51:31.328Z++ [[ 106 -gt 300 ]]
9072026-07-30T03:51:31.328Z++ sleep 1
9082026-07-30T03:51:32.330Z++ retry=107
9092026-07-30T03:51:32.333Z+++ svcs -Hostate baseline
9102026-07-30T03:51:32.344Z++ [[ online != online ]]
9112026-07-30T03:51:32.344Z++ set -o errexit
9122026-07-30T03:51:32.348Z++ set -o pipefail
9132026-07-30T03:51:32.348Z++ banner build
9142026-07-30T03:51:32.348Z
9152026-07-30T03:51:32.348Z ##### # # # # #####
9162026-07-30T03:51:32.348Z # # # # # # # #
9172026-07-30T03:51:32.348Z ##### # # # # # #
9182026-07-30T03:51:32.348Z # # # # # # # #
9192026-07-30T03:51:32.348Z # # # # # # # #
9202026-07-30T03:51:32.348Z ##### #### # ###### #####
9212026-07-30T03:51:32.348Z
9222026-07-30T03:51:32.348Z++ cargo build --release --bin ddmd --bin ddmadm
9232026-07-30T03:51:32.352Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9242026-07-30T03:51:32.504Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9252026-07-30T03:51:32.507Zinfo: downloading 6 components
9262026-07-30T03:51:46.803Z Updating git repository `https://github.com/oxidecomputer/falcon`
9272026-07-30T03:51:47.420ZFrom https://github.com/oxidecomputer/falcon
9282026-07-30T03:51:47.420Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9292026-07-30T03:51:47.501Z Updating crates.io index
9302026-07-30T03:51:47.504Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9312026-07-30T03:51:47.905ZFrom https://github.com/oxidecomputer/dendrite
9322026-07-30T03:51:47.905Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
9332026-07-30T03:51:47.941Z Updating git repository `https://github.com/oxidecomputer/ispf`
9342026-07-30T03:51:48.234ZFrom https://github.com/oxidecomputer/ispf
9352026-07-30T03:51:48.234Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9362026-07-30T03:51:48.238Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9372026-07-30T03:51:48.591ZFrom https://github.com/oxidecomputer/netadm-sys
9382026-07-30T03:51:48.591Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9392026-07-30T03:51:48.598Z Updating git repository `https://github.com/oxidecomputer/omicron`
9402026-07-30T03:51:54.660ZFrom https://github.com/oxidecomputer/omicron
9412026-07-30T03:51:54.660Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9422026-07-30T03:51:55.088Z Updating git repository `https://github.com/oxidecomputer/opte`
9432026-07-30T03:51:55.766ZFrom https://github.com/oxidecomputer/opte
9442026-07-30T03:51:55.766Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
9452026-07-30T03:51:55.796Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9462026-07-30T03:51:56.081ZFrom https://github.com/oxidecomputer/slog-error-chain
9472026-07-30T03:51:56.081Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9482026-07-30T03:51:56.090Z Updating git repository `https://github.com/illumos/smf-rs`
9492026-07-30T03:51:56.356ZFrom https://github.com/illumos/smf-rs
9502026-07-30T03:51:56.356Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9512026-07-30T03:51:56.363Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9522026-07-30T03:51:56.624ZFrom https://github.com/oxidecomputer/network-interface
9532026-07-30T03:51:56.624Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9542026-07-30T03:51:56.631Z Updating git repository `https://github.com/oxidecomputer/zone`
9552026-07-30T03:51:56.897ZFrom https://github.com/oxidecomputer/zone
9562026-07-30T03:51:56.897Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9572026-07-30T03:51:56.903Z Updating git repository `https://github.com/oxidecomputer/propolis`
9582026-07-30T03:51:57.527ZFrom https://github.com/oxidecomputer/propolis
9592026-07-30T03:51:57.527Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9602026-07-30T03:51:57.569Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9612026-07-30T03:51:58.096ZFrom https://github.com/oxidecomputer/transceiver-control
9622026-07-30T03:51:58.096Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9632026-07-30T03:51:58.106Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9642026-07-30T03:51:58.366ZFrom https://github.com/oxidecomputer/dlpi-sys
9652026-07-30T03:51:58.366Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9662026-07-30T03:51:58.372Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9672026-07-30T03:51:58.637ZFrom https://github.com/jmesmon/rust-libzfs
9682026-07-30T03:51:58.637Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9692026-07-30T03:51:58.644Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9702026-07-30T03:51:58.886ZFrom https://github.com/oxidecomputer/rusty-doors
9712026-07-30T03:51:58.886Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9722026-07-30T03:51:58.890Z Updating git repository `https://github.com/oxidecomputer/lldp`
9732026-07-30T03:51:59.287ZFrom https://github.com/oxidecomputer/lldp
9742026-07-30T03:51:59.287Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9752026-07-30T03:51:59.298Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9762026-07-30T03:51:59.633ZFrom https://github.com/oxidecomputer/tufaceous
9772026-07-30T03:51:59.633Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9782026-07-30T03:51:59.643Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9792026-07-30T03:52:00.135ZFrom https://github.com/oxidecomputer/management-gateway-service
9802026-07-30T03:52:00.135Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9812026-07-30T03:52:00.149Z Updating git repository `https://github.com/oxidecomputer/crucible`
9822026-07-30T03:52:00.946ZFrom https://github.com/oxidecomputer/crucible
9832026-07-30T03:52:00.946Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9842026-07-30T03:52:00.988Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9852026-07-30T03:52:01.251ZFrom https://github.com/oxidecomputer/serde_human_bytes
9862026-07-30T03:52:01.251Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9872026-07-30T03:52:01.260Z Updating git repository `https://github.com/oxidecomputer/propolis`
9882026-07-30T03:52:01.662ZFrom https://github.com/oxidecomputer/propolis
9892026-07-30T03:52:01.663Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9902026-07-30T03:52:01.705Z Updating git repository `https://github.com/oxidecomputer/crucible`
9912026-07-30T03:52:02.247ZFrom https://github.com/oxidecomputer/crucible
9922026-07-30T03:52:02.247Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9932026-07-30T03:52:02.310Z Updating git repository `https://github.com/oxidecomputer/tofino`
9942026-07-30T03:52:02.655ZFrom https://github.com/oxidecomputer/tofino
9952026-07-30T03:52:02.655Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9962026-07-30T03:52:02.665Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9972026-07-30T03:52:03.300ZFrom https://github.com/oxidecomputer/maghemite
9982026-07-30T03:52:03.300Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9992026-07-30T03:52:03.331Z Updating git repository `https://github.com/oxidecomputer/clickward`
10002026-07-30T03:52:03.610ZFrom https://github.com/oxidecomputer/clickward
10012026-07-30T03:52:03.610Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10022026-07-30T03:52:03.616Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10032026-07-30T03:52:03.900ZFrom https://github.com/oxidecomputer/illumos-devinfo
10042026-07-30T03:52:03.900Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10052026-07-30T03:52:06.099Z Downloading crates ...
10062026-07-30T03:52:06.164Z Downloaded cfg-if v1.0.4
10072026-07-30T03:52:06.168Z Downloaded autocfg v1.5.1
10082026-07-30T03:52:06.173Z Downloaded cancel-safe-futures v0.1.5
10092026-07-30T03:52:06.176Z Downloaded cmake v0.1.58
10102026-07-30T03:52:06.180Z Downloaded async-stream-impl v0.3.6
10112026-07-30T03:52:06.183Z Downloaded anstyle-query v1.1.5
10122026-07-30T03:52:06.183Z Downloaded async-trait v0.1.89
10132026-07-30T03:52:06.186Z Downloaded debug-ignore v1.0.5
10142026-07-30T03:52:06.189Z Downloaded critical-section v1.2.0
10152026-07-30T03:52:06.189Z Downloaded byte-wrapper v0.1.0
10162026-07-30T03:52:06.194Z Downloaded darling v0.23.0
10172026-07-30T03:52:06.198Z Downloaded dyn-clone v1.0.20
10182026-07-30T03:52:06.201Z Downloaded ahash v0.8.12
10192026-07-30T03:52:06.201Z Downloaded argon2 v0.5.3
10202026-07-30T03:52:06.204Z Downloaded group v0.13.0
10212026-07-30T03:52:06.204Z Downloaded darling_core v0.21.3
10222026-07-30T03:52:06.208Z Downloaded half v2.7.1
10232026-07-30T03:52:06.211Z Downloaded defmt-parser v1.0.0
10242026-07-30T03:52:06.211Z Downloaded atomic-waker v1.1.2
10252026-07-30T03:52:06.211Z Downloaded anstyle v1.0.14
10262026-07-30T03:52:06.211Z Downloaded async-stream v0.3.6
10272026-07-30T03:52:06.215Z Downloaded foldhash v0.1.5
10282026-07-30T03:52:06.215Z Downloaded derive-where v1.6.1
10292026-07-30T03:52:06.218Z Downloaded dtrace-parser v0.2.0
10302026-07-30T03:52:06.218Z Downloaded anstyle-parse v1.0.0
10312026-07-30T03:52:06.218Z Downloaded aead v0.5.2
10322026-07-30T03:52:06.224Z Downloaded data-encoding v2.11.0
10332026-07-30T03:52:06.230Z Downloaded block-buffer v0.10.4
10342026-07-30T03:52:06.233Z Downloaded atomicwrites v0.4.4
10352026-07-30T03:52:06.233Z Downloaded async-recursion v1.1.1
10362026-07-30T03:52:06.235Z Downloaded equivalent v1.0.2
10372026-07-30T03:52:06.235Z Downloaded dunce v1.0.5
10382026-07-30T03:52:06.235Z Downloaded dof v0.3.0
10392026-07-30T03:52:06.238Z Downloaded digest v0.10.7
10402026-07-30T03:52:06.238Z Downloaded const-random v0.1.18
10412026-07-30T03:52:06.241Z Downloaded clap_lex v1.1.0
10422026-07-30T03:52:06.241Z Downloaded ciborium-io v0.2.2
10432026-07-30T03:52:06.244Z Downloaded const-random-macro v0.1.16
10442026-07-30T03:52:06.247Z Downloaded colorchoice v1.0.5
10452026-07-30T03:52:06.250Z Downloaded hex v0.4.3
10462026-07-30T03:52:06.250Z Downloaded heck v0.4.1
10472026-07-30T03:52:06.250Z Downloaded fxhash v0.2.1
10482026-07-30T03:52:06.253Z Downloaded darling_macro v0.23.0
10492026-07-30T03:52:06.253Z Downloaded crunchy v0.2.4
10502026-07-30T03:52:06.253Z Downloaded crypto-common v0.1.7
10512026-07-30T03:52:06.256Z Downloaded crucible-workspace-hack v0.1.0
10522026-07-30T03:52:06.256Z Downloaded cpufeatures v0.3.0
10532026-07-30T03:52:06.256Z Downloaded float-ord v0.3.2
10542026-07-30T03:52:06.256Z Downloaded cobs v0.3.0
10552026-07-30T03:52:06.259Z Downloaded cfg_aliases v0.2.1
10562026-07-30T03:52:06.262Z Downloaded httpdate v1.0.3
10572026-07-30T03:52:06.262Z Downloaded crypto-common v0.2.2
10582026-07-30T03:52:06.262Z Downloaded crc8 v0.1.1
10592026-07-30T03:52:06.262Z Downloaded convert_case v0.4.0
10602026-07-30T03:52:06.264Z Downloaded idna_adapter v1.2.2
10612026-07-30T03:52:06.264Z Downloaded embedded-io v0.4.0
10622026-07-30T03:52:06.264Z Downloaded dtrace-parser v0.3.0
10632026-07-30T03:52:06.267Z Downloaded curve25519-dalek-derive v0.1.1
10642026-07-30T03:52:06.267Z Downloaded cstr-argument v0.1.2
10652026-07-30T03:52:06.270Z Downloaded cpufeatures v0.2.17
10662026-07-30T03:52:06.270Z Downloaded ciborium-ll v0.2.2
10672026-07-30T03:52:06.273Z Downloaded form_urlencoded v1.2.2
10682026-07-30T03:52:06.276Z Downloaded http-body v1.0.1
10692026-07-30T03:52:06.276Z Downloaded base16ct v0.2.0
10702026-07-30T03:52:06.280Z Downloaded hash32 v0.3.1
10712026-07-30T03:52:06.282Z Downloaded hostname v0.3.1
10722026-07-30T03:52:06.282Z Downloaded base16ct v1.0.0
10732026-07-30T03:52:06.285Z Downloaded foreign-types-shared v0.3.1
10742026-07-30T03:52:06.288Z Downloaded gethostname v0.5.0
10752026-07-30T03:52:06.292Z Downloaded futures-macro v0.3.32
10762026-07-30T03:52:06.292Z Downloaded block-buffer v0.12.0
10772026-07-30T03:52:06.297Z Downloaded adler2 v2.0.1
10782026-07-30T03:52:06.297Z Downloaded futures-sink v0.3.32
10792026-07-30T03:52:06.300Z Downloaded foreign-types-shared v0.1.1
10802026-07-30T03:52:06.300Z Downloaded heck v0.5.0
10812026-07-30T03:52:06.300Z Downloaded foreign-types v0.5.0
10822026-07-30T03:52:06.300Z Downloaded foreign-types v0.3.2
10832026-07-30T03:52:06.300Z Downloaded enum-as-inner v0.6.1
10842026-07-30T03:52:06.303Z Downloaded defmt v0.3.100
10852026-07-30T03:52:06.303Z Downloaded ident_case v1.0.1
10862026-07-30T03:52:06.303Z Downloaded indent_write v2.2.0
10872026-07-30T03:52:06.306Z Downloaded errno v0.3.14
10882026-07-30T03:52:06.306Z Downloaded hubpack_derive v0.1.1
10892026-07-30T03:52:06.306Z Downloaded hubpack v0.1.2
10902026-07-30T03:52:06.310Z Downloaded futures-core v0.3.32
10912026-07-30T03:52:06.312Z Downloaded bit-set v0.8.0
10922026-07-30T03:52:06.316Z Downloaded ff v0.13.1
10932026-07-30T03:52:06.319Z Downloaded daft-derive v0.1.7
10942026-07-30T03:52:06.319Z Downloaded find-msvc-tools v0.1.9
10952026-07-30T03:52:06.321Z Downloaded fastrand v2.4.1
10962026-07-30T03:52:06.321Z Downloaded displaydoc v0.2.6
10972026-07-30T03:52:06.321Z Downloaded compression-codecs v0.4.38
10982026-07-30T03:52:06.325Z Downloaded futures-task v0.3.32
10992026-07-30T03:52:06.329Z Downloaded fnv v1.0.7
11002026-07-30T03:52:06.329Z Downloaded csv-core v0.1.13
11012026-07-30T03:52:06.329Z Downloaded fixedbitset v0.4.2
11022026-07-30T03:52:06.329Z Downloaded dropshot-api-manager-types v0.7.2
11032026-07-30T03:52:06.329Z Downloaded dof v0.4.0
11042026-07-30T03:52:06.332Z Downloaded const_format_proc_macros v0.2.34
11052026-07-30T03:52:06.332Z Downloaded bit-vec v0.8.0
11062026-07-30T03:52:06.332Z Downloaded internet-checksum v0.2.1
11072026-07-30T03:52:06.335Z Downloaded inout v0.1.4
11082026-07-30T03:52:06.335Z Downloaded daft v0.1.7
11092026-07-30T03:52:06.335Z Downloaded bcs v0.1.6
11102026-07-30T03:52:06.338Z Downloaded generic-array v0.14.7
11112026-07-30T03:52:06.338Z Downloaded darling_macro v0.21.3
11122026-07-30T03:52:06.338Z Downloaded cipher v0.4.4
11132026-07-30T03:52:06.341Z Downloaded linked-hash-map v0.5.6
11142026-07-30T03:52:06.341Z Downloaded http-body-util v0.1.4
11152026-07-30T03:52:06.345Z Downloaded crossbeam-deque v0.8.6
11162026-07-30T03:52:06.345Z Downloaded itoa v1.0.18
11172026-07-30T03:52:06.348Z Downloaded git-stub v1.0.0
11182026-07-30T03:52:06.348Z Downloaded foreign-types-macros v0.2.3
11192026-07-30T03:52:06.348Z Downloaded backoff v0.4.0
11202026-07-30T03:52:06.351Z Downloaded chacha20 v0.9.1
11212026-07-30T03:52:06.351Z Downloaded bytecount v0.6.9
11222026-07-30T03:52:06.354Z Downloaded base64ct v1.8.3
11232026-07-30T03:52:06.354Z Downloaded instant v0.1.13
11242026-07-30T03:52:06.357Z Downloaded is_terminal_polyfill v1.70.2
11252026-07-30T03:52:06.357Z Downloaded hostname v0.4.2
11262026-07-30T03:52:06.360Z Downloaded derive-ex v0.1.8
11272026-07-30T03:52:06.360Z Downloaded globset v0.4.18
11282026-07-30T03:52:06.360Z Downloaded futures-io v0.3.32
11292026-07-30T03:52:06.363Z Downloaded is_ci v1.2.0
11302026-07-30T03:52:06.363Z Downloaded anstream v1.0.0
11312026-07-30T03:52:06.366Z Downloaded git-stub-vcs v0.1.0
11322026-07-30T03:52:06.366Z Downloaded camino-tempfile v1.4.1
11332026-07-30T03:52:06.366Z Downloaded byteorder v1.5.0
11342026-07-30T03:52:06.370Z Downloaded highway v1.3.0
11352026-07-30T03:52:06.370Z Downloaded foldhash v0.2.0
11362026-07-30T03:52:06.370Z Downloaded is-terminal v0.4.17
11372026-07-30T03:52:06.374Z Downloaded lazy_static v1.5.0
11382026-07-30T03:52:06.374Z Downloaded humantime v2.3.0
11392026-07-30T03:52:06.375Z Downloaded glob v0.3.3
11402026-07-30T03:52:06.378Z Downloaded either v1.16.0
11412026-07-30T03:52:06.378Z Downloaded deranged v0.5.8
11422026-07-30T03:52:06.378Z Downloaded hyper-rustls v0.27.9
11432026-07-30T03:52:06.378Z Downloaded konst_macro_rules v0.2.19
11442026-07-30T03:52:06.382Z Downloaded libscf-sys v1.2.0
11452026-07-30T03:52:06.382Z Downloaded fs_extra v1.3.0
11462026-07-30T03:52:06.385Z Downloaded keccak v0.1.6
11472026-07-30T03:52:06.385Z Downloaded lru-cache v0.1.2
11482026-07-30T03:52:06.385Z Downloaded managed v0.8.0
11492026-07-30T03:52:06.388Z Downloaded macaddr v1.0.1
11502026-07-30T03:52:06.388Z Downloaded fixedbitset v0.5.7
11512026-07-30T03:52:06.394Z Downloaded defmt-macros v1.1.0
11522026-07-30T03:52:06.397Z Downloaded newtype_derive v0.1.6
11532026-07-30T03:52:06.397Z Downloaded compression-core v0.4.32
11542026-07-30T03:52:06.397Z Downloaded ingot-types v0.1.2
11552026-07-30T03:52:06.397Z Downloaded crc32fast v1.5.0
11562026-07-30T03:52:06.397Z Downloaded mime v0.3.17
11572026-07-30T03:52:06.397Z Downloaded match_cfg v0.1.0
11582026-07-30T03:52:06.397Z Downloaded crossbeam-utils v0.8.21
11592026-07-30T03:52:06.400Z Downloaded httparse v1.10.1
11602026-07-30T03:52:06.403Z Downloaded newline-converter v0.3.0
11612026-07-30T03:52:06.403Z Downloaded natord v1.0.9
11622026-07-30T03:52:06.403Z Downloaded memoffset v0.9.1
11632026-07-30T03:52:06.403Z Downloaded erased-serde v0.3.31
11642026-07-30T03:52:06.406Z Downloaded fs-err v3.3.0
11652026-07-30T03:52:06.406Z Downloaded clap_derive v4.6.4
11662026-07-30T03:52:06.409Z Downloaded embedded-io v0.6.1
11672026-07-30T03:52:06.409Z Downloaded linear-map v1.2.0
11682026-07-30T03:52:06.412Z Downloaded digest v0.11.3
11692026-07-30T03:52:06.412Z Downloaded crossbeam-epoch v0.9.18
11702026-07-30T03:52:06.415Z Downloaded bs58 v0.5.1
11712026-07-30T03:52:06.415Z Downloaded console v0.15.11
11722026-07-30T03:52:06.418Z Downloaded console v0.16.3
11732026-07-30T03:52:06.418Z Downloaded chacha20 v0.10.0
11742026-07-30T03:52:06.421Z Downloaded num-conv v0.2.2
11752026-07-30T03:52:06.421Z Downloaded no-std-compat v0.4.1
11762026-07-30T03:52:06.421Z Downloaded newtype-uuid-macros v0.1.0
11772026-07-30T03:52:06.424Z Downloaded camino v1.2.5
11782026-07-30T03:52:06.424Z Downloaded ipnetwork v0.21.1
11792026-07-30T03:52:06.424Z Downloaded blake2 v0.10.6
11802026-07-30T03:52:06.427Z Downloaded memmap v0.7.0
11812026-07-30T03:52:06.427Z Downloaded ciborium v0.2.2
11822026-07-30T03:52:06.429Z Downloaded cargo_toml v0.22.3
11832026-07-30T03:52:06.429Z Downloaded anyhow v1.0.104
11842026-07-30T03:52:06.433Z Downloaded arc-swap v1.9.1
11852026-07-30T03:52:06.436Z Downloaded hybrid-array v0.4.12
11862026-07-30T03:52:06.436Z Downloaded num-derive v0.4.2
11872026-07-30T03:52:06.440Z Downloaded opaque-debug v0.3.1
11882026-07-30T03:52:06.440Z Downloaded iana-time-zone v0.1.65
11892026-07-30T03:52:06.446Z Downloaded lru-slab v0.1.2
11902026-07-30T03:52:06.449Z Downloaded num_threads v0.1.7
11912026-07-30T03:52:06.449Z Downloaded libsw-core v0.3.2
11922026-07-30T03:52:06.452Z Downloaded lock_api v0.4.14
11932026-07-30T03:52:06.452Z Downloaded libsw v3.5.0
11942026-07-30T03:52:06.452Z Downloaded futures v0.3.32
11952026-07-30T03:52:06.455Z Downloaded dropshot_endpoint v0.17.1
11962026-07-30T03:52:06.458Z Downloaded openssl-probe v0.2.1
11972026-07-30T03:52:06.458Z Downloaded openssl-macros v0.1.1
11982026-07-30T03:52:06.461Z Downloaded parse-display v0.10.0
11992026-07-30T03:52:06.461Z Downloaded omicron-workspace-hack v0.1.0
12002026-07-30T03:52:06.461Z Downloaded drift v0.2.0
12012026-07-30T03:52:06.466Z Downloaded phf_shared v0.12.1
12022026-07-30T03:52:06.470Z Downloaded olpc-cjson v0.1.4
12032026-07-30T03:52:06.473Z Downloaded cookie v0.18.1
12042026-07-30T03:52:06.473Z Downloaded percent-encoding v2.3.2
12052026-07-30T03:52:06.476Z Downloaded darling v0.21.3
12062026-07-30T03:52:06.479Z Downloaded const-oid v0.10.2
12072026-07-30T03:52:06.482Z Downloaded defmt v1.1.0
12082026-07-30T03:52:06.485Z Downloaded newtype-uuid v1.3.2
12092026-07-30T03:52:06.485Z Downloaded multer v3.1.0
12102026-07-30T03:52:06.488Z Downloaded futures-executor v0.3.32
12112026-07-30T03:52:06.488Z Downloaded colored v3.1.1
12122026-07-30T03:52:06.490Z Downloaded clap v4.6.4
12132026-07-30T03:52:06.494Z Downloaded ingot-macros v0.1.1
12142026-07-30T03:52:06.497Z Downloaded futures-channel v0.3.32
12152026-07-30T03:52:06.497Z Downloaded num v0.4.3
12162026-07-30T03:52:06.497Z Downloaded ingot v0.1.1
12172026-07-30T03:52:06.500Z Downloaded bitflags v2.12.1
12182026-07-30T03:52:06.503Z Downloaded powerfmt v0.2.0
12192026-07-30T03:52:06.503Z Downloaded plain v0.2.3
12202026-07-30T03:52:06.503Z Downloaded proc-macro-crate v1.3.1
12212026-07-30T03:52:06.506Z Downloaded pretty-hex v0.4.2
12222026-07-30T03:52:06.506Z Downloaded potential_utf v0.1.5
12232026-07-30T03:52:06.506Z Downloaded num_enum_derive v0.7.6
12242026-07-30T03:52:06.509Z Downloaded num_enum v0.5.11
12252026-07-30T03:52:06.511Z Downloaded num-rational v0.4.2
12262026-07-30T03:52:06.511Z Downloaded proc-macro-error-attr2 v2.0.0
12272026-07-30T03:52:06.511Z Downloaded getrandom v0.3.4
12282026-07-30T03:52:06.514Z Downloaded progenitor-client v0.14.0
12292026-07-30T03:52:06.515Z Downloaded proc-macro-error-attr v1.0.4
12302026-07-30T03:52:06.517Z Downloaded getrandom v0.2.17
12312026-07-30T03:52:06.517Z Downloaded num-iter v0.1.45
12322026-07-30T03:52:06.520Z Downloaded num-integer v0.1.46
12332026-07-30T03:52:06.520Z Downloaded num-complex v0.4.6
12342026-07-30T03:52:06.520Z Downloaded num_enum v0.7.6
12352026-07-30T03:52:06.542Z Downloaded owo-colors v4.3.0
12362026-07-30T03:52:06.542Z Downloaded progenitor-client v0.10.0
12372026-07-30T03:52:06.542Z Downloaded jobserver v0.1.34
12382026-07-30T03:52:06.542Z Downloaded icu_provider v2.2.0
12392026-07-30T03:52:06.542Z Downloaded quick-error v1.2.3
12402026-07-30T03:52:06.542Z Downloaded oxnet v0.1.6
12412026-07-30T03:52:06.542Z Downloaded progenitor-macro v0.13.0
12422026-07-30T03:52:06.542Z Downloaded memmap2 v0.9.10
12432026-07-30T03:52:06.542Z Downloaded num_enum_derive v0.5.11
12442026-07-30T03:52:06.542Z Downloaded hmac v0.12.1
12452026-07-30T03:52:06.542Z Downloaded rand_chacha v0.3.1
12462026-07-30T03:52:06.542Z Downloaded progenitor-macro v0.14.0
12472026-07-30T03:52:06.542Z Downloaded phf v0.12.1
12482026-07-30T03:52:06.547Z Downloaded pem v3.0.6
12492026-07-30T03:52:06.547Z Downloaded parse-display-derive v0.10.0
12502026-07-30T03:52:06.547Z Downloaded getrandom v0.4.2
12512026-07-30T03:52:06.547Z Downloaded oxide-tokio-rt v0.1.6
12522026-07-30T03:52:06.547Z Downloaded litemap v0.8.2
12532026-07-30T03:52:06.547Z Downloaded bitflags v1.3.2
12542026-07-30T03:52:06.551Z Downloaded backon v1.6.0
12552026-07-30T03:52:06.551Z Downloaded rand_pcg v0.10.2
12562026-07-30T03:52:06.551Z Downloaded password-hash v0.5.0
12572026-07-30T03:52:06.556Z Downloaded pkg-config v0.3.33
12582026-07-30T03:52:06.556Z Downloaded rand_xorshift v0.4.0
12592026-07-30T03:52:06.556Z Downloaded paste v1.0.15
12602026-07-30T03:52:06.556Z Downloaded derive_more v0.99.20
12612026-07-30T03:52:06.559Z Downloaded pin-project-internal v1.1.13
12622026-07-30T03:52:06.559Z Downloaded base64 v0.22.1
12632026-07-30T03:52:06.562Z Downloaded const_format v0.2.36
12642026-07-30T03:52:06.565Z Downloaded indexmap v1.9.3
12652026-07-30T03:52:06.568Z Downloaded ipnet v2.12.0
12662026-07-30T03:52:06.568Z Downloaded allocator-api2 v0.2.21
12672026-07-30T03:52:06.571Z Downloaded chacha20poly1305 v0.10.1
12682026-07-30T03:52:06.571Z Downloaded proc-macro-crate v3.5.0
12692026-07-30T03:52:06.571Z Downloaded ref-cast-impl v1.0.25
12702026-07-30T03:52:06.575Z Downloaded ref-cast v1.0.25
12712026-07-30T03:52:06.575Z Downloaded proc-macro-error v1.0.4
12722026-07-30T03:52:06.578Z Downloaded port-file v0.1.0
12732026-07-30T03:52:06.578Z Downloaded poly1305 v0.8.0
12742026-07-30T03:52:06.582Z Downloaded ppv-lite86 v0.2.21
12752026-07-30T03:52:06.582Z Downloaded rustc-hash v2.1.2
12762026-07-30T03:52:06.582Z Downloaded progenitor-client v0.13.0
12772026-07-30T03:52:06.585Z Downloaded progenitor v0.13.0
12782026-07-30T03:52:06.585Z Downloaded proc-macro-error2 v2.0.1
12792026-07-30T03:52:06.585Z Downloaded async-compression v0.4.42
12802026-07-30T03:52:06.588Z Downloaded icu_properties v2.2.0
12812026-07-30T03:52:06.593Z Downloaded progenitor v0.14.0
12822026-07-30T03:52:06.596Z Downloaded once_cell v1.21.4
12832026-07-30T03:52:06.600Z Downloaded rustc_version v0.4.1
12842026-07-30T03:52:06.603Z Downloaded log v0.4.32
12852026-07-30T03:52:06.603Z Downloaded progenitor-macro v0.10.0
12862026-07-30T03:52:06.603Z Downloaded darling_core v0.23.0
12872026-07-30T03:52:06.607Z Downloaded parking_lot_core v0.9.12
12882026-07-30T03:52:06.610Z Downloaded parking_lot_core v0.8.6
12892026-07-30T03:52:06.610Z Downloaded indicatif v0.18.4
12902026-07-30T03:52:06.613Z Downloaded rand_core v0.6.4
12912026-07-30T03:52:06.613Z Downloaded rand_chacha v0.9.0
12922026-07-30T03:52:06.613Z Downloaded expectorate v1.2.0
12932026-07-30T03:52:06.616Z Downloaded flate2 v1.1.9
12942026-07-30T03:52:06.619Z Downloaded scopeguard v1.2.0
12952026-07-30T03:52:06.619Z Downloaded same-file v1.0.6
12962026-07-30T03:52:06.619Z Downloaded pest_derive v2.8.6
12972026-07-30T03:52:06.622Z Downloaded quote v1.0.45
12982026-07-30T03:52:06.622Z Downloaded scroll_derive v0.12.1
12992026-07-30T03:52:06.625Z Downloaded rand_core v0.10.1
13002026-07-30T03:52:06.625Z Downloaded crypto-bigint v0.5.5
13012026-07-30T03:52:06.627Z Downloaded serde-big-array v0.5.1
13022026-07-30T03:52:06.631Z Downloaded serde_spanned v1.1.1
13032026-07-30T03:52:06.631Z Downloaded crossbeam-channel v0.5.15
13042026-07-30T03:52:06.634Z Downloaded rand_core v0.9.5
13052026-07-30T03:52:06.634Z Downloaded base64 v0.21.7
13062026-07-30T03:52:06.637Z Downloaded heapless v0.8.0
13072026-07-30T03:52:06.640Z Downloaded pin-project-lite v0.2.17
13082026-07-30T03:52:06.643Z Downloaded semver v0.1.20
13092026-07-30T03:52:06.643Z Downloaded secrecy v0.10.3
13102026-07-30T03:52:06.643Z Downloaded scroll_derive v0.13.1
13112026-07-30T03:52:06.647Z Downloaded serde_spanned v0.6.9
13122026-07-30T03:52:06.647Z Downloaded serde_repr v0.1.21
13132026-07-30T03:52:06.647Z Downloaded resolv-conf v0.7.6
13142026-07-30T03:52:06.650Z Downloaded sha1 v0.11.0
13152026-07-30T03:52:06.650Z Downloaded serde_urlencoded v0.7.1
13162026-07-30T03:52:06.650Z Downloaded postcard v1.1.3
13172026-07-30T03:52:06.650Z Downloaded siphasher v1.0.3
13182026-07-30T03:52:06.653Z Downloaded sigpipe v0.1.3
13192026-07-30T03:52:06.653Z Downloaded sha1 v0.10.6
13202026-07-30T03:52:06.653Z Downloaded bytes v1.11.1
13212026-07-30T03:52:06.656Z Downloaded rustc_version v0.1.7
13222026-07-30T03:52:06.659Z Downloaded progenitor v0.10.0
13232026-07-30T03:52:06.659Z Downloaded parking_lot v0.12.5
13242026-07-30T03:52:06.664Z Downloaded parking_lot v0.11.2
13252026-07-30T03:52:06.664Z Downloaded elliptic-curve v0.13.8
13262026-07-30T03:52:06.668Z Downloaded serde_plain v1.0.2
13272026-07-30T03:52:06.668Z Downloaded slog-bunyan v2.5.0
13282026-07-30T03:52:06.668Z Downloaded num-traits v0.2.19
13292026-07-30T03:52:06.671Z Downloaded icu_collections v2.2.0
13302026-07-30T03:52:06.674Z Downloaded rustls-native-certs v0.8.4
13312026-07-30T03:52:06.674Z Downloaded konst v0.2.20
13322026-07-30T03:52:06.677Z Downloaded papergrid v0.11.0
13332026-07-30T03:52:06.679Z Downloaded icu_normalizer_data v2.2.0
13342026-07-30T03:52:06.679Z Downloaded smawk v0.3.2
13352026-07-30T03:52:06.685Z Downloaded progenitor-extras v0.2.0
13362026-07-30T03:52:06.685Z Downloaded hickory-resolver v0.24.4
13372026-07-30T03:52:06.687Z Downloaded quinn-udp v0.5.14
13382026-07-30T03:52:06.687Z Downloaded rustversion v1.0.22
13392026-07-30T03:52:06.690Z Downloaded pin-project v1.1.13
13402026-07-30T03:52:06.695Z Downloaded spin v0.5.2
13412026-07-30T03:52:06.698Z Downloaded icu_locale_core v2.2.0
13422026-07-30T03:52:06.701Z Downloaded strum v0.26.3
13432026-07-30T03:52:06.701Z Downloaded cc v1.2.63
13442026-07-30T03:52:06.704Z Downloaded structmeta v0.3.0
13452026-07-30T03:52:06.704Z Downloaded rusty-fork v0.3.1
13462026-07-30T03:52:06.707Z Downloaded stable_deref_trait v1.2.1
13472026-07-30T03:52:06.707Z Downloaded miniz_oxide v0.8.9
13482026-07-30T03:52:06.712Z Downloaded schemars_derive v0.8.22
13492026-07-30T03:52:06.716Z Downloaded scroll v0.13.0
13502026-07-30T03:52:06.718Z Downloaded subtle v2.6.1
13512026-07-30T03:52:06.721Z Downloaded structmeta-derive v0.3.0
13522026-07-30T03:52:06.722Z Downloaded clap_builder v4.6.2
13532026-07-30T03:52:06.724Z Downloaded signal-hook-registry v1.4.8
13542026-07-30T03:52:06.724Z Downloaded serde_tokenstream v0.2.3
13552026-07-30T03:52:06.727Z Downloaded serde_path_to_error v0.1.20
13562026-07-30T03:52:06.727Z Downloaded swrite v0.1.0
13572026-07-30T03:52:06.730Z Downloaded tabled_derive v0.7.0
13582026-07-30T03:52:06.730Z Downloaded supports-color v3.0.2
13592026-07-30T03:52:06.730Z Downloaded shlex v2.0.1
13602026-07-30T03:52:06.733Z Downloaded serde_derive_internals v0.29.1
13612026-07-30T03:52:06.733Z Downloaded slog-envlogger v2.2.0
13622026-07-30T03:52:06.736Z Downloaded icu_normalizer v2.2.0
13632026-07-30T03:52:06.738Z Downloaded terminal_size v0.4.4
13642026-07-30T03:52:06.741Z Downloaded indexmap v2.14.0
13652026-07-30T03:52:06.741Z Downloaded thread-id v4.2.2
13662026-07-30T03:52:06.744Z Downloaded openssl-sys v0.9.116
13672026-07-30T03:52:06.747Z Downloaded tabwriter v1.4.1
13682026-07-30T03:52:06.747Z Downloaded testing_table v0.3.0
13692026-07-30T03:52:06.749Z Downloaded termtree v0.5.1
13702026-07-30T03:52:06.749Z Downloaded slab v0.4.12
13712026-07-30T03:52:06.749Z Downloaded slog-scope v4.4.1
13722026-07-30T03:52:06.752Z Downloaded minimal-lexical v0.2.1
13732026-07-30T03:52:06.755Z Downloaded slog-json v2.6.1
13742026-07-30T03:52:06.755Z Downloaded rustls-pki-types v1.14.1
13752026-07-30T03:52:06.758Z Downloaded rustls-pemfile v2.2.0
13762026-07-30T03:52:06.758Z Downloaded smartstring v1.0.1
13772026-07-30T03:52:06.760Z Downloaded slog-stdlog v4.1.1
13782026-07-30T03:52:06.761Z Downloaded slog-dtrace v0.3.0
13792026-07-30T03:52:06.761Z Downloaded papergrid v0.18.0
13802026-07-30T03:52:06.763Z Downloaded time-core v0.1.8
13812026-07-30T03:52:06.766Z Downloaded thiserror-impl-no-std v2.0.2
13822026-07-30T03:52:06.766Z Downloaded slog-async v2.8.0
13832026-07-30T03:52:06.769Z Downloaded scroll v0.12.0
13842026-07-30T03:52:06.769Z Downloaded smf v0.2.3
13852026-07-30T03:52:06.769Z Downloaded pest_meta v2.8.6
13862026-07-30T03:52:06.772Z Downloaded semver v1.0.28
13872026-07-30T03:52:06.772Z Downloaded strsim v0.11.1
13882026-07-30T03:52:06.775Z Downloaded static_assertions v1.1.0
13892026-07-30T03:52:06.775Z Downloaded pest_generator v2.8.6
13902026-07-30T03:52:06.775Z Downloaded thread-id v5.1.0
13912026-07-30T03:52:06.778Z Downloaded jiff-static v0.2.28
13922026-07-30T03:52:06.778Z Downloaded tabled_derive v0.11.0
13932026-07-30T03:52:06.781Z Downloaded sync_wrapper v1.0.2
13942026-07-30T03:52:06.781Z Downloaded hashbrown v0.12.3
13952026-07-30T03:52:06.783Z Downloaded hyper-util v0.1.20
13962026-07-30T03:52:06.786Z Downloaded tokio-macros v2.7.0
13972026-07-30T03:52:06.786Z Downloaded hickory-resolver v0.25.2
13982026-07-30T03:52:06.789Z Downloaded toml_datetime v0.6.11
13992026-07-30T03:52:06.789Z Downloaded prettyplease v0.2.37
14002026-07-30T03:52:06.792Z Downloaded simd-adler32 v0.3.9
14012026-07-30T03:52:06.796Z Downloaded proc-macro2 v1.0.106
14022026-07-30T03:52:06.796Z Downloaded strum_macros v0.27.2
14032026-07-30T03:52:06.799Z Downloaded strum_macros v0.26.4
14042026-07-30T03:52:06.799Z Downloaded serde_with_macros v3.21.0
14052026-07-30T03:52:06.799Z Downloaded take_mut v0.2.2
14062026-07-30T03:52:06.802Z Downloaded tagptr v0.2.0
14072026-07-30T03:52:06.802Z Downloaded toml_write v0.1.2
14082026-07-30T03:52:06.805Z Downloaded tower-layer v0.3.3
14092026-07-30T03:52:06.805Z Downloaded thiserror v1.0.69
14102026-07-30T03:52:06.807Z Downloaded thiserror v2.0.19
14112026-07-30T03:52:06.810Z Downloaded smallvec v1.15.1
14122026-07-30T03:52:06.813Z Downloaded mio v1.2.1
14132026-07-30T03:52:06.816Z Downloaded rhai_codegen v3.2.0
14142026-07-30T03:52:06.819Z Downloaded ryu v1.0.23
14152026-07-30T03:52:06.822Z Downloaded tower-service v0.3.3
14162026-07-30T03:52:06.822Z Downloaded thiserror-no-std v2.0.2
14172026-07-30T03:52:06.824Z Downloaded rustls-platform-verifier v0.7.0
14182026-07-30T03:52:06.827Z Downloaded thiserror-impl v2.0.19
14192026-07-30T03:52:06.827Z Downloaded progenitor-impl v0.14.0
14202026-07-30T03:52:06.830Z Downloaded try-lock v0.2.5
14212026-07-30T03:52:06.830Z Downloaded typeid v1.0.3
14222026-07-30T03:52:06.830Z Downloaded progenitor-impl v0.13.0
14232026-07-30T03:52:06.833Z Downloaded thread_local v1.1.9
14242026-07-30T03:52:06.833Z Downloaded schemars v0.8.22
14252026-07-30T03:52:06.839Z Downloaded tinyvec_macros v0.1.1
14262026-07-30T03:52:06.842Z Downloaded thiserror-impl v1.0.69
14272026-07-30T03:52:06.842Z Downloaded slog-term v2.9.2
14282026-07-30T03:52:06.842Z Downloaded progenitor-impl v0.10.0
14292026-07-30T03:52:06.845Z Downloaded snafu-derive v0.8.9
14302026-07-30T03:52:06.845Z Downloaded serde_core v1.0.228
14312026-07-30T03:52:06.847Z Downloaded synstructure v0.13.2
14322026-07-30T03:52:06.848Z Downloaded tiny-keccak v2.0.2
14332026-07-30T03:52:06.851Z Downloaded time-macros v0.2.27
14342026-07-30T03:52:06.851Z Downloaded unicode-linebreak v0.1.5
14352026-07-30T03:52:06.851Z Downloaded untrusted v0.9.0
14362026-07-30T03:52:06.854Z Downloaded typify-macro v0.6.2
14372026-07-30T03:52:06.854Z Downloaded tokio-dtrace v0.1.1
14382026-07-30T03:52:06.854Z Downloaded strum v0.27.2
14392026-07-30T03:52:06.854Z Downloaded sha2 v0.10.9
14402026-07-30T03:52:06.856Z Downloaded unit-prefix v0.5.2
14412026-07-30T03:52:06.856Z Downloaded typify-macro v0.4.3
14422026-07-30T03:52:06.859Z Downloaded usdt v0.6.0
14432026-07-30T03:52:06.859Z Downloaded serde_yaml v0.9.34+deprecated
14442026-07-30T03:52:06.863Z Downloaded spin v0.9.8
14452026-07-30T03:52:06.866Z Downloaded http v1.4.2
14462026-07-30T03:52:06.870Z Downloaded universal-hash v0.5.1
14472026-07-30T03:52:06.874Z Downloaded utf8parse v0.2.2
14482026-07-30T03:52:06.877Z Downloaded similar v2.7.0
14492026-07-30T03:52:06.880Z Downloaded utf8_iter v1.0.4
14502026-07-30T03:52:06.880Z Downloaded usdt-macro v0.5.0
14512026-07-30T03:52:06.880Z Downloaded usdt-attr-macro v0.6.0
14522026-07-30T03:52:06.880Z Downloaded untrusted v0.7.1
14532026-07-30T03:52:06.883Z Downloaded unarray v0.1.4
14542026-07-30T03:52:06.883Z Downloaded tokio-tungstenite v0.21.0
14552026-07-30T03:52:06.883Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14562026-07-30T03:52:06.886Z Downloaded thin-vec v0.2.18
14572026-07-30T03:52:06.886Z Downloaded term v1.2.1
14582026-07-30T03:52:06.889Z Downloaded usdt-attr-macro v0.5.0
14592026-07-30T03:52:06.889Z Downloaded tempfile v3.27.0
14602026-07-30T03:52:06.891Z Downloaded version_check v0.9.5
14612026-07-30T03:52:06.891Z Downloaded slog v2.8.2
14622026-07-30T03:52:06.894Z Downloaded usdt v0.5.0
14632026-07-30T03:52:06.897Z Downloaded usdt-macro v0.6.0
14642026-07-30T03:52:06.900Z Downloaded waitgroup v0.1.2
14652026-07-30T03:52:06.903Z Downloaded rand v0.8.6
14662026-07-30T03:52:06.903Z Downloaded toml_writer v1.1.1+spec-1.1.0
14672026-07-30T03:52:06.905Z Downloaded want v0.3.1
14682026-07-30T03:52:06.909Z Downloaded memchr v2.8.1
14692026-07-30T03:52:06.913Z Downloaded qorb v0.4.1
14702026-07-30T03:52:06.919Z Downloaded tinystr v0.8.3
14712026-07-30T03:52:06.921Z Downloaded unicode-xid v0.2.6
14722026-07-30T03:52:06.924Z Downloaded tokio-rustls v0.26.4
14732026-07-30T03:52:06.924Z Downloaded zeroize_derive v1.4.3
14742026-07-30T03:52:06.924Z Downloaded zerofrom-derive v0.1.7
14752026-07-30T03:52:06.928Z Downloaded zone_cfg_derive v0.3.1
14762026-07-30T03:52:06.928Z Downloaded tokio-stream v0.1.18
14772026-07-30T03:52:06.931Z Downloaded yoke-derive v0.8.2
14782026-07-30T03:52:06.931Z Downloaded zerofrom v0.1.8
14792026-07-30T03:52:06.931Z Downloaded toml v0.8.23
14802026-07-30T03:52:06.937Z Downloaded rayon-core v1.13.0
14812026-07-30T03:52:06.948Z Downloaded utf-8 v0.7.6
14822026-07-30T03:52:06.953Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14832026-07-30T03:52:06.957Z Downloaded zone v0.3.1
14842026-07-30T03:52:06.957Z Downloaded hashbrown v0.16.1
14852026-07-30T03:52:06.959Z Downloaded wait-timeout v0.2.1
14862026-07-30T03:52:06.959Z Downloaded toml_parser v1.1.2+spec-1.1.0
14872026-07-30T03:52:06.959Z Downloaded dropshot-api-manager v0.7.2
14882026-07-30T03:52:06.962Z Downloaded idna v1.1.0
14892026-07-30T03:52:06.965Z Downloaded nom v7.1.3
14902026-07-30T03:52:06.968Z Downloaded vsss-rs v3.3.4
14912026-07-30T03:52:06.970Z Downloaded textwrap v0.16.2
14922026-07-30T03:52:06.971Z Downloaded usdt-impl v0.5.0
14932026-07-30T03:52:06.971Z Downloaded schemars v1.2.1
14942026-07-30T03:52:06.979Z Downloaded zeroize v1.8.2
14952026-07-30T03:52:06.982Z Downloaded snafu v0.8.9
14962026-07-30T03:52:06.985Z Downloaded serde_derive v1.0.228
14972026-07-30T03:52:06.985Z Downloaded zerovec-derive v0.11.3
14982026-07-30T03:52:06.988Z Downloaded serde v1.0.228
14992026-07-30T03:52:06.988Z Downloaded walkdir v2.5.0
15002026-07-30T03:52:06.991Z Downloaded tracing-attributes v0.1.31
15012026-07-30T03:52:06.991Z Downloaded socket2 v0.6.5
15022026-07-30T03:52:06.994Z Downloaded whoami v1.6.1
15032026-07-30T03:52:06.994Z Downloaded rand v0.10.2
15042026-07-30T03:52:06.996Z Downloaded test-strategy v0.4.5
15052026-07-30T03:52:06.996Z Downloaded toml v0.9.12+spec-1.1.0
15062026-07-30T03:52:06.999Z Downloaded schemars v0.9.0
15072026-07-30T03:52:07.005Z Downloaded xz2 v0.1.7
15082026-07-30T03:52:07.008Z Downloaded rustls-webpki v0.103.13
15092026-07-30T03:52:07.011Z Downloaded hashbrown v0.15.5
15102026-07-30T03:52:07.013Z Downloaded toml v1.1.2+spec-1.1.0
15112026-07-30T03:52:07.013Z Downloaded itertools v0.12.1
15122026-07-30T03:52:07.016Z Downloaded typify v0.6.2
15132026-07-30T03:52:07.021Z Downloaded typify v0.4.3
15142026-07-30T03:52:07.024Z Downloaded ucd-trie v0.1.7
15152026-07-30T03:52:07.025Z Downloaded hashbrown v0.17.1
15162026-07-30T03:52:07.028Z Downloaded pest v2.8.6
15172026-07-30T03:52:07.030Z Downloaded usdt-impl v0.6.0
15182026-07-30T03:52:07.033Z Downloaded quinn v0.11.9
15192026-07-30T03:52:07.037Z Downloaded itertools v0.14.0
15202026-07-30T03:52:07.042Z Downloaded rand v0.9.4
15212026-07-30T03:52:07.045Z Downloaded tungstenite v0.21.0
15222026-07-30T03:52:07.047Z Downloaded hkdf v0.12.4
15232026-07-30T03:52:07.048Z Downloaded steno v0.4.1
15242026-07-30T03:52:07.052Z Downloaded nom v8.0.0
15252026-07-30T03:52:07.054Z Downloaded futures-util v0.3.32
15262026-07-30T03:52:07.059Z Downloaded writeable v0.6.3
15272026-07-30T03:52:07.061Z Downloaded tinyvec v1.11.0
15282026-07-30T03:52:07.064Z Downloaded aho-corasick v1.1.4
15292026-07-30T03:52:07.069Z Downloaded yoke v0.8.3
15302026-07-30T03:52:07.069Z Downloaded zmij v1.0.21
15312026-07-30T03:52:07.069Z Downloaded zerocopy-derive v0.7.35
15322026-07-30T03:52:07.079Z Downloaded unicode-ident v1.0.24
15332026-07-30T03:52:07.082Z Downloaded hyper v1.11.0
15342026-07-30T03:52:07.085Z Downloaded toml_edit v0.25.12+spec-1.1.0
15352026-07-30T03:52:07.088Z Downloaded toml_edit v0.22.27
15362026-07-30T03:52:07.091Z Downloaded goblin v0.8.2
15372026-07-30T03:52:07.095Z Downloaded uuid v1.24.0
15382026-07-30T03:52:07.098Z Downloaded tracing-core v0.1.36
15392026-07-30T03:52:07.102Z Downloaded url v2.5.8
15402026-07-30T03:52:07.106Z Downloaded itertools v0.15.0
15412026-07-30T03:52:07.121Z Downloaded ron v0.12.1
15422026-07-30T03:52:07.128Z Downloaded icu_properties_data v2.2.0
15432026-07-30T03:52:07.139Z Downloaded unsafe-libyaml v0.2.11
15442026-07-30T03:52:07.143Z Downloaded h2 v0.4.14
15452026-07-30T03:52:07.157Z Downloaded iddqd v0.4.6
15462026-07-30T03:52:07.169Z Downloaded toml_edit v0.19.15
15472026-07-30T03:52:07.177Z Downloaded typenum v1.20.1
15482026-07-30T03:52:07.180Z Downloaded tower v0.5.3
15492026-07-30T03:52:07.184Z Downloaded reqwest v0.13.4
15502026-07-30T03:52:07.187Z Downloaded reqwest v0.12.28
15512026-07-30T03:52:07.191Z Downloaded libm v0.2.16
15522026-07-30T03:52:07.196Z Downloaded unicode-normalization v0.1.25
15532026-07-30T03:52:07.199Z Downloaded tokio-util v0.7.18
15542026-07-30T03:52:07.202Z Downloaded zerotrie v0.2.4
15552026-07-30T03:52:07.205Z Downloaded regex v1.12.3
15562026-07-30T03:52:07.207Z Downloaded tough v0.22.0
15572026-07-30T03:52:07.212Z Downloaded portable-atomic v1.13.1
15582026-07-30T03:52:07.225Z Downloaded typed-path v0.9.3
15592026-07-30T03:52:07.231Z Downloaded zerocopy-derive v0.8.50
15602026-07-30T03:52:07.235Z Downloaded zerovec v0.11.6
15612026-07-30T03:52:07.238Z Downloaded serde_json v1.0.151
15622026-07-30T03:52:07.251Z Downloaded unicode-segmentation v1.13.3
15632026-07-30T03:52:07.255Z Downloaded moka v0.12.15
15642026-07-30T03:52:07.257Z Downloaded aws-lc-rs v1.17.0
15652026-07-30T03:52:07.263Z Downloaded rayon v1.12.0
15662026-07-30T03:52:07.267Z Downloaded winnow v0.5.40
15672026-07-30T03:52:07.272Z Downloaded serde_with v3.21.0
15682026-07-30T03:52:07.278Z Downloaded goblin v0.10.7
15692026-07-30T03:52:07.283Z Downloaded chrono v0.4.45
15702026-07-30T03:52:07.287Z Downloaded dropshot v0.17.1
15712026-07-30T03:52:07.314Z Downloaded syn v1.0.109
15722026-07-30T03:52:07.336Z Downloaded openssl v0.10.80
15732026-07-30T03:52:07.341Z Downloaded tower-http v0.6.11
15742026-07-30T03:52:07.353Z Downloaded webpki-roots v1.0.7
15752026-07-30T03:52:07.357Z Downloaded zerocopy v0.7.35
15762026-07-30T03:52:07.367Z Downloaded nix v0.31.3
15772026-07-30T03:52:07.372Z Downloaded quinn-proto v0.11.16
15782026-07-30T03:52:07.376Z Downloaded hickory-proto v0.24.4
15792026-07-30T03:52:07.384Z Downloaded curve25519-dalek v4.1.3
15802026-07-30T03:52:07.388Z Downloaded unicode-width v0.2.2
15812026-07-30T03:52:07.391Z Downloaded syn v2.0.117
15822026-07-30T03:52:07.399Z Downloaded tabled v0.15.0
15832026-07-30T03:52:07.405Z Downloaded winnow v0.7.15
15842026-07-30T03:52:07.410Z Downloaded rhai v1.25.1
15852026-07-30T03:52:07.416Z Downloaded winnow v1.0.3
15862026-07-30T03:52:07.421Z Downloaded tabled v0.21.0
15872026-07-30T03:52:07.431Z Downloaded regress v0.11.1
15882026-07-30T03:52:07.435Z Downloaded openapiv3 v2.2.0
15892026-07-30T03:52:07.441Z Downloaded time v0.3.47
15902026-07-30T03:52:07.448Z Downloaded hickory-proto v0.25.2
15912026-07-30T03:52:07.457Z Downloaded bstr v1.12.1
15922026-07-30T03:52:07.462Z Downloaded vcpkg v0.2.15
15932026-07-30T03:52:07.484Z Downloaded syn v3.0.3
15942026-07-30T03:52:07.492Z Downloaded smoltcp v0.11.0
15952026-07-30T03:52:07.497Z Downloaded proptest v1.11.0
15962026-07-30T03:52:07.514Z Downloaded unicode-width v0.1.14
15972026-07-30T03:52:07.521Z Downloaded regress v0.10.5
15982026-07-30T03:52:07.526Z Downloaded regex-automata v0.4.14
15992026-07-30T03:52:07.545Z Downloaded zerocopy v0.8.50
16002026-07-30T03:52:07.555Z Downloaded rustix v0.38.44
16012026-07-30T03:52:07.567Z Downloaded rustls v0.23.40
16022026-07-30T03:52:07.574Z Downloaded jiff v0.2.28
16032026-07-30T03:52:07.585Z Downloaded regex-syntax v0.8.10
16042026-07-30T03:52:07.589Z Downloaded lzma-sys v0.1.20
16052026-07-30T03:52:07.605Z Downloaded rustix v1.1.4
16062026-07-30T03:52:07.619Z Downloaded libc v0.2.189
16072026-07-30T03:52:07.640Z Downloaded tokio v1.53.1
16082026-07-30T03:52:07.670Z Downloaded sled v0.34.7
16092026-07-30T03:52:07.679Z Downloaded typify-impl v0.4.3
16102026-07-30T03:52:07.688Z Downloaded tracing v0.1.44
16112026-07-30T03:52:07.699Z Downloaded typify-impl v0.6.2
16122026-07-30T03:52:07.707Z Downloaded encoding_rs v0.8.35
16132026-07-30T03:52:07.766Z Downloaded petgraph v0.6.5
16142026-07-30T03:52:07.793Z Downloaded csv v1.4.0
16152026-07-30T03:52:07.806Z Downloaded chrono-tz v0.10.4
16162026-07-30T03:52:07.817Z Downloaded petgraph v0.8.3
16172026-07-30T03:52:07.838Z Downloaded sha3 v0.10.9
16182026-07-30T03:52:07.914Z Downloaded ring v0.17.14
16192026-07-30T03:52:08.464Z Downloaded aws-lc-sys v0.41.0
16202026-07-30T03:52:08.813Z Compiling proc-macro2 v1.0.106
16212026-07-30T03:52:08.813Z Compiling quote v1.0.45
16222026-07-30T03:52:08.813Z Compiling unicode-ident v1.0.24
16232026-07-30T03:52:08.816Z Compiling serde_core v1.0.228
16242026-07-30T03:52:08.816Z Compiling serde v1.0.228
16252026-07-30T03:52:08.816Z Compiling libc v0.2.189
16262026-07-30T03:52:08.816Z Compiling cfg-if v1.0.4
16272026-07-30T03:52:09.090Z Compiling zmij v1.0.21
16282026-07-30T03:52:09.147Z Compiling autocfg v1.5.1
16292026-07-30T03:52:09.415Z Compiling memchr v2.8.1
16302026-07-30T03:52:09.477Z Compiling libm v0.2.16
16312026-07-30T03:52:09.807Z Compiling itoa v1.0.18
16322026-07-30T03:52:09.830Z Compiling icu_properties_data v2.2.0
16332026-07-30T03:52:10.114Z Compiling icu_normalizer_data v2.2.0
16342026-07-30T03:52:10.196Z Compiling version_check v0.9.5
16352026-07-30T03:52:10.214Z Compiling stable_deref_trait v1.2.1
16362026-07-30T03:52:10.303Z Compiling syn v2.0.117
16372026-07-30T03:52:10.338Z Compiling syn v3.0.3
16382026-07-30T03:52:10.446Z Compiling serde_json v1.0.151
16392026-07-30T03:52:10.561Z Compiling writeable v0.6.3
16402026-07-30T03:52:10.700Z Compiling parking_lot_core v0.9.12
16412026-07-30T03:52:10.798Z Compiling litemap v0.8.2
16422026-07-30T03:52:10.892Z Compiling num-traits v0.2.19
16432026-07-30T03:52:10.915Z Compiling utf8_iter v1.0.4
16442026-07-30T03:52:11.062Z Compiling percent-encoding v2.3.2
16452026-07-30T03:52:11.108Z Compiling thiserror v2.0.19
16462026-07-30T03:52:11.495Z Compiling getrandom v0.4.2
16472026-07-30T03:52:11.513Z Compiling rand_core v0.10.1
16482026-07-30T03:52:11.541Z Compiling form_urlencoded v1.2.2
16492026-07-30T03:52:11.585Z Compiling zerocopy v0.8.50
16502026-07-30T03:52:11.808Z Compiling errno v0.3.14
16512026-07-30T03:52:11.979Z Compiling heck v0.5.0
16522026-07-30T03:52:11.998Z Compiling iana-time-zone v0.1.65
16532026-07-30T03:52:12.381Z Compiling uuid v1.24.0
16542026-07-30T03:52:12.458Z Compiling jobserver v0.1.34
16552026-07-30T03:52:12.629Z Compiling shlex v2.0.1
16562026-07-30T03:52:12.802Z Compiling find-msvc-tools v0.1.9
16572026-07-30T03:52:12.820Z Compiling rustversion v1.0.22
16582026-07-30T03:52:12.837Z Compiling semver v1.0.28
16592026-07-30T03:52:13.043Z Compiling cc v1.2.63
16602026-07-30T03:52:13.048Z Compiling dyn-clone v1.0.20
16612026-07-30T03:52:13.224Z Compiling schemars v0.8.22
16622026-07-30T03:52:13.337Z Compiling synstructure v0.13.2
16632026-07-30T03:52:13.356Z Compiling serde_derive_internals v0.29.1
16642026-07-30T03:52:13.386Z Compiling thiserror-impl v2.0.19
16652026-07-30T03:52:13.543Z Compiling pin-project-lite v0.2.17
16662026-07-30T03:52:13.655Z Compiling getrandom v0.2.17
16672026-07-30T03:52:13.864Z Compiling scopeguard v1.2.0
16682026-07-30T03:52:13.899Z Compiling bitflags v2.12.1
16692026-07-30T03:52:13.986Z Compiling lock_api v0.4.14
16702026-07-30T03:52:14.134Z Compiling socket2 v0.6.5
16712026-07-30T03:52:14.174Z Compiling cmake v0.1.58
16722026-07-30T03:52:14.248Z Compiling signal-hook-registry v1.4.8
16732026-07-30T03:52:14.296Z Compiling mio v1.2.1
16742026-07-30T03:52:14.323Z Compiling fs_extra v1.3.0
16752026-07-30T03:52:14.347Z Compiling portable-atomic v1.13.1
16762026-07-30T03:52:14.506Z Compiling serde_derive v1.0.228
16772026-07-30T03:52:14.523Z Compiling zerofrom-derive v0.1.7
16782026-07-30T03:52:14.578Z Compiling yoke-derive v0.8.2
16792026-07-30T03:52:14.756Z Compiling zerovec-derive v0.11.3
16802026-07-30T03:52:14.766Z Compiling displaydoc v0.2.6
16812026-07-30T03:52:14.822Z Compiling schemars_derive v0.8.22
16822026-07-30T03:52:14.926Z Compiling tokio-macros v2.7.0
16832026-07-30T03:52:15.014Z Compiling zerocopy-derive v0.8.50
16842026-07-30T03:52:15.575Z Compiling zeroize_derive v1.4.3
16852026-07-30T03:52:15.643Z Compiling futures-macro v0.3.32
16862026-07-30T03:52:15.742Z Compiling zerofrom v0.1.8
16872026-07-30T03:52:15.842Z Compiling dunce v1.0.5
16882026-07-30T03:52:15.860Z Compiling yoke v0.8.3
16892026-07-30T03:52:15.947Z Compiling aws-lc-sys v0.41.0
16902026-07-30T03:52:16.061Z Compiling zerovec v0.11.6
16912026-07-30T03:52:16.079Z Compiling zerotrie v0.2.4
16922026-07-30T03:52:16.268Z Compiling zeroize v1.8.2
16932026-07-30T03:52:16.488Z Compiling critical-section v1.2.0
16942026-07-30T03:52:16.521Z Compiling log v0.4.32
16952026-07-30T03:52:16.524Z Compiling futures-core v0.3.32
16962026-07-30T03:52:16.618Z Compiling tinystr v0.8.3
16972026-07-30T03:52:16.647Z Compiling potential_utf v0.1.5
16982026-07-30T03:52:16.672Z Compiling once_cell v1.21.4
16992026-07-30T03:52:16.859Z Compiling icu_locale_core v2.2.0
17002026-07-30T03:52:16.875Z Compiling icu_collections v2.2.0
17012026-07-30T03:52:16.879Z Compiling subtle v2.6.1
17022026-07-30T03:52:16.980Z Compiling equivalent v1.0.2
17032026-07-30T03:52:16.997Z Compiling allocator-api2 v0.2.21
17042026-07-30T03:52:17.051Z Compiling httparse v1.10.1
17052026-07-30T03:52:17.168Z Compiling futures-sink v0.3.32
17062026-07-30T03:52:17.407Z Compiling rustix v1.1.4
17072026-07-30T03:52:17.423Z Compiling slab v0.4.12
17082026-07-30T03:52:17.629Z Compiling thiserror v1.0.69
17092026-07-30T03:52:17.646Z Compiling ucd-trie v0.1.7
17102026-07-30T03:52:17.652Z Compiling typenum v1.20.1
17112026-07-30T03:52:17.780Z Compiling smallvec v1.15.1
17122026-07-30T03:52:17.783Z Compiling bytes v1.11.1
17132026-07-30T03:52:17.813Z Compiling icu_provider v2.2.0
17142026-07-30T03:52:17.872Z Compiling chrono v0.4.45
17152026-07-30T03:52:17.961Z Compiling serde_tokenstream v0.2.3
17162026-07-30T03:52:18.250Z Compiling icu_normalizer v2.2.0
17172026-07-30T03:52:18.417Z Compiling icu_properties v2.2.0
17182026-07-30T03:52:18.440Z Compiling parking_lot v0.12.5
17192026-07-30T03:52:18.480Z Compiling pest v2.8.6
17202026-07-30T03:52:18.661Z Compiling tokio v1.53.1
17212026-07-30T03:52:19.422Z Compiling idna_adapter v1.2.2
17222026-07-30T03:52:19.576Z Compiling idna v1.1.0
17232026-07-30T03:52:19.696Z Compiling pest_meta v2.8.6
17242026-07-30T03:52:19.711Z Compiling futures-channel v0.3.32
17252026-07-30T03:52:19.711Z Compiling thiserror-impl v1.0.69
17262026-07-30T03:52:19.889Z Compiling hashbrown v0.17.1
17272026-07-30T03:52:19.996Z Compiling url v2.5.8
17282026-07-30T03:52:20.024Z Compiling futures-task v0.3.32
17292026-07-30T03:52:20.207Z Compiling futures-io v0.3.32
17302026-07-30T03:52:20.413Z Compiling pest_generator v2.8.6
17312026-07-30T03:52:20.968Z Compiling futures-util v0.3.32
17322026-07-30T03:52:20.996Z Compiling getrandom v0.3.4
17332026-07-30T03:52:21.051Z Compiling pest_derive v2.8.6
17342026-07-30T03:52:21.354Z Compiling regex-syntax v0.8.10
17352026-07-30T03:52:21.413Z Compiling strsim v0.11.1
17362026-07-30T03:52:21.613Z Compiling ipnetwork v0.21.1
17372026-07-30T03:52:21.698Z Compiling rand_core v0.6.4
17382026-07-30T03:52:21.719Z Compiling aho-corasick v1.1.4
17392026-07-30T03:52:21.959Z Compiling byteorder v1.5.0
17402026-07-30T03:52:22.227Z Compiling indexmap v2.14.0
17412026-07-30T03:52:23.045Z Compiling regex-automata v0.4.14
17422026-07-30T03:52:23.064Z Compiling tracing-core v0.1.36
17432026-07-30T03:52:23.092Z Compiling tracing-attributes v0.1.31
17442026-07-30T03:52:23.158Z Compiling ident_case v1.0.1
17452026-07-30T03:52:23.291Z Compiling slog v2.8.2
17462026-07-30T03:52:23.548Z Compiling anyhow v1.0.104
17472026-07-30T03:52:23.628Z Compiling paste v1.0.15
17482026-07-30T03:52:23.655Z Compiling base64 v0.22.1
17492026-07-30T03:52:23.897Z Compiling fnv v1.0.7
17502026-07-30T03:52:24.069Z Compiling erased-serde v0.3.31
17512026-07-30T03:52:24.332Z Compiling tracing v0.1.44
17522026-07-30T03:52:24.602Z Compiling omicron-workspace-hack v0.1.0
17532026-07-30T03:52:24.686Z Compiling regex v1.12.3
17542026-07-30T03:52:24.843Z Compiling http v1.4.2
17552026-07-30T03:52:25.348Z Compiling oxnet v0.1.6
17562026-07-30T03:52:25.536Z Compiling rustls-pki-types v1.14.1
17572026-07-30T03:52:26.127Z Compiling scroll_derive v0.13.1
17582026-07-30T03:52:26.374Z Compiling ring v0.17.14
17592026-07-30T03:52:26.689Z Compiling aws-lc-rs v1.17.0
17602026-07-30T03:52:26.717Z Compiling time-core v0.1.8
17612026-07-30T03:52:26.869Z Compiling num-conv v0.2.2
17622026-07-30T03:52:27.016Z Compiling time-macros v0.2.27
17632026-07-30T03:52:27.019Z Compiling tokio-util v0.7.18
17642026-07-30T03:52:27.417Z Compiling untrusted v0.7.1
17652026-07-30T03:52:27.549Z Compiling untrusted v0.9.0
17662026-07-30T03:52:27.687Z Compiling ipnet v2.12.0
17672026-07-30T03:52:27.948Z Compiling camino v1.2.5
17682026-07-30T03:52:28.145Z Compiling ppv-lite86 v0.2.21
17692026-07-30T03:52:28.490Z Compiling daft-derive v0.1.7
17702026-07-30T03:52:28.599Z Compiling async-trait v0.1.89
17712026-07-30T03:52:28.671Z Compiling crc32fast v1.5.0
17722026-07-30T03:52:28.884Z Compiling rustls v0.23.40
17732026-07-30T03:52:29.226Z Compiling http-body v1.0.1
17742026-07-30T03:52:29.277Z Compiling usdt-impl v0.6.0
17752026-07-30T03:52:29.402Z Compiling pretty-hex v0.4.2
17762026-07-30T03:52:29.531Z Compiling atomic-waker v1.1.2
17772026-07-30T03:52:29.548Z Compiling crossbeam-utils v0.8.21
17782026-07-30T03:52:29.666Z Compiling scroll v0.13.0
17792026-07-30T03:52:29.904Z Compiling plain v0.2.3
17802026-07-30T03:52:29.926Z Compiling tower-layer v0.3.3
17812026-07-30T03:52:30.007Z Compiling try-lock v0.2.5
17822026-07-30T03:52:30.129Z Compiling ryu v1.0.23
17832026-07-30T03:52:30.160Z Compiling tower-service v0.3.3
17842026-07-30T03:52:30.265Z Compiling want v0.3.1
17852026-07-30T03:52:30.342Z Compiling goblin v0.10.7
17862026-07-30T03:52:30.445Z Compiling h2 v0.4.14
17872026-07-30T03:52:30.933Z Compiling httpdate v1.0.3
17882026-07-30T03:52:31.014Z Compiling slog-async v2.8.0
17892026-07-30T03:52:31.321Z Compiling dtrace-parser v0.3.0
17902026-07-30T03:52:31.364Z Compiling thread-id v5.1.0
17912026-07-30T03:52:31.381Z Compiling ref-cast v1.0.25
17922026-07-30T03:52:32.832Z Compiling hyper v1.11.0
17932026-07-30T03:52:33.289Z Compiling dof v0.4.0
17942026-07-30T03:52:34.313Z Compiling hyper-util v0.1.20
17952026-07-30T03:52:34.560Z Compiling rand_core v0.9.5
17962026-07-30T03:52:34.827Z Compiling serde_urlencoded v0.7.1
17972026-07-30T03:52:35.128Z Compiling http-body-util v0.1.4
17982026-07-30T03:52:35.484Z Compiling ref-cast-impl v1.0.25
17992026-07-30T03:52:36.120Z Compiling syn v1.0.109
18002026-07-30T03:52:36.611Z Compiling usdt-attr-macro v0.6.0
18012026-07-30T03:52:36.961Z Compiling usdt-macro v0.6.0
18022026-07-30T03:52:37.154Z Compiling structmeta-derive v0.3.0
18032026-07-30T03:52:37.484Z Compiling multer v3.1.0
18042026-07-30T03:52:37.537Z Compiling powerfmt v0.2.0
18052026-07-30T03:52:37.734Z Compiling foldhash v0.2.0
18062026-07-30T03:52:37.898Z Compiling deranged v0.5.8
18072026-07-30T03:52:38.101Z Compiling rand_chacha v0.9.0
18082026-07-30T03:52:38.228Z Compiling structmeta v0.3.0
18092026-07-30T03:52:38.429Z Compiling darling_core v0.23.0
18102026-07-30T03:52:38.524Z Compiling newtype-uuid-macros v0.1.0
18112026-07-30T03:52:38.806Z Compiling num_threads v0.1.7
18122026-07-30T03:52:38.984Z Compiling time v0.3.47
18132026-07-30T03:52:39.001Z Compiling rand v0.9.4
18142026-07-30T03:52:39.370Z Compiling newtype-uuid v1.3.2
18152026-07-30T03:52:39.701Z Compiling sync_wrapper v1.0.2
18162026-07-30T03:52:39.824Z Compiling strum_macros v0.26.4
18172026-07-30T03:52:40.134Z Compiling async-stream-impl v0.3.6
18182026-07-30T03:52:40.679Z Compiling dropshot v0.17.1
18192026-07-30T03:52:40.694Z Compiling darling_macro v0.23.0
18202026-07-30T03:52:40.787Z Compiling hex v0.4.3
18212026-07-30T03:52:41.075Z Compiling fastrand v2.4.1
18222026-07-30T03:52:41.111Z Compiling darling v0.23.0
18232026-07-30T03:52:41.198Z Compiling tower v0.5.3
18242026-07-30T03:52:41.365Z Compiling daft v0.1.7
18252026-07-30T03:52:41.488Z Compiling crossbeam-channel v0.5.15
18262026-07-30T03:52:41.779Z Compiling webpki-roots v1.0.7
18272026-07-30T03:52:41.859Z Compiling openapiv3 v2.2.0
18282026-07-30T03:52:41.980Z Compiling generic-array v0.14.7
18292026-07-30T03:52:42.372Z Compiling tower-http v0.6.11
18302026-07-30T03:52:42.398Z Compiling serde_with_macros v3.21.0
18312026-07-30T03:52:42.730Z Compiling hashbrown v0.16.1
18322026-07-30T03:52:43.344Z Compiling futures-executor v0.3.32
18332026-07-30T03:52:43.440Z Compiling dropshot_endpoint v0.17.1
18342026-07-30T03:52:43.514Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18352026-07-30T03:52:43.829Z Compiling thread_local v1.1.9
18362026-07-30T03:52:44.001Z Compiling cpufeatures v0.3.0
18372026-07-30T03:52:44.087Z Compiling openssl-probe v0.2.1
18382026-07-30T03:52:44.172Z Compiling futures v0.3.32
18392026-07-30T03:52:44.259Z Compiling rustls-native-certs v0.8.4
18402026-07-30T03:52:45.033Z Compiling tempfile v3.27.0
18412026-07-30T03:52:45.076Z Compiling derive-ex v0.1.8
18422026-07-30T03:52:45.228Z Compiling strum_macros v0.27.2
18432026-07-30T03:52:45.747Z Compiling is-terminal v0.4.17
18442026-07-30T03:52:45.788Z Compiling term v1.2.1
18452026-07-30T03:52:45.855Z Compiling take_mut v0.2.2
18462026-07-30T03:52:45.978Z Compiling winnow v1.0.3
18472026-07-30T03:52:46.656Z Compiling test-strategy v0.4.5
18482026-07-30T03:52:47.046Z Compiling slog-term v2.9.2
18492026-07-30T03:52:48.309Z Compiling hybrid-array v0.4.12
18502026-07-30T03:52:48.328Z Compiling macaddr v1.0.1
18512026-07-30T03:52:48.757Z Compiling match_cfg v0.1.0
18522026-07-30T03:52:48.794Z Compiling adler2 v2.0.1
18532026-07-30T03:52:48.835Z Compiling simd-adler32 v0.3.9
18542026-07-30T03:52:48.854Z Compiling hostname v0.3.1
18552026-07-30T03:52:49.015Z Compiling miniz_oxide v0.8.9
18562026-07-30T03:52:49.786Z Compiling slog-json v2.6.1
18572026-07-30T03:52:50.086Z Compiling memmap2 v0.9.10
18582026-07-30T03:52:50.391Z Compiling usdt v0.6.0
18592026-07-30T03:52:50.517Z Compiling slog-bunyan v2.5.0
18602026-07-30T03:52:50.534Z Compiling flate2 v1.1.9
18612026-07-30T03:52:50.602Z Compiling crypto-common v0.2.2
18622026-07-30T03:52:50.701Z Compiling block-buffer v0.12.0
18632026-07-30T03:52:50.887Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-07-30T03:52:51.092Z Compiling const-oid v0.10.2
18652026-07-30T03:52:51.186Z Compiling compression-core v0.4.32
18662026-07-30T03:52:51.368Z Compiling either v1.16.0
18672026-07-30T03:52:51.388Z Compiling debug-ignore v1.0.5
18682026-07-30T03:52:51.506Z Compiling compression-codecs v0.4.38
18692026-07-30T03:52:51.595Z Compiling digest v0.11.3
18702026-07-30T03:52:51.881Z Compiling toml_parser v1.1.2+spec-1.1.0
18712026-07-30T03:52:51.963Z Compiling crypto-common v0.1.7
18722026-07-30T03:52:52.053Z Compiling parse-display-derive v0.10.0
18732026-07-30T03:52:52.167Z Compiling rand_chacha v0.3.1
18742026-07-30T03:52:52.337Z Compiling serde_spanned v1.1.1
18752026-07-30T03:52:52.449Z Compiling toml_datetime v1.1.1+spec-1.1.0
18762026-07-30T03:52:52.493Z Compiling encoding_rs v0.8.35
18772026-07-30T03:52:52.597Z Compiling toml_writer v1.1.1+spec-1.1.0
18782026-07-30T03:52:52.797Z Compiling spin v0.9.8
18792026-07-30T03:52:52.861Z Compiling mime v0.3.17
18802026-07-30T03:52:52.946Z Compiling toml v1.1.2+spec-1.1.0
18812026-07-30T03:52:53.125Z Compiling rand v0.8.6
18822026-07-30T03:52:53.361Z Compiling sha1 v0.11.0
18832026-07-30T03:52:53.598Z Compiling async-compression v0.4.42
18842026-07-30T03:52:53.765Z Compiling strum v0.26.3
18852026-07-30T03:52:53.886Z Compiling async-stream v0.3.6
18862026-07-30T03:52:54.052Z Compiling waitgroup v0.1.2
18872026-07-30T03:52:54.080Z Compiling rustls-pemfile v2.2.0
18882026-07-30T03:52:54.212Z Compiling serde_path_to_error v0.1.20
18892026-07-30T03:52:54.230Z Compiling hostname v0.4.2
18902026-07-30T03:52:54.364Z Compiling wait-timeout v0.2.1
18912026-07-30T03:52:54.742Z Compiling quick-error v1.2.3
18922026-07-30T03:52:54.823Z Compiling bit-vec v0.8.0
18932026-07-30T03:52:54.862Z Compiling rusty-fork v0.3.1
18942026-07-30T03:52:55.038Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-30T03:52:55.142Z Compiling bit-set v0.8.0
18962026-07-30T03:52:55.343Z Compiling serde_with v3.21.0
18972026-07-30T03:52:55.516Z Compiling rand_xorshift v0.4.0
18982026-07-30T03:52:55.540Z Compiling unarray v0.1.4
18992026-07-30T03:52:55.682Z Compiling proptest v1.11.0
19002026-07-30T03:52:55.828Z Compiling strum v0.27.2
19012026-07-30T03:52:55.973Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19022026-07-30T03:52:56.128Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19032026-07-30T03:52:56.222Z Compiling instant v0.1.13
19042026-07-30T03:52:56.539Z Compiling itertools v0.14.0
19052026-07-30T03:52:56.601Z Compiling iddqd v0.4.6
19062026-07-30T03:52:57.029Z Compiling unicode-width v0.2.2
19072026-07-30T03:52:57.541Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-07-30T03:52:57.819Z Compiling block-buffer v0.10.4
19092026-07-30T03:52:57.847Z Compiling backon v1.6.0
19102026-07-30T03:52:58.024Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19112026-07-30T03:52:59.639Z Compiling digest v0.10.7
19122026-07-30T03:52:59.657Z Compiling backoff v0.4.0
19132026-07-30T03:52:59.837Z Compiling parse-display v0.10.0
19142026-07-30T03:52:59.890Z Compiling regress v0.10.5
19152026-07-30T03:52:59.933Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19162026-07-30T03:53:00.705Z Compiling humantime v2.3.0
19172026-07-30T03:53:02.717Z Compiling regress v0.11.1
19182026-07-30T03:53:04.227Z Compiling typify-impl v0.6.2
19192026-07-30T03:53:04.412Z Compiling zerocopy-derive v0.7.35
19202026-07-30T03:53:05.258Z Compiling darling_core v0.21.3
19212026-07-30T03:53:05.763Z Compiling clap_derive v4.6.4
19222026-07-30T03:53:05.805Z Compiling cpufeatures v0.2.17
19232026-07-30T03:53:05.856Z Compiling convert_case v0.4.0
19242026-07-30T03:53:06.151Z Compiling utf8parse v0.2.2
19252026-07-30T03:53:06.462Z Compiling anstyle-parse v1.0.0
19262026-07-30T03:53:06.597Z Compiling derive_more v0.99.20
19272026-07-30T03:53:07.291Z Compiling darling_macro v0.21.3
19282026-07-30T03:53:07.490Z Compiling typify-macro v0.6.2
19292026-07-30T03:53:07.740Z Compiling terminal_size v0.4.4
19302026-07-30T03:53:07.844Z Compiling toml_datetime v0.6.11
19312026-07-30T03:53:07.873Z Compiling anstyle-query v1.1.5
19322026-07-30T03:53:07.932Z Compiling colorchoice v1.0.5
19332026-07-30T03:53:08.055Z Compiling anstyle v1.0.14
19342026-07-30T03:53:08.075Z Compiling is_terminal_polyfill v1.70.2
19352026-07-30T03:53:08.187Z Compiling darling v0.21.3
19362026-07-30T03:53:08.277Z Compiling anstream v1.0.0
19372026-07-30T03:53:08.827Z Compiling secrecy v0.10.3
19382026-07-30T03:53:08.982Z Compiling crucible-workspace-hack v0.1.0
19392026-07-30T03:53:09.175Z Compiling clap_lex v1.1.0
19402026-07-30T03:53:09.212Z Compiling tinyvec_macros v0.1.1
19412026-07-30T03:53:09.260Z Compiling heapless v0.8.0
19422026-07-30T03:53:09.285Z Compiling tinyvec v1.11.0
19432026-07-30T03:53:09.350Z Compiling clap_builder v4.6.2
19442026-07-30T03:53:09.748Z Compiling typify v0.6.2
19452026-07-30T03:53:09.933Z Compiling ingot-macros v0.1.1
19462026-07-30T03:53:10.028Z Compiling zerocopy v0.7.35
19472026-07-30T03:53:10.565Z Compiling hash32 v0.3.1
19482026-07-30T03:53:10.632Z Compiling rustc_version v0.4.1
19492026-07-30T03:53:10.651Z Compiling scroll_derive v0.12.1
19502026-07-30T03:53:10.904Z Compiling num-integer v0.1.46
19512026-07-30T03:53:10.913Z Compiling usdt-impl v0.5.0
19522026-07-30T03:53:11.197Z Compiling smoltcp v0.11.0
19532026-07-30T03:53:11.377Z Compiling scroll v0.12.0
19542026-07-30T03:53:11.397Z Compiling clap v4.6.4
19552026-07-30T03:53:11.584Z Compiling curve25519-dalek v4.1.3
19562026-07-30T03:53:12.157Z Compiling dof v0.3.0
19572026-07-30T03:53:12.598Z Compiling ingot-types v0.1.2
19582026-07-30T03:53:13.398Z Compiling hmac v0.12.1
19592026-07-30T03:53:13.516Z Compiling dtrace-parser v0.2.0
19602026-07-30T03:53:13.556Z Compiling inout v0.1.4
19612026-07-30T03:53:13.631Z Compiling ff v0.13.1
19622026-07-30T03:53:13.713Z Compiling cobs v0.3.0
19632026-07-30T03:53:14.011Z Compiling thread-id v4.2.2
19642026-07-30T03:53:14.230Z Compiling managed v0.8.0
19652026-07-30T03:53:14.346Z Compiling unsafe-libyaml v0.2.11
19662026-07-30T03:53:14.521Z Compiling bitflags v1.3.2
19672026-07-30T03:53:14.850Z Compiling serde_yaml v0.9.34+deprecated
19682026-07-30T03:53:15.461Z Compiling postcard v1.1.3
19692026-07-30T03:53:15.666Z Compiling group v0.13.0
19702026-07-30T03:53:15.723Z Compiling cipher v0.4.4
19712026-07-30T03:53:15.971Z Compiling hkdf v0.12.4
19722026-07-30T03:53:16.272Z Compiling ingot v0.1.1
19732026-07-30T03:53:16.679Z Compiling goblin v0.8.2
19742026-07-30T03:53:17.026Z Compiling num-iter v0.1.45
19752026-07-30T03:53:17.159Z Compiling num-rational v0.4.2
19762026-07-30T03:53:18.289Z Compiling tabwriter v1.4.1
19772026-07-30T03:53:18.404Z Compiling universal-hash v0.5.1
19782026-07-30T03:53:18.552Z Compiling crypto-bigint v0.5.5
19792026-07-30T03:53:18.642Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19802026-07-30T03:53:18.709Z Compiling thiserror-impl-no-std v2.0.2
19812026-07-30T03:53:19.208Z Compiling hubpack_derive v0.1.1
19822026-07-30T03:53:19.743Z Compiling crossbeam-epoch v0.9.18
19832026-07-30T03:53:19.787Z Compiling half v2.7.1
19842026-07-30T03:53:20.061Z Compiling curve25519-dalek-derive v0.1.1
19852026-07-30T03:53:20.250Z Compiling num-complex v0.4.6
19862026-07-30T03:53:20.800Z Compiling memoffset v0.9.1
19872026-07-30T03:53:20.982Z Compiling prettyplease v0.2.37
19882026-07-30T03:53:21.040Z Compiling ciborium-io v0.2.2
19892026-07-30T03:53:21.138Z Compiling opaque-debug v0.3.1
19902026-07-30T03:53:21.155Z Compiling rustix v0.38.44
19912026-07-30T03:53:21.517Z Compiling base16ct v0.2.0
19922026-07-30T03:53:21.542Z Compiling base64ct v1.8.3
19932026-07-30T03:53:21.764Z Compiling cfg_aliases v0.2.1
19942026-07-30T03:53:21.836Z Compiling password-hash v0.5.0
19952026-07-30T03:53:21.853Z Compiling nix v0.31.3
19962026-07-30T03:53:22.050Z Compiling elliptic-curve v0.13.8
19972026-07-30T03:53:22.806Z Compiling poly1305 v0.8.0
19982026-07-30T03:53:23.047Z Compiling ciborium-ll v0.2.2
19992026-07-30T03:53:23.640Z Compiling num v0.4.3
20002026-07-30T03:53:23.721Z Compiling thiserror-no-std v2.0.2
20012026-07-30T03:53:23.818Z Compiling hubpack v0.1.2
20022026-07-30T03:53:24.905Z Compiling chacha20 v0.9.1
20032026-07-30T03:53:25.175Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20042026-07-30T03:53:25.312Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-07-30T03:53:25.577Z Compiling reqwest v0.12.28
20062026-07-30T03:53:26.485Z Compiling toml_edit v0.25.12+spec-1.1.0
20072026-07-30T03:53:26.562Z Compiling blake2 v0.10.6
20082026-07-30T03:53:26.681Z Compiling aead v0.5.2
20092026-07-30T03:53:27.042Z Compiling byte-wrapper v0.1.0
20102026-07-30T03:53:27.225Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20112026-07-30T03:53:27.354Z Compiling serde_repr v0.1.21
20122026-07-30T03:53:27.895Z Compiling proc-macro-error-attr v1.0.4
20132026-07-30T03:53:28.005Z Compiling bstr v1.12.1
20142026-07-30T03:53:28.133Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20152026-07-30T03:53:28.150Z Compiling float-ord v0.3.2
20162026-07-30T03:53:28.264Z Compiling static_assertions v1.1.0
20172026-07-30T03:53:28.344Z Compiling keccak v0.1.6
20182026-07-30T03:53:28.509Z Compiling sha3 v0.10.9
20192026-07-30T03:53:28.879Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20202026-07-30T03:53:28.896Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-07-30T03:53:29.532Z Compiling proc-macro-crate v3.5.0
20222026-07-30T03:53:29.680Z Compiling chacha20poly1305 v0.10.1
20232026-07-30T03:53:29.833Z Compiling argon2 v0.5.3
20242026-07-30T03:53:29.950Z Compiling progenitor-client v0.10.0
20252026-07-30T03:53:30.471Z Compiling vsss-rs v3.3.4
20262026-07-30T03:53:31.958Z Compiling ciborium v0.2.2
20272026-07-30T03:53:32.795Z Compiling rustls-webpki v0.103.13
20282026-07-30T03:53:32.813Z Compiling usdt-attr-macro v0.5.0
20292026-07-30T03:53:32.975Z Compiling usdt-macro v0.5.0
20302026-07-30T03:53:35.112Z Compiling num-derive v0.4.2
20312026-07-30T03:53:35.213Z Compiling enum-as-inner v0.6.1
20322026-07-30T03:53:35.702Z Compiling proc-macro-error v1.0.4
20332026-07-30T03:53:35.804Z Compiling memmap v0.7.0
20342026-07-30T03:53:35.961Z Compiling indent_write v2.2.0
20352026-07-30T03:53:36.116Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20362026-07-30T03:53:36.245Z Compiling winnow v0.5.40
20372026-07-30T03:53:36.262Z Compiling data-encoding v2.11.0
20382026-07-30T03:53:36.548Z Compiling usdt v0.5.0
20392026-07-30T03:53:36.669Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-07-30T03:53:37.108Z Compiling tokio-rustls v0.26.4
20412026-07-30T03:53:37.154Z Compiling rustls-platform-verifier v0.7.0
20422026-07-30T03:53:37.407Z Compiling hyper-rustls v0.27.9
20432026-07-30T03:53:37.752Z Compiling reqwest v0.13.4
20442026-07-30T03:53:38.907Z Compiling toml_edit v0.19.15
20452026-07-30T03:53:39.363Z Compiling progenitor-client v0.14.0
20462026-07-30T03:53:40.171Z Compiling progenitor-extras v0.2.0
20472026-07-30T03:53:40.372Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20482026-07-30T03:53:40.482Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-07-30T03:53:40.812Z Compiling num_enum_derive v0.7.6
20502026-07-30T03:53:40.922Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-07-30T03:53:42.740Z Compiling serde_spanned v0.6.9
20522026-07-30T03:53:42.896Z Compiling foreign-types-macros v0.2.3
20532026-07-30T03:53:43.556Z Compiling colored v3.1.1
20542026-07-30T03:53:44.221Z Compiling pkg-config v0.3.33
20552026-07-30T03:53:44.689Z Compiling bytecount v0.6.9
20562026-07-30T03:53:44.891Z Compiling toml_write v0.1.2
20572026-07-30T03:53:46.780Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-07-30T03:53:50.523Z Compiling vcpkg v0.2.15
20592026-07-30T03:53:51.083Z Compiling foreign-types-shared v0.3.1
20602026-07-30T03:53:51.195Z Compiling winnow v0.7.15
20612026-07-30T03:53:52.217Z Compiling foreign-types v0.5.0
20622026-07-30T03:53:52.298Z Compiling openssl-sys v0.9.116
20632026-07-30T03:53:52.316Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-07-30T03:53:52.594Z Compiling toml_edit v0.22.27
20652026-07-30T03:53:52.639Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-07-30T03:53:54.432Z Compiling num_enum v0.7.6
20672026-07-30T03:53:54.569Z Compiling proc-macro-crate v1.3.1
20682026-07-30T03:53:54.904Z Compiling atomicwrites v0.4.4
20692026-07-30T03:53:54.963Z Compiling progenitor-impl v0.14.0
20702026-07-30T03:53:55.073Z Compiling chacha20 v0.10.0
20712026-07-30T03:53:55.121Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722026-07-30T03:53:55.400Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20732026-07-30T03:53:55.658Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20742026-07-30T03:53:55.675Z Compiling cstr-argument v0.1.2
20752026-07-30T03:53:55.693Z Compiling linked-hash-map v0.5.6
20762026-07-30T03:53:55.770Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20772026-07-30T03:53:55.846Z Compiling heck v0.4.1
20782026-07-30T03:53:55.924Z Compiling unicode-segmentation v1.13.3
20792026-07-30T03:53:56.023Z Compiling rayon-core v1.13.0
20802026-07-30T03:53:56.050Z Compiling swrite v0.1.0
20812026-07-30T03:53:56.161Z Compiling semver v0.1.20
20822026-07-30T03:53:56.179Z Compiling resolv-conf v0.7.6
20832026-07-30T03:53:56.622Z Compiling newline-converter v0.3.0
20842026-07-30T03:53:56.637Z Compiling rustc_version v0.1.7
20852026-07-30T03:53:56.638Z Compiling lru-cache v0.1.2
20862026-07-30T03:53:56.638Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20872026-07-30T03:53:56.654Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882026-07-30T03:53:56.682Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20892026-07-30T03:53:56.771Z Compiling rand v0.10.2
20902026-07-30T03:53:56.979Z Compiling num_enum_derive v0.5.11
20912026-07-30T03:53:57.055Z Compiling progenitor-macro v0.14.0
20922026-07-30T03:53:57.746Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20932026-07-30T03:53:58.013Z Compiling toml v0.8.23
20942026-07-30T03:53:58.082Z Compiling hickory-proto v0.24.4
20952026-07-30T03:53:58.101Z Compiling similar v2.7.0
20962026-07-30T03:53:58.232Z Compiling crossbeam-deque v0.8.6
20972026-07-30T03:53:58.461Z Compiling progenitor-impl v0.13.0
20982026-07-30T03:53:58.560Z Compiling console v0.15.11
20992026-07-30T03:53:59.814Z Compiling camino-tempfile v1.4.1
21002026-07-30T03:54:00.232Z Compiling serde-big-array v0.5.1
21012026-07-30T03:54:00.404Z Compiling pin-project-internal v1.1.13
21022026-07-30T03:54:00.544Z Compiling derive-where v1.6.1
21032026-07-30T03:54:00.915Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21042026-07-30T03:54:01.272Z Compiling siphasher v1.0.3
21052026-07-30T03:54:01.450Z Compiling lazy_static v1.5.0
21062026-07-30T03:54:01.490Z Compiling minimal-lexical v0.2.1
21072026-07-30T03:54:01.518Z Compiling pin-project v1.1.13
21082026-07-30T03:54:01.632Z Compiling phf_shared v0.12.1
21092026-07-30T03:54:01.739Z Compiling nom v7.1.3
21102026-07-30T03:54:01.851Z Compiling progenitor v0.14.0
21112026-07-30T03:54:01.867Z Compiling progenitor-macro v0.13.0
21122026-07-30T03:54:01.996Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-07-30T03:54:02.360Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21142026-07-30T03:54:03.120Z Compiling hickory-resolver v0.24.4
21152026-07-30T03:54:05.952Z Compiling expectorate v1.2.0
21162026-07-30T03:54:06.175Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-07-30T03:54:07.337Z Compiling num_enum v0.5.11
21182026-07-30T03:54:07.571Z Compiling newtype_derive v0.1.6
21192026-07-30T03:54:07.833Z Compiling progenitor-client v0.13.0
21202026-07-30T03:54:08.324Z Compiling unicode-normalization v0.1.25
21212026-07-30T03:54:08.929Z Compiling tokio-stream v0.1.18
21222026-07-30T03:54:09.496Z Compiling async-recursion v1.1.1
21232026-07-30T03:54:10.224Z Compiling snafu-derive v0.8.9
21242026-07-30T03:54:10.688Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21252026-07-30T03:54:10.991Z Compiling slog-dtrace v0.3.0
21262026-07-30T03:54:11.023Z Compiling csv-core v0.1.13
21272026-07-30T03:54:11.167Z Compiling unicode-xid v0.2.6
21282026-07-30T03:54:11.254Z Compiling unicode-width v0.1.14
21292026-07-30T03:54:11.300Z Compiling highway v1.3.0
21302026-07-30T03:54:11.432Z Compiling konst_macro_rules v0.2.19
21312026-07-30T03:54:11.567Z Compiling foldhash v0.1.5
21322026-07-30T03:54:11.637Z Compiling cancel-safe-futures v0.1.5
21332026-07-30T03:54:11.800Z Compiling same-file v1.0.6
21342026-07-30T03:54:11.916Z Compiling chrono-tz v0.10.4
21352026-07-30T03:54:11.984Z Compiling openssl v0.10.80
21362026-07-30T03:54:12.002Z Compiling owo-colors v4.3.0
21372026-07-30T03:54:12.017Z Compiling foreign-types-shared v0.1.1
21382026-07-30T03:54:12.118Z Compiling foreign-types v0.3.2
21392026-07-30T03:54:12.188Z Compiling snafu v0.8.9
21402026-07-30T03:54:12.203Z Compiling walkdir v2.5.0
21412026-07-30T03:54:12.336Z Compiling hashbrown v0.15.5
21422026-07-30T03:54:12.414Z Compiling konst v0.2.20
21432026-07-30T03:54:12.753Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-07-30T03:54:12.799Z Compiling const_format_proc_macros v0.2.34
21452026-07-30T03:54:12.968Z Compiling csv v1.4.0
21462026-07-30T03:54:13.055Z Compiling progenitor v0.13.0
21472026-07-30T03:54:13.198Z Compiling qorb v0.4.1
21482026-07-30T03:54:13.216Z Compiling olpc-cjson v0.1.4
21492026-07-30T03:54:13.484Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21502026-07-30T03:54:13.609Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-07-30T03:54:14.025Z Compiling rayon v1.12.0
21522026-07-30T03:54:15.420Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-07-30T03:54:16.229Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-07-30T03:54:17.119Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-07-30T03:54:17.651Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21562026-07-30T03:54:18.660Z Compiling phf v0.12.1
21572026-07-30T03:54:19.207Z Compiling zone_cfg_derive v0.3.1
21582026-07-30T03:54:19.284Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-07-30T03:54:19.808Z Compiling tokio-dtrace v0.1.1
21602026-07-30T03:54:19.948Z Compiling globset v0.4.18
21612026-07-30T03:54:20.185Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21622026-07-30T03:54:20.417Z Compiling itertools v0.12.1
21632026-07-30T03:54:21.399Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-07-30T03:54:21.879Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21652026-07-30T03:54:21.882Z Compiling pem v3.0.6
21662026-07-30T03:54:21.914Z Compiling libsw-core v0.3.2
21672026-07-30T03:54:22.005Z Compiling serde_plain v1.0.2
21682026-07-30T03:54:22.096Z Compiling openssl-macros v0.1.1
21692026-07-30T03:54:22.296Z Compiling cookie v0.18.1
21702026-07-30T03:54:22.560Z Compiling sigpipe v0.1.3
21712026-07-30T03:54:22.599Z Compiling typed-path v0.9.3
21722026-07-30T03:54:22.599Z Compiling jiff v0.2.28
21732026-07-30T03:54:22.661Z Compiling glob v0.3.3
21742026-07-30T03:54:22.907Z Compiling fixedbitset v0.5.7
21752026-07-30T03:54:23.130Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-07-30T03:54:23.212Z Compiling fixedbitset v0.4.2
21772026-07-30T03:54:23.401Z Compiling petgraph v0.6.5
21782026-07-30T03:54:23.423Z Compiling petgraph v0.8.3
21792026-07-30T03:54:23.654Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21802026-07-30T03:54:25.144Z Compiling tough v0.22.0
21812026-07-30T03:54:25.241Z Compiling libsw v3.5.0
21822026-07-30T03:54:25.439Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-07-30T03:54:25.532Z Compiling zone v0.3.1
21842026-07-30T03:54:25.685Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-07-30T03:54:25.833Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21862026-07-30T03:54:26.138Z Compiling oxide-tokio-rt v0.1.6
21872026-07-30T03:54:26.719Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-07-30T03:54:27.259Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21892026-07-30T03:54:28.675Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-07-30T03:54:28.883Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-07-30T03:54:29.713Z Compiling const_format v0.2.36
21922026-07-30T03:54:29.874Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-07-30T03:54:30.997Z Compiling papergrid v0.11.0
21942026-07-30T03:54:31.155Z Compiling tabled_derive v0.7.0
21952026-07-30T03:54:31.195Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-07-30T03:54:32.123Z Compiling libscf-sys v1.2.0
21972026-07-30T03:54:32.297Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21982026-07-30T03:54:32.574Z Compiling gethostname v0.5.0
21992026-07-30T03:54:32.721Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-07-30T03:54:32.965Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22012026-07-30T03:54:32.973Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-07-30T03:54:33.027Z Compiling bcs v0.1.6
22032026-07-30T03:54:33.033Z Compiling smf v0.2.3
22042026-07-30T03:54:33.113Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22052026-07-30T03:54:33.410Z Compiling linear-map v1.2.0
22062026-07-30T03:54:33.508Z Compiling whoami v1.6.1
22072026-07-30T03:54:33.641Z Compiling smawk v0.3.2
22082026-07-30T03:54:33.809Z Compiling unicode-linebreak v0.1.5
22092026-07-30T03:54:34.101Z Compiling termtree v0.5.1
22102026-07-30T03:54:34.113Z Compiling tagptr v0.2.0
22112026-07-30T03:54:34.142Z Compiling textwrap v0.16.2
22122026-07-30T03:54:34.255Z Compiling moka v0.12.15
22132026-07-30T03:54:35.562Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22142026-07-30T03:54:35.740Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-07-30T03:54:36.096Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-07-30T03:54:36.189Z Compiling tabled v0.15.0
22172026-07-30T03:54:36.976Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-07-30T03:54:37.113Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-07-30T03:54:37.330Z Compiling steno v0.4.1
22202026-07-30T03:54:37.365Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-07-30T03:54:40.225Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22222026-07-30T03:54:43.160Z Compiling hickory-proto v0.25.2
22232026-07-30T03:54:43.947Z Compiling proc-macro-error-attr2 v2.0.0
22242026-07-30T03:54:43.993Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22252026-07-30T03:54:44.016Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22262026-07-30T03:54:44.276Z Compiling parking_lot_core v0.8.6
22272026-07-30T03:54:44.408Z Compiling proc-macro-error2 v2.0.1
22282026-07-30T03:54:44.525Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22292026-07-30T03:54:44.605Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-07-30T03:54:44.742Z Compiling tabled_derive v0.11.0
22312026-07-30T03:54:45.677Z Compiling hickory-resolver v0.25.2
22322026-07-30T03:54:45.832Z Compiling papergrid v0.18.0
22332026-07-30T03:54:47.032Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22342026-07-30T03:54:47.070Z Compiling testing_table v0.3.0
22352026-07-30T03:54:47.071Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22362026-07-30T03:54:47.642Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22372026-07-30T03:54:47.694Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22382026-07-30T03:54:48.205Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22392026-07-30T03:54:49.015Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-07-30T03:54:51.614Z Compiling tabled v0.21.0
22412026-07-30T03:54:52.865Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22422026-07-30T03:54:52.894Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22432026-07-30T03:54:52.894Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22442026-07-30T03:54:52.895Z Compiling arc-swap v1.9.1
22452026-07-30T03:54:52.895Z Compiling slog-scope v4.4.1
22462026-07-30T03:54:52.895Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22472026-07-30T03:54:52.895Z Compiling parking_lot v0.11.2
22482026-07-30T03:54:52.994Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22492026-07-30T03:54:53.494Z Compiling dropshot-api-manager-types v0.7.2
22502026-07-30T03:54:54.021Z Compiling fxhash v0.2.1
22512026-07-30T03:54:54.058Z Compiling crc8 v0.1.1
22522026-07-30T03:54:54.168Z Compiling sled v0.34.7
22532026-07-30T03:54:54.186Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22542026-07-30T03:54:55.260Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22552026-07-30T03:54:56.065Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22562026-07-30T03:54:57.701Z Compiling slog-stdlog v4.1.1
22572026-07-30T03:54:58.133Z Compiling port-file v0.1.0
22582026-07-30T03:54:58.396Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22592026-07-30T03:54:58.522Z Compiling slog-envlogger v2.2.0
22602026-07-30T03:54:58.690Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22612026-07-30T03:55:00.266Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22622026-07-30T03:55:01.998Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22632026-07-30T03:55:04.170Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22642026-07-30T03:55:06.025Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22652026-07-30T03:55:14.780Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22662026-07-30T03:55:20.148Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22672026-07-30T03:55:23.457Z Finished `release` profile [optimized] target(s) in 3m 36s
22682026-07-30T03:55:23.788Z+ banner quartet
22692026-07-30T03:55:23.795Z
22702026-07-30T03:55:23.795Z #### # # ## ##### ##### ###### #####
22712026-07-30T03:55:23.795Z # # # # # # # # # # #
22722026-07-30T03:55:23.795Z # # # # # # # # # ##### #
22732026-07-30T03:55:23.795Z # # # # # ###### ##### # # #
22742026-07-30T03:55:23.795Z # # # # # # # # # # #
22752026-07-30T03:55:23.795Z ### # #### # # # # # ###### #
22762026-07-30T03:55:23.795Z
22772026-07-30T03:55:23.795Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22782026-07-30T03:55:24.361Z Compiling cfg-if v1.0.4
22792026-07-30T03:55:24.365Z Compiling libc v0.2.189
22802026-07-30T03:55:24.365Z Compiling serde_core v1.0.228
22812026-07-30T03:55:24.469Z Compiling memchr v2.8.1
22822026-07-30T03:55:24.475Z Compiling itoa v1.0.18
22832026-07-30T03:55:24.479Z Compiling smallvec v1.15.1
22842026-07-30T03:55:24.491Z Compiling stable_deref_trait v1.2.1
22852026-07-30T03:55:24.502Z Compiling zerofrom v0.1.8
22862026-07-30T03:55:24.516Z Compiling zmij v1.0.21
22872026-07-30T03:55:24.564Z Compiling writeable v0.6.3
22882026-07-30T03:55:24.618Z Compiling yoke v0.8.3
22892026-07-30T03:55:24.707Z Compiling litemap v0.8.2
22902026-07-30T03:55:24.723Z Compiling utf8_iter v1.0.4
22912026-07-30T03:55:24.795Z Compiling zerovec v0.11.6
22922026-07-30T03:55:24.815Z Compiling zerotrie v0.2.4
22932026-07-30T03:55:24.847Z Compiling percent-encoding v2.3.2
22942026-07-30T03:55:24.889Z Compiling libm v0.2.16
22952026-07-30T03:55:24.899Z Compiling icu_normalizer_data v2.2.0
22962026-07-30T03:55:24.972Z Compiling icu_properties_data v2.2.0
22972026-07-30T03:55:24.984Z Compiling rand_core v0.10.1
22982026-07-30T03:55:25.154Z Compiling form_urlencoded v1.2.2
22992026-07-30T03:55:25.166Z Compiling errno v0.3.14
23002026-07-30T03:55:25.170Z Compiling getrandom v0.4.2
23012026-07-30T03:55:25.275Z Compiling iana-time-zone v0.1.65
23022026-07-30T03:55:25.330Z Compiling pin-project-lite v0.2.17
23032026-07-30T03:55:25.379Z Compiling tinystr v0.8.3
23042026-07-30T03:55:25.421Z Compiling potential_utf v0.1.5
23052026-07-30T03:55:25.434Z Compiling zeroize v1.8.2
23062026-07-30T03:55:25.444Z Compiling dyn-clone v1.0.20
23072026-07-30T03:55:25.589Z Compiling icu_locale_core v2.2.0
23082026-07-30T03:55:25.599Z Compiling icu_collections v2.2.0
23092026-07-30T03:55:25.609Z Compiling socket2 v0.6.5
23102026-07-30T03:55:25.623Z Compiling scopeguard v1.2.0
23112026-07-30T03:55:25.631Z Compiling parking_lot_core v0.9.12
23122026-07-30T03:55:25.682Z Compiling signal-hook-registry v1.4.8
23132026-07-30T03:55:25.730Z Compiling num-traits v0.2.19
23142026-07-30T03:55:26.025Z Compiling lock_api v0.4.14
23152026-07-30T03:55:26.234Z Compiling mio v1.2.1
23162026-07-30T03:55:26.286Z Compiling parking_lot v0.12.5
23172026-07-30T03:55:26.347Z Compiling serde v1.0.228
23182026-07-30T03:55:26.419Z Compiling serde_json v1.0.151
23192026-07-30T03:55:26.629Z Compiling icu_provider v2.2.0
23202026-07-30T03:55:26.639Z Compiling uuid v1.24.0
23212026-07-30T03:55:26.690Z Compiling semver v1.0.28
23222026-07-30T03:55:26.933Z Compiling bytes v1.11.1
23232026-07-30T03:55:26.984Z Compiling icu_properties v2.2.0
23242026-07-30T03:55:27.137Z Compiling icu_normalizer v2.2.0
23252026-07-30T03:55:27.153Z Compiling chrono v0.4.45
23262026-07-30T03:55:27.209Z Compiling portable-atomic v1.13.1
23272026-07-30T03:55:27.354Z Compiling thiserror v2.0.19
23282026-07-30T03:55:27.472Z Compiling bitflags v2.12.1
23292026-07-30T03:55:27.850Z Compiling tokio v1.53.1
23302026-07-30T03:55:27.873Z Compiling critical-section v1.2.0
23312026-07-30T03:55:27.922Z Compiling idna_adapter v1.2.2
23322026-07-30T03:55:27.985Z Compiling futures-core v0.3.32
23332026-07-30T03:55:28.066Z Compiling idna v1.1.0
23342026-07-30T03:55:28.164Z Compiling once_cell v1.21.4
23352026-07-30T03:55:28.341Z Compiling equivalent v1.0.2
23362026-07-30T03:55:28.402Z Compiling url v2.5.8
23372026-07-30T03:55:28.427Z Compiling subtle v2.6.1
23382026-07-30T03:55:28.438Z Compiling log v0.4.32
23392026-07-30T03:55:28.553Z Compiling allocator-api2 v0.2.21
23402026-07-30T03:55:28.601Z Compiling zerocopy v0.8.50
23412026-07-30T03:55:28.689Z Compiling futures-sink v0.3.32
23422026-07-30T03:55:28.805Z Compiling slab v0.4.12
23432026-07-30T03:55:28.951Z Compiling typenum v1.20.1
23442026-07-30T03:55:29.018Z Compiling schemars v0.8.22
23452026-07-30T03:55:29.051Z Compiling futures-channel v0.3.32
23462026-07-30T03:55:29.333Z Compiling hashbrown v0.17.1
23472026-07-30T03:55:29.785Z Compiling getrandom v0.2.17
23482026-07-30T03:55:30.026Z Compiling futures-io v0.3.32
23492026-07-30T03:55:30.030Z Compiling futures-task v0.3.32
23502026-07-30T03:55:30.218Z Compiling futures-util v0.3.32
23512026-07-30T03:55:30.218Z Compiling rand_core v0.6.4
23522026-07-30T03:55:30.268Z Compiling indexmap v2.14.0
23532026-07-30T03:55:30.562Z Compiling tracing-core v0.1.36
23542026-07-30T03:55:30.711Z Compiling ipnetwork v0.21.1
23552026-07-30T03:55:30.966Z Compiling tracing v0.1.44
23562026-07-30T03:55:31.095Z Compiling base64 v0.22.1
23572026-07-30T03:55:31.342Z Compiling http v1.4.2
23582026-07-30T03:55:31.574Z Compiling unicode-ident v1.0.24
23592026-07-30T03:55:31.580Z Compiling slog v2.8.2
23602026-07-30T03:55:31.609Z Compiling erased-serde v0.3.31
23612026-07-30T03:55:31.695Z Compiling proc-macro2 v1.0.106
23622026-07-30T03:55:31.825Z Compiling fnv v1.0.7
23632026-07-30T03:55:31.937Z Compiling oxnet v0.1.6
23642026-07-30T03:55:32.202Z Compiling quote v1.0.45
23652026-07-30T03:55:32.908Z Compiling syn v2.0.117
23662026-07-30T03:55:32.934Z Compiling tokio-util v0.7.18
23672026-07-30T03:55:33.234Z Compiling byteorder v1.5.0
23682026-07-30T03:55:33.284Z Compiling ipnet v2.12.0
23692026-07-30T03:55:33.490Z Compiling thiserror v1.0.69
23702026-07-30T03:55:33.608Z Compiling ppv-lite86 v0.2.21
23712026-07-30T03:55:33.805Z Compiling rustls-pki-types v1.14.1
23722026-07-30T03:55:33.951Z Compiling aws-lc-sys v0.41.0
23732026-07-30T03:55:34.061Z Compiling http-body v1.0.1
23742026-07-30T03:55:34.154Z Compiling untrusted v0.7.1
23752026-07-30T03:55:34.191Z Compiling atomic-waker v1.1.2
23762026-07-30T03:55:34.230Z Compiling httparse v1.10.1
23772026-07-30T03:55:34.282Z Compiling rustls v0.23.40
23782026-07-30T03:55:34.328Z Compiling pretty-hex v0.4.2
23792026-07-30T03:55:34.496Z Compiling aws-lc-rs v1.17.0
23802026-07-30T03:55:34.527Z Compiling tower-service v0.3.3
23812026-07-30T03:55:34.532Z Compiling try-lock v0.2.5
23822026-07-30T03:55:34.532Z Compiling untrusted v0.9.0
23832026-07-30T03:55:34.618Z Compiling ryu v1.0.23
23842026-07-30T03:55:34.645Z Compiling tower-layer v0.3.3
23852026-07-30T03:55:34.693Z Compiling want v0.3.1
23862026-07-30T03:55:34.718Z Compiling h2 v0.4.14
23872026-07-30T03:55:34.733Z Compiling httpdate v1.0.3
23882026-07-30T03:55:35.262Z Compiling rustix v1.1.4
23892026-07-30T03:55:35.310Z Compiling regex-syntax v0.8.10
23902026-07-30T03:55:35.310Z Compiling plain v0.2.3
23912026-07-30T03:55:35.310Z Compiling getrandom v0.3.4
23922026-07-30T03:55:35.310Z Compiling omicron-workspace-hack v0.1.0
23932026-07-30T03:55:35.310Z Compiling ucd-trie v0.1.7
23942026-07-30T03:55:35.310Z Compiling rand_core v0.9.5
23952026-07-30T03:55:35.535Z Compiling pest v2.8.6
23962026-07-30T03:55:35.796Z Compiling rustls-webpki v0.103.13
23972026-07-30T03:55:37.209Z Compiling hyper v1.11.0
23982026-07-30T03:55:37.336Z Compiling crossbeam-utils v0.8.21
23992026-07-30T03:55:38.140Z Compiling serde_urlencoded v0.7.1
24002026-07-30T03:55:38.428Z Compiling http-body-util v0.1.4
24012026-07-30T03:55:38.445Z Compiling foldhash v0.2.0
24022026-07-30T03:55:38.752Z Compiling hyper-util v0.1.20
24032026-07-30T03:55:38.757Z Compiling newtype-uuid v1.3.2
24042026-07-30T03:55:39.789Z Compiling hex v0.4.3
24052026-07-30T03:55:40.111Z Compiling daft v0.1.7
24062026-07-30T03:55:40.408Z Compiling tokio-rustls v0.26.4
24072026-07-30T03:55:40.720Z Compiling rand_chacha v0.9.0
24082026-07-30T03:55:40.837Z Compiling sync_wrapper v1.0.2
24092026-07-30T03:55:40.988Z Compiling aho-corasick v1.1.4
24102026-07-30T03:55:41.274Z Compiling fastrand v2.4.1
24112026-07-30T03:55:41.632Z Compiling rand v0.9.4
24122026-07-30T03:55:41.829Z Compiling tower v0.5.3
24132026-07-30T03:55:41.855Z Compiling anyhow v1.0.104
24142026-07-30T03:55:41.902Z Compiling powerfmt v0.2.0
24152026-07-30T03:55:42.115Z Compiling regex-automata v0.4.14
24162026-07-30T03:55:42.175Z Compiling deranged v0.5.8
24172026-07-30T03:55:42.478Z Compiling tower-http v0.6.11
24182026-07-30T03:55:42.547Z Compiling generic-array v0.14.7
24192026-07-30T03:55:42.557Z Compiling hashbrown v0.16.1
24202026-07-30T03:55:42.979Z Compiling openapiv3 v2.2.0
24212026-07-30T03:55:43.079Z Compiling time-core v0.1.8
24222026-07-30T03:55:43.218Z Compiling openssl-probe v0.2.1
24232026-07-30T03:55:43.239Z Compiling num-conv v0.2.2
24242026-07-30T03:55:43.282Z Compiling num_threads v0.1.7
24252026-07-30T03:55:43.385Z Compiling cpufeatures v0.3.0
24262026-07-30T03:55:43.403Z Compiling time v0.3.47
24272026-07-30T03:55:43.465Z Compiling rustls-native-certs v0.8.4
24282026-07-30T03:55:43.478Z Compiling camino v1.2.5
24292026-07-30T03:55:44.084Z Compiling tempfile v3.27.0
24302026-07-30T03:55:44.350Z Compiling futures-executor v0.3.32
24312026-07-30T03:55:44.914Z Compiling winnow v1.0.3
24322026-07-30T03:55:44.997Z Compiling futures v0.3.32
24332026-07-30T03:55:45.102Z Compiling regex v1.12.3
24342026-07-30T03:55:45.526Z Compiling rustls-platform-verifier v0.7.0
24352026-07-30T03:55:46.183Z Compiling hyper-rustls v0.27.9
24362026-07-30T03:55:46.373Z Compiling crossbeam-channel v0.5.15
24372026-07-30T03:55:46.408Z Compiling scroll v0.13.0
24382026-07-30T03:55:46.430Z Compiling hybrid-array v0.4.12
24392026-07-30T03:55:46.575Z Compiling adler2 v2.0.1
24402026-07-30T03:55:46.575Z Compiling simd-adler32 v0.3.9
24412026-07-30T03:55:46.711Z Compiling miniz_oxide v0.8.9
24422026-07-30T03:55:46.723Z Compiling goblin v0.10.7
24432026-07-30T03:55:46.918Z Compiling crc32fast v1.5.0
24442026-07-30T03:55:47.115Z Compiling reqwest v0.13.4
24452026-07-30T03:55:47.172Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24462026-07-30T03:55:47.411Z Compiling thread_local v1.1.9
24472026-07-30T03:55:47.797Z Compiling either v1.16.0
24482026-07-30T03:55:48.026Z Compiling flate2 v1.1.9
24492026-07-30T03:55:48.156Z Compiling block-buffer v0.12.0
24502026-07-30T03:55:48.391Z Compiling crypto-common v0.2.2
24512026-07-30T03:55:48.577Z Compiling crypto-common v0.1.7
24522026-07-30T03:55:48.734Z Compiling dtrace-parser v0.3.0
24532026-07-30T03:55:49.151Z Compiling rand_chacha v0.3.1
24542026-07-30T03:55:49.612Z Compiling is-terminal v0.4.17
24552026-07-30T03:55:49.726Z Compiling thread-id v5.1.0
24562026-07-30T03:55:49.777Z Compiling match_cfg v0.1.0
24572026-07-30T03:55:49.813Z Compiling compression-core v0.4.32
24582026-07-30T03:55:49.852Z Compiling take_mut v0.2.2
24592026-07-30T03:55:49.975Z Compiling dof v0.4.0
24602026-07-30T03:55:49.992Z Compiling const-oid v0.10.2
24612026-07-30T03:55:50.302Z Compiling debug-ignore v1.0.5
24622026-07-30T03:55:50.426Z Compiling term v1.2.1
24632026-07-30T03:55:51.292Z Compiling usdt-impl v0.6.0
24642026-07-30T03:55:52.320Z Compiling slog-term v2.9.2
24652026-07-30T03:55:53.071Z Compiling digest v0.11.3
24662026-07-30T03:55:53.292Z Compiling slog-async v2.8.0
24672026-07-30T03:55:53.353Z Compiling compression-codecs v0.4.38
24682026-07-30T03:55:53.677Z Compiling hostname v0.3.1
24692026-07-30T03:55:53.678Z Compiling rand v0.8.6
24702026-07-30T03:55:53.869Z Compiling ref-cast v1.0.25
24712026-07-30T03:55:53.960Z Compiling toml_parser v1.1.2+spec-1.1.0
24722026-07-30T03:55:54.471Z Compiling slog-json v2.6.1
24732026-07-30T03:55:54.749Z Compiling strum v0.26.3
24742026-07-30T03:55:54.800Z Compiling macaddr v1.0.1
24752026-07-30T03:55:54.886Z Compiling serde_spanned v1.1.1
24762026-07-30T03:55:55.563Z Compiling toml_datetime v1.1.1+spec-1.1.0
24772026-07-30T03:55:55.583Z Compiling wait-timeout v0.2.1
24782026-07-30T03:55:55.583Z Compiling memmap2 v0.9.10
24792026-07-30T03:55:55.583Z Compiling encoding_rs v0.8.35
24802026-07-30T03:55:55.583Z Compiling toml_writer v1.1.1+spec-1.1.0
24812026-07-30T03:55:55.609Z Compiling bit-vec v0.8.0
24822026-07-30T03:55:55.690Z Compiling spin v0.9.8
24832026-07-30T03:55:55.748Z Compiling quick-error v1.2.3
24842026-07-30T03:55:55.837Z Compiling mime v0.3.17
24852026-07-30T03:55:55.854Z Compiling rusty-fork v0.3.1
24862026-07-30T03:55:55.967Z Compiling bit-set v0.8.0
24872026-07-30T03:55:56.091Z Compiling toml v1.1.2+spec-1.1.0
24882026-07-30T03:55:56.281Z Compiling usdt v0.6.0
24892026-07-30T03:55:56.703Z Compiling multer v3.1.0
24902026-07-30T03:55:56.947Z Compiling slog-bunyan v2.5.0
24912026-07-30T03:55:57.132Z Compiling async-compression v0.4.42
24922026-07-30T03:55:57.633Z Compiling sha1 v0.11.0
24932026-07-30T03:55:57.928Z Compiling serde_with v3.21.0
24942026-07-30T03:55:58.038Z Compiling async-stream v0.3.6
24952026-07-30T03:55:58.252Z Compiling rand_xorshift v0.4.0
24962026-07-30T03:55:58.256Z Compiling waitgroup v0.1.2
24972026-07-30T03:55:58.412Z Compiling rustls-pemfile v2.2.0
24982026-07-30T03:55:58.424Z Compiling serde_path_to_error v0.1.20
24992026-07-30T03:55:58.436Z Compiling hostname v0.4.2
25002026-07-30T03:55:58.680Z Compiling unarray v0.1.4
25012026-07-30T03:55:58.699Z Compiling proptest v1.11.0
25022026-07-30T03:55:58.721Z Compiling progenitor-client v0.14.0
25032026-07-30T03:55:58.774Z Compiling dropshot v0.17.1
25042026-07-30T03:55:58.872Z Compiling strum v0.27.2
25052026-07-30T03:55:59.007Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25062026-07-30T03:55:59.162Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25072026-07-30T03:55:59.223Z Compiling iddqd v0.4.6
25082026-07-30T03:55:59.394Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25092026-07-30T03:55:59.708Z Compiling block-buffer v0.10.4
25102026-07-30T03:55:59.782Z Compiling reqwest v0.12.28
25112026-07-30T03:55:59.880Z Compiling backon v1.6.0
25122026-07-30T03:56:00.171Z Compiling instant v0.1.13
25132026-07-30T03:56:00.324Z Compiling backoff v0.4.0
25142026-07-30T03:56:00.665Z Compiling progenitor-extras v0.2.0
25152026-07-30T03:56:00.682Z Compiling digest v0.10.7
25162026-07-30T03:56:00.780Z Compiling parse-display v0.10.0
25172026-07-30T03:56:00.805Z Compiling itertools v0.14.0
25182026-07-30T03:56:00.952Z Compiling progenitor-client v0.10.0
25192026-07-30T03:56:01.221Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25202026-07-30T03:56:01.445Z Compiling regress v0.10.5
25212026-07-30T03:56:01.692Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25222026-07-30T03:56:02.308Z Compiling humantime v2.3.0
25232026-07-30T03:56:02.755Z Compiling cpufeatures v0.2.17
25242026-07-30T03:56:02.840Z Compiling unicode-width v0.2.2
25252026-07-30T03:56:03.175Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25262026-07-30T03:56:03.238Z Compiling heck v0.5.0
25272026-07-30T03:56:03.844Z Compiling secrecy v0.10.3
25282026-07-30T03:56:04.019Z Compiling tinyvec_macros v0.1.1
25292026-07-30T03:56:04.098Z Compiling tinyvec v1.11.0
25302026-07-30T03:56:04.586Z Compiling num-integer v0.1.46
25312026-07-30T03:56:04.976Z Compiling scroll v0.12.0
25322026-07-30T03:56:05.101Z Compiling crucible-workspace-hack v0.1.0
25332026-07-30T03:56:05.183Z Compiling hmac v0.12.1
25342026-07-30T03:56:05.356Z Compiling regress v0.11.1
25352026-07-30T03:56:05.363Z Compiling inout v0.1.4
25362026-07-30T03:56:05.515Z Compiling ff v0.13.1
25372026-07-30T03:56:05.630Z Compiling utf8parse v0.2.2
25382026-07-30T03:56:05.690Z Compiling group v0.13.0
25392026-07-30T03:56:05.750Z Compiling anstyle-parse v1.0.0
25402026-07-30T03:56:05.816Z Compiling cipher v0.4.4
25412026-07-30T03:56:05.980Z Compiling hkdf v0.12.4
25422026-07-30T03:56:06.065Z Compiling goblin v0.8.2
25432026-07-30T03:56:06.155Z Compiling num-iter v0.1.45
25442026-07-30T03:56:06.214Z Compiling num-rational v0.4.2
25452026-07-30T03:56:06.287Z Compiling zerocopy v0.7.35
25462026-07-30T03:56:06.896Z Compiling universal-hash v0.5.1
25472026-07-30T03:56:07.051Z Compiling typify-impl v0.6.2
25482026-07-30T03:56:07.329Z Compiling crypto-bigint v0.5.5
25492026-07-30T03:56:07.688Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25502026-07-30T03:56:08.998Z Compiling terminal_size v0.4.4
25512026-07-30T03:56:09.162Z Compiling half v2.7.1
25522026-07-30T03:56:09.256Z Compiling num-complex v0.4.6
25532026-07-30T03:56:09.551Z Compiling ciborium-io v0.2.2
25542026-07-30T03:56:09.810Z Compiling anstyle v1.0.14
25552026-07-30T03:56:09.829Z Compiling anstyle-query v1.1.5
25562026-07-30T03:56:09.842Z Compiling base16ct v0.2.0
25572026-07-30T03:56:09.927Z Compiling is_terminal_polyfill v1.70.2
25582026-07-30T03:56:10.030Z Compiling opaque-debug v0.3.1
25592026-07-30T03:56:10.041Z Compiling base64ct v1.8.3
25602026-07-30T03:56:10.109Z Compiling colorchoice v1.0.5
25612026-07-30T03:56:10.406Z Compiling poly1305 v0.8.0
25622026-07-30T03:56:10.418Z Compiling anstream v1.0.0
25632026-07-30T03:56:10.418Z Compiling password-hash v0.5.0
25642026-07-30T03:56:10.763Z Compiling elliptic-curve v0.13.8
25652026-07-30T03:56:10.819Z Compiling num v0.4.3
25662026-07-30T03:56:10.970Z Compiling ciborium-ll v0.2.2
25672026-07-30T03:56:11.106Z Compiling curve25519-dalek v4.1.3
25682026-07-30T03:56:11.191Z Compiling typify v0.6.2
25692026-07-30T03:56:11.528Z Compiling dof v0.3.0
25702026-07-30T03:56:11.538Z Compiling thiserror-no-std v2.0.2
25712026-07-30T03:56:11.538Z Compiling chacha20 v0.9.1
25722026-07-30T03:56:11.783Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25732026-07-30T03:56:12.503Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25742026-07-30T03:56:13.849Z Compiling blake2 v0.10.6
25752026-07-30T03:56:14.062Z Compiling aead v0.5.2
25762026-07-30T03:56:14.067Z Compiling byte-wrapper v0.1.0
25772026-07-30T03:56:14.276Z Compiling crossbeam-epoch v0.9.18
25782026-07-30T03:56:14.282Z Compiling dtrace-parser v0.2.0
25792026-07-30T03:56:15.072Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25802026-07-30T03:56:15.079Z Compiling thread-id v4.2.2
25812026-07-30T03:56:15.079Z Compiling float-ord v0.3.2
25822026-07-30T03:56:15.097Z Compiling strsim v0.11.1
25832026-07-30T03:56:15.098Z Compiling clap_lex v1.1.0
25842026-07-30T03:56:15.575Z Compiling keccak v0.1.6
25852026-07-30T03:56:15.583Z Compiling clap_builder v4.6.2
25862026-07-30T03:56:15.894Z Compiling sha3 v0.10.9
25872026-07-30T03:56:16.116Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25882026-07-30T03:56:16.569Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25892026-07-30T03:56:16.585Z Compiling usdt-impl v0.5.0
25902026-07-30T03:56:16.867Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25912026-07-30T03:56:19.145Z Compiling chacha20poly1305 v0.10.1
25922026-07-30T03:56:19.519Z Compiling argon2 v0.5.3
25932026-07-30T03:56:20.353Z Compiling vsss-rs v3.3.4
25942026-07-30T03:56:20.653Z Compiling ciborium v0.2.2
25952026-07-30T03:56:21.782Z Compiling hash32 v0.3.1
25962026-07-30T03:56:21.977Z Compiling memmap v0.7.0
25972026-07-30T03:56:21.977Z Compiling data-encoding v2.11.0
25982026-07-30T03:56:22.143Z Compiling indent_write v2.2.0
25992026-07-30T03:56:22.143Z Compiling usdt v0.5.0
26002026-07-30T03:56:22.177Z Compiling heapless v0.8.0
26012026-07-30T03:56:22.556Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-07-30T03:56:22.731Z Compiling ingot-types v0.1.2
26032026-07-30T03:56:23.187Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26042026-07-30T03:56:23.204Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26052026-07-30T03:56:23.204Z Compiling clap v4.6.4
26062026-07-30T03:56:23.436Z Compiling rustix v0.38.44
26072026-07-30T03:56:23.455Z Compiling tabwriter v1.4.1
26082026-07-30T03:56:23.876Z Compiling cobs v0.3.0
26092026-07-30T03:56:24.260Z Compiling managed v0.8.0
26102026-07-30T03:56:24.321Z Compiling foreign-types-shared v0.3.1
26112026-07-30T03:56:24.510Z Compiling colored v3.1.1
26122026-07-30T03:56:24.521Z Compiling bitflags v1.3.2
26132026-07-30T03:56:24.677Z Compiling smoltcp v0.11.0
26142026-07-30T03:56:24.709Z Compiling foreign-types v0.5.0
26152026-07-30T03:56:24.754Z Compiling postcard v1.1.3
26162026-07-30T03:56:25.348Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26172026-07-30T03:56:25.348Z Compiling num_enum v0.7.6
26182026-07-30T03:56:25.379Z Compiling ingot v0.1.1
26192026-07-30T03:56:26.527Z Compiling memoffset v0.9.1
26202026-07-30T03:56:26.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26212026-07-30T03:56:26.743Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26222026-07-30T03:56:26.760Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26232026-07-30T03:56:26.943Z Compiling chacha20 v0.10.0
26242026-07-30T03:56:26.960Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26252026-07-30T03:56:27.152Z Compiling serde_spanned v0.6.9
26262026-07-30T03:56:27.689Z Compiling toml_datetime v0.6.11
26272026-07-30T03:56:27.733Z Compiling cstr-argument v0.1.2
26282026-07-30T03:56:27.734Z Compiling toml_write v0.1.2
26292026-07-30T03:56:27.734Z Compiling linked-hash-map v0.5.6
26302026-07-30T03:56:27.734Z Compiling static_assertions v1.1.0
26312026-07-30T03:56:27.734Z Compiling resolv-conf v0.7.6
26322026-07-30T03:56:27.734Z Compiling unicode-segmentation v1.13.3
26332026-07-30T03:56:27.734Z Compiling winnow v0.7.15
26342026-07-30T03:56:27.825Z Compiling swrite v0.1.0
26352026-07-30T03:56:27.936Z Compiling lru-cache v0.1.2
26362026-07-30T03:56:28.082Z Compiling newline-converter v0.3.0
26372026-07-30T03:56:28.235Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382026-07-30T03:56:28.332Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26392026-07-30T03:56:28.332Z Compiling rand v0.10.2
26402026-07-30T03:56:28.388Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26412026-07-30T03:56:28.522Z Compiling hubpack v0.1.2
26422026-07-30T03:56:28.654Z Compiling nix v0.31.3
26432026-07-30T03:56:28.779Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26442026-07-30T03:56:29.012Z Compiling atomicwrites v0.4.4
26452026-07-30T03:56:29.178Z Compiling hickory-proto v0.24.4
26462026-07-30T03:56:29.311Z Compiling toml_edit v0.22.27
26472026-07-30T03:56:29.617Z Compiling crossbeam-deque v0.8.6
26482026-07-30T03:56:29.844Z Compiling console v0.15.11
26492026-07-30T03:56:30.033Z Compiling itertools v0.12.1
26502026-07-30T03:56:31.216Z Compiling camino-tempfile v1.4.1
26512026-07-30T03:56:31.300Z Compiling serde-big-array v0.5.1
26522026-07-30T03:56:31.479Z Compiling lazy_static v1.5.0
26532026-07-30T03:56:31.501Z Compiling siphasher v1.0.3
26542026-07-30T03:56:31.591Z Compiling similar v2.7.0
26552026-07-30T03:56:31.688Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26562026-07-30T03:56:31.719Z Compiling phf_shared v0.12.1
26572026-07-30T03:56:31.946Z Compiling pin-project v1.1.13
26582026-07-30T03:56:32.058Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26592026-07-30T03:56:32.501Z Compiling expectorate v1.2.0
26602026-07-30T03:56:32.716Z Compiling hickory-resolver v0.24.4
26612026-07-30T03:56:32.915Z Compiling toml v0.8.23
26622026-07-30T03:56:34.310Z Compiling prettyplease v0.2.37
26632026-07-30T03:56:35.832Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26642026-07-30T03:56:35.926Z Compiling rayon-core v1.13.0
26652026-07-30T03:56:37.633Z Compiling num_enum v0.5.11
26662026-07-30T03:56:37.662Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26672026-07-30T03:56:37.763Z Compiling progenitor-impl v0.14.0
26682026-07-30T03:56:37.869Z Compiling progenitor-impl v0.13.0
26692026-07-30T03:56:38.493Z Compiling unicode-normalization v0.1.25
26702026-07-30T03:56:39.084Z Compiling progenitor-client v0.13.0
26712026-07-30T03:56:39.617Z Compiling tokio-stream v0.1.18
26722026-07-30T03:56:40.212Z Compiling bstr v1.12.1
26732026-07-30T03:56:40.922Z Compiling csv-core v0.1.13
26742026-07-30T03:56:41.332Z Compiling unicode-width v0.1.14
26752026-07-30T03:56:41.389Z Compiling konst_macro_rules v0.2.19
26762026-07-30T03:56:41.594Z Compiling highway v1.3.0
26772026-07-30T03:56:41.644Z Compiling foldhash v0.1.5
26782026-07-30T03:56:41.881Z Compiling same-file v1.0.6
26792026-07-30T03:56:41.885Z Compiling foreign-types-shared v0.1.1
26802026-07-30T03:56:41.974Z Compiling walkdir v2.5.0
26812026-07-30T03:56:42.012Z Compiling foreign-types v0.3.2
26822026-07-30T03:56:42.095Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26832026-07-30T03:56:42.283Z Compiling hashbrown v0.15.5
26842026-07-30T03:56:42.779Z Compiling konst v0.2.20
26852026-07-30T03:56:42.948Z Compiling csv v1.4.0
26862026-07-30T03:56:43.168Z Compiling globset v0.4.18
26872026-07-30T03:56:43.924Z Compiling snafu v0.8.9
26882026-07-30T03:56:44.513Z Compiling qorb v0.4.1
26892026-07-30T03:56:45.759Z Compiling progenitor v0.13.0
26902026-07-30T03:56:45.905Z Compiling progenitor v0.14.0
26912026-07-30T03:56:46.049Z Compiling olpc-cjson v0.1.4
26922026-07-30T03:56:46.269Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26932026-07-30T03:56:46.313Z Compiling rayon v1.12.0
26942026-07-30T03:56:46.438Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-07-30T03:56:46.888Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26962026-07-30T03:56:48.525Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26972026-07-30T03:56:49.169Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26982026-07-30T03:56:51.420Z Compiling phf v0.12.1
26992026-07-30T03:56:51.605Z Compiling openssl-sys v0.9.116
27002026-07-30T03:56:52.050Z Compiling tokio-dtrace v0.1.1
27012026-07-30T03:56:52.446Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27022026-07-30T03:56:52.876Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27032026-07-30T03:56:53.100Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27042026-07-30T03:56:54.087Z Compiling libsw-core v0.3.2
27052026-07-30T03:56:54.271Z Compiling pem v3.0.6
27062026-07-30T03:56:54.327Z Compiling serde_plain v1.0.2
27072026-07-30T03:56:54.615Z Compiling sigpipe v0.1.3
27082026-07-30T03:56:54.665Z Compiling jiff v0.2.28
27092026-07-30T03:56:54.714Z Compiling fixedbitset v0.4.2
27102026-07-30T03:56:54.981Z Compiling bytecount v0.6.9
27112026-07-30T03:56:55.094Z Compiling fixedbitset v0.5.7
27122026-07-30T03:56:55.188Z Compiling minimal-lexical v0.2.1
27132026-07-30T03:56:55.525Z Compiling typed-path v0.9.3
27142026-07-30T03:56:55.621Z Compiling glob v0.3.3
27152026-07-30T03:56:56.142Z Compiling nom v7.1.3
27162026-07-30T03:56:56.479Z Compiling petgraph v0.8.3
27172026-07-30T03:56:56.610Z Compiling tough v0.22.0
27182026-07-30T03:56:56.641Z Compiling papergrid v0.11.0
27192026-07-30T03:56:57.548Z Compiling petgraph v0.6.5
27202026-07-30T03:56:58.310Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27212026-07-30T03:56:58.489Z Compiling openssl v0.10.80
27222026-07-30T03:56:58.959Z Compiling libsw v3.5.0
27232026-07-30T03:56:59.151Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27242026-07-30T03:56:59.374Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27252026-07-30T03:56:59.609Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27262026-07-30T03:56:59.914Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-07-30T03:57:00.758Z Compiling zone v0.3.1
27282026-07-30T03:57:02.028Z Compiling oxide-tokio-rt v0.1.6
27292026-07-30T03:57:02.584Z Compiling chrono-tz v0.10.4
27302026-07-30T03:57:02.667Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27312026-07-30T03:57:03.253Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27322026-07-30T03:57:03.496Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27332026-07-30T03:57:03.669Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27342026-07-30T03:57:04.168Z Compiling newtype_derive v0.1.6
27352026-07-30T03:57:04.254Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-07-30T03:57:04.337Z Compiling const_format v0.2.36
27372026-07-30T03:57:04.858Z Compiling slog-dtrace v0.3.0
27382026-07-30T03:57:05.608Z Compiling owo-colors v4.3.0
27392026-07-30T03:57:05.620Z Compiling cancel-safe-futures v0.1.5
27402026-07-30T03:57:05.987Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27412026-07-30T03:57:06.550Z Compiling gethostname v0.5.0
27422026-07-30T03:57:06.688Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27432026-07-30T03:57:06.742Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-07-30T03:57:06.875Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27452026-07-30T03:57:06.961Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-07-30T03:57:06.997Z Compiling smf v0.2.3
27472026-07-30T03:57:07.436Z Compiling bcs v0.1.6
27482026-07-30T03:57:07.521Z Compiling tagptr v0.2.0
27492026-07-30T03:57:07.688Z Compiling linear-map v1.2.0
27502026-07-30T03:57:07.828Z Compiling unicode-linebreak v0.1.5
27512026-07-30T03:57:07.939Z Compiling termtree v0.5.1
27522026-07-30T03:57:08.082Z Compiling smawk v0.3.2
27532026-07-30T03:57:08.100Z Compiling whoami v1.6.1
27542026-07-30T03:57:08.193Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-07-30T03:57:08.247Z Compiling textwrap v0.16.2
27562026-07-30T03:57:08.259Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-07-30T03:57:08.581Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-07-30T03:57:09.896Z Compiling moka v0.12.15
27592026-07-30T03:57:09.984Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-07-30T03:57:10.182Z Compiling tabled v0.15.0
27612026-07-30T03:57:11.150Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-07-30T03:57:11.454Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-07-30T03:57:11.670Z Compiling steno v0.4.1
27642026-07-30T03:57:12.174Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-07-30T03:57:12.192Z Compiling cookie v0.18.1
27662026-07-30T03:57:13.251Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-07-30T03:57:17.409Z Compiling hickory-proto v0.25.2
27682026-07-30T03:57:17.726Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27692026-07-30T03:57:18.932Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27702026-07-30T03:57:19.551Z Compiling arc-swap v1.9.1
27712026-07-30T03:57:19.949Z Compiling hickory-resolver v0.25.2
27722026-07-30T03:57:20.869Z Compiling slog-scope v4.4.1
27732026-07-30T03:57:21.337Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-07-30T03:57:21.505Z Compiling libscf-sys v1.2.0
27752026-07-30T03:57:21.655Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-07-30T03:57:21.667Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27772026-07-30T03:57:22.282Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27782026-07-30T03:57:22.370Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27792026-07-30T03:57:23.014Z Compiling slog-stdlog v4.1.1
27802026-07-30T03:57:23.449Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27812026-07-30T03:57:23.569Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27822026-07-30T03:57:24.016Z Compiling slog-envlogger v2.2.0
27832026-07-30T03:57:25.333Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27842026-07-30T03:57:25.608Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27852026-07-30T03:57:26.321Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27862026-07-30T03:57:33.796Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27872026-07-30T03:57:36.454Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27882026-07-30T03:57:37.892Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27892026-07-30T03:57:46.528Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27902026-07-30T03:57:50.329Z Finished `release` profile [optimized] target(s) in 2m 26s
27912026-07-30T03:57:50.444Z Running unittests src/lib.rs (target/release/deps/mg_tests-d17eb81c26af543a)
27922026-07-30T03:57:50.447Z
27932026-07-30T03:57:50.447Zrunning 1 test
27942026-07-30T03:57:50.585Zconfigure zone
27952026-07-30T03:57:50.602Zinstall zone
27962026-07-30T03:58:00.307Zboot zone
27972026-07-30T03:58:00.391Zstart zone s1
27982026-07-30T03:58:00.394Zconfigure zone
27992026-07-30T03:58:00.399Zinstall zone
28002026-07-30T03:58:02.498Zboot zone
28012026-07-30T03:58:02.503Zstart zone s2
28022026-07-30T03:58:02.503Zconfigure zone
28032026-07-30T03:58:02.503Zinstall zone
28042026-07-30T03:58:04.817Zboot zone
28052026-07-30T03:58:04.909Zstart zone s3
28062026-07-30T03:58:04.909Zconfigure zone
28072026-07-30T03:58:04.921Zinstall zone
28082026-07-30T03:58:07.620Zboot zone
28092026-07-30T03:58:07.723Zstart zone t1
28102026-07-30T03:58:07.723Zconfigure zone
28112026-07-30T03:58:07.732Zinstall zone
28122026-07-30T03:58:10.421Zboot zone
28132026-07-30T03:58:10.529Zwaiting for zones to come up
28142026-07-30T03:58:20.530Z[sidecar.quartet] svcs milestone/network
28152026-07-30T03:58:20.555ZSTATE STIME FMRI
28162026-07-30T03:58:20.555Zonline 3:58:00 svc:/milestone/network:default
28172026-07-30T03:58:20.555Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28182026-07-30T03:58:20.581Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28192026-07-30T03:58:20.608Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28202026-07-30T03:58:20.628Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28212026-07-30T03:58:20.631Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28222026-07-30T03:58:20.644Z
28232026-07-30T03:58:20.644Zrunning zone s1.quartet setup
28242026-07-30T03:58:20.644Z[s1.quartet] svcs milestone/network
28252026-07-30T03:58:20.660ZSTATE STIME FMRI
28262026-07-30T03:58:20.660Zonline 3:58:02 svc:/milestone/network:default
28272026-07-30T03:58:20.660Z[s1.quartet] dladm
28282026-07-30T03:58:20.673ZLINK CLASS MTU STATE BRIDGE OVER
28292026-07-30T03:58:20.673Zsl0 simnet 9000 up -- ?
28302026-07-30T03:58:20.673Zmgs1 vnic 9000 up -- ?
28312026-07-30T03:58:20.673Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28322026-07-30T03:58:21.168Z
28332026-07-30T03:58:21.168Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28342026-07-30T03:58:21.182Z
28352026-07-30T03:58:21.182Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28362026-07-30T03:58:21.194Z
28372026-07-30T03:58:21.194Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28382026-07-30T03:58:21.285Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28392026-07-30T03:58:21.354Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7b22e753-43a8-4e01-86c9-eb3d57d241f1 --sled-uuid 220c336b-600d-474d-a59c-695434adf503 -a sl0/v6 &> /opt/ddmd.log &
28402026-07-30T03:58:21.368Z
28412026-07-30T03:58:21.368Zrunning zone s2.quartet setup
28422026-07-30T03:58:21.368Z[s2.quartet] svcs milestone/network
28432026-07-30T03:58:21.385ZSTATE STIME FMRI
28442026-07-30T03:58:21.385Zonline 3:58:04 svc:/milestone/network:default
28452026-07-30T03:58:21.385Z[s2.quartet] dladm
28462026-07-30T03:58:21.399ZLINK CLASS MTU STATE BRIDGE OVER
28472026-07-30T03:58:21.399Zsl1 simnet 9000 up -- ?
28482026-07-30T03:58:21.399Zmgs2 vnic 9000 up -- ?
28492026-07-30T03:58:21.399Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28502026-07-30T03:58:21.966Z
28512026-07-30T03:58:21.966Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28522026-07-30T03:58:21.981Z
28532026-07-30T03:58:21.981Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28542026-07-30T03:58:21.992Z
28552026-07-30T03:58:21.992Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28562026-07-30T03:58:22.027Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28572026-07-30T03:58:22.053Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a5c22b5c-5cf1-43fd-b41e-29a478e100ef --sled-uuid 52bf7ce0-1cf0-4878-b680-4898bf627db4 -a sl1/v6 &> /opt/ddmd.log &
28582026-07-30T03:58:22.065Z
28592026-07-30T03:58:22.065Zrunning zone s3.quartet setup
28602026-07-30T03:58:22.065Z[s3.quartet] svcs milestone/network
28612026-07-30T03:58:22.080ZSTATE STIME FMRI
28622026-07-30T03:58:22.080Zonline 3:58:07 svc:/milestone/network:default
28632026-07-30T03:58:22.081Z[s3.quartet] dladm
28642026-07-30T03:58:22.094ZLINK CLASS MTU STATE BRIDGE OVER
28652026-07-30T03:58:22.094Zsl2 simnet 9000 up -- ?
28662026-07-30T03:58:22.094Zmgs3 vnic 9000 up -- ?
28672026-07-30T03:58:22.094Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28682026-07-30T03:58:22.560Z
28692026-07-30T03:58:22.560Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28702026-07-30T03:58:22.575Z
28712026-07-30T03:58:22.575Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28722026-07-30T03:58:22.587Z
28732026-07-30T03:58:22.587Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28742026-07-30T03:58:22.622Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28752026-07-30T03:58:22.652Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e9e8f744-f301-4edc-bb32-f9f62824fdca --sled-uuid 7e37df84-cf2e-4c61-8907-a4edffc928f5 -a sl2/v6 &> /opt/ddmd.log &
28762026-07-30T03:58:22.663Z
28772026-07-30T03:58:22.663Zrunning zone t1.quartet setup
28782026-07-30T03:58:22.663Z[t1.quartet] svcs milestone/network
28792026-07-30T03:58:22.677ZSTATE STIME FMRI
28802026-07-30T03:58:22.678Zonline 3:58:10 svc:/milestone/network:default
28812026-07-30T03:58:22.678Z[t1.quartet] dladm
28822026-07-30T03:58:22.692ZLINK CLASS MTU STATE BRIDGE OVER
28832026-07-30T03:58:22.692Ztfportrear0_0 simnet 9000 up -- ?
28842026-07-30T03:58:22.692Ztfportrear1_0 simnet 9000 up -- ?
28852026-07-30T03:58:22.692Ztfportrear2_0 simnet 9000 up -- ?
28862026-07-30T03:58:22.692Zmgt1 vnic 9000 up -- ?
28872026-07-30T03:58:22.692Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28882026-07-30T03:58:23.261Z
28892026-07-30T03:58:23.261Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28902026-07-30T03:58:23.276Z
28912026-07-30T03:58:23.276Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28922026-07-30T03:58:23.289Z
28932026-07-30T03:58:23.289Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28942026-07-30T03:58:23.302Z
28952026-07-30T03:58:23.302Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28962026-07-30T03:58:23.314Z
28972026-07-30T03:58:23.314Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28982026-07-30T03:58:23.638Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28992026-07-30T03:58:23.643Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29002026-07-30T03:58:23.645Zwaiting 3s for copy of files to zone to complete ...
29012026-07-30T03:58:26.643Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29022026-07-30T03:58:26.774Z
29032026-07-30T03:58:26.774Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29042026-07-30T03:58:26.882Z
29052026-07-30T03:58:26.882Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29062026-07-30T03:58:26.919Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29072026-07-30T03:58:26.948Z[t1.quartet] svcadm disable dendrite
29082026-07-30T03:58:26.973Z
29092026-07-30T03:58:26.973Z[t1.quartet] svcadm disable tfport
29102026-07-30T03:58:26.996Z
29112026-07-30T03:58:26.996Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29122026-07-30T03:58:27.022Z
29132026-07-30T03:58:27.022Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29142026-07-30T03:58:27.047Z
29152026-07-30T03:58:27.047Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29162026-07-30T03:58:27.072Z
29172026-07-30T03:58:27.072Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29182026-07-30T03:58:27.098Z
29192026-07-30T03:58:27.098Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29202026-07-30T03:58:27.121Z
29212026-07-30T03:58:27.121Z[t1.quartet] svcadm refresh dendrite:default
29222026-07-30T03:58:27.142Z
29232026-07-30T03:58:27.142Z[t1.quartet] svcadm enable dendrite:default
29242026-07-30T03:58:27.165Z
29252026-07-30T03:58:27.165Zwait 10s for dendrite to come up ...
29262026-07-30T03:58:37.166Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29272026-07-30T03:58:37.194Z
29282026-07-30T03:58:37.194Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29292026-07-30T03:58:37.218Z
29302026-07-30T03:58:37.218Z[t1.quartet] svcadm refresh tfport:default
29312026-07-30T03:58:37.238Z
29322026-07-30T03:58:37.239Z[t1.quartet] svcadm enable tfport
29332026-07-30T03:58:37.259Z
29342026-07-30T03:58:37.262Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a8b14739-4383-4a70-800d-3cadadf0e9d4 --sled-uuid 161e3b99-0028-453f-b748-6b195fca121f -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29352026-07-30T03:58:37.271Z
29362026-07-30T03:58:37.271Z[t1.quartet] ipadm
29372026-07-30T03:58:37.285ZADDROBJ TYPE STATE ADDR
29382026-07-30T03:58:37.285Zlo0/v4 static ok 127.0.0.1/8
29392026-07-30T03:58:37.285Zmgt1/v4 static ok 10.0.0.4/24
29402026-07-30T03:58:37.285Zlo0/v6 static ok ::1/128
29412026-07-30T03:58:37.285Zlo0/u6 static ok fd00:4::1/64
29422026-07-30T03:58:37.285Ztfportrear0_0/v6 addrconf ok fe80::304c:60ff:feaf:a775%tfportrear0_0/10
29432026-07-30T03:58:37.285Ztfportrear1_0/v6 addrconf ok fe80::5c61:e1ff:fe91:955a%tfportrear1_0/10
29442026-07-30T03:58:37.285Ztfportrear2_0/v6 addrconf ok fe80::f438:23ff:fe02:abd7%tfportrear2_0/10
29452026-07-30T03:58:39.398Zinitial peering test passed
29462026-07-30T03:58:40.400Z[s3.quartet] ping fd00:1::1
29472026-07-30T03:58:40.415Zfd00:1::1 is alive
29482026-07-30T03:58:50.459Ztest ddm::test_quartet has been running for over 60 seconds
29492026-07-30T03:58:51.419Z[s3.quartet] ping fd00:1::1
29502026-07-30T03:58:51.433Zfd00:1::1 is alive
29512026-07-30T03:58:51.436Z[t1.quartet] pkill ddmd
29522026-07-30T03:58:51.445Z
29532026-07-30T03:58:51.446Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29542026-07-30T03:58:51.448Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29552026-07-30T03:58:53.332Z[s3.quartet] pkill ddmd
29562026-07-30T03:58:53.345Z
29572026-07-30T03:58:53.346Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29582026-07-30T03:58:55.161Z[s2.quartet] pkill ddmd
29592026-07-30T03:58:55.174Z
29602026-07-30T03:58:55.174Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29612026-07-30T03:58:57.480Z[s1.quartet] pkill ddmd
29622026-07-30T03:58:57.493Z
29632026-07-30T03:58:57.493Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29642026-07-30T03:58:59.361Z[sidecar.quartet] pkill softnpu
29652026-07-30T03:58:59.374Z
29662026-07-30T03:58:59.374Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29672026-07-30T03:59:02.058Ztest ddm::test_quartet ... ok
29682026-07-30T03:59:02.058Z
29692026-07-30T03:59:02.058Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.60s
29702026-07-30T03:59:02.058Z
29712026-07-30T03:59:02.147Z+ cleanup
29722026-07-30T03:59:02.150Z++ id -un
29732026-07-30T03:59:02.154Z++ id -gn
29742026-07-30T03:59:02.157Z+ pfexec chown -R build:build .
29752026-07-30T03:59:02.388Zprocess exited: duration 664434 ms, exit code 0
 
29762026-07-30T03:59:02.403Zfound 6 output files
29772026-07-30T03:59:02.403Zuploading: /work/s1.quartet.log (4228 bytes)
29782026-07-30T03:59:03.413Zuploaded: /work/s1.quartet.log
29792026-07-30T03:59:03.414Zuploading: /work/s2.quartet.log (3994 bytes)
29802026-07-30T03:59:04.430Zuploaded: /work/s2.quartet.log
29812026-07-30T03:59:04.431Zuploading: /work/s3.quartet.log (4109 bytes)
29822026-07-30T03:59:05.440Zuploaded: /work/s3.quartet.log
29832026-07-30T03:59:05.440Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29842026-07-30T03:59:06.452Zuploaded: /work/sidecar.quartet-softnpu.log
29852026-07-30T03:59:06.452Zuploading: /work/t1.quartet-dpd.log (200137 bytes)
29862026-07-30T03:59:07.467Zuploaded: /work/t1.quartet-dpd.log
29872026-07-30T03:59:07.470Zuploading: /work/t1.quartet.log (17054 bytes)
29882026-07-30T03:59:08.478Zuploaded: /work/t1.quartet.log