01KXNY7RQVFX76FYJNGX7X702Z: 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: 01KXNY8P5KW52FM9AGV1VFNXWR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:06:56.278Zjob assigned to worker 01KXNY98JCW8G0AG99YTRZVY39 [factory aws, i-0aec1fc2b8cb5a5b8] (queued for 1 m 1 s)
 
22026-07-16T17:07:02.786Zstarting task 0: "setup"
32026-07-16T17:07:02.793Z++ uname -s
42026-07-16T17:07:02.796Z+ kern=SunOS
52026-07-16T17:07:02.796Z+ build_user=build
62026-07-16T17:07:02.796Z+ build_uid=12345
72026-07-16T17:07:02.797Z+ work_dir=/work
82026-07-16T17:07:02.797Z+ input_dir=/input
92026-07-16T17:07:02.797Z+ [[ 0 == 12345 ]]
102026-07-16T17:07:02.797Z+ case "$kern" in
112026-07-16T17:07:02.797Z+ groupadd -g 12345 build
122026-07-16T17:07:02.797Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:07:04.802Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:07:04.922Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:07:04.926Z+ home_fs=zfs
162026-07-16T17:07:04.926Z+ [[ zfs == autofs ]]
172026-07-16T17:07:04.926Z+ mkdir -p /home/build
182026-07-16T17:07:04.926Z+ chown build:build /home/build /work
192026-07-16T17:07:06.926Z+ chmod 0700 /home/build /work
202026-07-16T17:07:06.930Zprocess exited: duration 4142 ms, exit code 0
 
212026-07-16T17:07:06.936Zstarting task 1: "rust-toolchain"
222026-07-16T17:07:06.940Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T17:07:06.941Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T17:07:06.941Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-16T17:07:06.941Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-16T17:07:06.941Z * rust toolchain channel = "stable"
272026-07-16T17:07:06.941Z * rust toolchain profile = "default"
282026-07-16T17:07:06.944Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:07:06.944Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T17:07:07.029Zinfo: downloading installer
312026-07-16T17:07:08.489Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T17:07:08.489Zwarn: /opt/ooce/bin
332026-07-16T17:07:08.489Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T17:07:08.489Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T17:07:08.489Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T17:07:08.489Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T17:07:08.489Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T17:07:08.489Zerror: cannot install while Rust is installed
392026-07-16T17:07:08.490Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T17:07:08.490Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T17:07:08.490Zwarn: /home/build/.rustup/settings.toml
422026-07-16T17:07:08.490Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T17:07:08.493Zwarn: instead of the one inferred from the default host triple.
442026-07-16T17:07:08.503Zinfo: profile set to default
452026-07-16T17:07:08.503Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T17:07:08.506Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T17:07:08.641Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-16T17:07:08.644Zinfo: downloading 6 components
492026-07-16T17:07:24.264Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-16T17:07:24.264Z
512026-07-16T17:07:24.292Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-16T17:07:24.292Z
532026-07-16T17:07:24.292Z
542026-07-16T17:07:24.292ZRust is installed now. Great!
552026-07-16T17:07:24.292Z
562026-07-16T17:07:24.292ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T17:07:24.292Zenvironment variable. This has not been done automatically.
582026-07-16T17:07:24.292Z
592026-07-16T17:07:24.292ZTo configure your current shell, you need to source
602026-07-16T17:07:24.292Zthe corresponding env file under $HOME/.cargo.
612026-07-16T17:07:24.292Z
622026-07-16T17:07:24.292ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T17:07:24.292Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T17:07:24.293Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T17:07:24.293Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T17:07:24.293Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T17:07:24.293Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T17:07:24.293Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T17:07:24.296Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T17:07:24.297Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T17:07:24.385Z+ rustup --version
722026-07-16T17:07:24.394Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T17:07:24.397Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T17:07:24.415Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-16T17:07:24.418Z+ cargo --version
762026-07-16T17:07:24.436Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-16T17:07:24.441Z+ rustc --version
782026-07-16T17:07:24.460Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-16T17:07:24.467Zprocess exited: duration 17518 ms, exit code 0
 
802026-07-16T17:07:24.476Zstarting task 2: "authentication"
812026-07-16T17:07:24.497Zprocess exited: duration 20 ms, exit code 0
 
822026-07-16T17:07:24.506Zstarting task 3: "clone repository"
832026-07-16T17:07:24.522Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-16T17:07:24.527Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-16T17:07:24.543ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-16T17:07:25.774Z+ cd /work/oxidecomputer/maghemite
872026-07-16T17:07:25.774Z+ git fetch origin d3c8f26d9bf94e252f4f2ff212222be337b14c24
882026-07-16T17:07:26.031ZFrom https://github.com/oxidecomputer/maghemite
892026-07-16T17:07:26.031Z * branch d3c8f26d9bf94e252f4f2ff212222be337b14c24 -> FETCH_HEAD
902026-07-16T17:07:26.036Z+ [[ -n john/bfd-async ]]
912026-07-16T17:07:26.039Z++ git branch --show-current
922026-07-16T17:07:26.039Z+ current=main
932026-07-16T17:07:26.039Z+ [[ main != john/bfd-async ]]
942026-07-16T17:07:26.039Z+ git branch -f john/bfd-async d3c8f26d9bf94e252f4f2ff212222be337b14c24
952026-07-16T17:07:26.042Z+ git checkout -f john/bfd-async
962026-07-16T17:07:26.062ZSwitched to branch 'john/bfd-async'
972026-07-16T17:07:26.065Z+ git reset --hard d3c8f26d9bf94e252f4f2ff212222be337b14c24
982026-07-16T17:07:26.079ZHEAD is now at d3c8f26 add test for poll response after long delay
992026-07-16T17:07:26.082Zprocess exited: duration 1574 ms, exit code 0
 
1002026-07-16T17:07:26.089Zstarting task 4: "build"
1012026-07-16T17:07:26.095Z++ dladm
1022026-07-16T17:07:26.098ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-16T17:07:26.098Zena0 phys 9216 up -- --
1042026-07-16T17:07:26.098Z++ ipadm
1052026-07-16T17:07:26.101ZADDROBJ TYPE STATE ADDR
1062026-07-16T17:07:26.101Zlo0/v4 static ok 127.0.0.1/8
1072026-07-16T17:07:26.101Zena0/dhcp dhcp ok 10.150.1.252/24
1082026-07-16T17:07:26.101Zlo0/v6 static ok ::1/128
1092026-07-16T17:07:26.102Z++ banner collect
1102026-07-16T17:07:26.105Z
1112026-07-16T17:07:26.105Z #### #### # # ###### #### #####
1122026-07-16T17:07:26.105Z # # # # # # # # # #
1132026-07-16T17:07:26.105Z # # # # # ##### # #
1142026-07-16T17:07:26.105Z # # # # # # # #
1152026-07-16T17:07:26.105Z # # # # # # # # # #
1162026-07-16T17:07:26.105Z #### #### ###### ###### ###### #### #
1172026-07-16T17:07:26.105Z
1182026-07-16T17:07:26.105Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-16T17:07:26.105Z++ repo=softnpu
1202026-07-16T17:07:26.105Z++ series=image
1212026-07-16T17:07:26.105Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-16T17:07:26.105Z++ name=softnpu
1232026-07-16T17:07:26.105Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-16T17:07:26.105Z++ mkdir -p download
1252026-07-16T17:07:26.105Z++ pushd download
1262026-07-16T17:07:26.106Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-16T17:07:26.106Z++ [[ ! -f softnpu ]]
1282026-07-16T17:07:26.106Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-16T17:07:26.109Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-16T17:07:26.112Z Dload Upload Total Spent Left Speed
1312026-07-16T17:07:26.441Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 47.19M 0 0 100 15.63M 100 15.63M 0 0 47.18M 0 0 100 15.63M 100 15.63M 0 0 47.17M 0 0
1322026-07-16T17:07:26.444Z++ popd
1332026-07-16T17:07:26.444Z/work/oxidecomputer/maghemite
1342026-07-16T17:07:26.444Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-16T17:07:26.445Z++ repo=sidecar-lite
1362026-07-16T17:07:26.445Z++ series=release
1372026-07-16T17:07:26.445Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-16T17:07:26.445Z++ name=libsidecar_lite.so
1392026-07-16T17:07:26.445Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-16T17:07:26.445Z++ mkdir -p download
1412026-07-16T17:07:26.448Z++ pushd download
1422026-07-16T17:07:26.449Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-07-16T17:07:26.449Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-16T17:07:26.449Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-16T17:07:26.452Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-16T17:07:26.452Z Dload Upload Total Spent Left Speed
1472026-07-16T17:07:26.679Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 52.56M 0 0 100 12.04M 100 12.04M 0 0 52.55M 0 0 100 12.04M 100 12.04M 0 0 52.54M 0 0
1482026-07-16T17:07:26.682Z++ popd
1492026-07-16T17:07:26.685Z/work/oxidecomputer/maghemite
1502026-07-16T17:07:26.685Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-16T17:07:26.685Z++ repo=sidecar-lite
1522026-07-16T17:07:26.685Z++ series=release
1532026-07-16T17:07:26.685Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-16T17:07:26.685Z++ name=scadm
1552026-07-16T17:07:26.685Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-16T17:07:26.685Z++ mkdir -p download
1572026-07-16T17:07:26.685Z++ pushd download
1582026-07-16T17:07:26.685Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-07-16T17:07:26.685Z++ [[ ! -f scadm ]]
1602026-07-16T17:07:26.685Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-16T17:07:26.691Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-16T17:07:26.694Z Dload Upload Total Spent Left Speed
1632026-07-16T17:07:26.929Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 66.23M 0 0 100 15.78M 100 15.78M 0 0 66.21M 0 0 100 15.78M 100 15.78M 0 0 66.20M 0 0
1642026-07-16T17:07:26.932Z++ popd
1652026-07-16T17:07:26.932Z/work/oxidecomputer/maghemite
1662026-07-16T17:07:26.936Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-16T17:07:26.936Z++ repo=dendrite
1682026-07-16T17:07:26.936Z++ series=image
1692026-07-16T17:07:26.936Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-16T17:07:26.936Z++ name=dendrite-softnpu.tar.gz
1712026-07-16T17:07:26.936Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-16T17:07:26.936Z++ mkdir -p download
1732026-07-16T17:07:26.936Z++ pushd download
1742026-07-16T17:07:26.936Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-07-16T17:07:26.936Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-07-16T17:07:26.936Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-16T17:07:26.940Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-16T17:07:26.943Z Dload Upload Total Spent Left Speed
1792026-07-16T17:07:27.849Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 78.71M 0 0 100 71.59M 100 71.59M 0 0 78.70M 0 0 100 71.59M 100 71.59M 0 0 78.70M 0 0
1802026-07-16T17:07:27.853Z++ popd
1812026-07-16T17:07:27.857Z/work/oxidecomputer/maghemite
1822026-07-16T17:07:27.857Z++ get_artifact maghemite release d3c8f26d9bf94e252f4f2ff212222be337b14c24 ddm
1832026-07-16T17:07:27.857Z++ repo=maghemite
1842026-07-16T17:07:27.857Z++ series=release
1852026-07-16T17:07:27.857Z++ commit=d3c8f26d9bf94e252f4f2ff212222be337b14c24
1862026-07-16T17:07:27.857Z++ name=ddm
1872026-07-16T17:07:27.857Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-16T17:07:27.857Z++ mkdir -p download
1892026-07-16T17:07:27.857Z++ pushd download
1902026-07-16T17:07:27.857Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-07-16T17:07:27.857Z++ [[ ! -f ddm ]]
1922026-07-16T17:07:27.857Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d3c8f26d9bf94e252f4f2ff212222be337b14c24/ddm
1932026-07-16T17:07:27.861Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-16T17:07:27.861Z Dload Upload Total Spent Left Speed
1952026-07-16T17:07:27.926Z 0 0 0 0 0 0 0 0 0
1962026-07-16T17:07:27.926Zcurl: (22) The requested URL returned error: 404
1972026-07-16T17:07:27.930Z++ popd
1982026-07-16T17:07:27.930Z/work/oxidecomputer/maghemite
1992026-07-16T17:07:27.930Z++ get_artifact maghemite release d3c8f26d9bf94e252f4f2ff212222be337b14c24 ddmadm
2002026-07-16T17:07:27.930Z++ repo=maghemite
2012026-07-16T17:07:27.930Z++ series=release
2022026-07-16T17:07:27.930Z++ commit=d3c8f26d9bf94e252f4f2ff212222be337b14c24
2032026-07-16T17:07:27.930Z++ name=ddmadm
2042026-07-16T17:07:27.930Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-16T17:07:27.930Z++ mkdir -p download
2062026-07-16T17:07:27.930Z++ pushd download
2072026-07-16T17:07:27.930Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-16T17:07:27.930Z++ [[ ! -f ddmadm ]]
2092026-07-16T17:07:27.930Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d3c8f26d9bf94e252f4f2ff212222be337b14c24/ddmadm
2102026-07-16T17:07:27.936Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-16T17:07:27.939Z Dload Upload Total Spent Left Speed
2122026-07-16T17:07:27.993Z 0 0 0 0 0 0 0 0 0
2132026-07-16T17:07:27.993Zcurl: (22) The requested URL returned error: 404
2142026-07-16T17:07:27.998Z++ popd
2152026-07-16T17:07:27.998Z/work/oxidecomputer/maghemite
2162026-07-16T17:07:27.998Z++ pushd download
2172026-07-16T17:07:27.998Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-07-16T17:07:27.998Z++ chmod +x softnpu
2192026-07-16T17:07:27.998Z++ chmod +x scadm
2202026-07-16T17:07:27.998Z++ chmod +x ddmadm
2212026-07-16T17:07:28.002Zchmod: WARNING: can't access ddmadm
2222026-07-16T17:07:28.002Z++ chmod +x ddmd
2232026-07-16T17:07:28.002Zchmod: WARNING: can't access ddmd
2242026-07-16T17:07:28.002Z++ mv ddmadm ddmadm-v2
2252026-07-16T17:07:28.002Zmv: cannot access ddmadm
2262026-07-16T17:07:28.002Z++ mv ddmd ddmd-v2
2272026-07-16T17:07:28.005Zmv: cannot access ddmd
2282026-07-16T17:07:28.005Z++ rm -rf zones/dendrite
2292026-07-16T17:07:28.005Z++ mkdir -p zones/dendrite
2302026-07-16T17:07:28.005Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-16T17:07:29.018Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-07-16T17:07:29.021Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-16T17:07:29.021Z++ popd
2342026-07-16T17:07:29.021Z/work/oxidecomputer/maghemite
2352026-07-16T17:07:29.021Z++ banner install
2362026-07-16T17:07:29.024Z
2372026-07-16T17:07:29.024Z # # # #### ##### ## # #
2382026-07-16T17:07:29.024Z # ## # # # # # # #
2392026-07-16T17:07:29.024Z # # # # #### # # # # #
2402026-07-16T17:07:29.024Z # # # # # # ###### # #
2412026-07-16T17:07:29.024Z # # ## # # # # # # #
2422026-07-16T17:07:29.024Z # # # #### # # # ###### ######
2432026-07-16T17:07:29.024Z
2442026-07-16T17:07:29.024Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-16T17:07:29.024Z++ set +o errexit
2462026-07-16T17:07:29.024Z++ pkg info clang-15
2472026-07-16T17:07:29.024Z++ grep -qi installed
2482026-07-16T17:07:30.169Zpkg: info: no packages matching the following patterns you specified are
2492026-07-16T17:07:30.169Zinstalled on the system. Try querying remotely instead:
2502026-07-16T17:07:30.169Z
2512026-07-16T17:07:30.169Z clang-15
2522026-07-16T17:07:30.205Z++ [[ 1 != 0 ]]
2532026-07-16T17:07:30.206Z++ set -o errexit
2542026-07-16T17:07:30.209Z++ pfexec pkg install clang-15
2552026-07-16T17:07:37.698Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-16T17:07:45.462Z Startup: Caching catalogs ... Done
2572026-07-16T17:07:52.770ZPlanning: Solver setup ... Done
2582026-07-16T17:07:52.812ZPlanning: Running solver ... Done
2592026-07-16T17:07:52.955ZPlanning: Finding local manifests ... Done
2602026-07-16T17:07:52.979ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-16T17:07:53.070ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-16T17:07:53.101ZPlanning: Package planning ... Done
2632026-07-16T17:07:53.126ZPlanning: Merging actions ... Done
2642026-07-16T17:07:53.234ZPlanning: Checking for conflicting actions ... Done
2652026-07-16T17:07:53.240ZPlanning: Consolidating action changes ... Done
2662026-07-16T17:07:54.019ZPlanning: Evaluating mediators ... Done
2672026-07-16T17:07:54.024ZPlanning: Planning completed in 8.39 seconds
2682026-07-16T17:07:54.036Z Packages to install: 2
2692026-07-16T17:07:54.036Z Mediators to change: 2
2702026-07-16T17:07:54.036Z Services to change: 1
2712026-07-16T17:07:54.040Z Create boot environment: No
2722026-07-16T17:07:54.040ZCreate backup boot environment: No
2732026-07-16T17:07:54.078Z
2742026-07-16T17:07:54.079ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-16T17:07:59.080ZDownload: 426/3076 items 16.6/211.3MB 7% complete (3.5M/s)
2762026-07-16T17:08:04.510ZDownload: 981/3076 items 82.2/211.3MB 38% complete (9.7M/s)
2772026-07-16T17:08:24.707ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2782026-07-16T17:08:29.786ZDownload: 1194/3076 items 114.2/211.3MB 54% complete (7.3M/s)
2792026-07-16T17:08:34.826ZDownload: 1511/3076 items 115.3/211.3MB 54% complete (3.5M/s)
2802026-07-16T17:08:40.102ZDownload: 2005/3076 items 117.0/211.3MB 55% complete (300k/s)
2812026-07-16T17:08:55.310ZDownload: 2007/3076 items 117.0/211.3MB 55% complete
2822026-07-16T17:09:00.312ZDownload: 2697/3076 items 119.9/211.3MB 56% complete (600k/s)
2832026-07-16T17:09:09.416ZDownload: 3033/3076 items 201.7/211.3MB 95% complete (11.4M/s)
2842026-07-16T17:09:14.421ZDownload: 3068/3076 items 207.0/211.3MB 97% complete (483k/s)
2852026-07-16T17:09:14.470ZDownload: Completed 211.31 MB in 80.38 seconds (2.6M/s)
2862026-07-16T17:09:14.604Z Actions: 1/3418 actions (Installing new actions)
2872026-07-16T17:09:17.794Z Actions: Completed 3418 actions in 3.19 seconds.
2882026-07-16T17:09:18.481Z Done
2892026-07-16T17:09:18.481Z Done
2902026-07-16T17:09:19.225Z Done
2912026-07-16T17:09:22.676Z Done
2922026-07-16T17:09:22.748Z Done
2932026-07-16T17:09:22.753Z Done
2942026-07-16T17:09:22.993Z Done
2952026-07-16T17:09:23.703Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-07-16T17:09:23.703Z++ set +o errexit
2972026-07-16T17:09:23.707Z++ pkg info pkg-config
2982026-07-16T17:09:23.707Z++ grep -qi installed
2992026-07-16T17:09:23.936Z++ [[ 0 != 0 ]]
3002026-07-16T17:09:23.936Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3012026-07-16T17:09:23.936Z++ set +o errexit
3022026-07-16T17:09:23.939Z++ pkg info brand/omicron1
3032026-07-16T17:09:23.939Z++ grep -qi installed
3042026-07-16T17:09:24.123Zpkg: info: no packages matching the following patterns you specified are
3052026-07-16T17:09:24.123Zinstalled on the system. Try querying remotely instead:
3062026-07-16T17:09:24.123Z
3072026-07-16T17:09:24.123Z brand/omicron1
3082026-07-16T17:09:24.158Z++ [[ 1 != 0 ]]
3092026-07-16T17:09:24.158Z++ set -o errexit
3102026-07-16T17:09:24.158Z++ pfexec pkg install brand/omicron1
3112026-07-16T17:09:24.588Z Startup: Refreshing catalog 'helios-dev' ... Done
3122026-07-16T17:09:31.866ZPlanning: Solver setup ... Done
3132026-07-16T17:09:31.906ZPlanning: Running solver ... Done
3142026-07-16T17:09:32.054ZPlanning: Finding local manifests ... Done
3152026-07-16T17:09:32.058ZPlanning: Fetching manifests: 0/2 0% complete
3162026-07-16T17:09:32.180ZPlanning: Fetching manifests: 2/2 100% complete
3172026-07-16T17:09:32.193ZPlanning: Package planning ... Done
3182026-07-16T17:09:32.197ZPlanning: Merging actions ... Done
3192026-07-16T17:09:32.344ZPlanning: Checking for conflicting actions ... Done
3202026-07-16T17:09:32.349ZPlanning: Consolidating action changes ... Done
3212026-07-16T17:09:32.505ZPlanning: Evaluating mediators ... Done
3222026-07-16T17:09:32.509ZPlanning: Planning completed in 7.92 seconds
3232026-07-16T17:09:32.514Z Packages to install: 2
3242026-07-16T17:09:32.514Z Create boot environment: No
3252026-07-16T17:09:32.514ZCreate backup boot environment: No
3262026-07-16T17:09:32.544Z
3272026-07-16T17:09:32.544ZDownload: 0/5 items 0.0/1.1MB 0% complete
3282026-07-16T17:09:32.568ZDownload: Completed 1.07 MB in 0.02 seconds (44.5M/s)
3292026-07-16T17:09:32.707Z Actions: 1/28 actions (Installing new actions)
3302026-07-16T17:09:32.720Z Actions: Completed 28 actions in 0.01 seconds.
3312026-07-16T17:09:33.248Z Done
3322026-07-16T17:09:33.248Z Done
3332026-07-16T17:09:33.891Z Done
3342026-07-16T17:09:36.784Z Done
3352026-07-16T17:09:36.853Z Done
3362026-07-16T17:09:36.858Z Done
3372026-07-16T17:09:37.055Z Done
3382026-07-16T17:09:37.190Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3392026-07-16T17:09:37.190Z++ set +o errexit
3402026-07-16T17:09:37.193Z++ pkg info brand/omicron1/tools
3412026-07-16T17:09:37.193Z++ grep -qi installed
3422026-07-16T17:09:37.378Zpkg: info: no packages matching the following patterns you specified are
3432026-07-16T17:09:37.378Zinstalled on the system. Try querying remotely instead:
3442026-07-16T17:09:37.378Z
3452026-07-16T17:09:37.379Z brand/omicron1/tools
3462026-07-16T17:09:37.435Z++ [[ 1 != 0 ]]
3472026-07-16T17:09:37.435Z++ set -o errexit
3482026-07-16T17:09:37.436Z++ pfexec pkg install brand/omicron1/tools
3492026-07-16T17:09:37.839Z Startup: Refreshing catalog 'helios-dev' ... Done
3502026-07-16T17:09:45.270ZPlanning: Solver setup ... Done
3512026-07-16T17:09:45.308ZPlanning: Running solver ... Done
3522026-07-16T17:09:45.457ZPlanning: Finding local manifests ... Done
3532026-07-16T17:09:45.462ZPlanning: Fetching manifests: 0/1 0% complete
3542026-07-16T17:09:45.569ZPlanning: Fetching manifests: 1/1 100% complete
3552026-07-16T17:09:45.585ZPlanning: Package planning ... Done
3562026-07-16T17:09:45.593ZPlanning: Merging actions ... Done
3572026-07-16T17:09:45.725ZPlanning: Checking for conflicting actions ... Done
3582026-07-16T17:09:45.731ZPlanning: Consolidating action changes ... Done
3592026-07-16T17:09:45.882ZPlanning: Evaluating mediators ... Done
3602026-07-16T17:09:45.885ZPlanning: Planning completed in 8.04 seconds
3612026-07-16T17:09:45.890Z Packages to install: 1
3622026-07-16T17:09:45.890Z Services to change: 1
3632026-07-16T17:09:45.890Z Create boot environment: No
3642026-07-16T17:09:45.890ZCreate backup boot environment: No
3652026-07-16T17:09:45.919Z
3662026-07-16T17:09:45.919ZDownload: 0/2 items 0.0/1.2MB 0% complete
3672026-07-16T17:09:45.945ZDownload: Completed 1.19 MB in 0.03 seconds (46.1M/s)
3682026-07-16T17:09:46.017Z Actions: 1/19 actions (Installing new actions)
3692026-07-16T17:09:46.032Z Actions: Completed 19 actions in 0.01 seconds.
3702026-07-16T17:09:46.560Z Done
3712026-07-16T17:09:46.560Z Done
3722026-07-16T17:09:47.204Z Done
3732026-07-16T17:09:50.131Z Done
3742026-07-16T17:09:50.203Z Done
3752026-07-16T17:09:50.211Z Done
3762026-07-16T17:09:50.384Z Done
3772026-07-16T17:09:50.489Z++ pfexec svcadm enable baseline
3782026-07-16T17:09:50.505Z++ retry=0
3792026-07-16T17:09:50.514Z+++ svcs -Hostate baseline
3802026-07-16T17:09:50.519Z++ [[ offline* != online ]]
3812026-07-16T17:09:50.519Z++ [[ 0 -gt 300 ]]
3822026-07-16T17:09:50.524Z++ sleep 1
3832026-07-16T17:09:51.523Z++ retry=1
3842026-07-16T17:09:51.531Z+++ svcs -Hostate baseline
3852026-07-16T17:09:51.539Z++ [[ offline* != online ]]
3862026-07-16T17:09:51.539Z++ [[ 1 -gt 300 ]]
3872026-07-16T17:09:51.539Z++ sleep 1
3882026-07-16T17:09:52.539Z++ retry=2
3892026-07-16T17:09:52.543Z+++ svcs -Hostate baseline
3902026-07-16T17:09:52.553Z++ [[ offline* != online ]]
3912026-07-16T17:09:52.553Z++ [[ 2 -gt 300 ]]
3922026-07-16T17:09:52.553Z++ sleep 1
3932026-07-16T17:09:53.556Z++ retry=3
3942026-07-16T17:09:53.560Z+++ svcs -Hostate baseline
3952026-07-16T17:09:53.571Z++ [[ offline* != online ]]
3962026-07-16T17:09:53.571Z++ [[ 3 -gt 300 ]]
3972026-07-16T17:09:53.571Z++ sleep 1
3982026-07-16T17:09:54.575Z++ retry=4
3992026-07-16T17:09:54.579Z+++ svcs -Hostate baseline
4002026-07-16T17:09:54.591Z++ [[ offline* != online ]]
4012026-07-16T17:09:54.591Z++ [[ 4 -gt 300 ]]
4022026-07-16T17:09:54.591Z++ sleep 1
4032026-07-16T17:09:55.593Z++ retry=5
4042026-07-16T17:09:55.597Z+++ svcs -Hostate baseline
4052026-07-16T17:09:55.609Z++ [[ offline* != online ]]
4062026-07-16T17:09:55.609Z++ [[ 5 -gt 300 ]]
4072026-07-16T17:09:55.609Z++ sleep 1
4082026-07-16T17:09:56.610Z++ retry=6
4092026-07-16T17:09:56.616Z+++ svcs -Hostate baseline
4102026-07-16T17:09:56.629Z++ [[ offline* != online ]]
4112026-07-16T17:09:56.629Z++ [[ 6 -gt 300 ]]
4122026-07-16T17:09:56.629Z++ sleep 1
4132026-07-16T17:09:57.629Z++ retry=7
4142026-07-16T17:09:57.634Z+++ svcs -Hostate baseline
4152026-07-16T17:09:57.646Z++ [[ offline* != online ]]
4162026-07-16T17:09:57.646Z++ [[ 7 -gt 300 ]]
4172026-07-16T17:09:57.646Z++ sleep 1
4182026-07-16T17:09:58.646Z++ retry=8
4192026-07-16T17:09:58.651Z+++ svcs -Hostate baseline
4202026-07-16T17:09:58.662Z++ [[ offline* != online ]]
4212026-07-16T17:09:58.662Z++ [[ 8 -gt 300 ]]
4222026-07-16T17:09:58.662Z++ sleep 1
4232026-07-16T17:09:59.666Z++ retry=9
4242026-07-16T17:09:59.669Z+++ svcs -Hostate baseline
4252026-07-16T17:09:59.680Z++ [[ offline* != online ]]
4262026-07-16T17:09:59.680Z++ [[ 9 -gt 300 ]]
4272026-07-16T17:09:59.680Z++ sleep 1
4282026-07-16T17:10:00.682Z++ retry=10
4292026-07-16T17:10:00.687Z+++ svcs -Hostate baseline
4302026-07-16T17:10:00.698Z++ [[ offline* != online ]]
4312026-07-16T17:10:00.698Z++ [[ 10 -gt 300 ]]
4322026-07-16T17:10:00.698Z++ sleep 1
4332026-07-16T17:10:01.700Z++ retry=11
4342026-07-16T17:10:01.705Z+++ svcs -Hostate baseline
4352026-07-16T17:10:01.717Z++ [[ offline* != online ]]
4362026-07-16T17:10:01.717Z++ [[ 11 -gt 300 ]]
4372026-07-16T17:10:01.717Z++ sleep 1
4382026-07-16T17:10:02.719Z++ retry=12
4392026-07-16T17:10:02.723Z+++ svcs -Hostate baseline
4402026-07-16T17:10:02.735Z++ [[ offline* != online ]]
4412026-07-16T17:10:02.735Z++ [[ 12 -gt 300 ]]
4422026-07-16T17:10:02.735Z++ sleep 1
4432026-07-16T17:10:03.780Z++ retry=13
4442026-07-16T17:10:03.796Z+++ svcs -Hostate baseline
4452026-07-16T17:10:03.797Z++ [[ offline* != online ]]
4462026-07-16T17:10:03.797Z++ [[ 13 -gt 300 ]]
4472026-07-16T17:10:03.797Z++ sleep 1
4482026-07-16T17:10:04.755Z++ retry=14
4492026-07-16T17:10:04.759Z+++ svcs -Hostate baseline
4502026-07-16T17:10:04.771Z++ [[ offline* != online ]]
4512026-07-16T17:10:04.771Z++ [[ 14 -gt 300 ]]
4522026-07-16T17:10:04.771Z++ sleep 1
4532026-07-16T17:10:05.775Z++ retry=15
4542026-07-16T17:10:05.783Z+++ svcs -Hostate baseline
4552026-07-16T17:10:05.791Z++ [[ offline* != online ]]
4562026-07-16T17:10:05.791Z++ [[ 15 -gt 300 ]]
4572026-07-16T17:10:05.791Z++ sleep 1
4582026-07-16T17:10:06.791Z++ retry=16
4592026-07-16T17:10:06.796Z+++ svcs -Hostate baseline
4602026-07-16T17:10:06.809Z++ [[ offline* != online ]]
4612026-07-16T17:10:06.809Z++ [[ 16 -gt 300 ]]
4622026-07-16T17:10:06.810Z++ sleep 1
4632026-07-16T17:10:07.811Z++ retry=17
4642026-07-16T17:10:07.815Z+++ svcs -Hostate baseline
4652026-07-16T17:10:07.828Z++ [[ offline* != online ]]
4662026-07-16T17:10:07.828Z++ [[ 17 -gt 300 ]]
4672026-07-16T17:10:07.828Z++ sleep 1
4682026-07-16T17:10:08.828Z++ retry=18
4692026-07-16T17:10:08.832Z+++ svcs -Hostate baseline
4702026-07-16T17:10:08.845Z++ [[ offline* != online ]]
4712026-07-16T17:10:08.845Z++ [[ 18 -gt 300 ]]
4722026-07-16T17:10:08.846Z++ sleep 1
4732026-07-16T17:10:09.847Z++ retry=19
4742026-07-16T17:10:09.850Z+++ svcs -Hostate baseline
4752026-07-16T17:10:09.863Z++ [[ offline* != online ]]
4762026-07-16T17:10:09.863Z++ [[ 19 -gt 300 ]]
4772026-07-16T17:10:09.864Z++ sleep 1
4782026-07-16T17:10:10.878Z++ retry=20
4792026-07-16T17:10:10.888Z+++ svcs -Hostate baseline
4802026-07-16T17:10:10.888Z++ [[ offline* != online ]]
4812026-07-16T17:10:10.888Z++ [[ 20 -gt 300 ]]
4822026-07-16T17:10:10.888Z++ sleep 1
4832026-07-16T17:10:11.884Z++ retry=21
4842026-07-16T17:10:11.891Z+++ svcs -Hostate baseline
4852026-07-16T17:10:11.906Z++ [[ offline* != online ]]
4862026-07-16T17:10:11.906Z++ [[ 21 -gt 300 ]]
4872026-07-16T17:10:11.906Z++ sleep 1
4882026-07-16T17:10:12.903Z++ retry=22
4892026-07-16T17:10:12.908Z+++ svcs -Hostate baseline
4902026-07-16T17:10:12.922Z++ [[ offline* != online ]]
4912026-07-16T17:10:12.922Z++ [[ 22 -gt 300 ]]
4922026-07-16T17:10:12.922Z++ sleep 1
4932026-07-16T17:10:13.924Z++ retry=23
4942026-07-16T17:10:13.930Z+++ svcs -Hostate baseline
4952026-07-16T17:10:13.941Z++ [[ offline* != online ]]
4962026-07-16T17:10:13.941Z++ [[ 23 -gt 300 ]]
4972026-07-16T17:10:13.941Z++ sleep 1
4982026-07-16T17:10:14.945Z++ retry=24
4992026-07-16T17:10:14.958Z+++ svcs -Hostate baseline
5002026-07-16T17:10:14.961Z++ [[ offline* != online ]]
5012026-07-16T17:10:14.962Z++ [[ 24 -gt 300 ]]
5022026-07-16T17:10:14.962Z++ sleep 1
5032026-07-16T17:10:15.961Z++ retry=25
5042026-07-16T17:10:15.966Z+++ svcs -Hostate baseline
5052026-07-16T17:10:15.978Z++ [[ offline* != online ]]
5062026-07-16T17:10:15.978Z++ [[ 25 -gt 300 ]]
5072026-07-16T17:10:15.987Z++ sleep 1
5082026-07-16T17:10:16.980Z++ retry=26
5092026-07-16T17:10:16.987Z+++ svcs -Hostate baseline
5102026-07-16T17:10:16.995Z++ [[ offline* != online ]]
5112026-07-16T17:10:16.995Z++ [[ 26 -gt 300 ]]
5122026-07-16T17:10:16.995Z++ sleep 1
5132026-07-16T17:10:18.019Z++ retry=27
5142026-07-16T17:10:18.029Z+++ svcs -Hostate baseline
5152026-07-16T17:10:18.029Z++ [[ offline* != online ]]
5162026-07-16T17:10:18.029Z++ [[ 27 -gt 300 ]]
5172026-07-16T17:10:18.030Z++ sleep 1
5182026-07-16T17:10:19.021Z++ retry=28
5192026-07-16T17:10:19.025Z+++ svcs -Hostate baseline
5202026-07-16T17:10:19.038Z++ [[ offline* != online ]]
5212026-07-16T17:10:19.038Z++ [[ 28 -gt 300 ]]
5222026-07-16T17:10:19.042Z++ sleep 1
5232026-07-16T17:10:20.036Z++ retry=29
5242026-07-16T17:10:20.045Z+++ svcs -Hostate baseline
5252026-07-16T17:10:20.051Z++ [[ offline* != online ]]
5262026-07-16T17:10:20.051Z++ [[ 29 -gt 300 ]]
5272026-07-16T17:10:20.051Z++ sleep 1
5282026-07-16T17:10:21.066Z++ retry=30
5292026-07-16T17:10:21.085Z+++ svcs -Hostate baseline
5302026-07-16T17:10:21.085Z++ [[ offline* != online ]]
5312026-07-16T17:10:21.085Z++ [[ 30 -gt 300 ]]
5322026-07-16T17:10:21.085Z++ sleep 1
5332026-07-16T17:10:22.078Z++ retry=31
5342026-07-16T17:10:22.085Z+++ svcs -Hostate baseline
5352026-07-16T17:10:22.089Z++ [[ offline* != online ]]
5362026-07-16T17:10:22.089Z++ [[ 31 -gt 300 ]]
5372026-07-16T17:10:22.089Z++ sleep 1
5382026-07-16T17:10:23.097Z++ retry=32
5392026-07-16T17:10:23.145Z+++ svcs -Hostate baseline
5402026-07-16T17:10:23.161Z++ [[ offline* != online ]]
5412026-07-16T17:10:23.161Z++ [[ 32 -gt 300 ]]
5422026-07-16T17:10:23.161Z++ sleep 1
5432026-07-16T17:10:24.111Z++ retry=33
5442026-07-16T17:10:24.118Z+++ svcs -Hostate baseline
5452026-07-16T17:10:24.127Z++ [[ offline* != online ]]
5462026-07-16T17:10:24.127Z++ [[ 33 -gt 300 ]]
5472026-07-16T17:10:24.127Z++ sleep 1
5482026-07-16T17:10:25.128Z++ retry=34
5492026-07-16T17:10:25.131Z+++ svcs -Hostate baseline
5502026-07-16T17:10:25.145Z++ [[ offline* != online ]]
5512026-07-16T17:10:25.145Z++ [[ 34 -gt 300 ]]
5522026-07-16T17:10:25.145Z++ sleep 1
5532026-07-16T17:10:26.180Z++ retry=35
5542026-07-16T17:10:26.193Z+++ svcs -Hostate baseline
5552026-07-16T17:10:26.193Z++ [[ offline* != online ]]
5562026-07-16T17:10:26.193Z++ [[ 35 -gt 300 ]]
5572026-07-16T17:10:26.193Z++ sleep 1
5582026-07-16T17:10:27.164Z++ retry=36
5592026-07-16T17:10:27.168Z+++ svcs -Hostate baseline
5602026-07-16T17:10:27.181Z++ [[ offline* != online ]]
5612026-07-16T17:10:27.181Z++ [[ 36 -gt 300 ]]
5622026-07-16T17:10:27.181Z++ sleep 1
5632026-07-16T17:10:28.185Z++ retry=37
5642026-07-16T17:10:28.190Z+++ svcs -Hostate baseline
5652026-07-16T17:10:28.202Z++ [[ offline* != online ]]
5662026-07-16T17:10:28.202Z++ [[ 37 -gt 300 ]]
5672026-07-16T17:10:28.202Z++ sleep 1
5682026-07-16T17:10:29.201Z++ retry=38
5692026-07-16T17:10:29.205Z+++ svcs -Hostate baseline
5702026-07-16T17:10:29.221Z++ [[ offline* != online ]]
5712026-07-16T17:10:29.222Z++ [[ 38 -gt 300 ]]
5722026-07-16T17:10:29.222Z++ sleep 1
5732026-07-16T17:10:30.219Z++ retry=39
5742026-07-16T17:10:30.223Z+++ svcs -Hostate baseline
5752026-07-16T17:10:30.235Z++ [[ offline* != online ]]
5762026-07-16T17:10:30.236Z++ [[ 39 -gt 300 ]]
5772026-07-16T17:10:30.236Z++ sleep 1
5782026-07-16T17:10:31.238Z++ retry=40
5792026-07-16T17:10:31.242Z+++ svcs -Hostate baseline
5802026-07-16T17:10:31.256Z++ [[ offline* != online ]]
5812026-07-16T17:10:31.256Z++ [[ 40 -gt 300 ]]
5822026-07-16T17:10:31.256Z++ sleep 1
5832026-07-16T17:10:32.256Z++ retry=41
5842026-07-16T17:10:32.260Z+++ svcs -Hostate baseline
5852026-07-16T17:10:32.273Z++ [[ offline* != online ]]
5862026-07-16T17:10:32.273Z++ [[ 41 -gt 300 ]]
5872026-07-16T17:10:32.273Z++ sleep 1
5882026-07-16T17:10:33.279Z++ retry=42
5892026-07-16T17:10:33.287Z+++ svcs -Hostate baseline
5902026-07-16T17:10:33.293Z++ [[ offline* != online ]]
5912026-07-16T17:10:33.295Z++ [[ 42 -gt 300 ]]
5922026-07-16T17:10:33.295Z++ sleep 1
5932026-07-16T17:10:34.296Z++ retry=43
5942026-07-16T17:10:34.366Z+++ svcs -Hostate baseline
5952026-07-16T17:10:34.366Z++ [[ offline* != online ]]
5962026-07-16T17:10:34.366Z++ [[ 43 -gt 300 ]]
5972026-07-16T17:10:34.367Z++ sleep 1
5982026-07-16T17:10:35.312Z++ retry=44
5992026-07-16T17:10:35.315Z+++ svcs -Hostate baseline
6002026-07-16T17:10:35.330Z++ [[ offline* != online ]]
6012026-07-16T17:10:35.330Z++ [[ 44 -gt 300 ]]
6022026-07-16T17:10:35.330Z++ sleep 1
6032026-07-16T17:10:36.330Z++ retry=45
6042026-07-16T17:10:36.335Z+++ svcs -Hostate baseline
6052026-07-16T17:10:36.347Z++ [[ offline* != online ]]
6062026-07-16T17:10:36.347Z++ [[ 45 -gt 300 ]]
6072026-07-16T17:10:36.347Z++ sleep 1
6082026-07-16T17:10:37.349Z++ retry=46
6092026-07-16T17:10:37.355Z+++ svcs -Hostate baseline
6102026-07-16T17:10:37.365Z++ [[ offline* != online ]]
6112026-07-16T17:10:37.365Z++ [[ 46 -gt 300 ]]
6122026-07-16T17:10:37.365Z++ sleep 1
6132026-07-16T17:10:38.368Z++ retry=47
6142026-07-16T17:10:38.373Z+++ svcs -Hostate baseline
6152026-07-16T17:10:38.386Z++ [[ offline* != online ]]
6162026-07-16T17:10:38.386Z++ [[ 47 -gt 300 ]]
6172026-07-16T17:10:38.386Z++ sleep 1
6182026-07-16T17:10:39.385Z++ retry=48
6192026-07-16T17:10:39.388Z+++ svcs -Hostate baseline
6202026-07-16T17:10:39.401Z++ [[ offline* != online ]]
6212026-07-16T17:10:39.401Z++ [[ 48 -gt 300 ]]
6222026-07-16T17:10:39.401Z++ sleep 1
6232026-07-16T17:10:40.404Z++ retry=49
6242026-07-16T17:10:40.407Z+++ svcs -Hostate baseline
6252026-07-16T17:10:40.420Z++ [[ offline* != online ]]
6262026-07-16T17:10:40.420Z++ [[ 49 -gt 300 ]]
6272026-07-16T17:10:40.420Z++ sleep 1
6282026-07-16T17:10:41.425Z++ retry=50
6292026-07-16T17:10:41.428Z+++ svcs -Hostate baseline
6302026-07-16T17:10:41.438Z++ [[ offline* != online ]]
6312026-07-16T17:10:41.438Z++ [[ 50 -gt 300 ]]
6322026-07-16T17:10:41.438Z++ sleep 1
6332026-07-16T17:10:42.442Z++ retry=51
6342026-07-16T17:10:42.457Z+++ svcs -Hostate baseline
6352026-07-16T17:10:42.463Z++ [[ offline* != online ]]
6362026-07-16T17:10:42.463Z++ [[ 51 -gt 300 ]]
6372026-07-16T17:10:42.463Z++ sleep 1
6382026-07-16T17:10:43.459Z++ retry=52
6392026-07-16T17:10:43.463Z+++ svcs -Hostate baseline
6402026-07-16T17:10:43.476Z++ [[ offline* != online ]]
6412026-07-16T17:10:43.476Z++ [[ 52 -gt 300 ]]
6422026-07-16T17:10:43.476Z++ sleep 1
6432026-07-16T17:10:44.477Z++ retry=53
6442026-07-16T17:10:44.482Z+++ svcs -Hostate baseline
6452026-07-16T17:10:44.493Z++ [[ offline* != online ]]
6462026-07-16T17:10:44.493Z++ [[ 53 -gt 300 ]]
6472026-07-16T17:10:44.493Z++ sleep 1
6482026-07-16T17:10:45.495Z++ retry=54
6492026-07-16T17:10:45.500Z+++ svcs -Hostate baseline
6502026-07-16T17:10:45.511Z++ [[ offline* != online ]]
6512026-07-16T17:10:45.511Z++ [[ 54 -gt 300 ]]
6522026-07-16T17:10:45.511Z++ sleep 1
6532026-07-16T17:10:46.515Z++ retry=55
6542026-07-16T17:10:46.518Z+++ svcs -Hostate baseline
6552026-07-16T17:10:46.531Z++ [[ offline* != online ]]
6562026-07-16T17:10:46.531Z++ [[ 55 -gt 300 ]]
6572026-07-16T17:10:46.532Z++ sleep 1
6582026-07-16T17:10:47.532Z++ retry=56
6592026-07-16T17:10:47.535Z+++ svcs -Hostate baseline
6602026-07-16T17:10:47.548Z++ [[ offline* != online ]]
6612026-07-16T17:10:47.548Z++ [[ 56 -gt 300 ]]
6622026-07-16T17:10:47.548Z++ sleep 1
6632026-07-16T17:10:48.551Z++ retry=57
6642026-07-16T17:10:48.554Z+++ svcs -Hostate baseline
6652026-07-16T17:10:48.567Z++ [[ offline* != online ]]
6662026-07-16T17:10:48.567Z++ [[ 57 -gt 300 ]]
6672026-07-16T17:10:48.567Z++ sleep 1
6682026-07-16T17:10:49.569Z++ retry=58
6692026-07-16T17:10:49.572Z+++ svcs -Hostate baseline
6702026-07-16T17:10:49.585Z++ [[ offline* != online ]]
6712026-07-16T17:10:49.585Z++ [[ 58 -gt 300 ]]
6722026-07-16T17:10:49.585Z++ sleep 1
6732026-07-16T17:10:50.587Z++ retry=59
6742026-07-16T17:10:50.592Z+++ svcs -Hostate baseline
6752026-07-16T17:10:50.604Z++ [[ offline* != online ]]
6762026-07-16T17:10:50.604Z++ [[ 59 -gt 300 ]]
6772026-07-16T17:10:50.604Z++ sleep 1
6782026-07-16T17:10:51.609Z++ retry=60
6792026-07-16T17:10:51.613Z+++ svcs -Hostate baseline
6802026-07-16T17:10:51.627Z++ [[ offline* != online ]]
6812026-07-16T17:10:51.627Z++ [[ 60 -gt 300 ]]
6822026-07-16T17:10:51.627Z++ sleep 1
6832026-07-16T17:10:52.625Z++ retry=61
6842026-07-16T17:10:52.639Z+++ svcs -Hostate baseline
6852026-07-16T17:10:52.642Z++ [[ offline* != online ]]
6862026-07-16T17:10:52.642Z++ [[ 61 -gt 300 ]]
6872026-07-16T17:10:52.643Z++ sleep 1
6882026-07-16T17:10:53.656Z++ retry=62
6892026-07-16T17:10:53.680Z+++ svcs -Hostate baseline
6902026-07-16T17:10:53.680Z++ [[ offline* != online ]]
6912026-07-16T17:10:53.680Z++ [[ 62 -gt 300 ]]
6922026-07-16T17:10:53.681Z++ sleep 1
6932026-07-16T17:10:54.663Z++ retry=63
6942026-07-16T17:10:54.672Z+++ svcs -Hostate baseline
6952026-07-16T17:10:54.678Z++ [[ offline* != online ]]
6962026-07-16T17:10:54.678Z++ [[ 63 -gt 300 ]]
6972026-07-16T17:10:54.678Z++ sleep 1
6982026-07-16T17:10:55.681Z++ retry=64
6992026-07-16T17:10:55.692Z+++ svcs -Hostate baseline
7002026-07-16T17:10:55.698Z++ [[ offline* != online ]]
7012026-07-16T17:10:55.698Z++ [[ 64 -gt 300 ]]
7022026-07-16T17:10:55.698Z++ sleep 1
7032026-07-16T17:10:56.698Z++ retry=65
7042026-07-16T17:10:56.702Z+++ svcs -Hostate baseline
7052026-07-16T17:10:56.714Z++ [[ offline* != online ]]
7062026-07-16T17:10:56.715Z++ [[ 65 -gt 300 ]]
7072026-07-16T17:10:56.715Z++ sleep 1
7082026-07-16T17:10:57.717Z++ retry=66
7092026-07-16T17:10:57.721Z+++ svcs -Hostate baseline
7102026-07-16T17:10:57.733Z++ [[ offline* != online ]]
7112026-07-16T17:10:57.733Z++ [[ 66 -gt 300 ]]
7122026-07-16T17:10:57.733Z++ sleep 1
7132026-07-16T17:10:58.735Z++ retry=67
7142026-07-16T17:10:58.739Z+++ svcs -Hostate baseline
7152026-07-16T17:10:58.751Z++ [[ offline* != online ]]
7162026-07-16T17:10:58.752Z++ [[ 67 -gt 300 ]]
7172026-07-16T17:10:58.752Z++ sleep 1
7182026-07-16T17:10:59.754Z++ retry=68
7192026-07-16T17:10:59.757Z+++ svcs -Hostate baseline
7202026-07-16T17:10:59.771Z++ [[ offline* != online ]]
7212026-07-16T17:10:59.771Z++ [[ 68 -gt 300 ]]
7222026-07-16T17:10:59.771Z++ sleep 1
7232026-07-16T17:11:00.773Z++ retry=69
7242026-07-16T17:11:00.776Z+++ svcs -Hostate baseline
7252026-07-16T17:11:00.789Z++ [[ offline* != online ]]
7262026-07-16T17:11:00.789Z++ [[ 69 -gt 300 ]]
7272026-07-16T17:11:00.789Z++ sleep 1
7282026-07-16T17:11:01.791Z++ retry=70
7292026-07-16T17:11:01.795Z+++ svcs -Hostate baseline
7302026-07-16T17:11:01.809Z++ [[ offline* != online ]]
7312026-07-16T17:11:01.809Z++ [[ 70 -gt 300 ]]
7322026-07-16T17:11:01.809Z++ sleep 1
7332026-07-16T17:11:02.811Z++ retry=71
7342026-07-16T17:11:02.811Z+++ svcs -Hostate baseline
7352026-07-16T17:11:02.826Z++ [[ offline* != online ]]
7362026-07-16T17:11:02.827Z++ [[ 71 -gt 300 ]]
7372026-07-16T17:11:02.827Z++ sleep 1
7382026-07-16T17:11:03.827Z++ retry=72
7392026-07-16T17:11:03.832Z+++ svcs -Hostate baseline
7402026-07-16T17:11:03.843Z++ [[ offline* != online ]]
7412026-07-16T17:11:03.844Z++ [[ 72 -gt 300 ]]
7422026-07-16T17:11:03.844Z++ sleep 1
7432026-07-16T17:11:04.847Z++ retry=73
7442026-07-16T17:11:04.857Z+++ svcs -Hostate baseline
7452026-07-16T17:11:04.862Z++ [[ offline* != online ]]
7462026-07-16T17:11:04.862Z++ [[ 73 -gt 300 ]]
7472026-07-16T17:11:04.862Z++ sleep 1
7482026-07-16T17:11:05.865Z++ retry=74
7492026-07-16T17:11:05.868Z+++ svcs -Hostate baseline
7502026-07-16T17:11:05.883Z++ [[ offline* != online ]]
7512026-07-16T17:11:05.883Z++ [[ 74 -gt 300 ]]
7522026-07-16T17:11:05.883Z++ sleep 1
7532026-07-16T17:11:06.890Z++ retry=75
7542026-07-16T17:11:06.895Z+++ svcs -Hostate baseline
7552026-07-16T17:11:06.900Z++ [[ offline* != online ]]
7562026-07-16T17:11:06.900Z++ [[ 75 -gt 300 ]]
7572026-07-16T17:11:06.901Z++ sleep 1
7582026-07-16T17:11:07.902Z++ retry=76
7592026-07-16T17:11:07.909Z+++ svcs -Hostate baseline
7602026-07-16T17:11:07.918Z++ [[ offline* != online ]]
7612026-07-16T17:11:07.918Z++ [[ 76 -gt 300 ]]
7622026-07-16T17:11:07.918Z++ sleep 1
7632026-07-16T17:11:08.920Z++ retry=77
7642026-07-16T17:11:08.924Z+++ svcs -Hostate baseline
7652026-07-16T17:11:08.937Z++ [[ offline* != online ]]
7662026-07-16T17:11:08.937Z++ [[ 77 -gt 300 ]]
7672026-07-16T17:11:08.937Z++ sleep 1
7682026-07-16T17:11:09.939Z++ retry=78
7692026-07-16T17:11:09.942Z+++ svcs -Hostate baseline
7702026-07-16T17:11:09.955Z++ [[ offline* != online ]]
7712026-07-16T17:11:09.955Z++ [[ 78 -gt 300 ]]
7722026-07-16T17:11:09.955Z++ sleep 1
7732026-07-16T17:11:10.960Z++ retry=79
7742026-07-16T17:11:10.964Z+++ svcs -Hostate baseline
7752026-07-16T17:11:10.975Z++ [[ offline* != online ]]
7762026-07-16T17:11:10.975Z++ [[ 79 -gt 300 ]]
7772026-07-16T17:11:10.975Z++ sleep 1
7782026-07-16T17:11:11.975Z++ retry=80
7792026-07-16T17:11:11.980Z+++ svcs -Hostate baseline
7802026-07-16T17:11:11.991Z++ [[ offline* != online ]]
7812026-07-16T17:11:11.991Z++ [[ 80 -gt 300 ]]
7822026-07-16T17:11:11.991Z++ sleep 1
7832026-07-16T17:11:12.994Z++ retry=81
7842026-07-16T17:11:12.998Z+++ svcs -Hostate baseline
7852026-07-16T17:11:13.010Z++ [[ offline* != online ]]
7862026-07-16T17:11:13.010Z++ [[ 81 -gt 300 ]]
7872026-07-16T17:11:13.010Z++ sleep 1
7882026-07-16T17:11:14.015Z++ retry=82
7892026-07-16T17:11:14.018Z+++ svcs -Hostate baseline
7902026-07-16T17:11:14.029Z++ [[ offline* != online ]]
7912026-07-16T17:11:14.029Z++ [[ 82 -gt 300 ]]
7922026-07-16T17:11:14.029Z++ sleep 1
7932026-07-16T17:11:15.070Z++ retry=83
7942026-07-16T17:11:15.087Z+++ svcs -Hostate baseline
7952026-07-16T17:11:15.087Z++ [[ offline* != online ]]
7962026-07-16T17:11:15.087Z++ [[ 83 -gt 300 ]]
7972026-07-16T17:11:15.087Z++ sleep 1
7982026-07-16T17:11:16.049Z++ retry=84
7992026-07-16T17:11:16.054Z+++ svcs -Hostate baseline
8002026-07-16T17:11:16.065Z++ [[ offline* != online ]]
8012026-07-16T17:11:16.065Z++ [[ 84 -gt 300 ]]
8022026-07-16T17:11:16.065Z++ sleep 1
8032026-07-16T17:11:17.067Z++ retry=85
8042026-07-16T17:11:17.072Z+++ svcs -Hostate baseline
8052026-07-16T17:11:17.086Z++ [[ offline* != online ]]
8062026-07-16T17:11:17.086Z++ [[ 85 -gt 300 ]]
8072026-07-16T17:11:17.086Z++ sleep 1
8082026-07-16T17:11:18.086Z++ retry=86
8092026-07-16T17:11:18.089Z+++ svcs -Hostate baseline
8102026-07-16T17:11:18.103Z++ [[ offline* != online ]]
8112026-07-16T17:11:18.103Z++ [[ 86 -gt 300 ]]
8122026-07-16T17:11:18.103Z++ sleep 1
8132026-07-16T17:11:19.105Z++ retry=87
8142026-07-16T17:11:19.108Z+++ svcs -Hostate baseline
8152026-07-16T17:11:19.120Z++ [[ offline* != online ]]
8162026-07-16T17:11:19.120Z++ [[ 87 -gt 300 ]]
8172026-07-16T17:11:19.120Z++ sleep 1
8182026-07-16T17:11:20.122Z++ retry=88
8192026-07-16T17:11:20.126Z+++ svcs -Hostate baseline
8202026-07-16T17:11:20.141Z++ [[ offline* != online ]]
8212026-07-16T17:11:20.142Z++ [[ 88 -gt 300 ]]
8222026-07-16T17:11:20.142Z++ sleep 1
8232026-07-16T17:11:21.143Z++ retry=89
8242026-07-16T17:11:21.147Z+++ svcs -Hostate baseline
8252026-07-16T17:11:21.159Z++ [[ offline* != online ]]
8262026-07-16T17:11:21.159Z++ [[ 89 -gt 300 ]]
8272026-07-16T17:11:21.159Z++ sleep 1
8282026-07-16T17:11:22.159Z++ retry=90
8292026-07-16T17:11:22.162Z+++ svcs -Hostate baseline
8302026-07-16T17:11:22.175Z++ [[ offline* != online ]]
8312026-07-16T17:11:22.175Z++ [[ 90 -gt 300 ]]
8322026-07-16T17:11:22.175Z++ sleep 1
8332026-07-16T17:11:23.178Z++ retry=91
8342026-07-16T17:11:23.180Z+++ svcs -Hostate baseline
8352026-07-16T17:11:23.195Z++ [[ offline* != online ]]
8362026-07-16T17:11:23.195Z++ [[ 91 -gt 300 ]]
8372026-07-16T17:11:23.195Z++ sleep 1
8382026-07-16T17:11:24.195Z++ retry=92
8392026-07-16T17:11:24.199Z+++ svcs -Hostate baseline
8402026-07-16T17:11:24.211Z++ [[ offline* != online ]]
8412026-07-16T17:11:24.211Z++ [[ 92 -gt 300 ]]
8422026-07-16T17:11:24.211Z++ sleep 1
8432026-07-16T17:11:25.214Z++ retry=93
8442026-07-16T17:11:25.217Z+++ svcs -Hostate baseline
8452026-07-16T17:11:25.229Z++ [[ offline* != online ]]
8462026-07-16T17:11:25.229Z++ [[ 93 -gt 300 ]]
8472026-07-16T17:11:25.229Z++ sleep 1
8482026-07-16T17:11:26.232Z++ retry=94
8492026-07-16T17:11:26.236Z+++ svcs -Hostate baseline
8502026-07-16T17:11:26.247Z++ [[ offline* != online ]]
8512026-07-16T17:11:26.247Z++ [[ 94 -gt 300 ]]
8522026-07-16T17:11:26.247Z++ sleep 1
8532026-07-16T17:11:27.252Z++ retry=95
8542026-07-16T17:11:27.255Z+++ svcs -Hostate baseline
8552026-07-16T17:11:27.264Z++ [[ offline* != online ]]
8562026-07-16T17:11:27.265Z++ [[ 95 -gt 300 ]]
8572026-07-16T17:11:27.265Z++ sleep 1
8582026-07-16T17:11:28.280Z++ retry=96
8592026-07-16T17:11:28.287Z+++ svcs -Hostate baseline
8602026-07-16T17:11:28.287Z++ [[ offline* != online ]]
8612026-07-16T17:11:28.287Z++ [[ 96 -gt 300 ]]
8622026-07-16T17:11:28.287Z++ sleep 1
8632026-07-16T17:11:29.306Z++ retry=97
8642026-07-16T17:11:29.319Z+++ svcs -Hostate baseline
8652026-07-16T17:11:29.319Z++ [[ offline* != online ]]
8662026-07-16T17:11:29.319Z++ [[ 97 -gt 300 ]]
8672026-07-16T17:11:29.319Z++ sleep 1
8682026-07-16T17:11:30.303Z++ retry=98
8692026-07-16T17:11:30.306Z+++ svcs -Hostate baseline
8702026-07-16T17:11:30.318Z++ [[ offline* != online ]]
8712026-07-16T17:11:30.318Z++ [[ 98 -gt 300 ]]
8722026-07-16T17:11:30.318Z++ sleep 1
8732026-07-16T17:11:31.320Z++ retry=99
8742026-07-16T17:11:31.324Z+++ svcs -Hostate baseline
8752026-07-16T17:11:31.337Z++ [[ offline* != online ]]
8762026-07-16T17:11:31.337Z++ [[ 99 -gt 300 ]]
8772026-07-16T17:11:31.337Z++ sleep 1
8782026-07-16T17:11:32.338Z++ retry=100
8792026-07-16T17:11:32.342Z+++ svcs -Hostate baseline
8802026-07-16T17:11:32.354Z++ [[ offline* != online ]]
8812026-07-16T17:11:32.354Z++ [[ 100 -gt 300 ]]
8822026-07-16T17:11:32.354Z++ sleep 1
8832026-07-16T17:11:33.357Z++ retry=101
8842026-07-16T17:11:33.364Z+++ svcs -Hostate baseline
8852026-07-16T17:11:33.407Z++ [[ offline* != online ]]
8862026-07-16T17:11:33.407Z++ [[ 101 -gt 300 ]]
8872026-07-16T17:11:33.407Z++ sleep 1
8882026-07-16T17:11:34.374Z++ retry=102
8892026-07-16T17:11:34.378Z+++ svcs -Hostate baseline
8902026-07-16T17:11:34.390Z++ [[ offline* != online ]]
8912026-07-16T17:11:34.390Z++ [[ 102 -gt 300 ]]
8922026-07-16T17:11:34.390Z++ sleep 1
8932026-07-16T17:11:35.397Z++ retry=103
8942026-07-16T17:11:35.404Z+++ svcs -Hostate baseline
8952026-07-16T17:11:35.412Z++ [[ offline* != online ]]
8962026-07-16T17:11:35.413Z++ [[ 103 -gt 300 ]]
8972026-07-16T17:11:35.413Z++ sleep 1
8982026-07-16T17:11:36.409Z++ retry=104
8992026-07-16T17:11:36.413Z+++ svcs -Hostate baseline
9002026-07-16T17:11:36.426Z++ [[ offline* != online ]]
9012026-07-16T17:11:36.426Z++ [[ 104 -gt 300 ]]
9022026-07-16T17:11:36.426Z++ sleep 1
9032026-07-16T17:11:37.428Z++ retry=105
9042026-07-16T17:11:37.434Z+++ svcs -Hostate baseline
9052026-07-16T17:11:37.444Z++ [[ offline* != online ]]
9062026-07-16T17:11:37.444Z++ [[ 105 -gt 300 ]]
9072026-07-16T17:11:37.444Z++ sleep 1
9082026-07-16T17:11:38.446Z++ retry=106
9092026-07-16T17:11:38.449Z+++ svcs -Hostate baseline
9102026-07-16T17:11:38.462Z++ [[ online != online ]]
9112026-07-16T17:11:38.462Z++ set -o errexit
9122026-07-16T17:11:38.462Z++ set -o pipefail
9132026-07-16T17:11:38.462Z++ banner build
9142026-07-16T17:11:38.465Z
9152026-07-16T17:11:38.465Z ##### # # # # #####
9162026-07-16T17:11:38.465Z # # # # # # # #
9172026-07-16T17:11:38.465Z ##### # # # # # #
9182026-07-16T17:11:38.465Z # # # # # # # #
9192026-07-16T17:11:38.465Z # # # # # # # #
9202026-07-16T17:11:38.465Z ##### #### # ###### #####
9212026-07-16T17:11:38.465Z
9222026-07-16T17:11:38.465Z++ cargo build --release --bin ddmd --bin ddmadm
9232026-07-16T17:11:38.469Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9242026-07-16T17:11:38.615Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9252026-07-16T17:11:38.618Zinfo: downloading 6 components
9262026-07-16T17:11:53.173Z Updating git repository `https://github.com/oxidecomputer/falcon`
9272026-07-16T17:11:53.769ZFrom https://github.com/oxidecomputer/falcon
9282026-07-16T17:11:53.769Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9292026-07-16T17:11:53.861Z Updating crates.io index
9302026-07-16T17:11:53.873Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9312026-07-16T17:11:54.258ZFrom https://github.com/oxidecomputer/dendrite
9322026-07-16T17:11:54.258Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
9332026-07-16T17:11:54.290Z Updating git repository `https://github.com/oxidecomputer/ispf`
9342026-07-16T17:11:54.606ZFrom https://github.com/oxidecomputer/ispf
9352026-07-16T17:11:54.606Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9362026-07-16T17:11:54.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9372026-07-16T17:11:55.367ZFrom https://github.com/oxidecomputer/netadm-sys
9382026-07-16T17:11:55.367Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9392026-07-16T17:11:55.374Z Updating git repository `https://github.com/oxidecomputer/omicron`
9402026-07-16T17:12:01.684ZFrom https://github.com/oxidecomputer/omicron
9412026-07-16T17:12:01.684Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9422026-07-16T17:12:02.117Z Updating git repository `https://github.com/oxidecomputer/opte`
9432026-07-16T17:12:02.806ZFrom https://github.com/oxidecomputer/opte
9442026-07-16T17:12:02.806Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
9452026-07-16T17:12:02.837Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9462026-07-16T17:12:03.122ZFrom https://github.com/oxidecomputer/slog-error-chain
9472026-07-16T17:12:03.122Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9482026-07-16T17:12:03.131Z Updating git repository `https://github.com/illumos/smf-rs`
9492026-07-16T17:12:03.389ZFrom https://github.com/illumos/smf-rs
9502026-07-16T17:12:03.389Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9512026-07-16T17:12:03.396Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9522026-07-16T17:12:03.718ZFrom https://github.com/oxidecomputer/network-interface
9532026-07-16T17:12:03.718Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9542026-07-16T17:12:03.723Z Updating git repository `https://github.com/oxidecomputer/zone`
9552026-07-16T17:12:03.975ZFrom https://github.com/oxidecomputer/zone
9562026-07-16T17:12:03.975Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9572026-07-16T17:12:03.981Z Updating git repository `https://github.com/oxidecomputer/propolis`
9582026-07-16T17:12:04.630ZFrom https://github.com/oxidecomputer/propolis
9592026-07-16T17:12:04.630Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9602026-07-16T17:12:04.672Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9612026-07-16T17:12:05.198ZFrom https://github.com/oxidecomputer/transceiver-control
9622026-07-16T17:12:05.198Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9632026-07-16T17:12:05.208Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9642026-07-16T17:12:05.502ZFrom https://github.com/oxidecomputer/dlpi-sys
9652026-07-16T17:12:05.502Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9662026-07-16T17:12:05.509Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9672026-07-16T17:12:05.885ZFrom https://github.com/jmesmon/rust-libzfs
9682026-07-16T17:12:05.885Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9692026-07-16T17:12:05.892Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9702026-07-16T17:12:06.160ZFrom https://github.com/oxidecomputer/rusty-doors
9712026-07-16T17:12:06.160Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9722026-07-16T17:12:06.165Z Updating git repository `https://github.com/oxidecomputer/lldp`
9732026-07-16T17:12:06.506ZFrom https://github.com/oxidecomputer/lldp
9742026-07-16T17:12:06.506Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9752026-07-16T17:12:06.518Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9762026-07-16T17:12:06.839ZFrom https://github.com/oxidecomputer/tufaceous
9772026-07-16T17:12:06.839Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9782026-07-16T17:12:06.848Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9792026-07-16T17:12:07.301ZFrom https://github.com/oxidecomputer/management-gateway-service
9802026-07-16T17:12:07.301Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9812026-07-16T17:12:07.313Z Updating git repository `https://github.com/oxidecomputer/crucible`
9822026-07-16T17:12:08.370ZFrom https://github.com/oxidecomputer/crucible
9832026-07-16T17:12:08.370Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9842026-07-16T17:12:08.413Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9852026-07-16T17:12:08.695ZFrom https://github.com/oxidecomputer/serde_human_bytes
9862026-07-16T17:12:08.695Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9872026-07-16T17:12:08.705Z Updating git repository `https://github.com/oxidecomputer/propolis`
9882026-07-16T17:12:09.180ZFrom https://github.com/oxidecomputer/propolis
9892026-07-16T17:12:09.180Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9902026-07-16T17:12:09.223Z Updating git repository `https://github.com/oxidecomputer/crucible`
9912026-07-16T17:12:09.931ZFrom https://github.com/oxidecomputer/crucible
9922026-07-16T17:12:09.931Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9932026-07-16T17:12:09.996Z Updating git repository `https://github.com/oxidecomputer/tofino`
9942026-07-16T17:12:10.367ZFrom https://github.com/oxidecomputer/tofino
9952026-07-16T17:12:10.367Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9962026-07-16T17:12:10.377Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9972026-07-16T17:12:11.090ZFrom https://github.com/oxidecomputer/maghemite
9982026-07-16T17:12:11.090Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9992026-07-16T17:12:11.122Z Updating git repository `https://github.com/oxidecomputer/clickward`
10002026-07-16T17:12:11.401ZFrom https://github.com/oxidecomputer/clickward
10012026-07-16T17:12:11.401Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10022026-07-16T17:12:11.407Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10032026-07-16T17:12:11.675ZFrom https://github.com/oxidecomputer/illumos-devinfo
10042026-07-16T17:12:11.675Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10052026-07-16T17:12:13.755Z Downloading crates ...
10062026-07-16T17:12:13.803Z Downloaded adler2 v2.0.1
10072026-07-16T17:12:13.806Z Downloaded anstyle v1.0.14
10082026-07-16T17:12:13.815Z Downloaded arc-swap v1.9.1
10092026-07-16T17:12:13.818Z Downloaded async-stream-impl v0.3.6
10102026-07-16T17:12:13.823Z Downloaded equivalent v1.0.2
10112026-07-16T17:12:13.826Z Downloaded base16ct v1.0.0
10122026-07-16T17:12:13.826Z Downloaded bit-set v0.8.0
10132026-07-16T17:12:13.829Z Downloaded debug-ignore v1.0.5
10142026-07-16T17:12:13.832Z Downloaded darling v0.23.0
10152026-07-16T17:12:13.835Z Downloaded futures-task v0.3.32
10162026-07-16T17:12:13.840Z Downloaded defmt-macros v1.1.0
10172026-07-16T17:12:13.840Z Downloaded cfg_aliases v0.2.1
10182026-07-16T17:12:13.843Z Downloaded block-buffer v0.12.0
10192026-07-16T17:12:13.843Z Downloaded errno v0.3.14
10202026-07-16T17:12:13.843Z Downloaded float-ord v0.3.2
10212026-07-16T17:12:13.843Z Downloaded dof v0.3.0
10222026-07-16T17:12:13.843Z Downloaded fxhash v0.2.1
10232026-07-16T17:12:13.843Z Downloaded derive-ex v0.1.8
10242026-07-16T17:12:13.850Z Downloaded cfg-if v1.0.4
10252026-07-16T17:12:13.850Z Downloaded git-stub v1.0.0
10262026-07-16T17:12:13.850Z Downloaded cpufeatures v0.3.0
10272026-07-16T17:12:13.854Z Downloaded autocfg v1.5.1
10282026-07-16T17:12:13.854Z Downloaded anstream v1.0.0
10292026-07-16T17:12:13.854Z Downloaded darling_macro v0.23.0
10302026-07-16T17:12:13.854Z Downloaded async-stream v0.3.6
10312026-07-16T17:12:13.854Z Downloaded dtrace-parser v0.2.0
10322026-07-16T17:12:13.854Z Downloaded backon v1.6.0
10332026-07-16T17:12:13.857Z Downloaded globset v0.4.18
10342026-07-16T17:12:13.857Z Downloaded dropshot-api-manager-types v0.7.2
10352026-07-16T17:12:13.860Z Downloaded base16ct v0.2.0
10362026-07-16T17:12:13.860Z Downloaded atomicwrites v0.4.4
10372026-07-16T17:12:13.860Z Downloaded dunce v1.0.5
10382026-07-16T17:12:13.860Z Downloaded convert_case v0.4.0
10392026-07-16T17:12:13.863Z Downloaded dyn-clone v1.0.20
10402026-07-16T17:12:13.864Z Downloaded darling_macro v0.21.3
10412026-07-16T17:12:13.864Z Downloaded displaydoc v0.2.6
10422026-07-16T17:12:13.868Z Downloaded group v0.13.0
10432026-07-16T17:12:13.868Z Downloaded anstyle-query v1.1.5
10442026-07-16T17:12:13.868Z Downloaded digest v0.11.3
10452026-07-16T17:12:13.873Z Downloaded crypto-common v0.2.2
10462026-07-16T17:12:13.873Z Downloaded atomic-waker v1.1.2
10472026-07-16T17:12:13.873Z Downloaded ciborium-ll v0.2.2
10482026-07-16T17:12:13.873Z Downloaded aead v0.5.2
10492026-07-16T17:12:13.876Z Downloaded defmt-parser v1.0.0
10502026-07-16T17:12:13.876Z Downloaded dof v0.4.0
10512026-07-16T17:12:13.876Z Downloaded defmt v0.3.100
10522026-07-16T17:12:13.876Z Downloaded colorchoice v1.0.5
10532026-07-16T17:12:13.876Z Downloaded cobs v0.3.0
10542026-07-16T17:12:13.876Z Downloaded foreign-types v0.5.0
10552026-07-16T17:12:13.879Z Downloaded enum-as-inner v0.6.1
10562026-07-16T17:12:13.880Z Downloaded embedded-io v0.4.0
10572026-07-16T17:12:13.880Z Downloaded clap_lex v1.1.0
10582026-07-16T17:12:13.883Z Downloaded async-recursion v1.1.1
10592026-07-16T17:12:13.883Z Downloaded curve25519-dalek-derive v0.1.1
10602026-07-16T17:12:13.886Z Downloaded digest v0.10.7
10612026-07-16T17:12:13.886Z Downloaded erased-serde v0.3.31
10622026-07-16T17:12:13.886Z Downloaded either v1.16.0
10632026-07-16T17:12:13.890Z Downloaded deranged v0.5.8
10642026-07-16T17:12:13.890Z Downloaded data-encoding v2.11.0
10652026-07-16T17:12:13.890Z Downloaded chacha20 v0.9.1
10662026-07-16T17:12:13.893Z Downloaded block-buffer v0.10.4
10672026-07-16T17:12:13.893Z Downloaded base64ct v1.8.3
10682026-07-16T17:12:13.893Z Downloaded crypto-common v0.1.7
10692026-07-16T17:12:13.896Z Downloaded compression-core v0.4.32
10702026-07-16T17:12:13.896Z Downloaded fixedbitset v0.4.2
10712026-07-16T17:12:13.896Z Downloaded dropshot_endpoint v0.17.1
10722026-07-16T17:12:13.899Z Downloaded embedded-io v0.6.1
10732026-07-16T17:12:13.899Z Downloaded darling_core v0.21.3
10742026-07-16T17:12:13.902Z Downloaded heck v0.5.0
10752026-07-16T17:12:13.905Z Downloaded futures-core v0.3.32
10762026-07-16T17:12:13.905Z Downloaded crunchy v0.2.4
10772026-07-16T17:12:13.905Z Downloaded form_urlencoded v1.2.2
10782026-07-16T17:12:13.906Z Downloaded cpufeatures v0.2.17
10792026-07-16T17:12:13.908Z Downloaded foreign-types-shared v0.1.1
10802026-07-16T17:12:13.909Z Downloaded crucible-workspace-hack v0.1.0
10812026-07-16T17:12:13.909Z Downloaded heck v0.4.1
10822026-07-16T17:12:13.909Z Downloaded crc8 v0.1.1
10832026-07-16T17:12:13.912Z Downloaded hash32 v0.3.1
10842026-07-16T17:12:13.912Z Downloaded argon2 v0.5.3
10852026-07-16T17:12:13.912Z Downloaded const-random v0.1.18
10862026-07-16T17:12:13.915Z Downloaded bytecount v0.6.9
10872026-07-16T17:12:13.915Z Downloaded bitflags v2.12.1
10882026-07-16T17:12:13.919Z Downloaded futures-sink v0.3.32
10892026-07-16T17:12:13.919Z Downloaded const-random-macro v0.1.16
10902026-07-16T17:12:13.919Z Downloaded hubpack v0.1.2
10912026-07-16T17:12:13.919Z Downloaded http-body v1.0.1
10922026-07-16T17:12:13.922Z Downloaded cstr-argument v0.1.2
10932026-07-16T17:12:13.922Z Downloaded foreign-types-macros v0.2.3
10942026-07-16T17:12:13.922Z Downloaded ciborium-io v0.2.2
10952026-07-16T17:12:13.923Z Downloaded camino-tempfile v1.4.1
10962026-07-16T17:12:13.926Z Downloaded futures-io v0.3.32
10972026-07-16T17:12:13.926Z Downloaded hubpack_derive v0.1.1
10982026-07-16T17:12:13.926Z Downloaded hostname v0.4.2
10992026-07-16T17:12:13.926Z Downloaded backoff v0.4.0
11002026-07-16T17:12:13.929Z Downloaded hostname v0.3.1
11012026-07-16T17:12:13.929Z Downloaded critical-section v1.2.0
11022026-07-16T17:12:13.929Z Downloaded bcs v0.1.6
11032026-07-16T17:12:13.934Z Downloaded futures-macro v0.3.32
11042026-07-16T17:12:13.934Z Downloaded fixedbitset v0.5.7
11052026-07-16T17:12:13.937Z Downloaded crossbeam-deque v0.8.6
11062026-07-16T17:12:13.937Z Downloaded bit-vec v0.8.0
11072026-07-16T17:12:13.937Z Downloaded foldhash v0.1.5
11082026-07-16T17:12:13.937Z Downloaded foldhash v0.2.0
11092026-07-16T17:12:13.941Z Downloaded defmt v1.1.0
11102026-07-16T17:12:13.942Z Downloaded indent_write v2.2.0
11112026-07-16T17:12:13.945Z Downloaded find-msvc-tools v0.1.9
11122026-07-16T17:12:13.945Z Downloaded fnv v1.0.7
11132026-07-16T17:12:13.945Z Downloaded generic-array v0.14.7
11142026-07-16T17:12:13.945Z Downloaded hex v0.4.3
11152026-07-16T17:12:13.945Z Downloaded ff v0.13.1
11162026-07-16T17:12:13.948Z Downloaded httpdate v1.0.3
11172026-07-16T17:12:13.948Z Downloaded is_terminal_polyfill v1.70.2
11182026-07-16T17:12:13.948Z Downloaded elliptic-curve v0.13.8
11192026-07-16T17:12:13.951Z Downloaded internet-checksum v0.2.1
11202026-07-16T17:12:13.951Z Downloaded keccak v0.1.6
11212026-07-16T17:12:13.955Z Downloaded itoa v1.0.18
11222026-07-16T17:12:13.955Z Downloaded derive_more v0.99.20
11232026-07-16T17:12:13.958Z Downloaded idna_adapter v1.2.2
11242026-07-16T17:12:13.958Z Downloaded ident_case v1.0.1
11252026-07-16T17:12:13.958Z Downloaded camino v1.2.4
11262026-07-16T17:12:13.962Z Downloaded is_ci v1.2.0
11272026-07-16T17:12:13.962Z Downloaded is-terminal v0.4.17
11282026-07-16T17:12:13.962Z Downloaded anstyle-parse v1.0.0
11292026-07-16T17:12:13.965Z Downloaded instant v0.1.13
11302026-07-16T17:12:13.965Z Downloaded cancel-safe-futures v0.1.5
11312026-07-16T17:12:13.966Z Downloaded bitflags v1.3.2
11322026-07-16T17:12:13.969Z Downloaded libscf-sys v1.2.0
11332026-07-16T17:12:13.969Z Downloaded match_cfg v0.1.0
11342026-07-16T17:12:13.969Z Downloaded macaddr v1.0.1
11352026-07-16T17:12:13.972Z Downloaded csv-core v0.1.13
11362026-07-16T17:12:13.972Z Downloaded gethostname v0.5.0
11372026-07-16T17:12:13.972Z Downloaded futures-executor v0.3.32
11382026-07-16T17:12:13.972Z Downloaded fs-err v3.3.0
11392026-07-16T17:12:13.975Z Downloaded git-stub-vcs v0.1.0
11402026-07-16T17:12:13.975Z Downloaded cipher v0.4.4
11412026-07-16T17:12:13.978Z Downloaded inout v0.1.4
11422026-07-16T17:12:13.978Z Downloaded const_format_proc_macros v0.2.34
11432026-07-16T17:12:13.978Z Downloaded bs58 v0.5.1
11442026-07-16T17:12:13.981Z Downloaded derive-where v1.6.1
11452026-07-16T17:12:13.986Z Downloaded konst_macro_rules v0.2.19
11462026-07-16T17:12:13.986Z Downloaded foreign-types-shared v0.3.1
11472026-07-16T17:12:13.986Z Downloaded cmake v0.1.58
11482026-07-16T17:12:13.986Z Downloaded lazy_static v1.5.0
11492026-07-16T17:12:13.989Z Downloaded byte-wrapper v0.1.0
11502026-07-16T17:12:13.989Z Downloaded glob v0.3.3
11512026-07-16T17:12:13.989Z Downloaded linked-hash-map v0.5.6
11522026-07-16T17:12:13.989Z Downloaded lru-cache v0.1.2
11532026-07-16T17:12:13.992Z Downloaded memmap v0.7.0
11542026-07-16T17:12:13.993Z Downloaded lru-slab v0.1.2
11552026-07-16T17:12:13.993Z Downloaded memoffset v0.9.1
11562026-07-16T17:12:13.995Z Downloaded byteorder v1.5.0
11572026-07-16T17:12:13.996Z Downloaded async-trait v0.1.89
11582026-07-16T17:12:13.999Z Downloaded no-std-compat v0.4.1
11592026-07-16T17:12:13.999Z Downloaded managed v0.8.0
11602026-07-16T17:12:13.999Z Downloaded cargo_toml v0.22.3
11612026-07-16T17:12:14.004Z Downloaded ahash v0.8.12
11622026-07-16T17:12:14.004Z Downloaded fs_extra v1.3.0
11632026-07-16T17:12:14.004Z Downloaded http-body-util v0.1.3
11642026-07-16T17:12:14.007Z Downloaded daft-derive v0.1.7
11652026-07-16T17:12:14.007Z Downloaded num v0.4.3
11662026-07-16T17:12:14.007Z Downloaded newtype-uuid-macros v0.1.0
11672026-07-16T17:12:14.012Z Downloaded newline-converter v0.3.0
11682026-07-16T17:12:14.012Z Downloaded humantime v2.3.0
11692026-07-16T17:12:14.012Z Downloaded natord v1.0.9
11702026-07-16T17:12:14.012Z Downloaded hyper-rustls v0.27.9
11712026-07-16T17:12:14.016Z Downloaded ingot-types v0.1.2
11722026-07-16T17:12:14.016Z Downloaded ingot v0.1.1
11732026-07-16T17:12:14.016Z Downloaded console v0.15.11
11742026-07-16T17:12:14.020Z Downloaded ipnet v2.12.0
11752026-07-16T17:12:14.020Z Downloaded clap_derive v4.6.1
11762026-07-16T17:12:14.020Z Downloaded num-derive v0.4.2
11772026-07-16T17:12:14.020Z Downloaded num-conv v0.2.2
11782026-07-16T17:12:14.023Z Downloaded chacha20 v0.10.0
11792026-07-16T17:12:14.023Z Downloaded newtype_derive v0.1.6
11802026-07-16T17:12:14.023Z Downloaded ipnetwork v0.21.1
11812026-07-16T17:12:14.026Z Downloaded num_enum_derive v0.5.11
11822026-07-16T17:12:14.026Z Downloaded darling v0.21.3
11832026-07-16T17:12:14.029Z Downloaded num_threads v0.1.7
11842026-07-16T17:12:14.030Z Downloaded libsw v3.5.0
11852026-07-16T17:12:14.033Z Downloaded openssl-macros v0.1.1
11862026-07-16T17:12:14.033Z Downloaded opaque-debug v0.3.1
11872026-07-16T17:12:14.033Z Downloaded compression-codecs v0.4.38
11882026-07-16T17:12:14.036Z Downloaded console v0.16.3
11892026-07-16T17:12:14.036Z Downloaded parse-display v0.10.0
11902026-07-16T17:12:14.036Z Downloaded fastrand v2.4.1
11912026-07-16T17:12:14.039Z Downloaded jobserver v0.1.34
11922026-07-16T17:12:14.039Z Downloaded crossbeam-epoch v0.9.18
11932026-07-16T17:12:14.043Z Downloaded openssl-probe v0.2.1
11942026-07-16T17:12:14.043Z Downloaded lock_api v0.4.14
11952026-07-16T17:12:14.043Z Downloaded omicron-workspace-hack v0.1.0
11962026-07-16T17:12:14.043Z Downloaded getrandom v0.2.17
11972026-07-16T17:12:14.046Z Downloaded olpc-cjson v0.1.4
11982026-07-16T17:12:14.046Z Downloaded blake2 v0.10.6
11992026-07-16T17:12:14.051Z Downloaded anyhow v1.0.103
12002026-07-16T17:12:14.051Z Downloaded ciborium v0.2.2
12012026-07-16T17:12:14.054Z Downloaded mime v0.3.17
12022026-07-16T17:12:14.054Z Downloaded foreign-types v0.3.2
12032026-07-16T17:12:14.054Z Downloaded dtrace-parser v0.3.0
12042026-07-16T17:12:14.054Z Downloaded crc32fast v1.5.0
12052026-07-16T17:12:14.054Z Downloaded allocator-api2 v0.2.21
12062026-07-16T17:12:14.058Z Downloaded linear-map v1.2.0
12072026-07-16T17:12:14.058Z Downloaded highway v1.3.0
12082026-07-16T17:12:14.061Z Downloaded plain v0.2.3
12092026-07-16T17:12:14.064Z Downloaded percent-encoding v2.3.2
12102026-07-16T17:12:14.067Z Downloaded potential_utf v0.1.5
12112026-07-16T17:12:14.067Z Downloaded httparse v1.10.1
12122026-07-16T17:12:14.067Z Downloaded cookie v0.18.1
12132026-07-16T17:12:14.071Z Downloaded newtype-uuid v1.3.2
12142026-07-16T17:12:14.074Z Downloaded colored v3.1.1
12152026-07-16T17:12:14.074Z Downloaded phf_shared v0.12.1
12162026-07-16T17:12:14.077Z Downloaded num-complex v0.4.6
12172026-07-16T17:12:14.077Z Downloaded multer v3.1.0
12182026-07-16T17:12:14.081Z Downloaded ingot-macros v0.1.1
12192026-07-16T17:12:14.081Z Downloaded num-iter v0.1.45
12202026-07-16T17:12:14.084Z Downloaded proc-macro-crate v1.3.1
12212026-07-16T17:12:14.084Z Downloaded num-rational v0.4.2
12222026-07-16T17:12:14.087Z Downloaded proc-macro-crate v3.5.0
12232026-07-16T17:12:14.087Z Downloaded progenitor-client v0.10.0
12242026-07-16T17:12:14.087Z Downloaded proc-macro-error-attr2 v2.0.0
12252026-07-16T17:12:14.090Z Downloaded hybrid-array v0.4.12
12262026-07-16T17:12:14.090Z Downloaded hickory-resolver v0.24.4
12272026-07-16T17:12:14.094Z Downloaded iana-time-zone v0.1.65
12282026-07-16T17:12:14.094Z Downloaded clap v4.6.1
12292026-07-16T17:12:14.098Z Downloaded num_enum v0.7.6
12302026-07-16T17:12:14.101Z Downloaded oxide-tokio-rt v0.1.6
12312026-07-16T17:12:14.104Z Downloaded oxnet v0.1.6
12322026-07-16T17:12:14.104Z Downloaded owo-colors v4.3.0
12332026-07-16T17:12:14.107Z Downloaded num_enum_derive v0.7.6
12342026-07-16T17:12:14.107Z Downloaded progenitor-macro v0.13.0
12352026-07-16T17:12:14.107Z Downloaded daft v0.1.7
12362026-07-16T17:12:14.111Z Downloaded num_enum v0.5.11
12372026-07-16T17:12:14.114Z Downloaded getrandom v0.4.2
12382026-07-16T17:12:14.117Z Downloaded progenitor-macro v0.14.0
12392026-07-16T17:12:14.117Z Downloaded progenitor-macro v0.10.0
12402026-07-16T17:12:14.117Z Downloaded progenitor-client v0.14.0
12412026-07-16T17:12:14.117Z Downloaded getrandom v0.3.4
12422026-07-16T17:12:14.122Z Downloaded quick-error v1.2.3
12432026-07-16T17:12:14.122Z Downloaded hmac v0.12.1
12442026-07-16T17:12:14.125Z Downloaded const-oid v0.10.2
12452026-07-16T17:12:14.125Z Downloaded paste v1.0.15
12462026-07-16T17:12:14.125Z Downloaded bytes v1.11.1
12472026-07-16T17:12:14.128Z Downloaded futures-channel v0.3.32
12482026-07-16T17:12:14.128Z Downloaded drift v0.2.0
12492026-07-16T17:12:14.134Z Downloaded password-hash v0.5.0
12502026-07-16T17:12:14.137Z Downloaded pem v3.0.6
12512026-07-16T17:12:14.137Z Downloaded ref-cast-impl v1.0.25
12522026-07-16T17:12:14.137Z Downloaded rand_xorshift v0.4.0
12532026-07-16T17:12:14.141Z Downloaded rand_chacha v0.3.1
12542026-07-16T17:12:14.142Z Downloaded ref-cast v1.0.25
12552026-07-16T17:12:14.145Z Downloaded parse-display-derive v0.10.0
12562026-07-16T17:12:14.145Z Downloaded litemap v0.8.2
12572026-07-16T17:12:14.145Z Downloaded libsw-core v0.3.2
12582026-07-16T17:12:14.145Z Downloaded memmap2 v0.9.10
12592026-07-16T17:12:14.151Z Downloaded futures v0.3.32
12602026-07-16T17:12:14.151Z Downloaded port-file v0.1.0
12612026-07-16T17:12:14.154Z Downloaded pin-project-lite v0.2.17
12622026-07-16T17:12:14.154Z Downloaded ppv-lite86 v0.2.21
12632026-07-16T17:12:14.154Z Downloaded pkg-config v0.3.33
12642026-07-16T17:12:14.157Z Downloaded pin-project-internal v1.1.13
12652026-07-16T17:12:14.158Z Downloaded phf v0.12.1
12662026-07-16T17:12:14.158Z Downloaded rustc_version v0.4.1
12672026-07-16T17:12:14.161Z Downloaded rustc_version v0.1.7
12682026-07-16T17:12:14.161Z Downloaded poly1305 v0.8.0
12692026-07-16T17:12:14.161Z Downloaded crossbeam-utils v0.8.21
12702026-07-16T17:12:14.164Z Downloaded pretty-hex v0.4.2
12712026-07-16T17:12:14.164Z Downloaded num-integer v0.1.46
12722026-07-16T17:12:14.164Z Downloaded indexmap v1.9.3
12732026-07-16T17:12:14.174Z Downloaded rustc-hash v2.1.2
12742026-07-16T17:12:14.174Z Downloaded proc-macro-error-attr v1.0.4
12752026-07-16T17:12:14.174Z Downloaded proc-macro-error v1.0.4
12762026-07-16T17:12:14.177Z Downloaded icu_provider v2.2.0
12772026-07-16T17:12:14.178Z Downloaded progenitor v0.10.0
12782026-07-16T17:12:14.178Z Downloaded const_format v0.2.36
12792026-07-16T17:12:14.181Z Downloaded once_cell v1.21.4
12802026-07-16T17:12:14.181Z Downloaded scopeguard v1.2.0
12812026-07-16T17:12:14.181Z Downloaded progenitor-client v0.13.0
12822026-07-16T17:12:14.185Z Downloaded serde-big-array v0.5.1
12832026-07-16T17:12:14.185Z Downloaded parking_lot_core v0.8.6
12842026-07-16T17:12:14.185Z Downloaded half v2.7.1
12852026-07-16T17:12:14.188Z Downloaded progenitor v0.14.0
12862026-07-16T17:12:14.192Z Downloaded parking_lot v0.11.2
12872026-07-16T17:12:14.197Z Downloaded heapless v0.8.0
12882026-07-16T17:12:14.201Z Downloaded same-file v1.0.6
12892026-07-16T17:12:14.201Z Downloaded quote v1.0.45
12902026-07-16T17:12:14.204Z Downloaded secrecy v0.10.3
12912026-07-16T17:12:14.204Z Downloaded scroll_derive v0.12.1
12922026-07-16T17:12:14.204Z Downloaded parking_lot_core v0.9.12
12932026-07-16T17:12:14.208Z Downloaded pest_generator v2.8.6
12942026-07-16T17:12:14.208Z Downloaded log v0.4.32
12952026-07-16T17:12:14.211Z Downloaded parking_lot v0.12.5
12962026-07-16T17:12:14.214Z Downloaded scroll_derive v0.13.1
12972026-07-16T17:12:14.217Z Downloaded serde_plain v1.0.2
12982026-07-16T17:12:14.217Z Downloaded rand_core v0.10.1
12992026-07-16T17:12:14.217Z Downloaded serde_urlencoded v0.7.1
13002026-07-16T17:12:14.220Z Downloaded darling_core v0.23.0
13012026-07-16T17:12:14.224Z Downloaded semver v0.1.20
13022026-07-16T17:12:14.224Z Downloaded resolv-conf v0.7.6
13032026-07-16T17:12:14.224Z Downloaded serde_spanned v0.6.9
13042026-07-16T17:12:14.227Z Downloaded serde_repr v0.1.20
13052026-07-16T17:12:14.227Z Downloaded sha1 v0.11.0
13062026-07-16T17:12:14.227Z Downloaded powerfmt v0.2.0
13072026-07-16T17:12:14.227Z Downloaded base64 v0.22.1
13082026-07-16T17:12:14.230Z Downloaded rand_core v0.6.4
13092026-07-16T17:12:14.230Z Downloaded rand_core v0.9.5
13102026-07-16T17:12:14.233Z Downloaded chacha20poly1305 v0.10.1
13112026-07-16T17:12:14.234Z Downloaded base64 v0.21.7
13122026-07-16T17:12:14.237Z Downloaded indicatif v0.18.4
13132026-07-16T17:12:14.237Z Downloaded icu_properties v2.2.0
13142026-07-16T17:12:14.241Z Downloaded rustls-native-certs v0.8.4
13152026-07-16T17:12:14.241Z Downloaded proc-macro-error2 v2.0.1
13162026-07-16T17:12:14.244Z Downloaded sha1 v0.10.6
13172026-07-16T17:12:14.244Z Downloaded icu_normalizer v2.2.0
13182026-07-16T17:12:14.248Z Downloaded sigpipe v0.1.3
13192026-07-16T17:12:14.248Z Downloaded num-traits v0.2.19
13202026-07-16T17:12:14.252Z Downloaded progenitor v0.13.0
13212026-07-16T17:12:14.252Z Downloaded konst v0.2.20
13222026-07-16T17:12:14.256Z Downloaded icu_normalizer_data v2.2.0
13232026-07-16T17:12:14.256Z Downloaded rusty-fork v0.3.1
13242026-07-16T17:12:14.256Z Downloaded rand_chacha v0.9.0
13252026-07-16T17:12:14.260Z Downloaded slog-envlogger v2.2.0
13262026-07-16T17:12:14.260Z Downloaded siphasher v1.0.3
13272026-07-16T17:12:14.263Z Downloaded rustversion v1.0.22
13282026-07-16T17:12:14.266Z Downloaded progenitor-extras v0.2.0
13292026-07-16T17:12:14.266Z Downloaded async-compression v0.4.42
13302026-07-16T17:12:14.269Z Downloaded quinn-udp v0.5.14
13312026-07-16T17:12:14.272Z Downloaded scroll v0.13.0
13322026-07-16T17:12:14.272Z Downloaded scroll v0.12.0
13332026-07-16T17:12:14.273Z Downloaded schemars_derive v0.8.22
13342026-07-16T17:12:14.278Z Downloaded stable_deref_trait v1.2.1
13352026-07-16T17:12:14.278Z Downloaded hickory-resolver v0.25.2
13362026-07-16T17:12:14.281Z Downloaded serde_derive_internals v0.29.1
13372026-07-16T17:12:14.281Z Downloaded smawk v0.3.2
13382026-07-16T17:12:14.284Z Downloaded miniz_oxide v0.8.9
13392026-07-16T17:12:14.287Z Downloaded spin v0.5.2
13402026-07-16T17:12:14.291Z Downloaded serde_spanned v1.1.1
13412026-07-16T17:12:14.294Z Downloaded strsim v0.11.1
13422026-07-16T17:12:14.294Z Downloaded pest_derive v2.8.6
13432026-07-16T17:12:14.294Z Downloaded strum v0.27.2
13442026-07-16T17:12:14.294Z Downloaded strum v0.26.3
13452026-07-16T17:12:14.297Z Downloaded structmeta v0.3.0
13462026-07-16T17:12:14.297Z Downloaded serde_path_to_error v0.1.20
13472026-07-16T17:12:14.297Z Downloaded shlex v2.0.1
13482026-07-16T17:12:14.301Z Downloaded subtle v2.6.1
13492026-07-16T17:12:14.301Z Downloaded icu_locale_core v2.2.0
13502026-07-16T17:12:14.304Z Downloaded serde_tokenstream v0.2.3
13512026-07-16T17:12:14.304Z Downloaded postcard v1.1.3
13522026-07-16T17:12:14.307Z Downloaded supports-color v3.0.2
13532026-07-16T17:12:14.307Z Downloaded pin-project v1.1.13
13542026-07-16T17:12:14.312Z Downloaded sync_wrapper v1.0.2
13552026-07-16T17:12:14.315Z Downloaded crypto-bigint v0.5.5
13562026-07-16T17:12:14.319Z Downloaded swrite v0.1.0
13572026-07-16T17:12:14.319Z Downloaded structmeta-derive v0.3.0
13582026-07-16T17:12:14.319Z Downloaded icu_collections v2.2.0
13592026-07-16T17:12:14.322Z Downloaded crossbeam-channel v0.5.15
13602026-07-16T17:12:14.325Z Downloaded testing_table v0.3.0
13612026-07-16T17:12:14.325Z Downloaded take_mut v0.2.2
13622026-07-16T17:12:14.328Z Downloaded simd-adler32 v0.3.9
13632026-07-16T17:12:14.328Z Downloaded signal-hook-registry v1.4.8
13642026-07-16T17:12:14.328Z Downloaded papergrid v0.11.0
13652026-07-16T17:12:14.332Z Downloaded rustls-pki-types v1.14.1
13662026-07-16T17:12:14.335Z Downloaded slog-scope v4.4.1
13672026-07-16T17:12:14.335Z Downloaded progenitor-impl v0.10.0
13682026-07-16T17:12:14.335Z Downloaded slog-json v2.6.1
13692026-07-16T17:12:14.338Z Downloaded slog-dtrace v0.3.0
13702026-07-16T17:12:14.338Z Downloaded termtree v0.5.1
13712026-07-16T17:12:14.339Z Downloaded terminal_size v0.4.4
13722026-07-16T17:12:14.342Z Downloaded tagptr v0.2.0
13732026-07-16T17:12:14.342Z Downloaded tabwriter v1.4.1
13742026-07-16T17:12:14.342Z Downloaded thread-id v4.2.2
13752026-07-16T17:12:14.342Z Downloaded thiserror-impl-no-std v2.0.2
13762026-07-16T17:12:14.345Z Downloaded thread-id v5.1.0
13772026-07-16T17:12:14.345Z Downloaded tabled_derive v0.11.0
13782026-07-16T17:12:14.345Z Downloaded tabled_derive v0.7.0
13792026-07-16T17:12:14.345Z Downloaded slog-term v2.9.2
13802026-07-16T17:12:14.348Z Downloaded semver v1.0.28
13812026-07-16T17:12:14.348Z Downloaded flate2 v1.1.9
13822026-07-16T17:12:14.351Z Downloaded static_assertions v1.1.0
13832026-07-16T17:12:14.355Z Downloaded pest_meta v2.8.6
13842026-07-16T17:12:14.355Z Downloaded hyper-util v0.1.20
13852026-07-16T17:12:14.358Z Downloaded time-core v0.1.8
13862026-07-16T17:12:14.362Z Downloaded smf v0.2.3
13872026-07-16T17:12:14.362Z Downloaded snafu-derive v0.8.9
13882026-07-16T17:12:14.362Z Downloaded smartstring v1.0.1
13892026-07-16T17:12:14.366Z Downloaded expectorate v1.2.0
13902026-07-16T17:12:14.366Z Downloaded sha2 v0.10.9
13912026-07-16T17:12:14.366Z Downloaded serde_with_macros v3.20.0
13922026-07-16T17:12:14.369Z Downloaded tinyvec_macros v0.1.1
13932026-07-16T17:12:14.369Z Downloaded slog-bunyan v2.5.0
13942026-07-16T17:12:14.369Z Downloaded slog-async v2.8.0
13952026-07-16T17:12:14.369Z Downloaded slab v0.4.12
13962026-07-16T17:12:14.372Z Downloaded rustls-pemfile v2.2.0
13972026-07-16T17:12:14.372Z Downloaded jiff-static v0.2.28
13982026-07-16T17:12:14.375Z Downloaded strum_macros v0.26.4
13992026-07-16T17:12:14.375Z Downloaded tokio-macros v2.7.0
14002026-07-16T17:12:14.375Z Downloaded papergrid v0.18.0
14012026-07-16T17:12:14.378Z Downloaded toml_datetime v0.6.11
14022026-07-16T17:12:14.382Z Downloaded openssl-sys v0.9.116
14032026-07-16T17:12:14.386Z Downloaded progenitor-impl v0.14.0
14042026-07-16T17:12:14.386Z Downloaded rhai_codegen v3.2.0
14052026-07-16T17:12:14.390Z Downloaded synstructure v0.13.2
14062026-07-16T17:12:14.390Z Downloaded hashbrown v0.16.1
14072026-07-16T17:12:14.394Z Downloaded thiserror v1.0.69
14082026-07-16T17:12:14.397Z Downloaded thiserror-impl v1.0.69
14092026-07-16T17:12:14.397Z Downloaded ryu v1.0.23
14102026-07-16T17:12:14.400Z Downloaded tower-service v0.3.3
14112026-07-16T17:12:14.400Z Downloaded tower-layer v0.3.3
14122026-07-16T17:12:14.400Z Downloaded thiserror v2.0.18
14132026-07-16T17:12:14.403Z Downloaded slog-stdlog v4.1.1
14142026-07-16T17:12:14.406Z Downloaded toml_write v0.1.2
14152026-07-16T17:12:14.407Z Downloaded time-macros v0.2.27
14162026-07-16T17:12:14.407Z Downloaded thread_local v1.1.9
14172026-07-16T17:12:14.410Z Downloaded thiserror-no-std v2.0.2
14182026-07-16T17:12:14.410Z Downloaded smallvec v1.15.1
14192026-07-16T17:12:14.413Z Downloaded typeid v1.0.3
14202026-07-16T17:12:14.413Z Downloaded spin v0.9.8
14212026-07-16T17:12:14.413Z Downloaded schemars v0.8.22
14222026-07-16T17:12:14.419Z Downloaded minimal-lexical v0.2.1
14232026-07-16T17:12:14.422Z Downloaded typify-macro v0.6.2
14242026-07-16T17:12:14.427Z Downloaded typify-macro v0.4.3
14252026-07-16T17:12:14.427Z Downloaded tiny-keccak v2.0.2
14262026-07-16T17:12:14.427Z Downloaded memchr v2.8.1
14272026-07-16T17:12:14.430Z Downloaded unarray v0.1.4
14282026-07-16T17:12:14.430Z Downloaded unit-prefix v0.5.2
14292026-07-16T17:12:14.430Z Downloaded serde_core v1.0.228
14302026-07-16T17:12:14.435Z Downloaded usdt-attr-macro v0.5.0
14312026-07-16T17:12:14.435Z Downloaded rayon-core v1.13.0
14322026-07-16T17:12:14.438Z Downloaded tokio-dtrace v0.1.1
14332026-07-16T17:12:14.438Z Downloaded unicode-linebreak v0.1.5
14342026-07-16T17:12:14.438Z Downloaded indexmap v2.14.0
14352026-07-16T17:12:14.438Z Downloaded usdt v0.5.0
14362026-07-16T17:12:14.441Z Downloaded usdt v0.6.0
14372026-07-16T17:12:14.441Z Downloaded untrusted v0.9.0
14382026-07-16T17:12:14.441Z Downloaded tokio-tungstenite v0.21.0
14392026-07-16T17:12:14.445Z Downloaded untrusted v0.7.1
14402026-07-16T17:12:14.445Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14412026-07-16T17:12:14.445Z Downloaded utf8_iter v1.0.4
14422026-07-16T17:12:14.445Z Downloaded usdt-macro v0.5.0
14432026-07-16T17:12:14.445Z Downloaded universal-hash v0.5.1
14442026-07-16T17:12:14.449Z Downloaded utf-8 v0.7.6
14452026-07-16T17:12:14.449Z Downloaded usdt-attr-macro v0.6.0
14462026-07-16T17:12:14.449Z Downloaded wait-timeout v0.2.1
14472026-07-16T17:12:14.449Z Downloaded utf8parse v0.2.2
14482026-07-16T17:12:14.452Z Downloaded unicode-xid v0.2.6
14492026-07-16T17:12:14.452Z Downloaded waitgroup v0.1.2
14502026-07-16T17:12:14.452Z Downloaded proc-macro2 v1.0.106
14512026-07-16T17:12:14.452Z Downloaded similar v2.7.0
14522026-07-16T17:12:14.456Z Downloaded serde_yaml v0.9.34+deprecated
14532026-07-16T17:12:14.459Z Downloaded usdt-macro v0.6.0
14542026-07-16T17:12:14.459Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14552026-07-16T17:12:14.459Z Downloaded version_check v0.9.5
14562026-07-16T17:12:14.462Z Downloaded http v1.4.2
14572026-07-16T17:12:14.462Z Downloaded prettyplease v0.2.37
14582026-07-16T17:12:14.465Z Downloaded want v0.3.1
14592026-07-16T17:12:14.465Z Downloaded thin-vec v0.2.18
14602026-07-16T17:12:14.465Z Downloaded thiserror-impl v2.0.18
14612026-07-16T17:12:14.468Z Downloaded term v1.2.1
14622026-07-16T17:12:14.468Z Downloaded tempfile v3.27.0
14632026-07-16T17:12:14.473Z Downloaded rustls-platform-verifier v0.7.0
14642026-07-16T17:12:14.473Z Downloaded schemars v0.9.0
14652026-07-16T17:12:14.479Z Downloaded toml_writer v1.1.1+spec-1.1.0
14662026-07-16T17:12:14.482Z Downloaded quinn v0.11.9
14672026-07-16T17:12:14.482Z Downloaded try-lock v0.2.5
14682026-07-16T17:12:14.482Z Downloaded tinystr v0.8.3
14692026-07-16T17:12:14.485Z Downloaded qorb v0.4.1
14702026-07-16T17:12:14.485Z Downloaded slog v2.8.2
14712026-07-16T17:12:14.489Z Downloaded dropshot-api-manager v0.7.2
14722026-07-16T17:12:14.492Z Downloaded rand v0.8.6
14732026-07-16T17:12:14.492Z Downloaded yoke-derive v0.8.2
14742026-07-16T17:12:14.496Z Downloaded strum_macros v0.27.2
14752026-07-16T17:12:14.496Z Downloaded progenitor-impl v0.13.0
14762026-07-16T17:12:14.499Z Downloaded cc v1.2.63
14772026-07-16T17:12:14.499Z Downloaded zeroize_derive v1.4.3
14782026-07-16T17:12:14.499Z Downloaded serde_derive v1.0.228
14792026-07-16T17:12:14.502Z Downloaded nom v7.1.3
14802026-07-16T17:12:14.506Z Downloaded tokio-rustls v0.26.4
14812026-07-16T17:12:14.510Z Downloaded socket2 v0.6.4
14822026-07-16T17:12:14.510Z Downloaded tokio-stream v0.1.18
14832026-07-16T17:12:14.516Z Downloaded zerofrom-derive v0.1.7
14842026-07-16T17:12:14.519Z Downloaded zerofrom v0.1.8
14852026-07-16T17:12:14.519Z Downloaded zone_cfg_derive v0.3.1
14862026-07-16T17:12:14.519Z Downloaded zone v0.3.1
14872026-07-16T17:12:14.520Z Downloaded mio v1.2.1
14882026-07-16T17:12:14.523Z Downloaded hashbrown v0.12.3
14892026-07-16T17:12:14.526Z Downloaded usdt-impl v0.5.0
14902026-07-16T17:12:14.530Z Downloaded vsss-rs v3.3.4
14912026-07-16T17:12:14.530Z Downloaded rustls-webpki v0.103.13
14922026-07-16T17:12:14.534Z Downloaded whoami v1.6.1
14932026-07-16T17:12:14.537Z Downloaded textwrap v0.16.2
14942026-07-16T17:12:14.541Z Downloaded writeable v0.6.3
14952026-07-16T17:12:14.541Z Downloaded tracing-attributes v0.1.31
14962026-07-16T17:12:14.545Z Downloaded toml_parser v1.1.2+spec-1.1.0
14972026-07-16T17:12:14.545Z Downloaded test-strategy v0.4.5
14982026-07-16T17:12:14.549Z Downloaded xz2 v0.1.7
14992026-07-16T17:12:14.558Z Downloaded hashbrown v0.15.5
15002026-07-16T17:12:14.566Z Downloaded itertools v0.12.1
15012026-07-16T17:12:14.570Z Downloaded toml v0.9.12+spec-1.1.0
15022026-07-16T17:12:14.573Z Downloaded zeroize v1.8.2
15032026-07-16T17:12:14.576Z Downloaded zmij v1.0.21
15042026-07-16T17:12:14.579Z Downloaded zerovec-derive v0.11.3
15052026-07-16T17:12:14.582Z Downloaded walkdir v2.5.0
15062026-07-16T17:12:14.586Z Downloaded rand v0.9.4
15072026-07-16T17:12:14.592Z Downloaded yoke v0.8.3
15082026-07-16T17:12:14.595Z Downloaded tracing-core v0.1.36
15092026-07-16T17:12:14.599Z Downloaded typify v0.4.3
15102026-07-16T17:12:14.602Z Downloaded pest v2.8.6
15112026-07-16T17:12:14.606Z Downloaded snafu v0.8.9
15122026-07-16T17:12:14.653Z Downloaded typify v0.6.2
15132026-07-16T17:12:14.653Z Downloaded unicode-ident v1.0.24
15142026-07-16T17:12:14.653Z Downloaded ucd-trie v0.1.7
15152026-07-16T17:12:14.653Z Downloaded toml v1.1.2+spec-1.1.0
15162026-07-16T17:12:14.653Z Downloaded hyper v1.10.1
15172026-07-16T17:12:14.654Z Downloaded uuid v1.23.5
15182026-07-16T17:12:14.654Z Downloaded hashbrown v0.17.1
15192026-07-16T17:12:14.654Z Downloaded tinyvec v1.11.0
15202026-07-16T17:12:14.654Z Downloaded serde v1.0.228
15212026-07-16T17:12:14.654Z Downloaded toml v0.8.23
15222026-07-16T17:12:14.654Z Downloaded toml_edit v0.25.12+spec-1.1.0
15232026-07-16T17:12:14.654Z Downloaded schemars v1.2.1
15242026-07-16T17:12:14.654Z Downloaded usdt-impl v0.6.0
15252026-07-16T17:12:14.654Z Downloaded clap_builder v4.6.0
15262026-07-16T17:12:14.654Z Downloaded nom v8.0.0
15272026-07-16T17:12:14.660Z Downloaded itertools v0.15.0
15282026-07-16T17:12:14.660Z Downloaded tungstenite v0.21.0
15292026-07-16T17:12:14.660Z Downloaded unsafe-libyaml v0.2.11
15302026-07-16T17:12:14.660Z Downloaded idna v1.1.0
15312026-07-16T17:12:14.660Z Downloaded zerocopy-derive v0.7.35
15322026-07-16T17:12:14.661Z Downloaded libm v0.2.16
15332026-07-16T17:12:14.665Z Downloaded futures-util v0.3.32
15342026-07-16T17:12:14.670Z Downloaded toml_edit v0.19.15
15352026-07-16T17:12:14.676Z Downloaded steno v0.4.1
15362026-07-16T17:12:14.679Z Downloaded toml_edit v0.22.27
15372026-07-16T17:12:14.683Z Downloaded h2 v0.4.14
15382026-07-16T17:12:14.690Z Downloaded aho-corasick v1.1.4
15392026-07-16T17:12:14.693Z Downloaded icu_properties_data v2.2.0
15402026-07-16T17:12:14.693Z Downloaded itertools v0.14.0
15412026-07-16T17:12:14.697Z Downloaded goblin v0.8.2
15422026-07-16T17:12:14.700Z Downloaded ron v0.12.1
15432026-07-16T17:12:14.704Z Downloaded rand v0.10.2
15442026-07-16T17:12:14.708Z Downloaded hkdf v0.12.4
15452026-07-16T17:12:14.719Z Downloaded reqwest v0.13.4
15462026-07-16T17:12:14.727Z Downloaded tower v0.5.3
15472026-07-16T17:12:14.740Z Downloaded regex v1.12.3
15482026-07-16T17:12:14.743Z Downloaded zerotrie v0.2.4
15492026-07-16T17:12:14.747Z Downloaded reqwest v0.12.28
15502026-07-16T17:12:14.751Z Downloaded serde_json v1.0.150
15512026-07-16T17:12:14.754Z Downloaded iddqd v0.4.5
15522026-07-16T17:12:14.759Z Downloaded aws-lc-rs v1.17.0
15532026-07-16T17:12:14.764Z Downloaded typenum v1.20.1
15542026-07-16T17:12:14.767Z Downloaded url v2.5.8
15552026-07-16T17:12:14.770Z Downloaded zerocopy-derive v0.8.50
15562026-07-16T17:12:14.773Z Downloaded rayon v1.12.0
15572026-07-16T17:12:14.778Z Downloaded unicode-segmentation v1.13.3
15582026-07-16T17:12:14.781Z Downloaded typed-path v0.9.3
15592026-07-16T17:12:14.785Z Downloaded portable-atomic v1.13.1
15602026-07-16T17:12:14.799Z Downloaded unicode-normalization v0.1.25
15612026-07-16T17:12:14.817Z Downloaded zerovec v0.11.6
15622026-07-16T17:12:14.821Z Downloaded chrono v0.4.45
15632026-07-16T17:12:14.827Z Downloaded proptest v1.11.0
15642026-07-16T17:12:14.832Z Downloaded tower-http v0.6.11
15652026-07-16T17:12:14.839Z Downloaded tokio-util v0.7.18
15662026-07-16T17:12:14.849Z Downloaded winnow v0.5.40
15672026-07-16T17:12:14.855Z Downloaded serde_with v3.20.0
15682026-07-16T17:12:14.861Z Downloaded zerocopy v0.7.35
15692026-07-16T17:12:14.875Z Downloaded tough v0.22.0
15702026-07-16T17:12:14.880Z Downloaded quinn-proto v0.11.14
15712026-07-16T17:12:14.887Z Downloaded moka v0.12.15
15722026-07-16T17:12:14.891Z Downloaded tabled v0.15.0
15732026-07-16T17:12:14.901Z Downloaded goblin v0.10.7
15742026-07-16T17:12:14.904Z Downloaded curve25519-dalek v4.1.3
15752026-07-16T17:12:14.909Z Downloaded tabled v0.21.0
15762026-07-16T17:12:14.919Z Downloaded winnow v1.0.3
15772026-07-16T17:12:14.924Z Downloaded winnow v0.7.15
15782026-07-16T17:12:14.929Z Downloaded syn v1.0.109
15792026-07-16T17:12:14.935Z Downloaded time v0.3.47
15802026-07-16T17:12:14.942Z Downloaded webpki-roots v1.0.7
15812026-07-16T17:12:14.945Z Downloaded openssl v0.10.80
15822026-07-16T17:12:14.950Z Downloaded bstr v1.12.1
15832026-07-16T17:12:14.955Z Downloaded vcpkg v0.2.15
15842026-07-16T17:12:14.991Z Downloaded dropshot v0.17.1
15852026-07-16T17:12:15.004Z Downloaded unicode-width v0.2.2
15862026-07-16T17:12:15.008Z Downloaded rhai v1.25.1
15872026-07-16T17:12:15.016Z Downloaded zerocopy v0.8.50
15882026-07-16T17:12:15.025Z Downloaded unicode-width v0.1.14
15892026-07-16T17:12:15.029Z Downloaded regress v0.11.1
15902026-07-16T17:12:15.039Z Downloaded hickory-proto v0.25.2
15912026-07-16T17:12:15.042Z Downloaded rustix v0.38.44
15922026-07-16T17:12:15.055Z Downloaded rustls v0.23.40
15932026-07-16T17:12:15.062Z Downloaded regex-syntax v0.8.10
15942026-07-16T17:12:15.066Z Downloaded regress v0.10.5
15952026-07-16T17:12:15.071Z Downloaded openapiv3 v2.2.0
15962026-07-16T17:12:15.078Z Downloaded nix v0.31.3
15972026-07-16T17:12:15.085Z Downloaded sled v0.34.7
15982026-07-16T17:12:15.091Z Downloaded typify-impl v0.6.2
15992026-07-16T17:12:15.099Z Downloaded rustix v1.1.4
16002026-07-16T17:12:15.113Z Downloaded hickory-proto v0.24.4
16012026-07-16T17:12:15.122Z Downloaded syn v2.0.117
16022026-07-16T17:12:15.129Z Downloaded smoltcp v0.11.0
16032026-07-16T17:12:15.150Z Downloaded jiff v0.2.28
16042026-07-16T17:12:15.164Z Downloaded tracing v0.1.44
16052026-07-16T17:12:15.181Z Downloaded typify-impl v0.4.3
16062026-07-16T17:12:15.187Z Downloaded sha3 v0.10.9
16072026-07-16T17:12:15.216Z Downloaded encoding_rs v0.8.35
16082026-07-16T17:12:15.241Z Downloaded regex-automata v0.4.14
16092026-07-16T17:12:15.272Z Downloaded chrono-tz v0.10.4
16102026-07-16T17:12:15.283Z Downloaded petgraph v0.6.5
16112026-07-16T17:12:15.294Z Downloaded lzma-sys v0.1.20
16122026-07-16T17:12:15.312Z Downloaded petgraph v0.8.3
16132026-07-16T17:12:15.326Z Downloaded libc v0.2.186
16142026-07-16T17:12:15.343Z Downloaded csv v1.4.0
16152026-07-16T17:12:15.372Z Downloaded tokio v1.52.3
16162026-07-16T17:12:15.450Z Downloaded ring v0.17.14
16172026-07-16T17:12:15.975Z Downloaded aws-lc-sys v0.41.0
16182026-07-16T17:12:16.325Z Compiling proc-macro2 v1.0.106
16192026-07-16T17:12:16.325Z Compiling quote v1.0.45
16202026-07-16T17:12:16.325Z Compiling unicode-ident v1.0.24
16212026-07-16T17:12:16.325Z Compiling serde_core v1.0.228
16222026-07-16T17:12:16.325Z Compiling serde v1.0.228
16232026-07-16T17:12:16.329Z Compiling libc v0.2.186
16242026-07-16T17:12:16.329Z Compiling cfg-if v1.0.4
16252026-07-16T17:12:16.673Z Compiling zmij v1.0.21
16262026-07-16T17:12:16.713Z Compiling autocfg v1.5.1
16272026-07-16T17:12:17.056Z Compiling memchr v2.8.1
16282026-07-16T17:12:17.102Z Compiling libm v0.2.16
16292026-07-16T17:12:17.430Z Compiling itoa v1.0.18
16302026-07-16T17:12:17.465Z Compiling icu_normalizer_data v2.2.0
16312026-07-16T17:12:17.703Z Compiling icu_properties_data v2.2.0
16322026-07-16T17:12:17.721Z Compiling version_check v0.9.5
16332026-07-16T17:12:17.746Z Compiling stable_deref_trait v1.2.1
16342026-07-16T17:12:17.857Z Compiling serde_json v1.0.150
16352026-07-16T17:12:17.895Z Compiling syn v2.0.117
16362026-07-16T17:12:18.007Z Compiling writeable v0.6.3
16372026-07-16T17:12:18.061Z Compiling parking_lot_core v0.9.12
16382026-07-16T17:12:18.245Z Compiling litemap v0.8.2
16392026-07-16T17:12:18.287Z Compiling num-traits v0.2.19
16402026-07-16T17:12:18.304Z Compiling utf8_iter v1.0.4
16412026-07-16T17:12:18.472Z Compiling thiserror v2.0.18
16422026-07-16T17:12:18.489Z Compiling percent-encoding v2.3.2
16432026-07-16T17:12:18.759Z Compiling form_urlencoded v1.2.2
16442026-07-16T17:12:18.776Z Compiling zerocopy v0.8.50
16452026-07-16T17:12:18.834Z Compiling errno v0.3.14
16462026-07-16T17:12:18.860Z Compiling rand_core v0.10.1
16472026-07-16T17:12:19.007Z Compiling getrandom v0.4.2
16482026-07-16T17:12:19.034Z Compiling iana-time-zone v0.1.65
16492026-07-16T17:12:19.404Z Compiling heck v0.5.0
16502026-07-16T17:12:19.434Z Compiling jobserver v0.1.34
16512026-07-16T17:12:19.528Z Compiling uuid v1.23.5
16522026-07-16T17:12:19.634Z Compiling find-msvc-tools v0.1.9
16532026-07-16T17:12:19.776Z Compiling shlex v2.0.1
16542026-07-16T17:12:19.883Z Compiling rustversion v1.0.22
16552026-07-16T17:12:19.968Z Compiling cc v1.2.63
16562026-07-16T17:12:20.010Z Compiling semver v1.0.28
16572026-07-16T17:12:20.178Z Compiling schemars v0.8.22
16582026-07-16T17:12:20.282Z Compiling dyn-clone v1.0.20
16592026-07-16T17:12:20.392Z Compiling pin-project-lite v0.2.17
16602026-07-16T17:12:20.426Z Compiling getrandom v0.2.17
16612026-07-16T17:12:20.466Z Compiling scopeguard v1.2.0
16622026-07-16T17:12:20.496Z Compiling bitflags v2.12.1
16632026-07-16T17:12:20.597Z Compiling lock_api v0.4.14
16642026-07-16T17:12:20.696Z Compiling socket2 v0.6.4
16652026-07-16T17:12:20.848Z Compiling synstructure v0.13.2
16662026-07-16T17:12:20.864Z Compiling serde_derive_internals v0.29.1
16672026-07-16T17:12:20.894Z Compiling cmake v0.1.58
16682026-07-16T17:12:20.911Z Compiling signal-hook-registry v1.4.8
16692026-07-16T17:12:21.204Z Compiling mio v1.2.1
16702026-07-16T17:12:21.235Z Compiling portable-atomic v1.13.1
16712026-07-16T17:12:21.338Z Compiling dunce v1.0.5
16722026-07-16T17:12:21.386Z Compiling fs_extra v1.3.0
16732026-07-16T17:12:21.455Z Compiling critical-section v1.2.0
16742026-07-16T17:12:21.488Z Compiling futures-core v0.3.32
16752026-07-16T17:12:21.503Z Compiling log v0.4.32
16762026-07-16T17:12:21.620Z Compiling subtle v2.6.1
16772026-07-16T17:12:21.677Z Compiling aws-lc-sys v0.41.0
16782026-07-16T17:12:21.721Z Compiling getrandom v0.3.4
16792026-07-16T17:12:21.799Z Compiling equivalent v1.0.2
16802026-07-16T17:12:21.895Z Compiling httparse v1.10.1
16812026-07-16T17:12:21.906Z Compiling futures-sink v0.3.32
16822026-07-16T17:12:21.970Z Compiling serde_derive v1.0.228
16832026-07-16T17:12:22.012Z Compiling zerofrom-derive v0.1.7
16842026-07-16T17:12:22.031Z Compiling yoke-derive v0.8.2
16852026-07-16T17:12:22.068Z Compiling zerovec-derive v0.11.3
16862026-07-16T17:12:22.151Z Compiling displaydoc v0.2.6
16872026-07-16T17:12:22.254Z Compiling schemars_derive v0.8.22
16882026-07-16T17:12:22.567Z Compiling thiserror-impl v2.0.18
16892026-07-16T17:12:22.570Z Compiling tokio-macros v2.7.0
16902026-07-16T17:12:22.951Z Compiling zerocopy-derive v0.8.50
16912026-07-16T17:12:23.100Z Compiling zeroize_derive v1.4.3
16922026-07-16T17:12:23.176Z Compiling futures-macro v0.3.32
16932026-07-16T17:12:23.195Z Compiling zerofrom v0.1.8
16942026-07-16T17:12:23.326Z Compiling yoke v0.8.3
16952026-07-16T17:12:23.343Z Compiling once_cell v1.21.4
16962026-07-16T17:12:23.509Z Compiling slab v0.4.12
16972026-07-16T17:12:23.527Z Compiling zerovec v0.11.6
16982026-07-16T17:12:23.579Z Compiling zerotrie v0.2.4
16992026-07-16T17:12:23.680Z Compiling rustix v1.1.4
17002026-07-16T17:12:23.783Z Compiling zeroize v1.8.2
17012026-07-16T17:12:24.013Z Compiling ucd-trie v0.1.7
17022026-07-16T17:12:24.030Z Compiling thiserror v1.0.69
17032026-07-16T17:12:24.033Z Compiling typenum v1.20.1
17042026-07-16T17:12:24.033Z Compiling futures-channel v0.3.32
17052026-07-16T17:12:24.078Z Compiling tinystr v0.8.3
17062026-07-16T17:12:24.119Z Compiling potential_utf v0.1.5
17072026-07-16T17:12:24.233Z Compiling pest v2.8.6
17082026-07-16T17:12:24.282Z Compiling icu_locale_core v2.2.0
17092026-07-16T17:12:24.305Z Compiling icu_collections v2.2.0
17102026-07-16T17:12:24.322Z Compiling thiserror-impl v1.0.69
17112026-07-16T17:12:24.373Z Compiling futures-task v0.3.32
17122026-07-16T17:12:24.550Z Compiling futures-io v0.3.32
17132026-07-16T17:12:24.879Z Compiling futures-util v0.3.32
17142026-07-16T17:12:25.065Z Compiling regex-syntax v0.8.10
17152026-07-16T17:12:25.234Z Compiling smallvec v1.15.1
17162026-07-16T17:12:25.255Z Compiling bytes v1.11.1
17172026-07-16T17:12:25.450Z Compiling icu_provider v2.2.0
17182026-07-16T17:12:25.514Z Compiling chrono v0.4.45
17192026-07-16T17:12:25.886Z Compiling icu_properties v2.2.0
17202026-07-16T17:12:26.058Z Compiling icu_normalizer v2.2.0
17212026-07-16T17:12:26.129Z Compiling parking_lot v0.12.5
17222026-07-16T17:12:27.014Z Compiling idna_adapter v1.2.2
17232026-07-16T17:12:27.077Z Compiling tokio v1.52.3
17242026-07-16T17:12:27.143Z Compiling idna v1.1.0
17252026-07-16T17:12:27.169Z Compiling serde_tokenstream v0.2.3
17262026-07-16T17:12:27.476Z Compiling pest_meta v2.8.6
17272026-07-16T17:12:27.533Z Compiling url v2.5.8
17282026-07-16T17:12:27.567Z Compiling strsim v0.11.1
17292026-07-16T17:12:27.640Z Compiling rand_core v0.6.4
17302026-07-16T17:12:27.855Z Compiling aho-corasick v1.1.4
17312026-07-16T17:12:27.873Z Compiling byteorder v1.5.0
17322026-07-16T17:12:27.909Z Compiling hashbrown v0.17.1
17332026-07-16T17:12:28.583Z Compiling pest_generator v2.8.6
17342026-07-16T17:12:28.708Z Compiling regex-automata v0.4.14
17352026-07-16T17:12:28.979Z Compiling indexmap v2.14.0
17362026-07-16T17:12:29.202Z Compiling pest_derive v2.8.6
17372026-07-16T17:12:29.220Z Compiling ipnetwork v0.21.1
17382026-07-16T17:12:29.244Z Compiling tracing-core v0.1.36
17392026-07-16T17:12:29.768Z Compiling tracing-attributes v0.1.31
17402026-07-16T17:12:29.803Z Compiling ident_case v1.0.1
17412026-07-16T17:12:29.933Z Compiling slog v2.8.2
17422026-07-16T17:12:30.077Z Compiling paste v1.0.15
17432026-07-16T17:12:30.212Z Compiling base64 v0.22.1
17442026-07-16T17:12:30.278Z Compiling fnv v1.0.7
17452026-07-16T17:12:30.406Z Compiling regex v1.12.3
17462026-07-16T17:12:30.697Z Compiling anyhow v1.0.103
17472026-07-16T17:12:30.858Z Compiling erased-serde v0.3.31
17482026-07-16T17:12:31.007Z Compiling tracing v0.1.44
17492026-07-16T17:12:31.259Z Compiling omicron-workspace-hack v0.1.0
17502026-07-16T17:12:31.502Z Compiling http v1.4.2
17512026-07-16T17:12:32.054Z Compiling oxnet v0.1.6
17522026-07-16T17:12:32.255Z Compiling rustls-pki-types v1.14.1
17532026-07-16T17:12:32.911Z Compiling scroll_derive v0.13.1
17542026-07-16T17:12:33.107Z Compiling ring v0.17.14
17552026-07-16T17:12:33.382Z Compiling aws-lc-rs v1.17.0
17562026-07-16T17:12:33.454Z Compiling time-core v0.1.8
17572026-07-16T17:12:33.605Z Compiling num-conv v0.2.2
17582026-07-16T17:12:33.760Z Compiling time-macros v0.2.27
17592026-07-16T17:12:33.888Z Compiling tokio-util v0.7.18
17602026-07-16T17:12:34.191Z Compiling untrusted v0.7.1
17612026-07-16T17:12:34.322Z Compiling untrusted v0.9.0
17622026-07-16T17:12:34.475Z Compiling ipnet v2.12.0
17632026-07-16T17:12:34.706Z Compiling camino v1.2.4
17642026-07-16T17:12:34.983Z Compiling ppv-lite86 v0.2.21
17652026-07-16T17:12:35.316Z Compiling async-trait v0.1.89
17662026-07-16T17:12:35.344Z Compiling daft-derive v0.1.7
17672026-07-16T17:12:35.417Z Compiling rustls v0.23.40
17682026-07-16T17:12:35.656Z Compiling crc32fast v1.5.0
17692026-07-16T17:12:36.071Z Compiling http-body v1.0.1
17702026-07-16T17:12:36.137Z Compiling crossbeam-utils v0.8.21
17712026-07-16T17:12:36.228Z Compiling usdt-impl v0.6.0
17722026-07-16T17:12:36.247Z Compiling atomic-waker v1.1.2
17732026-07-16T17:12:36.377Z Compiling pretty-hex v0.4.2
17742026-07-16T17:12:36.494Z Compiling scroll v0.13.0
17752026-07-16T17:12:36.514Z Compiling plain v0.2.3
17762026-07-16T17:12:36.631Z Compiling ryu v1.0.23
17772026-07-16T17:12:36.772Z Compiling tower-layer v0.3.3
17782026-07-16T17:12:36.922Z Compiling tower-service v0.3.3
17792026-07-16T17:12:36.963Z Compiling try-lock v0.2.5
17802026-07-16T17:12:36.984Z Compiling goblin v0.10.7
17812026-07-16T17:12:37.080Z Compiling want v0.3.1
17822026-07-16T17:12:37.262Z Compiling h2 v0.4.14
17832026-07-16T17:12:37.563Z Compiling httpdate v1.0.3
17842026-07-16T17:12:37.710Z Compiling slog-async v2.8.0
17852026-07-16T17:12:38.082Z Compiling dtrace-parser v0.3.0
17862026-07-16T17:12:38.152Z Compiling thread-id v5.1.0
17872026-07-16T17:12:38.649Z Compiling ref-cast v1.0.25
17882026-07-16T17:12:40.126Z Compiling dof v0.4.0
17892026-07-16T17:12:40.374Z Compiling hyper v1.10.1
17902026-07-16T17:12:40.676Z Compiling serde_urlencoded v0.7.1
17912026-07-16T17:12:41.134Z Compiling http-body-util v0.1.3
17922026-07-16T17:12:41.415Z Compiling rand_core v0.9.5
17932026-07-16T17:12:41.484Z Compiling ref-cast-impl v1.0.25
17942026-07-16T17:12:41.691Z Compiling syn v1.0.109
17952026-07-16T17:12:42.039Z Compiling hyper-util v0.1.20
17962026-07-16T17:12:43.001Z Compiling usdt-attr-macro v0.6.0
17972026-07-16T17:12:43.572Z Compiling usdt-macro v0.6.0
17982026-07-16T17:12:44.056Z Compiling structmeta-derive v0.3.0
17992026-07-16T17:12:44.420Z Compiling multer v3.1.0
18002026-07-16T17:12:44.594Z Compiling powerfmt v0.2.0
18012026-07-16T17:12:44.674Z Compiling foldhash v0.2.0
18022026-07-16T17:12:44.843Z Compiling allocator-api2 v0.2.21
18032026-07-16T17:12:44.860Z Compiling deranged v0.5.8
18042026-07-16T17:12:45.117Z Compiling structmeta v0.3.0
18052026-07-16T17:12:45.224Z Compiling hashbrown v0.16.1
18062026-07-16T17:12:45.321Z Compiling rand_chacha v0.9.0
18072026-07-16T17:12:45.338Z Compiling darling_core v0.23.0
18082026-07-16T17:12:45.859Z Compiling newtype-uuid-macros v0.1.0
18092026-07-16T17:12:45.923Z Compiling num_threads v0.1.7
18102026-07-16T17:12:46.176Z Compiling time v0.3.47
18112026-07-16T17:12:46.193Z Compiling rand v0.9.4
18122026-07-16T17:12:46.709Z Compiling newtype-uuid v1.3.2
18132026-07-16T17:12:46.923Z Compiling strum_macros v0.26.4
18142026-07-16T17:12:47.202Z Compiling async-stream-impl v0.3.6
18152026-07-16T17:12:47.450Z Compiling darling_macro v0.23.0
18162026-07-16T17:12:47.667Z Compiling sync_wrapper v1.0.2
18172026-07-16T17:12:47.787Z Compiling dropshot v0.17.1
18182026-07-16T17:12:48.040Z Compiling fastrand v2.4.1
18192026-07-16T17:12:48.057Z Compiling hex v0.4.3
18202026-07-16T17:12:48.361Z Compiling darling v0.23.0
18212026-07-16T17:12:48.376Z Compiling tower v0.5.3
18222026-07-16T17:12:48.404Z Compiling daft v0.1.7
18232026-07-16T17:12:48.552Z Compiling crossbeam-channel v0.5.15
18242026-07-16T17:12:48.686Z Compiling webpki-roots v1.0.7
18252026-07-16T17:12:48.927Z Compiling openapiv3 v2.2.0
18262026-07-16T17:12:49.053Z Compiling generic-array v0.14.7
18272026-07-16T17:12:49.444Z Compiling tower-http v0.6.11
18282026-07-16T17:12:49.465Z Compiling serde_with_macros v3.20.0
18292026-07-16T17:12:50.141Z Compiling dropshot_endpoint v0.17.1
18302026-07-16T17:12:50.161Z Compiling futures-executor v0.3.32
18312026-07-16T17:12:50.650Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18322026-07-16T17:12:50.748Z Compiling thread_local v1.1.9
18332026-07-16T17:12:51.024Z Compiling openssl-probe v0.2.1
18342026-07-16T17:12:51.116Z Compiling cpufeatures v0.3.0
18352026-07-16T17:12:51.177Z Compiling rustls-native-certs v0.8.4
18362026-07-16T17:12:51.240Z Compiling futures v0.3.32
18372026-07-16T17:12:51.794Z Compiling tempfile v3.27.0
18382026-07-16T17:12:51.875Z Compiling derive-ex v0.1.8
18392026-07-16T17:12:52.067Z Compiling strum_macros v0.27.2
18402026-07-16T17:12:52.625Z Compiling is-terminal v0.4.17
18412026-07-16T17:12:52.736Z Compiling take_mut v0.2.2
18422026-07-16T17:12:52.870Z Compiling winnow v1.0.3
18432026-07-16T17:12:53.043Z Compiling term v1.2.1
18442026-07-16T17:12:53.461Z Compiling test-strategy v0.4.5
18452026-07-16T17:12:53.773Z Compiling slog-term v2.9.2
18462026-07-16T17:12:55.077Z Compiling macaddr v1.0.1
18472026-07-16T17:12:55.121Z Compiling hybrid-array v0.4.12
18482026-07-16T17:12:55.450Z Compiling simd-adler32 v0.3.9
18492026-07-16T17:12:55.653Z Compiling match_cfg v0.1.0
18502026-07-16T17:12:55.691Z Compiling adler2 v2.0.1
18512026-07-16T17:12:55.880Z Compiling miniz_oxide v0.8.9
18522026-07-16T17:12:56.018Z Compiling hostname v0.3.1
18532026-07-16T17:12:56.408Z Compiling slog-json v2.6.1
18542026-07-16T17:12:56.704Z Compiling memmap2 v0.9.10
18552026-07-16T17:12:57.327Z Compiling usdt v0.6.0
18562026-07-16T17:12:57.387Z Compiling slog-bunyan v2.5.0
18572026-07-16T17:12:57.420Z Compiling flate2 v1.1.9
18582026-07-16T17:12:57.570Z Compiling crypto-common v0.2.2
18592026-07-16T17:12:57.986Z Compiling block-buffer v0.12.0
18602026-07-16T17:12:57.998Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-07-16T17:12:58.111Z Compiling either v1.16.0
18622026-07-16T17:12:58.198Z Compiling debug-ignore v1.0.5
18632026-07-16T17:12:58.265Z Compiling compression-core v0.4.32
18642026-07-16T17:12:58.447Z Compiling const-oid v0.10.2
18652026-07-16T17:12:58.704Z Compiling digest v0.11.3
18662026-07-16T17:12:58.766Z Compiling compression-codecs v0.4.38
18672026-07-16T17:12:58.926Z Compiling toml_parser v1.1.2+spec-1.1.0
18682026-07-16T17:12:58.955Z Compiling crypto-common v0.1.7
18692026-07-16T17:12:59.090Z Compiling parse-display-derive v0.10.0
18702026-07-16T17:12:59.126Z Compiling rand_chacha v0.3.1
18712026-07-16T17:12:59.290Z Compiling serde_spanned v1.1.1
18722026-07-16T17:12:59.446Z Compiling toml_datetime v1.1.1+spec-1.1.0
18732026-07-16T17:12:59.522Z Compiling encoding_rs v0.8.35
18742026-07-16T17:12:59.834Z Compiling toml_writer v1.1.1+spec-1.1.0
18752026-07-16T17:12:59.873Z Compiling spin v0.9.8
18762026-07-16T17:12:59.931Z Compiling mime v0.3.17
18772026-07-16T17:13:00.097Z Compiling toml v1.1.2+spec-1.1.0
18782026-07-16T17:13:00.202Z Compiling rand v0.8.6
18792026-07-16T17:13:00.416Z Compiling async-compression v0.4.42
18802026-07-16T17:13:00.557Z Compiling sha1 v0.11.0
18812026-07-16T17:13:00.877Z Compiling strum v0.26.3
18822026-07-16T17:13:00.971Z Compiling async-stream v0.3.6
18832026-07-16T17:13:01.020Z Compiling waitgroup v0.1.2
18842026-07-16T17:13:01.172Z Compiling rustls-pemfile v2.2.0
18852026-07-16T17:13:01.185Z Compiling serde_path_to_error v0.1.20
18862026-07-16T17:13:01.250Z Compiling hostname v0.4.2
18872026-07-16T17:13:01.420Z Compiling wait-timeout v0.2.1
18882026-07-16T17:13:01.839Z Compiling bit-vec v0.8.0
18892026-07-16T17:13:01.910Z Compiling quick-error v1.2.3
18902026-07-16T17:13:02.027Z Compiling rusty-fork v0.3.1
18912026-07-16T17:13:02.031Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-07-16T17:13:02.126Z Compiling bit-set v0.8.0
18932026-07-16T17:13:02.318Z Compiling serde_with v3.20.0
18942026-07-16T17:13:02.457Z Compiling rand_xorshift v0.4.0
18952026-07-16T17:13:02.531Z Compiling unarray v0.1.4
18962026-07-16T17:13:02.655Z Compiling proptest v1.11.0
18972026-07-16T17:13:02.883Z Compiling strum v0.27.2
18982026-07-16T17:13:03.023Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18992026-07-16T17:13:03.178Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19002026-07-16T17:13:03.333Z Compiling instant v0.1.13
19012026-07-16T17:13:03.591Z Compiling itertools v0.14.0
19022026-07-16T17:13:03.689Z Compiling iddqd v0.4.5
19032026-07-16T17:13:04.268Z Compiling unicode-width v0.2.2
19042026-07-16T17:13:04.743Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-16T17:13:04.798Z Compiling block-buffer v0.10.4
19062026-07-16T17:13:04.973Z Compiling backon v1.6.0
19072026-07-16T17:13:05.043Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19082026-07-16T17:13:06.640Z Compiling digest v0.10.7
19092026-07-16T17:13:06.658Z Compiling backoff v0.4.0
19102026-07-16T17:13:06.869Z Compiling parse-display v0.10.0
19112026-07-16T17:13:06.946Z Compiling regress v0.10.5
19122026-07-16T17:13:06.993Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19132026-07-16T17:13:08.054Z Compiling humantime v2.3.0
19142026-07-16T17:13:09.638Z Compiling regress v0.11.1
19152026-07-16T17:13:11.137Z Compiling typify-impl v0.6.2
19162026-07-16T17:13:11.497Z Compiling zerocopy-derive v0.7.35
19172026-07-16T17:13:12.368Z Compiling darling_core v0.21.3
19182026-07-16T17:13:12.766Z Compiling clap_derive v4.6.1
19192026-07-16T17:13:12.863Z Compiling utf8parse v0.2.2
19202026-07-16T17:13:12.927Z Compiling cpufeatures v0.2.17
19212026-07-16T17:13:13.006Z Compiling convert_case v0.4.0
19222026-07-16T17:13:13.308Z Compiling derive_more v0.99.20
19232026-07-16T17:13:13.710Z Compiling anstyle-parse v1.0.0
19242026-07-16T17:13:14.392Z Compiling darling_macro v0.21.3
19252026-07-16T17:13:14.432Z Compiling typify-macro v0.6.2
19262026-07-16T17:13:15.278Z Compiling terminal_size v0.4.4
19272026-07-16T17:13:15.285Z Compiling toml_datetime v0.6.11
19282026-07-16T17:13:15.285Z Compiling anstyle v1.0.14
19292026-07-16T17:13:15.285Z Compiling colorchoice v1.0.5
19302026-07-16T17:13:15.285Z Compiling anstyle-query v1.1.5
19312026-07-16T17:13:15.286Z Compiling is_terminal_polyfill v1.70.2
19322026-07-16T17:13:15.286Z Compiling anstream v1.0.0
19332026-07-16T17:13:15.413Z Compiling darling v0.21.3
19342026-07-16T17:13:15.777Z Compiling secrecy v0.10.3
19352026-07-16T17:13:15.864Z Compiling clap_lex v1.1.0
19362026-07-16T17:13:16.159Z Compiling crucible-workspace-hack v0.1.0
19372026-07-16T17:13:16.199Z Compiling tinyvec_macros v0.1.1
19382026-07-16T17:13:16.345Z Compiling heapless v0.8.0
19392026-07-16T17:13:16.460Z Compiling tinyvec v1.11.0
19402026-07-16T17:13:16.481Z Compiling clap_builder v4.6.0
19412026-07-16T17:13:16.860Z Compiling typify v0.6.2
19422026-07-16T17:13:16.966Z Compiling ingot-macros v0.1.1
19432026-07-16T17:13:17.069Z Compiling zerocopy v0.7.35
19442026-07-16T17:13:17.458Z Compiling hash32 v0.3.1
19452026-07-16T17:13:17.589Z Compiling scroll_derive v0.12.1
19462026-07-16T17:13:17.611Z Compiling rustc_version v0.4.1
19472026-07-16T17:13:17.798Z Compiling num-integer v0.1.46
19482026-07-16T17:13:17.877Z Compiling usdt-impl v0.5.0
19492026-07-16T17:13:18.156Z Compiling smoltcp v0.11.0
19502026-07-16T17:13:18.303Z Compiling scroll v0.12.0
19512026-07-16T17:13:18.392Z Compiling clap v4.6.1
19522026-07-16T17:13:18.483Z Compiling curve25519-dalek v4.1.3
19532026-07-16T17:13:18.783Z Compiling dof v0.3.0
19542026-07-16T17:13:19.607Z Compiling ingot-types v0.1.2
19552026-07-16T17:13:20.112Z Compiling hmac v0.12.1
19562026-07-16T17:13:20.269Z Compiling dtrace-parser v0.2.0
19572026-07-16T17:13:20.746Z Compiling inout v0.1.4
19582026-07-16T17:13:20.749Z Compiling ff v0.13.1
19592026-07-16T17:13:20.750Z Compiling cobs v0.3.0
19602026-07-16T17:13:20.797Z Compiling thread-id v4.2.2
19612026-07-16T17:13:21.413Z Compiling managed v0.8.0
19622026-07-16T17:13:21.826Z Compiling bitflags v1.3.2
19632026-07-16T17:13:21.826Z Compiling unsafe-libyaml v0.2.11
19642026-07-16T17:13:21.857Z Compiling serde_yaml v0.9.34+deprecated
19652026-07-16T17:13:22.231Z Compiling postcard v1.1.3
19662026-07-16T17:13:22.561Z Compiling group v0.13.0
19672026-07-16T17:13:22.684Z Compiling cipher v0.4.4
19682026-07-16T17:13:22.931Z Compiling hkdf v0.12.4
19692026-07-16T17:13:22.954Z Compiling ingot v0.1.1
19702026-07-16T17:13:23.661Z Compiling goblin v0.8.2
19712026-07-16T17:13:23.980Z Compiling num-iter v0.1.45
19722026-07-16T17:13:24.115Z Compiling num-rational v0.4.2
19732026-07-16T17:13:25.114Z Compiling tabwriter v1.4.1
19742026-07-16T17:13:25.322Z Compiling universal-hash v0.5.1
19752026-07-16T17:13:25.464Z Compiling crypto-bigint v0.5.5
19762026-07-16T17:13:25.469Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-07-16T17:13:25.656Z Compiling hubpack_derive v0.1.1
19782026-07-16T17:13:26.188Z Compiling thiserror-impl-no-std v2.0.2
19792026-07-16T17:13:26.451Z Compiling crossbeam-epoch v0.9.18
19802026-07-16T17:13:26.778Z Compiling half v2.7.1
19812026-07-16T17:13:26.969Z Compiling curve25519-dalek-derive v0.1.1
19822026-07-16T17:13:27.278Z Compiling num-complex v0.4.6
19832026-07-16T17:13:27.831Z Compiling memoffset v0.9.1
19842026-07-16T17:13:27.831Z Compiling ciborium-io v0.2.2
19852026-07-16T17:13:28.056Z Compiling opaque-debug v0.3.1
19862026-07-16T17:13:28.096Z Compiling base16ct v0.2.0
19872026-07-16T17:13:28.126Z Compiling rustix v0.38.44
19882026-07-16T17:13:28.388Z Compiling base64ct v1.8.3
19892026-07-16T17:13:28.487Z Compiling heck v0.4.1
19902026-07-16T17:13:28.550Z Compiling cfg_aliases v0.2.1
19912026-07-16T17:13:28.568Z Compiling prettyplease v0.2.37
19922026-07-16T17:13:28.883Z Compiling password-hash v0.5.0
19932026-07-16T17:13:29.047Z Compiling nix v0.31.3
19942026-07-16T17:13:29.429Z Compiling elliptic-curve v0.13.8
19952026-07-16T17:13:29.449Z Compiling poly1305 v0.8.0
19962026-07-16T17:13:29.871Z Compiling ciborium-ll v0.2.2
19972026-07-16T17:13:30.423Z Compiling num v0.4.3
19982026-07-16T17:13:30.446Z Compiling thiserror-no-std v2.0.2
19992026-07-16T17:13:30.726Z Compiling hubpack v0.1.2
20002026-07-16T17:13:31.747Z Compiling chacha20 v0.9.1
20012026-07-16T17:13:32.396Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20022026-07-16T17:13:32.695Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-07-16T17:13:32.709Z Compiling reqwest v0.12.28
20042026-07-16T17:13:34.394Z Compiling toml_edit v0.25.12+spec-1.1.0
20052026-07-16T17:13:34.394Z Compiling blake2 v0.10.6
20062026-07-16T17:13:34.394Z Compiling aead v0.5.2
20072026-07-16T17:13:34.394Z Compiling byte-wrapper v0.1.0
20082026-07-16T17:13:34.395Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20092026-07-16T17:13:34.395Z Compiling serde_repr v0.1.20
20102026-07-16T17:13:34.912Z Compiling proc-macro-error-attr v1.0.4
20112026-07-16T17:13:35.131Z Compiling bstr v1.12.1
20122026-07-16T17:13:35.242Z Compiling float-ord v0.3.2
20132026-07-16T17:13:35.283Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20142026-07-16T17:13:35.379Z Compiling static_assertions v1.1.0
20152026-07-16T17:13:35.417Z Compiling keccak v0.1.6
20162026-07-16T17:13:35.638Z Compiling sha3 v0.10.9
20172026-07-16T17:13:35.937Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20182026-07-16T17:13:35.983Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-07-16T17:13:36.644Z Compiling chacha20poly1305 v0.10.1
20202026-07-16T17:13:36.682Z Compiling proc-macro-crate v3.5.0
20212026-07-16T17:13:36.749Z Compiling argon2 v0.5.3
20222026-07-16T17:13:37.081Z Compiling progenitor-client v0.10.0
20232026-07-16T17:13:37.613Z Compiling vsss-rs v3.3.4
20242026-07-16T17:13:38.823Z Compiling rustls-webpki v0.103.13
20252026-07-16T17:13:38.848Z Compiling ciborium v0.2.2
20262026-07-16T17:13:40.394Z Compiling usdt-macro v0.5.0
20272026-07-16T17:13:40.419Z Compiling usdt-attr-macro v0.5.0
20282026-07-16T17:13:42.281Z Compiling enum-as-inner v0.6.1
20292026-07-16T17:13:43.348Z Compiling num-derive v0.4.2
20302026-07-16T17:13:43.593Z Compiling proc-macro-error v1.0.4
20312026-07-16T17:13:43.593Z Compiling memmap v0.7.0
20322026-07-16T17:13:43.593Z Compiling indent_write v2.2.0
20332026-07-16T17:13:43.681Z Compiling data-encoding v2.11.0
20342026-07-16T17:13:43.681Z Compiling winnow v0.5.40
20352026-07-16T17:13:43.681Z Compiling tokio-rustls v0.26.4
20362026-07-16T17:13:43.681Z Compiling rustls-platform-verifier v0.7.0
20372026-07-16T17:13:43.681Z Compiling hyper-rustls v0.27.9
20382026-07-16T17:13:43.981Z Compiling reqwest v0.13.4
20392026-07-16T17:13:44.501Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20402026-07-16T17:13:44.758Z Compiling toml_edit v0.19.15
20412026-07-16T17:13:45.114Z Compiling usdt v0.5.0
20422026-07-16T17:13:45.509Z Compiling progenitor-client v0.14.0
20432026-07-16T17:13:45.977Z Compiling progenitor-extras v0.2.0
20442026-07-16T17:13:46.298Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-07-16T17:13:46.760Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20462026-07-16T17:13:46.853Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-07-16T17:13:49.174Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-07-16T17:13:49.461Z Compiling num_enum_derive v0.7.6
20492026-07-16T17:13:51.211Z Compiling serde_spanned v0.6.9
20502026-07-16T17:13:51.359Z Compiling foreign-types-macros v0.2.3
20512026-07-16T17:13:56.025Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-07-16T17:13:56.203Z Compiling foreign-types-shared v0.3.1
20532026-07-16T17:13:57.891Z Compiling colored v3.1.1
20542026-07-16T17:13:58.176Z Compiling pkg-config v0.3.33
20552026-07-16T17:13:58.340Z Compiling winnow v0.7.15
20562026-07-16T17:13:58.597Z Compiling toml_write v0.1.2
20572026-07-16T17:13:58.634Z Compiling vcpkg v0.2.15
20582026-07-16T17:13:58.800Z Compiling bytecount v0.6.9
20592026-07-16T17:13:59.002Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-07-16T17:13:59.050Z Compiling foreign-types v0.5.0
20612026-07-16T17:13:59.211Z Compiling openssl-sys v0.9.116
20622026-07-16T17:13:59.300Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-07-16T17:13:59.756Z Compiling toml_edit v0.22.27
20642026-07-16T17:14:00.247Z Compiling num_enum v0.7.6
20652026-07-16T17:14:00.292Z Compiling proc-macro-crate v1.3.1
20662026-07-16T17:14:00.967Z Compiling atomicwrites v0.4.4
20672026-07-16T17:14:01.443Z Compiling progenitor-impl v0.14.0
20682026-07-16T17:14:01.577Z Compiling chacha20 v0.10.0
20692026-07-16T17:14:01.606Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702026-07-16T17:14:02.125Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20712026-07-16T17:14:02.238Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20722026-07-16T17:14:02.329Z Compiling cstr-argument v0.1.2
20732026-07-16T17:14:02.597Z Compiling semver v0.1.20
20742026-07-16T17:14:02.642Z Compiling unicode-segmentation v1.13.3
20752026-07-16T17:14:02.718Z Compiling linked-hash-map v0.5.6
20762026-07-16T17:14:02.750Z Compiling rayon-core v1.13.0
20772026-07-16T17:14:03.041Z Compiling resolv-conf v0.7.6
20782026-07-16T17:14:03.126Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20792026-07-16T17:14:03.234Z Compiling swrite v0.1.0
20802026-07-16T17:14:03.449Z Compiling newline-converter v0.3.0
20812026-07-16T17:14:03.497Z Compiling lru-cache v0.1.2
20822026-07-16T17:14:03.538Z Compiling progenitor-macro v0.14.0
20832026-07-16T17:14:03.565Z Compiling rustc_version v0.1.7
20842026-07-16T17:14:03.824Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20852026-07-16T17:14:03.952Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20862026-07-16T17:14:04.039Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20872026-07-16T17:14:04.098Z Compiling rand v0.10.2
20882026-07-16T17:14:04.130Z Compiling toml v0.8.23
20892026-07-16T17:14:04.782Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20902026-07-16T17:14:04.818Z Compiling num_enum_derive v0.5.11
20912026-07-16T17:14:04.981Z Compiling hickory-proto v0.24.4
20922026-07-16T17:14:05.041Z Compiling similar v2.7.0
20932026-07-16T17:14:05.090Z Compiling crossbeam-deque v0.8.6
20942026-07-16T17:14:05.367Z Compiling progenitor-impl v0.13.0
20952026-07-16T17:14:05.976Z Compiling console v0.15.11
20962026-07-16T17:14:07.165Z Compiling camino-tempfile v1.4.1
20972026-07-16T17:14:07.397Z Compiling serde-big-array v0.5.1
20982026-07-16T17:14:07.553Z Compiling pin-project-internal v1.1.13
20992026-07-16T17:14:07.639Z Compiling derive-where v1.6.1
21002026-07-16T17:14:07.781Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21012026-07-16T17:14:07.984Z Compiling lazy_static v1.5.0
21022026-07-16T17:14:08.043Z Compiling minimal-lexical v0.2.1
21032026-07-16T17:14:08.223Z Compiling siphasher v1.0.3
21042026-07-16T17:14:08.429Z Compiling phf_shared v0.12.1
21052026-07-16T17:14:08.738Z Compiling pin-project v1.1.13
21062026-07-16T17:14:08.907Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-07-16T17:14:08.908Z Compiling nom v7.1.3
21082026-07-16T17:14:09.165Z Compiling progenitor v0.14.0
21092026-07-16T17:14:09.165Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21102026-07-16T17:14:09.475Z Compiling progenitor-macro v0.13.0
21112026-07-16T17:14:10.087Z Compiling hickory-resolver v0.24.4
21122026-07-16T17:14:12.963Z Compiling expectorate v1.2.0
21132026-07-16T17:14:13.052Z Compiling num_enum v0.5.11
21142026-07-16T17:14:14.667Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21152026-07-16T17:14:14.988Z Compiling newtype_derive v0.1.6
21162026-07-16T17:14:15.235Z Compiling progenitor-client v0.13.0
21172026-07-16T17:14:15.767Z Compiling snafu-derive v0.8.9
21182026-07-16T17:14:16.748Z Compiling unicode-normalization v0.1.25
21192026-07-16T17:14:17.427Z Compiling tokio-stream v0.1.18
21202026-07-16T17:14:17.620Z Compiling async-recursion v1.1.1
21212026-07-16T17:14:17.810Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21222026-07-16T17:14:18.070Z Compiling slog-dtrace v0.3.0
21232026-07-16T17:14:18.070Z Compiling csv-core v0.1.13
21242026-07-16T17:14:19.495Z Compiling owo-colors v4.3.0
21252026-07-16T17:14:19.588Z Compiling unicode-xid v0.2.6
21262026-07-16T17:14:19.588Z Compiling cancel-safe-futures v0.1.5
21272026-07-16T17:14:19.588Z Compiling foreign-types-shared v0.1.1
21282026-07-16T17:14:19.588Z Compiling konst_macro_rules v0.2.19
21292026-07-16T17:14:19.588Z Compiling openssl v0.10.80
21302026-07-16T17:14:19.588Z Compiling foldhash v0.1.5
21312026-07-16T17:14:19.588Z Compiling chrono-tz v0.10.4
21322026-07-16T17:14:19.588Z Compiling highway v1.3.0
21332026-07-16T17:14:19.588Z Compiling same-file v1.0.6
21342026-07-16T17:14:19.588Z Compiling unicode-width v0.1.14
21352026-07-16T17:14:19.588Z Compiling hashbrown v0.15.5
21362026-07-16T17:14:19.588Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-07-16T17:14:19.588Z Compiling walkdir v2.5.0
21382026-07-16T17:14:19.588Z Compiling konst v0.2.20
21392026-07-16T17:14:19.881Z Compiling foreign-types v0.3.2
21402026-07-16T17:14:19.941Z Compiling const_format_proc_macros v0.2.34
21412026-07-16T17:14:19.941Z Compiling csv v1.4.0
21422026-07-16T17:14:20.014Z Compiling qorb v0.4.1
21432026-07-16T17:14:20.233Z Compiling snafu v0.8.9
21442026-07-16T17:14:20.558Z Compiling progenitor v0.13.0
21452026-07-16T17:14:20.711Z Compiling olpc-cjson v0.1.4
21462026-07-16T17:14:20.808Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-07-16T17:14:20.932Z Compiling rayon v1.12.0
21482026-07-16T17:14:22.275Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21492026-07-16T17:14:22.804Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-07-16T17:14:23.174Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-07-16T17:14:24.406Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-07-16T17:14:24.909Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21532026-07-16T17:14:24.926Z Compiling phf v0.12.1
21542026-07-16T17:14:25.624Z Compiling zone_cfg_derive v0.3.1
21552026-07-16T17:14:26.162Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-07-16T17:14:26.275Z Compiling tokio-dtrace v0.1.1
21572026-07-16T17:14:26.593Z Compiling globset v0.4.18
21582026-07-16T17:14:27.123Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21592026-07-16T17:14:27.365Z Compiling itertools v0.12.1
21602026-07-16T17:14:28.232Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-07-16T17:14:29.045Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21622026-07-16T17:14:29.097Z Compiling libsw-core v0.3.2
21632026-07-16T17:14:29.098Z Compiling pem v3.0.6
21642026-07-16T17:14:29.098Z Compiling serde_plain v1.0.2
21652026-07-16T17:14:29.098Z Compiling openssl-macros v0.1.1
21662026-07-16T17:14:29.192Z Compiling cookie v0.18.1
21672026-07-16T17:14:29.342Z Compiling sigpipe v0.1.3
21682026-07-16T17:14:29.372Z Compiling glob v0.3.3
21692026-07-16T17:14:29.456Z Compiling jiff v0.2.28
21702026-07-16T17:14:29.479Z Compiling fixedbitset v0.5.7
21712026-07-16T17:14:29.535Z Compiling typed-path v0.9.3
21722026-07-16T17:14:30.013Z Compiling fixedbitset v0.4.2
21732026-07-16T17:14:30.042Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-07-16T17:14:30.391Z Compiling petgraph v0.6.5
21752026-07-16T17:14:30.440Z Compiling petgraph v0.8.3
21762026-07-16T17:14:30.744Z Compiling tough v0.22.0
21772026-07-16T17:14:32.176Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21782026-07-16T17:14:32.223Z Compiling libsw v3.5.0
21792026-07-16T17:14:32.445Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-07-16T17:14:32.484Z Compiling zone v0.3.1
21812026-07-16T17:14:32.679Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-16T17:14:32.782Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21832026-07-16T17:14:33.096Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-16T17:14:34.194Z Compiling oxide-tokio-rt v0.1.6
21852026-07-16T17:14:34.647Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21862026-07-16T17:14:34.770Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-07-16T17:14:35.966Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-07-16T17:14:36.236Z Compiling const_format v0.2.36
21892026-07-16T17:14:36.732Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-07-16T17:14:37.864Z Compiling papergrid v0.11.0
21912026-07-16T17:14:38.204Z Compiling tabled_derive v0.7.0
21922026-07-16T17:14:38.678Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-07-16T17:14:39.162Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21942026-07-16T17:14:39.789Z Compiling libscf-sys v1.2.0
21952026-07-16T17:14:39.913Z Compiling gethostname v0.5.0
21962026-07-16T17:14:39.969Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-07-16T17:14:39.969Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21982026-07-16T17:14:40.010Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-07-16T17:14:40.102Z Compiling bcs v0.1.6
22002026-07-16T17:14:40.167Z Compiling smf v0.2.3
22012026-07-16T17:14:40.167Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22022026-07-16T17:14:40.685Z Compiling termtree v0.5.1
22032026-07-16T17:14:40.973Z Compiling smawk v0.3.2
22042026-07-16T17:14:41.018Z Compiling whoami v1.6.1
22052026-07-16T17:14:41.018Z Compiling tagptr v0.2.0
22062026-07-16T17:14:41.193Z Compiling linear-map v1.2.0
22072026-07-16T17:14:41.285Z Compiling unicode-linebreak v0.1.5
22082026-07-16T17:14:41.334Z Compiling moka v0.12.15
22092026-07-16T17:14:42.211Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-07-16T17:14:42.412Z Compiling textwrap v0.16.2
22112026-07-16T17:14:42.708Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22122026-07-16T17:14:43.072Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-07-16T17:14:43.117Z Compiling tabled v0.15.0
22142026-07-16T17:14:43.117Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-07-16T17:14:44.116Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-07-16T17:14:44.211Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-07-16T17:14:44.335Z Compiling steno v0.4.1
22182026-07-16T17:14:45.761Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-07-16T17:14:49.233Z Compiling hickory-proto v0.25.2
22202026-07-16T17:14:49.509Z Compiling proc-macro-error-attr2 v2.0.0
22212026-07-16T17:14:49.939Z Compiling proc-macro-error2 v2.0.1
22222026-07-16T17:14:50.233Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22232026-07-16T17:14:50.694Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22242026-07-16T17:14:50.908Z Compiling parking_lot_core v0.8.6
22252026-07-16T17:14:51.026Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22262026-07-16T17:14:51.236Z Compiling tabled_derive v0.11.0
22272026-07-16T17:14:51.281Z Compiling papergrid v0.18.0
22282026-07-16T17:14:52.384Z Compiling hickory-resolver v0.25.2
22292026-07-16T17:14:52.646Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-07-16T17:14:52.712Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22312026-07-16T17:14:54.333Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-07-16T17:14:54.675Z Compiling testing_table v0.3.0
22332026-07-16T17:14:55.125Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22342026-07-16T17:14:55.704Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22352026-07-16T17:14:55.900Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22362026-07-16T17:14:56.688Z Compiling tabled v0.21.0
22372026-07-16T17:14:56.742Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22382026-07-16T17:14:57.722Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22392026-07-16T17:14:57.859Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22402026-07-16T17:14:58.521Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22412026-07-16T17:14:58.587Z Compiling arc-swap v1.9.1
22422026-07-16T17:14:58.960Z Compiling slog-scope v4.4.1
22432026-07-16T17:14:59.359Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
22442026-07-16T17:15:00.893Z Compiling parking_lot v0.11.2
22452026-07-16T17:15:01.507Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22462026-07-16T17:15:01.595Z Compiling dropshot-api-manager-types v0.7.2
22472026-07-16T17:15:01.807Z Compiling fxhash v0.2.1
22482026-07-16T17:15:01.967Z Compiling crc8 v0.1.1
22492026-07-16T17:15:02.076Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
22502026-07-16T17:15:02.252Z Compiling sled v0.34.7
22512026-07-16T17:15:02.291Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22522026-07-16T17:15:03.776Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22532026-07-16T17:15:04.458Z Compiling slog-stdlog v4.1.1
22542026-07-16T17:15:05.821Z Compiling port-file v0.1.0
22552026-07-16T17:15:05.902Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22562026-07-16T17:15:05.902Z Compiling slog-envlogger v2.2.0
22572026-07-16T17:15:05.902Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22582026-07-16T17:15:06.933Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22592026-07-16T17:15:09.304Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22602026-07-16T17:15:11.212Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22612026-07-16T17:15:13.140Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22622026-07-16T17:15:22.540Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22632026-07-16T17:15:28.352Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22642026-07-16T17:15:30.992Z Finished `release` profile [optimized] target(s) in 3m 37s
22652026-07-16T17:15:31.386Z+ banner trio
22662026-07-16T17:15:31.590Z
22672026-07-16T17:15:31.590Z ##### ##### # ####
22682026-07-16T17:15:31.591Z # # # # # #
22692026-07-16T17:15:31.591Z # # # # # #
22702026-07-16T17:15:31.591Z # ##### # # #
22712026-07-16T17:15:31.591Z # # # # # #
22722026-07-16T17:15:31.591Z # # # # ####
22732026-07-16T17:15:31.591Z
22742026-07-16T17:15:31.591Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22752026-07-16T17:15:31.814Z Compiling cfg-if v1.0.4
22762026-07-16T17:15:32.050Z Compiling libc v0.2.186
22772026-07-16T17:15:32.568Z Compiling serde_core v1.0.228
22782026-07-16T17:15:32.568Z Compiling memchr v2.8.1
22792026-07-16T17:15:32.568Z Compiling itoa v1.0.18
22802026-07-16T17:15:32.568Z Compiling smallvec v1.15.1
22812026-07-16T17:15:32.568Z Compiling stable_deref_trait v1.2.1
22822026-07-16T17:15:32.568Z Compiling zerofrom v0.1.8
22832026-07-16T17:15:32.569Z Compiling zmij v1.0.21
22842026-07-16T17:15:32.569Z Compiling writeable v0.6.3
22852026-07-16T17:15:32.569Z Compiling yoke v0.8.3
22862026-07-16T17:15:32.663Z Compiling litemap v0.8.2
22872026-07-16T17:15:32.663Z Compiling utf8_iter v1.0.4
22882026-07-16T17:15:32.663Z Compiling zerovec v0.11.6
22892026-07-16T17:15:32.663Z Compiling zerotrie v0.2.4
22902026-07-16T17:15:32.663Z Compiling percent-encoding v2.3.2
22912026-07-16T17:15:32.663Z Compiling libm v0.2.16
22922026-07-16T17:15:32.664Z Compiling icu_properties_data v2.2.0
22932026-07-16T17:15:32.664Z Compiling icu_normalizer_data v2.2.0
22942026-07-16T17:15:32.664Z Compiling form_urlencoded v1.2.2
22952026-07-16T17:15:32.664Z Compiling errno v0.3.14
22962026-07-16T17:15:32.664Z Compiling rand_core v0.10.1
22972026-07-16T17:15:32.858Z Compiling iana-time-zone v0.1.65
22982026-07-16T17:15:32.858Z Compiling getrandom v0.4.2
22992026-07-16T17:15:32.858Z Compiling pin-project-lite v0.2.17
23002026-07-16T17:15:32.958Z Compiling zeroize v1.8.2
23012026-07-16T17:15:32.958Z Compiling tinystr v0.8.3
23022026-07-16T17:15:33.085Z Compiling potential_utf v0.1.5
23032026-07-16T17:15:33.085Z Compiling dyn-clone v1.0.20
23042026-07-16T17:15:33.112Z Compiling icu_locale_core v2.2.0
23052026-07-16T17:15:33.113Z Compiling icu_collections v2.2.0
23062026-07-16T17:15:33.113Z Compiling socket2 v0.6.4
23072026-07-16T17:15:33.113Z Compiling scopeguard v1.2.0
23082026-07-16T17:15:33.113Z Compiling parking_lot_core v0.9.12
23092026-07-16T17:15:33.113Z Compiling signal-hook-registry v1.4.8
23102026-07-16T17:15:33.161Z Compiling num-traits v0.2.19
23112026-07-16T17:15:33.529Z Compiling lock_api v0.4.14
23122026-07-16T17:15:33.609Z Compiling mio v1.2.1
23132026-07-16T17:15:33.709Z Compiling parking_lot v0.12.5
23142026-07-16T17:15:34.010Z Compiling serde v1.0.228
23152026-07-16T17:15:34.245Z Compiling serde_json v1.0.150
23162026-07-16T17:15:34.245Z Compiling icu_provider v2.2.0
23172026-07-16T17:15:34.245Z Compiling uuid v1.23.5
23182026-07-16T17:15:34.646Z Compiling semver v1.0.28
23192026-07-16T17:15:35.086Z Compiling bytes v1.11.1
23202026-07-16T17:15:35.086Z Compiling icu_properties v2.2.0
23212026-07-16T17:15:35.087Z Compiling icu_normalizer v2.2.0
23222026-07-16T17:15:35.087Z Compiling chrono v0.4.45
23232026-07-16T17:15:35.087Z Compiling portable-atomic v1.13.1
23242026-07-16T17:15:35.087Z Compiling thiserror v2.0.18
23252026-07-16T17:15:35.702Z Compiling bitflags v2.12.1
23262026-07-16T17:15:35.908Z Compiling tokio v1.52.3
23272026-07-16T17:15:35.908Z Compiling futures-core v0.3.32
23282026-07-16T17:15:35.908Z Compiling idna_adapter v1.2.2
23292026-07-16T17:15:35.908Z Compiling critical-section v1.2.0
23302026-07-16T17:15:35.908Z Compiling idna v1.1.0
23312026-07-16T17:15:35.908Z Compiling once_cell v1.21.4
23322026-07-16T17:15:36.158Z Compiling subtle v2.6.1
23332026-07-16T17:15:36.159Z Compiling log v0.4.32
23342026-07-16T17:15:36.159Z Compiling url v2.5.8
23352026-07-16T17:15:36.159Z Compiling equivalent v1.0.2
23362026-07-16T17:15:36.159Z Compiling zerocopy v0.8.50
23372026-07-16T17:15:36.484Z Compiling futures-sink v0.3.32
23382026-07-16T17:15:36.485Z Compiling slab v0.4.12
23392026-07-16T17:15:36.485Z Compiling typenum v1.20.1
23402026-07-16T17:15:37.269Z Compiling futures-channel v0.3.32
23412026-07-16T17:15:37.270Z Compiling schemars v0.8.22
23422026-07-16T17:15:37.270Z Compiling getrandom v0.2.17
23432026-07-16T17:15:37.820Z Compiling futures-task v0.3.32
23442026-07-16T17:15:37.821Z Compiling futures-io v0.3.32
23452026-07-16T17:15:37.821Z Compiling rand_core v0.6.4
23462026-07-16T17:15:37.821Z Compiling futures-util v0.3.32
23472026-07-16T17:15:37.821Z Compiling hashbrown v0.17.1
23482026-07-16T17:15:38.107Z Compiling tracing-core v0.1.36
23492026-07-16T17:15:38.890Z Compiling indexmap v2.14.0
23502026-07-16T17:15:38.890Z Compiling tracing v0.1.44
23512026-07-16T17:15:39.721Z Compiling ipnetwork v0.21.1
23522026-07-16T17:15:39.722Z Compiling base64 v0.22.1
23532026-07-16T17:15:39.722Z Compiling http v1.4.2
23542026-07-16T17:15:39.722Z Compiling unicode-ident v1.0.24
23552026-07-16T17:15:39.722Z Compiling proc-macro2 v1.0.106
23562026-07-16T17:15:39.722Z Compiling slog v2.8.2
23572026-07-16T17:15:39.722Z Compiling erased-serde v0.3.31
23582026-07-16T17:15:40.238Z Compiling fnv v1.0.7
23592026-07-16T17:15:40.238Z Compiling quote v1.0.45
23602026-07-16T17:15:40.238Z Compiling oxnet v0.1.6
23612026-07-16T17:15:40.799Z Compiling getrandom v0.3.4
23622026-07-16T17:15:40.799Z Compiling syn v2.0.117
23632026-07-16T17:15:40.799Z Compiling tokio-util v0.7.18
23642026-07-16T17:15:40.799Z Compiling ipnet v2.12.0
23652026-07-16T17:15:41.529Z Compiling byteorder v1.5.0
23662026-07-16T17:15:41.529Z Compiling thiserror v1.0.69
23672026-07-16T17:15:41.529Z Compiling ppv-lite86 v0.2.21
23682026-07-16T17:15:41.529Z Compiling rustls-pki-types v1.14.1
23692026-07-16T17:15:42.367Z Compiling aws-lc-sys v0.41.0
23702026-07-16T17:15:42.367Z Compiling http-body v1.0.1
23712026-07-16T17:15:42.368Z Compiling atomic-waker v1.1.2
23722026-07-16T17:15:42.368Z Compiling untrusted v0.7.1
23732026-07-16T17:15:42.368Z Compiling httparse v1.10.1
23742026-07-16T17:15:42.368Z Compiling untrusted v0.9.0
23752026-07-16T17:15:42.900Z Compiling tower-layer v0.3.3
23762026-07-16T17:15:42.900Z Compiling aws-lc-rs v1.17.0
23772026-07-16T17:15:42.900Z Compiling pretty-hex v0.4.2
23782026-07-16T17:15:42.900Z Compiling ryu v1.0.23
23792026-07-16T17:15:42.900Z Compiling try-lock v0.2.5
23802026-07-16T17:15:42.900Z Compiling tower-service v0.3.3
23812026-07-16T17:15:42.900Z Compiling rustls v0.23.40
23822026-07-16T17:15:42.900Z Compiling want v0.3.1
23832026-07-16T17:15:42.900Z Compiling h2 v0.4.14
23842026-07-16T17:15:42.900Z Compiling httpdate v1.0.3
23852026-07-16T17:15:42.900Z Compiling rustix v1.1.4
23862026-07-16T17:15:42.900Z Compiling regex-syntax v0.8.10
23872026-07-16T17:15:42.900Z Compiling plain v0.2.3
23882026-07-16T17:15:43.206Z Compiling omicron-workspace-hack v0.1.0
23892026-07-16T17:15:43.206Z Compiling ucd-trie v0.1.7
23902026-07-16T17:15:43.206Z Compiling crossbeam-utils v0.8.21
23912026-07-16T17:15:43.533Z Compiling rustls-webpki v0.103.13
23922026-07-16T17:15:43.533Z Compiling pest v2.8.6
23932026-07-16T17:15:45.153Z Compiling hyper v1.10.1
23942026-07-16T17:15:45.791Z Compiling serde_urlencoded v0.7.1
23952026-07-16T17:15:45.791Z Compiling http-body-util v0.1.3
23962026-07-16T17:15:46.527Z Compiling rand_core v0.9.5
23972026-07-16T17:15:46.527Z Compiling foldhash v0.2.0
23982026-07-16T17:15:46.527Z Compiling allocator-api2 v0.2.21
23992026-07-16T17:15:46.778Z Compiling hyper-util v0.1.20
24002026-07-16T17:15:46.778Z Compiling hashbrown v0.16.1
24012026-07-16T17:15:47.406Z Compiling newtype-uuid v1.3.2
24022026-07-16T17:15:48.286Z Compiling tokio-rustls v0.26.4
24032026-07-16T17:15:48.425Z Compiling hex v0.4.3
24042026-07-16T17:15:48.503Z Compiling daft v0.1.7
24052026-07-16T17:15:48.706Z Compiling rand_chacha v0.9.0
24062026-07-16T17:15:48.824Z Compiling sync_wrapper v1.0.2
24072026-07-16T17:15:48.903Z Compiling aho-corasick v1.1.4
24082026-07-16T17:15:49.096Z Compiling fastrand v2.4.1
24092026-07-16T17:15:49.218Z Compiling rand v0.9.4
24102026-07-16T17:15:49.269Z Compiling tower v0.5.3
24112026-07-16T17:15:49.492Z Compiling anyhow v1.0.103
24122026-07-16T17:15:49.578Z Compiling powerfmt v0.2.0
24132026-07-16T17:15:49.698Z Compiling deranged v0.5.8
24142026-07-16T17:15:49.783Z Compiling tower-http v0.6.11
24152026-07-16T17:15:49.914Z Compiling regex-automata v0.4.14
24162026-07-16T17:15:50.036Z Compiling generic-array v0.14.7
24172026-07-16T17:15:50.195Z Compiling openapiv3 v2.2.0
24182026-07-16T17:15:50.397Z Compiling time-core v0.1.8
24192026-07-16T17:15:50.500Z Compiling num_threads v0.1.7
24202026-07-16T17:15:50.560Z Compiling num-conv v0.2.2
24212026-07-16T17:15:50.647Z Compiling cpufeatures v0.3.0
24222026-07-16T17:15:50.801Z Compiling openssl-probe v0.2.1
24232026-07-16T17:15:50.801Z Compiling time v0.3.47
24242026-07-16T17:15:50.858Z Compiling camino v1.2.4
24252026-07-16T17:15:51.035Z Compiling rustls-native-certs v0.8.4
24262026-07-16T17:15:51.439Z Compiling tempfile v3.27.0
24272026-07-16T17:15:51.815Z Compiling futures-executor v0.3.32
24282026-07-16T17:15:52.583Z Compiling winnow v1.0.3
24292026-07-16T17:15:52.848Z Compiling futures v0.3.32
24302026-07-16T17:15:52.848Z Compiling regex v1.12.3
24312026-07-16T17:15:52.848Z Compiling rustls-platform-verifier v0.7.0
24322026-07-16T17:15:53.241Z Compiling hyper-rustls v0.27.9
24332026-07-16T17:15:54.067Z Compiling crossbeam-channel v0.5.15
24342026-07-16T17:15:54.192Z Compiling scroll v0.13.0
24352026-07-16T17:15:54.192Z Compiling hybrid-array v0.4.12
24362026-07-16T17:15:54.192Z Compiling adler2 v2.0.1
24372026-07-16T17:15:54.193Z Compiling simd-adler32 v0.3.9
24382026-07-16T17:15:54.193Z Compiling miniz_oxide v0.8.9
24392026-07-16T17:15:54.498Z Compiling goblin v0.10.7
24402026-07-16T17:15:54.581Z Compiling crc32fast v1.5.0
24412026-07-16T17:15:54.581Z Compiling reqwest v0.13.4
24422026-07-16T17:15:54.581Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24432026-07-16T17:15:54.829Z Compiling thread_local v1.1.9
24442026-07-16T17:15:55.161Z Compiling either v1.16.0
24452026-07-16T17:15:55.456Z Compiling flate2 v1.1.9
24462026-07-16T17:15:55.597Z Compiling crypto-common v0.2.2
24472026-07-16T17:15:56.022Z Compiling block-buffer v0.12.0
24482026-07-16T17:15:56.231Z Compiling crypto-common v0.1.7
24492026-07-16T17:15:56.475Z Compiling dtrace-parser v0.3.0
24502026-07-16T17:15:56.769Z Compiling rand_chacha v0.3.1
24512026-07-16T17:15:56.936Z Compiling thread-id v5.1.0
24522026-07-16T17:15:57.037Z Compiling is-terminal v0.4.17
24532026-07-16T17:15:57.066Z Compiling debug-ignore v1.0.5
24542026-07-16T17:15:57.313Z Compiling const-oid v0.10.2
24552026-07-16T17:15:57.350Z Compiling match_cfg v0.1.0
24562026-07-16T17:15:57.350Z Compiling compression-core v0.4.32
24572026-07-16T17:15:57.453Z Compiling dof v0.4.0
24582026-07-16T17:15:57.565Z Compiling term v1.2.1
24592026-07-16T17:15:58.881Z Compiling take_mut v0.2.2
24602026-07-16T17:15:59.038Z Compiling slog-async v2.8.0
24612026-07-16T17:15:59.385Z Compiling usdt-impl v0.6.0
24622026-07-16T17:16:00.483Z Compiling slog-term v2.9.2
24632026-07-16T17:16:00.528Z Compiling compression-codecs v0.4.38
24642026-07-16T17:16:00.988Z Compiling digest v0.11.3
24652026-07-16T17:16:01.087Z Compiling hostname v0.3.1
24662026-07-16T17:16:01.199Z Compiling rand v0.8.6
24672026-07-16T17:16:01.218Z Compiling ref-cast v1.0.25
24682026-07-16T17:16:01.319Z Compiling toml_parser v1.1.2+spec-1.1.0
24692026-07-16T17:16:01.860Z Compiling slog-json v2.6.1
24702026-07-16T17:16:01.976Z Compiling strum v0.26.3
24712026-07-16T17:16:02.148Z Compiling macaddr v1.0.1
24722026-07-16T17:16:02.257Z Compiling serde_spanned v1.1.1
24732026-07-16T17:16:02.290Z Compiling toml_datetime v1.1.1+spec-1.1.0
24742026-07-16T17:16:02.420Z Compiling memmap2 v0.9.10
24752026-07-16T17:16:02.668Z Compiling wait-timeout v0.2.1
24762026-07-16T17:16:02.793Z Compiling encoding_rs v0.8.35
24772026-07-16T17:16:02.793Z Compiling bit-vec v0.8.0
24782026-07-16T17:16:03.017Z Compiling toml_writer v1.1.1+spec-1.1.0
24792026-07-16T17:16:03.309Z Compiling spin v0.9.8
24802026-07-16T17:16:03.407Z Compiling mime v0.3.17
24812026-07-16T17:16:03.407Z Compiling quick-error v1.2.3
24822026-07-16T17:16:03.469Z Compiling rusty-fork v0.3.1
24832026-07-16T17:16:03.781Z Compiling multer v3.1.0
24842026-07-16T17:16:03.833Z Compiling toml v1.1.2+spec-1.1.0
24852026-07-16T17:16:04.259Z Compiling bit-set v0.8.0
24862026-07-16T17:16:04.461Z Compiling usdt v0.6.0
24872026-07-16T17:16:05.064Z Compiling slog-bunyan v2.5.0
24882026-07-16T17:16:05.219Z Compiling sha1 v0.11.0
24892026-07-16T17:16:05.315Z Compiling async-compression v0.4.42
24902026-07-16T17:16:05.548Z Compiling serde_with v3.20.0
24912026-07-16T17:16:05.671Z Compiling async-stream v0.3.6
24922026-07-16T17:16:05.776Z Compiling rand_xorshift v0.4.0
24932026-07-16T17:16:05.987Z Compiling waitgroup v0.1.2
24942026-07-16T17:16:06.174Z Compiling rustls-pemfile v2.2.0
24952026-07-16T17:16:06.175Z Compiling serde_path_to_error v0.1.20
24962026-07-16T17:16:06.175Z Compiling hostname v0.4.2
24972026-07-16T17:16:06.239Z Compiling unarray v0.1.4
24982026-07-16T17:16:06.239Z Compiling progenitor-client v0.14.0
24992026-07-16T17:16:06.240Z Compiling strum v0.27.2
25002026-07-16T17:16:06.258Z Compiling proptest v1.11.0
25012026-07-16T17:16:06.325Z Compiling dropshot v0.17.1
25022026-07-16T17:16:06.368Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25032026-07-16T17:16:06.519Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25042026-07-16T17:16:06.658Z Compiling iddqd v0.4.5
25052026-07-16T17:16:06.912Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25062026-07-16T17:16:07.058Z Compiling block-buffer v0.10.4
25072026-07-16T17:16:07.092Z Compiling reqwest v0.12.28
25082026-07-16T17:16:07.208Z Compiling backon v1.6.0
25092026-07-16T17:16:07.560Z Compiling instant v0.1.13
25102026-07-16T17:16:07.671Z Compiling backoff v0.4.0
25112026-07-16T17:16:07.840Z Compiling progenitor-extras v0.2.0
25122026-07-16T17:16:08.070Z Compiling digest v0.10.7
25132026-07-16T17:16:08.312Z Compiling progenitor-client v0.10.0
25142026-07-16T17:16:08.326Z Compiling parse-display v0.10.0
25152026-07-16T17:16:08.373Z Compiling itertools v0.14.0
25162026-07-16T17:16:08.686Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25172026-07-16T17:16:09.019Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25182026-07-16T17:16:09.518Z Compiling regress v0.10.5
25192026-07-16T17:16:10.045Z Compiling humantime v2.3.0
25202026-07-16T17:16:10.385Z Compiling cpufeatures v0.2.17
25212026-07-16T17:16:10.748Z Compiling unicode-width v0.2.2
25222026-07-16T17:16:11.063Z Compiling heck v0.5.0
25232026-07-16T17:16:11.064Z Compiling secrecy v0.10.3
25242026-07-16T17:16:11.438Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25252026-07-16T17:16:11.521Z Compiling tinyvec_macros v0.1.1
25262026-07-16T17:16:11.521Z Compiling tinyvec v1.11.0
25272026-07-16T17:16:11.838Z Compiling num-integer v0.1.46
25282026-07-16T17:16:12.211Z Compiling scroll v0.12.0
25292026-07-16T17:16:12.319Z Compiling crucible-workspace-hack v0.1.0
25302026-07-16T17:16:13.662Z Compiling hmac v0.12.1
25312026-07-16T17:16:13.720Z Compiling inout v0.1.4
25322026-07-16T17:16:13.720Z Compiling regress v0.11.1
25332026-07-16T17:16:13.720Z Compiling ff v0.13.1
25342026-07-16T17:16:13.720Z Compiling utf8parse v0.2.2
25352026-07-16T17:16:13.721Z Compiling group v0.13.0
25362026-07-16T17:16:13.721Z Compiling anstyle-parse v1.0.0
25372026-07-16T17:16:13.721Z Compiling cipher v0.4.4
25382026-07-16T17:16:13.721Z Compiling hkdf v0.12.4
25392026-07-16T17:16:13.721Z Compiling goblin v0.8.2
25402026-07-16T17:16:13.721Z Compiling num-rational v0.4.2
25412026-07-16T17:16:14.062Z Compiling num-iter v0.1.45
25422026-07-16T17:16:14.180Z Compiling zerocopy v0.7.35
25432026-07-16T17:16:14.453Z Compiling typify-impl v0.6.2
25442026-07-16T17:16:14.854Z Compiling universal-hash v0.5.1
25452026-07-16T17:16:14.962Z Compiling crypto-bigint v0.5.5
25462026-07-16T17:16:15.289Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25472026-07-16T17:16:16.556Z Compiling terminal_size v0.4.4
25482026-07-16T17:16:16.845Z Compiling half v2.7.1
25492026-07-16T17:16:16.977Z Compiling num-complex v0.4.6
25502026-07-16T17:16:17.118Z Compiling colorchoice v1.0.5
25512026-07-16T17:16:17.455Z Compiling anstyle v1.0.14
25522026-07-16T17:16:17.593Z Compiling is_terminal_polyfill v1.70.2
25532026-07-16T17:16:17.593Z Compiling ciborium-io v0.2.2
25542026-07-16T17:16:17.593Z Compiling base64ct v1.8.3
25552026-07-16T17:16:17.593Z Compiling base16ct v0.2.0
25562026-07-16T17:16:17.925Z Compiling anstyle-query v1.1.5
25572026-07-16T17:16:17.970Z Compiling opaque-debug v0.3.1
25582026-07-16T17:16:17.970Z Compiling poly1305 v0.8.0
25592026-07-16T17:16:17.970Z Compiling password-hash v0.5.0
25602026-07-16T17:16:17.970Z Compiling anstream v1.0.0
25612026-07-16T17:16:18.482Z Compiling elliptic-curve v0.13.8
25622026-07-16T17:16:18.742Z Compiling ciborium-ll v0.2.2
25632026-07-16T17:16:18.823Z Compiling num v0.4.3
25642026-07-16T17:16:18.824Z Compiling curve25519-dalek v4.1.3
25652026-07-16T17:16:18.824Z Compiling typify v0.6.2
25662026-07-16T17:16:18.824Z Compiling dof v0.3.0
25672026-07-16T17:16:18.862Z Compiling thiserror-no-std v2.0.2
25682026-07-16T17:16:18.975Z Compiling chacha20 v0.9.1
25692026-07-16T17:16:19.258Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25702026-07-16T17:16:19.728Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25712026-07-16T17:16:21.946Z Compiling blake2 v0.10.6
25722026-07-16T17:16:21.946Z Compiling aead v0.5.2
25732026-07-16T17:16:22.045Z Compiling byte-wrapper v0.1.0
25742026-07-16T17:16:22.045Z Compiling dtrace-parser v0.2.0
25752026-07-16T17:16:22.045Z Compiling crossbeam-epoch v0.9.18
25762026-07-16T17:16:22.080Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25772026-07-16T17:16:22.500Z Compiling thread-id v4.2.2
25782026-07-16T17:16:22.569Z Compiling clap_lex v1.1.0
25792026-07-16T17:16:22.569Z Compiling float-ord v0.3.2
25802026-07-16T17:16:22.615Z Compiling keccak v0.1.6
25812026-07-16T17:16:22.868Z Compiling strsim v0.11.1
25822026-07-16T17:16:23.054Z Compiling clap_builder v4.6.0
25832026-07-16T17:16:23.316Z Compiling sha3 v0.10.9
25842026-07-16T17:16:23.456Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25852026-07-16T17:16:23.638Z Compiling usdt-impl v0.5.0
25862026-07-16T17:16:23.719Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-07-16T17:16:24.096Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25882026-07-16T17:16:26.628Z Compiling argon2 v0.5.3
25892026-07-16T17:16:27.912Z Compiling chacha20poly1305 v0.10.1
25902026-07-16T17:16:28.769Z Compiling vsss-rs v3.3.4
25912026-07-16T17:16:28.769Z Compiling ciborium v0.2.2
25922026-07-16T17:16:28.975Z Compiling hash32 v0.3.1
25932026-07-16T17:16:29.068Z Compiling memmap v0.7.0
25942026-07-16T17:16:29.150Z Compiling data-encoding v2.11.0
25952026-07-16T17:16:29.383Z Compiling indent_write v2.2.0
25962026-07-16T17:16:29.414Z Compiling usdt v0.5.0
25972026-07-16T17:16:29.458Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25982026-07-16T17:16:30.095Z Compiling heapless v0.8.0
25992026-07-16T17:16:30.954Z Compiling ingot-types v0.1.2
26002026-07-16T17:16:31.126Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26012026-07-16T17:16:31.161Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26022026-07-16T17:16:31.270Z Compiling clap v4.6.1
26032026-07-16T17:16:31.850Z Compiling rustix v0.38.44
26042026-07-16T17:16:31.891Z Compiling tabwriter v1.4.1
26052026-07-16T17:16:31.891Z Compiling cobs v0.3.0
26062026-07-16T17:16:31.891Z Compiling foreign-types-shared v0.3.1
26072026-07-16T17:16:32.015Z Compiling bitflags v1.3.2
26082026-07-16T17:16:32.104Z Compiling managed v0.8.0
26092026-07-16T17:16:32.104Z Compiling colored v3.1.1
26102026-07-16T17:16:32.546Z Compiling smoltcp v0.11.0
26112026-07-16T17:16:32.758Z Compiling foreign-types v0.5.0
26122026-07-16T17:16:33.023Z Compiling postcard v1.1.3
26132026-07-16T17:16:33.124Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26142026-07-16T17:16:33.170Z Compiling num_enum v0.7.6
26152026-07-16T17:16:33.453Z Compiling ingot v0.1.1
26162026-07-16T17:16:34.053Z Compiling memoffset v0.9.1
26172026-07-16T17:16:34.118Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26182026-07-16T17:16:34.118Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26192026-07-16T17:16:34.188Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26202026-07-16T17:16:35.358Z Compiling chacha20 v0.10.0
26212026-07-16T17:16:35.571Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26222026-07-16T17:16:35.571Z Compiling toml_datetime v0.6.11
26232026-07-16T17:16:35.580Z Compiling serde_spanned v0.6.9
26242026-07-16T17:16:35.580Z Compiling cstr-argument v0.1.2
26252026-07-16T17:16:35.580Z Compiling winnow v0.7.15
26262026-07-16T17:16:35.580Z Compiling resolv-conf v0.7.6
26272026-07-16T17:16:36.281Z Compiling swrite v0.1.0
26282026-07-16T17:16:36.281Z Compiling linked-hash-map v0.5.6
26292026-07-16T17:16:39.509Z Compiling unicode-segmentation v1.13.3
26302026-07-16T17:16:39.510Z Compiling static_assertions v1.1.0
26312026-07-16T17:16:39.510Z Compiling toml_write v0.1.2
26322026-07-16T17:16:39.510Z Compiling lru-cache v0.1.2
26332026-07-16T17:16:39.510Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26342026-07-16T17:16:39.510Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26352026-07-16T17:16:39.510Z Compiling newline-converter v0.3.0
26362026-07-16T17:16:39.510Z Compiling rand v0.10.2
26372026-07-16T17:16:39.510Z Compiling hubpack v0.1.2
26382026-07-16T17:16:39.603Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26392026-07-16T17:16:39.603Z Compiling toml_edit v0.22.27
26402026-07-16T17:16:39.603Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26412026-07-16T17:16:39.603Z Compiling nix v0.31.3
26422026-07-16T17:16:39.603Z Compiling atomicwrites v0.4.4
26432026-07-16T17:16:39.603Z Compiling hickory-proto v0.24.4
26442026-07-16T17:16:39.603Z Compiling crossbeam-deque v0.8.6
26452026-07-16T17:16:39.604Z Compiling console v0.15.11
26462026-07-16T17:16:39.604Z Compiling itertools v0.12.1
26472026-07-16T17:16:39.723Z Compiling camino-tempfile v1.4.1
26482026-07-16T17:16:39.723Z Compiling serde-big-array v0.5.1
26492026-07-16T17:16:39.723Z Compiling lazy_static v1.5.0
26502026-07-16T17:16:39.723Z Compiling similar v2.7.0
26512026-07-16T17:16:39.723Z Compiling siphasher v1.0.3
26522026-07-16T17:16:39.723Z Compiling pin-project v1.1.13
26532026-07-16T17:16:39.723Z Compiling phf_shared v0.12.1
26542026-07-16T17:16:39.723Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26552026-07-16T17:16:39.755Z Compiling expectorate v1.2.0
26562026-07-16T17:16:39.885Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26572026-07-16T17:16:39.920Z Compiling hickory-resolver v0.24.4
26582026-07-16T17:16:40.812Z Compiling toml v0.8.23
26592026-07-16T17:16:41.998Z Compiling prettyplease v0.2.37
26602026-07-16T17:16:43.404Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26612026-07-16T17:16:43.517Z Compiling rayon-core v1.13.0
26622026-07-16T17:16:45.072Z Compiling num_enum v0.5.11
26632026-07-16T17:16:45.201Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26642026-07-16T17:16:45.311Z Compiling progenitor-impl v0.13.0
26652026-07-16T17:16:45.552Z Compiling progenitor-impl v0.14.0
26662026-07-16T17:16:46.099Z Compiling unicode-normalization v0.1.25
26672026-07-16T17:16:46.666Z Compiling progenitor-client v0.13.0
26682026-07-16T17:16:47.574Z Compiling tokio-stream v0.1.18
26692026-07-16T17:16:48.065Z Compiling bstr v1.12.1
26702026-07-16T17:16:48.577Z Compiling csv-core v0.1.13
26712026-07-16T17:16:49.197Z Compiling same-file v1.0.6
26722026-07-16T17:16:49.873Z Compiling foldhash v0.1.5
26732026-07-16T17:16:49.873Z Compiling foreign-types-shared v0.1.1
26742026-07-16T17:16:49.873Z Compiling highway v1.3.0
26752026-07-16T17:16:49.873Z Compiling unicode-width v0.1.14
26762026-07-16T17:16:49.873Z Compiling konst_macro_rules v0.2.19
26772026-07-16T17:16:50.651Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26782026-07-16T17:16:50.651Z Compiling konst v0.2.20
26792026-07-16T17:16:50.651Z Compiling hashbrown v0.15.5
26802026-07-16T17:16:50.651Z Compiling foreign-types v0.3.2
26812026-07-16T17:16:50.651Z Compiling walkdir v2.5.0
26822026-07-16T17:16:50.912Z Compiling csv v1.4.0
26832026-07-16T17:16:50.973Z Compiling globset v0.4.18
26842026-07-16T17:16:51.436Z Compiling qorb v0.4.1
26852026-07-16T17:16:53.611Z Compiling progenitor v0.14.0
26862026-07-16T17:16:53.889Z Compiling progenitor v0.13.0
26872026-07-16T17:16:53.986Z Compiling snafu v0.8.9
26882026-07-16T17:16:54.028Z Compiling olpc-cjson v0.1.4
26892026-07-16T17:16:54.028Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26902026-07-16T17:16:54.305Z Compiling rayon v1.12.0
26912026-07-16T17:16:54.430Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26922026-07-16T17:16:55.940Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-07-16T17:16:56.663Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26942026-07-16T17:16:57.593Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-07-16T17:16:59.566Z Compiling phf v0.12.1
26962026-07-16T17:16:59.567Z Compiling openssl-sys v0.9.116
26972026-07-16T17:17:00.294Z Compiling tokio-dtrace v0.1.1
26982026-07-16T17:17:00.294Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26992026-07-16T17:17:01.273Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27002026-07-16T17:17:01.813Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27012026-07-16T17:17:01.813Z Compiling libsw-core v0.3.2
27022026-07-16T17:17:03.357Z Compiling pem v3.0.6
27032026-07-16T17:17:03.357Z Compiling serde_plain v1.0.2
27042026-07-16T17:17:03.357Z Compiling sigpipe v0.1.3
27052026-07-16T17:17:04.286Z Compiling minimal-lexical v0.2.1
27062026-07-16T17:17:04.286Z Compiling bytecount v0.6.9
27072026-07-16T17:17:04.286Z Compiling typed-path v0.9.3
27082026-07-16T17:17:04.286Z Compiling jiff v0.2.28
27092026-07-16T17:17:04.286Z Compiling fixedbitset v0.4.2
27102026-07-16T17:17:04.776Z Compiling fixedbitset v0.5.7
27112026-07-16T17:17:04.776Z Compiling glob v0.3.3
27122026-07-16T17:17:04.776Z Compiling tough v0.22.0
27132026-07-16T17:17:04.776Z Compiling petgraph v0.8.3
27142026-07-16T17:17:04.776Z Compiling petgraph v0.6.5
27152026-07-16T17:17:04.776Z Compiling nom v7.1.3
27162026-07-16T17:17:05.822Z Compiling papergrid v0.11.0
27172026-07-16T17:17:06.311Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-07-16T17:17:06.858Z Compiling openssl v0.10.80
27192026-07-16T17:17:06.858Z Compiling libsw v3.5.0
27202026-07-16T17:17:06.858Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27212026-07-16T17:17:07.276Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27222026-07-16T17:17:07.276Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27232026-07-16T17:17:07.822Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-07-16T17:17:08.622Z Compiling zone v0.3.1
27252026-07-16T17:17:10.302Z Compiling oxide-tokio-rt v0.1.6
27262026-07-16T17:17:10.329Z Compiling chrono-tz v0.10.4
27272026-07-16T17:17:10.893Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27282026-07-16T17:17:11.029Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27292026-07-16T17:17:11.100Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-07-16T17:17:11.176Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27312026-07-16T17:17:12.040Z Compiling newtype_derive v0.1.6
27322026-07-16T17:17:12.112Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27332026-07-16T17:17:12.113Z Compiling slog-dtrace v0.3.0
27342026-07-16T17:17:13.005Z Compiling cancel-safe-futures v0.1.5
27352026-07-16T17:17:13.955Z Compiling const_format v0.2.36
27362026-07-16T17:17:13.955Z Compiling owo-colors v4.3.0
27372026-07-16T17:17:13.956Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27382026-07-16T17:17:14.954Z Compiling gethostname v0.5.0
27392026-07-16T17:17:15.238Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27402026-07-16T17:17:15.238Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-07-16T17:17:15.238Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-07-16T17:17:15.238Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-07-16T17:17:15.625Z Compiling smf v0.2.3
27442026-07-16T17:17:15.625Z Compiling bcs v0.1.6
27452026-07-16T17:17:16.012Z Compiling linear-map v1.2.0
27462026-07-16T17:17:16.012Z Compiling smawk v0.3.2
27472026-07-16T17:17:16.012Z Compiling tagptr v0.2.0
27482026-07-16T17:17:16.079Z Compiling termtree v0.5.1
27492026-07-16T17:17:16.079Z Compiling unicode-linebreak v0.1.5
27502026-07-16T17:17:16.080Z Compiling whoami v1.6.1
27512026-07-16T17:17:16.080Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-07-16T17:17:16.198Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-07-16T17:17:16.470Z Compiling textwrap v0.16.2
27542026-07-16T17:17:16.694Z Compiling moka v0.12.15
27552026-07-16T17:17:17.359Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-07-16T17:17:17.638Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-07-16T17:17:18.006Z Compiling tabled v0.15.0
27582026-07-16T17:17:18.071Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-07-16T17:17:18.904Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-07-16T17:17:19.102Z Compiling steno v0.4.1
27612026-07-16T17:17:19.530Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-07-16T17:17:20.797Z Compiling cookie v0.18.1
27632026-07-16T17:17:22.114Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-07-16T17:17:25.042Z Compiling hickory-proto v0.25.2
27652026-07-16T17:17:26.496Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27662026-07-16T17:17:26.773Z Compiling arc-swap v1.9.1
27672026-07-16T17:17:26.817Z Compiling libscf-sys v1.2.0
27682026-07-16T17:17:26.971Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-07-16T17:17:27.128Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27702026-07-16T17:17:29.026Z Compiling hickory-resolver v0.25.2
27712026-07-16T17:17:29.089Z Compiling slog-scope v4.4.1
27722026-07-16T17:17:29.563Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27732026-07-16T17:17:29.836Z Compiling slog-stdlog v4.1.1
27742026-07-16T17:17:30.229Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-07-16T17:17:30.233Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27762026-07-16T17:17:30.282Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27772026-07-16T17:17:30.338Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27782026-07-16T17:17:30.883Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27792026-07-16T17:17:31.074Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-07-16T17:17:31.961Z Compiling slog-envlogger v2.2.0
27812026-07-16T17:17:32.154Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27822026-07-16T17:17:32.877Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27832026-07-16T17:17:41.428Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-07-16T17:17:43.885Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27852026-07-16T17:17:45.579Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27862026-07-16T17:17:54.453Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27872026-07-16T17:17:59.180Z Finished `release` profile [optimized] target(s) in 2m 26s
27882026-07-16T17:17:59.180Z Running unittests src/lib.rs (target/release/deps/mg_tests-0fa472c9cda41b52)
27892026-07-16T17:17:59.180Z
27902026-07-16T17:17:59.181Zrunning 1 test
27912026-07-16T17:17:59.181Zconfigure zone
27922026-07-16T17:17:59.181Zinstall zone
27932026-07-16T17:18:08.409Zboot zone
27942026-07-16T17:18:08.504Zstart zone s1
27952026-07-16T17:18:08.627Zconfigure zone
27962026-07-16T17:18:08.627Zinstall zone
27972026-07-16T17:18:10.804Zboot zone
27982026-07-16T17:18:10.868Zstart zone s2
27992026-07-16T17:18:10.868Zconfigure zone
28002026-07-16T17:18:10.868Zinstall zone
28012026-07-16T17:18:12.771Zboot zone
28022026-07-16T17:18:12.870Zstart zone t1
28032026-07-16T17:18:12.870Zconfigure zone
28042026-07-16T17:18:12.878Zinstall zone
28052026-07-16T17:18:15.574Zboot zone
28062026-07-16T17:18:15.679Zwaiting for zones to come up
28072026-07-16T17:18:26.078Z[sidecar.trio] svcs milestone/network
28082026-07-16T17:18:26.082ZSTATE STIME FMRI
28092026-07-16T17:18:26.082Zonline 17:18:07 svc:/milestone/network:default
28102026-07-16T17:18:26.082Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28112026-07-16T17:18:26.082Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28122026-07-16T17:18:26.082Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28132026-07-16T17:18:26.082Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28142026-07-16T17:18:26.083Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28152026-07-16T17:18:26.083Z
28162026-07-16T17:18:26.083Zrunning zone s1.trio setup
28172026-07-16T17:18:26.083Z[s1.trio] svcs milestone/network
28182026-07-16T17:18:26.083ZSTATE STIME FMRI
28192026-07-16T17:18:26.083Zonline 17:18:09 svc:/milestone/network:default
28202026-07-16T17:18:26.083Z[s1.trio] dladm
28212026-07-16T17:18:26.083ZLINK CLASS MTU STATE BRIDGE OVER
28222026-07-16T17:18:26.083Zsl0 simnet 9000 up -- ?
28232026-07-16T17:18:26.083Zmg2 vnic 9000 up -- ?
28242026-07-16T17:18:26.083Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28252026-07-16T17:18:26.381Z
28262026-07-16T17:18:26.381Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28272026-07-16T17:18:26.409Z
28282026-07-16T17:18:26.409Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28292026-07-16T17:18:26.417Z
28302026-07-16T17:18:26.417Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28312026-07-16T17:18:26.505Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28322026-07-16T17:18:26.580Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ab42c074-7e05-4f37-91a7-98521bca808f --sled-uuid 686d52be-a842-43b1-b8d2-10b4ab7dbf13 -a sl0/v6 &> /opt/ddmd.log &
28332026-07-16T17:18:26.589Z
28342026-07-16T17:18:26.589Zrunning zone s2.trio setup
28352026-07-16T17:18:26.590Z[s2.trio] svcs milestone/network
28362026-07-16T17:18:26.621ZSTATE STIME FMRI
28372026-07-16T17:18:26.621Zonline 17:18:12 svc:/milestone/network:default
28382026-07-16T17:18:26.621Z[s2.trio] dladm
28392026-07-16T17:18:26.641ZLINK CLASS MTU STATE BRIDGE OVER
28402026-07-16T17:18:26.642Zsl1 simnet 9000 up -- ?
28412026-07-16T17:18:26.642Zmg3 vnic 9000 up -- ?
28422026-07-16T17:18:26.642Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28432026-07-16T17:18:27.164Z
28442026-07-16T17:18:27.164Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28452026-07-16T17:18:27.182Z
28462026-07-16T17:18:27.182Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28472026-07-16T17:18:27.206Z
28482026-07-16T17:18:27.206Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28492026-07-16T17:18:27.244Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28502026-07-16T17:18:27.259Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9a61af91-9a7b-4cbf-aa65-0c075a25d5d2 --sled-uuid 93b2420e-c9ef-432f-b4a9-31d414ec3eb9 -a sl1/v6 &> /opt/ddmd.log &
28512026-07-16T17:18:27.301Z
28522026-07-16T17:18:27.301Zrunning zone t1.trio setup
28532026-07-16T17:18:27.301Z[t1.trio] svcs milestone/network
28542026-07-16T17:18:27.301ZSTATE STIME FMRI
28552026-07-16T17:18:27.301Zonline 17:18:15 svc:/milestone/network:default
28562026-07-16T17:18:27.301Z[t1.trio] dladm
28572026-07-16T17:18:27.344ZLINK CLASS MTU STATE BRIDGE OVER
28582026-07-16T17:18:27.344Ztfportrear0_0 simnet 9000 up -- ?
28592026-07-16T17:18:27.344Ztfportrear1_0 simnet 9000 up -- ?
28602026-07-16T17:18:27.344Zmg1 vnic 9000 up -- ?
28612026-07-16T17:18:27.344Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28622026-07-16T17:18:27.862Z
28632026-07-16T17:18:27.862Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28642026-07-16T17:18:27.878Z
28652026-07-16T17:18:27.879Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28662026-07-16T17:18:27.889Z
28672026-07-16T17:18:27.889Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28682026-07-16T17:18:27.899Z
28692026-07-16T17:18:27.899Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28702026-07-16T17:18:28.209Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28712026-07-16T17:18:28.241Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28722026-07-16T17:18:28.241Zwaiting 3s for copy of files to zone to complete ...
28732026-07-16T17:18:31.204Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28742026-07-16T17:18:31.337Z
28752026-07-16T17:18:31.337Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28762026-07-16T17:18:31.552Z
28772026-07-16T17:18:31.552Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28782026-07-16T17:18:31.589Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28792026-07-16T17:18:31.620Z[t1.trio] svcadm disable dendrite
28802026-07-16T17:18:31.642Z
28812026-07-16T17:18:31.644Z[t1.trio] svcadm disable tfport
28822026-07-16T17:18:31.672Z
28832026-07-16T17:18:31.672Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28842026-07-16T17:18:31.696Z
28852026-07-16T17:18:31.697Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28862026-07-16T17:18:31.724Z
28872026-07-16T17:18:31.724Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28882026-07-16T17:18:31.754Z
28892026-07-16T17:18:31.755Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28902026-07-16T17:18:31.799Z
28912026-07-16T17:18:31.799Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28922026-07-16T17:18:31.826Z
28932026-07-16T17:18:31.826Z[t1.trio] svcadm refresh dendrite:default
28942026-07-16T17:18:31.835Z
28952026-07-16T17:18:31.836Z[t1.trio] svcadm enable dendrite:default
28962026-07-16T17:18:31.843Z
28972026-07-16T17:18:31.843Zwait 10s for dendrite to come up ...
28982026-07-16T17:18:41.833Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28992026-07-16T17:18:41.863Z
29002026-07-16T17:18:41.863Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29012026-07-16T17:18:42.033Z
29022026-07-16T17:18:42.033Z[t1.trio] svcadm refresh tfport:default
29032026-07-16T17:18:42.042Z
29042026-07-16T17:18:42.042Z[t1.trio] svcadm enable tfport
29052026-07-16T17:18:42.042Z
29062026-07-16T17:18:42.042Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5d83335f-f8c2-427a-b1b4-aaf55e062797 --sled-uuid 500ae475-791e-46a5-bfad-872ed277486e -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29072026-07-16T17:18:42.042Z
29082026-07-16T17:18:42.042Z[t1.trio] ipadm
29092026-07-16T17:18:42.042ZADDROBJ TYPE STATE ADDR
29102026-07-16T17:18:42.042Zlo0/v4 static ok 127.0.0.1/8
29112026-07-16T17:18:42.042Zmg1/v4 static ok 10.0.0.3/24
29122026-07-16T17:18:42.042Zlo0/v6 static ok ::1/128
29132026-07-16T17:18:42.042Zlo0/u6 static ok fd00:3::1/64
29142026-07-16T17:18:42.043Ztfportrear0_0/v6 addrconf ok fe80::3435:f3ff:fe8e:8cff%tfportrear0_0/10
29152026-07-16T17:18:42.043Ztfportrear1_0/v6 addrconf ok fe80::f0f1:dfff:fe1b:ae06%tfportrear1_0/10
29162026-07-16T17:18:44.057Zinitial peering test passed
29172026-07-16T17:18:45.055Zadvertise from one passed
29182026-07-16T17:18:46.056Zadvertise from two passed
29192026-07-16T17:18:46.056Z[s1.trio] ping fd00:2::1
29202026-07-16T17:18:46.074Zfd00:2::1 is alive
29212026-07-16T17:18:46.074Z[s2.trio] ping fd00:1::1
29222026-07-16T17:18:46.086Zfd00:1::1 is alive
29232026-07-16T17:18:46.086Zconnectivity test passed
29242026-07-16T17:18:46.086Z[t1.trio] pkill ddmd
29252026-07-16T17:18:46.098Z
29262026-07-16T17:18:52.104Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 19c5e0cf-0f53-4aec-9610-da76f28141a8 --sled-uuid 0b03add0-ec4b-4b99-8e38-694cf76dd95a -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29272026-07-16T17:18:52.119Z
29282026-07-16T17:18:52.119Z[t1.trio] ipadm
29292026-07-16T17:18:52.134ZADDROBJ TYPE STATE ADDR
29302026-07-16T17:18:52.134Zlo0/v4 static ok 127.0.0.1/8
29312026-07-16T17:18:52.134Zmg1/v4 static ok 10.0.0.3/24
29322026-07-16T17:18:52.134Zlo0/v6 static ok ::1/128
29332026-07-16T17:18:52.134Zlo0/u6 static ok fd00:3::1/64
29342026-07-16T17:18:52.134Ztfportrear0_0/v6 addrconf ok fe80::3435:f3ff:fe8e:8cff%tfportrear0_0/10
29352026-07-16T17:18:52.134Ztfportrear1_0/v6 addrconf ok fe80::f0f1:dfff:fe1b:ae06%tfportrear1_0/10
29362026-07-16T17:18:55.136Z[s1.trio] ping fd00:2::1
29372026-07-16T17:18:55.151Zfd00:2::1 is alive
29382026-07-16T17:18:55.151Z[s2.trio] ping fd00:1::1
29392026-07-16T17:18:55.164Zfd00:1::1 is alive
29402026-07-16T17:18:55.164Ztransit router restart passed
29412026-07-16T17:18:55.164Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29422026-07-16T17:18:55.179Zlocal v6:
29432026-07-16T17:18:55.179Zfe80::3435:f3ff:fe8e:8cff
29442026-07-16T17:18:55.180Zfe80::f0f1:dfff:fe1b:ae06
29452026-07-16T17:18:55.180Zlocal v4:
29462026-07-16T17:18:55.180Zrouter v6_idx:
29472026-07-16T17:18:55.180Zfd00:1::/64 -> 0
29482026-07-16T17:18:55.180Zfd00:2::/64 -> 1
29492026-07-16T17:18:55.180Zrouter v6_routes:
29502026-07-16T17:18:55.181Z1 -> fe80::34dc:70ff:fe46:a630 (2)
29512026-07-16T17:18:55.181Z0 -> fe80::54a7:a2ff:fe4c:8358 (1)
29522026-07-16T17:18:55.181Zrouter v4_idx:
29532026-07-16T17:18:55.181Zrouter v4_routes:
29542026-07-16T17:18:55.181Zresolver v4:
29552026-07-16T17:18:55.181Z10.0.0.254 -> 02:08:20:b4:f8:7f
29562026-07-16T17:18:55.181Z10.0.0.3 -> 02:08:20:f8:dc:42
29572026-07-16T17:18:55.181Zresolver v6:
29582026-07-16T17:18:55.181Zfe80::f0f1:dfff:fe1b:ae06 -> f2:f1:df:1b:ae:06
29592026-07-16T17:18:55.181Zfe80::54a7:a2ff:fe4c:8358 -> 56:a7:a2:4c:83:58
29602026-07-16T17:18:55.181Zfe80::3435:f3ff:fe8e:8cff -> 36:35:f3:8e:8c:ff
29612026-07-16T17:18:55.181Zfe80::34dc:70ff:fe46:a630 -> 36:dc:70:46:a6:30
29622026-07-16T17:18:55.181Znat v4:
29632026-07-16T17:18:55.181Znat_v6:
29642026-07-16T17:18:55.181Zport_mac:
29652026-07-16T17:18:55.182Z1000: a8:40:25:4d:a5:16
29662026-07-16T17:18:55.182Z2: a8:40:25:4d:a5:18
29672026-07-16T17:18:55.182Z1: a8:40:25:4d:a5:17
29682026-07-16T17:18:55.182Zproxy arp:
29692026-07-16T17:18:55.182Z[s1.trio] pkill ddmd
29702026-07-16T17:18:55.191Z
29712026-07-16T17:18:58.338Ztest ddm::test_trio_v3 has been running for over 60 seconds
29722026-07-16T17:19:00.194Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29732026-07-16T17:19:00.211Zlocal v6:
29742026-07-16T17:19:00.211Zfe80::3435:f3ff:fe8e:8cff
29752026-07-16T17:19:00.211Zfe80::f0f1:dfff:fe1b:ae06
29762026-07-16T17:19:00.213Zlocal v4:
29772026-07-16T17:19:00.213Zrouter v6_idx:
29782026-07-16T17:19:00.213Zfd00:2::/64 -> 1
29792026-07-16T17:19:00.213Zrouter v6_routes:
29802026-07-16T17:19:00.213Z1 -> fe80::34dc:70ff:fe46:a630 (2)
29812026-07-16T17:19:00.213Zrouter v4_idx:
29822026-07-16T17:19:00.213Zrouter v4_routes:
29832026-07-16T17:19:00.213Zresolver v4:
29842026-07-16T17:19:00.213Z10.0.0.254 -> 02:08:20:b4:f8:7f
29852026-07-16T17:19:00.213Z10.0.0.3 -> 02:08:20:f8:dc:42
29862026-07-16T17:19:00.213Zresolver v6:
29872026-07-16T17:19:00.213Zfe80::f0f1:dfff:fe1b:ae06 -> f2:f1:df:1b:ae:06
29882026-07-16T17:19:00.213Zfe80::54a7:a2ff:fe4c:8358 -> 56:a7:a2:4c:83:58
29892026-07-16T17:19:00.213Zfe80::3435:f3ff:fe8e:8cff -> 36:35:f3:8e:8c:ff
29902026-07-16T17:19:00.213Zfe80::34dc:70ff:fe46:a630 -> 36:dc:70:46:a6:30
29912026-07-16T17:19:00.214Znat v4:
29922026-07-16T17:19:00.214Znat_v6:
29932026-07-16T17:19:00.214Zport_mac:
29942026-07-16T17:19:00.214Z1000: a8:40:25:4d:a5:16
29952026-07-16T17:19:00.214Z2: a8:40:25:4d:a5:18
29962026-07-16T17:19:00.214Z1: a8:40:25:4d:a5:17
29972026-07-16T17:19:00.214Zproxy arp:
29982026-07-16T17:19:00.214Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9f094697-0d56-48a7-924d-31cd03e7d9be --sled-uuid a2da46ca-4420-4e32-9970-682921e60421 -a sl0/v6 &> /opt/ddmd.log &
29992026-07-16T17:19:00.222Z
30002026-07-16T17:19:03.224Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30012026-07-16T17:19:03.242Zlocal v6:
30022026-07-16T17:19:03.243Zfe80::3435:f3ff:fe8e:8cff
30032026-07-16T17:19:03.243Zfe80::f0f1:dfff:fe1b:ae06
30042026-07-16T17:19:03.243Zlocal v4:
30052026-07-16T17:19:03.243Zrouter v6_idx:
30062026-07-16T17:19:03.243Zfd00:1::/64 -> 0
30072026-07-16T17:19:03.243Zfd00:2::/64 -> 1
30082026-07-16T17:19:03.243Zrouter v6_routes:
30092026-07-16T17:19:03.243Z1 -> fe80::34dc:70ff:fe46:a630 (2)
30102026-07-16T17:19:03.243Z0 -> fe80::54a7:a2ff:fe4c:8358 (1)
30112026-07-16T17:19:03.243Zrouter v4_idx:
30122026-07-16T17:19:03.243Zrouter v4_routes:
30132026-07-16T17:19:03.243Zresolver v4:
30142026-07-16T17:19:03.243Z10.0.0.254 -> 02:08:20:b4:f8:7f
30152026-07-16T17:19:03.243Z10.0.0.3 -> 02:08:20:f8:dc:42
30162026-07-16T17:19:03.243Zresolver v6:
30172026-07-16T17:19:03.243Zfe80::f0f1:dfff:fe1b:ae06 -> f2:f1:df:1b:ae:06
30182026-07-16T17:19:03.243Zfe80::54a7:a2ff:fe4c:8358 -> 56:a7:a2:4c:83:58
30192026-07-16T17:19:03.243Zfe80::3435:f3ff:fe8e:8cff -> 36:35:f3:8e:8c:ff
30202026-07-16T17:19:03.243Zfe80::34dc:70ff:fe46:a630 -> 36:dc:70:46:a6:30
30212026-07-16T17:19:03.243Znat v4:
30222026-07-16T17:19:03.243Znat_v6:
30232026-07-16T17:19:03.244Zport_mac:
30242026-07-16T17:19:03.244Z1000: a8:40:25:4d:a5:16
30252026-07-16T17:19:03.244Z2: a8:40:25:4d:a5:18
30262026-07-16T17:19:03.244Z1: a8:40:25:4d:a5:17
30272026-07-16T17:19:03.244Zproxy arp:
30282026-07-16T17:19:03.247Z[s2.trio] netstat -nr -f inet6
30292026-07-16T17:19:03.255ZRouting Table: IPv6
30302026-07-16T17:19:03.255Z Destination/Mask Gateway Flags Ref Use If
30312026-07-16T17:19:03.255Z--------------------------- --------------------------- ----- --- ------- -----
30322026-07-16T17:19:03.255Z::1 ::1 UH 2 0 lo0
30332026-07-16T17:19:03.255Zfd00:1::/64 fe80::f0f1:dfff:fe1b:ae06 UG 1 0 sl1
30342026-07-16T17:19:03.255Zfe80::/10 fe80::34dc:70ff:fe46:a630 U 3 64 sl1
30352026-07-16T17:19:03.255Z[s2.trio] ipadm
30362026-07-16T17:19:03.271ZADDROBJ TYPE STATE ADDR
30372026-07-16T17:19:03.271Zlo0/v4 static ok 127.0.0.1/8
30382026-07-16T17:19:03.271Zmg3/v4 static ok 10.0.0.2/24
30392026-07-16T17:19:03.271Zlo0/v6 static ok ::1/128
30402026-07-16T17:19:03.271Zlo0/u6 static ok fd00:2::1/64
30412026-07-16T17:19:03.271Zsl1/v6 addrconf ok fe80::34dc:70ff:fe46:a630%sl1/10
30422026-07-16T17:19:03.271Z[s2.trio] route -nv get -inet6 fd00:1::1
30432026-07-16T17:19:03.280Znewrt->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>
30442026-07-16T17:19:03.280Zlocks: inits:
30452026-07-16T17:19:03.280Zsockaddrs: <DST,IFP>
30462026-07-16T17:19:03.280Z fd00:1::1
30472026-07-16T17:19:03.280Z route to: fd00:1::1
30482026-07-16T17:19:03.280Zdestination: fd00:1::
30492026-07-16T17:19:03.280Z mask: ffff:ffff:ffff:ffff::
30502026-07-16T17:19:03.280Z gateway: fe80::f0f1:dfff:fe1b:ae06
30512026-07-16T17:19:03.280Z interface: sl1 index 3 address 36 dc 70 46 a6 30
30522026-07-16T17:19:03.280Z flags: <UP,GATEWAY,DONE,STATIC>
30532026-07-16T17:19:03.280Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30542026-07-16T17:19:03.280Z 0 0 0 0 0 0 9000 0
30552026-07-16T17:19:03.280Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30562026-07-16T17:19:03.281Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30572026-07-16T17:19:03.281Z fd00:1:: fe80::f0f1:dfff:fe1b:ae06 ffff:ffff:ffff:ffff:: sl1:36.dc.70.46.a6.30 fe80::34dc:70ff:fe46:a630
30582026-07-16T17:19:03.281Z[s2.trio] ndp -na
30592026-07-16T17:19:03.294ZNet to Media Table: IPv6
30602026-07-16T17:19:03.294Z If Physical Address Type State Destination/Mask
30612026-07-16T17:19:03.294Z----- ----------------- ------- ------------ ---------------------------
30622026-07-16T17:19:03.294Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30632026-07-16T17:19:03.294Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30642026-07-16T17:19:03.294Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30652026-07-16T17:19:03.294Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30662026-07-16T17:19:03.294Zsl1 36:dc:70:46:a6:30 local REACHABLE fe80::34dc:70ff:fe46:a630
30672026-07-16T17:19:03.294Zsl1 f2:f1:df:1b:ae:06 dynamic REACHABLE fe80::f0f1:dfff:fe1b:ae06
30682026-07-16T17:19:03.294Zsl1 33:33:ff:1b:ae:06 other REACHABLE ff02::1:ff1b:ae06
30692026-07-16T17:19:03.294Zsl1 33:33:ff:46:a6:30 other REACHABLE ff02::1:ff46:a630
30702026-07-16T17:19:03.294Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30712026-07-16T17:19:03.294Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30722026-07-16T17:19:03.359Zlocal v6:
30732026-07-16T17:19:03.359Zfe80::3435:f3ff:fe8e:8cff
30742026-07-16T17:19:03.359Zfe80::f0f1:dfff:fe1b:ae06
30752026-07-16T17:19:03.359Zlocal v4:
30762026-07-16T17:19:03.359Zrouter v6_idx:
30772026-07-16T17:19:03.359Zfd00:1::/64 -> 0
30782026-07-16T17:19:03.359Zfd00:2::/64 -> 1
30792026-07-16T17:19:03.359Zrouter v6_routes:
30802026-07-16T17:19:03.359Z1 -> fe80::34dc:70ff:fe46:a630 (2)
30812026-07-16T17:19:03.359Z0 -> fe80::54a7:a2ff:fe4c:8358 (1)
30822026-07-16T17:19:03.360Zrouter v4_idx:
30832026-07-16T17:19:03.360Zrouter v4_routes:
30842026-07-16T17:19:03.360Zresolver v4:
30852026-07-16T17:19:03.360Z10.0.0.254 -> 02:08:20:b4:f8:7f
30862026-07-16T17:19:03.360Z10.0.0.3 -> 02:08:20:f8:dc:42
30872026-07-16T17:19:03.360Zresolver v6:
30882026-07-16T17:19:03.360Zfe80::f0f1:dfff:fe1b:ae06 -> f2:f1:df:1b:ae:06
30892026-07-16T17:19:03.360Zfe80::54a7:a2ff:fe4c:8358 -> 56:a7:a2:4c:83:58
30902026-07-16T17:19:03.360Zfe80::3435:f3ff:fe8e:8cff -> 36:35:f3:8e:8c:ff
30912026-07-16T17:19:03.360Zfe80::34dc:70ff:fe46:a630 -> 36:dc:70:46:a6:30
30922026-07-16T17:19:03.360Znat v4:
30932026-07-16T17:19:03.360Znat_v6:
30942026-07-16T17:19:03.360Zport_mac:
30952026-07-16T17:19:03.360Z1000: a8:40:25:4d:a5:16
30962026-07-16T17:19:03.360Z2: a8:40:25:4d:a5:18
30972026-07-16T17:19:03.360Z1: a8:40:25:4d:a5:17
30982026-07-16T17:19:03.360Zproxy arp:
30992026-07-16T17:19:03.360Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31002026-07-16T17:19:03.365ZSubnet Port Link Gateway Vlan
31012026-07-16T17:19:03.365Zfd00:1::/64 rear0 0 fe80::54a7:a2ff:fe4c:8358
31022026-07-16T17:19:03.365Zfd00:2::/64 rear1 0 fe80::34dc:70ff:fe46:a630
31032026-07-16T17:19:03.365Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31042026-07-16T17:19:03.391Zhost mac age
31052026-07-16T17:19:03.391Z10.0.0.3 02:08:20:f8:dc:42 21s
31062026-07-16T17:19:03.391Z10.0.0.254 02:08:20:b4:f8:7f 18s
31072026-07-16T17:19:03.391Zfe80::3435:f3ff:fe8e:8cff 36:35:f3:8e:8c:ff 21s
31082026-07-16T17:19:03.391Zfe80::34dc:70ff:fe46:a630 36:dc:70:46:a6:30 21s
31092026-07-16T17:19:03.391Zfe80::54a7:a2ff:fe4c:8358 56:a7:a2:4c:83:58 21s
31102026-07-16T17:19:03.391Zfe80::f0f1:dfff:fe1b:ae06 f2:f1:df:1b:ae:06 21s
31112026-07-16T17:19:03.391Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31122026-07-16T17:19:03.432ZLink IPv4 IPv6
31132026-07-16T17:19:03.432Zrear0/0 fe80::3435:f3ff:fe8e:8cff
31142026-07-16T17:19:03.432Zrear1/0 fe80::f0f1:dfff:fe1b:ae06
31152026-07-16T17:19:03.432Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31162026-07-16T17:19:04.456ZADDROBJ TYPE STATE ADDR
31172026-07-16T17:19:04.456Zlo0/v4 static ok 127.0.0.1/8
31182026-07-16T17:19:04.456Zmg2/v4 static ok 10.0.0.1/24
31192026-07-16T17:19:04.456Zlo0/v6 static ok ::1/128
31202026-07-16T17:19:04.456Zlo0/u6 static ok fd00:1::1/64
31212026-07-16T17:19:04.456Zsl0/v6 addrconf ok fe80::54a7:a2ff:fe4c:8358%sl0/10
31222026-07-16T17:19:04.456Znewrt->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>
31232026-07-16T17:19:04.456Zlocks: inits:
31242026-07-16T17:19:04.456Zsockaddrs: <DST,IFP>
31252026-07-16T17:19:04.456Z fd00:2::1
31262026-07-16T17:19:04.456Z route to: fd00:2::1
31272026-07-16T17:19:04.456Zdestination: fd00:2::
31282026-07-16T17:19:04.456Z mask: ffff:ffff:ffff:ffff::
31292026-07-16T17:19:04.456Z gateway: fe80::3435:f3ff:fe8e:8cff
31302026-07-16T17:19:04.456Z interface: sl0 index 3 address 56 a7 a2 4c 83 58
31312026-07-16T17:19:04.456Z flags: <UP,GATEWAY,DONE,STATIC>
31322026-07-16T17:19:04.456Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31332026-07-16T17:19:04.456Z 0 0 0 0 0 0 9000 0
31342026-07-16T17:19:04.456Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31352026-07-16T17:19:04.456Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31362026-07-16T17:19:04.456Z fd00:2:: fe80::3435:f3ff:fe8e:8cff ffff:ffff:ffff:ffff:: sl0:56.a7.a2.4c.83.58 fe80::54a7:a2ff:fe4c:8358
31372026-07-16T17:19:04.456Z
31382026-07-16T17:19:04.456ZNet to Media Table: IPv6
31392026-07-16T17:19:04.457Z If Physical Address Type State Destination/Mask
31402026-07-16T17:19:04.457Z----- ----------------- ------- ------------ ---------------------------
31412026-07-16T17:19:04.457Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31422026-07-16T17:19:04.457Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31432026-07-16T17:19:04.457Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31442026-07-16T17:19:04.457Zsl0 36:35:f3:8e:8c:ff dynamic REACHABLE fe80::3435:f3ff:fe8e:8cff
31452026-07-16T17:19:04.457Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31462026-07-16T17:19:04.457Zsl0 33:33:ff:4c:83:58 other REACHABLE ff02::1:ff4c:8358
31472026-07-16T17:19:04.457Zsl0 56:a7:a2:4c:83:58 local REACHABLE fe80::54a7:a2ff:fe4c:8358
31482026-07-16T17:19:04.457Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31492026-07-16T17:19:04.457Zsl0 33:33:ff:8e:8c:ff other REACHABLE ff02::1:ff8e:8cff
31502026-07-16T17:19:04.457Z
31512026-07-16T17:19:04.457Z
31522026-07-16T17:19:04.457ZRouting Table: IPv6
31532026-07-16T17:19:04.457Z Destination/Mask Gateway Flags Ref Use If
31542026-07-16T17:19:04.457Z--------------------------- --------------------------- ----- --- ------- -----
31552026-07-16T17:19:04.457Z::1 ::1 UH 2 0 lo0
31562026-07-16T17:19:04.460Zfd00:2::/64 fe80::3435:f3ff:fe8e:8cff UG 2 2 sl0
31572026-07-16T17:19:04.460Zfe80::/10 fe80::54a7:a2ff:fe4c:8358 U 3 64 sl0
31582026-07-16T17:19:04.460ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31592026-07-16T17:19:04.460Z68 bytes from fd00:2::1: icmp_seq=0. time=0.244 ms
31602026-07-16T17:19:04.460Z68 bytes from fd00:2::1: icmp_seq=1. time=0.225 ms
31612026-07-16T17:19:04.460Z
31622026-07-16T17:19:04.460Z----fd00:2::1 PING Statistics----
31632026-07-16T17:19:04.460Z2 packets transmitted, 2 packets received, 0% packet loss
31642026-07-16T17:19:04.460Zround-trip (ms) min/avg/max/stddev = 0.225/0.234/0.244/0.013
31652026-07-16T17:19:04.460Z[s2.trio] ping fd00:1::1
31662026-07-16T17:19:04.469Zfd00:1::1 is alive
31672026-07-16T17:19:04.469Zserver router restart passed
31682026-07-16T17:19:08.475Zpeer expiration recovery passed
31692026-07-16T17:19:09.476Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31702026-07-16T17:19:09.495Z3
31712026-07-16T17:19:09.495Zredundant advertise passed
31722026-07-16T17:19:10.498Ztunnel endpoint advertise passed
31732026-07-16T17:19:15.500Zredundant tunnel endpoint advertise passed
31742026-07-16T17:19:15.500Z[s1.trio] pkill ddmd
31752026-07-16T17:19:15.515Z
31762026-07-16T17:19:20.516Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e1a45479-0a31-4376-8403-b56de1608031 --sled-uuid 1309b235-6c31-487f-9dd3-f3b608b2fe75 -a sl0/v6 &> /opt/ddmd.log &
31772026-07-16T17:19:20.532Z
31782026-07-16T17:19:25.539Ztunnel router restart passed
31792026-07-16T17:19:26.541Ztunnel endpoint withdraw passed
31802026-07-16T17:19:26.545Z[t1.trio] pkill ddmd
31812026-07-16T17:19:26.556Z
31822026-07-16T17:19:26.556Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31832026-07-16T17:19:26.560Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31842026-07-16T17:19:28.443Z[s2.trio] pkill ddmd
31852026-07-16T17:19:28.458Z
31862026-07-16T17:19:28.458Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31872026-07-16T17:19:30.273Z[s1.trio] pkill ddmd
31882026-07-16T17:19:30.288Z
31892026-07-16T17:19:30.288Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31902026-07-16T17:19:32.035Z[sidecar.trio] pkill softnpu
31912026-07-16T17:19:32.049Z
31922026-07-16T17:19:32.049Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31932026-07-16T17:19:34.759Ztest ddm::test_trio_v3 ... ok
31942026-07-16T17:19:34.760Z
31952026-07-16T17:19:34.760Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.42s
31962026-07-16T17:19:34.760Z
31972026-07-16T17:19:34.816Z+ cleanup
31982026-07-16T17:19:34.820Z++ id -un
31992026-07-16T17:19:34.820Z++ id -gn
32002026-07-16T17:19:34.820Z+ pfexec chown -R build:build .
32012026-07-16T17:19:34.938Zprocess exited: duration 728792 ms, exit code 0
 
32022026-07-16T17:19:34.955Zfound 5 output files
32032026-07-16T17:19:34.962Zuploading: /work/s1.trio.log (3895 bytes)
32042026-07-16T17:19:35.980Zuploaded: /work/s1.trio.log
32052026-07-16T17:19:35.980Zuploading: /work/s2.trio.log (10656 bytes)
32062026-07-16T17:19:37.010Zuploaded: /work/s2.trio.log
32072026-07-16T17:19:37.010Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32082026-07-16T17:19:38.023Zuploaded: /work/sidecar.trio-softnpu.log
32092026-07-16T17:19:38.023Zuploading: /work/t1.trio-dpd.log (334804 bytes)
32102026-07-16T17:19:39.054Zuploaded: /work/t1.trio-dpd.log
32112026-07-16T17:19:39.054Zuploading: /work/t1.trio.log (25605 bytes)
32122026-07-16T17:19:40.087Zuploaded: /work/t1.trio.log