01KV4MYBJWDY88XY87VXKDARGK: 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: 01KV4MYSR0A7659NAF0QFW6FKG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T03:25:40.816Zjob assigned to worker 01KV4MYYXTPD5EMRGGR7SNA0QF [factory aws, i-0399a8412a3ea9eb9] (queued for 56 s)
 
22026-06-15T03:25:47.257Zstarting task 0: "setup"
32026-06-15T03:25:47.260Z++ uname -s
42026-06-15T03:25:47.263Z+ kern=SunOS
52026-06-15T03:25:47.263Z+ build_user=build
62026-06-15T03:25:47.263Z+ build_uid=12345
72026-06-15T03:25:47.263Z+ work_dir=/work
82026-06-15T03:25:47.263Z+ input_dir=/input
92026-06-15T03:25:47.263Z+ [[ 0 == 12345 ]]
102026-06-15T03:25:47.263Z+ case "$kern" in
112026-06-15T03:25:47.263Z+ groupadd -g 12345 build
122026-06-15T03:25:47.266Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T03:25:49.269Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T03:25:49.330Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T03:25:49.333Z+ home_fs=zfs
162026-06-15T03:25:49.333Z+ [[ zfs == autofs ]]
172026-06-15T03:25:49.333Z+ mkdir -p /home/build
182026-06-15T03:25:49.333Z+ chown build:build /home/build /work
192026-06-15T03:25:51.334Z+ chmod 0700 /home/build /work
202026-06-15T03:25:51.337Zprocess exited: duration 4079 ms, exit code 0
 
212026-06-15T03:25:51.343Zstarting task 1: "rust-toolchain"
222026-06-15T03:25:51.346Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T03:25:51.346Z * rust toolchain channel = "stable"
242026-06-15T03:25:51.346Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-15T03:25:51.346Z * rust toolchain profile = "default"
262026-06-15T03:25:51.346Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T03:25:51.346Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T03:25:51.349Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T03:25:51.349Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T03:25:51.634Zinfo: downloading installer
312026-06-15T03:25:53.114Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T03:25:53.114Zwarn: /opt/ooce/bin
332026-06-15T03:25:53.114Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T03:25:53.114Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T03:25:53.114Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T03:25:53.114Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T03:25:53.114Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T03:25:53.114Zerror: cannot install while Rust is installed
392026-06-15T03:25:53.114Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T03:25:53.115Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T03:25:53.115Zwarn: /home/build/.rustup/settings.toml
422026-06-15T03:25:53.115Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T03:25:53.115Zwarn: instead of the one inferred from the default host triple.
442026-06-15T03:25:53.127Zinfo: profile set to default
452026-06-15T03:25:53.127Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T03:25:53.130Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T03:25:53.297Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T03:25:53.301Zinfo: downloading 6 components
492026-06-15T03:26:09.225Z
502026-06-15T03:26:09.225Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-15T03:26:09.252Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T03:26:09.252Z
532026-06-15T03:26:09.253Z
542026-06-15T03:26:09.253ZRust is installed now. Great!
552026-06-15T03:26:09.253Z
562026-06-15T03:26:09.255ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T03:26:09.255Zenvironment variable. This has not been done automatically.
582026-06-15T03:26:09.256Z
592026-06-15T03:26:09.256ZTo configure your current shell, you need to source
602026-06-15T03:26:09.256Zthe corresponding env file under $HOME/.cargo.
612026-06-15T03:26:09.256Z
622026-06-15T03:26:09.256ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T03:26:09.256Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T03:26:09.256Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T03:26:09.256Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T03:26:09.256Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T03:26:09.256Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T03:26:09.256Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T03:26:09.256Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T03:26:09.256Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T03:26:09.352Z+ rustup --version
722026-06-15T03:26:09.360Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T03:26:09.363Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T03:26:09.381Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T03:26:09.384Z+ cargo --version
762026-06-15T03:26:09.397Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T03:26:09.400Z+ rustc --version
782026-06-15T03:26:09.418Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T03:26:09.421Zprocess exited: duration 18075 ms, exit code 0
 
802026-06-15T03:26:09.427Zstarting task 2: "authentication"
812026-06-15T03:26:09.443Zprocess exited: duration 16 ms, exit code 0
 
822026-06-15T03:26:09.449Zstarting task 3: "clone repository"
832026-06-15T03:26:09.452Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T03:26:09.455Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T03:26:09.486ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T03:26:10.613Z+ cd /work/oxidecomputer/maghemite
872026-06-15T03:26:10.613Z+ git fetch origin 4cc569836dc1c5d13a5f2396de310220eafee2fe
882026-06-15T03:26:11.007ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T03:26:11.007Z * branch 4cc569836dc1c5d13a5f2396de310220eafee2fe -> FETCH_HEAD
902026-06-15T03:26:11.015Z+ [[ -n zl/ddm-mcast ]]
912026-06-15T03:26:11.024Z++ git branch --show-current
922026-06-15T03:26:11.025Z+ current=main
932026-06-15T03:26:11.025Z+ [[ main != zl/ddm-mcast ]]
942026-06-15T03:26:11.025Z+ git branch -f zl/ddm-mcast 4cc569836dc1c5d13a5f2396de310220eafee2fe
952026-06-15T03:26:11.025Z+ git checkout -f zl/ddm-mcast
962026-06-15T03:26:11.044ZSwitched to branch 'zl/ddm-mcast'
972026-06-15T03:26:11.050Z+ git reset --hard 4cc569836dc1c5d13a5f2396de310220eafee2fe
982026-06-15T03:26:11.055ZHEAD is now at 4cc5698 [merge] Merge upstream: includes MRIB/v12 update
992026-06-15T03:26:11.056Zprocess exited: duration 1603 ms, exit code 0
 
1002026-06-15T03:26:11.062Zstarting task 4: "build"
1012026-06-15T03:26:11.069Z++ dladm
1022026-06-15T03:26:11.072ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-15T03:26:11.075Zena0 phys 9216 up -- --
1042026-06-15T03:26:11.075Z++ ipadm
1052026-06-15T03:26:11.075ZADDROBJ TYPE STATE ADDR
1062026-06-15T03:26:11.075Zlo0/v4 static ok 127.0.0.1/8
1072026-06-15T03:26:11.075Zena0/dhcp dhcp ok 10.150.1.105/24
1082026-06-15T03:26:11.075Zlo0/v6 static ok ::1/128
1092026-06-15T03:26:11.075Z++ banner collect
1102026-06-15T03:26:11.079Z
1112026-06-15T03:26:11.079Z #### #### # # ###### #### #####
1122026-06-15T03:26:11.079Z # # # # # # # # # #
1132026-06-15T03:26:11.079Z # # # # # ##### # #
1142026-06-15T03:26:11.079Z # # # # # # # #
1152026-06-15T03:26:11.079Z # # # # # # # # # #
1162026-06-15T03:26:11.079Z #### #### ###### ###### ###### #### #
1172026-06-15T03:26:11.079Z
1182026-06-15T03:26:11.079Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-15T03:26:11.079Z++ repo=softnpu
1202026-06-15T03:26:11.079Z++ series=image
1212026-06-15T03:26:11.079Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-15T03:26:11.079Z++ name=softnpu
1232026-06-15T03:26:11.079Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-15T03:26:11.080Z++ mkdir -p download
1252026-06-15T03:26:11.084Z++ pushd download
1262026-06-15T03:26:11.084Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-15T03:26:11.084Z++ [[ ! -f softnpu ]]
1282026-06-15T03:26:11.084Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-15T03:26:11.086Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-15T03:26:11.086Z Dload Upload Total Spent Left Speed
1312026-06-15T03:26:11.460Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 41.93M 0 0 100 15.63M 100 15.63M 0 0 41.93M 0 0 100 15.63M 100 15.63M 0 0 41.92M 0 0
1322026-06-15T03:26:11.469Z++ popd
1332026-06-15T03:26:11.469Z/work/oxidecomputer/maghemite
1342026-06-15T03:26:11.469Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-15T03:26:11.469Z++ repo=sidecar-lite
1362026-06-15T03:26:11.469Z++ series=release
1372026-06-15T03:26:11.469Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-15T03:26:11.469Z++ name=libsidecar_lite.so
1392026-06-15T03:26:11.469Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-15T03:26:11.469Z++ mkdir -p download
1412026-06-15T03:26:11.470Z++ pushd download
1422026-06-15T03:26:11.470Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-15T03:26:11.470Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-15T03:26:11.470Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-15T03:26:11.475Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-15T03:26:11.475Z Dload Upload Total Spent Left Speed
1472026-06-15T03:26:11.731Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 46.29M 0 0 100 12.04M 100 12.04M 0 0 46.28M 0 0 100 12.04M 100 12.04M 0 0 46.27M 0 0
1482026-06-15T03:26:11.736Z++ popd
1492026-06-15T03:26:11.740Z/work/oxidecomputer/maghemite
1502026-06-15T03:26:11.740Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-15T03:26:11.740Z++ repo=sidecar-lite
1522026-06-15T03:26:11.740Z++ series=release
1532026-06-15T03:26:11.740Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-15T03:26:11.740Z++ name=scadm
1552026-06-15T03:26:11.740Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-15T03:26:11.740Z++ mkdir -p download
1572026-06-15T03:26:11.740Z++ pushd download
1582026-06-15T03:26:11.740Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-15T03:26:11.740Z++ [[ ! -f scadm ]]
1602026-06-15T03:26:11.740Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-15T03:26:11.744Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-15T03:26:11.744Z Dload Upload Total Spent Left Speed
1632026-06-15T03:26:11.971Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 68.98M 0 0 100 15.78M 100 15.78M 0 0 68.96M 0 0 100 15.78M 100 15.78M 0 0 68.95M 0 0
1642026-06-15T03:26:11.974Z++ popd
1652026-06-15T03:26:11.974Z/work/oxidecomputer/maghemite
1662026-06-15T03:26:11.974Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-15T03:26:11.974Z++ repo=dendrite
1682026-06-15T03:26:11.974Z++ series=image
1692026-06-15T03:26:11.974Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-15T03:26:11.974Z++ name=dendrite-softnpu.tar.gz
1712026-06-15T03:26:11.975Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-15T03:26:11.975Z++ mkdir -p download
1732026-06-15T03:26:11.979Z++ pushd download
1742026-06-15T03:26:11.980Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-15T03:26:11.980Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-15T03:26:11.980Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-15T03:26:11.982Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-15T03:26:11.982Z Dload Upload Total Spent Left Speed
1792026-06-15T03:26:13.074Z 0 0 0 0 0 0 0 0 0 87 71.59M 87 62.69M 0 0 62.74M 0 00:01 00:01 62.75M 100 71.59M 100 71.59M 0 0 65.57M 0 00:01 00:01 62.75M 100 71.59M 100 71.59M 0 0 65.56M 0 00:01 00:01 62.75M 100 71.59M 100 71.59M 0 0 65.56M 0 00:01 00:01 62.75M
1802026-06-15T03:26:13.077Z++ popd
1812026-06-15T03:26:13.080Z/work/oxidecomputer/maghemite
1822026-06-15T03:26:13.080Z++ get_artifact maghemite release 4cc569836dc1c5d13a5f2396de310220eafee2fe ddm
1832026-06-15T03:26:13.080Z++ repo=maghemite
1842026-06-15T03:26:13.080Z++ series=release
1852026-06-15T03:26:13.081Z++ commit=4cc569836dc1c5d13a5f2396de310220eafee2fe
1862026-06-15T03:26:13.081Z++ name=ddm
1872026-06-15T03:26:13.081Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-15T03:26:13.081Z++ mkdir -p download
1892026-06-15T03:26:13.081Z++ pushd download
1902026-06-15T03:26:13.081Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-15T03:26:13.081Z++ [[ ! -f ddm ]]
1922026-06-15T03:26:13.081Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/4cc569836dc1c5d13a5f2396de310220eafee2fe/ddm
1932026-06-15T03:26:13.085Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-15T03:26:13.088Z Dload Upload Total Spent Left Speed
1952026-06-15T03:26:13.138Z 0 0 0 0 0 0 0 0 0
1962026-06-15T03:26:13.142Zcurl: (22) The requested URL returned error: 404
1972026-06-15T03:26:13.142Z++ popd
1982026-06-15T03:26:13.142Z/work/oxidecomputer/maghemite
1992026-06-15T03:26:13.142Z++ get_artifact maghemite release 4cc569836dc1c5d13a5f2396de310220eafee2fe ddmadm
2002026-06-15T03:26:13.142Z++ repo=maghemite
2012026-06-15T03:26:13.142Z++ series=release
2022026-06-15T03:26:13.142Z++ commit=4cc569836dc1c5d13a5f2396de310220eafee2fe
2032026-06-15T03:26:13.142Z++ name=ddmadm
2042026-06-15T03:26:13.142Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-15T03:26:13.142Z++ mkdir -p download
2062026-06-15T03:26:13.145Z++ pushd download
2072026-06-15T03:26:13.146Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-15T03:26:13.146Z++ [[ ! -f ddmadm ]]
2092026-06-15T03:26:13.146Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/4cc569836dc1c5d13a5f2396de310220eafee2fe/ddmadm
2102026-06-15T03:26:13.148Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-15T03:26:13.148Z Dload Upload Total Spent Left Speed
2122026-06-15T03:26:13.199Z 0 0 0 0 0 0 0 0 0
2132026-06-15T03:26:13.199Zcurl: (22) The requested URL returned error: 404
2142026-06-15T03:26:13.202Z++ popd
2152026-06-15T03:26:13.203Z/work/oxidecomputer/maghemite
2162026-06-15T03:26:13.203Z++ pushd download
2172026-06-15T03:26:13.203Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-15T03:26:13.203Z++ chmod +x softnpu
2192026-06-15T03:26:13.206Z++ chmod +x scadm
2202026-06-15T03:26:13.206Z++ chmod +x ddmadm
2212026-06-15T03:26:13.206Zchmod: WARNING: can't access ddmadm
2222026-06-15T03:26:13.206Z++ chmod +x ddmd
2232026-06-15T03:26:13.209Zchmod: WARNING: can't access ddmd
2242026-06-15T03:26:13.209Z++ mv ddmadm ddmadm-v2
2252026-06-15T03:26:13.209Zmv: cannot access ddmadm
2262026-06-15T03:26:13.209Z++ mv ddmd ddmd-v2
2272026-06-15T03:26:13.209Zmv: cannot access ddmd
2282026-06-15T03:26:13.209Z++ rm -rf zones/dendrite
2292026-06-15T03:26:13.212Z++ mkdir -p zones/dendrite
2302026-06-15T03:26:13.212Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-15T03:26:14.216Z++ 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-15T03:26:14.220Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-15T03:26:14.220Z++ popd
2342026-06-15T03:26:14.220Z/work/oxidecomputer/maghemite
2352026-06-15T03:26:14.220Z++ banner install
2362026-06-15T03:26:14.223Z
2372026-06-15T03:26:14.223Z # # # #### ##### ## # #
2382026-06-15T03:26:14.223Z # ## # # # # # # #
2392026-06-15T03:26:14.223Z # # # # #### # # # # #
2402026-06-15T03:26:14.223Z # # # # # # ###### # #
2412026-06-15T03:26:14.223Z # # ## # # # # # # #
2422026-06-15T03:26:14.228Z # # # #### # # # ###### ######
2432026-06-15T03:26:14.228Z
2442026-06-15T03:26:14.228Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-15T03:26:14.228Z++ set +o errexit
2462026-06-15T03:26:14.228Z++ pkg info clang-15
2472026-06-15T03:26:14.228Z++ grep -qi installed
2482026-06-15T03:26:15.402Zpkg: info: no packages matching the following patterns you specified are
2492026-06-15T03:26:15.402Zinstalled on the system. Try querying remotely instead:
2502026-06-15T03:26:15.402Z
2512026-06-15T03:26:15.402Z clang-15
2522026-06-15T03:26:15.439Z++ [[ 1 != 0 ]]
2532026-06-15T03:26:15.439Z++ set -o errexit
2542026-06-15T03:26:15.439Z++ pfexec pkg install clang-15
2552026-06-15T03:26:22.150Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-15T03:26:30.018Z Startup: Caching catalogs ... Done
2572026-06-15T03:26:37.266ZPlanning: Solver setup ... Done
2582026-06-15T03:26:37.307ZPlanning: Running solver ... Done
2592026-06-15T03:26:37.449ZPlanning: Finding local manifests ... Done
2602026-06-15T03:26:37.477ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-15T03:26:37.572ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-15T03:26:37.601ZPlanning: Package planning ... Done
2632026-06-15T03:26:37.626ZPlanning: Merging actions ... Done
2642026-06-15T03:26:37.731ZPlanning: Checking for conflicting actions ... Done
2652026-06-15T03:26:37.737ZPlanning: Consolidating action changes ... Done
2662026-06-15T03:26:38.502ZPlanning: Evaluating mediators ... Done
2672026-06-15T03:26:38.507ZPlanning: Planning completed in 8.33 seconds
2682026-06-15T03:26:38.519Z Packages to install: 2
2692026-06-15T03:26:38.519Z Mediators to change: 2
2702026-06-15T03:26:38.522Z Services to change: 1
2712026-06-15T03:26:38.522Z Create boot environment: No
2722026-06-15T03:26:38.522ZCreate backup boot environment: No
2732026-06-15T03:26:38.561Z
2742026-06-15T03:26:38.561ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-15T03:26:43.862ZDownload: 982/3076 items 82.2/211.3MB 38% complete (18.5M/s)
2762026-06-15T03:26:48.890ZDownload: 1998/3076 items 117.9/211.3MB 55% complete (10.9M/s)
2772026-06-15T03:27:10.790ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
2782026-06-15T03:27:16.891ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (24.6M/s)
2792026-06-15T03:27:18.281ZDownload: Completed 211.31 MB in 39.72 seconds (5.3M/s)
2802026-06-15T03:27:18.418Z Actions: 1/3418 actions (Installing new actions)
2812026-06-15T03:27:21.542Z Actions: Completed 3418 actions in 3.12 seconds.
2822026-06-15T03:27:22.198Z Done
2832026-06-15T03:27:22.198Z Done
2842026-06-15T03:27:22.929Z Done
2852026-06-15T03:27:26.289Z Done
2862026-06-15T03:27:26.358Z Done
2872026-06-15T03:27:26.362Z Done
2882026-06-15T03:27:26.646Z Done
2892026-06-15T03:27:27.317Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-15T03:27:27.317Z++ set +o errexit
2912026-06-15T03:27:27.320Z++ pkg info pkg-config
2922026-06-15T03:27:27.320Z++ grep -qi installed
2932026-06-15T03:27:27.544Z++ [[ 0 != 0 ]]
2942026-06-15T03:27:27.544Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-15T03:27:27.544Z++ set +o errexit
2962026-06-15T03:27:27.549Z++ pkg info brand/omicron1
2972026-06-15T03:27:27.550Z++ grep -qi installed
2982026-06-15T03:27:27.727Zpkg: info: no packages matching the following patterns you specified are
2992026-06-15T03:27:27.727Zinstalled on the system. Try querying remotely instead:
3002026-06-15T03:27:27.727Z
3012026-06-15T03:27:27.727Z brand/omicron1
3022026-06-15T03:27:27.761Z++ [[ 1 != 0 ]]
3032026-06-15T03:27:27.761Z++ set -o errexit
3042026-06-15T03:27:27.761Z++ pfexec pkg install brand/omicron1
3052026-06-15T03:27:28.169Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-15T03:27:35.450ZPlanning: Solver setup ... Done
3072026-06-15T03:27:35.490ZPlanning: Running solver ... Done
3082026-06-15T03:27:35.634ZPlanning: Finding local manifests ... Done
3092026-06-15T03:27:35.637ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-15T03:27:35.755ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-15T03:27:35.767ZPlanning: Package planning ... Done
3122026-06-15T03:27:35.770ZPlanning: Merging actions ... Done
3132026-06-15T03:27:35.920ZPlanning: Checking for conflicting actions ... Done
3142026-06-15T03:27:35.924ZPlanning: Consolidating action changes ... Done
3152026-06-15T03:27:36.081ZPlanning: Evaluating mediators ... Done
3162026-06-15T03:27:36.084ZPlanning: Planning completed in 7.91 seconds
3172026-06-15T03:27:36.089Z Packages to install: 2
3182026-06-15T03:27:36.089Z Create boot environment: No
3192026-06-15T03:27:36.093ZCreate backup boot environment: No
3202026-06-15T03:27:36.118Z
3212026-06-15T03:27:36.118ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-15T03:27:36.137ZDownload: Completed 1.07 MB in 0.02 seconds (57.0M/s)
3232026-06-15T03:27:36.200Z Actions: 1/28 actions (Installing new actions)
3242026-06-15T03:27:36.213Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-15T03:27:36.726Z Done
3262026-06-15T03:27:36.726Z Done
3272026-06-15T03:27:37.357Z Done
3282026-06-15T03:27:40.137Z Done
3292026-06-15T03:27:40.212Z Done
3302026-06-15T03:27:40.215Z Done
3312026-06-15T03:27:40.349Z Done
3322026-06-15T03:27:40.485Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-15T03:27:40.485Z++ set +o errexit
3342026-06-15T03:27:40.488Z++ pkg info brand/omicron1/tools
3352026-06-15T03:27:40.488Z++ grep -qi installed
3362026-06-15T03:27:40.673Zpkg: info: no packages matching the following patterns you specified are
3372026-06-15T03:27:40.673Zinstalled on the system. Try querying remotely instead:
3382026-06-15T03:27:40.673Z
3392026-06-15T03:27:40.673Z brand/omicron1/tools
3402026-06-15T03:27:40.709Z++ [[ 1 != 0 ]]
3412026-06-15T03:27:40.709Z++ set -o errexit
3422026-06-15T03:27:40.709Z++ pfexec pkg install brand/omicron1/tools
3432026-06-15T03:27:41.101Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-15T03:27:48.392ZPlanning: Solver setup ... Done
3452026-06-15T03:27:48.431ZPlanning: Running solver ... Done
3462026-06-15T03:27:48.571ZPlanning: Finding local manifests ... Done
3472026-06-15T03:27:48.574ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-15T03:27:48.684ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-15T03:27:48.695ZPlanning: Package planning ... Done
3502026-06-15T03:27:48.698ZPlanning: Merging actions ... Done
3512026-06-15T03:27:48.836ZPlanning: Checking for conflicting actions ... Done
3522026-06-15T03:27:48.839ZPlanning: Consolidating action changes ... Done
3532026-06-15T03:27:48.992ZPlanning: Evaluating mediators ... Done
3542026-06-15T03:27:48.995ZPlanning: Planning completed in 7.89 seconds
3552026-06-15T03:27:49.002Z Packages to install: 1
3562026-06-15T03:27:49.002Z Services to change: 1
3572026-06-15T03:27:49.007Z Create boot environment: No
3582026-06-15T03:27:49.007ZCreate backup boot environment: No
3592026-06-15T03:27:49.029Z
3602026-06-15T03:27:49.029ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-15T03:27:49.116ZDownload: Completed 1.19 MB in 0.05 seconds (25.4M/s)
3622026-06-15T03:27:49.166Z Actions: 1/19 actions (Installing new actions)
3632026-06-15T03:27:49.170Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-15T03:27:49.678Z Done
3652026-06-15T03:27:49.678Z Done
3662026-06-15T03:27:50.311Z Done
3672026-06-15T03:27:53.169Z Done
3682026-06-15T03:27:53.243Z Done
3692026-06-15T03:27:53.246Z Done
3702026-06-15T03:27:53.374Z Done
3712026-06-15T03:27:53.509Z++ pfexec svcadm enable baseline
3722026-06-15T03:27:53.524Z++ retry=0
3732026-06-15T03:27:53.527Z+++ svcs -Hostate baseline
3742026-06-15T03:27:53.539Z++ [[ offline* != online ]]
3752026-06-15T03:27:53.539Z++ [[ 0 -gt 300 ]]
3762026-06-15T03:27:53.539Z++ sleep 1
3772026-06-15T03:27:54.541Z++ retry=1
3782026-06-15T03:27:54.544Z+++ svcs -Hostate baseline
3792026-06-15T03:27:54.555Z++ [[ offline* != online ]]
3802026-06-15T03:27:54.555Z++ [[ 1 -gt 300 ]]
3812026-06-15T03:27:54.555Z++ sleep 1
3822026-06-15T03:27:55.556Z++ retry=2
3832026-06-15T03:27:55.559Z+++ svcs -Hostate baseline
3842026-06-15T03:27:55.570Z++ [[ offline* != online ]]
3852026-06-15T03:27:55.570Z++ [[ 2 -gt 300 ]]
3862026-06-15T03:27:55.570Z++ sleep 1
3872026-06-15T03:27:56.572Z++ retry=3
3882026-06-15T03:27:56.575Z+++ svcs -Hostate baseline
3892026-06-15T03:27:56.586Z++ [[ offline* != online ]]
3902026-06-15T03:27:56.586Z++ [[ 3 -gt 300 ]]
3912026-06-15T03:27:56.589Z++ sleep 1
3922026-06-15T03:27:57.588Z++ retry=4
3932026-06-15T03:27:57.592Z+++ svcs -Hostate baseline
3942026-06-15T03:27:57.605Z++ [[ offline* != online ]]
3952026-06-15T03:27:57.610Z++ [[ 4 -gt 300 ]]
3962026-06-15T03:27:57.610Z++ sleep 1
3972026-06-15T03:27:58.607Z++ retry=5
3982026-06-15T03:27:58.610Z+++ svcs -Hostate baseline
3992026-06-15T03:27:58.622Z++ [[ offline* != online ]]
4002026-06-15T03:27:58.622Z++ [[ 5 -gt 300 ]]
4012026-06-15T03:27:58.622Z++ sleep 1
4022026-06-15T03:27:59.624Z++ retry=6
4032026-06-15T03:27:59.627Z+++ svcs -Hostate baseline
4042026-06-15T03:27:59.639Z++ [[ offline* != online ]]
4052026-06-15T03:27:59.639Z++ [[ 6 -gt 300 ]]
4062026-06-15T03:27:59.639Z++ sleep 1
4072026-06-15T03:28:00.641Z++ retry=7
4082026-06-15T03:28:00.644Z+++ svcs -Hostate baseline
4092026-06-15T03:28:00.656Z++ [[ offline* != online ]]
4102026-06-15T03:28:00.656Z++ [[ 7 -gt 300 ]]
4112026-06-15T03:28:00.656Z++ sleep 1
4122026-06-15T03:28:01.658Z++ retry=8
4132026-06-15T03:28:01.661Z+++ svcs -Hostate baseline
4142026-06-15T03:28:01.672Z++ [[ offline* != online ]]
4152026-06-15T03:28:01.672Z++ [[ 8 -gt 300 ]]
4162026-06-15T03:28:01.672Z++ sleep 1
4172026-06-15T03:28:02.674Z++ retry=9
4182026-06-15T03:28:02.677Z+++ svcs -Hostate baseline
4192026-06-15T03:28:02.688Z++ [[ offline* != online ]]
4202026-06-15T03:28:02.689Z++ [[ 9 -gt 300 ]]
4212026-06-15T03:28:02.689Z++ sleep 1
4222026-06-15T03:28:03.690Z++ retry=10
4232026-06-15T03:28:03.693Z+++ svcs -Hostate baseline
4242026-06-15T03:28:03.705Z++ [[ offline* != online ]]
4252026-06-15T03:28:03.707Z++ [[ 10 -gt 300 ]]
4262026-06-15T03:28:03.707Z++ sleep 1
4272026-06-15T03:28:04.707Z++ retry=11
4282026-06-15T03:28:04.709Z+++ svcs -Hostate baseline
4292026-06-15T03:28:04.721Z++ [[ offline* != online ]]
4302026-06-15T03:28:04.721Z++ [[ 11 -gt 300 ]]
4312026-06-15T03:28:04.721Z++ sleep 1
4322026-06-15T03:28:05.724Z++ retry=12
4332026-06-15T03:28:05.727Z+++ svcs -Hostate baseline
4342026-06-15T03:28:05.739Z++ [[ offline* != online ]]
4352026-06-15T03:28:05.739Z++ [[ 12 -gt 300 ]]
4362026-06-15T03:28:05.739Z++ sleep 1
4372026-06-15T03:28:06.739Z++ retry=13
4382026-06-15T03:28:06.742Z+++ svcs -Hostate baseline
4392026-06-15T03:28:06.754Z++ [[ offline* != online ]]
4402026-06-15T03:28:06.754Z++ [[ 13 -gt 300 ]]
4412026-06-15T03:28:06.754Z++ sleep 1
4422026-06-15T03:28:07.757Z++ retry=14
4432026-06-15T03:28:07.760Z+++ svcs -Hostate baseline
4442026-06-15T03:28:07.770Z++ [[ offline* != online ]]
4452026-06-15T03:28:07.770Z++ [[ 14 -gt 300 ]]
4462026-06-15T03:28:07.770Z++ sleep 1
4472026-06-15T03:28:08.772Z++ retry=15
4482026-06-15T03:28:08.775Z+++ svcs -Hostate baseline
4492026-06-15T03:28:08.787Z++ [[ offline* != online ]]
4502026-06-15T03:28:08.787Z++ [[ 15 -gt 300 ]]
4512026-06-15T03:28:08.787Z++ sleep 1
4522026-06-15T03:28:09.791Z++ retry=16
4532026-06-15T03:28:09.794Z+++ svcs -Hostate baseline
4542026-06-15T03:28:09.803Z++ [[ offline* != online ]]
4552026-06-15T03:28:09.803Z++ [[ 16 -gt 300 ]]
4562026-06-15T03:28:09.803Z++ sleep 1
4572026-06-15T03:28:10.805Z++ retry=17
4582026-06-15T03:28:10.808Z+++ svcs -Hostate baseline
4592026-06-15T03:28:10.819Z++ [[ offline* != online ]]
4602026-06-15T03:28:10.819Z++ [[ 17 -gt 300 ]]
4612026-06-15T03:28:10.819Z++ sleep 1
4622026-06-15T03:28:11.821Z++ retry=18
4632026-06-15T03:28:11.824Z+++ svcs -Hostate baseline
4642026-06-15T03:28:11.838Z++ [[ offline* != online ]]
4652026-06-15T03:28:11.838Z++ [[ 18 -gt 300 ]]
4662026-06-15T03:28:11.838Z++ sleep 1
4672026-06-15T03:28:12.838Z++ retry=19
4682026-06-15T03:28:12.842Z+++ svcs -Hostate baseline
4692026-06-15T03:28:12.853Z++ [[ offline* != online ]]
4702026-06-15T03:28:12.853Z++ [[ 19 -gt 300 ]]
4712026-06-15T03:28:12.856Z++ sleep 1
4722026-06-15T03:28:13.855Z++ retry=20
4732026-06-15T03:28:13.859Z+++ svcs -Hostate baseline
4742026-06-15T03:28:13.870Z++ [[ offline* != online ]]
4752026-06-15T03:28:13.870Z++ [[ 20 -gt 300 ]]
4762026-06-15T03:28:13.873Z++ sleep 1
4772026-06-15T03:28:14.872Z++ retry=21
4782026-06-15T03:28:14.874Z+++ svcs -Hostate baseline
4792026-06-15T03:28:14.886Z++ [[ offline* != online ]]
4802026-06-15T03:28:14.886Z++ [[ 21 -gt 300 ]]
4812026-06-15T03:28:14.886Z++ sleep 1
4822026-06-15T03:28:15.889Z++ retry=22
4832026-06-15T03:28:15.891Z+++ svcs -Hostate baseline
4842026-06-15T03:28:15.903Z++ [[ offline* != online ]]
4852026-06-15T03:28:15.903Z++ [[ 22 -gt 300 ]]
4862026-06-15T03:28:15.903Z++ sleep 1
4872026-06-15T03:28:16.905Z++ retry=23
4882026-06-15T03:28:16.908Z+++ svcs -Hostate baseline
4892026-06-15T03:28:16.920Z++ [[ offline* != online ]]
4902026-06-15T03:28:16.920Z++ [[ 23 -gt 300 ]]
4912026-06-15T03:28:16.920Z++ sleep 1
4922026-06-15T03:28:17.921Z++ retry=24
4932026-06-15T03:28:17.924Z+++ svcs -Hostate baseline
4942026-06-15T03:28:17.935Z++ [[ offline* != online ]]
4952026-06-15T03:28:17.935Z++ [[ 24 -gt 300 ]]
4962026-06-15T03:28:17.938Z++ sleep 1
4972026-06-15T03:28:18.938Z++ retry=25
4982026-06-15T03:28:18.941Z+++ svcs -Hostate baseline
4992026-06-15T03:28:18.952Z++ [[ offline* != online ]]
5002026-06-15T03:28:18.952Z++ [[ 25 -gt 300 ]]
5012026-06-15T03:28:18.952Z++ sleep 1
5022026-06-15T03:28:19.953Z++ retry=26
5032026-06-15T03:28:19.956Z+++ svcs -Hostate baseline
5042026-06-15T03:28:19.968Z++ [[ offline* != online ]]
5052026-06-15T03:28:19.968Z++ [[ 26 -gt 300 ]]
5062026-06-15T03:28:19.968Z++ sleep 1
5072026-06-15T03:28:20.970Z++ retry=27
5082026-06-15T03:28:20.973Z+++ svcs -Hostate baseline
5092026-06-15T03:28:20.984Z++ [[ offline* != online ]]
5102026-06-15T03:28:20.984Z++ [[ 27 -gt 300 ]]
5112026-06-15T03:28:20.984Z++ sleep 1
5122026-06-15T03:28:21.986Z++ retry=28
5132026-06-15T03:28:21.989Z+++ svcs -Hostate baseline
5142026-06-15T03:28:22.000Z++ [[ offline* != online ]]
5152026-06-15T03:28:22.000Z++ [[ 28 -gt 300 ]]
5162026-06-15T03:28:22.000Z++ sleep 1
5172026-06-15T03:28:23.002Z++ retry=29
5182026-06-15T03:28:23.006Z+++ svcs -Hostate baseline
5192026-06-15T03:28:23.016Z++ [[ offline* != online ]]
5202026-06-15T03:28:23.017Z++ [[ 29 -gt 300 ]]
5212026-06-15T03:28:23.017Z++ sleep 1
5222026-06-15T03:28:24.019Z++ retry=30
5232026-06-15T03:28:24.023Z+++ svcs -Hostate baseline
5242026-06-15T03:28:24.033Z++ [[ offline* != online ]]
5252026-06-15T03:28:24.033Z++ [[ 30 -gt 300 ]]
5262026-06-15T03:28:24.036Z++ sleep 1
5272026-06-15T03:28:25.035Z++ retry=31
5282026-06-15T03:28:25.038Z+++ svcs -Hostate baseline
5292026-06-15T03:28:25.049Z++ [[ offline* != online ]]
5302026-06-15T03:28:25.049Z++ [[ 31 -gt 300 ]]
5312026-06-15T03:28:25.049Z++ sleep 1
5322026-06-15T03:28:26.051Z++ retry=32
5332026-06-15T03:28:26.055Z+++ svcs -Hostate baseline
5342026-06-15T03:28:26.066Z++ [[ offline* != online ]]
5352026-06-15T03:28:26.066Z++ [[ 32 -gt 300 ]]
5362026-06-15T03:28:26.066Z++ sleep 1
5372026-06-15T03:28:27.067Z++ retry=33
5382026-06-15T03:28:27.069Z+++ svcs -Hostate baseline
5392026-06-15T03:28:27.081Z++ [[ offline* != online ]]
5402026-06-15T03:28:27.081Z++ [[ 33 -gt 300 ]]
5412026-06-15T03:28:27.081Z++ sleep 1
5422026-06-15T03:28:28.083Z++ retry=34
5432026-06-15T03:28:28.086Z+++ svcs -Hostate baseline
5442026-06-15T03:28:28.097Z++ [[ offline* != online ]]
5452026-06-15T03:28:28.097Z++ [[ 34 -gt 300 ]]
5462026-06-15T03:28:28.097Z++ sleep 1
5472026-06-15T03:28:29.099Z++ retry=35
5482026-06-15T03:28:29.102Z+++ svcs -Hostate baseline
5492026-06-15T03:28:29.113Z++ [[ offline* != online ]]
5502026-06-15T03:28:29.113Z++ [[ 35 -gt 300 ]]
5512026-06-15T03:28:29.113Z++ sleep 1
5522026-06-15T03:28:30.115Z++ retry=36
5532026-06-15T03:28:30.118Z+++ svcs -Hostate baseline
5542026-06-15T03:28:30.129Z++ [[ offline* != online ]]
5552026-06-15T03:28:30.130Z++ [[ 36 -gt 300 ]]
5562026-06-15T03:28:30.130Z++ sleep 1
5572026-06-15T03:28:31.131Z++ retry=37
5582026-06-15T03:28:31.134Z+++ svcs -Hostate baseline
5592026-06-15T03:28:31.146Z++ [[ offline* != online ]]
5602026-06-15T03:28:31.146Z++ [[ 37 -gt 300 ]]
5612026-06-15T03:28:31.146Z++ sleep 1
5622026-06-15T03:28:32.148Z++ retry=38
5632026-06-15T03:28:32.150Z+++ svcs -Hostate baseline
5642026-06-15T03:28:32.162Z++ [[ offline* != online ]]
5652026-06-15T03:28:32.162Z++ [[ 38 -gt 300 ]]
5662026-06-15T03:28:32.162Z++ sleep 1
5672026-06-15T03:28:33.164Z++ retry=39
5682026-06-15T03:28:33.167Z+++ svcs -Hostate baseline
5692026-06-15T03:28:33.178Z++ [[ offline* != online ]]
5702026-06-15T03:28:33.178Z++ [[ 39 -gt 300 ]]
5712026-06-15T03:28:33.178Z++ sleep 1
5722026-06-15T03:28:34.180Z++ retry=40
5732026-06-15T03:28:34.183Z+++ svcs -Hostate baseline
5742026-06-15T03:28:34.195Z++ [[ offline* != online ]]
5752026-06-15T03:28:34.195Z++ [[ 40 -gt 300 ]]
5762026-06-15T03:28:34.195Z++ sleep 1
5772026-06-15T03:28:35.197Z++ retry=41
5782026-06-15T03:28:35.201Z+++ svcs -Hostate baseline
5792026-06-15T03:28:35.211Z++ [[ offline* != online ]]
5802026-06-15T03:28:35.211Z++ [[ 41 -gt 300 ]]
5812026-06-15T03:28:35.211Z++ sleep 1
5822026-06-15T03:28:36.214Z++ retry=42
5832026-06-15T03:28:36.278Z+++ svcs -Hostate baseline
5842026-06-15T03:28:36.286Z++ [[ offline* != online ]]
5852026-06-15T03:28:36.286Z++ [[ 42 -gt 300 ]]
5862026-06-15T03:28:36.286Z++ sleep 1
5872026-06-15T03:28:37.229Z++ retry=43
5882026-06-15T03:28:37.233Z+++ svcs -Hostate baseline
5892026-06-15T03:28:37.244Z++ [[ offline* != online ]]
5902026-06-15T03:28:37.244Z++ [[ 43 -gt 300 ]]
5912026-06-15T03:28:37.244Z++ sleep 1
5922026-06-15T03:28:38.246Z++ retry=44
5932026-06-15T03:28:38.250Z+++ svcs -Hostate baseline
5942026-06-15T03:28:38.260Z++ [[ offline* != online ]]
5952026-06-15T03:28:38.260Z++ [[ 44 -gt 300 ]]
5962026-06-15T03:28:38.260Z++ sleep 1
5972026-06-15T03:28:39.262Z++ retry=45
5982026-06-15T03:28:39.265Z+++ svcs -Hostate baseline
5992026-06-15T03:28:39.276Z++ [[ offline* != online ]]
6002026-06-15T03:28:39.277Z++ [[ 45 -gt 300 ]]
6012026-06-15T03:28:39.277Z++ sleep 1
6022026-06-15T03:28:40.278Z++ retry=46
6032026-06-15T03:28:40.281Z+++ svcs -Hostate baseline
6042026-06-15T03:28:40.292Z++ [[ offline* != online ]]
6052026-06-15T03:28:40.292Z++ [[ 46 -gt 300 ]]
6062026-06-15T03:28:40.292Z++ sleep 1
6072026-06-15T03:28:41.295Z++ retry=47
6082026-06-15T03:28:41.298Z+++ svcs -Hostate baseline
6092026-06-15T03:28:41.309Z++ [[ offline* != online ]]
6102026-06-15T03:28:41.309Z++ [[ 47 -gt 300 ]]
6112026-06-15T03:28:41.309Z++ sleep 1
6122026-06-15T03:28:42.311Z++ retry=48
6132026-06-15T03:28:42.314Z+++ svcs -Hostate baseline
6142026-06-15T03:28:42.325Z++ [[ offline* != online ]]
6152026-06-15T03:28:42.325Z++ [[ 48 -gt 300 ]]
6162026-06-15T03:28:42.325Z++ sleep 1
6172026-06-15T03:28:43.327Z++ retry=49
6182026-06-15T03:28:43.330Z+++ svcs -Hostate baseline
6192026-06-15T03:28:43.342Z++ [[ offline* != online ]]
6202026-06-15T03:28:43.342Z++ [[ 49 -gt 300 ]]
6212026-06-15T03:28:43.342Z++ sleep 1
6222026-06-15T03:28:44.344Z++ retry=50
6232026-06-15T03:28:44.347Z+++ svcs -Hostate baseline
6242026-06-15T03:28:44.358Z++ [[ offline* != online ]]
6252026-06-15T03:28:44.358Z++ [[ 50 -gt 300 ]]
6262026-06-15T03:28:44.358Z++ sleep 1
6272026-06-15T03:28:45.360Z++ retry=51
6282026-06-15T03:28:45.363Z+++ svcs -Hostate baseline
6292026-06-15T03:28:45.375Z++ [[ offline* != online ]]
6302026-06-15T03:28:45.375Z++ [[ 51 -gt 300 ]]
6312026-06-15T03:28:45.375Z++ sleep 1
6322026-06-15T03:28:46.376Z++ retry=52
6332026-06-15T03:28:46.379Z+++ svcs -Hostate baseline
6342026-06-15T03:28:46.391Z++ [[ offline* != online ]]
6352026-06-15T03:28:46.391Z++ [[ 52 -gt 300 ]]
6362026-06-15T03:28:46.394Z++ sleep 1
6372026-06-15T03:28:47.393Z++ retry=53
6382026-06-15T03:28:47.396Z+++ svcs -Hostate baseline
6392026-06-15T03:28:47.408Z++ [[ offline* != online ]]
6402026-06-15T03:28:47.408Z++ [[ 53 -gt 300 ]]
6412026-06-15T03:28:47.408Z++ sleep 1
6422026-06-15T03:28:48.410Z++ retry=54
6432026-06-15T03:28:48.414Z+++ svcs -Hostate baseline
6442026-06-15T03:28:48.425Z++ [[ offline* != online ]]
6452026-06-15T03:28:48.425Z++ [[ 54 -gt 300 ]]
6462026-06-15T03:28:48.425Z++ sleep 1
6472026-06-15T03:28:49.427Z++ retry=55
6482026-06-15T03:28:49.434Z+++ svcs -Hostate baseline
6492026-06-15T03:28:49.444Z++ [[ offline* != online ]]
6502026-06-15T03:28:49.448Z++ [[ 55 -gt 300 ]]
6512026-06-15T03:28:49.448Z++ sleep 1
6522026-06-15T03:28:50.445Z++ retry=56
6532026-06-15T03:28:50.448Z+++ svcs -Hostate baseline
6542026-06-15T03:28:50.459Z++ [[ offline* != online ]]
6552026-06-15T03:28:50.459Z++ [[ 56 -gt 300 ]]
6562026-06-15T03:28:50.463Z++ sleep 1
6572026-06-15T03:28:51.459Z++ retry=57
6582026-06-15T03:28:51.464Z+++ svcs -Hostate baseline
6592026-06-15T03:28:51.475Z++ [[ offline* != online ]]
6602026-06-15T03:28:51.475Z++ [[ 57 -gt 300 ]]
6612026-06-15T03:28:51.475Z++ sleep 1
6622026-06-15T03:28:52.476Z++ retry=58
6632026-06-15T03:28:52.479Z+++ svcs -Hostate baseline
6642026-06-15T03:28:52.490Z++ [[ offline* != online ]]
6652026-06-15T03:28:52.490Z++ [[ 58 -gt 300 ]]
6662026-06-15T03:28:52.490Z++ sleep 1
6672026-06-15T03:28:53.492Z++ retry=59
6682026-06-15T03:28:53.495Z+++ svcs -Hostate baseline
6692026-06-15T03:28:53.506Z++ [[ offline* != online ]]
6702026-06-15T03:28:53.506Z++ [[ 59 -gt 300 ]]
6712026-06-15T03:28:53.506Z++ sleep 1
6722026-06-15T03:28:54.508Z++ retry=60
6732026-06-15T03:28:54.511Z+++ svcs -Hostate baseline
6742026-06-15T03:28:54.524Z++ [[ offline* != online ]]
6752026-06-15T03:28:54.524Z++ [[ 60 -gt 300 ]]
6762026-06-15T03:28:54.524Z++ sleep 1
6772026-06-15T03:28:55.527Z++ retry=61
6782026-06-15T03:28:55.531Z+++ svcs -Hostate baseline
6792026-06-15T03:28:55.540Z++ [[ offline* != online ]]
6802026-06-15T03:28:55.540Z++ [[ 61 -gt 300 ]]
6812026-06-15T03:28:55.540Z++ sleep 1
6822026-06-15T03:28:56.541Z++ retry=62
6832026-06-15T03:28:56.545Z+++ svcs -Hostate baseline
6842026-06-15T03:28:56.555Z++ [[ offline* != online ]]
6852026-06-15T03:28:56.555Z++ [[ 62 -gt 300 ]]
6862026-06-15T03:28:56.555Z++ sleep 1
6872026-06-15T03:28:57.557Z++ retry=63
6882026-06-15T03:28:57.560Z+++ svcs -Hostate baseline
6892026-06-15T03:28:57.572Z++ [[ offline* != online ]]
6902026-06-15T03:28:57.572Z++ [[ 63 -gt 300 ]]
6912026-06-15T03:28:57.572Z++ sleep 1
6922026-06-15T03:28:58.574Z++ retry=64
6932026-06-15T03:28:58.577Z+++ svcs -Hostate baseline
6942026-06-15T03:28:58.588Z++ [[ offline* != online ]]
6952026-06-15T03:28:58.588Z++ [[ 64 -gt 300 ]]
6962026-06-15T03:28:58.588Z++ sleep 1
6972026-06-15T03:28:59.590Z++ retry=65
6982026-06-15T03:28:59.593Z+++ svcs -Hostate baseline
6992026-06-15T03:28:59.605Z++ [[ offline* != online ]]
7002026-06-15T03:28:59.605Z++ [[ 65 -gt 300 ]]
7012026-06-15T03:28:59.605Z++ sleep 1
7022026-06-15T03:29:00.607Z++ retry=66
7032026-06-15T03:29:00.610Z+++ svcs -Hostate baseline
7042026-06-15T03:29:00.623Z++ [[ offline* != online ]]
7052026-06-15T03:29:00.623Z++ [[ 66 -gt 300 ]]
7062026-06-15T03:29:00.623Z++ sleep 1
7072026-06-15T03:29:01.626Z++ retry=67
7082026-06-15T03:29:01.629Z+++ svcs -Hostate baseline
7092026-06-15T03:29:01.638Z++ [[ offline* != online ]]
7102026-06-15T03:29:01.638Z++ [[ 67 -gt 300 ]]
7112026-06-15T03:29:01.638Z++ sleep 1
7122026-06-15T03:29:02.640Z++ retry=68
7132026-06-15T03:29:02.643Z+++ svcs -Hostate baseline
7142026-06-15T03:29:02.654Z++ [[ offline* != online ]]
7152026-06-15T03:29:02.654Z++ [[ 68 -gt 300 ]]
7162026-06-15T03:29:02.655Z++ sleep 1
7172026-06-15T03:29:03.657Z++ retry=69
7182026-06-15T03:29:03.660Z+++ svcs -Hostate baseline
7192026-06-15T03:29:03.671Z++ [[ offline* != online ]]
7202026-06-15T03:29:03.671Z++ [[ 69 -gt 300 ]]
7212026-06-15T03:29:03.671Z++ sleep 1
7222026-06-15T03:29:04.673Z++ retry=70
7232026-06-15T03:29:04.676Z+++ svcs -Hostate baseline
7242026-06-15T03:29:04.688Z++ [[ offline* != online ]]
7252026-06-15T03:29:04.688Z++ [[ 70 -gt 300 ]]
7262026-06-15T03:29:04.689Z++ sleep 1
7272026-06-15T03:29:05.690Z++ retry=71
7282026-06-15T03:29:05.693Z+++ svcs -Hostate baseline
7292026-06-15T03:29:05.705Z++ [[ offline* != online ]]
7302026-06-15T03:29:05.705Z++ [[ 71 -gt 300 ]]
7312026-06-15T03:29:05.705Z++ sleep 1
7322026-06-15T03:29:06.707Z++ retry=72
7332026-06-15T03:29:06.710Z+++ svcs -Hostate baseline
7342026-06-15T03:29:06.721Z++ [[ offline* != online ]]
7352026-06-15T03:29:06.721Z++ [[ 72 -gt 300 ]]
7362026-06-15T03:29:06.721Z++ sleep 1
7372026-06-15T03:29:07.723Z++ retry=73
7382026-06-15T03:29:07.726Z+++ svcs -Hostate baseline
7392026-06-15T03:29:07.738Z++ [[ offline* != online ]]
7402026-06-15T03:29:07.738Z++ [[ 73 -gt 300 ]]
7412026-06-15T03:29:07.738Z++ sleep 1
7422026-06-15T03:29:08.740Z++ retry=74
7432026-06-15T03:29:08.743Z+++ svcs -Hostate baseline
7442026-06-15T03:29:08.754Z++ [[ offline* != online ]]
7452026-06-15T03:29:08.754Z++ [[ 74 -gt 300 ]]
7462026-06-15T03:29:08.754Z++ sleep 1
7472026-06-15T03:29:09.756Z++ retry=75
7482026-06-15T03:29:09.759Z+++ svcs -Hostate baseline
7492026-06-15T03:29:09.771Z++ [[ offline* != online ]]
7502026-06-15T03:29:09.771Z++ [[ 75 -gt 300 ]]
7512026-06-15T03:29:09.771Z++ sleep 1
7522026-06-15T03:29:10.773Z++ retry=76
7532026-06-15T03:29:10.776Z+++ svcs -Hostate baseline
7542026-06-15T03:29:10.787Z++ [[ offline* != online ]]
7552026-06-15T03:29:10.787Z++ [[ 76 -gt 300 ]]
7562026-06-15T03:29:10.787Z++ sleep 1
7572026-06-15T03:29:11.791Z++ retry=77
7582026-06-15T03:29:11.794Z+++ svcs -Hostate baseline
7592026-06-15T03:29:11.804Z++ [[ offline* != online ]]
7602026-06-15T03:29:11.804Z++ [[ 77 -gt 300 ]]
7612026-06-15T03:29:11.804Z++ sleep 1
7622026-06-15T03:29:12.806Z++ retry=78
7632026-06-15T03:29:12.811Z+++ svcs -Hostate baseline
7642026-06-15T03:29:12.824Z++ [[ offline* != online ]]
7652026-06-15T03:29:12.824Z++ [[ 78 -gt 300 ]]
7662026-06-15T03:29:12.824Z++ sleep 1
7672026-06-15T03:29:13.822Z++ retry=79
7682026-06-15T03:29:13.825Z+++ svcs -Hostate baseline
7692026-06-15T03:29:13.836Z++ [[ offline* != online ]]
7702026-06-15T03:29:13.836Z++ [[ 79 -gt 300 ]]
7712026-06-15T03:29:13.836Z++ sleep 1
7722026-06-15T03:29:14.838Z++ retry=80
7732026-06-15T03:29:14.841Z+++ svcs -Hostate baseline
7742026-06-15T03:29:14.853Z++ [[ offline* != online ]]
7752026-06-15T03:29:14.853Z++ [[ 80 -gt 300 ]]
7762026-06-15T03:29:14.853Z++ sleep 1
7772026-06-15T03:29:15.855Z++ retry=81
7782026-06-15T03:29:15.858Z+++ svcs -Hostate baseline
7792026-06-15T03:29:15.869Z++ [[ offline* != online ]]
7802026-06-15T03:29:15.869Z++ [[ 81 -gt 300 ]]
7812026-06-15T03:29:15.869Z++ sleep 1
7822026-06-15T03:29:16.871Z++ retry=82
7832026-06-15T03:29:16.874Z+++ svcs -Hostate baseline
7842026-06-15T03:29:16.888Z++ [[ offline* != online ]]
7852026-06-15T03:29:16.888Z++ [[ 82 -gt 300 ]]
7862026-06-15T03:29:16.888Z++ sleep 1
7872026-06-15T03:29:17.888Z++ retry=83
7882026-06-15T03:29:17.893Z+++ svcs -Hostate baseline
7892026-06-15T03:29:17.902Z++ [[ offline* != online ]]
7902026-06-15T03:29:17.902Z++ [[ 83 -gt 300 ]]
7912026-06-15T03:29:17.902Z++ sleep 1
7922026-06-15T03:29:18.904Z++ retry=84
7932026-06-15T03:29:18.907Z+++ svcs -Hostate baseline
7942026-06-15T03:29:18.918Z++ [[ offline* != online ]]
7952026-06-15T03:29:18.918Z++ [[ 84 -gt 300 ]]
7962026-06-15T03:29:18.918Z++ sleep 1
7972026-06-15T03:29:19.920Z++ retry=85
7982026-06-15T03:29:19.923Z+++ svcs -Hostate baseline
7992026-06-15T03:29:19.935Z++ [[ offline* != online ]]
8002026-06-15T03:29:19.935Z++ [[ 85 -gt 300 ]]
8012026-06-15T03:29:19.935Z++ sleep 1
8022026-06-15T03:29:20.938Z++ retry=86
8032026-06-15T03:29:20.941Z+++ svcs -Hostate baseline
8042026-06-15T03:29:20.951Z++ [[ offline* != online ]]
8052026-06-15T03:29:20.951Z++ [[ 86 -gt 300 ]]
8062026-06-15T03:29:20.951Z++ sleep 1
8072026-06-15T03:29:21.953Z++ retry=87
8082026-06-15T03:29:21.956Z+++ svcs -Hostate baseline
8092026-06-15T03:29:21.967Z++ [[ offline* != online ]]
8102026-06-15T03:29:21.967Z++ [[ 87 -gt 300 ]]
8112026-06-15T03:29:21.967Z++ sleep 1
8122026-06-15T03:29:22.969Z++ retry=88
8132026-06-15T03:29:22.972Z+++ svcs -Hostate baseline
8142026-06-15T03:29:22.984Z++ [[ offline* != online ]]
8152026-06-15T03:29:22.984Z++ [[ 88 -gt 300 ]]
8162026-06-15T03:29:22.984Z++ sleep 1
8172026-06-15T03:29:23.986Z++ retry=89
8182026-06-15T03:29:23.989Z+++ svcs -Hostate baseline
8192026-06-15T03:29:24.000Z++ [[ offline* != online ]]
8202026-06-15T03:29:24.000Z++ [[ 89 -gt 300 ]]
8212026-06-15T03:29:24.000Z++ sleep 1
8222026-06-15T03:29:25.003Z++ retry=90
8232026-06-15T03:29:25.008Z+++ svcs -Hostate baseline
8242026-06-15T03:29:25.017Z++ [[ offline* != online ]]
8252026-06-15T03:29:25.017Z++ [[ 90 -gt 300 ]]
8262026-06-15T03:29:25.017Z++ sleep 1
8272026-06-15T03:29:26.019Z++ retry=91
8282026-06-15T03:29:26.022Z+++ svcs -Hostate baseline
8292026-06-15T03:29:26.034Z++ [[ offline* != online ]]
8302026-06-15T03:29:26.034Z++ [[ 91 -gt 300 ]]
8312026-06-15T03:29:26.034Z++ sleep 1
8322026-06-15T03:29:27.036Z++ retry=92
8332026-06-15T03:29:27.039Z+++ svcs -Hostate baseline
8342026-06-15T03:29:27.051Z++ [[ offline* != online ]]
8352026-06-15T03:29:27.051Z++ [[ 92 -gt 300 ]]
8362026-06-15T03:29:27.051Z++ sleep 1
8372026-06-15T03:29:28.052Z++ retry=93
8382026-06-15T03:29:28.055Z+++ svcs -Hostate baseline
8392026-06-15T03:29:28.067Z++ [[ offline* != online ]]
8402026-06-15T03:29:28.067Z++ [[ 93 -gt 300 ]]
8412026-06-15T03:29:28.067Z++ sleep 1
8422026-06-15T03:29:29.068Z++ retry=94
8432026-06-15T03:29:29.071Z+++ svcs -Hostate baseline
8442026-06-15T03:29:29.081Z++ [[ offline* != online ]]
8452026-06-15T03:29:29.081Z++ [[ 94 -gt 300 ]]
8462026-06-15T03:29:29.081Z++ sleep 1
8472026-06-15T03:29:30.085Z++ retry=95
8482026-06-15T03:29:30.087Z+++ svcs -Hostate baseline
8492026-06-15T03:29:30.098Z++ [[ offline* != online ]]
8502026-06-15T03:29:30.098Z++ [[ 95 -gt 300 ]]
8512026-06-15T03:29:30.098Z++ sleep 1
8522026-06-15T03:29:31.100Z++ retry=96
8532026-06-15T03:29:31.103Z+++ svcs -Hostate baseline
8542026-06-15T03:29:31.114Z++ [[ offline* != online ]]
8552026-06-15T03:29:31.114Z++ [[ 96 -gt 300 ]]
8562026-06-15T03:29:31.119Z++ sleep 1
8572026-06-15T03:29:32.116Z++ retry=97
8582026-06-15T03:29:32.119Z+++ svcs -Hostate baseline
8592026-06-15T03:29:32.130Z++ [[ offline* != online ]]
8602026-06-15T03:29:32.130Z++ [[ 97 -gt 300 ]]
8612026-06-15T03:29:32.130Z++ sleep 1
8622026-06-15T03:29:33.132Z++ retry=98
8632026-06-15T03:29:33.135Z+++ svcs -Hostate baseline
8642026-06-15T03:29:33.147Z++ [[ offline* != online ]]
8652026-06-15T03:29:33.147Z++ [[ 98 -gt 300 ]]
8662026-06-15T03:29:33.147Z++ sleep 1
8672026-06-15T03:29:34.149Z++ retry=99
8682026-06-15T03:29:34.152Z+++ svcs -Hostate baseline
8692026-06-15T03:29:34.163Z++ [[ offline* != online ]]
8702026-06-15T03:29:34.163Z++ [[ 99 -gt 300 ]]
8712026-06-15T03:29:34.163Z++ sleep 1
8722026-06-15T03:29:35.165Z++ retry=100
8732026-06-15T03:29:35.168Z+++ svcs -Hostate baseline
8742026-06-15T03:29:35.220Z++ [[ offline* != online ]]
8752026-06-15T03:29:35.220Z++ [[ 100 -gt 300 ]]
8762026-06-15T03:29:35.220Z++ sleep 1
8772026-06-15T03:29:36.181Z++ retry=101
8782026-06-15T03:29:36.184Z+++ svcs -Hostate baseline
8792026-06-15T03:29:36.195Z++ [[ offline* != online ]]
8802026-06-15T03:29:36.195Z++ [[ 101 -gt 300 ]]
8812026-06-15T03:29:36.195Z++ sleep 1
8822026-06-15T03:29:37.198Z++ retry=102
8832026-06-15T03:29:37.201Z+++ svcs -Hostate baseline
8842026-06-15T03:29:37.211Z++ [[ offline* != online ]]
8852026-06-15T03:29:37.211Z++ [[ 102 -gt 300 ]]
8862026-06-15T03:29:37.211Z++ sleep 1
8872026-06-15T03:29:38.212Z++ retry=103
8882026-06-15T03:29:38.215Z+++ svcs -Hostate baseline
8892026-06-15T03:29:38.226Z++ [[ offline* != online ]]
8902026-06-15T03:29:38.227Z++ [[ 103 -gt 300 ]]
8912026-06-15T03:29:38.227Z++ sleep 1
8922026-06-15T03:29:39.228Z++ retry=104
8932026-06-15T03:29:39.231Z+++ svcs -Hostate baseline
8942026-06-15T03:29:39.244Z++ [[ offline* != online ]]
8952026-06-15T03:29:39.244Z++ [[ 104 -gt 300 ]]
8962026-06-15T03:29:39.244Z++ sleep 1
8972026-06-15T03:29:40.245Z++ retry=105
8982026-06-15T03:29:40.248Z+++ svcs -Hostate baseline
8992026-06-15T03:29:40.259Z++ [[ offline* != online ]]
9002026-06-15T03:29:40.259Z++ [[ 105 -gt 300 ]]
9012026-06-15T03:29:40.259Z++ sleep 1
9022026-06-15T03:29:41.261Z++ retry=106
9032026-06-15T03:29:41.264Z+++ svcs -Hostate baseline
9042026-06-15T03:29:41.275Z++ [[ online != online ]]
9052026-06-15T03:29:41.275Z++ set -o errexit
9062026-06-15T03:29:41.278Z++ set -o pipefail
9072026-06-15T03:29:41.278Z++ banner build
9082026-06-15T03:29:41.278Z
9092026-06-15T03:29:41.278Z ##### # # # # #####
9102026-06-15T03:29:41.278Z # # # # # # # #
9112026-06-15T03:29:41.278Z ##### # # # # # #
9122026-06-15T03:29:41.278Z # # # # # # # #
9132026-06-15T03:29:41.278Z # # # # # # # #
9142026-06-15T03:29:41.278Z ##### #### # ###### #####
9152026-06-15T03:29:41.278Z
9162026-06-15T03:29:41.278Z++ cargo build --release --bin ddmd --bin ddmadm
9172026-06-15T03:29:41.283Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9182026-06-15T03:29:41.497Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9192026-06-15T03:29:41.500Zinfo: downloading 6 components
9202026-06-15T03:29:56.943Z Updating crates.io index
9212026-06-15T03:29:56.946Z Updating git repository `https://github.com/oxidecomputer/omicron`
9222026-06-15T03:30:02.954ZFrom https://github.com/oxidecomputer/omicron
9232026-06-15T03:30:02.954Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9242026-06-15T03:30:03.414Z Updating git repository `https://github.com/oxidecomputer/falcon`
9252026-06-15T03:30:04.438ZFrom https://github.com/oxidecomputer/falcon
9262026-06-15T03:30:04.438Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9272026-06-15T03:30:04.648Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9282026-06-15T03:30:05.566ZFrom https://github.com/oxidecomputer/dendrite
9292026-06-15T03:30:05.566Z * [new ref] f27f612dde317f2f05716c761a14500e46581ff7 -> refs/commit/f27f612dde317f2f05716c761a14500e46581ff7
9302026-06-15T03:30:05.785Z Updating git repository `https://github.com/oxidecomputer/ispf`
9312026-06-15T03:30:06.043ZFrom https://github.com/oxidecomputer/ispf
9322026-06-15T03:30:06.043Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9332026-06-15T03:30:06.049Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9342026-06-15T03:30:06.382ZFrom https://github.com/oxidecomputer/netadm-sys
9352026-06-15T03:30:06.382Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9362026-06-15T03:30:06.389Z Updating git repository `https://github.com/oxidecomputer/opte`
9372026-06-15T03:30:07.026ZFrom https://github.com/oxidecomputer/opte
9382026-06-15T03:30:07.026Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9392026-06-15T03:30:07.433Z Updating git repository `https://github.com/illumos/smf-rs`
9402026-06-15T03:30:07.694ZFrom https://github.com/illumos/smf-rs
9412026-06-15T03:30:07.694Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9422026-06-15T03:30:07.774Z Updating git repository `https://github.com/oxidecomputer/poptrie`
9432026-06-15T03:30:08.077ZFrom https://github.com/oxidecomputer/poptrie
9442026-06-15T03:30:08.078Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
9452026-06-15T03:30:08.098Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9462026-06-15T03:30:08.354ZFrom https://github.com/oxidecomputer/network-interface
9472026-06-15T03:30:08.354Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9482026-06-15T03:30:08.378Z Updating git repository `https://github.com/oxidecomputer/zone`
9492026-06-15T03:30:08.756ZFrom https://github.com/oxidecomputer/zone
9502026-06-15T03:30:08.756Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9512026-06-15T03:30:08.846Z Updating git repository `https://github.com/oxidecomputer/lldp`
9522026-06-15T03:30:09.174ZFrom https://github.com/oxidecomputer/lldp
9532026-06-15T03:30:09.174Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9542026-06-15T03:30:09.308Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9552026-06-15T03:30:09.558ZFrom https://github.com/oxidecomputer/slog-error-chain
9562026-06-15T03:30:09.558Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9572026-06-15T03:30:09.567Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9582026-06-15T03:30:09.884ZFrom https://github.com/oxidecomputer/tufaceous
9592026-06-15T03:30:09.884Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9602026-06-15T03:30:09.929Z Updating git repository `https://github.com/oxidecomputer/propolis`
9612026-06-15T03:30:10.516ZFrom https://github.com/oxidecomputer/propolis
9622026-06-15T03:30:10.516Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9632026-06-15T03:30:10.573Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9642026-06-15T03:30:11.084ZFrom https://github.com/oxidecomputer/transceiver-control
9652026-06-15T03:30:11.085Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9662026-06-15T03:30:11.321Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9672026-06-15T03:30:11.587ZFrom https://github.com/oxidecomputer/dlpi-sys
9682026-06-15T03:30:11.587Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9692026-06-15T03:30:11.602Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9702026-06-15T03:30:11.871ZFrom https://github.com/jmesmon/rust-libzfs
9712026-06-15T03:30:11.871Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9722026-06-15T03:30:11.878Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9732026-06-15T03:30:12.136ZFrom https://github.com/oxidecomputer/rusty-doors
9742026-06-15T03:30:12.136Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9752026-06-15T03:30:13.031Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9762026-06-15T03:30:13.471ZFrom https://github.com/oxidecomputer/management-gateway-service
9772026-06-15T03:30:13.472Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9782026-06-15T03:30:13.548Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9792026-06-15T03:30:13.798ZFrom https://github.com/oxidecomputer/serde_human_bytes
9802026-06-15T03:30:13.798Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9812026-06-15T03:30:13.865Z Updating git repository `https://github.com/oxidecomputer/crucible`
9822026-06-15T03:30:14.662ZFrom https://github.com/oxidecomputer/crucible
9832026-06-15T03:30:14.662Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9842026-06-15T03:30:15.311Z Updating git repository `https://github.com/oxidecomputer/propolis`
9852026-06-15T03:30:15.729ZFrom https://github.com/oxidecomputer/propolis
9862026-06-15T03:30:15.729Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9872026-06-15T03:30:15.962Z Updating git repository `https://github.com/oxidecomputer/crucible`
9882026-06-15T03:30:16.433ZFrom https://github.com/oxidecomputer/crucible
9892026-06-15T03:30:16.433Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9902026-06-15T03:30:16.523Z Updating git repository `https://github.com/oxidecomputer/tofino`
9912026-06-15T03:30:16.873ZFrom https://github.com/oxidecomputer/tofino
9922026-06-15T03:30:16.873Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9932026-06-15T03:30:16.894Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9942026-06-15T03:30:17.551ZFrom https://github.com/oxidecomputer/maghemite
9952026-06-15T03:30:17.551Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9962026-06-15T03:30:17.600Z Updating git repository `https://github.com/oxidecomputer/clickward`
9972026-06-15T03:30:17.868ZFrom https://github.com/oxidecomputer/clickward
9982026-06-15T03:30:17.868Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9992026-06-15T03:30:18.038Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10002026-06-15T03:30:18.334ZFrom https://github.com/oxidecomputer/illumos-devinfo
10012026-06-15T03:30:18.334Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10022026-06-15T03:30:19.259Z Downloading crates ...
10032026-06-15T03:30:19.364Z Downloaded darling_macro v0.21.3
10042026-06-15T03:30:19.367Z Downloaded anstyle-query v1.1.5
10052026-06-15T03:30:19.370Z Downloaded atomic-waker v1.1.2
10062026-06-15T03:30:19.373Z Downloaded async-stream v0.3.6
10072026-06-15T03:30:19.375Z Downloaded futures-task v0.3.32
10082026-06-15T03:30:19.378Z Downloaded ciborium-ll v0.2.2
10092026-06-15T03:30:19.378Z Downloaded async-trait v0.1.89
10102026-06-15T03:30:19.381Z Downloaded aead v0.5.2
10112026-06-15T03:30:19.385Z Downloaded atomicwrites v0.4.4
10122026-06-15T03:30:19.389Z Downloaded generic-array v0.14.7
10132026-06-15T03:30:19.389Z Downloaded globset v0.4.18
10142026-06-15T03:30:19.392Z Downloaded async-stream-impl v0.3.6
10152026-06-15T03:30:19.392Z Downloaded getrandom v0.3.4
10162026-06-15T03:30:19.394Z Downloaded fs-err v3.3.0
10172026-06-15T03:30:19.399Z Downloaded fxhash v0.2.1
10182026-06-15T03:30:19.399Z Downloaded argon2 v0.5.3
10192026-06-15T03:30:19.402Z Downloaded cpufeatures v0.2.17
10202026-06-15T03:30:19.402Z Downloaded futures-channel v0.3.32
10212026-06-15T03:30:19.405Z Downloaded dunce v1.0.5
10222026-06-15T03:30:19.408Z Downloaded critical-section v1.2.0
10232026-06-15T03:30:19.411Z Downloaded darling_macro v0.23.0
10242026-06-15T03:30:19.411Z Downloaded fnv v1.0.7
10252026-06-15T03:30:19.414Z Downloaded digest v0.11.3
10262026-06-15T03:30:19.416Z Downloaded block-buffer v0.12.0
10272026-06-15T03:30:19.416Z Downloaded async-recursion v1.1.1
10282026-06-15T03:30:19.422Z Downloaded cpufeatures v0.3.0
10292026-06-15T03:30:19.425Z Downloaded derive-ex v0.1.8
10302026-06-15T03:30:19.425Z Downloaded const-random-macro v0.1.16
10312026-06-15T03:30:19.427Z Downloaded const-random v0.1.18
10322026-06-15T03:30:19.427Z Downloaded bitflags v1.3.2
10332026-06-15T03:30:19.430Z Downloaded ciborium-io v0.2.2
10342026-06-15T03:30:19.434Z Downloaded bcs v0.1.6
10352026-06-15T03:30:19.434Z Downloaded dtrace-parser v0.3.0
10362026-06-15T03:30:19.437Z Downloaded crypto-common v0.2.2
10372026-06-15T03:30:19.440Z Downloaded convert_case v0.4.0
10382026-06-15T03:30:19.440Z Downloaded git-stub v1.0.0
10392026-06-15T03:30:19.442Z Downloaded base16ct v0.2.0
10402026-06-15T03:30:19.445Z Downloaded allocator-api2 v0.2.21
10412026-06-15T03:30:19.448Z Downloaded futures-macro v0.3.32
10422026-06-15T03:30:19.448Z Downloaded hash32 v0.3.1
10432026-06-15T03:30:19.451Z Downloaded colorchoice v1.0.5
10442026-06-15T03:30:19.454Z Downloaded heck v0.4.1
10452026-06-15T03:30:19.457Z Downloaded crc8 v0.1.1
10462026-06-15T03:30:19.457Z Downloaded group v0.13.0
10472026-06-15T03:30:19.459Z Downloaded gethostname v0.5.0
10482026-06-15T03:30:19.460Z Downloaded float-ord v0.3.2
10492026-06-15T03:30:19.462Z Downloaded dropshot-api-manager-types v0.7.2
10502026-06-15T03:30:19.465Z Downloaded embedded-io v0.4.0
10512026-06-15T03:30:19.465Z Downloaded crucible-workspace-hack v0.1.0
10522026-06-15T03:30:19.469Z Downloaded cobs v0.3.0
10532026-06-15T03:30:19.472Z Downloaded futures-executor v0.3.32
10542026-06-15T03:30:19.472Z Downloaded foreign-types v0.3.2
10552026-06-15T03:30:19.472Z Downloaded crypto-common v0.1.7
10562026-06-15T03:30:19.475Z Downloaded fs_extra v1.3.0
10572026-06-15T03:30:19.477Z Downloaded foreign-types-shared v0.3.1
10582026-06-15T03:30:19.477Z Downloaded foldhash v0.1.5
10592026-06-15T03:30:19.480Z Downloaded cstr-argument v0.1.2
10602026-06-15T03:30:19.480Z Downloaded find-msvc-tools v0.1.9
10612026-06-15T03:30:19.483Z Downloaded cfg_aliases v0.2.1
10622026-06-15T03:30:19.486Z Downloaded base16ct v1.0.0
10632026-06-15T03:30:19.486Z Downloaded dyn-clone v1.0.20
10642026-06-15T03:30:19.489Z Downloaded csv-core v0.1.13
10652026-06-15T03:30:19.492Z Downloaded glob v0.3.3
10662026-06-15T03:30:19.492Z Downloaded foreign-types v0.5.0
10672026-06-15T03:30:19.494Z Downloaded dtrace-parser v0.2.0
10682026-06-15T03:30:19.495Z Downloaded foldhash v0.2.0
10692026-06-15T03:30:19.497Z Downloaded hubpack v0.1.2
10702026-06-15T03:30:19.500Z Downloaded bs58 v0.5.1
10712026-06-15T03:30:19.500Z Downloaded iana-time-zone v0.1.65
10722026-06-15T03:30:19.503Z Downloaded fixedbitset v0.4.2
10732026-06-15T03:30:19.505Z Downloaded indent_write v2.2.0
10742026-06-15T03:30:19.508Z Downloaded errno v0.3.14
10752026-06-15T03:30:19.508Z Downloaded dof v0.4.0
10762026-06-15T03:30:19.511Z Downloaded cmake v0.1.58
10772026-06-15T03:30:19.513Z Downloaded hashbrown v0.16.1
10782026-06-15T03:30:19.516Z Downloaded foreign-types-macros v0.2.3
10792026-06-15T03:30:19.519Z Downloaded byte-wrapper v0.1.0
10802026-06-15T03:30:19.523Z Downloaded heck v0.5.0
10812026-06-15T03:30:19.523Z Downloaded daft-derive v0.1.7
10822026-06-15T03:30:19.526Z Downloaded idna_adapter v1.2.2
10832026-06-15T03:30:19.529Z Downloaded ident_case v1.0.1
10842026-06-15T03:30:19.529Z Downloaded instant v0.1.13
10852026-06-15T03:30:19.534Z Downloaded defmt-parser v1.0.0
10862026-06-15T03:30:19.534Z Downloaded httpdate v1.0.3
10872026-06-15T03:30:19.534Z Downloaded backon v1.6.0
10882026-06-15T03:30:19.538Z Downloaded hex v0.4.3
10892026-06-15T03:30:19.540Z Downloaded defmt v0.3.100
10902026-06-15T03:30:19.540Z Downloaded const_format_proc_macros v0.2.34
10912026-06-15T03:30:19.543Z Downloaded inout v0.1.4
10922026-06-15T03:30:19.546Z Downloaded is_terminal_polyfill v1.70.2
10932026-06-15T03:30:19.546Z Downloaded internet-checksum v0.2.1
10942026-06-15T03:30:19.549Z Downloaded itoa v1.0.18
10952026-06-15T03:30:19.549Z Downloaded daft v0.1.7
10962026-06-15T03:30:19.551Z Downloaded bitflags v2.12.1
10972026-06-15T03:30:19.554Z Downloaded futures-core v0.3.32
10982026-06-15T03:30:19.557Z Downloaded darling v0.21.3
10992026-06-15T03:30:19.560Z Downloaded http-body-util v0.1.3
11002026-06-15T03:30:19.563Z Downloaded drift v0.2.0
11012026-06-15T03:30:19.569Z Downloaded keccak v0.1.6
11022026-06-15T03:30:19.572Z Downloaded git-stub-vcs v0.1.0
11032026-06-15T03:30:19.575Z Downloaded futures-io v0.3.32
11042026-06-15T03:30:19.575Z Downloaded http-body v1.0.1
11052026-06-15T03:30:19.578Z Downloaded crossbeam-utils v0.8.21
11062026-06-15T03:30:19.581Z Downloaded hyper-rustls v0.27.9
11072026-06-15T03:30:19.581Z Downloaded hubpack_derive v0.1.1
11082026-06-15T03:30:19.584Z Downloaded console v0.15.11
11092026-06-15T03:30:19.587Z Downloaded macaddr v1.0.1
11102026-06-15T03:30:19.587Z Downloaded lru-slab v0.1.2
11112026-06-15T03:30:19.589Z Downloaded num-conv v0.2.2
11122026-06-15T03:30:19.589Z Downloaded libscf-sys v1.2.0
11132026-06-15T03:30:19.592Z Downloaded camino v1.2.2
11142026-06-15T03:30:19.592Z Downloaded managed v0.8.0
11152026-06-15T03:30:19.595Z Downloaded memmap v0.7.0
11162026-06-15T03:30:19.598Z Downloaded linked-hash-map v0.5.6
11172026-06-15T03:30:19.598Z Downloaded cookie v0.18.1
11182026-06-15T03:30:19.600Z Downloaded futures v0.3.32
11192026-06-15T03:30:19.603Z Downloaded num v0.4.3
11202026-06-15T03:30:19.606Z Downloaded num_enum_derive v0.5.11
11212026-06-15T03:30:19.609Z Downloaded ingot-types v0.1.2
11222026-06-15T03:30:19.609Z Downloaded hmac v0.12.1
11232026-06-15T03:30:19.611Z Downloaded lock_api v0.4.14
11242026-06-15T03:30:19.614Z Downloaded hybrid-array v0.4.12
11252026-06-15T03:30:19.614Z Downloaded humantime v2.3.0
11262026-06-15T03:30:19.617Z Downloaded colored v3.1.1
11272026-06-15T03:30:19.619Z Downloaded ff v0.13.1
11282026-06-15T03:30:19.619Z Downloaded openssl-macros v0.1.1
11292026-06-15T03:30:19.622Z Downloaded memoffset v0.9.1
11302026-06-15T03:30:19.622Z Downloaded newline-converter v0.3.0
11312026-06-15T03:30:19.628Z Downloaded natord v1.0.9
11322026-06-15T03:30:19.628Z Downloaded linear-map v1.2.0
11332026-06-15T03:30:19.631Z Downloaded lazy_static v1.5.0
11342026-06-15T03:30:19.631Z Downloaded deranged v0.5.8
11352026-06-15T03:30:19.631Z Downloaded libsw v3.5.0
11362026-06-15T03:30:19.634Z Downloaded jobserver v0.1.34
11372026-06-15T03:30:19.637Z Downloaded console v0.16.3
11382026-06-15T03:30:19.637Z Downloaded defmt v1.1.0
11392026-06-15T03:30:19.640Z Downloaded num-iter v0.1.45
11402026-06-15T03:30:19.642Z Downloaded parse-display v0.10.0
11412026-06-15T03:30:19.646Z Downloaded newtype-uuid-macros v0.1.0
11422026-06-15T03:30:19.646Z Downloaded num-derive v0.4.2
11432026-06-15T03:30:19.649Z Downloaded newtype-uuid v1.3.2
11442026-06-15T03:30:19.649Z Downloaded newtype_derive v0.1.6
11452026-06-15T03:30:19.651Z Downloaded omicron-workspace-hack v0.1.0
11462026-06-15T03:30:19.651Z Downloaded openssl-probe v0.2.1
11472026-06-15T03:30:19.654Z Downloaded olpc-cjson v0.1.4
11482026-06-15T03:30:19.654Z Downloaded crc32fast v1.5.0
11492026-06-15T03:30:19.657Z Downloaded ipnet v2.12.0
11502026-06-15T03:30:19.657Z Downloaded clap v4.6.1
11512026-06-15T03:30:19.663Z Downloaded percent-encoding v2.3.2
11522026-06-15T03:30:19.666Z Downloaded opaque-debug v0.3.1
11532026-06-15T03:30:19.666Z Downloaded libsw-core v0.3.2
11542026-06-15T03:30:19.669Z Downloaded pretty-hex v0.4.2
11552026-06-15T03:30:19.672Z Downloaded httparse v1.10.1
11562026-06-15T03:30:19.672Z Downloaded num_enum v0.5.11
11572026-06-15T03:30:19.675Z Downloaded multer v3.1.0
11582026-06-15T03:30:19.678Z Downloaded hkdf v0.12.4
11592026-06-15T03:30:19.681Z Downloaded ipnetwork v0.21.1
11602026-06-15T03:30:19.683Z Downloaded potential_utf v0.1.5
11612026-06-15T03:30:19.683Z Downloaded ingot v0.1.1
11622026-06-15T03:30:19.686Z Downloaded num_enum v0.7.6
11632026-06-15T03:30:19.689Z Downloaded num-complex v0.4.6
11642026-06-15T03:30:19.691Z Downloaded const_format v0.2.36
11652026-06-15T03:30:19.694Z Downloaded num-integer v0.1.46
11662026-06-15T03:30:19.697Z Downloaded async-compression v0.4.42
11672026-06-15T03:30:19.700Z Downloaded powerfmt v0.2.0
11682026-06-15T03:30:19.703Z Downloaded proc-macro-crate v1.3.1
11692026-06-15T03:30:19.706Z Downloaded getrandom v0.4.2
11702026-06-15T03:30:19.708Z Downloaded quick-error v1.2.3
11712026-06-15T03:30:19.708Z Downloaded getrandom v0.2.17
11722026-06-15T03:30:19.711Z Downloaded password-hash v0.5.0
11732026-06-15T03:30:19.714Z Downloaded phf_shared v0.12.1
11742026-06-15T03:30:19.714Z Downloaded indexmap v1.9.3
11752026-06-15T03:30:19.716Z Downloaded parse-display-derive v0.10.0
11762026-06-15T03:30:19.719Z Downloaded bytes v1.11.1
11772026-06-15T03:30:19.722Z Downloaded base64 v0.22.1
11782026-06-15T03:30:19.724Z Downloaded progenitor-client v0.10.0
11792026-06-15T03:30:19.725Z Downloaded progenitor-macro v0.13.0
11802026-06-15T03:30:19.727Z Downloaded pem v3.0.6
11812026-06-15T03:30:19.727Z Downloaded pin-project-internal v1.1.13
11822026-06-15T03:30:19.731Z Downloaded paste v1.0.15
11832026-06-15T03:30:19.735Z Downloaded konst_macro_rules v0.2.19
11842026-06-15T03:30:19.735Z Downloaded num-rational v0.4.2
11852026-06-15T03:30:19.738Z Downloaded proc-macro-error-attr2 v2.0.0
11862026-06-15T03:30:19.738Z Downloaded proc-macro-error-attr v1.0.4
11872026-06-15T03:30:19.738Z Downloaded oxide-tokio-rt v0.1.6
11882026-06-15T03:30:19.741Z Downloaded memmap2 v0.9.10
11892026-06-15T03:30:19.741Z Downloaded ingot-macros v0.1.1
11902026-06-15T03:30:19.743Z Downloaded no-std-compat v0.4.1
11912026-06-15T03:30:19.743Z Downloaded pkg-config v0.3.33
11922026-06-15T03:30:19.746Z Downloaded icu_normalizer v2.2.0
11932026-06-15T03:30:19.749Z Downloaded progenitor-macro v0.14.0
11942026-06-15T03:30:19.752Z Downloaded progenitor-macro v0.10.0
11952026-06-15T03:30:19.752Z Downloaded mime v0.3.17
11962026-06-15T03:30:19.755Z Downloaded progenitor-client v0.14.0
11972026-06-15T03:30:19.755Z Downloaded once_cell v1.21.4
11982026-06-15T03:30:19.757Z Downloaded proc-macro-crate v3.5.0
11992026-06-15T03:30:19.757Z Downloaded derive_more v0.99.20
12002026-06-15T03:30:19.761Z Downloaded poly1305 v0.8.0
12012026-06-15T03:30:19.763Z Downloaded num_enum_derive v0.7.6
12022026-06-15T03:30:19.766Z Downloaded crypto-bigint v0.5.5
12032026-06-15T03:30:19.769Z Downloaded derive-where v1.6.1
12042026-06-15T03:30:19.772Z Downloaded ppv-lite86 v0.2.21
12052026-06-15T03:30:19.775Z Downloaded progenitor v0.14.0
12062026-06-15T03:30:19.775Z Downloaded owo-colors v4.3.0
12072026-06-15T03:30:19.777Z Downloaded rand_xorshift v0.4.0
12082026-06-15T03:30:19.780Z Downloaded progenitor v0.10.0
12092026-06-15T03:30:19.780Z Downloaded proc-macro-error v1.0.4
12102026-06-15T03:30:19.784Z Downloaded rustc-hash v2.1.2
12112026-06-15T03:30:19.787Z Downloaded indicatif v0.18.4
12122026-06-15T03:30:19.787Z Downloaded rustc_version v0.1.7
12132026-06-15T03:30:19.789Z Downloaded progenitor-client v0.13.0
12142026-06-15T03:30:19.789Z Downloaded hickory-resolver v0.24.4
12152026-06-15T03:30:19.792Z Downloaded ref-cast-impl v1.0.25
12162026-06-15T03:30:19.795Z Downloaded num_threads v0.1.7
12172026-06-15T03:30:19.795Z Downloaded icu_provider v2.2.0
12182026-06-15T03:30:19.798Z Downloaded parking_lot_core v0.9.12
12192026-06-15T03:30:19.801Z Downloaded rand_chacha v0.9.0
12202026-06-15T03:30:19.802Z Downloaded oxnet v0.1.6
12212026-06-15T03:30:19.805Z Downloaded progenitor-extras v0.2.0
12222026-06-15T03:30:19.805Z Downloaded rustc_version v0.4.1
12232026-06-15T03:30:19.807Z Downloaded rand_core v0.6.4
12242026-06-15T03:30:19.807Z Downloaded half v2.7.1
12252026-06-15T03:30:19.810Z Downloaded parking_lot v0.12.5
12262026-06-15T03:30:19.813Z Downloaded base64 v0.21.7
12272026-06-15T03:30:19.816Z Downloaded plain v0.2.3
12282026-06-15T03:30:19.816Z Downloaded icu_locale_core v2.2.0
12292026-06-15T03:30:19.819Z Downloaded serde-big-array v0.5.1
12302026-06-15T03:30:19.822Z Downloaded scroll_derive v0.13.1
12312026-06-15T03:30:19.822Z Downloaded scroll_derive v0.12.1
12322026-06-15T03:30:19.825Z Downloaded semver v0.1.20
12332026-06-15T03:30:19.825Z Downloaded progenitor v0.13.0
12342026-06-15T03:30:19.827Z Downloaded parking_lot v0.11.2
12352026-06-15T03:30:19.830Z Downloaded ref-cast v1.0.25
12362026-06-15T03:30:19.830Z Downloaded rand_chacha v0.3.1
12372026-06-15T03:30:19.833Z Downloaded rand_core v0.9.5
12382026-06-15T03:30:19.833Z Downloaded postcard v1.1.3
12392026-06-15T03:30:19.836Z Downloaded serde_repr v0.1.20
12402026-06-15T03:30:19.839Z Downloaded serde_spanned v1.1.1
12412026-06-15T03:30:19.839Z Downloaded serde_spanned v0.6.9
12422026-06-15T03:30:19.839Z Downloaded secrecy v0.10.3
12432026-06-15T03:30:19.842Z Downloaded same-file v1.0.6
12442026-06-15T03:30:19.842Z Downloaded sigpipe v0.1.3
12452026-06-15T03:30:19.845Z Downloaded rand_core v0.10.1
12462026-06-15T03:30:19.845Z Downloaded serde_plain v1.0.2
12472026-06-15T03:30:19.848Z Downloaded pest_generator v2.8.6
12482026-06-15T03:30:19.848Z Downloaded proc-macro-error2 v2.0.1
12492026-06-15T03:30:19.851Z Downloaded sha1 v0.10.6
12502026-06-15T03:30:19.853Z Downloaded resolv-conf v0.7.6
12512026-06-15T03:30:19.853Z Downloaded phf v0.12.1
12522026-06-15T03:30:19.857Z Downloaded parking_lot_core v0.8.6
12532026-06-15T03:30:19.857Z Downloaded sha1 v0.11.0
12542026-06-15T03:30:19.859Z Downloaded miniz_oxide v0.8.9
12552026-06-15T03:30:19.859Z Downloaded crossbeam-channel v0.5.15
12562026-06-15T03:30:19.862Z Downloaded rustversion v1.0.22
12572026-06-15T03:30:19.865Z Downloaded pest_derive v2.8.6
12582026-06-15T03:30:19.868Z Downloaded elliptic-curve v0.13.8
12592026-06-15T03:30:19.871Z Downloaded darling_core v0.23.0
12602026-06-15T03:30:19.873Z Downloaded pin-project-lite v0.2.17
12612026-06-15T03:30:19.876Z Downloaded litemap v0.8.2
12622026-06-15T03:30:19.880Z Downloaded heapless v0.8.0
12632026-06-15T03:30:19.882Z Downloaded siphasher v1.0.3
12642026-06-15T03:30:19.882Z Downloaded konst v0.2.20
12652026-06-15T03:30:19.885Z Downloaded icu_normalizer_data v2.2.0
12662026-06-15T03:30:19.888Z Downloaded slog-envlogger v2.2.0
12672026-06-15T03:30:19.890Z Downloaded icu_properties v2.2.0
12682026-06-15T03:30:19.890Z Downloaded smawk v0.3.2
12692026-06-15T03:30:19.893Z Downloaded schemars_derive v0.8.22
12702026-06-15T03:30:19.896Z Downloaded quote v1.0.45
12712026-06-15T03:30:19.896Z Downloaded const-oid v0.10.2
12722026-06-15T03:30:19.899Z Downloaded chacha20poly1305 v0.10.1
12732026-06-15T03:30:19.899Z Downloaded log v0.4.32
12742026-06-15T03:30:19.901Z Downloaded highway v1.3.0
12752026-06-15T03:30:19.904Z Downloaded data-encoding v2.11.0
12762026-06-15T03:30:19.904Z Downloaded serde_path_to_error v0.1.20
12772026-06-15T03:30:19.907Z Downloaded rustls-pemfile v2.2.0
12782026-06-15T03:30:19.907Z Downloaded rustls-native-certs v0.8.4
12792026-06-15T03:30:19.909Z Downloaded scroll v0.13.0
12802026-06-15T03:30:19.909Z Downloaded blake2 v0.10.6
12812026-06-15T03:30:19.912Z Downloaded slog-bunyan v2.5.0
12822026-06-15T03:30:19.916Z Downloaded match_cfg v0.1.0
12832026-06-15T03:30:19.916Z Downloaded lru-cache v0.1.2
12842026-06-15T03:30:19.916Z Downloaded serde_derive_internals v0.29.1
12852026-06-15T03:30:19.920Z Downloaded is-terminal v0.4.17
12862026-06-15T03:30:19.920Z Downloaded ciborium v0.2.2
12872026-06-15T03:30:19.920Z Downloaded pin-project v1.1.13
12882026-06-15T03:30:19.926Z Downloaded spin v0.5.2
12892026-06-15T03:30:19.929Z Downloaded serde_tokenstream v0.2.3
12902026-06-15T03:30:19.929Z Downloaded strum v0.27.2
12912026-06-15T03:30:19.931Z Downloaded scopeguard v1.2.0
12922026-06-15T03:30:19.931Z Downloaded hostname v0.3.1
12932026-06-15T03:30:19.934Z Downloaded hyper-util v0.1.20
12942026-06-15T03:30:19.937Z Downloaded swrite v0.1.0
12952026-06-15T03:30:19.937Z Downloaded supports-color v3.0.2
12962026-06-15T03:30:19.940Z Downloaded subtle v2.6.1
12972026-06-15T03:30:19.940Z Downloaded strum v0.26.3
12982026-06-15T03:30:19.942Z Downloaded structmeta v0.3.0
12992026-06-15T03:30:19.942Z Downloaded strsim v0.11.1
13002026-06-15T03:30:19.942Z Downloaded stable_deref_trait v1.2.1
13012026-06-15T03:30:19.945Z Downloaded signal-hook-registry v1.4.8
13022026-06-15T03:30:19.945Z Downloaded simd-adler32 v0.3.9
13032026-06-15T03:30:19.950Z Downloaded darling_core v0.21.3
13042026-06-15T03:30:19.950Z Downloaded flate2 v1.1.9
13052026-06-15T03:30:19.953Z Downloaded quinn-udp v0.5.14
13062026-06-15T03:30:19.956Z Downloaded testing_table v0.3.0
13072026-06-15T03:30:19.956Z Downloaded take_mut v0.2.2
13082026-06-15T03:30:19.956Z Downloaded tabwriter v1.4.1
13092026-06-15T03:30:19.959Z Downloaded tagptr v0.2.0
13102026-06-15T03:30:19.959Z Downloaded sync_wrapper v1.0.2
13112026-06-15T03:30:19.959Z Downloaded http v1.4.1
13122026-06-15T03:30:19.962Z Downloaded erased-serde v0.3.31
13132026-06-15T03:30:19.964Z Downloaded termtree v0.5.1
13142026-06-15T03:30:19.967Z Downloaded sha2 v0.10.9
13152026-06-15T03:30:19.967Z Downloaded slab v0.4.12
13162026-06-15T03:30:19.970Z Downloaded rhai_codegen v3.2.0
13172026-06-15T03:30:19.972Z Downloaded tabled_derive v0.11.0
13182026-06-15T03:30:19.975Z Downloaded slog-async v2.8.0
13192026-06-15T03:30:19.975Z Downloaded thiserror-impl-no-std v2.0.2
13202026-06-15T03:30:19.978Z Downloaded terminal_size v0.4.4
13212026-06-15T03:30:19.978Z Downloaded h2 v0.4.14
13222026-06-15T03:30:19.981Z Downloaded smartstring v1.0.1
13232026-06-15T03:30:20.021Z Downloaded slog-json v2.6.1
13242026-06-15T03:30:20.025Z Downloaded slog-dtrace v0.3.0
13252026-06-15T03:30:20.025Z Downloaded snafu-derive v0.8.9
13262026-06-15T03:30:20.025Z Downloaded semver v1.0.28
13272026-06-15T03:30:20.025Z Downloaded slog-stdlog v4.1.1
13282026-06-15T03:30:20.025Z Downloaded smf v0.2.3
13292026-06-15T03:30:20.025Z Downloaded shlex v2.0.1
13302026-06-15T03:30:20.025Z Downloaded rustls-pki-types v1.14.1
13312026-06-15T03:30:20.025Z Downloaded slog-scope v4.4.1
13322026-06-15T03:30:20.026Z Downloaded rusty-fork v0.3.1
13332026-06-15T03:30:20.026Z Downloaded tinyvec_macros v0.1.1
13342026-06-15T03:30:20.026Z Downloaded thread-id v4.2.2
13352026-06-15T03:30:20.027Z Downloaded time-core v0.1.8
13362026-06-15T03:30:20.027Z Downloaded serde_urlencoded v0.7.1
13372026-06-15T03:30:20.027Z Downloaded jiff-static v0.2.28
13382026-06-15T03:30:20.027Z Downloaded tokio-macros v2.7.0
13392026-06-15T03:30:20.027Z Downloaded crossbeam-epoch v0.9.18
13402026-06-15T03:30:20.027Z Downloaded scroll v0.12.0
13412026-06-15T03:30:20.027Z Downloaded futures-sink v0.3.32
13422026-06-15T03:30:20.027Z Downloaded equivalent v1.0.2
13432026-06-15T03:30:20.027Z Downloaded clap_derive v4.6.1
13442026-06-15T03:30:20.027Z Downloaded crossbeam-deque v0.8.6
13452026-06-15T03:30:20.027Z Downloaded papergrid v0.18.0
13462026-06-15T03:30:20.027Z Downloaded form_urlencoded v1.2.2
13472026-06-15T03:30:20.027Z Downloaded is_ci v1.2.0
13482026-06-15T03:30:20.027Z Downloaded proc-macro2 v1.0.106
13492026-06-15T03:30:20.027Z Downloaded strum_macros v0.26.4
13502026-06-15T03:30:20.027Z Downloaded structmeta-derive v0.3.0
13512026-06-15T03:30:20.027Z Downloaded static_assertions v1.1.0
13522026-06-15T03:30:20.027Z Downloaded serde_with_macros v3.20.0
13532026-06-15T03:30:20.027Z Downloaded strum_macros v0.27.2
13542026-06-15T03:30:20.027Z Downloaded papergrid v0.11.0
13552026-06-15T03:30:20.032Z Downloaded synstructure v0.13.2
13562026-06-15T03:30:20.032Z Downloaded icu_collections v2.2.0
13572026-06-15T03:30:20.035Z Downloaded schemars v0.8.22
13582026-06-15T03:30:20.039Z Downloaded toml_datetime v0.6.11
13592026-06-15T03:30:20.042Z Downloaded slog-term v2.9.2
13602026-06-15T03:30:20.042Z Downloaded progenitor-impl v0.13.0
13612026-06-15T03:30:20.045Z Downloaded progenitor-impl v0.14.0
13622026-06-15T03:30:20.045Z Downloaded num-traits v0.2.19
13632026-06-15T03:30:20.048Z Downloaded minimal-lexical v0.2.1
13642026-06-15T03:30:20.051Z Downloaded thiserror v1.0.69
13652026-06-15T03:30:20.053Z Downloaded hickory-resolver v0.25.2
13662026-06-15T03:30:20.056Z Downloaded typeid v1.0.3
13672026-06-15T03:30:20.056Z Downloaded tower-layer v0.3.3
13682026-06-15T03:30:20.056Z Downloaded thread_local v1.1.9
13692026-06-15T03:30:20.059Z Downloaded tabled_derive v0.7.0
13702026-06-15T03:30:20.059Z Downloaded hashbrown v0.12.3
13712026-06-15T03:30:20.063Z Downloaded tower-service v0.3.3
13722026-06-15T03:30:20.063Z Downloaded toml_write v0.1.2
13732026-06-15T03:30:20.063Z Downloaded thiserror-no-std v2.0.2
13742026-06-15T03:30:20.065Z Downloaded serde_core v1.0.228
13752026-06-15T03:30:20.068Z Downloaded thiserror-impl v1.0.69
13762026-06-15T03:30:20.068Z Downloaded cc v1.2.63
13772026-06-15T03:30:20.071Z Downloaded tinystr v0.8.3
13782026-06-15T03:30:20.071Z Downloaded time-macros v0.2.27
13792026-06-15T03:30:20.071Z Downloaded spin v0.9.8
13802026-06-15T03:30:20.074Z Downloaded tiny-keccak v2.0.2
13812026-06-15T03:30:20.074Z Downloaded thread-id v5.1.0
13822026-06-15T03:30:20.077Z Downloaded thiserror v2.0.18
13832026-06-15T03:30:20.079Z Downloaded tokio-dtrace v0.1.1
13842026-06-15T03:30:20.079Z Downloaded progenitor-impl v0.10.0
13852026-06-15T03:30:20.082Z Downloaded typify-macro v0.4.3
13862026-06-15T03:30:20.082Z Downloaded rayon-core v1.13.0
13872026-06-15T03:30:20.085Z Downloaded quinn v0.11.9
13882026-06-15T03:30:20.085Z Downloaded thiserror-impl v2.0.18
13892026-06-15T03:30:20.088Z Downloaded smallvec v1.15.1
13902026-06-15T03:30:20.088Z Downloaded tokio-tungstenite v0.21.0
13912026-06-15T03:30:20.091Z Downloaded indexmap v2.14.0
13922026-06-15T03:30:20.093Z Downloaded ryu v1.0.23
13932026-06-15T03:30:20.093Z Downloaded rustls-platform-verifier v0.7.0
13942026-06-15T03:30:20.096Z Downloaded schemars v0.9.0
13952026-06-15T03:30:20.102Z Downloaded universal-hash v0.5.1
13962026-06-15T03:30:20.104Z Downloaded unit-prefix v0.5.2
13972026-06-15T03:30:20.104Z Downloaded unicode-xid v0.2.6
13982026-06-15T03:30:20.104Z Downloaded try-lock v0.2.5
13992026-06-15T03:30:20.104Z Downloaded similar v2.7.0
14002026-06-15T03:30:20.107Z Downloaded untrusted v0.9.0
14012026-06-15T03:30:20.110Z Downloaded unicode-linebreak v0.1.5
14022026-06-15T03:30:20.110Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14032026-06-15T03:30:20.110Z Downloaded untrusted v0.7.1
14042026-06-15T03:30:20.113Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14052026-06-15T03:30:20.113Z Downloaded tempfile v3.27.0
14062026-06-15T03:30:20.113Z Downloaded openssl-sys v0.9.116
14072026-06-15T03:30:20.116Z Downloaded usdt v0.5.0
14082026-06-15T03:30:20.118Z Downloaded expectorate v1.2.0
14092026-06-15T03:30:20.118Z Downloaded aho-corasick v1.1.4
14102026-06-15T03:30:20.121Z Downloaded serde_derive v1.0.228
14112026-06-15T03:30:20.124Z Downloaded rand v0.8.6
14122026-06-15T03:30:20.127Z Downloaded backoff v0.4.0
14132026-06-15T03:30:20.127Z Downloaded hostname v0.4.2
14142026-06-15T03:30:20.127Z Downloaded chacha20 v0.10.0
14152026-06-15T03:30:20.129Z Downloaded term v1.2.1
14162026-06-15T03:30:20.130Z Downloaded cancel-safe-futures v0.1.5
14172026-06-15T03:30:20.132Z Downloaded cipher v0.4.4
14182026-06-15T03:30:20.132Z Downloaded usdt-attr-macro v0.6.0
14192026-06-15T03:30:20.135Z Downloaded utf-8 v0.7.6
14202026-06-15T03:30:20.135Z Downloaded usdt-macro v0.5.0
14212026-06-15T03:30:20.135Z Downloaded wait-timeout v0.2.1
14222026-06-15T03:30:20.135Z Downloaded usdt-macro v0.6.0
14232026-06-15T03:30:20.138Z Downloaded usdt v0.6.0
14242026-06-15T03:30:20.138Z Downloaded version_check v0.9.5
14252026-06-15T03:30:20.138Z Downloaded utf8parse v0.2.2
14262026-06-15T03:30:20.138Z Downloaded waitgroup v0.1.2
14272026-06-15T03:30:20.138Z Downloaded utf8_iter v1.0.4
14282026-06-15T03:30:20.141Z Downloaded cargo_toml v0.22.3
14292026-06-15T03:30:20.141Z Downloaded camino-tempfile v1.4.1
14302026-06-15T03:30:20.142Z Downloaded bytecount v0.6.9
14312026-06-15T03:30:20.145Z Downloaded pest_meta v2.8.6
14322026-06-15T03:30:20.145Z Downloaded foreign-types-shared v0.1.1
14332026-06-15T03:30:20.145Z Downloaded dof v0.3.0
14342026-06-15T03:30:20.146Z Downloaded arc-swap v1.9.1
14352026-06-15T03:30:20.148Z Downloaded prettyplease v0.2.37
14362026-06-15T03:30:20.152Z Downloaded thin-vec v0.2.18
14372026-06-15T03:30:20.152Z Downloaded tokio-rustls v0.26.4
14382026-06-15T03:30:20.152Z Downloaded dropshot_endpoint v0.17.1
14392026-06-15T03:30:20.154Z Downloaded compression-codecs v0.4.38
14402026-06-15T03:30:20.157Z Downloaded base64ct v1.8.3
14412026-06-15T03:30:20.157Z Downloaded toml_writer v1.1.1+spec-1.1.0
14422026-06-15T03:30:20.157Z Downloaded serde_yaml v0.9.34+deprecated
14432026-06-15T03:30:20.160Z Downloaded darling v0.23.0
14442026-06-15T03:30:20.162Z Downloaded fastrand v2.4.1
14452026-06-15T03:30:20.163Z Downloaded yoke-derive v0.8.2
14462026-06-15T03:30:20.165Z Downloaded zeroize_derive v1.4.3
14472026-06-15T03:30:20.165Z Downloaded rustls-webpki v0.103.13
14482026-06-15T03:30:20.169Z Downloaded either v1.16.0
14492026-06-15T03:30:20.169Z Downloaded cfg-if v1.0.4
14502026-06-15T03:30:20.169Z Downloaded toml v0.8.23
14512026-06-15T03:30:20.169Z Downloaded slog v2.8.2
14522026-06-15T03:30:20.172Z Downloaded schemars v1.2.1
14532026-06-15T03:30:20.178Z Downloaded unarray v0.1.4
14542026-06-15T03:30:20.181Z Downloaded test-strategy v0.4.5
14552026-06-15T03:30:20.184Z Downloaded want v0.3.1
14562026-06-15T03:30:20.184Z Downloaded typify-macro v0.6.2
14572026-06-15T03:30:20.184Z Downloaded rand v0.10.1
14582026-06-15T03:30:20.187Z Downloaded zone_cfg_derive v0.3.1
14592026-06-15T03:30:20.187Z Downloaded zone v0.3.1
14602026-06-15T03:30:20.187Z Downloaded qorb v0.4.1
14612026-06-15T03:30:20.190Z Downloaded textwrap v0.16.2
14622026-06-15T03:30:20.190Z Downloaded serde v1.0.228
14632026-06-15T03:30:20.193Z Downloaded usdt-impl v0.6.0
14642026-06-15T03:30:20.193Z Downloaded mio v1.2.1
14652026-06-15T03:30:20.196Z Downloaded zerofrom-derive v0.1.7
14662026-06-15T03:30:20.198Z Downloaded rand v0.9.4
14672026-06-15T03:30:20.198Z Downloaded tokio-stream v0.1.18
14682026-06-15T03:30:20.201Z Downloaded byteorder v1.5.0
14692026-06-15T03:30:20.201Z Downloaded usdt-attr-macro v0.5.0
14702026-06-15T03:30:20.204Z Downloaded fixedbitset v0.5.7
14712026-06-15T03:30:20.204Z Downloaded defmt-macros v1.1.0
14722026-06-15T03:30:20.208Z Downloaded embedded-io v0.6.1
14732026-06-15T03:30:20.208Z Downloaded debug-ignore v1.0.5
14742026-06-15T03:30:20.208Z Downloaded tinyvec v1.11.0
14752026-06-15T03:30:20.211Z Downloaded ahash v0.8.12
14762026-06-15T03:30:20.211Z Downloaded enum-as-inner v0.6.1
14772026-06-15T03:30:20.211Z Downloaded bit-vec v0.8.0
14782026-06-15T03:30:20.211Z Downloaded bit-set v0.8.0
14792026-06-15T03:30:20.214Z Downloaded curve25519-dalek-derive v0.1.1
14802026-06-15T03:30:20.214Z Downloaded crunchy v0.2.4
14812026-06-15T03:30:20.214Z Downloaded autocfg v1.5.1
14822026-06-15T03:30:20.217Z Downloaded usdt-impl v0.5.0
14832026-06-15T03:30:20.217Z Downloaded toml_parser v1.1.2+spec-1.1.0
14842026-06-15T03:30:20.217Z Downloaded anyhow v1.0.102
14852026-06-15T03:30:20.220Z Downloaded nom v8.0.0
14862026-06-15T03:30:20.222Z Downloaded chacha20 v0.9.1
14872026-06-15T03:30:20.222Z Downloaded digest v0.10.7
14882026-06-15T03:30:20.225Z Downloaded pest v2.8.6
14892026-06-15T03:30:20.230Z Downloaded ucd-trie v0.1.7
14902026-06-15T03:30:20.230Z Downloaded tracing-attributes v0.1.31
14912026-06-15T03:30:20.230Z Downloaded compression-core v0.4.32
14922026-06-15T03:30:20.232Z Downloaded block-buffer v0.10.4
14932026-06-15T03:30:20.232Z Downloaded displaydoc v0.2.6
14942026-06-15T03:30:20.232Z Downloaded xz2 v0.1.7
14952026-06-15T03:30:20.232Z Downloaded zerofrom v0.1.8
14962026-06-15T03:30:20.233Z Downloaded clap_lex v1.1.0
14972026-06-15T03:30:20.236Z Downloaded anstyle-parse v1.0.0
14982026-06-15T03:30:20.236Z Downloaded anstyle v1.0.14
14992026-06-15T03:30:20.236Z Downloaded icu_properties_data v2.2.0
15002026-06-15T03:30:20.240Z Downloaded zmij v1.0.21
15012026-06-15T03:30:20.243Z Downloaded walkdir v2.5.0
15022026-06-15T03:30:20.243Z Downloaded nom v7.1.3
15032026-06-15T03:30:20.245Z Downloaded vsss-rs v3.3.4
15042026-06-15T03:30:20.248Z Downloaded hyper v1.10.1
15052026-06-15T03:30:20.251Z Downloaded libm v0.2.16
15062026-06-15T03:30:20.255Z Downloaded anstream v1.0.0
15072026-06-15T03:30:20.258Z Downloaded adler2 v2.0.1
15082026-06-15T03:30:20.261Z Downloaded steno v0.4.1
15092026-06-15T03:30:20.264Z Downloaded toml v0.9.12+spec-1.1.0
15102026-06-15T03:30:20.267Z Downloaded memchr v2.8.1
15112026-06-15T03:30:20.270Z Downloaded toml v1.1.2+spec-1.1.0
15122026-06-15T03:30:20.272Z Downloaded socket2 v0.6.4
15132026-06-15T03:30:20.272Z Downloaded idna v1.1.0
15142026-06-15T03:30:20.275Z Downloaded unicode-ident v1.0.24
15152026-06-15T03:30:20.278Z Downloaded hashbrown v0.17.1
15162026-06-15T03:30:20.281Z Downloaded futures-util v0.3.32
15172026-06-15T03:30:20.286Z Downloaded whoami v1.6.1
15182026-06-15T03:30:20.289Z Downloaded dropshot-api-manager v0.7.2
15192026-06-15T03:30:20.292Z Downloaded uuid v1.23.2
15202026-06-15T03:30:20.292Z Downloaded writeable v0.6.3
15212026-06-15T03:30:20.295Z Downloaded clap_builder v4.6.0
15222026-06-15T03:30:20.298Z Downloaded typify v0.4.3
15232026-06-15T03:30:20.301Z Downloaded ron v0.12.1
15242026-06-15T03:30:20.304Z Downloaded tracing-core v0.1.36
15252026-06-15T03:30:20.307Z Downloaded snafu v0.8.9
15262026-06-15T03:30:20.309Z Downloaded itertools v0.14.0
15272026-06-15T03:30:20.312Z Downloaded zerovec-derive v0.11.3
15282026-06-15T03:30:20.315Z Downloaded zeroize v1.8.2
15292026-06-15T03:30:20.315Z Downloaded yoke v0.8.3
15302026-06-15T03:30:20.315Z Downloaded typify v0.6.2
15312026-06-15T03:30:20.318Z Downloaded toml_edit v0.19.15
15322026-06-15T03:30:20.325Z Downloaded zerocopy-derive v0.7.35
15332026-06-15T03:30:20.328Z Downloaded unsafe-libyaml v0.2.11
15342026-06-15T03:30:20.331Z Downloaded toml_edit v0.25.12+spec-1.1.0
15352026-06-15T03:30:20.334Z Downloaded toml_edit v0.22.27
15362026-06-15T03:30:20.336Z Downloaded hashbrown v0.15.5
15372026-06-15T03:30:20.340Z Downloaded tungstenite v0.21.0
15382026-06-15T03:30:20.343Z Downloaded aws-lc-rs v1.17.0
15392026-06-15T03:30:20.358Z Downloaded tower v0.5.3
15402026-06-15T03:30:20.364Z Downloaded itertools v0.12.1
15412026-06-15T03:30:20.367Z Downloaded reqwest v0.12.28
15422026-06-15T03:30:20.373Z Downloaded goblin v0.8.2
15432026-06-15T03:30:20.388Z Downloaded chrono v0.4.45
15442026-06-15T03:30:20.394Z Downloaded reqwest v0.13.4
15452026-06-15T03:30:20.398Z Downloaded zerotrie v0.2.4
15462026-06-15T03:30:20.412Z Downloaded unicode-segmentation v1.13.3
15472026-06-15T03:30:20.421Z Downloaded serde_json v1.0.150
15482026-06-15T03:30:20.425Z Downloaded url v2.5.8
15492026-06-15T03:30:20.438Z Downloaded typenum v1.20.1
15502026-06-15T03:30:20.443Z Downloaded unicode-normalization v0.1.25
15512026-06-15T03:30:20.445Z Downloaded tough v0.22.0
15522026-06-15T03:30:20.449Z Downloaded zerocopy-derive v0.8.50
15532026-06-15T03:30:20.454Z Downloaded curve25519-dalek v4.1.3
15542026-06-15T03:30:20.462Z Downloaded regex v1.12.3
15552026-06-15T03:30:20.468Z Downloaded iddqd v0.4.2
15562026-06-15T03:30:20.474Z Downloaded serde_with v3.20.0
15572026-06-15T03:30:20.483Z Downloaded typed-path v0.9.3
15582026-06-15T03:30:20.502Z Downloaded rayon v1.12.0
15592026-06-15T03:30:20.515Z Downloaded tokio-util v0.7.18
15602026-06-15T03:30:20.519Z Downloaded portable-atomic v1.13.1
15612026-06-15T03:30:20.538Z Downloaded proptest v1.11.0
15622026-06-15T03:30:20.561Z Downloaded winnow v1.0.3
15632026-06-15T03:30:20.566Z Downloaded zerovec v0.11.6
15642026-06-15T03:30:20.588Z Downloaded tabled v0.21.0
15652026-06-15T03:30:20.600Z Downloaded syn v1.0.109
15662026-06-15T03:30:20.605Z Downloaded winnow v0.5.40
15672026-06-15T03:30:20.610Z Downloaded time v0.3.47
15682026-06-15T03:30:20.616Z Downloaded goblin v0.10.7
15692026-06-15T03:30:20.624Z Downloaded bstr v1.12.1
15702026-06-15T03:30:20.629Z Downloaded moka v0.12.15
15712026-06-15T03:30:20.639Z Downloaded tower-http v0.6.11
15722026-06-15T03:30:20.644Z Downloaded tabled v0.15.0
15732026-06-15T03:30:20.652Z Downloaded quinn-proto v0.11.14
15742026-06-15T03:30:20.656Z Downloaded zerocopy v0.7.35
15752026-06-15T03:30:20.667Z Downloaded openapiv3 v2.2.0
15762026-06-15T03:30:20.676Z Downloaded syn v2.0.117
15772026-06-15T03:30:20.682Z Downloaded webpki-roots v1.0.7
15782026-06-15T03:30:20.685Z Downloaded winnow v0.7.15
15792026-06-15T03:30:20.693Z Downloaded regress v0.11.1
15802026-06-15T03:30:20.698Z Downloaded regress v0.10.5
15812026-06-15T03:30:20.702Z Downloaded smoltcp v0.11.0
15822026-06-15T03:30:20.709Z Downloaded rustls v0.23.40
15832026-06-15T03:30:20.716Z Downloaded rhai v1.25.1
15842026-06-15T03:30:20.721Z Downloaded openssl v0.10.80
15852026-06-15T03:30:20.727Z Downloaded vcpkg v0.2.15
15862026-06-15T03:30:20.748Z Downloaded rustix v0.38.44
15872026-06-15T03:30:20.759Z Downloaded nix v0.31.3
15882026-06-15T03:30:20.766Z Downloaded unicode-width v0.1.14
15892026-06-15T03:30:20.769Z Downloaded dropshot v0.17.1
15902026-06-15T03:30:20.780Z Downloaded hickory-proto v0.24.4
15912026-06-15T03:30:20.788Z Downloaded zerocopy v0.8.50
15922026-06-15T03:30:20.798Z Downloaded hickory-proto v0.25.2
15932026-06-15T03:30:20.806Z Downloaded unicode-width v0.2.2
15942026-06-15T03:30:20.809Z Downloaded regex-syntax v0.8.10
15952026-06-15T03:30:20.836Z Downloaded tracing v0.1.44
15962026-06-15T03:30:20.846Z Downloaded rustix v1.1.4
15972026-06-15T03:30:20.879Z Downloaded regex-automata v0.4.14
15982026-06-15T03:30:20.900Z Downloaded sled v0.34.7
15992026-06-15T03:30:20.903Z Downloaded typify-impl v0.6.2
16002026-06-15T03:30:20.906Z Downloaded typify-impl v0.4.3
16012026-06-15T03:30:20.931Z Downloaded jiff v0.2.28
16022026-06-15T03:30:20.943Z Downloaded petgraph v0.6.5
16032026-06-15T03:30:20.953Z Downloaded lzma-sys v0.1.20
16042026-06-15T03:30:20.969Z Downloaded chrono-tz v0.10.4
16052026-06-15T03:30:20.980Z Downloaded petgraph v0.8.3
16062026-06-15T03:30:20.993Z Downloaded csv v1.4.0
16072026-06-15T03:30:21.006Z Downloaded libc v0.2.186
16082026-06-15T03:30:21.026Z Downloaded tokio v1.52.3
16092026-06-15T03:30:21.049Z Downloaded sha3 v0.10.9
16102026-06-15T03:30:21.071Z Downloaded encoding_rs v0.8.35
16112026-06-15T03:30:21.109Z Downloaded ring v0.17.14
16122026-06-15T03:30:21.654Z Downloaded aws-lc-sys v0.41.0
16132026-06-15T03:30:22.006Z Compiling proc-macro2 v1.0.106
16142026-06-15T03:30:22.006Z Compiling quote v1.0.45
16152026-06-15T03:30:22.006Z Compiling unicode-ident v1.0.24
16162026-06-15T03:30:22.006Z Compiling serde_core v1.0.228
16172026-06-15T03:30:22.006Z Compiling serde v1.0.228
16182026-06-15T03:30:22.006Z Compiling libc v0.2.186
16192026-06-15T03:30:22.009Z Compiling cfg-if v1.0.4
16202026-06-15T03:30:22.301Z Compiling zmij v1.0.21
16212026-06-15T03:30:22.318Z Compiling autocfg v1.5.1
16222026-06-15T03:30:22.613Z Compiling memchr v2.8.1
16232026-06-15T03:30:22.628Z Compiling libm v0.2.16
16242026-06-15T03:30:23.073Z Compiling itoa v1.0.18
16252026-06-15T03:30:23.214Z Compiling icu_properties_data v2.2.0
16262026-06-15T03:30:23.315Z Compiling icu_normalizer_data v2.2.0
16272026-06-15T03:30:23.333Z Compiling version_check v0.9.5
16282026-06-15T03:30:23.486Z Compiling stable_deref_trait v1.2.1
16292026-06-15T03:30:23.561Z Compiling serde_json v1.0.150
16302026-06-15T03:30:23.579Z Compiling litemap v0.8.2
16312026-06-15T03:30:23.610Z Compiling writeable v0.6.3
16322026-06-15T03:30:23.708Z Compiling syn v2.0.117
16332026-06-15T03:30:23.826Z Compiling num-traits v0.2.19
16342026-06-15T03:30:23.841Z Compiling parking_lot_core v0.9.12
16352026-06-15T03:30:23.857Z Compiling utf8_iter v1.0.4
16362026-06-15T03:30:23.872Z Compiling thiserror v2.0.18
16372026-06-15T03:30:24.069Z Compiling percent-encoding v2.3.2
16382026-06-15T03:30:24.269Z Compiling form_urlencoded v1.2.2
16392026-06-15T03:30:24.321Z Compiling rand_core v0.10.1
16402026-06-15T03:30:24.336Z Compiling getrandom v0.4.2
16412026-06-15T03:30:24.527Z Compiling zerocopy v0.8.50
16422026-06-15T03:30:24.568Z Compiling errno v0.3.14
16432026-06-15T03:30:24.676Z Compiling iana-time-zone v0.1.65
16442026-06-15T03:30:24.935Z Compiling uuid v1.23.2
16452026-06-15T03:30:25.015Z Compiling heck v0.5.0
16462026-06-15T03:30:25.099Z Compiling jobserver v0.1.34
16472026-06-15T03:30:25.218Z Compiling find-msvc-tools v0.1.9
16482026-06-15T03:30:25.442Z Compiling shlex v2.0.1
16492026-06-15T03:30:25.485Z Compiling semver v1.0.28
16502026-06-15T03:30:25.580Z Compiling schemars v0.8.22
16512026-06-15T03:30:25.583Z Compiling dyn-clone v1.0.20
16522026-06-15T03:30:25.639Z Compiling cc v1.2.63
16532026-06-15T03:30:25.748Z Compiling rustversion v1.0.22
16542026-06-15T03:30:25.844Z Compiling pin-project-lite v0.2.17
16552026-06-15T03:30:25.885Z Compiling getrandom v0.2.17
16562026-06-15T03:30:26.153Z Compiling scopeguard v1.2.0
16572026-06-15T03:30:26.169Z Compiling bitflags v2.12.1
16582026-06-15T03:30:26.202Z Compiling socket2 v0.6.4
16592026-06-15T03:30:26.235Z Compiling signal-hook-registry v1.4.8
16602026-06-15T03:30:26.264Z Compiling lock_api v0.4.14
16612026-06-15T03:30:26.527Z Compiling cmake v0.1.58
16622026-06-15T03:30:26.618Z Compiling synstructure v0.13.2
16632026-06-15T03:30:26.719Z Compiling serde_derive_internals v0.29.1
16642026-06-15T03:30:26.826Z Compiling mio v1.2.1
16652026-06-15T03:30:26.887Z Compiling dunce v1.0.5
16662026-06-15T03:30:26.962Z Compiling fs_extra v1.3.0
16672026-06-15T03:30:26.993Z Compiling portable-atomic v1.13.1
16682026-06-15T03:30:27.073Z Compiling futures-core v0.3.32
16692026-06-15T03:30:27.126Z Compiling critical-section v1.2.0
16702026-06-15T03:30:27.143Z Compiling log v0.4.32
16712026-06-15T03:30:27.233Z Compiling aws-lc-sys v0.41.0
16722026-06-15T03:30:27.252Z Compiling subtle v2.6.1
16732026-06-15T03:30:27.445Z Compiling equivalent v1.0.2
16742026-06-15T03:30:27.482Z Compiling httparse v1.10.1
16752026-06-15T03:30:27.543Z Compiling futures-sink v0.3.32
16762026-06-15T03:30:27.596Z Compiling slab v0.4.12
16772026-06-15T03:30:27.656Z Compiling ucd-trie v0.1.7
16782026-06-15T03:30:27.674Z Compiling rustix v1.1.4
16792026-06-15T03:30:27.786Z Compiling thiserror v1.0.69
16802026-06-15T03:30:27.804Z Compiling pest v2.8.6
16812026-06-15T03:30:27.821Z Compiling serde_derive v1.0.228
16822026-06-15T03:30:27.855Z Compiling zerofrom-derive v0.1.7
16832026-06-15T03:30:27.890Z Compiling yoke-derive v0.8.2
16842026-06-15T03:30:28.056Z Compiling zerovec-derive v0.11.3
16852026-06-15T03:30:28.124Z Compiling displaydoc v0.2.6
16862026-06-15T03:30:28.166Z Compiling schemars_derive v0.8.22
16872026-06-15T03:30:28.246Z Compiling thiserror-impl v2.0.18
16882026-06-15T03:30:28.936Z Compiling tokio-macros v2.7.0
16892026-06-15T03:30:28.978Z Compiling zerocopy-derive v0.8.50
16902026-06-15T03:30:29.019Z Compiling zeroize_derive v1.4.3
16912026-06-15T03:30:29.060Z Compiling zerofrom v0.1.8
16922026-06-15T03:30:29.197Z Compiling yoke v0.8.3
16932026-06-15T03:30:29.214Z Compiling futures-macro v0.3.32
16942026-06-15T03:30:29.437Z Compiling zerovec v0.11.6
16952026-06-15T03:30:29.437Z Compiling zerotrie v0.2.4
16962026-06-15T03:30:29.622Z Compiling once_cell v1.21.4
16972026-06-15T03:30:29.809Z Compiling zeroize v1.8.2
16982026-06-15T03:30:29.870Z Compiling typenum v1.20.1
16992026-06-15T03:30:29.888Z Compiling pest_meta v2.8.6
17002026-06-15T03:30:29.904Z Compiling thiserror-impl v1.0.69
17012026-06-15T03:30:30.055Z Compiling tinystr v0.8.3
17022026-06-15T03:30:30.055Z Compiling potential_utf v0.1.5
17032026-06-15T03:30:30.058Z Compiling futures-channel v0.3.32
17042026-06-15T03:30:30.260Z Compiling icu_locale_core v2.2.0
17052026-06-15T03:30:30.278Z Compiling icu_collections v2.2.0
17062026-06-15T03:30:30.345Z Compiling futures-io v0.3.32
17072026-06-15T03:30:30.689Z Compiling pest_generator v2.8.6
17082026-06-15T03:30:31.044Z Compiling smallvec v1.15.1
17092026-06-15T03:30:31.047Z Compiling bytes v1.11.1
17102026-06-15T03:30:31.078Z Compiling icu_provider v2.2.0
17112026-06-15T03:30:31.095Z Compiling chrono v0.4.45
17122026-06-15T03:30:31.112Z Compiling serde_tokenstream v0.2.3
17132026-06-15T03:30:31.397Z Compiling icu_properties v2.2.0
17142026-06-15T03:30:31.682Z Compiling icu_normalizer v2.2.0
17152026-06-15T03:30:31.708Z Compiling parking_lot v0.12.5
17162026-06-15T03:30:31.869Z Compiling futures-task v0.3.32
17172026-06-15T03:30:31.924Z Compiling tokio v1.52.3
17182026-06-15T03:30:32.050Z Compiling futures-util v0.3.32
17192026-06-15T03:30:32.566Z Compiling idna_adapter v1.2.2
17202026-06-15T03:30:32.717Z Compiling idna v1.1.0
17212026-06-15T03:30:32.856Z Compiling pest_derive v2.8.6
17222026-06-15T03:30:32.949Z Compiling regex-syntax v0.8.10
17232026-06-15T03:30:33.198Z Compiling url v2.5.8
17242026-06-15T03:30:33.407Z Compiling getrandom v0.3.4
17252026-06-15T03:30:33.633Z Compiling strsim v0.11.1
17262026-06-15T03:30:33.930Z Compiling rand_core v0.6.4
17272026-06-15T03:30:34.192Z Compiling aho-corasick v1.1.4
17282026-06-15T03:30:34.533Z Compiling byteorder v1.5.0
17292026-06-15T03:30:34.743Z Compiling ipnetwork v0.21.1
17302026-06-15T03:30:34.809Z Compiling hashbrown v0.17.1
17312026-06-15T03:30:34.835Z Compiling tracing-core v0.1.36
17322026-06-15T03:30:35.018Z Compiling tracing-attributes v0.1.31
17332026-06-15T03:30:35.510Z Compiling indexmap v2.14.0
17342026-06-15T03:30:35.621Z Compiling regex-automata v0.4.14
17352026-06-15T03:30:35.709Z Compiling ident_case v1.0.1
17362026-06-15T03:30:35.844Z Compiling slog v2.8.2
17372026-06-15T03:30:35.946Z Compiling fnv v1.0.7
17382026-06-15T03:30:36.058Z Compiling base64 v0.22.1
17392026-06-15T03:30:36.283Z Compiling tracing v0.1.44
17402026-06-15T03:30:36.325Z Compiling paste v1.0.15
17412026-06-15T03:30:36.343Z Compiling anyhow v1.0.102
17422026-06-15T03:30:36.636Z Compiling erased-serde v0.3.31
17432026-06-15T03:30:36.703Z Compiling omicron-workspace-hack v0.1.0
17442026-06-15T03:30:37.538Z Compiling regex v1.12.3
17452026-06-15T03:30:37.561Z Compiling oxnet v0.1.6
17462026-06-15T03:30:37.873Z Compiling http v1.4.1
17472026-06-15T03:30:38.106Z Compiling rustls-pki-types v1.14.1
17482026-06-15T03:30:38.799Z Compiling scroll_derive v0.13.1
17492026-06-15T03:30:38.941Z Compiling ring v0.17.14
17502026-06-15T03:30:39.037Z Compiling aws-lc-rs v1.17.0
17512026-06-15T03:30:39.183Z Compiling time-core v0.1.8
17522026-06-15T03:30:39.336Z Compiling num-conv v0.2.2
17532026-06-15T03:30:39.523Z Compiling time-macros v0.2.27
17542026-06-15T03:30:39.698Z Compiling tokio-util v0.7.18
17552026-06-15T03:30:39.978Z Compiling ipnet v2.12.0
17562026-06-15T03:30:40.528Z Compiling untrusted v0.7.1
17572026-06-15T03:30:40.561Z Compiling untrusted v0.9.0
17582026-06-15T03:30:40.696Z Compiling ppv-lite86 v0.2.21
17592026-06-15T03:30:40.988Z Compiling async-trait v0.1.89
17602026-06-15T03:30:41.025Z Compiling daft-derive v0.1.7
17612026-06-15T03:30:41.138Z Compiling crc32fast v1.5.0
17622026-06-15T03:30:41.250Z Compiling camino v1.2.2
17632026-06-15T03:30:41.441Z Compiling rustls v0.23.40
17642026-06-15T03:30:41.669Z Compiling http-body v1.0.1
17652026-06-15T03:30:41.809Z Compiling atomic-waker v1.1.2
17662026-06-15T03:30:41.850Z Compiling pretty-hex v0.4.2
17672026-06-15T03:30:41.891Z Compiling crossbeam-utils v0.8.21
17682026-06-15T03:30:41.924Z Compiling usdt-impl v0.6.0
17692026-06-15T03:30:42.183Z Compiling scroll v0.13.0
17702026-06-15T03:30:42.230Z Compiling try-lock v0.2.5
17712026-06-15T03:30:42.347Z Compiling tower-layer v0.3.3
17722026-06-15T03:30:42.418Z Compiling tower-service v0.3.3
17732026-06-15T03:30:42.435Z Compiling ryu v1.0.23
17742026-06-15T03:30:42.542Z Compiling plain v0.2.3
17752026-06-15T03:30:42.662Z Compiling goblin v0.10.7
17762026-06-15T03:30:42.723Z Compiling want v0.3.1
17772026-06-15T03:30:42.900Z Compiling h2 v0.4.14
17782026-06-15T03:30:43.625Z Compiling slog-async v2.8.0
17792026-06-15T03:30:43.931Z Compiling httpdate v1.0.3
17802026-06-15T03:30:44.044Z Compiling dtrace-parser v0.3.0
17812026-06-15T03:30:44.089Z Compiling thread-id v5.1.0
17822026-06-15T03:30:44.177Z Compiling ref-cast v1.0.25
17832026-06-15T03:30:45.649Z Compiling dof v0.4.0
17842026-06-15T03:30:46.100Z Compiling hyper v1.10.1
17852026-06-15T03:30:46.638Z Compiling rand_core v0.9.5
17862026-06-15T03:30:46.865Z Compiling serde_urlencoded v0.7.1
17872026-06-15T03:30:46.897Z Compiling http-body-util v0.1.3
17882026-06-15T03:30:47.173Z Compiling ref-cast-impl v1.0.25
17892026-06-15T03:30:47.191Z Compiling syn v1.0.109
17902026-06-15T03:30:47.529Z Compiling hyper-util v0.1.20
17912026-06-15T03:30:48.681Z Compiling usdt-macro v0.6.0
17922026-06-15T03:30:49.224Z Compiling usdt-attr-macro v0.6.0
17932026-06-15T03:30:49.523Z Compiling structmeta-derive v0.3.0
17942026-06-15T03:30:50.155Z Compiling multer v3.1.0
17952026-06-15T03:30:50.294Z Compiling foldhash v0.2.0
17962026-06-15T03:30:50.402Z Compiling powerfmt v0.2.0
17972026-06-15T03:30:50.559Z Compiling allocator-api2 v0.2.21
17982026-06-15T03:30:50.577Z Compiling deranged v0.5.8
17992026-06-15T03:30:50.592Z Compiling structmeta v0.3.0
18002026-06-15T03:30:50.703Z Compiling rand_chacha v0.9.0
18012026-06-15T03:30:50.940Z Compiling hashbrown v0.16.1
18022026-06-15T03:30:51.169Z Compiling darling_core v0.23.0
18032026-06-15T03:30:51.246Z Compiling newtype-uuid-macros v0.1.0
18042026-06-15T03:30:51.681Z Compiling num_threads v0.1.7
18052026-06-15T03:30:51.800Z Compiling time v0.3.47
18062026-06-15T03:30:51.817Z Compiling rand v0.9.4
18072026-06-15T03:30:52.039Z Compiling newtype-uuid v1.3.2
18082026-06-15T03:30:52.546Z Compiling strum_macros v0.26.4
18092026-06-15T03:30:52.974Z Compiling async-stream-impl v0.3.6
18102026-06-15T03:30:52.992Z Compiling sync_wrapper v1.0.2
18112026-06-15T03:30:53.106Z Compiling dropshot v0.17.1
18122026-06-15T03:30:53.217Z Compiling darling_macro v0.23.0
18132026-06-15T03:30:53.619Z Compiling hex v0.4.3
18142026-06-15T03:30:53.811Z Compiling darling v0.23.0
18152026-06-15T03:30:53.900Z Compiling tower v0.5.3
18162026-06-15T03:30:53.918Z Compiling daft v0.1.7
18172026-06-15T03:30:53.949Z Compiling crossbeam-channel v0.5.15
18182026-06-15T03:30:54.209Z Compiling webpki-roots v1.0.7
18192026-06-15T03:30:54.227Z Compiling openapiv3 v2.2.0
18202026-06-15T03:30:54.650Z Compiling generic-array v0.14.7
18212026-06-15T03:30:54.772Z Compiling fastrand v2.4.1
18222026-06-15T03:30:55.128Z Compiling tower-http v0.6.11
18232026-06-15T03:30:55.336Z Compiling serde_with_macros v3.20.0
18242026-06-15T03:30:55.795Z Compiling futures-executor v0.3.32
18252026-06-15T03:30:56.025Z Compiling dropshot_endpoint v0.17.1
18262026-06-15T03:30:56.266Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-15T03:30:56.424Z Compiling thread_local v1.1.9
18282026-06-15T03:30:56.458Z Compiling cpufeatures v0.3.0
18292026-06-15T03:30:56.544Z Compiling openssl-probe v0.2.1
18302026-06-15T03:30:56.776Z Compiling rustls-native-certs v0.8.4
18312026-06-15T03:30:56.973Z Compiling futures v0.3.32
18322026-06-15T03:30:57.568Z Compiling derive-ex v0.1.8
18332026-06-15T03:30:57.681Z Compiling strum_macros v0.27.2
18342026-06-15T03:30:57.716Z Compiling is-terminal v0.4.17
18352026-06-15T03:30:57.822Z Compiling winnow v1.0.3
18362026-06-15T03:30:58.556Z Compiling term v1.2.1
18372026-06-15T03:30:59.130Z Compiling take_mut v0.2.2
18382026-06-15T03:30:59.255Z Compiling test-strategy v0.4.5
18392026-06-15T03:30:59.515Z Compiling slog-term v2.9.2
18402026-06-15T03:31:00.475Z Compiling tempfile v3.27.0
18412026-06-15T03:31:00.829Z Compiling macaddr v1.0.1
18422026-06-15T03:31:01.109Z Compiling hybrid-array v0.4.12
18432026-06-15T03:31:01.377Z Compiling match_cfg v0.1.0
18442026-06-15T03:31:01.454Z Compiling simd-adler32 v0.3.9
18452026-06-15T03:31:01.597Z Compiling adler2 v2.0.1
18462026-06-15T03:31:01.624Z Compiling hostname v0.3.1
18472026-06-15T03:31:01.764Z Compiling miniz_oxide v0.8.9
18482026-06-15T03:31:02.417Z Compiling slog-json v2.6.1
18492026-06-15T03:31:02.702Z Compiling memmap2 v0.9.10
18502026-06-15T03:31:03.076Z Compiling usdt v0.6.0
18512026-06-15T03:31:03.195Z Compiling slog-bunyan v2.5.0
18522026-06-15T03:31:03.212Z Compiling flate2 v1.1.9
18532026-06-15T03:31:03.378Z Compiling crypto-common v0.2.2
18542026-06-15T03:31:03.707Z Compiling block-buffer v0.12.0
18552026-06-15T03:31:03.748Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-15T03:31:03.802Z Compiling debug-ignore v1.0.5
18572026-06-15T03:31:03.915Z Compiling const-oid v0.10.2
18582026-06-15T03:31:04.011Z Compiling compression-core v0.4.32
18592026-06-15T03:31:04.189Z Compiling either v1.16.0
18602026-06-15T03:31:04.215Z Compiling compression-codecs v0.4.38
18612026-06-15T03:31:04.421Z Compiling digest v0.11.3
18622026-06-15T03:31:04.628Z Compiling toml_parser v1.1.2+spec-1.1.0
18632026-06-15T03:31:04.676Z Compiling crypto-common v0.1.7
18642026-06-15T03:31:04.696Z Compiling parse-display-derive v0.10.0
18652026-06-15T03:31:04.854Z Compiling rand_chacha v0.3.1
18662026-06-15T03:31:05.019Z Compiling toml_datetime v1.1.1+spec-1.1.0
18672026-06-15T03:31:05.070Z Compiling serde_spanned v1.1.1
18682026-06-15T03:31:05.224Z Compiling encoding_rs v0.8.35
18692026-06-15T03:31:05.439Z Compiling spin v0.9.8
18702026-06-15T03:31:05.480Z Compiling mime v0.3.17
18712026-06-15T03:31:05.568Z Compiling toml_writer v1.1.1+spec-1.1.0
18722026-06-15T03:31:05.778Z Compiling toml v1.1.2+spec-1.1.0
18732026-06-15T03:31:05.830Z Compiling rand v0.8.6
18742026-06-15T03:31:05.953Z Compiling sha1 v0.11.0
18752026-06-15T03:31:06.295Z Compiling async-compression v0.4.42
18762026-06-15T03:31:06.351Z Compiling strum v0.26.3
18772026-06-15T03:31:06.490Z Compiling async-stream v0.3.6
18782026-06-15T03:31:06.691Z Compiling waitgroup v0.1.2
18792026-06-15T03:31:06.744Z Compiling rustls-pemfile v2.2.0
18802026-06-15T03:31:06.852Z Compiling serde_path_to_error v0.1.20
18812026-06-15T03:31:06.910Z Compiling hostname v0.4.2
18822026-06-15T03:31:07.022Z Compiling wait-timeout v0.2.1
18832026-06-15T03:31:07.453Z Compiling quick-error v1.2.3
18842026-06-15T03:31:07.471Z Compiling bit-vec v0.8.0
18852026-06-15T03:31:07.569Z Compiling rusty-fork v0.3.1
18862026-06-15T03:31:07.725Z Compiling bit-set v0.8.0
18872026-06-15T03:31:07.768Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-15T03:31:07.920Z Compiling serde_with v3.20.0
18892026-06-15T03:31:07.939Z Compiling rand_xorshift v0.4.0
18902026-06-15T03:31:08.255Z Compiling unarray v0.1.4
18912026-06-15T03:31:08.378Z Compiling proptest v1.11.0
18922026-06-15T03:31:08.394Z Compiling strum v0.27.2
18932026-06-15T03:31:08.530Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18942026-06-15T03:31:08.680Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18952026-06-15T03:31:08.793Z Compiling instant v0.1.13
18962026-06-15T03:31:09.090Z Compiling itertools v0.14.0
18972026-06-15T03:31:09.149Z Compiling iddqd v0.4.2
18982026-06-15T03:31:09.544Z Compiling unicode-width v0.2.2
18992026-06-15T03:31:10.353Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-15T03:31:10.459Z Compiling block-buffer v0.10.4
19012026-06-15T03:31:10.624Z Compiling backon v1.6.0
19022026-06-15T03:31:10.641Z Compiling regress v0.10.5
19032026-06-15T03:31:10.888Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19042026-06-15T03:31:12.495Z Compiling digest v0.10.7
19052026-06-15T03:31:12.558Z Compiling backoff v0.4.0
19062026-06-15T03:31:12.771Z Compiling parse-display v0.10.0
19072026-06-15T03:31:13.194Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19082026-06-15T03:31:13.541Z Compiling humantime v2.3.0
19092026-06-15T03:31:15.638Z Compiling regress v0.11.1
19102026-06-15T03:31:16.732Z Compiling zerocopy-derive v0.7.35
19112026-06-15T03:31:17.163Z Compiling typify-impl v0.6.2
19122026-06-15T03:31:17.711Z Compiling darling_core v0.21.3
19132026-06-15T03:31:17.813Z Compiling clap_derive v4.6.1
19142026-06-15T03:31:18.048Z Compiling cpufeatures v0.2.17
19152026-06-15T03:31:18.633Z Compiling convert_case v0.4.0
19162026-06-15T03:31:18.695Z Compiling utf8parse v0.2.2
19172026-06-15T03:31:18.924Z Compiling derive_more v0.99.20
19182026-06-15T03:31:19.441Z Compiling anstyle-parse v1.0.0
19192026-06-15T03:31:19.774Z Compiling darling_macro v0.21.3
19202026-06-15T03:31:20.391Z Compiling terminal_size v0.4.4
19212026-06-15T03:31:20.403Z Compiling toml_datetime v0.6.11
19222026-06-15T03:31:20.480Z Compiling typify-macro v0.6.2
19232026-06-15T03:31:20.606Z Compiling is_terminal_polyfill v1.70.2
19242026-06-15T03:31:20.704Z Compiling anstyle-query v1.1.5
19252026-06-15T03:31:20.834Z Compiling anstyle v1.0.14
19262026-06-15T03:31:20.868Z Compiling colorchoice v1.0.5
19272026-06-15T03:31:21.004Z Compiling anstream v1.0.0
19282026-06-15T03:31:21.093Z Compiling darling v0.21.3
19292026-06-15T03:31:21.516Z Compiling secrecy v0.10.3
19302026-06-15T03:31:21.712Z Compiling tinyvec_macros v0.1.1
19312026-06-15T03:31:21.761Z Compiling crucible-workspace-hack v0.1.0
19322026-06-15T03:31:21.946Z Compiling clap_lex v1.1.0
19332026-06-15T03:31:21.962Z Compiling heapless v0.8.0
19342026-06-15T03:31:21.984Z Compiling typify v0.6.2
19352026-06-15T03:31:22.269Z Compiling clap_builder v4.6.0
19362026-06-15T03:31:22.306Z Compiling tinyvec v1.11.0
19372026-06-15T03:31:22.688Z Compiling ingot-macros v0.1.1
19382026-06-15T03:31:22.706Z Compiling zerocopy v0.7.35
19392026-06-15T03:31:23.066Z Compiling hash32 v0.3.1
19402026-06-15T03:31:23.180Z Compiling scroll_derive v0.12.1
19412026-06-15T03:31:23.226Z Compiling rustc_version v0.4.1
19422026-06-15T03:31:23.411Z Compiling num-integer v0.1.46
19432026-06-15T03:31:23.491Z Compiling usdt-impl v0.5.0
19442026-06-15T03:31:23.771Z Compiling smoltcp v0.11.0
19452026-06-15T03:31:23.894Z Compiling scroll v0.12.0
19462026-06-15T03:31:24.021Z Compiling curve25519-dalek v4.1.3
19472026-06-15T03:31:24.153Z Compiling clap v4.6.1
19482026-06-15T03:31:24.323Z Compiling dof v0.3.0
19492026-06-15T03:31:25.355Z Compiling ingot-types v0.1.2
19502026-06-15T03:31:25.825Z Compiling hmac v0.12.1
19512026-06-15T03:31:25.981Z Compiling dtrace-parser v0.2.0
19522026-06-15T03:31:26.131Z Compiling inout v0.1.4
19532026-06-15T03:31:26.206Z Compiling ff v0.13.1
19542026-06-15T03:31:26.293Z Compiling cobs v0.3.0
19552026-06-15T03:31:26.569Z Compiling thread-id v4.2.2
19562026-06-15T03:31:26.745Z Compiling managed v0.8.0
19572026-06-15T03:31:26.771Z Compiling bitflags v1.3.2
19582026-06-15T03:31:26.887Z Compiling unsafe-libyaml v0.2.11
19592026-06-15T03:31:27.403Z Compiling serde_yaml v0.9.34+deprecated
19602026-06-15T03:31:27.895Z Compiling postcard v1.1.3
19612026-06-15T03:31:28.200Z Compiling group v0.13.0
19622026-06-15T03:31:28.261Z Compiling cipher v0.4.4
19632026-06-15T03:31:28.510Z Compiling hkdf v0.12.4
19642026-06-15T03:31:28.633Z Compiling ingot v0.1.1
19652026-06-15T03:31:29.315Z Compiling goblin v0.8.2
19662026-06-15T03:31:29.485Z Compiling num-iter v0.1.45
19672026-06-15T03:31:29.618Z Compiling num-rational v0.4.2
19682026-06-15T03:31:30.826Z Compiling tabwriter v1.4.1
19692026-06-15T03:31:31.029Z Compiling universal-hash v0.5.1
19702026-06-15T03:31:31.172Z Compiling crypto-bigint v0.5.5
19712026-06-15T03:31:31.175Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-15T03:31:31.359Z Compiling hubpack_derive v0.1.1
19732026-06-15T03:31:31.901Z Compiling thiserror-impl-no-std v2.0.2
19742026-06-15T03:31:32.249Z Compiling crossbeam-epoch v0.9.18
19752026-06-15T03:31:32.573Z Compiling half v2.7.1
19762026-06-15T03:31:32.743Z Compiling curve25519-dalek-derive v0.1.1
19772026-06-15T03:31:32.978Z Compiling num-complex v0.4.6
19782026-06-15T03:31:33.517Z Compiling memoffset v0.9.1
19792026-06-15T03:31:33.868Z Compiling cfg_aliases v0.2.1
19802026-06-15T03:31:34.011Z Compiling ciborium-io v0.2.2
19812026-06-15T03:31:34.105Z Compiling heck v0.4.1
19822026-06-15T03:31:34.108Z Compiling opaque-debug v0.3.1
19832026-06-15T03:31:34.185Z Compiling base16ct v0.2.0
19842026-06-15T03:31:34.282Z Compiling prettyplease v0.2.37
19852026-06-15T03:31:34.300Z Compiling base64ct v1.8.3
19862026-06-15T03:31:34.387Z Compiling elliptic-curve v0.13.8
19872026-06-15T03:31:34.648Z Compiling password-hash v0.5.0
19882026-06-15T03:31:34.878Z Compiling poly1305 v0.8.0
19892026-06-15T03:31:34.943Z Compiling ciborium-ll v0.2.2
19902026-06-15T03:31:35.590Z Compiling nix v0.31.3
19912026-06-15T03:31:36.336Z Compiling num v0.4.3
19922026-06-15T03:31:36.419Z Compiling thiserror-no-std v2.0.2
19932026-06-15T03:31:36.632Z Compiling hubpack v0.1.2
19942026-06-15T03:31:37.217Z Compiling chacha20 v0.9.1
19952026-06-15T03:31:37.713Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19962026-06-15T03:31:37.769Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-15T03:31:38.313Z Compiling reqwest v0.12.28
19982026-06-15T03:31:39.071Z Compiling toml_edit v0.25.12+spec-1.1.0
19992026-06-15T03:31:39.261Z Compiling blake2 v0.10.6
20002026-06-15T03:31:39.335Z Compiling aead v0.5.2
20012026-06-15T03:31:39.760Z Compiling byte-wrapper v0.1.0
20022026-06-15T03:31:39.844Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20032026-06-15T03:31:39.958Z Compiling serde_repr v0.1.20
20042026-06-15T03:31:40.580Z Compiling proc-macro-error-attr v1.0.4
20052026-06-15T03:31:40.695Z Compiling bstr v1.12.1
20062026-06-15T03:31:40.883Z Compiling keccak v0.1.6
20072026-06-15T03:31:40.886Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082026-06-15T03:31:41.053Z Compiling rustix v0.38.44
20092026-06-15T03:31:41.142Z Compiling static_assertions v1.1.0
20102026-06-15T03:31:41.225Z Compiling float-ord v0.3.2
20112026-06-15T03:31:41.361Z Compiling sha3 v0.10.9
20122026-06-15T03:31:41.595Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20132026-06-15T03:31:41.738Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-15T03:31:42.236Z Compiling proc-macro-crate v3.5.0
20152026-06-15T03:31:42.290Z Compiling argon2 v0.5.3
20162026-06-15T03:31:42.648Z Compiling chacha20poly1305 v0.10.1
20172026-06-15T03:31:42.803Z Compiling progenitor-client v0.10.0
20182026-06-15T03:31:43.277Z Compiling vsss-rs v3.3.4
20192026-06-15T03:31:44.581Z Compiling ciborium v0.2.2
20202026-06-15T03:31:44.903Z Compiling usdt-macro v0.5.0
20212026-06-15T03:31:45.383Z Compiling rustls-webpki v0.103.13
20222026-06-15T03:31:45.416Z Compiling usdt-attr-macro v0.5.0
20232026-06-15T03:31:47.283Z Compiling enum-as-inner v0.6.1
20242026-06-15T03:31:47.773Z Compiling num-derive v0.4.2
20252026-06-15T03:31:47.792Z Compiling proc-macro-error v1.0.4
20262026-06-15T03:31:47.864Z Compiling memmap v0.7.0
20272026-06-15T03:31:48.047Z Compiling indent_write v2.2.0
20282026-06-15T03:31:48.094Z Compiling winnow v0.5.40
20292026-06-15T03:31:48.276Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20302026-06-15T03:31:48.524Z Compiling data-encoding v2.11.0
20312026-06-15T03:31:49.010Z Compiling usdt v0.5.0
20322026-06-15T03:31:49.187Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-15T03:31:49.488Z Compiling toml_edit v0.19.15
20342026-06-15T03:31:49.630Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20352026-06-15T03:31:49.740Z Compiling tokio-rustls v0.26.4
20362026-06-15T03:31:50.048Z Compiling hyper-rustls v0.27.9
20372026-06-15T03:31:50.067Z Compiling rustls-platform-verifier v0.7.0
20382026-06-15T03:31:50.602Z Compiling reqwest v0.13.4
20392026-06-15T03:31:51.443Z Compiling num_enum_derive v0.7.6
20402026-06-15T03:31:51.807Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-15T03:31:52.135Z Compiling progenitor-client v0.14.0
20422026-06-15T03:31:52.477Z Compiling progenitor-extras v0.2.0
20432026-06-15T03:31:53.502Z Compiling serde_spanned v0.6.9
20442026-06-15T03:31:53.658Z Compiling foreign-types-macros v0.2.3
20452026-06-15T03:31:54.077Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-15T03:31:54.445Z Compiling colored v3.1.1
20472026-06-15T03:31:55.144Z Compiling bytecount v0.6.9
20482026-06-15T03:31:55.485Z Compiling pkg-config v0.3.33
20492026-06-15T03:31:55.946Z Compiling vcpkg v0.2.15
20502026-06-15T03:31:56.498Z Compiling toml_write v0.1.2
20512026-06-15T03:31:56.704Z Compiling winnow v0.7.15
20522026-06-15T03:31:58.791Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-15T03:32:03.261Z Compiling foreign-types-shared v0.3.1
20542026-06-15T03:32:05.063Z Compiling foreign-types v0.5.0
20552026-06-15T03:32:05.160Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-15T03:32:05.417Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-15T03:32:05.442Z Compiling toml_edit v0.22.27
20582026-06-15T03:32:05.475Z Compiling openssl-sys v0.9.116
20592026-06-15T03:32:06.341Z Compiling num_enum v0.7.6
20602026-06-15T03:32:06.479Z Compiling proc-macro-crate v1.3.1
20612026-06-15T03:32:07.112Z Compiling progenitor-impl v0.13.0
20622026-06-15T03:32:07.151Z Compiling chacha20 v0.10.0
20632026-06-15T03:32:07.456Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20642026-06-15T03:32:07.943Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20652026-06-15T03:32:07.976Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20662026-06-15T03:32:07.995Z Compiling cstr-argument v0.1.2
20672026-06-15T03:32:08.100Z Compiling rayon-core v1.13.0
20682026-06-15T03:32:08.168Z Compiling linked-hash-map v0.5.6
20692026-06-15T03:32:08.244Z Compiling swrite v0.1.0
20702026-06-15T03:32:08.371Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20712026-06-15T03:32:08.388Z Compiling unicode-segmentation v1.13.3
20722026-06-15T03:32:08.424Z Compiling semver v0.1.20
20732026-06-15T03:32:08.606Z Compiling resolv-conf v0.7.6
20742026-06-15T03:32:08.649Z Compiling rustc_version v0.1.7
20752026-06-15T03:32:08.711Z Compiling lru-cache v0.1.2
20762026-06-15T03:32:08.855Z Compiling newline-converter v0.3.0
20772026-06-15T03:32:08.928Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20782026-06-15T03:32:09.002Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792026-06-15T03:32:09.020Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20802026-06-15T03:32:09.175Z Compiling progenitor-macro v0.13.0
20812026-06-15T03:32:09.216Z Compiling rand v0.10.1
20822026-06-15T03:32:09.428Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20832026-06-15T03:32:09.684Z Compiling toml v0.8.23
20842026-06-15T03:32:10.293Z Compiling num_enum_derive v0.5.11
20852026-06-15T03:32:10.430Z Compiling atomicwrites v0.4.4
20862026-06-15T03:32:10.506Z Compiling progenitor-client v0.13.0
20872026-06-15T03:32:10.621Z Compiling hickory-proto v0.24.4
20882026-06-15T03:32:10.719Z Compiling similar v2.7.0
20892026-06-15T03:32:11.020Z Compiling crossbeam-deque v0.8.6
20902026-06-15T03:32:11.321Z Compiling progenitor-impl v0.14.0
20912026-06-15T03:32:11.418Z Compiling console v0.15.11
20922026-06-15T03:32:12.977Z Compiling camino-tempfile v1.4.1
20932026-06-15T03:32:13.094Z Compiling serde-big-array v0.5.1
20942026-06-15T03:32:13.266Z Compiling pin-project-internal v1.1.13
20952026-06-15T03:32:13.361Z Compiling derive-where v1.6.1
20962026-06-15T03:32:13.445Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20972026-06-15T03:32:13.515Z Compiling siphasher v1.0.3
20982026-06-15T03:32:13.734Z Compiling lazy_static v1.5.0
20992026-06-15T03:32:13.855Z Compiling minimal-lexical v0.2.1
21002026-06-15T03:32:14.106Z Compiling nom v7.1.3
21012026-06-15T03:32:14.364Z Compiling pin-project v1.1.13
21022026-06-15T03:32:14.512Z Compiling phf_shared v0.12.1
21032026-06-15T03:32:14.671Z Compiling progenitor v0.13.0
21042026-06-15T03:32:14.752Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-06-15T03:32:14.827Z Compiling progenitor-macro v0.14.0
21062026-06-15T03:32:14.860Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21072026-06-15T03:32:15.493Z Compiling hickory-resolver v0.24.4
21082026-06-15T03:32:18.176Z Compiling expectorate v1.2.0
21092026-06-15T03:32:18.421Z Compiling num_enum v0.5.11
21102026-06-15T03:32:19.011Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-15T03:32:20.208Z Compiling newtype_derive v0.1.6
21122026-06-15T03:32:20.484Z Compiling snafu-derive v0.8.9
21132026-06-15T03:32:22.218Z Compiling unicode-normalization v0.1.25
21142026-06-15T03:32:22.823Z Compiling tokio-stream v0.1.18
21152026-06-15T03:32:22.989Z Compiling async-recursion v1.1.1
21162026-06-15T03:32:23.442Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21172026-06-15T03:32:23.604Z Compiling slog-dtrace v0.3.0
21182026-06-15T03:32:23.715Z Compiling csv-core v0.1.13
21192026-06-15T03:32:23.773Z Compiling owo-colors v4.3.0
21202026-06-15T03:32:23.870Z Compiling chrono-tz v0.10.4
21212026-06-15T03:32:24.117Z Compiling same-file v1.0.6
21222026-06-15T03:32:24.135Z Compiling foreign-types-shared v0.1.1
21232026-06-15T03:32:24.138Z Compiling unicode-xid v0.2.6
21242026-06-15T03:32:24.255Z Compiling cancel-safe-futures v0.1.5
21252026-06-15T03:32:24.274Z Compiling openssl v0.10.80
21262026-06-15T03:32:24.296Z Compiling konst_macro_rules v0.2.19
21272026-06-15T03:32:24.514Z Compiling highway v1.3.0
21282026-06-15T03:32:24.532Z Compiling unicode-width v0.1.14
21292026-06-15T03:32:24.535Z Compiling foldhash v0.1.5
21302026-06-15T03:32:24.634Z Compiling konst v0.2.20
21312026-06-15T03:32:24.780Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-15T03:32:24.848Z Compiling hashbrown v0.15.5
21332026-06-15T03:32:25.022Z Compiling const_format_proc_macros v0.2.34
21342026-06-15T03:32:25.209Z Compiling foreign-types v0.3.2
21352026-06-15T03:32:25.300Z Compiling walkdir v2.5.0
21362026-06-15T03:32:25.589Z Compiling csv v1.4.0
21372026-06-15T03:32:25.966Z Compiling qorb v0.4.1
21382026-06-15T03:32:26.027Z Compiling olpc-cjson v0.1.4
21392026-06-15T03:32:26.245Z Compiling progenitor v0.14.0
21402026-06-15T03:32:26.399Z Compiling snafu v0.8.9
21412026-06-15T03:32:26.554Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-15T03:32:26.972Z Compiling rayon v1.12.0
21432026-06-15T03:32:27.510Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21442026-06-15T03:32:28.052Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-15T03:32:29.163Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-15T03:32:30.025Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-15T03:32:30.553Z Compiling phf v0.12.1
21482026-06-15T03:32:30.694Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21492026-06-15T03:32:31.169Z Compiling zone_cfg_derive v0.3.1
21502026-06-15T03:32:31.865Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-15T03:32:31.884Z Compiling tokio-dtrace v0.1.1
21522026-06-15T03:32:32.222Z Compiling globset v0.4.18
21532026-06-15T03:32:32.909Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21542026-06-15T03:32:33.140Z Compiling itertools v0.12.1
21552026-06-15T03:32:34.206Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-15T03:32:34.443Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21572026-06-15T03:32:34.613Z Compiling pem v3.0.6
21582026-06-15T03:32:34.814Z Compiling libsw-core v0.3.2
21592026-06-15T03:32:34.860Z Compiling serde_plain v1.0.2
21602026-06-15T03:32:34.880Z Compiling openssl-macros v0.1.1
21612026-06-15T03:32:34.999Z Compiling proc-macro-error-attr2 v2.0.0
21622026-06-15T03:32:35.156Z Compiling cookie v0.18.1
21632026-06-15T03:32:35.302Z Compiling sigpipe v0.1.3
21642026-06-15T03:32:35.391Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-15T03:32:35.410Z Compiling fixedbitset v0.5.7
21662026-06-15T03:32:35.428Z Compiling jiff v0.2.28
21672026-06-15T03:32:35.451Z Compiling fixedbitset v0.4.2
21682026-06-15T03:32:35.636Z Compiling typed-path v0.9.3
21692026-06-15T03:32:35.767Z Compiling glob v0.3.3
21702026-06-15T03:32:35.849Z Compiling petgraph v0.8.3
21712026-06-15T03:32:36.032Z Compiling petgraph v0.6.5
21722026-06-15T03:32:36.101Z Compiling proc-macro-error2 v2.0.1
21732026-06-15T03:32:36.687Z Compiling libsw v3.5.0
21742026-06-15T03:32:36.882Z Compiling tough v0.22.0
21752026-06-15T03:32:37.583Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-06-15T03:32:37.834Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21772026-06-15T03:32:37.857Z Compiling zone v0.3.1
21782026-06-15T03:32:38.263Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21792026-06-15T03:32:38.548Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-06-15T03:32:38.566Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-06-15T03:32:39.561Z Compiling oxide-tokio-rt v0.1.6
21822026-06-15T03:32:40.153Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21832026-06-15T03:32:40.549Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-15T03:32:41.592Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-15T03:32:42.214Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-15T03:32:42.778Z Compiling const_format v0.2.36
21872026-06-15T03:32:43.291Z Compiling papergrid v0.11.0
21882026-06-15T03:32:44.094Z Compiling tabled_derive v0.7.0
21892026-06-15T03:32:44.409Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-06-15T03:32:45.081Z Compiling gethostname v0.5.0
21912026-06-15T03:32:45.236Z Compiling libscf-sys v1.2.0
21922026-06-15T03:32:45.412Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21932026-06-15T03:32:45.517Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-15T03:32:45.631Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21952026-06-15T03:32:45.653Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-15T03:32:45.693Z Compiling bcs v0.1.6
21972026-06-15T03:32:45.777Z Compiling smf v0.2.3
21982026-06-15T03:32:46.090Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21992026-06-15T03:32:46.091Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22002026-06-15T03:32:46.380Z Compiling unicode-linebreak v0.1.5
22012026-06-15T03:32:46.662Z Compiling tagptr v0.2.0
22022026-06-15T03:32:46.740Z Compiling linear-map v1.2.0
22032026-06-15T03:32:46.833Z Compiling smawk v0.3.2
22042026-06-15T03:32:46.934Z Compiling termtree v0.5.1
22052026-06-15T03:32:46.967Z Compiling whoami v1.6.1
22062026-06-15T03:32:47.004Z Compiling textwrap v0.16.2
22072026-06-15T03:32:48.391Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-15T03:32:48.482Z Compiling moka v0.12.15
22092026-06-15T03:32:48.581Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22102026-06-15T03:32:49.289Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-15T03:32:49.745Z Compiling tabled v0.15.0
22122026-06-15T03:32:49.824Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-15T03:32:49.969Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-15T03:32:50.184Z Compiling steno v0.4.1
22152026-06-15T03:32:50.799Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-06-15T03:32:52.782Z Compiling tabled_derive v0.11.0
22172026-06-15T03:32:53.934Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-15T03:32:56.052Z Compiling papergrid v0.18.0
22192026-06-15T03:32:57.543Z Compiling hickory-proto v0.25.2
22202026-06-15T03:32:57.596Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22212026-06-15T03:32:57.640Z Compiling testing_table v0.3.0
22222026-06-15T03:32:58.054Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22232026-06-15T03:32:58.387Z Compiling tabled v0.21.0
22242026-06-15T03:32:58.483Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22252026-06-15T03:32:59.048Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22262026-06-15T03:32:59.172Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22272026-06-15T03:33:00.086Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22282026-06-15T03:33:00.092Z Compiling parking_lot_core v0.8.6
22292026-06-15T03:33:00.092Z Compiling hickory-resolver v0.25.2
22302026-06-15T03:33:00.092Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22312026-06-15T03:33:01.609Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-06-15T03:33:03.187Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-15T03:33:04.198Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
22342026-06-15T03:33:05.622Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-06-15T03:33:06.143Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22362026-06-15T03:33:07.038Z Compiling crc8 v0.1.1
22372026-06-15T03:33:07.038Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
22382026-06-15T03:33:07.038Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22392026-06-15T03:33:07.038Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22402026-06-15T03:33:07.497Z Compiling arc-swap v1.9.1
22412026-06-15T03:33:07.547Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22422026-06-15T03:33:07.853Z Compiling slog-scope v4.4.1
22432026-06-15T03:33:08.368Z Compiling parking_lot v0.11.2
22442026-06-15T03:33:08.709Z Compiling dropshot-api-manager-types v0.7.2
22452026-06-15T03:33:08.924Z Compiling fxhash v0.2.1
22462026-06-15T03:33:09.075Z Compiling sled v0.34.7
22472026-06-15T03:33:09.246Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22482026-06-15T03:33:09.279Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22492026-06-15T03:33:09.743Z Compiling slog-stdlog v4.1.1
22502026-06-15T03:33:10.182Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22512026-06-15T03:33:10.227Z Compiling slog-envlogger v2.2.0
22522026-06-15T03:33:10.458Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22532026-06-15T03:33:14.065Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-06-15T03:33:16.525Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-06-15T03:33:18.832Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22562026-06-15T03:33:20.062Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22572026-06-15T03:33:27.743Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22582026-06-15T03:33:34.377Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22592026-06-15T03:33:37.686Z Finished `release` profile [optimized] target(s) in 3m 40s
22602026-06-15T03:33:38.027Z+ banner quartet
22612026-06-15T03:33:38.030Z
22622026-06-15T03:33:38.031Z #### # # ## ##### ##### ###### #####
22632026-06-15T03:33:38.031Z # # # # # # # # # # #
22642026-06-15T03:33:38.031Z # # # # # # # # # ##### #
22652026-06-15T03:33:38.031Z # # # # # ###### ##### # # #
22662026-06-15T03:33:38.031Z # # # # # # # # # # #
22672026-06-15T03:33:38.031Z ### # #### # # # # # ###### #
22682026-06-15T03:33:38.031Z
22692026-06-15T03:33:38.031Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22702026-06-15T03:33:38.601Z Compiling cfg-if v1.0.4
22712026-06-15T03:33:38.605Z Compiling libc v0.2.186
22722026-06-15T03:33:38.605Z Compiling serde_core v1.0.228
22732026-06-15T03:33:38.710Z Compiling memchr v2.8.1
22742026-06-15T03:33:38.717Z Compiling itoa v1.0.18
22752026-06-15T03:33:38.720Z Compiling smallvec v1.15.1
22762026-06-15T03:33:38.733Z Compiling stable_deref_trait v1.2.1
22772026-06-15T03:33:38.737Z Compiling zerofrom v0.1.8
22782026-06-15T03:33:38.755Z Compiling zmij v1.0.21
22792026-06-15T03:33:38.804Z Compiling litemap v0.8.2
22802026-06-15T03:33:38.863Z Compiling yoke v0.8.3
22812026-06-15T03:33:38.949Z Compiling writeable v0.6.3
22822026-06-15T03:33:38.966Z Compiling utf8_iter v1.0.4
22832026-06-15T03:33:38.998Z Compiling libm v0.2.16
22842026-06-15T03:33:39.063Z Compiling zerovec v0.11.6
22852026-06-15T03:33:39.075Z Compiling zerotrie v0.2.4
22862026-06-15T03:33:39.127Z Compiling percent-encoding v2.3.2
22872026-06-15T03:33:39.192Z Compiling icu_normalizer_data v2.2.0
22882026-06-15T03:33:39.212Z Compiling icu_properties_data v2.2.0
22892026-06-15T03:33:39.270Z Compiling form_urlencoded v1.2.2
22902026-06-15T03:33:39.368Z Compiling rand_core v0.10.1
22912026-06-15T03:33:39.401Z Compiling errno v0.3.14
22922026-06-15T03:33:39.517Z Compiling iana-time-zone v0.1.65
22932026-06-15T03:33:39.568Z Compiling getrandom v0.4.2
22942026-06-15T03:33:39.580Z Compiling pin-project-lite v0.2.17
22952026-06-15T03:33:39.591Z Compiling dyn-clone v1.0.20
22962026-06-15T03:33:39.681Z Compiling tinystr v0.8.3
22972026-06-15T03:33:39.693Z Compiling potential_utf v0.1.5
22982026-06-15T03:33:39.737Z Compiling zeroize v1.8.2
22992026-06-15T03:33:39.772Z Compiling socket2 v0.6.4
23002026-06-15T03:33:39.867Z Compiling icu_locale_core v2.2.0
23012026-06-15T03:33:39.867Z Compiling icu_collections v2.2.0
23022026-06-15T03:33:39.889Z Compiling num-traits v0.2.19
23032026-06-15T03:33:39.899Z Compiling scopeguard v1.2.0
23042026-06-15T03:33:39.992Z Compiling lock_api v0.4.14
23052026-06-15T03:33:40.012Z Compiling parking_lot_core v0.9.12
23062026-06-15T03:33:40.254Z Compiling thiserror v2.0.18
23072026-06-15T03:33:40.372Z Compiling parking_lot v0.12.5
23082026-06-15T03:33:40.439Z Compiling signal-hook-registry v1.4.8
23092026-06-15T03:33:40.592Z Compiling serde v1.0.228
23102026-06-15T03:33:40.678Z Compiling serde_json v1.0.150
23112026-06-15T03:33:40.690Z Compiling uuid v1.23.2
23122026-06-15T03:33:40.764Z Compiling icu_provider v2.2.0
23132026-06-15T03:33:40.777Z Compiling semver v1.0.28
23142026-06-15T03:33:40.989Z Compiling mio v1.2.1
23152026-06-15T03:33:41.222Z Compiling bytes v1.11.1
23162026-06-15T03:33:41.293Z Compiling icu_normalizer v2.2.0
23172026-06-15T03:33:41.294Z Compiling icu_properties v2.2.0
23182026-06-15T03:33:41.393Z Compiling chrono v0.4.45
23192026-06-15T03:33:41.433Z Compiling bitflags v2.12.1
23202026-06-15T03:33:41.691Z Compiling portable-atomic v1.13.1
23212026-06-15T03:33:41.841Z Compiling tokio v1.52.3
23222026-06-15T03:33:42.133Z Compiling futures-core v0.3.32
23232026-06-15T03:33:42.302Z Compiling idna_adapter v1.2.2
23242026-06-15T03:33:42.401Z Compiling critical-section v1.2.0
23252026-06-15T03:33:42.444Z Compiling idna v1.1.0
23262026-06-15T03:33:42.513Z Compiling once_cell v1.21.4
23272026-06-15T03:33:42.526Z Compiling log v0.4.32
23282026-06-15T03:33:42.763Z Compiling zerocopy v0.8.50
23292026-06-15T03:33:42.779Z Compiling url v2.5.8
23302026-06-15T03:33:42.790Z Compiling subtle v2.6.1
23312026-06-15T03:33:42.917Z Compiling equivalent v1.0.2
23322026-06-15T03:33:42.967Z Compiling futures-sink v0.3.32
23332026-06-15T03:33:43.018Z Compiling slab v0.4.12
23342026-06-15T03:33:43.097Z Compiling typenum v1.20.1
23352026-06-15T03:33:43.239Z Compiling futures-channel v0.3.32
23362026-06-15T03:33:43.338Z Compiling futures-io v0.3.32
23372026-06-15T03:33:43.494Z Compiling schemars v0.8.22
23382026-06-15T03:33:43.547Z Compiling futures-task v0.3.32
23392026-06-15T03:33:43.730Z Compiling futures-util v0.3.32
23402026-06-15T03:33:43.923Z Compiling getrandom v0.2.17
23412026-06-15T03:33:44.154Z Compiling rand_core v0.6.4
23422026-06-15T03:33:44.424Z Compiling hashbrown v0.17.1
23432026-06-15T03:33:44.576Z Compiling ipnetwork v0.21.1
23442026-06-15T03:33:44.945Z Compiling tracing-core v0.1.36
23452026-06-15T03:33:45.127Z Compiling indexmap v2.14.0
23462026-06-15T03:33:45.368Z Compiling tracing v0.1.44
23472026-06-15T03:33:45.728Z Compiling base64 v0.22.1
23482026-06-15T03:33:45.961Z Compiling fnv v1.0.7
23492026-06-15T03:33:46.021Z Compiling erased-serde v0.3.31
23502026-06-15T03:33:46.035Z Compiling unicode-ident v1.0.24
23512026-06-15T03:33:46.070Z Compiling oxnet v0.1.6
23522026-06-15T03:33:46.159Z Compiling proc-macro2 v1.0.106
23532026-06-15T03:33:46.220Z Compiling http v1.4.1
23542026-06-15T03:33:46.469Z Compiling slog v2.8.2
23552026-06-15T03:33:46.618Z Compiling quote v1.0.45
23562026-06-15T03:33:46.632Z Compiling thiserror v1.0.69
23572026-06-15T03:33:46.745Z Compiling byteorder v1.5.0
23582026-06-15T03:33:46.999Z Compiling syn v2.0.117
23592026-06-15T03:33:47.051Z Compiling tokio-util v0.7.18
23602026-06-15T03:33:47.344Z Compiling ppv-lite86 v0.2.21
23612026-06-15T03:33:47.695Z Compiling ipnet v2.12.0
23622026-06-15T03:33:48.101Z Compiling rustls-pki-types v1.14.1
23632026-06-15T03:33:48.283Z Compiling rustix v1.1.4
23642026-06-15T03:33:48.297Z Compiling http-body v1.0.1
23652026-06-15T03:33:48.336Z Compiling aws-lc-sys v0.41.0
23662026-06-15T03:33:48.469Z Compiling atomic-waker v1.1.2
23672026-06-15T03:33:48.545Z Compiling pretty-hex v0.4.2
23682026-06-15T03:33:48.606Z Compiling untrusted v0.7.1
23692026-06-15T03:33:48.690Z Compiling httparse v1.10.1
23702026-06-15T03:33:48.737Z Compiling ryu v1.0.23
23712026-06-15T03:33:48.897Z Compiling aws-lc-rs v1.17.0
23722026-06-15T03:33:48.910Z Compiling try-lock v0.2.5
23732026-06-15T03:33:48.985Z Compiling rustls v0.23.40
23742026-06-15T03:33:49.038Z Compiling untrusted v0.9.0
23752026-06-15T03:33:49.041Z Compiling tower-layer v0.3.3
23762026-06-15T03:33:49.162Z Compiling tower-service v0.3.3
23772026-06-15T03:33:49.175Z Compiling want v0.3.1
23782026-06-15T03:33:49.241Z Compiling h2 v0.4.14
23792026-06-15T03:33:49.255Z Compiling httpdate v1.0.3
23802026-06-15T03:33:49.264Z Compiling plain v0.2.3
23812026-06-15T03:33:49.355Z Compiling getrandom v0.3.4
23822026-06-15T03:33:49.382Z Compiling crossbeam-utils v0.8.21
23832026-06-15T03:33:49.583Z Compiling regex-syntax v0.8.10
23842026-06-15T03:33:49.663Z Compiling ucd-trie v0.1.7
23852026-06-15T03:33:50.172Z Compiling rustls-webpki v0.103.13
23862026-06-15T03:33:50.256Z Compiling pest v2.8.6
23872026-06-15T03:33:50.295Z Compiling rand_core v0.9.5
23882026-06-15T03:33:50.566Z Compiling omicron-workspace-hack v0.1.0
23892026-06-15T03:33:50.652Z Compiling serde_urlencoded v0.7.1
23902026-06-15T03:33:51.831Z Compiling hyper v1.10.1
23912026-06-15T03:33:51.926Z Compiling http-body-util v0.1.3
23922026-06-15T03:33:52.237Z Compiling foldhash v0.2.0
23932026-06-15T03:33:52.543Z Compiling allocator-api2 v0.2.21
23942026-06-15T03:33:52.811Z Compiling anyhow v1.0.102
23952026-06-15T03:33:52.935Z Compiling hashbrown v0.16.1
23962026-06-15T03:33:53.493Z Compiling hyper-util v0.1.20
23972026-06-15T03:33:53.659Z Compiling rand_chacha v0.9.0
23982026-06-15T03:33:54.232Z Compiling powerfmt v0.2.0
23992026-06-15T03:33:54.515Z Compiling tokio-rustls v0.26.4
24002026-06-15T03:33:54.835Z Compiling deranged v0.5.8
24012026-06-15T03:33:55.418Z Compiling rand v0.9.4
24022026-06-15T03:33:55.749Z Compiling newtype-uuid v1.3.2
24032026-06-15T03:33:55.952Z Compiling sync_wrapper v1.0.2
24042026-06-15T03:33:56.073Z Compiling aho-corasick v1.1.4
24052026-06-15T03:33:56.166Z Compiling hex v0.4.3
24062026-06-15T03:33:56.491Z Compiling num_threads v0.1.7
24072026-06-15T03:33:56.568Z Compiling num-conv v0.2.2
24082026-06-15T03:33:56.568Z Compiling time-core v0.1.8
24092026-06-15T03:33:56.592Z Compiling tower v0.5.3
24102026-06-15T03:33:56.732Z Compiling time v0.3.47
24112026-06-15T03:33:56.733Z Compiling daft v0.1.7
24122026-06-15T03:33:56.799Z Compiling fastrand v2.4.1
24132026-06-15T03:33:56.912Z Compiling crossbeam-channel v0.5.15
24142026-06-15T03:33:57.029Z Compiling regex-automata v0.4.14
24152026-06-15T03:33:57.142Z Compiling tower-http v0.6.11
24162026-06-15T03:33:57.206Z Compiling openapiv3 v2.2.0
24172026-06-15T03:33:57.625Z Compiling openssl-probe v0.2.1
24182026-06-15T03:33:57.851Z Compiling rustls-native-certs v0.8.4
24192026-06-15T03:33:57.883Z Compiling generic-array v0.14.7
24202026-06-15T03:33:58.455Z Compiling scroll v0.13.0
24212026-06-15T03:33:58.750Z Compiling futures-executor v0.3.32
24222026-06-15T03:33:58.770Z Compiling thread_local v1.1.9
24232026-06-15T03:33:59.140Z Compiling cpufeatures v0.3.0
24242026-06-15T03:33:59.233Z Compiling regex v1.12.3
24252026-06-15T03:33:59.294Z Compiling futures v0.3.32
24262026-06-15T03:33:59.382Z Compiling goblin v0.10.7
24272026-06-15T03:33:59.619Z Compiling camino v1.2.2
24282026-06-15T03:33:59.734Z Compiling rustls-platform-verifier v0.7.0
24292026-06-15T03:34:00.216Z Compiling tempfile v3.27.0
24302026-06-15T03:34:00.377Z Compiling hyper-rustls v0.27.9
24312026-06-15T03:34:00.716Z Compiling is-terminal v0.4.17
24322026-06-15T03:34:00.753Z Compiling winnow v1.0.3
24332026-06-15T03:34:00.824Z Compiling take_mut v0.2.2
24342026-06-15T03:34:00.947Z Compiling either v1.16.0
24352026-06-15T03:34:01.144Z Compiling term v1.2.1
24362026-06-15T03:34:01.186Z Compiling slog-async v2.8.0
24372026-06-15T03:34:01.533Z Compiling slog-term v2.9.2
24382026-06-15T03:34:02.210Z Compiling reqwest v0.13.4
24392026-06-15T03:34:02.685Z Compiling dof v0.4.0
24402026-06-15T03:34:02.928Z Compiling dtrace-parser v0.3.0
24412026-06-15T03:34:03.055Z Compiling hybrid-array v0.4.12
24422026-06-15T03:34:03.553Z Compiling thread-id v5.1.0
24432026-06-15T03:34:03.649Z Compiling match_cfg v0.1.0
24442026-06-15T03:34:03.732Z Compiling adler2 v2.0.1
24452026-06-15T03:34:03.906Z Compiling simd-adler32 v0.3.9
24462026-06-15T03:34:04.785Z Compiling miniz_oxide v0.8.9
24472026-06-15T03:34:05.496Z Compiling hostname v0.3.1
24482026-06-15T03:34:05.670Z Compiling usdt-impl v0.6.0
24492026-06-15T03:34:05.806Z Compiling crc32fast v1.5.0
24502026-06-15T03:34:06.063Z Compiling slog-json v2.6.1
24512026-06-15T03:34:06.219Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24522026-06-15T03:34:06.336Z Compiling memmap2 v0.9.10
24532026-06-15T03:34:06.640Z Compiling usdt v0.6.0
24542026-06-15T03:34:07.306Z Compiling slog-bunyan v2.5.0
24552026-06-15T03:34:07.510Z Compiling flate2 v1.1.9
24562026-06-15T03:34:08.066Z Compiling block-buffer v0.12.0
24572026-06-15T03:34:08.213Z Compiling crypto-common v0.2.2
24582026-06-15T03:34:08.269Z Compiling crypto-common v0.1.7
24592026-06-15T03:34:08.281Z Compiling rand_chacha v0.3.1
24602026-06-15T03:34:08.424Z Compiling compression-core v0.4.32
24612026-06-15T03:34:08.607Z Compiling const-oid v0.10.2
24622026-06-15T03:34:08.909Z Compiling debug-ignore v1.0.5
24632026-06-15T03:34:08.912Z Compiling digest v0.11.3
24642026-06-15T03:34:09.037Z Compiling compression-codecs v0.4.38
24652026-06-15T03:34:09.105Z Compiling rand v0.8.6
24662026-06-15T03:34:09.430Z Compiling ref-cast v1.0.25
24672026-06-15T03:34:09.501Z Compiling toml_parser v1.1.2+spec-1.1.0
24682026-06-15T03:34:09.550Z Compiling strum v0.26.3
24692026-06-15T03:34:09.693Z Compiling macaddr v1.0.1
24702026-06-15T03:34:09.940Z Compiling toml_datetime v1.1.1+spec-1.1.0
24712026-06-15T03:34:09.980Z Compiling serde_spanned v1.1.1
24722026-06-15T03:34:10.032Z Compiling wait-timeout v0.2.1
24732026-06-15T03:34:10.135Z Compiling encoding_rs v0.8.35
24742026-06-15T03:34:10.377Z Compiling spin v0.9.8
24752026-06-15T03:34:10.506Z Compiling toml_writer v1.1.1+spec-1.1.0
24762026-06-15T03:34:10.549Z Compiling bit-vec v0.8.0
24772026-06-15T03:34:10.773Z Compiling quick-error v1.2.3
24782026-06-15T03:34:10.821Z Compiling mime v0.3.17
24792026-06-15T03:34:10.847Z Compiling bit-set v0.8.0
24802026-06-15T03:34:10.886Z Compiling rusty-fork v0.3.1
24812026-06-15T03:34:10.956Z Compiling toml v1.1.2+spec-1.1.0
24822026-06-15T03:34:11.042Z Compiling async-compression v0.4.42
24832026-06-15T03:34:11.298Z Compiling multer v3.1.0
24842026-06-15T03:34:11.529Z Compiling sha1 v0.11.0
24852026-06-15T03:34:11.751Z Compiling serde_with v3.20.0
24862026-06-15T03:34:11.936Z Compiling async-stream v0.3.6
24872026-06-15T03:34:12.151Z Compiling rand_xorshift v0.4.0
24882026-06-15T03:34:12.318Z Compiling waitgroup v0.1.2
24892026-06-15T03:34:12.361Z Compiling rustls-pemfile v2.2.0
24902026-06-15T03:34:12.485Z Compiling serde_path_to_error v0.1.20
24912026-06-15T03:34:12.530Z Compiling hostname v0.4.2
24922026-06-15T03:34:12.651Z Compiling unarray v0.1.4
24932026-06-15T03:34:12.697Z Compiling progenitor-client v0.14.0
24942026-06-15T03:34:12.777Z Compiling proptest v1.11.0
24952026-06-15T03:34:12.953Z Compiling dropshot v0.17.1
24962026-06-15T03:34:13.084Z Compiling strum v0.27.2
24972026-06-15T03:34:13.216Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24982026-06-15T03:34:13.228Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24992026-06-15T03:34:13.372Z Compiling iddqd v0.4.2
25002026-06-15T03:34:13.459Z Compiling itertools v0.14.0
25012026-06-15T03:34:14.458Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25022026-06-15T03:34:14.558Z Compiling block-buffer v0.10.4
25032026-06-15T03:34:14.740Z Compiling reqwest v0.12.28
25042026-06-15T03:34:14.779Z Compiling backon v1.6.0
25052026-06-15T03:34:14.989Z Compiling regress v0.10.5
25062026-06-15T03:34:15.047Z Compiling instant v0.1.13
25072026-06-15T03:34:15.177Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25082026-06-15T03:34:15.505Z Compiling backoff v0.4.0
25092026-06-15T03:34:15.611Z Compiling progenitor-extras v0.2.0
25102026-06-15T03:34:15.728Z Compiling digest v0.10.7
25112026-06-15T03:34:15.863Z Compiling progenitor-client v0.10.0
25122026-06-15T03:34:15.994Z Compiling parse-display v0.10.0
25132026-06-15T03:34:16.371Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25142026-06-15T03:34:16.934Z Compiling humantime v2.3.0
25152026-06-15T03:34:17.207Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25162026-06-15T03:34:17.380Z Compiling unicode-width v0.2.2
25172026-06-15T03:34:17.718Z Compiling cpufeatures v0.2.17
25182026-06-15T03:34:17.804Z Compiling heck v0.5.0
25192026-06-15T03:34:18.425Z Compiling utf8parse v0.2.2
25202026-06-15T03:34:18.550Z Compiling anstyle-parse v1.0.0
25212026-06-15T03:34:18.784Z Compiling terminal_size v0.4.4
25222026-06-15T03:34:18.961Z Compiling is_terminal_polyfill v1.70.2
25232026-06-15T03:34:19.069Z Compiling anstyle-query v1.1.5
25242026-06-15T03:34:19.191Z Compiling colorchoice v1.0.5
25252026-06-15T03:34:19.328Z Compiling anstyle v1.0.14
25262026-06-15T03:34:19.643Z Compiling anstream v1.0.0
25272026-06-15T03:34:19.725Z Compiling secrecy v0.10.3
25282026-06-15T03:34:19.908Z Compiling strsim v0.11.1
25292026-06-15T03:34:20.108Z Compiling tinyvec_macros v0.1.1
25302026-06-15T03:34:20.166Z Compiling clap_lex v1.1.0
25312026-06-15T03:34:20.190Z Compiling tinyvec v1.11.0
25322026-06-15T03:34:20.263Z Compiling regress v0.11.1
25332026-06-15T03:34:20.539Z Compiling clap_builder v4.6.0
25342026-06-15T03:34:20.655Z Compiling num-integer v0.1.46
25352026-06-15T03:34:20.765Z Compiling scroll v0.12.0
25362026-06-15T03:34:21.075Z Compiling crucible-workspace-hack v0.1.0
25372026-06-15T03:34:21.158Z Compiling hmac v0.12.1
25382026-06-15T03:34:21.170Z Compiling inout v0.1.4
25392026-06-15T03:34:21.328Z Compiling ff v0.13.1
25402026-06-15T03:34:21.340Z Compiling hkdf v0.12.4
25412026-06-15T03:34:21.486Z Compiling group v0.13.0
25422026-06-15T03:34:21.514Z Compiling cipher v0.4.4
25432026-06-15T03:34:21.614Z Compiling goblin v0.8.2
25442026-06-15T03:34:21.776Z Compiling num-iter v0.1.45
25452026-06-15T03:34:21.840Z Compiling num-rational v0.4.2
25462026-06-15T03:34:21.909Z Compiling zerocopy v0.7.35
25472026-06-15T03:34:22.529Z Compiling clap v4.6.1
25482026-06-15T03:34:22.625Z Compiling typify-impl v0.6.2
25492026-06-15T03:34:22.985Z Compiling universal-hash v0.5.1
25502026-06-15T03:34:23.143Z Compiling crypto-bigint v0.5.5
25512026-06-15T03:34:25.127Z Compiling typify v0.6.2
25522026-06-15T03:34:25.147Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25532026-06-15T03:34:25.247Z Compiling half v2.7.1
25542026-06-15T03:34:25.610Z Compiling num-complex v0.4.6
25552026-06-15T03:34:26.064Z Compiling base16ct v0.2.0
25562026-06-15T03:34:26.285Z Compiling ciborium-io v0.2.2
25572026-06-15T03:34:26.396Z Compiling base64ct v1.8.3
25582026-06-15T03:34:26.474Z Compiling opaque-debug v0.3.1
25592026-06-15T03:34:26.559Z Compiling poly1305 v0.8.0
25602026-06-15T03:34:26.755Z Compiling password-hash v0.5.0
25612026-06-15T03:34:27.207Z Compiling ciborium-ll v0.2.2
25622026-06-15T03:34:27.282Z Compiling elliptic-curve v0.13.8
25632026-06-15T03:34:27.476Z Compiling curve25519-dalek v4.1.3
25642026-06-15T03:34:27.602Z Compiling num v0.4.3
25652026-06-15T03:34:27.688Z Compiling thiserror-no-std v2.0.2
25662026-06-15T03:34:27.750Z Compiling hubpack v0.1.2
25672026-06-15T03:34:27.791Z Compiling dof v0.3.0
25682026-06-15T03:34:28.006Z Compiling chacha20 v0.9.1
25692026-06-15T03:34:28.265Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25702026-06-15T03:34:30.181Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25712026-06-15T03:34:30.487Z Compiling blake2 v0.10.6
25722026-06-15T03:34:30.977Z Compiling aead v0.5.2
25732026-06-15T03:34:30.996Z Compiling byte-wrapper v0.1.0
25742026-06-15T03:34:31.196Z Compiling dtrace-parser v0.2.0
25752026-06-15T03:34:31.199Z Compiling crossbeam-epoch v0.9.18
25762026-06-15T03:34:31.671Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25772026-06-15T03:34:31.700Z Compiling thread-id v4.2.2
25782026-06-15T03:34:31.778Z Compiling keccak v0.1.6
25792026-06-15T03:34:31.794Z Compiling float-ord v0.3.2
25802026-06-15T03:34:31.912Z Compiling static_assertions v1.1.0
25812026-06-15T03:34:31.974Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-15T03:34:31.997Z Compiling sha3 v0.10.9
25832026-06-15T03:34:32.395Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25842026-06-15T03:34:32.509Z Compiling usdt-impl v0.5.0
25852026-06-15T03:34:33.227Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25862026-06-15T03:34:33.295Z Compiling chacha20poly1305 v0.10.1
25872026-06-15T03:34:33.453Z Compiling argon2 v0.5.3
25882026-06-15T03:34:33.743Z Compiling vsss-rs v3.3.4
25892026-06-15T03:34:34.505Z Compiling memoffset v0.9.1
25902026-06-15T03:34:34.607Z Compiling ciborium v0.2.2
25912026-06-15T03:34:35.281Z Compiling hash32 v0.3.1
25922026-06-15T03:34:35.463Z Compiling memmap v0.7.0
25932026-06-15T03:34:35.512Z Compiling indent_write v2.2.0
25942026-06-15T03:34:35.650Z Compiling data-encoding v2.11.0
25952026-06-15T03:34:35.713Z Compiling usdt v0.5.0
25962026-06-15T03:34:36.372Z Compiling heapless v0.8.0
25972026-06-15T03:34:36.861Z Compiling nix v0.31.3
25982026-06-15T03:34:36.886Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25992026-06-15T03:34:37.315Z Compiling ingot-types v0.1.2
26002026-06-15T03:34:37.769Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26012026-06-15T03:34:37.882Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-06-15T03:34:38.251Z Compiling rustix v0.38.44
26032026-06-15T03:34:38.298Z Compiling tabwriter v1.4.1
26042026-06-15T03:34:38.375Z Compiling cobs v0.3.0
26052026-06-15T03:34:38.664Z Compiling managed v0.8.0
26062026-06-15T03:34:38.679Z Compiling foreign-types-shared v0.3.1
26072026-06-15T03:34:38.785Z Compiling colored v3.1.1
26082026-06-15T03:34:38.934Z Compiling bytecount v0.6.9
26092026-06-15T03:34:39.134Z Compiling bitflags v1.3.2
26102026-06-15T03:34:39.225Z Compiling smoltcp v0.11.0
26112026-06-15T03:34:39.493Z Compiling foreign-types v0.5.0
26122026-06-15T03:34:39.509Z Compiling postcard v1.1.3
26132026-06-15T03:34:39.587Z Compiling num_enum v0.7.6
26142026-06-15T03:34:39.656Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-15T03:34:39.720Z Compiling ingot v0.1.1
26162026-06-15T03:34:39.898Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26172026-06-15T03:34:40.021Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26182026-06-15T03:34:40.306Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26192026-06-15T03:34:40.435Z Compiling chacha20 v0.10.0
26202026-06-15T03:34:40.744Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26212026-06-15T03:34:41.182Z Compiling serde_spanned v0.6.9
26222026-06-15T03:34:41.362Z Compiling toml_datetime v0.6.11
26232026-06-15T03:34:41.755Z Compiling cstr-argument v0.1.2
26242026-06-15T03:34:41.943Z Compiling linked-hash-map v0.5.6
26252026-06-15T03:34:41.968Z Compiling unicode-segmentation v1.13.3
26262026-06-15T03:34:42.174Z Compiling toml_write v0.1.2
26272026-06-15T03:34:42.360Z Compiling swrite v0.1.0
26282026-06-15T03:34:42.435Z Compiling winnow v0.7.15
26292026-06-15T03:34:42.474Z Compiling resolv-conf v0.7.6
26302026-06-15T03:34:42.487Z Compiling newline-converter v0.3.0
26312026-06-15T03:34:42.611Z Compiling lru-cache v0.1.2
26322026-06-15T03:34:42.628Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26332026-06-15T03:34:42.764Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26342026-06-15T03:34:43.055Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26352026-06-15T03:34:43.119Z Compiling rand v0.10.1
26362026-06-15T03:34:43.194Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26372026-06-15T03:34:43.433Z Compiling atomicwrites v0.4.4
26382026-06-15T03:34:43.737Z Compiling hickory-proto v0.24.4
26392026-06-15T03:34:43.962Z Compiling toml_edit v0.22.27
26402026-06-15T03:34:44.325Z Compiling crossbeam-deque v0.8.6
26412026-06-15T03:34:44.469Z Compiling progenitor-impl v0.13.0
26422026-06-15T03:34:44.572Z Compiling console v0.15.11
26432026-06-15T03:34:44.780Z Compiling progenitor-client v0.13.0
26442026-06-15T03:34:45.312Z Compiling itertools v0.12.1
26452026-06-15T03:34:45.930Z Compiling camino-tempfile v1.4.1
26462026-06-15T03:34:46.383Z Compiling serde-big-array v0.5.1
26472026-06-15T03:34:46.551Z Compiling siphasher v1.0.3
26482026-06-15T03:34:46.774Z Compiling lazy_static v1.5.0
26492026-06-15T03:34:46.787Z Compiling similar v2.7.0
26502026-06-15T03:34:46.891Z Compiling phf_shared v0.12.1
26512026-06-15T03:34:47.125Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26522026-06-15T03:34:47.318Z Compiling expectorate v1.2.0
26532026-06-15T03:34:47.534Z Compiling pin-project v1.1.13
26542026-06-15T03:34:47.650Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26552026-06-15T03:34:47.984Z Compiling progenitor v0.13.0
26562026-06-15T03:34:48.156Z Compiling hickory-resolver v0.24.4
26572026-06-15T03:34:49.522Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26582026-06-15T03:34:51.556Z Compiling toml v0.8.23
26592026-06-15T03:34:52.224Z Compiling rayon-core v1.13.0
26602026-06-15T03:34:53.364Z Compiling prettyplease v0.2.37
26612026-06-15T03:34:53.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26622026-06-15T03:34:53.951Z Compiling num_enum v0.5.11
26632026-06-15T03:34:54.091Z Compiling progenitor-impl v0.14.0
26642026-06-15T03:34:54.461Z Compiling unicode-normalization v0.1.25
26652026-06-15T03:34:55.058Z Compiling tokio-stream v0.1.18
26662026-06-15T03:34:55.638Z Compiling csv-core v0.1.13
26672026-06-15T03:34:56.050Z Compiling bstr v1.12.1
26682026-06-15T03:34:56.755Z Compiling unicode-width v0.1.14
26692026-06-15T03:34:57.075Z Compiling foreign-types-shared v0.1.1
26702026-06-15T03:34:57.110Z Compiling same-file v1.0.6
26712026-06-15T03:34:57.175Z Compiling foldhash v0.1.5
26722026-06-15T03:34:57.297Z Compiling highway v1.3.0
26732026-06-15T03:34:57.310Z Compiling konst_macro_rules v0.2.19
26742026-06-15T03:34:57.409Z Compiling hashbrown v0.15.5
26752026-06-15T03:34:57.518Z Compiling konst v0.2.20
26762026-06-15T03:34:57.909Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26772026-06-15T03:34:58.005Z Compiling walkdir v2.5.0
26782026-06-15T03:34:58.058Z Compiling foreign-types v0.3.2
26792026-06-15T03:34:58.142Z Compiling globset v0.4.18
26802026-06-15T03:34:58.805Z Compiling csv v1.4.0
26812026-06-15T03:34:59.810Z Compiling progenitor v0.14.0
26822026-06-15T03:34:59.875Z Compiling qorb v0.4.1
26832026-06-15T03:34:59.983Z Compiling snafu v0.8.9
26842026-06-15T03:35:00.597Z Compiling olpc-cjson v0.1.4
26852026-06-15T03:35:00.898Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26862026-06-15T03:35:01.395Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26872026-06-15T03:35:02.043Z Compiling rayon v1.12.0
26882026-06-15T03:35:03.218Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26892026-06-15T03:35:04.293Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26902026-06-15T03:35:04.949Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26912026-06-15T03:35:04.991Z Compiling phf v0.12.1
26922026-06-15T03:35:05.172Z Compiling openssl-sys v0.9.116
26932026-06-15T03:35:05.611Z Compiling tokio-dtrace v0.1.1
26942026-06-15T03:35:05.953Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-15T03:35:06.580Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26962026-06-15T03:35:06.837Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26972026-06-15T03:35:07.393Z Compiling libsw-core v0.3.2
26982026-06-15T03:35:07.582Z Compiling pem v3.0.6
26992026-06-15T03:35:08.297Z Compiling serde_plain v1.0.2
27002026-06-15T03:35:08.417Z Compiling sigpipe v0.1.3
27012026-06-15T03:35:08.525Z Compiling glob v0.3.3
27022026-06-15T03:35:08.599Z Compiling fixedbitset v0.4.2
27032026-06-15T03:35:08.979Z Compiling minimal-lexical v0.2.1
27042026-06-15T03:35:09.311Z Compiling jiff v0.2.28
27052026-06-15T03:35:09.430Z Compiling fixedbitset v0.5.7
27062026-06-15T03:35:09.519Z Compiling typed-path v0.9.3
27072026-06-15T03:35:09.652Z Compiling nom v7.1.3
27082026-06-15T03:35:09.958Z Compiling petgraph v0.8.3
27092026-06-15T03:35:10.525Z Compiling petgraph v0.6.5
27102026-06-15T03:35:11.362Z Compiling tough v0.22.0
27112026-06-15T03:35:12.405Z Compiling openssl v0.10.80
27122026-06-15T03:35:12.408Z Compiling libsw v3.5.0
27132026-06-15T03:35:12.532Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27142026-06-15T03:35:12.611Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27152026-06-15T03:35:13.062Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27162026-06-15T03:35:13.271Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27172026-06-15T03:35:13.510Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27182026-06-15T03:35:13.815Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27192026-06-15T03:35:14.772Z Compiling zone v0.3.1
27202026-06-15T03:35:15.047Z Compiling oxide-tokio-rt v0.1.6
27212026-06-15T03:35:15.696Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27222026-06-15T03:35:16.644Z Compiling chrono-tz v0.10.4
27232026-06-15T03:35:17.073Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-15T03:35:17.258Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27252026-06-15T03:35:17.939Z Compiling newtype_derive v0.1.6
27262026-06-15T03:35:18.031Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-06-15T03:35:18.088Z Compiling slog-dtrace v0.3.0
27282026-06-15T03:35:18.821Z Compiling const_format v0.2.36
27292026-06-15T03:35:19.339Z Compiling cancel-safe-futures v0.1.5
27302026-06-15T03:35:19.723Z Compiling owo-colors v4.3.0
27312026-06-15T03:35:19.956Z Compiling papergrid v0.11.0
27322026-06-15T03:35:20.413Z Compiling gethostname v0.5.0
27332026-06-15T03:35:20.557Z Compiling libscf-sys v1.2.0
27342026-06-15T03:35:20.646Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27352026-06-15T03:35:20.706Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-15T03:35:20.842Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27372026-06-15T03:35:21.375Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-15T03:35:21.469Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-06-15T03:35:21.502Z Compiling bcs v0.1.6
27402026-06-15T03:35:21.907Z Compiling smf v0.2.3
27412026-06-15T03:35:22.066Z Compiling linear-map v1.2.0
27422026-06-15T03:35:22.298Z Compiling whoami v1.6.1
27432026-06-15T03:35:22.657Z Compiling unicode-linebreak v0.1.5
27442026-06-15T03:35:22.804Z Compiling termtree v0.5.1
27452026-06-15T03:35:22.936Z Compiling smawk v0.3.2
27462026-06-15T03:35:22.978Z Compiling tagptr v0.2.0
27472026-06-15T03:35:23.120Z Compiling moka v0.12.15
27482026-06-15T03:35:23.149Z Compiling textwrap v0.16.2
27492026-06-15T03:35:23.161Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-15T03:35:24.347Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-06-15T03:35:24.452Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-06-15T03:35:24.793Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-15T03:35:24.937Z Compiling tabled v0.15.0
27542026-06-15T03:35:25.057Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-15T03:35:25.381Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-15T03:35:25.598Z Compiling steno v0.4.1
27572026-06-15T03:35:26.000Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-15T03:35:28.102Z Compiling cookie v0.18.1
27592026-06-15T03:35:29.473Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-15T03:35:32.219Z Compiling papergrid v0.18.0
27612026-06-15T03:35:33.692Z Compiling hickory-proto v0.25.2
27622026-06-15T03:35:33.746Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
27632026-06-15T03:35:34.124Z Compiling testing_table v0.3.0
27642026-06-15T03:35:34.555Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27652026-06-15T03:35:35.456Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27662026-06-15T03:35:35.729Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27672026-06-15T03:35:35.769Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
27682026-06-15T03:35:37.988Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-15T03:35:38.061Z Compiling hickory-resolver v0.25.2
27702026-06-15T03:35:38.728Z Compiling tabled v0.21.0
27712026-06-15T03:35:39.276Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27722026-06-15T03:35:40.020Z Compiling arc-swap v1.9.1
27732026-06-15T03:35:40.385Z Compiling slog-scope v4.4.1
27742026-06-15T03:35:40.853Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
27752026-06-15T03:35:41.015Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
27762026-06-15T03:35:42.924Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-15T03:35:44.221Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-15T03:35:45.666Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27792026-06-15T03:35:46.384Z Compiling crc8 v0.1.1
27802026-06-15T03:35:46.506Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
27812026-06-15T03:35:47.327Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27822026-06-15T03:35:47.528Z Compiling slog-stdlog v4.1.1
27832026-06-15T03:35:47.931Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27842026-06-15T03:35:48.051Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27852026-06-15T03:35:48.171Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27862026-06-15T03:35:48.566Z Compiling slog-envlogger v2.2.0
27872026-06-15T03:35:48.788Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27882026-06-15T03:35:48.981Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-06-15T03:35:52.129Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-15T03:35:55.437Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27912026-06-15T03:36:05.507Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27922026-06-15T03:36:09.861Z Finished `release` profile [optimized] target(s) in 2m 31s
27932026-06-15T03:36:09.976Z Running unittests src/lib.rs (target/release/deps/mg_tests-dd66e4b8a4da042a)
27942026-06-15T03:36:09.979Z
27952026-06-15T03:36:09.979Zrunning 1 test
27962026-06-15T03:36:10.130Zconfigure zone
27972026-06-15T03:36:10.147Zinstall zone
27982026-06-15T03:36:20.056Zboot zone
27992026-06-15T03:36:20.139Zstart zone s1
28002026-06-15T03:36:20.142Zconfigure zone
28012026-06-15T03:36:20.148Zinstall zone
28022026-06-15T03:36:21.983Zboot zone
28032026-06-15T03:36:22.080Zstart zone s2
28042026-06-15T03:36:22.080Zconfigure zone
28052026-06-15T03:36:22.090Zinstall zone
28062026-06-15T03:36:24.489Zboot zone
28072026-06-15T03:36:24.584Zstart zone s3
28082026-06-15T03:36:24.584Zconfigure zone
28092026-06-15T03:36:24.594Zinstall zone
28102026-06-15T03:36:27.325Zboot zone
28112026-06-15T03:36:27.430Zstart zone t1
28122026-06-15T03:36:27.430Zconfigure zone
28132026-06-15T03:36:27.441Zinstall zone
28142026-06-15T03:36:30.199Zboot zone
28152026-06-15T03:36:30.312Zwaiting for zones to come up
28162026-06-15T03:36:40.314Z[sidecar.quartet] svcs milestone/network
28172026-06-15T03:36:40.335ZSTATE STIME FMRI
28182026-06-15T03:36:40.335Zonline 3:36:20 svc:/milestone/network:default
28192026-06-15T03:36:40.335Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28202026-06-15T03:36:40.362Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28212026-06-15T03:36:40.388Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28222026-06-15T03:36:40.409Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28232026-06-15T03:36:40.413Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28242026-06-15T03:36:40.424Z
28252026-06-15T03:36:40.425Zrunning zone s1.quartet setup
28262026-06-15T03:36:40.425Z[s1.quartet] svcs milestone/network
28272026-06-15T03:36:40.441ZSTATE STIME FMRI
28282026-06-15T03:36:40.441Zonline 3:36:21 svc:/milestone/network:default
28292026-06-15T03:36:40.441Z[s1.quartet] dladm
28302026-06-15T03:36:40.454ZLINK CLASS MTU STATE BRIDGE OVER
28312026-06-15T03:36:40.455Zsl0 simnet 9000 up -- ?
28322026-06-15T03:36:40.455Zmgs1 vnic 9000 up -- ?
28332026-06-15T03:36:40.455Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28342026-06-15T03:36:40.915Z
28352026-06-15T03:36:40.915Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28362026-06-15T03:36:40.928Z
28372026-06-15T03:36:40.928Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28382026-06-15T03:36:40.940Z
28392026-06-15T03:36:40.940Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28402026-06-15T03:36:41.021Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28412026-06-15T03:36:41.094Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 22ba03ef-6328-41b2-aac5-f5a88e1acb96 --sled-uuid adfab298-56d8-4042-a35c-6b9f8ac5215f -a sl0/v6 &> /opt/ddmd.log &
28422026-06-15T03:36:41.108Z
28432026-06-15T03:36:41.108Zrunning zone s2.quartet setup
28442026-06-15T03:36:41.108Z[s2.quartet] svcs milestone/network
28452026-06-15T03:36:41.124ZSTATE STIME FMRI
28462026-06-15T03:36:41.125Zonline 3:36:24 svc:/milestone/network:default
28472026-06-15T03:36:41.125Z[s2.quartet] dladm
28482026-06-15T03:36:41.138ZLINK CLASS MTU STATE BRIDGE OVER
28492026-06-15T03:36:41.138Zsl1 simnet 9000 up -- ?
28502026-06-15T03:36:41.139Zmgs2 vnic 9000 up -- ?
28512026-06-15T03:36:41.139Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28522026-06-15T03:36:41.625Z
28532026-06-15T03:36:41.625Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28542026-06-15T03:36:41.640Z
28552026-06-15T03:36:41.640Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28562026-06-15T03:36:41.653Z
28572026-06-15T03:36:41.653Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28582026-06-15T03:36:41.686Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28592026-06-15T03:36:41.713Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 22e58e2a-a1fe-4888-90ce-4d41ffe78e64 --sled-uuid 888e87e7-4221-462d-873f-17ca4212e34d -a sl1/v6 &> /opt/ddmd.log &
28602026-06-15T03:36:41.725Z
28612026-06-15T03:36:41.725Zrunning zone s3.quartet setup
28622026-06-15T03:36:41.725Z[s3.quartet] svcs milestone/network
28632026-06-15T03:36:41.741ZSTATE STIME FMRI
28642026-06-15T03:36:41.741Zonline 3:36:27 svc:/milestone/network:default
28652026-06-15T03:36:41.741Z[s3.quartet] dladm
28662026-06-15T03:36:41.754ZLINK CLASS MTU STATE BRIDGE OVER
28672026-06-15T03:36:41.754Zsl2 simnet 9000 up -- ?
28682026-06-15T03:36:41.754Zmgs3 vnic 9000 up -- ?
28692026-06-15T03:36:41.754Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28702026-06-15T03:36:42.286Z
28712026-06-15T03:36:42.286Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28722026-06-15T03:36:42.302Z
28732026-06-15T03:36:42.302Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28742026-06-15T03:36:42.313Z
28752026-06-15T03:36:42.313Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28762026-06-15T03:36:42.347Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28772026-06-15T03:36:42.374Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0afb5702-3eda-4847-b0ec-bf62b495982a --sled-uuid 8b9bf621-9b1b-4813-a638-674bd2aa8a18 -a sl2/v6 &> /opt/ddmd.log &
28782026-06-15T03:36:42.385Z
28792026-06-15T03:36:42.385Zrunning zone t1.quartet setup
28802026-06-15T03:36:42.385Z[t1.quartet] svcs milestone/network
28812026-06-15T03:36:42.399ZSTATE STIME FMRI
28822026-06-15T03:36:42.399Zonline 3:36:30 svc:/milestone/network:default
28832026-06-15T03:36:42.399Z[t1.quartet] dladm
28842026-06-15T03:36:42.413ZLINK CLASS MTU STATE BRIDGE OVER
28852026-06-15T03:36:42.413Ztfportrear0_0 simnet 9000 up -- ?
28862026-06-15T03:36:42.413Ztfportrear1_0 simnet 9000 up -- ?
28872026-06-15T03:36:42.413Ztfportrear2_0 simnet 9000 up -- ?
28882026-06-15T03:36:42.413Zmgt1 vnic 9000 up -- ?
28892026-06-15T03:36:42.413Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28902026-06-15T03:36:42.898Z
28912026-06-15T03:36:42.899Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28922026-06-15T03:36:42.911Z
28932026-06-15T03:36:42.911Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28942026-06-15T03:36:42.924Z
28952026-06-15T03:36:42.924Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28962026-06-15T03:36:42.937Z
28972026-06-15T03:36:42.937Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28982026-06-15T03:36:42.948Z
28992026-06-15T03:36:42.948Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29002026-06-15T03:36:43.268Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29012026-06-15T03:36:43.271Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29022026-06-15T03:36:43.273Zwaiting 3s for copy of files to zone to complete ...
29032026-06-15T03:36:46.271Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29042026-06-15T03:36:46.404Z
29052026-06-15T03:36:46.404Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29062026-06-15T03:36:46.510Z
29072026-06-15T03:36:46.510Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29082026-06-15T03:36:46.545Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29092026-06-15T03:36:46.575Z[t1.quartet] svcadm disable dendrite
29102026-06-15T03:36:46.600Z
29112026-06-15T03:36:46.600Z[t1.quartet] svcadm disable tfport
29122026-06-15T03:36:46.622Z
29132026-06-15T03:36:46.622Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29142026-06-15T03:36:46.648Z
29152026-06-15T03:36:46.649Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29162026-06-15T03:36:46.674Z
29172026-06-15T03:36:46.674Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29182026-06-15T03:36:46.702Z
29192026-06-15T03:36:46.702Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29202026-06-15T03:36:46.724Z
29212026-06-15T03:36:46.724Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29222026-06-15T03:36:46.748Z
29232026-06-15T03:36:46.748Z[t1.quartet] svcadm refresh dendrite:default
29242026-06-15T03:36:46.770Z
29252026-06-15T03:36:46.770Z[t1.quartet] svcadm enable dendrite:default
29262026-06-15T03:36:46.791Z
29272026-06-15T03:36:46.791Zwait 10s for dendrite to come up ...
29282026-06-15T03:36:56.793Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29292026-06-15T03:36:56.821Z
29302026-06-15T03:36:56.821Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29312026-06-15T03:36:56.846Z
29322026-06-15T03:36:56.846Z[t1.quartet] svcadm refresh tfport:default
29332026-06-15T03:36:56.866Z
29342026-06-15T03:36:56.866Z[t1.quartet] svcadm enable tfport
29352026-06-15T03:36:56.888Z
29362026-06-15T03:36:56.891Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4b1ade62-1f8f-4d6c-9eb5-178e60b8e4bd --sled-uuid b0b17e5d-ff1f-402e-a329-e0a03cda86a6 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29372026-06-15T03:36:56.899Z
29382026-06-15T03:36:56.899Z[t1.quartet] ipadm
29392026-06-15T03:36:56.913ZADDROBJ TYPE STATE ADDR
29402026-06-15T03:36:56.913Zlo0/v4 static ok 127.0.0.1/8
29412026-06-15T03:36:56.913Zmgt1/v4 static ok 10.0.0.4/24
29422026-06-15T03:36:56.913Zlo0/v6 static ok ::1/128
29432026-06-15T03:36:56.914Zlo0/u6 static ok fd00:4::1/64
29442026-06-15T03:36:56.914Ztfportrear0_0/v6 addrconf ok fe80::835:2fff:fe79:3c7c%tfportrear0_0/10
29452026-06-15T03:36:56.914Ztfportrear1_0/v6 addrconf ok fe80::806d:d3ff:feac:79c1%tfportrear1_0/10
29462026-06-15T03:36:56.914Ztfportrear2_0/v6 addrconf ok fe80::88d5:ddff:fe93:ba21%tfportrear2_0/10
29472026-06-15T03:36:59.031Zinitial peering test passed
29482026-06-15T03:37:00.033Z[s3.quartet] ping fd00:1::1
29492026-06-15T03:37:00.048Zfd00:1::1 is alive
29502026-06-15T03:37:09.988Ztest ddm::test_quartet has been running for over 60 seconds
29512026-06-15T03:37:11.051Z[s3.quartet] ping fd00:1::1
29522026-06-15T03:37:11.065Zfd00:1::1 is alive
29532026-06-15T03:37:11.068Z[t1.quartet] pkill ddmd
29542026-06-15T03:37:11.077Z
29552026-06-15T03:37:11.077Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29562026-06-15T03:37:11.080Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29572026-06-15T03:37:12.964Z[s3.quartet] pkill ddmd
29582026-06-15T03:37:12.977Z
29592026-06-15T03:37:12.977Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29602026-06-15T03:37:14.790Z[s2.quartet] pkill ddmd
29612026-06-15T03:37:14.803Z
29622026-06-15T03:37:14.803Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29632026-06-15T03:37:16.967Z[s1.quartet] pkill ddmd
29642026-06-15T03:37:16.991Z
29652026-06-15T03:37:16.991Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29662026-06-15T03:37:18.878Z[sidecar.quartet] pkill softnpu
29672026-06-15T03:37:18.891Z
29682026-06-15T03:37:18.891Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29692026-06-15T03:37:21.878Ztest ddm::test_quartet ... ok
29702026-06-15T03:37:21.879Z
29712026-06-15T03:37:21.879Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.89s
29722026-06-15T03:37:21.879Z
29732026-06-15T03:37:21.979Z+ cleanup
29742026-06-15T03:37:21.982Z++ id -un
29752026-06-15T03:37:21.985Z++ id -gn
29762026-06-15T03:37:21.989Z+ pfexec chown -R build:build .
29772026-06-15T03:37:22.228Zprocess exited: duration 671076 ms, exit code 0
 
29782026-06-15T03:37:22.243Zfound 6 output files
29792026-06-15T03:37:22.243Zuploading: /work/s1.quartet.log (4704 bytes)
29802026-06-15T03:37:23.256Zuploaded: /work/s1.quartet.log
29812026-06-15T03:37:23.256Zuploading: /work/s2.quartet.log (3996 bytes)
29822026-06-15T03:37:24.271Zuploaded: /work/s2.quartet.log
29832026-06-15T03:37:24.271Zuploading: /work/s3.quartet.log (4112 bytes)
29842026-06-15T03:37:25.280Zuploaded: /work/s3.quartet.log
29852026-06-15T03:37:25.280Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29862026-06-15T03:37:26.291Zuploaded: /work/sidecar.quartet-softnpu.log
29872026-06-15T03:37:26.291Zuploading: /work/t1.quartet-dpd.log (204580 bytes)
29882026-06-15T03:37:27.304Zuploaded: /work/t1.quartet-dpd.log
29892026-06-15T03:37:27.304Zuploading: /work/t1.quartet.log (17404 bytes)
29902026-06-15T03:37:28.313Zuploaded: /work/t1.quartet.log