01JBK03DBM8P7GHTFVBAKPFVV6: 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: 01JBK03Z4DAEP2JWNQFTM87DJ5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-01T04:36:46.207Zjob assigned to worker 01JBK04CC74MYTH88ME4TFDX89 (queued for 1 m 3 s)
 
22024-11-01T04:36:54.046Zstarting task 0: "setup"
32024-11-01T04:36:54.055Z++ uname -s
42024-11-01T04:36:54.058Z+ kern=SunOS
52024-11-01T04:36:54.058Z+ case "$kern" in
62024-11-01T04:36:54.058Z+ [[ 0 == 12345 ]]
72024-11-01T04:36:54.058Z+ groupadd -g 12345 build
82024-11-01T04:36:54.061Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-01T04:36:56.068Z+ zfs create -o mountpoint=/work rpool/work
102024-11-01T04:36:56.161Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-01T04:36:56.164Z+ home_fs=zfs
122024-11-01T04:36:56.164Z+ [[ zfs == autofs ]]
132024-11-01T04:36:56.164Z+ mkdir -p /home/build
142024-11-01T04:36:56.167Z+ chown build:build /home/build /work
152024-11-01T04:36:58.168Z+ chmod 0700 /home/build /work
162024-11-01T04:36:58.171Zprocess exited: duration 4123 ms, exit code 0
 
172024-11-01T04:36:58.176Zstarting task 1: "rust-toolchain"
182024-11-01T04:36:58.182Z+ printf ' * toolchain channel = "%s"
192024-11-01T04:36:58.182Z * toolchain channel = "stable"
202024-11-01T04:36:58.182Z' stable
212024-11-01T04:36:58.182Z+ printf ' * toolchain profile = "%s"
222024-11-01T04:36:58.182Z' default
232024-11-01T04:36:58.182Z * toolchain profile = "default"
242024-11-01T04:36:58.184Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-01T04:36:58.185Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
262024-11-01T04:36:58.307Zinfo: downloading installer
272024-11-01T04:36:59.830Zinfo: profile set to 'default'
282024-11-01T04:36:59.830Zinfo: default host triple is x86_64-unknown-illumos
292024-11-01T04:36:59.833Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
302024-11-01T04:36:59.988Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-01T04:36:59.988Zinfo: downloading component 'cargo'
322024-11-01T04:37:00.830Zinfo: downloading component 'clippy'
332024-11-01T04:37:01.151Zinfo: downloading component 'rust-docs'
342024-11-01T04:37:02.342Zinfo: downloading component 'rust-std'
352024-11-01T04:37:04.233Zinfo: downloading component 'rustc'
362024-11-01T04:37:10.916Zinfo: downloading component 'rustfmt'
372024-11-01T04:37:11.158Zinfo: installing component 'cargo'
382024-11-01T04:37:12.007Zinfo: installing component 'clippy'
392024-11-01T04:37:12.381Zinfo: installing component 'rust-docs'
402024-11-01T04:37:14.086Zinfo: installing component 'rust-std'
412024-11-01T04:37:16.021Zinfo: installing component 'rustc'
422024-11-01T04:37:22.115Zinfo: installing component 'rustfmt'
432024-11-01T04:37:22.461Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
442024-11-01T04:37:22.461Z
452024-11-01T04:37:22.839Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-01T04:37:22.839Z
472024-11-01T04:37:22.842Z
482024-11-01T04:37:22.842ZRust is installed now. Great!
492024-11-01T04:37:22.842Z
502024-11-01T04:37:22.842ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-01T04:37:22.842Zenvironment variable. This has not been done automatically.
522024-11-01T04:37:22.842Z
532024-11-01T04:37:22.842ZTo configure your current shell, you need to source
542024-11-01T04:37:22.842Zthe corresponding env file under $HOME/.cargo.
552024-11-01T04:37:22.842Z
562024-11-01T04:37:22.842ZThis is usually done by running one of the following (note the leading DOT):
572024-11-01T04:37:22.842Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-01T04:37:22.842Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-01T04:37:22.916Z+ rustc --version
602024-11-01T04:37:22.982Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-01T04:37:22.985Zprocess exited: duration 24806 ms, exit code 0
 
622024-11-01T04:37:22.992Zstarting task 2: "authentication"
632024-11-01T04:37:23.011Zprocess exited: duration 20 ms, exit code 0
 
642024-11-01T04:37:23.016Zstarting task 3: "clone repository"
652024-11-01T04:37:23.021Z+ mkdir -p /work/oxidecomputer/maghemite
662024-11-01T04:37:23.023Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
672024-11-01T04:37:23.268ZCloning into '/work/oxidecomputer/maghemite'...
682024-11-01T04:37:24.205Z+ cd /work/oxidecomputer/maghemite
692024-11-01T04:37:24.207Z+ git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c
702024-11-01T04:37:24.468ZFrom https://github.com/oxidecomputer/maghemite
712024-11-01T04:37:24.468Z * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD
722024-11-01T04:37:24.475Z+ [[ -n trey/unique_neigh ]]
732024-11-01T04:37:24.478Z++ git branch --show-current
742024-11-01T04:37:24.480Z+ current=main
752024-11-01T04:37:24.480Z+ [[ main != trey/unique_neigh ]]
762024-11-01T04:37:24.480Z+ git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c
772024-11-01T04:37:24.483Z+ git checkout -f trey/unique_neigh
782024-11-01T04:37:24.497ZSwitched to branch 'trey/unique_neigh'
792024-11-01T04:37:24.500Z+ git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c
802024-11-01T04:37:24.504ZHEAD is now at da93056 rdb: test logging improvements
812024-11-01T04:37:24.507Zprocess exited: duration 1488 ms, exit code 0
 
822024-11-01T04:37:24.512Zstarting task 4: "build"
832024-11-01T04:37:24.517Z++ cargo --version
842024-11-01T04:37:24.522Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
852024-11-01T04:37:24.678Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
862024-11-01T04:37:24.678Zinfo: downloading component 'cargo'
872024-11-01T04:37:25.510Zinfo: downloading component 'clippy'
882024-11-01T04:37:25.817Zinfo: downloading component 'rust-docs'
892024-11-01T04:37:26.962Zinfo: downloading component 'rust-std'
902024-11-01T04:37:28.766Zinfo: downloading component 'rustc'
912024-11-01T04:37:35.019Zinfo: downloading component 'rustfmt'
922024-11-01T04:37:35.261Zinfo: installing component 'cargo'
932024-11-01T04:37:36.090Zinfo: installing component 'clippy'
942024-11-01T04:37:36.482Zinfo: installing component 'rust-docs'
952024-11-01T04:37:38.098Zinfo: installing component 'rust-std'
962024-11-01T04:37:39.867Zinfo: installing component 'rustc'
972024-11-01T04:37:45.903Zinfo: installing component 'rustfmt'
982024-11-01T04:37:46.332Zcargo 1.81.0 (2dbb1af80 2024-08-20)
992024-11-01T04:37:46.338Z++ rustc --version
1002024-11-01T04:37:46.400Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1012024-11-01T04:37:46.404Z++ dladm
1022024-11-01T04:37:46.411ZLINK CLASS MTU STATE BRIDGE OVER
1032024-11-01T04:37:46.412Zena0 phys 9216 up -- --
1042024-11-01T04:37:46.412Z++ ipadm
1052024-11-01T04:37:46.416ZADDROBJ TYPE STATE ADDR
1062024-11-01T04:37:46.416Zlo0/v4 static ok 127.0.0.1/8
1072024-11-01T04:37:46.416Zena0/dhcp dhcp ok 10.150.1.38/24
1082024-11-01T04:37:46.417Zlo0/v6 static ok ::1/128
1092024-11-01T04:37:46.417Z++ banner collect
1102024-11-01T04:37:46.479Z
1112024-11-01T04:37:46.479Z #### #### # # ###### #### #####
1122024-11-01T04:37:46.480Z # # # # # # # # # #
1132024-11-01T04:37:46.480Z # # # # # ##### # #
1142024-11-01T04:37:46.480Z # # # # # # # #
1152024-11-01T04:37:46.480Z # # # # # # # # # #
1162024-11-01T04:37:46.480Z #### #### ###### ###### ###### #### #
1172024-11-01T04:37:46.480Z
1182024-11-01T04:37:46.487Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1192024-11-01T04:37:46.487Z++ repo=softnpu
1202024-11-01T04:37:46.488Z++ series=image
1212024-11-01T04:37:46.488Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1222024-11-01T04:37:46.488Z++ name=softnpu
1232024-11-01T04:37:46.488Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242024-11-01T04:37:46.488Z++ mkdir -p download
1252024-11-01T04:37:46.488Z++ pushd download
1262024-11-01T04:37:46.488Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272024-11-01T04:37:46.488Z++ [[ ! -f softnpu ]]
1282024-11-01T04:37:46.489Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1292024-11-01T04:37:46.501Z % Total % Received % Xferd Average Speed Time Time Time Current
1302024-11-01T04:37:46.501Z Dload Upload Total Spent Left Speed
1312024-11-01T04:37:46.984Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 44.3M 0 --:--:-- --:--:-- --:--:-- 44.4M
1322024-11-01T04:37:46.990Z++ popd
1332024-11-01T04:37:46.990Z/work/oxidecomputer/maghemite
1342024-11-01T04:37:46.990Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1352024-11-01T04:37:46.990Z++ repo=sidecar-lite
1362024-11-01T04:37:46.990Z++ series=release
1372024-11-01T04:37:46.990Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1382024-11-01T04:37:46.990Z++ name=libsidecar_lite.so
1392024-11-01T04:37:46.990Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402024-11-01T04:37:46.990Z++ mkdir -p download
1412024-11-01T04:37:46.990Z++ pushd download
1422024-11-01T04:37:46.990Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432024-11-01T04:37:46.991Z++ [[ ! -f libsidecar_lite.so ]]
1442024-11-01T04:37:46.991Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1452024-11-01T04:37:46.996Z % Total % Received % Xferd Average Speed Time Time Time Current
1462024-11-01T04:37:46.996Z Dload Upload Total Spent Left Speed
1472024-11-01T04:37:47.392Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 51.4M 0 --:--:-- --:--:-- --:--:-- 51.5M
1482024-11-01T04:37:47.403Z++ popd
1492024-11-01T04:37:47.403Z/work/oxidecomputer/maghemite
1502024-11-01T04:37:47.403Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1512024-11-01T04:37:47.403Z++ repo=sidecar-lite
1522024-11-01T04:37:47.403Z++ series=release
1532024-11-01T04:37:47.403Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1542024-11-01T04:37:47.403Z++ name=scadm
1552024-11-01T04:37:47.403Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562024-11-01T04:37:47.403Z++ mkdir -p download
1572024-11-01T04:37:47.403Z++ pushd download
1582024-11-01T04:37:47.403Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592024-11-01T04:37:47.403Z++ [[ ! -f scadm ]]
1602024-11-01T04:37:47.403Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1612024-11-01T04:37:47.407Z % Total % Received % Xferd Average Speed Time Time Time Current
1622024-11-01T04:37:47.407Z Dload Upload Total Spent Left Speed
1632024-11-01T04:37:48.236Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 27.9M 0 --:--:-- --:--:-- --:--:-- 27.9M
1642024-11-01T04:37:48.241Z++ popd
1652024-11-01T04:37:48.242Z/work/oxidecomputer/maghemite
1662024-11-01T04:37:48.242Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1672024-11-01T04:37:48.242Z++ repo=dendrite
1682024-11-01T04:37:48.242Z++ series=image
1692024-11-01T04:37:48.242Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1702024-11-01T04:37:48.242Z++ name=dendrite-softnpu.tar.gz
1712024-11-01T04:37:48.243Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722024-11-01T04:37:48.243Z++ mkdir -p download
1732024-11-01T04:37:48.243Z++ pushd download
1742024-11-01T04:37:48.243Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752024-11-01T04:37:48.243Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762024-11-01T04:37:48.243Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1772024-11-01T04:37:48.243Z % Total % Received % Xferd Average Speed Time Time Time Current
1782024-11-01T04:37:48.243Z Dload Upload Total Spent Left Speed
1792024-11-01T04:37:48.945Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 37.5M 14 5483k 0 0 23.6M 0 0:00:01 --:--:-- 0:00:01 23.5M 100 37.5M 100 37.5M 0 0 52.9M 0 --:--:-- --:--:-- --:--:-- 52.9M
1802024-11-01T04:37:48.950Z++ popd
1812024-11-01T04:37:48.950Z/work/oxidecomputer/maghemite
1822024-11-01T04:37:48.950Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1832024-11-01T04:37:48.953Z++ repo=maghemite
1842024-11-01T04:37:48.953Z++ series=release
1852024-11-01T04:37:48.953Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1862024-11-01T04:37:48.953Z++ name=ddmd
1872024-11-01T04:37:48.953Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882024-11-01T04:37:48.953Z++ mkdir -p download
1892024-11-01T04:37:48.953Z++ pushd download
1902024-11-01T04:37:48.953Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912024-11-01T04:37:48.954Z++ [[ ! -f ddmd ]]
1922024-11-01T04:37:48.954Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1932024-11-01T04:37:48.959Z % Total % Received % Xferd Average Speed Time Time Time Current
1942024-11-01T04:37:48.959Z Dload Upload Total Spent Left Speed
1952024-11-01T04:37:49.747Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 53 40.9M 53 21.9M 0 0 43.8M 0 --:--:-- --:--:-- --:--:-- 43.8M 100 40.9M 100 40.9M 0 0 52.3M 0 --:--:-- --:--:-- --:--:-- 52.3M
1962024-11-01T04:37:49.754Z++ popd
1972024-11-01T04:37:49.754Z/work/oxidecomputer/maghemite
1982024-11-01T04:37:49.754Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1992024-11-01T04:37:49.754Z++ repo=maghemite
2002024-11-01T04:37:49.754Z++ series=release
2012024-11-01T04:37:49.754Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2022024-11-01T04:37:49.755Z++ name=ddmadm
2032024-11-01T04:37:49.755Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2042024-11-01T04:37:49.755Z++ mkdir -p download
2052024-11-01T04:37:49.755Z++ pushd download
2062024-11-01T04:37:49.755Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2072024-11-01T04:37:49.755Z++ [[ ! -f ddmadm ]]
2082024-11-01T04:37:49.755Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2092024-11-01T04:37:49.759Z % Total % Received % Xferd Average Speed Time Time Time Current
2102024-11-01T04:37:49.759Z Dload Upload Total Spent Left Speed
2112024-11-01T04:37:50.190Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 41.7M 0 --:--:-- --:--:-- --:--:-- 41.8M
2122024-11-01T04:37:50.194Z++ popd
2132024-11-01T04:37:50.194Z/work/oxidecomputer/maghemite
2142024-11-01T04:37:50.194Z++ pushd download
2152024-11-01T04:37:50.194Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2162024-11-01T04:37:50.194Z++ chmod +x softnpu
2172024-11-01T04:37:50.197Z++ chmod +x scadm
2182024-11-01T04:37:50.197Z++ chmod +x ddmadm
2192024-11-01T04:37:50.199Z++ chmod +x ddmd
2202024-11-01T04:37:50.202Z++ mv ddmadm ddmadm-v2
2212024-11-01T04:37:50.202Z++ mv ddmd ddmd-v2
2222024-11-01T04:37:50.205Z++ rm -rf zones/dendrite
2232024-11-01T04:37:50.208Z++ mkdir -p zones/dendrite
2242024-11-01T04:37:50.209Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2252024-11-01T04:37:51.002Z++ popd
2262024-11-01T04:37:51.002Z/work/oxidecomputer/maghemite
2272024-11-01T04:37:51.003Z++ banner install
2282024-11-01T04:37:51.005Z
2292024-11-01T04:37:51.006Z # # # #### ##### ## # #
2302024-11-01T04:37:51.006Z # ## # # # # # # #
2312024-11-01T04:37:51.006Z # # # # #### # # # # #
2322024-11-01T04:37:51.006Z # # # # # # ###### # #
2332024-11-01T04:37:51.006Z # # ## # # # # # # #
2342024-11-01T04:37:51.006Z # # # #### # # # ###### ######
2352024-11-01T04:37:51.006Z
2362024-11-01T04:37:51.006Z++ pkg info brand/sparse
2372024-11-01T04:37:51.009Z++ grep -qi installed
2382024-11-01T04:38:00.279Zpkg: info: no packages matching the following patterns you specified are
2392024-11-01T04:38:00.279Zinstalled on the system. Try querying remotely instead:
2402024-11-01T04:38:00.279Z
2412024-11-01T04:38:00.279Z brand/sparse
2422024-11-01T04:38:00.324Z++ [[ 1 != 0 ]]
2432024-11-01T04:38:00.324Z++ set -o errexit
2442024-11-01T04:38:00.324Z++ pfexec pkg install brand/sparse
2452024-11-01T04:38:11.001Z Startup: Refreshing catalog 'helios-dev' ... Done
2462024-11-01T04:38:14.340Z Startup: Caching catalogs ... Done
2472024-11-01T04:38:21.429ZPlanning: Solver setup ... Done
2482024-11-01T04:38:21.523ZPlanning: Running solver ... Done
2492024-11-01T04:38:21.758ZPlanning: Finding local manifests ... Done
2502024-11-01T04:38:21.789ZPlanning: Fetching manifests: 0/3 0% complete
2512024-11-01T04:38:23.188ZPlanning: Fetching manifests: 3/3 100% complete
2522024-11-01T04:38:23.489ZPlanning: Package planning ... Done
2532024-11-01T04:38:23.496ZPlanning: Merging actions ... Done
2542024-11-01T04:38:23.896ZPlanning: Checking for conflicting actions ... Done
2552024-11-01T04:38:30.173ZPlanning: Consolidating action changes ... Done
2562024-11-01T04:38:30.534ZPlanning: Evaluating mediators ... Done
2572024-11-01T04:38:30.656ZPlanning: Planning completed in 16.23 seconds
2582024-11-01T04:38:30.671Z Packages to install: 1
2592024-11-01T04:38:30.671Z Packages to update: 2
2602024-11-01T04:38:30.671Z Create boot environment: No
2612024-11-01T04:38:30.673ZCreate backup boot environment: Yes
2622024-11-01T04:38:30.964Z
2632024-11-01T04:38:30.964ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2642024-11-01T04:38:35.975ZDownload: 519/1009 items 5.3/8.0MB 66% complete (1.1M/s)
2652024-11-01T04:38:40.320ZDownload: Completed 8.03 MB in 9.36 seconds (878k/s)
2662024-11-01T04:38:42.244Z Actions: 1/1419 actions (Removing old actions)
2672024-11-01T04:38:42.259Z Actions: 199/1419 actions (Installing new actions)
2682024-11-01T04:38:42.376Z Actions: 579/1419 actions (Updating modified actions)
2692024-11-01T04:38:42.720Z Actions: Completed 1419 actions in 0.48 seconds.
2702024-11-01T04:38:43.062Z Done
2712024-11-01T04:38:43.065Z Done
2722024-11-01T04:38:43.525Z Done
2732024-11-01T04:38:49.103Z Done
2742024-11-01T04:38:49.340Z Done
2752024-11-01T04:38:49.342Z Done
2762024-11-01T04:38:49.510Z Done
2772024-11-01T04:38:49.871Z++ set -o errexit
2782024-11-01T04:38:49.872Z++ set -o pipefail
2792024-11-01T04:38:49.872Z++ banner build
2802024-11-01T04:38:49.874Z
2812024-11-01T04:38:49.875Z ##### # # # # #####
2822024-11-01T04:38:49.875Z # # # # # # # #
2832024-11-01T04:38:49.875Z ##### # # # # # #
2842024-11-01T04:38:49.875Z # # # # # # # #
2852024-11-01T04:38:49.875Z # # # # # # # #
2862024-11-01T04:38:49.875Z ##### #### # ###### #####
2872024-11-01T04:38:49.875Z
2882024-11-01T04:38:49.875Z++ cargo build --release --bin ddmd --bin ddmadm
2892024-11-01T04:38:50.059Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2902024-11-01T04:38:50.287Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2912024-11-01T04:38:50.496ZFrom https://www.github.com/oxidecomputer/oxnet
2922024-11-01T04:38:50.496Z * [new branch] ci -> origin/ci
2932024-11-01T04:38:50.499Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2942024-11-01T04:38:50.499Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2952024-11-01T04:38:50.499Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2962024-11-01T04:38:50.499Z * [new branch] main -> origin/main
2972024-11-01T04:38:50.499Z * [new ref] -> origin/HEAD
2982024-11-01T04:38:50.510Z Updating crates.io index
2992024-11-01T04:38:50.577Z Updating git repository `https://github.com/oxidecomputer/falcon`
3002024-11-01T04:38:51.276ZFrom https://github.com/oxidecomputer/falcon
3012024-11-01T04:38:51.276Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3022024-11-01T04:38:51.382Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032024-11-01T04:38:52.517ZFrom https://github.com/oxidecomputer/dendrite
3042024-11-01T04:38:52.517Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3052024-11-01T04:38:52.558Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062024-11-01T04:38:52.977ZFrom https://github.com/oxidecomputer/ispf
3072024-11-01T04:38:52.977Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3082024-11-01T04:38:52.999Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092024-11-01T04:38:53.445ZFrom https://github.com/oxidecomputer/netadm-sys
3102024-11-01T04:38:53.445Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3112024-11-01T04:38:53.457Z Updating git repository `https://github.com/oxidecomputer/omicron`
3122024-11-01T04:38:56.945ZFrom https://github.com/oxidecomputer/omicron
3132024-11-01T04:38:56.945Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3142024-11-01T04:38:56.975Z * [new tag] dogfood -> dogfood
3152024-11-01T04:38:56.978Z * [new tag] v5 -> v5
3162024-11-01T04:38:56.978Z * [new tag] v6 -> v6
3172024-11-01T04:38:56.978Z * [new tag] v7 -> v7
3182024-11-01T04:38:56.978Z * [new tag] v8 -> v8
3192024-11-01T04:38:56.978Z * [new tag] v9 -> v9
3202024-11-01T04:38:57.340Z Updating git repository `https://github.com/oxidecomputer/opte`
3212024-11-01T04:38:58.342ZFrom https://github.com/oxidecomputer/opte
3222024-11-01T04:38:58.342Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3232024-11-01T04:38:58.387Z Updating git repository `https://github.com/illumos/smf-rs`
3242024-11-01T04:38:58.767ZFrom https://github.com/illumos/smf-rs
3252024-11-01T04:38:58.767Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3262024-11-01T04:38:58.822Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3272024-11-01T04:38:59.579ZFrom https://github.com/oxidecomputer/maghemite
3282024-11-01T04:38:59.579Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3292024-11-01T04:38:59.596Z * [new tag] rift -> rift
3302024-11-01T04:38:59.598Z * [new tag] srp -> srp
3312024-11-01T04:38:59.598Z * [new tag] tie-spf -> tie-spf
3322024-11-01T04:38:59.631Z Updating git repository `https://github.com/oxidecomputer/zone`
3332024-11-01T04:39:00.022ZFrom https://github.com/oxidecomputer/zone
3342024-11-01T04:39:00.022Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3352024-11-01T04:39:00.048Z Updating git repository `https://github.com/oxidecomputer/propolis`
3362024-11-01T04:39:00.729ZFrom https://github.com/oxidecomputer/propolis
3372024-11-01T04:39:00.729Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3382024-11-01T04:39:00.850Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3392024-11-01T04:39:01.289ZFrom https://github.com/oxidecomputer/dlpi-sys
3402024-11-01T04:39:01.289Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3412024-11-01T04:39:01.299Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3422024-11-01T04:39:01.733ZFrom https://github.com/jmesmon/rust-libzfs
3432024-11-01T04:39:01.733Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3442024-11-01T04:39:01.749Z * [new tag] v0.4.0 -> v0.4.0
3452024-11-01T04:39:01.764Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3462024-11-01T04:39:02.165ZFrom https://github.com/oxidecomputer/rusty-doors
3472024-11-01T04:39:02.165Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3482024-11-01T04:39:02.187Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3492024-11-01T04:39:02.618ZFrom https://github.com/oxidecomputer/maghemite
3502024-11-01T04:39:02.618Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3512024-11-01T04:39:02.678Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3522024-11-01T04:39:03.077ZFrom https://github.com/oxidecomputer/serde_human_bytes
3532024-11-01T04:39:03.077Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3542024-11-01T04:39:03.087Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3552024-11-01T04:39:03.455ZFrom https://github.com/oxidecomputer/slog-error-chain
3562024-11-01T04:39:03.455Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3572024-11-01T04:39:03.492Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3582024-11-01T04:39:03.909ZFrom https://github.com/oxidecomputer/poptrie
3592024-11-01T04:39:03.909Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3602024-11-01T04:39:03.951Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3612024-11-01T04:39:04.308ZFrom https://github.com/illumos/libscf-sys
3622024-11-01T04:39:04.308Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3632024-11-01T04:39:04.316Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3642024-11-01T04:39:05.276ZFrom https://github.com/oxidecomputer/progenitor
3652024-11-01T04:39:05.276Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3662024-11-01T04:39:05.297Z * [new tag] v0.1.1 -> v0.1.1
3672024-11-01T04:39:05.300Z * [new tag] v0.2.0 -> v0.2.0
3682024-11-01T04:39:05.300Z * [new tag] v0.3.0 -> v0.3.0
3692024-11-01T04:39:05.300Z * [new tag] v0.4.0 -> v0.4.0
3702024-11-01T04:39:05.300Z * [new tag] v0.5.0 -> v0.5.0
3712024-11-01T04:39:05.300Z * [new tag] v0.6.0 -> v0.6.0
3722024-11-01T04:39:05.300Z * [new tag] v0.7.0 -> v0.7.0
3732024-11-01T04:39:05.423Z Updating git repository `https://github.com/oxidecomputer/typify`
3742024-11-01T04:39:06.157ZFrom https://github.com/oxidecomputer/typify
3752024-11-01T04:39:06.157Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3762024-11-01T04:39:06.159Z * [new tag] v0.2.0 -> v0.2.0
3772024-11-01T04:39:06.176Z * [new tag] v0.0.10 -> v0.0.10
3782024-11-01T04:39:06.179Z * [new tag] v0.0.11 -> v0.0.11
3792024-11-01T04:39:06.179Z * [new tag] v0.0.12 -> v0.0.12
3802024-11-01T04:39:06.179Z * [new tag] v0.0.13 -> v0.0.13
3812024-11-01T04:39:06.179Z * [new tag] v0.0.14 -> v0.0.14
3822024-11-01T04:39:06.179Z * [new tag] v0.0.15 -> v0.0.15
3832024-11-01T04:39:06.179Z * [new tag] v0.0.16 -> v0.0.16
3842024-11-01T04:39:06.179Z * [new tag] v0.0.4 -> v0.0.4
3852024-11-01T04:39:06.179Z * [new tag] v0.0.5 -> v0.0.5
3862024-11-01T04:39:06.179Z * [new tag] v0.0.7 -> v0.0.7
3872024-11-01T04:39:06.179Z * [new tag] v0.0.8 -> v0.0.8
3882024-11-01T04:39:06.179Z * [new tag] v0.0.9 -> v0.0.9
3892024-11-01T04:39:06.179Z * [new tag] v0.1.0 -> v0.1.0
3902024-11-01T04:39:06.454Z Updating git repository `https://github.com/oxidecomputer/crucible`
3912024-11-01T04:39:08.411ZFrom https://github.com/oxidecomputer/crucible
3922024-11-01T04:39:08.411Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3932024-11-01T04:39:08.473Z Updating git repository `https://github.com/oxidecomputer/opte`
3942024-11-01T04:39:08.913ZFrom https://github.com/oxidecomputer/opte
3952024-11-01T04:39:08.913Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3962024-11-01T04:39:08.960Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3972024-11-01T04:39:09.618ZFrom https://github.com/oxidecomputer/management-gateway-service
3982024-11-01T04:39:09.618Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3992024-11-01T04:39:10.392Z Downloading crates ...
4002024-11-01T04:39:10.517Z Downloaded autocfg v1.3.0
4012024-11-01T04:39:10.523Z Downloaded anstyle-query v1.1.1
4022024-11-01T04:39:10.525Z Downloaded bitflags v1.3.2
4032024-11-01T04:39:10.528Z Downloaded anstream v0.6.15
4042024-11-01T04:39:10.531Z Downloaded cstr-argument v0.1.2
4052024-11-01T04:39:10.533Z Downloaded convert_case v0.4.0
4062024-11-01T04:39:10.534Z Downloaded equivalent v1.0.1
4072024-11-01T04:39:10.536Z Downloaded foreign-types-shared v0.3.1
4082024-11-01T04:39:10.536Z Downloaded crunchy v0.2.2
4092024-11-01T04:39:10.539Z Downloaded block-buffer v0.10.4
4102024-11-01T04:39:10.542Z Downloaded ahash v0.8.11
4112024-11-01T04:39:10.544Z Downloaded futures-sink v0.3.30
4122024-11-01T04:39:10.546Z Downloaded dtrace-parser v0.2.0
4132024-11-01T04:39:10.548Z Downloaded fnv v1.0.7
4142024-11-01T04:39:10.550Z Downloaded either v1.13.0
4152024-11-01T04:39:10.553Z Downloaded digest v0.10.7
4162024-11-01T04:39:10.553Z Downloaded pkg-config v0.3.31
4172024-11-01T04:39:10.555Z Downloaded postcard v1.0.10
4182024-11-01T04:39:10.558Z Downloaded sha2 v0.10.8
4192024-11-01T04:39:10.560Z Downloaded futures-executor v0.3.30
4202024-11-01T04:39:10.563Z Downloaded serde_urlencoded v0.7.1
4212024-11-01T04:39:10.565Z Downloaded fastrand v2.1.1
4222024-11-01T04:39:10.567Z Downloaded pretty-hex v0.4.1
4232024-11-01T04:39:10.570Z Downloaded crc32fast v1.4.2
4242024-11-01T04:39:10.572Z Downloaded clap_derive v4.5.18
4252024-11-01T04:39:10.574Z Downloaded ciborium v0.2.2
4262024-11-01T04:39:10.577Z Downloaded darling v0.20.10
4272024-11-01T04:39:10.580Z Downloaded defmt-macros v0.3.9
4282024-11-01T04:39:10.583Z Downloaded futures v0.3.30
4292024-11-01T04:39:10.589Z Downloaded clap v4.5.18
4302024-11-01T04:39:10.599Z Downloaded rustc_version v0.1.7
4312024-11-01T04:39:10.601Z Downloaded resolv-conf v0.7.0
4322024-11-01T04:39:10.603Z Downloaded rand_core v0.6.4
4332024-11-01T04:39:10.606Z Downloaded smf v0.2.3
4342024-11-01T04:39:10.606Z Downloaded slog-async v2.8.0
4352024-11-01T04:39:10.609Z Downloaded slog-stdlog v4.1.1
4362024-11-01T04:39:10.609Z Downloaded pest_generator v2.7.13
4372024-11-01T04:39:10.611Z Downloaded cc v1.1.21
4382024-11-01T04:39:10.614Z Downloaded slog-envlogger v2.2.0
4392024-11-01T04:39:10.617Z Downloaded slab v0.4.9
4402024-11-01T04:39:10.620Z Downloaded serde_derive_internals v0.29.1
4412024-11-01T04:39:10.623Z Downloaded time-core v0.1.2
4422024-11-01T04:39:10.623Z Downloaded signal-hook-registry v1.4.2
4432024-11-01T04:39:10.623Z Downloaded serde_repr v0.1.19
4442024-11-01T04:39:10.626Z Downloaded libsw v3.3.1
4452024-11-01T04:39:10.629Z Downloaded sct v0.7.1
4462024-11-01T04:39:10.632Z Downloaded quote v1.0.37
4472024-11-01T04:39:10.634Z Downloaded atomicwrites v0.4.4
4482024-11-01T04:39:10.637Z Downloaded slog-term v2.9.1
4492024-11-01T04:39:10.640Z Downloaded foreign-types-shared v0.1.1
4502024-11-01T04:39:10.640Z Downloaded serde_with_macros v3.9.0
4512024-11-01T04:39:10.642Z Downloaded byteorder v1.5.0
4522024-11-01T04:39:10.644Z Downloaded async-stream v0.3.5
4532024-11-01T04:39:10.646Z Downloaded memmap v0.7.0
4542024-11-01T04:39:10.649Z Downloaded quinn v0.11.5
4552024-11-01T04:39:10.652Z Downloaded once_cell v1.19.0
4562024-11-01T04:39:10.655Z Downloaded structmeta-derive v0.3.0
4572024-11-01T04:39:10.657Z Downloaded schemars v0.8.21
4582024-11-01T04:39:10.670Z Downloaded tokio-native-tls v0.3.1
4592024-11-01T04:39:10.673Z Downloaded pest_meta v2.7.13
4602024-11-01T04:39:10.675Z Downloaded hubpack_derive v0.1.1
4612024-11-01T04:39:10.679Z Downloaded pretty-hex v0.2.1
4622024-11-01T04:39:10.679Z Downloaded futures-macro v0.3.30
4632024-11-01T04:39:10.681Z Downloaded const-random-macro v0.1.16
4642024-11-01T04:39:10.681Z Downloaded errno v0.3.9
4652024-11-01T04:39:10.684Z Downloaded match_cfg v0.1.0
4662024-11-01T04:39:10.684Z Downloaded dirs-sys-next v0.1.2
4672024-11-01T04:39:10.686Z Downloaded ciborium-ll v0.2.2
4682024-11-01T04:39:10.686Z Downloaded scroll_derive v0.12.0
4692024-11-01T04:39:10.688Z Downloaded crc8 v0.1.1
4702024-11-01T04:39:10.688Z Downloaded anstyle v1.0.8
4712024-11-01T04:39:10.691Z Downloaded fixedbitset v0.4.2
4722024-11-01T04:39:10.693Z Downloaded progenitor-macro v0.8.0
4732024-11-01T04:39:10.693Z Downloaded serde v1.0.210
4742024-11-01T04:39:10.697Z Downloaded foreign-types v0.3.2
4752024-11-01T04:39:10.699Z Downloaded darling_macro v0.20.10
4762024-11-01T04:39:10.699Z Downloaded crucible-workspace-hack v0.1.0
4772024-11-01T04:39:10.701Z Downloaded ciborium-io v0.2.2
4782024-11-01T04:39:10.701Z Downloaded paste v1.0.15
4792024-11-01T04:39:10.704Z Downloaded usdt-attr-macro v0.5.0
4802024-11-01T04:39:10.706Z Downloaded omicron-workspace-hack v0.1.0
4812024-11-01T04:39:10.706Z Downloaded serde-big-array v0.5.1
4822024-11-01T04:39:10.709Z Downloaded sigpipe v0.1.3
4832024-11-01T04:39:10.709Z Downloaded progenitor-client v0.8.0
4842024-11-01T04:39:10.711Z Downloaded num-complex v0.4.6
4852024-11-01T04:39:10.714Z Downloaded itoa v1.0.11
4862024-11-01T04:39:10.714Z Downloaded futures-core v0.3.30
4872024-11-01T04:39:10.716Z Downloaded form_urlencoded v1.2.1
4882024-11-01T04:39:10.716Z Downloaded float-ord v0.3.2
4892024-11-01T04:39:10.719Z Downloaded typify-macro v0.2.0
4902024-11-01T04:39:10.719Z Downloaded embedded-io v0.6.1
4912024-11-01T04:39:10.722Z Downloaded swrite v0.1.0
4922024-11-01T04:39:10.722Z Downloaded tokio-rustls v0.25.0
4932024-11-01T04:39:10.726Z Downloaded debug-ignore v1.0.5
4942024-11-01T04:39:10.728Z Downloaded colored v2.1.0
4952024-11-01T04:39:10.730Z Downloaded try-lock v0.2.5
4962024-11-01T04:39:10.731Z Downloaded anyhow v1.0.89
4972024-11-01T04:39:10.734Z Downloaded rustversion v1.0.17
4982024-11-01T04:39:10.737Z Downloaded hex v0.4.3
4992024-11-01T04:39:10.740Z Downloaded schemars_derive v0.8.21
5002024-11-01T04:39:10.742Z Downloaded ppv-lite86 v0.2.20
5012024-11-01T04:39:10.744Z Downloaded memchr v2.7.4
5022024-11-01T04:39:10.749Z Downloaded strum v0.26.3
5032024-11-01T04:39:10.751Z Downloaded itertools v0.10.5
5042024-11-01T04:39:10.757Z Downloaded instant v0.1.13
5052024-11-01T04:39:10.760Z Downloaded zeroize v1.8.1
5062024-11-01T04:39:10.763Z Downloaded http-body-util v0.1.2
5072024-11-01T04:39:10.765Z Downloaded newline-converter v0.3.0
5082024-11-01T04:39:10.766Z Downloaded http-body v1.0.1
5092024-11-01T04:39:10.766Z Downloaded futures-io v0.3.30
5102024-11-01T04:39:10.768Z Downloaded scopeguard v1.2.0
5112024-11-01T04:39:10.768Z Downloaded rustls-pki-types v1.8.0
5122024-11-01T04:39:10.770Z Downloaded waitgroup v0.1.2
5132024-11-01T04:39:10.774Z Downloaded ucd-trie v0.1.6
5142024-11-01T04:39:10.777Z Downloaded slog-scope v4.4.0
5152024-11-01T04:39:10.777Z Downloaded shlex v1.3.0
5162024-11-01T04:39:10.779Z Downloaded rustc-hash v2.0.0
5172024-11-01T04:39:10.782Z Downloaded is-terminal v0.4.13
5182024-11-01T04:39:10.782Z Downloaded want v0.3.1
5192024-11-01T04:39:10.782Z Downloaded serde_spanned v0.6.7
5202024-11-01T04:39:10.792Z Downloaded serde_path_to_error v0.1.16
5212024-11-01T04:39:10.792Z Downloaded quinn-udp v0.5.5
5222024-11-01T04:39:10.792Z Downloaded serde_tokenstream v0.2.2
5232024-11-01T04:39:10.792Z Downloaded derive_more v0.99.18
5242024-11-01T04:39:10.796Z Downloaded futures-channel v0.3.30
5252024-11-01T04:39:10.798Z Downloaded tokio-macros v2.4.0
5262024-11-01T04:39:10.798Z Downloaded progenitor v0.8.0
5272024-11-01T04:39:10.800Z Downloaded arc-swap v1.7.1
5282024-11-01T04:39:10.805Z Downloaded tinyvec_macros v0.1.1
5292024-11-01T04:39:10.807Z Downloaded generic-array v0.14.7
5302024-11-01T04:39:10.807Z Downloaded semver v1.0.23
5312024-11-01T04:39:10.810Z Downloaded zerocopy-derive v0.7.35
5322024-11-01T04:39:10.815Z Downloaded dropshot_endpoint v0.12.0
5332024-11-01T04:39:10.820Z Downloaded slog-json v2.6.1
5342024-11-01T04:39:10.822Z Downloaded tower-service v0.3.3
5352024-11-01T04:39:10.822Z Downloaded tempfile v3.12.0
5362024-11-01T04:39:10.824Z Downloaded ident_case v1.0.1
5372024-11-01T04:39:10.827Z Downloaded darling_core v0.20.10
5382024-11-01T04:39:10.831Z Downloaded openssl-probe v0.1.5
5392024-11-01T04:39:10.833Z Downloaded num-iter v0.1.45
5402024-11-01T04:39:10.833Z Downloaded terminal_size v0.3.0
5412024-11-01T04:39:10.836Z Downloaded num-derive v0.3.3
5422024-11-01T04:39:10.838Z Downloaded hubpack v0.1.2
5432024-11-01T04:39:10.838Z Downloaded tiny-keccak v2.0.2
5442024-11-01T04:39:10.841Z Downloaded num-derive v0.4.2
5452024-11-01T04:39:10.843Z Downloaded num_threads v0.1.7
5462024-11-01T04:39:10.845Z Downloaded proc-macro-error v1.0.4
5472024-11-01T04:39:10.848Z Downloaded hash32 v0.3.1
5482024-11-01T04:39:10.850Z Downloaded num_enum_derive v0.7.3
5492024-11-01T04:39:10.852Z Downloaded lazy_static v1.5.0
5502024-11-01T04:39:10.855Z Downloaded httpdate v1.0.3
5512024-11-01T04:39:10.855Z Downloaded zone v0.3.0
5522024-11-01T04:39:10.857Z Downloaded num_enum v0.5.11
5532024-11-01T04:39:10.860Z Downloaded structmeta v0.3.0
5542024-11-01T04:39:10.862Z Downloaded bytes v1.7.2
5552024-11-01T04:39:10.865Z Downloaded slog-dtrace v0.3.0
5562024-11-01T04:39:10.869Z Downloaded slog-bunyan v2.5.0
5572024-11-01T04:39:10.871Z Downloaded rhai_codegen v2.2.0
5582024-11-01T04:39:10.876Z Downloaded quick-error v1.2.3
5592024-11-01T04:39:10.878Z Downloaded sync_wrapper v0.1.2
5602024-11-01T04:39:10.878Z Downloaded openssl-macros v0.1.1
5612024-11-01T04:39:10.881Z Downloaded macaddr v1.0.1
5622024-11-01T04:39:10.883Z Downloaded ipnetwork v0.20.0
5632024-11-01T04:39:10.883Z Downloaded toml_datetime v0.6.8
5642024-11-01T04:39:10.885Z Downloaded num-conv v0.1.0
5652024-11-01T04:39:10.885Z Downloaded newtype_derive v0.1.6
5662024-11-01T04:39:10.888Z Downloaded http-body v0.4.6
5672024-11-01T04:39:10.892Z Downloaded stable_deref_trait v1.2.0
5682024-11-01T04:39:10.892Z Downloaded steno v0.4.1
5692024-11-01T04:39:10.894Z Downloaded parking_lot_core v0.9.10
5702024-11-01T04:39:10.897Z Downloaded base64 v0.21.7
5712024-11-01T04:39:10.900Z Downloaded managed v0.8.0
5722024-11-01T04:39:10.902Z Downloaded hyper-rustls v0.27.3
5732024-11-01T04:39:10.904Z Downloaded newtype-uuid v1.1.0
5742024-11-01T04:39:10.906Z Downloaded time-macros v0.2.18
5752024-11-01T04:39:10.909Z Downloaded percent-encoding v2.3.1
5762024-11-01T04:39:10.909Z Downloaded untrusted v0.9.0
5772024-11-01T04:39:10.911Z Downloaded num-integer v0.1.46
5782024-11-01T04:39:10.911Z Downloaded httparse v1.9.4
5792024-11-01T04:39:10.914Z Downloaded is_terminal_polyfill v1.70.1
5802024-11-01T04:39:10.916Z Downloaded zerocopy v0.6.6
5812024-11-01T04:39:10.919Z Downloaded derive-where v1.2.7
5822024-11-01T04:39:10.921Z Downloaded utf8parse v0.2.2
5832024-11-01T04:39:10.924Z Downloaded crossbeam-utils v0.8.20
5842024-11-01T04:39:10.926Z Downloaded lru-cache v0.1.2
5852024-11-01T04:39:10.928Z Downloaded cookie v0.18.1
5862024-11-01T04:39:10.930Z Downloaded tokio-rustls v0.24.1
5872024-11-01T04:39:10.932Z Downloaded thread_local v1.1.8
5882024-11-01T04:39:10.935Z Downloaded sha1 v0.10.6
5892024-11-01T04:39:10.935Z Downloaded rand_chacha v0.3.1
5902024-11-01T04:39:10.937Z Downloaded proc-macro-crate v1.3.1
5912024-11-01T04:39:10.937Z Downloaded parking_lot v0.12.3
5922024-11-01T04:39:10.939Z Downloaded thread-id v4.2.2
5932024-11-01T04:39:10.942Z Downloaded hyper-tls v0.6.0
5942024-11-01T04:39:10.944Z Downloaded linked-hash-map v0.5.6
5952024-11-01T04:39:10.944Z Downloaded usdt-macro v0.5.0
5962024-11-01T04:39:10.946Z Downloaded smallvec v1.13.2
5972024-11-01T04:39:10.949Z Downloaded thiserror v1.0.64
5982024-11-01T04:39:10.952Z Downloaded password-hash v0.5.0
5992024-11-01T04:39:10.954Z Downloaded parse-display-derive v0.10.0
6002024-11-01T04:39:10.956Z Downloaded mime v0.3.17
6012024-11-01T04:39:10.959Z Downloaded parking_lot_core v0.8.6
6022024-11-01T04:39:10.961Z Downloaded tracing-core v0.1.32
6032024-11-01T04:39:10.964Z Downloaded spin v0.9.8
6042024-11-01T04:39:10.967Z Downloaded num-traits v0.2.19
6052024-11-01T04:39:10.970Z Downloaded heck v0.4.1
6062024-11-01T04:39:10.970Z Downloaded progenitor-impl v0.8.0
6072024-11-01T04:39:10.973Z Downloaded expectorate v1.1.0
6082024-11-01T04:39:10.978Z Downloaded highway v1.2.0
6092024-11-01T04:39:10.978Z Downloaded take_mut v0.2.2
6102024-11-01T04:39:10.980Z Downloaded sync_wrapper v1.0.1
6112024-11-01T04:39:10.980Z Downloaded smartstring v1.0.1
6122024-11-01T04:39:10.980Z Downloaded ipnet v2.10.0
6132024-11-01T04:39:10.984Z Downloaded hyper-rustls v0.24.2
6142024-11-01T04:39:10.986Z Downloaded num_enum_derive v0.5.11
6152024-11-01T04:39:10.986Z Downloaded pest_derive v2.7.13
6162024-11-01T04:39:10.989Z Downloaded hyper-tls v0.5.0
6172024-11-01T04:39:10.992Z Downloaded lock_api v0.4.12
6182024-11-01T04:39:10.992Z Downloaded owo-colors v4.1.0
6192024-11-01T04:39:10.995Z Downloaded num-rational v0.4.2
6202024-11-01T04:39:10.999Z Downloaded term v0.7.0
6212024-11-01T04:39:11.003Z Downloaded whoami v1.5.2
6222024-11-01T04:39:11.003Z Downloaded thin-vec v0.2.13
6232024-11-01T04:39:11.003Z Downloaded tabwriter v1.4.0
6242024-11-01T04:39:11.006Z Downloaded slog v2.7.0
6252024-11-01T04:39:11.010Z Downloaded http v0.2.12
6262024-11-01T04:39:11.012Z Downloaded strum_macros v0.25.3
6272024-11-01T04:39:11.016Z Downloaded similar v2.6.0
6282024-11-01T04:39:11.020Z Downloaded half v2.4.1
6292024-11-01T04:39:11.023Z Downloaded toml v0.8.19
6302024-11-01T04:39:11.026Z Downloaded subtle v2.6.1
6312024-11-01T04:39:11.030Z Downloaded serde_derive v1.0.210
6322024-11-01T04:39:11.046Z Downloaded fxhash v0.2.1
6332024-11-01T04:39:11.046Z Downloaded unicode-ident v1.0.13
6342024-11-01T04:39:11.063Z Downloaded unicode-bidi v0.3.15
6352024-11-01T04:39:11.063Z Downloaded crossbeam-channel v0.5.13
6362024-11-01T04:39:11.063Z Downloaded typify v0.2.0
6372024-11-01T04:39:11.063Z Downloaded zone_cfg_derive v0.3.0
6382024-11-01T04:39:11.063Z Downloaded socket2 v0.5.7
6392024-11-01T04:39:11.063Z Downloaded uuid v1.10.0
6402024-11-01T04:39:11.065Z Downloaded hyper v0.14.30
6412024-11-01T04:39:11.065Z Downloaded hostname v0.4.0
6422024-11-01T04:39:11.066Z Downloaded rand v0.8.5
6432024-11-01T04:39:11.068Z Downloaded hyper-util v0.1.9
6442024-11-01T04:39:11.073Z Downloaded hostname v0.3.1
6452024-11-01T04:39:11.077Z Downloaded thiserror-impl v1.0.64
6462024-11-01T04:39:11.077Z Downloaded tracing-attributes v0.1.27
6472024-11-01T04:39:11.079Z Downloaded prettyplease v0.2.22
6482024-11-01T04:39:11.082Z Downloaded strum_macros v0.26.4
6492024-11-01T04:39:11.085Z Downloaded tinyvec v1.8.0
6502024-11-01T04:39:11.089Z Downloaded serde_yaml v0.9.34+deprecated
6512024-11-01T04:39:11.093Z Downloaded tracing v0.1.40
6522024-11-01T04:39:11.096Z Downloaded futures-task v0.3.30
6532024-11-01T04:39:11.096Z Downloaded hashbrown v0.12.3
6542024-11-01T04:39:11.101Z Downloaded minimal-lexical v0.2.1
6552024-11-01T04:39:11.107Z Downloaded toml_edit v0.19.15
6562024-11-01T04:39:11.124Z Downloaded usdt-impl v0.5.0
6572024-11-01T04:39:11.126Z Downloaded getrandom v0.2.15
6582024-11-01T04:39:11.128Z Downloaded iana-time-zone v0.1.61
6592024-11-01T04:39:11.131Z Downloaded toml_edit v0.22.21
6602024-11-01T04:39:11.156Z Downloaded hickory-resolver v0.24.1
6612024-11-01T04:39:11.158Z Downloaded aho-corasick v1.1.3
6622024-11-01T04:39:11.163Z Downloaded unicode-segmentation v1.12.0
6632024-11-01T04:39:11.166Z Downloaded typenum v1.17.0
6642024-11-01T04:39:11.169Z Downloaded pest v2.7.13
6652024-11-01T04:39:11.176Z Downloaded indexmap v1.9.3
6662024-11-01T04:39:11.179Z Downloaded unicode-normalization v0.1.24
6672024-11-01T04:39:11.183Z Downloaded clap_builder v4.5.18
6682024-11-01T04:39:11.190Z Downloaded itertools v0.13.0
6692024-11-01T04:39:11.198Z Downloaded rustls-webpki v0.102.8
6702024-11-01T04:39:11.219Z Downloaded hashbrown v0.14.5
6712024-11-01T04:39:11.223Z Downloaded winnow v0.6.18
6722024-11-01T04:39:11.232Z Downloaded chrono v0.4.38
6732024-11-01T04:39:11.240Z Downloaded winnow v0.5.40
6742024-11-01T04:39:11.248Z Downloaded heapless v0.8.0
6752024-11-01T04:39:11.254Z Downloaded vcpkg v0.2.15
6762024-11-01T04:39:11.293Z Downloaded webpki-roots v0.25.4
6772024-11-01T04:39:11.298Z Downloaded goblin v0.8.2
6782024-11-01T04:39:11.303Z Downloaded unicode-width v0.1.14
6792024-11-01T04:39:11.310Z Downloaded hyper v1.4.1
6802024-11-01T04:39:11.319Z Downloaded itertools v0.12.1
6812024-11-01T04:39:11.324Z Downloaded webpki-roots v0.26.6
6822024-11-01T04:39:11.329Z Downloaded dropshot v0.12.0
6832024-11-01T04:39:11.349Z Downloaded syn v2.0.77
6842024-11-01T04:39:11.360Z Downloaded indexmap v2.5.0
6852024-11-01T04:39:11.365Z Downloaded serde_with v3.9.0
6862024-11-01T04:39:11.373Z Downloaded serde_json v1.0.128
6872024-11-01T04:39:11.382Z Downloaded rustls-webpki v0.101.7
6882024-11-01T04:39:11.395Z Downloaded reqwest v0.12.8
6892024-11-01T04:39:11.403Z Downloaded libm v0.2.8
6902024-11-01T04:39:11.411Z Downloaded openssl v0.10.66
6912024-11-01T04:39:11.421Z Downloaded time v0.3.36
6922024-11-01T04:39:11.428Z Downloaded url v2.5.2
6932024-11-01T04:39:11.432Z Downloaded zerocopy-derive v0.6.6
6942024-11-01T04:39:11.442Z Downloaded reqwest v0.11.27
6952024-11-01T04:39:11.449Z Downloaded quinn-proto v0.11.8
6962024-11-01T04:39:11.456Z Downloaded idna v0.5.0
6972024-11-01T04:39:11.463Z Downloaded nom v7.1.3
6982024-11-01T04:39:11.469Z Downloaded zerocopy v0.7.35
6992024-11-01T04:39:11.487Z Downloaded futures-util v0.3.30
7002024-11-01T04:39:11.496Z Downloaded h2 v0.3.26
7012024-11-01T04:39:11.504Z Downloaded mio v1.0.2
7022024-11-01T04:39:11.509Z Downloaded h2 v0.4.6
7032024-11-01T04:39:11.519Z Downloaded tokio-util v0.7.12
7042024-11-01T04:39:11.522Z Downloaded log v0.4.22
7052024-11-01T04:39:11.525Z Downloaded unsafe-libyaml v0.2.11
7062024-11-01T04:39:11.529Z Downloaded multer v3.1.0
7072024-11-01T04:39:11.533Z Downloaded humantime v2.1.0
7082024-11-01T04:39:11.536Z Downloaded ryu v1.0.18
7092024-11-01T04:39:11.536Z Downloaded native-tls v0.2.12
7102024-11-01T04:39:11.539Z Downloaded openssl-sys v0.9.103
7112024-11-01T04:39:11.543Z Downloaded http v1.1.0
7122024-11-01T04:39:11.546Z Downloaded usdt v0.5.0
7132024-11-01T04:39:11.549Z Downloaded tokio-rustls v0.26.0
7142024-11-01T04:39:11.552Z Downloaded parking_lot v0.11.2
7152024-11-01T04:39:11.555Z Downloaded bitflags v2.6.0
7162024-11-01T04:39:11.559Z Downloaded rustls-pemfile v1.0.4
7172024-11-01T04:39:11.562Z Downloaded cancel-safe-futures v0.1.5
7182024-11-01T04:39:11.564Z Downloaded heck v0.5.0
7192024-11-01T04:39:11.564Z Downloaded version_check v0.9.5
7202024-11-01T04:39:11.564Z Downloaded strsim v0.11.1
7212024-11-01T04:39:11.567Z Downloaded static_assertions v1.1.0
7222024-11-01T04:39:11.567Z Downloaded num_enum v0.7.3
7232024-11-01T04:39:11.571Z Downloaded regress v0.10.1
7242024-11-01T04:39:11.581Z Downloaded regex v1.10.6
7252024-11-01T04:39:11.594Z Downloaded syn v1.0.109
7262024-11-01T04:39:11.605Z Downloaded rustix v0.38.37
7272024-11-01T04:39:11.629Z Downloaded rustls v0.21.12
7282024-11-01T04:39:11.640Z Downloaded rustls v0.23.13
7292024-11-01T04:39:11.652Z Downloaded num v0.4.3
7302024-11-01T04:39:11.655Z Downloaded linear-map v1.2.0
7312024-11-01T04:39:11.655Z Downloaded semver v0.1.20
7322024-11-01T04:39:11.657Z Downloaded indent_write v2.2.0
7332024-11-01T04:39:11.657Z Downloaded blake2 v0.10.6
7342024-11-01T04:39:11.660Z Downloaded parse-display v0.10.0
7352024-11-01T04:39:11.662Z Downloaded idna v0.4.0
7362024-11-01T04:39:11.667Z Downloaded encoding_rs v0.8.34
7372024-11-01T04:39:11.688Z Downloaded smoltcp v0.11.0
7382024-11-01T04:39:11.702Z Downloaded rhai v1.19.0
7392024-11-01T04:39:11.713Z Downloaded regex-syntax v0.8.4
7402024-11-01T04:39:11.722Z Downloaded regress v0.9.1
7412024-11-01T04:39:11.731Z Downloaded openapiv3 v2.0.0
7422024-11-01T04:39:11.743Z Downloaded rustls v0.22.4
7432024-11-01T04:39:11.756Z Downloaded hickory-proto v0.24.1
7442024-11-01T04:39:11.771Z Downloaded foreign-types-macros v0.2.3
7452024-11-01T04:39:11.773Z Downloaded defmt v0.3.8
7462024-11-01T04:39:11.776Z Downloaded rustc_version v0.4.1
7472024-11-01T04:39:11.776Z Downloaded proc-macro-error-attr v1.0.4
7482024-11-01T04:39:11.783Z Downloaded enum-as-inner v0.6.1
7492024-11-01T04:39:11.783Z Downloaded embedded-io v0.4.0
7502024-11-01T04:39:11.783Z Downloaded dyn-clone v1.0.17
7512024-11-01T04:39:11.783Z Downloaded dirs-next v2.0.0
7522024-11-01T04:39:11.783Z Downloaded defmt-parser v0.3.4
7532024-11-01T04:39:11.802Z Downloaded crypto-common v0.1.6
7542024-11-01T04:39:11.802Z Downloaded cpufeatures v0.2.14
7552024-11-01T04:39:11.802Z Downloaded cfg-if v1.0.0
7562024-11-01T04:39:11.802Z Downloaded camino-tempfile v1.1.1
7572024-11-01T04:39:11.802Z Downloaded base64ct v1.6.0
7582024-11-01T04:39:11.802Z Downloaded backoff v0.4.0
7592024-11-01T04:39:11.829Z Downloaded sled v0.34.7
7602024-11-01T04:39:11.829Z Downloaded colorchoice v1.0.2
7612024-11-01T04:39:11.829Z Downloaded typify-impl v0.2.0
7622024-11-01T04:39:11.834Z Downloaded clap_lex v0.7.2
7632024-11-01T04:39:11.835Z Downloaded pin-utils v0.1.0
7642024-11-01T04:39:11.835Z Downloaded scroll v0.12.0
7652024-11-01T04:39:11.835Z Downloaded proc-macro2 v1.0.86
7662024-11-01T04:39:11.835Z Downloaded rustls-pemfile v2.1.3
7672024-11-01T04:39:11.835Z Downloaded pin-project-lite v0.2.14
7682024-11-01T04:39:11.835Z Downloaded const-random v0.1.18
7692024-11-01T04:39:11.835Z Downloaded async-stream-impl v0.3.5
7702024-11-01T04:39:11.835Z Downloaded powerfmt v0.2.0
7712024-11-01T04:39:11.845Z Downloaded regex-automata v0.4.7
7722024-11-01T04:39:11.852Z Downloaded plain v0.2.3
7732024-11-01T04:39:11.855Z Downloaded proc-macro-crate v3.2.0
7742024-11-01T04:39:11.856Z Downloaded allocator-api2 v0.2.18
7752024-11-01T04:39:11.859Z Downloaded atomic-waker v1.1.2
7762024-11-01T04:39:11.862Z Downloaded foreign-types v0.5.0
7772024-11-01T04:39:11.862Z Downloaded data-encoding v2.6.0
7782024-11-01T04:39:11.862Z Downloaded crossbeam-epoch v0.9.18
7792024-11-01T04:39:11.864Z Downloaded petgraph v0.6.5
7802024-11-01T04:39:11.882Z Downloaded console v0.15.8
7812024-11-01T04:39:11.884Z Downloaded camino v1.1.9
7822024-11-01T04:39:11.884Z Downloaded async-trait v0.1.83
7832024-11-01T04:39:11.887Z Downloaded anstyle-parse v0.2.5
7842024-11-01T04:39:11.892Z Downloaded dof v0.3.0
7852024-11-01T04:39:11.895Z Downloaded deranged v0.3.11
7862024-11-01T04:39:11.895Z Downloaded base64 v0.22.1
7872024-11-01T04:39:11.898Z Downloaded cobs v0.2.3
7882024-11-01T04:39:11.898Z Downloaded argon2 v0.5.3
7892024-11-01T04:39:11.910Z Downloaded libc v0.2.159
7902024-11-01T04:39:11.937Z Downloaded tokio v1.40.0
7912024-11-01T04:39:12.222Z Downloaded ring v0.17.8
7922024-11-01T04:39:12.570Z Compiling proc-macro2 v1.0.86
7932024-11-01T04:39:12.570Z Compiling unicode-ident v1.0.13
7942024-11-01T04:39:12.570Z Compiling libc v0.2.159
7952024-11-01T04:39:12.573Z Compiling serde v1.0.210
7962024-11-01T04:39:12.573Z Compiling version_check v0.9.5
7972024-11-01T04:39:12.573Z Compiling autocfg v1.3.0
7982024-11-01T04:39:12.573Z Compiling cfg-if v1.0.0
7992024-11-01T04:39:12.770Z Compiling once_cell v1.19.0
8002024-11-01T04:39:12.790Z Compiling libm v0.2.8
8012024-11-01T04:39:12.807Z Compiling memchr v2.7.4
8022024-11-01T04:39:13.189Z Compiling parking_lot_core v0.9.10
8032024-11-01T04:39:13.262Z Compiling lock_api v0.4.12
8042024-11-01T04:39:13.883Z Compiling byteorder v1.5.0
8052024-11-01T04:39:13.964Z Compiling shlex v1.3.0
8062024-11-01T04:39:13.998Z Compiling thiserror v1.0.64
8072024-11-01T04:39:14.344Z Compiling cc v1.1.21
8082024-11-01T04:39:14.346Z Compiling itoa v1.0.11
8092024-11-01T04:39:14.674Z Compiling slab v0.4.9
8102024-11-01T04:39:14.779Z Compiling schemars v0.8.21
8112024-11-01T04:39:15.031Z Compiling ahash v0.8.11
8122024-11-01T04:39:15.127Z Compiling quote v1.0.37
8132024-11-01T04:39:15.151Z Compiling allocator-api2 v0.2.18
8142024-11-01T04:39:15.422Z Compiling getrandom v0.2.15
8152024-11-01T04:39:15.596Z Compiling syn v2.0.77
8162024-11-01T04:39:15.817Z Compiling num-traits v0.2.19
8172024-11-01T04:39:15.839Z Compiling ryu v1.0.18
8182024-11-01T04:39:15.943Z Compiling serde_json v1.0.128
8192024-11-01T04:39:16.029Z Compiling pin-project-lite v0.2.14
8202024-11-01T04:39:16.492Z Compiling log v0.4.22
8212024-11-01T04:39:16.524Z Compiling equivalent v1.0.1
8222024-11-01T04:39:16.601Z Compiling scopeguard v1.2.0
8232024-11-01T04:39:16.643Z Compiling fnv v1.0.7
8242024-11-01T04:39:16.666Z Compiling heck v0.5.0
8252024-11-01T04:39:16.835Z Compiling pkg-config v0.3.31
8262024-11-01T04:39:16.846Z Compiling crunchy v0.2.2
8272024-11-01T04:39:17.156Z Compiling vcpkg v0.2.15
8282024-11-01T04:39:17.482Z Compiling mio v1.0.2
8292024-11-01T04:39:17.531Z Compiling ring v0.17.8
8302024-11-01T04:39:18.117Z Compiling signal-hook-registry v1.4.2
8312024-11-01T04:39:18.588Z Compiling socket2 v0.5.7
8322024-11-01T04:39:18.630Z Compiling tiny-keccak v2.0.2
8332024-11-01T04:39:18.676Z Compiling slog v2.7.0
8342024-11-01T04:39:18.819Z Compiling openssl-sys v0.9.103
8352024-11-01T04:39:18.950Z Compiling httparse v1.9.4
8362024-11-01T04:39:19.261Z Compiling iana-time-zone v0.1.61
8372024-11-01T04:39:19.878Z Compiling futures-core v0.3.30
8382024-11-01T04:39:19.928Z Compiling dyn-clone v1.0.17
8392024-11-01T04:39:19.954Z Compiling const-random-macro v0.1.16
8402024-11-01T04:39:20.136Z Compiling openssl v0.10.66
8412024-11-01T04:39:20.154Z Compiling futures-sink v0.3.30
8422024-11-01T04:39:20.564Z Compiling semver v1.0.23
8432024-11-01T04:39:20.566Z Compiling typenum v1.17.0
8442024-11-01T04:39:20.840Z Compiling native-tls v0.2.12
8452024-11-01T04:39:20.861Z Compiling rustls v0.23.13
8462024-11-01T04:39:20.864Z Compiling futures-channel v0.3.30
8472024-11-01T04:39:20.910Z Compiling const-random v0.1.18
8482024-11-01T04:39:21.004Z Compiling futures-io v0.3.30
8492024-11-01T04:39:21.025Z Compiling futures-task v0.3.30
8502024-11-01T04:39:21.082Z Compiling pin-utils v0.1.0
8512024-11-01T04:39:21.185Z Compiling generic-array v0.14.7
8522024-11-01T04:39:21.242Z Compiling tracing-core v0.1.32
8532024-11-01T04:39:21.314Z Compiling bitflags v2.6.0
8542024-11-01T04:39:21.335Z Compiling subtle v2.6.1
8552024-11-01T04:39:21.337Z Compiling ucd-trie v0.1.6
8562024-11-01T04:39:21.415Z Compiling aho-corasick v1.1.3
8572024-11-01T04:39:21.521Z Compiling anyhow v1.0.89
8582024-11-01T04:39:21.585Z Compiling regex-syntax v0.8.4
8592024-11-01T04:39:21.828Z Compiling num-conv v0.1.0
8602024-11-01T04:39:21.847Z Compiling time-core v0.1.2
8612024-11-01T04:39:22.102Z Compiling time-macros v0.2.18
8622024-11-01T04:39:22.482Z Compiling spin v0.9.8
8632024-11-01T04:39:22.768Z Compiling serde_derive_internals v0.29.1
8642024-11-01T04:39:23.038Z Compiling rustls-pki-types v1.8.0
8652024-11-01T04:39:24.202Z Compiling usdt-impl v0.5.0
8662024-11-01T04:39:24.591Z Compiling omicron-workspace-hack v0.1.0
8672024-11-01T04:39:24.894Z Compiling untrusted v0.9.0
8682024-11-01T04:39:24.967Z Compiling regex-automata v0.4.7
8692024-11-01T04:39:25.507Z Compiling tinyvec_macros v0.1.1
8702024-11-01T04:39:25.601Z Compiling strsim v0.11.1
8712024-11-01T04:39:26.160Z Compiling plain v0.2.3
8722024-11-01T04:39:26.223Z Compiling atomic-waker v1.1.2
8732024-11-01T04:39:26.323Z Compiling rustversion v1.0.17
8742024-11-01T04:39:26.398Z Compiling tinyvec v1.8.0
8752024-11-01T04:39:27.207Z Compiling rand_core v0.6.4
8762024-11-01T04:39:27.707Z Compiling serde_derive v1.0.210
8772024-11-01T04:39:27.894Z Compiling zerocopy-derive v0.7.35
8782024-11-01T04:39:27.970Z Compiling thiserror-impl v1.0.64
8792024-11-01T04:39:28.006Z Compiling tokio-macros v2.4.0
8802024-11-01T04:39:28.083Z Compiling schemars_derive v0.8.21
8812024-11-01T04:39:29.622Z Compiling futures-macro v0.3.30
8822024-11-01T04:39:30.139Z Compiling zerocopy v0.7.35
8832024-11-01T04:39:31.498Z Compiling openssl-macros v0.1.1
8842024-11-01T04:39:31.501Z Compiling futures-util v0.3.30
8852024-11-01T04:39:32.319Z Compiling hashbrown v0.14.5
8862024-11-01T04:39:32.322Z Compiling tracing-attributes v0.1.27
8872024-11-01T04:39:32.663Z Compiling scroll_derive v0.12.0
8882024-11-01T04:39:33.776Z Compiling regress v0.10.1
8892024-11-01T04:39:34.155Z Compiling pest v2.7.13
8902024-11-01T04:39:34.832Z Compiling regex v1.10.6
8912024-11-01T04:39:35.746Z Compiling tracing v0.1.40
8922024-11-01T04:39:36.438Z Compiling scroll v0.12.0
8932024-11-01T04:39:36.972Z Compiling pest_meta v2.7.13
8942024-11-01T04:39:36.993Z Compiling goblin v0.8.2
8952024-11-01T04:39:38.313Z Compiling pest_generator v2.7.13
8962024-11-01T04:39:38.484Z Compiling percent-encoding v2.3.1
8972024-11-01T04:39:38.959Z Compiling pretty-hex v0.4.1
8982024-11-01T04:39:39.191Z Compiling unsafe-libyaml v0.2.11
8992024-11-01T04:39:40.137Z Compiling try-lock v0.2.5
9002024-11-01T04:39:40.308Z Compiling zeroize v1.8.1
9012024-11-01T04:39:40.659Z Compiling want v0.3.1
9022024-11-01T04:39:40.956Z Compiling form_urlencoded v1.2.1
9032024-11-01T04:39:40.975Z Compiling unicode-normalization v0.1.24
9042024-11-01T04:39:41.071Z Compiling pest_derive v2.7.13
9052024-11-01T04:39:41.447Z Compiling bytes v1.7.2
9062024-11-01T04:39:42.275Z Compiling smallvec v1.13.2
9072024-11-01T04:39:42.828Z Compiling indexmap v2.5.0
9082024-11-01T04:39:43.346Z Compiling uuid v1.10.0
9092024-11-01T04:39:43.917Z Compiling parking_lot v0.12.3
9102024-11-01T04:39:44.326Z Compiling tokio v1.40.0
9112024-11-01T04:39:44.508Z Compiling chrono v0.4.38
9122024-11-01T04:39:44.671Z Compiling serde_tokenstream v0.2.2
9132024-11-01T04:39:45.237Z Compiling http v1.1.0
9142024-11-01T04:39:47.923Z Compiling openapiv3 v2.0.0
9152024-11-01T04:39:48.557Z Compiling rustls-webpki v0.102.8
9162024-11-01T04:39:52.265Z Compiling typify-impl v0.2.0
9172024-11-01T04:39:52.359Z Compiling http-body v1.0.1
9182024-11-01T04:39:52.636Z Compiling ipnetwork v0.20.0
9192024-11-01T04:39:53.003Z Compiling serde_yaml v0.9.34+deprecated
9202024-11-01T04:39:53.036Z Compiling dof v0.3.0
9212024-11-01T04:39:53.236Z Compiling dtrace-parser v0.2.0
9222024-11-01T04:39:54.826Z Compiling tokio-util v0.7.12
9232024-11-01T04:39:56.349Z Compiling h2 v0.4.6
9242024-11-01T04:39:56.800Z Compiling thread-id v4.2.2
9252024-11-01T04:39:56.868Z Compiling httpdate v1.0.3
9262024-11-01T04:39:56.897Z Compiling rustls v0.22.4
9272024-11-01T04:39:56.917Z Compiling camino v1.1.9
9282024-11-01T04:39:57.230Z Compiling unicode-bidi v0.3.15
9292024-11-01T04:39:57.538Z Compiling foreign-types-shared v0.1.1
9302024-11-01T04:39:57.603Z Compiling syn v1.0.109
9312024-11-01T04:39:57.658Z Compiling ident_case v1.0.1
9322024-11-01T04:39:57.849Z Compiling darling_core v0.20.10
9332024-11-01T04:39:58.258Z Compiling foreign-types v0.3.2
9342024-11-01T04:39:58.363Z Compiling ppv-lite86 v0.2.20
9352024-11-01T04:39:59.870Z Compiling slog-async v2.8.0
9362024-11-01T04:40:00.503Z Compiling tower-service v0.3.3
9372024-11-01T04:40:01.045Z Compiling rand_chacha v0.3.1
9382024-11-01T04:40:02.827Z Compiling hyper v1.4.1
9392024-11-01T04:40:04.076Z Compiling darling_macro v0.20.10
9402024-11-01T04:40:04.343Z Compiling typify-macro v0.2.0
9412024-11-01T04:40:05.148Z Compiling idna v0.5.0
9422024-11-01T04:40:08.432Z Compiling typify v0.2.0
9432024-11-01T04:40:08.575Z Compiling progenitor-impl v0.8.0
9442024-11-01T04:40:08.991Z Compiling hyper-util v0.1.9
9452024-11-01T04:40:11.122Z Compiling toml_datetime v0.6.8
9462024-11-01T04:40:12.894Z Compiling multer v3.1.0
9472024-11-01T04:40:13.686Z Compiling paste v1.0.15
9482024-11-01T04:40:14.074Z Compiling openssl-probe v0.1.5
9492024-11-01T04:40:15.345Z Compiling progenitor-macro v0.8.0
9502024-11-01T04:40:15.979Z Compiling url v2.5.2
9512024-11-01T04:40:16.057Z Compiling darling v0.20.10
9522024-11-01T04:40:16.184Z Compiling rand v0.8.5
9532024-11-01T04:40:18.087Z Compiling usdt-attr-macro v0.5.0
9542024-11-01T04:40:19.859Z Compiling usdt-macro v0.5.0
9552024-11-01T04:40:21.411Z Compiling http-body-util v0.1.2
9562024-11-01T04:40:21.520Z Compiling async-trait v0.1.83
9572024-11-01T04:40:23.054Z Compiling encoding_rs v0.8.34
9582024-11-01T04:40:23.583Z Compiling base64 v0.22.1
9592024-11-01T04:40:24.053Z Compiling mime v0.3.17
9602024-11-01T04:40:24.694Z Compiling ipnet v2.10.0
9612024-11-01T04:40:25.194Z Compiling rustls-pemfile v2.1.3
9622024-11-01T04:40:29.397Z Compiling tokio-rustls v0.26.0
9632024-11-01T04:40:29.928Z Compiling serde_with_macros v3.9.0
9642024-11-01T04:40:30.052Z Compiling tokio-native-tls v0.3.1
9652024-11-01T04:40:30.677Z Compiling strum_macros v0.26.4
9662024-11-01T04:40:30.697Z Compiling serde_urlencoded v0.7.1
9672024-11-01T04:40:31.465Z Compiling async-stream-impl v0.3.5
9682024-11-01T04:40:32.726Z Compiling structmeta-derive v0.3.0
9692024-11-01T04:40:32.873Z Compiling webpki-roots v0.26.6
9702024-11-01T04:40:33.100Z Compiling dropshot v0.12.0
9712024-11-01T04:40:33.697Z Compiling crossbeam-utils v0.8.20
9722024-11-01T04:40:34.277Z Compiling powerfmt v0.2.0
9732024-11-01T04:40:34.783Z Compiling deranged v0.3.11
9742024-11-01T04:40:34.892Z Compiling hyper-rustls v0.27.3
9752024-11-01T04:40:35.455Z Compiling structmeta v0.3.0
9762024-11-01T04:40:35.845Z Compiling hyper-tls v0.6.0
9772024-11-01T04:40:36.709Z Compiling sync_wrapper v1.0.1
9782024-11-01T04:40:37.951Z Compiling num_threads v0.1.7
9792024-11-01T04:40:38.385Z Compiling winnow v0.6.18
9802024-11-01T04:40:39.828Z Compiling time v0.3.36
9812024-11-01T04:40:39.850Z Compiling reqwest v0.12.8
9822024-11-01T04:40:42.415Z Compiling parse-display-derive v0.10.0
9832024-11-01T04:40:44.595Z Compiling crypto-common v0.1.6
9842024-11-01T04:40:44.824Z Compiling block-buffer v0.10.4
9852024-11-01T04:40:45.073Z Compiling dropshot_endpoint v0.12.0
9862024-11-01T04:40:46.541Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9872024-11-01T04:40:49.556Z Compiling digest v0.10.7
9882024-11-01T04:40:49.725Z Compiling progenitor-client v0.8.0
9892024-11-01T04:40:50.658Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9902024-11-01T04:40:52.089Z Compiling dirs-sys-next v0.1.2
9912024-11-01T04:40:53.122Z Compiling lazy_static v1.5.0
9922024-11-01T04:40:53.274Z Compiling rustix v0.38.37
9932024-11-01T04:40:53.381Z Compiling match_cfg v0.1.0
9942024-11-01T04:40:53.488Z Compiling hostname v0.3.1
9952024-11-01T04:40:54.135Z Compiling progenitor v0.8.0
9962024-11-01T04:40:54.368Z Compiling dirs-next v2.0.0
9972024-11-01T04:40:54.654Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9982024-11-01T04:40:55.692Z Compiling futures-executor v0.3.30
9992024-11-01T04:40:56.976Z Compiling errno v0.3.9
10002024-11-01T04:40:57.242Z Compiling thread_local v1.1.8
10012024-11-01T04:40:57.915Z Compiling instant v0.1.13
10022024-11-01T04:40:58.279Z Compiling cpufeatures v0.2.14
10032024-11-01T04:40:58.388Z Compiling unicode-width v0.1.14
10042024-11-01T04:41:01.183Z Compiling futures v0.3.30
10052024-11-01T04:41:02.945Z Compiling term v0.7.0
10062024-11-01T04:41:03.217Z Compiling crossbeam-channel v0.5.13
10072024-11-01T04:41:05.035Z Compiling serde_spanned v0.6.7
10082024-11-01T04:41:05.303Z Compiling is-terminal v0.4.13
10092024-11-01T04:41:05.446Z Compiling memmap v0.7.0
10102024-11-01T04:41:05.872Z Compiling take_mut v0.2.2
10112024-11-01T04:41:06.603Z Compiling usdt v0.5.0
10122024-11-01T04:41:07.277Z Compiling slog-term v2.9.1
10132024-11-01T04:41:07.660Z Compiling toml_edit v0.22.21
10142024-11-01T04:41:09.909Z Compiling slog-json v2.6.1
10152024-11-01T04:41:10.351Z Compiling strum v0.26.3
10162024-11-01T04:41:10.555Z Compiling serde_with v3.9.0
10172024-11-01T04:41:13.145Z Compiling heapless v0.8.0
10182024-11-01T04:41:13.679Z Compiling debug-ignore v1.0.5
10192024-11-01T04:41:15.206Z Compiling tokio-rustls v0.25.0
10202024-11-01T04:41:15.667Z Compiling toml v0.8.19
10212024-11-01T04:41:16.059Z Compiling slog-bunyan v2.5.0
10222024-11-01T04:41:16.337Z Compiling sha1 v0.10.6
10232024-11-01T04:41:18.002Z Compiling async-stream v0.3.5
10242024-11-01T04:41:18.059Z Compiling newtype-uuid v1.1.0
10252024-11-01T04:41:18.317Z Compiling serde_path_to_error v0.1.16
10262024-11-01T04:41:18.408Z Compiling hex v0.4.3
10272024-11-01T04:41:18.533Z Compiling waitgroup v0.1.2
10282024-11-01T04:41:18.869Z Compiling hostname v0.4.0
10292024-11-01T04:41:19.120Z Compiling hash32 v0.3.1
10302024-11-01T04:41:19.141Z Compiling stable_deref_trait v1.2.0
10312024-11-01T04:41:19.260Z Compiling smoltcp v0.11.0
10322024-11-01T04:41:21.473Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10332024-11-01T04:41:22.382Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10342024-11-01T04:41:22.415Z Compiling backoff v0.4.0
10352024-11-01T04:41:22.818Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10362024-11-01T04:41:22.954Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10372024-11-01T04:41:23.171Z Compiling parse-display v0.10.0
10382024-11-01T04:41:25.241Z Compiling macaddr v1.0.1
10392024-11-01T04:41:25.875Z Compiling regress v0.9.1
10402024-11-01T04:41:27.482Z Compiling clap_derive v4.5.18
10412024-11-01T04:41:29.547Z Compiling bitflags v1.3.2
10422024-11-01T04:41:29.967Z Compiling utf8parse v0.2.2
10432024-11-01T04:41:30.142Z Compiling winnow v0.5.40
10442024-11-01T04:41:30.563Z Compiling cobs v0.2.3
10452024-11-01T04:41:30.999Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10462024-11-01T04:41:31.403Z Compiling managed v0.8.0
10472024-11-01T04:41:32.364Z Compiling postcard v1.0.10
10482024-11-01T04:41:33.098Z Compiling anstyle-parse v0.2.5
10492024-11-01T04:41:34.084Z Compiling toml_edit v0.19.15
10502024-11-01T04:41:34.150Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10512024-11-01T04:41:39.573Z Compiling anstyle v1.0.8
10522024-11-01T04:41:40.458Z Compiling is_terminal_polyfill v1.70.1
10532024-11-01T04:41:40.499Z Compiling anstyle-query v1.1.1
10542024-11-01T04:41:40.603Z Compiling colorchoice v1.0.2
10552024-11-01T04:41:41.486Z Compiling anstream v0.6.15
10562024-11-01T04:41:42.659Z Compiling proc-macro-crate v1.3.1
10572024-11-01T04:41:43.172Z Compiling terminal_size v0.3.0
10582024-11-01T04:41:43.405Z Compiling clap_lex v0.7.2
10592024-11-01T04:41:43.548Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10602024-11-01T04:41:43.829Z Compiling clap_builder v4.5.18
10612024-11-01T04:41:43.904Z Compiling num_enum_derive v0.5.11
10622024-11-01T04:41:45.359Z Compiling tabwriter v1.4.0
10632024-11-01T04:41:46.274Z Compiling foreign-types-macros v0.2.3
10642024-11-01T04:41:46.352Z Compiling num-integer v0.1.46
10652024-11-01T04:41:46.901Z Compiling foreign-types-shared v0.3.1
10662024-11-01T04:41:47.406Z Compiling num_enum v0.5.11
10672024-11-01T04:41:47.645Z Compiling foreign-types v0.5.0
10682024-11-01T04:41:48.016Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10692024-11-01T04:41:48.262Z Compiling clap v4.5.18
10702024-11-01T04:41:48.619Z Compiling cstr-argument v0.1.2
10712024-11-01T04:41:48.805Z Compiling proc-macro-error-attr v1.0.4
10722024-11-01T04:41:48.944Z Compiling pretty-hex v0.2.1
10732024-11-01T04:41:49.179Z Compiling either v1.13.0
10742024-11-01T04:41:49.257Z Compiling heck v0.4.1
10752024-11-01T04:41:49.360Z Compiling prettyplease v0.2.22
10762024-11-01T04:41:50.041Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10772024-11-01T04:41:50.166Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782024-11-01T04:41:50.455Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-11-01T04:41:51.741Z Compiling num-iter v0.1.45
10802024-11-01T04:41:51.880Z Compiling num-rational v0.4.2
10812024-11-01T04:41:52.299Z Compiling colored v2.1.0
10822024-11-01T04:41:53.918Z Compiling num-complex v0.4.6
10832024-11-01T04:41:54.651Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-11-01T04:41:54.755Z Compiling proc-macro-error v1.0.4
10852024-11-01T04:41:55.012Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10862024-11-01T04:41:55.306Z Compiling fastrand v2.1.1
10872024-11-01T04:41:55.408Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10882024-11-01T04:41:55.535Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-11-01T04:41:55.710Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10902024-11-01T04:41:55.973Z Compiling tempfile v3.12.0
10912024-11-01T04:41:57.581Z Compiling num v0.4.3
10922024-11-01T04:42:00.301Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-11-01T04:42:00.739Z Compiling float-ord v0.3.2
10942024-11-01T04:42:00.852Z Compiling crucible-workspace-hack v0.1.0
10952024-11-01T04:42:01.056Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10962024-11-01T04:42:08.684Z Compiling semver v0.1.20
10972024-11-01T04:42:09.145Z Compiling unicode-segmentation v1.12.0
10982024-11-01T04:42:09.183Z Compiling rustc_version v0.1.7
10992024-11-01T04:42:09.616Z Compiling zone_cfg_derive v0.3.0
11002024-11-01T04:42:09.921Z Compiling newline-converter v0.3.0
11012024-11-01T04:42:10.123Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-11-01T04:42:10.552Z Compiling camino-tempfile v1.1.1
11032024-11-01T04:42:10.784Z Compiling itertools v0.10.5
11042024-11-01T04:42:11.171Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11052024-11-01T04:42:11.321Z Compiling console v0.15.8
11062024-11-01T04:42:11.642Z Compiling num-derive v0.4.2
11072024-11-01T04:42:13.057Z Compiling sigpipe v0.1.3
11082024-11-01T04:42:13.198Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11092024-11-01T04:42:13.537Z Compiling base64ct v1.6.0
11102024-11-01T04:42:14.054Z Compiling similar v2.6.0
11112024-11-01T04:42:14.216Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11122024-11-01T04:42:14.250Z Compiling password-hash v0.5.0
11132024-11-01T04:42:14.293Z Compiling zone v0.3.0
11142024-11-01T04:42:15.774Z Compiling expectorate v1.1.0
11152024-11-01T04:42:16.075Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11162024-11-01T04:42:16.528Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11172024-11-01T04:42:16.556Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-11-01T04:42:17.728Z Compiling newtype_derive v0.1.6
11192024-11-01T04:42:18.124Z Compiling blake2 v0.10.6
11202024-11-01T04:42:19.333Z Compiling hubpack_derive v0.1.1
11212024-11-01T04:42:19.369Z Compiling smf v0.2.3
11222024-11-01T04:42:19.782Z Compiling zerocopy-derive v0.6.6
11232024-11-01T04:42:20.308Z Compiling whoami v1.5.2
11242024-11-01T04:42:20.368Z Compiling cancel-safe-futures v0.1.5
11252024-11-01T04:42:20.387Z Compiling fixedbitset v0.4.2
11262024-11-01T04:42:20.760Z Compiling owo-colors v4.1.0
11272024-11-01T04:42:21.298Z Compiling petgraph v0.6.5
11282024-11-01T04:42:21.805Z Compiling zerocopy v0.6.6
11292024-11-01T04:42:21.965Z Compiling hubpack v0.1.2
11302024-11-01T04:42:22.499Z Compiling argon2 v0.5.3
11312024-11-01T04:42:22.858Z Compiling strum_macros v0.25.3
11322024-11-01T04:42:24.951Z Compiling serde-big-array v0.5.1
11332024-11-01T04:42:25.211Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11342024-11-01T04:42:25.740Z Compiling serde_repr v0.1.19
11352024-11-01T04:42:25.762Z Compiling cookie v0.18.1
11362024-11-01T04:42:26.106Z Compiling convert_case v0.4.0
11372024-11-01T04:42:26.642Z Compiling static_assertions v1.1.0
11382024-11-01T04:42:26.834Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-11-01T04:42:26.872Z Compiling derive_more v0.99.18
11402024-11-01T04:42:26.960Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11412024-11-01T04:42:28.317Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-11-01T04:42:28.602Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-11-01T04:42:29.924Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-11-01T04:42:31.903Z Compiling atomicwrites v0.4.4
11452024-11-01T04:42:32.436Z Compiling itertools v0.13.0
11462024-11-01T04:42:33.596Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-11-01T04:42:34.314Z Compiling idna v0.4.0
11482024-11-01T04:42:34.871Z Compiling libsw v3.3.1
11492024-11-01T04:42:35.221Z Compiling derive-where v1.2.7
11502024-11-01T04:42:36.210Z Compiling enum-as-inner v0.6.1
11512024-11-01T04:42:36.342Z Compiling quick-error v1.2.3
11522024-11-01T04:42:36.366Z Compiling linked-hash-map v0.5.6
11532024-11-01T04:42:36.510Z Compiling indent_write v2.2.0
11542024-11-01T04:42:36.762Z Compiling swrite v0.1.0
11552024-11-01T04:42:36.797Z Compiling linear-map v1.2.0
11562024-11-01T04:42:36.895Z Compiling highway v1.2.0
11572024-11-01T04:42:37.254Z Compiling data-encoding v2.6.0
11582024-11-01T04:42:37.380Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-11-01T04:42:38.235Z Compiling hickory-proto v0.24.1
11602024-11-01T04:42:38.299Z Compiling lru-cache v0.1.2
11612024-11-01T04:42:38.537Z Compiling resolv-conf v0.7.0
11622024-11-01T04:42:38.560Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-11-01T04:42:40.121Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-11-01T04:42:41.685Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-01T04:42:42.080Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-01T04:42:44.048Z Compiling steno v0.4.1
11672024-11-01T04:42:44.252Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-11-01T04:42:46.960Z Compiling slog-dtrace v0.3.0
11692024-11-01T04:42:47.338Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-11-01T04:42:47.707Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11712024-11-01T04:42:47.886Z Compiling humantime v2.1.0
11722024-11-01T04:42:47.938Z Compiling parking_lot_core v0.8.6
11732024-11-01T04:42:48.462Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11742024-11-01T04:42:48.742Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11752024-11-01T04:42:50.977Z Compiling hickory-resolver v0.24.1
11762024-11-01T04:42:52.056Z Compiling num-derive v0.3.3
11772024-11-01T04:42:52.131Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-11-01T04:42:52.486Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11792024-11-01T04:42:52.859Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-11-01T04:42:54.292Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-11-01T04:42:54.894Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11822024-11-01T04:42:55.392Z Compiling parking_lot v0.11.2
11832024-11-01T04:42:56.138Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-11-01T04:42:57.395Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852024-11-01T04:42:59.522Z Compiling crossbeam-epoch v0.9.18
11862024-11-01T04:42:59.530Z Compiling fxhash v0.2.1
11872024-11-01T04:42:59.530Z Compiling crc32fast v1.4.2
11882024-11-01T04:42:59.955Z Compiling crc8 v0.1.1
11892024-11-01T04:43:00.153Z Compiling arc-swap v1.7.1
11902024-11-01T04:43:00.273Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-11-01T04:43:00.832Z Compiling slog-scope v4.4.0
11922024-11-01T04:43:01.613Z Compiling sled v0.34.7
11932024-11-01T04:43:05.268Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-11-01T04:43:06.313Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11952024-11-01T04:43:06.853Z Compiling slog-stdlog v4.1.1
11962024-11-01T04:43:07.673Z Compiling slog-envlogger v2.2.0
11972024-11-01T04:43:09.171Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-11-01T04:43:10.448Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11992024-11-01T04:43:22.667Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-11-01T04:43:26.967Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12012024-11-01T04:43:28.781Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12022024-11-01T04:43:55.655Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12032024-11-01T04:43:55.658Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12042024-11-01T04:44:03.027Z Finished `release` profile [optimized] target(s) in 5m 13s
12052024-11-01T04:44:03.336Z+ banner quartet
12062024-11-01T04:44:03.338Z
12072024-11-01T04:44:03.338Z #### # # ## ##### ##### ###### #####
12082024-11-01T04:44:03.338Z # # # # # # # # # # #
12092024-11-01T04:44:03.338Z # # # # # # # # # ##### #
12102024-11-01T04:44:03.338Z # # # # # ###### ##### # # #
12112024-11-01T04:44:03.338Z # # # # # # # # # # #
12122024-11-01T04:44:03.338Z ### # #### # # # # # ###### #
12132024-11-01T04:44:03.338Z
12142024-11-01T04:44:03.340Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
12152024-11-01T04:44:03.821Z Compiling cfg-if v1.0.0
12162024-11-01T04:44:03.821Z Compiling libc v0.2.159
12172024-11-01T04:44:03.822Z Compiling serde v1.0.210
12182024-11-01T04:44:03.825Z Compiling once_cell v1.19.0
12192024-11-01T04:44:03.825Z Compiling itoa v1.0.11
12202024-11-01T04:44:03.825Z Compiling byteorder v1.5.0
12212024-11-01T04:44:03.825Z Compiling syn v2.0.77
12222024-11-01T04:44:03.889Z Compiling bytes v1.7.2
12232024-11-01T04:44:03.949Z Compiling num-traits v0.2.19
12242024-11-01T04:44:04.145Z Compiling zerocopy v0.7.35
12252024-11-01T04:44:04.271Z Compiling pin-project-lite v0.2.14
12262024-11-01T04:44:04.288Z Compiling ahash v0.8.11
12272024-11-01T04:44:04.325Z Compiling schemars v0.8.21
12282024-11-01T04:44:04.340Z Compiling memchr v2.7.4
12292024-11-01T04:44:04.458Z Compiling scopeguard v1.2.0
12302024-11-01T04:44:04.486Z Compiling allocator-api2 v0.2.18
12312024-11-01T04:44:04.585Z Compiling smallvec v1.13.2
12322024-11-01T04:44:04.693Z Compiling lock_api v0.4.12
12332024-11-01T04:44:05.209Z Compiling fnv v1.0.7
12342024-11-01T04:44:05.341Z Compiling getrandom v0.2.15
12352024-11-01T04:44:05.344Z Compiling parking_lot_core v0.9.10
12362024-11-01T04:44:05.428Z Compiling hashbrown v0.14.5
12372024-11-01T04:44:05.442Z Compiling socket2 v0.5.7
12382024-11-01T04:44:05.692Z Compiling signal-hook-registry v1.4.2
12392024-11-01T04:44:05.780Z Compiling parking_lot v0.12.3
12402024-11-01T04:44:06.176Z Compiling mio v1.0.2
12412024-11-01T04:44:06.546Z Compiling log v0.4.22
12422024-11-01T04:44:06.901Z Compiling futures-core v0.3.30
12432024-11-01T04:44:07.122Z Compiling equivalent v1.0.1
12442024-11-01T04:44:07.151Z Compiling ryu v1.0.18
12452024-11-01T04:44:07.165Z Compiling tracing-core v0.1.32
12462024-11-01T04:44:07.207Z Compiling serde_json v1.0.128
12472024-11-01T04:44:07.235Z Compiling uuid v1.10.0
12482024-11-01T04:44:07.247Z Compiling regress v0.10.1
12492024-11-01T04:44:07.738Z Compiling pin-utils v0.1.0
12502024-11-01T04:44:07.795Z Compiling futures-sink v0.3.30
12512024-11-01T04:44:07.833Z Compiling spin v0.9.8
12522024-11-01T04:44:07.853Z Compiling untrusted v0.9.0
12532024-11-01T04:44:07.897Z Compiling futures-task v0.3.30
12542024-11-01T04:44:07.951Z Compiling slab v0.4.9
12552024-11-01T04:44:08.028Z Compiling futures-util v0.3.30
12562024-11-01T04:44:08.031Z Compiling ring v0.17.8
12572024-11-01T04:44:08.283Z Compiling try-lock v0.2.5
12582024-11-01T04:44:08.438Z Compiling want v0.3.1
12592024-11-01T04:44:08.745Z Compiling httparse v1.9.4
12602024-11-01T04:44:09.159Z Compiling chrono v0.4.38
12612024-11-01T04:44:09.574Z Compiling futures-channel v0.3.30
12622024-11-01T04:44:09.872Z Compiling dyn-clone v1.0.17
12632024-11-01T04:44:10.063Z Compiling foreign-types-shared v0.1.1
12642024-11-01T04:44:10.093Z Compiling tower-service v0.3.3
12652024-11-01T04:44:10.168Z Compiling foreign-types v0.3.2
12662024-11-01T04:44:10.215Z Compiling openssl-sys v0.9.103
12672024-11-01T04:44:10.263Z Compiling unicode-ident v1.0.13
12682024-11-01T04:44:10.622Z Compiling serde_derive_internals v0.29.1
12692024-11-01T04:44:11.097Z Compiling bitflags v2.6.0
12702024-11-01T04:44:11.248Z Compiling proc-macro2 v1.0.86
12712024-11-01T04:44:11.464Z Compiling http v1.1.0
12722024-11-01T04:44:11.697Z Compiling semver v1.0.23
12732024-11-01T04:44:12.049Z Compiling tinyvec_macros v0.1.1
12742024-11-01T04:44:12.143Z Compiling openssl-probe v0.1.5
12752024-11-01T04:44:12.389Z Compiling tinyvec v1.8.0
12762024-11-01T04:44:12.712Z Compiling quote v1.0.37
12772024-11-01T04:44:12.866Z Compiling percent-encoding v2.3.1
12782024-11-01T04:44:14.030Z Compiling unicode-normalization v0.1.24
12792024-11-01T04:44:14.885Z Compiling form_urlencoded v1.2.1
12802024-11-01T04:44:15.393Z Compiling aho-corasick v1.1.3
12812024-11-01T04:44:15.404Z Compiling http v0.2.12
12822024-11-01T04:44:15.752Z Compiling unicode-bidi v0.3.15
12832024-11-01T04:44:16.098Z Compiling serde_derive v1.0.210
12842024-11-01T04:44:16.257Z Compiling zerocopy-derive v0.7.35
12852024-11-01T04:44:16.480Z Compiling thiserror-impl v1.0.64
12862024-11-01T04:44:16.766Z Compiling schemars_derive v0.8.21
12872024-11-01T04:44:18.759Z Compiling tokio-macros v2.4.0
12882024-11-01T04:44:19.359Z Compiling tracing-attributes v0.1.27
12892024-11-01T04:44:19.754Z Compiling thiserror v1.0.64
12902024-11-01T04:44:19.933Z Compiling openssl-macros v0.1.1
12912024-11-01T04:44:20.298Z Compiling rustls-pki-types v1.8.0
12922024-11-01T04:44:20.349Z Compiling tokio v1.40.0
12932024-11-01T04:44:20.791Z Compiling openssl v0.10.66
12942024-11-01T04:44:21.135Z Compiling heck v0.5.0
12952024-11-01T04:44:21.607Z Compiling regex-automata v0.4.7
12962024-11-01T04:44:22.491Z Compiling idna v0.5.0
12972024-11-01T04:44:22.737Z Compiling tracing v0.1.40
12982024-11-01T04:44:23.408Z Compiling http-body v1.0.1
12992024-11-01T04:44:29.700Z Compiling native-tls v0.2.12
13002024-11-01T04:44:30.818Z Compiling indexmap v2.5.0
13012024-11-01T04:44:31.115Z Compiling tokio-util v0.7.12
13022024-11-01T04:44:34.314Z Compiling serde_tokenstream v0.2.2
13032024-11-01T04:44:35.480Z Compiling tokio-native-tls v0.3.1
13042024-11-01T04:44:35.771Z Compiling atomic-waker v1.1.2
13052024-11-01T04:44:35.966Z Compiling regex-syntax v0.8.4
13062024-11-01T04:44:36.000Z Compiling slog v2.7.0
13072024-11-01T04:44:36.572Z Compiling h2 v0.4.6
13082024-11-01T04:44:37.351Z Compiling typify-impl v0.2.0
13092024-11-01T04:44:38.486Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13102024-11-01T04:44:38.687Z Compiling openapiv3 v2.0.0
13112024-11-01T04:44:47.267Z Compiling serde_urlencoded v0.7.1
13122024-11-01T04:44:47.877Z Compiling regex v1.10.6
13132024-11-01T04:44:48.937Z Compiling url v2.5.2
13142024-11-01T04:44:49.699Z Compiling encoding_rs v0.8.34
13152024-11-01T04:44:50.756Z Compiling mime v0.3.17
13162024-11-01T04:44:51.888Z Compiling ipnet v2.10.0
13172024-11-01T04:44:52.395Z Compiling rustls v0.21.12
13182024-11-01T04:44:52.748Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13192024-11-01T04:44:53.985Z Compiling typify-macro v0.2.0
13202024-11-01T04:44:54.980Z Compiling hyper v1.4.1
13212024-11-01T04:44:56.612Z Compiling h2 v0.3.26
13222024-11-01T04:44:56.785Z Compiling rustls-webpki v0.102.8
13232024-11-01T04:44:57.950Z Compiling http-body v0.4.6
13242024-11-01T04:44:58.203Z Compiling sct v0.7.1
13252024-11-01T04:44:58.487Z Compiling rustls-webpki v0.101.7
13262024-11-01T04:44:58.652Z Compiling httpdate v1.0.3
13272024-11-01T04:44:59.471Z Compiling toml_datetime v0.6.8
13282024-11-01T04:44:59.815Z Compiling zeroize v1.8.1
13292024-11-01T04:45:00.180Z Compiling subtle v2.6.1
13302024-11-01T04:45:00.468Z Compiling rustls v0.23.13
13312024-11-01T04:45:00.628Z Compiling serde_yaml v0.9.34+deprecated
13322024-11-01T04:45:01.486Z Compiling toml_edit v0.19.15
13332024-11-01T04:45:02.625Z Compiling hyper v0.14.30
13342024-11-01T04:45:05.233Z Compiling hyper-util v0.1.9
13352024-11-01T04:45:11.215Z Compiling lazy_static v1.5.0
13362024-11-01T04:45:11.350Z Compiling tokio-rustls v0.24.1
13372024-11-01T04:45:11.794Z Compiling tokio-rustls v0.26.0
13382024-11-01T04:45:12.325Z Compiling proc-macro-crate v1.3.1
13392024-11-01T04:45:12.543Z Compiling http-body-util v0.1.2
13402024-11-01T04:45:12.603Z Compiling webpki-roots v0.26.6
13412024-11-01T04:45:12.823Z Compiling base64 v0.21.7
13422024-11-01T04:45:13.111Z Compiling base64 v0.22.1
13432024-11-01T04:45:13.216Z Compiling crossbeam-utils v0.8.20
13442024-11-01T04:45:13.233Z Compiling num_enum_derive v0.5.11
13452024-11-01T04:45:13.982Z Compiling rustls-pemfile v2.1.3
13462024-11-01T04:45:14.214Z Compiling rustls-pemfile v1.0.4
13472024-11-01T04:45:14.245Z Compiling hyper-tls v0.6.0
13482024-11-01T04:45:14.656Z Compiling hyper-rustls v0.27.3
13492024-11-01T04:45:14.773Z Compiling hyper-rustls v0.24.2
13502024-11-01T04:45:14.797Z Compiling hyper-tls v0.5.0
13512024-11-01T04:45:15.060Z Compiling typify v0.2.0
13522024-11-01T04:45:15.191Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13532024-11-01T04:45:15.336Z Compiling ipnetwork v0.20.0
13542024-11-01T04:45:16.418Z Compiling ppv-lite86 v0.2.20
13552024-11-01T04:45:17.327Z Compiling foreign-types-macros v0.2.3
13562024-11-01T04:45:17.380Z Compiling sync_wrapper v1.0.1
13572024-11-01T04:45:17.538Z Compiling rand_core v0.6.4
13582024-11-01T04:45:18.014Z Compiling dirs-sys-next v0.1.2
13592024-11-01T04:45:18.025Z Compiling foreign-types-shared v0.3.1
13602024-11-01T04:45:18.141Z Compiling webpki-roots v0.25.4
13612024-11-01T04:45:18.295Z Compiling powerfmt v0.2.0
13622024-11-01T04:45:18.637Z Compiling sync_wrapper v0.1.2
13632024-11-01T04:45:18.683Z Compiling foreign-types v0.5.0
13642024-11-01T04:45:18.770Z Compiling reqwest v0.11.27
13652024-11-01T04:45:18.799Z Compiling deranged v0.3.11
13662024-11-01T04:45:19.052Z Compiling time-macros v0.2.18
13672024-11-01T04:45:19.071Z Compiling dirs-next v2.0.0
13682024-11-01T04:45:19.333Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13692024-11-01T04:45:21.192Z Compiling rand_chacha v0.3.1
13702024-11-01T04:45:22.177Z Compiling reqwest v0.12.8
13712024-11-01T04:45:23.006Z Compiling progenitor-impl v0.8.0
13722024-11-01T04:45:26.166Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-11-01T04:45:29.911Z Compiling num_enum v0.5.11
13742024-11-01T04:45:30.094Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-11-01T04:45:31.039Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-11-01T04:45:31.223Z Compiling cstr-argument v0.1.2
13772024-11-01T04:45:31.476Z Compiling thread_local v1.1.8
13782024-11-01T04:45:32.092Z Compiling arc-swap v1.7.1
13792024-11-01T04:45:32.207Z Compiling either v1.13.0
13802024-11-01T04:45:32.690Z Compiling time-core v0.1.2
13812024-11-01T04:45:32.802Z Compiling pretty-hex v0.2.1
13822024-11-01T04:45:32.877Z Compiling num-conv v0.1.0
13832024-11-01T04:45:33.012Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13842024-11-01T04:45:33.155Z Compiling time v0.3.36
13852024-11-01T04:45:33.250Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13862024-11-01T04:45:33.638Z Compiling itertools v0.12.1
13872024-11-01T04:45:34.509Z Compiling slog-scope v4.4.0
13882024-11-01T04:45:35.442Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13892024-11-01T04:45:36.373Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13902024-11-01T04:45:36.554Z Compiling crossbeam-channel v0.5.13
13912024-11-01T04:45:37.622Z Compiling progenitor-macro v0.8.0
13922024-11-01T04:45:38.203Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13932024-11-01T04:45:42.350Z Compiling progenitor-client v0.8.0
13942024-11-01T04:45:43.278Z Compiling rand v0.8.5
13952024-11-01T04:45:45.264Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13962024-11-01T04:45:46.138Z Compiling term v0.7.0
13972024-11-01T04:45:53.526Z Compiling anyhow v1.0.89
13982024-11-01T04:45:54.020Z Compiling colored v2.1.0
13992024-11-01T04:45:54.996Z Compiling is-terminal v0.4.13
14002024-11-01T04:45:55.129Z Compiling take_mut v0.2.2
14012024-11-01T04:45:55.302Z Compiling winnow v0.6.18
14022024-11-01T04:45:55.318Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14032024-11-01T04:45:55.674Z Compiling slog-async v2.8.0
14042024-11-01T04:45:58.813Z Compiling slog-term v2.9.1
14052024-11-01T04:45:59.807Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14062024-11-01T04:46:01.669Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14072024-11-01T04:46:01.890Z Compiling progenitor v0.8.0
14082024-11-01T04:46:02.111Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14092024-11-01T04:46:05.879Z Compiling slog-stdlog v4.1.1
14102024-11-01T04:46:06.479Z Compiling slog-envlogger v2.2.0
14112024-11-01T04:46:06.726Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14122024-11-01T04:46:08.408Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14132024-11-01T04:46:21.886Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14142024-11-01T04:46:29.431Z Finished `release` profile [optimized] target(s) in 2m 26s
14152024-11-01T04:46:29.519Z Running unittests src/lib.rs (target/release/deps/mg_tests-0fcb7f362097a89e)
14162024-11-01T04:46:29.566Z
14172024-11-01T04:46:29.567Zrunning 1 test
14182024-11-01T04:46:29.727Zconfigure zone
14192024-11-01T04:46:29.882Zinstall zone
14202024-11-01T04:47:29.572Ztest ddm::test_quartet has been running for over 60 seconds
14212024-11-01T04:48:32.495Zboot zone
14222024-11-01T04:48:33.277Zstart zone s1
14232024-11-01T04:48:33.277Zconfigure zone
14242024-11-01T04:48:33.286Zinstall zone
14252024-11-01T04:50:10.420Zboot zone
14262024-11-01T04:50:11.191Zstart zone s2
14272024-11-01T04:50:11.191Zconfigure zone
14282024-11-01T04:50:11.200Zinstall zone
14292024-11-01T04:51:49.291Zboot zone
14302024-11-01T04:51:50.096Zstart zone s3
14312024-11-01T04:51:50.096Zconfigure zone
14322024-11-01T04:51:50.106Zinstall zone
14332024-11-01T04:53:31.110Zboot zone
14342024-11-01T04:53:32.264Zstart zone t1
14352024-11-01T04:53:32.264Zconfigure zone
14362024-11-01T04:53:32.275Zinstall zone
14372024-11-01T04:55:09.390Zboot zone
14382024-11-01T04:55:10.171Zwaiting for zones to come up
14392024-11-01T04:55:20.173Z[sidecar.quartet] svcs milestone/network
14402024-11-01T04:55:20.277ZSTATE STIME FMRI
14412024-11-01T04:55:20.277Zonline 21:48:51 svc:/milestone/network:default
14422024-11-01T04:55:20.277Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
14432024-11-01T04:55:20.324Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
14442024-11-01T04:55:20.373Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
14452024-11-01T04:55:20.416Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
14462024-11-01T04:55:20.420Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14472024-11-01T04:55:20.442Z
14482024-11-01T04:55:20.442Zrunning zone s1.quartet setup
14492024-11-01T04:55:20.442Z[s1.quartet] svcs milestone/network
14502024-11-01T04:55:20.464ZSTATE STIME FMRI
14512024-11-01T04:55:20.464Zonline 21:50:29 svc:/milestone/network:default
14522024-11-01T04:55:20.464Z[s1.quartet] dladm
14532024-11-01T04:55:20.484ZLINK CLASS MTU STATE BRIDGE OVER
14542024-11-01T04:55:20.485Zsl0 simnet 9000 up -- ?
14552024-11-01T04:55:20.485Zmgs1 vnic 9000 up -- ?
14562024-11-01T04:55:20.485Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
14572024-11-01T04:55:21.017Z
14582024-11-01T04:55:21.017Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
14592024-11-01T04:55:21.041Z
14602024-11-01T04:55:21.041Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14612024-11-01T04:55:21.060Z
14622024-11-01T04:55:21.061Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
14632024-11-01T04:55:21.147Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
14642024-11-01T04:55:21.193Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3135e34c-fa1a-40eb-9bad-3e694a502ed3 --sled-uuid 6a442ea1-26b5-4876-a4c8-bcd03102f979 -a sl0/v6 &> /opt/ddmd.log &
14652024-11-01T04:55:21.213Z
14662024-11-01T04:55:21.214Zrunning zone s2.quartet setup
14672024-11-01T04:55:21.214Z[s2.quartet] svcs milestone/network
14682024-11-01T04:55:21.239ZSTATE STIME FMRI
14692024-11-01T04:55:21.239Zonline 21:52:08 svc:/milestone/network:default
14702024-11-01T04:55:21.239Z[s2.quartet] dladm
14712024-11-01T04:55:21.261ZLINK CLASS MTU STATE BRIDGE OVER
14722024-11-01T04:55:21.261Zsl1 simnet 9000 up -- ?
14732024-11-01T04:55:21.261Zmgs2 vnic 9000 up -- ?
14742024-11-01T04:55:21.261Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
14752024-11-01T04:55:21.721Z
14762024-11-01T04:55:21.721Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
14772024-11-01T04:55:21.746Z
14782024-11-01T04:55:21.746Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14792024-11-01T04:55:21.766Z
14802024-11-01T04:55:21.766Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
14812024-11-01T04:55:21.812Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
14822024-11-01T04:55:21.834Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1dafa631-2151-4feb-b1d6-307985325e27 --sled-uuid 7ab7207b-7b14-4004-aaed-f3ce218060c2 -a sl1/v6 &> /opt/ddmd.log &
14832024-11-01T04:55:21.857Z
14842024-11-01T04:55:21.857Zrunning zone s3.quartet setup
14852024-11-01T04:55:21.857Z[s3.quartet] svcs milestone/network
14862024-11-01T04:55:21.881ZSTATE STIME FMRI
14872024-11-01T04:55:21.881Zonline 21:53:50 svc:/milestone/network:default
14882024-11-01T04:55:21.881Z[s3.quartet] dladm
14892024-11-01T04:55:21.904ZLINK CLASS MTU STATE BRIDGE OVER
14902024-11-01T04:55:21.904Zsl2 simnet 9000 up -- ?
14912024-11-01T04:55:21.904Zmgs3 vnic 9000 up -- ?
14922024-11-01T04:55:21.904Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
14932024-11-01T04:55:22.362Z
14942024-11-01T04:55:22.362Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
14952024-11-01T04:55:22.388Z
14962024-11-01T04:55:22.388Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
14972024-11-01T04:55:22.411Z
14982024-11-01T04:55:22.411Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
14992024-11-01T04:55:22.458Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
15002024-11-01T04:55:22.482Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 22fea44a-bbad-45a5-86fe-8312dad1f314 --sled-uuid 628246fb-ebc0-4485-9759-a245b429c734 -a sl2/v6 &> /opt/ddmd.log &
15012024-11-01T04:55:22.503Z
15022024-11-01T04:55:22.503Zrunning zone t1.quartet setup
15032024-11-01T04:55:22.503Z[t1.quartet] svcs milestone/network
15042024-11-01T04:55:22.527ZSTATE STIME FMRI
15052024-11-01T04:55:22.527Z- - svc:/milestone/network:default
15062024-11-01T04:55:23.527Z[t1.quartet] svcs milestone/network
15072024-11-01T04:55:23.549ZSTATE STIME FMRI
15082024-11-01T04:55:23.549Z- - svc:/milestone/network:default
15092024-11-01T04:55:24.549Z[t1.quartet] svcs milestone/network
15102024-11-01T04:55:24.571ZSTATE STIME FMRI
15112024-11-01T04:55:24.571Z- - svc:/milestone/network:default
15122024-11-01T04:55:25.571Z[t1.quartet] svcs milestone/network
15132024-11-01T04:55:25.594ZSTATE STIME FMRI
15142024-11-01T04:55:25.594Z- - svc:/milestone/network:default
15152024-11-01T04:55:26.594Z[t1.quartet] svcs milestone/network
15162024-11-01T04:55:26.616ZSTATE STIME FMRI
15172024-11-01T04:55:26.616Z- - svc:/milestone/network:default
15182024-11-01T04:55:27.616Z[t1.quartet] svcs milestone/network
15192024-11-01T04:55:27.639ZSTATE STIME FMRI
15202024-11-01T04:55:27.639Z- - svc:/milestone/network:default
15212024-11-01T04:55:28.639Z[t1.quartet] svcs milestone/network
15222024-11-01T04:55:28.663ZSTATE STIME FMRI
15232024-11-01T04:55:28.663Zoffline 21:55:27 svc:/milestone/network:default
15242024-11-01T04:55:29.663Z[t1.quartet] svcs milestone/network
15252024-11-01T04:55:29.689ZSTATE STIME FMRI
15262024-11-01T04:55:29.689Zonline 21:55:28 svc:/milestone/network:default
15272024-11-01T04:55:29.689Z[t1.quartet] dladm
15282024-11-01T04:55:29.711ZLINK CLASS MTU STATE BRIDGE OVER
15292024-11-01T04:55:29.711Ztfportrear0_0 simnet 9000 up -- ?
15302024-11-01T04:55:29.711Ztfportrear1_0 simnet 9000 up -- ?
15312024-11-01T04:55:29.712Ztfportrear2_0 simnet 9000 up -- ?
15322024-11-01T04:55:29.712Zmgt1 vnic 9000 up -- ?
15332024-11-01T04:55:29.712Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
15342024-11-01T04:55:30.240Z
15352024-11-01T04:55:30.240Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15362024-11-01T04:55:30.265Z
15372024-11-01T04:55:30.265Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15382024-11-01T04:55:30.290Z
15392024-11-01T04:55:30.290Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
15402024-11-01T04:55:30.312Z
15412024-11-01T04:55:30.312Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
15422024-11-01T04:55:30.331Z
15432024-11-01T04:55:30.332Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
15442024-11-01T04:55:30.528Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
15452024-11-01T04:55:30.532Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
15462024-11-01T04:55:30.535Zwaiting 3s for copy of files to zone to complete ...
15472024-11-01T04:55:33.536Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
15482024-11-01T04:55:33.579Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
15492024-11-01T04:55:33.601Z[t1.quartet] svcadm enable dendrite
15502024-11-01T04:55:33.643Z
15512024-11-01T04:55:33.643Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
15522024-11-01T04:55:33.695Z
15532024-11-01T04:55:33.695Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
15542024-11-01T04:55:33.741Z
15552024-11-01T04:55:33.741Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15562024-11-01T04:55:33.786Z
15572024-11-01T04:55:33.786Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15582024-11-01T04:55:33.830Z
15592024-11-01T04:55:33.830Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
15602024-11-01T04:55:33.876Z
15612024-11-01T04:55:33.876Z[t1.quartet] svcadm refresh dendrite:default
15622024-11-01T04:55:33.914Z
15632024-11-01T04:55:33.914Z[t1.quartet] svcadm restart dendrite:default
15642024-11-01T04:55:33.951Z
15652024-11-01T04:55:33.951Zwait 10s for dendrite to come up ...
15662024-11-01T04:55:43.952Z[t1.quartet] svcadm enable tfport
15672024-11-01T04:55:43.996Z
15682024-11-01T04:55:43.996Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 294487f6-babc-42fc-b515-58e6bca84c27 --sled-uuid acfcdb3c-b2ec-4eea-9e0b-c6bc8d22c144 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
15692024-11-01T04:55:44.019Z
15702024-11-01T04:55:44.019Z[t1.quartet] ipadm
15712024-11-01T04:55:44.044ZADDROBJ TYPE STATE ADDR
15722024-11-01T04:55:44.044Zlo0/v4 static ok 127.0.0.1/8
15732024-11-01T04:55:44.044Zmgt1/v4 static ok 10.0.0.4/24
15742024-11-01T04:55:44.045Zlo0/v6 static ok ::1/128
15752024-11-01T04:55:44.045Zlo0/u6 static ok fd00:4::1/64
15762024-11-01T04:55:44.045Ztfportrear0_0/v6 addrconf ok fe80::1cfb:97ff:fe06:a9fc%tfportrear0_0/10
15772024-11-01T04:55:44.045Ztfportrear1_0/v6 addrconf ok fe80::10eb:3eff:fe60:68a5%tfportrear1_0/10
15782024-11-01T04:55:44.045Ztfportrear2_0/v6 addrconf ok fe80::dcde:3fff:fe02:1bc8%tfportrear2_0/10
15792024-11-01T04:55:46.337Zinitial peering test passed
15802024-11-01T04:55:47.340Z[s3.quartet] ping fd00:1::1
15812024-11-01T04:55:47.371Zfd00:1::1 is alive
15822024-11-01T04:55:58.376Z[s3.quartet] ping fd00:1::1
15832024-11-01T04:55:58.399Zfd00:1::1 is alive
15842024-11-01T04:55:58.417Z[t1.quartet] pkill ddmd
15852024-11-01T04:55:58.443Z
15862024-11-01T04:55:58.443Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
15872024-11-01T04:55:58.447Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
15882024-11-01T04:56:00.888Z[s3.quartet] pkill ddmd
15892024-11-01T04:56:00.909Z
15902024-11-01T04:56:00.909Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
15912024-11-01T04:56:03.433Z[s2.quartet] pkill ddmd
15922024-11-01T04:56:03.454Z
15932024-11-01T04:56:03.454Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
15942024-11-01T04:56:05.973Z[s1.quartet] pkill ddmd
15952024-11-01T04:56:05.993Z
15962024-11-01T04:56:05.993Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
15972024-11-01T04:56:08.470Z[sidecar.quartet] pkill softnpu
15982024-11-01T04:56:08.491Z
15992024-11-01T04:56:08.491Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
16002024-11-01T04:56:11.169Ztest ddm::test_quartet ... ok
16012024-11-01T04:56:11.169Z
16022024-11-01T04:56:11.169Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 581.55s
16032024-11-01T04:56:11.169Z
16042024-11-01T04:56:11.197Z+ cleanup
16052024-11-01T04:56:11.200Z++ id -un
16062024-11-01T04:56:11.329Z++ id -gn
16072024-11-01T04:56:11.332Z+ pfexec chown -R build:build .
16082024-11-01T04:56:11.417Zprocess exited: duration 1126802 ms, exit code 0
 
16092024-11-01T04:56:11.428Zfound 5 output files
16102024-11-01T04:56:11.428Zuploading: /work/s1.quartet.log (4854 bytes)
16112024-11-01T04:56:12.438Zuploaded: /work/s1.quartet.log
16122024-11-01T04:56:12.442Zuploading: /work/s2.quartet.log (4113 bytes)
16132024-11-01T04:56:13.448Zuploaded: /work/s2.quartet.log
16142024-11-01T04:56:13.451Zuploading: /work/s3.quartet.log (4255 bytes)
16152024-11-01T04:56:14.458Zuploaded: /work/s3.quartet.log
16162024-11-01T04:56:14.458Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
16172024-11-01T04:56:15.467Zuploaded: /work/sidecar.quartet-softnpu.log
16182024-11-01T04:56:15.467Zuploading: /work/t1.quartet.log (17394 bytes)
16192024-11-01T04:56:16.476Zuploaded: /work/t1.quartet.log