01KXFGS9D2Y9SY5DH0NACB7D73: 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: 01KXFGSQX7A3AQ1DXGCYPMA0VE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T05:16:05.689Zjob assigned to worker 01KXFGT96YQ36V9W85RZKQZRFQ [factory aws, i-018634a6131a83fe3] (queued for 58 s)
 
22026-07-14T05:16:12.869Zstarting task 0: "setup"
32026-07-14T05:16:12.874Z++ uname -s
42026-07-14T05:16:12.877Z+ kern=SunOS
52026-07-14T05:16:12.877Z+ build_user=build
62026-07-14T05:16:12.877Z+ build_uid=12345
72026-07-14T05:16:12.877Z+ work_dir=/work
82026-07-14T05:16:12.878Z+ input_dir=/input
92026-07-14T05:16:12.878Z+ [[ 0 == 12345 ]]
102026-07-14T05:16:12.878Z+ case "$kern" in
112026-07-14T05:16:12.878Z+ groupadd -g 12345 build
122026-07-14T05:16:12.878Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T05:16:14.882Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T05:16:14.965Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T05:16:14.968Z+ home_fs=zfs
162026-07-14T05:16:14.968Z+ [[ zfs == autofs ]]
172026-07-14T05:16:14.968Z+ mkdir -p /home/build
182026-07-14T05:16:14.968Z+ chown build:build /home/build /work
192026-07-14T05:16:16.968Z+ chmod 0700 /home/build /work
202026-07-14T05:16:16.972Zprocess exited: duration 4101 ms, exit code 0
 
212026-07-14T05:16:16.978Zstarting task 1: "rust-toolchain"
222026-07-14T05:16:16.982Z * rust toolchain channel = "stable"
232026-07-14T05:16:16.982Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-07-14T05:16:16.982Z * rust toolchain profile = "default"
252026-07-14T05:16:16.982Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T05:16:16.982Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T05:16:16.982Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T05:16:16.986Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T05:16:16.986Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T05:16:17.104Zinfo: downloading installer
312026-07-14T05:16:18.496Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T05:16:18.496Zwarn: /opt/ooce/bin
332026-07-14T05:16:18.496Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T05:16:18.496Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T05:16:18.496Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T05:16:18.496Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T05:16:18.496Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T05:16:18.496Zerror: cannot install while Rust is installed
392026-07-14T05:16:18.497Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T05:16:18.497Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T05:16:18.497Zwarn: /home/build/.rustup/settings.toml
422026-07-14T05:16:18.497Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T05:16:18.497Zwarn: instead of the one inferred from the default host triple.
442026-07-14T05:16:18.510Zinfo: profile set to default
452026-07-14T05:16:18.510Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T05:16:18.513Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T05:16:18.650Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T05:16:18.654Zinfo: downloading 6 components
492026-07-14T05:16:34.019Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T05:16:34.019Z
512026-07-14T05:16:34.049Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T05:16:34.049Z
532026-07-14T05:16:34.053Z
542026-07-14T05:16:34.053ZRust is installed now. Great!
552026-07-14T05:16:34.053Z
562026-07-14T05:16:34.053ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T05:16:34.054Zenvironment variable. This has not been done automatically.
582026-07-14T05:16:34.054Z
592026-07-14T05:16:34.054ZTo configure your current shell, you need to source
602026-07-14T05:16:34.054Zthe corresponding env file under $HOME/.cargo.
612026-07-14T05:16:34.054Z
622026-07-14T05:16:34.054ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T05:16:34.054Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T05:16:34.054Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T05:16:34.054Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T05:16:34.054Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T05:16:34.054Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T05:16:34.054Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T05:16:34.054Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T05:16:34.054Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T05:16:34.131Z+ rustup --version
722026-07-14T05:16:34.140Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T05:16:34.144Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T05:16:34.161Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T05:16:34.164Z+ cargo --version
762026-07-14T05:16:34.177Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T05:16:34.180Z+ rustc --version
782026-07-14T05:16:34.224Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T05:16:34.231Zprocess exited: duration 17218 ms, exit code 0
 
802026-07-14T05:16:34.239Zstarting task 2: "authentication"
812026-07-14T05:16:34.259Zprocess exited: duration 18 ms, exit code 0
 
822026-07-14T05:16:34.266Zstarting task 3: "clone repository"
832026-07-14T05:16:34.269Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T05:16:34.273Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T05:16:34.306ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T05:16:35.883Z+ cd /work/oxidecomputer/maghemite
872026-07-14T05:16:35.883Z+ git fetch origin 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
882026-07-14T05:16:36.168ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T05:16:36.168Z * branch 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 -> FETCH_HEAD
902026-07-14T05:16:36.173Z+ [[ -n renovate/socket2-0.x-lockfile ]]
912026-07-14T05:16:36.176Z++ git branch --show-current
922026-07-14T05:16:36.176Z+ current=main
932026-07-14T05:16:36.176Z+ [[ main != renovate/socket2-0.x-lockfile ]]
942026-07-14T05:16:36.176Z+ git branch -f renovate/socket2-0.x-lockfile 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
952026-07-14T05:16:36.180Z+ git checkout -f renovate/socket2-0.x-lockfile
962026-07-14T05:16:36.196ZSwitched to branch 'renovate/socket2-0.x-lockfile'
972026-07-14T05:16:36.199Z+ git reset --hard 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
982026-07-14T05:16:36.214ZHEAD is now at 2a6d1fd Update Rust crate socket2 to v0.6.5
992026-07-14T05:16:36.217Zprocess exited: duration 1948 ms, exit code 0
 
1002026-07-14T05:16:36.224Zstarting task 4: "build"
1012026-07-14T05:16:36.230Z++ dladm
1022026-07-14T05:16:36.233ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-14T05:16:36.233Zena0 phys 9216 up -- --
1042026-07-14T05:16:36.233Z++ ipadm
1052026-07-14T05:16:36.236ZADDROBJ TYPE STATE ADDR
1062026-07-14T05:16:36.236Zlo0/v4 static ok 127.0.0.1/8
1072026-07-14T05:16:36.236Zena0/dhcp dhcp ok 10.150.1.161/24
1082026-07-14T05:16:36.236Zlo0/v6 static ok ::1/128
1092026-07-14T05:16:36.236Z++ banner collect
1102026-07-14T05:16:36.240Z
1112026-07-14T05:16:36.240Z #### #### # # ###### #### #####
1122026-07-14T05:16:36.240Z # # # # # # # # # #
1132026-07-14T05:16:36.240Z # # # # # ##### # #
1142026-07-14T05:16:36.240Z # # # # # # # #
1152026-07-14T05:16:36.240Z # # # # # # # # # #
1162026-07-14T05:16:36.240Z #### #### ###### ###### ###### #### #
1172026-07-14T05:16:36.240Z
1182026-07-14T05:16:36.240Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-14T05:16:36.240Z++ repo=softnpu
1202026-07-14T05:16:36.240Z++ series=image
1212026-07-14T05:16:36.240Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-14T05:16:36.240Z++ name=softnpu
1232026-07-14T05:16:36.240Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-14T05:16:36.240Z++ mkdir -p download
1252026-07-14T05:16:36.240Z++ pushd download
1262026-07-14T05:16:36.240Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-14T05:16:36.240Z++ [[ ! -f softnpu ]]
1282026-07-14T05:16:36.240Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-14T05:16:36.244Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-14T05:16:36.244Z Dload Upload Total Spent Left Speed
1312026-07-14T05:16:37.608Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 100 15.63M 100 15.63M 0 0 11.46M 0 00:01 00:01 11.47M 100 15.63M 100 15.63M 0 0 11.46M 0 00:01 00:01 11.47M 100 15.63M 100 15.63M 0 0 11.46M 0 00:01 00:01 11.47M
1322026-07-14T05:16:37.614Z++ popd
1332026-07-14T05:16:37.614Z/work/oxidecomputer/maghemite
1342026-07-14T05:16:37.614Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-14T05:16:37.614Z++ repo=sidecar-lite
1362026-07-14T05:16:37.614Z++ series=release
1372026-07-14T05:16:37.614Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-14T05:16:37.614Z++ name=libsidecar_lite.so
1392026-07-14T05:16:37.614Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-14T05:16:37.615Z++ mkdir -p download
1412026-07-14T05:16:37.622Z++ pushd download
1422026-07-14T05:16:37.622Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-07-14T05:16:37.622Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-14T05:16:37.622Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-14T05:16:37.622Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-14T05:16:37.622Z Dload Upload Total Spent Left Speed
1472026-07-14T05:16:38.002Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 31.47M 0 0 100 12.04M 100 12.04M 0 0 31.47M 0 0 100 12.04M 100 12.04M 0 0 31.46M 0 0
1482026-07-14T05:16:38.006Z++ popd
1492026-07-14T05:16:38.006Z/work/oxidecomputer/maghemite
1502026-07-14T05:16:38.006Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-14T05:16:38.006Z++ repo=sidecar-lite
1522026-07-14T05:16:38.006Z++ series=release
1532026-07-14T05:16:38.006Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-14T05:16:38.006Z++ name=scadm
1552026-07-14T05:16:38.006Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-14T05:16:38.006Z++ mkdir -p download
1572026-07-14T05:16:38.009Z++ pushd download
1582026-07-14T05:16:38.009Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-07-14T05:16:38.009Z++ [[ ! -f scadm ]]
1602026-07-14T05:16:38.009Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-14T05:16:38.013Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-14T05:16:38.016Z Dload Upload Total Spent Left Speed
1632026-07-14T05:16:38.392Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 41.67M 0 0 100 15.78M 100 15.78M 0 0 41.66M 0 0 100 15.78M 100 15.78M 0 0 41.66M 0 0
1642026-07-14T05:16:38.395Z++ popd
1652026-07-14T05:16:38.398Z/work/oxidecomputer/maghemite
1662026-07-14T05:16:38.398Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-14T05:16:38.398Z++ repo=dendrite
1682026-07-14T05:16:38.398Z++ series=image
1692026-07-14T05:16:38.398Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-14T05:16:38.398Z++ name=dendrite-softnpu.tar.gz
1712026-07-14T05:16:38.399Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-14T05:16:38.399Z++ mkdir -p download
1732026-07-14T05:16:38.399Z++ pushd download
1742026-07-14T05:16:38.399Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-07-14T05:16:38.399Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-07-14T05:16:38.399Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-14T05:16:38.403Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-14T05:16:38.408Z Dload Upload Total Spent Left Speed
1792026-07-14T05:16:39.590Z 0 0 0 0 0 0 0 0 0 81 71.59M 81 58.28M 0 0 58.32M 0 00:01 00:01 58.33M 100 71.59M 100 71.59M 0 0 60.42M 0 00:01 00:01 58.33M 100 71.59M 100 71.59M 0 0 60.41M 0 00:01 00:01 58.33M 100 71.59M 100 71.59M 0 0 60.41M 0 00:01 00:01 58.33M
1802026-07-14T05:16:39.593Z++ popd
1812026-07-14T05:16:39.594Z/work/oxidecomputer/maghemite
1822026-07-14T05:16:39.594Z++ get_artifact maghemite release 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 ddm
1832026-07-14T05:16:39.594Z++ repo=maghemite
1842026-07-14T05:16:39.594Z++ series=release
1852026-07-14T05:16:39.594Z++ commit=2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
1862026-07-14T05:16:39.594Z++ name=ddm
1872026-07-14T05:16:39.594Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-14T05:16:39.594Z++ mkdir -p download
1892026-07-14T05:16:39.594Z++ pushd download
1902026-07-14T05:16:39.594Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-07-14T05:16:39.594Z++ [[ ! -f ddm ]]
1922026-07-14T05:16:39.594Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1/ddm
1932026-07-14T05:16:39.598Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-14T05:16:39.602Z Dload Upload Total Spent Left Speed
1952026-07-14T05:16:39.668Z 0 0 0 0 0 0 0 0 0
1962026-07-14T05:16:39.668Zcurl: (22) The requested URL returned error: 404
1972026-07-14T05:16:39.673Z++ popd
1982026-07-14T05:16:39.673Z/work/oxidecomputer/maghemite
1992026-07-14T05:16:39.673Z++ get_artifact maghemite release 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 ddmadm
2002026-07-14T05:16:39.673Z++ repo=maghemite
2012026-07-14T05:16:39.673Z++ series=release
2022026-07-14T05:16:39.673Z++ commit=2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
2032026-07-14T05:16:39.673Z++ name=ddmadm
2042026-07-14T05:16:39.673Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-14T05:16:39.673Z++ mkdir -p download
2062026-07-14T05:16:39.673Z++ pushd download
2072026-07-14T05:16:39.673Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-14T05:16:39.673Z++ [[ ! -f ddmadm ]]
2092026-07-14T05:16:39.673Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1/ddmadm
2102026-07-14T05:16:39.677Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-14T05:16:39.677Z Dload Upload Total Spent Left Speed
2122026-07-14T05:16:39.730Z 0 0 0 0 0 0 0 0 0
2132026-07-14T05:16:39.730Zcurl: (22) The requested URL returned error: 404
2142026-07-14T05:16:39.733Z++ popd
2152026-07-14T05:16:39.733Z/work/oxidecomputer/maghemite
2162026-07-14T05:16:39.733Z++ pushd download
2172026-07-14T05:16:39.733Z++ chmod +x softnpu
2182026-07-14T05:16:39.734Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-07-14T05:16:39.734Z++ chmod +x scadm
2202026-07-14T05:16:39.737Z++ chmod +x ddmadm
2212026-07-14T05:16:39.737Zchmod: WARNING: can't access ddmadm
2222026-07-14T05:16:39.737Z++ chmod +x ddmd
2232026-07-14T05:16:39.737Zchmod: WARNING: can't access ddmd
2242026-07-14T05:16:39.737Z++ mv ddmadm ddmadm-v2
2252026-07-14T05:16:39.740Zmv: cannot access ddmadm
2262026-07-14T05:16:39.740Z++ mv ddmd ddmd-v2
2272026-07-14T05:16:39.740Zmv: cannot access ddmd
2282026-07-14T05:16:39.740Z++ rm -rf zones/dendrite
2292026-07-14T05:16:39.740Z++ mkdir -p zones/dendrite
2302026-07-14T05:16:39.745Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-14T05:16:40.744Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-07-14T05:16:40.747Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-14T05:16:40.747Z++ popd
2342026-07-14T05:16:40.747Z/work/oxidecomputer/maghemite
2352026-07-14T05:16:40.747Z++ banner install
2362026-07-14T05:16:40.750Z
2372026-07-14T05:16:40.750Z # # # #### ##### ## # #
2382026-07-14T05:16:40.750Z # ## # # # # # # #
2392026-07-14T05:16:40.750Z # # # # #### # # # # #
2402026-07-14T05:16:40.750Z # # # # # # ###### # #
2412026-07-14T05:16:40.750Z # # ## # # # # # # #
2422026-07-14T05:16:40.751Z # # # #### # # # ###### ######
2432026-07-14T05:16:40.751Z
2442026-07-14T05:16:40.751Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-14T05:16:40.751Z++ set +o errexit
2462026-07-14T05:16:40.751Z++ pkg info clang-15
2472026-07-14T05:16:40.751Z++ grep -qi installed
2482026-07-14T05:16:41.983Zpkg: info: no packages matching the following patterns you specified are
2492026-07-14T05:16:41.983Zinstalled on the system. Try querying remotely instead:
2502026-07-14T05:16:41.983Z
2512026-07-14T05:16:41.983Z clang-15
2522026-07-14T05:16:42.023Z++ [[ 1 != 0 ]]
2532026-07-14T05:16:42.023Z++ set -o errexit
2542026-07-14T05:16:42.027Z++ pfexec pkg install clang-15
2552026-07-14T05:16:50.916Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-14T05:16:58.551Z Startup: Caching catalogs ... Done
2572026-07-14T05:17:05.752ZPlanning: Solver setup ... Done
2582026-07-14T05:17:05.805ZPlanning: Running solver ... Done
2592026-07-14T05:17:05.930ZPlanning: Finding local manifests ... Done
2602026-07-14T05:17:05.947ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-14T05:17:06.042ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-14T05:17:06.069ZPlanning: Package planning ... Done
2632026-07-14T05:17:06.094ZPlanning: Merging actions ... Done
2642026-07-14T05:17:06.201ZPlanning: Checking for conflicting actions ... Done
2652026-07-14T05:17:06.207ZPlanning: Consolidating action changes ... Done
2662026-07-14T05:17:06.980ZPlanning: Evaluating mediators ... Done
2672026-07-14T05:17:06.986ZPlanning: Planning completed in 8.26 seconds
2682026-07-14T05:17:06.997Z Packages to install: 2
2692026-07-14T05:17:06.997Z Mediators to change: 2
2702026-07-14T05:17:07.001Z Services to change: 1
2712026-07-14T05:17:07.001Z Create boot environment: No
2722026-07-14T05:17:07.001ZCreate backup boot environment: No
2732026-07-14T05:17:07.038Z
2742026-07-14T05:17:07.038ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-14T05:17:12.042ZDownload: 896/3076 items 50.4/211.3MB 23% complete (10.0M/s)
2762026-07-14T05:17:19.478ZDownload: 982/3076 items 82.2/211.3MB 38% complete (12.5M/s)
2772026-07-14T05:17:24.480ZDownload: 1340/3076 items 115.3/211.3MB 54% complete (3.4M/s)
2782026-07-14T05:17:29.867ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (4.1M/s)
2792026-07-14T05:17:34.874ZDownload: 2674/3076 items 119.8/211.3MB 56% complete (461k/s)
2802026-07-14T05:17:40.453ZDownload: 3020/3076 items 201.7/211.3MB 95% complete (8.4M/s)
2812026-07-14T05:17:55.039ZDownload: 3025/3076 items 201.7/211.3MB 95% complete
2822026-07-14T05:17:58.039ZDownload: Completed 211.31 MB in 50.99 seconds (4.1M/s)
2832026-07-14T05:17:58.156Z Actions: 1/3418 actions (Installing new actions)
2842026-07-14T05:18:01.300Z Actions: Completed 3418 actions in 3.14 seconds.
2852026-07-14T05:18:01.942Z Done
2862026-07-14T05:18:01.942Z Done
2872026-07-14T05:18:02.700Z Done
2882026-07-14T05:18:06.086Z Done
2892026-07-14T05:18:06.157Z Done
2902026-07-14T05:18:06.160Z Done
2912026-07-14T05:18:06.413Z Done
2922026-07-14T05:18:07.081Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-07-14T05:18:07.082Z++ set +o errexit
2942026-07-14T05:18:07.084Z++ pkg info pkg-config
2952026-07-14T05:18:07.084Z++ grep -qi installed
2962026-07-14T05:18:07.308Z++ [[ 0 != 0 ]]
2972026-07-14T05:18:07.308Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2982026-07-14T05:18:07.308Z++ set +o errexit
2992026-07-14T05:18:07.311Z++ pkg info brand/omicron1
3002026-07-14T05:18:07.311Z++ grep -qi installed
3012026-07-14T05:18:07.491Zpkg: info: no packages matching the following patterns you specified are
3022026-07-14T05:18:07.491Zinstalled on the system. Try querying remotely instead:
3032026-07-14T05:18:07.491Z
3042026-07-14T05:18:07.491Z brand/omicron1
3052026-07-14T05:18:07.525Z++ [[ 1 != 0 ]]
3062026-07-14T05:18:07.525Z++ set -o errexit
3072026-07-14T05:18:07.525Z++ pfexec pkg install brand/omicron1
3082026-07-14T05:18:07.930Z Startup: Refreshing catalog 'helios-dev' ... Done
3092026-07-14T05:18:15.140ZPlanning: Solver setup ... Done
3102026-07-14T05:18:15.181ZPlanning: Running solver ... Done
3112026-07-14T05:18:15.324ZPlanning: Finding local manifests ... Done
3122026-07-14T05:18:15.327ZPlanning: Fetching manifests: 0/2 0% complete
3132026-07-14T05:18:15.446ZPlanning: Fetching manifests: 2/2 100% complete
3142026-07-14T05:18:15.458ZPlanning: Package planning ... Done
3152026-07-14T05:18:15.461ZPlanning: Merging actions ... Done
3162026-07-14T05:18:15.606ZPlanning: Checking for conflicting actions ... Done
3172026-07-14T05:18:15.609ZPlanning: Consolidating action changes ... Done
3182026-07-14T05:18:15.766ZPlanning: Evaluating mediators ... Done
3192026-07-14T05:18:15.770ZPlanning: Planning completed in 7.83 seconds
3202026-07-14T05:18:15.774Z Packages to install: 2
3212026-07-14T05:18:15.777Z Create boot environment: No
3222026-07-14T05:18:15.777ZCreate backup boot environment: No
3232026-07-14T05:18:15.802Z
3242026-07-14T05:18:15.802ZDownload: 0/5 items 0.0/1.1MB 0% complete
3252026-07-14T05:18:15.850ZDownload: Completed 1.07 MB in 0.05 seconds (22.7M/s)
3262026-07-14T05:18:15.939Z Actions: 1/28 actions (Installing new actions)
3272026-07-14T05:18:15.947Z Actions: Completed 28 actions in 0.01 seconds.
3282026-07-14T05:18:16.438Z Done
3292026-07-14T05:18:16.438Z Done
3302026-07-14T05:18:17.073Z Done
3312026-07-14T05:18:19.956Z Done
3322026-07-14T05:18:20.036Z Done
3332026-07-14T05:18:20.039Z Done
3342026-07-14T05:18:20.182Z Done
3352026-07-14T05:18:20.323Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3362026-07-14T05:18:20.324Z++ set +o errexit
3372026-07-14T05:18:20.326Z++ pkg info brand/omicron1/tools
3382026-07-14T05:18:20.327Z++ grep -qi installed
3392026-07-14T05:18:20.507Zpkg: info: no packages matching the following patterns you specified are
3402026-07-14T05:18:20.507Zinstalled on the system. Try querying remotely instead:
3412026-07-14T05:18:20.507Z
3422026-07-14T05:18:20.507Z brand/omicron1/tools
3432026-07-14T05:18:20.540Z++ [[ 1 != 0 ]]
3442026-07-14T05:18:20.540Z++ set -o errexit
3452026-07-14T05:18:20.540Z++ pfexec pkg install brand/omicron1/tools
3462026-07-14T05:18:20.932Z Startup: Refreshing catalog 'helios-dev' ... Done
3472026-07-14T05:18:28.101ZPlanning: Solver setup ... Done
3482026-07-14T05:18:28.140ZPlanning: Running solver ... Done
3492026-07-14T05:18:28.281ZPlanning: Finding local manifests ... Done
3502026-07-14T05:18:28.284ZPlanning: Fetching manifests: 0/1 0% complete
3512026-07-14T05:18:28.396ZPlanning: Fetching manifests: 1/1 100% complete
3522026-07-14T05:18:28.408ZPlanning: Package planning ... Done
3532026-07-14T05:18:28.411ZPlanning: Merging actions ... Done
3542026-07-14T05:18:28.550ZPlanning: Checking for conflicting actions ... Done
3552026-07-14T05:18:28.554ZPlanning: Consolidating action changes ... Done
3562026-07-14T05:18:28.707ZPlanning: Evaluating mediators ... Done
3572026-07-14T05:18:28.710ZPlanning: Planning completed in 7.77 seconds
3582026-07-14T05:18:28.716Z Packages to install: 1
3592026-07-14T05:18:28.716Z Services to change: 1
3602026-07-14T05:18:28.719Z Create boot environment: No
3612026-07-14T05:18:28.719ZCreate backup boot environment: No
3622026-07-14T05:18:28.743Z
3632026-07-14T05:18:28.743ZDownload: 0/2 items 0.0/1.2MB 0% complete
3642026-07-14T05:18:28.770ZDownload: Completed 1.19 MB in 0.02 seconds (47.8M/s)
3652026-07-14T05:18:28.851Z Actions: 1/19 actions (Installing new actions)
3662026-07-14T05:18:28.865Z Actions: Completed 19 actions in 0.01 seconds.
3672026-07-14T05:18:29.369Z Done
3682026-07-14T05:18:29.369Z Done
3692026-07-14T05:18:30.004Z Done
3702026-07-14T05:18:32.905Z Done
3712026-07-14T05:18:32.975Z Done
3722026-07-14T05:18:32.978Z Done
3732026-07-14T05:18:33.140Z Done
3742026-07-14T05:18:33.281Z++ pfexec svcadm enable baseline
3752026-07-14T05:18:33.296Z++ retry=0
3762026-07-14T05:18:33.299Z+++ svcs -Hostate baseline
3772026-07-14T05:18:33.311Z++ [[ offline* != online ]]
3782026-07-14T05:18:33.311Z++ [[ 0 -gt 300 ]]
3792026-07-14T05:18:33.311Z++ sleep 1
3802026-07-14T05:18:34.314Z++ retry=1
3812026-07-14T05:18:34.317Z+++ svcs -Hostate baseline
3822026-07-14T05:18:34.327Z++ [[ offline* != online ]]
3832026-07-14T05:18:34.327Z++ [[ 1 -gt 300 ]]
3842026-07-14T05:18:34.327Z++ sleep 1
3852026-07-14T05:18:35.331Z++ retry=2
3862026-07-14T05:18:35.334Z+++ svcs -Hostate baseline
3872026-07-14T05:18:35.344Z++ [[ offline* != online ]]
3882026-07-14T05:18:35.344Z++ [[ 2 -gt 300 ]]
3892026-07-14T05:18:35.344Z++ sleep 1
3902026-07-14T05:18:36.344Z++ retry=3
3912026-07-14T05:18:36.347Z+++ svcs -Hostate baseline
3922026-07-14T05:18:36.358Z++ [[ offline* != online ]]
3932026-07-14T05:18:36.358Z++ [[ 3 -gt 300 ]]
3942026-07-14T05:18:36.358Z++ sleep 1
3952026-07-14T05:18:37.360Z++ retry=4
3962026-07-14T05:18:37.364Z+++ svcs -Hostate baseline
3972026-07-14T05:18:37.399Z++ [[ offline* != online ]]
3982026-07-14T05:18:37.402Z++ [[ 4 -gt 300 ]]
3992026-07-14T05:18:37.402Z++ sleep 1
4002026-07-14T05:18:38.403Z++ retry=5
4012026-07-14T05:18:38.407Z+++ svcs -Hostate baseline
4022026-07-14T05:18:38.425Z++ [[ offline* != online ]]
4032026-07-14T05:18:38.429Z++ [[ 5 -gt 300 ]]
4042026-07-14T05:18:38.429Z++ sleep 1
4052026-07-14T05:18:39.434Z++ retry=6
4062026-07-14T05:18:39.443Z+++ svcs -Hostate baseline
4072026-07-14T05:18:39.455Z++ [[ offline* != online ]]
4082026-07-14T05:18:39.456Z++ [[ 6 -gt 300 ]]
4092026-07-14T05:18:39.456Z++ sleep 1
4102026-07-14T05:18:40.461Z++ retry=7
4112026-07-14T05:18:40.535Z+++ svcs -Hostate baseline
4122026-07-14T05:18:40.535Z++ [[ offline* != online ]]
4132026-07-14T05:18:40.535Z++ [[ 7 -gt 300 ]]
4142026-07-14T05:18:40.536Z++ sleep 1
4152026-07-14T05:18:41.462Z++ retry=8
4162026-07-14T05:18:41.465Z+++ svcs -Hostate baseline
4172026-07-14T05:18:41.477Z++ [[ offline* != online ]]
4182026-07-14T05:18:41.477Z++ [[ 8 -gt 300 ]]
4192026-07-14T05:18:41.480Z++ sleep 1
4202026-07-14T05:18:42.479Z++ retry=9
4212026-07-14T05:18:42.482Z+++ svcs -Hostate baseline
4222026-07-14T05:18:42.494Z++ [[ offline* != online ]]
4232026-07-14T05:18:42.494Z++ [[ 9 -gt 300 ]]
4242026-07-14T05:18:42.494Z++ sleep 1
4252026-07-14T05:18:43.497Z++ retry=10
4262026-07-14T05:18:43.500Z+++ svcs -Hostate baseline
4272026-07-14T05:18:43.511Z++ [[ offline* != online ]]
4282026-07-14T05:18:43.511Z++ [[ 10 -gt 300 ]]
4292026-07-14T05:18:43.511Z++ sleep 1
4302026-07-14T05:18:44.526Z++ retry=11
4312026-07-14T05:18:44.541Z+++ svcs -Hostate baseline
4322026-07-14T05:18:44.541Z++ [[ offline* != online ]]
4332026-07-14T05:18:44.541Z++ [[ 11 -gt 300 ]]
4342026-07-14T05:18:44.541Z++ sleep 1
4352026-07-14T05:18:45.531Z++ retry=12
4362026-07-14T05:18:45.535Z+++ svcs -Hostate baseline
4372026-07-14T05:18:45.548Z++ [[ offline* != online ]]
4382026-07-14T05:18:45.548Z++ [[ 12 -gt 300 ]]
4392026-07-14T05:18:45.548Z++ sleep 1
4402026-07-14T05:18:46.547Z++ retry=13
4412026-07-14T05:18:46.550Z+++ svcs -Hostate baseline
4422026-07-14T05:18:46.561Z++ [[ offline* != online ]]
4432026-07-14T05:18:46.561Z++ [[ 13 -gt 300 ]]
4442026-07-14T05:18:46.561Z++ sleep 1
4452026-07-14T05:18:47.563Z++ retry=14
4462026-07-14T05:18:47.566Z+++ svcs -Hostate baseline
4472026-07-14T05:18:47.577Z++ [[ offline* != online ]]
4482026-07-14T05:18:47.577Z++ [[ 14 -gt 300 ]]
4492026-07-14T05:18:47.577Z++ sleep 1
4502026-07-14T05:18:48.579Z++ retry=15
4512026-07-14T05:18:48.582Z+++ svcs -Hostate baseline
4522026-07-14T05:18:48.594Z++ [[ offline* != online ]]
4532026-07-14T05:18:48.594Z++ [[ 15 -gt 300 ]]
4542026-07-14T05:18:48.594Z++ sleep 1
4552026-07-14T05:18:49.596Z++ retry=16
4562026-07-14T05:18:49.600Z+++ svcs -Hostate baseline
4572026-07-14T05:18:49.610Z++ [[ offline* != online ]]
4582026-07-14T05:18:49.610Z++ [[ 16 -gt 300 ]]
4592026-07-14T05:18:49.610Z++ sleep 1
4602026-07-14T05:18:50.612Z++ retry=17
4612026-07-14T05:18:50.616Z+++ svcs -Hostate baseline
4622026-07-14T05:18:50.627Z++ [[ offline* != online ]]
4632026-07-14T05:18:50.627Z++ [[ 17 -gt 300 ]]
4642026-07-14T05:18:50.627Z++ sleep 1
4652026-07-14T05:18:51.629Z++ retry=18
4662026-07-14T05:18:51.632Z+++ svcs -Hostate baseline
4672026-07-14T05:18:51.644Z++ [[ offline* != online ]]
4682026-07-14T05:18:51.644Z++ [[ 18 -gt 300 ]]
4692026-07-14T05:18:51.644Z++ sleep 1
4702026-07-14T05:18:52.647Z++ retry=19
4712026-07-14T05:18:52.650Z+++ svcs -Hostate baseline
4722026-07-14T05:18:52.662Z++ [[ offline* != online ]]
4732026-07-14T05:18:52.662Z++ [[ 19 -gt 300 ]]
4742026-07-14T05:18:52.662Z++ sleep 1
4752026-07-14T05:18:53.668Z++ retry=20
4762026-07-14T05:18:53.673Z+++ svcs -Hostate baseline
4772026-07-14T05:18:53.679Z++ [[ offline* != online ]]
4782026-07-14T05:18:53.679Z++ [[ 20 -gt 300 ]]
4792026-07-14T05:18:53.683Z++ sleep 1
4802026-07-14T05:18:54.680Z++ retry=21
4812026-07-14T05:18:54.685Z+++ svcs -Hostate baseline
4822026-07-14T05:18:54.694Z++ [[ offline* != online ]]
4832026-07-14T05:18:54.694Z++ [[ 21 -gt 300 ]]
4842026-07-14T05:18:54.694Z++ sleep 1
4852026-07-14T05:18:55.696Z++ retry=22
4862026-07-14T05:18:55.699Z+++ svcs -Hostate baseline
4872026-07-14T05:18:55.712Z++ [[ offline* != online ]]
4882026-07-14T05:18:55.712Z++ [[ 22 -gt 300 ]]
4892026-07-14T05:18:55.712Z++ sleep 1
4902026-07-14T05:18:56.712Z++ retry=23
4912026-07-14T05:18:56.715Z+++ svcs -Hostate baseline
4922026-07-14T05:18:56.729Z++ [[ offline* != online ]]
4932026-07-14T05:18:56.729Z++ [[ 23 -gt 300 ]]
4942026-07-14T05:18:56.729Z++ sleep 1
4952026-07-14T05:18:57.730Z++ retry=24
4962026-07-14T05:18:57.735Z+++ svcs -Hostate baseline
4972026-07-14T05:18:57.743Z++ [[ offline* != online ]]
4982026-07-14T05:18:57.743Z++ [[ 24 -gt 300 ]]
4992026-07-14T05:18:57.743Z++ sleep 1
5002026-07-14T05:18:58.750Z++ retry=25
5012026-07-14T05:18:58.753Z+++ svcs -Hostate baseline
5022026-07-14T05:18:58.764Z++ [[ offline* != online ]]
5032026-07-14T05:18:58.764Z++ [[ 25 -gt 300 ]]
5042026-07-14T05:18:58.764Z++ sleep 1
5052026-07-14T05:18:59.762Z++ retry=26
5062026-07-14T05:18:59.765Z+++ svcs -Hostate baseline
5072026-07-14T05:18:59.776Z++ [[ offline* != online ]]
5082026-07-14T05:18:59.776Z++ [[ 26 -gt 300 ]]
5092026-07-14T05:18:59.776Z++ sleep 1
5102026-07-14T05:19:00.779Z++ retry=27
5112026-07-14T05:19:00.782Z+++ svcs -Hostate baseline
5122026-07-14T05:19:00.793Z++ [[ offline* != online ]]
5132026-07-14T05:19:00.793Z++ [[ 27 -gt 300 ]]
5142026-07-14T05:19:00.796Z++ sleep 1
5152026-07-14T05:19:01.795Z++ retry=28
5162026-07-14T05:19:01.799Z+++ svcs -Hostate baseline
5172026-07-14T05:19:01.810Z++ [[ offline* != online ]]
5182026-07-14T05:19:01.810Z++ [[ 28 -gt 300 ]]
5192026-07-14T05:19:01.814Z++ sleep 1
5202026-07-14T05:19:02.812Z++ retry=29
5212026-07-14T05:19:02.814Z+++ svcs -Hostate baseline
5222026-07-14T05:19:02.827Z++ [[ offline* != online ]]
5232026-07-14T05:19:02.827Z++ [[ 29 -gt 300 ]]
5242026-07-14T05:19:02.832Z++ sleep 1
5252026-07-14T05:19:03.828Z++ retry=30
5262026-07-14T05:19:03.831Z+++ svcs -Hostate baseline
5272026-07-14T05:19:03.844Z++ [[ offline* != online ]]
5282026-07-14T05:19:03.844Z++ [[ 30 -gt 300 ]]
5292026-07-14T05:19:03.844Z++ sleep 1
5302026-07-14T05:19:04.845Z++ retry=31
5312026-07-14T05:19:04.848Z+++ svcs -Hostate baseline
5322026-07-14T05:19:04.859Z++ [[ offline* != online ]]
5332026-07-14T05:19:04.859Z++ [[ 31 -gt 300 ]]
5342026-07-14T05:19:04.859Z++ sleep 1
5352026-07-14T05:19:05.862Z++ retry=32
5362026-07-14T05:19:05.865Z+++ svcs -Hostate baseline
5372026-07-14T05:19:05.876Z++ [[ offline* != online ]]
5382026-07-14T05:19:05.876Z++ [[ 32 -gt 300 ]]
5392026-07-14T05:19:05.876Z++ sleep 1
5402026-07-14T05:19:06.878Z++ retry=33
5412026-07-14T05:19:06.881Z+++ svcs -Hostate baseline
5422026-07-14T05:19:06.892Z++ [[ offline* != online ]]
5432026-07-14T05:19:06.892Z++ [[ 33 -gt 300 ]]
5442026-07-14T05:19:06.892Z++ sleep 1
5452026-07-14T05:19:07.894Z++ retry=34
5462026-07-14T05:19:07.897Z+++ svcs -Hostate baseline
5472026-07-14T05:19:07.909Z++ [[ offline* != online ]]
5482026-07-14T05:19:07.909Z++ [[ 34 -gt 300 ]]
5492026-07-14T05:19:07.912Z++ sleep 1
5502026-07-14T05:19:08.911Z++ retry=35
5512026-07-14T05:19:08.947Z+++ svcs -Hostate baseline
5522026-07-14T05:19:08.951Z++ [[ offline* != online ]]
5532026-07-14T05:19:08.951Z++ [[ 35 -gt 300 ]]
5542026-07-14T05:19:08.951Z++ sleep 1
5552026-07-14T05:19:09.927Z++ retry=36
5562026-07-14T05:19:09.931Z+++ svcs -Hostate baseline
5572026-07-14T05:19:09.942Z++ [[ offline* != online ]]
5582026-07-14T05:19:09.942Z++ [[ 36 -gt 300 ]]
5592026-07-14T05:19:09.945Z++ sleep 1
5602026-07-14T05:19:10.947Z++ retry=37
5612026-07-14T05:19:10.950Z+++ svcs -Hostate baseline
5622026-07-14T05:19:10.958Z++ [[ offline* != online ]]
5632026-07-14T05:19:10.958Z++ [[ 37 -gt 300 ]]
5642026-07-14T05:19:10.958Z++ sleep 1
5652026-07-14T05:19:11.962Z++ retry=38
5662026-07-14T05:19:11.967Z+++ svcs -Hostate baseline
5672026-07-14T05:19:11.975Z++ [[ offline* != online ]]
5682026-07-14T05:19:11.975Z++ [[ 38 -gt 300 ]]
5692026-07-14T05:19:11.975Z++ sleep 1
5702026-07-14T05:19:12.978Z++ retry=39
5712026-07-14T05:19:12.981Z+++ svcs -Hostate baseline
5722026-07-14T05:19:12.992Z++ [[ offline* != online ]]
5732026-07-14T05:19:12.992Z++ [[ 39 -gt 300 ]]
5742026-07-14T05:19:12.993Z++ sleep 1
5752026-07-14T05:19:13.993Z++ retry=40
5762026-07-14T05:19:13.997Z+++ svcs -Hostate baseline
5772026-07-14T05:19:14.009Z++ [[ offline* != online ]]
5782026-07-14T05:19:14.009Z++ [[ 40 -gt 300 ]]
5792026-07-14T05:19:14.009Z++ sleep 1
5802026-07-14T05:19:15.010Z++ retry=41
5812026-07-14T05:19:15.014Z+++ svcs -Hostate baseline
5822026-07-14T05:19:15.025Z++ [[ offline* != online ]]
5832026-07-14T05:19:15.025Z++ [[ 41 -gt 300 ]]
5842026-07-14T05:19:15.025Z++ sleep 1
5852026-07-14T05:19:16.069Z++ retry=42
5862026-07-14T05:19:16.087Z+++ svcs -Hostate baseline
5872026-07-14T05:19:16.087Z++ [[ offline* != online ]]
5882026-07-14T05:19:16.087Z++ [[ 42 -gt 300 ]]
5892026-07-14T05:19:16.087Z++ sleep 1
5902026-07-14T05:19:17.045Z++ retry=43
5912026-07-14T05:19:17.048Z+++ svcs -Hostate baseline
5922026-07-14T05:19:17.058Z++ [[ offline* != online ]]
5932026-07-14T05:19:17.063Z++ [[ 43 -gt 300 ]]
5942026-07-14T05:19:17.063Z++ sleep 1
5952026-07-14T05:19:18.064Z++ retry=44
5962026-07-14T05:19:18.067Z+++ svcs -Hostate baseline
5972026-07-14T05:19:18.075Z++ [[ offline* != online ]]
5982026-07-14T05:19:18.075Z++ [[ 44 -gt 300 ]]
5992026-07-14T05:19:18.075Z++ sleep 1
6002026-07-14T05:19:19.076Z++ retry=45
6012026-07-14T05:19:19.080Z+++ svcs -Hostate baseline
6022026-07-14T05:19:19.091Z++ [[ offline* != online ]]
6032026-07-14T05:19:19.091Z++ [[ 45 -gt 300 ]]
6042026-07-14T05:19:19.091Z++ sleep 1
6052026-07-14T05:19:20.096Z++ retry=46
6062026-07-14T05:19:20.099Z+++ svcs -Hostate baseline
6072026-07-14T05:19:20.107Z++ [[ offline* != online ]]
6082026-07-14T05:19:20.107Z++ [[ 46 -gt 300 ]]
6092026-07-14T05:19:20.107Z++ sleep 1
6102026-07-14T05:19:21.109Z++ retry=47
6112026-07-14T05:19:21.113Z+++ svcs -Hostate baseline
6122026-07-14T05:19:21.124Z++ [[ offline* != online ]]
6132026-07-14T05:19:21.124Z++ [[ 47 -gt 300 ]]
6142026-07-14T05:19:21.124Z++ sleep 1
6152026-07-14T05:19:22.126Z++ retry=48
6162026-07-14T05:19:22.129Z+++ svcs -Hostate baseline
6172026-07-14T05:19:22.140Z++ [[ offline* != online ]]
6182026-07-14T05:19:22.140Z++ [[ 48 -gt 300 ]]
6192026-07-14T05:19:22.140Z++ sleep 1
6202026-07-14T05:19:23.142Z++ retry=49
6212026-07-14T05:19:23.146Z+++ svcs -Hostate baseline
6222026-07-14T05:19:23.157Z++ [[ offline* != online ]]
6232026-07-14T05:19:23.157Z++ [[ 49 -gt 300 ]]
6242026-07-14T05:19:23.160Z++ sleep 1
6252026-07-14T05:19:24.160Z++ retry=50
6262026-07-14T05:19:24.163Z+++ svcs -Hostate baseline
6272026-07-14T05:19:24.174Z++ [[ offline* != online ]]
6282026-07-14T05:19:24.174Z++ [[ 50 -gt 300 ]]
6292026-07-14T05:19:24.174Z++ sleep 1
6302026-07-14T05:19:25.176Z++ retry=51
6312026-07-14T05:19:25.179Z+++ svcs -Hostate baseline
6322026-07-14T05:19:25.190Z++ [[ offline* != online ]]
6332026-07-14T05:19:25.190Z++ [[ 51 -gt 300 ]]
6342026-07-14T05:19:25.190Z++ sleep 1
6352026-07-14T05:19:26.192Z++ retry=52
6362026-07-14T05:19:26.195Z+++ svcs -Hostate baseline
6372026-07-14T05:19:26.207Z++ [[ offline* != online ]]
6382026-07-14T05:19:26.207Z++ [[ 52 -gt 300 ]]
6392026-07-14T05:19:26.207Z++ sleep 1
6402026-07-14T05:19:27.209Z++ retry=53
6412026-07-14T05:19:27.212Z+++ svcs -Hostate baseline
6422026-07-14T05:19:27.223Z++ [[ offline* != online ]]
6432026-07-14T05:19:27.223Z++ [[ 53 -gt 300 ]]
6442026-07-14T05:19:27.223Z++ sleep 1
6452026-07-14T05:19:28.225Z++ retry=54
6462026-07-14T05:19:28.228Z+++ svcs -Hostate baseline
6472026-07-14T05:19:28.240Z++ [[ offline* != online ]]
6482026-07-14T05:19:28.240Z++ [[ 54 -gt 300 ]]
6492026-07-14T05:19:28.244Z++ sleep 1
6502026-07-14T05:19:29.242Z++ retry=55
6512026-07-14T05:19:29.245Z+++ svcs -Hostate baseline
6522026-07-14T05:19:29.258Z++ [[ offline* != online ]]
6532026-07-14T05:19:29.258Z++ [[ 55 -gt 300 ]]
6542026-07-14T05:19:29.258Z++ sleep 1
6552026-07-14T05:19:30.261Z++ retry=56
6562026-07-14T05:19:30.265Z+++ svcs -Hostate baseline
6572026-07-14T05:19:30.273Z++ [[ offline* != online ]]
6582026-07-14T05:19:30.273Z++ [[ 56 -gt 300 ]]
6592026-07-14T05:19:30.276Z++ sleep 1
6602026-07-14T05:19:31.275Z++ retry=57
6612026-07-14T05:19:31.279Z+++ svcs -Hostate baseline
6622026-07-14T05:19:31.290Z++ [[ offline* != online ]]
6632026-07-14T05:19:31.290Z++ [[ 57 -gt 300 ]]
6642026-07-14T05:19:31.290Z++ sleep 1
6652026-07-14T05:19:32.293Z++ retry=58
6662026-07-14T05:19:32.297Z+++ svcs -Hostate baseline
6672026-07-14T05:19:32.308Z++ [[ offline* != online ]]
6682026-07-14T05:19:32.308Z++ [[ 58 -gt 300 ]]
6692026-07-14T05:19:32.312Z++ sleep 1
6702026-07-14T05:19:33.321Z++ retry=59
6712026-07-14T05:19:33.330Z+++ svcs -Hostate baseline
6722026-07-14T05:19:33.330Z++ [[ offline* != online ]]
6732026-07-14T05:19:33.331Z++ [[ 59 -gt 300 ]]
6742026-07-14T05:19:33.331Z++ sleep 1
6752026-07-14T05:19:34.325Z++ retry=60
6762026-07-14T05:19:34.329Z+++ svcs -Hostate baseline
6772026-07-14T05:19:34.341Z++ [[ offline* != online ]]
6782026-07-14T05:19:34.341Z++ [[ 60 -gt 300 ]]
6792026-07-14T05:19:34.341Z++ sleep 1
6802026-07-14T05:19:35.344Z++ retry=61
6812026-07-14T05:19:35.347Z+++ svcs -Hostate baseline
6822026-07-14T05:19:35.358Z++ [[ offline* != online ]]
6832026-07-14T05:19:35.358Z++ [[ 61 -gt 300 ]]
6842026-07-14T05:19:35.358Z++ sleep 1
6852026-07-14T05:19:36.365Z++ retry=62
6862026-07-14T05:19:36.387Z+++ svcs -Hostate baseline
6872026-07-14T05:19:36.395Z++ [[ offline* != online ]]
6882026-07-14T05:19:36.395Z++ [[ 62 -gt 300 ]]
6892026-07-14T05:19:36.395Z++ sleep 1
6902026-07-14T05:19:37.375Z++ retry=63
6912026-07-14T05:19:37.378Z+++ svcs -Hostate baseline
6922026-07-14T05:19:37.390Z++ [[ offline* != online ]]
6932026-07-14T05:19:37.390Z++ [[ 63 -gt 300 ]]
6942026-07-14T05:19:37.390Z++ sleep 1
6952026-07-14T05:19:38.392Z++ retry=64
6962026-07-14T05:19:38.395Z+++ svcs -Hostate baseline
6972026-07-14T05:19:38.406Z++ [[ offline* != online ]]
6982026-07-14T05:19:38.406Z++ [[ 64 -gt 300 ]]
6992026-07-14T05:19:38.406Z++ sleep 1
7002026-07-14T05:19:39.408Z++ retry=65
7012026-07-14T05:19:39.413Z+++ svcs -Hostate baseline
7022026-07-14T05:19:39.424Z++ [[ offline* != online ]]
7032026-07-14T05:19:39.424Z++ [[ 65 -gt 300 ]]
7042026-07-14T05:19:39.424Z++ sleep 1
7052026-07-14T05:19:40.425Z++ retry=66
7062026-07-14T05:19:40.428Z+++ svcs -Hostate baseline
7072026-07-14T05:19:40.439Z++ [[ offline* != online ]]
7082026-07-14T05:19:40.440Z++ [[ 66 -gt 300 ]]
7092026-07-14T05:19:40.440Z++ sleep 1
7102026-07-14T05:19:41.442Z++ retry=67
7112026-07-14T05:19:41.446Z+++ svcs -Hostate baseline
7122026-07-14T05:19:41.457Z++ [[ offline* != online ]]
7132026-07-14T05:19:41.457Z++ [[ 67 -gt 300 ]]
7142026-07-14T05:19:41.457Z++ sleep 1
7152026-07-14T05:19:42.459Z++ retry=68
7162026-07-14T05:19:42.462Z+++ svcs -Hostate baseline
7172026-07-14T05:19:42.474Z++ [[ offline* != online ]]
7182026-07-14T05:19:42.474Z++ [[ 68 -gt 300 ]]
7192026-07-14T05:19:42.474Z++ sleep 1
7202026-07-14T05:19:43.477Z++ retry=69
7212026-07-14T05:19:43.480Z+++ svcs -Hostate baseline
7222026-07-14T05:19:43.491Z++ [[ offline* != online ]]
7232026-07-14T05:19:43.491Z++ [[ 69 -gt 300 ]]
7242026-07-14T05:19:43.491Z++ sleep 1
7252026-07-14T05:19:44.493Z++ retry=70
7262026-07-14T05:19:44.496Z+++ svcs -Hostate baseline
7272026-07-14T05:19:44.507Z++ [[ offline* != online ]]
7282026-07-14T05:19:44.508Z++ [[ 70 -gt 300 ]]
7292026-07-14T05:19:44.508Z++ sleep 1
7302026-07-14T05:19:45.510Z++ retry=71
7312026-07-14T05:19:45.513Z+++ svcs -Hostate baseline
7322026-07-14T05:19:45.525Z++ [[ offline* != online ]]
7332026-07-14T05:19:45.525Z++ [[ 71 -gt 300 ]]
7342026-07-14T05:19:45.525Z++ sleep 1
7352026-07-14T05:19:46.527Z++ retry=72
7362026-07-14T05:19:46.532Z+++ svcs -Hostate baseline
7372026-07-14T05:19:46.541Z++ [[ offline* != online ]]
7382026-07-14T05:19:46.541Z++ [[ 72 -gt 300 ]]
7392026-07-14T05:19:46.541Z++ sleep 1
7402026-07-14T05:19:47.544Z++ retry=73
7412026-07-14T05:19:47.548Z+++ svcs -Hostate baseline
7422026-07-14T05:19:47.560Z++ [[ offline* != online ]]
7432026-07-14T05:19:47.560Z++ [[ 73 -gt 300 ]]
7442026-07-14T05:19:47.560Z++ sleep 1
7452026-07-14T05:19:48.560Z++ retry=74
7462026-07-14T05:19:48.563Z+++ svcs -Hostate baseline
7472026-07-14T05:19:48.575Z++ [[ offline* != online ]]
7482026-07-14T05:19:48.575Z++ [[ 74 -gt 300 ]]
7492026-07-14T05:19:48.580Z++ sleep 1
7502026-07-14T05:19:49.577Z++ retry=75
7512026-07-14T05:19:49.580Z+++ svcs -Hostate baseline
7522026-07-14T05:19:49.592Z++ [[ offline* != online ]]
7532026-07-14T05:19:49.592Z++ [[ 75 -gt 300 ]]
7542026-07-14T05:19:49.592Z++ sleep 1
7552026-07-14T05:19:50.624Z++ retry=76
7562026-07-14T05:19:50.645Z+++ svcs -Hostate baseline
7572026-07-14T05:19:50.645Z++ [[ offline* != online ]]
7582026-07-14T05:19:50.645Z++ [[ 76 -gt 300 ]]
7592026-07-14T05:19:50.645Z++ sleep 1
7602026-07-14T05:19:51.649Z++ retry=77
7612026-07-14T05:19:51.685Z+++ svcs -Hostate baseline
7622026-07-14T05:19:51.685Z++ [[ offline* != online ]]
7632026-07-14T05:19:51.685Z++ [[ 77 -gt 300 ]]
7642026-07-14T05:19:51.685Z++ sleep 1
7652026-07-14T05:19:52.627Z++ retry=78
7662026-07-14T05:19:52.630Z+++ svcs -Hostate baseline
7672026-07-14T05:19:52.641Z++ [[ offline* != online ]]
7682026-07-14T05:19:52.641Z++ [[ 78 -gt 300 ]]
7692026-07-14T05:19:52.644Z++ sleep 1
7702026-07-14T05:19:53.643Z++ retry=79
7712026-07-14T05:19:53.646Z+++ svcs -Hostate baseline
7722026-07-14T05:19:53.658Z++ [[ offline* != online ]]
7732026-07-14T05:19:53.658Z++ [[ 79 -gt 300 ]]
7742026-07-14T05:19:53.658Z++ sleep 1
7752026-07-14T05:19:54.661Z++ retry=80
7762026-07-14T05:19:54.664Z+++ svcs -Hostate baseline
7772026-07-14T05:19:54.674Z++ [[ offline* != online ]]
7782026-07-14T05:19:54.674Z++ [[ 80 -gt 300 ]]
7792026-07-14T05:19:54.674Z++ sleep 1
7802026-07-14T05:19:55.676Z++ retry=81
7812026-07-14T05:19:55.679Z+++ svcs -Hostate baseline
7822026-07-14T05:19:55.691Z++ [[ offline* != online ]]
7832026-07-14T05:19:55.691Z++ [[ 81 -gt 300 ]]
7842026-07-14T05:19:55.691Z++ sleep 1
7852026-07-14T05:19:56.693Z++ retry=82
7862026-07-14T05:19:56.697Z+++ svcs -Hostate baseline
7872026-07-14T05:19:56.707Z++ [[ offline* != online ]]
7882026-07-14T05:19:56.707Z++ [[ 82 -gt 300 ]]
7892026-07-14T05:19:56.707Z++ sleep 1
7902026-07-14T05:19:57.709Z++ retry=83
7912026-07-14T05:19:57.712Z+++ svcs -Hostate baseline
7922026-07-14T05:19:57.724Z++ [[ offline* != online ]]
7932026-07-14T05:19:57.724Z++ [[ 83 -gt 300 ]]
7942026-07-14T05:19:57.724Z++ sleep 1
7952026-07-14T05:19:58.738Z++ retry=84
7962026-07-14T05:19:58.745Z+++ svcs -Hostate baseline
7972026-07-14T05:19:58.745Z++ [[ offline* != online ]]
7982026-07-14T05:19:58.745Z++ [[ 84 -gt 300 ]]
7992026-07-14T05:19:58.746Z++ sleep 1
8002026-07-14T05:19:59.743Z++ retry=85
8012026-07-14T05:19:59.749Z+++ svcs -Hostate baseline
8022026-07-14T05:19:59.760Z++ [[ offline* != online ]]
8032026-07-14T05:19:59.761Z++ [[ 85 -gt 300 ]]
8042026-07-14T05:19:59.761Z++ sleep 1
8052026-07-14T05:20:00.759Z++ retry=86
8062026-07-14T05:20:00.762Z+++ svcs -Hostate baseline
8072026-07-14T05:20:00.773Z++ [[ offline* != online ]]
8082026-07-14T05:20:00.774Z++ [[ 86 -gt 300 ]]
8092026-07-14T05:20:00.774Z++ sleep 1
8102026-07-14T05:20:01.783Z++ retry=87
8112026-07-14T05:20:01.792Z+++ svcs -Hostate baseline
8122026-07-14T05:20:01.812Z++ [[ offline* != online ]]
8132026-07-14T05:20:01.812Z++ [[ 87 -gt 300 ]]
8142026-07-14T05:20:01.812Z++ sleep 1
8152026-07-14T05:20:02.797Z++ retry=88
8162026-07-14T05:20:02.809Z+++ svcs -Hostate baseline
8172026-07-14T05:20:02.818Z++ [[ offline* != online ]]
8182026-07-14T05:20:02.818Z++ [[ 88 -gt 300 ]]
8192026-07-14T05:20:02.818Z++ sleep 1
8202026-07-14T05:20:03.809Z++ retry=89
8212026-07-14T05:20:03.812Z+++ svcs -Hostate baseline
8222026-07-14T05:20:03.823Z++ [[ offline* != online ]]
8232026-07-14T05:20:03.823Z++ [[ 89 -gt 300 ]]
8242026-07-14T05:20:03.823Z++ sleep 1
8252026-07-14T05:20:04.825Z++ retry=90
8262026-07-14T05:20:04.828Z+++ svcs -Hostate baseline
8272026-07-14T05:20:04.840Z++ [[ offline* != online ]]
8282026-07-14T05:20:04.840Z++ [[ 90 -gt 300 ]]
8292026-07-14T05:20:04.840Z++ sleep 1
8302026-07-14T05:20:05.842Z++ retry=91
8312026-07-14T05:20:05.845Z+++ svcs -Hostate baseline
8322026-07-14T05:20:05.856Z++ [[ offline* != online ]]
8332026-07-14T05:20:05.856Z++ [[ 91 -gt 300 ]]
8342026-07-14T05:20:05.859Z++ sleep 1
8352026-07-14T05:20:06.858Z++ retry=92
8362026-07-14T05:20:06.861Z+++ svcs -Hostate baseline
8372026-07-14T05:20:06.873Z++ [[ offline* != online ]]
8382026-07-14T05:20:06.873Z++ [[ 92 -gt 300 ]]
8392026-07-14T05:20:06.873Z++ sleep 1
8402026-07-14T05:20:07.875Z++ retry=93
8412026-07-14T05:20:07.878Z+++ svcs -Hostate baseline
8422026-07-14T05:20:07.889Z++ [[ offline* != online ]]
8432026-07-14T05:20:07.889Z++ [[ 93 -gt 300 ]]
8442026-07-14T05:20:07.889Z++ sleep 1
8452026-07-14T05:20:08.891Z++ retry=94
8462026-07-14T05:20:08.894Z+++ svcs -Hostate baseline
8472026-07-14T05:20:08.906Z++ [[ offline* != online ]]
8482026-07-14T05:20:08.906Z++ [[ 94 -gt 300 ]]
8492026-07-14T05:20:08.906Z++ sleep 1
8502026-07-14T05:20:09.908Z++ retry=95
8512026-07-14T05:20:09.911Z+++ svcs -Hostate baseline
8522026-07-14T05:20:09.923Z++ [[ offline* != online ]]
8532026-07-14T05:20:09.923Z++ [[ 95 -gt 300 ]]
8542026-07-14T05:20:09.923Z++ sleep 1
8552026-07-14T05:20:10.924Z++ retry=96
8562026-07-14T05:20:10.927Z+++ svcs -Hostate baseline
8572026-07-14T05:20:10.938Z++ [[ offline* != online ]]
8582026-07-14T05:20:10.938Z++ [[ 96 -gt 300 ]]
8592026-07-14T05:20:10.938Z++ sleep 1
8602026-07-14T05:20:11.940Z++ retry=97
8612026-07-14T05:20:11.945Z+++ svcs -Hostate baseline
8622026-07-14T05:20:11.955Z++ [[ offline* != online ]]
8632026-07-14T05:20:11.955Z++ [[ 97 -gt 300 ]]
8642026-07-14T05:20:11.955Z++ sleep 1
8652026-07-14T05:20:12.956Z++ retry=98
8662026-07-14T05:20:12.960Z+++ svcs -Hostate baseline
8672026-07-14T05:20:12.971Z++ [[ offline* != online ]]
8682026-07-14T05:20:12.971Z++ [[ 98 -gt 300 ]]
8692026-07-14T05:20:12.971Z++ sleep 1
8702026-07-14T05:20:13.973Z++ retry=99
8712026-07-14T05:20:13.976Z+++ svcs -Hostate baseline
8722026-07-14T05:20:13.987Z++ [[ offline* != online ]]
8732026-07-14T05:20:13.988Z++ [[ 99 -gt 300 ]]
8742026-07-14T05:20:13.988Z++ sleep 1
8752026-07-14T05:20:14.989Z++ retry=100
8762026-07-14T05:20:14.993Z+++ svcs -Hostate baseline
8772026-07-14T05:20:15.004Z++ [[ offline* != online ]]
8782026-07-14T05:20:15.004Z++ [[ 100 -gt 300 ]]
8792026-07-14T05:20:15.004Z++ sleep 1
8802026-07-14T05:20:16.006Z++ retry=101
8812026-07-14T05:20:16.009Z+++ svcs -Hostate baseline
8822026-07-14T05:20:16.020Z++ [[ offline* != online ]]
8832026-07-14T05:20:16.020Z++ [[ 101 -gt 300 ]]
8842026-07-14T05:20:16.020Z++ sleep 1
8852026-07-14T05:20:17.021Z++ retry=102
8862026-07-14T05:20:17.024Z+++ svcs -Hostate baseline
8872026-07-14T05:20:17.036Z++ [[ offline* != online ]]
8882026-07-14T05:20:17.036Z++ [[ 102 -gt 300 ]]
8892026-07-14T05:20:17.036Z++ sleep 1
8902026-07-14T05:20:18.040Z++ retry=103
8912026-07-14T05:20:18.043Z+++ svcs -Hostate baseline
8922026-07-14T05:20:18.052Z++ [[ offline* != online ]]
8932026-07-14T05:20:18.055Z++ [[ 103 -gt 300 ]]
8942026-07-14T05:20:18.055Z++ sleep 1
8952026-07-14T05:20:19.054Z++ retry=104
8962026-07-14T05:20:19.057Z+++ svcs -Hostate baseline
8972026-07-14T05:20:19.068Z++ [[ offline* != online ]]
8982026-07-14T05:20:19.068Z++ [[ 104 -gt 300 ]]
8992026-07-14T05:20:19.068Z++ sleep 1
9002026-07-14T05:20:20.070Z++ retry=105
9012026-07-14T05:20:20.073Z+++ svcs -Hostate baseline
9022026-07-14T05:20:20.084Z++ [[ offline* != online ]]
9032026-07-14T05:20:20.084Z++ [[ 105 -gt 300 ]]
9042026-07-14T05:20:20.084Z++ sleep 1
9052026-07-14T05:20:21.086Z++ retry=106
9062026-07-14T05:20:21.091Z+++ svcs -Hostate baseline
9072026-07-14T05:20:21.101Z++ [[ offline* != online ]]
9082026-07-14T05:20:21.101Z++ [[ 106 -gt 300 ]]
9092026-07-14T05:20:21.101Z++ sleep 1
9102026-07-14T05:20:22.108Z++ retry=107
9112026-07-14T05:20:22.117Z+++ svcs -Hostate baseline
9122026-07-14T05:20:22.126Z++ [[ offline* != online ]]
9132026-07-14T05:20:22.126Z++ [[ 107 -gt 300 ]]
9142026-07-14T05:20:22.126Z++ sleep 1
9152026-07-14T05:20:23.128Z++ retry=108
9162026-07-14T05:20:23.135Z+++ svcs -Hostate baseline
9172026-07-14T05:20:23.138Z++ [[ online != online ]]
9182026-07-14T05:20:23.138Z++ set -o errexit
9192026-07-14T05:20:23.138Z++ set -o pipefail
9202026-07-14T05:20:23.138Z++ banner build
9212026-07-14T05:20:23.138Z
9222026-07-14T05:20:23.138Z ##### # # # # #####
9232026-07-14T05:20:23.138Z # # # # # # # #
9242026-07-14T05:20:23.138Z ##### # # # # # #
9252026-07-14T05:20:23.138Z # # # # # # # #
9262026-07-14T05:20:23.138Z # # # # # # # #
9272026-07-14T05:20:23.138Z ##### #### # ###### #####
9282026-07-14T05:20:23.138Z
9292026-07-14T05:20:23.138Z++ cargo build --release --bin ddmd --bin ddmadm
9302026-07-14T05:20:23.144Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9312026-07-14T05:20:23.293Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9322026-07-14T05:20:23.299Zinfo: downloading 6 components
9332026-07-14T05:20:37.968Z Updating git repository `https://github.com/oxidecomputer/falcon`
9342026-07-14T05:20:38.645ZFrom https://github.com/oxidecomputer/falcon
9352026-07-14T05:20:38.645Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9362026-07-14T05:20:38.724Z Updating crates.io index
9372026-07-14T05:20:38.727Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9382026-07-14T05:20:39.126ZFrom https://github.com/oxidecomputer/dendrite
9392026-07-14T05:20:39.126Z * [new ref] f9fba02fd5351f468b15bda21d83d6dedae90818 -> refs/commit/f9fba02fd5351f468b15bda21d83d6dedae90818
9402026-07-14T05:20:39.161Z Updating git repository `https://github.com/oxidecomputer/ispf`
9412026-07-14T05:20:39.434ZFrom https://github.com/oxidecomputer/ispf
9422026-07-14T05:20:39.434Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9432026-07-14T05:20:39.440Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9442026-07-14T05:20:39.754ZFrom https://github.com/oxidecomputer/netadm-sys
9452026-07-14T05:20:39.754Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9462026-07-14T05:20:39.763Z Updating git repository `https://github.com/oxidecomputer/omicron`
9472026-07-14T05:20:45.716ZFrom https://github.com/oxidecomputer/omicron
9482026-07-14T05:20:45.716Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9492026-07-14T05:20:46.157Z Updating git repository `https://github.com/oxidecomputer/opte`
9502026-07-14T05:20:46.803ZFrom https://github.com/oxidecomputer/opte
9512026-07-14T05:20:46.803Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
9522026-07-14T05:20:46.833Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9532026-07-14T05:20:47.070ZFrom https://github.com/oxidecomputer/slog-error-chain
9542026-07-14T05:20:47.070Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9552026-07-14T05:20:47.079Z Updating git repository `https://github.com/illumos/smf-rs`
9562026-07-14T05:20:47.320ZFrom https://github.com/illumos/smf-rs
9572026-07-14T05:20:47.320Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9582026-07-14T05:20:47.327Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9592026-07-14T05:20:47.577ZFrom https://github.com/oxidecomputer/network-interface
9602026-07-14T05:20:47.577Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9612026-07-14T05:20:47.583Z Updating git repository `https://github.com/oxidecomputer/zone`
9622026-07-14T05:20:47.848ZFrom https://github.com/oxidecomputer/zone
9632026-07-14T05:20:47.848Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9642026-07-14T05:20:47.854Z Updating git repository `https://github.com/oxidecomputer/propolis`
9652026-07-14T05:20:48.470ZFrom https://github.com/oxidecomputer/propolis
9662026-07-14T05:20:48.470Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9672026-07-14T05:20:48.512Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9682026-07-14T05:20:48.999ZFrom https://github.com/oxidecomputer/transceiver-control
9692026-07-14T05:20:48.999Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9702026-07-14T05:20:49.009Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9712026-07-14T05:20:49.273ZFrom https://github.com/oxidecomputer/dlpi-sys
9722026-07-14T05:20:49.273Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9732026-07-14T05:20:49.278Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9742026-07-14T05:20:49.567ZFrom https://github.com/jmesmon/rust-libzfs
9752026-07-14T05:20:49.568Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9762026-07-14T05:20:49.575Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9772026-07-14T05:20:49.892ZFrom https://github.com/oxidecomputer/rusty-doors
9782026-07-14T05:20:49.892Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9792026-07-14T05:20:49.898Z Updating git repository `https://github.com/oxidecomputer/lldp`
9802026-07-14T05:20:50.225ZFrom https://github.com/oxidecomputer/lldp
9812026-07-14T05:20:50.225Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9822026-07-14T05:20:50.236Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9832026-07-14T05:20:50.555ZFrom https://github.com/oxidecomputer/tufaceous
9842026-07-14T05:20:50.555Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9852026-07-14T05:20:50.565Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9862026-07-14T05:20:51.018ZFrom https://github.com/oxidecomputer/management-gateway-service
9872026-07-14T05:20:51.018Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9882026-07-14T05:20:51.032Z Updating git repository `https://github.com/oxidecomputer/crucible`
9892026-07-14T05:20:51.930ZFrom https://github.com/oxidecomputer/crucible
9902026-07-14T05:20:51.930Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9912026-07-14T05:20:51.972Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9922026-07-14T05:20:52.214ZFrom https://github.com/oxidecomputer/serde_human_bytes
9932026-07-14T05:20:52.214Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9942026-07-14T05:20:52.223Z Updating git repository `https://github.com/oxidecomputer/propolis`
9952026-07-14T05:20:52.673ZFrom https://github.com/oxidecomputer/propolis
9962026-07-14T05:20:52.673Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9972026-07-14T05:20:52.715Z Updating git repository `https://github.com/oxidecomputer/crucible`
9982026-07-14T05:20:53.223ZFrom https://github.com/oxidecomputer/crucible
9992026-07-14T05:20:53.223Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10002026-07-14T05:20:53.286Z Updating git repository `https://github.com/oxidecomputer/tofino`
10012026-07-14T05:20:53.672ZFrom https://github.com/oxidecomputer/tofino
10022026-07-14T05:20:53.672Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10032026-07-14T05:20:53.682Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10042026-07-14T05:20:54.311ZFrom https://github.com/oxidecomputer/maghemite
10052026-07-14T05:20:54.311Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10062026-07-14T05:20:54.343Z Updating git repository `https://github.com/oxidecomputer/clickward`
10072026-07-14T05:20:54.591ZFrom https://github.com/oxidecomputer/clickward
10082026-07-14T05:20:54.591Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10092026-07-14T05:20:54.597Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10102026-07-14T05:20:54.984ZFrom https://github.com/oxidecomputer/illumos-devinfo
10112026-07-14T05:20:54.984Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10122026-07-14T05:20:57.293Z Downloading crates ...
10132026-07-14T05:20:57.363Z Downloaded cmake v0.1.58
10142026-07-14T05:20:57.366Z Downloaded atomic-waker v1.1.2
10152026-07-14T05:20:57.375Z Downloaded base16ct v1.0.0
10162026-07-14T05:20:57.378Z Downloaded base64 v0.21.7
10172026-07-14T05:20:57.381Z Downloaded darling_macro v0.23.0
10182026-07-14T05:20:57.381Z Downloaded cfg-if v1.0.4
10192026-07-14T05:20:57.381Z Downloaded errno v0.3.14
10202026-07-14T05:20:57.381Z Downloaded bit-set v0.8.0
10212026-07-14T05:20:57.384Z Downloaded atomicwrites v0.4.4
10222026-07-14T05:20:57.384Z Downloaded async-stream-impl v0.3.6
10232026-07-14T05:20:57.384Z Downloaded bs58 v0.5.1
10242026-07-14T05:20:57.387Z Downloaded enum-as-inner v0.6.1
10252026-07-14T05:20:57.394Z Downloaded dtrace-parser v0.2.0
10262026-07-14T05:20:57.394Z Downloaded fixedbitset v0.5.7
10272026-07-14T05:20:57.394Z Downloaded defmt-parser v1.0.0
10282026-07-14T05:20:57.397Z Downloaded digest v0.11.3
10292026-07-14T05:20:57.397Z Downloaded base16ct v0.2.0
10302026-07-14T05:20:57.397Z Downloaded async-recursion v1.1.1
10312026-07-14T05:20:57.397Z Downloaded defmt v0.3.100
10322026-07-14T05:20:57.400Z Downloaded hostname v0.4.2
10332026-07-14T05:20:57.400Z Downloaded backon v1.6.0
10342026-07-14T05:20:57.407Z Downloaded block-buffer v0.12.0
10352026-07-14T05:20:57.410Z Downloaded ciborium-ll v0.2.2
10362026-07-14T05:20:57.410Z Downloaded byteorder v1.5.0
10372026-07-14T05:20:57.414Z Downloaded anstyle-parse v1.0.0
10382026-07-14T05:20:57.414Z Downloaded deranged v0.5.8
10392026-07-14T05:20:57.417Z Downloaded bitflags v1.3.2
10402026-07-14T05:20:57.417Z Downloaded debug-ignore v1.0.5
10412026-07-14T05:20:57.420Z Downloaded dunce v1.0.5
10422026-07-14T05:20:57.420Z Downloaded displaydoc v0.2.6
10432026-07-14T05:20:57.424Z Downloaded digest v0.10.7
10442026-07-14T05:20:57.425Z Downloaded backoff v0.4.0
10452026-07-14T05:20:57.425Z Downloaded defmt-macros v1.1.0
10462026-07-14T05:20:57.428Z Downloaded crypto-common v0.1.7
10472026-07-14T05:20:57.428Z Downloaded aead v0.5.2
10482026-07-14T05:20:57.428Z Downloaded anstyle-query v1.1.5
10492026-07-14T05:20:57.428Z Downloaded data-encoding v2.11.0
10502026-07-14T05:20:57.431Z Downloaded bcs v0.1.6
10512026-07-14T05:20:57.431Z Downloaded dyn-clone v1.0.20
10522026-07-14T05:20:57.431Z Downloaded foldhash v0.2.0
10532026-07-14T05:20:57.434Z Downloaded darling v0.23.0
10542026-07-14T05:20:57.437Z Downloaded darling_macro v0.21.3
10552026-07-14T05:20:57.438Z Downloaded adler2 v2.0.1
10562026-07-14T05:20:57.438Z Downloaded bytecount v0.6.9
10572026-07-14T05:20:57.443Z Downloaded derive_more v0.99.20
10582026-07-14T05:20:57.443Z Downloaded fnv v1.0.7
10592026-07-14T05:20:57.446Z Downloaded crunchy v0.2.4
10602026-07-14T05:20:57.446Z Downloaded derive-ex v0.1.8
10612026-07-14T05:20:57.446Z Downloaded defmt v1.1.0
10622026-07-14T05:20:57.449Z Downloaded derive-where v1.6.1
10632026-07-14T05:20:57.449Z Downloaded erased-serde v0.3.31
10642026-07-14T05:20:57.453Z Downloaded curve25519-dalek-derive v0.1.1
10652026-07-14T05:20:57.453Z Downloaded cfg_aliases v0.2.1
10662026-07-14T05:20:57.453Z Downloaded dof v0.4.0
10672026-07-14T05:20:57.456Z Downloaded async-stream v0.3.6
10682026-07-14T05:20:57.456Z Downloaded futures-sink v0.3.32
10692026-07-14T05:20:57.456Z Downloaded colorchoice v1.0.5
10702026-07-14T05:20:57.456Z Downloaded clap_lex v1.1.0
10712026-07-14T05:20:57.460Z Downloaded cpufeatures v0.3.0
10722026-07-14T05:20:57.460Z Downloaded crc8 v0.1.1
10732026-07-14T05:20:57.460Z Downloaded compression-core v0.4.32
10742026-07-14T05:20:57.460Z Downloaded base64ct v1.8.3
10752026-07-14T05:20:57.464Z Downloaded anstream v1.0.0
10762026-07-14T05:20:57.464Z Downloaded cpufeatures v0.2.17
10772026-07-14T05:20:57.464Z Downloaded crucible-workspace-hack v0.1.0
10782026-07-14T05:20:57.467Z Downloaded const-random v0.1.18
10792026-07-14T05:20:57.468Z Downloaded const-random-macro v0.1.16
10802026-07-14T05:20:57.468Z Downloaded convert_case v0.4.0
10812026-07-14T05:20:57.471Z Downloaded embedded-io v0.6.1
10822026-07-14T05:20:57.471Z Downloaded foreign-types-shared v0.3.1
10832026-07-14T05:20:57.471Z Downloaded cobs v0.3.0
10842026-07-14T05:20:57.474Z Downloaded foreign-types v0.3.2
10852026-07-14T05:20:57.475Z Downloaded cstr-argument v0.1.2
10862026-07-14T05:20:57.475Z Downloaded fixedbitset v0.4.2
10872026-07-14T05:20:57.475Z Downloaded dof v0.3.0
10882026-07-14T05:20:57.475Z Downloaded ciborium-io v0.2.2
10892026-07-14T05:20:57.478Z Downloaded http-body v1.0.1
10902026-07-14T05:20:57.478Z Downloaded foreign-types-macros v0.2.3
10912026-07-14T05:20:57.478Z Downloaded hostname v0.3.1
10922026-07-14T05:20:57.481Z Downloaded heck v0.4.1
10932026-07-14T05:20:57.481Z Downloaded futures-io v0.3.32
10942026-07-14T05:20:57.481Z Downloaded byte-wrapper v0.1.0
10952026-07-14T05:20:57.485Z Downloaded blake2 v0.10.6
10962026-07-14T05:20:57.485Z Downloaded cancel-safe-futures v0.1.5
10972026-07-14T05:20:57.488Z Downloaded futures v0.3.32
10982026-07-14T05:20:57.493Z Downloaded globset v0.4.18
10992026-07-14T05:20:57.493Z Downloaded crypto-common v0.2.2
11002026-07-14T05:20:57.493Z Downloaded crossbeam-deque v0.8.6
11012026-07-14T05:20:57.496Z Downloaded foreign-types-shared v0.1.1
11022026-07-14T05:20:57.496Z Downloaded fastrand v2.4.1
11032026-07-14T05:20:57.496Z Downloaded chacha20 v0.9.1
11042026-07-14T05:20:57.496Z Downloaded hubpack_derive v0.1.1
11052026-07-14T05:20:57.497Z Downloaded hubpack v0.1.2
11062026-07-14T05:20:57.497Z Downloaded ident_case v1.0.1
11072026-07-14T05:20:57.500Z Downloaded httpdate v1.0.3
11082026-07-14T05:20:57.500Z Downloaded async-trait v0.1.89
11092026-07-14T05:20:57.500Z Downloaded hex v0.4.3
11102026-07-14T05:20:57.503Z Downloaded gethostname v0.5.0
11112026-07-14T05:20:57.503Z Downloaded indent_write v2.2.0
11122026-07-14T05:20:57.503Z Downloaded idna_adapter v1.2.2
11132026-07-14T05:20:57.503Z Downloaded futures-core v0.3.32
11142026-07-14T05:20:57.507Z Downloaded heck v0.5.0
11152026-07-14T05:20:57.507Z Downloaded hash32 v0.3.1
11162026-07-14T05:20:57.507Z Downloaded fxhash v0.2.1
11172026-07-14T05:20:57.510Z Downloaded form_urlencoded v1.2.2
11182026-07-14T05:20:57.510Z Downloaded foreign-types v0.5.0
11192026-07-14T05:20:57.510Z Downloaded equivalent v1.0.2
11202026-07-14T05:20:57.510Z Downloaded dtrace-parser v0.3.0
11212026-07-14T05:20:57.510Z Downloaded daft-derive v0.1.7
11222026-07-14T05:20:57.513Z Downloaded git-stub v1.0.0
11232026-07-14T05:20:57.513Z Downloaded generic-array v0.14.7
11242026-07-14T05:20:57.517Z Downloaded autocfg v1.5.1
11252026-07-14T05:20:57.517Z Downloaded futures-task v0.3.32
11262026-07-14T05:20:57.517Z Downloaded anstyle v1.0.14
11272026-07-14T05:20:57.520Z Downloaded critical-section v1.2.0
11282026-07-14T05:20:57.520Z Downloaded argon2 v0.5.3
11292026-07-14T05:20:57.524Z Downloaded is-terminal v0.4.17
11302026-07-14T05:20:57.524Z Downloaded internet-checksum v0.2.1
11312026-07-14T05:20:57.524Z Downloaded camino v1.2.4
11322026-07-14T05:20:57.527Z Downloaded instant v0.1.13
11332026-07-14T05:20:57.528Z Downloaded cipher v0.4.4
11342026-07-14T05:20:57.528Z Downloaded itoa v1.0.18
11352026-07-14T05:20:57.528Z Downloaded find-msvc-tools v0.1.9
11362026-07-14T05:20:57.531Z Downloaded darling_core v0.23.0
11372026-07-14T05:20:57.531Z Downloaded inout v0.1.4
11382026-07-14T05:20:57.534Z Downloaded is_terminal_polyfill v1.70.2
11392026-07-14T05:20:57.534Z Downloaded git-stub-vcs v0.1.0
11402026-07-14T05:20:57.534Z Downloaded fs_extra v1.3.0
11412026-07-14T05:20:57.537Z Downloaded highway v1.3.0
11422026-07-14T05:20:57.537Z Downloaded futures-macro v0.3.32
11432026-07-14T05:20:57.537Z Downloaded foldhash v0.1.5
11442026-07-14T05:20:57.540Z Downloaded http-body-util v0.1.4
11452026-07-14T05:20:57.540Z Downloaded daft v0.1.7
11462026-07-14T05:20:57.544Z Downloaded fs-err v3.3.0
11472026-07-14T05:20:57.544Z Downloaded either v1.16.0
11482026-07-14T05:20:57.544Z Downloaded crossbeam-epoch v0.9.18
11492026-07-14T05:20:57.548Z Downloaded keccak v0.1.6
11502026-07-14T05:20:57.548Z Downloaded ahash v0.8.12
11512026-07-14T05:20:57.551Z Downloaded lru-slab v0.1.2
11522026-07-14T05:20:57.551Z Downloaded lazy_static v1.5.0
11532026-07-14T05:20:57.551Z Downloaded linked-hash-map v0.5.6
11542026-07-14T05:20:57.551Z Downloaded libscf-sys v1.2.0
11552026-07-14T05:20:57.551Z Downloaded is_ci v1.2.0
11562026-07-14T05:20:57.555Z Downloaded glob v0.3.3
11572026-07-14T05:20:57.555Z Downloaded ff v0.13.1
11582026-07-14T05:20:57.555Z Downloaded dropshot-api-manager-types v0.7.2
11592026-07-14T05:20:57.555Z Downloaded bit-vec v0.8.0
11602026-07-14T05:20:57.558Z Downloaded hickory-resolver v0.24.4
11612026-07-14T05:20:57.561Z Downloaded float-ord v0.3.2
11622026-07-14T05:20:57.561Z Downloaded block-buffer v0.10.4
11632026-07-14T05:20:57.566Z Downloaded lru-cache v0.1.2
11642026-07-14T05:20:57.566Z Downloaded mime v0.3.17
11652026-07-14T05:20:57.575Z Downloaded match_cfg v0.1.0
11662026-07-14T05:20:57.575Z Downloaded macaddr v1.0.1
11672026-07-14T05:20:57.575Z Downloaded memmap v0.7.0
11682026-07-14T05:20:57.575Z Downloaded hyper-rustls v0.27.9
11692026-07-14T05:20:57.575Z Downloaded group v0.13.0
11702026-07-14T05:20:57.575Z Downloaded newline-converter v0.3.0
11712026-07-14T05:20:57.575Z Downloaded cargo_toml v0.22.3
11722026-07-14T05:20:57.580Z Downloaded console v0.15.11
11732026-07-14T05:20:57.585Z Downloaded const_format_proc_macros v0.2.34
11742026-07-14T05:20:57.585Z Downloaded cookie v0.18.1
11752026-07-14T05:20:57.585Z Downloaded anyhow v1.0.103
11762026-07-14T05:20:57.589Z Downloaded no-std-compat v0.4.1
11772026-07-14T05:20:57.594Z Downloaded newtype_derive v0.1.6
11782026-07-14T05:20:57.595Z Downloaded newtype-uuid-macros v0.1.0
11792026-07-14T05:20:57.595Z Downloaded embedded-io v0.4.0
11802026-07-14T05:20:57.598Z Downloaded memoffset v0.9.1
11812026-07-14T05:20:57.598Z Downloaded crossbeam-utils v0.8.21
11822026-07-14T05:20:57.598Z Downloaded ipnet v2.12.0
11832026-07-14T05:20:57.598Z Downloaded ipnetwork v0.21.1
11842026-07-14T05:20:57.598Z Downloaded iana-time-zone v0.1.65
11852026-07-14T05:20:57.598Z Downloaded natord v1.0.9
11862026-07-14T05:20:57.598Z Downloaded csv-core v0.1.13
11872026-07-14T05:20:57.598Z Downloaded num-conv v0.2.2
11882026-07-14T05:20:57.602Z Downloaded num v0.4.3
11892026-07-14T05:20:57.602Z Downloaded crc32fast v1.5.0
11902026-07-14T05:20:57.602Z Downloaded clap_derive v4.6.1
11912026-07-14T05:20:57.605Z Downloaded omicron-workspace-hack v0.1.0
11922026-07-14T05:20:57.605Z Downloaded num_threads v0.1.7
11932026-07-14T05:20:57.605Z Downloaded olpc-cjson v0.1.4
11942026-07-14T05:20:57.605Z Downloaded konst_macro_rules v0.2.19
11952026-07-14T05:20:57.609Z Downloaded num-iter v0.1.45
11962026-07-14T05:20:57.609Z Downloaded ingot-types v0.1.2
11972026-07-14T05:20:57.609Z Downloaded opaque-debug v0.3.1
11982026-07-14T05:20:57.609Z Downloaded num_enum_derive v0.5.11
11992026-07-14T05:20:57.613Z Downloaded dropshot-api-manager v0.7.2
12002026-07-14T05:20:57.613Z Downloaded darling v0.21.3
12012026-07-14T05:20:57.616Z Downloaded dropshot_endpoint v0.17.1
12022026-07-14T05:20:57.619Z Downloaded libsw-core v0.3.2
12032026-07-14T05:20:57.619Z Downloaded parse-display v0.10.0
12042026-07-14T05:20:57.622Z Downloaded jobserver v0.1.34
12052026-07-14T05:20:57.622Z Downloaded openssl-probe v0.2.1
12062026-07-14T05:20:57.622Z Downloaded openssl-macros v0.1.1
12072026-07-14T05:20:57.625Z Downloaded base64 v0.22.1
12082026-07-14T05:20:57.626Z Downloaded hybrid-array v0.4.12
12092026-07-14T05:20:57.630Z Downloaded lock_api v0.4.14
12102026-07-14T05:20:57.630Z Downloaded httparse v1.10.1
12112026-07-14T05:20:57.634Z Downloaded libsw v3.5.0
12122026-07-14T05:20:57.634Z Downloaded humantime v2.3.0
12132026-07-14T05:20:57.634Z Downloaded console v0.16.3
12142026-07-14T05:20:57.634Z Downloaded compression-codecs v0.4.38
12152026-07-14T05:20:57.639Z Downloaded chacha20 v0.10.0
12162026-07-14T05:20:57.640Z Downloaded percent-encoding v2.3.2
12172026-07-14T05:20:57.640Z Downloaded camino-tempfile v1.4.1
12182026-07-14T05:20:57.640Z Downloaded managed v0.8.0
12192026-07-14T05:20:57.643Z Downloaded potential_utf v0.1.5
12202026-07-14T05:20:57.646Z Downloaded getrandom v0.2.17
12212026-07-14T05:20:57.646Z Downloaded plain v0.2.3
12222026-07-14T05:20:57.651Z Downloaded powerfmt v0.2.0
12232026-07-14T05:20:57.654Z Downloaded futures-executor v0.3.32
12242026-07-14T05:20:57.654Z Downloaded pretty-hex v0.4.2
12252026-07-14T05:20:57.654Z Downloaded hmac v0.12.1
12262026-07-14T05:20:57.654Z Downloaded clap v4.6.1
12272026-07-14T05:20:57.660Z Downloaded newtype-uuid v1.3.2
12282026-07-14T05:20:57.665Z Downloaded multer v3.1.0
12292026-07-14T05:20:57.665Z Downloaded ingot-macros v0.1.1
12302026-07-14T05:20:57.665Z Downloaded ingot v0.1.1
12312026-07-14T05:20:57.665Z Downloaded const-oid v0.10.2
12322026-07-14T05:20:57.668Z Downloaded num-derive v0.4.2
12332026-07-14T05:20:57.668Z Downloaded num-complex v0.4.6
12342026-07-14T05:20:57.668Z Downloaded num_enum v0.5.11
12352026-07-14T05:20:57.671Z Downloaded proc-macro-error-attr2 v2.0.0
12362026-07-14T05:20:57.671Z Downloaded proc-macro-crate v1.3.1
12372026-07-14T05:20:57.674Z Downloaded proc-macro-error-attr v1.0.4
12382026-07-14T05:20:57.674Z Downloaded proc-macro-crate v3.5.0
12392026-07-14T05:20:57.674Z Downloaded num-rational v0.4.2
12402026-07-14T05:20:57.680Z Downloaded colored v3.1.1
12412026-07-14T05:20:57.680Z Downloaded bitflags v2.12.1
12422026-07-14T05:20:57.684Z Downloaded half v2.7.1
12432026-07-14T05:20:57.684Z Downloaded ciborium v0.2.2
12442026-07-14T05:20:57.684Z Downloaded allocator-api2 v0.2.21
12452026-07-14T05:20:57.687Z Downloaded parking_lot_core v0.8.6
12462026-07-14T05:20:57.687Z Downloaded progenitor-client v0.10.0
12472026-07-14T05:20:57.687Z Downloaded getrandom v0.3.4
12482026-07-14T05:20:57.691Z Downloaded num_enum_derive v0.7.6
12492026-07-14T05:20:57.691Z Downloaded num-integer v0.1.46
12502026-07-14T05:20:57.694Z Downloaded progenitor-macro v0.10.0
12512026-07-14T05:20:57.694Z Downloaded drift v0.2.0
12522026-07-14T05:20:57.700Z Downloaded rand_xorshift v0.4.0
12532026-07-14T05:20:57.705Z Downloaded rand_chacha v0.3.1
12542026-07-14T05:20:57.705Z Downloaded quick-error v1.2.3
12552026-07-14T05:20:57.705Z Downloaded progenitor-client v0.14.0
12562026-07-14T05:20:57.705Z Downloaded progenitor-macro v0.13.0
12572026-07-14T05:20:57.705Z Downloaded icu_properties v2.2.0
12582026-07-14T05:20:57.708Z Downloaded litemap v0.8.2
12592026-07-14T05:20:57.708Z Downloaded indexmap v1.9.3
12602026-07-14T05:20:57.708Z Downloaded elliptic-curve v0.13.8
12612026-07-14T05:20:57.713Z Downloaded password-hash v0.5.0
12622026-07-14T05:20:57.713Z Downloaded pkg-config v0.3.33
12632026-07-14T05:20:57.716Z Downloaded phf v0.12.1
12642026-07-14T05:20:57.716Z Downloaded parse-display-derive v0.10.0
12652026-07-14T05:20:57.716Z Downloaded pin-project-lite v0.2.17
12662026-07-14T05:20:57.722Z Downloaded linear-map v1.2.0
12672026-07-14T05:20:57.722Z Downloaded ref-cast-impl v1.0.25
12682026-07-14T05:20:57.722Z Downloaded ref-cast v1.0.25
12692026-07-14T05:20:57.722Z Downloaded poly1305 v0.8.0
12702026-07-14T05:20:57.725Z Downloaded phf_shared v0.12.1
12712026-07-14T05:20:57.725Z Downloaded pem v3.0.6
12722026-07-14T05:20:57.725Z Downloaded paste v1.0.15
12732026-07-14T05:20:57.728Z Downloaded oxnet v0.1.6
12742026-07-14T05:20:57.729Z Downloaded oxide-tokio-rt v0.1.6
12752026-07-14T05:20:57.729Z Downloaded owo-colors v4.3.0
12762026-07-14T05:20:57.732Z Downloaded memmap2 v0.9.10
12772026-07-14T05:20:57.732Z Downloaded futures-channel v0.3.32
12782026-07-14T05:20:57.735Z Downloaded rustc-hash v2.1.2
12792026-07-14T05:20:57.735Z Downloaded getrandom v0.4.2
12802026-07-14T05:20:57.739Z Downloaded proc-macro-error v1.0.4
12812026-07-14T05:20:57.742Z Downloaded arc-swap v1.9.1
12822026-07-14T05:20:57.746Z Downloaded bytes v1.11.1
12832026-07-14T05:20:57.749Z Downloaded progenitor v0.14.0
12842026-07-14T05:20:57.749Z Downloaded rustc_version v0.4.1
12852026-07-14T05:20:57.749Z Downloaded rustc_version v0.1.7
12862026-07-14T05:20:57.755Z Downloaded progenitor-client v0.13.0
12872026-07-14T05:20:57.758Z Downloaded pin-project-internal v1.1.13
12882026-07-14T05:20:57.758Z Downloaded progenitor-macro v0.14.0
12892026-07-14T05:20:57.758Z Downloaded parking_lot v0.12.5
12902026-07-14T05:20:57.761Z Downloaded port-file v0.1.0
12912026-07-14T05:20:57.764Z Downloaded once_cell v1.21.4
12922026-07-14T05:20:57.764Z Downloaded same-file v1.0.6
12932026-07-14T05:20:57.768Z Downloaded proc-macro-error2 v2.0.1
12942026-07-14T05:20:57.771Z Downloaded darling_core v0.21.3
12952026-07-14T05:20:57.774Z Downloaded semver v0.1.20
12962026-07-14T05:20:57.774Z Downloaded scroll_derive v0.13.1
12972026-07-14T05:20:57.774Z Downloaded scroll_derive v0.12.1
12982026-07-14T05:20:57.777Z Downloaded num_enum v0.7.6
12992026-07-14T05:20:57.781Z Downloaded chacha20poly1305 v0.10.1
13002026-07-14T05:20:57.783Z Downloaded indicatif v0.18.4
13012026-07-14T05:20:57.787Z Downloaded progenitor v0.13.0
13022026-07-14T05:20:57.787Z Downloaded progenitor v0.10.0
13032026-07-14T05:20:57.792Z Downloaded scopeguard v1.2.0
13042026-07-14T05:20:57.792Z Downloaded serde_plain v1.0.2
13052026-07-14T05:20:57.792Z Downloaded serde-big-array v0.5.1
13062026-07-14T05:20:57.796Z Downloaded rand_core v0.6.4
13072026-07-14T05:20:57.796Z Downloaded rand_chacha v0.9.0
13082026-07-14T05:20:57.796Z Downloaded quote v1.0.45
13092026-07-14T05:20:57.796Z Downloaded pest_generator v2.8.6
13102026-07-14T05:20:57.799Z Downloaded progenitor-extras v0.2.0
13112026-07-14T05:20:57.799Z Downloaded parking_lot_core v0.9.12
13122026-07-14T05:20:57.799Z Downloaded pest_derive v2.8.6
13132026-07-14T05:20:57.804Z Downloaded log v0.4.32
13142026-07-14T05:20:57.804Z Downloaded ppv-lite86 v0.2.21
13152026-07-14T05:20:57.807Z Downloaded crypto-bigint v0.5.5
13162026-07-14T05:20:57.814Z Downloaded const_format v0.2.36
13172026-07-14T05:20:57.818Z Downloaded rand_core v0.10.1
13182026-07-14T05:20:57.818Z Downloaded serde_spanned v1.1.1
13192026-07-14T05:20:57.818Z Downloaded resolv-conf v0.7.6
13202026-07-14T05:20:57.818Z Downloaded sha1 v0.10.6
13212026-07-14T05:20:57.818Z Downloaded rand_core v0.9.5
13222026-07-14T05:20:57.818Z Downloaded serde_urlencoded v0.7.1
13232026-07-14T05:20:57.821Z Downloaded serde_spanned v0.6.9
13242026-07-14T05:20:57.825Z Downloaded sha1 v0.11.0
13252026-07-14T05:20:57.825Z Downloaded sigpipe v0.1.3
13262026-07-14T05:20:57.828Z Downloaded icu_locale_core v2.2.0
13272026-07-14T05:20:57.832Z Downloaded siphasher v1.0.3
13282026-07-14T05:20:57.839Z Downloaded slog-envlogger v2.2.0
13292026-07-14T05:20:57.843Z Downloaded konst v0.2.20
13302026-07-14T05:20:57.847Z Downloaded parking_lot v0.11.2
13312026-07-14T05:20:57.851Z Downloaded secrecy v0.10.3
13322026-07-14T05:20:57.854Z Downloaded rustls-pemfile v2.2.0
13332026-07-14T05:20:57.854Z Downloaded smawk v0.3.2
13342026-07-14T05:20:57.857Z Downloaded scroll v0.13.0
13352026-07-14T05:20:57.857Z Downloaded schemars_derive v0.8.22
13362026-07-14T05:20:57.858Z Downloaded strsim v0.11.1
13372026-07-14T05:20:57.861Z Downloaded stable_deref_trait v1.2.1
13382026-07-14T05:20:57.861Z Downloaded spin v0.5.2
13392026-07-14T05:20:57.861Z Downloaded postcard v1.1.3
13402026-07-14T05:20:57.864Z Downloaded heapless v0.8.0
13412026-07-14T05:20:57.867Z Downloaded icu_collections v2.2.0
13422026-07-14T05:20:57.871Z Downloaded rustversion v1.0.22
13432026-07-14T05:20:57.874Z Downloaded flate2 v1.1.9
13442026-07-14T05:20:57.874Z Downloaded serde_repr v0.1.20
13452026-07-14T05:20:57.880Z Downloaded serde_derive_internals v0.29.1
13462026-07-14T05:20:57.880Z Downloaded serde_path_to_error v0.1.20
13472026-07-14T05:20:57.880Z Downloaded hickory-resolver v0.25.2
13482026-07-14T05:20:57.883Z Downloaded crossbeam-channel v0.5.15
13492026-07-14T05:20:57.886Z Downloaded strum v0.26.3
13502026-07-14T05:20:57.886Z Downloaded papergrid v0.11.0
13512026-07-14T05:20:57.889Z Downloaded strum v0.27.2
13522026-07-14T05:20:57.889Z Downloaded papergrid v0.18.0
13532026-07-14T05:20:57.894Z Downloaded pin-project v1.1.13
13542026-07-14T05:20:57.900Z Downloaded sync_wrapper v1.0.2
13552026-07-14T05:20:57.903Z Downloaded subtle v2.6.1
13562026-07-14T05:20:57.903Z Downloaded signal-hook-registry v1.4.8
13572026-07-14T05:20:57.907Z Downloaded shlex v2.0.1
13582026-07-14T05:20:57.907Z Downloaded rustls-pki-types v1.14.1
13592026-07-14T05:20:57.907Z Downloaded slog-json v2.6.1
13602026-07-14T05:20:57.910Z Downloaded slab v0.4.12
13612026-07-14T05:20:57.910Z Downloaded simd-adler32 v0.3.9
13622026-07-14T05:20:57.913Z Downloaded terminal_size v0.4.4
13632026-07-14T05:20:57.913Z Downloaded tagptr v0.2.0
13642026-07-14T05:20:57.913Z Downloaded take_mut v0.2.2
13652026-07-14T05:20:57.916Z Downloaded testing_table v0.3.0
13662026-07-14T05:20:57.916Z Downloaded termtree v0.5.1
13672026-07-14T05:20:57.916Z Downloaded tabled_derive v0.7.0
13682026-07-14T05:20:57.917Z Downloaded tabled_derive v0.11.0
13692026-07-14T05:20:57.921Z Downloaded progenitor-impl v0.10.0
13702026-07-14T05:20:57.921Z Downloaded rhai_codegen v3.2.0
13712026-07-14T05:20:57.926Z Downloaded icu_normalizer_data v2.2.0
13722026-07-14T05:20:57.932Z Downloaded smartstring v1.0.1
13732026-07-14T05:20:57.932Z Downloaded slog-stdlog v4.1.1
13742026-07-14T05:20:57.932Z Downloaded thread-id v5.1.0
13752026-07-14T05:20:57.933Z Downloaded thread-id v4.2.2
13762026-07-14T05:20:57.933Z Downloaded slog-term v2.9.2
13772026-07-14T05:20:57.936Z Downloaded thiserror-impl-no-std v2.0.2
13782026-07-14T05:20:57.936Z Downloaded hashbrown v0.12.3
13792026-07-14T05:20:57.940Z Downloaded slog-bunyan v2.5.0
13802026-07-14T05:20:57.940Z Downloaded proc-macro2 v1.0.106
13812026-07-14T05:20:57.946Z Downloaded semver v1.0.28
13822026-07-14T05:20:57.946Z Downloaded smf v0.2.3
13832026-07-14T05:20:57.946Z Downloaded static_assertions v1.1.0
13842026-07-14T05:20:57.946Z Downloaded http v1.4.2
13852026-07-14T05:20:57.950Z Downloaded slog-async v2.8.0
13862026-07-14T05:20:57.950Z Downloaded time-core v0.1.8
13872026-07-14T05:20:57.950Z Downloaded strum_macros v0.26.4
13882026-07-14T05:20:57.953Z Downloaded rustls-native-certs v0.8.4
13892026-07-14T05:20:57.953Z Downloaded scroll v0.12.0
13902026-07-14T05:20:57.956Z Downloaded rusty-fork v0.3.1
13912026-07-14T05:20:57.957Z Downloaded openssl-sys v0.9.116
13922026-07-14T05:20:57.960Z Downloaded tinyvec_macros v0.1.1
13932026-07-14T05:20:57.960Z Downloaded snafu-derive v0.8.9
13942026-07-14T05:20:57.962Z Downloaded miniz_oxide v0.8.9
13952026-07-14T05:20:57.962Z Downloaded jiff-static v0.2.28
13962026-07-14T05:20:57.966Z Downloaded tokio-macros v2.7.0
13972026-07-14T05:20:57.969Z Downloaded icu_provider v2.2.0
13982026-07-14T05:20:57.969Z Downloaded synstructure v0.13.2
13992026-07-14T05:20:57.969Z Downloaded pest_meta v2.8.6
14002026-07-14T05:20:57.972Z Downloaded tabwriter v1.4.1
14012026-07-14T05:20:57.972Z Downloaded swrite v0.1.0
14022026-07-14T05:20:57.975Z Downloaded supports-color v3.0.2
14032026-07-14T05:20:57.975Z Downloaded slog-dtrace v0.3.0
14042026-07-14T05:20:57.975Z Downloaded async-compression v0.4.42
14052026-07-14T05:20:57.979Z Downloaded sha2 v0.10.9
14062026-07-14T05:20:57.982Z Downloaded smallvec v1.15.1
14072026-07-14T05:20:57.985Z Downloaded serde_with_macros v3.20.0
14082026-07-14T05:20:57.985Z Downloaded toml_datetime v0.6.11
14092026-07-14T05:20:57.988Z Downloaded quinn-udp v0.5.14
14102026-07-14T05:20:57.988Z Downloaded ryu v1.0.23
14112026-07-14T05:20:57.992Z Downloaded toml_write v0.1.2
14122026-07-14T05:20:57.992Z Downloaded slog-scope v4.4.1
14132026-07-14T05:20:57.995Z Downloaded thiserror v1.0.69
14142026-07-14T05:20:57.998Z Downloaded tower-service v0.3.3
14152026-07-14T05:20:57.998Z Downloaded tower-layer v0.3.3
14162026-07-14T05:20:57.998Z Downloaded typeid v1.0.3
14172026-07-14T05:20:58.001Z Downloaded thiserror-no-std v2.0.2
14182026-07-14T05:20:58.001Z Downloaded serde_core v1.0.228
14192026-07-14T05:20:58.004Z Downloaded minimal-lexical v0.2.1
14202026-07-14T05:20:58.007Z Downloaded hyper-util v0.1.20
14212026-07-14T05:20:58.055Z Downloaded thiserror-impl v1.0.69
14222026-07-14T05:20:58.055Z Downloaded prettyplease v0.2.37
14232026-07-14T05:20:58.055Z Downloaded spin v0.9.8
14242026-07-14T05:20:58.055Z Downloaded try-lock v0.2.5
14252026-07-14T05:20:58.056Z Downloaded tinystr v0.8.3
14262026-07-14T05:20:58.056Z Downloaded thiserror-impl v2.0.18
14272026-07-14T05:20:58.056Z Downloaded serde_derive v1.0.228
14282026-07-14T05:20:58.056Z Downloaded typify-macro v0.6.2
14292026-07-14T05:20:58.056Z Downloaded tiny-keccak v2.0.2
14302026-07-14T05:20:58.056Z Downloaded typify-macro v0.4.3
14312026-07-14T05:20:58.056Z Downloaded time-macros v0.2.27
14322026-07-14T05:20:58.056Z Downloaded unicode-linebreak v0.1.5
14332026-07-14T05:20:58.056Z Downloaded thread_local v1.1.9
14342026-07-14T05:20:58.056Z Downloaded rustls-platform-verifier v0.7.0
14352026-07-14T05:20:58.056Z Downloaded untrusted v0.9.0
14362026-07-14T05:20:58.056Z Downloaded universal-hash v0.5.1
14372026-07-14T05:20:58.056Z Downloaded unit-prefix v0.5.2
14382026-07-14T05:20:58.056Z Downloaded usdt-macro v0.6.0
14392026-07-14T05:20:58.056Z Downloaded usdt-macro v0.5.0
14402026-07-14T05:20:58.056Z Downloaded usdt-attr-macro v0.6.0
14412026-07-14T05:20:58.056Z Downloaded usdt-attr-macro v0.5.0
14422026-07-14T05:20:58.056Z Downloaded strum_macros v0.27.2
14432026-07-14T05:20:58.056Z Downloaded tokio-dtrace v0.1.1
14442026-07-14T05:20:58.056Z Downloaded icu_normalizer v2.2.0
14452026-07-14T05:20:58.056Z Downloaded expectorate v1.2.0
14462026-07-14T05:20:58.056Z Downloaded progenitor-impl v0.14.0
14472026-07-14T05:20:58.056Z Downloaded usdt v0.6.0
14482026-07-14T05:20:58.056Z Downloaded utf8_iter v1.0.4
14492026-07-14T05:20:58.056Z Downloaded cc v1.2.63
14502026-07-14T05:20:58.056Z Downloaded untrusted v0.7.1
14512026-07-14T05:20:58.056Z Downloaded unicode-xid v0.2.6
14522026-07-14T05:20:58.056Z Downloaded progenitor-impl v0.13.0
14532026-07-14T05:20:58.056Z Downloaded structmeta-derive v0.3.0
14542026-07-14T05:20:58.056Z Downloaded structmeta v0.3.0
14552026-07-14T05:20:58.060Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14562026-07-14T05:20:58.060Z Downloaded serde_yaml v0.9.34+deprecated
14572026-07-14T05:20:58.060Z Downloaded slog v2.8.2
14582026-07-14T05:20:58.060Z Downloaded similar v2.7.0
14592026-07-14T05:20:58.060Z Downloaded wait-timeout v0.2.1
14602026-07-14T05:20:58.060Z Downloaded waitgroup v0.1.2
14612026-07-14T05:20:58.060Z Downloaded utf-8 v0.7.6
14622026-07-14T05:20:58.063Z Downloaded want v0.3.1
14632026-07-14T05:20:58.063Z Downloaded usdt v0.5.0
14642026-07-14T05:20:58.063Z Downloaded version_check v0.9.5
14652026-07-14T05:20:58.063Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14662026-07-14T05:20:58.066Z Downloaded thiserror v2.0.18
14672026-07-14T05:20:58.069Z Downloaded tempfile v3.27.0
14682026-07-14T05:20:58.069Z Downloaded schemars v0.9.0
14692026-07-14T05:20:58.075Z Downloaded yoke-derive v0.8.2
14702026-07-14T05:20:58.078Z Downloaded toml_writer v1.1.1+spec-1.1.0
14712026-07-14T05:20:58.078Z Downloaded memchr v2.8.1
14722026-07-14T05:20:58.081Z Downloaded indexmap v2.14.0
14732026-07-14T05:20:58.084Z Downloaded qorb v0.4.1
14742026-07-14T05:20:58.089Z Downloaded rayon-core v1.13.0
14752026-07-14T05:20:58.089Z Downloaded serde_tokenstream v0.2.3
14762026-07-14T05:20:58.092Z Downloaded schemars v0.8.22
14772026-07-14T05:20:58.095Z Downloaded unarray v0.1.4
14782026-07-14T05:20:58.095Z Downloaded zerofrom v0.1.8
14792026-07-14T05:20:58.098Z Downloaded num-traits v0.2.19
14802026-07-14T05:20:58.105Z Downloaded zeroize_derive v1.4.3
14812026-07-14T05:20:58.111Z Downloaded usdt-impl v0.6.0
14822026-07-14T05:20:58.114Z Downloaded quinn v0.11.9
14832026-07-14T05:20:58.117Z Downloaded toml v0.8.23
14842026-07-14T05:20:58.117Z Downloaded tokio-tungstenite v0.21.0
14852026-07-14T05:20:58.120Z Downloaded zerofrom-derive v0.1.7
14862026-07-14T05:20:58.120Z Downloaded tokio-rustls v0.26.4
14872026-07-14T05:20:58.120Z Downloaded zone_cfg_derive v0.3.1
14882026-07-14T05:20:58.120Z Downloaded zone v0.3.1
14892026-07-14T05:20:58.123Z Downloaded rand v0.8.6
14902026-07-14T05:20:58.123Z Downloaded utf8parse v0.2.2
14912026-07-14T05:20:58.126Z Downloaded usdt-impl v0.5.0
14922026-07-14T05:20:58.130Z Downloaded toml_parser v1.1.2+spec-1.1.0
14932026-07-14T05:20:58.134Z Downloaded test-strategy v0.4.5
14942026-07-14T05:20:58.135Z Downloaded thin-vec v0.2.18
14952026-07-14T05:20:58.138Z Downloaded walkdir v2.5.0
14962026-07-14T05:20:58.138Z Downloaded schemars v1.2.1
14972026-07-14T05:20:58.142Z Downloaded xz2 v0.1.7
14982026-07-14T05:20:58.145Z Downloaded writeable v0.6.3
14992026-07-14T05:20:58.145Z Downloaded snafu v0.8.9
15002026-07-14T05:20:58.150Z Downloaded hashbrown v0.15.5
15012026-07-14T05:20:58.153Z Downloaded hashbrown v0.16.1
15022026-07-14T05:20:58.156Z Downloaded socket2 v0.6.5
15032026-07-14T05:20:58.156Z Downloaded serde v1.0.228
15042026-07-14T05:20:58.159Z Downloaded ucd-trie v0.1.7
15052026-07-14T05:20:58.159Z Downloaded nom v7.1.3
15062026-07-14T05:20:58.162Z Downloaded zmij v1.0.21
15072026-07-14T05:20:58.162Z Downloaded mio v1.2.1
15082026-07-14T05:20:58.165Z Downloaded rustls-webpki v0.103.13
15092026-07-14T05:20:58.168Z Downloaded zeroize v1.8.2
15102026-07-14T05:20:58.168Z Downloaded tokio-stream v0.1.18
15112026-07-14T05:20:58.171Z Downloaded zerovec-derive v0.11.3
15122026-07-14T05:20:58.171Z Downloaded itertools v0.12.1
15132026-07-14T05:20:58.175Z Downloaded tinyvec v1.11.0
15142026-07-14T05:20:58.178Z Downloaded vsss-rs v3.3.4
15152026-07-14T05:20:58.178Z Downloaded rand v0.9.4
15162026-07-14T05:20:58.181Z Downloaded hkdf v0.12.4
15172026-07-14T05:20:58.184Z Downloaded term v1.2.1
15182026-07-14T05:20:58.184Z Downloaded textwrap v0.16.2
15192026-07-14T05:20:58.190Z Downloaded toml v1.1.2+spec-1.1.0
15202026-07-14T05:20:58.194Z Downloaded tracing-attributes v0.1.31
15212026-07-14T05:20:58.199Z Downloaded idna v1.1.0
15222026-07-14T05:20:58.203Z Downloaded tungstenite v0.21.0
15232026-07-14T05:20:58.205Z Downloaded whoami v1.6.1
15242026-07-14T05:20:58.208Z Downloaded typify v0.6.2
15252026-07-14T05:20:58.211Z Downloaded yoke v0.8.3
15262026-07-14T05:20:58.211Z Downloaded clap_builder v4.6.0
15272026-07-14T05:20:58.214Z Downloaded aho-corasick v1.1.4
15282026-07-14T05:20:58.220Z Downloaded unsafe-libyaml v0.2.11
15292026-07-14T05:20:58.223Z Downloaded unicode-ident v1.0.24
15302026-07-14T05:20:58.223Z Downloaded zerocopy-derive v0.7.35
15312026-07-14T05:20:58.226Z Downloaded nom v8.0.0
15322026-07-14T05:20:58.226Z Downloaded toml v0.9.12+spec-1.1.0
15332026-07-14T05:20:58.233Z Downloaded rand v0.10.2
15342026-07-14T05:20:58.237Z Downloaded toml_edit v0.25.12+spec-1.1.0
15352026-07-14T05:20:58.240Z Downloaded hyper v1.10.1
15362026-07-14T05:20:58.244Z Downloaded aws-lc-rs v1.17.0
15372026-07-14T05:20:58.249Z Downloaded steno v0.4.1
15382026-07-14T05:20:58.252Z Downloaded hashbrown v0.17.1
15392026-07-14T05:20:58.255Z Downloaded typify v0.4.3
15402026-07-14T05:20:58.258Z Downloaded tracing-core v0.1.36
15412026-07-14T05:20:58.272Z Downloaded ron v0.12.1
15422026-07-14T05:20:58.279Z Downloaded toml_edit v0.22.27
15432026-07-14T05:20:58.282Z Downloaded pest v2.8.6
15442026-07-14T05:20:58.285Z Downloaded toml_edit v0.19.15
15452026-07-14T05:20:58.291Z Downloaded uuid v1.23.5
15462026-07-14T05:20:58.294Z Downloaded libm v0.2.16
15472026-07-14T05:20:58.298Z Downloaded itertools v0.14.0
15482026-07-14T05:20:58.322Z Downloaded itertools v0.15.0
15492026-07-14T05:20:58.327Z Downloaded regex v1.12.3
15502026-07-14T05:20:58.332Z Downloaded goblin v0.8.2
15512026-07-14T05:20:58.335Z Downloaded h2 v0.4.14
15522026-07-14T05:20:58.339Z Downloaded futures-util v0.3.32
15532026-07-14T05:20:58.345Z Downloaded icu_properties_data v2.2.0
15542026-07-14T05:20:58.353Z Downloaded typenum v1.20.1
15552026-07-14T05:20:58.356Z Downloaded rayon v1.12.0
15562026-07-14T05:20:58.360Z Downloaded zerotrie v0.2.4
15572026-07-14T05:20:58.363Z Downloaded url v2.5.8
15582026-07-14T05:20:58.363Z Downloaded reqwest v0.12.28
15592026-07-14T05:20:58.366Z Downloaded typed-path v0.9.3
15602026-07-14T05:20:58.369Z Downloaded zerocopy-derive v0.8.50
15612026-07-14T05:20:58.372Z Downloaded iddqd v0.4.5
15622026-07-14T05:20:58.379Z Downloaded tower v0.5.3
15632026-07-14T05:20:58.384Z Downloaded serde_json v1.0.150
15642026-07-14T05:20:58.390Z Downloaded unicode-segmentation v1.13.3
15652026-07-14T05:20:58.400Z Downloaded tokio-util v0.7.18
15662026-07-14T05:20:58.403Z Downloaded portable-atomic v1.13.1
15672026-07-14T05:20:58.418Z Downloaded reqwest v0.13.4
15682026-07-14T05:20:58.440Z Downloaded zerovec v0.11.6
15692026-07-14T05:20:58.443Z Downloaded chrono v0.4.45
15702026-07-14T05:20:58.448Z Downloaded tower-http v0.6.11
15712026-07-14T05:20:58.452Z Downloaded proptest v1.11.0
15722026-07-14T05:20:58.457Z Downloaded tough v0.22.0
15732026-07-14T05:20:58.461Z Downloaded unicode-normalization v0.1.25
15742026-07-14T05:20:58.466Z Downloaded moka v0.12.15
15752026-07-14T05:20:58.469Z Downloaded serde_with v3.20.0
15762026-07-14T05:20:58.477Z Downloaded winnow v0.5.40
15772026-07-14T05:20:58.482Z Downloaded zerocopy v0.7.35
15782026-07-14T05:20:58.498Z Downloaded goblin v0.10.7
15792026-07-14T05:20:58.507Z Downloaded curve25519-dalek v4.1.3
15802026-07-14T05:20:58.512Z Downloaded tabled v0.15.0
15812026-07-14T05:20:58.520Z Downloaded quinn-proto v0.11.14
15822026-07-14T05:20:58.524Z Downloaded winnow v1.0.3
15832026-07-14T05:20:58.534Z Downloaded winnow v0.7.15
15842026-07-14T05:20:58.542Z Downloaded syn v1.0.109
15852026-07-14T05:20:59.550Z Downloaded time v0.3.47
15862026-07-14T05:20:59.553Z Downloaded tabled v0.21.0
15872026-07-14T05:20:59.553Z Downloaded vcpkg v0.2.15
15882026-07-14T05:20:59.553Z Downloaded webpki-roots v1.0.7
15892026-07-14T05:20:59.553Z Downloaded openssl v0.10.80
15902026-07-14T05:20:59.553Z Downloaded nix v0.31.3
15912026-07-14T05:20:59.553Z Downloaded unicode-width v0.1.14
15922026-07-14T05:20:59.553Z Downloaded hickory-proto v0.24.4
15932026-07-14T05:20:59.553Z Downloaded smoltcp v0.11.0
15942026-07-14T05:20:59.553Z Downloaded syn v2.0.117
15952026-07-14T05:20:59.553Z Downloaded zerocopy v0.8.50
15962026-07-14T05:20:59.553Z Downloaded unicode-width v0.2.2
15972026-07-14T05:20:59.553Z Downloaded regress v0.11.1
15982026-07-14T05:20:59.553Z Downloaded openapiv3 v2.2.0
15992026-07-14T05:20:59.553Z Downloaded hickory-proto v0.25.2
16002026-07-14T05:20:59.553Z Downloaded dropshot v0.17.1
16012026-07-14T05:20:59.553Z Downloaded regex-syntax v0.8.10
16022026-07-14T05:20:59.553Z Downloaded regress v0.10.5
16032026-07-14T05:20:59.553Z Downloaded rhai v1.25.1
16042026-07-14T05:20:59.553Z Downloaded bstr v1.12.1
16052026-07-14T05:20:59.554Z Downloaded rustls v0.23.40
16062026-07-14T05:20:59.554Z Downloaded rustix v0.38.44
16072026-07-14T05:20:59.554Z Downloaded petgraph v0.6.5
16082026-07-14T05:20:59.554Z Downloaded rustix v1.1.4
16092026-07-14T05:20:59.554Z Downloaded jiff v0.2.28
16102026-07-14T05:20:59.554Z Downloaded petgraph v0.8.3
16112026-07-14T05:20:59.554Z Downloaded typify-impl v0.6.2
16122026-07-14T05:20:59.554Z Downloaded sled v0.34.7
16132026-07-14T05:20:59.554Z Downloaded encoding_rs v0.8.35
16142026-07-14T05:20:59.554Z Downloaded typify-impl v0.4.3
16152026-07-14T05:20:59.554Z Downloaded tracing v0.1.44
16162026-07-14T05:20:59.554Z Downloaded regex-automata v0.4.14
16172026-07-14T05:20:59.554Z Downloaded lzma-sys v0.1.20
16182026-07-14T05:20:59.554Z Downloaded chrono-tz v0.10.4
16192026-07-14T05:20:59.554Z Downloaded libc v0.2.186
16202026-07-14T05:20:59.554Z Downloaded csv v1.4.0
16212026-07-14T05:20:59.554Z Downloaded sha3 v0.10.9
16222026-07-14T05:20:59.554Z Downloaded tokio v1.52.3
16232026-07-14T05:20:59.554Z Downloaded ring v0.17.14
16242026-07-14T05:20:59.637Z Downloaded aws-lc-sys v0.41.0
16252026-07-14T05:20:59.985Z Compiling proc-macro2 v1.0.106
16262026-07-14T05:20:59.985Z Compiling quote v1.0.45
16272026-07-14T05:20:59.985Z Compiling unicode-ident v1.0.24
16282026-07-14T05:20:59.985Z Compiling serde_core v1.0.228
16292026-07-14T05:20:59.988Z Compiling serde v1.0.228
16302026-07-14T05:20:59.988Z Compiling libc v0.2.186
16312026-07-14T05:20:59.988Z Compiling cfg-if v1.0.4
16322026-07-14T05:21:00.276Z Compiling zmij v1.0.21
16332026-07-14T05:21:00.294Z Compiling autocfg v1.5.1
16342026-07-14T05:21:00.746Z Compiling memchr v2.8.1
16352026-07-14T05:21:00.751Z Compiling libm v0.2.16
16362026-07-14T05:21:01.191Z Compiling itoa v1.0.18
16372026-07-14T05:21:01.209Z Compiling icu_properties_data v2.2.0
16382026-07-14T05:21:01.442Z Compiling icu_normalizer_data v2.2.0
16392026-07-14T05:21:01.478Z Compiling version_check v0.9.5
16402026-07-14T05:21:01.516Z Compiling stable_deref_trait v1.2.1
16412026-07-14T05:21:01.631Z Compiling syn v2.0.117
16422026-07-14T05:21:01.659Z Compiling serde_json v1.0.150
16432026-07-14T05:21:01.715Z Compiling parking_lot_core v0.9.12
16442026-07-14T05:21:01.752Z Compiling litemap v0.8.2
16452026-07-14T05:21:01.944Z Compiling writeable v0.6.3
16462026-07-14T05:21:01.982Z Compiling num-traits v0.2.19
16472026-07-14T05:21:02.003Z Compiling utf8_iter v1.0.4
16482026-07-14T05:21:02.088Z Compiling thiserror v2.0.18
16492026-07-14T05:21:02.197Z Compiling percent-encoding v2.3.2
16502026-07-14T05:21:02.476Z Compiling form_urlencoded v1.2.2
16512026-07-14T05:21:02.494Z Compiling zerocopy v0.8.50
16522026-07-14T05:21:02.515Z Compiling errno v0.3.14
16532026-07-14T05:21:02.538Z Compiling getrandom v0.4.2
16542026-07-14T05:21:02.728Z Compiling rand_core v0.10.1
16552026-07-14T05:21:02.746Z Compiling iana-time-zone v0.1.65
16562026-07-14T05:21:03.095Z Compiling uuid v1.23.5
16572026-07-14T05:21:03.134Z Compiling heck v0.5.0
16582026-07-14T05:21:03.134Z Compiling jobserver v0.1.34
16592026-07-14T05:21:03.357Z Compiling find-msvc-tools v0.1.9
16602026-07-14T05:21:03.464Z Compiling shlex v2.0.1
16612026-07-14T05:21:03.606Z Compiling cc v1.2.63
16622026-07-14T05:21:03.657Z Compiling rustversion v1.0.22
16632026-07-14T05:21:03.675Z Compiling semver v1.0.28
16642026-07-14T05:21:03.857Z Compiling dyn-clone v1.0.20
16652026-07-14T05:21:03.878Z Compiling schemars v0.8.22
16662026-07-14T05:21:04.013Z Compiling pin-project-lite v0.2.17
16672026-07-14T05:21:04.125Z Compiling getrandom v0.2.17
16682026-07-14T05:21:04.143Z Compiling scopeguard v1.2.0
16692026-07-14T05:21:04.189Z Compiling bitflags v2.12.1
16702026-07-14T05:21:04.286Z Compiling lock_api v0.4.14
16712026-07-14T05:21:04.397Z Compiling socket2 v0.6.5
16722026-07-14T05:21:04.548Z Compiling synstructure v0.13.2
16732026-07-14T05:21:04.567Z Compiling serde_derive_internals v0.29.1
16742026-07-14T05:21:04.608Z Compiling cmake v0.1.58
16752026-07-14T05:21:04.696Z Compiling signal-hook-registry v1.4.8
16762026-07-14T05:21:04.920Z Compiling mio v1.2.1
16772026-07-14T05:21:04.950Z Compiling dunce v1.0.5
16782026-07-14T05:21:05.048Z Compiling fs_extra v1.3.0
16792026-07-14T05:21:05.066Z Compiling portable-atomic v1.13.1
16802026-07-14T05:21:05.137Z Compiling critical-section v1.2.0
16812026-07-14T05:21:05.168Z Compiling futures-core v0.3.32
16822026-07-14T05:21:05.186Z Compiling log v0.4.32
16832026-07-14T05:21:05.290Z Compiling subtle v2.6.1
16842026-07-14T05:21:05.308Z Compiling aws-lc-sys v0.41.0
16852026-07-14T05:21:05.367Z Compiling getrandom v0.3.4
16862026-07-14T05:21:05.465Z Compiling equivalent v1.0.2
16872026-07-14T05:21:05.541Z Compiling httparse v1.10.1
16882026-07-14T05:21:05.559Z Compiling futures-sink v0.3.32
16892026-07-14T05:21:05.665Z Compiling slab v0.4.12
16902026-07-14T05:21:05.683Z Compiling rustix v1.1.4
16912026-07-14T05:21:05.700Z Compiling serde_derive v1.0.228
16922026-07-14T05:21:05.729Z Compiling zerofrom-derive v0.1.7
16932026-07-14T05:21:05.805Z Compiling yoke-derive v0.8.2
16942026-07-14T05:21:05.869Z Compiling zerovec-derive v0.11.3
16952026-07-14T05:21:05.895Z Compiling displaydoc v0.2.6
16962026-07-14T05:21:06.083Z Compiling schemars_derive v0.8.22
16972026-07-14T05:21:06.213Z Compiling thiserror-impl v2.0.18
16982026-07-14T05:21:06.306Z Compiling tokio-macros v2.7.0
16992026-07-14T05:21:06.707Z Compiling zerocopy-derive v0.8.50
17002026-07-14T05:21:06.931Z Compiling zeroize_derive v1.4.3
17012026-07-14T05:21:06.960Z Compiling zerofrom v0.1.8
17022026-07-14T05:21:07.042Z Compiling futures-macro v0.3.32
17032026-07-14T05:21:07.067Z Compiling once_cell v1.21.4
17042026-07-14T05:21:07.091Z Compiling yoke v0.8.3
17052026-07-14T05:21:07.291Z Compiling zerovec v0.11.6
17062026-07-14T05:21:07.309Z Compiling zerotrie v0.2.4
17072026-07-14T05:21:07.327Z Compiling ucd-trie v0.1.7
17082026-07-14T05:21:07.572Z Compiling thiserror v1.0.69
17092026-07-14T05:21:07.596Z Compiling zeroize v1.8.2
17102026-07-14T05:21:07.665Z Compiling pest v2.8.6
17112026-07-14T05:21:07.739Z Compiling typenum v1.20.1
17122026-07-14T05:21:07.837Z Compiling tinystr v0.8.3
17132026-07-14T05:21:07.870Z Compiling potential_utf v0.1.5
17142026-07-14T05:21:07.904Z Compiling thiserror-impl v1.0.69
17152026-07-14T05:21:07.922Z Compiling futures-channel v0.3.32
17162026-07-14T05:21:08.050Z Compiling icu_locale_core v2.2.0
17172026-07-14T05:21:08.050Z Compiling icu_collections v2.2.0
17182026-07-14T05:21:08.176Z Compiling futures-task v0.3.32
17192026-07-14T05:21:08.350Z Compiling futures-io v0.3.32
17202026-07-14T05:21:08.566Z Compiling futures-util v0.3.32
17212026-07-14T05:21:08.803Z Compiling pest_meta v2.8.6
17222026-07-14T05:21:08.853Z Compiling icu_provider v2.2.0
17232026-07-14T05:21:08.986Z Compiling smallvec v1.15.1
17242026-07-14T05:21:09.051Z Compiling bytes v1.11.1
17252026-07-14T05:21:09.069Z Compiling chrono v0.4.45
17262026-07-14T05:21:09.270Z Compiling icu_normalizer v2.2.0
17272026-07-14T05:21:09.460Z Compiling icu_properties v2.2.0
17282026-07-14T05:21:10.016Z Compiling serde_tokenstream v0.2.3
17292026-07-14T05:21:10.295Z Compiling parking_lot v0.12.5
17302026-07-14T05:21:10.454Z Compiling idna_adapter v1.2.2
17312026-07-14T05:21:10.604Z Compiling idna v1.1.0
17322026-07-14T05:21:10.878Z Compiling tokio v1.52.3
17332026-07-14T05:21:10.897Z Compiling pest_generator v2.8.6
17342026-07-14T05:21:11.012Z Compiling url v2.5.8
17352026-07-14T05:21:11.157Z Compiling regex-syntax v0.8.10
17362026-07-14T05:21:11.183Z Compiling strsim v0.11.1
17372026-07-14T05:21:11.293Z Compiling rand_core v0.6.4
17382026-07-14T05:21:11.500Z Compiling aho-corasick v1.1.4
17392026-07-14T05:21:11.555Z Compiling hashbrown v0.17.1
17402026-07-14T05:21:11.574Z Compiling pest_derive v2.8.6
17412026-07-14T05:21:12.265Z Compiling byteorder v1.5.0
17422026-07-14T05:21:12.515Z Compiling indexmap v2.14.0
17432026-07-14T05:21:12.535Z Compiling tracing-core v0.1.36
17442026-07-14T05:21:12.726Z Compiling regex-automata v0.4.14
17452026-07-14T05:21:12.874Z Compiling tracing-attributes v0.1.31
17462026-07-14T05:21:13.210Z Compiling ipnetwork v0.21.1
17472026-07-14T05:21:13.355Z Compiling ident_case v1.0.1
17482026-07-14T05:21:13.485Z Compiling slog v2.8.2
17492026-07-14T05:21:13.578Z Compiling paste v1.0.15
17502026-07-14T05:21:13.784Z Compiling anyhow v1.0.103
17512026-07-14T05:21:13.892Z Compiling base64 v0.22.1
17522026-07-14T05:21:14.097Z Compiling tracing v0.1.44
17532026-07-14T05:21:14.138Z Compiling fnv v1.0.7
17542026-07-14T05:21:14.367Z Compiling regex v1.12.3
17552026-07-14T05:21:14.440Z Compiling erased-serde v0.3.31
17562026-07-14T05:21:14.767Z Compiling omicron-workspace-hack v0.1.0
17572026-07-14T05:21:15.044Z Compiling http v1.4.2
17582026-07-14T05:21:15.643Z Compiling oxnet v0.1.6
17592026-07-14T05:21:16.205Z Compiling rustls-pki-types v1.14.1
17602026-07-14T05:21:16.447Z Compiling scroll_derive v0.13.1
17612026-07-14T05:21:16.889Z Compiling ring v0.17.14
17622026-07-14T05:21:17.059Z Compiling aws-lc-rs v1.17.0
17632026-07-14T05:21:17.089Z Compiling time-core v0.1.8
17642026-07-14T05:21:17.237Z Compiling num-conv v0.2.2
17652026-07-14T05:21:17.400Z Compiling time-macros v0.2.27
17662026-07-14T05:21:17.475Z Compiling tokio-util v0.7.18
17672026-07-14T05:21:17.785Z Compiling untrusted v0.9.0
17682026-07-14T05:21:17.923Z Compiling untrusted v0.7.1
17692026-07-14T05:21:18.055Z Compiling camino v1.2.4
17702026-07-14T05:21:18.289Z Compiling ipnet v2.12.0
17712026-07-14T05:21:18.413Z Compiling ppv-lite86 v0.2.21
17722026-07-14T05:21:18.760Z Compiling async-trait v0.1.89
17732026-07-14T05:21:18.947Z Compiling daft-derive v0.1.7
17742026-07-14T05:21:19.020Z Compiling rustls v0.23.40
17752026-07-14T05:21:19.223Z Compiling crc32fast v1.5.0
17762026-07-14T05:21:19.638Z Compiling http-body v1.0.1
17772026-07-14T05:21:19.706Z Compiling crossbeam-utils v0.8.21
17782026-07-14T05:21:19.740Z Compiling pretty-hex v0.4.2
17792026-07-14T05:21:19.801Z Compiling atomic-waker v1.1.2
17802026-07-14T05:21:19.886Z Compiling usdt-impl v0.6.0
17812026-07-14T05:21:20.052Z Compiling scroll v0.13.0
17822026-07-14T05:21:20.145Z Compiling tower-service v0.3.3
17832026-07-14T05:21:20.247Z Compiling tower-layer v0.3.3
17842026-07-14T05:21:20.309Z Compiling ryu v1.0.23
17852026-07-14T05:21:20.393Z Compiling try-lock v0.2.5
17862026-07-14T05:21:20.443Z Compiling plain v0.2.3
17872026-07-14T05:21:20.510Z Compiling want v0.3.1
17882026-07-14T05:21:20.552Z Compiling goblin v0.10.7
17892026-07-14T05:21:20.685Z Compiling h2 v0.4.14
17902026-07-14T05:21:21.350Z Compiling httpdate v1.0.3
17912026-07-14T05:21:21.444Z Compiling slog-async v2.8.0
17922026-07-14T05:21:21.774Z Compiling dtrace-parser v0.3.0
17932026-07-14T05:21:21.862Z Compiling thread-id v5.1.0
17942026-07-14T05:21:22.327Z Compiling ref-cast v1.0.25
17952026-07-14T05:21:23.212Z Compiling hyper v1.10.1
17962026-07-14T05:21:24.070Z Compiling dof v0.4.0
17972026-07-14T05:21:25.067Z Compiling hyper-util v0.1.20
17982026-07-14T05:21:25.379Z Compiling serde_urlencoded v0.7.1
17992026-07-14T05:21:25.663Z Compiling http-body-util v0.1.4
18002026-07-14T05:21:25.977Z Compiling rand_core v0.9.5
18012026-07-14T05:21:26.270Z Compiling ref-cast-impl v1.0.25
18022026-07-14T05:21:26.298Z Compiling syn v1.0.109
18032026-07-14T05:21:27.036Z Compiling usdt-macro v0.6.0
18042026-07-14T05:21:27.285Z Compiling usdt-attr-macro v0.6.0
18052026-07-14T05:21:27.875Z Compiling structmeta-derive v0.3.0
18062026-07-14T05:21:28.004Z Compiling multer v3.1.0
18072026-07-14T05:21:28.062Z Compiling allocator-api2 v0.2.21
18082026-07-14T05:21:28.162Z Compiling foldhash v0.2.0
18092026-07-14T05:21:28.283Z Compiling powerfmt v0.2.0
18102026-07-14T05:21:28.440Z Compiling hashbrown v0.16.1
18112026-07-14T05:21:28.568Z Compiling deranged v0.5.8
18122026-07-14T05:21:28.828Z Compiling rand_chacha v0.9.0
18132026-07-14T05:21:28.925Z Compiling structmeta v0.3.0
18142026-07-14T05:21:29.131Z Compiling darling_core v0.23.0
18152026-07-14T05:21:29.157Z Compiling newtype-uuid-macros v0.1.0
18162026-07-14T05:21:29.526Z Compiling num_threads v0.1.7
18172026-07-14T05:21:29.727Z Compiling rand v0.9.4
18182026-07-14T05:21:29.780Z Compiling time v0.3.47
18192026-07-14T05:21:30.009Z Compiling newtype-uuid v1.3.2
18202026-07-14T05:21:30.380Z Compiling strum_macros v0.26.4
18212026-07-14T05:21:30.882Z Compiling async-stream-impl v0.3.6
18222026-07-14T05:21:30.955Z Compiling sync_wrapper v1.0.2
18232026-07-14T05:21:31.100Z Compiling dropshot v0.17.1
18242026-07-14T05:21:31.205Z Compiling darling_macro v0.23.0
18252026-07-14T05:21:31.542Z Compiling hex v0.4.3
18262026-07-14T05:21:31.791Z Compiling fastrand v2.4.1
18272026-07-14T05:21:31.837Z Compiling darling v0.23.0
18282026-07-14T05:21:31.911Z Compiling tower v0.5.3
18292026-07-14T05:21:31.931Z Compiling daft v0.1.7
18302026-07-14T05:21:32.117Z Compiling crossbeam-channel v0.5.15
18312026-07-14T05:21:32.210Z Compiling webpki-roots v1.0.7
18322026-07-14T05:21:32.466Z Compiling openapiv3 v2.2.0
18332026-07-14T05:21:32.639Z Compiling generic-array v0.14.7
18342026-07-14T05:21:32.959Z Compiling tower-http v0.6.11
18352026-07-14T05:21:33.101Z Compiling serde_with_macros v3.20.0
18362026-07-14T05:21:33.633Z Compiling futures-executor v0.3.32
18372026-07-14T05:21:33.741Z Compiling dropshot_endpoint v0.17.1
18382026-07-14T05:21:34.171Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18392026-07-14T05:21:34.213Z Compiling thread_local v1.1.9
18402026-07-14T05:21:34.556Z Compiling openssl-probe v0.2.1
18412026-07-14T05:21:34.592Z Compiling cpufeatures v0.3.0
18422026-07-14T05:21:34.676Z Compiling rustls-native-certs v0.8.4
18432026-07-14T05:21:34.807Z Compiling futures v0.3.32
18442026-07-14T05:21:35.371Z Compiling tempfile v3.27.0
18452026-07-14T05:21:35.435Z Compiling derive-ex v0.1.8
18462026-07-14T05:21:35.567Z Compiling strum_macros v0.27.2
18472026-07-14T05:21:36.199Z Compiling is-terminal v0.4.17
18482026-07-14T05:21:36.312Z Compiling winnow v1.0.3
18492026-07-14T05:21:36.526Z Compiling take_mut v0.2.2
18502026-07-14T05:21:36.649Z Compiling term v1.2.1
18512026-07-14T05:21:37.025Z Compiling test-strategy v0.4.5
18522026-07-14T05:21:37.343Z Compiling slog-term v2.9.2
18532026-07-14T05:21:38.638Z Compiling macaddr v1.0.1
18542026-07-14T05:21:38.656Z Compiling hybrid-array v0.4.12
18552026-07-14T05:21:39.009Z Compiling simd-adler32 v0.3.9
18562026-07-14T05:21:39.143Z Compiling match_cfg v0.1.0
18572026-07-14T05:21:39.384Z Compiling adler2 v2.0.1
18582026-07-14T05:21:39.444Z Compiling hostname v0.3.1
18592026-07-14T05:21:39.553Z Compiling miniz_oxide v0.8.9
18602026-07-14T05:21:39.971Z Compiling slog-json v2.6.1
18612026-07-14T05:21:40.252Z Compiling memmap2 v0.9.10
18622026-07-14T05:21:40.796Z Compiling usdt v0.6.0
18632026-07-14T05:21:40.926Z Compiling slog-bunyan v2.5.0
18642026-07-14T05:21:40.948Z Compiling flate2 v1.1.9
18652026-07-14T05:21:41.154Z Compiling crypto-common v0.2.2
18662026-07-14T05:21:41.469Z Compiling block-buffer v0.12.0
18672026-07-14T05:21:41.512Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-07-14T05:21:41.679Z Compiling either v1.16.0
18692026-07-14T05:21:41.725Z Compiling const-oid v0.10.2
18702026-07-14T05:21:41.910Z Compiling debug-ignore v1.0.5
18712026-07-14T05:21:42.044Z Compiling compression-core v0.4.32
18722026-07-14T05:21:42.219Z Compiling compression-codecs v0.4.38
18732026-07-14T05:21:42.382Z Compiling digest v0.11.3
18742026-07-14T05:21:42.433Z Compiling toml_parser v1.1.2+spec-1.1.0
18752026-07-14T05:21:42.577Z Compiling crypto-common v0.1.7
18762026-07-14T05:21:42.596Z Compiling parse-display-derive v0.10.0
18772026-07-14T05:21:42.727Z Compiling rand_chacha v0.3.1
18782026-07-14T05:21:42.875Z Compiling serde_spanned v1.1.1
18792026-07-14T05:21:42.894Z Compiling toml_datetime v1.1.1+spec-1.1.0
18802026-07-14T05:21:43.029Z Compiling encoding_rs v0.8.35
18812026-07-14T05:21:43.313Z Compiling toml_writer v1.1.1+spec-1.1.0
18822026-07-14T05:21:43.348Z Compiling spin v0.9.8
18832026-07-14T05:21:43.481Z Compiling mime v0.3.17
18842026-07-14T05:21:43.576Z Compiling toml v1.1.2+spec-1.1.0
18852026-07-14T05:21:43.738Z Compiling rand v0.8.6
18862026-07-14T05:21:43.958Z Compiling sha1 v0.11.0
18872026-07-14T05:21:44.144Z Compiling async-compression v0.4.42
18882026-07-14T05:21:44.351Z Compiling strum v0.26.3
18892026-07-14T05:21:44.492Z Compiling async-stream v0.3.6
18902026-07-14T05:21:44.595Z Compiling waitgroup v0.1.2
18912026-07-14T05:21:44.683Z Compiling rustls-pemfile v2.2.0
18922026-07-14T05:21:44.756Z Compiling serde_path_to_error v0.1.20
18932026-07-14T05:21:44.815Z Compiling wait-timeout v0.2.1
18942026-07-14T05:21:44.972Z Compiling hostname v0.4.2
18952026-07-14T05:21:45.259Z Compiling quick-error v1.2.3
18962026-07-14T05:21:45.376Z Compiling bit-vec v0.8.0
18972026-07-14T05:21:45.394Z Compiling rusty-fork v0.3.1
18982026-07-14T05:21:45.575Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-07-14T05:21:45.670Z Compiling bit-set v0.8.0
19002026-07-14T05:21:45.868Z Compiling serde_with v3.20.0
19012026-07-14T05:21:45.949Z Compiling rand_xorshift v0.4.0
19022026-07-14T05:21:46.118Z Compiling unarray v0.1.4
19032026-07-14T05:21:46.243Z Compiling proptest v1.11.0
19042026-07-14T05:21:46.247Z Compiling strum v0.27.2
19052026-07-14T05:21:46.401Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19062026-07-14T05:21:46.551Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19072026-07-14T05:21:46.737Z Compiling instant v0.1.13
19082026-07-14T05:21:46.968Z Compiling itertools v0.14.0
19092026-07-14T05:21:47.094Z Compiling iddqd v0.4.5
19102026-07-14T05:21:47.751Z Compiling unicode-width v0.2.2
19112026-07-14T05:21:48.267Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-14T05:21:48.340Z Compiling block-buffer v0.10.4
19132026-07-14T05:21:48.439Z Compiling backon v1.6.0
19142026-07-14T05:21:48.694Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19152026-07-14T05:21:50.071Z Compiling digest v0.10.7
19162026-07-14T05:21:50.145Z Compiling backoff v0.4.0
19172026-07-14T05:21:50.314Z Compiling parse-display v0.10.0
19182026-07-14T05:21:50.358Z Compiling regress v0.10.5
19192026-07-14T05:21:50.474Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19202026-07-14T05:21:51.657Z Compiling humantime v2.3.0
19212026-07-14T05:21:53.161Z Compiling regress v0.11.1
19222026-07-14T05:21:54.720Z Compiling typify-impl v0.6.2
19232026-07-14T05:21:54.899Z Compiling zerocopy-derive v0.7.35
19242026-07-14T05:21:55.861Z Compiling darling_core v0.21.3
19252026-07-14T05:21:56.131Z Compiling clap_derive v4.6.1
19262026-07-14T05:21:56.362Z Compiling cpufeatures v0.2.17
19272026-07-14T05:21:56.440Z Compiling utf8parse v0.2.2
19282026-07-14T05:21:56.559Z Compiling convert_case v0.4.0
19292026-07-14T05:21:56.926Z Compiling derive_more v0.99.20
19302026-07-14T05:21:57.084Z Compiling anstyle-parse v1.0.0
19312026-07-14T05:21:57.902Z Compiling darling_macro v0.21.3
19322026-07-14T05:21:57.976Z Compiling typify-macro v0.6.2
19332026-07-14T05:21:58.232Z Compiling terminal_size v0.4.4
19342026-07-14T05:21:58.268Z Compiling toml_datetime v0.6.11
19352026-07-14T05:21:58.470Z Compiling is_terminal_polyfill v1.70.2
19362026-07-14T05:21:58.564Z Compiling anstyle v1.0.14
19372026-07-14T05:21:58.584Z Compiling colorchoice v1.0.5
19382026-07-14T05:21:58.702Z Compiling anstyle-query v1.1.5
19392026-07-14T05:21:58.811Z Compiling anstream v1.0.0
19402026-07-14T05:21:58.830Z Compiling darling v0.21.3
19412026-07-14T05:21:59.314Z Compiling secrecy v0.10.3
19422026-07-14T05:21:59.485Z Compiling heapless v0.8.0
19432026-07-14T05:21:59.625Z Compiling tinyvec_macros v0.1.1
19442026-07-14T05:21:59.643Z Compiling clap_lex v1.1.0
19452026-07-14T05:21:59.678Z Compiling crucible-workspace-hack v0.1.0
19462026-07-14T05:21:59.930Z Compiling clap_builder v4.6.0
19472026-07-14T05:22:00.021Z Compiling tinyvec v1.11.0
19482026-07-14T05:22:00.365Z Compiling typify v0.6.2
19492026-07-14T05:22:00.416Z Compiling ingot-macros v0.1.1
19502026-07-14T05:22:00.456Z Compiling zerocopy v0.7.35
19512026-07-14T05:22:00.931Z Compiling hash32 v0.3.1
19522026-07-14T05:22:00.958Z Compiling scroll_derive v0.12.1
19532026-07-14T05:22:00.976Z Compiling rustc_version v0.4.1
19542026-07-14T05:22:01.278Z Compiling num-integer v0.1.46
19552026-07-14T05:22:01.297Z Compiling usdt-impl v0.5.0
19562026-07-14T05:22:01.573Z Compiling smoltcp v0.11.0
19572026-07-14T05:22:01.719Z Compiling scroll v0.12.0
19582026-07-14T05:22:01.889Z Compiling clap v4.6.1
19592026-07-14T05:22:01.964Z Compiling curve25519-dalek v4.1.3
19602026-07-14T05:22:02.261Z Compiling dof v0.3.0
19612026-07-14T05:22:03.082Z Compiling ingot-types v0.1.2
19622026-07-14T05:22:03.725Z Compiling hmac v0.12.1
19632026-07-14T05:22:03.817Z Compiling dtrace-parser v0.2.0
19642026-07-14T05:22:03.848Z Compiling inout v0.1.4
19652026-07-14T05:22:03.933Z Compiling ff v0.13.1
19662026-07-14T05:22:04.003Z Compiling cobs v0.3.0
19672026-07-14T05:22:04.280Z Compiling thread-id v4.2.2
19682026-07-14T05:22:04.386Z Compiling managed v0.8.0
19692026-07-14T05:22:04.638Z Compiling bitflags v1.3.2
19702026-07-14T05:22:04.722Z Compiling unsafe-libyaml v0.2.11
19712026-07-14T05:22:05.319Z Compiling serde_yaml v0.9.34+deprecated
19722026-07-14T05:22:05.487Z Compiling postcard v1.1.3
19732026-07-14T05:22:05.852Z Compiling group v0.13.0
19742026-07-14T05:22:05.878Z Compiling cipher v0.4.4
19752026-07-14T05:22:06.143Z Compiling hkdf v0.12.4
19762026-07-14T05:22:06.333Z Compiling ingot v0.1.1
19772026-07-14T05:22:07.005Z Compiling goblin v0.8.2
19782026-07-14T05:22:07.349Z Compiling num-rational v0.4.2
19792026-07-14T05:22:08.318Z Compiling num-iter v0.1.45
19802026-07-14T05:22:08.589Z Compiling tabwriter v1.4.1
19812026-07-14T05:22:08.771Z Compiling universal-hash v0.5.1
19822026-07-14T05:22:08.913Z Compiling crypto-bigint v0.5.5
19832026-07-14T05:22:08.939Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-07-14T05:22:09.065Z Compiling thiserror-impl-no-std v2.0.2
19852026-07-14T05:22:09.699Z Compiling hubpack_derive v0.1.1
19862026-07-14T05:22:10.069Z Compiling crossbeam-epoch v0.9.18
19872026-07-14T05:22:10.245Z Compiling half v2.7.1
19882026-07-14T05:22:10.428Z Compiling curve25519-dalek-derive v0.1.1
19892026-07-14T05:22:10.589Z Compiling num-complex v0.4.6
19902026-07-14T05:22:11.227Z Compiling memoffset v0.9.1
19912026-07-14T05:22:11.262Z Compiling opaque-debug v0.3.1
19922026-07-14T05:22:11.341Z Compiling heck v0.4.1
19932026-07-14T05:22:11.359Z Compiling base16ct v0.2.0
19942026-07-14T05:22:11.553Z Compiling cfg_aliases v0.2.1
19952026-07-14T05:22:11.570Z Compiling ciborium-io v0.2.2
19962026-07-14T05:22:11.626Z Compiling prettyplease v0.2.37
19972026-07-14T05:22:11.806Z Compiling rustix v0.38.44
19982026-07-14T05:22:11.882Z Compiling base64ct v1.8.3
19992026-07-14T05:22:12.286Z Compiling password-hash v0.5.0
20002026-07-14T05:22:13.236Z Compiling ciborium-ll v0.2.2
20012026-07-14T05:22:13.254Z Compiling nix v0.31.3
20022026-07-14T05:22:13.595Z Compiling elliptic-curve v0.13.8
20032026-07-14T05:22:13.662Z Compiling poly1305 v0.8.0
20042026-07-14T05:22:14.245Z Compiling num v0.4.3
20052026-07-14T05:22:14.267Z Compiling hubpack v0.1.2
20062026-07-14T05:22:14.326Z Compiling thiserror-no-std v2.0.2
20072026-07-14T05:22:15.030Z Compiling chacha20 v0.9.1
20082026-07-14T05:22:15.351Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20092026-07-14T05:22:15.575Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20102026-07-14T05:22:15.869Z Compiling reqwest v0.12.28
20112026-07-14T05:22:16.879Z Compiling toml_edit v0.25.12+spec-1.1.0
20122026-07-14T05:22:16.985Z Compiling blake2 v0.10.6
20132026-07-14T05:22:17.151Z Compiling aead v0.5.2
20142026-07-14T05:22:17.462Z Compiling byte-wrapper v0.1.0
20152026-07-14T05:22:17.552Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20162026-07-14T05:22:17.750Z Compiling serde_repr v0.1.20
20172026-07-14T05:22:18.299Z Compiling proc-macro-error-attr v1.0.4
20182026-07-14T05:22:18.414Z Compiling bstr v1.12.1
20192026-07-14T05:22:18.544Z Compiling float-ord v0.3.2
20202026-07-14T05:22:18.605Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20212026-07-14T05:22:18.660Z Compiling static_assertions v1.1.0
20222026-07-14T05:22:18.677Z Compiling keccak v0.1.6
20232026-07-14T05:22:18.892Z Compiling sha3 v0.10.9
20242026-07-14T05:22:19.265Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20252026-07-14T05:22:19.285Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-07-14T05:22:19.885Z Compiling proc-macro-crate v3.5.0
20272026-07-14T05:22:19.961Z Compiling chacha20poly1305 v0.10.1
20282026-07-14T05:22:20.115Z Compiling argon2 v0.5.3
20292026-07-14T05:22:20.540Z Compiling progenitor-client v0.10.0
20302026-07-14T05:22:20.804Z Compiling vsss-rs v3.3.4
20312026-07-14T05:22:22.161Z Compiling rustls-webpki v0.103.13
20322026-07-14T05:22:22.283Z Compiling ciborium v0.2.2
20332026-07-14T05:22:23.234Z Compiling usdt-macro v0.5.0
20342026-07-14T05:22:23.676Z Compiling usdt-attr-macro v0.5.0
20352026-07-14T05:22:24.872Z Compiling num-derive v0.4.2
20362026-07-14T05:22:24.986Z Compiling enum-as-inner v0.6.1
20372026-07-14T05:22:25.567Z Compiling proc-macro-error v1.0.4
20382026-07-14T05:22:25.761Z Compiling memmap v0.7.0
20392026-07-14T05:22:25.813Z Compiling indent_write v2.2.0
20402026-07-14T05:22:25.983Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20412026-07-14T05:22:26.110Z Compiling data-encoding v2.11.0
20422026-07-14T05:22:26.346Z Compiling winnow v0.5.40
20432026-07-14T05:22:26.414Z Compiling usdt v0.5.0
20442026-07-14T05:22:26.672Z Compiling tokio-rustls v0.26.4
20452026-07-14T05:22:26.916Z Compiling rustls-platform-verifier v0.7.0
20462026-07-14T05:22:26.977Z Compiling hyper-rustls v0.27.9
20472026-07-14T05:22:27.503Z Compiling reqwest v0.13.4
20482026-07-14T05:22:27.711Z Compiling toml_edit v0.19.15
20492026-07-14T05:22:28.162Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-07-14T05:22:29.637Z Compiling progenitor-client v0.14.0
20512026-07-14T05:22:30.113Z Compiling progenitor-extras v0.2.0
20522026-07-14T05:22:30.364Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-07-14T05:22:31.343Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20542026-07-14T05:22:31.455Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-07-14T05:22:31.945Z Compiling num_enum_derive v0.7.6
20562026-07-14T05:22:33.540Z Compiling serde_spanned v0.6.9
20572026-07-14T05:22:33.697Z Compiling foreign-types-macros v0.2.3
20582026-07-14T05:22:34.580Z Compiling toml_write v0.1.2
20592026-07-14T05:22:34.744Z Compiling pkg-config v0.3.33
20602026-07-14T05:22:35.195Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-07-14T05:22:41.484Z Compiling winnow v0.7.15
20622026-07-14T05:22:42.029Z Compiling bytecount v0.6.9
20632026-07-14T05:22:42.058Z Compiling colored v3.1.1
20642026-07-14T05:22:42.154Z Compiling foreign-types-shared v0.3.1
20652026-07-14T05:22:42.227Z Compiling vcpkg v0.2.15
20662026-07-14T05:22:42.264Z Compiling foreign-types v0.5.0
20672026-07-14T05:22:42.734Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-07-14T05:22:42.777Z Compiling openssl-sys v0.9.116
20692026-07-14T05:22:42.938Z Compiling toml_edit v0.22.27
20702026-07-14T05:22:43.014Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-07-14T05:22:43.638Z Compiling num_enum v0.7.6
20722026-07-14T05:22:43.779Z Compiling proc-macro-crate v1.3.1
20732026-07-14T05:22:44.129Z Compiling atomicwrites v0.4.4
20742026-07-14T05:22:44.256Z Compiling progenitor-impl v0.14.0
20752026-07-14T05:22:44.340Z Compiling chacha20 v0.10.0
20762026-07-14T05:22:44.410Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-07-14T05:22:45.062Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20782026-07-14T05:22:45.113Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20792026-07-14T05:22:45.237Z Compiling cstr-argument v0.1.2
20802026-07-14T05:22:45.379Z Compiling semver v0.1.20
20812026-07-14T05:22:45.418Z Compiling linked-hash-map v0.5.6
20822026-07-14T05:22:45.516Z Compiling swrite v0.1.0
20832026-07-14T05:22:45.636Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20842026-07-14T05:22:45.865Z Compiling rayon-core v1.13.0
20852026-07-14T05:22:45.891Z Compiling unicode-segmentation v1.13.3
20862026-07-14T05:22:45.932Z Compiling resolv-conf v0.7.6
20872026-07-14T05:22:46.195Z Compiling lru-cache v0.1.2
20882026-07-14T05:22:46.332Z Compiling progenitor-macro v0.14.0
20892026-07-14T05:22:46.351Z Compiling newline-converter v0.3.0
20902026-07-14T05:22:46.555Z Compiling rustc_version v0.1.7
20912026-07-14T05:22:46.642Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20922026-07-14T05:22:46.756Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20932026-07-14T05:22:46.760Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20942026-07-14T05:22:46.918Z Compiling rand v0.10.2
20952026-07-14T05:22:47.063Z Compiling toml v0.8.23
20962026-07-14T05:22:47.569Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20972026-07-14T05:22:47.615Z Compiling num_enum_derive v0.5.11
20982026-07-14T05:22:47.822Z Compiling hickory-proto v0.24.4
20992026-07-14T05:22:47.872Z Compiling similar v2.7.0
21002026-07-14T05:22:48.174Z Compiling crossbeam-deque v0.8.6
21012026-07-14T05:22:48.427Z Compiling progenitor-impl v0.13.0
21022026-07-14T05:22:48.649Z Compiling console v0.15.11
21032026-07-14T05:22:49.940Z Compiling camino-tempfile v1.4.1
21042026-07-14T05:22:50.364Z Compiling serde-big-array v0.5.1
21052026-07-14T05:22:50.461Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21062026-07-14T05:22:50.483Z Compiling derive-where v1.6.1
21072026-07-14T05:22:50.528Z Compiling pin-project-internal v1.1.13
21082026-07-14T05:22:50.645Z Compiling minimal-lexical v0.2.1
21092026-07-14T05:22:50.896Z Compiling lazy_static v1.5.0
21102026-07-14T05:22:51.002Z Compiling siphasher v1.0.3
21112026-07-14T05:22:51.240Z Compiling phf_shared v0.12.1
21122026-07-14T05:22:51.469Z Compiling nom v7.1.3
21132026-07-14T05:22:51.658Z Compiling pin-project v1.1.13
21142026-07-14T05:22:51.775Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21152026-07-14T05:22:51.799Z Compiling progenitor v0.14.0
21162026-07-14T05:22:51.851Z Compiling progenitor-macro v0.13.0
21172026-07-14T05:22:51.949Z Compiling hickory-resolver v0.24.4
21182026-07-14T05:22:52.803Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-07-14T05:22:55.333Z Compiling expectorate v1.2.0
21202026-07-14T05:22:55.592Z Compiling num_enum v0.5.11
21212026-07-14T05:22:56.004Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-07-14T05:22:57.208Z Compiling newtype_derive v0.1.6
21232026-07-14T05:22:57.469Z Compiling progenitor-client v0.13.0
21242026-07-14T05:22:57.957Z Compiling snafu-derive v0.8.9
21252026-07-14T05:22:59.469Z Compiling unicode-normalization v0.1.25
21262026-07-14T05:22:59.681Z Compiling tokio-stream v0.1.18
21272026-07-14T05:23:00.057Z Compiling async-recursion v1.1.1
21282026-07-14T05:23:00.240Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21292026-07-14T05:23:00.572Z Compiling slog-dtrace v0.3.0
21302026-07-14T05:23:00.667Z Compiling csv-core v0.1.13
21312026-07-14T05:23:00.750Z Compiling same-file v1.0.6
21322026-07-14T05:23:00.877Z Compiling foldhash v0.1.5
21332026-07-14T05:23:00.961Z Compiling unicode-width v0.1.14
21342026-07-14T05:23:01.111Z Compiling unicode-xid v0.2.6
21352026-07-14T05:23:01.134Z Compiling foreign-types-shared v0.1.1
21362026-07-14T05:23:01.237Z Compiling chrono-tz v0.10.4
21372026-07-14T05:23:01.256Z Compiling openssl v0.10.80
21382026-07-14T05:23:01.289Z Compiling highway v1.3.0
21392026-07-14T05:23:01.487Z Compiling konst_macro_rules v0.2.19
21402026-07-14T05:23:01.563Z Compiling owo-colors v4.3.0
21412026-07-14T05:23:01.687Z Compiling cancel-safe-futures v0.1.5
21422026-07-14T05:23:01.978Z Compiling konst v0.2.20
21432026-07-14T05:23:02.015Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-07-14T05:23:02.063Z Compiling const_format_proc_macros v0.2.34
21452026-07-14T05:23:02.275Z Compiling foreign-types v0.3.2
21462026-07-14T05:23:02.360Z Compiling hashbrown v0.15.5
21472026-07-14T05:23:02.434Z Compiling csv v1.4.0
21482026-07-14T05:23:02.867Z Compiling walkdir v2.5.0
21492026-07-14T05:23:03.080Z Compiling qorb v0.4.1
21502026-07-14T05:23:03.256Z Compiling olpc-cjson v0.1.4
21512026-07-14T05:23:03.375Z Compiling snafu v0.8.9
21522026-07-14T05:23:03.474Z Compiling progenitor v0.13.0
21532026-07-14T05:23:03.625Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-07-14T05:23:03.936Z Compiling rayon v1.12.0
21552026-07-14T05:23:04.764Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21562026-07-14T05:23:05.293Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-07-14T05:23:06.150Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-07-14T05:23:07.081Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-07-14T05:23:07.609Z Compiling phf v0.12.1
21602026-07-14T05:23:07.791Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21612026-07-14T05:23:08.301Z Compiling zone_cfg_derive v0.3.1
21622026-07-14T05:23:08.900Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-07-14T05:23:09.014Z Compiling tokio-dtrace v0.1.1
21642026-07-14T05:23:09.353Z Compiling globset v0.4.18
21652026-07-14T05:23:09.956Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21662026-07-14T05:23:10.189Z Compiling itertools v0.12.1
21672026-07-14T05:23:11.253Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-07-14T05:23:11.466Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21692026-07-14T05:23:11.688Z Compiling libsw-core v0.3.2
21702026-07-14T05:23:11.759Z Compiling pem v3.0.6
21712026-07-14T05:23:11.868Z Compiling serde_plain v1.0.2
21722026-07-14T05:23:11.887Z Compiling openssl-macros v0.1.1
21732026-07-14T05:23:11.978Z Compiling cookie v0.18.1
21742026-07-14T05:23:12.157Z Compiling sigpipe v0.1.3
21752026-07-14T05:23:12.236Z Compiling fixedbitset v0.5.7
21762026-07-14T05:23:12.261Z Compiling glob v0.3.3
21772026-07-14T05:23:12.453Z Compiling typed-path v0.9.3
21782026-07-14T05:23:12.696Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-07-14T05:23:12.717Z Compiling fixedbitset v0.4.2
21802026-07-14T05:23:12.739Z Compiling jiff v0.2.28
21812026-07-14T05:23:12.974Z Compiling petgraph v0.6.5
21822026-07-14T05:23:13.088Z Compiling petgraph v0.8.3
21832026-07-14T05:23:13.279Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-14T05:23:13.518Z Compiling tough v0.22.0
21852026-07-14T05:23:14.663Z Compiling libsw v3.5.0
21862026-07-14T05:23:14.776Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21872026-07-14T05:23:14.855Z Compiling zone v0.3.1
21882026-07-14T05:23:15.334Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21892026-07-14T05:23:15.446Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-07-14T05:23:15.625Z Compiling oxide-tokio-rt v0.1.6
21912026-07-14T05:23:16.210Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-07-14T05:23:16.570Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21932026-07-14T05:23:18.176Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-07-14T05:23:18.492Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-07-14T05:23:19.341Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-07-14T05:23:19.378Z Compiling const_format v0.2.36
21972026-07-14T05:23:20.267Z Compiling papergrid v0.11.0
21982026-07-14T05:23:20.481Z Compiling tabled_derive v0.7.0
21992026-07-14T05:23:21.029Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-07-14T05:23:21.469Z Compiling libscf-sys v1.2.0
22012026-07-14T05:23:21.623Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22022026-07-14T05:23:22.313Z Compiling gethostname v0.5.0
22032026-07-14T05:23:22.457Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-07-14T05:23:22.591Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22052026-07-14T05:23:22.623Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-07-14T05:23:22.748Z Compiling smf v0.2.3
22072026-07-14T05:23:23.002Z Compiling bcs v0.1.6
22082026-07-14T05:23:23.178Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22092026-07-14T05:23:23.397Z Compiling tagptr v0.2.0
22102026-07-14T05:23:23.416Z Compiling linear-map v1.2.0
22112026-07-14T05:23:23.565Z Compiling unicode-linebreak v0.1.5
22122026-07-14T05:23:23.639Z Compiling whoami v1.6.1
22132026-07-14T05:23:23.846Z Compiling termtree v0.5.1
22142026-07-14T05:23:23.874Z Compiling smawk v0.3.2
22152026-07-14T05:23:24.021Z Compiling textwrap v0.16.2
22162026-07-14T05:23:25.369Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22172026-07-14T05:23:25.468Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-07-14T05:23:25.644Z Compiling moka v0.12.15
22192026-07-14T05:23:25.675Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-07-14T05:23:26.080Z Compiling tabled v0.15.0
22212026-07-14T05:23:26.833Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22222026-07-14T05:23:27.053Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-07-14T05:23:27.071Z Compiling steno v0.4.1
22242026-07-14T05:23:27.091Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-07-14T05:23:29.846Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-07-14T05:23:34.412Z Compiling hickory-proto v0.25.2
22272026-07-14T05:23:34.412Z Compiling proc-macro-error-attr2 v2.0.0
22282026-07-14T05:23:34.412Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22292026-07-14T05:23:34.413Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22302026-07-14T05:23:34.413Z Compiling proc-macro-error2 v2.0.1
22312026-07-14T05:23:34.413Z Compiling parking_lot_core v0.8.6
22322026-07-14T05:23:34.413Z Compiling tabled_derive v0.11.0
22332026-07-14T05:23:34.413Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22342026-07-14T05:23:34.518Z Compiling papergrid v0.18.0
22352026-07-14T05:23:35.192Z Compiling hickory-resolver v0.25.2
22362026-07-14T05:23:35.407Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-07-14T05:23:36.004Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22382026-07-14T05:23:36.187Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22392026-07-14T05:23:37.448Z Compiling testing_table v0.3.0
22402026-07-14T05:23:37.925Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22412026-07-14T05:23:38.415Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22422026-07-14T05:23:38.678Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22432026-07-14T05:23:39.918Z Compiling tabled v0.21.0
22442026-07-14T05:23:40.003Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22452026-07-14T05:23:41.399Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22462026-07-14T05:23:41.427Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22472026-07-14T05:23:41.515Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22482026-07-14T05:23:42.102Z Compiling arc-swap v1.9.1
22492026-07-14T05:23:42.193Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
22502026-07-14T05:23:42.467Z Compiling slog-scope v4.4.1
22512026-07-14T05:23:42.885Z Compiling parking_lot v0.11.2
22522026-07-14T05:23:43.411Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22532026-07-14T05:23:43.765Z Compiling dropshot-api-manager-types v0.7.2
22542026-07-14T05:23:45.686Z Compiling fxhash v0.2.1
22552026-07-14T05:23:45.698Z Compiling crc8 v0.1.1
22562026-07-14T05:23:45.698Z Compiling sled v0.34.7
22572026-07-14T05:23:45.698Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
22582026-07-14T05:23:45.698Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22592026-07-14T05:23:45.698Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22602026-07-14T05:23:47.150Z Compiling slog-stdlog v4.1.1
22612026-07-14T05:23:47.595Z Compiling port-file v0.1.0
22622026-07-14T05:23:47.852Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22632026-07-14T05:23:48.142Z Compiling slog-envlogger v2.2.0
22642026-07-14T05:23:48.146Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22652026-07-14T05:23:50.679Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-07-14T05:23:54.246Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22672026-07-14T05:23:55.825Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22682026-07-14T05:23:57.542Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22692026-07-14T05:24:04.710Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22702026-07-14T05:24:10.058Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22712026-07-14T05:24:13.447Z Finished `release` profile [optimized] target(s) in 3m 35s
22722026-07-14T05:24:13.770Z+ banner quartet
22732026-07-14T05:24:13.773Z
22742026-07-14T05:24:13.773Z #### # # ## ##### ##### ###### #####
22752026-07-14T05:24:13.773Z # # # # # # # # # # #
22762026-07-14T05:24:13.773Z # # # # # # # # # ##### #
22772026-07-14T05:24:13.773Z # # # # # ###### ##### # # #
22782026-07-14T05:24:13.773Z # # # # # # # # # # #
22792026-07-14T05:24:13.773Z ### # #### # # # # # ###### #
22802026-07-14T05:24:13.773Z
22812026-07-14T05:24:13.773Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22822026-07-14T05:24:14.332Z Compiling cfg-if v1.0.4
22832026-07-14T05:24:14.335Z Compiling libc v0.2.186
22842026-07-14T05:24:14.335Z Compiling serde_core v1.0.228
22852026-07-14T05:24:14.444Z Compiling memchr v2.8.1
22862026-07-14T05:24:14.450Z Compiling itoa v1.0.18
22872026-07-14T05:24:14.453Z Compiling smallvec v1.15.1
22882026-07-14T05:24:14.465Z Compiling stable_deref_trait v1.2.1
22892026-07-14T05:24:14.473Z Compiling zerofrom v0.1.8
22902026-07-14T05:24:14.487Z Compiling zmij v1.0.21
22912026-07-14T05:24:14.533Z Compiling litemap v0.8.2
22922026-07-14T05:24:14.591Z Compiling yoke v0.8.3
22932026-07-14T05:24:14.672Z Compiling writeable v0.6.3
22942026-07-14T05:24:14.697Z Compiling utf8_iter v1.0.4
22952026-07-14T05:24:14.724Z Compiling percent-encoding v2.3.2
22962026-07-14T05:24:14.786Z Compiling zerovec v0.11.6
22972026-07-14T05:24:14.805Z Compiling zerotrie v0.2.4
22982026-07-14T05:24:14.854Z Compiling libm v0.2.16
22992026-07-14T05:24:14.913Z Compiling icu_normalizer_data v2.2.0
23002026-07-14T05:24:14.941Z Compiling icu_properties_data v2.2.0
23012026-07-14T05:24:14.986Z Compiling form_urlencoded v1.2.2
23022026-07-14T05:24:14.998Z Compiling errno v0.3.14
23032026-07-14T05:24:15.082Z Compiling rand_core v0.10.1
23042026-07-14T05:24:15.155Z Compiling iana-time-zone v0.1.65
23052026-07-14T05:24:15.224Z Compiling pin-project-lite v0.2.17
23062026-07-14T05:24:15.259Z Compiling getrandom v0.4.2
23072026-07-14T05:24:15.271Z Compiling zeroize v1.8.2
23082026-07-14T05:24:15.324Z Compiling dyn-clone v1.0.20
23092026-07-14T05:24:15.401Z Compiling tinystr v0.8.3
23102026-07-14T05:24:15.452Z Compiling potential_utf v0.1.5
23112026-07-14T05:24:15.466Z Compiling socket2 v0.6.5
23122026-07-14T05:24:15.494Z Compiling scopeguard v1.2.0
23132026-07-14T05:24:15.506Z Compiling parking_lot_core v0.9.12
23142026-07-14T05:24:15.546Z Compiling signal-hook-registry v1.4.8
23152026-07-14T05:24:15.603Z Compiling icu_locale_core v2.2.0
23162026-07-14T05:24:15.614Z Compiling icu_collections v2.2.0
23172026-07-14T05:24:15.631Z Compiling num-traits v0.2.19
23182026-07-14T05:24:15.892Z Compiling lock_api v0.4.14
23192026-07-14T05:24:16.092Z Compiling mio v1.2.1
23202026-07-14T05:24:16.193Z Compiling parking_lot v0.12.5
23212026-07-14T05:24:16.320Z Compiling serde v1.0.228
23222026-07-14T05:24:16.409Z Compiling serde_json v1.0.150
23232026-07-14T05:24:16.431Z Compiling uuid v1.23.5
23242026-07-14T05:24:16.445Z Compiling icu_provider v2.2.0
23252026-07-14T05:24:16.561Z Compiling semver v1.0.28
23262026-07-14T05:24:16.802Z Compiling icu_normalizer v2.2.0
23272026-07-14T05:24:16.965Z Compiling bytes v1.11.1
23282026-07-14T05:24:17.051Z Compiling icu_properties v2.2.0
23292026-07-14T05:24:17.073Z Compiling chrono v0.4.45
23302026-07-14T05:24:17.118Z Compiling portable-atomic v1.13.1
23312026-07-14T05:24:17.244Z Compiling thiserror v2.0.18
23322026-07-14T05:24:17.358Z Compiling bitflags v2.12.1
23332026-07-14T05:24:17.757Z Compiling tokio v1.52.3
23342026-07-14T05:24:17.836Z Compiling critical-section v1.2.0
23352026-07-14T05:24:17.851Z Compiling futures-core v0.3.32
23362026-07-14T05:24:17.962Z Compiling once_cell v1.21.4
23372026-07-14T05:24:18.004Z Compiling idna_adapter v1.2.2
23382026-07-14T05:24:18.023Z Compiling equivalent v1.0.2
23392026-07-14T05:24:18.115Z Compiling idna v1.1.0
23402026-07-14T05:24:18.137Z Compiling subtle v2.6.1
23412026-07-14T05:24:18.214Z Compiling log v0.4.32
23422026-07-14T05:24:18.309Z Compiling zerocopy v0.8.50
23432026-07-14T05:24:18.445Z Compiling url v2.5.8
23442026-07-14T05:24:18.473Z Compiling futures-sink v0.3.32
23452026-07-14T05:24:18.587Z Compiling slab v0.4.12
23462026-07-14T05:24:18.639Z Compiling typenum v1.20.1
23472026-07-14T05:24:18.794Z Compiling futures-channel v0.3.32
23482026-07-14T05:24:19.052Z Compiling schemars v0.8.22
23492026-07-14T05:24:19.071Z Compiling getrandom v0.2.17
23502026-07-14T05:24:19.314Z Compiling futures-task v0.3.32
23512026-07-14T05:24:19.452Z Compiling futures-io v0.3.32
23522026-07-14T05:24:19.464Z Compiling rand_core v0.6.4
23532026-07-14T05:24:19.656Z Compiling futures-util v0.3.32
23542026-07-14T05:24:19.715Z Compiling hashbrown v0.17.1
23552026-07-14T05:24:20.213Z Compiling tracing-core v0.1.36
23562026-07-14T05:24:20.390Z Compiling indexmap v2.14.0
23572026-07-14T05:24:20.577Z Compiling tracing v0.1.44
23582026-07-14T05:24:20.938Z Compiling ipnetwork v0.21.1
23592026-07-14T05:24:20.987Z Compiling base64 v0.22.1
23602026-07-14T05:24:21.231Z Compiling http v1.4.2
23612026-07-14T05:24:21.307Z Compiling unicode-ident v1.0.24
23622026-07-14T05:24:21.436Z Compiling proc-macro2 v1.0.106
23632026-07-14T05:24:21.500Z Compiling slog v2.8.2
23642026-07-14T05:24:21.512Z Compiling erased-serde v0.3.31
23652026-07-14T05:24:21.527Z Compiling fnv v1.0.7
23662026-07-14T05:24:21.633Z Compiling oxnet v0.1.6
23672026-07-14T05:24:22.353Z Compiling quote v1.0.45
23682026-07-14T05:24:22.691Z Compiling getrandom v0.3.4
23692026-07-14T05:24:22.902Z Compiling syn v2.0.117
23702026-07-14T05:24:22.954Z Compiling tokio-util v0.7.18
23712026-07-14T05:24:23.078Z Compiling ipnet v2.12.0
23722026-07-14T05:24:23.112Z Compiling byteorder v1.5.0
23732026-07-14T05:24:23.382Z Compiling thiserror v1.0.69
23742026-07-14T05:24:23.485Z Compiling ppv-lite86 v0.2.21
23752026-07-14T05:24:23.580Z Compiling rustls-pki-types v1.14.1
23762026-07-14T05:24:23.827Z Compiling aws-lc-sys v0.41.0
23772026-07-14T05:24:23.827Z Compiling http-body v1.0.1
23782026-07-14T05:24:24.002Z Compiling untrusted v0.7.1
23792026-07-14T05:24:24.045Z Compiling atomic-waker v1.1.2
23802026-07-14T05:24:24.132Z Compiling httparse v1.10.1
23812026-07-14T05:24:24.175Z Compiling try-lock v0.2.5
23822026-07-14T05:24:24.187Z Compiling tower-service v0.3.3
23832026-07-14T05:24:24.282Z Compiling tower-layer v0.3.3
23842026-07-14T05:24:24.294Z Compiling ryu v1.0.23
23852026-07-14T05:24:24.294Z Compiling untrusted v0.9.0
23862026-07-14T05:24:24.391Z Compiling aws-lc-rs v1.17.0
23872026-07-14T05:24:24.437Z Compiling pretty-hex v0.4.2
23882026-07-14T05:24:24.453Z Compiling rustls v0.23.40
23892026-07-14T05:24:24.475Z Compiling want v0.3.1
23902026-07-14T05:24:24.579Z Compiling h2 v0.4.14
23912026-07-14T05:24:24.591Z Compiling httpdate v1.0.3
23922026-07-14T05:24:24.601Z Compiling rustix v1.1.4
23932026-07-14T05:24:24.656Z Compiling regex-syntax v0.8.10
23942026-07-14T05:24:24.704Z Compiling plain v0.2.3
23952026-07-14T05:24:24.821Z Compiling omicron-workspace-hack v0.1.0
23962026-07-14T05:24:24.897Z Compiling ucd-trie v0.1.7
23972026-07-14T05:24:24.960Z Compiling crossbeam-utils v0.8.21
23982026-07-14T05:24:25.473Z Compiling rustls-webpki v0.103.13
23992026-07-14T05:24:25.736Z Compiling pest v2.8.6
24002026-07-14T05:24:27.255Z Compiling hyper v1.10.1
24012026-07-14T05:24:27.448Z Compiling serde_urlencoded v0.7.1
24022026-07-14T05:24:27.726Z Compiling http-body-util v0.1.4
24032026-07-14T05:24:28.033Z Compiling rand_core v0.9.5
24042026-07-14T05:24:28.108Z Compiling allocator-api2 v0.2.21
24052026-07-14T05:24:28.303Z Compiling foldhash v0.2.0
24062026-07-14T05:24:28.512Z Compiling hashbrown v0.16.1
24072026-07-14T05:24:28.592Z Compiling newtype-uuid v1.3.2
24082026-07-14T05:24:29.232Z Compiling hyper-util v0.1.20
24092026-07-14T05:24:29.637Z Compiling hex v0.4.3
24102026-07-14T05:24:29.932Z Compiling daft v0.1.7
24112026-07-14T05:24:30.225Z Compiling tokio-rustls v0.26.4
24122026-07-14T05:24:30.532Z Compiling rand_chacha v0.9.0
24132026-07-14T05:24:30.723Z Compiling sync_wrapper v1.0.2
24142026-07-14T05:24:30.843Z Compiling aho-corasick v1.1.4
24152026-07-14T05:24:31.108Z Compiling fastrand v2.4.1
24162026-07-14T05:24:31.499Z Compiling tower v0.5.3
24172026-07-14T05:24:31.524Z Compiling rand v0.9.4
24182026-07-14T05:24:31.882Z Compiling regex-automata v0.4.14
24192026-07-14T05:24:31.911Z Compiling anyhow v1.0.103
24202026-07-14T05:24:32.117Z Compiling powerfmt v0.2.0
24212026-07-14T05:24:32.248Z Compiling tower-http v0.6.11
24222026-07-14T05:24:32.274Z Compiling generic-array v0.14.7
24232026-07-14T05:24:32.371Z Compiling deranged v0.5.8
24242026-07-14T05:24:32.568Z Compiling openapiv3 v2.2.0
24252026-07-14T05:24:32.831Z Compiling num_threads v0.1.7
24262026-07-14T05:24:32.928Z Compiling time-core v0.1.8
24272026-07-14T05:24:32.932Z Compiling openssl-probe v0.2.1
24282026-07-14T05:24:33.083Z Compiling num-conv v0.2.2
24292026-07-14T05:24:33.194Z Compiling cpufeatures v0.3.0
24302026-07-14T05:24:33.242Z Compiling rustls-native-certs v0.8.4
24312026-07-14T05:24:33.272Z Compiling camino v1.2.4
24322026-07-14T05:24:33.487Z Compiling time v0.3.47
24332026-07-14T05:24:33.870Z Compiling tempfile v3.27.0
24342026-07-14T05:24:34.083Z Compiling futures-executor v0.3.32
24352026-07-14T05:24:34.647Z Compiling winnow v1.0.3
24362026-07-14T05:24:34.775Z Compiling futures v0.3.32
24372026-07-14T05:24:34.860Z Compiling regex v1.12.3
24382026-07-14T05:24:35.065Z Compiling rustls-platform-verifier v0.7.0
24392026-07-14T05:24:35.692Z Compiling hyper-rustls v0.27.9
24402026-07-14T05:24:36.097Z Compiling crossbeam-channel v0.5.15
24412026-07-14T05:24:36.129Z Compiling scroll v0.13.0
24422026-07-14T05:24:36.313Z Compiling hybrid-array v0.4.12
24432026-07-14T05:24:36.327Z Compiling simd-adler32 v0.3.9
24442026-07-14T05:24:36.438Z Compiling adler2 v2.0.1
24452026-07-14T05:24:36.450Z Compiling goblin v0.10.7
24462026-07-14T05:24:36.605Z Compiling miniz_oxide v0.8.9
24472026-07-14T05:24:36.803Z Compiling crc32fast v1.5.0
24482026-07-14T05:24:36.816Z Compiling reqwest v0.13.4
24492026-07-14T05:24:37.052Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24502026-07-14T05:24:37.170Z Compiling thread_local v1.1.9
24512026-07-14T05:24:37.526Z Compiling either v1.16.0
24522026-07-14T05:24:37.756Z Compiling flate2 v1.1.9
24532026-07-14T05:24:38.017Z Compiling block-buffer v0.12.0
24542026-07-14T05:24:38.202Z Compiling crypto-common v0.2.2
24552026-07-14T05:24:38.308Z Compiling crypto-common v0.1.7
24562026-07-14T05:24:38.452Z Compiling dtrace-parser v0.3.0
24572026-07-14T05:24:39.103Z Compiling rand_chacha v0.3.1
24582026-07-14T05:24:39.484Z Compiling thread-id v5.1.0
24592026-07-14T05:24:39.577Z Compiling dof v0.4.0
24602026-07-14T05:24:39.725Z Compiling is-terminal v0.4.17
24612026-07-14T05:24:39.833Z Compiling term v1.2.1
24622026-07-14T05:24:40.972Z Compiling const-oid v0.10.2
24632026-07-14T05:24:41.309Z Compiling match_cfg v0.1.0
24642026-07-14T05:24:41.388Z Compiling take_mut v0.2.2
24652026-07-14T05:24:41.509Z Compiling compression-core v0.4.32
24662026-07-14T05:24:41.688Z Compiling debug-ignore v1.0.5
24672026-07-14T05:24:41.750Z Compiling compression-codecs v0.4.38
24682026-07-14T05:24:41.800Z Compiling slog-async v2.8.0
24692026-07-14T05:24:42.129Z Compiling hostname v0.3.1
24702026-07-14T05:24:42.296Z Compiling digest v0.11.3
24712026-07-14T05:24:42.492Z Compiling usdt-impl v0.6.0
24722026-07-14T05:24:42.657Z Compiling slog-term v2.9.2
24732026-07-14T05:24:43.000Z Compiling rand v0.8.6
24742026-07-14T05:24:43.281Z Compiling ref-cast v1.0.25
24752026-07-14T05:24:43.401Z Compiling toml_parser v1.1.2+spec-1.1.0
24762026-07-14T05:24:43.806Z Compiling slog-json v2.6.1
24772026-07-14T05:24:44.006Z Compiling strum v0.26.3
24782026-07-14T05:24:44.070Z Compiling macaddr v1.0.1
24792026-07-14T05:24:44.143Z Compiling serde_spanned v1.1.1
24802026-07-14T05:24:44.296Z Compiling toml_datetime v1.1.1+spec-1.1.0
24812026-07-14T05:24:44.347Z Compiling memmap2 v0.9.10
24822026-07-14T05:24:44.643Z Compiling wait-timeout v0.2.1
24832026-07-14T05:24:44.707Z Compiling encoding_rs v0.8.35
24842026-07-14T05:24:44.721Z Compiling quick-error v1.2.3
24852026-07-14T05:24:44.834Z Compiling mime v0.3.17
24862026-07-14T05:24:45.130Z Compiling spin v0.9.8
24872026-07-14T05:24:45.264Z Compiling bit-vec v0.8.0
24882026-07-14T05:24:45.312Z Compiling toml_writer v1.1.1+spec-1.1.0
24892026-07-14T05:24:45.563Z Compiling toml v1.1.2+spec-1.1.0
24902026-07-14T05:24:45.576Z Compiling bit-set v0.8.0
24912026-07-14T05:24:45.763Z Compiling multer v3.1.0
24922026-07-14T05:24:46.835Z Compiling rusty-fork v0.3.1
24932026-07-14T05:24:46.996Z Compiling usdt v0.6.0
24942026-07-14T05:24:47.668Z Compiling slog-bunyan v2.5.0
24952026-07-14T05:24:47.687Z Compiling sha1 v0.11.0
24962026-07-14T05:24:47.846Z Compiling async-compression v0.4.42
24972026-07-14T05:24:47.866Z Compiling serde_with v3.20.0
24982026-07-14T05:24:47.983Z Compiling async-stream v0.3.6
24992026-07-14T05:24:48.084Z Compiling rand_xorshift v0.4.0
25002026-07-14T05:24:48.184Z Compiling waitgroup v0.1.2
25012026-07-14T05:24:48.247Z Compiling rustls-pemfile v2.2.0
25022026-07-14T05:24:48.323Z Compiling serde_path_to_error v0.1.20
25032026-07-14T05:24:48.342Z Compiling hostname v0.4.2
25042026-07-14T05:24:48.500Z Compiling unarray v0.1.4
25052026-07-14T05:24:48.527Z Compiling progenitor-client v0.14.0
25062026-07-14T05:24:48.574Z Compiling strum v0.27.2
25072026-07-14T05:24:48.618Z Compiling proptest v1.11.0
25082026-07-14T05:24:48.703Z Compiling dropshot v0.17.1
25092026-07-14T05:24:48.767Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25102026-07-14T05:24:48.916Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25112026-07-14T05:24:48.944Z Compiling iddqd v0.4.5
25122026-07-14T05:24:49.035Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25132026-07-14T05:24:49.145Z Compiling block-buffer v0.10.4
25142026-07-14T05:24:49.315Z Compiling reqwest v0.12.28
25152026-07-14T05:24:49.336Z Compiling backon v1.6.0
25162026-07-14T05:24:49.600Z Compiling instant v0.1.13
25172026-07-14T05:24:49.724Z Compiling backoff v0.4.0
25182026-07-14T05:24:49.942Z Compiling progenitor-extras v0.2.0
25192026-07-14T05:24:50.126Z Compiling digest v0.10.7
25202026-07-14T05:24:50.187Z Compiling parse-display v0.10.0
25212026-07-14T05:24:50.379Z Compiling progenitor-client v0.10.0
25222026-07-14T05:24:50.623Z Compiling itertools v0.14.0
25232026-07-14T05:24:50.860Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25242026-07-14T05:24:50.871Z Compiling regress v0.10.5
25252026-07-14T05:24:51.152Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25262026-07-14T05:24:52.161Z Compiling humantime v2.3.0
25272026-07-14T05:24:52.622Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25282026-07-14T05:24:53.182Z Compiling cpufeatures v0.2.17
25292026-07-14T05:24:53.266Z Compiling unicode-width v0.2.2
25302026-07-14T05:24:53.600Z Compiling heck v0.5.0
25312026-07-14T05:24:54.194Z Compiling secrecy v0.10.3
25322026-07-14T05:24:54.368Z Compiling tinyvec_macros v0.1.1
25332026-07-14T05:24:54.447Z Compiling tinyvec v1.11.0
25342026-07-14T05:24:54.566Z Compiling num-integer v0.1.46
25352026-07-14T05:24:54.764Z Compiling scroll v0.12.0
25362026-07-14T05:24:54.886Z Compiling crucible-workspace-hack v0.1.0
25372026-07-14T05:24:54.967Z Compiling hmac v0.12.1
25382026-07-14T05:24:55.065Z Compiling inout v0.1.4
25392026-07-14T05:24:55.069Z Compiling regress v0.11.1
25402026-07-14T05:24:55.127Z Compiling ff v0.13.1
25412026-07-14T05:24:55.235Z Compiling utf8parse v0.2.2
25422026-07-14T05:24:55.279Z Compiling group v0.13.0
25432026-07-14T05:24:55.352Z Compiling anstyle-parse v1.0.0
25442026-07-14T05:24:55.400Z Compiling cipher v0.4.4
25452026-07-14T05:24:55.574Z Compiling hkdf v0.12.4
25462026-07-14T05:24:55.586Z Compiling goblin v0.8.2
25472026-07-14T05:24:55.652Z Compiling num-rational v0.4.2
25482026-07-14T05:24:55.741Z Compiling num-iter v0.1.45
25492026-07-14T05:24:55.870Z Compiling zerocopy v0.7.35
25502026-07-14T05:24:56.487Z Compiling universal-hash v0.5.1
25512026-07-14T05:24:56.638Z Compiling crypto-bigint v0.5.5
25522026-07-14T05:24:56.801Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25532026-07-14T05:24:57.572Z Compiling typify-impl v0.6.2
25542026-07-14T05:24:58.114Z Compiling terminal_size v0.4.4
25552026-07-14T05:24:58.280Z Compiling half v2.7.1
25562026-07-14T05:24:58.546Z Compiling num-complex v0.4.6
25572026-07-14T05:24:58.638Z Compiling anstyle v1.0.14
25582026-07-14T05:24:58.916Z Compiling anstyle-query v1.1.5
25592026-07-14T05:24:58.999Z Compiling base64ct v1.8.3
25602026-07-14T05:24:59.029Z Compiling opaque-debug v0.3.1
25612026-07-14T05:24:59.108Z Compiling colorchoice v1.0.5
25622026-07-14T05:24:59.239Z Compiling ciborium-io v0.2.2
25632026-07-14T05:24:59.345Z Compiling base16ct v0.2.0
25642026-07-14T05:24:59.357Z Compiling is_terminal_polyfill v1.70.2
25652026-07-14T05:24:59.455Z Compiling elliptic-curve v0.13.8
25662026-07-14T05:24:59.586Z Compiling anstream v1.0.0
25672026-07-14T05:24:59.764Z Compiling typify v0.6.2
25682026-07-14T05:24:59.879Z Compiling ciborium-ll v0.2.2
25692026-07-14T05:24:59.998Z Compiling password-hash v0.5.0
25702026-07-14T05:25:00.070Z Compiling poly1305 v0.8.0
25712026-07-14T05:25:00.141Z Compiling num v0.4.3
25722026-07-14T05:25:00.226Z Compiling curve25519-dalek v4.1.3
25732026-07-14T05:25:00.774Z Compiling dof v0.3.0
25742026-07-14T05:25:00.965Z Compiling thiserror-no-std v2.0.2
25752026-07-14T05:25:01.078Z Compiling chacha20 v0.9.1
25762026-07-14T05:25:01.343Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25772026-07-14T05:25:01.855Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25782026-07-14T05:25:02.952Z Compiling blake2 v0.10.6
25792026-07-14T05:25:03.453Z Compiling aead v0.5.2
25802026-07-14T05:25:03.466Z Compiling byte-wrapper v0.1.0
25812026-07-14T05:25:03.476Z Compiling dtrace-parser v0.2.0
25822026-07-14T05:25:03.644Z Compiling crossbeam-epoch v0.9.18
25832026-07-14T05:25:04.169Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25842026-07-14T05:25:04.226Z Compiling thread-id v4.2.2
25852026-07-14T05:25:04.319Z Compiling float-ord v0.3.2
25862026-07-14T05:25:04.437Z Compiling strsim v0.11.1
25872026-07-14T05:25:04.449Z Compiling keccak v0.1.6
25882026-07-14T05:25:04.860Z Compiling clap_lex v1.1.0
25892026-07-14T05:25:05.171Z Compiling clap_builder v4.6.0
25902026-07-14T05:25:05.244Z Compiling sha3 v0.10.9
25912026-07-14T05:25:05.261Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25922026-07-14T05:25:05.648Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25932026-07-14T05:25:05.710Z Compiling usdt-impl v0.5.0
25942026-07-14T05:25:06.003Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25952026-07-14T05:25:09.013Z Compiling chacha20poly1305 v0.10.1
25962026-07-14T05:25:09.171Z Compiling argon2 v0.5.3
25972026-07-14T05:25:10.027Z Compiling vsss-rs v3.3.4
25982026-07-14T05:25:10.210Z Compiling ciborium v0.2.2
25992026-07-14T05:25:10.994Z Compiling hash32 v0.3.1
26002026-07-14T05:25:11.080Z Compiling memmap v0.7.0
26012026-07-14T05:25:11.161Z Compiling data-encoding v2.11.0
26022026-07-14T05:25:11.321Z Compiling indent_write v2.2.0
26032026-07-14T05:25:11.490Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26042026-07-14T05:25:11.523Z Compiling usdt v0.5.0
26052026-07-14T05:25:12.169Z Compiling heapless v0.8.0
26062026-07-14T05:25:12.400Z Compiling ingot-types v0.1.2
26072026-07-14T05:25:12.671Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-07-14T05:25:12.858Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26092026-07-14T05:25:12.962Z Compiling clap v4.6.1
26102026-07-14T05:25:13.027Z Compiling rustix v0.38.44
26112026-07-14T05:25:13.050Z Compiling tabwriter v1.4.1
26122026-07-14T05:25:13.421Z Compiling cobs v0.3.0
26132026-07-14T05:25:13.700Z Compiling foreign-types-shared v0.3.1
26142026-07-14T05:25:13.803Z Compiling colored v3.1.1
26152026-07-14T05:25:13.847Z Compiling bitflags v1.3.2
26162026-07-14T05:25:13.929Z Compiling managed v0.8.0
26172026-07-14T05:25:14.193Z Compiling smoltcp v0.11.0
26182026-07-14T05:25:14.434Z Compiling foreign-types v0.5.0
26192026-07-14T05:25:14.471Z Compiling postcard v1.1.3
26202026-07-14T05:25:14.518Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26212026-07-14T05:25:14.848Z Compiling ingot v0.1.1
26222026-07-14T05:25:15.476Z Compiling num_enum v0.7.6
26232026-07-14T05:25:15.604Z Compiling memoffset v0.9.1
26242026-07-14T05:25:15.697Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26252026-07-14T05:25:15.816Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26262026-07-14T05:25:16.098Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26272026-07-14T05:25:16.222Z Compiling chacha20 v0.10.0
26282026-07-14T05:25:16.254Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26292026-07-14T05:25:16.534Z Compiling toml_datetime v0.6.11
26302026-07-14T05:25:16.681Z Compiling serde_spanned v0.6.9
26312026-07-14T05:25:16.874Z Compiling cstr-argument v0.1.2
26322026-07-14T05:25:16.930Z Compiling winnow v0.7.15
26332026-07-14T05:25:17.040Z Compiling static_assertions v1.1.0
26342026-07-14T05:25:17.052Z Compiling unicode-segmentation v1.13.3
26352026-07-14T05:25:17.120Z Compiling linked-hash-map v0.5.6
26362026-07-14T05:25:17.340Z Compiling swrite v0.1.0
26372026-07-14T05:25:17.433Z Compiling resolv-conf v0.7.6
26382026-07-14T05:25:17.449Z Compiling toml_write v0.1.2
26392026-07-14T05:25:17.682Z Compiling newline-converter v0.3.0
26402026-07-14T05:25:17.695Z Compiling lru-cache v0.1.2
26412026-07-14T05:25:17.822Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26422026-07-14T05:25:17.835Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26432026-07-14T05:25:17.889Z Compiling rand v0.10.2
26442026-07-14T05:25:18.069Z Compiling hubpack v0.1.2
26452026-07-14T05:25:18.245Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26462026-07-14T05:25:18.322Z Compiling nix v0.31.3
26472026-07-14T05:25:18.376Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26482026-07-14T05:25:18.604Z Compiling toml_edit v0.22.27
26492026-07-14T05:25:18.730Z Compiling atomicwrites v0.4.4
26502026-07-14T05:25:18.828Z Compiling hickory-proto v0.24.4
26512026-07-14T05:25:19.023Z Compiling crossbeam-deque v0.8.6
26522026-07-14T05:25:19.248Z Compiling console v0.15.11
26532026-07-14T05:25:19.553Z Compiling itertools v0.12.1
26542026-07-14T05:25:20.568Z Compiling camino-tempfile v1.4.1
26552026-07-14T05:25:20.908Z Compiling serde-big-array v0.5.1
26562026-07-14T05:25:21.015Z Compiling lazy_static v1.5.0
26572026-07-14T05:25:21.028Z Compiling siphasher v1.0.3
26582026-07-14T05:25:21.089Z Compiling similar v2.7.0
26592026-07-14T05:25:21.123Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26602026-07-14T05:25:21.261Z Compiling phf_shared v0.12.1
26612026-07-14T05:25:21.487Z Compiling pin-project v1.1.13
26622026-07-14T05:25:21.596Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26632026-07-14T05:25:21.868Z Compiling expectorate v1.2.0
26642026-07-14T05:25:22.077Z Compiling hickory-resolver v0.24.4
26652026-07-14T05:25:22.460Z Compiling toml v0.8.23
26662026-07-14T05:25:23.799Z Compiling prettyplease v0.2.37
26672026-07-14T05:25:24.966Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26682026-07-14T05:25:25.275Z Compiling rayon-core v1.13.0
26692026-07-14T05:25:27.019Z Compiling num_enum v0.5.11
26702026-07-14T05:25:27.147Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26712026-07-14T05:25:27.212Z Compiling progenitor-impl v0.13.0
26722026-07-14T05:25:27.998Z Compiling progenitor-impl v0.14.0
26732026-07-14T05:25:28.124Z Compiling unicode-normalization v0.1.25
26742026-07-14T05:25:28.714Z Compiling progenitor-client v0.13.0
26752026-07-14T05:25:29.254Z Compiling tokio-stream v0.1.18
26762026-07-14T05:25:29.819Z Compiling csv-core v0.1.13
26772026-07-14T05:25:30.226Z Compiling bstr v1.12.1
26782026-07-14T05:25:30.833Z Compiling unicode-width v0.1.14
26792026-07-14T05:25:30.918Z Compiling foldhash v0.1.5
26802026-07-14T05:25:31.151Z Compiling same-file v1.0.6
26812026-07-14T05:25:31.151Z Compiling highway v1.3.0
26822026-07-14T05:25:31.187Z Compiling konst_macro_rules v0.2.19
26832026-07-14T05:25:31.339Z Compiling foreign-types-shared v0.1.1
26842026-07-14T05:25:31.384Z Compiling konst v0.2.20
26852026-07-14T05:25:31.434Z Compiling foreign-types v0.3.2
26862026-07-14T05:25:31.513Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26872026-07-14T05:25:31.762Z Compiling walkdir v2.5.0
26882026-07-14T05:25:31.859Z Compiling hashbrown v0.15.5
26892026-07-14T05:25:32.510Z Compiling globset v0.4.18
26902026-07-14T05:25:32.553Z Compiling csv v1.4.0
26912026-07-14T05:25:33.527Z Compiling qorb v0.4.1
26922026-07-14T05:25:35.226Z Compiling progenitor v0.14.0
26932026-07-14T05:25:35.373Z Compiling progenitor v0.13.0
26942026-07-14T05:25:35.518Z Compiling snafu v0.8.9
26952026-07-14T05:25:35.551Z Compiling olpc-cjson v0.1.4
26962026-07-14T05:25:35.716Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26972026-07-14T05:25:35.847Z Compiling rayon v1.12.0
26982026-07-14T05:25:36.108Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26992026-07-14T05:25:36.337Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27002026-07-14T05:25:38.066Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27012026-07-14T05:25:38.611Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27022026-07-14T05:25:40.835Z Compiling phf v0.12.1
27032026-07-14T05:25:41.016Z Compiling openssl-sys v0.9.116
27042026-07-14T05:25:41.454Z Compiling tokio-dtrace v0.1.1
27052026-07-14T05:25:41.785Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27062026-07-14T05:25:42.495Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27072026-07-14T05:25:42.733Z Compiling libsw-core v0.3.2
27082026-07-14T05:25:42.943Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27092026-07-14T05:25:43.357Z Compiling pem v3.0.6
27102026-07-14T05:25:43.552Z Compiling serde_plain v1.0.2
27112026-07-14T05:25:43.845Z Compiling sigpipe v0.1.3
27122026-07-14T05:25:43.943Z Compiling jiff v0.2.28
27132026-07-14T05:25:44.058Z Compiling glob v0.3.3
27142026-07-14T05:25:44.480Z Compiling typed-path v0.9.3
27152026-07-14T05:25:45.036Z Compiling fixedbitset v0.5.7
27162026-07-14T05:25:45.239Z Compiling bytecount v0.6.9
27172026-07-14T05:25:45.430Z Compiling fixedbitset v0.4.2
27182026-07-14T05:25:45.550Z Compiling minimal-lexical v0.2.1
27192026-07-14T05:25:45.799Z Compiling nom v7.1.3
27202026-07-14T05:25:45.823Z Compiling petgraph v0.6.5
27212026-07-14T05:25:45.873Z Compiling tough v0.22.0
27222026-07-14T05:25:46.786Z Compiling papergrid v0.11.0
27232026-07-14T05:25:47.408Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-07-14T05:25:47.494Z Compiling petgraph v0.8.3
27252026-07-14T05:25:47.642Z Compiling openssl v0.10.80
27262026-07-14T05:25:47.846Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27272026-07-14T05:25:49.833Z Compiling libsw v3.5.0
27282026-07-14T05:25:49.920Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-07-14T05:25:50.017Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27302026-07-14T05:25:50.151Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-07-14T05:25:50.310Z Compiling zone v0.3.1
27322026-07-14T05:25:52.160Z Compiling oxide-tokio-rt v0.1.6
27332026-07-14T05:25:52.198Z Compiling chrono-tz v0.10.4
27342026-07-14T05:25:52.791Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27352026-07-14T05:25:52.997Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27362026-07-14T05:25:53.229Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-07-14T05:25:53.416Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27382026-07-14T05:25:53.436Z Compiling newtype_derive v0.1.6
27392026-07-14T05:25:53.522Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-07-14T05:25:54.059Z Compiling slog-dtrace v0.3.0
27412026-07-14T05:25:54.780Z Compiling owo-colors v4.3.0
27422026-07-14T05:25:54.882Z Compiling const_format v0.2.36
27432026-07-14T05:25:55.412Z Compiling cancel-safe-futures v0.1.5
27442026-07-14T05:25:55.710Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27452026-07-14T05:25:55.772Z Compiling gethostname v0.5.0
27462026-07-14T05:25:55.909Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27472026-07-14T05:25:56.459Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-07-14T05:25:56.613Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-07-14T05:25:56.740Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-07-14T05:25:56.990Z Compiling bcs v0.1.6
27512026-07-14T05:25:57.052Z Compiling smf v0.2.3
27522026-07-14T05:25:57.254Z Compiling whoami v1.6.1
27532026-07-14T05:25:57.384Z Compiling smawk v0.3.2
27542026-07-14T05:25:57.448Z Compiling termtree v0.5.1
27552026-07-14T05:25:57.545Z Compiling tagptr v0.2.0
27562026-07-14T05:25:57.614Z Compiling linear-map v1.2.0
27572026-07-14T05:25:57.711Z Compiling unicode-linebreak v0.1.5
27582026-07-14T05:25:57.711Z Compiling moka v0.12.15
27592026-07-14T05:25:57.839Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-07-14T05:25:57.990Z Compiling textwrap v0.16.2
27612026-07-14T05:25:58.274Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-07-14T05:25:58.945Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-07-14T05:25:59.445Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-07-14T05:25:59.633Z Compiling tabled v0.15.0
27652026-07-14T05:25:59.778Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-07-14T05:25:59.967Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-07-14T05:26:00.171Z Compiling steno v0.4.1
27682026-07-14T05:26:01.028Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-07-14T05:26:01.477Z Compiling cookie v0.18.1
27702026-07-14T05:26:02.818Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-07-14T05:26:06.867Z Compiling hickory-proto v0.25.2
27722026-07-14T05:26:07.446Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27732026-07-14T05:26:08.371Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27742026-07-14T05:26:08.450Z Compiling arc-swap v1.9.1
27752026-07-14T05:26:08.797Z Compiling slog-scope v4.4.1
27762026-07-14T05:26:09.271Z Compiling hickory-resolver v0.25.2
27772026-07-14T05:26:10.168Z Compiling libscf-sys v1.2.0
27782026-07-14T05:26:10.301Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-07-14T05:26:10.314Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-07-14T05:26:11.180Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27812026-07-14T05:26:11.940Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27822026-07-14T05:26:12.527Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27832026-07-14T05:26:13.248Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-07-14T05:26:13.570Z Compiling slog-stdlog v4.1.1
27852026-07-14T05:26:13.965Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27862026-07-14T05:26:14.077Z Compiling slog-envlogger v2.2.0
27872026-07-14T05:26:14.152Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27882026-07-14T05:26:15.421Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27892026-07-14T05:26:15.437Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27902026-07-14T05:26:23.356Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-07-14T05:26:25.776Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-07-14T05:26:27.462Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27932026-07-14T05:26:36.326Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27942026-07-14T05:26:40.096Z Finished `release` profile [optimized] target(s) in 2m 26s
27952026-07-14T05:26:40.211Z Running unittests src/lib.rs (target/release/deps/mg_tests-9c8f796b600c3dda)
27962026-07-14T05:26:40.214Z
27972026-07-14T05:26:40.214Zrunning 1 test
27982026-07-14T05:26:40.419Zconfigure zone
27992026-07-14T05:26:40.437Zinstall zone
28002026-07-14T05:26:50.171Zboot zone
28012026-07-14T05:26:50.261Zstart zone s1
28022026-07-14T05:26:50.265Zconfigure zone
28032026-07-14T05:26:50.270Zinstall zone
28042026-07-14T05:26:52.144Zboot zone
28052026-07-14T05:26:52.242Zstart zone s2
28062026-07-14T05:26:52.242Zconfigure zone
28072026-07-14T05:26:52.253Zinstall zone
28082026-07-14T05:26:54.559Zboot zone
28092026-07-14T05:26:54.669Zstart zone s3
28102026-07-14T05:26:54.669Zconfigure zone
28112026-07-14T05:26:54.679Zinstall zone
28122026-07-14T05:26:57.418Zboot zone
28132026-07-14T05:26:57.515Zstart zone t1
28142026-07-14T05:26:57.519Zconfigure zone
28152026-07-14T05:26:57.527Zinstall zone
28162026-07-14T05:27:00.262Zboot zone
28172026-07-14T05:27:00.380Zwaiting for zones to come up
28182026-07-14T05:27:10.382Z[sidecar.quartet] svcs milestone/network
28192026-07-14T05:27:10.407ZSTATE STIME FMRI
28202026-07-14T05:27:10.407Zonline 5:26:49 svc:/milestone/network:default
28212026-07-14T05:27:10.407Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28222026-07-14T05:27:10.433Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28232026-07-14T05:27:10.459Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28242026-07-14T05:27:10.480Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28252026-07-14T05:27:10.483Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28262026-07-14T05:27:10.495Z
28272026-07-14T05:27:10.495Zrunning zone s1.quartet setup
28282026-07-14T05:27:10.495Z[s1.quartet] svcs milestone/network
28292026-07-14T05:27:10.512ZSTATE STIME FMRI
28302026-07-14T05:27:10.512Zonline 5:26:51 svc:/milestone/network:default
28312026-07-14T05:27:10.512Z[s1.quartet] dladm
28322026-07-14T05:27:10.527ZLINK CLASS MTU STATE BRIDGE OVER
28332026-07-14T05:27:10.527Zsl0 simnet 9000 up -- ?
28342026-07-14T05:27:10.527Zmgs1 vnic 9000 up -- ?
28352026-07-14T05:27:10.530Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28362026-07-14T05:27:11.099Z
28372026-07-14T05:27:11.099Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28382026-07-14T05:27:11.115Z
28392026-07-14T05:27:11.115Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28402026-07-14T05:27:11.129Z
28412026-07-14T05:27:11.129Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28422026-07-14T05:27:11.223Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28432026-07-14T05:27:11.297Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 403973c3-6eda-4fc0-847b-524d7e4b1c04 --sled-uuid 82622147-3155-4059-8ad8-769b6d125c70 -a sl0/v6 &> /opt/ddmd.log &
28442026-07-14T05:27:11.311Z
28452026-07-14T05:27:11.312Zrunning zone s2.quartet setup
28462026-07-14T05:27:11.312Z[s2.quartet] svcs milestone/network
28472026-07-14T05:27:11.328ZSTATE STIME FMRI
28482026-07-14T05:27:11.328Zonline 5:26:53 svc:/milestone/network:default
28492026-07-14T05:27:11.328Z[s2.quartet] dladm
28502026-07-14T05:27:11.342ZLINK CLASS MTU STATE BRIDGE OVER
28512026-07-14T05:27:11.342Zsl1 simnet 9000 up -- ?
28522026-07-14T05:27:11.342Zmgs2 vnic 9000 up -- ?
28532026-07-14T05:27:11.342Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28542026-07-14T05:27:11.835Z
28552026-07-14T05:27:11.835Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28562026-07-14T05:27:11.850Z
28572026-07-14T05:27:11.850Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28582026-07-14T05:27:11.862Z
28592026-07-14T05:27:11.862Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28602026-07-14T05:27:11.898Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28612026-07-14T05:27:11.925Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 84f29bce-eddb-4fb8-a8d7-d8f90d275879 --sled-uuid 41573e0d-9e48-4edd-ad66-d991946c58d2 -a sl1/v6 &> /opt/ddmd.log &
28622026-07-14T05:27:11.936Z
28632026-07-14T05:27:11.936Zrunning zone s3.quartet setup
28642026-07-14T05:27:11.936Z[s3.quartet] svcs milestone/network
28652026-07-14T05:27:11.951ZSTATE STIME FMRI
28662026-07-14T05:27:11.951Zonline 5:26:56 svc:/milestone/network:default
28672026-07-14T05:27:11.951Z[s3.quartet] dladm
28682026-07-14T05:27:11.964ZLINK CLASS MTU STATE BRIDGE OVER
28692026-07-14T05:27:11.964Zsl2 simnet 9000 up -- ?
28702026-07-14T05:27:11.964Zmgs3 vnic 9000 up -- ?
28712026-07-14T05:27:11.964Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28722026-07-14T05:27:12.508Z
28732026-07-14T05:27:12.508Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28742026-07-14T05:27:12.521Z
28752026-07-14T05:27:12.521Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28762026-07-14T05:27:12.532Z
28772026-07-14T05:27:12.532Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28782026-07-14T05:27:12.568Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28792026-07-14T05:27:12.600Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6c92a8d4-89db-4641-96a0-7c7cf17ebd2c --sled-uuid 0f1b224f-bc36-463a-8b25-abeba8f269bb -a sl2/v6 &> /opt/ddmd.log &
28802026-07-14T05:27:12.612Z
28812026-07-14T05:27:12.612Zrunning zone t1.quartet setup
28822026-07-14T05:27:12.612Z[t1.quartet] svcs milestone/network
28832026-07-14T05:27:12.626ZSTATE STIME FMRI
28842026-07-14T05:27:12.626Zonline 5:26:59 svc:/milestone/network:default
28852026-07-14T05:27:12.626Z[t1.quartet] dladm
28862026-07-14T05:27:12.639ZLINK CLASS MTU STATE BRIDGE OVER
28872026-07-14T05:27:12.639Ztfportrear0_0 simnet 9000 up -- ?
28882026-07-14T05:27:12.639Ztfportrear1_0 simnet 9000 up -- ?
28892026-07-14T05:27:12.639Ztfportrear2_0 simnet 9000 up -- ?
28902026-07-14T05:27:12.639Zmgt1 vnic 9000 up -- ?
28912026-07-14T05:27:12.639Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28922026-07-14T05:27:13.142Z
28932026-07-14T05:27:13.142Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28942026-07-14T05:27:13.157Z
28952026-07-14T05:27:13.157Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28962026-07-14T05:27:13.169Z
28972026-07-14T05:27:13.170Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28982026-07-14T05:27:13.182Z
28992026-07-14T05:27:13.182Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29002026-07-14T05:27:13.193Z
29012026-07-14T05:27:13.193Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29022026-07-14T05:27:13.515Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29032026-07-14T05:27:13.519Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29042026-07-14T05:27:13.519Zwaiting 3s for copy of files to zone to complete ...
29052026-07-14T05:27:16.519Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29062026-07-14T05:27:16.649Z
29072026-07-14T05:27:16.649Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29082026-07-14T05:27:16.755Z
29092026-07-14T05:27:16.756Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29102026-07-14T05:27:16.793Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29112026-07-14T05:27:16.822Z[t1.quartet] svcadm disable dendrite
29122026-07-14T05:27:16.846Z
29132026-07-14T05:27:16.846Z[t1.quartet] svcadm disable tfport
29142026-07-14T05:27:16.868Z
29152026-07-14T05:27:16.868Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29162026-07-14T05:27:16.894Z
29172026-07-14T05:27:16.894Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29182026-07-14T05:27:16.918Z
29192026-07-14T05:27:16.918Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29202026-07-14T05:27:16.942Z
29212026-07-14T05:27:16.942Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29222026-07-14T05:27:16.967Z
29232026-07-14T05:27:16.967Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29242026-07-14T05:27:16.991Z
29252026-07-14T05:27:16.991Z[t1.quartet] svcadm refresh dendrite:default
29262026-07-14T05:27:17.012Z
29272026-07-14T05:27:17.012Z[t1.quartet] svcadm enable dendrite:default
29282026-07-14T05:27:17.034Z
29292026-07-14T05:27:17.034Zwait 10s for dendrite to come up ...
29302026-07-14T05:27:27.036Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29312026-07-14T05:27:27.064Z
29322026-07-14T05:27:27.064Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29332026-07-14T05:27:27.087Z
29342026-07-14T05:27:27.087Z[t1.quartet] svcadm refresh tfport:default
29352026-07-14T05:27:27.108Z
29362026-07-14T05:27:27.108Z[t1.quartet] svcadm enable tfport
29372026-07-14T05:27:27.130Z
29382026-07-14T05:27:27.130Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 76f1e5fd-a6ba-4b01-8caa-9300e98cd93e --sled-uuid e98fdab9-6d8c-4508-ac20-061be25069ba -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29392026-07-14T05:27:27.141Z
29402026-07-14T05:27:27.141Z[t1.quartet] ipadm
29412026-07-14T05:27:27.155ZADDROBJ TYPE STATE ADDR
29422026-07-14T05:27:27.155Zlo0/v4 static ok 127.0.0.1/8
29432026-07-14T05:27:27.155Zmgt1/v4 static ok 10.0.0.4/24
29442026-07-14T05:27:27.155Zlo0/v6 static ok ::1/128
29452026-07-14T05:27:27.155Zlo0/u6 static ok fd00:4::1/64
29462026-07-14T05:27:27.156Ztfportrear0_0/v6 addrconf ok fe80::308f:66ff:fef6:e6d8%tfportrear0_0/10
29472026-07-14T05:27:27.156Ztfportrear1_0/v6 addrconf ok fe80::6c7b:beff:fe8b:1007%tfportrear1_0/10
29482026-07-14T05:27:27.156Ztfportrear2_0/v6 addrconf ok fe80::d03e:e1ff:fe35:4ff9%tfportrear2_0/10
29492026-07-14T05:27:29.276Zinitial peering test passed
29502026-07-14T05:27:30.277Z[s3.quartet] ping fd00:1::1
29512026-07-14T05:27:30.292Zfd00:1::1 is alive
29522026-07-14T05:27:40.227Ztest ddm::test_quartet has been running for over 60 seconds
29532026-07-14T05:27:41.296Z[s3.quartet] ping fd00:1::1
29542026-07-14T05:27:41.310Zfd00:1::1 is alive
29552026-07-14T05:27:41.313Z[t1.quartet] pkill ddmd
29562026-07-14T05:27:41.322Z
29572026-07-14T05:27:41.322Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29582026-07-14T05:27:41.326Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29592026-07-14T05:27:43.216Z[s3.quartet] pkill ddmd
29602026-07-14T05:27:43.231Z
29612026-07-14T05:27:43.231Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29622026-07-14T05:27:45.026Z[s2.quartet] pkill ddmd
29632026-07-14T05:27:45.039Z
29642026-07-14T05:27:45.039Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29652026-07-14T05:27:46.955Z[s1.quartet] pkill ddmd
29662026-07-14T05:27:46.979Z
29672026-07-14T05:27:46.979Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29682026-07-14T05:27:48.833Z[sidecar.quartet] pkill softnpu
29692026-07-14T05:27:48.847Z
29702026-07-14T05:27:48.847Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29712026-07-14T05:27:51.713Ztest ddm::test_quartet ... ok
29722026-07-14T05:27:51.713Z
29732026-07-14T05:27:51.713Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.48s
29742026-07-14T05:27:51.713Z
29752026-07-14T05:27:51.798Z+ cleanup
29762026-07-14T05:27:51.801Z++ id -un
29772026-07-14T05:27:51.804Z++ id -gn
29782026-07-14T05:27:51.808Z+ pfexec chown -R build:build .
29792026-07-14T05:27:52.031Zprocess exited: duration 675671 ms, exit code 0
 
29802026-07-14T05:27:52.047Zfound 6 output files
29812026-07-14T05:27:52.047Zuploading: /work/s1.quartet.log (4712 bytes)
29822026-07-14T05:27:53.065Zuploaded: /work/s1.quartet.log
29832026-07-14T05:27:53.065Zuploading: /work/s2.quartet.log (3995 bytes)
29842026-07-14T05:27:54.076Zuploaded: /work/s2.quartet.log
29852026-07-14T05:27:54.076Zuploading: /work/s3.quartet.log (4108 bytes)
29862026-07-14T05:27:55.087Zuploaded: /work/s3.quartet.log
29872026-07-14T05:27:55.087Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29882026-07-14T05:27:56.096Zuploaded: /work/sidecar.quartet-softnpu.log
29892026-07-14T05:27:56.096Zuploading: /work/t1.quartet-dpd.log (201165 bytes)
29902026-07-14T05:27:57.113Zuploaded: /work/t1.quartet-dpd.log
29912026-07-14T05:27:57.113Zuploading: /work/t1.quartet.log (17055 bytes)
29922026-07-14T05:27:58.129Zuploaded: /work/t1.quartet.log