01KTB53XKQQDXF651NP6AYXTCG: 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: 01KTB54N2K1P8ZX14QBS9D9WPK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T05:48:23.426Zjob assigned to worker 01KTB55BMGFWXXVDZFD6E01KR4 [factory aws, i-09cc660a27f083bee] (queued for 1 m 4 s)
 
22026-06-05T05:48:29.810Zstarting task 0: "setup"
32026-06-05T05:48:29.815Z++ uname -s
42026-06-05T05:48:29.819Z+ kern=SunOS
52026-06-05T05:48:29.819Z+ build_user=build
62026-06-05T05:48:29.819Z+ build_uid=12345
72026-06-05T05:48:29.819Z+ work_dir=/work
82026-06-05T05:48:29.819Z+ input_dir=/input
92026-06-05T05:48:29.819Z+ [[ 0 == 12345 ]]
102026-06-05T05:48:29.819Z+ case "$kern" in
112026-06-05T05:48:29.819Z+ groupadd -g 12345 build
122026-06-05T05:48:29.819Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T05:48:31.824Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T05:48:31.941Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T05:48:31.944Z+ home_fs=zfs
162026-06-05T05:48:31.944Z+ [[ zfs == autofs ]]
172026-06-05T05:48:31.944Z+ mkdir -p /home/build
182026-06-05T05:48:31.944Z+ chown build:build /home/build /work
192026-06-05T05:48:33.945Z+ chmod 0700 /home/build /work
202026-06-05T05:48:33.948Zprocess exited: duration 4139 ms, exit code 0
 
212026-06-05T05:48:33.953Zstarting task 1: "rust-toolchain"
222026-06-05T05:48:33.957Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T05:48:33.958Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T05:48:33.958Z * rust toolchain channel = "stable"
252026-06-05T05:48:33.958Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T05:48:33.958Z * rust toolchain profile = "default"
272026-06-05T05:48:33.958Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T05:48:33.961Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T05:48:33.961Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T05:48:34.094Zinfo: downloading installer
312026-06-05T05:48:35.443Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T05:48:35.443Zwarn: /opt/ooce/bin
332026-06-05T05:48:35.443Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T05:48:35.443Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T05:48:35.443Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T05:48:35.443Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T05:48:35.443Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T05:48:35.443Zerror: cannot install while Rust is installed
392026-06-05T05:48:35.443Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T05:48:35.443Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T05:48:35.443Zwarn: /home/build/.rustup/settings.toml
422026-06-05T05:48:35.443Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T05:48:35.443Zwarn: instead of the one inferred from the default host triple.
442026-06-05T05:48:35.457Zinfo: profile set to default
452026-06-05T05:48:35.457Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T05:48:35.460Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T05:48:35.590Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T05:48:35.593Zinfo: downloading 6 components
492026-06-05T05:48:49.789Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T05:48:49.789Z
512026-06-05T05:48:49.826Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T05:48:49.826Z
532026-06-05T05:48:49.830Z
542026-06-05T05:48:49.830ZRust is installed now. Great!
552026-06-05T05:48:49.830Z
562026-06-05T05:48:49.830ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T05:48:49.830Zenvironment variable. This has not been done automatically.
582026-06-05T05:48:49.830Z
592026-06-05T05:48:49.830ZTo configure your current shell, you need to source
602026-06-05T05:48:49.830Zthe corresponding env file under $HOME/.cargo.
612026-06-05T05:48:49.830Z
622026-06-05T05:48:49.830ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T05:48:49.830Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T05:48:49.830Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T05:48:49.830Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T05:48:49.830Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T05:48:49.830Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T05:48:49.830Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T05:48:49.830Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T05:48:49.830Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T05:48:49.912Z+ rustup --version
722026-06-05T05:48:49.921Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T05:48:49.925Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T05:48:49.942Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T05:48:49.947Z+ cargo --version
762026-06-05T05:48:49.959Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T05:48:49.961Z+ rustc --version
782026-06-05T05:48:49.979Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T05:48:49.982Zprocess exited: duration 16025 ms, exit code 0
 
802026-06-05T05:48:49.988Zstarting task 2: "authentication"
812026-06-05T05:48:50.004Zprocess exited: duration 15 ms, exit code 0
 
822026-06-05T05:48:50.012Zstarting task 3: "clone repository"
832026-06-05T05:48:50.018Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T05:48:50.022Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T05:48:50.059ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T05:48:51.132Z+ cd /work/oxidecomputer/maghemite
872026-06-05T05:48:51.132Z+ git fetch origin 8289b1493f7e3b70eac6b270eb935bff167e1806
882026-06-05T05:48:51.395ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T05:48:51.395Z * branch 8289b1493f7e3b70eac6b270eb935bff167e1806 -> FETCH_HEAD
902026-06-05T05:48:51.399Z+ [[ -n renovate/rust-1.x ]]
912026-06-05T05:48:51.402Z++ git branch --show-current
922026-06-05T05:48:51.402Z+ current=main
932026-06-05T05:48:51.402Z+ [[ main != renovate/rust-1.x ]]
942026-06-05T05:48:51.402Z+ git branch -f renovate/rust-1.x 8289b1493f7e3b70eac6b270eb935bff167e1806
952026-06-05T05:48:51.405Z+ git checkout -f renovate/rust-1.x
962026-06-05T05:48:51.422ZSwitched to branch 'renovate/rust-1.x'
972026-06-05T05:48:51.425Z+ git reset --hard 8289b1493f7e3b70eac6b270eb935bff167e1806
982026-06-05T05:48:51.429ZHEAD is now at 8289b14 Update dependency rust to v1.96.0
992026-06-05T05:48:51.429Zprocess exited: duration 1415 ms, exit code 0
 
1002026-06-05T05:48:51.437Zstarting task 4: "build"
1012026-06-05T05:48:51.442Z++ dladm
1022026-06-05T05:48:51.448ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-05T05:48:51.448Zena0 phys 9216 up -- --
1042026-06-05T05:48:51.453Z++ ipadm
1052026-06-05T05:48:51.454ZADDROBJ TYPE STATE ADDR
1062026-06-05T05:48:51.454Zlo0/v4 static ok 127.0.0.1/8
1072026-06-05T05:48:51.454Zena0/dhcp dhcp ok 10.150.1.56/24
1082026-06-05T05:48:51.454Zlo0/v6 static ok ::1/128
1092026-06-05T05:48:51.454Z++ banner collect
1102026-06-05T05:48:51.454Z
1112026-06-05T05:48:51.454Z #### #### # # ###### #### #####
1122026-06-05T05:48:51.454Z # # # # # # # # # #
1132026-06-05T05:48:51.454Z # # # # # ##### # #
1142026-06-05T05:48:51.455Z # # # # # # # #
1152026-06-05T05:48:51.455Z # # # # # # # # # #
1162026-06-05T05:48:51.455Z #### #### ###### ###### ###### #### #
1172026-06-05T05:48:51.455Z
1182026-06-05T05:48:51.455Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-05T05:48:51.455Z++ repo=softnpu
1202026-06-05T05:48:51.455Z++ series=image
1212026-06-05T05:48:51.455Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-05T05:48:51.455Z++ name=softnpu
1232026-06-05T05:48:51.455Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-05T05:48:51.455Z++ mkdir -p download
1252026-06-05T05:48:51.461Z++ pushd download
1262026-06-05T05:48:51.461Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-05T05:48:51.461Z++ [[ ! -f softnpu ]]
1282026-06-05T05:48:51.461Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-05T05:48:51.462Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-05T05:48:51.462Z Dload Upload Total Spent Left Speed
1312026-06-05T05:48:51.830Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 42.60M 0 0 100 15.63M 100 15.63M 0 0 42.60M 0 0 100 15.63M 100 15.63M 0 0 42.59M 0 0
1322026-06-05T05:48:51.838Z++ popd
1332026-06-05T05:48:51.838Z/work/oxidecomputer/maghemite
1342026-06-05T05:48:51.838Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-05T05:48:51.838Z++ repo=sidecar-lite
1362026-06-05T05:48:51.838Z++ series=release
1372026-06-05T05:48:51.838Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-05T05:48:51.838Z++ name=libsidecar_lite.so
1392026-06-05T05:48:51.838Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-05T05:48:51.838Z++ mkdir -p download
1412026-06-05T05:48:51.838Z++ pushd download
1422026-06-05T05:48:51.838Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-05T05:48:51.838Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-05T05:48:51.838Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-05T05:48:51.838Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-05T05:48:51.838Z Dload Upload Total Spent Left Speed
1472026-06-05T05:48:52.148Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 38.66M 0 0 100 12.04M 100 12.04M 0 0 38.65M 0 0 100 12.04M 100 12.04M 0 0 38.65M 0 0
1482026-06-05T05:48:52.151Z++ popd
1492026-06-05T05:48:52.151Z/work/oxidecomputer/maghemite
1502026-06-05T05:48:52.151Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-05T05:48:52.151Z++ repo=sidecar-lite
1522026-06-05T05:48:52.151Z++ series=release
1532026-06-05T05:48:52.151Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-05T05:48:52.151Z++ name=scadm
1552026-06-05T05:48:52.151Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-05T05:48:52.151Z++ mkdir -p download
1572026-06-05T05:48:52.151Z++ pushd download
1582026-06-05T05:48:52.151Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-05T05:48:52.151Z++ [[ ! -f scadm ]]
1602026-06-05T05:48:52.152Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-05T05:48:52.156Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-05T05:48:52.156Z Dload Upload Total Spent Left Speed
1632026-06-05T05:48:52.451Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 54.67M 0 0 100 15.78M 100 15.78M 0 0 54.66M 0 0 100 15.78M 100 15.78M 0 0 54.66M 0 0
1642026-06-05T05:48:52.461Z++ popd
1652026-06-05T05:48:52.461Z/work/oxidecomputer/maghemite
1662026-06-05T05:48:52.461Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-05T05:48:52.461Z++ repo=dendrite
1682026-06-05T05:48:52.461Z++ series=image
1692026-06-05T05:48:52.461Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-05T05:48:52.461Z++ name=dendrite-softnpu.tar.gz
1712026-06-05T05:48:52.461Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-05T05:48:52.461Z++ mkdir -p download
1732026-06-05T05:48:52.461Z++ pushd download
1742026-06-05T05:48:52.461Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-05T05:48:52.461Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-05T05:48:52.461Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T05:48:52.461Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-05T05:48:52.462Z Dload Upload Total Spent Left Speed
1792026-06-05T05:48:53.682Z 0 0 0 0 0 0 0 0 0 83 71.59M 83 59.69M 0 0 59.74M 0 00:01 00:01 59.75M 100 71.59M 100 71.59M 0 0 58.24M 0 00:01 00:01 59.75M 100 71.59M 100 71.59M 0 0 58.24M 0 00:01 00:01 59.75M 100 71.59M 100 71.59M 0 0 58.24M 0 00:01 00:01 59.75M
1802026-06-05T05:48:53.685Z++ popd
1812026-06-05T05:48:53.685Z/work/oxidecomputer/maghemite
1822026-06-05T05:48:53.685Z++ get_artifact maghemite release 8289b1493f7e3b70eac6b270eb935bff167e1806 ddm
1832026-06-05T05:48:53.685Z++ repo=maghemite
1842026-06-05T05:48:53.685Z++ series=release
1852026-06-05T05:48:53.685Z++ commit=8289b1493f7e3b70eac6b270eb935bff167e1806
1862026-06-05T05:48:53.685Z++ name=ddm
1872026-06-05T05:48:53.685Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-05T05:48:53.685Z++ mkdir -p download
1892026-06-05T05:48:53.688Z++ pushd download
1902026-06-05T05:48:53.688Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-05T05:48:53.688Z++ [[ ! -f ddm ]]
1922026-06-05T05:48:53.688Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/8289b1493f7e3b70eac6b270eb935bff167e1806/ddm
1932026-06-05T05:48:53.691Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-05T05:48:53.697Z Dload Upload Total Spent Left Speed
1952026-06-05T05:48:55.620Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0
1962026-06-05T05:48:55.620Zcurl: (22) The requested URL returned error: 404
1972026-06-05T05:48:55.625Z++ popd
1982026-06-05T05:48:55.629Z/work/oxidecomputer/maghemite
1992026-06-05T05:48:55.629Z++ get_artifact maghemite release 8289b1493f7e3b70eac6b270eb935bff167e1806 ddmadm
2002026-06-05T05:48:55.629Z++ repo=maghemite
2012026-06-05T05:48:55.629Z++ series=release
2022026-06-05T05:48:55.629Z++ commit=8289b1493f7e3b70eac6b270eb935bff167e1806
2032026-06-05T05:48:55.629Z++ name=ddmadm
2042026-06-05T05:48:55.630Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-05T05:48:55.631Z++ mkdir -p download
2062026-06-05T05:48:55.631Z++ pushd download
2072026-06-05T05:48:55.631Z++ [[ ! -f ddmadm ]]
2082026-06-05T05:48:55.631Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-06-05T05:48:55.631Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/8289b1493f7e3b70eac6b270eb935bff167e1806/ddmadm
2102026-06-05T05:48:55.635Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-05T05:48:55.635Z Dload Upload Total Spent Left Speed
2122026-06-05T05:48:55.696Z 0 0 0 0 0 0 0 0 0
2132026-06-05T05:48:55.696Zcurl: (22) The requested URL returned error: 404
2142026-06-05T05:48:55.699Z++ popd
2152026-06-05T05:48:55.699Z/work/oxidecomputer/maghemite
2162026-06-05T05:48:55.699Z++ pushd download
2172026-06-05T05:48:55.699Z++ chmod +x softnpu
2182026-06-05T05:48:55.699Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T05:48:55.702Z++ chmod +x scadm
2202026-06-05T05:48:55.702Z++ chmod +x ddmadm
2212026-06-05T05:48:55.702Zchmod: WARNING: can't access ddmadm
2222026-06-05T05:48:55.702Z++ chmod +x ddmd
2232026-06-05T05:48:55.705Zchmod: WARNING: can't access ddmd
2242026-06-05T05:48:55.705Z++ mv ddmadm ddmadm-v2
2252026-06-05T05:48:55.705Zmv: cannot access ddmadm
2262026-06-05T05:48:55.705Z++ mv ddmd ddmd-v2
2272026-06-05T05:48:55.705Zmv: cannot access ddmd
2282026-06-05T05:48:55.705Z++ rm -rf zones/dendrite
2292026-06-05T05:48:55.709Z++ mkdir -p zones/dendrite
2302026-06-05T05:48:55.709Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-05T05:48:56.702Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-05T05:48:56.705Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-05T05:48:56.705Z++ popd
2342026-06-05T05:48:56.705Z++ banner install
2352026-06-05T05:48:56.705Z/work/oxidecomputer/maghemite
2362026-06-05T05:48:56.708Z
2372026-06-05T05:48:56.708Z # # # #### ##### ## # #
2382026-06-05T05:48:56.708Z # ## # # # # # # #
2392026-06-05T05:48:56.708Z # # # # #### # # # # #
2402026-06-05T05:48:56.708Z # # # # # # ###### # #
2412026-06-05T05:48:56.708Z # # ## # # # # # # #
2422026-06-05T05:48:56.708Z # # # #### # # # ###### ######
2432026-06-05T05:48:56.708Z
2442026-06-05T05:48:56.708Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-05T05:48:56.708Z++ set +o errexit
2462026-06-05T05:48:56.708Z++ pkg info clang-15
2472026-06-05T05:48:56.708Z++ grep -qi installed
2482026-06-05T05:48:57.924Zpkg: info: no packages matching the following patterns you specified are
2492026-06-05T05:48:57.924Zinstalled on the system. Try querying remotely instead:
2502026-06-05T05:48:57.924Z
2512026-06-05T05:48:57.924Z clang-15
2522026-06-05T05:48:57.960Z++ [[ 1 != 0 ]]
2532026-06-05T05:48:57.960Z++ set -o errexit
2542026-06-05T05:48:57.961Z++ pfexec pkg install clang-15
2552026-06-05T05:49:07.137Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-05T05:49:14.811Z Startup: Caching catalogs ... Done
2572026-06-05T05:49:22.071ZPlanning: Solver setup ... Done
2582026-06-05T05:49:22.112ZPlanning: Running solver ... Done
2592026-06-05T05:49:22.251ZPlanning: Finding local manifests ... Done
2602026-06-05T05:49:22.290ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-05T05:49:23.604ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-05T05:49:23.634ZPlanning: Package planning ... Done
2632026-06-05T05:49:23.659ZPlanning: Merging actions ... Done
2642026-06-05T05:49:23.768ZPlanning: Checking for conflicting actions ... Done
2652026-06-05T05:49:23.775ZPlanning: Consolidating action changes ... Done
2662026-06-05T05:49:24.555ZPlanning: Evaluating mediators ... Done
2672026-06-05T05:49:24.560ZPlanning: Planning completed in 9.58 seconds
2682026-06-05T05:49:24.571Z Packages to install: 2
2692026-06-05T05:49:24.576Z Mediators to change: 2
2702026-06-05T05:49:24.576Z Services to change: 1
2712026-06-05T05:49:24.576Z Create boot environment: No
2722026-06-05T05:49:24.576ZCreate backup boot environment: No
2732026-06-05T05:49:24.614Z
2742026-06-05T05:49:24.614ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-05T05:49:29.734ZDownload: 976/3076 items 79.4/211.3MB 37% complete (18.1M/s)
2762026-06-05T05:49:34.905ZDownload: 1035/3076 items 89.0/211.3MB 42% complete (8.8M/s)
2772026-06-05T05:49:39.908ZDownload: 1485/3076 items 114.6/211.3MB 54% complete (3.8M/s)
2782026-06-05T05:49:44.995ZDownload: 1966/3076 items 116.4/211.3MB 55% complete (2.9M/s)
2792026-06-05T05:49:51.675ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (590k/s)
2802026-06-05T05:50:03.298ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
2812026-06-05T05:50:09.400ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (28.3M/s)
2822026-06-05T05:50:15.996ZDownload: 3075/3076 items 211.2/211.3MB 99% complete (9.6M/s)
2832026-06-05T05:50:16.012ZDownload: Completed 211.31 MB in 51.39 seconds (4.1M/s)
2842026-06-05T05:50:16.130Z Actions: 1/3418 actions (Installing new actions)
2852026-06-05T05:50:19.276Z Actions: Completed 3418 actions in 3.15 seconds.
2862026-06-05T05:50:19.928Z Done
2872026-06-05T05:50:19.928Z Done
2882026-06-05T05:50:20.654Z Done
2892026-06-05T05:50:24.028Z Done
2902026-06-05T05:50:24.106Z Done
2912026-06-05T05:50:24.109Z Done
2922026-06-05T05:50:24.382Z Done
2932026-06-05T05:50:25.076Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-06-05T05:50:25.076Z++ set +o errexit
2952026-06-05T05:50:25.079Z++ pkg info pkg-config
2962026-06-05T05:50:25.079Z++ grep -qi installed
2972026-06-05T05:50:25.309Z++ [[ 0 != 0 ]]
2982026-06-05T05:50:25.309Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2992026-06-05T05:50:25.309Z++ set +o errexit
3002026-06-05T05:50:25.313Z++ pkg info brand/omicron1
3012026-06-05T05:50:25.313Z++ grep -qi installed
3022026-06-05T05:50:25.496Zpkg: info: no packages matching the following patterns you specified are
3032026-06-05T05:50:25.496Zinstalled on the system. Try querying remotely instead:
3042026-06-05T05:50:25.496Z
3052026-06-05T05:50:25.496Z brand/omicron1
3062026-06-05T05:50:25.531Z++ [[ 1 != 0 ]]
3072026-06-05T05:50:25.531Z++ set -o errexit
3082026-06-05T05:50:25.531Z++ pfexec pkg install brand/omicron1
3092026-06-05T05:50:25.940Z Startup: Refreshing catalog 'helios-dev' ... Done
3102026-06-05T05:50:33.231ZPlanning: Solver setup ... Done
3112026-06-05T05:50:33.272ZPlanning: Running solver ... Done
3122026-06-05T05:50:33.418ZPlanning: Finding local manifests ... Done
3132026-06-05T05:50:33.421ZPlanning: Fetching manifests: 0/2 0% complete
3142026-06-05T05:50:33.540ZPlanning: Fetching manifests: 2/2 100% complete
3152026-06-05T05:50:33.552ZPlanning: Package planning ... Done
3162026-06-05T05:50:33.556ZPlanning: Merging actions ... Done
3172026-06-05T05:50:33.702ZPlanning: Checking for conflicting actions ... Done
3182026-06-05T05:50:33.705ZPlanning: Consolidating action changes ... Done
3192026-06-05T05:50:33.863ZPlanning: Evaluating mediators ... Done
3202026-06-05T05:50:33.866ZPlanning: Planning completed in 7.92 seconds
3212026-06-05T05:50:33.872Z Packages to install: 2
3222026-06-05T05:50:33.872Z Create boot environment: No
3232026-06-05T05:50:33.872ZCreate backup boot environment: No
3242026-06-05T05:50:33.899Z
3252026-06-05T05:50:33.899ZDownload: 0/5 items 0.0/1.1MB 0% complete
3262026-06-05T05:50:33.922ZDownload: Completed 1.07 MB in 0.02 seconds (46.0M/s)
3272026-06-05T05:50:33.992Z Actions: 1/28 actions (Installing new actions)
3282026-06-05T05:50:34.005Z Actions: Completed 28 actions in 0.01 seconds.
3292026-06-05T05:50:34.516Z Done
3302026-06-05T05:50:34.516Z Done
3312026-06-05T05:50:35.159Z Done
3322026-06-05T05:50:37.980Z Done
3332026-06-05T05:50:38.058Z Done
3342026-06-05T05:50:38.063Z Done
3352026-06-05T05:50:38.219Z Done
3362026-06-05T05:50:38.352Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3372026-06-05T05:50:38.352Z++ set +o errexit
3382026-06-05T05:50:38.355Z++ pkg info brand/omicron1/tools
3392026-06-05T05:50:38.355Z++ grep -qi installed
3402026-06-05T05:50:38.537Zpkg: info: no packages matching the following patterns you specified are
3412026-06-05T05:50:38.537Zinstalled on the system. Try querying remotely instead:
3422026-06-05T05:50:38.537Z
3432026-06-05T05:50:38.537Z brand/omicron1/tools
3442026-06-05T05:50:38.571Z++ [[ 1 != 0 ]]
3452026-06-05T05:50:38.571Z++ set -o errexit
3462026-06-05T05:50:38.571Z++ pfexec pkg install brand/omicron1/tools
3472026-06-05T05:50:38.960Z Startup: Refreshing catalog 'helios-dev' ... Done
3482026-06-05T05:50:46.169ZPlanning: Solver setup ... Done
3492026-06-05T05:50:46.215ZPlanning: Running solver ... Done
3502026-06-05T05:50:46.348ZPlanning: Finding local manifests ... Done
3512026-06-05T05:50:46.351ZPlanning: Fetching manifests: 0/1 0% complete
3522026-06-05T05:50:46.466ZPlanning: Fetching manifests: 1/1 100% complete
3532026-06-05T05:50:46.478ZPlanning: Package planning ... Done
3542026-06-05T05:50:46.481ZPlanning: Merging actions ... Done
3552026-06-05T05:50:46.620ZPlanning: Checking for conflicting actions ... Done
3562026-06-05T05:50:46.623ZPlanning: Consolidating action changes ... Done
3572026-06-05T05:50:46.774ZPlanning: Evaluating mediators ... Done
3582026-06-05T05:50:46.777ZPlanning: Planning completed in 7.81 seconds
3592026-06-05T05:50:46.783Z Packages to install: 1
3602026-06-05T05:50:46.783Z Services to change: 1
3612026-06-05T05:50:46.783Z Create boot environment: No
3622026-06-05T05:50:46.783ZCreate backup boot environment: No
3632026-06-05T05:50:46.810Z
3642026-06-05T05:50:46.810ZDownload: 0/2 items 0.0/1.2MB 0% complete
3652026-06-05T05:50:46.831ZDownload: Completed 1.19 MB in 0.02 seconds (57.6M/s)
3662026-06-05T05:50:46.898Z Actions: 1/19 actions (Installing new actions)
3672026-06-05T05:50:46.912Z Actions: Completed 19 actions in 0.01 seconds.
3682026-06-05T05:50:47.423Z Done
3692026-06-05T05:50:47.423Z Done
3702026-06-05T05:50:48.058Z Done
3712026-06-05T05:50:50.959Z Done
3722026-06-05T05:50:51.038Z Done
3732026-06-05T05:50:51.041Z Done
3742026-06-05T05:50:51.190Z Done
3752026-06-05T05:50:51.335Z++ pfexec svcadm enable baseline
3762026-06-05T05:50:51.347Z++ retry=0
3772026-06-05T05:50:51.350Z+++ svcs -Hostate baseline
3782026-06-05T05:50:51.362Z++ [[ offline* != online ]]
3792026-06-05T05:50:51.362Z++ [[ 0 -gt 300 ]]
3802026-06-05T05:50:51.362Z++ sleep 1
3812026-06-05T05:50:52.365Z++ retry=1
3822026-06-05T05:50:52.368Z+++ svcs -Hostate baseline
3832026-06-05T05:50:52.381Z++ [[ offline* != online ]]
3842026-06-05T05:50:52.381Z++ [[ 1 -gt 300 ]]
3852026-06-05T05:50:52.381Z++ sleep 1
3862026-06-05T05:50:53.382Z++ retry=2
3872026-06-05T05:50:53.384Z+++ svcs -Hostate baseline
3882026-06-05T05:50:53.396Z++ [[ offline* != online ]]
3892026-06-05T05:50:53.397Z++ [[ 2 -gt 300 ]]
3902026-06-05T05:50:53.397Z++ sleep 1
3912026-06-05T05:50:54.398Z++ retry=3
3922026-06-05T05:50:54.403Z+++ svcs -Hostate baseline
3932026-06-05T05:50:54.413Z++ [[ offline* != online ]]
3942026-06-05T05:50:54.413Z++ [[ 3 -gt 300 ]]
3952026-06-05T05:50:54.413Z++ sleep 1
3962026-06-05T05:50:55.416Z++ retry=4
3972026-06-05T05:50:55.419Z+++ svcs -Hostate baseline
3982026-06-05T05:50:55.432Z++ [[ offline* != online ]]
3992026-06-05T05:50:55.432Z++ [[ 4 -gt 300 ]]
4002026-06-05T05:50:55.432Z++ sleep 1
4012026-06-05T05:50:56.436Z++ retry=5
4022026-06-05T05:50:56.440Z+++ svcs -Hostate baseline
4032026-06-05T05:50:56.451Z++ [[ offline* != online ]]
4042026-06-05T05:50:56.451Z++ [[ 5 -gt 300 ]]
4052026-06-05T05:50:56.451Z++ sleep 1
4062026-06-05T05:50:57.461Z++ retry=6
4072026-06-05T05:50:57.495Z+++ svcs -Hostate baseline
4082026-06-05T05:50:57.503Z++ [[ offline* != online ]]
4092026-06-05T05:50:57.503Z++ [[ 6 -gt 300 ]]
4102026-06-05T05:50:57.503Z++ sleep 1
4112026-06-05T05:50:58.473Z++ retry=7
4122026-06-05T05:50:58.477Z+++ svcs -Hostate baseline
4132026-06-05T05:50:58.490Z++ [[ offline* != online ]]
4142026-06-05T05:50:58.490Z++ [[ 7 -gt 300 ]]
4152026-06-05T05:50:58.494Z++ sleep 1
4162026-06-05T05:50:59.498Z++ retry=8
4172026-06-05T05:50:59.518Z+++ svcs -Hostate baseline
4182026-06-05T05:50:59.525Z++ [[ offline* != online ]]
4192026-06-05T05:50:59.525Z++ [[ 8 -gt 300 ]]
4202026-06-05T05:50:59.526Z++ sleep 1
4212026-06-05T05:51:00.517Z++ retry=9
4222026-06-05T05:51:00.526Z+++ svcs -Hostate baseline
4232026-06-05T05:51:00.541Z++ [[ offline* != online ]]
4242026-06-05T05:51:00.541Z++ [[ 9 -gt 300 ]]
4252026-06-05T05:51:00.541Z++ sleep 1
4262026-06-05T05:51:02.243Z++ retry=10
4272026-06-05T05:51:02.280Z+++ svcs -Hostate baseline
4282026-06-05T05:51:02.280Z++ [[ offline* != online ]]
4292026-06-05T05:51:02.280Z++ [[ 10 -gt 300 ]]
4302026-06-05T05:51:02.280Z++ sleep 1
4312026-06-05T05:51:02.546Z++ retry=11
4322026-06-05T05:51:02.554Z+++ svcs -Hostate baseline
4332026-06-05T05:51:02.561Z++ [[ offline* != online ]]
4342026-06-05T05:51:02.561Z++ [[ 11 -gt 300 ]]
4352026-06-05T05:51:02.565Z++ sleep 1
4362026-06-05T05:51:03.562Z++ retry=12
4372026-06-05T05:51:03.568Z+++ svcs -Hostate baseline
4382026-06-05T05:51:03.579Z++ [[ offline* != online ]]
4392026-06-05T05:51:03.579Z++ [[ 12 -gt 300 ]]
4402026-06-05T05:51:03.579Z++ sleep 1
4412026-06-05T05:51:04.584Z++ retry=13
4422026-06-05T05:51:04.588Z+++ svcs -Hostate baseline
4432026-06-05T05:51:04.595Z++ [[ offline* != online ]]
4442026-06-05T05:51:04.596Z++ [[ 13 -gt 300 ]]
4452026-06-05T05:51:04.596Z++ sleep 1
4462026-06-05T05:51:05.606Z++ retry=14
4472026-06-05T05:51:05.617Z+++ svcs -Hostate baseline
4482026-06-05T05:51:05.626Z++ [[ offline* != online ]]
4492026-06-05T05:51:05.626Z++ [[ 14 -gt 300 ]]
4502026-06-05T05:51:05.626Z++ sleep 1
4512026-06-05T05:51:06.729Z++ retry=15
4522026-06-05T05:51:06.759Z+++ svcs -Hostate baseline
4532026-06-05T05:51:06.759Z++ [[ offline* != online ]]
4542026-06-05T05:51:06.759Z++ [[ 15 -gt 300 ]]
4552026-06-05T05:51:06.759Z++ sleep 1
4562026-06-05T05:51:07.736Z++ retry=16
4572026-06-05T05:51:07.791Z+++ svcs -Hostate baseline
4582026-06-05T05:51:07.791Z++ [[ offline* != online ]]
4592026-06-05T05:51:07.791Z++ [[ 16 -gt 300 ]]
4602026-06-05T05:51:07.791Z++ sleep 1
4612026-06-05T05:51:09.932Z++ retry=17
4622026-06-05T05:51:10.015Z+++ svcs -Hostate baseline
4632026-06-05T05:51:10.015Z++ [[ offline* != online ]]
4642026-06-05T05:51:10.015Z++ [[ 17 -gt 300 ]]
4652026-06-05T05:51:10.015Z++ sleep 1
4662026-06-05T05:51:10.015Z++ retry=18
4672026-06-05T05:51:10.016Z+++ svcs -Hostate baseline
4682026-06-05T05:51:10.016Z++ [[ offline* != online ]]
4692026-06-05T05:51:10.016Z++ [[ 18 -gt 300 ]]
4702026-06-05T05:51:10.016Z++ sleep 1
4712026-06-05T05:51:10.692Z++ retry=19
4722026-06-05T05:51:10.717Z+++ svcs -Hostate baseline
4732026-06-05T05:51:10.723Z++ [[ offline* != online ]]
4742026-06-05T05:51:10.723Z++ [[ 19 -gt 300 ]]
4752026-06-05T05:51:10.723Z++ sleep 1
4762026-06-05T05:51:11.737Z++ retry=20
4772026-06-05T05:51:11.744Z+++ svcs -Hostate baseline
4782026-06-05T05:51:11.744Z++ [[ offline* != online ]]
4792026-06-05T05:51:11.744Z++ [[ 20 -gt 300 ]]
4802026-06-05T05:51:11.744Z++ sleep 1
4812026-06-05T05:51:12.725Z++ retry=21
4822026-06-05T05:51:12.737Z+++ svcs -Hostate baseline
4832026-06-05T05:51:12.741Z++ [[ offline* != online ]]
4842026-06-05T05:51:12.741Z++ [[ 21 -gt 300 ]]
4852026-06-05T05:51:12.741Z++ sleep 1
4862026-06-05T05:51:13.747Z++ retry=22
4872026-06-05T05:51:13.751Z+++ svcs -Hostate baseline
4882026-06-05T05:51:13.759Z++ [[ offline* != online ]]
4892026-06-05T05:51:13.759Z++ [[ 22 -gt 300 ]]
4902026-06-05T05:51:13.759Z++ sleep 1
4912026-06-05T05:51:14.770Z++ retry=23
4922026-06-05T05:51:14.781Z+++ svcs -Hostate baseline
4932026-06-05T05:51:14.784Z++ [[ offline* != online ]]
4942026-06-05T05:51:14.784Z++ [[ 23 -gt 300 ]]
4952026-06-05T05:51:14.784Z++ sleep 1
4962026-06-05T05:51:15.782Z++ retry=24
4972026-06-05T05:51:15.786Z+++ svcs -Hostate baseline
4982026-06-05T05:51:15.795Z++ [[ offline* != online ]]
4992026-06-05T05:51:15.795Z++ [[ 24 -gt 300 ]]
5002026-06-05T05:51:15.795Z++ sleep 1
5012026-06-05T05:51:16.938Z++ retry=25
5022026-06-05T05:51:17.113Z+++ svcs -Hostate baseline
5032026-06-05T05:51:17.113Z++ [[ offline* != online ]]
5042026-06-05T05:51:17.113Z++ [[ 25 -gt 300 ]]
5052026-06-05T05:51:17.113Z++ sleep 1
5062026-06-05T05:51:17.842Z++ retry=26
5072026-06-05T05:51:17.848Z+++ svcs -Hostate baseline
5082026-06-05T05:51:17.848Z++ [[ offline* != online ]]
5092026-06-05T05:51:17.850Z++ [[ 26 -gt 300 ]]
5102026-06-05T05:51:17.850Z++ sleep 1
5112026-06-05T05:51:18.868Z++ retry=27
5122026-06-05T05:51:18.895Z+++ svcs -Hostate baseline
5132026-06-05T05:51:18.895Z++ [[ offline* != online ]]
5142026-06-05T05:51:18.895Z++ [[ 27 -gt 300 ]]
5152026-06-05T05:51:18.895Z++ sleep 1
5162026-06-05T05:51:20.949Z++ retry=28
5172026-06-05T05:51:20.949Z+++ svcs -Hostate baseline
5182026-06-05T05:51:20.949Z++ [[ offline* != online ]]
5192026-06-05T05:51:20.949Z++ [[ 28 -gt 300 ]]
5202026-06-05T05:51:20.949Z++ sleep 1
5212026-06-05T05:51:20.949Z++ retry=29
5222026-06-05T05:51:20.949Z+++ svcs -Hostate baseline
5232026-06-05T05:51:20.949Z++ [[ offline* != online ]]
5242026-06-05T05:51:20.949Z++ [[ 29 -gt 300 ]]
5252026-06-05T05:51:20.949Z++ sleep 1
5262026-06-05T05:51:21.888Z++ retry=30
5272026-06-05T05:51:21.903Z+++ svcs -Hostate baseline
5282026-06-05T05:51:21.907Z++ [[ offline* != online ]]
5292026-06-05T05:51:21.907Z++ [[ 30 -gt 300 ]]
5302026-06-05T05:51:21.907Z++ sleep 1
5312026-06-05T05:51:22.910Z++ retry=31
5322026-06-05T05:51:22.915Z+++ svcs -Hostate baseline
5332026-06-05T05:51:22.921Z++ [[ offline* != online ]]
5342026-06-05T05:51:22.922Z++ [[ 31 -gt 300 ]]
5352026-06-05T05:51:22.922Z++ sleep 1
5362026-06-05T05:51:23.940Z++ retry=32
5372026-06-05T05:51:23.953Z+++ svcs -Hostate baseline
5382026-06-05T05:51:23.954Z++ [[ offline* != online ]]
5392026-06-05T05:51:23.954Z++ [[ 32 -gt 300 ]]
5402026-06-05T05:51:23.954Z++ sleep 1
5412026-06-05T05:51:24.941Z++ retry=33
5422026-06-05T05:51:24.945Z+++ svcs -Hostate baseline
5432026-06-05T05:51:24.959Z++ [[ offline* != online ]]
5442026-06-05T05:51:24.959Z++ [[ 33 -gt 300 ]]
5452026-06-05T05:51:24.960Z++ sleep 1
5462026-06-05T05:51:25.977Z++ retry=34
5472026-06-05T05:51:25.981Z+++ svcs -Hostate baseline
5482026-06-05T05:51:25.981Z++ [[ offline* != online ]]
5492026-06-05T05:51:25.981Z++ [[ 34 -gt 300 ]]
5502026-06-05T05:51:25.981Z++ sleep 1
5512026-06-05T05:51:26.978Z++ retry=35
5522026-06-05T05:51:26.981Z+++ svcs -Hostate baseline
5532026-06-05T05:51:26.993Z++ [[ offline* != online ]]
5542026-06-05T05:51:26.993Z++ [[ 35 -gt 300 ]]
5552026-06-05T05:51:26.993Z++ sleep 1
5562026-06-05T05:51:27.995Z++ retry=36
5572026-06-05T05:51:28.000Z+++ svcs -Hostate baseline
5582026-06-05T05:51:28.011Z++ [[ offline* != online ]]
5592026-06-05T05:51:28.011Z++ [[ 36 -gt 300 ]]
5602026-06-05T05:51:28.011Z++ sleep 1
5612026-06-05T05:51:30.918Z++ retry=37
5622026-06-05T05:51:31.028Z+++ svcs -Hostate baseline
5632026-06-05T05:51:31.028Z++ [[ offline* != online ]]
5642026-06-05T05:51:31.028Z++ [[ 37 -gt 300 ]]
5652026-06-05T05:51:31.028Z++ sleep 1
5662026-06-05T05:51:31.028Z++ retry=38
5672026-06-05T05:51:31.028Z+++ svcs -Hostate baseline
5682026-06-05T05:51:31.028Z++ [[ offline* != online ]]
5692026-06-05T05:51:31.028Z++ [[ 38 -gt 300 ]]
5702026-06-05T05:51:31.028Z++ sleep 1
5712026-06-05T05:51:31.082Z++ retry=39
5722026-06-05T05:51:31.090Z+++ svcs -Hostate baseline
5732026-06-05T05:51:31.090Z++ [[ offline* != online ]]
5742026-06-05T05:51:31.091Z++ [[ 39 -gt 300 ]]
5752026-06-05T05:51:31.091Z++ sleep 1
5762026-06-05T05:51:32.066Z++ retry=40
5772026-06-05T05:51:32.070Z+++ svcs -Hostate baseline
5782026-06-05T05:51:32.083Z++ [[ offline* != online ]]
5792026-06-05T05:51:32.083Z++ [[ 40 -gt 300 ]]
5802026-06-05T05:51:32.083Z++ sleep 1
5812026-06-05T05:51:33.084Z++ retry=41
5822026-06-05T05:51:33.088Z+++ svcs -Hostate baseline
5832026-06-05T05:51:33.100Z++ [[ offline* != online ]]
5842026-06-05T05:51:33.100Z++ [[ 41 -gt 300 ]]
5852026-06-05T05:51:33.100Z++ sleep 1
5862026-06-05T05:51:34.115Z++ retry=42
5872026-06-05T05:51:34.225Z+++ svcs -Hostate baseline
5882026-06-05T05:51:34.225Z++ [[ offline* != online ]]
5892026-06-05T05:51:34.225Z++ [[ 42 -gt 300 ]]
5902026-06-05T05:51:34.225Z++ sleep 1
5912026-06-05T05:51:35.120Z++ retry=43
5922026-06-05T05:51:35.124Z+++ svcs -Hostate baseline
5932026-06-05T05:51:35.135Z++ [[ offline* != online ]]
5942026-06-05T05:51:35.136Z++ [[ 43 -gt 300 ]]
5952026-06-05T05:51:35.136Z++ sleep 1
5962026-06-05T05:51:36.137Z++ retry=44
5972026-06-05T05:51:36.140Z+++ svcs -Hostate baseline
5982026-06-05T05:51:36.153Z++ [[ offline* != online ]]
5992026-06-05T05:51:36.153Z++ [[ 44 -gt 300 ]]
6002026-06-05T05:51:36.153Z++ sleep 1
6012026-06-05T05:51:37.206Z++ retry=45
6022026-06-05T05:51:37.221Z+++ svcs -Hostate baseline
6032026-06-05T05:51:37.221Z++ [[ offline* != online ]]
6042026-06-05T05:51:37.221Z++ [[ 45 -gt 300 ]]
6052026-06-05T05:51:37.221Z++ sleep 1
6062026-06-05T05:51:38.173Z++ retry=46
6072026-06-05T05:51:38.176Z+++ svcs -Hostate baseline
6082026-06-05T05:51:38.189Z++ [[ offline* != online ]]
6092026-06-05T05:51:38.189Z++ [[ 46 -gt 300 ]]
6102026-06-05T05:51:38.189Z++ sleep 1
6112026-06-05T05:51:39.192Z++ retry=47
6122026-06-05T05:51:39.195Z+++ svcs -Hostate baseline
6132026-06-05T05:51:39.206Z++ [[ offline* != online ]]
6142026-06-05T05:51:39.206Z++ [[ 47 -gt 300 ]]
6152026-06-05T05:51:39.206Z++ sleep 1
6162026-06-05T05:51:40.208Z++ retry=48
6172026-06-05T05:51:40.211Z+++ svcs -Hostate baseline
6182026-06-05T05:51:40.224Z++ [[ offline* != online ]]
6192026-06-05T05:51:40.224Z++ [[ 48 -gt 300 ]]
6202026-06-05T05:51:40.224Z++ sleep 1
6212026-06-05T05:51:41.226Z++ retry=49
6222026-06-05T05:51:41.229Z+++ svcs -Hostate baseline
6232026-06-05T05:51:41.242Z++ [[ offline* != online ]]
6242026-06-05T05:51:41.242Z++ [[ 49 -gt 300 ]]
6252026-06-05T05:51:41.242Z++ sleep 1
6262026-06-05T05:51:42.245Z++ retry=50
6272026-06-05T05:51:42.248Z+++ svcs -Hostate baseline
6282026-06-05T05:51:42.260Z++ [[ offline* != online ]]
6292026-06-05T05:51:42.260Z++ [[ 50 -gt 300 ]]
6302026-06-05T05:51:42.260Z++ sleep 1
6312026-06-05T05:51:43.262Z++ retry=51
6322026-06-05T05:51:43.267Z+++ svcs -Hostate baseline
6332026-06-05T05:51:43.278Z++ [[ offline* != online ]]
6342026-06-05T05:51:43.278Z++ [[ 51 -gt 300 ]]
6352026-06-05T05:51:43.278Z++ sleep 1
6362026-06-05T05:51:44.280Z++ retry=52
6372026-06-05T05:51:44.305Z+++ svcs -Hostate baseline
6382026-06-05T05:51:44.305Z++ [[ offline* != online ]]
6392026-06-05T05:51:44.305Z++ [[ 52 -gt 300 ]]
6402026-06-05T05:51:44.305Z++ sleep 1
6412026-06-05T05:51:45.297Z++ retry=53
6422026-06-05T05:51:45.301Z+++ svcs -Hostate baseline
6432026-06-05T05:51:45.313Z++ [[ offline* != online ]]
6442026-06-05T05:51:45.313Z++ [[ 53 -gt 300 ]]
6452026-06-05T05:51:45.313Z++ sleep 1
6462026-06-05T05:51:46.315Z++ retry=54
6472026-06-05T05:51:46.319Z+++ svcs -Hostate baseline
6482026-06-05T05:51:46.331Z++ [[ offline* != online ]]
6492026-06-05T05:51:46.331Z++ [[ 54 -gt 300 ]]
6502026-06-05T05:51:46.332Z++ sleep 1
6512026-06-05T05:51:47.334Z++ retry=55
6522026-06-05T05:51:47.337Z+++ svcs -Hostate baseline
6532026-06-05T05:51:47.351Z++ [[ offline* != online ]]
6542026-06-05T05:51:47.351Z++ [[ 55 -gt 300 ]]
6552026-06-05T05:51:47.351Z++ sleep 1
6562026-06-05T05:51:48.352Z++ retry=56
6572026-06-05T05:51:48.355Z+++ svcs -Hostate baseline
6582026-06-05T05:51:48.367Z++ [[ offline* != online ]]
6592026-06-05T05:51:48.367Z++ [[ 56 -gt 300 ]]
6602026-06-05T05:51:48.367Z++ sleep 1
6612026-06-05T05:51:49.369Z++ retry=57
6622026-06-05T05:51:49.373Z+++ svcs -Hostate baseline
6632026-06-05T05:51:49.385Z++ [[ offline* != online ]]
6642026-06-05T05:51:49.385Z++ [[ 57 -gt 300 ]]
6652026-06-05T05:51:49.385Z++ sleep 1
6662026-06-05T05:51:50.388Z++ retry=58
6672026-06-05T05:51:50.391Z+++ svcs -Hostate baseline
6682026-06-05T05:51:50.403Z++ [[ offline* != online ]]
6692026-06-05T05:51:50.403Z++ [[ 58 -gt 300 ]]
6702026-06-05T05:51:50.403Z++ sleep 1
6712026-06-05T05:51:51.406Z++ retry=59
6722026-06-05T05:51:51.418Z+++ svcs -Hostate baseline
6732026-06-05T05:51:51.428Z++ [[ offline* != online ]]
6742026-06-05T05:51:51.428Z++ [[ 59 -gt 300 ]]
6752026-06-05T05:51:51.428Z++ sleep 1
6762026-06-05T05:51:52.443Z++ retry=60
6772026-06-05T05:51:52.447Z+++ svcs -Hostate baseline
6782026-06-05T05:51:52.447Z++ [[ offline* != online ]]
6792026-06-05T05:51:52.447Z++ [[ 60 -gt 300 ]]
6802026-06-05T05:51:52.447Z++ sleep 1
6812026-06-05T05:51:53.441Z++ retry=61
6822026-06-05T05:51:53.446Z+++ svcs -Hostate baseline
6832026-06-05T05:51:53.457Z++ [[ offline* != online ]]
6842026-06-05T05:51:53.457Z++ [[ 61 -gt 300 ]]
6852026-06-05T05:51:53.457Z++ sleep 1
6862026-06-05T05:51:54.459Z++ retry=62
6872026-06-05T05:51:54.463Z+++ svcs -Hostate baseline
6882026-06-05T05:51:54.476Z++ [[ offline* != online ]]
6892026-06-05T05:51:54.476Z++ [[ 62 -gt 300 ]]
6902026-06-05T05:51:54.476Z++ sleep 1
6912026-06-05T05:51:55.478Z++ retry=63
6922026-06-05T05:51:55.482Z+++ svcs -Hostate baseline
6932026-06-05T05:51:55.493Z++ [[ offline* != online ]]
6942026-06-05T05:51:55.493Z++ [[ 63 -gt 300 ]]
6952026-06-05T05:51:55.493Z++ sleep 1
6962026-06-05T05:51:56.495Z++ retry=64
6972026-06-05T05:51:56.502Z+++ svcs -Hostate baseline
6982026-06-05T05:51:56.511Z++ [[ offline* != online ]]
6992026-06-05T05:51:56.511Z++ [[ 64 -gt 300 ]]
7002026-06-05T05:51:56.511Z++ sleep 1
7012026-06-05T05:51:57.513Z++ retry=65
7022026-06-05T05:51:57.523Z+++ svcs -Hostate baseline
7032026-06-05T05:51:57.531Z++ [[ offline* != online ]]
7042026-06-05T05:51:57.531Z++ [[ 65 -gt 300 ]]
7052026-06-05T05:51:57.531Z++ sleep 1
7062026-06-05T05:51:58.532Z++ retry=66
7072026-06-05T05:51:58.535Z+++ svcs -Hostate baseline
7082026-06-05T05:51:58.547Z++ [[ offline* != online ]]
7092026-06-05T05:51:58.547Z++ [[ 66 -gt 300 ]]
7102026-06-05T05:51:58.547Z++ sleep 1
7112026-06-05T05:51:59.550Z++ retry=67
7122026-06-05T05:51:59.555Z+++ svcs -Hostate baseline
7132026-06-05T05:51:59.565Z++ [[ offline* != online ]]
7142026-06-05T05:51:59.565Z++ [[ 67 -gt 300 ]]
7152026-06-05T05:51:59.565Z++ sleep 1
7162026-06-05T05:52:00.572Z++ retry=68
7172026-06-05T05:52:00.577Z+++ svcs -Hostate baseline
7182026-06-05T05:52:00.584Z++ [[ offline* != online ]]
7192026-06-05T05:52:00.584Z++ [[ 68 -gt 300 ]]
7202026-06-05T05:52:00.584Z++ sleep 1
7212026-06-05T05:52:01.587Z++ retry=69
7222026-06-05T05:52:01.591Z+++ svcs -Hostate baseline
7232026-06-05T05:52:01.601Z++ [[ offline* != online ]]
7242026-06-05T05:52:01.601Z++ [[ 69 -gt 300 ]]
7252026-06-05T05:52:01.601Z++ sleep 1
7262026-06-05T05:52:02.604Z++ retry=70
7272026-06-05T05:52:02.623Z+++ svcs -Hostate baseline
7282026-06-05T05:52:02.629Z++ [[ offline* != online ]]
7292026-06-05T05:52:02.629Z++ [[ 70 -gt 300 ]]
7302026-06-05T05:52:02.629Z++ sleep 1
7312026-06-05T05:52:03.635Z++ retry=71
7322026-06-05T05:52:03.694Z+++ svcs -Hostate baseline
7332026-06-05T05:52:03.695Z++ [[ offline* != online ]]
7342026-06-05T05:52:03.695Z++ [[ 71 -gt 300 ]]
7352026-06-05T05:52:03.695Z++ sleep 1
7362026-06-05T05:52:04.742Z++ retry=72
7372026-06-05T05:52:04.792Z+++ svcs -Hostate baseline
7382026-06-05T05:52:04.792Z++ [[ offline* != online ]]
7392026-06-05T05:52:04.792Z++ [[ 72 -gt 300 ]]
7402026-06-05T05:52:04.792Z++ sleep 1
7412026-06-05T05:52:05.658Z++ retry=73
7422026-06-05T05:52:05.685Z+++ svcs -Hostate baseline
7432026-06-05T05:52:05.685Z++ [[ offline* != online ]]
7442026-06-05T05:52:05.686Z++ [[ 73 -gt 300 ]]
7452026-06-05T05:52:05.686Z++ sleep 1
7462026-06-05T05:52:06.690Z++ retry=74
7472026-06-05T05:52:06.709Z+++ svcs -Hostate baseline
7482026-06-05T05:52:06.709Z++ [[ offline* != online ]]
7492026-06-05T05:52:06.709Z++ [[ 74 -gt 300 ]]
7502026-06-05T05:52:06.709Z++ sleep 1
7512026-06-05T05:52:07.695Z++ retry=75
7522026-06-05T05:52:07.699Z+++ svcs -Hostate baseline
7532026-06-05T05:52:07.708Z++ [[ offline* != online ]]
7542026-06-05T05:52:07.708Z++ [[ 75 -gt 300 ]]
7552026-06-05T05:52:07.709Z++ sleep 1
7562026-06-05T05:52:08.711Z++ retry=76
7572026-06-05T05:52:08.714Z+++ svcs -Hostate baseline
7582026-06-05T05:52:08.726Z++ [[ offline* != online ]]
7592026-06-05T05:52:08.726Z++ [[ 76 -gt 300 ]]
7602026-06-05T05:52:08.726Z++ sleep 1
7612026-06-05T05:52:09.729Z++ retry=77
7622026-06-05T05:52:09.733Z+++ svcs -Hostate baseline
7632026-06-05T05:52:09.744Z++ [[ offline* != online ]]
7642026-06-05T05:52:09.744Z++ [[ 77 -gt 300 ]]
7652026-06-05T05:52:09.744Z++ sleep 1
7662026-06-05T05:52:10.747Z++ retry=78
7672026-06-05T05:52:10.750Z+++ svcs -Hostate baseline
7682026-06-05T05:52:10.762Z++ [[ offline* != online ]]
7692026-06-05T05:52:10.762Z++ [[ 78 -gt 300 ]]
7702026-06-05T05:52:10.762Z++ sleep 1
7712026-06-05T05:52:11.764Z++ retry=79
7722026-06-05T05:52:11.768Z+++ svcs -Hostate baseline
7732026-06-05T05:52:11.784Z++ [[ offline* != online ]]
7742026-06-05T05:52:11.784Z++ [[ 79 -gt 300 ]]
7752026-06-05T05:52:11.784Z++ sleep 1
7762026-06-05T05:52:12.783Z++ retry=80
7772026-06-05T05:52:12.787Z+++ svcs -Hostate baseline
7782026-06-05T05:52:12.799Z++ [[ offline* != online ]]
7792026-06-05T05:52:12.799Z++ [[ 80 -gt 300 ]]
7802026-06-05T05:52:12.799Z++ sleep 1
7812026-06-05T05:52:13.800Z++ retry=81
7822026-06-05T05:52:13.803Z+++ svcs -Hostate baseline
7832026-06-05T05:52:13.817Z++ [[ offline* != online ]]
7842026-06-05T05:52:13.817Z++ [[ 81 -gt 300 ]]
7852026-06-05T05:52:13.817Z++ sleep 1
7862026-06-05T05:52:14.818Z++ retry=82
7872026-06-05T05:52:14.820Z+++ svcs -Hostate baseline
7882026-06-05T05:52:14.835Z++ [[ offline* != online ]]
7892026-06-05T05:52:14.835Z++ [[ 82 -gt 300 ]]
7902026-06-05T05:52:14.835Z++ sleep 1
7912026-06-05T05:52:15.836Z++ retry=83
7922026-06-05T05:52:15.839Z+++ svcs -Hostate baseline
7932026-06-05T05:52:15.853Z++ [[ offline* != online ]]
7942026-06-05T05:52:15.853Z++ [[ 83 -gt 300 ]]
7952026-06-05T05:52:15.853Z++ sleep 1
7962026-06-05T05:52:16.853Z++ retry=84
7972026-06-05T05:52:16.856Z+++ svcs -Hostate baseline
7982026-06-05T05:52:16.869Z++ [[ offline* != online ]]
7992026-06-05T05:52:16.869Z++ [[ 84 -gt 300 ]]
8002026-06-05T05:52:16.869Z++ sleep 1
8012026-06-05T05:52:17.871Z++ retry=85
8022026-06-05T05:52:17.874Z+++ svcs -Hostate baseline
8032026-06-05T05:52:17.886Z++ [[ offline* != online ]]
8042026-06-05T05:52:17.886Z++ [[ 85 -gt 300 ]]
8052026-06-05T05:52:17.886Z++ sleep 1
8062026-06-05T05:52:18.889Z++ retry=86
8072026-06-05T05:52:18.892Z+++ svcs -Hostate baseline
8082026-06-05T05:52:18.904Z++ [[ offline* != online ]]
8092026-06-05T05:52:18.904Z++ [[ 86 -gt 300 ]]
8102026-06-05T05:52:18.904Z++ sleep 1
8112026-06-05T05:52:19.923Z++ retry=87
8122026-06-05T05:52:19.929Z+++ svcs -Hostate baseline
8132026-06-05T05:52:19.929Z++ [[ offline* != online ]]
8142026-06-05T05:52:19.929Z++ [[ 87 -gt 300 ]]
8152026-06-05T05:52:19.929Z++ sleep 1
8162026-06-05T05:52:20.924Z++ retry=88
8172026-06-05T05:52:20.928Z+++ svcs -Hostate baseline
8182026-06-05T05:52:20.940Z++ [[ offline* != online ]]
8192026-06-05T05:52:20.940Z++ [[ 88 -gt 300 ]]
8202026-06-05T05:52:20.940Z++ sleep 1
8212026-06-05T05:52:21.942Z++ retry=89
8222026-06-05T05:52:21.945Z+++ svcs -Hostate baseline
8232026-06-05T05:52:21.958Z++ [[ offline* != online ]]
8242026-06-05T05:52:21.958Z++ [[ 89 -gt 300 ]]
8252026-06-05T05:52:21.958Z++ sleep 1
8262026-06-05T05:52:22.960Z++ retry=90
8272026-06-05T05:52:22.963Z+++ svcs -Hostate baseline
8282026-06-05T05:52:22.976Z++ [[ offline* != online ]]
8292026-06-05T05:52:22.976Z++ [[ 90 -gt 300 ]]
8302026-06-05T05:52:22.976Z++ sleep 1
8312026-06-05T05:52:23.978Z++ retry=91
8322026-06-05T05:52:23.982Z+++ svcs -Hostate baseline
8332026-06-05T05:52:23.994Z++ [[ offline* != online ]]
8342026-06-05T05:52:23.994Z++ [[ 91 -gt 300 ]]
8352026-06-05T05:52:23.994Z++ sleep 1
8362026-06-05T05:52:24.996Z++ retry=92
8372026-06-05T05:52:25.000Z+++ svcs -Hostate baseline
8382026-06-05T05:52:25.012Z++ [[ offline* != online ]]
8392026-06-05T05:52:25.012Z++ [[ 92 -gt 300 ]]
8402026-06-05T05:52:25.012Z++ sleep 1
8412026-06-05T05:52:26.014Z++ retry=93
8422026-06-05T05:52:26.017Z+++ svcs -Hostate baseline
8432026-06-05T05:52:26.029Z++ [[ offline* != online ]]
8442026-06-05T05:52:26.029Z++ [[ 93 -gt 300 ]]
8452026-06-05T05:52:26.029Z++ sleep 1
8462026-06-05T05:52:27.031Z++ retry=94
8472026-06-05T05:52:27.034Z+++ svcs -Hostate baseline
8482026-06-05T05:52:27.050Z++ [[ offline* != online ]]
8492026-06-05T05:52:27.050Z++ [[ 94 -gt 300 ]]
8502026-06-05T05:52:27.050Z++ sleep 1
8512026-06-05T05:52:28.049Z++ retry=95
8522026-06-05T05:52:28.052Z+++ svcs -Hostate baseline
8532026-06-05T05:52:28.064Z++ [[ offline* != online ]]
8542026-06-05T05:52:28.064Z++ [[ 95 -gt 300 ]]
8552026-06-05T05:52:28.064Z++ sleep 1
8562026-06-05T05:52:29.068Z++ retry=96
8572026-06-05T05:52:29.071Z+++ svcs -Hostate baseline
8582026-06-05T05:52:29.084Z++ [[ offline* != online ]]
8592026-06-05T05:52:29.084Z++ [[ 96 -gt 300 ]]
8602026-06-05T05:52:29.084Z++ sleep 1
8612026-06-05T05:52:30.085Z++ retry=97
8622026-06-05T05:52:30.088Z+++ svcs -Hostate baseline
8632026-06-05T05:52:30.101Z++ [[ offline* != online ]]
8642026-06-05T05:52:30.101Z++ [[ 97 -gt 300 ]]
8652026-06-05T05:52:30.101Z++ sleep 1
8662026-06-05T05:52:31.103Z++ retry=98
8672026-06-05T05:52:31.106Z+++ svcs -Hostate baseline
8682026-06-05T05:52:31.119Z++ [[ offline* != online ]]
8692026-06-05T05:52:31.119Z++ [[ 98 -gt 300 ]]
8702026-06-05T05:52:31.123Z++ sleep 1
8712026-06-05T05:52:32.120Z++ retry=99
8722026-06-05T05:52:32.134Z+++ svcs -Hostate baseline
8732026-06-05T05:52:32.137Z++ [[ offline* != online ]]
8742026-06-05T05:52:32.138Z++ [[ 99 -gt 300 ]]
8752026-06-05T05:52:32.138Z++ sleep 1
8762026-06-05T05:52:33.139Z++ retry=100
8772026-06-05T05:52:33.143Z+++ svcs -Hostate baseline
8782026-06-05T05:52:33.153Z++ [[ offline* != online ]]
8792026-06-05T05:52:33.153Z++ [[ 100 -gt 300 ]]
8802026-06-05T05:52:33.153Z++ sleep 1
8812026-06-05T05:52:34.155Z++ retry=101
8822026-06-05T05:52:34.158Z+++ svcs -Hostate baseline
8832026-06-05T05:52:34.171Z++ [[ offline* != online ]]
8842026-06-05T05:52:34.171Z++ [[ 101 -gt 300 ]]
8852026-06-05T05:52:34.171Z++ sleep 1
8862026-06-05T05:52:35.173Z++ retry=102
8872026-06-05T05:52:35.176Z+++ svcs -Hostate baseline
8882026-06-05T05:52:35.188Z++ [[ offline* != online ]]
8892026-06-05T05:52:35.188Z++ [[ 102 -gt 300 ]]
8902026-06-05T05:52:35.188Z++ sleep 1
8912026-06-05T05:52:36.190Z++ retry=103
8922026-06-05T05:52:36.193Z+++ svcs -Hostate baseline
8932026-06-05T05:52:36.205Z++ [[ offline* != online ]]
8942026-06-05T05:52:36.205Z++ [[ 103 -gt 300 ]]
8952026-06-05T05:52:36.205Z++ sleep 1
8962026-06-05T05:52:37.207Z++ retry=104
8972026-06-05T05:52:37.211Z+++ svcs -Hostate baseline
8982026-06-05T05:52:37.223Z++ [[ offline* != online ]]
8992026-06-05T05:52:37.223Z++ [[ 104 -gt 300 ]]
9002026-06-05T05:52:37.223Z++ sleep 1
9012026-06-05T05:52:38.225Z++ retry=105
9022026-06-05T05:52:38.228Z+++ svcs -Hostate baseline
9032026-06-05T05:52:38.240Z++ [[ offline* != online ]]
9042026-06-05T05:52:38.240Z++ [[ 105 -gt 300 ]]
9052026-06-05T05:52:38.240Z++ sleep 1
9062026-06-05T05:52:39.242Z++ retry=106
9072026-06-05T05:52:39.246Z+++ svcs -Hostate baseline
9082026-06-05T05:52:39.257Z++ [[ online != online ]]
9092026-06-05T05:52:39.257Z++ set -o errexit
9102026-06-05T05:52:39.258Z++ set -o pipefail
9112026-06-05T05:52:39.258Z++ banner build
9122026-06-05T05:52:39.262Z
9132026-06-05T05:52:39.262Z ##### # # # # #####
9142026-06-05T05:52:39.262Z # # # # # # # #
9152026-06-05T05:52:39.262Z ##### # # # # # #
9162026-06-05T05:52:39.262Z # # # # # # # #
9172026-06-05T05:52:39.262Z # # # # # # # #
9182026-06-05T05:52:39.262Z ##### #### # ###### #####
9192026-06-05T05:52:39.262Z
9202026-06-05T05:52:39.262Z++ cargo build --release --bin ddmd --bin ddmadm
9212026-06-05T05:52:39.265Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
9222026-06-05T05:52:39.421Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
9232026-06-05T05:52:39.428Zinfo: downloading 6 components
9242026-06-05T05:52:53.697Z Updating git repository `https://github.com/oxidecomputer/falcon`
9252026-06-05T05:52:54.284ZFrom https://github.com/oxidecomputer/falcon
9262026-06-05T05:52:54.284Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9272026-06-05T05:52:54.362Z Updating crates.io index
9282026-06-05T05:52:54.365Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9292026-06-05T05:52:55.299ZFrom https://github.com/oxidecomputer/dendrite
9302026-06-05T05:52:55.299Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9312026-06-05T05:52:55.333Z Updating git repository `https://github.com/oxidecomputer/ispf`
9322026-06-05T05:52:55.597ZFrom https://github.com/oxidecomputer/ispf
9332026-06-05T05:52:55.597Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9342026-06-05T05:52:55.602Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9352026-06-05T05:52:55.974ZFrom https://github.com/oxidecomputer/netadm-sys
9362026-06-05T05:52:55.974Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9372026-06-05T05:52:55.982Z Updating git repository `https://github.com/oxidecomputer/omicron`
9382026-06-05T05:53:03.557ZFrom https://github.com/oxidecomputer/omicron
9392026-06-05T05:53:03.558Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9402026-06-05T05:53:03.974Z Updating git repository `https://github.com/oxidecomputer/opte`
9412026-06-05T05:53:04.636ZFrom https://github.com/oxidecomputer/opte
9422026-06-05T05:53:04.636Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9432026-06-05T05:53:04.667Z Updating git repository `https://github.com/illumos/smf-rs`
9442026-06-05T05:53:04.926ZFrom https://github.com/illumos/smf-rs
9452026-06-05T05:53:04.926Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9462026-06-05T05:53:04.934Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9472026-06-05T05:53:05.195ZFrom https://github.com/oxidecomputer/network-interface
9482026-06-05T05:53:05.195Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9492026-06-05T05:53:05.201Z Updating git repository `https://github.com/oxidecomputer/zone`
9502026-06-05T05:53:05.448ZFrom https://github.com/oxidecomputer/zone
9512026-06-05T05:53:05.448Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9522026-06-05T05:53:05.455Z Updating git repository `https://github.com/oxidecomputer/propolis`
9532026-06-05T05:53:06.118ZFrom https://github.com/oxidecomputer/propolis
9542026-06-05T05:53:06.118Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9552026-06-05T05:53:06.161Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9562026-06-05T05:53:06.671ZFrom https://github.com/oxidecomputer/transceiver-control
9572026-06-05T05:53:06.671Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9582026-06-05T05:53:06.679Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9592026-06-05T05:53:06.957ZFrom https://github.com/oxidecomputer/dlpi-sys
9602026-06-05T05:53:06.957Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9612026-06-05T05:53:06.962Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9622026-06-05T05:53:07.266ZFrom https://github.com/jmesmon/rust-libzfs
9632026-06-05T05:53:07.266Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9642026-06-05T05:53:07.274Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9652026-06-05T05:53:07.531ZFrom https://github.com/oxidecomputer/rusty-doors
9662026-06-05T05:53:07.531Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9672026-06-05T05:53:07.537Z Updating git repository `https://github.com/oxidecomputer/lldp`
9682026-06-05T05:53:07.864ZFrom https://github.com/oxidecomputer/lldp
9692026-06-05T05:53:07.864Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9702026-06-05T05:53:07.875Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9712026-06-05T05:53:08.140ZFrom https://github.com/oxidecomputer/slog-error-chain
9722026-06-05T05:53:08.140Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9732026-06-05T05:53:08.149Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9742026-06-05T05:53:08.439ZFrom https://github.com/oxidecomputer/tufaceous
9752026-06-05T05:53:08.439Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9762026-06-05T05:53:08.449Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9772026-06-05T05:53:08.912ZFrom https://github.com/oxidecomputer/management-gateway-service
9782026-06-05T05:53:08.912Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9792026-06-05T05:53:08.925Z Updating git repository `https://github.com/oxidecomputer/crucible`
9802026-06-05T05:53:09.752ZFrom https://github.com/oxidecomputer/crucible
9812026-06-05T05:53:09.752Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9822026-06-05T05:53:09.797Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9832026-06-05T05:53:10.064ZFrom https://github.com/oxidecomputer/serde_human_bytes
9842026-06-05T05:53:10.064Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9852026-06-05T05:53:10.073Z Updating git repository `https://github.com/oxidecomputer/propolis`
9862026-06-05T05:53:10.457ZFrom https://github.com/oxidecomputer/propolis
9872026-06-05T05:53:10.457Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9882026-06-05T05:53:10.501Z Updating git repository `https://github.com/oxidecomputer/crucible`
9892026-06-05T05:53:10.976ZFrom https://github.com/oxidecomputer/crucible
9902026-06-05T05:53:10.976Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9912026-06-05T05:53:11.041Z Updating git repository `https://github.com/oxidecomputer/tofino`
9922026-06-05T05:53:11.358ZFrom https://github.com/oxidecomputer/tofino
9932026-06-05T05:53:11.358Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9942026-06-05T05:53:11.370Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9952026-06-05T05:53:12.334ZFrom https://github.com/oxidecomputer/maghemite
9962026-06-05T05:53:12.334Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9972026-06-05T05:53:12.373Z Updating git repository `https://github.com/oxidecomputer/clickward`
9982026-06-05T05:53:12.634ZFrom https://github.com/oxidecomputer/clickward
9992026-06-05T05:53:12.634Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10002026-06-05T05:53:12.638Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10012026-06-05T05:53:12.902ZFrom https://github.com/oxidecomputer/illumos-devinfo
10022026-06-05T05:53:12.902Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10032026-06-05T05:53:15.003Z Downloading crates ...
10042026-06-05T05:53:15.056Z Downloaded anstyle-query v1.1.5
10052026-06-05T05:53:15.072Z Downloaded atomic-waker v1.1.2
10062026-06-05T05:53:15.072Z Downloaded async-stream v0.3.6
10072026-06-05T05:53:15.095Z Downloaded atomicwrites v0.4.4
10082026-06-05T05:53:15.095Z Downloaded base16ct v1.0.0
10092026-06-05T05:53:15.096Z Downloaded anyhow v1.0.102
10102026-06-05T05:53:15.096Z Downloaded colorchoice v1.0.5
10112026-06-05T05:53:15.096Z Downloaded byte-wrapper v0.1.0
10122026-06-05T05:53:15.096Z Downloaded adler2 v2.0.1
10132026-06-05T05:53:15.096Z Downloaded anstream v1.0.0
10142026-06-05T05:53:15.102Z Downloaded csv-core v0.1.13
10152026-06-05T05:53:15.102Z Downloaded chacha20 v0.10.0
10162026-06-05T05:53:15.102Z Downloaded foreign-types v0.3.2
10172026-06-05T05:53:15.102Z Downloaded base64ct v1.8.3
10182026-06-05T05:53:15.102Z Downloaded anstyle v1.0.14
10192026-06-05T05:53:15.102Z Downloaded argon2 v0.5.3
10202026-06-05T05:53:15.102Z Downloaded dtrace-parser v0.3.0
10212026-06-05T05:53:15.102Z Downloaded digest v0.10.7
10222026-06-05T05:53:15.102Z Downloaded drift v0.2.0
10232026-06-05T05:53:15.102Z Downloaded futures-core v0.3.32
10242026-06-05T05:53:15.102Z Downloaded anstyle-parse v1.0.0
10252026-06-05T05:53:15.102Z Downloaded aead v0.5.2
10262026-06-05T05:53:15.102Z Downloaded async-compression v0.4.42
10272026-06-05T05:53:15.108Z Downloaded hickory-resolver v0.25.2
10282026-06-05T05:53:15.108Z Downloaded futures v0.3.32
10292026-06-05T05:53:15.108Z Downloaded heck v0.5.0
10302026-06-05T05:53:15.108Z Downloaded derive-where v1.6.1
10312026-06-05T05:53:15.119Z Downloaded allocator-api2 v0.2.21
10322026-06-05T05:53:15.119Z Downloaded base16ct v0.2.0
10332026-06-05T05:53:15.119Z Downloaded aho-corasick v1.1.4
10342026-06-05T05:53:15.141Z Downloaded debug-ignore v1.0.5
10352026-06-05T05:53:15.141Z Downloaded dtrace-parser v0.2.0
10362026-06-05T05:53:15.141Z Downloaded darling_core v0.21.3
10372026-06-05T05:53:15.141Z Downloaded erased-serde v0.3.31
10382026-06-05T05:53:15.141Z Downloaded darling v0.23.0
10392026-06-05T05:53:15.141Z Downloaded errno v0.3.14
10402026-06-05T05:53:15.141Z Downloaded dof v0.3.0
10412026-06-05T05:53:15.141Z Downloaded derive-ex v0.1.8
10422026-06-05T05:53:15.141Z Downloaded cfg-if v1.0.4
10432026-06-05T05:53:15.147Z Downloaded cfg_aliases v0.2.1
10442026-06-05T05:53:15.147Z Downloaded block-buffer v0.10.4
10452026-06-05T05:53:15.147Z Downloaded bit-set v0.8.0
10462026-06-05T05:53:15.147Z Downloaded backoff v0.4.0
10472026-06-05T05:53:15.147Z Downloaded foldhash v0.2.0
10482026-06-05T05:53:15.147Z Downloaded equivalent v1.0.2
10492026-06-05T05:53:15.147Z Downloaded darling_core v0.23.0
10502026-06-05T05:53:15.147Z Downloaded camino-tempfile v1.4.1
10512026-06-05T05:53:15.147Z Downloaded fastrand v2.4.1
10522026-06-05T05:53:15.147Z Downloaded arc-swap v1.9.1
10532026-06-05T05:53:15.147Z Downloaded clap_lex v1.1.0
10542026-06-05T05:53:15.147Z Downloaded elliptic-curve v0.13.8
10552026-06-05T05:53:15.154Z Downloaded http-body v1.0.1
10562026-06-05T05:53:15.154Z Downloaded crypto-common v0.1.7
10572026-06-05T05:53:15.154Z Downloaded either v1.16.0
10582026-06-05T05:53:15.154Z Downloaded fnv v1.0.7
10592026-06-05T05:53:15.154Z Downloaded crunchy v0.2.4
10602026-06-05T05:53:15.154Z Downloaded const-random-macro v0.1.16
10612026-06-05T05:53:15.155Z Downloaded compression-core v0.4.32
10622026-06-05T05:53:15.155Z Downloaded dropshot-api-manager-types v0.7.2
10632026-06-05T05:53:15.155Z Downloaded displaydoc v0.2.6
10642026-06-05T05:53:15.159Z Downloaded dyn-clone v1.0.20
10652026-06-05T05:53:15.159Z Downloaded bitflags v1.3.2
10662026-06-05T05:53:15.159Z Downloaded chacha20 v0.9.1
10672026-06-05T05:53:15.159Z Downloaded crucible-workspace-hack v0.1.0
10682026-06-05T05:53:15.174Z Downloaded crypto-common v0.2.2
10692026-06-05T05:53:15.174Z Downloaded cargo_toml v0.22.3
10702026-06-05T05:53:15.174Z Downloaded futures-sink v0.3.32
10712026-06-05T05:53:15.175Z Downloaded foreign-types v0.5.0
10722026-06-05T05:53:15.175Z Downloaded curve25519-dalek-derive v0.1.1
10732026-06-05T05:53:15.175Z Downloaded cpufeatures v0.3.0
10742026-06-05T05:53:15.175Z Downloaded convert_case v0.4.0
10752026-06-05T05:53:15.175Z Downloaded dunce v1.0.5
10762026-06-05T05:53:15.175Z Downloaded const-random v0.1.18
10772026-06-05T05:53:15.175Z Downloaded ahash v0.8.12
10782026-06-05T05:53:15.189Z Downloaded async-trait v0.1.89
10792026-06-05T05:53:15.190Z Downloaded fixedbitset v0.4.2
10802026-06-05T05:53:15.190Z Downloaded block-buffer v0.12.0
10812026-06-05T05:53:15.190Z Downloaded icu_properties_data v2.2.0
10822026-06-05T05:53:15.190Z Downloaded enum-as-inner v0.6.1
10832026-06-05T05:53:15.190Z Downloaded fxhash v0.2.1
10842026-06-05T05:53:15.190Z Downloaded embedded-io v0.6.1
10852026-06-05T05:53:15.190Z Downloaded dof v0.4.0
10862026-06-05T05:53:15.190Z Downloaded cobs v0.3.0
10872026-06-05T05:53:15.190Z Downloaded autocfg v1.5.1
10882026-06-05T05:53:15.190Z Downloaded futures-macro v0.3.32
10892026-06-05T05:53:15.195Z Downloaded foreign-types-shared v0.1.1
10902026-06-05T05:53:15.195Z Downloaded foreign-types-macros v0.2.3
10912026-06-05T05:53:15.195Z Downloaded darling_macro v0.21.3
10922026-06-05T05:53:15.195Z Downloaded embedded-io v0.4.0
10932026-06-05T05:53:15.195Z Downloaded futures-io v0.3.32
10942026-06-05T05:53:15.195Z Downloaded foreign-types-shared v0.3.1
10952026-06-05T05:53:15.195Z Downloaded hubpack_derive v0.1.1
10962026-06-05T05:53:15.195Z Downloaded ciborium-io v0.2.2
10972026-06-05T05:53:15.195Z Downloaded ident_case v1.0.1
10982026-06-05T05:53:15.195Z Downloaded deranged v0.5.8
10992026-06-05T05:53:15.195Z Downloaded digest v0.11.3
11002026-06-05T05:53:15.208Z Downloaded data-encoding v2.11.0
11012026-06-05T05:53:15.208Z Downloaded cstr-argument v0.1.2
11022026-06-05T05:53:15.208Z Downloaded hubpack v0.1.2
11032026-06-05T05:53:15.208Z Downloaded cpufeatures v0.2.17
11042026-06-05T05:53:15.208Z Downloaded ciborium-ll v0.2.2
11052026-06-05T05:53:15.208Z Downloaded defmt v0.3.100
11062026-06-05T05:53:15.208Z Downloaded float-ord v0.3.2
11072026-06-05T05:53:15.208Z Downloaded darling_macro v0.23.0
11082026-06-05T05:53:15.212Z Downloaded crc8 v0.1.1
11092026-06-05T05:53:15.212Z Downloaded async-stream-impl v0.3.6
11102026-06-05T05:53:15.212Z Downloaded async-recursion v1.1.1
11112026-06-05T05:53:15.212Z Downloaded httpdate v1.0.3
11122026-06-05T05:53:15.212Z Downloaded hex v0.4.3
11132026-06-05T05:53:15.212Z Downloaded bs58 v0.5.1
11142026-06-05T05:53:15.212Z Downloaded generic-array v0.14.7
11152026-06-05T05:53:15.212Z Downloaded fixedbitset v0.5.7
11162026-06-05T05:53:15.215Z Downloaded find-msvc-tools v0.1.9
11172026-06-05T05:53:15.223Z Downloaded git-stub v1.0.0
11182026-06-05T05:53:15.223Z Downloaded hostname v0.3.1
11192026-06-05T05:53:15.223Z Downloaded heck v0.4.1
11202026-06-05T05:53:15.223Z Downloaded inout v0.1.4
11212026-06-05T05:53:15.234Z Downloaded idna_adapter v1.2.2
11222026-06-05T05:53:15.234Z Downloaded internet-checksum v0.2.1
11232026-06-05T05:53:15.234Z Downloaded futures-task v0.3.32
11242026-06-05T05:53:15.234Z Downloaded defmt-parser v1.0.0
11252026-06-05T05:53:15.235Z Downloaded hash32 v0.3.1
11262026-06-05T05:53:15.249Z Downloaded lazy_static v1.5.0
11272026-06-05T05:53:15.249Z Downloaded hostname v0.4.2
11282026-06-05T05:53:15.249Z Downloaded konst_macro_rules v0.2.19
11292026-06-05T05:53:15.249Z Downloaded itoa v1.0.18
11302026-06-05T05:53:15.249Z Downloaded gethostname v0.5.0
11312026-06-05T05:53:15.249Z Downloaded http-body-util v0.1.3
11322026-06-05T05:53:15.249Z Downloaded byteorder v1.5.0
11332026-06-05T05:53:15.249Z Downloaded bytecount v0.6.9
11342026-06-05T05:53:15.259Z Downloaded git-stub-vcs v0.1.0
11352026-06-05T05:53:15.259Z Downloaded hmac v0.12.1
11362026-06-05T05:53:15.259Z Downloaded futures-executor v0.3.32
11372026-06-05T05:53:15.259Z Downloaded console v0.15.11
11382026-06-05T05:53:15.259Z Downloaded cancel-safe-futures v0.1.5
11392026-06-05T05:53:15.260Z Downloaded bit-vec v0.8.0
11402026-06-05T05:53:15.260Z Downloaded indent_write v2.2.0
11412026-06-05T05:53:15.260Z Downloaded humantime v2.3.0
11422026-06-05T05:53:15.260Z Downloaded daft v0.1.7
11432026-06-05T05:53:15.280Z Downloaded hyper-rustls v0.27.9
11442026-06-05T05:53:15.280Z Downloaded critical-section v1.2.0
11452026-06-05T05:53:15.280Z Downloaded bcs v0.1.6
11462026-06-05T05:53:15.281Z Downloaded compression-codecs v0.4.38
11472026-06-05T05:53:15.281Z Downloaded camino v1.2.2
11482026-06-05T05:53:15.281Z Downloaded instant v0.1.13
11492026-06-05T05:53:15.281Z Downloaded cipher v0.4.4
11502026-06-05T05:53:15.281Z Downloaded cmake v0.1.58
11512026-06-05T05:53:15.305Z Downloaded ff v0.13.1
11522026-06-05T05:53:15.305Z Downloaded iana-time-zone v0.1.65
11532026-06-05T05:53:15.305Z Downloaded is_terminal_polyfill v1.70.2
11542026-06-05T05:53:15.305Z Downloaded is-terminal v0.4.17
11552026-06-05T05:53:15.306Z Downloaded libscf-sys v1.2.0
11562026-06-05T05:53:15.306Z Downloaded const-oid v0.10.2
11572026-06-05T05:53:15.306Z Downloaded mime v0.3.17
11582026-06-05T05:53:15.306Z Downloaded keccak v0.1.6
11592026-06-05T05:53:15.306Z Downloaded natord v1.0.9
11602026-06-05T05:53:15.306Z Downloaded match_cfg v0.1.0
11612026-06-05T05:53:15.306Z Downloaded macaddr v1.0.1
11622026-06-05T05:53:15.306Z Downloaded is_ci v1.2.0
11632026-06-05T05:53:15.306Z Downloaded lru-slab v0.1.2
11642026-06-05T05:53:15.306Z Downloaded backon v1.6.0
11652026-06-05T05:53:15.306Z Downloaded base64 v0.22.1
11662026-06-05T05:53:15.306Z Downloaded memoffset v0.9.1
11672026-06-05T05:53:15.306Z Downloaded foldhash v0.1.5
11682026-06-05T05:53:15.306Z Downloaded ingot v0.1.1
11692026-06-05T05:53:15.332Z Downloaded newline-converter v0.3.0
11702026-06-05T05:53:15.332Z Downloaded memmap v0.7.0
11712026-06-05T05:53:15.333Z Downloaded globset v0.4.18
11722026-06-05T05:53:15.333Z Downloaded futures-channel v0.3.32
11732026-06-05T05:53:15.333Z Downloaded crossbeam-utils v0.8.21
11742026-06-05T05:53:15.333Z Downloaded fs_extra v1.3.0
11752026-06-05T05:53:15.333Z Downloaded linked-hash-map v0.5.6
11762026-06-05T05:53:15.333Z Downloaded colored v3.1.1
11772026-06-05T05:53:15.333Z Downloaded managed v0.8.0
11782026-06-05T05:53:15.333Z Downloaded lru-cache v0.1.2
11792026-06-05T05:53:15.333Z Downloaded omicron-workspace-hack v0.1.0
11802026-06-05T05:53:15.333Z Downloaded newtype-uuid-macros v0.1.0
11812026-06-05T05:53:15.333Z Downloaded ipnetwork v0.21.1
11822026-06-05T05:53:15.333Z Downloaded hybrid-array v0.4.12
11832026-06-05T05:53:15.333Z Downloaded openssl-probe v0.2.1
11842026-06-05T05:53:15.333Z Downloaded num_threads v0.1.7
11852026-06-05T05:53:15.333Z Downloaded olpc-cjson v0.1.4
11862026-06-05T05:53:15.333Z Downloaded num v0.4.3
11872026-06-05T05:53:15.334Z Downloaded highway v1.3.0
11882026-06-05T05:53:15.334Z Downloaded num-iter v0.1.45
11892026-06-05T05:53:15.334Z Downloaded crc32fast v1.5.0
11902026-06-05T05:53:15.334Z Downloaded derive_more v0.99.20
11912026-06-05T05:53:15.334Z Downloaded no-std-compat v0.4.1
11922026-06-05T05:53:15.334Z Downloaded ciborium v0.2.2
11932026-06-05T05:53:15.334Z Downloaded crossbeam-deque v0.8.6
11942026-06-05T05:53:15.334Z Downloaded num-derive v0.4.2
11952026-06-05T05:53:15.334Z Downloaded newtype_derive v0.1.6
11962026-06-05T05:53:15.334Z Downloaded group v0.13.0
11972026-06-05T05:53:15.344Z Downloaded const_format_proc_macros v0.2.34
11982026-06-05T05:53:15.344Z Downloaded fs-err v3.3.0
11992026-06-05T05:53:15.344Z Downloaded crossbeam-epoch v0.9.18
12002026-06-05T05:53:15.344Z Downloaded clap_derive v4.6.1
12012026-06-05T05:53:15.345Z Downloaded num-conv v0.2.2
12022026-06-05T05:53:15.345Z Downloaded bytes v1.11.1
12032026-06-05T05:53:15.345Z Downloaded opaque-debug v0.3.1
12042026-06-05T05:53:15.345Z Downloaded percent-encoding v2.3.2
12052026-06-05T05:53:15.345Z Downloaded newtype-uuid v1.3.2
12062026-06-05T05:53:15.345Z Downloaded form_urlencoded v1.2.2
12072026-06-05T05:53:15.345Z Downloaded cookie v0.18.1
12082026-06-05T05:53:15.345Z Downloaded daft-derive v0.1.7
12092026-06-05T05:53:15.345Z Downloaded lock_api v0.4.14
12102026-06-05T05:53:15.356Z Downloaded libsw v3.5.0
12112026-06-05T05:53:15.356Z Downloaded glob v0.3.3
12122026-06-05T05:53:15.356Z Downloaded defmt-macros v1.1.0
12132026-06-05T05:53:15.356Z Downloaded ingot-types v0.1.2
12142026-06-05T05:53:15.356Z Downloaded phf_shared v0.12.1
12152026-06-05T05:53:15.367Z Downloaded ipnet v2.12.0
12162026-06-05T05:53:15.367Z Downloaded num_enum_derive v0.5.11
12172026-06-05T05:53:15.367Z Downloaded blake2 v0.10.6
12182026-06-05T05:53:15.367Z Downloaded jobserver v0.1.34
12192026-06-05T05:53:15.374Z Downloaded libsw-core v0.3.2
12202026-06-05T05:53:15.374Z Downloaded httparse v1.10.1
12212026-06-05T05:53:15.374Z Downloaded getrandom v0.2.17
12222026-06-05T05:53:15.374Z Downloaded defmt v1.1.0
12232026-06-05T05:53:15.374Z Downloaded proc-macro-crate v1.3.1
12242026-06-05T05:53:15.374Z Downloaded multer v3.1.0
12252026-06-05T05:53:15.374Z Downloaded dropshot_endpoint v0.17.1
12262026-06-05T05:53:15.374Z Downloaded darling v0.21.3
12272026-06-05T05:53:15.377Z Downloaded pretty-hex v0.4.2
12282026-06-05T05:53:15.377Z Downloaded parse-display v0.10.0
12292026-06-05T05:53:15.387Z Downloaded oxnet v0.1.6
12302026-06-05T05:53:15.387Z Downloaded console v0.16.3
12312026-06-05T05:53:15.387Z Downloaded plain v0.2.3
12322026-06-05T05:53:15.387Z Downloaded progenitor-macro v0.13.0
12332026-06-05T05:53:15.413Z Downloaded paste v1.0.15
12342026-06-05T05:53:15.413Z Downloaded indexmap v1.9.3
12352026-06-05T05:53:15.413Z Downloaded const_format v0.2.36
12362026-06-05T05:53:15.413Z Downloaded powerfmt v0.2.0
12372026-06-05T05:53:15.413Z Downloaded potential_utf v0.1.5
12382026-06-05T05:53:15.413Z Downloaded litemap v0.8.2
12392026-06-05T05:53:15.413Z Downloaded linear-map v1.2.0
12402026-06-05T05:53:15.413Z Downloaded proc-macro-crate v3.5.0
12412026-06-05T05:53:15.413Z Downloaded ref-cast v1.0.25
12422026-06-05T05:53:15.413Z Downloaded clap v4.6.1
12432026-06-05T05:53:15.413Z Downloaded num_enum_derive v0.7.6
12442026-06-05T05:53:15.413Z Downloaded pem v3.0.6
12452026-06-05T05:53:15.413Z Downloaded num_enum v0.5.11
12462026-06-05T05:53:15.420Z Downloaded oxide-tokio-rt v0.1.6
12472026-06-05T05:53:15.420Z Downloaded progenitor-macro v0.14.0
12482026-06-05T05:53:15.420Z Downloaded phf v0.12.1
12492026-06-05T05:53:15.420Z Downloaded progenitor-client v0.14.0
12502026-06-05T05:53:15.420Z Downloaded proc-macro-error-attr2 v2.0.0
12512026-06-05T05:53:15.420Z Downloaded owo-colors v4.3.0
12522026-06-05T05:53:15.420Z Downloaded openssl-macros v0.1.1
12532026-06-05T05:53:15.420Z Downloaded num_enum v0.7.6
12542026-06-05T05:53:15.420Z Downloaded ref-cast-impl v1.0.25
12552026-06-05T05:53:15.420Z Downloaded memmap2 v0.9.10
12562026-06-05T05:53:15.420Z Downloaded pin-project-internal v1.1.13
12572026-06-05T05:53:15.421Z Downloaded ingot-macros v0.1.1
12582026-06-05T05:53:15.425Z Downloaded num-rational v0.4.2
12592026-06-05T05:53:15.425Z Downloaded num-complex v0.4.6
12602026-06-05T05:53:15.425Z Downloaded poly1305 v0.8.0
12612026-06-05T05:53:15.425Z Downloaded proc-macro-error-attr v1.0.4
12622026-06-05T05:53:15.434Z Downloaded chacha20poly1305 v0.10.1
12632026-06-05T05:53:15.434Z Downloaded num-integer v0.1.46
12642026-06-05T05:53:15.434Z Downloaded bitflags v2.12.1
12652026-06-05T05:53:15.465Z Downloaded quick-error v1.2.3
12662026-06-05T05:53:15.465Z Downloaded progenitor-client v0.10.0
12672026-06-05T05:53:15.465Z Downloaded crypto-bigint v0.5.5
12682026-06-05T05:53:15.465Z Downloaded proc-macro-error v1.0.4
12692026-06-05T05:53:15.465Z Downloaded ppv-lite86 v0.2.21
12702026-06-05T05:53:15.465Z Downloaded base64 v0.21.7
12712026-06-05T05:53:15.465Z Downloaded progenitor v0.13.0
12722026-06-05T05:53:15.469Z Downloaded progenitor v0.10.0
12732026-06-05T05:53:15.469Z Downloaded getrandom v0.4.2
12742026-06-05T05:53:15.469Z Downloaded cc v1.2.63
12752026-06-05T05:53:15.469Z Downloaded password-hash v0.5.0
12762026-06-05T05:53:15.469Z Downloaded log v0.4.32
12772026-06-05T05:53:15.469Z Downloaded parse-display-derive v0.10.0
12782026-06-05T05:53:15.469Z Downloaded progenitor-macro v0.10.0
12792026-06-05T05:53:15.469Z Downloaded rand_core v0.6.4
12802026-06-05T05:53:15.469Z Downloaded pkg-config v0.3.33
12812026-06-05T05:53:15.469Z Downloaded rustc-hash v2.1.2
12822026-06-05T05:53:15.469Z Downloaded scopeguard v1.2.0
12832026-06-05T05:53:15.470Z Downloaded rand_xorshift v0.4.0
12842026-06-05T05:53:15.470Z Downloaded secrecy v0.10.3
12852026-06-05T05:53:15.470Z Downloaded scroll_derive v0.13.1
12862026-06-05T05:53:15.470Z Downloaded rustc_version v0.1.7
12872026-06-05T05:53:15.470Z Downloaded flate2 v1.1.9
12882026-06-05T05:53:15.470Z Downloaded rand_core v0.9.5
12892026-06-05T05:53:15.476Z Downloaded parking_lot_core v0.8.6
12902026-06-05T05:53:15.476Z Downloaded pest_generator v2.8.6
12912026-06-05T05:53:15.476Z Downloaded icu_locale_core v2.2.0
12922026-06-05T05:53:15.484Z Downloaded icu_provider v2.2.0
12932026-06-05T05:53:15.484Z Downloaded half v2.7.1
12942026-06-05T05:53:15.484Z Downloaded semver v0.1.20
12952026-06-05T05:53:15.507Z Downloaded getrandom v0.3.4
12962026-06-05T05:53:15.507Z Downloaded rand_chacha v0.9.0
12972026-06-05T05:53:15.507Z Downloaded progenitor v0.14.0
12982026-06-05T05:53:15.507Z Downloaded pin-project-lite v0.2.17
12992026-06-05T05:53:15.507Z Downloaded postcard v1.1.3
13002026-06-05T05:53:15.507Z Downloaded konst v0.2.20
13012026-06-05T05:53:15.507Z Downloaded scroll_derive v0.12.1
13022026-06-05T05:53:15.507Z Downloaded same-file v1.0.6
13032026-06-05T05:53:15.507Z Downloaded proc-macro-error2 v2.0.1
13042026-06-05T05:53:15.520Z Downloaded serde_urlencoded v0.7.1
13052026-06-05T05:53:15.520Z Downloaded serde_spanned v0.6.9
13062026-06-05T05:53:15.520Z Downloaded sha1 v0.10.6
13072026-06-05T05:53:15.520Z Downloaded serde_spanned v1.1.1
13082026-06-05T05:53:15.521Z Downloaded sha1 v0.11.0
13092026-06-05T05:53:15.521Z Downloaded resolv-conf v0.7.6
13102026-06-05T05:53:15.521Z Downloaded parking_lot v0.12.5
13112026-06-05T05:53:15.521Z Downloaded once_cell v1.21.4
13122026-06-05T05:53:15.521Z Downloaded crossbeam-channel v0.5.15
13132026-06-05T05:53:15.539Z Downloaded serde-big-array v0.5.1
13142026-06-05T05:53:15.539Z Downloaded rustls-native-certs v0.8.4
13152026-06-05T05:53:15.539Z Downloaded rand_chacha v0.3.1
13162026-06-05T05:53:15.539Z Downloaded serde_repr v0.1.20
13172026-06-05T05:53:15.539Z Downloaded rustversion v1.0.22
13182026-06-05T05:53:15.539Z Downloaded rustls-pemfile v2.2.0
13192026-06-05T05:53:15.539Z Downloaded miniz_oxide v0.8.9
13202026-06-05T05:53:15.539Z Downloaded icu_properties v2.2.0
13212026-06-05T05:53:15.539Z Downloaded serde_plain v1.0.2
13222026-06-05T05:53:15.539Z Downloaded quinn-udp v0.5.14
13232026-06-05T05:53:15.539Z Downloaded slog-envlogger v2.2.0
13242026-06-05T05:53:15.539Z Downloaded icu_normalizer v2.2.0
13252026-06-05T05:53:15.548Z Downloaded quote v1.0.45
13262026-06-05T05:53:15.548Z Downloaded schemars_derive v0.8.22
13272026-06-05T05:53:15.549Z Downloaded icu_collections v2.2.0
13282026-06-05T05:53:15.549Z Downloaded sigpipe v0.1.3
13292026-06-05T05:53:15.549Z Downloaded rand_core v0.10.1
13302026-06-05T05:53:15.564Z Downloaded icu_normalizer_data v2.2.0
13312026-06-05T05:53:15.564Z Downloaded heapless v0.8.0
13322026-06-05T05:53:15.565Z Downloaded spin v0.5.2
13332026-06-05T05:53:15.565Z Downloaded stable_deref_trait v1.2.1
13342026-06-05T05:53:15.565Z Downloaded parking_lot_core v0.9.12
13352026-06-05T05:53:15.565Z Downloaded expectorate v1.2.0
13362026-06-05T05:53:15.565Z Downloaded strum v0.26.3
13372026-06-05T05:53:15.588Z Downloaded siphasher v1.0.3
13382026-06-05T05:53:15.588Z Downloaded serde_path_to_error v0.1.20
13392026-06-05T05:53:15.588Z Downloaded pin-project v1.1.13
13402026-06-05T05:53:15.588Z Downloaded smawk v0.3.2
13412026-06-05T05:53:15.589Z Downloaded slog-bunyan v2.5.0
13422026-06-05T05:53:15.589Z Downloaded num-traits v0.2.19
13432026-06-05T05:53:15.603Z Downloaded tabled_derive v0.11.0
13442026-06-05T05:53:15.603Z Downloaded supports-color v3.0.2
13452026-06-05T05:53:15.603Z Downloaded strum v0.27.2
13462026-06-05T05:53:15.603Z Downloaded sha2 v0.10.9
13472026-06-05T05:53:15.604Z Downloaded structmeta-derive v0.3.0
13482026-06-05T05:53:15.604Z Downloaded structmeta v0.3.0
13492026-06-05T05:53:15.604Z Downloaded strsim v0.11.1
13502026-06-05T05:53:15.604Z Downloaded subtle v2.6.1
13512026-06-05T05:53:15.604Z Downloaded rhai_codegen v3.2.0
13522026-06-05T05:53:15.604Z Downloaded progenitor-extras v0.2.0
13532026-06-05T05:53:15.604Z Downloaded papergrid v0.11.0
13542026-06-05T05:53:15.604Z Downloaded termtree v0.5.1
13552026-06-05T05:53:15.604Z Downloaded tagptr v0.2.0
13562026-06-05T05:53:15.604Z Downloaded take_mut v0.2.2
13572026-06-05T05:53:15.604Z Downloaded testing_table v0.3.0
13582026-06-05T05:53:15.604Z Downloaded scroll v0.12.0
13592026-06-05T05:53:15.620Z Downloaded tabled_derive v0.7.0
13602026-06-05T05:53:15.621Z Downloaded serde_derive_internals v0.29.1
13612026-06-05T05:53:15.621Z Downloaded simd-adler32 v0.3.9
13622026-06-05T05:53:15.621Z Downloaded rusty-fork v0.3.1
13632026-06-05T05:53:15.621Z Downloaded serde_tokenstream v0.2.3
13642026-06-05T05:53:15.621Z Downloaded progenitor-client v0.13.0
13652026-06-05T05:53:15.621Z Downloaded parking_lot v0.11.2
13662026-06-05T05:53:15.621Z Downloaded slog-scope v4.4.1
13672026-06-05T05:53:15.621Z Downloaded slog-term v2.9.2
13682026-06-05T05:53:15.621Z Downloaded sync_wrapper v1.0.2
13692026-06-05T05:53:15.621Z Downloaded swrite v0.1.0
13702026-06-05T05:53:15.621Z Downloaded tabwriter v1.4.1
13712026-06-05T05:53:15.621Z Downloaded slog-json v2.6.1
13722026-06-05T05:53:15.621Z Downloaded shlex v2.0.1
13732026-06-05T05:53:15.621Z Downloaded hickory-resolver v0.24.4
13742026-06-05T05:53:15.621Z Downloaded smf v0.2.3
13752026-06-05T05:53:15.621Z Downloaded smartstring v1.0.1
13762026-06-05T05:53:15.621Z Downloaded hyper-util v0.1.20
13772026-06-05T05:53:15.621Z Downloaded pest_derive v2.8.6
13782026-06-05T05:53:15.627Z Downloaded thiserror-impl-no-std v2.0.2
13792026-06-05T05:53:15.627Z Downloaded papergrid v0.18.0
13802026-06-05T05:53:15.627Z Downloaded thread-id v4.2.2
13812026-06-05T05:53:15.627Z Downloaded rustc_version v0.4.1
13822026-06-05T05:53:15.627Z Downloaded scroll v0.13.0
13832026-06-05T05:53:15.627Z Downloaded static_assertions v1.1.0
13842026-06-05T05:53:15.637Z Downloaded terminal_size v0.4.4
13852026-06-05T05:53:15.637Z Downloaded semver v1.0.28
13862026-06-05T05:53:15.645Z Downloaded slog-dtrace v0.3.0
13872026-06-05T05:53:15.645Z Downloaded openssl-sys v0.9.116
13882026-06-05T05:53:15.665Z Downloaded tinyvec_macros v0.1.1
13892026-06-05T05:53:15.665Z Downloaded serde_with_macros v3.20.0
13902026-06-05T05:53:15.665Z Downloaded rustls-pki-types v1.14.1
13912026-06-05T05:53:15.665Z Downloaded thread-id v5.1.0
13922026-06-05T05:53:15.665Z Downloaded prettyplease v0.2.37
13932026-06-05T05:53:15.665Z Downloaded slog-stdlog v4.1.1
13942026-06-05T05:53:15.669Z Downloaded slab v0.4.12
13952026-06-05T05:53:15.669Z Downloaded proc-macro2 v1.0.106
13962026-06-05T05:53:15.669Z Downloaded time-core v0.1.8
13972026-06-05T05:53:15.669Z Downloaded toml_write v0.1.2
13982026-06-05T05:53:15.669Z Downloaded minimal-lexical v0.2.1
13992026-06-05T05:53:15.674Z Downloaded indicatif v0.18.4
14002026-06-05T05:53:15.679Z Downloaded progenitor-impl v0.14.0
14012026-06-05T05:53:15.679Z Downloaded strum_macros v0.27.2
14022026-06-05T05:53:15.684Z Downloaded memchr v2.8.1
14032026-06-05T05:53:15.685Z Downloaded thiserror-impl v2.0.18
14042026-06-05T05:53:15.695Z Downloaded thiserror v2.0.18
14052026-06-05T05:53:15.695Z Downloaded thiserror-no-std v2.0.2
14062026-06-05T05:53:15.695Z Downloaded typeid v1.0.3
14072026-06-05T05:53:15.695Z Downloaded try-lock v0.2.5
14082026-06-05T05:53:15.706Z Downloaded typify-macro v0.4.3
14092026-06-05T05:53:15.706Z Downloaded progenitor-impl v0.10.0
14102026-06-05T05:53:15.706Z Downloaded snafu-derive v0.8.9
14112026-06-05T05:53:15.706Z Downloaded typify-macro v0.6.2
14122026-06-05T05:53:15.706Z Downloaded unicode-linebreak v0.1.5
14132026-06-05T05:53:15.706Z Downloaded unarray v0.1.4
14142026-06-05T05:53:15.706Z Downloaded tower-service v0.3.3
14152026-06-05T05:53:15.706Z Downloaded tower-layer v0.3.3
14162026-06-05T05:53:15.706Z Downloaded tiny-keccak v2.0.2
14172026-06-05T05:53:15.706Z Downloaded synstructure v0.13.2
14182026-06-05T05:53:15.706Z Downloaded tokio-dtrace v0.1.1
14192026-06-05T05:53:15.711Z Downloaded rayon-core v1.13.0
14202026-06-05T05:53:15.711Z Downloaded strum_macros v0.26.4
14212026-06-05T05:53:15.711Z Downloaded progenitor-impl v0.13.0
14222026-06-05T05:53:15.711Z Downloaded spin v0.9.8
14232026-06-05T05:53:15.711Z Downloaded smallvec v1.15.1
14242026-06-05T05:53:15.711Z Downloaded indexmap v2.14.0
14252026-06-05T05:53:15.715Z Downloaded signal-hook-registry v1.4.8
14262026-06-05T05:53:15.718Z Downloaded universal-hash v0.5.1
14272026-06-05T05:53:15.719Z Downloaded thiserror v1.0.69
14282026-06-05T05:53:15.723Z Downloaded pest_meta v2.8.6
14292026-06-05T05:53:15.723Z Downloaded untrusted v0.7.1
14302026-06-05T05:53:15.724Z Downloaded thread_local v1.1.9
14312026-06-05T05:53:15.726Z Downloaded slog-async v2.8.0
14322026-06-05T05:53:15.729Z Downloaded ryu v1.0.23
14332026-06-05T05:53:15.732Z Downloaded rustls-platform-verifier v0.7.0
14342026-06-05T05:53:15.732Z Downloaded hashbrown v0.12.3
14352026-06-05T05:53:15.738Z Downloaded utf-8 v0.7.6
14362026-06-05T05:53:15.741Z Downloaded usdt-attr-macro v0.6.0
14372026-06-05T05:53:15.741Z Downloaded quinn v0.11.9
14382026-06-05T05:53:15.744Z Downloaded unit-prefix v0.5.2
14392026-06-05T05:53:15.744Z Downloaded time-macros v0.2.27
14402026-06-05T05:53:15.747Z Downloaded tinystr v0.8.3
14412026-06-05T05:53:15.750Z Downloaded version_check v0.9.5
14422026-06-05T05:53:15.750Z Downloaded tokio-macros v2.7.0
14432026-06-05T05:53:15.750Z Downloaded utf8_iter v1.0.4
14442026-06-05T05:53:15.753Z Downloaded tokio-tungstenite v0.21.0
14452026-06-05T05:53:15.754Z Downloaded toml_writer v1.1.1+spec-1.1.0
14462026-06-05T05:53:15.754Z Downloaded usdt-attr-macro v0.5.0
14472026-06-05T05:53:15.757Z Downloaded untrusted v0.9.0
14482026-06-05T05:53:15.757Z Downloaded socket2 v0.6.4
14492026-06-05T05:53:15.757Z Downloaded thiserror-impl v1.0.69
14502026-06-05T05:53:15.757Z Downloaded usdt v0.6.0
14512026-06-05T05:53:15.760Z Downloaded usdt v0.5.0
14522026-06-05T05:53:15.760Z Downloaded utf8parse v0.2.2
14532026-06-05T05:53:15.760Z Downloaded waitgroup v0.1.2
14542026-06-05T05:53:15.763Z Downloaded usdt-macro v0.6.0
14552026-06-05T05:53:15.766Z Downloaded serde_core v1.0.228
14562026-06-05T05:53:15.769Z Downloaded serde_derive v1.0.228
14572026-06-05T05:53:15.772Z Downloaded jiff-static v0.2.28
14582026-06-05T05:53:15.772Z Downloaded http v1.4.1
14592026-06-05T05:53:15.775Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14602026-06-05T05:53:15.775Z Downloaded toml_datetime v0.6.11
14612026-06-05T05:53:15.778Z Downloaded want v0.3.1
14622026-06-05T05:53:15.783Z Downloaded tokio-rustls v0.26.4
14632026-06-05T05:53:15.790Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14642026-06-05T05:53:15.793Z Downloaded usdt-impl v0.5.0
14652026-06-05T05:53:15.793Z Downloaded serde_yaml v0.9.34+deprecated
14662026-06-05T05:53:15.799Z Downloaded term v1.2.1
14672026-06-05T05:53:15.802Z Downloaded rustls-webpki v0.103.13
14682026-06-05T05:53:15.805Z Downloaded tempfile v3.27.0
14692026-06-05T05:53:15.805Z Downloaded toml v0.8.23
14702026-06-05T05:53:15.808Z Downloaded zerofrom-derive v0.1.7
14712026-06-05T05:53:15.811Z Downloaded yoke-derive v0.8.2
14722026-06-05T05:53:15.811Z Downloaded zeroize_derive v1.4.3
14732026-06-05T05:53:15.814Z Downloaded zone_cfg_derive v0.3.1
14742026-06-05T05:53:15.814Z Downloaded textwrap v0.16.2
14752026-06-05T05:53:15.814Z Downloaded zerofrom v0.1.8
14762026-06-05T05:53:15.814Z Downloaded thin-vec v0.2.18
14772026-06-05T05:53:15.818Z Downloaded similar v2.7.0
14782026-06-05T05:53:15.820Z Downloaded schemars v1.2.1
14792026-06-05T05:53:15.826Z Downloaded slog v2.8.2
14802026-06-05T05:53:15.829Z Downloaded unicode-xid v0.2.6
14812026-06-05T05:53:15.829Z Downloaded rand v0.9.4
14822026-06-05T05:53:15.832Z Downloaded zone v0.3.1
14832026-06-05T05:53:15.835Z Downloaded walkdir v2.5.0
14842026-06-05T05:53:15.835Z Downloaded vsss-rs v3.3.4
14852026-06-05T05:53:15.835Z Downloaded schemars v0.8.22
14862026-06-05T05:53:15.842Z Downloaded usdt-macro v0.5.0
14872026-06-05T05:53:15.845Z Downloaded schemars v0.9.0
14882026-06-05T05:53:15.852Z Downloaded rand v0.8.6
14892026-06-05T05:53:15.855Z Downloaded wait-timeout v0.2.1
14902026-06-05T05:53:15.855Z Downloaded ucd-trie v0.1.7
14912026-06-05T05:53:15.858Z Downloaded whoami v1.6.1
14922026-06-05T05:53:15.858Z Downloaded toml_parser v1.1.2+spec-1.1.0
14932026-06-05T05:53:15.862Z Downloaded toml v1.1.2+spec-1.1.0
14942026-06-05T05:53:15.866Z Downloaded toml v0.9.12+spec-1.1.0
14952026-06-05T05:53:15.875Z Downloaded test-strategy v0.4.5
14962026-06-05T05:53:15.878Z Downloaded zmij v1.0.21
14972026-06-05T05:53:15.878Z Downloaded zerovec-derive v0.11.3
14982026-06-05T05:53:15.878Z Downloaded writeable v0.6.3
14992026-06-05T05:53:15.881Z Downloaded zeroize v1.8.2
15002026-06-05T05:53:15.881Z Downloaded usdt-impl v0.6.0
15012026-06-05T05:53:15.884Z Downloaded hyper v1.10.1
15022026-06-05T05:53:15.889Z Downloaded tracing-attributes v0.1.31
15032026-06-05T05:53:15.891Z Downloaded tungstenite v0.21.0
15042026-06-05T05:53:15.894Z Downloaded xz2 v0.1.7
15052026-06-05T05:53:15.894Z Downloaded yoke v0.8.3
15062026-06-05T05:53:15.897Z Downloaded tracing-core v0.1.36
15072026-06-05T05:53:15.897Z Downloaded steno v0.4.1
15082026-06-05T05:53:15.900Z Downloaded tinyvec v1.11.0
15092026-06-05T05:53:15.903Z Downloaded mio v1.2.1
15102026-06-05T05:53:15.907Z Downloaded zerocopy-derive v0.7.35
15112026-06-05T05:53:15.910Z Downloaded tokio-stream v0.1.18
15122026-06-05T05:53:15.913Z Downloaded clap_builder v4.6.0
15132026-06-05T05:53:15.916Z Downloaded serde v1.0.228
15142026-06-05T05:53:15.919Z Downloaded qorb v0.4.1
15152026-06-05T05:53:15.924Z Downloaded uuid v1.23.2
15162026-06-05T05:53:15.926Z Downloaded toml_edit v0.25.12+spec-1.1.0
15172026-06-05T05:53:15.935Z Downloaded typify v0.6.2
15182026-06-05T05:53:15.946Z Downloaded typify v0.4.3
15192026-06-05T05:53:15.946Z Downloaded unsafe-libyaml v0.2.11
15202026-06-05T05:53:15.946Z Downloaded unicode-ident v1.0.24
15212026-06-05T05:53:15.951Z Downloaded nom v7.1.3
15222026-06-05T05:53:15.955Z Downloaded hashbrown v0.16.1
15232026-06-05T05:53:15.958Z Downloaded snafu v0.8.9
15242026-06-05T05:53:15.962Z Downloaded ron v0.12.1
15252026-06-05T05:53:15.966Z Downloaded toml_edit v0.22.27
15262026-06-05T05:53:15.969Z Downloaded hashbrown v0.15.5
15272026-06-05T05:53:15.976Z Downloaded itertools v0.12.1
15282026-06-05T05:53:15.982Z Downloaded rand v0.10.1
15292026-06-05T05:53:15.985Z Downloaded dropshot-api-manager v0.7.2
15302026-06-05T05:53:15.988Z Downloaded pest v2.8.6
15312026-06-05T05:53:16.005Z Downloaded toml_edit v0.19.15
15322026-06-05T05:53:16.014Z Downloaded libm v0.2.16
15332026-06-05T05:53:16.019Z Downloaded itertools v0.14.0
15342026-06-05T05:53:16.023Z Downloaded hashbrown v0.17.1
15352026-06-05T05:53:16.026Z Downloaded regex v1.12.3
15362026-06-05T05:53:16.031Z Downloaded reqwest v0.12.28
15372026-06-05T05:53:16.039Z Downloaded nom v8.0.0
15382026-06-05T05:53:16.042Z Downloaded aws-lc-rs v1.17.0
15392026-06-05T05:53:16.047Z Downloaded url v2.5.8
15402026-06-05T05:53:16.050Z Downloaded hkdf v0.12.4
15412026-06-05T05:53:16.054Z Downloaded zerotrie v0.2.4
15422026-06-05T05:53:16.054Z Downloaded h2 v0.4.14
15432026-06-05T05:53:16.057Z Downloaded rayon v1.12.0
15442026-06-05T05:53:16.060Z Downloaded typenum v1.20.1
15452026-06-05T05:53:16.063Z Downloaded tower v0.5.3
15462026-06-05T05:53:16.067Z Downloaded futures-util v0.3.32
15472026-06-05T05:53:16.080Z Downloaded goblin v0.8.2
15482026-06-05T05:53:16.083Z Downloaded zerocopy-derive v0.8.50
15492026-06-05T05:53:16.088Z Downloaded iddqd v0.4.2
15502026-06-05T05:53:16.095Z Downloaded portable-atomic v1.13.1
15512026-06-05T05:53:16.099Z Downloaded serde_json v1.0.150
15522026-06-05T05:53:16.102Z Downloaded unicode-normalization v0.1.25
15532026-06-05T05:53:16.105Z Downloaded unicode-segmentation v1.13.3
15542026-06-05T05:53:16.108Z Downloaded idna v1.1.0
15552026-06-05T05:53:16.111Z Downloaded reqwest v0.13.4
15562026-06-05T05:53:16.114Z Downloaded tough v0.22.0
15572026-06-05T05:53:16.135Z Downloaded chrono v0.4.45
15582026-06-05T05:53:16.144Z Downloaded zerovec v0.11.6
15592026-06-05T05:53:16.157Z Downloaded serde_with v3.20.0
15602026-06-05T05:53:16.168Z Downloaded tokio-util v0.7.18
15612026-06-05T05:53:16.171Z Downloaded typed-path v0.9.3
15622026-06-05T05:53:16.173Z Downloaded tower-http v0.6.11
15632026-06-05T05:53:16.176Z Downloaded proptest v1.11.0
15642026-06-05T05:53:16.181Z Downloaded bstr v1.12.1
15652026-06-05T05:53:16.189Z Downloaded curve25519-dalek v4.1.3
15662026-06-05T05:53:16.195Z Downloaded quinn-proto v0.11.14
15672026-06-05T05:53:16.215Z Downloaded zerocopy v0.7.35
15682026-06-05T05:53:16.224Z Downloaded winnow v0.5.40
15692026-06-05T05:53:16.228Z Downloaded winnow v0.7.15
15702026-06-05T05:53:16.234Z Downloaded moka v0.12.15
15712026-06-05T05:53:16.238Z Downloaded tabled v0.15.0
15722026-06-05T05:53:16.247Z Downloaded tabled v0.21.0
15732026-06-05T05:53:16.257Z Downloaded winnow v1.0.3
15742026-06-05T05:53:16.262Z Downloaded time v0.3.47
15752026-06-05T05:53:16.269Z Downloaded syn v1.0.109
15762026-06-05T05:53:16.274Z Downloaded goblin v0.10.7
15772026-06-05T05:53:16.279Z Downloaded openssl v0.10.80
15782026-06-05T05:53:16.288Z Downloaded webpki-roots v1.0.7
15792026-06-05T05:53:16.304Z Downloaded vcpkg v0.2.15
15802026-06-05T05:53:16.327Z Downloaded nix v0.31.3
15812026-06-05T05:53:16.340Z Downloaded regress v0.10.5
15822026-06-05T05:53:16.345Z Downloaded unicode-width v0.1.14
15832026-06-05T05:53:16.348Z Downloaded syn v2.0.117
15842026-06-05T05:53:16.354Z Downloaded unicode-width v0.2.2
15852026-06-05T05:53:16.358Z Downloaded openapiv3 v2.2.0
15862026-06-05T05:53:16.366Z Downloaded regex-syntax v0.8.10
15872026-06-05T05:53:16.369Z Downloaded smoltcp v0.11.0
15882026-06-05T05:53:16.376Z Downloaded zerocopy v0.8.50
15892026-06-05T05:53:16.387Z Downloaded rustls v0.23.40
15902026-06-05T05:53:16.394Z Downloaded hickory-proto v0.25.2
15912026-06-05T05:53:16.403Z Downloaded dropshot v0.17.1
15922026-06-05T05:53:16.415Z Downloaded rustix v0.38.44
15932026-06-05T05:53:16.427Z Downloaded rustix v1.1.4
15942026-06-05T05:53:16.440Z Downloaded hickory-proto v0.24.4
15952026-06-05T05:53:16.449Z Downloaded regress v0.11.1
15962026-06-05T05:53:16.454Z Downloaded rhai v1.25.1
15972026-06-05T05:53:16.460Z Downloaded typify-impl v0.6.2
15982026-06-05T05:53:16.469Z Downloaded typify-impl v0.4.3
15992026-06-05T05:53:16.478Z Downloaded sled v0.34.7
16002026-06-05T05:53:16.498Z Downloaded tracing v0.1.44
16012026-06-05T05:53:16.510Z Downloaded petgraph v0.6.5
16022026-06-05T05:53:16.521Z Downloaded lzma-sys v0.1.20
16032026-06-05T05:53:16.536Z Downloaded regex-automata v0.4.14
16042026-06-05T05:53:16.570Z Downloaded encoding_rs v0.8.35
16052026-06-05T05:53:16.590Z Downloaded jiff v0.2.28
16062026-06-05T05:53:16.618Z Downloaded libc v0.2.186
16072026-06-05T05:53:16.636Z Downloaded chrono-tz v0.10.4
16082026-06-05T05:53:16.646Z Downloaded petgraph v0.8.3
16092026-06-05T05:53:16.667Z Downloaded csv v1.4.0
16102026-06-05T05:53:16.680Z Downloaded sha3 v0.10.9
16112026-06-05T05:53:16.694Z Downloaded tokio v1.52.3
16122026-06-05T05:53:16.763Z Downloaded ring v0.17.14
16132026-06-05T05:53:17.269Z Downloaded aws-lc-sys v0.41.0
16142026-06-05T05:53:17.633Z Compiling proc-macro2 v1.0.106
16152026-06-05T05:53:17.633Z Compiling quote v1.0.45
16162026-06-05T05:53:17.636Z Compiling unicode-ident v1.0.24
16172026-06-05T05:53:17.636Z Compiling serde_core v1.0.228
16182026-06-05T05:53:17.636Z Compiling serde v1.0.228
16192026-06-05T05:53:17.636Z Compiling libc v0.2.186
16202026-06-05T05:53:17.636Z Compiling cfg-if v1.0.4
16212026-06-05T05:53:17.938Z Compiling zmij v1.0.21
16222026-06-05T05:53:17.958Z Compiling autocfg v1.5.1
16232026-06-05T05:53:18.266Z Compiling memchr v2.8.1
16242026-06-05T05:53:18.281Z Compiling libm v0.2.16
16252026-06-05T05:53:18.621Z Compiling itoa v1.0.18
16262026-06-05T05:53:18.826Z Compiling icu_normalizer_data v2.2.0
16272026-06-05T05:53:19.041Z Compiling icu_properties_data v2.2.0
16282026-06-05T05:53:19.085Z Compiling version_check v0.9.5
16292026-06-05T05:53:19.129Z Compiling stable_deref_trait v1.2.1
16302026-06-05T05:53:19.196Z Compiling syn v2.0.117
16312026-06-05T05:53:19.218Z Compiling serde_json v1.0.150
16322026-06-05T05:53:19.276Z Compiling writeable v0.6.3
16332026-06-05T05:53:19.361Z Compiling parking_lot_core v0.9.12
16342026-06-05T05:53:19.487Z Compiling litemap v0.8.2
16352026-06-05T05:53:19.535Z Compiling num-traits v0.2.19
16362026-06-05T05:53:19.555Z Compiling utf8_iter v1.0.4
16372026-06-05T05:53:19.687Z Compiling percent-encoding v2.3.2
16382026-06-05T05:53:19.878Z Compiling thiserror v2.0.18
16392026-06-05T05:53:19.949Z Compiling form_urlencoded v1.2.2
16402026-06-05T05:53:19.965Z Compiling rand_core v0.10.1
16412026-06-05T05:53:19.982Z Compiling getrandom v0.4.2
16422026-06-05T05:53:20.135Z Compiling zerocopy v0.8.50
16432026-06-05T05:53:20.226Z Compiling errno v0.3.14
16442026-06-05T05:53:20.243Z Compiling iana-time-zone v0.1.65
16452026-06-05T05:53:20.279Z Compiling heck v0.5.0
16462026-06-05T05:53:20.555Z Compiling uuid v1.23.2
16472026-06-05T05:53:20.615Z Compiling jobserver v0.1.34
16482026-06-05T05:53:20.815Z Compiling shlex v2.0.1
16492026-06-05T05:53:20.937Z Compiling find-msvc-tools v0.1.9
16502026-06-05T05:53:21.003Z Compiling rustversion v1.0.22
16512026-06-05T05:53:21.166Z Compiling cc v1.2.63
16522026-06-05T05:53:21.183Z Compiling semver v1.0.28
16532026-06-05T05:53:21.256Z Compiling dyn-clone v1.0.20
16542026-06-05T05:53:21.415Z Compiling schemars v0.8.22
16552026-06-05T05:53:21.476Z Compiling pin-project-lite v0.2.17
16562026-06-05T05:53:21.586Z Compiling getrandom v0.2.17
16572026-06-05T05:53:21.692Z Compiling scopeguard v1.2.0
16582026-06-05T05:53:21.711Z Compiling bitflags v2.12.1
16592026-06-05T05:53:21.807Z Compiling lock_api v0.4.14
16602026-06-05T05:53:21.869Z Compiling socket2 v0.6.4
16612026-06-05T05:53:22.011Z Compiling synstructure v0.13.2
16622026-06-05T05:53:22.033Z Compiling serde_derive_internals v0.29.1
16632026-06-05T05:53:22.063Z Compiling cmake v0.1.58
16642026-06-05T05:53:22.139Z Compiling signal-hook-registry v1.4.8
16652026-06-05T05:53:22.417Z Compiling mio v1.2.1
16662026-06-05T05:53:22.436Z Compiling fs_extra v1.3.0
16672026-06-05T05:53:22.539Z Compiling dunce v1.0.5
16682026-06-05T05:53:22.648Z Compiling portable-atomic v1.13.1
16692026-06-05T05:53:22.701Z Compiling aws-lc-sys v0.41.0
16702026-06-05T05:53:22.704Z Compiling critical-section v1.2.0
16712026-06-05T05:53:22.734Z Compiling futures-core v0.3.32
16722026-06-05T05:53:22.791Z Compiling log v0.4.32
16732026-06-05T05:53:22.832Z Compiling subtle v2.6.1
16742026-06-05T05:53:22.978Z Compiling equivalent v1.0.2
16752026-06-05T05:53:23.010Z Compiling httparse v1.10.1
16762026-06-05T05:53:23.077Z Compiling futures-sink v0.3.32
16772026-06-05T05:53:23.157Z Compiling slab v0.4.12
16782026-06-05T05:53:23.190Z Compiling serde_derive v1.0.228
16792026-06-05T05:53:23.190Z Compiling zerofrom-derive v0.1.7
16802026-06-05T05:53:23.221Z Compiling yoke-derive v0.8.2
16812026-06-05T05:53:23.341Z Compiling zerovec-derive v0.11.3
16822026-06-05T05:53:23.364Z Compiling displaydoc v0.2.6
16832026-06-05T05:53:23.367Z Compiling schemars_derive v0.8.22
16842026-06-05T05:53:23.591Z Compiling thiserror-impl v2.0.18
16852026-06-05T05:53:23.889Z Compiling tokio-macros v2.7.0
16862026-06-05T05:53:24.147Z Compiling zerocopy-derive v0.8.50
16872026-06-05T05:53:24.275Z Compiling zeroize_derive v1.4.3
16882026-06-05T05:53:24.385Z Compiling zerofrom v0.1.8
16892026-06-05T05:53:24.445Z Compiling futures-macro v0.3.32
16902026-06-05T05:53:24.521Z Compiling yoke v0.8.3
16912026-06-05T05:53:24.602Z Compiling once_cell v1.21.4
16922026-06-05T05:53:24.645Z Compiling rustix v1.1.4
16932026-06-05T05:53:24.724Z Compiling zerovec v0.11.6
16942026-06-05T05:53:24.821Z Compiling zerotrie v0.2.4
16952026-06-05T05:53:24.950Z Compiling zeroize v1.8.2
16962026-06-05T05:53:25.020Z Compiling ucd-trie v0.1.7
16972026-06-05T05:53:25.123Z Compiling thiserror v1.0.69
16982026-06-05T05:53:25.226Z Compiling pest v2.8.6
16992026-06-05T05:53:25.264Z Compiling typenum v1.20.1
17002026-06-05T05:53:25.281Z Compiling thiserror-impl v1.0.69
17012026-06-05T05:53:25.299Z Compiling tinystr v0.8.3
17022026-06-05T05:53:25.353Z Compiling potential_utf v0.1.5
17032026-06-05T05:53:25.432Z Compiling futures-channel v0.3.32
17042026-06-05T05:53:25.522Z Compiling icu_locale_core v2.2.0
17052026-06-05T05:53:25.539Z Compiling icu_collections v2.2.0
17062026-06-05T05:53:25.690Z Compiling futures-io v0.3.32
17072026-06-05T05:53:26.078Z Compiling futures-task v0.3.32
17082026-06-05T05:53:26.262Z Compiling pest_meta v2.8.6
17092026-06-05T05:53:26.309Z Compiling serde_tokenstream v0.2.3
17102026-06-05T05:53:26.375Z Compiling smallvec v1.15.1
17112026-06-05T05:53:26.422Z Compiling bytes v1.11.1
17122026-06-05T05:53:26.425Z Compiling icu_provider v2.2.0
17132026-06-05T05:53:26.455Z Compiling chrono v0.4.45
17142026-06-05T05:53:27.004Z Compiling icu_properties v2.2.0
17152026-06-05T05:53:27.049Z Compiling icu_normalizer v2.2.0
17162026-06-05T05:53:27.214Z Compiling parking_lot v0.12.5
17172026-06-05T05:53:27.286Z Compiling pest_generator v2.8.6
17182026-06-05T05:53:27.518Z Compiling tokio v1.52.3
17192026-06-05T05:53:27.962Z Compiling idna_adapter v1.2.2
17202026-06-05T05:53:28.130Z Compiling idna v1.1.0
17212026-06-05T05:53:28.147Z Compiling pest_derive v2.8.6
17222026-06-05T05:53:28.265Z Compiling futures-util v0.3.32
17232026-06-05T05:53:28.399Z Compiling regex-syntax v0.8.10
17242026-06-05T05:53:28.615Z Compiling url v2.5.8
17252026-06-05T05:53:28.688Z Compiling getrandom v0.3.4
17262026-06-05T05:53:28.790Z Compiling strsim v0.11.1
17272026-06-05T05:53:29.028Z Compiling rand_core v0.6.4
17282026-06-05T05:53:29.087Z Compiling aho-corasick v1.1.4
17292026-06-05T05:53:29.961Z Compiling hashbrown v0.17.1
17302026-06-05T05:53:30.212Z Compiling byteorder v1.5.0
17312026-06-05T05:53:30.423Z Compiling ipnetwork v0.21.1
17322026-06-05T05:53:30.466Z Compiling regex-automata v0.4.14
17332026-06-05T05:53:30.482Z Compiling tracing-core v0.1.36
17342026-06-05T05:53:30.642Z Compiling indexmap v2.14.0
17352026-06-05T05:53:30.930Z Compiling tracing-attributes v0.1.31
17362026-06-05T05:53:31.074Z Compiling ident_case v1.0.1
17372026-06-05T05:53:31.209Z Compiling slog v2.8.2
17382026-06-05T05:53:31.517Z Compiling anyhow v1.0.102
17392026-06-05T05:53:31.767Z Compiling fnv v1.0.7
17402026-06-05T05:53:31.847Z Compiling base64 v0.22.1
17412026-06-05T05:53:31.883Z Compiling paste v1.0.15
17422026-06-05T05:53:32.165Z Compiling tracing v0.1.44
17432026-06-05T05:53:32.182Z Compiling regex v1.12.3
17442026-06-05T05:53:32.456Z Compiling erased-serde v0.3.31
17452026-06-05T05:53:32.669Z Compiling omicron-workspace-hack v0.1.0
17462026-06-05T05:53:32.893Z Compiling http v1.4.1
17472026-06-05T05:53:33.293Z Compiling oxnet v0.1.6
17482026-06-05T05:53:33.675Z Compiling rustls-pki-types v1.14.1
17492026-06-05T05:53:34.252Z Compiling scroll_derive v0.13.1
17502026-06-05T05:53:34.517Z Compiling ring v0.17.14
17512026-06-05T05:53:34.741Z Compiling time-core v0.1.8
17522026-06-05T05:53:34.887Z Compiling num-conv v0.2.2
17532026-06-05T05:53:34.908Z Compiling aws-lc-rs v1.17.0
17542026-06-05T05:53:35.055Z Compiling time-macros v0.2.27
17552026-06-05T05:53:35.202Z Compiling tokio-util v0.7.18
17562026-06-05T05:53:35.488Z Compiling untrusted v0.9.0
17572026-06-05T05:53:35.637Z Compiling untrusted v0.7.1
17582026-06-05T05:53:35.768Z Compiling ipnet v2.12.0
17592026-06-05T05:53:36.035Z Compiling ppv-lite86 v0.2.21
17602026-06-05T05:53:36.386Z Compiling daft-derive v0.1.7
17612026-06-05T05:53:36.501Z Compiling async-trait v0.1.89
17622026-06-05T05:53:36.643Z Compiling crc32fast v1.5.0
17632026-06-05T05:53:36.933Z Compiling camino v1.2.2
17642026-06-05T05:53:36.977Z Compiling rustls v0.23.40
17652026-06-05T05:53:37.194Z Compiling http-body v1.0.1
17662026-06-05T05:53:37.306Z Compiling pretty-hex v0.4.2
17672026-06-05T05:53:37.354Z Compiling crossbeam-utils v0.8.21
17682026-06-05T05:53:37.428Z Compiling usdt-impl v0.6.0
17692026-06-05T05:53:37.445Z Compiling atomic-waker v1.1.2
17702026-06-05T05:53:37.673Z Compiling scroll v0.13.0
17712026-06-05T05:53:37.713Z Compiling plain v0.2.3
17722026-06-05T05:53:37.826Z Compiling try-lock v0.2.5
17732026-06-05T05:53:37.939Z Compiling tower-layer v0.3.3
17742026-06-05T05:53:37.956Z Compiling ryu v1.0.23
17752026-06-05T05:53:38.045Z Compiling tower-service v0.3.3
17762026-06-05T05:53:38.159Z Compiling want v0.3.1
17772026-06-05T05:53:38.243Z Compiling goblin v0.10.7
17782026-06-05T05:53:38.434Z Compiling h2 v0.4.14
17792026-06-05T05:53:39.291Z Compiling httpdate v1.0.3
17802026-06-05T05:53:39.349Z Compiling slog-async v2.8.0
17812026-06-05T05:53:39.704Z Compiling dtrace-parser v0.3.0
17822026-06-05T05:53:39.721Z Compiling thread-id v5.1.0
17832026-06-05T05:53:39.783Z Compiling ref-cast v1.0.25
17842026-06-05T05:53:41.184Z Compiling dof v0.4.0
17852026-06-05T05:53:41.679Z Compiling hyper v1.10.1
17862026-06-05T05:53:42.169Z Compiling rand_core v0.9.5
17872026-06-05T05:53:42.402Z Compiling serde_urlencoded v0.7.1
17882026-06-05T05:53:42.479Z Compiling http-body-util v0.1.3
17892026-06-05T05:53:42.722Z Compiling ref-cast-impl v1.0.25
17902026-06-05T05:53:42.950Z Compiling syn v1.0.109
17912026-06-05T05:53:43.276Z Compiling hyper-util v0.1.20
17922026-06-05T05:53:44.141Z Compiling usdt-attr-macro v0.6.0
17932026-06-05T05:53:44.624Z Compiling usdt-macro v0.6.0
17942026-06-05T05:53:45.004Z Compiling structmeta-derive v0.3.0
17952026-06-05T05:53:45.441Z Compiling multer v3.1.0
17962026-06-05T05:53:45.676Z Compiling allocator-api2 v0.2.21
17972026-06-05T05:53:46.059Z Compiling foldhash v0.2.0
17982026-06-05T05:53:46.062Z Compiling powerfmt v0.2.0
17992026-06-05T05:53:46.062Z Compiling structmeta v0.3.0
18002026-06-05T05:53:46.276Z Compiling deranged v0.5.8
18012026-06-05T05:53:46.294Z Compiling hashbrown v0.16.1
18022026-06-05T05:53:46.325Z Compiling rand_chacha v0.9.0
18032026-06-05T05:53:46.729Z Compiling darling_core v0.23.0
18042026-06-05T05:53:46.878Z Compiling newtype-uuid-macros v0.1.0
18052026-06-05T05:53:47.300Z Compiling num_threads v0.1.7
18062026-06-05T05:53:47.389Z Compiling time v0.3.47
18072026-06-05T05:53:47.429Z Compiling rand v0.9.4
18082026-06-05T05:53:47.686Z Compiling newtype-uuid v1.3.2
18092026-06-05T05:53:48.164Z Compiling strum_macros v0.26.4
18102026-06-05T05:53:48.483Z Compiling async-stream-impl v0.3.6
18112026-06-05T05:53:48.647Z Compiling sync_wrapper v1.0.2
18122026-06-05T05:53:48.766Z Compiling dropshot v0.17.1
18132026-06-05T05:53:48.861Z Compiling darling_macro v0.23.0
18142026-06-05T05:53:49.110Z Compiling hex v0.4.3
18152026-06-05T05:53:49.401Z Compiling tower v0.5.3
18162026-06-05T05:53:49.435Z Compiling darling v0.23.0
18172026-06-05T05:53:49.468Z Compiling daft v0.1.7
18182026-06-05T05:53:49.520Z Compiling crossbeam-channel v0.5.15
18192026-06-05T05:53:49.774Z Compiling webpki-roots v1.0.7
18202026-06-05T05:53:49.808Z Compiling openapiv3 v2.2.0
18212026-06-05T05:53:50.187Z Compiling generic-array v0.14.7
18222026-06-05T05:53:50.247Z Compiling fastrand v2.4.1
18232026-06-05T05:53:50.624Z Compiling tower-http v0.6.11
18242026-06-05T05:53:50.764Z Compiling serde_with_macros v3.20.0
18252026-06-05T05:53:51.300Z Compiling futures-executor v0.3.32
18262026-06-05T05:53:51.585Z Compiling dropshot_endpoint v0.17.1
18272026-06-05T05:53:51.806Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18282026-06-05T05:53:51.877Z Compiling thread_local v1.1.9
18292026-06-05T05:53:51.936Z Compiling cpufeatures v0.3.0
18302026-06-05T05:53:52.019Z Compiling openssl-probe v0.2.1
18312026-06-05T05:53:52.271Z Compiling rustls-native-certs v0.8.4
18322026-06-05T05:53:52.447Z Compiling futures v0.3.32
18332026-06-05T05:53:53.097Z Compiling derive-ex v0.1.8
18342026-06-05T05:53:53.200Z Compiling strum_macros v0.27.2
18352026-06-05T05:53:53.218Z Compiling is-terminal v0.4.17
18362026-06-05T05:53:53.324Z Compiling term v1.2.1
18372026-06-05T05:53:54.199Z Compiling take_mut v0.2.2
18382026-06-05T05:53:54.323Z Compiling winnow v1.0.3
18392026-06-05T05:53:54.648Z Compiling test-strategy v0.4.5
18402026-06-05T05:53:55.090Z Compiling slog-term v2.9.2
18412026-06-05T05:53:56.076Z Compiling tempfile v3.27.0
18422026-06-05T05:53:56.406Z Compiling macaddr v1.0.1
18432026-06-05T05:53:56.681Z Compiling hybrid-array v0.4.12
18442026-06-05T05:53:56.953Z Compiling match_cfg v0.1.0
18452026-06-05T05:53:57.034Z Compiling adler2 v2.0.1
18462026-06-05T05:53:57.077Z Compiling simd-adler32 v0.3.9
18472026-06-05T05:53:57.223Z Compiling miniz_oxide v0.8.9
18482026-06-05T05:53:57.339Z Compiling hostname v0.3.1
18492026-06-05T05:53:58.075Z Compiling slog-json v2.6.1
18502026-06-05T05:53:58.358Z Compiling memmap2 v0.9.10
18512026-06-05T05:53:58.705Z Compiling usdt v0.6.0
18522026-06-05T05:53:58.798Z Compiling slog-bunyan v2.5.0
18532026-06-05T05:53:58.864Z Compiling flate2 v1.1.9
18542026-06-05T05:53:58.981Z Compiling block-buffer v0.12.0
18552026-06-05T05:53:59.173Z Compiling crypto-common v0.2.2
18562026-06-05T05:53:59.341Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-05T05:53:59.414Z Compiling debug-ignore v1.0.5
18582026-06-05T05:53:59.434Z Compiling const-oid v0.10.2
18592026-06-05T05:53:59.653Z Compiling either v1.16.0
18602026-06-05T05:53:59.738Z Compiling compression-core v0.4.32
18612026-06-05T05:53:59.879Z Compiling compression-codecs v0.4.38
18622026-06-05T05:53:59.919Z Compiling digest v0.11.3
18632026-06-05T05:54:00.235Z Compiling toml_parser v1.1.2+spec-1.1.0
18642026-06-05T05:54:00.366Z Compiling crypto-common v0.1.7
18652026-06-05T05:54:00.406Z Compiling parse-display-derive v0.10.0
18662026-06-05T05:54:00.503Z Compiling rand_chacha v0.3.1
18672026-06-05T05:54:00.653Z Compiling toml_datetime v1.1.1+spec-1.1.0
18682026-06-05T05:54:00.816Z Compiling serde_spanned v1.1.1
18692026-06-05T05:54:00.974Z Compiling encoding_rs v0.8.35
18702026-06-05T05:54:01.031Z Compiling mime v0.3.17
18712026-06-05T05:54:01.129Z Compiling spin v0.9.8
18722026-06-05T05:54:01.158Z Compiling toml_writer v1.1.1+spec-1.1.0
18732026-06-05T05:54:01.419Z Compiling toml v1.1.2+spec-1.1.0
18742026-06-05T05:54:01.463Z Compiling rand v0.8.6
18752026-06-05T05:54:01.563Z Compiling sha1 v0.11.0
18762026-06-05T05:54:01.824Z Compiling async-compression v0.4.42
18772026-06-05T05:54:01.952Z Compiling strum v0.26.3
18782026-06-05T05:54:01.970Z Compiling async-stream v0.3.6
18792026-06-05T05:54:02.236Z Compiling waitgroup v0.1.2
18802026-06-05T05:54:02.284Z Compiling rustls-pemfile v2.2.0
18812026-06-05T05:54:02.390Z Compiling serde_path_to_error v0.1.20
18822026-06-05T05:54:02.472Z Compiling wait-timeout v0.2.1
18832026-06-05T05:54:02.581Z Compiling hostname v0.4.2
18842026-06-05T05:54:02.936Z Compiling quick-error v1.2.3
18852026-06-05T05:54:03.164Z Compiling bit-vec v0.8.0
18862026-06-05T05:54:03.231Z Compiling rusty-fork v0.3.1
18872026-06-05T05:54:03.317Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-05T05:54:03.471Z Compiling bit-set v0.8.0
18892026-06-05T05:54:03.561Z Compiling serde_with v3.20.0
18902026-06-05T05:54:03.664Z Compiling rand_xorshift v0.4.0
18912026-06-05T05:54:03.827Z Compiling unarray v0.1.4
18922026-06-05T05:54:03.963Z Compiling proptest v1.11.0
18932026-06-05T05:54:04.051Z Compiling strum v0.27.2
18942026-06-05T05:54:04.189Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18952026-06-05T05:54:04.348Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18962026-06-05T05:54:04.541Z Compiling instant v0.1.13
18972026-06-05T05:54:04.758Z Compiling itertools v0.14.0
18982026-06-05T05:54:04.896Z Compiling iddqd v0.4.2
18992026-06-05T05:54:05.612Z Compiling unicode-width v0.2.2
19002026-06-05T05:54:05.962Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-06-05T05:54:06.130Z Compiling block-buffer v0.10.4
19022026-06-05T05:54:06.245Z Compiling backon v1.6.0
19032026-06-05T05:54:06.273Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19042026-06-05T05:54:06.312Z Compiling regress v0.10.5
19052026-06-05T05:54:08.180Z Compiling digest v0.10.7
19062026-06-05T05:54:08.201Z Compiling backoff v0.4.0
19072026-06-05T05:54:08.433Z Compiling parse-display v0.10.0
19082026-06-05T05:54:08.730Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19092026-06-05T05:54:09.058Z Compiling humantime v2.3.0
19102026-06-05T05:54:11.236Z Compiling regress v0.11.1
19112026-06-05T05:54:12.324Z Compiling zerocopy-derive v0.7.35
19122026-06-05T05:54:12.789Z Compiling typify-impl v0.6.2
19132026-06-05T05:54:13.318Z Compiling darling_core v0.21.3
19142026-06-05T05:54:13.379Z Compiling clap_derive v4.6.1
19152026-06-05T05:54:14.253Z Compiling cpufeatures v0.2.17
19162026-06-05T05:54:14.297Z Compiling convert_case v0.4.0
19172026-06-05T05:54:14.327Z Compiling utf8parse v0.2.2
19182026-06-05T05:54:14.441Z Compiling anstyle-parse v1.0.0
19192026-06-05T05:54:14.588Z Compiling derive_more v0.99.20
19202026-06-05T05:54:15.356Z Compiling darling_macro v0.21.3
19212026-06-05T05:54:15.866Z Compiling terminal_size v0.4.4
19222026-06-05T05:54:15.883Z Compiling toml_datetime v0.6.11
19232026-06-05T05:54:16.059Z Compiling typify-macro v0.6.2
19242026-06-05T05:54:16.110Z Compiling anstyle-query v1.1.5
19252026-06-05T05:54:16.220Z Compiling anstyle v1.0.14
19262026-06-05T05:54:16.250Z Compiling colorchoice v1.0.5
19272026-06-05T05:54:16.374Z Compiling is_terminal_polyfill v1.70.2
19282026-06-05T05:54:16.474Z Compiling anstream v1.0.0
19292026-06-05T05:54:16.684Z Compiling darling v0.21.3
19302026-06-05T05:54:17.031Z Compiling secrecy v0.10.3
19312026-06-05T05:54:17.193Z Compiling heapless v0.8.0
19322026-06-05T05:54:17.293Z Compiling tinyvec_macros v0.1.1
19332026-06-05T05:54:17.518Z Compiling crucible-workspace-hack v0.1.0
19342026-06-05T05:54:17.535Z Compiling clap_lex v1.1.0
19352026-06-05T05:54:17.578Z Compiling typify v0.6.2
19362026-06-05T05:54:17.760Z Compiling clap_builder v4.6.0
19372026-06-05T05:54:17.912Z Compiling tinyvec v1.11.0
19382026-06-05T05:54:18.275Z Compiling ingot-macros v0.1.1
19392026-06-05T05:54:18.292Z Compiling zerocopy v0.7.35
19402026-06-05T05:54:18.763Z Compiling hash32 v0.3.1
19412026-06-05T05:54:18.781Z Compiling scroll_derive v0.12.1
19422026-06-05T05:54:18.817Z Compiling rustc_version v0.4.1
19432026-06-05T05:54:19.090Z Compiling num-integer v0.1.46
19442026-06-05T05:54:19.105Z Compiling usdt-impl v0.5.0
19452026-06-05T05:54:19.362Z Compiling smoltcp v0.11.0
19462026-06-05T05:54:19.479Z Compiling scroll v0.12.0
19472026-06-05T05:54:19.679Z Compiling clap v4.6.1
19482026-06-05T05:54:19.724Z Compiling curve25519-dalek v4.1.3
19492026-06-05T05:54:20.010Z Compiling dof v0.3.0
19502026-06-05T05:54:20.858Z Compiling ingot-types v0.1.2
19512026-06-05T05:54:21.504Z Compiling hmac v0.12.1
19522026-06-05T05:54:21.571Z Compiling dtrace-parser v0.2.0
19532026-06-05T05:54:21.623Z Compiling inout v0.1.4
19542026-06-05T05:54:21.707Z Compiling ff v0.13.1
19552026-06-05T05:54:21.781Z Compiling cobs v0.3.0
19562026-06-05T05:54:22.051Z Compiling thread-id v4.2.2
19572026-06-05T05:54:22.131Z Compiling managed v0.8.0
19582026-06-05T05:54:22.148Z Compiling bitflags v1.3.2
19592026-06-05T05:54:22.436Z Compiling unsafe-libyaml v0.2.11
19602026-06-05T05:54:22.985Z Compiling serde_yaml v0.9.34+deprecated
19612026-06-05T05:54:23.287Z Compiling postcard v1.1.3
19622026-06-05T05:54:23.652Z Compiling group v0.13.0
19632026-06-05T05:54:23.699Z Compiling cipher v0.4.4
19642026-06-05T05:54:23.947Z Compiling hkdf v0.12.4
19652026-06-05T05:54:24.113Z Compiling ingot v0.1.1
19662026-06-05T05:54:24.721Z Compiling goblin v0.8.2
19672026-06-05T05:54:25.036Z Compiling num-rational v0.4.2
19682026-06-05T05:54:26.015Z Compiling num-iter v0.1.45
19692026-06-05T05:54:26.435Z Compiling tabwriter v1.4.1
19702026-06-05T05:54:26.598Z Compiling universal-hash v0.5.1
19712026-06-05T05:54:26.747Z Compiling crypto-bigint v0.5.5
19722026-06-05T05:54:26.799Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-06-05T05:54:26.885Z Compiling thiserror-impl-no-std v2.0.2
19742026-06-05T05:54:27.596Z Compiling hubpack_derive v0.1.1
19752026-06-05T05:54:27.946Z Compiling crossbeam-epoch v0.9.18
19762026-06-05T05:54:28.116Z Compiling half v2.7.1
19772026-06-05T05:54:28.255Z Compiling curve25519-dalek-derive v0.1.1
19782026-06-05T05:54:28.484Z Compiling num-complex v0.4.6
19792026-06-05T05:54:29.021Z Compiling memoffset v0.9.1
19802026-06-05T05:54:29.083Z Compiling opaque-debug v0.3.1
19812026-06-05T05:54:29.482Z Compiling prettyplease v0.2.37
19822026-06-05T05:54:29.486Z Compiling base64ct v1.8.3
19832026-06-05T05:54:29.698Z Compiling ciborium-io v0.2.2
19842026-06-05T05:54:29.816Z Compiling cfg_aliases v0.2.1
19852026-06-05T05:54:29.834Z Compiling base16ct v0.2.0
19862026-06-05T05:54:29.892Z Compiling nix v0.31.3
19872026-06-05T05:54:29.961Z Compiling elliptic-curve v0.13.8
19882026-06-05T05:54:30.214Z Compiling ciborium-ll v0.2.2
19892026-06-05T05:54:30.255Z Compiling password-hash v0.5.0
19902026-06-05T05:54:30.833Z Compiling poly1305 v0.8.0
19912026-06-05T05:54:31.549Z Compiling num v0.4.3
19922026-06-05T05:54:31.631Z Compiling hubpack v0.1.2
19932026-06-05T05:54:31.782Z Compiling thiserror-no-std v2.0.2
19942026-06-05T05:54:32.841Z Compiling chacha20 v0.9.1
19952026-06-05T05:54:33.396Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19962026-06-05T05:54:33.546Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-05T05:54:33.668Z Compiling reqwest v0.12.28
19982026-06-05T05:54:34.314Z Compiling toml_edit v0.25.12+spec-1.1.0
19992026-06-05T05:54:34.863Z Compiling blake2 v0.10.6
20002026-06-05T05:54:34.872Z Compiling aead v0.5.2
20012026-06-05T05:54:35.179Z Compiling byte-wrapper v0.1.0
20022026-06-05T05:54:35.299Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20032026-06-05T05:54:35.453Z Compiling serde_repr v0.1.20
20042026-06-05T05:54:36.021Z Compiling proc-macro-error-attr v1.0.4
20052026-06-05T05:54:36.129Z Compiling bstr v1.12.1
20062026-06-05T05:54:36.256Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072026-06-05T05:54:36.324Z Compiling keccak v0.1.6
20082026-06-05T05:54:36.353Z Compiling rustix v0.38.44
20092026-06-05T05:54:36.616Z Compiling float-ord v0.3.2
20102026-06-05T05:54:36.697Z Compiling static_assertions v1.1.0
20112026-06-05T05:54:36.793Z Compiling sha3 v0.10.9
20122026-06-05T05:54:37.025Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20132026-06-05T05:54:37.174Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-05T05:54:37.694Z Compiling argon2 v0.5.3
20152026-06-05T05:54:37.772Z Compiling chacha20poly1305 v0.10.1
20162026-06-05T05:54:37.926Z Compiling proc-macro-crate v3.5.0
20172026-06-05T05:54:38.336Z Compiling progenitor-client v0.10.0
20182026-06-05T05:54:38.668Z Compiling vsss-rs v3.3.4
20192026-06-05T05:54:40.077Z Compiling ciborium v0.2.2
20202026-06-05T05:54:40.293Z Compiling usdt-macro v0.5.0
20212026-06-05T05:54:40.812Z Compiling rustls-webpki v0.103.13
20222026-06-05T05:54:40.915Z Compiling usdt-attr-macro v0.5.0
20232026-06-05T05:54:42.705Z Compiling enum-as-inner v0.6.1
20242026-06-05T05:54:43.277Z Compiling num-derive v0.4.2
20252026-06-05T05:54:43.295Z Compiling proc-macro-error v1.0.4
20262026-06-05T05:54:43.297Z Compiling memmap v0.7.0
20272026-06-05T05:54:43.674Z Compiling indent_write v2.2.0
20282026-06-05T05:54:43.788Z Compiling winnow v0.5.40
20292026-06-05T05:54:43.929Z Compiling data-encoding v2.11.0
20302026-06-05T05:54:43.987Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20312026-06-05T05:54:44.358Z Compiling usdt v0.5.0
20322026-06-05T05:54:44.653Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-05T05:54:44.962Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20342026-06-05T05:54:45.070Z Compiling toml_edit v0.19.15
20352026-06-05T05:54:45.162Z Compiling tokio-rustls v0.26.4
20362026-06-05T05:54:45.463Z Compiling hyper-rustls v0.27.9
20372026-06-05T05:54:45.670Z Compiling rustls-platform-verifier v0.7.0
20382026-06-05T05:54:46.018Z Compiling reqwest v0.13.4
20392026-06-05T05:54:47.028Z Compiling num_enum_derive v0.7.6
20402026-06-05T05:54:47.217Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-05T05:54:47.555Z Compiling progenitor-client v0.14.0
20422026-06-05T05:54:48.065Z Compiling progenitor-extras v0.2.0
20432026-06-05T05:54:48.990Z Compiling serde_spanned v0.6.9
20442026-06-05T05:54:49.144Z Compiling foreign-types-macros v0.2.3
20452026-06-05T05:54:49.783Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-05T05:54:50.111Z Compiling foreign-types-shared v0.3.1
20472026-06-05T05:54:50.670Z Compiling bytecount v0.6.9
20482026-06-05T05:54:50.867Z Compiling toml_write v0.1.2
20492026-06-05T05:54:51.072Z Compiling vcpkg v0.2.15
20502026-06-05T05:54:51.622Z Compiling winnow v0.7.15
20512026-06-05T05:54:53.120Z Compiling colored v3.1.1
20522026-06-05T05:54:54.356Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-05T05:54:57.548Z Compiling pkg-config v0.3.33
20542026-06-05T05:54:59.447Z Compiling openssl-sys v0.9.116
20552026-06-05T05:54:59.999Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T05:55:00.275Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-05T05:55:00.451Z Compiling toml_edit v0.22.27
20582026-06-05T05:55:01.076Z Compiling foreign-types v0.5.0
20592026-06-05T05:55:01.450Z Compiling num_enum v0.7.6
20602026-06-05T05:55:01.590Z Compiling proc-macro-crate v1.3.1
20612026-06-05T05:55:02.954Z Compiling progenitor-impl v0.13.0
20622026-06-05T05:55:03.171Z Compiling chacha20 v0.10.0
20632026-06-05T05:55:03.304Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20642026-06-05T05:55:03.616Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20652026-06-05T05:55:03.649Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20662026-06-05T05:55:03.865Z Compiling cstr-argument v0.1.2
20672026-06-05T05:55:03.875Z Compiling swrite v0.1.0
20682026-06-05T05:55:03.899Z Compiling unicode-segmentation v1.13.3
20692026-06-05T05:55:03.985Z Compiling rayon-core v1.13.0
20702026-06-05T05:55:04.066Z Compiling heck v0.4.1
20712026-06-05T05:55:05.009Z Compiling semver v0.1.20
20722026-06-05T05:55:05.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20732026-06-05T05:55:05.016Z Compiling resolv-conf v0.7.6
20742026-06-05T05:55:05.016Z Compiling linked-hash-map v0.5.6
20752026-06-05T05:55:05.016Z Compiling rustc_version v0.1.7
20762026-06-05T05:55:05.016Z Compiling lru-cache v0.1.2
20772026-06-05T05:55:05.017Z Compiling newline-converter v0.3.0
20782026-06-05T05:55:05.017Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792026-06-05T05:55:05.017Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-06-05T05:55:05.017Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20812026-06-05T05:55:05.017Z Compiling progenitor-macro v0.13.0
20822026-06-05T05:55:05.102Z Compiling rand v0.10.1
20832026-06-05T05:55:05.440Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20842026-06-05T05:55:05.887Z Compiling num_enum_derive v0.5.11
20852026-06-05T05:55:05.888Z Compiling toml v0.8.23
20862026-06-05T05:55:06.319Z Compiling atomicwrites v0.4.4
20872026-06-05T05:55:06.453Z Compiling progenitor-client v0.13.0
20882026-06-05T05:55:06.595Z Compiling hickory-proto v0.24.4
20892026-06-05T05:55:06.612Z Compiling similar v2.7.0
20902026-06-05T05:55:06.920Z Compiling crossbeam-deque v0.8.6
20912026-06-05T05:55:07.090Z Compiling progenitor-impl v0.14.0
20922026-06-05T05:55:07.150Z Compiling console v0.15.11
20932026-06-05T05:55:08.458Z Compiling camino-tempfile v1.4.1
20942026-06-05T05:55:08.903Z Compiling serde-big-array v0.5.1
20952026-06-05T05:55:10.026Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20962026-06-05T05:55:10.052Z Compiling pin-project-internal v1.1.13
20972026-06-05T05:55:10.052Z Compiling derive-where v1.6.1
20982026-06-05T05:55:10.052Z Compiling siphasher v1.0.3
20992026-06-05T05:55:10.052Z Compiling lazy_static v1.5.0
21002026-06-05T05:55:10.052Z Compiling minimal-lexical v0.2.1
21012026-06-05T05:55:10.052Z Compiling phf_shared v0.12.1
21022026-06-05T05:55:10.065Z Compiling nom v7.1.3
21032026-06-05T05:55:10.259Z Compiling pin-project v1.1.13
21042026-06-05T05:55:10.382Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-06-05T05:55:10.457Z Compiling progenitor-macro v0.14.0
21062026-06-05T05:55:10.726Z Compiling progenitor v0.13.0
21072026-06-05T05:55:10.912Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21082026-06-05T05:55:11.194Z Compiling hickory-resolver v0.24.4
21092026-06-05T05:55:14.150Z Compiling expectorate v1.2.0
21102026-06-05T05:55:14.807Z Compiling num_enum v0.5.11
21112026-06-05T05:55:14.996Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-06-05T05:55:16.743Z Compiling newtype_derive v0.1.6
21132026-06-05T05:55:16.812Z Compiling unicode-normalization v0.1.25
21142026-06-05T05:55:17.254Z Compiling tokio-stream v0.1.18
21152026-06-05T05:55:17.846Z Compiling snafu-derive v0.8.9
21162026-06-05T05:55:18.875Z Compiling async-recursion v1.1.1
21172026-06-05T05:55:19.602Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21182026-06-05T05:55:19.629Z Compiling slog-dtrace v0.3.0
21192026-06-05T05:55:19.629Z Compiling csv-core v0.1.13
21202026-06-05T05:55:19.825Z Compiling highway v1.3.0
21212026-06-05T05:55:19.876Z Compiling same-file v1.0.6
21222026-06-05T05:55:19.998Z Compiling foreign-types-shared v0.1.1
21232026-06-05T05:55:20.064Z Compiling owo-colors v4.3.0
21242026-06-05T05:55:20.100Z Compiling foldhash v0.1.5
21252026-06-05T05:55:20.157Z Compiling cancel-safe-futures v0.1.5
21262026-06-05T05:55:20.338Z Compiling konst_macro_rules v0.2.19
21272026-06-05T05:55:20.407Z Compiling openssl v0.10.80
21282026-06-05T05:55:20.419Z Compiling unicode-xid v0.2.6
21292026-06-05T05:55:20.518Z Compiling unicode-width v0.1.14
21302026-06-05T05:55:20.539Z Compiling chrono-tz v0.10.4
21312026-06-05T05:55:20.553Z Compiling const_format_proc_macros v0.2.34
21322026-06-05T05:55:20.709Z Compiling konst v0.2.20
21332026-06-05T05:55:20.847Z Compiling hashbrown v0.15.5
21342026-06-05T05:55:20.885Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-05T05:55:21.164Z Compiling foreign-types v0.3.2
21362026-06-05T05:55:21.295Z Compiling walkdir v2.5.0
21372026-06-05T05:55:21.504Z Compiling csv v1.4.0
21382026-06-05T05:55:21.533Z Compiling snafu v0.8.9
21392026-06-05T05:55:21.975Z Compiling progenitor v0.14.0
21402026-06-05T05:55:22.087Z Compiling qorb v0.4.1
21412026-06-05T05:55:23.066Z Compiling olpc-cjson v0.1.4
21422026-06-05T05:55:23.066Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-05T05:55:23.066Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21442026-06-05T05:55:23.066Z Compiling rayon v1.12.0
21452026-06-05T05:55:23.316Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-05T05:55:25.203Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-05T05:55:25.732Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-05T05:55:26.239Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21492026-06-05T05:55:26.788Z Compiling phf v0.12.1
21502026-06-05T05:55:27.426Z Compiling zone_cfg_derive v0.3.1
21512026-06-05T05:55:27.683Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-05T05:55:28.140Z Compiling tokio-dtrace v0.1.1
21532026-06-05T05:55:28.484Z Compiling globset v0.4.18
21542026-06-05T05:55:28.491Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21552026-06-05T05:55:28.724Z Compiling itertools v0.12.1
21562026-06-05T05:55:30.189Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-05T05:55:30.268Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21582026-06-05T05:55:30.350Z Compiling pem v3.0.6
21592026-06-05T05:55:30.770Z Compiling libsw-core v0.3.2
21602026-06-05T05:55:30.834Z Compiling serde_plain v1.0.2
21612026-06-05T05:55:30.967Z Compiling openssl-macros v0.1.1
21622026-06-05T05:55:31.036Z Compiling cookie v0.18.1
21632026-06-05T05:55:31.120Z Compiling sigpipe v0.1.3
21642026-06-05T05:55:31.124Z Compiling typed-path v0.9.3
21652026-06-05T05:55:31.227Z Compiling glob v0.3.3
21662026-06-05T05:55:31.284Z Compiling jiff v0.2.28
21672026-06-05T05:55:31.442Z Compiling fixedbitset v0.4.2
21682026-06-05T05:55:31.516Z Compiling fixedbitset v0.5.7
21692026-06-05T05:55:31.605Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-06-05T05:55:31.747Z Compiling petgraph v0.8.3
21712026-06-05T05:55:31.811Z Compiling petgraph v0.6.5
21722026-06-05T05:55:32.212Z Compiling tough v0.22.0
21732026-06-05T05:55:33.537Z Compiling libsw v3.5.0
21742026-06-05T05:55:33.666Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-05T05:55:33.759Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21762026-06-05T05:55:33.891Z Compiling zone v0.3.1
21772026-06-05T05:55:34.053Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21782026-06-05T05:55:34.193Z Compiling oxide-tokio-rt v0.1.6
21792026-06-05T05:55:34.350Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-06-05T05:55:34.776Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-06-05T05:55:35.614Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21822026-06-05T05:55:36.753Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-06-05T05:55:37.215Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-05T05:55:38.093Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-05T05:55:38.387Z Compiling const_format v0.2.36
21862026-06-05T05:55:39.292Z Compiling papergrid v0.11.0
21872026-06-05T05:55:39.577Z Compiling tabled_derive v0.7.0
21882026-06-05T05:55:39.584Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-05T05:55:40.547Z Compiling gethostname v0.5.0
21902026-06-05T05:55:40.694Z Compiling libscf-sys v1.2.0
21912026-06-05T05:55:40.798Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21922026-06-05T05:55:40.865Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-06-05T05:55:40.995Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21942026-06-05T05:55:41.486Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-06-05T05:55:41.618Z Compiling smf v0.2.3
21962026-06-05T05:55:41.661Z Compiling bcs v0.1.6
21972026-06-05T05:55:41.796Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21982026-06-05T05:55:41.899Z Compiling whoami v1.6.1
21992026-06-05T05:55:42.059Z Compiling termtree v0.5.1
22002026-06-05T05:55:42.238Z Compiling unicode-linebreak v0.1.5
22012026-06-05T05:55:42.454Z Compiling tagptr v0.2.0
22022026-06-05T05:55:42.566Z Compiling smawk v0.3.2
22032026-06-05T05:55:42.598Z Compiling linear-map v1.2.0
22042026-06-05T05:55:42.737Z Compiling textwrap v0.16.2
22052026-06-05T05:55:42.810Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-05T05:55:42.821Z Compiling moka v0.12.15
22072026-06-05T05:55:44.332Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22082026-06-05T05:55:44.507Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-06-05T05:55:44.579Z Compiling tabled v0.15.0
22102026-06-05T05:55:44.771Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-05T05:55:45.366Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-06-05T05:55:45.471Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-05T05:55:45.586Z Compiling steno v0.4.1
22142026-06-05T05:55:47.178Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-05T05:55:50.911Z Compiling hickory-proto v0.25.2
22162026-06-05T05:55:50.989Z Compiling proc-macro-error-attr2 v2.0.0
22172026-06-05T05:55:51.619Z Compiling proc-macro-error2 v2.0.1
22182026-06-05T05:55:51.718Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22192026-06-05T05:55:53.042Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22202026-06-05T05:55:53.087Z Compiling parking_lot_core v0.8.6
22212026-06-05T05:55:53.087Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22222026-06-05T05:55:53.087Z Compiling tabled_derive v0.11.0
22232026-06-05T05:55:53.087Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-06-05T05:55:53.882Z Compiling hickory-resolver v0.25.2
22252026-06-05T05:55:54.013Z Compiling papergrid v0.18.0
22262026-06-05T05:55:54.209Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22272026-06-05T05:55:55.714Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-05T05:55:55.876Z Compiling testing_table v0.3.0
22292026-06-05T05:55:56.300Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22302026-06-05T05:55:56.589Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22312026-06-05T05:55:56.931Z Compiling tabled v0.21.0
22322026-06-05T05:55:57.688Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-05T05:55:59.091Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22342026-06-05T05:56:00.024Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22352026-06-05T05:56:00.091Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22362026-06-05T05:56:00.191Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22372026-06-05T05:56:01.995Z Compiling arc-swap v1.9.1
22382026-06-05T05:56:02.035Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22392026-06-05T05:56:02.035Z Compiling slog-scope v4.4.1
22402026-06-05T05:56:03.082Z Compiling parking_lot v0.11.2
22412026-06-05T05:56:03.344Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22422026-06-05T05:56:03.745Z Compiling dropshot-api-manager-types v0.7.2
22432026-06-05T05:56:03.944Z Compiling fxhash v0.2.1
22442026-06-05T05:56:04.045Z Compiling crc8 v0.1.1
22452026-06-05T05:56:04.093Z Compiling sled v0.34.7
22462026-06-05T05:56:04.163Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22472026-06-05T05:56:04.341Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22482026-06-05T05:56:04.829Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22492026-06-05T05:56:05.544Z Compiling slog-stdlog v4.1.1
22502026-06-05T05:56:05.985Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22512026-06-05T05:56:06.250Z Compiling slog-envlogger v2.2.0
22522026-06-05T05:56:06.791Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22532026-06-05T05:56:08.978Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-06-05T05:56:11.594Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-06-05T05:56:14.200Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22562026-06-05T05:56:14.992Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22572026-06-05T05:56:23.881Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22582026-06-05T05:56:29.382Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22592026-06-05T05:56:32.594Z Finished `release` profile [optimized] target(s) in 3m 38s
22602026-06-05T05:56:32.921Z+ banner trio
22612026-06-05T05:56:32.925Z
22622026-06-05T05:56:32.925Z ##### ##### # ####
22632026-06-05T05:56:32.925Z # # # # # #
22642026-06-05T05:56:32.925Z # # # # # #
22652026-06-05T05:56:32.925Z # ##### # # #
22662026-06-05T05:56:32.925Z # # # # # #
22672026-06-05T05:56:32.925Z # # # # ####
22682026-06-05T05:56:32.925Z
22692026-06-05T05:56:32.925Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22702026-06-05T05:56:33.486Z Compiling cfg-if v1.0.4
22712026-06-05T05:56:33.490Z Compiling libc v0.2.186
22722026-06-05T05:56:33.490Z Compiling serde_core v1.0.228
22732026-06-05T05:56:33.588Z Compiling memchr v2.8.1
22742026-06-05T05:56:33.600Z Compiling itoa v1.0.18
22752026-06-05T05:56:33.607Z Compiling smallvec v1.15.1
22762026-06-05T05:56:33.613Z Compiling stable_deref_trait v1.2.1
22772026-06-05T05:56:33.621Z Compiling zerofrom v0.1.8
22782026-06-05T05:56:33.637Z Compiling zmij v1.0.21
22792026-06-05T05:56:33.682Z Compiling litemap v0.8.2
22802026-06-05T05:56:33.738Z Compiling yoke v0.8.3
22812026-06-05T05:56:33.831Z Compiling writeable v0.6.3
22822026-06-05T05:56:33.841Z Compiling utf8_iter v1.0.4
22832026-06-05T05:56:33.878Z Compiling percent-encoding v2.3.2
22842026-06-05T05:56:33.926Z Compiling zerovec v0.11.6
22852026-06-05T05:56:33.959Z Compiling zerotrie v0.2.4
22862026-06-05T05:56:33.995Z Compiling libm v0.2.16
22872026-06-05T05:56:34.063Z Compiling icu_properties_data v2.2.0
22882026-06-05T05:56:34.098Z Compiling icu_normalizer_data v2.2.0
22892026-06-05T05:56:34.143Z Compiling form_urlencoded v1.2.2
22902026-06-05T05:56:34.185Z Compiling rand_core v0.10.1
22912026-06-05T05:56:34.206Z Compiling errno v0.3.14
22922026-06-05T05:56:34.345Z Compiling getrandom v0.4.2
22932026-06-05T05:56:34.367Z Compiling iana-time-zone v0.1.65
22942026-06-05T05:56:34.389Z Compiling pin-project-lite v0.2.17
22952026-06-05T05:56:34.403Z Compiling zeroize v1.8.2
22962026-06-05T05:56:34.489Z Compiling tinystr v0.8.3
22972026-06-05T05:56:34.535Z Compiling potential_utf v0.1.5
22982026-06-05T05:56:34.546Z Compiling dyn-clone v1.0.20
22992026-06-05T05:56:34.642Z Compiling socket2 v0.6.4
23002026-06-05T05:56:34.688Z Compiling icu_locale_core v2.2.0
23012026-06-05T05:56:34.698Z Compiling icu_collections v2.2.0
23022026-06-05T05:56:34.709Z Compiling scopeguard v1.2.0
23032026-06-05T05:56:34.709Z Compiling parking_lot_core v0.9.12
23042026-06-05T05:56:34.729Z Compiling signal-hook-registry v1.4.8
23052026-06-05T05:56:34.828Z Compiling num-traits v0.2.19
23062026-06-05T05:56:35.095Z Compiling lock_api v0.4.14
23072026-06-05T05:56:35.265Z Compiling mio v1.2.1
23082026-06-05T05:56:35.342Z Compiling parking_lot v0.12.5
23092026-06-05T05:56:35.425Z Compiling serde v1.0.228
23102026-06-05T05:56:35.439Z Compiling serde_json v1.0.150
23112026-06-05T05:56:35.593Z Compiling icu_provider v2.2.0
23122026-06-05T05:56:35.609Z Compiling uuid v1.23.2
23132026-06-05T05:56:35.734Z Compiling semver v1.0.28
23142026-06-05T05:56:35.961Z Compiling bytes v1.11.1
23152026-06-05T05:56:36.052Z Compiling icu_properties v2.2.0
23162026-06-05T05:56:36.208Z Compiling icu_normalizer v2.2.0
23172026-06-05T05:56:36.212Z Compiling chrono v0.4.45
23182026-06-05T05:56:36.248Z Compiling portable-atomic v1.13.1
23192026-06-05T05:56:36.392Z Compiling thiserror v2.0.18
23202026-06-05T05:56:36.509Z Compiling tokio v1.52.3
23212026-06-05T05:56:36.851Z Compiling bitflags v2.12.1
23222026-06-05T05:56:36.964Z Compiling idna_adapter v1.2.2
23232026-06-05T05:56:37.111Z Compiling idna v1.1.0
23242026-06-05T05:56:37.256Z Compiling critical-section v1.2.0
23252026-06-05T05:56:37.367Z Compiling futures-core v0.3.32
23262026-06-05T05:56:37.410Z Compiling once_cell v1.21.4
23272026-06-05T05:56:37.529Z Compiling url v2.5.8
23282026-06-05T05:56:37.553Z Compiling log v0.4.32
23292026-06-05T05:56:37.688Z Compiling subtle v2.6.1
23302026-06-05T05:56:37.709Z Compiling equivalent v1.0.2
23312026-06-05T05:56:37.803Z Compiling zerocopy v0.8.50
23322026-06-05T05:56:37.814Z Compiling futures-sink v0.3.32
23332026-06-05T05:56:37.868Z Compiling slab v0.4.12
23342026-06-05T05:56:37.925Z Compiling typenum v1.20.1
23352026-06-05T05:56:38.076Z Compiling futures-channel v0.3.32
23362026-06-05T05:56:38.095Z Compiling getrandom v0.2.17
23372026-06-05T05:56:38.320Z Compiling schemars v0.8.22
23382026-06-05T05:56:38.339Z Compiling futures-task v0.3.32
23392026-06-05T05:56:38.526Z Compiling futures-io v0.3.32
23402026-06-05T05:56:38.728Z Compiling futures-util v0.3.32
23412026-06-05T05:56:38.758Z Compiling rand_core v0.6.4
23422026-06-05T05:56:39.022Z Compiling hashbrown v0.17.1
23432026-06-05T05:56:39.320Z Compiling tracing-core v0.1.36
23442026-06-05T05:56:39.697Z Compiling indexmap v2.14.0
23452026-06-05T05:56:39.758Z Compiling tracing v0.1.44
23462026-06-05T05:56:40.089Z Compiling ipnetwork v0.21.1
23472026-06-05T05:56:40.115Z Compiling base64 v0.22.1
23482026-06-05T05:56:40.433Z Compiling http v1.4.1
23492026-06-05T05:56:40.525Z Compiling unicode-ident v1.0.24
23502026-06-05T05:56:40.594Z Compiling slog v2.8.2
23512026-06-05T05:56:40.617Z Compiling proc-macro2 v1.0.106
23522026-06-05T05:56:40.645Z Compiling erased-serde v0.3.31
23532026-06-05T05:56:40.999Z Compiling fnv v1.0.7
23542026-06-05T05:56:41.246Z Compiling quote v1.0.45
23552026-06-05T05:56:41.421Z Compiling oxnet v0.1.6
23562026-06-05T05:56:41.709Z Compiling syn v2.0.117
23572026-06-05T05:56:41.986Z Compiling tokio-util v0.7.18
23582026-06-05T05:56:42.101Z Compiling byteorder v1.5.0
23592026-06-05T05:56:42.358Z Compiling ipnet v2.12.0
23602026-06-05T05:56:42.362Z Compiling thiserror v1.0.69
23612026-06-05T05:56:42.506Z Compiling ppv-lite86 v0.2.21
23622026-06-05T05:56:42.749Z Compiling rustls-pki-types v1.14.1
23632026-06-05T05:56:42.856Z Compiling aws-lc-sys v0.41.0
23642026-06-05T05:56:43.279Z Compiling http-body v1.0.1
23652026-06-05T05:56:43.389Z Compiling atomic-waker v1.1.2
23662026-06-05T05:56:43.421Z Compiling untrusted v0.7.1
23672026-06-05T05:56:43.447Z Compiling httparse v1.10.1
23682026-06-05T05:56:43.526Z Compiling aws-lc-rs v1.17.0
23692026-06-05T05:56:43.552Z Compiling ryu v1.0.23
23702026-06-05T05:56:43.628Z Compiling try-lock v0.2.5
23712026-06-05T05:56:43.638Z Compiling untrusted v0.9.0
23722026-06-05T05:56:43.704Z Compiling pretty-hex v0.4.2
23732026-06-05T05:56:43.746Z Compiling rustls v0.23.40
23742026-06-05T05:56:43.766Z Compiling tower-service v0.3.3
23752026-06-05T05:56:43.842Z Compiling tower-layer v0.3.3
23762026-06-05T05:56:43.846Z Compiling want v0.3.1
23772026-06-05T05:56:43.864Z Compiling h2 v0.4.14
23782026-06-05T05:56:43.921Z Compiling httpdate v1.0.3
23792026-06-05T05:56:43.990Z Compiling rustix v1.1.4
23802026-06-05T05:56:44.034Z Compiling plain v0.2.3
23812026-06-05T05:56:44.045Z Compiling regex-syntax v0.8.10
23822026-06-05T05:56:44.152Z Compiling getrandom v0.3.4
23832026-06-05T05:56:44.298Z Compiling omicron-workspace-hack v0.1.0
23842026-06-05T05:56:44.356Z Compiling ucd-trie v0.1.7
23852026-06-05T05:56:44.372Z Compiling rand_core v0.9.5
23862026-06-05T05:56:44.628Z Compiling rustls-webpki v0.103.13
23872026-06-05T05:56:44.946Z Compiling pest v2.8.6
23882026-06-05T05:56:46.396Z Compiling hyper v1.10.1
23892026-06-05T05:56:46.596Z Compiling crossbeam-utils v0.8.21
23902026-06-05T05:56:47.249Z Compiling serde_urlencoded v0.7.1
23912026-06-05T05:56:47.384Z Compiling http-body-util v0.1.3
23922026-06-05T05:56:47.551Z Compiling allocator-api2 v0.2.21
23932026-06-05T05:56:47.757Z Compiling foldhash v0.2.0
23942026-06-05T05:56:47.983Z Compiling hyper-util v0.1.20
23952026-06-05T05:56:48.059Z Compiling hashbrown v0.16.1
23962026-06-05T05:56:48.780Z Compiling newtype-uuid v1.3.2
23972026-06-05T05:56:49.816Z Compiling tokio-rustls v0.26.4
23982026-06-05T05:56:50.075Z Compiling hex v0.4.3
23992026-06-05T05:56:50.133Z Compiling daft v0.1.7
24002026-06-05T05:56:50.372Z Compiling rand_chacha v0.9.0
24012026-06-05T05:56:50.407Z Compiling sync_wrapper v1.0.2
24022026-06-05T05:56:50.423Z Compiling aho-corasick v1.1.4
24032026-06-05T05:56:50.523Z Compiling fastrand v2.4.1
24042026-06-05T05:56:50.874Z Compiling rand v0.9.4
24052026-06-05T05:56:50.945Z Compiling tower v0.5.3
24062026-06-05T05:56:51.053Z Compiling anyhow v1.0.102
24072026-06-05T05:56:51.069Z Compiling powerfmt v0.2.0
24082026-06-05T05:56:51.286Z Compiling deranged v0.5.8
24092026-06-05T05:56:51.328Z Compiling generic-array v0.14.7
24102026-06-05T05:56:51.539Z Compiling regex-automata v0.4.14
24112026-06-05T05:56:51.651Z Compiling tower-http v0.6.11
24122026-06-05T05:56:51.703Z Compiling openapiv3 v2.2.0
24132026-06-05T05:56:51.885Z Compiling num-conv v0.2.2
24142026-06-05T05:56:52.049Z Compiling num_threads v0.1.7
24152026-06-05T05:56:52.149Z Compiling cpufeatures v0.3.0
24162026-06-05T05:56:52.229Z Compiling openssl-probe v0.2.1
24172026-06-05T05:56:52.355Z Compiling time-core v0.1.8
24182026-06-05T05:56:52.394Z Compiling rustls-native-certs v0.8.4
24192026-06-05T05:56:52.495Z Compiling camino v1.2.2
24202026-06-05T05:56:52.526Z Compiling time v0.3.47
24212026-06-05T05:56:53.120Z Compiling tempfile v3.27.0
24222026-06-05T05:56:53.286Z Compiling futures-executor v0.3.32
24232026-06-05T05:56:53.834Z Compiling winnow v1.0.3
24242026-06-05T05:56:54.041Z Compiling regex v1.12.3
24252026-06-05T05:56:54.273Z Compiling futures v0.3.32
24262026-06-05T05:56:54.357Z Compiling rustls-platform-verifier v0.7.0
24272026-06-05T05:56:55.000Z Compiling hyper-rustls v0.27.9
24282026-06-05T05:56:55.305Z Compiling crossbeam-channel v0.5.15
24292026-06-05T05:56:55.375Z Compiling scroll v0.13.0
24302026-06-05T05:56:55.478Z Compiling hybrid-array v0.4.12
24312026-06-05T05:56:55.489Z Compiling simd-adler32 v0.3.9
24322026-06-05T05:56:55.706Z Compiling adler2 v2.0.1
24332026-06-05T05:56:55.830Z Compiling miniz_oxide v0.8.9
24342026-06-05T05:56:55.870Z Compiling goblin v0.10.7
24352026-06-05T05:56:55.966Z Compiling crc32fast v1.5.0
24362026-06-05T05:56:56.011Z Compiling reqwest v0.13.4
24372026-06-05T05:56:56.214Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24382026-06-05T05:56:56.339Z Compiling thread_local v1.1.9
24392026-06-05T05:56:56.701Z Compiling either v1.16.0
24402026-06-05T05:56:56.935Z Compiling flate2 v1.1.9
24412026-06-05T05:56:57.295Z Compiling block-buffer v0.12.0
24422026-06-05T05:56:57.487Z Compiling crypto-common v0.2.2
24432026-06-05T05:56:57.491Z Compiling crypto-common v0.1.7
24442026-06-05T05:56:57.651Z Compiling dtrace-parser v0.3.0
24452026-06-05T05:56:58.256Z Compiling rand_chacha v0.3.1
24462026-06-05T05:56:58.768Z Compiling thread-id v5.1.0
24472026-06-05T05:56:58.860Z Compiling is-terminal v0.4.17
24482026-06-05T05:56:58.893Z Compiling take_mut v0.2.2
24492026-06-05T05:56:58.964Z Compiling term v1.2.1
24502026-06-05T05:56:59.013Z Compiling debug-ignore v1.0.5
24512026-06-05T05:56:59.126Z Compiling dof v0.4.0
24522026-06-05T05:57:00.203Z Compiling match_cfg v0.1.0
24532026-06-05T05:57:00.282Z Compiling const-oid v0.10.2
24542026-06-05T05:57:00.590Z Compiling compression-core v0.4.32
24552026-06-05T05:57:00.771Z Compiling compression-codecs v0.4.38
24562026-06-05T05:57:00.874Z Compiling digest v0.11.3
24572026-06-05T05:57:01.067Z Compiling hostname v0.3.1
24582026-06-05T05:57:01.161Z Compiling usdt-impl v0.6.0
24592026-06-05T05:57:01.231Z Compiling slog-term v2.9.2
24602026-06-05T05:57:02.223Z Compiling slog-async v2.8.0
24612026-06-05T05:57:02.614Z Compiling rand v0.8.6
24622026-06-05T05:57:02.929Z Compiling ref-cast v1.0.25
24632026-06-05T05:57:03.046Z Compiling toml_parser v1.1.2+spec-1.1.0
24642026-06-05T05:57:03.443Z Compiling slog-json v2.6.1
24652026-06-05T05:57:03.715Z Compiling strum v0.26.3
24662026-06-05T05:57:03.727Z Compiling macaddr v1.0.1
24672026-06-05T05:57:03.853Z Compiling toml_datetime v1.1.1+spec-1.1.0
24682026-06-05T05:57:04.025Z Compiling serde_spanned v1.1.1
24692026-06-05T05:57:04.178Z Compiling memmap2 v0.9.10
24702026-06-05T05:57:04.296Z Compiling wait-timeout v0.2.1
24712026-06-05T05:57:04.386Z Compiling encoding_rs v0.8.35
24722026-06-05T05:57:04.467Z Compiling spin v0.9.8
24732026-06-05T05:57:04.595Z Compiling bit-vec v0.8.0
24742026-06-05T05:57:04.798Z Compiling quick-error v1.2.3
24752026-06-05T05:57:04.892Z Compiling toml_writer v1.1.1+spec-1.1.0
24762026-06-05T05:57:04.904Z Compiling mime v0.3.17
24772026-06-05T05:57:05.153Z Compiling toml v1.1.2+spec-1.1.0
24782026-06-05T05:57:05.409Z Compiling rusty-fork v0.3.1
24792026-06-05T05:57:05.528Z Compiling multer v3.1.0
24802026-06-05T05:57:06.235Z Compiling bit-set v0.8.0
24812026-06-05T05:57:06.432Z Compiling usdt v0.6.0
24822026-06-05T05:57:06.733Z Compiling slog-bunyan v2.5.0
24832026-06-05T05:57:06.918Z Compiling sha1 v0.11.0
24842026-06-05T05:57:07.129Z Compiling async-compression v0.4.42
24852026-06-05T05:57:07.337Z Compiling serde_with v3.20.0
24862026-06-05T05:57:07.457Z Compiling async-stream v0.3.6
24872026-06-05T05:57:07.611Z Compiling rand_xorshift v0.4.0
24882026-06-05T05:57:07.624Z Compiling waitgroup v0.1.2
24892026-06-05T05:57:07.663Z Compiling rustls-pemfile v2.2.0
24902026-06-05T05:57:07.668Z Compiling serde_path_to_error v0.1.20
24912026-06-05T05:57:07.769Z Compiling hostname v0.4.2
24922026-06-05T05:57:07.781Z Compiling unarray v0.1.4
24932026-06-05T05:57:07.904Z Compiling proptest v1.11.0
24942026-06-05T05:57:07.934Z Compiling progenitor-client v0.14.0
24952026-06-05T05:57:07.947Z Compiling strum v0.27.2
24962026-06-05T05:57:08.078Z Compiling dropshot v0.17.1
24972026-06-05T05:57:08.113Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24982026-06-05T05:57:08.262Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24992026-06-05T05:57:08.445Z Compiling iddqd v0.4.2
25002026-06-05T05:57:08.489Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25012026-06-05T05:57:08.730Z Compiling reqwest v0.12.28
25022026-06-05T05:57:08.795Z Compiling block-buffer v0.10.4
25032026-06-05T05:57:08.969Z Compiling backon v1.6.0
25042026-06-05T05:57:09.238Z Compiling instant v0.1.13
25052026-06-05T05:57:09.362Z Compiling backoff v0.4.0
25062026-06-05T05:57:09.589Z Compiling progenitor-extras v0.2.0
25072026-06-05T05:57:09.671Z Compiling digest v0.10.7
25082026-06-05T05:57:09.839Z Compiling progenitor-client v0.10.0
25092026-06-05T05:57:09.935Z Compiling parse-display v0.10.0
25102026-06-05T05:57:10.128Z Compiling itertools v0.14.0
25112026-06-05T05:57:10.332Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25122026-06-05T05:57:10.618Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25132026-06-05T05:57:10.851Z Compiling regress v0.10.5
25142026-06-05T05:57:11.647Z Compiling humantime v2.3.0
25152026-06-05T05:57:12.096Z Compiling cpufeatures v0.2.17
25162026-06-05T05:57:12.181Z Compiling heck v0.5.0
25172026-06-05T05:57:12.419Z Compiling unicode-width v0.2.2
25182026-06-05T05:57:12.758Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25192026-06-05T05:57:12.804Z Compiling secrecy v0.10.3
25202026-06-05T05:57:12.992Z Compiling tinyvec_macros v0.1.1
25212026-06-05T05:57:13.071Z Compiling tinyvec v1.11.0
25222026-06-05T05:57:13.515Z Compiling num-integer v0.1.46
25232026-06-05T05:57:14.014Z Compiling scroll v0.12.0
25242026-06-05T05:57:14.028Z Compiling crucible-workspace-hack v0.1.0
25252026-06-05T05:57:14.106Z Compiling hmac v0.12.1
25262026-06-05T05:57:14.279Z Compiling inout v0.1.4
25272026-06-05T05:57:14.319Z Compiling regress v0.11.1
25282026-06-05T05:57:14.450Z Compiling ff v0.13.1
25292026-06-05T05:57:14.488Z Compiling utf8parse v0.2.2
25302026-06-05T05:57:14.607Z Compiling anstyle-parse v1.0.0
25312026-06-05T05:57:14.624Z Compiling group v0.13.0
25322026-06-05T05:57:14.750Z Compiling cipher v0.4.4
25332026-06-05T05:57:14.839Z Compiling goblin v0.8.2
25342026-06-05T05:57:15.001Z Compiling hkdf v0.12.4
25352026-06-05T05:57:15.171Z Compiling num-iter v0.1.45
25362026-06-05T05:57:15.304Z Compiling num-rational v0.4.2
25372026-06-05T05:57:15.698Z Compiling zerocopy v0.7.35
25382026-06-05T05:57:16.306Z Compiling typify-impl v0.6.2
25392026-06-05T05:57:16.443Z Compiling universal-hash v0.5.1
25402026-06-05T05:57:16.593Z Compiling crypto-bigint v0.5.5
25412026-06-05T05:57:16.979Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25422026-06-05T05:57:18.335Z Compiling terminal_size v0.4.4
25432026-06-05T05:57:18.499Z Compiling half v2.7.1
25442026-06-05T05:57:18.555Z Compiling num-complex v0.4.6
25452026-06-05T05:57:18.857Z Compiling ciborium-io v0.2.2
25462026-06-05T05:57:18.963Z Compiling base64ct v1.8.3
25472026-06-05T05:57:19.087Z Compiling anstyle-query v1.1.5
25482026-06-05T05:57:19.124Z Compiling is_terminal_polyfill v1.70.2
25492026-06-05T05:57:19.229Z Compiling colorchoice v1.0.5
25502026-06-05T05:57:19.260Z Compiling anstyle v1.0.14
25512026-06-05T05:57:19.311Z Compiling base16ct v0.2.0
25522026-06-05T05:57:19.359Z Compiling opaque-debug v0.3.1
25532026-06-05T05:57:19.436Z Compiling elliptic-curve v0.13.8
25542026-06-05T05:57:19.516Z Compiling poly1305 v0.8.0
25552026-06-05T05:57:19.519Z Compiling anstream v1.0.0
25562026-06-05T05:57:19.751Z Compiling password-hash v0.5.0
25572026-06-05T05:57:20.109Z Compiling ciborium-ll v0.2.2
25582026-06-05T05:57:20.159Z Compiling num v0.4.3
25592026-06-05T05:57:20.241Z Compiling curve25519-dalek v4.1.3
25602026-06-05T05:57:20.375Z Compiling typify v0.6.2
25612026-06-05T05:57:20.490Z Compiling dof v0.3.0
25622026-06-05T05:57:20.759Z Compiling thiserror-no-std v2.0.2
25632026-06-05T05:57:20.860Z Compiling chacha20 v0.9.1
25642026-06-05T05:57:21.121Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25652026-06-05T05:57:21.405Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25662026-06-05T05:57:22.928Z Compiling blake2 v0.10.6
25672026-06-05T05:57:23.019Z Compiling aead v0.5.2
25682026-06-05T05:57:23.209Z Compiling byte-wrapper v0.1.0
25692026-06-05T05:57:23.221Z Compiling crossbeam-epoch v0.9.18
25702026-06-05T05:57:23.432Z Compiling dtrace-parser v0.2.0
25712026-06-05T05:57:23.727Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25722026-06-05T05:57:24.093Z Compiling thread-id v4.2.2
25732026-06-05T05:57:24.187Z Compiling float-ord v0.3.2
25742026-06-05T05:57:24.206Z Compiling strsim v0.11.1
25752026-06-05T05:57:24.283Z Compiling clap_lex v1.1.0
25762026-06-05T05:57:24.310Z Compiling keccak v0.1.6
25772026-06-05T05:57:24.655Z Compiling sha3 v0.10.9
25782026-06-05T05:57:25.035Z Compiling clap_builder v4.6.0
25792026-06-05T05:57:25.043Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25802026-06-05T05:57:25.055Z Compiling usdt-impl v0.5.0
25812026-06-05T05:57:25.282Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-05T05:57:26.015Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25832026-06-05T05:57:28.444Z Compiling argon2 v0.5.3
25842026-06-05T05:57:29.468Z Compiling chacha20poly1305 v0.10.1
25852026-06-05T05:57:29.480Z Compiling vsss-rs v3.3.4
25862026-06-05T05:57:29.621Z Compiling ciborium v0.2.2
25872026-06-05T05:57:30.542Z Compiling hash32 v0.3.1
25882026-06-05T05:57:30.713Z Compiling memmap v0.7.0
25892026-06-05T05:57:30.896Z Compiling indent_write v2.2.0
25902026-06-05T05:57:30.953Z Compiling data-encoding v2.11.0
25912026-06-05T05:57:31.000Z Compiling usdt v0.5.0
25922026-06-05T05:57:31.045Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25932026-06-05T05:57:31.645Z Compiling heapless v0.8.0
25942026-06-05T05:57:32.150Z Compiling ingot-types v0.1.2
25952026-06-05T05:57:32.622Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25962026-06-05T05:57:32.928Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25972026-06-05T05:57:32.982Z Compiling clap v4.6.1
25982026-06-05T05:57:33.033Z Compiling rustix v0.38.44
25992026-06-05T05:57:33.068Z Compiling tabwriter v1.4.1
26002026-06-05T05:57:33.438Z Compiling cobs v0.3.0
26012026-06-05T05:57:33.682Z Compiling foreign-types-shared v0.3.1
26022026-06-05T05:57:33.721Z Compiling colored v3.1.1
26032026-06-05T05:57:33.783Z Compiling bitflags v1.3.2
26042026-06-05T05:57:33.865Z Compiling managed v0.8.0
26052026-06-05T05:57:34.134Z Compiling smoltcp v0.11.0
26062026-06-05T05:57:34.408Z Compiling foreign-types v0.5.0
26072026-06-05T05:57:34.425Z Compiling postcard v1.1.3
26082026-06-05T05:57:34.496Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26092026-06-05T05:57:34.798Z Compiling num_enum v0.7.6
26102026-06-05T05:57:34.930Z Compiling ingot v0.1.1
26112026-06-05T05:57:35.593Z Compiling memoffset v0.9.1
26122026-06-05T05:57:35.687Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26132026-06-05T05:57:35.803Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26142026-06-05T05:57:36.077Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26152026-06-05T05:57:36.214Z Compiling chacha20 v0.10.0
26162026-06-05T05:57:36.227Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26172026-06-05T05:57:36.513Z Compiling toml_datetime v0.6.11
26182026-06-05T05:57:36.655Z Compiling serde_spanned v0.6.9
26192026-06-05T05:57:36.827Z Compiling cstr-argument v0.1.2
26202026-06-05T05:57:36.894Z Compiling swrite v0.1.0
26212026-06-05T05:57:37.003Z Compiling unicode-segmentation v1.13.3
26222026-06-05T05:57:37.003Z Compiling linked-hash-map v0.5.6
26232026-06-05T05:57:37.182Z Compiling resolv-conf v0.7.6
26242026-06-05T05:57:37.231Z Compiling static_assertions v1.1.0
26252026-06-05T05:57:37.313Z Compiling toml_write v0.1.2
26262026-06-05T05:57:37.391Z Compiling winnow v0.7.15
26272026-06-05T05:57:37.403Z Compiling newline-converter v0.3.0
26282026-06-05T05:57:37.554Z Compiling lru-cache v0.1.2
26292026-06-05T05:57:37.577Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-06-05T05:57:37.639Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26312026-06-05T05:57:37.709Z Compiling rand v0.10.1
26322026-06-05T05:57:37.861Z Compiling hubpack v0.1.2
26332026-06-05T05:57:38.012Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26342026-06-05T05:57:38.113Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26352026-06-05T05:57:38.142Z Compiling nix v0.31.3
26362026-06-05T05:57:38.345Z Compiling atomicwrites v0.4.4
26372026-06-05T05:57:38.544Z Compiling hickory-proto v0.24.4
26382026-06-05T05:57:38.644Z Compiling crossbeam-deque v0.8.6
26392026-06-05T05:57:38.871Z Compiling console v0.15.11
26402026-06-05T05:57:39.323Z Compiling toml_edit v0.22.27
26412026-06-05T05:57:39.336Z Compiling itertools v0.12.1
26422026-06-05T05:57:40.201Z Compiling camino-tempfile v1.4.1
26432026-06-05T05:57:40.649Z Compiling serde-big-array v0.5.1
26442026-06-05T05:57:40.783Z Compiling siphasher v1.0.3
26452026-06-05T05:57:40.807Z Compiling similar v2.7.0
26462026-06-05T05:57:40.810Z Compiling lazy_static v1.5.0
26472026-06-05T05:57:40.929Z Compiling toml v0.8.23
26482026-06-05T05:57:41.001Z Compiling phf_shared v0.12.1
26492026-06-05T05:57:41.223Z Compiling pin-project v1.1.13
26502026-06-05T05:57:41.331Z Compiling expectorate v1.2.0
26512026-06-05T05:57:41.500Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26522026-06-05T05:57:41.547Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26532026-06-05T05:57:42.363Z Compiling hickory-resolver v0.24.4
26542026-06-05T05:57:43.555Z Compiling prettyplease v0.2.37
26552026-06-05T05:57:43.782Z Compiling rayon-core v1.13.0
26562026-06-05T05:57:45.491Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26572026-06-05T05:57:45.506Z Compiling num_enum v0.5.11
26582026-06-05T05:57:45.630Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26592026-06-05T05:57:47.083Z Compiling progenitor-impl v0.14.0
26602026-06-05T05:57:47.193Z Compiling progenitor-impl v0.13.0
26612026-06-05T05:57:48.779Z Compiling unicode-normalization v0.1.25
26622026-06-05T05:57:49.375Z Compiling progenitor-client v0.13.0
26632026-06-05T05:57:49.387Z Compiling tokio-stream v0.1.18
26642026-06-05T05:57:49.916Z Compiling csv-core v0.1.13
26652026-06-05T05:57:49.949Z Compiling bstr v1.12.1
26662026-06-05T05:57:50.336Z Compiling unicode-width v0.1.14
26672026-06-05T05:57:50.645Z Compiling highway v1.3.0
26682026-06-05T05:57:50.657Z Compiling konst_macro_rules v0.2.19
26692026-06-05T05:57:50.850Z Compiling foldhash v0.1.5
26702026-06-05T05:57:51.078Z Compiling same-file v1.0.6
26712026-06-05T05:57:51.267Z Compiling foreign-types-shared v0.1.1
26722026-06-05T05:57:51.348Z Compiling foreign-types v0.3.2
26732026-06-05T05:57:51.364Z Compiling walkdir v2.5.0
26742026-06-05T05:57:51.427Z Compiling hashbrown v0.15.5
26752026-06-05T05:57:51.636Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26762026-06-05T05:57:52.078Z Compiling konst v0.2.20
26772026-06-05T05:57:52.159Z Compiling globset v0.4.18
26782026-06-05T05:57:52.473Z Compiling csv v1.4.0
26792026-06-05T05:57:53.459Z Compiling snafu v0.8.9
26802026-06-05T05:57:54.057Z Compiling qorb v0.4.1
26812026-06-05T05:57:55.129Z Compiling progenitor v0.13.0
26822026-06-05T05:57:55.274Z Compiling olpc-cjson v0.1.4
26832026-06-05T05:57:55.461Z Compiling progenitor v0.14.0
26842026-06-05T05:57:55.488Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26852026-06-05T05:57:55.599Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26862026-06-05T05:57:56.001Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26872026-06-05T05:57:56.104Z Compiling rayon v1.12.0
26882026-06-05T05:57:58.340Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26892026-06-05T05:57:58.827Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26902026-06-05T05:58:00.578Z Compiling phf v0.12.1
26912026-06-05T05:58:00.757Z Compiling openssl-sys v0.9.116
26922026-06-05T05:58:01.191Z Compiling tokio-dtrace v0.1.1
26932026-06-05T05:58:01.523Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26942026-06-05T05:58:02.455Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26952026-06-05T05:58:02.680Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26962026-06-05T05:58:02.934Z Compiling libsw-core v0.3.2
26972026-06-05T05:58:03.157Z Compiling pem v3.0.6
26982026-06-05T05:58:03.868Z Compiling serde_plain v1.0.2
26992026-06-05T05:58:03.916Z Compiling sigpipe v0.1.3
27002026-06-05T05:58:04.013Z Compiling jiff v0.2.28
27012026-06-05T05:58:04.149Z Compiling typed-path v0.9.3
27022026-06-05T05:58:04.238Z Compiling fixedbitset v0.4.2
27032026-06-05T05:58:04.610Z Compiling glob v0.3.3
27042026-06-05T05:58:05.009Z Compiling fixedbitset v0.5.7
27052026-06-05T05:58:05.524Z Compiling minimal-lexical v0.2.1
27062026-06-05T05:58:05.601Z Compiling bytecount v0.6.9
27072026-06-05T05:58:05.796Z Compiling nom v7.1.3
27082026-06-05T05:58:05.843Z Compiling papergrid v0.11.0
27092026-06-05T05:58:05.944Z Compiling petgraph v0.8.3
27102026-06-05T05:58:05.971Z Compiling tough v0.22.0
27112026-06-05T05:58:07.117Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27122026-06-05T05:58:07.521Z Compiling petgraph v0.6.5
27132026-06-05T05:58:08.427Z Compiling openssl v0.10.80
27142026-06-05T05:58:08.688Z Compiling libsw v3.5.0
27152026-06-05T05:58:08.872Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27162026-06-05T05:58:09.341Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27172026-06-05T05:58:09.543Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27182026-06-05T05:58:09.573Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27192026-06-05T05:58:09.842Z Compiling zone v0.3.1
27202026-06-05T05:58:11.239Z Compiling oxide-tokio-rt v0.1.6
27212026-06-05T05:58:11.685Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27222026-06-05T05:58:11.889Z Compiling chrono-tz v0.10.4
27232026-06-05T05:58:11.901Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27242026-06-05T05:58:12.892Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27252026-06-05T05:58:13.069Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27262026-06-05T05:58:13.739Z Compiling newtype_derive v0.1.6
27272026-06-05T05:58:13.826Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27282026-06-05T05:58:14.087Z Compiling slog-dtrace v0.3.0
27292026-06-05T05:58:14.813Z Compiling const_format v0.2.36
27302026-06-05T05:58:15.113Z Compiling cancel-safe-futures v0.1.5
27312026-06-05T05:58:15.333Z Compiling owo-colors v4.3.0
27322026-06-05T05:58:15.472Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27332026-06-05T05:58:16.198Z Compiling gethostname v0.5.0
27342026-06-05T05:58:16.218Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27352026-06-05T05:58:16.275Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-05T05:58:16.380Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-06-05T05:58:16.414Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-05T05:58:16.503Z Compiling bcs v0.1.6
27392026-06-05T05:58:16.724Z Compiling smf v0.2.3
27402026-06-05T05:58:16.898Z Compiling termtree v0.5.1
27412026-06-05T05:58:17.069Z Compiling tagptr v0.2.0
27422026-06-05T05:58:17.236Z Compiling linear-map v1.2.0
27432026-06-05T05:58:17.440Z Compiling whoami v1.6.1
27442026-06-05T05:58:17.487Z Compiling smawk v0.3.2
27452026-06-05T05:58:17.655Z Compiling unicode-linebreak v0.1.5
27462026-06-05T05:58:17.916Z Compiling textwrap v0.16.2
27472026-06-05T05:58:17.918Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-05T05:58:17.950Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-05T05:58:18.029Z Compiling moka v0.12.15
27502026-06-05T05:58:19.275Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-06-05T05:58:19.445Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-06-05T05:58:19.576Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-05T05:58:19.694Z Compiling tabled v0.15.0
27542026-06-05T05:58:21.279Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-05T05:58:21.325Z Compiling steno v0.4.1
27562026-06-05T05:58:21.490Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-05T05:58:21.534Z Compiling cookie v0.18.1
27582026-06-05T05:58:22.926Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-05T05:58:26.842Z Compiling hickory-proto v0.25.2
27602026-06-05T05:58:27.633Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27612026-06-05T05:58:28.290Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27622026-06-05T05:58:28.541Z Compiling arc-swap v1.9.1
27632026-06-05T05:58:28.904Z Compiling slog-scope v4.4.1
27642026-06-05T05:58:29.377Z Compiling hickory-resolver v0.25.2
27652026-06-05T05:58:30.225Z Compiling libscf-sys v1.2.0
27662026-06-05T05:58:30.374Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-05T05:58:31.379Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27682026-06-05T05:58:31.538Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27692026-06-05T05:58:31.726Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27702026-06-05T05:58:32.235Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27712026-06-05T05:58:32.457Z Compiling slog-stdlog v4.1.1
27722026-06-05T05:58:32.861Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27732026-06-05T05:58:32.980Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27742026-06-05T05:58:33.920Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-06-05T05:58:34.273Z Compiling slog-envlogger v2.2.0
27762026-06-05T05:58:35.310Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27772026-06-05T05:58:35.602Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27782026-06-05T05:58:44.000Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-06-05T05:58:46.253Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-06-05T05:58:48.180Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27812026-06-05T05:58:56.896Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27822026-06-05T05:59:00.708Z Finished `release` profile [optimized] target(s) in 2m 27s
27832026-06-05T05:59:00.822Z Running unittests src/lib.rs (target/release/deps/mg_tests-19ead11385e4596c)
27842026-06-05T05:59:00.826Z
27852026-06-05T05:59:00.826Zrunning 1 test
27862026-06-05T05:59:00.942Zconfigure zone
27872026-06-05T05:59:00.959Zinstall zone
27882026-06-05T05:59:10.871Zboot zone
27892026-06-05T05:59:10.958Zstart zone s1
27902026-06-05T05:59:10.961Zconfigure zone
27912026-06-05T05:59:10.967Zinstall zone
27922026-06-05T05:59:12.921Zboot zone
27932026-06-05T05:59:13.010Zstart zone s2
27942026-06-05T05:59:13.010Zconfigure zone
27952026-06-05T05:59:13.020Zinstall zone
27962026-06-05T05:59:15.353Zboot zone
27972026-06-05T05:59:15.451Zstart zone t1
27982026-06-05T05:59:15.451Zconfigure zone
27992026-06-05T05:59:15.461Zinstall zone
28002026-06-05T05:59:18.156Zboot zone
28012026-06-05T05:59:18.270Zwaiting for zones to come up
28022026-06-05T05:59:28.272Z[sidecar.trio] svcs milestone/network
28032026-06-05T05:59:28.303ZSTATE STIME FMRI
28042026-06-05T05:59:28.303Zonline 5:59:10 svc:/milestone/network:default
28052026-06-05T05:59:28.304Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28062026-06-05T05:59:28.329Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28072026-06-05T05:59:28.357Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28082026-06-05T05:59:28.378Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28092026-06-05T05:59:28.382Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28102026-06-05T05:59:28.395Z
28112026-06-05T05:59:28.395Zrunning zone s1.trio setup
28122026-06-05T05:59:28.395Z[s1.trio] svcs milestone/network
28132026-06-05T05:59:28.416ZSTATE STIME FMRI
28142026-06-05T05:59:28.417Zonline 5:59:12 svc:/milestone/network:default
28152026-06-05T05:59:28.417Z[s1.trio] dladm
28162026-06-05T05:59:28.423ZLINK CLASS MTU STATE BRIDGE OVER
28172026-06-05T05:59:28.423Zsl0 simnet 9000 up -- ?
28182026-06-05T05:59:28.423Zmg2 vnic 9000 up -- ?
28192026-06-05T05:59:28.423Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28202026-06-05T05:59:28.959Z
28212026-06-05T05:59:28.959Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28222026-06-05T05:59:28.974Z
28232026-06-05T05:59:28.974Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28242026-06-05T05:59:28.987Z
28252026-06-05T05:59:28.987Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28262026-06-05T05:59:29.076Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28272026-06-05T05:59:29.142Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8e908247-c7d4-48af-966b-0aa9e5be3de6 --sled-uuid 2eb1874c-26d0-44d9-b044-c7fdba2ee538 -a sl0/v6 &> /opt/ddmd.log &
28282026-06-05T05:59:29.158Z
28292026-06-05T05:59:29.158Zrunning zone s2.trio setup
28302026-06-05T05:59:29.158Z[s2.trio] svcs milestone/network
28312026-06-05T05:59:29.179ZSTATE STIME FMRI
28322026-06-05T05:59:29.179Zonline 5:59:15 svc:/milestone/network:default
28332026-06-05T05:59:29.179Z[s2.trio] dladm
28342026-06-05T05:59:29.203ZLINK CLASS MTU STATE BRIDGE OVER
28352026-06-05T05:59:29.203Zsl1 simnet 9000 up -- ?
28362026-06-05T05:59:29.203Zmg3 vnic 9000 up -- ?
28372026-06-05T05:59:29.203Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28382026-06-05T05:59:29.712Z
28392026-06-05T05:59:29.713Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28402026-06-05T05:59:29.900Z
28412026-06-05T05:59:29.900Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28422026-06-05T05:59:29.900Z
28432026-06-05T05:59:29.900Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28442026-06-05T05:59:29.900Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28452026-06-05T05:59:29.900Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2013c43e-0e81-4f0c-9030-358654f55f95 --sled-uuid a8def2bc-4f13-4de7-8daf-4cbf605de2fb -a sl1/v6 &> /opt/ddmd.log &
28462026-06-05T05:59:29.900Z
28472026-06-05T05:59:29.900Zrunning zone t1.trio setup
28482026-06-05T05:59:29.900Z[t1.trio] svcs milestone/network
28492026-06-05T05:59:29.900ZSTATE STIME FMRI
28502026-06-05T05:59:29.900Zonline 5:59:17 svc:/milestone/network:default
28512026-06-05T05:59:29.901Z[t1.trio] dladm
28522026-06-05T05:59:29.901ZLINK CLASS MTU STATE BRIDGE OVER
28532026-06-05T05:59:29.901Ztfportrear0_0 simnet 9000 up -- ?
28542026-06-05T05:59:29.901Ztfportrear1_0 simnet 9000 up -- ?
28552026-06-05T05:59:29.901Zmg1 vnic 9000 up -- ?
28562026-06-05T05:59:29.901Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28572026-06-05T05:59:30.350Z
28582026-06-05T05:59:30.350Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28592026-06-05T05:59:30.366Z
28602026-06-05T05:59:30.366Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28612026-06-05T05:59:30.379Z
28622026-06-05T05:59:30.379Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28632026-06-05T05:59:30.392Z
28642026-06-05T05:59:30.392Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28652026-06-05T05:59:30.685Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28662026-06-05T05:59:30.689Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28672026-06-05T05:59:30.689Zwaiting 3s for copy of files to zone to complete ...
28682026-06-05T05:59:33.689Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28692026-06-05T05:59:33.826Z
28702026-06-05T05:59:33.826Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28712026-06-05T05:59:33.936Z
28722026-06-05T05:59:33.937Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28732026-06-05T05:59:33.974Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28742026-06-05T05:59:34.003Z[t1.trio] svcadm disable dendrite
28752026-06-05T05:59:34.029Z
28762026-06-05T05:59:34.029Z[t1.trio] svcadm disable tfport
28772026-06-05T05:59:34.052Z
28782026-06-05T05:59:34.052Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28792026-06-05T05:59:34.077Z
28802026-06-05T05:59:34.077Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28812026-06-05T05:59:34.101Z
28822026-06-05T05:59:34.101Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28832026-06-05T05:59:34.125Z
28842026-06-05T05:59:34.125Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28852026-06-05T05:59:34.156Z
28862026-06-05T05:59:34.156Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28872026-06-05T05:59:34.176Z
28882026-06-05T05:59:34.176Z[t1.trio] svcadm refresh dendrite:default
28892026-06-05T05:59:34.196Z
28902026-06-05T05:59:34.196Z[t1.trio] svcadm enable dendrite:default
28912026-06-05T05:59:34.217Z
28922026-06-05T05:59:34.217Zwait 10s for dendrite to come up ...
28932026-06-05T05:59:44.222Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28942026-06-05T05:59:44.249Z
28952026-06-05T05:59:44.249Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28962026-06-05T05:59:44.273Z
28972026-06-05T05:59:44.273Z[t1.trio] svcadm refresh tfport:default
28982026-06-05T05:59:44.298Z
28992026-06-05T05:59:44.298Z[t1.trio] svcadm enable tfport
29002026-06-05T05:59:44.316Z
29012026-06-05T05:59:44.316Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ddf26f47-e2df-48fc-bd53-51c59669b3da --sled-uuid 9a1071ef-ddc6-4041-bbff-299f601187b1 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29022026-06-05T05:59:44.327Z
29032026-06-05T05:59:44.327Z[t1.trio] ipadm
29042026-06-05T05:59:44.342ZADDROBJ TYPE STATE ADDR
29052026-06-05T05:59:44.342Zlo0/v4 static ok 127.0.0.1/8
29062026-06-05T05:59:44.342Zmg1/v4 static ok 10.0.0.3/24
29072026-06-05T05:59:44.342Zlo0/v6 static ok ::1/128
29082026-06-05T05:59:44.342Zlo0/u6 static ok fd00:3::1/64
29092026-06-05T05:59:44.342Ztfportrear0_0/v6 addrconf ok fe80::3060:2ff:fee1:ccb9%tfportrear0_0/10
29102026-06-05T05:59:44.342Ztfportrear1_0/v6 addrconf ok fe80::f0c7:e5ff:fefa:faee%tfportrear1_0/10
29112026-06-05T05:59:46.462Zinitial peering test passed
29122026-06-05T05:59:47.464Zadvertise from one passed
29132026-06-05T05:59:48.466Zadvertise from two passed
29142026-06-05T05:59:48.466Z[s1.trio] ping fd00:2::1
29152026-06-05T05:59:48.513Zfd00:2::1 is alive
29162026-06-05T05:59:48.513Z[s2.trio] ping fd00:1::1
29172026-06-05T05:59:48.513Zfd00:1::1 is alive
29182026-06-05T05:59:48.513Zconnectivity test passed
29192026-06-05T05:59:48.513Z[t1.trio] pkill ddmd
29202026-06-05T05:59:48.513Z
29212026-06-05T05:59:54.510Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5519d807-6644-4fda-8ea1-9251f27156aa --sled-uuid b015affc-9cdb-4b3c-9218-fc24f535430f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29222026-06-05T05:59:54.526Z
29232026-06-05T05:59:54.526Z[t1.trio] ipadm
29242026-06-05T05:59:54.540ZADDROBJ TYPE STATE ADDR
29252026-06-05T05:59:54.540Zlo0/v4 static ok 127.0.0.1/8
29262026-06-05T05:59:54.540Zmg1/v4 static ok 10.0.0.3/24
29272026-06-05T05:59:54.540Zlo0/v6 static ok ::1/128
29282026-06-05T05:59:54.540Zlo0/u6 static ok fd00:3::1/64
29292026-06-05T05:59:54.540Ztfportrear0_0/v6 addrconf ok fe80::3060:2ff:fee1:ccb9%tfportrear0_0/10
29302026-06-05T05:59:54.540Ztfportrear1_0/v6 addrconf ok fe80::f0c7:e5ff:fefa:faee%tfportrear1_0/10
29312026-06-05T05:59:57.544Z[s1.trio] ping fd00:2::1
29322026-06-05T05:59:57.559Zfd00:2::1 is alive
29332026-06-05T05:59:57.559Z[s2.trio] ping fd00:1::1
29342026-06-05T05:59:57.571Zfd00:1::1 is alive
29352026-06-05T05:59:57.576Ztransit router restart passed
29362026-06-05T05:59:57.576Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29372026-06-05T05:59:57.587Zlocal v6:
29382026-06-05T05:59:57.587Zfe80::f0c7:e5ff:fefa:faee
29392026-06-05T05:59:57.587Zfe80::3060:2ff:fee1:ccb9
29402026-06-05T05:59:57.587Zlocal v4:
29412026-06-05T05:59:57.587Zrouter v6_idx:
29422026-06-05T05:59:57.587Zfd00:1::/64 -> 0
29432026-06-05T05:59:57.587Zfd00:2::/64 -> 1
29442026-06-05T05:59:57.587Zrouter v6_routes:
29452026-06-05T05:59:57.587Z1 -> fe80::90cb:96ff:fe25:d8fb (2)
29462026-06-05T05:59:57.587Z0 -> fe80::dcde:cbff:fe37:7b66 (1)
29472026-06-05T05:59:57.588Zrouter v4_idx:
29482026-06-05T05:59:57.588Zrouter v4_routes:
29492026-06-05T05:59:57.588Zresolver v4:
29502026-06-05T05:59:57.588Z10.0.0.3 -> 02:08:20:b4:41:b1
29512026-06-05T05:59:57.588Z10.0.0.254 -> 02:08:20:e3:ab:7c
29522026-06-05T05:59:57.588Zresolver v6:
29532026-06-05T05:59:57.588Zfe80::90cb:96ff:fe25:d8fb -> 92:cb:96:25:d8:fb
29542026-06-05T05:59:57.588Zfe80::f0c7:e5ff:fefa:faee -> f2:c7:e5:fa:fa:ee
29552026-06-05T05:59:57.588Zfe80::3060:2ff:fee1:ccb9 -> 32:60:02:e1:cc:b9
29562026-06-05T05:59:57.588Zfe80::dcde:cbff:fe37:7b66 -> de:de:cb:37:7b:66
29572026-06-05T05:59:57.588Znat v4:
29582026-06-05T05:59:57.588Znat_v6:
29592026-06-05T05:59:57.588Zport_mac:
29602026-06-05T05:59:57.588Z2: a8:40:25:7a:32:39
29612026-06-05T05:59:57.588Z1000: a8:40:25:7a:32:37
29622026-06-05T05:59:57.588Z1: a8:40:25:7a:32:38
29632026-06-05T05:59:57.588Zproxy arp:
29642026-06-05T05:59:57.588Z[s1.trio] pkill ddmd
29652026-06-05T05:59:57.603Z
29662026-06-05T06:00:00.834Ztest ddm::test_trio_v3 has been running for over 60 seconds
29672026-06-05T06:00:02.617Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29682026-06-05T06:00:02.625Zlocal v6:
29692026-06-05T06:00:02.626Zfe80::f0c7:e5ff:fefa:faee
29702026-06-05T06:00:02.626Zfe80::3060:2ff:fee1:ccb9
29712026-06-05T06:00:02.626Zlocal v4:
29722026-06-05T06:00:02.626Zrouter v6_idx:
29732026-06-05T06:00:02.626Zfd00:2::/64 -> 1
29742026-06-05T06:00:02.626Zrouter v6_routes:
29752026-06-05T06:00:02.626Z1 -> fe80::90cb:96ff:fe25:d8fb (2)
29762026-06-05T06:00:02.626Zrouter v4_idx:
29772026-06-05T06:00:02.626Zrouter v4_routes:
29782026-06-05T06:00:02.626Zresolver v4:
29792026-06-05T06:00:02.626Z10.0.0.3 -> 02:08:20:b4:41:b1
29802026-06-05T06:00:02.626Z10.0.0.254 -> 02:08:20:e3:ab:7c
29812026-06-05T06:00:02.626Zresolver v6:
29822026-06-05T06:00:02.626Zfe80::90cb:96ff:fe25:d8fb -> 92:cb:96:25:d8:fb
29832026-06-05T06:00:02.626Zfe80::f0c7:e5ff:fefa:faee -> f2:c7:e5:fa:fa:ee
29842026-06-05T06:00:02.626Zfe80::3060:2ff:fee1:ccb9 -> 32:60:02:e1:cc:b9
29852026-06-05T06:00:02.626Zfe80::dcde:cbff:fe37:7b66 -> de:de:cb:37:7b:66
29862026-06-05T06:00:02.626Znat v4:
29872026-06-05T06:00:02.626Znat_v6:
29882026-06-05T06:00:02.626Zport_mac:
29892026-06-05T06:00:02.626Z2: a8:40:25:7a:32:39
29902026-06-05T06:00:02.626Z1000: a8:40:25:7a:32:37
29912026-06-05T06:00:02.626Z1: a8:40:25:7a:32:38
29922026-06-05T06:00:02.626Zproxy arp:
29932026-06-05T06:00:02.626Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 13800947-9703-4b12-ba28-00ca182dc685 --sled-uuid dfc83ade-0432-4fbe-a913-acc498eb8bb9 -a sl0/v6 &> /opt/ddmd.log &
29942026-06-05T06:00:02.634Z
29952026-06-05T06:00:05.635Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29962026-06-05T06:00:05.654Zlocal v6:
29972026-06-05T06:00:05.654Zfe80::f0c7:e5ff:fefa:faee
29982026-06-05T06:00:05.654Zfe80::3060:2ff:fee1:ccb9
29992026-06-05T06:00:05.654Zlocal v4:
30002026-06-05T06:00:05.654Zrouter v6_idx:
30012026-06-05T06:00:05.654Zfd00:1::/64 -> 0
30022026-06-05T06:00:05.654Zfd00:2::/64 -> 1
30032026-06-05T06:00:05.654Zrouter v6_routes:
30042026-06-05T06:00:05.654Z1 -> fe80::90cb:96ff:fe25:d8fb (2)
30052026-06-05T06:00:05.655Z0 -> fe80::dcde:cbff:fe37:7b66 (1)
30062026-06-05T06:00:05.655Zrouter v4_idx:
30072026-06-05T06:00:05.655Zrouter v4_routes:
30082026-06-05T06:00:05.660Zresolver v4:
30092026-06-05T06:00:05.660Z10.0.0.3 -> 02:08:20:b4:41:b1
30102026-06-05T06:00:05.660Z10.0.0.254 -> 02:08:20:e3:ab:7c
30112026-06-05T06:00:05.660Zresolver v6:
30122026-06-05T06:00:05.660Zfe80::90cb:96ff:fe25:d8fb -> 92:cb:96:25:d8:fb
30132026-06-05T06:00:05.660Zfe80::f0c7:e5ff:fefa:faee -> f2:c7:e5:fa:fa:ee
30142026-06-05T06:00:05.660Zfe80::3060:2ff:fee1:ccb9 -> 32:60:02:e1:cc:b9
30152026-06-05T06:00:05.660Zfe80::dcde:cbff:fe37:7b66 -> de:de:cb:37:7b:66
30162026-06-05T06:00:05.660Znat v4:
30172026-06-05T06:00:05.660Znat_v6:
30182026-06-05T06:00:05.660Zport_mac:
30192026-06-05T06:00:05.661Z2: a8:40:25:7a:32:39
30202026-06-05T06:00:05.661Z1000: a8:40:25:7a:32:37
30212026-06-05T06:00:05.661Z1: a8:40:25:7a:32:38
30222026-06-05T06:00:05.661Zproxy arp:
30232026-06-05T06:00:05.661Z[s2.trio] netstat -nr -f inet6
30242026-06-05T06:00:05.669ZRouting Table: IPv6
30252026-06-05T06:00:05.669Z Destination/Mask Gateway Flags Ref Use If
30262026-06-05T06:00:05.669Z--------------------------- --------------------------- ----- --- ------- -----
30272026-06-05T06:00:05.669Z::1 ::1 UH 2 0 lo0
30282026-06-05T06:00:05.670Zfd00:1::/64 fe80::f0c7:e5ff:fefa:faee UG 1 0 sl1
30292026-06-05T06:00:05.670Zfe80::/10 fe80::90cb:96ff:fe25:d8fb U 3 64 sl1
30302026-06-05T06:00:05.670Z[s2.trio] ipadm
30312026-06-05T06:00:05.682ZADDROBJ TYPE STATE ADDR
30322026-06-05T06:00:05.682Zlo0/v4 static ok 127.0.0.1/8
30332026-06-05T06:00:05.682Zmg3/v4 static ok 10.0.0.2/24
30342026-06-05T06:00:05.682Zlo0/v6 static ok ::1/128
30352026-06-05T06:00:05.682Zlo0/u6 static ok fd00:2::1/64
30362026-06-05T06:00:05.682Zsl1/v6 addrconf ok fe80::90cb:96ff:fe25:d8fb%sl1/10
30372026-06-05T06:00:05.682Z[s2.trio] route -nv get -inet6 fd00:1::1
30382026-06-05T06:00:05.693Znewrt->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>
30392026-06-05T06:00:05.693Zlocks: inits:
30402026-06-05T06:00:05.719Zsockaddrs: <DST,IFP>
30412026-06-05T06:00:05.719Z fd00:1::1
30422026-06-05T06:00:05.719Z route to: fd00:1::1
30432026-06-05T06:00:05.720Zdestination: fd00:1::
30442026-06-05T06:00:05.720Z mask: ffff:ffff:ffff:ffff::
30452026-06-05T06:00:05.720Z gateway: fe80::f0c7:e5ff:fefa:faee
30462026-06-05T06:00:05.720Z interface: sl1 index 3 address 92 cb 96 25 d8 fb
30472026-06-05T06:00:05.720Z flags: <UP,GATEWAY,DONE,STATIC>
30482026-06-05T06:00:05.720Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30492026-06-05T06:00:05.720Z 0 0 0 0 0 0 9000 0
30502026-06-05T06:00:05.720Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30512026-06-05T06:00:05.720Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30522026-06-05T06:00:05.720Z fd00:1:: fe80::f0c7:e5ff:fefa:faee ffff:ffff:ffff:ffff:: sl1:92.cb.96.25.d8.fb fe80::90cb:96ff:fe25:d8fb
30532026-06-05T06:00:05.720Z[s2.trio] ndp -na
30542026-06-05T06:00:05.734ZNet to Media Table: IPv6
30552026-06-05T06:00:05.734Z If Physical Address Type State Destination/Mask
30562026-06-05T06:00:05.734Z----- ----------------- ------- ------------ ---------------------------
30572026-06-05T06:00:05.734Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30582026-06-05T06:00:05.734Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30592026-06-05T06:00:05.734Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30602026-06-05T06:00:05.734Zsl1 33:33:ff:25:d8:fb other REACHABLE ff02::1:ff25:d8fb
30612026-06-05T06:00:05.734Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30622026-06-05T06:00:05.734Zsl1 f2:c7:e5:fa:fa:ee dynamic REACHABLE fe80::f0c7:e5ff:fefa:faee
30632026-06-05T06:00:05.734Zsl1 92:cb:96:25:d8:fb local REACHABLE fe80::90cb:96ff:fe25:d8fb
30642026-06-05T06:00:05.734Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30652026-06-05T06:00:05.734Zsl1 33:33:ff:fa:fa:ee other REACHABLE ff02::1:fffa:faee
30662026-06-05T06:00:05.734Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30672026-06-05T06:00:05.734Zlocal v6:
30682026-06-05T06:00:05.734Zfe80::f0c7:e5ff:fefa:faee
30692026-06-05T06:00:05.734Zfe80::3060:2ff:fee1:ccb9
30702026-06-05T06:00:05.734Zlocal v4:
30712026-06-05T06:00:05.734Zrouter v6_idx:
30722026-06-05T06:00:05.734Zfd00:1::/64 -> 0
30732026-06-05T06:00:05.734Zfd00:2::/64 -> 1
30742026-06-05T06:00:05.734Zrouter v6_routes:
30752026-06-05T06:00:05.734Z1 -> fe80::90cb:96ff:fe25:d8fb (2)
30762026-06-05T06:00:05.734Z0 -> fe80::dcde:cbff:fe37:7b66 (1)
30772026-06-05T06:00:05.735Zrouter v4_idx:
30782026-06-05T06:00:05.735Zrouter v4_routes:
30792026-06-05T06:00:05.735Zresolver v4:
30802026-06-05T06:00:05.735Z10.0.0.3 -> 02:08:20:b4:41:b1
30812026-06-05T06:00:05.735Z10.0.0.254 -> 02:08:20:e3:ab:7c
30822026-06-05T06:00:05.735Zresolver v6:
30832026-06-05T06:00:05.735Zfe80::90cb:96ff:fe25:d8fb -> 92:cb:96:25:d8:fb
30842026-06-05T06:00:05.735Zfe80::f0c7:e5ff:fefa:faee -> f2:c7:e5:fa:fa:ee
30852026-06-05T06:00:05.735Zfe80::3060:2ff:fee1:ccb9 -> 32:60:02:e1:cc:b9
30862026-06-05T06:00:05.735Zfe80::dcde:cbff:fe37:7b66 -> de:de:cb:37:7b:66
30872026-06-05T06:00:05.735Znat v4:
30882026-06-05T06:00:05.735Znat_v6:
30892026-06-05T06:00:05.735Zport_mac:
30902026-06-05T06:00:05.735Z2: a8:40:25:7a:32:39
30912026-06-05T06:00:05.735Z1000: a8:40:25:7a:32:37
30922026-06-05T06:00:05.735Z1: a8:40:25:7a:32:38
30932026-06-05T06:00:05.735Zproxy arp:
30942026-06-05T06:00:05.735Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30952026-06-05T06:00:05.797ZSubnet Port Link Gateway Vlan
30962026-06-05T06:00:05.797Zfd00:1::/64 rear0 0 fe80::dcde:cbff:fe37:7b66
30972026-06-05T06:00:05.797Zfd00:2::/64 rear1 0 fe80::90cb:96ff:fe25:d8fb
30982026-06-05T06:00:05.797Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
30992026-06-05T06:00:05.816Zhost mac age
31002026-06-05T06:00:05.817Z10.0.0.3 02:08:20:b4:41:b1 21s
31012026-06-05T06:00:05.817Z10.0.0.254 02:08:20:e3:ab:7c 19s
31022026-06-05T06:00:05.817Zfe80::3060:2ff:fee1:ccb9 32:60:02:e1:cc:b9 21s
31032026-06-05T06:00:05.817Zfe80::90cb:96ff:fe25:d8fb 92:cb:96:25:d8:fb 21s
31042026-06-05T06:00:05.817Zfe80::dcde:cbff:fe37:7b66 de:de:cb:37:7b:66 21s
31052026-06-05T06:00:05.817Zfe80::f0c7:e5ff:fefa:faee f2:c7:e5:fa:fa:ee 21s
31062026-06-05T06:00:05.817Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31072026-06-05T06:00:05.946ZLink IPv4 IPv6
31082026-06-05T06:00:05.946Zrear0/0 fe80::3060:2ff:fee1:ccb9
31092026-06-05T06:00:05.946Zrear1/0 fe80::f0c7:e5ff:fefa:faee
31102026-06-05T06:00:05.946Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31112026-06-05T06:00:06.868ZADDROBJ TYPE STATE ADDR
31122026-06-05T06:00:06.868Zlo0/v4 static ok 127.0.0.1/8
31132026-06-05T06:00:06.868Zmg2/v4 static ok 10.0.0.1/24
31142026-06-05T06:00:06.868Zlo0/v6 static ok ::1/128
31152026-06-05T06:00:06.868Zlo0/u6 static ok fd00:1::1/64
31162026-06-05T06:00:06.868Zsl0/v6 addrconf ok fe80::dcde:cbff:fe37:7b66%sl0/10
31172026-06-05T06:00:06.868Znewrt->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>
31182026-06-05T06:00:06.868Zlocks: inits:
31192026-06-05T06:00:06.868Zsockaddrs: <DST,IFP>
31202026-06-05T06:00:06.868Z fd00:2::1
31212026-06-05T06:00:06.868Z route to: fd00:2::1
31222026-06-05T06:00:06.868Zdestination: fd00:2::
31232026-06-05T06:00:06.868Z mask: ffff:ffff:ffff:ffff::
31242026-06-05T06:00:06.868Z gateway: fe80::3060:2ff:fee1:ccb9
31252026-06-05T06:00:06.868Z interface: sl0 index 3 address de de cb 37 7b 66
31262026-06-05T06:00:06.868Z flags: <UP,GATEWAY,DONE,STATIC>
31272026-06-05T06:00:06.868Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31282026-06-05T06:00:06.868Z 0 0 0 0 0 0 9000 0
31292026-06-05T06:00:06.868Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31302026-06-05T06:00:06.869Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31312026-06-05T06:00:06.869Z fd00:2:: fe80::3060:2ff:fee1:ccb9 ffff:ffff:ffff:ffff:: sl0:de.de.cb.37.7b.66 fe80::dcde:cbff:fe37:7b66
31322026-06-05T06:00:06.869Z
31332026-06-05T06:00:06.869ZNet to Media Table: IPv6
31342026-06-05T06:00:06.869Z If Physical Address Type State Destination/Mask
31352026-06-05T06:00:06.869Z----- ----------------- ------- ------------ ---------------------------
31362026-06-05T06:00:06.869Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31372026-06-05T06:00:06.869Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31382026-06-05T06:00:06.869Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31392026-06-05T06:00:06.869Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31402026-06-05T06:00:06.869Zsl0 33:33:ff:37:7b:66 other REACHABLE ff02::1:ff37:7b66
31412026-06-05T06:00:06.869Zsl0 33:33:ff:e1:cc:b9 other REACHABLE ff02::1:ffe1:ccb9
31422026-06-05T06:00:06.869Zsl0 32:60:02:e1:cc:b9 dynamic REACHABLE fe80::3060:2ff:fee1:ccb9
31432026-06-05T06:00:06.869Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31442026-06-05T06:00:06.869Zsl0 de:de:cb:37:7b:66 local REACHABLE fe80::dcde:cbff:fe37:7b66
31452026-06-05T06:00:06.869Z
31462026-06-05T06:00:06.869Z
31472026-06-05T06:00:06.869ZRouting Table: IPv6
31482026-06-05T06:00:06.869Z Destination/Mask Gateway Flags Ref Use If
31492026-06-05T06:00:06.869Z--------------------------- --------------------------- ----- --- ------- -----
31502026-06-05T06:00:06.869Z::1 ::1 UH 2 0 lo0
31512026-06-05T06:00:06.869Zfd00:2::/64 fe80::3060:2ff:fee1:ccb9 UG 2 2 sl0
31522026-06-05T06:00:06.869Zfe80::/10 fe80::dcde:cbff:fe37:7b66 U 3 64 sl0
31532026-06-05T06:00:06.869ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31542026-06-05T06:00:06.869Z68 bytes from fd00:2::1: icmp_seq=0. time=0.200 ms
31552026-06-05T06:00:06.869Z68 bytes from fd00:2::1: icmp_seq=1. time=0.394 ms
31562026-06-05T06:00:06.869Z
31572026-06-05T06:00:06.869Z----fd00:2::1 PING Statistics----
31582026-06-05T06:00:06.869Z2 packets transmitted, 2 packets received, 0% packet loss
31592026-06-05T06:00:06.869Zround-trip (ms) min/avg/max/stddev = 0.200/0.297/0.394/0.137
31602026-06-05T06:00:06.869Z[s2.trio] ping fd00:1::1
31612026-06-05T06:00:06.884Zfd00:1::1 is alive
31622026-06-05T06:00:06.884Zserver router restart passed
31632026-06-05T06:00:10.890Zpeer expiration recovery passed
31642026-06-05T06:00:11.891Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31652026-06-05T06:00:11.911Z3
31662026-06-05T06:00:11.911Zredundant advertise passed
31672026-06-05T06:00:12.913Ztunnel endpoint advertise passed
31682026-06-05T06:00:17.915Zredundant tunnel endpoint advertise passed
31692026-06-05T06:00:17.915Z[s1.trio] pkill ddmd
31702026-06-05T06:00:17.931Z
31712026-06-05T06:00:22.933Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 493298ca-ff87-490a-b443-e185bb76ce5a --sled-uuid 72511795-1942-4960-ac31-49856c6e8c57 -a sl0/v6 &> /opt/ddmd.log &
31722026-06-05T06:00:22.947Z
31732026-06-05T06:00:27.954Ztunnel router restart passed
31742026-06-05T06:00:28.956Ztunnel endpoint withdraw passed
31752026-06-05T06:00:28.960Z[t1.trio] pkill ddmd
31762026-06-05T06:00:28.975Z
31772026-06-05T06:00:28.975Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31782026-06-05T06:00:28.981Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31792026-06-05T06:00:30.872Z[s2.trio] pkill ddmd
31802026-06-05T06:00:30.896Z
31812026-06-05T06:00:30.897Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31822026-06-05T06:00:32.703Z[s1.trio] pkill ddmd
31832026-06-05T06:00:32.716Z
31842026-06-05T06:00:32.716Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31852026-06-05T06:00:34.472Z[sidecar.trio] pkill softnpu
31862026-06-05T06:00:34.486Z
31872026-06-05T06:00:34.486Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31882026-06-05T06:00:37.053Ztest ddm::test_trio_v3 ... ok
31892026-06-05T06:00:37.053Z
31902026-06-05T06:00:37.064Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.20s
31912026-06-05T06:00:37.064Z
31922026-06-05T06:00:37.109Z+ cleanup
31932026-06-05T06:00:37.112Z++ id -un
31942026-06-05T06:00:37.112Z++ id -gn
31952026-06-05T06:00:37.112Z+ pfexec chown -R build:build .
31962026-06-05T06:00:37.231Zprocess exited: duration 705702 ms, exit code 0
 
31972026-06-05T06:00:37.290Zfound 5 output files
31982026-06-05T06:00:37.290Zuploading: /work/s1.trio.log (4030 bytes)
31992026-06-05T06:00:38.328Zuploaded: /work/s1.trio.log
32002026-06-05T06:00:38.328Zuploading: /work/s2.trio.log (10791 bytes)
32012026-06-05T06:00:39.343Zuploaded: /work/s2.trio.log
32022026-06-05T06:00:39.343Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32032026-06-05T06:00:40.355Zuploaded: /work/sidecar.trio-softnpu.log
32042026-06-05T06:00:40.355Zuploading: /work/t1.trio-dpd.log (341576 bytes)
32052026-06-05T06:00:41.374Zuploaded: /work/t1.trio-dpd.log
32062026-06-05T06:00:41.374Zuploading: /work/t1.trio.log (25735 bytes)
32072026-06-05T06:00:42.766Zuploaded: /work/t1.trio.log