01J9JXD257E4YSR4H7XA2AQW4F: 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: 01J9JXDDAXA9J7YGBPC2QWJJRK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-07T07:18:08.086Zjob assigned to worker 01J9JXDGXG8NXY35VBWXKFTKN1 (queued for 1 m 5 s)
 
22024-10-07T07:18:16.496Zstarting task 0: "setup"
32024-10-07T07:18:16.503Z++ uname -s
42024-10-07T07:18:16.505Z+ kern=SunOS
52024-10-07T07:18:16.505Z+ case "$kern" in
62024-10-07T07:18:16.505Z+ groupadd -g 12345 build
72024-10-07T07:18:16.507Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-07T07:18:18.519Z+ zfs create -o mountpoint=/work rpool/work
92024-10-07T07:18:18.675Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-07T07:18:18.678Z+ home_fs=zfs
112024-10-07T07:18:18.678Z+ [[ zfs == autofs ]]
122024-10-07T07:18:18.678Z+ mkdir -p /home/build
132024-10-07T07:18:18.680Z+ chown build:build /home/build /work
142024-10-07T07:18:20.682Z+ chmod 0700 /home/build /work
152024-10-07T07:18:20.684Zprocess exited: duration 4190 ms, exit code 0
 
162024-10-07T07:18:20.689Zstarting task 1: "rust-toolchain"
172024-10-07T07:18:20.695Z+ printf ' * toolchain channel = "%s"
182024-10-07T07:18:20.695Z * toolchain channel = "stable"
192024-10-07T07:18:20.695Z' stable
202024-10-07T07:18:20.695Z+ printf ' * toolchain profile = "%s"
212024-10-07T07:18:20.695Z' default
222024-10-07T07:18:20.695Z * toolchain profile = "default"
232024-10-07T07:18:20.697Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-07T07:18:20.697Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-07T07:18:20.807Zinfo: downloading installer
262024-10-07T07:18:22.171Zinfo: profile set to 'default'
272024-10-07T07:18:22.171Zinfo: default host triple is x86_64-unknown-illumos
282024-10-07T07:18:22.174Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-07T07:18:22.304Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-10-07T07:18:22.304Zinfo: downloading component 'cargo'
312024-10-07T07:18:22.975Zinfo: downloading component 'clippy'
322024-10-07T07:18:23.227Zinfo: downloading component 'rust-docs'
332024-10-07T07:18:24.182Zinfo: downloading component 'rust-std'
342024-10-07T07:18:25.643Zinfo: downloading component 'rustc'
352024-10-07T07:18:30.824Zinfo: downloading component 'rustfmt'
362024-10-07T07:18:31.023Zinfo: installing component 'cargo'
372024-10-07T07:18:31.853Zinfo: installing component 'clippy'
382024-10-07T07:18:32.239Zinfo: installing component 'rust-docs'
392024-10-07T07:18:33.859Zinfo: installing component 'rust-std'
402024-10-07T07:18:35.689Zinfo: installing component 'rustc'
412024-10-07T07:18:41.557Zinfo: installing component 'rustfmt'
422024-10-07T07:18:41.898Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-07T07:18:41.898Z
442024-10-07T07:18:42.264Z stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-10-07T07:18:42.264Z
462024-10-07T07:18:42.267Z
472024-10-07T07:18:42.267ZRust is installed now. Great!
482024-10-07T07:18:42.267Z
492024-10-07T07:18:42.267ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-07T07:18:42.267Zenvironment variable. This has not been done automatically.
512024-10-07T07:18:42.267Z
522024-10-07T07:18:42.267ZTo configure your current shell, you need to source
532024-10-07T07:18:42.267Zthe corresponding env file under $HOME/.cargo.
542024-10-07T07:18:42.267Z
552024-10-07T07:18:42.267ZThis is usually done by running one of the following (note the leading DOT):
562024-10-07T07:18:42.267Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-07T07:18:42.267Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-07T07:18:42.338Z+ rustc --version
592024-10-07T07:18:42.402Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-10-07T07:18:42.406Zprocess exited: duration 21716 ms, exit code 0
 
612024-10-07T07:18:42.412Zstarting task 2: "authentication"
622024-10-07T07:18:42.433Zprocess exited: duration 21 ms, exit code 0
 
632024-10-07T07:18:42.438Zstarting task 3: "clone repository"
642024-10-07T07:18:42.443Z+ mkdir -p /work/oxidecomputer/maghemite
652024-10-07T07:18:42.446Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-10-07T07:18:44.061ZCloning into '/work/oxidecomputer/maghemite'...
672024-10-07T07:18:46.061Z+ cd /work/oxidecomputer/maghemite
682024-10-07T07:18:46.061Z+ git fetch origin ef4f02e3d10609e3598c40be60eb2b774e2e9738
692024-10-07T07:18:46.319ZFrom https://github.com/oxidecomputer/maghemite
702024-10-07T07:18:46.321Z * branch ef4f02e3d10609e3598c40be60eb2b774e2e9738 -> FETCH_HEAD
712024-10-07T07:18:46.326Z+ [[ -n renovate/lock-file-maintenance ]]
722024-10-07T07:18:46.328Z++ git branch --show-current
732024-10-07T07:18:46.331Z+ current=main
742024-10-07T07:18:46.331Z+ [[ main != renovate/lock-file-maintenance ]]
752024-10-07T07:18:46.331Z+ git branch -f renovate/lock-file-maintenance ef4f02e3d10609e3598c40be60eb2b774e2e9738
762024-10-07T07:18:46.333Z+ git checkout -f renovate/lock-file-maintenance
772024-10-07T07:18:46.347ZSwitched to branch 'renovate/lock-file-maintenance'
782024-10-07T07:18:46.349Z+ git reset --hard ef4f02e3d10609e3598c40be60eb2b774e2e9738
792024-10-07T07:18:46.361ZHEAD is now at ef4f02e Lock file maintenance
802024-10-07T07:18:46.363Zprocess exited: duration 3923 ms, exit code 0
 
812024-10-07T07:18:46.368Zstarting task 4: "build"
822024-10-07T07:18:46.373Z++ cargo --version
832024-10-07T07:18:46.378Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-07T07:18:46.513Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-07T07:18:46.513Zinfo: downloading component 'cargo'
862024-10-07T07:18:47.188Zinfo: downloading component 'clippy'
872024-10-07T07:18:47.440Zinfo: downloading component 'rust-docs'
882024-10-07T07:18:48.372Zinfo: downloading component 'rust-std'
892024-10-07T07:18:49.823Zinfo: downloading component 'rustc'
902024-10-07T07:18:54.995Zinfo: downloading component 'rustfmt'
912024-10-07T07:18:55.193Zinfo: installing component 'cargo'
922024-10-07T07:18:56.026Zinfo: installing component 'clippy'
932024-10-07T07:18:56.414Zinfo: installing component 'rust-docs'
942024-10-07T07:18:57.945Zinfo: installing component 'rust-std'
952024-10-07T07:18:59.643Zinfo: installing component 'rustc'
962024-10-07T07:19:05.570Zinfo: installing component 'rustfmt'
972024-10-07T07:19:06.025Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-07T07:19:06.027Z++ rustc --version
992024-10-07T07:19:06.142Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-07T07:19:06.148Z++ dladm
1012024-10-07T07:19:06.156ZLINK CLASS MTU STATE BRIDGE OVER
1022024-10-07T07:19:06.156Zena0 phys 9216 up -- --
1032024-10-07T07:19:06.160Z++ ipadm
1042024-10-07T07:19:06.160ZADDROBJ TYPE STATE ADDR
1052024-10-07T07:19:06.160Zlo0/v4 static ok 127.0.0.1/8
1062024-10-07T07:19:06.160Zena0/dhcp dhcp ok 10.150.1.199/24
1072024-10-07T07:19:06.160Zlo0/v6 static ok ::1/128
1082024-10-07T07:19:06.160Z++ banner collect
1092024-10-07T07:19:06.217Z
1102024-10-07T07:19:06.217Z #### #### # # ###### #### #####
1112024-10-07T07:19:06.217Z # # # # # # # # # #
1122024-10-07T07:19:06.217Z # # # # # ##### # #
1132024-10-07T07:19:06.217Z # # # # # # # #
1142024-10-07T07:19:06.217Z # # # # # # # # # #
1152024-10-07T07:19:06.217Z #### #### ###### ###### ###### #### #
1162024-10-07T07:19:06.217Z
1172024-10-07T07:19:06.219Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-10-07T07:19:06.219Z++ repo=softnpu
1192024-10-07T07:19:06.219Z++ series=image
1202024-10-07T07:19:06.219Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-10-07T07:19:06.219Z++ name=softnpu
1222024-10-07T07:19:06.219Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-10-07T07:19:06.219Z++ mkdir -p download
1242024-10-07T07:19:06.219Z++ pushd download
1252024-10-07T07:19:06.219Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-10-07T07:19:06.219Z++ [[ ! -f softnpu ]]
1272024-10-07T07:19:06.222Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-10-07T07:19:06.228Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-10-07T07:19:06.228Z Dload Upload Total Spent Left Speed
1302024-10-07T07:19:06.865Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 74 21.8M 74 16.2M 0 0 29.6M 0 --:--:-- --:--:-- --:--:-- 29.6M 100 21.8M 100 21.8M 0 0 34.2M 0 --:--:-- --:--:-- --:--:-- 34.2M
1312024-10-07T07:19:06.869Z++ popd
1322024-10-07T07:19:06.871Z/work/oxidecomputer/maghemite
1332024-10-07T07:19:06.871Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-10-07T07:19:06.871Z++ repo=sidecar-lite
1352024-10-07T07:19:06.872Z++ series=release
1362024-10-07T07:19:06.872Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-10-07T07:19:06.872Z++ name=libsidecar_lite.so
1382024-10-07T07:19:06.872Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-10-07T07:19:06.872Z++ mkdir -p download
1402024-10-07T07:19:06.872Z++ pushd download
1412024-10-07T07:19:06.872Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-10-07T07:19:06.872Z++ [[ ! -f libsidecar_lite.so ]]
1432024-10-07T07:19:06.872Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-10-07T07:19:06.880Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-10-07T07:19:06.880Z Dload Upload Total Spent Left Speed
1462024-10-07T07:19:07.385Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 40.1M 0 --:--:-- --:--:-- --:--:-- 40.2M
1472024-10-07T07:19:07.389Z++ popd
1482024-10-07T07:19:07.391Z/work/oxidecomputer/maghemite
1492024-10-07T07:19:07.391Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-10-07T07:19:07.391Z++ repo=sidecar-lite
1512024-10-07T07:19:07.391Z++ series=release
1522024-10-07T07:19:07.391Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-10-07T07:19:07.391Z++ name=scadm
1542024-10-07T07:19:07.391Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-10-07T07:19:07.391Z++ mkdir -p download
1562024-10-07T07:19:07.393Z++ pushd download
1572024-10-07T07:19:07.393Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-10-07T07:19:07.393Z++ [[ ! -f scadm ]]
1592024-10-07T07:19:07.393Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-10-07T07:19:07.399Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-10-07T07:19:07.399Z Dload Upload Total Spent Left Speed
1622024-10-07T07:19:07.882Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 82 22.7M 82 18.8M 0 0 50.1M 0 --:--:-- --:--:-- --:--:-- 50.1M 100 22.7M 100 22.7M 0 0 47.4M 0 --:--:-- --:--:-- --:--:-- 47.3M
1632024-10-07T07:19:07.886Z++ popd
1642024-10-07T07:19:07.886Z/work/oxidecomputer/maghemite
1652024-10-07T07:19:07.886Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-10-07T07:19:07.886Z++ repo=dendrite
1672024-10-07T07:19:07.887Z++ series=image
1682024-10-07T07:19:07.887Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-10-07T07:19:07.887Z++ name=dendrite-softnpu.tar.gz
1702024-10-07T07:19:07.887Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-10-07T07:19:07.887Z++ mkdir -p download
1722024-10-07T07:19:07.892Z++ pushd download
1732024-10-07T07:19:07.892Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-10-07T07:19:07.893Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-10-07T07:19:07.893Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-10-07T07:19:07.897Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-10-07T07:19:07.897Z Dload Upload Total Spent Left Speed
1782024-10-07T07:19:08.647Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 49.9M 0 --:--:-- --:--:-- --:--:-- 49.9M
1792024-10-07T07:19:08.651Z++ popd
1802024-10-07T07:19:08.651Z/work/oxidecomputer/maghemite
1812024-10-07T07:19:08.653Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-10-07T07:19:08.653Z++ repo=maghemite
1832024-10-07T07:19:08.653Z++ series=release
1842024-10-07T07:19:08.653Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-10-07T07:19:08.653Z++ name=ddmd
1862024-10-07T07:19:08.653Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-10-07T07:19:08.653Z++ mkdir -p download
1882024-10-07T07:19:08.653Z++ pushd download
1892024-10-07T07:19:08.653Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-10-07T07:19:08.653Z++ [[ ! -f ddmd ]]
1912024-10-07T07:19:08.654Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-10-07T07:19:08.661Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-10-07T07:19:08.661Z Dload Upload Total Spent Left Speed
1942024-10-07T07:19:09.495Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 49.1M 0 --:--:-- --:--:-- --:--:-- 49.1M
1952024-10-07T07:19:09.498Z++ popd
1962024-10-07T07:19:09.502Z/work/oxidecomputer/maghemite
1972024-10-07T07:19:09.502Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-10-07T07:19:09.503Z++ repo=maghemite
1992024-10-07T07:19:09.503Z++ series=release
2002024-10-07T07:19:09.503Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-10-07T07:19:09.503Z++ name=ddmadm
2022024-10-07T07:19:09.503Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-10-07T07:19:09.503Z++ mkdir -p download
2042024-10-07T07:19:09.503Z++ pushd download
2052024-10-07T07:19:09.503Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-10-07T07:19:09.503Z++ [[ ! -f ddmadm ]]
2072024-10-07T07:19:09.503Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-10-07T07:19:09.509Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-10-07T07:19:09.512Z Dload Upload Total Spent Left Speed
2102024-10-07T07:19:10.005Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 18.0M 0 107k 0 0 372k 0 0:00:49 --:--:-- 0:00:49 371k 100 18.0M 100 18.0M 0 0 36.8M 0 --:--:-- --:--:-- --:--:-- 36.8M
2112024-10-07T07:19:10.011Z++ popd
2122024-10-07T07:19:10.011Z/work/oxidecomputer/maghemite
2132024-10-07T07:19:10.011Z++ pushd download
2142024-10-07T07:19:10.011Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-10-07T07:19:10.011Z++ chmod +x softnpu
2162024-10-07T07:19:10.011Z++ chmod +x scadm
2172024-10-07T07:19:10.011Z++ chmod +x ddmadm
2182024-10-07T07:19:10.011Z++ chmod +x ddmd
2192024-10-07T07:19:10.012Z++ mv ddmadm ddmadm-v2
2202024-10-07T07:19:10.019Z++ mv ddmd ddmd-v2
2212024-10-07T07:19:10.019Z++ rm -rf zones/dendrite
2222024-10-07T07:19:10.019Z++ mkdir -p zones/dendrite
2232024-10-07T07:19:10.019Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-10-07T07:19:10.855Z++ popd
2252024-10-07T07:19:10.855Z/work/oxidecomputer/maghemite
2262024-10-07T07:19:10.855Z++ banner install
2272024-10-07T07:19:10.858Z
2282024-10-07T07:19:10.858Z # # # #### ##### ## # #
2292024-10-07T07:19:10.858Z # ## # # # # # # #
2302024-10-07T07:19:10.858Z # # # # #### # # # # #
2312024-10-07T07:19:10.858Z # # # # # # ###### # #
2322024-10-07T07:19:10.858Z # # ## # # # # # # #
2332024-10-07T07:19:10.858Z # # # #### # # # ###### ######
2342024-10-07T07:19:10.858Z
2352024-10-07T07:19:10.858Z++ pkg info brand/sparse
2362024-10-07T07:19:10.858Z++ grep -qi installed
2372024-10-07T07:19:24.967Zpkg: info: no packages matching the following patterns you specified are
2382024-10-07T07:19:24.967Zinstalled on the system. Try querying remotely instead:
2392024-10-07T07:19:24.967Z
2402024-10-07T07:19:24.967Z brand/sparse
2412024-10-07T07:19:25.015Z++ [[ 1 != 0 ]]
2422024-10-07T07:19:25.015Z++ set -o errexit
2432024-10-07T07:19:25.016Z++ pfexec pkg install brand/sparse
2442024-10-07T07:19:34.614Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-10-07T07:19:37.492Z Startup: Caching catalogs ... Done
2462024-10-07T07:19:41.846ZPlanning: Solver setup ... Done
2472024-10-07T07:19:41.906ZPlanning: Running solver ... Done
2482024-10-07T07:19:42.155ZPlanning: Finding local manifests ... Done
2492024-10-07T07:19:42.167ZPlanning: Fetching manifests: 0/3 0% complete
2502024-10-07T07:19:42.340ZPlanning: Fetching manifests: 3/3 100% complete
2512024-10-07T07:19:42.904ZPlanning: Package planning ... Done
2522024-10-07T07:19:42.910ZPlanning: Merging actions ... Done
2532024-10-07T07:19:43.729ZPlanning: Checking for conflicting actions ... Done
2542024-10-07T07:19:50.266ZPlanning: Consolidating action changes ... Done
2552024-10-07T07:19:50.767ZPlanning: Evaluating mediators ... Done
2562024-10-07T07:19:50.893ZPlanning: Planning completed in 13.32 seconds
2572024-10-07T07:19:50.934Z Packages to install: 1
2582024-10-07T07:19:50.934Z Packages to update: 2
2592024-10-07T07:19:50.936Z Create boot environment: No
2602024-10-07T07:19:50.936ZCreate backup boot environment: Yes
2612024-10-07T07:19:51.440Z
2622024-10-07T07:19:51.440ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-10-07T07:19:56.444ZDownload: 661/1009 items 6.0/8.0MB 74% complete (1.2M/s)
2642024-10-07T07:19:59.070ZDownload: Completed 8.03 MB in 7.63 seconds (1.1M/s)
2652024-10-07T07:20:00.833Z Actions: 1/1419 actions (Removing old actions)
2662024-10-07T07:20:00.849Z Actions: 199/1419 actions (Installing new actions)
2672024-10-07T07:20:00.965Z Actions: 579/1419 actions (Updating modified actions)
2682024-10-07T07:20:01.385Z Actions: Completed 1419 actions in 0.55 seconds.
2692024-10-07T07:20:01.552Z Done
2702024-10-07T07:20:01.554Z Done
2712024-10-07T07:20:01.967Z Done
2722024-10-07T07:20:09.297Z Done
2732024-10-07T07:20:09.755Z Done
2742024-10-07T07:20:09.758Z Done
2752024-10-07T07:20:09.913Z Done
2762024-10-07T07:20:10.245Z++ set -o errexit
2772024-10-07T07:20:10.245Z++ set -o pipefail
2782024-10-07T07:20:10.245Z++ banner build
2792024-10-07T07:20:10.248Z
2802024-10-07T07:20:10.248Z ##### # # # # #####
2812024-10-07T07:20:10.248Z # # # # # # # #
2822024-10-07T07:20:10.248Z ##### # # # # # #
2832024-10-07T07:20:10.248Z # # # # # # # #
2842024-10-07T07:20:10.248Z # # # # # # # #
2852024-10-07T07:20:10.248Z ##### #### # ###### #####
2862024-10-07T07:20:10.248Z
2872024-10-07T07:20:10.248Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-10-07T07:20:10.430Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-10-07T07:20:10.667Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-10-07T07:20:10.850ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-10-07T07:20:10.850Z * [new branch] ci -> origin/ci
2922024-10-07T07:20:10.852Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2932024-10-07T07:20:10.852Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2942024-10-07T07:20:10.852Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2952024-10-07T07:20:10.853Z * [new branch] main -> origin/main
2962024-10-07T07:20:10.853Z * [new ref] -> origin/HEAD
2972024-10-07T07:20:10.863Z Updating crates.io index
2982024-10-07T07:20:10.929Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992024-10-07T07:20:11.703ZFrom https://github.com/oxidecomputer/falcon
3002024-10-07T07:20:11.704Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3012024-10-07T07:20:11.807Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022024-10-07T07:20:12.917ZFrom https://github.com/oxidecomputer/dendrite
3032024-10-07T07:20:12.917Z * [new ref] f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa -> refs/commit/f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa
3042024-10-07T07:20:12.968Z Updating git repository `https://github.com/oxidecomputer/ispf`
3052024-10-07T07:20:13.388ZFrom https://github.com/oxidecomputer/ispf
3062024-10-07T07:20:13.388Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3072024-10-07T07:20:13.397Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082024-10-07T07:20:13.823ZFrom https://github.com/oxidecomputer/netadm-sys
3092024-10-07T07:20:13.823Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3102024-10-07T07:20:13.835Z Updating git repository `https://github.com/oxidecomputer/omicron`
3112024-10-07T07:20:19.307ZFrom https://github.com/oxidecomputer/omicron
3122024-10-07T07:20:19.307Z * [new ref] e51641064a9aeb62b6461055505c53e43fbbe58c -> refs/commit/e51641064a9aeb62b6461055505c53e43fbbe58c
3132024-10-07T07:20:19.337Z * [new tag] dogfood -> dogfood
3142024-10-07T07:20:19.340Z * [new tag] v5 -> v5
3152024-10-07T07:20:19.340Z * [new tag] v6 -> v6
3162024-10-07T07:20:19.340Z * [new tag] v7 -> v7
3172024-10-07T07:20:19.340Z * [new tag] v8 -> v8
3182024-10-07T07:20:19.340Z * [new tag] v9 -> v9
3192024-10-07T07:20:19.698Z Updating git repository `https://github.com/oxidecomputer/opte`
3202024-10-07T07:20:20.594ZFrom https://github.com/oxidecomputer/opte
3212024-10-07T07:20:20.594Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3222024-10-07T07:20:20.636Z Updating git repository `https://github.com/illumos/smf-rs`
3232024-10-07T07:20:20.983ZFrom https://github.com/illumos/smf-rs
3242024-10-07T07:20:20.983Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3252024-10-07T07:20:21.014Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3262024-10-07T07:20:21.744ZFrom https://github.com/oxidecomputer/maghemite
3272024-10-07T07:20:21.744Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3282024-10-07T07:20:21.761Z * [new tag] rift -> rift
3292024-10-07T07:20:21.763Z * [new tag] srp -> srp
3302024-10-07T07:20:21.763Z * [new tag] tie-spf -> tie-spf
3312024-10-07T07:20:21.815Z Updating git repository `https://github.com/oxidecomputer/zone`
3322024-10-07T07:20:22.169ZFrom https://github.com/oxidecomputer/zone
3332024-10-07T07:20:22.169Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3342024-10-07T07:20:22.199Z Updating git repository `https://github.com/oxidecomputer/propolis`
3352024-10-07T07:20:22.825ZFrom https://github.com/oxidecomputer/propolis
3362024-10-07T07:20:22.825Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3372024-10-07T07:20:22.925Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3382024-10-07T07:20:23.289ZFrom https://github.com/oxidecomputer/dlpi-sys
3392024-10-07T07:20:23.289Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3402024-10-07T07:20:23.316Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3412024-10-07T07:20:23.663ZFrom https://github.com/jmesmon/rust-libzfs
3422024-10-07T07:20:23.663Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3432024-10-07T07:20:23.678Z * [new tag] v0.4.0 -> v0.4.0
3442024-10-07T07:20:23.693Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3452024-10-07T07:20:24.028ZFrom https://github.com/oxidecomputer/rusty-doors
3462024-10-07T07:20:24.028Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3472024-10-07T07:20:24.056Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3482024-10-07T07:20:24.477ZFrom https://github.com/oxidecomputer/maghemite
3492024-10-07T07:20:24.477Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3502024-10-07T07:20:24.512Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3512024-10-07T07:20:24.830ZFrom https://github.com/oxidecomputer/serde_human_bytes
3522024-10-07T07:20:24.830Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3532024-10-07T07:20:24.851Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3542024-10-07T07:20:25.212ZFrom https://github.com/oxidecomputer/slog-error-chain
3552024-10-07T07:20:25.212Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3562024-10-07T07:20:25.246Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3572024-10-07T07:20:25.567ZFrom https://github.com/oxidecomputer/poptrie
3582024-10-07T07:20:25.567Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3592024-10-07T07:20:25.593Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3602024-10-07T07:20:25.942ZFrom https://github.com/illumos/libscf-sys
3612024-10-07T07:20:25.942Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3622024-10-07T07:20:25.963Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3632024-10-07T07:20:26.953ZFrom https://github.com/oxidecomputer/progenitor
3642024-10-07T07:20:26.953Z * [new ref] 137455149f7e1b902582d1da9d90ad4b09522e1c -> refs/commit/137455149f7e1b902582d1da9d90ad4b09522e1c
3652024-10-07T07:20:26.973Z * [new tag] v0.1.1 -> v0.1.1
3662024-10-07T07:20:26.976Z * [new tag] v0.2.0 -> v0.2.0
3672024-10-07T07:20:26.976Z * [new tag] v0.3.0 -> v0.3.0
3682024-10-07T07:20:26.976Z * [new tag] v0.4.0 -> v0.4.0
3692024-10-07T07:20:26.976Z * [new tag] v0.5.0 -> v0.5.0
3702024-10-07T07:20:26.976Z * [new tag] v0.6.0 -> v0.6.0
3712024-10-07T07:20:26.976Z * [new tag] v0.7.0 -> v0.7.0
3722024-10-07T07:20:26.976Z * [new tag] v0.8.0 -> v0.8.0
3732024-10-07T07:20:27.097Z Updating git repository `https://github.com/oxidecomputer/typify`
3742024-10-07T07:20:29.658ZFrom https://github.com/oxidecomputer/typify
3752024-10-07T07:20:29.658Z * [new ref] d6f1877057e9a7a3146707ec3309044a4918697e -> refs/commit/d6f1877057e9a7a3146707ec3309044a4918697e
3762024-10-07T07:20:29.676Z * [new tag] v0.0.10 -> v0.0.10
3772024-10-07T07:20:29.678Z * [new tag] v0.0.11 -> v0.0.11
3782024-10-07T07:20:29.678Z * [new tag] v0.0.12 -> v0.0.12
3792024-10-07T07:20:29.678Z * [new tag] v0.0.13 -> v0.0.13
3802024-10-07T07:20:29.678Z * [new tag] v0.0.14 -> v0.0.14
3812024-10-07T07:20:29.678Z * [new tag] v0.0.15 -> v0.0.15
3822024-10-07T07:20:29.679Z * [new tag] v0.0.16 -> v0.0.16
3832024-10-07T07:20:29.679Z * [new tag] v0.0.4 -> v0.0.4
3842024-10-07T07:20:29.679Z * [new tag] v0.0.5 -> v0.0.5
3852024-10-07T07:20:29.679Z * [new tag] v0.0.7 -> v0.0.7
3862024-10-07T07:20:29.679Z * [new tag] v0.0.8 -> v0.0.8
3872024-10-07T07:20:29.679Z * [new tag] v0.0.9 -> v0.0.9
3882024-10-07T07:20:29.679Z * [new tag] v0.1.0 -> v0.1.0
3892024-10-07T07:20:29.679Z * [new tag] v0.2.0 -> v0.2.0
3902024-10-07T07:20:29.845Z Updating git repository `https://github.com/oxidecomputer/propolis`
3912024-10-07T07:20:30.252ZFrom https://github.com/oxidecomputer/propolis
3922024-10-07T07:20:30.252Z * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927
3932024-10-07T07:20:30.326Z Updating git repository `https://github.com/oxidecomputer/crucible`
3942024-10-07T07:20:32.067ZFrom https://github.com/oxidecomputer/crucible
3952024-10-07T07:20:32.067Z * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac
3962024-10-07T07:20:32.132Z Updating git repository `https://github.com/oxidecomputer/opte`
3972024-10-07T07:20:32.565ZFrom https://github.com/oxidecomputer/opte
3982024-10-07T07:20:32.565Z * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa
3992024-10-07T07:20:32.616Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4002024-10-07T07:20:33.220ZFrom https://github.com/oxidecomputer/management-gateway-service
4012024-10-07T07:20:33.220Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
4022024-10-07T07:20:33.924Z Downloading crates ...
4032024-10-07T07:20:34.024Z Downloaded anstream v0.6.15
4042024-10-07T07:20:34.029Z Downloaded futures-sink v0.3.31
4052024-10-07T07:20:34.033Z Downloaded parking_lot_core v0.9.10
4062024-10-07T07:20:34.033Z Downloaded parse-display-derive v0.10.0
4072024-10-07T07:20:34.036Z Downloaded pest_derive v2.7.13
4082024-10-07T07:20:34.039Z Downloaded equivalent v1.0.1
4092024-10-07T07:20:34.039Z Downloaded const-random v0.1.18
4102024-10-07T07:20:34.039Z Downloaded progenitor-client v0.8.0
4112024-10-07T07:20:34.042Z Downloaded dtrace-parser v0.2.0
4122024-10-07T07:20:34.042Z Downloaded crc8 v0.1.1
4132024-10-07T07:20:34.042Z Downloaded foreign-types v0.3.2
4142024-10-07T07:20:34.046Z Downloaded float-ord v0.3.2
4152024-10-07T07:20:34.046Z Downloaded ciborium-io v0.2.2
4162024-10-07T07:20:34.049Z Downloaded darling_macro v0.20.10
4172024-10-07T07:20:34.049Z Downloaded crucible-workspace-hack v0.1.0
4182024-10-07T07:20:34.049Z Downloaded convert_case v0.4.0
4192024-10-07T07:20:34.053Z Downloaded foreign-types-shared v0.1.1
4202024-10-07T07:20:34.053Z Downloaded serde-big-array v0.5.1
4212024-10-07T07:20:34.057Z Downloaded pretty-hex v0.4.1
4222024-10-07T07:20:34.057Z Downloaded anstyle-query v1.1.1
4232024-10-07T07:20:34.057Z Downloaded anstyle v1.0.8
4242024-10-07T07:20:34.061Z Downloaded sigpipe v0.1.3
4252024-10-07T07:20:34.061Z Downloaded anstyle-parse v0.2.5
4262024-10-07T07:20:34.065Z Downloaded paste v1.0.15
4272024-10-07T07:20:34.065Z Downloaded dirs-sys-next v0.1.2
4282024-10-07T07:20:34.069Z Downloaded errno v0.3.9
4292024-10-07T07:20:34.069Z Downloaded block-buffer v0.10.4
4302024-10-07T07:20:34.070Z Downloaded proc-macro-crate v1.3.1
4312024-10-07T07:20:34.073Z Downloaded pretty-hex v0.2.1
4322024-10-07T07:20:34.073Z Downloaded percent-encoding v2.3.1
4332024-10-07T07:20:34.073Z Downloaded either v1.13.0
4342024-10-07T07:20:34.077Z Downloaded atomic-waker v1.1.2
4352024-10-07T07:20:34.077Z Downloaded debug-ignore v1.0.5
4362024-10-07T07:20:34.081Z Downloaded autocfg v1.4.0
4372024-10-07T07:20:34.081Z Downloaded colored v2.1.0
4382024-10-07T07:20:34.085Z Downloaded rand_chacha v0.3.1
4392024-10-07T07:20:34.085Z Downloaded quinn-udp v0.5.5
4402024-10-07T07:20:34.088Z Downloaded digest v0.10.7
4412024-10-07T07:20:34.088Z Downloaded sha1 v0.10.6
4422024-10-07T07:20:34.092Z Downloaded serde_spanned v0.6.8
4432024-10-07T07:20:34.092Z Downloaded proc-macro-crate v3.2.0
4442024-10-07T07:20:34.096Z Downloaded futures-core v0.3.31
4452024-10-07T07:20:34.096Z Downloaded form_urlencoded v1.2.1
4462024-10-07T07:20:34.096Z Downloaded rustc_version v0.4.1
4472024-10-07T07:20:34.096Z Downloaded futures-macro v0.3.31
4482024-10-07T07:20:34.100Z Downloaded scroll v0.12.0
4492024-10-07T07:20:34.100Z Downloaded cstr-argument v0.1.2
4502024-10-07T07:20:34.104Z Downloaded const-random-macro v0.1.16
4512024-10-07T07:20:34.104Z Downloaded schemars_derive v0.8.21
4522024-10-07T07:20:34.104Z Downloaded slog-bunyan v2.5.0
4532024-10-07T07:20:34.108Z Downloaded slog-envlogger v2.2.0
4542024-10-07T07:20:34.108Z Downloaded crunchy v0.2.2
4552024-10-07T07:20:34.108Z Downloaded atomicwrites v0.4.4
4562024-10-07T07:20:34.108Z Downloaded slab v0.4.9
4572024-10-07T07:20:34.112Z Downloaded scroll_derive v0.12.0
4582024-10-07T07:20:34.112Z Downloaded rustversion v1.0.17
4592024-10-07T07:20:34.117Z Downloaded shlex v1.3.0
4602024-10-07T07:20:34.117Z Downloaded quick-error v1.2.3
4612024-10-07T07:20:34.117Z Downloaded rand_core v0.6.4
4622024-10-07T07:20:34.121Z Downloaded progenitor v0.8.0
4632024-10-07T07:20:34.121Z Downloaded async-trait v0.1.83
4642024-10-07T07:20:34.124Z Downloaded openssl-probe v0.1.5
4652024-10-07T07:20:34.124Z Downloaded password-hash v0.5.0
4662024-10-07T07:20:34.128Z Downloaded slog-dtrace v0.3.0
4672024-10-07T07:20:34.134Z Downloaded base64ct v1.6.0
4682024-10-07T07:20:34.134Z Downloaded parse-display v0.10.0
4692024-10-07T07:20:34.134Z Downloaded crypto-common v0.1.6
4702024-10-07T07:20:34.138Z Downloaded postcard v1.0.10
4712024-10-07T07:20:34.138Z Downloaded ident_case v1.0.1
4722024-10-07T07:20:34.138Z Downloaded ahash v0.8.11
4732024-10-07T07:20:34.142Z Downloaded sync_wrapper v1.0.1
4742024-10-07T07:20:34.142Z Downloaded semver v1.0.23
4752024-10-07T07:20:34.146Z Downloaded sct v0.7.1
4762024-10-07T07:20:34.150Z Downloaded num_threads v0.1.7
4772024-10-07T07:20:34.150Z Downloaded num-conv v0.1.0
4782024-10-07T07:20:34.150Z Downloaded futures-io v0.3.31
4792024-10-07T07:20:34.154Z Downloaded rhai_codegen v2.2.0
4802024-10-07T07:20:34.158Z Downloaded hostname v0.3.1
4812024-10-07T07:20:34.165Z Downloaded serde_repr v0.1.19
4822024-10-07T07:20:34.169Z Downloaded semver v0.1.20
4832024-10-07T07:20:34.169Z Downloaded quote v1.0.37
4842024-10-07T07:20:34.169Z Downloaded instant v0.1.13
4852024-10-07T07:20:34.169Z Downloaded strum v0.26.3
4862024-10-07T07:20:34.175Z Downloaded omicron-workspace-hack v0.1.0
4872024-10-07T07:20:34.175Z Downloaded ppv-lite86 v0.2.20
4882024-10-07T07:20:34.175Z Downloaded futures-task v0.3.31
4892024-10-07T07:20:34.178Z Downloaded usdt-macro v0.5.0
4902024-10-07T07:20:34.179Z Downloaded serde_tokenstream v0.2.2
4912024-10-07T07:20:34.179Z Downloaded humantime v2.1.0
4922024-10-07T07:20:34.179Z Downloaded bitflags v2.6.0
4932024-10-07T07:20:34.183Z Downloaded pest_meta v2.7.13
4942024-10-07T07:20:34.187Z Downloaded ryu v1.0.18
4952024-10-07T07:20:34.193Z Downloaded embedded-io v0.6.1
4962024-10-07T07:20:34.193Z Downloaded take_mut v0.2.2
4972024-10-07T07:20:34.193Z Downloaded sha2 v0.10.8
4982024-10-07T07:20:34.197Z Downloaded crossbeam-epoch v0.9.18
4992024-10-07T07:20:34.197Z Downloaded usdt-attr-macro v0.5.0
5002024-10-07T07:20:34.197Z Downloaded deranged v0.3.11
5012024-10-07T07:20:34.201Z Downloaded clap v4.5.19
5022024-10-07T07:20:34.207Z Downloaded signal-hook-registry v1.4.2
5032024-10-07T07:20:34.211Z Downloaded fxhash v0.2.1
5042024-10-07T07:20:34.211Z Downloaded is_terminal_polyfill v1.70.1
5052024-10-07T07:20:34.216Z Downloaded try-lock v0.2.5
5062024-10-07T07:20:34.216Z Downloaded is-terminal v0.4.13
5072024-10-07T07:20:34.216Z Downloaded byteorder v1.5.0
5082024-10-07T07:20:34.225Z Downloaded structmeta v0.3.0
5092024-10-07T07:20:34.225Z Downloaded futures-executor v0.3.31
5102024-10-07T07:20:34.225Z Downloaded strum_macros v0.25.3
5112024-10-07T07:20:34.225Z Downloaded camino v1.1.9
5122024-10-07T07:20:34.225Z Downloaded num_enum_derive v0.7.3
5132024-10-07T07:20:34.230Z Downloaded bitflags v1.3.2
5142024-10-07T07:20:34.230Z Downloaded backoff v0.4.0
5152024-10-07T07:20:34.234Z Downloaded thread_local v1.1.8
5162024-10-07T07:20:34.234Z Downloaded prettyplease v0.2.22
5172024-10-07T07:20:34.238Z Downloaded parking_lot_core v0.8.6
5182024-10-07T07:20:34.242Z Downloaded newtype_derive v0.1.6
5192024-10-07T07:20:34.242Z Downloaded tower-service v0.3.3
5202024-10-07T07:20:34.242Z Downloaded structmeta-derive v0.3.0
5212024-10-07T07:20:34.242Z Downloaded stable_deref_trait v1.2.0
5222024-10-07T07:20:34.246Z Downloaded macaddr v1.0.1
5232024-10-07T07:20:34.246Z Downloaded rustls-pki-types v1.9.0
5242024-10-07T07:20:34.250Z Downloaded time-core v0.1.2
5252024-10-07T07:20:34.250Z Downloaded quinn v0.11.5
5262024-10-07T07:20:34.254Z Downloaded bytes v1.7.2
5272024-10-07T07:20:34.258Z Downloaded whoami v1.5.2
5282024-10-07T07:20:34.262Z Downloaded usdt v0.5.0
5292024-10-07T07:20:34.262Z Downloaded hyper-tls v0.6.0
5302024-10-07T07:20:34.262Z Downloaded similar v2.6.0
5312024-10-07T07:20:34.267Z Downloaded sync_wrapper v0.1.2
5322024-10-07T07:20:34.271Z Downloaded hostname v0.4.0
5332024-10-07T07:20:34.271Z Downloaded hyper-tls v0.5.0
5342024-10-07T07:20:34.271Z Downloaded iana-time-zone v0.1.61
5352024-10-07T07:20:34.275Z Downloaded tinyvec_macros v0.1.1
5362024-10-07T07:20:34.275Z Downloaded managed v0.8.0
5372024-10-07T07:20:34.279Z Downloaded generic-array v0.14.7
5382024-10-07T07:20:34.279Z Downloaded linked-hash-map v0.5.6
5392024-10-07T07:20:34.279Z Downloaded num-derive v0.3.3
5402024-10-07T07:20:34.282Z Downloaded tokio-native-tls v0.3.1
5412024-10-07T07:20:34.282Z Downloaded tokio-macros v2.4.0
5422024-10-07T07:20:34.285Z Downloaded slog-stdlog v4.1.1
5432024-10-07T07:20:34.285Z Downloaded slog-scope v4.4.0
5442024-10-07T07:20:34.285Z Downloaded smallvec v1.13.2
5452024-10-07T07:20:34.289Z Downloaded smartstring v1.0.1
5462024-10-07T07:20:34.293Z Downloaded derive_more v0.99.18
5472024-10-07T07:20:34.296Z Downloaded derive-where v1.2.7
5482024-10-07T07:20:34.302Z Downloaded hubpack v0.1.2
5492024-10-07T07:20:34.306Z Downloaded strsim v0.11.1
5502024-10-07T07:20:34.306Z Downloaded serde_yaml v0.9.34+deprecated
5512024-10-07T07:20:34.306Z Downloaded typify v0.2.0
5522024-10-07T07:20:34.310Z Downloaded static_assertions v1.1.0
5532024-10-07T07:20:34.310Z Downloaded thiserror-impl v1.0.64
5542024-10-07T07:20:34.314Z Downloaded thread-id v4.2.2
5552024-10-07T07:20:34.314Z Downloaded thiserror v1.0.64
5562024-10-07T07:20:34.318Z Downloaded smf v0.2.3
5572024-10-07T07:20:34.322Z Downloaded mime v0.3.17
5582024-10-07T07:20:34.322Z Downloaded heck v0.4.1
5592024-10-07T07:20:34.322Z Downloaded toml_datetime v0.6.8
5602024-10-07T07:20:34.325Z Downloaded tokio-rustls v0.26.0
5612024-10-07T07:20:34.325Z Downloaded toml v0.8.19
5622024-10-07T07:20:34.329Z Downloaded usdt-impl v0.5.0
5632024-10-07T07:20:34.333Z Downloaded zone_cfg_derive v0.3.0
5642024-10-07T07:20:34.333Z Downloaded schemars v0.8.21
5652024-10-07T07:20:34.344Z Downloaded num-iter v0.1.45
5662024-10-07T07:20:34.347Z Downloaded zone v0.3.0
5672024-10-07T07:20:34.347Z Downloaded hyper-rustls v0.24.2
5682024-10-07T07:20:34.347Z Downloaded log v0.4.22
5692024-10-07T07:20:34.351Z Downloaded lazy_static v1.5.0
5702024-10-07T07:20:34.351Z Downloaded num v0.4.3
5712024-10-07T07:20:34.355Z Downloaded num-complex v0.4.6
5722024-10-07T07:20:34.355Z Downloaded lock_api v0.4.12
5732024-10-07T07:20:34.356Z Downloaded darling_core v0.20.10
5742024-10-07T07:20:34.360Z Downloaded want v0.3.1
5752024-10-07T07:20:34.364Z Downloaded ipnetwork v0.20.0
5762024-10-07T07:20:34.364Z Downloaded waitgroup v0.1.2
5772024-10-07T07:20:34.364Z Downloaded version_check v0.9.5
5782024-10-07T07:20:34.366Z Downloaded num_enum v0.5.11
5792024-10-07T07:20:34.369Z Downloaded lru-cache v0.1.2
5802024-10-07T07:20:34.373Z Downloaded subtle v2.6.1
5812024-10-07T07:20:34.373Z Downloaded itoa v1.0.11
5822024-10-07T07:20:34.377Z Downloaded tiny-keccak v2.0.2
5832024-10-07T07:20:34.377Z Downloaded thin-vec v0.2.13
5842024-10-07T07:20:34.377Z Downloaded swrite v0.1.0
5852024-10-07T07:20:34.381Z Downloaded zerocopy v0.6.6
5862024-10-07T07:20:34.381Z Downloaded hex v0.4.3
5872024-10-07T07:20:34.385Z Downloaded httparse v1.9.5
5882024-10-07T07:20:34.385Z Downloaded time-macros v0.2.18
5892024-10-07T07:20:34.391Z Downloaded num_enum_derive v0.5.11
5902024-10-07T07:20:34.391Z Downloaded highway v1.2.0
5912024-10-07T07:20:34.394Z Downloaded serde_derive v1.0.210
5922024-10-07T07:20:34.394Z Downloaded hash32 v0.3.1
5932024-10-07T07:20:34.394Z Downloaded libsw v3.3.1
5942024-10-07T07:20:34.398Z Downloaded typenum v1.17.0
5952024-10-07T07:20:34.398Z Downloaded parking_lot v0.12.3
5962024-10-07T07:20:34.401Z Downloaded indent_write v2.2.0
5972024-10-07T07:20:34.401Z Downloaded base64 v0.22.1
5982024-10-07T07:20:34.405Z Downloaded zeroize v1.8.1
5992024-10-07T07:20:34.409Z Downloaded tabwriter v1.4.0
6002024-10-07T07:20:34.409Z Downloaded typify-macro v0.2.0
6012024-10-07T07:20:34.409Z Downloaded newtype-uuid v1.1.0
6022024-10-07T07:20:34.412Z Downloaded parking_lot v0.11.2
6032024-10-07T07:20:34.412Z Downloaded owo-colors v4.1.0
6042024-10-07T07:20:34.416Z Downloaded memmap v0.7.0
6052024-10-07T07:20:34.416Z Downloaded num-integer v0.1.46
6062024-10-07T07:20:34.420Z Downloaded tracing-core v0.1.32
6072024-10-07T07:20:34.420Z Downloaded tracing-attributes v0.1.27
6082024-10-07T07:20:34.424Z Downloaded once_cell v1.20.2
6092024-10-07T07:20:34.428Z Downloaded strum_macros v0.26.4
6102024-10-07T07:20:34.428Z Downloaded ipnet v2.10.1
6112024-10-07T07:20:34.428Z Downloaded hyper-util v0.1.9
6122024-10-07T07:20:34.433Z Downloaded multer v3.1.0
6132024-10-07T07:20:34.437Z Downloaded getrandom v0.2.15
6142024-10-07T07:20:34.440Z Downloaded indexmap v2.6.0
6152024-10-07T07:20:34.445Z Downloaded num_enum v0.7.3
6162024-10-07T07:20:34.449Z Downloaded num-rational v0.4.2
6172024-10-07T07:20:34.449Z Downloaded spin v0.9.8
6182024-10-07T07:20:34.453Z Downloaded linear-map v1.2.0
6192024-10-07T07:20:34.453Z Downloaded pest v2.7.13
6202024-10-07T07:20:34.457Z Downloaded serde v1.0.210
6212024-10-07T07:20:34.461Z Downloaded zerocopy-derive v0.7.35
6222024-10-07T07:20:34.469Z Downloaded hyper-rustls v0.27.3
6232024-10-07T07:20:34.472Z Downloaded dropshot_endpoint v0.12.0
6242024-10-07T07:20:34.472Z Downloaded half v2.4.1
6252024-10-07T07:20:34.472Z Downloaded tinyvec v1.8.0
6262024-10-07T07:20:34.478Z Downloaded native-tls v0.2.12
6272024-10-07T07:20:34.480Z Downloaded slog-term v2.9.1
6282024-10-07T07:20:34.481Z Downloaded crossbeam-channel v0.5.13
6292024-10-07T07:20:34.483Z Downloaded term v0.7.0
6302024-10-07T07:20:34.487Z Downloaded tempfile v3.13.0
6312024-10-07T07:20:34.490Z Downloaded uuid v1.10.0
6322024-10-07T07:20:34.493Z Downloaded unicode-bidi v0.3.17
6332024-10-07T07:20:34.499Z Downloaded futures-channel v0.3.31
6342024-10-07T07:20:34.503Z Downloaded heapless v0.8.0
6352024-10-07T07:20:34.507Z Downloaded indexmap v1.9.3
6362024-10-07T07:20:34.512Z Downloaded memchr v2.7.4
6372024-10-07T07:20:34.516Z Downloaded cc v1.1.28
6382024-10-07T07:20:34.520Z Downloaded base64 v0.21.7
6392024-10-07T07:20:34.522Z Downloaded tracing v0.1.40
6402024-10-07T07:20:34.524Z Downloaded aho-corasick v1.1.3
6412024-10-07T07:20:34.532Z Downloaded socket2 v0.5.7
6422024-10-07T07:20:34.536Z Downloaded unsafe-libyaml v0.2.11
6432024-10-07T07:20:34.539Z Downloaded minimal-lexical v0.2.1
6442024-10-07T07:20:34.541Z Downloaded openssl-sys v0.9.103
6452024-10-07T07:20:34.546Z Downloaded unicode-ident v1.0.13
6462024-10-07T07:20:34.548Z Downloaded toml_edit v0.22.22
6472024-10-07T07:20:34.572Z Downloaded num-traits v0.2.19
6482024-10-07T07:20:34.575Z Downloaded reqwest v0.11.27
6492024-10-07T07:20:34.582Z Downloaded unicode-normalization v0.1.24
6502024-10-07T07:20:34.586Z Downloaded time v0.3.36
6512024-10-07T07:20:34.593Z Downloaded unicode-segmentation v1.12.0
6522024-10-07T07:20:34.596Z Downloaded nom v7.1.3
6532024-10-07T07:20:34.603Z Downloaded hashbrown v0.14.5
6542024-10-07T07:20:34.607Z Downloaded serde_json v1.0.128
6552024-10-07T07:20:34.615Z Downloaded rustls-webpki v0.101.7
6562024-10-07T07:20:34.630Z Downloaded libm v0.2.8
6572024-10-07T07:20:34.638Z Downloaded winnow v0.5.40
6582024-10-07T07:20:34.652Z Downloaded futures-util v0.3.31
6592024-10-07T07:20:34.659Z Downloaded rustls-webpki v0.102.8
6602024-10-07T07:20:34.690Z Downloaded h2 v0.4.6
6612024-10-07T07:20:34.716Z Downloaded quinn-proto v0.11.8
6622024-10-07T07:20:34.716Z Downloaded h2 v0.3.26
6632024-10-07T07:20:34.716Z Downloaded itertools v0.12.1
6642024-10-07T07:20:34.727Z Downloaded clap_builder v4.5.19
6652024-10-07T07:20:34.727Z Downloaded chrono v0.4.38
6662024-10-07T07:20:34.731Z Downloaded regex v1.11.0
6672024-10-07T07:20:34.737Z Downloaded goblin v0.8.2
6682024-10-07T07:20:34.741Z Downloaded syn v1.0.109
6692024-10-07T07:20:34.750Z Downloaded openssl v0.10.66
6702024-10-07T07:20:34.759Z Downloaded webpki-roots v0.25.4
6712024-10-07T07:20:34.762Z Downloaded syn v2.0.79
6722024-10-07T07:20:34.773Z Downloaded unicode-width v0.1.14
6732024-10-07T07:20:34.779Z Downloaded dropshot v0.12.0
6742024-10-07T07:20:34.802Z Downloaded vcpkg v0.2.15
6752024-10-07T07:20:34.851Z Downloaded rustls v0.21.12
6762024-10-07T07:20:34.862Z Downloaded openapiv3 v2.0.0
6772024-10-07T07:20:34.875Z Downloaded rustls v0.23.14
6782024-10-07T07:20:34.886Z Downloaded idna v0.5.0
6792024-10-07T07:20:34.894Z Downloaded rustls v0.22.4
6802024-10-07T07:20:34.908Z Downloaded regress v0.10.1
6812024-10-07T07:20:34.917Z Downloaded smoltcp v0.11.0
6822024-10-07T07:20:34.930Z Downloaded rustix v0.38.37
6832024-10-07T07:20:34.954Z Downloaded regex-syntax v0.8.5
6842024-10-07T07:20:34.963Z Downloaded regress v0.9.1
6852024-10-07T07:20:34.971Z Downloaded typify-impl v0.2.0
6862024-10-07T07:20:34.986Z Downloaded sled v0.34.7
6872024-10-07T07:20:34.995Z Downloaded hickory-proto v0.24.1
6882024-10-07T07:20:35.010Z Downloaded idna v0.4.0
6892024-10-07T07:20:35.017Z Downloaded rhai v1.19.0
6902024-10-07T07:20:35.029Z Downloaded webpki-roots v0.26.6
6912024-10-07T07:20:35.033Z Downloaded hyper v0.14.30
6922024-10-07T07:20:35.041Z Downloaded itertools v0.13.0
6932024-10-07T07:20:35.050Z Downloaded winnow v0.6.20
6942024-10-07T07:20:35.058Z Downloaded hashbrown v0.15.0
6952024-10-07T07:20:35.064Z Downloaded zerocopy-derive v0.6.6
6962024-10-07T07:20:35.075Z Downloaded regex-automata v0.4.8
6972024-10-07T07:20:35.091Z Downloaded zerocopy v0.7.35
6982024-10-07T07:20:35.108Z Downloaded hyper v1.4.1
6992024-10-07T07:20:35.115Z Downloaded reqwest v0.12.8
7002024-10-07T07:20:35.125Z Downloaded petgraph v0.6.5
7012024-10-07T07:20:35.141Z Downloaded serde_with v3.11.0
7022024-10-07T07:20:35.151Z Downloaded mio v1.0.2
7032024-10-07T07:20:35.157Z Downloaded hashbrown v0.12.3
7042024-10-07T07:20:35.159Z Downloaded hickory-resolver v0.24.1
7052024-10-07T07:20:35.164Z Downloaded toml_edit v0.19.15
7062024-10-07T07:20:35.184Z Downloaded steno v0.4.1
7072024-10-07T07:20:35.186Z Downloaded http v1.1.0
7082024-10-07T07:20:35.189Z Downloaded libc v0.2.159
7092024-10-07T07:20:35.218Z Downloaded tokio v1.40.0
7102024-10-07T07:20:35.258Z Downloaded url v2.5.2
7112024-10-07T07:20:35.262Z Downloaded tokio-util v0.7.12
7122024-10-07T07:20:35.268Z Downloaded ucd-trie v0.1.7
7132024-10-07T07:20:35.270Z Downloaded http v0.2.12
7142024-10-07T07:20:35.274Z Downloaded itertools v0.10.5
7152024-10-07T07:20:35.280Z Downloaded expectorate v1.1.0
7162024-10-07T07:20:35.283Z Downloaded httpdate v1.0.3
7172024-10-07T07:20:35.285Z Downloaded http-body-util v0.1.2
7182024-10-07T07:20:35.288Z Downloaded http-body v0.4.6
7192024-10-07T07:20:35.290Z Downloaded utf8parse v0.2.2
7202024-10-07T07:20:35.290Z Downloaded untrusted v0.9.0
7212024-10-07T07:20:35.294Z Downloaded tokio-rustls v0.25.0
7222024-10-07T07:20:35.298Z Downloaded tokio-rustls v0.24.1
7232024-10-07T07:20:35.298Z Downloaded crossbeam-utils v0.8.20
7242024-10-07T07:20:35.301Z Downloaded cookie v0.18.1
7252024-10-07T07:20:35.301Z Downloaded cancel-safe-futures v0.1.5
7262024-10-07T07:20:35.305Z Downloaded blake2 v0.10.6
7272024-10-07T07:20:35.308Z Downloaded num-derive v0.4.2
7282024-10-07T07:20:35.311Z Downloaded rand v0.8.5
7292024-10-07T07:20:35.313Z Downloaded futures v0.3.31
7302024-10-07T07:20:35.316Z Downloaded allocator-api2 v0.2.18
7312024-10-07T07:20:35.319Z Downloaded crc32fast v1.4.2
7322024-10-07T07:20:35.322Z Downloaded enum-as-inner v0.6.1
7332024-10-07T07:20:35.324Z Downloaded console v0.15.8
7342024-10-07T07:20:35.327Z Downloaded ciborium v0.2.2
7352024-10-07T07:20:35.330Z Downloaded terminal_size v0.4.0
7362024-10-07T07:20:35.330Z Downloaded foreign-types v0.5.0
7372024-10-07T07:20:35.334Z Downloaded dyn-clone v1.0.17
7382024-10-07T07:20:35.334Z Downloaded clap_derive v4.5.18
7392024-10-07T07:20:35.337Z Downloaded encoding_rs v0.8.34
7402024-10-07T07:20:35.356Z Downloaded anyhow v1.0.89
7412024-10-07T07:20:35.365Z Downloaded rustls-pemfile v2.2.0
7422024-10-07T07:20:35.369Z Downloaded embedded-io v0.4.0
7432024-10-07T07:20:35.369Z Downloaded dirs-next v2.0.0
7442024-10-07T07:20:35.369Z Downloaded data-encoding v2.6.0
7452024-10-07T07:20:35.369Z Downloaded fixedbitset v0.4.2
7462024-10-07T07:20:35.369Z Downloaded dof v0.3.0
7472024-10-07T07:20:35.372Z Downloaded defmt-parser v0.3.4
7482024-10-07T07:20:35.372Z Downloaded proc-macro-error-attr v1.0.4
7492024-10-07T07:20:35.372Z Downloaded rustc_version v0.1.7
7502024-10-07T07:20:35.372Z Downloaded progenitor-impl v0.8.0
7512024-10-07T07:20:35.374Z Downloaded colorchoice v1.0.2
7522024-10-07T07:20:35.374Z Downloaded ciborium-ll v0.2.2
7532024-10-07T07:20:35.386Z Downloaded slog v2.7.0
7542024-10-07T07:20:35.390Z Downloaded serde_with_macros v3.11.0
7552024-10-07T07:20:35.390Z Downloaded serde_urlencoded v0.7.1
7562024-10-07T07:20:35.390Z Downloaded serde_derive_internals v0.29.1
7572024-10-07T07:20:35.390Z Downloaded rustls-pemfile v1.0.4
7582024-10-07T07:20:35.390Z Downloaded fnv v1.0.7
7592024-10-07T07:20:35.390Z Downloaded defmt v0.3.8
7602024-10-07T07:20:35.390Z Downloaded clap_lex v0.7.2
7612024-10-07T07:20:35.392Z Downloaded cfg-if v1.0.0
7622024-10-07T07:20:35.392Z Downloaded newline-converter v0.3.0
7632024-10-07T07:20:35.392Z Downloaded match_cfg v0.1.0
7642024-10-07T07:20:35.392Z Downloaded heck v0.5.0
7652024-10-07T07:20:35.395Z Downloaded slog-json v2.6.1
7662024-10-07T07:20:35.395Z Downloaded slog-async v2.8.0
7672024-10-07T07:20:35.398Z Downloaded scopeguard v1.2.0
7682024-10-07T07:20:35.398Z Downloaded resolv-conf v0.7.0
7692024-10-07T07:20:35.400Z Downloaded proc-macro2 v1.0.86
7702024-10-07T07:20:35.404Z Downloaded proc-macro-error v1.0.4
7712024-10-07T07:20:35.407Z Downloaded darling v0.20.10
7722024-10-07T07:20:35.410Z Downloaded cpufeatures v0.2.14
7732024-10-07T07:20:35.413Z Downloaded camino-tempfile v1.1.1
7742024-10-07T07:20:35.416Z Downloaded async-stream v0.3.6
7752024-10-07T07:20:35.416Z Downloaded hubpack_derive v0.1.1
7762024-10-07T07:20:35.416Z Downloaded foreign-types-shared v0.3.1
7772024-10-07T07:20:35.419Z Downloaded foreign-types-macros v0.2.3
7782024-10-07T07:20:35.419Z Downloaded openssl-macros v0.1.1
7792024-10-07T07:20:35.419Z Downloaded http-body v1.0.1
7802024-10-07T07:20:35.419Z Downloaded pin-project-lite v0.2.14
7812024-10-07T07:20:35.424Z Downloaded argon2 v0.5.3
7822024-10-07T07:20:35.427Z Downloaded powerfmt v0.2.0
7832024-10-07T07:20:35.427Z Downloaded plain v0.2.3
7842024-10-07T07:20:35.431Z Downloaded pin-utils v0.1.0
7852024-10-07T07:20:35.431Z Downloaded pest_generator v2.7.13
7862024-10-07T07:20:35.431Z Downloaded serde_path_to_error v0.1.16
7872024-10-07T07:20:35.434Z Downloaded async-stream-impl v0.3.6
7882024-10-07T07:20:35.434Z Downloaded fastrand v2.1.1
7892024-10-07T07:20:35.434Z Downloaded rustc-hash v2.0.0
7902024-10-07T07:20:35.438Z Downloaded arc-swap v1.7.1
7912024-10-07T07:20:35.442Z Downloaded progenitor-macro v0.8.0
7922024-10-07T07:20:35.442Z Downloaded pkg-config v0.3.31
7932024-10-07T07:20:35.442Z Downloaded cobs v0.2.3
7942024-10-07T07:20:35.446Z Downloaded defmt-macros v0.3.9
7952024-10-07T07:20:35.568Z Downloaded ring v0.17.8
7962024-10-07T07:20:35.927Z Compiling proc-macro2 v1.0.86
7972024-10-07T07:20:35.927Z Compiling unicode-ident v1.0.13
7982024-10-07T07:20:35.927Z Compiling libc v0.2.159
7992024-10-07T07:20:35.929Z Compiling serde v1.0.210
8002024-10-07T07:20:35.929Z Compiling autocfg v1.4.0
8012024-10-07T07:20:35.929Z Compiling version_check v0.9.5
8022024-10-07T07:20:35.962Z Compiling cfg-if v1.0.0
8032024-10-07T07:20:36.116Z Compiling once_cell v1.20.2
8042024-10-07T07:20:36.142Z Compiling libm v0.2.8
8052024-10-07T07:20:36.486Z Compiling memchr v2.7.4
8062024-10-07T07:20:36.738Z Compiling lock_api v0.4.12
8072024-10-07T07:20:37.412Z Compiling parking_lot_core v0.9.10
8082024-10-07T07:20:37.706Z Compiling shlex v1.3.0
8092024-10-07T07:20:37.811Z Compiling thiserror v1.0.64
8102024-10-07T07:20:37.813Z Compiling itoa v1.0.11
8112024-10-07T07:20:38.020Z Compiling cc v1.1.28
8122024-10-07T07:20:38.059Z Compiling slab v0.4.9
8132024-10-07T07:20:38.096Z Compiling schemars v0.8.21
8142024-10-07T07:20:38.359Z Compiling byteorder v1.5.0
8152024-10-07T07:20:38.428Z Compiling num-traits v0.2.19
8162024-10-07T07:20:38.737Z Compiling ryu v1.0.18
8172024-10-07T07:20:38.869Z Compiling quote v1.0.37
8182024-10-07T07:20:39.007Z Compiling getrandom v0.2.15
8192024-10-07T07:20:39.023Z Compiling serde_json v1.0.128
8202024-10-07T07:20:39.289Z Compiling syn v2.0.79
8212024-10-07T07:20:39.517Z Compiling pin-project-lite v0.2.14
8222024-10-07T07:20:39.858Z Compiling log v0.4.22
8232024-10-07T07:20:40.018Z Compiling equivalent v1.0.1
8242024-10-07T07:20:40.036Z Compiling scopeguard v1.2.0
8252024-10-07T07:20:40.058Z Compiling hashbrown v0.15.0
8262024-10-07T07:20:40.167Z Compiling heck v0.5.0
8272024-10-07T07:20:40.248Z Compiling fnv v1.0.7
8282024-10-07T07:20:40.631Z Compiling vcpkg v0.2.15
8292024-10-07T07:20:40.749Z Compiling pkg-config v0.3.31
8302024-10-07T07:20:41.048Z Compiling ring v0.17.8
8312024-10-07T07:20:41.375Z Compiling signal-hook-registry v1.4.2
8322024-10-07T07:20:41.673Z Compiling socket2 v0.5.7
8332024-10-07T07:20:42.019Z Compiling mio v1.0.2
8342024-10-07T07:20:42.097Z Compiling httparse v1.9.5
8352024-10-07T07:20:42.216Z Compiling slog v2.7.0
8362024-10-07T07:20:42.378Z Compiling openssl-sys v0.9.103
8372024-10-07T07:20:42.745Z Compiling iana-time-zone v0.1.61
8382024-10-07T07:20:42.852Z Compiling futures-core v0.3.31
8392024-10-07T07:20:43.156Z Compiling dyn-clone v1.0.17
8402024-10-07T07:20:43.178Z Compiling openssl v0.10.66
8412024-10-07T07:20:43.334Z Compiling futures-sink v0.3.31
8422024-10-07T07:20:43.627Z Compiling ahash v0.8.11
8432024-10-07T07:20:43.629Z Compiling semver v1.0.23
8442024-10-07T07:20:43.671Z Compiling native-tls v0.2.12
8452024-10-07T07:20:43.689Z Compiling typenum v1.17.0
8462024-10-07T07:20:43.906Z Compiling rustls v0.23.14
8472024-10-07T07:20:43.964Z Compiling futures-channel v0.3.31
8482024-10-07T07:20:44.052Z Compiling futures-task v0.3.31
8492024-10-07T07:20:44.076Z Compiling pin-utils v0.1.0
8502024-10-07T07:20:44.133Z Compiling futures-io v0.3.31
8512024-10-07T07:20:44.169Z Compiling generic-array v0.14.7
8522024-10-07T07:20:44.356Z Compiling allocator-api2 v0.2.18
8532024-10-07T07:20:44.475Z Compiling tracing-core v0.1.32
8542024-10-07T07:20:44.477Z Compiling bitflags v2.6.0
8552024-10-07T07:20:44.533Z Compiling subtle v2.6.1
8562024-10-07T07:20:44.585Z Compiling ucd-trie v0.1.7
8572024-10-07T07:20:44.611Z Compiling aho-corasick v1.1.3
8582024-10-07T07:20:44.799Z Compiling regex-syntax v0.8.5
8592024-10-07T07:20:45.041Z Compiling anyhow v1.0.89
8602024-10-07T07:20:45.231Z Compiling num-conv v0.1.0
8612024-10-07T07:20:45.477Z Compiling time-core v0.1.2
8622024-10-07T07:20:45.577Z Compiling crunchy v0.2.2
8632024-10-07T07:20:45.650Z Compiling time-macros v0.2.18
8642024-10-07T07:20:46.362Z Compiling serde_derive_internals v0.29.1
8652024-10-07T07:20:46.605Z Compiling tiny-keccak v2.0.2
8662024-10-07T07:20:46.624Z Compiling spin v0.9.8
8672024-10-07T07:20:47.033Z Compiling rustls-pki-types v1.9.0
8682024-10-07T07:20:48.356Z Compiling regex-automata v0.4.8
8692024-10-07T07:20:48.672Z Compiling usdt-impl v0.5.0
8702024-10-07T07:20:48.747Z Compiling omicron-workspace-hack v0.1.0
8712024-10-07T07:20:48.768Z Compiling untrusted v0.9.0
8722024-10-07T07:20:49.398Z Compiling tinyvec_macros v0.1.1
8732024-10-07T07:20:49.416Z Compiling strsim v0.11.1
8742024-10-07T07:20:49.495Z Compiling plain v0.2.3
8752024-10-07T07:20:49.659Z Compiling atomic-waker v1.1.2
8762024-10-07T07:20:49.855Z Compiling rustversion v1.0.17
8772024-10-07T07:20:50.078Z Compiling tinyvec v1.8.0
8782024-10-07T07:20:51.289Z Compiling const-random-macro v0.1.16
8792024-10-07T07:20:51.460Z Compiling serde_derive v1.0.210
8802024-10-07T07:20:51.482Z Compiling zerocopy-derive v0.7.35
8812024-10-07T07:20:51.683Z Compiling thiserror-impl v1.0.64
8822024-10-07T07:20:51.711Z Compiling tokio-macros v2.4.0
8832024-10-07T07:20:52.049Z Compiling schemars_derive v0.8.21
8842024-10-07T07:20:53.340Z Compiling futures-macro v0.3.31
8852024-10-07T07:20:53.584Z Compiling zerocopy v0.7.35
8862024-10-07T07:20:55.107Z Compiling openssl-macros v0.1.1
8872024-10-07T07:20:55.268Z Compiling futures-util v0.3.31
8882024-10-07T07:20:55.722Z Compiling hashbrown v0.14.5
8892024-10-07T07:20:55.764Z Compiling tracing-attributes v0.1.27
8902024-10-07T07:20:55.939Z Compiling scroll_derive v0.12.0
8912024-10-07T07:20:56.360Z Compiling pest v2.7.13
8922024-10-07T07:20:57.029Z Compiling regress v0.10.1
8932024-10-07T07:20:57.464Z Compiling regex v1.11.0
8942024-10-07T07:20:58.342Z Compiling scroll v0.12.0
8952024-10-07T07:20:59.084Z Compiling tracing v0.1.40
8962024-10-07T07:20:59.142Z Compiling pest_meta v2.7.13
8972024-10-07T07:20:59.769Z Compiling goblin v0.8.2
8982024-10-07T07:21:01.553Z Compiling pest_generator v2.7.13
8992024-10-07T07:21:02.015Z Compiling rand_core v0.6.4
9002024-10-07T07:21:02.885Z Compiling unsafe-libyaml v0.2.11
9012024-10-07T07:21:03.242Z Compiling try-lock v0.2.5
9022024-10-07T07:21:03.331Z Compiling pest_derive v2.7.13
9032024-10-07T07:21:03.653Z Compiling zeroize v1.8.1
9042024-10-07T07:21:04.017Z Compiling pretty-hex v0.4.1
9052024-10-07T07:21:04.211Z Compiling percent-encoding v2.3.1
9062024-10-07T07:21:04.235Z Compiling dtrace-parser v0.2.0
9072024-10-07T07:21:04.603Z Compiling bytes v1.7.2
9082024-10-07T07:21:04.704Z Compiling indexmap v2.6.0
9092024-10-07T07:21:06.068Z Compiling smallvec v1.13.2
9102024-10-07T07:21:06.220Z Compiling chrono v0.4.38
9112024-10-07T07:21:07.248Z Compiling parking_lot v0.12.3
9122024-10-07T07:21:07.286Z Compiling uuid v1.10.0
9132024-10-07T07:21:07.416Z Compiling serde_tokenstream v0.2.2
9142024-10-07T07:21:07.986Z Compiling tokio v1.40.0
9152024-10-07T07:21:08.564Z Compiling http v1.1.0
9162024-10-07T07:21:11.770Z Compiling openapiv3 v2.0.0
9172024-10-07T07:21:12.296Z Compiling rustls-webpki v0.102.8
9182024-10-07T07:21:14.697Z Compiling http-body v1.0.1
9192024-10-07T07:21:14.983Z Compiling ipnetwork v0.20.0
9202024-10-07T07:21:16.175Z Compiling typify-impl v0.2.0
9212024-10-07T07:21:16.277Z Compiling dof v0.3.0
9222024-10-07T07:21:16.643Z Compiling serde_yaml v0.9.34+deprecated
9232024-10-07T07:21:16.795Z Compiling form_urlencoded v1.2.1
9242024-10-07T07:21:17.300Z Compiling tokio-util v0.7.12
9252024-10-07T07:21:18.021Z Compiling want v0.3.1
9262024-10-07T07:21:18.311Z Compiling h2 v0.4.6
9272024-10-07T07:21:18.911Z Compiling const-random v0.1.18
9282024-10-07T07:21:19.019Z Compiling unicode-normalization v0.1.24
9292024-10-07T07:21:19.845Z Compiling thread-id v4.2.2
9302024-10-07T07:21:19.975Z Compiling camino v1.1.9
9312024-10-07T07:21:20.390Z Compiling httpdate v1.0.3
9322024-10-07T07:21:20.409Z Compiling syn v1.0.109
9332024-10-07T07:21:20.583Z Compiling foreign-types-shared v0.1.1
9342024-10-07T07:21:20.673Z Compiling ident_case v1.0.1
9352024-10-07T07:21:20.709Z Compiling rustls v0.22.4
9362024-10-07T07:21:20.863Z Compiling unicode-bidi v0.3.17
9372024-10-07T07:21:21.046Z Compiling darling_core v0.20.10
9382024-10-07T07:21:21.068Z Compiling foreign-types v0.3.2
9392024-10-07T07:21:21.846Z Compiling ppv-lite86 v0.2.20
9402024-10-07T07:21:23.586Z Compiling hyper v1.4.1
9412024-10-07T07:21:23.646Z Compiling slog-async v2.8.0
9422024-10-07T07:21:23.887Z Compiling tower-service v0.3.3
9432024-10-07T07:21:26.518Z Compiling hyper-util v0.1.9
9442024-10-07T07:21:27.258Z Compiling darling_macro v0.20.10
9452024-10-07T07:21:28.221Z Compiling typify-macro v0.2.0
9462024-10-07T07:21:29.397Z Compiling rand_chacha v0.3.1
9472024-10-07T07:21:31.154Z Compiling idna v0.5.0
9482024-10-07T07:21:32.242Z Compiling typify v0.2.0
9492024-10-07T07:21:32.389Z Compiling progenitor-impl v0.8.0
9502024-10-07T07:21:32.911Z Compiling toml_datetime v0.6.8
9512024-10-07T07:21:34.230Z Compiling multer v3.1.0
9522024-10-07T07:21:34.587Z Compiling paste v1.0.15
9532024-10-07T07:21:35.266Z Compiling openssl-probe v0.1.5
9542024-10-07T07:21:38.706Z Compiling url v2.5.2
9552024-10-07T07:21:39.141Z Compiling progenitor-macro v0.8.0
9562024-10-07T07:21:43.216Z Compiling rand v0.8.5
9572024-10-07T07:21:44.173Z Compiling darling v0.20.10
9582024-10-07T07:21:44.301Z Compiling usdt-attr-macro v0.5.0
9592024-10-07T07:21:44.420Z Compiling usdt-macro v0.5.0
9602024-10-07T07:21:45.118Z Compiling http-body-util v0.1.2
9612024-10-07T07:21:45.707Z Compiling async-trait v0.1.83
9622024-10-07T07:21:47.026Z Compiling encoding_rs v0.8.34
9632024-10-07T07:21:47.705Z Compiling mime v0.3.17
9642024-10-07T07:21:48.217Z Compiling ipnet v2.10.1
9652024-10-07T07:21:51.275Z Compiling tokio-rustls v0.26.0
9662024-10-07T07:21:51.777Z Compiling serde_with_macros v3.11.0
9672024-10-07T07:21:53.205Z Compiling tokio-native-tls v0.3.1
9682024-10-07T07:21:54.334Z Compiling strum_macros v0.26.4
9692024-10-07T07:21:54.540Z Compiling serde_urlencoded v0.7.1
9702024-10-07T07:21:54.543Z Compiling async-stream-impl v0.3.6
9712024-10-07T07:21:55.152Z Compiling structmeta-derive v0.3.0
9722024-10-07T07:21:55.982Z Compiling rustls-pemfile v2.2.0
9732024-10-07T07:21:56.445Z Compiling webpki-roots v0.26.6
9742024-10-07T07:21:56.667Z Compiling dropshot v0.12.0
9752024-10-07T07:21:57.780Z Compiling crossbeam-utils v0.8.20
9762024-10-07T07:21:57.822Z Compiling powerfmt v0.2.0
9772024-10-07T07:21:58.271Z Compiling base64 v0.22.1
9782024-10-07T07:21:58.318Z Compiling deranged v0.3.11
9792024-10-07T07:21:58.378Z Compiling structmeta v0.3.0
9802024-10-07T07:21:58.961Z Compiling hyper-rustls v0.27.3
9812024-10-07T07:21:59.396Z Compiling hyper-tls v0.6.0
9822024-10-07T07:22:00.331Z Compiling sync_wrapper v1.0.1
9832024-10-07T07:22:01.487Z Compiling num_threads v0.1.7
9842024-10-07T07:22:01.845Z Compiling winnow v0.6.20
9852024-10-07T07:22:02.256Z Compiling time v0.3.36
9862024-10-07T07:22:03.412Z Compiling reqwest v0.12.8
9872024-10-07T07:22:06.275Z Compiling parse-display-derive v0.10.0
9882024-10-07T07:22:07.998Z Compiling crypto-common v0.1.6
9892024-10-07T07:22:08.019Z Compiling block-buffer v0.10.4
9902024-10-07T07:22:08.229Z Compiling dropshot_endpoint v0.12.0
9912024-10-07T07:22:08.956Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9922024-10-07T07:22:11.779Z Compiling digest v0.10.7
9932024-10-07T07:22:12.233Z Compiling progenitor-client v0.8.0
9942024-10-07T07:22:13.126Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9952024-10-07T07:22:14.936Z Compiling dirs-sys-next v0.1.2
9962024-10-07T07:22:15.738Z Compiling match_cfg v0.1.0
9972024-10-07T07:22:15.957Z Compiling rustix v0.38.37
9982024-10-07T07:22:16.289Z Compiling lazy_static v1.5.0
9992024-10-07T07:22:16.763Z Compiling hostname v0.3.1
10002024-10-07T07:22:16.793Z Compiling dirs-next v2.0.0
10012024-10-07T07:22:17.019Z Compiling progenitor v0.8.0
10022024-10-07T07:22:17.228Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10032024-10-07T07:22:18.872Z Compiling futures-executor v0.3.31
10042024-10-07T07:22:20.035Z Compiling errno v0.3.9
10052024-10-07T07:22:20.129Z Compiling thread_local v1.1.8
10062024-10-07T07:22:20.850Z Compiling instant v0.1.13
10072024-10-07T07:22:21.231Z Compiling cpufeatures v0.2.14
10082024-10-07T07:22:21.343Z Compiling unicode-width v0.1.14
10092024-10-07T07:22:23.686Z Compiling futures v0.3.31
10102024-10-07T07:22:25.177Z Compiling term v0.7.0
10112024-10-07T07:22:25.928Z Compiling crossbeam-channel v0.5.13
10122024-10-07T07:22:27.820Z Compiling serde_spanned v0.6.8
10132024-10-07T07:22:28.074Z Compiling memmap v0.7.0
10142024-10-07T07:22:28.413Z Compiling is-terminal v0.4.13
10152024-10-07T07:22:28.664Z Compiling take_mut v0.2.2
10162024-10-07T07:22:29.415Z Compiling slog-term v2.9.1
10172024-10-07T07:22:29.462Z Compiling usdt v0.5.0
10182024-10-07T07:22:30.917Z Compiling toml_edit v0.22.22
10192024-10-07T07:22:32.081Z Compiling slog-json v2.6.1
10202024-10-07T07:22:32.518Z Compiling strum v0.26.3
10212024-10-07T07:22:32.716Z Compiling serde_with v3.11.0
10222024-10-07T07:22:35.611Z Compiling debug-ignore v1.0.5
10232024-10-07T07:22:35.761Z Compiling heapless v0.8.0
10242024-10-07T07:22:37.164Z Compiling tokio-rustls v0.25.0
10252024-10-07T07:22:38.575Z Compiling toml v0.8.19
10262024-10-07T07:22:38.989Z Compiling slog-bunyan v2.5.0
10272024-10-07T07:22:39.264Z Compiling sha1 v0.10.6
10282024-10-07T07:22:40.308Z Compiling async-stream v0.3.6
10292024-10-07T07:22:40.330Z Compiling newtype-uuid v1.1.0
10302024-10-07T07:22:40.631Z Compiling hex v0.4.3
10312024-10-07T07:22:40.659Z Compiling serde_path_to_error v0.1.16
10322024-10-07T07:22:41.344Z Compiling waitgroup v0.1.2
10332024-10-07T07:22:41.561Z Compiling hostname v0.4.0
10342024-10-07T07:22:41.585Z Compiling hash32 v0.3.1
10352024-10-07T07:22:41.824Z Compiling stable_deref_trait v1.2.0
10362024-10-07T07:22:41.842Z Compiling smoltcp v0.11.0
10372024-10-07T07:22:44.923Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10382024-10-07T07:22:45.124Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10392024-10-07T07:22:45.316Z Compiling backoff v0.4.0
10402024-10-07T07:22:45.702Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10412024-10-07T07:22:45.726Z Compiling parse-display v0.10.0
10422024-10-07T07:22:47.684Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10432024-10-07T07:22:47.940Z Compiling regress v0.9.1
10442024-10-07T07:22:52.014Z Compiling macaddr v1.0.1
10452024-10-07T07:22:52.317Z Compiling clap_derive v4.5.18
10462024-10-07T07:22:52.860Z Compiling winnow v0.5.40
10472024-10-07T07:22:53.204Z Compiling managed v0.8.0
10482024-10-07T07:22:53.732Z Compiling utf8parse v0.2.2
10492024-10-07T07:22:53.905Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10502024-10-07T07:22:54.309Z Compiling bitflags v1.3.2
10512024-10-07T07:22:54.425Z Compiling cobs v0.2.3
10522024-10-07T07:22:54.890Z Compiling postcard v1.0.10
10532024-10-07T07:22:56.461Z Compiling anstyle-parse v0.2.5
10542024-10-07T07:22:56.824Z Compiling toml_edit v0.19.15
10552024-10-07T07:22:57.432Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10562024-10-07T07:23:03.429Z Compiling anstyle-query v1.1.1
10572024-10-07T07:23:03.578Z Compiling colorchoice v1.0.2
10582024-10-07T07:23:03.749Z Compiling anstyle v1.0.8
10592024-10-07T07:23:03.963Z Compiling is_terminal_polyfill v1.70.1
10602024-10-07T07:23:04.165Z Compiling anstream v0.6.15
10612024-10-07T07:23:05.357Z Compiling proc-macro-crate v1.3.1
10622024-10-07T07:23:05.916Z Compiling terminal_size v0.4.0
10632024-10-07T07:23:06.206Z Compiling clap_lex v0.7.2
10642024-10-07T07:23:06.734Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10652024-10-07T07:23:06.892Z Compiling clap_builder v4.5.19
10662024-10-07T07:23:07.277Z Compiling num_enum_derive v0.5.11
10672024-10-07T07:23:08.630Z Compiling tabwriter v1.4.0
10682024-10-07T07:23:09.353Z Compiling foreign-types-macros v0.2.3
10692024-10-07T07:23:09.458Z Compiling num-integer v0.1.46
10702024-10-07T07:23:10.124Z Compiling foreign-types-shared v0.3.1
10712024-10-07T07:23:10.284Z Compiling num_enum v0.5.11
10722024-10-07T07:23:10.727Z Compiling foreign-types v0.5.0
10732024-10-07T07:23:10.883Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10742024-10-07T07:23:11.025Z Compiling clap v4.5.19
10752024-10-07T07:23:11.581Z Compiling cstr-argument v0.1.2
10762024-10-07T07:23:11.776Z Compiling proc-macro-error-attr v1.0.4
10772024-10-07T07:23:11.856Z Compiling either v1.13.0
10782024-10-07T07:23:12.140Z Compiling pretty-hex v0.2.1
10792024-10-07T07:23:12.204Z Compiling heck v0.4.1
10802024-10-07T07:23:12.352Z Compiling prettyplease v0.2.22
10812024-10-07T07:23:12.597Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10822024-10-07T07:23:13.139Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10832024-10-07T07:23:13.304Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10842024-10-07T07:23:14.325Z Compiling num-iter v0.1.45
10852024-10-07T07:23:14.532Z Compiling num-rational v0.4.2
10862024-10-07T07:23:14.945Z Compiling colored v2.1.0
10872024-10-07T07:23:16.632Z Compiling num-complex v0.4.6
10882024-10-07T07:23:17.334Z Compiling proc-macro-error v1.0.4
10892024-10-07T07:23:17.400Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10902024-10-07T07:23:17.741Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10912024-10-07T07:23:17.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10922024-10-07T07:23:18.046Z Compiling fastrand v2.1.1
10932024-10-07T07:23:18.136Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10942024-10-07T07:23:18.311Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10952024-10-07T07:23:18.661Z Compiling tempfile v3.13.0
10962024-10-07T07:23:20.318Z Compiling num v0.4.3
10972024-10-07T07:23:22.994Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10982024-10-07T07:23:23.521Z Compiling crucible-workspace-hack v0.1.0
10992024-10-07T07:23:23.594Z Compiling float-ord v0.3.2
11002024-10-07T07:23:23.882Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11012024-10-07T07:23:30.925Z Compiling unicode-segmentation v1.12.0
11022024-10-07T07:23:31.880Z Compiling semver v0.1.20
11032024-10-07T07:23:32.152Z Compiling newline-converter v0.3.0
11042024-10-07T07:23:32.308Z Compiling rustc_version v0.1.7
11052024-10-07T07:23:32.452Z Compiling zone_cfg_derive v0.3.0
11062024-10-07T07:23:32.742Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11072024-10-07T07:23:32.903Z Compiling camino-tempfile v1.1.1
11082024-10-07T07:23:33.440Z Compiling itertools v0.10.5
11092024-10-07T07:23:33.697Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11102024-10-07T07:23:33.978Z Compiling console v0.15.8
11112024-10-07T07:23:34.184Z Compiling num-derive v0.4.2
11122024-10-07T07:23:35.762Z Compiling sigpipe v0.1.3
11132024-10-07T07:23:36.077Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11142024-10-07T07:23:36.421Z Compiling base64ct v1.6.0
11152024-10-07T07:23:36.593Z Compiling similar v2.6.0
11162024-10-07T07:23:36.666Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
11172024-10-07T07:23:36.914Z Compiling password-hash v0.5.0
11182024-10-07T07:23:37.114Z Compiling zone v0.3.0
11192024-10-07T07:23:38.258Z Compiling expectorate v1.1.0
11202024-10-07T07:23:38.528Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11212024-10-07T07:23:39.191Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11222024-10-07T07:23:39.219Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11232024-10-07T07:23:40.464Z Compiling newtype_derive v0.1.6
11242024-10-07T07:23:40.875Z Compiling blake2 v0.10.6
11252024-10-07T07:23:41.787Z Compiling hubpack_derive v0.1.1
11262024-10-07T07:23:42.089Z Compiling smf v0.2.3
11272024-10-07T07:23:42.538Z Compiling zerocopy-derive v0.6.6
11282024-10-07T07:23:42.742Z Compiling fixedbitset v0.4.2
11292024-10-07T07:23:42.931Z Compiling owo-colors v4.1.0
11302024-10-07T07:23:43.276Z Compiling whoami v1.5.2
11312024-10-07T07:23:43.393Z Compiling cancel-safe-futures v0.1.5
11322024-10-07T07:23:43.444Z Compiling petgraph v0.6.5
11332024-10-07T07:23:44.600Z Compiling hubpack v0.1.2
11342024-10-07T07:23:44.620Z Compiling zerocopy v0.6.6
11352024-10-07T07:23:45.146Z Compiling argon2 v0.5.3
11362024-10-07T07:23:45.982Z Compiling strum_macros v0.25.3
11372024-10-07T07:23:47.553Z Compiling serde-big-array v0.5.1
11382024-10-07T07:23:47.854Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11392024-10-07T07:23:47.958Z Compiling serde_repr v0.1.19
11402024-10-07T07:23:47.978Z Compiling cookie v0.18.1
11412024-10-07T07:23:48.335Z Compiling static_assertions v1.1.0
11422024-10-07T07:23:48.447Z Compiling convert_case v0.4.0
11432024-10-07T07:23:49.233Z Compiling derive_more v0.99.18
11442024-10-07T07:23:49.258Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11452024-10-07T07:23:49.712Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11462024-10-07T07:23:51.097Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11472024-10-07T07:23:51.249Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11482024-10-07T07:23:52.354Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11492024-10-07T07:23:54.504Z Compiling atomicwrites v0.4.4
11502024-10-07T07:23:55.049Z Compiling itertools v0.13.0
11512024-10-07T07:23:55.916Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11522024-10-07T07:23:56.984Z Compiling idna v0.4.0
11532024-10-07T07:23:57.158Z Compiling libsw v3.3.1
11542024-10-07T07:23:57.529Z Compiling enum-as-inner v0.6.1
11552024-10-07T07:23:58.670Z Compiling derive-where v1.2.7
11562024-10-07T07:23:58.720Z Compiling linear-map v1.2.0
11572024-10-07T07:23:58.740Z Compiling quick-error v1.2.3
11582024-10-07T07:23:58.838Z Compiling linked-hash-map v0.5.6
11592024-10-07T07:23:58.897Z Compiling indent_write v2.2.0
11602024-10-07T07:23:59.145Z Compiling highway v1.2.0
11612024-10-07T07:23:59.163Z Compiling data-encoding v2.6.0
11622024-10-07T07:23:59.269Z Compiling swrite v0.1.0
11632024-10-07T07:23:59.409Z Compiling lru-cache v0.1.2
11642024-10-07T07:23:59.641Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11652024-10-07T07:24:00.627Z Compiling hickory-proto v0.24.1
11662024-10-07T07:24:00.879Z Compiling resolv-conf v0.7.0
11672024-10-07T07:24:02.077Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11682024-10-07T07:24:02.392Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11692024-10-07T07:24:04.466Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11702024-10-07T07:24:04.896Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11712024-10-07T07:24:06.151Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11722024-10-07T07:24:08.141Z Compiling steno v0.4.1
11732024-10-07T07:24:10.209Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-10-07T07:24:10.575Z Compiling slog-dtrace v0.3.0
11752024-10-07T07:24:10.935Z Compiling humantime v2.1.0
11762024-10-07T07:24:11.785Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-10-07T07:24:11.973Z Compiling parking_lot_core v0.8.6
11782024-10-07T07:24:12.110Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-10-07T07:24:12.494Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11802024-10-07T07:24:13.224Z Compiling hickory-resolver v0.24.1
11812024-10-07T07:24:13.709Z Compiling num-derive v0.3.3
11822024-10-07T07:24:14.607Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-10-07T07:24:15.358Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11842024-10-07T07:24:15.737Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11852024-10-07T07:24:15.953Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11862024-10-07T07:24:16.996Z Compiling parking_lot v0.11.2
11872024-10-07T07:24:17.356Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11882024-10-07T07:24:18.803Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11892024-10-07T07:24:18.995Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b)
11902024-10-07T07:24:21.041Z Compiling crossbeam-epoch v0.9.18
11912024-10-07T07:24:21.715Z Compiling fxhash v0.2.1
11922024-10-07T07:24:21.953Z Compiling crc32fast v1.4.2
11932024-10-07T07:24:22.208Z Compiling crc8 v0.1.1
11942024-10-07T07:24:22.474Z Compiling arc-swap v1.7.1
11952024-10-07T07:24:22.523Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b)
11962024-10-07T07:24:23.175Z Compiling slog-scope v4.4.0
11972024-10-07T07:24:24.087Z Compiling sled v0.34.7
11982024-10-07T07:24:27.499Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11992024-10-07T07:24:30.879Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12002024-10-07T07:24:30.889Z Compiling slog-stdlog v4.1.1
12012024-10-07T07:24:31.364Z Compiling slog-envlogger v2.2.0
12022024-10-07T07:24:31.402Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12032024-10-07T07:24:33.943Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
12042024-10-07T07:24:47.410Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
12052024-10-07T07:24:48.222Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12062024-10-07T07:24:50.053Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12072024-10-07T07:25:17.701Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12082024-10-07T07:25:17.701Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12092024-10-07T07:25:24.939Z Finished `release` profile [optimized] target(s) in 5m 14s
12102024-10-07T07:25:25.252Z+ banner quartet
12112024-10-07T07:25:25.255Z
12122024-10-07T07:25:25.255Z #### # # ## ##### ##### ###### #####
12132024-10-07T07:25:25.255Z # # # # # # # # # # #
12142024-10-07T07:25:25.255Z # # # # # # # # # ##### #
12152024-10-07T07:25:25.255Z # # # # # ###### ##### # # #
12162024-10-07T07:25:25.255Z # # # # # # # # # # #
12172024-10-07T07:25:25.255Z ### # #### # # # # # ###### #
12182024-10-07T07:25:25.255Z
12192024-10-07T07:25:25.255Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
12202024-10-07T07:25:25.722Z Compiling libc v0.2.159
12212024-10-07T07:25:25.723Z Compiling cfg-if v1.0.0
12222024-10-07T07:25:25.723Z Compiling serde v1.0.210
12232024-10-07T07:25:25.725Z Compiling once_cell v1.20.2
12242024-10-07T07:25:25.725Z Compiling itoa v1.0.11
12252024-10-07T07:25:25.798Z Compiling bytes v1.7.2
12262024-10-07T07:25:25.804Z Compiling syn v2.0.79
12272024-10-07T07:25:25.806Z Compiling num-traits v0.2.19
12282024-10-07T07:25:25.995Z Compiling pin-project-lite v0.2.14
12292024-10-07T07:25:26.101Z Compiling smallvec v1.13.2
12302024-10-07T07:25:26.135Z Compiling memchr v2.7.4
12312024-10-07T07:25:26.180Z Compiling schemars v0.8.21
12322024-10-07T07:25:26.342Z Compiling scopeguard v1.2.0
12332024-10-07T07:25:26.480Z Compiling lock_api v0.4.12
12342024-10-07T07:25:26.518Z Compiling fnv v1.0.7
12352024-10-07T07:25:26.581Z Compiling log v0.4.22
12362024-10-07T07:25:26.644Z Compiling futures-core v0.3.31
12372024-10-07T07:25:26.945Z Compiling equivalent v1.0.1
12382024-10-07T07:25:27.044Z Compiling hashbrown v0.15.0
12392024-10-07T07:25:27.101Z Compiling zerocopy v0.7.35
12402024-10-07T07:25:27.111Z Compiling ryu v1.0.18
12412024-10-07T07:25:27.239Z Compiling getrandom v0.2.15
12422024-10-07T07:25:27.587Z Compiling parking_lot_core v0.9.10
12432024-10-07T07:25:27.612Z Compiling socket2 v0.5.7
12442024-10-07T07:25:27.664Z Compiling signal-hook-registry v1.4.2
12452024-10-07T07:25:27.844Z Compiling mio v1.0.2
12462024-10-07T07:25:27.861Z Compiling ahash v0.8.11
12472024-10-07T07:25:28.348Z Compiling parking_lot v0.12.3
12482024-10-07T07:25:28.529Z Compiling tracing-core v0.1.32
12492024-10-07T07:25:28.766Z Compiling serde_json v1.0.128
12502024-10-07T07:25:28.783Z Compiling hashbrown v0.14.5
12512024-10-07T07:25:29.215Z Compiling uuid v1.10.0
12522024-10-07T07:25:29.249Z Compiling byteorder v1.5.0
12532024-10-07T07:25:29.501Z Compiling untrusted v0.9.0
12542024-10-07T07:25:29.617Z Compiling futures-sink v0.3.31
12552024-10-07T07:25:29.682Z Compiling futures-task v0.3.31
12562024-10-07T07:25:29.771Z Compiling pin-utils v0.1.0
12572024-10-07T07:25:29.794Z Compiling spin v0.9.8
12582024-10-07T07:25:29.861Z Compiling futures-util v0.3.31
12592024-10-07T07:25:29.887Z Compiling slab v0.4.9
12602024-10-07T07:25:30.016Z Compiling ring v0.17.8
12612024-10-07T07:25:30.181Z Compiling chrono v0.4.38
12622024-10-07T07:25:30.217Z Compiling regress v0.10.1
12632024-10-07T07:25:30.314Z Compiling http v1.1.0
12642024-10-07T07:25:30.689Z Compiling try-lock v0.2.5
12652024-10-07T07:25:30.845Z Compiling want v0.3.1
12662024-10-07T07:25:31.142Z Compiling httparse v1.9.5
12672024-10-07T07:25:32.165Z Compiling futures-channel v0.3.31
12682024-10-07T07:25:32.232Z Compiling serde_derive_internals v0.29.1
12692024-10-07T07:25:32.594Z Compiling tower-service v0.3.3
12702024-10-07T07:25:32.715Z Compiling foreign-types-shared v0.1.1
12712024-10-07T07:25:32.860Z Compiling dyn-clone v1.0.17
12722024-10-07T07:25:33.084Z Compiling foreign-types v0.3.2
12732024-10-07T07:25:33.142Z Compiling openssl-sys v0.9.103
12742024-10-07T07:25:33.235Z Compiling rustls-pki-types v1.9.0
12752024-10-07T07:25:34.558Z Compiling bitflags v2.6.0
12762024-10-07T07:25:34.624Z Compiling unicode-ident v1.0.13
12772024-10-07T07:25:34.849Z Compiling proc-macro2 v1.0.86
12782024-10-07T07:25:34.907Z Compiling http-body v1.0.1
12792024-10-07T07:25:34.923Z Compiling allocator-api2 v0.2.18
12802024-10-07T07:25:34.950Z Compiling atomic-waker v1.1.2
12812024-10-07T07:25:35.103Z Compiling semver v1.0.23
12822024-10-07T07:25:35.119Z Compiling tinyvec_macros v0.1.1
12832024-10-07T07:25:35.155Z Compiling openssl-probe v0.1.5
12842024-10-07T07:25:35.207Z Compiling tinyvec v1.8.0
12852024-10-07T07:25:35.677Z Compiling percent-encoding v2.3.1
12862024-10-07T07:25:35.804Z Compiling quote v1.0.37
12872024-10-07T07:25:36.160Z Compiling form_urlencoded v1.2.1
12882024-10-07T07:25:36.957Z Compiling unicode-normalization v0.1.24
12892024-10-07T07:25:37.151Z Compiling rustls-webpki v0.102.8
12902024-10-07T07:25:37.308Z Compiling aho-corasick v1.1.3
12912024-10-07T07:25:37.766Z Compiling subtle v2.6.1
12922024-10-07T07:25:37.779Z Compiling serde_derive v1.0.210
12932024-10-07T07:25:37.883Z Compiling thiserror-impl v1.0.64
12942024-10-07T07:25:38.051Z Compiling schemars_derive v0.8.21
12952024-10-07T07:25:38.266Z Compiling tokio-macros v2.4.0
12962024-10-07T07:25:39.902Z Compiling tokio v1.40.0
12972024-10-07T07:25:40.268Z Compiling tracing-attributes v0.1.27
12982024-10-07T07:25:40.806Z Compiling zerocopy-derive v0.7.35
12992024-10-07T07:25:41.240Z Compiling thiserror v1.0.64
13002024-10-07T07:25:41.525Z Compiling openssl-macros v0.1.1
13012024-10-07T07:25:41.535Z Compiling zeroize v1.8.1
13022024-10-07T07:25:41.840Z Compiling heck v0.5.0
13032024-10-07T07:25:41.886Z Compiling unicode-bidi v0.3.17
13042024-10-07T07:25:42.379Z Compiling openssl v0.10.66
13052024-10-07T07:25:43.151Z Compiling idna v0.5.0
13062024-10-07T07:25:43.589Z Compiling tracing v0.1.40
13072024-10-07T07:25:44.299Z Compiling rustls v0.23.14
13082024-10-07T07:25:44.717Z Compiling regex-automata v0.4.8
13092024-10-07T07:25:52.505Z Compiling indexmap v2.6.0
13102024-10-07T07:25:56.485Z Compiling tokio-util v0.7.12
13112024-10-07T07:25:56.849Z Compiling serde_tokenstream v0.2.2
13122024-10-07T07:25:57.427Z Compiling native-tls v0.2.12
13132024-10-07T07:25:58.547Z Compiling h2 v0.4.6
13142024-10-07T07:25:58.557Z Compiling tokio-native-tls v0.3.1
13152024-10-07T07:25:58.850Z Compiling regex-syntax v0.8.5
13162024-10-07T07:25:59.105Z Compiling slog v2.7.0
13172024-10-07T07:26:10.459Z Compiling hyper v1.4.1
13182024-10-07T07:26:13.418Z Compiling hyper-util v0.1.9
13192024-10-07T07:26:14.319Z Compiling openapiv3 v2.0.0
13202024-10-07T07:26:14.375Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13212024-10-07T07:26:16.740Z Compiling typify-impl v0.2.0
13222024-10-07T07:26:18.630Z Compiling serde_urlencoded v0.7.1
13232024-10-07T07:26:19.236Z Compiling tokio-rustls v0.26.0
13242024-10-07T07:26:19.515Z Compiling regex v1.11.0
13252024-10-07T07:26:19.739Z Compiling url v2.5.2
13262024-10-07T07:26:20.549Z Compiling http-body-util v0.1.2
13272024-10-07T07:26:20.728Z Compiling webpki-roots v0.26.6
13282024-10-07T07:26:20.949Z Compiling encoding_rs v0.8.34
13292024-10-07T07:26:21.117Z Compiling mime v0.3.17
13302024-10-07T07:26:22.217Z Compiling ipnet v2.10.1
13312024-10-07T07:26:25.321Z Compiling hyper-tls v0.6.0
13322024-10-07T07:26:25.392Z Compiling hyper-rustls v0.27.3
13332024-10-07T07:26:26.492Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13342024-10-07T07:26:27.103Z Compiling rustls-pemfile v2.2.0
13352024-10-07T07:26:27.573Z Compiling sync_wrapper v1.0.1
13362024-10-07T07:26:27.732Z Compiling http v0.2.12
13372024-10-07T07:26:28.772Z Compiling typify-macro v0.2.0
13382024-10-07T07:26:29.017Z Compiling toml_datetime v0.6.8
13392024-10-07T07:26:29.410Z Compiling base64 v0.22.1
13402024-10-07T07:26:30.448Z Compiling serde_yaml v0.9.34+deprecated
13412024-10-07T07:26:30.459Z Compiling reqwest v0.12.8
13422024-10-07T07:26:30.558Z Compiling toml_edit v0.19.15
13432024-10-07T07:26:32.535Z Compiling rustls v0.21.12
13442024-10-07T07:26:32.734Z Compiling lazy_static v1.5.0
13452024-10-07T07:26:32.856Z Compiling http-body v0.4.6
13462024-10-07T07:26:32.882Z Compiling h2 v0.3.26
13472024-10-07T07:26:33.366Z Compiling proc-macro-crate v1.3.1
13482024-10-07T07:26:33.804Z Compiling rustls-webpki v0.101.7
13492024-10-07T07:26:34.103Z Compiling sct v0.7.1
13502024-10-07T07:26:34.219Z Compiling httpdate v1.0.3
13512024-10-07T07:26:34.540Z Compiling crossbeam-utils v0.8.20
13522024-10-07T07:26:34.557Z Compiling typify v0.2.0
13532024-10-07T07:26:35.004Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13542024-10-07T07:26:36.778Z Compiling num_enum_derive v0.5.11
13552024-10-07T07:26:37.963Z Compiling ipnetwork v0.20.0
13562024-10-07T07:26:38.622Z Compiling hyper v0.14.30
13572024-10-07T07:26:38.893Z Compiling ppv-lite86 v0.2.20
13582024-10-07T07:26:39.164Z Compiling foreign-types-macros v0.2.3
13592024-10-07T07:26:39.875Z Compiling rand_core v0.6.4
13602024-10-07T07:26:40.389Z Compiling dirs-sys-next v0.1.2
13612024-10-07T07:26:40.527Z Compiling foreign-types-shared v0.3.1
13622024-10-07T07:26:40.647Z Compiling powerfmt v0.2.0
13632024-10-07T07:26:41.151Z Compiling time-macros v0.2.18
13642024-10-07T07:26:41.500Z Compiling deranged v0.3.11
13652024-10-07T07:26:43.909Z Compiling foreign-types v0.5.0
13662024-10-07T07:26:44.026Z Compiling dirs-next v2.0.0
13672024-10-07T07:26:44.266Z Compiling rand_chacha v0.3.1
13682024-10-07T07:26:44.314Z Compiling num_enum v0.5.11
13692024-10-07T07:26:44.631Z Compiling tokio-rustls v0.24.1
13702024-10-07T07:26:45.245Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13712024-10-07T07:26:45.983Z Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
13722024-10-07T07:26:48.526Z Compiling progenitor-impl v0.8.0
13732024-10-07T07:26:50.042Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-10-07T07:26:52.028Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-10-07T07:26:52.214Z Compiling cstr-argument v0.1.2
13762024-10-07T07:26:52.475Z Compiling thread_local v1.1.8
13772024-10-07T07:26:52.751Z Compiling time-core v0.1.2
13782024-10-07T07:26:52.943Z Compiling either v1.13.0
13792024-10-07T07:26:53.051Z Compiling pretty-hex v0.2.1
13802024-10-07T07:26:53.212Z Compiling arc-swap v1.7.1
13812024-10-07T07:26:53.262Z Compiling base64 v0.21.7
13822024-10-07T07:26:53.393Z Compiling num-conv v0.1.0
13832024-10-07T07:26:53.663Z Compiling time v0.3.36
13842024-10-07T07:26:53.911Z Compiling rustls-pemfile v1.0.4
13852024-10-07T07:26:54.385Z Compiling slog-scope v4.4.0
13862024-10-07T07:26:54.700Z Compiling itertools v0.12.1
13872024-10-07T07:26:55.283Z Compiling progenitor-macro v0.8.0
13882024-10-07T07:26:55.334Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13892024-10-07T07:26:56.871Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13902024-10-07T07:26:57.253Z Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
13912024-10-07T07:26:58.581Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13922024-10-07T07:26:59.512Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13932024-10-07T07:26:59.694Z Compiling crossbeam-channel v0.5.13
13942024-10-07T07:27:02.805Z Compiling hyper-rustls v0.24.2
13952024-10-07T07:27:03.193Z Compiling rand v0.8.5
13962024-10-07T07:27:05.187Z Compiling term v0.7.0
13972024-10-07T07:27:09.790Z Compiling hyper-tls v0.5.0
13982024-10-07T07:27:10.303Z Compiling anyhow v1.0.89
13992024-10-07T07:27:10.816Z Compiling colored v2.1.0
14002024-10-07T07:27:11.862Z Compiling progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
14012024-10-07T07:27:12.081Z Compiling progenitor-client v0.8.0
14022024-10-07T07:27:12.778Z Compiling is-terminal v0.4.13
14032024-10-07T07:27:12.811Z Compiling take_mut v0.2.2
14042024-10-07T07:27:12.904Z Compiling sync_wrapper v0.1.2
14052024-10-07T07:27:12.968Z Compiling webpki-roots v0.25.4
14062024-10-07T07:27:13.002Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14072024-10-07T07:27:13.038Z Compiling winnow v0.6.20
14082024-10-07T07:27:13.135Z Compiling reqwest v0.11.27
14092024-10-07T07:27:13.351Z Compiling slog-async v2.8.0
14102024-10-07T07:27:14.742Z Compiling slog-term v2.9.1
14112024-10-07T07:27:16.519Z Compiling progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
14122024-10-07T07:27:16.730Z Compiling progenitor v0.8.0
14132024-10-07T07:27:16.946Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14142024-10-07T07:27:17.540Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14152024-10-07T07:27:17.578Z Compiling slog-stdlog v4.1.1
14162024-10-07T07:27:18.433Z Compiling slog-envlogger v2.2.0
14172024-10-07T07:27:20.731Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14182024-10-07T07:27:21.649Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14192024-10-07T07:27:24.138Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
14202024-10-07T07:27:24.138Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
14212024-10-07T07:27:24.138Z |
14222024-10-07T07:27:24.138Z18 | );
14232024-10-07T07:27:24.138Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
14242024-10-07T07:27:24.138Z |
14252024-10-07T07:27:24.138Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
14262024-10-07T07:27:24.138Z = help: the following other types implement trait `From<T>`:
14272024-10-07T07:27:24.138Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
14282024-10-07T07:27:24.138Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
14292024-10-07T07:27:24.138Z = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
14302024-10-07T07:27:24.138Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
14312024-10-07T07:27:24.138Z
14322024-10-07T07:27:24.198Zerror[E0308]: mismatched types
14332024-10-07T07:27:24.198Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
14342024-10-07T07:27:24.198Z |
14352024-10-07T07:27:24.198Z5 | / progenitor::generate_api!(
14362024-10-07T07:27:24.198Z6 | | spec = "../openapi/ddm-admin.json",
14372024-10-07T07:27:24.198Z7 | | inner_type = slog::Logger,
14382024-10-07T07:27:24.198Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
14392024-10-07T07:27:24.198Z... |
14402024-10-07T07:27:24.198Z17 | | })
14412024-10-07T07:27:24.198Z18 | | );
14422024-10-07T07:27:24.198Z | | ^
14432024-10-07T07:27:24.198Z | | |
14442024-10-07T07:27:24.198Z | |_expected `Response`, found a different `Response`
14452024-10-07T07:27:24.198Z | arguments to this function are incorrect
14462024-10-07T07:27:24.198Z |
14472024-10-07T07:27:24.198Z = note: `Response` and `Response` have similar names, but are actually distinct types
14482024-10-07T07:27:24.198Znote: `Response` is defined in crate `reqwest`
14492024-10-07T07:27:24.198Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
14502024-10-07T07:27:24.198Z |
14512024-10-07T07:27:24.198Z25 | pub struct Response {
14522024-10-07T07:27:24.198Z | ^^^^^^^^^^^^^^^^^^^
14532024-10-07T07:27:24.198Znote: `Response` is defined in crate `reqwest`
14542024-10-07T07:27:24.198Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
14552024-10-07T07:27:24.198Z |
14562024-10-07T07:27:24.198Z29 | pub struct Response {
14572024-10-07T07:27:24.199Z | ^^^^^^^^^^^^^^^^^^^
14582024-10-07T07:27:24.199Z = note: perhaps two different versions of crate `reqwest` are being used?
14592024-10-07T07:27:24.199Znote: associated function defined here
14602024-10-07T07:27:24.199Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:121:12
14612024-10-07T07:27:24.199Z |
14622024-10-07T07:27:24.199Z121 | pub fn empty(response: reqwest::Response) -> Self {
14632024-10-07T07:27:24.199Z | ^^^^^
14642024-10-07T07:27:24.199Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
14652024-10-07T07:27:24.199Z
14662024-10-07T07:27:24.202Zerror[E0308]: mismatched types
14672024-10-07T07:27:24.202Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
14682024-10-07T07:27:24.202Z |
14692024-10-07T07:27:24.202Z5 | / progenitor::generate_api!(
14702024-10-07T07:27:24.202Z6 | | spec = "../openapi/ddm-admin.json",
14712024-10-07T07:27:24.202Z7 | | inner_type = slog::Logger,
14722024-10-07T07:27:24.202Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
14732024-10-07T07:27:24.202Z... |
14742024-10-07T07:27:24.202Z17 | | })
14752024-10-07T07:27:24.202Z18 | | );
14762024-10-07T07:27:24.202Z | | ^
14772024-10-07T07:27:24.202Z | | |
14782024-10-07T07:27:24.202Z | |_expected `Response`, found a different `Response`
14792024-10-07T07:27:24.202Z | arguments to this function are incorrect
14802024-10-07T07:27:24.202Z |
14812024-10-07T07:27:24.205Z = note: `Response` and `Response` have similar names, but are actually distinct types
14822024-10-07T07:27:24.205Znote: `Response` is defined in crate `reqwest`
14832024-10-07T07:27:24.205Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
14842024-10-07T07:27:24.205Z |
14852024-10-07T07:27:24.205Z25 | pub struct Response {
14862024-10-07T07:27:24.205Z | ^^^^^^^^^^^^^^^^^^^
14872024-10-07T07:27:24.205Znote: `Response` is defined in crate `reqwest`
14882024-10-07T07:27:24.205Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
14892024-10-07T07:27:24.205Z |
14902024-10-07T07:27:24.205Z29 | pub struct Response {
14912024-10-07T07:27:24.205Z | ^^^^^^^^^^^^^^^^^^^
14922024-10-07T07:27:24.205Z = note: perhaps two different versions of crate `reqwest` are being used?
14932024-10-07T07:27:24.205Znote: associated function defined here
14942024-10-07T07:27:24.205Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:66:18
14952024-10-07T07:27:24.206Z |
14962024-10-07T07:27:24.206Z66 | pub async fn from_response<E: std::fmt::Debug>(
14972024-10-07T07:27:24.206Z | ^^^^^^^^^^^^^
14982024-10-07T07:27:24.206Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
14992024-10-07T07:27:24.206Z
15002024-10-07T07:27:24.211Zerror[E0308]: mismatched types
15012024-10-07T07:27:24.211Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
15022024-10-07T07:27:24.211Z |
15032024-10-07T07:27:24.211Z5 | / progenitor::generate_api!(
15042024-10-07T07:27:24.211Z6 | | spec = "../openapi/ddm-admin.json",
15052024-10-07T07:27:24.211Z7 | | inner_type = slog::Logger,
15062024-10-07T07:27:24.211Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
15072024-10-07T07:27:24.211Z... |
15082024-10-07T07:27:24.211Z17 | | })
15092024-10-07T07:27:24.211Z18 | | );
15102024-10-07T07:27:24.211Z | | ^
15112024-10-07T07:27:24.211Z | | |
15122024-10-07T07:27:24.211Z | |_expected `Response`, found a different `Response`
15132024-10-07T07:27:24.211Z | arguments to this enum variant are incorrect
15142024-10-07T07:27:24.211Z |
15152024-10-07T07:27:24.214Z = note: `Response` and `Response` have similar names, but are actually distinct types
15162024-10-07T07:27:24.214Znote: `Response` is defined in crate `reqwest`
15172024-10-07T07:27:24.214Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
15182024-10-07T07:27:24.214Z |
15192024-10-07T07:27:24.214Z25 | pub struct Response {
15202024-10-07T07:27:24.214Z | ^^^^^^^^^^^^^^^^^^^
15212024-10-07T07:27:24.214Znote: `Response` is defined in crate `reqwest`
15222024-10-07T07:27:24.214Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
15232024-10-07T07:27:24.214Z |
15242024-10-07T07:27:24.214Z29 | pub struct Response {
15252024-10-07T07:27:24.214Z | ^^^^^^^^^^^^^^^^^^^
15262024-10-07T07:27:24.214Z = note: perhaps two different versions of crate `reqwest` are being used?
15272024-10-07T07:27:24.214Znote: tuple variant defined here
15282024-10-07T07:27:24.214Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:257:5
15292024-10-07T07:27:24.214Z |
15302024-10-07T07:27:24.214Z257 | UnexpectedResponse(reqwest::Response),
15312024-10-07T07:27:24.214Z | ^^^^^^^^^^^^^^^^^^
15322024-10-07T07:27:24.214Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15332024-10-07T07:27:24.214Z
15342024-10-07T07:27:24.239Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15352024-10-07T07:27:24.239Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15362024-10-07T07:27:24.239Z |
15372024-10-07T07:27:24.239Z18 | );
15382024-10-07T07:27:24.239Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15392024-10-07T07:27:24.239Z |
15402024-10-07T07:27:24.239Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15412024-10-07T07:27:24.239Z = help: the following other types implement trait `From<T>`:
15422024-10-07T07:27:24.239Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15432024-10-07T07:27:24.239Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15442024-10-07T07:27:24.239Z = note: required for `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15452024-10-07T07:27:24.239Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15462024-10-07T07:27:24.239Z
15472024-10-07T07:27:24.258Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15482024-10-07T07:27:24.258Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15492024-10-07T07:27:24.258Z |
15502024-10-07T07:27:24.258Z18 | );
15512024-10-07T07:27:24.258Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15522024-10-07T07:27:24.258Z |
15532024-10-07T07:27:24.258Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15542024-10-07T07:27:24.258Z = help: the following other types implement trait `From<T>`:
15552024-10-07T07:27:24.258Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15562024-10-07T07:27:24.258Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15572024-10-07T07:27:24.258Z = note: required for `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15582024-10-07T07:27:24.258Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15592024-10-07T07:27:24.258Z
15602024-10-07T07:27:24.275Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15612024-10-07T07:27:24.275Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15622024-10-07T07:27:24.275Z |
15632024-10-07T07:27:24.275Z18 | );
15642024-10-07T07:27:24.275Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15652024-10-07T07:27:24.275Z |
15662024-10-07T07:27:24.275Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15672024-10-07T07:27:24.275Z = help: the following other types implement trait `From<T>`:
15682024-10-07T07:27:24.275Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15692024-10-07T07:27:24.275Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15702024-10-07T07:27:24.275Z = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15712024-10-07T07:27:24.275Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15722024-10-07T07:27:24.275Z
15732024-10-07T07:27:24.348Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15742024-10-07T07:27:24.348Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15752024-10-07T07:27:24.348Z |
15762024-10-07T07:27:24.348Z18 | );
15772024-10-07T07:27:24.348Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15782024-10-07T07:27:24.348Z |
15792024-10-07T07:27:24.348Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15802024-10-07T07:27:24.348Z = help: the following other types implement trait `From<T>`:
15812024-10-07T07:27:24.348Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15822024-10-07T07:27:24.348Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15832024-10-07T07:27:24.348Z = note: required for `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15842024-10-07T07:27:24.348Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15852024-10-07T07:27:24.348Z
15862024-10-07T07:27:24.409Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15872024-10-07T07:27:24.409Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15882024-10-07T07:27:24.409Z |
15892024-10-07T07:27:24.409Z18 | );
15902024-10-07T07:27:24.409Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15912024-10-07T07:27:24.409Z |
15922024-10-07T07:27:24.409Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15932024-10-07T07:27:24.409Z = help: the following other types implement trait `From<T>`:
15942024-10-07T07:27:24.409Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15952024-10-07T07:27:24.409Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15962024-10-07T07:27:24.409Z = note: required for `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15972024-10-07T07:27:24.409Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15982024-10-07T07:27:24.409Z
15992024-10-07T07:27:24.842ZSome errors have detailed explanations: E0277, E0308.
16002024-10-07T07:27:24.842ZFor more information about an error, try `rustc --explain E0277`.
16012024-10-07T07:27:25.065Zerror: could not compile `ddm-admin-client` (lib) due to 16 previous errors
16022024-10-07T07:27:25.065Zwarning: build failed, waiting for other jobs to finish...
16032024-10-07T07:27:41.843Z+ cleanup
16042024-10-07T07:27:41.846Z++ id -un
16052024-10-07T07:27:41.907Z++ id -gn
16062024-10-07T07:27:41.910Z+ pfexec chown -R build:build .
16072024-10-07T07:27:41.991Zprocess exited: duration 535620 ms, exit code 101
 
16082024-10-07T07:27:41.997Zfound 0 output files