01KTB53XKM0ZY7KPQM97P1ZRC3: 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: 01KTB54N1CV4X2TMGQEH9PW8SR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T05:48:22.419Zjob assigned to worker 01KTB55117D3ZSX4K0TA4YP2NV [factory aws, i-0bb6b4c84f66b274b] (queued for 1 m 3 s)
 
22026-06-05T05:48:29.807Zstarting task 0: "setup"
32026-06-05T05:48:29.811Z++ uname -s
42026-06-05T05:48:29.816Z+ kern=SunOS
52026-06-05T05:48:29.816Z+ build_user=build
62026-06-05T05:48:29.816Z+ build_uid=12345
72026-06-05T05:48:29.816Z+ work_dir=/work
82026-06-05T05:48:29.816Z+ input_dir=/input
92026-06-05T05:48:29.816Z+ [[ 0 == 12345 ]]
102026-06-05T05:48:29.816Z+ case "$kern" in
112026-06-05T05:48:29.816Z+ groupadd -g 12345 build
122026-06-05T05:48:29.823Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T05:48:31.821Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T05:48:31.936Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T05:48:31.939Z+ home_fs=zfs
162026-06-05T05:48:31.939Z+ [[ zfs == autofs ]]
172026-06-05T05:48:31.939Z+ mkdir -p /home/build
182026-06-05T05:48:31.939Z+ chown build:build /home/build /work
192026-06-05T05:48:33.940Z+ chmod 0700 /home/build /work
202026-06-05T05:48:33.943Zprocess exited: duration 4137 ms, exit code 0
 
212026-06-05T05:48:33.949Zstarting task 1: "rust-toolchain"
222026-06-05T05:48:33.955Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T05:48:33.955Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T05:48:33.955Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T05:48:33.955Z * rust toolchain channel = "stable"
262026-06-05T05:48:33.955Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T05:48:33.955Z * rust toolchain profile = "default"
282026-06-05T05:48:33.959Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T05:48:33.959Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T05:48:34.074Zinfo: downloading installer
312026-06-05T05:48:35.371Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T05:48:35.371Zwarn: /opt/ooce/bin
332026-06-05T05:48:35.371Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T05:48:35.371Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T05:48:35.371Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T05:48:35.371Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T05:48:35.371Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T05:48:35.371Zerror: cannot install while Rust is installed
392026-06-05T05:48:35.371Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T05:48:35.371Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T05:48:35.371Zwarn: /home/build/.rustup/settings.toml
422026-06-05T05:48:35.371Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T05:48:35.371Zwarn: instead of the one inferred from the default host triple.
442026-06-05T05:48:35.384Zinfo: profile set to default
452026-06-05T05:48:35.384Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T05:48:35.387Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T05:48:35.518Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T05:48:35.521Zinfo: downloading 6 components
492026-06-05T05:48:49.829Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T05:48:49.829Z
512026-06-05T05:48:49.856Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T05:48:49.856Z
532026-06-05T05:48:49.858Z
542026-06-05T05:48:49.859ZRust is installed now. Great!
552026-06-05T05:48:49.859Z
562026-06-05T05:48:49.859ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T05:48:49.859Zenvironment variable. This has not been done automatically.
582026-06-05T05:48:49.859Z
592026-06-05T05:48:49.859ZTo configure your current shell, you need to source
602026-06-05T05:48:49.859Zthe corresponding env file under $HOME/.cargo.
612026-06-05T05:48:49.859Z
622026-06-05T05:48:49.859ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T05:48:49.859Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T05:48:49.859Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T05:48:49.859Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T05:48:49.859Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T05:48:49.859Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T05:48:49.859Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T05:48:49.859Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T05:48:49.859Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T05:48:49.957Z+ rustup --version
722026-06-05T05:48:49.965Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T05:48:49.968Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T05:48:49.986Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T05:48:49.992Z+ cargo --version
762026-06-05T05:48:50.003Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T05:48:50.006Z+ rustc --version
782026-06-05T05:48:50.025Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T05:48:50.030Zprocess exited: duration 16074 ms, exit code 0
 
802026-06-05T05:48:50.037Zstarting task 2: "authentication"
812026-06-05T05:48:50.054Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T05:48:50.060Zstarting task 3: "clone repository"
832026-06-05T05:48:50.063Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T05:48:50.067Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T05:48:50.103ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T05:48:51.143Z+ cd /work/oxidecomputer/maghemite
872026-06-05T05:48:51.143Z+ git fetch origin 8289b1493f7e3b70eac6b270eb935bff167e1806
882026-06-05T05:48:51.381ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T05:48:51.381Z * branch 8289b1493f7e3b70eac6b270eb935bff167e1806 -> FETCH_HEAD
902026-06-05T05:48:51.386Z+ [[ -n renovate/rust-1.x ]]
912026-06-05T05:48:51.390Z++ git branch --show-current
922026-06-05T05:48:51.390Z+ current=main
932026-06-05T05:48:51.390Z+ [[ main != renovate/rust-1.x ]]
942026-06-05T05:48:51.390Z+ git branch -f renovate/rust-1.x 8289b1493f7e3b70eac6b270eb935bff167e1806
952026-06-05T05:48:51.393Z+ git checkout -f renovate/rust-1.x
962026-06-05T05:48:51.409ZSwitched to branch 'renovate/rust-1.x'
972026-06-05T05:48:51.412Z+ git reset --hard 8289b1493f7e3b70eac6b270eb935bff167e1806
982026-06-05T05:48:51.427ZHEAD is now at 8289b14 Update dependency rust to v1.96.0
992026-06-05T05:48:51.430Zprocess exited: duration 1366 ms, exit code 0
 
1002026-06-05T05:48:51.439Zstarting task 4: "build"
1012026-06-05T05:48:51.444Z++ dladm
1022026-06-05T05:48:51.447ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-05T05:48:51.447Zena0 phys 9216 up -- --
1042026-06-05T05:48:51.451Z++ ipadm
1052026-06-05T05:48:51.451ZADDROBJ TYPE STATE ADDR
1062026-06-05T05:48:51.451Zlo0/v4 static ok 127.0.0.1/8
1072026-06-05T05:48:51.451Zena0/dhcp dhcp ok 10.150.1.92/24
1082026-06-05T05:48:51.451Zlo0/v6 static ok ::1/128
1092026-06-05T05:48:51.451Z++ banner collect
1102026-06-05T05:48:51.457Z
1112026-06-05T05:48:51.457Z #### #### # # ###### #### #####
1122026-06-05T05:48:51.457Z # # # # # # # # # #
1132026-06-05T05:48:51.457Z # # # # # ##### # #
1142026-06-05T05:48:51.457Z # # # # # # # #
1152026-06-05T05:48:51.457Z # # # # # # # # # #
1162026-06-05T05:48:51.457Z #### #### ###### ###### ###### #### #
1172026-06-05T05:48:51.457Z
1182026-06-05T05:48:51.457Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-05T05:48:51.458Z++ repo=softnpu
1202026-06-05T05:48:51.458Z++ series=image
1212026-06-05T05:48:51.458Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-05T05:48:51.458Z++ name=softnpu
1232026-06-05T05:48:51.458Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-05T05:48:51.458Z++ mkdir -p download
1252026-06-05T05:48:51.458Z++ pushd download
1262026-06-05T05:48:51.458Z++ [[ ! -f softnpu ]]
1272026-06-05T05:48:51.458Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1282026-06-05T05:48:51.458Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-05T05:48:51.464Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-05T05:48:51.464Z Dload Upload Total Spent Left Speed
1312026-06-05T05:48:51.880Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 37.06M 0 0 100 15.63M 100 15.63M 0 0 37.05M 0 0 100 15.63M 100 15.63M 0 0 37.05M 0 0
1322026-06-05T05:48:51.883Z++ popd
1332026-06-05T05:48:51.886Z/work/oxidecomputer/maghemite
1342026-06-05T05:48:51.886Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-05T05:48:51.886Z++ repo=sidecar-lite
1362026-06-05T05:48:51.886Z++ series=release
1372026-06-05T05:48:51.886Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-05T05:48:51.886Z++ name=libsidecar_lite.so
1392026-06-05T05:48:51.886Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-05T05:48:51.886Z++ mkdir -p download
1412026-06-05T05:48:51.886Z++ pushd download
1422026-06-05T05:48:51.886Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-05T05:48:51.887Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-05T05:48:51.887Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-05T05:48:51.891Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-05T05:48:51.893Z Dload Upload Total Spent Left Speed
1472026-06-05T05:48:52.162Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 44.36M 0 0 100 12.04M 100 12.04M 0 0 44.34M 0 0 100 12.04M 100 12.04M 0 0 44.33M 0 0
1482026-06-05T05:48:52.165Z++ popd
1492026-06-05T05:48:52.166Z/work/oxidecomputer/maghemite
1502026-06-05T05:48:52.166Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-05T05:48:52.166Z++ repo=sidecar-lite
1522026-06-05T05:48:52.166Z++ series=release
1532026-06-05T05:48:52.166Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-05T05:48:52.166Z++ name=scadm
1552026-06-05T05:48:52.166Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-05T05:48:52.166Z++ mkdir -p download
1572026-06-05T05:48:52.171Z++ pushd download
1582026-06-05T05:48:52.171Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-05T05:48:52.171Z++ [[ ! -f scadm ]]
1602026-06-05T05:48:52.171Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-05T05:48:52.174Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-05T05:48:52.174Z Dload Upload Total Spent Left Speed
1632026-06-05T05:48:52.545Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 42.29M 0 0 100 15.78M 100 15.78M 0 0 42.28M 0 0 100 15.78M 100 15.78M 0 0 42.28M 0 0
1642026-06-05T05:48:52.550Z++ popd
1652026-06-05T05:48:52.550Z/work/oxidecomputer/maghemite
1662026-06-05T05:48:52.550Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-05T05:48:52.550Z++ repo=dendrite
1682026-06-05T05:48:52.550Z++ series=image
1692026-06-05T05:48:52.550Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-05T05:48:52.550Z++ name=dendrite-softnpu.tar.gz
1712026-06-05T05:48:52.550Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-05T05:48:52.550Z++ mkdir -p download
1732026-06-05T05:48:52.551Z++ pushd download
1742026-06-05T05:48:52.551Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-06-05T05:48:52.551Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-06-05T05:48:52.551Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T05:48:52.554Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-05T05:48:52.554Z Dload Upload Total Spent Left Speed
1792026-06-05T05:48:53.690Z 0 0 0 0 0 0 0 0 0 83 71.59M 83 59.68M 0 0 59.71M 0 00:01 00:01 59.72M 100 71.59M 100 71.59M 0 0 63.08M 0 00:01 00:01 59.72M 100 71.59M 100 71.59M 0 0 63.08M 0 00:01 00:01 59.72M 100 71.59M 100 71.59M 0 0 63.08M 0 00:01 00:01 59.72M
1802026-06-05T05:48:53.693Z++ popd
1812026-06-05T05:48:53.693Z/work/oxidecomputer/maghemite
1822026-06-05T05:48:53.693Z++ get_artifact maghemite release 8289b1493f7e3b70eac6b270eb935bff167e1806 ddm
1832026-06-05T05:48:53.693Z++ repo=maghemite
1842026-06-05T05:48:53.693Z++ series=release
1852026-06-05T05:48:53.693Z++ commit=8289b1493f7e3b70eac6b270eb935bff167e1806
1862026-06-05T05:48:53.693Z++ name=ddm
1872026-06-05T05:48:53.694Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-05T05:48:53.694Z++ mkdir -p download
1892026-06-05T05:48:53.694Z++ pushd download
1902026-06-05T05:48:53.694Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-05T05:48:53.694Z++ [[ ! -f ddm ]]
1922026-06-05T05:48:53.694Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/8289b1493f7e3b70eac6b270eb935bff167e1806/ddm
1932026-06-05T05:48:53.700Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-05T05:48:53.702Z Dload Upload Total Spent Left Speed
1952026-06-05T05:48:55.627Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0
1962026-06-05T05:48:55.627Zcurl: (22) The requested URL returned error: 404
1972026-06-05T05:48:55.633Z++ popd
1982026-06-05T05:48:55.633Z/work/oxidecomputer/maghemite
1992026-06-05T05:48:55.636Z++ get_artifact maghemite release 8289b1493f7e3b70eac6b270eb935bff167e1806 ddmadm
2002026-06-05T05:48:55.636Z++ repo=maghemite
2012026-06-05T05:48:55.636Z++ series=release
2022026-06-05T05:48:55.636Z++ commit=8289b1493f7e3b70eac6b270eb935bff167e1806
2032026-06-05T05:48:55.636Z++ name=ddmadm
2042026-06-05T05:48:55.636Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-05T05:48:55.636Z++ mkdir -p download
2062026-06-05T05:48:55.636Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2072026-06-05T05:48:55.636Z++ pushd download
2082026-06-05T05:48:55.637Z++ [[ ! -f ddmadm ]]
2092026-06-05T05:48:55.637Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/8289b1493f7e3b70eac6b270eb935bff167e1806/ddmadm
2102026-06-05T05:48:55.640Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-05T05:48:55.640Z Dload Upload Total Spent Left Speed
2122026-06-05T05:48:55.721Z 0 0 0 0 0 0 0 0 0
2132026-06-05T05:48:55.721Zcurl: (22) The requested URL returned error: 404
2142026-06-05T05:48:55.724Z++ popd
2152026-06-05T05:48:55.724Z/work/oxidecomputer/maghemite
2162026-06-05T05:48:55.724Z++ pushd download
2172026-06-05T05:48:55.724Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-05T05:48:55.724Z++ chmod +x softnpu
2192026-06-05T05:48:55.727Z++ chmod +x scadm
2202026-06-05T05:48:55.727Z++ chmod +x ddmadm
2212026-06-05T05:48:55.727Zchmod: WARNING: can't access ddmadm
2222026-06-05T05:48:55.727Z++ chmod +x ddmd
2232026-06-05T05:48:55.730Zchmod: WARNING: can't access ddmd
2242026-06-05T05:48:55.730Z++ mv ddmadm ddmadm-v2
2252026-06-05T05:48:55.730Zmv: cannot access ddmadm
2262026-06-05T05:48:55.730Z++ mv ddmd ddmd-v2
2272026-06-05T05:48:55.733Zmv: cannot access ddmd
2282026-06-05T05:48:55.734Z++ rm -rf zones/dendrite
2292026-06-05T05:48:55.734Z++ mkdir -p zones/dendrite
2302026-06-05T05:48:55.734Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-05T05:48:56.727Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-05T05:48:56.730Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-05T05:48:56.733Z++ popd
2342026-06-05T05:48:56.733Z/work/oxidecomputer/maghemite
2352026-06-05T05:48:56.733Z++ banner install
2362026-06-05T05:48:56.733Z
2372026-06-05T05:48:56.733Z # # # #### ##### ## # #
2382026-06-05T05:48:56.733Z # ## # # # # # # #
2392026-06-05T05:48:56.733Z # # # # #### # # # # #
2402026-06-05T05:48:56.733Z # # # # # # ###### # #
2412026-06-05T05:48:56.733Z # # ## # # # # # # #
2422026-06-05T05:48:56.733Z # # # #### # # # ###### ######
2432026-06-05T05:48:56.733Z
2442026-06-05T05:48:56.733Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-05T05:48:56.733Z++ set +o errexit
2462026-06-05T05:48:56.734Z++ pkg info clang-15
2472026-06-05T05:48:56.737Z++ grep -qi installed
2482026-06-05T05:48:57.930Zpkg: info: no packages matching the following patterns you specified are
2492026-06-05T05:48:57.930Zinstalled on the system. Try querying remotely instead:
2502026-06-05T05:48:57.930Z
2512026-06-05T05:48:57.930Z clang-15
2522026-06-05T05:48:57.969Z++ [[ 1 != 0 ]]
2532026-06-05T05:48:57.969Z++ set -o errexit
2542026-06-05T05:48:57.971Z++ pfexec pkg install clang-15
2552026-06-05T05:49:07.146Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-05T05:49:14.760Z Startup: Caching catalogs ... Done
2572026-06-05T05:49:21.936ZPlanning: Solver setup ... Done
2582026-06-05T05:49:21.976ZPlanning: Running solver ... Done
2592026-06-05T05:49:22.114ZPlanning: Finding local manifests ... Done
2602026-06-05T05:49:22.136ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-05T05:49:22.642ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-05T05:49:22.671ZPlanning: Package planning ... Done
2632026-06-05T05:49:22.696ZPlanning: Merging actions ... Done
2642026-06-05T05:49:22.809ZPlanning: Checking for conflicting actions ... Done
2652026-06-05T05:49:22.814ZPlanning: Consolidating action changes ... Done
2662026-06-05T05:49:23.590ZPlanning: Evaluating mediators ... Done
2672026-06-05T05:49:23.596ZPlanning: Planning completed in 8.67 seconds
2682026-06-05T05:49:23.607Z Packages to install: 2
2692026-06-05T05:49:23.608Z Mediators to change: 2
2702026-06-05T05:49:23.608Z Services to change: 1
2712026-06-05T05:49:23.608Z Create boot environment: No
2722026-06-05T05:49:23.610ZCreate backup boot environment: No
2732026-06-05T05:49:23.648Z
2742026-06-05T05:49:23.648ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-05T05:49:29.755ZDownload: 976/3076 items 82.0/211.3MB 38% complete (18.7M/s)
2762026-06-05T05:49:34.761ZDownload: 1054/3076 items 108.5/211.3MB 51% complete (9.3M/s)
2772026-06-05T05:49:39.764ZDownload: 1563/3076 items 116.8/211.3MB 55% complete (3.5M/s)
2782026-06-05T05:49:44.773ZDownload: 1998/3076 items 117.7/211.3MB 55% complete (1.2M/s)
2792026-06-05T05:49:58.809ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
2802026-06-05T05:50:04.902ZDownload: 3026/3076 items 201.7/211.3MB 95% complete (19.5M/s)
2812026-06-05T05:50:17.524ZDownload: 3075/3076 items 210.8/211.3MB 99% complete
2822026-06-05T05:50:17.551ZDownload: Completed 211.31 MB in 53.89 seconds (3.9M/s)
2832026-06-05T05:50:17.666Z Actions: 1/3418 actions (Installing new actions)
2842026-06-05T05:50:20.812Z Actions: Completed 3418 actions in 3.15 seconds.
2852026-06-05T05:50:21.452Z Done
2862026-06-05T05:50:21.452Z Done
2872026-06-05T05:50:22.185Z Done
2882026-06-05T05:50:25.528Z Done
2892026-06-05T05:50:25.600Z Done
2902026-06-05T05:50:25.603Z Done
2912026-06-05T05:50:25.894Z Done
2922026-06-05T05:50:26.571Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-06-05T05:50:26.571Z++ set +o errexit
2942026-06-05T05:50:26.573Z++ pkg info pkg-config
2952026-06-05T05:50:26.573Z++ grep -qi installed
2962026-06-05T05:50:26.800Z++ [[ 0 != 0 ]]
2972026-06-05T05:50:26.800Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2982026-06-05T05:50:26.800Z++ set +o errexit
2992026-06-05T05:50:26.803Z++ pkg info brand/omicron1
3002026-06-05T05:50:26.803Z++ grep -qi installed
3012026-06-05T05:50:26.984Zpkg: info: no packages matching the following patterns you specified are
3022026-06-05T05:50:26.984Zinstalled on the system. Try querying remotely instead:
3032026-06-05T05:50:26.984Z
3042026-06-05T05:50:26.984Z brand/omicron1
3052026-06-05T05:50:27.016Z++ [[ 1 != 0 ]]
3062026-06-05T05:50:27.016Z++ set -o errexit
3072026-06-05T05:50:27.016Z++ pfexec pkg install brand/omicron1
3082026-06-05T05:50:27.445Z Startup: Refreshing catalog 'helios-dev' ... Done
3092026-06-05T05:50:34.675ZPlanning: Solver setup ... Done
3102026-06-05T05:50:34.715ZPlanning: Running solver ... Done
3112026-06-05T05:50:34.860ZPlanning: Finding local manifests ... Done
3122026-06-05T05:50:34.863ZPlanning: Fetching manifests: 0/2 0% complete
3132026-06-05T05:50:34.979ZPlanning: Fetching manifests: 2/2 100% complete
3142026-06-05T05:50:34.992ZPlanning: Package planning ... Done
3152026-06-05T05:50:34.995ZPlanning: Merging actions ... Done
3162026-06-05T05:50:35.144ZPlanning: Checking for conflicting actions ... Done
3172026-06-05T05:50:35.154ZPlanning: Consolidating action changes ... Done
3182026-06-05T05:50:35.301ZPlanning: Evaluating mediators ... Done
3192026-06-05T05:50:35.305ZPlanning: Planning completed in 7.85 seconds
3202026-06-05T05:50:35.309Z Packages to install: 2
3212026-06-05T05:50:35.309Z Create boot environment: No
3222026-06-05T05:50:35.310ZCreate backup boot environment: No
3232026-06-05T05:50:35.337Z
3242026-06-05T05:50:35.337ZDownload: 0/5 items 0.0/1.1MB 0% complete
3252026-06-05T05:50:35.358ZDownload: Completed 1.07 MB in 0.02 seconds (54.2M/s)
3262026-06-05T05:50:35.421Z Actions: 1/28 actions (Installing new actions)
3272026-06-05T05:50:35.434Z Actions: Completed 28 actions in 0.01 seconds.
3282026-06-05T05:50:35.940Z Done
3292026-06-05T05:50:35.940Z Done
3302026-06-05T05:50:36.567Z Done
3312026-06-05T05:50:39.392Z Done
3322026-06-05T05:50:39.462Z Done
3332026-06-05T05:50:39.465Z Done
3342026-06-05T05:50:39.607Z Done
3352026-06-05T05:50:39.746Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3362026-06-05T05:50:39.746Z++ set +o errexit
3372026-06-05T05:50:39.750Z++ pkg info brand/omicron1/tools
3382026-06-05T05:50:39.750Z++ grep -qi installed
3392026-06-05T05:50:39.930Zpkg: info: no packages matching the following patterns you specified are
3402026-06-05T05:50:39.930Zinstalled on the system. Try querying remotely instead:
3412026-06-05T05:50:39.930Z
3422026-06-05T05:50:39.930Z brand/omicron1/tools
3432026-06-05T05:50:39.963Z++ [[ 1 != 0 ]]
3442026-06-05T05:50:39.963Z++ set -o errexit
3452026-06-05T05:50:39.963Z++ pfexec pkg install brand/omicron1/tools
3462026-06-05T05:50:40.352Z Startup: Refreshing catalog 'helios-dev' ... Done
3472026-06-05T05:50:47.705ZPlanning: Solver setup ... Done
3482026-06-05T05:50:47.741ZPlanning: Running solver ... Done
3492026-06-05T05:50:47.881ZPlanning: Finding local manifests ... Done
3502026-06-05T05:50:47.884ZPlanning: Fetching manifests: 0/1 0% complete
3512026-06-05T05:50:48.004ZPlanning: Fetching manifests: 1/1 100% complete
3522026-06-05T05:50:48.016ZPlanning: Package planning ... Done
3532026-06-05T05:50:48.019ZPlanning: Merging actions ... Done
3542026-06-05T05:50:48.160ZPlanning: Checking for conflicting actions ... Done
3552026-06-05T05:50:48.163ZPlanning: Consolidating action changes ... Done
3562026-06-05T05:50:48.316ZPlanning: Evaluating mediators ... Done
3572026-06-05T05:50:48.318ZPlanning: Planning completed in 7.96 seconds
3582026-06-05T05:50:48.324Z Packages to install: 1
3592026-06-05T05:50:48.324Z Services to change: 1
3602026-06-05T05:50:48.324Z Create boot environment: No
3612026-06-05T05:50:48.324ZCreate backup boot environment: No
3622026-06-05T05:50:48.353Z
3632026-06-05T05:50:48.353ZDownload: 0/2 items 0.0/1.2MB 0% complete
3642026-06-05T05:50:48.787ZDownload: Completed 1.19 MB in 0.43 seconds (2.7M/s)
3652026-06-05T05:50:48.876Z Actions: 1/19 actions (Installing new actions)
3662026-06-05T05:50:48.892Z Actions: Completed 19 actions in 0.01 seconds.
3672026-06-05T05:50:49.395Z Done
3682026-06-05T05:50:49.395Z Done
3692026-06-05T05:50:50.035Z Done
3702026-06-05T05:50:52.900Z Done
3712026-06-05T05:50:52.974Z Done
3722026-06-05T05:50:52.977Z Done
3732026-06-05T05:50:53.136Z Done
3742026-06-05T05:50:53.270Z++ pfexec svcadm enable baseline
3752026-06-05T05:50:53.287Z++ retry=0
3762026-06-05T05:50:53.290Z+++ svcs -Hostate baseline
3772026-06-05T05:50:53.301Z++ [[ offline* != online ]]
3782026-06-05T05:50:53.301Z++ [[ 0 -gt 300 ]]
3792026-06-05T05:50:53.304Z++ sleep 1
3802026-06-05T05:50:54.304Z++ retry=1
3812026-06-05T05:50:54.307Z+++ svcs -Hostate baseline
3822026-06-05T05:50:54.319Z++ [[ offline* != online ]]
3832026-06-05T05:50:54.319Z++ [[ 1 -gt 300 ]]
3842026-06-05T05:50:54.319Z++ sleep 1
3852026-06-05T05:50:55.323Z++ retry=2
3862026-06-05T05:50:55.327Z+++ svcs -Hostate baseline
3872026-06-05T05:50:55.340Z++ [[ offline* != online ]]
3882026-06-05T05:50:55.340Z++ [[ 2 -gt 300 ]]
3892026-06-05T05:50:55.340Z++ sleep 1
3902026-06-05T05:50:56.339Z++ retry=3
3912026-06-05T05:50:56.342Z+++ svcs -Hostate baseline
3922026-06-05T05:50:56.357Z++ [[ offline* != online ]]
3932026-06-05T05:50:56.357Z++ [[ 3 -gt 300 ]]
3942026-06-05T05:50:56.362Z++ sleep 1
3952026-06-05T05:50:57.357Z++ retry=4
3962026-06-05T05:50:57.363Z+++ svcs -Hostate baseline
3972026-06-05T05:50:57.372Z++ [[ offline* != online ]]
3982026-06-05T05:50:57.372Z++ [[ 4 -gt 300 ]]
3992026-06-05T05:50:57.376Z++ sleep 1
4002026-06-05T05:50:58.375Z++ retry=5
4012026-06-05T05:50:58.378Z+++ svcs -Hostate baseline
4022026-06-05T05:50:58.393Z++ [[ offline* != online ]]
4032026-06-05T05:50:58.393Z++ [[ 5 -gt 300 ]]
4042026-06-05T05:50:58.393Z++ sleep 1
4052026-06-05T05:50:59.419Z++ retry=6
4062026-06-05T05:50:59.428Z+++ svcs -Hostate baseline
4072026-06-05T05:50:59.428Z++ [[ offline* != online ]]
4082026-06-05T05:50:59.428Z++ [[ 6 -gt 300 ]]
4092026-06-05T05:50:59.428Z++ sleep 1
4102026-06-05T05:51:00.412Z++ retry=7
4112026-06-05T05:51:00.415Z+++ svcs -Hostate baseline
4122026-06-05T05:51:00.504Z++ [[ offline* != online ]]
4132026-06-05T05:51:00.504Z++ [[ 7 -gt 300 ]]
4142026-06-05T05:51:00.504Z++ sleep 1
4152026-06-05T05:51:01.429Z++ retry=8
4162026-06-05T05:51:02.266Z+++ svcs -Hostate baseline
4172026-06-05T05:51:02.267Z++ [[ offline* != online ]]
4182026-06-05T05:51:02.267Z++ [[ 8 -gt 300 ]]
4192026-06-05T05:51:02.267Z++ sleep 1
4202026-06-05T05:51:02.450Z++ retry=9
4212026-06-05T05:51:02.454Z+++ svcs -Hostate baseline
4222026-06-05T05:51:02.466Z++ [[ offline* != online ]]
4232026-06-05T05:51:02.466Z++ [[ 9 -gt 300 ]]
4242026-06-05T05:51:02.471Z++ sleep 1
4252026-06-05T05:51:03.470Z++ retry=10
4262026-06-05T05:51:03.479Z+++ svcs -Hostate baseline
4272026-06-05T05:51:03.483Z++ [[ offline* != online ]]
4282026-06-05T05:51:03.483Z++ [[ 10 -gt 300 ]]
4292026-06-05T05:51:03.483Z++ sleep 1
4302026-06-05T05:51:04.509Z++ retry=11
4312026-06-05T05:51:04.535Z+++ svcs -Hostate baseline
4322026-06-05T05:51:04.535Z++ [[ offline* != online ]]
4332026-06-05T05:51:04.535Z++ [[ 11 -gt 300 ]]
4342026-06-05T05:51:04.535Z++ sleep 1
4352026-06-05T05:51:05.507Z++ retry=12
4362026-06-05T05:51:05.514Z+++ svcs -Hostate baseline
4372026-06-05T05:51:05.538Z++ [[ offline* != online ]]
4382026-06-05T05:51:05.538Z++ [[ 12 -gt 300 ]]
4392026-06-05T05:51:05.538Z++ sleep 1
4402026-06-05T05:51:06.748Z++ retry=13
4412026-06-05T05:51:06.752Z+++ svcs -Hostate baseline
4422026-06-05T05:51:06.752Z++ [[ offline* != online ]]
4432026-06-05T05:51:06.752Z++ [[ 13 -gt 300 ]]
4442026-06-05T05:51:06.752Z++ sleep 1
4452026-06-05T05:51:07.706Z++ retry=14
4462026-06-05T05:51:07.766Z+++ svcs -Hostate baseline
4472026-06-05T05:51:07.766Z++ [[ offline* != online ]]
4482026-06-05T05:51:07.766Z++ [[ 14 -gt 300 ]]
4492026-06-05T05:51:07.766Z++ sleep 1
4502026-06-05T05:51:09.930Z++ retry=15
4512026-06-05T05:51:10.011Z+++ svcs -Hostate baseline
4522026-06-05T05:51:10.011Z++ [[ offline* != online ]]
4532026-06-05T05:51:10.011Z++ [[ 15 -gt 300 ]]
4542026-06-05T05:51:10.012Z++ sleep 1
4552026-06-05T05:51:10.012Z++ retry=16
4562026-06-05T05:51:10.012Z+++ svcs -Hostate baseline
4572026-06-05T05:51:10.012Z++ [[ offline* != online ]]
4582026-06-05T05:51:10.012Z++ [[ 16 -gt 300 ]]
4592026-06-05T05:51:10.012Z++ sleep 1
4602026-06-05T05:51:10.591Z++ retry=17
4612026-06-05T05:51:10.598Z+++ svcs -Hostate baseline
4622026-06-05T05:51:10.621Z++ [[ offline* != online ]]
4632026-06-05T05:51:10.621Z++ [[ 17 -gt 300 ]]
4642026-06-05T05:51:10.621Z++ sleep 1
4652026-06-05T05:51:11.611Z++ retry=18
4662026-06-05T05:51:11.615Z+++ svcs -Hostate baseline
4672026-06-05T05:51:11.625Z++ [[ offline* != online ]]
4682026-06-05T05:51:11.625Z++ [[ 18 -gt 300 ]]
4692026-06-05T05:51:11.625Z++ sleep 1
4702026-06-05T05:51:12.628Z++ retry=19
4712026-06-05T05:51:12.633Z+++ svcs -Hostate baseline
4722026-06-05T05:51:12.642Z++ [[ offline* != online ]]
4732026-06-05T05:51:12.643Z++ [[ 19 -gt 300 ]]
4742026-06-05T05:51:12.643Z++ sleep 1
4752026-06-05T05:51:13.722Z++ retry=20
4762026-06-05T05:51:13.741Z+++ svcs -Hostate baseline
4772026-06-05T05:51:13.742Z++ [[ offline* != online ]]
4782026-06-05T05:51:13.742Z++ [[ 20 -gt 300 ]]
4792026-06-05T05:51:13.742Z++ sleep 1
4802026-06-05T05:51:14.664Z++ retry=21
4812026-06-05T05:51:14.667Z+++ svcs -Hostate baseline
4822026-06-05T05:51:14.677Z++ [[ offline* != online ]]
4832026-06-05T05:51:14.677Z++ [[ 21 -gt 300 ]]
4842026-06-05T05:51:14.677Z++ sleep 1
4852026-06-05T05:51:15.683Z++ retry=22
4862026-06-05T05:51:15.687Z+++ svcs -Hostate baseline
4872026-06-05T05:51:15.695Z++ [[ offline* != online ]]
4882026-06-05T05:51:15.695Z++ [[ 22 -gt 300 ]]
4892026-06-05T05:51:15.695Z++ sleep 1
4902026-06-05T05:51:16.792Z++ retry=23
4912026-06-05T05:51:16.884Z+++ svcs -Hostate baseline
4922026-06-05T05:51:16.884Z++ [[ offline* != online ]]
4932026-06-05T05:51:16.884Z++ [[ 23 -gt 300 ]]
4942026-06-05T05:51:16.884Z++ sleep 1
4952026-06-05T05:51:17.734Z++ retry=24
4962026-06-05T05:51:17.745Z+++ svcs -Hostate baseline
4972026-06-05T05:51:17.745Z++ [[ offline* != online ]]
4982026-06-05T05:51:17.745Z++ [[ 24 -gt 300 ]]
4992026-06-05T05:51:17.745Z++ sleep 1
5002026-06-05T05:51:18.747Z++ retry=25
5012026-06-05T05:51:18.751Z+++ svcs -Hostate baseline
5022026-06-05T05:51:18.751Z++ [[ offline* != online ]]
5032026-06-05T05:51:18.752Z++ [[ 25 -gt 300 ]]
5042026-06-05T05:51:18.752Z++ sleep 1
5052026-06-05T05:51:20.916Z++ retry=26
5062026-06-05T05:51:20.947Z+++ svcs -Hostate baseline
5072026-06-05T05:51:20.947Z++ [[ offline* != online ]]
5082026-06-05T05:51:20.947Z++ [[ 26 -gt 300 ]]
5092026-06-05T05:51:20.947Z++ sleep 1
5102026-06-05T05:51:20.947Z++ retry=27
5112026-06-05T05:51:20.947Z+++ svcs -Hostate baseline
5122026-06-05T05:51:20.947Z++ [[ offline* != online ]]
5132026-06-05T05:51:20.947Z++ [[ 27 -gt 300 ]]
5142026-06-05T05:51:20.947Z++ sleep 1
5152026-06-05T05:51:21.787Z++ retry=28
5162026-06-05T05:51:21.793Z+++ svcs -Hostate baseline
5172026-06-05T05:51:21.805Z++ [[ offline* != online ]]
5182026-06-05T05:51:21.805Z++ [[ 28 -gt 300 ]]
5192026-06-05T05:51:21.806Z++ sleep 1
5202026-06-05T05:51:22.805Z++ retry=29
5212026-06-05T05:51:22.813Z+++ svcs -Hostate baseline
5222026-06-05T05:51:22.830Z++ [[ offline* != online ]]
5232026-06-05T05:51:22.830Z++ [[ 29 -gt 300 ]]
5242026-06-05T05:51:22.830Z++ sleep 1
5252026-06-05T05:51:23.851Z++ retry=30
5262026-06-05T05:51:23.869Z+++ svcs -Hostate baseline
5272026-06-05T05:51:23.869Z++ [[ offline* != online ]]
5282026-06-05T05:51:23.869Z++ [[ 30 -gt 300 ]]
5292026-06-05T05:51:23.869Z++ sleep 1
5302026-06-05T05:51:24.848Z++ retry=31
5312026-06-05T05:51:24.848Z+++ svcs -Hostate baseline
5322026-06-05T05:51:24.859Z++ [[ offline* != online ]]
5332026-06-05T05:51:24.859Z++ [[ 31 -gt 300 ]]
5342026-06-05T05:51:24.859Z++ sleep 1
5352026-06-05T05:51:25.870Z++ retry=32
5362026-06-05T05:51:25.875Z+++ svcs -Hostate baseline
5372026-06-05T05:51:25.893Z++ [[ offline* != online ]]
5382026-06-05T05:51:25.893Z++ [[ 32 -gt 300 ]]
5392026-06-05T05:51:25.893Z++ sleep 1
5402026-06-05T05:51:26.877Z++ retry=33
5412026-06-05T05:51:26.880Z+++ svcs -Hostate baseline
5422026-06-05T05:51:26.892Z++ [[ offline* != online ]]
5432026-06-05T05:51:26.892Z++ [[ 33 -gt 300 ]]
5442026-06-05T05:51:26.892Z++ sleep 1
5452026-06-05T05:51:27.895Z++ retry=34
5462026-06-05T05:51:27.898Z+++ svcs -Hostate baseline
5472026-06-05T05:51:27.910Z++ [[ offline* != online ]]
5482026-06-05T05:51:27.910Z++ [[ 34 -gt 300 ]]
5492026-06-05T05:51:27.910Z++ sleep 1
5502026-06-05T05:51:30.909Z++ retry=35
5512026-06-05T05:51:30.912Z+++ svcs -Hostate baseline
5522026-06-05T05:51:30.912Z++ [[ offline* != online ]]
5532026-06-05T05:51:30.912Z++ [[ 35 -gt 300 ]]
5542026-06-05T05:51:30.912Z++ sleep 1
5552026-06-05T05:51:30.912Z++ retry=36
5562026-06-05T05:51:30.912Z+++ svcs -Hostate baseline
5572026-06-05T05:51:30.912Z++ [[ offline* != online ]]
5582026-06-05T05:51:30.912Z++ [[ 36 -gt 300 ]]
5592026-06-05T05:51:30.912Z++ sleep 1
5602026-06-05T05:51:31.038Z++ retry=37
5612026-06-05T05:51:31.066Z+++ svcs -Hostate baseline
5622026-06-05T05:51:31.066Z++ [[ offline* != online ]]
5632026-06-05T05:51:31.066Z++ [[ 37 -gt 300 ]]
5642026-06-05T05:51:31.066Z++ sleep 1
5652026-06-05T05:51:31.967Z++ retry=38
5662026-06-05T05:51:31.971Z+++ svcs -Hostate baseline
5672026-06-05T05:51:31.983Z++ [[ offline* != online ]]
5682026-06-05T05:51:31.983Z++ [[ 38 -gt 300 ]]
5692026-06-05T05:51:31.983Z++ sleep 1
5702026-06-05T05:51:33.010Z++ retry=39
5712026-06-05T05:51:33.013Z+++ svcs -Hostate baseline
5722026-06-05T05:51:33.013Z++ [[ offline* != online ]]
5732026-06-05T05:51:33.013Z++ [[ 39 -gt 300 ]]
5742026-06-05T05:51:33.013Z++ sleep 1
5752026-06-05T05:51:34.007Z++ retry=40
5762026-06-05T05:51:34.010Z+++ svcs -Hostate baseline
5772026-06-05T05:51:34.019Z++ [[ offline* != online ]]
5782026-06-05T05:51:34.019Z++ [[ 40 -gt 300 ]]
5792026-06-05T05:51:34.019Z++ sleep 1
5802026-06-05T05:51:35.022Z++ retry=41
5812026-06-05T05:51:35.024Z+++ svcs -Hostate baseline
5822026-06-05T05:51:35.038Z++ [[ offline* != online ]]
5832026-06-05T05:51:35.038Z++ [[ 41 -gt 300 ]]
5842026-06-05T05:51:35.039Z++ sleep 1
5852026-06-05T05:51:36.040Z++ retry=42
5862026-06-05T05:51:36.043Z+++ svcs -Hostate baseline
5872026-06-05T05:51:36.056Z++ [[ offline* != online ]]
5882026-06-05T05:51:36.056Z++ [[ 42 -gt 300 ]]
5892026-06-05T05:51:36.056Z++ sleep 1
5902026-06-05T05:51:37.058Z++ retry=43
5912026-06-05T05:51:37.191Z+++ svcs -Hostate baseline
5922026-06-05T05:51:37.211Z++ [[ offline* != online ]]
5932026-06-05T05:51:37.211Z++ [[ 43 -gt 300 ]]
5942026-06-05T05:51:37.211Z++ sleep 1
5952026-06-05T05:51:38.077Z++ retry=44
5962026-06-05T05:51:38.079Z+++ svcs -Hostate baseline
5972026-06-05T05:51:38.093Z++ [[ offline* != online ]]
5982026-06-05T05:51:38.093Z++ [[ 44 -gt 300 ]]
5992026-06-05T05:51:38.093Z++ sleep 1
6002026-06-05T05:51:39.095Z++ retry=45
6012026-06-05T05:51:39.098Z+++ svcs -Hostate baseline
6022026-06-05T05:51:39.111Z++ [[ offline* != online ]]
6032026-06-05T05:51:39.111Z++ [[ 45 -gt 300 ]]
6042026-06-05T05:51:39.111Z++ sleep 1
6052026-06-05T05:51:40.113Z++ retry=46
6062026-06-05T05:51:40.116Z+++ svcs -Hostate baseline
6072026-06-05T05:51:40.129Z++ [[ offline* != online ]]
6082026-06-05T05:51:40.129Z++ [[ 46 -gt 300 ]]
6092026-06-05T05:51:40.129Z++ sleep 1
6102026-06-05T05:51:41.131Z++ retry=47
6112026-06-05T05:51:41.134Z+++ svcs -Hostate baseline
6122026-06-05T05:51:41.149Z++ [[ offline* != online ]]
6132026-06-05T05:51:41.149Z++ [[ 47 -gt 300 ]]
6142026-06-05T05:51:41.149Z++ sleep 1
6152026-06-05T05:51:42.152Z++ retry=48
6162026-06-05T05:51:42.160Z+++ svcs -Hostate baseline
6172026-06-05T05:51:42.166Z++ [[ offline* != online ]]
6182026-06-05T05:51:42.166Z++ [[ 48 -gt 300 ]]
6192026-06-05T05:51:42.166Z++ sleep 1
6202026-06-05T05:51:43.168Z++ retry=49
6212026-06-05T05:51:43.171Z+++ svcs -Hostate baseline
6222026-06-05T05:51:43.186Z++ [[ offline* != online ]]
6232026-06-05T05:51:43.186Z++ [[ 49 -gt 300 ]]
6242026-06-05T05:51:43.186Z++ sleep 1
6252026-06-05T05:51:44.192Z++ retry=50
6262026-06-05T05:51:44.196Z+++ svcs -Hostate baseline
6272026-06-05T05:51:44.216Z++ [[ offline* != online ]]
6282026-06-05T05:51:44.216Z++ [[ 50 -gt 300 ]]
6292026-06-05T05:51:44.216Z++ sleep 1
6302026-06-05T05:51:45.205Z++ retry=51
6312026-06-05T05:51:45.208Z+++ svcs -Hostate baseline
6322026-06-05T05:51:45.221Z++ [[ offline* != online ]]
6332026-06-05T05:51:45.221Z++ [[ 51 -gt 300 ]]
6342026-06-05T05:51:45.221Z++ sleep 1
6352026-06-05T05:51:46.223Z++ retry=52
6362026-06-05T05:51:46.227Z+++ svcs -Hostate baseline
6372026-06-05T05:51:46.239Z++ [[ offline* != online ]]
6382026-06-05T05:51:46.239Z++ [[ 52 -gt 300 ]]
6392026-06-05T05:51:46.239Z++ sleep 1
6402026-06-05T05:51:47.244Z++ retry=53
6412026-06-05T05:51:47.250Z+++ svcs -Hostate baseline
6422026-06-05T05:51:47.257Z++ [[ offline* != online ]]
6432026-06-05T05:51:47.257Z++ [[ 53 -gt 300 ]]
6442026-06-05T05:51:47.257Z++ sleep 1
6452026-06-05T05:51:48.260Z++ retry=54
6462026-06-05T05:51:48.263Z+++ svcs -Hostate baseline
6472026-06-05T05:51:48.277Z++ [[ offline* != online ]]
6482026-06-05T05:51:48.277Z++ [[ 54 -gt 300 ]]
6492026-06-05T05:51:48.277Z++ sleep 1
6502026-06-05T05:51:49.278Z++ retry=55
6512026-06-05T05:51:49.281Z+++ svcs -Hostate baseline
6522026-06-05T05:51:49.295Z++ [[ offline* != online ]]
6532026-06-05T05:51:49.295Z++ [[ 55 -gt 300 ]]
6542026-06-05T05:51:49.295Z++ sleep 1
6552026-06-05T05:51:50.297Z++ retry=56
6562026-06-05T05:51:50.305Z+++ svcs -Hostate baseline
6572026-06-05T05:51:50.313Z++ [[ offline* != online ]]
6582026-06-05T05:51:50.313Z++ [[ 56 -gt 300 ]]
6592026-06-05T05:51:50.313Z++ sleep 1
6602026-06-05T05:51:51.315Z++ retry=57
6612026-06-05T05:51:51.320Z+++ svcs -Hostate baseline
6622026-06-05T05:51:51.332Z++ [[ offline* != online ]]
6632026-06-05T05:51:51.332Z++ [[ 57 -gt 300 ]]
6642026-06-05T05:51:51.332Z++ sleep 1
6652026-06-05T05:51:52.339Z++ retry=58
6662026-06-05T05:51:52.357Z+++ svcs -Hostate baseline
6672026-06-05T05:51:52.357Z++ [[ offline* != online ]]
6682026-06-05T05:51:52.358Z++ [[ 58 -gt 300 ]]
6692026-06-05T05:51:52.358Z++ sleep 1
6702026-06-05T05:51:53.354Z++ retry=59
6712026-06-05T05:51:53.358Z+++ svcs -Hostate baseline
6722026-06-05T05:51:53.368Z++ [[ offline* != online ]]
6732026-06-05T05:51:53.368Z++ [[ 59 -gt 300 ]]
6742026-06-05T05:51:53.368Z++ sleep 1
6752026-06-05T05:51:54.370Z++ retry=60
6762026-06-05T05:51:54.373Z+++ svcs -Hostate baseline
6772026-06-05T05:51:54.386Z++ [[ offline* != online ]]
6782026-06-05T05:51:54.386Z++ [[ 60 -gt 300 ]]
6792026-06-05T05:51:54.386Z++ sleep 1
6802026-06-05T05:51:55.390Z++ retry=61
6812026-06-05T05:51:55.395Z+++ svcs -Hostate baseline
6822026-06-05T05:51:55.404Z++ [[ offline* != online ]]
6832026-06-05T05:51:55.404Z++ [[ 61 -gt 300 ]]
6842026-06-05T05:51:55.404Z++ sleep 1
6852026-06-05T05:51:56.428Z++ retry=62
6862026-06-05T05:51:56.432Z+++ svcs -Hostate baseline
6872026-06-05T05:51:56.432Z++ [[ offline* != online ]]
6882026-06-05T05:51:56.432Z++ [[ 62 -gt 300 ]]
6892026-06-05T05:51:56.432Z++ sleep 1
6902026-06-05T05:51:57.426Z++ retry=63
6912026-06-05T05:51:57.430Z+++ svcs -Hostate baseline
6922026-06-05T05:51:57.442Z++ [[ offline* != online ]]
6932026-06-05T05:51:57.442Z++ [[ 63 -gt 300 ]]
6942026-06-05T05:51:57.443Z++ sleep 1
6952026-06-05T05:51:58.444Z++ retry=64
6962026-06-05T05:51:58.447Z+++ svcs -Hostate baseline
6972026-06-05T05:51:58.460Z++ [[ offline* != online ]]
6982026-06-05T05:51:58.460Z++ [[ 64 -gt 300 ]]
6992026-06-05T05:51:58.460Z++ sleep 1
7002026-06-05T05:51:59.462Z++ retry=65
7012026-06-05T05:51:59.466Z+++ svcs -Hostate baseline
7022026-06-05T05:51:59.479Z++ [[ offline* != online ]]
7032026-06-05T05:51:59.479Z++ [[ 65 -gt 300 ]]
7042026-06-05T05:51:59.479Z++ sleep 1
7052026-06-05T05:52:00.480Z++ retry=66
7062026-06-05T05:52:00.484Z+++ svcs -Hostate baseline
7072026-06-05T05:52:00.498Z++ [[ offline* != online ]]
7082026-06-05T05:52:00.498Z++ [[ 66 -gt 300 ]]
7092026-06-05T05:52:00.498Z++ sleep 1
7102026-06-05T05:52:01.500Z++ retry=67
7112026-06-05T05:52:01.503Z+++ svcs -Hostate baseline
7122026-06-05T05:52:01.516Z++ [[ offline* != online ]]
7132026-06-05T05:52:01.516Z++ [[ 67 -gt 300 ]]
7142026-06-05T05:52:01.516Z++ sleep 1
7152026-06-05T05:52:02.527Z++ retry=68
7162026-06-05T05:52:02.546Z+++ svcs -Hostate baseline
7172026-06-05T05:52:02.546Z++ [[ offline* != online ]]
7182026-06-05T05:52:02.546Z++ [[ 68 -gt 300 ]]
7192026-06-05T05:52:02.546Z++ sleep 1
7202026-06-05T05:52:03.560Z++ retry=69
7212026-06-05T05:52:03.612Z+++ svcs -Hostate baseline
7222026-06-05T05:52:03.612Z++ [[ offline* != online ]]
7232026-06-05T05:52:03.612Z++ [[ 69 -gt 300 ]]
7242026-06-05T05:52:03.612Z++ sleep 1
7252026-06-05T05:52:04.591Z++ retry=70
7262026-06-05T05:52:04.675Z+++ svcs -Hostate baseline
7272026-06-05T05:52:04.675Z++ [[ offline* != online ]]
7282026-06-05T05:52:04.675Z++ [[ 70 -gt 300 ]]
7292026-06-05T05:52:04.675Z++ sleep 1
7302026-06-05T05:52:05.574Z++ retry=71
7312026-06-05T05:52:05.577Z+++ svcs -Hostate baseline
7322026-06-05T05:52:05.597Z++ [[ offline* != online ]]
7332026-06-05T05:52:05.597Z++ [[ 71 -gt 300 ]]
7342026-06-05T05:52:05.597Z++ sleep 1
7352026-06-05T05:52:06.597Z++ retry=72
7362026-06-05T05:52:06.627Z+++ svcs -Hostate baseline
7372026-06-05T05:52:06.650Z++ [[ offline* != online ]]
7382026-06-05T05:52:06.650Z++ [[ 72 -gt 300 ]]
7392026-06-05T05:52:06.650Z++ sleep 1
7402026-06-05T05:52:07.610Z++ retry=73
7412026-06-05T05:52:07.614Z+++ svcs -Hostate baseline
7422026-06-05T05:52:07.627Z++ [[ offline* != online ]]
7432026-06-05T05:52:07.627Z++ [[ 73 -gt 300 ]]
7442026-06-05T05:52:07.627Z++ sleep 1
7452026-06-05T05:52:08.628Z++ retry=74
7462026-06-05T05:52:08.632Z+++ svcs -Hostate baseline
7472026-06-05T05:52:08.644Z++ [[ offline* != online ]]
7482026-06-05T05:52:08.644Z++ [[ 74 -gt 300 ]]
7492026-06-05T05:52:08.644Z++ sleep 1
7502026-06-05T05:52:09.646Z++ retry=75
7512026-06-05T05:52:09.649Z+++ svcs -Hostate baseline
7522026-06-05T05:52:09.661Z++ [[ offline* != online ]]
7532026-06-05T05:52:09.661Z++ [[ 75 -gt 300 ]]
7542026-06-05T05:52:09.661Z++ sleep 1
7552026-06-05T05:52:10.664Z++ retry=76
7562026-06-05T05:52:10.667Z+++ svcs -Hostate baseline
7572026-06-05T05:52:10.679Z++ [[ offline* != online ]]
7582026-06-05T05:52:10.679Z++ [[ 76 -gt 300 ]]
7592026-06-05T05:52:10.679Z++ sleep 1
7602026-06-05T05:52:11.683Z++ retry=77
7612026-06-05T05:52:11.686Z+++ svcs -Hostate baseline
7622026-06-05T05:52:11.698Z++ [[ offline* != online ]]
7632026-06-05T05:52:11.698Z++ [[ 77 -gt 300 ]]
7642026-06-05T05:52:11.698Z++ sleep 1
7652026-06-05T05:52:12.700Z++ retry=78
7662026-06-05T05:52:12.706Z+++ svcs -Hostate baseline
7672026-06-05T05:52:12.717Z++ [[ offline* != online ]]
7682026-06-05T05:52:12.717Z++ [[ 78 -gt 300 ]]
7692026-06-05T05:52:12.717Z++ sleep 1
7702026-06-05T05:52:13.718Z++ retry=79
7712026-06-05T05:52:13.722Z+++ svcs -Hostate baseline
7722026-06-05T05:52:13.733Z++ [[ offline* != online ]]
7732026-06-05T05:52:13.733Z++ [[ 79 -gt 300 ]]
7742026-06-05T05:52:13.733Z++ sleep 1
7752026-06-05T05:52:14.735Z++ retry=80
7762026-06-05T05:52:14.737Z+++ svcs -Hostate baseline
7772026-06-05T05:52:14.750Z++ [[ offline* != online ]]
7782026-06-05T05:52:14.750Z++ [[ 80 -gt 300 ]]
7792026-06-05T05:52:14.750Z++ sleep 1
7802026-06-05T05:52:15.752Z++ retry=81
7812026-06-05T05:52:15.755Z+++ svcs -Hostate baseline
7822026-06-05T05:52:15.768Z++ [[ offline* != online ]]
7832026-06-05T05:52:15.768Z++ [[ 81 -gt 300 ]]
7842026-06-05T05:52:15.768Z++ sleep 1
7852026-06-05T05:52:16.770Z++ retry=82
7862026-06-05T05:52:16.773Z+++ svcs -Hostate baseline
7872026-06-05T05:52:16.788Z++ [[ offline* != online ]]
7882026-06-05T05:52:16.788Z++ [[ 82 -gt 300 ]]
7892026-06-05T05:52:16.788Z++ sleep 1
7902026-06-05T05:52:17.788Z++ retry=83
7912026-06-05T05:52:17.791Z+++ svcs -Hostate baseline
7922026-06-05T05:52:17.803Z++ [[ offline* != online ]]
7932026-06-05T05:52:17.803Z++ [[ 83 -gt 300 ]]
7942026-06-05T05:52:17.803Z++ sleep 1
7952026-06-05T05:52:18.806Z++ retry=84
7962026-06-05T05:52:18.808Z+++ svcs -Hostate baseline
7972026-06-05T05:52:18.823Z++ [[ offline* != online ]]
7982026-06-05T05:52:18.823Z++ [[ 84 -gt 300 ]]
7992026-06-05T05:52:18.823Z++ sleep 1
8002026-06-05T05:52:19.824Z++ retry=85
8012026-06-05T05:52:19.826Z+++ svcs -Hostate baseline
8022026-06-05T05:52:19.839Z++ [[ offline* != online ]]
8032026-06-05T05:52:19.839Z++ [[ 85 -gt 300 ]]
8042026-06-05T05:52:19.839Z++ sleep 1
8052026-06-05T05:52:20.841Z++ retry=86
8062026-06-05T05:52:20.844Z+++ svcs -Hostate baseline
8072026-06-05T05:52:20.857Z++ [[ offline* != online ]]
8082026-06-05T05:52:20.857Z++ [[ 86 -gt 300 ]]
8092026-06-05T05:52:20.857Z++ sleep 1
8102026-06-05T05:52:21.858Z++ retry=87
8112026-06-05T05:52:21.861Z+++ svcs -Hostate baseline
8122026-06-05T05:52:21.874Z++ [[ offline* != online ]]
8132026-06-05T05:52:21.874Z++ [[ 87 -gt 300 ]]
8142026-06-05T05:52:21.874Z++ sleep 1
8152026-06-05T05:52:22.876Z++ retry=88
8162026-06-05T05:52:22.879Z+++ svcs -Hostate baseline
8172026-06-05T05:52:22.893Z++ [[ offline* != online ]]
8182026-06-05T05:52:22.893Z++ [[ 88 -gt 300 ]]
8192026-06-05T05:52:22.893Z++ sleep 1
8202026-06-05T05:52:23.894Z++ retry=89
8212026-06-05T05:52:23.899Z+++ svcs -Hostate baseline
8222026-06-05T05:52:23.909Z++ [[ offline* != online ]]
8232026-06-05T05:52:23.910Z++ [[ 89 -gt 300 ]]
8242026-06-05T05:52:23.910Z++ sleep 1
8252026-06-05T05:52:24.912Z++ retry=90
8262026-06-05T05:52:24.915Z+++ svcs -Hostate baseline
8272026-06-05T05:52:24.928Z++ [[ offline* != online ]]
8282026-06-05T05:52:24.928Z++ [[ 90 -gt 300 ]]
8292026-06-05T05:52:24.928Z++ sleep 1
8302026-06-05T05:52:25.929Z++ retry=91
8312026-06-05T05:52:25.932Z+++ svcs -Hostate baseline
8322026-06-05T05:52:25.944Z++ [[ offline* != online ]]
8332026-06-05T05:52:25.944Z++ [[ 91 -gt 300 ]]
8342026-06-05T05:52:25.945Z++ sleep 1
8352026-06-05T05:52:26.947Z++ retry=92
8362026-06-05T05:52:26.950Z+++ svcs -Hostate baseline
8372026-06-05T05:52:26.962Z++ [[ offline* != online ]]
8382026-06-05T05:52:26.963Z++ [[ 92 -gt 300 ]]
8392026-06-05T05:52:26.963Z++ sleep 1
8402026-06-05T05:52:27.967Z++ retry=93
8412026-06-05T05:52:27.970Z+++ svcs -Hostate baseline
8422026-06-05T05:52:27.980Z++ [[ offline* != online ]]
8432026-06-05T05:52:27.980Z++ [[ 93 -gt 300 ]]
8442026-06-05T05:52:27.980Z++ sleep 1
8452026-06-05T05:52:28.982Z++ retry=94
8462026-06-05T05:52:28.985Z+++ svcs -Hostate baseline
8472026-06-05T05:52:28.998Z++ [[ offline* != online ]]
8482026-06-05T05:52:28.998Z++ [[ 94 -gt 300 ]]
8492026-06-05T05:52:28.998Z++ sleep 1
8502026-06-05T05:52:30.000Z++ retry=95
8512026-06-05T05:52:30.004Z+++ svcs -Hostate baseline
8522026-06-05T05:52:30.015Z++ [[ offline* != online ]]
8532026-06-05T05:52:30.015Z++ [[ 95 -gt 300 ]]
8542026-06-05T05:52:30.015Z++ sleep 1
8552026-06-05T05:52:31.021Z++ retry=96
8562026-06-05T05:52:31.025Z+++ svcs -Hostate baseline
8572026-06-05T05:52:31.033Z++ [[ offline* != online ]]
8582026-06-05T05:52:31.033Z++ [[ 96 -gt 300 ]]
8592026-06-05T05:52:31.033Z++ sleep 1
8602026-06-05T05:52:32.036Z++ retry=97
8612026-06-05T05:52:32.039Z+++ svcs -Hostate baseline
8622026-06-05T05:52:32.053Z++ [[ offline* != online ]]
8632026-06-05T05:52:32.053Z++ [[ 97 -gt 300 ]]
8642026-06-05T05:52:32.053Z++ sleep 1
8652026-06-05T05:52:33.055Z++ retry=98
8662026-06-05T05:52:33.058Z+++ svcs -Hostate baseline
8672026-06-05T05:52:33.068Z++ [[ offline* != online ]]
8682026-06-05T05:52:33.068Z++ [[ 98 -gt 300 ]]
8692026-06-05T05:52:33.068Z++ sleep 1
8702026-06-05T05:52:34.070Z++ retry=99
8712026-06-05T05:52:34.075Z+++ svcs -Hostate baseline
8722026-06-05T05:52:34.086Z++ [[ offline* != online ]]
8732026-06-05T05:52:34.086Z++ [[ 99 -gt 300 ]]
8742026-06-05T05:52:34.086Z++ sleep 1
8752026-06-05T05:52:35.088Z++ retry=100
8762026-06-05T05:52:35.091Z+++ svcs -Hostate baseline
8772026-06-05T05:52:35.103Z++ [[ offline* != online ]]
8782026-06-05T05:52:35.104Z++ [[ 100 -gt 300 ]]
8792026-06-05T05:52:35.104Z++ sleep 1
8802026-06-05T05:52:36.106Z++ retry=101
8812026-06-05T05:52:36.108Z+++ svcs -Hostate baseline
8822026-06-05T05:52:36.121Z++ [[ offline* != online ]]
8832026-06-05T05:52:36.121Z++ [[ 101 -gt 300 ]]
8842026-06-05T05:52:36.121Z++ sleep 1
8852026-06-05T05:52:37.124Z++ retry=102
8862026-06-05T05:52:37.128Z+++ svcs -Hostate baseline
8872026-06-05T05:52:37.139Z++ [[ offline* != online ]]
8882026-06-05T05:52:37.139Z++ [[ 102 -gt 300 ]]
8892026-06-05T05:52:37.139Z++ sleep 1
8902026-06-05T05:52:38.142Z++ retry=103
8912026-06-05T05:52:38.145Z+++ svcs -Hostate baseline
8922026-06-05T05:52:38.155Z++ [[ offline* != online ]]
8932026-06-05T05:52:38.155Z++ [[ 103 -gt 300 ]]
8942026-06-05T05:52:38.155Z++ sleep 1
8952026-06-05T05:52:39.157Z++ retry=104
8962026-06-05T05:52:39.160Z+++ svcs -Hostate baseline
8972026-06-05T05:52:39.173Z++ [[ offline* != online ]]
8982026-06-05T05:52:39.173Z++ [[ 104 -gt 300 ]]
8992026-06-05T05:52:39.173Z++ sleep 1
9002026-06-05T05:52:40.176Z++ retry=105
9012026-06-05T05:52:40.179Z+++ svcs -Hostate baseline
9022026-06-05T05:52:40.191Z++ [[ offline* != online ]]
9032026-06-05T05:52:40.191Z++ [[ 105 -gt 300 ]]
9042026-06-05T05:52:40.191Z++ sleep 1
9052026-06-05T05:52:41.193Z++ retry=106
9062026-06-05T05:52:41.196Z+++ svcs -Hostate baseline
9072026-06-05T05:52:41.209Z++ [[ online != online ]]
9082026-06-05T05:52:41.209Z++ set -o errexit
9092026-06-05T05:52:41.213Z++ set -o pipefail
9102026-06-05T05:52:41.214Z++ banner build
9112026-06-05T05:52:41.214Z
9122026-06-05T05:52:41.214Z ##### # # # # #####
9132026-06-05T05:52:41.214Z # # # # # # # #
9142026-06-05T05:52:41.214Z ##### # # # # # #
9152026-06-05T05:52:41.214Z # # # # # # # #
9162026-06-05T05:52:41.214Z # # # # # # # #
9172026-06-05T05:52:41.214Z ##### #### # ###### #####
9182026-06-05T05:52:41.214Z
9192026-06-05T05:52:41.214Z++ cargo build --release --bin ddmd --bin ddmadm
9202026-06-05T05:52:41.217Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
9212026-06-05T05:52:41.358Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
9222026-06-05T05:52:41.362Zinfo: downloading 6 components
9232026-06-05T05:52:56.240Z Updating git repository `https://github.com/oxidecomputer/falcon`
9242026-06-05T05:52:56.828ZFrom https://github.com/oxidecomputer/falcon
9252026-06-05T05:52:56.828Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9262026-06-05T05:52:56.907Z Updating crates.io index
9272026-06-05T05:52:56.910Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9282026-06-05T05:52:57.783ZFrom https://github.com/oxidecomputer/dendrite
9292026-06-05T05:52:57.783Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9302026-06-05T05:52:57.817Z Updating git repository `https://github.com/oxidecomputer/ispf`
9312026-06-05T05:52:58.056ZFrom https://github.com/oxidecomputer/ispf
9322026-06-05T05:52:58.056Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9332026-06-05T05:52:58.062Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9342026-06-05T05:52:58.399ZFrom https://github.com/oxidecomputer/netadm-sys
9352026-06-05T05:52:58.399Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9362026-06-05T05:52:58.407Z Updating git repository `https://github.com/oxidecomputer/omicron`
9372026-06-05T05:53:06.018ZFrom https://github.com/oxidecomputer/omicron
9382026-06-05T05:53:06.018Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9392026-06-05T05:53:06.429Z Updating git repository `https://github.com/oxidecomputer/opte`
9402026-06-05T05:53:07.057ZFrom https://github.com/oxidecomputer/opte
9412026-06-05T05:53:07.057Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9422026-06-05T05:53:07.088Z Updating git repository `https://github.com/illumos/smf-rs`
9432026-06-05T05:53:07.331ZFrom https://github.com/illumos/smf-rs
9442026-06-05T05:53:07.331Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9452026-06-05T05:53:07.338Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9462026-06-05T05:53:07.596ZFrom https://github.com/oxidecomputer/network-interface
9472026-06-05T05:53:07.596Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9482026-06-05T05:53:07.603Z Updating git repository `https://github.com/oxidecomputer/zone`
9492026-06-05T05:53:07.852ZFrom https://github.com/oxidecomputer/zone
9502026-06-05T05:53:07.852Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9512026-06-05T05:53:07.858Z Updating git repository `https://github.com/oxidecomputer/propolis`
9522026-06-05T05:53:08.456ZFrom https://github.com/oxidecomputer/propolis
9532026-06-05T05:53:08.456Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9542026-06-05T05:53:08.498Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9552026-06-05T05:53:08.982ZFrom https://github.com/oxidecomputer/transceiver-control
9562026-06-05T05:53:08.982Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9572026-06-05T05:53:08.992Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9582026-06-05T05:53:09.231ZFrom https://github.com/oxidecomputer/dlpi-sys
9592026-06-05T05:53:09.231Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9602026-06-05T05:53:09.237Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9612026-06-05T05:53:09.761ZFrom https://github.com/jmesmon/rust-libzfs
9622026-06-05T05:53:09.761Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9632026-06-05T05:53:09.768Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9642026-06-05T05:53:10.016ZFrom https://github.com/oxidecomputer/rusty-doors
9652026-06-05T05:53:10.016Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9662026-06-05T05:53:10.023Z Updating git repository `https://github.com/oxidecomputer/lldp`
9672026-06-05T05:53:10.533ZFrom https://github.com/oxidecomputer/lldp
9682026-06-05T05:53:10.533Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9692026-06-05T05:53:10.543Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9702026-06-05T05:53:10.775ZFrom https://github.com/oxidecomputer/slog-error-chain
9712026-06-05T05:53:10.775Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9722026-06-05T05:53:10.783Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9732026-06-05T05:53:11.084ZFrom https://github.com/oxidecomputer/tufaceous
9742026-06-05T05:53:11.084Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9752026-06-05T05:53:11.095Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9762026-06-05T05:53:11.536ZFrom https://github.com/oxidecomputer/management-gateway-service
9772026-06-05T05:53:11.536Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9782026-06-05T05:53:11.549Z Updating git repository `https://github.com/oxidecomputer/crucible`
9792026-06-05T05:53:12.343ZFrom https://github.com/oxidecomputer/crucible
9802026-06-05T05:53:12.343Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9812026-06-05T05:53:12.383Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9822026-06-05T05:53:12.616ZFrom https://github.com/oxidecomputer/serde_human_bytes
9832026-06-05T05:53:12.617Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9842026-06-05T05:53:12.626Z Updating git repository `https://github.com/oxidecomputer/propolis`
9852026-06-05T05:53:13.037ZFrom https://github.com/oxidecomputer/propolis
9862026-06-05T05:53:13.037Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9872026-06-05T05:53:13.077Z Updating git repository `https://github.com/oxidecomputer/crucible`
9882026-06-05T05:53:13.580ZFrom https://github.com/oxidecomputer/crucible
9892026-06-05T05:53:13.580Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9902026-06-05T05:53:13.651Z Updating git repository `https://github.com/oxidecomputer/tofino`
9912026-06-05T05:53:13.978ZFrom https://github.com/oxidecomputer/tofino
9922026-06-05T05:53:13.978Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9932026-06-05T05:53:13.989Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9942026-06-05T05:53:14.843ZFrom https://github.com/oxidecomputer/maghemite
9952026-06-05T05:53:14.843Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9962026-06-05T05:53:14.879Z Updating git repository `https://github.com/oxidecomputer/clickward`
9972026-06-05T05:53:15.110ZFrom https://github.com/oxidecomputer/clickward
9982026-06-05T05:53:15.110Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9992026-06-05T05:53:15.135Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10002026-06-05T05:53:15.361ZFrom https://github.com/oxidecomputer/illumos-devinfo
10012026-06-05T05:53:15.362Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10022026-06-05T05:53:17.555Z Downloading crates ...
10032026-06-05T05:53:17.625Z Downloaded adler2 v2.0.1
10042026-06-05T05:53:17.630Z Downloaded chacha20 v0.9.1
10052026-06-05T05:53:17.634Z Downloaded aead v0.5.2
10062026-06-05T05:53:17.634Z Downloaded bytecount v0.6.9
10072026-06-05T05:53:17.638Z Downloaded anstream v1.0.0
10082026-06-05T05:53:17.640Z Downloaded derive-ex v0.1.8
10092026-06-05T05:53:17.647Z Downloaded derive_more v0.99.20
10102026-06-05T05:53:17.652Z Downloaded debug-ignore v1.0.5
10112026-06-05T05:53:17.652Z Downloaded block-buffer v0.10.4
10122026-06-05T05:53:17.654Z Downloaded ahash v0.8.12
10132026-06-05T05:53:17.655Z Downloaded ff v0.13.1
10142026-06-05T05:53:17.659Z Downloaded equivalent v1.0.2
10152026-06-05T05:53:17.659Z Downloaded cfg-if v1.0.4
10162026-06-05T05:53:17.659Z Downloaded async-stream-impl v0.3.6
10172026-06-05T05:53:17.661Z Downloaded fastrand v2.4.1
10182026-06-05T05:53:17.661Z Downloaded bs58 v0.5.1
10192026-06-05T05:53:17.661Z Downloaded foreign-types v0.5.0
10202026-06-05T05:53:17.664Z Downloaded backon v1.6.0
10212026-06-05T05:53:17.664Z Downloaded deranged v0.5.8
10222026-06-05T05:53:17.669Z Downloaded embedded-io v0.4.0
10232026-06-05T05:53:17.669Z Downloaded futures-io v0.3.32
10242026-06-05T05:53:17.671Z Downloaded fixedbitset v0.5.7
10252026-06-05T05:53:17.671Z Downloaded digest v0.11.3
10262026-06-05T05:53:17.671Z Downloaded darling_macro v0.21.3
10272026-06-05T05:53:17.674Z Downloaded darling_core v0.21.3
10282026-06-05T05:53:17.677Z Downloaded erased-serde v0.3.31
10292026-06-05T05:53:17.677Z Downloaded cfg_aliases v0.2.1
10302026-06-05T05:53:17.680Z Downloaded hex v0.4.3
10312026-06-05T05:53:17.680Z Downloaded dunce v1.0.5
10322026-06-05T05:53:17.682Z Downloaded dof v0.4.0
10332026-06-05T05:53:17.682Z Downloaded base16ct v1.0.0
10342026-06-05T05:53:17.685Z Downloaded embedded-io v0.6.1
10352026-06-05T05:53:17.685Z Downloaded backoff v0.4.0
10362026-06-05T05:53:17.685Z Downloaded base64ct v1.8.3
10372026-06-05T05:53:17.688Z Downloaded dtrace-parser v0.3.0
10382026-06-05T05:53:17.691Z Downloaded dropshot_endpoint v0.17.1
10392026-06-05T05:53:17.696Z Downloaded hostname v0.3.1
10402026-06-05T05:53:17.696Z Downloaded half v2.7.1
10412026-06-05T05:53:17.699Z Downloaded errno v0.3.14
10422026-06-05T05:53:17.699Z Downloaded http v1.4.1
10432026-06-05T05:53:17.699Z Downloaded futures-sink v0.3.32
10442026-06-05T05:53:17.703Z Downloaded crossbeam-channel v0.5.15
10452026-06-05T05:53:17.707Z Downloaded float-ord v0.3.2
10462026-06-05T05:53:17.707Z Downloaded dropshot-api-manager-types v0.7.2
10472026-06-05T05:53:17.707Z Downloaded byteorder v1.5.0
10482026-06-05T05:53:17.710Z Downloaded foldhash v0.2.0
10492026-06-05T05:53:17.710Z Downloaded bit-set v0.8.0
10502026-06-05T05:53:17.710Z Downloaded atomicwrites v0.4.4
10512026-06-05T05:53:17.710Z Downloaded either v1.16.0
10522026-06-05T05:53:17.712Z Downloaded atomic-waker v1.1.2
10532026-06-05T05:53:17.713Z Downloaded async-stream v0.3.6
10542026-06-05T05:53:17.715Z Downloaded cpufeatures v0.2.17
10552026-06-05T05:53:17.715Z Downloaded const-random v0.1.18
10562026-06-05T05:53:17.719Z Downloaded git-stub v1.0.0
10572026-06-05T05:53:17.719Z Downloaded darling_macro v0.23.0
10582026-06-05T05:53:17.721Z Downloaded heck v0.5.0
10592026-06-05T05:53:17.722Z Downloaded enum-as-inner v0.6.1
10602026-06-05T05:53:17.722Z Downloaded compression-core v0.4.32
10612026-06-05T05:53:17.722Z Downloaded dtrace-parser v0.2.0
10622026-06-05T05:53:17.724Z Downloaded dof v0.3.0
10632026-06-05T05:53:17.724Z Downloaded hash32 v0.3.1
10642026-06-05T05:53:17.727Z Downloaded futures-macro v0.3.32
10652026-06-05T05:53:17.727Z Downloaded fs_extra v1.3.0
10662026-06-05T05:53:17.730Z Downloaded foldhash v0.1.5
10672026-06-05T05:53:17.730Z Downloaded dyn-clone v1.0.20
10682026-06-05T05:53:17.730Z Downloaded hickory-resolver v0.24.4
10692026-06-05T05:53:17.733Z Downloaded form_urlencoded v1.2.2
10702026-06-05T05:53:17.736Z Downloaded cpufeatures v0.3.0
10712026-06-05T05:53:17.736Z Downloaded cobs v0.3.0
10722026-06-05T05:53:17.739Z Downloaded block-buffer v0.12.0
10732026-06-05T05:53:17.739Z Downloaded cstr-argument v0.1.2
10742026-06-05T05:53:17.739Z Downloaded futures-task v0.3.32
10752026-06-05T05:53:17.742Z Downloaded crunchy v0.2.4
10762026-06-05T05:53:17.742Z Downloaded const-random-macro v0.1.16
10772026-06-05T05:53:17.742Z Downloaded ciborium-ll v0.2.2
10782026-06-05T05:53:17.745Z Downloaded convert_case v0.4.0
10792026-06-05T05:53:17.746Z Downloaded defmt-parser v1.0.0
10802026-06-05T05:53:17.746Z Downloaded base16ct v0.2.0
10812026-06-05T05:53:17.749Z Downloaded hubpack v0.1.2
10822026-06-05T05:53:17.749Z Downloaded fnv v1.0.7
10832026-06-05T05:53:17.749Z Downloaded httpdate v1.0.3
10842026-06-05T05:53:17.749Z Downloaded http-body v1.0.1
10852026-06-05T05:53:17.752Z Downloaded hostname v0.4.2
10862026-06-05T05:53:17.752Z Downloaded camino-tempfile v1.4.1
10872026-06-05T05:53:17.755Z Downloaded foreign-types v0.3.2
10882026-06-05T05:53:17.755Z Downloaded anstyle-parse v1.0.0
10892026-06-05T05:53:17.755Z Downloaded foreign-types-macros v0.2.3
10902026-06-05T05:53:17.758Z Downloaded internet-checksum v0.2.1
10912026-06-05T05:53:17.758Z Downloaded indent_write v2.2.0
10922026-06-05T05:53:17.758Z Downloaded clap_lex v1.1.0
10932026-06-05T05:53:17.760Z Downloaded inout v0.1.4
10942026-06-05T05:53:17.760Z Downloaded hubpack_derive v0.1.1
10952026-06-05T05:53:17.764Z Downloaded gethostname v0.5.0
10962026-06-05T05:53:17.764Z Downloaded generic-array v0.14.7
10972026-06-05T05:53:17.764Z Downloaded digest v0.10.7
10982026-06-05T05:53:17.767Z Downloaded foreign-types-shared v0.3.1
10992026-06-05T05:53:17.767Z Downloaded foreign-types-shared v0.1.1
11002026-06-05T05:53:17.767Z Downloaded autocfg v1.5.1
11012026-06-05T05:53:17.769Z Downloaded idna_adapter v1.2.2
11022026-06-05T05:53:17.769Z Downloaded argon2 v0.5.3
11032026-06-05T05:53:17.772Z Downloaded itoa v1.0.18
11042026-06-05T05:53:17.772Z Downloaded camino v1.2.2
11052026-06-05T05:53:17.775Z Downloaded bitflags v1.3.2
11062026-06-05T05:53:17.775Z Downloaded keccak v0.1.6
11072026-06-05T05:53:17.778Z Downloaded heck v0.4.1
11082026-06-05T05:53:17.778Z Downloaded lazy_static v1.5.0
11092026-06-05T05:53:17.780Z Downloaded futures v0.3.32
11102026-06-05T05:53:17.783Z Downloaded konst_macro_rules v0.2.19
11112026-06-05T05:53:17.786Z Downloaded is-terminal v0.4.17
11122026-06-05T05:53:17.786Z Downloaded anstyle v1.0.14
11132026-06-05T05:53:17.786Z Downloaded fixedbitset v0.4.2
11142026-06-05T05:53:17.789Z Downloaded async-trait v0.1.89
11152026-06-05T05:53:17.792Z Downloaded lru-slab v0.1.2
11162026-06-05T05:53:17.792Z Downloaded highway v1.3.0
11172026-06-05T05:53:17.794Z Downloaded data-encoding v2.11.0
11182026-06-05T05:53:17.794Z Downloaded humantime v2.3.0
11192026-06-05T05:53:17.797Z Downloaded glob v0.3.3
11202026-06-05T05:53:17.797Z Downloaded find-msvc-tools v0.1.9
11212026-06-05T05:53:17.797Z Downloaded critical-section v1.2.0
11222026-06-05T05:53:17.800Z Downloaded cipher v0.4.4
11232026-06-05T05:53:17.800Z Downloaded instant v0.1.13
11242026-06-05T05:53:17.803Z Downloaded ingot v0.1.1
11252026-06-05T05:53:17.803Z Downloaded bcs v0.1.6
11262026-06-05T05:53:17.805Z Downloaded globset v0.4.18
11272026-06-05T05:53:17.806Z Downloaded git-stub-vcs v0.1.0
11282026-06-05T05:53:17.809Z Downloaded crossbeam-deque v0.8.6
11292026-06-05T05:53:17.809Z Downloaded linked-hash-map v0.5.6
11302026-06-05T05:53:17.815Z Downloaded byte-wrapper v0.1.0
11312026-06-05T05:53:17.816Z Downloaded crc8 v0.1.1
11322026-06-05T05:53:17.816Z Downloaded blake2 v0.10.6
11332026-06-05T05:53:17.816Z Downloaded curve25519-dalek-derive v0.1.1
11342026-06-05T05:53:17.816Z Downloaded crypto-common v0.2.2
11352026-06-05T05:53:17.816Z Downloaded macaddr v1.0.1
11362026-06-05T05:53:17.819Z Downloaded is_ci v1.2.0
11372026-06-05T05:53:17.819Z Downloaded crypto-common v0.1.7
11382026-06-05T05:53:17.819Z Downloaded crucible-workspace-hack v0.1.0
11392026-06-05T05:53:17.819Z Downloaded futures-core v0.3.32
11402026-06-05T05:53:17.825Z Downloaded colorchoice v1.0.5
11412026-06-05T05:53:17.825Z Downloaded match_cfg v0.1.0
11422026-06-05T05:53:17.828Z Downloaded natord v1.0.9
11432026-06-05T05:53:17.828Z Downloaded memmap v0.7.0
11442026-06-05T05:53:17.828Z Downloaded managed v0.8.0
11452026-06-05T05:53:17.828Z Downloaded aho-corasick v1.1.4
11462026-06-05T05:53:17.831Z Downloaded mime v0.3.17
11472026-06-05T05:53:17.831Z Downloaded ipnet v2.12.0
11482026-06-05T05:53:17.833Z Downloaded fxhash v0.2.1
11492026-06-05T05:53:17.833Z Downloaded ident_case v1.0.1
11502026-06-05T05:53:17.833Z Downloaded hyper-rustls v0.27.9
11512026-06-05T05:53:17.838Z Downloaded http-body-util v0.1.3
11522026-06-05T05:53:17.838Z Downloaded cancel-safe-futures v0.1.5
11532026-06-05T05:53:17.841Z Downloaded newtype-uuid-macros v0.1.0
11542026-06-05T05:53:17.841Z Downloaded libscf-sys v1.2.0
11552026-06-05T05:53:17.841Z Downloaded num-derive v0.4.2
11562026-06-05T05:53:17.843Z Downloaded num_enum_derive v0.5.11
11572026-06-05T05:53:17.843Z Downloaded num-conv v0.2.2
11582026-06-05T05:53:17.843Z Downloaded num v0.4.3
11592026-06-05T05:53:17.846Z Downloaded num-iter v0.1.45
11602026-06-05T05:53:17.846Z Downloaded fs-err v3.3.0
11612026-06-05T05:53:17.849Z Downloaded opaque-debug v0.3.1
11622026-06-05T05:53:17.849Z Downloaded newtype_derive v0.1.6
11632026-06-05T05:53:17.849Z Downloaded openssl-probe v0.2.1
11642026-06-05T05:53:17.850Z Downloaded newline-converter v0.3.0
11652026-06-05T05:53:17.852Z Downloaded ingot-types v0.1.2
11662026-06-05T05:53:17.852Z Downloaded omicron-workspace-hack v0.1.0
11672026-06-05T05:53:17.852Z Downloaded lru-cache v0.1.2
11682026-06-05T05:53:17.852Z Downloaded no-std-compat v0.4.1
11692026-06-05T05:53:17.855Z Downloaded darling v0.21.3
11702026-06-05T05:53:17.858Z Downloaded crossbeam-utils v0.8.21
11712026-06-05T05:53:17.861Z Downloaded displaydoc v0.2.6
11722026-06-05T05:53:17.861Z Downloaded clap_derive v4.6.1
11732026-06-05T05:53:17.864Z Downloaded console v0.16.3
11742026-06-05T05:53:17.864Z Downloaded cookie v0.18.1
11752026-06-05T05:53:17.869Z Downloaded colored v3.1.1
11762026-06-05T05:53:17.869Z Downloaded openssl-macros v0.1.1
11772026-06-05T05:53:17.869Z Downloaded hybrid-array v0.4.12
11782026-06-05T05:53:17.869Z Downloaded getrandom v0.2.17
11792026-06-05T05:53:17.871Z Downloaded console v0.15.11
11802026-06-05T05:53:17.875Z Downloaded bitflags v2.12.1
11812026-06-05T05:53:17.879Z Downloaded percent-encoding v2.3.2
11822026-06-05T05:53:17.879Z Downloaded base64 v0.22.1
11832026-06-05T05:53:17.879Z Downloaded anyhow v1.0.102
11842026-06-05T05:53:17.882Z Downloaded parse-display v0.10.0
11852026-06-05T05:53:17.882Z Downloaded num_threads v0.1.7
11862026-06-05T05:53:17.882Z Downloaded daft-derive v0.1.7
11872026-06-05T05:53:17.885Z Downloaded futures-executor v0.3.32
11882026-06-05T05:53:17.887Z Downloaded ciborium v0.2.2
11892026-06-05T05:53:17.888Z Downloaded linear-map v1.2.0
11902026-06-05T05:53:17.890Z Downloaded ipnetwork v0.21.1
11912026-06-05T05:53:17.890Z Downloaded powerfmt v0.2.0
11922026-06-05T05:53:17.890Z Downloaded proc-macro-error-attr v1.0.4
11932026-06-05T05:53:17.893Z Downloaded plain v0.2.3
11942026-06-05T05:53:17.893Z Downloaded cc v1.2.63
11952026-06-05T05:53:17.896Z Downloaded is_terminal_polyfill v1.70.2
11962026-06-05T05:53:17.896Z Downloaded ingot-macros v0.1.1
11972026-06-05T05:53:17.899Z Downloaded derive-where v1.6.1
11982026-06-05T05:53:17.899Z Downloaded libsw v3.5.0
11992026-06-05T05:53:17.901Z Downloaded multer v3.1.0
12002026-06-05T05:53:17.902Z Downloaded num_enum v0.5.11
12012026-06-05T05:53:17.905Z Downloaded proc-macro-error-attr2 v2.0.0
12022026-06-05T05:53:17.909Z Downloaded defmt v1.1.0
12032026-06-05T05:53:17.909Z Downloaded libsw-core v0.3.2
12042026-06-05T05:53:17.912Z Downloaded num-rational v0.4.2
12052026-06-05T05:53:17.912Z Downloaded darling_core v0.23.0
12062026-06-05T05:53:17.915Z Downloaded phf_shared v0.12.1
12072026-06-05T05:53:17.915Z Downloaded chacha20 v0.10.0
12082026-06-05T05:53:17.917Z Downloaded clap v4.6.1
12092026-06-05T05:53:17.920Z Downloaded proc-macro-crate v1.3.1
12102026-06-05T05:53:17.923Z Downloaded pretty-hex v0.4.2
12112026-06-05T05:53:17.923Z Downloaded num_enum v0.7.6
12122026-06-05T05:53:17.928Z Downloaded progenitor-client v0.14.0
12132026-06-05T05:53:17.933Z Downloaded progenitor-macro v0.14.0
12142026-06-05T05:53:17.933Z Downloaded progenitor-macro v0.13.0
12152026-06-05T05:53:17.933Z Downloaded proc-macro-crate v3.5.0
12162026-06-05T05:53:17.933Z Downloaded potential_utf v0.1.5
12172026-06-05T05:53:17.933Z Downloaded progenitor-client v0.10.0
12182026-06-05T05:53:17.933Z Downloaded progenitor-macro v0.10.0
12192026-06-05T05:53:17.936Z Downloaded pem v3.0.6
12202026-06-05T05:53:17.936Z Downloaded owo-colors v4.3.0
12212026-06-05T05:53:17.936Z Downloaded litemap v0.8.2
12222026-06-05T05:53:17.936Z Downloaded getrandom v0.4.2
12232026-06-05T05:53:17.941Z Downloaded cmake v0.1.58
12242026-06-05T05:53:17.941Z Downloaded getrandom v0.3.4
12252026-06-05T05:53:17.945Z Downloaded newtype-uuid v1.3.2
12262026-06-05T05:53:17.945Z Downloaded lock_api v0.4.14
12272026-06-05T05:53:17.945Z Downloaded pin-project-internal v1.1.13
12282026-06-05T05:53:17.948Z Downloaded phf v0.12.1
12292026-06-05T05:53:17.948Z Downloaded oxide-tokio-rt v0.1.6
12302026-06-05T05:53:17.948Z Downloaded parse-display-derive v0.10.0
12312026-06-05T05:53:17.948Z Downloaded num-integer v0.1.46
12322026-06-05T05:53:17.950Z Downloaded jobserver v0.1.34
12332026-06-05T05:53:17.950Z Downloaded paste v1.0.15
12342026-06-05T05:53:17.953Z Downloaded ref-cast v1.0.25
12352026-06-05T05:53:17.956Z Downloaded rand_xorshift v0.4.0
12362026-06-05T05:53:17.956Z Downloaded oxnet v0.1.6
12372026-06-05T05:53:17.956Z Downloaded group v0.13.0
12382026-06-05T05:53:17.960Z Downloaded iana-time-zone v0.1.65
12392026-06-05T05:53:17.960Z Downloaded compression-codecs v0.4.38
12402026-06-05T05:53:17.963Z Downloaded cargo_toml v0.22.3
12412026-06-05T05:53:17.963Z Downloaded memoffset v0.9.1
12422026-06-05T05:53:17.966Z Downloaded memmap2 v0.9.10
12432026-06-05T05:53:17.966Z Downloaded futures-channel v0.3.32
12442026-06-05T05:53:17.968Z Downloaded ref-cast-impl v1.0.25
12452026-06-05T05:53:17.969Z Downloaded proc-macro-error2 v2.0.1
12462026-06-05T05:53:17.972Z Downloaded once_cell v1.21.4
12472026-06-05T05:53:17.972Z Downloaded rand_chacha v0.3.1
12482026-06-05T05:53:17.975Z Downloaded quick-error v1.2.3
12492026-06-05T05:53:17.975Z Downloaded const-oid v0.10.2
12502026-06-05T05:53:17.978Z Downloaded arc-swap v1.9.1
12512026-06-05T05:53:17.980Z Downloaded poly1305 v0.8.0
12522026-06-05T05:53:17.980Z Downloaded rustc-hash v2.1.2
12532026-06-05T05:53:17.983Z Downloaded pin-project-lite v0.2.17
12542026-06-05T05:53:17.986Z Downloaded rustc_version v0.4.1
12552026-06-05T05:53:17.986Z Downloaded progenitor v0.10.0
12562026-06-05T05:53:17.990Z Downloaded rustc_version v0.1.7
12572026-06-05T05:53:17.990Z Downloaded proc-macro-error v1.0.4
12582026-06-05T05:53:17.993Z Downloaded ppv-lite86 v0.2.21
12592026-06-05T05:53:17.993Z Downloaded num_enum_derive v0.7.6
12602026-06-05T05:53:17.996Z Downloaded progenitor-extras v0.2.0
12612026-06-05T05:53:17.996Z Downloaded scopeguard v1.2.0
12622026-06-05T05:53:17.996Z Downloaded progenitor-client v0.13.0
12632026-06-05T05:53:17.999Z Downloaded progenitor v0.14.0
12642026-06-05T05:53:17.999Z Downloaded progenitor v0.13.0
12652026-06-05T05:53:17.999Z Downloaded httparse v1.10.1
12662026-06-05T05:53:18.003Z Downloaded scroll_derive v0.12.1
12672026-06-05T05:53:18.003Z Downloaded same-file v1.0.6
12682026-06-05T05:53:18.004Z Downloaded pest_generator v2.8.6
12692026-06-05T05:53:18.007Z Downloaded parking_lot v0.11.2
12702026-06-05T05:53:18.007Z Downloaded hmac v0.12.1
12712026-06-05T05:53:18.011Z Downloaded log v0.4.32
12722026-06-05T05:53:18.011Z Downloaded drift v0.2.0
12732026-06-05T05:53:18.016Z Downloaded semver v0.1.20
12742026-06-05T05:53:18.019Z Downloaded secrecy v0.10.3
12752026-06-05T05:53:18.019Z Downloaded scroll_derive v0.13.1
12762026-06-05T05:53:18.019Z Downloaded rand_chacha v0.9.0
12772026-06-05T05:53:18.022Z Downloaded pkg-config v0.3.33
12782026-06-05T05:53:18.022Z Downloaded pest_derive v2.8.6
12792026-06-05T05:53:18.025Z Downloaded serde_plain v1.0.2
12802026-06-05T05:53:18.025Z Downloaded serde_repr v0.1.20
12812026-06-05T05:53:18.028Z Downloaded icu_normalizer_data v2.2.0
12822026-06-05T05:53:18.028Z Downloaded serde_spanned v0.6.9
12832026-06-05T05:53:18.031Z Downloaded rand_core v0.6.4
12842026-06-05T05:53:18.031Z Downloaded num-traits v0.2.19
12852026-06-05T05:53:18.034Z Downloaded hickory-resolver v0.25.2
12862026-06-05T05:53:18.038Z Downloaded serde_spanned v1.1.1
12872026-06-05T05:53:18.038Z Downloaded num-complex v0.4.6
12882026-06-05T05:53:18.038Z Downloaded icu_provider v2.2.0
12892026-06-05T05:53:18.041Z Downloaded sha1 v0.11.0
12902026-06-05T05:53:18.041Z Downloaded siphasher v1.0.3
12912026-06-05T05:53:18.045Z Downloaded konst v0.2.20
12922026-06-05T05:53:18.048Z Downloaded icu_locale_core v2.2.0
12932026-06-05T05:53:18.051Z Downloaded heapless v0.8.0
12942026-06-05T05:53:18.054Z Downloaded slog-bunyan v2.5.0
12952026-06-05T05:53:18.054Z Downloaded icu_properties v2.2.0
12962026-06-05T05:53:18.057Z Downloaded resolv-conf v0.7.6
12972026-06-05T05:53:18.057Z Downloaded flate2 v1.1.9
12982026-06-05T05:53:18.062Z Downloaded rustls-native-certs v0.8.4
12992026-06-05T05:53:18.065Z Downloaded chacha20poly1305 v0.10.1
13002026-06-05T05:53:18.065Z Downloaded rustls-pemfile v2.2.0
13012026-06-05T05:53:18.065Z Downloaded sigpipe v0.1.3
13022026-06-05T05:53:18.065Z Downloaded rand_core v0.9.5
13032026-06-05T05:53:18.068Z Downloaded parking_lot_core v0.9.12
13042026-06-05T05:53:18.068Z Downloaded parking_lot_core v0.8.6
13052026-06-05T05:53:18.071Z Downloaded rusty-fork v0.3.1
13062026-06-05T05:53:18.071Z Downloaded scroll v0.13.0
13072026-06-05T05:53:18.074Z Downloaded async-compression v0.4.42
13082026-06-05T05:53:18.077Z Downloaded postcard v1.1.3
13092026-06-05T05:53:18.080Z Downloaded elliptic-curve v0.13.8
13102026-06-05T05:53:18.083Z Downloaded indicatif v0.18.4
13112026-06-05T05:53:18.086Z Downloaded slog-envlogger v2.2.0
13122026-06-05T05:53:18.086Z Downloaded rustversion v1.0.22
13132026-06-05T05:53:18.090Z Downloaded papergrid v0.18.0
13142026-06-05T05:53:18.093Z Downloaded icu_normalizer v2.2.0
13152026-06-05T05:53:18.093Z Downloaded quote v1.0.45
13162026-06-05T05:53:18.097Z Downloaded swrite v0.1.0
13172026-06-05T05:53:18.097Z Downloaded strsim v0.11.1
13182026-06-05T05:53:18.100Z Downloaded pin-project v1.1.13
13192026-06-05T05:53:18.106Z Downloaded spin v0.5.2
13202026-06-05T05:53:18.109Z Downloaded sha2 v0.10.9
13212026-06-05T05:53:18.109Z Downloaded stable_deref_trait v1.2.1
13222026-06-05T05:53:18.109Z Downloaded serde_tokenstream v0.2.3
13232026-06-05T05:53:18.112Z Downloaded supports-color v3.0.2
13242026-06-05T05:53:18.112Z Downloaded strum v0.27.2
13252026-06-05T05:53:18.112Z Downloaded serde-big-array v0.5.1
13262026-06-05T05:53:18.115Z Downloaded subtle v2.6.1
13272026-06-05T05:53:18.115Z Downloaded simd-adler32 v0.3.9
13282026-06-05T05:53:18.119Z Downloaded proc-macro2 v1.0.106
13292026-06-05T05:53:18.119Z Downloaded crypto-bigint v0.5.5
13302026-06-05T05:53:18.122Z Downloaded terminal_size v0.4.4
13312026-06-05T05:53:18.125Z Downloaded smawk v0.3.2
13322026-06-05T05:53:18.125Z Downloaded termtree v0.5.1
13332026-06-05T05:53:18.128Z Downloaded sync_wrapper v1.0.2
13342026-06-05T05:53:18.129Z Downloaded sha1 v0.10.6
13352026-06-05T05:53:18.129Z Downloaded serde_path_to_error v0.1.20
13362026-06-05T05:53:18.132Z Downloaded structmeta-derive v0.3.0
13372026-06-05T05:53:18.132Z Downloaded progenitor-impl v0.10.0
13382026-06-05T05:53:18.135Z Downloaded thiserror-impl-no-std v2.0.2
13392026-06-05T05:53:18.135Z Downloaded rhai_codegen v3.2.0
13402026-06-05T05:53:18.138Z Downloaded testing_table v0.3.0
13412026-06-05T05:53:18.141Z Downloaded progenitor-impl v0.13.0
13422026-06-05T05:53:18.141Z Downloaded take_mut v0.2.2
13432026-06-05T05:53:18.147Z Downloaded slog-async v2.8.0
13442026-06-05T05:53:18.147Z Downloaded pest_meta v2.8.6
13452026-06-05T05:53:18.150Z Downloaded openssl-sys v0.9.116
13462026-06-05T05:53:18.150Z Downloaded tabwriter v1.4.1
13472026-06-05T05:53:18.151Z Downloaded tabled_derive v0.11.0
13482026-06-05T05:53:18.154Z Downloaded semver v1.0.28
13492026-06-05T05:53:18.155Z Downloaded slog-term v2.9.2
13502026-06-05T05:53:18.158Z Downloaded thread-id v5.1.0
13512026-06-05T05:53:18.158Z Downloaded slog-stdlog v4.1.1
13522026-06-05T05:53:18.158Z Downloaded strum v0.26.3
13532026-06-05T05:53:18.158Z Downloaded slog-scope v4.4.1
13542026-06-05T05:53:18.161Z Downloaded slog-json v2.6.1
13552026-06-05T05:53:18.161Z Downloaded tinyvec_macros v0.1.1
13562026-06-05T05:53:18.161Z Downloaded time-core v0.1.8
13572026-06-05T05:53:18.168Z Downloaded structmeta v0.3.0
13582026-06-05T05:53:18.168Z Downloaded icu_collections v2.2.0
13592026-06-05T05:53:18.171Z Downloaded snafu-derive v0.8.9
13602026-06-05T05:53:18.171Z Downloaded serde_with_macros v3.20.0
13612026-06-05T05:53:18.171Z Downloaded rustls-pki-types v1.14.1
13622026-06-05T05:53:18.171Z Downloaded signal-hook-registry v1.4.8
13632026-06-05T05:53:18.175Z Downloaded shlex v2.0.1
13642026-06-05T05:53:18.175Z Downloaded bytes v1.11.1
13652026-06-05T05:53:18.179Z Downloaded tabled_derive v0.7.0
13662026-06-05T05:53:18.179Z Downloaded schemars_derive v0.8.22
13672026-06-05T05:53:18.183Z Downloaded expectorate v1.2.0
13682026-06-05T05:53:18.183Z Downloaded static_assertions v1.1.0
13692026-06-05T05:53:18.183Z Downloaded synstructure v0.13.2
13702026-06-05T05:53:18.183Z Downloaded serde_urlencoded v0.7.1
13712026-06-05T05:53:18.187Z Downloaded serde_derive_internals v0.29.1
13722026-06-05T05:53:18.187Z Downloaded miniz_oxide v0.8.9
13732026-06-05T05:53:18.190Z Downloaded jiff-static v0.2.28
13742026-06-05T05:53:18.190Z Downloaded strum_macros v0.26.4
13752026-06-05T05:53:18.193Z Downloaded hashbrown v0.12.3
13762026-06-05T05:53:18.195Z Downloaded thread-id v4.2.2
13772026-06-05T05:53:18.196Z Downloaded tagptr v0.2.0
13782026-06-05T05:53:18.198Z Downloaded ryu v1.0.23
13792026-06-05T05:53:18.201Z Downloaded progenitor-impl v0.14.0
13802026-06-05T05:53:18.201Z Downloaded thiserror-no-std v2.0.2
13812026-06-05T05:53:18.204Z Downloaded tower-layer v0.3.3
13822026-06-05T05:53:18.204Z Downloaded schemars v0.8.22
13832026-06-05T05:53:18.211Z Downloaded thread_local v1.1.9
13842026-06-05T05:53:18.214Z Downloaded thiserror v1.0.69
13852026-06-05T05:53:18.219Z Downloaded tiny-keccak v2.0.2
13862026-06-05T05:53:18.222Z Downloaded tower-service v0.3.3
13872026-06-05T05:53:18.222Z Downloaded tokio-macros v2.7.0
13882026-06-05T05:53:18.222Z Downloaded unicode-linebreak v0.1.5
13892026-06-05T05:53:18.222Z Downloaded try-lock v0.2.5
13902026-06-05T05:53:18.222Z Downloaded typify-macro v0.6.2
13912026-06-05T05:53:18.222Z Downloaded slab v0.4.12
13922026-06-05T05:53:18.225Z Downloaded typify-macro v0.4.3
13932026-06-05T05:53:18.225Z Downloaded unit-prefix v0.5.2
13942026-06-05T05:53:18.225Z Downloaded time-macros v0.2.27
13952026-06-05T05:53:18.228Z Downloaded smf v0.2.3
13962026-06-05T05:53:18.228Z Downloaded serde_core v1.0.228
13972026-06-05T05:53:18.231Z Downloaded tinystr v0.8.3
13982026-06-05T05:53:18.231Z Downloaded hyper-util v0.1.20
13992026-06-05T05:53:18.236Z Downloaded smartstring v1.0.1
14002026-06-05T05:53:18.242Z Downloaded serde_yaml v0.9.34+deprecated
14012026-06-05T05:53:18.242Z Downloaded untrusted v0.7.1
14022026-06-05T05:53:18.243Z Downloaded universal-hash v0.5.1
14032026-06-05T05:53:18.246Z Downloaded usdt-attr-macro v0.5.0
14042026-06-05T05:53:18.246Z Downloaded usdt v0.6.0
14052026-06-05T05:53:18.246Z Downloaded untrusted v0.9.0
14062026-06-05T05:53:18.246Z Downloaded usdt v0.5.0
14072026-06-05T05:53:18.246Z Downloaded utf8_iter v1.0.4
14082026-06-05T05:53:18.246Z Downloaded similar v2.7.0
14092026-06-05T05:53:18.249Z Downloaded tokio-tungstenite v0.21.0
14102026-06-05T05:53:18.249Z Downloaded base64 v0.21.7
14112026-06-05T05:53:18.252Z Downloaded tokio-dtrace v0.1.1
14122026-06-05T05:53:18.252Z Downloaded usdt-macro v0.6.0
14132026-06-05T05:53:18.255Z Downloaded unarray v0.1.4
14142026-06-05T05:53:18.255Z Downloaded strum_macros v0.27.2
14152026-06-05T05:53:18.258Z Downloaded prettyplease v0.2.37
14162026-06-05T05:53:18.258Z Downloaded utf-8 v0.7.6
14172026-06-05T05:53:18.261Z Downloaded term v1.2.1
14182026-06-05T05:53:18.261Z Downloaded toml_datetime v0.6.11
14192026-06-05T05:53:18.264Z Downloaded smallvec v1.15.1
14202026-06-05T05:53:18.264Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14212026-06-05T05:53:18.268Z Downloaded utf8parse v0.2.2
14222026-06-05T05:53:18.268Z Downloaded indexmap v2.14.0
14232026-06-05T05:53:18.271Z Downloaded waitgroup v0.1.2
14242026-06-05T05:53:18.271Z Downloaded version_check v0.9.5
14252026-06-05T05:53:18.271Z Downloaded spin v0.9.8
14262026-06-05T05:53:18.274Z Downloaded thiserror-impl v1.0.69
14272026-06-05T05:53:18.274Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14282026-06-05T05:53:18.274Z Downloaded memchr v2.8.1
14292026-06-05T05:53:18.279Z Downloaded wait-timeout v0.2.1
14302026-06-05T05:53:18.282Z Downloaded usdt-attr-macro v0.6.0
14312026-06-05T05:53:18.282Z Downloaded toml_writer v1.1.1+spec-1.1.0
14322026-06-05T05:53:18.282Z Downloaded toml_write v0.1.2
14332026-06-05T05:53:18.282Z Downloaded thiserror v2.0.18
14342026-06-05T05:53:18.286Z Downloaded rand v0.8.6
14352026-06-05T05:53:18.288Z Downloaded rustls-platform-verifier v0.7.0
14362026-06-05T05:53:18.288Z Downloaded thiserror-impl v2.0.18
14372026-06-05T05:53:18.291Z Downloaded slog-dtrace v0.3.0
14382026-06-05T05:53:18.291Z Downloaded scroll v0.12.0
14392026-06-05T05:53:18.295Z Downloaded minimal-lexical v0.2.1
14402026-06-05T05:53:18.298Z Downloaded typeid v1.0.3
14412026-06-05T05:53:18.298Z Downloaded serde_derive v1.0.228
14422026-06-05T05:53:18.298Z Downloaded quinn v0.11.9
14432026-06-05T05:53:18.301Z Downloaded rand_core v0.10.1
14442026-06-05T05:53:18.304Z Downloaded tokio-rustls v0.26.4
14452026-06-05T05:53:18.304Z Downloaded quinn-udp v0.5.14
14462026-06-05T05:53:18.304Z Downloaded papergrid v0.11.0
14472026-06-05T05:53:18.308Z Downloaded zerofrom-derive v0.1.7
14482026-06-05T05:53:18.313Z Downloaded want v0.3.1
14492026-06-05T05:53:18.313Z Downloaded unicode-xid v0.2.6
14502026-06-05T05:53:18.313Z Downloaded zerofrom v0.1.8
14512026-06-05T05:53:18.313Z Downloaded tokio-stream v0.1.18
14522026-06-05T05:53:18.316Z Downloaded toml v0.8.23
14532026-06-05T05:53:18.316Z Downloaded hashbrown v0.16.1
14542026-06-05T05:53:18.319Z Downloaded indexmap v1.9.3
14552026-06-05T05:53:18.323Z Downloaded parking_lot v0.12.5
14562026-06-05T05:53:18.323Z Downloaded usdt-impl v0.6.0
14572026-06-05T05:53:18.326Z Downloaded zeroize_derive v1.4.3
14582026-06-05T05:53:18.326Z Downloaded thin-vec v0.2.18
14592026-06-05T05:53:18.326Z Downloaded zone v0.3.1
14602026-06-05T05:53:18.326Z Downloaded usdt-macro v0.5.0
14612026-06-05T05:53:18.329Z Downloaded tempfile v3.27.0
14622026-06-05T05:53:18.329Z Downloaded vsss-rs v3.3.4
14632026-06-05T05:53:18.329Z Downloaded crc32fast v1.5.0
14642026-06-05T05:53:18.332Z Downloaded const_format v0.2.36
14652026-06-05T05:53:18.335Z Downloaded zone_cfg_derive v0.3.1
14662026-06-05T05:53:18.335Z Downloaded whoami v1.6.1
14672026-06-05T05:53:18.336Z Downloaded textwrap v0.16.2
14682026-06-05T05:53:18.338Z Downloaded test-strategy v0.4.5
14692026-06-05T05:53:18.341Z Downloaded usdt-impl v0.5.0
14702026-06-05T05:53:18.341Z Downloaded slog v2.8.2
14712026-06-05T05:53:18.344Z Downloaded yoke-derive v0.8.2
14722026-06-05T05:53:18.344Z Downloaded toml_parser v1.1.2+spec-1.1.0
14732026-06-05T05:53:18.348Z Downloaded schemars v0.9.0
14742026-06-05T05:53:18.352Z Downloaded tracing-attributes v0.1.31
14752026-06-05T05:53:18.356Z Downloaded rand v0.10.1
14762026-06-05T05:53:18.359Z Downloaded dropshot-api-manager v0.7.2
14772026-06-05T05:53:18.362Z Downloaded qorb v0.4.1
14782026-06-05T05:53:18.362Z Downloaded tinyvec v1.11.0
14792026-06-05T05:53:18.365Z Downloaded rayon-core v1.13.0
14802026-06-05T05:53:18.365Z Downloaded mio v1.2.1
14812026-06-05T05:53:18.370Z Downloaded zeroize v1.8.2
14822026-06-05T05:53:18.370Z Downloaded xz2 v0.1.7
14832026-06-05T05:53:18.370Z Downloaded idna v1.1.0
14842026-06-05T05:53:18.373Z Downloaded ucd-trie v0.1.7
14852026-06-05T05:53:18.373Z Downloaded rand v0.9.4
14862026-06-05T05:53:18.376Z Downloaded snafu v0.8.9
14872026-06-05T05:53:18.379Z Downloaded nom v7.1.3
14882026-06-05T05:53:18.383Z Downloaded serde v1.0.228
14892026-06-05T05:53:18.386Z Downloaded toml v0.9.12+spec-1.1.0
14902026-06-05T05:53:18.386Z Downloaded zerovec-derive v0.11.3
14912026-06-05T05:53:18.387Z Downloaded rustls-webpki v0.103.13
14922026-06-05T05:53:18.390Z Downloaded password-hash v0.5.0
14932026-06-05T05:53:18.390Z Downloaded allocator-api2 v0.2.21
14942026-06-05T05:53:18.393Z Downloaded olpc-cjson v0.1.4
14952026-06-05T05:53:18.393Z Downloaded ciborium-io v0.2.2
14962026-06-05T05:53:18.393Z Downloaded async-recursion v1.1.1
14972026-06-05T05:53:18.396Z Downloaded anstyle-query v1.1.5
14982026-06-05T05:53:18.396Z Downloaded bit-vec v0.8.0
14992026-06-05T05:53:18.396Z Downloaded defmt v0.3.100
15002026-06-05T05:53:18.396Z Downloaded darling v0.23.0
15012026-06-05T05:53:18.399Z Downloaded toml v1.1.2+spec-1.1.0
15022026-06-05T05:53:18.403Z Downloaded unicode-ident v1.0.24
15032026-06-05T05:53:18.403Z Downloaded csv-core v0.1.13
15042026-06-05T05:53:18.406Z Downloaded crossbeam-epoch v0.9.18
15052026-06-05T05:53:18.406Z Downloaded tracing-core v0.1.36
15062026-06-05T05:53:18.409Z Downloaded hyper v1.10.1
15072026-06-05T05:53:18.414Z Downloaded socket2 v0.6.4
15082026-06-05T05:53:18.414Z Downloaded schemars v1.2.1
15092026-06-05T05:53:18.418Z Downloaded steno v0.4.1
15102026-06-05T05:53:18.421Z Downloaded hkdf v0.12.4
15112026-06-05T05:53:18.425Z Downloaded clap_builder v4.6.0
15122026-06-05T05:53:18.429Z Downloaded h2 v0.4.14
15132026-06-05T05:53:18.432Z Downloaded uuid v1.23.2
15142026-06-05T05:53:18.432Z Downloaded toml_edit v0.25.12+spec-1.1.0
15152026-06-05T05:53:18.436Z Downloaded tungstenite v0.21.0
15162026-06-05T05:53:18.436Z Downloaded hashbrown v0.17.1
15172026-06-05T05:53:18.440Z Downloaded pest v2.8.6
15182026-06-05T05:53:18.443Z Downloaded nom v8.0.0
15192026-06-05T05:53:18.445Z Downloaded typify v0.4.3
15202026-06-05T05:53:18.445Z Downloaded yoke v0.8.3
15212026-06-05T05:53:18.449Z Downloaded toml_edit v0.22.27
15222026-06-05T05:53:18.449Z Downloaded itertools v0.12.1
15232026-06-05T05:53:18.454Z Downloaded zmij v1.0.21
15242026-06-05T05:53:18.457Z Downloaded futures-util v0.3.32
15252026-06-05T05:53:18.460Z Downloaded typify v0.6.2
15262026-06-05T05:53:18.463Z Downloaded walkdir v2.5.0
15272026-06-05T05:53:18.464Z Downloaded writeable v0.6.3
15282026-06-05T05:53:18.467Z Downloaded libm v0.2.16
15292026-06-05T05:53:18.470Z Downloaded zerocopy-derive v0.7.35
15302026-06-05T05:53:18.474Z Downloaded itertools v0.14.0
15312026-06-05T05:53:18.477Z Downloaded icu_properties_data v2.2.0
15322026-06-05T05:53:18.484Z Downloaded hashbrown v0.15.5
15332026-06-05T05:53:18.487Z Downloaded defmt-macros v1.1.0
15342026-06-05T05:53:18.492Z Downloaded daft v0.1.7
15352026-06-05T05:53:18.492Z Downloaded iddqd v0.4.2
15362026-06-05T05:53:18.496Z Downloaded goblin v0.8.2
15372026-06-05T05:53:18.499Z Downloaded const_format_proc_macros v0.2.34
15382026-06-05T05:53:18.505Z Downloaded toml_edit v0.19.15
15392026-06-05T05:53:18.517Z Downloaded unsafe-libyaml v0.2.11
15402026-06-05T05:53:18.522Z Downloaded typed-path v0.9.3
15412026-06-05T05:53:18.522Z Downloaded ron v0.12.1
15422026-06-05T05:53:18.529Z Downloaded zerotrie v0.2.4
15432026-06-05T05:53:18.532Z Downloaded url v2.5.8
15442026-06-05T05:53:18.535Z Downloaded unicode-segmentation v1.13.3
15452026-06-05T05:53:18.535Z Downloaded zerocopy-derive v0.8.50
15462026-06-05T05:53:18.539Z Downloaded reqwest v0.12.28
15472026-06-05T05:53:18.543Z Downloaded reqwest v0.13.4
15482026-06-05T05:53:18.546Z Downloaded regex v1.12.3
15492026-06-05T05:53:18.549Z Downloaded typenum v1.20.1
15502026-06-05T05:53:18.552Z Downloaded tower v0.5.3
15512026-06-05T05:53:18.558Z Downloaded serde_json v1.0.150
15522026-06-05T05:53:18.562Z Downloaded rayon v1.12.0
15532026-06-05T05:53:18.580Z Downloaded portable-atomic v1.13.1
15542026-06-05T05:53:18.588Z Downloaded tough v0.22.0
15552026-06-05T05:53:18.592Z Downloaded chrono v0.4.45
15562026-06-05T05:53:18.596Z Downloaded unicode-normalization v0.1.25
15572026-06-05T05:53:18.609Z Downloaded aws-lc-rs v1.17.0
15582026-06-05T05:53:18.634Z Downloaded zerovec v0.11.6
15592026-06-05T05:53:18.638Z Downloaded tower-http v0.6.11
15602026-06-05T05:53:18.642Z Downloaded goblin v0.10.7
15612026-06-05T05:53:18.646Z Downloaded moka v0.12.15
15622026-06-05T05:53:18.654Z Downloaded zerocopy v0.7.35
15632026-06-05T05:53:18.658Z Downloaded winnow v0.5.40
15642026-06-05T05:53:18.662Z Downloaded quinn-proto v0.11.14
15652026-06-05T05:53:18.667Z Downloaded proptest v1.11.0
15662026-06-05T05:53:18.672Z Downloaded serde_with v3.20.0
15672026-06-05T05:53:18.679Z Downloaded tabled v0.15.0
15682026-06-05T05:53:18.686Z Downloaded winnow v0.7.15
15692026-06-05T05:53:18.691Z Downloaded curve25519-dalek v4.1.3
15702026-06-05T05:53:18.696Z Downloaded bstr v1.12.1
15712026-06-05T05:53:18.701Z Downloaded webpki-roots v1.0.7
15722026-06-05T05:53:18.704Z Downloaded tokio-util v0.7.18
15732026-06-05T05:53:18.712Z Downloaded tabled v0.21.0
15742026-06-05T05:53:18.726Z Downloaded time v0.3.47
15752026-06-05T05:53:18.733Z Downloaded dropshot v0.17.1
15762026-06-05T05:53:18.747Z Downloaded winnow v1.0.3
15772026-06-05T05:53:18.751Z Downloaded nix v0.31.3
15782026-06-05T05:53:18.758Z Downloaded unicode-width v0.2.2
15792026-06-05T05:53:18.761Z Downloaded syn v1.0.109
15802026-06-05T05:53:18.767Z Downloaded vcpkg v0.2.15
15812026-06-05T05:53:18.790Z Downloaded unicode-width v0.1.14
15822026-06-05T05:53:18.794Z Downloaded smoltcp v0.11.0
15832026-06-05T05:53:18.802Z Downloaded zerocopy v0.8.50
15842026-06-05T05:53:18.811Z Downloaded regress v0.11.1
15852026-06-05T05:53:18.817Z Downloaded openapiv3 v2.2.0
15862026-06-05T05:53:18.823Z Downloaded hickory-proto v0.25.2
15872026-06-05T05:53:18.832Z Downloaded syn v2.0.117
15882026-06-05T05:53:18.838Z Downloaded regress v0.10.5
15892026-06-05T05:53:18.844Z Downloaded hickory-proto v0.24.4
15902026-06-05T05:53:18.852Z Downloaded sled v0.34.7
15912026-06-05T05:53:18.858Z Downloaded typify-impl v0.4.3
15922026-06-05T05:53:18.867Z Downloaded rustls v0.23.40
15932026-06-05T05:53:18.874Z Downloaded rustix v0.38.44
15942026-06-05T05:53:18.887Z Downloaded rhai v1.25.1
15952026-06-05T05:53:18.894Z Downloaded regex-syntax v0.8.10
15962026-06-05T05:53:18.900Z Downloaded openssl v0.10.80
15972026-06-05T05:53:18.917Z Downloaded rustix v1.1.4
15982026-06-05T05:53:18.924Z Downloaded petgraph v0.6.5
15992026-06-05T05:53:18.952Z Downloaded tracing v0.1.44
16002026-06-05T05:53:18.986Z Downloaded typify-impl v0.6.2
16012026-06-05T05:53:19.002Z Downloaded tokio v1.52.3
16022026-06-05T05:53:19.033Z Downloaded regex-automata v0.4.14
16032026-06-05T05:53:19.043Z Downloaded encoding_rs v0.8.35
16042026-06-05T05:53:19.055Z Downloaded ring v0.17.14
16052026-06-05T05:53:19.090Z Downloaded chrono-tz v0.10.4
16062026-06-05T05:53:19.096Z Downloaded lzma-sys v0.1.20
16072026-06-05T05:53:19.113Z Downloaded petgraph v0.8.3
16082026-06-05T05:53:19.126Z Downloaded jiff v0.2.28
16092026-06-05T05:53:19.136Z Downloaded libc v0.2.186
16102026-06-05T05:53:19.156Z Downloaded csv v1.4.0
16112026-06-05T05:53:19.168Z Downloaded sha3 v0.10.9
16122026-06-05T05:53:19.709Z Downloaded aws-lc-sys v0.41.0
16132026-06-05T05:53:20.060Z Compiling proc-macro2 v1.0.106
16142026-06-05T05:53:20.060Z Compiling quote v1.0.45
16152026-06-05T05:53:20.060Z Compiling unicode-ident v1.0.24
16162026-06-05T05:53:20.063Z Compiling serde_core v1.0.228
16172026-06-05T05:53:20.063Z Compiling serde v1.0.228
16182026-06-05T05:53:20.063Z Compiling libc v0.2.186
16192026-06-05T05:53:20.063Z Compiling cfg-if v1.0.4
16202026-06-05T05:53:20.376Z Compiling zmij v1.0.21
16212026-06-05T05:53:20.394Z Compiling autocfg v1.5.1
16222026-06-05T05:53:20.697Z Compiling memchr v2.8.1
16232026-06-05T05:53:20.729Z Compiling libm v0.2.16
16242026-06-05T05:53:21.059Z Compiling itoa v1.0.18
16252026-06-05T05:53:21.076Z Compiling icu_normalizer_data v2.2.0
16262026-06-05T05:53:21.322Z Compiling icu_properties_data v2.2.0
16272026-06-05T05:53:21.337Z Compiling version_check v0.9.5
16282026-06-05T05:53:21.387Z Compiling stable_deref_trait v1.2.1
16292026-06-05T05:53:21.481Z Compiling serde_json v1.0.150
16302026-06-05T05:53:21.515Z Compiling syn v2.0.117
16312026-06-05T05:53:21.581Z Compiling parking_lot_core v0.9.12
16322026-06-05T05:53:21.614Z Compiling writeable v0.6.3
16332026-06-05T05:53:21.931Z Compiling litemap v0.8.2
16342026-06-05T05:53:21.967Z Compiling num-traits v0.2.19
16352026-06-05T05:53:21.971Z Compiling utf8_iter v1.0.4
16362026-06-05T05:53:22.061Z Compiling percent-encoding v2.3.2
16372026-06-05T05:53:22.304Z Compiling thiserror v2.0.18
16382026-06-05T05:53:22.341Z Compiling form_urlencoded v1.2.2
16392026-06-05T05:53:22.360Z Compiling rand_core v0.10.1
16402026-06-05T05:53:22.376Z Compiling getrandom v0.4.2
16412026-06-05T05:53:22.518Z Compiling zerocopy v0.8.50
16422026-06-05T05:53:22.604Z Compiling errno v0.3.14
16432026-06-05T05:53:22.637Z Compiling iana-time-zone v0.1.65
16442026-06-05T05:53:22.835Z Compiling heck v0.5.0
16452026-06-05T05:53:23.004Z Compiling uuid v1.23.2
16462026-06-05T05:53:23.031Z Compiling jobserver v0.1.34
16472026-06-05T05:53:23.219Z Compiling shlex v2.0.1
16482026-06-05T05:53:23.348Z Compiling find-msvc-tools v0.1.9
16492026-06-05T05:53:23.404Z Compiling rustversion v1.0.22
16502026-06-05T05:53:23.541Z Compiling cc v1.2.63
16512026-06-05T05:53:23.598Z Compiling semver v1.0.28
16522026-06-05T05:53:23.616Z Compiling schemars v0.8.22
16532026-06-05T05:53:23.776Z Compiling dyn-clone v1.0.20
16542026-06-05T05:53:23.901Z Compiling pin-project-lite v0.2.17
16552026-06-05T05:53:23.920Z Compiling getrandom v0.2.17
16562026-06-05T05:53:24.003Z Compiling scopeguard v1.2.0
16572026-06-05T05:53:24.122Z Compiling lock_api v0.4.14
16582026-06-05T05:53:24.139Z Compiling bitflags v2.12.1
16592026-06-05T05:53:24.266Z Compiling socket2 v0.6.4
16602026-06-05T05:53:24.354Z Compiling synstructure v0.13.2
16612026-06-05T05:53:24.371Z Compiling serde_derive_internals v0.29.1
16622026-06-05T05:53:24.485Z Compiling cmake v0.1.58
16632026-06-05T05:53:24.585Z Compiling signal-hook-registry v1.4.8
16642026-06-05T05:53:24.819Z Compiling mio v1.2.1
16652026-06-05T05:53:24.842Z Compiling dunce v1.0.5
16662026-06-05T05:53:24.888Z Compiling fs_extra v1.3.0
16672026-06-05T05:53:24.942Z Compiling portable-atomic v1.13.1
16682026-06-05T05:53:25.072Z Compiling critical-section v1.2.0
16692026-06-05T05:53:25.088Z Compiling log v0.4.32
16702026-06-05T05:53:25.129Z Compiling futures-core v0.3.32
16712026-06-05T05:53:25.175Z Compiling aws-lc-sys v0.41.0
16722026-06-05T05:53:25.193Z Compiling subtle v2.6.1
16732026-06-05T05:53:25.291Z Compiling equivalent v1.0.2
16742026-06-05T05:53:25.362Z Compiling httparse v1.10.1
16752026-06-05T05:53:25.452Z Compiling futures-sink v0.3.32
16762026-06-05T05:53:25.524Z Compiling slab v0.4.12
16772026-06-05T05:53:25.542Z Compiling serde_derive v1.0.228
16782026-06-05T05:53:25.559Z Compiling zerofrom-derive v0.1.7
16792026-06-05T05:53:25.576Z Compiling yoke-derive v0.8.2
16802026-06-05T05:53:25.692Z Compiling zerovec-derive v0.11.3
16812026-06-05T05:53:25.706Z Compiling displaydoc v0.2.6
16822026-06-05T05:53:25.734Z Compiling schemars_derive v0.8.22
16832026-06-05T05:53:26.052Z Compiling thiserror-impl v2.0.18
16842026-06-05T05:53:26.192Z Compiling tokio-macros v2.7.0
16852026-06-05T05:53:26.492Z Compiling zerocopy-derive v0.8.50
16862026-06-05T05:53:26.634Z Compiling zeroize_derive v1.4.3
16872026-06-05T05:53:26.730Z Compiling zerofrom v0.1.8
16882026-06-05T05:53:26.776Z Compiling futures-macro v0.3.32
16892026-06-05T05:53:26.864Z Compiling yoke v0.8.3
16902026-06-05T05:53:26.911Z Compiling once_cell v1.21.4
16912026-06-05T05:53:26.935Z Compiling thiserror v1.0.69
16922026-06-05T05:53:27.066Z Compiling zerovec v0.11.6
16932026-06-05T05:53:27.177Z Compiling zerotrie v0.2.4
16942026-06-05T05:53:27.244Z Compiling ucd-trie v0.1.7
16952026-06-05T05:53:27.299Z Compiling zeroize v1.8.2
16962026-06-05T05:53:27.474Z Compiling rustix v1.1.4
16972026-06-05T05:53:27.492Z Compiling pest v2.8.6
16982026-06-05T05:53:27.542Z Compiling typenum v1.20.1
16992026-06-05T05:53:27.589Z Compiling thiserror-impl v1.0.69
17002026-06-05T05:53:27.607Z Compiling tinystr v0.8.3
17012026-06-05T05:53:27.652Z Compiling potential_utf v0.1.5
17022026-06-05T05:53:27.821Z Compiling icu_locale_core v2.2.0
17032026-06-05T05:53:27.839Z Compiling icu_collections v2.2.0
17042026-06-05T05:53:27.856Z Compiling futures-channel v0.3.32
17052026-06-05T05:53:28.112Z Compiling futures-task v0.3.32
17062026-06-05T05:53:28.363Z Compiling futures-io v0.3.32
17072026-06-05T05:53:28.567Z Compiling pest_meta v2.8.6
17082026-06-05T05:53:28.596Z Compiling futures-util v0.3.32
17092026-06-05T05:53:28.678Z Compiling icu_provider v2.2.0
17102026-06-05T05:53:28.756Z Compiling smallvec v1.15.1
17112026-06-05T05:53:28.786Z Compiling bytes v1.11.1
17122026-06-05T05:53:28.804Z Compiling chrono v0.4.45
17132026-06-05T05:53:29.033Z Compiling icu_normalizer v2.2.0
17142026-06-05T05:53:29.274Z Compiling icu_properties v2.2.0
17152026-06-05T05:53:29.814Z Compiling serde_tokenstream v0.2.3
17162026-06-05T05:53:30.090Z Compiling parking_lot v0.12.5
17172026-06-05T05:53:30.235Z Compiling idna_adapter v1.2.2
17182026-06-05T05:53:30.395Z Compiling idna v1.1.0
17192026-06-05T05:53:30.696Z Compiling tokio v1.52.3
17202026-06-05T05:53:30.713Z Compiling pest_generator v2.8.6
17212026-06-05T05:53:30.887Z Compiling url v2.5.8
17222026-06-05T05:53:30.966Z Compiling regex-syntax v0.8.10
17232026-06-05T05:53:31.110Z Compiling getrandom v0.3.4
17242026-06-05T05:53:31.287Z Compiling strsim v0.11.1
17252026-06-05T05:53:31.335Z Compiling pest_derive v2.8.6
17262026-06-05T05:53:31.448Z Compiling rand_core v0.6.4
17272026-06-05T05:53:31.708Z Compiling aho-corasick v1.1.4
17282026-06-05T05:53:31.868Z Compiling hashbrown v0.17.1
17292026-06-05T05:53:32.304Z Compiling byteorder v1.5.0
17302026-06-05T05:53:32.468Z Compiling indexmap v2.14.0
17312026-06-05T05:53:32.553Z Compiling ipnetwork v0.21.1
17322026-06-05T05:53:32.571Z Compiling regex-automata v0.4.14
17332026-06-05T05:53:33.010Z Compiling tracing-core v0.1.36
17342026-06-05T05:53:33.087Z Compiling tracing-attributes v0.1.31
17352026-06-05T05:53:33.307Z Compiling ident_case v1.0.1
17362026-06-05T05:53:33.363Z Compiling slog v2.8.2
17372026-06-05T05:53:33.487Z Compiling base64 v0.22.1
17382026-06-05T05:53:33.600Z Compiling paste v1.0.15
17392026-06-05T05:53:33.914Z Compiling anyhow v1.0.102
17402026-06-05T05:53:34.125Z Compiling fnv v1.0.7
17412026-06-05T05:53:34.238Z Compiling regex v1.12.3
17422026-06-05T05:53:34.315Z Compiling erased-serde v0.3.31
17432026-06-05T05:53:34.318Z Compiling tracing v0.1.44
17442026-06-05T05:53:34.697Z Compiling omicron-workspace-hack v0.1.0
17452026-06-05T05:53:35.083Z Compiling http v1.4.1
17462026-06-05T05:53:35.590Z Compiling oxnet v0.1.6
17472026-06-05T05:53:35.777Z Compiling rustls-pki-types v1.14.1
17482026-06-05T05:53:36.351Z Compiling scroll_derive v0.13.1
17492026-06-05T05:53:36.610Z Compiling ring v0.17.14
17502026-06-05T05:53:36.919Z Compiling time-core v0.1.8
17512026-06-05T05:53:37.013Z Compiling aws-lc-rs v1.17.0
17522026-06-05T05:53:37.081Z Compiling num-conv v0.2.2
17532026-06-05T05:53:37.244Z Compiling time-macros v0.2.27
17542026-06-05T05:53:37.316Z Compiling tokio-util v0.7.18
17552026-06-05T05:53:37.663Z Compiling ipnet v2.12.0
17562026-06-05T05:53:38.187Z Compiling untrusted v0.9.0
17572026-06-05T05:53:38.230Z Compiling untrusted v0.7.1
17582026-06-05T05:53:38.358Z Compiling ppv-lite86 v0.2.21
17592026-06-05T05:53:38.602Z Compiling daft-derive v0.1.7
17602026-06-05T05:53:38.689Z Compiling async-trait v0.1.89
17612026-06-05T05:53:38.882Z Compiling camino v1.2.2
17622026-06-05T05:53:38.915Z Compiling rustls v0.23.40
17632026-06-05T05:53:39.133Z Compiling crc32fast v1.5.0
17642026-06-05T05:53:39.309Z Compiling http-body v1.0.1
17652026-06-05T05:53:39.487Z Compiling usdt-impl v0.6.0
17662026-06-05T05:53:39.505Z Compiling atomic-waker v1.1.2
17672026-06-05T05:53:39.546Z Compiling crossbeam-utils v0.8.21
17682026-06-05T05:53:39.638Z Compiling pretty-hex v0.4.2
17692026-06-05T05:53:39.779Z Compiling scroll v0.13.0
17702026-06-05T05:53:40.036Z Compiling ryu v1.0.23
17712026-06-05T05:53:40.135Z Compiling tower-service v0.3.3
17722026-06-05T05:53:40.200Z Compiling try-lock v0.2.5
17732026-06-05T05:53:40.235Z Compiling plain v0.2.3
17742026-06-05T05:53:40.315Z Compiling tower-layer v0.3.3
17752026-06-05T05:53:40.333Z Compiling goblin v0.10.7
17762026-06-05T05:53:40.349Z Compiling want v0.3.1
17772026-06-05T05:53:40.549Z Compiling h2 v0.4.14
17782026-06-05T05:53:41.315Z Compiling slog-async v2.8.0
17792026-06-05T05:53:41.607Z Compiling httpdate v1.0.3
17802026-06-05T05:53:41.854Z Compiling dtrace-parser v0.3.0
17812026-06-05T05:53:42.005Z Compiling thread-id v5.1.0
17822026-06-05T05:53:42.094Z Compiling ref-cast v1.0.25
17832026-06-05T05:53:42.952Z Compiling hyper v1.10.1
17842026-06-05T05:53:42.970Z Compiling dof v0.4.0
17852026-06-05T05:53:44.469Z Compiling hyper-util v0.1.20
17862026-06-05T05:53:44.841Z Compiling rand_core v0.9.5
17872026-06-05T05:53:45.102Z Compiling serde_urlencoded v0.7.1
17882026-06-05T05:53:45.381Z Compiling http-body-util v0.1.3
17892026-06-05T05:53:45.689Z Compiling ref-cast-impl v1.0.25
17902026-06-05T05:53:46.291Z Compiling syn v1.0.109
17912026-06-05T05:53:46.766Z Compiling usdt-attr-macro v0.6.0
17922026-06-05T05:53:47.038Z Compiling usdt-macro v0.6.0
17932026-06-05T05:53:47.243Z Compiling structmeta-derive v0.3.0
17942026-06-05T05:53:47.627Z Compiling multer v3.1.0
17952026-06-05T05:53:47.851Z Compiling allocator-api2 v0.2.21
17962026-06-05T05:53:47.872Z Compiling foldhash v0.2.0
17972026-06-05T05:53:47.972Z Compiling powerfmt v0.2.0
17982026-06-05T05:53:48.161Z Compiling deranged v0.5.8
17992026-06-05T05:53:48.228Z Compiling hashbrown v0.16.1
18002026-06-05T05:53:48.285Z Compiling structmeta v0.3.0
18012026-06-05T05:53:48.347Z Compiling rand_chacha v0.9.0
18022026-06-05T05:53:48.860Z Compiling darling_core v0.23.0
18032026-06-05T05:53:48.905Z Compiling newtype-uuid-macros v0.1.0
18042026-06-05T05:53:49.211Z Compiling num_threads v0.1.7
18052026-06-05T05:53:49.483Z Compiling time v0.3.47
18062026-06-05T05:53:49.695Z Compiling rand v0.9.4
18072026-06-05T05:53:50.424Z Compiling newtype-uuid v1.3.2
18082026-06-05T05:53:50.546Z Compiling async-stream-impl v0.3.6
18092026-06-05T05:53:50.681Z Compiling strum_macros v0.26.4
18102026-06-05T05:53:50.939Z Compiling darling_macro v0.23.0
18112026-06-05T05:53:51.164Z Compiling sync_wrapper v1.0.2
18122026-06-05T05:53:51.283Z Compiling dropshot v0.17.1
18132026-06-05T05:53:51.506Z Compiling hex v0.4.3
18142026-06-05T05:53:51.524Z Compiling darling v0.23.0
18152026-06-05T05:53:51.541Z Compiling tower v0.5.3
18162026-06-05T05:53:51.608Z Compiling daft v0.1.7
18172026-06-05T05:53:51.793Z Compiling crossbeam-channel v0.5.15
18182026-06-05T05:53:51.966Z Compiling webpki-roots v1.0.7
18192026-06-05T05:53:52.089Z Compiling openapiv3 v2.2.0
18202026-06-05T05:53:52.336Z Compiling generic-array v0.14.7
18212026-06-05T05:53:52.585Z Compiling fastrand v2.4.1
18222026-06-05T05:53:52.904Z Compiling tower-http v0.6.11
18232026-06-05T05:53:52.921Z Compiling serde_with_macros v3.20.0
18242026-06-05T05:53:53.562Z Compiling futures-executor v0.3.32
18252026-06-05T05:53:53.677Z Compiling dropshot_endpoint v0.17.1
18262026-06-05T05:53:54.007Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-05T05:53:54.047Z Compiling thread_local v1.1.9
18282026-06-05T05:53:54.231Z Compiling openssl-probe v0.2.1
18292026-06-05T05:53:54.505Z Compiling cpufeatures v0.3.0
18302026-06-05T05:53:54.524Z Compiling rustls-native-certs v0.8.4
18312026-06-05T05:53:54.588Z Compiling futures v0.3.32
18322026-06-05T05:53:55.230Z Compiling derive-ex v0.1.8
18332026-06-05T05:53:55.330Z Compiling strum_macros v0.27.2
18342026-06-05T05:53:55.360Z Compiling is-terminal v0.4.17
18352026-06-05T05:53:55.466Z Compiling term v1.2.1
18362026-06-05T05:53:56.552Z Compiling winnow v1.0.3
18372026-06-05T05:53:56.758Z Compiling take_mut v0.2.2
18382026-06-05T05:53:57.108Z Compiling test-strategy v0.4.5
18392026-06-05T05:53:57.221Z Compiling slog-term v2.9.2
18402026-06-05T05:53:58.244Z Compiling tempfile v3.27.0
18412026-06-05T05:53:58.542Z Compiling macaddr v1.0.1
18422026-06-05T05:53:58.819Z Compiling hybrid-array v0.4.12
18432026-06-05T05:53:59.145Z Compiling adler2 v2.0.1
18442026-06-05T05:53:59.309Z Compiling match_cfg v0.1.0
18452026-06-05T05:53:59.326Z Compiling simd-adler32 v0.3.9
18462026-06-05T05:53:59.386Z Compiling hostname v0.3.1
18472026-06-05T05:53:59.560Z Compiling miniz_oxide v0.8.9
18482026-06-05T05:54:00.315Z Compiling slog-json v2.6.1
18492026-06-05T05:54:00.587Z Compiling memmap2 v0.9.10
18502026-06-05T05:54:00.928Z Compiling usdt v0.6.0
18512026-06-05T05:54:00.983Z Compiling slog-bunyan v2.5.0
18522026-06-05T05:54:01.024Z Compiling flate2 v1.1.9
18532026-06-05T05:54:01.159Z Compiling block-buffer v0.12.0
18542026-06-05T05:54:01.339Z Compiling crypto-common v0.2.2
18552026-06-05T05:54:01.544Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-05T05:54:01.585Z Compiling const-oid v0.10.2
18572026-06-05T05:54:01.691Z Compiling either v1.16.0
18582026-06-05T05:54:01.887Z Compiling compression-core v0.4.32
18592026-06-05T05:54:01.918Z Compiling debug-ignore v1.0.5
18602026-06-05T05:54:02.058Z Compiling compression-codecs v0.4.38
18612026-06-05T05:54:02.385Z Compiling digest v0.11.3
18622026-06-05T05:54:02.444Z Compiling toml_parser v1.1.2+spec-1.1.0
18632026-06-05T05:54:02.572Z Compiling crypto-common v0.1.7
18642026-06-05T05:54:02.599Z Compiling parse-display-derive v0.10.0
18652026-06-05T05:54:02.674Z Compiling rand_chacha v0.3.1
18662026-06-05T05:54:02.719Z Compiling serde_spanned v1.1.1
18672026-06-05T05:54:02.818Z Compiling toml_datetime v1.1.1+spec-1.1.0
18682026-06-05T05:54:02.871Z Compiling encoding_rs v0.8.35
18692026-06-05T05:54:03.243Z Compiling toml_writer v1.1.1+spec-1.1.0
18702026-06-05T05:54:03.261Z Compiling mime v0.3.17
18712026-06-05T05:54:03.375Z Compiling spin v0.9.8
18722026-06-05T05:54:03.522Z Compiling toml v1.1.2+spec-1.1.0
18732026-06-05T05:54:03.733Z Compiling rand v0.8.6
18742026-06-05T05:54:03.771Z Compiling sha1 v0.11.0
18752026-06-05T05:54:04.128Z Compiling async-compression v0.4.42
18762026-06-05T05:54:04.175Z Compiling strum v0.26.3
18772026-06-05T05:54:04.371Z Compiling async-stream v0.3.6
18782026-06-05T05:54:04.582Z Compiling waitgroup v0.1.2
18792026-06-05T05:54:04.592Z Compiling rustls-pemfile v2.2.0
18802026-06-05T05:54:04.733Z Compiling serde_path_to_error v0.1.20
18812026-06-05T05:54:04.754Z Compiling hostname v0.4.2
18822026-06-05T05:54:04.887Z Compiling wait-timeout v0.2.1
18832026-06-05T05:54:05.226Z Compiling quick-error v1.2.3
18842026-06-05T05:54:05.340Z Compiling bit-vec v0.8.0
18852026-06-05T05:54:05.343Z Compiling rusty-fork v0.3.1
18862026-06-05T05:54:05.541Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-05T05:54:05.653Z Compiling bit-set v0.8.0
18882026-06-05T05:54:05.774Z Compiling serde_with v3.20.0
18892026-06-05T05:54:05.845Z Compiling rand_xorshift v0.4.0
18902026-06-05T05:54:06.009Z Compiling unarray v0.1.4
18912026-06-05T05:54:06.136Z Compiling proptest v1.11.0
18922026-06-05T05:54:06.187Z Compiling strum v0.27.2
18932026-06-05T05:54:06.325Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18942026-06-05T05:54:06.474Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18952026-06-05T05:54:06.670Z Compiling instant v0.1.13
18962026-06-05T05:54:06.880Z Compiling itertools v0.14.0
18972026-06-05T05:54:07.022Z Compiling iddqd v0.4.2
18982026-06-05T05:54:07.559Z Compiling unicode-width v0.2.2
18992026-06-05T05:54:08.079Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-05T05:54:08.183Z Compiling block-buffer v0.10.4
19012026-06-05T05:54:08.355Z Compiling backon v1.6.0
19022026-06-05T05:54:08.372Z Compiling regress v0.10.5
19032026-06-05T05:54:08.571Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19042026-06-05T05:54:10.204Z Compiling digest v0.10.7
19052026-06-05T05:54:10.379Z Compiling backoff v0.4.0
19062026-06-05T05:54:10.588Z Compiling parse-display v0.10.0
19072026-06-05T05:54:10.824Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19082026-06-05T05:54:11.424Z Compiling humantime v2.3.0
19092026-06-05T05:54:13.325Z Compiling regress v0.11.1
19102026-06-05T05:54:14.479Z Compiling zerocopy-derive v0.7.35
19112026-06-05T05:54:14.860Z Compiling typify-impl v0.6.2
19122026-06-05T05:54:15.408Z Compiling darling_core v0.21.3
19132026-06-05T05:54:15.465Z Compiling clap_derive v4.6.1
19142026-06-05T05:54:16.258Z Compiling cpufeatures v0.2.17
19152026-06-05T05:54:16.395Z Compiling convert_case v0.4.0
19162026-06-05T05:54:16.687Z Compiling utf8parse v0.2.2
19172026-06-05T05:54:16.910Z Compiling anstyle-parse v1.0.0
19182026-06-05T05:54:17.066Z Compiling derive_more v0.99.20
19192026-06-05T05:54:17.438Z Compiling darling_macro v0.21.3
19202026-06-05T05:54:17.914Z Compiling terminal_size v0.4.4
19212026-06-05T05:54:17.996Z Compiling toml_datetime v0.6.11
19222026-06-05T05:54:18.071Z Compiling anstyle v1.0.14
19232026-06-05T05:54:18.090Z Compiling typify-macro v0.6.2
19242026-06-05T05:54:18.177Z Compiling is_terminal_polyfill v1.70.2
19252026-06-05T05:54:18.271Z Compiling anstyle-query v1.1.5
19262026-06-05T05:54:18.319Z Compiling colorchoice v1.0.5
19272026-06-05T05:54:18.409Z Compiling anstream v1.0.0
19282026-06-05T05:54:18.438Z Compiling darling v0.21.3
19292026-06-05T05:54:19.150Z Compiling secrecy v0.10.3
19302026-06-05T05:54:19.227Z Compiling clap_lex v1.1.0
19312026-06-05T05:54:19.320Z Compiling heapless v0.8.0
19322026-06-05T05:54:19.583Z Compiling tinyvec_macros v0.1.1
19332026-06-05T05:54:19.603Z Compiling crucible-workspace-hack v0.1.0
19342026-06-05T05:54:19.681Z Compiling tinyvec v1.11.0
19352026-06-05T05:54:19.845Z Compiling clap_builder v4.6.0
19362026-06-05T05:54:19.879Z Compiling typify v0.6.2
19372026-06-05T05:54:20.285Z Compiling ingot-macros v0.1.1
19382026-06-05T05:54:20.376Z Compiling zerocopy v0.7.35
19392026-06-05T05:54:20.660Z Compiling hash32 v0.3.1
19402026-06-05T05:54:20.814Z Compiling scroll_derive v0.12.1
19412026-06-05T05:54:20.831Z Compiling rustc_version v0.4.1
19422026-06-05T05:54:21.066Z Compiling num-integer v0.1.46
19432026-06-05T05:54:21.089Z Compiling usdt-impl v0.5.0
19442026-06-05T05:54:21.342Z Compiling smoltcp v0.11.0
19452026-06-05T05:54:21.506Z Compiling scroll v0.12.0
19462026-06-05T05:54:21.649Z Compiling curve25519-dalek v4.1.3
19472026-06-05T05:54:21.698Z Compiling clap v4.6.1
19482026-06-05T05:54:21.804Z Compiling dof v0.3.0
19492026-06-05T05:54:22.853Z Compiling ingot-types v0.1.2
19502026-06-05T05:54:23.285Z Compiling hmac v0.12.1
19512026-06-05T05:54:23.440Z Compiling dtrace-parser v0.2.0
19522026-06-05T05:54:23.588Z Compiling inout v0.1.4
19532026-06-05T05:54:23.638Z Compiling ff v0.13.1
19542026-06-05T05:54:23.757Z Compiling cobs v0.3.0
19552026-06-05T05:54:24.021Z Compiling thread-id v4.2.2
19562026-06-05T05:54:24.038Z Compiling managed v0.8.0
19572026-06-05T05:54:24.285Z Compiling bitflags v1.3.2
19582026-06-05T05:54:24.465Z Compiling unsafe-libyaml v0.2.11
19592026-06-05T05:54:25.076Z Compiling serde_yaml v0.9.34+deprecated
19602026-06-05T05:54:25.282Z Compiling postcard v1.1.3
19612026-06-05T05:54:25.644Z Compiling group v0.13.0
19622026-06-05T05:54:25.703Z Compiling cipher v0.4.4
19632026-06-05T05:54:25.942Z Compiling hkdf v0.12.4
19642026-06-05T05:54:26.101Z Compiling ingot v0.1.1
19652026-06-05T05:54:26.801Z Compiling goblin v0.8.2
19662026-06-05T05:54:27.029Z Compiling num-rational v0.4.2
19672026-06-05T05:54:28.001Z Compiling num-iter v0.1.45
19682026-06-05T05:54:28.309Z Compiling tabwriter v1.4.1
19692026-06-05T05:54:28.515Z Compiling universal-hash v0.5.1
19702026-06-05T05:54:28.656Z Compiling crypto-bigint v0.5.5
19712026-06-05T05:54:28.660Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-05T05:54:28.853Z Compiling thiserror-impl-no-std v2.0.2
19732026-06-05T05:54:29.593Z Compiling hubpack_derive v0.1.1
19742026-06-05T05:54:29.801Z Compiling crossbeam-epoch v0.9.18
19752026-06-05T05:54:30.101Z Compiling half v2.7.1
19762026-06-05T05:54:30.211Z Compiling curve25519-dalek-derive v0.1.1
19772026-06-05T05:54:30.439Z Compiling num-complex v0.4.6
19782026-06-05T05:54:30.958Z Compiling memoffset v0.9.1
19792026-06-05T05:54:31.080Z Compiling ciborium-io v0.2.2
19802026-06-05T05:54:31.291Z Compiling opaque-debug v0.3.1
19812026-06-05T05:54:31.324Z Compiling prettyplease v0.2.37
19822026-06-05T05:54:31.401Z Compiling base64ct v1.8.3
19832026-06-05T05:54:31.521Z Compiling base16ct v0.2.0
19842026-06-05T05:54:31.701Z Compiling cfg_aliases v0.2.1
19852026-06-05T05:54:31.775Z Compiling nix v0.31.3
19862026-06-05T05:54:31.917Z Compiling password-hash v0.5.0
19872026-06-05T05:54:32.148Z Compiling elliptic-curve v0.13.8
19882026-06-05T05:54:32.459Z Compiling poly1305 v0.8.0
19892026-06-05T05:54:33.168Z Compiling ciborium-ll v0.2.2
19902026-06-05T05:54:33.506Z Compiling num v0.4.3
19912026-06-05T05:54:33.530Z Compiling hubpack v0.1.2
19922026-06-05T05:54:33.586Z Compiling thiserror-no-std v2.0.2
19932026-06-05T05:54:34.611Z Compiling chacha20 v0.9.1
19942026-06-05T05:54:35.164Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19952026-06-05T05:54:35.329Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19962026-06-05T05:54:35.706Z Compiling reqwest v0.12.28
19972026-06-05T05:54:36.270Z Compiling toml_edit v0.25.12+spec-1.1.0
19982026-06-05T05:54:36.583Z Compiling blake2 v0.10.6
19992026-06-05T05:54:36.601Z Compiling aead v0.5.2
20002026-06-05T05:54:37.062Z Compiling byte-wrapper v0.1.0
20012026-06-05T05:54:37.146Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20022026-06-05T05:54:37.192Z Compiling serde_repr v0.1.20
20032026-06-05T05:54:37.866Z Compiling proc-macro-error-attr v1.0.4
20042026-06-05T05:54:37.992Z Compiling bstr v1.12.1
20052026-06-05T05:54:38.094Z Compiling keccak v0.1.6
20062026-06-05T05:54:38.130Z Compiling static_assertions v1.1.0
20072026-06-05T05:54:38.193Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082026-06-05T05:54:38.314Z Compiling rustix v0.38.44
20092026-06-05T05:54:38.433Z Compiling float-ord v0.3.2
20102026-06-05T05:54:38.704Z Compiling sha3 v0.10.9
20112026-06-05T05:54:38.830Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20122026-06-05T05:54:39.004Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-05T05:54:39.580Z Compiling argon2 v0.5.3
20142026-06-05T05:54:39.621Z Compiling proc-macro-crate v3.5.0
20152026-06-05T05:54:40.037Z Compiling chacha20poly1305 v0.10.1
20162026-06-05T05:54:40.186Z Compiling progenitor-client v0.10.0
20172026-06-05T05:54:40.582Z Compiling vsss-rs v3.3.4
20182026-06-05T05:54:41.761Z Compiling rustls-webpki v0.103.13
20192026-06-05T05:54:42.059Z Compiling ciborium v0.2.2
20202026-06-05T05:54:42.896Z Compiling usdt-attr-macro v0.5.0
20212026-06-05T05:54:43.022Z Compiling usdt-macro v0.5.0
20222026-06-05T05:54:44.574Z Compiling enum-as-inner v0.6.1
20232026-06-05T05:54:44.616Z Compiling num-derive v0.4.2
20242026-06-05T05:54:45.146Z Compiling proc-macro-error v1.0.4
20252026-06-05T05:54:45.345Z Compiling memmap v0.7.0
20262026-06-05T05:54:45.556Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20272026-06-05T05:54:45.573Z Compiling winnow v0.5.40
20282026-06-05T05:54:45.599Z Compiling data-encoding v2.11.0
20292026-06-05T05:54:45.868Z Compiling tokio-rustls v0.26.4
20302026-06-05T05:54:46.017Z Compiling rustls-platform-verifier v0.7.0
20312026-06-05T05:54:46.166Z Compiling hyper-rustls v0.27.9
20322026-06-05T05:54:46.481Z Compiling reqwest v0.13.4
20332026-06-05T05:54:46.928Z Compiling indent_write v2.2.0
20342026-06-05T05:54:47.593Z Compiling toml_edit v0.19.15
20352026-06-05T05:54:47.653Z Compiling usdt v0.5.0
20362026-06-05T05:54:48.231Z Compiling progenitor-client v0.14.0
20372026-06-05T05:54:48.693Z Compiling progenitor-extras v0.2.0
20382026-06-05T05:54:48.931Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T05:54:49.565Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20402026-06-05T05:54:49.676Z Compiling num_enum_derive v0.7.6
20412026-06-05T05:54:50.344Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-05T05:54:51.541Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-05T05:54:54.127Z Compiling serde_spanned v0.6.9
20442026-06-05T05:54:54.281Z Compiling foreign-types-macros v0.2.3
20452026-06-05T05:54:54.948Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-05T05:55:00.835Z Compiling vcpkg v0.2.15
20472026-06-05T05:55:00.856Z Compiling foreign-types-shared v0.3.1
20482026-06-05T05:55:00.964Z Compiling pkg-config v0.3.33
20492026-06-05T05:55:01.016Z Compiling colored v3.1.1
20502026-06-05T05:55:01.423Z Compiling toml_write v0.1.2
20512026-06-05T05:55:01.627Z Compiling winnow v0.7.15
20522026-06-05T05:55:01.680Z Compiling bytecount v0.6.9
20532026-06-05T05:55:01.696Z Compiling openssl-sys v0.9.116
20542026-06-05T05:55:02.269Z Compiling foreign-types v0.5.0
20552026-06-05T05:55:02.376Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T05:55:02.636Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-05T05:55:03.033Z Compiling toml_edit v0.22.27
20582026-06-05T05:55:03.357Z Compiling num_enum v0.7.6
20592026-06-05T05:55:03.493Z Compiling proc-macro-crate v1.3.1
20602026-06-05T05:55:03.963Z Compiling progenitor-impl v0.13.0
20612026-06-05T05:55:03.987Z Compiling chacha20 v0.10.0
20622026-06-05T05:55:04.007Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20632026-06-05T05:55:05.014Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20642026-06-05T05:55:05.037Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20652026-06-05T05:55:05.037Z Compiling cstr-argument v0.1.2
20662026-06-05T05:55:05.038Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20672026-06-05T05:55:05.038Z Compiling semver v0.1.20
20682026-06-05T05:55:05.038Z Compiling resolv-conf v0.7.6
20692026-06-05T05:55:05.339Z Compiling linked-hash-map v0.5.6
20702026-06-05T05:55:05.482Z Compiling swrite v0.1.0
20712026-06-05T05:55:05.566Z Compiling unicode-segmentation v1.13.3
20722026-06-05T05:55:05.605Z Compiling rayon-core v1.13.0
20732026-06-05T05:55:05.842Z Compiling heck v0.4.1
20742026-06-05T05:55:06.044Z Compiling progenitor-macro v0.13.0
20752026-06-05T05:55:06.055Z Compiling newline-converter v0.3.0
20762026-06-05T05:55:06.188Z Compiling lru-cache v0.1.2
20772026-06-05T05:55:06.251Z Compiling rustc_version v0.1.7
20782026-06-05T05:55:06.353Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792026-06-05T05:55:06.506Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-06-05T05:55:06.766Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20812026-06-05T05:55:06.891Z Compiling toml v0.8.23
20822026-06-05T05:55:06.907Z Compiling rand v0.10.1
20832026-06-05T05:55:07.700Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20842026-06-05T05:55:07.704Z Compiling num_enum_derive v0.5.11
20852026-06-05T05:55:07.949Z Compiling atomicwrites v0.4.4
20862026-06-05T05:55:07.987Z Compiling progenitor-client v0.13.0
20872026-06-05T05:55:08.160Z Compiling hickory-proto v0.24.4
20882026-06-05T05:55:08.231Z Compiling similar v2.7.0
20892026-06-05T05:55:08.494Z Compiling crossbeam-deque v0.8.6
20902026-06-05T05:55:08.712Z Compiling progenitor-impl v0.14.0
20912026-06-05T05:55:08.911Z Compiling console v0.15.11
20922026-06-05T05:55:10.066Z Compiling camino-tempfile v1.4.1
20932026-06-05T05:55:10.188Z Compiling serde-big-array v0.5.1
20942026-06-05T05:55:10.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20952026-06-05T05:55:10.418Z Compiling derive-where v1.6.1
20962026-06-05T05:55:10.799Z Compiling pin-project-internal v1.1.13
20972026-06-05T05:55:10.876Z Compiling minimal-lexical v0.2.1
20982026-06-05T05:55:11.020Z Compiling lazy_static v1.5.0
20992026-06-05T05:55:11.123Z Compiling siphasher v1.0.3
21002026-06-05T05:55:11.155Z Compiling nom v7.1.3
21012026-06-05T05:55:11.340Z Compiling phf_shared v0.12.1
21022026-06-05T05:55:11.673Z Compiling progenitor-macro v0.14.0
21032026-06-05T05:55:11.882Z Compiling pin-project v1.1.13
21042026-06-05T05:55:11.995Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-06-05T05:55:12.412Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21062026-06-05T05:55:12.456Z Compiling hickory-resolver v0.24.4
21072026-06-05T05:55:15.254Z Compiling progenitor v0.13.0
21082026-06-05T05:55:15.435Z Compiling expectorate v1.2.0
21092026-06-05T05:55:15.641Z Compiling num_enum v0.5.11
21102026-06-05T05:55:16.791Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-05T05:55:17.494Z Compiling newtype_derive v0.1.6
21122026-06-05T05:55:18.305Z Compiling unicode-normalization v0.1.25
21132026-06-05T05:55:18.898Z Compiling tokio-stream v0.1.18
21142026-06-05T05:55:19.512Z Compiling async-recursion v1.1.1
21152026-06-05T05:55:20.013Z Compiling snafu-derive v0.8.9
21162026-06-05T05:55:20.187Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21172026-06-05T05:55:20.544Z Compiling slog-dtrace v0.3.0
21182026-06-05T05:55:20.738Z Compiling csv-core v0.1.13
21192026-06-05T05:55:20.801Z Compiling unicode-width v0.1.14
21202026-06-05T05:55:21.168Z Compiling openssl v0.10.80
21212026-06-05T05:55:21.173Z Compiling chrono-tz v0.10.4
21222026-06-05T05:55:21.366Z Compiling same-file v1.0.6
21232026-06-05T05:55:21.390Z Compiling foldhash v0.1.5
21242026-06-05T05:55:21.530Z Compiling cancel-safe-futures v0.1.5
21252026-06-05T05:55:21.626Z Compiling konst_macro_rules v0.2.19
21262026-06-05T05:55:21.757Z Compiling foreign-types-shared v0.1.1
21272026-06-05T05:55:21.800Z Compiling highway v1.3.0
21282026-06-05T05:55:21.807Z Compiling owo-colors v4.3.0
21292026-06-05T05:55:21.971Z Compiling unicode-xid v0.2.6
21302026-06-05T05:55:22.021Z Compiling foreign-types v0.3.2
21312026-06-05T05:55:22.021Z Compiling const_format_proc_macros v0.2.34
21322026-06-05T05:55:22.021Z Compiling konst v0.2.20
21332026-06-05T05:55:23.052Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-05T05:55:23.069Z Compiling snafu v0.8.9
21352026-06-05T05:55:23.069Z Compiling hashbrown v0.15.5
21362026-06-05T05:55:23.070Z Compiling walkdir v2.5.0
21372026-06-05T05:55:23.070Z Compiling csv v1.4.0
21382026-06-05T05:55:23.243Z Compiling qorb v0.4.1
21392026-06-05T05:55:23.458Z Compiling progenitor v0.14.0
21402026-06-05T05:55:23.622Z Compiling olpc-cjson v0.1.4
21412026-06-05T05:55:23.876Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-05T05:55:23.922Z Compiling rayon v1.12.0
21432026-06-05T05:55:24.317Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21442026-06-05T05:55:24.891Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-05T05:55:26.102Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-05T05:55:27.358Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-05T05:55:27.912Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21482026-06-05T05:55:28.096Z Compiling phf v0.12.1
21492026-06-05T05:55:28.715Z Compiling zone_cfg_derive v0.3.1
21502026-06-05T05:55:29.164Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-05T05:55:29.407Z Compiling tokio-dtrace v0.1.1
21522026-06-05T05:55:29.772Z Compiling globset v0.4.18
21532026-06-05T05:55:30.062Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21542026-06-05T05:55:30.295Z Compiling itertools v0.12.1
21552026-06-05T05:55:31.396Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-05T05:55:31.749Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21572026-06-05T05:55:31.779Z Compiling libsw-core v0.3.2
21582026-06-05T05:55:31.800Z Compiling pem v3.0.6
21592026-06-05T05:55:31.962Z Compiling serde_plain v1.0.2
21602026-06-05T05:55:31.982Z Compiling openssl-macros v0.1.1
21612026-06-05T05:55:32.245Z Compiling cookie v0.18.1
21622026-06-05T05:55:32.422Z Compiling sigpipe v0.1.3
21632026-06-05T05:55:32.474Z Compiling fixedbitset v0.5.7
21642026-06-05T05:55:32.493Z Compiling fixedbitset v0.4.2
21652026-06-05T05:55:32.519Z Compiling typed-path v0.9.3
21662026-06-05T05:55:32.771Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-06-05T05:55:32.864Z Compiling glob v0.3.3
21682026-06-05T05:55:32.955Z Compiling jiff v0.2.28
21692026-06-05T05:55:33.015Z Compiling petgraph v0.8.3
21702026-06-05T05:55:33.048Z Compiling petgraph v0.6.5
21712026-06-05T05:55:33.793Z Compiling tough v0.22.0
21722026-06-05T05:55:34.685Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21732026-06-05T05:55:34.841Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-06-05T05:55:35.089Z Compiling libsw v3.5.0
21752026-06-05T05:55:35.321Z Compiling zone v0.3.1
21762026-06-05T05:55:35.397Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21772026-06-05T05:55:35.477Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-06-05T05:55:35.670Z Compiling oxide-tokio-rt v0.1.6
21792026-06-05T05:55:36.246Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-06-05T05:55:36.980Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21812026-06-05T05:55:38.423Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-05T05:55:38.622Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-06-05T05:55:39.376Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-05T05:55:39.515Z Compiling const_format v0.2.36
21852026-06-05T05:55:40.487Z Compiling papergrid v0.11.0
21862026-06-05T05:55:40.952Z Compiling tabled_derive v0.7.0
21872026-06-05T05:55:41.002Z Compiling gethostname v0.5.0
21882026-06-05T05:55:41.145Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-05T05:55:41.915Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21902026-06-05T05:55:42.596Z Compiling libscf-sys v1.2.0
21912026-06-05T05:55:42.676Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-05T05:55:42.773Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21932026-06-05T05:55:42.824Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-05T05:55:42.997Z Compiling smf v0.2.3
21952026-06-05T05:55:43.007Z Compiling bcs v0.1.6
21962026-06-05T05:55:43.182Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21972026-06-05T05:55:43.405Z Compiling unicode-linebreak v0.1.5
21982026-06-05T05:55:43.429Z Compiling termtree v0.5.1
21992026-06-05T05:55:44.288Z Compiling linear-map v1.2.0
22002026-06-05T05:55:44.320Z Compiling whoami v1.6.1
22012026-06-05T05:55:44.320Z Compiling smawk v0.3.2
22022026-06-05T05:55:44.320Z Compiling tagptr v0.2.0
22032026-06-05T05:55:44.320Z Compiling textwrap v0.16.2
22042026-06-05T05:55:44.320Z Compiling moka v0.12.15
22052026-06-05T05:55:45.209Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-05T05:55:45.462Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22072026-06-05T05:55:45.661Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-05T05:55:46.014Z Compiling tabled v0.15.0
22092026-06-05T05:55:46.147Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-06-05T05:55:46.908Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-05T05:55:47.036Z Compiling steno v0.4.1
22122026-06-05T05:55:47.110Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-05T05:55:49.944Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-05T05:55:53.062Z Compiling hickory-proto v0.25.2
22152026-06-05T05:55:53.392Z Compiling proc-macro-error-attr2 v2.0.0
22162026-06-05T05:55:53.832Z Compiling proc-macro-error2 v2.0.1
22172026-06-05T05:55:53.930Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22182026-06-05T05:55:53.987Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22192026-06-05T05:55:54.109Z Compiling parking_lot_core v0.8.6
22202026-06-05T05:55:54.178Z Compiling tabled_derive v0.11.0
22212026-06-05T05:55:54.309Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22222026-06-05T05:55:54.413Z Compiling papergrid v0.18.0
22232026-06-05T05:55:55.294Z Compiling hickory-resolver v0.25.2
22242026-06-05T05:55:55.403Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-05T05:55:55.986Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22262026-06-05T05:55:56.284Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-06-05T05:55:57.471Z Compiling testing_table v0.3.0
22282026-06-05T05:55:57.826Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22292026-06-05T05:55:58.341Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22302026-06-05T05:55:58.652Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-06-05T05:55:59.278Z Compiling tabled v0.21.0
22322026-06-05T05:55:59.933Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22332026-06-05T05:56:02.014Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22342026-06-05T05:56:02.039Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22352026-06-05T05:56:02.039Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22362026-06-05T05:56:02.039Z Compiling arc-swap v1.9.1
22372026-06-05T05:56:02.057Z Compiling slog-scope v4.4.1
22382026-06-05T05:56:02.197Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22392026-06-05T05:56:03.544Z Compiling parking_lot v0.11.2
22402026-06-05T05:56:04.125Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22412026-06-05T05:56:04.524Z Compiling dropshot-api-manager-types v0.7.2
22422026-06-05T05:56:04.831Z Compiling fxhash v0.2.1
22432026-06-05T05:56:04.978Z Compiling crc8 v0.1.1
22442026-06-05T05:56:05.094Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22452026-06-05T05:56:05.125Z Compiling sled v0.34.7
22462026-06-05T05:56:05.146Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22472026-06-05T05:56:06.314Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22482026-06-05T05:56:07.096Z Compiling slog-stdlog v4.1.1
22492026-06-05T05:56:07.537Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22502026-06-05T05:56:07.806Z Compiling slog-envlogger v2.2.0
22512026-06-05T05:56:08.191Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22522026-06-05T05:56:09.662Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22532026-06-05T05:56:11.852Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-06-05T05:56:13.407Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22552026-06-05T05:56:14.338Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22562026-06-05T05:56:27.357Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22572026-06-05T05:56:29.711Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22582026-06-05T05:56:32.964Z Finished `release` profile [optimized] target(s) in 3m 36s
22592026-06-05T05:56:33.284Z+ banner quartet
22602026-06-05T05:56:33.288Z
22612026-06-05T05:56:33.288Z #### # # ## ##### ##### ###### #####
22622026-06-05T05:56:33.288Z # # # # # # # # # # #
22632026-06-05T05:56:33.289Z # # # # # # # # # ##### #
22642026-06-05T05:56:33.289Z # # # # # ###### ##### # # #
22652026-06-05T05:56:33.289Z # # # # # # # # # # #
22662026-06-05T05:56:33.289Z ### # #### # # # # # ###### #
22672026-06-05T05:56:33.289Z
22682026-06-05T05:56:33.289Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22692026-06-05T05:56:33.835Z Compiling cfg-if v1.0.4
22702026-06-05T05:56:33.839Z Compiling libc v0.2.186
22712026-06-05T05:56:33.839Z Compiling serde_core v1.0.228
22722026-06-05T05:56:33.939Z Compiling memchr v2.8.1
22732026-06-05T05:56:33.950Z Compiling itoa v1.0.18
22742026-06-05T05:56:33.953Z Compiling smallvec v1.15.1
22752026-06-05T05:56:33.986Z Compiling stable_deref_trait v1.2.1
22762026-06-05T05:56:33.991Z Compiling zerofrom v0.1.8
22772026-06-05T05:56:33.991Z Compiling zmij v1.0.21
22782026-06-05T05:56:34.035Z Compiling writeable v0.6.3
22792026-06-05T05:56:34.089Z Compiling yoke v0.8.3
22802026-06-05T05:56:34.181Z Compiling litemap v0.8.2
22812026-06-05T05:56:34.191Z Compiling utf8_iter v1.0.4
22822026-06-05T05:56:34.267Z Compiling zerovec v0.11.6
22832026-06-05T05:56:34.279Z Compiling zerotrie v0.2.4
22842026-06-05T05:56:34.311Z Compiling percent-encoding v2.3.2
22852026-06-05T05:56:34.349Z Compiling libm v0.2.16
22862026-06-05T05:56:34.370Z Compiling icu_normalizer_data v2.2.0
22872026-06-05T05:56:34.472Z Compiling icu_properties_data v2.2.0
22882026-06-05T05:56:34.476Z Compiling rand_core v0.10.1
22892026-06-05T05:56:34.613Z Compiling form_urlencoded v1.2.2
22902026-06-05T05:56:34.626Z Compiling getrandom v0.4.2
22912026-06-05T05:56:34.636Z Compiling errno v0.3.14
22922026-06-05T05:56:34.722Z Compiling iana-time-zone v0.1.65
22932026-06-05T05:56:34.829Z Compiling tinystr v0.8.3
22942026-06-05T05:56:34.860Z Compiling potential_utf v0.1.5
22952026-06-05T05:56:34.873Z Compiling pin-project-lite v0.2.17
22962026-06-05T05:56:34.895Z Compiling zeroize v1.8.2
22972026-06-05T05:56:34.968Z Compiling dyn-clone v1.0.20
22982026-06-05T05:56:35.039Z Compiling icu_locale_core v2.2.0
22992026-06-05T05:56:35.040Z Compiling icu_collections v2.2.0
23002026-06-05T05:56:35.062Z Compiling socket2 v0.6.4
23012026-06-05T05:56:35.073Z Compiling scopeguard v1.2.0
23022026-06-05T05:56:35.112Z Compiling parking_lot_core v0.9.12
23032026-06-05T05:56:35.130Z Compiling signal-hook-registry v1.4.8
23042026-06-05T05:56:35.181Z Compiling num-traits v0.2.19
23052026-06-05T05:56:35.500Z Compiling lock_api v0.4.14
23062026-06-05T05:56:35.676Z Compiling mio v1.2.1
23072026-06-05T05:56:35.748Z Compiling parking_lot v0.12.5
23082026-06-05T05:56:35.787Z Compiling portable-atomic v1.13.1
23092026-06-05T05:56:35.846Z Compiling serde v1.0.228
23102026-06-05T05:56:35.943Z Compiling serde_json v1.0.150
23112026-06-05T05:56:35.999Z Compiling icu_provider v2.2.0
23122026-06-05T05:56:36.152Z Compiling uuid v1.23.2
23132026-06-05T05:56:36.371Z Compiling bytes v1.11.1
23142026-06-05T05:56:36.477Z Compiling icu_normalizer v2.2.0
23152026-06-05T05:56:36.501Z Compiling icu_properties v2.2.0
23162026-06-05T05:56:36.651Z Compiling chrono v0.4.45
23172026-06-05T05:56:36.670Z Compiling semver v1.0.28
23182026-06-05T05:56:36.746Z Compiling thiserror v2.0.18
23192026-06-05T05:56:36.859Z Compiling bitflags v2.12.1
23202026-06-05T05:56:37.246Z Compiling tokio v1.52.3
23212026-06-05T05:56:37.270Z Compiling futures-core v0.3.32
23222026-06-05T05:56:37.320Z Compiling critical-section v1.2.0
23232026-06-05T05:56:37.426Z Compiling idna_adapter v1.2.2
23242026-06-05T05:56:37.430Z Compiling once_cell v1.21.4
23252026-06-05T05:56:37.569Z Compiling idna v1.1.0
23262026-06-05T05:56:37.684Z Compiling equivalent v1.0.2
23272026-06-05T05:56:37.695Z Compiling log v0.4.32
23282026-06-05T05:56:37.774Z Compiling subtle v2.6.1
23292026-06-05T05:56:37.849Z Compiling zerocopy v0.8.50
23302026-06-05T05:56:37.940Z Compiling url v2.5.8
23312026-06-05T05:56:37.952Z Compiling futures-sink v0.3.32
23322026-06-05T05:56:38.058Z Compiling slab v0.4.12
23332026-06-05T05:56:38.070Z Compiling typenum v1.20.1
23342026-06-05T05:56:38.261Z Compiling futures-channel v0.3.32
23352026-06-05T05:56:38.523Z Compiling schemars v0.8.22
23362026-06-05T05:56:38.608Z Compiling getrandom v0.2.17
23372026-06-05T05:56:38.832Z Compiling futures-task v0.3.32
23382026-06-05T05:56:38.921Z Compiling futures-io v0.3.32
23392026-06-05T05:56:39.009Z Compiling rand_core v0.6.4
23402026-06-05T05:56:39.121Z Compiling futures-util v0.3.32
23412026-06-05T05:56:39.264Z Compiling hashbrown v0.17.1
23422026-06-05T05:56:39.692Z Compiling tracing-core v0.1.36
23432026-06-05T05:56:39.964Z Compiling indexmap v2.14.0
23442026-06-05T05:56:40.200Z Compiling tracing v0.1.44
23452026-06-05T05:56:40.490Z Compiling ipnetwork v0.21.1
23462026-06-05T05:56:40.559Z Compiling base64 v0.22.1
23472026-06-05T05:56:40.791Z Compiling http v1.4.1
23482026-06-05T05:56:40.802Z Compiling unicode-ident v1.0.24
23492026-06-05T05:56:40.921Z Compiling proc-macro2 v1.0.106
23502026-06-05T05:56:41.051Z Compiling slog v2.8.2
23512026-06-05T05:56:41.051Z Compiling erased-serde v0.3.31
23522026-06-05T05:56:41.080Z Compiling fnv v1.0.7
23532026-06-05T05:56:41.185Z Compiling oxnet v0.1.6
23542026-06-05T05:56:41.799Z Compiling quote v1.0.45
23552026-06-05T05:56:42.234Z Compiling syn v2.0.117
23562026-06-05T05:56:42.508Z Compiling tokio-util v0.7.18
23572026-06-05T05:56:42.536Z Compiling byteorder v1.5.0
23582026-06-05T05:56:42.708Z Compiling ipnet v2.12.0
23592026-06-05T05:56:42.794Z Compiling thiserror v1.0.69
23602026-06-05T05:56:42.906Z Compiling ppv-lite86 v0.2.21
23612026-06-05T05:56:43.029Z Compiling rustls-pki-types v1.14.1
23622026-06-05T05:56:43.243Z Compiling aws-lc-sys v0.41.0
23632026-06-05T05:56:43.387Z Compiling http-body v1.0.1
23642026-06-05T05:56:43.554Z Compiling atomic-waker v1.1.2
23652026-06-05T05:56:43.606Z Compiling untrusted v0.7.1
23662026-06-05T05:56:43.696Z Compiling httparse v1.10.1
23672026-06-05T05:56:43.737Z Compiling aws-lc-rs v1.17.0
23682026-06-05T05:56:43.749Z Compiling pretty-hex v0.4.2
23692026-06-05T05:56:43.804Z Compiling try-lock v0.2.5
23702026-06-05T05:56:43.885Z Compiling untrusted v0.9.0
23712026-06-05T05:56:43.885Z Compiling tower-layer v0.3.3
23722026-06-05T05:56:43.920Z Compiling tower-service v0.3.3
23732026-06-05T05:56:43.936Z Compiling ryu v1.0.23
23742026-06-05T05:56:44.017Z Compiling rustls v0.23.40
23752026-06-05T05:56:44.028Z Compiling want v0.3.1
23762026-06-05T05:56:44.081Z Compiling h2 v0.4.14
23772026-06-05T05:56:44.172Z Compiling httpdate v1.0.3
23782026-06-05T05:56:44.207Z Compiling rustix v1.1.4
23792026-06-05T05:56:44.225Z Compiling regex-syntax v0.8.10
23802026-06-05T05:56:44.255Z Compiling plain v0.2.3
23812026-06-05T05:56:44.370Z Compiling getrandom v0.3.4
23822026-06-05T05:56:44.550Z Compiling omicron-workspace-hack v0.1.0
23832026-06-05T05:56:44.594Z Compiling ucd-trie v0.1.7
23842026-06-05T05:56:44.624Z Compiling rand_core v0.9.5
23852026-06-05T05:56:44.889Z Compiling rustls-webpki v0.103.13
23862026-06-05T05:56:45.198Z Compiling pest v2.8.6
23872026-06-05T05:56:46.623Z Compiling hyper v1.10.1
23882026-06-05T05:56:46.844Z Compiling crossbeam-utils v0.8.21
23892026-06-05T05:56:47.587Z Compiling serde_urlencoded v0.7.1
23902026-06-05T05:56:47.619Z Compiling http-body-util v0.1.3
23912026-06-05T05:56:47.866Z Compiling foldhash v0.2.0
23922026-06-05T05:56:47.905Z Compiling allocator-api2 v0.2.21
23932026-06-05T05:56:48.181Z Compiling hyper-util v0.1.20
23942026-06-05T05:56:48.337Z Compiling hashbrown v0.16.1
23952026-06-05T05:56:49.055Z Compiling newtype-uuid v1.3.2
23962026-06-05T05:56:50.106Z Compiling tokio-rustls v0.26.4
23972026-06-05T05:56:50.250Z Compiling hex v0.4.3
23982026-06-05T05:56:50.410Z Compiling daft v0.1.7
23992026-06-05T05:56:50.546Z Compiling rand_chacha v0.9.0
24002026-06-05T05:56:50.708Z Compiling sync_wrapper v1.0.2
24012026-06-05T05:56:50.821Z Compiling aho-corasick v1.1.4
24022026-06-05T05:56:51.027Z Compiling fastrand v2.4.1
24032026-06-05T05:56:51.111Z Compiling tower v0.5.3
24042026-06-05T05:56:51.254Z Compiling rand v0.9.4
24052026-06-05T05:56:51.330Z Compiling anyhow v1.0.102
24062026-06-05T05:56:51.371Z Compiling powerfmt v0.2.0
24072026-06-05T05:56:51.440Z Compiling generic-array v0.14.7
24082026-06-05T05:56:51.620Z Compiling tower-http v0.6.11
24092026-06-05T05:56:51.704Z Compiling deranged v0.5.8
24102026-06-05T05:56:51.977Z Compiling regex-automata v0.4.14
24112026-06-05T05:56:52.001Z Compiling openapiv3 v2.2.0
24122026-06-05T05:56:52.015Z Compiling cpufeatures v0.3.0
24132026-06-05T05:56:52.088Z Compiling num-conv v0.2.2
24142026-06-05T05:56:52.244Z Compiling num_threads v0.1.7
24152026-06-05T05:56:52.308Z Compiling openssl-probe v0.2.1
24162026-06-05T05:56:52.341Z Compiling time-core v0.1.8
24172026-06-05T05:56:52.493Z Compiling rustls-native-certs v0.8.4
24182026-06-05T05:56:52.576Z Compiling camino v1.2.2
24192026-06-05T05:56:52.809Z Compiling time v0.3.47
24202026-06-05T05:56:53.149Z Compiling tempfile v3.27.0
24212026-06-05T05:56:53.350Z Compiling futures-executor v0.3.32
24222026-06-05T05:56:53.892Z Compiling winnow v1.0.3
24232026-06-05T05:56:54.065Z Compiling regex v1.12.3
24242026-06-05T05:56:54.536Z Compiling futures v0.3.32
24252026-06-05T05:56:54.625Z Compiling rustls-platform-verifier v0.7.0
24262026-06-05T05:56:55.295Z Compiling hyper-rustls v0.27.9
24272026-06-05T05:56:55.362Z Compiling crossbeam-channel v0.5.15
24282026-06-05T05:56:55.520Z Compiling scroll v0.13.0
24292026-06-05T05:56:55.676Z Compiling hybrid-array v0.4.12
24302026-06-05T05:56:55.758Z Compiling adler2 v2.0.1
24312026-06-05T05:56:55.849Z Compiling simd-adler32 v0.3.9
24322026-06-05T05:56:55.930Z Compiling goblin v0.10.7
24332026-06-05T05:56:56.074Z Compiling miniz_oxide v0.8.9
24342026-06-05T05:56:56.157Z Compiling crc32fast v1.5.0
24352026-06-05T05:56:56.276Z Compiling reqwest v0.13.4
24362026-06-05T05:56:56.407Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24372026-06-05T05:56:56.697Z Compiling thread_local v1.1.9
24382026-06-05T05:56:57.052Z Compiling either v1.16.0
24392026-06-05T05:56:57.310Z Compiling flate2 v1.1.9
24402026-06-05T05:56:57.502Z Compiling block-buffer v0.12.0
24412026-06-05T05:56:57.681Z Compiling crypto-common v0.2.2
24422026-06-05T05:56:57.864Z Compiling crypto-common v0.1.7
24432026-06-05T05:56:58.013Z Compiling dtrace-parser v0.3.0
24442026-06-05T05:56:58.401Z Compiling rand_chacha v0.3.1
24452026-06-05T05:56:58.961Z Compiling is-terminal v0.4.17
24462026-06-05T05:56:59.030Z Compiling thread-id v5.1.0
24472026-06-05T05:56:59.066Z Compiling dof v0.4.0
24482026-06-05T05:56:59.118Z Compiling match_cfg v0.1.0
24492026-06-05T05:56:59.194Z Compiling term v1.2.1
24502026-06-05T05:57:00.577Z Compiling take_mut v0.2.2
24512026-06-05T05:57:00.700Z Compiling const-oid v0.10.2
24522026-06-05T05:57:01.003Z Compiling debug-ignore v1.0.5
24532026-06-05T05:57:01.104Z Compiling compression-core v0.4.32
24542026-06-05T05:57:01.118Z Compiling digest v0.11.3
24552026-06-05T05:57:01.281Z Compiling compression-codecs v0.4.38
24562026-06-05T05:57:01.308Z Compiling slog-async v2.8.0
24572026-06-05T05:57:01.667Z Compiling usdt-impl v0.6.0
24582026-06-05T05:57:02.192Z Compiling slog-term v2.9.2
24592026-06-05T05:57:02.784Z Compiling hostname v0.3.1
24602026-06-05T05:57:02.965Z Compiling rand v0.8.6
24612026-06-05T05:57:03.175Z Compiling ref-cast v1.0.25
24622026-06-05T05:57:03.288Z Compiling toml_parser v1.1.2+spec-1.1.0
24632026-06-05T05:57:03.559Z Compiling slog-json v2.6.1
24642026-06-05T05:57:03.762Z Compiling strum v0.26.3
24652026-06-05T05:57:03.821Z Compiling macaddr v1.0.1
24662026-06-05T05:57:03.893Z Compiling serde_spanned v1.1.1
24672026-06-05T05:57:04.045Z Compiling toml_datetime v1.1.1+spec-1.1.0
24682026-06-05T05:57:04.100Z Compiling wait-timeout v0.2.1
24692026-06-05T05:57:04.480Z Compiling memmap2 v0.9.10
24702026-06-05T05:57:04.602Z Compiling encoding_rs v0.8.35
24712026-06-05T05:57:04.615Z Compiling quick-error v1.2.3
24722026-06-05T05:57:04.723Z Compiling toml_writer v1.1.1+spec-1.1.0
24732026-06-05T05:57:04.771Z Compiling spin v0.9.8
24742026-06-05T05:57:04.896Z Compiling mime v0.3.17
24752026-06-05T05:57:04.981Z Compiling bit-vec v0.8.0
24762026-06-05T05:57:05.288Z Compiling bit-set v0.8.0
24772026-06-05T05:57:05.405Z Compiling toml v1.1.2+spec-1.1.0
24782026-06-05T05:57:05.484Z Compiling rusty-fork v0.3.1
24792026-06-05T05:57:06.090Z Compiling multer v3.1.0
24802026-06-05T05:57:06.346Z Compiling usdt v0.6.0
24812026-06-05T05:57:06.990Z Compiling slog-bunyan v2.5.0
24822026-06-05T05:57:07.169Z Compiling async-compression v0.4.42
24832026-06-05T05:57:07.317Z Compiling sha1 v0.11.0
24842026-06-05T05:57:07.480Z Compiling serde_with v3.20.0
24852026-06-05T05:57:07.652Z Compiling async-stream v0.3.6
24862026-06-05T05:57:07.721Z Compiling rand_xorshift v0.4.0
24872026-06-05T05:57:07.806Z Compiling waitgroup v0.1.2
24882026-06-05T05:57:07.850Z Compiling rustls-pemfile v2.2.0
24892026-06-05T05:57:07.877Z Compiling serde_path_to_error v0.1.20
24902026-06-05T05:57:07.958Z Compiling hostname v0.4.2
24912026-06-05T05:57:08.119Z Compiling unarray v0.1.4
24922026-06-05T05:57:08.130Z Compiling progenitor-client v0.14.0
24932026-06-05T05:57:08.153Z Compiling strum v0.27.2
24942026-06-05T05:57:08.236Z Compiling dropshot v0.17.1
24952026-06-05T05:57:08.286Z Compiling proptest v1.11.0
24962026-06-05T05:57:08.330Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24972026-06-05T05:57:08.468Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24982026-06-05T05:57:08.633Z Compiling iddqd v0.4.2
24992026-06-05T05:57:08.694Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25002026-06-05T05:57:08.873Z Compiling block-buffer v0.10.4
25012026-06-05T05:57:08.999Z Compiling reqwest v0.12.28
25022026-06-05T05:57:09.045Z Compiling backon v1.6.0
25032026-06-05T05:57:09.307Z Compiling instant v0.1.13
25042026-06-05T05:57:09.432Z Compiling backoff v0.4.0
25052026-06-05T05:57:09.666Z Compiling progenitor-extras v0.2.0
25062026-06-05T05:57:09.866Z Compiling digest v0.10.7
25072026-06-05T05:57:09.912Z Compiling parse-display v0.10.0
25082026-06-05T05:57:10.120Z Compiling progenitor-client v0.10.0
25092026-06-05T05:57:10.270Z Compiling itertools v0.14.0
25102026-06-05T05:57:10.614Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25112026-06-05T05:57:10.828Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25122026-06-05T05:57:10.841Z Compiling regress v0.10.5
25132026-06-05T05:57:11.775Z Compiling humantime v2.3.0
25142026-06-05T05:57:12.219Z Compiling cpufeatures v0.2.17
25152026-06-05T05:57:12.303Z Compiling unicode-width v0.2.2
25162026-06-05T05:57:12.618Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25172026-06-05T05:57:12.881Z Compiling heck v0.5.0
25182026-06-05T05:57:13.473Z Compiling secrecy v0.10.3
25192026-06-05T05:57:13.648Z Compiling tinyvec_macros v0.1.1
25202026-06-05T05:57:13.738Z Compiling tinyvec v1.11.0
25212026-06-05T05:57:14.151Z Compiling num-integer v0.1.46
25222026-06-05T05:57:14.179Z Compiling scroll v0.12.0
25232026-06-05T05:57:14.466Z Compiling crucible-workspace-hack v0.1.0
25242026-06-05T05:57:14.497Z Compiling hmac v0.12.1
25252026-06-05T05:57:14.546Z Compiling inout v0.1.4
25262026-06-05T05:57:14.657Z Compiling regress v0.11.1
25272026-06-05T05:57:14.669Z Compiling ff v0.13.1
25282026-06-05T05:57:14.714Z Compiling utf8parse v0.2.2
25292026-06-05T05:57:14.819Z Compiling anstyle-parse v1.0.0
25302026-06-05T05:57:14.836Z Compiling group v0.13.0
25312026-06-05T05:57:14.973Z Compiling cipher v0.4.4
25322026-06-05T05:57:15.051Z Compiling hkdf v0.12.4
25332026-06-05T05:57:15.222Z Compiling goblin v0.8.2
25342026-06-05T05:57:15.227Z Compiling num-rational v0.4.2
25352026-06-05T05:57:15.585Z Compiling num-iter v0.1.45
25362026-06-05T05:57:15.718Z Compiling zerocopy v0.7.35
25372026-06-05T05:57:16.331Z Compiling universal-hash v0.5.1
25382026-06-05T05:57:16.367Z Compiling typify-impl v0.6.2
25392026-06-05T05:57:16.477Z Compiling crypto-bigint v0.5.5
25402026-06-05T05:57:17.342Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25412026-06-05T05:57:18.445Z Compiling terminal_size v0.4.4
25422026-06-05T05:57:18.606Z Compiling half v2.7.1
25432026-06-05T05:57:18.662Z Compiling num-complex v0.4.6
25442026-06-05T05:57:18.959Z Compiling base16ct v0.2.0
25452026-06-05T05:57:19.104Z Compiling opaque-debug v0.3.1
25462026-06-05T05:57:19.170Z Compiling anstyle-query v1.1.5
25472026-06-05T05:57:19.184Z Compiling colorchoice v1.0.5
25482026-06-05T05:57:19.285Z Compiling ciborium-io v0.2.2
25492026-06-05T05:57:19.309Z Compiling base64ct v1.8.3
25502026-06-05T05:57:19.388Z Compiling anstyle v1.0.14
25512026-06-05T05:57:19.507Z Compiling is_terminal_polyfill v1.70.2
25522026-06-05T05:57:19.610Z Compiling anstream v1.0.0
25532026-06-05T05:57:19.669Z Compiling password-hash v0.5.0
25542026-06-05T05:57:19.682Z Compiling ciborium-ll v0.2.2
25552026-06-05T05:57:19.949Z Compiling poly1305 v0.8.0
25562026-06-05T05:57:20.184Z Compiling elliptic-curve v0.13.8
25572026-06-05T05:57:20.492Z Compiling num v0.4.3
25582026-06-05T05:57:20.575Z Compiling curve25519-dalek v4.1.3
25592026-06-05T05:57:20.596Z Compiling typify v0.6.2
25602026-06-05T05:57:20.639Z Compiling thiserror-no-std v2.0.2
25612026-06-05T05:57:20.703Z Compiling dof v0.3.0
25622026-06-05T05:57:20.735Z Compiling chacha20 v0.9.1
25632026-06-05T05:57:20.990Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25642026-06-05T05:57:21.646Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25652026-06-05T05:57:23.246Z Compiling blake2 v0.10.6
25662026-06-05T05:57:23.258Z Compiling aead v0.5.2
25672026-06-05T05:57:23.383Z Compiling byte-wrapper v0.1.0
25682026-06-05T05:57:23.448Z Compiling crossbeam-epoch v0.9.18
25692026-06-05T05:57:23.749Z Compiling dtrace-parser v0.2.0
25702026-06-05T05:57:23.960Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25712026-06-05T05:57:23.972Z Compiling thread-id v4.2.2
25722026-06-05T05:57:24.059Z Compiling clap_lex v1.1.0
25732026-06-05T05:57:24.385Z Compiling strsim v0.11.1
25742026-06-05T05:57:24.426Z Compiling float-ord v0.3.2
25752026-06-05T05:57:24.547Z Compiling keccak v0.1.6
25762026-06-05T05:57:24.564Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25772026-06-05T05:57:25.231Z Compiling sha3 v0.10.9
25782026-06-05T05:57:25.276Z Compiling clap_builder v4.6.0
25792026-06-05T05:57:25.534Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25802026-06-05T05:57:25.632Z Compiling usdt-impl v0.5.0
25812026-06-05T05:57:26.347Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25822026-06-05T05:57:28.515Z Compiling argon2 v0.5.3
25832026-06-05T05:57:29.555Z Compiling chacha20poly1305 v0.10.1
25842026-06-05T05:57:29.735Z Compiling vsss-rs v3.3.4
25852026-06-05T05:57:30.032Z Compiling ciborium v0.2.2
25862026-06-05T05:57:30.890Z Compiling hash32 v0.3.1
25872026-06-05T05:57:31.056Z Compiling memmap v0.7.0
25882026-06-05T05:57:31.238Z Compiling indent_write v2.2.0
25892026-06-05T05:57:31.278Z Compiling data-encoding v2.11.0
25902026-06-05T05:57:31.296Z Compiling usdt v0.5.0
25912026-06-05T05:57:31.385Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25922026-06-05T05:57:31.944Z Compiling heapless v0.8.0
25932026-06-05T05:57:32.448Z Compiling ingot-types v0.1.2
25942026-06-05T05:57:32.802Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25952026-06-05T05:57:32.903Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25962026-06-05T05:57:33.005Z Compiling clap v4.6.1
25972026-06-05T05:57:33.092Z Compiling rustix v0.38.44
25982026-06-05T05:57:33.155Z Compiling tabwriter v1.4.1
25992026-06-05T05:57:33.525Z Compiling cobs v0.3.0
26002026-06-05T05:57:33.804Z Compiling colored v3.1.1
26012026-06-05T05:57:33.974Z Compiling foreign-types-shared v0.3.1
26022026-06-05T05:57:34.075Z Compiling bitflags v1.3.2
26032026-06-05T05:57:34.156Z Compiling managed v0.8.0
26042026-06-05T05:57:34.423Z Compiling smoltcp v0.11.0
26052026-06-05T05:57:34.494Z Compiling foreign-types v0.5.0
26062026-06-05T05:57:34.499Z Compiling postcard v1.1.3
26072026-06-05T05:57:34.577Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-06-05T05:57:34.886Z Compiling ingot v0.1.1
26092026-06-05T05:57:35.805Z Compiling num_enum v0.7.6
26102026-06-05T05:57:35.934Z Compiling memoffset v0.9.1
26112026-06-05T05:57:36.028Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26122026-06-05T05:57:36.147Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26132026-06-05T05:57:36.414Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26142026-06-05T05:57:36.432Z Compiling chacha20 v0.10.0
26152026-06-05T05:57:36.531Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26162026-06-05T05:57:36.728Z Compiling serde_spanned v0.6.9
26172026-06-05T05:57:36.798Z Compiling toml_datetime v0.6.11
26182026-06-05T05:57:36.890Z Compiling cstr-argument v0.1.2
26192026-06-05T05:57:36.952Z Compiling toml_write v0.1.2
26202026-06-05T05:57:37.062Z Compiling winnow v0.7.15
26212026-06-05T05:57:37.095Z Compiling swrite v0.1.0
26222026-06-05T05:57:37.175Z Compiling unicode-segmentation v1.13.3
26232026-06-05T05:57:37.196Z Compiling resolv-conf v0.7.6
26242026-06-05T05:57:37.208Z Compiling linked-hash-map v0.5.6
26252026-06-05T05:57:37.417Z Compiling static_assertions v1.1.0
26262026-06-05T05:57:37.496Z Compiling lru-cache v0.1.2
26272026-06-05T05:57:37.642Z Compiling newline-converter v0.3.0
26282026-06-05T05:57:37.657Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26292026-06-05T05:57:37.780Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26302026-06-05T05:57:37.792Z Compiling rand v0.10.1
26312026-06-05T05:57:37.838Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322026-06-05T05:57:37.966Z Compiling hubpack v0.1.2
26332026-06-05T05:57:38.074Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26342026-06-05T05:57:38.211Z Compiling nix v0.31.3
26352026-06-05T05:57:38.310Z Compiling atomicwrites v0.4.4
26362026-06-05T05:57:38.598Z Compiling toml_edit v0.22.27
26372026-06-05T05:57:38.614Z Compiling hickory-proto v0.24.4
26382026-06-05T05:57:38.998Z Compiling crossbeam-deque v0.8.6
26392026-06-05T05:57:39.224Z Compiling console v0.15.11
26402026-06-05T05:57:39.465Z Compiling itertools v0.12.1
26412026-06-05T05:57:40.576Z Compiling camino-tempfile v1.4.1
26422026-06-05T05:57:40.841Z Compiling serde-big-array v0.5.1
26432026-06-05T05:57:40.961Z Compiling siphasher v1.0.3
26442026-06-05T05:57:40.998Z Compiling lazy_static v1.5.0
26452026-06-05T05:57:41.010Z Compiling similar v2.7.0
26462026-06-05T05:57:41.106Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26472026-06-05T05:57:41.174Z Compiling phf_shared v0.12.1
26482026-06-05T05:57:41.397Z Compiling pin-project v1.1.13
26492026-06-05T05:57:41.504Z Compiling expectorate v1.2.0
26502026-06-05T05:57:41.715Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26512026-06-05T05:57:41.812Z Compiling hickory-resolver v0.24.4
26522026-06-05T05:57:41.951Z Compiling toml v0.8.23
26532026-06-05T05:57:43.739Z Compiling prettyplease v0.2.37
26542026-06-05T05:57:44.809Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26552026-06-05T05:57:45.595Z Compiling rayon-core v1.13.0
26562026-06-05T05:57:47.025Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26572026-06-05T05:57:47.070Z Compiling num_enum v0.5.11
26582026-06-05T05:57:47.198Z Compiling progenitor-impl v0.14.0
26592026-06-05T05:57:47.336Z Compiling progenitor-impl v0.13.0
26602026-06-05T05:57:48.034Z Compiling unicode-normalization v0.1.25
26612026-06-05T05:57:48.628Z Compiling progenitor-client v0.13.0
26622026-06-05T05:57:49.171Z Compiling tokio-stream v0.1.18
26632026-06-05T05:57:49.761Z Compiling csv-core v0.1.13
26642026-06-05T05:57:50.171Z Compiling bstr v1.12.1
26652026-06-05T05:57:50.760Z Compiling same-file v1.0.6
26662026-06-05T05:57:50.872Z Compiling foldhash v0.1.5
26672026-06-05T05:57:50.943Z Compiling foreign-types-shared v0.1.1
26682026-06-05T05:57:51.000Z Compiling unicode-width v0.1.14
26692026-06-05T05:57:51.037Z Compiling highway v1.3.0
26702026-06-05T05:57:51.095Z Compiling konst_macro_rules v0.2.19
26712026-06-05T05:57:51.289Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26722026-06-05T05:57:51.308Z Compiling konst v0.2.20
26732026-06-05T05:57:51.687Z Compiling foreign-types v0.3.2
26742026-06-05T05:57:51.728Z Compiling hashbrown v0.15.5
26752026-06-05T05:57:51.765Z Compiling walkdir v2.5.0
26762026-06-05T05:57:52.377Z Compiling globset v0.4.18
26772026-06-05T05:57:52.575Z Compiling csv v1.4.0
26782026-06-05T05:57:53.554Z Compiling snafu v0.8.9
26792026-06-05T05:57:54.145Z Compiling qorb v0.4.1
26802026-06-05T05:57:55.219Z Compiling progenitor v0.13.0
26812026-06-05T05:57:55.239Z Compiling progenitor v0.14.0
26822026-06-05T05:57:55.354Z Compiling olpc-cjson v0.1.4
26832026-06-05T05:57:55.370Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26842026-06-05T05:57:55.561Z Compiling rayon v1.12.0
26852026-06-05T05:57:55.624Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26862026-06-05T05:57:55.980Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26872026-06-05T05:57:57.849Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-06-05T05:57:58.460Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26892026-06-05T05:58:00.707Z Compiling phf v0.12.1
26902026-06-05T05:58:00.883Z Compiling openssl-sys v0.9.116
26912026-06-05T05:58:01.320Z Compiling tokio-dtrace v0.1.1
26922026-06-05T05:58:01.651Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-06-05T05:58:02.446Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26942026-06-05T05:58:02.667Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26952026-06-05T05:58:02.768Z Compiling libsw-core v0.3.2
26962026-06-05T05:58:02.951Z Compiling pem v3.0.6
26972026-06-05T05:58:03.664Z Compiling serde_plain v1.0.2
26982026-06-05T05:58:03.950Z Compiling sigpipe v0.1.3
26992026-06-05T05:58:03.976Z Compiling minimal-lexical v0.2.1
27002026-06-05T05:58:04.045Z Compiling fixedbitset v0.5.7
27012026-06-05T05:58:04.209Z Compiling bytecount v0.6.9
27022026-06-05T05:58:04.291Z Compiling typed-path v0.9.3
27032026-06-05T05:58:04.402Z Compiling fixedbitset v0.4.2
27042026-06-05T05:58:04.573Z Compiling glob v0.3.3
27052026-06-05T05:58:04.775Z Compiling jiff v0.2.28
27062026-06-05T05:58:05.128Z Compiling petgraph v0.6.5
27072026-06-05T05:58:05.566Z Compiling tough v0.22.0
27082026-06-05T05:58:05.905Z Compiling papergrid v0.11.0
27092026-06-05T05:58:06.035Z Compiling petgraph v0.8.3
27102026-06-05T05:58:06.951Z Compiling nom v7.1.3
27112026-06-05T05:58:07.257Z Compiling openssl v0.10.80
27122026-06-05T05:58:07.585Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27132026-06-05T05:58:08.466Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27142026-06-05T05:58:08.646Z Compiling libsw v3.5.0
27152026-06-05T05:58:08.832Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27162026-06-05T05:58:09.085Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27172026-06-05T05:58:09.389Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-06-05T05:58:10.893Z Compiling zone v0.3.1
27192026-06-05T05:58:11.326Z Compiling oxide-tokio-rt v0.1.6
27202026-06-05T05:58:12.014Z Compiling chrono-tz v0.10.4
27212026-06-05T05:58:12.692Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27222026-06-05T05:58:12.711Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-05T05:58:12.879Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-05T05:58:12.910Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27252026-06-05T05:58:13.049Z Compiling newtype_derive v0.1.6
27262026-06-05T05:58:13.132Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-06-05T05:58:13.572Z Compiling slog-dtrace v0.3.0
27282026-06-05T05:58:14.298Z Compiling const_format v0.2.36
27292026-06-05T05:58:14.808Z Compiling cancel-safe-futures v0.1.5
27302026-06-05T05:58:15.159Z Compiling owo-colors v4.3.0
27312026-06-05T05:58:15.761Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27322026-06-05T05:58:16.068Z Compiling gethostname v0.5.0
27332026-06-05T05:58:16.204Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27342026-06-05T05:58:16.491Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27352026-06-05T05:58:16.683Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-05T05:58:16.803Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-06-05T05:58:16.920Z Compiling bcs v0.1.6
27382026-06-05T05:58:16.949Z Compiling smf v0.2.3
27392026-06-05T05:58:17.154Z Compiling tagptr v0.2.0
27402026-06-05T05:58:17.310Z Compiling linear-map v1.2.0
27412026-06-05T05:58:17.323Z Compiling smawk v0.3.2
27422026-06-05T05:58:17.351Z Compiling unicode-linebreak v0.1.5
27432026-06-05T05:58:17.483Z Compiling whoami v1.6.1
27442026-06-05T05:58:17.525Z Compiling termtree v0.5.1
27452026-06-05T05:58:17.619Z Compiling textwrap v0.16.2
27462026-06-05T05:58:17.694Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-05T05:58:17.947Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-05T05:58:18.173Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-05T05:58:19.112Z Compiling moka v0.12.15
27502026-06-05T05:58:19.278Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-06-05T05:58:19.808Z Compiling tabled v0.15.0
27522026-06-05T05:58:19.947Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-05T05:58:20.382Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-06-05T05:58:20.590Z Compiling steno v0.4.1
27552026-06-05T05:58:21.283Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-05T05:58:21.807Z Compiling cookie v0.18.1
27572026-06-05T05:58:23.166Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-05T05:58:26.645Z Compiling hickory-proto v0.25.2
27592026-06-05T05:58:27.823Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27602026-06-05T05:58:28.603Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27612026-06-05T05:58:28.708Z Compiling arc-swap v1.9.1
27622026-06-05T05:58:29.061Z Compiling hickory-resolver v0.25.2
27632026-06-05T05:58:30.532Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-06-05T05:58:30.668Z Compiling slog-scope v4.4.1
27652026-06-05T05:58:31.141Z Compiling libscf-sys v1.2.0
27662026-06-05T05:58:31.288Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-05T05:58:31.512Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27682026-06-05T05:58:31.611Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27692026-06-05T05:58:32.202Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27702026-06-05T05:58:32.337Z Compiling slog-stdlog v4.1.1
27712026-06-05T05:58:32.731Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27722026-06-05T05:58:32.835Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27732026-06-05T05:58:33.856Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-05T05:58:34.103Z Compiling slog-envlogger v2.2.0
27752026-06-05T05:58:35.167Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27762026-06-05T05:58:35.433Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27772026-06-05T05:58:43.878Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-05T05:58:46.143Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-06-05T05:58:48.001Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27802026-06-05T05:58:56.714Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27812026-06-05T05:59:00.488Z Finished `release` profile [optimized] target(s) in 2m 27s
27822026-06-05T05:59:00.603Z Running unittests src/lib.rs (target/release/deps/mg_tests-19ead11385e4596c)
27832026-06-05T05:59:00.607Z
27842026-06-05T05:59:00.607Zrunning 1 test
27852026-06-05T05:59:00.762Zconfigure zone
27862026-06-05T05:59:00.780Zinstall zone
27872026-06-05T05:59:10.506Zboot zone
27882026-06-05T05:59:10.587Zstart zone s1
27892026-06-05T05:59:10.590Zconfigure zone
27902026-06-05T05:59:10.596Zinstall zone
27912026-06-05T05:59:12.404Zboot zone
27922026-06-05T05:59:12.493Zstart zone s2
27932026-06-05T05:59:12.493Zconfigure zone
27942026-06-05T05:59:12.506Zinstall zone
27952026-06-05T05:59:14.952Zboot zone
27962026-06-05T05:59:15.050Zstart zone s3
27972026-06-05T05:59:15.050Zconfigure zone
27982026-06-05T05:59:15.060Zinstall zone
27992026-06-05T05:59:17.811Zboot zone
28002026-06-05T05:59:17.929Zstart zone t1
28012026-06-05T05:59:17.929Zconfigure zone
28022026-06-05T05:59:17.939Zinstall zone
28032026-06-05T05:59:20.622Zboot zone
28042026-06-05T05:59:20.730Zwaiting for zones to come up
28052026-06-05T05:59:30.752Z[sidecar.quartet] svcs milestone/network
28062026-06-05T05:59:30.761ZSTATE STIME FMRI
28072026-06-05T05:59:30.762Zonline 5:59:09 svc:/milestone/network:default
28082026-06-05T05:59:30.762Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28092026-06-05T05:59:30.788Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28102026-06-05T05:59:30.861Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28112026-06-05T05:59:30.861Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28122026-06-05T05:59:30.861Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28132026-06-05T05:59:30.861Z
28142026-06-05T05:59:30.861Zrunning zone s1.quartet setup
28152026-06-05T05:59:30.861Z[s1.quartet] svcs milestone/network
28162026-06-05T05:59:30.867ZSTATE STIME FMRI
28172026-06-05T05:59:30.868Zonline 5:59:11 svc:/milestone/network:default
28182026-06-05T05:59:30.868Z[s1.quartet] dladm
28192026-06-05T05:59:30.891ZLINK CLASS MTU STATE BRIDGE OVER
28202026-06-05T05:59:30.891Zsl0 simnet 9000 up -- ?
28212026-06-05T05:59:30.891Zmgs1 vnic 9000 up -- ?
28222026-06-05T05:59:30.955Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28232026-06-05T05:59:31.374Z
28242026-06-05T05:59:31.374Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28252026-06-05T05:59:31.378Z
28262026-06-05T05:59:31.378Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28272026-06-05T05:59:31.378Z
28282026-06-05T05:59:31.380Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28292026-06-05T05:59:31.449Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28302026-06-05T05:59:33.095Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ade50144-3313-4bac-8784-b610123500be --sled-uuid f267125f-b84e-4473-8be3-bf7f48314fb2 -a sl0/v6 &> /opt/ddmd.log &
28312026-06-05T05:59:33.095Z
28322026-06-05T05:59:33.095Zrunning zone s2.quartet setup
28332026-06-05T05:59:33.095Z[s2.quartet] svcs milestone/network
28342026-06-05T05:59:33.095ZSTATE STIME FMRI
28352026-06-05T05:59:33.095Zonline 5:59:14 svc:/milestone/network:default
28362026-06-05T05:59:33.095Z[s2.quartet] dladm
28372026-06-05T05:59:33.095ZLINK CLASS MTU STATE BRIDGE OVER
28382026-06-05T05:59:33.095Zsl1 simnet 9000 up -- ?
28392026-06-05T05:59:33.095Zmgs2 vnic 9000 up -- ?
28402026-06-05T05:59:33.095Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28412026-06-05T05:59:33.095Z
28422026-06-05T05:59:33.096Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28432026-06-05T05:59:33.096Z
28442026-06-05T05:59:33.096Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28452026-06-05T05:59:33.096Z
28462026-06-05T05:59:33.096Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28472026-06-05T05:59:33.096Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28482026-06-05T05:59:33.096Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 34e86b33-5669-4447-8f40-8c6738daecc2 --sled-uuid 7427b694-61b2-4c0b-be62-e60a6eda3a08 -a sl1/v6 &> /opt/ddmd.log &
28492026-06-05T05:59:33.096Z
28502026-06-05T05:59:33.096Zrunning zone s3.quartet setup
28512026-06-05T05:59:33.096Z[s3.quartet] svcs milestone/network
28522026-06-05T05:59:33.096ZSTATE STIME FMRI
28532026-06-05T05:59:33.096Zonline 5:59:17 svc:/milestone/network:default
28542026-06-05T05:59:33.096Z[s3.quartet] dladm
28552026-06-05T05:59:33.096ZLINK CLASS MTU STATE BRIDGE OVER
28562026-06-05T05:59:33.096Zsl2 simnet 9000 up -- ?
28572026-06-05T05:59:33.096Zmgs3 vnic 9000 up -- ?
28582026-06-05T05:59:33.096Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28592026-06-05T05:59:33.096Z
28602026-06-05T05:59:33.096Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28612026-06-05T05:59:33.096Z
28622026-06-05T05:59:33.096Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28632026-06-05T05:59:33.096Z
28642026-06-05T05:59:33.096Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28652026-06-05T05:59:33.096Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28662026-06-05T05:59:33.097Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ec5ca2bd-1a70-4d83-921a-46acd94d7a7f --sled-uuid 89c570f7-0067-4e8d-bef6-0040f3118253 -a sl2/v6 &> /opt/ddmd.log &
28672026-06-05T05:59:33.097Z
28682026-06-05T05:59:33.097Zrunning zone t1.quartet setup
28692026-06-05T05:59:33.097Z[t1.quartet] svcs milestone/network
28702026-06-05T05:59:33.097ZSTATE STIME FMRI
28712026-06-05T05:59:33.097Zonline 5:59:20 svc:/milestone/network:default
28722026-06-05T05:59:33.097Z[t1.quartet] dladm
28732026-06-05T05:59:33.097ZLINK CLASS MTU STATE BRIDGE OVER
28742026-06-05T05:59:33.097Ztfportrear0_0 simnet 9000 up -- ?
28752026-06-05T05:59:33.097Ztfportrear1_0 simnet 9000 up -- ?
28762026-06-05T05:59:33.097Ztfportrear2_0 simnet 9000 up -- ?
28772026-06-05T05:59:33.097Zmgt1 vnic 9000 up -- ?
28782026-06-05T05:59:33.097Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28792026-06-05T05:59:33.471Z
28802026-06-05T05:59:33.471Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28812026-06-05T05:59:33.488Z
28822026-06-05T05:59:33.488Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28832026-06-05T05:59:33.501Z
28842026-06-05T05:59:33.501Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28852026-06-05T05:59:33.532Z
28862026-06-05T05:59:33.532Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28872026-06-05T05:59:33.536Z
28882026-06-05T05:59:33.536Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28892026-06-05T05:59:33.840Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28902026-06-05T05:59:33.843Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
28912026-06-05T05:59:33.843Zwaiting 3s for copy of files to zone to complete ...
28922026-06-05T05:59:36.854Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28932026-06-05T05:59:36.989Z
28942026-06-05T05:59:36.989Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28952026-06-05T05:59:37.092Z
28962026-06-05T05:59:37.092Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
28972026-06-05T05:59:37.124Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
28982026-06-05T05:59:37.159Z[t1.quartet] svcadm disable dendrite
28992026-06-05T05:59:37.177Z
29002026-06-05T05:59:37.177Z[t1.quartet] svcadm disable tfport
29012026-06-05T05:59:37.207Z
29022026-06-05T05:59:37.207Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29032026-06-05T05:59:37.259Z
29042026-06-05T05:59:37.259Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29052026-06-05T05:59:37.267Z
29062026-06-05T05:59:37.267Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29072026-06-05T05:59:37.286Z
29082026-06-05T05:59:37.287Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29092026-06-05T05:59:37.298Z
29102026-06-05T05:59:37.298Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29112026-06-05T05:59:37.323Z
29122026-06-05T05:59:37.323Z[t1.quartet] svcadm refresh dendrite:default
29132026-06-05T05:59:37.343Z
29142026-06-05T05:59:37.343Z[t1.quartet] svcadm enable dendrite:default
29152026-06-05T05:59:37.423Z
29162026-06-05T05:59:37.423Zwait 10s for dendrite to come up ...
29172026-06-05T05:59:47.366Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29182026-06-05T05:59:47.396Z
29192026-06-05T05:59:47.397Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29202026-06-05T05:59:47.420Z
29212026-06-05T05:59:47.421Z[t1.quartet] svcadm refresh tfport:default
29222026-06-05T05:59:47.442Z
29232026-06-05T05:59:47.442Z[t1.quartet] svcadm enable tfport
29242026-06-05T05:59:47.462Z
29252026-06-05T05:59:47.462Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid bb30cffe-1093-46f6-bbbe-757f46c74ab3 --sled-uuid 32e79a4a-02a8-4ebd-9bf8-3bf66afd9b5a -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29262026-06-05T05:59:47.473Z
29272026-06-05T05:59:47.473Z[t1.quartet] ipadm
29282026-06-05T05:59:47.489ZADDROBJ TYPE STATE ADDR
29292026-06-05T05:59:47.490Zlo0/v4 static ok 127.0.0.1/8
29302026-06-05T05:59:47.490Zmgt1/v4 static ok 10.0.0.4/24
29312026-06-05T05:59:47.490Zlo0/v6 static ok ::1/128
29322026-06-05T05:59:47.490Zlo0/u6 static ok fd00:4::1/64
29332026-06-05T05:59:47.490Ztfportrear0_0/v6 addrconf ok fe80::a417:6dff:fe92:5e84%tfportrear0_0/10
29342026-06-05T05:59:47.492Ztfportrear1_0/v6 addrconf ok fe80::1022:b7ff:fe4e:d4ee%tfportrear1_0/10
29352026-06-05T05:59:47.492Ztfportrear2_0/v6 addrconf ok fe80::18d0:b8ff:fedb:949a%tfportrear2_0/10
29362026-06-05T05:59:50.726Zinitial peering test passed
29372026-06-05T05:59:50.737Z[s3.quartet] ping fd00:1::1
29382026-06-05T05:59:50.737Zfd00:1::1 is alive
29392026-06-05T06:00:00.630Ztest ddm::test_quartet has been running for over 60 seconds
29402026-06-05T06:00:01.640Z[s3.quartet] ping fd00:1::1
29412026-06-05T06:00:01.661Zfd00:1::1 is alive
29422026-06-05T06:00:01.664Z[t1.quartet] pkill ddmd
29432026-06-05T06:00:01.673Z
29442026-06-05T06:00:01.673Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29452026-06-05T06:00:01.677Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29462026-06-05T06:00:03.612Z[s3.quartet] pkill ddmd
29472026-06-05T06:00:03.658Z
29482026-06-05T06:00:03.658Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29492026-06-05T06:00:05.385Z[s2.quartet] pkill ddmd
29502026-06-05T06:00:05.398Z
29512026-06-05T06:00:05.398Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29522026-06-05T06:00:07.155Z[s1.quartet] pkill ddmd
29532026-06-05T06:00:07.169Z
29542026-06-05T06:00:07.170Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29552026-06-05T06:00:09.043Z[sidecar.quartet] pkill softnpu
29562026-06-05T06:00:09.057Z
29572026-06-05T06:00:09.057Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29582026-06-05T06:00:11.861Ztest ddm::test_quartet ... ok
29592026-06-05T06:00:11.861Z
29602026-06-05T06:00:11.864Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.24s
29612026-06-05T06:00:11.864Z
29622026-06-05T06:00:11.912Z+ cleanup
29632026-06-05T06:00:11.915Z++ id -un
29642026-06-05T06:00:11.918Z++ id -gn
29652026-06-05T06:00:11.918Z+ pfexec chown -R build:build .
29662026-06-05T06:00:12.040Zprocess exited: duration 680492 ms, exit code 0
 
29672026-06-05T06:00:12.047Zfound 6 output files
29682026-06-05T06:00:12.047Zuploading: /work/s1.quartet.log (3477 bytes)
29692026-06-05T06:00:13.060Zuploaded: /work/s1.quartet.log
29702026-06-05T06:00:13.060Zuploading: /work/s2.quartet.log (4137 bytes)
29712026-06-05T06:00:14.069Zuploaded: /work/s2.quartet.log
29722026-06-05T06:00:14.072Zuploading: /work/s3.quartet.log (4255 bytes)
29732026-06-05T06:00:15.078Zuploaded: /work/s3.quartet.log
29742026-06-05T06:00:15.078Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29752026-06-05T06:00:16.088Zuploaded: /work/sidecar.quartet-softnpu.log
29762026-06-05T06:00:16.088Zuploading: /work/t1.quartet-dpd.log (199541 bytes)
29772026-06-05T06:00:17.140Zuploaded: /work/t1.quartet-dpd.log
29782026-06-05T06:00:17.140Zuploading: /work/t1.quartet.log (17193 bytes)
29792026-06-05T06:00:18.155Zuploaded: /work/t1.quartet.log