01KXGKKJYP3Y8JR9ZVQMZER318: 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: 01KXGKM60N0JZ6BEW7ZWQZYEXN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T15:24:44.027Zjob assigned to worker 01KXGKMP3NCS50Z56RX6RKVZWM [factory aws, i-03b8f8b0c33408013] (queued for 58 s)
 
22026-07-14T15:24:50.628Zstarting task 0: "setup"
32026-07-14T15:24:50.632Z++ uname -s
42026-07-14T15:24:50.635Z+ kern=SunOS
52026-07-14T15:24:50.636Z+ build_user=build
62026-07-14T15:24:50.636Z+ build_uid=12345
72026-07-14T15:24:50.636Z+ work_dir=/work
82026-07-14T15:24:50.636Z+ input_dir=/input
92026-07-14T15:24:50.636Z+ [[ 0 == 12345 ]]
102026-07-14T15:24:50.636Z+ case "$kern" in
112026-07-14T15:24:50.636Z+ groupadd -g 12345 build
122026-07-14T15:24:50.640Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T15:24:52.640Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T15:24:52.735Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T15:24:52.738Z+ home_fs=zfs
162026-07-14T15:24:52.738Z+ [[ zfs == autofs ]]
172026-07-14T15:24:52.738Z+ mkdir -p /home/build
182026-07-14T15:24:52.738Z+ chown build:build /home/build /work
192026-07-14T15:24:54.739Z+ chmod 0700 /home/build /work
202026-07-14T15:24:54.742Zprocess exited: duration 4114 ms, exit code 0
 
212026-07-14T15:24:54.747Zstarting task 1: "rust-toolchain"
222026-07-14T15:24:54.751Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T15:24:54.751Z * rust toolchain channel = "stable"
242026-07-14T15:24:54.751Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-14T15:24:54.753Z * rust toolchain profile = "default"
262026-07-14T15:24:54.753Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T15:24:54.753Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T15:24:54.753Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T15:24:54.753Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T15:24:54.848Zinfo: downloading installer
312026-07-14T15:24:56.357Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T15:24:56.357Zwarn: /opt/ooce/bin
332026-07-14T15:24:56.357Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T15:24:56.357Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T15:24:56.357Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T15:24:56.357Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T15:24:56.357Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T15:24:56.357Zerror: cannot install while Rust is installed
392026-07-14T15:24:56.358Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T15:24:56.358Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T15:24:56.358Zwarn: /home/build/.rustup/settings.toml
422026-07-14T15:24:56.358Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T15:24:56.358Zwarn: instead of the one inferred from the default host triple.
442026-07-14T15:24:56.371Zinfo: profile set to default
452026-07-14T15:24:56.371Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T15:24:56.373Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T15:24:56.502Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T15:24:56.505Zinfo: downloading 6 components
492026-07-14T15:25:10.876Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T15:25:10.876Z
512026-07-14T15:25:10.908Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T15:25:10.908Z
532026-07-14T15:25:10.908Z
542026-07-14T15:25:10.908ZRust is installed now. Great!
552026-07-14T15:25:10.908Z
562026-07-14T15:25:10.908ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T15:25:10.908Zenvironment variable. This has not been done automatically.
582026-07-14T15:25:10.908Z
592026-07-14T15:25:10.908ZTo configure your current shell, you need to source
602026-07-14T15:25:10.908Zthe corresponding env file under $HOME/.cargo.
612026-07-14T15:25:10.908Z
622026-07-14T15:25:10.908ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T15:25:10.908Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T15:25:10.908Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T15:25:10.908Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T15:25:10.908Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T15:25:10.908Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T15:25:10.908Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T15:25:10.911Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T15:25:10.911Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T15:25:11.001Z+ rustup --version
722026-07-14T15:25:11.010Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T15:25:11.013Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T15:25:11.031Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T15:25:11.033Z+ cargo --version
762026-07-14T15:25:11.049Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T15:25:11.051Z+ rustc --version
782026-07-14T15:25:11.071Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T15:25:11.074Zprocess exited: duration 16325 ms, exit code 0
 
802026-07-14T15:25:11.079Zstarting task 2: "authentication"
812026-07-14T15:25:11.095Zprocess exited: duration 15 ms, exit code 0
 
822026-07-14T15:25:11.101Zstarting task 3: "clone repository"
832026-07-14T15:25:11.104Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T15:25:11.106Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T15:25:11.139ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T15:25:12.633Z+ cd /work/oxidecomputer/maghemite
872026-07-14T15:25:12.633Z+ git fetch origin d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
882026-07-14T15:25:13.013ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T15:25:13.013Z * branch d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a -> FETCH_HEAD
902026-07-14T15:25:13.018Z+ [[ -n john/bfd-async-wiring ]]
912026-07-14T15:25:13.020Z++ git branch --show-current
922026-07-14T15:25:13.020Z+ current=main
932026-07-14T15:25:13.020Z+ [[ main != john/bfd-async-wiring ]]
942026-07-14T15:25:13.020Z+ git branch -f john/bfd-async-wiring d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
952026-07-14T15:25:13.023Z+ git checkout -f john/bfd-async-wiring
962026-07-14T15:25:13.042ZSwitched to branch 'john/bfd-async-wiring'
972026-07-14T15:25:13.044Z+ git reset --hard d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
982026-07-14T15:25:13.060ZHEAD is now at d8f0e0f fix build errors after rebasing
992026-07-14T15:25:13.063Zprocess exited: duration 1960 ms, exit code 0
 
1002026-07-14T15:25:13.068Zstarting task 4: "build"
1012026-07-14T15:25:13.074Z++ dladm
1022026-07-14T15:25:13.077ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-14T15:25:13.077Zena0 phys 9216 up -- --
1042026-07-14T15:25:13.080Z++ ipadm
1052026-07-14T15:25:13.080ZADDROBJ TYPE STATE ADDR
1062026-07-14T15:25:13.080Zlo0/v4 static ok 127.0.0.1/8
1072026-07-14T15:25:13.080Zena0/dhcp dhcp ok 10.150.1.229/24
1082026-07-14T15:25:13.080Zlo0/v6 static ok ::1/128
1092026-07-14T15:25:13.080Z++ banner collect
1102026-07-14T15:25:13.083Z
1112026-07-14T15:25:13.083Z #### #### # # ###### #### #####
1122026-07-14T15:25:13.083Z # # # # # # # # # #
1132026-07-14T15:25:13.083Z # # # # # ##### # #
1142026-07-14T15:25:13.083Z # # # # # # # #
1152026-07-14T15:25:13.083Z # # # # # # # # # #
1162026-07-14T15:25:13.083Z #### #### ###### ###### ###### #### #
1172026-07-14T15:25:13.083Z
1182026-07-14T15:25:13.083Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-14T15:25:13.083Z++ repo=softnpu
1202026-07-14T15:25:13.083Z++ series=image
1212026-07-14T15:25:13.083Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-14T15:25:13.083Z++ name=softnpu
1232026-07-14T15:25:13.083Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-14T15:25:13.083Z++ mkdir -p download
1252026-07-14T15:25:13.083Z++ pushd download
1262026-07-14T15:25:13.086Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-14T15:25:13.086Z++ [[ ! -f softnpu ]]
1282026-07-14T15:25:13.086Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-14T15:25:13.089Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-14T15:25:13.091Z Dload Upload Total Spent Left Speed
1312026-07-14T15:25:15.717Z 0 0 0 0 0 0 0 0 0 78 15.63M 78 12.21M 0 0 8.37M 0 00:01 00:01 8.37M 78 15.63M 78 12.21M 0 0 4.96M 0 00:03 00:02 00:01 4.96M 100 15.63M 100 15.63M 0 0 5.95M 0 00:02 00:02 4.96M 100 15.63M 100 15.63M 0 0 5.95M 0 00:02 00:02 4.96M 100 15.63M 100 15.63M 0 0 5.95M 0 00:02 00:02 4.96M
1322026-07-14T15:25:15.720Z++ popd
1332026-07-14T15:25:15.720Z/work/oxidecomputer/maghemite
1342026-07-14T15:25:15.720Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-14T15:25:15.720Z++ repo=sidecar-lite
1362026-07-14T15:25:15.721Z++ series=release
1372026-07-14T15:25:15.721Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-14T15:25:15.721Z++ name=libsidecar_lite.so
1392026-07-14T15:25:15.721Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-14T15:25:15.721Z++ mkdir -p download
1412026-07-14T15:25:15.727Z++ pushd download
1422026-07-14T15:25:15.727Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-07-14T15:25:15.727Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-14T15:25:15.727Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-14T15:25:15.735Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-14T15:25:15.735Z Dload Upload Total Spent Left Speed
1472026-07-14T15:25:16.097Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 32.68M 0 0 100 12.04M 100 12.04M 0 0 32.67M 0 0 100 12.04M 100 12.04M 0 0 32.67M 0 0
1482026-07-14T15:25:16.100Z++ popd
1492026-07-14T15:25:16.100Z/work/oxidecomputer/maghemite
1502026-07-14T15:25:16.100Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-14T15:25:16.100Z++ repo=sidecar-lite
1522026-07-14T15:25:16.100Z++ series=release
1532026-07-14T15:25:16.100Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-14T15:25:16.100Z++ name=scadm
1552026-07-14T15:25:16.100Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-14T15:25:16.100Z++ mkdir -p download
1572026-07-14T15:25:16.100Z++ pushd download
1582026-07-14T15:25:16.100Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-07-14T15:25:16.100Z++ [[ ! -f scadm ]]
1602026-07-14T15:25:16.100Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-14T15:25:16.105Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-14T15:25:16.110Z Dload Upload Total Spent Left Speed
1632026-07-14T15:25:16.452Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 45.52M 0 0 100 15.78M 100 15.78M 0 0 45.51M 0 0 100 15.78M 100 15.78M 0 0 45.51M 0 0
1642026-07-14T15:25:16.458Z++ popd
1652026-07-14T15:25:16.458Z/work/oxidecomputer/maghemite
1662026-07-14T15:25:16.459Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-14T15:25:16.459Z++ repo=dendrite
1682026-07-14T15:25:16.459Z++ series=image
1692026-07-14T15:25:16.459Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-14T15:25:16.459Z++ name=dendrite-softnpu.tar.gz
1712026-07-14T15:25:16.459Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-14T15:25:16.459Z++ mkdir -p download
1732026-07-14T15:25:16.459Z++ pushd download
1742026-07-14T15:25:16.459Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-07-14T15:25:16.459Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-07-14T15:25:16.459Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-14T15:25:16.463Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-14T15:25:16.464Z Dload Upload Total Spent Left Speed
1792026-07-14T15:25:18.108Z 0 0 0 0 0 0 0 0 0 49 71.59M 49 35.09M 0 0 35.11M 0 00:02 00:02 35.12M 100 71.59M 100 71.59M 0 0 43.45M 0 00:01 00:01 35.12M 100 71.59M 100 71.59M 0 0 43.45M 0 00:01 00:01 35.12M 100 71.59M 100 71.59M 0 0 43.45M 0 00:01 00:01 35.12M
1802026-07-14T15:25:18.113Z++ popd
1812026-07-14T15:25:18.114Z/work/oxidecomputer/maghemite
1822026-07-14T15:25:18.114Z++ get_artifact maghemite release d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a ddm
1832026-07-14T15:25:18.114Z++ repo=maghemite
1842026-07-14T15:25:18.114Z++ series=release
1852026-07-14T15:25:18.114Z++ commit=d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
1862026-07-14T15:25:18.114Z++ name=ddm
1872026-07-14T15:25:18.114Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-14T15:25:18.114Z++ mkdir -p download
1892026-07-14T15:25:18.118Z++ pushd download
1902026-07-14T15:25:18.118Z++ [[ ! -f ddm ]]
1912026-07-14T15:25:18.118Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-07-14T15:25:18.119Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a/ddm
1932026-07-14T15:25:18.122Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-14T15:25:18.122Z Dload Upload Total Spent Left Speed
1952026-07-14T15:25:18.198Z 0 0 0 0 0 0 0 0 0
1962026-07-14T15:25:18.207Zcurl: (22) The requested URL returned error: 404
1972026-07-14T15:25:18.207Z++ popd
1982026-07-14T15:25:18.207Z/work/oxidecomputer/maghemite
1992026-07-14T15:25:18.207Z++ get_artifact maghemite release d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a ddmadm
2002026-07-14T15:25:18.207Z++ repo=maghemite
2012026-07-14T15:25:18.207Z++ series=release
2022026-07-14T15:25:18.207Z++ commit=d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
2032026-07-14T15:25:18.207Z++ name=ddmadm
2042026-07-14T15:25:18.207Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-14T15:25:18.207Z++ mkdir -p download
2062026-07-14T15:25:18.207Z++ pushd download
2072026-07-14T15:25:18.207Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-14T15:25:18.207Z++ [[ ! -f ddmadm ]]
2092026-07-14T15:25:18.207Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a/ddmadm
2102026-07-14T15:25:18.207Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-14T15:25:18.207Z Dload Upload Total Spent Left Speed
2122026-07-14T15:25:18.254Z 0 0 0 0 0 0 0 0 0
2132026-07-14T15:25:18.254Zcurl: (22) The requested URL returned error: 404
2142026-07-14T15:25:18.257Z++ popd
2152026-07-14T15:25:18.257Z/work/oxidecomputer/maghemite
2162026-07-14T15:25:18.257Z++ pushd download
2172026-07-14T15:25:18.257Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-07-14T15:25:18.257Z++ chmod +x softnpu
2192026-07-14T15:25:18.260Z++ chmod +x scadm
2202026-07-14T15:25:18.260Z++ chmod +x ddmadm
2212026-07-14T15:25:18.260Zchmod: WARNING: can't access ddmadm
2222026-07-14T15:25:18.260Z++ chmod +x ddmd
2232026-07-14T15:25:18.263Zchmod: WARNING: can't access ddmd
2242026-07-14T15:25:18.263Z++ mv ddmadm ddmadm-v2
2252026-07-14T15:25:18.263Zmv: cannot access ddmadm
2262026-07-14T15:25:18.263Z++ mv ddmd ddmd-v2
2272026-07-14T15:25:18.263Zmv: cannot access ddmd
2282026-07-14T15:25:18.263Z++ rm -rf zones/dendrite
2292026-07-14T15:25:18.266Z++ mkdir -p zones/dendrite
2302026-07-14T15:25:18.266Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-14T15:25:19.268Z++ 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-14T15:25:19.271Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-14T15:25:19.273Z++ popd
2342026-07-14T15:25:19.274Z/work/oxidecomputer/maghemite
2352026-07-14T15:25:19.274Z++ banner install
2362026-07-14T15:25:19.274Z
2372026-07-14T15:25:19.274Z # # # #### ##### ## # #
2382026-07-14T15:25:19.274Z # ## # # # # # # #
2392026-07-14T15:25:19.274Z # # # # #### # # # # #
2402026-07-14T15:25:19.274Z # # # # # # ###### # #
2412026-07-14T15:25:19.274Z # # ## # # # # # # #
2422026-07-14T15:25:19.274Z # # # #### # # # ###### ######
2432026-07-14T15:25:19.274Z
2442026-07-14T15:25:19.274Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-14T15:25:19.274Z++ set +o errexit
2462026-07-14T15:25:19.274Z++ pkg info clang-15
2472026-07-14T15:25:19.277Z++ grep -qi installed
2482026-07-14T15:25:20.445Zpkg: info: no packages matching the following patterns you specified are
2492026-07-14T15:25:20.446Zinstalled on the system. Try querying remotely instead:
2502026-07-14T15:25:20.446Z
2512026-07-14T15:25:20.446Z clang-15
2522026-07-14T15:25:20.483Z++ [[ 1 != 0 ]]
2532026-07-14T15:25:20.483Z++ set -o errexit
2542026-07-14T15:25:20.483Z++ pfexec pkg install clang-15
2552026-07-14T15:25:27.136Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-14T15:25:34.886Z Startup: Caching catalogs ... Done
2572026-07-14T15:25:42.167ZPlanning: Solver setup ... Done
2582026-07-14T15:25:42.210ZPlanning: Running solver ... Done
2592026-07-14T15:25:42.354ZPlanning: Finding local manifests ... Done
2602026-07-14T15:25:42.369ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-14T15:25:42.484ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-14T15:25:42.513ZPlanning: Package planning ... Done
2632026-07-14T15:25:42.539ZPlanning: Merging actions ... Done
2642026-07-14T15:25:42.645ZPlanning: Checking for conflicting actions ... Done
2652026-07-14T15:25:42.652ZPlanning: Consolidating action changes ... Done
2662026-07-14T15:25:43.419ZPlanning: Evaluating mediators ... Done
2672026-07-14T15:25:43.424ZPlanning: Planning completed in 8.37 seconds
2682026-07-14T15:25:43.435Z Packages to install: 2
2692026-07-14T15:25:43.435Z Mediators to change: 2
2702026-07-14T15:25:43.439Z Services to change: 1
2712026-07-14T15:25:43.439Z Create boot environment: No
2722026-07-14T15:25:43.439ZCreate backup boot environment: No
2732026-07-14T15:25:43.477Z
2742026-07-14T15:25:43.477ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-14T15:25:48.492ZDownload: 510/3076 items 16.9/211.3MB 8% complete (3.7M/s)
2762026-07-14T15:25:54.628ZDownload: 983/3076 items 82.2/211.3MB 38% complete (8.5M/s)
2772026-07-14T15:25:59.631ZDownload: 1974/3076 items 117.8/211.3MB 55% complete (10.0M/s)
2782026-07-14T15:26:04.642ZDownload: 2044/3076 items 118.2/211.3MB 55% complete (3.6M/s)
2792026-07-14T15:26:10.397ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (8.7M/s)
2802026-07-14T15:26:16.588ZDownload: 3068/3076 items 209.2/211.3MB 99% complete (9.6M/s)
2812026-07-14T15:26:22.914ZDownload: 3070/3076 items 209.3/211.3MB 99% complete
2822026-07-14T15:26:35.618ZDownload: 3072/3076 items 210.7/211.3MB 99% complete
2832026-07-14T15:26:35.641ZDownload: Completed 211.31 MB in 52.16 seconds (4.0M/s)
2842026-07-14T15:26:35.749Z Actions: 1/3418 actions (Installing new actions)
2852026-07-14T15:26:38.900Z Actions: Completed 3418 actions in 3.15 seconds.
2862026-07-14T15:26:39.556Z Done
2872026-07-14T15:26:39.556Z Done
2882026-07-14T15:26:40.303Z Done
2892026-07-14T15:26:43.749Z Done
2902026-07-14T15:26:43.820Z Done
2912026-07-14T15:26:43.823Z Done
2922026-07-14T15:26:44.077Z Done
2932026-07-14T15:26:44.767Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-07-14T15:26:44.767Z++ set +o errexit
2952026-07-14T15:26:44.772Z++ pkg info pkg-config
2962026-07-14T15:26:44.772Z++ grep -qi installed
2972026-07-14T15:26:44.998Z++ [[ 0 != 0 ]]
2982026-07-14T15:26:44.998Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2992026-07-14T15:26:44.998Z++ set +o errexit
3002026-07-14T15:26:45.001Z++ pkg info brand/omicron1
3012026-07-14T15:26:45.001Z++ grep -qi installed
3022026-07-14T15:26:45.182Zpkg: info: no packages matching the following patterns you specified are
3032026-07-14T15:26:45.183Zinstalled on the system. Try querying remotely instead:
3042026-07-14T15:26:45.183Z
3052026-07-14T15:26:45.183Z brand/omicron1
3062026-07-14T15:26:45.217Z++ [[ 1 != 0 ]]
3072026-07-14T15:26:45.217Z++ set -o errexit
3082026-07-14T15:26:45.217Z++ pfexec pkg install brand/omicron1
3092026-07-14T15:26:45.628Z Startup: Refreshing catalog 'helios-dev' ... Done
3102026-07-14T15:26:52.941ZPlanning: Solver setup ... Done
3112026-07-14T15:26:52.982ZPlanning: Running solver ... Done
3122026-07-14T15:26:53.129ZPlanning: Finding local manifests ... Done
3132026-07-14T15:26:53.132ZPlanning: Fetching manifests: 0/2 0% complete
3142026-07-14T15:26:53.250ZPlanning: Fetching manifests: 2/2 100% complete
3152026-07-14T15:26:53.262ZPlanning: Package planning ... Done
3162026-07-14T15:26:53.265ZPlanning: Merging actions ... Done
3172026-07-14T15:26:53.417ZPlanning: Checking for conflicting actions ... Done
3182026-07-14T15:26:53.421ZPlanning: Consolidating action changes ... Done
3192026-07-14T15:26:53.580ZPlanning: Evaluating mediators ... Done
3202026-07-14T15:26:53.583ZPlanning: Planning completed in 7.95 seconds
3212026-07-14T15:26:53.587Z Packages to install: 2
3222026-07-14T15:26:53.587Z Create boot environment: No
3232026-07-14T15:26:53.590ZCreate backup boot environment: No
3242026-07-14T15:26:53.615Z
3252026-07-14T15:26:53.616ZDownload: 0/5 items 0.0/1.1MB 0% complete
3262026-07-14T15:26:53.634ZDownload: Completed 1.07 MB in 0.02 seconds (56.4M/s)
3272026-07-14T15:26:53.710Z Actions: 1/28 actions (Installing new actions)
3282026-07-14T15:26:53.722Z Actions: Completed 28 actions in 0.01 seconds.
3292026-07-14T15:26:54.244Z Done
3302026-07-14T15:26:54.244Z Done
3312026-07-14T15:26:54.881Z Done
3322026-07-14T15:26:57.790Z Done
3332026-07-14T15:26:57.869Z Done
3342026-07-14T15:26:57.871Z Done
3352026-07-14T15:26:58.077Z Done
3362026-07-14T15:26:58.219Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3372026-07-14T15:26:58.219Z++ set +o errexit
3382026-07-14T15:26:58.222Z++ pkg info brand/omicron1/tools
3392026-07-14T15:26:58.222Z++ grep -qi installed
3402026-07-14T15:26:58.402Zpkg: info: no packages matching the following patterns you specified are
3412026-07-14T15:26:58.402Zinstalled on the system. Try querying remotely instead:
3422026-07-14T15:26:58.402Z
3432026-07-14T15:26:58.403Z brand/omicron1/tools
3442026-07-14T15:26:58.436Z++ [[ 1 != 0 ]]
3452026-07-14T15:26:58.436Z++ set -o errexit
3462026-07-14T15:26:58.436Z++ pfexec pkg install brand/omicron1/tools
3472026-07-14T15:26:58.829Z Startup: Refreshing catalog 'helios-dev' ... Done
3482026-07-14T15:27:06.180ZPlanning: Solver setup ... Done
3492026-07-14T15:27:06.220ZPlanning: Running solver ... Done
3502026-07-14T15:27:06.367ZPlanning: Finding local manifests ... Done
3512026-07-14T15:27:06.374ZPlanning: Fetching manifests: 0/1 0% complete
3522026-07-14T15:27:06.506ZPlanning: Fetching manifests: 1/1 100% complete
3532026-07-14T15:27:06.518ZPlanning: Package planning ... Done
3542026-07-14T15:27:06.526ZPlanning: Merging actions ... Done
3552026-07-14T15:27:06.661ZPlanning: Checking for conflicting actions ... Done
3562026-07-14T15:27:06.667ZPlanning: Consolidating action changes ... Done
3572026-07-14T15:27:06.819ZPlanning: Evaluating mediators ... Done
3582026-07-14T15:27:06.822ZPlanning: Planning completed in 7.99 seconds
3592026-07-14T15:27:06.827Z Packages to install: 1
3602026-07-14T15:27:06.827Z Services to change: 1
3612026-07-14T15:27:06.827Z Create boot environment: No
3622026-07-14T15:27:06.827ZCreate backup boot environment: No
3632026-07-14T15:27:06.856Z
3642026-07-14T15:27:06.856ZDownload: 0/2 items 0.0/1.2MB 0% complete
3652026-07-14T15:27:06.889ZDownload: Completed 1.19 MB in 0.03 seconds (35.4M/s)
3662026-07-14T15:27:06.983Z Actions: 1/19 actions (Installing new actions)
3672026-07-14T15:27:06.998Z Actions: Completed 19 actions in 0.01 seconds.
3682026-07-14T15:27:07.514Z Done
3692026-07-14T15:27:07.514Z Done
3702026-07-14T15:27:08.154Z Done
3712026-07-14T15:27:11.089Z Done
3722026-07-14T15:27:11.138Z Done
3732026-07-14T15:27:11.142Z Done
3742026-07-14T15:27:11.305Z Done
3752026-07-14T15:27:11.451Z++ pfexec svcadm enable baseline
3762026-07-14T15:27:11.487Z++ retry=0
3772026-07-14T15:27:11.487Z+++ svcs -Hostate baseline
3782026-07-14T15:27:11.519Z++ [[ offline* != online ]]
3792026-07-14T15:27:11.520Z++ [[ 0 -gt 300 ]]
3802026-07-14T15:27:11.520Z++ sleep 1
3812026-07-14T15:27:12.476Z++ retry=1
3822026-07-14T15:27:12.484Z+++ svcs -Hostate baseline
3832026-07-14T15:27:12.491Z++ [[ offline* != online ]]
3842026-07-14T15:27:12.491Z++ [[ 1 -gt 300 ]]
3852026-07-14T15:27:12.491Z++ sleep 1
3862026-07-14T15:27:13.487Z++ retry=2
3872026-07-14T15:27:13.491Z+++ svcs -Hostate baseline
3882026-07-14T15:27:13.501Z++ [[ offline* != online ]]
3892026-07-14T15:27:13.501Z++ [[ 2 -gt 300 ]]
3902026-07-14T15:27:13.501Z++ sleep 1
3912026-07-14T15:27:14.506Z++ retry=3
3922026-07-14T15:27:14.519Z+++ svcs -Hostate baseline
3932026-07-14T15:27:14.525Z++ [[ offline* != online ]]
3942026-07-14T15:27:14.525Z++ [[ 3 -gt 300 ]]
3952026-07-14T15:27:14.525Z++ sleep 1
3962026-07-14T15:27:15.517Z++ retry=4
3972026-07-14T15:27:15.520Z+++ svcs -Hostate baseline
3982026-07-14T15:27:15.532Z++ [[ offline* != online ]]
3992026-07-14T15:27:15.532Z++ [[ 4 -gt 300 ]]
4002026-07-14T15:27:15.534Z++ sleep 1
4012026-07-14T15:27:16.534Z++ retry=5
4022026-07-14T15:27:16.537Z+++ svcs -Hostate baseline
4032026-07-14T15:27:16.556Z++ [[ offline* != online ]]
4042026-07-14T15:27:16.556Z++ [[ 5 -gt 300 ]]
4052026-07-14T15:27:16.556Z++ sleep 1
4062026-07-14T15:27:17.557Z++ retry=6
4072026-07-14T15:27:17.559Z+++ svcs -Hostate baseline
4082026-07-14T15:27:17.571Z++ [[ offline* != online ]]
4092026-07-14T15:27:17.571Z++ [[ 6 -gt 300 ]]
4102026-07-14T15:27:17.571Z++ sleep 1
4112026-07-14T15:27:18.573Z++ retry=7
4122026-07-14T15:27:18.579Z+++ svcs -Hostate baseline
4132026-07-14T15:27:18.588Z++ [[ offline* != online ]]
4142026-07-14T15:27:18.588Z++ [[ 7 -gt 300 ]]
4152026-07-14T15:27:18.588Z++ sleep 1
4162026-07-14T15:27:19.630Z++ retry=8
4172026-07-14T15:27:19.639Z+++ svcs -Hostate baseline
4182026-07-14T15:27:19.639Z++ [[ offline* != online ]]
4192026-07-14T15:27:19.639Z++ [[ 8 -gt 300 ]]
4202026-07-14T15:27:19.639Z++ sleep 1
4212026-07-14T15:27:20.608Z++ retry=9
4222026-07-14T15:27:20.610Z+++ svcs -Hostate baseline
4232026-07-14T15:27:20.621Z++ [[ offline* != online ]]
4242026-07-14T15:27:20.621Z++ [[ 9 -gt 300 ]]
4252026-07-14T15:27:20.621Z++ sleep 1
4262026-07-14T15:27:21.623Z++ retry=10
4272026-07-14T15:27:21.626Z+++ svcs -Hostate baseline
4282026-07-14T15:27:21.638Z++ [[ offline* != online ]]
4292026-07-14T15:27:21.638Z++ [[ 10 -gt 300 ]]
4302026-07-14T15:27:21.638Z++ sleep 1
4312026-07-14T15:27:22.644Z++ retry=11
4322026-07-14T15:27:22.648Z+++ svcs -Hostate baseline
4332026-07-14T15:27:22.657Z++ [[ offline* != online ]]
4342026-07-14T15:27:22.657Z++ [[ 11 -gt 300 ]]
4352026-07-14T15:27:22.657Z++ sleep 1
4362026-07-14T15:27:23.657Z++ retry=12
4372026-07-14T15:27:23.661Z+++ svcs -Hostate baseline
4382026-07-14T15:27:23.672Z++ [[ offline* != online ]]
4392026-07-14T15:27:23.672Z++ [[ 12 -gt 300 ]]
4402026-07-14T15:27:23.673Z++ sleep 1
4412026-07-14T15:27:24.675Z++ retry=13
4422026-07-14T15:27:24.686Z+++ svcs -Hostate baseline
4432026-07-14T15:27:24.690Z++ [[ offline* != online ]]
4442026-07-14T15:27:24.690Z++ [[ 13 -gt 300 ]]
4452026-07-14T15:27:24.690Z++ sleep 1
4462026-07-14T15:27:25.689Z++ retry=14
4472026-07-14T15:27:25.733Z+++ svcs -Hostate baseline
4482026-07-14T15:27:25.740Z++ [[ offline* != online ]]
4492026-07-14T15:27:25.740Z++ [[ 14 -gt 300 ]]
4502026-07-14T15:27:25.740Z++ sleep 1
4512026-07-14T15:27:26.705Z++ retry=15
4522026-07-14T15:27:26.708Z+++ svcs -Hostate baseline
4532026-07-14T15:27:26.720Z++ [[ offline* != online ]]
4542026-07-14T15:27:26.720Z++ [[ 15 -gt 300 ]]
4552026-07-14T15:27:26.720Z++ sleep 1
4562026-07-14T15:27:27.722Z++ retry=16
4572026-07-14T15:27:27.726Z+++ svcs -Hostate baseline
4582026-07-14T15:27:27.737Z++ [[ offline* != online ]]
4592026-07-14T15:27:27.737Z++ [[ 16 -gt 300 ]]
4602026-07-14T15:27:27.737Z++ sleep 1
4612026-07-14T15:27:28.751Z++ retry=17
4622026-07-14T15:27:28.770Z+++ svcs -Hostate baseline
4632026-07-14T15:27:28.770Z++ [[ offline* != online ]]
4642026-07-14T15:27:28.770Z++ [[ 17 -gt 300 ]]
4652026-07-14T15:27:28.770Z++ sleep 1
4662026-07-14T15:27:29.800Z++ retry=18
4672026-07-14T15:27:29.930Z+++ svcs -Hostate baseline
4682026-07-14T15:27:29.930Z++ [[ offline* != online ]]
4692026-07-14T15:27:29.930Z++ [[ 18 -gt 300 ]]
4702026-07-14T15:27:29.930Z++ sleep 1
4712026-07-14T15:27:31.089Z++ retry=19
4722026-07-14T15:27:31.089Z+++ svcs -Hostate baseline
4732026-07-14T15:27:31.089Z++ [[ offline* != online ]]
4742026-07-14T15:27:31.089Z++ [[ 19 -gt 300 ]]
4752026-07-14T15:27:31.089Z++ sleep 1
4762026-07-14T15:27:31.794Z++ retry=20
4772026-07-14T15:27:31.803Z+++ svcs -Hostate baseline
4782026-07-14T15:27:31.808Z++ [[ offline* != online ]]
4792026-07-14T15:27:31.808Z++ [[ 20 -gt 300 ]]
4802026-07-14T15:27:31.808Z++ sleep 1
4812026-07-14T15:27:32.842Z++ retry=21
4822026-07-14T15:27:32.861Z+++ svcs -Hostate baseline
4832026-07-14T15:27:32.861Z++ [[ offline* != online ]]
4842026-07-14T15:27:32.861Z++ [[ 21 -gt 300 ]]
4852026-07-14T15:27:32.861Z++ sleep 1
4862026-07-14T15:27:33.828Z++ retry=22
4872026-07-14T15:27:33.850Z+++ svcs -Hostate baseline
4882026-07-14T15:27:33.870Z++ [[ offline* != online ]]
4892026-07-14T15:27:33.870Z++ [[ 22 -gt 300 ]]
4902026-07-14T15:27:33.870Z++ sleep 1
4912026-07-14T15:27:34.839Z++ retry=23
4922026-07-14T15:27:34.841Z+++ svcs -Hostate baseline
4932026-07-14T15:27:34.853Z++ [[ offline* != online ]]
4942026-07-14T15:27:34.853Z++ [[ 23 -gt 300 ]]
4952026-07-14T15:27:34.853Z++ sleep 1
4962026-07-14T15:27:35.855Z++ retry=24
4972026-07-14T15:27:35.859Z+++ svcs -Hostate baseline
4982026-07-14T15:27:35.869Z++ [[ offline* != online ]]
4992026-07-14T15:27:35.870Z++ [[ 24 -gt 300 ]]
5002026-07-14T15:27:35.870Z++ sleep 1
5012026-07-14T15:27:36.874Z++ retry=25
5022026-07-14T15:27:36.878Z+++ svcs -Hostate baseline
5032026-07-14T15:27:36.889Z++ [[ offline* != online ]]
5042026-07-14T15:27:36.889Z++ [[ 25 -gt 300 ]]
5052026-07-14T15:27:36.889Z++ sleep 1
5062026-07-14T15:27:37.896Z++ retry=26
5072026-07-14T15:27:37.899Z+++ svcs -Hostate baseline
5082026-07-14T15:27:37.904Z++ [[ offline* != online ]]
5092026-07-14T15:27:37.904Z++ [[ 26 -gt 300 ]]
5102026-07-14T15:27:37.905Z++ sleep 1
5112026-07-14T15:27:38.908Z++ retry=27
5122026-07-14T15:27:38.912Z+++ svcs -Hostate baseline
5132026-07-14T15:27:38.920Z++ [[ offline* != online ]]
5142026-07-14T15:27:38.920Z++ [[ 27 -gt 300 ]]
5152026-07-14T15:27:38.920Z++ sleep 1
5162026-07-14T15:27:39.932Z++ retry=28
5172026-07-14T15:27:39.938Z+++ svcs -Hostate baseline
5182026-07-14T15:27:39.938Z++ [[ offline* != online ]]
5192026-07-14T15:27:39.938Z++ [[ 28 -gt 300 ]]
5202026-07-14T15:27:39.939Z++ sleep 1
5212026-07-14T15:27:40.940Z++ retry=29
5222026-07-14T15:27:40.945Z+++ svcs -Hostate baseline
5232026-07-14T15:27:40.953Z++ [[ offline* != online ]]
5242026-07-14T15:27:40.953Z++ [[ 29 -gt 300 ]]
5252026-07-14T15:27:40.953Z++ sleep 1
5262026-07-14T15:27:41.955Z++ retry=30
5272026-07-14T15:27:41.958Z+++ svcs -Hostate baseline
5282026-07-14T15:27:41.971Z++ [[ offline* != online ]]
5292026-07-14T15:27:41.971Z++ [[ 30 -gt 300 ]]
5302026-07-14T15:27:41.971Z++ sleep 1
5312026-07-14T15:27:42.993Z++ retry=31
5322026-07-14T15:27:43.033Z+++ svcs -Hostate baseline
5332026-07-14T15:27:43.033Z++ [[ offline* != online ]]
5342026-07-14T15:27:43.033Z++ [[ 31 -gt 300 ]]
5352026-07-14T15:27:43.033Z++ sleep 1
5362026-07-14T15:27:44.003Z++ retry=32
5372026-07-14T15:27:44.028Z+++ svcs -Hostate baseline
5382026-07-14T15:27:44.028Z++ [[ offline* != online ]]
5392026-07-14T15:27:44.028Z++ [[ 32 -gt 300 ]]
5402026-07-14T15:27:44.029Z++ sleep 1
5412026-07-14T15:27:45.023Z++ retry=33
5422026-07-14T15:27:45.149Z+++ svcs -Hostate baseline
5432026-07-14T15:27:45.149Z++ [[ offline* != online ]]
5442026-07-14T15:27:45.149Z++ [[ 33 -gt 300 ]]
5452026-07-14T15:27:45.149Z++ sleep 1
5462026-07-14T15:27:46.073Z++ retry=34
5472026-07-14T15:27:46.107Z+++ svcs -Hostate baseline
5482026-07-14T15:27:46.107Z++ [[ offline* != online ]]
5492026-07-14T15:27:46.107Z++ [[ 34 -gt 300 ]]
5502026-07-14T15:27:46.107Z++ sleep 1
5512026-07-14T15:27:47.083Z++ retry=35
5522026-07-14T15:27:47.101Z+++ svcs -Hostate baseline
5532026-07-14T15:27:47.101Z++ [[ offline* != online ]]
5542026-07-14T15:27:47.101Z++ [[ 35 -gt 300 ]]
5552026-07-14T15:27:47.101Z++ sleep 1
5562026-07-14T15:27:48.055Z++ retry=36
5572026-07-14T15:27:48.058Z+++ svcs -Hostate baseline
5582026-07-14T15:27:48.069Z++ [[ offline* != online ]]
5592026-07-14T15:27:48.069Z++ [[ 36 -gt 300 ]]
5602026-07-14T15:27:48.069Z++ sleep 1
5612026-07-14T15:27:49.070Z++ retry=37
5622026-07-14T15:27:49.074Z+++ svcs -Hostate baseline
5632026-07-14T15:27:49.084Z++ [[ offline* != online ]]
5642026-07-14T15:27:49.084Z++ [[ 37 -gt 300 ]]
5652026-07-14T15:27:49.084Z++ sleep 1
5662026-07-14T15:27:50.086Z++ retry=38
5672026-07-14T15:27:50.089Z+++ svcs -Hostate baseline
5682026-07-14T15:27:50.101Z++ [[ offline* != online ]]
5692026-07-14T15:27:50.101Z++ [[ 38 -gt 300 ]]
5702026-07-14T15:27:50.101Z++ sleep 1
5712026-07-14T15:27:51.103Z++ retry=39
5722026-07-14T15:27:51.108Z+++ svcs -Hostate baseline
5732026-07-14T15:27:51.120Z++ [[ offline* != online ]]
5742026-07-14T15:27:51.120Z++ [[ 39 -gt 300 ]]
5752026-07-14T15:27:51.120Z++ sleep 1
5762026-07-14T15:27:52.119Z++ retry=40
5772026-07-14T15:27:52.123Z+++ svcs -Hostate baseline
5782026-07-14T15:27:52.135Z++ [[ offline* != online ]]
5792026-07-14T15:27:52.135Z++ [[ 40 -gt 300 ]]
5802026-07-14T15:27:52.135Z++ sleep 1
5812026-07-14T15:27:53.137Z++ retry=41
5822026-07-14T15:27:53.139Z+++ svcs -Hostate baseline
5832026-07-14T15:27:53.152Z++ [[ offline* != online ]]
5842026-07-14T15:27:53.152Z++ [[ 41 -gt 300 ]]
5852026-07-14T15:27:53.152Z++ sleep 1
5862026-07-14T15:27:54.168Z++ retry=42
5872026-07-14T15:27:54.172Z+++ svcs -Hostate baseline
5882026-07-14T15:27:54.172Z++ [[ offline* != online ]]
5892026-07-14T15:27:54.172Z++ [[ 42 -gt 300 ]]
5902026-07-14T15:27:54.172Z++ sleep 1
5912026-07-14T15:27:55.170Z++ retry=43
5922026-07-14T15:27:55.173Z+++ svcs -Hostate baseline
5932026-07-14T15:27:55.185Z++ [[ offline* != online ]]
5942026-07-14T15:27:55.185Z++ [[ 43 -gt 300 ]]
5952026-07-14T15:27:55.185Z++ sleep 1
5962026-07-14T15:27:56.186Z++ retry=44
5972026-07-14T15:27:56.189Z+++ svcs -Hostate baseline
5982026-07-14T15:27:56.201Z++ [[ offline* != online ]]
5992026-07-14T15:27:56.202Z++ [[ 44 -gt 300 ]]
6002026-07-14T15:27:56.202Z++ sleep 1
6012026-07-14T15:27:57.203Z++ retry=45
6022026-07-14T15:27:57.208Z+++ svcs -Hostate baseline
6032026-07-14T15:27:57.221Z++ [[ offline* != online ]]
6042026-07-14T15:27:57.221Z++ [[ 45 -gt 300 ]]
6052026-07-14T15:27:57.221Z++ sleep 1
6062026-07-14T15:27:58.219Z++ retry=46
6072026-07-14T15:27:58.223Z+++ svcs -Hostate baseline
6082026-07-14T15:27:58.238Z++ [[ offline* != online ]]
6092026-07-14T15:27:58.239Z++ [[ 46 -gt 300 ]]
6102026-07-14T15:27:58.239Z++ sleep 1
6112026-07-14T15:27:59.237Z++ retry=47
6122026-07-14T15:27:59.241Z+++ svcs -Hostate baseline
6132026-07-14T15:27:59.265Z++ [[ offline* != online ]]
6142026-07-14T15:27:59.265Z++ [[ 47 -gt 300 ]]
6152026-07-14T15:27:59.265Z++ sleep 1
6162026-07-14T15:28:00.253Z++ retry=48
6172026-07-14T15:28:00.256Z+++ svcs -Hostate baseline
6182026-07-14T15:28:00.267Z++ [[ offline* != online ]]
6192026-07-14T15:28:00.267Z++ [[ 48 -gt 300 ]]
6202026-07-14T15:28:00.267Z++ sleep 1
6212026-07-14T15:28:01.273Z++ retry=49
6222026-07-14T15:28:01.279Z+++ svcs -Hostate baseline
6232026-07-14T15:28:01.286Z++ [[ offline* != online ]]
6242026-07-14T15:28:01.286Z++ [[ 49 -gt 300 ]]
6252026-07-14T15:28:01.286Z++ sleep 1
6262026-07-14T15:28:02.289Z++ retry=50
6272026-07-14T15:28:02.293Z+++ svcs -Hostate baseline
6282026-07-14T15:28:02.304Z++ [[ offline* != online ]]
6292026-07-14T15:28:02.304Z++ [[ 50 -gt 300 ]]
6302026-07-14T15:28:02.304Z++ sleep 1
6312026-07-14T15:28:03.302Z++ retry=51
6322026-07-14T15:28:03.305Z+++ svcs -Hostate baseline
6332026-07-14T15:28:03.317Z++ [[ offline* != online ]]
6342026-07-14T15:28:03.317Z++ [[ 51 -gt 300 ]]
6352026-07-14T15:28:03.317Z++ sleep 1
6362026-07-14T15:28:04.328Z++ retry=52
6372026-07-14T15:28:04.344Z+++ svcs -Hostate baseline
6382026-07-14T15:28:04.344Z++ [[ offline* != online ]]
6392026-07-14T15:28:04.344Z++ [[ 52 -gt 300 ]]
6402026-07-14T15:28:04.344Z++ sleep 1
6412026-07-14T15:28:05.346Z++ retry=53
6422026-07-14T15:28:05.358Z+++ svcs -Hostate baseline
6432026-07-14T15:28:05.358Z++ [[ offline* != online ]]
6442026-07-14T15:28:05.358Z++ [[ 53 -gt 300 ]]
6452026-07-14T15:28:05.359Z++ sleep 1
6462026-07-14T15:28:06.352Z++ retry=54
6472026-07-14T15:28:06.355Z+++ svcs -Hostate baseline
6482026-07-14T15:28:06.368Z++ [[ offline* != online ]]
6492026-07-14T15:28:06.368Z++ [[ 54 -gt 300 ]]
6502026-07-14T15:28:06.368Z++ sleep 1
6512026-07-14T15:28:07.369Z++ retry=55
6522026-07-14T15:28:07.372Z+++ svcs -Hostate baseline
6532026-07-14T15:28:07.384Z++ [[ offline* != online ]]
6542026-07-14T15:28:07.384Z++ [[ 55 -gt 300 ]]
6552026-07-14T15:28:07.384Z++ sleep 1
6562026-07-14T15:28:08.392Z++ retry=56
6572026-07-14T15:28:08.396Z+++ svcs -Hostate baseline
6582026-07-14T15:28:08.404Z++ [[ offline* != online ]]
6592026-07-14T15:28:08.404Z++ [[ 56 -gt 300 ]]
6602026-07-14T15:28:08.404Z++ sleep 1
6612026-07-14T15:28:09.409Z++ retry=57
6622026-07-14T15:28:09.415Z+++ svcs -Hostate baseline
6632026-07-14T15:28:09.419Z++ [[ offline* != online ]]
6642026-07-14T15:28:09.419Z++ [[ 57 -gt 300 ]]
6652026-07-14T15:28:09.419Z++ sleep 1
6662026-07-14T15:28:10.428Z++ retry=58
6672026-07-14T15:28:10.442Z+++ svcs -Hostate baseline
6682026-07-14T15:28:10.448Z++ [[ offline* != online ]]
6692026-07-14T15:28:10.448Z++ [[ 58 -gt 300 ]]
6702026-07-14T15:28:10.448Z++ sleep 1
6712026-07-14T15:28:11.437Z++ retry=59
6722026-07-14T15:28:11.440Z+++ svcs -Hostate baseline
6732026-07-14T15:28:11.499Z++ [[ offline* != online ]]
6742026-07-14T15:28:11.499Z++ [[ 59 -gt 300 ]]
6752026-07-14T15:28:11.499Z++ sleep 1
6762026-07-14T15:28:12.453Z++ retry=60
6772026-07-14T15:28:12.456Z+++ svcs -Hostate baseline
6782026-07-14T15:28:12.468Z++ [[ offline* != online ]]
6792026-07-14T15:28:12.468Z++ [[ 60 -gt 300 ]]
6802026-07-14T15:28:12.468Z++ sleep 1
6812026-07-14T15:28:13.487Z++ retry=61
6822026-07-14T15:28:13.511Z+++ svcs -Hostate baseline
6832026-07-14T15:28:13.511Z++ [[ offline* != online ]]
6842026-07-14T15:28:13.511Z++ [[ 61 -gt 300 ]]
6852026-07-14T15:28:13.511Z++ sleep 1
6862026-07-14T15:28:14.491Z++ retry=62
6872026-07-14T15:28:14.521Z+++ svcs -Hostate baseline
6882026-07-14T15:28:14.535Z++ [[ offline* != online ]]
6892026-07-14T15:28:14.535Z++ [[ 62 -gt 300 ]]
6902026-07-14T15:28:14.535Z++ sleep 1
6912026-07-14T15:28:15.503Z++ retry=63
6922026-07-14T15:28:15.508Z+++ svcs -Hostate baseline
6932026-07-14T15:28:15.518Z++ [[ offline* != online ]]
6942026-07-14T15:28:15.518Z++ [[ 63 -gt 300 ]]
6952026-07-14T15:28:15.518Z++ sleep 1
6962026-07-14T15:28:16.519Z++ retry=64
6972026-07-14T15:28:16.522Z+++ svcs -Hostate baseline
6982026-07-14T15:28:16.536Z++ [[ offline* != online ]]
6992026-07-14T15:28:16.536Z++ [[ 64 -gt 300 ]]
7002026-07-14T15:28:16.536Z++ sleep 1
7012026-07-14T15:28:17.536Z++ retry=65
7022026-07-14T15:28:17.539Z+++ svcs -Hostate baseline
7032026-07-14T15:28:17.552Z++ [[ offline* != online ]]
7042026-07-14T15:28:17.552Z++ [[ 65 -gt 300 ]]
7052026-07-14T15:28:17.552Z++ sleep 1
7062026-07-14T15:28:18.553Z++ retry=66
7072026-07-14T15:28:18.557Z+++ svcs -Hostate baseline
7082026-07-14T15:28:18.572Z++ [[ offline* != online ]]
7092026-07-14T15:28:18.572Z++ [[ 66 -gt 300 ]]
7102026-07-14T15:28:18.572Z++ sleep 1
7112026-07-14T15:28:19.570Z++ retry=67
7122026-07-14T15:28:19.579Z+++ svcs -Hostate baseline
7132026-07-14T15:28:19.584Z++ [[ offline* != online ]]
7142026-07-14T15:28:19.584Z++ [[ 67 -gt 300 ]]
7152026-07-14T15:28:19.584Z++ sleep 1
7162026-07-14T15:28:20.603Z++ retry=68
7172026-07-14T15:28:20.609Z+++ svcs -Hostate baseline
7182026-07-14T15:28:20.609Z++ [[ offline* != online ]]
7192026-07-14T15:28:20.609Z++ [[ 68 -gt 300 ]]
7202026-07-14T15:28:20.609Z++ sleep 1
7212026-07-14T15:28:21.603Z++ retry=69
7222026-07-14T15:28:21.608Z+++ svcs -Hostate baseline
7232026-07-14T15:28:21.620Z++ [[ offline* != online ]]
7242026-07-14T15:28:21.620Z++ [[ 69 -gt 300 ]]
7252026-07-14T15:28:21.621Z++ sleep 1
7262026-07-14T15:28:22.625Z++ retry=70
7272026-07-14T15:28:22.632Z+++ svcs -Hostate baseline
7282026-07-14T15:28:22.649Z++ [[ offline* != online ]]
7292026-07-14T15:28:22.649Z++ [[ 70 -gt 300 ]]
7302026-07-14T15:28:22.649Z++ sleep 1
7312026-07-14T15:28:23.650Z++ retry=71
7322026-07-14T15:28:23.668Z+++ svcs -Hostate baseline
7332026-07-14T15:28:23.668Z++ [[ offline* != online ]]
7342026-07-14T15:28:23.668Z++ [[ 71 -gt 300 ]]
7352026-07-14T15:28:23.668Z++ sleep 1
7362026-07-14T15:28:24.668Z++ retry=72
7372026-07-14T15:28:24.690Z+++ svcs -Hostate baseline
7382026-07-14T15:28:24.690Z++ [[ offline* != online ]]
7392026-07-14T15:28:24.690Z++ [[ 72 -gt 300 ]]
7402026-07-14T15:28:24.690Z++ sleep 1
7412026-07-14T15:28:25.684Z++ retry=73
7422026-07-14T15:28:25.733Z+++ svcs -Hostate baseline
7432026-07-14T15:28:25.733Z++ [[ offline* != online ]]
7442026-07-14T15:28:25.733Z++ [[ 73 -gt 300 ]]
7452026-07-14T15:28:25.734Z++ sleep 1
7462026-07-14T15:28:26.696Z++ retry=74
7472026-07-14T15:28:26.703Z+++ svcs -Hostate baseline
7482026-07-14T15:28:26.720Z++ [[ offline* != online ]]
7492026-07-14T15:28:26.720Z++ [[ 74 -gt 300 ]]
7502026-07-14T15:28:26.720Z++ sleep 1
7512026-07-14T15:28:27.705Z++ retry=75
7522026-07-14T15:28:27.708Z+++ svcs -Hostate baseline
7532026-07-14T15:28:27.721Z++ [[ offline* != online ]]
7542026-07-14T15:28:27.721Z++ [[ 75 -gt 300 ]]
7552026-07-14T15:28:27.721Z++ sleep 1
7562026-07-14T15:28:28.723Z++ retry=76
7572026-07-14T15:28:28.727Z+++ svcs -Hostate baseline
7582026-07-14T15:28:28.737Z++ [[ offline* != online ]]
7592026-07-14T15:28:28.738Z++ [[ 76 -gt 300 ]]
7602026-07-14T15:28:28.738Z++ sleep 1
7612026-07-14T15:28:29.740Z++ retry=77
7622026-07-14T15:28:29.743Z+++ svcs -Hostate baseline
7632026-07-14T15:28:29.757Z++ [[ offline* != online ]]
7642026-07-14T15:28:29.757Z++ [[ 77 -gt 300 ]]
7652026-07-14T15:28:29.757Z++ sleep 1
7662026-07-14T15:28:30.756Z++ retry=78
7672026-07-14T15:28:30.759Z+++ svcs -Hostate baseline
7682026-07-14T15:28:30.771Z++ [[ offline* != online ]]
7692026-07-14T15:28:30.771Z++ [[ 78 -gt 300 ]]
7702026-07-14T15:28:30.771Z++ sleep 1
7712026-07-14T15:28:31.774Z++ retry=79
7722026-07-14T15:28:31.776Z+++ svcs -Hostate baseline
7732026-07-14T15:28:31.787Z++ [[ offline* != online ]]
7742026-07-14T15:28:31.787Z++ [[ 79 -gt 300 ]]
7752026-07-14T15:28:31.787Z++ sleep 1
7762026-07-14T15:28:32.797Z++ retry=80
7772026-07-14T15:28:32.810Z+++ svcs -Hostate baseline
7782026-07-14T15:28:32.810Z++ [[ offline* != online ]]
7792026-07-14T15:28:32.810Z++ [[ 80 -gt 300 ]]
7802026-07-14T15:28:32.810Z++ sleep 1
7812026-07-14T15:28:33.828Z++ retry=81
7822026-07-14T15:28:33.845Z+++ svcs -Hostate baseline
7832026-07-14T15:28:33.845Z++ [[ offline* != online ]]
7842026-07-14T15:28:33.845Z++ [[ 81 -gt 300 ]]
7852026-07-14T15:28:33.845Z++ sleep 1
7862026-07-14T15:28:34.822Z++ retry=82
7872026-07-14T15:28:34.827Z+++ svcs -Hostate baseline
7882026-07-14T15:28:34.873Z++ [[ offline* != online ]]
7892026-07-14T15:28:34.873Z++ [[ 82 -gt 300 ]]
7902026-07-14T15:28:34.873Z++ sleep 1
7912026-07-14T15:28:35.841Z++ retry=83
7922026-07-14T15:28:35.845Z+++ svcs -Hostate baseline
7932026-07-14T15:28:35.857Z++ [[ offline* != online ]]
7942026-07-14T15:28:35.857Z++ [[ 83 -gt 300 ]]
7952026-07-14T15:28:35.857Z++ sleep 1
7962026-07-14T15:28:36.857Z++ retry=84
7972026-07-14T15:28:36.860Z+++ svcs -Hostate baseline
7982026-07-14T15:28:36.872Z++ [[ offline* != online ]]
7992026-07-14T15:28:36.872Z++ [[ 84 -gt 300 ]]
8002026-07-14T15:28:36.872Z++ sleep 1
8012026-07-14T15:28:37.873Z++ retry=85
8022026-07-14T15:28:37.876Z+++ svcs -Hostate baseline
8032026-07-14T15:28:37.926Z++ [[ offline* != online ]]
8042026-07-14T15:28:37.926Z++ [[ 85 -gt 300 ]]
8052026-07-14T15:28:37.926Z++ sleep 1
8062026-07-14T15:28:38.890Z++ retry=86
8072026-07-14T15:28:38.894Z+++ svcs -Hostate baseline
8082026-07-14T15:28:38.907Z++ [[ offline* != online ]]
8092026-07-14T15:28:38.907Z++ [[ 86 -gt 300 ]]
8102026-07-14T15:28:38.907Z++ sleep 1
8112026-07-14T15:28:39.907Z++ retry=87
8122026-07-14T15:28:39.910Z+++ svcs -Hostate baseline
8132026-07-14T15:28:39.921Z++ [[ offline* != online ]]
8142026-07-14T15:28:39.921Z++ [[ 87 -gt 300 ]]
8152026-07-14T15:28:39.921Z++ sleep 1
8162026-07-14T15:28:40.923Z++ retry=88
8172026-07-14T15:28:40.926Z+++ svcs -Hostate baseline
8182026-07-14T15:28:40.938Z++ [[ offline* != online ]]
8192026-07-14T15:28:40.938Z++ [[ 88 -gt 300 ]]
8202026-07-14T15:28:40.938Z++ sleep 1
8212026-07-14T15:28:41.940Z++ retry=89
8222026-07-14T15:28:41.945Z+++ svcs -Hostate baseline
8232026-07-14T15:28:41.956Z++ [[ offline* != online ]]
8242026-07-14T15:28:41.956Z++ [[ 89 -gt 300 ]]
8252026-07-14T15:28:41.956Z++ sleep 1
8262026-07-14T15:28:42.956Z++ retry=90
8272026-07-14T15:28:42.959Z+++ svcs -Hostate baseline
8282026-07-14T15:28:42.971Z++ [[ offline* != online ]]
8292026-07-14T15:28:42.971Z++ [[ 90 -gt 300 ]]
8302026-07-14T15:28:42.971Z++ sleep 1
8312026-07-14T15:28:43.973Z++ retry=91
8322026-07-14T15:28:43.977Z+++ svcs -Hostate baseline
8332026-07-14T15:28:43.987Z++ [[ offline* != online ]]
8342026-07-14T15:28:43.987Z++ [[ 91 -gt 300 ]]
8352026-07-14T15:28:43.987Z++ sleep 1
8362026-07-14T15:28:44.989Z++ retry=92
8372026-07-14T15:28:44.992Z+++ svcs -Hostate baseline
8382026-07-14T15:28:45.004Z++ [[ offline* != online ]]
8392026-07-14T15:28:45.004Z++ [[ 92 -gt 300 ]]
8402026-07-14T15:28:45.004Z++ sleep 1
8412026-07-14T15:28:46.006Z++ retry=93
8422026-07-14T15:28:46.008Z+++ svcs -Hostate baseline
8432026-07-14T15:28:46.020Z++ [[ offline* != online ]]
8442026-07-14T15:28:46.020Z++ [[ 93 -gt 300 ]]
8452026-07-14T15:28:46.020Z++ sleep 1
8462026-07-14T15:28:47.024Z++ retry=94
8472026-07-14T15:28:47.030Z+++ svcs -Hostate baseline
8482026-07-14T15:28:47.038Z++ [[ offline* != online ]]
8492026-07-14T15:28:47.038Z++ [[ 94 -gt 300 ]]
8502026-07-14T15:28:47.038Z++ sleep 1
8512026-07-14T15:28:48.040Z++ retry=95
8522026-07-14T15:28:48.042Z+++ svcs -Hostate baseline
8532026-07-14T15:28:48.054Z++ [[ offline* != online ]]
8542026-07-14T15:28:48.054Z++ [[ 95 -gt 300 ]]
8552026-07-14T15:28:48.054Z++ sleep 1
8562026-07-14T15:28:49.058Z++ retry=96
8572026-07-14T15:28:49.062Z+++ svcs -Hostate baseline
8582026-07-14T15:28:49.071Z++ [[ offline* != online ]]
8592026-07-14T15:28:49.071Z++ [[ 96 -gt 300 ]]
8602026-07-14T15:28:49.071Z++ sleep 1
8612026-07-14T15:28:50.072Z++ retry=97
8622026-07-14T15:28:50.075Z+++ svcs -Hostate baseline
8632026-07-14T15:28:50.087Z++ [[ offline* != online ]]
8642026-07-14T15:28:50.087Z++ [[ 97 -gt 300 ]]
8652026-07-14T15:28:50.090Z++ sleep 1
8662026-07-14T15:28:51.088Z++ retry=98
8672026-07-14T15:28:51.091Z+++ svcs -Hostate baseline
8682026-07-14T15:28:51.103Z++ [[ offline* != online ]]
8692026-07-14T15:28:51.106Z++ [[ 98 -gt 300 ]]
8702026-07-14T15:28:51.106Z++ sleep 1
8712026-07-14T15:28:52.105Z++ retry=99
8722026-07-14T15:28:52.108Z+++ svcs -Hostate baseline
8732026-07-14T15:28:52.120Z++ [[ offline* != online ]]
8742026-07-14T15:28:52.120Z++ [[ 99 -gt 300 ]]
8752026-07-14T15:28:52.120Z++ sleep 1
8762026-07-14T15:28:53.125Z++ retry=100
8772026-07-14T15:28:53.130Z+++ svcs -Hostate baseline
8782026-07-14T15:28:53.136Z++ [[ offline* != online ]]
8792026-07-14T15:28:53.136Z++ [[ 100 -gt 300 ]]
8802026-07-14T15:28:53.136Z++ sleep 1
8812026-07-14T15:28:54.138Z++ retry=101
8822026-07-14T15:28:54.141Z+++ svcs -Hostate baseline
8832026-07-14T15:28:54.153Z++ [[ offline* != online ]]
8842026-07-14T15:28:54.153Z++ [[ 101 -gt 300 ]]
8852026-07-14T15:28:54.153Z++ sleep 1
8862026-07-14T15:28:55.155Z++ retry=102
8872026-07-14T15:28:55.157Z+++ svcs -Hostate baseline
8882026-07-14T15:28:55.169Z++ [[ offline* != online ]]
8892026-07-14T15:28:55.169Z++ [[ 102 -gt 300 ]]
8902026-07-14T15:28:55.169Z++ sleep 1
8912026-07-14T15:28:56.250Z++ retry=103
8922026-07-14T15:28:56.255Z+++ svcs -Hostate baseline
8932026-07-14T15:28:56.255Z++ [[ offline* != online ]]
8942026-07-14T15:28:56.255Z++ [[ 103 -gt 300 ]]
8952026-07-14T15:28:56.255Z++ sleep 1
8962026-07-14T15:28:57.187Z++ retry=104
8972026-07-14T15:28:57.190Z+++ svcs -Hostate baseline
8982026-07-14T15:28:57.202Z++ [[ offline* != online ]]
8992026-07-14T15:28:57.202Z++ [[ 104 -gt 300 ]]
9002026-07-14T15:28:57.202Z++ sleep 1
9012026-07-14T15:28:58.218Z++ retry=105
9022026-07-14T15:28:58.239Z+++ svcs -Hostate baseline
9032026-07-14T15:28:58.239Z++ [[ offline* != online ]]
9042026-07-14T15:28:58.239Z++ [[ 105 -gt 300 ]]
9052026-07-14T15:28:58.239Z++ sleep 1
9062026-07-14T15:28:59.221Z++ retry=106
9072026-07-14T15:28:59.224Z+++ svcs -Hostate baseline
9082026-07-14T15:28:59.237Z++ [[ offline* != online ]]
9092026-07-14T15:28:59.237Z++ [[ 106 -gt 300 ]]
9102026-07-14T15:28:59.238Z++ sleep 1
9112026-07-14T15:29:00.236Z++ retry=107
9122026-07-14T15:29:00.241Z+++ svcs -Hostate baseline
9132026-07-14T15:29:00.250Z++ [[ offline* != online ]]
9142026-07-14T15:29:00.251Z++ [[ 107 -gt 300 ]]
9152026-07-14T15:29:00.251Z++ sleep 1
9162026-07-14T15:29:01.252Z++ retry=108
9172026-07-14T15:29:01.255Z+++ svcs -Hostate baseline
9182026-07-14T15:29:01.266Z++ [[ online != online ]]
9192026-07-14T15:29:01.266Z++ set -o errexit
9202026-07-14T15:29:01.271Z++ set -o pipefail
9212026-07-14T15:29:01.271Z++ banner build
9222026-07-14T15:29:01.271Z
9232026-07-14T15:29:01.271Z ##### # # # # #####
9242026-07-14T15:29:01.271Z # # # # # # # #
9252026-07-14T15:29:01.271Z ##### # # # # # #
9262026-07-14T15:29:01.271Z # # # # # # # #
9272026-07-14T15:29:01.271Z # # # # # # # #
9282026-07-14T15:29:01.271Z ##### #### # ###### #####
9292026-07-14T15:29:01.271Z
9302026-07-14T15:29:01.271Z++ cargo build --release --bin ddmd --bin ddmadm
9312026-07-14T15:29:01.274Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9322026-07-14T15:29:01.407Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9332026-07-14T15:29:01.412Zinfo: downloading 6 components
9342026-07-14T15:29:15.609Z Updating git repository `https://github.com/oxidecomputer/falcon`
9352026-07-14T15:29:16.435ZFrom https://github.com/oxidecomputer/falcon
9362026-07-14T15:29:16.435Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9372026-07-14T15:29:16.466Z Updating crates.io index
9382026-07-14T15:29:16.469Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9392026-07-14T15:29:16.874ZFrom https://github.com/oxidecomputer/dendrite
9402026-07-14T15:29:16.874Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
9412026-07-14T15:29:16.911Z Updating git repository `https://github.com/oxidecomputer/ispf`
9422026-07-14T15:29:17.242ZFrom https://github.com/oxidecomputer/ispf
9432026-07-14T15:29:17.242Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9442026-07-14T15:29:17.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9452026-07-14T15:29:17.582ZFrom https://github.com/oxidecomputer/netadm-sys
9462026-07-14T15:29:17.582Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9472026-07-14T15:29:17.590Z Updating git repository `https://github.com/oxidecomputer/omicron`
9482026-07-14T15:29:23.744ZFrom https://github.com/oxidecomputer/omicron
9492026-07-14T15:29:23.744Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9502026-07-14T15:29:24.164Z Updating git repository `https://github.com/oxidecomputer/opte`
9512026-07-14T15:29:24.928ZFrom https://github.com/oxidecomputer/opte
9522026-07-14T15:29:24.928Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
9532026-07-14T15:29:24.934Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9542026-07-14T15:29:25.180ZFrom https://github.com/oxidecomputer/slog-error-chain
9552026-07-14T15:29:25.180Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9562026-07-14T15:29:25.188Z Updating git repository `https://github.com/illumos/smf-rs`
9572026-07-14T15:29:25.478ZFrom https://github.com/illumos/smf-rs
9582026-07-14T15:29:25.478Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9592026-07-14T15:29:25.481Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9602026-07-14T15:29:25.756ZFrom https://github.com/oxidecomputer/network-interface
9612026-07-14T15:29:25.756Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9622026-07-14T15:29:25.762Z Updating git repository `https://github.com/oxidecomputer/zone`
9632026-07-14T15:29:26.408ZFrom https://github.com/oxidecomputer/zone
9642026-07-14T15:29:26.408Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9652026-07-14T15:29:26.450Z Updating git repository `https://github.com/oxidecomputer/propolis`
9662026-07-14T15:29:26.672ZFrom https://github.com/oxidecomputer/propolis
9672026-07-14T15:29:26.672Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9682026-07-14T15:29:26.714Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9692026-07-14T15:29:27.188ZFrom https://github.com/oxidecomputer/transceiver-control
9702026-07-14T15:29:27.188Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9712026-07-14T15:29:27.197Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9722026-07-14T15:29:27.489ZFrom https://github.com/oxidecomputer/dlpi-sys
9732026-07-14T15:29:27.489Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9742026-07-14T15:29:27.495Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9752026-07-14T15:29:27.789ZFrom https://github.com/jmesmon/rust-libzfs
9762026-07-14T15:29:27.789Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9772026-07-14T15:29:27.794Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9782026-07-14T15:29:28.037ZFrom https://github.com/oxidecomputer/rusty-doors
9792026-07-14T15:29:28.037Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9802026-07-14T15:29:28.043Z Updating git repository `https://github.com/oxidecomputer/lldp`
9812026-07-14T15:29:28.427ZFrom https://github.com/oxidecomputer/lldp
9822026-07-14T15:29:28.427Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9832026-07-14T15:29:28.439Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9842026-07-14T15:29:28.786ZFrom https://github.com/oxidecomputer/tufaceous
9852026-07-14T15:29:28.786Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9862026-07-14T15:29:28.796Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9872026-07-14T15:29:29.310ZFrom https://github.com/oxidecomputer/management-gateway-service
9882026-07-14T15:29:29.310Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9892026-07-14T15:29:29.321Z Updating git repository `https://github.com/oxidecomputer/crucible`
9902026-07-14T15:29:30.424ZFrom https://github.com/oxidecomputer/crucible
9912026-07-14T15:29:30.425Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9922026-07-14T15:29:30.462Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9932026-07-14T15:29:30.736ZFrom https://github.com/oxidecomputer/serde_human_bytes
9942026-07-14T15:29:30.736Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9952026-07-14T15:29:30.743Z Updating git repository `https://github.com/oxidecomputer/propolis`
9962026-07-14T15:29:31.145ZFrom https://github.com/oxidecomputer/propolis
9972026-07-14T15:29:31.145Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9982026-07-14T15:29:31.188Z Updating git repository `https://github.com/oxidecomputer/crucible`
9992026-07-14T15:29:31.946ZFrom https://github.com/oxidecomputer/crucible
10002026-07-14T15:29:31.946Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10012026-07-14T15:29:32.010Z Updating git repository `https://github.com/oxidecomputer/tofino`
10022026-07-14T15:29:32.349ZFrom https://github.com/oxidecomputer/tofino
10032026-07-14T15:29:32.349Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10042026-07-14T15:29:32.360Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10052026-07-14T15:29:33.016ZFrom https://github.com/oxidecomputer/maghemite
10062026-07-14T15:29:33.016Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10072026-07-14T15:29:33.048Z Updating git repository `https://github.com/oxidecomputer/clickward`
10082026-07-14T15:29:33.331ZFrom https://github.com/oxidecomputer/clickward
10092026-07-14T15:29:33.331Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10102026-07-14T15:29:33.337Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10112026-07-14T15:29:33.600ZFrom https://github.com/oxidecomputer/illumos-devinfo
10122026-07-14T15:29:33.600Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10132026-07-14T15:29:36.096Z Downloading crates ...
10142026-07-14T15:29:36.152Z Downloaded adler2 v2.0.1
10152026-07-14T15:29:36.162Z Downloaded block-buffer v0.12.0
10162026-07-14T15:29:36.164Z Downloaded anstyle-query v1.1.5
10172026-07-14T15:29:36.170Z Downloaded bitflags v1.3.2
10182026-07-14T15:29:36.172Z Downloaded bs58 v0.5.1
10192026-07-14T15:29:36.176Z Downloaded cfg_aliases v0.2.1
10202026-07-14T15:29:36.179Z Downloaded defmt v0.3.100
10212026-07-14T15:29:36.179Z Downloaded async-stream-impl v0.3.6
10222026-07-14T15:29:36.179Z Downloaded cfg-if v1.0.4
10232026-07-14T15:29:36.182Z Downloaded darling v0.23.0
10242026-07-14T15:29:36.185Z Downloaded defmt-macros v1.1.0
10252026-07-14T15:29:36.187Z Downloaded derive-where v1.6.1
10262026-07-14T15:29:36.190Z Downloaded either v1.16.0
10272026-07-14T15:29:36.192Z Downloaded derive_more v0.99.20
10282026-07-14T15:29:36.195Z Downloaded errno v0.3.14
10292026-07-14T15:29:36.195Z Downloaded base16ct v0.2.0
10302026-07-14T15:29:36.198Z Downloaded enum-as-inner v0.6.1
10312026-07-14T15:29:36.198Z Downloaded dtrace-parser v0.3.0
10322026-07-14T15:29:36.200Z Downloaded dtrace-parser v0.2.0
10332026-07-14T15:29:36.200Z Downloaded ff v0.13.1
10342026-07-14T15:29:36.201Z Downloaded defmt-parser v1.0.0
10352026-07-14T15:29:36.203Z Downloaded aead v0.5.2
10362026-07-14T15:29:36.203Z Downloaded embedded-io v0.6.1
10372026-07-14T15:29:36.203Z Downloaded foldhash v0.2.0
10382026-07-14T15:29:36.206Z Downloaded deranged v0.5.8
10392026-07-14T15:29:36.206Z Downloaded digest v0.11.3
10402026-07-14T15:29:36.209Z Downloaded displaydoc v0.2.6
10412026-07-14T15:29:36.209Z Downloaded embedded-io v0.4.0
10422026-07-14T15:29:36.211Z Downloaded debug-ignore v1.0.5
10432026-07-14T15:29:36.211Z Downloaded ciborium-ll v0.2.2
10442026-07-14T15:29:36.211Z Downloaded dyn-clone v1.0.20
10452026-07-14T15:29:36.214Z Downloaded atomic-waker v1.1.2
10462026-07-14T15:29:36.214Z Downloaded derive-ex v0.1.8
10472026-07-14T15:29:36.217Z Downloaded bit-vec v0.8.0
10482026-07-14T15:29:36.217Z Downloaded foreign-types v0.3.2
10492026-07-14T15:29:36.217Z Downloaded dropshot_endpoint v0.17.1
10502026-07-14T15:29:36.221Z Downloaded crucible-workspace-hack v0.1.0
10512026-07-14T15:29:36.221Z Downloaded equivalent v1.0.2
10522026-07-14T15:29:36.225Z Downloaded darling_core v0.23.0
10532026-07-14T15:29:36.225Z Downloaded dof v0.4.0
10542026-07-14T15:29:36.227Z Downloaded base16ct v1.0.0
10552026-07-14T15:29:36.227Z Downloaded const-random-macro v0.1.16
10562026-07-14T15:29:36.227Z Downloaded const-random v0.1.18
10572026-07-14T15:29:36.227Z Downloaded dunce v1.0.5
10582026-07-14T15:29:36.230Z Downloaded async-recursion v1.1.1
10592026-07-14T15:29:36.230Z Downloaded crypto-common v0.2.2
10602026-07-14T15:29:36.233Z Downloaded dof v0.3.0
10612026-07-14T15:29:36.233Z Downloaded foreign-types v0.5.0
10622026-07-14T15:29:36.233Z Downloaded digest v0.10.7
10632026-07-14T15:29:36.236Z Downloaded heck v0.5.0
10642026-07-14T15:29:36.236Z Downloaded chacha20 v0.9.1
10652026-07-14T15:29:36.236Z Downloaded bytecount v0.6.9
10662026-07-14T15:29:36.239Z Downloaded argon2 v0.5.3
10672026-07-14T15:29:36.239Z Downloaded futures-executor v0.3.32
10682026-07-14T15:29:36.242Z Downloaded fastrand v2.4.1
10692026-07-14T15:29:36.242Z Downloaded drift v0.2.0
10702026-07-14T15:29:36.247Z Downloaded float-ord v0.3.2
10712026-07-14T15:29:36.254Z Downloaded darling_macro v0.21.3
10722026-07-14T15:29:36.254Z Downloaded base64ct v1.8.3
10732026-07-14T15:29:36.260Z Downloaded hostname v0.4.2
10742026-07-14T15:29:36.260Z Downloaded cpufeatures v0.2.17
10752026-07-14T15:29:36.260Z Downloaded camino v1.2.4
10762026-07-14T15:29:36.260Z Downloaded gethostname v0.5.0
10772026-07-14T15:29:36.260Z Downloaded foreign-types-shared v0.1.1
10782026-07-14T15:29:36.260Z Downloaded darling_macro v0.23.0
10792026-07-14T15:29:36.260Z Downloaded fnv v1.0.7
10802026-07-14T15:29:36.260Z Downloaded cstr-argument v0.1.2
10812026-07-14T15:29:36.263Z Downloaded convert_case v0.4.0
10822026-07-14T15:29:36.263Z Downloaded fixedbitset v0.4.2
10832026-07-14T15:29:36.263Z Downloaded byte-wrapper v0.1.0
10842026-07-14T15:29:36.263Z Downloaded anstyle v1.0.14
10852026-07-14T15:29:36.263Z Downloaded anstream v1.0.0
10862026-07-14T15:29:36.266Z Downloaded ciborium-io v0.2.2
10872026-07-14T15:29:36.266Z Downloaded http-body v1.0.1
10882026-07-14T15:29:36.266Z Downloaded hostname v0.3.1
10892026-07-14T15:29:36.269Z Downloaded hash32 v0.3.1
10902026-07-14T15:29:36.269Z Downloaded generic-array v0.14.7
10912026-07-14T15:29:36.269Z Downloaded fxhash v0.2.1
10922026-07-14T15:29:36.269Z Downloaded compression-core v0.4.32
10932026-07-14T15:29:36.272Z Downloaded byteorder v1.5.0
10942026-07-14T15:29:36.272Z Downloaded cpufeatures v0.3.0
10952026-07-14T15:29:36.275Z Downloaded foreign-types-macros v0.2.3
10962026-07-14T15:29:36.275Z Downloaded fixedbitset v0.5.7
10972026-07-14T15:29:36.275Z Downloaded elliptic-curve v0.13.8
10982026-07-14T15:29:36.279Z Downloaded curve25519-dalek-derive v0.1.1
10992026-07-14T15:29:36.282Z Downloaded heck v0.4.1
11002026-07-14T15:29:36.282Z Downloaded httpdate v1.0.3
11012026-07-14T15:29:36.282Z Downloaded form_urlencoded v1.2.2
11022026-07-14T15:29:36.282Z Downloaded camino-tempfile v1.4.1
11032026-07-14T15:29:36.282Z Downloaded crypto-common v0.1.7
11042026-07-14T15:29:36.282Z Downloaded dropshot-api-manager-types v0.7.2
11052026-07-14T15:29:36.285Z Downloaded async-trait v0.1.89
11062026-07-14T15:29:36.285Z Downloaded futures-macro v0.3.32
11072026-07-14T15:29:36.288Z Downloaded futures-sink v0.3.32
11082026-07-14T15:29:36.288Z Downloaded hubpack v0.1.2
11092026-07-14T15:29:36.288Z Downloaded futures-io v0.3.32
11102026-07-14T15:29:36.291Z Downloaded futures-task v0.3.32
11112026-07-14T15:29:36.291Z Downloaded hubpack_derive v0.1.1
11122026-07-14T15:29:36.291Z Downloaded bcs v0.1.6
11132026-07-14T15:29:36.294Z Downloaded clap_lex v1.1.0
11142026-07-14T15:29:36.294Z Downloaded hex v0.4.3
11152026-07-14T15:29:36.294Z Downloaded futures-core v0.3.32
11162026-07-14T15:29:36.297Z Downloaded foreign-types-shared v0.3.1
11172026-07-14T15:29:36.297Z Downloaded indent_write v2.2.0
11182026-07-14T15:29:36.297Z Downloaded cobs v0.3.0
11192026-07-14T15:29:36.300Z Downloaded idna_adapter v1.2.2
11202026-07-14T15:29:36.300Z Downloaded ident_case v1.0.1
11212026-07-14T15:29:36.300Z Downloaded data-encoding v2.11.0
11222026-07-14T15:29:36.300Z Downloaded inout v0.1.4
11232026-07-14T15:29:36.302Z Downloaded crunchy v0.2.4
11242026-07-14T15:29:36.302Z Downloaded crc8 v0.1.1
11252026-07-14T15:29:36.302Z Downloaded anyhow v1.0.103
11262026-07-14T15:29:36.305Z Downloaded cancel-safe-futures v0.1.5
11272026-07-14T15:29:36.308Z Downloaded is_ci v1.2.0
11282026-07-14T15:29:36.308Z Downloaded cargo_toml v0.22.3
11292026-07-14T15:29:36.311Z Downloaded keccak v0.1.6
11302026-07-14T15:29:36.311Z Downloaded blake2 v0.10.6
11312026-07-14T15:29:36.311Z Downloaded is-terminal v0.4.17
11322026-07-14T15:29:36.314Z Downloaded internet-checksum v0.2.1
11332026-07-14T15:29:36.314Z Downloaded instant v0.1.13
11342026-07-14T15:29:36.314Z Downloaded csv-core v0.1.13
11352026-07-14T15:29:36.316Z Downloaded group v0.13.0
11362026-07-14T15:29:36.316Z Downloaded colorchoice v1.0.5
11372026-07-14T15:29:36.319Z Downloaded foldhash v0.1.5
11382026-07-14T15:29:36.319Z Downloaded critical-section v1.2.0
11392026-07-14T15:29:36.319Z Downloaded backoff v0.4.0
11402026-07-14T15:29:36.322Z Downloaded git-stub v1.0.0
11412026-07-14T15:29:36.322Z Downloaded git-stub-vcs v0.1.0
11422026-07-14T15:29:36.325Z Downloaded autocfg v1.5.1
11432026-07-14T15:29:36.325Z Downloaded is_terminal_polyfill v1.70.2
11442026-07-14T15:29:36.325Z Downloaded anstyle-parse v1.0.0
11452026-07-14T15:29:36.330Z Downloaded itoa v1.0.18
11462026-07-14T15:29:36.330Z Downloaded bit-set v0.8.0
11472026-07-14T15:29:36.330Z Downloaded block-buffer v0.10.4
11482026-07-14T15:29:36.330Z Downloaded erased-serde v0.3.31
11492026-07-14T15:29:36.333Z Downloaded atomicwrites v0.4.4
11502026-07-14T15:29:36.334Z Downloaded managed v0.8.0
11512026-07-14T15:29:36.334Z Downloaded globset v0.4.18
11522026-07-14T15:29:36.334Z Downloaded defmt v1.1.0
11532026-07-14T15:29:36.338Z Downloaded match_cfg v0.1.0
11542026-07-14T15:29:36.338Z Downloaded lru-slab v0.1.2
11552026-07-14T15:29:36.342Z Downloaded daft v0.1.7
11562026-07-14T15:29:36.342Z Downloaded memmap v0.7.0
11572026-07-14T15:29:36.342Z Downloaded linked-hash-map v0.5.6
11582026-07-14T15:29:36.342Z Downloaded crossbeam-deque v0.8.6
11592026-07-14T15:29:36.346Z Downloaded mime v0.3.17
11602026-07-14T15:29:36.346Z Downloaded const_format_proc_macros v0.2.34
11612026-07-14T15:29:36.346Z Downloaded compression-codecs v0.4.38
11622026-07-14T15:29:36.349Z Downloaded newline-converter v0.3.0
11632026-07-14T15:29:36.349Z Downloaded backon v1.6.0
11642026-07-14T15:29:36.349Z Downloaded glob v0.3.3
11652026-07-14T15:29:36.352Z Downloaded http-body-util v0.1.3
11662026-07-14T15:29:36.352Z Downloaded fs_extra v1.3.0
11672026-07-14T15:29:36.354Z Downloaded macaddr v1.0.1
11682026-07-14T15:29:36.354Z Downloaded daft-derive v0.1.7
11692026-07-14T15:29:36.357Z Downloaded hyper-rustls v0.27.9
11702026-07-14T15:29:36.360Z Downloaded highway v1.3.0
11712026-07-14T15:29:36.360Z Downloaded humantime v2.3.0
11722026-07-14T15:29:36.365Z Downloaded lru-cache v0.1.2
11732026-07-14T15:29:36.365Z Downloaded find-msvc-tools v0.1.9
11742026-07-14T15:29:36.365Z Downloaded cipher v0.4.4
11752026-07-14T15:29:36.365Z Downloaded memoffset v0.9.1
11762026-07-14T15:29:36.367Z Downloaded newtype_derive v0.1.6
11772026-07-14T15:29:36.368Z Downloaded natord v1.0.9
11782026-07-14T15:29:36.368Z Downloaded ingot-types v0.1.2
11792026-07-14T15:29:36.368Z Downloaded num-derive v0.4.2
11802026-07-14T15:29:36.368Z Downloaded newtype-uuid-macros v0.1.0
11812026-07-14T15:29:36.371Z Downloaded ingot v0.1.1
11822026-07-14T15:29:36.371Z Downloaded num-conv v0.2.2
11832026-07-14T15:29:36.371Z Downloaded bitflags v2.12.1
11842026-07-14T15:29:36.373Z Downloaded num_enum_derive v0.5.11
11852026-07-14T15:29:36.376Z Downloaded cmake v0.1.58
11862026-07-14T15:29:36.376Z Downloaded libscf-sys v1.2.0
11872026-07-14T15:29:36.376Z Downloaded lazy_static v1.5.0
11882026-07-14T15:29:36.379Z Downloaded openssl-macros v0.1.1
11892026-07-14T15:29:36.379Z Downloaded olpc-cjson v0.1.4
11902026-07-14T15:29:36.379Z Downloaded num_threads v0.1.7
11912026-07-14T15:29:36.381Z Downloaded ipnet v2.12.0
11922026-07-14T15:29:36.381Z Downloaded num-iter v0.1.45
11932026-07-14T15:29:36.381Z Downloaded no-std-compat v0.4.1
11942026-07-14T15:29:36.384Z Downloaded ipnetwork v0.21.1
11952026-07-14T15:29:36.384Z Downloaded opaque-debug v0.3.1
11962026-07-14T15:29:36.387Z Downloaded futures-channel v0.3.32
11972026-07-14T15:29:36.387Z Downloaded crossbeam-utils v0.8.21
11982026-07-14T15:29:36.390Z Downloaded crc32fast v1.5.0
11992026-07-14T15:29:36.390Z Downloaded colored v3.1.1
12002026-07-14T15:29:36.392Z Downloaded clap_derive v4.6.1
12012026-07-14T15:29:36.392Z Downloaded konst_macro_rules v0.2.19
12022026-07-14T15:29:36.395Z Downloaded jobserver v0.1.34
12032026-07-14T15:29:36.395Z Downloaded ahash v0.8.12
12042026-07-14T15:29:36.399Z Downloaded openssl-probe v0.2.1
12052026-07-14T15:29:36.399Z Downloaded omicron-workspace-hack v0.1.0
12062026-07-14T15:29:36.399Z Downloaded darling v0.21.3
12072026-07-14T15:29:36.402Z Downloaded lock_api v0.4.14
12082026-07-14T15:29:36.402Z Downloaded parse-display v0.10.0
12092026-07-14T15:29:36.404Z Downloaded libsw-core v0.3.2
12102026-07-14T15:29:36.404Z Downloaded linear-map v1.2.0
12112026-07-14T15:29:36.407Z Downloaded console v0.15.11
12122026-07-14T15:29:36.407Z Downloaded phf_shared v0.12.1
12132026-07-14T15:29:36.410Z Downloaded async-stream v0.3.6
12142026-07-14T15:29:36.415Z Downloaded percent-encoding v2.3.2
12152026-07-14T15:29:36.415Z Downloaded cookie v0.18.1
12162026-07-14T15:29:36.417Z Downloaded console v0.16.3
12172026-07-14T15:29:36.417Z Downloaded const-oid v0.10.2
12182026-07-14T15:29:36.420Z Downloaded httparse v1.10.1
12192026-07-14T15:29:36.420Z Downloaded iana-time-zone v0.1.65
12202026-07-14T15:29:36.422Z Downloaded fs-err v3.3.0
12212026-07-14T15:29:36.422Z Downloaded hybrid-array v0.4.12
12222026-07-14T15:29:36.425Z Downloaded powerfmt v0.2.0
12232026-07-14T15:29:36.427Z Downloaded potential_utf v0.1.5
12242026-07-14T15:29:36.427Z Downloaded getrandom v0.2.17
12252026-07-14T15:29:36.430Z Downloaded proc-macro-error-attr2 v2.0.0
12262026-07-14T15:29:36.433Z Downloaded num v0.4.3
12272026-07-14T15:29:36.446Z Downloaded newtype-uuid v1.3.2
12282026-07-14T15:29:36.446Z Downloaded pretty-hex v0.4.2
12292026-07-14T15:29:36.446Z Downloaded num_enum v0.7.6
12302026-07-14T15:29:36.446Z Downloaded num_enum v0.5.11
12312026-07-14T15:29:36.446Z Downloaded proc-macro-crate v3.5.0
12322026-07-14T15:29:36.446Z Downloaded proc-macro-error-attr v1.0.4
12332026-07-14T15:29:36.446Z Downloaded num_enum_derive v0.7.6
12342026-07-14T15:29:36.450Z Downloaded getrandom v0.4.2
12352026-07-14T15:29:36.450Z Downloaded progenitor-macro v0.13.0
12362026-07-14T15:29:36.450Z Downloaded hmac v0.12.1
12372026-07-14T15:29:36.450Z Downloaded crossbeam-epoch v0.9.18
12382026-07-14T15:29:36.453Z Downloaded ciborium v0.2.2
12392026-07-14T15:29:36.453Z Downloaded chacha20 v0.10.0
12402026-07-14T15:29:36.456Z Downloaded half v2.7.1
12412026-07-14T15:29:36.456Z Downloaded progenitor-client v0.14.0
12422026-07-14T15:29:36.458Z Downloaded libsw v3.5.0
12432026-07-14T15:29:36.458Z Downloaded progenitor-macro v0.10.0
12442026-07-14T15:29:36.458Z Downloaded owo-colors v4.3.0
12452026-07-14T15:29:36.462Z Downloaded futures v0.3.32
12462026-07-14T15:29:36.465Z Downloaded progenitor-macro v0.14.0
12472026-07-14T15:29:36.465Z Downloaded oxide-tokio-rt v0.1.6
12482026-07-14T15:29:36.465Z Downloaded clap v4.6.1
12492026-07-14T15:29:36.469Z Downloaded rand_chacha v0.3.1
12502026-07-14T15:29:36.472Z Downloaded litemap v0.8.2
12512026-07-14T15:29:36.472Z Downloaded phf v0.12.1
12522026-07-14T15:29:36.479Z Downloaded pem v3.0.6
12532026-07-14T15:29:36.479Z Downloaded paste v1.0.15
12542026-07-14T15:29:36.483Z Downloaded memmap2 v0.9.10
12552026-07-14T15:29:36.484Z Downloaded password-hash v0.5.0
12562026-07-14T15:29:36.484Z Downloaded oxnet v0.1.6
12572026-07-14T15:29:36.484Z Downloaded arc-swap v1.9.1
12582026-07-14T15:29:36.484Z Downloaded parse-display-derive v0.10.0
12592026-07-14T15:29:36.484Z Downloaded parking_lot_core v0.8.6
12602026-07-14T15:29:36.486Z Downloaded port-file v0.1.0
12612026-07-14T15:29:36.486Z Downloaded plain v0.2.3
12622026-07-14T15:29:36.486Z Downloaded pkg-config v0.3.33
12632026-07-14T15:29:36.490Z Downloaded ref-cast v1.0.25
12642026-07-14T15:29:36.490Z Downloaded pin-project-internal v1.1.13
12652026-07-14T15:29:36.494Z Downloaded progenitor-client v0.10.0
12662026-07-14T15:29:36.494Z Downloaded poly1305 v0.8.0
12672026-07-14T15:29:36.497Z Downloaded ref-cast-impl v1.0.25
12682026-07-14T15:29:36.497Z Downloaded proc-macro-crate v1.3.1
12692026-07-14T15:29:36.497Z Downloaded allocator-api2 v0.2.21
12702026-07-14T15:29:36.497Z Downloaded num-integer v0.1.46
12712026-07-14T15:29:36.497Z Downloaded num-complex v0.4.6
12722026-07-14T15:29:36.500Z Downloaded ingot-macros v0.1.1
12732026-07-14T15:29:36.502Z Downloaded icu_provider v2.2.0
12742026-07-14T15:29:36.505Z Downloaded multer v3.1.0
12752026-07-14T15:29:36.505Z Downloaded base64 v0.21.7
12762026-07-14T15:29:36.507Z Downloaded ppv-lite86 v0.2.21
12772026-07-14T15:29:36.510Z Downloaded bytes v1.11.1
12782026-07-14T15:29:36.513Z Downloaded rustc_version v0.1.7
12792026-07-14T15:29:36.513Z Downloaded rustc_version v0.4.1
12802026-07-14T15:29:36.513Z Downloaded num-rational v0.4.2
12812026-07-14T15:29:36.515Z Downloaded rustc-hash v2.1.2
12822026-07-14T15:29:36.515Z Downloaded progenitor-client v0.13.0
12832026-07-14T15:29:36.515Z Downloaded darling_core v0.21.3
12842026-07-14T15:29:36.518Z Downloaded once_cell v1.21.4
12852026-07-14T15:29:36.521Z Downloaded heapless v0.8.0
12862026-07-14T15:29:36.523Z Downloaded progenitor-extras v0.2.0
12872026-07-14T15:29:36.523Z Downloaded progenitor v0.14.0
12882026-07-14T15:29:36.526Z Downloaded progenitor v0.10.0
12892026-07-14T15:29:36.526Z Downloaded flate2 v1.1.9
12902026-07-14T15:29:36.529Z Downloaded quick-error v1.2.3
12912026-07-14T15:29:36.531Z Downloaded proc-macro-error2 v2.0.1
12922026-07-14T15:29:36.531Z Downloaded same-file v1.0.6
12932026-07-14T15:29:36.534Z Downloaded rand_chacha v0.9.0
12942026-07-14T15:29:36.534Z Downloaded proc-macro-error v1.0.4
12952026-07-14T15:29:36.537Z Downloaded secrecy v0.10.3
12962026-07-14T15:29:36.537Z Downloaded scroll_derive v0.13.1
12972026-07-14T15:29:36.537Z Downloaded scroll_derive v0.12.1
12982026-07-14T15:29:36.541Z Downloaded pin-project-lite v0.2.17
12992026-07-14T15:29:36.541Z Downloaded serde_plain v1.0.2
13002026-07-14T15:29:36.544Z Downloaded rand_core v0.6.4
13012026-07-14T15:29:36.544Z Downloaded parking_lot_core v0.9.12
13022026-07-14T15:29:36.544Z Downloaded rand_core v0.9.5
13032026-07-14T15:29:36.547Z Downloaded parking_lot v0.11.2
13042026-07-14T15:29:36.547Z Downloaded serde-big-array v0.5.1
13052026-07-14T15:29:36.550Z Downloaded semver v0.1.20
13062026-07-14T15:29:36.550Z Downloaded pest_derive v2.8.6
13072026-07-14T15:29:36.550Z Downloaded crossbeam-channel v0.5.15
13082026-07-14T15:29:36.553Z Downloaded rand_xorshift v0.4.0
13092026-07-14T15:29:36.553Z Downloaded quote v1.0.45
13102026-07-14T15:29:36.556Z Downloaded rand_core v0.10.1
13112026-07-14T15:29:36.556Z Downloaded icu_normalizer_data v2.2.0
13122026-07-14T15:29:36.559Z Downloaded chacha20poly1305 v0.10.1
13132026-07-14T15:29:36.559Z Downloaded scopeguard v1.2.0
13142026-07-14T15:29:36.562Z Downloaded serde_repr v0.1.20
13152026-07-14T15:29:36.562Z Downloaded postcard v1.1.3
13162026-07-14T15:29:36.566Z Downloaded serde_urlencoded v0.7.1
13172026-07-14T15:29:36.566Z Downloaded indexmap v1.9.3
13182026-07-14T15:29:36.566Z Downloaded sha1 v0.11.0
13192026-07-14T15:29:36.568Z Downloaded resolv-conf v0.7.6
13202026-07-14T15:29:36.568Z Downloaded serde_spanned v0.6.9
13212026-07-14T15:29:36.571Z Downloaded getrandom v0.3.4
13222026-07-14T15:29:36.574Z Downloaded sha1 v0.10.6
13232026-07-14T15:29:36.574Z Downloaded base64 v0.22.1
13242026-07-14T15:29:36.578Z Downloaded icu_locale_core v2.2.0
13252026-07-14T15:29:36.580Z Downloaded num-traits v0.2.19
13262026-07-14T15:29:36.580Z Downloaded siphasher v1.0.3
13272026-07-14T15:29:36.583Z Downloaded async-compression v0.4.42
13282026-07-14T15:29:36.585Z Downloaded sigpipe v0.1.3
13292026-07-14T15:29:36.588Z Downloaded progenitor v0.13.0
13302026-07-14T15:29:36.588Z Downloaded crypto-bigint v0.5.5
13312026-07-14T15:29:36.591Z Downloaded hickory-resolver v0.24.4
13322026-07-14T15:29:36.595Z Downloaded slog-bunyan v2.5.0
13332026-07-14T15:29:36.598Z Downloaded konst v0.2.20
13342026-07-14T15:29:36.598Z Downloaded slog-envlogger v2.2.0
13352026-07-14T15:29:36.600Z Downloaded rustls-pemfile v2.2.0
13362026-07-14T15:29:36.600Z Downloaded const_format v0.2.36
13372026-07-14T15:29:36.606Z Downloaded rusty-fork v0.3.1
13382026-07-14T15:29:36.612Z Downloaded rustversion v1.0.22
13392026-07-14T15:29:36.612Z Downloaded scroll v0.13.0
13402026-07-14T15:29:36.614Z Downloaded scroll v0.12.0
13412026-07-14T15:29:36.614Z Downloaded serde_spanned v1.1.1
13422026-07-14T15:29:36.617Z Downloaded structmeta v0.3.0
13432026-07-14T15:29:36.617Z Downloaded serde_derive_internals v0.29.1
13442026-07-14T15:29:36.617Z Downloaded schemars_derive v0.8.22
13452026-07-14T15:29:36.620Z Downloaded log v0.4.32
13462026-07-14T15:29:36.620Z Downloaded strum v0.26.3
13472026-07-14T15:29:36.623Z Downloaded stable_deref_trait v1.2.1
13482026-07-14T15:29:36.623Z Downloaded spin v0.5.2
13492026-07-14T15:29:36.623Z Downloaded papergrid v0.11.0
13502026-07-14T15:29:36.625Z Downloaded strum v0.27.2
13512026-07-14T15:29:36.628Z Downloaded cc v1.2.63
13522026-07-14T15:29:36.628Z Downloaded pest_generator v2.8.6
13532026-07-14T15:29:36.630Z Downloaded pin-project v1.1.13
13542026-07-14T15:29:36.635Z Downloaded serde_path_to_error v0.1.20
13552026-07-14T15:29:36.638Z Downloaded subtle v2.6.1
13562026-07-14T15:29:36.638Z Downloaded rhai_codegen v3.2.0
13572026-07-14T15:29:36.642Z Downloaded supports-color v3.0.2
13582026-07-14T15:29:36.646Z Downloaded serde_tokenstream v0.2.3
13592026-07-14T15:29:36.646Z Downloaded miniz_oxide v0.8.9
13602026-07-14T15:29:36.649Z Downloaded parking_lot v0.12.5
13612026-07-14T15:29:36.649Z Downloaded tabled_derive v0.11.0
13622026-07-14T15:29:36.649Z Downloaded swrite v0.1.0
13632026-07-14T15:29:36.651Z Downloaded indicatif v0.18.4
13642026-07-14T15:29:36.654Z Downloaded sync_wrapper v1.0.2
13652026-07-14T15:29:36.654Z Downloaded slab v0.4.12
13662026-07-14T15:29:36.654Z Downloaded proc-macro2 v1.0.106
13672026-07-14T15:29:36.657Z Downloaded take_mut v0.2.2
13682026-07-14T15:29:36.657Z Downloaded tabwriter v1.4.1
13692026-07-14T15:29:36.657Z Downloaded icu_collections v2.2.0
13702026-07-14T15:29:36.663Z Downloaded tabled_derive v0.7.0
13712026-07-14T15:29:36.668Z Downloaded terminal_size v0.4.4
13722026-07-14T15:29:36.668Z Downloaded testing_table v0.3.0
13732026-07-14T15:29:36.668Z Downloaded termtree v0.5.1
13742026-07-14T15:29:36.668Z Downloaded hickory-resolver v0.25.2
13752026-07-14T15:29:36.671Z Downloaded simd-adler32 v0.3.9
13762026-07-14T15:29:36.671Z Downloaded slog-json v2.6.1
13772026-07-14T15:29:36.671Z Downloaded slog-async v2.8.0
13782026-07-14T15:29:36.671Z Downloaded thread-id v5.1.0
13792026-07-14T15:29:36.674Z Downloaded progenitor-impl v0.10.0
13802026-07-14T15:29:36.674Z Downloaded thiserror-impl-no-std v2.0.2
13812026-07-14T15:29:36.674Z Downloaded rustls-native-certs v0.8.4
13822026-07-14T15:29:36.676Z Downloaded jiff-static v0.2.28
13832026-07-14T15:29:36.676Z Downloaded rustls-pki-types v1.14.1
13842026-07-14T15:29:36.679Z Downloaded openssl-sys v0.9.116
13852026-07-14T15:29:36.682Z Downloaded thread-id v4.2.2
13862026-07-14T15:29:36.682Z Downloaded quinn-udp v0.5.14
13872026-07-14T15:29:36.685Z Downloaded strsim v0.11.1
13882026-07-14T15:29:36.685Z Downloaded slog-dtrace v0.3.0
13892026-07-14T15:29:36.689Z Downloaded pest_meta v2.8.6
13902026-07-14T15:29:36.690Z Downloaded slog-stdlog v4.1.1
13912026-07-14T15:29:36.690Z Downloaded semver v1.0.28
13922026-07-14T15:29:36.692Z Downloaded signal-hook-registry v1.4.8
13932026-07-14T15:29:36.692Z Downloaded structmeta-derive v0.3.0
13942026-07-14T15:29:36.692Z Downloaded smartstring v1.0.1
13952026-07-14T15:29:36.695Z Downloaded minimal-lexical v0.2.1
13962026-07-14T15:29:36.698Z Downloaded shlex v2.0.1
13972026-07-14T15:29:36.698Z Downloaded tokio-macros v2.7.0
13982026-07-14T15:29:36.698Z Downloaded tinyvec_macros v0.1.1
13992026-07-14T15:29:36.698Z Downloaded time-core v0.1.8
14002026-07-14T15:29:36.701Z Downloaded strum_macros v0.26.4
14012026-07-14T15:29:36.701Z Downloaded hashbrown v0.12.3
14022026-07-14T15:29:36.703Z Downloaded static_assertions v1.1.0
14032026-07-14T15:29:36.706Z Downloaded icu_normalizer v2.2.0
14042026-07-14T15:29:36.709Z Downloaded synstructure v0.13.2
14052026-07-14T15:29:36.709Z Downloaded icu_properties v2.2.0
14062026-07-14T15:29:36.709Z Downloaded papergrid v0.18.0
14072026-07-14T15:29:36.712Z Downloaded smawk v0.3.2
14082026-07-14T15:29:36.714Z Downloaded toml_datetime v0.6.11
14092026-07-14T15:29:36.717Z Downloaded sha2 v0.10.9
14102026-07-14T15:29:36.717Z Downloaded serde_with_macros v3.20.0
14112026-07-14T15:29:36.719Z Downloaded prettyplease v0.2.37
14122026-07-14T15:29:36.727Z Downloaded expectorate v1.2.0
14132026-07-14T15:29:36.730Z Downloaded progenitor-impl v0.13.0
14142026-07-14T15:29:36.732Z Downloaded thiserror-no-std v2.0.2
14152026-07-14T15:29:36.732Z Downloaded tagptr v0.2.0
14162026-07-14T15:29:36.735Z Downloaded tower-service v0.3.3
14172026-07-14T15:29:36.735Z Downloaded thiserror-impl v2.0.18
14182026-07-14T15:29:36.737Z Downloaded thiserror v1.0.69
14192026-07-14T15:29:36.740Z Downloaded ryu v1.0.23
14202026-07-14T15:29:36.743Z Downloaded typeid v1.0.3
14212026-07-14T15:29:36.743Z Downloaded thiserror-impl v1.0.69
14222026-07-14T15:29:36.743Z Downloaded toml_write v0.1.2
14232026-07-14T15:29:36.748Z Downloaded thread_local v1.1.9
14242026-07-14T15:29:36.749Z Downloaded slog-term v2.9.2
14252026-07-14T15:29:36.756Z Downloaded smf v0.2.3
14262026-07-14T15:29:36.756Z Downloaded tiny-keccak v2.0.2
14272026-07-14T15:29:36.756Z Downloaded time-macros v0.2.27
14282026-07-14T15:29:36.756Z Downloaded schemars v0.8.22
14292026-07-14T15:29:36.760Z Downloaded typify-macro v0.4.3
14302026-07-14T15:29:36.760Z Downloaded try-lock v0.2.5
14312026-07-14T15:29:36.760Z Downloaded tinystr v0.8.3
14322026-07-14T15:29:36.764Z Downloaded spin v0.9.8
14332026-07-14T15:29:36.764Z Downloaded snafu-derive v0.8.9
14342026-07-14T15:29:36.764Z Downloaded serde_core v1.0.228
14352026-07-14T15:29:36.764Z Downloaded universal-hash v0.5.1
14362026-07-14T15:29:36.767Z Downloaded untrusted v0.7.1
14372026-07-14T15:29:36.767Z Downloaded unicode-xid v0.2.6
14382026-07-14T15:29:36.767Z Downloaded smallvec v1.15.1
14392026-07-14T15:29:36.767Z Downloaded rayon-core v1.13.0
14402026-07-14T15:29:36.770Z Downloaded typify-macro v0.6.2
14412026-07-14T15:29:36.770Z Downloaded tokio-dtrace v0.1.1
14422026-07-14T15:29:36.772Z Downloaded memchr v2.8.1
14432026-07-14T15:29:36.775Z Downloaded unit-prefix v0.5.2
14442026-07-14T15:29:36.775Z Downloaded usdt v0.6.0
14452026-07-14T15:29:36.775Z Downloaded unicode-linebreak v0.1.5
14462026-07-14T15:29:36.778Z Downloaded unarray v0.1.4
14472026-07-14T15:29:36.778Z Downloaded slog-scope v4.4.1
14482026-07-14T15:29:36.778Z Downloaded tokio-tungstenite v0.21.0
14492026-07-14T15:29:36.780Z Downloaded strum_macros v0.27.2
14502026-07-14T15:29:36.780Z Downloaded indexmap v2.14.0
14512026-07-14T15:29:36.783Z Downloaded serde_derive v1.0.228
14522026-07-14T15:29:36.786Z Downloaded hyper-util v0.1.20
14532026-07-14T15:29:36.788Z Downloaded utf-8 v0.7.6
14542026-07-14T15:29:36.791Z Downloaded usdt v0.5.0
14552026-07-14T15:29:36.791Z Downloaded term v1.2.1
14562026-07-14T15:29:36.793Z Downloaded tempfile v3.27.0
14572026-07-14T15:29:36.793Z Downloaded usdt-attr-macro v0.5.0
14582026-07-14T15:29:36.793Z Downloaded utf8parse v0.2.2
14592026-07-14T15:29:36.797Z Downloaded usdt-macro v0.6.0
14602026-07-14T15:29:36.797Z Downloaded version_check v0.9.5
14612026-07-14T15:29:36.797Z Downloaded usdt-attr-macro v0.6.0
14622026-07-14T15:29:36.799Z Downloaded toml_writer v1.1.1+spec-1.1.0
14632026-07-14T15:29:36.799Z Downloaded similar v2.7.0
14642026-07-14T15:29:36.802Z Downloaded utf8_iter v1.0.4
14652026-07-14T15:29:36.802Z Downloaded thin-vec v0.2.18
14662026-07-14T15:29:36.802Z Downloaded thiserror v2.0.18
14672026-07-14T15:29:36.805Z Downloaded usdt-macro v0.5.0
14682026-07-14T15:29:36.808Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14692026-07-14T15:29:36.808Z Downloaded http v1.4.2
14702026-07-14T15:29:36.810Z Downloaded rustls-platform-verifier v0.7.0
14712026-07-14T15:29:36.813Z Downloaded progenitor-impl v0.14.0
14722026-07-14T15:29:36.813Z Downloaded rand v0.8.6
14732026-07-14T15:29:36.815Z Downloaded want v0.3.1
14742026-07-14T15:29:36.815Z Downloaded qorb v0.4.1
14752026-07-14T15:29:36.820Z Downloaded waitgroup v0.1.2
14762026-07-14T15:29:36.825Z Downloaded wait-timeout v0.2.1
14772026-07-14T15:29:36.825Z Downloaded tower-layer v0.3.3
14782026-07-14T15:29:36.825Z Downloaded yoke-derive v0.8.2
14792026-07-14T15:29:36.828Z Downloaded serde_yaml v0.9.34+deprecated
14802026-07-14T15:29:36.831Z Downloaded tokio-rustls v0.26.4
14812026-07-14T15:29:36.833Z Downloaded untrusted v0.9.0
14822026-07-14T15:29:36.836Z Downloaded zerofrom-derive v0.1.7
14832026-07-14T15:29:36.839Z Downloaded zerofrom v0.1.8
14842026-07-14T15:29:36.841Z Downloaded tokio-stream v0.1.18
14852026-07-14T15:29:36.848Z Downloaded mio v1.2.1
14862026-07-14T15:29:36.851Z Downloaded toml v0.8.23
14872026-07-14T15:29:36.854Z Downloaded zone_cfg_derive v0.3.1
14882026-07-14T15:29:36.856Z Downloaded usdt-impl v0.5.0
14892026-07-14T15:29:36.856Z Downloaded usdt-impl v0.6.0
14902026-07-14T15:29:36.856Z Downloaded textwrap v0.16.2
14912026-07-14T15:29:36.859Z Downloaded zeroize_derive v1.4.3
14922026-07-14T15:29:36.859Z Downloaded zone v0.3.1
14932026-07-14T15:29:36.861Z Downloaded slog v2.8.2
14942026-07-14T15:29:36.867Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14952026-07-14T15:29:36.869Z Downloaded walkdir v2.5.0
14962026-07-14T15:29:36.872Z Downloaded tracing-attributes v0.1.31
14972026-07-14T15:29:36.874Z Downloaded rand v0.9.4
14982026-07-14T15:29:36.874Z Downloaded toml_parser v1.1.2+spec-1.1.0
14992026-07-14T15:29:36.877Z Downloaded tinyvec v1.11.0
15002026-07-14T15:29:36.880Z Downloaded test-strategy v0.4.5
15012026-07-14T15:29:36.880Z Downloaded rustls-webpki v0.103.13
15022026-07-14T15:29:36.882Z Downloaded schemars v0.9.0
15032026-07-14T15:29:36.888Z Downloaded xz2 v0.1.7
15042026-07-14T15:29:36.890Z Downloaded writeable v0.6.3
15052026-07-14T15:29:36.890Z Downloaded dropshot-api-manager v0.7.2
15062026-07-14T15:29:36.893Z Downloaded whoami v1.6.1
15072026-07-14T15:29:36.895Z Downloaded snafu v0.8.9
15082026-07-14T15:29:36.898Z Downloaded zmij v1.0.21
15092026-07-14T15:29:36.900Z Downloaded serde v1.0.228
15102026-07-14T15:29:36.904Z Downloaded zeroize v1.8.2
15112026-07-14T15:29:36.904Z Downloaded toml v0.9.12+spec-1.1.0
15122026-07-14T15:29:36.906Z Downloaded ucd-trie v0.1.7
15132026-07-14T15:29:36.906Z Downloaded socket2 v0.6.4
15142026-07-14T15:29:36.906Z Downloaded hashbrown v0.15.5
15152026-07-14T15:29:36.911Z Downloaded hashbrown v0.17.1
15162026-07-14T15:29:36.914Z Downloaded quinn v0.11.9
15172026-07-14T15:29:36.917Z Downloaded steno v0.4.1
15182026-07-14T15:29:36.919Z Downloaded aho-corasick v1.1.4
15192026-07-14T15:29:36.923Z Downloaded nom v7.1.3
15202026-07-14T15:29:36.928Z Downloaded unicode-ident v1.0.24
15212026-07-14T15:29:36.930Z Downloaded vsss-rs v3.3.4
15222026-07-14T15:29:36.930Z Downloaded itertools v0.12.1
15232026-07-14T15:29:36.937Z Downloaded yoke v0.8.3
15242026-07-14T15:29:36.940Z Downloaded aws-lc-rs v1.17.0
15252026-07-14T15:29:36.945Z Downloaded typify v0.6.2
15262026-07-14T15:29:36.948Z Downloaded typify v0.4.3
15272026-07-14T15:29:36.948Z Downloaded unsafe-libyaml v0.2.11
15282026-07-14T15:29:36.950Z Downloaded itertools v0.15.0
15292026-07-14T15:29:36.954Z Downloaded toml_edit v0.22.27
15302026-07-14T15:29:36.956Z Downloaded tungstenite v0.21.0
15312026-07-14T15:29:36.959Z Downloaded idna v1.1.0
15322026-07-14T15:29:36.961Z Downloaded zerovec-derive v0.11.3
15332026-07-14T15:29:36.961Z Downloaded schemars v1.2.1
15342026-07-14T15:29:36.969Z Downloaded uuid v1.23.5
15352026-07-14T15:29:36.971Z Downloaded nom v8.0.0
15362026-07-14T15:29:36.974Z Downloaded ron v0.12.1
15372026-07-14T15:29:36.979Z Downloaded futures-util v0.3.32
15382026-07-14T15:29:36.985Z Downloaded tracing-core v0.1.36
15392026-07-14T15:29:36.987Z Downloaded icu_properties_data v2.2.0
15402026-07-14T15:29:36.991Z Downloaded zerocopy-derive v0.7.35
15412026-07-14T15:29:36.994Z Downloaded toml_edit v0.19.15
15422026-07-14T15:29:37.003Z Downloaded libm v0.2.16
15432026-07-14T15:29:37.008Z Downloaded hyper v1.10.1
15442026-07-14T15:29:37.011Z Downloaded clap_builder v4.6.0
15452026-07-14T15:29:37.015Z Downloaded itertools v0.14.0
15462026-07-14T15:29:37.018Z Downloaded toml_edit v0.25.12+spec-1.1.0
15472026-07-14T15:29:37.023Z Downloaded pest v2.8.6
15482026-07-14T15:29:37.026Z Downloaded h2 v0.4.14
15492026-07-14T15:29:37.028Z Downloaded goblin v0.8.2
15502026-07-14T15:29:37.032Z Downloaded hkdf v0.12.4
15512026-07-14T15:29:37.037Z Downloaded toml v1.1.2+spec-1.1.0
15522026-07-14T15:29:37.037Z Downloaded rand v0.10.2
15532026-07-14T15:29:37.041Z Downloaded url v2.5.8
15542026-07-14T15:29:37.041Z Downloaded hashbrown v0.16.1
15552026-07-14T15:29:37.043Z Downloaded zerocopy-derive v0.8.50
15562026-07-14T15:29:37.046Z Downloaded iddqd v0.4.5
15572026-07-14T15:29:37.050Z Downloaded typed-path v0.9.3
15582026-07-14T15:29:37.060Z Downloaded typenum v1.20.1
15592026-07-14T15:29:37.069Z Downloaded zerotrie v0.2.4
15602026-07-14T15:29:37.079Z Downloaded reqwest v0.13.4
15612026-07-14T15:29:37.085Z Downloaded reqwest v0.12.28
15622026-07-14T15:29:37.089Z Downloaded portable-atomic v1.13.1
15632026-07-14T15:29:37.092Z Downloaded tokio-util v0.7.18
15642026-07-14T15:29:37.100Z Downloaded tough v0.22.0
15652026-07-14T15:29:37.104Z Downloaded tower v0.5.3
15662026-07-14T15:29:37.108Z Downloaded unicode-normalization v0.1.25
15672026-07-14T15:29:37.114Z Downloaded serde_json v1.0.150
15682026-07-14T15:29:37.117Z Downloaded regex v1.12.3
15692026-07-14T15:29:37.120Z Downloaded tower-http v0.6.11
15702026-07-14T15:29:37.124Z Downloaded chrono v0.4.45
15712026-07-14T15:29:37.128Z Downloaded rayon v1.12.0
15722026-07-14T15:29:37.133Z Downloaded unicode-segmentation v1.13.3
15732026-07-14T15:29:37.145Z Downloaded moka v0.12.15
15742026-07-14T15:29:37.149Z Downloaded proptest v1.11.0
15752026-07-14T15:29:37.168Z Downloaded quinn-proto v0.11.14
15762026-07-14T15:29:37.175Z Downloaded zerocopy v0.7.35
15772026-07-14T15:29:37.181Z Downloaded winnow v0.5.40
15782026-07-14T15:29:37.187Z Downloaded winnow v1.0.3
15792026-07-14T15:29:37.192Z Downloaded tabled v0.15.0
15802026-07-14T15:29:37.199Z Downloaded zerovec v0.11.6
15812026-07-14T15:29:37.204Z Downloaded tabled v0.21.0
15822026-07-14T15:29:37.212Z Downloaded vcpkg v0.2.15
15832026-07-14T15:29:37.233Z Downloaded serde_with v3.20.0
15842026-07-14T15:29:37.240Z Downloaded goblin v0.10.7
15852026-07-14T15:29:37.253Z Downloaded hickory-proto v0.24.4
15862026-07-14T15:29:37.271Z Downloaded syn v2.0.117
15872026-07-14T15:29:37.276Z Downloaded dropshot v0.17.1
15882026-07-14T15:29:37.281Z Downloaded curve25519-dalek v4.1.3
15892026-07-14T15:29:37.292Z Downloaded regress v0.10.5
15902026-07-14T15:29:37.300Z Downloaded zerocopy v0.8.50
15912026-07-14T15:29:37.304Z Downloaded winnow v0.7.15
15922026-07-14T15:29:37.306Z Downloaded hickory-proto v0.25.2
15932026-07-14T15:29:37.315Z Downloaded webpki-roots v1.0.7
15942026-07-14T15:29:37.321Z Downloaded bstr v1.12.1
15952026-07-14T15:29:37.326Z Downloaded rustls v0.23.40
15962026-07-14T15:29:37.330Z Downloaded openssl v0.10.80
15972026-07-14T15:29:37.334Z Downloaded time v0.3.47
15982026-07-14T15:29:37.341Z Downloaded syn v1.0.109
15992026-07-14T15:29:37.346Z Downloaded typify-impl v0.6.2
16002026-07-14T15:29:37.355Z Downloaded unicode-width v0.1.14
16012026-07-14T15:29:37.359Z Downloaded typify-impl v0.4.3
16022026-07-14T15:29:37.367Z Downloaded nix v0.31.3
16032026-07-14T15:29:37.373Z Downloaded sled v0.34.7
16042026-07-14T15:29:37.379Z Downloaded rhai v1.25.1
16052026-07-14T15:29:37.386Z Downloaded smoltcp v0.11.0
16062026-07-14T15:29:37.392Z Downloaded unicode-width v0.2.2
16072026-07-14T15:29:37.396Z Downloaded regex-syntax v0.8.10
16082026-07-14T15:29:37.400Z Downloaded regress v0.11.1
16092026-07-14T15:29:37.405Z Downloaded openapiv3 v2.2.0
16102026-07-14T15:29:37.420Z Downloaded rustix v0.38.44
16112026-07-14T15:29:37.433Z Downloaded petgraph v0.8.3
16122026-07-14T15:29:37.446Z Downloaded rustix v1.1.4
16132026-07-14T15:29:37.499Z Downloaded tracing v0.1.44
16142026-07-14T15:29:37.512Z Downloaded encoding_rs v0.8.35
16152026-07-14T15:29:37.525Z Downloaded ring v0.17.14
16162026-07-14T15:29:37.576Z Downloaded regex-automata v0.4.14
16172026-07-14T15:29:37.616Z Downloaded jiff v0.2.28
16182026-07-14T15:29:37.626Z Downloaded petgraph v0.6.5
16192026-07-14T15:29:37.637Z Downloaded lzma-sys v0.1.20
16202026-07-14T15:29:37.653Z Downloaded chrono-tz v0.10.4
16212026-07-14T15:29:37.685Z Downloaded libc v0.2.186
16222026-07-14T15:29:37.704Z Downloaded csv v1.4.0
16232026-07-14T15:29:37.716Z Downloaded sha3 v0.10.9
16242026-07-14T15:29:37.727Z Downloaded tokio v1.52.3
16252026-07-14T15:29:38.249Z Downloaded aws-lc-sys v0.41.0
16262026-07-14T15:29:38.598Z Compiling proc-macro2 v1.0.106
16272026-07-14T15:29:38.598Z Compiling quote v1.0.45
16282026-07-14T15:29:38.598Z Compiling unicode-ident v1.0.24
16292026-07-14T15:29:38.598Z Compiling serde_core v1.0.228
16302026-07-14T15:29:38.602Z Compiling serde v1.0.228
16312026-07-14T15:29:38.602Z Compiling libc v0.2.186
16322026-07-14T15:29:38.602Z Compiling cfg-if v1.0.4
16332026-07-14T15:29:38.917Z Compiling zmij v1.0.21
16342026-07-14T15:29:38.936Z Compiling autocfg v1.5.1
16352026-07-14T15:29:39.235Z Compiling memchr v2.8.1
16362026-07-14T15:29:39.235Z Compiling libm v0.2.16
16372026-07-14T15:29:39.592Z Compiling itoa v1.0.18
16382026-07-14T15:29:39.747Z Compiling icu_normalizer_data v2.2.0
16392026-07-14T15:29:39.847Z Compiling icu_properties_data v2.2.0
16402026-07-14T15:29:39.941Z Compiling version_check v0.9.5
16412026-07-14T15:29:40.013Z Compiling stable_deref_trait v1.2.1
16422026-07-14T15:29:40.113Z Compiling syn v2.0.117
16432026-07-14T15:29:40.114Z Compiling serde_json v1.0.150
16442026-07-14T15:29:40.173Z Compiling parking_lot_core v0.9.12
16452026-07-14T15:29:40.217Z Compiling litemap v0.8.2
16462026-07-14T15:29:40.405Z Compiling writeable v0.6.3
16472026-07-14T15:29:40.459Z Compiling num-traits v0.2.19
16482026-07-14T15:29:40.505Z Compiling utf8_iter v1.0.4
16492026-07-14T15:29:40.748Z Compiling percent-encoding v2.3.2
16502026-07-14T15:29:40.764Z Compiling thiserror v2.0.18
16512026-07-14T15:29:41.009Z Compiling form_urlencoded v1.2.2
16522026-07-14T15:29:41.019Z Compiling zerocopy v0.8.50
16532026-07-14T15:29:41.109Z Compiling errno v0.3.14
16542026-07-14T15:29:41.127Z Compiling getrandom v0.4.2
16552026-07-14T15:29:41.287Z Compiling rand_core v0.10.1
16562026-07-14T15:29:41.290Z Compiling iana-time-zone v0.1.65
16572026-07-14T15:29:41.649Z Compiling uuid v1.23.5
16582026-07-14T15:29:41.697Z Compiling heck v0.5.0
16592026-07-14T15:29:41.713Z Compiling jobserver v0.1.34
16602026-07-14T15:29:41.897Z Compiling find-msvc-tools v0.1.9
16612026-07-14T15:29:42.042Z Compiling shlex v2.0.1
16622026-07-14T15:29:42.137Z Compiling rustversion v1.0.22
16632026-07-14T15:29:42.155Z Compiling semver v1.0.28
16642026-07-14T15:29:42.247Z Compiling cc v1.2.63
16652026-07-14T15:29:42.274Z Compiling dyn-clone v1.0.20
16662026-07-14T15:29:42.368Z Compiling schemars v0.8.22
16672026-07-14T15:29:42.426Z Compiling pin-project-lite v0.2.17
16682026-07-14T15:29:42.540Z Compiling getrandom v0.2.17
16692026-07-14T15:29:42.664Z Compiling scopeguard v1.2.0
16702026-07-14T15:29:42.688Z Compiling bitflags v2.12.1
16712026-07-14T15:29:42.767Z Compiling lock_api v0.4.14
16722026-07-14T15:29:42.840Z Compiling socket2 v0.6.4
16732026-07-14T15:29:42.995Z Compiling synstructure v0.13.2
16742026-07-14T15:29:43.020Z Compiling serde_derive_internals v0.29.1
16752026-07-14T15:29:43.136Z Compiling cmake v0.1.58
16762026-07-14T15:29:43.211Z Compiling signal-hook-registry v1.4.8
16772026-07-14T15:29:43.488Z Compiling mio v1.2.1
16782026-07-14T15:29:43.524Z Compiling portable-atomic v1.13.1
16792026-07-14T15:29:43.546Z Compiling fs_extra v1.3.0
16802026-07-14T15:29:43.629Z Compiling dunce v1.0.5
16812026-07-14T15:29:43.695Z Compiling critical-section v1.2.0
16822026-07-14T15:29:43.728Z Compiling log v0.4.32
16832026-07-14T15:29:43.766Z Compiling futures-core v0.3.32
16842026-07-14T15:29:43.820Z Compiling aws-lc-sys v0.41.0
16852026-07-14T15:29:43.871Z Compiling subtle v2.6.1
16862026-07-14T15:29:43.947Z Compiling getrandom v0.3.4
16872026-07-14T15:29:44.057Z Compiling equivalent v1.0.2
16882026-07-14T15:29:44.134Z Compiling httparse v1.10.1
16892026-07-14T15:29:44.190Z Compiling futures-sink v0.3.32
16902026-07-14T15:29:44.222Z Compiling serde_derive v1.0.228
16912026-07-14T15:29:44.240Z Compiling zerofrom-derive v0.1.7
16922026-07-14T15:29:44.261Z Compiling yoke-derive v0.8.2
16932026-07-14T15:29:44.306Z Compiling zerovec-derive v0.11.3
16942026-07-14T15:29:44.309Z Compiling displaydoc v0.2.6
16952026-07-14T15:29:44.507Z Compiling schemars_derive v0.8.22
16962026-07-14T15:29:44.764Z Compiling thiserror-impl v2.0.18
16972026-07-14T15:29:44.800Z Compiling tokio-macros v2.7.0
16982026-07-14T15:29:45.135Z Compiling zerocopy-derive v0.8.50
16992026-07-14T15:29:45.325Z Compiling zeroize_derive v1.4.3
17002026-07-14T15:29:45.418Z Compiling futures-macro v0.3.32
17012026-07-14T15:29:45.437Z Compiling zerofrom v0.1.8
17022026-07-14T15:29:45.560Z Compiling yoke v0.8.3
17032026-07-14T15:29:45.578Z Compiling once_cell v1.21.4
17042026-07-14T15:29:45.735Z Compiling zerovec v0.11.6
17052026-07-14T15:29:45.768Z Compiling zerotrie v0.2.4
17062026-07-14T15:29:46.008Z Compiling zeroize v1.8.2
17072026-07-14T15:29:46.045Z Compiling slab v0.4.12
17082026-07-14T15:29:46.148Z Compiling rustix v1.1.4
17092026-07-14T15:29:46.255Z Compiling thiserror v1.0.69
17102026-07-14T15:29:46.255Z Compiling ucd-trie v0.1.7
17112026-07-14T15:29:46.294Z Compiling typenum v1.20.1
17122026-07-14T15:29:46.323Z Compiling tinystr v0.8.3
17132026-07-14T15:29:46.344Z Compiling potential_utf v0.1.5
17142026-07-14T15:29:46.509Z Compiling icu_locale_core v2.2.0
17152026-07-14T15:29:46.526Z Compiling icu_collections v2.2.0
17162026-07-14T15:29:46.543Z Compiling pest v2.8.6
17172026-07-14T15:29:46.543Z Compiling futures-channel v0.3.32
17182026-07-14T15:29:46.593Z Compiling thiserror-impl v1.0.69
17192026-07-14T15:29:46.843Z Compiling futures-io v0.3.32
17202026-07-14T15:29:47.122Z Compiling futures-task v0.3.32
17212026-07-14T15:29:47.291Z Compiling futures-util v0.3.32
17222026-07-14T15:29:47.309Z Compiling icu_provider v2.2.0
17232026-07-14T15:29:47.521Z Compiling smallvec v1.15.1
17242026-07-14T15:29:47.554Z Compiling bytes v1.11.1
17252026-07-14T15:29:47.734Z Compiling icu_properties v2.2.0
17262026-07-14T15:29:47.789Z Compiling icu_normalizer v2.2.0
17272026-07-14T15:29:47.805Z Compiling chrono v0.4.45
17282026-07-14T15:29:48.368Z Compiling parking_lot v0.12.5
17292026-07-14T15:29:48.464Z Compiling serde_tokenstream v0.2.3
17302026-07-14T15:29:48.769Z Compiling idna_adapter v1.2.2
17312026-07-14T15:29:48.929Z Compiling idna v1.1.0
17322026-07-14T15:29:48.966Z Compiling tokio v1.52.3
17332026-07-14T15:29:49.374Z Compiling url v2.5.8
17342026-07-14T15:29:49.401Z Compiling pest_meta v2.8.6
17352026-07-14T15:29:49.803Z Compiling regex-syntax v0.8.10
17362026-07-14T15:29:49.834Z Compiling strsim v0.11.1
17372026-07-14T15:29:50.150Z Compiling pest_generator v2.8.6
17382026-07-14T15:29:50.688Z Compiling rand_core v0.6.4
17392026-07-14T15:29:50.777Z Compiling pest_derive v2.8.6
17402026-07-14T15:29:50.960Z Compiling ipnetwork v0.21.1
17412026-07-14T15:29:51.005Z Compiling aho-corasick v1.1.4
17422026-07-14T15:29:51.313Z Compiling byteorder v1.5.0
17432026-07-14T15:29:51.342Z Compiling hashbrown v0.17.1
17442026-07-14T15:29:51.582Z Compiling tracing-core v0.1.36
17452026-07-14T15:29:51.855Z Compiling regex-automata v0.4.14
17462026-07-14T15:29:51.881Z Compiling tracing-attributes v0.1.31
17472026-07-14T15:29:52.042Z Compiling indexmap v2.14.0
17482026-07-14T15:29:52.385Z Compiling ident_case v1.0.1
17492026-07-14T15:29:52.529Z Compiling slog v2.8.2
17502026-07-14T15:29:52.610Z Compiling anyhow v1.0.103
17512026-07-14T15:29:52.786Z Compiling paste v1.0.15
17522026-07-14T15:29:52.859Z Compiling base64 v0.22.1
17532026-07-14T15:29:52.959Z Compiling fnv v1.0.7
17542026-07-14T15:29:53.168Z Compiling tracing v0.1.44
17552026-07-14T15:29:53.187Z Compiling erased-serde v0.3.31
17562026-07-14T15:29:53.525Z Compiling omicron-workspace-hack v0.1.0
17572026-07-14T15:29:53.752Z Compiling regex v1.12.3
17582026-07-14T15:29:54.155Z Compiling http v1.4.2
17592026-07-14T15:29:54.469Z Compiling oxnet v0.1.6
17602026-07-14T15:29:54.641Z Compiling rustls-pki-types v1.14.1
17612026-07-14T15:29:55.335Z Compiling scroll_derive v0.13.1
17622026-07-14T15:29:55.481Z Compiling ring v0.17.14
17632026-07-14T15:29:55.876Z Compiling time-core v0.1.8
17642026-07-14T15:29:55.998Z Compiling aws-lc-rs v1.17.0
17652026-07-14T15:29:56.022Z Compiling num-conv v0.2.2
17662026-07-14T15:29:56.180Z Compiling time-macros v0.2.27
17672026-07-14T15:29:56.325Z Compiling tokio-util v0.7.18
17682026-07-14T15:29:56.628Z Compiling ipnet v2.12.0
17692026-07-14T15:29:57.180Z Compiling untrusted v0.9.0
17702026-07-14T15:29:57.230Z Compiling untrusted v0.7.1
17712026-07-14T15:29:57.320Z Compiling camino v1.2.4
17722026-07-14T15:29:57.437Z Compiling ppv-lite86 v0.2.21
17732026-07-14T15:29:57.830Z Compiling daft-derive v0.1.7
17742026-07-14T15:29:57.859Z Compiling async-trait v0.1.89
17752026-07-14T15:29:57.963Z Compiling crc32fast v1.5.0
17762026-07-14T15:29:57.980Z Compiling rustls v0.23.40
17772026-07-14T15:29:58.388Z Compiling http-body v1.0.1
17782026-07-14T15:29:58.612Z Compiling pretty-hex v0.4.2
17792026-07-14T15:29:58.630Z Compiling crossbeam-utils v0.8.21
17802026-07-14T15:29:58.759Z Compiling usdt-impl v0.6.0
17812026-07-14T15:29:58.840Z Compiling atomic-waker v1.1.2
17822026-07-14T15:29:58.995Z Compiling scroll v0.13.0
17832026-07-14T15:29:59.022Z Compiling ryu v1.0.23
17842026-07-14T15:29:59.258Z Compiling tower-layer v0.3.3
17852026-07-14T15:29:59.316Z Compiling plain v0.2.3
17862026-07-14T15:29:59.430Z Compiling tower-service v0.3.3
17872026-07-14T15:29:59.448Z Compiling try-lock v0.2.5
17882026-07-14T15:29:59.465Z Compiling goblin v0.10.7
17892026-07-14T15:29:59.537Z Compiling want v0.3.1
17902026-07-14T15:29:59.714Z Compiling h2 v0.4.14
17912026-07-14T15:30:00.240Z Compiling slog-async v2.8.0
17922026-07-14T15:30:00.260Z Compiling httpdate v1.0.3
17932026-07-14T15:30:00.660Z Compiling dtrace-parser v0.3.0
17942026-07-14T15:30:00.678Z Compiling thread-id v5.1.0
17952026-07-14T15:30:01.135Z Compiling ref-cast v1.0.25
17962026-07-14T15:30:02.478Z Compiling dof v0.4.0
17972026-07-14T15:30:02.814Z Compiling hyper v1.10.1
17982026-07-14T15:30:03.177Z Compiling serde_urlencoded v0.7.1
17992026-07-14T15:30:03.508Z Compiling http-body-util v0.1.3
18002026-07-14T15:30:03.805Z Compiling rand_core v0.9.5
18012026-07-14T15:30:04.009Z Compiling ref-cast-impl v1.0.25
18022026-07-14T15:30:04.253Z Compiling hyper-util v0.1.20
18032026-07-14T15:30:04.630Z Compiling syn v1.0.109
18042026-07-14T15:30:05.461Z Compiling usdt-macro v0.6.0
18052026-07-14T15:30:06.304Z Compiling usdt-attr-macro v0.6.0
18062026-07-14T15:30:06.497Z Compiling structmeta-derive v0.3.0
18072026-07-14T15:30:06.945Z Compiling multer v3.1.0
18082026-07-14T15:30:07.042Z Compiling foldhash v0.2.0
18092026-07-14T15:30:07.226Z Compiling allocator-api2 v0.2.21
18102026-07-14T15:30:07.292Z Compiling powerfmt v0.2.0
18112026-07-14T15:30:07.493Z Compiling deranged v0.5.8
18122026-07-14T15:30:07.552Z Compiling structmeta v0.3.0
18132026-07-14T15:30:07.614Z Compiling hashbrown v0.16.1
18142026-07-14T15:30:07.709Z Compiling rand_chacha v0.9.0
18152026-07-14T15:30:07.780Z Compiling darling_core v0.23.0
18162026-07-14T15:30:08.203Z Compiling newtype-uuid-macros v0.1.0
18172026-07-14T15:30:08.591Z Compiling num_threads v0.1.7
18182026-07-14T15:30:08.663Z Compiling rand v0.9.4
18192026-07-14T15:30:08.698Z Compiling time v0.3.47
18202026-07-14T15:30:09.064Z Compiling newtype-uuid v1.3.2
18212026-07-14T15:30:09.377Z Compiling async-stream-impl v0.3.6
18222026-07-14T15:30:09.715Z Compiling strum_macros v0.26.4
18232026-07-14T15:30:09.901Z Compiling darling_macro v0.23.0
18242026-07-14T15:30:10.013Z Compiling sync_wrapper v1.0.2
18252026-07-14T15:30:10.032Z Compiling dropshot v0.17.1
18262026-07-14T15:30:10.295Z Compiling hex v0.4.3
18272026-07-14T15:30:10.499Z Compiling fastrand v2.4.1
18282026-07-14T15:30:10.587Z Compiling darling v0.23.0
18292026-07-14T15:30:10.682Z Compiling tower v0.5.3
18302026-07-14T15:30:10.836Z Compiling daft v0.1.7
18312026-07-14T15:30:11.250Z Compiling crossbeam-channel v0.5.15
18322026-07-14T15:30:11.323Z Compiling webpki-roots v1.0.7
18332026-07-14T15:30:11.449Z Compiling openapiv3 v2.2.0
18342026-07-14T15:30:11.518Z Compiling generic-array v0.14.7
18352026-07-14T15:30:11.992Z Compiling tower-http v0.6.11
18362026-07-14T15:30:12.102Z Compiling serde_with_macros v3.20.0
18372026-07-14T15:30:12.585Z Compiling futures-executor v0.3.32
18382026-07-14T15:30:12.672Z Compiling dropshot_endpoint v0.17.1
18392026-07-14T15:30:13.106Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18402026-07-14T15:30:13.249Z Compiling thread_local v1.1.9
18412026-07-14T15:30:13.607Z Compiling cpufeatures v0.3.0
18422026-07-14T15:30:13.654Z Compiling openssl-probe v0.2.1
18432026-07-14T15:30:13.707Z Compiling futures v0.3.32
18442026-07-14T15:30:13.801Z Compiling rustls-native-certs v0.8.4
18452026-07-14T15:30:14.353Z Compiling tempfile v3.27.0
18462026-07-14T15:30:14.464Z Compiling derive-ex v0.1.8
18472026-07-14T15:30:14.703Z Compiling strum_macros v0.27.2
18482026-07-14T15:30:15.169Z Compiling is-terminal v0.4.17
18492026-07-14T15:30:15.282Z Compiling term v1.2.1
18502026-07-14T15:30:15.359Z Compiling take_mut v0.2.2
18512026-07-14T15:30:15.487Z Compiling winnow v1.0.3
18522026-07-14T15:30:16.035Z Compiling test-strategy v0.4.5
18532026-07-14T15:30:16.323Z Compiling slog-term v2.9.2
18542026-07-14T15:30:17.656Z Compiling macaddr v1.0.1
18552026-07-14T15:30:17.752Z Compiling hybrid-array v0.4.12
18562026-07-14T15:30:18.036Z Compiling match_cfg v0.1.0
18572026-07-14T15:30:18.138Z Compiling simd-adler32 v0.3.9
18582026-07-14T15:30:18.430Z Compiling adler2 v2.0.1
18592026-07-14T15:30:18.434Z Compiling hostname v0.3.1
18602026-07-14T15:30:18.613Z Compiling miniz_oxide v0.8.9
18612026-07-14T15:30:19.114Z Compiling slog-json v2.6.1
18622026-07-14T15:30:19.405Z Compiling memmap2 v0.9.10
18632026-07-14T15:30:19.904Z Compiling usdt v0.6.0
18642026-07-14T15:30:20.009Z Compiling slog-bunyan v2.5.0
18652026-07-14T15:30:20.027Z Compiling flate2 v1.1.9
18662026-07-14T15:30:20.227Z Compiling block-buffer v0.12.0
18672026-07-14T15:30:20.420Z Compiling crypto-common v0.2.2
18682026-07-14T15:30:20.541Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-07-14T15:30:20.596Z Compiling const-oid v0.10.2
18702026-07-14T15:30:20.736Z Compiling debug-ignore v1.0.5
18712026-07-14T15:30:20.902Z Compiling compression-core v0.4.32
18722026-07-14T15:30:20.983Z Compiling either v1.16.0
18732026-07-14T15:30:21.085Z Compiling compression-codecs v0.4.38
18742026-07-14T15:30:21.222Z Compiling digest v0.11.3
18752026-07-14T15:30:21.450Z Compiling toml_parser v1.1.2+spec-1.1.0
18762026-07-14T15:30:21.499Z Compiling crypto-common v0.1.7
18772026-07-14T15:30:21.654Z Compiling parse-display-derive v0.10.0
18782026-07-14T15:30:21.708Z Compiling rand_chacha v0.3.1
18792026-07-14T15:30:21.880Z Compiling toml_datetime v1.1.1+spec-1.1.0
18802026-07-14T15:30:21.917Z Compiling serde_spanned v1.1.1
18812026-07-14T15:30:22.075Z Compiling encoding_rs v0.8.35
18822026-07-14T15:30:22.300Z Compiling spin v0.9.8
18832026-07-14T15:30:22.341Z Compiling mime v0.3.17
18842026-07-14T15:30:22.495Z Compiling toml_writer v1.1.1+spec-1.1.0
18852026-07-14T15:30:22.725Z Compiling toml v1.1.2+spec-1.1.0
18862026-07-14T15:30:22.766Z Compiling rand v0.8.6
18872026-07-14T15:30:22.835Z Compiling sha1 v0.11.0
18882026-07-14T15:30:23.219Z Compiling async-compression v0.4.42
18892026-07-14T15:30:23.251Z Compiling strum v0.26.3
18902026-07-14T15:30:23.455Z Compiling async-stream v0.3.6
18912026-07-14T15:30:23.657Z Compiling waitgroup v0.1.2
18922026-07-14T15:30:23.696Z Compiling rustls-pemfile v2.2.0
18932026-07-14T15:30:23.810Z Compiling serde_path_to_error v0.1.20
18942026-07-14T15:30:23.828Z Compiling wait-timeout v0.2.1
18952026-07-14T15:30:23.991Z Compiling hostname v0.4.2
18962026-07-14T15:30:24.290Z Compiling quick-error v1.2.3
18972026-07-14T15:30:24.408Z Compiling bit-vec v0.8.0
18982026-07-14T15:30:24.444Z Compiling rusty-fork v0.3.1
18992026-07-14T15:30:24.628Z Compiling bit-set v0.8.0
19002026-07-14T15:30:24.709Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-07-14T15:30:24.839Z Compiling serde_with v3.20.0
19022026-07-14T15:30:25.003Z Compiling rand_xorshift v0.4.0
19032026-07-14T15:30:25.178Z Compiling unarray v0.1.4
19042026-07-14T15:30:25.303Z Compiling proptest v1.11.0
19052026-07-14T15:30:25.375Z Compiling strum v0.27.2
19062026-07-14T15:30:25.520Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19072026-07-14T15:30:25.678Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19082026-07-14T15:30:25.805Z Compiling instant v0.1.13
19092026-07-14T15:30:26.102Z Compiling itertools v0.14.0
19102026-07-14T15:30:26.212Z Compiling iddqd v0.4.5
19112026-07-14T15:30:26.751Z Compiling unicode-width v0.2.2
19122026-07-14T15:30:27.276Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-14T15:30:27.388Z Compiling block-buffer v0.10.4
19142026-07-14T15:30:27.571Z Compiling backon v1.6.0
19152026-07-14T15:30:27.773Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19162026-07-14T15:30:29.339Z Compiling digest v0.10.7
19172026-07-14T15:30:29.391Z Compiling backoff v0.4.0
19182026-07-14T15:30:29.483Z Compiling parse-display v0.10.0
19192026-07-14T15:30:29.575Z Compiling regress v0.10.5
19202026-07-14T15:30:29.592Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19212026-07-14T15:30:30.010Z Compiling humantime v2.3.0
19222026-07-14T15:30:32.325Z Compiling regress v0.11.1
19232026-07-14T15:30:33.918Z Compiling typify-impl v0.6.2
19242026-07-14T15:30:34.145Z Compiling zerocopy-derive v0.7.35
19252026-07-14T15:30:34.995Z Compiling darling_core v0.21.3
19262026-07-14T15:30:35.382Z Compiling clap_derive v4.6.1
19272026-07-14T15:30:35.570Z Compiling utf8parse v0.2.2
19282026-07-14T15:30:35.596Z Compiling cpufeatures v0.2.17
19292026-07-14T15:30:35.677Z Compiling convert_case v0.4.0
19302026-07-14T15:30:35.975Z Compiling derive_more v0.99.20
19312026-07-14T15:30:36.351Z Compiling anstyle-parse v1.0.0
19322026-07-14T15:30:37.034Z Compiling darling_macro v0.21.3
19332026-07-14T15:30:37.191Z Compiling typify-macro v0.6.2
19342026-07-14T15:30:37.477Z Compiling terminal_size v0.4.4
19352026-07-14T15:30:37.613Z Compiling toml_datetime v0.6.11
19362026-07-14T15:30:37.631Z Compiling anstyle-query v1.1.5
19372026-07-14T15:30:37.679Z Compiling is_terminal_polyfill v1.70.2
19382026-07-14T15:30:37.778Z Compiling colorchoice v1.0.5
19392026-07-14T15:30:37.902Z Compiling anstyle v1.0.14
19402026-07-14T15:30:37.924Z Compiling darling v0.21.3
19412026-07-14T15:30:38.190Z Compiling anstream v1.0.0
19422026-07-14T15:30:38.501Z Compiling secrecy v0.10.3
19432026-07-14T15:30:38.694Z Compiling tinyvec_macros v0.1.1
19442026-07-14T15:30:38.705Z Compiling clap_lex v1.1.0
19452026-07-14T15:30:38.874Z Compiling heapless v0.8.0
19462026-07-14T15:30:39.005Z Compiling crucible-workspace-hack v0.1.0
19472026-07-14T15:30:39.226Z Compiling clap_builder v4.6.0
19482026-07-14T15:30:39.374Z Compiling typify v0.6.2
19492026-07-14T15:30:39.473Z Compiling tinyvec v1.11.0
19502026-07-14T15:30:39.741Z Compiling ingot-macros v0.1.1
19512026-07-14T15:30:39.825Z Compiling zerocopy v0.7.35
19522026-07-14T15:30:40.114Z Compiling hash32 v0.3.1
19532026-07-14T15:30:40.230Z Compiling scroll_derive v0.12.1
19542026-07-14T15:30:40.276Z Compiling rustc_version v0.4.1
19552026-07-14T15:30:40.544Z Compiling num-integer v0.1.46
19562026-07-14T15:30:40.608Z Compiling usdt-impl v0.5.0
19572026-07-14T15:30:40.839Z Compiling smoltcp v0.11.0
19582026-07-14T15:30:40.945Z Compiling scroll v0.12.0
19592026-07-14T15:30:41.146Z Compiling clap v4.6.1
19602026-07-14T15:30:41.226Z Compiling curve25519-dalek v4.1.3
19612026-07-14T15:30:41.262Z Compiling dof v0.3.0
19622026-07-14T15:30:42.394Z Compiling ingot-types v0.1.2
19632026-07-14T15:30:42.941Z Compiling hmac v0.12.1
19642026-07-14T15:30:43.134Z Compiling dtrace-parser v0.2.0
19652026-07-14T15:30:43.199Z Compiling inout v0.1.4
19662026-07-14T15:30:43.370Z Compiling ff v0.13.1
19672026-07-14T15:30:43.407Z Compiling cobs v0.3.0
19682026-07-14T15:30:43.692Z Compiling thread-id v4.2.2
19692026-07-14T15:30:43.767Z Compiling managed v0.8.0
19702026-07-14T15:30:43.943Z Compiling unsafe-libyaml v0.2.11
19712026-07-14T15:30:44.033Z Compiling bitflags v1.3.2
19722026-07-14T15:30:44.501Z Compiling serde_yaml v0.9.34+deprecated
19732026-07-14T15:30:45.017Z Compiling postcard v1.1.3
19742026-07-14T15:30:45.383Z Compiling group v0.13.0
19752026-07-14T15:30:45.512Z Compiling cipher v0.4.4
19762026-07-14T15:30:45.749Z Compiling hkdf v0.12.4
19772026-07-14T15:30:45.767Z Compiling ingot v0.1.1
19782026-07-14T15:30:46.428Z Compiling goblin v0.8.2
19792026-07-14T15:30:46.734Z Compiling num-rational v0.4.2
19802026-07-14T15:30:47.711Z Compiling num-iter v0.1.45
19812026-07-14T15:30:47.985Z Compiling tabwriter v1.4.1
19822026-07-14T15:30:48.236Z Compiling universal-hash v0.5.1
19832026-07-14T15:30:48.379Z Compiling crypto-bigint v0.5.5
19842026-07-14T15:30:48.397Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-07-14T15:30:48.551Z Compiling thiserror-impl-no-std v2.0.2
19862026-07-14T15:30:49.077Z Compiling hubpack_derive v0.1.1
19872026-07-14T15:30:49.547Z Compiling crossbeam-epoch v0.9.18
19882026-07-14T15:30:49.632Z Compiling half v2.7.1
19892026-07-14T15:30:49.899Z Compiling curve25519-dalek-derive v0.1.1
19902026-07-14T15:30:50.039Z Compiling num-complex v0.4.6
19912026-07-14T15:30:50.592Z Compiling memoffset v0.9.1
19922026-07-14T15:30:50.733Z Compiling opaque-debug v0.3.1
19932026-07-14T15:30:50.807Z Compiling base16ct v0.2.0
19942026-07-14T15:30:50.996Z Compiling base64ct v1.8.3
19952026-07-14T15:30:51.130Z Compiling heck v0.4.1
19962026-07-14T15:30:51.234Z Compiling prettyplease v0.2.37
19972026-07-14T15:30:51.332Z Compiling ciborium-io v0.2.2
19982026-07-14T15:30:51.333Z Compiling rustix v0.38.44
19992026-07-14T15:30:51.433Z Compiling cfg_aliases v0.2.1
20002026-07-14T15:30:51.845Z Compiling nix v0.31.3
20012026-07-14T15:30:51.925Z Compiling ciborium-ll v0.2.2
20022026-07-14T15:30:52.202Z Compiling password-hash v0.5.0
20032026-07-14T15:30:52.907Z Compiling elliptic-curve v0.13.8
20042026-07-14T15:30:53.136Z Compiling poly1305 v0.8.0
20052026-07-14T15:30:53.411Z Compiling num v0.4.3
20062026-07-14T15:30:53.497Z Compiling thiserror-no-std v2.0.2
20072026-07-14T15:30:53.601Z Compiling hubpack v0.1.2
20082026-07-14T15:30:54.699Z Compiling chacha20 v0.9.1
20092026-07-14T15:30:55.154Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20102026-07-14T15:30:55.247Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20112026-07-14T15:30:55.343Z Compiling reqwest v0.12.28
20122026-07-14T15:30:56.290Z Compiling toml_edit v0.25.12+spec-1.1.0
20132026-07-14T15:30:56.513Z Compiling blake2 v0.10.6
20142026-07-14T15:30:56.547Z Compiling aead v0.5.2
20152026-07-14T15:30:57.003Z Compiling byte-wrapper v0.1.0
20162026-07-14T15:30:57.165Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20172026-07-14T15:30:57.189Z Compiling serde_repr v0.1.20
20182026-07-14T15:30:57.776Z Compiling proc-macro-error-attr v1.0.4
20192026-07-14T15:30:57.925Z Compiling bstr v1.12.1
20202026-07-14T15:30:57.941Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20212026-07-14T15:30:58.029Z Compiling static_assertions v1.1.0
20222026-07-14T15:30:58.124Z Compiling float-ord v0.3.2
20232026-07-14T15:30:58.219Z Compiling keccak v0.1.6
20242026-07-14T15:30:58.402Z Compiling sha3 v0.10.9
20252026-07-14T15:30:58.630Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20262026-07-14T15:30:58.960Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-07-14T15:30:59.562Z Compiling proc-macro-crate v3.5.0
20282026-07-14T15:30:59.601Z Compiling argon2 v0.5.3
20292026-07-14T15:30:59.984Z Compiling chacha20poly1305 v0.10.1
20302026-07-14T15:31:00.144Z Compiling rustls-webpki v0.103.13
20312026-07-14T15:31:00.596Z Compiling progenitor-client v0.10.0
20322026-07-14T15:31:01.843Z Compiling vsss-rs v3.3.4
20332026-07-14T15:31:02.685Z Compiling ciborium v0.2.2
20342026-07-14T15:31:03.451Z Compiling usdt-macro v0.5.0
20352026-07-14T15:31:03.537Z Compiling usdt-attr-macro v0.5.0
20362026-07-14T15:31:04.402Z Compiling tokio-rustls v0.26.4
20372026-07-14T15:31:04.422Z Compiling rustls-platform-verifier v0.7.0
20382026-07-14T15:31:04.708Z Compiling hyper-rustls v0.27.9
20392026-07-14T15:31:05.017Z Compiling reqwest v0.13.4
20402026-07-14T15:31:06.375Z Compiling progenitor-client v0.14.0
20412026-07-14T15:31:06.851Z Compiling progenitor-extras v0.2.0
20422026-07-14T15:31:07.562Z Compiling num-derive v0.4.2
20432026-07-14T15:31:07.620Z Compiling enum-as-inner v0.6.1
20442026-07-14T15:31:07.733Z Compiling proc-macro-error v1.0.4
20452026-07-14T15:31:07.999Z Compiling memmap v0.7.0
20462026-07-14T15:31:08.236Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-07-14T15:31:08.436Z Compiling indent_write v2.2.0
20482026-07-14T15:31:08.601Z Compiling data-encoding v2.11.0
20492026-07-14T15:31:09.189Z Compiling winnow v0.5.40
20502026-07-14T15:31:10.585Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20512026-07-14T15:31:11.320Z Compiling toml_edit v0.19.15
20522026-07-14T15:31:11.338Z Compiling usdt v0.5.0
20532026-07-14T15:31:12.218Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-07-14T15:31:13.363Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-07-14T15:31:19.494Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20562026-07-14T15:31:19.606Z Compiling num_enum_derive v0.7.6
20572026-07-14T15:31:20.154Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-07-14T15:31:20.794Z Compiling serde_spanned v0.6.9
20592026-07-14T15:31:20.950Z Compiling foreign-types-macros v0.2.3
20602026-07-14T15:31:20.967Z Compiling vcpkg v0.2.15
20612026-07-14T15:31:21.538Z Compiling winnow v0.7.15
20622026-07-14T15:31:21.747Z Compiling foreign-types-shared v0.3.1
20632026-07-14T15:31:21.771Z Compiling colored v3.1.1
20642026-07-14T15:31:21.859Z Compiling toml_write v0.1.2
20652026-07-14T15:31:22.070Z Compiling pkg-config v0.3.33
20662026-07-14T15:31:22.297Z Compiling bytecount v0.6.9
20672026-07-14T15:31:22.458Z Compiling foreign-types v0.5.0
20682026-07-14T15:31:22.521Z Compiling openssl-sys v0.9.116
20692026-07-14T15:31:22.550Z Compiling num_enum v0.7.6
20702026-07-14T15:31:22.686Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-07-14T15:31:22.776Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-07-14T15:31:23.012Z Compiling toml_edit v0.22.27
20732026-07-14T15:31:23.053Z Compiling proc-macro-crate v1.3.1
20742026-07-14T15:31:23.252Z Compiling atomicwrites v0.4.4
20752026-07-14T15:31:23.564Z Compiling progenitor-impl v0.14.0
20762026-07-14T15:31:23.582Z Compiling chacha20 v0.10.0
20772026-07-14T15:31:23.599Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782026-07-14T15:31:24.138Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20792026-07-14T15:31:24.457Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-07-14T15:31:24.598Z Compiling cstr-argument v0.1.2
20812026-07-14T15:31:24.779Z Compiling unicode-segmentation v1.13.3
20822026-07-14T15:31:24.993Z Compiling semver v0.1.20
20832026-07-14T15:31:25.270Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20842026-07-14T15:31:25.360Z Compiling linked-hash-map v0.5.6
20852026-07-14T15:31:25.588Z Compiling resolv-conf v0.7.6
20862026-07-14T15:31:25.591Z Compiling rayon-core v1.13.0
20872026-07-14T15:31:25.591Z Compiling swrite v0.1.0
20882026-07-14T15:31:25.591Z Compiling lru-cache v0.1.2
20892026-07-14T15:31:25.622Z Compiling progenitor-macro v0.14.0
20902026-07-14T15:31:25.668Z Compiling rustc_version v0.1.7
20912026-07-14T15:31:25.708Z Compiling newline-converter v0.3.0
20922026-07-14T15:31:25.781Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20932026-07-14T15:31:25.854Z Compiling toml v0.8.23
20942026-07-14T15:31:25.872Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20952026-07-14T15:31:26.427Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20962026-07-14T15:31:26.593Z Compiling rand v0.10.2
20972026-07-14T15:31:27.224Z Compiling num_enum_derive v0.5.11
20982026-07-14T15:31:27.398Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20992026-07-14T15:31:27.680Z Compiling hickory-proto v0.24.4
21002026-07-14T15:31:27.755Z Compiling similar v2.7.0
21012026-07-14T15:31:27.944Z Compiling crossbeam-deque v0.8.6
21022026-07-14T15:31:28.288Z Compiling progenitor-impl v0.13.0
21032026-07-14T15:31:28.462Z Compiling console v0.15.11
21042026-07-14T15:31:29.750Z Compiling camino-tempfile v1.4.1
21052026-07-14T15:31:29.792Z Compiling serde-big-array v0.5.1
21062026-07-14T15:31:29.967Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21072026-07-14T15:31:30.169Z Compiling pin-project-internal v1.1.13
21082026-07-14T15:31:30.339Z Compiling derive-where v1.6.1
21092026-07-14T15:31:30.469Z Compiling lazy_static v1.5.0
21102026-07-14T15:31:30.503Z Compiling minimal-lexical v0.2.1
21112026-07-14T15:31:30.589Z Compiling siphasher v1.0.3
21122026-07-14T15:31:30.755Z Compiling phf_shared v0.12.1
21132026-07-14T15:31:30.814Z Compiling nom v7.1.3
21142026-07-14T15:31:31.290Z Compiling pin-project v1.1.13
21152026-07-14T15:31:31.410Z Compiling progenitor-macro v0.13.0
21162026-07-14T15:31:31.622Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21172026-07-14T15:31:31.797Z Compiling progenitor v0.14.0
21182026-07-14T15:31:31.956Z Compiling hickory-resolver v0.24.4
21192026-07-14T15:31:32.153Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-07-14T15:31:34.652Z Compiling expectorate v1.2.0
21212026-07-14T15:31:34.896Z Compiling num_enum v0.5.11
21222026-07-14T15:31:35.536Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-07-14T15:31:36.703Z Compiling newtype_derive v0.1.6
21242026-07-14T15:31:36.977Z Compiling progenitor-client v0.13.0
21252026-07-14T15:31:37.471Z Compiling snafu-derive v0.8.9
21262026-07-14T15:31:39.223Z Compiling unicode-normalization v0.1.25
21272026-07-14T15:31:39.609Z Compiling tokio-stream v0.1.18
21282026-07-14T15:31:39.990Z Compiling async-recursion v1.1.1
21292026-07-14T15:31:40.171Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21302026-07-14T15:31:40.178Z Compiling slog-dtrace v0.3.0
21312026-07-14T15:31:40.415Z Compiling csv-core v0.1.13
21322026-07-14T15:31:40.451Z Compiling unicode-xid v0.2.6
21332026-07-14T15:31:40.525Z Compiling foldhash v0.1.5
21342026-07-14T15:31:40.590Z Compiling same-file v1.0.6
21352026-07-14T15:31:40.760Z Compiling owo-colors v4.3.0
21362026-07-14T15:31:40.826Z Compiling konst_macro_rules v0.2.19
21372026-07-14T15:31:40.873Z Compiling openssl v0.10.80
21382026-07-14T15:31:41.030Z Compiling cancel-safe-futures v0.1.5
21392026-07-14T15:31:41.125Z Compiling unicode-width v0.1.14
21402026-07-14T15:31:41.176Z Compiling highway v1.3.0
21412026-07-14T15:31:41.312Z Compiling chrono-tz v0.10.4
21422026-07-14T15:31:41.441Z Compiling foreign-types-shared v0.1.1
21432026-07-14T15:31:41.548Z Compiling foreign-types v0.3.2
21442026-07-14T15:31:41.591Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-07-14T15:31:41.745Z Compiling konst v0.2.20
21462026-07-14T15:31:41.875Z Compiling walkdir v2.5.0
21472026-07-14T15:31:41.981Z Compiling hashbrown v0.15.5
21482026-07-14T15:31:42.144Z Compiling csv v1.4.0
21492026-07-14T15:31:42.595Z Compiling const_format_proc_macros v0.2.34
21502026-07-14T15:31:42.773Z Compiling qorb v0.4.1
21512026-07-14T15:31:43.090Z Compiling olpc-cjson v0.1.4
21522026-07-14T15:31:43.170Z Compiling progenitor v0.13.0
21532026-07-14T15:31:43.312Z Compiling snafu v0.8.9
21542026-07-14T15:31:43.386Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-07-14T15:31:43.901Z Compiling rayon v1.12.0
21562026-07-14T15:31:44.379Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21572026-07-14T15:31:44.922Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-07-14T15:31:46.114Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-07-14T15:31:46.936Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-07-14T15:31:47.497Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21612026-07-14T15:31:47.531Z Compiling phf v0.12.1
21622026-07-14T15:31:48.212Z Compiling zone_cfg_derive v0.3.1
21632026-07-14T15:31:48.767Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-07-14T15:31:48.937Z Compiling tokio-dtrace v0.1.1
21652026-07-14T15:31:49.320Z Compiling globset v0.4.18
21662026-07-14T15:31:49.784Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21672026-07-14T15:31:50.017Z Compiling itertools v0.12.1
21682026-07-14T15:31:50.942Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-07-14T15:31:51.353Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21702026-07-14T15:31:51.497Z Compiling libsw-core v0.3.2
21712026-07-14T15:31:51.544Z Compiling pem v3.0.6
21722026-07-14T15:31:51.691Z Compiling serde_plain v1.0.2
21732026-07-14T15:31:51.740Z Compiling openssl-macros v0.1.1
21742026-07-14T15:31:51.961Z Compiling cookie v0.18.1
21752026-07-14T15:31:51.981Z Compiling sigpipe v0.1.3
21762026-07-14T15:31:52.085Z Compiling fixedbitset v0.5.7
21772026-07-14T15:31:52.225Z Compiling jiff v0.2.28
21782026-07-14T15:31:52.244Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-07-14T15:31:52.513Z Compiling typed-path v0.9.3
21802026-07-14T15:31:52.562Z Compiling glob v0.3.3
21812026-07-14T15:31:52.602Z Compiling fixedbitset v0.4.2
21822026-07-14T15:31:52.928Z Compiling petgraph v0.6.5
21832026-07-14T15:31:52.978Z Compiling petgraph v0.8.3
21842026-07-14T15:31:53.558Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21852026-07-14T15:31:54.344Z Compiling tough v0.22.0
21862026-07-14T15:31:54.749Z Compiling libsw v3.5.0
21872026-07-14T15:31:54.951Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-07-14T15:31:55.205Z Compiling zone v0.3.1
21892026-07-14T15:31:55.381Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-07-14T15:31:55.500Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21912026-07-14T15:31:55.803Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-07-14T15:31:56.916Z Compiling oxide-tokio-rt v0.1.6
21932026-07-14T15:31:57.381Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21942026-07-14T15:31:57.536Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-07-14T15:31:58.842Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-07-14T15:31:59.517Z Compiling const_format v0.2.36
21972026-07-14T15:31:59.745Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-07-14T15:32:00.726Z Compiling papergrid v0.11.0
21992026-07-14T15:32:02.166Z Compiling tabled_derive v0.7.0
22002026-07-14T15:32:02.166Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22012026-07-14T15:32:02.166Z Compiling libscf-sys v1.2.0
22022026-07-14T15:32:02.166Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-07-14T15:32:02.166Z Compiling gethostname v0.5.0
22042026-07-14T15:32:02.301Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-07-14T15:32:02.416Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22062026-07-14T15:32:02.532Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-07-14T15:32:02.644Z Compiling smf v0.2.3
22082026-07-14T15:32:02.665Z Compiling bcs v0.1.6
22092026-07-14T15:32:03.039Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22102026-07-14T15:32:03.068Z Compiling smawk v0.3.2
22112026-07-14T15:32:03.249Z Compiling tagptr v0.2.0
22122026-07-14T15:32:03.434Z Compiling unicode-linebreak v0.1.5
22132026-07-14T15:32:03.729Z Compiling whoami v1.6.1
22142026-07-14T15:32:03.818Z Compiling termtree v0.5.1
22152026-07-14T15:32:03.993Z Compiling linear-map v1.2.0
22162026-07-14T15:32:04.190Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-07-14T15:32:04.454Z Compiling textwrap v0.16.2
22182026-07-14T15:32:05.893Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22192026-07-14T15:32:05.999Z Compiling moka v0.12.15
22202026-07-14T15:32:06.053Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-07-14T15:32:06.632Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22222026-07-14T15:32:06.737Z Compiling tabled v0.15.0
22232026-07-14T15:32:08.313Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-07-14T15:32:08.332Z Compiling steno v0.4.1
22252026-07-14T15:32:08.332Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-07-14T15:32:08.816Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-07-14T15:32:12.277Z Compiling hickory-proto v0.25.2
22282026-07-14T15:32:12.543Z Compiling proc-macro-error-attr2 v2.0.0
22292026-07-14T15:32:13.005Z Compiling proc-macro-error2 v2.0.1
22302026-07-14T15:32:13.312Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22312026-07-14T15:32:13.789Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22322026-07-14T15:32:15.015Z Compiling parking_lot_core v0.8.6
22332026-07-14T15:32:15.039Z Compiling hickory-resolver v0.25.2
22342026-07-14T15:32:15.039Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22352026-07-14T15:32:15.039Z Compiling tabled_derive v0.11.0
22362026-07-14T15:32:15.586Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-07-14T15:32:15.994Z Compiling papergrid v0.18.0
22382026-07-14T15:32:16.223Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22392026-07-14T15:32:16.349Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22402026-07-14T15:32:17.786Z Compiling testing_table v0.3.0
22412026-07-14T15:32:18.222Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22422026-07-14T15:32:18.782Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22432026-07-14T15:32:19.069Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-07-14T15:32:20.195Z Compiling tabled v0.21.0
22452026-07-14T15:32:20.332Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22462026-07-14T15:32:21.981Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22472026-07-14T15:32:21.997Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22482026-07-14T15:32:21.997Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22492026-07-14T15:32:22.006Z Compiling arc-swap v1.9.1
22502026-07-14T15:32:22.355Z Compiling slog-scope v4.4.1
22512026-07-14T15:32:22.775Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
22522026-07-14T15:32:22.826Z Compiling parking_lot v0.11.2
22532026-07-14T15:32:23.471Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22542026-07-14T15:32:23.726Z Compiling dropshot-api-manager-types v0.7.2
22552026-07-14T15:32:24.299Z Compiling fxhash v0.2.1
22562026-07-14T15:32:24.455Z Compiling crc8 v0.1.1
22572026-07-14T15:32:24.520Z Compiling sled v0.34.7
22582026-07-14T15:32:24.576Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
22592026-07-14T15:32:24.663Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22602026-07-14T15:32:25.664Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22612026-07-14T15:32:28.059Z Compiling slog-stdlog v4.1.1
22622026-07-14T15:32:28.088Z Compiling port-file v0.1.0
22632026-07-14T15:32:28.352Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22642026-07-14T15:32:28.535Z Compiling slog-envlogger v2.2.0
22652026-07-14T15:32:28.667Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22662026-07-14T15:32:30.041Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22672026-07-14T15:32:34.278Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22682026-07-14T15:32:35.970Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22692026-07-14T15:32:37.185Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22702026-07-14T15:32:44.977Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22712026-07-14T15:32:50.416Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22722026-07-14T15:32:53.752Z Finished `release` profile [optimized] target(s) in 3m 38s
22732026-07-14T15:32:54.085Z+ banner quartet
22742026-07-14T15:32:54.088Z
22752026-07-14T15:32:54.088Z #### # # ## ##### ##### ###### #####
22762026-07-14T15:32:54.088Z # # # # # # # # # # #
22772026-07-14T15:32:54.089Z # # # # # # # # # ##### #
22782026-07-14T15:32:54.089Z # # # # # ###### ##### # # #
22792026-07-14T15:32:54.089Z # # # # # # # # # # #
22802026-07-14T15:32:54.089Z ### # #### # # # # # ###### #
22812026-07-14T15:32:54.089Z
22822026-07-14T15:32:54.089Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22832026-07-14T15:32:54.654Z Compiling cfg-if v1.0.4
22842026-07-14T15:32:54.657Z Compiling libc v0.2.186
22852026-07-14T15:32:54.757Z Compiling serde_core v1.0.228
22862026-07-14T15:32:54.767Z Compiling memchr v2.8.1
22872026-07-14T15:32:54.773Z Compiling itoa v1.0.18
22882026-07-14T15:32:54.777Z Compiling smallvec v1.15.1
22892026-07-14T15:32:54.788Z Compiling stable_deref_trait v1.2.1
22902026-07-14T15:32:54.791Z Compiling zerofrom v0.1.8
22912026-07-14T15:32:54.820Z Compiling zmij v1.0.21
22922026-07-14T15:32:54.866Z Compiling writeable v0.6.3
22932026-07-14T15:32:54.916Z Compiling yoke v0.8.3
22942026-07-14T15:32:55.009Z Compiling litemap v0.8.2
22952026-07-14T15:32:55.020Z Compiling utf8_iter v1.0.4
22962026-07-14T15:32:55.091Z Compiling zerovec v0.11.6
22972026-07-14T15:32:55.109Z Compiling zerotrie v0.2.4
22982026-07-14T15:32:55.130Z Compiling percent-encoding v2.3.2
22992026-07-14T15:32:55.177Z Compiling libm v0.2.16
23002026-07-14T15:32:55.202Z Compiling icu_properties_data v2.2.0
23012026-07-14T15:32:55.274Z Compiling icu_normalizer_data v2.2.0
23022026-07-14T15:32:55.345Z Compiling form_urlencoded v1.2.2
23032026-07-14T15:32:55.352Z Compiling errno v0.3.14
23042026-07-14T15:32:55.397Z Compiling rand_core v0.10.1
23052026-07-14T15:32:55.527Z Compiling iana-time-zone v0.1.65
23062026-07-14T15:32:55.542Z Compiling getrandom v0.4.2
23072026-07-14T15:32:55.573Z Compiling pin-project-lite v0.2.17
23082026-07-14T15:32:55.632Z Compiling tinystr v0.8.3
23092026-07-14T15:32:55.672Z Compiling potential_utf v0.1.5
23102026-07-14T15:32:55.696Z Compiling zeroize v1.8.2
23112026-07-14T15:32:55.738Z Compiling dyn-clone v1.0.20
23122026-07-14T15:32:55.847Z Compiling icu_locale_core v2.2.0
23132026-07-14T15:32:55.858Z Compiling icu_collections v2.2.0
23142026-07-14T15:32:55.869Z Compiling socket2 v0.6.4
23152026-07-14T15:32:55.872Z Compiling scopeguard v1.2.0
23162026-07-14T15:32:55.890Z Compiling parking_lot_core v0.9.12
23172026-07-14T15:32:55.933Z Compiling signal-hook-registry v1.4.8
23182026-07-14T15:32:55.988Z Compiling num-traits v0.2.19
23192026-07-14T15:32:56.272Z Compiling lock_api v0.4.14
23202026-07-14T15:32:56.470Z Compiling mio v1.2.1
23212026-07-14T15:32:56.536Z Compiling parking_lot v0.12.5
23222026-07-14T15:32:56.619Z Compiling serde v1.0.228
23232026-07-14T15:32:56.665Z Compiling serde_json v1.0.150
23242026-07-14T15:32:56.752Z Compiling icu_provider v2.2.0
23252026-07-14T15:32:56.767Z Compiling uuid v1.23.5
23262026-07-14T15:32:56.937Z Compiling semver v1.0.28
23272026-07-14T15:32:57.166Z Compiling bytes v1.11.1
23282026-07-14T15:32:57.252Z Compiling icu_normalizer v2.2.0
23292026-07-14T15:32:57.371Z Compiling icu_properties v2.2.0
23302026-07-14T15:32:57.383Z Compiling chrono v0.4.45
23312026-07-14T15:32:57.454Z Compiling portable-atomic v1.13.1
23322026-07-14T15:32:57.597Z Compiling thiserror v2.0.18
23332026-07-14T15:32:57.712Z Compiling tokio v1.52.3
23342026-07-14T15:32:58.071Z Compiling bitflags v2.12.1
23352026-07-14T15:32:58.201Z Compiling futures-core v0.3.32
23362026-07-14T15:32:58.378Z Compiling idna_adapter v1.2.2
23372026-07-14T15:32:58.491Z Compiling idna v1.1.0
23382026-07-14T15:32:58.507Z Compiling critical-section v1.2.0
23392026-07-14T15:32:58.520Z Compiling subtle v2.6.1
23402026-07-14T15:32:58.627Z Compiling once_cell v1.21.4
23412026-07-14T15:32:58.676Z Compiling equivalent v1.0.2
23422026-07-14T15:32:58.716Z Compiling log v0.4.32
23432026-07-14T15:32:58.784Z Compiling zerocopy v0.8.50
23442026-07-14T15:32:58.891Z Compiling url v2.5.8
23452026-07-14T15:32:58.977Z Compiling futures-sink v0.3.32
23462026-07-14T15:32:59.010Z Compiling slab v0.4.12
23472026-07-14T15:32:59.091Z Compiling typenum v1.20.1
23482026-07-14T15:32:59.221Z Compiling futures-channel v0.3.32
23492026-07-14T15:32:59.323Z Compiling getrandom v0.2.17
23502026-07-14T15:32:59.483Z Compiling schemars v0.8.22
23512026-07-14T15:32:59.540Z Compiling futures-io v0.3.32
23522026-07-14T15:32:59.745Z Compiling futures-task v0.3.32
23532026-07-14T15:32:59.918Z Compiling futures-util v0.3.32
23542026-07-14T15:32:59.955Z Compiling rand_core v0.6.4
23552026-07-14T15:33:00.209Z Compiling hashbrown v0.17.1
23562026-07-14T15:33:00.628Z Compiling tracing-core v0.1.36
23572026-07-14T15:33:00.889Z Compiling indexmap v2.14.0
23582026-07-14T15:33:00.993Z Compiling tracing v0.1.44
23592026-07-14T15:33:01.346Z Compiling ipnetwork v0.21.1
23602026-07-14T15:33:01.430Z Compiling base64 v0.22.1
23612026-07-14T15:33:01.712Z Compiling http v1.4.2
23622026-07-14T15:33:01.728Z Compiling unicode-ident v1.0.24
23632026-07-14T15:33:01.862Z Compiling proc-macro2 v1.0.106
23642026-07-14T15:33:01.925Z Compiling slog v2.8.2
23652026-07-14T15:33:01.942Z Compiling erased-serde v0.3.31
23662026-07-14T15:33:02.014Z Compiling fnv v1.0.7
23672026-07-14T15:33:02.128Z Compiling oxnet v0.1.6
23682026-07-14T15:33:02.637Z Compiling quote v1.0.45
23692026-07-14T15:33:03.145Z Compiling getrandom v0.3.4
23702026-07-14T15:33:03.359Z Compiling syn v2.0.117
23712026-07-14T15:33:03.388Z Compiling tokio-util v0.7.18
23722026-07-14T15:33:03.429Z Compiling ipnet v2.12.0
23732026-07-14T15:33:03.636Z Compiling byteorder v1.5.0
23742026-07-14T15:33:03.910Z Compiling thiserror v1.0.69
23752026-07-14T15:33:04.013Z Compiling ppv-lite86 v0.2.21
23762026-07-14T15:33:04.031Z Compiling rustls-pki-types v1.14.1
23772026-07-14T15:33:04.354Z Compiling aws-lc-sys v0.41.0
23782026-07-14T15:33:04.367Z Compiling http-body v1.0.1
23792026-07-14T15:33:04.532Z Compiling atomic-waker v1.1.2
23802026-07-14T15:33:04.544Z Compiling untrusted v0.7.1
23812026-07-14T15:33:04.658Z Compiling httparse v1.10.1
23822026-07-14T15:33:04.672Z Compiling ryu v1.0.23
23832026-07-14T15:33:04.680Z Compiling tower-service v0.3.3
23842026-07-14T15:33:04.695Z Compiling rustls v0.23.40
23852026-07-14T15:33:04.767Z Compiling untrusted v0.9.0
23862026-07-14T15:33:04.885Z Compiling aws-lc-rs v1.17.0
23872026-07-14T15:33:04.903Z Compiling tower-layer v0.3.3
23882026-07-14T15:33:04.926Z Compiling pretty-hex v0.4.2
23892026-07-14T15:33:04.938Z Compiling try-lock v0.2.5
23902026-07-14T15:33:04.989Z Compiling h2 v0.4.14
23912026-07-14T15:33:05.051Z Compiling want v0.3.1
23922026-07-14T15:33:05.067Z Compiling httpdate v1.0.3
23932026-07-14T15:33:05.103Z Compiling rustix v1.1.4
23942026-07-14T15:33:05.139Z Compiling plain v0.2.3
23952026-07-14T15:33:05.232Z Compiling regex-syntax v0.8.10
23962026-07-14T15:33:05.258Z Compiling omicron-workspace-hack v0.1.0
23972026-07-14T15:33:05.335Z Compiling ucd-trie v0.1.7
23982026-07-14T15:33:05.448Z Compiling crossbeam-utils v0.8.21
23992026-07-14T15:33:05.930Z Compiling pest v2.8.6
24002026-07-14T15:33:06.269Z Compiling rustls-webpki v0.103.13
24012026-07-14T15:33:07.622Z Compiling hyper v1.10.1
24022026-07-14T15:33:07.742Z Compiling serde_urlencoded v0.7.1
24032026-07-14T15:33:08.048Z Compiling http-body-util v0.1.3
24042026-07-14T15:33:08.364Z Compiling rand_core v0.9.5
24052026-07-14T15:33:08.641Z Compiling allocator-api2 v0.2.21
24062026-07-14T15:33:08.913Z Compiling foldhash v0.2.0
24072026-07-14T15:33:09.088Z Compiling hyper-util v0.1.20
24082026-07-14T15:33:09.210Z Compiling hashbrown v0.16.1
24092026-07-14T15:33:09.933Z Compiling newtype-uuid v1.3.2
24102026-07-14T15:33:10.976Z Compiling tokio-rustls v0.26.4
24112026-07-14T15:33:11.182Z Compiling hex v0.4.3
24122026-07-14T15:33:11.316Z Compiling daft v0.1.7
24132026-07-14T15:33:11.483Z Compiling rand_chacha v0.9.0
24142026-07-14T15:33:11.584Z Compiling sync_wrapper v1.0.2
24152026-07-14T15:33:11.607Z Compiling aho-corasick v1.1.4
24162026-07-14T15:33:11.740Z Compiling fastrand v2.4.1
24172026-07-14T15:33:12.046Z Compiling tower v0.5.3
24182026-07-14T15:33:12.084Z Compiling rand v0.9.4
24192026-07-14T15:33:12.107Z Compiling anyhow v1.0.103
24202026-07-14T15:33:12.334Z Compiling powerfmt v0.2.0
24212026-07-14T15:33:12.508Z Compiling deranged v0.5.8
24222026-07-14T15:33:12.594Z Compiling regex-automata v0.4.14
24232026-07-14T15:33:12.643Z Compiling tower-http v0.6.11
24242026-07-14T15:33:12.773Z Compiling generic-array v0.14.7
24252026-07-14T15:33:12.846Z Compiling openapiv3 v2.2.0
24262026-07-14T15:33:13.337Z Compiling openssl-probe v0.2.1
24272026-07-14T15:33:13.357Z Compiling num_threads v0.1.7
24282026-07-14T15:33:13.457Z Compiling num-conv v0.2.2
24292026-07-14T15:33:13.589Z Compiling time-core v0.1.8
24302026-07-14T15:33:13.629Z Compiling cpufeatures v0.3.0
24312026-07-14T15:33:13.640Z Compiling rustls-native-certs v0.8.4
24322026-07-14T15:33:13.708Z Compiling camino v1.2.4
24332026-07-14T15:33:13.750Z Compiling time v0.3.47
24342026-07-14T15:33:14.313Z Compiling tempfile v3.27.0
24352026-07-14T15:33:14.539Z Compiling futures-executor v0.3.32
24362026-07-14T15:33:15.083Z Compiling winnow v1.0.3
24372026-07-14T15:33:15.238Z Compiling futures v0.3.32
24382026-07-14T15:33:15.325Z Compiling regex v1.12.3
24392026-07-14T15:33:15.358Z Compiling rustls-platform-verifier v0.7.0
24402026-07-14T15:33:16.000Z Compiling hyper-rustls v0.27.9
24412026-07-14T15:33:16.382Z Compiling crossbeam-channel v0.5.15
24422026-07-14T15:33:16.557Z Compiling scroll v0.13.0
24432026-07-14T15:33:16.670Z Compiling hybrid-array v0.4.12
24442026-07-14T15:33:16.817Z Compiling simd-adler32 v0.3.9
24452026-07-14T15:33:16.858Z Compiling adler2 v2.0.1
24462026-07-14T15:33:17.024Z Compiling miniz_oxide v0.8.9
24472026-07-14T15:33:17.095Z Compiling goblin v0.10.7
24482026-07-14T15:33:17.113Z Compiling crc32fast v1.5.0
24492026-07-14T15:33:17.156Z Compiling reqwest v0.13.4
24502026-07-14T15:33:17.360Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24512026-07-14T15:33:17.658Z Compiling thread_local v1.1.9
24522026-07-14T15:33:18.030Z Compiling either v1.16.0
24532026-07-14T15:33:18.310Z Compiling flate2 v1.1.9
24542026-07-14T15:33:18.473Z Compiling crypto-common v0.2.2
24552026-07-14T15:33:18.875Z Compiling block-buffer v0.12.0
24562026-07-14T15:33:19.060Z Compiling crypto-common v0.1.7
24572026-07-14T15:33:19.215Z Compiling dtrace-parser v0.3.0
24582026-07-14T15:33:19.384Z Compiling rand_chacha v0.3.1
24592026-07-14T15:33:19.778Z Compiling thread-id v5.1.0
24602026-07-14T15:33:19.870Z Compiling is-terminal v0.4.17
24612026-07-14T15:33:19.979Z Compiling take_mut v0.2.2
24622026-07-14T15:33:20.020Z Compiling compression-core v0.4.32
24632026-07-14T15:33:20.101Z Compiling match_cfg v0.1.0
24642026-07-14T15:33:20.179Z Compiling debug-ignore v1.0.5
24652026-07-14T15:33:20.198Z Compiling term v1.2.1
24662026-07-14T15:33:20.295Z Compiling dof v0.4.0
24672026-07-14T15:33:21.781Z Compiling const-oid v0.10.2
24682026-07-14T15:33:22.097Z Compiling digest v0.11.3
24692026-07-14T15:33:22.111Z Compiling usdt-impl v0.6.0
24702026-07-14T15:33:22.294Z Compiling slog-term v2.9.2
24712026-07-14T15:33:23.380Z Compiling hostname v0.3.1
24722026-07-14T15:33:23.548Z Compiling compression-codecs v0.4.38
24732026-07-14T15:33:23.702Z Compiling slog-async v2.8.0
24742026-07-14T15:33:23.820Z Compiling rand v0.8.6
24752026-07-14T15:33:23.937Z Compiling ref-cast v1.0.25
24762026-07-14T15:33:24.050Z Compiling toml_parser v1.1.2+spec-1.1.0
24772026-07-14T15:33:24.632Z Compiling slog-json v2.6.1
24782026-07-14T15:33:24.905Z Compiling strum v0.26.3
24792026-07-14T15:33:25.048Z Compiling macaddr v1.0.1
24802026-07-14T15:33:25.194Z Compiling serde_spanned v1.1.1
24812026-07-14T15:33:25.336Z Compiling toml_datetime v1.1.1+spec-1.1.0
24822026-07-14T15:33:25.349Z Compiling memmap2 v0.9.10
24832026-07-14T15:33:25.367Z Compiling wait-timeout v0.2.1
24842026-07-14T15:33:25.637Z Compiling encoding_rs v0.8.35
24852026-07-14T15:33:25.746Z Compiling mime v0.3.17
24862026-07-14T15:33:25.849Z Compiling toml_writer v1.1.1+spec-1.1.0
24872026-07-14T15:33:26.121Z Compiling spin v0.9.8
24882026-07-14T15:33:26.227Z Compiling bit-vec v0.8.0
24892026-07-14T15:33:26.253Z Compiling quick-error v1.2.3
24902026-07-14T15:33:26.368Z Compiling rusty-fork v0.3.1
24912026-07-14T15:33:26.471Z Compiling bit-set v0.8.0
24922026-07-14T15:33:26.522Z Compiling toml v1.1.2+spec-1.1.0
24932026-07-14T15:33:26.667Z Compiling usdt v0.6.0
24942026-07-14T15:33:27.218Z Compiling multer v3.1.0
24952026-07-14T15:33:27.338Z Compiling slog-bunyan v2.5.0
24962026-07-14T15:33:27.520Z Compiling async-compression v0.4.42
24972026-07-14T15:33:28.015Z Compiling sha1 v0.11.0
24982026-07-14T15:33:28.436Z Compiling serde_with v3.20.0
24992026-07-14T15:33:28.479Z Compiling async-stream v0.3.6
25002026-07-14T15:33:28.637Z Compiling rand_xorshift v0.4.0
25012026-07-14T15:33:28.684Z Compiling waitgroup v0.1.2
25022026-07-14T15:33:28.800Z Compiling rustls-pemfile v2.2.0
25032026-07-14T15:33:28.817Z Compiling serde_path_to_error v0.1.20
25042026-07-14T15:33:28.839Z Compiling hostname v0.4.2
25052026-07-14T15:33:29.001Z Compiling unarray v0.1.4
25062026-07-14T15:33:29.080Z Compiling progenitor-client v0.14.0
25072026-07-14T15:33:29.123Z Compiling proptest v1.11.0
25082026-07-14T15:33:29.268Z Compiling dropshot v0.17.1
25092026-07-14T15:33:29.350Z Compiling strum v0.27.2
25102026-07-14T15:33:29.489Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-07-14T15:33:29.594Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25122026-07-14T15:33:29.644Z Compiling iddqd v0.4.5
25132026-07-14T15:33:29.825Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25142026-07-14T15:33:29.951Z Compiling block-buffer v0.10.4
25152026-07-14T15:33:30.125Z Compiling reqwest v0.12.28
25162026-07-14T15:33:30.141Z Compiling backon v1.6.0
25172026-07-14T15:33:30.407Z Compiling instant v0.1.13
25182026-07-14T15:33:30.533Z Compiling backoff v0.4.0
25192026-07-14T15:33:30.760Z Compiling progenitor-extras v0.2.0
25202026-07-14T15:33:31.005Z Compiling digest v0.10.7
25212026-07-14T15:33:31.078Z Compiling parse-display v0.10.0
25222026-07-14T15:33:31.215Z Compiling progenitor-client v0.10.0
25232026-07-14T15:33:31.262Z Compiling itertools v0.14.0
25242026-07-14T15:33:31.586Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25252026-07-14T15:33:31.713Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25262026-07-14T15:33:32.004Z Compiling regress v0.10.5
25272026-07-14T15:33:32.798Z Compiling humantime v2.3.0
25282026-07-14T15:33:33.263Z Compiling cpufeatures v0.2.17
25292026-07-14T15:33:33.350Z Compiling unicode-width v0.2.2
25302026-07-14T15:33:33.674Z Compiling heck v0.5.0
25312026-07-14T15:33:33.688Z Compiling secrecy v0.10.3
25322026-07-14T15:33:33.859Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25332026-07-14T15:33:34.274Z Compiling tinyvec_macros v0.1.1
25342026-07-14T15:33:34.354Z Compiling tinyvec v1.11.0
25352026-07-14T15:33:34.805Z Compiling num-integer v0.1.46
25362026-07-14T15:33:35.034Z Compiling scroll v0.12.0
25372026-07-14T15:33:35.312Z Compiling crucible-workspace-hack v0.1.0
25382026-07-14T15:33:35.343Z Compiling hmac v0.12.1
25392026-07-14T15:33:35.391Z Compiling inout v0.1.4
25402026-07-14T15:33:35.508Z Compiling regress v0.11.1
25412026-07-14T15:33:35.558Z Compiling ff v0.13.1
25422026-07-14T15:33:35.698Z Compiling utf8parse v0.2.2
25432026-07-14T15:33:35.713Z Compiling group v0.13.0
25442026-07-14T15:33:35.816Z Compiling anstyle-parse v1.0.0
25452026-07-14T15:33:35.840Z Compiling cipher v0.4.4
25462026-07-14T15:33:36.042Z Compiling hkdf v0.12.4
25472026-07-14T15:33:36.099Z Compiling goblin v0.8.2
25482026-07-14T15:33:36.219Z Compiling num-iter v0.1.45
25492026-07-14T15:33:36.353Z Compiling num-rational v0.4.2
25502026-07-14T15:33:36.800Z Compiling zerocopy v0.7.35
25512026-07-14T15:33:37.418Z Compiling typify-impl v0.6.2
25522026-07-14T15:33:37.493Z Compiling universal-hash v0.5.1
25532026-07-14T15:33:37.642Z Compiling crypto-bigint v0.5.5
25542026-07-14T15:33:38.132Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25552026-07-14T15:33:39.449Z Compiling terminal_size v0.4.4
25562026-07-14T15:33:39.617Z Compiling half v2.7.1
25572026-07-14T15:33:39.635Z Compiling num-complex v0.4.6
25582026-07-14T15:33:39.985Z Compiling colorchoice v1.0.5
25592026-07-14T15:33:40.090Z Compiling base16ct v0.2.0
25602026-07-14T15:33:40.118Z Compiling ciborium-io v0.2.2
25612026-07-14T15:33:40.226Z Compiling is_terminal_polyfill v1.70.2
25622026-07-14T15:33:40.301Z Compiling opaque-debug v0.3.1
25632026-07-14T15:33:40.331Z Compiling base64ct v1.8.3
25642026-07-14T15:33:40.378Z Compiling anstyle-query v1.1.5
25652026-07-14T15:33:40.412Z Compiling anstyle v1.0.14
25662026-07-14T15:33:40.492Z Compiling poly1305 v0.8.0
25672026-07-14T15:33:40.683Z Compiling password-hash v0.5.0
25682026-07-14T15:33:40.686Z Compiling anstream v1.0.0
25692026-07-14T15:33:41.157Z Compiling elliptic-curve v0.13.8
25702026-07-14T15:33:41.224Z Compiling ciborium-ll v0.2.2
25712026-07-14T15:33:41.501Z Compiling num v0.4.3
25722026-07-14T15:33:41.504Z Compiling curve25519-dalek v4.1.3
25732026-07-14T15:33:41.585Z Compiling typify v0.6.2
25742026-07-14T15:33:41.652Z Compiling thiserror-no-std v2.0.2
25752026-07-14T15:33:41.700Z Compiling dof v0.3.0
25762026-07-14T15:33:41.751Z Compiling chacha20 v0.9.1
25772026-07-14T15:33:42.011Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25782026-07-14T15:33:42.753Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25792026-07-14T15:33:44.201Z Compiling blake2 v0.10.6
25802026-07-14T15:33:44.385Z Compiling aead v0.5.2
25812026-07-14T15:33:44.398Z Compiling byte-wrapper v0.1.0
25822026-07-14T15:33:44.580Z Compiling dtrace-parser v0.2.0
25832026-07-14T15:33:44.700Z Compiling crossbeam-epoch v0.9.18
25842026-07-14T15:33:44.944Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25852026-07-14T15:33:45.214Z Compiling thread-id v4.2.2
25862026-07-14T15:33:45.308Z Compiling keccak v0.1.6
25872026-07-14T15:33:45.389Z Compiling float-ord v0.3.2
25882026-07-14T15:33:45.442Z Compiling clap_lex v1.1.0
25892026-07-14T15:33:45.506Z Compiling strsim v0.11.1
25902026-07-14T15:33:45.824Z Compiling clap_builder v4.6.0
25912026-07-14T15:33:46.029Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25922026-07-14T15:33:46.361Z Compiling sha3 v0.10.9
25932026-07-14T15:33:46.509Z Compiling usdt-impl v0.5.0
25942026-07-14T15:33:46.762Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25952026-07-14T15:33:47.180Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25962026-07-14T15:33:49.553Z Compiling chacha20poly1305 v0.10.1
25972026-07-14T15:33:49.713Z Compiling argon2 v0.5.3
25982026-07-14T15:33:50.747Z Compiling vsss-rs v3.3.4
25992026-07-14T15:33:50.868Z Compiling ciborium v0.2.2
26002026-07-14T15:33:51.756Z Compiling hash32 v0.3.1
26012026-07-14T15:33:51.926Z Compiling memmap v0.7.0
26022026-07-14T15:33:52.171Z Compiling indent_write v2.2.0
26032026-07-14T15:33:52.242Z Compiling data-encoding v2.11.0
26042026-07-14T15:33:52.284Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26052026-07-14T15:33:52.319Z Compiling usdt v0.5.0
26062026-07-14T15:33:52.976Z Compiling heapless v0.8.0
26072026-07-14T15:33:53.502Z Compiling ingot-types v0.1.2
26082026-07-14T15:33:53.978Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26092026-07-14T15:33:54.123Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26102026-07-14T15:33:54.230Z Compiling clap v4.6.1
26112026-07-14T15:33:54.320Z Compiling rustix v0.38.44
26122026-07-14T15:33:54.332Z Compiling tabwriter v1.4.1
26132026-07-14T15:33:54.706Z Compiling cobs v0.3.0
26142026-07-14T15:33:55.932Z Compiling foreign-types-shared v0.3.1
26152026-07-14T15:33:55.936Z Compiling managed v0.8.0
26162026-07-14T15:33:55.936Z Compiling colored v3.1.1
26172026-07-14T15:33:55.936Z Compiling bitflags v1.3.2
26182026-07-14T15:33:55.936Z Compiling smoltcp v0.11.0
26192026-07-14T15:33:55.936Z Compiling foreign-types v0.5.0
26202026-07-14T15:33:55.936Z Compiling postcard v1.1.3
26212026-07-14T15:33:55.936Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26222026-07-14T15:33:56.118Z Compiling num_enum v0.7.6
26232026-07-14T15:33:56.251Z Compiling ingot v0.1.1
26242026-07-14T15:33:56.958Z Compiling memoffset v0.9.1
26252026-07-14T15:33:57.052Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26262026-07-14T15:33:57.065Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26272026-07-14T15:33:57.169Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26282026-07-14T15:33:57.290Z Compiling chacha20 v0.10.0
26292026-07-14T15:33:57.333Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26302026-07-14T15:33:57.587Z Compiling serde_spanned v0.6.9
26312026-07-14T15:33:57.760Z Compiling toml_datetime v0.6.11
26322026-07-14T15:33:57.773Z Compiling cstr-argument v0.1.2
26332026-07-14T15:33:57.945Z Compiling linked-hash-map v0.5.6
26342026-07-14T15:33:58.154Z Compiling static_assertions v1.1.0
26352026-07-14T15:33:58.173Z Compiling toml_write v0.1.2
26362026-07-14T15:33:58.236Z Compiling unicode-segmentation v1.13.3
26372026-07-14T15:33:58.429Z Compiling resolv-conf v0.7.6
26382026-07-14T15:33:58.480Z Compiling winnow v0.7.15
26392026-07-14T15:33:58.527Z Compiling swrite v0.1.0
26402026-07-14T15:33:58.574Z Compiling lru-cache v0.1.2
26412026-07-14T15:33:58.636Z Compiling newline-converter v0.3.0
26422026-07-14T15:33:58.718Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26432026-07-14T15:33:58.775Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26442026-07-14T15:33:58.879Z Compiling rand v0.10.2
26452026-07-14T15:33:59.071Z Compiling hubpack v0.1.2
26462026-07-14T15:33:59.218Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26472026-07-14T15:33:59.323Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26482026-07-14T15:33:59.350Z Compiling nix v0.31.3
26492026-07-14T15:33:59.553Z Compiling atomicwrites v0.4.4
26502026-07-14T15:33:59.721Z Compiling hickory-proto v0.24.4
26512026-07-14T15:33:59.849Z Compiling crossbeam-deque v0.8.6
26522026-07-14T15:34:00.073Z Compiling toml_edit v0.22.27
26532026-07-14T15:34:00.394Z Compiling console v0.15.11
26542026-07-14T15:34:00.421Z Compiling itertools v0.12.1
26552026-07-14T15:34:01.723Z Compiling camino-tempfile v1.4.1
26562026-07-14T15:34:01.920Z Compiling serde-big-array v0.5.1
26572026-07-14T15:34:02.001Z Compiling siphasher v1.0.3
26582026-07-14T15:34:02.087Z Compiling lazy_static v1.5.0
26592026-07-14T15:34:02.158Z Compiling similar v2.7.0
26602026-07-14T15:34:02.193Z Compiling phf_shared v0.12.1
26612026-07-14T15:34:02.197Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26622026-07-14T15:34:02.418Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26632026-07-14T15:34:02.686Z Compiling expectorate v1.2.0
26642026-07-14T15:34:02.901Z Compiling pin-project v1.1.13
26652026-07-14T15:34:03.011Z Compiling hickory-resolver v0.24.4
26662026-07-14T15:34:03.283Z Compiling toml v0.8.23
26672026-07-14T15:34:04.942Z Compiling prettyplease v0.2.37
26682026-07-14T15:34:06.094Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26692026-07-14T15:34:06.112Z Compiling rayon-core v1.13.0
26702026-07-14T15:34:07.849Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26712026-07-14T15:34:08.225Z Compiling num_enum v0.5.11
26722026-07-14T15:34:08.261Z Compiling progenitor-impl v0.13.0
26732026-07-14T15:34:08.360Z Compiling progenitor-impl v0.14.0
26742026-07-14T15:34:09.479Z Compiling unicode-normalization v0.1.25
26752026-07-14T15:34:10.086Z Compiling progenitor-client v0.13.0
26762026-07-14T15:34:10.611Z Compiling tokio-stream v0.1.18
26772026-07-14T15:34:11.189Z Compiling csv-core v0.1.13
26782026-07-14T15:34:11.598Z Compiling bstr v1.12.1
26792026-07-14T15:34:11.610Z Compiling unicode-width v0.1.14
26802026-07-14T15:34:11.931Z Compiling same-file v1.0.6
26812026-07-14T15:34:12.127Z Compiling foreign-types-shared v0.1.1
26822026-07-14T15:34:12.230Z Compiling highway v1.3.0
26832026-07-14T15:34:12.250Z Compiling foldhash v0.1.5
26842026-07-14T15:34:12.282Z Compiling konst_macro_rules v0.2.19
26852026-07-14T15:34:12.476Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26862026-07-14T15:34:12.476Z Compiling konst v0.2.20
26872026-07-14T15:34:12.877Z Compiling hashbrown v0.15.5
26882026-07-14T15:34:12.926Z Compiling foreign-types v0.3.2
26892026-07-14T15:34:13.011Z Compiling walkdir v2.5.0
26902026-07-14T15:34:13.535Z Compiling globset v0.4.18
26912026-07-14T15:34:13.826Z Compiling csv v1.4.0
26922026-07-14T15:34:14.784Z Compiling qorb v0.4.1
26932026-07-14T15:34:16.447Z Compiling progenitor v0.13.0
26942026-07-14T15:34:16.591Z Compiling snafu v0.8.9
26952026-07-14T15:34:16.664Z Compiling olpc-cjson v0.1.4
26962026-07-14T15:34:16.817Z Compiling progenitor v0.14.0
26972026-07-14T15:34:16.879Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26982026-07-14T15:34:16.958Z Compiling rayon v1.12.0
26992026-07-14T15:34:17.233Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27002026-07-14T15:34:17.502Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27012026-07-14T15:34:19.184Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27022026-07-14T15:34:19.519Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27032026-07-14T15:34:21.780Z Compiling phf v0.12.1
27042026-07-14T15:34:21.960Z Compiling openssl-sys v0.9.116
27052026-07-14T15:34:22.407Z Compiling tokio-dtrace v0.1.1
27062026-07-14T15:34:22.744Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27072026-07-14T15:34:23.666Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27082026-07-14T15:34:23.893Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27092026-07-14T15:34:24.721Z Compiling libsw-core v0.3.2
27102026-07-14T15:34:24.737Z Compiling pem v3.0.6
27112026-07-14T15:34:24.903Z Compiling serde_plain v1.0.2
27122026-07-14T15:34:25.193Z Compiling sigpipe v0.1.3
27132026-07-14T15:34:25.293Z Compiling minimal-lexical v0.2.1
27142026-07-14T15:34:25.445Z Compiling glob v0.3.3
27152026-07-14T15:34:25.459Z Compiling typed-path v0.9.3
27162026-07-14T15:34:25.608Z Compiling bytecount v0.6.9
27172026-07-14T15:34:25.803Z Compiling fixedbitset v0.4.2
27182026-07-14T15:34:26.184Z Compiling jiff v0.2.28
27192026-07-14T15:34:26.237Z Compiling fixedbitset v0.5.7
27202026-07-14T15:34:26.439Z Compiling petgraph v0.6.5
27212026-07-14T15:34:26.762Z Compiling tough v0.22.0
27222026-07-14T15:34:26.966Z Compiling petgraph v0.8.3
27232026-07-14T15:34:27.210Z Compiling papergrid v0.11.0
27242026-07-14T15:34:28.285Z Compiling nom v7.1.3
27252026-07-14T15:34:28.425Z Compiling openssl v0.10.80
27262026-07-14T15:34:28.947Z Compiling libsw v3.5.0
27272026-07-14T15:34:29.142Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27282026-07-14T15:34:29.438Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-07-14T15:34:30.006Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-07-14T15:34:30.266Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27312026-07-14T15:34:30.562Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27322026-07-14T15:34:31.883Z Compiling zone v0.3.1
27332026-07-14T15:34:32.572Z Compiling oxide-tokio-rt v0.1.6
27342026-07-14T15:34:33.244Z Compiling chrono-tz v0.10.4
27352026-07-14T15:34:33.757Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-07-14T15:34:33.875Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27372026-07-14T15:34:33.962Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-07-14T15:34:34.143Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27392026-07-14T15:34:34.146Z Compiling newtype_derive v0.1.6
27402026-07-14T15:34:34.241Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-07-14T15:34:34.817Z Compiling slog-dtrace v0.3.0
27422026-07-14T15:34:35.544Z Compiling cancel-safe-futures v0.1.5
27432026-07-14T15:34:35.925Z Compiling owo-colors v4.3.0
27442026-07-14T15:34:36.842Z Compiling const_format v0.2.36
27452026-07-14T15:34:37.185Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27462026-07-14T15:34:37.349Z Compiling gethostname v0.5.0
27472026-07-14T15:34:37.487Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27482026-07-14T15:34:37.955Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-07-14T15:34:38.098Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-07-14T15:34:38.155Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-07-14T15:34:38.200Z Compiling bcs v0.1.6
27522026-07-14T15:34:38.217Z Compiling smf v0.2.3
27532026-07-14T15:34:38.242Z Compiling termtree v0.5.1
27542026-07-14T15:34:38.413Z Compiling whoami v1.6.1
27552026-07-14T15:34:38.607Z Compiling unicode-linebreak v0.1.5
27562026-07-14T15:34:38.742Z Compiling smawk v0.3.2
27572026-07-14T15:34:38.879Z Compiling linear-map v1.2.0
27582026-07-14T15:34:38.891Z Compiling tagptr v0.2.0
27592026-07-14T15:34:38.906Z Compiling textwrap v0.16.2
27602026-07-14T15:34:39.053Z Compiling moka v0.12.15
27612026-07-14T15:34:39.098Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-07-14T15:34:39.453Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-07-14T15:34:40.287Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-07-14T15:34:40.351Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-07-14T15:34:40.533Z Compiling tabled v0.15.0
27662026-07-14T15:34:41.153Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-07-14T15:34:41.442Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27682026-07-14T15:34:41.660Z Compiling steno v0.4.1
27692026-07-14T15:34:42.647Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-07-14T15:34:42.744Z Compiling cookie v0.18.1
27712026-07-14T15:34:44.131Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-07-14T15:34:47.658Z Compiling hickory-proto v0.25.2
27732026-07-14T15:34:48.767Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27742026-07-14T15:34:49.396Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27752026-07-14T15:34:49.877Z Compiling hickory-resolver v0.25.2
27762026-07-14T15:34:51.327Z Compiling arc-swap v1.9.1
27772026-07-14T15:34:51.691Z Compiling slog-scope v4.4.1
27782026-07-14T15:34:51.705Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-07-14T15:34:52.225Z Compiling libscf-sys v1.2.0
27802026-07-14T15:34:52.374Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-07-14T15:34:52.553Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27822026-07-14T15:34:53.254Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27832026-07-14T15:34:53.267Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27842026-07-14T15:34:54.035Z Compiling slog-stdlog v4.1.1
27852026-07-14T15:34:54.434Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-07-14T15:34:54.922Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27872026-07-14T15:34:55.035Z Compiling slog-envlogger v2.2.0
27882026-07-14T15:34:56.254Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27892026-07-14T15:34:56.357Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27902026-07-14T15:34:56.780Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27912026-07-14T15:35:04.758Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-07-14T15:35:07.193Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27932026-07-14T15:35:08.891Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27942026-07-14T15:35:17.728Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27952026-07-14T15:35:21.546Z Finished `release` profile [optimized] target(s) in 2m 27s
27962026-07-14T15:35:21.665Z Running unittests src/lib.rs (target/release/deps/mg_tests-0fa472c9cda41b52)
27972026-07-14T15:35:21.668Z
27982026-07-14T15:35:21.668Zrunning 1 test
27992026-07-14T15:35:21.836Zconfigure zone
28002026-07-14T15:35:21.852Zinstall zone
28012026-07-14T15:35:31.711Zboot zone
28022026-07-14T15:35:31.800Zstart zone s1
28032026-07-14T15:35:31.803Zconfigure zone
28042026-07-14T15:35:31.808Zinstall zone
28052026-07-14T15:35:33.697Zboot zone
28062026-07-14T15:35:33.781Zstart zone s2
28072026-07-14T15:35:33.781Zconfigure zone
28082026-07-14T15:35:33.791Zinstall zone
28092026-07-14T15:35:36.105Zboot zone
28102026-07-14T15:35:36.204Zstart zone s3
28112026-07-14T15:35:36.204Zconfigure zone
28122026-07-14T15:35:36.215Zinstall zone
28132026-07-14T15:35:38.908Zboot zone
28142026-07-14T15:35:39.013Zstart zone t1
28152026-07-14T15:35:39.013Zconfigure zone
28162026-07-14T15:35:39.024Zinstall zone
28172026-07-14T15:35:41.783Zboot zone
28182026-07-14T15:35:41.897Zwaiting for zones to come up
28192026-07-14T15:35:51.898Z[sidecar.quartet] svcs milestone/network
28202026-07-14T15:35:51.922ZSTATE STIME FMRI
28212026-07-14T15:35:51.922Zonline 15:35:31 svc:/milestone/network:default
28222026-07-14T15:35:51.922Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28232026-07-14T15:35:51.949Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28242026-07-14T15:35:51.976Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28252026-07-14T15:35:51.996Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28262026-07-14T15:35:51.999Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28272026-07-14T15:35:52.012Z
28282026-07-14T15:35:52.012Zrunning zone s1.quartet setup
28292026-07-14T15:35:52.012Z[s1.quartet] svcs milestone/network
28302026-07-14T15:35:52.028ZSTATE STIME FMRI
28312026-07-14T15:35:52.028Zonline 15:35:33 svc:/milestone/network:default
28322026-07-14T15:35:52.028Z[s1.quartet] dladm
28332026-07-14T15:35:52.041ZLINK CLASS MTU STATE BRIDGE OVER
28342026-07-14T15:35:52.041Zsl0 simnet 9000 up -- ?
28352026-07-14T15:35:52.041Zmgs1 vnic 9000 up -- ?
28362026-07-14T15:35:52.041Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28372026-07-14T15:35:52.541Z
28382026-07-14T15:35:52.541Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28392026-07-14T15:35:52.557Z
28402026-07-14T15:35:52.557Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28412026-07-14T15:35:52.568Z
28422026-07-14T15:35:52.568Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28432026-07-14T15:35:52.657Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28442026-07-14T15:35:52.733Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b5c254df-c752-4c3b-ad4a-a5045f1ce9ae --sled-uuid 4ca6d6a0-f187-4b93-a79e-9e047ba90113 -a sl0/v6 &> /opt/ddmd.log &
28452026-07-14T15:35:52.747Z
28462026-07-14T15:35:52.747Zrunning zone s2.quartet setup
28472026-07-14T15:35:52.747Z[s2.quartet] svcs milestone/network
28482026-07-14T15:35:52.763ZSTATE STIME FMRI
28492026-07-14T15:35:52.763Zonline 15:35:35 svc:/milestone/network:default
28502026-07-14T15:35:52.763Z[s2.quartet] dladm
28512026-07-14T15:35:52.777ZLINK CLASS MTU STATE BRIDGE OVER
28522026-07-14T15:35:52.777Zsl1 simnet 9000 up -- ?
28532026-07-14T15:35:52.777Zmgs2 vnic 9000 up -- ?
28542026-07-14T15:35:52.777Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28552026-07-14T15:35:53.295Z
28562026-07-14T15:35:53.295Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28572026-07-14T15:35:53.308Z
28582026-07-14T15:35:53.308Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28592026-07-14T15:35:53.320Z
28602026-07-14T15:35:53.320Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28612026-07-14T15:35:53.354Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28622026-07-14T15:35:53.384Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c85292f6-7298-4476-9280-9c937d78cb82 --sled-uuid 371e194e-0237-444d-b4ea-b2979dd79a0a -a sl1/v6 &> /opt/ddmd.log &
28632026-07-14T15:35:53.396Z
28642026-07-14T15:35:53.396Zrunning zone s3.quartet setup
28652026-07-14T15:35:53.396Z[s3.quartet] svcs milestone/network
28662026-07-14T15:35:53.412ZSTATE STIME FMRI
28672026-07-14T15:35:53.412Zonline 15:35:38 svc:/milestone/network:default
28682026-07-14T15:35:53.412Z[s3.quartet] dladm
28692026-07-14T15:35:53.426ZLINK CLASS MTU STATE BRIDGE OVER
28702026-07-14T15:35:53.426Zsl2 simnet 9000 up -- ?
28712026-07-14T15:35:53.426Zmgs3 vnic 9000 up -- ?
28722026-07-14T15:35:53.426Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28732026-07-14T15:35:53.977Z
28742026-07-14T15:35:53.977Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28752026-07-14T15:35:53.992Z
28762026-07-14T15:35:53.992Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28772026-07-14T15:35:54.004Z
28782026-07-14T15:35:54.004Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28792026-07-14T15:35:54.039Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28802026-07-14T15:35:54.076Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6cc532f1-0189-459e-b09e-0a4531ab0c8d --sled-uuid 45b00d38-a8f3-489f-af27-14a67a771d76 -a sl2/v6 &> /opt/ddmd.log &
28812026-07-14T15:35:54.088Z
28822026-07-14T15:35:54.088Zrunning zone t1.quartet setup
28832026-07-14T15:35:54.088Z[t1.quartet] svcs milestone/network
28842026-07-14T15:35:54.103ZSTATE STIME FMRI
28852026-07-14T15:35:54.103Zonline 15:35:41 svc:/milestone/network:default
28862026-07-14T15:35:54.103Z[t1.quartet] dladm
28872026-07-14T15:35:54.117ZLINK CLASS MTU STATE BRIDGE OVER
28882026-07-14T15:35:54.117Ztfportrear0_0 simnet 9000 up -- ?
28892026-07-14T15:35:54.117Ztfportrear1_0 simnet 9000 up -- ?
28902026-07-14T15:35:54.117Ztfportrear2_0 simnet 9000 up -- ?
28912026-07-14T15:35:54.117Zmgt1 vnic 9000 up -- ?
28922026-07-14T15:35:54.117Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28932026-07-14T15:35:54.726Z
28942026-07-14T15:35:54.726Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28952026-07-14T15:35:54.740Z
28962026-07-14T15:35:54.741Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28972026-07-14T15:35:54.753Z
28982026-07-14T15:35:54.753Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28992026-07-14T15:35:54.766Z
29002026-07-14T15:35:54.766Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29012026-07-14T15:35:54.777Z
29022026-07-14T15:35:54.777Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29032026-07-14T15:35:55.102Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29042026-07-14T15:35:55.105Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29052026-07-14T15:35:55.108Zwaiting 3s for copy of files to zone to complete ...
29062026-07-14T15:35:58.106Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29072026-07-14T15:35:58.237Z
29082026-07-14T15:35:58.237Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29092026-07-14T15:35:58.345Z
29102026-07-14T15:35:58.345Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29112026-07-14T15:35:58.383Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29122026-07-14T15:35:58.414Z[t1.quartet] svcadm disable dendrite
29132026-07-14T15:35:58.437Z
29142026-07-14T15:35:58.437Z[t1.quartet] svcadm disable tfport
29152026-07-14T15:35:58.461Z
29162026-07-14T15:35:58.461Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29172026-07-14T15:35:58.485Z
29182026-07-14T15:35:58.485Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29192026-07-14T15:35:58.510Z
29202026-07-14T15:35:58.510Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29212026-07-14T15:35:58.534Z
29222026-07-14T15:35:58.534Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29232026-07-14T15:35:58.559Z
29242026-07-14T15:35:58.559Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29252026-07-14T15:35:58.583Z
29262026-07-14T15:35:58.583Z[t1.quartet] svcadm refresh dendrite:default
29272026-07-14T15:35:58.605Z
29282026-07-14T15:35:58.605Z[t1.quartet] svcadm enable dendrite:default
29292026-07-14T15:35:58.628Z
29302026-07-14T15:35:58.628Zwait 10s for dendrite to come up ...
29312026-07-14T15:36:08.629Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29322026-07-14T15:36:08.656Z
29332026-07-14T15:36:08.656Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29342026-07-14T15:36:08.681Z
29352026-07-14T15:36:08.681Z[t1.quartet] svcadm refresh tfport:default
29362026-07-14T15:36:08.702Z
29372026-07-14T15:36:08.702Z[t1.quartet] svcadm enable tfport
29382026-07-14T15:36:08.723Z
29392026-07-14T15:36:08.724Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 918a96df-75a1-4821-a320-511c7d84eb9c --sled-uuid 82935dcf-6efe-4846-a064-074c84878fb5 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29402026-07-14T15:36:08.735Z
29412026-07-14T15:36:08.735Z[t1.quartet] ipadm
29422026-07-14T15:36:08.749ZADDROBJ TYPE STATE ADDR
29432026-07-14T15:36:08.749Zlo0/v4 static ok 127.0.0.1/8
29442026-07-14T15:36:08.749Zmgt1/v4 static ok 10.0.0.4/24
29452026-07-14T15:36:08.749Zlo0/v6 static ok ::1/128
29462026-07-14T15:36:08.749Zlo0/u6 static ok fd00:4::1/64
29472026-07-14T15:36:08.749Ztfportrear0_0/v6 addrconf ok fe80::7cf2:d6ff:fe9a:5dc%tfportrear0_0/10
29482026-07-14T15:36:08.749Ztfportrear1_0/v6 addrconf ok fe80::9c59:ffff:fe06:2ef3%tfportrear1_0/10
29492026-07-14T15:36:08.749Ztfportrear2_0/v6 addrconf ok fe80::c7a:1dff:fe82:7bec%tfportrear2_0/10
29502026-07-14T15:36:10.865Zinitial peering test passed
29512026-07-14T15:36:11.866Z[s3.quartet] ping fd00:1::1
29522026-07-14T15:36:11.881Zfd00:1::1 is alive
29532026-07-14T15:36:21.674Ztest ddm::test_quartet has been running for over 60 seconds
29542026-07-14T15:36:22.885Z[s3.quartet] ping fd00:1::1
29552026-07-14T15:36:22.898Zfd00:1::1 is alive
29562026-07-14T15:36:22.900Z[t1.quartet] pkill ddmd
29572026-07-14T15:36:22.909Z
29582026-07-14T15:36:22.909Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29592026-07-14T15:36:22.912Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29602026-07-14T15:36:24.795Z[s3.quartet] pkill ddmd
29612026-07-14T15:36:24.808Z
29622026-07-14T15:36:24.808Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29632026-07-14T15:36:26.617Z[s2.quartet] pkill ddmd
29642026-07-14T15:36:26.631Z
29652026-07-14T15:36:26.631Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29662026-07-14T15:36:28.939Z[s1.quartet] pkill ddmd
29672026-07-14T15:36:28.952Z
29682026-07-14T15:36:28.952Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29692026-07-14T15:36:30.818Z[sidecar.quartet] pkill softnpu
29702026-07-14T15:36:30.831Z
29712026-07-14T15:36:30.831Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29722026-07-14T15:36:33.341Ztest ddm::test_quartet ... ok
29732026-07-14T15:36:33.341Z
29742026-07-14T15:36:33.341Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.67s
29752026-07-14T15:36:33.341Z
29762026-07-14T15:36:33.397Z+ cleanup
29772026-07-14T15:36:33.400Z++ id -un
29782026-07-14T15:36:33.403Z++ id -gn
29792026-07-14T15:36:33.403Z+ pfexec chown -R build:build .
29802026-07-14T15:36:33.601Zprocess exited: duration 680492 ms, exit code 0
 
29812026-07-14T15:36:33.617Zfound 6 output files
29822026-07-14T15:36:33.617Zuploading: /work/s1.quartet.log (4699 bytes)
29832026-07-14T15:36:34.628Zuploaded: /work/s1.quartet.log
29842026-07-14T15:36:34.628Zuploading: /work/s2.quartet.log (3994 bytes)
29852026-07-14T15:36:35.640Zuploaded: /work/s2.quartet.log
29862026-07-14T15:36:35.640Zuploading: /work/s3.quartet.log (4103 bytes)
29872026-07-14T15:36:36.657Zuploaded: /work/s3.quartet.log
29882026-07-14T15:36:36.657Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29892026-07-14T15:36:37.671Zuploaded: /work/sidecar.quartet-softnpu.log
29902026-07-14T15:36:37.672Zuploading: /work/t1.quartet-dpd.log (207496 bytes)
29912026-07-14T15:36:38.688Zuploaded: /work/t1.quartet-dpd.log
29922026-07-14T15:36:38.688Zuploading: /work/t1.quartet.log (17040 bytes)
29932026-07-14T15:36:39.698Zuploaded: /work/t1.quartet.log