01JG5QFMW6BWCTB2K07TZQM5RF: test-ddm-quartet

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

Buildomat Job: 01JG5QG11A00FBSD6X56A36NPE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-28T04:14:23.332Zjob assigned to worker 01JG5QG8AVJY1X8WXK0G1R15FH [factory aws, i-03fb5a48a53c7eaa1] (queued for 1 m 0 s)
 
22024-12-28T04:14:30.652Zstarting task 0: "setup"
32024-12-28T04:14:30.663Z++ uname -s
42024-12-28T04:14:30.666Z+ kern=SunOS
52024-12-28T04:14:30.666Z+ case "$kern" in
62024-12-28T04:14:30.666Z+ groupadd -g 12345 build
72024-12-28T04:14:30.668Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-28T04:14:32.677Z+ zfs create -o mountpoint=/work rpool/work
92024-12-28T04:14:32.778Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-28T04:14:32.781Z+ home_fs=zfs
112024-12-28T04:14:32.781Z+ [[ zfs == autofs ]]
122024-12-28T04:14:32.781Z+ mkdir -p /home/build
132024-12-28T04:14:32.783Z+ chown build:build /home/build /work
142024-12-28T04:14:34.786Z+ chmod 0700 /home/build /work
152024-12-28T04:14:34.789Zprocess exited: duration 4135 ms, exit code 0
 
162024-12-28T04:14:34.794Zstarting task 1: "rust-toolchain"
172024-12-28T04:14:34.799Z+ printf ' * toolchain channel = "%s"
182024-12-28T04:14:34.799Z' stable
192024-12-28T04:14:34.799Z+ printf ' * toolchain profile = "%s"
202024-12-28T04:14:34.799Z' default
212024-12-28T04:14:34.800Z * toolchain channel = "stable"
222024-12-28T04:14:34.800Z * toolchain profile = "default"
232024-12-28T04:14:34.802Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-28T04:14:34.802Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-28T04:14:34.909Zinfo: downloading installer
262024-12-28T04:14:36.012Zinfo: profile set to 'default'
272024-12-28T04:14:36.012Zinfo: default host triple is x86_64-unknown-illumos
282024-12-28T04:14:36.014Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-28T04:14:36.146Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-28T04:14:36.148Zinfo: downloading component 'cargo'
312024-12-28T04:14:36.841Zinfo: downloading component 'clippy'
322024-12-28T04:14:37.106Zinfo: downloading component 'rust-docs'
332024-12-28T04:14:38.077Zinfo: downloading component 'rust-std'
342024-12-28T04:14:39.490Zinfo: downloading component 'rustc'
352024-12-28T04:14:44.795Zinfo: downloading component 'rustfmt'
362024-12-28T04:14:44.998Zinfo: installing component 'cargo'
372024-12-28T04:14:45.803Zinfo: installing component 'clippy'
382024-12-28T04:14:46.176Zinfo: installing component 'rust-docs'
392024-12-28T04:14:47.905Zinfo: installing component 'rust-std'
402024-12-28T04:14:49.570Zinfo: installing component 'rustc'
412024-12-28T04:14:55.332Zinfo: installing component 'rustfmt'
422024-12-28T04:14:55.662Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-28T04:14:55.662Z
442024-12-28T04:14:56.025Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-28T04:14:56.025Z
462024-12-28T04:14:56.028Z
472024-12-28T04:14:56.028ZRust is installed now. Great!
482024-12-28T04:14:56.028Z
492024-12-28T04:14:56.028ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-28T04:14:56.028Zenvironment variable. This has not been done automatically.
512024-12-28T04:14:56.028Z
522024-12-28T04:14:56.028ZTo configure your current shell, you need to source
532024-12-28T04:14:56.028Zthe corresponding env file under $HOME/.cargo.
542024-12-28T04:14:56.028Z
552024-12-28T04:14:56.028ZThis is usually done by running one of the following (note the leading DOT):
562024-12-28T04:14:56.028Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-28T04:14:56.028Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-28T04:14:56.099Z+ rustc --version
592024-12-28T04:14:56.166Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-28T04:14:56.169Zprocess exited: duration 21369 ms, exit code 0
 
612024-12-28T04:14:56.176Zstarting task 2: "authentication"
622024-12-28T04:14:56.195Zprocess exited: duration 20 ms, exit code 0
 
632024-12-28T04:14:56.200Zstarting task 3: "clone repository"
642024-12-28T04:14:56.205Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-28T04:14:56.207Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-28T04:14:56.249ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-28T04:14:56.853Z+ cd /work/oxidecomputer/maghemite
682024-12-28T04:14:56.853Z+ git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f
692024-12-28T04:14:57.088ZFrom https://github.com/oxidecomputer/maghemite
702024-12-28T04:14:57.090Z * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD
712024-12-28T04:14:57.096Z+ [[ -n renovate/serde-monorepo ]]
722024-12-28T04:14:57.099Z++ git branch --show-current
732024-12-28T04:14:57.101Z+ current=main
742024-12-28T04:14:57.101Z+ [[ main != renovate/serde-monorepo ]]
752024-12-28T04:14:57.101Z+ git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f
762024-12-28T04:14:57.104Z+ git checkout -f renovate/serde-monorepo
772024-12-28T04:14:57.118ZSwitched to branch 'renovate/serde-monorepo'
782024-12-28T04:14:57.121Z+ git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f
792024-12-28T04:14:57.124ZHEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217
802024-12-28T04:14:57.126Zprocess exited: duration 924 ms, exit code 0
 
812024-12-28T04:14:57.131Zstarting task 4: "build"
822024-12-28T04:14:57.136Z++ cargo --version
832024-12-28T04:14:57.141Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-28T04:14:57.314Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-28T04:14:57.314Zinfo: downloading component 'cargo'
862024-12-28T04:14:58.288Zinfo: downloading component 'clippy'
872024-12-28T04:14:58.649Zinfo: downloading component 'rust-docs'
882024-12-28T04:15:00.002Zinfo: downloading component 'rust-std'
892024-12-28T04:15:02.113Zinfo: downloading component 'rustc'
902024-12-28T04:15:09.665Zinfo: downloading component 'rustfmt'
912024-12-28T04:15:09.949Zinfo: installing component 'cargo'
922024-12-28T04:15:10.745Zinfo: installing component 'clippy'
932024-12-28T04:15:11.101Zinfo: installing component 'rust-docs'
942024-12-28T04:15:12.673Zinfo: installing component 'rust-std'
952024-12-28T04:15:14.378Zinfo: installing component 'rustc'
962024-12-28T04:15:19.965Zinfo: installing component 'rustfmt'
972024-12-28T04:15:20.373Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-28T04:15:20.376Z++ rustc --version
992024-12-28T04:15:20.446Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-28T04:15:20.452Z++ dladm
1012024-12-28T04:15:20.456ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-28T04:15:20.456Zena0 phys 9216 up -- --
1032024-12-28T04:15:20.459Z++ ipadm
1042024-12-28T04:15:20.461ZADDROBJ TYPE STATE ADDR
1052024-12-28T04:15:20.461Zlo0/v4 static ok 127.0.0.1/8
1062024-12-28T04:15:20.461Zena0/dhcp dhcp ok 10.150.1.26/24
1072024-12-28T04:15:20.461Zlo0/v6 static ok ::1/128
1082024-12-28T04:15:20.461Z++ banner collect
1092024-12-28T04:15:20.465Z
1102024-12-28T04:15:20.465Z #### #### # # ###### #### #####
1112024-12-28T04:15:20.465Z # # # # # # # # # #
1122024-12-28T04:15:20.466Z # # # # # ##### # #
1132024-12-28T04:15:20.466Z # # # # # # # #
1142024-12-28T04:15:20.466Z # # # # # # # # # #
1152024-12-28T04:15:20.466Z #### #### ###### ###### ###### #### #
1162024-12-28T04:15:20.466Z
1172024-12-28T04:15:20.466Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-28T04:15:20.466Z++ repo=softnpu
1192024-12-28T04:15:20.466Z++ series=image
1202024-12-28T04:15:20.466Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-28T04:15:20.466Z++ name=softnpu
1222024-12-28T04:15:20.466Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-28T04:15:20.466Z++ mkdir -p download
1242024-12-28T04:15:20.466Z++ pushd download
1252024-12-28T04:15:20.466Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-28T04:15:20.466Z++ [[ ! -f softnpu ]]
1272024-12-28T04:15:20.466Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-28T04:15:20.473Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-28T04:15:20.482Z Dload Upload Total Spent Left Speed
1302024-12-28T04:15:20.988Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 42.3M 0 --:--:-- --:--:-- --:--:-- 42.4M
1312024-12-28T04:15:20.993Z++ popd
1322024-12-28T04:15:20.997Z/work/oxidecomputer/maghemite
1332024-12-28T04:15:20.997Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-28T04:15:20.997Z++ repo=sidecar-lite
1352024-12-28T04:15:20.997Z++ series=release
1362024-12-28T04:15:20.997Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-28T04:15:20.997Z++ name=libsidecar_lite.so
1382024-12-28T04:15:20.997Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-28T04:15:20.998Z++ mkdir -p download
1402024-12-28T04:15:20.998Z++ pushd download
1412024-12-28T04:15:20.998Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-28T04:15:20.998Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-28T04:15:20.998Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-28T04:15:21.004Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-28T04:15:21.004Z Dload Upload Total Spent Left Speed
1462024-12-28T04:15:21.611Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 33.7M 0 --:--:-- --:--:-- --:--:-- 33.6M
1472024-12-28T04:15:21.620Z++ popd
1482024-12-28T04:15:21.620Z/work/oxidecomputer/maghemite
1492024-12-28T04:15:21.620Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-28T04:15:21.620Z++ repo=sidecar-lite
1512024-12-28T04:15:21.621Z++ series=release
1522024-12-28T04:15:21.621Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-28T04:15:21.621Z++ name=scadm
1542024-12-28T04:15:21.621Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-28T04:15:21.621Z++ mkdir -p download
1562024-12-28T04:15:21.621Z++ pushd download
1572024-12-28T04:15:21.621Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-28T04:15:21.621Z++ [[ ! -f scadm ]]
1592024-12-28T04:15:21.621Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-28T04:15:21.627Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-28T04:15:21.627Z Dload Upload Total Spent Left Speed
1622024-12-28T04:15:22.136Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 92 22.7M 92 20.9M 0 0 46.5M 0 --:--:-- --:--:-- --:--:-- 46.4M 100 22.7M 100 22.7M 0 0 44.6M 0 --:--:-- --:--:-- --:--:-- 44.6M
1632024-12-28T04:15:22.139Z++ popd
1642024-12-28T04:15:22.139Z/work/oxidecomputer/maghemite
1652024-12-28T04:15:22.139Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-28T04:15:22.139Z++ repo=dendrite
1672024-12-28T04:15:22.139Z++ series=image
1682024-12-28T04:15:22.139Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-28T04:15:22.139Z++ name=dendrite-softnpu.tar.gz
1702024-12-28T04:15:22.140Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-28T04:15:22.140Z++ mkdir -p download
1722024-12-28T04:15:22.140Z++ pushd download
1732024-12-28T04:15:22.140Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-28T04:15:22.140Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-28T04:15:22.140Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-28T04:15:22.146Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-28T04:15:22.153Z Dload Upload Total Spent Left Speed
1782024-12-28T04:15:23.245Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 84 37.5M 84 31.6M 0 0 34.1M 0 0:00:01 --:--:-- 0:00:01 34.1M 100 37.5M 100 37.5M 0 0 34.2M 0 0:00:01 0:00:01 --:--:-- 34.2M
1792024-12-28T04:15:23.259Z++ popd
1802024-12-28T04:15:23.259Z/work/oxidecomputer/maghemite
1812024-12-28T04:15:23.259Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-28T04:15:23.259Z++ repo=maghemite
1832024-12-28T04:15:23.259Z++ series=release
1842024-12-28T04:15:23.259Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-28T04:15:23.259Z++ name=ddmd
1862024-12-28T04:15:23.259Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-28T04:15:23.259Z++ mkdir -p download
1882024-12-28T04:15:23.260Z++ pushd download
1892024-12-28T04:15:23.260Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-28T04:15:23.260Z++ [[ ! -f ddmd ]]
1912024-12-28T04:15:23.260Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-28T04:15:23.264Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-28T04:15:23.264Z Dload Upload Total Spent Left Speed
1942024-12-28T04:15:24.078Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 50.5M 0 --:--:-- --:--:-- --:--:-- 50.5M
1952024-12-28T04:15:24.094Z++ popd
1962024-12-28T04:15:24.094Z/work/oxidecomputer/maghemite
1972024-12-28T04:15:24.094Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-28T04:15:24.094Z++ repo=maghemite
1992024-12-28T04:15:24.094Z++ series=release
2002024-12-28T04:15:24.094Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-28T04:15:24.095Z++ name=ddmadm
2022024-12-28T04:15:24.095Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-28T04:15:24.095Z++ mkdir -p download
2042024-12-28T04:15:24.095Z++ pushd download
2052024-12-28T04:15:24.095Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-28T04:15:24.095Z++ [[ ! -f ddmadm ]]
2072024-12-28T04:15:24.095Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-28T04:15:24.095Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-28T04:15:24.095Z Dload Upload Total Spent Left Speed
2102024-12-28T04:15:24.573Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 36.5M 0 --:--:-- --:--:-- --:--:-- 36.6M
2112024-12-28T04:15:24.590Z++ popd
2122024-12-28T04:15:24.612Z/work/oxidecomputer/maghemite
2132024-12-28T04:15:24.612Z++ pushd download
2142024-12-28T04:15:24.613Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-28T04:15:24.613Z++ chmod +x softnpu
2162024-12-28T04:15:24.613Z++ chmod +x scadm
2172024-12-28T04:15:24.613Z++ chmod +x ddmadm
2182024-12-28T04:15:24.613Z++ chmod +x ddmd
2192024-12-28T04:15:24.613Z++ mv ddmadm ddmadm-v2
2202024-12-28T04:15:24.613Z++ mv ddmd ddmd-v2
2212024-12-28T04:15:24.613Z++ rm -rf zones/dendrite
2222024-12-28T04:15:24.614Z++ mkdir -p zones/dendrite
2232024-12-28T04:15:24.614Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-28T04:15:25.360Z++ popd
2252024-12-28T04:15:25.360Z/work/oxidecomputer/maghemite
2262024-12-28T04:15:25.360Z++ banner install
2272024-12-28T04:15:25.363Z
2282024-12-28T04:15:25.363Z # # # #### ##### ## # #
2292024-12-28T04:15:25.363Z # ## # # # # # # #
2302024-12-28T04:15:25.363Z # # # # #### # # # # #
2312024-12-28T04:15:25.363Z # # # # # # ###### # #
2322024-12-28T04:15:25.363Z # # ## # # # # # # #
2332024-12-28T04:15:25.363Z # # # #### # # # ###### ######
2342024-12-28T04:15:25.363Z
2352024-12-28T04:15:25.366Z++ pkg info brand/sparse
2362024-12-28T04:15:25.366Z++ grep -qi installed
2372024-12-28T04:15:27.012Zpkg: info: no packages matching the following patterns you specified are
2382024-12-28T04:15:27.012Zinstalled on the system. Try querying remotely instead:
2392024-12-28T04:15:27.012Z
2402024-12-28T04:15:27.012Z brand/sparse
2412024-12-28T04:15:27.064Z++ [[ 1 != 0 ]]
2422024-12-28T04:15:27.064Z++ set -o errexit
2432024-12-28T04:15:27.064Z++ pfexec pkg install brand/sparse
2442024-12-28T04:15:33.292Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-28T04:15:37.157Z Startup: Caching catalogs ... Done
2462024-12-28T04:15:47.736ZPlanning: Solver setup ... Done
2472024-12-28T04:15:47.871ZPlanning: Running solver ... Done
2482024-12-28T04:15:47.974ZPlanning: Finding local manifests ... Done
2492024-12-28T04:15:47.986ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-28T04:15:48.074ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-28T04:15:48.145ZPlanning: Package planning ... Done
2522024-12-28T04:15:48.151ZPlanning: Merging actions ... Done
2532024-12-28T04:15:48.340ZPlanning: Checking for conflicting actions ... Done
2542024-12-28T04:15:50.475ZPlanning: Consolidating action changes ... Done
2552024-12-28T04:15:51.074ZPlanning: Evaluating mediators ... Done
2562024-12-28T04:15:51.141ZPlanning: Planning completed in 13.89 seconds
2572024-12-28T04:15:51.157Z Packages to install: 1
2582024-12-28T04:15:51.157Z Packages to update: 2
2592024-12-28T04:15:51.159Z Create boot environment: No
2602024-12-28T04:15:51.159ZCreate backup boot environment: Yes
2612024-12-28T04:15:51.235Z
2622024-12-28T04:15:51.235ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-28T04:15:55.147ZDownload: Completed 8.03 MB in 3.91 seconds (2.0M/s)
2642024-12-28T04:15:57.239Z Actions: 1/1419 actions (Removing old actions)
2652024-12-28T04:15:57.264Z Actions: 199/1419 actions (Installing new actions)
2662024-12-28T04:15:57.380Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-28T04:15:57.694Z Actions: Completed 1419 actions in 0.46 seconds.
2682024-12-28T04:15:57.908Z Done
2692024-12-28T04:15:57.910Z Done
2702024-12-28T04:15:58.434Z Done
2712024-12-28T04:16:02.790Z Done
2722024-12-28T04:16:02.875Z Done
2732024-12-28T04:16:02.877Z Done
2742024-12-28T04:16:02.980Z Done
2752024-12-28T04:16:03.377Z++ set -o errexit
2762024-12-28T04:16:03.377Z++ set -o pipefail
2772024-12-28T04:16:03.377Z++ banner build
2782024-12-28T04:16:03.380Z
2792024-12-28T04:16:03.380Z ##### # # # # #####
2802024-12-28T04:16:03.380Z # # # # # # # #
2812024-12-28T04:16:03.380Z ##### # # # # # #
2822024-12-28T04:16:03.380Z # # # # # # # #
2832024-12-28T04:16:03.380Z # # # # # # # #
2842024-12-28T04:16:03.380Z ##### #### # ###### #####
2852024-12-28T04:16:03.380Z
2862024-12-28T04:16:03.380Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-28T04:16:03.571Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-28T04:16:03.803Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-28T04:16:04.034ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-28T04:16:04.034Z * [new branch] ci -> origin/ci
2912024-12-28T04:16:04.037Z * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216
2922024-12-28T04:16:04.037Z * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134
2932024-12-28T04:16:04.037Z * [new branch] main -> origin/main
2942024-12-28T04:16:04.037Z * [new ref] -> origin/HEAD
2952024-12-28T04:16:04.048Z Updating crates.io index
2962024-12-28T04:16:04.107Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972024-12-28T04:16:04.886ZFrom https://github.com/oxidecomputer/falcon
2982024-12-28T04:16:04.886Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2992024-12-28T04:16:04.990Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002024-12-28T04:16:06.166ZFrom https://github.com/oxidecomputer/dendrite
3012024-12-28T04:16:06.166Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3022024-12-28T04:16:06.304Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-12-28T04:16:06.681ZFrom https://github.com/oxidecomputer/ispf
3042024-12-28T04:16:06.681Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3052024-12-28T04:16:06.689Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-12-28T04:16:07.187ZFrom https://github.com/oxidecomputer/netadm-sys
3072024-12-28T04:16:07.187Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3082024-12-28T04:16:07.199Z Updating git repository `https://github.com/oxidecomputer/omicron`
3092024-12-28T04:16:11.484ZFrom https://github.com/oxidecomputer/omicron
3102024-12-28T04:16:11.484Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3112024-12-28T04:16:11.514Z * [new tag] dogfood -> dogfood
3122024-12-28T04:16:11.516Z * [new tag] v5 -> v5
3132024-12-28T04:16:11.516Z * [new tag] v6 -> v6
3142024-12-28T04:16:11.516Z * [new tag] v7 -> v7
3152024-12-28T04:16:11.516Z * [new tag] v8 -> v8
3162024-12-28T04:16:11.516Z * [new tag] v9 -> v9
3172024-12-28T04:16:11.866Z Updating git repository `https://github.com/oxidecomputer/opte`
3182024-12-28T04:16:12.480ZFrom https://github.com/oxidecomputer/opte
3192024-12-28T04:16:12.480Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3202024-12-28T04:16:12.620Z Updating git repository `https://github.com/illumos/smf-rs`
3212024-12-28T04:16:13.040ZFrom https://github.com/illumos/smf-rs
3222024-12-28T04:16:13.040Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3232024-12-28T04:16:13.052Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242024-12-28T04:16:13.615ZFrom https://github.com/oxidecomputer/maghemite
3252024-12-28T04:16:13.615Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3262024-12-28T04:16:13.632Z * [new tag] rift -> rift
3272024-12-28T04:16:13.636Z * [new tag] srp -> srp
3282024-12-28T04:16:13.636Z * [new tag] tie-spf -> tie-spf
3292024-12-28T04:16:13.690Z Updating git repository `https://github.com/oxidecomputer/zone`
3302024-12-28T04:16:14.086ZFrom https://github.com/oxidecomputer/zone
3312024-12-28T04:16:14.086Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3322024-12-28T04:16:14.114Z Updating git repository `https://github.com/oxidecomputer/propolis`
3332024-12-28T04:16:14.887ZFrom https://github.com/oxidecomputer/propolis
3342024-12-28T04:16:14.887Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3352024-12-28T04:16:14.995Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362024-12-28T04:16:15.425ZFrom https://github.com/oxidecomputer/dlpi-sys
3372024-12-28T04:16:15.425Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3382024-12-28T04:16:15.462Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392024-12-28T04:16:15.896ZFrom https://github.com/jmesmon/rust-libzfs
3402024-12-28T04:16:15.896Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3412024-12-28T04:16:15.910Z * [new tag] v0.4.0 -> v0.4.0
3422024-12-28T04:16:15.924Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432024-12-28T04:16:16.314ZFrom https://github.com/oxidecomputer/rusty-doors
3442024-12-28T04:16:16.314Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3452024-12-28T04:16:16.353Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3462024-12-28T04:16:16.834ZFrom https://github.com/oxidecomputer/maghemite
3472024-12-28T04:16:16.834Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3482024-12-28T04:16:16.869Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3492024-12-28T04:16:17.314ZFrom https://github.com/oxidecomputer/serde_human_bytes
3502024-12-28T04:16:17.314Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3512024-12-28T04:16:17.353Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3522024-12-28T04:16:17.762ZFrom https://github.com/oxidecomputer/slog-error-chain
3532024-12-28T04:16:17.762Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3542024-12-28T04:16:17.789Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3552024-12-28T04:16:18.165ZFrom https://github.com/oxidecomputer/poptrie
3562024-12-28T04:16:18.165Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3572024-12-28T04:16:18.219Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3582024-12-28T04:16:18.630ZFrom https://github.com/illumos/libscf-sys
3592024-12-28T04:16:18.630Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3602024-12-28T04:16:18.639Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3612024-12-28T04:16:19.539ZFrom https://github.com/oxidecomputer/progenitor
3622024-12-28T04:16:19.539Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3632024-12-28T04:16:19.559Z * [new tag] v0.1.1 -> v0.1.1
3642024-12-28T04:16:19.562Z * [new tag] v0.2.0 -> v0.2.0
3652024-12-28T04:16:19.562Z * [new tag] v0.3.0 -> v0.3.0
3662024-12-28T04:16:19.562Z * [new tag] v0.4.0 -> v0.4.0
3672024-12-28T04:16:19.562Z * [new tag] v0.5.0 -> v0.5.0
3682024-12-28T04:16:19.562Z * [new tag] v0.6.0 -> v0.6.0
3692024-12-28T04:16:19.562Z * [new tag] v0.7.0 -> v0.7.0
3702024-12-28T04:16:19.786Z Updating git repository `https://github.com/oxidecomputer/typify`
3712024-12-28T04:16:20.582ZFrom https://github.com/oxidecomputer/typify
3722024-12-28T04:16:20.582Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3732024-12-28T04:16:20.585Z * [new tag] v0.2.0 -> v0.2.0
3742024-12-28T04:16:20.602Z * [new tag] v0.0.10 -> v0.0.10
3752024-12-28T04:16:20.604Z * [new tag] v0.0.11 -> v0.0.11
3762024-12-28T04:16:20.604Z * [new tag] v0.0.12 -> v0.0.12
3772024-12-28T04:16:20.604Z * [new tag] v0.0.13 -> v0.0.13
3782024-12-28T04:16:20.604Z * [new tag] v0.0.14 -> v0.0.14
3792024-12-28T04:16:20.604Z * [new tag] v0.0.15 -> v0.0.15
3802024-12-28T04:16:20.604Z * [new tag] v0.0.16 -> v0.0.16
3812024-12-28T04:16:20.604Z * [new tag] v0.0.4 -> v0.0.4
3822024-12-28T04:16:20.604Z * [new tag] v0.0.5 -> v0.0.5
3832024-12-28T04:16:20.604Z * [new tag] v0.0.7 -> v0.0.7
3842024-12-28T04:16:20.604Z * [new tag] v0.0.8 -> v0.0.8
3852024-12-28T04:16:20.604Z * [new tag] v0.0.9 -> v0.0.9
3862024-12-28T04:16:20.604Z * [new tag] v0.1.0 -> v0.1.0
3872024-12-28T04:16:20.746Z Updating git repository `https://github.com/oxidecomputer/crucible`
3882024-12-28T04:16:21.792ZFrom https://github.com/oxidecomputer/crucible
3892024-12-28T04:16:21.792Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3902024-12-28T04:16:21.866Z Updating git repository `https://github.com/oxidecomputer/opte`
3912024-12-28T04:16:22.356ZFrom https://github.com/oxidecomputer/opte
3922024-12-28T04:16:22.357Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3932024-12-28T04:16:22.404Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3942024-12-28T04:16:23.113ZFrom https://github.com/oxidecomputer/management-gateway-service
3952024-12-28T04:16:23.113Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3962024-12-28T04:16:24.018Z Downloading crates ...
3972024-12-28T04:16:24.080Z Downloaded async-stream-impl v0.3.5
3982024-12-28T04:16:24.090Z Downloaded cstr-argument v0.1.2
3992024-12-28T04:16:24.094Z Downloaded atomicwrites v0.4.4
4002024-12-28T04:16:24.096Z Downloaded crunchy v0.2.2
4012024-12-28T04:16:24.099Z Downloaded const-random-macro v0.1.16
4022024-12-28T04:16:24.101Z Downloaded ciborium-io v0.2.2
4032024-12-28T04:16:24.108Z Downloaded foreign-types-shared v0.1.1
4042024-12-28T04:16:24.110Z Downloaded crucible-workspace-hack v0.1.0
4052024-12-28T04:16:24.110Z Downloaded equivalent v1.0.1
4062024-12-28T04:16:24.113Z Downloaded foreign-types-macros v0.2.3
4072024-12-28T04:16:24.115Z Downloaded crc8 v0.1.1
4082024-12-28T04:16:24.118Z Downloaded darling_macro v0.20.10
4092024-12-28T04:16:24.120Z Downloaded dtrace-parser v0.2.0
4102024-12-28T04:16:24.124Z Downloaded foreign-types v0.3.2
4112024-12-28T04:16:24.127Z Downloaded foreign-types v0.5.0
4122024-12-28T04:16:24.131Z Downloaded const-random v0.1.18
4132024-12-28T04:16:24.134Z Downloaded async-stream v0.3.5
4142024-12-28T04:16:24.136Z Downloaded paste v1.0.15
4152024-12-28T04:16:24.138Z Downloaded atomic-waker v1.1.2
4162024-12-28T04:16:24.141Z Downloaded pest_meta v2.7.13
4172024-12-28T04:16:24.144Z Downloaded futures-executor v0.3.30
4182024-12-28T04:16:24.144Z Downloaded colored v2.1.0
4192024-12-28T04:16:24.146Z Downloaded crypto-common v0.1.6
4202024-12-28T04:16:24.149Z Downloaded percent-encoding v2.3.1
4212024-12-28T04:16:24.149Z Downloaded ciborium-ll v0.2.2
4222024-12-28T04:16:24.151Z Downloaded pin-project-lite v0.2.14
4232024-12-28T04:16:24.156Z Downloaded pest_generator v2.7.13
4242024-12-28T04:16:24.158Z Downloaded password-hash v0.5.0
4252024-12-28T04:16:24.161Z Downloaded futures-sink v0.3.30
4262024-12-28T04:16:24.163Z Downloaded futures-core v0.3.30
4272024-12-28T04:16:24.163Z Downloaded fixedbitset v0.4.2
4282024-12-28T04:16:24.165Z Downloaded form_urlencoded v1.2.1
4292024-12-28T04:16:24.165Z Downloaded embedded-io v0.4.0
4302024-12-28T04:16:24.168Z Downloaded deranged v0.3.11
4312024-12-28T04:16:24.170Z Downloaded fnv v1.0.7
4322024-12-28T04:16:24.170Z Downloaded errno v0.3.9
4332024-12-28T04:16:24.172Z Downloaded futures-io v0.3.30
4342024-12-28T04:16:24.172Z Downloaded dof v0.3.0
4352024-12-28T04:16:24.175Z Downloaded argon2 v0.5.3
4362024-12-28T04:16:24.177Z Downloaded hubpack_derive v0.1.1
4372024-12-28T04:16:24.177Z Downloaded darling v0.20.10
4382024-12-28T04:16:24.181Z Downloaded quick-error v1.2.3
4392024-12-28T04:16:24.185Z Downloaded proc-macro-crate v3.2.0
4402024-12-28T04:16:24.185Z Downloaded proc-macro-crate v1.3.1
4412024-12-28T04:16:24.187Z Downloaded crc32fast v1.4.2
4422024-12-28T04:16:24.190Z Downloaded proc-macro2 v1.0.86
4432024-12-28T04:16:24.193Z Downloaded prettyplease v0.2.22
4442024-12-28T04:16:24.195Z Downloaded progenitor-macro v0.8.0
4452024-12-28T04:16:24.198Z Downloaded progenitor-client v0.8.0
4462024-12-28T04:16:24.200Z Downloaded rand v0.8.5
4472024-12-28T04:16:24.203Z Downloaded async-trait v0.1.83
4482024-12-28T04:16:24.205Z Downloaded ident_case v1.0.1
4492024-12-28T04:16:24.208Z Downloaded futures-channel v0.3.30
4502024-12-28T04:16:24.210Z Downloaded defmt v0.3.8
4512024-12-28T04:16:24.213Z Downloaded swrite v0.1.0
4522024-12-28T04:16:24.215Z Downloaded tinyvec_macros v0.1.1
4532024-12-28T04:16:24.217Z Downloaded byteorder v1.5.0
4542024-12-28T04:16:24.219Z Downloaded rustversion v1.0.17
4552024-12-28T04:16:24.221Z Downloaded http-body v0.4.6
4562024-12-28T04:16:24.224Z Downloaded is-terminal v0.4.13
4572024-12-28T04:16:24.226Z Downloaded console v0.15.8
4582024-12-28T04:16:24.229Z Downloaded hostname v0.3.1
4592024-12-28T04:16:24.231Z Downloaded crossbeam-utils v0.8.20
4602024-12-28T04:16:24.233Z Downloaded serde-big-array v0.5.1
4612024-12-28T04:16:24.236Z Downloaded blake2 v0.10.6
4622024-12-28T04:16:24.238Z Downloaded fxhash v0.2.1
4632024-12-28T04:16:24.241Z Downloaded derive-where v1.2.7
4642024-12-28T04:16:24.243Z Downloaded omicron-workspace-hack v0.1.0
4652024-12-28T04:16:24.245Z Downloaded num_threads v0.1.7
4662024-12-28T04:16:24.245Z Downloaded match_cfg v0.1.0
4672024-12-28T04:16:24.248Z Downloaded progenitor-impl v0.8.0
4682024-12-28T04:16:24.250Z Downloaded newtype-uuid v1.1.0
4692024-12-28T04:16:24.252Z Downloaded num_enum v0.5.11
4702024-12-28T04:16:24.255Z Downloaded subtle v2.6.1
4712024-12-28T04:16:24.258Z Downloaded sync_wrapper v0.1.2
4722024-12-28T04:16:24.260Z Downloaded sigpipe v0.1.3
4732024-12-28T04:16:24.260Z Downloaded num-iter v0.1.45
4742024-12-28T04:16:24.262Z Downloaded hyper-rustls v0.24.2
4752024-12-28T04:16:24.265Z Downloaded parking_lot_core v0.8.6
4762024-12-28T04:16:24.268Z Downloaded untrusted v0.9.0
4772024-12-28T04:16:24.270Z Downloaded zeroize v1.8.1
4782024-12-28T04:16:24.273Z Downloaded pin-utils v0.1.0
4792024-12-28T04:16:24.273Z Downloaded dropshot_endpoint v0.12.0
4802024-12-28T04:16:24.275Z Downloaded serde_urlencoded v0.7.1
4812024-12-28T04:16:24.278Z Downloaded futures v0.3.30
4822024-12-28T04:16:24.283Z Downloaded waitgroup v0.1.2
4832024-12-28T04:16:24.285Z Downloaded cookie v0.18.1
4842024-12-28T04:16:24.288Z Downloaded futures-task v0.3.30
4852024-12-28T04:16:24.290Z Downloaded serde_tokenstream v0.2.2
4862024-12-28T04:16:24.293Z Downloaded pkg-config v0.3.31
4872024-12-28T04:16:24.293Z Downloaded sct v0.7.1
4882024-12-28T04:16:24.295Z Downloaded spin v0.5.2
4892024-12-28T04:16:24.298Z Downloaded usdt-macro v0.5.0
4902024-12-28T04:16:24.301Z Downloaded spin v0.9.8
4912024-12-28T04:16:24.303Z Downloaded strum_macros v0.26.4
4922024-12-28T04:16:24.303Z Downloaded num-rational v0.4.2
4932024-12-28T04:16:24.306Z Downloaded num-complex v0.4.6
4942024-12-28T04:16:24.308Z Downloaded thread_local v1.1.8
4952024-12-28T04:16:24.308Z Downloaded num-conv v0.1.0
4962024-12-28T04:16:24.310Z Downloaded thread-id v4.2.2
4972024-12-28T04:16:24.310Z Downloaded slog-json v2.6.1
4982024-12-28T04:16:24.313Z Downloaded hash32 v0.3.1
4992024-12-28T04:16:24.316Z Downloaded slog-scope v4.4.0
5002024-12-28T04:16:24.316Z Downloaded hyper-tls v0.6.0
5012024-12-28T04:16:24.318Z Downloaded slog-bunyan v2.5.0
5022024-12-28T04:16:24.318Z Downloaded rustls-pemfile v2.1.3
5032024-12-28T04:16:24.320Z Downloaded base64 v0.22.1
5042024-12-28T04:16:24.324Z Downloaded scroll v0.12.0
5052024-12-28T04:16:24.326Z Downloaded schemars_derive v0.8.21
5062024-12-28T04:16:24.329Z Downloaded hyper-tls v0.5.0
5072024-12-28T04:16:24.329Z Downloaded rustls-pki-types v1.8.0
5082024-12-28T04:16:24.331Z Downloaded rhai_codegen v2.2.0
5092024-12-28T04:16:24.338Z Downloaded version_check v0.9.5
5102024-12-28T04:16:24.340Z Downloaded thiserror v1.0.69
5112024-12-28T04:16:24.344Z Downloaded thiserror-impl v1.0.69
5122024-12-28T04:16:24.346Z Downloaded utf8parse v0.2.2
5132024-12-28T04:16:24.349Z Downloaded tiny-keccak v2.0.2
5142024-12-28T04:16:24.351Z Downloaded strum_macros v0.25.3
5152024-12-28T04:16:24.353Z Downloaded want v0.3.1
5162024-12-28T04:16:24.353Z Downloaded hostname v0.4.0
5172024-12-28T04:16:24.355Z Downloaded sync_wrapper v1.0.1
5182024-12-28T04:16:24.355Z Downloaded openssl-macros v0.1.1
5192024-12-28T04:16:24.358Z Downloaded tokio-macros v2.4.0
5202024-12-28T04:16:24.358Z Downloaded indent_write v2.2.0
5212024-12-28T04:16:24.361Z Downloaded num-derive v0.3.3
5222024-12-28T04:16:24.361Z Downloaded humantime v2.1.0
5232024-12-28T04:16:24.363Z Downloaded hubpack v0.1.2
5242024-12-28T04:16:24.363Z Downloaded parse-display-derive v0.10.0
5252024-12-28T04:16:24.365Z Downloaded tokio-native-tls v0.3.1
5262024-12-28T04:16:24.368Z Downloaded slab v0.4.9
5272024-12-28T04:16:24.368Z Downloaded semver v1.0.23
5282024-12-28T04:16:24.370Z Downloaded sha2 v0.10.8
5292024-12-28T04:16:24.373Z Downloaded linked-hash-map v0.5.6
5302024-12-28T04:16:24.375Z Downloaded hyper-rustls v0.27.3
5312024-12-28T04:16:24.377Z Downloaded take_mut v0.2.2
5322024-12-28T04:16:24.377Z Downloaded typify-macro v0.2.0
5332024-12-28T04:16:24.379Z Downloaded terminal_size v0.4.0
5342024-12-28T04:16:24.379Z Downloaded num_enum_derive v0.5.11
5352024-12-28T04:16:24.382Z Downloaded openssl-probe v0.1.5
5362024-12-28T04:16:24.382Z Downloaded newline-converter v0.3.0
5372024-12-28T04:16:24.384Z Downloaded instant v0.1.13
5382024-12-28T04:16:24.384Z Downloaded toml_datetime v0.6.8
5392024-12-28T04:16:24.386Z Downloaded zerocopy-derive v0.7.35
5402024-12-28T04:16:24.389Z Downloaded tower-service v0.3.3
5412024-12-28T04:16:24.391Z Downloaded num-integer v0.1.46
5422024-12-28T04:16:24.393Z Downloaded num-derive v0.4.2
5432024-12-28T04:16:24.393Z Downloaded thin-vec v0.2.13
5442024-12-28T04:16:24.396Z Downloaded static_assertions v1.1.0
5452024-12-28T04:16:24.398Z Downloaded httparse v1.9.4
5462024-12-28T04:16:24.400Z Downloaded zerocopy v0.6.6
5472024-12-28T04:16:24.402Z Downloaded expectorate v1.1.0
5482024-12-28T04:16:24.405Z Downloaded http-body v1.0.1
5492024-12-28T04:16:24.405Z Downloaded structmeta v0.3.0
5502024-12-28T04:16:24.407Z Downloaded highway v1.2.0
5512024-12-28T04:16:24.409Z Downloaded httpdate v1.0.3
5522024-12-28T04:16:24.409Z Downloaded http-body-util v0.1.2
5532024-12-28T04:16:24.411Z Downloaded libsw v3.3.1
5542024-12-28T04:16:24.411Z Downloaded hex v0.4.3
5552024-12-28T04:16:24.413Z Downloaded num_enum v0.7.3
5562024-12-28T04:16:24.418Z Downloaded smallvec v1.13.2
5572024-12-28T04:16:24.420Z Downloaded lock_api v0.4.12
5582024-12-28T04:16:24.423Z Downloaded tracing-core v0.1.32
5592024-12-28T04:16:24.426Z Downloaded tokio-rustls v0.25.0
5602024-12-28T04:16:24.428Z Downloaded smartstring v1.0.1
5612024-12-28T04:16:24.428Z Downloaded term v0.7.0
5622024-12-28T04:16:24.431Z Downloaded no-std-compat v0.4.1
5632024-12-28T04:16:24.434Z Downloaded newtype_derive v0.1.6
5642024-12-28T04:16:24.434Z Downloaded num v0.4.3
5652024-12-28T04:16:24.436Z Downloaded similar v2.6.0
5662024-12-28T04:16:24.439Z Downloaded strsim v0.11.1
5672024-12-28T04:16:24.442Z Downloaded parse-display v0.10.0
5682024-12-28T04:16:24.442Z Downloaded tracing-attributes v0.1.27
5692024-12-28T04:16:24.444Z Downloaded indexmap v1.9.3
5702024-12-28T04:16:24.447Z Downloaded owo-colors v4.1.0
5712024-12-28T04:16:24.449Z Downloaded heck v0.4.1
5722024-12-28T04:16:24.451Z Downloaded tempfile v3.12.0
5732024-12-28T04:16:24.453Z Downloaded serde_yaml v0.9.34+deprecated
5742024-12-28T04:16:24.456Z Downloaded lru-cache v0.1.2
5752024-12-28T04:16:24.458Z Downloaded is_terminal_polyfill v1.70.1
5762024-12-28T04:16:24.458Z Downloaded linear-map v1.2.0
5772024-12-28T04:16:24.461Z Downloaded typenum v1.17.0
5782024-12-28T04:16:24.463Z Downloaded quinn v0.11.5
5792024-12-28T04:16:24.465Z Downloaded tokio-rustls v0.26.0
5802024-12-28T04:16:24.468Z Downloaded hyper-util v0.1.10
5812024-12-28T04:16:24.472Z Downloaded whoami v1.5.2
5822024-12-28T04:16:24.474Z Downloaded native-tls v0.2.12
5832024-12-28T04:16:24.476Z Downloaded parking_lot v0.11.2
5842024-12-28T04:16:24.478Z Downloaded ipnet v2.10.0
5852024-12-28T04:16:24.481Z Downloaded tinyvec v1.8.0
5862024-12-28T04:16:24.483Z Downloaded typify v0.2.0
5872024-12-28T04:16:24.486Z Downloaded half v2.4.1
5882024-12-28T04:16:24.488Z Downloaded ipnetwork v0.20.0
5892024-12-28T04:16:24.490Z Downloaded minimal-lexical v0.2.1
5902024-12-28T04:16:24.494Z Downloaded serde v1.0.217
5912024-12-28T04:16:24.497Z Downloaded socket2 v0.5.8
5922024-12-28T04:16:24.499Z Downloaded cc v1.1.21
5932024-12-28T04:16:24.503Z Downloaded structmeta-derive v0.3.0
5942024-12-28T04:16:24.505Z Downloaded log v0.4.22
5952024-12-28T04:16:24.507Z Downloaded url v2.5.2
5962024-12-28T04:16:24.509Z Downloaded toml v0.8.19
5972024-12-28T04:16:24.513Z Downloaded unsafe-libyaml v0.2.11
5982024-12-28T04:16:24.516Z Downloaded uuid v1.11.0
5992024-12-28T04:16:24.519Z Downloaded multer v3.1.0
6002024-12-28T04:16:24.521Z Downloaded unicode-bidi v0.3.15
6012024-12-28T04:16:24.524Z Downloaded unicode-ident v1.0.13
6022024-12-28T04:16:24.526Z Downloaded heapless v0.8.0
6032024-12-28T04:16:24.530Z Downloaded ucd-trie v0.1.6
6042024-12-28T04:16:24.533Z Downloaded crossbeam-channel v0.5.13
6052024-12-28T04:16:24.536Z Downloaded serde_derive v1.0.217
6062024-12-28T04:16:24.539Z Downloaded hashbrown v0.12.3
6072024-12-28T04:16:24.543Z Downloaded ryu v1.0.18
6082024-12-28T04:16:24.546Z Downloaded smf v0.2.3
6092024-12-28T04:16:24.549Z Downloaded reqwest v0.11.27
6102024-12-28T04:16:24.555Z Downloaded tokio-rustls v0.24.1
6112024-12-28T04:16:24.558Z Downloaded slog v2.7.0
6122024-12-28T04:16:24.560Z Downloaded memchr v2.7.4
6132024-12-28T04:16:24.565Z Downloaded tracing v0.1.40
6142024-12-28T04:16:24.569Z Downloaded schemars v0.8.21
6152024-12-28T04:16:24.581Z Downloaded arc-swap v1.7.1
6162024-12-28T04:16:24.584Z Downloaded clap_builder v4.5.23
6172024-12-28T04:16:24.591Z Downloaded hickory-resolver v0.24.1
6182024-12-28T04:16:24.595Z Downloaded time v0.3.36
6192024-12-28T04:16:24.602Z Downloaded openssl-sys v0.9.103
6202024-12-28T04:16:24.606Z Downloaded toml_edit v0.22.21
6212024-12-28T04:16:24.627Z Downloaded http v0.2.12
6222024-12-28T04:16:24.630Z Downloaded steno v0.4.1
6232024-12-28T04:16:24.634Z Downloaded serde_with v3.9.0
6242024-12-28T04:16:24.642Z Downloaded http v1.2.0
6252024-12-28T04:16:24.646Z Downloaded portable-atomic v1.8.0
6262024-12-28T04:16:24.653Z Downloaded itertools v0.10.5
6272024-12-28T04:16:24.659Z Downloaded hyper v1.5.1
6282024-12-28T04:16:24.665Z Downloaded hashbrown v0.14.5
6292024-12-28T04:16:24.670Z Downloaded unicode-normalization v0.1.24
6302024-12-28T04:16:24.674Z Downloaded quinn-proto v0.11.8
6312024-12-28T04:16:24.681Z Downloaded nom v7.1.3
6322024-12-28T04:16:24.686Z Downloaded chrono v0.4.38
6332024-12-28T04:16:24.694Z Downloaded winnow v0.5.40
6342024-12-28T04:16:24.702Z Downloaded winnow v0.6.18
6352024-12-28T04:16:24.710Z Downloaded h2 v0.4.6
6362024-12-28T04:16:24.717Z Downloaded goblin v0.8.2
6372024-12-28T04:16:24.723Z Downloaded futures-util v0.3.30
6382024-12-28T04:16:24.734Z Downloaded hyper v0.14.30
6392024-12-28T04:16:24.742Z Downloaded rustls v0.21.12
6402024-12-28T04:16:24.752Z Downloaded vcpkg v0.2.15
6412024-12-28T04:16:24.788Z Downloaded syn v2.0.87
6422024-12-28T04:16:24.799Z Downloaded openssl v0.10.66
6432024-12-28T04:16:24.809Z Downloaded webpki-roots v0.26.6
6442024-12-28T04:16:24.812Z Downloaded regress v0.10.1
6452024-12-28T04:16:24.821Z Downloaded webpki-roots v0.25.4
6462024-12-28T04:16:24.825Z Downloaded unicode-width v0.1.14
6472024-12-28T04:16:24.831Z Downloaded smoltcp v0.11.0
6482024-12-28T04:16:24.843Z Downloaded rustls v0.23.13
6492024-12-28T04:16:24.854Z Downloaded openapiv3 v2.0.0
6502024-12-28T04:16:24.865Z Downloaded rhai v1.20.0
6512024-12-28T04:16:24.877Z Downloaded rustls v0.22.4
6522024-12-28T04:16:24.889Z Downloaded hickory-proto v0.24.1
6532024-12-28T04:16:24.903Z Downloaded sled v0.34.7
6542024-12-28T04:16:24.913Z Downloaded rustix v0.38.37
6552024-12-28T04:16:24.934Z Downloaded idna v0.5.0
6562024-12-28T04:16:24.941Z Downloaded regress v0.9.1
6572024-12-28T04:16:24.948Z Downloaded regex-syntax v0.8.4
6582024-12-28T04:16:24.956Z Downloaded dropshot v0.12.0
6592024-12-28T04:16:24.974Z Downloaded typify-impl v0.2.0
6602024-12-28T04:16:24.989Z Downloaded zerocopy-derive v0.6.6
6612024-12-28T04:16:24.998Z Downloaded idna v0.4.0
6622024-12-28T04:16:25.005Z Downloaded regex-automata v0.4.7
6632024-12-28T04:16:25.023Z Downloaded syn v1.0.109
6642024-12-28T04:16:25.031Z Downloaded h2 v0.3.26
6652024-12-28T04:16:25.038Z Downloaded rustls-webpki v0.102.8
6662024-12-28T04:16:25.054Z Downloaded regex v1.10.6
6672024-12-28T04:16:25.066Z Downloaded petgraph v0.6.5
6682024-12-28T04:16:25.082Z Downloaded libm v0.2.8
6692024-12-28T04:16:25.089Z Downloaded tokio-util v0.7.12
6702024-12-28T04:16:25.095Z Downloaded zerocopy v0.7.35
6712024-12-28T04:16:25.110Z Downloaded reqwest v0.12.9
6722024-12-28T04:16:25.118Z Downloaded indexmap v2.5.0
6732024-12-28T04:16:25.122Z Downloaded itertools v0.12.1
6742024-12-28T04:16:25.128Z Downloaded itertools v0.13.0
6752024-12-28T04:16:25.134Z Downloaded tokio v1.42.0
6762024-12-28T04:16:25.170Z Downloaded libc v0.2.167
6772024-12-28T04:16:25.194Z Downloaded rustls-webpki v0.101.7
6782024-12-28T04:16:25.206Z Downloaded unicode-segmentation v1.12.0
6792024-12-28T04:16:25.209Z Downloaded serde_json v1.0.133
6802024-12-28T04:16:25.216Z Downloaded toml_edit v0.19.15
6812024-12-28T04:16:25.230Z Downloaded mio v1.0.2
6822024-12-28T04:16:25.235Z Downloaded time-macros v0.2.18
6832024-12-28T04:16:25.238Z Downloaded getrandom v0.2.15
6842024-12-28T04:16:25.240Z Downloaded serde_with_macros v3.9.0
6852024-12-28T04:16:25.243Z Downloaded iana-time-zone v0.1.61
6862024-12-28T04:16:25.245Z Downloaded strum v0.26.3
6872024-12-28T04:16:25.245Z Downloaded mime v0.3.17
6882024-12-28T04:16:25.247Z Downloaded slog-term v2.9.1
6892024-12-28T04:16:25.247Z Downloaded parking_lot_core v0.9.10
6902024-12-28T04:16:25.250Z Downloaded usdt-impl v0.5.0
6912024-12-28T04:16:25.253Z Downloaded parking_lot v0.12.3
6922024-12-28T04:16:25.253Z Downloaded num-traits v0.2.19
6932024-12-28T04:16:25.255Z Downloaded generic-array v0.14.7
6942024-12-28T04:16:25.257Z Downloaded usdt v0.5.0
6952024-12-28T04:16:25.257Z Downloaded once_cell v1.20.2
6962024-12-28T04:16:25.260Z Downloaded memmap v0.7.0
6972024-12-28T04:16:25.262Z Downloaded tabwriter v1.4.0
6982024-12-28T04:16:25.262Z Downloaded itoa v1.0.11
6992024-12-28T04:16:25.264Z Downloaded stable_deref_trait v1.2.0
7002024-12-28T04:16:25.265Z Downloaded serde_derive_internals v0.29.1
7012024-12-28T04:16:25.265Z Downloaded postcard v1.0.10
7022024-12-28T04:16:25.267Z Downloaded darling_core v0.20.10
7032024-12-28T04:16:25.271Z Downloaded clap v4.5.23
7042024-12-28T04:16:25.278Z Downloaded base64 v0.21.7
7052024-12-28T04:16:25.282Z Downloaded slog-async v2.8.0
7062024-12-28T04:16:25.284Z Downloaded slog-envlogger v2.2.0
7072024-12-28T04:16:25.286Z Downloaded slog-dtrace v0.3.0
7082024-12-28T04:16:25.286Z Downloaded signal-hook-registry v1.4.2
7092024-12-28T04:16:25.289Z Downloaded sha1 v0.10.6
7102024-12-28T04:16:25.289Z Downloaded time-core v0.1.2
7112024-12-28T04:16:25.291Z Downloaded aho-corasick v1.1.3
7122024-12-28T04:16:25.294Z Downloaded encoding_rs v0.8.34
7132024-12-28T04:16:25.314Z Downloaded num_enum_derive v0.7.3
7142024-12-28T04:16:25.317Z Downloaded macaddr v1.0.1
7152024-12-28T04:16:25.317Z Downloaded usdt-attr-macro v0.5.0
7162024-12-28T04:16:25.322Z Downloaded try-lock v0.2.5
7172024-12-28T04:16:25.322Z Downloaded slog-stdlog v4.1.1
7182024-12-28T04:16:25.322Z Downloaded shlex v1.3.0
7192024-12-28T04:16:25.322Z Downloaded derive_more v0.99.18
7202024-12-28T04:16:25.326Z Downloaded scopeguard v1.2.0
7212024-12-28T04:16:25.326Z Downloaded rustc_version v0.1.7
7222024-12-28T04:16:25.328Z Downloaded proc-macro-error v1.0.4
7232024-12-28T04:16:25.330Z Downloaded zone v0.3.0
7242024-12-28T04:16:25.330Z Downloaded plain v0.2.3
7252024-12-28T04:16:25.333Z Downloaded bytes v1.7.2
7262024-12-28T04:16:25.335Z Downloaded serde_spanned v0.6.7
7272024-12-28T04:16:25.335Z Downloaded serde_path_to_error v0.1.16
7282024-12-28T04:16:25.337Z Downloaded powerfmt v0.2.0
7292024-12-28T04:16:25.337Z Downloaded anyhow v1.0.94
7302024-12-28T04:16:25.341Z Downloaded allocator-api2 v0.2.18
7312024-12-28T04:16:25.343Z Downloaded lazy_static v1.5.0
7322024-12-28T04:16:25.348Z Downloaded serde_repr v0.1.19
7332024-12-28T04:16:25.348Z Downloaded rustls-pemfile v1.0.4
7342024-12-28T04:16:25.348Z Downloaded semver v0.1.20
7352024-12-28T04:16:25.351Z Downloaded managed v0.8.0
7362024-12-28T04:16:25.351Z Downloaded zone_cfg_derive v0.3.0
7372024-12-28T04:16:25.352Z Downloaded scroll_derive v0.12.0
7382024-12-28T04:16:25.352Z Downloaded resolv-conf v0.7.0
7392024-12-28T04:16:25.354Z Downloaded crossbeam-epoch v0.9.18
7402024-12-28T04:16:25.358Z Downloaded bitflags v2.6.0
7412024-12-28T04:16:25.358Z Downloaded heck v0.5.0
7422024-12-28T04:16:25.362Z Downloaded rustc_version v0.4.1
7432024-12-28T04:16:25.362Z Downloaded quote v1.0.37
7442024-12-28T04:16:25.362Z Downloaded rustc-hash v2.0.0
7452024-12-28T04:16:25.365Z Downloaded rand_core v0.6.4
7462024-12-28T04:16:25.365Z Downloaded rand_chacha v0.3.1
7472024-12-28T04:16:25.367Z Downloaded quinn-udp v0.5.5
7482024-12-28T04:16:25.367Z Downloaded ahash v0.8.11
7492024-12-28T04:16:25.373Z Downloaded progenitor v0.8.0
7502024-12-28T04:16:25.373Z Downloaded pretty-hex v0.2.1
7512024-12-28T04:16:25.373Z Downloaded camino v1.1.9
7522024-12-28T04:16:25.373Z Downloaded pretty-hex v0.4.1
7532024-12-28T04:16:25.377Z Downloaded cobs v0.2.3
7542024-12-28T04:16:25.377Z Downloaded clap_derive v4.5.18
7552024-12-28T04:16:25.377Z Downloaded ciborium v0.2.2
7562024-12-28T04:16:25.380Z Downloaded cancel-safe-futures v0.1.5
7572024-12-28T04:16:25.384Z Downloaded bitflags v1.3.2
7582024-12-28T04:16:25.384Z Downloaded base64ct v1.6.0
7592024-12-28T04:16:25.386Z Downloaded backoff v0.4.0
7602024-12-28T04:16:25.388Z Downloaded anstream v0.6.15
7612024-12-28T04:16:25.391Z Downloaded embedded-io v0.6.1
7622024-12-28T04:16:25.391Z Downloaded data-encoding v2.6.0
7632024-12-28T04:16:25.393Z Downloaded proc-macro-error-attr v1.0.4
7642024-12-28T04:16:25.393Z Downloaded ppv-lite86 v0.2.20
7652024-12-28T04:16:25.393Z Downloaded futures-macro v0.3.30
7662024-12-28T04:16:25.395Z Downloaded foreign-types-shared v0.3.1
7672024-12-28T04:16:25.395Z Downloaded enum-as-inner v0.6.1
7682024-12-28T04:16:25.398Z Downloaded digest v0.10.7
7692024-12-28T04:16:25.398Z Downloaded defmt-macros v0.3.9
7702024-12-28T04:16:25.401Z Downloaded dirs-sys-next v0.1.2
7712024-12-28T04:16:25.404Z Downloaded float-ord v0.3.2
7722024-12-28T04:16:25.404Z Downloaded fastrand v2.1.1
7732024-12-28T04:16:25.404Z Downloaded either v1.13.0
7742024-12-28T04:16:25.406Z Downloaded dyn-clone v1.0.17
7752024-12-28T04:16:25.406Z Downloaded dirs-next v2.0.0
7762024-12-28T04:16:25.409Z Downloaded defmt-parser v0.3.4
7772024-12-28T04:16:25.409Z Downloaded debug-ignore v1.0.5
7782024-12-28T04:16:25.409Z Downloaded convert_case v0.4.0
7792024-12-28T04:16:25.412Z Downloaded colorchoice v1.0.2
7802024-12-28T04:16:25.412Z Downloaded pest_derive v2.7.13
7812024-12-28T04:16:25.414Z Downloaded block-buffer v0.10.4
7822024-12-28T04:16:25.414Z Downloaded anstyle-parse v0.2.5
7832024-12-28T04:16:25.414Z Downloaded pest v2.7.13
7842024-12-28T04:16:25.419Z Downloaded camino-tempfile v1.1.1
7852024-12-28T04:16:25.422Z Downloaded clap_lex v0.7.4
7862024-12-28T04:16:25.424Z Downloaded cfg-if v1.0.0
7872024-12-28T04:16:25.424Z Downloaded autocfg v1.3.0
7882024-12-28T04:16:25.426Z Downloaded cpufeatures v0.2.14
7892024-12-28T04:16:25.426Z Downloaded anstyle-query v1.1.1
7902024-12-28T04:16:25.429Z Downloaded anstyle v1.0.10
7912024-12-28T04:16:25.529Z Downloaded ring v0.17.8
7922024-12-28T04:16:25.867Z Compiling proc-macro2 v1.0.86
7932024-12-28T04:16:25.867Z Compiling unicode-ident v1.0.13
7942024-12-28T04:16:25.870Z Compiling libc v0.2.167
7952024-12-28T04:16:25.870Z Compiling serde v1.0.217
7962024-12-28T04:16:25.870Z Compiling version_check v0.9.5
7972024-12-28T04:16:25.870Z Compiling autocfg v1.3.0
7982024-12-28T04:16:25.900Z Compiling cfg-if v1.0.0
7992024-12-28T04:16:26.057Z Compiling once_cell v1.20.2
8002024-12-28T04:16:26.077Z Compiling libm v0.2.8
8012024-12-28T04:16:26.438Z Compiling memchr v2.7.4
8022024-12-28T04:16:26.522Z Compiling parking_lot_core v0.9.10
8032024-12-28T04:16:26.543Z Compiling byteorder v1.5.0
8042024-12-28T04:16:26.666Z Compiling lock_api v0.4.12
8052024-12-28T04:16:26.997Z Compiling shlex v1.3.0
8062024-12-28T04:16:27.017Z Compiling thiserror v1.0.69
8072024-12-28T04:16:27.365Z Compiling cc v1.1.21
8082024-12-28T04:16:27.436Z Compiling itoa v1.0.11
8092024-12-28T04:16:27.592Z Compiling quote v1.0.37
8102024-12-28T04:16:27.808Z Compiling portable-atomic v1.8.0
8112024-12-28T04:16:27.881Z Compiling slab v0.4.9
8122024-12-28T04:16:28.158Z Compiling syn v2.0.87
8132024-12-28T04:16:28.300Z Compiling getrandom v0.2.15
8142024-12-28T04:16:28.395Z Compiling schemars v0.8.21
8152024-12-28T04:16:28.622Z Compiling ahash v0.8.11
8162024-12-28T04:16:28.671Z Compiling allocator-api2 v0.2.18
8172024-12-28T04:16:28.693Z Compiling num-traits v0.2.19
8182024-12-28T04:16:28.818Z Compiling ryu v1.0.18
8192024-12-28T04:16:29.110Z Compiling serde_json v1.0.133
8202024-12-28T04:16:29.276Z Compiling pin-project-lite v0.2.14
8212024-12-28T04:16:29.650Z Compiling scopeguard v1.2.0
8222024-12-28T04:16:29.801Z Compiling equivalent v1.0.1
8232024-12-28T04:16:29.824Z Compiling log v0.4.22
8242024-12-28T04:16:29.888Z Compiling heck v0.5.0
8252024-12-28T04:16:29.913Z Compiling fnv v1.0.7
8262024-12-28T04:16:30.311Z Compiling vcpkg v0.2.15
8272024-12-28T04:16:30.331Z Compiling pkg-config v0.3.31
8282024-12-28T04:16:30.372Z Compiling crunchy v0.2.2
8292024-12-28T04:16:30.518Z Compiling ring v0.17.8
8302024-12-28T04:16:30.875Z Compiling mio v1.0.2
8312024-12-28T04:16:31.566Z Compiling socket2 v0.5.8
8322024-12-28T04:16:31.586Z Compiling signal-hook-registry v1.4.2
8332024-12-28T04:16:31.799Z Compiling tiny-keccak v2.0.2
8342024-12-28T04:16:31.819Z Compiling slog v2.7.0
8352024-12-28T04:16:31.900Z Compiling openssl-sys v0.9.103
8362024-12-28T04:16:32.112Z Compiling httparse v1.9.4
8372024-12-28T04:16:32.585Z Compiling iana-time-zone v0.1.61
8382024-12-28T04:16:33.006Z Compiling futures-core v0.3.30
8392024-12-28T04:16:33.048Z Compiling const-random-macro v0.1.16
8402024-12-28T04:16:33.193Z Compiling dyn-clone v1.0.17
8412024-12-28T04:16:33.322Z Compiling openssl v0.10.66
8422024-12-28T04:16:33.369Z Compiling futures-sink v0.3.30
8432024-12-28T04:16:33.773Z Compiling semver v1.0.23
8442024-12-28T04:16:33.792Z Compiling native-tls v0.2.12
8452024-12-28T04:16:33.821Z Compiling const-random v0.1.18
8462024-12-28T04:16:33.919Z Compiling rustls v0.23.13
8472024-12-28T04:16:33.939Z Compiling typenum v1.17.0
8482024-12-28T04:16:34.014Z Compiling futures-channel v0.3.30
8492024-12-28T04:16:34.047Z Compiling pin-utils v0.1.0
8502024-12-28T04:16:34.140Z Compiling futures-task v0.3.30
8512024-12-28T04:16:34.159Z Compiling futures-io v0.3.30
8522024-12-28T04:16:34.230Z Compiling generic-array v0.14.7
8532024-12-28T04:16:34.272Z Compiling tracing-core v0.1.32
8542024-12-28T04:16:34.369Z Compiling bitflags v2.6.0
8552024-12-28T04:16:34.468Z Compiling ucd-trie v0.1.6
8562024-12-28T04:16:34.495Z Compiling subtle v2.6.1
8572024-12-28T04:16:34.510Z Compiling aho-corasick v1.1.3
8582024-12-28T04:16:34.571Z Compiling regex-syntax v0.8.4
8592024-12-28T04:16:34.855Z Compiling anyhow v1.0.94
8602024-12-28T04:16:34.942Z Compiling time-core v0.1.2
8612024-12-28T04:16:34.964Z Compiling num-conv v0.1.0
8622024-12-28T04:16:35.111Z Compiling serde_derive_internals v0.29.1
8632024-12-28T04:16:35.240Z Compiling time-macros v0.2.18
8642024-12-28T04:16:36.488Z Compiling rustls-pki-types v1.8.0
8652024-12-28T04:16:36.943Z Compiling spin v0.9.8
8662024-12-28T04:16:37.275Z Compiling usdt-impl v0.5.0
8672024-12-28T04:16:37.662Z Compiling omicron-workspace-hack v0.1.0
8682024-12-28T04:16:37.709Z Compiling untrusted v0.9.0
8692024-12-28T04:16:38.028Z Compiling strsim v0.11.1
8702024-12-28T04:16:38.069Z Compiling atomic-waker v1.1.2
8712024-12-28T04:16:38.210Z Compiling regex-automata v0.4.7
8722024-12-28T04:16:38.733Z Compiling tinyvec_macros v0.1.1
8732024-12-28T04:16:38.750Z Compiling plain v0.2.3
8742024-12-28T04:16:38.828Z Compiling rustversion v1.0.17
8752024-12-28T04:16:38.905Z Compiling tinyvec v1.8.0
8762024-12-28T04:16:40.582Z Compiling serde_derive v1.0.217
8772024-12-28T04:16:40.603Z Compiling zerocopy-derive v0.7.35
8782024-12-28T04:16:40.622Z Compiling thiserror-impl v1.0.69
8792024-12-28T04:16:41.437Z Compiling tokio-macros v2.4.0
8802024-12-28T04:16:42.332Z Compiling schemars_derive v0.8.21
8812024-12-28T04:16:42.723Z Compiling zerocopy v0.7.35
8822024-12-28T04:16:43.592Z Compiling futures-macro v0.3.30
8832024-12-28T04:16:44.802Z Compiling hashbrown v0.14.5
8842024-12-28T04:16:45.130Z Compiling openssl-macros v0.1.1
8852024-12-28T04:16:45.364Z Compiling tracing-attributes v0.1.27
8862024-12-28T04:16:45.469Z Compiling futures-util v0.3.30
8872024-12-28T04:16:45.940Z Compiling scroll_derive v0.12.0
8882024-12-28T04:16:45.960Z Compiling pest v2.7.13
8892024-12-28T04:16:46.119Z Compiling regress v0.10.1
8902024-12-28T04:16:47.271Z Compiling regex v1.10.6
8912024-12-28T04:16:47.362Z Compiling scroll v0.12.0
8922024-12-28T04:16:48.621Z Compiling tracing v0.1.40
8932024-12-28T04:16:48.906Z Compiling pest_meta v2.7.13
8942024-12-28T04:16:49.332Z Compiling goblin v0.8.2
8952024-12-28T04:16:50.741Z Compiling pest_generator v2.7.13
8962024-12-28T04:16:52.204Z Compiling rustls-webpki v0.102.8
8972024-12-28T04:16:52.522Z Compiling rand_core v0.6.4
8982024-12-28T04:16:52.958Z Compiling pest_derive v2.7.13
8992024-12-28T04:16:53.035Z Compiling pretty-hex v0.4.1
9002024-12-28T04:16:53.239Z Compiling percent-encoding v2.3.1
9012024-12-28T04:16:53.712Z Compiling unsafe-libyaml v0.2.11
9022024-12-28T04:16:53.850Z Compiling try-lock v0.2.5
9032024-12-28T04:16:54.245Z Compiling bytes v1.7.2
9042024-12-28T04:16:55.398Z Compiling smallvec v1.13.2
9052024-12-28T04:16:55.477Z Compiling indexmap v2.5.0
9062024-12-28T04:16:56.416Z Compiling parking_lot v0.12.3
9072024-12-28T04:16:56.551Z Compiling chrono v0.4.38
9082024-12-28T04:16:56.747Z Compiling uuid v1.11.0
9092024-12-28T04:16:56.945Z Compiling tokio v1.42.0
9102024-12-28T04:16:57.657Z Compiling serde_tokenstream v0.2.2
9112024-12-28T04:16:58.039Z Compiling http v1.2.0
9122024-12-28T04:17:01.255Z Compiling openapiv3 v2.0.0
9132024-12-28T04:17:01.814Z Compiling zeroize v1.8.1
9142024-12-28T04:17:02.191Z Compiling ipnetwork v0.20.0
9152024-12-28T04:17:04.427Z Compiling typify-impl v0.2.0
9162024-12-28T04:17:04.891Z Compiling http-body v1.0.1
9172024-12-28T04:17:05.083Z Compiling serde_yaml v0.9.34+deprecated
9182024-12-28T04:17:05.149Z Compiling dof v0.3.0
9192024-12-28T04:17:05.596Z Compiling want v0.3.1
9202024-12-28T04:17:05.906Z Compiling dtrace-parser v0.2.0
9212024-12-28T04:17:06.347Z Compiling form_urlencoded v1.2.1
9222024-12-28T04:17:06.854Z Compiling tokio-util v0.7.12
9232024-12-28T04:17:06.856Z Compiling unicode-normalization v0.1.24
9242024-12-28T04:17:08.160Z Compiling h2 v0.4.6
9252024-12-28T04:17:08.835Z Compiling thread-id v4.2.2
9262024-12-28T04:17:08.929Z Compiling unicode-bidi v0.3.15
9272024-12-28T04:17:08.953Z Compiling rustls v0.22.4
9282024-12-28T04:17:08.972Z Compiling syn v1.0.109
9292024-12-28T04:17:09.285Z Compiling foreign-types-shared v0.1.1
9302024-12-28T04:17:09.406Z Compiling httpdate v1.0.3
9312024-12-28T04:17:09.550Z Compiling camino v1.1.9
9322024-12-28T04:17:09.552Z Compiling ident_case v1.0.1
9332024-12-28T04:17:09.733Z Compiling darling_core v0.20.10
9342024-12-28T04:17:10.168Z Compiling foreign-types v0.3.2
9352024-12-28T04:17:10.287Z Compiling ppv-lite86 v0.2.20
9362024-12-28T04:17:11.722Z Compiling slog-async v2.8.0
9372024-12-28T04:17:12.214Z Compiling tower-service v0.3.3
9382024-12-28T04:17:12.849Z Compiling rand_chacha v0.3.1
9392024-12-28T04:17:14.564Z Compiling hyper v1.5.1
9402024-12-28T04:17:15.889Z Compiling darling_macro v0.20.10
9412024-12-28T04:17:16.266Z Compiling typify-macro v0.2.0
9422024-12-28T04:17:16.987Z Compiling idna v0.5.0
9432024-12-28T04:17:20.237Z Compiling typify v0.2.0
9442024-12-28T04:17:20.382Z Compiling progenitor-impl v0.8.0
9452024-12-28T04:17:20.770Z Compiling hyper-util v0.1.10
9462024-12-28T04:17:22.701Z Compiling toml_datetime v0.6.8
9472024-12-28T04:17:24.386Z Compiling multer v3.1.0
9482024-12-28T04:17:24.736Z Compiling paste v1.0.15
9492024-12-28T04:17:25.217Z Compiling openssl-probe v0.1.5
9502024-12-28T04:17:27.129Z Compiling progenitor-macro v0.8.0
9512024-12-28T04:17:28.207Z Compiling url v2.5.2
9522024-12-28T04:17:28.299Z Compiling darling v0.20.10
9532024-12-28T04:17:28.456Z Compiling rand v0.8.5
9542024-12-28T04:17:30.288Z Compiling usdt-attr-macro v0.5.0
9552024-12-28T04:17:32.044Z Compiling usdt-macro v0.5.0
9562024-12-28T04:17:33.591Z Compiling http-body-util v0.1.2
9572024-12-28T04:17:33.680Z Compiling async-trait v0.1.83
9582024-12-28T04:17:36.088Z Compiling encoding_rs v0.8.34
9592024-12-28T04:17:36.130Z Compiling mime v0.3.17
9602024-12-28T04:17:36.643Z Compiling base64 v0.22.1
9612024-12-28T04:17:37.184Z Compiling ipnet v2.10.0
9622024-12-28T04:17:37.755Z Compiling rustls-pemfile v2.1.3
9632024-12-28T04:17:40.193Z Compiling tokio-rustls v0.26.0
9642024-12-28T04:17:40.699Z Compiling serde_with_macros v3.9.0
9652024-12-28T04:17:41.872Z Compiling tokio-native-tls v0.3.1
9662024-12-28T04:17:42.196Z Compiling strum_macros v0.26.4
9672024-12-28T04:17:42.675Z Compiling serde_urlencoded v0.7.1
9682024-12-28T04:17:43.314Z Compiling structmeta-derive v0.3.0
9692024-12-28T04:17:43.501Z Compiling async-stream-impl v0.3.5
9702024-12-28T04:17:44.868Z Compiling webpki-roots v0.26.6
9712024-12-28T04:17:45.100Z Compiling dropshot v0.12.0
9722024-12-28T04:17:45.463Z Compiling crossbeam-utils v0.8.20
9732024-12-28T04:17:46.032Z Compiling powerfmt v0.2.0
9742024-12-28T04:17:46.521Z Compiling deranged v0.3.11
9752024-12-28T04:17:46.896Z Compiling structmeta v0.3.0
9762024-12-28T04:17:47.296Z Compiling hyper-rustls v0.27.3
9772024-12-28T04:17:47.315Z Compiling hyper-tls v0.6.0
9782024-12-28T04:17:48.707Z Compiling sync_wrapper v1.0.1
9792024-12-28T04:17:48.869Z Compiling num_threads v0.1.7
9802024-12-28T04:17:49.583Z Compiling winnow v0.6.18
9812024-12-28T04:17:51.697Z Compiling time v0.3.36
9822024-12-28T04:17:53.600Z Compiling reqwest v0.12.9
9832024-12-28T04:17:54.045Z Compiling parse-display-derive v0.10.0
9842024-12-28T04:17:56.088Z Compiling block-buffer v0.10.4
9852024-12-28T04:17:56.353Z Compiling crypto-common v0.1.6
9862024-12-28T04:17:56.579Z Compiling dropshot_endpoint v0.12.0
9872024-12-28T04:17:58.073Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9882024-12-28T04:18:00.966Z Compiling digest v0.10.7
9892024-12-28T04:18:00.987Z Compiling progenitor-client v0.8.0
9902024-12-28T04:18:01.919Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9912024-12-28T04:18:03.827Z Compiling dirs-sys-next v0.1.2
9922024-12-28T04:18:04.836Z Compiling rustix v0.38.37
9932024-12-28T04:18:04.892Z Compiling lazy_static v1.5.0
9942024-12-28T04:18:05.455Z Compiling match_cfg v0.1.0
9952024-12-28T04:18:05.562Z Compiling hostname v0.3.1
9962024-12-28T04:18:05.666Z Compiling dirs-next v2.0.0
9972024-12-28T04:18:05.808Z Compiling progenitor v0.8.0
9982024-12-28T04:18:07.648Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9992024-12-28T04:18:08.559Z Compiling futures-executor v0.3.30
10002024-12-28T04:18:09.336Z Compiling thread_local v1.1.8
10012024-12-28T04:18:09.659Z Compiling errno v0.3.9
10022024-12-28T04:18:10.002Z Compiling instant v0.1.13
10032024-12-28T04:18:10.173Z Compiling unicode-width v0.1.14
10042024-12-28T04:18:10.760Z Compiling cpufeatures v0.2.14
10052024-12-28T04:18:11.904Z Compiling futures v0.3.30
10062024-12-28T04:18:13.464Z Compiling term v0.7.0
10072024-12-28T04:18:14.369Z Compiling crossbeam-channel v0.5.13
10082024-12-28T04:18:16.963Z Compiling serde_spanned v0.6.7
10092024-12-28T04:18:16.977Z Compiling is-terminal v0.4.13
10102024-12-28T04:18:17.117Z Compiling memmap v0.7.0
10112024-12-28T04:18:17.583Z Compiling take_mut v0.2.2
10122024-12-28T04:18:17.923Z Compiling usdt v0.5.0
10132024-12-28T04:18:18.064Z Compiling toml_edit v0.22.21
10142024-12-28T04:18:19.349Z Compiling slog-term v2.9.1
10152024-12-28T04:18:21.972Z Compiling slog-json v2.6.1
10162024-12-28T04:18:22.404Z Compiling strum v0.26.3
10172024-12-28T04:18:22.604Z Compiling serde_with v3.9.0
10182024-12-28T04:18:24.067Z Compiling debug-ignore v1.0.5
10192024-12-28T04:18:24.624Z Compiling heapless v0.8.0
10202024-12-28T04:18:25.486Z Compiling tokio-rustls v0.25.0
10212024-12-28T04:18:27.039Z Compiling slog-bunyan v2.5.0
10222024-12-28T04:18:27.318Z Compiling toml v0.8.19
10232024-12-28T04:18:29.581Z Compiling sha1 v0.10.6
10242024-12-28T04:18:29.884Z Compiling async-stream v0.3.5
10252024-12-28T04:18:30.199Z Compiling newtype-uuid v1.1.0
10262024-12-28T04:18:30.342Z Compiling hex v0.4.3
10272024-12-28T04:18:30.550Z Compiling serde_path_to_error v0.1.16
10282024-12-28T04:18:31.116Z Compiling waitgroup v0.1.2
10292024-12-28T04:18:31.238Z Compiling hostname v0.4.0
10302024-12-28T04:18:31.359Z Compiling hash32 v0.3.1
10312024-12-28T04:18:31.493Z Compiling smoltcp v0.11.0
10322024-12-28T04:18:31.745Z Compiling stable_deref_trait v1.2.0
10332024-12-28T04:18:34.514Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10342024-12-28T04:18:34.704Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10352024-12-28T04:18:34.729Z Compiling backoff v0.4.0
10362024-12-28T04:18:35.139Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10372024-12-28T04:18:35.253Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10382024-12-28T04:18:35.463Z Compiling parse-display v0.10.0
10392024-12-28T04:18:37.486Z Compiling macaddr v1.0.1
10402024-12-28T04:18:38.133Z Compiling regress v0.9.1
10412024-12-28T04:18:39.210Z Compiling clap_derive v4.5.18
10422024-12-28T04:18:39.534Z Compiling cobs v0.2.3
10432024-12-28T04:18:39.971Z Compiling managed v0.8.0
10442024-12-28T04:18:40.492Z Compiling utf8parse v0.2.2
10452024-12-28T04:18:40.655Z Compiling bitflags v1.3.2
10462024-12-28T04:18:40.772Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10472024-12-28T04:18:41.165Z Compiling winnow v0.5.40
10482024-12-28T04:18:43.621Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-12-28T04:18:45.198Z Compiling toml_edit v0.19.15
10502024-12-28T04:18:46.593Z Compiling anstyle-parse v0.2.5
10512024-12-28T04:18:47.017Z Compiling postcard v1.0.10
10522024-12-28T04:18:51.067Z Compiling anstyle v1.0.10
10532024-12-28T04:18:51.592Z Compiling anstyle-query v1.1.1
10542024-12-28T04:18:51.759Z Compiling is_terminal_polyfill v1.70.1
10552024-12-28T04:18:52.012Z Compiling colorchoice v1.0.2
10562024-12-28T04:18:53.178Z Compiling anstream v0.6.15
10572024-12-28T04:18:54.213Z Compiling proc-macro-crate v1.3.1
10582024-12-28T04:18:54.509Z Compiling terminal_size v0.4.0
10592024-12-28T04:18:54.788Z Compiling clap_lex v0.7.4
10602024-12-28T04:18:55.016Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10612024-12-28T04:18:55.392Z Compiling clap_builder v4.5.23
10622024-12-28T04:18:55.459Z Compiling num_enum_derive v0.5.11
10632024-12-28T04:18:56.948Z Compiling tabwriter v1.4.0
10642024-12-28T04:18:57.853Z Compiling foreign-types-macros v0.2.3
10652024-12-28T04:18:57.874Z Compiling num-integer v0.1.46
10662024-12-28T04:18:58.992Z Compiling foreign-types-shared v0.3.1
10672024-12-28T04:18:59.195Z Compiling foreign-types v0.5.0
10682024-12-28T04:18:59.213Z Compiling num_enum v0.5.11
10692024-12-28T04:18:59.568Z Compiling clap v4.5.23
10702024-12-28T04:18:59.929Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10712024-12-28T04:19:00.520Z Compiling cstr-argument v0.1.2
10722024-12-28T04:19:00.744Z Compiling proc-macro-error-attr v1.0.4
10732024-12-28T04:19:00.835Z Compiling either v1.13.0
10742024-12-28T04:19:01.041Z Compiling pretty-hex v0.2.1
10752024-12-28T04:19:01.203Z Compiling heck v0.4.1
10762024-12-28T04:19:01.264Z Compiling prettyplease v0.2.22
10772024-12-28T04:19:01.627Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10782024-12-28T04:19:02.132Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10792024-12-28T04:19:02.252Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10802024-12-28T04:19:03.542Z Compiling num-iter v0.1.45
10812024-12-28T04:19:03.747Z Compiling num-rational v0.4.2
10822024-12-28T04:19:04.195Z Compiling colored v2.1.0
10832024-12-28T04:19:05.773Z Compiling num-complex v0.4.6
10842024-12-28T04:19:06.465Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-12-28T04:19:06.541Z Compiling proc-macro-error v1.0.4
10862024-12-28T04:19:06.823Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10872024-12-28T04:19:07.001Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10882024-12-28T04:19:07.041Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-12-28T04:19:07.214Z Compiling fastrand v2.1.1
10902024-12-28T04:19:07.379Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-12-28T04:19:07.790Z Compiling tempfile v3.12.0
10922024-12-28T04:19:09.001Z Compiling num v0.4.3
10932024-12-28T04:19:12.087Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10942024-12-28T04:19:12.550Z Compiling float-ord v0.3.2
10952024-12-28T04:19:12.710Z Compiling crucible-workspace-hack v0.1.0
10962024-12-28T04:19:12.851Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10972024-12-28T04:19:20.007Z Compiling semver v0.1.20
10982024-12-28T04:19:20.707Z Compiling unicode-segmentation v1.12.0
10992024-12-28T04:19:21.025Z Compiling rustc_version v0.1.7
11002024-12-28T04:19:21.319Z Compiling zone_cfg_derive v0.3.0
11012024-12-28T04:19:21.418Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-12-28T04:19:21.965Z Compiling newline-converter v0.3.0
11032024-12-28T04:19:22.279Z Compiling camino-tempfile v1.1.1
11042024-12-28T04:19:22.553Z Compiling itertools v0.10.5
11052024-12-28T04:19:22.811Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11062024-12-28T04:19:23.030Z Compiling console v0.15.8
11072024-12-28T04:19:23.337Z Compiling num-derive v0.4.2
11082024-12-28T04:19:24.378Z Compiling sigpipe v0.1.3
11092024-12-28T04:19:24.521Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11102024-12-28T04:19:24.872Z Compiling similar v2.6.0
11112024-12-28T04:19:25.668Z Compiling base64ct v1.6.0
11122024-12-28T04:19:25.916Z Compiling expectorate v1.1.0
11132024-12-28T04:19:26.014Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11142024-12-28T04:19:26.112Z Compiling zone v0.3.0
11152024-12-28T04:19:26.361Z Compiling password-hash v0.5.0
11162024-12-28T04:19:27.724Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11172024-12-28T04:19:28.514Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11182024-12-28T04:19:28.534Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11192024-12-28T04:19:29.417Z Compiling newtype_derive v0.1.6
11202024-12-28T04:19:29.805Z Compiling blake2 v0.10.6
11212024-12-28T04:19:31.006Z Compiling hubpack_derive v0.1.1
11222024-12-28T04:19:31.027Z Compiling smf v0.2.3
11232024-12-28T04:19:31.180Z Compiling zerocopy-derive v0.6.6
11242024-12-28T04:19:31.271Z Compiling cancel-safe-futures v0.1.5
11252024-12-28T04:19:31.650Z Compiling whoami v1.5.2
11262024-12-28T04:19:31.849Z Compiling fixedbitset v0.4.2
11272024-12-28T04:19:31.912Z Compiling owo-colors v4.1.0
11282024-12-28T04:19:32.284Z Compiling petgraph v0.6.5
11292024-12-28T04:19:32.519Z Compiling hubpack v0.1.2
11302024-12-28T04:19:32.571Z Compiling argon2 v0.5.3
11312024-12-28T04:19:33.255Z Compiling zerocopy v0.6.6
11322024-12-28T04:19:34.261Z Compiling strum_macros v0.25.3
11332024-12-28T04:19:35.014Z Compiling serde-big-array v0.5.1
11342024-12-28T04:19:35.279Z Compiling serde_repr v0.1.19
11352024-12-28T04:19:36.491Z Compiling cookie v0.18.1
11362024-12-28T04:19:36.863Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11372024-12-28T04:19:36.883Z Compiling static_assertions v1.1.0
11382024-12-28T04:19:36.989Z Compiling convert_case v0.4.0
11392024-12-28T04:19:37.111Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402024-12-28T04:19:37.788Z Compiling derive_more v0.99.18
11412024-12-28T04:19:38.019Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11422024-12-28T04:19:39.636Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-28T04:19:40.266Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-12-28T04:19:40.739Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-12-28T04:19:43.070Z Compiling atomicwrites v0.4.4
11462024-12-28T04:19:43.591Z Compiling itertools v0.13.0
11472024-12-28T04:19:44.557Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11482024-12-28T04:19:45.797Z Compiling idna v0.4.0
11492024-12-28T04:19:46.263Z Compiling libsw v3.3.1
11502024-12-28T04:19:46.599Z Compiling derive-where v1.2.7
11512024-12-28T04:19:46.869Z Compiling enum-as-inner v0.6.1
11522024-12-28T04:19:46.987Z Compiling data-encoding v2.6.0
11532024-12-28T04:19:47.232Z Compiling indent_write v2.2.0
11542024-12-28T04:19:47.467Z Compiling linked-hash-map v0.5.6
11552024-12-28T04:19:47.854Z Compiling linear-map v1.2.0
11562024-12-28T04:19:47.996Z Compiling quick-error v1.2.3
11572024-12-28T04:19:48.216Z Compiling swrite v0.1.0
11582024-12-28T04:19:48.356Z Compiling highway v1.2.0
11592024-12-28T04:19:48.359Z Compiling resolv-conf v0.7.0
11602024-12-28T04:19:49.707Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-12-28T04:19:49.802Z Compiling hickory-proto v0.24.1
11622024-12-28T04:19:49.906Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-28T04:19:49.954Z Compiling lru-cache v0.1.2
11642024-12-28T04:19:50.184Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-28T04:19:53.351Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-28T04:19:53.755Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-12-28T04:19:53.860Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-12-28T04:19:55.081Z Compiling steno v0.4.1
11692024-12-28T04:19:58.027Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-12-28T04:19:58.400Z Compiling slog-dtrace v0.3.0
11712024-12-28T04:19:58.765Z Compiling humantime v2.1.0
11722024-12-28T04:19:59.142Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-12-28T04:19:59.312Z Compiling parking_lot_core v0.8.6
11742024-12-28T04:19:59.604Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11752024-12-28T04:19:59.814Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11762024-12-28T04:20:00.972Z Compiling hickory-resolver v0.24.1
11772024-12-28T04:20:01.469Z Compiling num-derive v0.3.3
11782024-12-28T04:20:02.804Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-12-28T04:20:03.763Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11802024-12-28T04:20:03.780Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-12-28T04:20:04.132Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11822024-12-28T04:20:05.513Z Compiling parking_lot v0.11.2
11832024-12-28T04:20:05.728Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-12-28T04:20:07.492Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11852024-12-28T04:20:08.669Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11862024-12-28T04:20:09.010Z Compiling crossbeam-epoch v0.9.18
11872024-12-28T04:20:10.148Z Compiling fxhash v0.2.1
11882024-12-28T04:20:10.380Z Compiling crc32fast v1.4.2
11892024-12-28T04:20:10.383Z Compiling crc8 v0.1.1
11902024-12-28T04:20:10.708Z Compiling arc-swap v1.7.1
11912024-12-28T04:20:10.897Z Compiling sled v0.34.7
11922024-12-28T04:20:11.401Z Compiling slog-scope v4.4.0
11932024-12-28T04:20:12.173Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11942024-12-28T04:20:16.200Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11952024-12-28T04:20:17.226Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11962024-12-28T04:20:17.759Z Compiling slog-stdlog v4.1.1
11972024-12-28T04:20:18.569Z Compiling slog-envlogger v2.2.0
11982024-12-28T04:20:20.118Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-12-28T04:20:21.290Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12002024-12-28T04:20:32.983Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12012024-12-28T04:20:36.426Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12022024-12-28T04:20:37.965Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12032024-12-28T04:21:07.368Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12042024-12-28T04:21:07.368Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12052024-12-28T04:21:14.541Z Finished `release` profile [optimized] target(s) in 5m 11s
12062024-12-28T04:21:14.882Z+ banner quartet
12072024-12-28T04:21:14.885Z
12082024-12-28T04:21:14.885Z #### # # ## ##### ##### ###### #####
12092024-12-28T04:21:14.885Z # # # # # # # # # # #
12102024-12-28T04:21:14.885Z # # # # # # # # # ##### #
12112024-12-28T04:21:14.885Z # # # # # ###### ##### # # #
12122024-12-28T04:21:14.885Z # # # # # # # # # # #
12132024-12-28T04:21:14.885Z ### # #### # # # # # ###### #
12142024-12-28T04:21:14.885Z
12152024-12-28T04:21:14.885Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
12162024-12-28T04:21:15.331Z Compiling cfg-if v1.0.0
12172024-12-28T04:21:15.331Z Compiling libc v0.2.167
12182024-12-28T04:21:15.331Z Compiling serde v1.0.217
12192024-12-28T04:21:15.334Z Compiling once_cell v1.20.2
12202024-12-28T04:21:15.334Z Compiling itoa v1.0.11
12212024-12-28T04:21:15.404Z Compiling byteorder v1.5.0
12222024-12-28T04:21:15.408Z Compiling syn v2.0.87
12232024-12-28T04:21:15.415Z Compiling bytes v1.7.2
12242024-12-28T04:21:15.461Z Compiling num-traits v0.2.19
12252024-12-28T04:21:15.604Z Compiling zerocopy v0.7.35
12262024-12-28T04:21:15.760Z Compiling pin-project-lite v0.2.14
12272024-12-28T04:21:15.794Z Compiling ahash v0.8.11
12282024-12-28T04:21:15.836Z Compiling smallvec v1.13.2
12292024-12-28T04:21:15.849Z Compiling scopeguard v1.2.0
12302024-12-28T04:21:15.872Z Compiling memchr v2.7.4
12312024-12-28T04:21:15.983Z Compiling schemars v0.8.21
12322024-12-28T04:21:15.995Z Compiling allocator-api2 v0.2.18
12332024-12-28T04:21:16.323Z Compiling lock_api v0.4.12
12342024-12-28T04:21:16.733Z Compiling hashbrown v0.14.5
12352024-12-28T04:21:16.810Z Compiling getrandom v0.2.15
12362024-12-28T04:21:16.843Z Compiling parking_lot_core v0.9.10
12372024-12-28T04:21:16.845Z Compiling socket2 v0.5.8
12382024-12-28T04:21:17.156Z Compiling signal-hook-registry v1.4.2
12392024-12-28T04:21:17.261Z Compiling parking_lot v0.12.3
12402024-12-28T04:21:17.666Z Compiling mio v1.0.2
12412024-12-28T04:21:17.838Z Compiling fnv v1.0.7
12422024-12-28T04:21:17.974Z Compiling log v0.4.22
12432024-12-28T04:21:18.205Z Compiling futures-core v0.3.30
12442024-12-28T04:21:18.534Z Compiling equivalent v1.0.1
12452024-12-28T04:21:18.638Z Compiling ryu v1.0.18
12462024-12-28T04:21:18.649Z Compiling tracing-core v0.1.32
12472024-12-28T04:21:18.659Z Compiling serde_json v1.0.133
12482024-12-28T04:21:18.697Z Compiling uuid v1.11.0
12492024-12-28T04:21:18.720Z Compiling regress v0.10.1
12502024-12-28T04:21:19.193Z Compiling futures-task v0.3.30
12512024-12-28T04:21:19.256Z Compiling futures-sink v0.3.30
12522024-12-28T04:21:19.383Z Compiling spin v0.9.8
12532024-12-28T04:21:19.407Z Compiling untrusted v0.9.0
12542024-12-28T04:21:19.418Z Compiling pin-utils v0.1.0
12552024-12-28T04:21:19.428Z Compiling slab v0.4.9
12562024-12-28T04:21:19.505Z Compiling futures-util v0.3.30
12572024-12-28T04:21:19.575Z Compiling ring v0.17.8
12582024-12-28T04:21:19.747Z Compiling try-lock v0.2.5
12592024-12-28T04:21:19.894Z Compiling want v0.3.1
12602024-12-28T04:21:20.168Z Compiling httparse v1.9.4
12612024-12-28T04:21:20.466Z Compiling chrono v0.4.38
12622024-12-28T04:21:21.083Z Compiling futures-channel v0.3.30
12632024-12-28T04:21:21.196Z Compiling tower-service v0.3.3
12642024-12-28T04:21:21.324Z Compiling foreign-types-shared v0.1.1
12652024-12-28T04:21:21.425Z Compiling dyn-clone v1.0.17
12662024-12-28T04:21:21.532Z Compiling foreign-types v0.3.2
12672024-12-28T04:21:21.631Z Compiling openssl-sys v0.9.103
12682024-12-28T04:21:21.916Z Compiling bitflags v2.6.0
12692024-12-28T04:21:22.261Z Compiling serde_derive_internals v0.29.1
12702024-12-28T04:21:22.471Z Compiling unicode-ident v1.0.13
12712024-12-28T04:21:22.536Z Compiling http v1.2.0
12722024-12-28T04:21:22.672Z Compiling proc-macro2 v1.0.86
12732024-12-28T04:21:23.019Z Compiling openssl-probe v0.1.5
12742024-12-28T04:21:23.355Z Compiling semver v1.0.23
12752024-12-28T04:21:23.549Z Compiling tinyvec_macros v0.1.1
12762024-12-28T04:21:23.636Z Compiling tinyvec v1.8.0
12772024-12-28T04:21:23.916Z Compiling quote v1.0.37
12782024-12-28T04:21:24.522Z Compiling percent-encoding v2.3.1
12792024-12-28T04:21:24.999Z Compiling form_urlencoded v1.2.1
12802024-12-28T04:21:25.362Z Compiling unicode-normalization v0.1.24
12812024-12-28T04:21:26.183Z Compiling http v0.2.12
12822024-12-28T04:21:26.689Z Compiling aho-corasick v1.1.3
12832024-12-28T04:21:27.267Z Compiling rustls-pki-types v1.8.0
12842024-12-28T04:21:27.341Z Compiling heck v0.5.0
12852024-12-28T04:21:27.489Z Compiling unicode-bidi v0.3.15
12862024-12-28T04:21:27.662Z Compiling serde_derive v1.0.217
12872024-12-28T04:21:28.071Z Compiling zerocopy-derive v0.7.35
12882024-12-28T04:21:28.595Z Compiling thiserror-impl v1.0.69
12892024-12-28T04:21:28.695Z Compiling tokio-macros v2.4.0
12902024-12-28T04:21:30.285Z Compiling schemars_derive v0.8.21
12912024-12-28T04:21:30.454Z Compiling tokio v1.42.0
12922024-12-28T04:21:31.016Z Compiling tracing-attributes v0.1.27
12932024-12-28T04:21:31.075Z Compiling openssl-macros v0.1.1
12942024-12-28T04:21:31.581Z Compiling thiserror v1.0.69
12952024-12-28T04:21:31.907Z Compiling openssl v0.10.66
12962024-12-28T04:21:33.018Z Compiling regex-automata v0.4.7
12972024-12-28T04:21:33.410Z Compiling idna v0.5.0
12982024-12-28T04:21:34.396Z Compiling tracing v0.1.40
12992024-12-28T04:21:35.128Z Compiling http-body v1.0.1
13002024-12-28T04:21:40.722Z Compiling tokio-util v0.7.12
13012024-12-28T04:21:41.608Z Compiling indexmap v2.5.0
13022024-12-28T04:21:43.647Z Compiling serde_tokenstream v0.2.2
13032024-12-28T04:21:44.849Z Compiling native-tls v0.2.12
13042024-12-28T04:21:46.073Z Compiling tokio-native-tls v0.3.1
13052024-12-28T04:21:46.154Z Compiling regex-syntax v0.8.4
13062024-12-28T04:21:46.369Z Compiling atomic-waker v1.1.2
13072024-12-28T04:21:46.564Z Compiling slog v2.7.0
13082024-12-28T04:21:47.162Z Compiling h2 v0.4.6
13092024-12-28T04:21:47.581Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13102024-12-28T04:21:48.861Z Compiling typify-impl v0.2.0
13112024-12-28T04:21:58.150Z Compiling openapiv3 v2.0.0
13122024-12-28T04:21:59.581Z Compiling serde_urlencoded v0.7.1
13132024-12-28T04:22:00.181Z Compiling regex v1.10.6
13142024-12-28T04:22:00.839Z Compiling url v2.5.2
13152024-12-28T04:22:01.179Z Compiling encoding_rs v0.8.34
13162024-12-28T04:22:02.597Z Compiling mime v0.3.17
13172024-12-28T04:22:02.625Z Compiling ipnet v2.10.0
13182024-12-28T04:22:03.706Z Compiling rustls v0.21.12
13192024-12-28T04:22:04.011Z Compiling typify-macro v0.2.0
13202024-12-28T04:22:04.044Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13212024-12-28T04:22:06.538Z Compiling hyper v1.5.1
13222024-12-28T04:22:07.861Z Compiling h2 v0.3.26
13232024-12-28T04:22:07.872Z Compiling http-body v0.4.6
13242024-12-28T04:22:08.135Z Compiling rustls-webpki v0.102.8
13252024-12-28T04:22:08.385Z Compiling rustls-webpki v0.101.7
13262024-12-28T04:22:09.445Z Compiling sct v0.7.1
13272024-12-28T04:22:09.896Z Compiling zeroize v1.8.1
13282024-12-28T04:22:10.254Z Compiling httpdate v1.0.3
13292024-12-28T04:22:11.024Z Compiling toml_datetime v0.6.8
13302024-12-28T04:22:11.405Z Compiling subtle v2.6.1
13312024-12-28T04:22:11.688Z Compiling rustls v0.23.13
13322024-12-28T04:22:11.886Z Compiling serde_yaml v0.9.34+deprecated
13332024-12-28T04:22:12.386Z Compiling toml_edit v0.19.15
13342024-12-28T04:22:15.691Z Compiling hyper v0.14.30
13352024-12-28T04:22:16.678Z Compiling hyper-util v0.1.10
13362024-12-28T04:22:22.750Z Compiling lazy_static v1.5.0
13372024-12-28T04:22:22.889Z Compiling tokio-rustls v0.26.0
13382024-12-28T04:22:22.954Z Compiling tokio-rustls v0.24.1
13392024-12-28T04:22:23.387Z Compiling proc-macro-crate v1.3.1
13402024-12-28T04:22:23.387Z Compiling http-body-util v0.1.2
13412024-12-28T04:22:23.540Z Compiling webpki-roots v0.26.6
13422024-12-28T04:22:23.761Z Compiling base64 v0.21.7
13432024-12-28T04:22:23.937Z Compiling base64 v0.22.1
13442024-12-28T04:22:24.258Z Compiling num_enum_derive v0.5.11
13452024-12-28T04:22:24.697Z Compiling rustls-pemfile v2.1.3
13462024-12-28T04:22:24.867Z Compiling rustls-pemfile v1.0.4
13472024-12-28T04:22:25.013Z Compiling hyper-tls v0.6.0
13482024-12-28T04:22:25.184Z Compiling crossbeam-utils v0.8.20
13492024-12-28T04:22:25.201Z Compiling hyper-rustls v0.27.3
13502024-12-28T04:22:25.448Z Compiling hyper-rustls v0.24.2
13512024-12-28T04:22:25.546Z Compiling hyper-tls v0.5.0
13522024-12-28T04:22:25.708Z Compiling typify v0.2.0
13532024-12-28T04:22:25.848Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13542024-12-28T04:22:26.050Z Compiling ipnetwork v0.20.0
13552024-12-28T04:22:27.033Z Compiling ppv-lite86 v0.2.20
13562024-12-28T04:22:27.970Z Compiling foreign-types-macros v0.2.3
13572024-12-28T04:22:28.932Z Compiling sync_wrapper v1.0.1
13582024-12-28T04:22:29.083Z Compiling rand_core v0.6.4
13592024-12-28T04:22:29.136Z Compiling dirs-sys-next v0.1.2
13602024-12-28T04:22:29.312Z Compiling powerfmt v0.2.0
13612024-12-28T04:22:29.539Z Compiling sync_wrapper v0.1.2
13622024-12-28T04:22:29.671Z Compiling webpki-roots v0.25.4
13632024-12-28T04:22:29.791Z Compiling foreign-types-shared v0.3.1
13642024-12-28T04:22:29.833Z Compiling time-macros v0.2.18
13652024-12-28T04:22:29.906Z Compiling foreign-types v0.5.0
13662024-12-28T04:22:30.019Z Compiling reqwest v0.11.27
13672024-12-28T04:22:30.065Z Compiling deranged v0.3.11
13682024-12-28T04:22:30.224Z Compiling rand_chacha v0.3.1
13692024-12-28T04:22:32.105Z Compiling dirs-next v2.0.0
13702024-12-28T04:22:32.422Z Compiling reqwest v0.12.9
13712024-12-28T04:22:32.486Z Compiling progenitor-impl v0.8.0
13722024-12-28T04:22:32.840Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13732024-12-28T04:22:39.287Z Compiling num_enum v0.5.11
13742024-12-28T04:22:39.460Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13752024-12-28T04:22:41.329Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13762024-12-28T04:22:41.352Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13772024-12-28T04:22:41.476Z Compiling cstr-argument v0.1.2
13782024-12-28T04:22:41.532Z Compiling thread_local v1.1.8
13792024-12-28T04:22:41.738Z Compiling pretty-hex v0.2.1
13802024-12-28T04:22:41.955Z Compiling either v1.13.0
13812024-12-28T04:22:42.256Z Compiling time-core v0.1.2
13822024-12-28T04:22:42.415Z Compiling num-conv v0.1.0
13832024-12-28T04:22:42.451Z Compiling arc-swap v1.7.1
13842024-12-28T04:22:42.676Z Compiling time v0.3.36
13852024-12-28T04:22:43.153Z Compiling slog-scope v4.4.0
13862024-12-28T04:22:44.078Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-12-28T04:22:44.350Z Compiling itertools v0.12.1
13882024-12-28T04:22:45.537Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13892024-12-28T04:22:45.913Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13902024-12-28T04:22:46.805Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13912024-12-28T04:22:46.981Z Compiling crossbeam-channel v0.5.13
13922024-12-28T04:22:48.231Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13932024-12-28T04:22:48.621Z Compiling progenitor-macro v0.8.0
13942024-12-28T04:22:51.840Z Compiling progenitor-client v0.8.0
13952024-12-28T04:22:56.772Z Compiling anyhow v1.0.94
13962024-12-28T04:22:58.311Z Compiling term v0.7.0
13972024-12-28T04:23:01.535Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13982024-12-28T04:23:02.860Z Compiling rand v0.8.5
13992024-12-28T04:23:03.519Z Compiling colored v2.1.0
14002024-12-28T04:23:04.741Z Compiling is-terminal v0.4.13
14012024-12-28T04:23:04.758Z Compiling take_mut v0.2.2
14022024-12-28T04:23:04.869Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14032024-12-28T04:23:04.921Z Compiling winnow v0.6.18
14042024-12-28T04:23:05.214Z Compiling slog-async v2.8.0
14052024-12-28T04:23:08.264Z Compiling slog-term v2.9.1
14062024-12-28T04:23:09.352Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14072024-12-28T04:23:11.084Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14082024-12-28T04:23:11.305Z Compiling progenitor v0.8.0
14092024-12-28T04:23:11.534Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14102024-12-28T04:23:15.210Z Compiling slog-stdlog v4.1.1
14112024-12-28T04:23:16.040Z Compiling slog-envlogger v2.2.0
14122024-12-28T04:23:16.686Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14132024-12-28T04:23:18.692Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14142024-12-28T04:23:31.627Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14152024-12-28T04:23:39.022Z Finished `release` profile [optimized] target(s) in 2m 24s
14162024-12-28T04:23:39.105Z Running unittests src/lib.rs (target/release/deps/mg_tests-7bba72dcf831ed55)
14172024-12-28T04:23:39.152Z
14182024-12-28T04:23:39.152Zrunning 1 test
14192024-12-28T04:23:39.325Zconfigure zone
14202024-12-28T04:23:39.344Zinstall zone
14212024-12-28T04:24:39.167Ztest ddm::test_quartet has been running for over 60 seconds
14222024-12-28T04:25:39.271Zboot zone
14232024-12-28T04:25:40.156Zstart zone s1
14242024-12-28T04:25:40.156Zconfigure zone
14252024-12-28T04:25:40.164Zinstall zone
14262024-12-28T04:27:37.182Zboot zone
14272024-12-28T04:27:37.982Zstart zone s2
14282024-12-28T04:27:37.982Zconfigure zone
14292024-12-28T04:27:37.990Zinstall zone
14302024-12-28T04:29:35.295Zboot zone
14312024-12-28T04:29:36.109Zstart zone s3
14322024-12-28T04:29:36.109Zconfigure zone
14332024-12-28T04:29:36.118Zinstall zone
14342024-12-28T04:31:33.509Zboot zone
14352024-12-28T04:31:34.278Zstart zone t1
14362024-12-28T04:31:34.278Zconfigure zone
14372024-12-28T04:31:34.286Zinstall zone
14382024-12-28T04:33:34.879Zboot zone
14392024-12-28T04:33:35.765Zwaiting for zones to come up
14402024-12-28T04:33:45.768Z[sidecar.quartet] svcs milestone/network
14412024-12-28T04:33:45.801ZSTATE STIME FMRI
14422024-12-28T04:33:45.801Zonline 20:25:57 svc:/milestone/network:default
14432024-12-28T04:33:45.801Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
14442024-12-28T04:33:45.847Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
14452024-12-28T04:33:45.896Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
14462024-12-28T04:33:45.940Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
14472024-12-28T04:33:45.943Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14482024-12-28T04:33:45.966Z
14492024-12-28T04:33:45.966Zrunning zone s1.quartet setup
14502024-12-28T04:33:45.966Z[s1.quartet] svcs milestone/network
14512024-12-28T04:33:45.990ZSTATE STIME FMRI
14522024-12-28T04:33:45.990Zonline 20:27:55 svc:/milestone/network:default
14532024-12-28T04:33:45.990Z[s1.quartet] dladm
14542024-12-28T04:33:46.010ZLINK CLASS MTU STATE BRIDGE OVER
14552024-12-28T04:33:46.010Zsl0 simnet 9000 up -- ?
14562024-12-28T04:33:46.011Zmgs1 vnic 9000 up -- ?
14572024-12-28T04:33:46.011Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
14582024-12-28T04:33:46.573Z
14592024-12-28T04:33:46.573Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
14602024-12-28T04:33:46.596Z
14612024-12-28T04:33:46.596Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14622024-12-28T04:33:46.615Z
14632024-12-28T04:33:46.615Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
14642024-12-28T04:33:46.701Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
14652024-12-28T04:33:46.743Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 09374b79-2411-4198-9b0a-2f676d5388ad --sled-uuid c2dabbd6-4847-4c3c-90d5-1eac09c90eec -a sl0/v6 &> /opt/ddmd.log &
14662024-12-28T04:33:46.764Z
14672024-12-28T04:33:46.764Zrunning zone s2.quartet setup
14682024-12-28T04:33:46.764Z[s2.quartet] svcs milestone/network
14692024-12-28T04:33:46.787ZSTATE STIME FMRI
14702024-12-28T04:33:46.787Zonline 20:29:53 svc:/milestone/network:default
14712024-12-28T04:33:46.787Z[s2.quartet] dladm
14722024-12-28T04:33:46.808ZLINK CLASS MTU STATE BRIDGE OVER
14732024-12-28T04:33:46.808Zsl1 simnet 9000 up -- ?
14742024-12-28T04:33:46.809Zmgs2 vnic 9000 up -- ?
14752024-12-28T04:33:46.809Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
14762024-12-28T04:33:47.475Z
14772024-12-28T04:33:47.475Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
14782024-12-28T04:33:47.497Z
14792024-12-28T04:33:47.497Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14802024-12-28T04:33:47.516Z
14812024-12-28T04:33:47.516Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
14822024-12-28T04:33:47.561Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
14832024-12-28T04:33:47.583Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8e72e35c-3c75-477d-bc2f-80d9d4bfc5d9 --sled-uuid 123972ca-8e31-4c27-b5fc-857d602795d1 -a sl1/v6 &> /opt/ddmd.log &
14842024-12-28T04:33:47.603Z
14852024-12-28T04:33:47.603Zrunning zone s3.quartet setup
14862024-12-28T04:33:47.603Z[s3.quartet] svcs milestone/network
14872024-12-28T04:33:47.627ZSTATE STIME FMRI
14882024-12-28T04:33:47.627Zonline 20:31:51 svc:/milestone/network:default
14892024-12-28T04:33:47.627Z[s3.quartet] dladm
14902024-12-28T04:33:47.648ZLINK CLASS MTU STATE BRIDGE OVER
14912024-12-28T04:33:47.648Zsl2 simnet 9000 up -- ?
14922024-12-28T04:33:47.648Zmgs3 vnic 9000 up -- ?
14932024-12-28T04:33:47.648Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
14942024-12-28T04:33:48.191Z
14952024-12-28T04:33:48.191Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
14962024-12-28T04:33:48.216Z
14972024-12-28T04:33:48.216Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
14982024-12-28T04:33:48.237Z
14992024-12-28T04:33:48.238Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
15002024-12-28T04:33:48.283Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
15012024-12-28T04:33:48.305Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cd9ff8d9-4b74-46aa-a206-a6ebb2b349b3 --sled-uuid 62b6b247-c328-4be0-b6ba-604417a59af1 -a sl2/v6 &> /opt/ddmd.log &
15022024-12-28T04:33:48.327Z
15032024-12-28T04:33:48.328Zrunning zone t1.quartet setup
15042024-12-28T04:33:48.328Z[t1.quartet] svcs milestone/network
15052024-12-28T04:33:48.349ZSTATE STIME FMRI
15062024-12-28T04:33:48.349Z- - svc:/milestone/network:default
15072024-12-28T04:33:49.349Z[t1.quartet] svcs milestone/network
15082024-12-28T04:33:49.371ZSTATE STIME FMRI
15092024-12-28T04:33:49.371Z- - svc:/milestone/network:default
15102024-12-28T04:33:50.373Z[t1.quartet] svcs milestone/network
15112024-12-28T04:33:50.400ZSTATE STIME FMRI
15122024-12-28T04:33:50.400Z- - svc:/milestone/network:default
15132024-12-28T04:33:51.400Z[t1.quartet] svcs milestone/network
15142024-12-28T04:33:51.423ZSTATE STIME FMRI
15152024-12-28T04:33:51.423Z- - svc:/milestone/network:default
15162024-12-28T04:33:52.424Z[t1.quartet] svcs milestone/network
15172024-12-28T04:33:52.445ZSTATE STIME FMRI
15182024-12-28T04:33:52.445Z- - svc:/milestone/network:default
15192024-12-28T04:33:53.446Z[t1.quartet] svcs milestone/network
15202024-12-28T04:33:53.466ZSTATE STIME FMRI
15212024-12-28T04:33:53.466Z- - svc:/milestone/network:default
15222024-12-28T04:33:54.467Z[t1.quartet] svcs milestone/network
15232024-12-28T04:33:54.489ZSTATE STIME FMRI
15242024-12-28T04:33:54.489Zonline 20:33:53 svc:/milestone/network:default
15252024-12-28T04:33:54.489Z[t1.quartet] dladm
15262024-12-28T04:33:54.511ZLINK CLASS MTU STATE BRIDGE OVER
15272024-12-28T04:33:54.511Ztfportrear0_0 simnet 9000 up -- ?
15282024-12-28T04:33:54.511Ztfportrear1_0 simnet 9000 up -- ?
15292024-12-28T04:33:54.511Ztfportrear2_0 simnet 9000 up -- ?
15302024-12-28T04:33:54.511Zmgt1 vnic 9000 up -- ?
15312024-12-28T04:33:54.511Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
15322024-12-28T04:33:55.112Z
15332024-12-28T04:33:55.113Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15342024-12-28T04:33:55.136Z
15352024-12-28T04:33:55.136Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15362024-12-28T04:33:55.157Z
15372024-12-28T04:33:55.157Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
15382024-12-28T04:33:55.178Z
15392024-12-28T04:33:55.178Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
15402024-12-28T04:33:55.198Z
15412024-12-28T04:33:55.198Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
15422024-12-28T04:33:55.401Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
15432024-12-28T04:33:55.404Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
15442024-12-28T04:33:55.408Zwaiting 3s for copy of files to zone to complete ...
15452024-12-28T04:33:58.409Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
15462024-12-28T04:33:58.450Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
15472024-12-28T04:33:58.471Z[t1.quartet] svcadm enable dendrite
15482024-12-28T04:33:58.509Z
15492024-12-28T04:33:58.509Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
15502024-12-28T04:33:58.554Z
15512024-12-28T04:33:58.554Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
15522024-12-28T04:33:58.596Z
15532024-12-28T04:33:58.596Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15542024-12-28T04:33:58.637Z
15552024-12-28T04:33:58.637Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15562024-12-28T04:33:58.683Z
15572024-12-28T04:33:58.683Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
15582024-12-28T04:33:58.727Z
15592024-12-28T04:33:58.727Z[t1.quartet] svcadm refresh dendrite:default
15602024-12-28T04:33:58.765Z
15612024-12-28T04:33:58.765Z[t1.quartet] svcadm restart dendrite:default
15622024-12-28T04:33:58.802Z
15632024-12-28T04:33:58.802Zwait 10s for dendrite to come up ...
15642024-12-28T04:34:08.804Z[t1.quartet] svcadm enable tfport
15652024-12-28T04:34:08.844Z
15662024-12-28T04:34:08.844Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid c7dfb6d6-0dd2-489c-b4ad-8a488174afb3 --sled-uuid bb34ab36-04d8-4d04-8e7a-1e0aa4ee8615 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
15672024-12-28T04:34:08.863Z
15682024-12-28T04:34:08.863Z[t1.quartet] ipadm
15692024-12-28T04:34:08.888ZADDROBJ TYPE STATE ADDR
15702024-12-28T04:34:08.888Zlo0/v4 static ok 127.0.0.1/8
15712024-12-28T04:34:08.888Zmgt1/v4 static ok 10.0.0.4/24
15722024-12-28T04:34:08.888Zlo0/v6 static ok ::1/128
15732024-12-28T04:34:08.888Zlo0/u6 static ok fd00:4::1/64
15742024-12-28T04:34:08.888Ztfportrear0_0/v6 addrconf ok fe80::d04b:81ff:fe84:5e4d%tfportrear0_0/10
15752024-12-28T04:34:08.888Ztfportrear1_0/v6 addrconf ok fe80::10de:41ff:fe91:a74e%tfportrear1_0/10
15762024-12-28T04:34:08.888Ztfportrear2_0/v6 addrconf ok fe80::e458:41ff:fec3:f6a7%tfportrear2_0/10
15772024-12-28T04:34:11.167Zinitial peering test passed
15782024-12-28T04:34:12.170Z[s3.quartet] ping fd00:1::1
15792024-12-28T04:34:12.199Zfd00:1::1 is alive
15802024-12-28T04:34:23.205Z[s3.quartet] ping fd00:1::1
15812024-12-28T04:34:23.228Zfd00:1::1 is alive
15822024-12-28T04:34:23.245Z[t1.quartet] pkill ddmd
15832024-12-28T04:34:23.270Z
15842024-12-28T04:34:23.270Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
15852024-12-28T04:34:23.273Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
15862024-12-28T04:34:25.753Z[s3.quartet] pkill ddmd
15872024-12-28T04:34:25.774Z
15882024-12-28T04:34:25.774Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
15892024-12-28T04:34:28.178Z[s2.quartet] pkill ddmd
15902024-12-28T04:34:28.198Z
15912024-12-28T04:34:28.198Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
15922024-12-28T04:34:30.621Z[s1.quartet] pkill ddmd
15932024-12-28T04:34:30.641Z
15942024-12-28T04:34:30.641Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
15952024-12-28T04:34:33.093Z[sidecar.quartet] pkill softnpu
15962024-12-28T04:34:33.112Z
15972024-12-28T04:34:33.112Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
15982024-12-28T04:34:35.647Ztest ddm::test_quartet ... ok
15992024-12-28T04:34:35.647Z
16002024-12-28T04:34:35.647Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 656.34s
16012024-12-28T04:34:35.647Z
16022024-12-28T04:34:35.674Z+ cleanup
16032024-12-28T04:34:35.677Z++ id -un
16042024-12-28T04:34:35.681Z++ id -gn
16052024-12-28T04:34:35.683Z+ pfexec chown -R build:build .
16062024-12-28T04:34:35.762Zprocess exited: duration 1178352 ms, exit code 0
 
16072024-12-28T04:34:35.773Zfound 5 output files
16082024-12-28T04:34:35.773Zuploading: /work/s1.quartet.log (5034 bytes)
16092024-12-28T04:34:36.784Zuploaded: /work/s1.quartet.log
16102024-12-28T04:34:36.785Zuploading: /work/s2.quartet.log (5211 bytes)
16112024-12-28T04:34:37.796Zuploaded: /work/s2.quartet.log
16122024-12-28T04:34:37.798Zuploading: /work/s3.quartet.log (4233 bytes)
16132024-12-28T04:34:38.803Zuploaded: /work/s3.quartet.log
16142024-12-28T04:34:38.803Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
16152024-12-28T04:34:39.812Zuploaded: /work/sidecar.quartet-softnpu.log
16162024-12-28T04:34:39.812Zuploading: /work/t1.quartet.log (17385 bytes)
16172024-12-28T04:34:40.821Zuploaded: /work/t1.quartet.log