01J9JXD25AXH9PPD37BMP5JQ8F: test-ddm-trio-v2-server

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: 01J9JXDDQXPW284JTDXNXX4QJE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-07T07:18:14.103Zjob assigned to worker 01J9JXDHYAXDZHM1BYN6D37KBA (queued for 1 m 10 s)
 
22024-10-07T07:18:22.010Zstarting task 0: "setup"
32024-10-07T07:18:22.021Z++ uname -s
42024-10-07T07:18:22.023Z+ kern=SunOS
52024-10-07T07:18:22.023Z+ case "$kern" in
62024-10-07T07:18:22.023Z+ groupadd -g 12345 build
72024-10-07T07:18:22.026Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-07T07:18:24.037Z+ zfs create -o mountpoint=/work rpool/work
92024-10-07T07:18:24.143Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-07T07:18:24.146Z+ home_fs=zfs
112024-10-07T07:18:24.146Z+ [[ zfs == autofs ]]
122024-10-07T07:18:24.147Z+ mkdir -p /home/build
132024-10-07T07:18:24.149Z+ chown build:build /home/build /work
142024-10-07T07:18:26.151Z+ chmod 0700 /home/build /work
152024-10-07T07:18:26.154Zprocess exited: duration 4144 ms, exit code 0
 
162024-10-07T07:18:26.160Zstarting task 1: "rust-toolchain"
172024-10-07T07:18:26.165Z+ printf ' * toolchain channel = "%s"
182024-10-07T07:18:26.166Z * toolchain channel = "stable"
192024-10-07T07:18:26.166Z * toolchain profile = "default"
202024-10-07T07:18:26.166Z' stable
212024-10-07T07:18:26.166Z+ printf ' * toolchain profile = "%s"
222024-10-07T07:18:26.166Z' default
232024-10-07T07:18:26.168Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-07T07:18:26.168Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-07T07:18:26.285Zinfo: downloading installer
262024-10-07T07:18:27.385Zinfo: profile set to 'default'
272024-10-07T07:18:27.385Zinfo: default host triple is x86_64-unknown-illumos
282024-10-07T07:18:27.387Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-07T07:18:27.517Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-10-07T07:18:27.517Zinfo: downloading component 'cargo'
312024-10-07T07:18:28.169Zinfo: downloading component 'clippy'
322024-10-07T07:18:28.413Zinfo: downloading component 'rust-docs'
332024-10-07T07:18:29.326Zinfo: downloading component 'rust-std'
342024-10-07T07:18:30.736Zinfo: downloading component 'rustc'
352024-10-07T07:18:35.772Zinfo: downloading component 'rustfmt'
362024-10-07T07:18:35.966Zinfo: installing component 'cargo'
372024-10-07T07:18:36.817Zinfo: installing component 'clippy'
382024-10-07T07:18:37.202Zinfo: installing component 'rust-docs'
392024-10-07T07:18:38.875Zinfo: installing component 'rust-std'
402024-10-07T07:18:40.740Zinfo: installing component 'rustc'
412024-10-07T07:18:46.544Zinfo: installing component 'rustfmt'
422024-10-07T07:18:46.889Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-07T07:18:46.889Z
442024-10-07T07:18:47.254Z stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-10-07T07:18:47.254Z
462024-10-07T07:18:47.257Z
472024-10-07T07:18:47.257ZRust is installed now. Great!
482024-10-07T07:18:47.257Z
492024-10-07T07:18:47.258ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-07T07:18:47.258Zenvironment variable. This has not been done automatically.
512024-10-07T07:18:47.258Z
522024-10-07T07:18:47.258ZTo configure your current shell, you need to source
532024-10-07T07:18:47.258Zthe corresponding env file under $HOME/.cargo.
542024-10-07T07:18:47.258Z
552024-10-07T07:18:47.258ZThis is usually done by running one of the following (note the leading DOT):
562024-10-07T07:18:47.258Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-07T07:18:47.258Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-07T07:18:47.328Z+ rustc --version
592024-10-07T07:18:47.395Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-10-07T07:18:47.398Zprocess exited: duration 21234 ms, exit code 0
 
612024-10-07T07:18:47.405Zstarting task 2: "authentication"
622024-10-07T07:18:47.424Zprocess exited: duration 21 ms, exit code 0
 
632024-10-07T07:18:47.429Zstarting task 3: "clone repository"
642024-10-07T07:18:47.434Z+ mkdir -p /work/oxidecomputer/maghemite
652024-10-07T07:18:47.437Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-10-07T07:18:47.481ZCloning into '/work/oxidecomputer/maghemite'...
672024-10-07T07:18:48.381Z+ cd /work/oxidecomputer/maghemite
682024-10-07T07:18:48.381Z+ git fetch origin ef4f02e3d10609e3598c40be60eb2b774e2e9738
692024-10-07T07:18:48.639ZFrom https://github.com/oxidecomputer/maghemite
702024-10-07T07:18:48.639Z * branch ef4f02e3d10609e3598c40be60eb2b774e2e9738 -> FETCH_HEAD
712024-10-07T07:18:48.646Z+ [[ -n renovate/lock-file-maintenance ]]
722024-10-07T07:18:48.649Z++ git branch --show-current
732024-10-07T07:18:48.651Z+ current=main
742024-10-07T07:18:48.651Z+ [[ main != renovate/lock-file-maintenance ]]
752024-10-07T07:18:48.651Z+ git branch -f renovate/lock-file-maintenance ef4f02e3d10609e3598c40be60eb2b774e2e9738
762024-10-07T07:18:48.654Z+ git checkout -f renovate/lock-file-maintenance
772024-10-07T07:18:48.668ZSwitched to branch 'renovate/lock-file-maintenance'
782024-10-07T07:18:48.670Z+ git reset --hard ef4f02e3d10609e3598c40be60eb2b774e2e9738
792024-10-07T07:18:48.674ZHEAD is now at ef4f02e Lock file maintenance
802024-10-07T07:18:48.677Zprocess exited: duration 1245 ms, exit code 0
 
812024-10-07T07:18:48.682Zstarting task 4: "build"
822024-10-07T07:18:48.688Z++ cargo --version
832024-10-07T07:18:48.692Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-07T07:18:48.820Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-07T07:18:48.820Zinfo: downloading component 'cargo'
862024-10-07T07:18:49.422Zinfo: downloading component 'clippy'
872024-10-07T07:18:49.651Zinfo: downloading component 'rust-docs'
882024-10-07T07:18:50.496Zinfo: downloading component 'rust-std'
892024-10-07T07:18:51.886Zinfo: downloading component 'rustc'
902024-10-07T07:18:56.516Zinfo: downloading component 'rustfmt'
912024-10-07T07:18:56.695Zinfo: installing component 'cargo'
922024-10-07T07:18:57.528Zinfo: installing component 'clippy'
932024-10-07T07:18:57.916Zinfo: installing component 'rust-docs'
942024-10-07T07:18:59.561Zinfo: installing component 'rust-std'
952024-10-07T07:19:01.386Zinfo: installing component 'rustc'
962024-10-07T07:19:07.105Zinfo: installing component 'rustfmt'
972024-10-07T07:19:07.528Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-07T07:19:07.531Z++ rustc --version
992024-10-07T07:19:07.600Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-07T07:19:07.604Z++ dladm
1012024-10-07T07:19:07.608ZLINK CLASS MTU STATE BRIDGE OVER
1022024-10-07T07:19:07.608Zena0 phys 9216 up -- --
1032024-10-07T07:19:07.614Z++ ipadm
1042024-10-07T07:19:07.614ZADDROBJ TYPE STATE ADDR
1052024-10-07T07:19:07.614Zlo0/v4 static ok 127.0.0.1/8
1062024-10-07T07:19:07.614Zena0/dhcp dhcp ok 10.150.1.89/24
1072024-10-07T07:19:07.614Zlo0/v6 static ok ::1/128
1082024-10-07T07:19:07.615Z++ banner collect
1092024-10-07T07:19:07.619Z
1102024-10-07T07:19:07.619Z #### #### # # ###### #### #####
1112024-10-07T07:19:07.619Z # # # # # # # # # #
1122024-10-07T07:19:07.619Z # # # # # ##### # #
1132024-10-07T07:19:07.619Z # # # # # # # #
1142024-10-07T07:19:07.619Z # # # # # # # # # #
1152024-10-07T07:19:07.619Z #### #### ###### ###### ###### #### #
1162024-10-07T07:19:07.619Z
1172024-10-07T07:19:07.619Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-10-07T07:19:07.620Z++ repo=softnpu
1192024-10-07T07:19:07.620Z++ series=image
1202024-10-07T07:19:07.620Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-10-07T07:19:07.620Z++ name=softnpu
1222024-10-07T07:19:07.620Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-10-07T07:19:07.620Z++ mkdir -p download
1242024-10-07T07:19:07.620Z++ pushd download
1252024-10-07T07:19:07.620Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-10-07T07:19:07.621Z++ [[ ! -f softnpu ]]
1272024-10-07T07:19:07.621Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-10-07T07:19:07.625Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-10-07T07:19:07.633Z Dload Upload Total Spent Left Speed
1302024-10-07T07:19:08.083Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 47.6M 0 --:--:-- --:--:-- --:--:-- 47.7M
1312024-10-07T07:19:08.086Z++ popd
1322024-10-07T07:19:08.089Z/work/oxidecomputer/maghemite
1332024-10-07T07:19:08.089Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-10-07T07:19:08.089Z++ repo=sidecar-lite
1352024-10-07T07:19:08.089Z++ series=release
1362024-10-07T07:19:08.089Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-10-07T07:19:08.089Z++ name=libsidecar_lite.so
1382024-10-07T07:19:08.089Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-10-07T07:19:08.089Z++ mkdir -p download
1402024-10-07T07:19:08.089Z++ pushd download
1412024-10-07T07:19:08.089Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-10-07T07:19:08.089Z++ [[ ! -f libsidecar_lite.so ]]
1432024-10-07T07:19:08.089Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-10-07T07:19:08.097Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-10-07T07:19:08.098Z Dload Upload Total Spent Left Speed
1462024-10-07T07:19:08.597Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 20.3M 6 1291k 0 0 9525k 0 0:00:02 --:--:-- 0:00:02 9498k 100 20.3M 100 20.3M 0 0 40.6M 0 --:--:-- --:--:-- --:--:-- 40.6M
1472024-10-07T07:19:08.601Z++ popd
1482024-10-07T07:19:08.601Z/work/oxidecomputer/maghemite
1492024-10-07T07:19:08.602Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-10-07T07:19:08.602Z++ repo=sidecar-lite
1512024-10-07T07:19:08.602Z++ series=release
1522024-10-07T07:19:08.602Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-10-07T07:19:08.602Z++ name=scadm
1542024-10-07T07:19:08.602Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-10-07T07:19:08.602Z++ mkdir -p download
1562024-10-07T07:19:08.607Z++ pushd download
1572024-10-07T07:19:08.607Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-10-07T07:19:08.607Z++ [[ ! -f scadm ]]
1592024-10-07T07:19:08.607Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-10-07T07:19:08.613Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-10-07T07:19:08.613Z Dload Upload Total Spent Left Speed
1622024-10-07T07:19:09.067Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 50.0M 0 --:--:-- --:--:-- --:--:-- 50.1M
1632024-10-07T07:19:09.077Z++ popd
1642024-10-07T07:19:09.077Z/work/oxidecomputer/maghemite
1652024-10-07T07:19:09.077Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-10-07T07:19:09.077Z++ repo=dendrite
1672024-10-07T07:19:09.077Z++ series=image
1682024-10-07T07:19:09.077Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-10-07T07:19:09.077Z++ name=dendrite-softnpu.tar.gz
1702024-10-07T07:19:09.077Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-10-07T07:19:09.077Z++ mkdir -p download
1722024-10-07T07:19:09.077Z++ pushd download
1732024-10-07T07:19:09.077Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-10-07T07:19:09.077Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-10-07T07:19:09.077Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-10-07T07:19:09.082Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-10-07T07:19:09.082Z Dload Upload Total Spent Left Speed
1782024-10-07T07:19:09.160Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1792024-10-07T07:19:09.160Zcurl: (22) The requested URL returned error: 404
1802024-10-07T07:19:09.163Z++ popd
1812024-10-07T07:19:09.163Z/work/oxidecomputer/maghemite
1822024-10-07T07:19:09.163Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1832024-10-07T07:19:09.163Z++ repo=maghemite
1842024-10-07T07:19:09.164Z++ series=release
1852024-10-07T07:19:09.164Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1862024-10-07T07:19:09.164Z++ name=ddmd
1872024-10-07T07:19:09.164Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882024-10-07T07:19:09.164Z++ mkdir -p download
1892024-10-07T07:19:09.167Z++ pushd download
1902024-10-07T07:19:09.167Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912024-10-07T07:19:09.167Z++ [[ ! -f ddmd ]]
1922024-10-07T07:19:09.167Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1932024-10-07T07:19:09.174Z % Total % Received % Xferd Average Speed Time Time Time Current
1942024-10-07T07:19:09.174Z Dload Upload Total Spent Left Speed
1952024-10-07T07:19:09.791Z 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 66.3M 0 --:--:-- --:--:-- --:--:-- 66.2M
1962024-10-07T07:19:09.795Z++ popd
1972024-10-07T07:19:09.796Z/work/oxidecomputer/maghemite
1982024-10-07T07:19:09.796Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1992024-10-07T07:19:09.796Z++ repo=maghemite
2002024-10-07T07:19:09.796Z++ series=release
2012024-10-07T07:19:09.797Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2022024-10-07T07:19:09.797Z++ name=ddmadm
2032024-10-07T07:19:09.797Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2042024-10-07T07:19:09.797Z++ mkdir -p download
2052024-10-07T07:19:09.809Z++ pushd download
2062024-10-07T07:19:09.809Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2072024-10-07T07:19:09.809Z++ [[ ! -f ddmadm ]]
2082024-10-07T07:19:09.809Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2092024-10-07T07:19:09.809Z % Total % Received % Xferd Average Speed Time Time Time Current
2102024-10-07T07:19:09.809Z Dload Upload Total Spent Left Speed
2112024-10-07T07:19:10.234Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 18.0M 97 17.5M 0 0 41.3M 0 --:--:-- --:--:-- --:--:-- 41.2M 100 18.0M 100 18.0M 0 0 42.0M 0 --:--:-- --:--:-- --:--:-- 41.9M
2122024-10-07T07:19:10.237Z++ popd
2132024-10-07T07:19:10.240Z/work/oxidecomputer/maghemite
2142024-10-07T07:19:10.240Z++ pushd download
2152024-10-07T07:19:10.240Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2162024-10-07T07:19:10.240Z++ chmod +x softnpu
2172024-10-07T07:19:10.243Z++ chmod +x scadm
2182024-10-07T07:19:10.243Z++ chmod +x ddmadm
2192024-10-07T07:19:10.245Z++ chmod +x ddmd
2202024-10-07T07:19:10.248Z++ mv ddmadm ddmadm-v2
2212024-10-07T07:19:10.248Z++ mv ddmd ddmd-v2
2222024-10-07T07:19:10.250Z++ rm -rf zones/dendrite
2232024-10-07T07:19:10.252Z++ mkdir -p zones/dendrite
2242024-10-07T07:19:10.255Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2252024-10-07T07:19:10.257Ztar: dendrite-softnpu.tar.gz: No such file or directory
2262024-10-07T07:19:10.257Z++ popd
2272024-10-07T07:19:10.257Z/work/oxidecomputer/maghemite
2282024-10-07T07:19:10.257Z++ banner install
2292024-10-07T07:19:10.260Z
2302024-10-07T07:19:10.260Z # # # #### ##### ## # #
2312024-10-07T07:19:10.260Z # ## # # # # # # #
2322024-10-07T07:19:10.260Z # # # # #### # # # # #
2332024-10-07T07:19:10.260Z # # # # # # ###### # #
2342024-10-07T07:19:10.260Z # # ## # # # # # # #
2352024-10-07T07:19:10.260Z # # # #### # # # ###### ######
2362024-10-07T07:19:10.260Z
2372024-10-07T07:19:10.263Z++ pkg info brand/sparse
2382024-10-07T07:19:10.263Z++ grep -qi installed
2392024-10-07T07:19:11.917Zpkg: info: no packages matching the following patterns you specified are
2402024-10-07T07:19:11.917Zinstalled on the system. Try querying remotely instead:
2412024-10-07T07:19:11.917Z
2422024-10-07T07:19:11.917Z brand/sparse
2432024-10-07T07:19:11.964Z++ [[ 1 != 0 ]]
2442024-10-07T07:19:11.964Z++ set -o errexit
2452024-10-07T07:19:11.964Z++ pfexec pkg install brand/sparse
2462024-10-07T07:19:17.670Z Startup: Refreshing catalog 'helios-dev' ... Done
2472024-10-07T07:19:20.553Z Startup: Caching catalogs ... Done
2482024-10-07T07:19:24.964ZPlanning: Solver setup ... Done
2492024-10-07T07:19:25.023ZPlanning: Running solver ... Done
2502024-10-07T07:19:25.088ZPlanning: Finding local manifests ... Done
2512024-10-07T07:19:25.101ZPlanning: Fetching manifests: 0/3 0% complete
2522024-10-07T07:19:25.195ZPlanning: Fetching manifests: 3/3 100% complete
2532024-10-07T07:19:25.270ZPlanning: Package planning ... Done
2542024-10-07T07:19:25.276ZPlanning: Merging actions ... Done
2552024-10-07T07:19:25.473ZPlanning: Checking for conflicting actions ... Done
2562024-10-07T07:19:27.564ZPlanning: Consolidating action changes ... Done
2572024-10-07T07:19:28.153ZPlanning: Evaluating mediators ... Done
2582024-10-07T07:19:28.222ZPlanning: Planning completed in 7.59 seconds
2592024-10-07T07:19:28.239Z Packages to install: 1
2602024-10-07T07:19:28.239Z Packages to update: 2
2612024-10-07T07:19:28.241Z Create boot environment: No
2622024-10-07T07:19:28.241ZCreate backup boot environment: Yes
2632024-10-07T07:19:28.316Z
2642024-10-07T07:19:28.316ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2652024-10-07T07:19:31.860ZDownload: Completed 8.03 MB in 3.54 seconds (2.3M/s)
2662024-10-07T07:19:33.788Z Actions: 1/1419 actions (Removing old actions)
2672024-10-07T07:19:33.809Z Actions: 199/1419 actions (Installing new actions)
2682024-10-07T07:19:33.924Z Actions: 579/1419 actions (Updating modified actions)
2692024-10-07T07:19:34.258Z Actions: Completed 1419 actions in 0.47 seconds.
2702024-10-07T07:19:34.431Z Done
2712024-10-07T07:19:34.434Z Done
2722024-10-07T07:19:34.853Z Done
2732024-10-07T07:19:39.369Z Done
2742024-10-07T07:19:39.459Z Done
2752024-10-07T07:19:39.462Z Done
2762024-10-07T07:19:39.561Z Done
2772024-10-07T07:19:39.896Z++ set -o errexit
2782024-10-07T07:19:39.896Z++ set -o pipefail
2792024-10-07T07:19:39.896Z++ banner build
2802024-10-07T07:19:39.899Z
2812024-10-07T07:19:39.899Z ##### # # # # #####
2822024-10-07T07:19:39.899Z # # # # # # # #
2832024-10-07T07:19:39.899Z ##### # # # # # #
2842024-10-07T07:19:39.899Z # # # # # # # #
2852024-10-07T07:19:39.899Z # # # # # # # #
2862024-10-07T07:19:39.899Z ##### #### # ###### #####
2872024-10-07T07:19:39.899Z
2882024-10-07T07:19:39.899Z++ cargo build --release --bin ddmd --bin ddmadm
2892024-10-07T07:19:40.073Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2902024-10-07T07:19:40.341Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2912024-10-07T07:19:40.560ZFrom https://www.github.com/oxidecomputer/oxnet
2922024-10-07T07:19:40.560Z * [new branch] ci -> origin/ci
2932024-10-07T07:19:40.563Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2942024-10-07T07:19:40.563Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2952024-10-07T07:19:40.563Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2962024-10-07T07:19:40.563Z * [new branch] main -> origin/main
2972024-10-07T07:19:40.563Z * [new ref] -> origin/HEAD
2982024-10-07T07:19:40.574Z Updating crates.io index
2992024-10-07T07:19:40.685Z Updating git repository `https://github.com/oxidecomputer/falcon`
3002024-10-07T07:19:41.408ZFrom https://github.com/oxidecomputer/falcon
3012024-10-07T07:19:41.408Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3022024-10-07T07:19:41.513Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032024-10-07T07:19:42.662ZFrom https://github.com/oxidecomputer/dendrite
3042024-10-07T07:19:42.662Z * [new ref] f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa -> refs/commit/f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa
3052024-10-07T07:19:42.721Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062024-10-07T07:19:43.074ZFrom https://github.com/oxidecomputer/ispf
3072024-10-07T07:19:43.074Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3082024-10-07T07:19:43.083Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092024-10-07T07:19:43.523ZFrom https://github.com/oxidecomputer/netadm-sys
3102024-10-07T07:19:43.523Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3112024-10-07T07:19:43.534Z Updating git repository `https://github.com/oxidecomputer/omicron`
3122024-10-07T07:19:48.566ZFrom https://github.com/oxidecomputer/omicron
3132024-10-07T07:19:48.566Z * [new ref] e51641064a9aeb62b6461055505c53e43fbbe58c -> refs/commit/e51641064a9aeb62b6461055505c53e43fbbe58c
3142024-10-07T07:19:48.596Z * [new tag] dogfood -> dogfood
3152024-10-07T07:19:48.599Z * [new tag] v5 -> v5
3162024-10-07T07:19:48.599Z * [new tag] v6 -> v6
3172024-10-07T07:19:48.599Z * [new tag] v7 -> v7
3182024-10-07T07:19:48.599Z * [new tag] v8 -> v8
3192024-10-07T07:19:48.599Z * [new tag] v9 -> v9
3202024-10-07T07:19:48.956Z Updating git repository `https://github.com/oxidecomputer/opte`
3212024-10-07T07:19:50.021ZFrom https://github.com/oxidecomputer/opte
3222024-10-07T07:19:50.021Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3232024-10-07T07:19:50.086Z Updating git repository `https://github.com/illumos/smf-rs`
3242024-10-07T07:19:50.517ZFrom https://github.com/illumos/smf-rs
3252024-10-07T07:19:50.518Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3262024-10-07T07:19:50.529Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3272024-10-07T07:19:51.311ZFrom https://github.com/oxidecomputer/maghemite
3282024-10-07T07:19:51.311Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3292024-10-07T07:19:51.328Z * [new tag] rift -> rift
3302024-10-07T07:19:51.330Z * [new tag] srp -> srp
3312024-10-07T07:19:51.330Z * [new tag] tie-spf -> tie-spf
3322024-10-07T07:19:51.398Z Updating git repository `https://github.com/oxidecomputer/zone`
3332024-10-07T07:19:51.858ZFrom https://github.com/oxidecomputer/zone
3342024-10-07T07:19:51.858Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3352024-10-07T07:19:51.888Z Updating git repository `https://github.com/oxidecomputer/propolis`
3362024-10-07T07:19:52.552ZFrom https://github.com/oxidecomputer/propolis
3372024-10-07T07:19:52.552Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3382024-10-07T07:19:52.661Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3392024-10-07T07:19:53.021ZFrom https://github.com/oxidecomputer/dlpi-sys
3402024-10-07T07:19:53.022Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3412024-10-07T07:19:53.052Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3422024-10-07T07:19:53.435ZFrom https://github.com/jmesmon/rust-libzfs
3432024-10-07T07:19:53.435Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3442024-10-07T07:19:53.451Z * [new tag] v0.4.0 -> v0.4.0
3452024-10-07T07:19:53.465Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3462024-10-07T07:19:53.833ZFrom https://github.com/oxidecomputer/rusty-doors
3472024-10-07T07:19:53.833Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3482024-10-07T07:19:53.850Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3492024-10-07T07:19:54.249ZFrom https://github.com/oxidecomputer/maghemite
3502024-10-07T07:19:54.249Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3512024-10-07T07:19:54.308Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3522024-10-07T07:19:54.670ZFrom https://github.com/oxidecomputer/serde_human_bytes
3532024-10-07T07:19:54.670Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3542024-10-07T07:19:54.698Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3552024-10-07T07:19:55.149ZFrom https://github.com/oxidecomputer/slog-error-chain
3562024-10-07T07:19:55.149Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3572024-10-07T07:19:55.188Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3582024-10-07T07:19:55.553ZFrom https://github.com/oxidecomputer/poptrie
3592024-10-07T07:19:55.553Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3602024-10-07T07:19:55.579Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3612024-10-07T07:19:55.955ZFrom https://github.com/illumos/libscf-sys
3622024-10-07T07:19:55.955Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3632024-10-07T07:19:55.982Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3642024-10-07T07:19:56.959ZFrom https://github.com/oxidecomputer/progenitor
3652024-10-07T07:19:56.959Z * [new ref] 137455149f7e1b902582d1da9d90ad4b09522e1c -> refs/commit/137455149f7e1b902582d1da9d90ad4b09522e1c
3662024-10-07T07:19:56.980Z * [new tag] v0.1.1 -> v0.1.1
3672024-10-07T07:19:56.983Z * [new tag] v0.2.0 -> v0.2.0
3682024-10-07T07:19:56.983Z * [new tag] v0.3.0 -> v0.3.0
3692024-10-07T07:19:56.983Z * [new tag] v0.4.0 -> v0.4.0
3702024-10-07T07:19:56.983Z * [new tag] v0.5.0 -> v0.5.0
3712024-10-07T07:19:56.983Z * [new tag] v0.6.0 -> v0.6.0
3722024-10-07T07:19:56.983Z * [new tag] v0.7.0 -> v0.7.0
3732024-10-07T07:19:56.983Z * [new tag] v0.8.0 -> v0.8.0
3742024-10-07T07:19:57.104Z Updating git repository `https://github.com/oxidecomputer/typify`
3752024-10-07T07:19:59.838ZFrom https://github.com/oxidecomputer/typify
3762024-10-07T07:19:59.838Z * [new ref] d6f1877057e9a7a3146707ec3309044a4918697e -> refs/commit/d6f1877057e9a7a3146707ec3309044a4918697e
3772024-10-07T07:19:59.857Z * [new tag] v0.0.10 -> v0.0.10
3782024-10-07T07:19:59.860Z * [new tag] v0.0.11 -> v0.0.11
3792024-10-07T07:19:59.860Z * [new tag] v0.0.12 -> v0.0.12
3802024-10-07T07:19:59.860Z * [new tag] v0.0.13 -> v0.0.13
3812024-10-07T07:19:59.860Z * [new tag] v0.0.14 -> v0.0.14
3822024-10-07T07:19:59.860Z * [new tag] v0.0.15 -> v0.0.15
3832024-10-07T07:19:59.860Z * [new tag] v0.0.16 -> v0.0.16
3842024-10-07T07:19:59.860Z * [new tag] v0.0.4 -> v0.0.4
3852024-10-07T07:19:59.860Z * [new tag] v0.0.5 -> v0.0.5
3862024-10-07T07:19:59.860Z * [new tag] v0.0.7 -> v0.0.7
3872024-10-07T07:19:59.860Z * [new tag] v0.0.8 -> v0.0.8
3882024-10-07T07:19:59.860Z * [new tag] v0.0.9 -> v0.0.9
3892024-10-07T07:19:59.860Z * [new tag] v0.1.0 -> v0.1.0
3902024-10-07T07:19:59.860Z * [new tag] v0.2.0 -> v0.2.0
3912024-10-07T07:20:00.086Z Updating git repository `https://github.com/oxidecomputer/propolis`
3922024-10-07T07:20:00.524ZFrom https://github.com/oxidecomputer/propolis
3932024-10-07T07:20:00.524Z * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927
3942024-10-07T07:20:00.607Z Updating git repository `https://github.com/oxidecomputer/crucible`
3952024-10-07T07:20:02.402ZFrom https://github.com/oxidecomputer/crucible
3962024-10-07T07:20:02.402Z * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac
3972024-10-07T07:20:02.486Z Updating git repository `https://github.com/oxidecomputer/opte`
3982024-10-07T07:20:02.979ZFrom https://github.com/oxidecomputer/opte
3992024-10-07T07:20:02.979Z * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa
4002024-10-07T07:20:03.134Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4012024-10-07T07:20:03.831ZFrom https://github.com/oxidecomputer/management-gateway-service
4022024-10-07T07:20:03.831Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
4032024-10-07T07:20:04.710Z Downloading crates ...
4042024-10-07T07:20:04.808Z Downloaded atomicwrites v0.4.4
4052024-10-07T07:20:04.810Z Downloaded arc-swap v1.7.1
4062024-10-07T07:20:04.814Z Downloaded ahash v0.8.11
4072024-10-07T07:20:04.817Z Downloaded ciborium-io v0.2.2
4082024-10-07T07:20:04.819Z Downloaded dtrace-parser v0.2.0
4092024-10-07T07:20:04.819Z Downloaded darling_macro v0.20.10
4102024-10-07T07:20:04.822Z Downloaded const-random-macro v0.1.16
4112024-10-07T07:20:04.824Z Downloaded float-ord v0.3.2
4122024-10-07T07:20:04.824Z Downloaded foreign-types v0.3.2
4132024-10-07T07:20:04.831Z Downloaded foreign-types-shared v0.1.1
4142024-10-07T07:20:04.833Z Downloaded futures-sink v0.3.31
4152024-10-07T07:20:04.833Z Downloaded foreign-types v0.5.0
4162024-10-07T07:20:04.836Z Downloaded async-stream-impl v0.3.6
4172024-10-07T07:20:04.836Z Downloaded anstyle v1.0.8
4182024-10-07T07:20:04.839Z Downloaded parking_lot_core v0.9.10
4192024-10-07T07:20:04.842Z Downloaded parking_lot_core v0.8.6
4202024-10-07T07:20:04.844Z Downloaded progenitor-client v0.8.0
4212024-10-07T07:20:04.846Z Downloaded crucible-workspace-hack v0.1.0
4222024-10-07T07:20:04.846Z Downloaded pretty-hex v0.2.1
4232024-10-07T07:20:04.849Z Downloaded byteorder v1.5.0
4242024-10-07T07:20:04.851Z Downloaded anstyle-query v1.1.1
4252024-10-07T07:20:04.854Z Downloaded dirs-sys-next v0.1.2
4262024-10-07T07:20:04.854Z Downloaded bitflags v1.3.2
4272024-10-07T07:20:04.857Z Downloaded errno v0.3.9
4282024-10-07T07:20:04.860Z Downloaded clap_lex v0.7.2
4292024-10-07T07:20:04.862Z Downloaded crypto-common v0.1.6
4302024-10-07T07:20:04.862Z Downloaded colorchoice v1.0.2
4312024-10-07T07:20:04.864Z Downloaded async-stream v0.3.6
4322024-10-07T07:20:04.867Z Downloaded enum-as-inner v0.6.1
4332024-10-07T07:20:04.869Z Downloaded sigpipe v0.1.3
4342024-10-07T07:20:04.869Z Downloaded const-random v0.1.18
4352024-10-07T07:20:04.871Z Downloaded scroll_derive v0.12.0
4362024-10-07T07:20:04.871Z Downloaded equivalent v1.0.1
4372024-10-07T07:20:04.871Z Downloaded crunchy v0.2.2
4382024-10-07T07:20:04.873Z Downloaded paste v1.0.15
4392024-10-07T07:20:04.875Z Downloaded serde_urlencoded v0.7.1
4402024-10-07T07:20:04.878Z Downloaded pretty-hex v0.4.1
4412024-10-07T07:20:04.882Z Downloaded futures-executor v0.3.31
4422024-10-07T07:20:04.882Z Downloaded defmt-parser v0.3.4
4432024-10-07T07:20:04.882Z Downloaded defmt v0.3.8
4442024-10-07T07:20:04.886Z Downloaded futures-macro v0.3.31
4452024-10-07T07:20:04.888Z Downloaded plain v0.2.3
4462024-10-07T07:20:04.891Z Downloaded form_urlencoded v1.2.1
4472024-10-07T07:20:04.891Z Downloaded fastrand v2.1.1
4482024-10-07T07:20:04.893Z Downloaded cpufeatures v0.2.14
4492024-10-07T07:20:04.893Z Downloaded progenitor-macro v0.8.0
4502024-10-07T07:20:04.895Z Downloaded proc-macro-crate v3.2.0
4512024-10-07T07:20:04.898Z Downloaded parse-display v0.10.0
4522024-10-07T07:20:04.898Z Downloaded scopeguard v1.2.0
4532024-10-07T07:20:04.901Z Downloaded rustc-hash v2.0.0
4542024-10-07T07:20:04.901Z Downloaded http-body v1.0.1
4552024-10-07T07:20:04.904Z Downloaded foreign-types-shared v0.3.1
4562024-10-07T07:20:04.904Z Downloaded instant v0.1.13
4572024-10-07T07:20:04.906Z Downloaded is_terminal_polyfill v1.70.1
4582024-10-07T07:20:04.907Z Downloaded rustversion v1.0.17
4592024-10-07T07:20:04.909Z Downloaded digest v0.10.7
4602024-10-07T07:20:04.912Z Downloaded camino-tempfile v1.1.1
4612024-10-07T07:20:04.914Z Downloaded anstyle-parse v0.2.5
4622024-10-07T07:20:04.917Z Downloaded pest_generator v2.7.13
4632024-10-07T07:20:04.920Z Downloaded sha1 v0.10.6
4642024-10-07T07:20:04.922Z Downloaded semver v0.1.20
4652024-10-07T07:20:04.922Z Downloaded defmt-macros v0.3.9
4662024-10-07T07:20:04.925Z Downloaded slog-envlogger v2.2.0
4672024-10-07T07:20:04.927Z Downloaded fnv v1.0.7
4682024-10-07T07:20:04.930Z Downloaded either v1.13.0
4692024-10-07T07:20:04.930Z Downloaded futures-io v0.3.31
4702024-10-07T07:20:04.933Z Downloaded embedded-io v0.4.0
4712024-10-07T07:20:04.933Z Downloaded progenitor v0.8.0
4722024-10-07T07:20:04.936Z Downloaded newline-converter v0.3.0
4732024-10-07T07:20:04.936Z Downloaded slab v0.4.9
4742024-10-07T07:20:04.938Z Downloaded quick-error v1.2.3
4752024-10-07T07:20:04.941Z Downloaded bitflags v2.6.0
4762024-10-07T07:20:04.944Z Downloaded debug-ignore v1.0.5
4772024-10-07T07:20:04.946Z Downloaded ppv-lite86 v0.2.20
4782024-10-07T07:20:04.948Z Downloaded strum v0.26.3
4792024-10-07T07:20:04.951Z Downloaded serde-big-array v0.5.1
4802024-10-07T07:20:04.951Z Downloaded cstr-argument v0.1.2
4812024-10-07T07:20:04.953Z Downloaded want v0.3.1
4822024-10-07T07:20:04.954Z Downloaded argon2 v0.5.3
4832024-10-07T07:20:04.956Z Downloaded pkg-config v0.3.31
4842024-10-07T07:20:04.958Z Downloaded ciborium v0.2.2
4852024-10-07T07:20:04.961Z Downloaded camino v1.1.9
4862024-10-07T07:20:04.963Z Downloaded humantime v2.1.0
4872024-10-07T07:20:04.966Z Downloaded cancel-safe-futures v0.1.5
4882024-10-07T07:20:04.968Z Downloaded quinn-udp v0.5.5
4892024-10-07T07:20:04.971Z Downloaded serde_repr v0.1.19
4902024-10-07T07:20:04.973Z Downloaded fixedbitset v0.4.2
4912024-10-07T07:20:04.976Z Downloaded password-hash v0.5.0
4922024-10-07T07:20:04.976Z Downloaded serde_with_macros v3.11.0
4932024-10-07T07:20:04.978Z Downloaded libsw v3.3.1
4942024-10-07T07:20:04.981Z Downloaded memmap v0.7.0
4952024-10-07T07:20:04.983Z Downloaded crossbeam-epoch v0.9.18
4962024-10-07T07:20:04.986Z Downloaded cookie v0.18.1
4972024-10-07T07:20:04.989Z Downloaded take_mut v0.2.2
4982024-10-07T07:20:04.991Z Downloaded newtype-uuid v1.1.0
4992024-10-07T07:20:04.991Z Downloaded deranged v0.3.11
5002024-10-07T07:20:04.994Z Downloaded rhai_codegen v2.2.0
5012024-10-07T07:20:05.001Z Downloaded waitgroup v0.1.2
5022024-10-07T07:20:05.004Z Downloaded structmeta-derive v0.3.0
5032024-10-07T07:20:05.004Z Downloaded structmeta v0.3.0
5042024-10-07T07:20:05.006Z Downloaded serde_spanned v0.6.8
5052024-10-07T07:20:05.006Z Downloaded clap v4.5.19
5062024-10-07T07:20:05.016Z Downloaded futures-task v0.3.31
5072024-10-07T07:20:05.018Z Downloaded rand_chacha v0.3.1
5082024-10-07T07:20:05.021Z Downloaded quote v1.0.37
5092024-10-07T07:20:05.023Z Downloaded signal-hook-registry v1.4.2
5102024-10-07T07:20:05.023Z Downloaded schemars_derive v0.8.21
5112024-10-07T07:20:05.026Z Downloaded try-lock v0.2.5
5122024-10-07T07:20:05.028Z Downloaded sync_wrapper v1.0.1
5132024-10-07T07:20:05.028Z Downloaded slog-async v2.8.0
5142024-10-07T07:20:05.031Z Downloaded sync_wrapper v0.1.2
5152024-10-07T07:20:05.031Z Downloaded futures v0.3.31
5162024-10-07T07:20:05.036Z Downloaded mime v0.3.17
5172024-10-07T07:20:05.038Z Downloaded match_cfg v0.1.0
5182024-10-07T07:20:05.040Z Downloaded hyper-tls v0.6.0
5192024-10-07T07:20:05.040Z Downloaded proc-macro2 v1.0.86
5202024-10-07T07:20:05.044Z Downloaded time-core v0.1.2
5212024-10-07T07:20:05.046Z Downloaded serde_derive v1.0.210
5222024-10-07T07:20:05.049Z Downloaded smf v0.2.3
5232024-10-07T07:20:05.051Z Downloaded smartstring v1.0.1
5242024-10-07T07:20:05.054Z Downloaded ident_case v1.0.1
5252024-10-07T07:20:05.054Z Downloaded thiserror-impl v1.0.64
5262024-10-07T07:20:05.056Z Downloaded thiserror v1.0.64
5272024-10-07T07:20:05.062Z Downloaded whoami v1.5.2
5282024-10-07T07:20:05.064Z Downloaded usdt v0.5.0
5292024-10-07T07:20:05.067Z Downloaded slog v2.7.0
5302024-10-07T07:20:05.069Z Downloaded thin-vec v0.2.13
5312024-10-07T07:20:05.071Z Downloaded stable_deref_trait v1.2.0
5322024-10-07T07:20:05.072Z Downloaded base64 v0.22.1
5332024-10-07T07:20:05.075Z Downloaded num-conv v0.1.0
5342024-10-07T07:20:05.077Z Downloaded hubpack v0.1.2
5352024-10-07T07:20:05.080Z Downloaded cc v1.1.28
5362024-10-07T07:20:05.082Z Downloaded hash32 v0.3.1
5372024-10-07T07:20:05.084Z Downloaded num-derive v0.4.2
5382024-10-07T07:20:05.086Z Downloaded num_enum_derive v0.7.3
5392024-10-07T07:20:05.089Z Downloaded tabwriter v1.4.0
5402024-10-07T07:20:05.089Z Downloaded num_enum_derive v0.5.11
5412024-10-07T07:20:05.091Z Downloaded strsim v0.11.1
5422024-10-07T07:20:05.091Z Downloaded usdt-macro v0.5.0
5432024-10-07T07:20:05.094Z Downloaded num-integer v0.1.46
5442024-10-07T07:20:05.096Z Downloaded num_enum v0.5.11
5452024-10-07T07:20:05.099Z Downloaded hostname v0.4.0
5462024-10-07T07:20:05.101Z Downloaded zeroize v1.8.1
5472024-10-07T07:20:05.104Z Downloaded progenitor-impl v0.8.0
5482024-10-07T07:20:05.106Z Downloaded omicron-workspace-hack v0.1.0
5492024-10-07T07:20:05.106Z Downloaded sha2 v0.10.8
5502024-10-07T07:20:05.108Z Downloaded num-rational v0.4.2
5512024-10-07T07:20:05.111Z Downloaded managed v0.8.0
5522024-10-07T07:20:05.111Z Downloaded openssl-probe v0.1.5
5532024-10-07T07:20:05.113Z Downloaded num v0.4.3
5542024-10-07T07:20:05.113Z Downloaded prettyplease v0.2.22
5552024-10-07T07:20:05.117Z Downloaded tempfile v3.13.0
5562024-10-07T07:20:05.119Z Downloaded httpdate v1.0.3
5572024-10-07T07:20:05.122Z Downloaded strum_macros v0.25.3
5582024-10-07T07:20:05.124Z Downloaded base64 v0.21.7
5592024-10-07T07:20:05.127Z Downloaded openssl-macros v0.1.1
5602024-10-07T07:20:05.130Z Downloaded tinyvec_macros v0.1.1
5612024-10-07T07:20:05.130Z Downloaded is-terminal v0.4.13
5622024-10-07T07:20:05.132Z Downloaded heck v0.4.1
5632024-10-07T07:20:05.133Z Downloaded schemars v0.8.21
5642024-10-07T07:20:05.144Z Downloaded fxhash v0.2.1
5652024-10-07T07:20:05.148Z Downloaded crossbeam-channel v0.5.13
5662024-10-07T07:20:05.151Z Downloaded zone_cfg_derive v0.3.0
5672024-10-07T07:20:05.151Z Downloaded swrite v0.1.0
5682024-10-07T07:20:05.153Z Downloaded http-body v0.4.6
5692024-10-07T07:20:05.153Z Downloaded version_check v0.9.5
5702024-10-07T07:20:05.156Z Downloaded tower-service v0.3.3
5712024-10-07T07:20:05.156Z Downloaded num_threads v0.1.7
5722024-10-07T07:20:05.159Z Downloaded slog-scope v4.4.0
5732024-10-07T07:20:05.159Z Downloaded generic-array v0.14.7
5742024-10-07T07:20:05.162Z Downloaded httparse v1.9.5
5752024-10-07T07:20:05.164Z Downloaded linear-map v1.2.0
5762024-10-07T07:20:05.164Z Downloaded usdt-impl v0.5.0
5772024-10-07T07:20:05.166Z Downloaded thread-id v4.2.2
5782024-10-07T07:20:05.170Z Downloaded slog-term v2.9.1
5792024-10-07T07:20:05.170Z Downloaded zerocopy-derive v0.7.35
5802024-10-07T07:20:05.173Z Downloaded macaddr v1.0.1
5812024-10-07T07:20:05.177Z Downloaded iana-time-zone v0.1.61
5822024-10-07T07:20:05.180Z Downloaded ryu v1.0.18
5832024-10-07T07:20:05.182Z Downloaded untrusted v0.9.0
5842024-10-07T07:20:05.185Z Downloaded parking_lot v0.11.2
5852024-10-07T07:20:05.185Z Downloaded bytes v1.7.2
5862024-10-07T07:20:05.189Z Downloaded usdt-attr-macro v0.5.0
5872024-10-07T07:20:05.192Z Downloaded half v2.4.1
5882024-10-07T07:20:05.195Z Downloaded rand v0.8.5
5892024-10-07T07:20:05.197Z Downloaded linked-hash-map v0.5.6
5902024-10-07T07:20:05.200Z Downloaded multer v3.1.0
5912024-10-07T07:20:05.203Z Downloaded heapless v0.8.0
5922024-10-07T07:20:05.206Z Downloaded hostname v0.3.1
5932024-10-07T07:20:05.208Z Downloaded itoa v1.0.11
5942024-10-07T07:20:05.208Z Downloaded tokio-rustls v0.25.0
5952024-10-07T07:20:05.211Z Downloaded hyper-rustls v0.27.3
5962024-10-07T07:20:05.213Z Downloaded hyper-rustls v0.24.2
5972024-10-07T07:20:05.215Z Downloaded lru-cache v0.1.2
5982024-10-07T07:20:05.218Z Downloaded num_enum v0.7.3
5992024-10-07T07:20:05.221Z Downloaded tiny-keccak v2.0.2
6002024-10-07T07:20:05.224Z Downloaded hex v0.4.3
6012024-10-07T07:20:05.227Z Downloaded num-complex v0.4.6
6022024-10-07T07:20:05.229Z Downloaded native-tls v0.2.12
6032024-10-07T07:20:05.231Z Downloaded ipnetwork v0.20.0
6042024-10-07T07:20:05.234Z Downloaded once_cell v1.20.2
6052024-10-07T07:20:05.237Z Downloaded heck v0.5.0
6062024-10-07T07:20:05.237Z Downloaded indent_write v2.2.0
6072024-10-07T07:20:05.237Z Downloaded tokio-native-tls v0.3.1
6082024-10-07T07:20:05.239Z Downloaded ucd-trie v0.1.7
6092024-10-07T07:20:05.242Z Downloaded subtle v2.6.1
6102024-10-07T07:20:05.242Z Downloaded expectorate v1.1.0
6112024-10-07T07:20:05.244Z Downloaded zone v0.3.0
6122024-10-07T07:20:05.246Z Downloaded getrandom v0.2.15
6132024-10-07T07:20:05.249Z Downloaded zerocopy v0.6.6
6142024-10-07T07:20:05.251Z Downloaded serde_yaml v0.9.34+deprecated
6152024-10-07T07:20:05.254Z Downloaded spin v0.9.8
6162024-10-07T07:20:05.258Z Downloaded lock_api v0.4.12
6172024-10-07T07:20:05.260Z Downloaded similar v2.6.0
6182024-10-07T07:20:05.264Z Downloaded tokio-macros v2.4.0
6192024-10-07T07:20:05.267Z Downloaded tracing-core v0.1.32
6202024-10-07T07:20:05.270Z Downloaded hyper-util v0.1.9
6212024-10-07T07:20:05.273Z Downloaded num-derive v0.3.3
6222024-10-07T07:20:05.275Z Downloaded ipnet v2.10.1
6232024-10-07T07:20:05.277Z Downloaded utf8parse v0.2.2
6242024-10-07T07:20:05.278Z Downloaded tracing-attributes v0.1.27
6252024-10-07T07:20:05.280Z Downloaded static_assertions v1.1.0
6262024-10-07T07:20:05.283Z Downloaded thread_local v1.1.8
6272024-10-07T07:20:05.286Z Downloaded parking_lot v0.12.3
6282024-10-07T07:20:05.286Z Downloaded typenum v1.17.0
6292024-10-07T07:20:05.288Z Downloaded owo-colors v4.1.0
6302024-10-07T07:20:05.291Z Downloaded log v0.4.22
6312024-10-07T07:20:05.294Z Downloaded smallvec v1.13.2
6322024-10-07T07:20:05.296Z Downloaded tokio-rustls v0.26.0
6332024-10-07T07:20:05.299Z Downloaded tokio-rustls v0.24.1
6342024-10-07T07:20:05.302Z Downloaded socket2 v0.5.7
6352024-10-07T07:20:05.304Z Downloaded unicode-bidi v0.3.17
6362024-10-07T07:20:05.307Z Downloaded num-traits v0.2.19
6372024-10-07T07:20:05.310Z Downloaded indexmap v1.9.3
6382024-10-07T07:20:05.313Z Downloaded toml_edit v0.19.15
6392024-10-07T07:20:05.330Z Downloaded unicode-ident v1.0.13
6402024-10-07T07:20:05.335Z Downloaded hickory-resolver v0.24.1
6412024-10-07T07:20:05.338Z Downloaded serde v1.0.210
6422024-10-07T07:20:05.341Z Downloaded rustls-pki-types v1.9.0
6432024-10-07T07:20:05.345Z Downloaded quinn v0.11.5
6442024-10-07T07:20:05.348Z Downloaded tinyvec v1.8.0
6452024-10-07T07:20:05.351Z Downloaded uuid v1.10.0
6462024-10-07T07:20:05.354Z Downloaded libm v0.2.8
6472024-10-07T07:20:05.362Z Downloaded toml_edit v0.22.22
6482024-10-07T07:20:05.385Z Downloaded strum_macros v0.26.4
6492024-10-07T07:20:05.388Z Downloaded indexmap v2.6.0
6502024-10-07T07:20:05.392Z Downloaded http v0.2.12
6512024-10-07T07:20:05.395Z Downloaded hashbrown v0.12.3
6522024-10-07T07:20:05.399Z Downloaded tracing v0.1.40
6532024-10-07T07:20:05.404Z Downloaded hashbrown v0.15.0
6542024-10-07T07:20:05.409Z Downloaded unsafe-libyaml v0.2.11
6552024-10-07T07:20:05.413Z Downloaded mio v1.0.2
6562024-10-07T07:20:05.419Z Downloaded steno v0.4.1
6572024-10-07T07:20:05.423Z Downloaded time v0.3.36
6582024-10-07T07:20:05.431Z Downloaded itertools v0.10.5
6592024-10-07T07:20:05.437Z Downloaded openssl-sys v0.9.103
6602024-10-07T07:20:05.444Z Downloaded nom v7.1.3
6612024-10-07T07:20:05.448Z Downloaded url v2.5.2
6622024-10-07T07:20:05.453Z Downloaded hyper v0.14.30
6632024-10-07T07:20:05.461Z Downloaded unicode-segmentation v1.12.0
6642024-10-07T07:20:05.465Z Downloaded hyper v1.4.1
6652024-10-07T07:20:05.471Z Downloaded http v1.1.0
6662024-10-07T07:20:05.476Z Downloaded winnow v0.5.40
6672024-10-07T07:20:05.484Z Downloaded serde_json v1.0.128
6682024-10-07T07:20:05.492Z Downloaded chrono v0.4.38
6692024-10-07T07:20:05.500Z Downloaded itertools v0.13.0
6702024-10-07T07:20:05.507Z Downloaded winnow v0.6.20
6712024-10-07T07:20:05.517Z Downloaded minimal-lexical v0.2.1
6722024-10-07T07:20:05.522Z Downloaded reqwest v0.11.27
6732024-10-07T07:20:05.530Z Downloaded memchr v2.7.4
6742024-10-07T07:20:05.535Z Downloaded syn v1.0.109
6752024-10-07T07:20:05.546Z Downloaded vcpkg v0.2.15
6762024-10-07T07:20:05.586Z Downloaded tokio-util v0.7.12
6772024-10-07T07:20:05.592Z Downloaded syn v2.0.79
6782024-10-07T07:20:05.604Z Downloaded openssl v0.10.66
6792024-10-07T07:20:05.614Z Downloaded dropshot v0.12.0
6802024-10-07T07:20:05.635Z Downloaded h2 v0.4.6
6812024-10-07T07:20:05.642Z Downloaded reqwest v0.12.8
6822024-10-07T07:20:05.650Z Downloaded itertools v0.12.1
6832024-10-07T07:20:05.657Z Downloaded futures-util v0.3.31
6842024-10-07T07:20:05.669Z Downloaded zerocopy v0.7.35
6852024-10-07T07:20:05.685Z Downloaded smoltcp v0.11.0
6862024-10-07T07:20:05.697Z Downloaded h2 v0.3.26
6872024-10-07T07:20:05.703Z Downloaded goblin v0.8.2
6882024-10-07T07:20:05.710Z Downloaded quinn-proto v0.11.8
6892024-10-07T07:20:05.716Z Downloaded hickory-proto v0.24.1
6902024-10-07T07:20:05.733Z Downloaded rustls-webpki v0.102.8
6912024-10-07T07:20:05.751Z Downloaded regex v1.11.0
6922024-10-07T07:20:05.764Z Downloaded typify-impl v0.2.0
6932024-10-07T07:20:05.780Z Downloaded rustls v0.21.12
6942024-10-07T07:20:05.791Z Downloaded serde_with v3.11.0
6952024-10-07T07:20:05.799Z Downloaded rustls-webpki v0.101.7
6962024-10-07T07:20:05.814Z Downloaded idna v0.5.0
6972024-10-07T07:20:05.821Z Downloaded unicode-width v0.1.14
6982024-10-07T07:20:05.827Z Downloaded idna v0.4.0
6992024-10-07T07:20:05.834Z Downloaded webpki-roots v0.26.6
7002024-10-07T07:20:05.838Z Downloaded rustls v0.23.14
7012024-10-07T07:20:05.850Z Downloaded rustls v0.22.4
7022024-10-07T07:20:05.863Z Downloaded regex-syntax v0.8.5
7032024-10-07T07:20:05.871Z Downloaded rhai v1.19.0
7042024-10-07T07:20:05.884Z Downloaded openapiv3 v2.0.0
7052024-10-07T07:20:05.896Z Downloaded rustix v0.38.37
7062024-10-07T07:20:05.919Z Downloaded regress v0.10.1
7072024-10-07T07:20:05.928Z Downloaded regress v0.9.1
7082024-10-07T07:20:05.936Z Downloaded libc v0.2.159
7092024-10-07T07:20:05.964Z Downloaded webpki-roots v0.25.4
7102024-10-07T07:20:05.968Z Downloaded tokio v1.40.0
7112024-10-07T07:20:06.006Z Downloaded sled v0.34.7
7122024-10-07T07:20:06.015Z Downloaded pest v2.7.13
7132024-10-07T07:20:06.021Z Downloaded clap_builder v4.5.19
7142024-10-07T07:20:06.027Z Downloaded aho-corasick v1.1.3
7152024-10-07T07:20:06.033Z Downloaded unicode-normalization v0.1.24
7162024-10-07T07:20:06.037Z Downloaded hashbrown v0.14.5
7172024-10-07T07:20:06.042Z Downloaded time-macros v0.2.18
7182024-10-07T07:20:06.045Z Downloaded zerocopy-derive v0.6.6
7192024-10-07T07:20:06.054Z Downloaded toml v0.8.19
7202024-10-07T07:20:06.057Z Downloaded slog-json v2.6.1
7212024-10-07T07:20:06.059Z Downloaded serde_derive_internals v0.29.1
7222024-10-07T07:20:06.062Z Downloaded petgraph v0.6.5
7232024-10-07T07:20:06.079Z Downloaded regex-automata v0.4.8
7242024-10-07T07:20:06.095Z Downloaded pest_meta v2.7.13
7252024-10-07T07:20:06.098Z Downloaded highway v1.2.0
7262024-10-07T07:20:06.100Z Downloaded lazy_static v1.5.0
7272024-10-07T07:20:06.102Z Downloaded rustls-pemfile v1.0.4
7282024-10-07T07:20:06.105Z Downloaded dropshot_endpoint v0.12.0
7292024-10-07T07:20:06.107Z Downloaded darling_core v0.20.10
7302024-10-07T07:20:06.110Z Downloaded http-body-util v0.1.2
7312024-10-07T07:20:06.112Z Downloaded typify v0.2.0
7322024-10-07T07:20:06.115Z Downloaded sct v0.7.1
7332024-10-07T07:20:06.117Z Downloaded semver v1.0.23
7342024-10-07T07:20:06.120Z Downloaded slog-stdlog v4.1.1
7352024-10-07T07:20:06.122Z Downloaded terminal_size v0.4.0
7362024-10-07T07:20:06.122Z Downloaded term v0.7.0
7372024-10-07T07:20:06.125Z Downloaded scroll v0.12.0
7382024-10-07T07:20:06.127Z Downloaded newtype_derive v0.1.6
7392024-10-07T07:20:06.129Z Downloaded pest_derive v2.7.13
7402024-10-07T07:20:06.129Z Downloaded hyper-tls v0.5.0
7412024-10-07T07:20:06.135Z Downloaded derive_more v0.99.18
7422024-10-07T07:20:06.135Z Downloaded num-iter v0.1.45
7432024-10-07T07:20:06.138Z Downloaded slog-dtrace v0.3.0
7442024-10-07T07:20:06.138Z Downloaded rustc_version v0.1.7
7452024-10-07T07:20:06.138Z Downloaded encoding_rs v0.8.34
7462024-10-07T07:20:06.159Z Downloaded darling v0.20.10
7472024-10-07T07:20:06.163Z Downloaded crossbeam-utils v0.8.20
7482024-10-07T07:20:06.166Z Downloaded typify-macro v0.2.0
7492024-10-07T07:20:06.168Z Downloaded toml_datetime v0.6.8
7502024-10-07T07:20:06.168Z Downloaded serde_tokenstream v0.2.2
7512024-10-07T07:20:06.171Z Downloaded serde_path_to_error v0.1.16
7522024-10-07T07:20:06.171Z Downloaded pin-project-lite v0.2.14
7532024-10-07T07:20:06.175Z Downloaded postcard v1.0.10
7542024-10-07T07:20:06.177Z Downloaded base64ct v1.6.0
7552024-10-07T07:20:06.179Z Downloaded rustls-pemfile v2.2.0
7562024-10-07T07:20:06.182Z Downloaded clap_derive v4.5.18
7572024-10-07T07:20:06.185Z Downloaded derive-where v1.2.7
7582024-10-07T07:20:06.188Z Downloaded anyhow v1.0.89
7592024-10-07T07:20:06.191Z Downloaded blake2 v0.10.6
7602024-10-07T07:20:06.193Z Downloaded proc-macro-error v1.0.4
7612024-10-07T07:20:06.195Z Downloaded autocfg v1.4.0
7622024-10-07T07:20:06.198Z Downloaded proc-macro-error-attr v1.0.4
7632024-10-07T07:20:06.198Z Downloaded proc-macro-crate v1.3.1
7642024-10-07T07:20:06.200Z Downloaded futures-core v0.3.31
7652024-10-07T07:20:06.200Z Downloaded foreign-types-macros v0.2.3
7662024-10-07T07:20:06.200Z Downloaded futures-channel v0.3.31
7672024-10-07T07:20:06.204Z Downloaded colored v2.1.0
7682024-10-07T07:20:06.204Z Downloaded dyn-clone v1.0.17
7692024-10-07T07:20:06.206Z Downloaded console v0.15.8
7702024-10-07T07:20:06.208Z Downloaded allocator-api2 v0.2.18
7712024-10-07T07:20:06.211Z Downloaded slog-bunyan v2.5.0
7722024-10-07T07:20:06.213Z Downloaded shlex v1.3.0
7732024-10-07T07:20:06.213Z Downloaded cobs v0.2.3
7742024-10-07T07:20:06.213Z Downloaded resolv-conf v0.7.0
7752024-10-07T07:20:06.216Z Downloaded rand_core v0.6.4
7762024-10-07T07:20:06.218Z Downloaded dof v0.3.0
7772024-10-07T07:20:06.218Z Downloaded dirs-next v2.0.0
7782024-10-07T07:20:06.221Z Downloaded crc32fast v1.4.2
7792024-10-07T07:20:06.221Z Downloaded convert_case v0.4.0
7802024-10-07T07:20:06.221Z Downloaded anstream v0.6.15
7812024-10-07T07:20:06.223Z Downloaded backoff v0.4.0
7822024-10-07T07:20:06.225Z Downloaded async-trait v0.1.83
7832024-10-07T07:20:06.228Z Downloaded rustc_version v0.4.1
7842024-10-07T07:20:06.230Z Downloaded hubpack_derive v0.1.1
7852024-10-07T07:20:06.230Z Downloaded ciborium-ll v0.2.2
7862024-10-07T07:20:06.230Z Downloaded cfg-if v1.0.0
7872024-10-07T07:20:06.233Z Downloaded atomic-waker v1.1.2
7882024-10-07T07:20:06.233Z Downloaded powerfmt v0.2.0
7892024-10-07T07:20:06.235Z Downloaded pin-utils v0.1.0
7902024-10-07T07:20:06.235Z Downloaded percent-encoding v2.3.1
7912024-10-07T07:20:06.237Z Downloaded parse-display-derive v0.10.0
7922024-10-07T07:20:06.237Z Downloaded block-buffer v0.10.4
7932024-10-07T07:20:06.237Z Downloaded data-encoding v2.6.0
7942024-10-07T07:20:06.240Z Downloaded crc8 v0.1.1
7952024-10-07T07:20:06.240Z Downloaded embedded-io v0.6.1
7962024-10-07T07:20:06.442Z Downloaded ring v0.17.8
7972024-10-07T07:20:06.795Z Compiling proc-macro2 v1.0.86
7982024-10-07T07:20:06.795Z Compiling unicode-ident v1.0.13
7992024-10-07T07:20:06.798Z Compiling libc v0.2.159
8002024-10-07T07:20:06.798Z Compiling serde v1.0.210
8012024-10-07T07:20:06.798Z Compiling autocfg v1.4.0
8022024-10-07T07:20:06.798Z Compiling version_check v0.9.5
8032024-10-07T07:20:06.830Z Compiling cfg-if v1.0.0
8042024-10-07T07:20:06.975Z Compiling once_cell v1.20.2
8052024-10-07T07:20:06.995Z Compiling libm v0.2.8
8062024-10-07T07:20:07.018Z Compiling memchr v2.7.4
8072024-10-07T07:20:07.495Z Compiling parking_lot_core v0.9.10
8082024-10-07T07:20:07.547Z Compiling shlex v1.3.0
8092024-10-07T07:20:07.716Z Compiling lock_api v0.4.12
8102024-10-07T07:20:07.880Z Compiling cc v1.1.28
8112024-10-07T07:20:07.946Z Compiling thiserror v1.0.64
8122024-10-07T07:20:08.067Z Compiling itoa v1.0.11
8132024-10-07T07:20:08.459Z Compiling slab v0.4.9
8142024-10-07T07:20:08.515Z Compiling schemars v0.8.21
8152024-10-07T07:20:08.517Z Compiling byteorder v1.5.0
8162024-10-07T07:20:08.817Z Compiling quote v1.0.37
8172024-10-07T07:20:08.880Z Compiling getrandom v0.2.15
8182024-10-07T07:20:09.074Z Compiling num-traits v0.2.19
8192024-10-07T07:20:09.240Z Compiling syn v2.0.79
8202024-10-07T07:20:09.328Z Compiling ryu v1.0.18
8212024-10-07T07:20:09.455Z Compiling serde_json v1.0.128
8222024-10-07T07:20:09.649Z Compiling pin-project-lite v0.2.14
8232024-10-07T07:20:10.233Z Compiling hashbrown v0.15.0
8242024-10-07T07:20:10.286Z Compiling log v0.4.22
8252024-10-07T07:20:10.350Z Compiling equivalent v1.0.1
8262024-10-07T07:20:10.369Z Compiling scopeguard v1.2.0
8272024-10-07T07:20:10.469Z Compiling fnv v1.0.7
8282024-10-07T07:20:10.613Z Compiling heck v0.5.0
8292024-10-07T07:20:11.057Z Compiling ring v0.17.8
8302024-10-07T07:20:11.075Z Compiling vcpkg v0.2.15
8312024-10-07T07:20:11.094Z Compiling pkg-config v0.3.31
8322024-10-07T07:20:11.817Z Compiling signal-hook-registry v1.4.2
8332024-10-07T07:20:12.204Z Compiling mio v1.0.2
8342024-10-07T07:20:12.274Z Compiling socket2 v0.5.7
8352024-10-07T07:20:12.348Z Compiling httparse v1.9.5
8362024-10-07T07:20:12.382Z Compiling slog v2.7.0
8372024-10-07T07:20:12.767Z Compiling openssl-sys v0.9.103
8382024-10-07T07:20:12.970Z Compiling iana-time-zone v0.1.61
8392024-10-07T07:20:13.247Z Compiling futures-core v0.3.31
8402024-10-07T07:20:13.396Z Compiling dyn-clone v1.0.17
8412024-10-07T07:20:13.615Z Compiling futures-sink v0.3.31
8422024-10-07T07:20:13.699Z Compiling openssl v0.10.66
8432024-10-07T07:20:13.844Z Compiling ahash v0.8.11
8442024-10-07T07:20:13.893Z Compiling rustls v0.23.14
8452024-10-07T07:20:14.021Z Compiling semver v1.0.23
8462024-10-07T07:20:14.152Z Compiling native-tls v0.2.12
8472024-10-07T07:20:14.211Z Compiling typenum v1.17.0
8482024-10-07T07:20:14.289Z Compiling futures-channel v0.3.31
8492024-10-07T07:20:14.309Z Compiling futures-task v0.3.31
8502024-10-07T07:20:14.328Z Compiling futures-io v0.3.31
8512024-10-07T07:20:14.553Z Compiling pin-utils v0.1.0
8522024-10-07T07:20:14.574Z Compiling generic-array v0.14.7
8532024-10-07T07:20:14.677Z Compiling allocator-api2 v0.2.18
8542024-10-07T07:20:14.769Z Compiling tracing-core v0.1.32
8552024-10-07T07:20:14.789Z Compiling bitflags v2.6.0
8562024-10-07T07:20:14.937Z Compiling subtle v2.6.1
8572024-10-07T07:20:14.957Z Compiling ucd-trie v0.1.7
8582024-10-07T07:20:15.181Z Compiling aho-corasick v1.1.3
8592024-10-07T07:20:15.314Z Compiling anyhow v1.0.89
8602024-10-07T07:20:15.365Z Compiling regex-syntax v0.8.5
8612024-10-07T07:20:15.496Z Compiling num-conv v0.1.0
8622024-10-07T07:20:15.746Z Compiling crunchy v0.2.2
8632024-10-07T07:20:15.905Z Compiling time-core v0.1.2
8642024-10-07T07:20:16.072Z Compiling time-macros v0.2.18
8652024-10-07T07:20:16.751Z Compiling serde_derive_internals v0.29.1
8662024-10-07T07:20:17.165Z Compiling rustls-pki-types v1.9.0
8672024-10-07T07:20:17.223Z Compiling spin v0.9.8
8682024-10-07T07:20:17.506Z Compiling tiny-keccak v2.0.2
8692024-10-07T07:20:18.959Z Compiling regex-automata v0.4.8
8702024-10-07T07:20:19.074Z Compiling usdt-impl v0.5.0
8712024-10-07T07:20:19.094Z Compiling omicron-workspace-hack v0.1.0
8722024-10-07T07:20:19.411Z Compiling untrusted v0.9.0
8732024-10-07T07:20:19.854Z Compiling strsim v0.11.1
8742024-10-07T07:20:19.874Z Compiling rustversion v1.0.17
8752024-10-07T07:20:20.548Z Compiling plain v0.2.3
8762024-10-07T07:20:20.575Z Compiling tinyvec_macros v0.1.1
8772024-10-07T07:20:20.671Z Compiling atomic-waker v1.1.2
8782024-10-07T07:20:20.715Z Compiling tinyvec v1.8.0
8792024-10-07T07:20:21.221Z Compiling const-random-macro v0.1.16
8802024-10-07T07:20:22.010Z Compiling rand_core v0.6.4
8812024-10-07T07:20:22.165Z Compiling serde_derive v1.0.210
8822024-10-07T07:20:22.401Z Compiling zerocopy-derive v0.7.35
8832024-10-07T07:20:22.520Z Compiling thiserror-impl v1.0.64
8842024-10-07T07:20:22.792Z Compiling tokio-macros v2.4.0
8852024-10-07T07:20:22.960Z Compiling schemars_derive v0.8.21
8862024-10-07T07:20:24.412Z Compiling futures-macro v0.3.31
8872024-10-07T07:20:24.616Z Compiling zerocopy v0.7.35
8882024-10-07T07:20:25.976Z Compiling openssl-macros v0.1.1
8892024-10-07T07:20:26.052Z Compiling tracing-attributes v0.1.27
8902024-10-07T07:20:26.398Z Compiling futures-util v0.3.31
8912024-10-07T07:20:26.638Z Compiling scroll_derive v0.12.0
8922024-10-07T07:20:26.738Z Compiling hashbrown v0.14.5
8932024-10-07T07:20:26.814Z Compiling pest v2.7.13
8942024-10-07T07:20:27.175Z Compiling regex v1.11.0
8952024-10-07T07:20:28.109Z Compiling regress v0.10.1
8962024-10-07T07:20:28.160Z Compiling scroll v0.12.0
8972024-10-07T07:20:28.725Z Compiling goblin v0.8.2
8982024-10-07T07:20:29.369Z Compiling tracing v0.1.40
8992024-10-07T07:20:30.113Z Compiling pest_meta v2.7.13
9002024-10-07T07:20:32.947Z Compiling pest_generator v2.7.13
9012024-10-07T07:20:33.336Z Compiling rustls-webpki v0.102.8
9022024-10-07T07:20:34.718Z Compiling pretty-hex v0.4.1
9032024-10-07T07:20:34.744Z Compiling pest_derive v2.7.13
9042024-10-07T07:20:34.939Z Compiling try-lock v0.2.5
9052024-10-07T07:20:35.109Z Compiling zeroize v1.8.1
9062024-10-07T07:20:35.659Z Compiling percent-encoding v2.3.1
9072024-10-07T07:20:35.715Z Compiling unsafe-libyaml v0.2.11
9082024-10-07T07:20:35.994Z Compiling bytes v1.7.2
9092024-10-07T07:20:37.295Z Compiling smallvec v1.13.2
9102024-10-07T07:20:37.507Z Compiling indexmap v2.6.0
9112024-10-07T07:20:37.728Z Compiling uuid v1.10.0
9122024-10-07T07:20:37.904Z Compiling chrono v0.4.38
9132024-10-07T07:20:38.095Z Compiling serde_tokenstream v0.2.2
9142024-10-07T07:20:38.626Z Compiling parking_lot v0.12.3
9152024-10-07T07:20:38.660Z Compiling http v1.1.0
9162024-10-07T07:20:39.804Z Compiling tokio v1.40.0
9172024-10-07T07:20:42.210Z Compiling openapiv3 v2.0.0
9182024-10-07T07:20:42.518Z Compiling serde_yaml v0.9.34+deprecated
9192024-10-07T07:20:45.080Z Compiling typify-impl v0.2.0
9202024-10-07T07:20:45.787Z Compiling http-body v1.0.1
9212024-10-07T07:20:46.075Z Compiling ipnetwork v0.20.0
9222024-10-07T07:20:46.372Z Compiling dof v0.3.0
9232024-10-07T07:20:46.433Z Compiling form_urlencoded v1.2.1
9242024-10-07T07:20:46.537Z Compiling dtrace-parser v0.2.0
9252024-10-07T07:20:46.944Z Compiling want v0.3.1
9262024-10-07T07:20:47.330Z Compiling unicode-normalization v0.1.24
9272024-10-07T07:20:48.100Z Compiling const-random v0.1.18
9282024-10-07T07:20:48.511Z Compiling thread-id v4.2.2
9292024-10-07T07:20:48.638Z Compiling httpdate v1.0.3
9302024-10-07T07:20:48.684Z Compiling ident_case v1.0.1
9312024-10-07T07:20:48.885Z Compiling rustls v0.22.4
9322024-10-07T07:20:49.209Z Compiling syn v1.0.109
9332024-10-07T07:20:49.401Z Compiling camino v1.1.9
9342024-10-07T07:20:49.491Z Compiling tokio-util v0.7.12
9352024-10-07T07:20:49.843Z Compiling unicode-bidi v0.3.17
9362024-10-07T07:20:49.905Z Compiling foreign-types-shared v0.1.1
9372024-10-07T07:20:50.019Z Compiling foreign-types v0.3.2
9382024-10-07T07:20:50.112Z Compiling darling_core v0.20.10
9392024-10-07T07:20:51.412Z Compiling h2 v0.4.6
9402024-10-07T07:20:51.552Z Compiling ppv-lite86 v0.2.20
9412024-10-07T07:20:53.062Z Compiling tower-service v0.3.3
9422024-10-07T07:20:53.387Z Compiling slog-async v2.8.0
9432024-10-07T07:20:55.010Z Compiling rand_chacha v0.3.1
9442024-10-07T07:20:55.403Z Compiling idna v0.5.0
9452024-10-07T07:20:56.318Z Compiling darling_macro v0.20.10
9462024-10-07T07:20:56.760Z Compiling hyper v1.4.1
9472024-10-07T07:20:57.422Z Compiling typify-macro v0.2.0
9482024-10-07T07:20:59.320Z Compiling toml_datetime v0.6.8
9492024-10-07T07:20:59.816Z Compiling hyper-util v0.1.9
9502024-10-07T07:21:01.557Z Compiling typify v0.2.0
9512024-10-07T07:21:01.708Z Compiling progenitor-impl v0.8.0
9522024-10-07T07:21:06.137Z Compiling multer v3.1.0
9532024-10-07T07:21:07.341Z Compiling paste v1.0.15
9542024-10-07T07:21:07.871Z Compiling openssl-probe v0.1.5
9552024-10-07T07:21:08.534Z Compiling progenitor-macro v0.8.0
9562024-10-07T07:21:09.678Z Compiling darling v0.20.10
9572024-10-07T07:21:09.811Z Compiling url v2.5.2
9582024-10-07T07:21:10.906Z Compiling rand v0.8.5
9592024-10-07T07:21:13.615Z Compiling usdt-macro v0.5.0
9602024-10-07T07:21:14.424Z Compiling usdt-attr-macro v0.5.0
9612024-10-07T07:21:15.193Z Compiling http-body-util v0.1.2
9622024-10-07T07:21:15.269Z Compiling async-trait v0.1.83
9632024-10-07T07:21:17.116Z Compiling encoding_rs v0.8.34
9642024-10-07T07:21:17.582Z Compiling ipnet v2.10.1
9652024-10-07T07:21:17.795Z Compiling mime v0.3.17
9662024-10-07T07:21:20.388Z Compiling tokio-rustls v0.26.0
9672024-10-07T07:21:22.341Z Compiling serde_with_macros v3.11.0
9682024-10-07T07:21:24.119Z Compiling tokio-native-tls v0.3.1
9692024-10-07T07:21:24.585Z Compiling strum_macros v0.26.4
9702024-10-07T07:21:24.650Z Compiling serde_urlencoded v0.7.1
9712024-10-07T07:21:25.195Z Compiling async-stream-impl v0.3.6
9722024-10-07T07:21:25.269Z Compiling structmeta-derive v0.3.0
9732024-10-07T07:21:26.605Z Compiling rustls-pemfile v2.2.0
9742024-10-07T07:21:27.065Z Compiling webpki-roots v0.26.6
9752024-10-07T07:21:27.286Z Compiling dropshot v0.12.0
9762024-10-07T07:21:27.657Z Compiling base64 v0.22.1
9772024-10-07T07:21:28.036Z Compiling crossbeam-utils v0.8.20
9782024-10-07T07:21:28.072Z Compiling powerfmt v0.2.0
9792024-10-07T07:21:28.661Z Compiling deranged v0.3.11
9802024-10-07T07:21:28.741Z Compiling structmeta v0.3.0
9812024-10-07T07:21:29.227Z Compiling hyper-rustls v0.27.3
9822024-10-07T07:21:29.857Z Compiling hyper-tls v0.6.0
9832024-10-07T07:21:30.816Z Compiling sync_wrapper v1.0.1
9842024-10-07T07:21:31.535Z Compiling winnow v0.6.20
9852024-10-07T07:21:33.454Z Compiling num_threads v0.1.7
9862024-10-07T07:21:33.595Z Compiling time v0.3.36
9872024-10-07T07:21:34.084Z Compiling reqwest v0.12.8
9882024-10-07T07:21:36.119Z Compiling parse-display-derive v0.10.0
9892024-10-07T07:21:38.510Z Compiling block-buffer v0.10.4
9902024-10-07T07:21:38.768Z Compiling crypto-common v0.1.6
9912024-10-07T07:21:39.006Z Compiling dropshot_endpoint v0.12.0
9922024-10-07T07:21:40.801Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9932024-10-07T07:21:43.978Z Compiling digest v0.10.7
9942024-10-07T07:21:44.440Z Compiling progenitor-client v0.8.0
9952024-10-07T07:21:45.828Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9962024-10-07T07:21:45.887Z Compiling dirs-sys-next v0.1.2
9972024-10-07T07:21:46.935Z Compiling match_cfg v0.1.0
9982024-10-07T07:21:47.013Z Compiling lazy_static v1.5.0
9992024-10-07T07:21:47.236Z Compiling rustix v0.38.37
10002024-10-07T07:21:48.097Z Compiling progenitor v0.8.0
10012024-10-07T07:21:48.320Z Compiling hostname v0.3.1
10022024-10-07T07:21:48.599Z Compiling dirs-next v2.0.0
10032024-10-07T07:21:49.617Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10042024-10-07T07:21:50.555Z Compiling futures-executor v0.3.31
10052024-10-07T07:21:51.261Z Compiling thread_local v1.1.8
10062024-10-07T07:21:51.521Z Compiling errno v0.3.9
10072024-10-07T07:21:51.978Z Compiling instant v0.1.13
10082024-10-07T07:21:52.160Z Compiling unicode-width v0.1.14
10092024-10-07T07:21:52.740Z Compiling cpufeatures v0.2.14
10102024-10-07T07:21:55.592Z Compiling futures v0.3.31
10112024-10-07T07:21:56.977Z Compiling term v0.7.0
10122024-10-07T07:21:57.642Z Compiling crossbeam-channel v0.5.13
10132024-10-07T07:21:59.383Z Compiling serde_spanned v0.6.8
10142024-10-07T07:21:59.661Z Compiling memmap v0.7.0
10152024-10-07T07:22:00.098Z Compiling is-terminal v0.4.13
10162024-10-07T07:22:00.654Z Compiling take_mut v0.2.2
10172024-10-07T07:22:00.988Z Compiling slog-term v2.9.1
10182024-10-07T07:22:01.343Z Compiling toml_edit v0.22.22
10192024-10-07T07:22:02.185Z Compiling usdt v0.5.0
10202024-10-07T07:22:03.753Z Compiling slog-json v2.6.1
10212024-10-07T07:22:04.214Z Compiling strum v0.26.3
10222024-10-07T07:22:04.415Z Compiling serde_with v3.11.0
10232024-10-07T07:22:07.266Z Compiling debug-ignore v1.0.5
10242024-10-07T07:22:07.966Z Compiling heapless v0.8.0
10252024-10-07T07:22:08.853Z Compiling tokio-rustls v0.25.0
10262024-10-07T07:22:09.334Z Compiling toml v0.8.19
10272024-10-07T07:22:10.711Z Compiling slog-bunyan v2.5.0
10282024-10-07T07:22:11.003Z Compiling sha1 v0.10.6
10292024-10-07T07:22:12.029Z Compiling async-stream v0.3.6
10302024-10-07T07:22:12.368Z Compiling newtype-uuid v1.1.0
10312024-10-07T07:22:12.618Z Compiling serde_path_to_error v0.1.16
10322024-10-07T07:22:12.731Z Compiling hex v0.4.3
10332024-10-07T07:22:13.245Z Compiling waitgroup v0.1.2
10342024-10-07T07:22:13.502Z Compiling hash32 v0.3.1
10352024-10-07T07:22:13.553Z Compiling hostname v0.4.0
10362024-10-07T07:22:13.765Z Compiling smoltcp v0.11.0
10372024-10-07T07:22:13.955Z Compiling stable_deref_trait v1.2.0
10382024-10-07T07:22:16.268Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10392024-10-07T07:22:16.860Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10402024-10-07T07:22:16.937Z Compiling backoff v0.4.0
10412024-10-07T07:22:17.360Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10422024-10-07T07:22:17.412Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10432024-10-07T07:22:17.623Z Compiling parse-display v0.10.0
10442024-10-07T07:22:19.644Z Compiling regress v0.9.1
10452024-10-07T07:22:23.193Z Compiling macaddr v1.0.1
10462024-10-07T07:22:23.869Z Compiling clap_derive v4.5.18
10472024-10-07T07:22:25.238Z Compiling utf8parse v0.2.2
10482024-10-07T07:22:25.414Z Compiling winnow v0.5.40
10492024-10-07T07:22:25.586Z Compiling cobs v0.2.3
10502024-10-07T07:22:26.039Z Compiling managed v0.8.0
10512024-10-07T07:22:26.595Z Compiling bitflags v1.3.2
10522024-10-07T07:22:27.038Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10532024-10-07T07:22:28.289Z Compiling postcard v1.0.10
10542024-10-07T07:22:28.695Z Compiling anstyle-parse v0.2.5
10552024-10-07T07:22:29.099Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10562024-10-07T07:22:29.473Z Compiling toml_edit v0.19.15
10572024-10-07T07:22:34.797Z Compiling anstyle v1.0.8
10582024-10-07T07:22:35.386Z Compiling anstyle-query v1.1.1
10592024-10-07T07:22:35.905Z Compiling colorchoice v1.0.2
10602024-10-07T07:22:36.075Z Compiling is_terminal_polyfill v1.70.1
10612024-10-07T07:22:36.222Z Compiling anstream v0.6.15
10622024-10-07T07:22:37.347Z Compiling proc-macro-crate v1.3.1
10632024-10-07T07:22:38.210Z Compiling terminal_size v0.4.0
10642024-10-07T07:22:38.524Z Compiling clap_lex v0.7.2
10652024-10-07T07:22:38.582Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10662024-10-07T07:22:39.214Z Compiling clap_builder v4.5.19
10672024-10-07T07:22:39.550Z Compiling num_enum_derive v0.5.11
10682024-10-07T07:22:40.727Z Compiling tabwriter v1.4.0
10692024-10-07T07:22:41.505Z Compiling foreign-types-macros v0.2.3
10702024-10-07T07:22:41.525Z Compiling num-integer v0.1.46
10712024-10-07T07:22:42.019Z Compiling foreign-types-shared v0.3.1
10722024-10-07T07:22:42.530Z Compiling num_enum v0.5.11
10732024-10-07T07:22:42.868Z Compiling foreign-types v0.5.0
10742024-10-07T07:22:43.245Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10752024-10-07T07:22:43.496Z Compiling clap v4.5.19
10762024-10-07T07:22:43.743Z Compiling cstr-argument v0.1.2
10772024-10-07T07:22:44.018Z Compiling proc-macro-error-attr v1.0.4
10782024-10-07T07:22:44.176Z Compiling either v1.13.0
10792024-10-07T07:22:44.196Z Compiling prettyplease v0.2.22
10802024-10-07T07:22:44.585Z Compiling pretty-hex v0.2.1
10812024-10-07T07:22:44.820Z Compiling heck v0.4.1
10822024-10-07T07:22:45.218Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10832024-10-07T07:22:45.468Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10842024-10-07T07:22:45.627Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10852024-10-07T07:22:46.686Z Compiling num-iter v0.1.45
10862024-10-07T07:22:46.896Z Compiling num-rational v0.4.2
10872024-10-07T07:22:47.296Z Compiling colored v2.1.0
10882024-10-07T07:22:48.905Z Compiling num-complex v0.4.6
10892024-10-07T07:22:49.659Z Compiling proc-macro-error v1.0.4
10902024-10-07T07:22:49.781Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10912024-10-07T07:22:50.038Z Compiling fastrand v2.1.1
10922024-10-07T07:22:50.194Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10932024-10-07T07:22:50.430Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10942024-10-07T07:22:50.630Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10952024-10-07T07:22:50.736Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10962024-10-07T07:22:50.738Z Compiling tempfile v3.13.0
10972024-10-07T07:22:52.492Z Compiling num v0.4.3
10982024-10-07T07:22:55.503Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10992024-10-07T07:22:56.004Z Compiling crucible-workspace-hack v0.1.0
11002024-10-07T07:22:56.028Z Compiling float-ord v0.3.2
11012024-10-07T07:22:56.194Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11022024-10-07T07:23:04.005Z Compiling semver v0.1.20
11032024-10-07T07:23:04.089Z Compiling unicode-segmentation v1.12.0
11042024-10-07T07:23:04.551Z Compiling rustc_version v0.1.7
11052024-10-07T07:23:04.990Z Compiling newline-converter v0.3.0
11062024-10-07T07:23:05.200Z Compiling zone_cfg_derive v0.3.0
11072024-10-07T07:23:05.358Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11082024-10-07T07:23:05.529Z Compiling camino-tempfile v1.1.1
11092024-10-07T07:23:06.022Z Compiling itertools v0.10.5
11102024-10-07T07:23:06.339Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11112024-10-07T07:23:06.741Z Compiling console v0.15.8
11122024-10-07T07:23:06.803Z Compiling num-derive v0.4.2
11132024-10-07T07:23:08.305Z Compiling sigpipe v0.1.3
11142024-10-07T07:23:08.620Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11152024-10-07T07:23:08.958Z Compiling base64ct v1.6.0
11162024-10-07T07:23:09.182Z Compiling similar v2.6.0
11172024-10-07T07:23:09.309Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
11182024-10-07T07:23:09.666Z Compiling password-hash v0.5.0
11192024-10-07T07:23:09.686Z Compiling zone v0.3.0
11202024-10-07T07:23:10.901Z Compiling expectorate v1.1.0
11212024-10-07T07:23:11.201Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11222024-10-07T07:23:11.958Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11232024-10-07T07:23:11.978Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11242024-10-07T07:23:13.091Z Compiling newtype_derive v0.1.6
11252024-10-07T07:23:13.494Z Compiling blake2 v0.10.6
11262024-10-07T07:23:14.496Z Compiling hubpack_derive v0.1.1
11272024-10-07T07:23:14.728Z Compiling smf v0.2.3
11282024-10-07T07:23:15.327Z Compiling zerocopy-derive v0.6.6
11292024-10-07T07:23:15.492Z Compiling owo-colors v4.1.0
11302024-10-07T07:23:15.638Z Compiling fixedbitset v0.4.2
11312024-10-07T07:23:15.852Z Compiling whoami v1.5.2
11322024-10-07T07:23:16.126Z Compiling cancel-safe-futures v0.1.5
11332024-10-07T07:23:16.558Z Compiling petgraph v0.6.5
11342024-10-07T07:23:17.299Z Compiling hubpack v0.1.2
11352024-10-07T07:23:17.398Z Compiling zerocopy v0.6.6
11362024-10-07T07:23:17.812Z Compiling argon2 v0.5.3
11372024-10-07T07:23:18.414Z Compiling strum_macros v0.25.3
11382024-10-07T07:23:20.320Z Compiling serde-big-array v0.5.1
11392024-10-07T07:23:20.592Z Compiling serde_repr v0.1.19
11402024-10-07T07:23:20.772Z Compiling cookie v0.18.1
11412024-10-07T07:23:21.144Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11422024-10-07T07:23:21.403Z Compiling convert_case v0.4.0
11432024-10-07T07:23:21.787Z Compiling static_assertions v1.1.0
11442024-10-07T07:23:22.221Z Compiling derive_more v0.99.18
11452024-10-07T07:23:22.274Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11462024-10-07T07:23:22.826Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11472024-10-07T07:23:24.088Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11482024-10-07T07:23:24.662Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11492024-10-07T07:23:25.997Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11502024-10-07T07:23:27.703Z Compiling atomicwrites v0.4.4
11512024-10-07T07:23:28.243Z Compiling itertools v0.13.0
11522024-10-07T07:23:29.167Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11532024-10-07T07:23:30.429Z Compiling idna v0.4.0
11542024-10-07T07:23:30.459Z Compiling libsw v3.3.1
11552024-10-07T07:23:30.817Z Compiling enum-as-inner v0.6.1
11562024-10-07T07:23:31.698Z Compiling derive-where v1.2.7
11572024-10-07T07:23:31.986Z Compiling indent_write v2.2.0
11582024-10-07T07:23:32.228Z Compiling linked-hash-map v0.5.6
11592024-10-07T07:23:32.257Z Compiling highway v1.2.0
11602024-10-07T07:23:32.344Z Compiling data-encoding v2.6.0
11612024-10-07T07:23:32.660Z Compiling quick-error v1.2.3
11622024-10-07T07:23:32.846Z Compiling linear-map v1.2.0
11632024-10-07T07:23:33.319Z Compiling swrite v0.1.0
11642024-10-07T07:23:33.460Z Compiling hickory-proto v0.24.1
11652024-10-07T07:23:33.704Z Compiling resolv-conf v0.7.0
11662024-10-07T07:23:34.275Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11672024-10-07T07:23:35.061Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11682024-10-07T07:23:35.316Z Compiling lru-cache v0.1.2
11692024-10-07T07:23:35.568Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11702024-10-07T07:23:36.568Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11712024-10-07T07:23:36.968Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11722024-10-07T07:23:39.409Z Compiling steno v0.4.1
11732024-10-07T07:23:41.482Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11742024-10-07T07:23:43.194Z Compiling slog-dtrace v0.3.0
11752024-10-07T07:23:43.562Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-10-07T07:23:43.937Z Compiling parking_lot_core v0.8.6
11772024-10-07T07:23:44.374Z Compiling humantime v2.1.0
11782024-10-07T07:23:44.414Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-10-07T07:23:44.607Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11802024-10-07T07:23:45.244Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11812024-10-07T07:23:46.602Z Compiling hickory-resolver v0.24.1
11822024-10-07T07:23:48.019Z Compiling num-derive v0.3.3
11832024-10-07T07:23:49.047Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-10-07T07:23:49.404Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11852024-10-07T07:23:49.783Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11862024-10-07T07:23:50.360Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11872024-10-07T07:23:51.109Z Compiling parking_lot v0.11.2
11882024-10-07T07:23:51.408Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11892024-10-07T07:23:51.870Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11902024-10-07T07:23:53.110Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b)
11912024-10-07T07:23:54.014Z Compiling crossbeam-epoch v0.9.18
11922024-10-07T07:23:54.878Z Compiling fxhash v0.2.1
11932024-10-07T07:23:55.115Z Compiling crc32fast v1.4.2
11942024-10-07T07:23:55.178Z Compiling arc-swap v1.7.1
11952024-10-07T07:23:55.640Z Compiling crc8 v0.1.1
11962024-10-07T07:23:55.895Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b)
11972024-10-07T07:23:55.965Z Compiling slog-scope v4.4.0
11982024-10-07T07:23:56.749Z Compiling sled v0.34.7
11992024-10-07T07:24:01.544Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12002024-10-07T07:24:01.847Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12012024-10-07T07:24:02.394Z Compiling slog-stdlog v4.1.1
12022024-10-07T07:24:03.222Z Compiling slog-envlogger v2.2.0
12032024-10-07T07:24:05.466Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12042024-10-07T07:24:06.187Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
12052024-10-07T07:24:17.844Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
12062024-10-07T07:24:22.394Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12072024-10-07T07:24:23.321Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12082024-10-07T07:24:52.190Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12092024-10-07T07:24:52.190Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12102024-10-07T07:25:00.224Z Finished `release` profile [optimized] target(s) in 5m 20s
12112024-10-07T07:25:00.532Z+ banner trio
12122024-10-07T07:25:00.535Z
12132024-10-07T07:25:00.535Z ##### ##### # ####
12142024-10-07T07:25:00.535Z # # # # # #
12152024-10-07T07:25:00.535Z # # # # # #
12162024-10-07T07:25:00.535Z # ##### # # #
12172024-10-07T07:25:00.535Z # # # # # #
12182024-10-07T07:25:00.535Z # # # # ####
12192024-10-07T07:25:00.535Z
12202024-10-07T07:25:00.535Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12212024-10-07T07:25:01.020Z Compiling libc v0.2.159
12222024-10-07T07:25:01.020Z Compiling cfg-if v1.0.0
12232024-10-07T07:25:01.020Z Compiling serde v1.0.210
12242024-10-07T07:25:01.023Z Compiling once_cell v1.20.2
12252024-10-07T07:25:01.024Z Compiling itoa v1.0.11
12262024-10-07T07:25:01.094Z Compiling bytes v1.7.2
12272024-10-07T07:25:01.102Z Compiling syn v2.0.79
12282024-10-07T07:25:01.113Z Compiling num-traits v0.2.19
12292024-10-07T07:25:01.153Z Compiling pin-project-lite v0.2.14
12302024-10-07T07:25:01.272Z Compiling memchr v2.7.4
12312024-10-07T07:25:01.316Z Compiling smallvec v1.13.2
12322024-10-07T07:25:01.464Z Compiling schemars v0.8.21
12332024-10-07T07:25:01.521Z Compiling scopeguard v1.2.0
12342024-10-07T07:25:01.665Z Compiling lock_api v0.4.12
12352024-10-07T07:25:01.799Z Compiling fnv v1.0.7
12362024-10-07T07:25:01.818Z Compiling log v0.4.22
12372024-10-07T07:25:01.933Z Compiling futures-core v0.3.31
12382024-10-07T07:25:02.182Z Compiling ryu v1.0.18
12392024-10-07T07:25:02.344Z Compiling zerocopy v0.7.35
12402024-10-07T07:25:02.380Z Compiling equivalent v1.0.1
12412024-10-07T07:25:02.511Z Compiling getrandom v0.2.15
12422024-10-07T07:25:02.576Z Compiling parking_lot_core v0.9.10
12432024-10-07T07:25:02.738Z Compiling mio v1.0.2
12442024-10-07T07:25:02.859Z Compiling signal-hook-registry v1.4.2
12452024-10-07T07:25:02.932Z Compiling parking_lot v0.12.3
12462024-10-07T07:25:03.119Z Compiling socket2 v0.5.7
12472024-10-07T07:25:03.162Z Compiling hashbrown v0.15.0
12482024-10-07T07:25:03.400Z Compiling ahash v0.8.11
12492024-10-07T07:25:04.045Z Compiling tracing-core v0.1.32
12502024-10-07T07:25:04.410Z Compiling serde_json v1.0.128
12512024-10-07T07:25:04.428Z Compiling hashbrown v0.14.5
12522024-10-07T07:25:04.463Z Compiling uuid v1.10.0
12532024-10-07T07:25:04.693Z Compiling byteorder v1.5.0
12542024-10-07T07:25:04.829Z Compiling pin-utils v0.1.0
12552024-10-07T07:25:04.927Z Compiling spin v0.9.8
12562024-10-07T07:25:05.062Z Compiling futures-sink v0.3.31
12572024-10-07T07:25:05.065Z Compiling futures-task v0.3.31
12582024-10-07T07:25:05.089Z Compiling untrusted v0.9.0
12592024-10-07T07:25:05.140Z Compiling slab v0.4.9
12602024-10-07T07:25:05.223Z Compiling futures-util v0.3.31
12612024-10-07T07:25:05.266Z Compiling ring v0.17.8
12622024-10-07T07:25:05.277Z Compiling http v1.1.0
12632024-10-07T07:25:05.701Z Compiling chrono v0.4.38
12642024-10-07T07:25:05.766Z Compiling regress v0.10.1
12652024-10-07T07:25:05.844Z Compiling try-lock v0.2.5
12662024-10-07T07:25:05.990Z Compiling want v0.3.1
12672024-10-07T07:25:06.527Z Compiling httparse v1.9.5
12682024-10-07T07:25:07.592Z Compiling futures-channel v0.3.31
12692024-10-07T07:25:07.727Z Compiling serde_derive_internals v0.29.1
12702024-10-07T07:25:08.083Z Compiling tower-service v0.3.3
12712024-10-07T07:25:08.381Z Compiling foreign-types-shared v0.1.1
12722024-10-07T07:25:08.472Z Compiling dyn-clone v1.0.17
12732024-10-07T07:25:08.509Z Compiling foreign-types v0.3.2
12742024-10-07T07:25:08.603Z Compiling openssl-sys v0.9.103
12752024-10-07T07:25:08.748Z Compiling rustls-pki-types v1.9.0
12762024-10-07T07:25:10.001Z Compiling unicode-ident v1.0.13
12772024-10-07T07:25:10.011Z Compiling bitflags v2.6.0
12782024-10-07T07:25:10.089Z Compiling http-body v1.0.1
12792024-10-07T07:25:10.200Z Compiling proc-macro2 v1.0.86
12802024-10-07T07:25:10.335Z Compiling semver v1.0.23
12812024-10-07T07:25:10.361Z Compiling allocator-api2 v0.2.18
12822024-10-07T07:25:10.533Z Compiling openssl-probe v0.1.5
12832024-10-07T07:25:10.600Z Compiling atomic-waker v1.1.2
12842024-10-07T07:25:10.784Z Compiling tinyvec_macros v0.1.1
12852024-10-07T07:25:10.870Z Compiling tinyvec v1.8.0
12862024-10-07T07:25:10.879Z Compiling percent-encoding v2.3.1
12872024-10-07T07:25:11.258Z Compiling quote v1.0.37
12882024-10-07T07:25:11.347Z Compiling form_urlencoded v1.2.1
12892024-10-07T07:25:12.500Z Compiling rustls-webpki v0.102.8
12902024-10-07T07:25:12.649Z Compiling unicode-normalization v0.1.24
12912024-10-07T07:25:12.733Z Compiling aho-corasick v1.1.3
12922024-10-07T07:25:13.081Z Compiling unicode-bidi v0.3.17
12932024-10-07T07:25:13.310Z Compiling heck v0.5.0
12942024-10-07T07:25:13.353Z Compiling serde_derive v1.0.210
12952024-10-07T07:25:13.970Z Compiling thiserror-impl v1.0.64
12962024-10-07T07:25:14.677Z Compiling tokio-macros v2.4.0
12972024-10-07T07:25:15.744Z Compiling schemars_derive v0.8.21
12982024-10-07T07:25:16.065Z Compiling tracing-attributes v0.1.27
12992024-10-07T07:25:16.307Z Compiling tokio v1.40.0
13002024-10-07T07:25:16.904Z Compiling zerocopy-derive v0.7.35
13012024-10-07T07:25:17.155Z Compiling thiserror v1.0.64
13022024-10-07T07:25:17.287Z Compiling openssl-macros v0.1.1
13032024-10-07T07:25:17.339Z Compiling subtle v2.6.1
13042024-10-07T07:25:17.608Z Compiling zeroize v1.8.1
13052024-10-07T07:25:17.965Z Compiling rustls v0.23.14
13062024-10-07T07:25:18.149Z Compiling openssl v0.10.66
13072024-10-07T07:25:18.817Z Compiling regex-automata v0.4.8
13082024-10-07T07:25:19.432Z Compiling tracing v0.1.40
13092024-10-07T07:25:20.236Z Compiling idna v0.5.0
13102024-10-07T07:25:24.838Z Compiling native-tls v0.2.12
13112024-10-07T07:25:25.987Z Compiling tokio-util v0.7.12
13122024-10-07T07:25:27.763Z Compiling indexmap v2.6.0
13132024-10-07T07:25:29.631Z Compiling serde_tokenstream v0.2.2
13142024-10-07T07:25:30.671Z Compiling h2 v0.4.6
13152024-10-07T07:25:33.673Z Compiling tokio-native-tls v0.3.1
13162024-10-07T07:25:34.671Z Compiling regex-syntax v0.8.5
13172024-10-07T07:25:41.231Z Compiling hyper v1.4.1
13182024-10-07T07:25:44.007Z Compiling hyper-util v0.1.9
13192024-10-07T07:25:47.783Z Compiling slog v2.7.0
13202024-10-07T07:25:49.948Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13212024-10-07T07:25:50.680Z Compiling typify-impl v0.2.0
13222024-10-07T07:25:51.435Z Compiling openapiv3 v2.0.0
13232024-10-07T07:25:51.569Z Compiling serde_urlencoded v0.7.1
13242024-10-07T07:25:52.182Z Compiling tokio-rustls v0.26.0
13252024-10-07T07:25:52.677Z Compiling regex v1.11.0
13262024-10-07T07:25:52.943Z Compiling url v2.5.2
13272024-10-07T07:25:53.727Z Compiling http-body-util v0.1.2
13282024-10-07T07:25:54.305Z Compiling webpki-roots v0.26.6
13292024-10-07T07:25:54.525Z Compiling encoding_rs v0.8.34
13302024-10-07T07:25:55.700Z Compiling mime v0.3.17
13312024-10-07T07:25:56.825Z Compiling ipnet v2.10.1
13322024-10-07T07:25:58.678Z Compiling hyper-rustls v0.27.3
13332024-10-07T07:25:59.960Z Compiling hyper-tls v0.6.0
13342024-10-07T07:26:01.415Z Compiling rustls-pemfile v2.2.0
13352024-10-07T07:26:01.908Z Compiling sync_wrapper v1.0.1
13362024-10-07T07:26:02.065Z Compiling http v0.2.12
13372024-10-07T07:26:02.200Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13382024-10-07T07:26:02.862Z Compiling typify-macro v0.2.0
13392024-10-07T07:26:03.227Z Compiling toml_datetime v0.6.8
13402024-10-07T07:26:03.625Z Compiling base64 v0.22.1
13412024-10-07T07:26:04.098Z Compiling toml_edit v0.19.15
13422024-10-07T07:26:04.761Z Compiling reqwest v0.12.8
13432024-10-07T07:26:05.406Z Compiling serde_yaml v0.9.34+deprecated
13442024-10-07T07:26:06.802Z Compiling rustls v0.21.12
13452024-10-07T07:26:06.887Z Compiling lazy_static v1.5.0
13462024-10-07T07:26:07.029Z Compiling proc-macro-crate v1.3.1
13472024-10-07T07:26:07.142Z Compiling h2 v0.3.26
13482024-10-07T07:26:07.881Z Compiling http-body v0.4.6
13492024-10-07T07:26:08.437Z Compiling sct v0.7.1
13502024-10-07T07:26:08.879Z Compiling rustls-webpki v0.101.7
13512024-10-07T07:26:09.265Z Compiling httpdate v1.0.3
13522024-10-07T07:26:10.079Z Compiling crossbeam-utils v0.8.20
13532024-10-07T07:26:10.462Z Compiling num_enum_derive v0.5.11
13542024-10-07T07:26:11.411Z Compiling typify v0.2.0
13552024-10-07T07:26:11.552Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13562024-10-07T07:26:12.834Z Compiling hyper v0.14.30
13572024-10-07T07:26:13.075Z Compiling ipnetwork v0.20.0
13582024-10-07T07:26:14.086Z Compiling ppv-lite86 v0.2.20
13592024-10-07T07:26:15.059Z Compiling foreign-types-macros v0.2.3
13602024-10-07T07:26:16.419Z Compiling rand_core v0.6.4
13612024-10-07T07:26:16.910Z Compiling dirs-sys-next v0.1.2
13622024-10-07T07:26:18.013Z Compiling powerfmt v0.2.0
13632024-10-07T07:26:18.527Z Compiling foreign-types-shared v0.3.1
13642024-10-07T07:26:18.650Z Compiling time-macros v0.2.18
13652024-10-07T07:26:19.723Z Compiling foreign-types v0.5.0
13662024-10-07T07:26:19.839Z Compiling deranged v0.3.11
13672024-10-07T07:26:21.860Z Compiling dirs-next v2.0.0
13682024-10-07T07:26:22.130Z Compiling rand_chacha v0.3.1
13692024-10-07T07:26:22.508Z Compiling tokio-rustls v0.24.1
13702024-10-07T07:26:22.941Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13712024-10-07T07:26:23.094Z Compiling num_enum v0.5.11
13722024-10-07T07:26:23.272Z Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
13732024-10-07T07:26:23.873Z Compiling progenitor-impl v0.8.0
13742024-10-07T07:26:27.422Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-10-07T07:26:27.755Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-10-07T07:26:27.944Z Compiling cstr-argument v0.1.2
13772024-10-07T07:26:28.214Z Compiling thread_local v1.1.8
13782024-10-07T07:26:28.943Z Compiling either v1.13.0
13792024-10-07T07:26:29.426Z Compiling num-conv v0.1.0
13802024-10-07T07:26:29.436Z Compiling arc-swap v1.7.1
13812024-10-07T07:26:29.692Z Compiling pretty-hex v0.2.1
13822024-10-07T07:26:29.909Z Compiling base64 v0.21.7
13832024-10-07T07:26:30.157Z Compiling time-core v0.1.2
13842024-10-07T07:26:30.170Z Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
13852024-10-07T07:26:30.350Z Compiling time v0.3.36
13862024-10-07T07:26:30.689Z Compiling progenitor-macro v0.8.0
13872024-10-07T07:26:31.057Z Compiling rustls-pemfile v1.0.4
13882024-10-07T07:26:31.874Z Compiling slog-scope v4.4.0
13892024-10-07T07:26:32.804Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13902024-10-07T07:26:33.209Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13912024-10-07T07:26:34.710Z Compiling itertools v0.12.1
13922024-10-07T07:26:38.750Z Compiling crossbeam-channel v0.5.13
13932024-10-07T07:26:38.970Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13942024-10-07T07:26:39.639Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13952024-10-07T07:26:39.831Z Compiling hyper-rustls v0.24.2
13962024-10-07T07:26:39.896Z Compiling rand v0.8.5
13972024-10-07T07:26:41.791Z Compiling term v0.7.0
13982024-10-07T07:26:45.699Z Compiling anyhow v1.0.89
13992024-10-07T07:26:46.172Z Compiling hyper-tls v0.5.0
14002024-10-07T07:26:46.213Z Compiling colored v2.1.0
14012024-10-07T07:26:46.659Z Compiling progenitor-client v0.8.0
14022024-10-07T07:26:47.128Z Compiling progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
14032024-10-07T07:26:47.498Z Compiling is-terminal v0.4.13
14042024-10-07T07:26:47.616Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14052024-10-07T07:26:47.633Z Compiling webpki-roots v0.25.4
14062024-10-07T07:26:47.791Z Compiling take_mut v0.2.2
14072024-10-07T07:26:47.961Z Compiling sync_wrapper v0.1.2
14082024-10-07T07:26:47.963Z Compiling winnow v0.6.20
14092024-10-07T07:26:48.072Z Compiling reqwest v0.11.27
14102024-10-07T07:26:48.117Z Compiling slog-async v2.8.0
14112024-10-07T07:26:49.498Z Compiling slog-term v2.9.1
14122024-10-07T07:26:51.331Z Compiling progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
14132024-10-07T07:26:51.548Z Compiling progenitor v0.8.0
14142024-10-07T07:26:51.762Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14152024-10-07T07:26:52.434Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14162024-10-07T07:26:52.512Z Compiling slog-stdlog v4.1.1
14172024-10-07T07:26:53.399Z Compiling slog-envlogger v2.2.0
14182024-10-07T07:26:55.533Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14192024-10-07T07:26:56.653Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14202024-10-07T07:26:58.944Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
14212024-10-07T07:26:58.944Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
14222024-10-07T07:26:58.944Z |
14232024-10-07T07:26:58.944Z18 | );
14242024-10-07T07:26:58.944Z | ^ 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>>`
14252024-10-07T07:26:58.944Z |
14262024-10-07T07:26:58.944Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
14272024-10-07T07:26:58.944Z = help: the following other types implement trait `From<T>`:
14282024-10-07T07:26:58.944Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
14292024-10-07T07:26:58.944Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
14302024-10-07T07:26:58.944Z = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
14312024-10-07T07:26:58.944Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
14322024-10-07T07:26:58.944Z
14332024-10-07T07:26:59.001Zerror[E0308]: mismatched types
14342024-10-07T07:26:59.002Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
14352024-10-07T07:26:59.002Z |
14362024-10-07T07:26:59.002Z5 | / progenitor::generate_api!(
14372024-10-07T07:26:59.002Z6 | | spec = "../openapi/ddm-admin.json",
14382024-10-07T07:26:59.002Z7 | | inner_type = slog::Logger,
14392024-10-07T07:26:59.002Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
14402024-10-07T07:26:59.002Z... |
14412024-10-07T07:26:59.002Z17 | | })
14422024-10-07T07:26:59.002Z18 | | );
14432024-10-07T07:26:59.002Z | | ^
14442024-10-07T07:26:59.002Z | | |
14452024-10-07T07:26:59.002Z | |_expected `Response`, found a different `Response`
14462024-10-07T07:26:59.002Z | arguments to this function are incorrect
14472024-10-07T07:26:59.002Z |
14482024-10-07T07:26:59.005Z = note: `Response` and `Response` have similar names, but are actually distinct types
14492024-10-07T07:26:59.005Znote: `Response` is defined in crate `reqwest`
14502024-10-07T07:26:59.005Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
14512024-10-07T07:26:59.005Z |
14522024-10-07T07:26:59.005Z25 | pub struct Response {
14532024-10-07T07:26:59.005Z | ^^^^^^^^^^^^^^^^^^^
14542024-10-07T07:26:59.005Znote: `Response` is defined in crate `reqwest`
14552024-10-07T07:26:59.005Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
14562024-10-07T07:26:59.005Z |
14572024-10-07T07:26:59.005Z29 | pub struct Response {
14582024-10-07T07:26:59.005Z | ^^^^^^^^^^^^^^^^^^^
14592024-10-07T07:26:59.005Z = note: perhaps two different versions of crate `reqwest` are being used?
14602024-10-07T07:26:59.005Znote: associated function defined here
14612024-10-07T07:26:59.005Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:121:12
14622024-10-07T07:26:59.005Z |
14632024-10-07T07:26:59.005Z121 | pub fn empty(response: reqwest::Response) -> Self {
14642024-10-07T07:26:59.005Z | ^^^^^
14652024-10-07T07:26:59.005Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
14662024-10-07T07:26:59.005Z
14672024-10-07T07:26:59.008Zerror[E0308]: mismatched types
14682024-10-07T07:26:59.008Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
14692024-10-07T07:26:59.008Z |
14702024-10-07T07:26:59.008Z5 | / progenitor::generate_api!(
14712024-10-07T07:26:59.008Z6 | | spec = "../openapi/ddm-admin.json",
14722024-10-07T07:26:59.008Z7 | | inner_type = slog::Logger,
14732024-10-07T07:26:59.008Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
14742024-10-07T07:26:59.008Z... |
14752024-10-07T07:26:59.008Z17 | | })
14762024-10-07T07:26:59.008Z18 | | );
14772024-10-07T07:26:59.008Z | | ^
14782024-10-07T07:26:59.008Z | | |
14792024-10-07T07:26:59.008Z | |_expected `Response`, found a different `Response`
14802024-10-07T07:26:59.008Z | arguments to this function are incorrect
14812024-10-07T07:26:59.008Z |
14822024-10-07T07:26:59.008Z = note: `Response` and `Response` have similar names, but are actually distinct types
14832024-10-07T07:26:59.008Znote: `Response` is defined in crate `reqwest`
14842024-10-07T07:26:59.008Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
14852024-10-07T07:26:59.008Z |
14862024-10-07T07:26:59.008Z25 | pub struct Response {
14872024-10-07T07:26:59.008Z | ^^^^^^^^^^^^^^^^^^^
14882024-10-07T07:26:59.008Znote: `Response` is defined in crate `reqwest`
14892024-10-07T07:26:59.008Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
14902024-10-07T07:26:59.008Z |
14912024-10-07T07:26:59.008Z29 | pub struct Response {
14922024-10-07T07:26:59.008Z | ^^^^^^^^^^^^^^^^^^^
14932024-10-07T07:26:59.009Z = note: perhaps two different versions of crate `reqwest` are being used?
14942024-10-07T07:26:59.009Znote: associated function defined here
14952024-10-07T07:26:59.009Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:66:18
14962024-10-07T07:26:59.009Z |
14972024-10-07T07:26:59.009Z66 | pub async fn from_response<E: std::fmt::Debug>(
14982024-10-07T07:26:59.009Z | ^^^^^^^^^^^^^
14992024-10-07T07:26:59.009Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15002024-10-07T07:26:59.009Z
15012024-10-07T07:26:59.011Zerror[E0308]: mismatched types
15022024-10-07T07:26:59.011Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
15032024-10-07T07:26:59.011Z |
15042024-10-07T07:26:59.011Z5 | / progenitor::generate_api!(
15052024-10-07T07:26:59.011Z6 | | spec = "../openapi/ddm-admin.json",
15062024-10-07T07:26:59.011Z7 | | inner_type = slog::Logger,
15072024-10-07T07:26:59.011Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
15082024-10-07T07:26:59.011Z... |
15092024-10-07T07:26:59.011Z17 | | })
15102024-10-07T07:26:59.012Z18 | | );
15112024-10-07T07:26:59.012Z | | ^
15122024-10-07T07:26:59.012Z | | |
15132024-10-07T07:26:59.012Z | |_expected `Response`, found a different `Response`
15142024-10-07T07:26:59.012Z | arguments to this enum variant are incorrect
15152024-10-07T07:26:59.012Z |
15162024-10-07T07:26:59.012Z = note: `Response` and `Response` have similar names, but are actually distinct types
15172024-10-07T07:26:59.012Znote: `Response` is defined in crate `reqwest`
15182024-10-07T07:26:59.012Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
15192024-10-07T07:26:59.012Z |
15202024-10-07T07:26:59.012Z25 | pub struct Response {
15212024-10-07T07:26:59.012Z | ^^^^^^^^^^^^^^^^^^^
15222024-10-07T07:26:59.012Znote: `Response` is defined in crate `reqwest`
15232024-10-07T07:26:59.012Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
15242024-10-07T07:26:59.012Z |
15252024-10-07T07:26:59.012Z29 | pub struct Response {
15262024-10-07T07:26:59.012Z | ^^^^^^^^^^^^^^^^^^^
15272024-10-07T07:26:59.012Z = note: perhaps two different versions of crate `reqwest` are being used?
15282024-10-07T07:26:59.012Znote: tuple variant defined here
15292024-10-07T07:26:59.012Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:257:5
15302024-10-07T07:26:59.012Z |
15312024-10-07T07:26:59.012Z257 | UnexpectedResponse(reqwest::Response),
15322024-10-07T07:26:59.012Z | ^^^^^^^^^^^^^^^^^^
15332024-10-07T07:26:59.012Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15342024-10-07T07:26:59.012Z
15352024-10-07T07:26:59.035Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15362024-10-07T07:26:59.035Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15372024-10-07T07:26:59.035Z |
15382024-10-07T07:26:59.035Z18 | );
15392024-10-07T07:26:59.035Z | ^ 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>>`
15402024-10-07T07:26:59.035Z |
15412024-10-07T07:26:59.035Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15422024-10-07T07:26:59.035Z = help: the following other types implement trait `From<T>`:
15432024-10-07T07:26:59.036Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15442024-10-07T07:26:59.036Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15452024-10-07T07:26:59.036Z = note: required for `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15462024-10-07T07:26:59.036Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15472024-10-07T07:26:59.036Z
15482024-10-07T07:26:59.053Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15492024-10-07T07:26:59.053Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15502024-10-07T07:26:59.053Z |
15512024-10-07T07:26:59.053Z18 | );
15522024-10-07T07:26:59.053Z | ^ 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>>`
15532024-10-07T07:26:59.053Z |
15542024-10-07T07:26:59.053Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15552024-10-07T07:26:59.053Z = help: the following other types implement trait `From<T>`:
15562024-10-07T07:26:59.053Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15572024-10-07T07:26:59.053Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15582024-10-07T07:26:59.053Z = note: required for `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15592024-10-07T07:26:59.053Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15602024-10-07T07:26:59.053Z
15612024-10-07T07:26:59.068Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15622024-10-07T07:26:59.068Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15632024-10-07T07:26:59.068Z |
15642024-10-07T07:26:59.068Z18 | );
15652024-10-07T07:26:59.068Z | ^ 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>>`
15662024-10-07T07:26:59.068Z |
15672024-10-07T07:26:59.068Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15682024-10-07T07:26:59.069Z = help: the following other types implement trait `From<T>`:
15692024-10-07T07:26:59.069Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15702024-10-07T07:26:59.069Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15712024-10-07T07:26:59.069Z = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15722024-10-07T07:26:59.069Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15732024-10-07T07:26:59.069Z
15742024-10-07T07:26:59.133Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15752024-10-07T07:26:59.133Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15762024-10-07T07:26:59.133Z |
15772024-10-07T07:26:59.133Z18 | );
15782024-10-07T07:26:59.133Z | ^ 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>>`
15792024-10-07T07:26:59.133Z |
15802024-10-07T07:26:59.133Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15812024-10-07T07:26:59.133Z = help: the following other types implement trait `From<T>`:
15822024-10-07T07:26:59.133Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15832024-10-07T07:26:59.133Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15842024-10-07T07:26:59.133Z = note: required for `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15852024-10-07T07:26:59.133Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15862024-10-07T07:26:59.134Z
15872024-10-07T07:26:59.194Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15882024-10-07T07:26:59.194Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15892024-10-07T07:26:59.194Z |
15902024-10-07T07:26:59.194Z18 | );
15912024-10-07T07:26:59.194Z | ^ 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>>`
15922024-10-07T07:26:59.194Z |
15932024-10-07T07:26:59.194Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15942024-10-07T07:26:59.194Z = help: the following other types implement trait `From<T>`:
15952024-10-07T07:26:59.194Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15962024-10-07T07:26:59.194Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15972024-10-07T07:26:59.194Z = note: required for `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15982024-10-07T07:26:59.194Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15992024-10-07T07:26:59.194Z
16002024-10-07T07:26:59.635ZSome errors have detailed explanations: E0277, E0308.
16012024-10-07T07:26:59.635ZFor more information about an error, try `rustc --explain E0277`.
16022024-10-07T07:26:59.860Zerror: could not compile `ddm-admin-client` (lib) due to 16 previous errors
16032024-10-07T07:26:59.860Zwarning: build failed, waiting for other jobs to finish...
16042024-10-07T07:27:18.407Z+ cleanup
16052024-10-07T07:27:18.409Z++ id -un
16062024-10-07T07:27:18.413Z++ id -gn
16072024-10-07T07:27:18.416Z+ pfexec chown -R build:build .
16082024-10-07T07:27:18.498Zprocess exited: duration 509720 ms, exit code 101
 
16092024-10-07T07:27:18.504Zfound 0 output files