01KS31F1PECFK0PTVC4AHSGFJM: 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: 01KS31FKQEPWCB2R63QCRVFJQS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:55:16.501Zjob assigned to worker 01KS31H0T0VZKMVP0J68X98K53 [factory aws, i-06b1fb4cf4dde0394] (queued for 1 m 30 s)
 
22026-05-20T15:55:23.269Zstarting task 0: "setup"
32026-05-20T15:55:23.273Z++ uname -s
42026-05-20T15:55:23.276Z+ kern=SunOS
52026-05-20T15:55:23.276Z+ build_user=build
62026-05-20T15:55:23.276Z+ build_uid=12345
72026-05-20T15:55:23.276Z+ work_dir=/work
82026-05-20T15:55:23.276Z+ input_dir=/input
92026-05-20T15:55:23.276Z+ [[ 0 == 12345 ]]
102026-05-20T15:55:23.276Z+ case "$kern" in
112026-05-20T15:55:23.276Z+ groupadd -g 12345 build
122026-05-20T15:55:23.276Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:55:25.281Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:55:25.332Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:55:25.335Z+ home_fs=zfs
162026-05-20T15:55:25.335Z+ [[ zfs == autofs ]]
172026-05-20T15:55:25.335Z+ mkdir -p /home/build
182026-05-20T15:55:25.335Z+ chown build:build /home/build /work
192026-05-20T15:55:27.336Z+ chmod 0700 /home/build /work
202026-05-20T15:55:27.339Zprocess exited: duration 4069 ms, exit code 0
 
212026-05-20T15:55:27.346Zstarting task 1: "rust-toolchain"
222026-05-20T15:55:27.349Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T15:55:27.349Z * rust toolchain channel = "stable"
242026-05-20T15:55:27.349Z * rust toolchain profile = "default"
252026-05-20T15:55:27.349Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T15:55:27.349Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:55:27.349Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:55:27.352Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:55:27.353Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T15:55:27.468Zinfo: downloading installer
312026-05-20T15:55:28.883Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T15:55:28.883Zwarn: /opt/ooce/bin
332026-05-20T15:55:28.883Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T15:55:28.883Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T15:55:28.883Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T15:55:28.883Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T15:55:28.883Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T15:55:28.883Zerror: cannot install while Rust is installed
392026-05-20T15:55:28.883Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T15:55:28.883Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T15:55:28.883Zwarn: /home/build/.rustup/settings.toml
422026-05-20T15:55:28.883Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T15:55:28.883Zwarn: instead of the one inferred from the default host triple.
442026-05-20T15:55:28.897Zinfo: profile set to default
452026-05-20T15:55:28.897Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T15:55:28.900Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T15:55:29.044Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T15:55:29.047Zinfo: downloading 6 components
492026-05-20T15:55:43.805Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T15:55:43.805Z
512026-05-20T15:55:43.924Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T15:55:43.924Z
532026-05-20T15:55:43.924Z
542026-05-20T15:55:43.924ZRust is installed now. Great!
552026-05-20T15:55:43.924Z
562026-05-20T15:55:43.924ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T15:55:43.925Zenvironment variable. This has not been done automatically.
582026-05-20T15:55:43.925Z
592026-05-20T15:55:43.925ZTo configure your current shell, you need to source
602026-05-20T15:55:43.925Zthe corresponding env file under $HOME/.cargo.
612026-05-20T15:55:43.925Z
622026-05-20T15:55:43.925ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T15:55:43.925Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T15:55:43.925Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T15:55:43.925Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T15:55:43.925Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T15:55:43.925Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T15:55:43.925Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T15:55:43.925Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T15:55:43.925Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T15:55:43.933Z+ rustup --version
722026-05-20T15:55:43.939Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T15:55:43.942Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T15:55:43.959Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T15:55:43.962Z+ cargo --version
762026-05-20T15:55:43.975Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T15:55:43.979Z+ rustc --version
782026-05-20T15:55:43.997Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T15:55:44.000Zprocess exited: duration 16651 ms, exit code 0
 
802026-05-20T15:55:44.007Zstarting task 2: "authentication"
812026-05-20T15:55:44.024Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T15:55:44.031Zstarting task 3: "clone repository"
832026-05-20T15:55:44.034Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T15:55:44.037Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T15:55:44.149ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T15:55:45.236Z+ cd /work/oxidecomputer/maghemite
872026-05-20T15:55:45.236Z+ git fetch origin 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
882026-05-20T15:55:45.504ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T15:55:45.508Z * branch 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c -> FETCH_HEAD
902026-05-20T15:55:45.511Z+ [[ -n zl/mrib ]]
912026-05-20T15:55:45.511Z++ git branch --show-current
922026-05-20T15:55:45.514Z+ current=main
932026-05-20T15:55:45.514Z+ [[ main != zl/mrib ]]
942026-05-20T15:55:45.514Z+ git branch -f zl/mrib 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
952026-05-20T15:55:45.514Z+ git checkout -f zl/mrib
962026-05-20T15:55:45.532ZSwitched to branch 'zl/mrib'
972026-05-20T15:55:45.535Z+ git reset --hard 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
982026-05-20T15:55:45.539ZHEAD is now at 004e5cd [merge] merge main again (cleanup, lock maint, happy maps)
992026-05-20T15:55:45.542Zprocess exited: duration 1508 ms, exit code 0
 
1002026-05-20T15:55:45.548Zstarting task 4: "build"
1012026-05-20T15:55:45.554Z++ dladm
1022026-05-20T15:55:45.557ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-20T15:55:45.557Zena0 phys 9216 up -- --
1042026-05-20T15:55:45.557Z++ ipadm
1052026-05-20T15:55:45.560ZADDROBJ TYPE STATE ADDR
1062026-05-20T15:55:45.560Zlo0/v4 static ok 127.0.0.1/8
1072026-05-20T15:55:45.560Zena0/dhcp dhcp ok 10.150.2.81/24
1082026-05-20T15:55:45.561Zlo0/v6 static ok ::1/128
1092026-05-20T15:55:45.561Z++ banner collect
1102026-05-20T15:55:45.564Z
1112026-05-20T15:55:45.564Z #### #### # # ###### #### #####
1122026-05-20T15:55:45.564Z # # # # # # # # # #
1132026-05-20T15:55:45.564Z # # # # # ##### # #
1142026-05-20T15:55:45.564Z # # # # # # # #
1152026-05-20T15:55:45.564Z # # # # # # # # # #
1162026-05-20T15:55:45.564Z #### #### ###### ###### ###### #### #
1172026-05-20T15:55:45.564Z
1182026-05-20T15:55:45.564Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-20T15:55:45.564Z++ repo=softnpu
1202026-05-20T15:55:45.564Z++ series=image
1212026-05-20T15:55:45.564Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-20T15:55:45.564Z++ name=softnpu
1232026-05-20T15:55:45.564Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-20T15:55:45.564Z++ mkdir -p download
1252026-05-20T15:55:45.564Z++ pushd download
1262026-05-20T15:55:45.564Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-20T15:55:45.564Z++ [[ ! -f softnpu ]]
1282026-05-20T15:55:45.564Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-20T15:55:45.568Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-20T15:55:45.571Z Dload Upload Total Spent Left Speed
1312026-05-20T15:55:46.021Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 34.57M 0 0 100 15.63M 100 15.63M 0 0 34.57M 0 0 100 15.63M 100 15.63M 0 0 34.57M 0 0
1322026-05-20T15:55:46.024Z++ popd
1332026-05-20T15:55:46.024Z/work/oxidecomputer/maghemite
1342026-05-20T15:55:46.024Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-20T15:55:46.024Z++ repo=sidecar-lite
1362026-05-20T15:55:46.024Z++ series=release
1372026-05-20T15:55:46.024Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-20T15:55:46.024Z++ name=libsidecar_lite.so
1392026-05-20T15:55:46.024Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-20T15:55:46.024Z++ mkdir -p download
1412026-05-20T15:55:46.024Z++ pushd download
1422026-05-20T15:55:46.024Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-05-20T15:55:46.024Z++ [[ ! -f libsidecar_lite.so ]]
1442026-05-20T15:55:46.024Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-20T15:55:46.029Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-20T15:55:46.032Z Dload Upload Total Spent Left Speed
1472026-05-20T15:55:46.323Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 40.91M 0 0 100 12.04M 100 12.04M 0 0 40.90M 0 0 100 12.04M 100 12.04M 0 0 40.90M 0 0
1482026-05-20T15:55:46.327Z++ popd
1492026-05-20T15:55:46.327Z/work/oxidecomputer/maghemite
1502026-05-20T15:55:46.327Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-20T15:55:46.327Z++ repo=sidecar-lite
1522026-05-20T15:55:46.327Z++ series=release
1532026-05-20T15:55:46.327Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-20T15:55:46.327Z++ name=scadm
1552026-05-20T15:55:46.327Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-20T15:55:46.327Z++ mkdir -p download
1572026-05-20T15:55:46.327Z++ pushd download
1582026-05-20T15:55:46.327Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-05-20T15:55:46.327Z++ [[ ! -f scadm ]]
1602026-05-20T15:55:46.327Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-20T15:55:46.331Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-20T15:55:46.334Z Dload Upload Total Spent Left Speed
1632026-05-20T15:55:46.796Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 34.02M 0 0 100 15.78M 100 15.78M 0 0 34.01M 0 0 100 15.78M 100 15.78M 0 0 34.01M 0 0
1642026-05-20T15:55:46.799Z++ popd
1652026-05-20T15:55:46.799Z/work/oxidecomputer/maghemite
1662026-05-20T15:55:46.799Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-20T15:55:46.799Z++ repo=dendrite
1682026-05-20T15:55:46.799Z++ series=image
1692026-05-20T15:55:46.799Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-20T15:55:46.799Z++ name=dendrite-softnpu.tar.gz
1712026-05-20T15:55:46.799Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-20T15:55:46.799Z++ mkdir -p download
1732026-05-20T15:55:46.799Z++ pushd download
1742026-05-20T15:55:46.799Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-05-20T15:55:46.799Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-05-20T15:55:46.799Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-20T15:55:46.804Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-20T15:55:46.807Z Dload Upload Total Spent Left Speed
1792026-05-20T15:55:47.835Z 0 0 0 0 0 0 0 0 0 97 71.59M 97 69.97M 0 0 69.93M 0 00:01 00:01 69.94M 100 71.59M 100 71.59M 0 0 69.55M 0 00:01 00:01 69.94M 100 71.59M 100 71.59M 0 0 69.55M 0 00:01 00:01 69.94M 100 71.59M 100 71.59M 0 0 69.54M 0 00:01 00:01 69.94M
1802026-05-20T15:55:47.909Z++ popd
1812026-05-20T15:55:47.910Z/work/oxidecomputer/maghemite
1822026-05-20T15:55:47.910Z++ get_artifact maghemite release 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c ddm
1832026-05-20T15:55:47.910Z++ repo=maghemite
1842026-05-20T15:55:47.910Z++ series=release
1852026-05-20T15:55:47.910Z++ commit=004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
1862026-05-20T15:55:47.910Z++ name=ddm
1872026-05-20T15:55:47.910Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-20T15:55:47.910Z++ mkdir -p download
1892026-05-20T15:55:47.910Z++ pushd download
1902026-05-20T15:55:47.910Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-05-20T15:55:47.910Z++ [[ ! -f ddm ]]
1922026-05-20T15:55:47.921Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/004e5cda468ada89e8b92a9d89aa1a09a3c87d5c/ddm
1932026-05-20T15:55:47.922Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-20T15:55:47.922Z Dload Upload Total Spent Left Speed
1952026-05-20T15:55:47.925Z 0 0 0 0 0 0 0 0 0
1962026-05-20T15:55:47.925Zcurl: (22) The requested URL returned error: 404
1972026-05-20T15:55:47.925Z++ popd
1982026-05-20T15:55:47.925Z/work/oxidecomputer/maghemite
1992026-05-20T15:55:47.925Z++ get_artifact maghemite release 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c ddmadm
2002026-05-20T15:55:47.925Z++ repo=maghemite
2012026-05-20T15:55:47.925Z++ series=release
2022026-05-20T15:55:47.925Z++ commit=004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
2032026-05-20T15:55:47.925Z++ name=ddmadm
2042026-05-20T15:55:47.925Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-20T15:55:47.925Z++ mkdir -p download
2062026-05-20T15:55:47.928Z++ pushd download
2072026-05-20T15:55:47.928Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-05-20T15:55:47.928Z++ [[ ! -f ddmadm ]]
2092026-05-20T15:55:47.928Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/004e5cda468ada89e8b92a9d89aa1a09a3c87d5c/ddmadm
2102026-05-20T15:55:47.931Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-20T15:55:47.934Z Dload Upload Total Spent Left Speed
2122026-05-20T15:55:47.986Z 0 0 0 0 0 0 0 0 0
2132026-05-20T15:55:47.986Zcurl: (22) The requested URL returned error: 404
2142026-05-20T15:55:47.989Z++ popd
2152026-05-20T15:55:47.989Z/work/oxidecomputer/maghemite
2162026-05-20T15:55:47.989Z++ pushd download
2172026-05-20T15:55:47.989Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-20T15:55:47.989Z++ chmod +x softnpu
2192026-05-20T15:55:47.989Z++ chmod +x scadm
2202026-05-20T15:55:47.992Z++ chmod +x ddmadm
2212026-05-20T15:55:47.993Zchmod: WARNING: can't access ddmadm
2222026-05-20T15:55:47.993Z++ chmod +x ddmd
2232026-05-20T15:55:47.993Zchmod: WARNING: can't access ddmd
2242026-05-20T15:55:47.993Z++ mv ddmadm ddmadm-v2
2252026-05-20T15:55:47.996Zmv: cannot access ddmadm
2262026-05-20T15:55:47.996Z++ mv ddmd ddmd-v2
2272026-05-20T15:55:47.996Zmv: cannot access ddmd
2282026-05-20T15:55:47.996Z++ rm -rf zones/dendrite
2292026-05-20T15:55:47.999Z++ mkdir -p zones/dendrite
2302026-05-20T15:55:47.999Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-20T15:55:49.005Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-05-20T15:55:49.008Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-05-20T15:55:49.008Z++ popd
2342026-05-20T15:55:49.008Z/work/oxidecomputer/maghemite
2352026-05-20T15:55:49.008Z++ banner install
2362026-05-20T15:55:49.010Z
2372026-05-20T15:55:49.010Z # # # #### ##### ## # #
2382026-05-20T15:55:49.010Z # ## # # # # # # #
2392026-05-20T15:55:49.010Z # # # # #### # # # # #
2402026-05-20T15:55:49.011Z # # # # # # ###### # #
2412026-05-20T15:55:49.011Z # # ## # # # # # # #
2422026-05-20T15:55:49.011Z # # # #### # # # ###### ######
2432026-05-20T15:55:49.011Z
2442026-05-20T15:55:49.011Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-20T15:55:49.011Z++ set +o errexit
2462026-05-20T15:55:49.011Z++ pkg info clang-15
2472026-05-20T15:55:49.011Z++ grep -qi installed
2482026-05-20T15:55:50.791Zpkg: info: no packages matching the following patterns you specified are
2492026-05-20T15:55:50.791Zinstalled on the system. Try querying remotely instead:
2502026-05-20T15:55:50.791Z
2512026-05-20T15:55:50.791Z clang-15
2522026-05-20T15:55:50.826Z++ [[ 1 != 0 ]]
2532026-05-20T15:55:50.826Z++ set -o errexit
2542026-05-20T15:55:50.829Z++ pfexec pkg install clang-15
2552026-05-20T15:55:57.756Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-20T15:56:05.473Z Startup: Caching catalogs ... Done
2572026-05-20T15:56:12.621ZPlanning: Solver setup ... Done
2582026-05-20T15:56:12.662ZPlanning: Running solver ... Done
2592026-05-20T15:56:12.801ZPlanning: Finding local manifests ... Done
2602026-05-20T15:56:12.814ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-20T15:56:12.903ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-20T15:56:12.933ZPlanning: Package planning ... Done
2632026-05-20T15:56:12.959ZPlanning: Merging actions ... Done
2642026-05-20T15:56:13.105ZPlanning: Checking for conflicting actions ... Done
2652026-05-20T15:56:13.111ZPlanning: Consolidating action changes ... Done
2662026-05-20T15:56:14.113ZPlanning: Evaluating mediators ... Done
2672026-05-20T15:56:14.118ZPlanning: Planning completed in 8.48 seconds
2682026-05-20T15:56:14.134Z Packages to install: 2
2692026-05-20T15:56:14.137Z Mediators to change: 2
2702026-05-20T15:56:14.137Z Services to change: 1
2712026-05-20T15:56:14.137Z Create boot environment: No
2722026-05-20T15:56:14.137ZCreate backup boot environment: No
2732026-05-20T15:56:14.183Z
2742026-05-20T15:56:14.183ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-20T15:56:19.185ZDownload: 1653/3076 items 117.1/211.3MB 55% complete (25.3M/s)
2762026-05-20T15:56:29.721ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (13.7M/s)
2772026-05-20T15:56:34.876ZDownload: 3069/3076 items 209.5/211.3MB 99% complete (9.3M/s)
2782026-05-20T15:56:34.910ZDownload: Completed 211.31 MB in 20.73 seconds (10.2M/s)
2792026-05-20T15:56:35.151Z Actions: 1/3418 actions (Installing new actions)
2802026-05-20T15:56:38.351Z Actions: Completed 3418 actions in 3.20 seconds.
2812026-05-20T15:56:38.983Z Done
2822026-05-20T15:56:38.983Z Done
2832026-05-20T15:56:39.732Z Done
2842026-05-20T15:56:43.330Z Done
2852026-05-20T15:56:43.407Z Done
2862026-05-20T15:56:43.410Z Done
2872026-05-20T15:56:43.687Z Done
2882026-05-20T15:56:44.375Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-05-20T15:56:44.375Z++ set +o errexit
2902026-05-20T15:56:44.379Z++ pkg info pkg-config
2912026-05-20T15:56:44.379Z++ grep -qi installed
2922026-05-20T15:56:44.602Z++ [[ 0 != 0 ]]
2932026-05-20T15:56:44.602Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-05-20T15:56:44.602Z++ set +o errexit
2952026-05-20T15:56:44.605Z++ pkg info brand/omicron1
2962026-05-20T15:56:44.606Z++ grep -qi installed
2972026-05-20T15:56:44.786Zpkg: info: no packages matching the following patterns you specified are
2982026-05-20T15:56:44.786Zinstalled on the system. Try querying remotely instead:
2992026-05-20T15:56:44.786Z
3002026-05-20T15:56:44.786Z brand/omicron1
3012026-05-20T15:56:44.820Z++ [[ 1 != 0 ]]
3022026-05-20T15:56:44.820Z++ set -o errexit
3032026-05-20T15:56:44.820Z++ pfexec pkg install brand/omicron1
3042026-05-20T15:56:45.230Z Startup: Refreshing catalog 'helios-dev' ... Done
3052026-05-20T15:56:52.478ZPlanning: Solver setup ... Done
3062026-05-20T15:56:52.518ZPlanning: Running solver ... Done
3072026-05-20T15:56:52.660ZPlanning: Finding local manifests ... Done
3082026-05-20T15:56:52.664ZPlanning: Fetching manifests: 0/2 0% complete
3092026-05-20T15:56:52.784ZPlanning: Fetching manifests: 2/2 100% complete
3102026-05-20T15:56:52.795ZPlanning: Package planning ... Done
3112026-05-20T15:56:52.798ZPlanning: Merging actions ... Done
3122026-05-20T15:56:52.948ZPlanning: Checking for conflicting actions ... Done
3132026-05-20T15:56:52.951ZPlanning: Consolidating action changes ... Done
3142026-05-20T15:56:53.105ZPlanning: Evaluating mediators ... Done
3152026-05-20T15:56:53.108ZPlanning: Planning completed in 7.87 seconds
3162026-05-20T15:56:53.112Z Packages to install: 2
3172026-05-20T15:56:53.112Z Create boot environment: No
3182026-05-20T15:56:53.116ZCreate backup boot environment: No
3192026-05-20T15:56:53.141Z
3202026-05-20T15:56:53.141ZDownload: 0/5 items 0.0/1.1MB 0% complete
3212026-05-20T15:56:53.166ZDownload: Completed 1.07 MB in 0.02 seconds (43.1M/s)
3222026-05-20T15:56:53.234Z Actions: 1/28 actions (Installing new actions)
3232026-05-20T15:56:53.247Z Actions: Completed 28 actions in 0.01 seconds.
3242026-05-20T15:56:53.760Z Done
3252026-05-20T15:56:53.760Z Done
3262026-05-20T15:56:54.408Z Done
3272026-05-20T15:56:57.240Z Done
3282026-05-20T15:56:57.315Z Done
3292026-05-20T15:56:57.318Z Done
3302026-05-20T15:56:57.464Z Done
3312026-05-20T15:56:57.602Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3322026-05-20T15:56:57.602Z++ set +o errexit
3332026-05-20T15:56:57.605Z++ pkg info brand/omicron1/tools
3342026-05-20T15:56:57.605Z++ grep -qi installed
3352026-05-20T15:56:57.787Zpkg: info: no packages matching the following patterns you specified are
3362026-05-20T15:56:57.787Zinstalled on the system. Try querying remotely instead:
3372026-05-20T15:56:57.788Z
3382026-05-20T15:56:57.788Z brand/omicron1/tools
3392026-05-20T15:56:57.821Z++ [[ 1 != 0 ]]
3402026-05-20T15:56:57.821Z++ set -o errexit
3412026-05-20T15:56:57.821Z++ pfexec pkg install brand/omicron1/tools
3422026-05-20T15:56:58.216Z Startup: Refreshing catalog 'helios-dev' ... Done
3432026-05-20T15:57:05.597ZPlanning: Solver setup ... Done
3442026-05-20T15:57:05.606ZPlanning: Running solver ... Done
3452026-05-20T15:57:05.746ZPlanning: Finding local manifests ... Done
3462026-05-20T15:57:05.752ZPlanning: Fetching manifests: 0/1 0% complete
3472026-05-20T15:57:05.874ZPlanning: Fetching manifests: 1/1 100% complete
3482026-05-20T15:57:05.886ZPlanning: Package planning ... Done
3492026-05-20T15:57:05.889ZPlanning: Merging actions ... Done
3502026-05-20T15:57:06.029ZPlanning: Checking for conflicting actions ... Done
3512026-05-20T15:57:06.032ZPlanning: Consolidating action changes ... Done
3522026-05-20T15:57:06.187ZPlanning: Evaluating mediators ... Done
3532026-05-20T15:57:06.190ZPlanning: Planning completed in 7.97 seconds
3542026-05-20T15:57:06.195Z Packages to install: 1
3552026-05-20T15:57:06.198Z Services to change: 1
3562026-05-20T15:57:06.198Z Create boot environment: No
3572026-05-20T15:57:06.198ZCreate backup boot environment: No
3582026-05-20T15:57:06.224Z
3592026-05-20T15:57:06.224ZDownload: 0/2 items 0.0/1.2MB 0% complete
3602026-05-20T15:57:06.255ZDownload: Completed 1.19 MB in 0.03 seconds (37.4M/s)
3612026-05-20T15:57:06.344Z Actions: 1/19 actions (Installing new actions)
3622026-05-20T15:57:06.358Z Actions: Completed 19 actions in 0.01 seconds.
3632026-05-20T15:57:06.886Z Done
3642026-05-20T15:57:06.886Z Done
3652026-05-20T15:57:07.532Z Done
3662026-05-20T15:57:10.420Z Done
3672026-05-20T15:57:10.493Z Done
3682026-05-20T15:57:10.497Z Done
3692026-05-20T15:57:10.654Z Done
3702026-05-20T15:57:10.793Z++ pfexec svcadm enable baseline
3712026-05-20T15:57:10.808Z++ retry=0
3722026-05-20T15:57:10.812Z+++ svcs -Hostate baseline
3732026-05-20T15:57:10.823Z++ [[ offline* != online ]]
3742026-05-20T15:57:10.823Z++ [[ 0 -gt 300 ]]
3752026-05-20T15:57:10.826Z++ sleep 1
3762026-05-20T15:57:11.889Z++ retry=1
3772026-05-20T15:57:11.893Z+++ svcs -Hostate baseline
3782026-05-20T15:57:11.893Z++ [[ offline* != online ]]
3792026-05-20T15:57:11.893Z++ [[ 1 -gt 300 ]]
3802026-05-20T15:57:11.893Z++ sleep 1
3812026-05-20T15:57:12.841Z++ retry=2
3822026-05-20T15:57:12.847Z+++ svcs -Hostate baseline
3832026-05-20T15:57:12.855Z++ [[ offline* != online ]]
3842026-05-20T15:57:12.855Z++ [[ 2 -gt 300 ]]
3852026-05-20T15:57:12.855Z++ sleep 1
3862026-05-20T15:57:13.855Z++ retry=3
3872026-05-20T15:57:13.858Z+++ svcs -Hostate baseline
3882026-05-20T15:57:13.873Z++ [[ offline* != online ]]
3892026-05-20T15:57:13.873Z++ [[ 3 -gt 300 ]]
3902026-05-20T15:57:13.873Z++ sleep 1
3912026-05-20T15:57:14.872Z++ retry=4
3922026-05-20T15:57:14.875Z+++ svcs -Hostate baseline
3932026-05-20T15:57:14.886Z++ [[ offline* != online ]]
3942026-05-20T15:57:14.886Z++ [[ 4 -gt 300 ]]
3952026-05-20T15:57:14.886Z++ sleep 1
3962026-05-20T15:57:15.888Z++ retry=5
3972026-05-20T15:57:15.891Z+++ svcs -Hostate baseline
3982026-05-20T15:57:15.910Z++ [[ offline* != online ]]
3992026-05-20T15:57:15.913Z++ [[ 5 -gt 300 ]]
4002026-05-20T15:57:15.913Z++ sleep 1
4012026-05-20T15:57:16.912Z++ retry=6
4022026-05-20T15:57:16.915Z+++ svcs -Hostate baseline
4032026-05-20T15:57:16.927Z++ [[ offline* != online ]]
4042026-05-20T15:57:16.927Z++ [[ 6 -gt 300 ]]
4052026-05-20T15:57:16.927Z++ sleep 1
4062026-05-20T15:57:17.929Z++ retry=7
4072026-05-20T15:57:17.932Z+++ svcs -Hostate baseline
4082026-05-20T15:57:17.943Z++ [[ offline* != online ]]
4092026-05-20T15:57:17.943Z++ [[ 7 -gt 300 ]]
4102026-05-20T15:57:17.943Z++ sleep 1
4112026-05-20T15:57:18.945Z++ retry=8
4122026-05-20T15:57:18.951Z+++ svcs -Hostate baseline
4132026-05-20T15:57:18.962Z++ [[ offline* != online ]]
4142026-05-20T15:57:18.962Z++ [[ 8 -gt 300 ]]
4152026-05-20T15:57:18.962Z++ sleep 1
4162026-05-20T15:57:19.963Z++ retry=9
4172026-05-20T15:57:19.966Z+++ svcs -Hostate baseline
4182026-05-20T15:57:19.977Z++ [[ offline* != online ]]
4192026-05-20T15:57:19.978Z++ [[ 9 -gt 300 ]]
4202026-05-20T15:57:19.978Z++ sleep 1
4212026-05-20T15:57:20.979Z++ retry=10
4222026-05-20T15:57:20.982Z+++ svcs -Hostate baseline
4232026-05-20T15:57:20.994Z++ [[ offline* != online ]]
4242026-05-20T15:57:20.994Z++ [[ 10 -gt 300 ]]
4252026-05-20T15:57:20.994Z++ sleep 1
4262026-05-20T15:57:21.995Z++ retry=11
4272026-05-20T15:57:21.998Z+++ svcs -Hostate baseline
4282026-05-20T15:57:22.010Z++ [[ offline* != online ]]
4292026-05-20T15:57:22.010Z++ [[ 11 -gt 300 ]]
4302026-05-20T15:57:22.010Z++ sleep 1
4312026-05-20T15:57:23.012Z++ retry=12
4322026-05-20T15:57:23.015Z+++ svcs -Hostate baseline
4332026-05-20T15:57:23.027Z++ [[ offline* != online ]]
4342026-05-20T15:57:23.028Z++ [[ 12 -gt 300 ]]
4352026-05-20T15:57:23.028Z++ sleep 1
4362026-05-20T15:57:24.028Z++ retry=13
4372026-05-20T15:57:24.031Z+++ svcs -Hostate baseline
4382026-05-20T15:57:24.044Z++ [[ offline* != online ]]
4392026-05-20T15:57:24.044Z++ [[ 13 -gt 300 ]]
4402026-05-20T15:57:24.044Z++ sleep 1
4412026-05-20T15:57:25.048Z++ retry=14
4422026-05-20T15:57:25.052Z+++ svcs -Hostate baseline
4432026-05-20T15:57:25.059Z++ [[ offline* != online ]]
4442026-05-20T15:57:25.059Z++ [[ 14 -gt 300 ]]
4452026-05-20T15:57:25.059Z++ sleep 1
4462026-05-20T15:57:26.061Z++ retry=15
4472026-05-20T15:57:26.065Z+++ svcs -Hostate baseline
4482026-05-20T15:57:26.075Z++ [[ offline* != online ]]
4492026-05-20T15:57:26.075Z++ [[ 15 -gt 300 ]]
4502026-05-20T15:57:26.075Z++ sleep 1
4512026-05-20T15:57:27.077Z++ retry=16
4522026-05-20T15:57:27.080Z+++ svcs -Hostate baseline
4532026-05-20T15:57:27.091Z++ [[ offline* != online ]]
4542026-05-20T15:57:27.091Z++ [[ 16 -gt 300 ]]
4552026-05-20T15:57:27.091Z++ sleep 1
4562026-05-20T15:57:28.094Z++ retry=17
4572026-05-20T15:57:28.097Z+++ svcs -Hostate baseline
4582026-05-20T15:57:28.108Z++ [[ offline* != online ]]
4592026-05-20T15:57:28.108Z++ [[ 17 -gt 300 ]]
4602026-05-20T15:57:28.108Z++ sleep 1
4612026-05-20T15:57:29.110Z++ retry=18
4622026-05-20T15:57:29.113Z+++ svcs -Hostate baseline
4632026-05-20T15:57:29.124Z++ [[ offline* != online ]]
4642026-05-20T15:57:29.124Z++ [[ 18 -gt 300 ]]
4652026-05-20T15:57:29.127Z++ sleep 1
4662026-05-20T15:57:30.129Z++ retry=19
4672026-05-20T15:57:30.137Z+++ svcs -Hostate baseline
4682026-05-20T15:57:30.142Z++ [[ offline* != online ]]
4692026-05-20T15:57:30.143Z++ [[ 19 -gt 300 ]]
4702026-05-20T15:57:30.146Z++ sleep 1
4712026-05-20T15:57:31.142Z++ retry=20
4722026-05-20T15:57:31.146Z+++ svcs -Hostate baseline
4732026-05-20T15:57:31.157Z++ [[ offline* != online ]]
4742026-05-20T15:57:31.157Z++ [[ 20 -gt 300 ]]
4752026-05-20T15:57:31.157Z++ sleep 1
4762026-05-20T15:57:32.159Z++ retry=21
4772026-05-20T15:57:32.164Z+++ svcs -Hostate baseline
4782026-05-20T15:57:32.174Z++ [[ offline* != online ]]
4792026-05-20T15:57:32.174Z++ [[ 21 -gt 300 ]]
4802026-05-20T15:57:32.174Z++ sleep 1
4812026-05-20T15:57:33.177Z++ retry=22
4822026-05-20T15:57:33.180Z+++ svcs -Hostate baseline
4832026-05-20T15:57:33.191Z++ [[ offline* != online ]]
4842026-05-20T15:57:33.191Z++ [[ 22 -gt 300 ]]
4852026-05-20T15:57:33.191Z++ sleep 1
4862026-05-20T15:57:34.193Z++ retry=23
4872026-05-20T15:57:34.196Z+++ svcs -Hostate baseline
4882026-05-20T15:57:34.209Z++ [[ offline* != online ]]
4892026-05-20T15:57:34.209Z++ [[ 23 -gt 300 ]]
4902026-05-20T15:57:34.209Z++ sleep 1
4912026-05-20T15:57:35.209Z++ retry=24
4922026-05-20T15:57:35.213Z+++ svcs -Hostate baseline
4932026-05-20T15:57:35.224Z++ [[ offline* != online ]]
4942026-05-20T15:57:35.224Z++ [[ 24 -gt 300 ]]
4952026-05-20T15:57:35.224Z++ sleep 1
4962026-05-20T15:57:36.227Z++ retry=25
4972026-05-20T15:57:36.230Z+++ svcs -Hostate baseline
4982026-05-20T15:57:36.240Z++ [[ offline* != online ]]
4992026-05-20T15:57:36.241Z++ [[ 25 -gt 300 ]]
5002026-05-20T15:57:36.241Z++ sleep 1
5012026-05-20T15:57:37.246Z++ retry=26
5022026-05-20T15:57:37.249Z+++ svcs -Hostate baseline
5032026-05-20T15:57:37.257Z++ [[ offline* != online ]]
5042026-05-20T15:57:37.257Z++ [[ 26 -gt 300 ]]
5052026-05-20T15:57:37.257Z++ sleep 1
5062026-05-20T15:57:38.260Z++ retry=27
5072026-05-20T15:57:38.263Z+++ svcs -Hostate baseline
5082026-05-20T15:57:38.279Z++ [[ offline* != online ]]
5092026-05-20T15:57:38.279Z++ [[ 27 -gt 300 ]]
5102026-05-20T15:57:38.279Z++ sleep 1
5112026-05-20T15:57:39.275Z++ retry=28
5122026-05-20T15:57:39.278Z+++ svcs -Hostate baseline
5132026-05-20T15:57:39.290Z++ [[ offline* != online ]]
5142026-05-20T15:57:39.290Z++ [[ 28 -gt 300 ]]
5152026-05-20T15:57:39.290Z++ sleep 1
5162026-05-20T15:57:40.292Z++ retry=29
5172026-05-20T15:57:40.295Z+++ svcs -Hostate baseline
5182026-05-20T15:57:40.306Z++ [[ offline* != online ]]
5192026-05-20T15:57:40.306Z++ [[ 29 -gt 300 ]]
5202026-05-20T15:57:40.306Z++ sleep 1
5212026-05-20T15:57:41.308Z++ retry=30
5222026-05-20T15:57:41.312Z+++ svcs -Hostate baseline
5232026-05-20T15:57:41.322Z++ [[ offline* != online ]]
5242026-05-20T15:57:41.323Z++ [[ 30 -gt 300 ]]
5252026-05-20T15:57:41.323Z++ sleep 1
5262026-05-20T15:57:42.334Z++ retry=31
5272026-05-20T15:57:42.338Z+++ svcs -Hostate baseline
5282026-05-20T15:57:42.341Z++ [[ offline* != online ]]
5292026-05-20T15:57:42.341Z++ [[ 31 -gt 300 ]]
5302026-05-20T15:57:42.341Z++ sleep 1
5312026-05-20T15:57:43.341Z++ retry=32
5322026-05-20T15:57:43.344Z+++ svcs -Hostate baseline
5332026-05-20T15:57:43.355Z++ [[ offline* != online ]]
5342026-05-20T15:57:43.355Z++ [[ 32 -gt 300 ]]
5352026-05-20T15:57:43.358Z++ sleep 1
5362026-05-20T15:57:44.357Z++ retry=33
5372026-05-20T15:57:44.361Z+++ svcs -Hostate baseline
5382026-05-20T15:57:44.372Z++ [[ offline* != online ]]
5392026-05-20T15:57:44.372Z++ [[ 33 -gt 300 ]]
5402026-05-20T15:57:44.372Z++ sleep 1
5412026-05-20T15:57:45.376Z++ retry=34
5422026-05-20T15:57:45.379Z+++ svcs -Hostate baseline
5432026-05-20T15:57:45.389Z++ [[ offline* != online ]]
5442026-05-20T15:57:45.390Z++ [[ 34 -gt 300 ]]
5452026-05-20T15:57:45.390Z++ sleep 1
5462026-05-20T15:57:46.390Z++ retry=35
5472026-05-20T15:57:46.393Z+++ svcs -Hostate baseline
5482026-05-20T15:57:46.404Z++ [[ offline* != online ]]
5492026-05-20T15:57:46.405Z++ [[ 35 -gt 300 ]]
5502026-05-20T15:57:46.405Z++ sleep 1
5512026-05-20T15:57:47.407Z++ retry=36
5522026-05-20T15:57:47.413Z+++ svcs -Hostate baseline
5532026-05-20T15:57:47.423Z++ [[ offline* != online ]]
5542026-05-20T15:57:47.423Z++ [[ 36 -gt 300 ]]
5552026-05-20T15:57:47.423Z++ sleep 1
5562026-05-20T15:57:48.423Z++ retry=37
5572026-05-20T15:57:48.428Z+++ svcs -Hostate baseline
5582026-05-20T15:57:48.437Z++ [[ offline* != online ]]
5592026-05-20T15:57:48.437Z++ [[ 37 -gt 300 ]]
5602026-05-20T15:57:48.437Z++ sleep 1
5612026-05-20T15:57:49.443Z++ retry=38
5622026-05-20T15:57:49.452Z+++ svcs -Hostate baseline
5632026-05-20T15:57:49.456Z++ [[ offline* != online ]]
5642026-05-20T15:57:49.456Z++ [[ 38 -gt 300 ]]
5652026-05-20T15:57:49.456Z++ sleep 1
5662026-05-20T15:57:50.456Z++ retry=39
5672026-05-20T15:57:50.460Z+++ svcs -Hostate baseline
5682026-05-20T15:57:50.471Z++ [[ offline* != online ]]
5692026-05-20T15:57:50.471Z++ [[ 39 -gt 300 ]]
5702026-05-20T15:57:50.474Z++ sleep 1
5712026-05-20T15:57:51.472Z++ retry=40
5722026-05-20T15:57:51.475Z+++ svcs -Hostate baseline
5732026-05-20T15:57:51.487Z++ [[ offline* != online ]]
5742026-05-20T15:57:51.487Z++ [[ 40 -gt 300 ]]
5752026-05-20T15:57:51.487Z++ sleep 1
5762026-05-20T15:57:52.491Z++ retry=41
5772026-05-20T15:57:52.494Z+++ svcs -Hostate baseline
5782026-05-20T15:57:52.504Z++ [[ offline* != online ]]
5792026-05-20T15:57:52.504Z++ [[ 41 -gt 300 ]]
5802026-05-20T15:57:52.504Z++ sleep 1
5812026-05-20T15:57:53.505Z++ retry=42
5822026-05-20T15:57:53.508Z+++ svcs -Hostate baseline
5832026-05-20T15:57:53.519Z++ [[ offline* != online ]]
5842026-05-20T15:57:53.519Z++ [[ 42 -gt 300 ]]
5852026-05-20T15:57:53.523Z++ sleep 1
5862026-05-20T15:57:54.521Z++ retry=43
5872026-05-20T15:57:54.524Z+++ svcs -Hostate baseline
5882026-05-20T15:57:54.599Z++ [[ offline* != online ]]
5892026-05-20T15:57:54.599Z++ [[ 43 -gt 300 ]]
5902026-05-20T15:57:54.599Z++ sleep 1
5912026-05-20T15:57:55.538Z++ retry=44
5922026-05-20T15:57:55.541Z+++ svcs -Hostate baseline
5932026-05-20T15:57:55.553Z++ [[ offline* != online ]]
5942026-05-20T15:57:55.553Z++ [[ 44 -gt 300 ]]
5952026-05-20T15:57:55.553Z++ sleep 1
5962026-05-20T15:57:56.557Z++ retry=45
5972026-05-20T15:57:56.560Z+++ svcs -Hostate baseline
5982026-05-20T15:57:56.569Z++ [[ offline* != online ]]
5992026-05-20T15:57:56.569Z++ [[ 45 -gt 300 ]]
6002026-05-20T15:57:56.569Z++ sleep 1
6012026-05-20T15:57:57.570Z++ retry=46
6022026-05-20T15:57:57.574Z+++ svcs -Hostate baseline
6032026-05-20T15:57:57.586Z++ [[ offline* != online ]]
6042026-05-20T15:57:57.586Z++ [[ 46 -gt 300 ]]
6052026-05-20T15:57:57.586Z++ sleep 1
6062026-05-20T15:57:58.587Z++ retry=47
6072026-05-20T15:57:58.590Z+++ svcs -Hostate baseline
6082026-05-20T15:57:58.601Z++ [[ offline* != online ]]
6092026-05-20T15:57:58.601Z++ [[ 47 -gt 300 ]]
6102026-05-20T15:57:58.601Z++ sleep 1
6112026-05-20T15:57:59.603Z++ retry=48
6122026-05-20T15:57:59.606Z+++ svcs -Hostate baseline
6132026-05-20T15:57:59.618Z++ [[ offline* != online ]]
6142026-05-20T15:57:59.618Z++ [[ 48 -gt 300 ]]
6152026-05-20T15:57:59.618Z++ sleep 1
6162026-05-20T15:58:00.620Z++ retry=49
6172026-05-20T15:58:00.623Z+++ svcs -Hostate baseline
6182026-05-20T15:58:00.634Z++ [[ offline* != online ]]
6192026-05-20T15:58:00.634Z++ [[ 49 -gt 300 ]]
6202026-05-20T15:58:00.634Z++ sleep 1
6212026-05-20T15:58:01.636Z++ retry=50
6222026-05-20T15:58:01.639Z+++ svcs -Hostate baseline
6232026-05-20T15:58:01.650Z++ [[ offline* != online ]]
6242026-05-20T15:58:01.650Z++ [[ 50 -gt 300 ]]
6252026-05-20T15:58:01.650Z++ sleep 1
6262026-05-20T15:58:02.652Z++ retry=51
6272026-05-20T15:58:02.658Z+++ svcs -Hostate baseline
6282026-05-20T15:58:02.667Z++ [[ offline* != online ]]
6292026-05-20T15:58:02.667Z++ [[ 51 -gt 300 ]]
6302026-05-20T15:58:02.670Z++ sleep 1
6312026-05-20T15:58:03.669Z++ retry=52
6322026-05-20T15:58:03.672Z+++ svcs -Hostate baseline
6332026-05-20T15:58:03.683Z++ [[ offline* != online ]]
6342026-05-20T15:58:03.683Z++ [[ 52 -gt 300 ]]
6352026-05-20T15:58:03.683Z++ sleep 1
6362026-05-20T15:58:04.685Z++ retry=53
6372026-05-20T15:58:04.688Z+++ svcs -Hostate baseline
6382026-05-20T15:58:04.699Z++ [[ offline* != online ]]
6392026-05-20T15:58:04.699Z++ [[ 53 -gt 300 ]]
6402026-05-20T15:58:04.699Z++ sleep 1
6412026-05-20T15:58:05.703Z++ retry=54
6422026-05-20T15:58:05.707Z+++ svcs -Hostate baseline
6432026-05-20T15:58:05.716Z++ [[ offline* != online ]]
6442026-05-20T15:58:05.716Z++ [[ 54 -gt 300 ]]
6452026-05-20T15:58:05.716Z++ sleep 1
6462026-05-20T15:58:06.718Z++ retry=55
6472026-05-20T15:58:06.721Z+++ svcs -Hostate baseline
6482026-05-20T15:58:06.732Z++ [[ offline* != online ]]
6492026-05-20T15:58:06.733Z++ [[ 55 -gt 300 ]]
6502026-05-20T15:58:06.733Z++ sleep 1
6512026-05-20T15:58:07.735Z++ retry=56
6522026-05-20T15:58:07.738Z+++ svcs -Hostate baseline
6532026-05-20T15:58:07.750Z++ [[ offline* != online ]]
6542026-05-20T15:58:07.750Z++ [[ 56 -gt 300 ]]
6552026-05-20T15:58:07.753Z++ sleep 1
6562026-05-20T15:58:08.756Z++ retry=57
6572026-05-20T15:58:08.760Z+++ svcs -Hostate baseline
6582026-05-20T15:58:08.766Z++ [[ offline* != online ]]
6592026-05-20T15:58:08.766Z++ [[ 57 -gt 300 ]]
6602026-05-20T15:58:08.769Z++ sleep 1
6612026-05-20T15:58:09.769Z++ retry=58
6622026-05-20T15:58:09.773Z+++ svcs -Hostate baseline
6632026-05-20T15:58:09.783Z++ [[ offline* != online ]]
6642026-05-20T15:58:09.783Z++ [[ 58 -gt 300 ]]
6652026-05-20T15:58:09.786Z++ sleep 1
6662026-05-20T15:58:10.785Z++ retry=59
6672026-05-20T15:58:10.788Z+++ svcs -Hostate baseline
6682026-05-20T15:58:10.799Z++ [[ offline* != online ]]
6692026-05-20T15:58:10.799Z++ [[ 59 -gt 300 ]]
6702026-05-20T15:58:10.799Z++ sleep 1
6712026-05-20T15:58:11.801Z++ retry=60
6722026-05-20T15:58:11.805Z+++ svcs -Hostate baseline
6732026-05-20T15:58:11.816Z++ [[ offline* != online ]]
6742026-05-20T15:58:11.816Z++ [[ 60 -gt 300 ]]
6752026-05-20T15:58:11.816Z++ sleep 1
6762026-05-20T15:58:12.818Z++ retry=61
6772026-05-20T15:58:12.821Z+++ svcs -Hostate baseline
6782026-05-20T15:58:12.834Z++ [[ offline* != online ]]
6792026-05-20T15:58:12.834Z++ [[ 61 -gt 300 ]]
6802026-05-20T15:58:12.834Z++ sleep 1
6812026-05-20T15:58:13.835Z++ retry=62
6822026-05-20T15:58:13.838Z+++ svcs -Hostate baseline
6832026-05-20T15:58:13.850Z++ [[ offline* != online ]]
6842026-05-20T15:58:13.850Z++ [[ 62 -gt 300 ]]
6852026-05-20T15:58:13.850Z++ sleep 1
6862026-05-20T15:58:14.852Z++ retry=63
6872026-05-20T15:58:14.855Z+++ svcs -Hostate baseline
6882026-05-20T15:58:14.866Z++ [[ offline* != online ]]
6892026-05-20T15:58:14.866Z++ [[ 63 -gt 300 ]]
6902026-05-20T15:58:14.866Z++ sleep 1
6912026-05-20T15:58:15.868Z++ retry=64
6922026-05-20T15:58:15.871Z+++ svcs -Hostate baseline
6932026-05-20T15:58:15.883Z++ [[ offline* != online ]]
6942026-05-20T15:58:15.883Z++ [[ 64 -gt 300 ]]
6952026-05-20T15:58:15.883Z++ sleep 1
6962026-05-20T15:58:16.885Z++ retry=65
6972026-05-20T15:58:16.888Z+++ svcs -Hostate baseline
6982026-05-20T15:58:16.899Z++ [[ offline* != online ]]
6992026-05-20T15:58:16.899Z++ [[ 65 -gt 300 ]]
7002026-05-20T15:58:16.899Z++ sleep 1
7012026-05-20T15:58:17.901Z++ retry=66
7022026-05-20T15:58:17.904Z+++ svcs -Hostate baseline
7032026-05-20T15:58:17.916Z++ [[ offline* != online ]]
7042026-05-20T15:58:17.916Z++ [[ 66 -gt 300 ]]
7052026-05-20T15:58:17.919Z++ sleep 1
7062026-05-20T15:58:18.918Z++ retry=67
7072026-05-20T15:58:18.921Z+++ svcs -Hostate baseline
7082026-05-20T15:58:18.932Z++ [[ offline* != online ]]
7092026-05-20T15:58:18.932Z++ [[ 67 -gt 300 ]]
7102026-05-20T15:58:18.932Z++ sleep 1
7112026-05-20T15:58:19.934Z++ retry=68
7122026-05-20T15:58:19.938Z+++ svcs -Hostate baseline
7132026-05-20T15:58:19.949Z++ [[ offline* != online ]]
7142026-05-20T15:58:19.949Z++ [[ 68 -gt 300 ]]
7152026-05-20T15:58:19.949Z++ sleep 1
7162026-05-20T15:58:20.953Z++ retry=69
7172026-05-20T15:58:20.956Z+++ svcs -Hostate baseline
7182026-05-20T15:58:20.965Z++ [[ offline* != online ]]
7192026-05-20T15:58:20.965Z++ [[ 69 -gt 300 ]]
7202026-05-20T15:58:20.965Z++ sleep 1
7212026-05-20T15:58:21.967Z++ retry=70
7222026-05-20T15:58:21.970Z+++ svcs -Hostate baseline
7232026-05-20T15:58:21.981Z++ [[ offline* != online ]]
7242026-05-20T15:58:21.981Z++ [[ 70 -gt 300 ]]
7252026-05-20T15:58:21.981Z++ sleep 1
7262026-05-20T15:58:22.983Z++ retry=71
7272026-05-20T15:58:22.986Z+++ svcs -Hostate baseline
7282026-05-20T15:58:22.999Z++ [[ offline* != online ]]
7292026-05-20T15:58:22.999Z++ [[ 71 -gt 300 ]]
7302026-05-20T15:58:22.999Z++ sleep 1
7312026-05-20T15:58:24.000Z++ retry=72
7322026-05-20T15:58:24.003Z+++ svcs -Hostate baseline
7332026-05-20T15:58:24.014Z++ [[ offline* != online ]]
7342026-05-20T15:58:24.014Z++ [[ 72 -gt 300 ]]
7352026-05-20T15:58:24.014Z++ sleep 1
7362026-05-20T15:58:25.016Z++ retry=73
7372026-05-20T15:58:25.019Z+++ svcs -Hostate baseline
7382026-05-20T15:58:25.031Z++ [[ offline* != online ]]
7392026-05-20T15:58:25.031Z++ [[ 73 -gt 300 ]]
7402026-05-20T15:58:25.031Z++ sleep 1
7412026-05-20T15:58:26.033Z++ retry=74
7422026-05-20T15:58:26.037Z+++ svcs -Hostate baseline
7432026-05-20T15:58:26.048Z++ [[ offline* != online ]]
7442026-05-20T15:58:26.048Z++ [[ 74 -gt 300 ]]
7452026-05-20T15:58:26.051Z++ sleep 1
7462026-05-20T15:58:27.060Z++ retry=75
7472026-05-20T15:58:27.065Z+++ svcs -Hostate baseline
7482026-05-20T15:58:27.069Z++ [[ offline* != online ]]
7492026-05-20T15:58:27.069Z++ [[ 75 -gt 300 ]]
7502026-05-20T15:58:27.069Z++ sleep 1
7512026-05-20T15:58:28.093Z++ retry=76
7522026-05-20T15:58:28.278Z+++ svcs -Hostate baseline
7532026-05-20T15:58:28.278Z++ [[ offline* != online ]]
7542026-05-20T15:58:28.278Z++ [[ 76 -gt 300 ]]
7552026-05-20T15:58:28.278Z++ sleep 1
7562026-05-20T15:58:29.085Z++ retry=77
7572026-05-20T15:58:29.101Z+++ svcs -Hostate baseline
7582026-05-20T15:58:29.101Z++ [[ offline* != online ]]
7592026-05-20T15:58:29.101Z++ [[ 77 -gt 300 ]]
7602026-05-20T15:58:29.101Z++ sleep 1
7612026-05-20T15:58:30.102Z++ retry=78
7622026-05-20T15:58:30.110Z+++ svcs -Hostate baseline
7632026-05-20T15:58:30.118Z++ [[ offline* != online ]]
7642026-05-20T15:58:30.118Z++ [[ 78 -gt 300 ]]
7652026-05-20T15:58:30.118Z++ sleep 1
7662026-05-20T15:58:31.116Z++ retry=79
7672026-05-20T15:58:31.120Z+++ svcs -Hostate baseline
7682026-05-20T15:58:31.131Z++ [[ offline* != online ]]
7692026-05-20T15:58:31.131Z++ [[ 79 -gt 300 ]]
7702026-05-20T15:58:31.135Z++ sleep 1
7712026-05-20T15:58:32.132Z++ retry=80
7722026-05-20T15:58:32.135Z+++ svcs -Hostate baseline
7732026-05-20T15:58:32.147Z++ [[ offline* != online ]]
7742026-05-20T15:58:32.147Z++ [[ 80 -gt 300 ]]
7752026-05-20T15:58:32.147Z++ sleep 1
7762026-05-20T15:58:33.149Z++ retry=81
7772026-05-20T15:58:33.154Z+++ svcs -Hostate baseline
7782026-05-20T15:58:33.164Z++ [[ offline* != online ]]
7792026-05-20T15:58:33.164Z++ [[ 81 -gt 300 ]]
7802026-05-20T15:58:33.164Z++ sleep 1
7812026-05-20T15:58:34.318Z++ retry=82
7822026-05-20T15:58:34.322Z+++ svcs -Hostate baseline
7832026-05-20T15:58:34.322Z++ [[ offline* != online ]]
7842026-05-20T15:58:34.322Z++ [[ 82 -gt 300 ]]
7852026-05-20T15:58:34.322Z++ sleep 1
7862026-05-20T15:58:35.183Z++ retry=83
7872026-05-20T15:58:35.192Z+++ svcs -Hostate baseline
7882026-05-20T15:58:35.198Z++ [[ offline* != online ]]
7892026-05-20T15:58:35.198Z++ [[ 83 -gt 300 ]]
7902026-05-20T15:58:35.198Z++ sleep 1
7912026-05-20T15:58:36.199Z++ retry=84
7922026-05-20T15:58:36.203Z+++ svcs -Hostate baseline
7932026-05-20T15:58:36.214Z++ [[ offline* != online ]]
7942026-05-20T15:58:36.214Z++ [[ 84 -gt 300 ]]
7952026-05-20T15:58:36.214Z++ sleep 1
7962026-05-20T15:58:37.217Z++ retry=85
7972026-05-20T15:58:37.220Z+++ svcs -Hostate baseline
7982026-05-20T15:58:37.231Z++ [[ offline* != online ]]
7992026-05-20T15:58:37.231Z++ [[ 85 -gt 300 ]]
8002026-05-20T15:58:37.231Z++ sleep 1
8012026-05-20T15:58:38.284Z++ retry=86
8022026-05-20T15:58:38.289Z+++ svcs -Hostate baseline
8032026-05-20T15:58:38.290Z++ [[ offline* != online ]]
8042026-05-20T15:58:38.290Z++ [[ 86 -gt 300 ]]
8052026-05-20T15:58:38.290Z++ sleep 1
8062026-05-20T15:58:39.249Z++ retry=87
8072026-05-20T15:58:39.252Z+++ svcs -Hostate baseline
8082026-05-20T15:58:39.263Z++ [[ offline* != online ]]
8092026-05-20T15:58:39.263Z++ [[ 87 -gt 300 ]]
8102026-05-20T15:58:39.263Z++ sleep 1
8112026-05-20T15:58:40.265Z++ retry=88
8122026-05-20T15:58:40.269Z+++ svcs -Hostate baseline
8132026-05-20T15:58:40.280Z++ [[ offline* != online ]]
8142026-05-20T15:58:40.280Z++ [[ 88 -gt 300 ]]
8152026-05-20T15:58:40.280Z++ sleep 1
8162026-05-20T15:58:41.282Z++ retry=89
8172026-05-20T15:58:41.285Z+++ svcs -Hostate baseline
8182026-05-20T15:58:41.296Z++ [[ offline* != online ]]
8192026-05-20T15:58:41.296Z++ [[ 89 -gt 300 ]]
8202026-05-20T15:58:41.296Z++ sleep 1
8212026-05-20T15:58:42.298Z++ retry=90
8222026-05-20T15:58:42.301Z+++ svcs -Hostate baseline
8232026-05-20T15:58:42.313Z++ [[ offline* != online ]]
8242026-05-20T15:58:42.313Z++ [[ 90 -gt 300 ]]
8252026-05-20T15:58:42.313Z++ sleep 1
8262026-05-20T15:58:43.315Z++ retry=91
8272026-05-20T15:58:43.318Z+++ svcs -Hostate baseline
8282026-05-20T15:58:43.333Z++ [[ offline* != online ]]
8292026-05-20T15:58:43.333Z++ [[ 91 -gt 300 ]]
8302026-05-20T15:58:43.333Z++ sleep 1
8312026-05-20T15:58:44.336Z++ retry=92
8322026-05-20T15:58:44.339Z+++ svcs -Hostate baseline
8332026-05-20T15:58:44.414Z++ [[ offline* != online ]]
8342026-05-20T15:58:44.414Z++ [[ 92 -gt 300 ]]
8352026-05-20T15:58:44.414Z++ sleep 1
8362026-05-20T15:58:45.352Z++ retry=93
8372026-05-20T15:58:45.355Z+++ svcs -Hostate baseline
8382026-05-20T15:58:45.366Z++ [[ offline* != online ]]
8392026-05-20T15:58:45.367Z++ [[ 93 -gt 300 ]]
8402026-05-20T15:58:45.367Z++ sleep 1
8412026-05-20T15:58:46.447Z++ retry=94
8422026-05-20T15:58:46.459Z+++ svcs -Hostate baseline
8432026-05-20T15:58:46.459Z++ [[ offline* != online ]]
8442026-05-20T15:58:46.460Z++ [[ 94 -gt 300 ]]
8452026-05-20T15:58:46.460Z++ sleep 1
8462026-05-20T15:58:47.385Z++ retry=95
8472026-05-20T15:58:47.389Z+++ svcs -Hostate baseline
8482026-05-20T15:58:47.400Z++ [[ offline* != online ]]
8492026-05-20T15:58:47.400Z++ [[ 95 -gt 300 ]]
8502026-05-20T15:58:47.400Z++ sleep 1
8512026-05-20T15:58:48.402Z++ retry=96
8522026-05-20T15:58:48.410Z+++ svcs -Hostate baseline
8532026-05-20T15:58:48.417Z++ [[ offline* != online ]]
8542026-05-20T15:58:48.417Z++ [[ 96 -gt 300 ]]
8552026-05-20T15:58:48.417Z++ sleep 1
8562026-05-20T15:58:49.417Z++ retry=97
8572026-05-20T15:58:49.421Z+++ svcs -Hostate baseline
8582026-05-20T15:58:49.433Z++ [[ offline* != online ]]
8592026-05-20T15:58:49.433Z++ [[ 97 -gt 300 ]]
8602026-05-20T15:58:49.433Z++ sleep 1
8612026-05-20T15:58:50.433Z++ retry=98
8622026-05-20T15:58:50.436Z+++ svcs -Hostate baseline
8632026-05-20T15:58:50.446Z++ [[ offline* != online ]]
8642026-05-20T15:58:50.446Z++ [[ 98 -gt 300 ]]
8652026-05-20T15:58:50.446Z++ sleep 1
8662026-05-20T15:58:51.448Z++ retry=99
8672026-05-20T15:58:51.451Z+++ svcs -Hostate baseline
8682026-05-20T15:58:51.462Z++ [[ offline* != online ]]
8692026-05-20T15:58:51.462Z++ [[ 99 -gt 300 ]]
8702026-05-20T15:58:51.462Z++ sleep 1
8712026-05-20T15:58:52.464Z++ retry=100
8722026-05-20T15:58:52.467Z+++ svcs -Hostate baseline
8732026-05-20T15:58:52.479Z++ [[ offline* != online ]]
8742026-05-20T15:58:52.479Z++ [[ 100 -gt 300 ]]
8752026-05-20T15:58:52.479Z++ sleep 1
8762026-05-20T15:58:53.481Z++ retry=101
8772026-05-20T15:58:53.484Z+++ svcs -Hostate baseline
8782026-05-20T15:58:53.495Z++ [[ offline* != online ]]
8792026-05-20T15:58:53.495Z++ [[ 101 -gt 300 ]]
8802026-05-20T15:58:53.495Z++ sleep 1
8812026-05-20T15:58:54.497Z++ retry=102
8822026-05-20T15:58:54.501Z+++ svcs -Hostate baseline
8832026-05-20T15:58:54.512Z++ [[ offline* != online ]]
8842026-05-20T15:58:54.512Z++ [[ 102 -gt 300 ]]
8852026-05-20T15:58:54.512Z++ sleep 1
8862026-05-20T15:58:55.514Z++ retry=103
8872026-05-20T15:58:55.517Z+++ svcs -Hostate baseline
8882026-05-20T15:58:55.528Z++ [[ offline* != online ]]
8892026-05-20T15:58:55.528Z++ [[ 103 -gt 300 ]]
8902026-05-20T15:58:55.531Z++ sleep 1
8912026-05-20T15:58:56.531Z++ retry=104
8922026-05-20T15:58:56.534Z+++ svcs -Hostate baseline
8932026-05-20T15:58:56.544Z++ [[ offline* != online ]]
8942026-05-20T15:58:56.544Z++ [[ 104 -gt 300 ]]
8952026-05-20T15:58:56.544Z++ sleep 1
8962026-05-20T15:58:57.545Z++ retry=105
8972026-05-20T15:58:57.549Z+++ svcs -Hostate baseline
8982026-05-20T15:58:57.559Z++ [[ offline* != online ]]
8992026-05-20T15:58:57.559Z++ [[ 105 -gt 300 ]]
9002026-05-20T15:58:57.559Z++ sleep 1
9012026-05-20T15:58:58.560Z++ retry=106
9022026-05-20T15:58:58.566Z+++ svcs -Hostate baseline
9032026-05-20T15:58:58.575Z++ [[ offline* != online ]]
9042026-05-20T15:58:58.575Z++ [[ 106 -gt 300 ]]
9052026-05-20T15:58:58.575Z++ sleep 1
9062026-05-20T15:58:59.576Z++ retry=107
9072026-05-20T15:58:59.581Z+++ svcs -Hostate baseline
9082026-05-20T15:58:59.590Z++ [[ offline* != online ]]
9092026-05-20T15:58:59.590Z++ [[ 107 -gt 300 ]]
9102026-05-20T15:58:59.590Z++ sleep 1
9112026-05-20T15:59:00.592Z++ retry=108
9122026-05-20T15:59:00.595Z+++ svcs -Hostate baseline
9132026-05-20T15:59:00.606Z++ [[ offline* != online ]]
9142026-05-20T15:59:00.606Z++ [[ 108 -gt 300 ]]
9152026-05-20T15:59:00.606Z++ sleep 1
9162026-05-20T15:59:01.608Z++ retry=109
9172026-05-20T15:59:01.612Z+++ svcs -Hostate baseline
9182026-05-20T15:59:01.623Z++ [[ offline* != online ]]
9192026-05-20T15:59:01.623Z++ [[ 109 -gt 300 ]]
9202026-05-20T15:59:01.623Z++ sleep 1
9212026-05-20T15:59:02.624Z++ retry=110
9222026-05-20T15:59:02.627Z+++ svcs -Hostate baseline
9232026-05-20T15:59:02.639Z++ [[ online != online ]]
9242026-05-20T15:59:02.643Z++ set -o errexit
9252026-05-20T15:59:02.643Z++ set -o pipefail
9262026-05-20T15:59:02.643Z++ banner build
9272026-05-20T15:59:02.643Z
9282026-05-20T15:59:02.643Z ##### # # # # #####
9292026-05-20T15:59:02.643Z # # # # # # # #
9302026-05-20T15:59:02.643Z ##### # # # # # #
9312026-05-20T15:59:02.643Z # # # # # # # #
9322026-05-20T15:59:02.643Z # # # # # # # #
9332026-05-20T15:59:02.643Z ##### #### # ###### #####
9342026-05-20T15:59:02.643Z
9352026-05-20T15:59:02.643Z++ cargo build --release --bin ddmd --bin ddmadm
9362026-05-20T15:59:02.646Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9372026-05-20T15:59:02.811Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9382026-05-20T15:59:02.814Zinfo: downloading 6 components
9392026-05-20T15:59:19.435Z Updating git repository `https://github.com/oxidecomputer/falcon`
9402026-05-20T15:59:20.067ZFrom https://github.com/oxidecomputer/falcon
9412026-05-20T15:59:20.067Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9422026-05-20T15:59:20.143Z Updating crates.io index
9432026-05-20T15:59:20.205Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9442026-05-20T15:59:21.048ZFrom https://github.com/oxidecomputer/dendrite
9452026-05-20T15:59:21.048Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9462026-05-20T15:59:21.280Z Updating git repository `https://github.com/oxidecomputer/ispf`
9472026-05-20T15:59:21.542ZFrom https://github.com/oxidecomputer/ispf
9482026-05-20T15:59:21.542Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9492026-05-20T15:59:21.548Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9502026-05-20T15:59:21.910ZFrom https://github.com/oxidecomputer/netadm-sys
9512026-05-20T15:59:21.910Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9522026-05-20T15:59:21.918Z Updating git repository `https://github.com/oxidecomputer/omicron`
9532026-05-20T15:59:29.386ZFrom https://github.com/oxidecomputer/omicron
9542026-05-20T15:59:29.386Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9552026-05-20T15:59:29.802Z Updating git repository `https://github.com/oxidecomputer/opte`
9562026-05-20T15:59:30.859ZFrom https://github.com/oxidecomputer/opte
9572026-05-20T15:59:30.859Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
9582026-05-20T15:59:31.350Z Updating git repository `https://github.com/illumos/smf-rs`
9592026-05-20T15:59:31.668ZFrom https://github.com/illumos/smf-rs
9602026-05-20T15:59:31.668Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9612026-05-20T15:59:31.862Z Updating git repository `https://github.com/oxidecomputer/poptrie`
9622026-05-20T15:59:32.208ZFrom https://github.com/oxidecomputer/poptrie
9632026-05-20T15:59:32.208Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
9642026-05-20T15:59:32.213Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9652026-05-20T15:59:32.445ZFrom https://github.com/oxidecomputer/network-interface
9662026-05-20T15:59:32.445Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9672026-05-20T15:59:32.479Z Updating git repository `https://github.com/oxidecomputer/zone`
9682026-05-20T15:59:32.789ZFrom https://github.com/oxidecomputer/zone
9692026-05-20T15:59:32.789Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9702026-05-20T15:59:32.795Z Updating git repository `https://github.com/oxidecomputer/propolis`
9712026-05-20T15:59:33.788ZFrom https://github.com/oxidecomputer/propolis
9722026-05-20T15:59:33.788Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9732026-05-20T15:59:33.953Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9742026-05-20T15:59:34.466ZFrom https://github.com/oxidecomputer/transceiver-control
9752026-05-20T15:59:34.466Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9762026-05-20T15:59:34.711Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9772026-05-20T15:59:35.014ZFrom https://github.com/oxidecomputer/dlpi-sys
9782026-05-20T15:59:35.015Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9792026-05-20T15:59:35.028Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9802026-05-20T15:59:35.323ZFrom https://github.com/jmesmon/rust-libzfs
9812026-05-20T15:59:35.323Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9822026-05-20T15:59:35.329Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9832026-05-20T15:59:35.606ZFrom https://github.com/oxidecomputer/rusty-doors
9842026-05-20T15:59:35.606Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9852026-05-20T15:59:35.613Z Updating git repository `https://github.com/oxidecomputer/lldp`
9862026-05-20T15:59:35.974ZFrom https://github.com/oxidecomputer/lldp
9872026-05-20T15:59:35.974Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9882026-05-20T15:59:36.036Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9892026-05-20T15:59:36.317ZFrom https://github.com/oxidecomputer/slog-error-chain
9902026-05-20T15:59:36.317Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9912026-05-20T15:59:36.382Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9922026-05-20T15:59:36.691ZFrom https://github.com/oxidecomputer/tufaceous
9932026-05-20T15:59:36.691Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9942026-05-20T15:59:36.720Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9952026-05-20T15:59:37.176ZFrom https://github.com/oxidecomputer/management-gateway-service
9962026-05-20T15:59:37.176Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9972026-05-20T15:59:37.437Z Updating git repository `https://github.com/oxidecomputer/crucible`
9982026-05-20T15:59:38.800ZFrom https://github.com/oxidecomputer/crucible
9992026-05-20T15:59:38.800Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10002026-05-20T15:59:39.768Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10012026-05-20T15:59:40.030ZFrom https://github.com/oxidecomputer/serde_human_bytes
10022026-05-20T15:59:40.030Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10032026-05-20T15:59:40.282Z Updating git repository `https://github.com/oxidecomputer/propolis`
10042026-05-20T15:59:40.624ZFrom https://github.com/oxidecomputer/propolis
10052026-05-20T15:59:40.624Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
10062026-05-20T15:59:41.161Z Updating git repository `https://github.com/oxidecomputer/tofino`
10072026-05-20T15:59:41.498ZFrom https://github.com/oxidecomputer/tofino
10082026-05-20T15:59:41.498Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10092026-05-20T15:59:41.508Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10102026-05-20T15:59:42.251ZFrom https://github.com/oxidecomputer/maghemite
10112026-05-20T15:59:42.251Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10122026-05-20T15:59:42.293Z Updating git repository `https://github.com/oxidecomputer/clickward`
10132026-05-20T15:59:42.570ZFrom https://github.com/oxidecomputer/clickward
10142026-05-20T15:59:42.570Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10152026-05-20T15:59:42.602Z Updating git repository `https://github.com/oxidecomputer/crucible`
10162026-05-20T15:59:43.019ZFrom https://github.com/oxidecomputer/crucible
10172026-05-20T15:59:43.019Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10182026-05-20T15:59:43.242Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10192026-05-20T15:59:43.696ZFrom https://github.com/oxidecomputer/illumos-devinfo
10202026-05-20T15:59:43.696Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10212026-05-20T15:59:44.910Z Downloading crates ...
10222026-05-20T15:59:44.974Z Downloaded aead v0.5.2
10232026-05-20T15:59:44.977Z Downloaded async-trait v0.1.89
10242026-05-20T15:59:44.981Z Downloaded crossbeam-deque v0.8.6
10252026-05-20T15:59:44.987Z Downloaded async-stream v0.3.6
10262026-05-20T15:59:44.987Z Downloaded async-stream-impl v0.3.6
10272026-05-20T15:59:44.993Z Downloaded async-recursion v1.1.1
10282026-05-20T15:59:44.993Z Downloaded crunchy v0.2.4
10292026-05-20T15:59:44.994Z Downloaded darling_macro v0.21.3
10302026-05-20T15:59:44.999Z Downloaded arc-swap v1.9.1
10312026-05-20T15:59:44.999Z Downloaded defmt v0.3.100
10322026-05-20T15:59:45.003Z Downloaded const-random v0.1.18
10332026-05-20T15:59:45.003Z Downloaded console v0.16.3
10342026-05-20T15:59:45.003Z Downloaded compression-core v0.4.32
10352026-05-20T15:59:45.006Z Downloaded cpufeatures v0.3.0
10362026-05-20T15:59:45.010Z Downloaded flate2 v1.1.9
10372026-05-20T15:59:45.015Z Downloaded dtrace-parser v0.3.0
10382026-05-20T15:59:45.015Z Downloaded crc32fast v1.5.0
10392026-05-20T15:59:45.019Z Downloaded hashbrown v0.17.1
10402026-05-20T15:59:45.026Z Downloaded fs-err v3.3.0
10412026-05-20T15:59:45.029Z Downloaded form_urlencoded v1.2.2
10422026-05-20T15:59:45.029Z Downloaded cfg_aliases v0.2.1
10432026-05-20T15:59:45.029Z Downloaded foreign-types-shared v0.3.1
10442026-05-20T15:59:45.036Z Downloaded float-ord v0.3.2
10452026-05-20T15:59:45.036Z Downloaded foreign-types-macros v0.2.3
10462026-05-20T15:59:45.039Z Downloaded embedded-io v0.6.1
10472026-05-20T15:59:45.039Z Downloaded cpufeatures v0.2.17
10482026-05-20T15:59:45.039Z Downloaded crypto-common v0.1.7
10492026-05-20T15:59:45.043Z Downloaded foldhash v0.2.0
10502026-05-20T15:59:45.043Z Downloaded crc8 v0.1.1
10512026-05-20T15:59:45.049Z Downloaded dyn-clone v1.0.20
10522026-05-20T15:59:45.049Z Downloaded defmt-macros v1.1.0
10532026-05-20T15:59:45.052Z Downloaded highway v1.3.0
10542026-05-20T15:59:45.052Z Downloaded foldhash v0.1.5
10552026-05-20T15:59:45.057Z Downloaded equivalent v1.0.2
10562026-05-20T15:59:45.061Z Downloaded enum-as-inner v0.6.1
10572026-05-20T15:59:45.061Z Downloaded crucible-workspace-hack v0.1.0
10582026-05-20T15:59:45.061Z Downloaded embedded-io v0.4.0
10592026-05-20T15:59:45.065Z Downloaded errno v0.3.14
10602026-05-20T15:59:45.068Z Downloaded gethostname v0.5.0
10612026-05-20T15:59:45.068Z Downloaded cfg-if v1.0.4
10622026-05-20T15:59:45.072Z Downloaded heck v0.5.0
10632026-05-20T15:59:45.072Z Downloaded futures-task v0.3.32
10642026-05-20T15:59:45.075Z Downloaded futures-sink v0.3.32
10652026-05-20T15:59:45.075Z Downloaded darling_macro v0.23.0
10662026-05-20T15:59:45.078Z Downloaded ciborium-io v0.2.2
10672026-05-20T15:59:45.078Z Downloaded httpdate v1.0.3
10682026-05-20T15:59:45.081Z Downloaded block-buffer v0.10.4
10692026-05-20T15:59:45.086Z Downloaded fnv v1.0.7
10702026-05-20T15:59:45.086Z Downloaded atomicwrites v0.4.4
10712026-05-20T15:59:45.090Z Downloaded generic-array v0.14.7
10722026-05-20T15:59:45.090Z Downloaded heck v0.4.1
10732026-05-20T15:59:45.090Z Downloaded hubpack_derive v0.1.1
10742026-05-20T15:59:45.096Z Downloaded fxhash v0.2.1
10752026-05-20T15:59:45.096Z Downloaded hash32 v0.3.1
10762026-05-20T15:59:45.096Z Downloaded futures-io v0.3.32
10772026-05-20T15:59:45.101Z Downloaded hostname v0.4.2
10782026-05-20T15:59:45.101Z Downloaded futures-macro v0.3.32
10792026-05-20T15:59:45.101Z Downloaded fixedbitset v0.5.7
10802026-05-20T15:59:45.109Z Downloaded bit-vec v0.8.0
10812026-05-20T15:59:45.109Z Downloaded digest v0.10.7
10822026-05-20T15:59:45.114Z Downloaded hex v0.4.3
10832026-05-20T15:59:45.114Z Downloaded ident_case v1.0.1
10842026-05-20T15:59:45.114Z Downloaded http-body v1.0.1
10852026-05-20T15:59:45.114Z Downloaded hostname v0.3.1
10862026-05-20T15:59:45.123Z Downloaded anstyle v1.0.14
10872026-05-20T15:59:45.123Z Downloaded colored v3.1.1
10882026-05-20T15:59:45.123Z Downloaded dof v0.3.0
10892026-05-20T15:59:45.126Z Downloaded futures-core v0.3.32
10902026-05-20T15:59:45.126Z Downloaded idna_adapter v1.2.2
10912026-05-20T15:59:45.126Z Downloaded dof v0.4.0
10922026-05-20T15:59:45.132Z Downloaded itoa v1.0.18
10932026-05-20T15:59:45.132Z Downloaded internet-checksum v0.2.1
10942026-05-20T15:59:45.132Z Downloaded instant v0.1.13
10952026-05-20T15:59:45.137Z Downloaded libscf-sys v1.2.0
10962026-05-20T15:59:45.137Z Downloaded lazy_static v1.5.0
10972026-05-20T15:59:45.143Z Downloaded keccak v0.1.6
10982026-05-20T15:59:45.143Z Downloaded is_terminal_polyfill v1.70.2
10992026-05-20T15:59:45.143Z Downloaded daft-derive v0.1.7
11002026-05-20T15:59:45.147Z Downloaded icu_normalizer_data v2.2.0
11012026-05-20T15:59:45.147Z Downloaded bcs v0.1.6
11022026-05-20T15:59:45.150Z Downloaded hubpack v0.1.2
11032026-05-20T15:59:45.156Z Downloaded displaydoc v0.2.5
11042026-05-20T15:59:45.160Z Downloaded csv-core v0.1.13
11052026-05-20T15:59:45.160Z Downloaded humantime v2.3.0
11062026-05-20T15:59:45.160Z Downloaded daft v0.1.7
11072026-05-20T15:59:45.164Z Downloaded managed v0.8.0
11082026-05-20T15:59:45.164Z Downloaded lru-slab v0.1.2
11092026-05-20T15:59:45.164Z Downloaded memoffset v0.9.1
11102026-05-20T15:59:45.170Z Downloaded newline-converter v0.3.0
11112026-05-20T15:59:45.170Z Downloaded mime v0.3.17
11122026-05-20T15:59:45.170Z Downloaded darling v0.21.3
11132026-05-20T15:59:45.176Z Downloaded newtype_derive v0.1.6
11142026-05-20T15:59:45.181Z Downloaded num v0.4.3
11152026-05-20T15:59:45.181Z Downloaded cmake v0.1.58
11162026-05-20T15:59:45.181Z Downloaded glob v0.3.3
11172026-05-20T15:59:45.185Z Downloaded crossbeam-epoch v0.9.18
11182026-05-20T15:59:45.185Z Downloaded no-std-compat v0.4.1
11192026-05-20T15:59:45.185Z Downloaded clap_derive v4.6.1
11202026-05-20T15:59:45.189Z Downloaded bitflags v2.11.1
11212026-05-20T15:59:45.195Z Downloaded inout v0.1.4
11222026-05-20T15:59:45.195Z Downloaded num-derive v0.4.2
11232026-05-20T15:59:45.199Z Downloaded num-conv v0.2.1
11242026-05-20T15:59:45.199Z Downloaded openssl-probe v0.2.1
11252026-05-20T15:59:45.199Z Downloaded konst_macro_rules v0.2.19
11262026-05-20T15:59:45.204Z Downloaded libsw v3.5.0
11272026-05-20T15:59:45.205Z Downloaded libsw-core v0.3.2
11282026-05-20T15:59:45.270Z Downloaded num_enum_derive v0.5.11
11292026-05-20T15:59:45.270Z Downloaded olpc-cjson v0.1.4
11302026-05-20T15:59:45.270Z Downloaded num_threads v0.1.7
11312026-05-20T15:59:45.270Z Downloaded ciborium v0.2.2
11322026-05-20T15:59:45.274Z Downloaded cancel-safe-futures v0.1.5
11332026-05-20T15:59:45.274Z Downloaded lock_api v0.4.14
11342026-05-20T15:59:45.274Z Downloaded drift v0.1.4
11352026-05-20T15:59:45.274Z Downloaded openssl-macros v0.1.1
11362026-05-20T15:59:45.274Z Downloaded linear-map v1.2.0
11372026-05-20T15:59:45.274Z Downloaded iana-time-zone v0.1.65
11382026-05-20T15:59:45.274Z Downloaded crossbeam-utils v0.8.21
11392026-05-20T15:59:45.274Z Downloaded multer v3.1.0
11402026-05-20T15:59:45.274Z Downloaded camino v1.2.2
11412026-05-20T15:59:45.274Z Downloaded hyper-rustls v0.27.9
11422026-05-20T15:59:45.274Z Downloaded parse-display v0.10.0
11432026-05-20T15:59:45.274Z Downloaded byteorder v1.5.0
11442026-05-20T15:59:45.274Z Downloaded camino-tempfile v1.4.1
11452026-05-20T15:59:45.274Z Downloaded percent-encoding v2.3.2
11462026-05-20T15:59:45.274Z Downloaded backon v1.6.0
11472026-05-20T15:59:45.274Z Downloaded num-iter v0.1.45
11482026-05-20T15:59:45.274Z Downloaded potential_utf v0.1.5
11492026-05-20T15:59:45.274Z Downloaded phf_shared v0.12.1
11502026-05-20T15:59:45.274Z Downloaded num-integer v0.1.46
11512026-05-20T15:59:45.274Z Downloaded pretty-hex v0.4.2
11522026-05-20T15:59:45.274Z Downloaded defmt v1.1.0
11532026-05-20T15:59:45.274Z Downloaded proc-macro-crate v1.3.1
11542026-05-20T15:59:45.274Z Downloaded plain v0.2.3
11552026-05-20T15:59:45.274Z Downloaded proc-macro-error-attr v1.0.4
11562026-05-20T15:59:45.274Z Downloaded proc-macro-crate v3.5.0
11572026-05-20T15:59:45.274Z Downloaded clap v4.6.1
11582026-05-20T15:59:45.275Z Downloaded owo-colors v4.3.0
11592026-05-20T15:59:45.275Z Downloaded num_enum v0.5.11
11602026-05-20T15:59:45.279Z Downloaded litemap v0.8.2
11612026-05-20T15:59:45.279Z Downloaded progenitor-macro v0.10.0
11622026-05-20T15:59:45.279Z Downloaded dropshot_endpoint v0.17.0
11632026-05-20T15:59:45.283Z Downloaded progenitor-client v0.10.0
11642026-05-20T15:59:45.283Z Downloaded powerfmt v0.2.0
11652026-05-20T15:59:45.286Z Downloaded futures v0.3.32
11662026-05-20T15:59:45.289Z Downloaded getrandom v0.2.17
11672026-05-20T15:59:45.292Z Downloaded progenitor-macro v0.14.0
11682026-05-20T15:59:45.292Z Downloaded getrandom v0.4.2
11692026-05-20T15:59:45.295Z Downloaded progenitor-client v0.14.0
11702026-05-20T15:59:45.299Z Downloaded const_format v0.2.36
11712026-05-20T15:59:45.302Z Downloaded quick-error v1.2.3
11722026-05-20T15:59:45.302Z Downloaded oxnet v0.1.5
11732026-05-20T15:59:45.305Z Downloaded oxide-tokio-rt v0.1.6
11742026-05-20T15:59:45.305Z Downloaded rand_chacha v0.3.1
11752026-05-20T15:59:45.311Z Downloaded progenitor-macro v0.13.0
11762026-05-20T15:59:45.311Z Downloaded ref-cast v1.0.25
11772026-05-20T15:59:45.316Z Downloaded memmap2 v0.9.10
11782026-05-20T15:59:45.316Z Downloaded darling_core v0.23.0
11792026-05-20T15:59:45.319Z Downloaded ref-cast-impl v1.0.25
11802026-05-20T15:59:45.319Z Downloaded rand_xorshift v0.4.0
11812026-05-20T15:59:45.319Z Downloaded pin-project-internal v1.1.13
11822026-05-20T15:59:45.319Z Downloaded rustc_version v0.4.1
11832026-05-20T15:59:45.323Z Downloaded rustc_version v0.1.7
11842026-05-20T15:59:45.323Z Downloaded pkg-config v0.3.33
11852026-05-20T15:59:45.326Z Downloaded icu_properties v2.2.0
11862026-05-20T15:59:45.326Z Downloaded rustc-hash v2.1.2
11872026-05-20T15:59:45.330Z Downloaded ppv-lite86 v0.2.21
11882026-05-20T15:59:45.330Z Downloaded phf v0.12.1
11892026-05-20T15:59:45.333Z Downloaded pin-project-lite v0.2.17
11902026-05-20T15:59:45.336Z Downloaded proc-macro-error-attr2 v2.0.0
11912026-05-20T15:59:45.336Z Downloaded indexmap v1.9.3
11922026-05-20T15:59:45.339Z Downloaded httparse v1.10.1
11932026-05-20T15:59:45.342Z Downloaded getrandom v0.3.4
11942026-05-20T15:59:45.345Z Downloaded derive_more v0.99.20
11952026-05-20T15:59:45.349Z Downloaded num_enum_derive v0.7.6
11962026-05-20T15:59:45.349Z Downloaded progenitor v0.11.2
11972026-05-20T15:59:45.352Z Downloaded once_cell v1.21.4
11982026-05-20T15:59:45.355Z Downloaded half v2.7.1
11992026-05-20T15:59:45.355Z Downloaded log v0.4.29
12002026-05-20T15:59:45.359Z Downloaded progenitor-client v0.13.0
12012026-05-20T15:59:45.359Z Downloaded progenitor-client v0.11.2
12022026-05-20T15:59:45.362Z Downloaded progenitor v0.14.0
12032026-05-20T15:59:45.362Z Downloaded progenitor-extras v0.2.0
12042026-05-20T15:59:45.366Z Downloaded progenitor v0.13.0
12052026-05-20T15:59:45.366Z Downloaded scroll_derive v0.12.1
12062026-05-20T15:59:45.366Z Downloaded same-file v1.0.6
12072026-05-20T15:59:45.369Z Downloaded proc-macro-error2 v2.0.1
12082026-05-20T15:59:45.373Z Downloaded parking_lot v0.12.5
12092026-05-20T15:59:45.373Z Downloaded progenitor-macro v0.11.2
12102026-05-20T15:59:45.377Z Downloaded parking_lot v0.11.2
12112026-05-20T15:59:45.377Z Downloaded futures-channel v0.3.32
12122026-05-20T15:59:45.381Z Downloaded semver v0.1.20
12132026-05-20T15:59:45.381Z Downloaded secrecy v0.10.3
12142026-05-20T15:59:45.381Z Downloaded serde-big-array v0.5.1
12152026-05-20T15:59:45.381Z Downloaded icu_provider v2.2.0
12162026-05-20T15:59:45.384Z Downloaded crypto-bigint v0.5.5
12172026-05-20T15:59:45.387Z Downloaded pest_generator v2.8.6
12182026-05-20T15:59:45.390Z Downloaded serde_spanned v0.6.9
12192026-05-20T15:59:45.390Z Downloaded pest_derive v2.8.6
12202026-05-20T15:59:45.393Z Downloaded rustls-native-certs v0.8.3
12212026-05-20T15:59:45.396Z Downloaded rand_core v0.10.1
12222026-05-20T15:59:45.396Z Downloaded rand_core v0.9.5
12232026-05-20T15:59:45.399Z Downloaded rand_chacha v0.9.0
12242026-05-20T15:59:45.399Z Downloaded heapless v0.8.0
12252026-05-20T15:59:45.402Z Downloaded serde_repr v0.1.20
12262026-05-20T15:59:45.405Z Downloaded konst v0.2.20
12272026-05-20T15:59:45.409Z Downloaded indicatif v0.18.4
12282026-05-20T15:59:45.412Z Downloaded serde_plain v1.0.2
12292026-05-20T15:59:45.412Z Downloaded rustls-pemfile v2.2.0
12302026-05-20T15:59:45.415Z Downloaded resolv-conf v0.7.6
12312026-05-20T15:59:45.415Z Downloaded postcard v1.1.3
12322026-05-20T15:59:45.418Z Downloaded hickory-resolver v0.25.2
12332026-05-20T15:59:45.421Z Downloaded rustversion v1.0.22
12342026-05-20T15:59:45.421Z Downloaded serde_urlencoded v0.7.1
12352026-05-20T15:59:45.424Z Downloaded slog-envlogger v2.2.0
12362026-05-20T15:59:45.424Z Downloaded sha1 v0.10.6
12372026-05-20T15:59:45.427Z Downloaded rusty-fork v0.3.1
12382026-05-20T15:59:45.427Z Downloaded papergrid v0.11.0
12392026-05-20T15:59:45.431Z Downloaded quinn-udp v0.5.14
12402026-05-20T15:59:45.434Z Downloaded icu_locale_core v2.2.0
12412026-05-20T15:59:45.437Z Downloaded schemars_derive v0.8.22
12422026-05-20T15:59:45.440Z Downloaded crossbeam-channel v0.5.15
12432026-05-20T15:59:45.443Z Downloaded slog-bunyan v2.5.0
12442026-05-20T15:59:45.443Z Downloaded sigpipe v0.1.3
12452026-05-20T15:59:45.446Z Downloaded parking_lot_core v0.8.6
12462026-05-20T15:59:45.446Z Downloaded miniz_oxide v0.8.9
12472026-05-20T15:59:45.449Z Downloaded smawk v0.3.2
12482026-05-20T15:59:45.449Z Downloaded structmeta v0.3.0
12492026-05-20T15:59:45.453Z Downloaded icu_collections v2.2.0
12502026-05-20T15:59:45.457Z Downloaded scroll v0.12.0
12512026-05-20T15:59:45.457Z Downloaded base64 v0.22.1
12522026-05-20T15:59:45.460Z Downloaded serde_path_to_error v0.1.20
12532026-05-20T15:59:45.461Z Downloaded serde_derive_internals v0.29.1
12542026-05-20T15:59:45.461Z Downloaded stable_deref_trait v1.2.1
12552026-05-20T15:59:45.464Z Downloaded base64 v0.21.7
12562026-05-20T15:59:45.467Z Downloaded serde_spanned v1.1.1
12572026-05-20T15:59:45.467Z Downloaded cc v1.2.62
12582026-05-20T15:59:45.470Z Downloaded hickory-resolver v0.24.4
12592026-05-20T15:59:45.473Z Downloaded icu_normalizer v2.2.0
12602026-05-20T15:59:45.477Z Downloaded bytes v1.11.1
12612026-05-20T15:59:45.480Z Downloaded proc-macro2 v1.0.106
12622026-05-20T15:59:45.480Z Downloaded num-traits v0.2.19
12632026-05-20T15:59:45.483Z Downloaded tabled_derive v0.7.0
12642026-05-20T15:59:45.483Z Downloaded tabled_derive v0.11.0
12652026-05-20T15:59:45.487Z Downloaded tagptr v0.2.0
12662026-05-20T15:59:45.487Z Downloaded terminal_size v0.4.4
12672026-05-20T15:59:45.487Z Downloaded expectorate v1.2.0
12682026-05-20T15:59:45.491Z Downloaded tabwriter v1.4.1
12692026-05-20T15:59:45.491Z Downloaded supports-color v3.0.2
12702026-05-20T15:59:45.495Z Downloaded serde_tokenstream v0.2.3
12712026-05-20T15:59:45.495Z Downloaded openssl-sys v0.9.116
12722026-05-20T15:59:45.498Z Downloaded sha2 v0.10.9
12732026-05-20T15:59:45.498Z Downloaded subtle v2.6.1
12742026-05-20T15:59:45.498Z Downloaded testing_table v0.3.0
12752026-05-20T15:59:45.501Z Downloaded termtree v0.5.1
12762026-05-20T15:59:45.501Z Downloaded progenitor-impl v0.14.0
12772026-05-20T15:59:45.506Z Downloaded take_mut v0.2.2
12782026-05-20T15:59:45.506Z Downloaded slog-stdlog v4.1.1
12792026-05-20T15:59:45.506Z Downloaded slog-json v2.6.1
12802026-05-20T15:59:45.509Z Downloaded progenitor-impl v0.11.2
12812026-05-20T15:59:45.509Z Downloaded signal-hook-registry v1.4.8
12822026-05-20T15:59:45.509Z Downloaded papergrid v0.17.0
12832026-05-20T15:59:45.512Z Downloaded slog-scope v4.4.1
12842026-05-20T15:59:45.515Z Downloaded slab v0.4.12
12852026-05-20T15:59:45.515Z Downloaded smf v0.2.3
12862026-05-20T15:59:45.518Z Downloaded thiserror-impl-no-std v2.0.2
12872026-05-20T15:59:45.518Z Downloaded simd-adler32 v0.3.9
12882026-05-20T15:59:45.518Z Downloaded scroll v0.13.0
12892026-05-20T15:59:45.522Z Downloaded pin-project v1.1.13
12902026-05-20T15:59:45.526Z Downloaded thread-id v4.2.2
12912026-05-20T15:59:45.530Z Downloaded slog-term v2.9.2
12922026-05-20T15:59:45.530Z Downloaded spin v0.5.2
12932026-05-20T15:59:45.534Z Downloaded quote v1.0.45
12942026-05-20T15:59:45.534Z Downloaded time-core v0.1.8
12952026-05-20T15:59:45.534Z Downloaded pest_meta v2.8.6
12962026-05-20T15:59:45.537Z Downloaded structmeta-derive v0.3.0
12972026-05-20T15:59:45.537Z Downloaded strsim v0.11.1
12982026-05-20T15:59:45.540Z Downloaded rhai_codegen v3.1.0
12992026-05-20T15:59:45.544Z Downloaded tokio-macros v2.7.0
13002026-05-20T15:59:45.544Z Downloaded jiff-static v0.2.24
13012026-05-20T15:59:45.547Z Downloaded indexmap v2.14.0
13022026-05-20T15:59:45.550Z Downloaded swrite v0.1.0
13032026-05-20T15:59:45.550Z Downloaded static_assertions v1.1.0
13042026-05-20T15:59:45.554Z Downloaded tinyvec_macros v0.1.1
13052026-05-20T15:59:45.554Z Downloaded semver v1.0.28
13062026-05-20T15:59:45.554Z Downloaded minimal-lexical v0.2.1
13072026-05-20T15:59:45.557Z Downloaded prettyplease v0.2.37
13082026-05-20T15:59:45.560Z Downloaded rustls-platform-verifier v0.7.0
13092026-05-20T15:59:45.563Z Downloaded dropshot-api-manager v0.7.1
13102026-05-20T15:59:45.563Z Downloaded rustls-pki-types v1.14.1
13112026-05-20T15:59:45.567Z Downloaded toml_write v0.1.2
13122026-05-20T15:59:45.567Z Downloaded toml_datetime v0.6.11
13132026-05-20T15:59:45.570Z Downloaded shlex v1.3.0
13142026-05-20T15:59:45.570Z Downloaded ryu v1.0.23
13152026-05-20T15:59:45.573Z Downloaded progenitor-impl v0.10.0
13162026-05-20T15:59:45.573Z Downloaded schemars v0.8.22
13172026-05-20T15:59:45.580Z Downloaded slog-async v2.8.0
13182026-05-20T15:59:45.583Z Downloaded memchr v2.8.0
13192026-05-20T15:59:45.586Z Downloaded smartstring v1.0.1
13202026-05-20T15:59:45.586Z Downloaded thread_local v1.1.9
13212026-05-20T15:59:45.589Z Downloaded try-lock v0.2.5
13222026-05-20T15:59:45.590Z Downloaded thread-id v5.1.0
13232026-05-20T15:59:45.590Z Downloaded thiserror-impl v1.0.69
13242026-05-20T15:59:45.593Z Downloaded thiserror v2.0.18
13252026-05-20T15:59:45.597Z Downloaded unarray v0.1.4
13262026-05-20T15:59:45.597Z Downloaded tiny-keccak v2.0.2
13272026-05-20T15:59:45.600Z Downloaded tower-layer v0.3.3
13282026-05-20T15:59:45.600Z Downloaded serde_core v1.0.228
13292026-05-20T15:59:45.600Z Downloaded smallvec v1.15.1
13302026-05-20T15:59:45.600Z Downloaded progenitor-impl v0.13.0
13312026-05-20T15:59:45.603Z Downloaded hashbrown v0.12.3
13322026-05-20T15:59:45.607Z Downloaded tokio-dtrace v0.1.1
13332026-05-20T15:59:45.607Z Downloaded spin v0.9.8
13342026-05-20T15:59:45.610Z Downloaded http v1.4.0
13352026-05-20T15:59:45.610Z Downloaded tokio-rustls v0.25.0
13362026-05-20T15:59:45.613Z Downloaded unit-prefix v0.5.2
13372026-05-20T15:59:45.613Z Downloaded typeid v1.0.3
13382026-05-20T15:59:45.613Z Downloaded unicode-xid v0.2.6
13392026-05-20T15:59:45.616Z Downloaded time-macros v0.2.27
13402026-05-20T15:59:45.616Z Downloaded untrusted v0.7.1
13412026-05-20T15:59:45.616Z Downloaded universal-hash v0.5.1
13422026-05-20T15:59:45.620Z Downloaded thiserror-impl v2.0.18
13432026-05-20T15:59:45.620Z Downloaded tinystr v0.8.3
13442026-05-20T15:59:45.620Z Downloaded typify-macro v0.4.3
13452026-05-20T15:59:45.623Z Downloaded tokio-tungstenite v0.21.0
13462026-05-20T15:59:45.623Z Downloaded synstructure v0.13.2
13472026-05-20T15:59:45.623Z Downloaded strum_macros v0.27.2
13482026-05-20T15:59:45.626Z Downloaded serde_derive v1.0.228
13492026-05-20T15:59:45.629Z Downloaded strum_macros v0.26.4
13502026-05-20T15:59:45.629Z Downloaded untrusted v0.9.0
13512026-05-20T15:59:45.629Z Downloaded typify-macro v0.6.2
13522026-05-20T15:59:45.632Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13532026-05-20T15:59:45.632Z Downloaded utf8_iter v1.0.4
13542026-05-20T15:59:45.633Z Downloaded unicode-linebreak v0.1.5
13552026-05-20T15:59:45.633Z Downloaded serde_with_macros v3.20.0
13562026-05-20T15:59:45.636Z Downloaded utf-8 v0.7.6
13572026-05-20T15:59:45.636Z Downloaded usdt-macro v0.6.0
13582026-05-20T15:59:45.636Z Downloaded usdt-macro v0.5.0
13592026-05-20T15:59:45.639Z Downloaded hyper-util v0.1.20
13602026-05-20T15:59:45.642Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13612026-05-20T15:59:45.642Z Downloaded slog-dtrace v0.3.0
13622026-05-20T15:59:45.642Z Downloaded usdt v0.5.0
13632026-05-20T15:59:45.645Z Downloaded usdt-attr-macro v0.6.0
13642026-05-20T15:59:45.646Z Downloaded usdt-attr-macro v0.5.0
13652026-05-20T15:59:45.646Z Downloaded utf8parse v0.2.2
13662026-05-20T15:59:45.646Z Downloaded thiserror-no-std v2.0.2
13672026-05-20T15:59:45.649Z Downloaded want v0.3.1
13682026-05-20T15:59:45.649Z Downloaded rayon-core v1.13.0
13692026-05-20T15:59:45.652Z Downloaded toml_writer v1.1.1+spec-1.1.0
13702026-05-20T15:59:45.652Z Downloaded mio v1.2.0
13712026-05-20T15:59:45.656Z Downloaded schemars v0.9.0
13722026-05-20T15:59:45.661Z Downloaded slog v2.8.2
13732026-05-20T15:59:45.664Z Downloaded rand v0.8.6
13742026-05-20T15:59:45.668Z Downloaded wait-timeout v0.2.1
13752026-05-20T15:59:45.668Z Downloaded quinn v0.11.9
13762026-05-20T15:59:45.671Z Downloaded version_check v0.9.5
13772026-05-20T15:59:45.671Z Downloaded snafu-derive v0.8.9
13782026-05-20T15:59:45.671Z Downloaded usdt v0.6.0
13792026-05-20T15:59:45.671Z Downloaded thin-vec v0.2.18
13802026-05-20T15:59:45.674Z Downloaded toml v0.8.23
13812026-05-20T15:59:45.674Z Downloaded tokio-stream v0.1.18
13822026-05-20T15:59:45.678Z Downloaded tokio-rustls v0.26.4
13832026-05-20T15:59:45.681Z Downloaded zeroize_derive v1.4.3
13842026-05-20T15:59:45.681Z Downloaded tower-service v0.3.3
13852026-05-20T15:59:45.681Z Downloaded tempfile v3.27.0
13862026-05-20T15:59:45.684Z Downloaded siphasher v1.0.3
13872026-05-20T15:59:45.684Z Downloaded thiserror v1.0.69
13882026-05-20T15:59:45.687Z Downloaded nom v7.1.3
13892026-05-20T15:59:45.690Z Downloaded clap_builder v4.6.0
13902026-05-20T15:59:45.693Z Downloaded sync_wrapper v1.0.2
13912026-05-20T15:59:45.693Z Downloaded strum v0.27.2
13922026-05-20T15:59:45.696Z Downloaded strum v0.26.3
13932026-05-20T15:59:45.696Z Downloaded rand_core v0.6.4
13942026-05-20T15:59:45.696Z Downloaded term v1.2.1
13952026-05-20T15:59:45.699Z Downloaded usdt-impl v0.6.0
13962026-05-20T15:59:45.699Z Downloaded zone_cfg_derive v0.3.1
13972026-05-20T15:59:45.700Z Downloaded zone v0.3.1
13982026-05-20T15:59:45.700Z Downloaded usdt-impl v0.5.0
13992026-05-20T15:59:45.704Z Downloaded hashbrown v0.15.5
14002026-05-20T15:59:45.707Z Downloaded h2 v0.4.14
14012026-05-20T15:59:45.710Z Downloaded yoke-derive v0.8.2
14022026-05-20T15:59:45.710Z Downloaded test-strategy v0.4.5
14032026-05-20T15:59:45.713Z Downloaded zerofrom-derive v0.1.7
14042026-05-20T15:59:45.713Z Downloaded serde_yaml v0.9.34+deprecated
14052026-05-20T15:59:45.716Z Downloaded schemars v1.2.1
14062026-05-20T15:59:45.722Z Downloaded zerofrom v0.1.8
14072026-05-20T15:59:45.725Z Downloaded rand v0.9.4
14082026-05-20T15:59:45.725Z Downloaded qorb v0.4.1
14092026-05-20T15:59:45.728Z Downloaded xz2 v0.1.7
14102026-05-20T15:59:45.731Z Downloaded aho-corasick v1.1.4
14112026-05-20T15:59:45.734Z Downloaded toml v0.9.12+spec-1.1.0
14122026-05-20T15:59:45.737Z Downloaded waitgroup v0.1.2
14132026-05-20T15:59:45.737Z Downloaded vsss-rs v3.3.4
14142026-05-20T15:59:45.737Z Downloaded serde v1.0.228
14152026-05-20T15:59:45.740Z Downloaded zeroize v1.8.2
14162026-05-20T15:59:45.740Z Downloaded idna v1.1.0
14172026-05-20T15:59:45.744Z Downloaded walkdir v2.5.0
14182026-05-20T15:59:45.744Z Downloaded tracing-attributes v0.1.31
14192026-05-20T15:59:45.747Z Downloaded zerovec-derive v0.11.3
14202026-05-20T15:59:45.747Z Downloaded itertools v0.12.1
14212026-05-20T15:59:45.750Z Downloaded zmij v1.0.21
14222026-05-20T15:59:45.753Z Downloaded toml_parser v1.1.2+spec-1.1.0
14232026-05-20T15:59:45.753Z Downloaded whoami v1.6.1
14242026-05-20T15:59:45.756Z Downloaded rustls-webpki v0.103.13
14252026-05-20T15:59:45.756Z Downloaded tinyvec v1.11.0
14262026-05-20T15:59:45.759Z Downloaded hashbrown v0.16.1
14272026-05-20T15:59:45.762Z Downloaded socket2 v0.6.3
14282026-05-20T15:59:45.762Z Downloaded iddqd v0.3.18
14292026-05-20T15:59:45.766Z Downloaded ucd-trie v0.1.7
14302026-05-20T15:59:45.769Z Downloaded typify v0.6.2
14312026-05-20T15:59:45.769Z Downloaded writeable v0.6.3
14322026-05-20T15:59:45.772Z Downloaded parking_lot_core v0.9.12
14332026-05-20T15:59:45.772Z Downloaded hyper v1.9.0
14342026-05-20T15:59:45.775Z Downloaded rand v0.10.1
14352026-05-20T15:59:45.778Z Downloaded yoke v0.8.2
14362026-05-20T15:59:45.781Z Downloaded scroll_derive v0.13.1
14372026-05-20T15:59:45.781Z Downloaded similar v2.7.0
14382026-05-20T15:59:45.785Z Downloaded nom v8.0.0
14392026-05-20T15:59:45.788Z Downloaded scopeguard v1.2.0
14402026-05-20T15:59:45.788Z Downloaded chacha20poly1305 v0.10.1
14412026-05-20T15:59:45.788Z Downloaded progenitor v0.10.0
14422026-05-20T15:59:45.791Z Downloaded toml_edit v0.25.11+spec-1.1.0
14432026-05-20T15:59:45.791Z Downloaded itertools v0.14.0
14442026-05-20T15:59:45.795Z Downloaded derive-where v1.6.1
14452026-05-20T15:59:45.798Z Downloaded uuid v1.23.1
14462026-05-20T15:59:45.801Z Downloaded snafu v0.8.9
14472026-05-20T15:59:45.804Z Downloaded typify v0.4.3
14482026-05-20T15:59:45.807Z Downloaded tungstenite v0.21.0
14492026-05-20T15:59:45.807Z Downloaded proc-macro-error v1.0.4
14502026-05-20T15:59:45.810Z Downloaded unicode-ident v1.0.24
14512026-05-20T15:59:45.810Z Downloaded steno v0.4.1
14522026-05-20T15:59:45.814Z Downloaded tracing-core v0.1.36
14532026-05-20T15:59:45.817Z Downloaded pest v2.8.6
14542026-05-20T15:59:45.820Z Downloaded poly1305 v0.8.0
14552026-05-20T15:59:45.820Z Downloaded elliptic-curve v0.13.8
14562026-05-20T15:59:45.823Z Downloaded textwrap v0.16.2
14572026-05-20T15:59:45.823Z Downloaded icu_properties_data v2.2.0
14582026-05-20T15:59:45.829Z Downloaded toml_edit v0.22.27
14592026-05-20T15:59:45.832Z Downloaded libm v0.2.16
14602026-05-20T15:59:45.837Z Downloaded toml v1.1.2+spec-1.1.0
14612026-05-20T15:59:45.840Z Downloaded num_enum v0.7.6
14622026-05-20T15:59:45.844Z Downloaded ron v0.12.1
14632026-05-20T15:59:45.848Z Downloaded pem v3.0.6
14642026-05-20T15:59:45.851Z Downloaded paste v1.0.15
14652026-05-20T15:59:45.851Z Downloaded password-hash v0.5.0
14662026-05-20T15:59:45.854Z Downloaded parse-display-derive v0.10.0
14672026-05-20T15:59:45.854Z Downloaded newtype-uuid v1.3.2
14682026-05-20T15:59:45.854Z Downloaded ingot-macros v0.1.1
14692026-05-20T15:59:45.854Z Downloaded num-rational v0.4.2
14702026-05-20T15:59:45.857Z Downloaded num-complex v0.4.6
14712026-05-20T15:59:45.857Z Downloaded blake2 v0.10.6
14722026-05-20T15:59:45.860Z Downloaded futures-util v0.3.32
14732026-05-20T15:59:45.864Z Downloaded base64ct v1.8.3
14742026-05-20T15:59:45.867Z Downloaded goblin v0.8.2
14752026-05-20T15:59:45.870Z Downloaded zerocopy-derive v0.7.35
14762026-05-20T15:59:45.873Z Downloaded unsafe-libyaml v0.2.11
14772026-05-20T15:59:45.873Z Downloaded toml_edit v0.19.15
14782026-05-20T15:59:45.883Z Downloaded autocfg v1.5.0
14792026-05-20T15:59:45.886Z Downloaded jobserver v0.1.34
14802026-05-20T15:59:45.886Z Downloaded ipnetwork v0.21.1
14812026-05-20T15:59:45.889Z Downloaded ipnet v2.12.0
14822026-05-20T15:59:45.889Z Downloaded opaque-debug v0.3.1
14832026-05-20T15:59:45.889Z Downloaded omicron-workspace-hack v0.1.0
14842026-05-20T15:59:45.889Z Downloaded ingot-types v0.1.2
14852026-05-20T15:59:45.892Z Downloaded hkdf v0.12.4
14862026-05-20T15:59:45.892Z Downloaded group v0.13.0
14872026-05-20T15:59:45.892Z Downloaded reqwest v0.12.28
14882026-05-20T15:59:45.895Z Downloaded chacha20 v0.9.1
14892026-05-20T15:59:45.899Z Downloaded ingot v0.1.1
14902026-05-20T15:59:45.899Z Downloaded git-stub v1.0.0
14912026-05-20T15:59:45.899Z Downloaded fs_extra v1.3.0
14922026-05-20T15:59:45.902Z Downloaded darling_core v0.21.3
14932026-05-20T15:59:45.905Z Downloaded anyhow v1.0.102
14942026-05-20T15:59:45.905Z Downloaded natord v1.0.9
14952026-05-20T15:59:45.908Z Downloaded match_cfg v0.1.0
14962026-05-20T15:59:45.908Z Downloaded newtype-uuid-macros v0.1.0
14972026-05-20T15:59:45.908Z Downloaded ahash v0.8.12
14982026-05-20T15:59:45.908Z Downloaded cookie v0.18.1
14992026-05-20T15:59:45.911Z Downloaded memmap v0.7.0
15002026-05-20T15:59:45.911Z Downloaded url v2.5.8
15012026-05-20T15:59:45.914Z Downloaded typenum v1.20.0
15022026-05-20T15:59:45.914Z Downloaded reqwest v0.13.3
15032026-05-20T15:59:45.917Z Downloaded rayon v1.12.0
15042026-05-20T15:59:45.923Z Downloaded macaddr v1.0.1
15052026-05-20T15:59:45.926Z Downloaded lru-cache v0.1.2
15062026-05-20T15:59:45.926Z Downloaded linked-hash-map v0.5.6
15072026-05-20T15:59:45.926Z Downloaded http-body-util v0.1.3
15082026-05-20T15:59:45.929Z Downloaded hmac v0.12.1
15092026-05-20T15:59:45.929Z Downloaded git-stub-vcs v0.1.0
15102026-05-20T15:59:45.929Z Downloaded byte-wrapper v0.1.0
15112026-05-20T15:59:45.933Z Downloaded globset v0.4.18
15122026-05-20T15:59:45.933Z Downloaded futures-executor v0.3.32
15132026-05-20T15:59:45.933Z Downloaded ff v0.13.1
15142026-05-20T15:59:45.937Z Downloaded erased-serde v0.3.31
15152026-05-20T15:59:45.937Z Downloaded critical-section v1.2.0
15162026-05-20T15:59:45.937Z Downloaded bs58 v0.5.1
15172026-05-20T15:59:45.937Z Downloaded anstream v1.0.0
15182026-05-20T15:59:45.940Z Downloaded zerotrie v0.2.4
15192026-05-20T15:59:45.940Z Downloaded fastrand v2.4.1
15202026-05-20T15:59:45.944Z Downloaded zerocopy-derive v0.8.48
15212026-05-20T15:59:45.947Z Downloaded unicode-normalization v0.1.25
15222026-05-20T15:59:45.951Z Downloaded tower v0.5.3
15232026-05-20T15:59:45.955Z Downloaded regex v1.12.3
15242026-05-20T15:59:45.958Z Downloaded chrono v0.4.44
15252026-05-20T15:59:45.962Z Downloaded typed-path v0.9.3
15262026-05-20T15:59:45.965Z Downloaded goblin v0.10.5
15272026-05-20T15:59:45.969Z Downloaded either v1.15.0
15282026-05-20T15:59:45.972Z Downloaded serde_json v1.0.149
15292026-05-20T15:59:45.975Z Downloaded portable-atomic v1.13.1
15302026-05-20T15:59:45.979Z Downloaded tokio-util v0.7.18
15312026-05-20T15:59:45.986Z Downloaded derive-ex v0.1.8
15322026-05-20T15:59:45.993Z Downloaded const_format_proc_macros v0.2.34
15332026-05-20T15:59:45.993Z Downloaded cipher v0.4.4
15342026-05-20T15:59:45.993Z Downloaded bytecount v0.6.9
15352026-05-20T15:59:45.993Z Downloaded bitflags v1.3.2
15362026-05-20T15:59:45.999Z Downloaded argon2 v0.5.3
15372026-05-20T15:59:45.999Z Downloaded is_ci v1.2.0
15382026-05-20T15:59:45.999Z Downloaded unicode-segmentation v1.13.2
15392026-05-20T15:59:45.999Z Downloaded rustls-webpki v0.102.8
15402026-05-20T15:59:46.007Z Downloaded tough v0.22.0
15412026-05-20T15:59:46.015Z Downloaded proptest v1.11.0
15422026-05-20T15:59:46.022Z Downloaded is-terminal v0.4.17
15432026-05-20T15:59:46.022Z Downloaded tower-http v0.6.10
15442026-05-20T15:59:46.026Z Downloaded aws-lc-rs v1.17.0
15452026-05-20T15:59:46.026Z Downloaded moka v0.12.15
15462026-05-20T15:59:46.031Z Downloaded zerocopy v0.7.35
15472026-05-20T15:59:46.049Z Downloaded tabled v0.15.0
15482026-05-20T15:59:46.055Z Downloaded zerovec v0.11.6
15492026-05-20T15:59:46.055Z Downloaded quinn-proto v0.11.14
15502026-05-20T15:59:46.059Z Downloaded winnow v0.5.40
15512026-05-20T15:59:46.062Z Downloaded serde_with v3.20.0
15522026-05-20T15:59:46.067Z Downloaded atomic-waker v1.1.2
15532026-05-20T15:59:46.070Z Downloaded indent_write v2.2.0
15542026-05-20T15:59:46.071Z Downloaded base16ct v1.0.0
15552026-05-20T15:59:46.071Z Downloaded dropshot-api-manager-types v0.7.1
15562026-05-20T15:59:46.071Z Downloaded convert_case v0.4.0
15572026-05-20T15:59:46.074Z Downloaded defmt-parser v1.0.0
15582026-05-20T15:59:46.074Z Downloaded anstyle-query v1.1.5
15592026-05-20T15:59:46.074Z Downloaded foreign-types-shared v0.1.1
15602026-05-20T15:59:46.074Z Downloaded dtrace-parser v0.2.0
15612026-05-20T15:59:46.074Z Downloaded base16ct v0.2.0
15622026-05-20T15:59:46.074Z Downloaded colorchoice v1.0.5
15632026-05-20T15:59:46.109Z Downloaded cobs v0.3.0
15642026-05-20T15:59:46.109Z Downloaded chacha20 v0.10.0
15652026-05-20T15:59:46.109Z Downloaded debug-ignore v1.0.5
15662026-05-20T15:59:46.109Z Downloaded darling v0.23.0
15672026-05-20T15:59:46.109Z Downloaded curve25519-dalek-derive v0.1.1
15682026-05-20T15:59:46.109Z Downloaded cstr-argument v0.1.2
15692026-05-20T15:59:46.109Z Downloaded clap_lex v1.1.0
15702026-05-20T15:59:46.109Z Downloaded curve25519-dalek v4.1.3
15712026-05-20T15:59:46.109Z Downloaded const-random-macro v0.1.16
15722026-05-20T15:59:46.109Z Downloaded dunce v1.0.5
15732026-05-20T15:59:46.109Z Downloaded bit-set v0.8.0
15742026-05-20T15:59:46.109Z Downloaded backoff v0.4.0
15752026-05-20T15:59:46.110Z Downloaded foreign-types v0.5.0
15762026-05-20T15:59:46.110Z Downloaded deranged v0.5.8
15772026-05-20T15:59:46.110Z Downloaded data-encoding v2.11.0
15782026-05-20T15:59:46.110Z Downloaded foreign-types v0.3.2
15792026-05-20T15:59:46.110Z Downloaded cargo_toml v0.22.3
15802026-05-20T15:59:46.110Z Downloaded winnow v1.0.3
15812026-05-20T15:59:46.110Z Downloaded winnow v0.7.15
15822026-05-20T15:59:46.110Z Downloaded webpki-roots v1.0.7
15832026-05-20T15:59:46.114Z Downloaded tabled v0.20.0
15842026-05-20T15:59:46.117Z Downloaded time v0.3.47
15852026-05-20T15:59:46.124Z Downloaded vcpkg v0.2.15
15862026-05-20T15:59:46.147Z Downloaded syn v1.0.109
15872026-05-20T15:59:46.152Z Downloaded openssl v0.10.80
15882026-05-20T15:59:46.158Z Downloaded bstr v1.12.1
15892026-05-20T15:59:46.162Z Downloaded hickory-proto v0.24.4
15902026-05-20T15:59:46.170Z Downloaded nix v0.31.3
15912026-05-20T15:59:46.181Z Downloaded hickory-proto v0.25.2
15922026-05-20T15:59:46.185Z Downloaded unicode-width v0.2.2
15932026-05-20T15:59:46.189Z Downloaded unicode-width v0.1.14
15942026-05-20T15:59:46.192Z Downloaded rustls v0.22.4
15952026-05-20T15:59:46.198Z Downloaded smoltcp v0.11.0
15962026-05-20T15:59:46.204Z Downloaded zerocopy v0.8.48
15972026-05-20T15:59:46.215Z Downloaded regress v0.11.1
15982026-05-20T15:59:46.221Z Downloaded rustls v0.23.40
15992026-05-20T15:59:46.226Z Downloaded rustix v0.38.44
16002026-05-20T15:59:46.238Z Downloaded rustix v1.1.4
16012026-05-20T15:59:46.250Z Downloaded regex-syntax v0.8.10
16022026-05-20T15:59:46.255Z Downloaded regress v0.10.5
16032026-05-20T15:59:46.260Z Downloaded openapiv3 v2.2.0
16042026-05-20T15:59:46.266Z Downloaded syn v2.0.117
16052026-05-20T15:59:46.272Z Downloaded rhai v1.24.0
16062026-05-20T15:59:46.278Z Downloaded typify-impl v0.4.3
16072026-05-20T15:59:46.285Z Downloaded dropshot v0.17.0
16082026-05-20T15:59:46.297Z Downloaded typify-impl v0.6.2
16092026-05-20T15:59:46.304Z Downloaded async-compression v0.4.42
16102026-05-20T15:59:46.307Z Downloaded allocator-api2 v0.2.21
16112026-05-20T15:59:46.311Z Downloaded console v0.15.11
16122026-05-20T15:59:46.311Z Downloaded fixedbitset v0.4.2
16132026-05-20T15:59:46.314Z Downloaded find-msvc-tools v0.1.9
16142026-05-20T15:59:46.314Z Downloaded compression-codecs v0.4.38
16152026-05-20T15:59:46.314Z Downloaded ciborium-ll v0.2.2
16162026-05-20T15:59:46.314Z Downloaded anstyle-parse v1.0.0
16172026-05-20T15:59:46.317Z Downloaded adler2 v2.0.1
16182026-05-20T15:59:46.321Z Downloaded tracing v0.1.44
16192026-05-20T15:59:46.330Z Downloaded sled v0.34.7
16202026-05-20T15:59:46.335Z Downloaded petgraph v0.6.5
16212026-05-20T15:59:46.346Z Downloaded jiff v0.2.24
16222026-05-20T15:59:46.356Z Downloaded chrono-tz v0.10.4
16232026-05-20T15:59:46.365Z Downloaded regex-automata v0.4.14
16242026-05-20T15:59:46.373Z Downloaded petgraph v0.8.3
16252026-05-20T15:59:46.384Z Downloaded csv v1.4.0
16262026-05-20T15:59:46.405Z Downloaded lzma-sys v0.1.20
16272026-05-20T15:59:46.428Z Downloaded libc v0.2.186
16282026-05-20T15:59:46.453Z Downloaded sha3 v0.10.9
16292026-05-20T15:59:46.461Z Downloaded tokio v1.52.3
16302026-05-20T15:59:46.511Z Downloaded encoding_rs v0.8.35
16312026-05-20T15:59:46.526Z Downloaded ring v0.17.14
16322026-05-20T15:59:46.939Z Downloaded aws-lc-sys v0.41.0
16332026-05-20T15:59:47.335Z Compiling proc-macro2 v1.0.106
16342026-05-20T15:59:47.335Z Compiling quote v1.0.45
16352026-05-20T15:59:47.335Z Compiling unicode-ident v1.0.24
16362026-05-20T15:59:47.338Z Compiling serde_core v1.0.228
16372026-05-20T15:59:47.339Z Compiling serde v1.0.228
16382026-05-20T15:59:47.339Z Compiling libc v0.2.186
16392026-05-20T15:59:47.339Z Compiling cfg-if v1.0.4
16402026-05-20T15:59:47.638Z Compiling zmij v1.0.21
16412026-05-20T15:59:47.654Z Compiling autocfg v1.5.0
16422026-05-20T15:59:47.988Z Compiling memchr v2.8.0
16432026-05-20T15:59:48.032Z Compiling libm v0.2.16
16442026-05-20T15:59:48.371Z Compiling itoa v1.0.18
16452026-05-20T15:59:48.419Z Compiling icu_normalizer_data v2.2.0
16462026-05-20T15:59:48.526Z Compiling icu_properties_data v2.2.0
16472026-05-20T15:59:48.650Z Compiling version_check v0.9.5
16482026-05-20T15:59:48.663Z Compiling stable_deref_trait v1.2.1
16492026-05-20T15:59:48.765Z Compiling serde_json v1.0.149
16502026-05-20T15:59:48.800Z Compiling syn v2.0.117
16512026-05-20T15:59:48.921Z Compiling thiserror v2.0.18
16522026-05-20T15:59:49.127Z Compiling writeable v0.6.3
16532026-05-20T15:59:49.239Z Compiling litemap v0.8.2
16542026-05-20T15:59:49.272Z Compiling parking_lot_core v0.9.12
16552026-05-20T15:59:49.288Z Compiling utf8_iter v1.0.4
16562026-05-20T15:59:49.460Z Compiling num-traits v0.2.19
16572026-05-20T15:59:49.476Z Compiling percent-encoding v2.3.2
16582026-05-20T15:59:49.591Z Compiling getrandom v0.4.2
16592026-05-20T15:59:49.712Z Compiling form_urlencoded v1.2.2
16602026-05-20T15:59:49.781Z Compiling rand_core v0.10.1
16612026-05-20T15:59:49.911Z Compiling jobserver v0.1.34
16622026-05-20T15:59:49.929Z Compiling find-msvc-tools v0.1.9
16632026-05-20T15:59:50.069Z Compiling shlex v1.3.0
16642026-05-20T15:59:50.163Z Compiling heck v0.5.0
16652026-05-20T15:59:50.233Z Compiling cc v1.2.62
16662026-05-20T15:59:50.322Z Compiling errno v0.3.14
16672026-05-20T15:59:50.492Z Compiling zerocopy v0.8.48
16682026-05-20T15:59:50.510Z Compiling iana-time-zone v0.1.65
16692026-05-20T15:59:50.876Z Compiling uuid v1.23.1
16702026-05-20T15:59:50.913Z Compiling semver v1.0.28
16712026-05-20T15:59:51.172Z Compiling getrandom v0.2.17
16722026-05-20T15:59:51.330Z Compiling dyn-clone v1.0.20
16732026-05-20T15:59:51.400Z Compiling schemars v0.8.22
16742026-05-20T15:59:51.479Z Compiling pin-project-lite v0.2.17
16752026-05-20T15:59:51.482Z Compiling rustversion v1.0.22
16762026-05-20T15:59:51.512Z Compiling scopeguard v1.2.0
16772026-05-20T15:59:51.626Z Compiling lock_api v0.4.14
16782026-05-20T15:59:51.627Z Compiling socket2 v0.6.3
16792026-05-20T15:59:51.658Z Compiling bitflags v2.11.1
16802026-05-20T15:59:51.696Z Compiling signal-hook-registry v1.4.8
16812026-05-20T15:59:51.872Z Compiling synstructure v0.13.2
16822026-05-20T15:59:51.890Z Compiling serde_derive_internals v0.29.1
16832026-05-20T15:59:52.081Z Compiling mio v1.2.0
16842026-05-20T15:59:52.175Z Compiling log v0.4.29
16852026-05-20T15:59:52.408Z Compiling portable-atomic v1.13.1
16862026-05-20T15:59:52.438Z Compiling subtle v2.6.1
16872026-05-20T15:59:52.510Z Compiling equivalent v1.0.2
16882026-05-20T15:59:52.637Z Compiling futures-core v0.3.32
16892026-05-20T15:59:52.669Z Compiling critical-section v1.2.0
16902026-05-20T15:59:52.703Z Compiling ring v0.17.14
16912026-05-20T15:59:52.743Z Compiling cmake v0.1.58
16922026-05-20T15:59:52.778Z Compiling fs_extra v1.3.0
16932026-05-20T15:59:52.794Z Compiling dunce v1.0.5
16942026-05-20T15:59:52.810Z Compiling httparse v1.10.1
16952026-05-20T15:59:52.826Z Compiling futures-sink v0.3.32
16962026-05-20T15:59:52.888Z Compiling slab v0.4.12
16972026-05-20T15:59:52.934Z Compiling rand_core v0.6.4
16982026-05-20T15:59:52.994Z Compiling serde_derive v1.0.228
16992026-05-20T15:59:53.025Z Compiling zerofrom-derive v0.1.7
17002026-05-20T15:59:53.070Z Compiling yoke-derive v0.8.2
17012026-05-20T15:59:53.090Z Compiling zerovec-derive v0.11.3
17022026-05-20T15:59:53.159Z Compiling displaydoc v0.2.5
17032026-05-20T15:59:53.178Z Compiling schemars_derive v0.8.22
17042026-05-20T15:59:53.227Z Compiling thiserror-impl v2.0.18
17052026-05-20T15:59:53.597Z Compiling tokio-macros v2.7.0
17062026-05-20T15:59:53.901Z Compiling zerocopy-derive v0.8.48
17072026-05-20T15:59:54.132Z Compiling zeroize_derive v1.4.3
17082026-05-20T15:59:54.206Z Compiling futures-macro v0.3.32
17092026-05-20T15:59:54.226Z Compiling zerofrom v0.1.8
17102026-05-20T15:59:54.349Z Compiling yoke v0.8.2
17112026-05-20T15:59:54.365Z Compiling once_cell v1.21.4
17122026-05-20T15:59:54.424Z Compiling aws-lc-sys v0.41.0
17132026-05-20T15:59:54.576Z Compiling zerovec v0.11.6
17142026-05-20T15:59:54.585Z Compiling zerotrie v0.2.4
17152026-05-20T15:59:54.813Z Compiling zeroize v1.8.2
17162026-05-20T15:59:54.840Z Compiling futures-channel v0.3.32
17172026-05-20T15:59:55.001Z Compiling ucd-trie v0.1.7
17182026-05-20T15:59:55.043Z Compiling rustix v1.1.4
17192026-05-20T15:59:55.060Z Compiling thiserror v1.0.69
17202026-05-20T15:59:55.087Z Compiling tinystr v0.8.3
17212026-05-20T15:59:55.138Z Compiling potential_utf v0.1.5
17222026-05-20T15:59:55.226Z Compiling pest v2.8.6
17232026-05-20T15:59:55.299Z Compiling icu_locale_core v2.2.0
17242026-05-20T15:59:55.315Z Compiling icu_collections v2.2.0
17252026-05-20T15:59:55.347Z Compiling regex-syntax v0.8.10
17262026-05-20T15:59:55.395Z Compiling futures-task v0.3.32
17272026-05-20T15:59:55.424Z Compiling futures-io v0.3.32
17282026-05-20T15:59:55.562Z Compiling futures-util v0.3.32
17292026-05-20T15:59:55.623Z Compiling thiserror-impl v1.0.69
17302026-05-20T15:59:56.259Z Compiling smallvec v1.15.1
17312026-05-20T15:59:56.411Z Compiling bytes v1.11.1
17322026-05-20T15:59:56.531Z Compiling icu_provider v2.2.0
17332026-05-20T15:59:56.579Z Compiling chrono v0.4.44
17342026-05-20T15:59:56.766Z Compiling serde_tokenstream v0.2.3
17352026-05-20T15:59:57.059Z Compiling icu_properties v2.2.0
17362026-05-20T15:59:57.127Z Compiling icu_normalizer v2.2.0
17372026-05-20T15:59:57.642Z Compiling parking_lot v0.12.5
17382026-05-20T15:59:57.953Z Compiling idna_adapter v1.2.2
17392026-05-20T15:59:58.094Z Compiling idna v1.1.0
17402026-05-20T15:59:58.113Z Compiling tokio v1.52.3
17412026-05-20T15:59:58.183Z Compiling pest_meta v2.8.6
17422026-05-20T15:59:58.283Z Compiling aho-corasick v1.1.4
17432026-05-20T15:59:58.504Z Compiling url v2.5.8
17442026-05-20T15:59:58.544Z Compiling hashbrown v0.17.1
17452026-05-20T15:59:58.598Z Compiling generic-array v0.14.7
17462026-05-20T15:59:58.873Z Compiling pest_generator v2.8.6
17472026-05-20T15:59:59.442Z Compiling indexmap v2.14.0
17482026-05-20T15:59:59.519Z Compiling pest_derive v2.8.6
17492026-05-20T15:59:59.674Z Compiling regex-automata v0.4.14
17502026-05-20T16:00:00.095Z Compiling getrandom v0.3.4
17512026-05-20T16:00:00.278Z Compiling ipnetwork v0.21.1
17522026-05-20T16:00:00.502Z Compiling tracing-core v0.1.36
17532026-05-20T16:00:00.520Z Compiling tracing-attributes v0.1.31
17542026-05-20T16:00:01.093Z Compiling strsim v0.11.1
17552026-05-20T16:00:01.386Z Compiling regex v1.12.3
17562026-05-20T16:00:01.404Z Compiling typenum v1.20.0
17572026-05-20T16:00:01.728Z Compiling tracing v0.1.44
17582026-05-20T16:00:02.088Z Compiling rustls-pki-types v1.14.1
17592026-05-20T16:00:02.487Z Compiling base64 v0.22.1
17602026-05-20T16:00:02.615Z Compiling fnv v1.0.7
17612026-05-20T16:00:02.729Z Compiling byteorder v1.5.0
17622026-05-20T16:00:02.917Z Compiling http v1.4.0
17632026-05-20T16:00:02.980Z Compiling ident_case v1.0.1
17642026-05-20T16:00:03.112Z Compiling slog v2.8.2
17652026-05-20T16:00:03.608Z Compiling paste v1.0.15
17662026-05-20T16:00:03.626Z Compiling untrusted v0.9.0
17672026-05-20T16:00:03.716Z Compiling anyhow v1.0.102
17682026-05-20T16:00:03.818Z Compiling erased-serde v0.3.31
17692026-05-20T16:00:03.974Z Compiling omicron-workspace-hack v0.1.0
17702026-05-20T16:00:04.427Z Compiling crypto-common v0.1.7
17712026-05-20T16:00:04.578Z Compiling tokio-util v0.7.18
17722026-05-20T16:00:04.597Z Compiling scroll_derive v0.13.1
17732026-05-20T16:00:04.798Z Compiling num-conv v0.2.1
17742026-05-20T16:00:04.950Z Compiling ipnet v2.12.0
17752026-05-20T16:00:05.002Z Compiling time-core v0.1.8
17762026-05-20T16:00:05.148Z Compiling time-macros v0.2.27
17772026-05-20T16:00:05.431Z Compiling oxnet v0.1.5
17782026-05-20T16:00:06.095Z Compiling http-body v1.0.1
17792026-05-20T16:00:06.308Z Compiling atomic-waker v1.1.2
17802026-05-20T16:00:06.955Z Compiling ppv-lite86 v0.2.21
17812026-05-20T16:00:07.144Z Compiling daft-derive v0.1.7
17822026-05-20T16:00:07.193Z Compiling async-trait v0.1.89
17832026-05-20T16:00:07.232Z Compiling aws-lc-rs v1.17.0
17842026-05-20T16:00:07.297Z Compiling ryu v1.0.23
17852026-05-20T16:00:07.545Z Compiling tower-service v0.3.3
17862026-05-20T16:00:07.579Z Compiling camino v1.2.2
17872026-05-20T16:00:07.642Z Compiling try-lock v0.2.5
17882026-05-20T16:00:07.758Z Compiling crc32fast v1.5.0
17892026-05-20T16:00:07.875Z Compiling tower-layer v0.3.3
17902026-05-20T16:00:08.063Z Compiling want v0.3.1
17912026-05-20T16:00:08.171Z Compiling h2 v0.4.14
17922026-05-20T16:00:08.230Z Compiling httpdate v1.0.3
17932026-05-20T16:00:08.369Z Compiling crossbeam-utils v0.8.21
17942026-05-20T16:00:08.589Z Compiling pretty-hex v0.4.2
17952026-05-20T16:00:08.682Z Compiling usdt-impl v0.6.0
17962026-05-20T16:00:08.945Z Compiling scroll v0.13.0
17972026-05-20T16:00:09.096Z Compiling block-buffer v0.10.4
17982026-05-20T16:00:09.215Z Compiling plain v0.2.3
17992026-05-20T16:00:09.264Z Compiling untrusted v0.7.1
18002026-05-20T16:00:09.330Z Compiling goblin v0.10.5
18012026-05-20T16:00:09.406Z Compiling digest v0.10.7
18022026-05-20T16:00:10.123Z Compiling foldhash v0.2.0
18032026-05-20T16:00:10.347Z Compiling slog-async v2.8.0
18042026-05-20T16:00:10.403Z Compiling hyper v1.9.0
18052026-05-20T16:00:10.648Z Compiling rustls v0.23.40
18062026-05-20T16:00:11.142Z Compiling allocator-api2 v0.2.21
18072026-05-20T16:00:11.520Z Compiling hashbrown v0.16.1
18082026-05-20T16:00:12.217Z Compiling hyper-util v0.1.20
18092026-05-20T16:00:12.910Z Compiling dof v0.4.0
18102026-05-20T16:00:13.450Z Compiling serde_urlencoded v0.7.1
18112026-05-20T16:00:13.665Z Compiling http-body-util v0.1.3
18122026-05-20T16:00:13.750Z Compiling dtrace-parser v0.3.0
18132026-05-20T16:00:13.891Z Compiling thread-id v5.1.0
18142026-05-20T16:00:13.942Z Compiling ref-cast v1.0.25
18152026-05-20T16:00:14.578Z Compiling rustls v0.22.4
18162026-05-20T16:00:14.812Z Compiling rand_core v0.9.5
18172026-05-20T16:00:14.883Z Compiling ref-cast-impl v1.0.25
18182026-05-20T16:00:15.231Z Compiling syn v1.0.109
18192026-05-20T16:00:15.472Z Compiling usdt-attr-macro v0.6.0
18202026-05-20T16:00:15.489Z Compiling usdt-macro v0.6.0
18212026-05-20T16:00:15.877Z Compiling structmeta-derive v0.3.0
18222026-05-20T16:00:15.946Z Compiling sync_wrapper v1.0.2
18232026-05-20T16:00:16.060Z Compiling multer v3.1.0
18242026-05-20T16:00:16.362Z Compiling powerfmt v0.2.0
18252026-05-20T16:00:16.468Z Compiling tower v0.5.3
18262026-05-20T16:00:16.522Z Compiling deranged v0.5.8
18272026-05-20T16:00:16.910Z Compiling structmeta v0.3.0
18282026-05-20T16:00:17.025Z Compiling rand_chacha v0.9.0
18292026-05-20T16:00:17.111Z Compiling darling_core v0.23.0
18302026-05-20T16:00:17.192Z Compiling webpki-roots v1.0.7
18312026-05-20T16:00:17.563Z Compiling openapiv3 v2.2.0
18322026-05-20T16:00:17.615Z Compiling newtype-uuid-macros v0.1.0
18332026-05-20T16:00:18.408Z Compiling cpufeatures v0.2.17
18342026-05-20T16:00:18.652Z Compiling num_threads v0.1.7
18352026-05-20T16:00:18.903Z Compiling time v0.3.47
18362026-05-20T16:00:19.155Z Compiling darling_macro v0.23.0
18372026-05-20T16:00:19.746Z Compiling rand v0.9.4
18382026-05-20T16:00:19.749Z Compiling tower-http v0.6.10
18392026-05-20T16:00:19.901Z Compiling newtype-uuid v1.3.2
18402026-05-20T16:00:20.425Z Compiling strum_macros v0.26.4
18412026-05-20T16:00:20.466Z Compiling async-stream-impl v0.3.6
18422026-05-20T16:00:20.859Z Compiling dropshot v0.17.0
18432026-05-20T16:00:21.083Z Compiling hex v0.4.3
18442026-05-20T16:00:21.209Z Compiling daft v0.1.7
18452026-05-20T16:00:21.364Z Compiling darling v0.23.0
18462026-05-20T16:00:21.452Z Compiling crossbeam-channel v0.5.15
18472026-05-20T16:00:21.497Z Compiling fastrand v2.4.1
18482026-05-20T16:00:21.817Z Compiling serde_with_macros v3.20.0
18492026-05-20T16:00:22.110Z Compiling futures-executor v0.3.32
18502026-05-20T16:00:22.328Z Compiling dropshot_endpoint v0.17.0
18512026-05-20T16:00:22.349Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18522026-05-20T16:00:22.574Z Compiling thread_local v1.1.9
18532026-05-20T16:00:22.908Z Compiling futures v0.3.32
18542026-05-20T16:00:22.923Z Compiling derive-ex v0.1.8
18552026-05-20T16:00:23.044Z Compiling strum_macros v0.27.2
18562026-05-20T16:00:23.059Z Compiling is-terminal v0.4.17
18572026-05-20T16:00:23.132Z Compiling term v1.2.1
18582026-05-20T16:00:23.159Z Compiling take_mut v0.2.2
18592026-05-20T16:00:23.274Z Compiling winnow v1.0.3
18602026-05-20T16:00:23.947Z Compiling openssl-probe v0.2.1
18612026-05-20T16:00:24.207Z Compiling rustls-native-certs v0.8.3
18622026-05-20T16:00:24.492Z Compiling test-strategy v0.4.5
18632026-05-20T16:00:24.729Z Compiling slog-term v2.9.2
18642026-05-20T16:00:24.983Z Compiling tempfile v3.27.0
18652026-05-20T16:00:25.871Z Compiling macaddr v1.0.1
18662026-05-20T16:00:26.052Z Compiling adler2 v2.0.1
18672026-05-20T16:00:26.070Z Compiling simd-adler32 v0.3.9
18682026-05-20T16:00:26.215Z Compiling match_cfg v0.1.0
18692026-05-20T16:00:26.291Z Compiling hostname v0.3.1
18702026-05-20T16:00:26.309Z Compiling miniz_oxide v0.8.9
18712026-05-20T16:00:26.895Z Compiling slog-json v2.6.1
18722026-05-20T16:00:27.197Z Compiling memmap2 v0.9.10
18732026-05-20T16:00:27.481Z Compiling usdt v0.6.0
18742026-05-20T16:00:27.679Z Compiling slog-bunyan v2.5.0
18752026-05-20T16:00:27.771Z Compiling flate2 v1.1.9
18762026-05-20T16:00:27.852Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18772026-05-20T16:00:27.902Z Compiling rustls-webpki v0.102.8
18782026-05-20T16:00:28.096Z Compiling compression-core v0.4.32
18792026-05-20T16:00:28.268Z Compiling either v1.15.0
18802026-05-20T16:00:28.285Z Compiling debug-ignore v1.0.5
18812026-05-20T16:00:28.488Z Compiling compression-codecs v0.4.38
18822026-05-20T16:00:28.850Z Compiling toml_parser v1.1.2+spec-1.1.0
18832026-05-20T16:00:28.988Z Compiling parse-display-derive v0.10.0
18842026-05-20T16:00:29.748Z Compiling rand_chacha v0.3.1
18852026-05-20T16:00:29.810Z Compiling toml_datetime v1.1.1+spec-1.1.0
18862026-05-20T16:00:29.919Z Compiling serde_spanned v1.1.1
18872026-05-20T16:00:30.231Z Compiling encoding_rs v0.8.35
18882026-05-20T16:00:30.371Z Compiling spin v0.9.8
18892026-05-20T16:00:30.522Z Compiling mime v0.3.17
18902026-05-20T16:00:30.547Z Compiling toml_writer v1.1.1+spec-1.1.0
18912026-05-20T16:00:30.666Z Compiling tokio-rustls v0.25.0
18922026-05-20T16:00:30.754Z Compiling toml v1.1.2+spec-1.1.0
18932026-05-20T16:00:30.910Z Compiling rand v0.8.6
18942026-05-20T16:00:30.995Z Compiling async-compression v0.4.42
18952026-05-20T16:00:31.668Z Compiling strum v0.26.3
18962026-05-20T16:00:31.808Z Compiling async-stream v0.3.6
18972026-05-20T16:00:32.062Z Compiling sha1 v0.10.6
18982026-05-20T16:00:32.458Z Compiling waitgroup v0.1.2
18992026-05-20T16:00:32.629Z Compiling rustls-pemfile v2.2.0
19002026-05-20T16:00:32.644Z Compiling serde_path_to_error v0.1.20
19012026-05-20T16:00:32.908Z Compiling wait-timeout v0.2.1
19022026-05-20T16:00:33.088Z Compiling hostname v0.4.2
19032026-05-20T16:00:33.256Z Compiling quick-error v1.2.3
19042026-05-20T16:00:33.368Z Compiling bit-vec v0.8.0
19052026-05-20T16:00:33.527Z Compiling rusty-fork v0.3.1
19062026-05-20T16:00:33.671Z Compiling bit-set v0.8.0
19072026-05-20T16:00:33.937Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19082026-05-20T16:00:34.355Z Compiling serde_with v3.20.0
19092026-05-20T16:00:34.373Z Compiling rand_xorshift v0.4.0
19102026-05-20T16:00:34.503Z Compiling regress v0.10.5
19112026-05-20T16:00:34.538Z Compiling unarray v0.1.4
19122026-05-20T16:00:34.666Z Compiling proptest v1.11.0
19132026-05-20T16:00:35.386Z Compiling strum v0.27.2
19142026-05-20T16:00:35.527Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19152026-05-20T16:00:35.678Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19162026-05-20T16:00:35.745Z Compiling instant v0.1.13
19172026-05-20T16:00:36.282Z Compiling rustc-hash v2.1.2
19182026-05-20T16:00:36.421Z Compiling iddqd v0.3.18
19192026-05-20T16:00:37.163Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19202026-05-20T16:00:37.615Z Compiling itertools v0.14.0
19212026-05-20T16:00:38.663Z Compiling unicode-width v0.2.2
19222026-05-20T16:00:39.006Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19232026-05-20T16:00:39.116Z Compiling backon v1.6.0
19242026-05-20T16:00:39.751Z Compiling backoff v0.4.0
19252026-05-20T16:00:40.350Z Compiling parse-display v0.10.0
19262026-05-20T16:00:40.422Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19272026-05-20T16:00:43.338Z Compiling regress v0.11.1
19282026-05-20T16:00:44.385Z Compiling zerocopy-derive v0.7.35
19292026-05-20T16:00:45.024Z Compiling typify-impl v0.6.2
19302026-05-20T16:00:45.755Z Compiling darling_core v0.21.3
19312026-05-20T16:00:46.482Z Compiling clap_derive v4.6.1
19322026-05-20T16:00:46.838Z Compiling convert_case v0.4.0
19332026-05-20T16:00:47.128Z Compiling utf8parse v0.2.2
19342026-05-20T16:00:47.243Z Compiling anstyle-parse v1.0.0
19352026-05-20T16:00:47.461Z Compiling derive_more v0.99.20
19362026-05-20T16:00:47.774Z Compiling darling_macro v0.21.3
19372026-05-20T16:00:48.237Z Compiling typify-macro v0.6.2
19382026-05-20T16:00:48.588Z Compiling terminal_size v0.4.4
19392026-05-20T16:00:48.679Z Compiling toml_datetime v0.6.11
19402026-05-20T16:00:48.909Z Compiling colorchoice v1.0.5
19412026-05-20T16:00:49.035Z Compiling is_terminal_polyfill v1.70.2
19422026-05-20T16:00:49.249Z Compiling anstyle-query v1.1.5
19432026-05-20T16:00:49.356Z Compiling anstyle v1.0.14
19442026-05-20T16:00:49.622Z Compiling anstream v1.0.0
19452026-05-20T16:00:50.104Z Compiling darling v0.21.3
19462026-05-20T16:00:50.201Z Compiling secrecy v0.10.3
19472026-05-20T16:00:50.232Z Compiling unsafe-libyaml v0.2.11
19482026-05-20T16:00:50.311Z Compiling tinyvec_macros v0.1.1
19492026-05-20T16:00:50.442Z Compiling heapless v0.8.0
19502026-05-20T16:00:50.573Z Compiling clap_lex v1.1.0
19512026-05-20T16:00:50.615Z Compiling crucible-workspace-hack v0.1.0
19522026-05-20T16:00:51.095Z Compiling clap_builder v4.6.0
19532026-05-20T16:00:51.111Z Compiling serde_yaml v0.9.34+deprecated
19542026-05-20T16:00:51.207Z Compiling tinyvec v1.11.0
19552026-05-20T16:00:51.786Z Compiling ingot-macros v0.1.1
19562026-05-20T16:00:51.786Z Compiling zerocopy v0.7.35
19572026-05-20T16:00:52.315Z Compiling hash32 v0.3.1
19582026-05-20T16:00:52.346Z Compiling scroll_derive v0.12.1
19592026-05-20T16:00:52.463Z Compiling rustc_version v0.4.1
19602026-05-20T16:00:52.482Z Compiling num-integer v0.1.46
19612026-05-20T16:00:52.723Z Compiling usdt-impl v0.5.0
19622026-05-20T16:00:52.955Z Compiling smoltcp v0.11.0
19632026-05-20T16:00:53.051Z Compiling scroll v0.12.0
19642026-05-20T16:00:53.098Z Compiling clap v4.6.1
19652026-05-20T16:00:53.183Z Compiling curve25519-dalek v4.1.3
19662026-05-20T16:00:53.644Z Compiling dof v0.3.0
19672026-05-20T16:00:54.380Z Compiling ingot-types v0.1.2
19682026-05-20T16:00:54.454Z Compiling typify v0.6.2
19692026-05-20T16:00:54.546Z Compiling dtrace-parser v0.2.0
19702026-05-20T16:00:54.732Z Compiling hmac v0.12.1
19712026-05-20T16:00:54.834Z Compiling inout v0.1.4
19722026-05-20T16:00:54.863Z Compiling cobs v0.3.0
19732026-05-20T16:00:54.885Z Compiling ff v0.13.1
19742026-05-20T16:00:55.030Z Compiling thread-id v4.2.2
19752026-05-20T16:00:55.114Z Compiling bitflags v1.3.2
19762026-05-20T16:00:55.220Z Compiling managed v0.8.0
19772026-05-20T16:00:55.730Z Compiling group v0.13.0
19782026-05-20T16:00:55.730Z Compiling postcard v1.1.3
19792026-05-20T16:00:55.848Z Compiling cipher v0.4.4
19802026-05-20T16:00:56.095Z Compiling hkdf v0.12.4
19812026-05-20T16:00:56.111Z Compiling ingot v0.1.1
19822026-05-20T16:00:58.318Z Compiling goblin v0.8.2
19832026-05-20T16:00:58.551Z Compiling num-iter v0.1.45
19842026-05-20T16:00:58.681Z Compiling num-rational v0.4.2
19852026-05-20T16:00:59.932Z Compiling tabwriter v1.4.1
19862026-05-20T16:01:00.136Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19872026-05-20T16:01:00.277Z Compiling hubpack_derive v0.1.1
19882026-05-20T16:01:00.724Z Compiling thiserror-impl-no-std v2.0.2
19892026-05-20T16:01:00.901Z Compiling crossbeam-epoch v0.9.18
19902026-05-20T16:01:00.918Z Compiling universal-hash v0.5.1
19912026-05-20T16:01:01.057Z Compiling crypto-bigint v0.5.5
19922026-05-20T16:01:01.383Z Compiling half v2.7.1
19932026-05-20T16:01:01.400Z Compiling curve25519-dalek-derive v0.1.1
19942026-05-20T16:01:01.727Z Compiling num-complex v0.4.6
19952026-05-20T16:01:02.619Z Compiling opaque-debug v0.3.1
19962026-05-20T16:01:02.697Z Compiling ciborium-io v0.2.2
19972026-05-20T16:01:02.798Z Compiling base64ct v1.8.3
19982026-05-20T16:01:03.010Z Compiling prettyplease v0.2.37
19992026-05-20T16:01:03.241Z Compiling base16ct v0.2.0
20002026-05-20T16:01:03.441Z Compiling elliptic-curve v0.13.8
20012026-05-20T16:01:03.647Z Compiling password-hash v0.5.0
20022026-05-20T16:01:04.438Z Compiling ciborium-ll v0.2.2
20032026-05-20T16:01:04.621Z Compiling poly1305 v0.8.0
20042026-05-20T16:01:05.005Z Compiling num v0.4.3
20052026-05-20T16:01:05.086Z Compiling thiserror-no-std v2.0.2
20062026-05-20T16:01:05.224Z Compiling hubpack v0.1.2
20072026-05-20T16:01:06.155Z Compiling chacha20 v0.9.1
20082026-05-20T16:01:06.610Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20092026-05-20T16:01:06.704Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20102026-05-20T16:01:07.214Z Compiling reqwest v0.12.28
20112026-05-20T16:01:07.786Z Compiling toml_edit v0.25.11+spec-1.1.0
20122026-05-20T16:01:08.129Z Compiling byte-wrapper v0.1.0
20132026-05-20T16:01:08.236Z Compiling blake2 v0.10.6
20142026-05-20T16:01:08.650Z Compiling aead v0.5.2
20152026-05-20T16:01:08.723Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20162026-05-20T16:01:08.826Z Compiling serde_repr v0.1.20
20172026-05-20T16:01:09.207Z Compiling proc-macro-error-attr v1.0.4
20182026-05-20T16:01:09.457Z Compiling bstr v1.12.1
20192026-05-20T16:01:09.517Z Compiling memoffset v0.9.1
20202026-05-20T16:01:09.534Z Compiling keccak v0.1.6
20212026-05-20T16:01:09.771Z Compiling static_assertions v1.1.0
20222026-05-20T16:01:09.803Z Compiling rustix v0.38.44
20232026-05-20T16:01:09.959Z Compiling float-ord v0.3.2
20242026-05-20T16:01:10.116Z Compiling cfg_aliases v0.2.1
20252026-05-20T16:01:10.197Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20262026-05-20T16:01:10.212Z Compiling nix v0.31.3
20272026-05-20T16:01:10.606Z Compiling sha3 v0.10.9
20282026-05-20T16:01:10.944Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20292026-05-20T16:01:10.996Z Compiling chacha20poly1305 v0.10.1
20302026-05-20T16:01:11.163Z Compiling argon2 v0.5.3
20312026-05-20T16:01:11.220Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20322026-05-20T16:01:12.153Z Compiling proc-macro-crate v3.5.0
20332026-05-20T16:01:13.094Z Compiling rustls-webpki v0.103.13
20342026-05-20T16:01:14.428Z Compiling progenitor-client v0.10.0
20352026-05-20T16:01:14.897Z Compiling vsss-rs v3.3.4
20362026-05-20T16:01:14.963Z Compiling ciborium v0.2.2
20372026-05-20T16:01:15.538Z Compiling usdt-macro v0.5.0
20382026-05-20T16:01:15.665Z Compiling usdt-attr-macro v0.5.0
20392026-05-20T16:01:16.804Z Compiling enum-as-inner v0.6.1
20402026-05-20T16:01:16.877Z Compiling num-derive v0.4.2
20412026-05-20T16:01:17.013Z Compiling proc-macro-error v1.0.4
20422026-05-20T16:01:17.278Z Compiling memmap v0.7.0
20432026-05-20T16:01:17.399Z Compiling tokio-rustls v0.26.4
20442026-05-20T16:01:17.506Z Compiling rustls-platform-verifier v0.7.0
20452026-05-20T16:01:17.694Z Compiling hyper-rustls v0.27.9
20462026-05-20T16:01:17.735Z Compiling winnow v0.5.40
20472026-05-20T16:01:17.959Z Compiling reqwest v0.13.3
20482026-05-20T16:01:18.263Z Compiling data-encoding v2.11.0
20492026-05-20T16:01:19.351Z Compiling indent_write v2.2.0
20502026-05-20T16:01:19.391Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20512026-05-20T16:01:19.391Z Compiling progenitor-client v0.14.0
20522026-05-20T16:01:19.861Z Compiling progenitor-extras v0.2.0
20532026-05-20T16:01:19.955Z Compiling toml_edit v0.19.15
20542026-05-20T16:01:20.082Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20552026-05-20T16:01:20.941Z Compiling usdt v0.5.0
20562026-05-20T16:01:21.801Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20572026-05-20T16:01:21.815Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20582026-05-20T16:01:21.815Z Compiling num_enum_derive v0.7.6
20592026-05-20T16:01:21.947Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20602026-05-20T16:01:23.033Z Compiling serde_spanned v0.6.9
20612026-05-20T16:01:23.456Z Compiling foreign-types-macros v0.2.3
20622026-05-20T16:01:24.153Z Compiling bytecount v0.6.9
20632026-05-20T16:01:24.247Z Compiling cpufeatures v0.3.0
20642026-05-20T16:01:24.341Z Compiling toml_write v0.1.2
20652026-05-20T16:01:24.553Z Compiling foreign-types-shared v0.3.1
20662026-05-20T16:01:24.585Z Compiling winnow v0.7.15
20672026-05-20T16:01:24.665Z Compiling pkg-config v0.3.33
20682026-05-20T16:01:25.184Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20692026-05-20T16:01:26.073Z Compiling colored v3.1.1
20702026-05-20T16:01:28.360Z Compiling vcpkg v0.2.15
20712026-05-20T16:01:30.223Z Compiling openssl-sys v0.9.116
20722026-05-20T16:01:30.807Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20732026-05-20T16:01:31.020Z Compiling toml_edit v0.22.27
20742026-05-20T16:01:31.208Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20752026-05-20T16:01:32.545Z Compiling foreign-types v0.5.0
20762026-05-20T16:01:32.640Z Compiling chacha20 v0.10.0
20772026-05-20T16:01:33.389Z Compiling num_enum v0.7.6
20782026-05-20T16:01:33.524Z Compiling proc-macro-crate v1.3.1
20792026-05-20T16:01:34.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20802026-05-20T16:01:34.756Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20812026-05-20T16:01:34.882Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20822026-05-20T16:01:34.924Z Compiling cstr-argument v0.1.2
20832026-05-20T16:01:34.963Z Compiling unicode-segmentation v1.13.2
20842026-05-20T16:01:35.153Z Compiling heck v0.4.1
20852026-05-20T16:01:35.284Z Compiling semver v0.1.20
20862026-05-20T16:01:35.365Z Compiling linked-hash-map v0.5.6
20872026-05-20T16:01:35.452Z Compiling rayon-core v1.13.0
20882026-05-20T16:01:35.562Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20892026-05-20T16:01:35.584Z Compiling swrite v0.1.0
20902026-05-20T16:01:35.602Z Compiling resolv-conf v0.7.6
20912026-05-20T16:01:35.702Z Compiling lru-cache v0.1.2
20922026-05-20T16:01:35.841Z Compiling rustc_version v0.1.7
20932026-05-20T16:01:35.859Z Compiling newline-converter v0.3.0
20942026-05-20T16:01:36.002Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952026-05-20T16:01:36.022Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20962026-05-20T16:01:36.045Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20972026-05-20T16:01:36.297Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20982026-05-20T16:01:36.316Z Compiling num_enum_derive v0.5.11
20992026-05-20T16:01:36.428Z Compiling rand v0.10.1
21002026-05-20T16:01:36.541Z Compiling toml v0.8.23
21012026-05-20T16:01:37.178Z Compiling atomicwrites v0.4.4
21022026-05-20T16:01:37.195Z Compiling hickory-proto v0.24.4
21032026-05-20T16:01:37.234Z Compiling similar v2.7.0
21042026-05-20T16:01:37.316Z Compiling crossbeam-deque v0.8.6
21052026-05-20T16:01:37.347Z Compiling progenitor-impl v0.14.0
21062026-05-20T16:01:37.459Z Compiling progenitor-impl v0.13.0
21072026-05-20T16:01:37.546Z Compiling console v0.15.11
21082026-05-20T16:01:37.708Z Compiling camino-tempfile v1.4.1
21092026-05-20T16:01:38.129Z Compiling serde-big-array v0.5.1
21102026-05-20T16:01:38.315Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21112026-05-20T16:01:38.826Z Compiling derive-where v1.6.1
21122026-05-20T16:01:38.854Z Compiling pin-project-internal v1.1.13
21132026-05-20T16:01:39.474Z Compiling minimal-lexical v0.2.1
21142026-05-20T16:01:39.550Z Compiling lazy_static v1.5.0
21152026-05-20T16:01:39.672Z Compiling siphasher v1.0.3
21162026-05-20T16:01:39.736Z Compiling nom v7.1.3
21172026-05-20T16:01:39.892Z Compiling phf_shared v0.12.1
21182026-05-20T16:01:40.000Z Compiling pin-project v1.1.13
21192026-05-20T16:01:40.085Z Compiling progenitor-macro v0.13.0
21202026-05-20T16:01:40.118Z Compiling progenitor-macro v0.14.0
21212026-05-20T16:01:40.136Z Compiling hickory-resolver v0.24.4
21222026-05-20T16:01:40.987Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21232026-05-20T16:01:43.516Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21242026-05-20T16:01:44.327Z Compiling expectorate v1.2.0
21252026-05-20T16:01:44.549Z Compiling num_enum v0.5.11
21262026-05-20T16:01:45.533Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21272026-05-20T16:01:45.950Z Compiling newtype_derive v0.1.6
21282026-05-20T16:01:46.223Z Compiling progenitor-client v0.13.0
21292026-05-20T16:01:47.463Z Compiling unicode-normalization v0.1.25
21302026-05-20T16:01:47.728Z Compiling typify-impl v0.4.3
21312026-05-20T16:01:48.077Z Compiling tokio-stream v0.1.18
21322026-05-20T16:01:48.473Z Compiling snafu-derive v0.8.9
21332026-05-20T16:01:48.644Z Compiling async-recursion v1.1.1
21342026-05-20T16:01:49.381Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21352026-05-20T16:01:49.729Z Compiling slog-dtrace v0.3.0
21362026-05-20T16:01:50.002Z Compiling csv-core v0.1.13
21372026-05-20T16:01:50.264Z Compiling owo-colors v4.3.0
21382026-05-20T16:01:50.438Z Compiling chrono-tz v0.10.4
21392026-05-20T16:01:50.630Z Compiling unicode-width v0.1.14
21402026-05-20T16:01:50.693Z Compiling foreign-types-shared v0.1.1
21412026-05-20T16:01:50.801Z Compiling openssl v0.10.80
21422026-05-20T16:01:50.956Z Compiling konst_macro_rules v0.2.19
21432026-05-20T16:01:51.107Z Compiling highway v1.3.0
21442026-05-20T16:01:51.156Z Compiling cancel-safe-futures v0.1.5
21452026-05-20T16:01:51.160Z Compiling same-file v1.0.6
21462026-05-20T16:01:51.302Z Compiling foldhash v0.1.5
21472026-05-20T16:01:51.360Z Compiling unicode-xid v0.2.6
21482026-05-20T16:01:51.461Z Compiling hashbrown v0.15.5
21492026-05-20T16:01:51.494Z Compiling const_format_proc_macros v0.2.34
21502026-05-20T16:01:51.531Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21512026-05-20T16:01:51.808Z Compiling walkdir v2.5.0
21522026-05-20T16:01:52.123Z Compiling typify-macro v0.4.3
21532026-05-20T16:01:52.392Z Compiling konst v0.2.20
21542026-05-20T16:01:52.545Z Compiling foreign-types v0.3.2
21552026-05-20T16:01:52.724Z Compiling snafu v0.8.9
21562026-05-20T16:01:52.793Z Compiling csv v1.4.0
21572026-05-20T16:01:53.455Z Compiling qorb v0.4.1
21582026-05-20T16:01:53.591Z Compiling progenitor v0.13.0
21592026-05-20T16:01:53.712Z Compiling progenitor v0.14.0
21602026-05-20T16:01:53.747Z Compiling olpc-cjson v0.1.4
21612026-05-20T16:01:53.767Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21622026-05-20T16:01:53.866Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21632026-05-20T16:01:57.465Z Compiling rayon v1.12.0
21642026-05-20T16:01:57.603Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21652026-05-20T16:01:58.187Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21662026-05-20T16:01:59.413Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21672026-05-20T16:01:59.563Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21682026-05-20T16:01:59.696Z Compiling phf v0.12.1
21692026-05-20T16:01:59.943Z Compiling zone_cfg_derive v0.3.1
21702026-05-20T16:02:00.339Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21712026-05-20T16:02:00.674Z Compiling tokio-dtrace v0.1.1
21722026-05-20T16:02:01.010Z Compiling globset v0.4.18
21732026-05-20T16:02:01.759Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21742026-05-20T16:02:01.779Z Compiling itertools v0.12.1
21752026-05-20T16:02:01.873Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21762026-05-20T16:02:01.982Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21772026-05-20T16:02:02.131Z Compiling pem v3.0.6
21782026-05-20T16:02:02.498Z Compiling libsw-core v0.3.2
21792026-05-20T16:02:02.714Z Compiling serde_plain v1.0.2
21802026-05-20T16:02:02.811Z Compiling openssl-macros v0.1.1
21812026-05-20T16:02:02.958Z Compiling cookie v0.18.1
21822026-05-20T16:02:03.009Z Compiling sigpipe v0.1.3
21832026-05-20T16:02:03.106Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21842026-05-20T16:02:03.208Z Compiling typed-path v0.9.3
21852026-05-20T16:02:03.263Z Compiling glob v0.3.3
21862026-05-20T16:02:03.328Z Compiling fixedbitset v0.4.2
21872026-05-20T16:02:03.372Z Compiling fixedbitset v0.5.7
21882026-05-20T16:02:03.554Z Compiling jiff v0.2.24
21892026-05-20T16:02:03.686Z Compiling petgraph v0.8.3
21902026-05-20T16:02:03.689Z Compiling petgraph v0.6.5
21912026-05-20T16:02:05.484Z Compiling tough v0.22.0
21922026-05-20T16:02:05.590Z Compiling zone v0.3.1
21932026-05-20T16:02:05.626Z Compiling libsw v3.5.0
21942026-05-20T16:02:05.818Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21952026-05-20T16:02:06.103Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21962026-05-20T16:02:06.123Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21972026-05-20T16:02:06.181Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21982026-05-20T16:02:06.431Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21992026-05-20T16:02:07.308Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22002026-05-20T16:02:09.201Z Compiling oxide-tokio-rt v0.1.6
22012026-05-20T16:02:09.785Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22022026-05-20T16:02:10.162Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22032026-05-20T16:02:10.439Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22042026-05-20T16:02:10.576Z Compiling const_format v0.2.36
22052026-05-20T16:02:11.112Z Compiling papergrid v0.11.0
22062026-05-20T16:02:11.465Z Compiling tabled_derive v0.7.0
22072026-05-20T16:02:11.500Z Compiling gethostname v0.5.0
22082026-05-20T16:02:11.646Z Compiling libscf-sys v1.2.0
22092026-05-20T16:02:11.802Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22102026-05-20T16:02:12.472Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22112026-05-20T16:02:12.518Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22122026-05-20T16:02:12.642Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22132026-05-20T16:02:12.776Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22142026-05-20T16:02:13.790Z Compiling bcs v0.1.6
22152026-05-20T16:02:14.136Z Compiling smf v0.2.3
22162026-05-20T16:02:14.279Z Compiling linear-map v1.2.0
22172026-05-20T16:02:14.514Z Compiling tagptr v0.2.0
22182026-05-20T16:02:14.532Z Compiling whoami v1.6.1
22192026-05-20T16:02:14.708Z Compiling smawk v0.3.2
22202026-05-20T16:02:14.891Z Compiling termtree v0.5.1
22212026-05-20T16:02:14.997Z Compiling unicode-linebreak v0.1.5
22222026-05-20T16:02:15.242Z Compiling textwrap v0.16.2
22232026-05-20T16:02:15.346Z Compiling moka v0.12.15
22242026-05-20T16:02:16.515Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22252026-05-20T16:02:16.640Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22262026-05-20T16:02:16.871Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22272026-05-20T16:02:16.951Z Compiling tabled v0.15.0
22282026-05-20T16:02:17.018Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22292026-05-20T16:02:17.229Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22302026-05-20T16:02:18.148Z Compiling steno v0.4.1
22312026-05-20T16:02:20.959Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22322026-05-20T16:02:23.009Z Compiling hickory-proto v0.25.2
22332026-05-20T16:02:24.819Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22342026-05-20T16:02:24.873Z Compiling proc-macro-error-attr2 v2.0.0
22352026-05-20T16:02:26.132Z Compiling humantime v2.3.0
22362026-05-20T16:02:26.203Z Compiling proc-macro-error2 v2.0.1
22372026-05-20T16:02:26.203Z Compiling hickory-resolver v0.25.2
22382026-05-20T16:02:26.203Z Compiling typify v0.4.3
22392026-05-20T16:02:26.355Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22402026-05-20T16:02:26.568Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22412026-05-20T16:02:26.807Z Compiling parking_lot_core v0.8.6
22422026-05-20T16:02:26.901Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22432026-05-20T16:02:27.158Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22442026-05-20T16:02:27.709Z Compiling progenitor-impl v0.11.2
22452026-05-20T16:02:28.969Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22462026-05-20T16:02:29.841Z Compiling tabled_derive v0.11.0
22472026-05-20T16:02:30.980Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22482026-05-20T16:02:31.970Z Compiling papergrid v0.17.0
22492026-05-20T16:02:32.103Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22502026-05-20T16:02:33.553Z Compiling testing_table v0.3.0
22512026-05-20T16:02:33.993Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22522026-05-20T16:02:34.067Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22532026-05-20T16:02:34.272Z Compiling tabled v0.20.0
22542026-05-20T16:02:34.404Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22552026-05-20T16:02:34.567Z Compiling progenitor-macro v0.11.2
22562026-05-20T16:02:37.792Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22572026-05-20T16:02:37.809Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22582026-05-20T16:02:38.169Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22592026-05-20T16:02:38.669Z Compiling progenitor-client v0.11.2
22602026-05-20T16:02:38.735Z Compiling arc-swap v1.9.1
22612026-05-20T16:02:38.878Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22622026-05-20T16:02:39.116Z Compiling slog-scope v4.4.1
22632026-05-20T16:02:39.194Z Compiling progenitor v0.11.2
22642026-05-20T16:02:39.354Z Compiling parking_lot v0.11.2
22652026-05-20T16:02:40.270Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22662026-05-20T16:02:42.022Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22672026-05-20T16:02:42.245Z Compiling dropshot-api-manager-types v0.7.1
22682026-05-20T16:02:42.797Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22692026-05-20T16:02:45.491Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22702026-05-20T16:02:45.491Z Compiling fxhash v0.2.1
22712026-05-20T16:02:45.491Z Compiling crc8 v0.1.1
22722026-05-20T16:02:45.491Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22732026-05-20T16:02:48.114Z Compiling sled v0.34.7
22742026-05-20T16:02:48.511Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
22752026-05-20T16:02:49.377Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22762026-05-20T16:02:50.181Z Compiling slog-stdlog v4.1.1
22772026-05-20T16:02:50.627Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22782026-05-20T16:02:50.902Z Compiling slog-envlogger v2.2.0
22792026-05-20T16:02:51.647Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22802026-05-20T16:02:52.421Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22812026-05-20T16:03:04.941Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22822026-05-20T16:03:07.401Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22832026-05-20T16:03:10.889Z Finished `release` profile [optimized] target(s) in 3m 51s
22842026-05-20T16:03:11.225Z+ banner quartet
22852026-05-20T16:03:11.228Z
22862026-05-20T16:03:11.228Z #### # # ## ##### ##### ###### #####
22872026-05-20T16:03:11.228Z # # # # # # # # # # #
22882026-05-20T16:03:11.228Z # # # # # # # # # ##### #
22892026-05-20T16:03:11.228Z # # # # # ###### ##### # # #
22902026-05-20T16:03:11.229Z # # # # # # # # # # #
22912026-05-20T16:03:11.229Z ### # #### # # # # # ###### #
22922026-05-20T16:03:11.229Z
22932026-05-20T16:03:11.229Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22942026-05-20T16:03:11.796Z Compiling cfg-if v1.0.4
22952026-05-20T16:03:11.799Z Compiling libc v0.2.186
22962026-05-20T16:03:11.799Z Compiling serde_core v1.0.228
22972026-05-20T16:03:11.901Z Compiling memchr v2.8.0
22982026-05-20T16:03:11.908Z Compiling itoa v1.0.18
22992026-05-20T16:03:11.908Z Compiling smallvec v1.15.1
23002026-05-20T16:03:11.923Z Compiling stable_deref_trait v1.2.1
23012026-05-20T16:03:11.926Z Compiling zerofrom v0.1.8
23022026-05-20T16:03:11.948Z Compiling zmij v1.0.21
23032026-05-20T16:03:11.995Z Compiling writeable v0.6.3
23042026-05-20T16:03:12.051Z Compiling yoke v0.8.2
23052026-05-20T16:03:12.140Z Compiling litemap v0.8.2
23062026-05-20T16:03:12.156Z Compiling utf8_iter v1.0.4
23072026-05-20T16:03:12.231Z Compiling zerovec v0.11.6
23082026-05-20T16:03:12.246Z Compiling zerotrie v0.2.4
23092026-05-20T16:03:12.278Z Compiling percent-encoding v2.3.2
23102026-05-20T16:03:12.318Z Compiling libm v0.2.16
23112026-05-20T16:03:12.337Z Compiling icu_properties_data v2.2.0
23122026-05-20T16:03:12.409Z Compiling icu_normalizer_data v2.2.0
23132026-05-20T16:03:12.496Z Compiling form_urlencoded v1.2.2
23142026-05-20T16:03:12.499Z Compiling rand_core v0.10.1
23152026-05-20T16:03:12.550Z Compiling errno v0.3.14
23162026-05-20T16:03:12.670Z Compiling getrandom v0.4.2
23172026-05-20T16:03:12.689Z Compiling pin-project-lite v0.2.17
23182026-05-20T16:03:12.710Z Compiling iana-time-zone v0.1.65
23192026-05-20T16:03:12.773Z Compiling tinystr v0.8.3
23202026-05-20T16:03:12.800Z Compiling potential_utf v0.1.5
23212026-05-20T16:03:12.840Z Compiling zeroize v1.8.2
23222026-05-20T16:03:12.910Z Compiling dyn-clone v1.0.20
23232026-05-20T16:03:12.974Z Compiling icu_locale_core v2.2.0
23242026-05-20T16:03:12.991Z Compiling icu_collections v2.2.0
23252026-05-20T16:03:13.012Z Compiling socket2 v0.6.3
23262026-05-20T16:03:13.027Z Compiling scopeguard v1.2.0
23272026-05-20T16:03:13.058Z Compiling parking_lot_core v0.9.12
23282026-05-20T16:03:13.084Z Compiling signal-hook-registry v1.4.8
23292026-05-20T16:03:13.137Z Compiling num-traits v0.2.19
23302026-05-20T16:03:13.475Z Compiling lock_api v0.4.14
23312026-05-20T16:03:13.633Z Compiling mio v1.2.0
23322026-05-20T16:03:13.736Z Compiling serde v1.0.228
23332026-05-20T16:03:13.748Z Compiling serde_json v1.0.149
23342026-05-20T16:03:13.805Z Compiling icu_provider v2.2.0
23352026-05-20T16:03:13.908Z Compiling uuid v1.23.1
23362026-05-20T16:03:13.919Z Compiling semver v1.0.28
23372026-05-20T16:03:14.101Z Compiling icu_normalizer v2.2.0
23382026-05-20T16:03:14.399Z Compiling bytes v1.11.1
23392026-05-20T16:03:14.417Z Compiling icu_properties v2.2.0
23402026-05-20T16:03:14.454Z Compiling chrono v0.4.44
23412026-05-20T16:03:14.541Z Compiling parking_lot v0.12.5
23422026-05-20T16:03:14.639Z Compiling portable-atomic v1.13.1
23432026-05-20T16:03:15.319Z Compiling tokio v1.52.3
23442026-05-20T16:03:15.346Z Compiling idna_adapter v1.2.2
23452026-05-20T16:03:15.371Z Compiling thiserror v2.0.18
23462026-05-20T16:03:15.485Z Compiling idna v1.1.0
23472026-05-20T16:03:15.489Z Compiling getrandom v0.2.17
23482026-05-20T16:03:15.505Z Compiling subtle v2.6.1
23492026-05-20T16:03:15.676Z Compiling critical-section v1.2.0
23502026-05-20T16:03:15.716Z Compiling futures-core v0.3.32
23512026-05-20T16:03:15.793Z Compiling once_cell v1.21.4
23522026-05-20T16:03:15.884Z Compiling url v2.5.8
23532026-05-20T16:03:15.973Z Compiling bitflags v2.11.1
23542026-05-20T16:03:16.010Z Compiling log v0.4.29
23552026-05-20T16:03:16.045Z Compiling equivalent v1.0.2
23562026-05-20T16:03:16.139Z Compiling zerocopy v0.8.48
23572026-05-20T16:03:16.264Z Compiling rand_core v0.6.4
23582026-05-20T16:03:16.377Z Compiling futures-sink v0.3.32
23592026-05-20T16:03:16.460Z Compiling slab v0.4.12
23602026-05-20T16:03:16.505Z Compiling schemars v0.8.22
23612026-05-20T16:03:16.525Z Compiling futures-channel v0.3.32
23622026-05-20T16:03:16.673Z Compiling futures-task v0.3.32
23632026-05-20T16:03:16.811Z Compiling futures-io v0.3.32
23642026-05-20T16:03:16.853Z Compiling typenum v1.20.0
23652026-05-20T16:03:17.016Z Compiling futures-util v0.3.32
23662026-05-20T16:03:17.537Z Compiling generic-array v0.14.7
23672026-05-20T16:03:17.635Z Compiling hashbrown v0.17.1
23682026-05-20T16:03:18.083Z Compiling tracing-core v0.1.36
23692026-05-20T16:03:18.108Z Compiling base64 v0.22.1
23702026-05-20T16:03:18.324Z Compiling indexmap v2.14.0
23712026-05-20T16:03:18.492Z Compiling tracing v0.1.44
23722026-05-20T16:03:18.597Z Compiling crypto-common v0.1.7
23732026-05-20T16:03:18.750Z Compiling ipnetwork v0.21.1
23742026-05-20T16:03:18.850Z Compiling http v1.4.0
23752026-05-20T16:03:19.189Z Compiling unicode-ident v1.0.24
23762026-05-20T16:03:19.205Z Compiling slog v2.8.2
23772026-05-20T16:03:19.220Z Compiling erased-serde v0.3.31
23782026-05-20T16:03:19.314Z Compiling proc-macro2 v1.0.106
23792026-05-20T16:03:19.457Z Compiling rustls-pki-types v1.14.1
23802026-05-20T16:03:19.753Z Compiling fnv v1.0.7
23812026-05-20T16:03:19.843Z Compiling quote v1.0.45
23822026-05-20T16:03:20.346Z Compiling untrusted v0.9.0
23832026-05-20T16:03:20.453Z Compiling syn v2.0.117
23842026-05-20T16:03:20.486Z Compiling tokio-util v0.7.18
23852026-05-20T16:03:20.580Z Compiling oxnet v0.1.5
23862026-05-20T16:03:20.803Z Compiling ipnet v2.12.0
23872026-05-20T16:03:20.842Z Compiling byteorder v1.5.0
23882026-05-20T16:03:21.085Z Compiling thiserror v1.0.69
23892026-05-20T16:03:21.201Z Compiling ppv-lite86 v0.2.21
23902026-05-20T16:03:21.517Z Compiling http-body v1.0.1
23912026-05-20T16:03:21.564Z Compiling block-buffer v0.10.4
23922026-05-20T16:03:21.620Z Compiling atomic-waker v1.1.2
23932026-05-20T16:03:21.686Z Compiling httparse v1.10.1
23942026-05-20T16:03:21.761Z Compiling digest v0.10.7
23952026-05-20T16:03:21.767Z Compiling tower-layer v0.3.3
23962026-05-20T16:03:21.767Z Compiling tower-service v0.3.3
23972026-05-20T16:03:21.858Z Compiling try-lock v0.2.5
23982026-05-20T16:03:21.942Z Compiling pretty-hex v0.4.2
23992026-05-20T16:03:21.973Z Compiling ryu v1.0.23
24002026-05-20T16:03:21.985Z Compiling want v0.3.1
24012026-05-20T16:03:22.017Z Compiling h2 v0.4.14
24022026-05-20T16:03:22.084Z Compiling httpdate v1.0.3
24032026-05-20T16:03:22.165Z Compiling rustix v1.1.4
24042026-05-20T16:03:22.169Z Compiling regex-syntax v0.8.10
24052026-05-20T16:03:22.272Z Compiling plain v0.2.3
24062026-05-20T16:03:22.399Z Compiling getrandom v0.3.4
24072026-05-20T16:03:22.467Z Compiling omicron-workspace-hack v0.1.0
24082026-05-20T16:03:22.546Z Compiling aws-lc-sys v0.41.0
24092026-05-20T16:03:22.605Z Compiling untrusted v0.7.1
24102026-05-20T16:03:22.617Z Compiling ucd-trie v0.1.7
24112026-05-20T16:03:22.735Z Compiling rand_core v0.9.5
24122026-05-20T16:03:23.012Z Compiling pest v2.8.6
24132026-05-20T16:03:23.130Z Compiling aws-lc-rs v1.17.0
24142026-05-20T16:03:23.218Z Compiling crossbeam-utils v0.8.21
24152026-05-20T16:03:24.055Z Compiling serde_urlencoded v0.7.1
24162026-05-20T16:03:24.068Z Compiling http-body-util v0.1.3
24172026-05-20T16:03:24.348Z Compiling allocator-api2 v0.2.21
24182026-05-20T16:03:24.360Z Compiling rustls v0.23.40
24192026-05-20T16:03:24.604Z Compiling hyper v1.9.0
24202026-05-20T16:03:24.749Z Compiling foldhash v0.2.0
24212026-05-20T16:03:24.782Z Compiling rustls-webpki v0.103.13
24222026-05-20T16:03:25.049Z Compiling hashbrown v0.16.1
24232026-05-20T16:03:25.784Z Compiling newtype-uuid v1.3.2
24242026-05-20T16:03:26.071Z Compiling hyper-util v0.1.20
24252026-05-20T16:03:26.863Z Compiling cpufeatures v0.2.17
24262026-05-20T16:03:26.947Z Compiling hex v0.4.3
24272026-05-20T16:03:27.247Z Compiling daft v0.1.7
24282026-05-20T16:03:27.556Z Compiling rand_chacha v0.9.0
24292026-05-20T16:03:28.130Z Compiling sync_wrapper v1.0.2
24302026-05-20T16:03:28.200Z Compiling aho-corasick v1.1.4
24312026-05-20T16:03:28.251Z Compiling fastrand v2.4.1
24322026-05-20T16:03:28.607Z Compiling tower v0.5.3
24332026-05-20T16:03:29.172Z Compiling anyhow v1.0.102
24342026-05-20T16:03:29.253Z Compiling regex-automata v0.4.14
24352026-05-20T16:03:29.324Z Compiling rand v0.9.4
24362026-05-20T16:03:29.345Z Compiling powerfmt v0.2.0
24372026-05-20T16:03:29.481Z Compiling tower-http v0.6.10
24382026-05-20T16:03:29.615Z Compiling deranged v0.5.8
24392026-05-20T16:03:29.846Z Compiling openapiv3 v2.2.0
24402026-05-20T16:03:30.076Z Compiling time-core v0.1.8
24412026-05-20T16:03:30.171Z Compiling num-conv v0.2.1
24422026-05-20T16:03:30.234Z Compiling num_threads v0.1.7
24432026-05-20T16:03:30.327Z Compiling openssl-probe v0.2.1
24442026-05-20T16:03:30.339Z Compiling camino v1.2.2
24452026-05-20T16:03:30.583Z Compiling rustls-native-certs v0.8.3
24462026-05-20T16:03:30.734Z Compiling time v0.3.47
24472026-05-20T16:03:30.938Z Compiling tokio-rustls v0.26.4
24482026-05-20T16:03:31.249Z Compiling tempfile v3.27.0
24492026-05-20T16:03:31.471Z Compiling futures-executor v0.3.32
24502026-05-20T16:03:32.026Z Compiling winnow v1.0.3
24512026-05-20T16:03:32.172Z Compiling futures v0.3.32
24522026-05-20T16:03:32.262Z Compiling regex v1.12.3
24532026-05-20T16:03:32.365Z Compiling hyper-rustls v0.27.9
24542026-05-20T16:03:32.746Z Compiling rustls-platform-verifier v0.7.0
24552026-05-20T16:03:33.395Z Compiling crossbeam-channel v0.5.15
24562026-05-20T16:03:33.500Z Compiling scroll v0.13.0
24572026-05-20T16:03:33.715Z Compiling adler2 v2.0.1
24582026-05-20T16:03:33.726Z Compiling simd-adler32 v0.3.9
24592026-05-20T16:03:33.751Z Compiling goblin v0.10.5
24602026-05-20T16:03:33.806Z Compiling crc32fast v1.5.0
24612026-05-20T16:03:33.884Z Compiling miniz_oxide v0.8.9
24622026-05-20T16:03:34.095Z Compiling reqwest v0.13.3
24632026-05-20T16:03:34.131Z Compiling ring v0.17.14
24642026-05-20T16:03:34.610Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24652026-05-20T16:03:35.342Z Compiling thread_local v1.1.9
24662026-05-20T16:03:35.714Z Compiling either v1.15.0
24672026-05-20T16:03:35.947Z Compiling rustls-webpki v0.102.8
24682026-05-20T16:03:36.642Z Compiling flate2 v1.1.9
24692026-05-20T16:03:37.212Z Compiling dof v0.4.0
24702026-05-20T16:03:37.872Z Compiling dtrace-parser v0.3.0
24712026-05-20T16:03:38.412Z Compiling rand_chacha v0.3.1
24722026-05-20T16:03:39.088Z Compiling thread-id v5.1.0
24732026-05-20T16:03:39.186Z Compiling is-terminal v0.4.17
24742026-05-20T16:03:39.299Z Compiling match_cfg v0.1.0
24752026-05-20T16:03:39.378Z Compiling term v1.2.1
24762026-05-20T16:03:40.381Z Compiling compression-core v0.4.32
24772026-05-20T16:03:40.447Z Compiling take_mut v0.2.2
24782026-05-20T16:03:40.564Z Compiling debug-ignore v1.0.5
24792026-05-20T16:03:40.575Z Compiling slog-async v2.8.0
24802026-05-20T16:03:40.586Z Compiling compression-codecs v0.4.38
24812026-05-20T16:03:40.678Z Compiling slog-term v2.9.2
24822026-05-20T16:03:40.971Z Compiling hostname v0.3.1
24832026-05-20T16:03:41.142Z Compiling usdt-impl v0.6.0
24842026-05-20T16:03:41.330Z Compiling rand v0.8.6
24852026-05-20T16:03:42.046Z Compiling ref-cast v1.0.25
24862026-05-20T16:03:42.066Z Compiling rustls v0.22.4
24872026-05-20T16:03:42.160Z Compiling toml_parser v1.1.2+spec-1.1.0
24882026-05-20T16:03:42.172Z Compiling slog-json v2.6.1
24892026-05-20T16:03:42.449Z Compiling strum v0.26.3
24902026-05-20T16:03:42.591Z Compiling macaddr v1.0.1
24912026-05-20T16:03:42.879Z Compiling serde_spanned v1.1.1
24922026-05-20T16:03:43.044Z Compiling toml_datetime v1.1.1+spec-1.1.0
24932026-05-20T16:03:43.470Z Compiling wait-timeout v0.2.1
24942026-05-20T16:03:43.511Z Compiling memmap2 v0.9.10
24952026-05-20T16:03:43.815Z Compiling encoding_rs v0.8.35
24962026-05-20T16:03:43.963Z Compiling mime v0.3.17
24972026-05-20T16:03:44.463Z Compiling toml_writer v1.1.1+spec-1.1.0
24982026-05-20T16:03:44.740Z Compiling spin v0.9.8
24992026-05-20T16:03:44.880Z Compiling quick-error v1.2.3
25002026-05-20T16:03:45.001Z Compiling bit-vec v0.8.0
25012026-05-20T16:03:45.224Z Compiling rusty-fork v0.3.1
25022026-05-20T16:03:45.310Z Compiling bit-set v0.8.0
25032026-05-20T16:03:45.509Z Compiling multer v3.1.0
25042026-05-20T16:03:45.552Z Compiling toml v1.1.2+spec-1.1.0
25052026-05-20T16:03:46.072Z Compiling tokio-rustls v0.25.0
25062026-05-20T16:03:46.328Z Compiling usdt v0.6.0
25072026-05-20T16:03:46.700Z Compiling slog-bunyan v2.5.0
25082026-05-20T16:03:46.760Z Compiling async-compression v0.4.42
25092026-05-20T16:03:46.905Z Compiling serde_with v3.20.0
25102026-05-20T16:03:47.006Z Compiling async-stream v0.3.6
25112026-05-20T16:03:47.212Z Compiling sha1 v0.10.6
25122026-05-20T16:03:47.255Z Compiling rand_xorshift v0.4.0
25132026-05-20T16:03:47.422Z Compiling waitgroup v0.1.2
25142026-05-20T16:03:47.598Z Compiling rustls-pemfile v2.2.0
25152026-05-20T16:03:47.610Z Compiling serde_path_to_error v0.1.20
25162026-05-20T16:03:47.905Z Compiling hostname v0.4.2
25172026-05-20T16:03:48.055Z Compiling unarray v0.1.4
25182026-05-20T16:03:48.066Z Compiling dropshot v0.17.0
25192026-05-20T16:03:48.142Z Compiling progenitor-client v0.14.0
25202026-05-20T16:03:48.176Z Compiling proptest v1.11.0
25212026-05-20T16:03:48.652Z Compiling strum v0.27.2
25222026-05-20T16:03:48.791Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25232026-05-20T16:03:48.947Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25242026-05-20T16:03:49.048Z Compiling rustc-hash v2.1.2
25252026-05-20T16:03:49.192Z Compiling iddqd v0.3.18
25262026-05-20T16:03:49.205Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25272026-05-20T16:03:49.517Z Compiling reqwest v0.12.28
25282026-05-20T16:03:49.704Z Compiling backon v1.6.0
25292026-05-20T16:03:49.978Z Compiling instant v0.1.13
25302026-05-20T16:03:50.086Z Compiling backoff v0.4.0
25312026-05-20T16:03:50.105Z Compiling progenitor-extras v0.2.0
25322026-05-20T16:03:50.311Z Compiling parse-display v0.10.0
25332026-05-20T16:03:50.354Z Compiling itertools v0.14.0
25342026-05-20T16:03:51.034Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25352026-05-20T16:03:51.240Z Compiling progenitor-client v0.10.0
25362026-05-20T16:03:51.742Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25372026-05-20T16:03:51.865Z Compiling regress v0.10.5
25382026-05-20T16:03:52.176Z Compiling unicode-width v0.2.2
25392026-05-20T16:03:52.500Z Compiling heck v0.5.0
25402026-05-20T16:03:53.075Z Compiling secrecy v0.10.3
25412026-05-20T16:03:53.101Z Compiling tinyvec_macros v0.1.1
25422026-05-20T16:03:53.182Z Compiling tinyvec v1.11.0
25432026-05-20T16:03:53.252Z Compiling num-integer v0.1.46
25442026-05-20T16:03:53.628Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25452026-05-20T16:03:53.749Z Compiling scroll v0.12.0
25462026-05-20T16:03:54.070Z Compiling crucible-workspace-hack v0.1.0
25472026-05-20T16:03:54.152Z Compiling regress v0.11.1
25482026-05-20T16:03:55.610Z Compiling hmac v0.12.1
25492026-05-20T16:03:55.703Z Compiling inout v0.1.4
25502026-05-20T16:03:55.770Z Compiling ff v0.13.1
25512026-05-20T16:03:55.870Z Compiling utf8parse v0.2.2
25522026-05-20T16:03:55.926Z Compiling group v0.13.0
25532026-05-20T16:03:55.988Z Compiling anstyle-parse v1.0.0
25542026-05-20T16:03:56.050Z Compiling typify-impl v0.6.2
25552026-05-20T16:03:56.217Z Compiling cipher v0.4.4
25562026-05-20T16:03:56.475Z Compiling hkdf v0.12.4
25572026-05-20T16:03:56.656Z Compiling goblin v0.8.2
25582026-05-20T16:03:56.674Z Compiling num-iter v0.1.45
25592026-05-20T16:03:56.805Z Compiling num-rational v0.4.2
25602026-05-20T16:03:57.219Z Compiling zerocopy v0.7.35
25612026-05-20T16:03:57.837Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25622026-05-20T16:03:57.946Z Compiling terminal_size v0.4.4
25632026-05-20T16:03:58.107Z Compiling half v2.7.1
25642026-05-20T16:03:58.457Z Compiling universal-hash v0.5.1
25652026-05-20T16:03:58.609Z Compiling crypto-bigint v0.5.5
25662026-05-20T16:03:59.047Z Compiling num-complex v0.4.6
25672026-05-20T16:03:59.164Z Compiling base16ct v0.2.0
25682026-05-20T16:03:59.378Z Compiling anstyle v1.0.14
25692026-05-20T16:03:59.491Z Compiling is_terminal_polyfill v1.70.2
25702026-05-20T16:03:59.595Z Compiling colorchoice v1.0.5
25712026-05-20T16:03:59.708Z Compiling base64ct v1.8.3
25722026-05-20T16:03:59.757Z Compiling anstyle-query v1.1.5
25732026-05-20T16:03:59.872Z Compiling opaque-debug v0.3.1
25742026-05-20T16:03:59.950Z Compiling ciborium-io v0.2.2
25752026-05-20T16:04:00.052Z Compiling ciborium-ll v0.2.2
25762026-05-20T16:04:00.064Z Compiling password-hash v0.5.0
25772026-05-20T16:04:00.318Z Compiling poly1305 v0.8.0
25782026-05-20T16:04:00.562Z Compiling anstream v1.0.0
25792026-05-20T16:04:00.938Z Compiling elliptic-curve v0.13.8
25802026-05-20T16:04:01.023Z Compiling num v0.4.3
25812026-05-20T16:04:01.076Z Compiling curve25519-dalek v4.1.3
25822026-05-20T16:04:01.103Z Compiling dof v0.3.0
25832026-05-20T16:04:01.251Z Compiling typify v0.6.2
25842026-05-20T16:04:01.363Z Compiling thiserror-no-std v2.0.2
25852026-05-20T16:04:01.463Z Compiling chacha20 v0.9.1
25862026-05-20T16:04:01.717Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25872026-05-20T16:04:02.075Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25882026-05-20T16:04:03.674Z Compiling byte-wrapper v0.1.0
25892026-05-20T16:04:03.756Z Compiling dtrace-parser v0.2.0
25902026-05-20T16:04:03.773Z Compiling crossbeam-epoch v0.9.18
25912026-05-20T16:04:04.083Z Compiling blake2 v0.10.6
25922026-05-20T16:04:04.291Z Compiling aead v0.5.2
25932026-05-20T16:04:04.484Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25942026-05-20T16:04:04.580Z Compiling thread-id v4.2.2
25952026-05-20T16:04:04.658Z Compiling strsim v0.11.1
25962026-05-20T16:04:04.670Z Compiling clap_lex v1.1.0
25972026-05-20T16:04:05.031Z Compiling keccak v0.1.6
25982026-05-20T16:04:05.483Z Compiling float-ord v0.3.2
25992026-05-20T16:04:05.600Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26002026-05-20T16:04:05.741Z Compiling sha3 v0.10.9
26012026-05-20T16:04:05.950Z Compiling clap_builder v4.6.0
26022026-05-20T16:04:06.085Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26032026-05-20T16:04:06.136Z Compiling usdt-impl v0.5.0
26042026-05-20T16:04:06.293Z Compiling chacha20poly1305 v0.10.1
26052026-05-20T16:04:06.444Z Compiling argon2 v0.5.3
26062026-05-20T16:04:07.424Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26072026-05-20T16:04:07.467Z Compiling vsss-rs v3.3.4
26082026-05-20T16:04:08.948Z Compiling ciborium v0.2.2
26092026-05-20T16:04:09.798Z Compiling hash32 v0.3.1
26102026-05-20T16:04:09.972Z Compiling memmap v0.7.0
26112026-05-20T16:04:10.216Z Compiling data-encoding v2.11.0
26122026-05-20T16:04:10.440Z Compiling indent_write v2.2.0
26132026-05-20T16:04:10.597Z Compiling usdt v0.5.0
26142026-05-20T16:04:11.277Z Compiling heapless v0.8.0
26152026-05-20T16:04:11.771Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26162026-05-20T16:04:12.313Z Compiling ingot-types v0.1.2
26172026-05-20T16:04:12.775Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26182026-05-20T16:04:12.885Z Compiling clap v4.6.1
26192026-05-20T16:04:12.928Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26202026-05-20T16:04:12.973Z Compiling rustix v0.38.44
26212026-05-20T16:04:13.274Z Compiling tabwriter v1.4.1
26222026-05-20T16:04:13.288Z Compiling cobs v0.3.0
26232026-05-20T16:04:13.562Z Compiling bitflags v1.3.2
26242026-05-20T16:04:13.637Z Compiling managed v0.8.0
26252026-05-20T16:04:13.650Z Compiling colored v3.1.1
26262026-05-20T16:04:13.897Z Compiling cpufeatures v0.3.0
26272026-05-20T16:04:13.991Z Compiling foreign-types-shared v0.3.1
26282026-05-20T16:04:14.093Z Compiling foreign-types v0.5.0
26292026-05-20T16:04:14.181Z Compiling chacha20 v0.10.0
26302026-05-20T16:04:14.315Z Compiling smoltcp v0.11.0
26312026-05-20T16:04:14.327Z Compiling postcard v1.1.3
26322026-05-20T16:04:14.475Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26332026-05-20T16:04:14.699Z Compiling num_enum v0.7.6
26342026-05-20T16:04:14.829Z Compiling ingot v0.1.1
26352026-05-20T16:04:16.219Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26362026-05-20T16:04:16.338Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26372026-05-20T16:04:16.546Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382026-05-20T16:04:16.671Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26392026-05-20T16:04:17.025Z Compiling toml_datetime v0.6.11
26402026-05-20T16:04:17.043Z Compiling serde_spanned v0.6.9
26412026-05-20T16:04:17.086Z Compiling cstr-argument v0.1.2
26422026-05-20T16:04:17.205Z Compiling swrite v0.1.0
26432026-05-20T16:04:17.259Z Compiling unicode-segmentation v1.13.2
26442026-05-20T16:04:17.314Z Compiling static_assertions v1.1.0
26452026-05-20T16:04:17.395Z Compiling resolv-conf v0.7.6
26462026-05-20T16:04:17.407Z Compiling linked-hash-map v0.5.6
26472026-05-20T16:04:17.553Z Compiling toml_write v0.1.2
26482026-05-20T16:04:17.617Z Compiling winnow v0.7.15
26492026-05-20T16:04:17.650Z Compiling newline-converter v0.3.0
26502026-05-20T16:04:17.785Z Compiling lru-cache v0.1.2
26512026-05-20T16:04:17.799Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26522026-05-20T16:04:17.873Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26532026-05-20T16:04:17.948Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26542026-05-20T16:04:18.031Z Compiling hubpack v0.1.2
26552026-05-20T16:04:18.058Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26562026-05-20T16:04:18.217Z Compiling rand v0.10.1
26572026-05-20T16:04:18.276Z Compiling memoffset v0.9.1
26582026-05-20T16:04:18.288Z Compiling atomicwrites v0.4.4
26592026-05-20T16:04:18.368Z Compiling hickory-proto v0.24.4
26602026-05-20T16:04:18.568Z Compiling crossbeam-deque v0.8.6
26612026-05-20T16:04:18.789Z Compiling console v0.15.11
26622026-05-20T16:04:19.039Z Compiling itertools v0.12.1
26632026-05-20T16:04:19.530Z Compiling toml_edit v0.22.27
26642026-05-20T16:04:19.562Z Compiling camino-tempfile v1.4.1
26652026-05-20T16:04:19.995Z Compiling serde-big-array v0.5.1
26662026-05-20T16:04:20.124Z Compiling lazy_static v1.5.0
26672026-05-20T16:04:20.155Z Compiling siphasher v1.0.3
26682026-05-20T16:04:20.233Z Compiling similar v2.7.0
26692026-05-20T16:04:20.370Z Compiling phf_shared v0.12.1
26702026-05-20T16:04:20.484Z Compiling hickory-resolver v0.24.4
26712026-05-20T16:04:20.605Z Compiling pin-project v1.1.13
26722026-05-20T16:04:20.714Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26732026-05-20T16:04:21.577Z Compiling toml v0.8.23
26742026-05-20T16:04:22.149Z Compiling expectorate v1.2.0
26752026-05-20T16:04:22.364Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26762026-05-20T16:04:22.993Z Compiling prettyplease v0.2.37
26772026-05-20T16:04:24.443Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26782026-05-20T16:04:26.228Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26792026-05-20T16:04:26.517Z Compiling rayon-core v1.13.0
26802026-05-20T16:04:26.769Z Compiling nix v0.31.3
26812026-05-20T16:04:28.342Z Compiling num_enum v0.5.11
26822026-05-20T16:04:28.392Z Compiling progenitor-impl v0.14.0
26832026-05-20T16:04:28.797Z Compiling progenitor-impl v0.13.0
26842026-05-20T16:04:29.054Z Compiling unicode-normalization v0.1.25
26852026-05-20T16:04:29.606Z Compiling progenitor-client v0.13.0
26862026-05-20T16:04:29.652Z Compiling tokio-stream v0.1.18
26872026-05-20T16:04:29.926Z Compiling bstr v1.12.1
26882026-05-20T16:04:30.124Z Compiling csv-core v0.1.13
26892026-05-20T16:04:30.217Z Compiling foldhash v0.1.5
26902026-05-20T16:04:30.440Z Compiling konst_macro_rules v0.2.19
26912026-05-20T16:04:30.519Z Compiling unicode-width v0.1.14
26922026-05-20T16:04:30.600Z Compiling same-file v1.0.6
26932026-05-20T16:04:30.633Z Compiling foreign-types-shared v0.1.1
26942026-05-20T16:04:30.727Z Compiling highway v1.3.0
26952026-05-20T16:04:30.780Z Compiling walkdir v2.5.0
26962026-05-20T16:04:30.831Z Compiling foreign-types v0.3.2
26972026-05-20T16:04:30.911Z Compiling konst v0.2.20
26982026-05-20T16:04:31.289Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26992026-05-20T16:04:31.405Z Compiling hashbrown v0.15.5
27002026-05-20T16:04:31.571Z Compiling globset v0.4.18
27012026-05-20T16:04:32.051Z Compiling csv v1.4.0
27022026-05-20T16:04:33.013Z Compiling progenitor v0.13.0
27032026-05-20T16:04:33.158Z Compiling qorb v0.4.1
27042026-05-20T16:04:34.380Z Compiling snafu v0.8.9
27052026-05-20T16:04:34.781Z Compiling progenitor v0.14.0
27062026-05-20T16:04:34.928Z Compiling olpc-cjson v0.1.4
27072026-05-20T16:04:34.962Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27082026-05-20T16:04:35.152Z Compiling rayon v1.12.0
27092026-05-20T16:04:35.584Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27102026-05-20T16:04:35.664Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27112026-05-20T16:04:37.370Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27122026-05-20T16:04:38.384Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27132026-05-20T16:04:40.614Z Compiling phf v0.12.1
27142026-05-20T16:04:40.789Z Compiling openssl-sys v0.9.116
27152026-05-20T16:04:41.218Z Compiling tokio-dtrace v0.1.1
27162026-05-20T16:04:41.565Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27172026-05-20T16:04:42.072Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27182026-05-20T16:04:42.287Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27192026-05-20T16:04:42.841Z Compiling libsw-core v0.3.2
27202026-05-20T16:04:42.868Z Compiling pem v3.0.6
27212026-05-20T16:04:43.029Z Compiling serde_plain v1.0.2
27222026-05-20T16:04:43.312Z Compiling sigpipe v0.1.3
27232026-05-20T16:04:43.409Z Compiling minimal-lexical v0.2.1
27242026-05-20T16:04:43.592Z Compiling bytecount v0.6.9
27252026-05-20T16:04:43.729Z Compiling fixedbitset v0.5.7
27262026-05-20T16:04:43.782Z Compiling typed-path v0.9.3
27272026-05-20T16:04:43.832Z Compiling fixedbitset v0.4.2
27282026-05-20T16:04:44.207Z Compiling glob v0.3.3
27292026-05-20T16:04:44.257Z Compiling jiff v0.2.24
27302026-05-20T16:04:45.018Z Compiling tough v0.22.0
27312026-05-20T16:04:45.181Z Compiling petgraph v0.6.5
27322026-05-20T16:04:45.731Z Compiling petgraph v0.8.3
27332026-05-20T16:04:46.709Z Compiling papergrid v0.11.0
27342026-05-20T16:04:46.996Z Compiling nom v7.1.3
27352026-05-20T16:04:47.253Z Compiling openssl v0.10.80
27362026-05-20T16:04:47.574Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27372026-05-20T16:04:48.166Z Compiling libsw v3.5.0
27382026-05-20T16:04:48.353Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27392026-05-20T16:04:48.668Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27402026-05-20T16:04:48.905Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27412026-05-20T16:04:49.220Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27422026-05-20T16:04:50.051Z Compiling zone v0.3.1
27432026-05-20T16:04:51.883Z Compiling oxide-tokio-rt v0.1.6
27442026-05-20T16:04:52.049Z Compiling chrono-tz v0.10.4
27452026-05-20T16:04:52.491Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27462026-05-20T16:04:52.507Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27472026-05-20T16:04:52.708Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27482026-05-20T16:04:52.755Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27492026-05-20T16:04:52.884Z Compiling newtype_derive v0.1.6
27502026-05-20T16:04:52.974Z Compiling slog-dtrace v0.3.0
27512026-05-20T16:04:53.316Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27522026-05-20T16:04:53.693Z Compiling const_format v0.2.36
27532026-05-20T16:04:54.206Z Compiling owo-colors v4.3.0
27542026-05-20T16:04:55.105Z Compiling cancel-safe-futures v0.1.5
27552026-05-20T16:04:55.180Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27562026-05-20T16:04:55.467Z Compiling gethostname v0.5.0
27572026-05-20T16:04:55.602Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27582026-05-20T16:04:55.915Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-05-20T16:04:56.046Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27602026-05-20T16:04:56.169Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27612026-05-20T16:04:56.777Z Compiling smf v0.2.3
27622026-05-20T16:04:56.847Z Compiling bcs v0.1.6
27632026-05-20T16:04:57.239Z Compiling linear-map v1.2.0
27642026-05-20T16:04:57.318Z Compiling termtree v0.5.1
27652026-05-20T16:04:57.460Z Compiling tagptr v0.2.0
27662026-05-20T16:04:57.488Z Compiling unicode-linebreak v0.1.5
27672026-05-20T16:04:57.618Z Compiling whoami v1.6.1
27682026-05-20T16:04:57.762Z Compiling smawk v0.3.2
27692026-05-20T16:04:57.931Z Compiling textwrap v0.16.2
27702026-05-20T16:04:57.992Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27712026-05-20T16:04:58.111Z Compiling moka v0.12.15
27722026-05-20T16:04:58.295Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27732026-05-20T16:04:58.408Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27742026-05-20T16:04:59.170Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27752026-05-20T16:04:59.332Z Compiling tabled v0.15.0
27762026-05-20T16:04:59.580Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27772026-05-20T16:05:00.668Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27782026-05-20T16:05:00.671Z Compiling steno v0.4.1
27792026-05-20T16:05:00.886Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27802026-05-20T16:05:01.996Z Compiling cookie v0.18.1
27812026-05-20T16:05:03.345Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27822026-05-20T16:05:06.546Z Compiling hickory-proto v0.25.2
27832026-05-20T16:05:07.950Z Compiling humantime v2.3.0
27842026-05-20T16:05:08.115Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27852026-05-20T16:05:08.391Z Compiling arc-swap v1.9.1
27862026-05-20T16:05:08.759Z Compiling hickory-resolver v0.25.2
27872026-05-20T16:05:08.851Z Compiling slog-scope v4.4.1
27882026-05-20T16:05:09.314Z Compiling libscf-sys v1.2.0
27892026-05-20T16:05:09.460Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27902026-05-20T16:05:10.326Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27912026-05-20T16:05:10.770Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27922026-05-20T16:05:11.484Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27932026-05-20T16:05:11.595Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27942026-05-20T16:05:12.325Z Compiling slog-stdlog v4.1.1
27952026-05-20T16:05:12.729Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27962026-05-20T16:05:13.119Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27972026-05-20T16:05:13.227Z Compiling slog-envlogger v2.2.0
27982026-05-20T16:05:13.369Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
27992026-05-20T16:05:14.585Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28002026-05-20T16:05:22.792Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28012026-05-20T16:05:25.670Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28022026-05-20T16:05:27.089Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28032026-05-20T16:05:36.250Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28042026-05-20T16:05:40.952Z Finished `release` profile [optimized] target(s) in 2m 29s
28052026-05-20T16:05:41.066Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28062026-05-20T16:05:41.069Z
28072026-05-20T16:05:41.069Zrunning 1 test
28082026-05-20T16:05:41.245Zconfigure zone
28092026-05-20T16:05:41.262Zinstall zone
28102026-05-20T16:05:50.926Zboot zone
28112026-05-20T16:05:51.015Zstart zone s1
28122026-05-20T16:05:51.018Zconfigure zone
28132026-05-20T16:05:51.024Zinstall zone
28142026-05-20T16:05:52.934Zboot zone
28152026-05-20T16:05:53.023Zstart zone s2
28162026-05-20T16:05:53.023Zconfigure zone
28172026-05-20T16:05:53.032Zinstall zone
28182026-05-20T16:05:55.306Zboot zone
28192026-05-20T16:05:55.397Zstart zone s3
28202026-05-20T16:05:55.397Zconfigure zone
28212026-05-20T16:05:55.408Zinstall zone
28222026-05-20T16:05:58.169Zboot zone
28232026-05-20T16:05:58.277Zstart zone t1
28242026-05-20T16:05:58.277Zconfigure zone
28252026-05-20T16:05:58.286Zinstall zone
28262026-05-20T16:06:01.100Zboot zone
28272026-05-20T16:06:01.205Zwaiting for zones to come up
28282026-05-20T16:06:11.205Z[sidecar.quartet] svcs milestone/network
28292026-05-20T16:06:11.243ZSTATE STIME FMRI
28302026-05-20T16:06:11.243Zonline 16:05:50 svc:/milestone/network:default
28312026-05-20T16:06:11.243Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28322026-05-20T16:06:11.267Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28332026-05-20T16:06:11.295Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28342026-05-20T16:06:11.314Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28352026-05-20T16:06:11.318Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28362026-05-20T16:06:11.330Z
28372026-05-20T16:06:11.330Zrunning zone s1.quartet setup
28382026-05-20T16:06:11.330Z[s1.quartet] svcs milestone/network
28392026-05-20T16:06:11.346ZSTATE STIME FMRI
28402026-05-20T16:06:11.346Zonline 16:05:52 svc:/milestone/network:default
28412026-05-20T16:06:11.346Z[s1.quartet] dladm
28422026-05-20T16:06:11.359ZLINK CLASS MTU STATE BRIDGE OVER
28432026-05-20T16:06:11.359Zsl0 simnet 9000 up -- ?
28442026-05-20T16:06:11.359Zmgs1 vnic 9000 up -- ?
28452026-05-20T16:06:11.359Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28462026-05-20T16:06:11.830Z
28472026-05-20T16:06:11.830Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28482026-05-20T16:06:11.845Z
28492026-05-20T16:06:11.845Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28502026-05-20T16:06:11.857Z
28512026-05-20T16:06:11.857Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28522026-05-20T16:06:11.950Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28532026-05-20T16:06:12.028Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 319c6a8a-ce4b-4ee8-a974-62f1cd2fde03 --sled-uuid 97a95fd3-08f2-4bd3-b6e0-8591aa1d7472 -a sl0/v6 &> /opt/ddmd.log &
28542026-05-20T16:06:12.043Z
28552026-05-20T16:06:12.043Zrunning zone s2.quartet setup
28562026-05-20T16:06:12.043Z[s2.quartet] svcs milestone/network
28572026-05-20T16:06:12.060ZSTATE STIME FMRI
28582026-05-20T16:06:12.060Zonline 16:05:54 svc:/milestone/network:default
28592026-05-20T16:06:12.060Z[s2.quartet] dladm
28602026-05-20T16:06:12.074ZLINK CLASS MTU STATE BRIDGE OVER
28612026-05-20T16:06:12.074Zsl1 simnet 9000 up -- ?
28622026-05-20T16:06:12.074Zmgs2 vnic 9000 up -- ?
28632026-05-20T16:06:12.074Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28642026-05-20T16:06:12.611Z
28652026-05-20T16:06:12.611Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28662026-05-20T16:06:12.629Z
28672026-05-20T16:06:12.629Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28682026-05-20T16:06:12.641Z
28692026-05-20T16:06:12.641Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28702026-05-20T16:06:12.675Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28712026-05-20T16:06:12.705Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4a750f6b-018e-4c19-81c2-9b0ccc37108f --sled-uuid 8ccb7be2-f50b-46dd-a1bd-2cc68412f4b0 -a sl1/v6 &> /opt/ddmd.log &
28722026-05-20T16:06:12.718Z
28732026-05-20T16:06:12.718Zrunning zone s3.quartet setup
28742026-05-20T16:06:12.718Z[s3.quartet] svcs milestone/network
28752026-05-20T16:06:12.730ZSTATE STIME FMRI
28762026-05-20T16:06:12.730Zonline 16:05:57 svc:/milestone/network:default
28772026-05-20T16:06:12.730Z[s3.quartet] dladm
28782026-05-20T16:06:12.744ZLINK CLASS MTU STATE BRIDGE OVER
28792026-05-20T16:06:12.744Zsl2 simnet 9000 up -- ?
28802026-05-20T16:06:12.744Zmgs3 vnic 9000 up -- ?
28812026-05-20T16:06:12.745Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28822026-05-20T16:06:13.300Z
28832026-05-20T16:06:13.300Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28842026-05-20T16:06:13.312Z
28852026-05-20T16:06:13.312Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28862026-05-20T16:06:13.323Z
28872026-05-20T16:06:13.323Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28882026-05-20T16:06:13.358Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28892026-05-20T16:06:13.396Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5460b57c-c506-42bc-9910-c6eb0ca4356c --sled-uuid 93249815-e81b-4756-9bb2-f578bbf1307e -a sl2/v6 &> /opt/ddmd.log &
28902026-05-20T16:06:13.408Z
28912026-05-20T16:06:13.408Zrunning zone t1.quartet setup
28922026-05-20T16:06:13.408Z[t1.quartet] svcs milestone/network
28932026-05-20T16:06:13.422ZSTATE STIME FMRI
28942026-05-20T16:06:13.422Zonline 16:06:00 svc:/milestone/network:default
28952026-05-20T16:06:13.422Z[t1.quartet] dladm
28962026-05-20T16:06:13.436ZLINK CLASS MTU STATE BRIDGE OVER
28972026-05-20T16:06:13.437Ztfportrear0_0 simnet 9000 up -- ?
28982026-05-20T16:06:13.437Ztfportrear1_0 simnet 9000 up -- ?
28992026-05-20T16:06:13.437Ztfportrear2_0 simnet 9000 up -- ?
29002026-05-20T16:06:13.437Zmgt1 vnic 9000 up -- ?
29012026-05-20T16:06:13.437Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29022026-05-20T16:06:13.903Z
29032026-05-20T16:06:13.903Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29042026-05-20T16:06:13.919Z
29052026-05-20T16:06:13.919Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29062026-05-20T16:06:13.932Z
29072026-05-20T16:06:13.932Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29082026-05-20T16:06:13.945Z
29092026-05-20T16:06:13.945Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29102026-05-20T16:06:13.956Z
29112026-05-20T16:06:13.956Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29122026-05-20T16:06:14.279Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29132026-05-20T16:06:14.282Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29142026-05-20T16:06:14.285Zwaiting 3s for copy of files to zone to complete ...
29152026-05-20T16:06:17.282Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29162026-05-20T16:06:17.414Z
29172026-05-20T16:06:17.414Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29182026-05-20T16:06:17.522Z
29192026-05-20T16:06:17.522Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29202026-05-20T16:06:17.559Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29212026-05-20T16:06:17.591Z[t1.quartet] svcadm disable dendrite
29222026-05-20T16:06:17.616Z
29232026-05-20T16:06:17.616Z[t1.quartet] svcadm disable tfport
29242026-05-20T16:06:17.639Z
29252026-05-20T16:06:17.639Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29262026-05-20T16:06:17.665Z
29272026-05-20T16:06:17.665Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29282026-05-20T16:06:17.689Z
29292026-05-20T16:06:17.689Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29302026-05-20T16:06:17.713Z
29312026-05-20T16:06:17.714Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29322026-05-20T16:06:17.738Z
29332026-05-20T16:06:17.738Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29342026-05-20T16:06:17.763Z
29352026-05-20T16:06:17.763Z[t1.quartet] svcadm refresh dendrite:default
29362026-05-20T16:06:17.784Z
29372026-05-20T16:06:17.784Z[t1.quartet] svcadm enable dendrite:default
29382026-05-20T16:06:17.806Z
29392026-05-20T16:06:17.806Zwait 10s for dendrite to come up ...
29402026-05-20T16:06:27.809Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29412026-05-20T16:06:27.836Z
29422026-05-20T16:06:27.836Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29432026-05-20T16:06:27.859Z
29442026-05-20T16:06:27.859Z[t1.quartet] svcadm refresh tfport:default
29452026-05-20T16:06:27.881Z
29462026-05-20T16:06:27.881Z[t1.quartet] svcadm enable tfport
29472026-05-20T16:06:27.902Z
29482026-05-20T16:06:27.902Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f4cb06c1-6310-4f69-94f2-ce9d0a5a2266 --sled-uuid 5d67aa38-c97c-4d49-bd13-10e81e6b4926 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29492026-05-20T16:06:27.913Z
29502026-05-20T16:06:27.913Z[t1.quartet] ipadm
29512026-05-20T16:06:27.928ZADDROBJ TYPE STATE ADDR
29522026-05-20T16:06:27.928Zlo0/v4 static ok 127.0.0.1/8
29532026-05-20T16:06:27.928Zmgt1/v4 static ok 10.0.0.4/24
29542026-05-20T16:06:27.928Zlo0/v6 static ok ::1/128
29552026-05-20T16:06:27.928Zlo0/u6 static ok fd00:4::1/64
29562026-05-20T16:06:27.928Ztfportrear0_0/v6 addrconf ok fe80::f45b:c1ff:fe97:5d84%tfportrear0_0/10
29572026-05-20T16:06:27.928Ztfportrear1_0/v6 addrconf ok fe80::e04c:a5ff:fecc:76d8%tfportrear1_0/10
29582026-05-20T16:06:27.928Ztfportrear2_0/v6 addrconf ok fe80::10d6:36ff:fe79:965f%tfportrear2_0/10
29592026-05-20T16:06:30.017Zinitial peering test passed
29602026-05-20T16:06:31.019Z[s3.quartet] ping fd00:1::1
29612026-05-20T16:06:31.034Zfd00:1::1 is alive
29622026-05-20T16:06:41.074Ztest ddm::test_quartet has been running for over 60 seconds
29632026-05-20T16:06:42.037Z[s3.quartet] ping fd00:1::1
29642026-05-20T16:06:42.052Zfd00:1::1 is alive
29652026-05-20T16:06:42.055Z[t1.quartet] pkill ddmd
29662026-05-20T16:06:42.065Z
29672026-05-20T16:06:42.065Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29682026-05-20T16:06:42.068Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29692026-05-20T16:06:43.968Z[s3.quartet] pkill ddmd
29702026-05-20T16:06:43.981Z
29712026-05-20T16:06:43.981Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29722026-05-20T16:06:45.796Z[s2.quartet] pkill ddmd
29732026-05-20T16:06:45.809Z
29742026-05-20T16:06:45.809Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29752026-05-20T16:06:48.228Z[s1.quartet] pkill ddmd
29762026-05-20T16:06:48.241Z
29772026-05-20T16:06:48.241Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29782026-05-20T16:06:50.114Z[sidecar.quartet] pkill softnpu
29792026-05-20T16:06:50.127Z
29802026-05-20T16:06:50.127Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29812026-05-20T16:06:52.736Ztest ddm::test_quartet ... ok
29822026-05-20T16:06:52.736Z
29832026-05-20T16:06:52.736Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.66s
29842026-05-20T16:06:52.736Z
29852026-05-20T16:06:52.815Z+ cleanup
29862026-05-20T16:06:52.823Z++ id -un
29872026-05-20T16:06:52.832Z++ id -gn
29882026-05-20T16:06:52.832Z+ pfexec chown -R build:build .
29892026-05-20T16:06:53.058Zprocess exited: duration 667463 ms, exit code 0
 
29902026-05-20T16:06:53.067Zfound 6 output files
29912026-05-20T16:06:53.067Zuploading: /work/s1.quartet.log (4855 bytes)
29922026-05-20T16:06:54.091Zuploaded: /work/s1.quartet.log
29932026-05-20T16:06:54.091Zuploading: /work/s2.quartet.log (4138 bytes)
29942026-05-20T16:06:55.952Zuploaded: /work/s2.quartet.log
29952026-05-20T16:06:55.953Zuploading: /work/s3.quartet.log (4251 bytes)
29962026-05-20T16:06:56.975Zuploaded: /work/s3.quartet.log
29972026-05-20T16:06:56.982Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29982026-05-20T16:06:57.997Zuploaded: /work/sidecar.quartet-softnpu.log
29992026-05-20T16:06:57.997Zuploading: /work/t1.quartet-dpd.log (208409 bytes)
30002026-05-20T16:06:59.075Zuploaded: /work/t1.quartet-dpd.log
30012026-05-20T16:06:59.075Zuploading: /work/t1.quartet.log (17196 bytes)
30022026-05-20T16:07:00.083Zuploaded: /work/t1.quartet.log