01KTWA5RATG64BW763846GFYD0: test-ddm-trio

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KTWA675ED1C9800GX40REEW0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T21:43:38.293Zjob assigned to worker 01KTWA6RS5AACEJKSBF07GNJD2 [factory aws, i-096bdff4fc69892e9] (queued for 1 m 0 s)
 
22026-06-11T21:43:44.920Zstarting task 0: "setup"
32026-06-11T21:43:44.924Z++ uname -s
42026-06-11T21:43:44.927Z+ kern=SunOS
52026-06-11T21:43:44.927Z+ build_user=build
62026-06-11T21:43:44.928Z+ build_uid=12345
72026-06-11T21:43:44.928Z+ work_dir=/work
82026-06-11T21:43:44.928Z+ input_dir=/input
92026-06-11T21:43:44.928Z+ [[ 0 == 12345 ]]
102026-06-11T21:43:44.928Z+ case "$kern" in
112026-06-11T21:43:44.928Z+ groupadd -g 12345 build
122026-06-11T21:43:44.928Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T21:43:46.933Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T21:43:47.050Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T21:43:47.053Z+ home_fs=zfs
162026-06-11T21:43:47.053Z+ [[ zfs == autofs ]]
172026-06-11T21:43:47.053Z+ mkdir -p /home/build
182026-06-11T21:43:47.053Z+ chown build:build /home/build /work
192026-06-11T21:43:49.055Z+ chmod 0700 /home/build /work
202026-06-11T21:43:49.058Zprocess exited: duration 4136 ms, exit code 0
 
212026-06-11T21:43:49.065Zstarting task 1: "rust-toolchain"
222026-06-11T21:43:49.068Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-11T21:43:49.068Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T21:43:49.068Z * rust toolchain channel = "stable"
252026-06-11T21:43:49.068Z * rust toolchain profile = "default"
262026-06-11T21:43:49.072Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T21:43:49.072Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T21:43:49.072Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T21:43:49.072Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-11T21:43:49.142Zinfo: downloading installer
312026-06-11T21:43:50.555Zwarn: It looks like you have an existing installation of Rust at:
322026-06-11T21:43:50.555Zwarn: /opt/ooce/bin
332026-06-11T21:43:50.556Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-11T21:43:50.556Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-11T21:43:50.556Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-11T21:43:50.556Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-11T21:43:50.556Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-11T21:43:50.556Zerror: cannot install while Rust is installed
392026-06-11T21:43:50.556Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-11T21:43:50.556Zwarn: It looks like you have an existing rustup settings file at:
412026-06-11T21:43:50.556Zwarn: /home/build/.rustup/settings.toml
422026-06-11T21:43:50.556Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-11T21:43:50.556Zwarn: instead of the one inferred from the default host triple.
442026-06-11T21:43:50.569Zinfo: profile set to default
452026-06-11T21:43:50.569Zinfo: default host triple is x86_64-unknown-illumos
462026-06-11T21:43:50.572Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-11T21:43:50.715Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-11T21:43:50.718Zinfo: downloading 6 components
492026-06-11T21:44:07.123Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-11T21:44:07.123Z
512026-06-11T21:44:07.150Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-11T21:44:07.150Z
532026-06-11T21:44:07.150Z
542026-06-11T21:44:07.150ZRust is installed now. Great!
552026-06-11T21:44:07.150Z
562026-06-11T21:44:07.150ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-11T21:44:07.150Zenvironment variable. This has not been done automatically.
582026-06-11T21:44:07.150Z
592026-06-11T21:44:07.150ZTo configure your current shell, you need to source
602026-06-11T21:44:07.150Zthe corresponding env file under $HOME/.cargo.
612026-06-11T21:44:07.150Z
622026-06-11T21:44:07.150ZThis is usually done by running one of the following (note the leading DOT):
632026-06-11T21:44:07.150Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-11T21:44:07.151Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-11T21:44:07.151Zsource "~/.cargo/env.nu" # For nushell
662026-06-11T21:44:07.154Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-11T21:44:07.154Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-11T21:44:07.154Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-11T21:44:07.154Zwarn: no default linker (`cc`) was found in your PATH
702026-06-11T21:44:07.154Zwarn: many Rust crates require a system C toolchain to build
712026-06-11T21:44:07.241Z+ rustup --version
722026-06-11T21:44:07.250Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-11T21:44:07.252Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-11T21:44:07.271Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-11T21:44:07.273Z+ cargo --version
762026-06-11T21:44:07.287Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-11T21:44:07.290Z+ rustc --version
782026-06-11T21:44:07.314Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-11T21:44:07.334Zprocess exited: duration 18244 ms, exit code 0
 
802026-06-11T21:44:07.350Zstarting task 2: "authentication"
812026-06-11T21:44:07.365Zprocess exited: duration 19 ms, exit code 0
 
822026-06-11T21:44:07.373Zstarting task 3: "clone repository"
832026-06-11T21:44:07.383Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-11T21:44:07.388Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-11T21:44:07.417ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-11T21:44:08.615Z+ cd /work/oxidecomputer/maghemite
872026-06-11T21:44:08.615Z+ git fetch origin 1dcd3e3f53d390dd97613f2530d25d2520d7d000
882026-06-11T21:44:08.894ZFrom https://github.com/oxidecomputer/maghemite
892026-06-11T21:44:08.894Z * branch 1dcd3e3f53d390dd97613f2530d25d2520d7d000 -> FETCH_HEAD
902026-06-11T21:44:08.905Z+ [[ -n trey/just-build ]]
912026-06-11T21:44:08.905Z++ git branch --show-current
922026-06-11T21:44:08.905Z+ current=main
932026-06-11T21:44:08.905Z+ [[ main != trey/just-build ]]
942026-06-11T21:44:08.905Z+ git branch -f trey/just-build 1dcd3e3f53d390dd97613f2530d25d2520d7d000
952026-06-11T21:44:08.909Z+ git checkout -f trey/just-build
962026-06-11T21:44:08.930ZSwitched to branch 'trey/just-build'
972026-06-11T21:44:08.936Z+ git reset --hard 1dcd3e3f53d390dd97613f2530d25d2520d7d000
982026-06-11T21:44:08.939ZHEAD is now at 1dcd3e3 justfile: pass all args to cargo build
992026-06-11T21:44:08.943Zprocess exited: duration 1566 ms, exit code 0
 
1002026-06-11T21:44:08.955Zstarting task 4: "build"
1012026-06-11T21:44:08.959Z++ dladm
1022026-06-11T21:44:08.963ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-11T21:44:08.963Zena0 phys 9216 up -- --
1042026-06-11T21:44:08.970Z++ ipadm
1052026-06-11T21:44:08.970ZADDROBJ TYPE STATE ADDR
1062026-06-11T21:44:08.970Zlo0/v4 static ok 127.0.0.1/8
1072026-06-11T21:44:08.970Zena0/dhcp dhcp ok 10.150.1.162/24
1082026-06-11T21:44:08.970Zlo0/v6 static ok ::1/128
1092026-06-11T21:44:08.970Z++ banner collect
1102026-06-11T21:44:08.970Z
1112026-06-11T21:44:08.970Z #### #### # # ###### #### #####
1122026-06-11T21:44:08.970Z # # # # # # # # # #
1132026-06-11T21:44:08.970Z # # # # # ##### # #
1142026-06-11T21:44:08.970Z # # # # # # # #
1152026-06-11T21:44:08.970Z # # # # # # # # # #
1162026-06-11T21:44:08.970Z #### #### ###### ###### ###### #### #
1172026-06-11T21:44:08.970Z
1182026-06-11T21:44:08.970Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-11T21:44:08.970Z++ repo=softnpu
1202026-06-11T21:44:08.970Z++ series=image
1212026-06-11T21:44:08.970Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-11T21:44:08.970Z++ name=softnpu
1232026-06-11T21:44:08.970Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-11T21:44:08.970Z++ mkdir -p download
1252026-06-11T21:44:08.974Z++ pushd download
1262026-06-11T21:44:08.974Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-11T21:44:08.974Z++ [[ ! -f softnpu ]]
1282026-06-11T21:44:08.974Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-11T21:44:08.984Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-11T21:44:08.984Z Dload Upload Total Spent Left Speed
1312026-06-11T21:44:09.277Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 51.82M 0 0 100 15.63M 100 15.63M 0 0 51.80M 0 0 100 15.63M 100 15.63M 0 0 51.80M 0 0
1322026-06-11T21:44:09.280Z++ popd
1332026-06-11T21:44:09.283Z/work/oxidecomputer/maghemite
1342026-06-11T21:44:09.283Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-11T21:44:09.283Z++ repo=sidecar-lite
1362026-06-11T21:44:09.283Z++ series=release
1372026-06-11T21:44:09.283Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-11T21:44:09.283Z++ name=libsidecar_lite.so
1392026-06-11T21:44:09.283Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-11T21:44:09.283Z++ mkdir -p download
1412026-06-11T21:44:09.283Z++ pushd download
1422026-06-11T21:44:09.283Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-11T21:44:09.283Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-11T21:44:09.283Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-11T21:44:09.289Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-11T21:44:09.292Z Dload Upload Total Spent Left Speed
1472026-06-11T21:44:09.512Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 53.85M 0 0 100 12.04M 100 12.04M 0 0 53.83M 0 0 100 12.04M 100 12.04M 0 0 53.82M 0 0
1482026-06-11T21:44:09.515Z++ popd
1492026-06-11T21:44:09.516Z/work/oxidecomputer/maghemite
1502026-06-11T21:44:09.516Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-11T21:44:09.516Z++ repo=sidecar-lite
1522026-06-11T21:44:09.518Z++ series=release
1532026-06-11T21:44:09.518Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-11T21:44:09.518Z++ name=scadm
1552026-06-11T21:44:09.518Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-11T21:44:09.518Z++ mkdir -p download
1572026-06-11T21:44:09.518Z++ pushd download
1582026-06-11T21:44:09.518Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-11T21:44:09.518Z++ [[ ! -f scadm ]]
1602026-06-11T21:44:09.519Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-11T21:44:09.523Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-11T21:44:09.528Z Dload Upload Total Spent Left Speed
1632026-06-11T21:44:09.783Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 60.78M 0 0 100 15.78M 100 15.78M 0 0 60.77M 0 0 100 15.78M 100 15.78M 0 0 60.76M 0 0
1642026-06-11T21:44:09.786Z++ popd
1652026-06-11T21:44:09.789Z/work/oxidecomputer/maghemite
1662026-06-11T21:44:09.789Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-11T21:44:09.789Z++ repo=dendrite
1682026-06-11T21:44:09.789Z++ series=image
1692026-06-11T21:44:09.789Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-11T21:44:09.789Z++ name=dendrite-softnpu.tar.gz
1712026-06-11T21:44:09.789Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-11T21:44:09.789Z++ mkdir -p download
1732026-06-11T21:44:09.789Z++ pushd download
1742026-06-11T21:44:09.789Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-11T21:44:09.789Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-11T21:44:09.789Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-11T21:44:09.794Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-11T21:44:09.797Z Dload Upload Total Spent Left Speed
1792026-06-11T21:44:10.601Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 88.72M 0 0 100 71.59M 100 71.59M 0 0 88.71M 0 0 100 71.59M 100 71.59M 0 0 88.70M 0 0
1802026-06-11T21:44:10.605Z++ popd
1812026-06-11T21:44:10.608Z/work/oxidecomputer/maghemite
1822026-06-11T21:44:10.608Z++ get_artifact maghemite release 1dcd3e3f53d390dd97613f2530d25d2520d7d000 ddm
1832026-06-11T21:44:10.608Z++ repo=maghemite
1842026-06-11T21:44:10.608Z++ series=release
1852026-06-11T21:44:10.608Z++ commit=1dcd3e3f53d390dd97613f2530d25d2520d7d000
1862026-06-11T21:44:10.608Z++ name=ddm
1872026-06-11T21:44:10.608Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-11T21:44:10.608Z++ mkdir -p download
1892026-06-11T21:44:10.608Z++ pushd download
1902026-06-11T21:44:10.608Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-11T21:44:10.608Z++ [[ ! -f ddm ]]
1922026-06-11T21:44:10.608Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1dcd3e3f53d390dd97613f2530d25d2520d7d000/ddm
1932026-06-11T21:44:10.613Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-11T21:44:10.617Z Dload Upload Total Spent Left Speed
1952026-06-11T21:44:10.666Z 0 0 0 0 0 0 0 0 0
1962026-06-11T21:44:10.667Zcurl: (22) The requested URL returned error: 404
1972026-06-11T21:44:10.670Z++ popd
1982026-06-11T21:44:10.670Z/work/oxidecomputer/maghemite
1992026-06-11T21:44:10.670Z++ get_artifact maghemite release 1dcd3e3f53d390dd97613f2530d25d2520d7d000 ddmadm
2002026-06-11T21:44:10.670Z++ repo=maghemite
2012026-06-11T21:44:10.670Z++ series=release
2022026-06-11T21:44:10.670Z++ commit=1dcd3e3f53d390dd97613f2530d25d2520d7d000
2032026-06-11T21:44:10.670Z++ name=ddmadm
2042026-06-11T21:44:10.670Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-11T21:44:10.670Z++ mkdir -p download
2062026-06-11T21:44:10.670Z++ pushd download
2072026-06-11T21:44:10.670Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-11T21:44:10.670Z++ [[ ! -f ddmadm ]]
2092026-06-11T21:44:10.670Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1dcd3e3f53d390dd97613f2530d25d2520d7d000/ddmadm
2102026-06-11T21:44:10.675Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-11T21:44:10.678Z Dload Upload Total Spent Left Speed
2122026-06-11T21:44:10.731Z 0 0 0 0 0 0 0 0 0
2132026-06-11T21:44:10.734Zcurl: (22) The requested URL returned error: 404
2142026-06-11T21:44:10.734Z++ popd
2152026-06-11T21:44:10.734Z/work/oxidecomputer/maghemite
2162026-06-11T21:44:10.734Z++ pushd download
2172026-06-11T21:44:10.734Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-11T21:44:10.734Z++ chmod +x softnpu
2192026-06-11T21:44:10.734Z++ chmod +x scadm
2202026-06-11T21:44:10.737Z++ chmod +x ddmadm
2212026-06-11T21:44:10.737Zchmod: WARNING: can't access ddmadm
2222026-06-11T21:44:10.737Z++ chmod +x ddmd
2232026-06-11T21:44:10.738Zchmod: WARNING: can't access ddmd
2242026-06-11T21:44:10.738Z++ mv ddmadm ddmadm-v2
2252026-06-11T21:44:10.741Zmv: cannot access ddmadm
2262026-06-11T21:44:10.741Z++ mv ddmd ddmd-v2
2272026-06-11T21:44:10.741Zmv: cannot access ddmd
2282026-06-11T21:44:10.741Z++ rm -rf zones/dendrite
2292026-06-11T21:44:10.741Z++ mkdir -p zones/dendrite
2302026-06-11T21:44:10.745Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-11T21:44:11.751Z++ 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:11.755Z++ 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:11.758Z++ popd
2342026-06-11T21:44:11.758Z/work/oxidecomputer/maghemite
2352026-06-11T21:44:11.758Z++ banner install
2362026-06-11T21:44:11.758Z
2372026-06-11T21:44:11.758Z # # # #### ##### ## # #
2382026-06-11T21:44:11.758Z # ## # # # # # # #
2392026-06-11T21:44:11.758Z # # # # #### # # # # #
2402026-06-11T21:44:11.758Z # # # # # # ###### # #
2412026-06-11T21:44:11.758Z # # ## # # # # # # #
2422026-06-11T21:44:11.758Z # # # #### # # # ###### ######
2432026-06-11T21:44:11.758Z
2442026-06-11T21:44:11.758Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-11T21:44:11.758Z++ set +o errexit
2462026-06-11T21:44:11.758Z++ pkg info clang-15
2472026-06-11T21:44:11.758Z++ grep -qi installed
2482026-06-11T21:44:12.939Zpkg: info: no packages matching the following patterns you specified are
2492026-06-11T21:44:12.939Zinstalled on the system. Try querying remotely instead:
2502026-06-11T21:44:12.939Z
2512026-06-11T21:44:12.939Z clang-15
2522026-06-11T21:44:12.975Z++ [[ 1 != 0 ]]
2532026-06-11T21:44:12.976Z++ set -o errexit
2542026-06-11T21:44:12.980Z++ pfexec pkg install clang-15
2552026-06-11T21:44:21.922Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-11T21:44:29.746Z Startup: Caching catalogs ... Done
2572026-06-11T21:44:37.581ZPlanning: Solver setup ... Done
2582026-06-11T21:44:37.629ZPlanning: Running solver ... Done
2592026-06-11T21:44:37.767ZPlanning: Finding local manifests ... Done
2602026-06-11T21:44:37.789ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-11T21:44:37.883ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-11T21:44:37.912ZPlanning: Package planning ... Done
2632026-06-11T21:44:37.937ZPlanning: Merging actions ... Done
2642026-06-11T21:44:38.044ZPlanning: Checking for conflicting actions ... Done
2652026-06-11T21:44:38.050ZPlanning: Consolidating action changes ... Done
2662026-06-11T21:44:38.836ZPlanning: Evaluating mediators ... Done
2672026-06-11T21:44:38.841ZPlanning: Planning completed in 8.92 seconds
2682026-06-11T21:44:38.853Z Packages to install: 2
2692026-06-11T21:44:38.853Z Mediators to change: 2
2702026-06-11T21:44:38.856Z Services to change: 1
2712026-06-11T21:44:38.856Z Create boot environment: No
2722026-06-11T21:44:38.856ZCreate backup boot environment: No
2732026-06-11T21:44:38.910Z
2742026-06-11T21:44:38.910ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-11T21:44:43.911ZDownload: 957/3076 items 80.6/211.3MB 38% complete (16.3M/s)
2762026-06-11T21:44:49.898ZDownload: 984/3076 items 82.2/211.3MB 38% complete (14.1M/s)
2772026-06-11T21:44:54.901ZDownload: 2421/3076 items 119.1/211.3MB 56% complete (3.7M/s)
2782026-06-11T21:44:59.906ZDownload: 3075/3076 items 210.5/211.3MB 99% complete (13.0M/s)
2792026-06-11T21:44:59.936ZDownload: Completed 211.31 MB in 21.02 seconds (10.1M/s)
2802026-06-11T21:45:00.077Z Actions: 1/3418 actions (Installing new actions)
2812026-06-11T21:45:03.206Z Actions: Completed 3418 actions in 3.13 seconds.
2822026-06-11T21:45:03.881Z Done
2832026-06-11T21:45:03.881Z Done
2842026-06-11T21:45:04.618Z Done
2852026-06-11T21:45:08.033Z Done
2862026-06-11T21:45:08.103Z Done
2872026-06-11T21:45:08.106Z Done
2882026-06-11T21:45:08.381Z Done
2892026-06-11T21:45:09.077Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-11T21:45:09.077Z++ set +o errexit
2912026-06-11T21:45:09.080Z++ pkg info pkg-config
2922026-06-11T21:45:09.080Z++ grep -qi installed
2932026-06-11T21:45:09.310Z++ [[ 0 != 0 ]]
2942026-06-11T21:45:09.310Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-11T21:45:09.310Z++ set +o errexit
2962026-06-11T21:45:09.313Z++ pkg info brand/omicron1
2972026-06-11T21:45:09.313Z++ grep -qi installed
2982026-06-11T21:45:09.496Zpkg: info: no packages matching the following patterns you specified are
2992026-06-11T21:45:09.496Zinstalled on the system. Try querying remotely instead:
3002026-06-11T21:45:09.496Z
3012026-06-11T21:45:09.497Z brand/omicron1
3022026-06-11T21:45:09.531Z++ [[ 1 != 0 ]]
3032026-06-11T21:45:09.531Z++ set -o errexit
3042026-06-11T21:45:09.531Z++ pfexec pkg install brand/omicron1
3052026-06-11T21:45:10.366Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-11T21:45:18.213ZPlanning: Solver setup ... Done
3072026-06-11T21:45:18.258ZPlanning: Running solver ... Done
3082026-06-11T21:45:18.401ZPlanning: Finding local manifests ... Done
3092026-06-11T21:45:18.404ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-11T21:45:18.523ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-11T21:45:18.535ZPlanning: Package planning ... Done
3122026-06-11T21:45:18.538ZPlanning: Merging actions ... Done
3132026-06-11T21:45:18.686ZPlanning: Checking for conflicting actions ... Done
3142026-06-11T21:45:18.689ZPlanning: Consolidating action changes ... Done
3152026-06-11T21:45:18.860ZPlanning: Evaluating mediators ... Done
3162026-06-11T21:45:18.863ZPlanning: Planning completed in 8.49 seconds
3172026-06-11T21:45:18.868Z Packages to install: 2
3182026-06-11T21:45:18.868Z Create boot environment: No
3192026-06-11T21:45:18.870ZCreate backup boot environment: No
3202026-06-11T21:45:18.913Z
3212026-06-11T21:45:18.913ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-11T21:45:18.931ZDownload: Completed 1.07 MB in 0.02 seconds (60.0M/s)
3232026-06-11T21:45:19.019Z Actions: 1/28 actions (Installing new actions)
3242026-06-11T21:45:19.032Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-11T21:45:19.546Z Done
3262026-06-11T21:45:19.546Z Done
3272026-06-11T21:45:20.185Z Done
3282026-06-11T21:45:23.047Z Done
3292026-06-11T21:45:23.122Z Done
3302026-06-11T21:45:23.126Z Done
3312026-06-11T21:45:23.286Z Done
3322026-06-11T21:45:23.424Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-11T21:45:23.424Z++ set +o errexit
3342026-06-11T21:45:23.427Z++ pkg info brand/omicron1/tools
3352026-06-11T21:45:23.427Z++ grep -qi installed
3362026-06-11T21:45:23.609Zpkg: info: no packages matching the following patterns you specified are
3372026-06-11T21:45:23.609Zinstalled on the system. Try querying remotely instead:
3382026-06-11T21:45:23.610Z
3392026-06-11T21:45:23.610Z brand/omicron1/tools
3402026-06-11T21:45:23.644Z++ [[ 1 != 0 ]]
3412026-06-11T21:45:23.644Z++ set -o errexit
3422026-06-11T21:45:23.644Z++ pfexec pkg install brand/omicron1/tools
3432026-06-11T21:45:24.034Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-11T21:45:31.824ZPlanning: Solver setup ... Done
3452026-06-11T21:45:31.869ZPlanning: Running solver ... Done
3462026-06-11T21:45:32.012ZPlanning: Finding local manifests ... Done
3472026-06-11T21:45:32.015ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-11T21:45:32.130ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-11T21:45:32.142ZPlanning: Package planning ... Done
3502026-06-11T21:45:32.147ZPlanning: Merging actions ... Done
3512026-06-11T21:45:32.283ZPlanning: Checking for conflicting actions ... Done
3522026-06-11T21:45:32.285ZPlanning: Consolidating action changes ... Done
3532026-06-11T21:45:32.454ZPlanning: Evaluating mediators ... Done
3542026-06-11T21:45:32.457ZPlanning: Planning completed in 8.42 seconds
3552026-06-11T21:45:32.462Z Packages to install: 1
3562026-06-11T21:45:32.462Z Services to change: 1
3572026-06-11T21:45:32.465Z Create boot environment: No
3582026-06-11T21:45:32.465ZCreate backup boot environment: No
3592026-06-11T21:45:32.507Z
3602026-06-11T21:45:32.507ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-11T21:45:32.528ZDownload: Completed 1.19 MB in 0.02 seconds (58.9M/s)
3622026-06-11T21:45:32.619Z Actions: 1/19 actions (Installing new actions)
3632026-06-11T21:45:32.633Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-11T21:45:33.151Z Done
3652026-06-11T21:45:33.151Z Done
3662026-06-11T21:45:33.781Z Done
3672026-06-11T21:45:36.690Z Done
3682026-06-11T21:45:36.767Z Done
3692026-06-11T21:45:36.770Z Done
3702026-06-11T21:45:36.902Z Done
3712026-06-11T21:45:37.046Z++ pfexec svcadm enable baseline
3722026-06-11T21:45:37.061Z++ retry=0
3732026-06-11T21:45:37.064Z+++ svcs -Hostate baseline
3742026-06-11T21:45:37.076Z++ [[ offline* != online ]]
3752026-06-11T21:45:37.077Z++ [[ 0 -gt 300 ]]
3762026-06-11T21:45:37.077Z++ sleep 1
3772026-06-11T21:45:38.078Z++ retry=1
3782026-06-11T21:45:38.081Z+++ svcs -Hostate baseline
3792026-06-11T21:45:38.092Z++ [[ offline* != online ]]
3802026-06-11T21:45:38.092Z++ [[ 1 -gt 300 ]]
3812026-06-11T21:45:38.092Z++ sleep 1
3822026-06-11T21:45:39.095Z++ retry=2
3832026-06-11T21:45:39.098Z+++ svcs -Hostate baseline
3842026-06-11T21:45:39.107Z++ [[ offline* != online ]]
3852026-06-11T21:45:39.107Z++ [[ 2 -gt 300 ]]
3862026-06-11T21:45:39.107Z++ sleep 1
3872026-06-11T21:45:40.110Z++ retry=3
3882026-06-11T21:45:40.113Z+++ svcs -Hostate baseline
3892026-06-11T21:45:40.122Z++ [[ offline* != online ]]
3902026-06-11T21:45:40.122Z++ [[ 3 -gt 300 ]]
3912026-06-11T21:45:40.122Z++ sleep 1
3922026-06-11T21:45:41.126Z++ retry=4
3932026-06-11T21:45:41.129Z+++ svcs -Hostate baseline
3942026-06-11T21:45:41.139Z++ [[ offline* != online ]]
3952026-06-11T21:45:41.139Z++ [[ 4 -gt 300 ]]
3962026-06-11T21:45:41.139Z++ sleep 1
3972026-06-11T21:45:42.141Z++ retry=5
3982026-06-11T21:45:42.145Z+++ svcs -Hostate baseline
3992026-06-11T21:45:42.155Z++ [[ offline* != online ]]
4002026-06-11T21:45:42.155Z++ [[ 5 -gt 300 ]]
4012026-06-11T21:45:42.159Z++ sleep 1
4022026-06-11T21:45:43.158Z++ retry=6
4032026-06-11T21:45:43.161Z+++ svcs -Hostate baseline
4042026-06-11T21:45:43.174Z++ [[ offline* != online ]]
4052026-06-11T21:45:43.174Z++ [[ 6 -gt 300 ]]
4062026-06-11T21:45:43.174Z++ sleep 1
4072026-06-11T21:45:44.173Z++ retry=7
4082026-06-11T21:45:44.176Z+++ svcs -Hostate baseline
4092026-06-11T21:45:44.190Z++ [[ offline* != online ]]
4102026-06-11T21:45:44.190Z++ [[ 7 -gt 300 ]]
4112026-06-11T21:45:44.190Z++ sleep 1
4122026-06-11T21:45:45.190Z++ retry=8
4132026-06-11T21:45:45.193Z+++ svcs -Hostate baseline
4142026-06-11T21:45:45.205Z++ [[ offline* != online ]]
4152026-06-11T21:45:45.205Z++ [[ 8 -gt 300 ]]
4162026-06-11T21:45:45.205Z++ sleep 1
4172026-06-11T21:45:46.209Z++ retry=9
4182026-06-11T21:45:46.212Z+++ svcs -Hostate baseline
4192026-06-11T21:45:46.222Z++ [[ offline* != online ]]
4202026-06-11T21:45:46.222Z++ [[ 9 -gt 300 ]]
4212026-06-11T21:45:46.222Z++ sleep 1
4222026-06-11T21:45:47.225Z++ retry=10
4232026-06-11T21:45:47.228Z+++ svcs -Hostate baseline
4242026-06-11T21:45:47.239Z++ [[ offline* != online ]]
4252026-06-11T21:45:47.239Z++ [[ 10 -gt 300 ]]
4262026-06-11T21:45:47.239Z++ sleep 1
4272026-06-11T21:45:48.242Z++ retry=11
4282026-06-11T21:45:48.245Z+++ svcs -Hostate baseline
4292026-06-11T21:45:48.257Z++ [[ offline* != online ]]
4302026-06-11T21:45:48.258Z++ [[ 11 -gt 300 ]]
4312026-06-11T21:45:48.258Z++ sleep 1
4322026-06-11T21:45:49.290Z++ retry=12
4332026-06-11T21:45:49.295Z+++ svcs -Hostate baseline
4342026-06-11T21:45:49.295Z++ [[ offline* != online ]]
4352026-06-11T21:45:49.295Z++ [[ 12 -gt 300 ]]
4362026-06-11T21:45:49.295Z++ sleep 1
4372026-06-11T21:45:50.275Z++ retry=13
4382026-06-11T21:45:50.278Z+++ svcs -Hostate baseline
4392026-06-11T21:45:50.290Z++ [[ offline* != online ]]
4402026-06-11T21:45:50.290Z++ [[ 13 -gt 300 ]]
4412026-06-11T21:45:50.290Z++ sleep 1
4422026-06-11T21:45:51.291Z++ retry=14
4432026-06-11T21:45:51.295Z+++ svcs -Hostate baseline
4442026-06-11T21:45:51.305Z++ [[ offline* != online ]]
4452026-06-11T21:45:51.305Z++ [[ 14 -gt 300 ]]
4462026-06-11T21:45:51.305Z++ sleep 1
4472026-06-11T21:45:52.307Z++ retry=15
4482026-06-11T21:45:52.313Z+++ svcs -Hostate baseline
4492026-06-11T21:45:52.322Z++ [[ offline* != online ]]
4502026-06-11T21:45:52.322Z++ [[ 15 -gt 300 ]]
4512026-06-11T21:45:52.322Z++ sleep 1
4522026-06-11T21:45:53.323Z++ retry=16
4532026-06-11T21:45:53.326Z+++ svcs -Hostate baseline
4542026-06-11T21:45:53.338Z++ [[ offline* != online ]]
4552026-06-11T21:45:53.338Z++ [[ 16 -gt 300 ]]
4562026-06-11T21:45:53.338Z++ sleep 1
4572026-06-11T21:45:54.340Z++ retry=17
4582026-06-11T21:45:54.344Z+++ svcs -Hostate baseline
4592026-06-11T21:45:54.354Z++ [[ offline* != online ]]
4602026-06-11T21:45:54.355Z++ [[ 17 -gt 300 ]]
4612026-06-11T21:45:54.355Z++ sleep 1
4622026-06-11T21:45:55.356Z++ retry=18
4632026-06-11T21:45:55.359Z+++ svcs -Hostate baseline
4642026-06-11T21:45:55.371Z++ [[ offline* != online ]]
4652026-06-11T21:45:55.371Z++ [[ 18 -gt 300 ]]
4662026-06-11T21:45:55.371Z++ sleep 1
4672026-06-11T21:45:56.373Z++ retry=19
4682026-06-11T21:45:56.376Z+++ svcs -Hostate baseline
4692026-06-11T21:45:56.388Z++ [[ offline* != online ]]
4702026-06-11T21:45:56.388Z++ [[ 19 -gt 300 ]]
4712026-06-11T21:45:56.388Z++ sleep 1
4722026-06-11T21:45:57.390Z++ retry=20
4732026-06-11T21:45:57.392Z+++ svcs -Hostate baseline
4742026-06-11T21:45:57.404Z++ [[ offline* != online ]]
4752026-06-11T21:45:57.404Z++ [[ 20 -gt 300 ]]
4762026-06-11T21:45:57.407Z++ sleep 1
4772026-06-11T21:45:58.406Z++ retry=21
4782026-06-11T21:45:58.409Z+++ svcs -Hostate baseline
4792026-06-11T21:45:58.421Z++ [[ offline* != online ]]
4802026-06-11T21:45:58.421Z++ [[ 21 -gt 300 ]]
4812026-06-11T21:45:58.421Z++ sleep 1
4822026-06-11T21:45:59.423Z++ retry=22
4832026-06-11T21:45:59.426Z+++ svcs -Hostate baseline
4842026-06-11T21:45:59.437Z++ [[ offline* != online ]]
4852026-06-11T21:45:59.437Z++ [[ 22 -gt 300 ]]
4862026-06-11T21:45:59.437Z++ sleep 1
4872026-06-11T21:46:00.439Z++ retry=23
4882026-06-11T21:46:00.442Z+++ svcs -Hostate baseline
4892026-06-11T21:46:00.453Z++ [[ offline* != online ]]
4902026-06-11T21:46:00.453Z++ [[ 23 -gt 300 ]]
4912026-06-11T21:46:00.456Z++ sleep 1
4922026-06-11T21:46:01.456Z++ retry=24
4932026-06-11T21:46:01.459Z+++ svcs -Hostate baseline
4942026-06-11T21:46:01.470Z++ [[ offline* != online ]]
4952026-06-11T21:46:01.470Z++ [[ 24 -gt 300 ]]
4962026-06-11T21:46:01.473Z++ sleep 1
4972026-06-11T21:46:02.475Z++ retry=25
4982026-06-11T21:46:02.478Z+++ svcs -Hostate baseline
4992026-06-11T21:46:02.486Z++ [[ offline* != online ]]
5002026-06-11T21:46:02.486Z++ [[ 25 -gt 300 ]]
5012026-06-11T21:46:02.486Z++ sleep 1
5022026-06-11T21:46:03.488Z++ retry=26
5032026-06-11T21:46:03.491Z+++ svcs -Hostate baseline
5042026-06-11T21:46:03.503Z++ [[ offline* != online ]]
5052026-06-11T21:46:03.503Z++ [[ 26 -gt 300 ]]
5062026-06-11T21:46:03.503Z++ sleep 1
5072026-06-11T21:46:04.505Z++ retry=27
5082026-06-11T21:46:04.508Z+++ svcs -Hostate baseline
5092026-06-11T21:46:04.519Z++ [[ offline* != online ]]
5102026-06-11T21:46:04.519Z++ [[ 27 -gt 300 ]]
5112026-06-11T21:46:04.519Z++ sleep 1
5122026-06-11T21:46:05.521Z++ retry=28
5132026-06-11T21:46:05.524Z+++ svcs -Hostate baseline
5142026-06-11T21:46:05.536Z++ [[ offline* != online ]]
5152026-06-11T21:46:05.536Z++ [[ 28 -gt 300 ]]
5162026-06-11T21:46:05.536Z++ sleep 1
5172026-06-11T21:46:06.538Z++ retry=29
5182026-06-11T21:46:06.541Z+++ svcs -Hostate baseline
5192026-06-11T21:46:06.552Z++ [[ offline* != online ]]
5202026-06-11T21:46:06.552Z++ [[ 29 -gt 300 ]]
5212026-06-11T21:46:06.552Z++ sleep 1
5222026-06-11T21:46:07.554Z++ retry=30
5232026-06-11T21:46:07.557Z+++ svcs -Hostate baseline
5242026-06-11T21:46:07.569Z++ [[ offline* != online ]]
5252026-06-11T21:46:07.569Z++ [[ 30 -gt 300 ]]
5262026-06-11T21:46:07.569Z++ sleep 1
5272026-06-11T21:46:08.571Z++ retry=31
5282026-06-11T21:46:08.574Z+++ svcs -Hostate baseline
5292026-06-11T21:46:08.586Z++ [[ offline* != online ]]
5302026-06-11T21:46:08.586Z++ [[ 31 -gt 300 ]]
5312026-06-11T21:46:08.586Z++ sleep 1
5322026-06-11T21:46:09.587Z++ retry=32
5332026-06-11T21:46:09.590Z+++ svcs -Hostate baseline
5342026-06-11T21:46:09.603Z++ [[ offline* != online ]]
5352026-06-11T21:46:09.603Z++ [[ 32 -gt 300 ]]
5362026-06-11T21:46:09.603Z++ sleep 1
5372026-06-11T21:46:10.604Z++ retry=33
5382026-06-11T21:46:10.607Z+++ svcs -Hostate baseline
5392026-06-11T21:46:10.618Z++ [[ offline* != online ]]
5402026-06-11T21:46:10.618Z++ [[ 33 -gt 300 ]]
5412026-06-11T21:46:10.618Z++ sleep 1
5422026-06-11T21:46:11.620Z++ retry=34
5432026-06-11T21:46:11.623Z+++ svcs -Hostate baseline
5442026-06-11T21:46:11.634Z++ [[ offline* != online ]]
5452026-06-11T21:46:11.634Z++ [[ 34 -gt 300 ]]
5462026-06-11T21:46:11.634Z++ sleep 1
5472026-06-11T21:46:12.637Z++ retry=35
5482026-06-11T21:46:12.639Z+++ svcs -Hostate baseline
5492026-06-11T21:46:12.650Z++ [[ offline* != online ]]
5502026-06-11T21:46:12.650Z++ [[ 35 -gt 300 ]]
5512026-06-11T21:46:12.653Z++ sleep 1
5522026-06-11T21:46:13.652Z++ retry=36
5532026-06-11T21:46:13.655Z+++ svcs -Hostate baseline
5542026-06-11T21:46:13.668Z++ [[ offline* != online ]]
5552026-06-11T21:46:13.668Z++ [[ 36 -gt 300 ]]
5562026-06-11T21:46:13.671Z++ sleep 1
5572026-06-11T21:46:14.669Z++ retry=37
5582026-06-11T21:46:14.672Z+++ svcs -Hostate baseline
5592026-06-11T21:46:14.683Z++ [[ offline* != online ]]
5602026-06-11T21:46:14.683Z++ [[ 37 -gt 300 ]]
5612026-06-11T21:46:14.683Z++ sleep 1
5622026-06-11T21:46:15.686Z++ retry=38
5632026-06-11T21:46:15.689Z+++ svcs -Hostate baseline
5642026-06-11T21:46:15.700Z++ [[ offline* != online ]]
5652026-06-11T21:46:15.700Z++ [[ 38 -gt 300 ]]
5662026-06-11T21:46:15.700Z++ sleep 1
5672026-06-11T21:46:16.702Z++ retry=39
5682026-06-11T21:46:16.705Z+++ svcs -Hostate baseline
5692026-06-11T21:46:16.719Z++ [[ offline* != online ]]
5702026-06-11T21:46:16.719Z++ [[ 39 -gt 300 ]]
5712026-06-11T21:46:16.719Z++ sleep 1
5722026-06-11T21:46:17.719Z++ retry=40
5732026-06-11T21:46:17.722Z+++ svcs -Hostate baseline
5742026-06-11T21:46:17.733Z++ [[ offline* != online ]]
5752026-06-11T21:46:17.733Z++ [[ 40 -gt 300 ]]
5762026-06-11T21:46:17.733Z++ sleep 1
5772026-06-11T21:46:18.735Z++ retry=41
5782026-06-11T21:46:18.738Z+++ svcs -Hostate baseline
5792026-06-11T21:46:18.749Z++ [[ offline* != online ]]
5802026-06-11T21:46:18.750Z++ [[ 41 -gt 300 ]]
5812026-06-11T21:46:18.750Z++ sleep 1
5822026-06-11T21:46:19.751Z++ retry=42
5832026-06-11T21:46:19.754Z+++ svcs -Hostate baseline
5842026-06-11T21:46:19.766Z++ [[ offline* != online ]]
5852026-06-11T21:46:19.766Z++ [[ 42 -gt 300 ]]
5862026-06-11T21:46:19.766Z++ sleep 1
5872026-06-11T21:46:20.767Z++ retry=43
5882026-06-11T21:46:20.770Z+++ svcs -Hostate baseline
5892026-06-11T21:46:20.782Z++ [[ offline* != online ]]
5902026-06-11T21:46:20.782Z++ [[ 43 -gt 300 ]]
5912026-06-11T21:46:20.782Z++ sleep 1
5922026-06-11T21:46:21.784Z++ retry=44
5932026-06-11T21:46:21.787Z+++ svcs -Hostate baseline
5942026-06-11T21:46:21.798Z++ [[ offline* != online ]]
5952026-06-11T21:46:21.799Z++ [[ 44 -gt 300 ]]
5962026-06-11T21:46:21.799Z++ sleep 1
5972026-06-11T21:46:22.800Z++ retry=45
5982026-06-11T21:46:22.804Z+++ svcs -Hostate baseline
5992026-06-11T21:46:22.815Z++ [[ offline* != online ]]
6002026-06-11T21:46:22.815Z++ [[ 45 -gt 300 ]]
6012026-06-11T21:46:22.815Z++ sleep 1
6022026-06-11T21:46:23.817Z++ retry=46
6032026-06-11T21:46:23.820Z+++ svcs -Hostate baseline
6042026-06-11T21:46:23.831Z++ [[ offline* != online ]]
6052026-06-11T21:46:23.831Z++ [[ 46 -gt 300 ]]
6062026-06-11T21:46:23.831Z++ sleep 1
6072026-06-11T21:46:24.833Z++ retry=47
6082026-06-11T21:46:24.836Z+++ svcs -Hostate baseline
6092026-06-11T21:46:24.848Z++ [[ offline* != online ]]
6102026-06-11T21:46:24.848Z++ [[ 47 -gt 300 ]]
6112026-06-11T21:46:24.848Z++ sleep 1
6122026-06-11T21:46:25.850Z++ retry=48
6132026-06-11T21:46:25.853Z+++ svcs -Hostate baseline
6142026-06-11T21:46:25.864Z++ [[ offline* != online ]]
6152026-06-11T21:46:25.864Z++ [[ 48 -gt 300 ]]
6162026-06-11T21:46:25.864Z++ sleep 1
6172026-06-11T21:46:26.866Z++ retry=49
6182026-06-11T21:46:26.869Z+++ svcs -Hostate baseline
6192026-06-11T21:46:26.880Z++ [[ offline* != online ]]
6202026-06-11T21:46:26.881Z++ [[ 49 -gt 300 ]]
6212026-06-11T21:46:26.881Z++ sleep 1
6222026-06-11T21:46:27.883Z++ retry=50
6232026-06-11T21:46:27.885Z+++ svcs -Hostate baseline
6242026-06-11T21:46:27.897Z++ [[ offline* != online ]]
6252026-06-11T21:46:27.897Z++ [[ 50 -gt 300 ]]
6262026-06-11T21:46:27.897Z++ sleep 1
6272026-06-11T21:46:28.899Z++ retry=51
6282026-06-11T21:46:28.902Z+++ svcs -Hostate baseline
6292026-06-11T21:46:28.914Z++ [[ offline* != online ]]
6302026-06-11T21:46:28.914Z++ [[ 51 -gt 300 ]]
6312026-06-11T21:46:28.914Z++ sleep 1
6322026-06-11T21:46:29.916Z++ retry=52
6332026-06-11T21:46:29.919Z+++ svcs -Hostate baseline
6342026-06-11T21:46:29.930Z++ [[ offline* != online ]]
6352026-06-11T21:46:29.930Z++ [[ 52 -gt 300 ]]
6362026-06-11T21:46:29.930Z++ sleep 1
6372026-06-11T21:46:30.933Z++ retry=53
6382026-06-11T21:46:30.936Z+++ svcs -Hostate baseline
6392026-06-11T21:46:30.947Z++ [[ offline* != online ]]
6402026-06-11T21:46:30.947Z++ [[ 53 -gt 300 ]]
6412026-06-11T21:46:30.947Z++ sleep 1
6422026-06-11T21:46:31.949Z++ retry=54
6432026-06-11T21:46:31.951Z+++ svcs -Hostate baseline
6442026-06-11T21:46:31.963Z++ [[ offline* != online ]]
6452026-06-11T21:46:31.963Z++ [[ 54 -gt 300 ]]
6462026-06-11T21:46:31.963Z++ sleep 1
6472026-06-11T21:46:32.965Z++ retry=55
6482026-06-11T21:46:32.968Z+++ svcs -Hostate baseline
6492026-06-11T21:46:32.980Z++ [[ offline* != online ]]
6502026-06-11T21:46:32.980Z++ [[ 55 -gt 300 ]]
6512026-06-11T21:46:32.980Z++ sleep 1
6522026-06-11T21:46:33.982Z++ retry=56
6532026-06-11T21:46:33.988Z+++ svcs -Hostate baseline
6542026-06-11T21:46:33.997Z++ [[ offline* != online ]]
6552026-06-11T21:46:33.997Z++ [[ 56 -gt 300 ]]
6562026-06-11T21:46:33.997Z++ sleep 1
6572026-06-11T21:46:34.999Z++ retry=57
6582026-06-11T21:46:35.002Z+++ svcs -Hostate baseline
6592026-06-11T21:46:35.014Z++ [[ offline* != online ]]
6602026-06-11T21:46:35.014Z++ [[ 57 -gt 300 ]]
6612026-06-11T21:46:35.014Z++ sleep 1
6622026-06-11T21:46:36.015Z++ retry=58
6632026-06-11T21:46:36.018Z+++ svcs -Hostate baseline
6642026-06-11T21:46:36.030Z++ [[ offline* != online ]]
6652026-06-11T21:46:36.030Z++ [[ 58 -gt 300 ]]
6662026-06-11T21:46:36.030Z++ sleep 1
6672026-06-11T21:46:37.032Z++ retry=59
6682026-06-11T21:46:37.035Z+++ svcs -Hostate baseline
6692026-06-11T21:46:37.047Z++ [[ offline* != online ]]
6702026-06-11T21:46:37.047Z++ [[ 59 -gt 300 ]]
6712026-06-11T21:46:37.047Z++ sleep 1
6722026-06-11T21:46:38.049Z++ retry=60
6732026-06-11T21:46:38.052Z+++ svcs -Hostate baseline
6742026-06-11T21:46:38.063Z++ [[ offline* != online ]]
6752026-06-11T21:46:38.063Z++ [[ 60 -gt 300 ]]
6762026-06-11T21:46:38.063Z++ sleep 1
6772026-06-11T21:46:39.065Z++ retry=61
6782026-06-11T21:46:39.068Z+++ svcs -Hostate baseline
6792026-06-11T21:46:39.079Z++ [[ offline* != online ]]
6802026-06-11T21:46:39.079Z++ [[ 61 -gt 300 ]]
6812026-06-11T21:46:39.079Z++ sleep 1
6822026-06-11T21:46:40.082Z++ retry=62
6832026-06-11T21:46:40.084Z+++ svcs -Hostate baseline
6842026-06-11T21:46:40.096Z++ [[ offline* != online ]]
6852026-06-11T21:46:40.096Z++ [[ 62 -gt 300 ]]
6862026-06-11T21:46:40.099Z++ sleep 1
6872026-06-11T21:46:41.098Z++ retry=63
6882026-06-11T21:46:41.101Z+++ svcs -Hostate baseline
6892026-06-11T21:46:41.114Z++ [[ offline* != online ]]
6902026-06-11T21:46:41.114Z++ [[ 63 -gt 300 ]]
6912026-06-11T21:46:41.114Z++ sleep 1
6922026-06-11T21:46:42.115Z++ retry=64
6932026-06-11T21:46:42.117Z+++ svcs -Hostate baseline
6942026-06-11T21:46:42.129Z++ [[ offline* != online ]]
6952026-06-11T21:46:42.129Z++ [[ 64 -gt 300 ]]
6962026-06-11T21:46:42.129Z++ sleep 1
6972026-06-11T21:46:43.131Z++ retry=65
6982026-06-11T21:46:43.135Z+++ svcs -Hostate baseline
6992026-06-11T21:46:43.146Z++ [[ offline* != online ]]
7002026-06-11T21:46:43.146Z++ [[ 65 -gt 300 ]]
7012026-06-11T21:46:43.146Z++ sleep 1
7022026-06-11T21:46:44.148Z++ retry=66
7032026-06-11T21:46:44.151Z+++ svcs -Hostate baseline
7042026-06-11T21:46:44.163Z++ [[ offline* != online ]]
7052026-06-11T21:46:44.163Z++ [[ 66 -gt 300 ]]
7062026-06-11T21:46:44.163Z++ sleep 1
7072026-06-11T21:46:45.164Z++ retry=67
7082026-06-11T21:46:45.168Z+++ svcs -Hostate baseline
7092026-06-11T21:46:45.179Z++ [[ offline* != online ]]
7102026-06-11T21:46:45.179Z++ [[ 67 -gt 300 ]]
7112026-06-11T21:46:45.179Z++ sleep 1
7122026-06-11T21:46:46.181Z++ retry=68
7132026-06-11T21:46:46.184Z+++ svcs -Hostate baseline
7142026-06-11T21:46:46.195Z++ [[ offline* != online ]]
7152026-06-11T21:46:46.195Z++ [[ 68 -gt 300 ]]
7162026-06-11T21:46:46.195Z++ sleep 1
7172026-06-11T21:46:47.197Z++ retry=69
7182026-06-11T21:46:47.200Z+++ svcs -Hostate baseline
7192026-06-11T21:46:47.212Z++ [[ offline* != online ]]
7202026-06-11T21:46:47.212Z++ [[ 69 -gt 300 ]]
7212026-06-11T21:46:47.213Z++ sleep 1
7222026-06-11T21:46:48.214Z++ retry=70
7232026-06-11T21:46:48.217Z+++ svcs -Hostate baseline
7242026-06-11T21:46:48.229Z++ [[ offline* != online ]]
7252026-06-11T21:46:48.229Z++ [[ 70 -gt 300 ]]
7262026-06-11T21:46:48.229Z++ sleep 1
7272026-06-11T21:46:49.230Z++ retry=71
7282026-06-11T21:46:49.233Z+++ svcs -Hostate baseline
7292026-06-11T21:46:49.245Z++ [[ offline* != online ]]
7302026-06-11T21:46:49.245Z++ [[ 71 -gt 300 ]]
7312026-06-11T21:46:49.245Z++ sleep 1
7322026-06-11T21:46:50.248Z++ retry=72
7332026-06-11T21:46:50.250Z+++ svcs -Hostate baseline
7342026-06-11T21:46:50.262Z++ [[ offline* != online ]]
7352026-06-11T21:46:50.262Z++ [[ 72 -gt 300 ]]
7362026-06-11T21:46:50.265Z++ sleep 1
7372026-06-11T21:46:51.264Z++ retry=73
7382026-06-11T21:46:51.267Z+++ svcs -Hostate baseline
7392026-06-11T21:46:51.281Z++ [[ offline* != online ]]
7402026-06-11T21:46:51.281Z++ [[ 73 -gt 300 ]]
7412026-06-11T21:46:51.281Z++ sleep 1
7422026-06-11T21:46:52.281Z++ retry=74
7432026-06-11T21:46:52.284Z+++ svcs -Hostate baseline
7442026-06-11T21:46:52.296Z++ [[ offline* != online ]]
7452026-06-11T21:46:52.296Z++ [[ 74 -gt 300 ]]
7462026-06-11T21:46:52.296Z++ sleep 1
7472026-06-11T21:46:53.298Z++ retry=75
7482026-06-11T21:46:53.301Z+++ svcs -Hostate baseline
7492026-06-11T21:46:53.313Z++ [[ offline* != online ]]
7502026-06-11T21:46:53.313Z++ [[ 75 -gt 300 ]]
7512026-06-11T21:46:53.313Z++ sleep 1
7522026-06-11T21:46:54.315Z++ retry=76
7532026-06-11T21:46:54.318Z+++ svcs -Hostate baseline
7542026-06-11T21:46:54.330Z++ [[ offline* != online ]]
7552026-06-11T21:46:54.330Z++ [[ 76 -gt 300 ]]
7562026-06-11T21:46:54.330Z++ sleep 1
7572026-06-11T21:46:55.332Z++ retry=77
7582026-06-11T21:46:55.336Z+++ svcs -Hostate baseline
7592026-06-11T21:46:55.347Z++ [[ offline* != online ]]
7602026-06-11T21:46:55.347Z++ [[ 77 -gt 300 ]]
7612026-06-11T21:46:55.347Z++ sleep 1
7622026-06-11T21:46:56.349Z++ retry=78
7632026-06-11T21:46:56.352Z+++ svcs -Hostate baseline
7642026-06-11T21:46:56.364Z++ [[ offline* != online ]]
7652026-06-11T21:46:56.364Z++ [[ 78 -gt 300 ]]
7662026-06-11T21:46:56.364Z++ sleep 1
7672026-06-11T21:46:57.366Z++ retry=79
7682026-06-11T21:46:57.371Z+++ svcs -Hostate baseline
7692026-06-11T21:46:57.381Z++ [[ offline* != online ]]
7702026-06-11T21:46:57.381Z++ [[ 79 -gt 300 ]]
7712026-06-11T21:46:57.382Z++ sleep 1
7722026-06-11T21:46:58.382Z++ retry=80
7732026-06-11T21:46:58.385Z+++ svcs -Hostate baseline
7742026-06-11T21:46:58.396Z++ [[ offline* != online ]]
7752026-06-11T21:46:58.396Z++ [[ 80 -gt 300 ]]
7762026-06-11T21:46:58.396Z++ sleep 1
7772026-06-11T21:46:59.398Z++ retry=81
7782026-06-11T21:46:59.401Z+++ svcs -Hostate baseline
7792026-06-11T21:46:59.413Z++ [[ offline* != online ]]
7802026-06-11T21:46:59.413Z++ [[ 81 -gt 300 ]]
7812026-06-11T21:46:59.413Z++ sleep 1
7822026-06-11T21:47:00.415Z++ retry=82
7832026-06-11T21:47:00.418Z+++ svcs -Hostate baseline
7842026-06-11T21:47:00.429Z++ [[ offline* != online ]]
7852026-06-11T21:47:00.429Z++ [[ 82 -gt 300 ]]
7862026-06-11T21:47:00.429Z++ sleep 1
7872026-06-11T21:47:01.431Z++ retry=83
7882026-06-11T21:47:01.434Z+++ svcs -Hostate baseline
7892026-06-11T21:47:01.446Z++ [[ offline* != online ]]
7902026-06-11T21:47:01.446Z++ [[ 83 -gt 300 ]]
7912026-06-11T21:47:01.446Z++ sleep 1
7922026-06-11T21:47:02.448Z++ retry=84
7932026-06-11T21:47:02.452Z+++ svcs -Hostate baseline
7942026-06-11T21:47:02.462Z++ [[ offline* != online ]]
7952026-06-11T21:47:02.462Z++ [[ 84 -gt 300 ]]
7962026-06-11T21:47:02.465Z++ sleep 1
7972026-06-11T21:47:03.464Z++ retry=85
7982026-06-11T21:47:03.467Z+++ svcs -Hostate baseline
7992026-06-11T21:47:03.479Z++ [[ offline* != online ]]
8002026-06-11T21:47:03.479Z++ [[ 85 -gt 300 ]]
8012026-06-11T21:47:03.479Z++ sleep 1
8022026-06-11T21:47:04.481Z++ retry=86
8032026-06-11T21:47:04.484Z+++ svcs -Hostate baseline
8042026-06-11T21:47:04.496Z++ [[ offline* != online ]]
8052026-06-11T21:47:04.496Z++ [[ 86 -gt 300 ]]
8062026-06-11T21:47:04.496Z++ sleep 1
8072026-06-11T21:47:05.498Z++ retry=87
8082026-06-11T21:47:05.501Z+++ svcs -Hostate baseline
8092026-06-11T21:47:05.513Z++ [[ offline* != online ]]
8102026-06-11T21:47:05.513Z++ [[ 87 -gt 300 ]]
8112026-06-11T21:47:05.516Z++ sleep 1
8122026-06-11T21:47:06.515Z++ retry=88
8132026-06-11T21:47:06.519Z+++ svcs -Hostate baseline
8142026-06-11T21:47:06.529Z++ [[ offline* != online ]]
8152026-06-11T21:47:06.529Z++ [[ 88 -gt 300 ]]
8162026-06-11T21:47:06.529Z++ sleep 1
8172026-06-11T21:47:07.531Z++ retry=89
8182026-06-11T21:47:07.534Z+++ svcs -Hostate baseline
8192026-06-11T21:47:07.546Z++ [[ offline* != online ]]
8202026-06-11T21:47:07.546Z++ [[ 89 -gt 300 ]]
8212026-06-11T21:47:07.546Z++ sleep 1
8222026-06-11T21:47:08.548Z++ retry=90
8232026-06-11T21:47:08.551Z+++ svcs -Hostate baseline
8242026-06-11T21:47:08.563Z++ [[ offline* != online ]]
8252026-06-11T21:47:08.563Z++ [[ 90 -gt 300 ]]
8262026-06-11T21:47:08.563Z++ sleep 1
8272026-06-11T21:47:09.565Z++ retry=91
8282026-06-11T21:47:09.568Z+++ svcs -Hostate baseline
8292026-06-11T21:47:09.580Z++ [[ offline* != online ]]
8302026-06-11T21:47:09.580Z++ [[ 91 -gt 300 ]]
8312026-06-11T21:47:09.580Z++ sleep 1
8322026-06-11T21:47:10.581Z++ retry=92
8332026-06-11T21:47:10.585Z+++ svcs -Hostate baseline
8342026-06-11T21:47:10.596Z++ [[ offline* != online ]]
8352026-06-11T21:47:10.596Z++ [[ 92 -gt 300 ]]
8362026-06-11T21:47:10.596Z++ sleep 1
8372026-06-11T21:47:11.599Z++ retry=93
8382026-06-11T21:47:11.603Z+++ svcs -Hostate baseline
8392026-06-11T21:47:11.614Z++ [[ offline* != online ]]
8402026-06-11T21:47:11.614Z++ [[ 93 -gt 300 ]]
8412026-06-11T21:47:11.614Z++ sleep 1
8422026-06-11T21:47:12.615Z++ retry=94
8432026-06-11T21:47:12.619Z+++ svcs -Hostate baseline
8442026-06-11T21:47:12.630Z++ [[ offline* != online ]]
8452026-06-11T21:47:12.630Z++ [[ 94 -gt 300 ]]
8462026-06-11T21:47:12.630Z++ sleep 1
8472026-06-11T21:47:13.632Z++ retry=95
8482026-06-11T21:47:13.635Z+++ svcs -Hostate baseline
8492026-06-11T21:47:13.648Z++ [[ offline* != online ]]
8502026-06-11T21:47:13.648Z++ [[ 95 -gt 300 ]]
8512026-06-11T21:47:13.648Z++ sleep 1
8522026-06-11T21:47:14.648Z++ retry=96
8532026-06-11T21:47:14.650Z+++ svcs -Hostate baseline
8542026-06-11T21:47:14.662Z++ [[ offline* != online ]]
8552026-06-11T21:47:14.662Z++ [[ 96 -gt 300 ]]
8562026-06-11T21:47:14.662Z++ sleep 1
8572026-06-11T21:47:15.664Z++ retry=97
8582026-06-11T21:47:15.666Z+++ svcs -Hostate baseline
8592026-06-11T21:47:15.678Z++ [[ offline* != online ]]
8602026-06-11T21:47:15.678Z++ [[ 97 -gt 300 ]]
8612026-06-11T21:47:15.678Z++ sleep 1
8622026-06-11T21:47:16.680Z++ retry=98
8632026-06-11T21:47:16.683Z+++ svcs -Hostate baseline
8642026-06-11T21:47:16.695Z++ [[ offline* != online ]]
8652026-06-11T21:47:16.695Z++ [[ 98 -gt 300 ]]
8662026-06-11T21:47:16.695Z++ sleep 1
8672026-06-11T21:47:17.697Z++ retry=99
8682026-06-11T21:47:17.700Z+++ svcs -Hostate baseline
8692026-06-11T21:47:17.712Z++ [[ offline* != online ]]
8702026-06-11T21:47:17.712Z++ [[ 99 -gt 300 ]]
8712026-06-11T21:47:17.715Z++ sleep 1
8722026-06-11T21:47:18.714Z++ retry=100
8732026-06-11T21:47:18.717Z+++ svcs -Hostate baseline
8742026-06-11T21:47:18.728Z++ [[ offline* != online ]]
8752026-06-11T21:47:18.728Z++ [[ 100 -gt 300 ]]
8762026-06-11T21:47:18.728Z++ sleep 1
8772026-06-11T21:47:19.733Z++ retry=101
8782026-06-11T21:47:19.735Z+++ svcs -Hostate baseline
8792026-06-11T21:47:19.744Z++ [[ offline* != online ]]
8802026-06-11T21:47:19.744Z++ [[ 101 -gt 300 ]]
8812026-06-11T21:47:19.744Z++ sleep 1
8822026-06-11T21:47:20.746Z++ retry=102
8832026-06-11T21:47:20.749Z+++ svcs -Hostate baseline
8842026-06-11T21:47:20.761Z++ [[ offline* != online ]]
8852026-06-11T21:47:20.761Z++ [[ 102 -gt 300 ]]
8862026-06-11T21:47:20.761Z++ sleep 1
8872026-06-11T21:47:21.762Z++ retry=103
8882026-06-11T21:47:21.765Z+++ svcs -Hostate baseline
8892026-06-11T21:47:21.776Z++ [[ offline* != online ]]
8902026-06-11T21:47:21.776Z++ [[ 103 -gt 300 ]]
8912026-06-11T21:47:21.776Z++ sleep 1
8922026-06-11T21:47:22.778Z++ retry=104
8932026-06-11T21:47:22.781Z+++ svcs -Hostate baseline
8942026-06-11T21:47:22.792Z++ [[ offline* != online ]]
8952026-06-11T21:47:22.792Z++ [[ 104 -gt 300 ]]
8962026-06-11T21:47:22.792Z++ sleep 1
8972026-06-11T21:47:23.794Z++ retry=105
8982026-06-11T21:47:23.797Z+++ svcs -Hostate baseline
8992026-06-11T21:47:23.809Z++ [[ offline* != online ]]
9002026-06-11T21:47:23.809Z++ [[ 105 -gt 300 ]]
9012026-06-11T21:47:23.809Z++ sleep 1
9022026-06-11T21:47:24.810Z++ retry=106
9032026-06-11T21:47:24.814Z+++ svcs -Hostate baseline
9042026-06-11T21:47:24.825Z++ [[ offline* != online ]]
9052026-06-11T21:47:24.825Z++ [[ 106 -gt 300 ]]
9062026-06-11T21:47:24.825Z++ sleep 1
9072026-06-11T21:47:25.826Z++ retry=107
9082026-06-11T21:47:25.847Z+++ svcs -Hostate baseline
9092026-06-11T21:47:25.851Z++ [[ online != online ]]
9102026-06-11T21:47:25.851Z++ set -o errexit
9112026-06-11T21:47:25.851Z++ set -o pipefail
9122026-06-11T21:47:25.851Z++ banner build
9132026-06-11T21:47:25.851Z
9142026-06-11T21:47:25.851Z ##### # # # # #####
9152026-06-11T21:47:25.851Z # # # # # # # #
9162026-06-11T21:47:25.851Z ##### # # # # # #
9172026-06-11T21:47:25.851Z # # # # # # # #
9182026-06-11T21:47:25.851Z # # # # # # # #
9192026-06-11T21:47:25.851Z ##### #### # ###### #####
9202026-06-11T21:47:25.851Z
9212026-06-11T21:47:25.851Z++ cargo build --release --bin ddmd --bin ddmadm
9222026-06-11T21:47:25.851Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9232026-06-11T21:47:26.010Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9242026-06-11T21:47:26.015Zinfo: downloading 6 components
9252026-06-11T21:47:41.474Z Updating git repository `https://github.com/oxidecomputer/falcon`
9262026-06-11T21:47:42.098ZFrom https://github.com/oxidecomputer/falcon
9272026-06-11T21:47:42.098Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9282026-06-11T21:47:42.177Z Updating crates.io index
9292026-06-11T21:47:42.179Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9302026-06-11T21:47:43.149ZFrom https://github.com/oxidecomputer/dendrite
9312026-06-11T21:47:43.149Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9322026-06-11T21:47:43.219Z Updating git repository `https://github.com/oxidecomputer/ispf`
9332026-06-11T21:47:43.514ZFrom https://github.com/oxidecomputer/ispf
9342026-06-11T21:47:43.514Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9352026-06-11T21:47:43.760Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9362026-06-11T21:47:44.155ZFrom https://github.com/oxidecomputer/netadm-sys
9372026-06-11T21:47:44.155Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9382026-06-11T21:47:44.166Z Updating git repository `https://github.com/oxidecomputer/omicron`
9392026-06-11T21:47:50.219ZFrom https://github.com/oxidecomputer/omicron
9402026-06-11T21:47:50.219Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9412026-06-11T21:47:50.641Z Updating git repository `https://github.com/oxidecomputer/opte`
9422026-06-11T21:47:51.327ZFrom https://github.com/oxidecomputer/opte
9432026-06-11T21:47:51.327Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9442026-06-11T21:47:51.358Z Updating git repository `https://github.com/illumos/smf-rs`
9452026-06-11T21:47:51.664ZFrom https://github.com/illumos/smf-rs
9462026-06-11T21:47:51.664Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9472026-06-11T21:47:52.247Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9482026-06-11T21:47:52.574ZFrom https://github.com/oxidecomputer/network-interface
9492026-06-11T21:47:52.574Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9502026-06-11T21:47:52.775Z Updating git repository `https://github.com/oxidecomputer/zone`
9512026-06-11T21:47:53.087ZFrom https://github.com/oxidecomputer/zone
9522026-06-11T21:47:53.087Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9532026-06-11T21:47:53.112Z Updating git repository `https://github.com/oxidecomputer/propolis`
9542026-06-11T21:47:53.838ZFrom https://github.com/oxidecomputer/propolis
9552026-06-11T21:47:53.838Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9562026-06-11T21:47:54.013Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9572026-06-11T21:47:54.536ZFrom https://github.com/oxidecomputer/transceiver-control
9582026-06-11T21:47:54.536Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9592026-06-11T21:47:54.742Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9602026-06-11T21:47:55.037ZFrom https://github.com/oxidecomputer/dlpi-sys
9612026-06-11T21:47:55.037Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9622026-06-11T21:47:55.052Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9632026-06-11T21:47:55.454ZFrom https://github.com/jmesmon/rust-libzfs
9642026-06-11T21:47:55.454Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9652026-06-11T21:47:55.461Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9662026-06-11T21:47:55.759ZFrom https://github.com/oxidecomputer/rusty-doors
9672026-06-11T21:47:55.759Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9682026-06-11T21:47:55.769Z Updating git repository `https://github.com/oxidecomputer/lldp`
9692026-06-11T21:47:56.129ZFrom https://github.com/oxidecomputer/lldp
9702026-06-11T21:47:56.129Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9712026-06-11T21:47:56.234Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9722026-06-11T21:47:56.549ZFrom https://github.com/oxidecomputer/slog-error-chain
9732026-06-11T21:47:56.549Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9742026-06-11T21:47:56.625Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9752026-06-11T21:47:56.957ZFrom https://github.com/oxidecomputer/tufaceous
9762026-06-11T21:47:56.957Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9772026-06-11T21:47:56.988Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9782026-06-11T21:47:57.466ZFrom https://github.com/oxidecomputer/management-gateway-service
9792026-06-11T21:47:57.466Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9802026-06-11T21:47:57.689Z Updating git repository `https://github.com/oxidecomputer/crucible`
9812026-06-11T21:47:58.530ZFrom https://github.com/oxidecomputer/crucible
9822026-06-11T21:47:58.530Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9832026-06-11T21:47:59.517Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9842026-06-11T21:47:59.812ZFrom https://github.com/oxidecomputer/serde_human_bytes
9852026-06-11T21:47:59.812Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9862026-06-11T21:48:00.082Z Updating git repository `https://github.com/oxidecomputer/propolis`
9872026-06-11T21:48:00.811ZFrom https://github.com/oxidecomputer/propolis
9882026-06-11T21:48:00.811Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9892026-06-11T21:48:01.169Z Updating git repository `https://github.com/oxidecomputer/crucible`
9902026-06-11T21:48:01.713ZFrom https://github.com/oxidecomputer/crucible
9912026-06-11T21:48:01.713Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9922026-06-11T21:48:02.096Z Updating git repository `https://github.com/oxidecomputer/tofino`
9932026-06-11T21:48:02.475ZFrom https://github.com/oxidecomputer/tofino
9942026-06-11T21:48:02.475Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9952026-06-11T21:48:02.486Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9962026-06-11T21:48:03.181ZFrom https://github.com/oxidecomputer/maghemite
9972026-06-11T21:48:03.181Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9982026-06-11T21:48:03.230Z Updating git repository `https://github.com/oxidecomputer/clickward`
9992026-06-11T21:48:03.529ZFrom https://github.com/oxidecomputer/clickward
10002026-06-11T21:48:03.529Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10012026-06-11T21:48:03.591Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10022026-06-11T21:48:04.089ZFrom https://github.com/oxidecomputer/illumos-devinfo
10032026-06-11T21:48:04.089Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10042026-06-11T21:48:05.663Z Downloading crates ...
10052026-06-11T21:48:05.745Z Downloaded adler2 v2.0.1
10062026-06-11T21:48:05.753Z Downloaded base64ct v1.8.3
10072026-06-11T21:48:05.756Z Downloaded clap_lex v1.1.0
10082026-06-11T21:48:05.758Z Downloaded backoff v0.4.0
10092026-06-11T21:48:05.761Z Downloaded atomicwrites v0.4.4
10102026-06-11T21:48:05.763Z Downloaded anstream v1.0.0
10112026-06-11T21:48:05.766Z Downloaded argon2 v0.5.3
10122026-06-11T21:48:05.773Z Downloaded async-recursion v1.1.1
10132026-06-11T21:48:05.776Z Downloaded bs58 v0.5.1
10142026-06-11T21:48:05.779Z Downloaded async-stream v0.3.6
10152026-06-11T21:48:05.783Z Downloaded hostname v0.3.1
10162026-06-11T21:48:05.786Z Downloaded futures-macro v0.3.32
10172026-06-11T21:48:05.789Z Downloaded cfg-if v1.0.4
10182026-06-11T21:48:05.792Z Downloaded git-stub-vcs v0.1.0
10192026-06-11T21:48:05.794Z Downloaded embedded-io v0.4.0
10202026-06-11T21:48:05.797Z Downloaded digest v0.11.3
10212026-06-11T21:48:05.800Z Downloaded equivalent v1.0.2
10222026-06-11T21:48:05.800Z Downloaded flate2 v1.1.9
10232026-06-11T21:48:05.803Z Downloaded dropshot-api-manager-types v0.7.2
10242026-06-11T21:48:05.806Z Downloaded defmt v0.3.100
10252026-06-11T21:48:05.809Z Downloaded either v1.16.0
10262026-06-11T21:48:05.809Z Downloaded autocfg v1.5.1
10272026-06-11T21:48:05.813Z Downloaded foreign-types v0.3.2
10282026-06-11T21:48:05.816Z Downloaded dropshot_endpoint v0.17.1
10292026-06-11T21:48:05.816Z Downloaded float-ord v0.3.2
10302026-06-11T21:48:05.819Z Downloaded fastrand v2.4.1
10312026-06-11T21:48:05.822Z Downloaded ciborium-io v0.2.2
10322026-06-11T21:48:05.822Z Downloaded foreign-types-shared v0.3.1
10332026-06-11T21:48:05.824Z Downloaded enum-as-inner v0.6.1
10342026-06-11T21:48:05.828Z Downloaded futures-core v0.3.32
10352026-06-11T21:48:05.828Z Downloaded dyn-clone v1.0.20
10362026-06-11T21:48:05.831Z Downloaded const-random v0.1.18
10372026-06-11T21:48:05.831Z Downloaded data-encoding v2.11.0
10382026-06-11T21:48:05.834Z Downloaded dtrace-parser v0.3.0
10392026-06-11T21:48:05.834Z Downloaded darling_macro v0.21.3
10402026-06-11T21:48:05.837Z Downloaded arc-swap v1.9.1
10412026-06-11T21:48:05.839Z Downloaded heck v0.4.1
10422026-06-11T21:48:05.842Z Downloaded foldhash v0.2.0
10432026-06-11T21:48:05.843Z Downloaded form_urlencoded v1.2.2
10442026-06-11T21:48:05.845Z Downloaded find-msvc-tools v0.1.9
10452026-06-11T21:48:05.848Z Downloaded defmt-macros v1.1.0
10462026-06-11T21:48:05.851Z Downloaded crypto-common v0.1.7
10472026-06-11T21:48:05.851Z Downloaded darling_core v0.21.3
10482026-06-11T21:48:05.855Z Downloaded const-random-macro v0.1.16
10492026-06-11T21:48:05.857Z Downloaded fxhash v0.2.1
10502026-06-11T21:48:05.860Z Downloaded crypto-common v0.2.2
10512026-06-11T21:48:05.860Z Downloaded ciborium-ll v0.2.2
10522026-06-11T21:48:05.863Z Downloaded hash32 v0.3.1
10532026-06-11T21:48:05.866Z Downloaded foreign-types-macros v0.2.3
10542026-06-11T21:48:05.866Z Downloaded foreign-types-shared v0.1.1
10552026-06-11T21:48:05.868Z Downloaded byteorder v1.5.0
10562026-06-11T21:48:05.868Z Downloaded gethostname v0.5.0
10572026-06-11T21:48:05.871Z Downloaded hex v0.4.3
10582026-06-11T21:48:05.875Z Downloaded git-stub v1.0.0
10592026-06-11T21:48:05.878Z Downloaded futures-io v0.3.32
10602026-06-11T21:48:05.878Z Downloaded convert_case v0.4.0
10612026-06-11T21:48:05.878Z Downloaded crc8 v0.1.1
10622026-06-11T21:48:05.881Z Downloaded highway v1.3.0
10632026-06-11T21:48:05.881Z Downloaded getrandom v0.2.17
10642026-06-11T21:48:05.884Z Downloaded dtrace-parser v0.2.0
10652026-06-11T21:48:05.886Z Downloaded curve25519-dalek-derive v0.1.1
10662026-06-11T21:48:05.889Z Downloaded fnv v1.0.7
10672026-06-11T21:48:05.889Z Downloaded crunchy v0.2.4
10682026-06-11T21:48:05.892Z Downloaded compression-core v0.4.32
10692026-06-11T21:48:05.892Z Downloaded hubpack_derive v0.1.1
10702026-06-11T21:48:05.894Z Downloaded cc v1.2.63
10712026-06-11T21:48:05.897Z Downloaded http-body v1.0.1
10722026-06-11T21:48:05.897Z Downloaded futures-task v0.3.32
10732026-06-11T21:48:05.900Z Downloaded futures-sink v0.3.32
10742026-06-11T21:48:05.900Z Downloaded bytes v1.11.1
10752026-06-11T21:48:05.903Z Downloaded ident_case v1.0.1
10762026-06-11T21:48:05.905Z Downloaded hostname v0.4.2
10772026-06-11T21:48:05.908Z Downloaded hubpack v0.1.2
10782026-06-11T21:48:05.908Z Downloaded generic-array v0.14.7
10792026-06-11T21:48:05.911Z Downloaded heck v0.5.0
10802026-06-11T21:48:05.914Z Downloaded foreign-types v0.5.0
10812026-06-11T21:48:05.914Z Downloaded instant v0.1.13
10822026-06-11T21:48:05.916Z Downloaded errno v0.3.14
10832026-06-11T21:48:05.916Z Downloaded csv-core v0.1.13
10842026-06-11T21:48:05.919Z Downloaded is_terminal_polyfill v1.70.2
10852026-06-11T21:48:05.922Z Downloaded fs-err v3.3.0
10862026-06-11T21:48:05.922Z Downloaded erased-serde v0.3.31
10872026-06-11T21:48:05.925Z Downloaded inout v0.1.4
10882026-06-11T21:48:05.927Z Downloaded globset v0.4.18
10892026-06-11T21:48:05.927Z Downloaded debug-ignore v1.0.5
10902026-06-11T21:48:05.930Z Downloaded crossbeam-deque v0.8.6
10912026-06-11T21:48:05.933Z Downloaded idna_adapter v1.2.2
10922026-06-11T21:48:05.933Z Downloaded glob v0.3.3
10932026-06-11T21:48:05.936Z Downloaded konst_macro_rules v0.2.19
10942026-06-11T21:48:05.936Z Downloaded is_ci v1.2.0
10952026-06-11T21:48:05.939Z Downloaded is-terminal v0.4.17
10962026-06-11T21:48:05.939Z Downloaded futures-channel v0.3.32
10972026-06-11T21:48:05.941Z Downloaded lazy_static v1.5.0
10982026-06-11T21:48:05.944Z Downloaded keccak v0.1.6
10992026-06-11T21:48:05.944Z Downloaded darling v0.21.3
11002026-06-11T21:48:05.948Z Downloaded libscf-sys v1.2.0
11012026-06-11T21:48:05.950Z Downloaded lru-slab v0.1.2
11022026-06-11T21:48:05.953Z Downloaded linked-hash-map v0.5.6
11032026-06-11T21:48:05.953Z Downloaded internet-checksum v0.2.1
11042026-06-11T21:48:05.956Z Downloaded camino v1.2.2
11052026-06-11T21:48:05.956Z Downloaded macaddr v1.0.1
11062026-06-11T21:48:05.959Z Downloaded foldhash v0.1.5
11072026-06-11T21:48:05.962Z Downloaded critical-section v1.2.0
11082026-06-11T21:48:05.962Z Downloaded humantime v2.3.0
11092026-06-11T21:48:05.965Z Downloaded cipher v0.4.4
11102026-06-11T21:48:05.965Z Downloaded fixedbitset v0.5.7
11112026-06-11T21:48:05.967Z Downloaded lru-cache v0.1.2
11122026-06-11T21:48:05.967Z Downloaded http-body-util v0.1.3
11132026-06-11T21:48:05.970Z Downloaded colored v3.1.1
11142026-06-11T21:48:05.972Z Downloaded ipnet v2.12.0
11152026-06-11T21:48:05.975Z Downloaded daft v0.1.7
11162026-06-11T21:48:05.975Z Downloaded httpdate v1.0.3
11172026-06-11T21:48:05.978Z Downloaded memoffset v0.9.1
11182026-06-11T21:48:05.981Z Downloaded chacha20 v0.9.1
11192026-06-11T21:48:05.981Z Downloaded num v0.4.3
11202026-06-11T21:48:05.984Z Downloaded hyper-rustls v0.27.9
11212026-06-11T21:48:05.984Z Downloaded match_cfg v0.1.0
11222026-06-11T21:48:05.986Z Downloaded memmap v0.7.0
11232026-06-11T21:48:05.986Z Downloaded mime v0.3.17
11242026-06-11T21:48:05.989Z Downloaded hmac v0.12.1
11252026-06-11T21:48:05.992Z Downloaded ipnetwork v0.21.1
11262026-06-11T21:48:05.992Z Downloaded num-conv v0.2.2
11272026-06-11T21:48:05.995Z Downloaded cargo_toml v0.22.3
11282026-06-11T21:48:05.995Z Downloaded newtype-uuid-macros v0.1.0
11292026-06-11T21:48:05.997Z Downloaded ingot-types v0.1.2
11302026-06-11T21:48:05.997Z Downloaded newtype_derive v0.1.6
11312026-06-11T21:48:06.000Z Downloaded num-iter v0.1.45
11322026-06-11T21:48:06.004Z Downloaded opaque-debug v0.3.1
11332026-06-11T21:48:06.004Z Downloaded num_enum_derive v0.5.11
11342026-06-11T21:48:06.004Z Downloaded crossbeam-utils v0.8.21
11352026-06-11T21:48:06.007Z Downloaded natord v1.0.9
11362026-06-11T21:48:06.007Z Downloaded lock_api v0.4.14
11372026-06-11T21:48:06.009Z Downloaded newline-converter v0.3.0
11382026-06-11T21:48:06.009Z Downloaded olpc-cjson v0.1.4
11392026-06-11T21:48:06.012Z Downloaded linear-map v1.2.0
11402026-06-11T21:48:06.012Z Downloaded console v0.16.3
11412026-06-11T21:48:06.015Z Downloaded num-derive v0.4.2
11422026-06-11T21:48:06.018Z Downloaded openssl-probe v0.2.1
11432026-06-11T21:48:06.018Z Downloaded omicron-workspace-hack v0.1.0
11442026-06-11T21:48:06.020Z Downloaded num_threads v0.1.7
11452026-06-11T21:48:06.020Z Downloaded parse-display v0.10.0
11462026-06-11T21:48:06.023Z Downloaded multer v3.1.0
11472026-06-11T21:48:06.023Z Downloaded console v0.15.11
11482026-06-11T21:48:06.026Z Downloaded ingot v0.1.1
11492026-06-11T21:48:06.028Z Downloaded allocator-api2 v0.2.21
11502026-06-11T21:48:06.031Z Downloaded clap_derive v4.6.1
11512026-06-11T21:48:06.031Z Downloaded openssl-macros v0.1.1
11522026-06-11T21:48:06.034Z Downloaded anyhow v1.0.102
11532026-06-11T21:48:06.037Z Downloaded cmake v0.1.58
11542026-06-11T21:48:06.037Z Downloaded bytecount v0.6.9
11552026-06-11T21:48:06.039Z Downloaded jobserver v0.1.34
11562026-06-11T21:48:06.042Z Downloaded libsw-core v0.3.2
11572026-06-11T21:48:06.042Z Downloaded cancel-safe-futures v0.1.5
11582026-06-11T21:48:06.045Z Downloaded iana-time-zone v0.1.65
11592026-06-11T21:48:06.047Z Downloaded percent-encoding v2.3.2
11602026-06-11T21:48:06.050Z Downloaded blake2 v0.10.6
11612026-06-11T21:48:06.050Z Downloaded no-std-compat v0.4.1
11622026-06-11T21:48:06.053Z Downloaded defmt v1.1.0
11632026-06-11T21:48:06.056Z Downloaded futures v0.3.32
11642026-06-11T21:48:06.058Z Downloaded crossbeam-epoch v0.9.18
11652026-06-11T21:48:06.061Z Downloaded half v2.7.1
11662026-06-11T21:48:06.064Z Downloaded ingot-macros v0.1.1
11672026-06-11T21:48:06.064Z Downloaded plain v0.2.3
11682026-06-11T21:48:06.066Z Downloaded darling_core v0.23.0
11692026-06-11T21:48:06.069Z Downloaded darling v0.23.0
11702026-06-11T21:48:06.072Z Downloaded proc-macro-error-attr v1.0.4
11712026-06-11T21:48:06.075Z Downloaded ciborium v0.2.2
11722026-06-11T21:48:06.078Z Downloaded bitflags v2.12.1
11732026-06-11T21:48:06.080Z Downloaded num_enum v0.7.6
11742026-06-11T21:48:06.083Z Downloaded parking_lot_core v0.8.6
11752026-06-11T21:48:06.086Z Downloaded num-rational v0.4.2
11762026-06-11T21:48:06.086Z Downloaded num-complex v0.4.6
11772026-06-11T21:48:06.086Z Downloaded phf_shared v0.12.1
11782026-06-11T21:48:06.089Z Downloaded progenitor-macro v0.10.0
11792026-06-11T21:48:06.089Z Downloaded newtype-uuid v1.3.2
11802026-06-11T21:48:06.092Z Downloaded cookie v0.18.1
11812026-06-11T21:48:06.095Z Downloaded quick-error v1.2.3
11822026-06-11T21:48:06.095Z Downloaded progenitor-client v0.14.0
11832026-06-11T21:48:06.095Z Downloaded proc-macro-crate v3.5.0
11842026-06-11T21:48:06.098Z Downloaded pretty-hex v0.4.2
11852026-06-11T21:48:06.098Z Downloaded num_enum_derive v0.7.6
11862026-06-11T21:48:06.101Z Downloaded elliptic-curve v0.13.8
11872026-06-11T21:48:06.104Z Downloaded oxide-tokio-rt v0.1.6
11882026-06-11T21:48:06.104Z Downloaded crc32fast v1.5.0
11892026-06-11T21:48:06.106Z Downloaded num_enum v0.5.11
11902026-06-11T21:48:06.109Z Downloaded progenitor-client v0.10.0
11912026-06-11T21:48:06.109Z Downloaded progenitor-macro v0.14.0
11922026-06-11T21:48:06.112Z Downloaded icu_provider v2.2.0
11932026-06-11T21:48:06.115Z Downloaded getrandom v0.4.2
11942026-06-11T21:48:06.117Z Downloaded oxnet v0.1.6
11952026-06-11T21:48:06.117Z Downloaded num-integer v0.1.46
11962026-06-11T21:48:06.121Z Downloaded litemap v0.8.2
11972026-06-11T21:48:06.123Z Downloaded libsw v3.5.0
11982026-06-11T21:48:06.123Z Downloaded pem v3.0.6
11992026-06-11T21:48:06.126Z Downloaded phf v0.12.1
12002026-06-11T21:48:06.126Z Downloaded parse-display-derive v0.10.0
12012026-06-11T21:48:06.126Z Downloaded clap v4.6.1
12022026-06-11T21:48:06.132Z Downloaded pkg-config v0.3.33
12032026-06-11T21:48:06.134Z Downloaded ref-cast v1.0.25
12042026-06-11T21:48:06.137Z Downloaded ref-cast-impl v1.0.25
12052026-06-11T21:48:06.137Z Downloaded proc-macro-error-attr2 v2.0.0
12062026-06-11T21:48:06.140Z Downloaded rand_chacha v0.3.1
12072026-06-11T21:48:06.140Z Downloaded rand_xorshift v0.4.0
12082026-06-11T21:48:06.144Z Downloaded indexmap v1.9.3
12092026-06-11T21:48:06.144Z Downloaded expectorate v1.2.0
12102026-06-11T21:48:06.147Z Downloaded getrandom v0.3.4
12112026-06-11T21:48:06.147Z Downloaded proc-macro-crate v1.3.1
12122026-06-11T21:48:06.150Z Downloaded powerfmt v0.2.0
12132026-06-11T21:48:06.150Z Downloaded potential_utf v0.1.5
12142026-06-11T21:48:06.153Z Downloaded hybrid-array v0.4.12
12152026-06-11T21:48:06.153Z Downloaded httparse v1.10.1
12162026-06-11T21:48:06.155Z Downloaded managed v0.8.0
12172026-06-11T21:48:06.158Z Downloaded pin-project-lite v0.2.17
12182026-06-11T21:48:06.161Z Downloaded proc-macro-error v1.0.4
12192026-06-11T21:48:06.164Z Downloaded pin-project-internal v1.1.13
12202026-06-11T21:48:06.164Z Downloaded icu_properties v2.2.0
12212026-06-11T21:48:06.167Z Downloaded progenitor v0.10.0
12222026-06-11T21:48:06.167Z Downloaded proc-macro-error2 v2.0.1
12232026-06-11T21:48:06.169Z Downloaded progenitor-client v0.13.0
12242026-06-11T21:48:06.172Z Downloaded progenitor v0.14.0
12252026-06-11T21:48:06.172Z Downloaded rustc-hash v2.1.2
12262026-06-11T21:48:06.175Z Downloaded progenitor v0.13.0
12272026-06-11T21:48:06.175Z Downloaded icu_normalizer v2.2.0
12282026-06-11T21:48:06.177Z Downloaded heapless v0.8.0
12292026-06-11T21:48:06.180Z Downloaded icu_normalizer_data v2.2.0
12302026-06-11T21:48:06.183Z Downloaded rustc_version v0.1.7
12312026-06-11T21:48:06.183Z Downloaded derive_more v0.99.20
12322026-06-11T21:48:06.186Z Downloaded pest_derive v2.8.6
12332026-06-11T21:48:06.188Z Downloaded rand_core v0.10.1
12342026-06-11T21:48:06.191Z Downloaded rand_core v0.6.4
12352026-06-11T21:48:06.191Z Downloaded once_cell v1.21.4
12362026-06-11T21:48:06.194Z Downloaded scroll_derive v0.13.1
12372026-06-11T21:48:06.194Z Downloaded serde_repr v0.1.20
12382026-06-11T21:48:06.196Z Downloaded progenitor-macro v0.13.0
12392026-06-11T21:48:06.197Z Downloaded progenitor-extras v0.2.0
12402026-06-11T21:48:06.200Z Downloaded scroll_derive v0.12.1
12412026-06-11T21:48:06.200Z Downloaded const-oid v0.10.2
12422026-06-11T21:48:06.202Z Downloaded chacha20poly1305 v0.10.1
12432026-06-11T21:48:06.202Z Downloaded poly1305 v0.8.0
12442026-06-11T21:48:06.205Z Downloaded serde-big-array v0.5.1
12452026-06-11T21:48:06.205Z Downloaded hickory-resolver v0.24.4
12462026-06-11T21:48:06.208Z Downloaded serde_urlencoded v0.7.1
12472026-06-11T21:48:06.210Z Downloaded semver v0.1.20
12482026-06-11T21:48:06.210Z Downloaded serde_spanned v1.1.1
12492026-06-11T21:48:06.217Z Downloaded rand_chacha v0.9.0
12502026-06-11T21:48:06.217Z Downloaded rustc_version v0.4.1
12512026-06-11T21:48:06.219Z Downloaded resolv-conf v0.7.6
12522026-06-11T21:48:06.219Z Downloaded postcard v1.1.3
12532026-06-11T21:48:06.219Z Downloaded parking_lot v0.11.2
12542026-06-11T21:48:06.219Z Downloaded rustls-native-certs v0.8.4
12552026-06-11T21:48:06.222Z Downloaded serde_plain v1.0.2
12562026-06-11T21:48:06.223Z Downloaded memmap2 v0.9.10
12572026-06-11T21:48:06.225Z Downloaded log v0.4.32
12582026-06-11T21:48:06.225Z Downloaded rand_core v0.9.5
12592026-06-11T21:48:06.225Z Downloaded const_format v0.2.36
12602026-06-11T21:48:06.228Z Downloaded sigpipe v0.1.3
12612026-06-11T21:48:06.231Z Downloaded sha1 v0.10.6
12622026-06-11T21:48:06.231Z Downloaded serde_spanned v0.6.9
12632026-06-11T21:48:06.234Z Downloaded secrecy v0.10.3
12642026-06-11T21:48:06.234Z Downloaded quote v1.0.45
12652026-06-11T21:48:06.237Z Downloaded base64 v0.22.1
12662026-06-11T21:48:06.239Z Downloaded same-file v1.0.6
12672026-06-11T21:48:06.239Z Downloaded rustversion v1.0.22
12682026-06-11T21:48:06.242Z Downloaded paste v1.0.15
12692026-06-11T21:48:06.246Z Downloaded parking_lot_core v0.9.12
12702026-06-11T21:48:06.246Z Downloaded parking_lot v0.12.5
12712026-06-11T21:48:06.249Z Downloaded ppv-lite86 v0.2.21
12722026-06-11T21:48:06.249Z Downloaded owo-colors v4.3.0
12732026-06-11T21:48:06.249Z Downloaded futures-executor v0.3.32
12742026-06-11T21:48:06.252Z Downloaded compression-codecs v0.4.38
12752026-06-11T21:48:06.254Z Downloaded siphasher v1.0.3
12762026-06-11T21:48:06.254Z Downloaded sha1 v0.11.0
12772026-06-11T21:48:06.257Z Downloaded base64 v0.21.7
12782026-06-11T21:48:06.257Z Downloaded async-trait v0.1.89
12792026-06-11T21:48:06.260Z Downloaded group v0.13.0
12802026-06-11T21:48:06.263Z Downloaded itoa v1.0.18
12812026-06-11T21:48:06.263Z Downloaded drift v0.2.0
12822026-06-11T21:48:06.268Z Downloaded slog-envlogger v2.2.0
12832026-06-11T21:48:06.271Z Downloaded smawk v0.3.2
12842026-06-11T21:48:06.271Z Downloaded slog-bunyan v2.5.0
12852026-06-11T21:48:06.273Z Downloaded num-traits v0.2.19
12862026-06-11T21:48:06.273Z Downloaded scopeguard v1.2.0
12872026-06-11T21:48:06.276Z Downloaded serde_path_to_error v0.1.20
12882026-06-11T21:48:06.276Z Downloaded hickory-resolver v0.25.2
12892026-06-11T21:48:06.279Z Downloaded rusty-fork v0.3.1
12902026-06-11T21:48:06.283Z Downloaded rustls-pemfile v2.2.0
12912026-06-11T21:48:06.284Z Downloaded scroll v0.13.0
12922026-06-11T21:48:06.286Z Downloaded indicatif v0.18.4
12932026-06-11T21:48:06.286Z Downloaded papergrid v0.11.0
12942026-06-11T21:48:06.290Z Downloaded strsim v0.11.1
12952026-06-11T21:48:06.293Z Downloaded scroll v0.12.0
12962026-06-11T21:48:06.293Z Downloaded bitflags v1.3.2
12972026-06-11T21:48:06.293Z Downloaded strum v0.26.3
12982026-06-11T21:48:06.296Z Downloaded fs_extra v1.3.0
12992026-06-11T21:48:06.296Z Downloaded daft-derive v0.1.7
13002026-06-11T21:48:06.298Z Downloaded serde_derive_internals v0.29.1
13012026-06-11T21:48:06.301Z Downloaded schemars_derive v0.8.22
13022026-06-11T21:48:06.301Z Downloaded konst v0.2.20
13032026-06-11T21:48:06.304Z Downloaded subtle v2.6.1
13042026-06-11T21:48:06.304Z Downloaded quinn-udp v0.5.14
13052026-06-11T21:48:06.307Z Downloaded sync_wrapper v1.0.2
13062026-06-11T21:48:06.307Z Downloaded pest_generator v2.8.6
13072026-06-11T21:48:06.310Z Downloaded password-hash v0.5.0
13082026-06-11T21:48:06.310Z Downloaded structmeta v0.3.0
13092026-06-11T21:48:06.310Z Downloaded spin v0.5.2
13102026-06-11T21:48:06.312Z Downloaded shlex v2.0.1
13112026-06-11T21:48:06.313Z Downloaded sha2 v0.10.9
13122026-06-11T21:48:06.315Z Downloaded strum v0.27.2
13132026-06-11T21:48:06.315Z Downloaded stable_deref_trait v1.2.1
13142026-06-11T21:48:06.315Z Downloaded serde_tokenstream v0.2.3
13152026-06-11T21:48:06.318Z Downloaded structmeta-derive v0.3.0
13162026-06-11T21:48:06.318Z Downloaded progenitor-impl v0.10.0
13172026-06-11T21:48:06.321Z Downloaded signal-hook-registry v1.4.8
13182026-06-11T21:48:06.321Z Downloaded crypto-bigint v0.5.5
13192026-06-11T21:48:06.323Z Downloaded tabled_derive v0.7.0
13202026-06-11T21:48:06.326Z Downloaded swrite v0.1.0
13212026-06-11T21:48:06.326Z Downloaded take_mut v0.2.2
13222026-06-11T21:48:06.326Z Downloaded tabled_derive v0.11.0
13232026-06-11T21:48:06.329Z Downloaded simd-adler32 v0.3.9
13242026-06-11T21:48:06.329Z Downloaded rhai_codegen v3.2.0
13252026-06-11T21:48:06.333Z Downloaded pin-project v1.1.13
13262026-06-11T21:48:06.339Z Downloaded termtree v0.5.1
13272026-06-11T21:48:06.342Z Downloaded tagptr v0.2.0
13282026-06-11T21:48:06.342Z Downloaded tabwriter v1.4.1
13292026-06-11T21:48:06.345Z Downloaded slab v0.4.12
13302026-06-11T21:48:06.345Z Downloaded slog-scope v4.4.1
13312026-06-11T21:48:06.345Z Downloaded slog-json v2.6.1
13322026-06-11T21:48:06.348Z Downloaded openssl-sys v0.9.116
13332026-06-11T21:48:06.350Z Downloaded icu_collections v2.2.0
13342026-06-11T21:48:06.353Z Downloaded thread-id v5.1.0
13352026-06-11T21:48:06.355Z Downloaded semver v1.0.28
13362026-06-11T21:48:06.355Z Downloaded terminal_size v0.4.4
13372026-06-11T21:48:06.358Z Downloaded hashbrown v0.12.3
13382026-06-11T21:48:06.361Z Downloaded thiserror-impl-no-std v2.0.2
13392026-06-11T21:48:06.361Z Downloaded smf v0.2.3
13402026-06-11T21:48:06.361Z Downloaded smartstring v1.0.1
13412026-06-11T21:48:06.363Z Downloaded testing_table v0.3.0
13422026-06-11T21:48:06.363Z Downloaded rustls-pki-types v1.14.1
13432026-06-11T21:48:06.366Z Downloaded http v1.4.1
13442026-06-11T21:48:06.370Z Downloaded camino-tempfile v1.4.1
13452026-06-11T21:48:06.370Z Downloaded thread-id v4.2.2
13462026-06-11T21:48:06.370Z Downloaded indent_write v2.2.0
13472026-06-11T21:48:06.373Z Downloaded slog-stdlog v4.1.1
13482026-06-11T21:48:06.373Z Downloaded base16ct v1.0.0
13492026-06-11T21:48:06.373Z Downloaded cstr-argument v0.1.2
13502026-06-11T21:48:06.373Z Downloaded progenitor-impl v0.13.0
13512026-06-11T21:48:06.376Z Downloaded derive-ex v0.1.8
13522026-06-11T21:48:06.376Z Downloaded deranged v0.5.8
13532026-06-11T21:48:06.379Z Downloaded icu_locale_core v2.2.0
13542026-06-11T21:48:06.382Z Downloaded strum_macros v0.27.2
13552026-06-11T21:48:06.396Z Downloaded tinyvec_macros v0.1.1
13562026-06-11T21:48:06.396Z Downloaded supports-color v3.0.2
13572026-06-11T21:48:06.396Z Downloaded snafu-derive v0.8.9
13582026-06-11T21:48:06.396Z Downloaded derive-where v1.6.1
13592026-06-11T21:48:06.399Z Downloaded chacha20 v0.10.0
13602026-06-11T21:48:06.399Z Downloaded synstructure v0.13.2
13612026-06-11T21:48:06.400Z Downloaded papergrid v0.18.0
13622026-06-11T21:48:06.400Z Downloaded backon v1.6.0
13632026-06-11T21:48:06.400Z Downloaded slog-dtrace v0.3.0
13642026-06-11T21:48:06.400Z Downloaded ahash v0.8.12
13652026-06-11T21:48:06.400Z Downloaded slog-async v2.8.0
13662026-06-11T21:48:06.400Z Downloaded const_format_proc_macros v0.2.34
13672026-06-11T21:48:06.402Z Downloaded bcs v0.1.6
13682026-06-11T21:48:06.403Z Downloaded thiserror-impl v1.0.69
13692026-06-11T21:48:06.403Z Downloaded byte-wrapper v0.1.0
13702026-06-11T21:48:06.407Z Downloaded thiserror v2.0.18
13712026-06-11T21:48:06.407Z Downloaded strum_macros v0.26.4
13722026-06-11T21:48:06.409Z Downloaded hyper-util v0.1.20
13732026-06-11T21:48:06.412Z Downloaded tokio-macros v2.7.0
13742026-06-11T21:48:06.412Z Downloaded slog-term v2.9.2
13752026-06-11T21:48:06.415Z Downloaded bit-vec v0.8.0
13762026-06-11T21:48:06.415Z Downloaded anstyle v1.0.14
13772026-06-11T21:48:06.418Z Downloaded crucible-workspace-hack v0.1.0
13782026-06-11T21:48:06.418Z Downloaded colorchoice v1.0.5
13792026-06-11T21:48:06.418Z Downloaded static_assertions v1.1.0
13802026-06-11T21:48:06.421Z Downloaded cobs v0.3.0
13812026-06-11T21:48:06.421Z Downloaded atomic-waker v1.1.2
13822026-06-11T21:48:06.421Z Downloaded pest_meta v2.8.6
13832026-06-11T21:48:06.423Z Downloaded try-lock v0.2.5
13842026-06-11T21:48:06.423Z Downloaded miniz_oxide v0.8.9
13852026-06-11T21:48:06.426Z Downloaded thiserror v1.0.69
13862026-06-11T21:48:06.429Z Downloaded rayon-core v1.13.0
13872026-06-11T21:48:06.432Z Downloaded minimal-lexical v0.2.1
13882026-06-11T21:48:06.435Z Downloaded tower-layer v0.3.3
13892026-06-11T21:48:06.435Z Downloaded toml_write v0.1.2
13902026-06-11T21:48:06.435Z Downloaded tower-service v0.3.3
13912026-06-11T21:48:06.435Z Downloaded cpufeatures v0.3.0
13922026-06-11T21:48:06.439Z Downloaded block-buffer v0.10.4
13932026-06-11T21:48:06.439Z Downloaded ff v0.13.1
13942026-06-11T21:48:06.439Z Downloaded bit-set v0.8.0
13952026-06-11T21:48:06.439Z Downloaded anstyle-parse v1.0.0
13962026-06-11T21:48:06.443Z Downloaded ryu v1.0.23
13972026-06-11T21:48:06.443Z Downloaded rustls-platform-verifier v0.7.0
13982026-06-11T21:48:06.447Z Downloaded proc-macro2 v1.0.106
13992026-06-11T21:48:06.447Z Downloaded prettyplease v0.2.37
14002026-06-11T21:48:06.450Z Downloaded thread_local v1.1.9
14012026-06-11T21:48:06.450Z Downloaded typeid v1.0.3
14022026-06-11T21:48:06.450Z Downloaded thiserror-no-std v2.0.2
14032026-06-11T21:48:06.454Z Downloaded unicode-linebreak v0.1.5
14042026-06-11T21:48:06.454Z Downloaded typify-macro v0.6.2
14052026-06-11T21:48:06.454Z Downloaded thiserror-impl v2.0.18
14062026-06-11T21:48:06.458Z Downloaded untrusted v0.9.0
14072026-06-11T21:48:06.458Z Downloaded serde_with_macros v3.20.0
14082026-06-11T21:48:06.458Z Downloaded dof v0.4.0
14092026-06-11T21:48:06.458Z Downloaded typify-macro v0.4.3
14102026-06-11T21:48:06.460Z Downloaded aead v0.5.2
14112026-06-11T21:48:06.460Z Downloaded embedded-io v0.6.1
14122026-06-11T21:48:06.460Z Downloaded dof v0.3.0
14132026-06-11T21:48:06.460Z Downloaded displaydoc v0.2.6
14142026-06-11T21:48:06.479Z Downloaded slog v2.8.2
14152026-06-11T21:48:06.479Z Downloaded tinystr v0.8.3
14162026-06-11T21:48:06.484Z Downloaded time-macros v0.2.27
14172026-06-11T21:48:06.484Z Downloaded smallvec v1.15.1
14182026-06-11T21:48:06.484Z Downloaded schemars v0.9.0
14192026-06-11T21:48:06.484Z Downloaded usdt-macro v0.6.0
14202026-06-11T21:48:06.484Z Downloaded usdt-attr-macro v0.6.0
14212026-06-11T21:48:06.484Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14222026-06-11T21:48:06.484Z Downloaded term v1.2.1
14232026-06-11T21:48:06.484Z Downloaded indexmap v2.14.0
14242026-06-11T21:48:06.484Z Downloaded utf8_iter v1.0.4
14252026-06-11T21:48:06.484Z Downloaded usdt-attr-macro v0.5.0
14262026-06-11T21:48:06.484Z Downloaded spin v0.9.8
14272026-06-11T21:48:06.489Z Downloaded serde_core v1.0.228
14282026-06-11T21:48:06.489Z Downloaded jiff-static v0.2.28
14292026-06-11T21:48:06.489Z Downloaded usdt v0.5.0
14302026-06-11T21:48:06.489Z Downloaded untrusted v0.7.1
14312026-06-11T21:48:06.492Z Downloaded unit-prefix v0.5.2
14322026-06-11T21:48:06.492Z Downloaded schemars v0.8.22
14332026-06-11T21:48:06.495Z Downloaded toml_writer v1.1.1+spec-1.1.0
14342026-06-11T21:48:06.498Z Downloaded memchr v2.8.1
14352026-06-11T21:48:06.500Z Downloaded tokio-dtrace v0.1.1
14362026-06-11T21:48:06.501Z Downloaded crossbeam-channel v0.5.15
14372026-06-11T21:48:06.503Z Downloaded rand v0.8.6
14382026-06-11T21:48:06.506Z Downloaded tokio-tungstenite v0.21.0
14392026-06-11T21:48:06.507Z Downloaded qorb v0.4.1
14402026-06-11T21:48:06.509Z Downloaded nom v7.1.3
14412026-06-11T21:48:06.524Z Downloaded socket2 v0.6.4
14422026-06-11T21:48:06.524Z Downloaded async-compression v0.4.42
14432026-06-11T21:48:06.527Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14442026-06-11T21:48:06.527Z Downloaded want v0.3.1
14452026-06-11T21:48:06.527Z Downloaded waitgroup v0.1.2
14462026-06-11T21:48:06.527Z Downloaded wait-timeout v0.2.1
14472026-06-11T21:48:06.527Z Downloaded tiny-keccak v2.0.2
14482026-06-11T21:48:06.527Z Downloaded utf8parse v0.2.2
14492026-06-11T21:48:06.527Z Downloaded usdt v0.6.0
14502026-06-11T21:48:06.527Z Downloaded universal-hash v0.5.1
14512026-06-11T21:48:06.527Z Downloaded unicode-xid v0.2.6
14522026-06-11T21:48:06.527Z Downloaded version_check v0.9.5
14532026-06-11T21:48:06.527Z Downloaded unarray v0.1.4
14542026-06-11T21:48:06.527Z Downloaded tempfile v3.27.0
14552026-06-11T21:48:06.527Z Downloaded serde_yaml v0.9.34+deprecated
14562026-06-11T21:48:06.530Z Downloaded similar v2.7.0
14572026-06-11T21:48:06.530Z Downloaded time-core v0.1.8
14582026-06-11T21:48:06.533Z Downloaded progenitor-impl v0.14.0
14592026-06-11T21:48:06.533Z Downloaded base16ct v0.2.0
14602026-06-11T21:48:06.533Z Downloaded async-stream-impl v0.3.6
14612026-06-11T21:48:06.533Z Downloaded dunce v1.0.5
14622026-06-11T21:48:06.536Z Downloaded darling_macro v0.23.0
14632026-06-11T21:48:06.537Z Downloaded cfg_aliases v0.2.1
14642026-06-11T21:48:06.537Z Downloaded digest v0.10.7
14652026-06-11T21:48:06.537Z Downloaded defmt-parser v1.0.0
14662026-06-11T21:48:06.540Z Downloaded cpufeatures v0.2.17
14672026-06-11T21:48:06.540Z Downloaded anstyle-query v1.1.5
14682026-06-11T21:48:06.540Z Downloaded fixedbitset v0.4.2
14692026-06-11T21:48:06.540Z Downloaded block-buffer v0.12.0
14702026-06-11T21:48:06.549Z Downloaded yoke-derive v0.8.2
14712026-06-11T21:48:06.553Z Downloaded rand v0.10.1
14722026-06-11T21:48:06.553Z Downloaded usdt-macro v0.5.0
14732026-06-11T21:48:06.553Z Downloaded usdt-impl v0.6.0
14742026-06-11T21:48:06.556Z Downloaded zerofrom-derive v0.1.7
14752026-06-11T21:48:06.556Z Downloaded zeroize_derive v1.4.3
14762026-06-11T21:48:06.556Z Downloaded usdt-impl v0.5.0
14772026-06-11T21:48:06.587Z Downloaded utf-8 v0.7.6
14782026-06-11T21:48:06.592Z Downloaded mio v1.2.1
14792026-06-11T21:48:06.592Z Downloaded zerofrom v0.1.8
14802026-06-11T21:48:06.592Z Downloaded test-strategy v0.4.5
14812026-06-11T21:48:06.592Z Downloaded idna v1.1.0
14822026-06-11T21:48:06.592Z Downloaded tokio-rustls v0.26.4
14832026-06-11T21:48:06.592Z Downloaded toml v0.8.23
14842026-06-11T21:48:06.592Z Downloaded serde_derive v1.0.228
14852026-06-11T21:48:06.592Z Downloaded schemars v1.2.1
14862026-06-11T21:48:06.592Z Downloaded zone_cfg_derive v0.3.1
14872026-06-11T21:48:06.592Z Downloaded zone v0.3.1
14882026-06-11T21:48:06.592Z Downloaded serde v1.0.228
14892026-06-11T21:48:06.593Z Downloaded dropshot-api-manager v0.7.2
14902026-06-11T21:48:06.593Z Downloaded toml_datetime v0.6.11
14912026-06-11T21:48:06.593Z Downloaded walkdir v2.5.0
14922026-06-11T21:48:06.596Z Downloaded whoami v1.6.1
14932026-06-11T21:48:06.596Z Downloaded toml_parser v1.1.2+spec-1.1.0
14942026-06-11T21:48:06.596Z Downloaded tokio-stream v0.1.18
14952026-06-11T21:48:06.596Z Downloaded hashbrown v0.17.1
14962026-06-11T21:48:06.599Z Downloaded tinyvec v1.11.0
14972026-06-11T21:48:06.602Z Downloaded hashbrown v0.16.1
14982026-06-11T21:48:06.607Z Downloaded thin-vec v0.2.18
14992026-06-11T21:48:06.612Z Downloaded xz2 v0.1.7
15002026-06-11T21:48:06.615Z Downloaded writeable v0.6.3
15012026-06-11T21:48:06.615Z Downloaded rustls-webpki v0.103.13
15022026-06-11T21:48:06.628Z Downloaded hashbrown v0.15.5
15032026-06-11T21:48:06.635Z Downloaded pest v2.8.6
15042026-06-11T21:48:06.639Z Downloaded zerovec-derive v0.11.3
15052026-06-11T21:48:06.639Z Downloaded toml v1.1.2+spec-1.1.0
15062026-06-11T21:48:06.668Z Downloaded zmij v1.0.21
15072026-06-11T21:48:06.668Z Downloaded toml v0.9.12+spec-1.1.0
15082026-06-11T21:48:06.681Z Downloaded tracing-attributes v0.1.31
15092026-06-11T21:48:06.681Z Downloaded snafu v0.8.9
15102026-06-11T21:48:06.681Z Downloaded tracing-core v0.1.36
15112026-06-11T21:48:06.681Z Downloaded hkdf v0.12.4
15122026-06-11T21:48:06.681Z Downloaded rand v0.9.4
15132026-06-11T21:48:06.681Z Downloaded ucd-trie v0.1.7
15142026-06-11T21:48:06.681Z Downloaded quinn v0.11.9
15152026-06-11T21:48:06.681Z Downloaded vsss-rs v3.3.4
15162026-06-11T21:48:06.681Z Downloaded textwrap v0.16.2
15172026-06-11T21:48:06.681Z Downloaded itertools v0.14.0
15182026-06-11T21:48:06.681Z Downloaded yoke v0.8.3
15192026-06-11T21:48:06.681Z Downloaded typify v0.6.2
15202026-06-11T21:48:06.681Z Downloaded typify v0.4.3
15212026-06-11T21:48:06.686Z Downloaded tungstenite v0.21.0
15222026-06-11T21:48:06.686Z Downloaded itertools v0.12.1
15232026-06-11T21:48:06.686Z Downloaded unsafe-libyaml v0.2.11
15242026-06-11T21:48:06.686Z Downloaded h2 v0.4.14
15252026-06-11T21:48:06.689Z Downloaded zeroize v1.8.2
15262026-06-11T21:48:06.689Z Downloaded libm v0.2.16
15272026-06-11T21:48:06.692Z Downloaded steno v0.4.1
15282026-06-11T21:48:06.698Z Downloaded aho-corasick v1.1.4
15292026-06-11T21:48:06.707Z Downloaded nom v8.0.0
15302026-06-11T21:48:06.710Z Downloaded ron v0.12.1
15312026-06-11T21:48:06.717Z Downloaded clap_builder v4.6.0
15322026-06-11T21:48:06.722Z Downloaded unicode-ident v1.0.24
15332026-06-11T21:48:06.725Z Downloaded goblin v0.8.2
15342026-06-11T21:48:06.728Z Downloaded iddqd v0.4.2
15352026-06-11T21:48:06.746Z Downloaded zerocopy-derive v0.7.35
15362026-06-11T21:48:06.749Z Downloaded uuid v1.23.2
15372026-06-11T21:48:06.749Z Downloaded toml_edit v0.22.27
15382026-06-11T21:48:06.749Z Downloaded futures-util v0.3.32
15392026-06-11T21:48:06.749Z Downloaded toml_edit v0.25.12+spec-1.1.0
15402026-06-11T21:48:06.771Z Downloaded toml_edit v0.19.15
15412026-06-11T21:48:06.787Z Downloaded hyper v1.10.1
15422026-06-11T21:48:06.806Z Downloaded url v2.5.8
15432026-06-11T21:48:06.810Z Downloaded icu_properties_data v2.2.0
15442026-06-11T21:48:06.810Z Downloaded serde_json v1.0.150
15452026-06-11T21:48:06.813Z Downloaded typenum v1.20.1
15462026-06-11T21:48:06.813Z Downloaded reqwest v0.12.28
15472026-06-11T21:48:06.823Z Downloaded zerotrie v0.2.4
15482026-06-11T21:48:06.830Z Downloaded rayon v1.12.0
15492026-06-11T21:48:06.830Z Downloaded unicode-segmentation v1.13.3
15502026-06-11T21:48:06.830Z Downloaded regex v1.12.3
15512026-06-11T21:48:06.833Z Downloaded portable-atomic v1.13.1
15522026-06-11T21:48:06.837Z Downloaded tower v0.5.3
15532026-06-11T21:48:06.844Z Downloaded typed-path v0.9.3
15542026-06-11T21:48:06.852Z Downloaded reqwest v0.13.4
15552026-06-11T21:48:06.865Z Downloaded tokio-util v0.7.18
15562026-06-11T21:48:06.873Z Downloaded unicode-normalization v0.1.25
15572026-06-11T21:48:06.876Z Downloaded zerocopy-derive v0.8.50
15582026-06-11T21:48:06.888Z Downloaded moka v0.12.15
15592026-06-11T21:48:06.891Z Downloaded aws-lc-rs v1.17.0
15602026-06-11T21:48:06.897Z Downloaded serde_with v3.20.0
15612026-06-11T21:48:06.906Z Downloaded tough v0.22.0
15622026-06-11T21:48:06.913Z Downloaded goblin v0.10.7
15632026-06-11T21:48:06.923Z Downloaded zerovec v0.11.6
15642026-06-11T21:48:06.928Z Downloaded chrono v0.4.45
15652026-06-11T21:48:06.932Z Downloaded dropshot v0.17.1
15662026-06-11T21:48:06.945Z Downloaded zerocopy v0.7.35
15672026-06-11T21:48:06.954Z Downloaded proptest v1.11.0
15682026-06-11T21:48:06.959Z Downloaded tower-http v0.6.11
15692026-06-11T21:48:06.963Z Downloaded winnow v0.7.15
15702026-06-11T21:48:06.968Z Downloaded winnow v1.0.3
15712026-06-11T21:48:06.973Z Downloaded tabled v0.21.0
15722026-06-11T21:48:06.983Z Downloaded webpki-roots v1.0.7
15732026-06-11T21:48:06.985Z Downloaded winnow v0.5.40
15742026-06-11T21:48:06.989Z Downloaded tabled v0.15.0
15752026-06-11T21:48:07.041Z Downloaded unicode-width v0.1.14
15762026-06-11T21:48:07.045Z Downloaded quinn-proto v0.11.14
15772026-06-11T21:48:07.048Z Downloaded curve25519-dalek v4.1.3
15782026-06-11T21:48:07.066Z Downloaded time v0.3.47
15792026-06-11T21:48:07.073Z Downloaded regress v0.11.1
15802026-06-11T21:48:07.077Z Downloaded hickory-proto v0.24.4
15812026-06-11T21:48:07.085Z Downloaded syn v1.0.109
15822026-06-11T21:48:07.095Z Downloaded vcpkg v0.2.15
15832026-06-11T21:48:07.117Z Downloaded openssl v0.10.80
15842026-06-11T21:48:07.122Z Downloaded hickory-proto v0.25.2
15852026-06-11T21:48:07.130Z Downloaded bstr v1.12.1
15862026-06-11T21:48:07.151Z Downloaded nix v0.31.3
15872026-06-11T21:48:07.160Z Downloaded syn v2.0.117
15882026-06-11T21:48:07.166Z Downloaded unicode-width v0.2.2
15892026-06-11T21:48:07.169Z Downloaded rhai v1.25.1
15902026-06-11T21:48:07.177Z Downloaded zerocopy v0.8.50
15912026-06-11T21:48:07.188Z Downloaded sled v0.34.7
15922026-06-11T21:48:07.193Z Downloaded tracing v0.1.44
15932026-06-11T21:48:07.203Z Downloaded openapiv3 v2.2.0
15942026-06-11T21:48:07.209Z Downloaded rustls v0.23.40
15952026-06-11T21:48:07.218Z Downloaded rustix v0.38.44
15962026-06-11T21:48:07.229Z Downloaded regress v0.10.5
15972026-06-11T21:48:07.234Z Downloaded rustix v1.1.4
15982026-06-11T21:48:07.247Z Downloaded regex-syntax v0.8.10
15992026-06-11T21:48:07.252Z Downloaded smoltcp v0.11.0
16002026-06-11T21:48:07.259Z Downloaded regex-automata v0.4.14
16012026-06-11T21:48:07.285Z Downloaded typify-impl v0.6.2
16022026-06-11T21:48:07.293Z Downloaded typify-impl v0.4.3
16032026-06-11T21:48:07.302Z Downloaded petgraph v0.6.5
16042026-06-11T21:48:07.313Z Downloaded lzma-sys v0.1.20
16052026-06-11T21:48:07.333Z Downloaded libc v0.2.186
16062026-06-11T21:48:07.357Z Downloaded petgraph v0.8.3
16072026-06-11T21:48:07.370Z Downloaded jiff v0.2.28
16082026-06-11T21:48:07.381Z Downloaded chrono-tz v0.10.4
16092026-06-11T21:48:07.399Z Downloaded sha3 v0.10.9
16102026-06-11T21:48:07.402Z Downloaded tokio v1.52.3
16112026-06-11T21:48:07.424Z Downloaded csv v1.4.0
16122026-06-11T21:48:07.476Z Downloaded encoding_rs v0.8.35
16132026-06-11T21:48:07.487Z Downloaded ring v0.17.14
16142026-06-11T21:48:08.080Z Downloaded aws-lc-sys v0.41.0
16152026-06-11T21:48:08.429Z Compiling proc-macro2 v1.0.106
16162026-06-11T21:48:08.429Z Compiling quote v1.0.45
16172026-06-11T21:48:08.429Z Compiling unicode-ident v1.0.24
16182026-06-11T21:48:08.429Z Compiling serde_core v1.0.228
16192026-06-11T21:48:08.432Z Compiling serde v1.0.228
16202026-06-11T21:48:08.432Z Compiling libc v0.2.186
16212026-06-11T21:48:08.432Z Compiling cfg-if v1.0.4
16222026-06-11T21:48:08.729Z Compiling zmij v1.0.21
16232026-06-11T21:48:08.746Z Compiling autocfg v1.5.1
16242026-06-11T21:48:09.083Z Compiling memchr v2.8.1
16252026-06-11T21:48:09.173Z Compiling libm v0.2.16
16262026-06-11T21:48:09.527Z Compiling itoa v1.0.18
16272026-06-11T21:48:09.604Z Compiling icu_properties_data v2.2.0
16282026-06-11T21:48:09.790Z Compiling icu_normalizer_data v2.2.0
16292026-06-11T21:48:09.830Z Compiling version_check v0.9.5
16302026-06-11T21:48:09.862Z Compiling stable_deref_trait v1.2.1
16312026-06-11T21:48:09.943Z Compiling syn v2.0.117
16322026-06-11T21:48:09.960Z Compiling serde_json v1.0.150
16332026-06-11T21:48:10.041Z Compiling writeable v0.6.3
16342026-06-11T21:48:10.111Z Compiling litemap v0.8.2
16352026-06-11T21:48:10.246Z Compiling parking_lot_core v0.9.12
16362026-06-11T21:48:10.300Z Compiling num-traits v0.2.19
16372026-06-11T21:48:10.303Z Compiling utf8_iter v1.0.4
16382026-06-11T21:48:10.490Z Compiling percent-encoding v2.3.2
16392026-06-11T21:48:10.669Z Compiling thiserror v2.0.18
16402026-06-11T21:48:10.696Z Compiling form_urlencoded v1.2.2
16412026-06-11T21:48:10.736Z Compiling rand_core v0.10.1
16422026-06-11T21:48:10.767Z Compiling getrandom v0.4.2
16432026-06-11T21:48:10.909Z Compiling zerocopy v0.8.50
16442026-06-11T21:48:10.981Z Compiling errno v0.3.14
16452026-06-11T21:48:11.043Z Compiling heck v0.5.0
16462026-06-11T21:48:11.105Z Compiling iana-time-zone v0.1.65
16472026-06-11T21:48:11.466Z Compiling uuid v1.23.2
16482026-06-11T21:48:11.488Z Compiling jobserver v0.1.34
16492026-06-11T21:48:11.613Z Compiling find-msvc-tools v0.1.9
16502026-06-11T21:48:11.821Z Compiling shlex v2.0.1
16512026-06-11T21:48:11.859Z Compiling rustversion v1.0.22
16522026-06-11T21:48:11.972Z Compiling cc v1.2.63
16532026-06-11T21:48:12.015Z Compiling semver v1.0.28
16542026-06-11T21:48:12.092Z Compiling schemars v0.8.22
16552026-06-11T21:48:12.237Z Compiling dyn-clone v1.0.20
16562026-06-11T21:48:12.389Z Compiling pin-project-lite v0.2.17
16572026-06-11T21:48:12.392Z Compiling getrandom v0.2.17
16582026-06-11T21:48:12.511Z Compiling scopeguard v1.2.0
16592026-06-11T21:48:12.591Z Compiling bitflags v2.12.1
16602026-06-11T21:48:12.630Z Compiling lock_api v0.4.14
16612026-06-11T21:48:12.754Z Compiling socket2 v0.6.4
16622026-06-11T21:48:12.868Z Compiling synstructure v0.13.2
16632026-06-11T21:48:12.900Z Compiling serde_derive_internals v0.29.1
16642026-06-11T21:48:12.919Z Compiling cmake v0.1.58
16652026-06-11T21:48:13.036Z Compiling signal-hook-registry v1.4.8
16662026-06-11T21:48:13.254Z Compiling mio v1.2.1
16672026-06-11T21:48:13.274Z Compiling fs_extra v1.3.0
16682026-06-11T21:48:13.364Z Compiling dunce v1.0.5
16692026-06-11T21:48:13.470Z Compiling portable-atomic v1.13.1
16702026-06-11T21:48:13.531Z Compiling aws-lc-sys v0.41.0
16712026-06-11T21:48:13.535Z Compiling critical-section v1.2.0
16722026-06-11T21:48:13.596Z Compiling futures-core v0.3.32
16732026-06-11T21:48:13.599Z Compiling log v0.4.32
16742026-06-11T21:48:13.673Z Compiling subtle v2.6.1
16752026-06-11T21:48:13.804Z Compiling equivalent v1.0.2
16762026-06-11T21:48:13.850Z Compiling httparse v1.10.1
16772026-06-11T21:48:13.926Z Compiling futures-sink v0.3.32
16782026-06-11T21:48:13.978Z Compiling serde_derive v1.0.228
16792026-06-11T21:48:13.995Z Compiling zerofrom-derive v0.1.7
16802026-06-11T21:48:14.011Z Compiling yoke-derive v0.8.2
16812026-06-11T21:48:14.015Z Compiling zerovec-derive v0.11.3
16822026-06-11T21:48:14.043Z Compiling displaydoc v0.2.6
16832026-06-11T21:48:14.189Z Compiling schemars_derive v0.8.22
16842026-06-11T21:48:14.241Z Compiling thiserror-impl v2.0.18
16852026-06-11T21:48:14.459Z Compiling tokio-macros v2.7.0
16862026-06-11T21:48:14.905Z Compiling zerocopy-derive v0.8.50
16872026-06-11T21:48:15.110Z Compiling zeroize_derive v1.4.3
16882026-06-11T21:48:15.179Z Compiling futures-macro v0.3.32
16892026-06-11T21:48:15.205Z Compiling zerofrom v0.1.8
16902026-06-11T21:48:15.338Z Compiling yoke v0.8.3
16912026-06-11T21:48:15.409Z Compiling slab v0.4.12
16922026-06-11T21:48:15.539Z Compiling zerovec v0.11.6
16932026-06-11T21:48:15.595Z Compiling zerotrie v0.2.4
16942026-06-11T21:48:15.737Z Compiling once_cell v1.21.4
16952026-06-11T21:48:15.791Z Compiling zeroize v1.8.2
16962026-06-11T21:48:15.928Z Compiling rustix v1.1.4
16972026-06-11T21:48:15.987Z Compiling thiserror v1.0.69
16982026-06-11T21:48:16.024Z Compiling ucd-trie v0.1.7
16992026-06-11T21:48:16.041Z Compiling typenum v1.20.1
17002026-06-11T21:48:16.057Z Compiling futures-channel v0.3.32
17012026-06-11T21:48:16.148Z Compiling tinystr v0.8.3
17022026-06-11T21:48:16.256Z Compiling potential_utf v0.1.5
17032026-06-11T21:48:16.301Z Compiling pest v2.8.6
17042026-06-11T21:48:16.317Z Compiling icu_locale_core v2.2.0
17052026-06-11T21:48:16.352Z Compiling thiserror-impl v1.0.69
17062026-06-11T21:48:16.368Z Compiling futures-io v0.3.32
17072026-06-11T21:48:16.433Z Compiling icu_collections v2.2.0
17082026-06-11T21:48:16.563Z Compiling futures-task v0.3.32
17092026-06-11T21:48:16.850Z Compiling futures-util v0.3.32
17102026-06-11T21:48:17.183Z Compiling smallvec v1.15.1
17112026-06-11T21:48:17.245Z Compiling bytes v1.11.1
17122026-06-11T21:48:17.308Z Compiling icu_provider v2.2.0
17132026-06-11T21:48:17.476Z Compiling chrono v0.4.45
17142026-06-11T21:48:17.518Z Compiling serde_tokenstream v0.2.3
17152026-06-11T21:48:17.811Z Compiling icu_normalizer v2.2.0
17162026-06-11T21:48:17.886Z Compiling icu_properties v2.2.0
17172026-06-11T21:48:17.930Z Compiling parking_lot v0.12.5
17182026-06-11T21:48:18.674Z Compiling tokio v1.52.3
17192026-06-11T21:48:18.794Z Compiling idna_adapter v1.2.2
17202026-06-11T21:48:18.949Z Compiling idna v1.1.0
17212026-06-11T21:48:18.986Z Compiling pest_meta v2.8.6
17222026-06-11T21:48:19.234Z Compiling regex-syntax v0.8.10
17232026-06-11T21:48:19.496Z Compiling url v2.5.8
17242026-06-11T21:48:19.514Z Compiling getrandom v0.3.4
17252026-06-11T21:48:19.532Z Compiling strsim v0.11.1
17262026-06-11T21:48:19.833Z Compiling pest_generator v2.8.6
17272026-06-11T21:48:19.874Z Compiling rand_core v0.6.4
17282026-06-11T21:48:20.330Z Compiling aho-corasick v1.1.4
17292026-06-11T21:48:20.477Z Compiling pest_derive v2.8.6
17302026-06-11T21:48:20.938Z Compiling byteorder v1.5.0
17312026-06-11T21:48:21.030Z Compiling hashbrown v0.17.1
17322026-06-11T21:48:21.055Z Compiling tracing-core v0.1.36
17332026-06-11T21:48:21.200Z Compiling ipnetwork v0.21.1
17342026-06-11T21:48:21.306Z Compiling regex-automata v0.4.14
17352026-06-11T21:48:21.707Z Compiling indexmap v2.14.0
17362026-06-11T21:48:21.726Z Compiling tracing-attributes v0.1.31
17372026-06-11T21:48:22.003Z Compiling ident_case v1.0.1
17382026-06-11T21:48:22.084Z Compiling slog v2.8.2
17392026-06-11T21:48:22.204Z Compiling anyhow v1.0.102
17402026-06-11T21:48:22.353Z Compiling base64 v0.22.1
17412026-06-11T21:48:22.788Z Compiling paste v1.0.15
17422026-06-11T21:48:22.788Z Compiling fnv v1.0.7
17432026-06-11T21:48:22.916Z Compiling erased-serde v0.3.31
17442026-06-11T21:48:22.946Z Compiling tracing v0.1.44
17452026-06-11T21:48:23.083Z Compiling regex v1.12.3
17462026-06-11T21:48:23.495Z Compiling omicron-workspace-hack v0.1.0
17472026-06-11T21:48:23.803Z Compiling http v1.4.1
17482026-06-11T21:48:24.269Z Compiling oxnet v0.1.6
17492026-06-11T21:48:24.286Z Compiling rustls-pki-types v1.14.1
17502026-06-11T21:48:25.127Z Compiling scroll_derive v0.13.1
17512026-06-11T21:48:25.130Z Compiling ring v0.17.14
17522026-06-11T21:48:25.632Z Compiling time-core v0.1.8
17532026-06-11T21:48:25.649Z Compiling num-conv v0.2.2
17542026-06-11T21:48:25.676Z Compiling aws-lc-rs v1.17.0
17552026-06-11T21:48:25.801Z Compiling time-macros v0.2.27
17562026-06-11T21:48:25.997Z Compiling tokio-util v0.7.18
17572026-06-11T21:48:26.334Z Compiling untrusted v0.9.0
17582026-06-11T21:48:26.473Z Compiling untrusted v0.7.1
17592026-06-11T21:48:26.605Z Compiling ipnet v2.12.0
17602026-06-11T21:48:26.856Z Compiling ppv-lite86 v0.2.21
17612026-06-11T21:48:27.192Z Compiling async-trait v0.1.89
17622026-06-11T21:48:27.287Z Compiling daft-derive v0.1.7
17632026-06-11T21:48:27.384Z Compiling crc32fast v1.5.0
17642026-06-11T21:48:27.691Z Compiling rustls v0.23.40
17652026-06-11T21:48:27.761Z Compiling camino v1.2.2
17662026-06-11T21:48:28.034Z Compiling http-body v1.0.1
17672026-06-11T21:48:28.135Z Compiling usdt-impl v0.6.0
17682026-06-11T21:48:28.152Z Compiling pretty-hex v0.4.2
17692026-06-11T21:48:28.193Z Compiling crossbeam-utils v0.8.21
17702026-06-11T21:48:28.244Z Compiling atomic-waker v1.1.2
17712026-06-11T21:48:28.392Z Compiling scroll v0.13.0
17722026-06-11T21:48:28.533Z Compiling tower-service v0.3.3
17732026-06-11T21:48:28.635Z Compiling tower-layer v0.3.3
17742026-06-11T21:48:28.653Z Compiling ryu v1.0.23
17752026-06-11T21:48:28.833Z Compiling plain v0.2.3
17762026-06-11T21:48:28.939Z Compiling try-lock v0.2.5
17772026-06-11T21:48:28.956Z Compiling goblin v0.10.7
17782026-06-11T21:48:29.060Z Compiling want v0.3.1
17792026-06-11T21:48:29.256Z Compiling h2 v0.4.14
17802026-06-11T21:48:29.998Z Compiling httpdate v1.0.3
17812026-06-11T21:48:30.195Z Compiling slog-async v2.8.0
17822026-06-11T21:48:30.548Z Compiling dtrace-parser v0.3.0
17832026-06-11T21:48:30.682Z Compiling thread-id v5.1.0
17842026-06-11T21:48:30.823Z Compiling ref-cast v1.0.25
17852026-06-11T21:48:32.151Z Compiling dof v0.4.0
17862026-06-11T21:48:32.669Z Compiling hyper v1.10.1
17872026-06-11T21:48:32.699Z Compiling rand_core v0.9.5
17882026-06-11T21:48:33.172Z Compiling serde_urlencoded v0.7.1
17892026-06-11T21:48:33.451Z Compiling http-body-util v0.1.3
17902026-06-11T21:48:33.502Z Compiling ref-cast-impl v1.0.25
17912026-06-11T21:48:33.930Z Compiling syn v1.0.109
17922026-06-11T21:48:34.129Z Compiling hyper-util v0.1.20
17932026-06-11T21:48:34.973Z Compiling usdt-attr-macro v0.6.0
17942026-06-11T21:48:35.617Z Compiling usdt-macro v0.6.0
17952026-06-11T21:48:35.885Z Compiling structmeta-derive v0.3.0
17962026-06-11T21:48:36.462Z Compiling multer v3.1.0
17972026-06-11T21:48:36.719Z Compiling powerfmt v0.2.0
17982026-06-11T21:48:36.784Z Compiling foldhash v0.2.0
17992026-06-11T21:48:36.992Z Compiling allocator-api2 v0.2.21
18002026-06-11T21:48:37.011Z Compiling structmeta v0.3.0
18012026-06-11T21:48:37.028Z Compiling deranged v0.5.8
18022026-06-11T21:48:37.210Z Compiling rand_chacha v0.9.0
18032026-06-11T21:48:37.367Z Compiling hashbrown v0.16.1
18042026-06-11T21:48:37.636Z Compiling darling_core v0.23.0
18052026-06-11T21:48:37.763Z Compiling newtype-uuid-macros v0.1.0
18062026-06-11T21:48:38.163Z Compiling num_threads v0.1.7
18072026-06-11T21:48:38.269Z Compiling rand v0.9.4
18082026-06-11T21:48:38.393Z Compiling time v0.3.47
18092026-06-11T21:48:38.558Z Compiling newtype-uuid v1.3.2
18102026-06-11T21:48:38.992Z Compiling strum_macros v0.26.4
18112026-06-11T21:48:39.354Z Compiling async-stream-impl v0.3.6
18122026-06-11T21:48:39.518Z Compiling sync_wrapper v1.0.2
18132026-06-11T21:48:39.640Z Compiling dropshot v0.17.1
18142026-06-11T21:48:39.703Z Compiling darling_macro v0.23.0
18152026-06-11T21:48:39.997Z Compiling hex v0.4.3
18162026-06-11T21:48:40.287Z Compiling tower v0.5.3
18172026-06-11T21:48:40.317Z Compiling darling v0.23.0
18182026-06-11T21:48:40.397Z Compiling daft v0.1.7
18192026-06-11T21:48:40.415Z Compiling crossbeam-channel v0.5.15
18202026-06-11T21:48:40.682Z Compiling webpki-roots v1.0.7
18212026-06-11T21:48:40.709Z Compiling openapiv3 v2.2.0
18222026-06-11T21:48:40.844Z Compiling generic-array v0.14.7
18232026-06-11T21:48:41.266Z Compiling fastrand v2.4.1
18242026-06-11T21:48:41.598Z Compiling tower-http v0.6.11
18252026-06-11T21:48:41.635Z Compiling serde_with_macros v3.20.0
18262026-06-11T21:48:42.271Z Compiling futures-executor v0.3.32
18272026-06-11T21:48:42.333Z Compiling dropshot_endpoint v0.17.1
18282026-06-11T21:48:42.743Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18292026-06-11T21:48:42.761Z Compiling thread_local v1.1.9
18302026-06-11T21:48:43.052Z Compiling openssl-probe v0.2.1
18312026-06-11T21:48:43.096Z Compiling cpufeatures v0.3.0
18322026-06-11T21:48:43.181Z Compiling futures v0.3.32
18332026-06-11T21:48:43.229Z Compiling rustls-native-certs v0.8.4
18342026-06-11T21:48:43.855Z Compiling derive-ex v0.1.8
18352026-06-11T21:48:44.038Z Compiling strum_macros v0.27.2
18362026-06-11T21:48:44.075Z Compiling is-terminal v0.4.17
18372026-06-11T21:48:44.211Z Compiling winnow v1.0.3
18382026-06-11T21:48:45.119Z Compiling term v1.2.1
18392026-06-11T21:48:45.473Z Compiling take_mut v0.2.2
18402026-06-11T21:48:45.683Z Compiling test-strategy v0.4.5
18412026-06-11T21:48:45.894Z Compiling slog-term v2.9.2
18422026-06-11T21:48:46.905Z Compiling tempfile v3.27.0
18432026-06-11T21:48:47.209Z Compiling macaddr v1.0.1
18442026-06-11T21:48:47.478Z Compiling hybrid-array v0.4.12
18452026-06-11T21:48:47.732Z Compiling match_cfg v0.1.0
18462026-06-11T21:48:47.750Z Compiling simd-adler32 v0.3.9
18472026-06-11T21:48:47.813Z Compiling adler2 v2.0.1
18482026-06-11T21:48:47.966Z Compiling miniz_oxide v0.8.9
18492026-06-11T21:48:47.985Z Compiling hostname v0.3.1
18502026-06-11T21:48:48.721Z Compiling slog-json v2.6.1
18512026-06-11T21:48:49.006Z Compiling memmap2 v0.9.10
18522026-06-11T21:48:49.525Z Compiling usdt v0.6.0
18532026-06-11T21:48:49.678Z Compiling slog-bunyan v2.5.0
18542026-06-11T21:48:49.695Z Compiling flate2 v1.1.9
18552026-06-11T21:48:49.864Z Compiling crypto-common v0.2.2
18562026-06-11T21:48:50.178Z Compiling block-buffer v0.12.0
18572026-06-11T21:48:50.214Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-11T21:48:50.255Z Compiling debug-ignore v1.0.5
18592026-06-11T21:48:50.363Z Compiling either v1.16.0
18602026-06-11T21:48:50.498Z Compiling compression-core v0.4.32
18612026-06-11T21:48:50.592Z Compiling const-oid v0.10.2
18622026-06-11T21:48:50.677Z Compiling compression-codecs v0.4.38
18632026-06-11T21:48:50.896Z Compiling digest v0.11.3
18642026-06-11T21:48:51.137Z Compiling toml_parser v1.1.2+spec-1.1.0
18652026-06-11T21:48:51.167Z Compiling crypto-common v0.1.7
18662026-06-11T21:48:51.287Z Compiling parse-display-derive v0.10.0
18672026-06-11T21:48:51.350Z Compiling rand_chacha v0.3.1
18682026-06-11T21:48:51.422Z Compiling serde_spanned v1.1.1
18692026-06-11T21:48:51.500Z Compiling toml_datetime v1.1.1+spec-1.1.0
18702026-06-11T21:48:51.575Z Compiling encoding_rs v0.8.35
18712026-06-11T21:48:51.915Z Compiling spin v0.9.8
18722026-06-11T21:48:51.915Z Compiling mime v0.3.17
18732026-06-11T21:48:51.982Z Compiling toml_writer v1.1.1+spec-1.1.0
18742026-06-11T21:48:52.252Z Compiling toml v1.1.2+spec-1.1.0
18752026-06-11T21:48:52.343Z Compiling rand v0.8.6
18762026-06-11T21:48:52.467Z Compiling sha1 v0.11.0
18772026-06-11T21:48:52.828Z Compiling async-compression v0.4.42
18782026-06-11T21:48:52.863Z Compiling strum v0.26.3
18792026-06-11T21:48:53.002Z Compiling async-stream v0.3.6
18802026-06-11T21:48:53.205Z Compiling waitgroup v0.1.2
18812026-06-11T21:48:53.282Z Compiling rustls-pemfile v2.2.0
18822026-06-11T21:48:53.364Z Compiling serde_path_to_error v0.1.20
18832026-06-11T21:48:53.413Z Compiling wait-timeout v0.2.1
18842026-06-11T21:48:53.566Z Compiling hostname v0.4.2
18852026-06-11T21:48:53.875Z Compiling quick-error v1.2.3
18862026-06-11T21:48:53.894Z Compiling bit-vec v0.8.0
18872026-06-11T21:48:54.114Z Compiling rusty-fork v0.3.1
18882026-06-11T21:48:54.133Z Compiling bit-set v0.8.0
18892026-06-11T21:48:54.248Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-11T21:48:54.334Z Compiling serde_with v3.20.0
18912026-06-11T21:48:54.437Z Compiling rand_xorshift v0.4.0
18922026-06-11T21:48:54.605Z Compiling unarray v0.1.4
18932026-06-11T21:48:54.761Z Compiling proptest v1.11.0
18942026-06-11T21:48:54.942Z Compiling strum v0.27.2
18952026-06-11T21:48:55.080Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18962026-06-11T21:48:55.233Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18972026-06-11T21:48:55.429Z Compiling instant v0.1.13
18982026-06-11T21:48:55.648Z Compiling itertools v0.14.0
18992026-06-11T21:48:55.788Z Compiling iddqd v0.4.2
19002026-06-11T21:48:56.114Z Compiling unicode-width v0.2.2
19012026-06-11T21:48:56.744Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-06-11T21:48:56.795Z Compiling block-buffer v0.10.4
19032026-06-11T21:48:56.965Z Compiling backon v1.6.0
19042026-06-11T21:48:57.052Z Compiling regress v0.10.5
19052026-06-11T21:48:57.124Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19062026-06-11T21:48:58.915Z Compiling digest v0.10.7
19072026-06-11T21:48:59.167Z Compiling backoff v0.4.0
19082026-06-11T21:48:59.346Z Compiling parse-display v0.10.0
19092026-06-11T21:48:59.589Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19102026-06-11T21:49:00.391Z Compiling humantime v2.3.0
19112026-06-11T21:49:02.071Z Compiling regress v0.11.1
19122026-06-11T21:49:03.131Z Compiling zerocopy-derive v0.7.35
19132026-06-11T21:49:03.562Z Compiling typify-impl v0.6.2
19142026-06-11T21:49:04.108Z Compiling darling_core v0.21.3
19152026-06-11T21:49:04.258Z Compiling clap_derive v4.6.1
19162026-06-11T21:49:05.055Z Compiling cpufeatures v0.2.17
19172026-06-11T21:49:05.135Z Compiling utf8parse v0.2.2
19182026-06-11T21:49:05.248Z Compiling convert_case v0.4.0
19192026-06-11T21:49:05.545Z Compiling derive_more v0.99.20
19202026-06-11T21:49:05.890Z Compiling anstyle-parse v1.0.0
19212026-06-11T21:49:06.156Z Compiling darling_macro v0.21.3
19222026-06-11T21:49:06.742Z Compiling terminal_size v0.4.4
19232026-06-11T21:49:06.772Z Compiling toml_datetime v0.6.11
19242026-06-11T21:49:06.827Z Compiling typify-macro v0.6.2
19252026-06-11T21:49:07.082Z Compiling colorchoice v1.0.5
19262026-06-11T21:49:07.188Z Compiling anstyle v1.0.14
19272026-06-11T21:49:07.188Z Compiling anstyle-query v1.1.5
19282026-06-11T21:49:07.223Z Compiling is_terminal_polyfill v1.70.2
19292026-06-11T21:49:07.331Z Compiling darling v0.21.3
19302026-06-11T21:49:07.417Z Compiling anstream v1.0.0
19312026-06-11T21:49:07.940Z Compiling secrecy v0.10.3
19322026-06-11T21:49:07.957Z Compiling tinyvec_macros v0.1.1
19332026-06-11T21:49:08.146Z Compiling heapless v0.8.0
19342026-06-11T21:49:08.193Z Compiling clap_lex v1.1.0
19352026-06-11T21:49:08.259Z Compiling crucible-workspace-hack v0.1.0
19362026-06-11T21:49:08.529Z Compiling clap_builder v4.6.0
19372026-06-11T21:49:08.547Z Compiling typify v0.6.2
19382026-06-11T21:49:08.724Z Compiling tinyvec v1.11.0
19392026-06-11T21:49:09.032Z Compiling ingot-macros v0.1.1
19402026-06-11T21:49:09.140Z Compiling zerocopy v0.7.35
19412026-06-11T21:49:09.626Z Compiling hash32 v0.3.1
19422026-06-11T21:49:09.679Z Compiling scroll_derive v0.12.1
19432026-06-11T21:49:09.682Z Compiling rustc_version v0.4.1
19442026-06-11T21:49:09.970Z Compiling num-integer v0.1.46
19452026-06-11T21:49:09.988Z Compiling usdt-impl v0.5.0
19462026-06-11T21:49:10.266Z Compiling smoltcp v0.11.0
19472026-06-11T21:49:10.407Z Compiling scroll v0.12.0
19482026-06-11T21:49:10.454Z Compiling clap v4.6.1
19492026-06-11T21:49:10.649Z Compiling curve25519-dalek v4.1.3
19502026-06-11T21:49:11.181Z Compiling dof v0.3.0
19512026-06-11T21:49:11.682Z Compiling ingot-types v0.1.2
19522026-06-11T21:49:12.459Z Compiling hmac v0.12.1
19532026-06-11T21:49:12.477Z Compiling dtrace-parser v0.2.0
19542026-06-11T21:49:12.616Z Compiling inout v0.1.4
19552026-06-11T21:49:12.787Z Compiling ff v0.13.1
19562026-06-11T21:49:12.822Z Compiling cobs v0.3.0
19572026-06-11T21:49:13.030Z Compiling thread-id v4.2.2
19582026-06-11T21:49:13.230Z Compiling unsafe-libyaml v0.2.11
19592026-06-11T21:49:13.314Z Compiling managed v0.8.0
19602026-06-11T21:49:13.605Z Compiling bitflags v1.3.2
19612026-06-11T21:49:13.823Z Compiling serde_yaml v0.9.34+deprecated
19622026-06-11T21:49:14.410Z Compiling postcard v1.1.3
19632026-06-11T21:49:14.785Z Compiling group v0.13.0
19642026-06-11T21:49:14.934Z Compiling cipher v0.4.4
19652026-06-11T21:49:15.090Z Compiling hkdf v0.12.4
19662026-06-11T21:49:15.248Z Compiling ingot v0.1.1
19672026-06-11T21:49:15.766Z Compiling goblin v0.8.2
19682026-06-11T21:49:16.103Z Compiling num-rational v0.4.2
19692026-06-11T21:49:16.937Z Compiling num-iter v0.1.45
19702026-06-11T21:49:17.420Z Compiling tabwriter v1.4.1
19712026-06-11T21:49:17.505Z Compiling universal-hash v0.5.1
19722026-06-11T21:49:17.651Z Compiling crypto-bigint v0.5.5
19732026-06-11T21:49:17.773Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-06-11T21:49:17.814Z Compiling hubpack_derive v0.1.1
19752026-06-11T21:49:18.353Z Compiling thiserror-impl-no-std v2.0.2
19762026-06-11T21:49:18.550Z Compiling crossbeam-epoch v0.9.18
19772026-06-11T21:49:19.037Z Compiling half v2.7.1
19782026-06-11T21:49:19.054Z Compiling curve25519-dalek-derive v0.1.1
19792026-06-11T21:49:19.447Z Compiling num-complex v0.4.6
19802026-06-11T21:49:19.981Z Compiling memoffset v0.9.1
19812026-06-11T21:49:20.239Z Compiling base16ct v0.2.0
19822026-06-11T21:49:20.348Z Compiling base64ct v1.8.3
19832026-06-11T21:49:20.450Z Compiling prettyplease v0.2.37
19842026-06-11T21:49:20.686Z Compiling cfg_aliases v0.2.1
19852026-06-11T21:49:20.764Z Compiling opaque-debug v0.3.1
19862026-06-11T21:49:20.781Z Compiling ciborium-io v0.2.2
19872026-06-11T21:49:20.842Z Compiling poly1305 v0.8.0
19882026-06-11T21:49:20.881Z Compiling ciborium-ll v0.2.2
19892026-06-11T21:49:21.136Z Compiling nix v0.31.3
19902026-06-11T21:49:21.539Z Compiling password-hash v0.5.0
19912026-06-11T21:49:21.776Z Compiling elliptic-curve v0.13.8
19922026-06-11T21:49:22.662Z Compiling num v0.4.3
19932026-06-11T21:49:22.834Z Compiling thiserror-no-std v2.0.2
19942026-06-11T21:49:22.943Z Compiling hubpack v0.1.2
19952026-06-11T21:49:23.668Z Compiling chacha20 v0.9.1
19962026-06-11T21:49:24.029Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19972026-06-11T21:49:24.243Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-06-11T21:49:24.717Z Compiling reqwest v0.12.28
19992026-06-11T21:49:25.505Z Compiling toml_edit v0.25.12+spec-1.1.0
20002026-06-11T21:49:25.732Z Compiling blake2 v0.10.6
20012026-06-11T21:49:25.764Z Compiling aead v0.5.2
20022026-06-11T21:49:26.125Z Compiling byte-wrapper v0.1.0
20032026-06-11T21:49:26.268Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20042026-06-11T21:49:26.381Z Compiling serde_repr v0.1.20
20052026-06-11T21:49:26.976Z Compiling proc-macro-error-attr v1.0.4
20062026-06-11T21:49:27.085Z Compiling bstr v1.12.1
20072026-06-11T21:49:27.228Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082026-06-11T21:49:27.291Z Compiling keccak v0.1.6
20092026-06-11T21:49:27.494Z Compiling float-ord v0.3.2
20102026-06-11T21:49:27.537Z Compiling static_assertions v1.1.0
20112026-06-11T21:49:27.611Z Compiling rustix v0.38.44
20122026-06-11T21:49:27.785Z Compiling sha3 v0.10.9
20132026-06-11T21:49:28.058Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20142026-06-11T21:49:28.165Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-11T21:49:28.674Z Compiling proc-macro-crate v3.5.0
20162026-06-11T21:49:28.692Z Compiling argon2 v0.5.3
20172026-06-11T21:49:29.091Z Compiling chacha20poly1305 v0.10.1
20182026-06-11T21:49:29.299Z Compiling progenitor-client v0.10.0
20192026-06-11T21:49:29.697Z Compiling vsss-rs v3.3.4
20202026-06-11T21:49:30.909Z Compiling rustls-webpki v0.103.13
20212026-06-11T21:49:31.225Z Compiling ciborium v0.2.2
20222026-06-11T21:49:32.003Z Compiling usdt-attr-macro v0.5.0
20232026-06-11T21:49:32.036Z Compiling usdt-macro v0.5.0
20242026-06-11T21:49:33.703Z Compiling enum-as-inner v0.6.1
20252026-06-11T21:49:33.722Z Compiling num-derive v0.4.2
20262026-06-11T21:49:34.303Z Compiling proc-macro-error v1.0.4
20272026-06-11T21:49:34.438Z Compiling memmap v0.7.0
20282026-06-11T21:49:34.671Z Compiling data-encoding v2.11.0
20292026-06-11T21:49:34.890Z Compiling winnow v0.5.40
20302026-06-11T21:49:35.050Z Compiling indent_write v2.2.0
20312026-06-11T21:49:35.073Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20322026-06-11T21:49:35.345Z Compiling usdt v0.5.0
20332026-06-11T21:49:35.487Z Compiling tokio-rustls v0.26.4
20342026-06-11T21:49:35.707Z Compiling rustls-platform-verifier v0.7.0
20352026-06-11T21:49:35.791Z Compiling hyper-rustls v0.27.9
20362026-06-11T21:49:36.176Z Compiling reqwest v0.13.4
20372026-06-11T21:49:36.303Z Compiling toml_edit v0.19.15
20382026-06-11T21:49:36.538Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-11T21:49:38.236Z Compiling progenitor-client v0.14.0
20402026-06-11T21:49:38.722Z Compiling progenitor-extras v0.2.0
20412026-06-11T21:49:39.233Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-11T21:49:39.910Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20432026-06-11T21:49:40.023Z Compiling num_enum_derive v0.7.6
20442026-06-11T21:49:41.054Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-11T21:49:43.597Z Compiling serde_spanned v0.6.9
20462026-06-11T21:49:43.757Z Compiling foreign-types-macros v0.2.3
20472026-06-11T21:49:45.907Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-11T21:49:48.303Z Compiling winnow v0.7.15
20492026-06-11T21:49:50.470Z Compiling pkg-config v0.3.33
20502026-06-11T21:49:50.494Z Compiling toml_write v0.1.2
20512026-06-11T21:49:50.522Z Compiling bytecount v0.6.9
20522026-06-11T21:49:50.704Z Compiling colored v3.1.1
20532026-06-11T21:49:50.924Z Compiling foreign-types-shared v0.3.1
20542026-06-11T21:49:50.943Z Compiling vcpkg v0.2.15
20552026-06-11T21:49:51.033Z Compiling foreign-types v0.5.0
20562026-06-11T21:49:51.369Z Compiling toml_edit v0.22.27
20572026-06-11T21:49:51.389Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-11T21:49:51.508Z Compiling openssl-sys v0.9.116
20592026-06-11T21:49:51.663Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-11T21:49:52.371Z Compiling num_enum v0.7.6
20612026-06-11T21:49:52.512Z Compiling proc-macro-crate v1.3.1
20622026-06-11T21:49:53.157Z Compiling progenitor-impl v0.13.0
20632026-06-11T21:49:53.177Z Compiling chacha20 v0.10.0
20642026-06-11T21:49:53.432Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20652026-06-11T21:49:53.687Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20662026-06-11T21:49:54.045Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20672026-06-11T21:49:54.166Z Compiling cstr-argument v0.1.2
20682026-06-11T21:49:54.340Z Compiling heck v0.4.1
20692026-06-11T21:49:54.358Z Compiling linked-hash-map v0.5.6
20702026-06-11T21:49:54.565Z Compiling rayon-core v1.13.0
20712026-06-11T21:49:54.830Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20722026-06-11T21:49:54.850Z Compiling swrite v0.1.0
20732026-06-11T21:49:54.970Z Compiling semver v0.1.20
20742026-06-11T21:49:55.040Z Compiling resolv-conf v0.7.6
20752026-06-11T21:49:55.085Z Compiling unicode-segmentation v1.13.3
20762026-06-11T21:49:55.237Z Compiling rustc_version v0.1.7
20772026-06-11T21:49:55.274Z Compiling progenitor-macro v0.13.0
20782026-06-11T21:49:55.469Z Compiling newline-converter v0.3.0
20792026-06-11T21:49:55.646Z Compiling lru-cache v0.1.2
20802026-06-11T21:49:55.738Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20812026-06-11T21:49:55.798Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-06-11T21:49:55.942Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20832026-06-11T21:49:55.978Z Compiling rand v0.10.1
20842026-06-11T21:49:56.433Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20852026-06-11T21:49:56.469Z Compiling num_enum_derive v0.5.11
20862026-06-11T21:49:56.780Z Compiling toml v0.8.23
20872026-06-11T21:49:57.067Z Compiling atomicwrites v0.4.4
20882026-06-11T21:49:57.135Z Compiling progenitor-client v0.13.0
20892026-06-11T21:49:57.331Z Compiling hickory-proto v0.24.4
20902026-06-11T21:49:57.359Z Compiling similar v2.7.0
20912026-06-11T21:49:57.523Z Compiling crossbeam-deque v0.8.6
20922026-06-11T21:49:57.651Z Compiling progenitor-impl v0.14.0
20932026-06-11T21:49:57.751Z Compiling console v0.15.11
20942026-06-11T21:49:59.034Z Compiling camino-tempfile v1.4.1
20952026-06-11T21:49:59.467Z Compiling serde-big-array v0.5.1
20962026-06-11T21:49:59.486Z Compiling pin-project-internal v1.1.13
20972026-06-11T21:49:59.641Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20982026-06-11T21:49:59.720Z Compiling derive-where v1.6.1
20992026-06-11T21:50:00.161Z Compiling siphasher v1.0.3
21002026-06-11T21:50:00.189Z Compiling minimal-lexical v0.2.1
21012026-06-11T21:50:00.379Z Compiling lazy_static v1.5.0
21022026-06-11T21:50:00.440Z Compiling nom v7.1.3
21032026-06-11T21:50:00.497Z Compiling phf_shared v0.12.1
21042026-06-11T21:50:00.600Z Compiling pin-project v1.1.13
21052026-06-11T21:50:00.733Z Compiling progenitor-macro v0.14.0
21062026-06-11T21:50:01.016Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-11T21:50:01.542Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21082026-06-11T21:50:01.749Z Compiling progenitor v0.13.0
21092026-06-11T21:50:01.905Z Compiling hickory-resolver v0.24.4
21102026-06-11T21:50:04.943Z Compiling expectorate v1.2.0
21112026-06-11T21:50:05.436Z Compiling num_enum v0.5.11
21122026-06-11T21:50:05.571Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-11T21:50:06.750Z Compiling newtype_derive v0.1.6
21142026-06-11T21:50:07.304Z Compiling unicode-normalization v0.1.25
21152026-06-11T21:50:07.914Z Compiling tokio-stream v0.1.18
21162026-06-11T21:50:08.486Z Compiling snafu-derive v0.8.9
21172026-06-11T21:50:09.452Z Compiling async-recursion v1.1.1
21182026-06-11T21:50:10.070Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21192026-06-11T21:50:10.164Z Compiling slog-dtrace v0.3.0
21202026-06-11T21:50:10.288Z Compiling csv-core v0.1.13
21212026-06-11T21:50:10.404Z Compiling chrono-tz v0.10.4
21222026-06-11T21:50:10.435Z Compiling highway v1.3.0
21232026-06-11T21:50:10.657Z Compiling unicode-width v0.1.14
21242026-06-11T21:50:10.702Z Compiling konst_macro_rules v0.2.19
21252026-06-11T21:50:10.740Z Compiling foldhash v0.1.5
21262026-06-11T21:50:10.901Z Compiling owo-colors v4.3.0
21272026-06-11T21:50:10.967Z Compiling same-file v1.0.6
21282026-06-11T21:50:10.967Z Compiling unicode-xid v0.2.6
21292026-06-11T21:50:11.103Z Compiling foreign-types-shared v0.1.1
21302026-06-11T21:50:11.134Z Compiling openssl v0.10.80
21312026-06-11T21:50:11.169Z Compiling cancel-safe-futures v0.1.5
21322026-06-11T21:50:11.206Z Compiling foreign-types v0.3.2
21332026-06-11T21:50:11.294Z Compiling const_format_proc_macros v0.2.34
21342026-06-11T21:50:11.312Z Compiling walkdir v2.5.0
21352026-06-11T21:50:11.474Z Compiling hashbrown v0.15.5
21362026-06-11T21:50:11.493Z Compiling konst v0.2.20
21372026-06-11T21:50:11.879Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-11T21:50:12.064Z Compiling csv v1.4.0
21392026-06-11T21:50:12.154Z Compiling snafu v0.8.9
21402026-06-11T21:50:12.191Z Compiling progenitor v0.14.0
21412026-06-11T21:50:12.344Z Compiling qorb v0.4.1
21422026-06-11T21:50:12.719Z Compiling olpc-cjson v0.1.4
21432026-06-11T21:50:12.920Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-11T21:50:13.031Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21452026-06-11T21:50:13.579Z Compiling rayon v1.12.0
21462026-06-11T21:50:13.901Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-11T21:50:15.815Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-11T21:50:16.426Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-11T21:50:16.959Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21502026-06-11T21:50:17.794Z Compiling phf v0.12.1
21512026-06-11T21:50:18.227Z Compiling zone_cfg_derive v0.3.1
21522026-06-11T21:50:18.428Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-11T21:50:18.940Z Compiling tokio-dtrace v0.1.1
21542026-06-11T21:50:19.176Z Compiling globset v0.4.18
21552026-06-11T21:50:19.344Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21562026-06-11T21:50:19.575Z Compiling itertools v0.12.1
21572026-06-11T21:50:20.644Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-11T21:50:21.038Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21592026-06-11T21:50:21.058Z Compiling libsw-core v0.3.2
21602026-06-11T21:50:21.245Z Compiling pem v3.0.6
21612026-06-11T21:50:21.248Z Compiling serde_plain v1.0.2
21622026-06-11T21:50:21.430Z Compiling openssl-macros v0.1.1
21632026-06-11T21:50:21.537Z Compiling cookie v0.18.1
21642026-06-11T21:50:21.802Z Compiling sigpipe v0.1.3
21652026-06-11T21:50:21.820Z Compiling fixedbitset v0.4.2
21662026-06-11T21:50:21.905Z Compiling glob v0.3.3
21672026-06-11T21:50:21.942Z Compiling jiff v0.2.28
21682026-06-11T21:50:21.960Z Compiling fixedbitset v0.5.7
21692026-06-11T21:50:22.033Z Compiling typed-path v0.9.3
21702026-06-11T21:50:22.196Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-06-11T21:50:22.241Z Compiling petgraph v0.8.3
21722026-06-11T21:50:22.477Z Compiling petgraph v0.6.5
21732026-06-11T21:50:22.923Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21742026-06-11T21:50:23.930Z Compiling tough v0.22.0
21752026-06-11T21:50:24.296Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-06-11T21:50:24.556Z Compiling libsw v3.5.0
21772026-06-11T21:50:24.655Z Compiling zone v0.3.1
21782026-06-11T21:50:24.756Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21792026-06-11T21:50:25.027Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-06-11T21:50:25.058Z Compiling oxide-tokio-rt v0.1.6
21812026-06-11T21:50:25.633Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-11T21:50:26.356Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21832026-06-11T21:50:28.347Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-11T21:50:28.564Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-11T21:50:28.857Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-11T21:50:29.317Z Compiling const_format v0.2.36
21872026-06-11T21:50:29.961Z Compiling papergrid v0.11.0
21882026-06-11T21:50:30.307Z Compiling tabled_derive v0.7.0
21892026-06-11T21:50:30.753Z Compiling gethostname v0.5.0
21902026-06-11T21:50:30.900Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-11T21:50:31.277Z Compiling libscf-sys v1.2.0
21922026-06-11T21:50:31.434Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21932026-06-11T21:50:32.001Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-11T21:50:32.120Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21952026-06-11T21:50:32.138Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-11T21:50:32.174Z Compiling smf v0.2.3
21972026-06-11T21:50:32.249Z Compiling bcs v0.1.6
21982026-06-11T21:50:32.267Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21992026-06-11T21:50:32.648Z Compiling termtree v0.5.1
22002026-06-11T21:50:32.830Z Compiling whoami v1.6.1
22012026-06-11T21:50:33.219Z Compiling unicode-linebreak v0.1.5
22022026-06-11T21:50:33.280Z Compiling tagptr v0.2.0
22032026-06-11T21:50:33.312Z Compiling linear-map v1.2.0
22042026-06-11T21:50:33.375Z Compiling smawk v0.3.2
22052026-06-11T21:50:33.449Z Compiling moka v0.12.15
22062026-06-11T21:50:33.499Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-06-11T21:50:33.537Z Compiling textwrap v0.16.2
22082026-06-11T21:50:35.123Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22092026-06-11T21:50:35.188Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-06-11T21:50:35.206Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-11T21:50:36.321Z Compiling tabled v0.15.0
22122026-06-11T21:50:36.423Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-11T21:50:36.551Z Compiling steno v0.4.1
22142026-06-11T21:50:36.569Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-11T21:50:37.998Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-06-11T21:50:41.449Z Compiling hickory-proto v0.25.2
22172026-06-11T21:50:41.713Z Compiling proc-macro-error-attr2 v2.0.0
22182026-06-11T21:50:42.176Z Compiling proc-macro-error2 v2.0.1
22192026-06-11T21:50:42.470Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22202026-06-11T21:50:42.935Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22212026-06-11T21:50:43.214Z Compiling parking_lot_core v0.8.6
22222026-06-11T21:50:43.412Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22232026-06-11T21:50:43.557Z Compiling tabled_derive v0.11.0
22242026-06-11T21:50:44.121Z Compiling hickory-resolver v0.25.2
22252026-06-11T21:50:44.692Z Compiling papergrid v0.18.0
22262026-06-11T21:50:44.815Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-06-11T21:50:45.163Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-11T21:50:45.829Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22292026-06-11T21:50:47.273Z Compiling testing_table v0.3.0
22302026-06-11T21:50:47.703Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22312026-06-11T21:50:47.861Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22322026-06-11T21:50:48.203Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-11T21:50:49.103Z Compiling tabled v0.21.0
22342026-06-11T21:50:49.553Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22352026-06-11T21:50:50.427Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22362026-06-11T21:50:51.363Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22372026-06-11T21:50:51.368Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22382026-06-11T21:50:51.369Z Compiling arc-swap v1.9.1
22392026-06-11T21:50:51.610Z Compiling slog-scope v4.4.1
22402026-06-11T21:50:52.016Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22412026-06-11T21:50:52.505Z Compiling parking_lot v0.11.2
22422026-06-11T21:50:53.398Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22432026-06-11T21:50:53.735Z Compiling dropshot-api-manager-types v0.7.2
22442026-06-11T21:50:53.812Z Compiling fxhash v0.2.1
22452026-06-11T21:50:54.027Z Compiling crc8 v0.1.1
22462026-06-11T21:50:54.070Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22472026-06-11T21:50:54.158Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22482026-06-11T21:50:54.332Z Compiling sled v0.34.7
22492026-06-11T21:50:56.600Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22502026-06-11T21:50:56.941Z Compiling slog-stdlog v4.1.1
22512026-06-11T21:50:57.383Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22522026-06-11T21:50:57.481Z Compiling slog-envlogger v2.2.0
22532026-06-11T21:50:57.663Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22542026-06-11T21:51:00.395Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-06-11T21:51:02.494Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22562026-06-11T21:51:03.956Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22572026-06-11T21:51:06.349Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22582026-06-11T21:51:14.284Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22592026-06-11T21:51:19.848Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22602026-06-11T21:51:23.056Z Finished `release` profile [optimized] target(s) in 3m 41s
22612026-06-11T21:51:23.392Z+ banner trio
22622026-06-11T21:51:23.395Z
22632026-06-11T21:51:23.396Z ##### ##### # ####
22642026-06-11T21:51:23.396Z # # # # # #
22652026-06-11T21:51:23.396Z # # # # # #
22662026-06-11T21:51:23.396Z # ##### # # #
22672026-06-11T21:51:23.396Z # # # # # #
22682026-06-11T21:51:23.396Z # # # # ####
22692026-06-11T21:51:23.396Z
22702026-06-11T21:51:23.396Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22712026-06-11T21:51:23.957Z Compiling cfg-if v1.0.4
22722026-06-11T21:51:23.960Z Compiling libc v0.2.186
22732026-06-11T21:51:23.960Z Compiling serde_core v1.0.228
22742026-06-11T21:51:24.066Z Compiling memchr v2.8.1
22752026-06-11T21:51:24.072Z Compiling itoa v1.0.18
22762026-06-11T21:51:24.075Z Compiling smallvec v1.15.1
22772026-06-11T21:51:24.088Z Compiling stable_deref_trait v1.2.1
22782026-06-11T21:51:24.115Z Compiling zerofrom v0.1.8
22792026-06-11T21:51:24.143Z Compiling zmij v1.0.21
22802026-06-11T21:51:24.176Z Compiling writeable v0.6.3
22812026-06-11T21:51:24.257Z Compiling yoke v0.8.3
22822026-06-11T21:51:24.325Z Compiling litemap v0.8.2
22832026-06-11T21:51:24.335Z Compiling utf8_iter v1.0.4
22842026-06-11T21:51:24.423Z Compiling zerovec v0.11.6
22852026-06-11T21:51:24.454Z Compiling zerotrie v0.2.4
22862026-06-11T21:51:24.478Z Compiling percent-encoding v2.3.2
22872026-06-11T21:51:24.496Z Compiling libm v0.2.16
22882026-06-11T21:51:24.523Z Compiling icu_normalizer_data v2.2.0
22892026-06-11T21:51:24.604Z Compiling icu_properties_data v2.2.0
22902026-06-11T21:51:24.615Z Compiling form_urlencoded v1.2.2
22912026-06-11T21:51:24.747Z Compiling rand_core v0.10.1
22922026-06-11T21:51:24.761Z Compiling errno v0.3.14
22932026-06-11T21:51:24.885Z Compiling iana-time-zone v0.1.65
22942026-06-11T21:51:24.899Z Compiling pin-project-lite v0.2.17
22952026-06-11T21:51:24.946Z Compiling getrandom v0.4.2
22962026-06-11T21:51:24.958Z Compiling zeroize v1.8.2
22972026-06-11T21:51:24.997Z Compiling tinystr v0.8.3
22982026-06-11T21:51:25.051Z Compiling potential_utf v0.1.5
22992026-06-11T21:51:25.150Z Compiling dyn-clone v1.0.20
23002026-06-11T21:51:25.204Z Compiling icu_locale_core v2.2.0
23012026-06-11T21:51:25.207Z Compiling icu_collections v2.2.0
23022026-06-11T21:51:25.228Z Compiling socket2 v0.6.4
23032026-06-11T21:51:25.235Z Compiling scopeguard v1.2.0
23042026-06-11T21:51:25.235Z Compiling parking_lot_core v0.9.12
23052026-06-11T21:51:25.290Z Compiling num-traits v0.2.19
23062026-06-11T21:51:25.347Z Compiling lock_api v0.4.14
23072026-06-11T21:51:25.597Z Compiling parking_lot v0.12.5
23082026-06-11T21:51:25.645Z Compiling signal-hook-registry v1.4.8
23092026-06-11T21:51:25.975Z Compiling serde v1.0.228
23102026-06-11T21:51:26.015Z Compiling serde_json v1.0.150
23112026-06-11T21:51:26.049Z Compiling icu_provider v2.2.0
23122026-06-11T21:51:26.122Z Compiling uuid v1.23.2
23132026-06-11T21:51:26.193Z Compiling semver v1.0.28
23142026-06-11T21:51:26.265Z Compiling mio v1.2.1
23152026-06-11T21:51:26.518Z Compiling bytes v1.11.1
23162026-06-11T21:51:26.626Z Compiling icu_properties v2.2.0
23172026-06-11T21:51:26.690Z Compiling icu_normalizer v2.2.0
23182026-06-11T21:51:26.723Z Compiling chrono v0.4.45
23192026-06-11T21:51:26.858Z Compiling portable-atomic v1.13.1
23202026-06-11T21:51:26.972Z Compiling thiserror v2.0.18
23212026-06-11T21:51:27.090Z Compiling tokio v1.52.3
23222026-06-11T21:51:27.401Z Compiling bitflags v2.12.1
23232026-06-11T21:51:27.586Z Compiling idna_adapter v1.2.2
23242026-06-11T21:51:27.735Z Compiling idna v1.1.0
23252026-06-11T21:51:27.823Z Compiling critical-section v1.2.0
23262026-06-11T21:51:27.879Z Compiling futures-core v0.3.32
23272026-06-11T21:51:27.936Z Compiling once_cell v1.21.4
23282026-06-11T21:51:28.049Z Compiling equivalent v1.0.2
23292026-06-11T21:51:28.067Z Compiling url v2.5.8
23302026-06-11T21:51:28.144Z Compiling log v0.4.32
23312026-06-11T21:51:28.183Z Compiling subtle v2.6.1
23322026-06-11T21:51:28.230Z Compiling zerocopy v0.8.50
23332026-06-11T21:51:28.361Z Compiling futures-sink v0.3.32
23342026-06-11T21:51:28.399Z Compiling slab v0.4.12
23352026-06-11T21:51:28.481Z Compiling typenum v1.20.1
23362026-06-11T21:51:28.611Z Compiling futures-channel v0.3.32
23372026-06-11T21:51:28.664Z Compiling schemars v0.8.22
23382026-06-11T21:51:28.873Z Compiling getrandom v0.2.17
23392026-06-11T21:51:29.102Z Compiling futures-task v0.3.32
23402026-06-11T21:51:29.288Z Compiling futures-io v0.3.32
23412026-06-11T21:51:29.315Z Compiling rand_core v0.6.4
23422026-06-11T21:51:29.490Z Compiling futures-util v0.3.32
23432026-06-11T21:51:29.584Z Compiling hashbrown v0.17.1
23442026-06-11T21:51:29.891Z Compiling tracing-core v0.1.36
23452026-06-11T21:51:30.262Z Compiling indexmap v2.14.0
23462026-06-11T21:51:30.275Z Compiling tracing v0.1.44
23472026-06-11T21:51:30.635Z Compiling ipnetwork v0.21.1
23482026-06-11T21:51:30.667Z Compiling base64 v0.22.1
23492026-06-11T21:51:31.004Z Compiling http v1.4.1
23502026-06-11T21:51:31.117Z Compiling unicode-ident v1.0.24
23512026-06-11T21:51:31.159Z Compiling slog v2.8.2
23522026-06-11T21:51:31.177Z Compiling erased-serde v0.3.31
23532026-06-11T21:51:31.241Z Compiling proc-macro2 v1.0.106
23542026-06-11T21:51:31.514Z Compiling fnv v1.0.7
23552026-06-11T21:51:31.776Z Compiling quote v1.0.45
23562026-06-11T21:51:32.196Z Compiling oxnet v0.1.6
23572026-06-11T21:51:32.212Z Compiling syn v2.0.117
23582026-06-11T21:51:32.523Z Compiling tokio-util v0.7.18
23592026-06-11T21:51:32.659Z Compiling byteorder v1.5.0
23602026-06-11T21:51:32.897Z Compiling ipnet v2.12.0
23612026-06-11T21:51:32.919Z Compiling thiserror v1.0.69
23622026-06-11T21:51:33.032Z Compiling ppv-lite86 v0.2.21
23632026-06-11T21:51:33.387Z Compiling rustls-pki-types v1.14.1
23642026-06-11T21:51:33.399Z Compiling aws-lc-sys v0.41.0
23652026-06-11T21:51:33.722Z Compiling http-body v1.0.1
23662026-06-11T21:51:33.752Z Compiling atomic-waker v1.1.2
23672026-06-11T21:51:33.887Z Compiling untrusted v0.7.1
23682026-06-11T21:51:33.900Z Compiling httparse v1.10.1
23692026-06-11T21:51:33.961Z Compiling tower-layer v0.3.3
23702026-06-11T21:51:34.024Z Compiling aws-lc-rs v1.17.0
23712026-06-11T21:51:34.103Z Compiling ryu v1.0.23
23722026-06-11T21:51:34.191Z Compiling untrusted v0.9.0
23732026-06-11T21:51:34.290Z Compiling try-lock v0.2.5
23742026-06-11T21:51:34.330Z Compiling rustls v0.23.40
23752026-06-11T21:51:34.404Z Compiling tower-service v0.3.3
23762026-06-11T21:51:34.408Z Compiling pretty-hex v0.4.2
23772026-06-11T21:51:34.426Z Compiling want v0.3.1
23782026-06-11T21:51:34.459Z Compiling h2 v0.4.14
23792026-06-11T21:51:34.514Z Compiling httpdate v1.0.3
23802026-06-11T21:51:34.550Z Compiling rustix v1.1.4
23812026-06-11T21:51:34.590Z Compiling plain v0.2.3
23822026-06-11T21:51:34.611Z Compiling regex-syntax v0.8.10
23832026-06-11T21:51:34.710Z Compiling getrandom v0.3.4
23842026-06-11T21:51:34.901Z Compiling omicron-workspace-hack v0.1.0
23852026-06-11T21:51:34.921Z Compiling ucd-trie v0.1.7
23862026-06-11T21:51:34.978Z Compiling rand_core v0.9.5
23872026-06-11T21:51:35.239Z Compiling rustls-webpki v0.103.13
23882026-06-11T21:51:35.511Z Compiling pest v2.8.6
23892026-06-11T21:51:36.926Z Compiling hyper v1.10.1
23902026-06-11T21:51:37.187Z Compiling crossbeam-utils v0.8.21
23912026-06-11T21:51:37.875Z Compiling serde_urlencoded v0.7.1
23922026-06-11T21:51:37.972Z Compiling http-body-util v0.1.3
23932026-06-11T21:51:38.170Z Compiling allocator-api2 v0.2.21
23942026-06-11T21:51:38.276Z Compiling foldhash v0.2.0
23952026-06-11T21:51:38.574Z Compiling hyper-util v0.1.20
23962026-06-11T21:51:38.594Z Compiling hashbrown v0.16.1
23972026-06-11T21:51:39.337Z Compiling newtype-uuid v1.3.2
23982026-06-11T21:51:40.389Z Compiling tokio-rustls v0.26.4
23992026-06-11T21:51:40.613Z Compiling hex v0.4.3
24002026-06-11T21:51:40.715Z Compiling daft v0.1.7
24012026-06-11T21:51:40.914Z Compiling rand_chacha v0.9.0
24022026-06-11T21:51:40.940Z Compiling sync_wrapper v1.0.2
24032026-06-11T21:51:41.005Z Compiling aho-corasick v1.1.4
24042026-06-11T21:51:41.058Z Compiling fastrand v2.4.1
24052026-06-11T21:51:41.408Z Compiling rand v0.9.4
24062026-06-11T21:51:41.477Z Compiling tower v0.5.3
24072026-06-11T21:51:41.598Z Compiling anyhow v1.0.102
24082026-06-11T21:51:41.619Z Compiling powerfmt v0.2.0
24092026-06-11T21:51:41.887Z Compiling deranged v0.5.8
24102026-06-11T21:51:41.915Z Compiling tower-http v0.6.11
24112026-06-11T21:51:42.079Z Compiling regex-automata v0.4.14
24122026-06-11T21:51:42.158Z Compiling generic-array v0.14.7
24132026-06-11T21:51:42.257Z Compiling openapiv3 v2.2.0
24142026-06-11T21:51:42.617Z Compiling time-core v0.1.8
24152026-06-11T21:51:42.715Z Compiling num_threads v0.1.7
24162026-06-11T21:51:42.772Z Compiling cpufeatures v0.3.0
24172026-06-11T21:51:42.814Z Compiling num-conv v0.2.2
24182026-06-11T21:51:42.852Z Compiling openssl-probe v0.2.1
24192026-06-11T21:51:42.976Z Compiling rustls-native-certs v0.8.4
24202026-06-11T21:51:43.037Z Compiling time v0.3.47
24212026-06-11T21:51:43.105Z Compiling camino v1.2.2
24222026-06-11T21:51:43.689Z Compiling tempfile v3.27.0
24232026-06-11T21:51:43.832Z Compiling futures-executor v0.3.32
24242026-06-11T21:51:44.383Z Compiling winnow v1.0.3
24252026-06-11T21:51:44.618Z Compiling regex v1.12.3
24262026-06-11T21:51:44.688Z Compiling futures v0.3.32
24272026-06-11T21:51:44.776Z Compiling rustls-platform-verifier v0.7.0
24282026-06-11T21:51:45.421Z Compiling hyper-rustls v0.27.9
24292026-06-11T21:51:45.810Z Compiling crossbeam-channel v0.5.15
24302026-06-11T21:51:45.892Z Compiling scroll v0.13.0
24312026-06-11T21:51:46.024Z Compiling hybrid-array v0.4.12
24322026-06-11T21:51:46.054Z Compiling simd-adler32 v0.3.9
24332026-06-11T21:51:46.204Z Compiling adler2 v2.0.1
24342026-06-11T21:51:46.389Z Compiling miniz_oxide v0.8.9
24352026-06-11T21:51:46.533Z Compiling goblin v0.10.7
24362026-06-11T21:51:46.546Z Compiling crc32fast v1.5.0
24372026-06-11T21:51:46.560Z Compiling reqwest v0.13.4
24382026-06-11T21:51:46.811Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-06-11T21:51:46.919Z Compiling thread_local v1.1.9
24402026-06-11T21:51:47.283Z Compiling either v1.16.0
24412026-06-11T21:51:47.527Z Compiling flate2 v1.1.9
24422026-06-11T21:51:47.856Z Compiling block-buffer v0.12.0
24432026-06-11T21:51:48.042Z Compiling crypto-common v0.2.2
24442026-06-11T21:51:48.092Z Compiling crypto-common v0.1.7
24452026-06-11T21:51:48.246Z Compiling dtrace-parser v0.3.0
24462026-06-11T21:51:48.836Z Compiling rand_chacha v0.3.1
24472026-06-11T21:51:49.335Z Compiling is-terminal v0.4.17
24482026-06-11T21:51:49.449Z Compiling thread-id v5.1.0
24492026-06-11T21:51:49.485Z Compiling compression-core v0.4.32
24502026-06-11T21:51:49.542Z Compiling debug-ignore v1.0.5
24512026-06-11T21:51:49.659Z Compiling const-oid v0.10.2
24522026-06-11T21:51:49.670Z Compiling term v1.2.1
24532026-06-11T21:51:49.967Z Compiling dof v0.4.0
24542026-06-11T21:51:50.793Z Compiling take_mut v0.2.2
24552026-06-11T21:51:50.919Z Compiling match_cfg v0.1.0
24562026-06-11T21:51:50.999Z Compiling hostname v0.3.1
24572026-06-11T21:51:51.171Z Compiling slog-async v2.8.0
24582026-06-11T21:51:51.565Z Compiling usdt-impl v0.6.0
24592026-06-11T21:51:52.660Z Compiling slog-term v2.9.2
24602026-06-11T21:51:53.074Z Compiling digest v0.11.3
24612026-06-11T21:51:53.273Z Compiling compression-codecs v0.4.38
24622026-06-11T21:51:53.438Z Compiling rand v0.8.6
24632026-06-11T21:51:53.658Z Compiling ref-cast v1.0.25
24642026-06-11T21:51:53.777Z Compiling toml_parser v1.1.2+spec-1.1.0
24652026-06-11T21:51:54.019Z Compiling slog-json v2.6.1
24662026-06-11T21:51:54.248Z Compiling strum v0.26.3
24672026-06-11T21:51:54.299Z Compiling macaddr v1.0.1
24682026-06-11T21:51:54.389Z Compiling serde_spanned v1.1.1
24692026-06-11T21:51:54.560Z Compiling toml_datetime v1.1.1+spec-1.1.0
24702026-06-11T21:51:54.590Z Compiling memmap2 v0.9.10
24712026-06-11T21:51:54.883Z Compiling wait-timeout v0.2.1
24722026-06-11T21:51:54.999Z Compiling encoding_rs v0.8.35
24732026-06-11T21:51:55.121Z Compiling mime v0.3.17
24742026-06-11T21:51:55.373Z Compiling spin v0.9.8
24752026-06-11T21:51:55.505Z Compiling quick-error v1.2.3
24762026-06-11T21:51:55.602Z Compiling toml_writer v1.1.1+spec-1.1.0
24772026-06-11T21:51:55.623Z Compiling bit-vec v0.8.0
24782026-06-11T21:51:55.866Z Compiling bit-set v0.8.0
24792026-06-11T21:51:55.917Z Compiling toml v1.1.2+spec-1.1.0
24802026-06-11T21:51:55.917Z Compiling rusty-fork v0.3.1
24812026-06-11T21:51:56.062Z Compiling multer v3.1.0
24822026-06-11T21:51:56.806Z Compiling usdt v0.6.0
24832026-06-11T21:51:57.300Z Compiling slog-bunyan v2.5.0
24842026-06-11T21:51:57.486Z Compiling async-compression v0.4.42
24852026-06-11T21:51:57.489Z Compiling sha1 v0.11.0
24862026-06-11T21:51:57.914Z Compiling serde_with v3.20.0
24872026-06-11T21:51:57.982Z Compiling async-stream v0.3.6
24882026-06-11T21:51:58.017Z Compiling rand_xorshift v0.4.0
24892026-06-11T21:51:58.084Z Compiling waitgroup v0.1.2
24902026-06-11T21:51:58.169Z Compiling rustls-pemfile v2.2.0
24912026-06-11T21:51:58.181Z Compiling serde_path_to_error v0.1.20
24922026-06-11T21:51:58.184Z Compiling hostname v0.4.2
24932026-06-11T21:51:58.241Z Compiling unarray v0.1.4
24942026-06-11T21:51:58.338Z Compiling proptest v1.11.0
24952026-06-11T21:51:58.364Z Compiling progenitor-client v0.14.0
24962026-06-11T21:51:58.453Z Compiling strum v0.27.2
24972026-06-11T21:51:58.591Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24982026-06-11T21:51:58.645Z Compiling dropshot v0.17.1
24992026-06-11T21:51:58.743Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25002026-06-11T21:51:58.883Z Compiling iddqd v0.4.2
25012026-06-11T21:51:58.980Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25022026-06-11T21:51:59.276Z Compiling block-buffer v0.10.4
25032026-06-11T21:51:59.308Z Compiling reqwest v0.12.28
25042026-06-11T21:51:59.456Z Compiling backon v1.6.0
25052026-06-11T21:51:59.724Z Compiling instant v0.1.13
25062026-06-11T21:51:59.850Z Compiling backoff v0.4.0
25072026-06-11T21:52:00.080Z Compiling progenitor-extras v0.2.0
25082026-06-11T21:52:00.331Z Compiling digest v0.10.7
25092026-06-11T21:52:00.474Z Compiling progenitor-client v0.10.0
25102026-06-11T21:52:00.593Z Compiling parse-display v0.10.0
25112026-06-11T21:52:00.707Z Compiling itertools v0.14.0
25122026-06-11T21:52:00.982Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25132026-06-11T21:52:01.086Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25142026-06-11T21:52:01.517Z Compiling regress v0.10.5
25152026-06-11T21:52:02.234Z Compiling humantime v2.3.0
25162026-06-11T21:52:02.694Z Compiling cpufeatures v0.2.17
25172026-06-11T21:52:02.800Z Compiling unicode-width v0.2.2
25182026-06-11T21:52:03.022Z Compiling heck v0.5.0
25192026-06-11T21:52:03.133Z Compiling secrecy v0.10.3
25202026-06-11T21:52:03.307Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25212026-06-11T21:52:03.622Z Compiling tinyvec_macros v0.1.1
25222026-06-11T21:52:03.704Z Compiling tinyvec v1.11.0
25232026-06-11T21:52:04.167Z Compiling num-integer v0.1.46
25242026-06-11T21:52:04.478Z Compiling scroll v0.12.0
25252026-06-11T21:52:04.730Z Compiling crucible-workspace-hack v0.1.0
25262026-06-11T21:52:04.785Z Compiling hmac v0.12.1
25272026-06-11T21:52:04.810Z Compiling inout v0.1.4
25282026-06-11T21:52:04.941Z Compiling regress v0.11.1
25292026-06-11T21:52:04.954Z Compiling ff v0.13.1
25302026-06-11T21:52:04.980Z Compiling utf8parse v0.2.2
25312026-06-11T21:52:05.097Z Compiling group v0.13.0
25322026-06-11T21:52:05.109Z Compiling anstyle-parse v1.0.0
25332026-06-11T21:52:05.253Z Compiling cipher v0.4.4
25342026-06-11T21:52:05.353Z Compiling hkdf v0.12.4
25352026-06-11T21:52:05.510Z Compiling goblin v0.8.2
25362026-06-11T21:52:05.526Z Compiling num-rational v0.4.2
25372026-06-11T21:52:06.354Z Compiling num-iter v0.1.45
25382026-06-11T21:52:06.491Z Compiling zerocopy v0.7.35
25392026-06-11T21:52:06.663Z Compiling typify-impl v0.6.2
25402026-06-11T21:52:07.100Z Compiling universal-hash v0.5.1
25412026-06-11T21:52:07.258Z Compiling crypto-bigint v0.5.5
25422026-06-11T21:52:07.404Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25432026-06-11T21:52:08.741Z Compiling terminal_size v0.4.4
25442026-06-11T21:52:08.909Z Compiling half v2.7.1
25452026-06-11T21:52:09.211Z Compiling num-complex v0.4.6
25462026-06-11T21:52:09.282Z Compiling is_terminal_polyfill v1.70.2
25472026-06-11T21:52:09.392Z Compiling base64ct v1.8.3
25482026-06-11T21:52:09.682Z Compiling colorchoice v1.0.5
25492026-06-11T21:52:09.749Z Compiling ciborium-io v0.2.2
25502026-06-11T21:52:09.813Z Compiling opaque-debug v0.3.1
25512026-06-11T21:52:09.831Z Compiling base16ct v0.2.0
25522026-06-11T21:52:09.854Z Compiling anstyle v1.0.14
25532026-06-11T21:52:09.891Z Compiling anstyle-query v1.1.5
25542026-06-11T21:52:10.010Z Compiling elliptic-curve v0.13.8
25552026-06-11T21:52:10.046Z Compiling anstream v1.0.0
25562026-06-11T21:52:10.132Z Compiling poly1305 v0.8.0
25572026-06-11T21:52:10.324Z Compiling ciborium-ll v0.2.2
25582026-06-11T21:52:10.563Z Compiling password-hash v0.5.0
25592026-06-11T21:52:10.597Z Compiling num v0.4.3
25602026-06-11T21:52:10.691Z Compiling curve25519-dalek v4.1.3
25612026-06-11T21:52:10.785Z Compiling typify v0.6.2
25622026-06-11T21:52:10.901Z Compiling thiserror-no-std v2.0.2
25632026-06-11T21:52:11.002Z Compiling dof v0.3.0
25642026-06-11T21:52:11.566Z Compiling chacha20 v0.9.1
25652026-06-11T21:52:11.835Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25662026-06-11T21:52:11.921Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25672026-06-11T21:52:13.383Z Compiling blake2 v0.10.6
25682026-06-11T21:52:13.524Z Compiling aead v0.5.2
25692026-06-11T21:52:13.707Z Compiling byte-wrapper v0.1.0
25702026-06-11T21:52:13.728Z Compiling crossbeam-epoch v0.9.18
25712026-06-11T21:52:13.892Z Compiling dtrace-parser v0.2.0
25722026-06-11T21:52:14.241Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25732026-06-11T21:52:14.696Z Compiling thread-id v4.2.2
25742026-06-11T21:52:14.791Z Compiling keccak v0.1.6
25752026-06-11T21:52:14.791Z Compiling float-ord v0.3.2
25762026-06-11T21:52:14.893Z Compiling strsim v0.11.1
25772026-06-11T21:52:14.918Z Compiling clap_lex v1.1.0
25782026-06-11T21:52:15.298Z Compiling clap_builder v4.6.0
25792026-06-11T21:52:15.516Z Compiling sha3 v0.10.9
25802026-06-11T21:52:15.736Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25812026-06-11T21:52:15.818Z Compiling usdt-impl v0.5.0
25822026-06-11T21:52:15.916Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25832026-06-11T21:52:16.495Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25842026-06-11T21:52:18.979Z Compiling chacha20poly1305 v0.10.1
25852026-06-11T21:52:19.148Z Compiling argon2 v0.5.3
25862026-06-11T21:52:20.188Z Compiling vsss-rs v3.3.4
25872026-06-11T21:52:20.192Z Compiling ciborium v0.2.2
25882026-06-11T21:52:21.077Z Compiling hash32 v0.3.1
25892026-06-11T21:52:21.251Z Compiling memmap v0.7.0
25902026-06-11T21:52:21.436Z Compiling data-encoding v2.11.0
25912026-06-11T21:52:21.495Z Compiling indent_write v2.2.0
25922026-06-11T21:52:21.651Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25932026-06-11T21:52:21.700Z Compiling usdt v0.5.0
25942026-06-11T21:52:22.353Z Compiling heapless v0.8.0
25952026-06-11T21:52:22.868Z Compiling ingot-types v0.1.2
25962026-06-11T21:52:23.329Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25972026-06-11T21:52:23.397Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25982026-06-11T21:52:23.505Z Compiling clap v4.6.1
25992026-06-11T21:52:23.595Z Compiling rustix v0.38.44
26002026-06-11T21:52:23.684Z Compiling tabwriter v1.4.1
26012026-06-11T21:52:24.070Z Compiling cobs v0.3.0
26022026-06-11T21:52:24.165Z Compiling colored v3.1.1
26032026-06-11T21:52:24.363Z Compiling foreign-types-shared v0.3.1
26042026-06-11T21:52:24.469Z Compiling bitflags v1.3.2
26052026-06-11T21:52:24.555Z Compiling managed v0.8.0
26062026-06-11T21:52:24.823Z Compiling smoltcp v0.11.0
26072026-06-11T21:52:24.850Z Compiling foreign-types v0.5.0
26082026-06-11T21:52:24.940Z Compiling postcard v1.1.3
26092026-06-11T21:52:25.012Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26102026-06-11T21:52:25.329Z Compiling num_enum v0.7.6
26112026-06-11T21:52:25.463Z Compiling ingot v0.1.1
26122026-06-11T21:52:26.242Z Compiling memoffset v0.9.1
26132026-06-11T21:52:26.359Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26142026-06-11T21:52:26.476Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-11T21:52:26.489Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26162026-06-11T21:52:26.611Z Compiling chacha20 v0.10.0
26172026-06-11T21:52:26.756Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26182026-06-11T21:52:26.914Z Compiling toml_datetime v0.6.11
26192026-06-11T21:52:27.181Z Compiling serde_spanned v0.6.9
26202026-06-11T21:52:27.297Z Compiling cstr-argument v0.1.2
26212026-06-11T21:52:27.350Z Compiling unicode-segmentation v1.13.3
26222026-06-11T21:52:27.475Z Compiling winnow v0.7.15
26232026-06-11T21:52:27.720Z Compiling static_assertions v1.1.0
26242026-06-11T21:52:27.817Z Compiling toml_write v0.1.2
26252026-06-11T21:52:27.983Z Compiling linked-hash-map v0.5.6
26262026-06-11T21:52:28.008Z Compiling swrite v0.1.0
26272026-06-11T21:52:28.079Z Compiling resolv-conf v0.7.6
26282026-06-11T21:52:28.091Z Compiling newline-converter v0.3.0
26292026-06-11T21:52:28.118Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-06-11T21:52:28.198Z Compiling lru-cache v0.1.2
26312026-06-11T21:52:28.229Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26322026-06-11T21:52:28.363Z Compiling rand v0.10.1
26332026-06-11T21:52:28.545Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26342026-06-11T21:52:28.682Z Compiling hubpack v0.1.2
26352026-06-11T21:52:28.713Z Compiling nix v0.31.3
26362026-06-11T21:52:28.936Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26372026-06-11T21:52:29.175Z Compiling toml_edit v0.22.27
26382026-06-11T21:52:29.206Z Compiling atomicwrites v0.4.4
26392026-06-11T21:52:29.427Z Compiling hickory-proto v0.24.4
26402026-06-11T21:52:29.526Z Compiling crossbeam-deque v0.8.6
26412026-06-11T21:52:29.771Z Compiling console v0.15.11
26422026-06-11T21:52:29.955Z Compiling itertools v0.12.1
26432026-06-11T21:52:31.109Z Compiling camino-tempfile v1.4.1
26442026-06-11T21:52:31.372Z Compiling serde-big-array v0.5.1
26452026-06-11T21:52:31.443Z Compiling lazy_static v1.5.0
26462026-06-11T21:52:31.534Z Compiling similar v2.7.0
26472026-06-11T21:52:31.553Z Compiling siphasher v1.0.3
26482026-06-11T21:52:31.566Z Compiling hickory-resolver v0.24.4
26492026-06-11T21:52:31.775Z Compiling phf_shared v0.12.1
26502026-06-11T21:52:32.002Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26512026-06-11T21:52:32.082Z Compiling expectorate v1.2.0
26522026-06-11T21:52:32.298Z Compiling pin-project v1.1.13
26532026-06-11T21:52:32.411Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-06-11T21:52:33.273Z Compiling toml v0.8.23
26552026-06-11T21:52:34.272Z Compiling prettyplease v0.2.37
26562026-06-11T21:52:35.913Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26572026-06-11T21:52:36.178Z Compiling rayon-core v1.13.0
26582026-06-11T21:52:37.357Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26592026-06-11T21:52:37.886Z Compiling num_enum v0.5.11
26602026-06-11T21:52:37.908Z Compiling progenitor-impl v0.13.0
26612026-06-11T21:52:38.013Z Compiling progenitor-impl v0.14.0
26622026-06-11T21:52:38.544Z Compiling unicode-normalization v0.1.25
26632026-06-11T21:52:39.157Z Compiling progenitor-client v0.13.0
26642026-06-11T21:52:39.699Z Compiling tokio-stream v0.1.18
26652026-06-11T21:52:40.269Z Compiling bstr v1.12.1
26662026-06-11T21:52:40.768Z Compiling csv-core v0.1.13
26672026-06-11T21:52:40.988Z Compiling same-file v1.0.6
26682026-06-11T21:52:41.120Z Compiling foldhash v0.1.5
26692026-06-11T21:52:41.174Z Compiling konst_macro_rules v0.2.19
26702026-06-11T21:52:41.178Z Compiling foreign-types-shared v0.1.1
26712026-06-11T21:52:41.285Z Compiling highway v1.3.0
26722026-06-11T21:52:41.351Z Compiling unicode-width v0.1.14
26732026-06-11T21:52:41.373Z Compiling konst v0.2.20
26742026-06-11T21:52:41.669Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26752026-06-11T21:52:41.751Z Compiling foreign-types v0.3.2
26762026-06-11T21:52:41.835Z Compiling hashbrown v0.15.5
26772026-06-11T21:52:41.985Z Compiling walkdir v2.5.0
26782026-06-11T21:52:42.497Z Compiling csv v1.4.0
26792026-06-11T21:52:42.792Z Compiling globset v0.4.18
26802026-06-11T21:52:43.484Z Compiling snafu v0.8.9
26812026-06-11T21:52:44.074Z Compiling qorb v0.4.1
26822026-06-11T21:52:45.824Z Compiling progenitor v0.14.0
26832026-06-11T21:52:45.974Z Compiling progenitor v0.13.0
26842026-06-11T21:52:46.084Z Compiling olpc-cjson v0.1.4
26852026-06-11T21:52:46.120Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26862026-06-11T21:52:46.306Z Compiling rayon v1.12.0
26872026-06-11T21:52:46.375Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-06-11T21:52:46.793Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26892026-06-11T21:52:48.530Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26902026-06-11T21:52:48.715Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26912026-06-11T21:52:50.772Z Compiling phf v0.12.1
26922026-06-11T21:52:50.953Z Compiling openssl-sys v0.9.116
26932026-06-11T21:52:51.395Z Compiling tokio-dtrace v0.1.1
26942026-06-11T21:52:51.731Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-11T21:52:52.852Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26962026-06-11T21:52:53.077Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26972026-06-11T21:52:53.834Z Compiling libsw-core v0.3.2
26982026-06-11T21:52:54.016Z Compiling pem v3.0.6
26992026-06-11T21:52:54.054Z Compiling serde_plain v1.0.2
27002026-06-11T21:52:54.364Z Compiling sigpipe v0.1.3
27012026-06-11T21:52:54.469Z Compiling fixedbitset v0.5.7
27022026-06-11T21:52:54.698Z Compiling jiff v0.2.28
27032026-06-11T21:52:54.732Z Compiling fixedbitset v0.4.2
27042026-06-11T21:52:54.990Z Compiling bytecount v0.6.9
27052026-06-11T21:52:55.104Z Compiling typed-path v0.9.3
27062026-06-11T21:52:55.129Z Compiling minimal-lexical v0.2.1
27072026-06-11T21:52:55.181Z Compiling glob v0.3.3
27082026-06-11T21:52:55.454Z Compiling nom v7.1.3
27092026-06-11T21:52:56.172Z Compiling tough v0.22.0
27102026-06-11T21:52:56.521Z Compiling papergrid v0.11.0
27112026-06-11T21:52:57.110Z Compiling petgraph v0.6.5
27122026-06-11T21:52:57.160Z Compiling petgraph v0.8.3
27132026-06-11T21:52:58.068Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27142026-06-11T21:52:58.548Z Compiling openssl v0.10.80
27152026-06-11T21:52:58.949Z Compiling libsw v3.5.0
27162026-06-11T21:52:59.141Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27172026-06-11T21:52:59.675Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-06-11T21:52:59.920Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27192026-06-11T21:53:00.225Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27202026-06-11T21:53:00.588Z Compiling zone v0.3.1
27212026-06-11T21:53:01.962Z Compiling oxide-tokio-rt v0.1.6
27222026-06-11T21:53:02.409Z Compiling chrono-tz v0.10.4
27232026-06-11T21:53:02.631Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-11T21:53:02.839Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27252026-06-11T21:53:03.506Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27262026-06-11T21:53:03.690Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27272026-06-11T21:53:04.273Z Compiling newtype_derive v0.1.6
27282026-06-11T21:53:04.362Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-11T21:53:04.376Z Compiling slog-dtrace v0.3.0
27302026-06-11T21:53:05.098Z Compiling owo-colors v4.3.0
27312026-06-11T21:53:05.679Z Compiling const_format v0.2.36
27322026-06-11T21:53:06.022Z Compiling cancel-safe-futures v0.1.5
27332026-06-11T21:53:06.207Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27342026-06-11T21:53:06.387Z Compiling gethostname v0.5.0
27352026-06-11T21:53:06.528Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27362026-06-11T21:53:06.988Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-06-11T21:53:07.121Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-11T21:53:07.152Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-06-11T21:53:07.241Z Compiling bcs v0.1.6
27402026-06-11T21:53:07.265Z Compiling smf v0.2.3
27412026-06-11T21:53:07.673Z Compiling termtree v0.5.1
27422026-06-11T21:53:07.801Z Compiling linear-map v1.2.0
27432026-06-11T21:53:07.844Z Compiling tagptr v0.2.0
27442026-06-11T21:53:08.009Z Compiling whoami v1.6.1
27452026-06-11T21:53:08.035Z Compiling unicode-linebreak v0.1.5
27462026-06-11T21:53:08.315Z Compiling smawk v0.3.2
27472026-06-11T21:53:08.423Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-11T21:53:08.480Z Compiling textwrap v0.16.2
27492026-06-11T21:53:08.493Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-11T21:53:08.496Z Compiling moka v0.12.15
27512026-06-11T21:53:09.751Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-06-11T21:53:09.881Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-11T21:53:10.159Z Compiling tabled v0.15.0
27542026-06-11T21:53:10.175Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-11T21:53:11.548Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-11T21:53:11.673Z Compiling steno v0.4.1
27572026-06-11T21:53:11.764Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-11T21:53:12.137Z Compiling cookie v0.18.1
27592026-06-11T21:53:13.511Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-11T21:53:17.320Z Compiling hickory-proto v0.25.2
27612026-06-11T21:53:18.093Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27622026-06-11T21:53:18.897Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27632026-06-11T21:53:18.963Z Compiling arc-swap v1.9.1
27642026-06-11T21:53:19.331Z Compiling slog-scope v4.4.1
27652026-06-11T21:53:19.800Z Compiling hickory-resolver v0.25.2
27662026-06-11T21:53:20.817Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-11T21:53:21.704Z Compiling libscf-sys v1.2.0
27682026-06-11T21:53:21.823Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-11T21:53:21.857Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27702026-06-11T21:53:22.288Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27712026-06-11T21:53:22.569Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27722026-06-11T21:53:23.025Z Compiling slog-stdlog v4.1.1
27732026-06-11T21:53:23.456Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27742026-06-11T21:53:23.572Z Compiling slog-envlogger v2.2.0
27752026-06-11T21:53:24.220Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-11T21:53:24.943Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27772026-06-11T21:53:25.721Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27782026-06-11T21:53:26.232Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27792026-06-11T21:53:34.335Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-06-11T21:53:36.734Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-06-11T21:53:38.473Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27822026-06-11T21:53:47.334Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27832026-06-11T21:53:51.184Z Finished `release` profile [optimized] target(s) in 2m 27s
27842026-06-11T21:53:51.303Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27852026-06-11T21:53:51.306Z
27862026-06-11T21:53:51.306Zrunning 1 test
27872026-06-11T21:53:51.469Zconfigure zone
27882026-06-11T21:53:51.488Zinstall zone
27892026-06-11T21:54:01.184Zboot zone
27902026-06-11T21:54:01.272Zstart zone s1
27912026-06-11T21:54:01.275Zconfigure zone
27922026-06-11T21:54:01.279Zinstall zone
27932026-06-11T21:54:03.215Zboot zone
27942026-06-11T21:54:03.308Zstart zone s2
27952026-06-11T21:54:03.308Zconfigure zone
27962026-06-11T21:54:03.319Zinstall zone
27972026-06-11T21:54:05.671Zboot zone
27982026-06-11T21:54:05.771Zstart zone t1
27992026-06-11T21:54:05.771Zconfigure zone
28002026-06-11T21:54:05.781Zinstall zone
28012026-06-11T21:54:08.489Zboot zone
28022026-06-11T21:54:08.591Zwaiting for zones to come up
28032026-06-11T21:54:18.591Z[sidecar.trio] svcs milestone/network
28042026-06-11T21:54:18.616ZSTATE STIME FMRI
28052026-06-11T21:54:18.616Zonline 21:54:01 svc:/milestone/network:default
28062026-06-11T21:54:18.616Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28072026-06-11T21:54:18.644Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28082026-06-11T21:54:18.672Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28092026-06-11T21:54:18.692Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28102026-06-11T21:54:18.695Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28112026-06-11T21:54:18.707Z
28122026-06-11T21:54:18.707Zrunning zone s1.trio setup
28132026-06-11T21:54:18.707Z[s1.trio] svcs milestone/network
28142026-06-11T21:54:18.725ZSTATE STIME FMRI
28152026-06-11T21:54:18.725Zonline 21:54:03 svc:/milestone/network:default
28162026-06-11T21:54:18.725Z[s1.trio] dladm
28172026-06-11T21:54:18.736ZLINK CLASS MTU STATE BRIDGE OVER
28182026-06-11T21:54:18.736Zsl0 simnet 9000 up -- ?
28192026-06-11T21:54:18.736Zmg2 vnic 9000 up -- ?
28202026-06-11T21:54:18.736Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28212026-06-11T21:54:19.292Z
28222026-06-11T21:54:19.293Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28232026-06-11T21:54:19.308Z
28242026-06-11T21:54:19.308Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28252026-06-11T21:54:19.321Z
28262026-06-11T21:54:19.321Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28272026-06-11T21:54:19.406Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28282026-06-11T21:54:19.479Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5702fc94-7163-438c-b303-5711bd3bdb32 --sled-uuid 31870c69-86e4-4f34-93d1-163a56ff4c28 -a sl0/v6 &> /opt/ddmd.log &
28292026-06-11T21:54:19.493Z
28302026-06-11T21:54:19.494Zrunning zone s2.trio setup
28312026-06-11T21:54:19.494Z[s2.trio] svcs milestone/network
28322026-06-11T21:54:19.509ZSTATE STIME FMRI
28332026-06-11T21:54:19.509Zonline 21:54:05 svc:/milestone/network:default
28342026-06-11T21:54:19.509Z[s2.trio] dladm
28352026-06-11T21:54:19.523ZLINK CLASS MTU STATE BRIDGE OVER
28362026-06-11T21:54:19.523Zsl1 simnet 9000 up -- ?
28372026-06-11T21:54:19.523Zmg3 vnic 9000 up -- ?
28382026-06-11T21:54:19.523Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28392026-06-11T21:54:20.117Z
28402026-06-11T21:54:20.117Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28412026-06-11T21:54:20.131Z
28422026-06-11T21:54:20.131Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28432026-06-11T21:54:20.142Z
28442026-06-11T21:54:20.142Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28452026-06-11T21:54:20.175Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28462026-06-11T21:54:20.202Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ecbdb477-9a5d-4ee7-a865-fa5e911c491c --sled-uuid c7804c46-609a-49db-bbf6-4450a79ec40e -a sl1/v6 &> /opt/ddmd.log &
28472026-06-11T21:54:20.214Z
28482026-06-11T21:54:20.214Zrunning zone t1.trio setup
28492026-06-11T21:54:20.214Z[t1.trio] svcs milestone/network
28502026-06-11T21:54:20.228ZSTATE STIME FMRI
28512026-06-11T21:54:20.228Zonline 21:54:08 svc:/milestone/network:default
28522026-06-11T21:54:20.228Z[t1.trio] dladm
28532026-06-11T21:54:20.241ZLINK CLASS MTU STATE BRIDGE OVER
28542026-06-11T21:54:20.242Ztfportrear0_0 simnet 9000 up -- ?
28552026-06-11T21:54:20.242Ztfportrear1_0 simnet 9000 up -- ?
28562026-06-11T21:54:20.242Zmg1 vnic 9000 up -- ?
28572026-06-11T21:54:20.242Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28582026-06-11T21:54:20.791Z
28592026-06-11T21:54:20.791Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28602026-06-11T21:54:20.803Z
28612026-06-11T21:54:20.803Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28622026-06-11T21:54:20.816Z
28632026-06-11T21:54:20.816Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28642026-06-11T21:54:20.827Z
28652026-06-11T21:54:20.827Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28662026-06-11T21:54:21.133Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28672026-06-11T21:54:21.136Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28682026-06-11T21:54:21.136Zwaiting 3s for copy of files to zone to complete ...
28692026-06-11T21:54:24.136Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28702026-06-11T21:54:24.269Z
28712026-06-11T21:54:24.269Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28722026-06-11T21:54:24.378Z
28732026-06-11T21:54:24.378Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28742026-06-11T21:54:24.413Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28752026-06-11T21:54:24.444Z[t1.trio] svcadm disable dendrite
28762026-06-11T21:54:24.468Z
28772026-06-11T21:54:24.468Z[t1.trio] svcadm disable tfport
28782026-06-11T21:54:24.492Z
28792026-06-11T21:54:24.492Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28802026-06-11T21:54:24.517Z
28812026-06-11T21:54:24.517Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28822026-06-11T21:54:24.542Z
28832026-06-11T21:54:24.542Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28842026-06-11T21:54:24.566Z
28852026-06-11T21:54:24.566Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28862026-06-11T21:54:24.591Z
28872026-06-11T21:54:24.591Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28882026-06-11T21:54:24.615Z
28892026-06-11T21:54:24.615Z[t1.trio] svcadm refresh dendrite:default
28902026-06-11T21:54:24.636Z
28912026-06-11T21:54:24.636Z[t1.trio] svcadm enable dendrite:default
28922026-06-11T21:54:24.657Z
28932026-06-11T21:54:24.657Zwait 10s for dendrite to come up ...
28942026-06-11T21:54:34.659Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28952026-06-11T21:54:34.686Z
28962026-06-11T21:54:34.686Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28972026-06-11T21:54:34.710Z
28982026-06-11T21:54:34.710Z[t1.trio] svcadm refresh tfport:default
28992026-06-11T21:54:34.731Z
29002026-06-11T21:54:34.732Z[t1.trio] svcadm enable tfport
29012026-06-11T21:54:34.753Z
29022026-06-11T21:54:34.757Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid e11319a8-f584-4c2a-8ae2-29bb4cf41331 --sled-uuid 73eb6697-13d3-44f6-8cee-ec92bf14b931 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29032026-06-11T21:54:34.763Z
29042026-06-11T21:54:34.763Z[t1.trio] ipadm
29052026-06-11T21:54:34.778ZADDROBJ TYPE STATE ADDR
29062026-06-11T21:54:34.778Zlo0/v4 static ok 127.0.0.1/8
29072026-06-11T21:54:34.778Zmg1/v4 static ok 10.0.0.3/24
29082026-06-11T21:54:34.778Zlo0/v6 static ok ::1/128
29092026-06-11T21:54:34.778Zlo0/u6 static ok fd00:3::1/64
29102026-06-11T21:54:34.778Ztfportrear0_0/v6 addrconf ok fe80::d0eb:6fff:fe9c:1da9%tfportrear0_0/10
29112026-06-11T21:54:34.778Ztfportrear1_0/v6 addrconf ok fe80::6834:55ff:fecf:9aa2%tfportrear1_0/10
29122026-06-11T21:54:36.864Zinitial peering test passed
29132026-06-11T21:54:37.865Zadvertise from one passed
29142026-06-11T21:54:38.867Zadvertise from two passed
29152026-06-11T21:54:38.867Z[s1.trio] ping fd00:2::1
29162026-06-11T21:54:38.882Zfd00:2::1 is alive
29172026-06-11T21:54:38.882Z[s2.trio] ping fd00:1::1
29182026-06-11T21:54:38.894Zfd00:1::1 is alive
29192026-06-11T21:54:38.894Zconnectivity test passed
29202026-06-11T21:54:38.894Z[t1.trio] pkill ddmd
29212026-06-11T21:54:38.906Z
29222026-06-11T21:54:44.908Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ed6d53bf-bc85-4780-bd3f-774be04332f6 --sled-uuid 596e28ac-b5e0-404d-a000-d0150ba35311 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29232026-06-11T21:54:44.922Z
29242026-06-11T21:54:44.922Z[t1.trio] ipadm
29252026-06-11T21:54:44.935ZADDROBJ TYPE STATE ADDR
29262026-06-11T21:54:44.935Zlo0/v4 static ok 127.0.0.1/8
29272026-06-11T21:54:44.935Zmg1/v4 static ok 10.0.0.3/24
29282026-06-11T21:54:44.935Zlo0/v6 static ok ::1/128
29292026-06-11T21:54:44.935Zlo0/u6 static ok fd00:3::1/64
29302026-06-11T21:54:44.935Ztfportrear0_0/v6 addrconf ok fe80::d0eb:6fff:fe9c:1da9%tfportrear0_0/10
29312026-06-11T21:54:44.935Ztfportrear1_0/v6 addrconf ok fe80::6834:55ff:fecf:9aa2%tfportrear1_0/10
29322026-06-11T21:54:47.937Z[s1.trio] ping fd00:2::1
29332026-06-11T21:54:47.950Zfd00:2::1 is alive
29342026-06-11T21:54:47.950Z[s2.trio] ping fd00:1::1
29352026-06-11T21:54:47.963Zfd00:1::1 is alive
29362026-06-11T21:54:47.963Ztransit router restart passed
29372026-06-11T21:54:47.963Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29382026-06-11T21:54:47.978Zlocal v6:
29392026-06-11T21:54:47.978Zfe80::d0eb:6fff:fe9c:1da9
29402026-06-11T21:54:47.978Zfe80::6834:55ff:fecf:9aa2
29412026-06-11T21:54:47.978Zlocal v4:
29422026-06-11T21:54:47.978Zrouter v6_idx:
29432026-06-11T21:54:47.978Zfd00:1::/64 -> 0
29442026-06-11T21:54:47.978Zfd00:2::/64 -> 1
29452026-06-11T21:54:47.978Zrouter v6_routes:
29462026-06-11T21:54:47.978Z1 -> fe80::7057:37ff:fe17:52d4 (2)
29472026-06-11T21:54:47.978Z0 -> fe80::b045:10ff:fec4:2c09 (1)
29482026-06-11T21:54:47.978Zrouter v4_idx:
29492026-06-11T21:54:47.978Zrouter v4_routes:
29502026-06-11T21:54:47.978Zresolver v4:
29512026-06-11T21:54:47.978Z10.0.0.254 -> 02:08:20:49:42:f7
29522026-06-11T21:54:47.978Z10.0.0.3 -> 02:08:20:2e:d9:fd
29532026-06-11T21:54:47.978Zresolver v6:
29542026-06-11T21:54:47.978Zfe80::6834:55ff:fecf:9aa2 -> 6a:34:55:cf:9a:a2
29552026-06-11T21:54:47.978Zfe80::7057:37ff:fe17:52d4 -> 72:57:37:17:52:d4
29562026-06-11T21:54:47.978Zfe80::d0eb:6fff:fe9c:1da9 -> d2:eb:6f:9c:1d:a9
29572026-06-11T21:54:47.978Zfe80::b045:10ff:fec4:2c09 -> b2:45:10:c4:2c:09
29582026-06-11T21:54:47.978Znat v4:
29592026-06-11T21:54:47.979Znat_v6:
29602026-06-11T21:54:47.979Zport_mac:
29612026-06-11T21:54:47.979Z1000: a8:40:25:76:f5:07
29622026-06-11T21:54:47.979Z2: a8:40:25:76:f5:09
29632026-06-11T21:54:47.979Z1: a8:40:25:76:f5:08
29642026-06-11T21:54:47.979Zproxy arp:
29652026-06-11T21:54:47.979Z[s1.trio] pkill ddmd
29662026-06-11T21:54:47.989Z
29672026-06-11T21:54:51.311Ztest ddm::test_trio_v3 has been running for over 60 seconds
29682026-06-11T21:54:52.992Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29692026-06-11T21:54:53.008Zlocal v6:
29702026-06-11T21:54:53.008Zfe80::d0eb:6fff:fe9c:1da9
29712026-06-11T21:54:53.008Zfe80::6834:55ff:fecf:9aa2
29722026-06-11T21:54:53.008Zlocal v4:
29732026-06-11T21:54:53.008Zrouter v6_idx:
29742026-06-11T21:54:53.008Zfd00:2::/64 -> 1
29752026-06-11T21:54:53.008Zrouter v6_routes:
29762026-06-11T21:54:53.008Z1 -> fe80::7057:37ff:fe17:52d4 (2)
29772026-06-11T21:54:53.008Zrouter v4_idx:
29782026-06-11T21:54:53.008Zrouter v4_routes:
29792026-06-11T21:54:53.008Zresolver v4:
29802026-06-11T21:54:53.008Z10.0.0.254 -> 02:08:20:49:42:f7
29812026-06-11T21:54:53.008Z10.0.0.3 -> 02:08:20:2e:d9:fd
29822026-06-11T21:54:53.008Zresolver v6:
29832026-06-11T21:54:53.008Zfe80::6834:55ff:fecf:9aa2 -> 6a:34:55:cf:9a:a2
29842026-06-11T21:54:53.008Zfe80::7057:37ff:fe17:52d4 -> 72:57:37:17:52:d4
29852026-06-11T21:54:53.008Zfe80::d0eb:6fff:fe9c:1da9 -> d2:eb:6f:9c:1d:a9
29862026-06-11T21:54:53.008Zfe80::b045:10ff:fec4:2c09 -> b2:45:10:c4:2c:09
29872026-06-11T21:54:53.008Znat v4:
29882026-06-11T21:54:53.008Znat_v6:
29892026-06-11T21:54:53.008Zport_mac:
29902026-06-11T21:54:53.008Z1000: a8:40:25:76:f5:07
29912026-06-11T21:54:53.008Z2: a8:40:25:76:f5:09
29922026-06-11T21:54:53.008Z1: a8:40:25:76:f5:08
29932026-06-11T21:54:53.008Zproxy arp:
29942026-06-11T21:54:53.008Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 80c5210b-1523-4e1d-850a-ba04bef20083 --sled-uuid 16c46230-85b6-48c8-8e18-891509b57e38 -a sl0/v6 &> /opt/ddmd.log &
29952026-06-11T21:54:53.019Z
29962026-06-11T21:54:56.021Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29972026-06-11T21:54:56.038Zlocal v6:
29982026-06-11T21:54:56.038Zfe80::d0eb:6fff:fe9c:1da9
29992026-06-11T21:54:56.038Zfe80::6834:55ff:fecf:9aa2
30002026-06-11T21:54:56.038Zlocal v4:
30012026-06-11T21:54:56.038Zrouter v6_idx:
30022026-06-11T21:54:56.038Zfd00:1::/64 -> 0
30032026-06-11T21:54:56.038Zfd00:2::/64 -> 1
30042026-06-11T21:54:56.038Zrouter v6_routes:
30052026-06-11T21:54:56.038Z1 -> fe80::7057:37ff:fe17:52d4 (2)
30062026-06-11T21:54:56.038Z0 -> fe80::b045:10ff:fec4:2c09 (1)
30072026-06-11T21:54:56.038Zrouter v4_idx:
30082026-06-11T21:54:56.038Zrouter v4_routes:
30092026-06-11T21:54:56.038Zresolver v4:
30102026-06-11T21:54:56.038Z10.0.0.254 -> 02:08:20:49:42:f7
30112026-06-11T21:54:56.038Z10.0.0.3 -> 02:08:20:2e:d9:fd
30122026-06-11T21:54:56.038Zresolver v6:
30132026-06-11T21:54:56.038Zfe80::6834:55ff:fecf:9aa2 -> 6a:34:55:cf:9a:a2
30142026-06-11T21:54:56.038Zfe80::7057:37ff:fe17:52d4 -> 72:57:37:17:52:d4
30152026-06-11T21:54:56.038Zfe80::d0eb:6fff:fe9c:1da9 -> d2:eb:6f:9c:1d:a9
30162026-06-11T21:54:56.038Zfe80::b045:10ff:fec4:2c09 -> b2:45:10:c4:2c:09
30172026-06-11T21:54:56.038Znat v4:
30182026-06-11T21:54:56.038Znat_v6:
30192026-06-11T21:54:56.038Zport_mac:
30202026-06-11T21:54:56.042Z1000: a8:40:25:76:f5:07
30212026-06-11T21:54:56.042Z2: a8:40:25:76:f5:09
30222026-06-11T21:54:56.042Z1: a8:40:25:76:f5:08
30232026-06-11T21:54:56.042Zproxy arp:
30242026-06-11T21:54:56.042Z[s2.trio] netstat -nr -f inet6
30252026-06-11T21:54:56.051ZRouting Table: IPv6
30262026-06-11T21:54:56.051Z Destination/Mask Gateway Flags Ref Use If
30272026-06-11T21:54:56.051Z--------------------------- --------------------------- ----- --- ------- -----
30282026-06-11T21:54:56.051Z::1 ::1 UH 2 0 lo0
30292026-06-11T21:54:56.051Zfd00:1::/64 fe80::6834:55ff:fecf:9aa2 UG 1 0 sl1
30302026-06-11T21:54:56.051Zfe80::/10 fe80::7057:37ff:fe17:52d4 U 3 64 sl1
30312026-06-11T21:54:56.051Z[s2.trio] ipadm
30322026-06-11T21:54:56.063ZADDROBJ TYPE STATE ADDR
30332026-06-11T21:54:56.063Zlo0/v4 static ok 127.0.0.1/8
30342026-06-11T21:54:56.063Zmg3/v4 static ok 10.0.0.2/24
30352026-06-11T21:54:56.063Zlo0/v6 static ok ::1/128
30362026-06-11T21:54:56.063Zlo0/u6 static ok fd00:2::1/64
30372026-06-11T21:54:56.063Zsl1/v6 addrconf ok fe80::7057:37ff:fe17:52d4%sl1/10
30382026-06-11T21:54:56.063Z[s2.trio] route -nv get -inet6 fd00:1::1
30392026-06-11T21:54:56.075Znewrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
30402026-06-11T21:54:56.075Zlocks: inits:
30412026-06-11T21:54:56.075Zsockaddrs: <DST,IFP>
30422026-06-11T21:54:56.075Z fd00:1::1
30432026-06-11T21:54:56.075Z route to: fd00:1::1
30442026-06-11T21:54:56.075Zdestination: fd00:1::
30452026-06-11T21:54:56.075Z mask: ffff:ffff:ffff:ffff::
30462026-06-11T21:54:56.075Z gateway: fe80::6834:55ff:fecf:9aa2
30472026-06-11T21:54:56.075Z interface: sl1 index 3 address 72 57 37 17 52 d4
30482026-06-11T21:54:56.075Z flags: <UP,GATEWAY,DONE,STATIC>
30492026-06-11T21:54:56.076Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30502026-06-11T21:54:56.076Z 0 0 0 0 0 0 9000 0
30512026-06-11T21:54:56.076Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30522026-06-11T21:54:56.076Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30532026-06-11T21:54:56.076Z fd00:1:: fe80::6834:55ff:fecf:9aa2 ffff:ffff:ffff:ffff:: sl1:72.57.37.17.52.d4 fe80::7057:37ff:fe17:52d4
30542026-06-11T21:54:56.076Z[s2.trio] ndp -na
30552026-06-11T21:54:56.089ZNet to Media Table: IPv6
30562026-06-11T21:54:56.089Z If Physical Address Type State Destination/Mask
30572026-06-11T21:54:56.089Z----- ----------------- ------- ------------ ---------------------------
30582026-06-11T21:54:56.089Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30592026-06-11T21:54:56.089Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30602026-06-11T21:54:56.089Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30612026-06-11T21:54:56.089Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30622026-06-11T21:54:56.089Zsl1 72:57:37:17:52:d4 local REACHABLE fe80::7057:37ff:fe17:52d4
30632026-06-11T21:54:56.089Zsl1 33:33:ff:17:52:d4 other REACHABLE ff02::1:ff17:52d4
30642026-06-11T21:54:56.089Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30652026-06-11T21:54:56.089Zsl1 33:33:ff:cf:9a:a2 other REACHABLE ff02::1:ffcf:9aa2
30662026-06-11T21:54:56.089Zsl1 6a:34:55:cf:9a:a2 dynamic REACHABLE fe80::6834:55ff:fecf:9aa2
30672026-06-11T21:54:56.089Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30682026-06-11T21:54:56.101Zlocal v6:
30692026-06-11T21:54:56.101Zfe80::d0eb:6fff:fe9c:1da9
30702026-06-11T21:54:56.101Zfe80::6834:55ff:fecf:9aa2
30712026-06-11T21:54:56.101Zlocal v4:
30722026-06-11T21:54:56.101Zrouter v6_idx:
30732026-06-11T21:54:56.101Zfd00:1::/64 -> 0
30742026-06-11T21:54:56.101Zfd00:2::/64 -> 1
30752026-06-11T21:54:56.101Zrouter v6_routes:
30762026-06-11T21:54:56.101Z1 -> fe80::7057:37ff:fe17:52d4 (2)
30772026-06-11T21:54:56.102Z0 -> fe80::b045:10ff:fec4:2c09 (1)
30782026-06-11T21:54:56.102Zrouter v4_idx:
30792026-06-11T21:54:56.102Zrouter v4_routes:
30802026-06-11T21:54:56.102Zresolver v4:
30812026-06-11T21:54:56.102Z10.0.0.254 -> 02:08:20:49:42:f7
30822026-06-11T21:54:56.102Z10.0.0.3 -> 02:08:20:2e:d9:fd
30832026-06-11T21:54:56.102Zresolver v6:
30842026-06-11T21:54:56.102Zfe80::6834:55ff:fecf:9aa2 -> 6a:34:55:cf:9a:a2
30852026-06-11T21:54:56.102Zfe80::7057:37ff:fe17:52d4 -> 72:57:37:17:52:d4
30862026-06-11T21:54:56.102Zfe80::d0eb:6fff:fe9c:1da9 -> d2:eb:6f:9c:1d:a9
30872026-06-11T21:54:56.102Zfe80::b045:10ff:fec4:2c09 -> b2:45:10:c4:2c:09
30882026-06-11T21:54:56.102Znat v4:
30892026-06-11T21:54:56.102Znat_v6:
30902026-06-11T21:54:56.102Zport_mac:
30912026-06-11T21:54:56.102Z1000: a8:40:25:76:f5:07
30922026-06-11T21:54:56.102Z2: a8:40:25:76:f5:09
30932026-06-11T21:54:56.102Z1: a8:40:25:76:f5:08
30942026-06-11T21:54:56.102Zproxy arp:
30952026-06-11T21:54:56.102Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30962026-06-11T21:54:56.145ZSubnet Port Link Gateway Vlan
30972026-06-11T21:54:56.145Zfd00:1::/64 rear0 0 fe80::b045:10ff:fec4:2c09
30982026-06-11T21:54:56.145Zfd00:2::/64 rear1 0 fe80::7057:37ff:fe17:52d4
30992026-06-11T21:54:56.145Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31002026-06-11T21:54:56.185Zhost mac age
31012026-06-11T21:54:56.185Z10.0.0.3 02:08:20:2e:d9:fd 21s
31022026-06-11T21:54:56.185Z10.0.0.254 02:08:20:49:42:f7 18s
31032026-06-11T21:54:56.185Zfe80::6834:55ff:fecf:9aa2 6a:34:55:cf:9a:a2 21s
31042026-06-11T21:54:56.185Zfe80::7057:37ff:fe17:52d4 72:57:37:17:52:d4 21s
31052026-06-11T21:54:56.186Zfe80::b045:10ff:fec4:2c09 b2:45:10:c4:2c:09 21s
31062026-06-11T21:54:56.186Zfe80::d0eb:6fff:fe9c:1da9 d2:eb:6f:9c:1d:a9 21s
31072026-06-11T21:54:56.186Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31082026-06-11T21:54:56.225ZLink IPv4 IPv6
31092026-06-11T21:54:56.225Zrear0/0 fe80::d0eb:6fff:fe9c:1da9
31102026-06-11T21:54:56.225Zrear1/0 fe80::6834:55ff:fecf:9aa2
31112026-06-11T21:54:56.225Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31122026-06-11T21:54:57.250ZADDROBJ TYPE STATE ADDR
31132026-06-11T21:54:57.250Zlo0/v4 static ok 127.0.0.1/8
31142026-06-11T21:54:57.250Zmg2/v4 static ok 10.0.0.1/24
31152026-06-11T21:54:57.250Zlo0/v6 static ok ::1/128
31162026-06-11T21:54:57.250Zlo0/u6 static ok fd00:1::1/64
31172026-06-11T21:54:57.250Zsl0/v6 addrconf ok fe80::b045:10ff:fec4:2c09%sl0/10
31182026-06-11T21:54:57.250Znewrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
31192026-06-11T21:54:57.250Zlocks: inits:
31202026-06-11T21:54:57.250Zsockaddrs: <DST,IFP>
31212026-06-11T21:54:57.250Z fd00:2::1
31222026-06-11T21:54:57.250Z route to: fd00:2::1
31232026-06-11T21:54:57.250Zdestination: fd00:2::
31242026-06-11T21:54:57.250Z mask: ffff:ffff:ffff:ffff::
31252026-06-11T21:54:57.250Z gateway: fe80::d0eb:6fff:fe9c:1da9
31262026-06-11T21:54:57.250Z interface: sl0 index 3 address b2 45 10 c4 2c 09
31272026-06-11T21:54:57.250Z flags: <UP,GATEWAY,DONE,STATIC>
31282026-06-11T21:54:57.250Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31292026-06-11T21:54:57.250Z 0 0 0 0 0 0 9000 0
31302026-06-11T21:54:57.250Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31312026-06-11T21:54:57.250Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31322026-06-11T21:54:57.251Z fd00:2:: fe80::d0eb:6fff:fe9c:1da9 ffff:ffff:ffff:ffff:: sl0:b2.45.10.c4.2c.9 fe80::b045:10ff:fec4:2c09
31332026-06-11T21:54:57.251Z
31342026-06-11T21:54:57.251ZNet to Media Table: IPv6
31352026-06-11T21:54:57.251Z If Physical Address Type State Destination/Mask
31362026-06-11T21:54:57.251Z----- ----------------- ------- ------------ ---------------------------
31372026-06-11T21:54:57.251Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31382026-06-11T21:54:57.251Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31392026-06-11T21:54:57.251Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31402026-06-11T21:54:57.251Zsl0 b2:45:10:c4:2c:09 local REACHABLE fe80::b045:10ff:fec4:2c09
31412026-06-11T21:54:57.251Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31422026-06-11T21:54:57.251Zsl0 33:33:ff:9c:1d:a9 other REACHABLE ff02::1:ff9c:1da9
31432026-06-11T21:54:57.251Zsl0 d2:eb:6f:9c:1d:a9 dynamic REACHABLE fe80::d0eb:6fff:fe9c:1da9
31442026-06-11T21:54:57.251Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31452026-06-11T21:54:57.251Zsl0 33:33:ff:c4:2c:09 other REACHABLE ff02::1:ffc4:2c09
31462026-06-11T21:54:57.251Z
31472026-06-11T21:54:57.251Z
31482026-06-11T21:54:57.251ZRouting Table: IPv6
31492026-06-11T21:54:57.251Z Destination/Mask Gateway Flags Ref Use If
31502026-06-11T21:54:57.251Z--------------------------- --------------------------- ----- --- ------- -----
31512026-06-11T21:54:57.251Z::1 ::1 UH 2 0 lo0
31522026-06-11T21:54:57.251Zfd00:2::/64 fe80::d0eb:6fff:fe9c:1da9 UG 2 2 sl0
31532026-06-11T21:54:57.251Zfe80::/10 fe80::b045:10ff:fec4:2c09 U 3 64 sl0
31542026-06-11T21:54:57.251ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31552026-06-11T21:54:57.251Z68 bytes from fd00:2::1: icmp_seq=0. time=0.190 ms
31562026-06-11T21:54:57.251Z68 bytes from fd00:2::1: icmp_seq=1. time=0.208 ms
31572026-06-11T21:54:57.251Z
31582026-06-11T21:54:57.251Z----fd00:2::1 PING Statistics----
31592026-06-11T21:54:57.251Z2 packets transmitted, 2 packets received, 0% packet loss
31602026-06-11T21:54:57.251Zround-trip (ms) min/avg/max/stddev = 0.190/0.199/0.208/0.013
31612026-06-11T21:54:57.251Z[s2.trio] ping fd00:1::1
31622026-06-11T21:54:57.262Zfd00:1::1 is alive
31632026-06-11T21:54:57.262Zserver router restart passed
31642026-06-11T21:55:01.267Zpeer expiration recovery passed
31652026-06-11T21:55:02.268Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31662026-06-11T21:55:02.284Z3
31672026-06-11T21:55:02.284Zredundant advertise passed
31682026-06-11T21:55:03.286Ztunnel endpoint advertise passed
31692026-06-11T21:55:08.288Zredundant tunnel endpoint advertise passed
31702026-06-11T21:55:08.288Z[s1.trio] pkill ddmd
31712026-06-11T21:55:08.300Z
31722026-06-11T21:55:13.301Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1358d5cd-9fab-430c-87de-5cce22063698 --sled-uuid b1395912-fcc6-4ea7-a86b-ec09164c8a8f -a sl0/v6 &> /opt/ddmd.log &
31732026-06-11T21:55:13.314Z
31742026-06-11T21:55:18.321Ztunnel router restart passed
31752026-06-11T21:55:19.321Ztunnel endpoint withdraw passed
31762026-06-11T21:55:19.324Z[t1.trio] pkill ddmd
31772026-06-11T21:55:19.335Z
31782026-06-11T21:55:19.335Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31792026-06-11T21:55:19.338Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31802026-06-11T21:55:21.232Z[s2.trio] pkill ddmd
31812026-06-11T21:55:21.245Z
31822026-06-11T21:55:21.245Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31832026-06-11T21:55:23.064Z[s1.trio] pkill ddmd
31842026-06-11T21:55:23.077Z
31852026-06-11T21:55:23.077Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31862026-06-11T21:55:24.834Z[sidecar.trio] pkill softnpu
31872026-06-11T21:55:24.847Z
31882026-06-11T21:55:24.848Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31892026-06-11T21:55:27.339Ztest ddm::test_trio_v3 ... ok
31902026-06-11T21:55:27.340Z
31912026-06-11T21:55:27.340Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.02s
31922026-06-11T21:55:27.340Z
31932026-06-11T21:55:27.391Z+ cleanup
31942026-06-11T21:55:27.394Z++ id -un
31952026-06-11T21:55:27.397Z++ id -gn
31962026-06-11T21:55:27.398Z+ pfexec chown -R build:build .
31972026-06-11T21:55:27.521Zprocess exited: duration 678508 ms, exit code 0
 
31982026-06-11T21:55:27.535Zfound 5 output files
31992026-06-11T21:55:27.535Zuploading: /work/s1.trio.log (4223 bytes)
32002026-06-11T21:55:28.545Zuploaded: /work/s1.trio.log
32012026-06-11T21:55:28.545Zuploading: /work/s2.trio.log (9840 bytes)
32022026-06-11T21:55:29.556Zuploaded: /work/s2.trio.log
32032026-06-11T21:55:29.556Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32042026-06-11T21:55:30.570Zuploaded: /work/sidecar.trio-softnpu.log
32052026-06-11T21:55:30.570Zuploading: /work/t1.trio-dpd.log (333685 bytes)
32062026-06-11T21:55:31.586Zuploaded: /work/t1.trio-dpd.log
32072026-06-11T21:55:31.586Zuploading: /work/t1.trio.log (25747 bytes)
32082026-06-11T21:55:32.598Zuploaded: /work/t1.trio.log