01M0EFHMFPAD7Z8MXZT1CD8S29: test-ddm-trio

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

Buildomat Job: 01M0EFJF0B8H25YSE0E00MCSH7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:22:29.234Zjob assigned to worker 01M0EFJP3H9DF7ZRCVJEQ84QB8 [factory aws, i-02beef8b23fa4e024] (queued for 58 s)
 
22026-08-20T02:22:36.124Zstarting task 0: "setup"
32026-08-20T02:22:36.131Z++ uname -s
42026-08-20T02:22:36.135Z+ kern=SunOS
52026-08-20T02:22:36.135Z+ build_user=build
62026-08-20T02:22:36.135Z+ build_uid=12345
72026-08-20T02:22:36.135Z+ work_dir=/work
82026-08-20T02:22:36.135Z+ input_dir=/input
92026-08-20T02:22:36.135Z+ [[ 0 == 12345 ]]
102026-08-20T02:22:36.135Z+ case "$kern" in
112026-08-20T02:22:36.135Z+ groupadd -g 12345 build
122026-08-20T02:22:36.138Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:22:38.142Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:22:38.241Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:22:38.245Z+ home_fs=zfs
162026-08-20T02:22:38.245Z+ [[ zfs == autofs ]]
172026-08-20T02:22:38.245Z+ mkdir -p /home/build
182026-08-20T02:22:38.245Z+ chown build:build /home/build /work
192026-08-20T02:22:39.245Z+ chmod 0700 /home/build /work
202026-08-20T02:22:39.249Zprocess exited: duration 3124 ms, exit code 0
 
212026-08-20T02:22:39.256Zstarting task 1: "rust-toolchain"
222026-08-20T02:22:39.259Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-20T02:22:39.259Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T02:22:39.259Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-20T02:22:39.260Z * rust toolchain channel = "stable"
262026-08-20T02:22:39.260Z * rust toolchain profile = "default"
272026-08-20T02:22:39.260Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T02:22:39.264Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:22:39.264Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-20T02:22:39.340Zinfo: downloading installer
312026-08-20T02:22:40.743Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:22:40.743Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:22:40.743Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:22:40.744Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:22:40.756Zinfo: profile set to default
362026-08-20T02:22:40.756Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:22:40.759Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-20T02:22:40.903Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:22:40.906Zinfo: downloading 6 components
402026-08-20T02:22:57.440Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-20T02:22:57.440Z
422026-08-20T02:22:57.466Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:22:57.466Z
442026-08-20T02:22:57.471Z
452026-08-20T02:22:57.471ZRust is installed now. Great!
462026-08-20T02:22:57.471Z
472026-08-20T02:22:57.471ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:22:57.471Zenvironment variable. This has not been done automatically.
492026-08-20T02:22:57.471Z
502026-08-20T02:22:57.471ZTo configure your current shell, you need to source
512026-08-20T02:22:57.471Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:22:57.471Z
532026-08-20T02:22:57.471ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:22:57.471Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:22:57.471Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:22:57.471Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:22:57.471Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:22:57.471Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:22:57.472Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:22:57.472Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:22:57.472Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:22:57.566Z+ rustup --version
632026-08-20T02:22:57.578Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:22:57.587Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:22:57.597Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:22:57.604Z+ cargo --version
672026-08-20T02:22:57.612Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:22:57.619Z+ rustc --version
692026-08-20T02:22:57.635Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:22:57.640Zprocess exited: duration 18379 ms, exit code 0
 
712026-08-20T02:22:57.654Zstarting task 2: "authentication"
722026-08-20T02:22:57.671Zprocess exited: duration 18 ms, exit code 0
 
732026-08-20T02:22:57.700Zstarting task 3: "clone repository"
742026-08-20T02:22:57.709Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-20T02:22:57.709Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-20T02:22:57.727ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-20T02:22:59.266Z+ cd /work/oxidecomputer/maghemite
782026-08-20T02:22:59.266Z+ git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24
792026-08-20T02:22:59.547ZFrom https://github.com/oxidecomputer/maghemite
802026-08-20T02:22:59.547Z * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD
812026-08-20T02:22:59.551Z+ [[ -n trey/bfd-db ]]
822026-08-20T02:22:59.558Z++ git branch --show-current
832026-08-20T02:22:59.558Z+ current=main
842026-08-20T02:22:59.558Z+ [[ main != trey/bfd-db ]]
852026-08-20T02:22:59.558Z+ git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24
862026-08-20T02:22:59.558Z+ git checkout -f trey/bfd-db
872026-08-20T02:22:59.587ZSwitched to branch 'trey/bfd-db'
882026-08-20T02:22:59.593Z+ git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24
892026-08-20T02:22:59.599ZHEAD is now at ec98d0d test: cover BFD peer persistence
902026-08-20T02:22:59.599Zprocess exited: duration 1904 ms, exit code 0
 
912026-08-20T02:22:59.613Zstarting task 4: "build"
922026-08-20T02:22:59.620Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
932026-08-20T02:22:59.791Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
942026-08-20T02:22:59.796Zinfo: downloading 6 components
952026-08-20T02:23:15.132Zcargo 1.97.1 (c980f4866 2026-06-30)
962026-08-20T02:23:15.162Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-20T02:23:15.178Z++ dladm
982026-08-20T02:23:15.178ZLINK CLASS MTU STATE BRIDGE OVER
992026-08-20T02:23:15.178Zena0 phys 9216 up -- --
1002026-08-20T02:23:15.178Z++ ipadm
1012026-08-20T02:23:15.178ZADDROBJ TYPE STATE ADDR
1022026-08-20T02:23:15.178Zlo0/v4 static ok 127.0.0.1/8
1032026-08-20T02:23:15.178Zena0/dhcp dhcp ok 10.150.1.214/24
1042026-08-20T02:23:15.178Zlo0/v6 static ok ::1/128
1052026-08-20T02:23:15.178Z++ banner collect
1062026-08-20T02:23:15.178Z
1072026-08-20T02:23:15.178Z #### #### # # ###### #### #####
1082026-08-20T02:23:15.178Z # # # # # # # # # #
1092026-08-20T02:23:15.178Z # # # # # ##### # #
1102026-08-20T02:23:15.178Z # # # # # # # #
1112026-08-20T02:23:15.178Z # # # # # # # # # #
1122026-08-20T02:23:15.178Z #### #### ###### ###### ###### #### #
1132026-08-20T02:23:15.178Z
1142026-08-20T02:23:15.179Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1152026-08-20T02:23:15.179Z++ repo=softnpu
1162026-08-20T02:23:15.179Z++ series=image
1172026-08-20T02:23:15.179Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1182026-08-20T02:23:15.179Z++ name=softnpu
1192026-08-20T02:23:15.179Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1202026-08-20T02:23:15.179Z++ mkdir -p download
1212026-08-20T02:23:15.179Z++ pushd download
1222026-08-20T02:23:15.179Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1232026-08-20T02:23:15.179Z++ [[ ! -f softnpu ]]
1242026-08-20T02:23:15.179Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1252026-08-20T02:23:15.228Z % Total % Received % Xferd Average Speed Time Time Time Current
1262026-08-20T02:23:15.228Z Dload Upload Total Spent Left Speed
1272026-08-20T02:23:15.613Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 35.68M 0 0 100 15.63M 100 15.63M 0 0 35.67M 0 0 100 15.63M 100 15.63M 0 0 35.67M 0 0
1282026-08-20T02:23:15.624Z++ popd
1292026-08-20T02:23:15.624Z/work/oxidecomputer/maghemite
1302026-08-20T02:23:15.624Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1312026-08-20T02:23:15.624Z++ repo=sidecar-lite
1322026-08-20T02:23:15.624Z++ series=release
1332026-08-20T02:23:15.624Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1342026-08-20T02:23:15.624Z++ name=libsidecar_lite.so
1352026-08-20T02:23:15.624Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1362026-08-20T02:23:15.624Z++ mkdir -p download
1372026-08-20T02:23:15.625Z++ pushd download
1382026-08-20T02:23:15.625Z++ [[ ! -f libsidecar_lite.so ]]
1392026-08-20T02:23:15.625Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1402026-08-20T02:23:15.625Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1412026-08-20T02:23:15.625Z % Total % Received % Xferd Average Speed Time Time Time Current
1422026-08-20T02:23:15.625Z Dload Upload Total Spent Left Speed
1432026-08-20T02:23:15.973Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 34.85M 0 0 100 12.04M 100 12.04M 0 0 34.85M 0 0 100 12.04M 100 12.04M 0 0 34.84M 0 0
1442026-08-20T02:23:16.015Z++ popd
1452026-08-20T02:23:16.015Z/work/oxidecomputer/maghemite
1462026-08-20T02:23:16.015Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1472026-08-20T02:23:16.015Z++ repo=sidecar-lite
1482026-08-20T02:23:16.015Z++ series=release
1492026-08-20T02:23:16.015Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1502026-08-20T02:23:16.015Z++ name=scadm
1512026-08-20T02:23:16.015Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522026-08-20T02:23:16.015Z++ mkdir -p download
1532026-08-20T02:23:16.015Z++ pushd download
1542026-08-20T02:23:16.015Z++ [[ ! -f scadm ]]
1552026-08-20T02:23:16.015Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1562026-08-20T02:23:16.015Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1572026-08-20T02:23:16.015Z % Total % Received % Xferd Average Speed Time Time Time Current
1582026-08-20T02:23:16.015Z Dload Upload Total Spent Left Speed
1592026-08-20T02:23:16.374Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 39.47M 0 0 100 15.78M 100 15.78M 0 0 39.47M 0 0 100 15.78M 100 15.78M 0 0 39.46M 0 0
1602026-08-20T02:23:16.379Z++ popd
1612026-08-20T02:23:16.379Z/work/oxidecomputer/maghemite
1622026-08-20T02:23:16.379Z++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz
1632026-08-20T02:23:16.379Z++ repo=dendrite
1642026-08-20T02:23:16.380Z++ series=image
1652026-08-20T02:23:16.380Z++ commit=803f6899e3bc64780a965d625e248e1d77e37d43
1662026-08-20T02:23:16.380Z++ name=dendrite-softnpu.tar.gz
1672026-08-20T02:23:16.380Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1682026-08-20T02:23:16.380Z++ mkdir -p download
1692026-08-20T02:23:16.380Z++ pushd download
1702026-08-20T02:23:16.380Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1712026-08-20T02:23:16.380Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1722026-08-20T02:23:16.380Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz
1732026-08-20T02:23:16.384Z % Total % Received % Xferd Average Speed Time Time Time Current
1742026-08-20T02:23:16.384Z Dload Upload Total Spent Left Speed
1752026-08-20T02:23:17.255Z 0 0 0 0 0 0 0 0 0 100 61.61M 100 61.61M 0 0 70.82M 0 0 100 61.61M 100 61.61M 0 0 70.82M 0 0 100 61.61M 100 61.61M 0 0 70.82M 0 0
1762026-08-20T02:23:17.259Z++ popd
1772026-08-20T02:23:17.259Z/work/oxidecomputer/maghemite
1782026-08-20T02:23:17.259Z++ get_artifact maghemite release ec98d0ddc0ae65518517548ff85e628b8e437e24 ddm
1792026-08-20T02:23:17.259Z++ repo=maghemite
1802026-08-20T02:23:17.259Z++ series=release
1812026-08-20T02:23:17.259Z++ commit=ec98d0ddc0ae65518517548ff85e628b8e437e24
1822026-08-20T02:23:17.259Z++ name=ddm
1832026-08-20T02:23:17.259Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1842026-08-20T02:23:17.259Z++ mkdir -p download
1852026-08-20T02:23:17.262Z++ pushd download
1862026-08-20T02:23:17.263Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1872026-08-20T02:23:17.263Z++ [[ ! -f ddm ]]
1882026-08-20T02:23:17.263Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec98d0ddc0ae65518517548ff85e628b8e437e24/ddm
1892026-08-20T02:23:17.266Z % Total % Received % Xferd Average Speed Time Time Time Current
1902026-08-20T02:23:17.266Z Dload Upload Total Spent Left Speed
1912026-08-20T02:23:17.318Z 0 0 0 0 0 0 0 0 0
1922026-08-20T02:23:17.318Zcurl: (22) The requested URL returned error: 404
1932026-08-20T02:23:17.323Z++ popd
1942026-08-20T02:23:17.328Z/work/oxidecomputer/maghemite
1952026-08-20T02:23:17.328Z++ get_artifact maghemite release ec98d0ddc0ae65518517548ff85e628b8e437e24 ddmadm
1962026-08-20T02:23:17.328Z++ repo=maghemite
1972026-08-20T02:23:17.328Z++ series=release
1982026-08-20T02:23:17.328Z++ commit=ec98d0ddc0ae65518517548ff85e628b8e437e24
1992026-08-20T02:23:17.329Z++ name=ddmadm
2002026-08-20T02:23:17.329Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2012026-08-20T02:23:17.329Z++ mkdir -p download
2022026-08-20T02:23:17.329Z++ pushd download
2032026-08-20T02:23:17.329Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2042026-08-20T02:23:17.329Z++ [[ ! -f ddmadm ]]
2052026-08-20T02:23:17.329Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec98d0ddc0ae65518517548ff85e628b8e437e24/ddmadm
2062026-08-20T02:23:17.335Z % Total % Received % Xferd Average Speed Time Time Time Current
2072026-08-20T02:23:17.335Z Dload Upload Total Spent Left Speed
2082026-08-20T02:23:17.378Z 0 0 0 0 0 0 0 0 0
2092026-08-20T02:23:17.383Zcurl: (22) The requested URL returned error: 404
2102026-08-20T02:23:17.383Z++ popd
2112026-08-20T02:23:17.384Z/work/oxidecomputer/maghemite
2122026-08-20T02:23:17.384Z++ pushd download
2132026-08-20T02:23:17.384Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2142026-08-20T02:23:17.384Z++ chmod +x softnpu
2152026-08-20T02:23:17.384Z++ chmod +x scadm
2162026-08-20T02:23:17.388Z++ chmod +x ddmadm
2172026-08-20T02:23:17.388Zchmod: WARNING: can't access ddmadm
2182026-08-20T02:23:17.388Z++ chmod +x ddmd
2192026-08-20T02:23:17.388Zchmod: WARNING: can't access ddmd
2202026-08-20T02:23:17.388Z++ mv ddmadm ddmadm-v2
2212026-08-20T02:23:17.388Zmv: cannot access ddmadm
2222026-08-20T02:23:17.388Z++ mv ddmd ddmd-v2
2232026-08-20T02:23:17.392Zmv: cannot access ddmd
2242026-08-20T02:23:17.392Z++ rm -rf zones/dendrite
2252026-08-20T02:23:17.392Z++ mkdir -p zones/dendrite
2262026-08-20T02:23:17.392Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272026-08-20T02:23:17.984Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2282026-08-20T02:23:17.988Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2292026-08-20T02:23:17.991Z++ popd
2302026-08-20T02:23:17.991Z/work/oxidecomputer/maghemite
2312026-08-20T02:23:17.991Z++ banner install
2322026-08-20T02:23:17.991Z
2332026-08-20T02:23:17.991Z # # # #### ##### ## # #
2342026-08-20T02:23:17.991Z # ## # # # # # # #
2352026-08-20T02:23:17.991Z # # # # #### # # # # #
2362026-08-20T02:23:17.991Z # # # # # # ###### # #
2372026-08-20T02:23:17.991Z # # ## # # # # # # #
2382026-08-20T02:23:17.991Z # # # #### # # # ###### ######
2392026-08-20T02:23:17.991Z
2402026-08-20T02:23:17.991Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2412026-08-20T02:23:17.991Z++ pfexec pkg install clang-15
2422026-08-20T02:23:20.903Z Startup: Refreshing catalog 'helios' ... Done
2432026-08-20T02:23:21.248Z Startup: Caching catalogs ... Done
2442026-08-20T02:23:23.142ZPlanning: Solver setup ... Done
2452026-08-20T02:23:23.188ZPlanning: Running solver ... Done
2462026-08-20T02:23:23.230ZPlanning: Consolidating action changes ... Done
2472026-08-20T02:23:23.230ZPlanning: Evaluating mediators ... Done
2482026-08-20T02:23:23.239ZPlanning: Planning completed in 1.95 seconds
2492026-08-20T02:23:23.261ZNo updates necessary for this image.
2502026-08-20T02:23:23.464Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2512026-08-20T02:23:23.465Z++ pfexec pkg install pkg-config
2522026-08-20T02:23:23.737Z Startup: Refreshing catalog 'helios' ... Done
2532026-08-20T02:23:25.569ZPlanning: Solver setup ... Done
2542026-08-20T02:23:25.641ZPlanning: Running solver ... Done
2552026-08-20T02:23:25.696ZPlanning: Consolidating action changes ... Done
2562026-08-20T02:23:25.696ZPlanning: Evaluating mediators ... Done
2572026-08-20T02:23:25.725ZPlanning: Planning completed in 1.94 seconds
2582026-08-20T02:23:25.726ZNo updates necessary for this image.
2592026-08-20T02:23:25.821Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2602026-08-20T02:23:25.821Z++ pfexec pkg install brand/omicron1
2612026-08-20T02:23:26.057Z Startup: Refreshing catalog 'helios' ... Done
2622026-08-20T02:23:31.191ZPlanning: Solver setup ... Done
2632026-08-20T02:23:31.282ZPlanning: Running solver ... Done
2642026-08-20T02:23:31.282ZPlanning: Finding local manifests ... Done
2652026-08-20T02:23:31.282ZPlanning: Fetching manifests: 0/2 0% complete
2662026-08-20T02:23:31.282ZPlanning: Fetching manifests: 2/2 100% complete
2672026-08-20T02:23:31.282ZPlanning: Package planning ... Done
2682026-08-20T02:23:31.282ZPlanning: Merging actions ... Done
2692026-08-20T02:23:31.282ZPlanning: Checking for conflicting actions ... Done
2702026-08-20T02:23:31.282ZPlanning: Consolidating action changes ... Done
2712026-08-20T02:23:31.283ZPlanning: Evaluating mediators ... Done
2722026-08-20T02:23:31.283ZPlanning: Planning completed in 2.88 seconds
2732026-08-20T02:23:31.283Z Packages to install: 2
2742026-08-20T02:23:31.283Z Create boot environment: No
2752026-08-20T02:23:31.283ZCreate backup boot environment: No
2762026-08-20T02:23:31.283Z
2772026-08-20T02:23:31.283ZDownload: 0/5 items 0.0/1.0MB 0% complete
2782026-08-20T02:23:31.283ZDownload: Completed 1.01 MB in 0.01 seconds (76.0M/s)
2792026-08-20T02:23:31.283Z Actions: 1/28 actions (Installing new actions)
2802026-08-20T02:23:31.283Z Actions: Completed 28 actions in 0.01 seconds.
2812026-08-20T02:23:31.283ZFinalize: Updating package state database ... Done
2822026-08-20T02:23:31.283ZFinalize: Updating package cache ... Done
2832026-08-20T02:23:31.283ZFinalize: Updating image state ... Done
2842026-08-20T02:23:31.616ZFinalize: Creating fast lookup database ... Done
2852026-08-20T02:23:31.684ZFinalize: Reading search index ... Done
2862026-08-20T02:23:31.688ZFinalize: Updating search index ... Done
2872026-08-20T02:23:31.788ZFinalize: Updating package cache ... Done
2882026-08-20T02:23:31.868Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-08-20T02:23:31.868Z++ pfexec pkg install brand/omicron1/tools
2902026-08-20T02:23:32.132Z Startup: Refreshing catalog 'helios' ... Done
2912026-08-20T02:23:33.996ZPlanning: Solver setup ... Done
2922026-08-20T02:23:34.051ZPlanning: Running solver ... Done
2932026-08-20T02:23:34.091ZPlanning: Finding local manifests ... Done
2942026-08-20T02:23:34.095ZPlanning: Fetching manifests: 0/1 0% complete
2952026-08-20T02:23:34.107ZPlanning: Fetching manifests: 1/1 100% complete
2962026-08-20T02:23:34.118ZPlanning: Package planning ... Done
2972026-08-20T02:23:34.121ZPlanning: Merging actions ... Done
2982026-08-20T02:23:34.251ZPlanning: Checking for conflicting actions ... Done
2992026-08-20T02:23:34.254ZPlanning: Consolidating action changes ... Done
3002026-08-20T02:23:34.413ZPlanning: Evaluating mediators ... Done
3012026-08-20T02:23:34.422ZPlanning: Planning completed in 2.28 seconds
3022026-08-20T02:23:34.422Z Packages to install: 1
3032026-08-20T02:23:34.422Z Services to change: 1
3042026-08-20T02:23:34.422Z Create boot environment: No
3052026-08-20T02:23:34.422ZCreate backup boot environment: No
3062026-08-20T02:23:34.435Z
3072026-08-20T02:23:34.436ZDownload: 0/2 items 0.0/1.1MB 0% complete
3082026-08-20T02:23:34.459ZDownload: Completed 1.13 MB in 0.02 seconds (47.8M/s)
3092026-08-20T02:23:34.521Z Actions: 1/19 actions (Installing new actions)
3102026-08-20T02:23:34.529Z Actions: Completed 19 actions in 0.01 seconds.
3112026-08-20T02:23:34.560ZFinalize: Updating package state database ... Done
3122026-08-20T02:23:34.560ZFinalize: Updating package cache ... Done
3132026-08-20T02:23:34.638ZFinalize: Updating image state ... Done
3142026-08-20T02:23:36.636ZFinalize: Creating fast lookup database ... Done
3152026-08-20T02:23:36.703ZFinalize: Reading search index ... Done
3162026-08-20T02:23:36.714ZFinalize: Updating search index ... Done
3172026-08-20T02:23:36.797ZFinalize: Updating package cache ... Done
3182026-08-20T02:23:36.880Z++ pfexec svcadm enable baseline
3192026-08-20T02:23:36.904Z++ retry=0
3202026-08-20T02:23:36.911Z+++ svcs -Hostate baseline
3212026-08-20T02:23:36.916Z++ [[ offline* != online ]]
3222026-08-20T02:23:36.916Z++ [[ 0 -gt 300 ]]
3232026-08-20T02:23:36.917Z++ sleep 1
3242026-08-20T02:23:37.911Z++ retry=1
3252026-08-20T02:23:37.914Z+++ svcs -Hostate baseline
3262026-08-20T02:23:37.924Z++ [[ offline* != online ]]
3272026-08-20T02:23:37.924Z++ [[ 1 -gt 300 ]]
3282026-08-20T02:23:37.925Z++ sleep 1
3292026-08-20T02:23:38.926Z++ retry=2
3302026-08-20T02:23:38.931Z+++ svcs -Hostate baseline
3312026-08-20T02:23:38.943Z++ [[ offline* != online ]]
3322026-08-20T02:23:38.943Z++ [[ 2 -gt 300 ]]
3332026-08-20T02:23:38.943Z++ sleep 1
3342026-08-20T02:23:39.945Z++ retry=3
3352026-08-20T02:23:39.958Z+++ svcs -Hostate baseline
3362026-08-20T02:23:39.962Z++ [[ offline* != online ]]
3372026-08-20T02:23:39.962Z++ [[ 3 -gt 300 ]]
3382026-08-20T02:23:39.962Z++ sleep 1
3392026-08-20T02:23:40.959Z++ retry=4
3402026-08-20T02:23:40.963Z+++ svcs -Hostate baseline
3412026-08-20T02:23:40.975Z++ [[ offline* != online ]]
3422026-08-20T02:23:40.975Z++ [[ 4 -gt 300 ]]
3432026-08-20T02:23:40.975Z++ sleep 1
3442026-08-20T02:23:41.974Z++ retry=5
3452026-08-20T02:23:41.979Z+++ svcs -Hostate baseline
3462026-08-20T02:23:41.987Z++ [[ offline* != online ]]
3472026-08-20T02:23:41.987Z++ [[ 5 -gt 300 ]]
3482026-08-20T02:23:41.987Z++ sleep 1
3492026-08-20T02:23:42.988Z++ retry=6
3502026-08-20T02:23:42.992Z+++ svcs -Hostate baseline
3512026-08-20T02:23:43.003Z++ [[ offline* != online ]]
3522026-08-20T02:23:43.004Z++ [[ 6 -gt 300 ]]
3532026-08-20T02:23:43.004Z++ sleep 1
3542026-08-20T02:23:44.006Z++ retry=7
3552026-08-20T02:23:44.009Z+++ svcs -Hostate baseline
3562026-08-20T02:23:44.020Z++ [[ offline* != online ]]
3572026-08-20T02:23:44.020Z++ [[ 7 -gt 300 ]]
3582026-08-20T02:23:44.023Z++ sleep 1
3592026-08-20T02:23:45.023Z++ retry=8
3602026-08-20T02:23:45.028Z+++ svcs -Hostate baseline
3612026-08-20T02:23:45.036Z++ [[ offline* != online ]]
3622026-08-20T02:23:45.037Z++ [[ 8 -gt 300 ]]
3632026-08-20T02:23:45.037Z++ sleep 1
3642026-08-20T02:23:46.039Z++ retry=9
3652026-08-20T02:23:46.042Z+++ svcs -Hostate baseline
3662026-08-20T02:23:46.053Z++ [[ offline* != online ]]
3672026-08-20T02:23:46.053Z++ [[ 9 -gt 300 ]]
3682026-08-20T02:23:46.053Z++ sleep 1
3692026-08-20T02:23:47.055Z++ retry=10
3702026-08-20T02:23:47.058Z+++ svcs -Hostate baseline
3712026-08-20T02:23:47.069Z++ [[ offline* != online ]]
3722026-08-20T02:23:47.069Z++ [[ 10 -gt 300 ]]
3732026-08-20T02:23:47.069Z++ sleep 1
3742026-08-20T02:23:48.072Z++ retry=11
3752026-08-20T02:23:48.075Z+++ svcs -Hostate baseline
3762026-08-20T02:23:48.086Z++ [[ offline* != online ]]
3772026-08-20T02:23:48.086Z++ [[ 11 -gt 300 ]]
3782026-08-20T02:23:48.087Z++ sleep 1
3792026-08-20T02:23:49.088Z++ retry=12
3802026-08-20T02:23:49.091Z+++ svcs -Hostate baseline
3812026-08-20T02:23:49.102Z++ [[ offline* != online ]]
3822026-08-20T02:23:49.103Z++ [[ 12 -gt 300 ]]
3832026-08-20T02:23:49.103Z++ sleep 1
3842026-08-20T02:23:50.104Z++ retry=13
3852026-08-20T02:23:50.108Z+++ svcs -Hostate baseline
3862026-08-20T02:23:50.118Z++ [[ offline* != online ]]
3872026-08-20T02:23:50.118Z++ [[ 13 -gt 300 ]]
3882026-08-20T02:23:50.118Z++ sleep 1
3892026-08-20T02:23:51.121Z++ retry=14
3902026-08-20T02:23:51.125Z+++ svcs -Hostate baseline
3912026-08-20T02:23:51.135Z++ [[ offline* != online ]]
3922026-08-20T02:23:51.135Z++ [[ 14 -gt 300 ]]
3932026-08-20T02:23:51.135Z++ sleep 1
3942026-08-20T02:23:52.136Z++ retry=15
3952026-08-20T02:23:52.139Z+++ svcs -Hostate baseline
3962026-08-20T02:23:52.151Z++ [[ offline* != online ]]
3972026-08-20T02:23:52.151Z++ [[ 15 -gt 300 ]]
3982026-08-20T02:23:52.151Z++ sleep 1
3992026-08-20T02:23:53.152Z++ retry=16
4002026-08-20T02:23:53.156Z+++ svcs -Hostate baseline
4012026-08-20T02:23:53.166Z++ [[ offline* != online ]]
4022026-08-20T02:23:53.166Z++ [[ 16 -gt 300 ]]
4032026-08-20T02:23:53.166Z++ sleep 1
4042026-08-20T02:23:54.167Z++ retry=17
4052026-08-20T02:23:54.171Z+++ svcs -Hostate baseline
4062026-08-20T02:23:54.182Z++ [[ offline* != online ]]
4072026-08-20T02:23:54.182Z++ [[ 17 -gt 300 ]]
4082026-08-20T02:23:54.182Z++ sleep 1
4092026-08-20T02:23:55.185Z++ retry=18
4102026-08-20T02:23:55.188Z+++ svcs -Hostate baseline
4112026-08-20T02:23:55.198Z++ [[ offline* != online ]]
4122026-08-20T02:23:55.198Z++ [[ 18 -gt 300 ]]
4132026-08-20T02:23:55.198Z++ sleep 1
4142026-08-20T02:23:56.202Z++ retry=19
4152026-08-20T02:23:56.205Z+++ svcs -Hostate baseline
4162026-08-20T02:23:56.215Z++ [[ offline* != online ]]
4172026-08-20T02:23:56.215Z++ [[ 19 -gt 300 ]]
4182026-08-20T02:23:56.215Z++ sleep 1
4192026-08-20T02:23:57.216Z++ retry=20
4202026-08-20T02:23:57.220Z+++ svcs -Hostate baseline
4212026-08-20T02:23:57.231Z++ [[ online != online ]]
4222026-08-20T02:23:57.231Z++ set -o errexit
4232026-08-20T02:23:57.234Z++ set -o pipefail
4242026-08-20T02:23:57.235Z++ banner build
4252026-08-20T02:23:57.235Z
4262026-08-20T02:23:57.235Z ##### # # # # #####
4272026-08-20T02:23:57.235Z # # # # # # # #
4282026-08-20T02:23:57.235Z ##### # # # # # #
4292026-08-20T02:23:57.235Z # # # # # # # #
4302026-08-20T02:23:57.235Z # # # # # # # #
4312026-08-20T02:23:57.235Z ##### #### # ###### #####
4322026-08-20T02:23:57.235Z
4332026-08-20T02:23:57.235Z++ cargo build --release --bin ddmd --bin ddmadm
4342026-08-20T02:23:57.328Z Updating git repository `https://github.com/oxidecomputer/falcon`
4352026-08-20T02:23:58.306ZFrom https://github.com/oxidecomputer/falcon
4362026-08-20T02:23:58.306Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
4372026-08-20T02:23:58.383Z Updating crates.io index
4382026-08-20T02:23:58.386Z Updating git repository `https://github.com/oxidecomputer/dendrite`
4392026-08-20T02:23:58.830ZFrom https://github.com/oxidecomputer/dendrite
4402026-08-20T02:23:58.830Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
4412026-08-20T02:23:58.864Z Updating git repository `https://github.com/oxidecomputer/ispf`
4422026-08-20T02:23:59.229ZFrom https://github.com/oxidecomputer/ispf
4432026-08-20T02:23:59.229Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
4442026-08-20T02:23:59.234Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
4452026-08-20T02:23:59.618ZFrom https://github.com/oxidecomputer/netadm-sys
4462026-08-20T02:23:59.618Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
4472026-08-20T02:23:59.624Z Updating git repository `https://github.com/oxidecomputer/omicron`
4482026-08-20T02:24:05.710ZFrom https://github.com/oxidecomputer/omicron
4492026-08-20T02:24:05.710Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
4502026-08-20T02:24:06.128Z Updating git repository `https://github.com/oxidecomputer/opte`
4512026-08-20T02:24:06.947ZFrom https://github.com/oxidecomputer/opte
4522026-08-20T02:24:06.947Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
4532026-08-20T02:24:06.976Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
4542026-08-20T02:24:07.268ZFrom https://github.com/oxidecomputer/slog-error-chain
4552026-08-20T02:24:07.268Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
4562026-08-20T02:24:07.277Z Updating git repository `https://github.com/illumos/smf-rs`
4572026-08-20T02:24:07.570ZFrom https://github.com/illumos/smf-rs
4582026-08-20T02:24:07.570Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
4592026-08-20T02:24:07.577Z Updating git repository `https://github.com/oxidecomputer/network-interface`
4602026-08-20T02:24:07.935ZFrom https://github.com/oxidecomputer/network-interface
4612026-08-20T02:24:07.935Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
4622026-08-20T02:24:07.954Z Updating git repository `https://github.com/oxidecomputer/zone`
4632026-08-20T02:24:08.217ZFrom https://github.com/oxidecomputer/zone
4642026-08-20T02:24:08.217Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
4652026-08-20T02:24:08.224Z Updating git repository `https://github.com/oxidecomputer/propolis`
4662026-08-20T02:24:08.903ZFrom https://github.com/oxidecomputer/propolis
4672026-08-20T02:24:08.903Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
4682026-08-20T02:24:08.945Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
4692026-08-20T02:24:09.490ZFrom https://github.com/oxidecomputer/transceiver-control
4702026-08-20T02:24:09.490Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
4712026-08-20T02:24:09.500Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
4722026-08-20T02:24:09.784ZFrom https://github.com/oxidecomputer/dlpi-sys
4732026-08-20T02:24:09.785Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
4742026-08-20T02:24:09.790Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
4752026-08-20T02:24:10.820ZFrom https://github.com/jmesmon/rust-libzfs
4762026-08-20T02:24:10.820Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
4772026-08-20T02:24:10.909Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
4782026-08-20T02:24:10.909ZFrom https://github.com/oxidecomputer/rusty-doors
4792026-08-20T02:24:10.909Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
4802026-08-20T02:24:10.909Z Updating git repository `https://github.com/oxidecomputer/lldp`
4812026-08-20T02:24:10.918ZFrom https://github.com/oxidecomputer/lldp
4822026-08-20T02:24:10.918Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
4832026-08-20T02:24:10.918Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
4842026-08-20T02:24:11.202ZFrom https://github.com/oxidecomputer/tufaceous
4852026-08-20T02:24:11.202Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
4862026-08-20T02:24:11.212Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4872026-08-20T02:24:11.693ZFrom https://github.com/oxidecomputer/management-gateway-service
4882026-08-20T02:24:11.693Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
4892026-08-20T02:24:11.705Z Updating git repository `https://github.com/oxidecomputer/crucible`
4902026-08-20T02:24:12.866ZFrom https://github.com/oxidecomputer/crucible
4912026-08-20T02:24:12.866Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
4922026-08-20T02:24:12.908Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
4932026-08-20T02:24:13.194ZFrom https://github.com/oxidecomputer/serde_human_bytes
4942026-08-20T02:24:13.194Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
4952026-08-20T02:24:13.203Z Updating git repository `https://github.com/oxidecomputer/propolis`
4962026-08-20T02:24:13.626ZFrom https://github.com/oxidecomputer/propolis
4972026-08-20T02:24:13.626Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
4982026-08-20T02:24:13.669Z Updating git repository `https://github.com/oxidecomputer/crucible`
4992026-08-20T02:24:14.553ZFrom https://github.com/oxidecomputer/crucible
5002026-08-20T02:24:14.553Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
5012026-08-20T02:24:14.616Z Updating git repository `https://github.com/oxidecomputer/tofino`
5022026-08-20T02:24:14.983ZFrom https://github.com/oxidecomputer/tofino
5032026-08-20T02:24:14.983Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
5042026-08-20T02:24:14.993Z Updating git repository `https://github.com/oxidecomputer/maghemite`
5052026-08-20T02:24:15.733ZFrom https://github.com/oxidecomputer/maghemite
5062026-08-20T02:24:15.733Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
5072026-08-20T02:24:15.764Z Updating git repository `https://github.com/oxidecomputer/clickward`
5082026-08-20T02:24:16.066ZFrom https://github.com/oxidecomputer/clickward
5092026-08-20T02:24:16.066Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
5102026-08-20T02:24:16.073Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
5112026-08-20T02:24:16.633ZFrom https://github.com/oxidecomputer/illumos-devinfo
5122026-08-20T02:24:16.633Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
5132026-08-20T02:24:18.492Z Downloading crates ...
5142026-08-20T02:24:18.577Z Downloaded base16ct v1.0.0
5152026-08-20T02:24:18.587Z Downloaded block-buffer v0.10.4
5162026-08-20T02:24:18.593Z Downloaded adler2 v2.0.1
5172026-08-20T02:24:18.599Z Downloaded indent_write v2.2.0
5182026-08-20T02:24:18.602Z Downloaded ingot-types v0.1.2
5192026-08-20T02:24:18.604Z Downloaded iana-time-zone v0.1.65
5202026-08-20T02:24:18.607Z Downloaded managed v0.8.0
5212026-08-20T02:24:18.607Z Downloaded memoffset v0.9.1
5222026-08-20T02:24:18.610Z Downloaded lru-slab v0.1.2
5232026-08-20T02:24:18.613Z Downloaded itertools v0.14.0
5242026-08-20T02:24:18.615Z Downloaded indexmap v1.9.3
5252026-08-20T02:24:18.618Z Downloaded inout v0.1.4
5262026-08-20T02:24:18.618Z Downloaded itoa v1.0.18
5272026-08-20T02:24:18.621Z Downloaded icu_normalizer v2.2.0
5282026-08-20T02:24:18.626Z Downloaded konst_macro_rules v0.2.19
5292026-08-20T02:24:18.629Z Downloaded httpdate v1.0.3
5302026-08-20T02:24:18.629Z Downloaded instant v0.1.13
5312026-08-20T02:24:18.631Z Downloaded hybrid-array v0.4.14
5322026-08-20T02:24:18.631Z Downloaded ingot-types v0.2.0
5332026-08-20T02:24:18.637Z Downloaded humantime v2.4.0
5342026-08-20T02:24:18.647Z Downloaded idna v1.1.0
5352026-08-20T02:24:18.649Z Downloaded is_terminal_polyfill v1.70.2
5362026-08-20T02:24:18.652Z Downloaded anstream v1.0.0
5372026-08-20T02:24:18.652Z Downloaded internet-checksum v0.2.1
5382026-08-20T02:24:18.652Z Downloaded is-terminal v0.4.17
5392026-08-20T02:24:18.652Z Downloaded anstyle-parse v1.0.0
5402026-08-20T02:24:18.657Z Downloaded byteorder v1.5.0
5412026-08-20T02:24:18.659Z Downloaded keccak v0.1.6
5422026-08-20T02:24:18.662Z Downloaded ingot v0.1.1
5432026-08-20T02:24:18.665Z Downloaded hubpack v0.1.2
5442026-08-20T02:24:18.665Z Downloaded block-buffer v0.12.1
5452026-08-20T02:24:18.668Z Downloaded lazy_static v1.5.0
5462026-08-20T02:24:18.668Z Downloaded atomic-waker v1.1.2
5472026-08-20T02:24:18.668Z Downloaded hubpack_derive v0.1.1
5482026-08-20T02:24:18.671Z Downloaded idna_adapter v1.2.2
5492026-08-20T02:24:18.671Z Downloaded linked-hash-map v0.5.6
5502026-08-20T02:24:18.674Z Downloaded no-std-compat v0.4.1
5512026-08-20T02:24:18.674Z Downloaded num-conv v0.2.2
5522026-08-20T02:24:18.674Z Downloaded jiff-static v0.2.35
5532026-08-20T02:24:18.677Z Downloaded crunchy v0.2.4
5542026-08-20T02:24:18.677Z Downloaded const-random-macro v0.1.16
5552026-08-20T02:24:18.677Z Downloaded crc8 v0.1.1
5562026-08-20T02:24:18.677Z Downloaded curve25519-dalek-derive v0.1.1
5572026-08-20T02:24:18.677Z Downloaded ident_case v1.0.1
5582026-08-20T02:24:18.677Z Downloaded newline-converter v0.3.0
5592026-08-20T02:24:18.677Z Downloaded olpc-cjson v0.1.4
5602026-08-20T02:24:18.680Z Downloaded cobs v0.3.0
5612026-08-20T02:24:18.680Z Downloaded lru-cache v0.1.2
5622026-08-20T02:24:18.684Z Downloaded is_ci v1.2.0
5632026-08-20T02:24:18.684Z Downloaded ipnet v2.12.1
5642026-08-20T02:24:18.687Z Downloaded crypto-common v0.2.2
5652026-08-20T02:24:18.687Z Downloaded compression-core v0.4.32
5662026-08-20T02:24:18.687Z Downloaded const-random v0.1.18
5672026-08-20T02:24:18.687Z Downloaded cpufeatures v0.3.0
5682026-08-20T02:24:18.690Z Downloaded match_cfg v0.1.0
5692026-08-20T02:24:18.690Z Downloaded libscf-sys v1.2.0
5702026-08-20T02:24:18.690Z Downloaded cstr-argument v0.1.2
5712026-08-20T02:24:18.690Z Downloaded colorchoice v1.0.5
5722026-08-20T02:24:18.693Z Downloaded num-derive v0.4.2
5732026-08-20T02:24:18.696Z Downloaded mime v0.3.17
5742026-08-20T02:24:18.698Z Downloaded newtype-uuid-macros v0.1.1
5752026-08-20T02:24:18.698Z Downloaded macaddr v1.0.1
5762026-08-20T02:24:18.698Z Downloaded newtype_derive v0.1.6
5772026-08-20T02:24:18.698Z Downloaded num v0.4.3
5782026-08-20T02:24:18.699Z Downloaded ciborium-ll v0.2.2
5792026-08-20T02:24:18.702Z Downloaded atomicwrites v0.4.4
5802026-08-20T02:24:18.702Z Downloaded crucible-workspace-hack v0.1.0
5812026-08-20T02:24:18.702Z Downloaded clap_lex v1.1.0
5822026-08-20T02:24:18.702Z Downloaded hyper-rustls v0.27.9
5832026-08-20T02:24:18.704Z Downloaded num-iter v0.1.46
5842026-08-20T02:24:18.704Z Downloaded num_threads v0.1.7
5852026-08-20T02:24:18.707Z Downloaded convert_case v0.4.0
5862026-08-20T02:24:18.711Z Downloaded ciborium-io v0.2.2
5872026-08-20T02:24:18.711Z Downloaded memmap v0.7.0
5882026-08-20T02:24:18.715Z Downloaded aead v0.5.2
5892026-08-20T02:24:18.718Z Downloaded async-stream v0.3.6
5902026-08-20T02:24:18.718Z Downloaded anstyle-query v1.1.5
5912026-08-20T02:24:18.718Z Downloaded async-stream-impl v0.3.6
5922026-08-20T02:24:18.722Z Downloaded natord v1.0.9
5932026-08-20T02:24:18.722Z Downloaded num_enum_derive v0.5.11
5942026-08-20T02:24:18.725Z Downloaded async-recursion v1.1.1
5952026-08-20T02:24:18.728Z Downloaded cfg_aliases v0.2.2
5962026-08-20T02:24:18.728Z Downloaded crypto-common v0.1.7
5972026-08-20T02:24:18.728Z Downloaded base16ct v0.2.0
5982026-08-20T02:24:18.728Z Downloaded scroll_derive v0.12.1
5992026-08-20T02:24:18.732Z Downloaded sigpipe v0.1.3
6002026-08-20T02:24:18.732Z Downloaded slog-bunyan v2.5.0
6012026-08-20T02:24:18.735Z Downloaded bit-set v0.8.0
6022026-08-20T02:24:18.735Z Downloaded cfg-if v1.0.4
6032026-08-20T02:24:18.735Z Downloaded ipnetwork v0.21.1
6042026-08-20T02:24:18.738Z Downloaded libsw-core v0.3.2
6052026-08-20T02:24:18.740Z Downloaded stable_deref_trait v1.2.1
6062026-08-20T02:24:18.743Z Downloaded strum v0.27.2
6072026-08-20T02:24:18.743Z Downloaded supports-color v3.0.2
6082026-08-20T02:24:18.746Z Downloaded sha2 v0.10.9
6092026-08-20T02:24:18.749Z Downloaded async-trait v0.1.92
6102026-08-20T02:24:18.752Z Downloaded jobserver v0.1.35
6112026-08-20T02:24:18.752Z Downloaded linear-map v1.2.0
6122026-08-20T02:24:18.755Z Downloaded swrite v0.1.0
6132026-08-20T02:24:18.755Z Downloaded same-file v1.0.6
6142026-08-20T02:24:18.758Z Downloaded num_enum v0.7.6
6152026-08-20T02:24:18.761Z Downloaded ingot-macros v0.2.0
6162026-08-20T02:24:18.765Z Downloaded thread-id v5.1.0
6172026-08-20T02:24:18.765Z Downloaded time-core v0.1.9
6182026-08-20T02:24:18.765Z Downloaded tinyvec_macros v0.1.1
6192026-08-20T02:24:18.768Z Downloaded unarray v0.1.4
6202026-08-20T02:24:18.768Z Downloaded zerofrom-derive v0.1.7
6212026-08-20T02:24:18.768Z Downloaded try-lock v0.2.5
6222026-08-20T02:24:18.768Z Downloaded want v0.3.1
6232026-08-20T02:24:18.770Z Downloaded usdt-attr-macro v0.5.0
6242026-08-20T02:24:18.773Z Downloaded bs58 v0.5.1
6252026-08-20T02:24:18.773Z Downloaded num-integer v0.1.47
6262026-08-20T02:24:18.773Z Downloaded daft-derive v0.1.8
6272026-08-20T02:24:18.776Z Downloaded bit-vec v0.8.0
6282026-08-20T02:24:18.779Z Downloaded base64ct v1.8.3
6292026-08-20T02:24:18.779Z Downloaded newtype-uuid v1.4.0
6302026-08-20T02:24:18.779Z Downloaded cipher v0.4.4
6312026-08-20T02:24:18.782Z Downloaded ingot v0.2.1
6322026-08-20T02:24:18.782Z Downloaded const_format_proc_macros v0.2.34
6332026-08-20T02:24:18.782Z Downloaded lock_api v0.4.14
6342026-08-20T02:24:18.785Z Downloaded num_enum v0.5.11
6352026-08-20T02:24:18.788Z Downloaded num_enum_derive v0.7.6
6362026-08-20T02:24:18.788Z Downloaded serde_tokenstream v0.2.3
6372026-08-20T02:24:18.788Z Downloaded serde_derive_internals v0.29.1
6382026-08-20T02:24:18.788Z Downloaded simd-adler32 v0.3.10
6392026-08-20T02:24:18.790Z Downloaded schemars_derive v0.8.22
6402026-08-20T02:24:18.790Z Downloaded critical-section v1.2.0
6412026-08-20T02:24:18.793Z Downloaded usdt-attr-macro v0.6.0
6422026-08-20T02:24:18.793Z Downloaded csv-core v0.1.13
6432026-08-20T02:24:18.793Z Downloaded dtrace-parser v0.2.0
6442026-08-20T02:24:18.793Z Downloaded cmake v0.1.58
6452026-08-20T02:24:18.796Z Downloaded darling v0.23.0
6462026-08-20T02:24:18.798Z Downloaded ingot-macros v0.1.1
6472026-08-20T02:24:18.798Z Downloaded chacha20 v0.9.1
6482026-08-20T02:24:18.798Z Downloaded cpufeatures v0.2.17
6492026-08-20T02:24:18.801Z Downloaded num-rational v0.4.2
6502026-08-20T02:24:18.801Z Downloaded compression-codecs v0.4.38
6512026-08-20T02:24:18.805Z Downloaded autocfg v1.5.1
6522026-08-20T02:24:18.805Z Downloaded dtrace-parser v0.3.0
6532026-08-20T02:24:18.805Z Downloaded equivalent v1.0.2
6542026-08-20T02:24:18.805Z Downloaded enum-as-inner v0.6.1
6552026-08-20T02:24:18.808Z Downloaded argon2 v0.5.3
6562026-08-20T02:24:18.808Z Downloaded camino-tempfile v1.4.1
6572026-08-20T02:24:18.808Z Downloaded anstyle v1.0.14
6582026-08-20T02:24:18.808Z Downloaded backoff v0.4.0
6592026-08-20T02:24:18.811Z Downloaded bytecount v0.6.9
6602026-08-20T02:24:18.811Z Downloaded slog-scope v4.4.1
6612026-08-20T02:24:18.814Z Downloaded float-ord v0.3.2
6622026-08-20T02:24:18.816Z Downloaded foreign-types v0.3.2
6632026-08-20T02:24:18.817Z Downloaded chacha20 v0.10.1
6642026-08-20T02:24:18.817Z Downloaded foreign-types v0.5.0
6652026-08-20T02:24:18.819Z Downloaded libsw v3.5.0
6662026-08-20T02:24:18.819Z Downloaded cargo_toml v0.22.3
6672026-08-20T02:24:18.819Z Downloaded rustls-native-certs v0.8.4
6682026-08-20T02:24:18.819Z Downloaded bitflags v1.3.2
6692026-08-20T02:24:18.822Z Downloaded byte-wrapper v0.1.0
6702026-08-20T02:24:18.825Z Downloaded tabled_derive v0.7.0
6712026-08-20T02:24:18.828Z Downloaded icu_properties v2.2.0
6722026-08-20T02:24:18.832Z Downloaded generic-array v0.14.7
6732026-08-20T02:24:18.835Z Downloaded percent-encoding v2.3.2
6742026-08-20T02:24:18.835Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6752026-08-20T02:24:18.838Z Downloaded litemap v0.8.2
6762026-08-20T02:24:18.838Z Downloaded memmap2 v0.9.11
6772026-08-20T02:24:18.841Z Downloaded multer v3.1.0
6782026-08-20T02:24:18.841Z Downloaded num-complex v0.4.6
6792026-08-20T02:24:18.841Z Downloaded zeroize v1.9.0
6802026-08-20T02:24:18.844Z Downloaded hex v0.4.3
6812026-08-20T02:24:18.844Z Downloaded semver v1.0.28
6822026-08-20T02:24:18.847Z Downloaded serde_with_macros v3.22.0
6832026-08-20T02:24:18.847Z Downloaded openssl-probe v0.2.1
6842026-08-20T02:24:18.850Z Downloaded futures-io v0.3.34
6852026-08-20T02:24:18.850Z Downloaded progenitor-macro v0.14.0
6862026-08-20T02:24:18.852Z Downloaded fxhash v0.2.1
6872026-08-20T02:24:18.852Z Downloaded opaque-debug v0.3.1
6882026-08-20T02:24:18.852Z Downloaded proc-macro-crate v3.5.0
6892026-08-20T02:24:18.852Z Downloaded ref-cast v1.0.26
6902026-08-20T02:24:18.856Z Downloaded camino v1.2.5
6912026-08-20T02:24:18.859Z Downloaded daft v0.1.8
6922026-08-20T02:24:18.859Z Downloaded displaydoc v0.2.7
6932026-08-20T02:24:18.862Z Downloaded defmt-macros v1.1.1
6942026-08-20T02:24:18.862Z Downloaded data-encoding v2.11.1
6952026-08-20T02:24:18.862Z Downloaded console v0.16.4
6962026-08-20T02:24:18.865Z Downloaded serde-big-array v0.5.1
6972026-08-20T02:24:18.865Z Downloaded crossbeam-deque v0.8.7
6982026-08-20T02:24:18.867Z Downloaded darling v0.21.3
6992026-08-20T02:24:18.873Z Downloaded icu_normalizer_data v2.2.0
7002026-08-20T02:24:18.873Z Downloaded clap_derive v4.6.4
7012026-08-20T02:24:18.875Z Downloaded colored v3.1.1
7022026-08-20T02:24:18.875Z Downloaded cookie v0.18.2
7032026-08-20T02:24:18.875Z Downloaded serde_derive v1.0.229
7042026-08-20T02:24:18.875Z Downloaded smallvec v1.15.2
7052026-08-20T02:24:18.880Z Downloaded num-traits v0.2.19
7062026-08-20T02:24:18.880Z Downloaded console v0.15.11
7072026-08-20T02:24:18.882Z Downloaded scroll_derive v0.13.1
7082026-08-20T02:24:18.882Z Downloaded anyhow v1.0.104
7092026-08-20T02:24:18.882Z Downloaded cancel-safe-futures v0.1.5
7102026-08-20T02:24:18.885Z Downloaded http-body-util v0.1.5
7112026-08-20T02:24:18.885Z Downloaded icu_provider v2.2.0
7122026-08-20T02:24:18.888Z Downloaded ahash v0.8.12
7132026-08-20T02:24:18.888Z Downloaded bcs v0.1.6
7142026-08-20T02:24:18.888Z Downloaded xz2 v0.1.7
7152026-08-20T02:24:18.891Z Downloaded toml v0.8.23
7162026-08-20T02:24:18.891Z Downloaded rustc_version v0.4.1
7172026-08-20T02:24:18.895Z Downloaded serde_plain v1.0.2
7182026-08-20T02:24:18.895Z Downloaded sha1 v0.10.7
7192026-08-20T02:24:18.895Z Downloaded typeid v1.0.3
7202026-08-20T02:24:18.895Z Downloaded slog-envlogger v2.2.0
7212026-08-20T02:24:18.895Z Downloaded strum v0.26.3
7222026-08-20T02:24:18.898Z Downloaded log v0.4.33
7232026-08-20T02:24:18.899Z Downloaded usdt-impl v0.5.0
7242026-08-20T02:24:18.899Z Downloaded spin v0.9.9
7252026-08-20T02:24:18.903Z Downloaded fs-err v3.3.1
7262026-08-20T02:24:18.903Z Downloaded arc-swap v1.9.2
7272026-08-20T02:24:18.911Z Downloaded rand_core v0.10.1
7282026-08-20T02:24:18.911Z Downloaded untrusted v0.7.1
7292026-08-20T02:24:18.915Z Downloaded konst v0.2.20
7302026-08-20T02:24:18.916Z Downloaded indicatif v0.18.6
7312026-08-20T02:24:18.919Z Downloaded tower-service v0.3.3
7322026-08-20T02:24:18.922Z Downloaded progenitor v0.10.0
7332026-08-20T02:24:18.923Z Downloaded usdt v0.6.0
7342026-08-20T02:24:18.923Z Downloaded utf-8 v0.7.6
7352026-08-20T02:24:18.923Z Downloaded progenitor-client v0.14.0
7362026-08-20T02:24:18.923Z Downloaded tokio-rustls v0.26.4
7372026-08-20T02:24:18.927Z Downloaded thiserror-impl v2.0.20
7382026-08-20T02:24:18.927Z Downloaded zerocopy-derive v0.7.35
7392026-08-20T02:24:18.930Z Downloaded fixedbitset v0.4.2
7402026-08-20T02:24:18.930Z Downloaded oxnet v0.1.6
7412026-08-20T02:24:18.930Z Downloaded parse-display-derive v0.10.0
7422026-08-20T02:24:18.930Z Downloaded darling_macro v0.23.0
7432026-08-20T02:24:18.931Z Downloaded darling_macro v0.21.3
7442026-08-20T02:24:18.939Z Downloaded ppv-lite86 v0.2.21
7452026-08-20T02:24:18.939Z Downloaded rand_chacha v0.9.0
7462026-08-20T02:24:18.939Z Downloaded zerofrom v0.1.8
7472026-08-20T02:24:18.939Z Downloaded dof v0.4.0
7482026-08-20T02:24:18.939Z Downloaded foreign-types-shared v0.1.1
7492026-08-20T02:24:18.939Z Downloaded foreign-types-shared v0.3.1
7502026-08-20T02:24:18.939Z Downloaded form_urlencoded v1.2.2
7512026-08-20T02:24:18.939Z Downloaded progenitor-client v0.13.0
7522026-08-20T02:24:18.943Z Downloaded heck v0.5.0
7532026-08-20T02:24:18.943Z Downloaded term v1.2.1
7542026-08-20T02:24:18.943Z Downloaded parse-display v0.10.0
7552026-08-20T02:24:18.946Z Downloaded backon v1.6.0
7562026-08-20T02:24:18.946Z Downloaded pkg-config v0.3.33
7572026-08-20T02:24:18.946Z Downloaded rusty-fork v0.3.1
7582026-08-20T02:24:18.946Z Downloaded tungstenite v0.21.0
7592026-08-20T02:24:18.949Z Downloaded hyper-util v0.1.20
7602026-08-20T02:24:18.951Z Downloaded utf8parse v0.2.2
7612026-08-20T02:24:18.951Z Downloaded miniz_oxide v0.8.9
7622026-08-20T02:24:18.954Z Downloaded slog-term v2.9.2
7632026-08-20T02:24:18.954Z Downloaded crossbeam-epoch v0.9.20
7642026-08-20T02:24:18.958Z Downloaded crossbeam-utils v0.8.22
7652026-08-20T02:24:18.958Z Downloaded ciborium v0.2.2
7662026-08-20T02:24:18.960Z Downloaded crc32fast v1.5.0
7672026-08-20T02:24:18.960Z Downloaded const-oid v0.10.2
7682026-08-20T02:24:18.963Z Downloaded bitflags v2.13.1
7692026-08-20T02:24:18.963Z Downloaded blake2 v0.10.6
7702026-08-20T02:24:18.965Z Downloaded utf8_iter v1.0.4
7712026-08-20T02:24:18.965Z Downloaded thiserror v2.0.20
7722026-08-20T02:24:18.972Z Downloaded bytes v1.12.1
7732026-08-20T02:24:18.975Z Downloaded serde_tokenstream v0.3.0
7742026-08-20T02:24:18.975Z Downloaded signal-hook-registry v1.4.8
7752026-08-20T02:24:18.975Z Downloaded snafu-derive v0.8.9
7762026-08-20T02:24:18.975Z Downloaded http-body v1.1.0
7772026-08-20T02:24:18.975Z Downloaded rand_chacha v0.3.1
7782026-08-20T02:24:18.978Z Downloaded tiny-keccak v2.0.2
7792026-08-20T02:24:18.978Z Downloaded base64 v0.22.1
7802026-08-20T02:24:18.982Z Downloaded thiserror-impl v1.0.69
7812026-08-20T02:24:18.985Z Downloaded rustc_version v0.1.7
7822026-08-20T02:24:18.985Z Downloaded serde_spanned v1.1.1
7832026-08-20T02:24:18.988Z Downloaded serde_spanned v0.6.9
7842026-08-20T02:24:18.991Z Downloaded subtle v2.6.1
7852026-08-20T02:24:18.991Z Downloaded icu_locale_core v2.2.0
7862026-08-20T02:24:18.994Z Downloaded structmeta v0.3.0
7872026-08-20T02:24:18.994Z Downloaded icu_collections v2.2.0
7882026-08-20T02:24:18.997Z Downloaded snafu v0.8.9
7892026-08-20T02:24:19.001Z Downloaded tabwriter v1.4.1
7902026-08-20T02:24:19.004Z Downloaded tagptr v0.2.0
7912026-08-20T02:24:19.004Z Downloaded tokio-dtrace v0.1.1
7922026-08-20T02:24:19.004Z Downloaded pest_meta v2.8.8
7932026-08-20T02:24:19.006Z Downloaded textwrap v0.16.2
7942026-08-20T02:24:19.006Z Downloaded thiserror-impl-no-std v2.0.2
7952026-08-20T02:24:19.006Z Downloaded uuid v1.24.0
7962026-08-20T02:24:19.011Z Downloaded highway v1.3.0
7972026-08-20T02:24:19.011Z Downloaded dof v0.3.0
7982026-08-20T02:24:19.019Z Downloaded erased-serde v0.3.31
7992026-08-20T02:24:19.019Z Downloaded zmij v1.0.23
8002026-08-20T02:24:19.019Z Downloaded pest_derive v2.8.8
8012026-08-20T02:24:19.019Z Downloaded toml_edit v0.25.13+spec-1.1.0
8022026-08-20T02:24:19.019Z Downloaded version_check v0.9.5
8032026-08-20T02:24:19.019Z Downloaded debug-ignore v1.0.5
8042026-08-20T02:24:19.019Z Downloaded scopeguard v1.2.0
8052026-08-20T02:24:19.023Z Downloaded derive-where v1.6.1
8062026-08-20T02:24:19.026Z Downloaded find-msvc-tools v0.1.10
8072026-08-20T02:24:19.026Z Downloaded unicode-xid v0.2.6
8082026-08-20T02:24:19.029Z Downloaded clap v4.6.6
8092026-08-20T02:24:19.033Z Downloaded pin-project-lite v0.2.17
8102026-08-20T02:24:19.036Z Downloaded chacha20poly1305 v0.10.1
8112026-08-20T02:24:19.036Z Downloaded errno v0.3.14
8122026-08-20T02:24:19.041Z Downloaded minimal-lexical v0.2.1
8132026-08-20T02:24:19.041Z Downloaded const_format v0.2.36
8142026-08-20T02:24:19.044Z Downloaded git-stub-vcs v0.1.0
8152026-08-20T02:24:19.044Z Downloaded group v0.13.0
8162026-08-20T02:24:19.044Z Downloaded progenitor v0.13.0
8172026-08-20T02:24:19.047Z Downloaded crypto-bigint v0.5.5
8182026-08-20T02:24:19.050Z Downloaded hostname v0.3.1
8192026-08-20T02:24:19.050Z Downloaded phf_shared v0.12.1
8202026-08-20T02:24:19.050Z Downloaded progenitor-client v0.10.0
8212026-08-20T02:24:19.054Z Downloaded pretty-hex v0.4.2
8222026-08-20T02:24:19.057Z Downloaded progenitor-macro v0.10.0
8232026-08-20T02:24:19.057Z Downloaded progenitor v0.14.0
8242026-08-20T02:24:19.057Z Downloaded resolv-conf v0.7.6
8252026-08-20T02:24:19.057Z Downloaded base64 v0.21.7
8262026-08-20T02:24:19.064Z Downloaded serde_urlencoded v0.7.1
8272026-08-20T02:24:19.067Z Downloaded sha1 v0.11.0
8282026-08-20T02:24:19.070Z Downloaded semver v0.1.20
8292026-08-20T02:24:19.073Z Downloaded slog-async v2.8.0
8302026-08-20T02:24:19.073Z Downloaded slog-stdlog v4.1.1
8312026-08-20T02:24:19.073Z Downloaded getrandom v0.2.17
8322026-08-20T02:24:19.075Z Downloaded indexmap v2.14.0
8332026-08-20T02:24:19.078Z Downloaded thread-id v4.2.2
8342026-08-20T02:24:19.078Z Downloaded toml_write v0.1.2
8352026-08-20T02:24:19.081Z Downloaded unit-prefix v0.5.2
8362026-08-20T02:24:19.081Z Downloaded wait-timeout v0.2.1
8372026-08-20T02:24:19.081Z Downloaded defmt v0.3.100
8382026-08-20T02:24:19.084Z Downloaded memchr v2.8.3
8392026-08-20T02:24:19.087Z Downloaded ucd-trie v0.1.7
8402026-08-20T02:24:19.091Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8412026-08-20T02:24:19.091Z Downloaded dyn-clone v1.0.20
8422026-08-20T02:24:19.094Z Downloaded thiserror v1.0.69
8432026-08-20T02:24:19.094Z Downloaded papergrid v0.11.0
8442026-08-20T02:24:19.097Z Downloaded walkdir v2.5.0
8452026-08-20T02:24:19.099Z Downloaded deranged v0.5.8
8462026-08-20T02:24:19.099Z Downloaded foldhash v0.1.5
8472026-08-20T02:24:19.102Z Downloaded hash32 v0.3.1
8482026-08-20T02:24:19.102Z Downloaded futures-task v0.3.34
8492026-08-20T02:24:19.102Z Downloaded half v2.7.1
8502026-08-20T02:24:19.105Z Downloaded usdt-impl v0.6.0
8512026-08-20T02:24:19.105Z Downloaded embedded-io v0.6.1
8522026-08-20T02:24:19.105Z Downloaded zerovec-derive v0.11.3
8532026-08-20T02:24:19.105Z Downloaded test-strategy v0.4.5
8542026-08-20T02:24:19.108Z Downloaded toml v1.1.4+spec-1.1.0
8552026-08-20T02:24:19.112Z Downloaded postcard v1.1.3
8562026-08-20T02:24:19.112Z Downloaded parking_lot v0.11.2
8572026-08-20T02:24:19.112Z Downloaded crossbeam-channel v0.5.16
8582026-08-20T02:24:19.115Z Downloaded globset v0.4.20
8592026-08-20T02:24:19.118Z Downloaded omicron-workspace-hack v0.1.0
8602026-08-20T02:24:19.118Z Downloaded proc-macro-crate v1.3.1
8612026-08-20T02:24:19.118Z Downloaded quick-error v1.2.3
8622026-08-20T02:24:19.118Z Downloaded allocator-api2 v0.2.21
8632026-08-20T02:24:19.120Z Downloaded futures-sink v0.3.34
8642026-08-20T02:24:19.124Z Downloaded rustls-pki-types v1.15.1
8652026-08-20T02:24:19.127Z Downloaded derive_more v0.99.20
8662026-08-20T02:24:19.127Z Downloaded httparse v1.10.1
8672026-08-20T02:24:19.131Z Downloaded slog-json v2.6.1
8682026-08-20T02:24:19.131Z Downloaded usdt-macro v0.6.0
8692026-08-20T02:24:19.131Z Downloaded pem v3.0.6
8702026-08-20T02:24:19.134Z Downloaded jiff-core v0.1.0
8712026-08-20T02:24:19.137Z Downloaded rand_core v0.6.4
8722026-08-20T02:24:19.137Z Downloaded smawk v0.3.3
8732026-08-20T02:24:19.142Z Downloaded ref-cast-impl v1.0.26
8742026-08-20T02:24:19.142Z Downloaded spin v0.5.2
8752026-08-20T02:24:19.145Z Downloaded take_mut v0.2.2
8762026-08-20T02:24:19.145Z Downloaded terminal_size v0.4.4
8772026-08-20T02:24:19.145Z Downloaded zeroize_derive v1.5.0
8782026-08-20T02:24:19.145Z Downloaded fnv v1.0.7
8792026-08-20T02:24:19.148Z Downloaded dropshot-api-manager-types v0.7.2
8802026-08-20T02:24:19.148Z Downloaded openssl-macros v0.1.1
8812026-08-20T02:24:19.151Z Downloaded cc v1.4.2
8822026-08-20T02:24:19.153Z Downloaded digest v0.11.3
8832026-08-20T02:24:19.165Z Downloaded synstructure v0.13.2
8842026-08-20T02:24:19.168Z Downloaded thiserror-no-std v2.0.2
8852026-08-20T02:24:19.168Z Downloaded mio v1.2.2
8862026-08-20T02:24:19.171Z Downloaded oxide-tokio-rt v0.1.6
8872026-08-20T02:24:19.174Z Downloaded potential_utf v0.1.5
8882026-08-20T02:24:19.177Z Downloaded unicode-ident v1.0.24
8892026-08-20T02:24:19.177Z Downloaded rand_xorshift v0.4.0
8902026-08-20T02:24:19.180Z Downloaded rand_pcg v0.10.2
8912026-08-20T02:24:19.180Z Downloaded rhai_codegen v3.2.0
8922026-08-20T02:24:19.184Z Downloaded toml v0.9.12+spec-1.1.0
8932026-08-20T02:24:19.187Z Downloaded strum_macros v0.26.4
8942026-08-20T02:24:19.189Z Downloaded drift v0.2.0
8952026-08-20T02:24:19.193Z Downloaded futures-channel v0.3.34
8962026-08-20T02:24:19.196Z Downloaded vsss-rs v3.3.4
8972026-08-20T02:24:19.198Z Downloaded typify-macro v0.6.2
8982026-08-20T02:24:19.198Z Downloaded usdt v0.5.0
8992026-08-20T02:24:19.201Z Downloaded fs_extra v1.3.0
9002026-08-20T02:24:19.201Z Downloaded owo-colors v4.3.0
9012026-08-20T02:24:19.204Z Downloaded structmeta-derive v0.3.0
9022026-08-20T02:24:19.204Z Downloaded smartstring v1.0.1
9032026-08-20T02:24:19.207Z Downloaded rand v0.8.7
9042026-08-20T02:24:19.213Z Downloaded strsim v0.11.1
9052026-08-20T02:24:19.213Z Downloaded tower-layer v0.3.3
9062026-08-20T02:24:19.213Z Downloaded thread_local v1.1.10
9072026-08-20T02:24:19.213Z Downloaded usdt-macro v0.5.0
9082026-08-20T02:24:19.217Z Downloaded gethostname v0.5.0
9092026-08-20T02:24:19.219Z Downloaded async-compression v0.4.43
9102026-08-20T02:24:19.222Z Downloaded parking_lot_core v0.8.6
9112026-08-20T02:24:19.222Z Downloaded rand_core v0.9.5
9122026-08-20T02:24:19.225Z Downloaded progenitor-macro v0.13.0
9132026-08-20T02:24:19.225Z Downloaded defmt-parser v1.0.0
9142026-08-20T02:24:19.225Z Downloaded tracing-core v0.1.36
9152026-08-20T02:24:19.225Z Downloaded tower v0.5.3
9162026-08-20T02:24:19.230Z Downloaded rustls-pemfile v2.2.0
9172026-08-20T02:24:19.233Z Downloaded scroll v0.13.0
9182026-08-20T02:24:19.233Z Downloaded zone v0.3.1
9192026-08-20T02:24:19.233Z Downloaded powerfmt v0.2.0
9202026-08-20T02:24:19.236Z Downloaded serde_repr v0.1.21
9212026-08-20T02:24:19.236Z Downloaded secrecy v0.10.3
9222026-08-20T02:24:19.236Z Downloaded untrusted v0.9.0
9232026-08-20T02:24:19.236Z Downloaded fixedbitset v0.5.7
9242026-08-20T02:24:19.238Z Downloaded sync_wrapper v1.0.2
9252026-08-20T02:24:19.239Z Downloaded termtree v0.5.1
9262026-08-20T02:24:19.239Z Downloaded writeable v0.6.3
9272026-08-20T02:24:19.242Z Downloaded getrandom v0.3.4
9282026-08-20T02:24:19.242Z Downloaded progenitor-extras v0.2.0
9292026-08-20T02:24:19.244Z Downloaded nom v7.1.3
9302026-08-20T02:24:19.250Z Downloaded serde_path_to_error v0.1.20
9312026-08-20T02:24:19.253Z Downloaded schemars v0.8.22
9322026-08-20T02:24:19.256Z Downloaded tokio-tungstenite v0.21.0
9332026-08-20T02:24:19.256Z Downloaded quinn-udp v0.5.15
9342026-08-20T02:24:19.258Z Downloaded zone_cfg_derive v0.3.1
9352026-08-20T02:24:19.258Z Downloaded dunce v1.0.5
9362026-08-20T02:24:19.258Z Downloaded futures-core v0.3.34
9372026-08-20T02:24:19.258Z Downloaded tempfile v3.27.0
9382026-08-20T02:24:19.262Z Downloaded pin-project v1.1.13
9392026-08-20T02:24:19.266Z Downloaded plain v0.2.3
9402026-08-20T02:24:19.268Z Downloaded steno v0.4.1
9412026-08-20T02:24:19.268Z Downloaded rustls-webpki v0.103.14
9422026-08-20T02:24:19.271Z Downloaded tinyvec v1.12.0
9432026-08-20T02:24:19.274Z Downloaded hickory-resolver v0.25.2
9442026-08-20T02:24:19.277Z Downloaded unicode-linebreak v0.1.5
9452026-08-20T02:24:19.277Z Downloaded proc-macro2 v1.0.107
9462026-08-20T02:24:19.280Z Downloaded typify-macro v0.4.3
9472026-08-20T02:24:19.280Z Downloaded phf v0.12.1
9482026-08-20T02:24:19.284Z Downloaded futures-macro v0.3.34
9492026-08-20T02:24:19.286Z Downloaded either v1.17.0
9502026-08-20T02:24:19.287Z Downloaded ff v0.13.1
9512026-08-20T02:24:19.289Z Downloaded heck v0.4.1
9522026-08-20T02:24:19.289Z Downloaded shlex v2.0.1
9532026-08-20T02:24:19.289Z Downloaded slog-dtrace v0.3.0
9542026-08-20T02:24:19.289Z Downloaded digest v0.10.7
9552026-08-20T02:24:19.292Z Downloaded embedded-io v0.4.0
9562026-08-20T02:24:19.292Z Downloaded testing_table v0.3.0
9572026-08-20T02:24:19.296Z Downloaded darling_core v0.21.3
9582026-08-20T02:24:19.300Z Downloaded futures v0.3.34
9592026-08-20T02:24:19.303Z Downloaded poly1305 v0.8.0
9602026-08-20T02:24:19.303Z Downloaded schemars v1.2.2
9612026-08-20T02:24:19.312Z Downloaded prettyplease v0.2.37
9622026-08-20T02:24:19.317Z Downloaded smf v0.2.3
9632026-08-20T02:24:19.317Z Downloaded nom v8.0.0
9642026-08-20T02:24:19.320Z Downloaded hostname v0.4.2
9652026-08-20T02:24:19.322Z Downloaded proc-macro-error-attr v1.0.4
9662026-08-20T02:24:19.322Z Downloaded quote v1.0.47
9672026-08-20T02:24:19.325Z Downloaded universal-hash v0.5.1
9682026-08-20T02:24:19.325Z Downloaded foreign-types-macros v0.2.4
9692026-08-20T02:24:19.325Z Downloaded serde_yaml v0.9.34+deprecated
9702026-08-20T02:24:19.328Z Downloaded itertools v0.15.0
9712026-08-20T02:24:19.331Z Downloaded progenitor-impl v0.14.0
9722026-08-20T02:24:19.334Z Downloaded toml_parser v1.1.3+spec-1.1.0
9732026-08-20T02:24:19.334Z Downloaded itertools v0.12.1
9742026-08-20T02:24:19.337Z Downloaded tokio-stream v0.1.19
9752026-08-20T02:24:19.340Z Downloaded libm v0.2.16
9762026-08-20T02:24:19.345Z Downloaded socket2 v0.6.5
9772026-08-20T02:24:19.348Z Downloaded schemars v0.9.0
9782026-08-20T02:24:19.353Z Downloaded unsafe-libyaml v0.2.11
9792026-08-20T02:24:19.357Z Downloaded yoke-derive v0.8.2
9802026-08-20T02:24:19.357Z Downloaded glob v0.3.4
9812026-08-20T02:24:19.357Z Downloaded git-stub v1.0.0
9822026-08-20T02:24:19.357Z Downloaded rustc-hash v2.1.3
9832026-08-20T02:24:19.359Z Downloaded tokio-macros v2.7.2
9842026-08-20T02:24:19.359Z Downloaded toml_datetime v0.6.11
9852026-08-20T02:24:19.362Z Downloaded waitgroup v0.1.2
9862026-08-20T02:24:19.365Z Downloaded rustversion v1.0.23
9872026-08-20T02:24:19.368Z Downloaded slab v0.4.12
9882026-08-20T02:24:19.368Z Downloaded toml_writer v1.1.2+spec-1.1.0
9892026-08-20T02:24:19.368Z Downloaded foldhash v0.2.0
9902026-08-20T02:24:19.368Z Downloaded iddqd v0.4.6
9912026-08-20T02:24:19.373Z Downloaded pest_generator v2.8.8
9922026-08-20T02:24:19.376Z Downloaded proc-macro-error v1.0.4
9932026-08-20T02:24:19.376Z Downloaded tough v0.22.0
9942026-08-20T02:24:19.381Z Downloaded toml_edit v0.19.15
9952026-08-20T02:24:19.391Z Downloaded icu_properties_data v2.2.0
9962026-08-20T02:24:19.395Z Downloaded password-hash v0.5.0
9972026-08-20T02:24:19.398Z Downloaded paste v1.0.15
9982026-08-20T02:24:19.398Z Downloaded parking_lot_core v0.9.12
9992026-08-20T02:24:19.401Z Downloaded progenitor-impl v0.10.0
10002026-08-20T02:24:19.401Z Downloaded scroll v0.12.0
10012026-08-20T02:24:19.403Z Downloaded slog v2.8.2
10022026-08-20T02:24:19.403Z Downloaded siphasher v1.0.3
10032026-08-20T02:24:19.403Z Downloaded tinystr v0.8.3
10042026-08-20T02:24:19.407Z Downloaded typify v0.4.3
10052026-08-20T02:24:19.410Z Downloaded thin-vec v0.2.19
10062026-08-20T02:24:19.410Z Downloaded time-macros v0.2.32
10072026-08-20T02:24:19.410Z Downloaded typed-path v0.9.3
10082026-08-20T02:24:19.413Z Downloaded quinn v0.11.11
10092026-08-20T02:24:19.416Z Downloaded ryu v1.0.23
10102026-08-20T02:24:19.419Z Downloaded http v1.5.0
10112026-08-20T02:24:19.419Z Downloaded getrandom v0.4.3
10122026-08-20T02:24:19.421Z Downloaded port-file v0.1.0
10132026-08-20T02:24:19.424Z Downloaded elliptic-curve v0.13.8
10142026-08-20T02:24:19.424Z Downloaded fastrand v2.5.0
10152026-08-20T02:24:19.427Z Downloaded whoami v1.6.1
10162026-08-20T02:24:19.427Z Downloaded futures-executor v0.3.34
10172026-08-20T02:24:19.427Z Downloaded unicode-segmentation v1.13.3
10182026-08-20T02:24:19.431Z Downloaded typenum v1.20.1
10192026-08-20T02:24:19.437Z Downloaded papergrid v0.18.0
10202026-08-20T02:24:19.445Z Downloaded derive-ex v0.1.8
10212026-08-20T02:24:19.445Z Downloaded once_cell v1.21.4
10222026-08-20T02:24:19.445Z Downloaded yoke v0.8.3
10232026-08-20T02:24:19.449Z Downloaded progenitor-impl v0.13.0
10242026-08-20T02:24:19.453Z Downloaded static_assertions v1.1.0
10252026-08-20T02:24:19.453Z Downloaded strum_macros v0.27.2
10262026-08-20T02:24:19.453Z Downloaded tracing-attributes v0.1.31
10272026-08-20T02:24:19.456Z Downloaded hyper v1.11.0
10282026-08-20T02:24:19.460Z Downloaded typify v0.6.2
10292026-08-20T02:24:19.463Z Downloaded toml_edit v0.22.27
10302026-08-20T02:24:19.466Z Downloaded parking_lot v0.12.5
10312026-08-20T02:24:19.466Z Downloaded zerotrie v0.2.4
10322026-08-20T02:24:19.469Z Downloaded defmt v1.1.1
10332026-08-20T02:24:19.472Z Downloaded pin-project-internal v1.1.13
10342026-08-20T02:24:19.472Z Downloaded rayon-core v1.13.0
10352026-08-20T02:24:19.474Z Downloaded rand v0.9.5
10362026-08-20T02:24:19.477Z Downloaded serde v1.0.229
10372026-08-20T02:24:19.480Z Downloaded zerocopy-derive v0.8.56
10382026-08-20T02:24:19.484Z Downloaded url v2.5.8
10392026-08-20T02:24:19.487Z Downloaded hmac v0.12.1
10402026-08-20T02:24:19.487Z Downloaded unicode-normalization v0.1.25
10412026-08-20T02:24:19.489Z Downloaded flate2 v1.1.9
10422026-08-20T02:24:19.492Z Downloaded similar v2.7.0
10432026-08-20T02:24:19.496Z Downloaded openssl-sys v0.9.117
10442026-08-20T02:24:19.499Z Downloaded reqwest v0.12.28
10452026-08-20T02:24:19.501Z Downloaded hashbrown v0.12.3
10462026-08-20T02:24:19.506Z Downloaded rand v0.10.2
10472026-08-20T02:24:19.508Z Downloaded clap_builder v4.6.6
10482026-08-20T02:24:19.512Z Downloaded dropshot_endpoint v0.17.1
10492026-08-20T02:24:19.515Z Downloaded expectorate v1.2.0
10502026-08-20T02:24:19.517Z Downloaded rustls-platform-verifier v0.7.0
10512026-08-20T02:24:19.517Z Downloaded winnow v0.7.15
10522026-08-20T02:24:19.522Z Downloaded hickory-resolver v0.24.4
10532026-08-20T02:24:19.525Z Downloaded pest v2.8.8
10542026-08-20T02:24:19.528Z Downloaded serde_core v1.0.229
10552026-08-20T02:24:19.533Z Downloaded darling_core v0.23.0
10562026-08-20T02:24:19.553Z Downloaded hashbrown v0.15.5
10572026-08-20T02:24:19.556Z Downloaded tokio-util v0.7.19
10582026-08-20T02:24:19.570Z Downloaded qorb v0.4.1
10592026-08-20T02:24:19.578Z Downloaded zerovec v0.11.6
10602026-08-20T02:24:19.582Z Downloaded aho-corasick v1.1.5
10612026-08-20T02:24:19.585Z Downloaded hkdf v0.12.4
10622026-08-20T02:24:19.590Z Downloaded futures-util v0.3.34
10632026-08-20T02:24:19.597Z Downloaded proptest v1.11.0
10642026-08-20T02:24:19.603Z Downloaded heapless v0.8.0
10652026-08-20T02:24:19.606Z Downloaded hashbrown v0.17.1
10662026-08-20T02:24:19.609Z Downloaded zerocopy v0.7.35
10672026-08-20T02:24:19.617Z Downloaded dropshot-api-manager v0.7.2
10682026-08-20T02:24:19.620Z Downloaded moka v0.12.16
10692026-08-20T02:24:19.625Z Downloaded winnow v1.0.4
10702026-08-20T02:24:19.631Z Downloaded hashbrown v0.16.1
10712026-08-20T02:24:19.667Z Downloaded rayon v1.12.0
10722026-08-20T02:24:19.695Z Downloaded tabled v0.21.0
10732026-08-20T02:24:19.704Z Downloaded syn v1.0.109
10742026-08-20T02:24:19.710Z Downloaded chrono v0.4.45
10752026-08-20T02:24:19.714Z Downloaded tower-http v0.6.11
10762026-08-20T02:24:19.719Z Downloaded ron v0.12.2
10772026-08-20T02:24:19.724Z Downloaded serde_json v1.0.151
10782026-08-20T02:24:19.728Z Downloaded h2 v0.4.15
10792026-08-20T02:24:19.732Z Downloaded winnow v0.5.40
10802026-08-20T02:24:19.736Z Downloaded regex v1.13.1
10812026-08-20T02:24:19.741Z Downloaded webpki-roots v1.0.9
10822026-08-20T02:24:19.744Z Downloaded reqwest v0.13.4
10832026-08-20T02:24:19.747Z Downloaded aws-lc-rs v1.18.0
10842026-08-20T02:24:19.751Z Downloaded portable-atomic v1.15.0
10852026-08-20T02:24:19.756Z Downloaded tabled v0.15.0
10862026-08-20T02:24:19.769Z Downloaded nix v0.31.3
10872026-08-20T02:24:19.775Z Downloaded unicode-width v0.1.14
10882026-08-20T02:24:19.791Z Downloaded unicode-width v0.2.2
10892026-08-20T02:24:19.796Z Downloaded time v0.3.55
10902026-08-20T02:24:19.804Z Downloaded syn v3.0.3
10912026-08-20T02:24:19.810Z Downloaded syn v2.0.119
10922026-08-20T02:24:19.816Z Downloaded curve25519-dalek v4.1.3
10932026-08-20T02:24:19.821Z Downloaded goblin v0.8.2
10942026-08-20T02:24:19.824Z Downloaded serde_with v3.22.0
10952026-08-20T02:24:19.831Z Downloaded vcpkg v0.2.15
10962026-08-20T02:24:19.853Z Downloaded goblin v0.10.7
10972026-08-20T02:24:19.857Z Downloaded regex-syntax v0.8.11
10982026-08-20T02:24:19.861Z Downloaded quinn-proto v0.11.16
10992026-08-20T02:24:19.865Z Downloaded bstr v1.13.1
11002026-08-20T02:24:19.870Z Downloaded dropshot v0.17.1
11012026-08-20T02:24:19.882Z Downloaded zerocopy v0.8.56
11022026-08-20T02:24:19.894Z Downloaded rustix v0.38.44
11032026-08-20T02:24:19.904Z Downloaded regress v0.10.5
11042026-08-20T02:24:19.909Z Downloaded rhai v1.25.1
11052026-08-20T02:24:19.915Z Downloaded openssl v0.10.81
11062026-08-20T02:24:19.921Z Downloaded typify-impl v0.6.2
11072026-08-20T02:24:19.929Z Downloaded regress v0.11.1
11082026-08-20T02:24:19.939Z Downloaded hickory-proto v0.24.4
11092026-08-20T02:24:19.957Z Downloaded rustls v0.23.43
11102026-08-20T02:24:19.963Z Downloaded smoltcp v0.11.0
11112026-08-20T02:24:19.963Z Downloaded typify-impl v0.4.3
11122026-08-20T02:24:19.968Z Downloaded openapiv3 v2.2.0
11132026-08-20T02:24:19.998Z Downloaded hickory-proto v0.25.2
11142026-08-20T02:24:20.006Z Downloaded jiff v0.2.35
11152026-08-20T02:24:20.015Z Downloaded sled v0.34.7
11162026-08-20T02:24:20.021Z Downloaded rustix v1.1.4
11172026-08-20T02:24:20.034Z Downloaded tracing v0.1.44
11182026-08-20T02:24:20.047Z Downloaded petgraph v0.6.5
11192026-08-20T02:24:20.058Z Downloaded lzma-sys v0.1.20
11202026-08-20T02:24:20.075Z Downloaded libc v0.2.189
11212026-08-20T02:24:20.098Z Downloaded sha3 v0.10.9
11222026-08-20T02:24:20.102Z Downloaded regex-automata v0.4.18
11232026-08-20T02:24:20.126Z Downloaded chrono-tz v0.10.4
11242026-08-20T02:24:20.136Z Downloaded encoding_rs v0.8.35
11252026-08-20T02:24:20.151Z Downloaded ring v0.17.14
11262026-08-20T02:24:20.181Z Downloaded csv v1.4.0
11272026-08-20T02:24:20.193Z Downloaded petgraph v0.8.3
11282026-08-20T02:24:20.206Z Downloaded tokio v1.53.1
11292026-08-20T02:24:20.833Z Downloaded aws-lc-sys v0.44.0
11302026-08-20T02:24:21.176Z Compiling proc-macro2 v1.0.107
11312026-08-20T02:24:21.176Z Compiling quote v1.0.47
11322026-08-20T02:24:21.179Z Compiling unicode-ident v1.0.24
11332026-08-20T02:24:21.179Z Compiling serde_core v1.0.229
11342026-08-20T02:24:21.179Z Compiling serde v1.0.229
11352026-08-20T02:24:21.179Z Compiling libc v0.2.189
11362026-08-20T02:24:21.179Z Compiling cfg-if v1.0.4
11372026-08-20T02:24:21.494Z Compiling zmij v1.0.23
11382026-08-20T02:24:21.510Z Compiling autocfg v1.5.1
11392026-08-20T02:24:21.857Z Compiling memchr v2.8.3
11402026-08-20T02:24:21.922Z Compiling libm v0.2.16
11412026-08-20T02:24:22.287Z Compiling icu_normalizer_data v2.2.0
11422026-08-20T02:24:22.312Z Compiling icu_properties_data v2.2.0
11432026-08-20T02:24:22.518Z Compiling itoa v1.0.18
11442026-08-20T02:24:22.521Z Compiling version_check v0.9.5
11452026-08-20T02:24:22.549Z Compiling stable_deref_trait v1.2.1
11462026-08-20T02:24:22.629Z Compiling serde_json v1.0.151
11472026-08-20T02:24:22.747Z Compiling syn v2.0.119
11482026-08-20T02:24:22.764Z Compiling syn v3.0.3
11492026-08-20T02:24:22.796Z Compiling parking_lot_core v0.9.12
11502026-08-20T02:24:22.920Z Compiling writeable v0.6.3
11512026-08-20T02:24:23.011Z Compiling litemap v0.8.2
11522026-08-20T02:24:23.116Z Compiling num-traits v0.2.19
11532026-08-20T02:24:23.134Z Compiling utf8_iter v1.0.4
11542026-08-20T02:24:23.265Z Compiling thiserror v2.0.20
11552026-08-20T02:24:23.299Z Compiling percent-encoding v2.3.2
11562026-08-20T02:24:23.601Z Compiling getrandom v0.4.3
11572026-08-20T02:24:23.618Z Compiling rand_core v0.10.1
11582026-08-20T02:24:23.858Z Compiling form_urlencoded v1.2.2
11592026-08-20T02:24:23.892Z Compiling zerocopy v0.8.56
11602026-08-20T02:24:23.974Z Compiling errno v0.3.14
11612026-08-20T02:24:24.134Z Compiling iana-time-zone v0.1.65
11622026-08-20T02:24:24.433Z Compiling uuid v1.24.0
11632026-08-20T02:24:24.469Z Compiling jobserver v0.1.35
11642026-08-20T02:24:24.813Z Compiling shlex v2.0.1
11652026-08-20T02:24:24.893Z Compiling find-msvc-tools v0.1.10
11662026-08-20T02:24:24.896Z Compiling heck v0.5.0
11672026-08-20T02:24:25.002Z Compiling rustversion v1.0.23
11682026-08-20T02:24:25.043Z Compiling cc v1.4.2
11692026-08-20T02:24:25.115Z Compiling semver v1.0.28
11702026-08-20T02:24:25.136Z Compiling dyn-clone v1.0.20
11712026-08-20T02:24:25.297Z Compiling schemars v0.8.22
11722026-08-20T02:24:25.493Z Compiling pin-project-lite v0.2.17
11732026-08-20T02:24:25.541Z Compiling synstructure v0.13.2
11742026-08-20T02:24:25.592Z Compiling serde_derive_internals v0.29.1
11752026-08-20T02:24:25.774Z Compiling getrandom v0.2.17
11762026-08-20T02:24:25.968Z Compiling serde_derive v1.0.229
11772026-08-20T02:24:25.996Z Compiling displaydoc v0.2.7
11782026-08-20T02:24:26.019Z Compiling thiserror-impl v2.0.20
11792026-08-20T02:24:26.035Z Compiling tokio-macros v2.7.2
11802026-08-20T02:24:26.137Z Compiling futures-macro v0.3.34
11812026-08-20T02:24:26.309Z Compiling bitflags v2.13.1
11822026-08-20T02:24:26.326Z Compiling pkg-config v0.3.33
11832026-08-20T02:24:26.711Z Compiling zerofrom-derive v0.1.7
11842026-08-20T02:24:26.728Z Compiling yoke-derive v0.8.2
11852026-08-20T02:24:26.758Z Compiling zerovec-derive v0.11.3
11862026-08-20T02:24:26.758Z Compiling schemars_derive v0.8.22
11872026-08-20T02:24:26.793Z Compiling zerocopy-derive v0.8.56
11882026-08-20T02:24:26.938Z Compiling zeroize_derive v1.5.0
11892026-08-20T02:24:27.237Z Compiling scopeguard v1.2.0
11902026-08-20T02:24:27.360Z Compiling lock_api v0.4.14
11912026-08-20T02:24:27.634Z Compiling zeroize v1.9.0
11922026-08-20T02:24:27.845Z Compiling socket2 v0.6.5
11932026-08-20T02:24:27.860Z Compiling cmake v0.1.58
11942026-08-20T02:24:27.921Z Compiling signal-hook-registry v1.4.8
11952026-08-20T02:24:27.938Z Compiling zerofrom v0.1.8
11962026-08-20T02:24:27.938Z Compiling mio v1.2.2
11972026-08-20T02:24:27.971Z Compiling portable-atomic v1.15.0
11982026-08-20T02:24:28.067Z Compiling yoke v0.8.3
11992026-08-20T02:24:28.183Z Compiling fs_extra v1.3.0
12002026-08-20T02:24:28.245Z Compiling zerovec v0.11.6
12012026-08-20T02:24:28.269Z Compiling zerotrie v0.2.4
12022026-08-20T02:24:28.317Z Compiling dunce v1.0.5
12032026-08-20T02:24:28.446Z Compiling aws-lc-sys v0.44.0
12042026-08-20T02:24:28.559Z Compiling critical-section v1.2.0
12052026-08-20T02:24:28.575Z Compiling futures-core v0.3.34
12062026-08-20T02:24:28.702Z Compiling log v0.4.33
12072026-08-20T02:24:28.847Z Compiling tinystr v0.8.3
12082026-08-20T02:24:28.876Z Compiling potential_utf v0.1.5
12092026-08-20T02:24:29.041Z Compiling icu_locale_core v2.2.0
12102026-08-20T02:24:29.076Z Compiling icu_collections v2.2.0
12112026-08-20T02:24:29.079Z Compiling once_cell v1.21.4
12122026-08-20T02:24:29.160Z Compiling smallvec v1.15.2
12132026-08-20T02:24:29.183Z Compiling bytes v1.12.1
12142026-08-20T02:24:29.187Z Compiling chrono v0.4.45
12152026-08-20T02:24:29.568Z Compiling subtle v2.6.1
12162026-08-20T02:24:29.586Z Compiling equivalent v1.0.2
12172026-08-20T02:24:29.677Z Compiling parking_lot v0.12.5
12182026-08-20T02:24:29.739Z Compiling allocator-api2 v0.2.21
12192026-08-20T02:24:29.797Z Compiling httparse v1.10.1
12202026-08-20T02:24:30.035Z Compiling icu_provider v2.2.0
12212026-08-20T02:24:30.096Z Compiling tokio v1.53.1
12222026-08-20T02:24:30.121Z Compiling serde_tokenstream v0.2.3
12232026-08-20T02:24:30.228Z Compiling futures-sink v0.3.34
12242026-08-20T02:24:30.342Z Compiling icu_normalizer v2.2.0
12252026-08-20T02:24:30.404Z Compiling icu_properties v2.2.0
12262026-08-20T02:24:30.611Z Compiling slab v0.4.12
12272026-08-20T02:24:30.703Z Compiling rustix v1.1.4
12282026-08-20T02:24:30.918Z Compiling ucd-trie v0.1.7
12292026-08-20T02:24:31.049Z Compiling thiserror v1.0.69
12302026-08-20T02:24:31.147Z Compiling pest v2.8.8
12312026-08-20T02:24:31.365Z Compiling idna_adapter v1.2.2
12322026-08-20T02:24:31.493Z Compiling idna v1.1.0
12332026-08-20T02:24:31.624Z Compiling typenum v1.20.1
12342026-08-20T02:24:31.679Z Compiling regex-syntax v0.8.11
12352026-08-20T02:24:32.001Z Compiling url v2.5.8
12362026-08-20T02:24:32.115Z Compiling futures-channel v0.3.34
12372026-08-20T02:24:32.376Z Compiling pest_meta v2.8.8
12382026-08-20T02:24:32.395Z Compiling thiserror-impl v1.0.69
12392026-08-20T02:24:32.496Z Compiling strsim v0.11.1
12402026-08-20T02:24:32.540Z Compiling hashbrown v0.17.1
12412026-08-20T02:24:33.217Z Compiling pest_generator v2.8.8
12422026-08-20T02:24:33.537Z Compiling aho-corasick v1.1.5
12432026-08-20T02:24:33.540Z Compiling futures-io v0.3.34
12442026-08-20T02:24:33.606Z Compiling futures-task v0.3.34
12452026-08-20T02:24:33.729Z Compiling getrandom v0.3.4
12462026-08-20T02:24:33.749Z Compiling futures-util v0.3.34
12472026-08-20T02:24:33.787Z Compiling ipnetwork v0.21.1
12482026-08-20T02:24:33.830Z Compiling pest_derive v2.8.8
12492026-08-20T02:24:34.058Z Compiling ident_case v1.0.1
12502026-08-20T02:24:34.191Z Compiling rand_core v0.6.4
12512026-08-20T02:24:34.371Z Compiling regex-automata v0.4.18
12522026-08-20T02:24:34.422Z Compiling byteorder v1.5.0
12532026-08-20T02:24:34.447Z Compiling indexmap v2.14.0
12542026-08-20T02:24:34.898Z Compiling tracing-core v0.1.36
12552026-08-20T02:24:35.218Z Compiling tracing-attributes v0.1.31
12562026-08-20T02:24:35.222Z Compiling slog v2.8.2
12572026-08-20T02:24:35.329Z Compiling base64 v0.22.1
12582026-08-20T02:24:35.469Z Compiling anyhow v1.0.104
12592026-08-20T02:24:35.815Z Compiling fnv v1.0.7
12602026-08-20T02:24:35.908Z Compiling paste v1.0.15
12612026-08-20T02:24:36.028Z Compiling regex v1.13.1
12622026-08-20T02:24:36.307Z Compiling erased-serde v0.3.31
12632026-08-20T02:24:36.409Z Compiling tracing v0.1.44
12642026-08-20T02:24:36.756Z Compiling omicron-workspace-hack v0.1.0
12652026-08-20T02:24:36.957Z Compiling http v1.5.0
12662026-08-20T02:24:37.037Z Compiling oxnet v0.1.6
12672026-08-20T02:24:37.527Z Compiling rustls-pki-types v1.15.1
12682026-08-20T02:24:38.240Z Compiling scroll_derive v0.13.1
12692026-08-20T02:24:38.350Z Compiling ring v0.17.14
12702026-08-20T02:24:38.570Z Compiling num-conv v0.2.2
12712026-08-20T02:24:38.725Z Compiling time-core v0.1.9
12722026-08-20T02:24:38.767Z Compiling aws-lc-rs v1.18.0
12732026-08-20T02:24:38.907Z Compiling time-macros v0.2.32
12742026-08-20T02:24:39.065Z Compiling tokio-util v0.7.19
12752026-08-20T02:24:39.338Z Compiling untrusted v0.7.1
12762026-08-20T02:24:39.488Z Compiling ipnet v2.12.1
12772026-08-20T02:24:39.964Z Compiling untrusted v0.9.0
12782026-08-20T02:24:40.070Z Compiling camino v1.2.5
12792026-08-20T02:24:40.138Z Compiling ppv-lite86 v0.2.21
12802026-08-20T02:24:40.564Z Compiling daft-derive v0.1.8
12812026-08-20T02:24:40.619Z Compiling async-trait v0.1.92
12822026-08-20T02:24:40.659Z Compiling rustls v0.23.43
12832026-08-20T02:24:40.683Z Compiling crc32fast v1.5.0
12842026-08-20T02:24:41.068Z Compiling http-body v1.1.0
12852026-08-20T02:24:41.230Z Compiling darling_core v0.23.0
12862026-08-20T02:24:41.324Z Compiling crossbeam-utils v0.8.22
12872026-08-20T02:24:41.519Z Compiling pretty-hex v0.4.2
12882026-08-20T02:24:41.618Z Compiling atomic-waker v1.1.2
12892026-08-20T02:24:41.655Z Compiling usdt-impl v0.6.0
12902026-08-20T02:24:41.927Z Compiling scroll v0.13.0
12912026-08-20T02:24:42.185Z Compiling ryu v1.0.23
12922026-08-20T02:24:42.257Z Compiling tower-layer v0.3.3
12932026-08-20T02:24:42.451Z Compiling try-lock v0.2.5
12942026-08-20T02:24:42.470Z Compiling tower-service v0.3.3
12952026-08-20T02:24:42.565Z Compiling plain v0.2.3
12962026-08-20T02:24:42.568Z Compiling want v0.3.1
12972026-08-20T02:24:42.680Z Compiling goblin v0.10.7
12982026-08-20T02:24:42.711Z Compiling h2 v0.4.15
12992026-08-20T02:24:42.733Z Compiling slog-async v2.8.0
13002026-08-20T02:24:43.127Z Compiling httpdate v1.0.3
13012026-08-20T02:24:43.284Z Compiling darling_macro v0.23.0
13022026-08-20T02:24:43.511Z Compiling dtrace-parser v0.3.0
13032026-08-20T02:24:43.561Z Compiling thread-id v5.1.0
13042026-08-20T02:24:43.644Z Compiling ref-cast v1.0.26
13052026-08-20T02:24:43.855Z Compiling darling v0.23.0
13062026-08-20T02:24:45.087Z Compiling hyper v1.11.0
13072026-08-20T02:24:45.731Z Compiling dof v0.4.0
13082026-08-20T02:24:46.355Z Compiling rand_core v0.9.5
13092026-08-20T02:24:46.610Z Compiling hyper-util v0.1.20
13102026-08-20T02:24:47.215Z Compiling serde_urlencoded v0.7.1
13112026-08-20T02:24:47.496Z Compiling http-body-util v0.1.5
13122026-08-20T02:24:47.825Z Compiling ref-cast-impl v1.0.26
13132026-08-20T02:24:48.411Z Compiling syn v1.0.109
13142026-08-20T02:24:48.865Z Compiling usdt-macro v0.6.0
13152026-08-20T02:24:49.199Z Compiling usdt-attr-macro v0.6.0
13162026-08-20T02:24:49.379Z Compiling serde_tokenstream v0.3.0
13172026-08-20T02:24:49.666Z Compiling structmeta-derive v0.3.0
13182026-08-20T02:24:49.691Z Compiling multer v3.1.0
13192026-08-20T02:24:49.928Z Compiling foldhash v0.2.0
13202026-08-20T02:24:50.074Z Compiling newtype-uuid-macros v0.1.1
13212026-08-20T02:24:50.197Z Compiling rand_chacha v0.9.0
13222026-08-20T02:24:50.677Z Compiling structmeta v0.3.0
13232026-08-20T02:24:50.955Z Compiling deranged v0.5.8
13242026-08-20T02:24:50.974Z Compiling powerfmt v0.2.0
13252026-08-20T02:24:50.992Z Compiling num_threads v0.1.7
13262026-08-20T02:24:51.079Z Compiling rand v0.9.5
13272026-08-20T02:24:51.192Z Compiling newtype-uuid v1.4.0
13282026-08-20T02:24:51.230Z Compiling sync_wrapper v1.0.2
13292026-08-20T02:24:51.340Z Compiling strum_macros v0.26.4
13302026-08-20T02:24:51.802Z Compiling async-stream-impl v0.3.6
13312026-08-20T02:24:52.044Z Compiling time v0.3.55
13322026-08-20T02:24:52.060Z Compiling dropshot v0.17.1
13332026-08-20T02:24:52.296Z Compiling fastrand v2.5.0
13342026-08-20T02:24:52.442Z Compiling hex v0.4.3
13352026-08-20T02:24:52.620Z Compiling daft v0.1.8
13362026-08-20T02:24:52.726Z Compiling tower v0.5.3
13372026-08-20T02:24:52.974Z Compiling crossbeam-channel v0.5.16
13382026-08-20T02:24:53.430Z Compiling webpki-roots v1.0.9
13392026-08-20T02:24:53.460Z Compiling openapiv3 v2.2.0
13402026-08-20T02:24:53.630Z Compiling generic-array v0.14.7
13412026-08-20T02:24:54.235Z Compiling tower-http v0.6.11
13422026-08-20T02:24:54.382Z Compiling hashbrown v0.16.1
13432026-08-20T02:24:54.832Z Compiling serde_with_macros v3.22.0
13442026-08-20T02:24:55.088Z Compiling futures-executor v0.3.34
13452026-08-20T02:24:55.164Z Compiling dropshot_endpoint v0.17.1
13462026-08-20T02:24:55.509Z Compiling macaddr v1.0.1
13472026-08-20T02:24:55.543Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13482026-08-20T02:24:55.784Z Compiling thread_local v1.1.10
13492026-08-20T02:24:56.006Z Compiling openssl-probe v0.2.1
13502026-08-20T02:24:56.036Z Compiling cpufeatures v0.3.0
13512026-08-20T02:24:56.113Z Compiling futures v0.3.34
13522026-08-20T02:24:56.194Z Compiling rustls-native-certs v0.8.4
13532026-08-20T02:24:56.761Z Compiling tempfile v3.27.0
13542026-08-20T02:24:56.880Z Compiling derive-ex v0.1.8
13552026-08-20T02:24:57.073Z Compiling strum_macros v0.27.2
13562026-08-20T02:24:57.357Z Compiling is-terminal v0.4.17
13572026-08-20T02:24:57.465Z Compiling winnow v1.0.4
13582026-08-20T02:24:57.520Z Compiling take_mut v0.2.2
13592026-08-20T02:24:57.639Z Compiling term v1.2.1
13602026-08-20T02:24:58.425Z Compiling test-strategy v0.4.5
13612026-08-20T02:24:58.888Z Compiling slog-term v2.9.2
13622026-08-20T02:25:00.104Z Compiling hybrid-array v0.4.14
13632026-08-20T02:25:00.306Z Compiling simd-adler32 v0.3.10
13642026-08-20T02:25:00.323Z Compiling match_cfg v0.1.0
13652026-08-20T02:25:00.397Z Compiling adler2 v2.0.1
13662026-08-20T02:25:00.579Z Compiling miniz_oxide v0.8.9
13672026-08-20T02:25:01.132Z Compiling hostname v0.3.1
13682026-08-20T02:25:01.406Z Compiling slog-json v2.6.1
13692026-08-20T02:25:01.680Z Compiling memmap2 v0.9.11
13702026-08-20T02:25:01.934Z Compiling either v1.17.0
13712026-08-20T02:25:01.995Z Compiling usdt v0.6.0
13722026-08-20T02:25:02.090Z Compiling slog-bunyan v2.5.0
13732026-08-20T02:25:02.164Z Compiling flate2 v1.1.9
13742026-08-20T02:25:02.266Z Compiling crypto-common v0.2.2
13752026-08-20T02:25:02.483Z Compiling block-buffer v0.12.1
13762026-08-20T02:25:02.631Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13772026-08-20T02:25:02.704Z Compiling debug-ignore v1.0.5
13782026-08-20T02:25:02.723Z Compiling compression-core v0.4.32
13792026-08-20T02:25:02.895Z Compiling const-oid v0.10.2
13802026-08-20T02:25:03.164Z Compiling digest v0.11.3
13812026-08-20T02:25:03.188Z Compiling compression-codecs v0.4.38
13822026-08-20T02:25:03.531Z Compiling toml_parser v1.1.3+spec-1.1.0
13832026-08-20T02:25:03.618Z Compiling crypto-common v0.1.7
13842026-08-20T02:25:03.633Z Compiling parse-display-derive v0.10.0
13852026-08-20T02:25:03.814Z Compiling rand_chacha v0.3.1
13862026-08-20T02:25:04.111Z Compiling serde_spanned v1.1.1
13872026-08-20T02:25:04.218Z Compiling toml_datetime v1.1.1+spec-1.1.0
13882026-08-20T02:25:04.261Z Compiling encoding_rs v0.8.35
13892026-08-20T02:25:04.416Z Compiling toml_writer v1.1.2+spec-1.1.0
13902026-08-20T02:25:04.630Z Compiling spin v0.9.9
13912026-08-20T02:25:04.675Z Compiling mime v0.3.17
13922026-08-20T02:25:04.760Z Compiling toml v1.1.4+spec-1.1.0
13932026-08-20T02:25:04.809Z Compiling rand v0.8.7
13942026-08-20T02:25:05.137Z Compiling async-compression v0.4.43
13952026-08-20T02:25:05.175Z Compiling sha1 v0.11.0
13962026-08-20T02:25:05.553Z Compiling strum v0.26.3
13972026-08-20T02:25:05.580Z Compiling async-stream v0.3.6
13982026-08-20T02:25:05.685Z Compiling waitgroup v0.1.2
13992026-08-20T02:25:05.766Z Compiling rustls-pemfile v2.2.0
14002026-08-20T02:25:05.836Z Compiling serde_path_to_error v0.1.20
14012026-08-20T02:25:05.886Z Compiling hostname v0.4.2
14022026-08-20T02:25:06.037Z Compiling wait-timeout v0.2.1
14032026-08-20T02:25:06.456Z Compiling bit-vec v0.8.0
14042026-08-20T02:25:06.472Z Compiling quick-error v1.2.3
14052026-08-20T02:25:06.523Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14062026-08-20T02:25:06.701Z Compiling bit-set v0.8.0
14072026-08-20T02:25:06.767Z Compiling rusty-fork v0.3.1
14082026-08-20T02:25:06.892Z Compiling serde_with v3.22.0
14092026-08-20T02:25:07.013Z Compiling rand_xorshift v0.4.0
14102026-08-20T02:25:07.399Z Compiling unarray v0.1.4
14112026-08-20T02:25:07.520Z Compiling proptest v1.11.0
14122026-08-20T02:25:07.591Z Compiling strum v0.27.2
14132026-08-20T02:25:07.723Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14142026-08-20T02:25:07.871Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14152026-08-20T02:25:08.008Z Compiling instant v0.1.13
14162026-08-20T02:25:08.274Z Compiling iddqd v0.4.6
14172026-08-20T02:25:08.805Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-08-20T02:25:08.860Z Compiling block-buffer v0.10.4
14192026-08-20T02:25:09.029Z Compiling backon v1.6.0
14202026-08-20T02:25:09.549Z Compiling unicode-width v0.2.2
14212026-08-20T02:25:09.857Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
14222026-08-20T02:25:10.210Z Compiling digest v0.10.7
14232026-08-20T02:25:10.454Z Compiling backoff v0.4.0
14242026-08-20T02:25:10.662Z Compiling parse-display v0.10.0
14252026-08-20T02:25:10.980Z Compiling itertools v0.14.0
14262026-08-20T02:25:10.997Z Compiling regress v0.10.5
14272026-08-20T02:25:11.179Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
14282026-08-20T02:25:11.897Z Compiling humantime v2.4.0
14292026-08-20T02:25:14.098Z Compiling regress v0.11.1
14302026-08-20T02:25:15.573Z Compiling typify-impl v0.6.2
14312026-08-20T02:25:15.949Z Compiling zerocopy-derive v0.7.35
14322026-08-20T02:25:17.127Z Compiling clap_derive v4.6.4
14332026-08-20T02:25:17.298Z Compiling convert_case v0.4.0
14342026-08-20T02:25:17.541Z Compiling cpufeatures v0.2.17
14352026-08-20T02:25:17.582Z Compiling utf8parse v0.2.2
14362026-08-20T02:25:17.618Z Compiling derive_more v0.99.20
14372026-08-20T02:25:17.692Z Compiling anstyle-parse v1.0.0
14382026-08-20T02:25:18.801Z Compiling terminal_size v0.4.4
14392026-08-20T02:25:18.847Z Compiling typify-macro v0.6.2
14402026-08-20T02:25:18.909Z Compiling toml_datetime v0.6.11
14412026-08-20T02:25:19.021Z Compiling anstyle v1.0.14
14422026-08-20T02:25:19.165Z Compiling anstyle-query v1.1.5
14432026-08-20T02:25:19.272Z Compiling is_terminal_polyfill v1.70.2
14442026-08-20T02:25:19.291Z Compiling colorchoice v1.0.5
14452026-08-20T02:25:19.369Z Compiling anstream v1.0.0
14462026-08-20T02:25:19.706Z Compiling secrecy v0.10.3
14472026-08-20T02:25:19.907Z Compiling crucible-workspace-hack v0.1.0
14482026-08-20T02:25:19.922Z Compiling tinyvec_macros v0.1.1
14492026-08-20T02:25:19.990Z Compiling clap_lex v1.1.0
14502026-08-20T02:25:20.406Z Compiling heapless v0.8.0
14512026-08-20T02:25:20.444Z Compiling typify v0.6.2
14522026-08-20T02:25:20.553Z Compiling clap_builder v4.6.6
14532026-08-20T02:25:20.614Z Compiling tinyvec v1.12.0
14542026-08-20T02:25:21.024Z Compiling zerocopy v0.7.35
14552026-08-20T02:25:21.269Z Compiling hash32 v0.3.1
14562026-08-20T02:25:21.285Z Compiling rustc_version v0.4.1
14572026-08-20T02:25:21.420Z Compiling scroll_derive v0.12.1
14582026-08-20T02:25:21.552Z Compiling num-integer v0.1.47
14592026-08-20T02:25:21.702Z Compiling usdt-impl v0.5.0
14602026-08-20T02:25:21.991Z Compiling smoltcp v0.11.0
14612026-08-20T02:25:22.073Z Compiling crossbeam-epoch v0.9.20
14622026-08-20T02:25:22.137Z Compiling scroll v0.12.0
14632026-08-20T02:25:22.390Z Compiling curve25519-dalek v4.1.3
14642026-08-20T02:25:22.420Z Compiling clap v4.6.6
14652026-08-20T02:25:22.458Z Compiling dof v0.3.0
14662026-08-20T02:25:23.742Z Compiling hmac v0.12.1
14672026-08-20T02:25:23.761Z Compiling dtrace-parser v0.2.0
14682026-08-20T02:25:23.761Z Compiling inout v0.1.4
14692026-08-20T02:25:23.900Z Compiling darling_core v0.21.3
14702026-08-20T02:25:23.957Z Compiling ff v0.13.1
14712026-08-20T02:25:24.093Z Compiling cobs v0.3.0
14722026-08-20T02:25:24.361Z Compiling thread-id v4.2.2
14732026-08-20T02:25:24.671Z Compiling bitflags v1.3.2
14742026-08-20T02:25:24.769Z Compiling managed v0.8.0
14752026-08-20T02:25:24.955Z Compiling unsafe-libyaml v0.2.11
14762026-08-20T02:25:25.578Z Compiling serde_yaml v0.9.34+deprecated
14772026-08-20T02:25:25.914Z Compiling darling_macro v0.21.3
14782026-08-20T02:25:26.489Z Compiling postcard v1.1.3
14792026-08-20T02:25:26.791Z Compiling group v0.13.0
14802026-08-20T02:25:26.898Z Compiling hkdf v0.12.4
14812026-08-20T02:25:26.915Z Compiling cipher v0.4.4
14822026-08-20T02:25:27.620Z Compiling goblin v0.8.2
14832026-08-20T02:25:27.853Z Compiling num-rational v0.4.2
14842026-08-20T02:25:28.026Z Compiling num-iter v0.1.46
14852026-08-20T02:25:28.828Z Compiling tabwriter v1.4.1
14862026-08-20T02:25:28.905Z Compiling universal-hash v0.5.1
14872026-08-20T02:25:29.036Z Compiling crypto-bigint v0.5.5
14882026-08-20T02:25:29.054Z Compiling hubpack_derive v0.1.1
14892026-08-20T02:25:29.181Z Compiling thiserror-impl-no-std v2.0.2
14902026-08-20T02:25:29.579Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14912026-08-20T02:25:30.325Z Compiling half v2.7.1
14922026-08-20T02:25:30.443Z Compiling curve25519-dalek-derive v0.1.1
14932026-08-20T02:25:30.658Z Compiling num-complex v0.4.6
14942026-08-20T02:25:31.181Z Compiling memoffset v0.9.1
14952026-08-20T02:25:31.281Z Compiling rustix v0.38.44
14962026-08-20T02:25:31.419Z Compiling prettyplease v0.2.37
14972026-08-20T02:25:31.503Z Compiling heck v0.4.1
14982026-08-20T02:25:31.703Z Compiling base16ct v0.2.0
14992026-08-20T02:25:31.751Z Compiling cfg_aliases v0.2.2
15002026-08-20T02:25:31.827Z Compiling ciborium-io v0.2.2
15012026-08-20T02:25:32.040Z Compiling base64ct v1.8.3
15022026-08-20T02:25:32.098Z Compiling opaque-debug v0.3.1
15032026-08-20T02:25:32.207Z Compiling poly1305 v0.8.0
15042026-08-20T02:25:32.289Z Compiling password-hash v0.5.0
15052026-08-20T02:25:32.744Z Compiling ciborium-ll v0.2.2
15062026-08-20T02:25:32.993Z Compiling elliptic-curve v0.13.8
15072026-08-20T02:25:33.213Z Compiling nix v0.31.3
15082026-08-20T02:25:33.857Z Compiling num v0.4.3
15092026-08-20T02:25:34.046Z Compiling thiserror-no-std v2.0.2
15102026-08-20T02:25:34.462Z Compiling hubpack v0.1.2
15112026-08-20T02:25:35.479Z Compiling chacha20 v0.9.1
15122026-08-20T02:25:35.515Z Compiling darling v0.21.3
15132026-08-20T02:25:35.722Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
15142026-08-20T02:25:35.895Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15152026-08-20T02:25:36.278Z Compiling reqwest v0.12.28
15162026-08-20T02:25:36.845Z Compiling toml_edit v0.25.13+spec-1.1.0
15172026-08-20T02:25:37.097Z Compiling blake2 v0.10.6
15182026-08-20T02:25:37.154Z Compiling aead v0.5.2
15192026-08-20T02:25:37.566Z Compiling byte-wrapper v0.1.0
15202026-08-20T02:25:37.691Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15212026-08-20T02:25:37.720Z Compiling serde_repr v0.1.21
15222026-08-20T02:25:38.380Z Compiling proc-macro-error-attr v1.0.4
15232026-08-20T02:25:38.480Z Compiling bstr v1.13.1
15242026-08-20T02:25:38.675Z Compiling keccak v0.1.6
15252026-08-20T02:25:38.684Z Compiling static_assertions v1.1.0
15262026-08-20T02:25:38.717Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15272026-08-20T02:25:38.757Z Compiling float-ord v0.3.2
15282026-08-20T02:25:38.970Z Compiling sha3 v0.10.9
15292026-08-20T02:25:39.339Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15302026-08-20T02:25:39.365Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15312026-08-20T02:25:39.863Z Compiling proc-macro-crate v3.5.0
15322026-08-20T02:25:40.086Z Compiling argon2 v0.5.3
15332026-08-20T02:25:40.270Z Compiling chacha20poly1305 v0.10.1
15342026-08-20T02:25:40.417Z Compiling progenitor-client v0.10.0
15352026-08-20T02:25:40.900Z Compiling ingot-macros v0.1.1
15362026-08-20T02:25:41.041Z Compiling vsss-rs v3.3.4
15372026-08-20T02:25:43.164Z Compiling ciborium v0.2.2
15382026-08-20T02:25:43.668Z Compiling usdt-attr-macro v0.5.0
15392026-08-20T02:25:43.904Z Compiling usdt-macro v0.5.0
15402026-08-20T02:25:44.966Z Compiling num-derive v0.4.2
15412026-08-20T02:25:45.074Z Compiling enum-as-inner v0.6.1
15422026-08-20T02:25:45.629Z Compiling proc-macro-error v1.0.4
15432026-08-20T02:25:45.846Z Compiling memmap v0.7.0
15442026-08-20T02:25:45.864Z Compiling data-encoding v2.11.1
15452026-08-20T02:25:46.064Z Compiling winnow v0.5.40
15462026-08-20T02:25:46.423Z Compiling indent_write v2.2.0
15472026-08-20T02:25:46.567Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15482026-08-20T02:25:46.839Z Compiling usdt v0.5.0
15492026-08-20T02:25:46.957Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15502026-08-20T02:25:46.983Z Compiling ingot-types v0.1.2
15512026-08-20T02:25:47.416Z Compiling toml_edit v0.19.15
15522026-08-20T02:25:47.458Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15532026-08-20T02:25:47.558Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15542026-08-20T02:25:47.694Z Compiling num_enum_derive v0.7.6
15552026-08-20T02:25:48.397Z Compiling serde_spanned v0.6.9
15562026-08-20T02:25:48.464Z Compiling foreign-types-macros v0.2.4
15572026-08-20T02:25:48.535Z Compiling vcpkg v0.2.15
15582026-08-20T02:25:48.676Z Compiling crossbeam-deque v0.8.7
15592026-08-20T02:25:48.938Z Compiling bytecount v0.6.9
15602026-08-20T02:25:49.047Z Compiling colored v3.1.1
15612026-08-20T02:25:49.119Z Compiling toml_write v0.1.2
15622026-08-20T02:25:49.158Z Compiling winnow v0.7.15
15632026-08-20T02:25:49.338Z Compiling foreign-types-shared v0.3.1
15642026-08-20T02:25:49.434Z Compiling foreign-types v0.5.0
15652026-08-20T02:25:49.533Z Compiling openssl-sys v0.9.117
15662026-08-20T02:25:49.665Z Compiling num_enum v0.7.6
15672026-08-20T02:25:49.790Z Compiling proc-macro-crate v1.3.1
15682026-08-20T02:25:50.095Z Compiling ingot v0.1.1
15692026-08-20T02:25:50.140Z Compiling atomicwrites v0.4.4
15702026-08-20T02:25:50.360Z Compiling progenitor-impl v0.14.0
15712026-08-20T02:25:50.409Z Compiling chacha20 v0.10.1
15722026-08-20T02:25:50.562Z Compiling toml_edit v0.22.27
15732026-08-20T02:25:50.694Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15742026-08-20T02:25:51.723Z Compiling rustls-webpki v0.103.14
15752026-08-20T02:25:51.751Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15762026-08-20T02:25:52.188Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15772026-08-20T02:25:52.224Z Compiling cstr-argument v0.1.2
15782026-08-20T02:25:52.397Z Compiling resolv-conf v0.7.6
15792026-08-20T02:25:52.429Z Compiling semver v0.1.20
15802026-08-20T02:25:52.705Z Compiling linked-hash-map v0.5.6
15812026-08-20T02:25:52.861Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
15822026-08-20T02:25:52.921Z Compiling swrite v0.1.0
15832026-08-20T02:25:53.098Z Compiling rayon-core v1.13.0
15842026-08-20T02:25:53.287Z Compiling unicode-segmentation v1.13.3
15852026-08-20T02:25:53.360Z Compiling lru-cache v0.1.2
15862026-08-20T02:25:53.377Z Compiling rustc_version v0.1.7
15872026-08-20T02:25:53.555Z Compiling progenitor-macro v0.14.0
15882026-08-20T02:25:53.575Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15892026-08-20T02:25:53.882Z Compiling newline-converter v0.3.0
15902026-08-20T02:25:53.956Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15912026-08-20T02:25:54.021Z Compiling toml v0.8.23
15922026-08-20T02:25:54.448Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15932026-08-20T02:25:54.854Z Compiling rand v0.10.2
15942026-08-20T02:25:55.623Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15952026-08-20T02:25:55.626Z Compiling num_enum_derive v0.5.11
15962026-08-20T02:25:55.899Z Compiling hickory-proto v0.24.4
15972026-08-20T02:25:56.095Z Compiling tokio-rustls v0.26.4
15982026-08-20T02:25:56.407Z Compiling hyper-rustls v0.27.9
15992026-08-20T02:25:56.410Z Compiling rustls-platform-verifier v0.7.0
16002026-08-20T02:25:56.649Z Compiling reqwest v0.13.4
16012026-08-20T02:25:58.157Z Compiling progenitor-client v0.14.0
16022026-08-20T02:25:58.609Z Compiling progenitor-extras v0.2.0
16032026-08-20T02:26:01.990Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16042026-08-20T02:26:03.304Z Compiling similar v2.7.0
16052026-08-20T02:26:06.056Z Compiling progenitor-impl v0.13.0
16062026-08-20T02:26:08.135Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16072026-08-20T02:26:11.029Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16082026-08-20T02:26:11.311Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16092026-08-20T02:26:11.458Z Compiling console v0.15.11
16102026-08-20T02:26:11.632Z Compiling camino-tempfile v1.4.1
16112026-08-20T02:26:11.714Z Compiling serde-big-array v0.5.1
16122026-08-20T02:26:11.898Z Compiling derive-where v1.6.1
16132026-08-20T02:26:12.036Z Compiling pin-project-internal v1.1.13
16142026-08-20T02:26:12.721Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16152026-08-20T02:26:13.123Z Compiling lazy_static v1.5.0
16162026-08-20T02:26:13.175Z Compiling minimal-lexical v0.2.1
16172026-08-20T02:26:13.231Z Compiling siphasher v1.0.3
16182026-08-20T02:26:13.419Z Compiling phf_shared v0.12.1
16192026-08-20T02:26:13.444Z Compiling nom v7.1.3
16202026-08-20T02:26:13.642Z Compiling pin-project v1.1.13
16212026-08-20T02:26:13.755Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16222026-08-20T02:26:13.952Z Compiling expectorate v1.2.0
16232026-08-20T02:26:14.055Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16242026-08-20T02:26:14.158Z Compiling progenitor-macro v0.13.0
16252026-08-20T02:26:14.779Z Compiling progenitor v0.14.0
16262026-08-20T02:26:15.181Z Compiling progenitor-client v0.13.0
16272026-08-20T02:26:15.630Z Compiling hickory-resolver v0.24.4
16282026-08-20T02:26:16.981Z Compiling num_enum v0.5.11
16292026-08-20T02:26:18.695Z Compiling newtype_derive v0.1.6
16302026-08-20T02:26:18.937Z Compiling snafu-derive v0.8.9
16312026-08-20T02:26:19.048Z Compiling unicode-normalization v0.1.25
16322026-08-20T02:26:19.340Z Compiling tokio-stream v0.1.19
16332026-08-20T02:26:19.626Z Compiling async-recursion v1.1.1
16342026-08-20T02:26:19.913Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
16352026-08-20T02:26:20.229Z Compiling slog-dtrace v0.3.0
16362026-08-20T02:26:20.311Z Compiling csv-core v0.1.13
16372026-08-20T02:26:20.479Z Compiling foldhash v0.1.5
16382026-08-20T02:26:20.691Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-08-20T02:26:20.706Z Compiling jiff-core v0.1.0
16402026-08-20T02:26:20.720Z Compiling same-file v1.0.6
16412026-08-20T02:26:20.898Z Compiling foreign-types-shared v0.1.1
16422026-08-20T02:26:21.001Z Compiling highway v1.3.0
16432026-08-20T02:26:21.683Z Compiling cancel-safe-futures v0.1.5
16442026-08-20T02:26:21.966Z Compiling owo-colors v4.3.0
16452026-08-20T02:26:22.005Z Compiling konst_macro_rules v0.2.19
16462026-08-20T02:26:22.211Z Compiling unicode-width v0.1.14
16472026-08-20T02:26:22.301Z Compiling unicode-xid v0.2.6
16482026-08-20T02:26:22.434Z Compiling chrono-tz v0.10.4
16492026-08-20T02:26:22.505Z Compiling openssl v0.10.81
16502026-08-20T02:26:22.524Z Compiling const_format_proc_macros v0.2.34
16512026-08-20T02:26:22.746Z Compiling konst v0.2.20
16522026-08-20T02:26:22.835Z Compiling jiff v0.2.35
16532026-08-20T02:26:23.130Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16542026-08-20T02:26:23.215Z Compiling foreign-types v0.3.2
16552026-08-20T02:26:23.298Z Compiling walkdir v2.5.0
16562026-08-20T02:26:23.314Z Compiling snafu v0.8.9
16572026-08-20T02:26:23.559Z Compiling hashbrown v0.15.5
16582026-08-20T02:26:23.864Z Compiling csv v1.4.0
16592026-08-20T02:26:24.056Z Compiling progenitor v0.13.0
16602026-08-20T02:26:24.208Z Compiling qorb v0.4.1
16612026-08-20T02:26:24.255Z Compiling olpc-cjson v0.1.4
16622026-08-20T02:26:24.537Z Compiling rayon v1.12.0
16632026-08-20T02:26:26.640Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16642026-08-20T02:26:27.186Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16652026-08-20T02:26:28.951Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-08-20T02:26:30.048Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16672026-08-20T02:26:30.325Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16682026-08-20T02:26:30.546Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16692026-08-20T02:26:31.553Z Compiling phf v0.12.1
16702026-08-20T02:26:31.739Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-08-20T02:26:32.551Z Compiling zone_cfg_derive v0.3.1
16722026-08-20T02:26:32.672Z Compiling tokio-dtrace v0.1.1
16732026-08-20T02:26:32.820Z Compiling globset v0.4.20
16742026-08-20T02:26:32.845Z Compiling itertools v0.15.0
16752026-08-20T02:26:32.990Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16762026-08-20T02:26:33.205Z Compiling itertools v0.12.1
16772026-08-20T02:26:33.246Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16782026-08-20T02:26:33.836Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16792026-08-20T02:26:34.121Z Compiling pem v3.0.6
16802026-08-20T02:26:34.150Z Compiling libsw-core v0.3.2
16812026-08-20T02:26:34.348Z Compiling serde_plain v1.0.2
16822026-08-20T02:26:34.353Z Compiling openssl-macros v0.1.1
16832026-08-20T02:26:34.586Z Compiling cookie v0.18.2
16842026-08-20T02:26:34.679Z Compiling sigpipe v0.1.3
16852026-08-20T02:26:34.781Z Compiling typed-path v0.9.3
16862026-08-20T02:26:34.796Z Compiling fixedbitset v0.5.7
16872026-08-20T02:26:34.839Z Compiling glob v0.3.4
16882026-08-20T02:26:34.891Z Compiling fixedbitset v0.4.2
16892026-08-20T02:26:35.140Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16902026-08-20T02:26:35.248Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-08-20T02:26:35.294Z Compiling petgraph v0.6.5
16922026-08-20T02:26:35.419Z Compiling petgraph v0.8.3
16932026-08-20T02:26:37.082Z Compiling tough v0.22.0
16942026-08-20T02:26:37.184Z Compiling zone v0.3.1
16952026-08-20T02:26:37.208Z Compiling libsw v3.5.0
16962026-08-20T02:26:37.398Z Compiling ingot-macros v0.2.0
16972026-08-20T02:26:37.589Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16982026-08-20T02:26:37.811Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-08-20T02:26:38.070Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17002026-08-20T02:26:38.256Z Compiling oxide-tokio-rt v0.1.6
17012026-08-20T02:26:38.371Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-08-20T02:26:38.821Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-08-20T02:26:38.839Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17042026-08-20T02:26:40.147Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-08-20T02:26:41.012Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17062026-08-20T02:26:41.910Z Compiling const_format v0.2.36
17072026-08-20T02:26:42.715Z Compiling papergrid v0.11.0
17082026-08-20T02:26:42.771Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-08-20T02:26:43.321Z Compiling tabled_derive v0.7.0
17102026-08-20T02:26:43.840Z Compiling libscf-sys v1.2.0
17112026-08-20T02:26:43.997Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17122026-08-20T02:26:44.155Z Compiling gethostname v0.5.0
17132026-08-20T02:26:44.287Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17142026-08-20T02:26:44.302Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17152026-08-20T02:26:44.413Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17162026-08-20T02:26:44.542Z Compiling bcs v0.1.6
17172026-08-20T02:26:44.656Z Compiling smf v0.2.3
17182026-08-20T02:26:44.942Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17192026-08-20T02:26:45.032Z Compiling smawk v0.3.3
17202026-08-20T02:26:45.180Z Compiling linear-map v1.2.0
17212026-08-20T02:26:45.411Z Compiling tagptr v0.2.0
17222026-08-20T02:26:45.582Z Compiling termtree v0.5.1
17232026-08-20T02:26:45.759Z Compiling whoami v1.6.1
17242026-08-20T02:26:45.770Z Compiling unicode-linebreak v0.1.5
17252026-08-20T02:26:46.054Z Compiling textwrap v0.16.2
17262026-08-20T02:26:47.580Z Compiling moka v0.12.16
17272026-08-20T02:26:47.734Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
17282026-08-20T02:26:47.875Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-08-20T02:26:48.085Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17302026-08-20T02:26:48.539Z Compiling tabled v0.15.0
17312026-08-20T02:26:48.822Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-08-20T02:26:48.933Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17332026-08-20T02:26:49.180Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-08-20T02:26:49.385Z Compiling steno v0.4.1
17352026-08-20T02:26:50.778Z Compiling ingot-types v0.2.0
17362026-08-20T02:26:53.241Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-08-20T02:26:54.823Z Compiling hickory-proto v0.25.2
17382026-08-20T02:26:56.333Z Compiling ingot v0.2.1
17392026-08-20T02:26:56.391Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17402026-08-20T02:26:56.762Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17412026-08-20T02:26:56.825Z Compiling parking_lot_core v0.8.6
17422026-08-20T02:26:57.061Z Compiling hickory-resolver v0.25.2
17432026-08-20T02:26:57.140Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-08-20T02:26:57.609Z Compiling papergrid v0.18.0
17452026-08-20T02:26:58.061Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17462026-08-20T02:26:58.283Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17472026-08-20T02:26:59.974Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17482026-08-20T02:27:00.130Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17492026-08-20T02:27:00.681Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-08-20T02:27:01.366Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17512026-08-20T02:27:01.685Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17522026-08-20T02:27:03.121Z Compiling tabled v0.21.0
17532026-08-20T02:27:03.691Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
17542026-08-20T02:27:03.814Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
17552026-08-20T02:27:03.828Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
17562026-08-20T02:27:04.462Z Compiling arc-swap v1.9.2
17572026-08-20T02:27:04.810Z Compiling slog-scope v4.4.1
17582026-08-20T02:27:05.169Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
17592026-08-20T02:27:05.286Z Compiling parking_lot v0.11.2
17602026-08-20T02:27:05.811Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17612026-08-20T02:27:06.017Z Compiling dropshot-api-manager-types v0.7.2
17622026-08-20T02:27:06.432Z Compiling fxhash v0.2.1
17632026-08-20T02:27:06.432Z Compiling crc8 v0.1.1
17642026-08-20T02:27:06.432Z Compiling sled v0.34.7
17652026-08-20T02:27:06.614Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
17662026-08-20T02:27:07.925Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17672026-08-20T02:27:08.277Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
17682026-08-20T02:27:09.998Z Compiling slog-stdlog v4.1.1
17692026-08-20T02:27:10.432Z Compiling port-file v0.1.0
17702026-08-20T02:27:10.696Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
17712026-08-20T02:27:10.850Z Compiling slog-envlogger v2.2.0
17722026-08-20T02:27:10.980Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17732026-08-20T02:27:11.534Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-08-20T02:27:14.054Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-08-20T02:27:15.566Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
17762026-08-20T02:27:17.718Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17772026-08-20T02:27:27.772Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17782026-08-20T02:27:31.961Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17792026-08-20T02:27:35.362Z Finished `release` profile [optimized] target(s) in 3m 38s
17802026-08-20T02:27:35.691Z+ banner trio
17812026-08-20T02:27:35.698Z
17822026-08-20T02:27:35.698Z ##### ##### # ####
17832026-08-20T02:27:35.698Z # # # # # #
17842026-08-20T02:27:35.698Z # # # # # #
17852026-08-20T02:27:35.698Z # ##### # # #
17862026-08-20T02:27:35.698Z # # # # # #
17872026-08-20T02:27:35.698Z # # # # ####
17882026-08-20T02:27:35.698Z
17892026-08-20T02:27:35.698Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
17902026-08-20T02:27:36.272Z Compiling cfg-if v1.0.4
17912026-08-20T02:27:36.279Z Compiling libc v0.2.189
17922026-08-20T02:27:36.279Z Compiling serde_core v1.0.229
17932026-08-20T02:27:36.382Z Compiling memchr v2.8.3
17942026-08-20T02:27:36.390Z Compiling smallvec v1.15.2
17952026-08-20T02:27:36.403Z Compiling itoa v1.0.18
17962026-08-20T02:27:36.408Z Compiling stable_deref_trait v1.2.1
17972026-08-20T02:27:36.415Z Compiling zerofrom v0.1.8
17982026-08-20T02:27:36.422Z Compiling zmij v1.0.23
17992026-08-20T02:27:36.469Z Compiling writeable v0.6.3
18002026-08-20T02:27:36.528Z Compiling yoke v0.8.3
18012026-08-20T02:27:36.623Z Compiling litemap v0.8.2
18022026-08-20T02:27:36.637Z Compiling utf8_iter v1.0.4
18032026-08-20T02:27:36.699Z Compiling zerovec v0.11.6
18042026-08-20T02:27:36.717Z Compiling zerotrie v0.2.4
18052026-08-20T02:27:36.768Z Compiling percent-encoding v2.3.2
18062026-08-20T02:27:36.818Z Compiling libm v0.2.16
18072026-08-20T02:27:36.830Z Compiling icu_properties_data v2.2.0
18082026-08-20T02:27:36.914Z Compiling icu_normalizer_data v2.2.0
18092026-08-20T02:27:36.970Z Compiling form_urlencoded v1.2.2
18102026-08-20T02:27:37.008Z Compiling rand_core v0.10.1
18112026-08-20T02:27:37.039Z Compiling errno v0.3.14
18122026-08-20T02:27:37.163Z Compiling getrandom v0.4.3
18132026-08-20T02:27:37.177Z Compiling iana-time-zone v0.1.65
18142026-08-20T02:27:37.221Z Compiling pin-project-lite v0.2.17
18152026-08-20T02:27:37.258Z Compiling zeroize v1.9.0
18162026-08-20T02:27:37.424Z Compiling tinystr v0.8.3
18172026-08-20T02:27:37.424Z Compiling potential_utf v0.1.5
18182026-08-20T02:27:37.424Z Compiling dyn-clone v1.0.20
18192026-08-20T02:27:37.470Z Compiling icu_collections v2.2.0
18202026-08-20T02:27:37.486Z Compiling icu_locale_core v2.2.0
18212026-08-20T02:27:37.520Z Compiling socket2 v0.6.5
18222026-08-20T02:27:37.528Z Compiling scopeguard v1.2.0
18232026-08-20T02:27:37.528Z Compiling parking_lot_core v0.9.12
18242026-08-20T02:27:37.536Z Compiling signal-hook-registry v1.4.8
18252026-08-20T02:27:37.634Z Compiling num-traits v0.2.19
18262026-08-20T02:27:37.885Z Compiling lock_api v0.4.14
18272026-08-20T02:27:37.980Z Compiling mio v1.2.2
18282026-08-20T02:27:38.141Z Compiling parking_lot v0.12.5
18292026-08-20T02:27:38.176Z Compiling portable-atomic v1.15.0
18302026-08-20T02:27:38.240Z Compiling serde v1.0.229
18312026-08-20T02:27:38.364Z Compiling serde_json v1.0.151
18322026-08-20T02:27:38.402Z Compiling icu_provider v2.2.0
18332026-08-20T02:27:38.510Z Compiling uuid v1.24.0
18342026-08-20T02:27:38.607Z Compiling semver v1.0.28
18352026-08-20T02:27:38.855Z Compiling bytes v1.12.1
18362026-08-20T02:27:38.909Z Compiling icu_properties v2.2.0
18372026-08-20T02:27:38.971Z Compiling icu_normalizer v2.2.0
18382026-08-20T02:27:39.026Z Compiling chrono v0.4.45
18392026-08-20T02:27:39.099Z Compiling thiserror v2.0.20
18402026-08-20T02:27:39.210Z Compiling bitflags v2.13.1
18412026-08-20T02:27:39.253Z Compiling critical-section v1.2.0
18422026-08-20T02:27:39.355Z Compiling futures-core v0.3.34
18432026-08-20T02:27:39.589Z Compiling tokio v1.53.1
18442026-08-20T02:27:39.631Z Compiling once_cell v1.21.4
18452026-08-20T02:27:39.726Z Compiling subtle v2.6.1
18462026-08-20T02:27:39.850Z Compiling idna_adapter v1.2.2
18472026-08-20T02:27:39.898Z Compiling log v0.4.33
18482026-08-20T02:27:39.988Z Compiling idna v1.1.0
18492026-08-20T02:27:40.124Z Compiling equivalent v1.0.2
18502026-08-20T02:27:40.141Z Compiling allocator-api2 v0.2.21
18512026-08-20T02:27:40.152Z Compiling zerocopy v0.8.56
18522026-08-20T02:27:40.201Z Compiling futures-sink v0.3.34
18532026-08-20T02:27:40.311Z Compiling url v2.5.8
18542026-08-20T02:27:40.473Z Compiling slab v0.4.12
18552026-08-20T02:27:40.531Z Compiling typenum v1.20.1
18562026-08-20T02:27:40.666Z Compiling futures-channel v0.3.34
18572026-08-20T02:27:40.930Z Compiling schemars v0.8.22
18582026-08-20T02:27:40.941Z Compiling hashbrown v0.17.1
18592026-08-20T02:27:41.349Z Compiling getrandom v0.2.17
18602026-08-20T02:27:41.578Z Compiling futures-task v0.3.34
18612026-08-20T02:27:41.610Z Compiling futures-io v0.3.34
18622026-08-20T02:27:41.755Z Compiling futures-util v0.3.34
18632026-08-20T02:27:41.832Z Compiling rand_core v0.6.4
18642026-08-20T02:27:42.065Z Compiling indexmap v2.14.0
18652026-08-20T02:27:42.102Z Compiling tracing-core v0.1.36
18662026-08-20T02:27:42.425Z Compiling ipnetwork v0.21.1
18672026-08-20T02:27:42.781Z Compiling tracing v0.1.44
18682026-08-20T02:27:42.890Z Compiling base64 v0.22.1
18692026-08-20T02:27:43.132Z Compiling http v1.5.0
18702026-08-20T02:27:43.154Z Compiling unicode-ident v1.0.24
18712026-08-20T02:27:43.281Z Compiling proc-macro2 v1.0.107
18722026-08-20T02:27:43.364Z Compiling slog v2.8.2
18732026-08-20T02:27:43.378Z Compiling erased-serde v0.3.31
18742026-08-20T02:27:43.391Z Compiling fnv v1.0.7
18752026-08-20T02:27:43.494Z Compiling oxnet v0.1.6
18762026-08-20T02:27:44.278Z Compiling quote v1.0.47
18772026-08-20T02:27:44.394Z Compiling tokio-util v0.7.19
18782026-08-20T02:27:44.529Z Compiling syn v2.0.119
18792026-08-20T02:27:44.938Z Compiling ipnet v2.12.1
18802026-08-20T02:27:45.009Z Compiling byteorder v1.5.0
18812026-08-20T02:27:45.249Z Compiling thiserror v1.0.69
18822026-08-20T02:27:45.314Z Compiling ppv-lite86 v0.2.21
18832026-08-20T02:27:45.357Z Compiling rustls-pki-types v1.15.1
18842026-08-20T02:27:45.575Z Compiling aws-lc-sys v0.44.0
18852026-08-20T02:27:45.630Z Compiling http-body v1.1.0
18862026-08-20T02:27:45.646Z Compiling untrusted v0.7.1
18872026-08-20T02:27:45.773Z Compiling atomic-waker v1.1.2
18882026-08-20T02:27:45.794Z Compiling httparse v1.10.1
18892026-08-20T02:27:45.904Z Compiling rustls v0.23.43
18902026-08-20T02:27:45.916Z Compiling ryu v1.0.23
18912026-08-20T02:27:46.118Z Compiling aws-lc-rs v1.18.0
18922026-08-20T02:27:46.136Z Compiling try-lock v0.2.5
18932026-08-20T02:27:46.141Z Compiling untrusted v0.9.0
18942026-08-20T02:27:46.200Z Compiling tower-layer v0.3.3
18952026-08-20T02:27:46.214Z Compiling pretty-hex v0.4.2
18962026-08-20T02:27:46.239Z Compiling tower-service v0.3.3
18972026-08-20T02:27:46.258Z Compiling want v0.3.1
18982026-08-20T02:27:46.285Z Compiling h2 v0.4.15
18992026-08-20T02:27:46.335Z Compiling httpdate v1.0.3
19002026-08-20T02:27:46.528Z Compiling rustix v1.1.4
19012026-08-20T02:27:46.528Z Compiling regex-syntax v0.8.11
19022026-08-20T02:27:46.528Z Compiling plain v0.2.3
19032026-08-20T02:27:46.565Z Compiling getrandom v0.3.4
19042026-08-20T02:27:46.713Z Compiling omicron-workspace-hack v0.1.0
19052026-08-20T02:27:46.778Z Compiling ucd-trie v0.1.7
19062026-08-20T02:27:46.793Z Compiling rand_core v0.9.5
19072026-08-20T02:27:47.048Z Compiling pest v2.8.8
19082026-08-20T02:27:47.332Z Compiling rustls-webpki v0.103.14
19092026-08-20T02:27:48.674Z Compiling crossbeam-utils v0.8.22
19102026-08-20T02:27:49.069Z Compiling hyper v1.11.0
19112026-08-20T02:27:49.378Z Compiling serde_urlencoded v0.7.1
19122026-08-20T02:27:49.661Z Compiling http-body-util v0.1.5
19132026-08-20T02:27:49.800Z Compiling foldhash v0.2.0
19142026-08-20T02:27:49.978Z Compiling newtype-uuid v1.4.0
19152026-08-20T02:27:50.093Z Compiling hex v0.4.3
19162026-08-20T02:27:52.826Z Compiling daft v0.1.8
19172026-08-20T02:27:52.907Z Compiling hyper-util v0.1.20
19182026-08-20T02:27:52.907Z Compiling rand_chacha v0.9.0
19192026-08-20T02:27:52.924Z Compiling sync_wrapper v1.0.2
19202026-08-20T02:27:52.925Z Compiling aho-corasick v1.1.5
19212026-08-20T02:27:52.925Z Compiling tokio-rustls v0.26.4
19222026-08-20T02:27:52.925Z Compiling fastrand v2.5.0
19232026-08-20T02:27:53.184Z Compiling regex-automata v0.4.18
19242026-08-20T02:27:53.458Z Compiling tower v0.5.3
19252026-08-20T02:27:53.679Z Compiling anyhow v1.0.104
19262026-08-20T02:27:53.691Z Compiling rand v0.9.5
19272026-08-20T02:27:53.831Z Compiling tower-http v0.6.11
19282026-08-20T02:27:53.976Z Compiling generic-array v0.14.7
19292026-08-20T02:27:54.395Z Compiling hashbrown v0.16.1
19302026-08-20T02:27:54.419Z Compiling openapiv3 v2.2.0
19312026-08-20T02:27:54.492Z Compiling cpufeatures v0.3.0
19322026-08-20T02:27:54.527Z Compiling powerfmt v0.2.0
19332026-08-20T02:27:54.567Z Compiling openssl-probe v0.2.1
19342026-08-20T02:27:54.786Z Compiling time-core v0.1.9
19352026-08-20T02:27:54.813Z Compiling deranged v0.5.8
19362026-08-20T02:27:54.981Z Compiling num_threads v0.1.7
19372026-08-20T02:27:55.059Z Compiling num-conv v0.2.2
19382026-08-20T02:27:55.076Z Compiling rustls-native-certs v0.8.4
19392026-08-20T02:27:55.217Z Compiling camino v1.2.5
19402026-08-20T02:27:55.784Z Compiling time v0.3.55
19412026-08-20T02:27:55.862Z Compiling tempfile v3.27.0
19422026-08-20T02:27:55.874Z Compiling futures-executor v0.3.34
19432026-08-20T02:27:56.349Z Compiling winnow v1.0.4
19442026-08-20T02:27:56.614Z Compiling futures v0.3.34
19452026-08-20T02:27:56.671Z Compiling regex v1.13.1
19462026-08-20T02:27:56.697Z Compiling rustls-platform-verifier v0.7.0
19472026-08-20T02:27:56.983Z Compiling hyper-rustls v0.27.9
19482026-08-20T02:27:57.283Z Compiling crossbeam-channel v0.5.16
19492026-08-20T02:27:57.361Z Compiling scroll v0.13.0
19502026-08-20T02:27:57.669Z Compiling hybrid-array v0.4.14
19512026-08-20T02:27:57.840Z Compiling simd-adler32 v0.3.10
19522026-08-20T02:27:58.048Z Compiling adler2 v2.0.1
19532026-08-20T02:27:58.119Z Compiling goblin v0.10.7
19542026-08-20T02:27:58.142Z Compiling miniz_oxide v0.8.9
19552026-08-20T02:27:58.209Z Compiling crc32fast v1.5.0
19562026-08-20T02:27:58.458Z Compiling reqwest v0.13.4
19572026-08-20T02:27:58.679Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-08-20T02:27:58.700Z Compiling thread_local v1.1.10
19592026-08-20T02:27:59.069Z Compiling either v1.17.0
19602026-08-20T02:27:59.303Z Compiling flate2 v1.1.9
19612026-08-20T02:27:59.573Z Compiling block-buffer v0.12.1
19622026-08-20T02:27:59.759Z Compiling crypto-common v0.2.2
19632026-08-20T02:27:59.855Z Compiling crypto-common v0.1.7
19642026-08-20T02:28:00.006Z Compiling dtrace-parser v0.3.0
19652026-08-20T02:28:00.635Z Compiling rand_chacha v0.3.1
19662026-08-20T02:28:01.035Z Compiling thread-id v5.1.0
19672026-08-20T02:28:01.123Z Compiling is-terminal v0.4.17
19682026-08-20T02:28:01.226Z Compiling const-oid v0.10.2
19692026-08-20T02:28:01.241Z Compiling compression-core v0.4.32
19702026-08-20T02:28:01.415Z Compiling dof v0.4.0
19712026-08-20T02:28:01.521Z Compiling take_mut v0.2.2
19722026-08-20T02:28:01.639Z Compiling debug-ignore v1.0.5
19732026-08-20T02:28:01.765Z Compiling term v1.2.1
19742026-08-20T02:28:02.556Z Compiling match_cfg v0.1.0
19752026-08-20T02:28:02.633Z Compiling hostname v0.3.1
19762026-08-20T02:28:02.799Z Compiling usdt-impl v0.6.0
19772026-08-20T02:28:03.638Z Compiling slog-term v2.9.2
19782026-08-20T02:28:04.462Z Compiling slog-async v2.8.0
19792026-08-20T02:28:04.615Z Compiling digest v0.11.3
19802026-08-20T02:28:04.807Z Compiling compression-codecs v0.4.38
19812026-08-20T02:28:05.136Z Compiling rand v0.8.7
19822026-08-20T02:28:05.244Z Compiling ref-cast v1.0.26
19832026-08-20T02:28:05.281Z Compiling slog-json v2.6.1
19842026-08-20T02:28:05.547Z Compiling toml_parser v1.1.3+spec-1.1.0
19852026-08-20T02:28:05.751Z Compiling strum v0.26.3
19862026-08-20T02:28:05.890Z Compiling macaddr v1.0.1
19872026-08-20T02:28:05.907Z Compiling toml_datetime v1.1.1+spec-1.1.0
19882026-08-20T02:28:06.160Z Compiling serde_spanned v1.1.1
19892026-08-20T02:28:06.319Z Compiling memmap2 v0.9.11
19902026-08-20T02:28:06.339Z Compiling wait-timeout v0.2.1
19912026-08-20T02:28:06.614Z Compiling encoding_rs v0.8.35
19922026-08-20T02:28:06.827Z Compiling quick-error v1.2.3
19932026-08-20T02:28:06.852Z Compiling bit-vec v0.8.0
19942026-08-20T02:28:06.936Z Compiling mime v0.3.17
19952026-08-20T02:28:07.043Z Compiling spin v0.9.9
19962026-08-20T02:28:07.148Z Compiling toml_writer v1.1.2+spec-1.1.0
19972026-08-20T02:28:07.172Z Compiling bit-set v0.8.0
19982026-08-20T02:28:07.363Z Compiling toml v1.1.4+spec-1.1.0
19992026-08-20T02:28:07.402Z Compiling rusty-fork v0.3.1
20002026-08-20T02:28:07.415Z Compiling usdt v0.6.0
20012026-08-20T02:28:08.071Z Compiling multer v3.1.0
20022026-08-20T02:28:08.255Z Compiling slog-bunyan v2.5.0
20032026-08-20T02:28:08.439Z Compiling async-compression v0.4.43
20042026-08-20T02:28:08.904Z Compiling sha1 v0.11.0
20052026-08-20T02:28:09.311Z Compiling serde_with v3.22.0
20062026-08-20T02:28:09.322Z Compiling async-stream v0.3.6
20072026-08-20T02:28:09.512Z Compiling rand_xorshift v0.4.0
20082026-08-20T02:28:09.613Z Compiling waitgroup v0.1.2
20092026-08-20T02:28:09.634Z Compiling rustls-pemfile v2.2.0
20102026-08-20T02:28:09.675Z Compiling serde_path_to_error v0.1.20
20112026-08-20T02:28:09.766Z Compiling hostname v0.4.2
20122026-08-20T02:28:09.910Z Compiling unarray v0.1.4
20132026-08-20T02:28:09.928Z Compiling progenitor-client v0.14.0
20142026-08-20T02:28:10.031Z Compiling proptest v1.11.0
20152026-08-20T02:28:10.119Z Compiling dropshot v0.17.1
20162026-08-20T02:28:10.399Z Compiling strum v0.27.2
20172026-08-20T02:28:10.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20182026-08-20T02:28:10.529Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20192026-08-20T02:28:10.572Z Compiling iddqd v0.4.6
20202026-08-20T02:28:10.759Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-08-20T02:28:10.843Z Compiling block-buffer v0.10.4
20222026-08-20T02:28:11.015Z Compiling reqwest v0.12.28
20232026-08-20T02:28:11.064Z Compiling backon v1.6.0
20242026-08-20T02:28:11.323Z Compiling instant v0.1.13
20252026-08-20T02:28:11.444Z Compiling backoff v0.4.0
20262026-08-20T02:28:11.662Z Compiling progenitor-extras v0.2.0
20272026-08-20T02:28:11.796Z Compiling digest v0.10.7
20282026-08-20T02:28:11.915Z Compiling parse-display v0.10.0
20292026-08-20T02:28:12.016Z Compiling itertools v0.14.0
20302026-08-20T02:28:12.067Z Compiling regress v0.10.5
20312026-08-20T02:28:12.460Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20322026-08-20T02:28:12.778Z Compiling progenitor-client v0.10.0
20332026-08-20T02:28:13.234Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20342026-08-20T02:28:13.510Z Compiling humantime v2.4.0
20352026-08-20T02:28:13.940Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-08-20T02:28:14.233Z Compiling cpufeatures v0.2.17
20372026-08-20T02:28:14.315Z Compiling unicode-width v0.2.2
20382026-08-20T02:28:14.636Z Compiling heck v0.5.0
20392026-08-20T02:28:15.494Z Compiling secrecy v0.10.3
20402026-08-20T02:28:15.669Z Compiling tinyvec_macros v0.1.1
20412026-08-20T02:28:15.747Z Compiling tinyvec v1.12.0
20422026-08-20T02:28:16.160Z Compiling num-integer v0.1.47
20432026-08-20T02:28:16.189Z Compiling scroll v0.12.0
20442026-08-20T02:28:16.501Z Compiling crucible-workspace-hack v0.1.0
20452026-08-20T02:28:16.576Z Compiling hmac v0.12.1
20462026-08-20T02:28:16.667Z Compiling regress v0.11.1
20472026-08-20T02:28:16.737Z Compiling inout v0.1.4
20482026-08-20T02:28:16.758Z Compiling ff v0.13.1
20492026-08-20T02:28:16.906Z Compiling utf8parse v0.2.2
20502026-08-20T02:28:16.919Z Compiling cipher v0.4.4
20512026-08-20T02:28:16.923Z Compiling group v0.13.0
20522026-08-20T02:28:17.022Z Compiling anstyle-parse v1.0.0
20532026-08-20T02:28:17.038Z Compiling hkdf v0.12.4
20542026-08-20T02:28:17.198Z Compiling goblin v0.8.2
20552026-08-20T02:28:17.209Z Compiling num-rational v0.4.2
20562026-08-20T02:28:17.251Z Compiling num-iter v0.1.46
20572026-08-20T02:28:17.380Z Compiling zerocopy v0.7.35
20582026-08-20T02:28:17.983Z Compiling universal-hash v0.5.1
20592026-08-20T02:28:18.134Z Compiling crypto-bigint v0.5.5
20602026-08-20T02:28:18.331Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-08-20T02:28:18.982Z Compiling typify-impl v0.6.2
20622026-08-20T02:28:19.583Z Compiling terminal_size v0.4.4
20632026-08-20T02:28:19.754Z Compiling half v2.7.1
20642026-08-20T02:28:20.004Z Compiling num-complex v0.4.6
20652026-08-20T02:28:20.109Z Compiling opaque-debug v0.3.1
20662026-08-20T02:28:20.188Z Compiling base64ct v1.8.3
20672026-08-20T02:28:20.463Z Compiling base16ct v0.2.0
20682026-08-20T02:28:20.548Z Compiling ciborium-io v0.2.2
20692026-08-20T02:28:20.649Z Compiling anstyle-query v1.1.5
20702026-08-20T02:28:20.666Z Compiling colorchoice v1.0.5
20712026-08-20T02:28:20.767Z Compiling is_terminal_polyfill v1.70.2
20722026-08-20T02:28:20.791Z Compiling anstyle v1.0.14
20732026-08-20T02:28:20.883Z Compiling ciborium-ll v0.2.2
20742026-08-20T02:28:21.057Z Compiling anstream v1.0.0
20752026-08-20T02:28:21.724Z Compiling typify v0.6.2
20762026-08-20T02:28:21.724Z Compiling elliptic-curve v0.13.8
20772026-08-20T02:28:21.724Z Compiling password-hash v0.5.0
20782026-08-20T02:28:21.724Z Compiling num v0.4.3
20792026-08-20T02:28:21.724Z Compiling poly1305 v0.8.0
20802026-08-20T02:28:21.724Z Compiling curve25519-dalek v4.1.3
20812026-08-20T02:28:22.245Z Compiling dof v0.3.0
20822026-08-20T02:28:22.504Z Compiling thiserror-no-std v2.0.2
20832026-08-20T02:28:22.608Z Compiling chacha20 v0.9.1
20842026-08-20T02:28:22.860Z Compiling crossbeam-epoch v0.9.20
20852026-08-20T02:28:23.347Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20862026-08-20T02:28:23.859Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-08-20T02:28:24.417Z Compiling blake2 v0.10.6
20882026-08-20T02:28:24.841Z Compiling aead v0.5.2
20892026-08-20T02:28:24.912Z Compiling byte-wrapper v0.1.0
20902026-08-20T02:28:25.033Z Compiling dtrace-parser v0.2.0
20912026-08-20T02:28:25.362Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20922026-08-20T02:28:25.836Z Compiling thread-id v4.2.2
20932026-08-20T02:28:25.912Z Compiling float-ord v0.3.2
20942026-08-20T02:28:25.926Z Compiling strsim v0.11.1
20952026-08-20T02:28:26.050Z Compiling clap_lex v1.1.0
20962026-08-20T02:28:26.387Z Compiling keccak v0.1.6
20972026-08-20T02:28:26.447Z Compiling clap_builder v4.6.6
20982026-08-20T02:28:26.609Z Compiling sha3 v0.10.9
20992026-08-20T02:28:26.729Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-08-20T02:28:27.015Z Compiling usdt-impl v0.5.0
21012026-08-20T02:28:27.107Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21022026-08-20T02:28:27.600Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-08-20T02:28:30.109Z Compiling chacha20poly1305 v0.10.1
21042026-08-20T02:28:30.266Z Compiling argon2 v0.5.3
21052026-08-20T02:28:31.254Z Compiling vsss-rs v3.3.4
21062026-08-20T02:28:31.310Z Compiling ciborium v0.2.2
21072026-08-20T02:28:32.186Z Compiling hash32 v0.3.1
21082026-08-20T02:28:32.199Z Compiling memmap v0.7.0
21092026-08-20T02:28:32.353Z Compiling data-encoding v2.11.1
21102026-08-20T02:28:32.435Z Compiling indent_write v2.2.0
21112026-08-20T02:28:32.589Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-08-20T02:28:32.749Z Compiling usdt v0.5.0
21132026-08-20T02:28:33.403Z Compiling heapless v0.8.0
21142026-08-20T02:28:33.548Z Compiling ingot-types v0.1.2
21152026-08-20T02:28:33.907Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-08-20T02:28:34.002Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21172026-08-20T02:28:34.106Z Compiling clap v4.6.6
21182026-08-20T02:28:34.194Z Compiling rustix v0.38.44
21192026-08-20T02:28:34.250Z Compiling tabwriter v1.4.1
21202026-08-20T02:28:34.619Z Compiling cobs v0.3.0
21212026-08-20T02:28:34.897Z Compiling bitflags v1.3.2
21222026-08-20T02:28:34.977Z Compiling foreign-types-shared v0.3.1
21232026-08-20T02:28:34.989Z Compiling managed v0.8.0
21242026-08-20T02:28:35.076Z Compiling colored v3.1.1
21252026-08-20T02:28:35.243Z Compiling smoltcp v0.11.0
21262026-08-20T02:28:35.536Z Compiling foreign-types v0.5.0
21272026-08-20T02:28:35.621Z Compiling postcard v1.1.3
21282026-08-20T02:28:35.705Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-08-20T02:28:36.001Z Compiling ingot v0.1.1
21302026-08-20T02:28:37.210Z Compiling num_enum v0.7.6
21312026-08-20T02:28:37.343Z Compiling memoffset v0.9.1
21322026-08-20T02:28:37.436Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21332026-08-20T02:28:37.475Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-08-20T02:28:37.549Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21352026-08-20T02:28:37.670Z Compiling chacha20 v0.10.1
21362026-08-20T02:28:37.768Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21372026-08-20T02:28:37.968Z Compiling toml_datetime v0.6.11
21382026-08-20T02:28:38.194Z Compiling serde_spanned v0.6.9
21392026-08-20T02:28:38.197Z Compiling cstr-argument v0.1.2
21402026-08-20T02:28:38.341Z Compiling swrite v0.1.0
21412026-08-20T02:28:38.366Z Compiling resolv-conf v0.7.6
21422026-08-20T02:28:38.377Z Compiling toml_write v0.1.2
21432026-08-20T02:28:38.400Z Compiling unicode-segmentation v1.13.3
21442026-08-20T02:28:38.447Z Compiling linked-hash-map v0.5.6
21452026-08-20T02:28:38.621Z Compiling winnow v0.7.15
21462026-08-20T02:28:38.664Z Compiling static_assertions v1.1.0
21472026-08-20T02:28:38.698Z Compiling lru-cache v0.1.2
21482026-08-20T02:28:38.744Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21492026-08-20T02:28:38.839Z Compiling newline-converter v0.3.0
21502026-08-20T02:28:38.973Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21512026-08-20T02:28:38.984Z Compiling rand v0.10.2
21522026-08-20T02:28:38.994Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21532026-08-20T02:28:39.120Z Compiling hubpack v0.1.2
21542026-08-20T02:28:39.134Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21552026-08-20T02:28:39.362Z Compiling nix v0.31.3
21562026-08-20T02:28:39.374Z Compiling crossbeam-deque v0.8.7
21572026-08-20T02:28:39.595Z Compiling atomicwrites v0.4.4
21582026-08-20T02:28:39.741Z Compiling hickory-proto v0.24.4
21592026-08-20T02:28:39.881Z Compiling console v0.15.11
21602026-08-20T02:28:40.501Z Compiling toml_edit v0.22.27
21612026-08-20T02:28:40.662Z Compiling itertools v0.12.1
21622026-08-20T02:28:41.214Z Compiling camino-tempfile v1.4.1
21632026-08-20T02:28:41.625Z Compiling serde-big-array v0.5.1
21642026-08-20T02:28:41.800Z Compiling lazy_static v1.5.0
21652026-08-20T02:28:41.892Z Compiling siphasher v1.0.3
21662026-08-20T02:28:41.910Z Compiling similar v2.7.0
21672026-08-20T02:28:42.110Z Compiling toml v0.8.23
21682026-08-20T02:28:42.187Z Compiling phf_shared v0.12.1
21692026-08-20T02:28:42.406Z Compiling expectorate v1.2.0
21702026-08-20T02:28:42.619Z Compiling hickory-resolver v0.24.4
21712026-08-20T02:28:42.897Z Compiling pin-project v1.1.13
21722026-08-20T02:28:43.004Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21732026-08-20T02:28:43.861Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21742026-08-20T02:28:44.554Z Compiling prettyplease v0.2.37
21752026-08-20T02:28:44.918Z Compiling rayon-core v1.13.0
21762026-08-20T02:28:46.608Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-08-20T02:28:47.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
21782026-08-20T02:28:48.109Z Compiling num_enum v0.5.11
21792026-08-20T02:28:48.241Z Compiling progenitor-impl v0.14.0
21802026-08-20T02:28:48.909Z Compiling progenitor-impl v0.13.0
21812026-08-20T02:28:49.631Z Compiling unicode-normalization v0.1.25
21822026-08-20T02:28:50.203Z Compiling progenitor-client v0.13.0
21832026-08-20T02:28:50.692Z Compiling tokio-stream v0.1.19
21842026-08-20T02:28:51.287Z Compiling csv-core v0.1.13
21852026-08-20T02:28:51.393Z Compiling bstr v1.13.1
21862026-08-20T02:28:51.708Z Compiling konst_macro_rules v0.2.19
21872026-08-20T02:28:51.832Z Compiling foreign-types-shared v0.1.1
21882026-08-20T02:28:51.898Z Compiling jiff-core v0.1.0
21892026-08-20T02:28:51.929Z Compiling same-file v1.0.6
21902026-08-20T02:28:52.094Z Compiling highway v1.3.0
21912026-08-20T02:28:52.122Z Compiling foldhash v0.1.5
21922026-08-20T02:28:52.348Z Compiling unicode-width v0.1.14
21932026-08-20T02:28:52.655Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-08-20T02:28:52.765Z Compiling jiff v0.2.35
21952026-08-20T02:28:53.733Z Compiling hashbrown v0.15.5
21962026-08-20T02:28:54.386Z Compiling walkdir v2.5.0
21972026-08-20T02:28:55.088Z Compiling foreign-types v0.3.2
21982026-08-20T02:28:55.171Z Compiling konst v0.2.20
21992026-08-20T02:28:55.551Z Compiling globset v0.4.20
22002026-08-20T02:28:55.940Z Compiling csv v1.4.0
22012026-08-20T02:28:56.880Z Compiling qorb v0.4.1
22022026-08-20T02:28:57.037Z Compiling progenitor v0.13.0
22032026-08-20T02:28:57.185Z Compiling snafu v0.8.9
22042026-08-20T02:28:57.751Z Compiling olpc-cjson v0.1.4
22052026-08-20T02:28:57.963Z Compiling progenitor v0.14.0
22062026-08-20T02:28:58.109Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22072026-08-20T02:28:58.722Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-08-20T02:28:58.878Z Compiling rayon v1.12.0
22092026-08-20T02:28:59.794Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-08-20T02:29:01.073Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22112026-08-20T02:29:02.185Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-08-20T02:29:03.321Z Compiling phf v0.12.1
22132026-08-20T02:29:03.494Z Compiling openssl-sys v0.9.117
22142026-08-20T02:29:03.951Z Compiling tokio-dtrace v0.1.1
22152026-08-20T02:29:04.287Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-08-20T02:29:05.491Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22172026-08-20T02:29:05.711Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22182026-08-20T02:29:06.160Z Compiling libsw-core v0.3.2
22192026-08-20T02:29:06.346Z Compiling pem v3.0.6
22202026-08-20T02:29:06.616Z Compiling serde_plain v1.0.2
22212026-08-20T02:29:06.916Z Compiling sigpipe v0.1.3
22222026-08-20T02:29:07.013Z Compiling fixedbitset v0.4.2
22232026-08-20T02:29:07.085Z Compiling bytecount v0.6.9
22242026-08-20T02:29:07.170Z Compiling minimal-lexical v0.2.1
22252026-08-20T02:29:07.174Z Compiling fixedbitset v0.5.7
22262026-08-20T02:29:07.277Z Compiling typed-path v0.9.3
22272026-08-20T02:29:07.372Z Compiling glob v0.3.4
22282026-08-20T02:29:07.411Z Compiling petgraph v0.8.3
22292026-08-20T02:29:07.468Z Compiling nom v7.1.3
22302026-08-20T02:29:07.675Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-08-20T02:29:08.029Z Compiling papergrid v0.11.0
22322026-08-20T02:29:08.316Z Compiling petgraph v0.6.5
22332026-08-20T02:29:09.155Z Compiling tough v0.22.0
22342026-08-20T02:29:09.817Z Compiling openssl v0.10.81
22352026-08-20T02:29:10.020Z Compiling libsw v3.5.0
22362026-08-20T02:29:10.153Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22372026-08-20T02:29:10.201Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22382026-08-20T02:29:10.240Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22392026-08-20T02:29:10.435Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-08-20T02:29:10.539Z Compiling zone v0.3.1
22412026-08-20T02:29:11.839Z Compiling oxide-tokio-rt v0.1.6
22422026-08-20T02:29:12.263Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22432026-08-20T02:29:12.452Z Compiling chrono-tz v0.10.4
22442026-08-20T02:29:12.469Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22452026-08-20T02:29:13.403Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-08-20T02:29:13.577Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
22472026-08-20T02:29:13.719Z Compiling newtype_derive v0.1.6
22482026-08-20T02:29:13.802Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22492026-08-20T02:29:14.198Z Compiling slog-dtrace v0.3.0
22502026-08-20T02:29:14.873Z Compiling const_format v0.2.36
22512026-08-20T02:29:15.371Z Compiling cancel-safe-futures v0.1.5
22522026-08-20T02:29:15.595Z Compiling owo-colors v4.3.0
22532026-08-20T02:29:15.752Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22542026-08-20T02:29:16.433Z Compiling gethostname v0.5.0
22552026-08-20T02:29:16.486Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22562026-08-20T02:29:16.568Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22572026-08-20T02:29:16.661Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22582026-08-20T02:29:16.693Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22592026-08-20T02:29:16.793Z Compiling bcs v0.1.6
22602026-08-20T02:29:17.210Z Compiling smf v0.2.3
22612026-08-20T02:29:17.274Z Compiling linear-map v1.2.0
22622026-08-20T02:29:17.469Z Compiling termtree v0.5.1
22632026-08-20T02:29:17.488Z Compiling whoami v1.6.1
22642026-08-20T02:29:17.637Z Compiling tagptr v0.2.0
22652026-08-20T02:29:17.802Z Compiling smawk v0.3.3
22662026-08-20T02:29:17.942Z Compiling unicode-linebreak v0.1.5
22672026-08-20T02:29:17.973Z Compiling moka v0.12.16
22682026-08-20T02:29:18.175Z Compiling textwrap v0.16.2
22692026-08-20T02:29:18.205Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22702026-08-20T02:29:18.412Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22712026-08-20T02:29:19.226Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22722026-08-20T02:29:19.616Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22732026-08-20T02:29:19.723Z Compiling tabled v0.15.0
22742026-08-20T02:29:21.634Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-08-20T02:29:22.154Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-08-20T02:29:22.755Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-08-20T02:29:22.963Z Compiling steno v0.4.1
22782026-08-20T02:29:23.065Z Compiling cookie v0.18.2
22792026-08-20T02:29:25.071Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22802026-08-20T02:29:26.723Z Compiling hickory-proto v0.25.2
22812026-08-20T02:29:28.539Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22822026-08-20T02:29:29.608Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22832026-08-20T02:29:30.041Z Compiling hickory-resolver v0.25.2
22842026-08-20T02:29:31.213Z Compiling arc-swap v1.9.2
22852026-08-20T02:29:31.562Z Compiling slog-scope v4.4.1
22862026-08-20T02:29:31.576Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22872026-08-20T02:29:31.958Z Compiling libscf-sys v1.2.0
22882026-08-20T02:29:32.086Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-08-20T02:29:32.103Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22902026-08-20T02:29:32.799Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22912026-08-20T02:29:33.031Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22922026-08-20T02:29:33.724Z Compiling slog-stdlog v4.1.1
22932026-08-20T02:29:34.075Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22942026-08-20T02:29:34.370Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22952026-08-20T02:29:34.476Z Compiling slog-envlogger v2.2.0
22962026-08-20T02:29:35.743Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
22972026-08-20T02:29:35.854Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22982026-08-20T02:29:35.866Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22992026-08-20T02:29:44.137Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23002026-08-20T02:29:46.879Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-08-20T02:29:48.614Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
23022026-08-20T02:29:56.761Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
23032026-08-20T02:30:00.540Z Finished `release` profile [optimized] target(s) in 2m 24s
23042026-08-20T02:30:00.657Z Running unittests src/lib.rs (target/release/deps/mg_tests-6b408055e24182f2)
23052026-08-20T02:30:00.661Z
23062026-08-20T02:30:00.661Zrunning 1 test
23072026-08-20T02:30:00.812Zconfigure zone
23082026-08-20T02:30:00.831Zinstall zone
23092026-08-20T02:30:09.665Zboot zone
23102026-08-20T02:30:12.970Zstart zone s1
23112026-08-20T02:30:12.970Zconfigure zone
23122026-08-20T02:30:12.971Zinstall zone
23132026-08-20T02:30:13.014Zboot zone
23142026-08-20T02:30:13.014Zstart zone s2
23152026-08-20T02:30:13.014Zconfigure zone
23162026-08-20T02:30:13.014Zinstall zone
23172026-08-20T02:30:13.647Zboot zone
23182026-08-20T02:30:13.746Zstart zone t1
23192026-08-20T02:30:13.746Zconfigure zone
23202026-08-20T02:30:13.761Zinstall zone
23212026-08-20T02:30:16.168Zboot zone
23222026-08-20T02:30:16.176Zwaiting for zones to come up
23232026-08-20T02:30:26.020Z[sidecar.trio] svcs milestone/network
23242026-08-20T02:30:26.041ZSTATE STIME FMRI
23252026-08-20T02:30:26.041Zonline 2:30:09 svc:/milestone/network:default
23262026-08-20T02:30:26.041Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
23272026-08-20T02:30:26.068Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
23282026-08-20T02:30:26.094Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
23292026-08-20T02:30:26.114Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
23302026-08-20T02:30:26.118Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
23312026-08-20T02:30:26.130Z
23322026-08-20T02:30:26.130Zrunning zone s1.trio setup
23332026-08-20T02:30:26.130Z[s1.trio] svcs milestone/network
23342026-08-20T02:30:26.145ZSTATE STIME FMRI
23352026-08-20T02:30:26.145Zonline 2:30:11 svc:/milestone/network:default
23362026-08-20T02:30:26.145Z[s1.trio] dladm
23372026-08-20T02:30:26.158ZLINK CLASS MTU STATE BRIDGE OVER
23382026-08-20T02:30:26.158Zsl0 simnet 9000 up -- ?
23392026-08-20T02:30:26.158Zmg2 vnic 9000 up -- ?
23402026-08-20T02:30:26.158Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
23412026-08-20T02:30:26.677Z
23422026-08-20T02:30:26.677Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
23432026-08-20T02:30:26.693Z
23442026-08-20T02:30:26.693Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
23452026-08-20T02:30:26.702Z
23462026-08-20T02:30:26.702Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
23472026-08-20T02:30:26.800Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
23482026-08-20T02:30:26.882Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid da179adb-a9bb-4a85-88b3-7b724920ef78 --sled-uuid c0419b37-b18f-4303-8da9-b9cafc1a0815 -a sl0/v6 &> /opt/ddmd.log &
23492026-08-20T02:30:26.896Z
23502026-08-20T02:30:26.896Zrunning zone s2.trio setup
23512026-08-20T02:30:26.896Z[s2.trio] svcs milestone/network
23522026-08-20T02:30:26.912ZSTATE STIME FMRI
23532026-08-20T02:30:26.912Zonline 2:30:13 svc:/milestone/network:default
23542026-08-20T02:30:26.918Z[s2.trio] dladm
23552026-08-20T02:30:27.199ZLINK CLASS MTU STATE BRIDGE OVER
23562026-08-20T02:30:27.199Zsl1 simnet 9000 up -- ?
23572026-08-20T02:30:27.199Zmg3 vnic 9000 up -- ?
23582026-08-20T02:30:27.199Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
23592026-08-20T02:30:27.422Z
23602026-08-20T02:30:27.422Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
23612026-08-20T02:30:27.436Z
23622026-08-20T02:30:27.437Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
23632026-08-20T02:30:28.383Z
23642026-08-20T02:30:28.383Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
23652026-08-20T02:30:28.383Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
23662026-08-20T02:30:28.383Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f3921e07-f015-41cc-a5fd-ebfdc1478827 --sled-uuid 5d843c0c-8d10-42ee-a734-cceb51f8d24a -a sl1/v6 &> /opt/ddmd.log &
23672026-08-20T02:30:28.383Z
23682026-08-20T02:30:28.383Zrunning zone t1.trio setup
23692026-08-20T02:30:28.383Z[t1.trio] svcs milestone/network
23702026-08-20T02:30:28.383ZSTATE STIME FMRI
23712026-08-20T02:30:28.383Zonline 2:30:15 svc:/milestone/network:default
23722026-08-20T02:30:28.384Z[t1.trio] dladm
23732026-08-20T02:30:28.384ZLINK CLASS MTU STATE BRIDGE OVER
23742026-08-20T02:30:28.384Ztfportrear0_0 simnet 9000 up -- ?
23752026-08-20T02:30:28.385Ztfportrear1_0 simnet 9000 up -- ?
23762026-08-20T02:30:28.385Zmg1 vnic 9000 up -- ?
23772026-08-20T02:30:28.385Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
23782026-08-20T02:30:28.385Z
23792026-08-20T02:30:28.385Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
23802026-08-20T02:30:28.385Z
23812026-08-20T02:30:28.385Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
23822026-08-20T02:30:28.385Z
23832026-08-20T02:30:28.385Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
23842026-08-20T02:30:28.385Z
23852026-08-20T02:30:28.385Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
23862026-08-20T02:30:28.437Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
23872026-08-20T02:30:28.441Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
23882026-08-20T02:30:28.441Zwaiting 3s for copy of files to zone to complete ...
23892026-08-20T02:30:31.452Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
23902026-08-20T02:30:31.576Z
23912026-08-20T02:30:31.576Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
23922026-08-20T02:30:31.687Z
23932026-08-20T02:30:31.687Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
23942026-08-20T02:30:31.729Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
23952026-08-20T02:30:31.763Z[t1.trio] svcadm disable dendrite
23962026-08-20T02:30:31.781Z
23972026-08-20T02:30:31.781Z[t1.trio] svcadm disable tfport
23982026-08-20T02:30:31.803Z
23992026-08-20T02:30:31.804Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
24002026-08-20T02:30:31.829Z
24012026-08-20T02:30:31.829Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
24022026-08-20T02:30:31.855Z
24032026-08-20T02:30:31.855Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
24042026-08-20T02:30:31.873Z
24052026-08-20T02:30:31.873Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
24062026-08-20T02:30:31.915Z
24072026-08-20T02:30:31.915Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
24082026-08-20T02:30:31.924Z
24092026-08-20T02:30:31.924Z[t1.trio] svcadm refresh dendrite:default
24102026-08-20T02:30:31.944Z
24112026-08-20T02:30:31.945Z[t1.trio] svcadm enable dendrite:default
24122026-08-20T02:30:31.964Z
24132026-08-20T02:30:31.964Zwait 10s for dendrite to come up ...
24142026-08-20T02:30:41.964Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
24152026-08-20T02:30:41.992Z
24162026-08-20T02:30:41.992Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
24172026-08-20T02:30:42.016Z
24182026-08-20T02:30:42.016Z[t1.trio] svcadm refresh tfport:default
24192026-08-20T02:30:42.037Z
24202026-08-20T02:30:42.037Z[t1.trio] svcadm enable tfport
24212026-08-20T02:30:42.058Z
24222026-08-20T02:30:42.062Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 7c711d1b-3ef8-49e0-9ab4-adb62cd19089 --sled-uuid 47d3c7f6-dc77-43f0-a31a-3c5c105249e8 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
24232026-08-20T02:30:42.070Z
24242026-08-20T02:30:42.070Z[t1.trio] ipadm
24252026-08-20T02:30:42.084ZADDROBJ TYPE STATE ADDR
24262026-08-20T02:30:42.084Zlo0/v4 static ok 127.0.0.1/8
24272026-08-20T02:30:42.084Zmg1/v4 static ok 10.0.0.3/24
24282026-08-20T02:30:42.084Zlo0/v6 static ok ::1/128
24292026-08-20T02:30:42.084Zlo0/u6 static ok fd00:3::1/64
24302026-08-20T02:30:42.084Ztfportrear0_0/v6 addrconf ok fe80::890:26ff:fe17:5e91%tfportrear0_0/10
24312026-08-20T02:30:42.084Ztfportrear1_0/v6 addrconf ok fe80::d870:cdff:fe4a:33c5%tfportrear1_0/10
24322026-08-20T02:30:44.168Zinitial peering test passed
24332026-08-20T02:30:45.171Zadvertise from one passed
24342026-08-20T02:30:46.170Zadvertise from two passed
24352026-08-20T02:30:46.170Z[s1.trio] ping fd00:2::1
24362026-08-20T02:30:46.184Zfd00:2::1 is alive
24372026-08-20T02:30:46.184Z[s2.trio] ping fd00:1::1
24382026-08-20T02:30:46.196Zfd00:1::1 is alive
24392026-08-20T02:30:46.196Zconnectivity test passed
24402026-08-20T02:30:46.196Z[t1.trio] pkill ddmd
24412026-08-20T02:30:46.207Z
24422026-08-20T02:30:52.211Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8c3c3ed1-5d8e-4631-8e2f-c6bbcd36ba55 --sled-uuid ce089bbe-d53f-4fff-bd0c-bd90fe3cac43 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
24432026-08-20T02:30:52.222Z
24442026-08-20T02:30:52.223Z[t1.trio] ipadm
24452026-08-20T02:30:52.236ZADDROBJ TYPE STATE ADDR
24462026-08-20T02:30:52.236Zlo0/v4 static ok 127.0.0.1/8
24472026-08-20T02:30:52.236Zmg1/v4 static ok 10.0.0.3/24
24482026-08-20T02:30:52.237Zlo0/v6 static ok ::1/128
24492026-08-20T02:30:52.237Zlo0/u6 static ok fd00:3::1/64
24502026-08-20T02:30:52.237Ztfportrear0_0/v6 addrconf ok fe80::890:26ff:fe17:5e91%tfportrear0_0/10
24512026-08-20T02:30:52.237Ztfportrear1_0/v6 addrconf ok fe80::d870:cdff:fe4a:33c5%tfportrear1_0/10
24522026-08-20T02:30:55.238Z[s1.trio] ping fd00:2::1
24532026-08-20T02:30:55.253Zfd00:2::1 is alive
24542026-08-20T02:30:55.253Z[s2.trio] ping fd00:1::1
24552026-08-20T02:30:55.265Zfd00:1::1 is alive
24562026-08-20T02:30:55.265Ztransit router restart passed
24572026-08-20T02:30:55.265Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
24582026-08-20T02:30:55.281Zlocal v6:
24592026-08-20T02:30:55.281Zfe80::890:26ff:fe17:5e91
24602026-08-20T02:30:55.281Zfe80::d870:cdff:fe4a:33c5
24612026-08-20T02:30:55.281Zlocal v4:
24622026-08-20T02:30:55.281Zrouter v6_idx:
24632026-08-20T02:30:55.281Zfd00:1::/64 -> 0
24642026-08-20T02:30:55.281Zfd00:2::/64 -> 1
24652026-08-20T02:30:55.281Zrouter v6_routes:
24662026-08-20T02:30:55.281Z0 -> fe80::b010:6ff:fe58:3220 (1)
24672026-08-20T02:30:55.282Z1 -> fe80::d8b5:ddff:fe4a:3657 (2)
24682026-08-20T02:30:55.282Zrouter v4_idx:
24692026-08-20T02:30:55.282Zrouter v4_routes:
24702026-08-20T02:30:55.282Zresolver v4:
24712026-08-20T02:30:55.282Z10.0.0.254 -> 02:08:20:1a:53:64
24722026-08-20T02:30:55.282Z10.0.0.3 -> 02:08:20:99:2d:81
24732026-08-20T02:30:55.282Zresolver v6:
24742026-08-20T02:30:55.282Zfe80::d8b5:ddff:fe4a:3657 -> da:b5:dd:4a:36:57
24752026-08-20T02:30:55.282Zfe80::890:26ff:fe17:5e91 -> 0a:90:26:17:5e:91
24762026-08-20T02:30:55.282Zfe80::d870:cdff:fe4a:33c5 -> da:70:cd:4a:33:c5
24772026-08-20T02:30:55.282Zfe80::b010:6ff:fe58:3220 -> b2:10:06:58:32:20
24782026-08-20T02:30:55.282Znat v4:
24792026-08-20T02:30:55.282Znat_v6:
24802026-08-20T02:30:55.282Zport_mac:
24812026-08-20T02:30:55.282Z1: a8:40:25:43:d7:ec
24822026-08-20T02:30:55.282Z2: a8:40:25:43:d7:ed
24832026-08-20T02:30:55.282Zproxy arp:
24842026-08-20T02:30:55.282Z[s1.trio] pkill ddmd
24852026-08-20T02:30:55.292Z
24862026-08-20T02:31:00.295Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
24872026-08-20T02:31:00.310Zlocal v6:
24882026-08-20T02:31:00.310Zfe80::890:26ff:fe17:5e91
24892026-08-20T02:31:00.310Zfe80::d870:cdff:fe4a:33c5
24902026-08-20T02:31:00.310Zlocal v4:
24912026-08-20T02:31:00.310Zrouter v6_idx:
24922026-08-20T02:31:00.310Zfd00:2::/64 -> 1
24932026-08-20T02:31:00.310Zrouter v6_routes:
24942026-08-20T02:31:00.310Z1 -> fe80::d8b5:ddff:fe4a:3657 (2)
24952026-08-20T02:31:00.311Zrouter v4_idx:
24962026-08-20T02:31:00.311Zrouter v4_routes:
24972026-08-20T02:31:00.311Zresolver v4:
24982026-08-20T02:31:00.311Z10.0.0.254 -> 02:08:20:1a:53:64
24992026-08-20T02:31:00.311Z10.0.0.3 -> 02:08:20:99:2d:81
25002026-08-20T02:31:00.311Zresolver v6:
25012026-08-20T02:31:00.311Zfe80::d8b5:ddff:fe4a:3657 -> da:b5:dd:4a:36:57
25022026-08-20T02:31:00.311Zfe80::890:26ff:fe17:5e91 -> 0a:90:26:17:5e:91
25032026-08-20T02:31:00.311Zfe80::d870:cdff:fe4a:33c5 -> da:70:cd:4a:33:c5
25042026-08-20T02:31:00.311Zfe80::b010:6ff:fe58:3220 -> b2:10:06:58:32:20
25052026-08-20T02:31:00.311Znat v4:
25062026-08-20T02:31:00.311Znat_v6:
25072026-08-20T02:31:00.311Zport_mac:
25082026-08-20T02:31:00.312Z1: a8:40:25:43:d7:ec
25092026-08-20T02:31:00.312Z2: a8:40:25:43:d7:ed
25102026-08-20T02:31:00.312Zproxy arp:
25112026-08-20T02:31:00.312Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 12ac0607-0df6-43b5-8981-0a97740d6859 --sled-uuid 9e162c7c-fb4d-4316-a6b7-4a5c97188998 -a sl0/v6 &> /opt/ddmd.log &
25122026-08-20T02:31:00.322Z
25132026-08-20T02:31:00.664Ztest ddm::test_trio_v3 has been running for over 60 seconds
25142026-08-20T02:31:03.325Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
25152026-08-20T02:31:03.340Zlocal v6:
25162026-08-20T02:31:03.341Zfe80::890:26ff:fe17:5e91
25172026-08-20T02:31:03.341Zfe80::d870:cdff:fe4a:33c5
25182026-08-20T02:31:03.341Zlocal v4:
25192026-08-20T02:31:03.341Zrouter v6_idx:
25202026-08-20T02:31:03.341Zfd00:1::/64 -> 0
25212026-08-20T02:31:03.341Zfd00:2::/64 -> 1
25222026-08-20T02:31:03.341Zrouter v6_routes:
25232026-08-20T02:31:03.341Z0 -> fe80::b010:6ff:fe58:3220 (1)
25242026-08-20T02:31:03.341Z1 -> fe80::d8b5:ddff:fe4a:3657 (2)
25252026-08-20T02:31:03.341Zrouter v4_idx:
25262026-08-20T02:31:03.341Zrouter v4_routes:
25272026-08-20T02:31:03.341Zresolver v4:
25282026-08-20T02:31:03.341Z10.0.0.254 -> 02:08:20:1a:53:64
25292026-08-20T02:31:03.341Z10.0.0.3 -> 02:08:20:99:2d:81
25302026-08-20T02:31:03.341Zresolver v6:
25312026-08-20T02:31:03.341Zfe80::d8b5:ddff:fe4a:3657 -> da:b5:dd:4a:36:57
25322026-08-20T02:31:03.341Zfe80::890:26ff:fe17:5e91 -> 0a:90:26:17:5e:91
25332026-08-20T02:31:03.341Zfe80::d870:cdff:fe4a:33c5 -> da:70:cd:4a:33:c5
25342026-08-20T02:31:03.341Zfe80::b010:6ff:fe58:3220 -> b2:10:06:58:32:20
25352026-08-20T02:31:03.342Znat v4:
25362026-08-20T02:31:03.342Znat_v6:
25372026-08-20T02:31:03.342Zport_mac:
25382026-08-20T02:31:03.342Z1: a8:40:25:43:d7:ec
25392026-08-20T02:31:03.342Z2: a8:40:25:43:d7:ed
25402026-08-20T02:31:03.342Zproxy arp:
25412026-08-20T02:31:03.346Z[s2.trio] netstat -nr -f inet6
25422026-08-20T02:31:03.353ZRouting Table: IPv6
25432026-08-20T02:31:03.353Z Destination/Mask Gateway Flags Ref Use If
25442026-08-20T02:31:03.353Z--------------------------- --------------------------- ----- --- ------- -----
25452026-08-20T02:31:03.354Z::1 ::1 UH 2 0 lo0
25462026-08-20T02:31:03.354Zfd00:1::/64 fe80::d870:cdff:fe4a:33c5 UG 1 0 sl1
25472026-08-20T02:31:03.354Zfe80::/10 fe80::d8b5:ddff:fe4a:3657 U 3 64 sl1
25482026-08-20T02:31:03.354Z[s2.trio] ipadm
25492026-08-20T02:31:03.366ZADDROBJ TYPE STATE ADDR
25502026-08-20T02:31:03.366Zlo0/v4 static ok 127.0.0.1/8
25512026-08-20T02:31:03.366Zmg3/v4 static ok 10.0.0.2/24
25522026-08-20T02:31:03.366Zlo0/v6 static ok ::1/128
25532026-08-20T02:31:03.366Zlo0/u6 static ok fd00:2::1/64
25542026-08-20T02:31:03.366Zsl1/v6 addrconf ok fe80::d8b5:ddff:fe4a:3657%sl1/10
25552026-08-20T02:31:03.366Z[s2.trio] route -nv get -inet6 fd00:1::1
25562026-08-20T02:31:03.377Znewrt->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>
25572026-08-20T02:31:03.377Zlocks: inits:
25582026-08-20T02:31:03.377Zsockaddrs: <DST,IFP>
25592026-08-20T02:31:03.377Z fd00:1::1
25602026-08-20T02:31:03.377Z route to: fd00:1::1
25612026-08-20T02:31:03.377Zdestination: fd00:1::
25622026-08-20T02:31:03.377Z mask: ffff:ffff:ffff:ffff::
25632026-08-20T02:31:03.377Z gateway: fe80::d870:cdff:fe4a:33c5
25642026-08-20T02:31:03.377Z interface: sl1 index 3 address da b5 dd 4a 36 57
25652026-08-20T02:31:03.377Z flags: <UP,GATEWAY,DONE,STATIC>
25662026-08-20T02:31:03.377Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
25672026-08-20T02:31:03.377Z 0 0 0 0 0 0 9000 0
25682026-08-20T02:31:03.378Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
25692026-08-20T02:31:03.378Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
25702026-08-20T02:31:03.378Z fd00:1:: fe80::d870:cdff:fe4a:33c5 ffff:ffff:ffff:ffff:: sl1:da.b5.dd.4a.36.57 fe80::d8b5:ddff:fe4a:3657
25712026-08-20T02:31:03.378Z[s2.trio] ndp -na
25722026-08-20T02:31:03.390ZNet to Media Table: IPv6
25732026-08-20T02:31:03.390Z If Physical Address Type State Destination/Mask
25742026-08-20T02:31:03.390Z----- ----------------- ------- ------------ ---------------------------
25752026-08-20T02:31:03.390Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
25762026-08-20T02:31:03.390Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
25772026-08-20T02:31:03.390Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
25782026-08-20T02:31:03.390Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
25792026-08-20T02:31:03.390Zsl1 33:33:ff:4a:36:57 other REACHABLE ff02::1:ff4a:3657
25802026-08-20T02:31:03.390Zsl1 da:b5:dd:4a:36:57 local REACHABLE fe80::d8b5:ddff:fe4a:3657
25812026-08-20T02:31:03.390Zsl1 33:33:ff:4a:33:c5 other REACHABLE ff02::1:ff4a:33c5
25822026-08-20T02:31:03.391Zsl1 da:70:cd:4a:33:c5 dynamic REACHABLE fe80::d870:cdff:fe4a:33c5
25832026-08-20T02:31:03.391Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
25842026-08-20T02:31:03.391Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
25852026-08-20T02:31:03.403Zlocal v6:
25862026-08-20T02:31:03.403Zfe80::890:26ff:fe17:5e91
25872026-08-20T02:31:03.403Zfe80::d870:cdff:fe4a:33c5
25882026-08-20T02:31:03.403Zlocal v4:
25892026-08-20T02:31:03.403Zrouter v6_idx:
25902026-08-20T02:31:03.403Zfd00:1::/64 -> 0
25912026-08-20T02:31:03.403Zfd00:2::/64 -> 1
25922026-08-20T02:31:03.403Zrouter v6_routes:
25932026-08-20T02:31:03.403Z0 -> fe80::b010:6ff:fe58:3220 (1)
25942026-08-20T02:31:03.403Z1 -> fe80::d8b5:ddff:fe4a:3657 (2)
25952026-08-20T02:31:03.404Zrouter v4_idx:
25962026-08-20T02:31:03.404Zrouter v4_routes:
25972026-08-20T02:31:03.404Zresolver v4:
25982026-08-20T02:31:03.404Z10.0.0.254 -> 02:08:20:1a:53:64
25992026-08-20T02:31:03.404Z10.0.0.3 -> 02:08:20:99:2d:81
26002026-08-20T02:31:03.404Zresolver v6:
26012026-08-20T02:31:03.404Zfe80::d8b5:ddff:fe4a:3657 -> da:b5:dd:4a:36:57
26022026-08-20T02:31:03.404Zfe80::890:26ff:fe17:5e91 -> 0a:90:26:17:5e:91
26032026-08-20T02:31:03.404Zfe80::d870:cdff:fe4a:33c5 -> da:70:cd:4a:33:c5
26042026-08-20T02:31:03.404Zfe80::b010:6ff:fe58:3220 -> b2:10:06:58:32:20
26052026-08-20T02:31:03.404Znat v4:
26062026-08-20T02:31:03.404Znat_v6:
26072026-08-20T02:31:03.404Zport_mac:
26082026-08-20T02:31:03.404Z1: a8:40:25:43:d7:ec
26092026-08-20T02:31:03.404Z2: a8:40:25:43:d7:ed
26102026-08-20T02:31:03.404Zproxy arp:
26112026-08-20T02:31:03.404Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
26122026-08-20T02:31:03.420ZSubnet Port Link Gateway Vlan
26132026-08-20T02:31:03.421Zfd00:1::/64 rear0 0 fe80::b010:6ff:fe58:3220
26142026-08-20T02:31:03.421Zfd00:2::/64 rear1 0 fe80::d8b5:ddff:fe4a:3657
26152026-08-20T02:31:03.421Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
26162026-08-20T02:31:03.435Zhost mac age
26172026-08-20T02:31:03.435Z10.0.0.3 02:08:20:99:2d:81 21s
26182026-08-20T02:31:03.435Z10.0.0.254 02:08:20:1a:53:64 18s
26192026-08-20T02:31:03.435Zfe80::890:26ff:fe17:5e91 0a:90:26:17:5e:91 21s
26202026-08-20T02:31:03.435Zfe80::b010:6ff:fe58:3220 b2:10:06:58:32:20 20s
26212026-08-20T02:31:03.435Zfe80::d870:cdff:fe4a:33c5 da:70:cd:4a:33:c5 21s
26222026-08-20T02:31:03.435Zfe80::d8b5:ddff:fe4a:3657 da:b5:dd:4a:36:57 20s
26232026-08-20T02:31:03.435Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
26242026-08-20T02:31:03.449ZLink IPv4 IPv6
26252026-08-20T02:31:03.449Zrear0/0 fe80::890:26ff:fe17:5e91
26262026-08-20T02:31:03.449Zrear1/0 fe80::d870:cdff:fe4a:33c5
26272026-08-20T02:31:03.449Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
26282026-08-20T02:31:04.473ZADDROBJ TYPE STATE ADDR
26292026-08-20T02:31:04.473Zlo0/v4 static ok 127.0.0.1/8
26302026-08-20T02:31:04.473Zmg2/v4 static ok 10.0.0.1/24
26312026-08-20T02:31:04.473Zlo0/v6 static ok ::1/128
26322026-08-20T02:31:04.473Zlo0/u6 static ok fd00:1::1/64
26332026-08-20T02:31:04.473Zsl0/v6 addrconf ok fe80::b010:6ff:fe58:3220%sl0/10
26342026-08-20T02:31:04.473Znewrt->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>
26352026-08-20T02:31:04.474Zlocks: inits:
26362026-08-20T02:31:04.474Zsockaddrs: <DST,IFP>
26372026-08-20T02:31:04.474Z fd00:2::1
26382026-08-20T02:31:04.474Z route to: fd00:2::1
26392026-08-20T02:31:04.474Zdestination: fd00:2::
26402026-08-20T02:31:04.474Z mask: ffff:ffff:ffff:ffff::
26412026-08-20T02:31:04.474Z gateway: fe80::890:26ff:fe17:5e91
26422026-08-20T02:31:04.474Z interface: sl0 index 3 address b2 10 06 58 32 20
26432026-08-20T02:31:04.474Z flags: <UP,GATEWAY,DONE,STATIC>
26442026-08-20T02:31:04.474Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
26452026-08-20T02:31:04.474Z 0 0 0 0 0 0 9000 0
26462026-08-20T02:31:04.474Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
26472026-08-20T02:31:04.474Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
26482026-08-20T02:31:04.474Z fd00:2:: fe80::890:26ff:fe17:5e91 ffff:ffff:ffff:ffff:: sl0:b2.10.6.58.32.20 fe80::b010:6ff:fe58:3220
26492026-08-20T02:31:04.474Z
26502026-08-20T02:31:04.474ZNet to Media Table: IPv6
26512026-08-20T02:31:04.474Z If Physical Address Type State Destination/Mask
26522026-08-20T02:31:04.474Z----- ----------------- ------- ------------ ---------------------------
26532026-08-20T02:31:04.474Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
26542026-08-20T02:31:04.475Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
26552026-08-20T02:31:04.475Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
26562026-08-20T02:31:04.475Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
26572026-08-20T02:31:04.475Zsl0 33:33:ff:58:32:20 other REACHABLE ff02::1:ff58:3220
26582026-08-20T02:31:04.475Zsl0 0a:90:26:17:5e:91 dynamic REACHABLE fe80::890:26ff:fe17:5e91
26592026-08-20T02:31:04.475Zsl0 33:33:ff:17:5e:91 other REACHABLE ff02::1:ff17:5e91
26602026-08-20T02:31:04.475Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
26612026-08-20T02:31:04.475Zsl0 b2:10:06:58:32:20 local REACHABLE fe80::b010:6ff:fe58:3220
26622026-08-20T02:31:04.475Z
26632026-08-20T02:31:04.475Z
26642026-08-20T02:31:04.475ZRouting Table: IPv6
26652026-08-20T02:31:04.475Z Destination/Mask Gateway Flags Ref Use If
26662026-08-20T02:31:04.475Z--------------------------- --------------------------- ----- --- ------- -----
26672026-08-20T02:31:04.475Z::1 ::1 UH 2 0 lo0
26682026-08-20T02:31:04.475Zfd00:2::/64 fe80::890:26ff:fe17:5e91 UG 2 2 sl0
26692026-08-20T02:31:04.475Zfe80::/10 fe80::b010:6ff:fe58:3220 U 3 64 sl0
26702026-08-20T02:31:04.475ZPING fd00:2::1 (fd00:2::1): 60 data bytes
26712026-08-20T02:31:04.475Z68 bytes from fd00:2::1: icmp_seq=0. time=0.225 ms
26722026-08-20T02:31:04.475Z68 bytes from fd00:2::1: icmp_seq=1. time=0.147 ms
26732026-08-20T02:31:04.476Z
26742026-08-20T02:31:04.476Z----fd00:2::1 PING Statistics----
26752026-08-20T02:31:04.476Z2 packets transmitted, 2 packets received, 0% packet loss
26762026-08-20T02:31:04.476Zround-trip (ms) min/avg/max/stddev = 0.147/0.186/0.225/0.055
26772026-08-20T02:31:04.476Z[s2.trio] ping fd00:1::1
26782026-08-20T02:31:04.485Zfd00:1::1 is alive
26792026-08-20T02:31:04.485Zserver router restart passed
26802026-08-20T02:31:08.489Zpeer expiration recovery passed
26812026-08-20T02:31:09.489Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
26822026-08-20T02:31:09.505Z3
26832026-08-20T02:31:09.505Zredundant advertise passed
26842026-08-20T02:31:10.506Ztunnel endpoint advertise passed
26852026-08-20T02:31:15.508Zredundant tunnel endpoint advertise passed
26862026-08-20T02:31:15.508Z[s1.trio] pkill ddmd
26872026-08-20T02:31:15.521Z
26882026-08-20T02:31:20.523Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cd5daff5-8068-41cd-b675-2d3d2443dd2c --sled-uuid fcbe13c1-e444-457f-94f7-5c088d84ebca -a sl0/v6 &> /opt/ddmd.log &
26892026-08-20T02:31:20.535Z
26902026-08-20T02:31:25.541Ztunnel router restart passed
26912026-08-20T02:31:26.547Ztunnel endpoint withdraw passed
26922026-08-20T02:31:26.553Z[t1.trio] pkill ddmd
26932026-08-20T02:31:26.559Z
26942026-08-20T02:31:26.559Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
26952026-08-20T02:31:26.565Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
26962026-08-20T02:31:28.452Z[s2.trio] pkill ddmd
26972026-08-20T02:31:28.464Z
26982026-08-20T02:31:28.464Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
26992026-08-20T02:31:30.283Z[s1.trio] pkill ddmd
27002026-08-20T02:31:30.296Z
27012026-08-20T02:31:30.296Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
27022026-08-20T02:31:32.334Z[sidecar.trio] pkill softnpu
27032026-08-20T02:31:32.347Z
27042026-08-20T02:31:32.347Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
27052026-08-20T02:31:35.004Ztest ddm::test_trio_v3 ... ok
27062026-08-20T02:31:35.004Z
27072026-08-20T02:31:35.004Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 94.34s
27082026-08-20T02:31:35.004Z
27092026-08-20T02:31:35.066Z+ cleanup
27102026-08-20T02:31:35.071Z++ id -un
27112026-08-20T02:31:35.080Z++ id -gn
27122026-08-20T02:31:35.080Z+ pfexec chown -R build:build .
27132026-08-20T02:31:35.195Zprocess exited: duration 515583 ms, exit code 0
 
27142026-08-20T02:31:35.202Zfound 5 output files
27152026-08-20T02:31:35.202Zuploading: /work/s1.trio.log (4078 bytes)
27162026-08-20T02:31:36.214Zuploaded: /work/s1.trio.log
27172026-08-20T02:31:36.214Zuploading: /work/s2.trio.log (9050 bytes)
27182026-08-20T02:31:37.225Zuploaded: /work/s2.trio.log
27192026-08-20T02:31:37.225Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
27202026-08-20T02:31:38.232Zuploaded: /work/sidecar.trio-softnpu.log
27212026-08-20T02:31:38.232Zuploading: /work/t1.trio-dpd.log (563077 bytes)
27222026-08-20T02:31:39.252Zuploaded: /work/t1.trio-dpd.log
27232026-08-20T02:31:39.252Zuploading: /work/t1.trio.log (25570 bytes)
27242026-08-20T02:31:40.263Zuploaded: /work/t1.trio.log