01KT8TCCHQKZHQN8CE85Y3VH8N: 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: 01KT8TDAFWARBZ2FFJZ39KF94C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T08:02:18.097Zjob assigned to worker 01KT8TDHKQTCZ8YNF7M7Y40YZV [factory aws, i-04c5cacc4ecb672a6] (queued for 58 s)
 
22026-06-04T08:02:24.805Zstarting task 0: "setup"
32026-06-04T08:02:24.811Z++ uname -s
42026-06-04T08:02:24.814Z+ kern=SunOS
52026-06-04T08:02:24.815Z+ build_user=build
62026-06-04T08:02:24.815Z+ build_uid=12345
72026-06-04T08:02:24.815Z+ work_dir=/work
82026-06-04T08:02:24.815Z+ input_dir=/input
92026-06-04T08:02:24.815Z+ [[ 0 == 12345 ]]
102026-06-04T08:02:24.815Z+ case "$kern" in
112026-06-04T08:02:24.815Z+ groupadd -g 12345 build
122026-06-04T08:02:24.818Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T08:02:26.810Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T08:02:26.923Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T08:02:26.925Z+ home_fs=zfs
162026-06-04T08:02:26.925Z+ [[ zfs == autofs ]]
172026-06-04T08:02:26.925Z+ mkdir -p /home/build
182026-06-04T08:02:26.926Z+ chown build:build /home/build /work
192026-06-04T08:02:28.918Z+ chmod 0700 /home/build /work
202026-06-04T08:02:28.921Zprocess exited: duration 4133 ms, exit code 0
 
212026-06-04T08:02:28.929Zstarting task 1: "rust-toolchain"
222026-06-04T08:02:28.933Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-04T08:02:28.933Z * rust toolchain channel = "stable"
242026-06-04T08:02:28.933Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-04T08:02:28.934Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-04T08:02:28.934Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T08:02:28.934Z * rust toolchain profile = "default"
282026-06-04T08:02:28.938Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T08:02:28.938Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-04T08:02:29.055Zinfo: downloading installer
312026-06-04T08:02:30.469Zwarn: It looks like you have an existing installation of Rust at:
322026-06-04T08:02:30.469Zwarn: /opt/ooce/bin
332026-06-04T08:02:30.469Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-04T08:02:30.469Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-04T08:02:30.469Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-04T08:02:30.469Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-04T08:02:30.469Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-04T08:02:30.470Zerror: cannot install while Rust is installed
392026-06-04T08:02:30.470Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-04T08:02:30.470Zwarn: It looks like you have an existing rustup settings file at:
412026-06-04T08:02:30.470Zwarn: /home/build/.rustup/settings.toml
422026-06-04T08:02:30.470Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-04T08:02:30.470Zwarn: instead of the one inferred from the default host triple.
442026-06-04T08:02:30.483Zinfo: profile set to default
452026-06-04T08:02:30.483Zinfo: default host triple is x86_64-unknown-illumos
462026-06-04T08:02:30.486Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-04T08:02:30.630Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-04T08:02:30.633Zinfo: downloading 6 components
492026-06-04T08:02:45.173Z
502026-06-04T08:02:45.173Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-04T08:02:45.208Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-04T08:02:45.208Z
532026-06-04T08:02:45.209Z
542026-06-04T08:02:45.209ZRust is installed now. Great!
552026-06-04T08:02:45.209Z
562026-06-04T08:02:45.209ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-04T08:02:45.209Zenvironment variable. This has not been done automatically.
582026-06-04T08:02:45.209Z
592026-06-04T08:02:45.209ZTo configure your current shell, you need to source
602026-06-04T08:02:45.209Zthe corresponding env file under $HOME/.cargo.
612026-06-04T08:02:45.209Z
622026-06-04T08:02:45.209ZThis is usually done by running one of the following (note the leading DOT):
632026-06-04T08:02:45.209Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-04T08:02:45.209Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-04T08:02:45.209Zsource "~/.cargo/env.nu" # For nushell
662026-06-04T08:02:45.210Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-04T08:02:45.210Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-04T08:02:45.210Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-04T08:02:45.220Zwarn: no default linker (`cc`) was found in your PATH
702026-06-04T08:02:45.220Zwarn: many Rust crates require a system C toolchain to build
712026-06-04T08:02:45.306Z+ rustup --version
722026-06-04T08:02:45.315Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-04T08:02:45.318Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-04T08:02:45.336Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-04T08:02:45.339Z+ cargo --version
762026-06-04T08:02:45.353Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-04T08:02:45.356Z+ rustc --version
782026-06-04T08:02:45.374Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-04T08:02:45.377Zprocess exited: duration 16524 ms, exit code 0
 
802026-06-04T08:02:45.382Zstarting task 2: "authentication"
812026-06-04T08:02:45.399Zprocess exited: duration 16 ms, exit code 0
 
822026-06-04T08:02:45.404Zstarting task 3: "clone repository"
832026-06-04T08:02:45.407Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-04T08:02:45.410Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-04T08:02:45.447ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-04T08:02:46.542Z+ cd /work/oxidecomputer/maghemite
872026-06-04T08:02:46.542Z+ git fetch origin 90e3b6b074959d1086893d35caa7804f4a7b3800
882026-06-04T08:02:46.770ZFrom https://github.com/oxidecomputer/maghemite
892026-06-04T08:02:46.770Z * branch 90e3b6b074959d1086893d35caa7804f4a7b3800 -> FETCH_HEAD
902026-06-04T08:02:46.775Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-04T08:02:46.778Z++ git branch --show-current
922026-06-04T08:02:46.778Z+ current=main
932026-06-04T08:02:46.778Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-04T08:02:46.778Z+ git branch -f renovate/dpd-client-digest 90e3b6b074959d1086893d35caa7804f4a7b3800
952026-06-04T08:02:46.781Z+ git checkout -f renovate/dpd-client-digest
962026-06-04T08:02:46.798ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-04T08:02:46.800Z+ git reset --hard 90e3b6b074959d1086893d35caa7804f4a7b3800
982026-06-04T08:02:46.815ZHEAD is now at 90e3b6b Update dpd-client digest to 0c92583
992026-06-04T08:02:46.818Zprocess exited: duration 1417 ms, exit code 0
 
1002026-06-04T08:02:46.823Zstarting task 4: "build"
1012026-06-04T08:02:46.829Z++ dladm
1022026-06-04T08:02:46.833ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-04T08:02:46.833Zena0 phys 9216 up -- --
1042026-06-04T08:02:46.835Z++ ipadm
1052026-06-04T08:02:46.835ZADDROBJ TYPE STATE ADDR
1062026-06-04T08:02:46.835Zlo0/v4 static ok 127.0.0.1/8
1072026-06-04T08:02:46.835Zena0/dhcp dhcp ok 10.150.1.117/24
1082026-06-04T08:02:46.836Zlo0/v6 static ok ::1/128
1092026-06-04T08:02:46.836Z++ banner collect
1102026-06-04T08:02:46.838Z
1112026-06-04T08:02:46.839Z #### #### # # ###### #### #####
1122026-06-04T08:02:46.839Z # # # # # # # # # #
1132026-06-04T08:02:46.839Z # # # # # ##### # #
1142026-06-04T08:02:46.839Z # # # # # # # #
1152026-06-04T08:02:46.839Z # # # # # # # # # #
1162026-06-04T08:02:46.839Z #### #### ###### ###### ###### #### #
1172026-06-04T08:02:46.839Z
1182026-06-04T08:02:46.839Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-04T08:02:46.839Z++ repo=softnpu
1202026-06-04T08:02:46.839Z++ series=image
1212026-06-04T08:02:46.839Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-04T08:02:46.840Z++ name=softnpu
1232026-06-04T08:02:46.840Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-04T08:02:46.840Z++ mkdir -p download
1252026-06-04T08:02:46.840Z++ pushd download
1262026-06-04T08:02:46.840Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-04T08:02:46.840Z++ [[ ! -f softnpu ]]
1282026-06-04T08:02:46.840Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-04T08:02:46.844Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-04T08:02:46.847Z Dload Upload Total Spent Left Speed
1312026-06-04T08:02:47.200Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 43.83M 0 0 100 15.63M 100 15.63M 0 0 43.83M 0 0 100 15.63M 100 15.63M 0 0 43.82M 0 0
1322026-06-04T08:02:47.202Z++ popd
1332026-06-04T08:02:47.202Z/work/oxidecomputer/maghemite
1342026-06-04T08:02:47.203Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-04T08:02:47.203Z++ repo=sidecar-lite
1362026-06-04T08:02:47.203Z++ series=release
1372026-06-04T08:02:47.203Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-04T08:02:47.203Z++ name=libsidecar_lite.so
1392026-06-04T08:02:47.203Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-04T08:02:47.203Z++ mkdir -p download
1412026-06-04T08:02:47.206Z++ pushd download
1422026-06-04T08:02:47.206Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-04T08:02:47.206Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-04T08:02:47.206Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-04T08:02:47.210Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-04T08:02:47.215Z Dload Upload Total Spent Left Speed
1472026-06-04T08:02:47.521Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 38.67M 0 0 100 12.04M 100 12.04M 0 0 38.67M 0 0 100 12.04M 100 12.04M 0 0 38.66M 0 0
1482026-06-04T08:02:47.524Z++ popd
1492026-06-04T08:02:47.524Z/work/oxidecomputer/maghemite
1502026-06-04T08:02:47.524Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-04T08:02:47.524Z++ repo=sidecar-lite
1522026-06-04T08:02:47.524Z++ series=release
1532026-06-04T08:02:47.524Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-04T08:02:47.524Z++ name=scadm
1552026-06-04T08:02:47.524Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-04T08:02:47.525Z++ mkdir -p download
1572026-06-04T08:02:47.529Z++ pushd download
1582026-06-04T08:02:47.529Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-04T08:02:47.529Z++ [[ ! -f scadm ]]
1602026-06-04T08:02:47.529Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-04T08:02:47.533Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-04T08:02:47.533Z Dload Upload Total Spent Left Speed
1632026-06-04T08:02:47.924Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 40.06M 0 0 100 15.78M 100 15.78M 0 0 40.06M 0 0 100 15.78M 100 15.78M 0 0 40.05M 0 0
1642026-06-04T08:02:47.927Z++ popd
1652026-06-04T08:02:47.927Z/work/oxidecomputer/maghemite
1662026-06-04T08:02:47.927Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-04T08:02:47.927Z++ repo=dendrite
1682026-06-04T08:02:47.927Z++ series=image
1692026-06-04T08:02:47.927Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-04T08:02:47.927Z++ name=dendrite-softnpu.tar.gz
1712026-06-04T08:02:47.927Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-04T08:02:47.928Z++ mkdir -p download
1732026-06-04T08:02:47.928Z++ pushd download
1742026-06-04T08:02:47.928Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-04T08:02:47.928Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-04T08:02:47.928Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-04T08:02:47.931Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-04T08:02:47.931Z Dload Upload Total Spent Left Speed
1792026-06-04T08:02:49.722Z 0 0 0 0 0 0 0 0 0 61 71.59M 61 44.10M 0 0 44.14M 0 00:01 00:01 44.15M 100 71.59M 100 71.59M 0 0 40.44M 0 00:01 00:01 44.15M 100 71.59M 100 71.59M 0 0 40.44M 0 00:01 00:01 44.15M 100 71.59M 100 71.59M 0 0 40.44M 0 00:01 00:01 44.15M
1802026-06-04T08:02:49.777Z++ popd
1812026-06-04T08:02:49.777Z/work/oxidecomputer/maghemite
1822026-06-04T08:02:49.777Z++ get_artifact maghemite release 90e3b6b074959d1086893d35caa7804f4a7b3800 ddm
1832026-06-04T08:02:49.777Z++ repo=maghemite
1842026-06-04T08:02:49.777Z++ series=release
1852026-06-04T08:02:49.777Z++ commit=90e3b6b074959d1086893d35caa7804f4a7b3800
1862026-06-04T08:02:49.777Z++ name=ddm
1872026-06-04T08:02:49.777Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-04T08:02:49.777Z++ mkdir -p download
1892026-06-04T08:02:49.777Z++ pushd download
1902026-06-04T08:02:49.777Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-04T08:02:49.777Z++ [[ ! -f ddm ]]
1922026-06-04T08:02:49.777Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/90e3b6b074959d1086893d35caa7804f4a7b3800/ddm
1932026-06-04T08:02:49.777Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-04T08:02:49.777Z Dload Upload Total Spent Left Speed
1952026-06-04T08:02:49.788Z 0 0 0 0 0 0 0 0 0
1962026-06-04T08:02:49.796Zcurl: (22) The requested URL returned error: 404
1972026-06-04T08:02:49.796Z++ popd
1982026-06-04T08:02:49.796Z/work/oxidecomputer/maghemite
1992026-06-04T08:02:49.796Z++ get_artifact maghemite release 90e3b6b074959d1086893d35caa7804f4a7b3800 ddmadm
2002026-06-04T08:02:49.797Z++ repo=maghemite
2012026-06-04T08:02:49.797Z++ series=release
2022026-06-04T08:02:49.797Z++ commit=90e3b6b074959d1086893d35caa7804f4a7b3800
2032026-06-04T08:02:49.797Z++ name=ddmadm
2042026-06-04T08:02:49.797Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-04T08:02:49.797Z++ mkdir -p download
2062026-06-04T08:02:49.797Z++ pushd download
2072026-06-04T08:02:49.797Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-04T08:02:49.797Z++ [[ ! -f ddmadm ]]
2092026-06-04T08:02:49.797Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/90e3b6b074959d1086893d35caa7804f4a7b3800/ddmadm
2102026-06-04T08:02:49.805Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-04T08:02:49.805Z Dload Upload Total Spent Left Speed
2122026-06-04T08:02:49.850Z 0 0 0 0 0 0 0 0 0
2132026-06-04T08:02:49.850Zcurl: (22) The requested URL returned error: 404
2142026-06-04T08:02:49.858Z++ popd
2152026-06-04T08:02:49.858Z/work/oxidecomputer/maghemite
2162026-06-04T08:02:49.858Z++ pushd download
2172026-06-04T08:02:49.858Z++ chmod +x softnpu
2182026-06-04T08:02:49.858Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-04T08:02:49.858Z++ chmod +x scadm
2202026-06-04T08:02:49.858Z++ chmod +x ddmadm
2212026-06-04T08:02:49.858Zchmod: WARNING: can't access ddmadm
2222026-06-04T08:02:49.858Z++ chmod +x ddmd
2232026-06-04T08:02:49.858Zchmod: WARNING: can't access ddmd
2242026-06-04T08:02:49.858Z++ mv ddmadm ddmadm-v2
2252026-06-04T08:02:49.862Zmv: cannot access ddmadm
2262026-06-04T08:02:49.862Z++ mv ddmd ddmd-v2
2272026-06-04T08:02:49.862Zmv: cannot access ddmd
2282026-06-04T08:02:49.862Z++ rm -rf zones/dendrite
2292026-06-04T08:02:49.862Z++ mkdir -p zones/dendrite
2302026-06-04T08:02:49.862Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-04T08:02:50.869Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-04T08:02:50.872Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-04T08:02:50.872Z++ popd
2342026-06-04T08:02:50.872Z/work/oxidecomputer/maghemite
2352026-06-04T08:02:50.872Z++ banner install
2362026-06-04T08:02:50.875Z
2372026-06-04T08:02:50.875Z # # # #### ##### ## # #
2382026-06-04T08:02:50.875Z # ## # # # # # # #
2392026-06-04T08:02:50.875Z # # # # #### # # # # #
2402026-06-04T08:02:50.875Z # # # # # # ###### # #
2412026-06-04T08:02:50.875Z # # ## # # # # # # #
2422026-06-04T08:02:50.875Z # # # #### # # # ###### ######
2432026-06-04T08:02:50.875Z
2442026-06-04T08:02:50.875Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-04T08:02:50.875Z++ set +o errexit
2462026-06-04T08:02:50.875Z++ pkg info clang-15
2472026-06-04T08:02:50.875Z++ grep -qi installed
2482026-06-04T08:02:52.064Zpkg: info: no packages matching the following patterns you specified are
2492026-06-04T08:02:52.064Zinstalled on the system. Try querying remotely instead:
2502026-06-04T08:02:52.064Z
2512026-06-04T08:02:52.064Z clang-15
2522026-06-04T08:02:52.101Z++ [[ 1 != 0 ]]
2532026-06-04T08:02:52.102Z++ set -o errexit
2542026-06-04T08:02:52.102Z++ pfexec pkg install clang-15
2552026-06-04T08:02:58.929Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-04T08:03:06.624Z Startup: Caching catalogs ... Done
2572026-06-04T08:03:14.097ZPlanning: Solver setup ... Done
2582026-06-04T08:03:14.139ZPlanning: Running solver ... Done
2592026-06-04T08:03:14.281ZPlanning: Finding local manifests ... Done
2602026-06-04T08:03:14.296ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-04T08:03:14.383ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-04T08:03:14.412ZPlanning: Package planning ... Done
2632026-06-04T08:03:14.440ZPlanning: Merging actions ... Done
2642026-06-04T08:03:14.549ZPlanning: Checking for conflicting actions ... Done
2652026-06-04T08:03:14.556ZPlanning: Consolidating action changes ... Done
2662026-06-04T08:03:15.334ZPlanning: Evaluating mediators ... Done
2672026-06-04T08:03:15.339ZPlanning: Planning completed in 8.59 seconds
2682026-06-04T08:03:15.350Z Packages to install: 2
2692026-06-04T08:03:15.353Z Mediators to change: 2
2702026-06-04T08:03:15.353Z Services to change: 1
2712026-06-04T08:03:15.353Z Create boot environment: No
2722026-06-04T08:03:15.353ZCreate backup boot environment: No
2732026-06-04T08:03:15.391Z
2742026-06-04T08:03:15.391ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-04T08:03:20.696ZDownload: 490/3076 items 16.9/211.3MB 7% complete (3.8M/s)
2762026-06-04T08:03:25.678ZDownload: 783/3076 items 18.2/211.3MB 8% complete (1.4M/s)
2772026-06-04T08:03:30.843ZDownload: 977/3076 items 82.1/211.3MB 38% complete (6.5M/s)
2782026-06-04T08:03:40.530ZDownload: 980/3076 items 82.1/211.3MB 38% complete
2792026-06-04T08:03:49.543ZDownload: 983/3076 items 82.1/211.3MB 38% complete
2802026-06-04T08:03:54.520ZDownload: 1158/3076 items 114.1/211.3MB 53% complete (6.7M/s)
2812026-06-04T08:03:59.498ZDownload: 1439/3076 items 115.1/211.3MB 54% complete (3.5M/s)
2822026-06-04T08:04:04.498ZDownload: 1551/3076 items 115.4/211.3MB 54% complete (570k/s)
2832026-06-04T08:04:10.726ZDownload: 2000/3076 items 117.3/211.3MB 55% complete (257k/s)
2842026-06-04T08:04:17.583ZDownload: 2005/3076 items 117.3/211.3MB 55% complete (244k/s)
2852026-06-04T08:04:27.677ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
2862026-06-04T08:04:32.730ZDownload: 2508/3076 items 119.5/211.3MB 56% complete (249k/s)
2872026-06-04T08:04:39.179ZDownload: 3067/3076 items 208.4/211.3MB 98% complete (9.8M/s)
2882026-06-04T08:04:42.377ZDownload: Completed 211.31 MB in 87.38 seconds (2.4M/s)
2892026-06-04T08:04:42.507Z Actions: 1/3418 actions (Installing new actions)
2902026-06-04T08:04:45.660Z Actions: Completed 3418 actions in 3.17 seconds.
2912026-06-04T08:04:46.306Z Done
2922026-06-04T08:04:46.306Z Done
2932026-06-04T08:04:47.050Z Done
2942026-06-04T08:04:50.442Z Done
2952026-06-04T08:04:50.517Z Done
2962026-06-04T08:04:50.520Z Done
2972026-06-04T08:04:50.788Z Done
2982026-06-04T08:04:51.465Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2992026-06-04T08:04:51.466Z++ set +o errexit
3002026-06-04T08:04:51.468Z++ pkg info pkg-config
3012026-06-04T08:04:51.468Z++ grep -qi installed
3022026-06-04T08:04:51.694Z++ [[ 0 != 0 ]]
3032026-06-04T08:04:51.694Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3042026-06-04T08:04:51.694Z++ set +o errexit
3052026-06-04T08:04:51.697Z++ pkg info brand/omicron1
3062026-06-04T08:04:51.697Z++ grep -qi installed
3072026-06-04T08:04:51.879Zpkg: info: no packages matching the following patterns you specified are
3082026-06-04T08:04:51.879Zinstalled on the system. Try querying remotely instead:
3092026-06-04T08:04:51.879Z
3102026-06-04T08:04:51.879Z brand/omicron1
3112026-06-04T08:04:51.916Z++ [[ 1 != 0 ]]
3122026-06-04T08:04:51.916Z++ set -o errexit
3132026-06-04T08:04:51.916Z++ pfexec pkg install brand/omicron1
3142026-06-04T08:04:52.336Z Startup: Refreshing catalog 'helios-dev' ... Done
3152026-06-04T08:04:59.647ZPlanning: Solver setup ... Done
3162026-06-04T08:04:59.686ZPlanning: Running solver ... Done
3172026-06-04T08:04:59.831ZPlanning: Finding local manifests ... Done
3182026-06-04T08:04:59.834ZPlanning: Fetching manifests: 0/2 0% complete
3192026-06-04T08:04:59.961ZPlanning: Fetching manifests: 2/2 100% complete
3202026-06-04T08:04:59.974ZPlanning: Package planning ... Done
3212026-06-04T08:04:59.977ZPlanning: Merging actions ... Done
3222026-06-04T08:05:00.125ZPlanning: Checking for conflicting actions ... Done
3232026-06-04T08:05:00.128ZPlanning: Consolidating action changes ... Done
3242026-06-04T08:05:00.283ZPlanning: Evaluating mediators ... Done
3252026-06-04T08:05:00.286ZPlanning: Planning completed in 7.98 seconds
3262026-06-04T08:05:00.291Z Packages to install: 2
3272026-06-04T08:05:00.294Z Create boot environment: No
3282026-06-04T08:05:00.294ZCreate backup boot environment: No
3292026-06-04T08:05:00.320Z
3302026-06-04T08:05:00.320ZDownload: 0/5 items 0.0/1.1MB 0% complete
3312026-06-04T08:05:00.338ZDownload: Completed 1.07 MB in 0.02 seconds (58.8M/s)
3322026-06-04T08:05:00.420Z Actions: 1/28 actions (Installing new actions)
3332026-06-04T08:05:00.433Z Actions: Completed 28 actions in 0.01 seconds.
3342026-06-04T08:05:00.950Z Done
3352026-06-04T08:05:00.950Z Done
3362026-06-04T08:05:01.597Z Done
3372026-06-04T08:05:04.481Z Done
3382026-06-04T08:05:04.558Z Done
3392026-06-04T08:05:04.561Z Done
3402026-06-04T08:05:04.705Z Done
3412026-06-04T08:05:04.846Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3422026-06-04T08:05:04.846Z++ set +o errexit
3432026-06-04T08:05:04.849Z++ pkg info brand/omicron1/tools
3442026-06-04T08:05:04.849Z++ grep -qi installed
3452026-06-04T08:05:05.030Zpkg: info: no packages matching the following patterns you specified are
3462026-06-04T08:05:05.030Zinstalled on the system. Try querying remotely instead:
3472026-06-04T08:05:05.030Z
3482026-06-04T08:05:05.030Z brand/omicron1/tools
3492026-06-04T08:05:05.064Z++ [[ 1 != 0 ]]
3502026-06-04T08:05:05.064Z++ set -o errexit
3512026-06-04T08:05:05.064Z++ pfexec pkg install brand/omicron1/tools
3522026-06-04T08:05:05.505Z Startup: Refreshing catalog 'helios-dev' ... Done
3532026-06-04T08:05:12.839ZPlanning: Solver setup ... Done
3542026-06-04T08:05:12.879ZPlanning: Running solver ... Done
3552026-06-04T08:05:13.019ZPlanning: Finding local manifests ... Done
3562026-06-04T08:05:13.023ZPlanning: Fetching manifests: 0/1 0% complete
3572026-06-04T08:05:13.130ZPlanning: Fetching manifests: 1/1 100% complete
3582026-06-04T08:05:13.144ZPlanning: Package planning ... Done
3592026-06-04T08:05:13.148ZPlanning: Merging actions ... Done
3602026-06-04T08:05:13.287ZPlanning: Checking for conflicting actions ... Done
3612026-06-04T08:05:13.289ZPlanning: Consolidating action changes ... Done
3622026-06-04T08:05:13.445ZPlanning: Evaluating mediators ... Done
3632026-06-04T08:05:13.448ZPlanning: Planning completed in 7.98 seconds
3642026-06-04T08:05:13.452Z Packages to install: 1
3652026-06-04T08:05:13.452Z Services to change: 1
3662026-06-04T08:05:13.452Z Create boot environment: No
3672026-06-04T08:05:13.455ZCreate backup boot environment: No
3682026-06-04T08:05:13.481Z
3692026-06-04T08:05:13.481ZDownload: 0/2 items 0.0/1.2MB 0% complete
3702026-06-04T08:05:13.506ZDownload: Completed 1.19 MB in 0.03 seconds (46.1M/s)
3712026-06-04T08:05:13.582Z Actions: 1/19 actions (Installing new actions)
3722026-06-04T08:05:13.596Z Actions: Completed 19 actions in 0.01 seconds.
3732026-06-04T08:05:14.109Z Done
3742026-06-04T08:05:14.109Z Done
3752026-06-04T08:05:14.739Z Done
3762026-06-04T08:05:17.596Z Done
3772026-06-04T08:05:17.671Z Done
3782026-06-04T08:05:17.676Z Done
3792026-06-04T08:05:17.855Z Done
3802026-06-04T08:05:17.989Z++ pfexec svcadm enable baseline
3812026-06-04T08:05:18.003Z++ retry=0
3822026-06-04T08:05:18.007Z+++ svcs -Hostate baseline
3832026-06-04T08:05:18.020Z++ [[ offline* != online ]]
3842026-06-04T08:05:18.020Z++ [[ 0 -gt 300 ]]
3852026-06-04T08:05:18.020Z++ sleep 1
3862026-06-04T08:05:19.018Z++ retry=1
3872026-06-04T08:05:19.020Z+++ svcs -Hostate baseline
3882026-06-04T08:05:19.030Z++ [[ offline* != online ]]
3892026-06-04T08:05:19.030Z++ [[ 1 -gt 300 ]]
3902026-06-04T08:05:19.030Z++ sleep 1
3912026-06-04T08:05:20.027Z++ retry=2
3922026-06-04T08:05:20.029Z+++ svcs -Hostate baseline
3932026-06-04T08:05:20.041Z++ [[ offline* != online ]]
3942026-06-04T08:05:20.041Z++ [[ 2 -gt 300 ]]
3952026-06-04T08:05:20.041Z++ sleep 1
3962026-06-04T08:05:21.037Z++ retry=3
3972026-06-04T08:05:21.040Z+++ svcs -Hostate baseline
3982026-06-04T08:05:21.051Z++ [[ offline* != online ]]
3992026-06-04T08:05:21.051Z++ [[ 3 -gt 300 ]]
4002026-06-04T08:05:21.051Z++ sleep 1
4012026-06-04T08:05:22.048Z++ retry=4
4022026-06-04T08:05:22.051Z+++ svcs -Hostate baseline
4032026-06-04T08:05:22.065Z++ [[ offline* != online ]]
4042026-06-04T08:05:22.065Z++ [[ 4 -gt 300 ]]
4052026-06-04T08:05:22.068Z++ sleep 1
4062026-06-04T08:05:23.061Z++ retry=5
4072026-06-04T08:05:23.064Z+++ svcs -Hostate baseline
4082026-06-04T08:05:23.075Z++ [[ offline* != online ]]
4092026-06-04T08:05:23.075Z++ [[ 5 -gt 300 ]]
4102026-06-04T08:05:23.075Z++ sleep 1
4112026-06-04T08:05:24.086Z++ retry=6
4122026-06-04T08:05:24.092Z+++ svcs -Hostate baseline
4132026-06-04T08:05:24.092Z++ [[ offline* != online ]]
4142026-06-04T08:05:24.092Z++ [[ 6 -gt 300 ]]
4152026-06-04T08:05:24.092Z++ sleep 1
4162026-06-04T08:05:25.084Z++ retry=7
4172026-06-04T08:05:25.088Z+++ svcs -Hostate baseline
4182026-06-04T08:05:25.098Z++ [[ offline* != online ]]
4192026-06-04T08:05:25.099Z++ [[ 7 -gt 300 ]]
4202026-06-04T08:05:25.099Z++ sleep 1
4212026-06-04T08:05:26.096Z++ retry=8
4222026-06-04T08:05:26.101Z+++ svcs -Hostate baseline
4232026-06-04T08:05:26.111Z++ [[ offline* != online ]]
4242026-06-04T08:05:26.111Z++ [[ 8 -gt 300 ]]
4252026-06-04T08:05:26.111Z++ sleep 1
4262026-06-04T08:05:27.108Z++ retry=9
4272026-06-04T08:05:27.110Z+++ svcs -Hostate baseline
4282026-06-04T08:05:27.123Z++ [[ offline* != online ]]
4292026-06-04T08:05:27.123Z++ [[ 9 -gt 300 ]]
4302026-06-04T08:05:27.123Z++ sleep 1
4312026-06-04T08:05:28.120Z++ retry=10
4322026-06-04T08:05:28.122Z+++ svcs -Hostate baseline
4332026-06-04T08:05:28.134Z++ [[ offline* != online ]]
4342026-06-04T08:05:28.134Z++ [[ 10 -gt 300 ]]
4352026-06-04T08:05:28.134Z++ sleep 1
4362026-06-04T08:05:29.132Z++ retry=11
4372026-06-04T08:05:29.136Z+++ svcs -Hostate baseline
4382026-06-04T08:05:29.146Z++ [[ offline* != online ]]
4392026-06-04T08:05:29.146Z++ [[ 11 -gt 300 ]]
4402026-06-04T08:05:29.146Z++ sleep 1
4412026-06-04T08:05:30.143Z++ retry=12
4422026-06-04T08:05:30.146Z+++ svcs -Hostate baseline
4432026-06-04T08:05:30.158Z++ [[ offline* != online ]]
4442026-06-04T08:05:30.158Z++ [[ 12 -gt 300 ]]
4452026-06-04T08:05:30.158Z++ sleep 1
4462026-06-04T08:05:31.155Z++ retry=13
4472026-06-04T08:05:31.158Z+++ svcs -Hostate baseline
4482026-06-04T08:05:31.170Z++ [[ offline* != online ]]
4492026-06-04T08:05:31.170Z++ [[ 13 -gt 300 ]]
4502026-06-04T08:05:31.170Z++ sleep 1
4512026-06-04T08:05:32.166Z++ retry=14
4522026-06-04T08:05:32.169Z+++ svcs -Hostate baseline
4532026-06-04T08:05:32.181Z++ [[ offline* != online ]]
4542026-06-04T08:05:32.181Z++ [[ 14 -gt 300 ]]
4552026-06-04T08:05:32.181Z++ sleep 1
4562026-06-04T08:05:33.178Z++ retry=15
4572026-06-04T08:05:33.181Z+++ svcs -Hostate baseline
4582026-06-04T08:05:33.193Z++ [[ offline* != online ]]
4592026-06-04T08:05:33.193Z++ [[ 15 -gt 300 ]]
4602026-06-04T08:05:33.193Z++ sleep 1
4612026-06-04T08:05:34.192Z++ retry=16
4622026-06-04T08:05:34.194Z+++ svcs -Hostate baseline
4632026-06-04T08:05:34.205Z++ [[ offline* != online ]]
4642026-06-04T08:05:34.205Z++ [[ 16 -gt 300 ]]
4652026-06-04T08:05:34.205Z++ sleep 1
4662026-06-04T08:05:35.266Z++ retry=17
4672026-06-04T08:05:35.275Z+++ svcs -Hostate baseline
4682026-06-04T08:05:35.275Z++ [[ offline* != online ]]
4692026-06-04T08:05:35.275Z++ [[ 17 -gt 300 ]]
4702026-06-04T08:05:35.275Z++ sleep 1
4712026-06-04T08:05:36.236Z++ retry=18
4722026-06-04T08:05:36.254Z+++ svcs -Hostate baseline
4732026-06-04T08:05:36.254Z++ [[ offline* != online ]]
4742026-06-04T08:05:36.254Z++ [[ 18 -gt 300 ]]
4752026-06-04T08:05:36.254Z++ sleep 1
4762026-06-04T08:05:37.226Z++ retry=19
4772026-06-04T08:05:37.229Z+++ svcs -Hostate baseline
4782026-06-04T08:05:37.242Z++ [[ offline* != online ]]
4792026-06-04T08:05:37.242Z++ [[ 19 -gt 300 ]]
4802026-06-04T08:05:37.242Z++ sleep 1
4812026-06-04T08:05:38.238Z++ retry=20
4822026-06-04T08:05:38.241Z+++ svcs -Hostate baseline
4832026-06-04T08:05:38.253Z++ [[ offline* != online ]]
4842026-06-04T08:05:38.253Z++ [[ 20 -gt 300 ]]
4852026-06-04T08:05:38.256Z++ sleep 1
4862026-06-04T08:05:39.251Z++ retry=21
4872026-06-04T08:05:39.254Z+++ svcs -Hostate baseline
4882026-06-04T08:05:39.267Z++ [[ offline* != online ]]
4892026-06-04T08:05:39.267Z++ [[ 21 -gt 300 ]]
4902026-06-04T08:05:39.268Z++ sleep 1
4912026-06-04T08:05:40.262Z++ retry=22
4922026-06-04T08:05:40.267Z+++ svcs -Hostate baseline
4932026-06-04T08:05:40.276Z++ [[ offline* != online ]]
4942026-06-04T08:05:40.276Z++ [[ 22 -gt 300 ]]
4952026-06-04T08:05:40.276Z++ sleep 1
4962026-06-04T08:05:41.273Z++ retry=23
4972026-06-04T08:05:41.276Z+++ svcs -Hostate baseline
4982026-06-04T08:05:41.288Z++ [[ offline* != online ]]
4992026-06-04T08:05:41.288Z++ [[ 23 -gt 300 ]]
5002026-06-04T08:05:41.292Z++ sleep 1
5012026-06-04T08:05:42.287Z++ retry=24
5022026-06-04T08:05:42.290Z+++ svcs -Hostate baseline
5032026-06-04T08:05:42.299Z++ [[ offline* != online ]]
5042026-06-04T08:05:42.299Z++ [[ 24 -gt 300 ]]
5052026-06-04T08:05:42.303Z++ sleep 1
5062026-06-04T08:05:43.297Z++ retry=25
5072026-06-04T08:05:43.300Z+++ svcs -Hostate baseline
5082026-06-04T08:05:43.311Z++ [[ offline* != online ]]
5092026-06-04T08:05:43.311Z++ [[ 25 -gt 300 ]]
5102026-06-04T08:05:43.311Z++ sleep 1
5112026-06-04T08:05:44.308Z++ retry=26
5122026-06-04T08:05:44.311Z+++ svcs -Hostate baseline
5132026-06-04T08:05:44.323Z++ [[ offline* != online ]]
5142026-06-04T08:05:44.323Z++ [[ 26 -gt 300 ]]
5152026-06-04T08:05:44.326Z++ sleep 1
5162026-06-04T08:05:45.322Z++ retry=27
5172026-06-04T08:05:45.329Z+++ svcs -Hostate baseline
5182026-06-04T08:05:45.337Z++ [[ offline* != online ]]
5192026-06-04T08:05:45.337Z++ [[ 27 -gt 300 ]]
5202026-06-04T08:05:45.341Z++ sleep 1
5212026-06-04T08:05:46.332Z++ retry=28
5222026-06-04T08:05:46.334Z+++ svcs -Hostate baseline
5232026-06-04T08:05:46.346Z++ [[ offline* != online ]]
5242026-06-04T08:05:46.346Z++ [[ 28 -gt 300 ]]
5252026-06-04T08:05:46.346Z++ sleep 1
5262026-06-04T08:05:47.343Z++ retry=29
5272026-06-04T08:05:47.347Z+++ svcs -Hostate baseline
5282026-06-04T08:05:47.358Z++ [[ offline* != online ]]
5292026-06-04T08:05:47.358Z++ [[ 29 -gt 300 ]]
5302026-06-04T08:05:47.358Z++ sleep 1
5312026-06-04T08:05:48.355Z++ retry=30
5322026-06-04T08:05:48.358Z+++ svcs -Hostate baseline
5332026-06-04T08:05:48.369Z++ [[ offline* != online ]]
5342026-06-04T08:05:48.369Z++ [[ 30 -gt 300 ]]
5352026-06-04T08:05:48.372Z++ sleep 1
5362026-06-04T08:05:49.367Z++ retry=31
5372026-06-04T08:05:50.367Z+++ svcs -Hostate baseline
5382026-06-04T08:05:50.369Z++ [[ offline* != online ]]
5392026-06-04T08:05:50.369Z++ [[ 31 -gt 300 ]]
5402026-06-04T08:05:50.370Z++ sleep 1
5412026-06-04T08:05:50.378Z++ retry=32
5422026-06-04T08:05:50.383Z+++ svcs -Hostate baseline
5432026-06-04T08:05:50.393Z++ [[ offline* != online ]]
5442026-06-04T08:05:50.393Z++ [[ 32 -gt 300 ]]
5452026-06-04T08:05:50.396Z++ sleep 1
5462026-06-04T08:05:51.390Z++ retry=33
5472026-06-04T08:05:51.393Z+++ svcs -Hostate baseline
5482026-06-04T08:05:51.405Z++ [[ offline* != online ]]
5492026-06-04T08:05:51.405Z++ [[ 33 -gt 300 ]]
5502026-06-04T08:05:51.405Z++ sleep 1
5512026-06-04T08:05:52.402Z++ retry=34
5522026-06-04T08:05:52.405Z+++ svcs -Hostate baseline
5532026-06-04T08:05:52.417Z++ [[ offline* != online ]]
5542026-06-04T08:05:52.417Z++ [[ 34 -gt 300 ]]
5552026-06-04T08:05:52.417Z++ sleep 1
5562026-06-04T08:05:53.415Z++ retry=35
5572026-06-04T08:05:53.418Z+++ svcs -Hostate baseline
5582026-06-04T08:05:53.431Z++ [[ offline* != online ]]
5592026-06-04T08:05:53.431Z++ [[ 35 -gt 300 ]]
5602026-06-04T08:05:53.434Z++ sleep 1
5612026-06-04T08:05:54.426Z++ retry=36
5622026-06-04T08:05:54.430Z+++ svcs -Hostate baseline
5632026-06-04T08:05:54.442Z++ [[ offline* != online ]]
5642026-06-04T08:05:54.442Z++ [[ 36 -gt 300 ]]
5652026-06-04T08:05:54.442Z++ sleep 1
5662026-06-04T08:05:55.438Z++ retry=37
5672026-06-04T08:05:55.441Z+++ svcs -Hostate baseline
5682026-06-04T08:05:55.454Z++ [[ offline* != online ]]
5692026-06-04T08:05:55.454Z++ [[ 37 -gt 300 ]]
5702026-06-04T08:05:55.454Z++ sleep 1
5712026-06-04T08:05:56.449Z++ retry=38
5722026-06-04T08:05:56.452Z+++ svcs -Hostate baseline
5732026-06-04T08:05:56.464Z++ [[ offline* != online ]]
5742026-06-04T08:05:56.464Z++ [[ 38 -gt 300 ]]
5752026-06-04T08:05:56.470Z++ sleep 1
5762026-06-04T08:05:57.462Z++ retry=39
5772026-06-04T08:05:57.468Z+++ svcs -Hostate baseline
5782026-06-04T08:05:57.476Z++ [[ offline* != online ]]
5792026-06-04T08:05:57.476Z++ [[ 39 -gt 300 ]]
5802026-06-04T08:05:57.479Z++ sleep 1
5812026-06-04T08:05:58.473Z++ retry=40
5822026-06-04T08:05:58.476Z+++ svcs -Hostate baseline
5832026-06-04T08:05:58.488Z++ [[ offline* != online ]]
5842026-06-04T08:05:58.488Z++ [[ 40 -gt 300 ]]
5852026-06-04T08:05:58.491Z++ sleep 1
5862026-06-04T08:05:59.487Z++ retry=41
5872026-06-04T08:05:59.490Z+++ svcs -Hostate baseline
5882026-06-04T08:05:59.500Z++ [[ offline* != online ]]
5892026-06-04T08:05:59.500Z++ [[ 41 -gt 300 ]]
5902026-06-04T08:05:59.503Z++ sleep 1
5912026-06-04T08:06:00.497Z++ retry=42
5922026-06-04T08:06:00.499Z+++ svcs -Hostate baseline
5932026-06-04T08:06:00.512Z++ [[ offline* != online ]]
5942026-06-04T08:06:00.515Z++ [[ 42 -gt 300 ]]
5952026-06-04T08:06:00.515Z++ sleep 1
5962026-06-04T08:06:01.510Z++ retry=43
5972026-06-04T08:06:01.513Z+++ svcs -Hostate baseline
5982026-06-04T08:06:01.523Z++ [[ offline* != online ]]
5992026-06-04T08:06:01.523Z++ [[ 43 -gt 300 ]]
6002026-06-04T08:06:01.526Z++ sleep 1
6012026-06-04T08:06:02.521Z++ retry=44
6022026-06-04T08:06:02.524Z+++ svcs -Hostate baseline
6032026-06-04T08:06:02.537Z++ [[ offline* != online ]]
6042026-06-04T08:06:02.537Z++ [[ 44 -gt 300 ]]
6052026-06-04T08:06:02.540Z++ sleep 1
6062026-06-04T08:06:03.534Z++ retry=45
6072026-06-04T08:06:03.537Z+++ svcs -Hostate baseline
6082026-06-04T08:06:03.547Z++ [[ offline* != online ]]
6092026-06-04T08:06:03.547Z++ [[ 45 -gt 300 ]]
6102026-06-04T08:06:03.547Z++ sleep 1
6112026-06-04T08:06:04.544Z++ retry=46
6122026-06-04T08:06:04.550Z+++ svcs -Hostate baseline
6132026-06-04T08:06:04.559Z++ [[ offline* != online ]]
6142026-06-04T08:06:04.559Z++ [[ 46 -gt 300 ]]
6152026-06-04T08:06:04.559Z++ sleep 1
6162026-06-04T08:06:05.557Z++ retry=47
6172026-06-04T08:06:05.559Z+++ svcs -Hostate baseline
6182026-06-04T08:06:05.571Z++ [[ offline* != online ]]
6192026-06-04T08:06:05.571Z++ [[ 47 -gt 300 ]]
6202026-06-04T08:06:05.571Z++ sleep 1
6212026-06-04T08:06:06.568Z++ retry=48
6222026-06-04T08:06:06.571Z+++ svcs -Hostate baseline
6232026-06-04T08:06:06.583Z++ [[ offline* != online ]]
6242026-06-04T08:06:06.583Z++ [[ 48 -gt 300 ]]
6252026-06-04T08:06:06.583Z++ sleep 1
6262026-06-04T08:06:07.581Z++ retry=49
6272026-06-04T08:06:07.584Z+++ svcs -Hostate baseline
6282026-06-04T08:06:07.595Z++ [[ offline* != online ]]
6292026-06-04T08:06:07.595Z++ [[ 49 -gt 300 ]]
6302026-06-04T08:06:07.598Z++ sleep 1
6312026-06-04T08:06:08.595Z++ retry=50
6322026-06-04T08:06:08.597Z+++ svcs -Hostate baseline
6332026-06-04T08:06:08.607Z++ [[ offline* != online ]]
6342026-06-04T08:06:08.607Z++ [[ 50 -gt 300 ]]
6352026-06-04T08:06:08.610Z++ sleep 1
6362026-06-04T08:06:09.604Z++ retry=51
6372026-06-04T08:06:09.607Z+++ svcs -Hostate baseline
6382026-06-04T08:06:09.619Z++ [[ offline* != online ]]
6392026-06-04T08:06:09.619Z++ [[ 51 -gt 300 ]]
6402026-06-04T08:06:09.619Z++ sleep 1
6412026-06-04T08:06:10.616Z++ retry=52
6422026-06-04T08:06:10.619Z+++ svcs -Hostate baseline
6432026-06-04T08:06:10.630Z++ [[ offline* != online ]]
6442026-06-04T08:06:10.630Z++ [[ 52 -gt 300 ]]
6452026-06-04T08:06:10.633Z++ sleep 1
6462026-06-04T08:06:11.628Z++ retry=53
6472026-06-04T08:06:11.631Z+++ svcs -Hostate baseline
6482026-06-04T08:06:11.642Z++ [[ offline* != online ]]
6492026-06-04T08:06:11.642Z++ [[ 53 -gt 300 ]]
6502026-06-04T08:06:11.645Z++ sleep 1
6512026-06-04T08:06:12.640Z++ retry=54
6522026-06-04T08:06:12.643Z+++ svcs -Hostate baseline
6532026-06-04T08:06:12.655Z++ [[ offline* != online ]]
6542026-06-04T08:06:12.655Z++ [[ 54 -gt 300 ]]
6552026-06-04T08:06:12.658Z++ sleep 1
6562026-06-04T08:06:13.652Z++ retry=55
6572026-06-04T08:06:13.655Z+++ svcs -Hostate baseline
6582026-06-04T08:06:13.667Z++ [[ offline* != online ]]
6592026-06-04T08:06:13.667Z++ [[ 55 -gt 300 ]]
6602026-06-04T08:06:13.669Z++ sleep 1
6612026-06-04T08:06:14.665Z++ retry=56
6622026-06-04T08:06:14.668Z+++ svcs -Hostate baseline
6632026-06-04T08:06:14.679Z++ [[ offline* != online ]]
6642026-06-04T08:06:14.679Z++ [[ 56 -gt 300 ]]
6652026-06-04T08:06:14.679Z++ sleep 1
6662026-06-04T08:06:15.676Z++ retry=57
6672026-06-04T08:06:15.679Z+++ svcs -Hostate baseline
6682026-06-04T08:06:15.691Z++ [[ offline* != online ]]
6692026-06-04T08:06:15.691Z++ [[ 57 -gt 300 ]]
6702026-06-04T08:06:15.691Z++ sleep 1
6712026-06-04T08:06:16.688Z++ retry=58
6722026-06-04T08:06:16.691Z+++ svcs -Hostate baseline
6732026-06-04T08:06:16.705Z++ [[ offline* != online ]]
6742026-06-04T08:06:16.705Z++ [[ 58 -gt 300 ]]
6752026-06-04T08:06:16.705Z++ sleep 1
6762026-06-04T08:06:17.700Z++ retry=59
6772026-06-04T08:06:17.703Z+++ svcs -Hostate baseline
6782026-06-04T08:06:17.714Z++ [[ offline* != online ]]
6792026-06-04T08:06:17.714Z++ [[ 59 -gt 300 ]]
6802026-06-04T08:06:17.714Z++ sleep 1
6812026-06-04T08:06:18.712Z++ retry=60
6822026-06-04T08:06:18.715Z+++ svcs -Hostate baseline
6832026-06-04T08:06:18.726Z++ [[ offline* != online ]]
6842026-06-04T08:06:18.726Z++ [[ 60 -gt 300 ]]
6852026-06-04T08:06:18.726Z++ sleep 1
6862026-06-04T08:06:19.723Z++ retry=61
6872026-06-04T08:06:19.726Z+++ svcs -Hostate baseline
6882026-06-04T08:06:19.738Z++ [[ offline* != online ]]
6892026-06-04T08:06:19.738Z++ [[ 61 -gt 300 ]]
6902026-06-04T08:06:19.738Z++ sleep 1
6912026-06-04T08:06:20.735Z++ retry=62
6922026-06-04T08:06:20.738Z+++ svcs -Hostate baseline
6932026-06-04T08:06:20.750Z++ [[ offline* != online ]]
6942026-06-04T08:06:20.750Z++ [[ 62 -gt 300 ]]
6952026-06-04T08:06:20.750Z++ sleep 1
6962026-06-04T08:06:21.747Z++ retry=63
6972026-06-04T08:06:21.750Z+++ svcs -Hostate baseline
6982026-06-04T08:06:21.761Z++ [[ offline* != online ]]
6992026-06-04T08:06:21.761Z++ [[ 63 -gt 300 ]]
7002026-06-04T08:06:21.761Z++ sleep 1
7012026-06-04T08:06:22.759Z++ retry=64
7022026-06-04T08:06:22.761Z+++ svcs -Hostate baseline
7032026-06-04T08:06:22.773Z++ [[ offline* != online ]]
7042026-06-04T08:06:22.773Z++ [[ 64 -gt 300 ]]
7052026-06-04T08:06:22.773Z++ sleep 1
7062026-06-04T08:06:23.771Z++ retry=65
7072026-06-04T08:06:23.773Z+++ svcs -Hostate baseline
7082026-06-04T08:06:23.786Z++ [[ offline* != online ]]
7092026-06-04T08:06:23.786Z++ [[ 65 -gt 300 ]]
7102026-06-04T08:06:23.786Z++ sleep 1
7112026-06-04T08:06:24.784Z++ retry=66
7122026-06-04T08:06:24.786Z+++ svcs -Hostate baseline
7132026-06-04T08:06:24.798Z++ [[ offline* != online ]]
7142026-06-04T08:06:24.798Z++ [[ 66 -gt 300 ]]
7152026-06-04T08:06:24.798Z++ sleep 1
7162026-06-04T08:06:25.796Z++ retry=67
7172026-06-04T08:06:25.799Z+++ svcs -Hostate baseline
7182026-06-04T08:06:25.810Z++ [[ offline* != online ]]
7192026-06-04T08:06:25.810Z++ [[ 67 -gt 300 ]]
7202026-06-04T08:06:25.810Z++ sleep 1
7212026-06-04T08:06:26.808Z++ retry=68
7222026-06-04T08:06:26.811Z+++ svcs -Hostate baseline
7232026-06-04T08:06:26.823Z++ [[ offline* != online ]]
7242026-06-04T08:06:26.823Z++ [[ 68 -gt 300 ]]
7252026-06-04T08:06:26.827Z++ sleep 1
7262026-06-04T08:06:27.820Z++ retry=69
7272026-06-04T08:06:27.823Z+++ svcs -Hostate baseline
7282026-06-04T08:06:27.835Z++ [[ offline* != online ]]
7292026-06-04T08:06:27.835Z++ [[ 69 -gt 300 ]]
7302026-06-04T08:06:27.835Z++ sleep 1
7312026-06-04T08:06:28.833Z++ retry=70
7322026-06-04T08:06:28.836Z+++ svcs -Hostate baseline
7332026-06-04T08:06:28.847Z++ [[ offline* != online ]]
7342026-06-04T08:06:28.847Z++ [[ 70 -gt 300 ]]
7352026-06-04T08:06:28.847Z++ sleep 1
7362026-06-04T08:06:29.844Z++ retry=71
7372026-06-04T08:06:29.848Z+++ svcs -Hostate baseline
7382026-06-04T08:06:29.860Z++ [[ offline* != online ]]
7392026-06-04T08:06:29.860Z++ [[ 71 -gt 300 ]]
7402026-06-04T08:06:29.860Z++ sleep 1
7412026-06-04T08:06:30.858Z++ retry=72
7422026-06-04T08:06:30.860Z+++ svcs -Hostate baseline
7432026-06-04T08:06:30.872Z++ [[ offline* != online ]]
7442026-06-04T08:06:30.872Z++ [[ 72 -gt 300 ]]
7452026-06-04T08:06:30.872Z++ sleep 1
7462026-06-04T08:06:31.870Z++ retry=73
7472026-06-04T08:06:31.873Z+++ svcs -Hostate baseline
7482026-06-04T08:06:31.885Z++ [[ offline* != online ]]
7492026-06-04T08:06:31.885Z++ [[ 73 -gt 300 ]]
7502026-06-04T08:06:31.885Z++ sleep 1
7512026-06-04T08:06:32.882Z++ retry=74
7522026-06-04T08:06:32.886Z+++ svcs -Hostate baseline
7532026-06-04T08:06:32.897Z++ [[ offline* != online ]]
7542026-06-04T08:06:32.897Z++ [[ 74 -gt 300 ]]
7552026-06-04T08:06:32.897Z++ sleep 1
7562026-06-04T08:06:33.896Z++ retry=75
7572026-06-04T08:06:33.899Z+++ svcs -Hostate baseline
7582026-06-04T08:06:33.910Z++ [[ offline* != online ]]
7592026-06-04T08:06:33.910Z++ [[ 75 -gt 300 ]]
7602026-06-04T08:06:33.910Z++ sleep 1
7612026-06-04T08:06:34.907Z++ retry=76
7622026-06-04T08:06:34.909Z+++ svcs -Hostate baseline
7632026-06-04T08:06:34.921Z++ [[ offline* != online ]]
7642026-06-04T08:06:34.921Z++ [[ 76 -gt 300 ]]
7652026-06-04T08:06:34.921Z++ sleep 1
7662026-06-04T08:06:35.919Z++ retry=77
7672026-06-04T08:06:35.923Z+++ svcs -Hostate baseline
7682026-06-04T08:06:35.937Z++ [[ offline* != online ]]
7692026-06-04T08:06:35.937Z++ [[ 77 -gt 300 ]]
7702026-06-04T08:06:35.937Z++ sleep 1
7712026-06-04T08:06:36.931Z++ retry=78
7722026-06-04T08:06:36.934Z+++ svcs -Hostate baseline
7732026-06-04T08:06:36.945Z++ [[ offline* != online ]]
7742026-06-04T08:06:36.945Z++ [[ 78 -gt 300 ]]
7752026-06-04T08:06:36.948Z++ sleep 1
7762026-06-04T08:06:37.942Z++ retry=79
7772026-06-04T08:06:37.945Z+++ svcs -Hostate baseline
7782026-06-04T08:06:37.958Z++ [[ offline* != online ]]
7792026-06-04T08:06:37.958Z++ [[ 79 -gt 300 ]]
7802026-06-04T08:06:37.958Z++ sleep 1
7812026-06-04T08:06:38.954Z++ retry=80
7822026-06-04T08:06:38.957Z+++ svcs -Hostate baseline
7832026-06-04T08:06:38.969Z++ [[ offline* != online ]]
7842026-06-04T08:06:38.969Z++ [[ 80 -gt 300 ]]
7852026-06-04T08:06:38.969Z++ sleep 1
7862026-06-04T08:06:39.966Z++ retry=81
7872026-06-04T08:06:39.969Z+++ svcs -Hostate baseline
7882026-06-04T08:06:39.981Z++ [[ offline* != online ]]
7892026-06-04T08:06:39.981Z++ [[ 81 -gt 300 ]]
7902026-06-04T08:06:39.981Z++ sleep 1
7912026-06-04T08:06:41.000Z++ retry=82
7922026-06-04T08:06:41.019Z+++ svcs -Hostate baseline
7932026-06-04T08:06:41.019Z++ [[ offline* != online ]]
7942026-06-04T08:06:41.019Z++ [[ 82 -gt 300 ]]
7952026-06-04T08:06:41.019Z++ sleep 1
7962026-06-04T08:06:41.990Z++ retry=83
7972026-06-04T08:06:41.993Z+++ svcs -Hostate baseline
7982026-06-04T08:06:42.004Z++ [[ offline* != online ]]
7992026-06-04T08:06:42.004Z++ [[ 83 -gt 300 ]]
8002026-06-04T08:06:42.004Z++ sleep 1
8012026-06-04T08:06:43.006Z++ retry=84
8022026-06-04T08:06:43.014Z+++ svcs -Hostate baseline
8032026-06-04T08:06:43.024Z++ [[ offline* != online ]]
8042026-06-04T08:06:43.024Z++ [[ 84 -gt 300 ]]
8052026-06-04T08:06:43.024Z++ sleep 1
8062026-06-04T08:06:44.014Z++ retry=85
8072026-06-04T08:06:44.016Z+++ svcs -Hostate baseline
8082026-06-04T08:06:44.028Z++ [[ offline* != online ]]
8092026-06-04T08:06:44.028Z++ [[ 85 -gt 300 ]]
8102026-06-04T08:06:44.028Z++ sleep 1
8112026-06-04T08:06:45.025Z++ retry=86
8122026-06-04T08:06:45.029Z+++ svcs -Hostate baseline
8132026-06-04T08:06:45.042Z++ [[ offline* != online ]]
8142026-06-04T08:06:45.042Z++ [[ 86 -gt 300 ]]
8152026-06-04T08:06:45.042Z++ sleep 1
8162026-06-04T08:06:46.037Z++ retry=87
8172026-06-04T08:06:46.040Z+++ svcs -Hostate baseline
8182026-06-04T08:06:46.052Z++ [[ offline* != online ]]
8192026-06-04T08:06:46.052Z++ [[ 87 -gt 300 ]]
8202026-06-04T08:06:46.052Z++ sleep 1
8212026-06-04T08:06:47.050Z++ retry=88
8222026-06-04T08:06:47.065Z+++ svcs -Hostate baseline
8232026-06-04T08:06:47.078Z++ [[ offline* != online ]]
8242026-06-04T08:06:47.078Z++ [[ 88 -gt 300 ]]
8252026-06-04T08:06:47.078Z++ sleep 1
8262026-06-04T08:06:48.067Z++ retry=89
8272026-06-04T08:06:48.076Z+++ svcs -Hostate baseline
8282026-06-04T08:06:48.087Z++ [[ offline* != online ]]
8292026-06-04T08:06:48.087Z++ [[ 89 -gt 300 ]]
8302026-06-04T08:06:48.087Z++ sleep 1
8312026-06-04T08:06:49.079Z++ retry=90
8322026-06-04T08:06:49.089Z+++ svcs -Hostate baseline
8332026-06-04T08:06:49.092Z++ [[ offline* != online ]]
8342026-06-04T08:06:49.092Z++ [[ 90 -gt 300 ]]
8352026-06-04T08:06:49.092Z++ sleep 1
8362026-06-04T08:06:50.094Z++ retry=91
8372026-06-04T08:06:50.108Z+++ svcs -Hostate baseline
8382026-06-04T08:06:50.114Z++ [[ offline* != online ]]
8392026-06-04T08:06:50.114Z++ [[ 91 -gt 300 ]]
8402026-06-04T08:06:50.114Z++ sleep 1
8412026-06-04T08:06:51.102Z++ retry=92
8422026-06-04T08:06:51.136Z+++ svcs -Hostate baseline
8432026-06-04T08:06:51.169Z++ [[ offline* != online ]]
8442026-06-04T08:06:51.169Z++ [[ 92 -gt 300 ]]
8452026-06-04T08:06:51.169Z++ sleep 1
8462026-06-04T08:06:52.507Z++ retry=93
8472026-06-04T08:06:52.623Z+++ svcs -Hostate baseline
8482026-06-04T08:06:52.623Z++ [[ offline* != online ]]
8492026-06-04T08:06:52.623Z++ [[ 93 -gt 300 ]]
8502026-06-04T08:06:52.623Z++ sleep 1
8512026-06-04T08:06:53.121Z++ retry=94
8522026-06-04T08:06:53.126Z+++ svcs -Hostate baseline
8532026-06-04T08:06:53.136Z++ [[ offline* != online ]]
8542026-06-04T08:06:53.137Z++ [[ 94 -gt 300 ]]
8552026-06-04T08:06:53.143Z++ sleep 1
8562026-06-04T08:06:54.180Z++ retry=95
8572026-06-04T08:06:54.198Z+++ svcs -Hostate baseline
8582026-06-04T08:06:54.198Z++ [[ offline* != online ]]
8592026-06-04T08:06:54.198Z++ [[ 95 -gt 300 ]]
8602026-06-04T08:06:54.198Z++ sleep 1
8612026-06-04T08:06:55.144Z++ retry=96
8622026-06-04T08:06:55.147Z+++ svcs -Hostate baseline
8632026-06-04T08:06:55.160Z++ [[ offline* != online ]]
8642026-06-04T08:06:55.160Z++ [[ 96 -gt 300 ]]
8652026-06-04T08:06:55.160Z++ sleep 1
8662026-06-04T08:06:56.157Z++ retry=97
8672026-06-04T08:06:56.160Z+++ svcs -Hostate baseline
8682026-06-04T08:06:56.171Z++ [[ offline* != online ]]
8692026-06-04T08:06:56.171Z++ [[ 97 -gt 300 ]]
8702026-06-04T08:06:56.175Z++ sleep 1
8712026-06-04T08:06:57.173Z++ retry=98
8722026-06-04T08:06:57.179Z+++ svcs -Hostate baseline
8732026-06-04T08:06:57.186Z++ [[ offline* != online ]]
8742026-06-04T08:06:57.186Z++ [[ 98 -gt 300 ]]
8752026-06-04T08:06:57.186Z++ sleep 1
8762026-06-04T08:06:58.189Z++ retry=99
8772026-06-04T08:06:58.194Z+++ svcs -Hostate baseline
8782026-06-04T08:06:58.197Z++ [[ offline* != online ]]
8792026-06-04T08:06:58.197Z++ [[ 99 -gt 300 ]]
8802026-06-04T08:06:58.197Z++ sleep 1
8812026-06-04T08:06:59.195Z++ retry=100
8822026-06-04T08:06:59.198Z+++ svcs -Hostate baseline
8832026-06-04T08:06:59.206Z++ [[ offline* != online ]]
8842026-06-04T08:06:59.206Z++ [[ 100 -gt 300 ]]
8852026-06-04T08:06:59.206Z++ sleep 1
8862026-06-04T08:07:00.205Z++ retry=101
8872026-06-04T08:07:00.208Z+++ svcs -Hostate baseline
8882026-06-04T08:07:00.219Z++ [[ offline* != online ]]
8892026-06-04T08:07:00.220Z++ [[ 101 -gt 300 ]]
8902026-06-04T08:07:00.220Z++ sleep 1
8912026-06-04T08:07:01.428Z++ retry=102
8922026-06-04T08:07:01.455Z+++ svcs -Hostate baseline
8932026-06-04T08:07:01.455Z++ [[ offline* != online ]]
8942026-06-04T08:07:01.455Z++ [[ 102 -gt 300 ]]
8952026-06-04T08:07:01.455Z++ sleep 1
8962026-06-04T08:07:02.225Z++ retry=103
8972026-06-04T08:07:02.228Z+++ svcs -Hostate baseline
8982026-06-04T08:07:02.240Z++ [[ offline* != online ]]
8992026-06-04T08:07:02.240Z++ [[ 103 -gt 300 ]]
9002026-06-04T08:07:02.242Z++ sleep 1
9012026-06-04T08:07:03.238Z++ retry=104
9022026-06-04T08:07:03.241Z+++ svcs -Hostate baseline
9032026-06-04T08:07:03.253Z++ [[ offline* != online ]]
9042026-06-04T08:07:03.253Z++ [[ 104 -gt 300 ]]
9052026-06-04T08:07:03.255Z++ sleep 1
9062026-06-04T08:07:04.249Z++ retry=105
9072026-06-04T08:07:04.253Z+++ svcs -Hostate baseline
9082026-06-04T08:07:04.264Z++ [[ offline* != online ]]
9092026-06-04T08:07:04.264Z++ [[ 105 -gt 300 ]]
9102026-06-04T08:07:04.264Z++ sleep 1
9112026-06-04T08:07:05.261Z++ retry=106
9122026-06-04T08:07:05.267Z+++ svcs -Hostate baseline
9132026-06-04T08:07:05.275Z++ [[ online != online ]]
9142026-06-04T08:07:05.275Z++ set -o errexit
9152026-06-04T08:07:05.279Z++ set -o pipefail
9162026-06-04T08:07:05.279Z++ banner build
9172026-06-04T08:07:05.279Z
9182026-06-04T08:07:05.279Z ##### # # # # #####
9192026-06-04T08:07:05.279Z # # # # # # # #
9202026-06-04T08:07:05.279Z ##### # # # # # #
9212026-06-04T08:07:05.279Z # # # # # # # #
9222026-06-04T08:07:05.279Z # # # # # # # #
9232026-06-04T08:07:05.279Z ##### #### # ###### #####
9242026-06-04T08:07:05.279Z
9252026-06-04T08:07:05.279Z++ cargo build --release --bin ddmd --bin ddmadm
9262026-06-04T08:07:05.283Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9272026-06-04T08:07:05.433Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9282026-06-04T08:07:05.437Zinfo: downloading 6 components
9292026-06-04T08:07:19.739Z Updating git repository `https://github.com/oxidecomputer/falcon`
9302026-06-04T08:07:20.351ZFrom https://github.com/oxidecomputer/falcon
9312026-06-04T08:07:20.351Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9322026-06-04T08:07:20.427Z Updating crates.io index
9332026-06-04T08:07:20.460Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9342026-06-04T08:07:21.411ZFrom https://github.com/oxidecomputer/dendrite
9352026-06-04T08:07:21.411Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9362026-06-04T08:07:21.638Z Updating git repository `https://github.com/oxidecomputer/ispf`
9372026-06-04T08:07:21.933ZFrom https://github.com/oxidecomputer/ispf
9382026-06-04T08:07:21.933Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9392026-06-04T08:07:21.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9402026-06-04T08:07:22.297ZFrom https://github.com/oxidecomputer/netadm-sys
9412026-06-04T08:07:22.297Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9422026-06-04T08:07:22.305Z Updating git repository `https://github.com/oxidecomputer/omicron`
9432026-06-04T08:07:29.726ZFrom https://github.com/oxidecomputer/omicron
9442026-06-04T08:07:29.726Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9452026-06-04T08:07:30.140Z Updating git repository `https://github.com/oxidecomputer/opte`
9462026-06-04T08:07:30.757ZFrom https://github.com/oxidecomputer/opte
9472026-06-04T08:07:30.757Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9482026-06-04T08:07:30.788Z Updating git repository `https://github.com/illumos/smf-rs`
9492026-06-04T08:07:31.061ZFrom https://github.com/illumos/smf-rs
9502026-06-04T08:07:31.061Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9512026-06-04T08:07:31.577Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9522026-06-04T08:07:31.837ZFrom https://github.com/oxidecomputer/network-interface
9532026-06-04T08:07:31.837Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9542026-06-04T08:07:31.855Z Updating git repository `https://github.com/oxidecomputer/zone`
9552026-06-04T08:07:32.136ZFrom https://github.com/oxidecomputer/zone
9562026-06-04T08:07:32.136Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9572026-06-04T08:07:32.224Z Updating git repository `https://github.com/oxidecomputer/propolis`
9582026-06-04T08:07:32.831ZFrom https://github.com/oxidecomputer/propolis
9592026-06-04T08:07:32.831Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9602026-06-04T08:07:33.053Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9612026-06-04T08:07:33.549ZFrom https://github.com/oxidecomputer/transceiver-control
9622026-06-04T08:07:33.549Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9632026-06-04T08:07:33.566Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9642026-06-04T08:07:33.827ZFrom https://github.com/oxidecomputer/dlpi-sys
9652026-06-04T08:07:33.827Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9662026-06-04T08:07:33.833Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9672026-06-04T08:07:34.139ZFrom https://github.com/jmesmon/rust-libzfs
9682026-06-04T08:07:34.140Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9692026-06-04T08:07:34.145Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9702026-06-04T08:07:34.433ZFrom https://github.com/oxidecomputer/rusty-doors
9712026-06-04T08:07:34.433Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9722026-06-04T08:07:34.513Z Updating git repository `https://github.com/oxidecomputer/lldp`
9732026-06-04T08:07:34.819ZFrom https://github.com/oxidecomputer/lldp
9742026-06-04T08:07:34.819Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9752026-06-04T08:07:34.899Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9762026-06-04T08:07:35.190ZFrom https://github.com/oxidecomputer/slog-error-chain
9772026-06-04T08:07:35.190Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9782026-06-04T08:07:35.210Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9792026-06-04T08:07:35.533ZFrom https://github.com/oxidecomputer/tufaceous
9802026-06-04T08:07:35.533Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9812026-06-04T08:07:35.555Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9822026-06-04T08:07:36.060ZFrom https://github.com/oxidecomputer/management-gateway-service
9832026-06-04T08:07:36.060Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9842026-06-04T08:07:36.338Z Updating git repository `https://github.com/oxidecomputer/crucible`
9852026-06-04T08:07:37.175ZFrom https://github.com/oxidecomputer/crucible
9862026-06-04T08:07:37.175Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9872026-06-04T08:07:37.974Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9882026-06-04T08:07:38.256ZFrom https://github.com/oxidecomputer/serde_human_bytes
9892026-06-04T08:07:38.256Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9902026-06-04T08:07:38.573Z Updating git repository `https://github.com/oxidecomputer/propolis`
9912026-06-04T08:07:39.588ZFrom https://github.com/oxidecomputer/propolis
9922026-06-04T08:07:39.588Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
9932026-06-04T08:07:39.619Z Updating git repository `https://github.com/oxidecomputer/opte`
9942026-06-04T08:07:39.619ZFrom https://github.com/oxidecomputer/opte
9952026-06-04T08:07:39.619Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
9962026-06-04T08:07:39.619Z Updating git repository `https://github.com/oxidecomputer/tofino`
9972026-06-04T08:07:39.832ZFrom https://github.com/oxidecomputer/tofino
9982026-06-04T08:07:39.832Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
9992026-06-04T08:07:39.854Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10002026-06-04T08:07:40.598ZFrom https://github.com/oxidecomputer/maghemite
10012026-06-04T08:07:40.598Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10022026-06-04T08:07:40.633Z Updating git repository `https://github.com/oxidecomputer/clickward`
10032026-06-04T08:07:40.949ZFrom https://github.com/oxidecomputer/clickward
10042026-06-04T08:07:40.949Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10052026-06-04T08:07:41.067Z Updating git repository `https://github.com/oxidecomputer/crucible`
10062026-06-04T08:07:41.478ZFrom https://github.com/oxidecomputer/crucible
10072026-06-04T08:07:41.478Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10082026-06-04T08:07:41.522Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10092026-06-04T08:07:41.788ZFrom https://github.com/oxidecomputer/illumos-devinfo
10102026-06-04T08:07:41.788Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10112026-06-04T08:07:43.107Z Downloading crates ...
10122026-06-04T08:07:43.174Z Downloaded async-stream-impl v0.3.6
10132026-06-04T08:07:43.177Z Downloaded adler2 v2.0.1
10142026-06-04T08:07:43.184Z Downloaded camino v1.2.2
10152026-06-04T08:07:43.188Z Downloaded convert_case v0.4.0
10162026-06-04T08:07:43.191Z Downloaded backoff v0.4.0
10172026-06-04T08:07:43.194Z Downloaded daft v0.1.7
10182026-06-04T08:07:43.197Z Downloaded darling_macro v0.21.3
10192026-06-04T08:07:43.199Z Downloaded defmt-macros v1.1.0
10202026-06-04T08:07:43.202Z Downloaded aho-corasick v1.1.4
10212026-06-04T08:07:43.206Z Downloaded digest v0.10.7
10222026-06-04T08:07:43.210Z Downloaded debug-ignore v1.0.5
10232026-06-04T08:07:43.212Z Downloaded displaydoc v0.2.5
10242026-06-04T08:07:43.217Z Downloaded fnv v1.0.7
10252026-06-04T08:07:43.220Z Downloaded compression-core v0.4.32
10262026-06-04T08:07:43.220Z Downloaded cfg-if v1.0.4
10272026-06-04T08:07:43.223Z Downloaded float-ord v0.3.2
10282026-06-04T08:07:43.223Z Downloaded defmt v1.1.0
10292026-06-04T08:07:43.228Z Downloaded futures-channel v0.3.32
10302026-06-04T08:07:43.230Z Downloaded defmt-parser v1.0.0
10312026-06-04T08:07:43.233Z Downloaded futures-executor v0.3.32
10322026-06-04T08:07:43.236Z Downloaded highway v1.3.0
10332026-06-04T08:07:43.236Z Downloaded glob v0.3.3
10342026-06-04T08:07:43.239Z Downloaded crucible-workspace-hack v0.1.0
10352026-06-04T08:07:43.242Z Downloaded heck v0.5.0
10362026-06-04T08:07:43.244Z Downloaded foreign-types-macros v0.2.3
10372026-06-04T08:07:43.244Z Downloaded crossbeam-utils v0.8.21
10382026-06-04T08:07:43.247Z Downloaded http-body v1.0.1
10392026-06-04T08:07:43.250Z Downloaded dof v0.4.0
10402026-06-04T08:07:43.252Z Downloaded crunchy v0.2.4
10412026-06-04T08:07:43.255Z Downloaded foreign-types v0.3.2
10422026-06-04T08:07:43.259Z Downloaded dropshot-api-manager-types v0.7.2
10432026-06-04T08:07:43.261Z Downloaded crc8 v0.1.1
10442026-06-04T08:07:43.262Z Downloaded futures-macro v0.3.32
10452026-06-04T08:07:43.265Z Downloaded group v0.13.0
10462026-06-04T08:07:43.265Z Downloaded futures-io v0.3.32
10472026-06-04T08:07:43.268Z Downloaded const-random-macro v0.1.16
10482026-06-04T08:07:43.268Z Downloaded hubpack v0.1.2
10492026-06-04T08:07:43.271Z Downloaded hostname v0.4.2
10502026-06-04T08:07:43.273Z Downloaded hex v0.4.3
10512026-06-04T08:07:43.275Z Downloaded fixedbitset v0.4.2
10522026-06-04T08:07:43.278Z Downloaded httpdate v1.0.3
10532026-06-04T08:07:43.278Z Downloaded bit-set v0.8.0
10542026-06-04T08:07:43.281Z Downloaded base16ct v0.2.0
10552026-06-04T08:07:43.284Z Downloaded generic-array v0.14.7
10562026-06-04T08:07:43.284Z Downloaded gethostname v0.5.0
10572026-06-04T08:07:43.286Z Downloaded async-stream v0.3.6
10582026-06-04T08:07:43.290Z Downloaded indent_write v2.2.0
10592026-06-04T08:07:43.293Z Downloaded futures-task v0.3.32
10602026-06-04T08:07:43.293Z Downloaded const-random v0.1.18
10612026-06-04T08:07:43.296Z Downloaded atomicwrites v0.4.4
10622026-06-04T08:07:43.299Z Downloaded hubpack_derive v0.1.1
10632026-06-04T08:07:43.299Z Downloaded hostname v0.3.1
10642026-06-04T08:07:43.302Z Downloaded autocfg v1.5.0
10652026-06-04T08:07:43.302Z Downloaded git-stub v1.0.0
10662026-06-04T08:07:43.304Z Downloaded fxhash v0.2.1
10672026-06-04T08:07:43.307Z Downloaded critical-section v1.2.0
10682026-06-04T08:07:43.310Z Downloaded hash32 v0.3.1
10692026-06-04T08:07:43.310Z Downloaded foreign-types-shared v0.1.1
10702026-06-04T08:07:43.312Z Downloaded foreign-types v0.5.0
10712026-06-04T08:07:43.317Z Downloaded embedded-io v0.4.0
10722026-06-04T08:07:43.317Z Downloaded flate2 v1.1.9
10732026-06-04T08:07:43.321Z Downloaded instant v0.1.13
10742026-06-04T08:07:43.324Z Downloaded inout v0.1.4
10752026-06-04T08:07:43.324Z Downloaded is_terminal_polyfill v1.70.2
10762026-06-04T08:07:43.327Z Downloaded is_ci v1.2.0
10772026-06-04T08:07:43.329Z Downloaded lazy_static v1.5.0
10782026-06-04T08:07:43.329Z Downloaded keccak v0.1.6
10792026-06-04T08:07:43.333Z Downloaded idna_adapter v1.2.2
10802026-06-04T08:07:43.334Z Downloaded heck v0.4.1
10812026-06-04T08:07:43.336Z Downloaded ident_case v1.0.1
10822026-06-04T08:07:43.336Z Downloaded itoa v1.0.18
10832026-06-04T08:07:43.339Z Downloaded fs_extra v1.3.0
10842026-06-04T08:07:43.342Z Downloaded http-body-util v0.1.3
10852026-06-04T08:07:43.347Z Downloaded byte-wrapper v0.1.0
10862026-06-04T08:07:43.347Z Downloaded const_format_proc_macros v0.2.34
10872026-06-04T08:07:43.352Z Downloaded daft-derive v0.1.7
10882026-06-04T08:07:43.352Z Downloaded linked-hash-map v0.5.6
10892026-06-04T08:07:43.356Z Downloaded anstream v1.0.0
10902026-06-04T08:07:43.356Z Downloaded memmap v0.7.0
10912026-06-04T08:07:43.358Z Downloaded match_cfg v0.1.0
10922026-06-04T08:07:43.362Z Downloaded argon2 v0.5.3
10932026-06-04T08:07:43.363Z Downloaded csv-core v0.1.13
10942026-06-04T08:07:43.365Z Downloaded getrandom v0.2.17
10952026-06-04T08:07:43.367Z Downloaded bs58 v0.5.1
10962026-06-04T08:07:43.371Z Downloaded byteorder v1.5.0
10972026-06-04T08:07:43.378Z Downloaded managed v0.8.0
10982026-06-04T08:07:43.378Z Downloaded konst_macro_rules v0.2.19
10992026-06-04T08:07:43.381Z Downloaded crossbeam-deque v0.8.6
11002026-06-04T08:07:43.381Z Downloaded mime v0.3.17
11012026-06-04T08:07:43.381Z Downloaded futures v0.3.32
11022026-06-04T08:07:43.384Z Downloaded clap_derive v4.6.1
11032026-06-04T08:07:43.387Z Downloaded newline-converter v0.3.0
11042026-06-04T08:07:43.392Z Downloaded num-conv v0.2.1
11052026-06-04T08:07:43.395Z Downloaded lru-slab v0.1.2
11062026-06-04T08:07:43.395Z Downloaded memoffset v0.9.1
11072026-06-04T08:07:43.395Z Downloaded natord v1.0.9
11082026-06-04T08:07:43.395Z Downloaded omicron-workspace-hack v0.1.0
11092026-06-04T08:07:43.395Z Downloaded num_enum_derive v0.5.11
11102026-06-04T08:07:43.398Z Downloaded openssl-macros v0.1.1
11112026-06-04T08:07:43.398Z Downloaded humantime v2.3.0
11122026-06-04T08:07:43.401Z Downloaded httparse v1.10.1
11132026-06-04T08:07:43.403Z Downloaded olpc-cjson v0.1.4
11142026-06-04T08:07:43.406Z Downloaded num-derive v0.4.2
11152026-06-04T08:07:43.406Z Downloaded bytecount v0.6.9
11162026-06-04T08:07:43.410Z Downloaded anstyle v1.0.14
11172026-06-04T08:07:43.413Z Downloaded newtype-uuid-macros v0.1.0
11182026-06-04T08:07:43.413Z Downloaded num v0.4.3
11192026-06-04T08:07:43.413Z Downloaded newtype_derive v0.1.6
11202026-06-04T08:07:43.415Z Downloaded num-iter v0.1.45
11212026-06-04T08:07:43.418Z Downloaded libsw v3.5.0
11222026-06-04T08:07:43.418Z Downloaded libscf-sys v1.2.0
11232026-06-04T08:07:43.421Z Downloaded macaddr v1.0.1
11242026-06-04T08:07:43.421Z Downloaded opaque-debug v0.3.1
11252026-06-04T08:07:43.423Z Downloaded lock_api v0.4.14
11262026-06-04T08:07:43.423Z Downloaded hmac v0.12.1
11272026-06-04T08:07:43.426Z Downloaded colored v3.1.1
11282026-06-04T08:07:43.429Z Downloaded parse-display v0.10.0
11292026-06-04T08:07:43.431Z Downloaded bitflags v2.11.1
11302026-06-04T08:07:43.434Z Downloaded bitflags v1.3.2
11312026-06-04T08:07:43.437Z Downloaded console v0.16.3
11322026-06-04T08:07:43.437Z Downloaded anyhow v1.0.102
11332026-06-04T08:07:43.440Z Downloaded iana-time-zone v0.1.65
11342026-06-04T08:07:43.442Z Downloaded base64ct v1.8.3
11352026-06-04T08:07:43.445Z Downloaded jobserver v0.1.34
11362026-06-04T08:07:43.447Z Downloaded darling v0.21.3
11372026-06-04T08:07:43.450Z Downloaded getrandom v0.4.2
11382026-06-04T08:07:43.453Z Downloaded clap v4.6.1
11392026-06-04T08:07:43.458Z Downloaded percent-encoding v2.3.2
11402026-06-04T08:07:43.461Z Downloaded no-std-compat v0.4.1
11412026-06-04T08:07:43.463Z Downloaded plain v0.2.3
11422026-06-04T08:07:43.463Z Downloaded pretty-hex v0.4.2
11432026-06-04T08:07:43.469Z Downloaded multer v3.1.0
11442026-06-04T08:07:43.469Z Downloaded num_threads v0.1.7
11452026-06-04T08:07:43.471Z Downloaded powerfmt v0.2.0
11462026-06-04T08:07:43.471Z Downloaded num_enum v0.7.6
11472026-06-04T08:07:43.474Z Downloaded blake2 v0.10.6
11482026-06-04T08:07:43.476Z Downloaded data-encoding v2.11.0
11492026-06-04T08:07:43.476Z Downloaded getrandom v0.3.4
11502026-06-04T08:07:43.479Z Downloaded hyper-rustls v0.27.9
11512026-06-04T08:07:43.482Z Downloaded elliptic-curve v0.13.8
11522026-06-04T08:07:43.488Z Downloaded icu_provider v2.2.0
11532026-06-04T08:07:43.488Z Downloaded dropshot_endpoint v0.17.0
11542026-06-04T08:07:43.490Z Downloaded litemap v0.8.2
11552026-06-04T08:07:43.490Z Downloaded openssl-probe v0.2.1
11562026-06-04T08:07:43.493Z Downloaded num_enum_derive v0.7.6
11572026-06-04T08:07:43.493Z Downloaded num-rational v0.4.2
11582026-06-04T08:07:43.495Z Downloaded newtype-uuid v1.3.2
11592026-06-04T08:07:43.495Z Downloaded progenitor-macro v0.10.0
11602026-06-04T08:07:43.498Z Downloaded progenitor-macro v0.13.0
11612026-06-04T08:07:43.498Z Downloaded proc-macro-crate v3.5.0
11622026-06-04T08:07:43.500Z Downloaded progenitor-macro v0.14.0
11632026-06-04T08:07:43.500Z Downloaded progenitor-client v0.14.0
11642026-06-04T08:07:43.506Z Downloaded progenitor-client v0.10.0
11652026-06-04T08:07:43.506Z Downloaded proc-macro-error-attr2 v2.0.0
11662026-06-04T08:07:43.509Z Downloaded quick-error v1.2.3
11672026-06-04T08:07:43.509Z Downloaded pem v3.0.6
11682026-06-04T08:07:43.509Z Downloaded parse-display-derive v0.10.0
11692026-06-04T08:07:43.509Z Downloaded num-integer v0.1.46
11702026-06-04T08:07:43.513Z Downloaded backon v1.6.0
11712026-06-04T08:07:43.513Z Downloaded proc-macro-error-attr v1.0.4
11722026-06-04T08:07:43.516Z Downloaded drift v0.2.0
11732026-06-04T08:07:43.519Z Downloaded password-hash v0.5.0
11742026-06-04T08:07:43.522Z Downloaded paste v1.0.15
11752026-06-04T08:07:43.524Z Downloaded darling v0.23.0
11762026-06-04T08:07:43.527Z Downloaded parking_lot_core v0.8.6
11772026-06-04T08:07:43.530Z Downloaded rand_chacha v0.3.1
11782026-06-04T08:07:43.532Z Downloaded pkg-config v0.3.33
11792026-06-04T08:07:43.532Z Downloaded pin-project-lite v0.2.17
11802026-06-04T08:07:43.535Z Downloaded ref-cast v1.0.25
11812026-06-04T08:07:43.539Z Downloaded rand_xorshift v0.4.0
11822026-06-04T08:07:43.539Z Downloaded poly1305 v0.8.0
11832026-06-04T08:07:43.542Z Downloaded rustc-hash v2.1.2
11842026-06-04T08:07:43.542Z Downloaded phf v0.12.1
11852026-06-04T08:07:43.545Z Downloaded ppv-lite86 v0.2.21
11862026-06-04T08:07:43.545Z Downloaded potential_utf v0.1.5
11872026-06-04T08:07:43.549Z Downloaded proc-macro-error2 v2.0.1
11882026-06-04T08:07:43.549Z Downloaded ref-cast-impl v1.0.25
11892026-06-04T08:07:43.552Z Downloaded proc-macro-error v1.0.4
11902026-06-04T08:07:43.552Z Downloaded rustc_version v0.4.1
11912026-06-04T08:07:43.555Z Downloaded progenitor v0.14.0
11922026-06-04T08:07:43.555Z Downloaded progenitor v0.13.0
11932026-06-04T08:07:43.558Z Downloaded half v2.7.1
11942026-06-04T08:07:43.558Z Downloaded memmap2 v0.9.10
11952026-06-04T08:07:43.564Z Downloaded chacha20poly1305 v0.10.1
11962026-06-04T08:07:43.564Z Downloaded icu_properties v2.2.0
11972026-06-04T08:07:43.568Z Downloaded oxnet v0.1.5
11982026-06-04T08:07:43.568Z Downloaded oxide-tokio-rt v0.1.6
11992026-06-04T08:07:43.568Z Downloaded indexmap v1.9.3
12002026-06-04T08:07:43.573Z Downloaded parking_lot_core v0.9.12
12012026-06-04T08:07:43.573Z Downloaded num-complex v0.4.6
12022026-06-04T08:07:43.577Z Downloaded parking_lot v0.12.5
12032026-06-04T08:07:43.577Z Downloaded once_cell v1.21.4
12042026-06-04T08:07:43.577Z Downloaded scopeguard v1.2.0
12052026-06-04T08:07:43.580Z Downloaded progenitor-extras v0.2.0
12062026-06-04T08:07:43.580Z Downloaded progenitor-client v0.13.0
12072026-06-04T08:07:43.580Z Downloaded progenitor v0.10.0
12082026-06-04T08:07:43.583Z Downloaded owo-colors v4.3.0
12092026-06-04T08:07:43.583Z Downloaded rustc_version v0.1.7
12102026-06-04T08:07:43.587Z Downloaded rand_chacha v0.9.0
12112026-06-04T08:07:43.587Z Downloaded icu_normalizer_data v2.2.0
12122026-06-04T08:07:43.592Z Downloaded cookie v0.18.1
12132026-06-04T08:07:43.592Z Downloaded proc-macro-crate v1.3.1
12142026-06-04T08:07:43.592Z Downloaded ingot-macros v0.1.1
12152026-06-04T08:07:43.595Z Downloaded pest_generator v2.8.6
12162026-06-04T08:07:43.595Z Downloaded num_enum v0.5.11
12172026-06-04T08:07:43.598Z Downloaded quote v1.0.45
12182026-06-04T08:07:43.601Z Downloaded semver v0.1.20
12192026-06-04T08:07:43.601Z Downloaded scroll_derive v0.12.1
12202026-06-04T08:07:43.601Z Downloaded arc-swap v1.9.1
12212026-06-04T08:07:43.604Z Downloaded phf_shared v0.12.1
12222026-06-04T08:07:43.604Z Downloaded pest_derive v2.8.6
12232026-06-04T08:07:43.608Z Downloaded base64 v0.21.7
12242026-06-04T08:07:43.611Z Downloaded allocator-api2 v0.2.21
12252026-06-04T08:07:43.611Z Downloaded lru-cache v0.1.2
12262026-06-04T08:07:43.611Z Downloaded pin-project-internal v1.1.13
12272026-06-04T08:07:43.615Z Downloaded serde-big-array v0.5.1
12282026-06-04T08:07:43.615Z Downloaded serde_spanned v1.1.1
12292026-06-04T08:07:43.618Z Downloaded serde_plain v1.0.2
12302026-06-04T08:07:43.618Z Downloaded rand_core v0.10.1
12312026-06-04T08:07:43.622Z Downloaded postcard v1.1.3
12322026-06-04T08:07:43.622Z Downloaded rand_core v0.9.5
12332026-06-04T08:07:43.626Z Downloaded rand_core v0.6.4
12342026-06-04T08:07:43.626Z Downloaded serde_urlencoded v0.7.1
12352026-06-04T08:07:43.626Z Downloaded indicatif v0.18.4
12362026-06-04T08:07:43.629Z Downloaded resolv-conf v0.7.6
12372026-06-04T08:07:43.630Z Downloaded slog-bunyan v2.5.0
12382026-06-04T08:07:43.630Z Downloaded serde_repr v0.1.20
12392026-06-04T08:07:43.634Z Downloaded konst v0.2.20
12402026-06-04T08:07:43.637Z Downloaded serde_spanned v0.6.9
12412026-06-04T08:07:43.637Z Downloaded sha1 v0.10.6
12422026-06-04T08:07:43.640Z Downloaded sigpipe v0.1.3
12432026-06-04T08:07:43.640Z Downloaded secrecy v0.10.3
12442026-06-04T08:07:43.640Z Downloaded scroll_derive v0.13.1
12452026-06-04T08:07:43.640Z Downloaded linear-map v1.2.0
12462026-06-04T08:07:43.643Z Downloaded libsw-core v0.3.2
12472026-06-04T08:07:43.643Z Downloaded log v0.4.29
12482026-06-04T08:07:43.692Z Downloaded quinn-udp v0.5.14
12492026-06-04T08:07:43.700Z Downloaded schemars_derive v0.8.22
12502026-06-04T08:07:43.700Z Downloaded same-file v1.0.6
12512026-06-04T08:07:43.700Z Downloaded rusty-fork v0.3.1
12522026-06-04T08:07:43.700Z Downloaded spin v0.5.2
12532026-06-04T08:07:43.700Z Downloaded smawk v0.3.2
12542026-06-04T08:07:43.700Z Downloaded icu_normalizer v2.2.0
12552026-06-04T08:07:43.701Z Downloaded stable_deref_trait v1.2.1
12562026-06-04T08:07:43.701Z Downloaded parking_lot v0.11.2
12572026-06-04T08:07:43.701Z Downloaded scroll v0.13.0
12582026-06-04T08:07:43.701Z Downloaded heapless v0.8.0
12592026-06-04T08:07:43.701Z Downloaded hickory-resolver v0.24.4
12602026-06-04T08:07:43.701Z Downloaded expectorate v1.2.0
12612026-06-04T08:07:43.701Z Downloaded scroll v0.12.0
12622026-06-04T08:07:43.701Z Downloaded rustls-native-certs v0.8.3
12632026-06-04T08:07:43.701Z Downloaded strsim v0.11.1
12642026-06-04T08:07:43.701Z Downloaded papergrid v0.17.0
12652026-06-04T08:07:43.701Z Downloaded slog-envlogger v2.2.0
12662026-06-04T08:07:43.701Z Downloaded dropshot-api-manager v0.7.2
12672026-06-04T08:07:43.701Z Downloaded strum v0.27.2
12682026-06-04T08:07:43.701Z Downloaded structmeta-derive v0.3.0
12692026-06-04T08:07:43.701Z Downloaded crossbeam-channel v0.5.15
12702026-06-04T08:07:43.701Z Downloaded darling_core v0.21.3
12712026-06-04T08:07:43.701Z Downloaded darling_core v0.23.0
12722026-06-04T08:07:43.701Z Downloaded signal-hook-registry v1.4.8
12732026-06-04T08:07:43.701Z Downloaded crypto-bigint v0.5.5
12742026-06-04T08:07:43.707Z Downloaded tabled_derive v0.7.0
12752026-06-04T08:07:43.707Z Downloaded tagptr v0.2.0
12762026-06-04T08:07:43.707Z Downloaded structmeta v0.3.0
12772026-06-04T08:07:43.707Z Downloaded hickory-resolver v0.25.2
12782026-06-04T08:07:43.707Z Downloaded subtle v2.6.1
12792026-06-04T08:07:43.712Z Downloaded strum v0.26.3
12802026-06-04T08:07:43.712Z Downloaded sync_wrapper v1.0.2
12812026-06-04T08:07:43.713Z Downloaded hashbrown v0.12.3
12822026-06-04T08:07:43.713Z Downloaded openssl-sys v0.9.116
12832026-06-04T08:07:43.716Z Downloaded progenitor-impl v0.14.0
12842026-06-04T08:07:43.716Z Downloaded slog-async v2.8.0
12852026-06-04T08:07:43.716Z Downloaded smf v0.2.3
12862026-06-04T08:07:43.719Z Downloaded snafu-derive v0.8.9
12872026-06-04T08:07:43.719Z Downloaded rhai_codegen v3.1.0
12882026-06-04T08:07:43.722Z Downloaded take_mut v0.2.2
12892026-06-04T08:07:43.722Z Downloaded thiserror-impl-no-std v2.0.2
12902026-06-04T08:07:43.726Z Downloaded icu_collections v2.2.0
12912026-06-04T08:07:43.728Z Downloaded terminal_size v0.4.4
12922026-06-04T08:07:43.728Z Downloaded tabled_derive v0.11.0
12932026-06-04T08:07:43.731Z Downloaded swrite v0.1.0
12942026-06-04T08:07:43.731Z Downloaded supports-color v3.0.2
12952026-06-04T08:07:43.731Z Downloaded memchr v2.8.0
12962026-06-04T08:07:43.734Z Downloaded testing_table v0.3.0
12972026-06-04T08:07:43.738Z Downloaded termtree v0.5.1
12982026-06-04T08:07:43.738Z Downloaded semver v1.0.28
12992026-06-04T08:07:43.740Z Downloaded thread-id v5.1.0
13002026-06-04T08:07:43.740Z Downloaded static_assertions v1.1.0
13012026-06-04T08:07:43.740Z Downloaded siphasher v1.0.3
13022026-06-04T08:07:43.743Z Downloaded minimal-lexical v0.2.1
13032026-06-04T08:07:43.750Z Downloaded icu_locale_core v2.2.0
13042026-06-04T08:07:43.753Z Downloaded tinyvec_macros v0.1.1
13052026-06-04T08:07:43.753Z Downloaded strum_macros v0.26.4
13062026-06-04T08:07:43.753Z Downloaded proc-macro2 v1.0.106
13072026-06-04T08:07:43.753Z Downloaded num-traits v0.2.19
13082026-06-04T08:07:43.755Z Downloaded bytes v1.11.1
13092026-06-04T08:07:43.761Z Downloaded simd-adler32 v0.3.9
13102026-06-04T08:07:43.761Z Downloaded slab v0.4.12
13112026-06-04T08:07:43.763Z Downloaded slog-term v2.9.2
13122026-06-04T08:07:43.763Z Downloaded shlex v1.3.0
13132026-06-04T08:07:43.763Z Downloaded slog-stdlog v4.1.1
13142026-06-04T08:07:43.763Z Downloaded slog-scope v4.4.1
13152026-06-04T08:07:43.767Z Downloaded time-core v0.1.8
13162026-06-04T08:07:43.767Z Downloaded slog-json v2.6.1
13172026-06-04T08:07:43.767Z Downloaded slog-dtrace v0.3.0
13182026-06-04T08:07:43.770Z Downloaded serde_tokenstream v0.2.3
13192026-06-04T08:07:43.770Z Downloaded tokio-macros v2.7.0
13202026-06-04T08:07:43.770Z Downloaded sha2 v0.10.9
13212026-06-04T08:07:43.773Z Downloaded progenitor-impl v0.10.0
13222026-06-04T08:07:43.773Z Downloaded tabwriter v1.4.1
13232026-06-04T08:07:43.776Z Downloaded toml_datetime v0.6.11
13242026-06-04T08:07:43.777Z Downloaded rustls-pemfile v2.2.0
13252026-06-04T08:07:43.777Z Downloaded progenitor-impl v0.13.0
13262026-06-04T08:07:43.781Z Downloaded thread-id v4.2.2
13272026-06-04T08:07:43.781Z Downloaded synstructure v0.13.2
13282026-06-04T08:07:43.785Z Downloaded serde_path_to_error v0.1.20
13292026-06-04T08:07:43.785Z Downloaded serde_derive_internals v0.29.1
13302026-06-04T08:07:43.785Z Downloaded rustversion v1.0.22
13312026-06-04T08:07:43.785Z Downloaded smallvec v1.15.1
13322026-06-04T08:07:43.788Z Downloaded pin-project v1.1.13
13332026-06-04T08:07:43.792Z Downloaded thiserror v1.0.69
13342026-06-04T08:07:43.797Z Downloaded tower-service v0.3.3
13352026-06-04T08:07:43.800Z Downloaded tower-layer v0.3.3
13362026-06-04T08:07:43.800Z Downloaded toml_write v0.1.2
13372026-06-04T08:07:43.800Z Downloaded strum_macros v0.27.2
13382026-06-04T08:07:43.804Z Downloaded spin v0.9.8
13392026-06-04T08:07:43.804Z Downloaded pest_meta v2.8.6
13402026-06-04T08:07:43.804Z Downloaded miniz_oxide v0.8.9
13412026-06-04T08:07:43.809Z Downloaded http v1.4.0
13422026-06-04T08:07:43.809Z Downloaded thread_local v1.1.9
13432026-06-04T08:07:43.812Z Downloaded serde_with_macros v3.20.0
13442026-06-04T08:07:43.812Z Downloaded serde_core v1.0.228
13452026-06-04T08:07:43.812Z Downloaded mio v1.2.0
13462026-06-04T08:07:43.816Z Downloaded typeid v1.0.3
13472026-06-04T08:07:43.816Z Downloaded indexmap v2.14.0
13482026-06-04T08:07:43.820Z Downloaded unarray v0.1.4
13492026-06-04T08:07:43.820Z Downloaded try-lock v0.2.5
13502026-06-04T08:07:43.823Z Downloaded thiserror-impl v1.0.69
13512026-06-04T08:07:43.823Z Downloaded universal-hash v0.5.1
13522026-06-04T08:07:43.823Z Downloaded papergrid v0.11.0
13532026-06-04T08:07:43.827Z Downloaded thiserror-impl v2.0.18
13542026-06-04T08:07:43.830Z Downloaded base64 v0.22.1
13552026-06-04T08:07:43.830Z Downloaded ipnet v2.12.0
13562026-06-04T08:07:43.830Z Downloaded async-trait v0.1.89
13572026-06-04T08:07:43.833Z Downloaded similar v2.7.0
13582026-06-04T08:07:43.836Z Downloaded tokio-dtrace v0.1.1
13592026-06-04T08:07:43.836Z Downloaded rustls-pki-types v1.14.1
13602026-06-04T08:07:43.840Z Downloaded tokio-tungstenite v0.21.0
13612026-06-04T08:07:43.841Z Downloaded tokio-rustls v0.25.0
13622026-06-04T08:07:43.844Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13632026-06-04T08:07:43.844Z Downloaded unicode-linebreak v0.1.5
13642026-06-04T08:07:43.844Z Downloaded thiserror v2.0.18
13652026-06-04T08:07:43.847Z Downloaded usdt-macro v0.6.0
13662026-06-04T08:07:43.847Z Downloaded unit-prefix v0.5.2
13672026-06-04T08:07:43.847Z Downloaded typify-macro v0.6.2
13682026-06-04T08:07:43.851Z Downloaded utf8_iter v1.0.4
13692026-06-04T08:07:43.851Z Downloaded utf-8 v0.7.6
13702026-06-04T08:07:43.851Z Downloaded typify-macro v0.4.3
13712026-06-04T08:07:43.851Z Downloaded thiserror-no-std v2.0.2
13722026-06-04T08:07:43.855Z Downloaded schemars v0.8.22
13732026-06-04T08:07:43.861Z Downloaded usdt-attr-macro v0.6.0
13742026-06-04T08:07:43.866Z Downloaded usdt-attr-macro v0.5.0
13752026-06-04T08:07:43.866Z Downloaded thin-vec v0.2.18
13762026-06-04T08:07:43.866Z Downloaded term v1.2.1
13772026-06-04T08:07:43.866Z Downloaded ryu v1.0.23
13782026-06-04T08:07:43.869Z Downloaded wait-timeout v0.2.1
13792026-06-04T08:07:43.870Z Downloaded untrusted v0.9.0
13802026-06-04T08:07:43.870Z Downloaded untrusted v0.7.1
13812026-06-04T08:07:43.870Z Downloaded tinystr v0.8.3
13822026-06-04T08:07:43.870Z Downloaded tiny-keccak v2.0.2
13832026-06-04T08:07:43.874Z Downloaded rand v0.8.6
13842026-06-04T08:07:43.874Z Downloaded usdt v0.6.0
13852026-06-04T08:07:43.874Z Downloaded usdt-macro v0.5.0
13862026-06-04T08:07:43.881Z Downloaded usdt v0.5.0
13872026-06-04T08:07:43.881Z Downloaded utf8parse v0.2.2
13882026-06-04T08:07:43.881Z Downloaded rustls-platform-verifier v0.7.0
13892026-06-04T08:07:43.884Z Downloaded h2 v0.4.14
13902026-06-04T08:07:43.885Z Downloaded want v0.3.1
13912026-06-04T08:07:43.885Z Downloaded waitgroup v0.1.2
13922026-06-04T08:07:43.885Z Downloaded smartstring v1.0.1
13932026-06-04T08:07:43.885Z Downloaded rayon-core v1.13.0
13942026-06-04T08:07:43.889Z Downloaded ahash v0.8.12
13952026-06-04T08:07:43.889Z Downloaded crossbeam-epoch v0.9.18
13962026-06-04T08:07:43.895Z Downloaded console v0.15.11
13972026-06-04T08:07:43.895Z Downloaded unicode-xid v0.2.6
13982026-06-04T08:07:43.895Z Downloaded ciborium v0.2.2
13992026-06-04T08:07:43.895Z Downloaded yoke-derive v0.8.2
14002026-06-04T08:07:43.899Z Downloaded zerofrom-derive v0.1.7
14012026-06-04T08:07:43.899Z Downloaded chacha20 v0.10.0
14022026-06-04T08:07:43.899Z Downloaded crc32fast v1.5.0
14032026-06-04T08:07:43.899Z Downloaded camino-tempfile v1.4.1
14042026-06-04T08:07:43.899Z Downloaded ipnetwork v0.21.1
14052026-06-04T08:07:43.899Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14062026-06-04T08:07:43.907Z Downloaded toml_writer v1.1.1+spec-1.1.0
14072026-06-04T08:07:43.907Z Downloaded ingot-types v0.1.2
14082026-06-04T08:07:43.907Z Downloaded nom v7.1.3
14092026-06-04T08:07:43.911Z Downloaded serde_yaml v0.9.34+deprecated
14102026-06-04T08:07:43.911Z Downloaded ingot v0.1.1
14112026-06-04T08:07:43.911Z Downloaded cipher v0.4.4
14122026-06-04T08:07:43.911Z Downloaded tokio-rustls v0.26.4
14132026-06-04T08:07:43.911Z Downloaded bcs v0.1.6
14142026-06-04T08:07:43.911Z Downloaded toml v0.8.23
14152026-06-04T08:07:43.914Z Downloaded tokio-stream v0.1.18
14162026-06-04T08:07:43.914Z Downloaded cc v1.2.62
14172026-06-04T08:07:43.917Z Downloaded cargo_toml v0.22.3
14182026-06-04T08:07:43.917Z Downloaded bit-vec v0.8.0
14192026-06-04T08:07:43.920Z Downloaded const_format v0.2.36
14202026-06-04T08:07:43.920Z Downloaded zeroize_derive v1.4.3
14212026-06-04T08:07:43.924Z Downloaded zone v0.3.1
14222026-06-04T08:07:43.924Z Downloaded usdt-impl v0.5.0
14232026-06-04T08:07:43.924Z Downloaded prettyplease v0.2.37
14242026-06-04T08:07:43.927Z Downloaded hyper-util v0.1.20
14252026-06-04T08:07:43.927Z Downloaded slog v2.8.2
14262026-06-04T08:07:43.930Z Downloaded zerofrom v0.1.8
14272026-06-04T08:07:43.930Z Downloaded hashbrown v0.16.1
14282026-06-04T08:07:43.933Z Downloaded fs-err v3.3.0
14292026-06-04T08:07:43.937Z Downloaded toml_parser v1.1.2+spec-1.1.0
14302026-06-04T08:07:43.937Z Downloaded compression-codecs v0.4.38
14312026-06-04T08:07:43.940Z Downloaded git-stub-vcs v0.1.0
14322026-06-04T08:07:43.940Z Downloaded embedded-io v0.6.1
14332026-06-04T08:07:43.940Z Downloaded vsss-rs v3.3.4
14342026-06-04T08:07:43.944Z Downloaded time-macros v0.2.27
14352026-06-04T08:07:43.944Z Downloaded rand v0.9.4
14362026-06-04T08:07:43.947Z Downloaded zone_cfg_derive v0.3.1
14372026-06-04T08:07:43.947Z Downloaded quinn v0.11.9
14382026-06-04T08:07:43.947Z Downloaded hashbrown v0.15.5
14392026-06-04T08:07:43.951Z Downloaded usdt-impl v0.6.0
14402026-06-04T08:07:43.951Z Downloaded jiff-static v0.2.24
14412026-06-04T08:07:43.954Z Downloaded version_check v0.9.5
14422026-06-04T08:07:43.954Z Downloaded xz2 v0.1.7
14432026-06-04T08:07:43.954Z Downloaded either v1.15.0
14442026-06-04T08:07:43.959Z Downloaded globset v0.4.18
14452026-06-04T08:07:43.959Z Downloaded ff v0.13.1
14462026-06-04T08:07:43.959Z Downloaded is-terminal v0.4.17
14472026-06-04T08:07:43.959Z Downloaded ucd-trie v0.1.7
14482026-06-04T08:07:43.962Z Downloaded internet-checksum v0.2.1
14492026-06-04T08:07:43.962Z Downloaded curve25519-dalek-derive v0.1.1
14502026-06-04T08:07:43.962Z Downloaded writeable v0.6.3
14512026-06-04T08:07:43.962Z Downloaded whoami v1.6.1
14522026-06-04T08:07:43.962Z Downloaded deranged v0.5.8
14532026-06-04T08:07:43.965Z Downloaded serde_derive v1.0.228
14542026-06-04T08:07:43.965Z Downloaded zeroize v1.8.2
14552026-06-04T08:07:43.965Z Downloaded darling_macro v0.23.0
14562026-06-04T08:07:43.968Z Downloaded base16ct v1.0.0
14572026-06-04T08:07:43.968Z Downloaded itertools v0.12.1
14582026-06-04T08:07:43.971Z Downloaded walkdir v2.5.0
14592026-06-04T08:07:43.971Z Downloaded tracing-attributes v0.1.31
14602026-06-04T08:07:43.974Z Downloaded textwrap v0.16.2
14612026-06-04T08:07:43.974Z Downloaded tinyvec v1.11.0
14622026-06-04T08:07:43.978Z Downloaded toml v1.1.2+spec-1.1.0
14632026-06-04T08:07:43.981Z Downloaded toml v0.9.12+spec-1.1.0
14642026-06-04T08:07:43.981Z Downloaded test-strategy v0.4.5
14652026-06-04T08:07:43.985Z Downloaded zerovec-derive v0.11.3
14662026-06-04T08:07:43.985Z Downloaded zmij v1.0.21
14672026-06-04T08:07:43.985Z Downloaded async-compression v0.4.42
14682026-06-04T08:07:43.989Z Downloaded socket2 v0.6.3
14692026-06-04T08:07:43.994Z Downloaded snafu v0.8.9
14702026-06-04T08:07:43.994Z Downloaded tempfile v3.27.0
14712026-06-04T08:07:43.997Z Downloaded anstyle-query v1.1.5
14722026-06-04T08:07:43.997Z Downloaded cmake v0.1.58
14732026-06-04T08:07:43.997Z Downloaded chacha20 v0.9.1
14742026-06-04T08:07:43.997Z Downloaded find-msvc-tools v0.1.9
14752026-06-04T08:07:44.001Z Downloaded fastrand v2.4.1
14762026-06-04T08:07:44.001Z Downloaded colorchoice v1.0.5
14772026-06-04T08:07:44.001Z Downloaded async-recursion v1.1.1
14782026-06-04T08:07:44.001Z Downloaded serde v1.0.228
14792026-06-04T08:07:44.004Z Downloaded rustls-webpki v0.103.13
14802026-06-04T08:07:44.007Z Downloaded aead v0.5.2
14812026-06-04T08:07:44.007Z Downloaded qorb v0.4.1
14822026-06-04T08:07:44.007Z Downloaded rand v0.10.1
14832026-06-04T08:07:44.011Z Downloaded steno v0.4.1
14842026-06-04T08:07:44.014Z Downloaded typify v0.6.2
14852026-06-04T08:07:44.014Z Downloaded tungstenite v0.21.0
14862026-06-04T08:07:44.017Z Downloaded pest v2.8.6
14872026-06-04T08:07:44.022Z Downloaded unicode-ident v1.0.24
14882026-06-04T08:07:44.022Z Downloaded zerocopy-derive v0.7.35
14892026-06-04T08:07:44.026Z Downloaded errno v0.3.14
14902026-06-04T08:07:44.026Z Downloaded itertools v0.14.0
14912026-06-04T08:07:44.030Z Downloaded nom v8.0.0
14922026-06-04T08:07:44.030Z Downloaded dtrace-parser v0.2.0
14932026-06-04T08:07:44.033Z Downloaded cstr-argument v0.1.2
14942026-06-04T08:07:44.033Z Downloaded enum-as-inner v0.6.1
14952026-06-04T08:07:44.034Z Downloaded ciborium-io v0.2.2
14962026-06-04T08:07:44.034Z Downloaded form_urlencoded v1.2.2
14972026-06-04T08:07:44.034Z Downloaded cobs v0.3.0
14982026-06-04T08:07:44.034Z Downloaded foreign-types-shared v0.3.1
14992026-06-04T08:07:44.037Z Downloaded dunce v1.0.5
15002026-06-04T08:07:44.037Z Downloaded dof v0.3.0
15012026-06-04T08:07:44.037Z Downloaded tracing-core v0.1.36
15022026-06-04T08:07:44.037Z Downloaded uuid v1.23.1
15032026-06-04T08:07:44.040Z Downloaded yoke v0.8.2
15042026-06-04T08:07:44.040Z Downloaded iddqd v0.3.18
15052026-06-04T08:07:44.044Z Downloaded libm v0.2.16
15062026-06-04T08:07:44.048Z Downloaded idna v1.1.0
15072026-06-04T08:07:44.051Z Downloaded hashbrown v0.17.1
15082026-06-04T08:07:44.055Z Downloaded hkdf v0.12.4
15092026-06-04T08:07:44.055Z Downloaded cpufeatures v0.3.0
15102026-06-04T08:07:44.059Z Downloaded clap_lex v1.1.0
15112026-06-04T08:07:44.059Z Downloaded ciborium-ll v0.2.2
15122026-06-04T08:07:44.059Z Downloaded futures-sink v0.3.32
15132026-06-04T08:07:44.059Z Downloaded erased-serde v0.3.31
15142026-06-04T08:07:44.064Z Downloaded dyn-clone v1.0.20
15152026-06-04T08:07:44.064Z Downloaded typify v0.4.3
15162026-06-04T08:07:44.064Z Downloaded schemars v1.2.1
15172026-06-04T08:07:44.069Z Downloaded schemars v0.9.0
15182026-06-04T08:07:44.076Z Downloaded dtrace-parser v0.3.0
15192026-06-04T08:07:44.079Z Downloaded goblin v0.8.2
15202026-06-04T08:07:44.083Z Downloaded toml_edit v0.25.11+spec-1.1.0
15212026-06-04T08:07:44.083Z Downloaded toml_edit v0.22.27
15222026-06-04T08:07:44.087Z Downloaded icu_properties_data v2.2.0
15232026-06-04T08:07:44.091Z Downloaded futures-util v0.3.32
15242026-06-04T08:07:44.096Z Downloaded cpufeatures v0.2.17
15252026-06-04T08:07:44.100Z Downloaded block-buffer v0.10.4
15262026-06-04T08:07:44.100Z Downloaded atomic-waker v1.1.2
15272026-06-04T08:07:44.100Z Downloaded futures-core v0.3.32
15282026-06-04T08:07:44.100Z Downloaded foldhash v0.1.5
15292026-06-04T08:07:44.100Z Downloaded equivalent v1.0.2
15302026-06-04T08:07:44.104Z Downloaded defmt v0.3.100
15312026-06-04T08:07:44.104Z Downloaded foldhash v0.2.0
15322026-06-04T08:07:44.104Z Downloaded derive-ex v0.1.8
15332026-06-04T08:07:44.104Z Downloaded crypto-common v0.1.7
15342026-06-04T08:07:44.104Z Downloaded fixedbitset v0.5.7
15352026-06-04T08:07:44.104Z Downloaded cancel-safe-futures v0.1.5
15362026-06-04T08:07:44.109Z Downloaded anstyle-parse v1.0.0
15372026-06-04T08:07:44.109Z Downloaded unsafe-libyaml v0.2.11
15382026-06-04T08:07:44.113Z Downloaded derive-where v1.6.1
15392026-06-04T08:07:44.113Z Downloaded toml_edit v0.19.15
15402026-06-04T08:07:44.119Z Downloaded clap_builder v4.6.0
15412026-06-04T08:07:44.123Z Downloaded derive_more v0.99.20
15422026-06-04T08:07:44.126Z Downloaded cfg_aliases v0.2.1
15432026-06-04T08:07:44.129Z Downloaded typed-path v0.9.3
15442026-06-04T08:07:44.134Z Downloaded reqwest v0.12.28
15452026-06-04T08:07:44.137Z Downloaded hyper v1.9.0
15462026-06-04T08:07:44.144Z Downloaded tower v0.5.3
15472026-06-04T08:07:44.148Z Downloaded ron v0.12.1
15482026-06-04T08:07:44.153Z Downloaded zerotrie v0.2.4
15492026-06-04T08:07:44.156Z Downloaded url v2.5.8
15502026-06-04T08:07:44.160Z Downloaded unicode-segmentation v1.13.2
15512026-06-04T08:07:44.160Z Downloaded portable-atomic v1.13.1
15522026-06-04T08:07:44.164Z Downloaded typenum v1.20.0
15532026-06-04T08:07:44.169Z Downloaded regex v1.12.3
15542026-06-04T08:07:44.169Z Downloaded rayon v1.12.0
15552026-06-04T08:07:44.177Z Downloaded unicode-normalization v0.1.25
15562026-06-04T08:07:44.191Z Downloaded zerocopy-derive v0.8.48
15572026-06-04T08:07:44.204Z Downloaded tower-http v0.6.10
15582026-06-04T08:07:44.211Z Downloaded proptest v1.11.0
15592026-06-04T08:07:44.216Z Downloaded zerovec v0.11.6
15602026-06-04T08:07:44.219Z Downloaded goblin v0.10.5
15612026-06-04T08:07:44.223Z Downloaded tough v0.22.0
15622026-06-04T08:07:44.264Z Downloaded reqwest v0.13.3
15632026-06-04T08:07:44.276Z Downloaded tabled v0.15.0
15642026-06-04T08:07:44.281Z Downloaded winnow v1.0.3
15652026-06-04T08:07:44.288Z Downloaded tabled v0.20.0
15662026-06-04T08:07:44.300Z Downloaded openssl v0.10.80
15672026-06-04T08:07:44.305Z Downloaded tokio-util v0.7.18
15682026-06-04T08:07:44.317Z Downloaded nix v0.31.3
15692026-06-04T08:07:44.324Z Downloaded serde_json v1.0.149
15702026-06-04T08:07:44.329Z Downloaded unicode-width v0.2.2
15712026-06-04T08:07:44.332Z Downloaded syn v2.0.117
15722026-06-04T08:07:44.338Z Downloaded hickory-proto v0.24.4
15732026-06-04T08:07:44.346Z Downloaded dropshot v0.17.0
15742026-06-04T08:07:44.359Z Downloaded zerocopy v0.8.48
15752026-06-04T08:07:44.368Z Downloaded chrono v0.4.44
15762026-06-04T08:07:44.371Z Downloaded hickory-proto v0.25.2
15772026-06-04T08:07:44.379Z Downloaded rustls-webpki v0.102.8
15782026-06-04T08:07:44.389Z Downloaded aws-lc-rs v1.17.0
15792026-06-04T08:07:44.398Z Downloaded serde_with v3.20.0
15802026-06-04T08:07:44.404Z Downloaded winnow v0.5.40
15812026-06-04T08:07:44.409Z Downloaded zerocopy v0.7.35
15822026-06-04T08:07:44.435Z Downloaded moka v0.12.15
15832026-06-04T08:07:44.451Z Downloaded curve25519-dalek v4.1.3
15842026-06-04T08:07:44.476Z Downloaded winnow v0.7.15
15852026-06-04T08:07:44.487Z Downloaded petgraph v0.6.5
15862026-06-04T08:07:44.493Z Downloaded quinn-proto v0.11.14
15872026-06-04T08:07:44.500Z Downloaded lzma-sys v0.1.20
15882026-06-04T08:07:44.521Z Downloaded petgraph v0.8.3
15892026-06-04T08:07:44.525Z Downloaded libc v0.2.186
15902026-06-04T08:07:44.543Z Downloaded time v0.3.47
15912026-06-04T08:07:44.549Z Downloaded syn v1.0.109
15922026-06-04T08:07:44.560Z Downloaded webpki-roots v1.0.7
15932026-06-04T08:07:44.566Z Downloaded vcpkg v0.2.15
15942026-06-04T08:07:44.602Z Downloaded tokio v1.52.3
15952026-06-04T08:07:44.610Z Downloaded bstr v1.12.1
15962026-06-04T08:07:44.626Z Downloaded unicode-width v0.1.14
15972026-06-04T08:07:44.651Z Downloaded encoding_rs v0.8.35
15982026-06-04T08:07:44.655Z Downloaded rhai v1.24.0
15992026-06-04T08:07:44.661Z Downloaded rustls v0.22.4
16002026-06-04T08:07:44.669Z Downloaded smoltcp v0.11.0
16012026-06-04T08:07:44.679Z Downloaded regress v0.10.5
16022026-06-04T08:07:44.686Z Downloaded openapiv3 v2.2.0
16032026-06-04T08:07:44.690Z Downloaded regex-syntax v0.8.10
16042026-06-04T08:07:44.693Z Downloaded regress v0.11.1
16052026-06-04T08:07:44.698Z Downloaded rustls v0.23.40
16062026-06-04T08:07:44.705Z Downloaded rustix v0.38.44
16072026-06-04T08:07:44.745Z Downloaded rustix v1.1.4
16082026-06-04T08:07:44.800Z Downloaded sled v0.34.7
16092026-06-04T08:07:44.805Z Downloaded typify-impl v0.4.3
16102026-06-04T08:07:44.814Z Downloaded typify-impl v0.6.2
16112026-06-04T08:07:44.823Z Downloaded tracing v0.1.44
16122026-06-04T08:07:44.872Z Downloaded regex-automata v0.4.14
16132026-06-04T08:07:44.905Z Downloaded jiff v0.2.24
16142026-06-04T08:07:44.916Z Downloaded chrono-tz v0.10.4
16152026-06-04T08:07:44.935Z Downloaded csv v1.4.0
16162026-06-04T08:07:44.947Z Downloaded sha3 v0.10.9
16172026-06-04T08:07:45.031Z Downloaded ring v0.17.14
16182026-06-04T08:07:45.629Z Downloaded aws-lc-sys v0.41.0
16192026-06-04T08:07:45.988Z Compiling proc-macro2 v1.0.106
16202026-06-04T08:07:45.989Z Compiling quote v1.0.45
16212026-06-04T08:07:45.989Z Compiling unicode-ident v1.0.24
16222026-06-04T08:07:45.989Z Compiling serde_core v1.0.228
16232026-06-04T08:07:45.992Z Compiling serde v1.0.228
16242026-06-04T08:07:45.993Z Compiling libc v0.2.186
16252026-06-04T08:07:45.993Z Compiling cfg-if v1.0.4
16262026-06-04T08:07:46.280Z Compiling zmij v1.0.21
16272026-06-04T08:07:46.303Z Compiling autocfg v1.5.0
16282026-06-04T08:07:46.595Z Compiling memchr v2.8.0
16292026-06-04T08:07:46.682Z Compiling libm v0.2.16
16302026-06-04T08:07:47.011Z Compiling itoa v1.0.18
16312026-06-04T08:07:47.060Z Compiling version_check v0.9.5
16322026-06-04T08:07:47.263Z Compiling icu_normalizer_data v2.2.0
16332026-06-04T08:07:47.267Z Compiling icu_properties_data v2.2.0
16342026-06-04T08:07:47.406Z Compiling stable_deref_trait v1.2.1
16352026-06-04T08:07:47.554Z Compiling serde_json v1.0.149
16362026-06-04T08:07:47.573Z Compiling syn v2.0.117
16372026-06-04T08:07:47.630Z Compiling parking_lot_core v0.9.12
16382026-06-04T08:07:47.698Z Compiling writeable v0.6.3
16392026-06-04T08:07:47.823Z Compiling litemap v0.8.2
16402026-06-04T08:07:47.871Z Compiling num-traits v0.2.19
16412026-06-04T08:07:47.915Z Compiling utf8_iter v1.0.4
16422026-06-04T08:07:47.996Z Compiling percent-encoding v2.3.2
16432026-06-04T08:07:48.198Z Compiling thiserror v2.0.18
16442026-06-04T08:07:48.267Z Compiling form_urlencoded v1.2.2
16452026-06-04T08:07:48.285Z Compiling getrandom v0.4.2
16462026-06-04T08:07:48.301Z Compiling rand_core v0.10.1
16472026-06-04T08:07:48.514Z Compiling jobserver v0.1.34
16482026-06-04T08:07:48.631Z Compiling find-msvc-tools v0.1.9
16492026-06-04T08:07:48.635Z Compiling shlex v1.3.0
16502026-06-04T08:07:48.850Z Compiling cc v1.2.62
16512026-06-04T08:07:48.854Z Compiling zerocopy v0.8.48
16522026-06-04T08:07:48.879Z Compiling errno v0.3.14
16532026-06-04T08:07:48.920Z Compiling iana-time-zone v0.1.65
16542026-06-04T08:07:49.049Z Compiling heck v0.5.0
16552026-06-04T08:07:49.355Z Compiling uuid v1.23.1
16562026-06-04T08:07:49.578Z Compiling getrandom v0.2.17
16572026-06-04T08:07:49.652Z Compiling rustversion v1.0.22
16582026-06-04T08:07:49.787Z Compiling semver v1.0.28
16592026-06-04T08:07:49.809Z Compiling schemars v0.8.22
16602026-06-04T08:07:49.999Z Compiling dyn-clone v1.0.20
16612026-06-04T08:07:50.092Z Compiling pin-project-lite v0.2.17
16622026-06-04T08:07:50.170Z Compiling scopeguard v1.2.0
16632026-06-04T08:07:50.208Z Compiling socket2 v0.6.3
16642026-06-04T08:07:50.292Z Compiling lock_api v0.4.14
16652026-06-04T08:07:50.440Z Compiling bitflags v2.11.1
16662026-06-04T08:07:50.481Z Compiling signal-hook-registry v1.4.8
16672026-06-04T08:07:50.563Z Compiling synstructure v0.13.2
16682026-06-04T08:07:50.612Z Compiling serde_derive_internals v0.29.1
16692026-06-04T08:07:50.734Z Compiling mio v1.2.0
16702026-06-04T08:07:50.898Z Compiling portable-atomic v1.13.1
16712026-06-04T08:07:51.041Z Compiling subtle v2.6.1
16722026-06-04T08:07:51.058Z Compiling log v0.4.29
16732026-06-04T08:07:51.088Z Compiling critical-section v1.2.0
16742026-06-04T08:07:51.191Z Compiling futures-core v0.3.32
16752026-06-04T08:07:51.317Z Compiling ring v0.17.14
16762026-06-04T08:07:51.362Z Compiling cmake v0.1.58
16772026-06-04T08:07:51.391Z Compiling fs_extra v1.3.0
16782026-06-04T08:07:51.429Z Compiling dunce v1.0.5
16792026-06-04T08:07:51.482Z Compiling equivalent v1.0.2
16802026-06-04T08:07:51.508Z Compiling httparse v1.10.1
16812026-06-04T08:07:51.535Z Compiling futures-sink v0.3.32
16822026-06-04T08:07:51.652Z Compiling rand_core v0.6.4
16832026-06-04T08:07:51.672Z Compiling slab v0.4.12
16842026-06-04T08:07:51.713Z Compiling aws-lc-sys v0.41.0
16852026-06-04T08:07:51.742Z Compiling serde_derive v1.0.228
16862026-06-04T08:07:51.867Z Compiling zerofrom-derive v0.1.7
16872026-06-04T08:07:51.885Z Compiling yoke-derive v0.8.2
16882026-06-04T08:07:51.888Z Compiling zerovec-derive v0.11.3
16892026-06-04T08:07:51.888Z Compiling displaydoc v0.2.5
16902026-06-04T08:07:51.934Z Compiling schemars_derive v0.8.22
16912026-06-04T08:07:52.170Z Compiling tokio-macros v2.7.0
16922026-06-04T08:07:52.605Z Compiling thiserror-impl v2.0.18
16932026-06-04T08:07:52.675Z Compiling zerocopy-derive v0.8.48
16942026-06-04T08:07:52.926Z Compiling zeroize_derive v1.4.3
16952026-06-04T08:07:52.963Z Compiling futures-macro v0.3.32
16962026-06-04T08:07:53.015Z Compiling once_cell v1.21.4
16972026-06-04T08:07:53.072Z Compiling zerofrom v0.1.8
16982026-06-04T08:07:53.141Z Compiling rustix v1.1.4
16992026-06-04T08:07:53.181Z Compiling yoke v0.8.2
17002026-06-04T08:07:53.249Z Compiling thiserror v1.0.69
17012026-06-04T08:07:53.408Z Compiling zerovec v0.11.6
17022026-06-04T08:07:53.521Z Compiling zerotrie v0.2.4
17032026-06-04T08:07:53.643Z Compiling ucd-trie v0.1.7
17042026-06-04T08:07:53.663Z Compiling zeroize v1.8.2
17052026-06-04T08:07:53.840Z Compiling pest v2.8.6
17062026-06-04T08:07:53.877Z Compiling thiserror-impl v1.0.69
17072026-06-04T08:07:53.983Z Compiling tinystr v0.8.3
17082026-06-04T08:07:54.009Z Compiling potential_utf v0.1.5
17092026-06-04T08:07:54.029Z Compiling futures-channel v0.3.32
17102026-06-04T08:07:54.044Z Compiling futures-io v0.3.32
17112026-06-04T08:07:54.216Z Compiling icu_locale_core v2.2.0
17122026-06-04T08:07:54.221Z Compiling icu_collections v2.2.0
17132026-06-04T08:07:54.243Z Compiling futures-task v0.3.32
17142026-06-04T08:07:54.285Z Compiling generic-array v0.14.7
17152026-06-04T08:07:54.422Z Compiling futures-util v0.3.32
17162026-06-04T08:07:54.981Z Compiling smallvec v1.15.1
17172026-06-04T08:07:55.037Z Compiling bytes v1.11.1
17182026-06-04T08:07:55.055Z Compiling icu_provider v2.2.0
17192026-06-04T08:07:55.055Z Compiling chrono v0.4.44
17202026-06-04T08:07:55.087Z Compiling serde_tokenstream v0.2.3
17212026-06-04T08:07:55.370Z Compiling icu_properties v2.2.0
17222026-06-04T08:07:55.648Z Compiling icu_normalizer v2.2.0
17232026-06-04T08:07:55.666Z Compiling parking_lot v0.12.5
17242026-06-04T08:07:56.529Z Compiling idna_adapter v1.2.2
17252026-06-04T08:07:56.559Z Compiling tokio v1.52.3
17262026-06-04T08:07:56.626Z Compiling idna v1.1.0
17272026-06-04T08:07:56.836Z Compiling pest_meta v2.8.6
17282026-06-04T08:07:56.941Z Compiling regex-syntax v0.8.10
17292026-06-04T08:07:57.023Z Compiling url v2.5.8
17302026-06-04T08:07:57.134Z Compiling getrandom v0.3.4
17312026-06-04T08:07:57.382Z Compiling typenum v1.20.0
17322026-06-04T08:07:57.501Z Compiling pest_generator v2.8.6
17332026-06-04T08:07:58.081Z Compiling strsim v0.11.1
17342026-06-04T08:07:58.120Z Compiling pest_derive v2.8.6
17352026-06-04T08:07:58.546Z Compiling aho-corasick v1.1.4
17362026-06-04T08:07:58.699Z Compiling byteorder v1.5.0
17372026-06-04T08:07:58.786Z Compiling hashbrown v0.17.1
17382026-06-04T08:07:59.002Z Compiling tracing-core v0.1.36
17392026-06-04T08:07:59.008Z Compiling tracing-attributes v0.1.31
17402026-06-04T08:07:59.015Z Compiling ident_case v1.0.1
17412026-06-04T08:07:59.144Z Compiling ipnetwork v0.21.1
17422026-06-04T08:07:59.477Z Compiling indexmap v2.14.0
17432026-06-04T08:07:59.578Z Compiling regex-automata v0.4.14
17442026-06-04T08:07:59.924Z Compiling rustls-pki-types v1.14.1
17452026-06-04T08:08:00.217Z Compiling tracing v0.1.44
17462026-06-04T08:08:00.300Z Compiling slog v2.8.2
17472026-06-04T08:08:00.556Z Compiling paste v1.0.15
17482026-06-04T08:08:00.643Z Compiling base64 v0.22.1
17492026-06-04T08:08:00.727Z Compiling fnv v1.0.7
17502026-06-04T08:08:00.791Z Compiling anyhow v1.0.102
17512026-06-04T08:08:01.150Z Compiling erased-serde v0.3.31
17522026-06-04T08:08:01.455Z Compiling regex v1.12.3
17532026-06-04T08:08:01.869Z Compiling omicron-workspace-hack v0.1.0
17542026-06-04T08:08:02.166Z Compiling crypto-common v0.1.7
17552026-06-04T08:08:02.320Z Compiling http v1.4.0
17562026-06-04T08:08:02.388Z Compiling untrusted v0.9.0
17572026-06-04T08:08:02.664Z Compiling oxnet v0.1.5
17582026-06-04T08:08:02.758Z Compiling scroll_derive v0.13.1
17592026-06-04T08:08:03.373Z Compiling time-core v0.1.8
17602026-06-04T08:08:03.507Z Compiling num-conv v0.2.1
17612026-06-04T08:08:03.658Z Compiling time-macros v0.2.27
17622026-06-04T08:08:04.190Z Compiling tokio-util v0.7.18
17632026-06-04T08:08:04.247Z Compiling ipnet v2.12.0
17642026-06-04T08:08:04.398Z Compiling ppv-lite86 v0.2.21
17652026-06-04T08:08:04.743Z Compiling daft-derive v0.1.7
17662026-06-04T08:08:04.861Z Compiling async-trait v0.1.89
17672026-06-04T08:08:05.286Z Compiling crc32fast v1.5.0
17682026-06-04T08:08:05.416Z Compiling camino v1.2.2
17692026-06-04T08:08:05.590Z Compiling http-body v1.0.1
17702026-06-04T08:08:05.792Z Compiling pretty-hex v0.4.2
17712026-06-04T08:08:05.817Z Compiling crossbeam-utils v0.8.21
17722026-06-04T08:08:05.825Z Compiling usdt-impl v0.6.0
17732026-06-04T08:08:05.848Z Compiling atomic-waker v1.1.2
17742026-06-04T08:08:06.084Z Compiling scroll v0.13.0
17752026-06-04T08:08:06.146Z Compiling block-buffer v0.10.4
17762026-06-04T08:08:06.314Z Compiling try-lock v0.2.5
17772026-06-04T08:08:06.342Z Compiling tower-service v0.3.3
17782026-06-04T08:08:06.434Z Compiling ryu v1.0.23
17792026-06-04T08:08:06.448Z Compiling aws-lc-rs v1.17.0
17802026-06-04T08:08:06.716Z Compiling plain v0.2.3
17812026-06-04T08:08:06.765Z Compiling tower-layer v0.3.3
17822026-06-04T08:08:06.793Z Compiling want v0.3.1
17832026-06-04T08:08:06.827Z Compiling goblin v0.10.5
17842026-06-04T08:08:06.944Z Compiling digest v0.10.7
17852026-06-04T08:08:07.193Z Compiling h2 v0.4.14
17862026-06-04T08:08:08.356Z Compiling httpdate v1.0.3
17872026-06-04T08:08:08.408Z Compiling slog-async v2.8.0
17882026-06-04T08:08:08.408Z Compiling dtrace-parser v0.3.0
17892026-06-04T08:08:08.408Z Compiling thread-id v5.1.0
17902026-06-04T08:08:08.724Z Compiling untrusted v0.7.1
17912026-06-04T08:08:08.801Z Compiling ref-cast v1.0.25
17922026-06-04T08:08:09.217Z Compiling rustls v0.22.4
17932026-06-04T08:08:09.360Z Compiling rustls v0.23.40
17942026-06-04T08:08:09.601Z Compiling hyper v1.9.0
17952026-06-04T08:08:10.477Z Compiling dof v0.4.0
17962026-06-04T08:08:11.116Z Compiling hyper-util v0.1.20
17972026-06-04T08:08:11.465Z Compiling rand_core v0.9.5
17982026-06-04T08:08:11.724Z Compiling serde_urlencoded v0.7.1
17992026-06-04T08:08:11.905Z Compiling http-body-util v0.1.3
18002026-06-04T08:08:12.036Z Compiling ref-cast-impl v1.0.25
18012026-06-04T08:08:12.205Z Compiling syn v1.0.109
18022026-06-04T08:08:12.866Z Compiling usdt-macro v0.6.0
18032026-06-04T08:08:12.886Z Compiling usdt-attr-macro v0.6.0
18042026-06-04T08:08:13.671Z Compiling structmeta-derive v0.3.0
18052026-06-04T08:08:13.735Z Compiling multer v3.1.0
18062026-06-04T08:08:13.909Z Compiling powerfmt v0.2.0
18072026-06-04T08:08:13.951Z Compiling foldhash v0.2.0
18082026-06-04T08:08:13.993Z Compiling allocator-api2 v0.2.21
18092026-06-04T08:08:14.169Z Compiling deranged v0.5.8
18102026-06-04T08:08:14.365Z Compiling hashbrown v0.16.1
18112026-06-04T08:08:14.383Z Compiling rand_chacha v0.9.0
18122026-06-04T08:08:14.739Z Compiling structmeta v0.3.0
18132026-06-04T08:08:14.957Z Compiling darling_core v0.23.0
18142026-06-04T08:08:15.089Z Compiling newtype-uuid-macros v0.1.0
18152026-06-04T08:08:15.314Z Compiling num_threads v0.1.7
18162026-06-04T08:08:15.416Z Compiling cpufeatures v0.2.17
18172026-06-04T08:08:15.583Z Compiling time v0.3.47
18182026-06-04T08:08:15.885Z Compiling rand v0.9.4
18192026-06-04T08:08:16.166Z Compiling newtype-uuid v1.3.2
18202026-06-04T08:08:16.607Z Compiling async-stream-impl v0.3.6
18212026-06-04T08:08:16.733Z Compiling strum_macros v0.26.4
18222026-06-04T08:08:17.039Z Compiling darling_macro v0.23.0
18232026-06-04T08:08:17.117Z Compiling sync_wrapper v1.0.2
18242026-06-04T08:08:17.238Z Compiling dropshot v0.17.0
18252026-06-04T08:08:17.494Z Compiling hex v0.4.3
18262026-06-04T08:08:17.631Z Compiling darling v0.23.0
18272026-06-04T08:08:17.649Z Compiling tower v0.5.3
18282026-06-04T08:08:17.722Z Compiling daft v0.1.7
18292026-06-04T08:08:17.785Z Compiling crossbeam-channel v0.5.15
18302026-06-04T08:08:18.061Z Compiling webpki-roots v1.0.7
18312026-06-04T08:08:18.190Z Compiling openapiv3 v2.2.0
18322026-06-04T08:08:18.478Z Compiling fastrand v2.4.1
18332026-06-04T08:08:18.811Z Compiling tower-http v0.6.10
18342026-06-04T08:08:19.243Z Compiling serde_with_macros v3.20.0
18352026-06-04T08:08:19.511Z Compiling futures-executor v0.3.32
18362026-06-04T08:08:19.792Z Compiling dropshot_endpoint v0.17.0
18372026-06-04T08:08:19.987Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18382026-06-04T08:08:20.366Z Compiling thread_local v1.1.9
18392026-06-04T08:08:20.397Z Compiling openssl-probe v0.2.1
18402026-06-04T08:08:20.638Z Compiling rustls-native-certs v0.8.3
18412026-06-04T08:08:20.700Z Compiling futures v0.3.32
18422026-06-04T08:08:20.789Z Compiling derive-ex v0.1.8
18432026-06-04T08:08:21.479Z Compiling strum_macros v0.27.2
18442026-06-04T08:08:21.505Z Compiling is-terminal v0.4.17
18452026-06-04T08:08:22.613Z Compiling take_mut v0.2.2
18462026-06-04T08:08:22.616Z Compiling term v1.2.1
18472026-06-04T08:08:22.616Z Compiling winnow v1.0.3
18482026-06-04T08:08:22.616Z Compiling test-strategy v0.4.5
18492026-06-04T08:08:23.319Z Compiling slog-term v2.9.2
18502026-06-04T08:08:24.160Z Compiling tempfile v3.27.0
18512026-06-04T08:08:24.866Z Compiling macaddr v1.0.1
18522026-06-04T08:08:25.086Z Compiling match_cfg v0.1.0
18532026-06-04T08:08:25.146Z Compiling simd-adler32 v0.3.9
18542026-06-04T08:08:25.195Z Compiling adler2 v2.0.1
18552026-06-04T08:08:25.320Z Compiling miniz_oxide v0.8.9
18562026-06-04T08:08:25.364Z Compiling hostname v0.3.1
18572026-06-04T08:08:26.105Z Compiling slog-json v2.6.1
18582026-06-04T08:08:26.420Z Compiling memmap2 v0.9.10
18592026-06-04T08:08:26.949Z Compiling usdt v0.6.0
18602026-06-04T08:08:27.172Z Compiling slog-bunyan v2.5.0
18612026-06-04T08:08:27.341Z Compiling flate2 v1.1.9
18622026-06-04T08:08:27.360Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18632026-06-04T08:08:27.586Z Compiling rustls-webpki v0.102.8
18642026-06-04T08:08:27.643Z Compiling debug-ignore v1.0.5
18652026-06-04T08:08:27.756Z Compiling compression-core v0.4.32
18662026-06-04T08:08:27.878Z Compiling either v1.15.0
18672026-06-04T08:08:27.936Z Compiling compression-codecs v0.4.38
18682026-06-04T08:08:28.375Z Compiling toml_parser v1.1.2+spec-1.1.0
18692026-06-04T08:08:28.636Z Compiling parse-display-derive v0.10.0
18702026-06-04T08:08:29.082Z Compiling rand_chacha v0.3.1
18712026-06-04T08:08:29.273Z Compiling toml_datetime v1.1.1+spec-1.1.0
18722026-06-04T08:08:29.453Z Compiling serde_spanned v1.1.1
18732026-06-04T08:08:29.714Z Compiling encoding_rs v0.8.35
18742026-06-04T08:08:29.731Z Compiling spin v0.9.8
18752026-06-04T08:08:29.857Z Compiling mime v0.3.17
18762026-06-04T08:08:29.980Z Compiling toml_writer v1.1.1+spec-1.1.0
18772026-06-04T08:08:30.184Z Compiling tokio-rustls v0.25.0
18782026-06-04T08:08:30.200Z Compiling toml v1.1.2+spec-1.1.0
18792026-06-04T08:08:30.432Z Compiling rand v0.8.6
18802026-06-04T08:08:30.450Z Compiling async-compression v0.4.42
18812026-06-04T08:08:31.203Z Compiling strum v0.26.3
18822026-06-04T08:08:31.403Z Compiling async-stream v0.3.6
18832026-06-04T08:08:31.519Z Compiling sha1 v0.10.6
18842026-06-04T08:08:31.594Z Compiling waitgroup v0.1.2
18852026-06-04T08:08:31.754Z Compiling rustls-pemfile v2.2.0
18862026-06-04T08:08:31.941Z Compiling serde_path_to_error v0.1.20
18872026-06-04T08:08:32.036Z Compiling hostname v0.4.2
18882026-06-04T08:08:32.101Z Compiling wait-timeout v0.2.1
18892026-06-04T08:08:32.200Z Compiling bit-vec v0.8.0
18902026-06-04T08:08:32.408Z Compiling quick-error v1.2.3
18912026-06-04T08:08:32.527Z Compiling rusty-fork v0.3.1
18922026-06-04T08:08:32.564Z Compiling bit-set v0.8.0
18932026-06-04T08:08:32.757Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18942026-06-04T08:08:33.260Z Compiling serde_with v3.20.0
18952026-06-04T08:08:33.348Z Compiling rand_xorshift v0.4.0
18962026-06-04T08:08:33.517Z Compiling unarray v0.1.4
18972026-06-04T08:08:33.823Z Compiling proptest v1.11.0
18982026-06-04T08:08:34.377Z Compiling strum v0.27.2
18992026-06-04T08:08:34.520Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002026-06-04T08:08:34.625Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19012026-06-04T08:08:34.671Z Compiling instant v0.1.13
19022026-06-04T08:08:35.035Z Compiling rustc-hash v2.1.2
19032026-06-04T08:08:35.170Z Compiling iddqd v0.3.18
19042026-06-04T08:08:35.383Z Compiling itertools v0.14.0
19052026-06-04T08:08:35.859Z Compiling unicode-width v0.2.2
19062026-06-04T08:08:36.182Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19072026-06-04T08:08:36.869Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19082026-06-04T08:08:37.188Z Compiling backon v1.6.0
19092026-06-04T08:08:37.188Z Compiling regress v0.10.5
19102026-06-04T08:08:38.495Z Compiling backoff v0.4.0
19112026-06-04T08:08:39.025Z Compiling parse-display v0.10.0
19122026-06-04T08:08:39.218Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19132026-06-04T08:08:42.253Z Compiling regress v0.11.1
19142026-06-04T08:08:43.690Z Compiling zerocopy-derive v0.7.35
19152026-06-04T08:08:43.778Z Compiling typify-impl v0.6.2
19162026-06-04T08:08:44.720Z Compiling darling_core v0.21.3
19172026-06-04T08:08:45.594Z Compiling clap_derive v4.6.1
19182026-06-04T08:08:45.866Z Compiling convert_case v0.4.0
19192026-06-04T08:08:46.385Z Compiling utf8parse v0.2.2
19202026-06-04T08:08:46.769Z Compiling darling_macro v0.21.3
19212026-06-04T08:08:47.040Z Compiling typify-macro v0.6.2
19222026-06-04T08:08:47.096Z Compiling anstyle-parse v1.0.0
19232026-06-04T08:08:47.255Z Compiling derive_more v0.99.20
19242026-06-04T08:08:47.985Z Compiling terminal_size v0.4.4
19252026-06-04T08:08:48.008Z Compiling toml_datetime v0.6.11
19262026-06-04T08:08:48.172Z Compiling anstyle v1.0.14
19272026-06-04T08:08:48.289Z Compiling anstyle-query v1.1.5
19282026-06-04T08:08:48.438Z Compiling colorchoice v1.0.5
19292026-06-04T08:08:48.635Z Compiling is_terminal_polyfill v1.70.2
19302026-06-04T08:08:48.731Z Compiling anstream v1.0.0
19312026-06-04T08:08:49.476Z Compiling darling v0.21.3
19322026-06-04T08:08:49.596Z Compiling secrecy v0.10.3
19332026-06-04T08:08:49.695Z Compiling clap_lex v1.1.0
19342026-06-04T08:08:49.745Z Compiling crucible-workspace-hack v0.1.0
19352026-06-04T08:08:49.830Z Compiling tinyvec_macros v0.1.1
19362026-06-04T08:08:49.977Z Compiling heapless v0.8.0
19372026-06-04T08:08:50.032Z Compiling clap_builder v4.6.0
19382026-06-04T08:08:50.471Z Compiling tinyvec v1.11.0
19392026-06-04T08:08:50.880Z Compiling ingot-macros v0.1.1
19402026-06-04T08:08:50.948Z Compiling typify v0.6.2
19412026-06-04T08:08:50.989Z Compiling zerocopy v0.7.35
19422026-06-04T08:08:51.489Z Compiling hash32 v0.3.1
19432026-06-04T08:08:51.506Z Compiling scroll_derive v0.12.1
19442026-06-04T08:08:51.643Z Compiling rustc_version v0.4.1
19452026-06-04T08:08:51.912Z Compiling num-integer v0.1.46
19462026-06-04T08:08:52.202Z Compiling usdt-impl v0.5.0
19472026-06-04T08:08:52.402Z Compiling smoltcp v0.11.0
19482026-06-04T08:08:52.587Z Compiling scroll v0.12.0
19492026-06-04T08:08:52.812Z Compiling curve25519-dalek v4.1.3
19502026-06-04T08:08:53.524Z Compiling ingot-types v0.1.2
19512026-06-04T08:08:53.545Z Compiling clap v4.6.1
19522026-06-04T08:08:53.975Z Compiling dof v0.3.0
19532026-06-04T08:08:54.908Z Compiling dtrace-parser v0.2.0
19542026-06-04T08:08:54.969Z Compiling hmac v0.12.1
19552026-06-04T08:08:55.062Z Compiling inout v0.1.4
19562026-06-04T08:08:55.143Z Compiling cobs v0.3.0
19572026-06-04T08:08:55.223Z Compiling ff v0.13.1
19582026-06-04T08:08:55.471Z Compiling thread-id v4.2.2
19592026-06-04T08:08:55.560Z Compiling bitflags v1.3.2
19602026-06-04T08:08:55.647Z Compiling managed v0.8.0
19612026-06-04T08:08:55.704Z Compiling unsafe-libyaml v0.2.11
19622026-06-04T08:08:56.275Z Compiling serde_yaml v0.9.34+deprecated
19632026-06-04T08:08:56.468Z Compiling group v0.13.0
19642026-06-04T08:08:56.589Z Compiling postcard v1.1.3
19652026-06-04T08:08:56.871Z Compiling cipher v0.4.4
19662026-06-04T08:08:56.961Z Compiling hkdf v0.12.4
19672026-06-04T08:08:57.764Z Compiling ingot v0.1.1
19682026-06-04T08:08:58.138Z Compiling goblin v0.8.2
19692026-06-04T08:08:59.095Z Compiling num-rational v0.4.2
19702026-06-04T08:08:59.942Z Compiling num-iter v0.1.45
19712026-06-04T08:09:00.214Z Compiling tabwriter v1.4.1
19722026-06-04T08:09:00.388Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19732026-06-04T08:09:00.575Z Compiling hubpack_derive v0.1.1
19742026-06-04T08:09:00.667Z Compiling thiserror-impl-no-std v2.0.2
19752026-06-04T08:09:00.932Z Compiling crossbeam-epoch v0.9.18
19762026-06-04T08:09:01.367Z Compiling universal-hash v0.5.1
19772026-06-04T08:09:01.406Z Compiling crypto-bigint v0.5.5
19782026-06-04T08:09:01.424Z Compiling half v2.7.1
19792026-06-04T08:09:01.509Z Compiling curve25519-dalek-derive v0.1.1
19802026-06-04T08:09:01.739Z Compiling num-complex v0.4.6
19812026-06-04T08:09:02.527Z Compiling base64ct v1.8.3
19822026-06-04T08:09:02.678Z Compiling base16ct v0.2.0
19832026-06-04T08:09:02.868Z Compiling ciborium-io v0.2.2
19842026-06-04T08:09:02.894Z Compiling prettyplease v0.2.37
19852026-06-04T08:09:03.120Z Compiling opaque-debug v0.3.1
19862026-06-04T08:09:03.543Z Compiling poly1305 v0.8.0
19872026-06-04T08:09:04.171Z Compiling ciborium-ll v0.2.2
19882026-06-04T08:09:04.261Z Compiling elliptic-curve v0.13.8
19892026-06-04T08:09:04.422Z Compiling password-hash v0.5.0
19902026-06-04T08:09:04.798Z Compiling num v0.4.3
19912026-06-04T08:09:04.880Z Compiling thiserror-no-std v2.0.2
19922026-06-04T08:09:04.980Z Compiling hubpack v0.1.2
19932026-06-04T08:09:06.427Z Compiling chacha20 v0.9.1
19942026-06-04T08:09:06.977Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19952026-06-04T08:09:07.150Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19962026-06-04T08:09:07.195Z Compiling reqwest v0.12.28
19972026-06-04T08:09:07.686Z Compiling toml_edit v0.25.11+spec-1.1.0
19982026-06-04T08:09:08.371Z Compiling byte-wrapper v0.1.0
19992026-06-04T08:09:08.538Z Compiling blake2 v0.10.6
20002026-06-04T08:09:08.573Z Compiling aead v0.5.2
20012026-06-04T08:09:08.761Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20022026-06-04T08:09:09.016Z Compiling serde_repr v0.1.20
20032026-06-04T08:09:09.325Z Compiling proc-macro-error-attr v1.0.4
20042026-06-04T08:09:09.599Z Compiling bstr v1.12.1
20052026-06-04T08:09:09.647Z Compiling memoffset v0.9.1
20062026-06-04T08:09:09.663Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072026-06-04T08:09:09.833Z Compiling rustix v0.38.44
20082026-06-04T08:09:09.907Z Compiling keccak v0.1.6
20092026-06-04T08:09:10.191Z Compiling float-ord v0.3.2
20102026-06-04T08:09:10.259Z Compiling cfg_aliases v0.2.1
20112026-06-04T08:09:10.276Z Compiling static_assertions v1.1.0
20122026-06-04T08:09:10.333Z Compiling nix v0.31.3
20132026-06-04T08:09:10.612Z Compiling sha3 v0.10.9
20142026-06-04T08:09:11.052Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20152026-06-04T08:09:11.251Z Compiling argon2 v0.5.3
20162026-06-04T08:09:11.426Z Compiling chacha20poly1305 v0.10.1
20172026-06-04T08:09:11.578Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20182026-06-04T08:09:12.751Z Compiling rustls-webpki v0.103.13
20192026-06-04T08:09:14.457Z Compiling proc-macro-crate v3.5.0
20202026-06-04T08:09:14.688Z Compiling progenitor-client v0.10.0
20212026-06-04T08:09:14.960Z Compiling vsss-rs v3.3.4
20222026-06-04T08:09:15.146Z Compiling ciborium v0.2.2
20232026-06-04T08:09:15.398Z Compiling usdt-macro v0.5.0
20242026-06-04T08:09:15.808Z Compiling usdt-attr-macro v0.5.0
20252026-06-04T08:09:17.071Z Compiling enum-as-inner v0.6.1
20262026-06-04T08:09:17.081Z Compiling num-derive v0.4.2
20272026-06-04T08:09:17.653Z Compiling proc-macro-error v1.0.4
20282026-06-04T08:09:17.899Z Compiling tokio-rustls v0.26.4
20292026-06-04T08:09:17.921Z Compiling rustls-platform-verifier v0.7.0
20302026-06-04T08:09:18.056Z Compiling memmap v0.7.0
20312026-06-04T08:09:18.203Z Compiling hyper-rustls v0.27.9
20322026-06-04T08:09:18.406Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20332026-06-04T08:09:18.443Z Compiling reqwest v0.13.3
20342026-06-04T08:09:18.651Z Compiling data-encoding v2.11.0
20352026-06-04T08:09:18.759Z Compiling indent_write v2.2.0
20362026-06-04T08:09:18.776Z Compiling winnow v0.5.40
20372026-06-04T08:09:18.948Z Compiling usdt v0.5.0
20382026-06-04T08:09:19.380Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20392026-06-04T08:09:19.545Z Compiling num_enum_derive v0.7.6
20402026-06-04T08:09:20.159Z Compiling progenitor-client v0.14.0
20412026-06-04T08:09:20.570Z Compiling progenitor-extras v0.2.0
20422026-06-04T08:09:20.814Z Compiling toml_edit v0.19.15
20432026-06-04T08:09:21.098Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20442026-06-04T08:09:21.293Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20452026-06-04T08:09:21.404Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20462026-06-04T08:09:22.981Z Compiling serde_spanned v0.6.9
20472026-06-04T08:09:23.157Z Compiling foreign-types-macros v0.2.3
20482026-06-04T08:09:23.646Z Compiling foreign-types-shared v0.3.1
20492026-06-04T08:09:23.756Z Compiling pkg-config v0.3.33
20502026-06-04T08:09:23.842Z Compiling vcpkg v0.2.15
20512026-06-04T08:09:24.212Z Compiling toml_write v0.1.2
20522026-06-04T08:09:24.432Z Compiling bytecount v0.6.9
20532026-06-04T08:09:24.692Z Compiling winnow v0.7.15
20542026-06-04T08:09:24.740Z Compiling cpufeatures v0.3.0
20552026-06-04T08:09:24.831Z Compiling colored v3.1.1
20562026-06-04T08:09:25.787Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20572026-06-04T08:09:26.129Z Compiling toml_edit v0.22.27
20582026-06-04T08:09:29.003Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20592026-06-04T08:09:29.238Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20602026-06-04T08:09:31.812Z Compiling chacha20 v0.10.0
20612026-06-04T08:09:32.130Z Compiling openssl-sys v0.9.116
20622026-06-04T08:09:32.678Z Compiling foreign-types v0.5.0
20632026-06-04T08:09:33.033Z Compiling proc-macro-crate v1.3.1
20642026-06-04T08:09:33.097Z Compiling num_enum v0.7.6
20652026-06-04T08:09:33.300Z Compiling progenitor-impl v0.13.0
20662026-06-04T08:09:33.334Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20672026-06-04T08:09:33.870Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20682026-06-04T08:09:34.228Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20692026-06-04T08:09:34.295Z Compiling cstr-argument v0.1.2
20702026-06-04T08:09:34.472Z Compiling resolv-conf v0.7.6
20712026-06-04T08:09:34.494Z Compiling unicode-segmentation v1.13.2
20722026-06-04T08:09:35.055Z Compiling heck v0.4.1
20732026-06-04T08:09:35.094Z Compiling swrite v0.1.0
20742026-06-04T08:09:35.123Z Compiling rayon-core v1.13.0
20752026-06-04T08:09:35.223Z Compiling semver v0.1.20
20762026-06-04T08:09:35.344Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20772026-06-04T08:09:35.408Z Compiling linked-hash-map v0.5.6
20782026-06-04T08:09:35.477Z Compiling rustc_version v0.1.7
20792026-06-04T08:09:35.558Z Compiling progenitor-macro v0.13.0
20802026-06-04T08:09:35.607Z Compiling lru-cache v0.1.2
20812026-06-04T08:09:35.641Z Compiling newline-converter v0.3.0
20822026-06-04T08:09:35.738Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20832026-06-04T08:09:35.754Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20842026-06-04T08:09:35.770Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20852026-06-04T08:09:36.910Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20862026-06-04T08:09:37.150Z Compiling num_enum_derive v0.5.11
20872026-06-04T08:09:37.350Z Compiling rand v0.10.1
20882026-06-04T08:09:37.560Z Compiling toml v0.8.23
20892026-06-04T08:09:38.183Z Compiling atomicwrites v0.4.4
20902026-06-04T08:09:38.200Z Compiling progenitor-client v0.13.0
20912026-06-04T08:09:38.263Z Compiling hickory-proto v0.24.4
20922026-06-04T08:09:38.339Z Compiling similar v2.7.0
20932026-06-04T08:09:38.497Z Compiling crossbeam-deque v0.8.6
20942026-06-04T08:09:38.701Z Compiling progenitor-impl v0.14.0
20952026-06-04T08:09:38.730Z Compiling console v0.15.11
20962026-06-04T08:09:39.775Z Compiling camino-tempfile v1.4.1
20972026-06-04T08:09:40.002Z Compiling serde-big-array v0.5.1
20982026-06-04T08:09:40.167Z Compiling derive-where v1.6.1
20992026-06-04T08:09:40.190Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21002026-06-04T08:09:40.734Z Compiling pin-project-internal v1.1.13
21012026-06-04T08:09:40.751Z Compiling siphasher v1.0.3
21022026-06-04T08:09:40.969Z Compiling lazy_static v1.5.0
21032026-06-04T08:09:41.086Z Compiling minimal-lexical v0.2.1
21042026-06-04T08:09:41.122Z Compiling phf_shared v0.12.1
21052026-06-04T08:09:41.338Z Compiling nom v7.1.3
21062026-06-04T08:09:41.356Z Compiling progenitor-macro v0.14.0
21072026-06-04T08:09:41.916Z Compiling pin-project v1.1.13
21082026-06-04T08:09:41.954Z Compiling hickory-resolver v0.24.4
21092026-06-04T08:09:42.258Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21102026-06-04T08:09:42.678Z Compiling progenitor v0.13.0
21112026-06-04T08:09:42.834Z Compiling expectorate v1.2.0
21122026-06-04T08:09:44.608Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21132026-06-04T08:09:45.569Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21142026-06-04T08:09:46.187Z Compiling num_enum v0.5.11
21152026-06-04T08:09:46.721Z Compiling newtype_derive v0.1.6
21162026-06-04T08:09:48.416Z Compiling unicode-normalization v0.1.25
21172026-06-04T08:09:49.488Z Compiling tokio-stream v0.1.18
21182026-06-04T08:09:49.577Z Compiling async-recursion v1.1.1
21192026-06-04T08:09:49.624Z Compiling snafu-derive v0.8.9
21202026-06-04T08:09:49.869Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21212026-06-04T08:09:50.201Z Compiling slog-dtrace v0.3.0
21222026-06-04T08:09:50.282Z Compiling csv-core v0.1.13
21232026-06-04T08:09:50.461Z Compiling konst_macro_rules v0.2.19
21242026-06-04T08:09:50.661Z Compiling chrono-tz v0.10.4
21252026-06-04T08:09:50.720Z Compiling cancel-safe-futures v0.1.5
21262026-06-04T08:09:50.922Z Compiling unicode-xid v0.2.6
21272026-06-04T08:09:50.998Z Compiling highway v1.3.0
21282026-06-04T08:09:51.044Z Compiling openssl v0.10.80
21292026-06-04T08:09:51.343Z Compiling foldhash v0.1.5
21302026-06-04T08:09:51.367Z Compiling same-file v1.0.6
21312026-06-04T08:09:51.550Z Compiling foreign-types-shared v0.1.1
21322026-06-04T08:09:51.576Z Compiling owo-colors v4.3.0
21332026-06-04T08:09:51.664Z Compiling unicode-width v0.1.14
21342026-06-04T08:09:51.713Z Compiling foreign-types v0.3.2
21352026-06-04T08:09:51.783Z Compiling walkdir v2.5.0
21362026-06-04T08:09:51.971Z Compiling hashbrown v0.15.5
21372026-06-04T08:09:51.991Z Compiling snafu v0.8.9
21382026-06-04T08:09:52.521Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21392026-06-04T08:09:52.560Z Compiling const_format_proc_macros v0.2.34
21402026-06-04T08:09:52.666Z Compiling konst v0.2.20
21412026-06-04T08:09:53.076Z Compiling csv v1.4.0
21422026-06-04T08:09:53.528Z Compiling qorb v0.4.1
21432026-06-04T08:09:53.859Z Compiling olpc-cjson v0.1.4
21442026-06-04T08:09:53.939Z Compiling progenitor v0.14.0
21452026-06-04T08:09:54.074Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21462026-06-04T08:09:54.111Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21472026-06-04T08:09:55.610Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21482026-06-04T08:09:55.655Z Compiling rayon v1.12.0
21492026-06-04T08:09:57.035Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21502026-06-04T08:09:57.770Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21512026-06-04T08:09:58.365Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21522026-06-04T08:09:58.740Z Compiling phf v0.12.1
21532026-06-04T08:09:59.179Z Compiling zone_cfg_derive v0.3.1
21542026-06-04T08:09:59.422Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21552026-06-04T08:09:59.907Z Compiling tokio-dtrace v0.1.1
21562026-06-04T08:10:00.224Z Compiling globset v0.4.18
21572026-06-04T08:10:00.339Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21582026-06-04T08:10:00.587Z Compiling itertools v0.12.1
21592026-06-04T08:10:00.612Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21602026-06-04T08:10:01.187Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21612026-06-04T08:10:02.002Z Compiling pem v3.0.6
21622026-06-04T08:10:02.090Z Compiling libsw-core v0.3.2
21632026-06-04T08:10:02.188Z Compiling serde_plain v1.0.2
21642026-06-04T08:10:02.188Z Compiling openssl-macros v0.1.1
21652026-06-04T08:10:02.202Z Compiling cookie v0.18.1
21662026-06-04T08:10:02.351Z Compiling sigpipe v0.1.3
21672026-06-04T08:10:02.433Z Compiling jiff v0.2.24
21682026-06-04T08:10:02.460Z Compiling glob v0.3.3
21692026-06-04T08:10:02.543Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21702026-06-04T08:10:02.555Z Compiling fixedbitset v0.4.2
21712026-06-04T08:10:04.306Z Compiling typed-path v0.9.3
21722026-06-04T08:10:04.306Z Compiling fixedbitset v0.5.7
21732026-06-04T08:10:04.306Z Compiling petgraph v0.6.5
21742026-06-04T08:10:04.307Z Compiling petgraph v0.8.3
21752026-06-04T08:10:04.380Z Compiling tough v0.22.0
21762026-06-04T08:10:04.759Z Compiling libsw v3.5.0
21772026-06-04T08:10:04.771Z Compiling zone v0.3.1
21782026-06-04T08:10:04.882Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21792026-06-04T08:10:05.732Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21802026-06-04T08:10:05.795Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21812026-06-04T08:10:06.018Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21822026-06-04T08:10:06.378Z Compiling oxide-tokio-rt v0.1.6
21832026-06-04T08:10:06.503Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21842026-06-04T08:10:06.928Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21852026-06-04T08:10:07.825Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21862026-06-04T08:10:08.060Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21872026-06-04T08:10:08.979Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21882026-06-04T08:10:09.809Z Compiling const_format v0.2.36
21892026-06-04T08:10:10.575Z Compiling papergrid v0.11.0
21902026-06-04T08:10:10.864Z Compiling tabled_derive v0.7.0
21912026-06-04T08:10:11.626Z Compiling gethostname v0.5.0
21922026-06-04T08:10:11.889Z Compiling libscf-sys v1.2.0
21932026-06-04T08:10:11.889Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21942026-06-04T08:10:11.933Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21952026-06-04T08:10:11.954Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21962026-06-04T08:10:12.258Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21972026-06-04T08:10:12.324Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21982026-06-04T08:10:12.397Z Compiling smf v0.2.3
21992026-06-04T08:10:13.456Z Compiling bcs v0.1.6
22002026-06-04T08:10:13.503Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22012026-06-04T08:10:13.503Z Compiling smawk v0.3.2
22022026-06-04T08:10:13.504Z Compiling termtree v0.5.1
22032026-06-04T08:10:13.504Z Compiling whoami v1.6.1
22042026-06-04T08:10:13.543Z Compiling unicode-linebreak v0.1.5
22052026-06-04T08:10:13.781Z Compiling tagptr v0.2.0
22062026-06-04T08:10:13.801Z Compiling linear-map v1.2.0
22072026-06-04T08:10:13.949Z Compiling moka v0.12.15
22082026-06-04T08:10:14.017Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22092026-06-04T08:10:14.595Z Compiling textwrap v0.16.2
22102026-06-04T08:10:15.658Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22112026-06-04T08:10:15.837Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22122026-06-04T08:10:16.178Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22132026-06-04T08:10:16.260Z Compiling tabled v0.15.0
22142026-06-04T08:10:16.801Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22152026-06-04T08:10:16.923Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22162026-06-04T08:10:16.998Z Compiling steno v0.4.1
22172026-06-04T08:10:19.332Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22182026-06-04T08:10:22.027Z Compiling hickory-proto v0.25.2
22192026-06-04T08:10:22.191Z Compiling proc-macro-error-attr2 v2.0.0
22202026-06-04T08:10:22.643Z Compiling humantime v2.3.0
22212026-06-04T08:10:23.249Z Compiling proc-macro-error2 v2.0.1
22222026-06-04T08:10:23.396Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22232026-06-04T08:10:23.843Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22242026-06-04T08:10:24.116Z Compiling parking_lot_core v0.8.6
22252026-06-04T08:10:24.212Z Compiling hickory-resolver v0.25.2
22262026-06-04T08:10:25.510Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22272026-06-04T08:10:25.588Z Compiling tabled_derive v0.11.0
22282026-06-04T08:10:25.589Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22292026-06-04T08:10:26.013Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22302026-06-04T08:10:26.169Z Compiling papergrid v0.17.0
22312026-06-04T08:10:27.346Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22322026-06-04T08:10:28.808Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22332026-06-04T08:10:29.117Z Compiling testing_table v0.3.0
22342026-06-04T08:10:29.523Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22352026-06-04T08:10:30.105Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22362026-06-04T08:10:30.399Z Compiling tabled v0.20.0
22372026-06-04T08:10:30.421Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22382026-06-04T08:10:31.400Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22392026-06-04T08:10:31.500Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22402026-06-04T08:10:31.798Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22412026-06-04T08:10:32.204Z Compiling arc-swap v1.9.1
22422026-06-04T08:10:32.501Z Compiling slog-scope v4.4.1
22432026-06-04T08:10:32.780Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22442026-06-04T08:10:32.960Z Compiling parking_lot v0.11.2
22452026-06-04T08:10:33.840Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22462026-06-04T08:10:34.681Z Compiling dropshot-api-manager-types v0.7.2
22472026-06-04T08:10:35.085Z Compiling fxhash v0.2.1
22482026-06-04T08:10:35.238Z Compiling crc8 v0.1.1
22492026-06-04T08:10:35.270Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22502026-06-04T08:10:35.302Z Compiling sled v0.34.7
22512026-06-04T08:10:35.361Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22522026-06-04T08:10:36.142Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22532026-06-04T08:10:38.240Z Compiling slog-stdlog v4.1.1
22542026-06-04T08:10:39.713Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22552026-06-04T08:10:39.730Z Compiling slog-envlogger v2.2.0
22562026-06-04T08:10:39.730Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22572026-06-04T08:10:39.730Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22582026-06-04T08:10:41.846Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22592026-06-04T08:10:43.905Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22602026-06-04T08:10:45.957Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22612026-06-04T08:10:55.867Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22622026-06-04T08:11:01.215Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22632026-06-04T08:11:04.515Z Finished `release` profile [optimized] target(s) in 3m 45s
22642026-06-04T08:11:04.848Z+ banner quartet
22652026-06-04T08:11:04.851Z
22662026-06-04T08:11:04.851Z #### # # ## ##### ##### ###### #####
22672026-06-04T08:11:04.852Z # # # # # # # # # # #
22682026-06-04T08:11:04.852Z # # # # # # # # # ##### #
22692026-06-04T08:11:04.852Z # # # # # ###### ##### # # #
22702026-06-04T08:11:04.852Z # # # # # # # # # # #
22712026-06-04T08:11:04.852Z ### # #### # # # # # ###### #
22722026-06-04T08:11:04.852Z
22732026-06-04T08:11:04.852Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22742026-06-04T08:11:05.411Z Compiling cfg-if v1.0.4
22752026-06-04T08:11:05.415Z Compiling libc v0.2.186
22762026-06-04T08:11:05.415Z Compiling serde_core v1.0.228
22772026-06-04T08:11:05.520Z Compiling memchr v2.8.0
22782026-06-04T08:11:05.525Z Compiling itoa v1.0.18
22792026-06-04T08:11:05.525Z Compiling smallvec v1.15.1
22802026-06-04T08:11:05.540Z Compiling stable_deref_trait v1.2.1
22812026-06-04T08:11:05.544Z Compiling zerofrom v0.1.8
22822026-06-04T08:11:05.562Z Compiling zmij v1.0.21
22832026-06-04T08:11:05.612Z Compiling litemap v0.8.2
22842026-06-04T08:11:05.669Z Compiling yoke v0.8.2
22852026-06-04T08:11:05.761Z Compiling writeable v0.6.3
22862026-06-04T08:11:05.771Z Compiling utf8_iter v1.0.4
22872026-06-04T08:11:05.806Z Compiling percent-encoding v2.3.2
22882026-06-04T08:11:05.871Z Compiling zerovec v0.11.6
22892026-06-04T08:11:05.888Z Compiling zerotrie v0.2.4
22902026-06-04T08:11:05.927Z Compiling libm v0.2.16
22912026-06-04T08:11:05.995Z Compiling icu_normalizer_data v2.2.0
22922026-06-04T08:11:06.024Z Compiling icu_properties_data v2.2.0
22932026-06-04T08:11:06.073Z Compiling form_urlencoded v1.2.2
22942026-06-04T08:11:06.085Z Compiling rand_core v0.10.1
22952026-06-04T08:11:06.181Z Compiling errno v0.3.14
22962026-06-04T08:11:06.243Z Compiling getrandom v0.4.2
22972026-06-04T08:11:06.324Z Compiling iana-time-zone v0.1.65
22982026-06-04T08:11:06.341Z Compiling pin-project-lite v0.2.17
22992026-06-04T08:11:06.364Z Compiling zeroize v1.8.2
23002026-06-04T08:11:06.440Z Compiling tinystr v0.8.3
23012026-06-04T08:11:06.456Z Compiling potential_utf v0.1.5
23022026-06-04T08:11:06.477Z Compiling dyn-clone v1.0.20
23032026-06-04T08:11:06.608Z Compiling icu_locale_core v2.2.0
23042026-06-04T08:11:06.624Z Compiling icu_collections v2.2.0
23052026-06-04T08:11:06.636Z Compiling socket2 v0.6.3
23062026-06-04T08:11:06.639Z Compiling scopeguard v1.2.0
23072026-06-04T08:11:06.655Z Compiling parking_lot_core v0.9.12
23082026-06-04T08:11:06.670Z Compiling signal-hook-registry v1.4.8
23092026-06-04T08:11:06.754Z Compiling num-traits v0.2.19
23102026-06-04T08:11:07.052Z Compiling lock_api v0.4.14
23112026-06-04T08:11:07.211Z Compiling mio v1.2.0
23122026-06-04T08:11:07.306Z Compiling parking_lot v0.12.5
23132026-06-04T08:11:07.374Z Compiling serde v1.0.228
23142026-06-04T08:11:07.420Z Compiling serde_json v1.0.149
23152026-06-04T08:11:07.554Z Compiling icu_provider v2.2.0
23162026-06-04T08:11:07.554Z Compiling uuid v1.23.1
23172026-06-04T08:11:07.703Z Compiling semver v1.0.28
23182026-06-04T08:11:07.948Z Compiling bytes v1.11.1
23192026-06-04T08:11:08.020Z Compiling icu_normalizer v2.2.0
23202026-06-04T08:11:08.160Z Compiling icu_properties v2.2.0
23212026-06-04T08:11:08.198Z Compiling chrono v0.4.44
23222026-06-04T08:11:08.263Z Compiling portable-atomic v1.13.1
23232026-06-04T08:11:08.372Z Compiling thiserror v2.0.18
23242026-06-04T08:11:08.489Z Compiling getrandom v0.2.17
23252026-06-04T08:11:08.713Z Compiling tokio v1.52.3
23262026-06-04T08:11:08.858Z Compiling critical-section v1.2.0
23272026-06-04T08:11:08.977Z Compiling futures-core v0.3.32
23282026-06-04T08:11:08.992Z Compiling subtle v2.6.1
23292026-06-04T08:11:09.145Z Compiling idna_adapter v1.2.2
23302026-06-04T08:11:09.164Z Compiling once_cell v1.21.4
23312026-06-04T08:11:09.261Z Compiling idna v1.1.0
23322026-06-04T08:11:09.282Z Compiling bitflags v2.11.1
23332026-06-04T08:11:09.416Z Compiling log v0.4.29
23342026-06-04T08:11:09.564Z Compiling equivalent v1.0.2
23352026-06-04T08:11:09.659Z Compiling url v2.5.8
23362026-06-04T08:11:09.673Z Compiling zerocopy v0.8.48
23372026-06-04T08:11:09.688Z Compiling rand_core v0.6.4
23382026-06-04T08:11:09.763Z Compiling futures-sink v0.3.32
23392026-06-04T08:11:09.902Z Compiling slab v0.4.12
23402026-06-04T08:11:09.944Z Compiling futures-channel v0.3.32
23412026-06-04T08:11:10.084Z Compiling futures-io v0.3.32
23422026-06-04T08:11:10.124Z Compiling futures-task v0.3.32
23432026-06-04T08:11:10.210Z Compiling typenum v1.20.0
23442026-06-04T08:11:10.281Z Compiling schemars v0.8.22
23452026-06-04T08:11:10.303Z Compiling futures-util v0.3.32
23462026-06-04T08:11:10.911Z Compiling generic-array v0.14.7
23472026-06-04T08:11:11.388Z Compiling hashbrown v0.17.1
23482026-06-04T08:11:11.510Z Compiling tracing-core v0.1.36
23492026-06-04T08:11:11.772Z Compiling ipnetwork v0.21.1
23502026-06-04T08:11:12.065Z Compiling indexmap v2.14.0
23512026-06-04T08:11:12.240Z Compiling tracing v0.1.44
23522026-06-04T08:11:12.580Z Compiling base64 v0.22.1
23532026-06-04T08:11:12.618Z Compiling crypto-common v0.1.7
23542026-06-04T08:11:12.772Z Compiling http v1.4.0
23552026-06-04T08:11:12.940Z Compiling unicode-ident v1.0.24
23562026-06-04T08:11:12.951Z Compiling slog v2.8.2
23572026-06-04T08:11:12.968Z Compiling erased-serde v0.3.31
23582026-06-04T08:11:13.032Z Compiling proc-macro2 v1.0.106
23592026-06-04T08:11:13.065Z Compiling rustls-pki-types v1.14.1
23602026-06-04T08:11:13.076Z Compiling fnv v1.0.7
23612026-06-04T08:11:13.184Z Compiling oxnet v0.1.5
23622026-06-04T08:11:13.577Z Compiling quote v1.0.45
23632026-06-04T08:11:13.921Z Compiling untrusted v0.9.0
23642026-06-04T08:11:14.076Z Compiling syn v2.0.117
23652026-06-04T08:11:14.311Z Compiling tokio-util v0.7.18
23662026-06-04T08:11:14.391Z Compiling ipnet v2.12.0
23672026-06-04T08:11:14.709Z Compiling byteorder v1.5.0
23682026-06-04T08:11:14.971Z Compiling thiserror v1.0.69
23692026-06-04T08:11:15.093Z Compiling ppv-lite86 v0.2.21
23702026-06-04T08:11:15.163Z Compiling http-body v1.0.1
23712026-06-04T08:11:15.180Z Compiling block-buffer v0.10.4
23722026-06-04T08:11:15.337Z Compiling atomic-waker v1.1.2
23732026-06-04T08:11:15.349Z Compiling httparse v1.10.1
23742026-06-04T08:11:15.359Z Compiling digest v0.10.7
23752026-06-04T08:11:15.439Z Compiling pretty-hex v0.4.2
23762026-06-04T08:11:15.476Z Compiling tower-service v0.3.3
23772026-06-04T08:11:15.540Z Compiling tower-layer v0.3.3
23782026-06-04T08:11:15.576Z Compiling ryu v1.0.23
23792026-06-04T08:11:15.588Z Compiling try-lock v0.2.5
23802026-06-04T08:11:15.601Z Compiling h2 v0.4.14
23812026-06-04T08:11:15.613Z Compiling httpdate v1.0.3
23822026-06-04T08:11:15.703Z Compiling want v0.3.1
23832026-06-04T08:11:15.741Z Compiling rustix v1.1.4
23842026-06-04T08:11:15.826Z Compiling regex-syntax v0.8.10
23852026-06-04T08:11:15.869Z Compiling plain v0.2.3
23862026-06-04T08:11:15.892Z Compiling getrandom v0.3.4
23872026-06-04T08:11:15.988Z Compiling omicron-workspace-hack v0.1.0
23882026-06-04T08:11:15.992Z Compiling aws-lc-sys v0.41.0
23892026-06-04T08:11:16.070Z Compiling untrusted v0.7.1
23902026-06-04T08:11:16.098Z Compiling ucd-trie v0.1.7
23912026-06-04T08:11:16.203Z Compiling rand_core v0.9.5
23922026-06-04T08:11:16.465Z Compiling pest v2.8.6
23932026-06-04T08:11:16.582Z Compiling aws-lc-rs v1.17.0
23942026-06-04T08:11:16.694Z Compiling crossbeam-utils v0.8.21
23952026-06-04T08:11:17.494Z Compiling serde_urlencoded v0.7.1
23962026-06-04T08:11:17.641Z Compiling http-body-util v0.1.3
23972026-06-04T08:11:17.793Z Compiling allocator-api2 v0.2.21
23982026-06-04T08:11:17.929Z Compiling foldhash v0.2.0
23992026-06-04T08:11:18.200Z Compiling hyper v1.9.0
24002026-06-04T08:11:18.201Z Compiling rustls v0.23.40
24012026-06-04T08:11:18.232Z Compiling hashbrown v0.16.1
24022026-06-04T08:11:18.476Z Compiling rustls-webpki v0.103.13
24032026-06-04T08:11:18.970Z Compiling newtype-uuid v1.3.2
24042026-06-04T08:11:19.463Z Compiling hex v0.4.3
24052026-06-04T08:11:19.772Z Compiling hyper-util v0.1.20
24062026-06-04T08:11:20.055Z Compiling cpufeatures v0.2.17
24072026-06-04T08:11:20.138Z Compiling daft v0.1.7
24082026-06-04T08:11:21.132Z Compiling rand_chacha v0.9.0
24092026-06-04T08:11:21.709Z Compiling sync_wrapper v1.0.2
24102026-06-04T08:11:21.772Z Compiling aho-corasick v1.1.4
24112026-06-04T08:11:21.829Z Compiling fastrand v2.4.1
24122026-06-04T08:11:22.178Z Compiling tower v0.5.3
24132026-06-04T08:11:22.581Z Compiling anyhow v1.0.102
24142026-06-04T08:11:22.823Z Compiling regex-automata v0.4.14
24152026-06-04T08:11:22.842Z Compiling rand v0.9.4
24162026-06-04T08:11:22.854Z Compiling powerfmt v0.2.0
24172026-06-04T08:11:23.083Z Compiling deranged v0.5.8
24182026-06-04T08:11:23.118Z Compiling tower-http v0.6.10
24192026-06-04T08:11:23.272Z Compiling openapiv3 v2.2.0
24202026-06-04T08:11:23.633Z Compiling openssl-probe v0.2.1
24212026-06-04T08:11:23.796Z Compiling time-core v0.1.8
24222026-06-04T08:11:23.844Z Compiling num-conv v0.2.1
24232026-06-04T08:11:23.951Z Compiling num_threads v0.1.7
24242026-06-04T08:11:24.000Z Compiling tokio-rustls v0.26.4
24252026-06-04T08:11:24.054Z Compiling rustls-native-certs v0.8.3
24262026-06-04T08:11:24.185Z Compiling time v0.3.47
24272026-06-04T08:11:24.307Z Compiling camino v1.2.2
24282026-06-04T08:11:24.901Z Compiling tempfile v3.27.0
24292026-06-04T08:11:24.913Z Compiling futures-executor v0.3.32
24302026-06-04T08:11:25.515Z Compiling winnow v1.0.3
24312026-06-04T08:11:25.735Z Compiling futures v0.3.32
24322026-06-04T08:11:25.805Z Compiling regex v1.12.3
24332026-06-04T08:11:25.825Z Compiling hyper-rustls v0.27.9
24342026-06-04T08:11:26.203Z Compiling rustls-platform-verifier v0.7.0
24352026-06-04T08:11:26.834Z Compiling crossbeam-channel v0.5.15
24362026-06-04T08:11:27.018Z Compiling scroll v0.13.0
24372026-06-04T08:11:27.172Z Compiling adler2 v2.0.1
24382026-06-04T08:11:27.229Z Compiling simd-adler32 v0.3.9
24392026-06-04T08:11:27.245Z Compiling crc32fast v1.5.0
24402026-06-04T08:11:27.325Z Compiling goblin v0.10.5
24412026-06-04T08:11:27.341Z Compiling reqwest v0.13.3
24422026-06-04T08:11:27.511Z Compiling miniz_oxide v0.8.9
24432026-06-04T08:11:27.569Z Compiling ring v0.17.14
24442026-06-04T08:11:28.113Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24452026-06-04T08:11:28.957Z Compiling thread_local v1.1.9
24462026-06-04T08:11:29.329Z Compiling either v1.15.0
24472026-06-04T08:11:29.562Z Compiling rustls-webpki v0.102.8
24482026-06-04T08:11:30.128Z Compiling flate2 v1.1.9
24492026-06-04T08:11:30.693Z Compiling dof v0.4.0
24502026-06-04T08:11:31.510Z Compiling dtrace-parser v0.3.0
24512026-06-04T08:11:31.846Z Compiling rand_chacha v0.3.1
24522026-06-04T08:11:32.506Z Compiling is-terminal v0.4.17
24532026-06-04T08:11:32.617Z Compiling thread-id v5.1.0
24542026-06-04T08:11:32.713Z Compiling compression-core v0.4.32
24552026-06-04T08:11:32.894Z Compiling match_cfg v0.1.0
24562026-06-04T08:11:32.975Z Compiling term v1.2.1
24572026-06-04T08:11:33.851Z Compiling debug-ignore v1.0.5
24582026-06-04T08:11:33.971Z Compiling take_mut v0.2.2
24592026-06-04T08:11:34.076Z Compiling slog-async v2.8.0
24602026-06-04T08:11:34.088Z Compiling slog-term v2.9.2
24612026-06-04T08:11:34.098Z Compiling hostname v0.3.1
24622026-06-04T08:11:34.266Z Compiling compression-codecs v0.4.38
24632026-06-04T08:11:34.654Z Compiling usdt-impl v0.6.0
24642026-06-04T08:11:34.902Z Compiling rand v0.8.6
24652026-06-04T08:11:35.445Z Compiling ref-cast v1.0.25
24662026-06-04T08:11:35.571Z Compiling rustls v0.22.4
24672026-06-04T08:11:35.587Z Compiling toml_parser v1.1.2+spec-1.1.0
24682026-06-04T08:11:35.708Z Compiling slog-json v2.6.1
24692026-06-04T08:11:35.978Z Compiling strum v0.26.3
24702026-06-04T08:11:36.119Z Compiling macaddr v1.0.1
24712026-06-04T08:11:36.410Z Compiling toml_datetime v1.1.1+spec-1.1.0
24722026-06-04T08:11:36.848Z Compiling serde_spanned v1.1.1
24732026-06-04T08:11:36.952Z Compiling memmap2 v0.9.10
24742026-06-04T08:11:37.006Z Compiling wait-timeout v0.2.1
24752026-06-04T08:11:37.258Z Compiling encoding_rs v0.8.35
24762026-06-04T08:11:37.510Z Compiling spin v0.9.8
24772026-06-04T08:11:37.648Z Compiling mime v0.3.17
24782026-06-04T08:11:38.135Z Compiling toml_writer v1.1.1+spec-1.1.0
24792026-06-04T08:11:38.410Z Compiling quick-error v1.2.3
24802026-06-04T08:11:38.533Z Compiling bit-vec v0.8.0
24812026-06-04T08:11:38.704Z Compiling rusty-fork v0.3.1
24822026-06-04T08:11:38.840Z Compiling bit-set v0.8.0
24832026-06-04T08:11:39.046Z Compiling toml v1.1.2+spec-1.1.0
24842026-06-04T08:11:39.062Z Compiling multer v3.1.0
24852026-06-04T08:11:39.572Z Compiling tokio-rustls v0.25.0
24862026-06-04T08:11:39.831Z Compiling usdt v0.6.0
24872026-06-04T08:11:40.144Z Compiling slog-bunyan v2.5.0
24882026-06-04T08:11:40.306Z Compiling async-compression v0.4.42
24892026-06-04T08:11:40.337Z Compiling serde_with v3.20.0
24902026-06-04T08:11:40.507Z Compiling async-stream v0.3.6
24912026-06-04T08:11:40.738Z Compiling sha1 v0.10.6
24922026-06-04T08:11:40.802Z Compiling rand_xorshift v0.4.0
24932026-06-04T08:11:40.973Z Compiling waitgroup v0.1.2
24942026-06-04T08:11:41.135Z Compiling rustls-pemfile v2.2.0
24952026-06-04T08:11:41.173Z Compiling serde_path_to_error v0.1.20
24962026-06-04T08:11:41.438Z Compiling hostname v0.4.2
24972026-06-04T08:11:41.584Z Compiling unarray v0.1.4
24982026-06-04T08:11:41.608Z Compiling dropshot v0.17.0
24992026-06-04T08:11:41.628Z Compiling progenitor-client v0.14.0
25002026-06-04T08:11:41.712Z Compiling proptest v1.11.0
25012026-06-04T08:11:42.014Z Compiling strum v0.27.2
25022026-06-04T08:11:42.143Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25032026-06-04T08:11:42.158Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25042026-06-04T08:11:42.302Z Compiling rustc-hash v2.1.2
25052026-06-04T08:11:42.395Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25062026-06-04T08:11:42.446Z Compiling iddqd v0.3.18
25072026-06-04T08:11:42.727Z Compiling reqwest v0.12.28
25082026-06-04T08:11:43.163Z Compiling backon v1.6.0
25092026-06-04T08:11:43.434Z Compiling instant v0.1.13
25102026-06-04T08:11:43.563Z Compiling backoff v0.4.0
25112026-06-04T08:11:43.600Z Compiling progenitor-extras v0.2.0
25122026-06-04T08:11:43.793Z Compiling progenitor-client v0.10.0
25132026-06-04T08:11:43.850Z Compiling parse-display v0.10.0
25142026-06-04T08:11:44.295Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25152026-06-04T08:11:44.333Z Compiling itertools v0.14.0
25162026-06-04T08:11:44.782Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25172026-06-04T08:11:45.284Z Compiling regress v0.10.5
25182026-06-04T08:11:45.879Z Compiling heck v0.5.0
25192026-06-04T08:11:46.360Z Compiling unicode-width v0.2.2
25202026-06-04T08:11:46.510Z Compiling secrecy v0.10.3
25212026-06-04T08:11:46.685Z Compiling tinyvec_macros v0.1.1
25222026-06-04T08:11:46.699Z Compiling num-integer v0.1.46
25232026-06-04T08:11:46.766Z Compiling tinyvec v1.11.0
25242026-06-04T08:11:47.208Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25252026-06-04T08:11:47.222Z Compiling scroll v0.12.0
25262026-06-04T08:11:47.538Z Compiling crucible-workspace-hack v0.1.0
25272026-06-04T08:11:47.624Z Compiling regress v0.11.1
25282026-06-04T08:11:48.774Z Compiling hmac v0.12.1
25292026-06-04T08:11:48.945Z Compiling inout v0.1.4
25302026-06-04T08:11:49.120Z Compiling ff v0.13.1
25312026-06-04T08:11:49.146Z Compiling utf8parse v0.2.2
25322026-06-04T08:11:49.269Z Compiling group v0.13.0
25332026-06-04T08:11:49.280Z Compiling anstyle-parse v1.0.0
25342026-06-04T08:11:49.395Z Compiling typify-impl v0.6.2
25352026-06-04T08:11:49.511Z Compiling cipher v0.4.4
25362026-06-04T08:11:49.773Z Compiling hkdf v0.12.4
25372026-06-04T08:11:49.954Z Compiling goblin v0.8.2
25382026-06-04T08:11:50.114Z Compiling num-rational v0.4.2
25392026-06-04T08:11:50.797Z Compiling num-iter v0.1.45
25402026-06-04T08:11:50.941Z Compiling zerocopy v0.7.35
25412026-06-04T08:11:51.270Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25422026-06-04T08:11:51.553Z Compiling terminal_size v0.4.4
25432026-06-04T08:11:51.722Z Compiling half v2.7.1
25442026-06-04T08:11:52.092Z Compiling universal-hash v0.5.1
25452026-06-04T08:11:52.253Z Compiling crypto-bigint v0.5.5
25462026-06-04T08:11:52.557Z Compiling num-complex v0.4.6
25472026-06-04T08:11:52.629Z Compiling anstyle-query v1.1.5
25482026-06-04T08:11:52.750Z Compiling is_terminal_polyfill v1.70.2
25492026-06-04T08:11:52.860Z Compiling anstyle v1.0.14
25502026-06-04T08:11:53.012Z Compiling ciborium-io v0.2.2
25512026-06-04T08:11:53.122Z Compiling colorchoice v1.0.5
25522026-06-04T08:11:53.148Z Compiling base64ct v1.8.3
25532026-06-04T08:11:53.268Z Compiling opaque-debug v0.3.1
25542026-06-04T08:11:53.352Z Compiling base16ct v0.2.0
25552026-06-04T08:11:53.513Z Compiling elliptic-curve v0.13.8
25562026-06-04T08:11:53.569Z Compiling password-hash v0.5.0
25572026-06-04T08:11:53.834Z Compiling poly1305 v0.8.0
25582026-06-04T08:11:54.245Z Compiling anstream v1.0.0
25592026-06-04T08:11:54.488Z Compiling ciborium-ll v0.2.2
25602026-06-04T08:11:54.557Z Compiling num v0.4.3
25612026-06-04T08:11:54.645Z Compiling curve25519-dalek v4.1.3
25622026-06-04T08:11:54.762Z Compiling dof v0.3.0
25632026-06-04T08:11:54.765Z Compiling typify v0.6.2
25642026-06-04T08:11:54.888Z Compiling thiserror-no-std v2.0.2
25652026-06-04T08:11:54.994Z Compiling chacha20 v0.9.1
25662026-06-04T08:11:55.253Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25672026-06-04T08:11:55.411Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25682026-06-04T08:11:57.031Z Compiling byte-wrapper v0.1.0
25692026-06-04T08:11:57.364Z Compiling dtrace-parser v0.2.0
25702026-06-04T08:11:57.477Z Compiling crossbeam-epoch v0.9.18
25712026-06-04T08:11:57.606Z Compiling blake2 v0.10.6
25722026-06-04T08:11:57.992Z Compiling aead v0.5.2
25732026-06-04T08:11:58.055Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25742026-06-04T08:11:58.117Z Compiling thread-id v4.2.2
25752026-06-04T08:11:58.194Z Compiling clap_lex v1.1.0
25762026-06-04T08:11:58.212Z Compiling keccak v0.1.6
25772026-06-04T08:11:58.568Z Compiling float-ord v0.3.2
25782026-06-04T08:11:58.695Z Compiling strsim v0.11.1
25792026-06-04T08:11:58.943Z Compiling clap_builder v4.6.0
25802026-06-04T08:11:59.372Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25812026-06-04T08:11:59.539Z Compiling sha3 v0.10.9
25822026-06-04T08:11:59.619Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25832026-06-04T08:11:59.926Z Compiling usdt-impl v0.5.0
25842026-06-04T08:11:59.947Z Compiling chacha20poly1305 v0.10.1
25852026-06-04T08:12:00.104Z Compiling argon2 v0.5.3
25862026-06-04T08:12:01.137Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25872026-06-04T08:12:01.150Z Compiling vsss-rs v3.3.4
25882026-06-04T08:12:02.677Z Compiling ciborium v0.2.2
25892026-06-04T08:12:03.539Z Compiling hash32 v0.3.1
25902026-06-04T08:12:03.717Z Compiling memmap v0.7.0
25912026-06-04T08:12:03.969Z Compiling data-encoding v2.11.0
25922026-06-04T08:12:04.359Z Compiling indent_write v2.2.0
25932026-06-04T08:12:04.521Z Compiling usdt v0.5.0
25942026-06-04T08:12:05.175Z Compiling heapless v0.8.0
25952026-06-04T08:12:05.705Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25962026-06-04T08:12:06.071Z Compiling ingot-types v0.1.2
25972026-06-04T08:12:06.545Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25982026-06-04T08:12:06.658Z Compiling clap v4.6.1
25992026-06-04T08:12:06.725Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26002026-06-04T08:12:06.750Z Compiling rustix v0.38.44
26012026-06-04T08:12:07.084Z Compiling tabwriter v1.4.1
26022026-06-04T08:12:07.150Z Compiling cobs v0.3.0
26032026-06-04T08:12:07.448Z Compiling colored v3.1.1
26042026-06-04T08:12:07.478Z Compiling bitflags v1.3.2
26052026-06-04T08:12:07.564Z Compiling foreign-types-shared v0.3.1
26062026-06-04T08:12:07.671Z Compiling managed v0.8.0
26072026-06-04T08:12:07.936Z Compiling cpufeatures v0.3.0
26082026-06-04T08:12:08.025Z Compiling chacha20 v0.10.0
26092026-06-04T08:12:08.118Z Compiling smoltcp v0.11.0
26102026-06-04T08:12:08.121Z Compiling foreign-types v0.5.0
26112026-06-04T08:12:08.217Z Compiling postcard v1.1.3
26122026-06-04T08:12:08.326Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26132026-06-04T08:12:08.604Z Compiling num_enum v0.7.6
26142026-06-04T08:12:08.743Z Compiling ingot v0.1.1
26152026-06-04T08:12:09.934Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26162026-06-04T08:12:10.059Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26172026-06-04T08:12:10.122Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26182026-06-04T08:12:10.249Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26192026-06-04T08:12:10.270Z Compiling toml_datetime v0.6.11
26202026-06-04T08:12:10.653Z Compiling serde_spanned v0.6.9
26212026-06-04T08:12:10.675Z Compiling cstr-argument v0.1.2
26222026-06-04T08:12:10.830Z Compiling swrite v0.1.0
26232026-06-04T08:12:10.853Z Compiling winnow v0.7.15
26242026-06-04T08:12:10.947Z Compiling toml_write v0.1.2
26252026-06-04T08:12:10.999Z Compiling unicode-segmentation v1.13.2
26262026-06-04T08:12:11.203Z Compiling static_assertions v1.1.0
26272026-06-04T08:12:11.291Z Compiling linked-hash-map v0.5.6
26282026-06-04T08:12:11.380Z Compiling resolv-conf v0.7.6
26292026-06-04T08:12:11.516Z Compiling lru-cache v0.1.2
26302026-06-04T08:12:11.629Z Compiling newline-converter v0.3.0
26312026-06-04T08:12:11.667Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322026-06-04T08:12:11.741Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26332026-06-04T08:12:11.770Z Compiling hubpack v0.1.2
26342026-06-04T08:12:12.028Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26352026-06-04T08:12:12.030Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26362026-06-04T08:12:12.092Z Compiling rand v0.10.1
26372026-06-04T08:12:12.163Z Compiling memoffset v0.9.1
26382026-06-04T08:12:12.262Z Compiling atomicwrites v0.4.4
26392026-06-04T08:12:12.284Z Compiling hickory-proto v0.24.4
26402026-06-04T08:12:12.567Z Compiling toml_edit v0.22.27
26412026-06-04T08:12:12.821Z Compiling crossbeam-deque v0.8.6
26422026-06-04T08:12:12.946Z Compiling console v0.15.11
26432026-06-04T08:12:13.058Z Compiling itertools v0.12.1
26442026-06-04T08:12:13.444Z Compiling camino-tempfile v1.4.1
26452026-06-04T08:12:13.889Z Compiling serde-big-array v0.5.1
26462026-06-04T08:12:14.057Z Compiling similar v2.7.0
26472026-06-04T08:12:14.299Z Compiling lazy_static v1.5.0
26482026-06-04T08:12:14.417Z Compiling siphasher v1.0.3
26492026-06-04T08:12:14.553Z Compiling expectorate v1.2.0
26502026-06-04T08:12:14.644Z Compiling phf_shared v0.12.1
26512026-06-04T08:12:14.765Z Compiling hickory-resolver v0.24.4
26522026-06-04T08:12:14.878Z Compiling toml v0.8.23
26532026-06-04T08:12:16.190Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-06-04T08:12:16.786Z Compiling pin-project v1.1.13
26552026-06-04T08:12:16.900Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26562026-06-04T08:12:17.066Z Compiling rayon-core v1.13.0
26572026-06-04T08:12:17.759Z Compiling prettyplease v0.2.37
26582026-06-04T08:12:18.826Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26592026-06-04T08:12:20.360Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26602026-06-04T08:12:20.768Z Compiling nix v0.31.3
26612026-06-04T08:12:20.787Z Compiling num_enum v0.5.11
26622026-06-04T08:12:20.919Z Compiling progenitor-impl v0.13.0
26632026-06-04T08:12:22.080Z Compiling progenitor-impl v0.14.0
26642026-06-04T08:12:23.119Z Compiling unicode-normalization v0.1.25
26652026-06-04T08:12:23.729Z Compiling progenitor-client v0.13.0
26662026-06-04T08:12:24.033Z Compiling tokio-stream v0.1.18
26672026-06-04T08:12:24.119Z Compiling csv-core v0.1.13
26682026-06-04T08:12:24.268Z Compiling bstr v1.12.1
26692026-06-04T08:12:24.530Z Compiling konst_macro_rules v0.2.19
26702026-06-04T08:12:24.603Z Compiling foreign-types-shared v0.1.1
26712026-06-04T08:12:24.706Z Compiling highway v1.3.0
26722026-06-04T08:12:24.727Z Compiling unicode-width v0.1.14
26732026-06-04T08:12:24.959Z Compiling foldhash v0.1.5
26742026-06-04T08:12:25.040Z Compiling same-file v1.0.6
26752026-06-04T08:12:25.194Z Compiling walkdir v2.5.0
26762026-06-04T08:12:25.228Z Compiling hashbrown v0.15.5
26772026-06-04T08:12:25.415Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26782026-06-04T08:12:25.899Z Compiling globset v0.4.18
26792026-06-04T08:12:26.002Z Compiling foreign-types v0.3.2
26802026-06-04T08:12:26.087Z Compiling konst v0.2.20
26812026-06-04T08:12:26.487Z Compiling qorb v0.4.1
26822026-06-04T08:12:29.171Z Compiling csv v1.4.0
26832026-06-04T08:12:29.430Z Compiling snafu v0.8.9
26842026-06-04T08:12:30.026Z Compiling progenitor v0.13.0
26852026-06-04T08:12:30.175Z Compiling olpc-cjson v0.1.4
26862026-06-04T08:12:30.227Z Compiling progenitor v0.14.0
26872026-06-04T08:12:30.292Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26882026-06-04T08:12:30.370Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26892026-06-04T08:12:30.389Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26902026-06-04T08:12:30.917Z Compiling rayon v1.12.0
26912026-06-04T08:12:32.559Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26922026-06-04T08:12:33.191Z Compiling phf v0.12.1
26932026-06-04T08:12:33.397Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26942026-06-04T08:12:34.849Z Compiling openssl-sys v0.9.116
26952026-06-04T08:12:35.299Z Compiling tokio-dtrace v0.1.1
26962026-06-04T08:12:35.647Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26972026-06-04T08:12:36.328Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26982026-06-04T08:12:36.561Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26992026-06-04T08:12:36.884Z Compiling libsw-core v0.3.2
27002026-06-04T08:12:37.075Z Compiling pem v3.0.6
27012026-06-04T08:12:37.729Z Compiling serde_plain v1.0.2
27022026-06-04T08:12:37.811Z Compiling sigpipe v0.1.3
27032026-06-04T08:12:37.914Z Compiling typed-path v0.9.3
27042026-06-04T08:12:38.017Z Compiling bytecount v0.6.9
27052026-06-04T08:12:38.174Z Compiling jiff v0.2.24
27062026-06-04T08:12:38.213Z Compiling fixedbitset v0.4.2
27072026-06-04T08:12:38.591Z Compiling fixedbitset v0.5.7
27082026-06-04T08:12:39.124Z Compiling glob v0.3.3
27092026-06-04T08:12:39.178Z Compiling minimal-lexical v0.2.1
27102026-06-04T08:12:39.572Z Compiling nom v7.1.3
27112026-06-04T08:12:39.851Z Compiling tough v0.22.0
27122026-06-04T08:12:40.112Z Compiling petgraph v0.8.3
27132026-06-04T08:12:40.905Z Compiling petgraph v0.6.5
27142026-06-04T08:12:41.136Z Compiling papergrid v0.11.0
27152026-06-04T08:12:41.304Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27162026-06-04T08:12:41.938Z Compiling openssl v0.10.80
27172026-06-04T08:12:42.621Z Compiling libsw v3.5.0
27182026-06-04T08:12:42.744Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27192026-06-04T08:12:42.816Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27202026-06-04T08:12:43.057Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27212026-06-04T08:12:43.367Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27222026-06-04T08:12:43.798Z Compiling zone v0.3.1
27232026-06-04T08:12:45.608Z Compiling oxide-tokio-rt v0.1.6
27242026-06-04T08:12:46.257Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27252026-06-04T08:12:46.475Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27262026-06-04T08:12:46.514Z Compiling chrono-tz v0.10.4
27272026-06-04T08:12:46.635Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27282026-06-04T08:12:46.812Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27292026-06-04T08:12:47.388Z Compiling newtype_derive v0.1.6
27302026-06-04T08:12:47.476Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27312026-06-04T08:12:47.533Z Compiling slog-dtrace v0.3.0
27322026-06-04T08:12:48.274Z Compiling const_format v0.2.36
27332026-06-04T08:12:48.783Z Compiling cancel-safe-futures v0.1.5
27342026-06-04T08:12:49.164Z Compiling owo-colors v4.3.0
27352026-06-04T08:12:49.245Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27362026-06-04T08:12:50.002Z Compiling gethostname v0.5.0
27372026-06-04T08:12:50.122Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27382026-06-04T08:12:50.145Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27392026-06-04T08:12:50.278Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27402026-06-04T08:12:50.406Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27412026-06-04T08:12:50.864Z Compiling smf v0.2.3
27422026-06-04T08:12:51.371Z Compiling bcs v0.1.6
27432026-06-04T08:12:51.520Z Compiling unicode-linebreak v0.1.5
27442026-06-04T08:12:51.791Z Compiling linear-map v1.2.0
27452026-06-04T08:12:51.817Z Compiling whoami v1.6.1
27462026-06-04T08:12:52.023Z Compiling termtree v0.5.1
27472026-06-04T08:12:52.100Z Compiling tagptr v0.2.0
27482026-06-04T08:12:52.202Z Compiling smawk v0.3.2
27492026-06-04T08:12:52.267Z Compiling moka v0.12.15
27502026-06-04T08:12:52.304Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27512026-06-04T08:12:52.371Z Compiling textwrap v0.16.2
27522026-06-04T08:12:52.965Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27532026-06-04T08:12:53.508Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27542026-06-04T08:12:53.544Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27552026-06-04T08:12:53.580Z Compiling tabled v0.15.0
27562026-06-04T08:12:54.037Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27572026-06-04T08:12:55.173Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27582026-06-04T08:12:55.277Z Compiling steno v0.4.1
27592026-06-04T08:12:55.386Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27602026-06-04T08:12:57.162Z Compiling cookie v0.18.1
27612026-06-04T08:12:58.546Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27622026-06-04T08:13:01.008Z Compiling hickory-proto v0.25.2
27632026-06-04T08:13:02.377Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27642026-06-04T08:13:03.208Z Compiling humantime v2.3.0
27652026-06-04T08:13:03.476Z Compiling hickory-resolver v0.25.2
27662026-06-04T08:13:03.663Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27672026-06-04T08:13:05.502Z Compiling arc-swap v1.9.1
27682026-06-04T08:13:05.621Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27692026-06-04T08:13:05.878Z Compiling slog-scope v4.4.1
27702026-06-04T08:13:06.174Z Compiling libscf-sys v1.2.0
27712026-06-04T08:13:06.328Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27722026-06-04T08:13:06.357Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27732026-06-04T08:13:06.569Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27742026-06-04T08:13:07.098Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27752026-06-04T08:13:07.327Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-06-04T08:13:08.771Z Compiling slog-stdlog v4.1.1
27772026-06-04T08:13:09.181Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27782026-06-04T08:13:09.294Z Compiling slog-envlogger v2.2.0
27792026-06-04T08:13:10.246Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
27802026-06-04T08:13:10.259Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27812026-06-04T08:13:17.694Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27822026-06-04T08:13:20.575Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27832026-06-04T08:13:22.061Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27842026-06-04T08:13:31.016Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27852026-06-04T08:13:35.797Z Finished `release` profile [optimized] target(s) in 2m 31s
27862026-06-04T08:13:35.912Z Running unittests src/lib.rs (target/release/deps/mg_tests-7b7053fc7a24df02)
27872026-06-04T08:13:35.916Z
27882026-06-04T08:13:35.916Zrunning 1 test
27892026-06-04T08:13:36.082Zconfigure zone
27902026-06-04T08:13:36.101Zinstall zone
27912026-06-04T08:13:45.860Zboot zone
27922026-06-04T08:13:45.945Zstart zone s1
27932026-06-04T08:13:45.946Zconfigure zone
27942026-06-04T08:13:45.954Zinstall zone
27952026-06-04T08:13:47.802Zboot zone
27962026-06-04T08:13:47.897Zstart zone s2
27972026-06-04T08:13:47.897Zconfigure zone
27982026-06-04T08:13:47.908Zinstall zone
27992026-06-04T08:13:50.248Zboot zone
28002026-06-04T08:13:50.351Zstart zone s3
28012026-06-04T08:13:50.352Zconfigure zone
28022026-06-04T08:13:50.362Zinstall zone
28032026-06-04T08:13:53.052Zboot zone
28042026-06-04T08:13:53.164Zstart zone t1
28052026-06-04T08:13:53.164Zconfigure zone
28062026-06-04T08:13:53.175Zinstall zone
28072026-06-04T08:13:55.947Zboot zone
28082026-06-04T08:13:56.054Zwaiting for zones to come up
28092026-06-04T08:14:06.009Z[sidecar.quartet] svcs milestone/network
28102026-06-04T08:14:06.035ZSTATE STIME FMRI
28112026-06-04T08:14:06.035Zonline 8:13:46 svc:/milestone/network:default
28122026-06-04T08:14:06.035Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28132026-06-04T08:14:06.062Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28142026-06-04T08:14:06.089Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28152026-06-04T08:14:06.110Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28162026-06-04T08:14:06.113Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28172026-06-04T08:14:06.125Z
28182026-06-04T08:14:06.125Zrunning zone s1.quartet setup
28192026-06-04T08:14:06.125Z[s1.quartet] svcs milestone/network
28202026-06-04T08:14:06.142ZSTATE STIME FMRI
28212026-06-04T08:14:06.142Zonline 8:13:48 svc:/milestone/network:default
28222026-06-04T08:14:06.142Z[s1.quartet] dladm
28232026-06-04T08:14:06.155ZLINK CLASS MTU STATE BRIDGE OVER
28242026-06-04T08:14:06.155Zsl0 simnet 9000 up -- ?
28252026-06-04T08:14:06.155Zmgs1 vnic 9000 up -- ?
28262026-06-04T08:14:06.155Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28272026-06-04T08:14:06.670Z
28282026-06-04T08:14:06.670Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28292026-06-04T08:14:06.703Z
28302026-06-04T08:14:06.703Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28312026-06-04T08:14:06.706Z
28322026-06-04T08:14:06.706Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28332026-06-04T08:14:06.785Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28342026-06-04T08:14:06.866Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 87eaf8ac-b1c8-4dd7-937b-0508ecf7a1e9 --sled-uuid 4512e931-29f3-42be-b6da-6a5e58d987d9 -a sl0/v6 &> /opt/ddmd.log &
28352026-06-04T08:14:06.880Z
28362026-06-04T08:14:06.880Zrunning zone s2.quartet setup
28372026-06-04T08:14:06.880Z[s2.quartet] svcs milestone/network
28382026-06-04T08:14:06.897ZSTATE STIME FMRI
28392026-06-04T08:14:06.897Zonline 8:13:50 svc:/milestone/network:default
28402026-06-04T08:14:06.897Z[s2.quartet] dladm
28412026-06-04T08:14:06.910ZLINK CLASS MTU STATE BRIDGE OVER
28422026-06-04T08:14:06.910Zsl1 simnet 9000 up -- ?
28432026-06-04T08:14:06.910Zmgs2 vnic 9000 up -- ?
28442026-06-04T08:14:06.910Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28452026-06-04T08:14:07.406Z
28462026-06-04T08:14:07.406Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28472026-06-04T08:14:07.421Z
28482026-06-04T08:14:07.421Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28492026-06-04T08:14:07.433Z
28502026-06-04T08:14:07.433Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28512026-06-04T08:14:07.467Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28522026-06-04T08:14:07.497Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid dfb71e99-fb4e-4e00-8396-b6256abac4a7 --sled-uuid ab5df234-0baf-4ea1-ae62-5e6f788fa25b -a sl1/v6 &> /opt/ddmd.log &
28532026-06-04T08:14:07.508Z
28542026-06-04T08:14:07.508Zrunning zone s3.quartet setup
28552026-06-04T08:14:07.508Z[s3.quartet] svcs milestone/network
28562026-06-04T08:14:07.523ZSTATE STIME FMRI
28572026-06-04T08:14:07.523Zonline 8:13:53 svc:/milestone/network:default
28582026-06-04T08:14:07.523Z[s3.quartet] dladm
28592026-06-04T08:14:07.536ZLINK CLASS MTU STATE BRIDGE OVER
28602026-06-04T08:14:07.536Zsl2 simnet 9000 up -- ?
28612026-06-04T08:14:07.536Zmgs3 vnic 9000 up -- ?
28622026-06-04T08:14:07.536Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28632026-06-04T08:14:08.204Z
28642026-06-04T08:14:08.204Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28652026-06-04T08:14:08.217Z
28662026-06-04T08:14:08.217Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28672026-06-04T08:14:08.229Z
28682026-06-04T08:14:08.229Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28692026-06-04T08:14:08.262Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28702026-06-04T08:14:08.297Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid dc7885b0-8fac-4be9-ab55-14edc2c36272 --sled-uuid ae433228-e259-44fc-941c-a8effc03262b -a sl2/v6 &> /opt/ddmd.log &
28712026-06-04T08:14:08.308Z
28722026-06-04T08:14:08.308Zrunning zone t1.quartet setup
28732026-06-04T08:14:08.308Z[t1.quartet] svcs milestone/network
28742026-06-04T08:14:08.323ZSTATE STIME FMRI
28752026-06-04T08:14:08.323Zonline 8:13:56 svc:/milestone/network:default
28762026-06-04T08:14:08.323Z[t1.quartet] dladm
28772026-06-04T08:14:08.336ZLINK CLASS MTU STATE BRIDGE OVER
28782026-06-04T08:14:08.337Ztfportrear0_0 simnet 9000 up -- ?
28792026-06-04T08:14:08.337Ztfportrear1_0 simnet 9000 up -- ?
28802026-06-04T08:14:08.337Ztfportrear2_0 simnet 9000 up -- ?
28812026-06-04T08:14:08.337Zmgt1 vnic 9000 up -- ?
28822026-06-04T08:14:08.337Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28832026-06-04T08:14:08.893Z
28842026-06-04T08:14:08.893Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28852026-06-04T08:14:08.906Z
28862026-06-04T08:14:08.906Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28872026-06-04T08:14:08.920Z
28882026-06-04T08:14:08.920Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28892026-06-04T08:14:08.933Z
28902026-06-04T08:14:08.933Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28912026-06-04T08:14:08.945Z
28922026-06-04T08:14:08.945Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28932026-06-04T08:14:09.264Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28942026-06-04T08:14:09.266Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
28952026-06-04T08:14:09.269Zwaiting 3s for copy of files to zone to complete ...
28962026-06-04T08:14:12.254Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28972026-06-04T08:14:12.385Z
28982026-06-04T08:14:12.385Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28992026-06-04T08:14:12.493Z
29002026-06-04T08:14:12.493Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29012026-06-04T08:14:12.528Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29022026-06-04T08:14:12.561Z[t1.quartet] svcadm disable dendrite
29032026-06-04T08:14:12.588Z
29042026-06-04T08:14:12.588Z[t1.quartet] svcadm disable tfport
29052026-06-04T08:14:12.611Z
29062026-06-04T08:14:12.611Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29072026-06-04T08:14:12.637Z
29082026-06-04T08:14:12.637Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29092026-06-04T08:14:12.662Z
29102026-06-04T08:14:12.662Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29112026-06-04T08:14:12.687Z
29122026-06-04T08:14:12.687Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29132026-06-04T08:14:12.711Z
29142026-06-04T08:14:12.711Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29152026-06-04T08:14:12.736Z
29162026-06-04T08:14:12.736Z[t1.quartet] svcadm refresh dendrite:default
29172026-06-04T08:14:12.757Z
29182026-06-04T08:14:12.757Z[t1.quartet] svcadm enable dendrite:default
29192026-06-04T08:14:12.779Z
29202026-06-04T08:14:12.779Zwait 10s for dendrite to come up ...
29212026-06-04T08:14:22.734Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29222026-06-04T08:14:22.762Z
29232026-06-04T08:14:22.762Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29242026-06-04T08:14:22.786Z
29252026-06-04T08:14:22.786Z[t1.quartet] svcadm refresh tfport:default
29262026-06-04T08:14:22.840Z
29272026-06-04T08:14:22.840Z[t1.quartet] svcadm enable tfport
29282026-06-04T08:14:22.843Z
29292026-06-04T08:14:22.843Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ca49e18d-0476-4250-a2dd-e7a57ea3e26b --sled-uuid 7ef948a6-1561-4a9f-9862-e51417abf9f0 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29302026-06-04T08:14:22.843Z
29312026-06-04T08:14:22.843Z[t1.quartet] ipadm
29322026-06-04T08:14:22.854ZADDROBJ TYPE STATE ADDR
29332026-06-04T08:14:22.854Zlo0/v4 static ok 127.0.0.1/8
29342026-06-04T08:14:22.854Zmgt1/v4 static ok 10.0.0.4/24
29352026-06-04T08:14:22.854Zlo0/v6 static ok ::1/128
29362026-06-04T08:14:22.854Zlo0/u6 static ok fd00:4::1/64
29372026-06-04T08:14:22.854Ztfportrear0_0/v6 addrconf ok fe80::9cbb:23ff:fe21:29b5%tfportrear0_0/10
29382026-06-04T08:14:22.854Ztfportrear1_0/v6 addrconf ok fe80::d4e6:b3ff:fef0:eb65%tfportrear1_0/10
29392026-06-04T08:14:22.854Ztfportrear2_0/v6 addrconf ok fe80::802f:c0ff:fea9:d390%tfportrear2_0/10
29402026-06-04T08:14:24.970Zinitial peering test passed
29412026-06-04T08:14:25.967Z[s3.quartet] ping fd00:1::1
29422026-06-04T08:14:25.982Zfd00:1::1 is alive
29432026-06-04T08:14:35.642Ztest ddm::test_quartet has been running for over 60 seconds
29442026-06-04T08:14:36.934Z[s3.quartet] ping fd00:1::1
29452026-06-04T08:14:36.948Zfd00:1::1 is alive
29462026-06-04T08:14:36.951Z[t1.quartet] pkill ddmd
29472026-06-04T08:14:36.961Z
29482026-06-04T08:14:36.961Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29492026-06-04T08:14:36.963Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29502026-06-04T08:14:38.843Z[s3.quartet] pkill ddmd
29512026-06-04T08:14:38.856Z
29522026-06-04T08:14:38.857Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29532026-06-04T08:14:40.668Z[s2.quartet] pkill ddmd
29542026-06-04T08:14:40.681Z
29552026-06-04T08:14:40.681Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29562026-06-04T08:14:43.050Z[s1.quartet] pkill ddmd
29572026-06-04T08:14:43.064Z
29582026-06-04T08:14:43.064Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29592026-06-04T08:14:44.937Z[sidecar.quartet] pkill softnpu
29602026-06-04T08:14:44.950Z
29612026-06-04T08:14:44.950Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29622026-06-04T08:14:47.484Ztest ddm::test_quartet ... ok
29632026-06-04T08:14:47.484Z
29642026-06-04T08:14:47.487Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.90s
29652026-06-04T08:14:47.487Z
29662026-06-04T08:14:47.568Z+ cleanup
29672026-06-04T08:14:47.571Z++ id -un
29682026-06-04T08:14:47.575Z++ id -gn
29692026-06-04T08:14:47.578Z+ pfexec chown -R build:build .
29702026-06-04T08:14:47.796Zprocess exited: duration 724277 ms, exit code 0
 
29712026-06-04T08:14:47.810Zfound 6 output files
29722026-06-04T08:14:47.810Zuploading: /work/s1.quartet.log (5032 bytes)
29732026-06-04T08:14:48.820Zuploaded: /work/s1.quartet.log
29742026-06-04T08:14:48.821Zuploading: /work/s2.quartet.log (4140 bytes)
29752026-06-04T08:14:49.825Zuploaded: /work/s2.quartet.log
29762026-06-04T08:14:49.825Zuploading: /work/s3.quartet.log (4251 bytes)
29772026-06-04T08:14:50.829Zuploaded: /work/s3.quartet.log
29782026-06-04T08:14:50.829Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29792026-06-04T08:14:51.834Zuploaded: /work/sidecar.quartet-softnpu.log
29802026-06-04T08:14:51.838Zuploading: /work/t1.quartet-dpd.log (206314 bytes)
29812026-06-04T08:14:52.847Zuploaded: /work/t1.quartet-dpd.log
29822026-06-04T08:14:52.847Zuploading: /work/t1.quartet.log (17191 bytes)
29832026-06-04T08:14:53.852Zuploaded: /work/t1.quartet.log