01KV5738YNHWYYACTS4E49B1DY: 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: 01KV573RGTTHCKJDK6EP3XT8WN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T08:43:02.691Zjob assigned to worker 01KV574CJ0QN7PH0Y6H4YSKBY4 [factory aws, i-0e65f74bf06aa1de6] (queued for 1 m 1 s)
 
22026-06-15T08:43:09.576Zstarting task 0: "setup"
32026-06-15T08:43:09.583Z++ uname -s
42026-06-15T08:43:09.586Z+ kern=SunOS
52026-06-15T08:43:09.586Z+ build_user=build
62026-06-15T08:43:09.586Z+ build_uid=12345
72026-06-15T08:43:09.586Z+ work_dir=/work
82026-06-15T08:43:09.586Z+ input_dir=/input
92026-06-15T08:43:09.586Z+ [[ 0 == 12345 ]]
102026-06-15T08:43:09.586Z+ case "$kern" in
112026-06-15T08:43:09.586Z+ groupadd -g 12345 build
122026-06-15T08:43:09.589Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T08:43:11.595Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T08:43:11.686Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T08:43:11.689Z+ home_fs=zfs
162026-06-15T08:43:11.689Z+ [[ zfs == autofs ]]
172026-06-15T08:43:11.689Z+ mkdir -p /home/build
182026-06-15T08:43:11.689Z+ chown build:build /home/build /work
192026-06-15T08:43:13.690Z+ chmod 0700 /home/build /work
202026-06-15T08:43:13.693Zprocess exited: duration 4117 ms, exit code 0
 
212026-06-15T08:43:13.699Zstarting task 1: "rust-toolchain"
222026-06-15T08:43:13.702Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T08:43:13.702Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-15T08:43:13.702Z * rust toolchain channel = "stable"
252026-06-15T08:43:13.702Z * rust toolchain profile = "default"
262026-06-15T08:43:13.702Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T08:43:13.702Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T08:43:13.705Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T08:43:13.705Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T08:43:13.820Zinfo: downloading installer
312026-06-15T08:43:15.472Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T08:43:15.472Zwarn: /opt/ooce/bin
332026-06-15T08:43:15.472Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T08:43:15.472Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T08:43:15.472Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T08:43:15.472Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T08:43:15.472Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T08:43:15.472Zerror: cannot install while Rust is installed
392026-06-15T08:43:15.472Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T08:43:15.472Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T08:43:15.472Zwarn: /home/build/.rustup/settings.toml
422026-06-15T08:43:15.472Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T08:43:15.472Zwarn: instead of the one inferred from the default host triple.
442026-06-15T08:43:15.486Zinfo: profile set to default
452026-06-15T08:43:15.486Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T08:43:15.488Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T08:43:15.618Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T08:43:15.621Zinfo: downloading 6 components
492026-06-15T08:43:31.620Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T08:43:31.620Z
512026-06-15T08:43:31.639Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T08:43:31.639Z
532026-06-15T08:43:31.640Z
542026-06-15T08:43:31.640ZRust is installed now. Great!
552026-06-15T08:43:31.640Z
562026-06-15T08:43:31.643ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T08:43:31.643Zenvironment variable. This has not been done automatically.
582026-06-15T08:43:31.643Z
592026-06-15T08:43:31.643ZTo configure your current shell, you need to source
602026-06-15T08:43:31.643Zthe corresponding env file under $HOME/.cargo.
612026-06-15T08:43:31.643Z
622026-06-15T08:43:31.643ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T08:43:31.643Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T08:43:31.643Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T08:43:31.643Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T08:43:31.643Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T08:43:31.643Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T08:43:31.643Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T08:43:31.643Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T08:43:31.643Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T08:43:31.724Z+ rustup --version
722026-06-15T08:43:31.733Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T08:43:31.736Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T08:43:31.753Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T08:43:31.756Z+ cargo --version
762026-06-15T08:43:31.769Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T08:43:31.772Z+ rustc --version
782026-06-15T08:43:31.790Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T08:43:31.795Zprocess exited: duration 18092 ms, exit code 0
 
802026-06-15T08:43:31.800Zstarting task 2: "authentication"
812026-06-15T08:43:31.817Zprocess exited: duration 15 ms, exit code 0
 
822026-06-15T08:43:31.823Zstarting task 3: "clone repository"
832026-06-15T08:43:31.827Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T08:43:31.829Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T08:43:31.861ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T08:43:32.981Z+ cd /work/oxidecomputer/maghemite
872026-06-15T08:43:32.981Z+ git fetch origin 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
882026-06-15T08:43:33.245ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T08:43:33.246Z * branch 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb -> FETCH_HEAD
902026-06-15T08:43:33.250Z+ [[ -n renovate/lock-file-maintenance ]]
912026-06-15T08:43:33.253Z++ git branch --show-current
922026-06-15T08:43:33.253Z+ current=main
932026-06-15T08:43:33.253Z+ [[ main != renovate/lock-file-maintenance ]]
942026-06-15T08:43:33.253Z+ git branch -f renovate/lock-file-maintenance 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
952026-06-15T08:43:33.256Z+ git checkout -f renovate/lock-file-maintenance
962026-06-15T08:43:33.274ZSwitched to branch 'renovate/lock-file-maintenance'
972026-06-15T08:43:33.276Z+ git reset --hard 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
982026-06-15T08:43:33.279ZHEAD is now at 1a8c4fe Lock file maintenance
992026-06-15T08:43:33.282Zprocess exited: duration 1456 ms, exit code 0
 
1002026-06-15T08:43:33.287Zstarting task 4: "build"
1012026-06-15T08:43:33.293Z++ dladm
1022026-06-15T08:43:33.297ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-15T08:43:33.297Zena0 phys 9216 up -- --
1042026-06-15T08:43:33.300Z++ ipadm
1052026-06-15T08:43:33.300ZADDROBJ TYPE STATE ADDR
1062026-06-15T08:43:33.300Zlo0/v4 static ok 127.0.0.1/8
1072026-06-15T08:43:33.300Zena0/dhcp dhcp ok 10.150.1.238/24
1082026-06-15T08:43:33.300Zlo0/v6 static ok ::1/128
1092026-06-15T08:43:33.300Z++ banner collect
1102026-06-15T08:43:33.303Z
1112026-06-15T08:43:33.303Z #### #### # # ###### #### #####
1122026-06-15T08:43:33.303Z # # # # # # # # # #
1132026-06-15T08:43:33.303Z # # # # # ##### # #
1142026-06-15T08:43:33.303Z # # # # # # # #
1152026-06-15T08:43:33.303Z # # # # # # # # # #
1162026-06-15T08:43:33.303Z #### #### ###### ###### ###### #### #
1172026-06-15T08:43:33.303Z
1182026-06-15T08:43:33.303Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-15T08:43:33.303Z++ repo=softnpu
1202026-06-15T08:43:33.303Z++ series=image
1212026-06-15T08:43:33.303Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-15T08:43:33.303Z++ name=softnpu
1232026-06-15T08:43:33.303Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-15T08:43:33.303Z++ mkdir -p download
1252026-06-15T08:43:33.303Z++ pushd download
1262026-06-15T08:43:33.303Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-15T08:43:33.303Z++ [[ ! -f softnpu ]]
1282026-06-15T08:43:33.303Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-15T08:43:33.308Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-15T08:43:33.311Z Dload Upload Total Spent Left Speed
1312026-06-15T08:43:33.795Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 32.14M 0 0 100 15.63M 100 15.63M 0 0 32.14M 0 0 100 15.63M 100 15.63M 0 0 32.14M 0 0
1322026-06-15T08:43:33.800Z++ popd
1332026-06-15T08:43:33.803Z/work/oxidecomputer/maghemite
1342026-06-15T08:43:33.803Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-15T08:43:33.803Z++ repo=sidecar-lite
1362026-06-15T08:43:33.803Z++ series=release
1372026-06-15T08:43:33.803Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-15T08:43:33.803Z++ name=libsidecar_lite.so
1392026-06-15T08:43:33.803Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-15T08:43:33.803Z++ mkdir -p download
1412026-06-15T08:43:33.803Z++ pushd download
1422026-06-15T08:43:33.803Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-15T08:43:33.803Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-15T08:43:33.803Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-15T08:43:33.806Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-15T08:43:33.809Z Dload Upload Total Spent Left Speed
1472026-06-15T08:43:36.067Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 0 0 0 0 0 0 0 0 00:02 0 100 12.04M 100 12.04M 0 0 5.32M 0 00:02 00:02 5.32M 100 12.04M 100 12.04M 0 0 5.32M 0 00:02 00:02 5.32M 100 12.04M 100 12.04M 0 0 5.32M 0 00:02 00:02 5.32M
1482026-06-15T08:43:36.072Z++ popd
1492026-06-15T08:43:36.074Z/work/oxidecomputer/maghemite
1502026-06-15T08:43:36.074Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-15T08:43:36.074Z++ repo=sidecar-lite
1522026-06-15T08:43:36.074Z++ series=release
1532026-06-15T08:43:36.074Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-15T08:43:36.074Z++ name=scadm
1552026-06-15T08:43:36.075Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-15T08:43:36.075Z++ mkdir -p download
1572026-06-15T08:43:36.075Z++ pushd download
1582026-06-15T08:43:36.075Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-15T08:43:36.075Z++ [[ ! -f scadm ]]
1602026-06-15T08:43:36.075Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-15T08:43:36.080Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-15T08:43:36.084Z Dload Upload Total Spent Left Speed
1632026-06-15T08:43:36.527Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 35.32M 0 0 100 15.78M 100 15.78M 0 0 35.32M 0 0 100 15.78M 100 15.78M 0 0 35.32M 0 0
1642026-06-15T08:43:36.531Z++ popd
1652026-06-15T08:43:36.531Z/work/oxidecomputer/maghemite
1662026-06-15T08:43:36.531Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-15T08:43:36.531Z++ repo=dendrite
1682026-06-15T08:43:36.531Z++ series=image
1692026-06-15T08:43:36.531Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-15T08:43:36.531Z++ name=dendrite-softnpu.tar.gz
1712026-06-15T08:43:36.531Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-15T08:43:36.531Z++ mkdir -p download
1732026-06-15T08:43:36.531Z++ pushd download
1742026-06-15T08:43:36.531Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-15T08:43:36.531Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-15T08:43:36.531Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-15T08:43:36.534Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-15T08:43:36.534Z Dload Upload Total Spent Left Speed
1792026-06-15T08:43:37.589Z 0 0 0 0 0 0 0 0 0 97 71.59M 97 70.07M 0 0 70.10M 0 00:01 00:01 70.11M 100 71.59M 100 71.59M 0 0 68.12M 0 00:01 00:01 70.11M 100 71.59M 100 71.59M 0 0 68.12M 0 00:01 00:01 70.11M 100 71.59M 100 71.59M 0 0 68.12M 0 00:01 00:01 70.11M
1802026-06-15T08:43:37.599Z++ popd
1812026-06-15T08:43:37.599Z/work/oxidecomputer/maghemite
1822026-06-15T08:43:37.599Z++ get_artifact maghemite release 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb ddm
1832026-06-15T08:43:37.599Z++ repo=maghemite
1842026-06-15T08:43:37.599Z++ series=release
1852026-06-15T08:43:37.599Z++ commit=1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
1862026-06-15T08:43:37.599Z++ name=ddm
1872026-06-15T08:43:37.599Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-15T08:43:37.599Z++ mkdir -p download
1892026-06-15T08:43:37.599Z++ pushd download
1902026-06-15T08:43:37.600Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-15T08:43:37.600Z++ [[ ! -f ddm ]]
1922026-06-15T08:43:37.600Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1a8c4febd9caa778e648bdcacef35fc98c6d7bdb/ddm
1932026-06-15T08:43:37.600Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-15T08:43:37.600Z Dload Upload Total Spent Left Speed
1952026-06-15T08:43:37.684Z 0 0 0 0 0 0 0 0 0
1962026-06-15T08:43:37.689Zcurl: (22) The requested URL returned error: 404
1972026-06-15T08:43:37.689Z++ popd
1982026-06-15T08:43:37.689Z/work/oxidecomputer/maghemite
1992026-06-15T08:43:37.689Z++ get_artifact maghemite release 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb ddmadm
2002026-06-15T08:43:37.689Z++ repo=maghemite
2012026-06-15T08:43:37.689Z++ series=release
2022026-06-15T08:43:37.689Z++ commit=1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
2032026-06-15T08:43:37.689Z++ name=ddmadm
2042026-06-15T08:43:37.690Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-15T08:43:37.690Z++ mkdir -p download
2062026-06-15T08:43:37.690Z++ pushd download
2072026-06-15T08:43:37.690Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-15T08:43:37.690Z++ [[ ! -f ddmadm ]]
2092026-06-15T08:43:37.690Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1a8c4febd9caa778e648bdcacef35fc98c6d7bdb/ddmadm
2102026-06-15T08:43:37.700Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-15T08:43:37.700Z Dload Upload Total Spent Left Speed
2122026-06-15T08:43:37.759Z 0 0 0 0 0 0 0 0 0
2132026-06-15T08:43:37.759Zcurl: (22) The requested URL returned error: 404
2142026-06-15T08:43:37.769Z++ popd
2152026-06-15T08:43:37.769Z/work/oxidecomputer/maghemite
2162026-06-15T08:43:37.769Z++ pushd download
2172026-06-15T08:43:37.769Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-15T08:43:37.769Z++ chmod +x softnpu
2192026-06-15T08:43:37.770Z++ chmod +x scadm
2202026-06-15T08:43:37.770Z++ chmod +x ddmadm
2212026-06-15T08:43:37.770Zchmod: WARNING: can't access ddmadm
2222026-06-15T08:43:37.770Z++ chmod +x ddmd
2232026-06-15T08:43:37.770Zchmod: WARNING: can't access ddmd
2242026-06-15T08:43:37.770Z++ mv ddmadm ddmadm-v2
2252026-06-15T08:43:37.770Zmv: cannot access ddmadm
2262026-06-15T08:43:37.770Z++ mv ddmd ddmd-v2
2272026-06-15T08:43:37.770Zmv: cannot access ddmd
2282026-06-15T08:43:37.770Z++ rm -rf zones/dendrite
2292026-06-15T08:43:37.788Z++ mkdir -p zones/dendrite
2302026-06-15T08:43:37.788Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-15T08:43:38.765Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-15T08:43:38.768Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-15T08:43:38.771Z++ popd
2342026-06-15T08:43:38.771Z/work/oxidecomputer/maghemite
2352026-06-15T08:43:38.771Z++ banner install
2362026-06-15T08:43:38.771Z
2372026-06-15T08:43:38.771Z # # # #### ##### ## # #
2382026-06-15T08:43:38.771Z # ## # # # # # # #
2392026-06-15T08:43:38.771Z # # # # #### # # # # #
2402026-06-15T08:43:38.771Z # # # # # # ###### # #
2412026-06-15T08:43:38.771Z # # ## # # # # # # #
2422026-06-15T08:43:38.771Z # # # #### # # # ###### ######
2432026-06-15T08:43:38.771Z
2442026-06-15T08:43:38.771Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-15T08:43:38.771Z++ set +o errexit
2462026-06-15T08:43:38.771Z++ pkg info clang-15
2472026-06-15T08:43:38.774Z++ grep -qi installed
2482026-06-15T08:43:39.969Zpkg: info: no packages matching the following patterns you specified are
2492026-06-15T08:43:39.969Zinstalled on the system. Try querying remotely instead:
2502026-06-15T08:43:39.969Z
2512026-06-15T08:43:39.969Z clang-15
2522026-06-15T08:43:40.006Z++ [[ 1 != 0 ]]
2532026-06-15T08:43:40.006Z++ set -o errexit
2542026-06-15T08:43:40.009Z++ pfexec pkg install clang-15
2552026-06-15T08:43:46.788Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-15T08:43:54.483Z Startup: Caching catalogs ... Done
2572026-06-15T08:44:02.192ZPlanning: Solver setup ... Done
2582026-06-15T08:44:02.238ZPlanning: Running solver ... Done
2592026-06-15T08:44:02.376ZPlanning: Finding local manifests ... Done
2602026-06-15T08:44:02.401ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-15T08:44:02.501ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-15T08:44:02.530ZPlanning: Package planning ... Done
2632026-06-15T08:44:02.556ZPlanning: Merging actions ... Done
2642026-06-15T08:44:02.666ZPlanning: Checking for conflicting actions ... Done
2652026-06-15T08:44:02.673ZPlanning: Consolidating action changes ... Done
2662026-06-15T08:44:03.414ZPlanning: Evaluating mediators ... Done
2672026-06-15T08:44:03.420ZPlanning: Planning completed in 8.77 seconds
2682026-06-15T08:44:03.431Z Packages to install: 2
2692026-06-15T08:44:03.435Z Mediators to change: 2
2702026-06-15T08:44:03.435Z Services to change: 1
2712026-06-15T08:44:03.435Z Create boot environment: No
2722026-06-15T08:44:03.435ZCreate backup boot environment: No
2732026-06-15T08:44:03.486Z
2742026-06-15T08:44:03.486ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-15T08:44:08.487ZDownload: 814/3076 items 18.3/211.3MB 8% complete (3.8M/s)
2762026-06-15T08:44:14.895ZDownload: 983/3076 items 82.2/211.3MB 38% complete (11.1M/s)
2772026-06-15T08:44:19.897ZDownload: 1879/3076 items 115.7/211.3MB 54% complete (5.7M/s)
2782026-06-15T08:44:40.559ZDownload: 2005/3076 items 117.1/211.3MB 55% complete
2792026-06-15T08:44:46.653ZDownload: 3030/3076 items 201.6/211.3MB 95% complete (24.4M/s)
2802026-06-15T08:44:48.047ZDownload: Completed 211.31 MB in 44.56 seconds (4.7M/s)
2812026-06-15T08:44:48.296Z Actions: 1/3418 actions (Installing new actions)
2822026-06-15T08:44:51.435Z Actions: Completed 3418 actions in 3.14 seconds.
2832026-06-15T08:44:52.068Z Done
2842026-06-15T08:44:52.068Z Done
2852026-06-15T08:44:52.810Z Done
2862026-06-15T08:44:56.143Z Done
2872026-06-15T08:44:56.215Z Done
2882026-06-15T08:44:56.217Z Done
2892026-06-15T08:44:56.494Z Done
2902026-06-15T08:44:57.179Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2912026-06-15T08:44:57.179Z++ set +o errexit
2922026-06-15T08:44:57.182Z++ pkg info pkg-config
2932026-06-15T08:44:57.182Z++ grep -qi installed
2942026-06-15T08:44:57.406Z++ [[ 0 != 0 ]]
2952026-06-15T08:44:57.406Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-06-15T08:44:57.406Z++ set +o errexit
2972026-06-15T08:44:57.409Z++ pkg info brand/omicron1
2982026-06-15T08:44:57.409Z++ grep -qi installed
2992026-06-15T08:44:57.589Zpkg: info: no packages matching the following patterns you specified are
3002026-06-15T08:44:57.589Zinstalled on the system. Try querying remotely instead:
3012026-06-15T08:44:57.589Z
3022026-06-15T08:44:57.589Z brand/omicron1
3032026-06-15T08:44:57.624Z++ [[ 1 != 0 ]]
3042026-06-15T08:44:57.624Z++ set -o errexit
3052026-06-15T08:44:57.624Z++ pfexec pkg install brand/omicron1
3062026-06-15T08:44:58.033Z Startup: Refreshing catalog 'helios-dev' ... Done
3072026-06-15T08:45:05.737ZPlanning: Solver setup ... Done
3082026-06-15T08:45:05.783ZPlanning: Running solver ... Done
3092026-06-15T08:45:05.924ZPlanning: Finding local manifests ... Done
3102026-06-15T08:45:05.927ZPlanning: Fetching manifests: 0/2 0% complete
3112026-06-15T08:45:06.045ZPlanning: Fetching manifests: 2/2 100% complete
3122026-06-15T08:45:06.058ZPlanning: Package planning ... Done
3132026-06-15T08:45:06.061ZPlanning: Merging actions ... Done
3142026-06-15T08:45:06.210ZPlanning: Checking for conflicting actions ... Done
3152026-06-15T08:45:06.215ZPlanning: Consolidating action changes ... Done
3162026-06-15T08:45:06.384ZPlanning: Evaluating mediators ... Done
3172026-06-15T08:45:06.387ZPlanning: Planning completed in 8.35 seconds
3182026-06-15T08:45:06.392Z Packages to install: 2
3192026-06-15T08:45:06.392Z Create boot environment: No
3202026-06-15T08:45:06.395ZCreate backup boot environment: No
3212026-06-15T08:45:06.437Z
3222026-06-15T08:45:06.437ZDownload: 0/5 items 0.0/1.1MB 0% complete
3232026-06-15T08:45:06.460ZDownload: Completed 1.07 MB in 0.02 seconds (48.4M/s)
3242026-06-15T08:45:06.555Z Actions: 1/28 actions (Installing new actions)
3252026-06-15T08:45:06.568Z Actions: Completed 28 actions in 0.01 seconds.
3262026-06-15T08:45:07.070Z Done
3272026-06-15T08:45:07.070Z Done
3282026-06-15T08:45:07.719Z Done
3292026-06-15T08:45:10.536Z Done
3302026-06-15T08:45:10.606Z Done
3312026-06-15T08:45:10.609Z Done
3322026-06-15T08:45:10.759Z Done
3332026-06-15T08:45:10.891Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3342026-06-15T08:45:10.891Z++ set +o errexit
3352026-06-15T08:45:10.894Z++ pkg info brand/omicron1/tools
3362026-06-15T08:45:10.894Z++ grep -qi installed
3372026-06-15T08:45:11.075Zpkg: info: no packages matching the following patterns you specified are
3382026-06-15T08:45:11.075Zinstalled on the system. Try querying remotely instead:
3392026-06-15T08:45:11.075Z
3402026-06-15T08:45:11.075Z brand/omicron1/tools
3412026-06-15T08:45:11.109Z++ [[ 1 != 0 ]]
3422026-06-15T08:45:11.109Z++ set -o errexit
3432026-06-15T08:45:11.109Z++ pfexec pkg install brand/omicron1/tools
3442026-06-15T08:45:11.496Z Startup: Refreshing catalog 'helios-dev' ... Done
3452026-06-15T08:45:19.220ZPlanning: Solver setup ... Done
3462026-06-15T08:45:19.265ZPlanning: Running solver ... Done
3472026-06-15T08:45:19.407ZPlanning: Finding local manifests ... Done
3482026-06-15T08:45:19.409ZPlanning: Fetching manifests: 0/1 0% complete
3492026-06-15T08:45:19.522ZPlanning: Fetching manifests: 1/1 100% complete
3502026-06-15T08:45:19.534ZPlanning: Package planning ... Done
3512026-06-15T08:45:19.537ZPlanning: Merging actions ... Done
3522026-06-15T08:45:19.675ZPlanning: Checking for conflicting actions ... Done
3532026-06-15T08:45:19.678ZPlanning: Consolidating action changes ... Done
3542026-06-15T08:45:19.847ZPlanning: Evaluating mediators ... Done
3552026-06-15T08:45:19.851ZPlanning: Planning completed in 8.35 seconds
3562026-06-15T08:45:19.855Z Packages to install: 1
3572026-06-15T08:45:19.855Z Services to change: 1
3582026-06-15T08:45:19.855Z Create boot environment: No
3592026-06-15T08:45:19.855ZCreate backup boot environment: No
3602026-06-15T08:45:19.898Z
3612026-06-15T08:45:19.898ZDownload: 0/2 items 0.0/1.2MB 0% complete
3622026-06-15T08:45:19.924ZDownload: Completed 1.19 MB in 0.03 seconds (46.0M/s)
3632026-06-15T08:45:20.003Z Actions: 1/19 actions (Installing new actions)
3642026-06-15T08:45:20.017Z Actions: Completed 19 actions in 0.01 seconds.
3652026-06-15T08:45:21.520Z Done
3662026-06-15T08:45:21.520Z Done
3672026-06-15T08:45:21.523Z Done
3682026-06-15T08:45:24.031Z Done
3692026-06-15T08:45:24.105Z Done
3702026-06-15T08:45:24.108Z Done
3712026-06-15T08:45:24.257Z Done
3722026-06-15T08:45:24.396Z++ pfexec svcadm enable baseline
3732026-06-15T08:45:24.411Z++ retry=0
3742026-06-15T08:45:24.415Z+++ svcs -Hostate baseline
3752026-06-15T08:45:24.426Z++ [[ offline* != online ]]
3762026-06-15T08:45:24.426Z++ [[ 0 -gt 300 ]]
3772026-06-15T08:45:24.429Z++ sleep 1
3782026-06-15T08:45:25.429Z++ retry=1
3792026-06-15T08:45:25.431Z+++ svcs -Hostate baseline
3802026-06-15T08:45:25.442Z++ [[ offline* != online ]]
3812026-06-15T08:45:25.442Z++ [[ 1 -gt 300 ]]
3822026-06-15T08:45:25.442Z++ sleep 1
3832026-06-15T08:45:26.443Z++ retry=2
3842026-06-15T08:45:26.446Z+++ svcs -Hostate baseline
3852026-06-15T08:45:26.457Z++ [[ offline* != online ]]
3862026-06-15T08:45:26.457Z++ [[ 2 -gt 300 ]]
3872026-06-15T08:45:26.457Z++ sleep 1
3882026-06-15T08:45:27.458Z++ retry=3
3892026-06-15T08:45:27.461Z+++ svcs -Hostate baseline
3902026-06-15T08:45:27.473Z++ [[ offline* != online ]]
3912026-06-15T08:45:27.473Z++ [[ 3 -gt 300 ]]
3922026-06-15T08:45:27.473Z++ sleep 1
3932026-06-15T08:45:28.475Z++ retry=4
3942026-06-15T08:45:28.478Z+++ svcs -Hostate baseline
3952026-06-15T08:45:28.489Z++ [[ offline* != online ]]
3962026-06-15T08:45:28.489Z++ [[ 4 -gt 300 ]]
3972026-06-15T08:45:28.489Z++ sleep 1
3982026-06-15T08:45:29.493Z++ retry=5
3992026-06-15T08:45:29.496Z+++ svcs -Hostate baseline
4002026-06-15T08:45:29.506Z++ [[ offline* != online ]]
4012026-06-15T08:45:29.506Z++ [[ 5 -gt 300 ]]
4022026-06-15T08:45:29.506Z++ sleep 1
4032026-06-15T08:45:30.508Z++ retry=6
4042026-06-15T08:45:30.511Z+++ svcs -Hostate baseline
4052026-06-15T08:45:30.522Z++ [[ offline* != online ]]
4062026-06-15T08:45:30.525Z++ [[ 6 -gt 300 ]]
4072026-06-15T08:45:30.525Z++ sleep 1
4082026-06-15T08:45:31.524Z++ retry=7
4092026-06-15T08:45:31.527Z+++ svcs -Hostate baseline
4102026-06-15T08:45:31.538Z++ [[ offline* != online ]]
4112026-06-15T08:45:31.538Z++ [[ 7 -gt 300 ]]
4122026-06-15T08:45:31.538Z++ sleep 1
4132026-06-15T08:45:32.540Z++ retry=8
4142026-06-15T08:45:32.543Z+++ svcs -Hostate baseline
4152026-06-15T08:45:32.555Z++ [[ offline* != online ]]
4162026-06-15T08:45:32.555Z++ [[ 8 -gt 300 ]]
4172026-06-15T08:45:32.555Z++ sleep 1
4182026-06-15T08:45:33.557Z++ retry=9
4192026-06-15T08:45:33.559Z+++ svcs -Hostate baseline
4202026-06-15T08:45:33.572Z++ [[ offline* != online ]]
4212026-06-15T08:45:33.572Z++ [[ 9 -gt 300 ]]
4222026-06-15T08:45:33.572Z++ sleep 1
4232026-06-15T08:45:34.576Z++ retry=10
4242026-06-15T08:45:34.580Z+++ svcs -Hostate baseline
4252026-06-15T08:45:34.588Z++ [[ offline* != online ]]
4262026-06-15T08:45:34.588Z++ [[ 10 -gt 300 ]]
4272026-06-15T08:45:34.593Z++ sleep 1
4282026-06-15T08:45:35.590Z++ retry=11
4292026-06-15T08:45:35.593Z+++ svcs -Hostate baseline
4302026-06-15T08:45:35.605Z++ [[ offline* != online ]]
4312026-06-15T08:45:35.605Z++ [[ 11 -gt 300 ]]
4322026-06-15T08:45:35.605Z++ sleep 1
4332026-06-15T08:45:36.606Z++ retry=12
4342026-06-15T08:45:36.609Z+++ svcs -Hostate baseline
4352026-06-15T08:45:36.621Z++ [[ offline* != online ]]
4362026-06-15T08:45:36.621Z++ [[ 12 -gt 300 ]]
4372026-06-15T08:45:36.621Z++ sleep 1
4382026-06-15T08:45:37.623Z++ retry=13
4392026-06-15T08:45:37.626Z+++ svcs -Hostate baseline
4402026-06-15T08:45:37.638Z++ [[ offline* != online ]]
4412026-06-15T08:45:37.638Z++ [[ 13 -gt 300 ]]
4422026-06-15T08:45:37.638Z++ sleep 1
4432026-06-15T08:45:38.639Z++ retry=14
4442026-06-15T08:45:38.642Z+++ svcs -Hostate baseline
4452026-06-15T08:45:38.654Z++ [[ offline* != online ]]
4462026-06-15T08:45:38.654Z++ [[ 14 -gt 300 ]]
4472026-06-15T08:45:38.654Z++ sleep 1
4482026-06-15T08:45:39.656Z++ retry=15
4492026-06-15T08:45:39.658Z+++ svcs -Hostate baseline
4502026-06-15T08:45:39.671Z++ [[ offline* != online ]]
4512026-06-15T08:45:39.671Z++ [[ 15 -gt 300 ]]
4522026-06-15T08:45:39.671Z++ sleep 1
4532026-06-15T08:45:40.673Z++ retry=16
4542026-06-15T08:45:40.676Z+++ svcs -Hostate baseline
4552026-06-15T08:45:40.686Z++ [[ offline* != online ]]
4562026-06-15T08:45:40.686Z++ [[ 16 -gt 300 ]]
4572026-06-15T08:45:40.689Z++ sleep 1
4582026-06-15T08:45:41.688Z++ retry=17
4592026-06-15T08:45:41.691Z+++ svcs -Hostate baseline
4602026-06-15T08:45:41.702Z++ [[ offline* != online ]]
4612026-06-15T08:45:41.702Z++ [[ 17 -gt 300 ]]
4622026-06-15T08:45:41.702Z++ sleep 1
4632026-06-15T08:45:42.704Z++ retry=18
4642026-06-15T08:45:42.707Z+++ svcs -Hostate baseline
4652026-06-15T08:45:42.719Z++ [[ offline* != online ]]
4662026-06-15T08:45:42.719Z++ [[ 18 -gt 300 ]]
4672026-06-15T08:45:42.719Z++ sleep 1
4682026-06-15T08:45:43.721Z++ retry=19
4692026-06-15T08:45:43.724Z+++ svcs -Hostate baseline
4702026-06-15T08:45:43.735Z++ [[ offline* != online ]]
4712026-06-15T08:45:43.735Z++ [[ 19 -gt 300 ]]
4722026-06-15T08:45:43.735Z++ sleep 1
4732026-06-15T08:45:44.737Z++ retry=20
4742026-06-15T08:45:44.740Z+++ svcs -Hostate baseline
4752026-06-15T08:45:44.752Z++ [[ offline* != online ]]
4762026-06-15T08:45:44.752Z++ [[ 20 -gt 300 ]]
4772026-06-15T08:45:44.752Z++ sleep 1
4782026-06-15T08:45:45.754Z++ retry=21
4792026-06-15T08:45:45.757Z+++ svcs -Hostate baseline
4802026-06-15T08:45:45.768Z++ [[ offline* != online ]]
4812026-06-15T08:45:45.768Z++ [[ 21 -gt 300 ]]
4822026-06-15T08:45:45.768Z++ sleep 1
4832026-06-15T08:45:46.770Z++ retry=22
4842026-06-15T08:45:46.773Z+++ svcs -Hostate baseline
4852026-06-15T08:45:46.784Z++ [[ offline* != online ]]
4862026-06-15T08:45:46.784Z++ [[ 22 -gt 300 ]]
4872026-06-15T08:45:46.785Z++ sleep 1
4882026-06-15T08:45:47.787Z++ retry=23
4892026-06-15T08:45:47.790Z+++ svcs -Hostate baseline
4902026-06-15T08:45:47.801Z++ [[ offline* != online ]]
4912026-06-15T08:45:47.801Z++ [[ 23 -gt 300 ]]
4922026-06-15T08:45:47.801Z++ sleep 1
4932026-06-15T08:45:48.803Z++ retry=24
4942026-06-15T08:45:48.806Z+++ svcs -Hostate baseline
4952026-06-15T08:45:48.818Z++ [[ offline* != online ]]
4962026-06-15T08:45:48.818Z++ [[ 24 -gt 300 ]]
4972026-06-15T08:45:48.818Z++ sleep 1
4982026-06-15T08:45:49.819Z++ retry=25
4992026-06-15T08:45:49.822Z+++ svcs -Hostate baseline
5002026-06-15T08:45:49.833Z++ [[ offline* != online ]]
5012026-06-15T08:45:49.833Z++ [[ 25 -gt 300 ]]
5022026-06-15T08:45:49.833Z++ sleep 1
5032026-06-15T08:45:50.835Z++ retry=26
5042026-06-15T08:45:50.838Z+++ svcs -Hostate baseline
5052026-06-15T08:45:50.849Z++ [[ offline* != online ]]
5062026-06-15T08:45:50.849Z++ [[ 26 -gt 300 ]]
5072026-06-15T08:45:50.849Z++ sleep 1
5082026-06-15T08:45:51.851Z++ retry=27
5092026-06-15T08:45:51.854Z+++ svcs -Hostate baseline
5102026-06-15T08:45:51.865Z++ [[ offline* != online ]]
5112026-06-15T08:45:51.865Z++ [[ 27 -gt 300 ]]
5122026-06-15T08:45:51.865Z++ sleep 1
5132026-06-15T08:45:52.868Z++ retry=28
5142026-06-15T08:45:52.871Z+++ svcs -Hostate baseline
5152026-06-15T08:45:52.881Z++ [[ offline* != online ]]
5162026-06-15T08:45:52.881Z++ [[ 28 -gt 300 ]]
5172026-06-15T08:45:52.881Z++ sleep 1
5182026-06-15T08:45:53.883Z++ retry=29
5192026-06-15T08:45:53.886Z+++ svcs -Hostate baseline
5202026-06-15T08:45:53.897Z++ [[ offline* != online ]]
5212026-06-15T08:45:53.898Z++ [[ 29 -gt 300 ]]
5222026-06-15T08:45:53.898Z++ sleep 1
5232026-06-15T08:45:54.900Z++ retry=30
5242026-06-15T08:45:54.903Z+++ svcs -Hostate baseline
5252026-06-15T08:45:54.915Z++ [[ offline* != online ]]
5262026-06-15T08:45:54.915Z++ [[ 30 -gt 300 ]]
5272026-06-15T08:45:54.915Z++ sleep 1
5282026-06-15T08:45:55.916Z++ retry=31
5292026-06-15T08:45:55.919Z+++ svcs -Hostate baseline
5302026-06-15T08:45:55.931Z++ [[ offline* != online ]]
5312026-06-15T08:45:55.931Z++ [[ 31 -gt 300 ]]
5322026-06-15T08:45:55.931Z++ sleep 1
5332026-06-15T08:45:56.932Z++ retry=32
5342026-06-15T08:45:56.935Z+++ svcs -Hostate baseline
5352026-06-15T08:45:56.946Z++ [[ offline* != online ]]
5362026-06-15T08:45:56.946Z++ [[ 32 -gt 300 ]]
5372026-06-15T08:45:56.946Z++ sleep 1
5382026-06-15T08:45:57.948Z++ retry=33
5392026-06-15T08:45:57.951Z+++ svcs -Hostate baseline
5402026-06-15T08:45:57.962Z++ [[ offline* != online ]]
5412026-06-15T08:45:57.962Z++ [[ 33 -gt 300 ]]
5422026-06-15T08:45:57.962Z++ sleep 1
5432026-06-15T08:45:58.964Z++ retry=34
5442026-06-15T08:45:58.967Z+++ svcs -Hostate baseline
5452026-06-15T08:45:58.978Z++ [[ offline* != online ]]
5462026-06-15T08:45:58.978Z++ [[ 34 -gt 300 ]]
5472026-06-15T08:45:58.978Z++ sleep 1
5482026-06-15T08:45:59.980Z++ retry=35
5492026-06-15T08:45:59.983Z+++ svcs -Hostate baseline
5502026-06-15T08:45:59.994Z++ [[ offline* != online ]]
5512026-06-15T08:45:59.994Z++ [[ 35 -gt 300 ]]
5522026-06-15T08:45:59.994Z++ sleep 1
5532026-06-15T08:46:00.996Z++ retry=36
5542026-06-15T08:46:00.999Z+++ svcs -Hostate baseline
5552026-06-15T08:46:01.010Z++ [[ offline* != online ]]
5562026-06-15T08:46:01.011Z++ [[ 36 -gt 300 ]]
5572026-06-15T08:46:01.011Z++ sleep 1
5582026-06-15T08:46:02.012Z++ retry=37
5592026-06-15T08:46:02.015Z+++ svcs -Hostate baseline
5602026-06-15T08:46:02.026Z++ [[ offline* != online ]]
5612026-06-15T08:46:02.026Z++ [[ 37 -gt 300 ]]
5622026-06-15T08:46:02.026Z++ sleep 1
5632026-06-15T08:46:03.028Z++ retry=38
5642026-06-15T08:46:03.031Z+++ svcs -Hostate baseline
5652026-06-15T08:46:03.042Z++ [[ offline* != online ]]
5662026-06-15T08:46:03.042Z++ [[ 38 -gt 300 ]]
5672026-06-15T08:46:03.043Z++ sleep 1
5682026-06-15T08:46:04.044Z++ retry=39
5692026-06-15T08:46:04.047Z+++ svcs -Hostate baseline
5702026-06-15T08:46:04.059Z++ [[ offline* != online ]]
5712026-06-15T08:46:04.059Z++ [[ 39 -gt 300 ]]
5722026-06-15T08:46:04.059Z++ sleep 1
5732026-06-15T08:46:05.114Z++ retry=40
5742026-06-15T08:46:05.117Z+++ svcs -Hostate baseline
5752026-06-15T08:46:05.117Z++ [[ offline* != online ]]
5762026-06-15T08:46:05.117Z++ [[ 40 -gt 300 ]]
5772026-06-15T08:46:05.117Z++ sleep 1
5782026-06-15T08:46:06.077Z++ retry=41
5792026-06-15T08:46:06.080Z+++ svcs -Hostate baseline
5802026-06-15T08:46:06.091Z++ [[ offline* != online ]]
5812026-06-15T08:46:06.091Z++ [[ 41 -gt 300 ]]
5822026-06-15T08:46:06.091Z++ sleep 1
5832026-06-15T08:46:07.094Z++ retry=42
5842026-06-15T08:46:07.097Z+++ svcs -Hostate baseline
5852026-06-15T08:46:07.108Z++ [[ offline* != online ]]
5862026-06-15T08:46:07.108Z++ [[ 42 -gt 300 ]]
5872026-06-15T08:46:07.111Z++ sleep 1
5882026-06-15T08:46:08.110Z++ retry=43
5892026-06-15T08:46:08.113Z+++ svcs -Hostate baseline
5902026-06-15T08:46:08.124Z++ [[ offline* != online ]]
5912026-06-15T08:46:08.124Z++ [[ 43 -gt 300 ]]
5922026-06-15T08:46:08.124Z++ sleep 1
5932026-06-15T08:46:09.125Z++ retry=44
5942026-06-15T08:46:09.128Z+++ svcs -Hostate baseline
5952026-06-15T08:46:09.139Z++ [[ offline* != online ]]
5962026-06-15T08:46:09.139Z++ [[ 44 -gt 300 ]]
5972026-06-15T08:46:09.139Z++ sleep 1
5982026-06-15T08:46:10.142Z++ retry=45
5992026-06-15T08:46:10.145Z+++ svcs -Hostate baseline
6002026-06-15T08:46:10.156Z++ [[ offline* != online ]]
6012026-06-15T08:46:10.156Z++ [[ 45 -gt 300 ]]
6022026-06-15T08:46:10.156Z++ sleep 1
6032026-06-15T08:46:11.159Z++ retry=46
6042026-06-15T08:46:11.162Z+++ svcs -Hostate baseline
6052026-06-15T08:46:11.173Z++ [[ offline* != online ]]
6062026-06-15T08:46:11.173Z++ [[ 46 -gt 300 ]]
6072026-06-15T08:46:11.173Z++ sleep 1
6082026-06-15T08:46:12.175Z++ retry=47
6092026-06-15T08:46:12.178Z+++ svcs -Hostate baseline
6102026-06-15T08:46:12.188Z++ [[ offline* != online ]]
6112026-06-15T08:46:12.189Z++ [[ 47 -gt 300 ]]
6122026-06-15T08:46:12.189Z++ sleep 1
6132026-06-15T08:46:13.190Z++ retry=48
6142026-06-15T08:46:13.194Z+++ svcs -Hostate baseline
6152026-06-15T08:46:13.204Z++ [[ offline* != online ]]
6162026-06-15T08:46:13.204Z++ [[ 48 -gt 300 ]]
6172026-06-15T08:46:13.204Z++ sleep 1
6182026-06-15T08:46:14.206Z++ retry=49
6192026-06-15T08:46:14.209Z+++ svcs -Hostate baseline
6202026-06-15T08:46:14.220Z++ [[ offline* != online ]]
6212026-06-15T08:46:14.220Z++ [[ 49 -gt 300 ]]
6222026-06-15T08:46:14.223Z++ sleep 1
6232026-06-15T08:46:15.222Z++ retry=50
6242026-06-15T08:46:15.225Z+++ svcs -Hostate baseline
6252026-06-15T08:46:15.236Z++ [[ offline* != online ]]
6262026-06-15T08:46:15.236Z++ [[ 50 -gt 300 ]]
6272026-06-15T08:46:15.236Z++ sleep 1
6282026-06-15T08:46:16.238Z++ retry=51
6292026-06-15T08:46:16.241Z+++ svcs -Hostate baseline
6302026-06-15T08:46:16.252Z++ [[ offline* != online ]]
6312026-06-15T08:46:16.253Z++ [[ 51 -gt 300 ]]
6322026-06-15T08:46:16.253Z++ sleep 1
6332026-06-15T08:46:17.254Z++ retry=52
6342026-06-15T08:46:17.258Z+++ svcs -Hostate baseline
6352026-06-15T08:46:17.269Z++ [[ offline* != online ]]
6362026-06-15T08:46:17.269Z++ [[ 52 -gt 300 ]]
6372026-06-15T08:46:17.269Z++ sleep 1
6382026-06-15T08:46:18.271Z++ retry=53
6392026-06-15T08:46:18.274Z+++ svcs -Hostate baseline
6402026-06-15T08:46:18.285Z++ [[ offline* != online ]]
6412026-06-15T08:46:18.285Z++ [[ 53 -gt 300 ]]
6422026-06-15T08:46:18.285Z++ sleep 1
6432026-06-15T08:46:19.286Z++ retry=54
6442026-06-15T08:46:19.289Z+++ svcs -Hostate baseline
6452026-06-15T08:46:19.303Z++ [[ offline* != online ]]
6462026-06-15T08:46:19.303Z++ [[ 54 -gt 300 ]]
6472026-06-15T08:46:19.303Z++ sleep 1
6482026-06-15T08:46:20.303Z++ retry=55
6492026-06-15T08:46:20.306Z+++ svcs -Hostate baseline
6502026-06-15T08:46:20.317Z++ [[ offline* != online ]]
6512026-06-15T08:46:20.317Z++ [[ 55 -gt 300 ]]
6522026-06-15T08:46:20.317Z++ sleep 1
6532026-06-15T08:46:21.319Z++ retry=56
6542026-06-15T08:46:21.322Z+++ svcs -Hostate baseline
6552026-06-15T08:46:21.334Z++ [[ offline* != online ]]
6562026-06-15T08:46:21.334Z++ [[ 56 -gt 300 ]]
6572026-06-15T08:46:21.338Z++ sleep 1
6582026-06-15T08:46:22.335Z++ retry=57
6592026-06-15T08:46:22.338Z+++ svcs -Hostate baseline
6602026-06-15T08:46:22.350Z++ [[ offline* != online ]]
6612026-06-15T08:46:22.350Z++ [[ 57 -gt 300 ]]
6622026-06-15T08:46:22.350Z++ sleep 1
6632026-06-15T08:46:23.352Z++ retry=58
6642026-06-15T08:46:23.355Z+++ svcs -Hostate baseline
6652026-06-15T08:46:23.372Z++ [[ offline* != online ]]
6662026-06-15T08:46:23.372Z++ [[ 58 -gt 300 ]]
6672026-06-15T08:46:23.375Z++ sleep 1
6682026-06-15T08:46:24.374Z++ retry=59
6692026-06-15T08:46:24.380Z+++ svcs -Hostate baseline
6702026-06-15T08:46:24.388Z++ [[ offline* != online ]]
6712026-06-15T08:46:24.388Z++ [[ 59 -gt 300 ]]
6722026-06-15T08:46:24.388Z++ sleep 1
6732026-06-15T08:46:25.390Z++ retry=60
6742026-06-15T08:46:25.393Z+++ svcs -Hostate baseline
6752026-06-15T08:46:25.404Z++ [[ offline* != online ]]
6762026-06-15T08:46:25.404Z++ [[ 60 -gt 300 ]]
6772026-06-15T08:46:25.404Z++ sleep 1
6782026-06-15T08:46:26.406Z++ retry=61
6792026-06-15T08:46:26.409Z+++ svcs -Hostate baseline
6802026-06-15T08:46:26.420Z++ [[ offline* != online ]]
6812026-06-15T08:46:26.421Z++ [[ 61 -gt 300 ]]
6822026-06-15T08:46:26.421Z++ sleep 1
6832026-06-15T08:46:27.422Z++ retry=62
6842026-06-15T08:46:27.425Z+++ svcs -Hostate baseline
6852026-06-15T08:46:27.437Z++ [[ offline* != online ]]
6862026-06-15T08:46:27.439Z++ [[ 62 -gt 300 ]]
6872026-06-15T08:46:27.439Z++ sleep 1
6882026-06-15T08:46:28.439Z++ retry=63
6892026-06-15T08:46:28.442Z+++ svcs -Hostate baseline
6902026-06-15T08:46:28.453Z++ [[ offline* != online ]]
6912026-06-15T08:46:28.453Z++ [[ 63 -gt 300 ]]
6922026-06-15T08:46:28.453Z++ sleep 1
6932026-06-15T08:46:29.455Z++ retry=64
6942026-06-15T08:46:29.457Z+++ svcs -Hostate baseline
6952026-06-15T08:46:29.469Z++ [[ offline* != online ]]
6962026-06-15T08:46:29.469Z++ [[ 64 -gt 300 ]]
6972026-06-15T08:46:29.469Z++ sleep 1
6982026-06-15T08:46:30.471Z++ retry=65
6992026-06-15T08:46:30.475Z+++ svcs -Hostate baseline
7002026-06-15T08:46:30.485Z++ [[ offline* != online ]]
7012026-06-15T08:46:30.485Z++ [[ 65 -gt 300 ]]
7022026-06-15T08:46:30.485Z++ sleep 1
7032026-06-15T08:46:31.487Z++ retry=66
7042026-06-15T08:46:31.490Z+++ svcs -Hostate baseline
7052026-06-15T08:46:31.502Z++ [[ offline* != online ]]
7062026-06-15T08:46:31.503Z++ [[ 66 -gt 300 ]]
7072026-06-15T08:46:31.503Z++ sleep 1
7082026-06-15T08:46:32.504Z++ retry=67
7092026-06-15T08:46:32.507Z+++ svcs -Hostate baseline
7102026-06-15T08:46:32.518Z++ [[ offline* != online ]]
7112026-06-15T08:46:32.518Z++ [[ 67 -gt 300 ]]
7122026-06-15T08:46:32.518Z++ sleep 1
7132026-06-15T08:46:33.519Z++ retry=68
7142026-06-15T08:46:33.524Z+++ svcs -Hostate baseline
7152026-06-15T08:46:33.534Z++ [[ offline* != online ]]
7162026-06-15T08:46:33.534Z++ [[ 68 -gt 300 ]]
7172026-06-15T08:46:33.534Z++ sleep 1
7182026-06-15T08:46:34.536Z++ retry=69
7192026-06-15T08:46:34.538Z+++ svcs -Hostate baseline
7202026-06-15T08:46:34.550Z++ [[ offline* != online ]]
7212026-06-15T08:46:34.550Z++ [[ 69 -gt 300 ]]
7222026-06-15T08:46:34.550Z++ sleep 1
7232026-06-15T08:46:35.554Z++ retry=70
7242026-06-15T08:46:35.557Z+++ svcs -Hostate baseline
7252026-06-15T08:46:35.567Z++ [[ offline* != online ]]
7262026-06-15T08:46:35.567Z++ [[ 70 -gt 300 ]]
7272026-06-15T08:46:35.567Z++ sleep 1
7282026-06-15T08:46:36.569Z++ retry=71
7292026-06-15T08:46:36.572Z+++ svcs -Hostate baseline
7302026-06-15T08:46:36.584Z++ [[ offline* != online ]]
7312026-06-15T08:46:36.584Z++ [[ 71 -gt 300 ]]
7322026-06-15T08:46:36.584Z++ sleep 1
7332026-06-15T08:46:37.585Z++ retry=72
7342026-06-15T08:46:37.587Z+++ svcs -Hostate baseline
7352026-06-15T08:46:37.600Z++ [[ offline* != online ]]
7362026-06-15T08:46:37.600Z++ [[ 72 -gt 300 ]]
7372026-06-15T08:46:37.600Z++ sleep 1
7382026-06-15T08:46:38.601Z++ retry=73
7392026-06-15T08:46:38.604Z+++ svcs -Hostate baseline
7402026-06-15T08:46:38.615Z++ [[ offline* != online ]]
7412026-06-15T08:46:38.615Z++ [[ 73 -gt 300 ]]
7422026-06-15T08:46:38.615Z++ sleep 1
7432026-06-15T08:46:39.617Z++ retry=74
7442026-06-15T08:46:39.619Z+++ svcs -Hostate baseline
7452026-06-15T08:46:39.631Z++ [[ offline* != online ]]
7462026-06-15T08:46:39.631Z++ [[ 74 -gt 300 ]]
7472026-06-15T08:46:39.631Z++ sleep 1
7482026-06-15T08:46:40.634Z++ retry=75
7492026-06-15T08:46:40.639Z+++ svcs -Hostate baseline
7502026-06-15T08:46:40.648Z++ [[ offline* != online ]]
7512026-06-15T08:46:40.648Z++ [[ 75 -gt 300 ]]
7522026-06-15T08:46:40.648Z++ sleep 1
7532026-06-15T08:46:41.649Z++ retry=76
7542026-06-15T08:46:41.652Z+++ svcs -Hostate baseline
7552026-06-15T08:46:41.664Z++ [[ offline* != online ]]
7562026-06-15T08:46:41.664Z++ [[ 76 -gt 300 ]]
7572026-06-15T08:46:41.664Z++ sleep 1
7582026-06-15T08:46:42.666Z++ retry=77
7592026-06-15T08:46:42.669Z+++ svcs -Hostate baseline
7602026-06-15T08:46:42.681Z++ [[ offline* != online ]]
7612026-06-15T08:46:42.681Z++ [[ 77 -gt 300 ]]
7622026-06-15T08:46:42.681Z++ sleep 1
7632026-06-15T08:46:43.684Z++ retry=78
7642026-06-15T08:46:43.686Z+++ svcs -Hostate baseline
7652026-06-15T08:46:43.698Z++ [[ offline* != online ]]
7662026-06-15T08:46:43.698Z++ [[ 78 -gt 300 ]]
7672026-06-15T08:46:43.698Z++ sleep 1
7682026-06-15T08:46:44.699Z++ retry=79
7692026-06-15T08:46:44.703Z+++ svcs -Hostate baseline
7702026-06-15T08:46:44.713Z++ [[ offline* != online ]]
7712026-06-15T08:46:44.713Z++ [[ 79 -gt 300 ]]
7722026-06-15T08:46:44.714Z++ sleep 1
7732026-06-15T08:46:45.715Z++ retry=80
7742026-06-15T08:46:45.719Z+++ svcs -Hostate baseline
7752026-06-15T08:46:45.730Z++ [[ offline* != online ]]
7762026-06-15T08:46:45.730Z++ [[ 80 -gt 300 ]]
7772026-06-15T08:46:45.730Z++ sleep 1
7782026-06-15T08:46:46.731Z++ retry=81
7792026-06-15T08:46:46.734Z+++ svcs -Hostate baseline
7802026-06-15T08:46:46.746Z++ [[ offline* != online ]]
7812026-06-15T08:46:46.746Z++ [[ 81 -gt 300 ]]
7822026-06-15T08:46:46.746Z++ sleep 1
7832026-06-15T08:46:47.747Z++ retry=82
7842026-06-15T08:46:47.750Z+++ svcs -Hostate baseline
7852026-06-15T08:46:47.762Z++ [[ offline* != online ]]
7862026-06-15T08:46:47.762Z++ [[ 82 -gt 300 ]]
7872026-06-15T08:46:47.762Z++ sleep 1
7882026-06-15T08:46:48.764Z++ retry=83
7892026-06-15T08:46:48.767Z+++ svcs -Hostate baseline
7902026-06-15T08:46:48.778Z++ [[ offline* != online ]]
7912026-06-15T08:46:48.778Z++ [[ 83 -gt 300 ]]
7922026-06-15T08:46:48.778Z++ sleep 1
7932026-06-15T08:46:49.780Z++ retry=84
7942026-06-15T08:46:49.783Z+++ svcs -Hostate baseline
7952026-06-15T08:46:49.794Z++ [[ offline* != online ]]
7962026-06-15T08:46:49.794Z++ [[ 84 -gt 300 ]]
7972026-06-15T08:46:49.794Z++ sleep 1
7982026-06-15T08:46:50.798Z++ retry=85
7992026-06-15T08:46:50.801Z+++ svcs -Hostate baseline
8002026-06-15T08:46:50.810Z++ [[ offline* != online ]]
8012026-06-15T08:46:50.810Z++ [[ 85 -gt 300 ]]
8022026-06-15T08:46:50.810Z++ sleep 1
8032026-06-15T08:46:51.812Z++ retry=86
8042026-06-15T08:46:51.815Z+++ svcs -Hostate baseline
8052026-06-15T08:46:51.826Z++ [[ offline* != online ]]
8062026-06-15T08:46:51.827Z++ [[ 86 -gt 300 ]]
8072026-06-15T08:46:51.827Z++ sleep 1
8082026-06-15T08:46:52.828Z++ retry=87
8092026-06-15T08:46:52.873Z+++ svcs -Hostate baseline
8102026-06-15T08:46:52.873Z++ [[ offline* != online ]]
8112026-06-15T08:46:52.873Z++ [[ 87 -gt 300 ]]
8122026-06-15T08:46:52.873Z++ sleep 1
8132026-06-15T08:46:53.844Z++ retry=88
8142026-06-15T08:46:53.847Z+++ svcs -Hostate baseline
8152026-06-15T08:46:53.859Z++ [[ offline* != online ]]
8162026-06-15T08:46:53.859Z++ [[ 88 -gt 300 ]]
8172026-06-15T08:46:53.859Z++ sleep 1
8182026-06-15T08:46:54.861Z++ retry=89
8192026-06-15T08:46:54.864Z+++ svcs -Hostate baseline
8202026-06-15T08:46:54.875Z++ [[ offline* != online ]]
8212026-06-15T08:46:54.875Z++ [[ 89 -gt 300 ]]
8222026-06-15T08:46:54.875Z++ sleep 1
8232026-06-15T08:46:55.877Z++ retry=90
8242026-06-15T08:46:55.880Z+++ svcs -Hostate baseline
8252026-06-15T08:46:55.891Z++ [[ offline* != online ]]
8262026-06-15T08:46:55.894Z++ [[ 90 -gt 300 ]]
8272026-06-15T08:46:55.894Z++ sleep 1
8282026-06-15T08:46:56.893Z++ retry=91
8292026-06-15T08:46:56.896Z+++ svcs -Hostate baseline
8302026-06-15T08:46:56.907Z++ [[ offline* != online ]]
8312026-06-15T08:46:56.907Z++ [[ 91 -gt 300 ]]
8322026-06-15T08:46:56.910Z++ sleep 1
8332026-06-15T08:46:57.909Z++ retry=92
8342026-06-15T08:46:57.913Z+++ svcs -Hostate baseline
8352026-06-15T08:46:57.923Z++ [[ offline* != online ]]
8362026-06-15T08:46:57.923Z++ [[ 92 -gt 300 ]]
8372026-06-15T08:46:57.924Z++ sleep 1
8382026-06-15T08:46:58.926Z++ retry=93
8392026-06-15T08:46:58.929Z+++ svcs -Hostate baseline
8402026-06-15T08:46:58.940Z++ [[ offline* != online ]]
8412026-06-15T08:46:58.940Z++ [[ 93 -gt 300 ]]
8422026-06-15T08:46:58.940Z++ sleep 1
8432026-06-15T08:46:59.942Z++ retry=94
8442026-06-15T08:46:59.945Z+++ svcs -Hostate baseline
8452026-06-15T08:46:59.956Z++ [[ offline* != online ]]
8462026-06-15T08:46:59.956Z++ [[ 94 -gt 300 ]]
8472026-06-15T08:46:59.960Z++ sleep 1
8482026-06-15T08:47:00.957Z++ retry=95
8492026-06-15T08:47:00.960Z+++ svcs -Hostate baseline
8502026-06-15T08:47:00.971Z++ [[ offline* != online ]]
8512026-06-15T08:47:00.971Z++ [[ 95 -gt 300 ]]
8522026-06-15T08:47:00.971Z++ sleep 1
8532026-06-15T08:47:01.973Z++ retry=96
8542026-06-15T08:47:01.975Z+++ svcs -Hostate baseline
8552026-06-15T08:47:01.987Z++ [[ offline* != online ]]
8562026-06-15T08:47:01.987Z++ [[ 96 -gt 300 ]]
8572026-06-15T08:47:01.987Z++ sleep 1
8582026-06-15T08:47:02.990Z++ retry=97
8592026-06-15T08:47:02.993Z+++ svcs -Hostate baseline
8602026-06-15T08:47:03.004Z++ [[ offline* != online ]]
8612026-06-15T08:47:03.004Z++ [[ 97 -gt 300 ]]
8622026-06-15T08:47:03.004Z++ sleep 1
8632026-06-15T08:47:04.005Z++ retry=98
8642026-06-15T08:47:04.008Z+++ svcs -Hostate baseline
8652026-06-15T08:47:04.020Z++ [[ offline* != online ]]
8662026-06-15T08:47:04.020Z++ [[ 98 -gt 300 ]]
8672026-06-15T08:47:04.020Z++ sleep 1
8682026-06-15T08:47:05.022Z++ retry=99
8692026-06-15T08:47:05.025Z+++ svcs -Hostate baseline
8702026-06-15T08:47:05.036Z++ [[ offline* != online ]]
8712026-06-15T08:47:05.036Z++ [[ 99 -gt 300 ]]
8722026-06-15T08:47:05.036Z++ sleep 1
8732026-06-15T08:47:06.038Z++ retry=100
8742026-06-15T08:47:06.041Z+++ svcs -Hostate baseline
8752026-06-15T08:47:06.052Z++ [[ offline* != online ]]
8762026-06-15T08:47:06.052Z++ [[ 100 -gt 300 ]]
8772026-06-15T08:47:06.052Z++ sleep 1
8782026-06-15T08:47:07.054Z++ retry=101
8792026-06-15T08:47:07.058Z+++ svcs -Hostate baseline
8802026-06-15T08:47:07.068Z++ [[ offline* != online ]]
8812026-06-15T08:47:07.068Z++ [[ 101 -gt 300 ]]
8822026-06-15T08:47:07.068Z++ sleep 1
8832026-06-15T08:47:08.069Z++ retry=102
8842026-06-15T08:47:08.072Z+++ svcs -Hostate baseline
8852026-06-15T08:47:08.083Z++ [[ offline* != online ]]
8862026-06-15T08:47:08.083Z++ [[ 102 -gt 300 ]]
8872026-06-15T08:47:08.083Z++ sleep 1
8882026-06-15T08:47:09.085Z++ retry=103
8892026-06-15T08:47:09.088Z+++ svcs -Hostate baseline
8902026-06-15T08:47:09.099Z++ [[ offline* != online ]]
8912026-06-15T08:47:09.099Z++ [[ 103 -gt 300 ]]
8922026-06-15T08:47:09.099Z++ sleep 1
8932026-06-15T08:47:10.101Z++ retry=104
8942026-06-15T08:47:10.104Z+++ svcs -Hostate baseline
8952026-06-15T08:47:10.115Z++ [[ offline* != online ]]
8962026-06-15T08:47:10.115Z++ [[ 104 -gt 300 ]]
8972026-06-15T08:47:10.115Z++ sleep 1
8982026-06-15T08:47:11.163Z++ retry=105
8992026-06-15T08:47:11.166Z+++ svcs -Hostate baseline
9002026-06-15T08:47:11.166Z++ [[ offline* != online ]]
9012026-06-15T08:47:11.166Z++ [[ 105 -gt 300 ]]
9022026-06-15T08:47:11.166Z++ sleep 1
9032026-06-15T08:47:12.133Z++ retry=106
9042026-06-15T08:47:12.136Z+++ svcs -Hostate baseline
9052026-06-15T08:47:12.148Z++ [[ offline* != online ]]
9062026-06-15T08:47:12.148Z++ [[ 106 -gt 300 ]]
9072026-06-15T08:47:12.148Z++ sleep 1
9082026-06-15T08:47:13.149Z++ retry=107
9092026-06-15T08:47:13.152Z+++ svcs -Hostate baseline
9102026-06-15T08:47:13.163Z++ [[ online != online ]]
9112026-06-15T08:47:13.163Z++ set -o errexit
9122026-06-15T08:47:13.166Z++ set -o pipefail
9132026-06-15T08:47:13.167Z++ banner build
9142026-06-15T08:47:13.167Z
9152026-06-15T08:47:13.167Z ##### # # # # #####
9162026-06-15T08:47:13.167Z # # # # # # # #
9172026-06-15T08:47:13.167Z ##### # # # # # #
9182026-06-15T08:47:13.167Z # # # # # # # #
9192026-06-15T08:47:13.167Z # # # # # # # #
9202026-06-15T08:47:13.167Z ##### #### # ###### #####
9212026-06-15T08:47:13.167Z
9222026-06-15T08:47:13.167Z++ cargo build --release --bin ddmd --bin ddmadm
9232026-06-15T08:47:13.171Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9242026-06-15T08:47:13.346Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9252026-06-15T08:47:13.349Zinfo: downloading 6 components
9262026-06-15T08:47:29.882Z Updating git repository `https://github.com/oxidecomputer/falcon`
9272026-06-15T08:47:30.865ZFrom https://github.com/oxidecomputer/falcon
9282026-06-15T08:47:30.865Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9292026-06-15T08:47:30.943Z Updating crates.io index
9302026-06-15T08:47:30.946Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9312026-06-15T08:47:31.895ZFrom https://github.com/oxidecomputer/dendrite
9322026-06-15T08:47:31.895Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9332026-06-15T08:47:32.095Z Updating git repository `https://github.com/oxidecomputer/ispf`
9342026-06-15T08:47:32.578ZFrom https://github.com/oxidecomputer/ispf
9352026-06-15T08:47:32.579Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9362026-06-15T08:47:32.584Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9372026-06-15T08:47:32.990ZFrom https://github.com/oxidecomputer/netadm-sys
9382026-06-15T08:47:32.990Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9392026-06-15T08:47:32.997Z Updating git repository `https://github.com/oxidecomputer/omicron`
9402026-06-15T08:47:39.981ZFrom https://github.com/oxidecomputer/omicron
9412026-06-15T08:47:39.981Z * [new ref] 9f1029da32f20ace5ef9aaa61ad610ea6e9db3c7 -> refs/commit/9f1029da32f20ace5ef9aaa61ad610ea6e9db3c7
9422026-06-15T08:47:40.401Z Updating git repository `https://github.com/oxidecomputer/opte`
9432026-06-15T08:47:41.143ZFrom https://github.com/oxidecomputer/opte
9442026-06-15T08:47:41.143Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9452026-06-15T08:47:41.175Z Updating git repository `https://github.com/illumos/smf-rs`
9462026-06-15T08:47:41.445ZFrom https://github.com/illumos/smf-rs
9472026-06-15T08:47:41.445Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9482026-06-15T08:47:41.738Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9492026-06-15T08:47:42.006ZFrom https://github.com/oxidecomputer/network-interface
9502026-06-15T08:47:42.006Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9512026-06-15T08:47:42.155Z Updating git repository `https://github.com/oxidecomputer/zone`
9522026-06-15T08:47:42.439ZFrom https://github.com/oxidecomputer/zone
9532026-06-15T08:47:42.440Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9542026-06-15T08:47:42.462Z Updating git repository `https://github.com/oxidecomputer/propolis`
9552026-06-15T08:47:43.276ZFrom https://github.com/oxidecomputer/propolis
9562026-06-15T08:47:43.276Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9572026-06-15T08:47:43.408Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9582026-06-15T08:47:43.882ZFrom https://github.com/oxidecomputer/transceiver-control
9592026-06-15T08:47:43.882Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9602026-06-15T08:47:44.026Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9612026-06-15T08:47:44.283ZFrom https://github.com/oxidecomputer/dlpi-sys
9622026-06-15T08:47:44.283Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9632026-06-15T08:47:44.298Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9642026-06-15T08:47:44.598ZFrom https://github.com/jmesmon/rust-libzfs
9652026-06-15T08:47:44.598Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9662026-06-15T08:47:44.602Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9672026-06-15T08:47:44.879ZFrom https://github.com/oxidecomputer/rusty-doors
9682026-06-15T08:47:44.879Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9692026-06-15T08:47:44.890Z Updating git repository `https://github.com/oxidecomputer/lldp`
9702026-06-15T08:47:45.217ZFrom https://github.com/oxidecomputer/lldp
9712026-06-15T08:47:45.217Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9722026-06-15T08:47:45.267Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9732026-06-15T08:47:45.542ZFrom https://github.com/oxidecomputer/slog-error-chain
9742026-06-15T08:47:45.542Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9752026-06-15T08:47:45.584Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9762026-06-15T08:47:45.877ZFrom https://github.com/oxidecomputer/tufaceous
9772026-06-15T08:47:45.877Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9782026-06-15T08:47:45.985Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9792026-06-15T08:47:46.472ZFrom https://github.com/oxidecomputer/management-gateway-service
9802026-06-15T08:47:46.472Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9812026-06-15T08:47:46.486Z Updating git repository `https://github.com/oxidecomputer/crucible`
9822026-06-15T08:47:47.326ZFrom https://github.com/oxidecomputer/crucible
9832026-06-15T08:47:47.326Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9842026-06-15T08:47:48.234Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9852026-06-15T08:47:48.499ZFrom https://github.com/oxidecomputer/serde_human_bytes
9862026-06-15T08:47:48.499Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9872026-06-15T08:47:48.530Z Updating git repository `https://github.com/oxidecomputer/propolis`
9882026-06-15T08:47:48.936ZFrom https://github.com/oxidecomputer/propolis
9892026-06-15T08:47:48.936Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9902026-06-15T08:47:49.208Z Updating git repository `https://github.com/oxidecomputer/crucible`
9912026-06-15T08:47:49.690ZFrom https://github.com/oxidecomputer/crucible
9922026-06-15T08:47:49.690Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9932026-06-15T08:47:49.935Z Updating git repository `https://github.com/oxidecomputer/tofino`
9942026-06-15T08:47:50.296ZFrom https://github.com/oxidecomputer/tofino
9952026-06-15T08:47:50.296Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9962026-06-15T08:47:50.307Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9972026-06-15T08:47:51.460ZFrom https://github.com/oxidecomputer/maghemite
9982026-06-15T08:47:51.460Z * [new ref] 951f759b1d8e61cf65c2a823e61933ff3ea0bdf1 -> refs/commit/951f759b1d8e61cf65c2a823e61933ff3ea0bdf1
9992026-06-15T08:47:51.508Z Updating git repository `https://github.com/oxidecomputer/clickward`
10002026-06-15T08:47:51.966ZFrom https://github.com/oxidecomputer/clickward
10012026-06-15T08:47:51.966Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10022026-06-15T08:47:52.196Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10032026-06-15T08:47:52.518ZFrom https://github.com/oxidecomputer/illumos-devinfo
10042026-06-15T08:47:52.518Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10052026-06-15T08:47:53.824Z Downloading crates ...
10062026-06-15T08:47:53.887Z Downloaded anstyle v1.0.14
10072026-06-15T08:47:53.891Z Downloaded aead v0.5.2
10082026-06-15T08:47:53.893Z Downloaded anstyle-parse v1.0.0
10092026-06-15T08:47:53.896Z Downloaded adler2 v2.0.1
10102026-06-15T08:47:53.907Z Downloaded autocfg v1.5.1
10112026-06-15T08:47:53.910Z Downloaded darling_macro v0.23.0
10122026-06-15T08:47:53.913Z Downloaded dof v0.4.0
10132026-06-15T08:47:53.915Z Downloaded dyn-clone v1.0.20
10142026-06-15T08:47:53.916Z Downloaded bit-set v0.8.0
10152026-06-15T08:47:53.918Z Downloaded anstyle-query v1.1.5
10162026-06-15T08:47:53.921Z Downloaded compression-codecs v0.4.38
10172026-06-15T08:47:53.924Z Downloaded console v0.15.11
10182026-06-15T08:47:53.926Z Downloaded dunce v1.0.5
10192026-06-15T08:47:53.929Z Downloaded dtrace-parser v0.2.0
10202026-06-15T08:47:53.929Z Downloaded derive-ex v0.1.8
10212026-06-15T08:47:53.932Z Downloaded base16ct v1.0.0
10222026-06-15T08:47:53.934Z Downloaded darling_macro v0.21.3
10232026-06-15T08:47:53.934Z Downloaded dropshot_endpoint v0.17.1
10242026-06-15T08:47:53.937Z Downloaded async-stream v0.3.6
10252026-06-15T08:47:53.940Z Downloaded bs58 v0.5.1
10262026-06-15T08:47:53.942Z Downloaded fastrand v2.4.1
10272026-06-15T08:47:53.945Z Downloaded foreign-types-shared v0.3.1
10282026-06-15T08:47:53.948Z Downloaded const-random v0.1.18
10292026-06-15T08:47:53.948Z Downloaded fxhash v0.2.1
10302026-06-15T08:47:53.951Z Downloaded cpufeatures v0.2.17
10312026-06-15T08:47:53.954Z Downloaded foldhash v0.2.0
10322026-06-15T08:47:53.954Z Downloaded find-msvc-tools v0.1.9
10332026-06-15T08:47:53.956Z Downloaded clap_lex v1.1.0
10342026-06-15T08:47:53.959Z Downloaded debug-ignore v1.0.5
10352026-06-15T08:47:53.962Z Downloaded cfg_aliases v0.2.1
10362026-06-15T08:47:53.962Z Downloaded base16ct v0.2.0
10372026-06-15T08:47:53.964Z Downloaded cstr-argument v0.1.2
10382026-06-15T08:47:53.967Z Downloaded futures-macro v0.3.32
10392026-06-15T08:47:53.968Z Downloaded futures-core v0.3.32
10402026-06-15T08:47:53.971Z Downloaded heck v0.5.0
10412026-06-15T08:47:53.971Z Downloaded crunchy v0.2.4
10422026-06-15T08:47:53.973Z Downloaded crypto-common v0.1.7
10432026-06-15T08:47:53.973Z Downloaded ff v0.13.1
10442026-06-15T08:47:53.976Z Downloaded fixedbitset v0.4.2
10452026-06-15T08:47:53.979Z Downloaded colorchoice v1.0.5
10462026-06-15T08:47:53.981Z Downloaded gethostname v0.5.0
10472026-06-15T08:47:53.981Z Downloaded futures-io v0.3.32
10482026-06-15T08:47:53.984Z Downloaded ciborium-io v0.2.2
10492026-06-15T08:47:53.984Z Downloaded ciborium-ll v0.2.2
10502026-06-15T08:47:53.987Z Downloaded defmt v0.3.100
10512026-06-15T08:47:53.989Z Downloaded foreign-types v0.5.0
10522026-06-15T08:47:53.989Z Downloaded equivalent v1.0.2
10532026-06-15T08:47:53.992Z Downloaded float-ord v0.3.2
10542026-06-15T08:47:53.992Z Downloaded embedded-io v0.6.1
10552026-06-15T08:47:53.996Z Downloaded generic-array v0.14.7
10562026-06-15T08:47:53.998Z Downloaded atomic-waker v1.1.2
10572026-06-15T08:47:53.999Z Downloaded compression-core v0.4.32
10582026-06-15T08:47:54.002Z Downloaded http-body v1.0.1
10592026-06-15T08:47:54.002Z Downloaded form_urlencoded v1.2.2
10602026-06-15T08:47:54.004Z Downloaded fnv v1.0.7
10612026-06-15T08:47:54.004Z Downloaded futures-sink v0.3.32
10622026-06-15T08:47:54.007Z Downloaded foreign-types-shared v0.1.1
10632026-06-15T08:47:54.007Z Downloaded cmake v0.1.58
10642026-06-15T08:47:54.010Z Downloaded hex v0.4.3
10652026-06-15T08:47:54.013Z Downloaded getrandom v0.2.17
10662026-06-15T08:47:54.015Z Downloaded bitflags v1.3.2
10672026-06-15T08:47:54.018Z Downloaded bit-vec v0.8.0
10682026-06-15T08:47:54.018Z Downloaded fs-err v3.3.0
10692026-06-15T08:47:54.021Z Downloaded globset v0.4.18
10702026-06-15T08:47:54.024Z Downloaded cobs v0.3.0
10712026-06-15T08:47:54.024Z Downloaded embedded-io v0.4.0
10722026-06-15T08:47:54.026Z Downloaded hostname v0.4.2
10732026-06-15T08:47:54.029Z Downloaded heck v0.4.1
10742026-06-15T08:47:54.032Z Downloaded httpdate v1.0.3
10752026-06-15T08:47:54.032Z Downloaded curve25519-dalek-derive v0.1.1
10762026-06-15T08:47:54.034Z Downloaded crucible-workspace-hack v0.1.0
10772026-06-15T08:47:54.034Z Downloaded hostname v0.3.1
10782026-06-15T08:47:54.037Z Downloaded defmt-parser v1.0.0
10792026-06-15T08:47:54.040Z Downloaded darling v0.21.3
10802026-06-15T08:47:54.042Z Downloaded hubpack_derive v0.1.1
10812026-06-15T08:47:54.042Z Downloaded csv-core v0.1.13
10822026-06-15T08:47:54.045Z Downloaded cancel-safe-futures v0.1.5
10832026-06-15T08:47:54.048Z Downloaded hubpack v0.1.2
10842026-06-15T08:47:54.050Z Downloaded idna_adapter v1.2.2
10852026-06-15T08:47:54.050Z Downloaded ident_case v1.0.1
10862026-06-15T08:47:54.053Z Downloaded git-stub v1.0.0
10872026-06-15T08:47:54.056Z Downloaded is-terminal v0.4.17
10882026-06-15T08:47:54.056Z Downloaded internet-checksum v0.2.1
10892026-06-15T08:47:54.059Z Downloaded indent_write v2.2.0
10902026-06-15T08:47:54.059Z Downloaded hash32 v0.3.1
10912026-06-15T08:47:54.061Z Downloaded is_ci v1.2.0
10922026-06-15T08:47:54.061Z Downloaded instant v0.1.13
10932026-06-15T08:47:54.064Z Downloaded git-stub-vcs v0.1.0
10942026-06-15T08:47:54.068Z Downloaded byteorder v1.5.0
10952026-06-15T08:47:54.068Z Downloaded data-encoding v2.11.0
10962026-06-15T08:47:54.071Z Downloaded crc8 v0.1.1
10972026-06-15T08:47:54.071Z Downloaded fs_extra v1.3.0
10982026-06-15T08:47:54.074Z Downloaded camino-tempfile v1.4.1
10992026-06-15T08:47:54.075Z Downloaded backoff v0.4.0
11002026-06-15T08:47:54.078Z Downloaded bcs v0.1.6
11012026-06-15T08:47:54.078Z Downloaded lazy_static v1.5.0
11022026-06-15T08:47:54.080Z Downloaded digest v0.10.7
11032026-06-15T08:47:54.083Z Downloaded futures-channel v0.3.32
11042026-06-15T08:47:54.086Z Downloaded dropshot-api-manager v0.7.2
11052026-06-15T08:47:54.089Z Downloaded libscf-sys v1.2.0
11062026-06-15T08:47:54.089Z Downloaded is_terminal_polyfill v1.70.2
11072026-06-15T08:47:54.092Z Downloaded konst_macro_rules v0.2.19
11082026-06-15T08:47:54.095Z Downloaded macaddr v1.0.1
11092026-06-15T08:47:54.095Z Downloaded memoffset v0.9.1
11102026-06-15T08:47:54.095Z Downloaded daft v0.1.7
11112026-06-15T08:47:54.098Z Downloaded base64ct v1.8.3
11122026-06-15T08:47:54.101Z Downloaded glob v0.3.3
11132026-06-15T08:47:54.103Z Downloaded erased-serde v0.3.31
11142026-06-15T08:47:54.103Z Downloaded deranged v0.5.8
11152026-06-15T08:47:54.107Z Downloaded async-trait v0.1.89
11162026-06-15T08:47:54.109Z Downloaded hyper-rustls v0.27.9
11172026-06-15T08:47:54.112Z Downloaded highway v1.3.0
11182026-06-15T08:47:54.112Z Downloaded group v0.13.0
11192026-06-15T08:47:54.115Z Downloaded camino v1.2.2
11202026-06-15T08:47:54.118Z Downloaded newtype_derive v0.1.6
11212026-06-15T08:47:54.118Z Downloaded natord v1.0.9
11222026-06-15T08:47:54.118Z Downloaded memmap v0.7.0
11232026-06-15T08:47:54.121Z Downloaded lru-slab v0.1.2
11242026-06-15T08:47:54.123Z Downloaded no-std-compat v0.4.1
11252026-06-15T08:47:54.123Z Downloaded num v0.4.3
11262026-06-15T08:47:54.126Z Downloaded humantime v2.3.0
11272026-06-15T08:47:54.126Z Downloaded defmt v1.1.0
11282026-06-15T08:47:54.129Z Downloaded fixedbitset v0.5.7
11292026-06-15T08:47:54.132Z Downloaded hmac v0.12.1
11302026-06-15T08:47:54.134Z Downloaded num-conv v0.2.2
11312026-06-15T08:47:54.134Z Downloaded mime v0.3.17
11322026-06-15T08:47:54.137Z Downloaded jobserver v0.1.34
11332026-06-15T08:47:54.139Z Downloaded num-derive v0.4.2
11342026-06-15T08:47:54.139Z Downloaded newline-converter v0.3.0
11352026-06-15T08:47:54.142Z Downloaded getrandom v0.3.4
11362026-06-15T08:47:54.145Z Downloaded num_threads v0.1.7
11372026-06-15T08:47:54.145Z Downloaded num_enum_derive v0.5.11
11382026-06-15T08:47:54.148Z Downloaded opaque-debug v0.3.1
11392026-06-15T08:47:54.148Z Downloaded omicron-workspace-hack v0.1.0
11402026-06-15T08:47:54.150Z Downloaded foldhash v0.1.5
11412026-06-15T08:47:54.150Z Downloaded olpc-cjson v0.1.4
11422026-06-15T08:47:54.153Z Downloaded ciborium v0.2.2
11432026-06-15T08:47:54.156Z Downloaded lock_api v0.4.14
11442026-06-15T08:47:54.156Z Downloaded managed v0.8.0
11452026-06-15T08:47:54.158Z Downloaded chacha20 v0.10.0
11462026-06-15T08:47:54.159Z Downloaded crossbeam-utils v0.8.21
11472026-06-15T08:47:54.162Z Downloaded openssl-probe v0.2.1
11482026-06-15T08:47:54.164Z Downloaded percent-encoding v2.3.2
11492026-06-15T08:47:54.164Z Downloaded crossbeam-epoch v0.9.18
11502026-06-15T08:47:54.167Z Downloaded keccak v0.1.6
11512026-06-15T08:47:54.167Z Downloaded crossbeam-deque v0.8.6
11522026-06-15T08:47:54.170Z Downloaded crc32fast v1.5.0
11532026-06-15T08:47:54.170Z Downloaded console v0.16.3
11542026-06-15T08:47:54.173Z Downloaded clap_derive v4.6.1
11552026-06-15T08:47:54.175Z Downloaded anyhow v1.0.102
11562026-06-15T08:47:54.178Z Downloaded ingot v0.1.1
11572026-06-15T08:47:54.181Z Downloaded ingot-macros v0.1.1
11582026-06-15T08:47:54.181Z Downloaded http-body-util v0.1.3
11592026-06-15T08:47:54.184Z Downloaded backon v1.6.0
11602026-06-15T08:47:54.186Z Downloaded linear-map v1.2.0
11612026-06-15T08:47:54.186Z Downloaded critical-section v1.2.0
11622026-06-15T08:47:54.189Z Downloaded getrandom v0.4.2
11632026-06-15T08:47:54.192Z Downloaded parse-display v0.10.0
11642026-06-15T08:47:54.192Z Downloaded derive-where v1.6.1
11652026-06-15T08:47:54.194Z Downloaded futures v0.3.32
11662026-06-15T08:47:54.197Z Downloaded derive_more v0.99.20
11672026-06-15T08:47:54.201Z Downloaded phf_shared v0.12.1
11682026-06-15T08:47:54.203Z Downloaded bitflags v2.13.0
11692026-06-15T08:47:54.206Z Downloaded num_enum_derive v0.7.6
11702026-06-15T08:47:54.209Z Downloaded num_enum v0.7.6
11712026-06-15T08:47:54.212Z Downloaded proc-macro-error-attr2 v2.0.0
11722026-06-15T08:47:54.212Z Downloaded pretty-hex v0.4.2
11732026-06-15T08:47:54.214Z Downloaded libsw v3.5.0
11742026-06-15T08:47:54.215Z Downloaded powerfmt v0.2.0
11752026-06-15T08:47:54.218Z Downloaded iana-time-zone v0.1.65
11762026-06-15T08:47:54.218Z Downloaded litemap v0.8.2
11772026-06-15T08:47:54.221Z Downloaded num-integer v0.1.46
11782026-06-15T08:47:54.225Z Downloaded newtype-uuid v1.3.2
11792026-06-15T08:47:54.225Z Downloaded plain v0.2.3
11802026-06-15T08:47:54.228Z Downloaded num_enum v0.5.11
11812026-06-15T08:47:54.228Z Downloaded proc-macro-crate v3.5.0
11822026-06-15T08:47:54.230Z Downloaded progenitor-macro v0.10.0
11832026-06-15T08:47:54.230Z Downloaded proc-macro-error-attr v1.0.4
11842026-06-15T08:47:54.233Z Downloaded progenitor-client v0.14.0
11852026-06-15T08:47:54.233Z Downloaded progenitor-macro v0.14.0
11862026-06-15T08:47:54.236Z Downloaded progenitor-client v0.10.0
11872026-06-15T08:47:54.236Z Downloaded proc-macro-crate v1.3.1
11882026-06-15T08:47:54.239Z Downloaded progenitor-macro v0.13.0
11892026-06-15T08:47:54.239Z Downloaded potential_utf v0.1.5
11902026-06-15T08:47:54.239Z Downloaded num-complex v0.4.6
11912026-06-15T08:47:54.242Z Downloaded clap v4.6.1
11922026-06-15T08:47:54.245Z Downloaded owo-colors v4.3.0
11932026-06-15T08:47:54.248Z Downloaded parking_lot_core v0.8.6
11942026-06-15T08:47:54.251Z Downloaded oxnet v0.1.6
11952026-06-15T08:47:54.251Z Downloaded openssl-macros v0.1.1
11962026-06-15T08:47:54.254Z Downloaded memmap2 v0.9.10
11972026-06-15T08:47:54.254Z Downloaded num-rational v0.4.2
11982026-06-15T08:47:54.256Z Downloaded icu_provider v2.2.0
11992026-06-15T08:47:54.259Z Downloaded num-iter v0.1.45
12002026-06-15T08:47:54.259Z Downloaded const-oid v0.10.2
12012026-06-15T08:47:54.262Z Downloaded phf v0.12.1
12022026-06-15T08:47:54.264Z Downloaded pin-project-internal v1.1.13
12032026-06-15T08:47:54.264Z Downloaded multer v3.1.0
12042026-06-15T08:47:54.267Z Downloaded rand_chacha v0.3.1
12052026-06-15T08:47:54.267Z Downloaded libsw-core v0.3.2
12062026-06-15T08:47:54.270Z Downloaded rand_xorshift v0.4.0
12072026-06-15T08:47:54.270Z Downloaded cookie v0.18.1
12082026-06-15T08:47:54.272Z Downloaded cargo_toml v0.22.3
12092026-06-15T08:47:54.275Z Downloaded password-hash v0.5.0
12102026-06-15T08:47:54.275Z Downloaded elliptic-curve v0.13.8
12112026-06-15T08:47:54.278Z Downloaded pin-project-lite v0.2.17
12122026-06-15T08:47:54.280Z Downloaded ref-cast-impl v1.0.25
12132026-06-15T08:47:54.283Z Downloaded ref-cast v1.0.25
12142026-06-15T08:47:54.286Z Downloaded pkg-config v0.3.33
12152026-06-15T08:47:54.286Z Downloaded pem v3.0.6
12162026-06-15T08:47:54.289Z Downloaded paste v1.0.15
12172026-06-15T08:47:54.289Z Downloaded parse-display-derive v0.10.0
12182026-06-15T08:47:54.291Z Downloaded ppv-lite86 v0.2.21
12192026-06-15T08:47:54.291Z Downloaded rustc_version v0.1.7
12202026-06-15T08:47:54.294Z Downloaded rustc-hash v2.1.2
12212026-06-15T08:47:54.295Z Downloaded proc-macro-error2 v2.0.1
12222026-06-15T08:47:54.297Z Downloaded rustc_version v0.4.1
12232026-06-15T08:47:54.298Z Downloaded heapless v0.8.0
12242026-06-15T08:47:54.300Z Downloaded httparse v1.10.1
12252026-06-15T08:47:54.303Z Downloaded log v0.4.32
12262026-06-15T08:47:54.306Z Downloaded hybrid-array v0.4.12
12272026-06-15T08:47:54.306Z Downloaded progenitor-extras v0.2.0
12282026-06-15T08:47:54.309Z Downloaded progenitor-client v0.13.0
12292026-06-15T08:47:54.309Z Downloaded oxide-tokio-rt v0.1.6
12302026-06-15T08:47:54.312Z Downloaded quick-error v1.2.3
12312026-06-15T08:47:54.312Z Downloaded indexmap v1.9.3
12322026-06-15T08:47:54.315Z Downloaded parking_lot v0.12.5
12332026-06-15T08:47:54.315Z Downloaded parking_lot v0.11.2
12342026-06-15T08:47:54.318Z Downloaded scroll_derive v0.12.1
12352026-06-15T08:47:54.318Z Downloaded scopeguard v1.2.0
12362026-06-15T08:47:54.321Z Downloaded serde-big-array v0.5.1
12372026-06-15T08:47:54.321Z Downloaded same-file v1.0.6
12382026-06-15T08:47:54.324Z Downloaded progenitor v0.14.0
12392026-06-15T08:47:54.324Z Downloaded progenitor v0.13.0
12402026-06-15T08:47:54.326Z Downloaded bytes v1.11.1
12412026-06-15T08:47:54.329Z Downloaded proc-macro-error v1.0.4
12422026-06-15T08:47:54.329Z Downloaded darling_core v0.23.0
12432026-06-15T08:47:54.332Z Downloaded chacha20poly1305 v0.10.1
12442026-06-15T08:47:54.335Z Downloaded poly1305 v0.8.0
12452026-06-15T08:47:54.338Z Downloaded once_cell v1.21.4
12462026-06-15T08:47:54.338Z Downloaded rand_core v0.6.4
12472026-06-15T08:47:54.341Z Downloaded scroll_derive v0.13.1
12482026-06-15T08:47:54.341Z Downloaded rand_chacha v0.9.0
12492026-06-15T08:47:54.343Z Downloaded expectorate v1.2.0
12502026-06-15T08:47:54.344Z Downloaded quote v1.0.45
12512026-06-15T08:47:54.346Z Downloaded serde_urlencoded v0.7.1
12522026-06-15T08:47:54.346Z Downloaded indicatif v0.18.4
12532026-06-15T08:47:54.349Z Downloaded flate2 v1.1.9
12542026-06-15T08:47:54.352Z Downloaded semver v0.1.20
12552026-06-15T08:47:54.354Z Downloaded serde_repr v0.1.20
12562026-06-15T08:47:54.357Z Downloaded futures-task v0.3.32
12572026-06-15T08:47:54.357Z Downloaded serde_spanned v1.1.1
12582026-06-15T08:47:54.357Z Downloaded serde_spanned v0.6.9
12592026-06-15T08:47:54.359Z Downloaded newtype-uuid-macros v0.1.0
12602026-06-15T08:47:54.359Z Downloaded sha1 v0.10.6
12612026-06-15T08:47:54.362Z Downloaded darling_core v0.21.3
12622026-06-15T08:47:54.365Z Downloaded linked-hash-map v0.5.6
12632026-06-15T08:47:54.365Z Downloaded ipnetwork v0.21.1
12642026-06-15T08:47:54.368Z Downloaded ipnet v2.12.0
12652026-06-15T08:47:54.368Z Downloaded rustls-native-certs v0.8.4
12662026-06-15T08:47:54.370Z Downloaded sigpipe v0.1.3
12672026-06-15T08:47:54.370Z Downloaded rustversion v1.0.22
12682026-06-15T08:47:54.373Z Downloaded progenitor v0.10.0
12692026-06-15T08:47:54.373Z Downloaded pest_derive v2.8.6
12702026-06-15T08:47:54.378Z Downloaded parking_lot_core v0.9.12
12712026-06-15T08:47:54.380Z Downloaded ingot-types v0.1.2
12722026-06-15T08:47:54.380Z Downloaded argon2 v0.5.3
12732026-06-15T08:47:54.380Z Downloaded futures-executor v0.3.32
12742026-06-15T08:47:54.380Z Downloaded colored v3.1.1
12752026-06-15T08:47:54.383Z Downloaded blake2 v0.10.6
12762026-06-15T08:47:54.386Z Downloaded resolv-conf v0.7.6
12772026-06-15T08:47:54.386Z Downloaded miniz_oxide v0.8.9
12782026-06-15T08:47:54.389Z Downloaded siphasher v1.0.3
12792026-06-15T08:47:54.389Z Downloaded quinn-udp v0.5.14
12802026-06-15T08:47:54.392Z Downloaded match_cfg v0.1.0
12812026-06-15T08:47:54.392Z Downloaded secrecy v0.10.3
12822026-06-15T08:47:54.394Z Downloaded schemars_derive v0.8.22
12832026-06-15T08:47:54.394Z Downloaded const_format v0.2.36
12842026-06-15T08:47:54.397Z Downloaded slog-envlogger v2.2.0
12852026-06-15T08:47:54.400Z Downloaded slog-bunyan v2.5.0
12862026-06-15T08:47:54.400Z Downloaded smawk v0.3.2
12872026-06-15T08:47:54.400Z Downloaded icu_properties v2.2.0
12882026-06-15T08:47:54.403Z Downloaded icu_locale_core v2.2.0
12892026-06-15T08:47:54.405Z Downloaded half v2.7.1
12902026-06-15T08:47:54.408Z Downloaded rustls-pemfile v2.2.0
12912026-06-15T08:47:54.410Z Downloaded hickory-resolver v0.24.4
12922026-06-15T08:47:54.430Z Downloaded allocator-api2 v0.2.21
12932026-06-15T08:47:54.430Z Downloaded num-traits v0.2.19
12942026-06-15T08:47:54.430Z Downloaded icu_normalizer v2.2.0
12952026-06-15T08:47:54.430Z Downloaded scroll v0.13.0
12962026-06-15T08:47:54.430Z Downloaded rand_core v0.9.5
12972026-06-15T08:47:54.430Z Downloaded crossbeam-channel v0.5.15
12982026-06-15T08:47:54.430Z Downloaded serde_path_to_error v0.1.20
12992026-06-15T08:47:54.430Z Downloaded rusty-fork v0.3.1
13002026-06-15T08:47:54.430Z Downloaded konst v0.2.20
13012026-06-15T08:47:54.430Z Downloaded structmeta v0.3.0
13022026-06-15T08:47:54.431Z Downloaded strsim v0.11.1
13032026-06-15T08:47:54.435Z Downloaded structmeta-derive v0.3.0
13042026-06-15T08:47:54.435Z Downloaded lru-cache v0.1.2
13052026-06-15T08:47:54.435Z Downloaded http v1.4.2
13062026-06-15T08:47:54.438Z Downloaded crypto-bigint v0.5.5
13072026-06-15T08:47:54.440Z Downloaded serde_plain v1.0.2
13082026-06-15T08:47:54.440Z Downloaded rhai_codegen v3.2.0
13092026-06-15T08:47:54.444Z Downloaded sync_wrapper v1.0.2
13102026-06-15T08:47:54.447Z Downloaded proc-macro2 v1.0.106
13112026-06-15T08:47:54.450Z Downloaded supports-color v3.0.2
13122026-06-15T08:47:54.450Z Downloaded swrite v0.1.0
13132026-06-15T08:47:54.450Z Downloaded subtle v2.6.1
13142026-06-15T08:47:54.450Z Downloaded strum v0.27.2
13152026-06-15T08:47:54.453Z Downloaded sha2 v0.10.9
13162026-06-15T08:47:54.453Z Downloaded shlex v2.0.1
13172026-06-15T08:47:54.456Z Downloaded serde_tokenstream v0.2.3
13182026-06-15T08:47:54.456Z Downloaded signal-hook-registry v1.4.8
13192026-06-15T08:47:54.456Z Downloaded rand_core v0.10.1
13202026-06-15T08:47:54.459Z Downloaded strum v0.26.3
13212026-06-15T08:47:54.459Z Downloaded tabwriter v1.4.1
13222026-06-15T08:47:54.459Z Downloaded stable_deref_trait v1.2.1
13232026-06-15T08:47:54.461Z Downloaded take_mut v0.2.2
13242026-06-15T08:47:54.461Z Downloaded tagptr v0.2.0
13252026-06-15T08:47:54.461Z Downloaded papergrid v0.11.0
13262026-06-15T08:47:54.464Z Downloaded spin v0.5.2
13272026-06-15T08:47:54.467Z Downloaded sha1 v0.11.0
13282026-06-15T08:47:54.467Z Downloaded serde_derive_internals v0.29.1
13292026-06-15T08:47:54.471Z Downloaded minimal-lexical v0.2.1
13302026-06-15T08:47:54.471Z Downloaded scroll v0.12.0
13312026-06-15T08:47:54.473Z Downloaded simd-adler32 v0.3.9
13322026-06-15T08:47:54.473Z Downloaded tabled_derive v0.7.0
13332026-06-15T08:47:54.473Z Downloaded jiff-static v0.2.28
13342026-06-15T08:47:54.476Z Downloaded slog-json v2.6.1
13352026-06-15T08:47:54.479Z Downloaded cc v1.2.64
13362026-06-15T08:47:54.479Z Downloaded termtree v0.5.1
13372026-06-15T08:47:54.481Z Downloaded tabled_derive v0.11.0
13382026-06-15T08:47:54.481Z Downloaded async-compression v0.4.42
13392026-06-15T08:47:54.484Z Downloaded icu_normalizer_data v2.2.0
13402026-06-15T08:47:54.487Z Downloaded hyper-util v0.1.20
13412026-06-15T08:47:54.490Z Downloaded slog-dtrace v0.3.0
13422026-06-15T08:47:54.492Z Downloaded slog-async v2.8.0
13432026-06-15T08:47:54.492Z Downloaded testing_table v0.3.0
13442026-06-15T08:47:54.493Z Downloaded semver v1.0.28
13452026-06-15T08:47:54.495Z Downloaded pin-project v1.1.13
13462026-06-15T08:47:54.500Z Downloaded thread-id v5.1.0
13472026-06-15T08:47:54.504Z Downloaded thread-id v4.2.2
13482026-06-15T08:47:54.504Z Downloaded static_assertions v1.1.0
13492026-06-15T08:47:54.507Z Downloaded progenitor-impl v0.10.0
13502026-06-15T08:47:54.507Z Downloaded progenitor-impl v0.14.0
13512026-06-15T08:47:54.507Z Downloaded postcard v1.1.3
13522026-06-15T08:47:54.510Z Downloaded serde_with_macros v3.21.0
13532026-06-15T08:47:54.510Z Downloaded slog-term v2.9.2
13542026-06-15T08:47:54.512Z Downloaded pest_meta v2.8.6
13552026-06-15T08:47:54.513Z Downloaded slog-scope v4.4.1
13562026-06-15T08:47:54.516Z Downloaded rustls-pki-types v1.14.1
13572026-06-15T08:47:54.516Z Downloaded terminal_size v0.4.4
13582026-06-15T08:47:54.516Z Downloaded rustls-platform-verifier v0.7.0
13592026-06-15T08:47:54.519Z Downloaded prettyplease v0.2.37
13602026-06-15T08:47:54.521Z Downloaded smartstring v1.0.1
13612026-06-15T08:47:54.524Z Downloaded arc-swap v1.9.1
13622026-06-15T08:47:54.524Z Downloaded strum_macros v0.27.2
13632026-06-15T08:47:54.527Z Downloaded tokio-macros v2.7.0
13642026-06-15T08:47:54.527Z Downloaded tinyvec_macros v0.1.1
13652026-06-15T08:47:54.527Z Downloaded time-core v0.1.9
13662026-06-15T08:47:54.530Z Downloaded slab v0.4.12
13672026-06-15T08:47:54.530Z Downloaded itoa v1.0.18
13682026-06-15T08:47:54.530Z Downloaded cipher v0.4.4
13692026-06-15T08:47:54.533Z Downloaded defmt-macros v1.1.0
13702026-06-15T08:47:54.533Z Downloaded toml_datetime v0.6.11
13712026-06-15T08:47:54.536Z Downloaded daft-derive v0.1.7
13722026-06-15T08:47:54.539Z Downloaded synstructure v0.13.2
13732026-06-15T08:47:54.539Z Downloaded pest_generator v2.8.6
13742026-06-15T08:47:54.539Z Downloaded papergrid v0.18.0
13752026-06-15T08:47:54.541Z Downloaded const_format_proc_macros v0.2.34
13762026-06-15T08:47:54.544Z Downloaded smallvec v1.15.2
13772026-06-15T08:47:54.544Z Downloaded schemars v0.8.22
13782026-06-15T08:47:54.550Z Downloaded tower-layer v0.3.3
13792026-06-15T08:47:54.554Z Downloaded toml_write v0.1.2
13802026-06-15T08:47:54.554Z Downloaded thiserror-no-std v2.0.2
13812026-06-15T08:47:54.556Z Downloaded thiserror-impl-no-std v2.0.2
13822026-06-15T08:47:54.556Z Downloaded hickory-resolver v0.25.2
13832026-06-15T08:47:54.559Z Downloaded hashbrown v0.12.3
13842026-06-15T08:47:54.562Z Downloaded snafu-derive v0.8.9
13852026-06-15T08:47:54.562Z Downloaded serde_derive v1.0.228
13862026-06-15T08:47:54.564Z Downloaded serde_core v1.0.228
13872026-06-15T08:47:54.564Z Downloaded icu_collections v2.2.0
13882026-06-15T08:47:54.567Z Downloaded smf v0.2.3
13892026-06-15T08:47:54.570Z Downloaded base64 v0.21.7
13902026-06-15T08:47:54.573Z Downloaded inout v0.1.4
13912026-06-15T08:47:54.573Z Downloaded displaydoc v0.2.6
13922026-06-15T08:47:54.573Z Downloaded thiserror v1.0.69
13932026-06-15T08:47:54.576Z Downloaded unicode-xid v0.2.6
13942026-06-15T08:47:54.579Z Downloaded typeid v1.0.3
13952026-06-15T08:47:54.579Z Downloaded try-lock v0.2.5
13962026-06-15T08:47:54.579Z Downloaded tower-service v0.3.3
13972026-06-15T08:47:54.579Z Downloaded digest v0.11.3
13982026-06-15T08:47:54.581Z Downloaded errno v0.3.14
13992026-06-15T08:47:54.581Z Downloaded unicode-linebreak v0.1.5
14002026-06-15T08:47:54.581Z Downloaded unarray v0.1.4
14012026-06-15T08:47:54.584Z Downloaded typify-macro v0.4.3
14022026-06-15T08:47:54.584Z Downloaded crypto-common v0.2.2
14032026-06-15T08:47:54.584Z Downloaded thiserror-impl v2.0.18
14042026-06-15T08:47:54.587Z Downloaded thiserror v2.0.18
14052026-06-15T08:47:54.590Z Downloaded tokio-dtrace v0.1.1
14062026-06-15T08:47:54.590Z Downloaded untrusted v0.7.1
14072026-06-15T08:47:54.590Z Downloaded thiserror-impl v1.0.69
14082026-06-15T08:47:54.590Z Downloaded slog-stdlog v4.1.1
14092026-06-15T08:47:54.593Z Downloaded unit-prefix v0.5.2
14102026-06-15T08:47:54.593Z Downloaded universal-hash v0.5.1
14112026-06-15T08:47:54.593Z Downloaded tinystr v0.8.3
14122026-06-15T08:47:54.599Z Downloaded time-macros v0.2.29
14132026-06-15T08:47:54.599Z Downloaded serde_yaml v0.9.34+deprecated
14142026-06-15T08:47:54.602Z Downloaded slog v2.8.2
14152026-06-15T08:47:54.602Z Downloaded hashbrown v0.15.5
14162026-06-15T08:47:54.602Z Downloaded tokio-tungstenite v0.21.0
14172026-06-15T08:47:54.604Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14182026-06-15T08:47:54.604Z Downloaded utf8parse v0.2.2
14192026-06-15T08:47:54.604Z Downloaded usdt v0.5.0
14202026-06-15T08:47:54.607Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14212026-06-15T08:47:54.607Z Downloaded tiny-keccak v2.0.2
14222026-06-15T08:47:54.610Z Downloaded utf8_iter v1.0.4
14232026-06-15T08:47:54.610Z Downloaded thread_local v1.1.9
14242026-06-15T08:47:54.610Z Downloaded usdt-macro v0.6.0
14252026-06-15T08:47:54.610Z Downloaded version_check v0.9.5
14262026-06-15T08:47:54.613Z Downloaded utf-8 v0.7.6
14272026-06-15T08:47:54.613Z Downloaded usdt-macro v0.5.0
14282026-06-15T08:47:54.613Z Downloaded usdt-attr-macro v0.6.0
14292026-06-15T08:47:54.613Z Downloaded usdt-attr-macro v0.5.0
14302026-06-15T08:47:54.613Z Downloaded strum_macros v0.26.4
14312026-06-15T08:47:54.615Z Downloaded openssl-sys v0.9.117
14322026-06-15T08:47:54.618Z Downloaded quinn v0.11.9
14332026-06-15T08:47:54.621Z Downloaded memchr v2.8.2
14342026-06-15T08:47:54.621Z Downloaded toml_writer v1.1.1+spec-1.1.0
14352026-06-15T08:47:54.624Z Downloaded term v1.2.1
14362026-06-15T08:47:54.624Z Downloaded rayon-core v1.13.0
14372026-06-15T08:47:54.627Z Downloaded want v0.3.1
14382026-06-15T08:47:54.627Z Downloaded waitgroup v0.1.2
14392026-06-15T08:47:54.629Z Downloaded wait-timeout v0.2.1
14402026-06-15T08:47:54.630Z Downloaded ryu v1.0.23
14412026-06-15T08:47:54.632Z Downloaded yoke-derive v0.8.2
14422026-06-15T08:47:54.632Z Downloaded progenitor-impl v0.13.0
14432026-06-15T08:47:54.632Z Downloaded async-recursion v1.1.1
14442026-06-15T08:47:54.635Z Downloaded anstream v1.0.0
14452026-06-15T08:47:54.638Z Downloaded cpufeatures v0.3.0
14462026-06-15T08:47:54.638Z Downloaded chacha20 v0.9.1
14472026-06-15T08:47:54.638Z Downloaded either v1.16.0
14482026-06-15T08:47:54.642Z Downloaded spin v0.9.8
14492026-06-15T08:47:54.642Z Downloaded darling v0.23.0
14502026-06-15T08:47:54.645Z Downloaded enum-as-inner v0.6.1
14512026-06-15T08:47:54.645Z Downloaded foreign-types v0.3.2
14522026-06-15T08:47:54.645Z Downloaded block-buffer v0.10.4
14532026-06-15T08:47:54.645Z Downloaded atomicwrites v0.4.4
14542026-06-15T08:47:54.648Z Downloaded foreign-types-macros v0.2.3
14552026-06-15T08:47:54.648Z Downloaded base64 v0.22.1
14562026-06-15T08:47:54.648Z Downloaded dropshot-api-manager-types v0.7.2
14572026-06-15T08:47:54.652Z Downloaded drift v0.2.0
14582026-06-15T08:47:54.654Z Downloaded tempfile v3.27.0
14592026-06-15T08:47:54.657Z Downloaded indexmap v2.14.0
14602026-06-15T08:47:54.660Z Downloaded hashbrown v0.16.1
14612026-06-15T08:47:54.662Z Downloaded typify-macro v0.6.2
14622026-06-15T08:47:54.662Z Downloaded dof v0.3.0
14632026-06-15T08:47:54.663Z Downloaded convert_case v0.4.0
14642026-06-15T08:47:54.665Z Downloaded async-stream-impl v0.3.6
14652026-06-15T08:47:54.665Z Downloaded cfg-if v1.0.4
14662026-06-15T08:47:54.665Z Downloaded dtrace-parser v0.3.0
14672026-06-15T08:47:54.665Z Downloaded block-buffer v0.12.1
14682026-06-15T08:47:54.665Z Downloaded bytecount v0.6.9
14692026-06-15T08:47:54.668Z Downloaded untrusted v0.9.0
14702026-06-15T08:47:54.668Z Downloaded const-random-macro v0.1.16
14712026-06-15T08:47:54.668Z Downloaded zerofrom-derive v0.1.7
14722026-06-15T08:47:54.671Z Downloaded zerofrom v0.1.8
14732026-06-15T08:47:54.671Z Downloaded byte-wrapper v0.1.0
14742026-06-15T08:47:54.671Z Downloaded ahash v0.8.12
14752026-06-15T08:47:54.674Z Downloaded tokio-rustls v0.26.4
14762026-06-15T08:47:54.680Z Downloaded usdt-impl v0.5.0
14772026-06-15T08:47:54.683Z Downloaded tokio-stream v0.1.18
14782026-06-15T08:47:54.689Z Downloaded zone_cfg_derive v0.3.1
14792026-06-15T08:47:54.692Z Downloaded zone v0.3.1
14802026-06-15T08:47:54.692Z Downloaded usdt-impl v0.6.0
14812026-06-15T08:47:54.692Z Downloaded usdt v0.6.0
14822026-06-15T08:47:54.695Z Downloaded similar v2.7.0
14832026-06-15T08:47:54.697Z Downloaded qorb v0.4.1
14842026-06-15T08:47:54.700Z Downloaded rand v0.8.6
14852026-06-15T08:47:54.703Z Downloaded schemars v1.2.1
14862026-06-15T08:47:54.709Z Downloaded vsss-rs v3.3.4
14872026-06-15T08:47:54.712Z Downloaded ucd-trie v0.1.7
14882026-06-15T08:47:54.712Z Downloaded serde v1.0.228
14892026-06-15T08:47:54.715Z Downloaded itertools v0.12.1
14902026-06-15T08:47:54.717Z Downloaded idna v1.1.0
14912026-06-15T08:47:54.720Z Downloaded rand v0.9.4
14922026-06-15T08:47:54.720Z Downloaded whoami v1.6.1
14932026-06-15T08:47:54.722Z Downloaded walkdir v2.5.0
14942026-06-15T08:47:54.722Z Downloaded tracing-attributes v0.1.31
14952026-06-15T08:47:54.725Z Downloaded xz2 v0.1.7
14962026-06-15T08:47:54.728Z Downloaded textwrap v0.16.2
14972026-06-15T08:47:54.731Z Downloaded writeable v0.6.3
14982026-06-15T08:47:54.731Z Downloaded mio v1.2.1
14992026-06-15T08:47:54.734Z Downloaded thin-vec v0.2.18
15002026-06-15T08:47:54.736Z Downloaded test-strategy v0.4.5
15012026-06-15T08:47:54.739Z Downloaded tinyvec v1.11.0
15022026-06-15T08:47:54.739Z Downloaded rustls-webpki v0.103.13
15032026-06-15T08:47:54.742Z Downloaded snafu v0.8.9
15042026-06-15T08:47:54.745Z Downloaded toml v0.9.12+spec-1.1.0
15052026-06-15T08:47:54.748Z Downloaded zeroize_derive v1.5.0
15062026-06-15T08:47:54.751Z Downloaded zerovec-derive v0.11.3
15072026-06-15T08:47:54.753Z Downloaded zeroize v1.9.0
15082026-06-15T08:47:54.753Z Downloaded socket2 v0.6.4
15092026-06-15T08:47:54.756Z Downloaded toml v1.1.2+spec-1.1.0
15102026-06-15T08:47:54.758Z Downloaded toml v0.8.23
15112026-06-15T08:47:54.761Z Downloaded tracing-core v0.1.36
15122026-06-15T08:47:54.761Z Downloaded toml_parser v1.1.2+spec-1.1.0
15132026-06-15T08:47:54.768Z Downloaded rand v0.10.1
15142026-06-15T08:47:54.771Z Downloaded pest v2.8.6
15152026-06-15T08:47:54.773Z Downloaded steno v0.4.1
15162026-06-15T08:47:54.776Z Downloaded typify v0.6.2
15172026-06-15T08:47:54.779Z Downloaded typify v0.4.3
15182026-06-15T08:47:54.782Z Downloaded hkdf v0.12.4
15192026-06-15T08:47:54.788Z Downloaded futures-util v0.3.32
15202026-06-15T08:47:54.794Z Downloaded yoke v0.8.3
15212026-06-15T08:47:54.797Z Downloaded tungstenite v0.21.0
15222026-06-15T08:47:54.797Z Downloaded zmij v1.0.21
15232026-06-15T08:47:54.800Z Downloaded toml_edit v0.22.27
15242026-06-15T08:47:54.802Z Downloaded schemars v0.9.0
15252026-06-15T08:47:54.807Z Downloaded zerocopy-derive v0.7.35
15262026-06-15T08:47:54.810Z Downloaded uuid v1.23.3
15272026-06-15T08:47:54.812Z Downloaded unicode-ident v1.0.24
15282026-06-15T08:47:54.812Z Downloaded hashbrown v0.17.1
15292026-06-15T08:47:54.815Z Downloaded unsafe-libyaml v0.2.11
15302026-06-15T08:47:54.818Z Downloaded icu_properties_data v2.2.0
15312026-06-15T08:47:54.822Z Downloaded h2 v0.4.14
15322026-06-15T08:47:54.830Z Downloaded toml_edit v0.25.12+spec-1.1.0
15332026-06-15T08:47:54.846Z Downloaded libm v0.2.16
15342026-06-15T08:47:54.851Z Downloaded nom v8.0.0
15352026-06-15T08:47:54.854Z Downloaded nom v7.1.3
15362026-06-15T08:47:54.858Z Downloaded itertools v0.14.0
15372026-06-15T08:47:54.861Z Downloaded clap_builder v4.6.0
15382026-06-15T08:47:54.865Z Downloaded goblin v0.8.2
15392026-06-15T08:47:54.880Z Downloaded url v2.5.8
15402026-06-15T08:47:54.883Z Downloaded ron v0.12.1
15412026-06-15T08:47:54.892Z Downloaded hyper v1.10.1
15422026-06-15T08:47:54.900Z Downloaded aho-corasick v1.1.4
15432026-06-15T08:47:54.905Z Downloaded reqwest v0.12.28
15442026-06-15T08:47:54.924Z Downloaded toml_edit v0.19.15
15452026-06-15T08:47:54.933Z Downloaded unicode-segmentation v1.13.3
15462026-06-15T08:47:54.935Z Downloaded portable-atomic v1.13.1
15472026-06-15T08:47:54.938Z Downloaded zerotrie v0.2.4
15482026-06-15T08:47:54.941Z Downloaded iddqd v0.4.4
15492026-06-15T08:47:54.951Z Downloaded typenum v1.20.1
15502026-06-15T08:47:54.954Z Downloaded rayon v1.12.0
15512026-06-15T08:47:54.958Z Downloaded regex v1.12.4
15522026-06-15T08:47:54.961Z Downloaded unicode-normalization v0.1.25
15532026-06-15T08:47:54.975Z Downloaded tower v0.5.3
15542026-06-15T08:47:54.980Z Downloaded zerocopy-derive v0.8.52
15552026-06-15T08:47:54.985Z Downloaded typed-path v0.9.3
15562026-06-15T08:47:54.991Z Downloaded chrono v0.4.45
15572026-06-15T08:47:54.994Z Downloaded serde_json v1.0.150
15582026-06-15T08:47:54.998Z Downloaded zerovec v0.11.6
15592026-06-15T08:47:55.001Z Downloaded moka v0.12.15
15602026-06-15T08:47:55.005Z Downloaded reqwest v0.13.4
15612026-06-15T08:47:55.009Z Downloaded proptest v1.11.0
15622026-06-15T08:47:55.044Z Downloaded quinn-proto v0.11.14
15632026-06-15T08:47:55.048Z Downloaded tough v0.22.0
15642026-06-15T08:47:55.052Z Downloaded serde_with v3.21.0
15652026-06-15T08:47:55.058Z Downloaded goblin v0.10.7
15662026-06-15T08:47:55.062Z Downloaded winnow v0.7.15
15672026-06-15T08:47:55.067Z Downloaded aws-lc-rs v1.17.0
15682026-06-15T08:47:55.073Z Downloaded tokio-util v0.7.18
15692026-06-15T08:47:55.078Z Downloaded winnow v0.5.40
15702026-06-15T08:47:55.083Z Downloaded tower-http v0.6.11
15712026-06-15T08:47:55.100Z Downloaded dropshot v0.17.1
15722026-06-15T08:47:55.114Z Downloaded syn v1.0.109
15732026-06-15T08:47:55.119Z Downloaded time v0.3.49
15742026-06-15T08:47:55.131Z Downloaded zerocopy v0.7.35
15752026-06-15T08:47:55.157Z Downloaded syn v2.0.117
15762026-06-15T08:47:55.163Z Downloaded hickory-proto v0.24.4
15772026-06-15T08:47:55.171Z Downloaded openapiv3 v2.2.0
15782026-06-15T08:47:55.177Z Downloaded unicode-width v0.2.2
15792026-06-15T08:47:55.181Z Downloaded rhai v1.25.1
15802026-06-15T08:47:55.188Z Downloaded hickory-proto v0.25.2
15812026-06-15T08:47:55.196Z Downloaded winnow v1.0.3
15822026-06-15T08:47:55.206Z Downloaded curve25519-dalek v4.1.3
15832026-06-15T08:47:55.212Z Downloaded tabled v0.21.0
15842026-06-15T08:47:55.221Z Downloaded tabled v0.15.0
15852026-06-15T08:47:55.229Z Downloaded rustix v1.1.4
15862026-06-15T08:47:55.242Z Downloaded webpki-roots v1.0.7
15872026-06-15T08:47:55.245Z Downloaded bstr v1.12.1
15882026-06-15T08:47:55.248Z Downloaded openssl v0.10.81
15892026-06-15T08:47:55.256Z Downloaded vcpkg v0.2.15
15902026-06-15T08:47:55.278Z Downloaded sled v0.34.7
15912026-06-15T08:47:55.293Z Downloaded typify-impl v0.6.2
15922026-06-15T08:47:55.300Z Downloaded typify-impl v0.4.3
15932026-06-15T08:47:55.307Z Downloaded unicode-width v0.1.14
15942026-06-15T08:47:55.310Z Downloaded smoltcp v0.11.0
15952026-06-15T08:47:55.317Z Downloaded nix v0.31.3
15962026-06-15T08:47:55.329Z Downloaded regex-automata v0.4.14
15972026-06-15T08:47:55.338Z Downloaded zerocopy v0.8.52
15982026-06-15T08:47:55.348Z Downloaded regress v0.10.5
15992026-06-15T08:47:55.352Z Downloaded rustix v0.38.44
16002026-06-15T08:47:55.365Z Downloaded rustls v0.23.40
16012026-06-15T08:47:55.371Z Downloaded regex-syntax v0.8.11
16022026-06-15T08:47:55.375Z Downloaded lzma-sys v0.1.20
16032026-06-15T08:47:55.390Z Downloaded regress v0.11.1
16042026-06-15T08:47:55.394Z Downloaded libc v0.2.186
16052026-06-15T08:47:55.437Z Downloaded tokio v1.52.3
16062026-06-15T08:47:55.467Z Downloaded encoding_rs v0.8.35
16072026-06-15T08:47:55.483Z Downloaded tracing v0.1.44
16082026-06-15T08:47:55.580Z Downloaded petgraph v0.6.5
16092026-06-15T08:47:55.612Z Downloaded jiff v0.2.28
16102026-06-15T08:47:55.629Z Downloaded chrono-tz v0.10.4
16112026-06-15T08:47:55.640Z Downloaded petgraph v0.8.3
16122026-06-15T08:47:55.677Z Downloaded sha3 v0.10.9
16132026-06-15T08:47:55.680Z Downloaded csv v1.4.0
16142026-06-15T08:47:55.783Z Downloaded ring v0.17.14
16152026-06-15T08:47:56.424Z Downloaded aws-lc-sys v0.41.0
16162026-06-15T08:47:56.762Z Compiling proc-macro2 v1.0.106
16172026-06-15T08:47:56.762Z Compiling quote v1.0.45
16182026-06-15T08:47:56.763Z Compiling unicode-ident v1.0.24
16192026-06-15T08:47:56.766Z Compiling libc v0.2.186
16202026-06-15T08:47:56.766Z Compiling serde_core v1.0.228
16212026-06-15T08:47:56.766Z Compiling serde v1.0.228
16222026-06-15T08:47:56.766Z Compiling cfg-if v1.0.4
16232026-06-15T08:47:56.766Z Compiling zmij v1.0.21
16242026-06-15T08:47:57.075Z Compiling autocfg v1.5.1
16252026-06-15T08:47:57.091Z Compiling memchr v2.8.2
16262026-06-15T08:47:57.326Z Compiling libm v0.2.16
16272026-06-15T08:47:57.665Z Compiling itoa v1.0.18
16282026-06-15T08:47:57.955Z Compiling icu_normalizer_data v2.2.0
16292026-06-15T08:47:58.157Z Compiling icu_properties_data v2.2.0
16302026-06-15T08:47:58.231Z Compiling version_check v0.9.5
16312026-06-15T08:47:58.319Z Compiling stable_deref_trait v1.2.1
16322026-06-15T08:47:58.398Z Compiling syn v2.0.117
16332026-06-15T08:47:58.415Z Compiling serde_json v1.0.150
16342026-06-15T08:47:58.466Z Compiling num-traits v0.2.19
16352026-06-15T08:47:58.482Z Compiling parking_lot_core v0.9.12
16362026-06-15T08:47:58.713Z Compiling writeable v0.6.3
16372026-06-15T08:47:58.760Z Compiling thiserror v2.0.18
16382026-06-15T08:47:58.777Z Compiling litemap v0.8.2
16392026-06-15T08:47:58.900Z Compiling utf8_iter v1.0.4
16402026-06-15T08:47:59.028Z Compiling rand_core v0.10.1
16412026-06-15T08:47:59.076Z Compiling getrandom v0.4.2
16422026-06-15T08:47:59.125Z Compiling percent-encoding v2.3.2
16432026-06-15T08:47:59.223Z Compiling heck v0.5.0
16442026-06-15T08:47:59.409Z Compiling form_urlencoded v1.2.2
16452026-06-15T08:47:59.444Z Compiling errno v0.3.14
16462026-06-15T08:47:59.520Z Compiling zerocopy v0.8.52
16472026-06-15T08:47:59.609Z Compiling iana-time-zone v0.1.65
16482026-06-15T08:47:59.690Z Compiling rustversion v1.0.22
16492026-06-15T08:47:59.956Z Compiling uuid v1.23.3
16502026-06-15T08:47:59.973Z Compiling jobserver v0.1.34
16512026-06-15T08:48:00.094Z Compiling find-msvc-tools v0.1.9
16522026-06-15T08:48:00.288Z Compiling shlex v2.0.1
16532026-06-15T08:48:00.327Z Compiling semver v1.0.28
16542026-06-15T08:48:00.380Z Compiling dyn-clone v1.0.20
16552026-06-15T08:48:00.475Z Compiling cc v1.2.64
16562026-06-15T08:48:00.534Z Compiling schemars v0.8.22
16572026-06-15T08:48:00.557Z Compiling pin-project-lite v0.2.17
16582026-06-15T08:48:00.666Z Compiling getrandom v0.2.17
16592026-06-15T08:48:00.707Z Compiling scopeguard v1.2.0
16602026-06-15T08:48:00.822Z Compiling lock_api v0.4.14
16612026-06-15T08:48:00.912Z Compiling socket2 v0.6.4
16622026-06-15T08:48:00.983Z Compiling signal-hook-registry v1.4.8
16632026-06-15T08:48:01.044Z Compiling bitflags v2.13.0
16642026-06-15T08:48:01.069Z Compiling synstructure v0.13.2
16652026-06-15T08:48:01.088Z Compiling serde_derive_internals v0.29.1
16662026-06-15T08:48:01.496Z Compiling cmake v0.1.58
16672026-06-15T08:48:01.499Z Compiling mio v1.2.1
16682026-06-15T08:48:01.590Z Compiling dunce v1.0.5
16692026-06-15T08:48:01.701Z Compiling fs_extra v1.3.0
16702026-06-15T08:48:01.717Z Compiling portable-atomic v1.13.1
16712026-06-15T08:48:01.755Z Compiling critical-section v1.2.0
16722026-06-15T08:48:01.871Z Compiling log v0.4.32
16732026-06-15T08:48:01.888Z Compiling futures-core v0.3.32
16742026-06-15T08:48:01.904Z Compiling rustix v1.1.4
16752026-06-15T08:48:01.962Z Compiling aws-lc-sys v0.41.0
16762026-06-15T08:48:02.055Z Compiling subtle v2.6.1
16772026-06-15T08:48:02.089Z Compiling equivalent v1.0.2
16782026-06-15T08:48:02.264Z Compiling thiserror v1.0.69
16792026-06-15T08:48:02.285Z Compiling serde_derive v1.0.228
16802026-06-15T08:48:02.288Z Compiling zerofrom-derive v0.1.7
16812026-06-15T08:48:02.324Z Compiling yoke-derive v0.8.2
16822026-06-15T08:48:02.327Z Compiling zerovec-derive v0.11.3
16832026-06-15T08:48:02.399Z Compiling displaydoc v0.2.6
16842026-06-15T08:48:02.601Z Compiling schemars_derive v0.8.22
16852026-06-15T08:48:02.864Z Compiling thiserror-impl v2.0.18
16862026-06-15T08:48:02.963Z Compiling tokio-macros v2.7.0
16872026-06-15T08:48:03.201Z Compiling zerocopy-derive v0.8.52
16882026-06-15T08:48:03.402Z Compiling zeroize_derive v1.5.0
16892026-06-15T08:48:03.449Z Compiling futures-macro v0.3.32
16902026-06-15T08:48:03.492Z Compiling zerofrom v0.1.8
16912026-06-15T08:48:03.630Z Compiling yoke v0.8.3
16922026-06-15T08:48:03.721Z Compiling once_cell v1.21.4
16932026-06-15T08:48:03.811Z Compiling zerovec v0.11.6
16942026-06-15T08:48:03.838Z Compiling zerotrie v0.2.4
16952026-06-15T08:48:03.971Z Compiling futures-sink v0.3.32
16962026-06-15T08:48:04.078Z Compiling zeroize v1.9.0
16972026-06-15T08:48:04.095Z Compiling ucd-trie v0.1.7
16982026-06-15T08:48:04.275Z Compiling pest v2.8.6
16992026-06-15T08:48:04.294Z Compiling typenum v1.20.1
17002026-06-15T08:48:04.319Z Compiling slab v0.4.12
17012026-06-15T08:48:04.350Z Compiling tinystr v0.8.3
17022026-06-15T08:48:04.386Z Compiling potential_utf v0.1.5
17032026-06-15T08:48:04.448Z Compiling httparse v1.10.1
17042026-06-15T08:48:04.552Z Compiling icu_locale_core v2.2.0
17052026-06-15T08:48:04.571Z Compiling icu_collections v2.2.0
17062026-06-15T08:48:04.588Z Compiling thiserror-impl v1.0.69
17072026-06-15T08:48:04.815Z Compiling futures-channel v0.3.32
17082026-06-15T08:48:05.117Z Compiling getrandom v0.3.4
17092026-06-15T08:48:05.317Z Compiling pest_meta v2.8.6
17102026-06-15T08:48:05.480Z Compiling smallvec v1.15.2
17112026-06-15T08:48:05.501Z Compiling bytes v1.11.1
17122026-06-15T08:48:05.525Z Compiling icu_provider v2.2.0
17132026-06-15T08:48:05.574Z Compiling chrono v0.4.45
17142026-06-15T08:48:05.758Z Compiling serde_tokenstream v0.2.3
17152026-06-15T08:48:06.050Z Compiling icu_properties v2.2.0
17162026-06-15T08:48:06.114Z Compiling icu_normalizer v2.2.0
17172026-06-15T08:48:06.142Z Compiling parking_lot v0.12.5
17182026-06-15T08:48:06.341Z Compiling pest_generator v2.8.6
17192026-06-15T08:48:06.583Z Compiling tokio v1.52.3
17202026-06-15T08:48:07.062Z Compiling idna_adapter v1.2.2
17212026-06-15T08:48:07.222Z Compiling idna v1.1.0
17222026-06-15T08:48:07.348Z Compiling pest_derive v2.8.6
17232026-06-15T08:48:07.490Z Compiling futures-task v0.3.32
17242026-06-15T08:48:07.582Z Compiling url v2.5.8
17252026-06-15T08:48:07.656Z Compiling futures-io v0.3.32
17262026-06-15T08:48:07.680Z Compiling rand_core v0.6.4
17272026-06-15T08:48:07.829Z Compiling futures-util v0.3.32
17282026-06-15T08:48:07.878Z Compiling slog v2.8.2
17292026-06-15T08:48:07.909Z Compiling erased-serde v0.3.31
17302026-06-15T08:48:07.994Z Compiling hashbrown v0.17.1
17312026-06-15T08:48:08.163Z Compiling byteorder v1.5.0
17322026-06-15T08:48:08.681Z Compiling regex-syntax v0.8.11
17332026-06-15T08:48:09.057Z Compiling paste v1.0.15
17342026-06-15T08:48:09.148Z Compiling indexmap v2.14.0
17352026-06-15T08:48:09.374Z Compiling ipnetwork v0.21.1
17362026-06-15T08:48:10.213Z Compiling strsim v0.11.1
17372026-06-15T08:48:10.368Z Compiling anyhow v1.0.102
17382026-06-15T08:48:10.389Z Compiling omicron-workspace-hack v0.1.0
17392026-06-15T08:48:10.740Z Compiling tracing-core v0.1.36
17402026-06-15T08:48:10.943Z Compiling tracing-attributes v0.1.31
17412026-06-15T08:48:11.242Z Compiling aho-corasick v1.1.4
17422026-06-15T08:48:11.792Z Compiling fnv v1.0.7
17432026-06-15T08:48:11.907Z Compiling base64 v0.22.1
17442026-06-15T08:48:12.086Z Compiling regex-automata v0.4.14
17452026-06-15T08:48:12.185Z Compiling tracing v0.1.44
17462026-06-15T08:48:12.411Z Compiling oxnet v0.1.6
17472026-06-15T08:48:12.525Z Compiling scroll_derive v0.13.1
17482026-06-15T08:48:12.542Z Compiling num-conv v0.2.2
17492026-06-15T08:48:12.632Z Compiling time-core v0.1.9
17502026-06-15T08:48:12.670Z Compiling ident_case v1.0.1
17512026-06-15T08:48:12.802Z Compiling http v1.4.2
17522026-06-15T08:48:12.826Z Compiling time-macros v0.2.29
17532026-06-15T08:48:13.837Z Compiling regex v1.12.4
17542026-06-15T08:48:14.008Z Compiling rustls-pki-types v1.14.1
17552026-06-15T08:48:14.455Z Compiling ring v0.17.14
17562026-06-15T08:48:14.574Z Compiling aws-lc-rs v1.17.0
17572026-06-15T08:48:14.883Z Compiling ppv-lite86 v0.2.21
17582026-06-15T08:48:15.078Z Compiling async-trait v0.1.89
17592026-06-15T08:48:15.217Z Compiling daft-derive v0.1.7
17602026-06-15T08:48:15.444Z Compiling camino v1.2.2
17612026-06-15T08:48:15.965Z Compiling crc32fast v1.5.0
17622026-06-15T08:48:16.108Z Compiling tokio-util v0.7.18
17632026-06-15T08:48:16.131Z Compiling usdt-impl v0.6.0
17642026-06-15T08:48:16.271Z Compiling ipnet v2.12.0
17652026-06-15T08:48:16.432Z Compiling crossbeam-utils v0.8.21
17662026-06-15T08:48:16.539Z Compiling untrusted v0.9.0
17672026-06-15T08:48:16.680Z Compiling untrusted v0.7.1
17682026-06-15T08:48:16.812Z Compiling scroll v0.13.0
17692026-06-15T08:48:16.937Z Compiling plain v0.2.3
17702026-06-15T08:48:17.056Z Compiling rustls v0.23.40
17712026-06-15T08:48:17.078Z Compiling pretty-hex v0.4.2
17722026-06-15T08:48:17.222Z Compiling goblin v0.10.7
17732026-06-15T08:48:17.292Z Compiling http-body v1.0.1
17742026-06-15T08:48:17.861Z Compiling slog-async v2.8.0
17752026-06-15T08:48:17.864Z Compiling atomic-waker v1.1.2
17762026-06-15T08:48:17.900Z Compiling dtrace-parser v0.3.0
17772026-06-15T08:48:17.962Z Compiling thread-id v5.1.0
17782026-06-15T08:48:18.053Z Compiling tower-layer v0.3.3
17792026-06-15T08:48:18.257Z Compiling tower-service v0.3.3
17802026-06-15T08:48:18.360Z Compiling try-lock v0.2.5
17812026-06-15T08:48:18.473Z Compiling ryu v1.0.23
17822026-06-15T08:48:18.490Z Compiling want v0.3.1
17832026-06-15T08:48:18.760Z Compiling h2 v0.4.14
17842026-06-15T08:48:18.870Z Compiling httpdate v1.0.3
17852026-06-15T08:48:19.241Z Compiling rand_core v0.9.5
17862026-06-15T08:48:19.923Z Compiling dof v0.4.0
17872026-06-15T08:48:21.348Z Compiling hyper v1.10.1
17882026-06-15T08:48:21.381Z Compiling usdt-macro v0.6.0
17892026-06-15T08:48:21.602Z Compiling usdt-attr-macro v0.6.0
17902026-06-15T08:48:22.214Z Compiling structmeta-derive v0.3.0
17912026-06-15T08:48:22.487Z Compiling multer v3.1.0
17922026-06-15T08:48:22.748Z Compiling hyper-util v0.1.20
17932026-06-15T08:48:23.299Z Compiling syn v1.0.109
17942026-06-15T08:48:23.640Z Compiling allocator-api2 v0.2.21
17952026-06-15T08:48:24.307Z Compiling foldhash v0.2.0
17962026-06-15T08:48:24.335Z Compiling ref-cast v1.0.25
17972026-06-15T08:48:24.593Z Compiling hashbrown v0.16.1
17982026-06-15T08:48:24.747Z Compiling structmeta v0.3.0
17992026-06-15T08:48:24.957Z Compiling rand_chacha v0.9.0
18002026-06-15T08:48:25.326Z Compiling serde_urlencoded v0.7.1
18012026-06-15T08:48:25.395Z Compiling http-body-util v0.1.3
18022026-06-15T08:48:25.513Z Compiling darling_core v0.23.0
18032026-06-15T08:48:25.535Z Compiling newtype-uuid-macros v0.1.0
18042026-06-15T08:48:25.670Z Compiling fastrand v2.4.1
18052026-06-15T08:48:25.745Z Compiling deranged v0.5.8
18062026-06-15T08:48:25.872Z Compiling powerfmt v0.2.0
18072026-06-15T08:48:25.996Z Compiling num_threads v0.1.7
18082026-06-15T08:48:26.258Z Compiling rand v0.9.4
18092026-06-15T08:48:26.393Z Compiling newtype-uuid v1.3.2
18102026-06-15T08:48:26.826Z Compiling time v0.3.49
18112026-06-15T08:48:27.018Z Compiling strum_macros v0.26.4
18122026-06-15T08:48:27.348Z Compiling async-stream-impl v0.3.6
18132026-06-15T08:48:27.367Z Compiling ref-cast-impl v1.0.25
18142026-06-15T08:48:27.583Z Compiling darling_macro v0.23.0
18152026-06-15T08:48:27.977Z Compiling dropshot v0.17.1
18162026-06-15T08:48:28.170Z Compiling hex v0.4.3
18172026-06-15T08:48:28.231Z Compiling darling v0.23.0
18182026-06-15T08:48:28.321Z Compiling daft v0.1.7
18192026-06-15T08:48:28.460Z Compiling crossbeam-channel v0.5.15
18202026-06-15T08:48:28.624Z Compiling openapiv3 v2.2.0
18212026-06-15T08:48:28.659Z Compiling generic-array v0.14.7
18222026-06-15T08:48:29.393Z Compiling serde_with_macros v3.21.0
18232026-06-15T08:48:29.589Z Compiling tempfile v3.27.0
18242026-06-15T08:48:30.057Z Compiling futures-executor v0.3.32
18252026-06-15T08:48:30.400Z Compiling dropshot_endpoint v0.17.1
18262026-06-15T08:48:30.515Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-15T08:48:30.532Z Compiling sync_wrapper v1.0.2
18282026-06-15T08:48:30.648Z Compiling thread_local v1.1.9
18292026-06-15T08:48:30.761Z Compiling openssl-probe v0.2.1
18302026-06-15T08:48:30.993Z Compiling rustls-native-certs v0.8.4
18312026-06-15T08:48:31.024Z Compiling tower v0.5.3
18322026-06-15T08:48:31.027Z Compiling futures v0.3.32
18332026-06-15T08:48:31.816Z Compiling derive-ex v0.1.8
18342026-06-15T08:48:32.156Z Compiling webpki-roots v1.0.7
18352026-06-15T08:48:32.282Z Compiling strum_macros v0.27.2
18362026-06-15T08:48:32.903Z Compiling is-terminal v0.4.17
18372026-06-15T08:48:32.990Z Compiling take_mut v0.2.2
18382026-06-15T08:48:33.115Z Compiling cpufeatures v0.3.0
18392026-06-15T08:48:33.132Z Compiling term v1.2.1
18402026-06-15T08:48:33.376Z Compiling test-strategy v0.4.5
18412026-06-15T08:48:33.452Z Compiling slog-term v2.9.2
18422026-06-15T08:48:34.073Z Compiling tower-http v0.6.11
18432026-06-15T08:48:34.805Z Compiling hybrid-array v0.4.12
18442026-06-15T08:48:35.105Z Compiling simd-adler32 v0.3.9
18452026-06-15T08:48:35.497Z Compiling match_cfg v0.1.0
18462026-06-15T08:48:35.580Z Compiling winnow v1.0.3
18472026-06-15T08:48:35.806Z Compiling adler2 v2.0.1
18482026-06-15T08:48:35.941Z Compiling miniz_oxide v0.8.9
18492026-06-15T08:48:35.979Z Compiling hostname v0.3.1
18502026-06-15T08:48:37.038Z Compiling slog-json v2.6.1
18512026-06-15T08:48:37.182Z Compiling memmap2 v0.9.10
18522026-06-15T08:48:37.345Z Compiling slog-bunyan v2.5.0
18532026-06-15T08:48:37.514Z Compiling usdt v0.6.0
18542026-06-15T08:48:37.531Z Compiling flate2 v1.1.9
18552026-06-15T08:48:37.608Z Compiling crypto-common v0.2.2
18562026-06-15T08:48:38.054Z Compiling block-buffer v0.12.1
18572026-06-15T08:48:38.078Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18582026-06-15T08:48:38.138Z Compiling either v1.16.0
18592026-06-15T08:48:38.370Z Compiling const-oid v0.10.2
18602026-06-15T08:48:38.397Z Compiling debug-ignore v1.0.5
18612026-06-15T08:48:38.515Z Compiling compression-core v0.4.32
18622026-06-15T08:48:38.672Z Compiling compression-codecs v0.4.38
18632026-06-15T08:48:38.699Z Compiling digest v0.11.3
18642026-06-15T08:48:38.880Z Compiling toml_parser v1.1.2+spec-1.1.0
18652026-06-15T08:48:38.898Z Compiling crypto-common v0.1.7
18662026-06-15T08:48:39.036Z Compiling parse-display-derive v0.10.0
18672026-06-15T08:48:39.160Z Compiling rand_chacha v0.3.1
18682026-06-15T08:48:39.178Z Compiling serde_spanned v1.1.1
18692026-06-15T08:48:39.335Z Compiling toml_datetime v1.1.1+spec-1.1.0
18702026-06-15T08:48:39.419Z Compiling encoding_rs v0.8.35
18712026-06-15T08:48:39.760Z Compiling mime v0.3.17
18722026-06-15T08:48:39.776Z Compiling spin v0.9.8
18732026-06-15T08:48:39.792Z Compiling rustix v0.38.44
18742026-06-15T08:48:39.909Z Compiling toml_writer v1.1.1+spec-1.1.0
18752026-06-15T08:48:40.178Z Compiling toml v1.1.2+spec-1.1.0
18762026-06-15T08:48:40.201Z Compiling rand v0.8.6
18772026-06-15T08:48:40.249Z Compiling async-compression v0.4.42
18782026-06-15T08:48:40.340Z Compiling sha1 v0.11.0
18792026-06-15T08:48:40.702Z Compiling strum v0.26.3
18802026-06-15T08:48:40.793Z Compiling async-stream v0.3.6
18812026-06-15T08:48:40.844Z Compiling waitgroup v0.1.2
18822026-06-15T08:48:40.961Z Compiling rustls-pemfile v2.2.0
18832026-06-15T08:48:40.986Z Compiling macaddr v1.0.1
18842026-06-15T08:48:41.005Z Compiling serde_path_to_error v0.1.20
18852026-06-15T08:48:41.268Z Compiling hostname v0.4.2
18862026-06-15T08:48:41.271Z Compiling wait-timeout v0.2.1
18872026-06-15T08:48:41.456Z Compiling quick-error v1.2.3
18882026-06-15T08:48:41.476Z Compiling bit-vec v0.8.0
18892026-06-15T08:48:41.719Z Compiling bit-set v0.8.0
18902026-06-15T08:48:41.776Z Compiling rusty-fork v0.3.1
18912026-06-15T08:48:41.994Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18922026-06-15T08:48:42.052Z Compiling serde_with v3.21.0
18932026-06-15T08:48:42.254Z Compiling rand_xorshift v0.4.0
18942026-06-15T08:48:42.565Z Compiling unarray v0.1.4
18952026-06-15T08:48:42.696Z Compiling proptest v1.11.0
18962026-06-15T08:48:42.777Z Compiling strum v0.27.2
18972026-06-15T08:48:42.920Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18982026-06-15T08:48:42.925Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18992026-06-15T08:48:43.326Z Compiling instant v0.1.13
19002026-06-15T08:48:43.535Z Compiling atomicwrites v0.4.4
19012026-06-15T08:48:43.971Z Compiling iddqd v0.4.4
19022026-06-15T08:48:44.272Z Compiling itertools v0.14.0
19032026-06-15T08:48:44.703Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19042026-06-15T08:48:44.949Z Compiling block-buffer v0.10.4
19052026-06-15T08:48:45.012Z Compiling backon v1.6.0
19062026-06-15T08:48:45.126Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19072026-06-15T08:48:45.185Z Compiling regress v0.10.5
19082026-06-15T08:48:46.111Z Compiling digest v0.10.7
19092026-06-15T08:48:46.197Z Compiling backoff v0.4.0
19102026-06-15T08:48:46.383Z Compiling parse-display v0.10.0
19112026-06-15T08:48:46.428Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19122026-06-15T08:48:47.571Z Compiling humantime v2.3.0
19132026-06-15T08:48:48.783Z Compiling unicode-width v0.2.2
19142026-06-15T08:48:49.350Z Compiling regress v0.11.1
19152026-06-15T08:48:50.868Z Compiling typify-impl v0.6.2
19162026-06-15T08:48:51.191Z Compiling zerocopy-derive v0.7.35
19172026-06-15T08:48:52.236Z Compiling clap_derive v4.6.1
19182026-06-15T08:48:52.414Z Compiling convert_case v0.4.0
19192026-06-15T08:48:52.706Z Compiling cpufeatures v0.2.17
19202026-06-15T08:48:52.787Z Compiling utf8parse v0.2.2
19212026-06-15T08:48:52.904Z Compiling anstyle-parse v1.0.0
19222026-06-15T08:48:53.099Z Compiling derive_more v0.99.20
19232026-06-15T08:48:53.220Z Compiling terminal_size v0.4.4
19242026-06-15T08:48:53.295Z Compiling toml_datetime v0.6.11
19252026-06-15T08:48:53.914Z Compiling anstyle-query v1.1.5
19262026-06-15T08:48:54.028Z Compiling anstyle v1.0.14
19272026-06-15T08:48:54.116Z Compiling typify-macro v0.6.2
19282026-06-15T08:48:54.143Z Compiling colorchoice v1.0.5
19292026-06-15T08:48:54.266Z Compiling is_terminal_polyfill v1.70.2
19302026-06-15T08:48:54.362Z Compiling anstream v1.0.0
19312026-06-15T08:48:55.135Z Compiling secrecy v0.10.3
19322026-06-15T08:48:55.703Z Compiling tinyvec_macros v0.1.1
19332026-06-15T08:48:55.721Z Compiling clap_lex v1.1.0
19342026-06-15T08:48:55.740Z Compiling crucible-workspace-hack v0.1.0
19352026-06-15T08:48:55.780Z Compiling tinyvec v1.11.0
19362026-06-15T08:48:55.996Z Compiling clap_builder v4.6.0
19372026-06-15T08:48:56.085Z Compiling typify v0.6.2
19382026-06-15T08:48:56.721Z Compiling zerocopy v0.7.35
19392026-06-15T08:48:56.901Z Compiling toml_edit v0.25.12+spec-1.1.0
19402026-06-15T08:48:57.352Z Compiling scroll_derive v0.12.1
19412026-06-15T08:48:57.423Z Compiling rustc_version v0.4.1
19422026-06-15T08:48:57.634Z Compiling num-integer v0.1.46
19432026-06-15T08:48:57.688Z Compiling usdt-impl v0.5.0
19442026-06-15T08:48:58.046Z Compiling scroll v0.12.0
19452026-06-15T08:48:58.067Z Compiling clap v4.6.1
19462026-06-15T08:48:58.113Z Compiling curve25519-dalek v4.1.3
19472026-06-15T08:48:58.342Z Compiling proc-macro-crate v3.5.0
19482026-06-15T08:48:58.411Z Compiling dof v0.3.0
19492026-06-15T08:48:59.186Z Compiling hmac v0.12.1
19502026-06-15T08:48:59.344Z Compiling dtrace-parser v0.2.0
19512026-06-15T08:48:59.491Z Compiling darling_core v0.21.3
19522026-06-15T08:48:59.659Z Compiling inout v0.1.4
19532026-06-15T08:48:59.879Z Compiling ff v0.13.1
19542026-06-15T08:49:00.138Z Compiling thread-id v4.2.2
19552026-06-15T08:49:00.231Z Compiling unsafe-libyaml v0.2.11
19562026-06-15T08:49:01.157Z Compiling serde_yaml v0.9.34+deprecated
19572026-06-15T08:49:01.540Z Compiling darling_macro v0.21.3
19582026-06-15T08:49:01.876Z Compiling group v0.13.0
19592026-06-15T08:49:02.130Z Compiling cipher v0.4.4
19602026-06-15T08:49:02.344Z Compiling hkdf v0.12.4
19612026-06-15T08:49:02.402Z Compiling num_enum_derive v0.7.6
19622026-06-15T08:49:02.785Z Compiling goblin v0.8.2
19632026-06-15T08:49:02.955Z Compiling num-rational v0.4.2
19642026-06-15T08:49:03.407Z Compiling num-iter v0.1.45
19652026-06-15T08:49:03.919Z Compiling universal-hash v0.5.1
19662026-06-15T08:49:03.980Z Compiling crypto-bigint v0.5.5
19672026-06-15T08:49:04.066Z Compiling thiserror-impl-no-std v2.0.2
19682026-06-15T08:49:04.316Z Compiling hubpack_derive v0.1.1
19692026-06-15T08:49:04.858Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19702026-06-15T08:49:05.301Z Compiling crossbeam-epoch v0.9.18
19712026-06-15T08:49:05.786Z Compiling half v2.7.1
19722026-06-15T08:49:05.815Z Compiling curve25519-dalek-derive v0.1.1
19732026-06-15T08:49:06.026Z Compiling num-complex v0.4.6
19742026-06-15T08:49:06.563Z Compiling memoffset v0.9.1
19752026-06-15T08:49:06.694Z Compiling base64ct v1.8.3
19762026-06-15T08:49:06.968Z Compiling ciborium-io v0.2.2
19772026-06-15T08:49:07.039Z Compiling opaque-debug v0.3.1
19782026-06-15T08:49:07.131Z Compiling cfg_aliases v0.2.1
19792026-06-15T08:49:07.228Z Compiling prettyplease v0.2.37
19802026-06-15T08:49:07.363Z Compiling base16ct v0.2.0
19812026-06-15T08:49:07.485Z Compiling elliptic-curve v0.13.8
19822026-06-15T08:49:07.785Z Compiling nix v0.31.3
19832026-06-15T08:49:07.945Z Compiling poly1305 v0.8.0
19842026-06-15T08:49:08.012Z Compiling ciborium-ll v0.2.2
19852026-06-15T08:49:08.274Z Compiling password-hash v0.5.0
19862026-06-15T08:49:09.328Z Compiling num v0.4.3
19872026-06-15T08:49:09.452Z Compiling thiserror-no-std v2.0.2
19882026-06-15T08:49:09.552Z Compiling hubpack v0.1.2
19892026-06-15T08:49:10.220Z Compiling num_enum v0.7.6
19902026-06-15T08:49:10.547Z Compiling chacha20 v0.9.1
19912026-06-15T08:49:10.800Z Compiling darling v0.21.3
19922026-06-15T08:49:10.948Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19932026-06-15T08:49:11.192Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19942026-06-15T08:49:11.939Z Compiling blake2 v0.10.6
19952026-06-15T08:49:11.992Z Compiling aead v0.5.2
19962026-06-15T08:49:12.211Z Compiling byte-wrapper v0.1.0
19972026-06-15T08:49:12.418Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19982026-06-15T08:49:12.448Z Compiling serde_repr v0.1.20
19992026-06-15T08:49:13.097Z Compiling proc-macro-error-attr v1.0.4
20002026-06-15T08:49:13.252Z Compiling bstr v1.12.1
20012026-06-15T08:49:13.342Z Compiling keccak v0.1.6
20022026-06-15T08:49:13.377Z Compiling float-ord v0.3.2
20032026-06-15T08:49:13.494Z Compiling heapless v0.8.0
20042026-06-15T08:49:13.580Z Compiling static_assertions v1.1.0
20052026-06-15T08:49:13.911Z Compiling sha3 v0.10.9
20062026-06-15T08:49:14.044Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20072026-06-15T08:49:14.193Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20082026-06-15T08:49:14.759Z Compiling argon2 v0.5.3
20092026-06-15T08:49:14.832Z Compiling chacha20poly1305 v0.10.1
20102026-06-15T08:49:15.186Z Compiling ingot-macros v0.1.1
20112026-06-15T08:49:15.733Z Compiling vsss-rs v3.3.4
20122026-06-15T08:49:17.327Z Compiling ciborium v0.2.2
20132026-06-15T08:49:18.020Z Compiling usdt-attr-macro v0.5.0
20142026-06-15T08:49:18.115Z Compiling usdt-macro v0.5.0
20152026-06-15T08:49:19.158Z Compiling hash32 v0.3.1
20162026-06-15T08:49:19.429Z Compiling num-derive v0.4.2
20172026-06-15T08:49:19.545Z Compiling enum-as-inner v0.6.1
20182026-06-15T08:49:20.125Z Compiling rustls-webpki v0.103.13
20192026-06-15T08:49:20.179Z Compiling proc-macro-error v1.0.4
20202026-06-15T08:49:20.393Z Compiling memmap v0.7.0
20212026-06-15T08:49:20.543Z Compiling winnow v0.5.40
20222026-06-15T08:49:20.874Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20232026-06-15T08:49:21.145Z Compiling smoltcp v0.11.0
20242026-06-15T08:49:21.736Z Compiling data-encoding v2.11.0
20252026-06-15T08:49:21.763Z Compiling indent_write v2.2.0
20262026-06-15T08:49:21.918Z Compiling toml_edit v0.19.15
20272026-06-15T08:49:22.001Z Compiling usdt v0.5.0
20282026-06-15T08:49:22.544Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20292026-06-15T08:49:22.596Z Compiling ingot-types v0.1.2
20302026-06-15T08:49:23.036Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20312026-06-15T08:49:23.143Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20322026-06-15T08:49:23.854Z Compiling progenitor-impl v0.14.0
20332026-06-15T08:49:24.044Z Compiling tabwriter v1.4.1
20342026-06-15T08:49:24.172Z Compiling serde_spanned v0.6.9
20352026-06-15T08:49:24.328Z Compiling tokio-rustls v0.26.4
20362026-06-15T08:49:24.365Z Compiling rustls-platform-verifier v0.7.0
20372026-06-15T08:49:24.409Z Compiling cobs v0.3.0
20382026-06-15T08:49:24.628Z Compiling hyper-rustls v0.27.9
20392026-06-15T08:49:24.958Z Compiling reqwest v0.13.4
20402026-06-15T08:49:25.310Z Compiling bytecount v0.6.9
20412026-06-15T08:49:25.400Z Compiling pkg-config v0.3.33
20422026-06-15T08:49:25.505Z Compiling toml_write v0.1.2
20432026-06-15T08:49:25.712Z Compiling managed v0.8.0
20442026-06-15T08:49:25.833Z Compiling vcpkg v0.2.15
20452026-06-15T08:49:25.850Z Compiling winnow v0.7.15
20462026-06-15T08:49:25.969Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20472026-06-15T08:49:26.218Z Compiling bitflags v1.3.2
20482026-06-15T08:49:26.306Z Compiling progenitor-client v0.14.0
20492026-06-15T08:49:26.608Z Compiling progenitor-extras v0.2.0
20502026-06-15T08:49:26.870Z Compiling openssl-sys v0.9.117
20512026-06-15T08:49:27.353Z Compiling toml_edit v0.22.27
20522026-06-15T08:49:28.499Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20532026-06-15T08:49:29.920Z Compiling progenitor-macro v0.14.0
20542026-06-15T08:49:30.626Z Compiling postcard v1.1.3
20552026-06-15T08:49:31.303Z Compiling proc-macro-crate v1.3.1
20562026-06-15T08:49:31.668Z Compiling ingot v0.1.1
20572026-06-15T08:49:34.049Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20582026-06-15T08:49:38.713Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20592026-06-15T08:49:38.991Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20602026-06-15T08:49:39.891Z Compiling foreign-types-macros v0.2.3
20612026-06-15T08:49:40.123Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20622026-06-15T08:49:40.564Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20632026-06-15T08:49:40.829Z Compiling semver v0.1.20
20642026-06-15T08:49:41.102Z Compiling rayon-core v1.13.0
20652026-06-15T08:49:41.697Z Compiling unicode-segmentation v1.13.3
20662026-06-15T08:49:42.340Z Compiling resolv-conf v0.7.6
20672026-06-15T08:49:42.507Z Compiling colored v3.1.1
20682026-06-15T08:49:42.590Z Compiling foreign-types-shared v0.3.1
20692026-06-15T08:49:42.704Z Compiling linked-hash-map v0.5.6
20702026-06-15T08:49:42.931Z Compiling heck v0.4.1
20712026-06-15T08:49:42.954Z Compiling swrite v0.1.0
20722026-06-15T08:49:43.140Z Compiling lru-cache v0.1.2
20732026-06-15T08:49:43.242Z Compiling foreign-types v0.5.0
20742026-06-15T08:49:43.293Z Compiling newline-converter v0.3.0
20752026-06-15T08:49:43.347Z Compiling rustc_version v0.1.7
20762026-06-15T08:49:43.423Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20772026-06-15T08:49:43.440Z Compiling progenitor v0.14.0
20782026-06-15T08:49:43.588Z Compiling num_enum_derive v0.5.11
20792026-06-15T08:49:43.968Z Compiling toml v0.8.23
20802026-06-15T08:49:44.591Z Compiling hickory-proto v0.24.4
20812026-06-15T08:49:44.629Z Compiling similar v2.7.0
20822026-06-15T08:49:44.762Z Compiling crossbeam-deque v0.8.6
20832026-06-15T08:49:45.002Z Compiling console v0.15.11
20842026-06-15T08:49:45.078Z Compiling chacha20 v0.10.0
20852026-06-15T08:49:45.097Z Compiling camino-tempfile v1.4.1
20862026-06-15T08:49:45.374Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20872026-06-15T08:49:45.515Z Compiling serde-big-array v0.5.1
20882026-06-15T08:49:45.684Z Compiling derive-where v1.6.1
20892026-06-15T08:49:45.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20902026-06-15T08:49:46.249Z Compiling pin-project-internal v1.1.13
20912026-06-15T08:49:46.431Z Compiling cstr-argument v0.1.2
20922026-06-15T08:49:46.616Z Compiling nom v8.0.0
20932026-06-15T08:49:46.986Z Compiling minimal-lexical v0.2.1
20942026-06-15T08:49:46.986Z Compiling siphasher v1.0.3
20952026-06-15T08:49:47.209Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20962026-06-15T08:49:47.346Z Compiling lazy_static v1.5.0
20972026-06-15T08:49:47.373Z Compiling nom v7.1.3
20982026-06-15T08:49:47.391Z Compiling pin-project v1.1.13
20992026-06-15T08:49:47.416Z Compiling phf_shared v0.12.1
21002026-06-15T08:49:47.484Z Compiling hickory-resolver v0.24.4
21012026-06-15T08:49:47.503Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21022026-06-15T08:49:47.921Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21032026-06-15T08:49:48.064Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21042026-06-15T08:49:48.474Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21052026-06-15T08:49:48.688Z Compiling expectorate v1.2.0
21062026-06-15T08:49:48.919Z Compiling rand v0.10.1
21072026-06-15T08:49:49.208Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
21082026-06-15T08:49:51.895Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21092026-06-15T08:49:52.206Z Compiling num_enum v0.5.11
21102026-06-15T08:49:52.350Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21112026-06-15T08:49:52.605Z Compiling newtype_derive v0.1.6
21122026-06-15T08:49:52.887Z Compiling unicode-normalization v0.1.25
21132026-06-15T08:49:53.080Z Compiling tokio-stream v0.1.18
21142026-06-15T08:49:53.490Z Compiling snafu-derive v0.8.9
21152026-06-15T08:49:53.642Z Compiling async-recursion v1.1.1
21162026-06-15T08:49:53.957Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21172026-06-15T08:49:54.292Z Compiling slog-dtrace v0.3.0
21182026-06-15T08:49:54.346Z Compiling csv-core v0.1.13
21192026-06-15T08:49:54.562Z Compiling foldhash v0.1.5
21202026-06-15T08:49:54.755Z Compiling unicode-xid v0.2.6
21212026-06-15T08:49:54.806Z Compiling unicode-width v0.1.14
21222026-06-15T08:49:54.893Z Compiling highway v1.3.0
21232026-06-15T08:49:54.981Z Compiling openssl v0.10.81
21242026-06-15T08:49:55.121Z Compiling cancel-safe-futures v0.1.5
21252026-06-15T08:49:55.202Z Compiling chrono-tz v0.10.4
21262026-06-15T08:49:55.290Z Compiling same-file v1.0.6
21272026-06-15T08:49:55.401Z Compiling foreign-types-shared v0.1.1
21282026-06-15T08:49:55.452Z Compiling owo-colors v4.3.0
21292026-06-15T08:49:55.477Z Compiling konst_macro_rules v0.2.19
21302026-06-15T08:49:55.504Z Compiling foreign-types v0.3.2
21312026-06-15T08:49:55.608Z Compiling walkdir v2.5.0
21322026-06-15T08:49:55.630Z Compiling konst v0.2.20
21332026-06-15T08:49:55.726Z Compiling snafu v0.8.9
21342026-06-15T08:49:55.865Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21352026-06-15T08:49:56.016Z Compiling const_format_proc_macros v0.2.34
21362026-06-15T08:49:56.293Z Compiling hashbrown v0.15.5
21372026-06-15T08:49:56.391Z Compiling csv v1.4.0
21382026-06-15T08:49:56.982Z Compiling qorb v0.4.1
21392026-06-15T08:49:57.033Z Compiling olpc-cjson v0.1.4
21402026-06-15T08:49:57.251Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21412026-06-15T08:49:58.382Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21422026-06-15T08:49:59.973Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21432026-06-15T08:50:00.737Z Compiling rayon v1.12.0
21442026-06-15T08:50:00.880Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21452026-06-15T08:50:01.796Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21462026-06-15T08:50:02.321Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
21472026-06-15T08:50:02.946Z Compiling phf v0.12.1
21482026-06-15T08:50:03.573Z Compiling zone_cfg_derive v0.3.1
21492026-06-15T08:50:04.183Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21502026-06-15T08:50:04.280Z Compiling tokio-dtrace v0.1.1
21512026-06-15T08:50:04.493Z Compiling globset v0.4.18
21522026-06-15T08:50:04.616Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21532026-06-15T08:50:04.847Z Compiling itertools v0.12.1
21542026-06-15T08:50:05.153Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21552026-06-15T08:50:05.596Z Compiling pem v3.0.6
21562026-06-15T08:50:05.764Z Compiling libsw-core v0.3.2
21572026-06-15T08:50:05.958Z Compiling serde_plain v1.0.2
21582026-06-15T08:50:06.256Z Compiling openssl-macros v0.1.1
21592026-06-15T08:50:06.299Z Compiling cookie v0.18.1
21602026-06-15T08:50:06.338Z Compiling sigpipe v0.1.3
21612026-06-15T08:50:06.447Z Compiling typed-path v0.9.3
21622026-06-15T08:50:06.575Z Compiling glob v0.3.3
21632026-06-15T08:50:06.772Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
21642026-06-15T08:50:06.864Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21652026-06-15T08:50:06.959Z Compiling fixedbitset v0.4.2
21662026-06-15T08:50:07.074Z Compiling jiff v0.2.28
21672026-06-15T08:50:07.118Z Compiling fixedbitset v0.5.7
21682026-06-15T08:50:07.160Z Compiling petgraph v0.6.5
21692026-06-15T08:50:07.360Z Compiling petgraph v0.8.3
21702026-06-15T08:50:07.635Z Compiling tough v0.22.0
21712026-06-15T08:50:08.967Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
21722026-06-15T08:50:09.190Z Compiling zone v0.3.1
21732026-06-15T08:50:09.377Z Compiling libsw v3.5.0
21742026-06-15T08:50:09.575Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21752026-06-15T08:50:09.742Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21762026-06-15T08:50:09.820Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21772026-06-15T08:50:10.120Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21782026-06-15T08:50:10.892Z Compiling oxide-tokio-rt v0.1.6
21792026-06-15T08:50:11.524Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
21802026-06-15T08:50:12.733Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21812026-06-15T08:50:12.974Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21822026-06-15T08:50:14.368Z Compiling const_format v0.2.36
21832026-06-15T08:50:14.480Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21842026-06-15T08:50:16.004Z Compiling papergrid v0.11.0
21852026-06-15T08:50:16.116Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
21862026-06-15T08:50:16.230Z Compiling tabled_derive v0.7.0
21872026-06-15T08:50:16.344Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21882026-06-15T08:50:16.890Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21892026-06-15T08:50:17.224Z Compiling libscf-sys v1.2.0
21902026-06-15T08:50:17.322Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21912026-06-15T08:50:17.361Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21922026-06-15T08:50:17.454Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21932026-06-15T08:50:17.591Z Compiling gethostname v0.5.0
21942026-06-15T08:50:18.479Z Compiling smf v0.2.3
21952026-06-15T08:50:18.515Z Compiling bcs v0.1.6
21962026-06-15T08:50:18.515Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21972026-06-15T08:50:18.515Z Compiling tagptr v0.2.0
21982026-06-15T08:50:18.515Z Compiling unicode-linebreak v0.1.5
21992026-06-15T08:50:18.515Z Compiling whoami v1.6.1
22002026-06-15T08:50:18.586Z Compiling termtree v0.5.1
22012026-06-15T08:50:18.708Z Compiling smawk v0.3.2
22022026-06-15T08:50:18.737Z Compiling linear-map v1.2.0
22032026-06-15T08:50:18.903Z Compiling textwrap v0.16.2
22042026-06-15T08:50:18.955Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22052026-06-15T08:50:19.891Z Compiling moka v0.12.15
22062026-06-15T08:50:20.458Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22072026-06-15T08:50:20.677Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22082026-06-15T08:50:21.112Z Compiling tabled v0.15.0
22092026-06-15T08:50:21.168Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22102026-06-15T08:50:21.578Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22112026-06-15T08:50:21.875Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22122026-06-15T08:50:21.929Z Compiling steno v0.4.1
22132026-06-15T08:50:24.399Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22142026-06-15T08:50:27.297Z Compiling hickory-proto v0.25.2
22152026-06-15T08:50:27.749Z Compiling proc-macro-error-attr2 v2.0.0
22162026-06-15T08:50:28.209Z Compiling proc-macro-error2 v2.0.1
22172026-06-15T08:50:28.500Z Compiling parking_lot_core v0.8.6
22182026-06-15T08:50:29.799Z Compiling tabled_derive v0.11.0
22192026-06-15T08:50:29.805Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22202026-06-15T08:50:29.805Z Compiling papergrid v0.18.0
22212026-06-15T08:50:29.965Z Compiling hickory-resolver v0.25.2
22222026-06-15T08:50:30.322Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22232026-06-15T08:50:30.912Z Compiling progenitor-impl v0.13.0
22242026-06-15T08:50:31.766Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22252026-06-15T08:50:31.959Z Compiling testing_table v0.3.0
22262026-06-15T08:50:32.403Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22272026-06-15T08:50:32.744Z Compiling tabled v0.21.0
22282026-06-15T08:50:33.014Z Compiling progenitor-macro v0.13.0
22292026-06-15T08:50:34.421Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22302026-06-15T08:50:35.289Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22312026-06-15T08:50:36.671Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22322026-06-15T08:50:36.793Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22332026-06-15T08:50:37.251Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22342026-06-15T08:50:37.485Z Compiling progenitor-client v0.13.0
22352026-06-15T08:50:37.953Z Compiling arc-swap v1.9.1
22362026-06-15T08:50:37.986Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22372026-06-15T08:50:38.301Z Compiling slog-scope v4.4.1
22382026-06-15T08:50:38.731Z Compiling parking_lot v0.11.2
22392026-06-15T08:50:39.531Z Compiling progenitor v0.13.0
22402026-06-15T08:50:39.614Z Compiling dropshot-api-manager-types v0.7.2
22412026-06-15T08:50:39.687Z Compiling fxhash v0.2.1
22422026-06-15T08:50:39.841Z Compiling crc8 v0.1.1
22432026-06-15T08:50:39.967Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22442026-06-15T08:50:40.178Z Compiling sled v0.34.7
22452026-06-15T08:50:40.571Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22462026-06-15T08:50:41.472Z Compiling slog-stdlog v4.1.1
22472026-06-15T08:50:41.926Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22482026-06-15T08:50:42.225Z Compiling slog-envlogger v2.2.0
22492026-06-15T08:50:43.361Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22502026-06-15T08:50:45.958Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22512026-06-15T08:50:48.224Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22522026-06-15T08:50:49.893Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22532026-06-15T08:50:50.797Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22542026-06-15T08:51:01.302Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22552026-06-15T08:51:06.559Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22562026-06-15T08:51:09.748Z Finished `release` profile [optimized] target(s) in 3m 39s
22572026-06-15T08:51:10.076Z+ banner quartet
22582026-06-15T08:51:10.079Z
22592026-06-15T08:51:10.079Z #### # # ## ##### ##### ###### #####
22602026-06-15T08:51:10.079Z # # # # # # # # # # #
22612026-06-15T08:51:10.079Z # # # # # # # # # ##### #
22622026-06-15T08:51:10.079Z # # # # # ###### ##### # # #
22632026-06-15T08:51:10.079Z # # # # # # # # # # #
22642026-06-15T08:51:10.079Z ### # #### # # # # # ###### #
22652026-06-15T08:51:10.079Z
22662026-06-15T08:51:10.079Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22672026-06-15T08:51:10.631Z Compiling cfg-if v1.0.4
22682026-06-15T08:51:10.634Z Compiling libc v0.2.186
22692026-06-15T08:51:10.634Z Compiling serde_core v1.0.228
22702026-06-15T08:51:10.732Z Compiling memchr v2.8.2
22712026-06-15T08:51:10.743Z Compiling smallvec v1.15.2
22722026-06-15T08:51:10.750Z Compiling itoa v1.0.18
22732026-06-15T08:51:10.759Z Compiling stable_deref_trait v1.2.1
22742026-06-15T08:51:10.762Z Compiling zerofrom v0.1.8
22752026-06-15T08:51:10.782Z Compiling zmij v1.0.21
22762026-06-15T08:51:10.829Z Compiling libm v0.2.16
22772026-06-15T08:51:10.887Z Compiling yoke v0.8.3
22782026-06-15T08:51:10.980Z Compiling litemap v0.8.2
22792026-06-15T08:51:10.984Z Compiling writeable v0.6.3
22802026-06-15T08:51:11.079Z Compiling zerovec v0.11.6
22812026-06-15T08:51:11.107Z Compiling zerotrie v0.2.4
22822026-06-15T08:51:11.179Z Compiling utf8_iter v1.0.4
22832026-06-15T08:51:11.224Z Compiling rand_core v0.10.1
22842026-06-15T08:51:11.244Z Compiling percent-encoding v2.3.2
22852026-06-15T08:51:11.344Z Compiling icu_normalizer_data v2.2.0
22862026-06-15T08:51:11.392Z Compiling getrandom v0.4.2
22872026-06-15T08:51:11.458Z Compiling icu_properties_data v2.2.0
22882026-06-15T08:51:11.544Z Compiling form_urlencoded v1.2.2
22892026-06-15T08:51:11.560Z Compiling errno v0.3.14
22902026-06-15T08:51:11.599Z Compiling iana-time-zone v0.1.65
22912026-06-15T08:51:11.613Z Compiling pin-project-lite v0.2.17
22922026-06-15T08:51:11.713Z Compiling tinystr v0.8.3
22932026-06-15T08:51:11.724Z Compiling potential_utf v0.1.5
22942026-06-15T08:51:11.728Z Compiling num-traits v0.2.19
22952026-06-15T08:51:11.812Z Compiling dyn-clone v1.0.20
22962026-06-15T08:51:11.888Z Compiling icu_locale_core v2.2.0
22972026-06-15T08:51:11.914Z Compiling icu_collections v2.2.0
22982026-06-15T08:51:11.935Z Compiling zeroize v1.9.0
22992026-06-15T08:51:11.951Z Compiling socket2 v0.6.4
23002026-06-15T08:51:11.964Z Compiling scopeguard v1.2.0
23012026-06-15T08:51:12.077Z Compiling lock_api v0.4.14
23022026-06-15T08:51:12.173Z Compiling parking_lot_core v0.9.12
23032026-06-15T08:51:12.329Z Compiling thiserror v2.0.18
23042026-06-15T08:51:12.444Z Compiling parking_lot v0.12.5
23052026-06-15T08:51:12.489Z Compiling portable-atomic v1.13.1
23062026-06-15T08:51:12.587Z Compiling signal-hook-registry v1.4.8
23072026-06-15T08:51:12.600Z Compiling serde v1.0.228
23082026-06-15T08:51:12.685Z Compiling serde_json v1.0.150
23092026-06-15T08:51:12.737Z Compiling icu_provider v2.2.0
23102026-06-15T08:51:12.781Z Compiling uuid v1.23.3
23112026-06-15T08:51:13.128Z Compiling bytes v1.11.1
23122026-06-15T08:51:13.193Z Compiling icu_normalizer v2.2.0
23132026-06-15T08:51:13.220Z Compiling icu_properties v2.2.0
23142026-06-15T08:51:13.344Z Compiling chrono v0.4.45
23152026-06-15T08:51:13.354Z Compiling semver v1.0.28
23162026-06-15T08:51:13.376Z Compiling bitflags v2.13.0
23172026-06-15T08:51:13.781Z Compiling mio v1.2.1
23182026-06-15T08:51:14.002Z Compiling critical-section v1.2.0
23192026-06-15T08:51:14.013Z Compiling futures-core v0.3.32
23202026-06-15T08:51:14.117Z Compiling idna_adapter v1.2.2
23212026-06-15T08:51:14.176Z Compiling tokio v1.52.3
23222026-06-15T08:51:14.257Z Compiling idna v1.1.0
23232026-06-15T08:51:14.383Z Compiling once_cell v1.21.4
23242026-06-15T08:51:14.490Z Compiling zerocopy v0.8.52
23252026-06-15T08:51:14.635Z Compiling url v2.5.8
23262026-06-15T08:51:14.748Z Compiling subtle v2.6.1
23272026-06-15T08:51:14.812Z Compiling typenum v1.20.1
23282026-06-15T08:51:14.925Z Compiling log v0.4.32
23292026-06-15T08:51:15.178Z Compiling equivalent v1.0.2
23302026-06-15T08:51:15.275Z Compiling schemars v0.8.22
23312026-06-15T08:51:15.324Z Compiling futures-sink v0.3.32
23322026-06-15T08:51:15.447Z Compiling getrandom v0.2.17
23332026-06-15T08:51:15.626Z Compiling slab v0.4.12
23342026-06-15T08:51:15.690Z Compiling rand_core v0.6.4
23352026-06-15T08:51:15.839Z Compiling futures-channel v0.3.32
23362026-06-15T08:51:15.954Z Compiling futures-io v0.3.32
23372026-06-15T08:51:16.100Z Compiling futures-task v0.3.32
23382026-06-15T08:51:16.156Z Compiling erased-serde v0.3.31
23392026-06-15T08:51:16.277Z Compiling ipnetwork v0.21.1
23402026-06-15T08:51:16.359Z Compiling futures-util v0.3.32
23412026-06-15T08:51:16.775Z Compiling slog v2.8.2
23422026-06-15T08:51:16.879Z Compiling oxnet v0.1.6
23432026-06-15T08:51:17.204Z Compiling tracing-core v0.1.36
23442026-06-15T08:51:17.382Z Compiling hashbrown v0.17.1
23452026-06-15T08:51:17.700Z Compiling tracing v0.1.44
23462026-06-15T08:51:18.063Z Compiling indexmap v2.14.0
23472026-06-15T08:51:18.076Z Compiling base64 v0.22.1
23482026-06-15T08:51:18.287Z Compiling unicode-ident v1.0.24
23492026-06-15T08:51:18.317Z Compiling byteorder v1.5.0
23502026-06-15T08:51:18.411Z Compiling proc-macro2 v1.0.106
23512026-06-15T08:51:18.568Z Compiling thiserror v1.0.69
23522026-06-15T08:51:18.581Z Compiling ppv-lite86 v0.2.21
23532026-06-15T08:51:18.685Z Compiling http v1.4.2
23542026-06-15T08:51:18.897Z Compiling quote v1.0.45
23552026-06-15T08:51:18.918Z Compiling fnv v1.0.7
23562026-06-15T08:51:19.029Z Compiling rustix v1.1.4
23572026-06-15T08:51:19.064Z Compiling rustls-pki-types v1.14.1
23582026-06-15T08:51:19.090Z Compiling syn v2.0.117
23592026-06-15T08:51:19.636Z Compiling pretty-hex v0.4.2
23602026-06-15T08:51:19.797Z Compiling aws-lc-sys v0.41.0
23612026-06-15T08:51:19.929Z Compiling tokio-util v0.7.18
23622026-06-15T08:51:20.290Z Compiling untrusted v0.7.1
23632026-06-15T08:51:20.367Z Compiling ipnet v2.12.0
23642026-06-15T08:51:20.422Z Compiling aws-lc-rs v1.17.0
23652026-06-15T08:51:20.590Z Compiling untrusted v0.9.0
23662026-06-15T08:51:20.608Z Compiling plain v0.2.3
23672026-06-15T08:51:20.727Z Compiling rustls v0.23.40
23682026-06-15T08:51:20.730Z Compiling getrandom v0.3.4
23692026-06-15T08:51:20.946Z Compiling omicron-workspace-hack v0.1.0
23702026-06-15T08:51:20.958Z Compiling http-body v1.0.1
23712026-06-15T08:51:20.986Z Compiling ucd-trie v0.1.7
23722026-06-15T08:51:21.024Z Compiling atomic-waker v1.1.2
23732026-06-15T08:51:21.124Z Compiling httparse v1.10.1
23742026-06-15T08:51:21.161Z Compiling pest v2.8.6
23752026-06-15T08:51:21.183Z Compiling rand_core v0.9.5
23762026-06-15T08:51:21.463Z Compiling crossbeam-utils v0.8.21
23772026-06-15T08:51:21.583Z Compiling rustls-webpki v0.103.13
23782026-06-15T08:51:21.607Z Compiling tower-layer v0.3.3
23792026-06-15T08:51:21.626Z Compiling try-lock v0.2.5
23802026-06-15T08:51:21.747Z Compiling tower-service v0.3.3
23812026-06-15T08:51:21.809Z Compiling ryu v1.0.23
23822026-06-15T08:51:21.849Z Compiling regex-syntax v0.8.11
23832026-06-15T08:51:22.112Z Compiling fastrand v2.4.1
23842026-06-15T08:51:22.455Z Compiling want v0.3.1
23852026-06-15T08:51:22.655Z Compiling h2 v0.4.14
23862026-06-15T08:51:22.853Z Compiling newtype-uuid v1.3.2
23872026-06-15T08:51:23.327Z Compiling hex v0.4.3
23882026-06-15T08:51:23.626Z Compiling httpdate v1.0.3
23892026-06-15T08:51:23.887Z Compiling daft v0.1.7
23902026-06-15T08:51:24.012Z Compiling rand_chacha v0.9.0
23912026-06-15T08:51:24.181Z Compiling allocator-api2 v0.2.21
23922026-06-15T08:51:24.234Z Compiling foldhash v0.2.0
23932026-06-15T08:51:24.536Z Compiling hashbrown v0.16.1
23942026-06-15T08:51:24.573Z Compiling rand v0.9.4
23952026-06-15T08:51:24.576Z Compiling anyhow v1.0.102
23962026-06-15T08:51:25.244Z Compiling hyper v1.10.1
23972026-06-15T08:51:25.248Z Compiling tempfile v3.27.0
23982026-06-15T08:51:25.333Z Compiling generic-array v0.14.7
23992026-06-15T08:51:25.901Z Compiling tokio-rustls v0.26.4
24002026-06-15T08:51:26.169Z Compiling serde_urlencoded v0.7.1
24012026-06-15T08:51:26.207Z Compiling http-body-util v0.1.3
24022026-06-15T08:51:26.468Z Compiling aho-corasick v1.1.4
24032026-06-15T08:51:26.572Z Compiling powerfmt v0.2.0
24042026-06-15T08:51:26.845Z Compiling hyper-util v0.1.20
24052026-06-15T08:51:27.913Z Compiling num_threads v0.1.7
24062026-06-15T08:51:28.042Z Compiling time-core v0.1.9
24072026-06-15T08:51:28.246Z Compiling deranged v0.5.8
24082026-06-15T08:51:28.688Z Compiling num-conv v0.2.2
24092026-06-15T08:51:28.854Z Compiling cpufeatures v0.3.0
24102026-06-15T08:51:28.940Z Compiling regex-automata v0.4.14
24112026-06-15T08:51:29.320Z Compiling time v0.3.49
24122026-06-15T08:51:29.341Z Compiling camino v1.2.2
24132026-06-15T08:51:29.854Z Compiling futures-executor v0.3.32
24142026-06-15T08:51:29.892Z Compiling winnow v1.0.3
24152026-06-15T08:51:29.925Z Compiling crossbeam-channel v0.5.15
24162026-06-15T08:51:30.403Z Compiling futures v0.3.32
24172026-06-15T08:51:30.494Z Compiling openapiv3 v2.2.0
24182026-06-15T08:51:30.636Z Compiling scroll v0.13.0
24192026-06-15T08:51:30.939Z Compiling hybrid-array v0.4.12
24202026-06-15T08:51:31.320Z Compiling sync_wrapper v1.0.2
24212026-06-15T08:51:31.459Z Compiling simd-adler32 v0.3.9
24222026-06-15T08:51:31.473Z Compiling openssl-probe v0.2.1
24232026-06-15T08:51:31.731Z Compiling adler2 v2.0.1
24242026-06-15T08:51:31.902Z Compiling miniz_oxide v0.8.9
24252026-06-15T08:51:31.913Z Compiling rustls-native-certs v0.8.4
24262026-06-15T08:51:31.925Z Compiling tower v0.5.3
24272026-06-15T08:51:32.331Z Compiling goblin v0.10.7
24282026-06-15T08:51:32.520Z Compiling crc32fast v1.5.0
24292026-06-15T08:51:32.748Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
24302026-06-15T08:51:32.784Z Compiling thread_local v1.1.9
24312026-06-15T08:51:33.015Z Compiling either v1.16.0
24322026-06-15T08:51:33.148Z Compiling flate2 v1.1.9
24332026-06-15T08:51:33.245Z Compiling tower-http v0.6.11
24342026-06-15T08:51:33.345Z Compiling rustls-platform-verifier v0.7.0
24352026-06-15T08:51:33.706Z Compiling block-buffer v0.12.1
24362026-06-15T08:51:33.895Z Compiling crypto-common v0.2.2
24372026-06-15T08:51:33.930Z Compiling regex v1.12.4
24382026-06-15T08:51:33.971Z Compiling hyper-rustls v0.27.9
24392026-06-15T08:51:34.346Z Compiling crypto-common v0.1.7
24402026-06-15T08:51:34.501Z Compiling dtrace-parser v0.3.0
24412026-06-15T08:51:34.752Z Compiling rand_chacha v0.3.1
24422026-06-15T08:51:35.175Z Compiling thread-id v5.1.0
24432026-06-15T08:51:35.269Z Compiling is-terminal v0.4.17
24442026-06-15T08:51:35.375Z Compiling take_mut v0.2.2
24452026-06-15T08:51:35.375Z Compiling debug-ignore v1.0.5
24462026-06-15T08:51:35.398Z Compiling const-oid v0.10.2
24472026-06-15T08:51:35.494Z Compiling dof v0.4.0
24482026-06-15T08:51:35.497Z Compiling match_cfg v0.1.0
24492026-06-15T08:51:35.581Z Compiling compression-core v0.4.32
24502026-06-15T08:51:35.695Z Compiling term v1.2.1
24512026-06-15T08:51:35.762Z Compiling compression-codecs v0.4.38
24522026-06-15T08:51:36.148Z Compiling slog-term v2.9.2
24532026-06-15T08:51:37.056Z Compiling usdt-impl v0.6.0
24542026-06-15T08:51:37.572Z Compiling hostname v0.3.1
24552026-06-15T08:51:37.608Z Compiling digest v0.11.3
24562026-06-15T08:51:37.738Z Compiling slog-async v2.8.0
24572026-06-15T08:51:37.802Z Compiling rand v0.8.6
24582026-06-15T08:51:38.591Z Compiling ref-cast v1.0.25
24592026-06-15T08:51:38.634Z Compiling reqwest v0.13.4
24602026-06-15T08:51:38.729Z Compiling slog-json v2.6.1
24612026-06-15T08:51:38.997Z Compiling toml_parser v1.1.2+spec-1.1.0
24622026-06-15T08:51:39.213Z Compiling strum v0.26.3
24632026-06-15T08:51:39.355Z Compiling macaddr v1.0.1
24642026-06-15T08:51:39.638Z Compiling toml_datetime v1.1.1+spec-1.1.0
24652026-06-15T08:51:40.070Z Compiling serde_spanned v1.1.1
24662026-06-15T08:51:40.125Z Compiling wait-timeout v0.2.1
24672026-06-15T08:51:40.223Z Compiling memmap2 v0.9.10
24682026-06-15T08:51:40.324Z Compiling encoding_rs v0.8.35
24692026-06-15T08:51:40.517Z Compiling mime v0.3.17
24702026-06-15T08:51:40.622Z Compiling bit-vec v0.8.0
24712026-06-15T08:51:40.928Z Compiling quick-error v1.2.3
24722026-06-15T08:51:41.004Z Compiling toml_writer v1.1.1+spec-1.1.0
24732026-06-15T08:51:41.043Z Compiling spin v0.9.8
24742026-06-15T08:51:41.176Z Compiling rusty-fork v0.3.1
24752026-06-15T08:51:41.267Z Compiling toml v1.1.2+spec-1.1.0
24762026-06-15T08:51:41.369Z Compiling bit-set v0.8.0
24772026-06-15T08:51:41.575Z Compiling multer v3.1.0
24782026-06-15T08:51:42.041Z Compiling usdt v0.6.0
24792026-06-15T08:51:42.702Z Compiling progenitor-client v0.14.0
24802026-06-15T08:51:42.821Z Compiling slog-bunyan v2.5.0
24812026-06-15T08:51:43.014Z Compiling rustix v0.38.44
24822026-06-15T08:51:43.234Z Compiling sha1 v0.11.0
24832026-06-15T08:51:43.582Z Compiling async-compression v0.4.42
24842026-06-15T08:51:43.636Z Compiling serde_with v3.21.0
24852026-06-15T08:51:43.792Z Compiling async-stream v0.3.6
24862026-06-15T08:51:44.002Z Compiling rand_xorshift v0.4.0
24872026-06-15T08:51:44.084Z Compiling waitgroup v0.1.2
24882026-06-15T08:51:44.171Z Compiling rustls-pemfile v2.2.0
24892026-06-15T08:51:44.249Z Compiling serde_path_to_error v0.1.20
24902026-06-15T08:51:44.436Z Compiling hostname v0.4.2
24912026-06-15T08:51:44.460Z Compiling unarray v0.1.4
24922026-06-15T08:51:44.581Z Compiling dropshot v0.17.1
24932026-06-15T08:51:44.592Z Compiling proptest v1.11.0
24942026-06-15T08:51:44.603Z Compiling strum v0.27.2
24952026-06-15T08:51:44.704Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24962026-06-15T08:51:44.735Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24972026-06-15T08:51:44.859Z Compiling atomicwrites v0.4.4
24982026-06-15T08:51:44.913Z Compiling iddqd v0.4.4
24992026-06-15T08:51:44.968Z Compiling block-buffer v0.10.4
25002026-06-15T08:51:45.140Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25012026-06-15T08:51:45.151Z Compiling backon v1.6.0
25022026-06-15T08:51:45.426Z Compiling instant v0.1.13
25032026-06-15T08:51:45.459Z Compiling progenitor-extras v0.2.0
25042026-06-15T08:51:45.551Z Compiling backoff v0.4.0
25052026-06-15T08:51:45.700Z Compiling digest v0.10.7
25062026-06-15T08:51:45.775Z Compiling parse-display v0.10.0
25072026-06-15T08:51:45.804Z Compiling itertools v0.14.0
25082026-06-15T08:51:45.964Z Compiling regress v0.10.5
25092026-06-15T08:51:46.436Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25102026-06-15T08:51:46.730Z Compiling humantime v2.3.0
25112026-06-15T08:51:47.138Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25122026-06-15T08:51:47.172Z Compiling cpufeatures v0.2.17
25132026-06-15T08:51:47.257Z Compiling unicode-width v0.2.2
25142026-06-15T08:51:47.344Z Compiling secrecy v0.10.3
25152026-06-15T08:51:47.518Z Compiling tinyvec_macros v0.1.1
25162026-06-15T08:51:47.574Z Compiling tinyvec v1.11.0
25172026-06-15T08:51:47.599Z Compiling num-integer v0.1.46
25182026-06-15T08:51:48.005Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25192026-06-15T08:51:48.097Z Compiling heck v0.5.0
25202026-06-15T08:51:48.704Z Compiling scroll v0.12.0
25212026-06-15T08:51:49.017Z Compiling crucible-workspace-hack v0.1.0
25222026-06-15T08:51:49.100Z Compiling hmac v0.12.1
25232026-06-15T08:51:49.163Z Compiling inout v0.1.4
25242026-06-15T08:51:49.265Z Compiling ff v0.13.1
25252026-06-15T08:51:49.332Z Compiling utf8parse v0.2.2
25262026-06-15T08:51:49.422Z Compiling anstyle-parse v1.0.0
25272026-06-15T08:51:49.453Z Compiling group v0.13.0
25282026-06-15T08:51:49.594Z Compiling cipher v0.4.4
25292026-06-15T08:51:49.652Z Compiling hkdf v0.12.4
25302026-06-15T08:51:49.827Z Compiling num_enum v0.7.6
25312026-06-15T08:51:49.850Z Compiling goblin v0.8.2
25322026-06-15T08:51:49.961Z Compiling num-rational v0.4.2
25332026-06-15T08:51:50.308Z Compiling num-iter v0.1.45
25342026-06-15T08:51:51.448Z Compiling zerocopy v0.7.35
25352026-06-15T08:51:51.451Z Compiling universal-hash v0.5.1
25362026-06-15T08:51:51.451Z Compiling crypto-bigint v0.5.5
25372026-06-15T08:51:51.451Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25382026-06-15T08:51:51.451Z Compiling terminal_size v0.4.4
25392026-06-15T08:51:51.451Z Compiling half v2.7.1
25402026-06-15T08:51:51.631Z Compiling num-complex v0.4.6
25412026-06-15T08:51:52.091Z Compiling base16ct v0.2.0
25422026-06-15T08:51:52.311Z Compiling base64ct v1.8.3
25432026-06-15T08:51:52.377Z Compiling anstyle-query v1.1.5
25442026-06-15T08:51:52.497Z Compiling opaque-debug v0.3.1
25452026-06-15T08:51:52.580Z Compiling colorchoice v1.0.5
25462026-06-15T08:51:52.673Z Compiling is_terminal_polyfill v1.70.2
25472026-06-15T08:51:52.709Z Compiling ciborium-io v0.2.2
25482026-06-15T08:51:52.778Z Compiling anstyle v1.0.14
25492026-06-15T08:51:52.812Z Compiling ciborium-ll v0.2.2
25502026-06-15T08:51:52.825Z Compiling password-hash v0.5.0
25512026-06-15T08:51:53.057Z Compiling anstream v1.0.0
25522026-06-15T08:51:53.080Z Compiling poly1305 v0.8.0
25532026-06-15T08:51:53.574Z Compiling dof v0.3.0
25542026-06-15T08:51:53.593Z Compiling elliptic-curve v0.13.8
25552026-06-15T08:51:53.706Z Compiling curve25519-dalek v4.1.3
25562026-06-15T08:51:53.783Z Compiling num v0.4.3
25572026-06-15T08:51:53.868Z Compiling thiserror-no-std v2.0.2
25582026-06-15T08:51:53.907Z Compiling chacha20 v0.9.1
25592026-06-15T08:51:53.968Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25602026-06-15T08:51:54.160Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25612026-06-15T08:51:55.821Z Compiling blake2 v0.10.6
25622026-06-15T08:51:56.253Z Compiling aead v0.5.2
25632026-06-15T08:51:56.322Z Compiling regress v0.11.1
25642026-06-15T08:51:56.391Z Compiling byte-wrapper v0.1.0
25652026-06-15T08:51:56.464Z Compiling dtrace-parser v0.2.0
25662026-06-15T08:51:56.476Z Compiling crossbeam-epoch v0.9.18
25672026-06-15T08:51:56.810Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25682026-06-15T08:51:56.988Z Compiling thread-id v4.2.2
25692026-06-15T08:51:57.083Z Compiling clap_lex v1.1.0
25702026-06-15T08:51:57.396Z Compiling keccak v0.1.6
25712026-06-15T08:51:57.461Z Compiling float-ord v0.3.2
25722026-06-15T08:51:57.584Z Compiling strsim v0.11.1
25732026-06-15T08:51:58.161Z Compiling typify-impl v0.6.2
25742026-06-15T08:51:58.389Z Compiling clap_builder v4.6.0
25752026-06-15T08:51:58.442Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25762026-06-15T08:51:59.007Z Compiling sha3 v0.10.9
25772026-06-15T08:51:59.190Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-06-15T08:51:59.427Z Compiling usdt-impl v0.5.0
25792026-06-15T08:52:01.191Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25802026-06-15T08:52:03.777Z Compiling chacha20poly1305 v0.10.1
25812026-06-15T08:52:03.938Z Compiling argon2 v0.5.3
25822026-06-15T08:52:04.511Z Compiling vsss-rs v3.3.4
25832026-06-15T08:52:04.983Z Compiling ciborium v0.2.2
25842026-06-15T08:52:05.824Z Compiling hash32 v0.3.1
25852026-06-15T08:52:06.002Z Compiling memmap v0.7.0
25862026-06-15T08:52:06.015Z Compiling data-encoding v2.11.0
25872026-06-15T08:52:06.245Z Compiling indent_write v2.2.0
25882026-06-15T08:52:06.258Z Compiling usdt v0.5.0
25892026-06-15T08:52:06.412Z Compiling heapless v0.8.0
25902026-06-15T08:52:06.915Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25912026-06-15T08:52:06.927Z Compiling ingot-types v0.1.2
25922026-06-15T08:52:07.377Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25932026-06-15T08:52:07.715Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25942026-06-15T08:52:07.735Z Compiling typify v0.6.2
25952026-06-15T08:52:07.821Z Compiling clap v4.6.1
25962026-06-15T08:52:07.850Z Compiling tabwriter v1.4.1
25972026-06-15T08:52:07.912Z Compiling cobs v0.3.0
25982026-06-15T08:52:08.192Z Compiling colored v3.1.1
25992026-06-15T08:52:08.223Z Compiling managed v0.8.0
26002026-06-15T08:52:08.491Z Compiling bitflags v1.3.2
26012026-06-15T08:52:08.578Z Compiling foreign-types-shared v0.3.1
26022026-06-15T08:52:08.685Z Compiling foreign-types v0.5.0
26032026-06-15T08:52:08.698Z Compiling smoltcp v0.11.0
26042026-06-15T08:52:08.774Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26052026-06-15T08:52:08.869Z Compiling postcard v1.1.3
26062026-06-15T08:52:09.252Z Compiling progenitor-impl v0.14.0
26072026-06-15T08:52:09.424Z Compiling ingot v0.1.1
26082026-06-15T08:52:09.480Z Compiling memoffset v0.9.1
26092026-06-15T08:52:09.578Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26102026-06-15T08:52:09.698Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26112026-06-15T08:52:09.983Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26122026-06-15T08:52:10.109Z Compiling chacha20 v0.10.0
26132026-06-15T08:52:10.409Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
26142026-06-15T08:52:10.534Z Compiling serde_spanned v0.6.9
26152026-06-15T08:52:10.706Z Compiling toml_datetime v0.6.11
26162026-06-15T08:52:10.831Z Compiling cstr-argument v0.1.2
26172026-06-15T08:52:11.006Z Compiling resolv-conf v0.7.6
26182026-06-15T08:52:11.085Z Compiling static_assertions v1.1.0
26192026-06-15T08:52:11.168Z Compiling unicode-segmentation v1.13.3
26202026-06-15T08:52:11.664Z Compiling swrite v0.1.0
26212026-06-15T08:52:11.664Z Compiling winnow v0.7.15
26222026-06-15T08:52:11.795Z Compiling toml_write v0.1.2
26232026-06-15T08:52:11.813Z Compiling linked-hash-map v0.5.6
26242026-06-15T08:52:11.949Z Compiling newline-converter v0.3.0
26252026-06-15T08:52:12.035Z Compiling lru-cache v0.1.2
26262026-06-15T08:52:12.048Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
26272026-06-15T08:52:12.090Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26282026-06-15T08:52:12.182Z Compiling progenitor v0.14.0
26292026-06-15T08:52:12.328Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26302026-06-15T08:52:12.465Z Compiling hubpack v0.1.2
26312026-06-15T08:52:12.513Z Compiling rand v0.10.1
26322026-06-15T08:52:12.722Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26332026-06-15T08:52:12.960Z Compiling nix v0.31.3
26342026-06-15T08:52:13.333Z Compiling toml_edit v0.22.27
26352026-06-15T08:52:13.584Z Compiling hickory-proto v0.24.4
26362026-06-15T08:52:13.688Z Compiling crossbeam-deque v0.8.6
26372026-06-15T08:52:13.915Z Compiling console v0.15.11
26382026-06-15T08:52:15.271Z Compiling itertools v0.12.1
26392026-06-15T08:52:15.569Z Compiling camino-tempfile v1.4.1
26402026-06-15T08:52:16.013Z Compiling serde-big-array v0.5.1
26412026-06-15T08:52:16.182Z Compiling nom v8.0.0
26422026-06-15T08:52:16.771Z Compiling siphasher v1.0.3
26432026-06-15T08:52:17.017Z Compiling lazy_static v1.5.0
26442026-06-15T08:52:17.134Z Compiling similar v2.7.0
26452026-06-15T08:52:17.273Z Compiling phf_shared v0.12.1
26462026-06-15T08:52:17.500Z Compiling pin-project v1.1.13
26472026-06-15T08:52:17.616Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
26482026-06-15T08:52:18.475Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26492026-06-15T08:52:18.829Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26502026-06-15T08:52:19.851Z Compiling expectorate v1.2.0
26512026-06-15T08:52:20.069Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26522026-06-15T08:52:22.082Z Compiling hickory-resolver v0.24.4
26532026-06-15T08:52:22.683Z Compiling toml v0.8.23
26542026-06-15T08:52:23.903Z Compiling prettyplease v0.2.37
26552026-06-15T08:52:25.510Z Compiling rayon-core v1.13.0
26562026-06-15T08:52:27.244Z Compiling num_enum v0.5.11
26572026-06-15T08:52:27.378Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26582026-06-15T08:52:28.252Z Compiling unicode-normalization v0.1.25
26592026-06-15T08:52:28.702Z Compiling tokio-stream v0.1.18
26602026-06-15T08:52:28.856Z Compiling csv-core v0.1.13
26612026-06-15T08:52:29.019Z Compiling bstr v1.12.1
26622026-06-15T08:52:29.266Z Compiling highway v1.3.0
26632026-06-15T08:52:29.278Z Compiling konst_macro_rules v0.2.19
26642026-06-15T08:52:29.472Z Compiling same-file v1.0.6
26652026-06-15T08:52:29.656Z Compiling foldhash v0.1.5
26662026-06-15T08:52:29.735Z Compiling unicode-width v0.1.14
26672026-06-15T08:52:29.881Z Compiling foreign-types-shared v0.1.1
26682026-06-15T08:52:29.956Z Compiling hashbrown v0.15.5
26692026-06-15T08:52:29.988Z Compiling foreign-types v0.3.2
26702026-06-15T08:52:30.069Z Compiling walkdir v2.5.0
26712026-06-15T08:52:30.092Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26722026-06-15T08:52:30.602Z Compiling globset v0.4.18
26732026-06-15T08:52:30.872Z Compiling konst v0.2.20
26742026-06-15T08:52:31.182Z Compiling qorb v0.4.1
26752026-06-15T08:52:31.214Z Compiling csv v1.4.0
26762026-06-15T08:52:31.245Z Compiling snafu v0.8.9
26772026-06-15T08:52:31.837Z Compiling olpc-cjson v0.1.4
26782026-06-15T08:52:32.057Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26792026-06-15T08:52:32.210Z Compiling rayon v1.12.0
26802026-06-15T08:52:32.683Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26812026-06-15T08:52:33.863Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26822026-06-15T08:52:34.424Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26832026-06-15T08:52:35.428Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
26842026-06-15T08:52:37.156Z Compiling phf v0.12.1
26852026-06-15T08:52:37.355Z Compiling openssl-sys v0.9.117
26862026-06-15T08:52:37.649Z Compiling tokio-dtrace v0.1.1
26872026-06-15T08:52:37.791Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26882026-06-15T08:52:37.984Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26892026-06-15T08:52:38.211Z Compiling libsw-core v0.3.2
26902026-06-15T08:52:38.403Z Compiling pem v3.0.6
26912026-06-15T08:52:39.112Z Compiling serde_plain v1.0.2
26922026-06-15T08:52:39.134Z Compiling sigpipe v0.1.3
26932026-06-15T08:52:39.236Z Compiling glob v0.3.3
26942026-06-15T08:52:39.274Z Compiling bytecount v0.6.9
26952026-06-15T08:52:39.415Z Compiling typed-path v0.9.3
26962026-06-15T08:52:39.474Z Compiling fixedbitset v0.5.7
26972026-06-15T08:52:39.992Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26982026-06-15T08:52:40.078Z Compiling minimal-lexical v0.2.1
26992026-06-15T08:52:40.216Z Compiling jiff v0.2.28
27002026-06-15T08:52:40.406Z Compiling fixedbitset v0.4.2
27012026-06-15T08:52:40.784Z Compiling petgraph v0.6.5
27022026-06-15T08:52:40.872Z Compiling tough v0.22.0
27032026-06-15T08:52:41.173Z Compiling nom v7.1.3
27042026-06-15T08:52:41.303Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27052026-06-15T08:52:42.354Z Compiling petgraph v0.8.3
27062026-06-15T08:52:42.605Z Compiling papergrid v0.11.0
27072026-06-15T08:52:42.892Z Compiling openssl v0.10.81
27082026-06-15T08:52:44.227Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27092026-06-15T08:52:44.804Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27102026-06-15T08:52:46.698Z Compiling libsw v3.5.0
27112026-06-15T08:52:46.897Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27122026-06-15T08:52:47.138Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27132026-06-15T08:52:47.466Z Compiling oxide-tokio-rt v0.1.6
27142026-06-15T08:52:47.911Z Compiling zone v0.3.1
27152026-06-15T08:52:48.106Z Compiling chrono-tz v0.10.4
27162026-06-15T08:52:48.116Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
27172026-06-15T08:52:48.603Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27182026-06-15T08:52:48.809Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27192026-06-15T08:52:48.989Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27202026-06-15T08:52:49.656Z Compiling newtype_derive v0.1.6
27212026-06-15T08:52:49.718Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27222026-06-15T08:52:49.742Z Compiling slog-dtrace v0.3.0
27232026-06-15T08:52:50.467Z Compiling const_format v0.2.36
27242026-06-15T08:52:50.980Z Compiling owo-colors v4.3.0
27252026-06-15T08:52:51.095Z Compiling cancel-safe-futures v0.1.5
27262026-06-15T08:52:51.456Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27272026-06-15T08:52:51.578Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27282026-06-15T08:52:51.591Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27292026-06-15T08:52:51.911Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27302026-06-15T08:52:52.044Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27312026-06-15T08:52:52.108Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27322026-06-15T08:52:52.231Z Compiling gethostname v0.5.0
27332026-06-15T08:52:52.315Z Compiling bcs v0.1.6
27342026-06-15T08:52:52.368Z Compiling smf v0.2.3
27352026-06-15T08:52:52.386Z Compiling smawk v0.3.2
27362026-06-15T08:52:52.549Z Compiling whoami v1.6.1
27372026-06-15T08:52:52.718Z Compiling unicode-linebreak v0.1.5
27382026-06-15T08:52:52.968Z Compiling termtree v0.5.1
27392026-06-15T08:52:52.990Z Compiling linear-map v1.2.0
27402026-06-15T08:52:53.007Z Compiling tagptr v0.2.0
27412026-06-15T08:52:53.135Z Compiling moka v0.12.15
27422026-06-15T08:52:53.173Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27432026-06-15T08:52:53.203Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27442026-06-15T08:52:53.593Z Compiling textwrap v0.16.2
27452026-06-15T08:52:53.765Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27462026-06-15T08:52:54.360Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27472026-06-15T08:52:54.418Z Compiling tabled v0.15.0
27482026-06-15T08:52:55.070Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27492026-06-15T08:52:55.241Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27502026-06-15T08:52:56.751Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27512026-06-15T08:52:56.763Z Compiling steno v0.4.1
27522026-06-15T08:52:56.966Z Compiling cookie v0.18.1
27532026-06-15T08:52:58.896Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27542026-06-15T08:53:01.754Z Compiling hickory-proto v0.25.2
27552026-06-15T08:53:03.195Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27562026-06-15T08:53:03.594Z Compiling arc-swap v1.9.1
27572026-06-15T08:53:03.758Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27582026-06-15T08:53:03.957Z Compiling hickory-resolver v0.25.2
27592026-06-15T08:53:05.676Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27602026-06-15T08:53:06.859Z Compiling slog-scope v4.4.1
27612026-06-15T08:53:06.939Z Compiling libscf-sys v1.2.0
27622026-06-15T08:53:07.089Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27632026-06-15T08:53:07.328Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27642026-06-15T08:53:07.478Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27652026-06-15T08:53:08.041Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27662026-06-15T08:53:09.705Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27672026-06-15T08:53:10.424Z Compiling slog-stdlog v4.1.1
27682026-06-15T08:53:10.825Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27692026-06-15T08:53:10.898Z Compiling slog-envlogger v2.2.0
27702026-06-15T08:53:10.934Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27712026-06-15T08:53:10.947Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27722026-06-15T08:53:11.482Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27732026-06-15T08:53:17.820Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27742026-06-15T08:53:20.405Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27752026-06-15T08:53:21.994Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27762026-06-15T08:53:30.898Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27772026-06-15T08:53:34.698Z Finished `release` profile [optimized] target(s) in 2m 24s
27782026-06-15T08:53:34.811Z Running unittests src/lib.rs (target/release/deps/mg_tests-b20a124d3f931873)
27792026-06-15T08:53:34.814Z
27802026-06-15T08:53:34.814Zrunning 1 test
27812026-06-15T08:53:34.944Zconfigure zone
27822026-06-15T08:53:34.962Zinstall zone
27832026-06-15T08:53:44.715Zboot zone
27842026-06-15T08:53:44.798Zstart zone s1
27852026-06-15T08:53:44.801Zconfigure zone
27862026-06-15T08:53:44.806Zinstall zone
27872026-06-15T08:53:46.687Zboot zone
27882026-06-15T08:53:46.783Zstart zone s2
27892026-06-15T08:53:46.784Zconfigure zone
27902026-06-15T08:53:46.794Zinstall zone
27912026-06-15T08:53:49.097Zboot zone
27922026-06-15T08:53:49.207Zstart zone s3
27932026-06-15T08:53:49.207Zconfigure zone
27942026-06-15T08:53:49.216Zinstall zone
27952026-06-15T08:53:51.970Zboot zone
27962026-06-15T08:53:52.078Zstart zone t1
27972026-06-15T08:53:52.078Zconfigure zone
27982026-06-15T08:53:52.088Zinstall zone
27992026-06-15T08:53:54.851Zboot zone
28002026-06-15T08:53:54.956Zwaiting for zones to come up
28012026-06-15T08:54:04.957Z[sidecar.quartet] svcs milestone/network
28022026-06-15T08:54:04.981ZSTATE STIME FMRI
28032026-06-15T08:54:04.981Zonline 8:53:44 svc:/milestone/network:default
28042026-06-15T08:54:04.982Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28052026-06-15T08:54:05.007Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28062026-06-15T08:54:05.034Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28072026-06-15T08:54:05.054Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28082026-06-15T08:54:05.058Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28092026-06-15T08:54:05.069Z
28102026-06-15T08:54:05.069Zrunning zone s1.quartet setup
28112026-06-15T08:54:05.069Z[s1.quartet] svcs milestone/network
28122026-06-15T08:54:05.086ZSTATE STIME FMRI
28132026-06-15T08:54:05.086Zonline 8:53:46 svc:/milestone/network:default
28142026-06-15T08:54:05.086Z[s1.quartet] dladm
28152026-06-15T08:54:05.099ZLINK CLASS MTU STATE BRIDGE OVER
28162026-06-15T08:54:05.099Zsl0 simnet 9000 up -- ?
28172026-06-15T08:54:05.099Zmgs1 vnic 9000 up -- ?
28182026-06-15T08:54:05.099Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28192026-06-15T08:54:05.688Z
28202026-06-15T08:54:05.688Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28212026-06-15T08:54:05.704Z
28222026-06-15T08:54:05.704Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28232026-06-15T08:54:05.716Z
28242026-06-15T08:54:05.716Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28252026-06-15T08:54:05.797Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28262026-06-15T08:54:05.873Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f07d3fb8-c2ff-470b-b362-02ccd187f101 --sled-uuid 761e697d-65a9-48a0-b571-1352b3f00935 -a sl0/v6 &> /opt/ddmd.log &
28272026-06-15T08:54:05.887Z
28282026-06-15T08:54:05.887Zrunning zone s2.quartet setup
28292026-06-15T08:54:05.887Z[s2.quartet] svcs milestone/network
28302026-06-15T08:54:05.904ZSTATE STIME FMRI
28312026-06-15T08:54:05.904Zonline 8:53:49 svc:/milestone/network:default
28322026-06-15T08:54:05.904Z[s2.quartet] dladm
28332026-06-15T08:54:05.917ZLINK CLASS MTU STATE BRIDGE OVER
28342026-06-15T08:54:05.918Zsl1 simnet 9000 up -- ?
28352026-06-15T08:54:05.918Zmgs2 vnic 9000 up -- ?
28362026-06-15T08:54:05.918Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28372026-06-15T08:54:06.431Z
28382026-06-15T08:54:06.431Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28392026-06-15T08:54:06.444Z
28402026-06-15T08:54:06.445Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28412026-06-15T08:54:06.456Z
28422026-06-15T08:54:06.456Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28432026-06-15T08:54:06.488Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28442026-06-15T08:54:06.515Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5ab4bf37-b587-4d4a-9845-b7c867e5a970 --sled-uuid 563e1ca0-46c9-43c8-8ffb-f47b7058adaa -a sl1/v6 &> /opt/ddmd.log &
28452026-06-15T08:54:06.526Z
28462026-06-15T08:54:06.526Zrunning zone s3.quartet setup
28472026-06-15T08:54:06.526Z[s3.quartet] svcs milestone/network
28482026-06-15T08:54:06.541ZSTATE STIME FMRI
28492026-06-15T08:54:06.541Zonline 8:53:51 svc:/milestone/network:default
28502026-06-15T08:54:06.541Z[s3.quartet] dladm
28512026-06-15T08:54:06.554ZLINK CLASS MTU STATE BRIDGE OVER
28522026-06-15T08:54:06.554Zsl2 simnet 9000 up -- ?
28532026-06-15T08:54:06.554Zmgs3 vnic 9000 up -- ?
28542026-06-15T08:54:06.554Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28552026-06-15T08:54:07.050Z
28562026-06-15T08:54:07.050Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28572026-06-15T08:54:07.063Z
28582026-06-15T08:54:07.064Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28592026-06-15T08:54:07.074Z
28602026-06-15T08:54:07.075Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28612026-06-15T08:54:07.106Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28622026-06-15T08:54:07.138Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a9e15821-bc60-4f44-8f65-05b22dfb9fb8 --sled-uuid d8cfd528-e47d-4ff4-9a0a-9546b05c8961 -a sl2/v6 &> /opt/ddmd.log &
28632026-06-15T08:54:07.149Z
28642026-06-15T08:54:07.149Zrunning zone t1.quartet setup
28652026-06-15T08:54:07.149Z[t1.quartet] svcs milestone/network
28662026-06-15T08:54:07.163ZSTATE STIME FMRI
28672026-06-15T08:54:07.163Zonline 8:53:54 svc:/milestone/network:default
28682026-06-15T08:54:07.163Z[t1.quartet] dladm
28692026-06-15T08:54:07.177ZLINK CLASS MTU STATE BRIDGE OVER
28702026-06-15T08:54:07.177Ztfportrear0_0 simnet 9000 up -- ?
28712026-06-15T08:54:07.177Ztfportrear1_0 simnet 9000 up -- ?
28722026-06-15T08:54:07.177Ztfportrear2_0 simnet 9000 up -- ?
28732026-06-15T08:54:07.177Zmgt1 vnic 9000 up -- ?
28742026-06-15T08:54:07.177Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28752026-06-15T08:54:07.803Z
28762026-06-15T08:54:07.803Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28772026-06-15T08:54:07.816Z
28782026-06-15T08:54:07.816Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28792026-06-15T08:54:07.829Z
28802026-06-15T08:54:07.829Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28812026-06-15T08:54:07.842Z
28822026-06-15T08:54:07.842Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28832026-06-15T08:54:07.853Z
28842026-06-15T08:54:07.853Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28852026-06-15T08:54:08.168Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28862026-06-15T08:54:08.171Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
28872026-06-15T08:54:08.171Zwaiting 3s for copy of files to zone to complete ...
28882026-06-15T08:54:11.172Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28892026-06-15T08:54:11.303Z
28902026-06-15T08:54:11.304Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28912026-06-15T08:54:11.411Z
28922026-06-15T08:54:11.411Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
28932026-06-15T08:54:11.446Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
28942026-06-15T08:54:11.476Z[t1.quartet] svcadm disable dendrite
28952026-06-15T08:54:11.502Z
28962026-06-15T08:54:11.502Z[t1.quartet] svcadm disable tfport
28972026-06-15T08:54:11.525Z
28982026-06-15T08:54:11.525Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
28992026-06-15T08:54:11.550Z
29002026-06-15T08:54:11.550Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29012026-06-15T08:54:11.574Z
29022026-06-15T08:54:11.575Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29032026-06-15T08:54:11.599Z
29042026-06-15T08:54:11.599Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29052026-06-15T08:54:11.623Z
29062026-06-15T08:54:11.623Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29072026-06-15T08:54:11.647Z
29082026-06-15T08:54:11.647Z[t1.quartet] svcadm refresh dendrite:default
29092026-06-15T08:54:11.668Z
29102026-06-15T08:54:11.668Z[t1.quartet] svcadm enable dendrite:default
29112026-06-15T08:54:11.689Z
29122026-06-15T08:54:11.689Zwait 10s for dendrite to come up ...
29132026-06-15T08:54:21.690Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29142026-06-15T08:54:21.718Z
29152026-06-15T08:54:21.718Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29162026-06-15T08:54:21.742Z
29172026-06-15T08:54:21.742Z[t1.quartet] svcadm refresh tfport:default
29182026-06-15T08:54:21.763Z
29192026-06-15T08:54:21.763Z[t1.quartet] svcadm enable tfport
29202026-06-15T08:54:21.784Z
29212026-06-15T08:54:21.787Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8b07cc2a-f151-4b09-9063-e5c74593b984 --sled-uuid a2148c38-4af5-47dc-8e5f-07d1b0e3ab86 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29222026-06-15T08:54:21.796Z
29232026-06-15T08:54:21.796Z[t1.quartet] ipadm
29242026-06-15T08:54:21.810ZADDROBJ TYPE STATE ADDR
29252026-06-15T08:54:21.810Zlo0/v4 static ok 127.0.0.1/8
29262026-06-15T08:54:21.810Zmgt1/v4 static ok 10.0.0.4/24
29272026-06-15T08:54:21.810Zlo0/v6 static ok ::1/128
29282026-06-15T08:54:21.810Zlo0/u6 static ok fd00:4::1/64
29292026-06-15T08:54:21.810Ztfportrear0_0/v6 addrconf ok fe80::2c1b:abff:fe97:92bc%tfportrear0_0/10
29302026-06-15T08:54:21.810Ztfportrear1_0/v6 addrconf ok fe80::a8a7:61ff:fed0:101c%tfportrear1_0/10
29312026-06-15T08:54:21.810Ztfportrear2_0/v6 addrconf ok fe80::c484:8cff:fe72:ea89%tfportrear2_0/10
29322026-06-15T08:54:23.926Zinitial peering test passed
29332026-06-15T08:54:24.928Z[s3.quartet] ping fd00:1::1
29342026-06-15T08:54:24.943Zfd00:1::1 is alive
29352026-06-15T08:54:34.819Ztest ddm::test_quartet has been running for over 60 seconds
29362026-06-15T08:54:35.946Z[s3.quartet] ping fd00:1::1
29372026-06-15T08:54:35.959Zfd00:1::1 is alive
29382026-06-15T08:54:35.962Z[t1.quartet] pkill ddmd
29392026-06-15T08:54:35.971Z
29402026-06-15T08:54:35.971Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29412026-06-15T08:54:35.974Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29422026-06-15T08:54:37.857Z[s3.quartet] pkill ddmd
29432026-06-15T08:54:37.870Z
29442026-06-15T08:54:37.870Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29452026-06-15T08:54:39.692Z[s2.quartet] pkill ddmd
29462026-06-15T08:54:39.705Z
29472026-06-15T08:54:39.705Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29482026-06-15T08:54:42.019Z[s1.quartet] pkill ddmd
29492026-06-15T08:54:42.032Z
29502026-06-15T08:54:42.032Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29512026-06-15T08:54:43.888Z[sidecar.quartet] pkill softnpu
29522026-06-15T08:54:43.901Z
29532026-06-15T08:54:43.901Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29542026-06-15T08:54:46.452Ztest ddm::test_quartet ... ok
29552026-06-15T08:54:46.452Z
29562026-06-15T08:54:46.455Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.63s
29572026-06-15T08:54:46.455Z
29582026-06-15T08:54:46.513Z+ cleanup
29592026-06-15T08:54:46.517Z++ id -un
29602026-06-15T08:54:46.521Z++ id -gn
29612026-06-15T08:54:46.524Z+ pfexec chown -R build:build .
29622026-06-15T08:54:46.732Zprocess exited: duration 673394 ms, exit code 0
 
29632026-06-15T08:54:46.745Zfound 6 output files
29642026-06-15T08:54:46.746Zuploading: /work/s1.quartet.log (4369 bytes)
29652026-06-15T08:54:47.756Zuploaded: /work/s1.quartet.log
29662026-06-15T08:54:47.756Zuploading: /work/s2.quartet.log (4133 bytes)
29672026-06-15T08:54:48.770Zuploaded: /work/s2.quartet.log
29682026-06-15T08:54:48.770Zuploading: /work/s3.quartet.log (4255 bytes)
29692026-06-15T08:54:49.781Zuploaded: /work/s3.quartet.log
29702026-06-15T08:54:49.781Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29712026-06-15T08:54:50.792Zuploaded: /work/sidecar.quartet-softnpu.log
29722026-06-15T08:54:50.792Zuploading: /work/t1.quartet-dpd.log (193663 bytes)
29732026-06-15T08:54:51.811Zuploaded: /work/t1.quartet-dpd.log
29742026-06-15T08:54:51.811Zuploading: /work/t1.quartet.log (17183 bytes)
29752026-06-15T08:54:52.823Zuploaded: /work/t1.quartet.log