01KTWA5RAR9M2NPKKJXPQABRY5: 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: 01KTWA674BGCVNRYB2KFWY14EZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T21:43:37.288Zjob assigned to worker 01KTWA6FH8XRNZY460QSQMAWKG [factory aws, i-0779edb0967735984] (queued for 59 s)
 
22026-06-11T21:43:44.479Zstarting task 0: "setup"
32026-06-11T21:43:44.483Z++ uname -s
42026-06-11T21:43:44.486Z+ kern=SunOS
52026-06-11T21:43:44.486Z+ build_user=build
62026-06-11T21:43:44.486Z+ build_uid=12345
72026-06-11T21:43:44.486Z+ work_dir=/work
82026-06-11T21:43:44.486Z+ input_dir=/input
92026-06-11T21:43:44.486Z+ [[ 0 == 12345 ]]
102026-06-11T21:43:44.486Z+ case "$kern" in
112026-06-11T21:43:44.486Z+ groupadd -g 12345 build
122026-06-11T21:43:44.489Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T21:43:46.494Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T21:43:46.561Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T21:43:46.564Z+ home_fs=zfs
162026-06-11T21:43:46.564Z+ [[ zfs == autofs ]]
172026-06-11T21:43:46.565Z+ mkdir -p /home/build
182026-06-11T21:43:46.565Z+ chown build:build /home/build /work
192026-06-11T21:43:48.566Z+ chmod 0700 /home/build /work
202026-06-11T21:43:48.569Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-11T21:43:48.575Zstarting task 1: "rust-toolchain"
222026-06-11T21:43:48.579Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-11T21:43:48.579Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T21:43:48.579Z * rust toolchain channel = "stable"
252026-06-11T21:43:48.579Z * rust toolchain profile = "default"
262026-06-11T21:43:48.579Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T21:43:48.579Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T21:43:48.582Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T21:43:48.582Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-11T21:43:48.655Zinfo: downloading installer
312026-06-11T21:43:50.059Zwarn: It looks like you have an existing installation of Rust at:
322026-06-11T21:43:50.059Zwarn: /opt/ooce/bin
332026-06-11T21:43:50.059Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-11T21:43:50.059Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-11T21:43:50.059Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-11T21:43:50.059Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-11T21:43:50.059Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-11T21:43:50.059Zerror: cannot install while Rust is installed
392026-06-11T21:43:50.059Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-11T21:43:50.059Zwarn: It looks like you have an existing rustup settings file at:
412026-06-11T21:43:50.059Zwarn: /home/build/.rustup/settings.toml
422026-06-11T21:43:50.059Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-11T21:43:50.059Zwarn: instead of the one inferred from the default host triple.
442026-06-11T21:43:50.072Zinfo: profile set to default
452026-06-11T21:43:50.072Zinfo: default host triple is x86_64-unknown-illumos
462026-06-11T21:43:50.075Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-11T21:43:50.236Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-11T21:43:50.241Zinfo: downloading 6 components
492026-06-11T21:44:04.905Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-11T21:44:04.905Z
512026-06-11T21:44:04.939Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-11T21:44:04.939Z
532026-06-11T21:44:04.939Z
542026-06-11T21:44:04.939ZRust is installed now. Great!
552026-06-11T21:44:04.939Z
562026-06-11T21:44:04.939ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-11T21:44:04.939Zenvironment variable. This has not been done automatically.
582026-06-11T21:44:04.939Z
592026-06-11T21:44:04.939ZTo configure your current shell, you need to source
602026-06-11T21:44:04.939Zthe corresponding env file under $HOME/.cargo.
612026-06-11T21:44:04.939Z
622026-06-11T21:44:04.939ZThis is usually done by running one of the following (note the leading DOT):
632026-06-11T21:44:04.939Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-11T21:44:04.939Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-11T21:44:04.939Zsource "~/.cargo/env.nu" # For nushell
662026-06-11T21:44:04.939Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-11T21:44:04.939Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-11T21:44:04.939Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-11T21:44:04.942Zwarn: no default linker (`cc`) was found in your PATH
702026-06-11T21:44:04.943Zwarn: many Rust crates require a system C toolchain to build
712026-06-11T21:44:05.039Z+ rustup --version
722026-06-11T21:44:05.048Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-11T21:44:05.051Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-11T21:44:05.070Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-11T21:44:05.075Z+ cargo --version
762026-06-11T21:44:05.085Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-11T21:44:05.088Z+ rustc --version
782026-06-11T21:44:05.107Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-11T21:44:05.111Zprocess exited: duration 16532 ms, exit code 0
 
802026-06-11T21:44:05.117Zstarting task 2: "authentication"
812026-06-11T21:44:05.132Zprocess exited: duration 15 ms, exit code 0
 
822026-06-11T21:44:05.138Zstarting task 3: "clone repository"
832026-06-11T21:44:05.141Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-11T21:44:05.152Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-11T21:44:05.177ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-11T21:44:06.307Z+ cd /work/oxidecomputer/maghemite
872026-06-11T21:44:06.307Z+ git fetch origin 1dcd3e3f53d390dd97613f2530d25d2520d7d000
882026-06-11T21:44:06.587ZFrom https://github.com/oxidecomputer/maghemite
892026-06-11T21:44:06.587Z * branch 1dcd3e3f53d390dd97613f2530d25d2520d7d000 -> FETCH_HEAD
902026-06-11T21:44:06.592Z+ [[ -n trey/just-build ]]
912026-06-11T21:44:06.595Z++ git branch --show-current
922026-06-11T21:44:06.595Z+ current=main
932026-06-11T21:44:06.595Z+ [[ main != trey/just-build ]]
942026-06-11T21:44:06.595Z+ git branch -f trey/just-build 1dcd3e3f53d390dd97613f2530d25d2520d7d000
952026-06-11T21:44:06.598Z+ git checkout -f trey/just-build
962026-06-11T21:44:06.616ZSwitched to branch 'trey/just-build'
972026-06-11T21:44:06.619Z+ git reset --hard 1dcd3e3f53d390dd97613f2530d25d2520d7d000
982026-06-11T21:44:06.634ZHEAD is now at 1dcd3e3 justfile: pass all args to cargo build
992026-06-11T21:44:06.637Zprocess exited: duration 1496 ms, exit code 0
 
1002026-06-11T21:44:06.643Zstarting task 4: "build"
1012026-06-11T21:44:06.649Z++ dladm
1022026-06-11T21:44:06.652ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-11T21:44:06.652Zena0 phys 9216 up -- --
1042026-06-11T21:44:06.655Z++ ipadm
1052026-06-11T21:44:06.655ZADDROBJ TYPE STATE ADDR
1062026-06-11T21:44:06.655Zlo0/v4 static ok 127.0.0.1/8
1072026-06-11T21:44:06.655Zena0/dhcp dhcp ok 10.150.1.221/24
1082026-06-11T21:44:06.655Zlo0/v6 static ok ::1/128
1092026-06-11T21:44:06.655Z++ banner collect
1102026-06-11T21:44:06.659Z
1112026-06-11T21:44:06.659Z #### #### # # ###### #### #####
1122026-06-11T21:44:06.659Z # # # # # # # # # #
1132026-06-11T21:44:06.659Z # # # # # ##### # #
1142026-06-11T21:44:06.659Z # # # # # # # #
1152026-06-11T21:44:06.659Z # # # # # # # # # #
1162026-06-11T21:44:06.659Z #### #### ###### ###### ###### #### #
1172026-06-11T21:44:06.659Z
1182026-06-11T21:44:06.660Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-11T21:44:06.660Z++ repo=softnpu
1202026-06-11T21:44:06.660Z++ series=image
1212026-06-11T21:44:06.660Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-11T21:44:06.660Z++ name=softnpu
1232026-06-11T21:44:06.660Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-11T21:44:06.660Z++ mkdir -p download
1252026-06-11T21:44:06.660Z++ pushd download
1262026-06-11T21:44:06.660Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-11T21:44:06.660Z++ [[ ! -f softnpu ]]
1282026-06-11T21:44:06.660Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-11T21:44:06.664Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-11T21:44:06.664Z Dload Upload Total Spent Left Speed
1312026-06-11T21:44:07.100Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 35.90M 0 0 100 15.63M 100 15.63M 0 0 35.89M 0 0 100 15.63M 100 15.63M 0 0 35.89M 0 0
1322026-06-11T21:44:07.103Z++ popd
1332026-06-11T21:44:07.103Z/work/oxidecomputer/maghemite
1342026-06-11T21:44:07.103Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-11T21:44:07.103Z++ repo=sidecar-lite
1362026-06-11T21:44:07.103Z++ series=release
1372026-06-11T21:44:07.103Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-11T21:44:07.103Z++ name=libsidecar_lite.so
1392026-06-11T21:44:07.103Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-11T21:44:07.103Z++ mkdir -p download
1412026-06-11T21:44:07.106Z++ pushd download
1422026-06-11T21:44:07.106Z++ [[ ! -f libsidecar_lite.so ]]
1432026-06-11T21:44:07.106Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-11T21:44:07.106Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-11T21:44:07.111Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-11T21:44:07.111Z Dload Upload Total Spent Left Speed
1472026-06-11T21:44:07.438Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 36.79M 0 0 100 12.04M 100 12.04M 0 0 36.79M 0 0 100 12.04M 100 12.04M 0 0 36.79M 0 0
1482026-06-11T21:44:07.440Z++ popd
1492026-06-11T21:44:07.440Z/work/oxidecomputer/maghemite
1502026-06-11T21:44:07.440Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-11T21:44:07.440Z++ repo=sidecar-lite
1522026-06-11T21:44:07.441Z++ series=release
1532026-06-11T21:44:07.441Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-11T21:44:07.441Z++ name=scadm
1552026-06-11T21:44:07.441Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-11T21:44:07.441Z++ mkdir -p download
1572026-06-11T21:44:07.444Z++ pushd download
1582026-06-11T21:44:07.444Z++ [[ ! -f scadm ]]
1592026-06-11T21:44:07.444Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-06-11T21:44:07.444Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-11T21:44:07.447Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-11T21:44:07.447Z Dload Upload Total Spent Left Speed
1632026-06-11T21:44:07.782Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 47.11M 0 0 100 15.78M 100 15.78M 0 0 47.10M 0 0 100 15.78M 100 15.78M 0 0 47.09M 0 0
1642026-06-11T21:44:07.785Z++ popd
1652026-06-11T21:44:07.785Z/work/oxidecomputer/maghemite
1662026-06-11T21:44:07.785Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-11T21:44:07.785Z++ repo=dendrite
1682026-06-11T21:44:07.785Z++ series=image
1692026-06-11T21:44:07.785Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-11T21:44:07.785Z++ name=dendrite-softnpu.tar.gz
1712026-06-11T21:44:07.785Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-11T21:44:07.785Z++ mkdir -p download
1732026-06-11T21:44:07.788Z++ pushd download
1742026-06-11T21:44:07.788Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-11T21:44:07.788Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-11T21:44:07.788Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-11T21:44:07.791Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-11T21:44:07.801Z Dload Upload Total Spent Left Speed
1792026-06-11T21:44:08.985Z 0 0 0 0 0 0 0 0 0 73 71.59M 73 52.62M 0 0 52.66M 0 00:01 00:01 52.67M 100 71.59M 100 71.59M 0 0 59.97M 0 00:01 00:01 52.67M 100 71.59M 100 71.59M 0 0 59.96M 0 00:01 00:01 52.67M 100 71.59M 100 71.59M 0 0 59.96M 0 00:01 00:01 52.67M
1802026-06-11T21:44:08.988Z++ popd
1812026-06-11T21:44:08.991Z/work/oxidecomputer/maghemite
1822026-06-11T21:44:08.992Z++ get_artifact maghemite release 1dcd3e3f53d390dd97613f2530d25d2520d7d000 ddm
1832026-06-11T21:44:08.992Z++ repo=maghemite
1842026-06-11T21:44:08.992Z++ series=release
1852026-06-11T21:44:08.992Z++ commit=1dcd3e3f53d390dd97613f2530d25d2520d7d000
1862026-06-11T21:44:08.992Z++ name=ddm
1872026-06-11T21:44:08.992Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-11T21:44:08.992Z++ mkdir -p download
1892026-06-11T21:44:08.992Z++ pushd download
1902026-06-11T21:44:08.992Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-11T21:44:08.992Z++ [[ ! -f ddm ]]
1922026-06-11T21:44:08.992Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1dcd3e3f53d390dd97613f2530d25d2520d7d000/ddm
1932026-06-11T21:44:08.999Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-11T21:44:09.006Z Dload Upload Total Spent Left Speed
1952026-06-11T21:44:09.051Z 0 0 0 0 0 0 0 0 0
1962026-06-11T21:44:09.051Zcurl: (22) The requested URL returned error: 404
1972026-06-11T21:44:09.054Z++ popd
1982026-06-11T21:44:09.054Z/work/oxidecomputer/maghemite
1992026-06-11T21:44:09.054Z++ get_artifact maghemite release 1dcd3e3f53d390dd97613f2530d25d2520d7d000 ddmadm
2002026-06-11T21:44:09.054Z++ repo=maghemite
2012026-06-11T21:44:09.054Z++ series=release
2022026-06-11T21:44:09.054Z++ commit=1dcd3e3f53d390dd97613f2530d25d2520d7d000
2032026-06-11T21:44:09.054Z++ name=ddmadm
2042026-06-11T21:44:09.054Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-11T21:44:09.054Z++ mkdir -p download
2062026-06-11T21:44:09.054Z++ pushd download
2072026-06-11T21:44:09.054Z++ [[ ! -f ddmadm ]]
2082026-06-11T21:44:09.054Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-06-11T21:44:09.054Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1dcd3e3f53d390dd97613f2530d25d2520d7d000/ddmadm
2102026-06-11T21:44:09.059Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-11T21:44:09.062Z Dload Upload Total Spent Left Speed
2122026-06-11T21:44:09.127Z 0 0 0 0 0 0 0 0 0
2132026-06-11T21:44:09.127Zcurl: (22) The requested URL returned error: 404
2142026-06-11T21:44:09.135Z++ popd
2152026-06-11T21:44:09.137Z/work/oxidecomputer/maghemite
2162026-06-11T21:44:09.137Z++ pushd download
2172026-06-11T21:44:09.137Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-11T21:44:09.137Z++ chmod +x softnpu
2192026-06-11T21:44:09.137Z++ chmod +x scadm
2202026-06-11T21:44:09.137Z++ chmod +x ddmadm
2212026-06-11T21:44:09.137Zchmod: WARNING: can't access ddmadm
2222026-06-11T21:44:09.138Z++ chmod +x ddmd
2232026-06-11T21:44:09.150Zchmod: WARNING: can't access ddmd
2242026-06-11T21:44:09.150Z++ mv ddmadm ddmadm-v2
2252026-06-11T21:44:09.150Zmv: cannot access ddmadm
2262026-06-11T21:44:09.150Z++ mv ddmd ddmd-v2
2272026-06-11T21:44:09.150Zmv: cannot access ddmd
2282026-06-11T21:44:09.150Z++ rm -rf zones/dendrite
2292026-06-11T21:44:09.150Z++ mkdir -p zones/dendrite
2302026-06-11T21:44:09.150Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-11T21:44:10.166Z++ 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-11T21:44:10.171Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-11T21:44:10.171Z++ popd
2342026-06-11T21:44:10.171Z/work/oxidecomputer/maghemite
2352026-06-11T21:44:10.171Z++ banner install
2362026-06-11T21:44:10.172Z
2372026-06-11T21:44:10.172Z # # # #### ##### ## # #
2382026-06-11T21:44:10.172Z # ## # # # # # # #
2392026-06-11T21:44:10.172Z # # # # #### # # # # #
2402026-06-11T21:44:10.172Z # # # # # # ###### # #
2412026-06-11T21:44:10.172Z # # ## # # # # # # #
2422026-06-11T21:44:10.172Z # # # #### # # # ###### ######
2432026-06-11T21:44:10.172Z
2442026-06-11T21:44:10.172Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-11T21:44:10.172Z++ set +o errexit
2462026-06-11T21:44:10.173Z++ pkg info clang-15
2472026-06-11T21:44:10.192Z++ grep -qi installed
2482026-06-11T21:44:11.360Zpkg: info: no packages matching the following patterns you specified are
2492026-06-11T21:44:11.360Zinstalled on the system. Try querying remotely instead:
2502026-06-11T21:44:11.360Z
2512026-06-11T21:44:11.360Z clang-15
2522026-06-11T21:44:11.397Z++ [[ 1 != 0 ]]
2532026-06-11T21:44:11.398Z++ set -o errexit
2542026-06-11T21:44:11.401Z++ pfexec pkg install clang-15
2552026-06-11T21:44:17.960Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-11T21:44:25.687Z Startup: Caching catalogs ... Done
2572026-06-11T21:44:32.971ZPlanning: Solver setup ... Done
2582026-06-11T21:44:33.012ZPlanning: Running solver ... Done
2592026-06-11T21:44:33.150ZPlanning: Finding local manifests ... Done
2602026-06-11T21:44:33.173ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-11T21:44:33.270ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-11T21:44:33.300ZPlanning: Package planning ... Done
2632026-06-11T21:44:33.326ZPlanning: Merging actions ... Done
2642026-06-11T21:44:33.433ZPlanning: Checking for conflicting actions ... Done
2652026-06-11T21:44:33.440ZPlanning: Consolidating action changes ... Done
2662026-06-11T21:44:34.220ZPlanning: Evaluating mediators ... Done
2672026-06-11T21:44:34.226ZPlanning: Planning completed in 8.37 seconds
2682026-06-11T21:44:34.237Z Packages to install: 2
2692026-06-11T21:44:34.237Z Mediators to change: 2
2702026-06-11T21:44:34.237Z Services to change: 1
2712026-06-11T21:44:34.237Z Create boot environment: No
2722026-06-11T21:44:34.237ZCreate backup boot environment: No
2732026-06-11T21:44:34.280Z
2742026-06-11T21:44:34.280ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-11T21:44:39.513ZDownload: 979/3076 items 82.1/211.3MB 38% complete (20.8M/s)
2762026-06-11T21:45:02.267ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2772026-06-11T21:45:08.434ZDownload: 2003/3076 items 116.2/211.3MB 54% complete (8.8M/s)
2782026-06-11T21:45:14.916ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (14.1M/s)
2792026-06-11T21:45:15.510ZDownload: Completed 211.31 MB in 41.23 seconds (5.1M/s)
2802026-06-11T21:45:15.645Z Actions: 1/3418 actions (Installing new actions)
2812026-06-11T21:45:18.810Z Actions: Completed 3418 actions in 3.16 seconds.
2822026-06-11T21:45:19.459Z Done
2832026-06-11T21:45:19.459Z Done
2842026-06-11T21:45:20.210Z Done
2852026-06-11T21:45:23.571Z Done
2862026-06-11T21:45:23.642Z Done
2872026-06-11T21:45:23.645Z Done
2882026-06-11T21:45:23.922Z Done
2892026-06-11T21:45:24.598Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-11T21:45:24.598Z++ set +o errexit
2912026-06-11T21:45:24.601Z++ pkg info pkg-config
2922026-06-11T21:45:24.601Z++ grep -qi installed
2932026-06-11T21:45:24.832Z++ [[ 0 != 0 ]]
2942026-06-11T21:45:24.832Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-11T21:45:24.832Z++ set +o errexit
2962026-06-11T21:45:24.835Z++ pkg info brand/omicron1
2972026-06-11T21:45:24.835Z++ grep -qi installed
2982026-06-11T21:45:25.019Zpkg: info: no packages matching the following patterns you specified are
2992026-06-11T21:45:25.019Zinstalled on the system. Try querying remotely instead:
3002026-06-11T21:45:25.019Z
3012026-06-11T21:45:25.019Z brand/omicron1
3022026-06-11T21:45:25.054Z++ [[ 1 != 0 ]]
3032026-06-11T21:45:25.055Z++ set -o errexit
3042026-06-11T21:45:25.055Z++ pfexec pkg install brand/omicron1
3052026-06-11T21:45:25.462Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-11T21:45:32.907ZPlanning: Solver setup ... Done
3072026-06-11T21:45:32.947ZPlanning: Running solver ... Done
3082026-06-11T21:45:33.091ZPlanning: Finding local manifests ... Done
3092026-06-11T21:45:33.094ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-11T21:45:33.212ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-11T21:45:33.225ZPlanning: Package planning ... Done
3122026-06-11T21:45:33.228ZPlanning: Merging actions ... Done
3132026-06-11T21:45:33.378ZPlanning: Checking for conflicting actions ... Done
3142026-06-11T21:45:33.381ZPlanning: Consolidating action changes ... Done
3152026-06-11T21:45:33.538ZPlanning: Evaluating mediators ... Done
3162026-06-11T21:45:33.541ZPlanning: Planning completed in 8.08 seconds
3172026-06-11T21:45:33.546Z Packages to install: 2
3182026-06-11T21:45:33.546Z Create boot environment: No
3192026-06-11T21:45:33.546ZCreate backup boot environment: No
3202026-06-11T21:45:33.576Z
3212026-06-11T21:45:33.576ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-11T21:45:33.604ZDownload: Completed 1.07 MB in 0.03 seconds (38.3M/s)
3232026-06-11T21:45:33.674Z Actions: 1/28 actions (Installing new actions)
3242026-06-11T21:45:33.688Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-11T21:45:34.200Z Done
3262026-06-11T21:45:34.200Z Done
3272026-06-11T21:45:34.839Z Done
3282026-06-11T21:45:37.682Z Done
3292026-06-11T21:45:37.761Z Done
3302026-06-11T21:45:37.765Z Done
3312026-06-11T21:45:37.905Z Done
3322026-06-11T21:45:38.041Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-11T21:45:38.041Z++ set +o errexit
3342026-06-11T21:45:38.044Z++ pkg info brand/omicron1/tools
3352026-06-11T21:45:38.044Z++ grep -qi installed
3362026-06-11T21:45:38.227Zpkg: info: no packages matching the following patterns you specified are
3372026-06-11T21:45:38.227Zinstalled on the system. Try querying remotely instead:
3382026-06-11T21:45:38.227Z
3392026-06-11T21:45:38.228Z brand/omicron1/tools
3402026-06-11T21:45:38.262Z++ [[ 1 != 0 ]]
3412026-06-11T21:45:38.262Z++ set -o errexit
3422026-06-11T21:45:38.262Z++ pfexec pkg install brand/omicron1/tools
3432026-06-11T21:45:38.656Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-11T21:45:46.030ZPlanning: Solver setup ... Done
3452026-06-11T21:45:46.067ZPlanning: Running solver ... Done
3462026-06-11T21:45:46.210ZPlanning: Finding local manifests ... Done
3472026-06-11T21:45:46.213ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-11T21:45:46.328ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-11T21:45:46.341ZPlanning: Package planning ... Done
3502026-06-11T21:45:46.345ZPlanning: Merging actions ... Done
3512026-06-11T21:45:46.486ZPlanning: Checking for conflicting actions ... Done
3522026-06-11T21:45:46.488ZPlanning: Consolidating action changes ... Done
3532026-06-11T21:45:46.643ZPlanning: Evaluating mediators ... Done
3542026-06-11T21:45:46.647ZPlanning: Planning completed in 7.99 seconds
3552026-06-11T21:45:46.651Z Packages to install: 1
3562026-06-11T21:45:46.651Z Services to change: 1
3572026-06-11T21:45:46.651Z Create boot environment: No
3582026-06-11T21:45:46.651ZCreate backup boot environment: No
3592026-06-11T21:45:46.681Z
3602026-06-11T21:45:46.681ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-11T21:45:46.704ZDownload: Completed 1.19 MB in 0.02 seconds (51.8M/s)
3622026-06-11T21:45:46.769Z Actions: 1/19 actions (Installing new actions)
3632026-06-11T21:45:46.784Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-11T21:45:47.299Z Done
3652026-06-11T21:45:47.299Z Done
3662026-06-11T21:45:47.932Z Done
3672026-06-11T21:45:50.817Z Done
3682026-06-11T21:45:50.894Z Done
3692026-06-11T21:45:50.897Z Done
3702026-06-11T21:45:51.060Z Done
3712026-06-11T21:45:51.201Z++ pfexec svcadm enable baseline
3722026-06-11T21:45:51.216Z++ retry=0
3732026-06-11T21:45:51.218Z+++ svcs -Hostate baseline
3742026-06-11T21:45:51.231Z++ [[ offline* != online ]]
3752026-06-11T21:45:51.234Z++ [[ 0 -gt 300 ]]
3762026-06-11T21:45:51.234Z++ sleep 1
3772026-06-11T21:45:52.233Z++ retry=1
3782026-06-11T21:45:52.236Z+++ svcs -Hostate baseline
3792026-06-11T21:45:52.249Z++ [[ offline* != online ]]
3802026-06-11T21:45:52.249Z++ [[ 1 -gt 300 ]]
3812026-06-11T21:45:52.249Z++ sleep 1
3822026-06-11T21:45:53.251Z++ retry=2
3832026-06-11T21:45:53.254Z+++ svcs -Hostate baseline
3842026-06-11T21:45:53.266Z++ [[ offline* != online ]]
3852026-06-11T21:45:53.266Z++ [[ 2 -gt 300 ]]
3862026-06-11T21:45:53.266Z++ sleep 1
3872026-06-11T21:45:54.268Z++ retry=3
3882026-06-11T21:45:54.271Z+++ svcs -Hostate baseline
3892026-06-11T21:45:54.284Z++ [[ offline* != online ]]
3902026-06-11T21:45:54.284Z++ [[ 3 -gt 300 ]]
3912026-06-11T21:45:54.284Z++ sleep 1
3922026-06-11T21:45:55.287Z++ retry=4
3932026-06-11T21:45:55.289Z+++ svcs -Hostate baseline
3942026-06-11T21:45:55.342Z++ [[ offline* != online ]]
3952026-06-11T21:45:55.342Z++ [[ 4 -gt 300 ]]
3962026-06-11T21:45:55.342Z++ sleep 1
3972026-06-11T21:45:56.348Z++ retry=5
3982026-06-11T21:45:56.350Z+++ svcs -Hostate baseline
3992026-06-11T21:45:56.363Z++ [[ offline* != online ]]
4002026-06-11T21:45:56.366Z++ [[ 5 -gt 300 ]]
4012026-06-11T21:45:56.366Z++ sleep 1
4022026-06-11T21:45:57.366Z++ retry=6
4032026-06-11T21:45:57.369Z+++ svcs -Hostate baseline
4042026-06-11T21:45:57.382Z++ [[ offline* != online ]]
4052026-06-11T21:45:57.382Z++ [[ 6 -gt 300 ]]
4062026-06-11T21:45:57.382Z++ sleep 1
4072026-06-11T21:45:58.384Z++ retry=7
4082026-06-11T21:45:58.387Z+++ svcs -Hostate baseline
4092026-06-11T21:45:58.400Z++ [[ offline* != online ]]
4102026-06-11T21:45:58.400Z++ [[ 7 -gt 300 ]]
4112026-06-11T21:45:58.400Z++ sleep 1
4122026-06-11T21:45:59.403Z++ retry=8
4132026-06-11T21:45:59.406Z+++ svcs -Hostate baseline
4142026-06-11T21:45:59.418Z++ [[ offline* != online ]]
4152026-06-11T21:45:59.418Z++ [[ 8 -gt 300 ]]
4162026-06-11T21:45:59.418Z++ sleep 1
4172026-06-11T21:46:00.423Z++ retry=9
4182026-06-11T21:46:00.427Z+++ svcs -Hostate baseline
4192026-06-11T21:46:00.436Z++ [[ offline* != online ]]
4202026-06-11T21:46:00.436Z++ [[ 9 -gt 300 ]]
4212026-06-11T21:46:00.436Z++ sleep 1
4222026-06-11T21:46:01.439Z++ retry=10
4232026-06-11T21:46:01.442Z+++ svcs -Hostate baseline
4242026-06-11T21:46:01.455Z++ [[ offline* != online ]]
4252026-06-11T21:46:01.455Z++ [[ 10 -gt 300 ]]
4262026-06-11T21:46:01.455Z++ sleep 1
4272026-06-11T21:46:02.457Z++ retry=11
4282026-06-11T21:46:02.460Z+++ svcs -Hostate baseline
4292026-06-11T21:46:02.473Z++ [[ offline* != online ]]
4302026-06-11T21:46:02.473Z++ [[ 11 -gt 300 ]]
4312026-06-11T21:46:02.473Z++ sleep 1
4322026-06-11T21:46:03.476Z++ retry=12
4332026-06-11T21:46:03.479Z+++ svcs -Hostate baseline
4342026-06-11T21:46:03.493Z++ [[ offline* != online ]]
4352026-06-11T21:46:03.493Z++ [[ 12 -gt 300 ]]
4362026-06-11T21:46:03.493Z++ sleep 1
4372026-06-11T21:46:04.496Z++ retry=13
4382026-06-11T21:46:04.496Z+++ svcs -Hostate baseline
4392026-06-11T21:46:04.510Z++ [[ offline* != online ]]
4402026-06-11T21:46:04.510Z++ [[ 13 -gt 300 ]]
4412026-06-11T21:46:04.510Z++ sleep 1
4422026-06-11T21:46:05.512Z++ retry=14
4432026-06-11T21:46:05.515Z+++ svcs -Hostate baseline
4442026-06-11T21:46:05.528Z++ [[ offline* != online ]]
4452026-06-11T21:46:05.528Z++ [[ 14 -gt 300 ]]
4462026-06-11T21:46:05.528Z++ sleep 1
4472026-06-11T21:46:06.530Z++ retry=15
4482026-06-11T21:46:06.533Z+++ svcs -Hostate baseline
4492026-06-11T21:46:06.546Z++ [[ offline* != online ]]
4502026-06-11T21:46:06.546Z++ [[ 15 -gt 300 ]]
4512026-06-11T21:46:06.546Z++ sleep 1
4522026-06-11T21:46:07.548Z++ retry=16
4532026-06-11T21:46:07.551Z+++ svcs -Hostate baseline
4542026-06-11T21:46:07.564Z++ [[ offline* != online ]]
4552026-06-11T21:46:07.564Z++ [[ 16 -gt 300 ]]
4562026-06-11T21:46:07.565Z++ sleep 1
4572026-06-11T21:46:08.567Z++ retry=17
4582026-06-11T21:46:08.569Z+++ svcs -Hostate baseline
4592026-06-11T21:46:08.583Z++ [[ offline* != online ]]
4602026-06-11T21:46:08.583Z++ [[ 17 -gt 300 ]]
4612026-06-11T21:46:08.583Z++ sleep 1
4622026-06-11T21:46:09.585Z++ retry=18
4632026-06-11T21:46:09.588Z+++ svcs -Hostate baseline
4642026-06-11T21:46:09.601Z++ [[ offline* != online ]]
4652026-06-11T21:46:09.601Z++ [[ 18 -gt 300 ]]
4662026-06-11T21:46:09.601Z++ sleep 1
4672026-06-11T21:46:10.605Z++ retry=19
4682026-06-11T21:46:10.610Z+++ svcs -Hostate baseline
4692026-06-11T21:46:10.619Z++ [[ offline* != online ]]
4702026-06-11T21:46:10.619Z++ [[ 19 -gt 300 ]]
4712026-06-11T21:46:10.619Z++ sleep 1
4722026-06-11T21:46:11.621Z++ retry=20
4732026-06-11T21:46:11.624Z+++ svcs -Hostate baseline
4742026-06-11T21:46:11.637Z++ [[ offline* != online ]]
4752026-06-11T21:46:11.638Z++ [[ 20 -gt 300 ]]
4762026-06-11T21:46:11.638Z++ sleep 1
4772026-06-11T21:46:12.641Z++ retry=21
4782026-06-11T21:46:12.644Z+++ svcs -Hostate baseline
4792026-06-11T21:46:12.656Z++ [[ offline* != online ]]
4802026-06-11T21:46:12.656Z++ [[ 21 -gt 300 ]]
4812026-06-11T21:46:12.656Z++ sleep 1
4822026-06-11T21:46:13.658Z++ retry=22
4832026-06-11T21:46:13.661Z+++ svcs -Hostate baseline
4842026-06-11T21:46:13.674Z++ [[ offline* != online ]]
4852026-06-11T21:46:13.674Z++ [[ 22 -gt 300 ]]
4862026-06-11T21:46:13.674Z++ sleep 1
4872026-06-11T21:46:14.677Z++ retry=23
4882026-06-11T21:46:14.680Z+++ svcs -Hostate baseline
4892026-06-11T21:46:14.694Z++ [[ offline* != online ]]
4902026-06-11T21:46:14.694Z++ [[ 23 -gt 300 ]]
4912026-06-11T21:46:14.694Z++ sleep 1
4922026-06-11T21:46:15.695Z++ retry=24
4932026-06-11T21:46:15.698Z+++ svcs -Hostate baseline
4942026-06-11T21:46:15.711Z++ [[ offline* != online ]]
4952026-06-11T21:46:15.711Z++ [[ 24 -gt 300 ]]
4962026-06-11T21:46:15.711Z++ sleep 1
4972026-06-11T21:46:16.714Z++ retry=25
4982026-06-11T21:46:16.717Z+++ svcs -Hostate baseline
4992026-06-11T21:46:16.729Z++ [[ offline* != online ]]
5002026-06-11T21:46:16.730Z++ [[ 25 -gt 300 ]]
5012026-06-11T21:46:16.730Z++ sleep 1
5022026-06-11T21:46:17.731Z++ retry=26
5032026-06-11T21:46:17.735Z+++ svcs -Hostate baseline
5042026-06-11T21:46:17.748Z++ [[ offline* != online ]]
5052026-06-11T21:46:17.748Z++ [[ 26 -gt 300 ]]
5062026-06-11T21:46:17.748Z++ sleep 1
5072026-06-11T21:46:18.752Z++ retry=27
5082026-06-11T21:46:18.755Z+++ svcs -Hostate baseline
5092026-06-11T21:46:18.767Z++ [[ offline* != online ]]
5102026-06-11T21:46:18.767Z++ [[ 27 -gt 300 ]]
5112026-06-11T21:46:18.767Z++ sleep 1
5122026-06-11T21:46:19.768Z++ retry=28
5132026-06-11T21:46:19.771Z+++ svcs -Hostate baseline
5142026-06-11T21:46:19.784Z++ [[ offline* != online ]]
5152026-06-11T21:46:19.784Z++ [[ 28 -gt 300 ]]
5162026-06-11T21:46:19.784Z++ sleep 1
5172026-06-11T21:46:20.786Z++ retry=29
5182026-06-11T21:46:20.789Z+++ svcs -Hostate baseline
5192026-06-11T21:46:20.802Z++ [[ offline* != online ]]
5202026-06-11T21:46:20.802Z++ [[ 29 -gt 300 ]]
5212026-06-11T21:46:20.802Z++ sleep 1
5222026-06-11T21:46:21.804Z++ retry=30
5232026-06-11T21:46:21.807Z+++ svcs -Hostate baseline
5242026-06-11T21:46:21.820Z++ [[ offline* != online ]]
5252026-06-11T21:46:21.820Z++ [[ 30 -gt 300 ]]
5262026-06-11T21:46:21.820Z++ sleep 1
5272026-06-11T21:46:22.822Z++ retry=31
5282026-06-11T21:46:22.825Z+++ svcs -Hostate baseline
5292026-06-11T21:46:22.838Z++ [[ offline* != online ]]
5302026-06-11T21:46:22.838Z++ [[ 31 -gt 300 ]]
5312026-06-11T21:46:22.838Z++ sleep 1
5322026-06-11T21:46:23.840Z++ retry=32
5332026-06-11T21:46:23.843Z+++ svcs -Hostate baseline
5342026-06-11T21:46:23.856Z++ [[ offline* != online ]]
5352026-06-11T21:46:23.856Z++ [[ 32 -gt 300 ]]
5362026-06-11T21:46:23.856Z++ sleep 1
5372026-06-11T21:46:24.859Z++ retry=33
5382026-06-11T21:46:24.861Z+++ svcs -Hostate baseline
5392026-06-11T21:46:24.875Z++ [[ offline* != online ]]
5402026-06-11T21:46:24.875Z++ [[ 33 -gt 300 ]]
5412026-06-11T21:46:24.875Z++ sleep 1
5422026-06-11T21:46:25.877Z++ retry=34
5432026-06-11T21:46:25.880Z+++ svcs -Hostate baseline
5442026-06-11T21:46:25.895Z++ [[ offline* != online ]]
5452026-06-11T21:46:25.895Z++ [[ 34 -gt 300 ]]
5462026-06-11T21:46:25.895Z++ sleep 1
5472026-06-11T21:46:26.895Z++ retry=35
5482026-06-11T21:46:26.898Z+++ svcs -Hostate baseline
5492026-06-11T21:46:26.911Z++ [[ offline* != online ]]
5502026-06-11T21:46:26.911Z++ [[ 35 -gt 300 ]]
5512026-06-11T21:46:26.911Z++ sleep 1
5522026-06-11T21:46:27.914Z++ retry=36
5532026-06-11T21:46:27.916Z+++ svcs -Hostate baseline
5542026-06-11T21:46:27.930Z++ [[ offline* != online ]]
5552026-06-11T21:46:27.930Z++ [[ 36 -gt 300 ]]
5562026-06-11T21:46:27.930Z++ sleep 1
5572026-06-11T21:46:28.932Z++ retry=37
5582026-06-11T21:46:28.936Z+++ svcs -Hostate baseline
5592026-06-11T21:46:28.948Z++ [[ offline* != online ]]
5602026-06-11T21:46:28.948Z++ [[ 37 -gt 300 ]]
5612026-06-11T21:46:28.948Z++ sleep 1
5622026-06-11T21:46:29.950Z++ retry=38
5632026-06-11T21:46:29.953Z+++ svcs -Hostate baseline
5642026-06-11T21:46:29.966Z++ [[ offline* != online ]]
5652026-06-11T21:46:29.966Z++ [[ 38 -gt 300 ]]
5662026-06-11T21:46:29.966Z++ sleep 1
5672026-06-11T21:46:30.968Z++ retry=39
5682026-06-11T21:46:30.971Z+++ svcs -Hostate baseline
5692026-06-11T21:46:30.984Z++ [[ offline* != online ]]
5702026-06-11T21:46:30.984Z++ [[ 39 -gt 300 ]]
5712026-06-11T21:46:30.984Z++ sleep 1
5722026-06-11T21:46:31.986Z++ retry=40
5732026-06-11T21:46:31.989Z+++ svcs -Hostate baseline
5742026-06-11T21:46:32.002Z++ [[ offline* != online ]]
5752026-06-11T21:46:32.002Z++ [[ 40 -gt 300 ]]
5762026-06-11T21:46:32.002Z++ sleep 1
5772026-06-11T21:46:33.004Z++ retry=41
5782026-06-11T21:46:33.008Z+++ svcs -Hostate baseline
5792026-06-11T21:46:33.020Z++ [[ offline* != online ]]
5802026-06-11T21:46:33.020Z++ [[ 41 -gt 300 ]]
5812026-06-11T21:46:33.020Z++ sleep 1
5822026-06-11T21:46:34.024Z++ retry=42
5832026-06-11T21:46:34.027Z+++ svcs -Hostate baseline
5842026-06-11T21:46:34.038Z++ [[ offline* != online ]]
5852026-06-11T21:46:34.038Z++ [[ 42 -gt 300 ]]
5862026-06-11T21:46:34.038Z++ sleep 1
5872026-06-11T21:46:35.041Z++ retry=43
5882026-06-11T21:46:35.043Z+++ svcs -Hostate baseline
5892026-06-11T21:46:35.056Z++ [[ offline* != online ]]
5902026-06-11T21:46:35.057Z++ [[ 43 -gt 300 ]]
5912026-06-11T21:46:35.057Z++ sleep 1
5922026-06-11T21:46:36.059Z++ retry=44
5932026-06-11T21:46:36.062Z+++ svcs -Hostate baseline
5942026-06-11T21:46:36.076Z++ [[ offline* != online ]]
5952026-06-11T21:46:36.076Z++ [[ 44 -gt 300 ]]
5962026-06-11T21:46:36.076Z++ sleep 1
5972026-06-11T21:46:37.077Z++ retry=45
5982026-06-11T21:46:37.080Z+++ svcs -Hostate baseline
5992026-06-11T21:46:37.093Z++ [[ offline* != online ]]
6002026-06-11T21:46:37.093Z++ [[ 45 -gt 300 ]]
6012026-06-11T21:46:37.093Z++ sleep 1
6022026-06-11T21:46:38.095Z++ retry=46
6032026-06-11T21:46:38.098Z+++ svcs -Hostate baseline
6042026-06-11T21:46:38.111Z++ [[ offline* != online ]]
6052026-06-11T21:46:38.111Z++ [[ 46 -gt 300 ]]
6062026-06-11T21:46:38.111Z++ sleep 1
6072026-06-11T21:46:39.114Z++ retry=47
6082026-06-11T21:46:39.116Z+++ svcs -Hostate baseline
6092026-06-11T21:46:39.129Z++ [[ offline* != online ]]
6102026-06-11T21:46:39.130Z++ [[ 47 -gt 300 ]]
6112026-06-11T21:46:39.130Z++ sleep 1
6122026-06-11T21:46:40.132Z++ retry=48
6132026-06-11T21:46:40.135Z+++ svcs -Hostate baseline
6142026-06-11T21:46:40.148Z++ [[ offline* != online ]]
6152026-06-11T21:46:40.148Z++ [[ 48 -gt 300 ]]
6162026-06-11T21:46:40.148Z++ sleep 1
6172026-06-11T21:46:41.150Z++ retry=49
6182026-06-11T21:46:41.153Z+++ svcs -Hostate baseline
6192026-06-11T21:46:41.169Z++ [[ offline* != online ]]
6202026-06-11T21:46:41.169Z++ [[ 49 -gt 300 ]]
6212026-06-11T21:46:41.169Z++ sleep 1
6222026-06-11T21:46:42.168Z++ retry=50
6232026-06-11T21:46:42.171Z+++ svcs -Hostate baseline
6242026-06-11T21:46:42.186Z++ [[ offline* != online ]]
6252026-06-11T21:46:42.186Z++ [[ 50 -gt 300 ]]
6262026-06-11T21:46:42.186Z++ sleep 1
6272026-06-11T21:46:43.187Z++ retry=51
6282026-06-11T21:46:43.190Z+++ svcs -Hostate baseline
6292026-06-11T21:46:43.203Z++ [[ offline* != online ]]
6302026-06-11T21:46:43.203Z++ [[ 51 -gt 300 ]]
6312026-06-11T21:46:43.203Z++ sleep 1
6322026-06-11T21:46:44.205Z++ retry=52
6332026-06-11T21:46:44.208Z+++ svcs -Hostate baseline
6342026-06-11T21:46:44.221Z++ [[ offline* != online ]]
6352026-06-11T21:46:44.222Z++ [[ 52 -gt 300 ]]
6362026-06-11T21:46:44.222Z++ sleep 1
6372026-06-11T21:46:45.223Z++ retry=53
6382026-06-11T21:46:45.226Z+++ svcs -Hostate baseline
6392026-06-11T21:46:45.239Z++ [[ offline* != online ]]
6402026-06-11T21:46:45.239Z++ [[ 53 -gt 300 ]]
6412026-06-11T21:46:45.239Z++ sleep 1
6422026-06-11T21:46:46.242Z++ retry=54
6432026-06-11T21:46:46.244Z+++ svcs -Hostate baseline
6442026-06-11T21:46:46.258Z++ [[ offline* != online ]]
6452026-06-11T21:46:46.258Z++ [[ 54 -gt 300 ]]
6462026-06-11T21:46:46.258Z++ sleep 1
6472026-06-11T21:46:47.261Z++ retry=55
6482026-06-11T21:46:47.264Z+++ svcs -Hostate baseline
6492026-06-11T21:46:47.277Z++ [[ offline* != online ]]
6502026-06-11T21:46:47.277Z++ [[ 55 -gt 300 ]]
6512026-06-11T21:46:47.277Z++ sleep 1
6522026-06-11T21:46:48.279Z++ retry=56
6532026-06-11T21:46:48.282Z+++ svcs -Hostate baseline
6542026-06-11T21:46:48.296Z++ [[ offline* != online ]]
6552026-06-11T21:46:48.296Z++ [[ 56 -gt 300 ]]
6562026-06-11T21:46:48.296Z++ sleep 1
6572026-06-11T21:46:49.298Z++ retry=57
6582026-06-11T21:46:49.301Z+++ svcs -Hostate baseline
6592026-06-11T21:46:49.315Z++ [[ offline* != online ]]
6602026-06-11T21:46:49.315Z++ [[ 57 -gt 300 ]]
6612026-06-11T21:46:49.315Z++ sleep 1
6622026-06-11T21:46:50.316Z++ retry=58
6632026-06-11T21:46:50.319Z+++ svcs -Hostate baseline
6642026-06-11T21:46:50.332Z++ [[ offline* != online ]]
6652026-06-11T21:46:50.332Z++ [[ 58 -gt 300 ]]
6662026-06-11T21:46:50.332Z++ sleep 1
6672026-06-11T21:46:51.334Z++ retry=59
6682026-06-11T21:46:51.338Z+++ svcs -Hostate baseline
6692026-06-11T21:46:51.350Z++ [[ offline* != online ]]
6702026-06-11T21:46:51.350Z++ [[ 59 -gt 300 ]]
6712026-06-11T21:46:51.350Z++ sleep 1
6722026-06-11T21:46:52.352Z++ retry=60
6732026-06-11T21:46:52.355Z+++ svcs -Hostate baseline
6742026-06-11T21:46:52.368Z++ [[ offline* != online ]]
6752026-06-11T21:46:52.368Z++ [[ 60 -gt 300 ]]
6762026-06-11T21:46:52.368Z++ sleep 1
6772026-06-11T21:46:53.370Z++ retry=61
6782026-06-11T21:46:53.373Z+++ svcs -Hostate baseline
6792026-06-11T21:46:53.387Z++ [[ offline* != online ]]
6802026-06-11T21:46:53.387Z++ [[ 61 -gt 300 ]]
6812026-06-11T21:46:53.387Z++ sleep 1
6822026-06-11T21:46:54.390Z++ retry=62
6832026-06-11T21:46:54.394Z+++ svcs -Hostate baseline
6842026-06-11T21:46:54.406Z++ [[ offline* != online ]]
6852026-06-11T21:46:54.406Z++ [[ 62 -gt 300 ]]
6862026-06-11T21:46:54.406Z++ sleep 1
6872026-06-11T21:46:55.408Z++ retry=63
6882026-06-11T21:46:55.411Z+++ svcs -Hostate baseline
6892026-06-11T21:46:55.424Z++ [[ offline* != online ]]
6902026-06-11T21:46:55.424Z++ [[ 63 -gt 300 ]]
6912026-06-11T21:46:55.424Z++ sleep 1
6922026-06-11T21:46:56.426Z++ retry=64
6932026-06-11T21:46:56.430Z+++ svcs -Hostate baseline
6942026-06-11T21:46:56.442Z++ [[ offline* != online ]]
6952026-06-11T21:46:56.442Z++ [[ 64 -gt 300 ]]
6962026-06-11T21:46:56.442Z++ sleep 1
6972026-06-11T21:46:57.444Z++ retry=65
6982026-06-11T21:46:57.449Z+++ svcs -Hostate baseline
6992026-06-11T21:46:57.463Z++ [[ offline* != online ]]
7002026-06-11T21:46:57.463Z++ [[ 65 -gt 300 ]]
7012026-06-11T21:46:57.463Z++ sleep 1
7022026-06-11T21:46:58.463Z++ retry=66
7032026-06-11T21:46:58.467Z+++ svcs -Hostate baseline
7042026-06-11T21:46:58.479Z++ [[ offline* != online ]]
7052026-06-11T21:46:58.479Z++ [[ 66 -gt 300 ]]
7062026-06-11T21:46:58.479Z++ sleep 1
7072026-06-11T21:46:59.481Z++ retry=67
7082026-06-11T21:46:59.484Z+++ svcs -Hostate baseline
7092026-06-11T21:46:59.497Z++ [[ offline* != online ]]
7102026-06-11T21:46:59.497Z++ [[ 67 -gt 300 ]]
7112026-06-11T21:46:59.497Z++ sleep 1
7122026-06-11T21:47:00.499Z++ retry=68
7132026-06-11T21:47:00.502Z+++ svcs -Hostate baseline
7142026-06-11T21:47:00.516Z++ [[ offline* != online ]]
7152026-06-11T21:47:00.516Z++ [[ 68 -gt 300 ]]
7162026-06-11T21:47:00.516Z++ sleep 1
7172026-06-11T21:47:01.520Z++ retry=69
7182026-06-11T21:47:01.524Z+++ svcs -Hostate baseline
7192026-06-11T21:47:01.535Z++ [[ offline* != online ]]
7202026-06-11T21:47:01.536Z++ [[ 69 -gt 300 ]]
7212026-06-11T21:47:01.536Z++ sleep 1
7222026-06-11T21:47:02.537Z++ retry=70
7232026-06-11T21:47:02.540Z+++ svcs -Hostate baseline
7242026-06-11T21:47:02.553Z++ [[ offline* != online ]]
7252026-06-11T21:47:02.553Z++ [[ 70 -gt 300 ]]
7262026-06-11T21:47:02.553Z++ sleep 1
7272026-06-11T21:47:03.555Z++ retry=71
7282026-06-11T21:47:03.558Z+++ svcs -Hostate baseline
7292026-06-11T21:47:03.572Z++ [[ offline* != online ]]
7302026-06-11T21:47:03.572Z++ [[ 71 -gt 300 ]]
7312026-06-11T21:47:03.572Z++ sleep 1
7322026-06-11T21:47:04.575Z++ retry=72
7332026-06-11T21:47:04.579Z+++ svcs -Hostate baseline
7342026-06-11T21:47:04.590Z++ [[ offline* != online ]]
7352026-06-11T21:47:04.590Z++ [[ 72 -gt 300 ]]
7362026-06-11T21:47:04.590Z++ sleep 1
7372026-06-11T21:47:05.593Z++ retry=73
7382026-06-11T21:47:05.596Z+++ svcs -Hostate baseline
7392026-06-11T21:47:05.611Z++ [[ offline* != online ]]
7402026-06-11T21:47:05.611Z++ [[ 73 -gt 300 ]]
7412026-06-11T21:47:05.611Z++ sleep 1
7422026-06-11T21:47:06.612Z++ retry=74
7432026-06-11T21:47:06.615Z+++ svcs -Hostate baseline
7442026-06-11T21:47:06.628Z++ [[ offline* != online ]]
7452026-06-11T21:47:06.628Z++ [[ 74 -gt 300 ]]
7462026-06-11T21:47:06.628Z++ sleep 1
7472026-06-11T21:47:07.630Z++ retry=75
7482026-06-11T21:47:07.634Z+++ svcs -Hostate baseline
7492026-06-11T21:47:07.646Z++ [[ offline* != online ]]
7502026-06-11T21:47:07.646Z++ [[ 75 -gt 300 ]]
7512026-06-11T21:47:07.646Z++ sleep 1
7522026-06-11T21:47:08.649Z++ retry=76
7532026-06-11T21:47:08.652Z+++ svcs -Hostate baseline
7542026-06-11T21:47:08.666Z++ [[ offline* != online ]]
7552026-06-11T21:47:08.666Z++ [[ 76 -gt 300 ]]
7562026-06-11T21:47:08.666Z++ sleep 1
7572026-06-11T21:47:09.667Z++ retry=77
7582026-06-11T21:47:09.670Z+++ svcs -Hostate baseline
7592026-06-11T21:47:09.683Z++ [[ offline* != online ]]
7602026-06-11T21:47:09.683Z++ [[ 77 -gt 300 ]]
7612026-06-11T21:47:09.683Z++ sleep 1
7622026-06-11T21:47:10.685Z++ retry=78
7632026-06-11T21:47:10.689Z+++ svcs -Hostate baseline
7642026-06-11T21:47:10.701Z++ [[ offline* != online ]]
7652026-06-11T21:47:10.701Z++ [[ 78 -gt 300 ]]
7662026-06-11T21:47:10.701Z++ sleep 1
7672026-06-11T21:47:11.704Z++ retry=79
7682026-06-11T21:47:11.707Z+++ svcs -Hostate baseline
7692026-06-11T21:47:11.720Z++ [[ offline* != online ]]
7702026-06-11T21:47:11.720Z++ [[ 79 -gt 300 ]]
7712026-06-11T21:47:11.720Z++ sleep 1
7722026-06-11T21:47:12.724Z++ retry=80
7732026-06-11T21:47:12.727Z+++ svcs -Hostate baseline
7742026-06-11T21:47:12.739Z++ [[ offline* != online ]]
7752026-06-11T21:47:12.739Z++ [[ 80 -gt 300 ]]
7762026-06-11T21:47:12.739Z++ sleep 1
7772026-06-11T21:47:13.740Z++ retry=81
7782026-06-11T21:47:13.743Z+++ svcs -Hostate baseline
7792026-06-11T21:47:13.756Z++ [[ offline* != online ]]
7802026-06-11T21:47:13.756Z++ [[ 81 -gt 300 ]]
7812026-06-11T21:47:13.756Z++ sleep 1
7822026-06-11T21:47:14.759Z++ retry=82
7832026-06-11T21:47:14.763Z+++ svcs -Hostate baseline
7842026-06-11T21:47:14.775Z++ [[ offline* != online ]]
7852026-06-11T21:47:14.775Z++ [[ 82 -gt 300 ]]
7862026-06-11T21:47:14.775Z++ sleep 1
7872026-06-11T21:47:15.777Z++ retry=83
7882026-06-11T21:47:15.780Z+++ svcs -Hostate baseline
7892026-06-11T21:47:15.793Z++ [[ offline* != online ]]
7902026-06-11T21:47:15.793Z++ [[ 83 -gt 300 ]]
7912026-06-11T21:47:15.793Z++ sleep 1
7922026-06-11T21:47:16.795Z++ retry=84
7932026-06-11T21:47:16.798Z+++ svcs -Hostate baseline
7942026-06-11T21:47:16.811Z++ [[ offline* != online ]]
7952026-06-11T21:47:16.811Z++ [[ 84 -gt 300 ]]
7962026-06-11T21:47:16.811Z++ sleep 1
7972026-06-11T21:47:17.814Z++ retry=85
7982026-06-11T21:47:17.816Z+++ svcs -Hostate baseline
7992026-06-11T21:47:17.830Z++ [[ offline* != online ]]
8002026-06-11T21:47:17.830Z++ [[ 85 -gt 300 ]]
8012026-06-11T21:47:17.830Z++ sleep 1
8022026-06-11T21:47:18.833Z++ retry=86
8032026-06-11T21:47:18.836Z+++ svcs -Hostate baseline
8042026-06-11T21:47:18.848Z++ [[ offline* != online ]]
8052026-06-11T21:47:18.848Z++ [[ 86 -gt 300 ]]
8062026-06-11T21:47:18.848Z++ sleep 1
8072026-06-11T21:47:19.850Z++ retry=87
8082026-06-11T21:47:19.853Z+++ svcs -Hostate baseline
8092026-06-11T21:47:19.866Z++ [[ offline* != online ]]
8102026-06-11T21:47:19.866Z++ [[ 87 -gt 300 ]]
8112026-06-11T21:47:19.866Z++ sleep 1
8122026-06-11T21:47:20.868Z++ retry=88
8132026-06-11T21:47:20.871Z+++ svcs -Hostate baseline
8142026-06-11T21:47:20.884Z++ [[ offline* != online ]]
8152026-06-11T21:47:20.884Z++ [[ 88 -gt 300 ]]
8162026-06-11T21:47:20.884Z++ sleep 1
8172026-06-11T21:47:21.886Z++ retry=89
8182026-06-11T21:47:21.890Z+++ svcs -Hostate baseline
8192026-06-11T21:47:21.902Z++ [[ offline* != online ]]
8202026-06-11T21:47:21.902Z++ [[ 89 -gt 300 ]]
8212026-06-11T21:47:21.902Z++ sleep 1
8222026-06-11T21:47:22.904Z++ retry=90
8232026-06-11T21:47:22.907Z+++ svcs -Hostate baseline
8242026-06-11T21:47:22.919Z++ [[ offline* != online ]]
8252026-06-11T21:47:22.919Z++ [[ 90 -gt 300 ]]
8262026-06-11T21:47:22.919Z++ sleep 1
8272026-06-11T21:47:23.921Z++ retry=91
8282026-06-11T21:47:23.925Z+++ svcs -Hostate baseline
8292026-06-11T21:47:23.939Z++ [[ offline* != online ]]
8302026-06-11T21:47:23.939Z++ [[ 91 -gt 300 ]]
8312026-06-11T21:47:23.939Z++ sleep 1
8322026-06-11T21:47:24.940Z++ retry=92
8332026-06-11T21:47:24.945Z+++ svcs -Hostate baseline
8342026-06-11T21:47:24.955Z++ [[ offline* != online ]]
8352026-06-11T21:47:24.955Z++ [[ 92 -gt 300 ]]
8362026-06-11T21:47:24.955Z++ sleep 1
8372026-06-11T21:47:25.958Z++ retry=93
8382026-06-11T21:47:25.960Z+++ svcs -Hostate baseline
8392026-06-11T21:47:25.974Z++ [[ offline* != online ]]
8402026-06-11T21:47:25.974Z++ [[ 93 -gt 300 ]]
8412026-06-11T21:47:25.977Z++ sleep 1
8422026-06-11T21:47:26.975Z++ retry=94
8432026-06-11T21:47:26.978Z+++ svcs -Hostate baseline
8442026-06-11T21:47:26.990Z++ [[ offline* != online ]]
8452026-06-11T21:47:26.990Z++ [[ 94 -gt 300 ]]
8462026-06-11T21:47:26.990Z++ sleep 1
8472026-06-11T21:47:27.992Z++ retry=95
8482026-06-11T21:47:27.995Z+++ svcs -Hostate baseline
8492026-06-11T21:47:28.008Z++ [[ offline* != online ]]
8502026-06-11T21:47:28.008Z++ [[ 95 -gt 300 ]]
8512026-06-11T21:47:28.008Z++ sleep 1
8522026-06-11T21:47:29.009Z++ retry=96
8532026-06-11T21:47:29.012Z+++ svcs -Hostate baseline
8542026-06-11T21:47:29.025Z++ [[ offline* != online ]]
8552026-06-11T21:47:29.025Z++ [[ 96 -gt 300 ]]
8562026-06-11T21:47:29.025Z++ sleep 1
8572026-06-11T21:47:30.027Z++ retry=97
8582026-06-11T21:47:30.030Z+++ svcs -Hostate baseline
8592026-06-11T21:47:30.042Z++ [[ offline* != online ]]
8602026-06-11T21:47:30.042Z++ [[ 97 -gt 300 ]]
8612026-06-11T21:47:30.042Z++ sleep 1
8622026-06-11T21:47:31.044Z++ retry=98
8632026-06-11T21:47:31.047Z+++ svcs -Hostate baseline
8642026-06-11T21:47:31.060Z++ [[ offline* != online ]]
8652026-06-11T21:47:31.060Z++ [[ 98 -gt 300 ]]
8662026-06-11T21:47:31.060Z++ sleep 1
8672026-06-11T21:47:32.062Z++ retry=99
8682026-06-11T21:47:32.065Z+++ svcs -Hostate baseline
8692026-06-11T21:47:32.079Z++ [[ offline* != online ]]
8702026-06-11T21:47:32.079Z++ [[ 99 -gt 300 ]]
8712026-06-11T21:47:32.079Z++ sleep 1
8722026-06-11T21:47:33.080Z++ retry=100
8732026-06-11T21:47:33.083Z+++ svcs -Hostate baseline
8742026-06-11T21:47:33.096Z++ [[ offline* != online ]]
8752026-06-11T21:47:33.096Z++ [[ 100 -gt 300 ]]
8762026-06-11T21:47:33.096Z++ sleep 1
8772026-06-11T21:47:34.099Z++ retry=101
8782026-06-11T21:47:34.102Z+++ svcs -Hostate baseline
8792026-06-11T21:47:34.114Z++ [[ offline* != online ]]
8802026-06-11T21:47:34.114Z++ [[ 101 -gt 300 ]]
8812026-06-11T21:47:34.114Z++ sleep 1
8822026-06-11T21:47:35.118Z++ retry=102
8832026-06-11T21:47:35.121Z+++ svcs -Hostate baseline
8842026-06-11T21:47:35.132Z++ [[ offline* != online ]]
8852026-06-11T21:47:35.133Z++ [[ 102 -gt 300 ]]
8862026-06-11T21:47:35.133Z++ sleep 1
8872026-06-11T21:47:36.135Z++ retry=103
8882026-06-11T21:47:36.138Z+++ svcs -Hostate baseline
8892026-06-11T21:47:36.150Z++ [[ offline* != online ]]
8902026-06-11T21:47:36.150Z++ [[ 103 -gt 300 ]]
8912026-06-11T21:47:36.150Z++ sleep 1
8922026-06-11T21:47:37.152Z++ retry=104
8932026-06-11T21:47:37.155Z+++ svcs -Hostate baseline
8942026-06-11T21:47:37.168Z++ [[ offline* != online ]]
8952026-06-11T21:47:37.168Z++ [[ 104 -gt 300 ]]
8962026-06-11T21:47:37.168Z++ sleep 1
8972026-06-11T21:47:38.170Z++ retry=105
8982026-06-11T21:47:38.173Z+++ svcs -Hostate baseline
8992026-06-11T21:47:38.186Z++ [[ offline* != online ]]
9002026-06-11T21:47:38.186Z++ [[ 105 -gt 300 ]]
9012026-06-11T21:47:38.186Z++ sleep 1
9022026-06-11T21:47:39.188Z++ retry=106
9032026-06-11T21:47:39.191Z+++ svcs -Hostate baseline
9042026-06-11T21:47:39.204Z++ [[ offline* != online ]]
9052026-06-11T21:47:39.204Z++ [[ 106 -gt 300 ]]
9062026-06-11T21:47:39.204Z++ sleep 1
9072026-06-11T21:47:40.206Z++ retry=107
9082026-06-11T21:47:40.209Z+++ svcs -Hostate baseline
9092026-06-11T21:47:40.222Z++ [[ offline* != online ]]
9102026-06-11T21:47:40.222Z++ [[ 107 -gt 300 ]]
9112026-06-11T21:47:40.222Z++ sleep 1
9122026-06-11T21:47:41.224Z++ retry=108
9132026-06-11T21:47:41.228Z+++ svcs -Hostate baseline
9142026-06-11T21:47:41.240Z++ [[ online != online ]]
9152026-06-11T21:47:41.240Z++ set -o errexit
9162026-06-11T21:47:41.240Z++ set -o pipefail
9172026-06-11T21:47:41.240Z++ banner build
9182026-06-11T21:47:41.244Z
9192026-06-11T21:47:41.244Z ##### # # # # #####
9202026-06-11T21:47:41.244Z # # # # # # # #
9212026-06-11T21:47:41.244Z ##### # # # # # #
9222026-06-11T21:47:41.244Z # # # # # # # #
9232026-06-11T21:47:41.244Z # # # # # # # #
9242026-06-11T21:47:41.244Z ##### #### # ###### #####
9252026-06-11T21:47:41.244Z
9262026-06-11T21:47:41.244Z++ cargo build --release --bin ddmd --bin ddmadm
9272026-06-11T21:47:41.248Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9282026-06-11T21:47:41.403Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9292026-06-11T21:47:41.406Zinfo: downloading 6 components
9302026-06-11T21:47:56.173Z Updating git repository `https://github.com/oxidecomputer/falcon`
9312026-06-11T21:47:56.800ZFrom https://github.com/oxidecomputer/falcon
9322026-06-11T21:47:56.801Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9332026-06-11T21:47:56.880Z Updating crates.io index
9342026-06-11T21:47:56.883Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9352026-06-11T21:47:57.829ZFrom https://github.com/oxidecomputer/dendrite
9362026-06-11T21:47:57.829Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9372026-06-11T21:47:57.973Z Updating git repository `https://github.com/oxidecomputer/ispf`
9382026-06-11T21:47:58.266ZFrom https://github.com/oxidecomputer/ispf
9392026-06-11T21:47:58.266Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9402026-06-11T21:47:58.271Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9412026-06-11T21:47:58.643ZFrom https://github.com/oxidecomputer/netadm-sys
9422026-06-11T21:47:58.643Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9432026-06-11T21:47:58.650Z Updating git repository `https://github.com/oxidecomputer/omicron`
9442026-06-11T21:48:04.589ZFrom https://github.com/oxidecomputer/omicron
9452026-06-11T21:48:04.589Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9462026-06-11T21:48:05.014Z Updating git repository `https://github.com/oxidecomputer/opte`
9472026-06-11T21:48:05.690ZFrom https://github.com/oxidecomputer/opte
9482026-06-11T21:48:05.690Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9492026-06-11T21:48:05.721Z Updating git repository `https://github.com/illumos/smf-rs`
9502026-06-11T21:48:06.002ZFrom https://github.com/illumos/smf-rs
9512026-06-11T21:48:06.002Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9522026-06-11T21:48:06.332Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9532026-06-11T21:48:06.701ZFrom https://github.com/oxidecomputer/network-interface
9542026-06-11T21:48:06.701Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9552026-06-11T21:48:06.705Z Updating git repository `https://github.com/oxidecomputer/zone`
9562026-06-11T21:48:07.002ZFrom https://github.com/oxidecomputer/zone
9572026-06-11T21:48:07.002Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9582026-06-11T21:48:07.133Z Updating git repository `https://github.com/oxidecomputer/propolis`
9592026-06-11T21:48:08.382ZFrom https://github.com/oxidecomputer/propolis
9602026-06-11T21:48:08.382Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9612026-06-11T21:48:08.585Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9622026-06-11T21:48:09.171ZFrom https://github.com/oxidecomputer/transceiver-control
9632026-06-11T21:48:09.171Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9642026-06-11T21:48:09.189Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9652026-06-11T21:48:09.536ZFrom https://github.com/oxidecomputer/dlpi-sys
9662026-06-11T21:48:09.536Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9672026-06-11T21:48:09.542Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9682026-06-11T21:48:09.855ZFrom https://github.com/jmesmon/rust-libzfs
9692026-06-11T21:48:09.855Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9702026-06-11T21:48:09.863Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9712026-06-11T21:48:10.176ZFrom https://github.com/oxidecomputer/rusty-doors
9722026-06-11T21:48:10.176Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9732026-06-11T21:48:10.252Z Updating git repository `https://github.com/oxidecomputer/lldp`
9742026-06-11T21:48:10.609ZFrom https://github.com/oxidecomputer/lldp
9752026-06-11T21:48:10.609Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9762026-06-11T21:48:10.621Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9772026-06-11T21:48:10.952ZFrom https://github.com/oxidecomputer/slog-error-chain
9782026-06-11T21:48:10.952Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9792026-06-11T21:48:11.041Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9802026-06-11T21:48:11.343ZFrom https://github.com/oxidecomputer/tufaceous
9812026-06-11T21:48:11.343Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9822026-06-11T21:48:11.362Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9832026-06-11T21:48:11.835ZFrom https://github.com/oxidecomputer/management-gateway-service
9842026-06-11T21:48:11.835Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9852026-06-11T21:48:12.054Z Updating git repository `https://github.com/oxidecomputer/crucible`
9862026-06-11T21:48:12.941ZFrom https://github.com/oxidecomputer/crucible
9872026-06-11T21:48:12.941Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9882026-06-11T21:48:13.871Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9892026-06-11T21:48:14.165ZFrom https://github.com/oxidecomputer/serde_human_bytes
9902026-06-11T21:48:14.165Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9912026-06-11T21:48:14.198Z Updating git repository `https://github.com/oxidecomputer/propolis`
9922026-06-11T21:48:14.682ZFrom https://github.com/oxidecomputer/propolis
9932026-06-11T21:48:14.682Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9942026-06-11T21:48:15.035Z Updating git repository `https://github.com/oxidecomputer/crucible`
9952026-06-11T21:48:15.617ZFrom https://github.com/oxidecomputer/crucible
9962026-06-11T21:48:15.617Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9972026-06-11T21:48:15.707Z Updating git repository `https://github.com/oxidecomputer/tofino`
9982026-06-11T21:48:16.150ZFrom https://github.com/oxidecomputer/tofino
9992026-06-11T21:48:16.150Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10002026-06-11T21:48:16.175Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10012026-06-11T21:48:16.873ZFrom https://github.com/oxidecomputer/maghemite
10022026-06-11T21:48:16.873Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10032026-06-11T21:48:16.928Z Updating git repository `https://github.com/oxidecomputer/clickward`
10042026-06-11T21:48:17.455ZFrom https://github.com/oxidecomputer/clickward
10052026-06-11T21:48:17.455Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10062026-06-11T21:48:17.660Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10072026-06-11T21:48:18.106ZFrom https://github.com/oxidecomputer/illumos-devinfo
10082026-06-11T21:48:18.106Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10092026-06-11T21:48:19.277Z Downloading crates ...
10102026-06-11T21:48:19.353Z Downloaded cpufeatures v0.3.0
10112026-06-11T21:48:19.356Z Downloaded chacha20 v0.9.1
10122026-06-11T21:48:19.359Z Downloaded bytes v1.11.1
10132026-06-11T21:48:19.368Z Downloaded arc-swap v1.9.1
10142026-06-11T21:48:19.372Z Downloaded defmt v0.3.100
10152026-06-11T21:48:19.375Z Downloaded crossbeam-utils v0.8.21
10162026-06-11T21:48:19.378Z Downloaded convert_case v0.4.0
10172026-06-11T21:48:19.381Z Downloaded digest v0.10.7
10182026-06-11T21:48:19.381Z Downloaded derive-where v1.6.1
10192026-06-11T21:48:19.384Z Downloaded crypto-common v0.2.2
10202026-06-11T21:48:19.388Z Downloaded futures-macro v0.3.32
10212026-06-11T21:48:19.388Z Downloaded heck v0.4.1
10222026-06-11T21:48:19.390Z Downloaded crunchy v0.2.4
10232026-06-11T21:48:19.393Z Downloaded cancel-safe-futures v0.1.5
10242026-06-11T21:48:19.396Z Downloaded hostname v0.4.2
10252026-06-11T21:48:19.403Z Downloaded async-stream-impl v0.3.6
10262026-06-11T21:48:19.403Z Downloaded base64ct v1.8.3
10272026-06-11T21:48:19.407Z Downloaded erased-serde v0.3.31
10282026-06-11T21:48:19.407Z Downloaded fs_extra v1.3.0
10292026-06-11T21:48:19.407Z Downloaded find-msvc-tools v0.1.9
10302026-06-11T21:48:19.410Z Downloaded hash32 v0.3.1
10312026-06-11T21:48:19.410Z Downloaded heck v0.5.0
10322026-06-11T21:48:19.413Z Downloaded darling_core v0.21.3
10332026-06-11T21:48:19.416Z Downloaded crc8 v0.1.1
10342026-06-11T21:48:19.419Z Downloaded const_format v0.2.36
10352026-06-11T21:48:19.422Z Downloaded crossbeam-deque v0.8.6
10362026-06-11T21:48:19.425Z Downloaded cmake v0.1.58
10372026-06-11T21:48:19.425Z Downloaded chacha20 v0.10.0
10382026-06-11T21:48:19.429Z Downloaded errno v0.3.14
10392026-06-11T21:48:19.431Z Downloaded block-buffer v0.12.0
10402026-06-11T21:48:19.431Z Downloaded glob v0.3.3
10412026-06-11T21:48:19.434Z Downloaded data-encoding v2.11.0
10422026-06-11T21:48:19.438Z Downloaded futures-io v0.3.32
10432026-06-11T21:48:19.438Z Downloaded form_urlencoded v1.2.2
10442026-06-11T21:48:19.441Z Downloaded getrandom v0.3.4
10452026-06-11T21:48:19.443Z Downloaded ciborium v0.2.2
10462026-06-11T21:48:19.446Z Downloaded group v0.13.0
10472026-06-11T21:48:19.446Z Downloaded globset v0.4.18
10482026-06-11T21:48:19.449Z Downloaded foreign-types v0.3.2
10492026-06-11T21:48:19.452Z Downloaded blake2 v0.10.6
10502026-06-11T21:48:19.452Z Downloaded dof v0.4.0
10512026-06-11T21:48:19.455Z Downloaded base16ct v1.0.0
10522026-06-11T21:48:19.457Z Downloaded foreign-types-shared v0.1.1
10532026-06-11T21:48:19.457Z Downloaded const-random-macro v0.1.16
10542026-06-11T21:48:19.463Z Downloaded cstr-argument v0.1.2
10552026-06-11T21:48:19.463Z Downloaded const-random v0.1.18
10562026-06-11T21:48:19.466Z Downloaded atomicwrites v0.4.4
10572026-06-11T21:48:19.466Z Downloaded fixedbitset v0.4.2
10582026-06-11T21:48:19.466Z Downloaded hostname v0.3.1
10592026-06-11T21:48:19.469Z Downloaded enum-as-inner v0.6.1
10602026-06-11T21:48:19.469Z Downloaded ciborium-ll v0.2.2
10612026-06-11T21:48:19.472Z Downloaded gethostname v0.5.0
10622026-06-11T21:48:19.475Z Downloaded debug-ignore v1.0.5
10632026-06-11T21:48:19.475Z Downloaded ident_case v1.0.1
10642026-06-11T21:48:19.479Z Downloaded crypto-common v0.1.7
10652026-06-11T21:48:19.479Z Downloaded displaydoc v0.2.6
10662026-06-11T21:48:19.482Z Downloaded float-ord v0.3.2
10672026-06-11T21:48:19.482Z Downloaded dtrace-parser v0.2.0
10682026-06-11T21:48:19.485Z Downloaded cpufeatures v0.2.17
10692026-06-11T21:48:19.485Z Downloaded hex v0.4.3
10702026-06-11T21:48:19.490Z Downloaded colorchoice v1.0.5
10712026-06-11T21:48:19.490Z Downloaded futures-core v0.3.32
10722026-06-11T21:48:19.493Z Downloaded dropshot-api-manager-types v0.7.2
10732026-06-11T21:48:19.493Z Downloaded foreign-types-macros v0.2.3
10742026-06-11T21:48:19.498Z Downloaded futures-task v0.3.32
10752026-06-11T21:48:19.498Z Downloaded camino-tempfile v1.4.1
10762026-06-11T21:48:19.498Z Downloaded http-body v1.0.1
10772026-06-11T21:48:19.501Z Downloaded hubpack v0.1.2
10782026-06-11T21:48:19.501Z Downloaded cobs v0.3.0
10792026-06-11T21:48:19.505Z Downloaded git-stub v1.0.0
10802026-06-11T21:48:19.505Z Downloaded hubpack_derive v0.1.1
10812026-06-11T21:48:19.505Z Downloaded curve25519-dalek-derive v0.1.1
10822026-06-11T21:48:19.507Z Downloaded idna_adapter v1.2.2
10832026-06-11T21:48:19.513Z Downloaded darling v0.21.3
10842026-06-11T21:48:19.513Z Downloaded console v0.16.3
10852026-06-11T21:48:19.516Z Downloaded daft v0.1.7
10862026-06-11T21:48:19.516Z Downloaded itoa v1.0.18
10872026-06-11T21:48:19.519Z Downloaded is_terminal_polyfill v1.70.2
10882026-06-11T21:48:19.521Z Downloaded instant v0.1.13
10892026-06-11T21:48:19.521Z Downloaded indent_write v2.2.0
10902026-06-11T21:48:19.524Z Downloaded is_ci v1.2.0
10912026-06-11T21:48:19.524Z Downloaded is-terminal v0.4.17
10922026-06-11T21:48:19.527Z Downloaded inout v0.1.4
10932026-06-11T21:48:19.527Z Downloaded lazy_static v1.5.0
10942026-06-11T21:48:19.530Z Downloaded git-stub-vcs v0.1.0
10952026-06-11T21:48:19.533Z Downloaded linked-hash-map v0.5.6
10962026-06-11T21:48:19.533Z Downloaded futures-executor v0.3.32
10972026-06-11T21:48:19.536Z Downloaded konst_macro_rules v0.2.19
10982026-06-11T21:48:19.536Z Downloaded match_cfg v0.1.0
10992026-06-11T21:48:19.539Z Downloaded foldhash v0.2.0
11002026-06-11T21:48:19.539Z Downloaded derive-ex v0.1.8
11012026-06-11T21:48:19.542Z Downloaded lru-cache v0.1.2
11022026-06-11T21:48:19.542Z Downloaded keccak v0.1.6
11032026-06-11T21:48:19.544Z Downloaded managed v0.8.0
11042026-06-11T21:48:19.548Z Downloaded async-trait v0.1.89
11052026-06-11T21:48:19.551Z Downloaded byteorder v1.5.0
11062026-06-11T21:48:19.551Z Downloaded fs-err v3.3.0
11072026-06-11T21:48:19.554Z Downloaded ff v0.13.1
11082026-06-11T21:48:19.554Z Downloaded daft-derive v0.1.7
11092026-06-11T21:48:19.557Z Downloaded macaddr v1.0.1
11102026-06-11T21:48:19.559Z Downloaded lru-slab v0.1.2
11112026-06-11T21:48:19.562Z Downloaded httpdate v1.0.3
11122026-06-11T21:48:19.562Z Downloaded http-body-util v0.1.3
11132026-06-11T21:48:19.565Z Downloaded critical-section v1.2.0
11142026-06-11T21:48:19.565Z Downloaded cookie v0.18.1
11152026-06-11T21:48:19.568Z Downloaded block-buffer v0.10.4
11162026-06-11T21:48:19.570Z Downloaded hickory-resolver v0.24.4
11172026-06-11T21:48:19.573Z Downloaded newline-converter v0.3.0
11182026-06-11T21:48:19.573Z Downloaded mime v0.3.17
11192026-06-11T21:48:19.576Z Downloaded memoffset v0.9.1
11202026-06-11T21:48:19.578Z Downloaded humantime v2.3.0
11212026-06-11T21:48:19.578Z Downloaded bcs v0.1.6
11222026-06-11T21:48:19.581Z Downloaded natord v1.0.9
11232026-06-11T21:48:19.581Z Downloaded console v0.15.11
11242026-06-11T21:48:19.584Z Downloaded clap_derive v4.6.1
11252026-06-11T21:48:19.587Z Downloaded no-std-compat v0.4.1
11262026-06-11T21:48:19.587Z Downloaded num_threads v0.1.7
11272026-06-11T21:48:19.589Z Downloaded num-conv v0.2.2
11282026-06-11T21:48:19.589Z Downloaded num v0.4.3
11292026-06-11T21:48:19.592Z Downloaded newtype_derive v0.1.6
11302026-06-11T21:48:19.592Z Downloaded num-iter v0.1.45
11312026-06-11T21:48:19.595Z Downloaded omicron-workspace-hack v0.1.0
11322026-06-11T21:48:19.595Z Downloaded num_enum_derive v0.5.11
11332026-06-11T21:48:19.598Z Downloaded opaque-debug v0.3.1
11342026-06-11T21:48:19.598Z Downloaded ingot-types v0.1.2
11352026-06-11T21:48:19.600Z Downloaded ingot v0.1.1
11362026-06-11T21:48:19.603Z Downloaded iana-time-zone v0.1.65
11372026-06-11T21:48:19.603Z Downloaded hyper-rustls v0.27.9
11382026-06-11T21:48:19.606Z Downloaded linear-map v1.2.0
11392026-06-11T21:48:19.609Z Downloaded hmac v0.12.1
11402026-06-11T21:48:19.609Z Downloaded either v1.16.0
11412026-06-11T21:48:19.611Z Downloaded libscf-sys v1.2.0
11422026-06-11T21:48:19.614Z Downloaded foldhash v0.1.5
11432026-06-11T21:48:19.614Z Downloaded lock_api v0.4.14
11442026-06-11T21:48:19.617Z Downloaded openssl-probe v0.2.1
11452026-06-11T21:48:19.617Z Downloaded openssl-macros v0.1.1
11462026-06-11T21:48:19.619Z Downloaded crc32fast v1.5.0
11472026-06-11T21:48:19.619Z Downloaded libsw-core v0.3.2
11482026-06-11T21:48:19.622Z Downloaded const_format_proc_macros v0.2.34
11492026-06-11T21:48:19.625Z Downloaded getrandom v0.2.17
11502026-06-11T21:48:19.625Z Downloaded defmt-macros v1.1.0
11512026-06-11T21:48:19.628Z Downloaded anyhow v1.0.102
11522026-06-11T21:48:19.630Z Downloaded memmap v0.7.0
11532026-06-11T21:48:19.633Z Downloaded allocator-api2 v0.2.21
11542026-06-11T21:48:19.636Z Downloaded parse-display v0.10.0
11552026-06-11T21:48:19.636Z Downloaded multer v3.1.0
11562026-06-11T21:48:19.639Z Downloaded elliptic-curve v0.13.8
11572026-06-11T21:48:19.642Z Downloaded defmt v1.1.0
11582026-06-11T21:48:19.644Z Downloaded plain v0.2.3
11592026-06-11T21:48:19.647Z Downloaded phf_shared v0.12.1
11602026-06-11T21:48:19.647Z Downloaded crossbeam-epoch v0.9.18
11612026-06-11T21:48:19.650Z Downloaded hybrid-array v0.4.12
11622026-06-11T21:48:19.652Z Downloaded httparse v1.10.1
11632026-06-11T21:48:19.652Z Downloaded colored v3.1.1
11642026-06-11T21:48:19.655Z Downloaded compression-codecs v0.4.38
11652026-06-11T21:48:19.658Z Downloaded proc-macro-crate v1.3.1
11662026-06-11T21:48:19.661Z Downloaded pretty-hex v0.4.2
11672026-06-11T21:48:19.661Z Downloaded num_enum v0.7.6
11682026-06-11T21:48:19.664Z Downloaded proc-macro-crate v3.5.0
11692026-06-11T21:48:19.666Z Downloaded proc-macro-error-attr2 v2.0.0
11702026-06-11T21:48:19.666Z Downloaded progenitor-client v0.14.0
11712026-06-11T21:48:19.669Z Downloaded proc-macro-error-attr v1.0.4
11722026-06-11T21:48:19.669Z Downloaded potential_utf v0.1.5
11732026-06-11T21:48:19.672Z Downloaded num_enum_derive v0.7.6
11742026-06-11T21:48:19.672Z Downloaded ipnet v2.12.0
11752026-06-11T21:48:19.675Z Downloaded futures v0.3.32
11762026-06-11T21:48:19.677Z Downloaded jobserver v0.1.34
11772026-06-11T21:48:19.680Z Downloaded oxide-tokio-rt v0.1.6
11782026-06-11T21:48:19.680Z Downloaded progenitor-macro v0.10.0
11792026-06-11T21:48:19.683Z Downloaded progenitor-client v0.10.0
11802026-06-11T21:48:19.683Z Downloaded progenitor-macro v0.14.0
11812026-06-11T21:48:19.686Z Downloaded owo-colors v4.3.0
11822026-06-11T21:48:19.686Z Downloaded litemap v0.8.2
11832026-06-11T21:48:19.689Z Downloaded quick-error v1.2.3
11842026-06-11T21:48:19.689Z Downloaded progenitor-macro v0.13.0
11852026-06-11T21:48:19.692Z Downloaded const-oid v0.10.2
11862026-06-11T21:48:19.692Z Downloaded libsw v3.5.0
11872026-06-11T21:48:19.694Z Downloaded derive_more v0.99.20
11882026-06-11T21:48:19.697Z Downloaded percent-encoding v2.3.2
11892026-06-11T21:48:19.700Z Downloaded password-hash v0.5.0
11902026-06-11T21:48:19.702Z Downloaded dropshot_endpoint v0.17.1
11912026-06-11T21:48:19.705Z Downloaded rand_chacha v0.3.1
11922026-06-11T21:48:19.705Z Downloaded ref-cast v1.0.25
11932026-06-11T21:48:19.708Z Downloaded ref-cast-impl v1.0.25
11942026-06-11T21:48:19.708Z Downloaded rand_xorshift v0.4.0
11952026-06-11T21:48:19.711Z Downloaded phf v0.12.1
11962026-06-11T21:48:19.714Z Downloaded parking_lot_core v0.8.6
11972026-06-11T21:48:19.714Z Downloaded pem v3.0.6
11982026-06-11T21:48:19.717Z Downloaded pin-project-lite v0.2.17
11992026-06-11T21:48:19.720Z Downloaded icu_provider v2.2.0
12002026-06-11T21:48:19.723Z Downloaded paste v1.0.15
12012026-06-11T21:48:19.725Z Downloaded indexmap v1.9.3
12022026-06-11T21:48:19.728Z Downloaded icu_properties v2.2.0
12032026-06-11T21:48:19.731Z Downloaded ahash v0.8.12
12042026-06-11T21:48:19.733Z Downloaded num-rational v0.4.2
12052026-06-11T21:48:19.733Z Downloaded rustc_version v0.4.1
12062026-06-11T21:48:19.738Z Downloaded rustc-hash v2.1.2
12072026-06-11T21:48:19.738Z Downloaded ppv-lite86 v0.2.21
12082026-06-11T21:48:19.741Z Downloaded proc-macro-error2 v2.0.1
12092026-06-11T21:48:19.741Z Downloaded rustc_version v0.1.7
12102026-06-11T21:48:19.741Z Downloaded poly1305 v0.8.0
12112026-06-11T21:48:19.744Z Downloaded same-file v1.0.6
12122026-06-11T21:48:19.747Z Downloaded pkg-config v0.3.33
12132026-06-11T21:48:19.747Z Downloaded parse-display-derive v0.10.0
12142026-06-11T21:48:19.750Z Downloaded progenitor-client v0.13.0
12152026-06-11T21:48:19.750Z Downloaded darling_core v0.23.0
12162026-06-11T21:48:19.753Z Downloaded once_cell v1.21.4
12172026-06-11T21:48:19.755Z Downloaded progenitor v0.10.0
12182026-06-11T21:48:19.758Z Downloaded proc-macro-error v1.0.4
12192026-06-11T21:48:19.761Z Downloaded progenitor-extras v0.2.0
12202026-06-11T21:48:19.764Z Downloaded log v0.4.32
12212026-06-11T21:48:19.764Z Downloaded oxnet v0.1.6
12222026-06-11T21:48:19.767Z Downloaded parking_lot v0.11.2
12232026-06-11T21:48:19.769Z Downloaded serde-big-array v0.5.1
12242026-06-11T21:48:19.769Z Downloaded rand_core v0.6.4
12252026-06-11T21:48:19.772Z Downloaded parking_lot_core v0.9.12
12262026-06-11T21:48:19.775Z Downloaded memmap2 v0.9.10
12272026-06-11T21:48:19.775Z Downloaded clap v4.6.1
12282026-06-11T21:48:19.781Z Downloaded sha1 v0.11.0
12292026-06-11T21:48:19.784Z Downloaded serde_urlencoded v0.7.1
12302026-06-11T21:48:19.784Z Downloaded serde_plain v1.0.2
12312026-06-11T21:48:19.787Z Downloaded rand_core v0.10.1
12322026-06-11T21:48:19.787Z Downloaded serde_repr v0.1.20
12332026-06-11T21:48:19.789Z Downloaded secrecy v0.10.3
12342026-06-11T21:48:19.789Z Downloaded resolv-conf v0.7.6
12352026-06-11T21:48:19.792Z Downloaded scroll_derive v0.12.1
12362026-06-11T21:48:19.792Z Downloaded icu_locale_core v2.2.0
12372026-06-11T21:48:19.797Z Downloaded semver v0.1.20
12382026-06-11T21:48:19.800Z Downloaded scroll_derive v0.13.1
12392026-06-11T21:48:19.800Z Downloaded rand_core v0.9.5
12402026-06-11T21:48:19.803Z Downloaded serde_spanned v1.1.1
12412026-06-11T21:48:19.803Z Downloaded sha1 v0.10.6
12422026-06-11T21:48:19.805Z Downloaded pin-project-internal v1.1.13
12432026-06-11T21:48:19.806Z Downloaded serde_spanned v0.6.9
12442026-06-11T21:48:19.808Z Downloaded backon v1.6.0
12452026-06-11T21:48:19.811Z Downloaded rand_chacha v0.9.0
12462026-06-11T21:48:19.811Z Downloaded slog-bunyan v2.5.0
12472026-06-11T21:48:19.814Z Downloaded crossbeam-channel v0.5.15
12482026-06-11T21:48:19.817Z Downloaded pest_generator v2.8.6
12492026-06-11T21:48:19.817Z Downloaded scopeguard v1.2.0
12502026-06-11T21:48:19.820Z Downloaded schemars_derive v0.8.22
12512026-06-11T21:48:19.820Z Downloaded rustversion v1.0.22
12522026-06-11T21:48:19.823Z Downloaded postcard v1.1.3
12532026-06-11T21:48:19.823Z Downloaded num-traits v0.2.19
12542026-06-11T21:48:19.826Z Downloaded sigpipe v0.1.3
12552026-06-11T21:48:19.828Z Downloaded konst v0.2.20
12562026-06-11T21:48:19.831Z Downloaded quote v1.0.45
12572026-06-11T21:48:19.834Z Downloaded quinn-udp v0.5.14
12582026-06-11T21:48:19.834Z Downloaded progenitor v0.13.0
12592026-06-11T21:48:19.837Z Downloaded siphasher v1.0.3
12602026-06-11T21:48:19.837Z Downloaded scroll v0.12.0
12612026-06-11T21:48:19.840Z Downloaded papergrid v0.18.0
12622026-06-11T21:48:19.843Z Downloaded slog-envlogger v2.2.0
12632026-06-11T21:48:19.846Z Downloaded crypto-bigint v0.5.5
12642026-06-11T21:48:19.848Z Downloaded base64 v0.22.1
12652026-06-11T21:48:19.851Z Downloaded smawk v0.3.2
12662026-06-11T21:48:19.853Z Downloaded rusty-fork v0.3.1
12672026-06-11T21:48:19.854Z Downloaded rustls-native-certs v0.8.4
12682026-06-11T21:48:19.856Z Downloaded swrite v0.1.0
12692026-06-11T21:48:19.856Z Downloaded supports-color v3.0.2
12702026-06-11T21:48:19.859Z Downloaded spin v0.5.2
12712026-06-11T21:48:19.859Z Downloaded serde_path_to_error v0.1.20
12722026-06-11T21:48:19.862Z Downloaded stable_deref_trait v1.2.1
12732026-06-11T21:48:19.862Z Downloaded parking_lot v0.12.5
12742026-06-11T21:48:19.865Z Downloaded structmeta-derive v0.3.0
12752026-06-11T21:48:19.865Z Downloaded structmeta v0.3.0
12762026-06-11T21:48:19.868Z Downloaded scroll v0.13.0
12772026-06-11T21:48:19.868Z Downloaded pest_derive v2.8.6
12782026-06-11T21:48:19.870Z Downloaded sync_wrapper v1.0.2
12792026-06-11T21:48:19.870Z Downloaded serde_derive_internals v0.29.1
12802026-06-11T21:48:19.873Z Downloaded pin-project v1.1.13
12812026-06-11T21:48:19.878Z Downloaded subtle v2.6.1
12822026-06-11T21:48:19.881Z Downloaded serde_tokenstream v0.2.3
12832026-06-11T21:48:19.881Z Downloaded indicatif v0.18.4
12842026-06-11T21:48:19.883Z Downloaded strum v0.27.2
12852026-06-11T21:48:19.886Z Downloaded strum v0.26.3
12862026-06-11T21:48:19.886Z Downloaded papergrid v0.11.0
12872026-06-11T21:48:19.889Z Downloaded simd-adler32 v0.3.9
12882026-06-11T21:48:19.892Z Downloaded sha2 v0.10.9
12892026-06-11T21:48:19.895Z Downloaded take_mut v0.2.2
12902026-06-11T21:48:19.895Z Downloaded slog-dtrace v0.3.0
12912026-06-11T21:48:19.895Z Downloaded slab v0.4.12
12922026-06-11T21:48:19.897Z Downloaded tagptr v0.2.0
12932026-06-11T21:48:19.897Z Downloaded tabwriter v1.4.1
12942026-06-11T21:48:19.900Z Downloaded terminal_size v0.4.4
12952026-06-11T21:48:19.900Z Downloaded proc-macro2 v1.0.106
12962026-06-11T21:48:19.903Z Downloaded jiff-static v0.2.28
12972026-06-11T21:48:19.906Z Downloaded hashbrown v0.12.3
12982026-06-11T21:48:19.906Z Downloaded openssl-sys v0.9.116
12992026-06-11T21:48:19.909Z Downloaded progenitor-impl v0.13.0
13002026-06-11T21:48:19.912Z Downloaded slog-async v2.8.0
13012026-06-11T21:48:19.915Z Downloaded thiserror-impl-no-std v2.0.2
13022026-06-11T21:48:19.915Z Downloaded termtree v0.5.1
13032026-06-11T21:48:19.918Z Downloaded slog-stdlog v4.1.1
13042026-06-11T21:48:19.918Z Downloaded http v1.4.1
13052026-06-11T21:48:19.920Z Downloaded snafu-derive v0.8.9
13062026-06-11T21:48:19.920Z Downloaded testing_table v0.3.0
13072026-06-11T21:48:19.923Z Downloaded slog-json v2.6.1
13082026-06-11T21:48:19.923Z Downloaded smartstring v1.0.1
13092026-06-11T21:48:19.926Z Downloaded tinyvec_macros v0.1.1
13102026-06-11T21:48:19.926Z Downloaded expectorate v1.2.0
13112026-06-11T21:48:19.929Z Downloaded time-core v0.1.8
13122026-06-11T21:48:19.929Z Downloaded smf v0.2.3
13132026-06-11T21:48:19.929Z Downloaded thread-id v5.1.0
13142026-06-11T21:48:19.931Z Downloaded thread-id v4.2.2
13152026-06-11T21:48:19.931Z Downloaded tabled_derive v0.11.0
13162026-06-11T21:48:19.934Z Downloaded tabled_derive v0.7.0
13172026-06-11T21:48:19.934Z Downloaded rustls-pki-types v1.14.1
13182026-06-11T21:48:19.937Z Downloaded tokio-macros v2.7.0
13192026-06-11T21:48:19.937Z Downloaded semver v1.0.28
13202026-06-11T21:48:19.937Z Downloaded signal-hook-registry v1.4.8
13212026-06-11T21:48:19.940Z Downloaded rustls-pemfile v2.2.0
13222026-06-11T21:48:19.940Z Downloaded serde_with_macros v3.20.0
13232026-06-11T21:48:19.943Z Downloaded static_assertions v1.1.0
13242026-06-11T21:48:19.943Z Downloaded strum_macros v0.26.4
13252026-06-11T21:48:19.946Z Downloaded miniz_oxide v0.8.9
13262026-06-11T21:48:19.949Z Downloaded async-compression v0.4.42
13272026-06-11T21:48:19.951Z Downloaded toml_datetime v0.6.11
13282026-06-11T21:48:19.951Z Downloaded cc v1.2.63
13292026-06-11T21:48:19.954Z Downloaded synstructure v0.13.2
13302026-06-11T21:48:19.954Z Downloaded pest_meta v2.8.6
13312026-06-11T21:48:19.957Z Downloaded icu_collections v2.2.0
13322026-06-11T21:48:19.959Z Downloaded flate2 v1.1.9
13332026-06-11T21:48:19.962Z Downloaded progenitor v0.14.0
13342026-06-11T21:48:19.965Z Downloaded icu_normalizer_data v2.2.0
13352026-06-11T21:48:19.965Z Downloaded shlex v2.0.1
13362026-06-11T21:48:19.968Z Downloaded hickory-resolver v0.25.2
13372026-06-11T21:48:19.971Z Downloaded chacha20poly1305 v0.10.1
13382026-06-11T21:48:19.971Z Downloaded futures-channel v0.3.32
13392026-06-11T21:48:19.971Z Downloaded ryu v1.0.23
13402026-06-11T21:48:19.974Z Downloaded toml_write v0.1.2
13412026-06-11T21:48:19.974Z Downloaded smallvec v1.15.1
13422026-06-11T21:48:19.977Z Downloaded slog-term v2.9.2
13432026-06-11T21:48:19.977Z Downloaded slog-scope v4.4.1
13442026-06-11T21:48:19.979Z Downloaded icu_normalizer v2.2.0
13452026-06-11T21:48:19.982Z Downloaded progenitor-impl v0.10.0
13462026-06-11T21:48:19.982Z Downloaded typeid v1.0.3
13472026-06-11T21:48:19.982Z Downloaded try-lock v0.2.5
13482026-06-11T21:48:19.985Z Downloaded rustls-platform-verifier v0.7.0
13492026-06-11T21:48:19.987Z Downloaded tower-service v0.3.3
13502026-06-11T21:48:19.987Z Downloaded getrandom v0.4.2
13512026-06-11T21:48:19.991Z Downloaded tower-layer v0.3.3
13522026-06-11T21:48:19.991Z Downloaded thiserror v1.0.69
13532026-06-11T21:48:19.994Z Downloaded thiserror-no-std v2.0.2
13542026-06-11T21:48:19.994Z Downloaded typify-macro v0.4.3
13552026-06-11T21:48:19.994Z Downloaded thiserror-impl v2.0.18
13562026-06-11T21:48:19.999Z Downloaded tiny-keccak v2.0.2
13572026-06-11T21:48:19.999Z Downloaded strsim v0.11.1
13582026-06-11T21:48:20.002Z Downloaded spin v0.9.8
13592026-06-11T21:48:20.002Z Downloaded hashbrown v0.16.1
13602026-06-11T21:48:20.004Z Downloaded tinystr v0.8.3
13612026-06-11T21:48:20.004Z Downloaded unicode-linebreak v0.1.5
13622026-06-11T21:48:20.007Z Downloaded unarray v0.1.4
13632026-06-11T21:48:20.007Z Downloaded time-macros v0.2.27
13642026-06-11T21:48:20.007Z Downloaded hashbrown v0.15.5
13652026-06-11T21:48:20.010Z Downloaded universal-hash v0.5.1
13662026-06-11T21:48:20.012Z Downloaded unit-prefix v0.5.2
13672026-06-11T21:48:20.012Z Downloaded untrusted v0.9.0
13682026-06-11T21:48:20.012Z Downloaded aho-corasick v1.1.4
13692026-06-11T21:48:20.015Z Downloaded unicode-xid v0.2.6
13702026-06-11T21:48:20.019Z Downloaded typify-macro v0.6.2
13712026-06-11T21:48:20.019Z Downloaded usdt v0.6.0
13722026-06-11T21:48:20.019Z Downloaded thread_local v1.1.9
13732026-06-11T21:48:20.021Z Downloaded thiserror-impl v1.0.69
13742026-06-11T21:48:20.021Z Downloaded thiserror v2.0.18
13752026-06-11T21:48:20.024Z Downloaded utf-8 v0.7.6
13762026-06-11T21:48:20.024Z Downloaded usdt-attr-macro v0.5.0
13772026-06-11T21:48:20.024Z Downloaded strum_macros v0.27.2
13782026-06-11T21:48:20.027Z Downloaded serde_yaml v0.9.34+deprecated
13792026-06-11T21:48:20.027Z Downloaded usdt v0.5.0
13802026-06-11T21:48:20.030Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13812026-06-11T21:48:20.030Z Downloaded usdt-attr-macro v0.6.0
13822026-06-11T21:48:20.030Z Downloaded tokio-dtrace v0.1.1
13832026-06-11T21:48:20.030Z Downloaded serde_derive v1.0.228
13842026-06-11T21:48:20.033Z Downloaded minimal-lexical v0.2.1
13852026-06-11T21:48:20.035Z Downloaded rhai_codegen v3.2.0
13862026-06-11T21:48:20.038Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13872026-06-11T21:48:20.041Z Downloaded want v0.3.1
13882026-06-11T21:48:20.041Z Downloaded version_check v0.9.5
13892026-06-11T21:48:20.041Z Downloaded utf8parse v0.2.2
13902026-06-11T21:48:20.044Z Downloaded usdt-macro v0.5.0
13912026-06-11T21:48:20.044Z Downloaded tempfile v3.27.0
13922026-06-11T21:48:20.044Z Downloaded wait-timeout v0.2.1
13932026-06-11T21:48:20.047Z Downloaded utf8_iter v1.0.4
13942026-06-11T21:48:20.047Z Downloaded similar v2.7.0
13952026-06-11T21:48:20.050Z Downloaded term v1.2.1
13962026-06-11T21:48:20.055Z Downloaded prettyplease v0.2.37
13972026-06-11T21:48:20.055Z Downloaded hyper-util v0.1.20
13982026-06-11T21:48:20.058Z Downloaded slog v2.8.2
13992026-06-11T21:48:20.058Z Downloaded toml_writer v1.1.1+spec-1.1.0
14002026-06-11T21:48:20.060Z Downloaded schemars v0.8.22
14012026-06-11T21:48:20.064Z Downloaded yoke-derive v0.8.2
14022026-06-11T21:48:20.067Z Downloaded schemars v0.9.0
14032026-06-11T21:48:20.071Z Downloaded untrusted v0.7.1
14042026-06-11T21:48:20.074Z Downloaded quinn v0.11.9
14052026-06-11T21:48:20.074Z Downloaded zerofrom-derive v0.1.7
14062026-06-11T21:48:20.078Z Downloaded serde_core v1.0.228
14072026-06-11T21:48:20.078Z Downloaded zerofrom v0.1.8
14082026-06-11T21:48:20.081Z Downloaded dropshot-api-manager v0.7.2
14092026-06-11T21:48:20.081Z Downloaded thin-vec v0.2.18
14102026-06-11T21:48:20.084Z Downloaded progenitor-impl v0.14.0
14112026-06-11T21:48:20.084Z Downloaded rand v0.8.6
14122026-06-11T21:48:20.086Z Downloaded tokio-rustls v0.26.4
14132026-06-11T21:48:20.086Z Downloaded rayon-core v1.13.0
14142026-06-11T21:48:20.089Z Downloaded socket2 v0.6.4
14152026-06-11T21:48:20.089Z Downloaded memchr v2.8.1
14162026-06-11T21:48:20.092Z Downloaded tokio-tungstenite v0.21.0
14172026-06-11T21:48:20.095Z Downloaded indexmap v2.14.0
14182026-06-11T21:48:20.098Z Downloaded zeroize_derive v1.4.3
14192026-06-11T21:48:20.098Z Downloaded zone v0.3.1
14202026-06-11T21:48:20.098Z Downloaded usdt-macro v0.6.0
14212026-06-11T21:48:20.098Z Downloaded usdt-impl v0.5.0
14222026-06-11T21:48:20.098Z Downloaded mio v1.2.1
14232026-06-11T21:48:20.103Z Downloaded ingot-macros v0.1.1
14242026-06-11T21:48:20.105Z Downloaded clap_builder v4.6.0
14252026-06-11T21:48:20.108Z Downloaded toml v0.8.23
14262026-06-11T21:48:20.108Z Downloaded goblin v0.8.2
14272026-06-11T21:48:20.111Z Downloaded toml_parser v1.1.2+spec-1.1.0
14282026-06-11T21:48:20.113Z Downloaded walkdir v2.5.0
14292026-06-11T21:48:20.114Z Downloaded rustls-webpki v0.103.13
14302026-06-11T21:48:20.116Z Downloaded schemars v1.2.1
14312026-06-11T21:48:20.122Z Downloaded zone_cfg_derive v0.3.1
14322026-06-11T21:48:20.125Z Downloaded tracing-attributes v0.1.31
14332026-06-11T21:48:20.125Z Downloaded whoami v1.6.1
14342026-06-11T21:48:20.128Z Downloaded qorb v0.4.1
14352026-06-11T21:48:20.128Z Downloaded nom v7.1.3
14362026-06-11T21:48:20.131Z Downloaded test-strategy v0.4.5
14372026-06-11T21:48:20.135Z Downloaded waitgroup v0.1.2
14382026-06-11T21:48:20.135Z Downloaded powerfmt v0.2.0
14392026-06-11T21:48:20.138Z Downloaded tinyvec v1.11.0
14402026-06-11T21:48:20.138Z Downloaded textwrap v0.16.2
14412026-06-11T21:48:20.138Z Downloaded num_enum v0.5.11
14422026-06-11T21:48:20.141Z Downloaded xz2 v0.1.7
14432026-06-11T21:48:20.141Z Downloaded tokio-stream v0.1.18
14442026-06-11T21:48:20.143Z Downloaded num-integer v0.1.46
14452026-06-11T21:48:20.146Z Downloaded num-complex v0.4.6
14462026-06-11T21:48:20.146Z Downloaded newtype-uuid v1.3.2
14472026-06-11T21:48:20.146Z Downloaded olpc-cjson v0.1.4
14482026-06-11T21:48:20.146Z Downloaded highway v1.3.0
14492026-06-11T21:48:20.149Z Downloaded num-derive v0.4.2
14502026-06-11T21:48:20.149Z Downloaded zmij v1.0.21
14512026-06-11T21:48:20.151Z Downloaded newtype-uuid-macros v0.1.0
14522026-06-11T21:48:20.151Z Downloaded ipnetwork v0.21.1
14532026-06-11T21:48:20.152Z Downloaded zeroize v1.8.2
14542026-06-11T21:48:20.154Z Downloaded heapless v0.8.0
14552026-06-11T21:48:20.154Z Downloaded snafu v0.8.9
14562026-06-11T21:48:20.157Z Downloaded usdt-impl v0.6.0
14572026-06-11T21:48:20.160Z Downloaded half v2.7.1
14582026-06-11T21:48:20.160Z Downloaded cargo_toml v0.22.3
14592026-06-11T21:48:20.163Z Downloaded anstream v1.0.0
14602026-06-11T21:48:20.163Z Downloaded generic-array v0.14.7
14612026-06-11T21:48:20.166Z Downloaded backoff v0.4.0
14622026-06-11T21:48:20.166Z Downloaded fastrand v2.4.1
14632026-06-11T21:48:20.166Z Downloaded deranged v0.5.8
14642026-06-11T21:48:20.168Z Downloaded csv-core v0.1.13
14652026-06-11T21:48:20.168Z Downloaded cipher v0.4.4
14662026-06-11T21:48:20.168Z Downloaded tracing-core v0.1.36
14672026-06-11T21:48:20.171Z Downloaded zerovec-derive v0.11.3
14682026-06-11T21:48:20.171Z Downloaded byte-wrapper v0.1.0
14692026-06-11T21:48:20.174Z Downloaded typify v0.4.3
14702026-06-11T21:48:20.174Z Downloaded anstyle-parse v1.0.0
14712026-06-11T21:48:20.177Z Downloaded idna v1.1.0
14722026-06-11T21:48:20.177Z Downloaded anstyle v1.0.14
14732026-06-11T21:48:20.179Z Downloaded autocfg v1.5.1
14742026-06-11T21:48:20.179Z Downloaded fixedbitset v0.5.7
14752026-06-11T21:48:20.182Z Downloaded toml v1.1.2+spec-1.1.0
14762026-06-11T21:48:20.182Z Downloaded internet-checksum v0.2.1
14772026-06-11T21:48:20.185Z Downloaded yoke v0.8.3
14782026-06-11T21:48:20.185Z Downloaded ucd-trie v0.1.7
14792026-06-11T21:48:20.185Z Downloaded rand v0.9.4
14802026-06-11T21:48:20.188Z Downloaded embedded-io v0.6.1
14812026-06-11T21:48:20.188Z Downloaded bitflags v2.12.1
14822026-06-11T21:48:20.195Z Downloaded itertools v0.12.1
14832026-06-11T21:48:20.195Z Downloaded vsss-rs v3.3.4
14842026-06-11T21:48:20.195Z Downloaded rand v0.10.1
14852026-06-11T21:48:20.199Z Downloaded bs58 v0.5.1
14862026-06-11T21:48:20.199Z Downloaded toml v0.9.12+spec-1.1.0
14872026-06-11T21:48:20.202Z Downloaded unicode-ident v1.0.24
14882026-06-11T21:48:20.205Z Downloaded writeable v0.6.3
14892026-06-11T21:48:20.205Z Downloaded toml_edit v0.25.12+spec-1.1.0
14902026-06-11T21:48:20.207Z Downloaded typify v0.6.2
14912026-06-11T21:48:20.210Z Downloaded libm v0.2.16
14922026-06-11T21:48:20.214Z Downloaded steno v0.4.1
14932026-06-11T21:48:20.216Z Downloaded unsafe-libyaml v0.2.11
14942026-06-11T21:48:20.219Z Downloaded serde v1.0.228
14952026-06-11T21:48:20.221Z Downloaded toml_edit v0.22.27
14962026-06-11T21:48:20.224Z Downloaded darling_macro v0.23.0
14972026-06-11T21:48:20.224Z Downloaded fxhash v0.2.1
14982026-06-11T21:48:20.224Z Downloaded futures-sink v0.3.32
14992026-06-11T21:48:20.224Z Downloaded itertools v0.14.0
15002026-06-11T21:48:20.227Z Downloaded dunce v1.0.5
15012026-06-11T21:48:20.230Z Downloaded ciborium-io v0.2.2
15022026-06-11T21:48:20.230Z Downloaded clap_lex v1.1.0
15032026-06-11T21:48:20.230Z Downloaded pest v2.8.6
15042026-06-11T21:48:20.233Z Downloaded toml_edit v0.19.15
15052026-06-11T21:48:20.241Z Downloaded tungstenite v0.21.0
15062026-06-11T21:48:20.244Z Downloaded uuid v1.23.2
15072026-06-11T21:48:20.247Z Downloaded hashbrown v0.17.1
15082026-06-11T21:48:20.249Z Downloaded futures-util v0.3.32
15092026-06-11T21:48:20.254Z Downloaded icu_properties_data v2.2.0
15102026-06-11T21:48:20.261Z Downloaded nom v8.0.0
15112026-06-11T21:48:20.263Z Downloaded cfg_aliases v0.2.1
15122026-06-11T21:48:20.263Z Downloaded digest v0.11.3
15132026-06-11T21:48:20.266Z Downloaded bytecount v0.6.9
15142026-06-11T21:48:20.266Z Downloaded drift v0.2.0
15152026-06-11T21:48:20.271Z Downloaded zerocopy-derive v0.7.35
15162026-06-11T21:48:20.273Z Downloaded hkdf v0.12.4
15172026-06-11T21:48:20.277Z Downloaded equivalent v1.0.2
15182026-06-11T21:48:20.277Z Downloaded dof v0.3.0
15192026-06-11T21:48:20.277Z Downloaded async-stream v0.3.6
15202026-06-11T21:48:20.280Z Downloaded defmt-parser v1.0.0
15212026-06-11T21:48:20.280Z Downloaded atomic-waker v1.1.2
15222026-06-11T21:48:20.281Z Downloaded adler2 v2.0.1
15232026-06-11T21:48:20.281Z Downloaded bitflags v1.3.2
15242026-06-11T21:48:20.283Z Downloaded argon2 v0.5.3
15252026-06-11T21:48:20.283Z Downloaded darling_macro v0.21.3
15262026-06-11T21:48:20.283Z Downloaded ron v0.12.1
15272026-06-11T21:48:20.286Z Downloaded embedded-io v0.4.0
15282026-06-11T21:48:20.289Z Downloaded camino v1.2.2
15292026-06-11T21:48:20.289Z Downloaded zerocopy-derive v0.8.50
15302026-06-11T21:48:20.293Z Downloaded zerotrie v0.2.4
15312026-06-11T21:48:20.296Z Downloaded reqwest v0.13.4
15322026-06-11T21:48:20.299Z Downloaded reqwest v0.12.28
15332026-06-11T21:48:20.302Z Downloaded aead v0.5.2
15342026-06-11T21:48:20.305Z Downloaded foreign-types v0.5.0
15352026-06-11T21:48:20.305Z Downloaded dtrace-parser v0.3.0
15362026-06-11T21:48:20.305Z Downloaded compression-core v0.4.32
15372026-06-11T21:48:20.305Z Downloaded foreign-types-shared v0.3.1
15382026-06-11T21:48:20.305Z Downloaded fnv v1.0.7
15392026-06-11T21:48:20.308Z Downloaded dyn-clone v1.0.20
15402026-06-11T21:48:20.308Z Downloaded bit-vec v0.8.0
15412026-06-11T21:48:20.309Z Downloaded base16ct v0.2.0
15422026-06-11T21:48:20.309Z Downloaded anstyle-query v1.1.5
15432026-06-11T21:48:20.312Z Downloaded darling v0.23.0
15442026-06-11T21:48:20.314Z Downloaded base64 v0.21.7
15452026-06-11T21:48:20.314Z Downloaded crucible-workspace-hack v0.1.0
15462026-06-11T21:48:20.314Z Downloaded url v2.5.8
15472026-06-11T21:48:20.317Z Downloaded async-recursion v1.1.1
15482026-06-11T21:48:20.320Z Downloaded cfg-if v1.0.4
15492026-06-11T21:48:20.320Z Downloaded bit-set v0.8.0
15502026-06-11T21:48:20.324Z Downloaded tower v0.5.3
15512026-06-11T21:48:20.329Z Downloaded h2 v0.4.14
15522026-06-11T21:48:20.350Z Downloaded regex v1.12.3
15532026-06-11T21:48:20.357Z Downloaded iddqd v0.4.2
15542026-06-11T21:48:20.362Z Downloaded aws-lc-rs v1.17.0
15552026-06-11T21:48:20.367Z Downloaded hyper v1.10.1
15562026-06-11T21:48:20.373Z Downloaded typed-path v0.9.3
15572026-06-11T21:48:20.385Z Downloaded tough v0.22.0
15582026-06-11T21:48:20.390Z Downloaded unicode-segmentation v1.13.3
15592026-06-11T21:48:20.392Z Downloaded serde_json v1.0.150
15602026-06-11T21:48:20.395Z Downloaded chrono v0.4.45
15612026-06-11T21:48:20.399Z Downloaded portable-atomic v1.13.1
15622026-06-11T21:48:20.403Z Downloaded typenum v1.20.1
15632026-06-11T21:48:20.406Z Downloaded moka v0.12.15
15642026-06-11T21:48:20.413Z Downloaded rayon v1.12.0
15652026-06-11T21:48:20.417Z Downloaded unicode-normalization v0.1.25
15662026-06-11T21:48:20.428Z Downloaded goblin v0.10.7
15672026-06-11T21:48:20.437Z Downloaded serde_with v3.20.0
15682026-06-11T21:48:20.446Z Downloaded tokio-util v0.7.18
15692026-06-11T21:48:20.450Z Downloaded zerovec v0.11.6
15702026-06-11T21:48:20.457Z Downloaded proptest v1.11.0
15712026-06-11T21:48:20.461Z Downloaded tabled v0.15.0
15722026-06-11T21:48:20.479Z Downloaded tower-http v0.6.11
15732026-06-11T21:48:20.482Z Downloaded syn v1.0.109
15742026-06-11T21:48:20.487Z Downloaded winnow v0.5.40
15752026-06-11T21:48:20.492Z Downloaded zerocopy v0.7.35
15762026-06-11T21:48:20.501Z Downloaded webpki-roots v1.0.7
15772026-06-11T21:48:20.504Z Downloaded time v0.3.47
15782026-06-11T21:48:20.510Z Downloaded vcpkg v0.2.15
15792026-06-11T21:48:20.532Z Downloaded bstr v1.12.1
15802026-06-11T21:48:20.537Z Downloaded nix v0.31.3
15812026-06-11T21:48:20.543Z Downloaded quinn-proto v0.11.14
15822026-06-11T21:48:20.547Z Downloaded winnow v0.7.15
15832026-06-11T21:48:20.552Z Downloaded openssl v0.10.80
15842026-06-11T21:48:20.557Z Downloaded syn v2.0.117
15852026-06-11T21:48:20.564Z Downloaded winnow v1.0.3
15862026-06-11T21:48:20.569Z Downloaded smoltcp v0.11.0
15872026-06-11T21:48:20.575Z Downloaded regress v0.11.1
15882026-06-11T21:48:20.580Z Downloaded rhai v1.25.1
15892026-06-11T21:48:20.586Z Downloaded rustls v0.23.40
15902026-06-11T21:48:20.594Z Downloaded tabled v0.21.0
15912026-06-11T21:48:20.602Z Downloaded dropshot v0.17.1
15922026-06-11T21:48:20.615Z Downloaded curve25519-dalek v4.1.3
15932026-06-11T21:48:20.630Z Downloaded hickory-proto v0.24.4
15942026-06-11T21:48:20.640Z Downloaded typify-impl v0.6.2
15952026-06-11T21:48:20.646Z Downloaded unicode-width v0.1.14
15962026-06-11T21:48:20.649Z Downloaded tracing v0.1.44
15972026-06-11T21:48:20.659Z Downloaded typify-impl v0.4.3
15982026-06-11T21:48:20.666Z Downloaded zerocopy v0.8.50
15992026-06-11T21:48:20.677Z Downloaded regress v0.10.5
16002026-06-11T21:48:20.681Z Downloaded unicode-width v0.2.2
16012026-06-11T21:48:20.685Z Downloaded regex-syntax v0.8.10
16022026-06-11T21:48:20.691Z Downloaded openapiv3 v2.2.0
16032026-06-11T21:48:20.697Z Downloaded hickory-proto v0.25.2
16042026-06-11T21:48:20.711Z Downloaded rustix v0.38.44
16052026-06-11T21:48:20.724Z Downloaded rustix v1.1.4
16062026-06-11T21:48:20.736Z Downloaded libc v0.2.186
16072026-06-11T21:48:20.757Z Downloaded chrono-tz v0.10.4
16082026-06-11T21:48:20.783Z Downloaded csv v1.4.0
16092026-06-11T21:48:20.803Z Downloaded sled v0.34.7
16102026-06-11T21:48:20.855Z Downloaded regex-automata v0.4.14
16112026-06-11T21:48:20.881Z Downloaded petgraph v0.6.5
16122026-06-11T21:48:20.908Z Downloaded lzma-sys v0.1.20
16132026-06-11T21:48:20.931Z Downloaded jiff v0.2.28
16142026-06-11T21:48:20.942Z Downloaded petgraph v0.8.3
16152026-06-11T21:48:20.967Z Downloaded sha3 v0.10.9
16162026-06-11T21:48:20.974Z Downloaded tokio v1.52.3
16172026-06-11T21:48:21.033Z Downloaded encoding_rs v0.8.35
16182026-06-11T21:48:21.047Z Downloaded ring v0.17.14
16192026-06-11T21:48:21.415Z Downloaded aws-lc-sys v0.41.0
16202026-06-11T21:48:21.763Z Compiling proc-macro2 v1.0.106
16212026-06-11T21:48:21.763Z Compiling quote v1.0.45
16222026-06-11T21:48:21.763Z Compiling unicode-ident v1.0.24
16232026-06-11T21:48:21.763Z Compiling serde_core v1.0.228
16242026-06-11T21:48:21.763Z Compiling serde v1.0.228
16252026-06-11T21:48:21.766Z Compiling libc v0.2.186
16262026-06-11T21:48:21.766Z Compiling cfg-if v1.0.4
16272026-06-11T21:48:22.087Z Compiling zmij v1.0.21
16282026-06-11T21:48:22.104Z Compiling autocfg v1.5.1
16292026-06-11T21:48:22.417Z Compiling memchr v2.8.1
16302026-06-11T21:48:22.417Z Compiling libm v0.2.16
16312026-06-11T21:48:22.839Z Compiling itoa v1.0.18
16322026-06-11T21:48:22.865Z Compiling icu_properties_data v2.2.0
16332026-06-11T21:48:23.139Z Compiling icu_normalizer_data v2.2.0
16342026-06-11T21:48:23.155Z Compiling version_check v0.9.5
16352026-06-11T21:48:23.155Z Compiling stable_deref_trait v1.2.1
16362026-06-11T21:48:23.288Z Compiling syn v2.0.117
16372026-06-11T21:48:23.304Z Compiling serde_json v1.0.150
16382026-06-11T21:48:23.393Z Compiling parking_lot_core v0.9.12
16392026-06-11T21:48:23.436Z Compiling writeable v0.6.3
16402026-06-11T21:48:23.575Z Compiling litemap v0.8.2
16412026-06-11T21:48:23.627Z Compiling num-traits v0.2.19
16422026-06-11T21:48:23.736Z Compiling utf8_iter v1.0.4
16432026-06-11T21:48:23.838Z Compiling percent-encoding v2.3.2
16442026-06-11T21:48:24.083Z Compiling thiserror v2.0.18
16452026-06-11T21:48:24.108Z Compiling form_urlencoded v1.2.2
16462026-06-11T21:48:24.124Z Compiling rand_core v0.10.1
16472026-06-11T21:48:24.129Z Compiling getrandom v0.4.2
16482026-06-11T21:48:24.299Z Compiling zerocopy v0.8.50
16492026-06-11T21:48:24.392Z Compiling errno v0.3.14
16502026-06-11T21:48:24.455Z Compiling heck v0.5.0
16512026-06-11T21:48:24.478Z Compiling iana-time-zone v0.1.65
16522026-06-11T21:48:24.737Z Compiling uuid v1.23.2
16532026-06-11T21:48:24.836Z Compiling jobserver v0.1.34
16542026-06-11T21:48:25.007Z Compiling shlex v2.0.1
16552026-06-11T21:48:25.199Z Compiling find-msvc-tools v0.1.9
16562026-06-11T21:48:25.199Z Compiling rustversion v1.0.22
16572026-06-11T21:48:25.379Z Compiling cc v1.2.63
16582026-06-11T21:48:25.457Z Compiling semver v1.0.28
16592026-06-11T21:48:25.552Z Compiling schemars v0.8.22
16602026-06-11T21:48:25.612Z Compiling dyn-clone v1.0.20
16612026-06-11T21:48:25.799Z Compiling pin-project-lite v0.2.17
16622026-06-11T21:48:25.850Z Compiling getrandom v0.2.17
16632026-06-11T21:48:25.915Z Compiling scopeguard v1.2.0
16642026-06-11T21:48:26.017Z Compiling bitflags v2.12.1
16652026-06-11T21:48:26.068Z Compiling lock_api v0.4.14
16662026-06-11T21:48:26.165Z Compiling socket2 v0.6.4
16672026-06-11T21:48:26.285Z Compiling synstructure v0.13.2
16682026-06-11T21:48:26.325Z Compiling serde_derive_internals v0.29.1
16692026-06-11T21:48:26.340Z Compiling cmake v0.1.58
16702026-06-11T21:48:26.475Z Compiling signal-hook-registry v1.4.8
16712026-06-11T21:48:26.703Z Compiling mio v1.2.1
16722026-06-11T21:48:26.719Z Compiling fs_extra v1.3.0
16732026-06-11T21:48:26.806Z Compiling dunce v1.0.5
16742026-06-11T21:48:26.917Z Compiling portable-atomic v1.13.1
16752026-06-11T21:48:26.982Z Compiling futures-core v0.3.32
16762026-06-11T21:48:26.997Z Compiling aws-lc-sys v0.41.0
16772026-06-11T21:48:27.020Z Compiling log v0.4.32
16782026-06-11T21:48:27.098Z Compiling critical-section v1.2.0
16792026-06-11T21:48:27.150Z Compiling subtle v2.6.1
16802026-06-11T21:48:27.222Z Compiling equivalent v1.0.2
16812026-06-11T21:48:27.317Z Compiling httparse v1.10.1
16822026-06-11T21:48:27.418Z Compiling futures-sink v0.3.32
16832026-06-11T21:48:27.450Z Compiling slab v0.4.12
16842026-06-11T21:48:27.468Z Compiling serde_derive v1.0.228
16852026-06-11T21:48:27.472Z Compiling zerofrom-derive v0.1.7
16862026-06-11T21:48:27.472Z Compiling yoke-derive v0.8.2
16872026-06-11T21:48:27.521Z Compiling zerovec-derive v0.11.3
16882026-06-11T21:48:27.629Z Compiling displaydoc v0.2.6
16892026-06-11T21:48:27.657Z Compiling schemars_derive v0.8.22
16902026-06-11T21:48:27.674Z Compiling thiserror-impl v2.0.18
16912026-06-11T21:48:27.898Z Compiling tokio-macros v2.7.0
16922026-06-11T21:48:28.428Z Compiling zerocopy-derive v0.8.50
16932026-06-11T21:48:28.556Z Compiling zeroize_derive v1.4.3
16942026-06-11T21:48:28.627Z Compiling futures-macro v0.3.32
16952026-06-11T21:48:28.645Z Compiling zerofrom v0.1.8
16962026-06-11T21:48:28.830Z Compiling yoke v0.8.3
16972026-06-11T21:48:28.888Z Compiling rustix v1.1.4
16982026-06-11T21:48:29.033Z Compiling zerovec v0.11.6
16992026-06-11T21:48:29.050Z Compiling zerotrie v0.2.4
17002026-06-11T21:48:29.285Z Compiling once_cell v1.21.4
17012026-06-11T21:48:29.305Z Compiling zeroize v1.8.2
17022026-06-11T21:48:29.503Z Compiling thiserror v1.0.69
17032026-06-11T21:48:29.520Z Compiling ucd-trie v0.1.7
17042026-06-11T21:48:29.535Z Compiling typenum v1.20.1
17052026-06-11T21:48:29.552Z Compiling futures-channel v0.3.32
17062026-06-11T21:48:29.552Z Compiling thiserror-impl v1.0.69
17072026-06-11T21:48:29.672Z Compiling tinystr v0.8.3
17082026-06-11T21:48:29.756Z Compiling potential_utf v0.1.5
17092026-06-11T21:48:29.811Z Compiling pest v2.8.6
17102026-06-11T21:48:29.840Z Compiling futures-io v0.3.32
17112026-06-11T21:48:29.886Z Compiling icu_locale_core v2.2.0
17122026-06-11T21:48:29.902Z Compiling icu_collections v2.2.0
17132026-06-11T21:48:30.033Z Compiling futures-task v0.3.32
17142026-06-11T21:48:30.343Z Compiling futures-util v0.3.32
17152026-06-11T21:48:30.669Z Compiling serde_tokenstream v0.2.3
17162026-06-11T21:48:30.708Z Compiling smallvec v1.15.1
17172026-06-11T21:48:30.737Z Compiling bytes v1.11.1
17182026-06-11T21:48:30.785Z Compiling icu_provider v2.2.0
17192026-06-11T21:48:30.963Z Compiling chrono v0.4.45
17202026-06-11T21:48:31.367Z Compiling icu_properties v2.2.0
17212026-06-11T21:48:31.395Z Compiling icu_normalizer v2.2.0
17222026-06-11T21:48:31.576Z Compiling parking_lot v0.12.5
17232026-06-11T21:48:31.607Z Compiling pest_meta v2.8.6
17242026-06-11T21:48:32.431Z Compiling idna_adapter v1.2.2
17252026-06-11T21:48:32.572Z Compiling idna v1.1.0
17262026-06-11T21:48:32.589Z Compiling tokio v1.52.3
17272026-06-11T21:48:32.778Z Compiling pest_generator v2.8.6
17282026-06-11T21:48:32.822Z Compiling regex-syntax v0.8.10
17292026-06-11T21:48:32.932Z Compiling url v2.5.8
17302026-06-11T21:48:32.949Z Compiling getrandom v0.3.4
17312026-06-11T21:48:33.136Z Compiling strsim v0.11.1
17322026-06-11T21:48:33.308Z Compiling rand_core v0.6.4
17332026-06-11T21:48:33.392Z Compiling pest_derive v2.8.6
17342026-06-11T21:48:33.438Z Compiling aho-corasick v1.1.4
17352026-06-11T21:48:33.989Z Compiling hashbrown v0.17.1
17362026-06-11T21:48:34.431Z Compiling byteorder v1.5.0
17372026-06-11T21:48:34.694Z Compiling ipnetwork v0.21.1
17382026-06-11T21:48:34.713Z Compiling indexmap v2.14.0
17392026-06-11T21:48:34.713Z Compiling regex-automata v0.4.14
17402026-06-11T21:48:34.856Z Compiling tracing-core v0.1.36
17412026-06-11T21:48:34.902Z Compiling tracing-attributes v0.1.31
17422026-06-11T21:48:35.496Z Compiling ident_case v1.0.1
17432026-06-11T21:48:35.545Z Compiling slog v2.8.2
17442026-06-11T21:48:35.676Z Compiling fnv v1.0.7
17452026-06-11T21:48:35.804Z Compiling anyhow v1.0.102
17462026-06-11T21:48:35.807Z Compiling base64 v0.22.1
17472026-06-11T21:48:36.144Z Compiling tracing v0.1.44
17482026-06-11T21:48:36.161Z Compiling paste v1.0.15
17492026-06-11T21:48:36.429Z Compiling regex v1.12.3
17502026-06-11T21:48:36.509Z Compiling erased-serde v0.3.31
17512026-06-11T21:48:36.881Z Compiling omicron-workspace-hack v0.1.0
17522026-06-11T21:48:37.155Z Compiling http v1.4.1
17532026-06-11T21:48:37.767Z Compiling oxnet v0.1.6
17542026-06-11T21:48:37.770Z Compiling rustls-pki-types v1.14.1
17552026-06-11T21:48:38.493Z Compiling scroll_derive v0.13.1
17562026-06-11T21:48:38.621Z Compiling ring v0.17.14
17572026-06-11T21:48:38.933Z Compiling time-core v0.1.8
17582026-06-11T21:48:38.993Z Compiling aws-lc-rs v1.17.0
17592026-06-11T21:48:39.083Z Compiling num-conv v0.2.2
17602026-06-11T21:48:39.245Z Compiling time-macros v0.2.27
17612026-06-11T21:48:39.433Z Compiling tokio-util v0.7.18
17622026-06-11T21:48:39.779Z Compiling ipnet v2.12.0
17632026-06-11T21:48:40.233Z Compiling untrusted v0.7.1
17642026-06-11T21:48:40.280Z Compiling untrusted v0.9.0
17652026-06-11T21:48:40.417Z Compiling ppv-lite86 v0.2.21
17662026-06-11T21:48:40.724Z Compiling daft-derive v0.1.7
17672026-06-11T21:48:40.755Z Compiling async-trait v0.1.89
17682026-06-11T21:48:40.947Z Compiling rustls v0.23.40
17692026-06-11T21:48:40.963Z Compiling camino v1.2.2
17702026-06-11T21:48:41.188Z Compiling crc32fast v1.5.0
17712026-06-11T21:48:41.410Z Compiling http-body v1.0.1
17722026-06-11T21:48:41.542Z Compiling pretty-hex v0.4.2
17732026-06-11T21:48:41.572Z Compiling crossbeam-utils v0.8.21
17742026-06-11T21:48:41.667Z Compiling usdt-impl v0.6.0
17752026-06-11T21:48:41.684Z Compiling atomic-waker v1.1.2
17762026-06-11T21:48:41.914Z Compiling scroll v0.13.0
17772026-06-11T21:48:41.930Z Compiling tower-service v0.3.3
17782026-06-11T21:48:42.029Z Compiling tower-layer v0.3.3
17792026-06-11T21:48:42.228Z Compiling ryu v1.0.23
17802026-06-11T21:48:42.283Z Compiling plain v0.2.3
17812026-06-11T21:48:42.403Z Compiling try-lock v0.2.5
17822026-06-11T21:48:42.480Z Compiling goblin v0.10.7
17832026-06-11T21:48:42.516Z Compiling want v0.3.1
17842026-06-11T21:48:42.694Z Compiling h2 v0.4.14
17852026-06-11T21:48:43.203Z Compiling httpdate v1.0.3
17862026-06-11T21:48:43.735Z Compiling slog-async v2.8.0
17872026-06-11T21:48:43.925Z Compiling dtrace-parser v0.3.0
17882026-06-11T21:48:44.072Z Compiling thread-id v5.1.0
17892026-06-11T21:48:44.503Z Compiling ref-cast v1.0.25
17902026-06-11T21:48:45.033Z Compiling hyper v1.10.1
17912026-06-11T21:48:46.197Z Compiling dof v0.4.0
17922026-06-11T21:48:47.213Z Compiling hyper-util v0.1.20
17932026-06-11T21:48:47.466Z Compiling rand_core v0.9.5
17942026-06-11T21:48:47.726Z Compiling serde_urlencoded v0.7.1
17952026-06-11T21:48:48.018Z Compiling http-body-util v0.1.3
17962026-06-11T21:48:48.320Z Compiling ref-cast-impl v1.0.25
17972026-06-11T21:48:48.549Z Compiling syn v1.0.109
17982026-06-11T21:48:49.045Z Compiling usdt-macro v0.6.0
17992026-06-11T21:48:49.148Z Compiling usdt-attr-macro v0.6.0
18002026-06-11T21:48:49.894Z Compiling structmeta-derive v0.3.0
18012026-06-11T21:48:50.010Z Compiling multer v3.1.0
18022026-06-11T21:48:50.044Z Compiling powerfmt v0.2.0
18032026-06-11T21:48:50.308Z Compiling foldhash v0.2.0
18042026-06-11T21:48:50.336Z Compiling allocator-api2 v0.2.21
18052026-06-11T21:48:50.371Z Compiling deranged v0.5.8
18062026-06-11T21:48:50.581Z Compiling rand_chacha v0.9.0
18072026-06-11T21:48:50.725Z Compiling hashbrown v0.16.1
18082026-06-11T21:48:50.945Z Compiling structmeta v0.3.0
18092026-06-11T21:48:51.153Z Compiling darling_core v0.23.0
18102026-06-11T21:48:51.439Z Compiling newtype-uuid-macros v0.1.0
18112026-06-11T21:48:51.757Z Compiling num_threads v0.1.7
18122026-06-11T21:48:51.807Z Compiling rand v0.9.4
18132026-06-11T21:48:51.857Z Compiling time v0.3.47
18142026-06-11T21:48:52.232Z Compiling newtype-uuid v1.3.2
18152026-06-11T21:48:52.535Z Compiling strum_macros v0.26.4
18162026-06-11T21:48:52.860Z Compiling async-stream-impl v0.3.6
18172026-06-11T21:48:53.169Z Compiling sync_wrapper v1.0.2
18182026-06-11T21:48:53.216Z Compiling darling_macro v0.23.0
18192026-06-11T21:48:53.284Z Compiling dropshot v0.17.1
18202026-06-11T21:48:53.538Z Compiling hex v0.4.3
18212026-06-11T21:48:53.817Z Compiling darling v0.23.0
18222026-06-11T21:48:53.832Z Compiling tower v0.5.3
18232026-06-11T21:48:53.836Z Compiling daft v0.1.7
18242026-06-11T21:48:53.903Z Compiling crossbeam-channel v0.5.15
18252026-06-11T21:48:54.186Z Compiling webpki-roots v1.0.7
18262026-06-11T21:48:54.203Z Compiling openapiv3 v2.2.0
18272026-06-11T21:48:54.407Z Compiling generic-array v0.14.7
18282026-06-11T21:48:54.864Z Compiling fastrand v2.4.1
18292026-06-11T21:48:54.932Z Compiling tower-http v0.6.11
18302026-06-11T21:48:55.186Z Compiling serde_with_macros v3.20.0
18312026-06-11T21:48:55.706Z Compiling futures-executor v0.3.32
18322026-06-11T21:48:55.904Z Compiling dropshot_endpoint v0.17.1
18332026-06-11T21:48:56.187Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18342026-06-11T21:48:56.297Z Compiling thread_local v1.1.9
18352026-06-11T21:48:56.395Z Compiling cpufeatures v0.3.0
18362026-06-11T21:48:56.639Z Compiling openssl-probe v0.2.1
18372026-06-11T21:48:56.678Z Compiling futures v0.3.32
18382026-06-11T21:48:56.766Z Compiling rustls-native-certs v0.8.4
18392026-06-11T21:48:57.445Z Compiling derive-ex v0.1.8
18402026-06-11T21:48:57.590Z Compiling strum_macros v0.27.2
18412026-06-11T21:48:57.609Z Compiling is-terminal v0.4.17
18422026-06-11T21:48:57.716Z Compiling term v1.2.1
18432026-06-11T21:48:58.767Z Compiling winnow v1.0.3
18442026-06-11T21:48:59.041Z Compiling take_mut v0.2.2
18452026-06-11T21:48:59.413Z Compiling test-strategy v0.4.5
18462026-06-11T21:48:59.539Z Compiling slog-term v2.9.2
18472026-06-11T21:49:00.377Z Compiling tempfile v3.27.0
18482026-06-11T21:49:00.857Z Compiling macaddr v1.0.1
18492026-06-11T21:49:01.143Z Compiling hybrid-array v0.4.12
18502026-06-11T21:49:01.298Z Compiling match_cfg v0.1.0
18512026-06-11T21:49:01.376Z Compiling simd-adler32 v0.3.9
18522026-06-11T21:49:01.498Z Compiling adler2 v2.0.1
18532026-06-11T21:49:01.633Z Compiling miniz_oxide v0.8.9
18542026-06-11T21:49:01.671Z Compiling hostname v0.3.1
18552026-06-11T21:49:02.336Z Compiling slog-json v2.6.1
18562026-06-11T21:49:02.626Z Compiling memmap2 v0.9.10
18572026-06-11T21:49:03.046Z Compiling usdt v0.6.0
18582026-06-11T21:49:03.231Z Compiling slog-bunyan v2.5.0
18592026-06-11T21:49:03.248Z Compiling flate2 v1.1.9
18602026-06-11T21:49:03.413Z Compiling crypto-common v0.2.2
18612026-06-11T21:49:03.685Z Compiling block-buffer v0.12.0
18622026-06-11T21:49:03.736Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-11T21:49:03.827Z Compiling debug-ignore v1.0.5
18642026-06-11T21:49:03.877Z Compiling either v1.16.0
18652026-06-11T21:49:03.944Z Compiling const-oid v0.10.2
18662026-06-11T21:49:04.238Z Compiling compression-core v0.4.32
18672026-06-11T21:49:04.415Z Compiling compression-codecs v0.4.38
18682026-06-11T21:49:04.492Z Compiling digest v0.11.3
18692026-06-11T21:49:04.724Z Compiling toml_parser v1.1.2+spec-1.1.0
18702026-06-11T21:49:04.742Z Compiling crypto-common v0.1.7
18712026-06-11T21:49:04.777Z Compiling parse-display-derive v0.10.0
18722026-06-11T21:49:04.941Z Compiling rand_chacha v0.3.1
18732026-06-11T21:49:05.088Z Compiling serde_spanned v1.1.1
18742026-06-11T21:49:05.149Z Compiling toml_datetime v1.1.1+spec-1.1.0
18752026-06-11T21:49:05.244Z Compiling encoding_rs v0.8.35
18762026-06-11T21:49:05.466Z Compiling toml_writer v1.1.1+spec-1.1.0
18772026-06-11T21:49:05.571Z Compiling spin v0.9.8
18782026-06-11T21:49:05.673Z Compiling mime v0.3.17
18792026-06-11T21:49:05.738Z Compiling toml v1.1.2+spec-1.1.0
18802026-06-11T21:49:05.897Z Compiling rand v0.8.6
18812026-06-11T21:49:06.155Z Compiling sha1 v0.11.0
18822026-06-11T21:49:06.384Z Compiling async-compression v0.4.42
18832026-06-11T21:49:06.553Z Compiling strum v0.26.3
18842026-06-11T21:49:06.696Z Compiling async-stream v0.3.6
18852026-06-11T21:49:06.853Z Compiling waitgroup v0.1.2
18862026-06-11T21:49:06.896Z Compiling rustls-pemfile v2.2.0
18872026-06-11T21:49:06.968Z Compiling serde_path_to_error v0.1.20
18882026-06-11T21:49:07.015Z Compiling hostname v0.4.2
18892026-06-11T21:49:07.177Z Compiling wait-timeout v0.2.1
18902026-06-11T21:49:07.513Z Compiling quick-error v1.2.3
18912026-06-11T21:49:07.629Z Compiling bit-vec v0.8.0
18922026-06-11T21:49:07.648Z Compiling rusty-fork v0.3.1
18932026-06-11T21:49:07.680Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-11T21:49:07.964Z Compiling bit-set v0.8.0
18952026-06-11T21:49:07.980Z Compiling serde_with v3.20.0
18962026-06-11T21:49:08.159Z Compiling rand_xorshift v0.4.0
18972026-06-11T21:49:08.323Z Compiling unarray v0.1.4
18982026-06-11T21:49:08.450Z Compiling proptest v1.11.0
18992026-06-11T21:49:08.466Z Compiling strum v0.27.2
19002026-06-11T21:49:08.602Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19012026-06-11T21:49:08.775Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19022026-06-11T21:49:08.870Z Compiling instant v0.1.13
19032026-06-11T21:49:09.197Z Compiling itertools v0.14.0
19042026-06-11T21:49:09.254Z Compiling iddqd v0.4.2
19052026-06-11T21:49:09.927Z Compiling unicode-width v0.2.2
19062026-06-11T21:49:10.461Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-11T21:49:10.464Z Compiling block-buffer v0.10.4
19082026-06-11T21:49:10.655Z Compiling backon v1.6.0
19092026-06-11T21:49:10.680Z Compiling regress v0.10.5
19102026-06-11T21:49:10.923Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19112026-06-11T21:49:12.528Z Compiling digest v0.10.7
19122026-06-11T21:49:12.776Z Compiling backoff v0.4.0
19132026-06-11T21:49:12.953Z Compiling parse-display v0.10.0
19142026-06-11T21:49:13.270Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19152026-06-11T21:49:13.375Z Compiling humantime v2.3.0
19162026-06-11T21:49:15.635Z Compiling regress v0.11.1
19172026-06-11T21:49:16.810Z Compiling zerocopy-derive v0.7.35
19182026-06-11T21:49:17.254Z Compiling typify-impl v0.6.2
19192026-06-11T21:49:17.759Z Compiling darling_core v0.21.3
19202026-06-11T21:49:17.874Z Compiling clap_derive v4.6.1
19212026-06-11T21:49:18.624Z Compiling utf8parse v0.2.2
19222026-06-11T21:49:18.757Z Compiling cpufeatures v0.2.17
19232026-06-11T21:49:18.839Z Compiling convert_case v0.4.0
19242026-06-11T21:49:19.142Z Compiling derive_more v0.99.20
19252026-06-11T21:49:19.521Z Compiling anstyle-parse v1.0.0
19262026-06-11T21:49:19.826Z Compiling darling_macro v0.21.3
19272026-06-11T21:49:20.410Z Compiling terminal_size v0.4.4
19282026-06-11T21:49:20.427Z Compiling toml_datetime v0.6.11
19292026-06-11T21:49:20.562Z Compiling typify-macro v0.6.2
19302026-06-11T21:49:20.612Z Compiling anstyle v1.0.14
19312026-06-11T21:49:20.724Z Compiling is_terminal_polyfill v1.70.2
19322026-06-11T21:49:20.823Z Compiling anstyle-query v1.1.5
19332026-06-11T21:49:20.872Z Compiling colorchoice v1.0.5
19342026-06-11T21:49:20.928Z Compiling darling v0.21.3
19352026-06-11T21:49:20.990Z Compiling anstream v1.0.0
19362026-06-11T21:49:21.530Z Compiling secrecy v0.10.3
19372026-06-11T21:49:21.546Z Compiling tinyvec_macros v0.1.1
19382026-06-11T21:49:21.849Z Compiling crucible-workspace-hack v0.1.0
19392026-06-11T21:49:21.937Z Compiling clap_lex v1.1.0
19402026-06-11T21:49:21.993Z Compiling heapless v0.8.0
19412026-06-11T21:49:22.110Z Compiling clap_builder v4.6.0
19422026-06-11T21:49:22.282Z Compiling typify v0.6.2
19432026-06-11T21:49:22.471Z Compiling tinyvec v1.11.0
19442026-06-11T21:49:22.658Z Compiling ingot-macros v0.1.1
19452026-06-11T21:49:22.758Z Compiling zerocopy v0.7.35
19462026-06-11T21:49:23.249Z Compiling hash32 v0.3.1
19472026-06-11T21:49:23.287Z Compiling scroll_derive v0.12.1
19482026-06-11T21:49:23.370Z Compiling rustc_version v0.4.1
19492026-06-11T21:49:23.582Z Compiling num-integer v0.1.46
19502026-06-11T21:49:23.638Z Compiling usdt-impl v0.5.0
19512026-06-11T21:49:23.945Z Compiling smoltcp v0.11.0
19522026-06-11T21:49:24.017Z Compiling scroll v0.12.0
19532026-06-11T21:49:24.111Z Compiling clap v4.6.1
19542026-06-11T21:49:24.311Z Compiling curve25519-dalek v4.1.3
19552026-06-11T21:49:24.851Z Compiling dof v0.3.0
19562026-06-11T21:49:25.344Z Compiling ingot-types v0.1.2
19572026-06-11T21:49:26.078Z Compiling hmac v0.12.1
19582026-06-11T21:49:26.120Z Compiling dtrace-parser v0.2.0
19592026-06-11T21:49:26.238Z Compiling inout v0.1.4
19602026-06-11T21:49:26.419Z Compiling ff v0.13.1
19612026-06-11T21:49:26.453Z Compiling cobs v0.3.0
19622026-06-11T21:49:26.730Z Compiling thread-id v4.2.2
19632026-06-11T21:49:26.818Z Compiling bitflags v1.3.2
19642026-06-11T21:49:26.922Z Compiling unsafe-libyaml v0.2.11
19652026-06-11T21:49:27.014Z Compiling managed v0.8.0
19662026-06-11T21:49:27.438Z Compiling serde_yaml v0.9.34+deprecated
19672026-06-11T21:49:28.054Z Compiling postcard v1.1.3
19682026-06-11T21:49:28.415Z Compiling group v0.13.0
19692026-06-11T21:49:28.913Z Compiling cipher v0.4.4
19702026-06-11T21:49:28.913Z Compiling hkdf v0.12.4
19712026-06-11T21:49:28.913Z Compiling ingot v0.1.1
19722026-06-11T21:49:29.382Z Compiling goblin v0.8.2
19732026-06-11T21:49:29.733Z Compiling num-iter v0.1.45
19742026-06-11T21:49:29.866Z Compiling num-rational v0.4.2
19752026-06-11T21:49:31.005Z Compiling tabwriter v1.4.1
19762026-06-11T21:49:31.215Z Compiling universal-hash v0.5.1
19772026-06-11T21:49:31.356Z Compiling crypto-bigint v0.5.5
19782026-06-11T21:49:31.359Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-06-11T21:49:31.554Z Compiling thiserror-impl-no-std v2.0.2
19802026-06-11T21:49:32.021Z Compiling hubpack_derive v0.1.1
19812026-06-11T21:49:32.508Z Compiling crossbeam-epoch v0.9.18
19822026-06-11T21:49:32.635Z Compiling half v2.7.1
19832026-06-11T21:49:32.847Z Compiling curve25519-dalek-derive v0.1.1
19842026-06-11T21:49:33.016Z Compiling num-complex v0.4.6
19852026-06-11T21:49:33.630Z Compiling memoffset v0.9.1
19862026-06-11T21:49:33.651Z Compiling opaque-debug v0.3.1
19872026-06-11T21:49:33.867Z Compiling cfg_aliases v0.2.1
19882026-06-11T21:49:33.907Z Compiling prettyplease v0.2.37
19892026-06-11T21:49:33.962Z Compiling base64ct v1.8.3
19902026-06-11T21:49:34.162Z Compiling ciborium-io v0.2.2
19912026-06-11T21:49:34.267Z Compiling base16ct v0.2.0
19922026-06-11T21:49:34.524Z Compiling elliptic-curve v0.13.8
19932026-06-11T21:49:34.886Z Compiling ciborium-ll v0.2.2
19942026-06-11T21:49:35.049Z Compiling password-hash v0.5.0
19952026-06-11T21:49:35.246Z Compiling nix v0.31.3
19962026-06-11T21:49:35.926Z Compiling poly1305 v0.8.0
19972026-06-11T21:49:36.359Z Compiling num v0.4.3
19982026-06-11T21:49:36.442Z Compiling thiserror-no-std v2.0.2
19992026-06-11T21:49:36.536Z Compiling hubpack v0.1.2
20002026-06-11T21:49:37.610Z Compiling chacha20 v0.9.1
20012026-06-11T21:49:37.858Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20022026-06-11T21:49:37.927Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-06-11T21:49:38.280Z Compiling reqwest v0.12.28
20042026-06-11T21:49:39.078Z Compiling toml_edit v0.25.12+spec-1.1.0
20052026-06-11T21:49:39.323Z Compiling blake2 v0.10.6
20062026-06-11T21:49:39.392Z Compiling aead v0.5.2
20072026-06-11T21:49:39.813Z Compiling byte-wrapper v0.1.0
20082026-06-11T21:49:39.943Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20092026-06-11T21:49:39.958Z Compiling serde_repr v0.1.20
20102026-06-11T21:49:40.554Z Compiling proc-macro-error-attr v1.0.4
20112026-06-11T21:49:40.756Z Compiling bstr v1.12.1
20122026-06-11T21:49:40.798Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20132026-06-11T21:49:40.868Z Compiling rustix v0.38.44
20142026-06-11T21:49:40.981Z Compiling static_assertions v1.1.0
20152026-06-11T21:49:41.170Z Compiling float-ord v0.3.2
20162026-06-11T21:49:41.192Z Compiling keccak v0.1.6
20172026-06-11T21:49:41.338Z Compiling sha3 v0.10.9
20182026-06-11T21:49:41.673Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20192026-06-11T21:49:41.717Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-11T21:49:42.379Z Compiling proc-macro-crate v3.5.0
20212026-06-11T21:49:42.397Z Compiling argon2 v0.5.3
20222026-06-11T21:49:42.854Z Compiling chacha20poly1305 v0.10.1
20232026-06-11T21:49:43.011Z Compiling progenitor-client v0.10.0
20242026-06-11T21:49:43.382Z Compiling vsss-rs v3.3.4
20252026-06-11T21:49:44.662Z Compiling rustls-webpki v0.103.13
20262026-06-11T21:49:44.918Z Compiling ciborium v0.2.2
20272026-06-11T21:49:45.592Z Compiling usdt-macro v0.5.0
20282026-06-11T21:49:45.726Z Compiling usdt-attr-macro v0.5.0
20292026-06-11T21:49:47.303Z Compiling num-derive v0.4.2
20302026-06-11T21:49:47.430Z Compiling enum-as-inner v0.6.1
20312026-06-11T21:49:48.014Z Compiling proc-macro-error v1.0.4
20322026-06-11T21:49:48.100Z Compiling memmap v0.7.0
20332026-06-11T21:49:48.256Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20342026-06-11T21:49:48.499Z Compiling indent_write v2.2.0
20352026-06-11T21:49:48.516Z Compiling data-encoding v2.11.0
20362026-06-11T21:49:48.648Z Compiling winnow v0.5.40
20372026-06-11T21:49:48.828Z Compiling usdt v0.5.0
20382026-06-11T21:49:49.098Z Compiling tokio-rustls v0.26.4
20392026-06-11T21:49:49.352Z Compiling rustls-platform-verifier v0.7.0
20402026-06-11T21:49:49.404Z Compiling hyper-rustls v0.27.9
20412026-06-11T21:49:49.944Z Compiling reqwest v0.13.4
20422026-06-11T21:49:49.986Z Compiling toml_edit v0.19.15
20432026-06-11T21:49:50.146Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-11T21:49:51.916Z Compiling progenitor-client v0.14.0
20452026-06-11T21:49:52.209Z Compiling progenitor-extras v0.2.0
20462026-06-11T21:49:52.870Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-11T21:49:53.768Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20482026-06-11T21:49:53.884Z Compiling num_enum_derive v0.7.6
20492026-06-11T21:49:55.088Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-11T21:49:57.385Z Compiling serde_spanned v0.6.9
20512026-06-11T21:49:57.543Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-11T21:50:04.157Z Compiling foreign-types-macros v0.2.3
20532026-06-11T21:50:04.308Z Compiling foreign-types-shared v0.3.1
20542026-06-11T21:50:04.415Z Compiling colored v3.1.1
20552026-06-11T21:50:04.697Z Compiling toml_write v0.1.2
20562026-06-11T21:50:04.829Z Compiling vcpkg v0.2.15
20572026-06-11T21:50:04.911Z Compiling winnow v0.7.15
20582026-06-11T21:50:04.929Z Compiling bytecount v0.6.9
20592026-06-11T21:50:05.087Z Compiling pkg-config v0.3.33
20602026-06-11T21:50:05.126Z Compiling foreign-types v0.5.0
20612026-06-11T21:50:05.376Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-11T21:50:05.541Z Compiling openssl-sys v0.9.116
20632026-06-11T21:50:05.656Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-11T21:50:06.368Z Compiling toml_edit v0.22.27
20652026-06-11T21:50:06.409Z Compiling num_enum v0.7.6
20662026-06-11T21:50:06.547Z Compiling proc-macro-crate v1.3.1
20672026-06-11T21:50:06.752Z Compiling progenitor-impl v0.13.0
20682026-06-11T21:50:06.840Z Compiling chacha20 v0.10.0
20692026-06-11T21:50:06.886Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702026-06-11T21:50:07.596Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20712026-06-11T21:50:08.038Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20722026-06-11T21:50:08.051Z Compiling cstr-argument v0.1.2
20732026-06-11T21:50:08.214Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20742026-06-11T21:50:08.231Z Compiling resolv-conf v0.7.6
20752026-06-11T21:50:08.442Z Compiling semver v0.1.20
20762026-06-11T21:50:08.466Z Compiling unicode-segmentation v1.13.3
20772026-06-11T21:50:08.695Z Compiling rayon-core v1.13.0
20782026-06-11T21:50:08.743Z Compiling heck v0.4.1
20792026-06-11T21:50:08.842Z Compiling linked-hash-map v0.5.6
20802026-06-11T21:50:08.949Z Compiling swrite v0.1.0
20812026-06-11T21:50:09.061Z Compiling lru-cache v0.1.2
20822026-06-11T21:50:09.078Z Compiling progenitor-macro v0.13.0
20832026-06-11T21:50:09.114Z Compiling newline-converter v0.3.0
20842026-06-11T21:50:09.211Z Compiling rustc_version v0.1.7
20852026-06-11T21:50:09.287Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20862026-06-11T21:50:09.322Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20872026-06-11T21:50:09.422Z Compiling toml v0.8.23
20882026-06-11T21:50:09.668Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20892026-06-11T21:50:09.717Z Compiling rand v0.10.1
20902026-06-11T21:50:09.805Z Compiling num_enum_derive v0.5.11
20912026-06-11T21:50:10.215Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20922026-06-11T21:50:10.692Z Compiling atomicwrites v0.4.4
20932026-06-11T21:50:10.753Z Compiling progenitor-client v0.13.0
20942026-06-11T21:50:10.813Z Compiling hickory-proto v0.24.4
20952026-06-11T21:50:10.956Z Compiling similar v2.7.0
20962026-06-11T21:50:10.979Z Compiling crossbeam-deque v0.8.6
20972026-06-11T21:50:11.219Z Compiling progenitor-impl v0.14.0
20982026-06-11T21:50:11.239Z Compiling console v0.15.11
20992026-06-11T21:50:12.509Z Compiling camino-tempfile v1.4.1
21002026-06-11T21:50:12.931Z Compiling serde-big-array v0.5.1
21012026-06-11T21:50:13.101Z Compiling pin-project-internal v1.1.13
21022026-06-11T21:50:13.265Z Compiling derive-where v1.6.1
21032026-06-11T21:50:13.296Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21042026-06-11T21:50:13.733Z Compiling siphasher v1.0.3
21052026-06-11T21:50:13.864Z Compiling lazy_static v1.5.0
21062026-06-11T21:50:13.958Z Compiling minimal-lexical v0.2.1
21072026-06-11T21:50:13.983Z Compiling phf_shared v0.12.1
21082026-06-11T21:50:14.211Z Compiling nom v7.1.3
21092026-06-11T21:50:14.213Z Compiling pin-project v1.1.13
21102026-06-11T21:50:14.343Z Compiling progenitor-macro v0.14.0
21112026-06-11T21:50:14.598Z Compiling progenitor v0.13.0
21122026-06-11T21:50:14.753Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21132026-06-11T21:50:15.053Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-11T21:50:15.540Z Compiling hickory-resolver v0.24.4
21152026-06-11T21:50:18.474Z Compiling expectorate v1.2.0
21162026-06-11T21:50:18.905Z Compiling num_enum v0.5.11
21172026-06-11T21:50:19.044Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-11T21:50:20.209Z Compiling newtype_derive v0.1.6
21192026-06-11T21:50:20.904Z Compiling unicode-normalization v0.1.25
21202026-06-11T21:50:21.503Z Compiling tokio-stream v0.1.18
21212026-06-11T21:50:22.068Z Compiling async-recursion v1.1.1
21222026-06-11T21:50:22.796Z Compiling snafu-derive v0.8.9
21232026-06-11T21:50:23.078Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21242026-06-11T21:50:23.406Z Compiling slog-dtrace v0.3.0
21252026-06-11T21:50:23.664Z Compiling csv-core v0.1.13
21262026-06-11T21:50:23.681Z Compiling unicode-xid v0.2.6
21272026-06-11T21:50:23.818Z Compiling konst_macro_rules v0.2.19
21282026-06-11T21:50:24.028Z Compiling openssl v0.10.80
21292026-06-11T21:50:24.088Z Compiling same-file v1.0.6
21302026-06-11T21:50:24.272Z Compiling foldhash v0.1.5
21312026-06-11T21:50:24.329Z Compiling unicode-width v0.1.14
21322026-06-11T21:50:24.504Z Compiling cancel-safe-futures v0.1.5
21332026-06-11T21:50:24.631Z Compiling highway v1.3.0
21342026-06-11T21:50:24.648Z Compiling owo-colors v4.3.0
21352026-06-11T21:50:24.783Z Compiling foreign-types-shared v0.1.1
21362026-06-11T21:50:24.889Z Compiling chrono-tz v0.10.4
21372026-06-11T21:50:24.910Z Compiling foreign-types v0.3.2
21382026-06-11T21:50:24.996Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-11T21:50:25.090Z Compiling snafu v0.8.9
21402026-06-11T21:50:25.160Z Compiling hashbrown v0.15.5
21412026-06-11T21:50:25.352Z Compiling walkdir v2.5.0
21422026-06-11T21:50:25.654Z Compiling konst v0.2.20
21432026-06-11T21:50:25.810Z Compiling csv v1.4.0
21442026-06-11T21:50:26.047Z Compiling const_format_proc_macros v0.2.34
21452026-06-11T21:50:26.203Z Compiling qorb v0.4.1
21462026-06-11T21:50:26.271Z Compiling progenitor v0.14.0
21472026-06-11T21:50:26.422Z Compiling olpc-cjson v0.1.4
21482026-06-11T21:50:26.698Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-11T21:50:26.857Z Compiling rayon v1.12.0
21502026-06-11T21:50:27.478Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21512026-06-11T21:50:28.018Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-11T21:50:29.056Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-11T21:50:30.279Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-11T21:50:30.807Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21552026-06-11T21:50:30.935Z Compiling phf v0.12.1
21562026-06-11T21:50:31.572Z Compiling zone_cfg_derive v0.3.1
21572026-06-11T21:50:32.106Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-11T21:50:32.330Z Compiling tokio-dtrace v0.1.1
21592026-06-11T21:50:32.656Z Compiling globset v0.4.18
21602026-06-11T21:50:33.013Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21612026-06-11T21:50:33.240Z Compiling itertools v0.12.1
21622026-06-11T21:50:34.477Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-06-11T21:50:34.714Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21642026-06-11T21:50:34.733Z Compiling libsw-core v0.3.2
21652026-06-11T21:50:34.763Z Compiling pem v3.0.6
21662026-06-11T21:50:34.915Z Compiling serde_plain v1.0.2
21672026-06-11T21:50:35.076Z Compiling openssl-macros v0.1.1
21682026-06-11T21:50:35.204Z Compiling cookie v0.18.1
21692026-06-11T21:50:35.318Z Compiling sigpipe v0.1.3
21702026-06-11T21:50:35.384Z Compiling fixedbitset v0.5.7
21712026-06-11T21:50:35.422Z Compiling jiff v0.2.28
21722026-06-11T21:50:35.468Z Compiling typed-path v0.9.3
21732026-06-11T21:50:35.563Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-06-11T21:50:35.777Z Compiling glob v0.3.3
21752026-06-11T21:50:35.817Z Compiling fixedbitset v0.4.2
21762026-06-11T21:50:35.971Z Compiling petgraph v0.8.3
21772026-06-11T21:50:36.067Z Compiling petgraph v0.6.5
21782026-06-11T21:50:36.703Z Compiling tough v0.22.0
21792026-06-11T21:50:37.665Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-06-11T21:50:37.870Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21812026-06-11T21:50:37.915Z Compiling libsw v3.5.0
21822026-06-11T21:50:38.134Z Compiling zone v0.3.1
21832026-06-11T21:50:38.398Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21842026-06-11T21:50:38.401Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-11T21:50:38.728Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-11T21:50:39.860Z Compiling oxide-tokio-rt v0.1.6
21872026-06-11T21:50:40.434Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21882026-06-11T21:50:41.389Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-11T21:50:41.600Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-06-11T21:50:42.410Z Compiling const_format v0.2.36
21912026-06-11T21:50:42.544Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-11T21:50:43.296Z Compiling papergrid v0.11.0
21932026-06-11T21:50:44.189Z Compiling tabled_derive v0.7.0
21942026-06-11T21:50:44.445Z Compiling gethostname v0.5.0
21952026-06-11T21:50:44.590Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-11T21:50:45.154Z Compiling libscf-sys v1.2.0
21972026-06-11T21:50:45.337Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21982026-06-11T21:50:45.638Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-11T21:50:45.727Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22002026-06-11T21:50:45.777Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-11T21:50:45.838Z Compiling smf v0.2.3
22022026-06-11T21:50:45.903Z Compiling bcs v0.1.6
22032026-06-11T21:50:46.047Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22042026-06-11T21:50:46.311Z Compiling tagptr v0.2.0
22052026-06-11T21:50:46.484Z Compiling termtree v0.5.1
22062026-06-11T21:50:46.659Z Compiling smawk v0.3.2
22072026-06-11T21:50:46.836Z Compiling linear-map v1.2.0
22082026-06-11T21:50:46.917Z Compiling whoami v1.6.1
22092026-06-11T21:50:46.986Z Compiling unicode-linebreak v0.1.5
22102026-06-11T21:50:47.065Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-11T21:50:47.266Z Compiling textwrap v0.16.2
22122026-06-11T21:50:48.524Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22132026-06-11T21:50:48.839Z Compiling moka v0.12.15
22142026-06-11T21:50:49.005Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-11T21:50:49.107Z Compiling tabled v0.15.0
22162026-06-11T21:50:49.999Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-06-11T21:50:50.017Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-11T21:50:50.075Z Compiling steno v0.4.1
22192026-06-11T21:50:50.127Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-06-11T21:50:51.586Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-11T21:50:55.278Z Compiling hickory-proto v0.25.2
22222026-06-11T21:50:56.594Z Compiling proc-macro-error-attr2 v2.0.0
22232026-06-11T21:50:56.669Z Compiling proc-macro-error2 v2.0.1
22242026-06-11T21:50:56.965Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22252026-06-11T21:50:56.990Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22262026-06-11T21:50:57.220Z Compiling parking_lot_core v0.8.6
22272026-06-11T21:50:57.315Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22282026-06-11T21:50:57.427Z Compiling tabled_derive v0.11.0
22292026-06-11T21:50:57.500Z Compiling hickory-resolver v0.25.2
22302026-06-11T21:50:58.458Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-06-11T21:50:58.550Z Compiling papergrid v0.18.0
22322026-06-11T21:50:59.042Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-11T21:50:59.619Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22342026-06-11T21:51:01.825Z Compiling testing_table v0.3.0
22352026-06-11T21:51:01.830Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22362026-06-11T21:51:02.034Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-06-11T21:51:02.084Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22382026-06-11T21:51:03.251Z Compiling tabled v0.21.0
22392026-06-11T21:51:03.312Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22402026-06-11T21:51:04.171Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22412026-06-11T21:51:04.206Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22422026-06-11T21:51:04.291Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22432026-06-11T21:51:04.896Z Compiling arc-swap v1.9.1
22442026-06-11T21:51:04.981Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22452026-06-11T21:51:05.820Z Compiling slog-scope v4.4.1
22462026-06-11T21:51:06.232Z Compiling parking_lot v0.11.2
22472026-06-11T21:51:07.102Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22482026-06-11T21:51:08.563Z Compiling dropshot-api-manager-types v0.7.2
22492026-06-11T21:51:08.592Z Compiling fxhash v0.2.1
22502026-06-11T21:51:08.592Z Compiling crc8 v0.1.1
22512026-06-11T21:51:08.592Z Compiling sled v0.34.7
22522026-06-11T21:51:08.592Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22532026-06-11T21:51:08.592Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22542026-06-11T21:51:09.386Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22552026-06-11T21:51:10.938Z Compiling slog-stdlog v4.1.1
22562026-06-11T21:51:11.150Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22572026-06-11T21:51:11.399Z Compiling slog-envlogger v2.2.0
22582026-06-11T21:51:11.463Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22592026-06-11T21:51:14.067Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22602026-06-11T21:51:18.045Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22612026-06-11T21:51:21.043Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22622026-06-11T21:51:24.167Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22632026-06-11T21:51:27.486Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22642026-06-11T21:51:34.296Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22652026-06-11T21:51:37.405Z Finished `release` profile [optimized] target(s) in 3m 41s
22662026-06-11T21:51:37.741Z+ banner quartet
22672026-06-11T21:51:37.745Z
22682026-06-11T21:51:37.745Z #### # # ## ##### ##### ###### #####
22692026-06-11T21:51:37.745Z # # # # # # # # # # #
22702026-06-11T21:51:37.745Z # # # # # # # # # ##### #
22712026-06-11T21:51:37.745Z # # # # # ###### ##### # # #
22722026-06-11T21:51:37.745Z # # # # # # # # # # #
22732026-06-11T21:51:37.745Z ### # #### # # # # # ###### #
22742026-06-11T21:51:37.745Z
22752026-06-11T21:51:37.745Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22762026-06-11T21:51:38.307Z Compiling cfg-if v1.0.4
22772026-06-11T21:51:38.310Z Compiling libc v0.2.186
22782026-06-11T21:51:38.310Z Compiling serde_core v1.0.228
22792026-06-11T21:51:38.406Z Compiling memchr v2.8.1
22802026-06-11T21:51:38.422Z Compiling itoa v1.0.18
22812026-06-11T21:51:38.427Z Compiling smallvec v1.15.1
22822026-06-11T21:51:38.431Z Compiling stable_deref_trait v1.2.1
22832026-06-11T21:51:38.436Z Compiling zerofrom v0.1.8
22842026-06-11T21:51:38.462Z Compiling zmij v1.0.21
22852026-06-11T21:51:38.508Z Compiling writeable v0.6.3
22862026-06-11T21:51:38.563Z Compiling yoke v0.8.3
22872026-06-11T21:51:38.648Z Compiling litemap v0.8.2
22882026-06-11T21:51:38.667Z Compiling utf8_iter v1.0.4
22892026-06-11T21:51:38.761Z Compiling zerovec v0.11.6
22902026-06-11T21:51:38.765Z Compiling zerotrie v0.2.4
22912026-06-11T21:51:38.804Z Compiling percent-encoding v2.3.2
22922026-06-11T21:51:38.844Z Compiling libm v0.2.16
22932026-06-11T21:51:38.856Z Compiling icu_properties_data v2.2.0
22942026-06-11T21:51:38.964Z Compiling icu_normalizer_data v2.2.0
22952026-06-11T21:51:39.008Z Compiling form_urlencoded v1.2.2
22962026-06-11T21:51:39.043Z Compiling rand_core v0.10.1
22972026-06-11T21:51:39.080Z Compiling errno v0.3.14
22982026-06-11T21:51:39.203Z Compiling getrandom v0.4.2
22992026-06-11T21:51:39.220Z Compiling iana-time-zone v0.1.65
23002026-06-11T21:51:39.252Z Compiling pin-project-lite v0.2.17
23012026-06-11T21:51:39.314Z Compiling zeroize v1.8.2
23022026-06-11T21:51:39.355Z Compiling tinystr v0.8.3
23032026-06-11T21:51:39.379Z Compiling potential_utf v0.1.5
23042026-06-11T21:51:39.410Z Compiling dyn-clone v1.0.20
23052026-06-11T21:51:39.555Z Compiling icu_locale_core v2.2.0
23062026-06-11T21:51:39.566Z Compiling icu_collections v2.2.0
23072026-06-11T21:51:39.591Z Compiling socket2 v0.6.4
23082026-06-11T21:51:39.634Z Compiling scopeguard v1.2.0
23092026-06-11T21:51:39.634Z Compiling parking_lot_core v0.9.12
23102026-06-11T21:51:39.634Z Compiling signal-hook-registry v1.4.8
23112026-06-11T21:51:39.705Z Compiling num-traits v0.2.19
23122026-06-11T21:51:39.999Z Compiling lock_api v0.4.14
23132026-06-11T21:51:40.155Z Compiling mio v1.2.1
23142026-06-11T21:51:40.255Z Compiling serde v1.0.228
23152026-06-11T21:51:40.309Z Compiling serde_json v1.0.150
23162026-06-11T21:51:40.364Z Compiling icu_provider v2.2.0
23172026-06-11T21:51:40.439Z Compiling uuid v1.23.2
23182026-06-11T21:51:40.466Z Compiling semver v1.0.28
23192026-06-11T21:51:40.589Z Compiling parking_lot v0.12.5
23202026-06-11T21:51:40.860Z Compiling bytes v1.11.1
23212026-06-11T21:51:40.871Z Compiling icu_normalizer v2.2.0
23222026-06-11T21:51:40.989Z Compiling icu_properties v2.2.0
23232026-06-11T21:51:41.039Z Compiling chrono v0.4.45
23242026-06-11T21:51:41.115Z Compiling portable-atomic v1.13.1
23252026-06-11T21:51:41.533Z Compiling tokio v1.52.3
23262026-06-11T21:51:41.771Z Compiling thiserror v2.0.18
23272026-06-11T21:51:41.827Z Compiling bitflags v2.12.1
23282026-06-11T21:51:41.885Z Compiling critical-section v1.2.0
23292026-06-11T21:51:41.999Z Compiling idna_adapter v1.2.2
23302026-06-11T21:51:42.081Z Compiling futures-core v0.3.32
23312026-06-11T21:51:42.137Z Compiling idna v1.1.0
23322026-06-11T21:51:42.231Z Compiling once_cell v1.21.4
23332026-06-11T21:51:42.246Z Compiling log v0.4.32
23342026-06-11T21:51:42.449Z Compiling equivalent v1.0.2
23352026-06-11T21:51:42.476Z Compiling url v2.5.8
23362026-06-11T21:51:42.497Z Compiling subtle v2.6.1
23372026-06-11T21:51:42.539Z Compiling zerocopy v0.8.50
23382026-06-11T21:51:42.574Z Compiling futures-sink v0.3.32
23392026-06-11T21:51:42.666Z Compiling slab v0.4.12
23402026-06-11T21:51:42.696Z Compiling typenum v1.20.1
23412026-06-11T21:51:42.882Z Compiling futures-channel v0.3.32
23422026-06-11T21:51:42.995Z Compiling getrandom v0.2.17
23432026-06-11T21:51:43.153Z Compiling schemars v0.8.22
23442026-06-11T21:51:43.218Z Compiling futures-task v0.3.32
23452026-06-11T21:51:43.394Z Compiling futures-io v0.3.32
23462026-06-11T21:51:43.535Z Compiling futures-util v0.3.32
23472026-06-11T21:51:43.592Z Compiling rand_core v0.6.4
23482026-06-11T21:51:43.871Z Compiling hashbrown v0.17.1
23492026-06-11T21:51:44.300Z Compiling tracing-core v0.1.36
23502026-06-11T21:51:44.563Z Compiling indexmap v2.14.0
23512026-06-11T21:51:44.639Z Compiling ipnetwork v0.21.1
23522026-06-11T21:51:45.070Z Compiling tracing v0.1.44
23532026-06-11T21:51:45.384Z Compiling base64 v0.22.1
23542026-06-11T21:51:45.398Z Compiling http v1.4.1
23552026-06-11T21:51:45.429Z Compiling unicode-ident v1.0.24
23562026-06-11T21:51:45.555Z Compiling proc-macro2 v1.0.106
23572026-06-11T21:51:45.807Z Compiling slog v2.8.2
23582026-06-11T21:51:45.823Z Compiling erased-serde v0.3.31
23592026-06-11T21:51:45.879Z Compiling fnv v1.0.7
23602026-06-11T21:51:45.989Z Compiling quote v1.0.45
23612026-06-11T21:51:46.424Z Compiling oxnet v0.1.6
23622026-06-11T21:51:46.683Z Compiling syn v2.0.117
23632026-06-11T21:51:46.724Z Compiling tokio-util v0.7.18
23642026-06-11T21:51:46.865Z Compiling ipnet v2.12.0
23652026-06-11T21:51:47.297Z Compiling byteorder v1.5.0
23662026-06-11T21:51:47.560Z Compiling thiserror v1.0.69
23672026-06-11T21:51:47.674Z Compiling ppv-lite86 v0.2.21
23682026-06-11T21:51:47.710Z Compiling rustls-pki-types v1.14.1
23692026-06-11T21:51:47.975Z Compiling aws-lc-sys v0.41.0
23702026-06-11T21:51:48.025Z Compiling http-body v1.0.1
23712026-06-11T21:51:48.094Z Compiling untrusted v0.7.1
23722026-06-11T21:51:48.193Z Compiling atomic-waker v1.1.2
23732026-06-11T21:51:48.205Z Compiling httparse v1.10.1
23742026-06-11T21:51:48.223Z Compiling tower-layer v0.3.3
23752026-06-11T21:51:48.329Z Compiling rustls v0.23.40
23762026-06-11T21:51:48.424Z Compiling ryu v1.0.23
23772026-06-11T21:51:48.545Z Compiling aws-lc-rs v1.17.0
23782026-06-11T21:51:48.566Z Compiling untrusted v0.9.0
23792026-06-11T21:51:48.594Z Compiling pretty-hex v0.4.2
23802026-06-11T21:51:48.646Z Compiling try-lock v0.2.5
23812026-06-11T21:51:48.681Z Compiling tower-service v0.3.3
23822026-06-11T21:51:48.736Z Compiling h2 v0.4.14
23832026-06-11T21:51:48.747Z Compiling want v0.3.1
23842026-06-11T21:51:48.757Z Compiling httpdate v1.0.3
23852026-06-11T21:51:48.778Z Compiling rustix v1.1.4
23862026-06-11T21:51:48.816Z Compiling regex-syntax v0.8.10
23872026-06-11T21:51:48.928Z Compiling plain v0.2.3
23882026-06-11T21:51:49.050Z Compiling getrandom v0.3.4
23892026-06-11T21:51:49.141Z Compiling omicron-workspace-hack v0.1.0
23902026-06-11T21:51:49.221Z Compiling ucd-trie v0.1.7
23912026-06-11T21:51:49.259Z Compiling rand_core v0.9.5
23922026-06-11T21:51:49.524Z Compiling pest v2.8.6
23932026-06-11T21:51:49.813Z Compiling rustls-webpki v0.103.13
23942026-06-11T21:51:51.170Z Compiling crossbeam-utils v0.8.21
23952026-06-11T21:51:51.442Z Compiling hyper v1.10.1
23962026-06-11T21:51:51.953Z Compiling serde_urlencoded v0.7.1
23972026-06-11T21:51:52.251Z Compiling http-body-util v0.1.3
23982026-06-11T21:51:52.433Z Compiling foldhash v0.2.0
23992026-06-11T21:51:52.538Z Compiling allocator-api2 v0.2.21
24002026-06-11T21:51:52.759Z Compiling newtype-uuid v1.3.2
24012026-06-11T21:51:52.959Z Compiling hyper-util v0.1.20
24022026-06-11T21:51:53.807Z Compiling hashbrown v0.16.1
24032026-06-11T21:51:54.539Z Compiling tokio-rustls v0.26.4
24042026-06-11T21:51:54.851Z Compiling hex v0.4.3
24052026-06-11T21:51:54.935Z Compiling daft v0.1.7
24062026-06-11T21:51:55.200Z Compiling rand_chacha v0.9.0
24072026-06-11T21:51:55.231Z Compiling sync_wrapper v1.0.2
24082026-06-11T21:51:55.346Z Compiling aho-corasick v1.1.4
24092026-06-11T21:51:55.367Z Compiling fastrand v2.4.1
24102026-06-11T21:51:55.714Z Compiling rand v0.9.4
24112026-06-11T21:51:55.760Z Compiling tower v0.5.3
24122026-06-11T21:51:55.985Z Compiling anyhow v1.0.102
24132026-06-11T21:51:56.045Z Compiling powerfmt v0.2.0
24142026-06-11T21:51:56.134Z Compiling generic-array v0.14.7
24152026-06-11T21:51:56.306Z Compiling regex-automata v0.4.14
24162026-06-11T21:51:56.360Z Compiling tower-http v0.6.11
24172026-06-11T21:51:56.480Z Compiling deranged v0.5.8
24182026-06-11T21:51:56.650Z Compiling openapiv3 v2.2.0
24192026-06-11T21:51:56.705Z Compiling time-core v0.1.8
24202026-06-11T21:51:56.859Z Compiling openssl-probe v0.2.1
24212026-06-11T21:51:57.041Z Compiling num_threads v0.1.7
24222026-06-11T21:51:57.119Z Compiling cpufeatures v0.3.0
24232026-06-11T21:51:57.143Z Compiling num-conv v0.2.2
24242026-06-11T21:51:57.198Z Compiling rustls-native-certs v0.8.4
24252026-06-11T21:51:57.306Z Compiling camino v1.2.2
24262026-06-11T21:51:57.581Z Compiling time v0.3.47
24272026-06-11T21:51:57.893Z Compiling tempfile v3.27.0
24282026-06-11T21:51:58.062Z Compiling futures-executor v0.3.32
24292026-06-11T21:51:58.609Z Compiling winnow v1.0.3
24302026-06-11T21:51:58.811Z Compiling regex v1.12.3
24312026-06-11T21:51:59.159Z Compiling futures v0.3.32
24322026-06-11T21:51:59.251Z Compiling rustls-platform-verifier v0.7.0
24332026-06-11T21:51:59.890Z Compiling hyper-rustls v0.27.9
24342026-06-11T21:52:00.108Z Compiling crossbeam-channel v0.5.15
24352026-06-11T21:52:00.267Z Compiling scroll v0.13.0
24362026-06-11T21:52:00.271Z Compiling hybrid-array v0.4.12
24372026-06-11T21:52:00.576Z Compiling simd-adler32 v0.3.9
24382026-06-11T21:52:00.603Z Compiling adler2 v2.0.1
24392026-06-11T21:52:00.771Z Compiling miniz_oxide v0.8.9
24402026-06-11T21:52:00.774Z Compiling goblin v0.10.7
24412026-06-11T21:52:00.793Z Compiling crc32fast v1.5.0
24422026-06-11T21:52:00.853Z Compiling reqwest v0.13.4
24432026-06-11T21:52:01.042Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24442026-06-11T21:52:01.415Z Compiling thread_local v1.1.9
24452026-06-11T21:52:01.776Z Compiling either v1.16.0
24462026-06-11T21:52:02.041Z Compiling flate2 v1.1.9
24472026-06-11T21:52:02.220Z Compiling block-buffer v0.12.0
24482026-06-11T21:52:02.406Z Compiling crypto-common v0.2.2
24492026-06-11T21:52:02.602Z Compiling crypto-common v0.1.7
24502026-06-11T21:52:02.759Z Compiling dtrace-parser v0.3.0
24512026-06-11T21:52:03.079Z Compiling rand_chacha v0.3.1
24522026-06-11T21:52:03.712Z Compiling is-terminal v0.4.17
24532026-06-11T21:52:03.715Z Compiling thread-id v5.1.0
24542026-06-11T21:52:03.816Z Compiling match_cfg v0.1.0
24552026-06-11T21:52:03.827Z Compiling compression-core v0.4.32
24562026-06-11T21:52:03.894Z Compiling take_mut v0.2.2
24572026-06-11T21:52:04.006Z Compiling dof v0.4.0
24582026-06-11T21:52:04.017Z Compiling const-oid v0.10.2
24592026-06-11T21:52:04.320Z Compiling debug-ignore v1.0.5
24602026-06-11T21:52:04.440Z Compiling term v1.2.1
24612026-06-11T21:52:05.351Z Compiling slog-term v2.9.2
24622026-06-11T21:52:06.356Z Compiling usdt-impl v0.6.0
24632026-06-11T21:52:06.707Z Compiling digest v0.11.3
24642026-06-11T21:52:06.908Z Compiling slog-async v2.8.0
24652026-06-11T21:52:07.112Z Compiling compression-codecs v0.4.38
24662026-06-11T21:52:07.503Z Compiling hostname v0.3.1
24672026-06-11T21:52:07.551Z Compiling rand v0.8.6
24682026-06-11T21:52:07.666Z Compiling ref-cast v1.0.25
24692026-06-11T21:52:07.778Z Compiling toml_parser v1.1.2+spec-1.1.0
24702026-06-11T21:52:08.359Z Compiling slog-json v2.6.1
24712026-06-11T21:52:08.393Z Compiling strum v0.26.3
24722026-06-11T21:52:08.534Z Compiling macaddr v1.0.1
24732026-06-11T21:52:08.622Z Compiling serde_spanned v1.1.1
24742026-06-11T21:52:08.788Z Compiling toml_datetime v1.1.1+spec-1.1.0
24752026-06-11T21:52:08.819Z Compiling memmap2 v0.9.10
24762026-06-11T21:52:09.122Z Compiling wait-timeout v0.2.1
24772026-06-11T21:52:09.122Z Compiling encoding_rs v0.8.35
24782026-06-11T21:52:09.210Z Compiling spin v0.9.8
24792026-06-11T21:52:09.339Z Compiling bit-vec v0.8.0
24802026-06-11T21:52:09.614Z Compiling quick-error v1.2.3
24812026-06-11T21:52:09.639Z Compiling mime v0.3.17
24822026-06-11T21:52:09.727Z Compiling toml_writer v1.1.1+spec-1.1.0
24832026-06-11T21:52:09.991Z Compiling toml v1.1.2+spec-1.1.0
24842026-06-11T21:52:10.121Z Compiling rusty-fork v0.3.1
24852026-06-11T21:52:10.723Z Compiling multer v3.1.0
24862026-06-11T21:52:10.979Z Compiling bit-set v0.8.0
24872026-06-11T21:52:11.177Z Compiling usdt v0.6.0
24882026-06-11T21:52:11.844Z Compiling slog-bunyan v2.5.0
24892026-06-11T21:52:11.985Z Compiling async-compression v0.4.42
24902026-06-11T21:52:12.056Z Compiling sha1 v0.11.0
24912026-06-11T21:52:12.286Z Compiling serde_with v3.20.0
24922026-06-11T21:52:12.324Z Compiling async-stream v0.3.6
24932026-06-11T21:52:12.463Z Compiling rand_xorshift v0.4.0
24942026-06-11T21:52:12.466Z Compiling waitgroup v0.1.2
24952026-06-11T21:52:12.520Z Compiling rustls-pemfile v2.2.0
24962026-06-11T21:52:12.621Z Compiling serde_path_to_error v0.1.20
24972026-06-11T21:52:12.636Z Compiling hostname v0.4.2
24982026-06-11T21:52:12.694Z Compiling unarray v0.1.4
24992026-06-11T21:52:12.793Z Compiling proptest v1.11.0
25002026-06-11T21:52:12.796Z Compiling progenitor-client v0.14.0
25012026-06-11T21:52:12.815Z Compiling strum v0.27.2
25022026-06-11T21:52:12.951Z Compiling dropshot v0.17.1
25032026-06-11T21:52:13.080Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25042026-06-11T21:52:13.234Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-06-11T21:52:13.311Z Compiling iddqd v0.4.2
25062026-06-11T21:52:13.400Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25072026-06-11T21:52:13.463Z Compiling reqwest v0.12.28
25082026-06-11T21:52:13.711Z Compiling block-buffer v0.10.4
25092026-06-11T21:52:13.889Z Compiling backon v1.6.0
25102026-06-11T21:52:14.164Z Compiling instant v0.1.13
25112026-06-11T21:52:14.290Z Compiling backoff v0.4.0
25122026-06-11T21:52:14.518Z Compiling progenitor-extras v0.2.0
25132026-06-11T21:52:14.550Z Compiling progenitor-client v0.10.0
25142026-06-11T21:52:14.763Z Compiling digest v0.10.7
25152026-06-11T21:52:15.025Z Compiling parse-display v0.10.0
25162026-06-11T21:52:15.077Z Compiling itertools v0.14.0
25172026-06-11T21:52:15.089Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25182026-06-11T21:52:15.476Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25192026-06-11T21:52:15.969Z Compiling regress v0.10.5
25202026-06-11T21:52:16.587Z Compiling humantime v2.3.0
25212026-06-11T21:52:17.040Z Compiling cpufeatures v0.2.17
25222026-06-11T21:52:17.127Z Compiling unicode-width v0.2.2
25232026-06-11T21:52:17.455Z Compiling heck v0.5.0
25242026-06-11T21:52:17.541Z Compiling secrecy v0.10.3
25252026-06-11T21:52:17.717Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25262026-06-11T21:52:18.090Z Compiling tinyvec_macros v0.1.1
25272026-06-11T21:52:18.171Z Compiling tinyvec v1.11.0
25282026-06-11T21:52:18.626Z Compiling num-integer v0.1.46
25292026-06-11T21:52:18.721Z Compiling scroll v0.12.0
25302026-06-11T21:52:18.942Z Compiling crucible-workspace-hack v0.1.0
25312026-06-11T21:52:19.026Z Compiling hmac v0.12.1
25322026-06-11T21:52:19.050Z Compiling inout v0.1.4
25332026-06-11T21:52:19.157Z Compiling regress v0.11.1
25342026-06-11T21:52:19.187Z Compiling ff v0.13.1
25352026-06-11T21:52:19.216Z Compiling utf8parse v0.2.2
25362026-06-11T21:52:19.333Z Compiling anstyle-parse v1.0.0
25372026-06-11T21:52:19.344Z Compiling group v0.13.0
25382026-06-11T21:52:19.477Z Compiling cipher v0.4.4
25392026-06-11T21:52:19.562Z Compiling hkdf v0.12.4
25402026-06-11T21:52:19.734Z Compiling goblin v0.8.2
25412026-06-11T21:52:19.750Z Compiling num-rational v0.4.2
25422026-06-11T21:52:20.772Z Compiling num-iter v0.1.45
25432026-06-11T21:52:20.877Z Compiling typify-impl v0.6.2
25442026-06-11T21:52:20.906Z Compiling zerocopy v0.7.35
25452026-06-11T21:52:21.516Z Compiling universal-hash v0.5.1
25462026-06-11T21:52:21.668Z Compiling crypto-bigint v0.5.5
25472026-06-11T21:52:21.862Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25482026-06-11T21:52:23.222Z Compiling terminal_size v0.4.4
25492026-06-11T21:52:23.389Z Compiling half v2.7.1
25502026-06-11T21:52:23.608Z Compiling num-complex v0.4.6
25512026-06-11T21:52:23.749Z Compiling anstyle-query v1.1.5
25522026-06-11T21:52:23.869Z Compiling colorchoice v1.0.5
25532026-06-11T21:52:24.002Z Compiling is_terminal_polyfill v1.70.2
25542026-06-11T21:52:24.027Z Compiling base16ct v0.2.0
25552026-06-11T21:52:24.085Z Compiling ciborium-io v0.2.2
25562026-06-11T21:52:24.107Z Compiling base64ct v1.8.3
25572026-06-11T21:52:24.190Z Compiling opaque-debug v0.3.1
25582026-06-11T21:52:24.238Z Compiling anstyle v1.0.14
25592026-06-11T21:52:24.270Z Compiling poly1305 v0.8.0
25602026-06-11T21:52:24.467Z Compiling anstream v1.0.0
25612026-06-11T21:52:24.520Z Compiling password-hash v0.5.0
25622026-06-11T21:52:24.897Z Compiling ciborium-ll v0.2.2
25632026-06-11T21:52:24.985Z Compiling elliptic-curve v0.13.8
25642026-06-11T21:52:25.164Z Compiling num v0.4.3
25652026-06-11T21:52:25.249Z Compiling curve25519-dalek v4.1.3
25662026-06-11T21:52:25.303Z Compiling typify v0.6.2
25672026-06-11T21:52:25.417Z Compiling dof v0.3.0
25682026-06-11T21:52:25.561Z Compiling thiserror-no-std v2.0.2
25692026-06-11T21:52:25.665Z Compiling chacha20 v0.9.1
25702026-06-11T21:52:25.925Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25712026-06-11T21:52:26.170Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25722026-06-11T21:52:27.782Z Compiling blake2 v0.10.6
25732026-06-11T21:52:27.967Z Compiling aead v0.5.2
25742026-06-11T21:52:28.147Z Compiling byte-wrapper v0.1.0
25752026-06-11T21:52:28.162Z Compiling crossbeam-epoch v0.9.18
25762026-06-11T21:52:28.290Z Compiling dtrace-parser v0.2.0
25772026-06-11T21:52:28.670Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-06-11T21:52:28.852Z Compiling thread-id v4.2.2
25792026-06-11T21:52:28.950Z Compiling strsim v0.11.1
25802026-06-11T21:52:29.128Z Compiling float-ord v0.3.2
25812026-06-11T21:52:29.143Z Compiling keccak v0.1.6
25822026-06-11T21:52:29.250Z Compiling clap_lex v1.1.0
25832026-06-11T21:52:29.625Z Compiling clap_builder v4.6.0
25842026-06-11T21:52:29.788Z Compiling sha3 v0.10.9
25852026-06-11T21:52:29.859Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25862026-06-11T21:52:30.188Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-11T21:52:30.264Z Compiling usdt-impl v0.5.0
25882026-06-11T21:52:30.884Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25892026-06-11T21:52:33.321Z Compiling chacha20poly1305 v0.10.1
25902026-06-11T21:52:33.480Z Compiling argon2 v0.5.3
25912026-06-11T21:52:34.527Z Compiling vsss-rs v3.3.4
25922026-06-11T21:52:34.605Z Compiling ciborium v0.2.2
25932026-06-11T21:52:35.458Z Compiling hash32 v0.3.1
25942026-06-11T21:52:35.633Z Compiling memmap v0.7.0
25952026-06-11T21:52:35.780Z Compiling data-encoding v2.11.0
25962026-06-11T21:52:35.876Z Compiling indent_write v2.2.0
25972026-06-11T21:52:36.031Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25982026-06-11T21:52:36.066Z Compiling usdt v0.5.0
25992026-06-11T21:52:36.732Z Compiling heapless v0.8.0
26002026-06-11T21:52:37.244Z Compiling ingot-types v0.1.2
26012026-06-11T21:52:37.703Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-06-11T21:52:37.837Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26032026-06-11T21:52:37.943Z Compiling clap v4.6.1
26042026-06-11T21:52:38.032Z Compiling rustix v0.38.44
26052026-06-11T21:52:38.059Z Compiling tabwriter v1.4.1
26062026-06-11T21:52:38.441Z Compiling cobs v0.3.0
26072026-06-11T21:52:38.507Z Compiling managed v0.8.0
26082026-06-11T21:52:38.729Z Compiling foreign-types-shared v0.3.1
26092026-06-11T21:52:38.780Z Compiling colored v3.1.1
26102026-06-11T21:52:38.836Z Compiling bitflags v1.3.2
26112026-06-11T21:52:38.925Z Compiling smoltcp v0.11.0
26122026-06-11T21:52:39.433Z Compiling foreign-types v0.5.0
26132026-06-11T21:52:39.470Z Compiling postcard v1.1.3
26142026-06-11T21:52:39.524Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-11T21:52:39.852Z Compiling num_enum v0.7.6
26162026-06-11T21:52:39.984Z Compiling ingot v0.1.1
26172026-06-11T21:52:40.460Z Compiling memoffset v0.9.1
26182026-06-11T21:52:40.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26192026-06-11T21:52:40.677Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26202026-06-11T21:52:40.832Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26212026-06-11T21:52:40.968Z Compiling chacha20 v0.10.0
26222026-06-11T21:52:40.982Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26232026-06-11T21:52:41.269Z Compiling toml_datetime v0.6.11
26242026-06-11T21:52:41.405Z Compiling serde_spanned v0.6.9
26252026-06-11T21:52:41.573Z Compiling cstr-argument v0.1.2
26262026-06-11T21:52:41.655Z Compiling linked-hash-map v0.5.6
26272026-06-11T21:52:41.747Z Compiling static_assertions v1.1.0
26282026-06-11T21:52:41.832Z Compiling unicode-segmentation v1.13.3
26292026-06-11T21:52:41.870Z Compiling swrite v0.1.0
26302026-06-11T21:52:42.022Z Compiling toml_write v0.1.2
26312026-06-11T21:52:42.048Z Compiling resolv-conf v0.7.6
26322026-06-11T21:52:42.152Z Compiling winnow v0.7.15
26332026-06-11T21:52:42.240Z Compiling newline-converter v0.3.0
26342026-06-11T21:52:42.272Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26352026-06-11T21:52:42.378Z Compiling lru-cache v0.1.2
26362026-06-11T21:52:42.465Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26372026-06-11T21:52:42.524Z Compiling rand v0.10.1
26382026-06-11T21:52:42.727Z Compiling hubpack v0.1.2
26392026-06-11T21:52:42.891Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26402026-06-11T21:52:42.983Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26412026-06-11T21:52:43.023Z Compiling nix v0.31.3
26422026-06-11T21:52:43.218Z Compiling atomicwrites v0.4.4
26432026-06-11T21:52:43.372Z Compiling hickory-proto v0.24.4
26442026-06-11T21:52:43.515Z Compiling crossbeam-deque v0.8.6
26452026-06-11T21:52:43.758Z Compiling toml_edit v0.22.27
26462026-06-11T21:52:43.978Z Compiling console v0.15.11
26472026-06-11T21:52:44.064Z Compiling itertools v0.12.1
26482026-06-11T21:52:45.346Z Compiling camino-tempfile v1.4.1
26492026-06-11T21:52:45.521Z Compiling serde-big-array v0.5.1
26502026-06-11T21:52:45.662Z Compiling similar v2.7.0
26512026-06-11T21:52:45.687Z Compiling lazy_static v1.5.0
26522026-06-11T21:52:45.800Z Compiling siphasher v1.0.3
26532026-06-11T21:52:45.812Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-06-11T21:52:46.017Z Compiling phf_shared v0.12.1
26552026-06-11T21:52:46.242Z Compiling expectorate v1.2.0
26562026-06-11T21:52:46.457Z Compiling pin-project v1.1.13
26572026-06-11T21:52:46.484Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26582026-06-11T21:52:46.568Z Compiling hickory-resolver v0.24.4
26592026-06-11T21:52:46.670Z Compiling toml v0.8.23
26602026-06-11T21:52:48.397Z Compiling prettyplease v0.2.37
26612026-06-11T21:52:49.580Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26622026-06-11T21:52:50.426Z Compiling rayon-core v1.13.0
26632026-06-11T21:52:51.617Z Compiling num_enum v0.5.11
26642026-06-11T21:52:51.747Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26652026-06-11T21:52:51.822Z Compiling progenitor-impl v0.14.0
26662026-06-11T21:52:52.162Z Compiling progenitor-impl v0.13.0
26672026-06-11T21:52:53.220Z Compiling unicode-normalization v0.1.25
26682026-06-11T21:52:53.828Z Compiling progenitor-client v0.13.0
26692026-06-11T21:52:54.362Z Compiling tokio-stream v0.1.18
26702026-06-11T21:52:54.933Z Compiling bstr v1.12.1
26712026-06-11T21:52:55.491Z Compiling csv-core v0.1.13
26722026-06-11T21:52:55.640Z Compiling highway v1.3.0
26732026-06-11T21:52:55.779Z Compiling foldhash v0.1.5
26742026-06-11T21:52:55.895Z Compiling foreign-types-shared v0.1.1
26752026-06-11T21:52:55.995Z Compiling same-file v1.0.6
26762026-06-11T21:52:56.006Z Compiling konst_macro_rules v0.2.19
26772026-06-11T21:52:56.176Z Compiling unicode-width v0.1.14
26782026-06-11T21:52:56.195Z Compiling konst v0.2.20
26792026-06-11T21:52:56.336Z Compiling walkdir v2.5.0
26802026-06-11T21:52:56.491Z Compiling foreign-types v0.3.2
26812026-06-11T21:52:56.573Z Compiling hashbrown v0.15.5
26822026-06-11T21:52:56.584Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26832026-06-11T21:52:57.126Z Compiling csv v1.4.0
26842026-06-11T21:52:57.236Z Compiling globset v0.4.18
26852026-06-11T21:52:58.108Z Compiling snafu v0.8.9
26862026-06-11T21:52:58.693Z Compiling qorb v0.4.1
26872026-06-11T21:52:59.983Z Compiling progenitor v0.13.0
26882026-06-11T21:52:59.995Z Compiling olpc-cjson v0.1.4
26892026-06-11T21:53:00.129Z Compiling progenitor v0.14.0
26902026-06-11T21:53:00.206Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26912026-06-11T21:53:00.269Z Compiling rayon v1.12.0
26922026-06-11T21:53:00.495Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-06-11T21:53:00.844Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26942026-06-11T21:53:02.500Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-11T21:53:03.634Z Compiling phf v0.12.1
26962026-06-11T21:53:03.820Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26972026-06-11T21:53:06.067Z Compiling openssl-sys v0.9.116
26982026-06-11T21:53:06.509Z Compiling tokio-dtrace v0.1.1
26992026-06-11T21:53:06.838Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27002026-06-11T21:53:07.351Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27012026-06-11T21:53:07.576Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27022026-06-11T21:53:07.772Z Compiling libsw-core v0.3.2
27032026-06-11T21:53:07.967Z Compiling pem v3.0.6
27042026-06-11T21:53:08.524Z Compiling serde_plain v1.0.2
27052026-06-11T21:53:08.684Z Compiling sigpipe v0.1.3
27062026-06-11T21:53:08.788Z Compiling bytecount v0.6.9
27072026-06-11T21:53:08.816Z Compiling fixedbitset v0.4.2
27082026-06-11T21:53:08.979Z Compiling fixedbitset v0.5.7
27092026-06-11T21:53:09.161Z Compiling minimal-lexical v0.2.1
27102026-06-11T21:53:09.191Z Compiling jiff v0.2.28
27112026-06-11T21:53:09.483Z Compiling glob v0.3.3
27122026-06-11T21:53:09.499Z Compiling typed-path v0.9.3
27132026-06-11T21:53:10.230Z Compiling nom v7.1.3
27142026-06-11T21:53:10.469Z Compiling petgraph v0.8.3
27152026-06-11T21:53:10.805Z Compiling tough v0.22.0
27162026-06-11T21:53:10.916Z Compiling petgraph v0.6.5
27172026-06-11T21:53:11.934Z Compiling papergrid v0.11.0
27182026-06-11T21:53:12.313Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27192026-06-11T21:53:12.467Z Compiling openssl v0.10.80
27202026-06-11T21:53:12.731Z Compiling libsw v3.5.0
27212026-06-11T21:53:12.923Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27222026-06-11T21:53:12.958Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-11T21:53:13.193Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27242026-06-11T21:53:13.491Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27252026-06-11T21:53:14.829Z Compiling zone v0.3.1
27262026-06-11T21:53:16.640Z Compiling oxide-tokio-rt v0.1.6
27272026-06-11T21:53:16.779Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27282026-06-11T21:53:17.283Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-11T21:53:17.335Z Compiling chrono-tz v0.10.4
27302026-06-11T21:53:17.485Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-06-11T21:53:17.672Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27322026-06-11T21:53:18.151Z Compiling newtype_derive v0.1.6
27332026-06-11T21:53:18.237Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-11T21:53:18.336Z Compiling slog-dtrace v0.3.0
27352026-06-11T21:53:19.070Z Compiling owo-colors v4.3.0
27362026-06-11T21:53:19.962Z Compiling const_format v0.2.36
27372026-06-11T21:53:20.160Z Compiling cancel-safe-futures v0.1.5
27382026-06-11T21:53:20.473Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27392026-06-11T21:53:20.513Z Compiling gethostname v0.5.0
27402026-06-11T21:53:20.651Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-06-11T21:53:21.091Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-06-11T21:53:21.203Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-11T21:53:21.222Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-11T21:53:21.323Z Compiling bcs v0.1.6
27452026-06-11T21:53:21.721Z Compiling smf v0.2.3
27462026-06-11T21:53:22.165Z Compiling whoami v1.6.1
27472026-06-11T21:53:22.341Z Compiling smawk v0.3.2
27482026-06-11T21:53:22.447Z Compiling tagptr v0.2.0
27492026-06-11T21:53:22.525Z Compiling linear-map v1.2.0
27502026-06-11T21:53:22.608Z Compiling unicode-linebreak v0.1.5
27512026-06-11T21:53:22.629Z Compiling termtree v0.5.1
27522026-06-11T21:53:22.755Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-11T21:53:22.800Z Compiling textwrap v0.16.2
27542026-06-11T21:53:22.885Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-11T21:53:23.032Z Compiling moka v0.12.15
27562026-06-11T21:53:24.212Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-11T21:53:24.286Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-11T21:53:24.481Z Compiling tabled v0.15.0
27592026-06-11T21:53:24.493Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-11T21:53:25.278Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-11T21:53:25.489Z Compiling steno v0.4.1
27622026-06-11T21:53:25.797Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-11T21:53:26.397Z Compiling cookie v0.18.1
27642026-06-11T21:53:27.748Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-11T21:53:31.747Z Compiling hickory-proto v0.25.2
27662026-06-11T21:53:32.334Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27672026-06-11T21:53:33.192Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27682026-06-11T21:53:33.306Z Compiling arc-swap v1.9.1
27692026-06-11T21:53:33.663Z Compiling slog-scope v4.4.1
27702026-06-11T21:53:34.146Z Compiling hickory-resolver v0.25.2
27712026-06-11T21:53:35.119Z Compiling libscf-sys v1.2.0
27722026-06-11T21:53:35.269Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-11T21:53:35.612Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-11T21:53:36.111Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27752026-06-11T21:53:36.839Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27762026-06-11T21:53:37.913Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-11T21:53:38.506Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27782026-06-11T21:53:39.241Z Compiling slog-stdlog v4.1.1
27792026-06-11T21:53:39.524Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27802026-06-11T21:53:39.635Z Compiling slog-envlogger v2.2.0
27812026-06-11T21:53:39.647Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27822026-06-11T21:53:40.927Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27832026-06-11T21:53:40.930Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27842026-06-11T21:53:48.157Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27852026-06-11T21:53:50.538Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-06-11T21:53:52.337Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27872026-06-11T21:54:01.116Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27882026-06-11T21:54:04.951Z Finished `release` profile [optimized] target(s) in 2m 27s
27892026-06-11T21:54:05.067Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27902026-06-11T21:54:05.070Z
27912026-06-11T21:54:05.070Zrunning 1 test
27922026-06-11T21:54:05.225Zconfigure zone
27932026-06-11T21:54:05.241Zinstall zone
27942026-06-11T21:54:15.070Zboot zone
27952026-06-11T21:54:15.155Zstart zone s1
27962026-06-11T21:54:15.160Zconfigure zone
27972026-06-11T21:54:15.164Zinstall zone
27982026-06-11T21:54:17.010Zboot zone
27992026-06-11T21:54:17.105Zstart zone s2
28002026-06-11T21:54:17.106Zconfigure zone
28012026-06-11T21:54:17.117Zinstall zone
28022026-06-11T21:54:19.512Zboot zone
28032026-06-11T21:54:19.615Zstart zone s3
28042026-06-11T21:54:19.615Zconfigure zone
28052026-06-11T21:54:19.626Zinstall zone
28062026-06-11T21:54:22.317Zboot zone
28072026-06-11T21:54:22.426Zstart zone t1
28082026-06-11T21:54:22.426Zconfigure zone
28092026-06-11T21:54:22.436Zinstall zone
28102026-06-11T21:54:25.221Zboot zone
28112026-06-11T21:54:25.325Zwaiting for zones to come up
28122026-06-11T21:54:35.326Z[sidecar.quartet] svcs milestone/network
28132026-06-11T21:54:35.354ZSTATE STIME FMRI
28142026-06-11T21:54:35.354Zonline 21:54:14 svc:/milestone/network:default
28152026-06-11T21:54:35.354Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28162026-06-11T21:54:35.380Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28172026-06-11T21:54:35.407Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28182026-06-11T21:54:35.427Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28192026-06-11T21:54:35.431Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28202026-06-11T21:54:35.444Z
28212026-06-11T21:54:35.444Zrunning zone s1.quartet setup
28222026-06-11T21:54:35.444Z[s1.quartet] svcs milestone/network
28232026-06-11T21:54:35.460ZSTATE STIME FMRI
28242026-06-11T21:54:35.460Zonline 21:54:16 svc:/milestone/network:default
28252026-06-11T21:54:35.461Z[s1.quartet] dladm
28262026-06-11T21:54:35.473ZLINK CLASS MTU STATE BRIDGE OVER
28272026-06-11T21:54:35.473Zsl0 simnet 9000 up -- ?
28282026-06-11T21:54:35.473Zmgs1 vnic 9000 up -- ?
28292026-06-11T21:54:35.476Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28302026-06-11T21:54:35.916Z
28312026-06-11T21:54:35.916Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28322026-06-11T21:54:35.933Z
28332026-06-11T21:54:35.934Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28342026-06-11T21:54:35.948Z
28352026-06-11T21:54:35.948Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28362026-06-11T21:54:36.035Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28372026-06-11T21:54:36.105Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b80caca5-76ee-4546-979f-a5b3b9c1909d --sled-uuid b7b79ff5-3445-46e7-ad16-213645af5fec -a sl0/v6 &> /opt/ddmd.log &
28382026-06-11T21:54:36.120Z
28392026-06-11T21:54:36.120Zrunning zone s2.quartet setup
28402026-06-11T21:54:36.120Z[s2.quartet] svcs milestone/network
28412026-06-11T21:54:36.137ZSTATE STIME FMRI
28422026-06-11T21:54:36.137Zonline 21:54:18 svc:/milestone/network:default
28432026-06-11T21:54:36.137Z[s2.quartet] dladm
28442026-06-11T21:54:36.150ZLINK CLASS MTU STATE BRIDGE OVER
28452026-06-11T21:54:36.150Zsl1 simnet 9000 up -- ?
28462026-06-11T21:54:36.150Zmgs2 vnic 9000 up -- ?
28472026-06-11T21:54:36.150Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28482026-06-11T21:54:36.667Z
28492026-06-11T21:54:36.667Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28502026-06-11T21:54:36.685Z
28512026-06-11T21:54:36.685Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28522026-06-11T21:54:36.697Z
28532026-06-11T21:54:36.697Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28542026-06-11T21:54:36.730Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28552026-06-11T21:54:36.757Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ce68eac4-a0df-4ed4-a6ae-15a9b811a5d5 --sled-uuid d670a2a1-c236-4232-92f3-5a61d8b33ef7 -a sl1/v6 &> /opt/ddmd.log &
28562026-06-11T21:54:36.769Z
28572026-06-11T21:54:36.769Zrunning zone s3.quartet setup
28582026-06-11T21:54:36.769Z[s3.quartet] svcs milestone/network
28592026-06-11T21:54:36.785ZSTATE STIME FMRI
28602026-06-11T21:54:36.785Zonline 21:54:21 svc:/milestone/network:default
28612026-06-11T21:54:36.785Z[s3.quartet] dladm
28622026-06-11T21:54:36.799ZLINK CLASS MTU STATE BRIDGE OVER
28632026-06-11T21:54:36.799Zsl2 simnet 9000 up -- ?
28642026-06-11T21:54:36.799Zmgs3 vnic 9000 up -- ?
28652026-06-11T21:54:36.799Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28662026-06-11T21:54:37.287Z
28672026-06-11T21:54:37.287Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28682026-06-11T21:54:37.304Z
28692026-06-11T21:54:37.304Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28702026-06-11T21:54:37.316Z
28712026-06-11T21:54:37.316Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28722026-06-11T21:54:37.349Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28732026-06-11T21:54:37.380Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid dc229948-9249-4fa0-a7e6-bcae8ad8e18b --sled-uuid 75897cef-77e8-4db0-9e13-e2377702ce78 -a sl2/v6 &> /opt/ddmd.log &
28742026-06-11T21:54:37.391Z
28752026-06-11T21:54:37.391Zrunning zone t1.quartet setup
28762026-06-11T21:54:37.392Z[t1.quartet] svcs milestone/network
28772026-06-11T21:54:37.407ZSTATE STIME FMRI
28782026-06-11T21:54:37.407Zonline 21:54:24 svc:/milestone/network:default
28792026-06-11T21:54:37.407Z[t1.quartet] dladm
28802026-06-11T21:54:37.421ZLINK CLASS MTU STATE BRIDGE OVER
28812026-06-11T21:54:37.421Ztfportrear0_0 simnet 9000 up -- ?
28822026-06-11T21:54:37.421Ztfportrear1_0 simnet 9000 up -- ?
28832026-06-11T21:54:37.421Ztfportrear2_0 simnet 9000 up -- ?
28842026-06-11T21:54:37.421Zmgt1 vnic 9000 up -- ?
28852026-06-11T21:54:37.421Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28862026-06-11T21:54:37.931Z
28872026-06-11T21:54:37.931Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28882026-06-11T21:54:37.948Z
28892026-06-11T21:54:37.948Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28902026-06-11T21:54:37.962Z
28912026-06-11T21:54:37.962Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28922026-06-11T21:54:37.975Z
28932026-06-11T21:54:37.975Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28942026-06-11T21:54:37.987Z
28952026-06-11T21:54:37.987Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28962026-06-11T21:54:38.315Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28972026-06-11T21:54:38.318Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
28982026-06-11T21:54:38.318Zwaiting 3s for copy of files to zone to complete ...
28992026-06-11T21:54:41.318Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29002026-06-11T21:54:41.451Z
29012026-06-11T21:54:41.451Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29022026-06-11T21:54:41.561Z
29032026-06-11T21:54:41.561Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29042026-06-11T21:54:41.596Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29052026-06-11T21:54:41.626Z[t1.quartet] svcadm disable dendrite
29062026-06-11T21:54:41.650Z
29072026-06-11T21:54:41.650Z[t1.quartet] svcadm disable tfport
29082026-06-11T21:54:41.673Z
29092026-06-11T21:54:41.673Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29102026-06-11T21:54:41.699Z
29112026-06-11T21:54:41.699Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29122026-06-11T21:54:41.724Z
29132026-06-11T21:54:41.724Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29142026-06-11T21:54:41.749Z
29152026-06-11T21:54:41.749Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29162026-06-11T21:54:41.773Z
29172026-06-11T21:54:41.773Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29182026-06-11T21:54:41.798Z
29192026-06-11T21:54:41.798Z[t1.quartet] svcadm refresh dendrite:default
29202026-06-11T21:54:41.819Z
29212026-06-11T21:54:41.819Z[t1.quartet] svcadm enable dendrite:default
29222026-06-11T21:54:41.841Z
29232026-06-11T21:54:41.841Zwait 10s for dendrite to come up ...
29242026-06-11T21:54:51.842Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29252026-06-11T21:54:51.873Z
29262026-06-11T21:54:51.873Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29272026-06-11T21:54:51.898Z
29282026-06-11T21:54:51.898Z[t1.quartet] svcadm refresh tfport:default
29292026-06-11T21:54:51.921Z
29302026-06-11T21:54:51.921Z[t1.quartet] svcadm enable tfport
29312026-06-11T21:54:51.940Z
29322026-06-11T21:54:51.944Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid e26e1f9d-2b00-4acc-9983-e04b72dce491 --sled-uuid c9e80c2b-8160-4437-86b5-4f6dea4b5625 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29332026-06-11T21:54:51.952Z
29342026-06-11T21:54:51.952Z[t1.quartet] ipadm
29352026-06-11T21:54:51.966ZADDROBJ TYPE STATE ADDR
29362026-06-11T21:54:51.966Zlo0/v4 static ok 127.0.0.1/8
29372026-06-11T21:54:51.966Zmgt1/v4 static ok 10.0.0.4/24
29382026-06-11T21:54:51.966Zlo0/v6 static ok ::1/128
29392026-06-11T21:54:51.966Zlo0/u6 static ok fd00:4::1/64
29402026-06-11T21:54:51.966Ztfportrear0_0/v6 addrconf ok fe80::a03e:bcff:fe75:7dc5%tfportrear0_0/10
29412026-06-11T21:54:51.966Ztfportrear1_0/v6 addrconf ok fe80::b442:55ff:fe1e:4a1e%tfportrear1_0/10
29422026-06-11T21:54:51.966Ztfportrear2_0/v6 addrconf ok fe80::a6:8dff:fed6:f5b6%tfportrear2_0/10
29432026-06-11T21:54:54.082Zinitial peering test passed
29442026-06-11T21:54:55.084Z[s3.quartet] ping fd00:1::1
29452026-06-11T21:54:55.102Zfd00:1::1 is alive
29462026-06-11T21:55:05.077Ztest ddm::test_quartet has been running for over 60 seconds
29472026-06-11T21:55:06.106Z[s3.quartet] ping fd00:1::1
29482026-06-11T21:55:06.122Zfd00:1::1 is alive
29492026-06-11T21:55:06.125Z[t1.quartet] pkill ddmd
29502026-06-11T21:55:06.135Z
29512026-06-11T21:55:06.135Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29522026-06-11T21:55:06.138Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29532026-06-11T21:55:08.041Z[s3.quartet] pkill ddmd
29542026-06-11T21:55:08.056Z
29552026-06-11T21:55:08.056Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29562026-06-11T21:55:09.875Z[s2.quartet] pkill ddmd
29572026-06-11T21:55:09.892Z
29582026-06-11T21:55:09.892Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29592026-06-11T21:55:11.659Z[s1.quartet] pkill ddmd
29602026-06-11T21:55:11.674Z
29612026-06-11T21:55:11.675Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29622026-06-11T21:55:13.549Z[sidecar.quartet] pkill softnpu
29632026-06-11T21:55:13.564Z
29642026-06-11T21:55:13.564Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29652026-06-11T21:55:16.292Ztest ddm::test_quartet ... ok
29662026-06-11T21:55:16.292Z
29672026-06-11T21:55:16.292Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.21s
29682026-06-11T21:55:16.292Z
29692026-06-11T21:55:16.343Z+ cleanup
29702026-06-11T21:55:16.346Z++ id -un
29712026-06-11T21:55:16.349Z++ id -gn
29722026-06-11T21:55:16.352Z+ pfexec chown -R build:build .
29732026-06-11T21:55:16.473Zprocess exited: duration 669757 ms, exit code 0
 
29742026-06-11T21:55:16.485Zfound 6 output files
29752026-06-11T21:55:16.485Zuploading: /work/s1.quartet.log (4857 bytes)
29762026-06-11T21:55:17.503Zuploaded: /work/s1.quartet.log
29772026-06-11T21:55:17.503Zuploading: /work/s2.quartet.log (4137 bytes)
29782026-06-11T21:55:18.514Zuploaded: /work/s2.quartet.log
29792026-06-11T21:55:18.514Zuploading: /work/s3.quartet.log (4240 bytes)
29802026-06-11T21:55:19.525Zuploaded: /work/s3.quartet.log
29812026-06-11T21:55:19.526Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29822026-06-11T21:55:20.536Zuploaded: /work/sidecar.quartet-softnpu.log
29832026-06-11T21:55:20.536Zuploading: /work/t1.quartet-dpd.log (202519 bytes)
29842026-06-11T21:55:21.550Zuploaded: /work/t1.quartet-dpd.log
29852026-06-11T21:55:21.550Zuploading: /work/t1.quartet.log (17192 bytes)
29862026-06-11T21:55:22.560Zuploaded: /work/t1.quartet.log