01J9JXD25BDPN2R3G6SX8SW6BK: test-ddm-trio-v2-transit

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

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-07T07:18:17.111Zjob assigned to worker 01J9JXDSTP40QRM0WJ8WHYB0JZ (queued for 1 m 13 s)
 
22024-10-07T07:18:25.128Zstarting task 0: "setup"
32024-10-07T07:18:25.136Z++ uname -s
42024-10-07T07:18:25.139Z+ kern=SunOS
52024-10-07T07:18:25.139Z+ case "$kern" in
62024-10-07T07:18:25.139Z+ groupadd -g 12345 build
72024-10-07T07:18:25.141Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-07T07:18:27.150Z+ zfs create -o mountpoint=/work rpool/work
92024-10-07T07:18:27.286Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-07T07:18:27.288Z+ home_fs=zfs
112024-10-07T07:18:27.288Z+ [[ zfs == autofs ]]
122024-10-07T07:18:27.288Z+ mkdir -p /home/build
132024-10-07T07:18:27.291Z+ chown build:build /home/build /work
142024-10-07T07:18:29.292Z+ chmod 0700 /home/build /work
152024-10-07T07:18:29.295Zprocess exited: duration 4167 ms, exit code 0
 
162024-10-07T07:18:29.300Zstarting task 1: "rust-toolchain"
172024-10-07T07:18:29.306Z+ printf ' * toolchain channel = "%s"
182024-10-07T07:18:29.306Z' stable
192024-10-07T07:18:29.306Z * toolchain channel = "stable"
202024-10-07T07:18:29.306Z * toolchain profile = "default"
212024-10-07T07:18:29.309Z+ printf ' * toolchain profile = "%s"
222024-10-07T07:18:29.309Z' default
232024-10-07T07:18:29.309Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-07T07:18:29.309Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-07T07:18:29.471Zinfo: downloading installer
262024-10-07T07:18:30.916Zinfo: profile set to 'default'
272024-10-07T07:18:30.916Zinfo: default host triple is x86_64-unknown-illumos
282024-10-07T07:18:30.918Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-07T07:18:31.059Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-10-07T07:18:31.059Zinfo: downloading component 'cargo'
312024-10-07T07:18:31.813Zinfo: downloading component 'clippy'
322024-10-07T07:18:32.099Zinfo: downloading component 'rust-docs'
332024-10-07T07:18:33.142Zinfo: downloading component 'rust-std'
342024-10-07T07:18:34.793Zinfo: downloading component 'rustc'
352024-10-07T07:18:40.615Zinfo: downloading component 'rustfmt'
362024-10-07T07:18:40.849Zinfo: installing component 'cargo'
372024-10-07T07:18:41.691Zinfo: installing component 'clippy'
382024-10-07T07:18:42.122Zinfo: installing component 'rust-docs'
392024-10-07T07:18:43.819Zinfo: installing component 'rust-std'
402024-10-07T07:18:45.647Zinfo: installing component 'rustc'
412024-10-07T07:18:51.512Zinfo: installing component 'rustfmt'
422024-10-07T07:18:52.175Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-07T07:18:52.175Z
442024-10-07T07:18:52.542Z stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-10-07T07:18:52.542Z
462024-10-07T07:18:52.545Z
472024-10-07T07:18:52.545ZRust is installed now. Great!
482024-10-07T07:18:52.545Z
492024-10-07T07:18:52.545ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-07T07:18:52.545Zenvironment variable. This has not been done automatically.
512024-10-07T07:18:52.545Z
522024-10-07T07:18:52.545ZTo configure your current shell, you need to source
532024-10-07T07:18:52.545Zthe corresponding env file under $HOME/.cargo.
542024-10-07T07:18:52.545Z
552024-10-07T07:18:52.545ZThis is usually done by running one of the following (note the leading DOT):
562024-10-07T07:18:52.545Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-07T07:18:52.545Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-07T07:18:52.615Z+ rustc --version
592024-10-07T07:18:52.680Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-10-07T07:18:52.683Zprocess exited: duration 23378 ms, exit code 0
 
612024-10-07T07:18:52.689Zstarting task 2: "authentication"
622024-10-07T07:18:52.709Zprocess exited: duration 19 ms, exit code 0
 
632024-10-07T07:18:52.714Zstarting task 3: "clone repository"
642024-10-07T07:18:52.719Z+ mkdir -p /work/oxidecomputer/maghemite
652024-10-07T07:18:52.721Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-10-07T07:18:53.502ZCloning into '/work/oxidecomputer/maghemite'...
672024-10-07T07:18:54.616Z+ cd /work/oxidecomputer/maghemite
682024-10-07T07:18:54.620Z+ git fetch origin ef4f02e3d10609e3598c40be60eb2b774e2e9738
692024-10-07T07:18:54.840ZFrom https://github.com/oxidecomputer/maghemite
702024-10-07T07:18:54.840Z * branch ef4f02e3d10609e3598c40be60eb2b774e2e9738 -> FETCH_HEAD
712024-10-07T07:18:54.847Z+ [[ -n renovate/lock-file-maintenance ]]
722024-10-07T07:18:54.849Z++ git branch --show-current
732024-10-07T07:18:54.852Z+ current=main
742024-10-07T07:18:54.852Z+ [[ main != renovate/lock-file-maintenance ]]
752024-10-07T07:18:54.852Z+ git branch -f renovate/lock-file-maintenance ef4f02e3d10609e3598c40be60eb2b774e2e9738
762024-10-07T07:18:54.854Z+ git checkout -f renovate/lock-file-maintenance
772024-10-07T07:18:54.868ZSwitched to branch 'renovate/lock-file-maintenance'
782024-10-07T07:18:54.871Z+ git reset --hard ef4f02e3d10609e3598c40be60eb2b774e2e9738
792024-10-07T07:18:54.874ZHEAD is now at ef4f02e Lock file maintenance
802024-10-07T07:18:54.877Zprocess exited: duration 2160 ms, exit code 0
 
812024-10-07T07:18:54.885Zstarting task 4: "build"
822024-10-07T07:18:54.889Z++ cargo --version
832024-10-07T07:18:54.893Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-07T07:18:55.066Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-07T07:18:55.066Zinfo: downloading component 'cargo'
862024-10-07T07:18:56.037Zinfo: downloading component 'clippy'
872024-10-07T07:18:56.394Zinfo: downloading component 'rust-docs'
882024-10-07T07:18:57.729Zinfo: downloading component 'rust-std'
892024-10-07T07:18:59.821Zinfo: downloading component 'rustc'
902024-10-07T07:19:07.213Zinfo: downloading component 'rustfmt'
912024-10-07T07:19:07.495Zinfo: installing component 'cargo'
922024-10-07T07:19:08.343Zinfo: installing component 'clippy'
932024-10-07T07:19:08.728Zinfo: installing component 'rust-docs'
942024-10-07T07:19:10.336Zinfo: installing component 'rust-std'
952024-10-07T07:19:12.166Zinfo: installing component 'rustc'
962024-10-07T07:19:18.024Zinfo: installing component 'rustfmt'
972024-10-07T07:19:18.448Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-07T07:19:18.450Z++ rustc --version
992024-10-07T07:19:18.517Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-07T07:19:18.521Z++ dladm
1012024-10-07T07:19:18.525ZLINK CLASS MTU STATE BRIDGE OVER
1022024-10-07T07:19:18.525Zena0 phys 9216 up -- --
1032024-10-07T07:19:18.528Z++ ipadm
1042024-10-07T07:19:18.530ZADDROBJ TYPE STATE ADDR
1052024-10-07T07:19:18.530Zlo0/v4 static ok 127.0.0.1/8
1062024-10-07T07:19:18.530Zena0/dhcp dhcp ok 10.150.1.81/24
1072024-10-07T07:19:18.530Zlo0/v6 static ok ::1/128
1082024-10-07T07:19:18.530Z++ banner collect
1092024-10-07T07:19:18.580Z
1102024-10-07T07:19:18.580Z #### #### # # ###### #### #####
1112024-10-07T07:19:18.580Z # # # # # # # # # #
1122024-10-07T07:19:18.580Z # # # # # ##### # #
1132024-10-07T07:19:18.580Z # # # # # # # #
1142024-10-07T07:19:18.580Z # # # # # # # # # #
1152024-10-07T07:19:18.580Z #### #### ###### ###### ###### #### #
1162024-10-07T07:19:18.580Z
1172024-10-07T07:19:18.583Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-10-07T07:19:18.583Z++ repo=softnpu
1192024-10-07T07:19:18.583Z++ series=image
1202024-10-07T07:19:18.583Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-10-07T07:19:18.583Z++ name=softnpu
1222024-10-07T07:19:18.583Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-10-07T07:19:18.583Z++ mkdir -p download
1242024-10-07T07:19:18.583Z++ pushd download
1252024-10-07T07:19:18.583Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-10-07T07:19:18.583Z++ [[ ! -f softnpu ]]
1272024-10-07T07:19:18.583Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-10-07T07:19:18.591Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-10-07T07:19:18.593Z Dload Upload Total Spent Left Speed
1302024-10-07T07:19:18.982Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 55.7M 0 --:--:-- --:--:-- --:--:-- 55.8M
1312024-10-07T07:19:18.985Z++ popd
1322024-10-07T07:19:18.985Z/work/oxidecomputer/maghemite
1332024-10-07T07:19:18.988Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-10-07T07:19:18.988Z++ repo=sidecar-lite
1352024-10-07T07:19:18.988Z++ series=release
1362024-10-07T07:19:18.988Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-10-07T07:19:18.988Z++ name=libsidecar_lite.so
1382024-10-07T07:19:18.988Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-10-07T07:19:18.988Z++ mkdir -p download
1402024-10-07T07:19:18.988Z++ pushd download
1412024-10-07T07:19:18.988Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-10-07T07:19:18.988Z++ [[ ! -f libsidecar_lite.so ]]
1432024-10-07T07:19:18.988Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-10-07T07:19:18.996Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-10-07T07:19:18.996Z Dload Upload Total Spent Left Speed
1462024-10-07T07:19:19.273Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 73.3M 0 --:--:-- --:--:-- --:--:-- 73.3M
1472024-10-07T07:19:19.276Z++ popd
1482024-10-07T07:19:19.276Z/work/oxidecomputer/maghemite
1492024-10-07T07:19:19.276Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-10-07T07:19:19.276Z++ repo=sidecar-lite
1512024-10-07T07:19:19.276Z++ series=release
1522024-10-07T07:19:19.276Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-10-07T07:19:19.276Z++ name=scadm
1542024-10-07T07:19:19.276Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-10-07T07:19:19.276Z++ mkdir -p download
1562024-10-07T07:19:19.279Z++ pushd download
1572024-10-07T07:19:19.279Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-10-07T07:19:19.279Z++ [[ ! -f scadm ]]
1592024-10-07T07:19:19.279Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-10-07T07:19:19.285Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-10-07T07:19:19.285Z Dload Upload Total Spent Left Speed
1622024-10-07T07:19:19.649Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 62.5M 0 --:--:-- --:--:-- --:--:-- 62.6M
1632024-10-07T07:19:19.652Z++ popd
1642024-10-07T07:19:19.652Z/work/oxidecomputer/maghemite
1652024-10-07T07:19:19.652Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-10-07T07:19:19.652Z++ repo=dendrite
1672024-10-07T07:19:19.652Z++ series=image
1682024-10-07T07:19:19.652Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-10-07T07:19:19.652Z++ name=dendrite-softnpu.tar.gz
1702024-10-07T07:19:19.652Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-10-07T07:19:19.653Z++ mkdir -p download
1722024-10-07T07:19:19.655Z++ pushd download
1732024-10-07T07:19:19.655Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-10-07T07:19:19.655Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-10-07T07:19:19.655Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-10-07T07:19:19.661Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-10-07T07:19:19.661Z Dload Upload Total Spent Left Speed
1782024-10-07T07:19:20.141Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 69 37.5M 69 26.1M 0 0 74.1M 0 --:--:-- --:--:-- --:--:-- 74.1M 100 37.5M 100 37.5M 0 0 78.7M 0 --:--:-- --:--:-- --:--:-- 78.5M
1792024-10-07T07:19:20.141Z++ popd
1802024-10-07T07:19:20.141Z/work/oxidecomputer/maghemite
1812024-10-07T07:19:20.141Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-10-07T07:19:20.141Z++ repo=maghemite
1832024-10-07T07:19:20.141Z++ series=release
1842024-10-07T07:19:20.141Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-10-07T07:19:20.141Z++ name=ddmd
1862024-10-07T07:19:20.141Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-10-07T07:19:20.141Z++ mkdir -p download
1882024-10-07T07:19:20.144Z++ pushd download
1892024-10-07T07:19:20.144Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-10-07T07:19:20.144Z++ [[ ! -f ddmd ]]
1912024-10-07T07:19:20.144Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-10-07T07:19:20.150Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-10-07T07:19:20.150Z Dload Upload Total Spent Left Speed
1942024-10-07T07:19:20.689Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 75.9M 0 --:--:-- --:--:-- --:--:-- 75.9M
1952024-10-07T07:19:20.692Z++ popd
1962024-10-07T07:19:20.694Z/work/oxidecomputer/maghemite
1972024-10-07T07:19:20.694Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-10-07T07:19:20.694Z++ repo=maghemite
1992024-10-07T07:19:20.694Z++ series=release
2002024-10-07T07:19:20.694Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-10-07T07:19:20.694Z++ name=ddmadm
2022024-10-07T07:19:20.694Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-10-07T07:19:20.694Z++ mkdir -p download
2042024-10-07T07:19:20.694Z++ pushd download
2052024-10-07T07:19:20.694Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-10-07T07:19:20.695Z++ [[ ! -f ddmadm ]]
2072024-10-07T07:19:20.695Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-10-07T07:19:20.702Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-10-07T07:19:20.702Z Dload Upload Total Spent Left Speed
2102024-10-07T07:19:20.996Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 61.3M 0 --:--:-- --:--:-- --:--:-- 61.4M
2112024-10-07T07:19:20.998Z++ popd
2122024-10-07T07:19:20.998Z/work/oxidecomputer/maghemite
2132024-10-07T07:19:20.998Z++ pushd download
2142024-10-07T07:19:20.998Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-10-07T07:19:20.998Z++ chmod +x softnpu
2162024-10-07T07:19:21.001Z++ chmod +x scadm
2172024-10-07T07:19:21.005Z++ chmod +x ddmadm
2182024-10-07T07:19:21.005Z++ chmod +x ddmd
2192024-10-07T07:19:21.007Z++ mv ddmadm ddmadm-v2
2202024-10-07T07:19:21.007Z++ mv ddmd ddmd-v2
2212024-10-07T07:19:21.009Z++ rm -rf zones/dendrite
2222024-10-07T07:19:21.012Z++ mkdir -p zones/dendrite
2232024-10-07T07:19:21.014Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-10-07T07:19:21.827Z++ popd
2252024-10-07T07:19:21.827Z/work/oxidecomputer/maghemite
2262024-10-07T07:19:21.827Z++ banner install
2272024-10-07T07:19:21.830Z
2282024-10-07T07:19:21.830Z # # # #### ##### ## # #
2292024-10-07T07:19:21.830Z # ## # # # # # # #
2302024-10-07T07:19:21.830Z # # # # #### # # # # #
2312024-10-07T07:19:21.830Z # # # # # # ###### # #
2322024-10-07T07:19:21.830Z # # ## # # # # # # #
2332024-10-07T07:19:21.830Z # # # #### # # # ###### ######
2342024-10-07T07:19:21.830Z
2352024-10-07T07:19:21.832Z++ pkg info brand/sparse
2362024-10-07T07:19:21.834Z++ grep -qi installed
2372024-10-07T07:19:27.716Zpkg: info: no packages matching the following patterns you specified are
2382024-10-07T07:19:27.716Zinstalled on the system. Try querying remotely instead:
2392024-10-07T07:19:27.716Z
2402024-10-07T07:19:27.716Z brand/sparse
2412024-10-07T07:19:27.760Z++ [[ 1 != 0 ]]
2422024-10-07T07:19:27.760Z++ set -o errexit
2432024-10-07T07:19:27.760Z++ pfexec pkg install brand/sparse
2442024-10-07T07:19:34.638Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-10-07T07:19:37.546Z Startup: Caching catalogs ... Done
2462024-10-07T07:19:41.935ZPlanning: Solver setup ... Done
2472024-10-07T07:19:41.993ZPlanning: Running solver ... Done
2482024-10-07T07:19:42.195ZPlanning: Finding local manifests ... Done
2492024-10-07T07:19:42.210ZPlanning: Fetching manifests: 0/3 0% complete
2502024-10-07T07:19:42.757ZPlanning: Fetching manifests: 3/3 100% complete
2512024-10-07T07:19:43.054ZPlanning: Package planning ... Done
2522024-10-07T07:19:43.060ZPlanning: Merging actions ... Done
2532024-10-07T07:19:43.733ZPlanning: Checking for conflicting actions ... Done
2542024-10-07T07:19:50.383ZPlanning: Consolidating action changes ... Done
2552024-10-07T07:19:50.915ZPlanning: Evaluating mediators ... Done
2562024-10-07T07:19:50.980ZPlanning: Planning completed in 13.35 seconds
2572024-10-07T07:19:51.092Z Packages to install: 1
2582024-10-07T07:19:51.092Z Packages to update: 2
2592024-10-07T07:19:51.095Z Create boot environment: No
2602024-10-07T07:19:51.095ZCreate backup boot environment: Yes
2612024-10-07T07:19:51.446Z
2622024-10-07T07:19:51.446ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-10-07T07:19:56.448ZDownload: 853/1009 items 7.5/8.0MB 93% complete (1.5M/s)
2642024-10-07T07:19:59.281ZDownload: Completed 8.03 MB in 7.83 seconds (1.0M/s)
2652024-10-07T07:20:01.095Z Actions: 1/1419 actions (Removing old actions)
2662024-10-07T07:20:01.109Z Actions: 199/1419 actions (Installing new actions)
2672024-10-07T07:20:01.225Z Actions: 579/1419 actions (Updating modified actions)
2682024-10-07T07:20:01.571Z Actions: Completed 1419 actions in 0.48 seconds.
2692024-10-07T07:20:01.740Z Done
2702024-10-07T07:20:01.742Z Done
2712024-10-07T07:20:02.147Z Done
2722024-10-07T07:20:09.324Z Done
2732024-10-07T07:20:09.766Z Done
2742024-10-07T07:20:09.768Z Done
2752024-10-07T07:20:09.868Z Done
2762024-10-07T07:20:10.193Z++ set -o errexit
2772024-10-07T07:20:10.193Z++ set -o pipefail
2782024-10-07T07:20:10.193Z++ banner build
2792024-10-07T07:20:10.196Z
2802024-10-07T07:20:10.196Z ##### # # # # #####
2812024-10-07T07:20:10.196Z # # # # # # # #
2822024-10-07T07:20:10.196Z ##### # # # # # #
2832024-10-07T07:20:10.196Z # # # # # # # #
2842024-10-07T07:20:10.196Z # # # # # # # #
2852024-10-07T07:20:10.196Z ##### #### # ###### #####
2862024-10-07T07:20:10.196Z
2872024-10-07T07:20:10.196Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-10-07T07:20:10.378Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-10-07T07:20:10.605Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-10-07T07:20:10.791ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-10-07T07:20:10.791Z * [new branch] ci -> origin/ci
2922024-10-07T07:20:10.793Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2932024-10-07T07:20:10.793Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2942024-10-07T07:20:10.793Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2952024-10-07T07:20:10.793Z * [new branch] main -> origin/main
2962024-10-07T07:20:10.793Z * [new ref] -> origin/HEAD
2972024-10-07T07:20:10.804Z Updating crates.io index
2982024-10-07T07:20:10.806Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992024-10-07T07:20:11.510ZFrom https://github.com/oxidecomputer/falcon
3002024-10-07T07:20:11.510Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3012024-10-07T07:20:11.705Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022024-10-07T07:20:12.854ZFrom https://github.com/oxidecomputer/dendrite
3032024-10-07T07:20:12.855Z * [new ref] f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa -> refs/commit/f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa
3042024-10-07T07:20:12.895Z Updating git repository `https://github.com/oxidecomputer/ispf`
3052024-10-07T07:20:13.338ZFrom https://github.com/oxidecomputer/ispf
3062024-10-07T07:20:13.338Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3072024-10-07T07:20:13.358Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082024-10-07T07:20:13.764ZFrom https://github.com/oxidecomputer/netadm-sys
3092024-10-07T07:20:13.764Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3102024-10-07T07:20:13.776Z Updating git repository `https://github.com/oxidecomputer/omicron`
3112024-10-07T07:20:18.680ZFrom https://github.com/oxidecomputer/omicron
3122024-10-07T07:20:18.680Z * [new ref] e51641064a9aeb62b6461055505c53e43fbbe58c -> refs/commit/e51641064a9aeb62b6461055505c53e43fbbe58c
3132024-10-07T07:20:18.711Z * [new tag] dogfood -> dogfood
3142024-10-07T07:20:18.713Z * [new tag] v5 -> v5
3152024-10-07T07:20:18.713Z * [new tag] v6 -> v6
3162024-10-07T07:20:18.713Z * [new tag] v7 -> v7
3172024-10-07T07:20:18.713Z * [new tag] v8 -> v8
3182024-10-07T07:20:18.713Z * [new tag] v9 -> v9
3192024-10-07T07:20:19.073Z Updating git repository `https://github.com/oxidecomputer/opte`
3202024-10-07T07:20:20.072ZFrom https://github.com/oxidecomputer/opte
3212024-10-07T07:20:20.072Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3222024-10-07T07:20:20.119Z Updating git repository `https://github.com/illumos/smf-rs`
3232024-10-07T07:20:20.483ZFrom https://github.com/illumos/smf-rs
3242024-10-07T07:20:20.483Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3252024-10-07T07:20:20.514Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3262024-10-07T07:20:21.273ZFrom https://github.com/oxidecomputer/maghemite
3272024-10-07T07:20:21.273Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3282024-10-07T07:20:21.290Z * [new tag] rift -> rift
3292024-10-07T07:20:21.292Z * [new tag] srp -> srp
3302024-10-07T07:20:21.292Z * [new tag] tie-spf -> tie-spf
3312024-10-07T07:20:21.347Z Updating git repository `https://github.com/oxidecomputer/zone`
3322024-10-07T07:20:21.756ZFrom https://github.com/oxidecomputer/zone
3332024-10-07T07:20:21.756Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3342024-10-07T07:20:21.787Z Updating git repository `https://github.com/oxidecomputer/propolis`
3352024-10-07T07:20:22.453ZFrom https://github.com/oxidecomputer/propolis
3362024-10-07T07:20:22.453Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3372024-10-07T07:20:22.555Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3382024-10-07T07:20:22.931ZFrom https://github.com/oxidecomputer/dlpi-sys
3392024-10-07T07:20:22.931Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3402024-10-07T07:20:22.965Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3412024-10-07T07:20:23.382ZFrom https://github.com/jmesmon/rust-libzfs
3422024-10-07T07:20:23.382Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3432024-10-07T07:20:23.399Z * [new tag] v0.4.0 -> v0.4.0
3442024-10-07T07:20:23.412Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3452024-10-07T07:20:23.760ZFrom https://github.com/oxidecomputer/rusty-doors
3462024-10-07T07:20:23.760Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3472024-10-07T07:20:23.777Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3482024-10-07T07:20:24.201ZFrom https://github.com/oxidecomputer/maghemite
3492024-10-07T07:20:24.201Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3502024-10-07T07:20:24.248Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3512024-10-07T07:20:24.654ZFrom https://github.com/oxidecomputer/serde_human_bytes
3522024-10-07T07:20:24.654Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3532024-10-07T07:20:24.674Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3542024-10-07T07:20:25.096ZFrom https://github.com/oxidecomputer/slog-error-chain
3552024-10-07T07:20:25.096Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3562024-10-07T07:20:25.131Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3572024-10-07T07:20:25.482ZFrom https://github.com/oxidecomputer/poptrie
3582024-10-07T07:20:25.482Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3592024-10-07T07:20:25.507Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3602024-10-07T07:20:25.863ZFrom https://github.com/illumos/libscf-sys
3612024-10-07T07:20:25.863Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3622024-10-07T07:20:25.883Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3632024-10-07T07:20:26.823ZFrom https://github.com/oxidecomputer/progenitor
3642024-10-07T07:20:26.823Z * [new ref] 137455149f7e1b902582d1da9d90ad4b09522e1c -> refs/commit/137455149f7e1b902582d1da9d90ad4b09522e1c
3652024-10-07T07:20:26.844Z * [new tag] v0.1.1 -> v0.1.1
3662024-10-07T07:20:26.847Z * [new tag] v0.2.0 -> v0.2.0
3672024-10-07T07:20:26.847Z * [new tag] v0.3.0 -> v0.3.0
3682024-10-07T07:20:26.847Z * [new tag] v0.4.0 -> v0.4.0
3692024-10-07T07:20:26.847Z * [new tag] v0.5.0 -> v0.5.0
3702024-10-07T07:20:26.847Z * [new tag] v0.6.0 -> v0.6.0
3712024-10-07T07:20:26.847Z * [new tag] v0.7.0 -> v0.7.0
3722024-10-07T07:20:26.847Z * [new tag] v0.8.0 -> v0.8.0
3732024-10-07T07:20:26.968Z Updating git repository `https://github.com/oxidecomputer/typify`
3742024-10-07T07:20:29.533ZFrom https://github.com/oxidecomputer/typify
3752024-10-07T07:20:29.533Z * [new ref] d6f1877057e9a7a3146707ec3309044a4918697e -> refs/commit/d6f1877057e9a7a3146707ec3309044a4918697e
3762024-10-07T07:20:29.551Z * [new tag] v0.0.10 -> v0.0.10
3772024-10-07T07:20:29.554Z * [new tag] v0.0.11 -> v0.0.11
3782024-10-07T07:20:29.554Z * [new tag] v0.0.12 -> v0.0.12
3792024-10-07T07:20:29.554Z * [new tag] v0.0.13 -> v0.0.13
3802024-10-07T07:20:29.554Z * [new tag] v0.0.14 -> v0.0.14
3812024-10-07T07:20:29.554Z * [new tag] v0.0.15 -> v0.0.15
3822024-10-07T07:20:29.554Z * [new tag] v0.0.16 -> v0.0.16
3832024-10-07T07:20:29.554Z * [new tag] v0.0.4 -> v0.0.4
3842024-10-07T07:20:29.554Z * [new tag] v0.0.5 -> v0.0.5
3852024-10-07T07:20:29.554Z * [new tag] v0.0.7 -> v0.0.7
3862024-10-07T07:20:29.554Z * [new tag] v0.0.8 -> v0.0.8
3872024-10-07T07:20:29.554Z * [new tag] v0.0.9 -> v0.0.9
3882024-10-07T07:20:29.554Z * [new tag] v0.1.0 -> v0.1.0
3892024-10-07T07:20:29.554Z * [new tag] v0.2.0 -> v0.2.0
3902024-10-07T07:20:29.733Z Updating git repository `https://github.com/oxidecomputer/propolis`
3912024-10-07T07:20:30.218ZFrom https://github.com/oxidecomputer/propolis
3922024-10-07T07:20:30.218Z * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927
3932024-10-07T07:20:30.295Z Updating git repository `https://github.com/oxidecomputer/crucible`
3942024-10-07T07:20:32.017ZFrom https://github.com/oxidecomputer/crucible
3952024-10-07T07:20:32.017Z * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac
3962024-10-07T07:20:32.091Z Updating git repository `https://github.com/oxidecomputer/opte`
3972024-10-07T07:20:32.568ZFrom https://github.com/oxidecomputer/opte
3982024-10-07T07:20:32.568Z * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa
3992024-10-07T07:20:32.611Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4002024-10-07T07:20:33.246ZFrom https://github.com/oxidecomputer/management-gateway-service
4012024-10-07T07:20:33.246Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
4022024-10-07T07:20:33.937Z Downloading crates ...
4032024-10-07T07:20:34.017Z Downloaded anstyle-parse v0.2.5
4042024-10-07T07:20:34.025Z Downloaded async-stream-impl v0.3.6
4052024-10-07T07:20:34.027Z Downloaded atomic-waker v1.1.2
4062024-10-07T07:20:34.027Z Downloaded anstream v0.6.15
4072024-10-07T07:20:34.031Z Downloaded anstyle v1.0.8
4082024-10-07T07:20:34.034Z Downloaded const-random-macro v0.1.16
4092024-10-07T07:20:34.040Z Downloaded dtrace-parser v0.2.0
4102024-10-07T07:20:34.043Z Downloaded cstr-argument v0.1.2
4112024-10-07T07:20:34.044Z Downloaded crunchy v0.2.2
4122024-10-07T07:20:34.047Z Downloaded foreign-types-shared v0.3.1
4132024-10-07T07:20:34.052Z Downloaded pretty-hex v0.4.1
4142024-10-07T07:20:34.056Z Downloaded errno v0.3.9
4152024-10-07T07:20:34.059Z Downloaded fnv v1.0.7
4162024-10-07T07:20:34.059Z Downloaded fixedbitset v0.4.2
4172024-10-07T07:20:34.059Z Downloaded either v1.13.0
4182024-10-07T07:20:34.063Z Downloaded percent-encoding v2.3.1
4192024-10-07T07:20:34.068Z Downloaded embedded-io v0.6.1
4202024-10-07T07:20:34.068Z Downloaded defmt v0.3.8
4212024-10-07T07:20:34.072Z Downloaded scroll_derive v0.12.0
4222024-10-07T07:20:34.072Z Downloaded ciborium-ll v0.2.2
4232024-10-07T07:20:34.072Z Downloaded async-stream v0.3.6
4242024-10-07T07:20:34.076Z Downloaded futures-sink v0.3.31
4252024-10-07T07:20:34.076Z Downloaded enum-as-inner v0.6.1
4262024-10-07T07:20:34.080Z Downloaded async-trait v0.1.83
4272024-10-07T07:20:34.083Z Downloaded futures-io v0.3.31
4282024-10-07T07:20:34.083Z Downloaded pkg-config v0.3.31
4292024-10-07T07:20:34.084Z Downloaded darling_macro v0.20.10
4302024-10-07T07:20:34.084Z Downloaded pest_derive v2.7.13
4312024-10-07T07:20:34.087Z Downloaded proc-macro-crate v1.3.1
4322024-10-07T07:20:34.087Z Downloaded quinn-udp v0.5.5
4332024-10-07T07:20:34.091Z Downloaded rand_chacha v0.3.1
4342024-10-07T07:20:34.091Z Downloaded progenitor-macro v0.8.0
4352024-10-07T07:20:34.095Z Downloaded crc8 v0.1.1
4362024-10-07T07:20:34.095Z Downloaded crc32fast v1.4.2
4372024-10-07T07:20:34.095Z Downloaded rustversion v1.0.17
4382024-10-07T07:20:34.098Z Downloaded cancel-safe-futures v0.1.5
4392024-10-07T07:20:34.102Z Downloaded camino v1.1.9
4402024-10-07T07:20:34.102Z Downloaded rustc_version v0.4.1
4412024-10-07T07:20:34.107Z Downloaded rustc-hash v2.0.0
4422024-10-07T07:20:34.107Z Downloaded signal-hook-registry v1.4.2
4432024-10-07T07:20:34.111Z Downloaded foreign-types v0.5.0
4442024-10-07T07:20:34.111Z Downloaded foreign-types v0.3.2
4452024-10-07T07:20:34.111Z Downloaded float-ord v0.3.2
4462024-10-07T07:20:34.111Z Downloaded equivalent v1.0.1
4472024-10-07T07:20:34.115Z Downloaded serde_repr v0.1.19
4482024-10-07T07:20:34.115Z Downloaded slog-json v2.6.1
4492024-10-07T07:20:34.118Z Downloaded anyhow v1.0.89
4502024-10-07T07:20:34.122Z Downloaded instant v0.1.13
4512024-10-07T07:20:34.122Z Downloaded pest_meta v2.7.13
4522024-10-07T07:20:34.125Z Downloaded pin-project-lite v0.2.14
4532024-10-07T07:20:34.129Z Downloaded pretty-hex v0.2.1
4542024-10-07T07:20:34.137Z Downloaded defmt-macros v0.3.9
4552024-10-07T07:20:34.140Z Downloaded openssl-macros v0.1.1
4562024-10-07T07:20:34.140Z Downloaded openssl-probe v0.1.5
4572024-10-07T07:20:34.141Z Downloaded time-core v0.1.2
4582024-10-07T07:20:34.141Z Downloaded debug-ignore v1.0.5
4592024-10-07T07:20:34.141Z Downloaded try-lock v0.2.5
4602024-10-07T07:20:34.145Z Downloaded fastrand v2.1.1
4612024-10-07T07:20:34.145Z Downloaded crossbeam-utils v0.8.20
4622024-10-07T07:20:34.148Z Downloaded sigpipe v0.1.3
4632024-10-07T07:20:34.149Z Downloaded pest_generator v2.7.13
4642024-10-07T07:20:34.149Z Downloaded slog-dtrace v0.3.0
4652024-10-07T07:20:34.153Z Downloaded futures-macro v0.3.31
4662024-10-07T07:20:34.153Z Downloaded futures-executor v0.3.31
4672024-10-07T07:20:34.156Z Downloaded sha2 v0.10.8
4682024-10-07T07:20:34.157Z Downloaded serde_urlencoded v0.7.1
4692024-10-07T07:20:34.161Z Downloaded paste v1.0.15
4702024-10-07T07:20:34.166Z Downloaded hubpack v0.1.2
4712024-10-07T07:20:34.166Z Downloaded fxhash v0.2.1
4722024-10-07T07:20:34.166Z Downloaded usdt-macro v0.5.0
4732024-10-07T07:20:34.166Z Downloaded smallvec v1.13.2
4742024-10-07T07:20:34.170Z Downloaded dirs-next v2.0.0
4752024-10-07T07:20:34.170Z Downloaded argon2 v0.5.3
4762024-10-07T07:20:34.170Z Downloaded hyper-tls v0.5.0
4772024-10-07T07:20:34.176Z Downloaded serde-big-array v0.5.1
4782024-10-07T07:20:34.176Z Downloaded match_cfg v0.1.0
4792024-10-07T07:20:34.176Z Downloaded proc-macro2 v1.0.86
4802024-10-07T07:20:34.180Z Downloaded mime v0.3.17
4812024-10-07T07:20:34.180Z Downloaded newline-converter v0.3.0
4822024-10-07T07:20:34.180Z Downloaded pin-utils v0.1.0
4832024-10-07T07:20:34.184Z Downloaded password-hash v0.5.0
4842024-10-07T07:20:34.184Z Downloaded clap_derive v4.5.18
4852024-10-07T07:20:34.188Z Downloaded subtle v2.6.1
4862024-10-07T07:20:34.188Z Downloaded time-macros v0.2.18
4872024-10-07T07:20:34.192Z Downloaded rustc_version v0.1.7
4882024-10-07T07:20:34.192Z Downloaded darling_core v0.20.10
4892024-10-07T07:20:34.196Z Downloaded quick-error v1.2.3
4902024-10-07T07:20:34.200Z Downloaded progenitor v0.8.0
4912024-10-07T07:20:34.200Z Downloaded http-body v0.4.6
4922024-10-07T07:20:34.204Z Downloaded resolv-conf v0.7.0
4932024-10-07T07:20:34.204Z Downloaded waitgroup v0.1.2
4942024-10-07T07:20:34.209Z Downloaded schemars_derive v0.8.21
4952024-10-07T07:20:34.209Z Downloaded ident_case v1.0.1
4962024-10-07T07:20:34.209Z Downloaded utf8parse v0.2.2
4972024-10-07T07:20:34.209Z Downloaded usdt-impl v0.5.0
4982024-10-07T07:20:34.213Z Downloaded parking_lot_core v0.8.6
4992024-10-07T07:20:34.213Z Downloaded sha1 v0.10.6
5002024-10-07T07:20:34.221Z Downloaded ipnet v2.10.1
5012024-10-07T07:20:34.221Z Downloaded similar v2.6.0
5022024-10-07T07:20:34.227Z Downloaded num_threads v0.1.7
5032024-10-07T07:20:34.227Z Downloaded lazy_static v1.5.0
5042024-10-07T07:20:34.227Z Downloaded tower-service v0.3.3
5052024-10-07T07:20:34.227Z Downloaded slog-bunyan v2.5.0
5062024-10-07T07:20:34.231Z Downloaded shlex v1.3.0
5072024-10-07T07:20:34.231Z Downloaded darling v0.20.10
5082024-10-07T07:20:34.235Z Downloaded thiserror-impl v1.0.64
5092024-10-07T07:20:34.235Z Downloaded derive_more v0.99.18
5102024-10-07T07:20:34.239Z Downloaded omicron-workspace-hack v0.1.0
5112024-10-07T07:20:34.243Z Downloaded slog-scope v4.4.0
5122024-10-07T07:20:34.244Z Downloaded http-body v1.0.1
5132024-10-07T07:20:34.247Z Downloaded blake2 v0.10.6
5142024-10-07T07:20:34.247Z Downloaded take_mut v0.2.2
5152024-10-07T07:20:34.252Z Downloaded thread-id v4.2.2
5162024-10-07T07:20:34.252Z Downloaded slog-envlogger v2.2.0
5172024-10-07T07:20:34.252Z Downloaded want v0.3.1
5182024-10-07T07:20:34.255Z Downloaded humantime v2.1.0
5192024-10-07T07:20:34.255Z Downloaded hex v0.4.3
5202024-10-07T07:20:34.255Z Downloaded newtype-uuid v1.1.0
5212024-10-07T07:20:34.260Z Downloaded is_terminal_polyfill v1.70.1
5222024-10-07T07:20:34.260Z Downloaded quote v1.0.37
5232024-10-07T07:20:34.264Z Downloaded strum v0.26.3
5242024-10-07T07:20:34.264Z Downloaded crossbeam-epoch v0.9.18
5252024-10-07T07:20:34.268Z Downloaded num-iter v0.1.45
5262024-10-07T07:20:34.268Z Downloaded hyper-tls v0.6.0
5272024-10-07T07:20:34.268Z Downloaded scopeguard v1.2.0
5282024-10-07T07:20:34.272Z Downloaded rand_core v0.6.4
5292024-10-07T07:20:34.272Z Downloaded indent_write v2.2.0
5302024-10-07T07:20:34.272Z Downloaded zone_cfg_derive v0.3.0
5312024-10-07T07:20:34.276Z Downloaded newtype_derive v0.1.6
5322024-10-07T07:20:34.277Z Downloaded hubpack_derive v0.1.1
5332024-10-07T07:20:34.277Z Downloaded usdt-attr-macro v0.5.0
5342024-10-07T07:20:34.277Z Downloaded schemars v0.8.21
5352024-10-07T07:20:34.287Z Downloaded tinyvec_macros v0.1.1
5362024-10-07T07:20:34.290Z Downloaded num_enum_derive v0.5.11
5372024-10-07T07:20:34.290Z Downloaded semver v1.0.23
5382024-10-07T07:20:34.294Z Downloaded slog-term v2.9.1
5392024-10-07T07:20:34.297Z Downloaded num v0.4.3
5402024-10-07T07:20:34.298Z Downloaded num-conv v0.1.0
5412024-10-07T07:20:34.299Z Downloaded tracing-attributes v0.1.27
5422024-10-07T07:20:34.303Z Downloaded lock_api v0.4.12
5432024-10-07T07:20:34.303Z Downloaded http-body-util v0.1.2
5442024-10-07T07:20:34.308Z Downloaded generic-array v0.14.7
5452024-10-07T07:20:34.308Z Downloaded macaddr v1.0.1
5462024-10-07T07:20:34.309Z Downloaded base64 v0.22.1
5472024-10-07T07:20:34.312Z Downloaded version_check v0.9.5
5482024-10-07T07:20:34.312Z Downloaded strsim v0.11.1
5492024-10-07T07:20:34.317Z Downloaded static_assertions v1.1.0
5502024-10-07T07:20:34.317Z Downloaded half v2.4.1
5512024-10-07T07:20:34.320Z Downloaded thread_local v1.1.8
5522024-10-07T07:20:34.320Z Downloaded num-traits v0.2.19
5532024-10-07T07:20:34.324Z Downloaded iana-time-zone v0.1.61
5542024-10-07T07:20:34.328Z Downloaded lru-cache v0.1.2
5552024-10-07T07:20:34.328Z Downloaded httpdate v1.0.3
5562024-10-07T07:20:34.328Z Downloaded num_enum_derive v0.7.3
5572024-10-07T07:20:34.332Z Downloaded progenitor-impl v0.8.0
5582024-10-07T07:20:34.332Z Downloaded futures-task v0.3.31
5592024-10-07T07:20:34.335Z Downloaded term v0.7.0
5602024-10-07T07:20:34.338Z Downloaded tempfile v3.13.0
5612024-10-07T07:20:34.338Z Downloaded linear-map v1.2.0
5622024-10-07T07:20:34.342Z Downloaded is-terminal v0.4.13
5632024-10-07T07:20:34.342Z Downloaded aho-corasick v1.1.3
5642024-10-07T07:20:34.346Z Downloaded tokio-rustls v0.26.0
5652024-10-07T07:20:34.350Z Downloaded spin v0.9.8
5662024-10-07T07:20:34.354Z Downloaded sync_wrapper v1.0.1
5672024-10-07T07:20:34.354Z Downloaded zeroize v1.8.1
5682024-10-07T07:20:34.354Z Downloaded multer v3.1.0
5692024-10-07T07:20:34.358Z Downloaded getrandom v0.2.15
5702024-10-07T07:20:34.365Z Downloaded parking_lot v0.12.3
5712024-10-07T07:20:34.365Z Downloaded cc v1.1.28
5722024-10-07T07:20:34.367Z Downloaded num-derive v0.4.2
5732024-10-07T07:20:34.367Z Downloaded untrusted v0.9.0
5742024-10-07T07:20:34.370Z Downloaded heck v0.5.0
5752024-10-07T07:20:34.370Z Downloaded heck v0.4.1
5762024-10-07T07:20:34.374Z Downloaded usdt v0.5.0
5772024-10-07T07:20:34.374Z Downloaded sync_wrapper v0.1.2
5782024-10-07T07:20:34.379Z Downloaded toml v0.8.19
5792024-10-07T07:20:34.379Z Downloaded strum_macros v0.25.3
5802024-10-07T07:20:34.382Z Downloaded stable_deref_trait v1.2.0
5812024-10-07T07:20:34.382Z Downloaded zone v0.3.0
5822024-10-07T07:20:34.383Z Downloaded tabwriter v1.4.0
5832024-10-07T07:20:34.383Z Downloaded openssl-sys v0.9.103
5842024-10-07T07:20:34.387Z Downloaded httparse v1.9.5
5852024-10-07T07:20:34.392Z Downloaded tokio-rustls v0.25.0
5862024-10-07T07:20:34.395Z Downloaded tokio-rustls v0.24.1
5872024-10-07T07:20:34.395Z Downloaded native-tls v0.2.12
5882024-10-07T07:20:34.399Z Downloaded log v0.4.22
5892024-10-07T07:20:34.403Z Downloaded mio v1.0.2
5902024-10-07T07:20:34.406Z Downloaded parking_lot_core v0.9.10
5912024-10-07T07:20:34.410Z Downloaded ipnetwork v0.20.0
5922024-10-07T07:20:34.410Z Downloaded tokio-native-tls v0.3.1
5932024-10-07T07:20:34.414Z Downloaded parking_lot v0.11.2
5942024-10-07T07:20:34.414Z Downloaded num_enum v0.5.11
5952024-10-07T07:20:34.418Z Downloaded tinyvec v1.8.0
5962024-10-07T07:20:34.422Z Downloaded socket2 v0.5.7
5972024-10-07T07:20:34.426Z Downloaded hashbrown v0.12.3
5982024-10-07T07:20:34.430Z Downloaded num-complex v0.4.6
5992024-10-07T07:20:34.434Z Downloaded whoami v1.5.2
6002024-10-07T07:20:34.434Z Downloaded minimal-lexical v0.2.1
6012024-10-07T07:20:34.438Z Downloaded memchr v2.7.4
6022024-10-07T07:20:34.442Z Downloaded tokio-macros v2.4.0
6032024-10-07T07:20:34.446Z Downloaded linked-hash-map v0.5.6
6042024-10-07T07:20:34.446Z Downloaded typenum v1.17.0
6052024-10-07T07:20:34.450Z Downloaded indexmap v1.9.3
6062024-10-07T07:20:34.454Z Downloaded hyper-util v0.1.9
6072024-10-07T07:20:34.458Z Downloaded prettyplease v0.2.22
6082024-10-07T07:20:34.470Z Downloaded num-rational v0.4.2
6092024-10-07T07:20:34.470Z Downloaded indexmap v2.6.0
6102024-10-07T07:20:34.474Z Downloaded steno v0.4.1
6112024-10-07T07:20:34.474Z Downloaded ucd-trie v0.1.7
6122024-10-07T07:20:34.475Z Downloaded tracing-core v0.1.32
6132024-10-07T07:20:34.475Z Downloaded toml_edit v0.22.22
6142024-10-07T07:20:34.495Z Downloaded uuid v1.10.0
6152024-10-07T07:20:34.497Z Downloaded url v2.5.2
6162024-10-07T07:20:34.502Z Downloaded strum_macros v0.26.4
6172024-10-07T07:20:34.506Z Downloaded nom v7.1.3
6182024-10-07T07:20:34.509Z Downloaded unsafe-libyaml v0.2.11
6192024-10-07T07:20:34.514Z Downloaded itertools v0.10.5
6202024-10-07T07:20:34.518Z Downloaded time v0.3.36
6212024-10-07T07:20:34.528Z Downloaded hickory-resolver v0.24.1
6222024-10-07T07:20:34.531Z Downloaded owo-colors v4.1.0
6232024-10-07T07:20:34.534Z Downloaded winnow v0.5.40
6242024-10-07T07:20:34.542Z Downloaded toml_edit v0.19.15
6252024-10-07T07:20:34.558Z Downloaded itertools v0.13.0
6262024-10-07T07:20:34.565Z Downloaded heapless v0.8.0
6272024-10-07T07:20:34.569Z Downloaded chrono v0.4.38
6282024-10-07T07:20:34.577Z Downloaded tracing v0.1.40
6292024-10-07T07:20:34.581Z Downloaded winnow v0.6.20
6302024-10-07T07:20:34.590Z Downloaded http v1.1.0
6312024-10-07T07:20:34.595Z Downloaded openssl v0.10.66
6322024-10-07T07:20:34.604Z Downloaded idna v0.4.0
6332024-10-07T07:20:34.611Z Downloaded vcpkg v0.2.15
6342024-10-07T07:20:34.653Z Downloaded http v0.2.12
6352024-10-07T07:20:34.657Z Downloaded serde_json v1.0.128
6362024-10-07T07:20:34.665Z Downloaded idna v0.5.0
6372024-10-07T07:20:34.669Z Downloaded unicode-width v0.1.14
6382024-10-07T07:20:34.675Z Downloaded serde_with v3.11.0
6392024-10-07T07:20:34.698Z Downloaded hashbrown v0.14.5
6402024-10-07T07:20:34.719Z Downloaded unicode-segmentation v1.12.0
6412024-10-07T07:20:34.719Z Downloaded reqwest v0.12.8
6422024-10-07T07:20:34.719Z Downloaded hashbrown v0.15.0
6432024-10-07T07:20:34.719Z Downloaded openapiv3 v2.0.0
6442024-10-07T07:20:34.733Z Downloaded rustls-webpki v0.101.7
6452024-10-07T07:20:34.740Z Downloaded dropshot v0.12.0
6462024-10-07T07:20:34.752Z Downloaded pest v2.7.13
6472024-10-07T07:20:34.758Z Downloaded unicode-bidi v0.3.17
6482024-10-07T07:20:34.761Z Downloaded hyper v1.4.1
6492024-10-07T07:20:34.767Z Downloaded itertools v0.12.1
6502024-10-07T07:20:34.774Z Downloaded rustls-webpki v0.102.8
6512024-10-07T07:20:34.792Z Downloaded zerocopy v0.7.35
6522024-10-07T07:20:34.810Z Downloaded reqwest v0.11.27
6532024-10-07T07:20:34.820Z Downloaded h2 v0.4.6
6542024-10-07T07:20:34.830Z Downloaded futures-util v0.3.31
6552024-10-07T07:20:34.846Z Downloaded quinn-proto v0.11.8
6562024-10-07T07:20:34.852Z Downloaded h2 v0.3.26
6572024-10-07T07:20:34.858Z Downloaded hyper v0.14.30
6582024-10-07T07:20:34.867Z Downloaded goblin v0.8.2
6592024-10-07T07:20:34.874Z Downloaded tokio-util v0.7.12
6602024-10-07T07:20:34.880Z Downloaded rand v0.8.5
6612024-10-07T07:20:34.884Z Downloaded libc v0.2.159
6622024-10-07T07:20:34.913Z Downloaded syn v1.0.109
6632024-10-07T07:20:34.925Z Downloaded regex v1.11.0
6642024-10-07T07:20:34.940Z Downloaded webpki-roots v0.25.4
6652024-10-07T07:20:34.943Z Downloaded tokio v1.40.0
6662024-10-07T07:20:34.985Z Downloaded rustls v0.21.12
6672024-10-07T07:20:34.997Z Downloaded syn v2.0.79
6682024-10-07T07:20:35.009Z Downloaded regress v0.9.1
6692024-10-07T07:20:35.018Z Downloaded webpki-roots v0.26.6
6702024-10-07T07:20:35.021Z Downloaded rustls v0.22.4
6712024-10-07T07:20:35.035Z Downloaded rhai v1.19.0
6722024-10-07T07:20:35.049Z Downloaded smoltcp v0.11.0
6732024-10-07T07:20:35.062Z Downloaded rustls v0.23.14
6742024-10-07T07:20:35.074Z Downloaded hickory-proto v0.24.1
6752024-10-07T07:20:35.090Z Downloaded regex-syntax v0.8.5
6762024-10-07T07:20:35.098Z Downloaded rustix v0.38.37
6772024-10-07T07:20:35.122Z Downloaded regress v0.10.1
6782024-10-07T07:20:35.131Z Downloaded clap_builder v4.5.19
6792024-10-07T07:20:35.139Z Downloaded sled v0.34.7
6802024-10-07T07:20:35.150Z Downloaded typify-impl v0.2.0
6812024-10-07T07:20:35.165Z Downloaded unicode-normalization v0.1.24
6822024-10-07T07:20:35.169Z Downloaded libm v0.2.8
6832024-10-07T07:20:35.177Z Downloaded zerocopy v0.6.6
6842024-10-07T07:20:35.181Z Downloaded typify v0.2.0
6852024-10-07T07:20:35.185Z Downloaded itoa v1.0.11
6862024-10-07T07:20:35.187Z Downloaded num-integer v0.1.46
6872024-10-07T07:20:35.187Z Downloaded num-derive v0.3.3
6882024-10-07T07:20:35.190Z Downloaded highway v1.2.0
6892024-10-07T07:20:35.193Z Downloaded zerocopy-derive v0.6.6
6902024-10-07T07:20:35.200Z Downloaded regex-automata v0.4.8
6912024-10-07T07:20:35.219Z Downloaded thin-vec v0.2.13
6922024-10-07T07:20:35.222Z Downloaded smartstring v1.0.1
6932024-10-07T07:20:35.225Z Downloaded slog v2.7.0
6942024-10-07T07:20:35.227Z Downloaded serde_with_macros v3.11.0
6952024-10-07T07:20:35.227Z Downloaded serde v1.0.210
6962024-10-07T07:20:35.230Z Downloaded zerocopy-derive v0.7.35
6972024-10-07T07:20:35.235Z Downloaded libsw v3.3.1
6982024-10-07T07:20:35.237Z Downloaded once_cell v1.20.2
6992024-10-07T07:20:35.239Z Downloaded num_enum v0.7.3
7002024-10-07T07:20:35.244Z Downloaded petgraph v0.6.5
7012024-10-07T07:20:35.263Z Downloaded ryu v1.0.18
7022024-10-07T07:20:35.266Z Downloaded encoding_rs v0.8.34
7032024-10-07T07:20:35.289Z Downloaded typify-macro v0.2.0
7042024-10-07T07:20:35.291Z Downloaded hyper-rustls v0.27.3
7052024-10-07T07:20:35.295Z Downloaded hyper-rustls v0.24.2
7062024-10-07T07:20:35.299Z Downloaded quinn v0.11.5
7072024-10-07T07:20:35.302Z Downloaded serde_derive_internals v0.29.1
7082024-10-07T07:20:35.302Z Downloaded sct v0.7.1
7092024-10-07T07:20:35.306Z Downloaded thiserror v1.0.64
7102024-10-07T07:20:35.309Z Downloaded unicode-ident v1.0.13
7112024-10-07T07:20:35.312Z Downloaded serde_yaml v0.9.34+deprecated
7122024-10-07T07:20:35.315Z Downloaded expectorate v1.1.0
7132024-10-07T07:20:35.318Z Downloaded bytes v1.7.2
7142024-10-07T07:20:35.321Z Downloaded base64 v0.21.7
7152024-10-07T07:20:35.326Z Downloaded hostname v0.4.0
7162024-10-07T07:20:35.329Z Downloaded hostname v0.3.1
7172024-10-07T07:20:35.329Z Downloaded toml_datetime v0.6.8
7182024-10-07T07:20:35.331Z Downloaded terminal_size v0.4.0
7192024-10-07T07:20:35.331Z Downloaded structmeta-derive v0.3.0
7202024-10-07T07:20:35.335Z Downloaded structmeta v0.3.0
7212024-10-07T07:20:35.335Z Downloaded parse-display-derive v0.10.0
7222024-10-07T07:20:35.338Z Downloaded crossbeam-channel v0.5.13
7232024-10-07T07:20:35.341Z Downloaded rustls-pemfile v2.2.0
7242024-10-07T07:20:35.343Z Downloaded hash32 v0.3.1
7252024-10-07T07:20:35.343Z Downloaded dropshot_endpoint v0.12.0
7262024-10-07T07:20:35.345Z Downloaded arc-swap v1.7.1
7272024-10-07T07:20:35.349Z Downloaded parse-display v0.10.0
7282024-10-07T07:20:35.351Z Downloaded tiny-keccak v2.0.2
7292024-10-07T07:20:35.355Z Downloaded serde_spanned v0.6.8
7302024-10-07T07:20:35.360Z Downloaded serde_path_to_error v0.1.16
7312024-10-07T07:20:35.360Z Downloaded slab v0.4.9
7322024-10-07T07:20:35.367Z Downloaded serde_derive v1.0.210
7332024-10-07T07:20:35.367Z Downloaded rustls-pki-types v1.9.0
7342024-10-07T07:20:35.367Z Downloaded clap v4.5.19
7352024-10-07T07:20:35.375Z Downloaded proc-macro-error-attr v1.0.4
7362024-10-07T07:20:35.380Z Downloaded proc-macro-crate v3.2.0
7372024-10-07T07:20:35.380Z Downloaded powerfmt v0.2.0
7382024-10-07T07:20:35.380Z Downloaded futures-channel v0.3.31
7392024-10-07T07:20:35.389Z Downloaded memmap v0.7.0
7402024-10-07T07:20:35.389Z Downloaded managed v0.8.0
7412024-10-07T07:20:35.389Z Downloaded backoff v0.4.0
7422024-10-07T07:20:35.389Z Downloaded bitflags v1.3.2
7432024-10-07T07:20:35.389Z Downloaded slog-async v2.8.0
7442024-10-07T07:20:35.389Z Downloaded futures v0.3.31
7452024-10-07T07:20:35.394Z Downloaded derive-where v1.2.7
7462024-10-07T07:20:35.396Z Downloaded form_urlencoded v1.2.1
7472024-10-07T07:20:35.399Z Downloaded dyn-clone v1.0.17
7482024-10-07T07:20:35.399Z Downloaded dof v0.3.0
7492024-10-07T07:20:35.403Z Downloaded console v0.15.8
7502024-10-07T07:20:35.406Z Downloaded semver v0.1.20
7512024-10-07T07:20:35.406Z Downloaded proc-macro-error v1.0.4
7522024-10-07T07:20:35.409Z Downloaded postcard v1.0.10
7532024-10-07T07:20:35.412Z Downloaded cookie v0.18.1
7542024-10-07T07:20:35.414Z Downloaded bitflags v2.6.0
7552024-10-07T07:20:35.418Z Downloaded rustls-pemfile v1.0.4
7562024-10-07T07:20:35.421Z Downloaded rhai_codegen v2.2.0
7572024-10-07T07:20:35.429Z Downloaded plain v0.2.3
7582024-10-07T07:20:35.432Z Downloaded embedded-io v0.4.0
7592024-10-07T07:20:35.432Z Downloaded deranged v0.3.11
7602024-10-07T07:20:35.432Z Downloaded crypto-common v0.1.6
7612024-10-07T07:20:35.432Z Downloaded camino-tempfile v1.1.1
7622024-10-07T07:20:35.435Z Downloaded ciborium v0.2.2
7632024-10-07T07:20:35.440Z Downloaded swrite v0.1.0
7642024-10-07T07:20:35.440Z Downloaded cpufeatures v0.2.14
7652024-10-07T07:20:35.440Z Downloaded convert_case v0.4.0
7662024-10-07T07:20:35.443Z Downloaded cobs v0.2.3
7672024-10-07T07:20:35.443Z Downloaded block-buffer v0.10.4
7682024-10-07T07:20:35.443Z Downloaded colored v2.1.0
7692024-10-07T07:20:35.447Z Downloaded smf v0.2.3
7702024-10-07T07:20:35.447Z Downloaded slog-stdlog v4.1.1
7712024-10-07T07:20:35.447Z Downloaded allocator-api2 v0.2.18
7722024-10-07T07:20:35.449Z Downloaded ahash v0.8.11
7732024-10-07T07:20:35.452Z Downloaded atomicwrites v0.4.4
7742024-10-07T07:20:35.454Z Downloaded serde_tokenstream v0.2.2
7752024-10-07T07:20:35.454Z Downloaded scroll v0.12.0
7762024-10-07T07:20:35.456Z Downloaded progenitor-client v0.8.0
7772024-10-07T07:20:35.456Z Downloaded foreign-types-shared v0.1.1
7782024-10-07T07:20:35.459Z Downloaded base64ct v1.6.0
7792024-10-07T07:20:35.461Z Downloaded ppv-lite86 v0.2.20
7802024-10-07T07:20:35.461Z Downloaded crucible-workspace-hack v0.1.0
7812024-10-07T07:20:35.461Z Downloaded const-random v0.1.18
7822024-10-07T07:20:35.464Z Downloaded ciborium-io v0.2.2
7832024-10-07T07:20:35.464Z Downloaded futures-core v0.3.31
7842024-10-07T07:20:35.464Z Downloaded foreign-types-macros v0.2.3
7852024-10-07T07:20:35.466Z Downloaded anstyle-query v1.1.1
7862024-10-07T07:20:35.466Z Downloaded data-encoding v2.6.0
7872024-10-07T07:20:35.471Z Downloaded dirs-sys-next v0.1.2
7882024-10-07T07:20:35.471Z Downloaded autocfg v1.4.0
7892024-10-07T07:20:35.474Z Downloaded digest v0.10.7
7902024-10-07T07:20:35.474Z Downloaded defmt-parser v0.3.4
7912024-10-07T07:20:35.474Z Downloaded colorchoice v1.0.2
7922024-10-07T07:20:35.476Z Downloaded clap_lex v0.7.2
7932024-10-07T07:20:35.476Z Downloaded cfg-if v1.0.0
7942024-10-07T07:20:35.476Z Downloaded byteorder v1.5.0
7952024-10-07T07:20:35.617Z Downloaded ring v0.17.8
7962024-10-07T07:20:35.957Z Compiling proc-macro2 v1.0.86
7972024-10-07T07:20:35.957Z Compiling unicode-ident v1.0.13
7982024-10-07T07:20:35.957Z Compiling libc v0.2.159
7992024-10-07T07:20:35.959Z Compiling serde v1.0.210
8002024-10-07T07:20:35.959Z Compiling autocfg v1.4.0
8012024-10-07T07:20:35.959Z Compiling version_check v0.9.5
8022024-10-07T07:20:35.959Z Compiling cfg-if v1.0.0
8032024-10-07T07:20:36.151Z Compiling once_cell v1.20.2
8042024-10-07T07:20:36.151Z Compiling libm v0.2.8
8052024-10-07T07:20:36.191Z Compiling memchr v2.7.4
8062024-10-07T07:20:36.587Z Compiling parking_lot_core v0.9.10
8072024-10-07T07:20:36.779Z Compiling lock_api v0.4.12
8082024-10-07T07:20:37.228Z Compiling shlex v1.3.0
8092024-10-07T07:20:37.485Z Compiling cc v1.1.28
8102024-10-07T07:20:37.756Z Compiling thiserror v1.0.64
8112024-10-07T07:20:37.835Z Compiling itoa v1.0.11
8122024-10-07T07:20:38.065Z Compiling slab v0.4.9
8132024-10-07T07:20:38.097Z Compiling schemars v0.8.21
8142024-10-07T07:20:38.305Z Compiling byteorder v1.5.0
8152024-10-07T07:20:38.441Z Compiling num-traits v0.2.19
8162024-10-07T07:20:38.460Z Compiling ryu v1.0.18
8172024-10-07T07:20:38.777Z Compiling serde_json v1.0.128
8182024-10-07T07:20:39.021Z Compiling quote v1.0.37
8192024-10-07T07:20:39.122Z Compiling getrandom v0.2.15
8202024-10-07T07:20:39.411Z Compiling syn v2.0.79
8212024-10-07T07:20:39.558Z Compiling pin-project-lite v0.2.14
8222024-10-07T07:20:40.094Z Compiling scopeguard v1.2.0
8232024-10-07T07:20:40.118Z Compiling equivalent v1.0.1
8242024-10-07T07:20:40.148Z Compiling log v0.4.22
8252024-10-07T07:20:40.214Z Compiling hashbrown v0.15.0
8262024-10-07T07:20:40.299Z Compiling fnv v1.0.7
8272024-10-07T07:20:40.360Z Compiling ring v0.17.8
8282024-10-07T07:20:40.449Z Compiling heck v0.5.0
8292024-10-07T07:20:40.785Z Compiling pkg-config v0.3.31
8302024-10-07T07:20:40.879Z Compiling vcpkg v0.2.15
8312024-10-07T07:20:41.491Z Compiling mio v1.0.2
8322024-10-07T07:20:41.529Z Compiling signal-hook-registry v1.4.2
8332024-10-07T07:20:41.532Z Compiling socket2 v0.5.7
8342024-10-07T07:20:42.054Z Compiling httparse v1.9.5
8352024-10-07T07:20:42.150Z Compiling slog v2.7.0
8362024-10-07T07:20:42.557Z Compiling openssl-sys v0.9.103
8372024-10-07T07:20:42.650Z Compiling iana-time-zone v0.1.61
8382024-10-07T07:20:42.999Z Compiling futures-core v0.3.31
8392024-10-07T07:20:43.106Z Compiling dyn-clone v1.0.17
8402024-10-07T07:20:43.130Z Compiling futures-sink v0.3.31
8412024-10-07T07:20:43.150Z Compiling openssl v0.10.66
8422024-10-07T07:20:43.518Z Compiling ahash v0.8.11
8432024-10-07T07:20:43.555Z Compiling native-tls v0.2.12
8442024-10-07T07:20:43.575Z Compiling rustls v0.23.14
8452024-10-07T07:20:43.578Z Compiling typenum v1.17.0
8462024-10-07T07:20:43.778Z Compiling semver v1.0.23
8472024-10-07T07:20:43.876Z Compiling futures-channel v0.3.31
8482024-10-07T07:20:43.895Z Compiling futures-io v0.3.31
8492024-10-07T07:20:43.928Z Compiling futures-task v0.3.31
8502024-10-07T07:20:43.953Z Compiling pin-utils v0.1.0
8512024-10-07T07:20:44.050Z Compiling generic-array v0.14.7
8522024-10-07T07:20:44.225Z Compiling allocator-api2 v0.2.18
8532024-10-07T07:20:44.280Z Compiling tracing-core v0.1.32
8542024-10-07T07:20:44.325Z Compiling bitflags v2.6.0
8552024-10-07T07:20:44.409Z Compiling subtle v2.6.1
8562024-10-07T07:20:44.450Z Compiling ucd-trie v0.1.7
8572024-10-07T07:20:44.540Z Compiling aho-corasick v1.1.3
8582024-10-07T07:20:44.690Z Compiling anyhow v1.0.89
8592024-10-07T07:20:44.973Z Compiling regex-syntax v0.8.5
8602024-10-07T07:20:45.057Z Compiling time-core v0.1.2
8612024-10-07T07:20:45.239Z Compiling num-conv v0.1.0
8622024-10-07T07:20:45.285Z Compiling crunchy v0.2.2
8632024-10-07T07:20:45.535Z Compiling time-macros v0.2.18
8642024-10-07T07:20:45.998Z Compiling rustls-pki-types v1.9.0
8652024-10-07T07:20:46.479Z Compiling serde_derive_internals v0.29.1
8662024-10-07T07:20:46.877Z Compiling spin v0.9.8
8672024-10-07T07:20:47.147Z Compiling tiny-keccak v2.0.2
8682024-10-07T07:20:47.790Z Compiling usdt-impl v0.5.0
8692024-10-07T07:20:48.147Z Compiling untrusted v0.9.0
8702024-10-07T07:20:48.337Z Compiling regex-automata v0.4.8
8712024-10-07T07:20:48.502Z Compiling omicron-workspace-hack v0.1.0
8722024-10-07T07:20:49.267Z Compiling atomic-waker v1.1.2
8732024-10-07T07:20:49.396Z Compiling rustversion v1.0.17
8742024-10-07T07:20:49.458Z Compiling strsim v0.11.1
8752024-10-07T07:20:50.062Z Compiling plain v0.2.3
8762024-10-07T07:20:50.126Z Compiling tinyvec_macros v0.1.1
8772024-10-07T07:20:50.235Z Compiling tinyvec v1.8.0
8782024-10-07T07:20:50.308Z Compiling const-random-macro v0.1.16
8792024-10-07T07:20:51.061Z Compiling rand_core v0.6.4
8802024-10-07T07:20:51.523Z Compiling serde_derive v1.0.210
8812024-10-07T07:20:51.544Z Compiling zerocopy-derive v0.7.35
8822024-10-07T07:20:51.740Z Compiling thiserror-impl v1.0.64
8832024-10-07T07:20:51.894Z Compiling tokio-macros v2.4.0
8842024-10-07T07:20:52.427Z Compiling schemars_derive v0.8.21
8852024-10-07T07:20:53.507Z Compiling futures-macro v0.3.31
8862024-10-07T07:20:53.626Z Compiling zerocopy v0.7.35
8872024-10-07T07:20:55.430Z Compiling openssl-macros v0.1.1
8882024-10-07T07:20:55.469Z Compiling futures-util v0.3.31
8892024-10-07T07:20:55.661Z Compiling tracing-attributes v0.1.27
8902024-10-07T07:20:55.990Z Compiling hashbrown v0.14.5
8912024-10-07T07:20:56.232Z Compiling scroll_derive v0.12.0
8922024-10-07T07:20:56.526Z Compiling pest v2.7.13
8932024-10-07T07:20:57.335Z Compiling regress v0.10.1
8942024-10-07T07:20:57.763Z Compiling regex v1.11.0
8952024-10-07T07:20:58.587Z Compiling scroll v0.12.0
8962024-10-07T07:20:59.015Z Compiling tracing v0.1.40
8972024-10-07T07:20:59.284Z Compiling pest_meta v2.7.13
8982024-10-07T07:20:59.652Z Compiling goblin v0.8.2
8992024-10-07T07:21:01.840Z Compiling pest_generator v2.7.13
9002024-10-07T07:21:02.203Z Compiling zeroize v1.8.1
9012024-10-07T07:21:02.551Z Compiling unsafe-libyaml v0.2.11
9022024-10-07T07:21:03.363Z Compiling try-lock v0.2.5
9032024-10-07T07:21:03.625Z Compiling pest_derive v2.7.13
9042024-10-07T07:21:03.788Z Compiling pretty-hex v0.4.1
9052024-10-07T07:21:04.004Z Compiling percent-encoding v2.3.1
9062024-10-07T07:21:04.308Z Compiling form_urlencoded v1.2.1
9072024-10-07T07:21:04.476Z Compiling want v0.3.1
9082024-10-07T07:21:04.504Z Compiling dtrace-parser v0.2.0
9092024-10-07T07:21:04.772Z Compiling bytes v1.7.2
9102024-10-07T07:21:05.064Z Compiling indexmap v2.6.0
9112024-10-07T07:21:06.279Z Compiling smallvec v1.13.2
9122024-10-07T07:21:06.534Z Compiling uuid v1.10.0
9132024-10-07T07:21:07.358Z Compiling parking_lot v0.12.3
9142024-10-07T07:21:07.425Z Compiling chrono v0.4.38
9152024-10-07T07:21:07.614Z Compiling serde_tokenstream v0.2.2
9162024-10-07T07:21:07.791Z Compiling tokio v1.40.0
9172024-10-07T07:21:08.201Z Compiling http v1.1.0
9182024-10-07T07:21:12.199Z Compiling openapiv3 v2.0.0
9192024-10-07T07:21:12.305Z Compiling rustls-webpki v0.102.8
9202024-10-07T07:21:14.759Z Compiling typify-impl v0.2.0
9212024-10-07T07:21:15.951Z Compiling http-body v1.0.1
9222024-10-07T07:21:16.219Z Compiling ipnetwork v0.20.0
9232024-10-07T07:21:16.543Z Compiling dof v0.3.0
9242024-10-07T07:21:16.563Z Compiling serde_yaml v0.9.34+deprecated
9252024-10-07T07:21:16.692Z Compiling unicode-normalization v0.1.24
9262024-10-07T07:21:18.038Z Compiling tokio-util v0.7.12
9272024-10-07T07:21:18.302Z Compiling const-random v0.1.18
9282024-10-07T07:21:19.709Z Compiling h2 v0.4.6
9292024-10-07T07:21:20.159Z Compiling thread-id v4.2.2
9302024-10-07T07:21:20.224Z Compiling rustls v0.22.4
9312024-10-07T07:21:20.278Z Compiling httpdate v1.0.3
9322024-10-07T07:21:20.402Z Compiling unicode-bidi v0.3.17
9332024-10-07T07:21:20.561Z Compiling foreign-types-shared v0.1.1
9342024-10-07T07:21:20.679Z Compiling ident_case v1.0.1
9352024-10-07T07:21:20.858Z Compiling camino v1.1.9
9362024-10-07T07:21:20.877Z Compiling syn v1.0.109
9372024-10-07T07:21:21.026Z Compiling darling_core v0.20.10
9382024-10-07T07:21:21.458Z Compiling foreign-types v0.3.2
9392024-10-07T07:21:22.268Z Compiling ppv-lite86 v0.2.20
9402024-10-07T07:21:23.392Z Compiling slog-async v2.8.0
9412024-10-07T07:21:23.916Z Compiling tower-service v0.3.3
9422024-10-07T07:21:25.076Z Compiling hyper v1.4.1
9432024-10-07T07:21:26.347Z Compiling rand_chacha v0.3.1
9442024-10-07T07:21:26.774Z Compiling typify-macro v0.2.0
9452024-10-07T07:21:27.224Z Compiling darling_macro v0.20.10
9462024-10-07T07:21:28.073Z Compiling hyper-util v0.1.9
9472024-10-07T07:21:30.782Z Compiling typify v0.2.0
9482024-10-07T07:21:30.940Z Compiling progenitor-impl v0.8.0
9492024-10-07T07:21:33.614Z Compiling idna v0.5.0
9502024-10-07T07:21:34.321Z Compiling toml_datetime v0.6.8
9512024-10-07T07:21:35.737Z Compiling multer v3.1.0
9522024-10-07T07:21:36.254Z Compiling paste v1.0.15
9532024-10-07T07:21:36.781Z Compiling openssl-probe v0.1.5
9542024-10-07T07:21:37.714Z Compiling progenitor-macro v0.8.0
9552024-10-07T07:21:39.681Z Compiling url v2.5.2
9562024-10-07T07:21:40.058Z Compiling darling v0.20.10
9572024-10-07T07:21:40.185Z Compiling rand v0.8.5
9582024-10-07T07:21:41.968Z Compiling usdt-attr-macro v0.5.0
9592024-10-07T07:21:43.688Z Compiling usdt-macro v0.5.0
9602024-10-07T07:21:43.802Z Compiling http-body-util v0.1.2
9612024-10-07T07:21:44.435Z Compiling async-trait v0.1.83
9622024-10-07T07:21:46.445Z Compiling encoding_rs v0.8.34
9632024-10-07T07:21:46.818Z Compiling ipnet v2.10.1
9642024-10-07T07:21:46.980Z Compiling mime v0.3.17
9652024-10-07T07:21:49.819Z Compiling tokio-rustls v0.26.0
9662024-10-07T07:21:52.852Z Compiling serde_with_macros v3.11.0
9672024-10-07T07:21:52.976Z Compiling tokio-native-tls v0.3.1
9682024-10-07T07:21:53.790Z Compiling strum_macros v0.26.4
9692024-10-07T07:21:54.349Z Compiling serde_urlencoded v0.7.1
9702024-10-07T07:21:54.969Z Compiling async-stream-impl v0.3.6
9712024-10-07T07:21:55.565Z Compiling structmeta-derive v0.3.0
9722024-10-07T07:21:56.332Z Compiling webpki-roots v0.26.6
9732024-10-07T07:21:56.556Z Compiling rustls-pemfile v2.2.0
9742024-10-07T07:21:57.024Z Compiling dropshot v0.12.0
9752024-10-07T07:21:57.382Z Compiling crossbeam-utils v0.8.20
9762024-10-07T07:21:57.967Z Compiling powerfmt v0.2.0
9772024-10-07T07:21:58.252Z Compiling base64 v0.22.1
9782024-10-07T07:21:58.317Z Compiling deranged v0.3.11
9792024-10-07T07:21:58.458Z Compiling structmeta v0.3.0
9802024-10-07T07:21:58.834Z Compiling hyper-rustls v0.27.3
9812024-10-07T07:21:59.369Z Compiling hyper-tls v0.6.0
9822024-10-07T07:22:00.275Z Compiling sync_wrapper v1.0.1
9832024-10-07T07:22:00.612Z Compiling num_threads v0.1.7
9842024-10-07T07:22:01.036Z Compiling winnow v0.6.20
9852024-10-07T07:22:02.519Z Compiling time v0.3.36
9862024-10-07T07:22:03.528Z Compiling reqwest v0.12.8
9872024-10-07T07:22:05.421Z Compiling parse-display-derive v0.10.0
9882024-10-07T07:22:07.800Z Compiling block-buffer v0.10.4
9892024-10-07T07:22:08.044Z Compiling crypto-common v0.1.6
9902024-10-07T07:22:08.271Z Compiling dropshot_endpoint v0.12.0
9912024-10-07T07:22:09.424Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9922024-10-07T07:22:12.680Z Compiling digest v0.10.7
9932024-10-07T07:22:12.725Z Compiling progenitor-client v0.8.0
9942024-10-07T07:22:13.632Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9952024-10-07T07:22:15.088Z Compiling dirs-sys-next v0.1.2
9962024-10-07T07:22:15.290Z Compiling lazy_static v1.5.0
9972024-10-07T07:22:15.439Z Compiling match_cfg v0.1.0
9982024-10-07T07:22:15.562Z Compiling rustix v0.38.37
9992024-10-07T07:22:16.687Z Compiling hostname v0.3.1
10002024-10-07T07:22:16.947Z Compiling progenitor v0.8.0
10012024-10-07T07:22:17.168Z Compiling dirs-next v2.0.0
10022024-10-07T07:22:17.421Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10032024-10-07T07:22:19.481Z Compiling futures-executor v0.3.31
10042024-10-07T07:22:20.512Z Compiling errno v0.3.9
10052024-10-07T07:22:20.609Z Compiling thread_local v1.1.8
10062024-10-07T07:22:21.298Z Compiling instant v0.1.13
10072024-10-07T07:22:21.661Z Compiling cpufeatures v0.2.14
10082024-10-07T07:22:21.770Z Compiling unicode-width v0.1.14
10092024-10-07T07:22:23.932Z Compiling futures v0.3.31
10102024-10-07T07:22:25.403Z Compiling term v0.7.0
10112024-10-07T07:22:26.060Z Compiling crossbeam-channel v0.5.13
10122024-10-07T07:22:28.002Z Compiling serde_spanned v0.6.8
10132024-10-07T07:22:28.260Z Compiling memmap v0.7.0
10142024-10-07T07:22:28.684Z Compiling is-terminal v0.4.13
10152024-10-07T07:22:28.975Z Compiling take_mut v0.2.2
10162024-10-07T07:22:29.701Z Compiling slog-term v2.9.1
10172024-10-07T07:22:29.720Z Compiling usdt v0.5.0
10182024-10-07T07:22:31.175Z Compiling toml_edit v0.22.22
10192024-10-07T07:22:32.358Z Compiling slog-json v2.6.1
10202024-10-07T07:22:32.804Z Compiling strum v0.26.3
10212024-10-07T07:22:33.004Z Compiling serde_with v3.11.0
10222024-10-07T07:22:35.434Z Compiling debug-ignore v1.0.5
10232024-10-07T07:22:36.134Z Compiling heapless v0.8.0
10242024-10-07T07:22:37.000Z Compiling tokio-rustls v0.25.0
10252024-10-07T07:22:38.167Z Compiling toml v0.8.19
10262024-10-07T07:22:38.990Z Compiling slog-bunyan v2.5.0
10272024-10-07T07:22:39.276Z Compiling sha1 v0.10.6
10282024-10-07T07:22:40.202Z Compiling async-stream v0.3.6
10292024-10-07T07:22:40.503Z Compiling newtype-uuid v1.1.0
10302024-10-07T07:22:40.830Z Compiling hex v0.4.3
10312024-10-07T07:22:41.151Z Compiling serde_path_to_error v0.1.16
10322024-10-07T07:22:41.489Z Compiling waitgroup v0.1.2
10332024-10-07T07:22:41.597Z Compiling hostname v0.4.0
10342024-10-07T07:22:41.735Z Compiling hash32 v0.3.1
10352024-10-07T07:22:42.101Z Compiling stable_deref_trait v1.2.0
10362024-10-07T07:22:42.174Z Compiling smoltcp v0.11.0
10372024-10-07T07:22:44.943Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10382024-10-07T07:22:45.143Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10392024-10-07T07:22:45.377Z Compiling backoff v0.4.0
10402024-10-07T07:22:45.719Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10412024-10-07T07:22:45.756Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10422024-10-07T07:22:45.971Z Compiling parse-display v0.10.0
10432024-10-07T07:22:47.946Z Compiling regress v0.9.1
10442024-10-07T07:22:52.655Z Compiling macaddr v1.0.1
10452024-10-07T07:22:52.831Z Compiling clap_derive v4.5.18
10462024-10-07T07:22:53.484Z Compiling utf8parse v0.2.2
10472024-10-07T07:22:53.567Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10482024-10-07T07:22:53.954Z Compiling managed v0.8.0
10492024-10-07T07:22:53.978Z Compiling bitflags v1.3.2
10502024-10-07T07:22:54.093Z Compiling cobs v0.2.3
10512024-10-07T07:22:54.484Z Compiling winnow v0.5.40
10522024-10-07T07:22:56.640Z Compiling postcard v1.0.10
10532024-10-07T07:22:57.671Z Compiling anstyle-parse v0.2.5
10542024-10-07T07:22:58.054Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10552024-10-07T07:22:58.387Z Compiling toml_edit v0.19.15
10562024-10-07T07:23:02.979Z Compiling colorchoice v1.0.2
10572024-10-07T07:23:03.157Z Compiling anstyle-query v1.1.1
10582024-10-07T07:23:03.818Z Compiling anstyle v1.0.8
10592024-10-07T07:23:03.939Z Compiling is_terminal_polyfill v1.70.1
10602024-10-07T07:23:04.751Z Compiling anstream v0.6.15
10612024-10-07T07:23:05.838Z Compiling proc-macro-crate v1.3.1
10622024-10-07T07:23:06.265Z Compiling terminal_size v0.4.0
10632024-10-07T07:23:06.726Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10642024-10-07T07:23:06.890Z Compiling clap_lex v0.7.2
10652024-10-07T07:23:07.139Z Compiling num_enum_derive v0.5.11
10662024-10-07T07:23:07.336Z Compiling clap_builder v4.5.19
10672024-10-07T07:23:08.532Z Compiling tabwriter v1.4.0
10682024-10-07T07:23:09.473Z Compiling foreign-types-macros v0.2.3
10692024-10-07T07:23:09.532Z Compiling num-integer v0.1.46
10702024-10-07T07:23:10.600Z Compiling foreign-types-shared v0.3.1
10712024-10-07T07:23:10.725Z Compiling num_enum v0.5.11
10722024-10-07T07:23:10.827Z Compiling foreign-types v0.5.0
10732024-10-07T07:23:11.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10742024-10-07T07:23:11.870Z Compiling clap v4.5.19
10752024-10-07T07:23:11.943Z Compiling cstr-argument v0.1.2
10762024-10-07T07:23:11.994Z Compiling proc-macro-error-attr v1.0.4
10772024-10-07T07:23:12.329Z Compiling pretty-hex v0.2.1
10782024-10-07T07:23:12.544Z Compiling prettyplease v0.2.22
10792024-10-07T07:23:12.569Z Compiling heck v0.4.1
10802024-10-07T07:23:12.887Z Compiling either v1.13.0
10812024-10-07T07:23:12.964Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10822024-10-07T07:23:13.396Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10832024-10-07T07:23:13.719Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10842024-10-07T07:23:14.628Z Compiling num-rational v0.4.2
10852024-10-07T07:23:14.939Z Compiling num-iter v0.1.45
10862024-10-07T07:23:15.524Z Compiling colored v2.1.0
10872024-10-07T07:23:16.894Z Compiling num-complex v0.4.6
10882024-10-07T07:23:17.558Z Compiling proc-macro-error v1.0.4
10892024-10-07T07:23:17.606Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10902024-10-07T07:23:17.918Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10912024-10-07T07:23:18.073Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10922024-10-07T07:23:18.137Z Compiling fastrand v2.1.1
10932024-10-07T07:23:18.431Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10942024-10-07T07:23:18.615Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10952024-10-07T07:23:18.812Z Compiling tempfile v3.13.0
10962024-10-07T07:23:20.567Z Compiling num v0.4.3
10972024-10-07T07:23:23.381Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
10982024-10-07T07:23:23.711Z Compiling float-ord v0.3.2
10992024-10-07T07:23:23.919Z Compiling crucible-workspace-hack v0.1.0
11002024-10-07T07:23:23.976Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11012024-10-07T07:23:31.449Z Compiling semver v0.1.20
11022024-10-07T07:23:32.019Z Compiling unicode-segmentation v1.12.0
11032024-10-07T07:23:32.341Z Compiling rustc_version v0.1.7
11042024-10-07T07:23:32.778Z Compiling newline-converter v0.3.0
11052024-10-07T07:23:32.980Z Compiling zone_cfg_derive v0.3.0
11062024-10-07T07:23:33.265Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11072024-10-07T07:23:33.562Z Compiling camino-tempfile v1.1.1
11082024-10-07T07:23:33.582Z Compiling itertools v0.10.5
11092024-10-07T07:23:34.367Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11102024-10-07T07:23:34.559Z Compiling console v0.15.8
11112024-10-07T07:23:34.886Z Compiling num-derive v0.4.2
11122024-10-07T07:23:36.236Z Compiling sigpipe v0.1.3
11132024-10-07T07:23:36.375Z Compiling similar v2.6.0
11142024-10-07T07:23:36.836Z Compiling base64ct v1.6.0
11152024-10-07T07:23:37.284Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11162024-10-07T07:23:37.542Z Compiling password-hash v0.5.0
11172024-10-07T07:23:37.660Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
11182024-10-07T07:23:37.687Z Compiling expectorate v1.1.0
11192024-10-07T07:23:37.939Z Compiling zone v0.3.0
11202024-10-07T07:23:39.210Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11212024-10-07T07:23:39.837Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11222024-10-07T07:23:39.928Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11232024-10-07T07:23:41.326Z Compiling newtype_derive v0.1.6
11242024-10-07T07:23:41.711Z Compiling blake2 v0.10.6
11252024-10-07T07:23:42.531Z Compiling hubpack_derive v0.1.1
11262024-10-07T07:23:42.658Z Compiling smf v0.2.3
11272024-10-07T07:23:42.914Z Compiling zerocopy-derive v0.6.6
11282024-10-07T07:23:43.189Z Compiling whoami v1.5.2
11292024-10-07T07:23:43.486Z Compiling cancel-safe-futures v0.1.5
11302024-10-07T07:23:43.881Z Compiling fixedbitset v0.4.2
11312024-10-07T07:23:44.123Z Compiling owo-colors v4.1.0
11322024-10-07T07:23:44.489Z Compiling petgraph v0.6.5
11332024-10-07T07:23:44.966Z Compiling zerocopy v0.6.6
11342024-10-07T07:23:45.171Z Compiling hubpack v0.1.2
11352024-10-07T07:23:45.668Z Compiling argon2 v0.5.3
11362024-10-07T07:23:46.916Z Compiling strum_macros v0.25.3
11372024-10-07T07:23:48.092Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11382024-10-07T07:23:48.481Z Compiling serde-big-array v0.5.1
11392024-10-07T07:23:48.739Z Compiling serde_repr v0.1.19
11402024-10-07T07:23:49.141Z Compiling cookie v0.18.1
11412024-10-07T07:23:49.499Z Compiling static_assertions v1.1.0
11422024-10-07T07:23:49.612Z Compiling convert_case v0.4.0
11432024-10-07T07:23:49.971Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11442024-10-07T07:23:50.415Z Compiling derive_more v0.99.18
11452024-10-07T07:23:50.582Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11462024-10-07T07:23:51.487Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11472024-10-07T07:23:51.549Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11482024-10-07T07:23:52.732Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11492024-10-07T07:23:55.279Z Compiling atomicwrites v0.4.4
11502024-10-07T07:23:55.804Z Compiling itertools v0.13.0
11512024-10-07T07:23:57.087Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11522024-10-07T07:23:57.255Z Compiling idna v0.4.0
11532024-10-07T07:23:58.289Z Compiling libsw v3.3.1
11542024-10-07T07:23:58.639Z Compiling derive-where v1.2.7
11552024-10-07T07:23:59.104Z Compiling enum-as-inner v0.6.1
11562024-10-07T07:23:59.708Z Compiling indent_write v2.2.0
11572024-10-07T07:23:59.834Z Compiling linear-map v1.2.0
11582024-10-07T07:24:00.009Z Compiling linked-hash-map v0.5.6
11592024-10-07T07:24:00.322Z Compiling highway v1.2.0
11602024-10-07T07:24:00.342Z Compiling swrite v0.1.0
11612024-10-07T07:24:00.452Z Compiling quick-error v1.2.3
11622024-10-07T07:24:00.484Z Compiling data-encoding v2.6.0
11632024-10-07T07:24:00.618Z Compiling resolv-conf v0.7.0
11642024-10-07T07:24:01.105Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11652024-10-07T07:24:01.736Z Compiling hickory-proto v0.24.1
11662024-10-07T07:24:02.054Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11672024-10-07T07:24:02.164Z Compiling lru-cache v0.1.2
11682024-10-07T07:24:02.399Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11692024-10-07T07:24:04.687Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11702024-10-07T07:24:05.116Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11712024-10-07T07:24:07.524Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11722024-10-07T07:24:08.637Z Compiling steno v0.4.1
11732024-10-07T07:24:10.266Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-10-07T07:24:10.625Z Compiling slog-dtrace v0.3.0
11752024-10-07T07:24:10.992Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-10-07T07:24:11.167Z Compiling humantime v2.1.0
11772024-10-07T07:24:12.027Z Compiling parking_lot_core v0.8.6
11782024-10-07T07:24:12.533Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11792024-10-07T07:24:12.706Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11802024-10-07T07:24:13.277Z Compiling hickory-resolver v0.24.1
11812024-10-07T07:24:15.058Z Compiling num-derive v0.3.3
11822024-10-07T07:24:15.979Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-10-07T07:24:16.234Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11842024-10-07T07:24:16.621Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
11852024-10-07T07:24:17.313Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11862024-10-07T07:24:18.346Z Compiling parking_lot v0.11.2
11872024-10-07T07:24:18.755Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11882024-10-07T07:24:19.135Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11892024-10-07T07:24:20.369Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b)
11902024-10-07T07:24:22.102Z Compiling crossbeam-epoch v0.9.18
11912024-10-07T07:24:22.203Z Compiling fxhash v0.2.1
11922024-10-07T07:24:22.427Z Compiling crc32fast v1.4.2
11932024-10-07T07:24:22.971Z Compiling crc8 v0.1.1
11942024-10-07T07:24:23.242Z Compiling arc-swap v1.7.1
11952024-10-07T07:24:23.297Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b)
11962024-10-07T07:24:23.973Z Compiling slog-scope v4.4.0
11972024-10-07T07:24:25.226Z Compiling sled v0.34.7
11982024-10-07T07:24:29.069Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11992024-10-07T07:24:30.888Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12002024-10-07T07:24:31.152Z Compiling slog-stdlog v4.1.1
12012024-10-07T07:24:31.961Z Compiling slog-envlogger v2.2.0
12022024-10-07T07:24:32.990Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12032024-10-07T07:24:33.438Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
12042024-10-07T07:24:44.890Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
12052024-10-07T07:24:49.561Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12062024-10-07T07:24:50.763Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12072024-10-07T07:25:19.349Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12082024-10-07T07:25:19.349Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12092024-10-07T07:25:26.703Z Finished `release` profile [optimized] target(s) in 5m 16s
12102024-10-07T07:25:27.011Z+ banner trio
12112024-10-07T07:25:27.013Z
12122024-10-07T07:25:27.013Z ##### ##### # ####
12132024-10-07T07:25:27.013Z # # # # # #
12142024-10-07T07:25:27.013Z # # # # # #
12152024-10-07T07:25:27.013Z # ##### # # #
12162024-10-07T07:25:27.013Z # # # # # #
12172024-10-07T07:25:27.013Z # # # # ####
12182024-10-07T07:25:27.013Z
12192024-10-07T07:25:27.015Z+ pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture
12202024-10-07T07:25:27.486Z Compiling libc v0.2.159
12212024-10-07T07:25:27.486Z Compiling cfg-if v1.0.0
12222024-10-07T07:25:27.486Z Compiling serde v1.0.210
12232024-10-07T07:25:27.486Z Compiling once_cell v1.20.2
12242024-10-07T07:25:27.488Z Compiling itoa v1.0.11
12252024-10-07T07:25:27.488Z Compiling bytes v1.7.2
12262024-10-07T07:25:27.556Z Compiling syn v2.0.79
12272024-10-07T07:25:27.558Z Compiling num-traits v0.2.19
12282024-10-07T07:25:27.628Z Compiling pin-project-lite v0.2.14
12292024-10-07T07:25:27.751Z Compiling scopeguard v1.2.0
12302024-10-07T07:25:27.759Z Compiling schemars v0.8.21
12312024-10-07T07:25:27.870Z Compiling smallvec v1.13.2
12322024-10-07T07:25:27.904Z Compiling memchr v2.7.4
12332024-10-07T07:25:28.005Z Compiling lock_api v0.4.12
12342024-10-07T07:25:28.127Z Compiling fnv v1.0.7
12352024-10-07T07:25:28.256Z Compiling log v0.4.22
12362024-10-07T07:25:28.315Z Compiling futures-core v0.3.31
12372024-10-07T07:25:28.549Z Compiling hashbrown v0.15.0
12382024-10-07T07:25:28.674Z Compiling ryu v1.0.18
12392024-10-07T07:25:28.785Z Compiling zerocopy v0.7.35
12402024-10-07T07:25:29.039Z Compiling getrandom v0.2.15
12412024-10-07T07:25:29.240Z Compiling parking_lot_core v0.9.10
12422024-10-07T07:25:29.346Z Compiling mio v1.0.2
12432024-10-07T07:25:29.379Z Compiling signal-hook-registry v1.4.2
12442024-10-07T07:25:29.520Z Compiling socket2 v0.5.7
12452024-10-07T07:25:29.554Z Compiling equivalent v1.0.1
12462024-10-07T07:25:29.663Z Compiling parking_lot v0.12.3
12472024-10-07T07:25:30.068Z Compiling ahash v0.8.11
12482024-10-07T07:25:30.612Z Compiling tracing-core v0.1.32
12492024-10-07T07:25:30.683Z Compiling serde_json v1.0.128
12502024-10-07T07:25:30.699Z Compiling hashbrown v0.14.5
12512024-10-07T07:25:30.940Z Compiling byteorder v1.5.0
12522024-10-07T07:25:31.020Z Compiling uuid v1.10.0
12532024-10-07T07:25:31.254Z Compiling pin-utils v0.1.0
12542024-10-07T07:25:31.313Z Compiling futures-sink v0.3.31
12552024-10-07T07:25:31.345Z Compiling spin v0.9.8
12562024-10-07T07:25:31.472Z Compiling futures-task v0.3.31
12572024-10-07T07:25:31.544Z Compiling untrusted v0.9.0
12582024-10-07T07:25:31.599Z Compiling slab v0.4.9
12592024-10-07T07:25:31.670Z Compiling futures-util v0.3.31
12602024-10-07T07:25:31.739Z Compiling ring v0.17.8
12612024-10-07T07:25:31.815Z Compiling http v1.1.0
12622024-10-07T07:25:31.933Z Compiling chrono v0.4.38
12632024-10-07T07:25:32.087Z Compiling regress v0.10.1
12642024-10-07T07:25:32.180Z Compiling try-lock v0.2.5
12652024-10-07T07:25:32.336Z Compiling want v0.3.1
12662024-10-07T07:25:32.993Z Compiling httparse v1.9.5
12672024-10-07T07:25:33.965Z Compiling futures-channel v0.3.31
12682024-10-07T07:25:34.032Z Compiling tower-service v0.3.3
12692024-10-07T07:25:34.154Z Compiling foreign-types-shared v0.1.1
12702024-10-07T07:25:34.264Z Compiling serde_derive_internals v0.29.1
12712024-10-07T07:25:34.403Z Compiling dyn-clone v1.0.17
12722024-10-07T07:25:34.710Z Compiling foreign-types v0.3.2
12732024-10-07T07:25:34.805Z Compiling openssl-sys v0.9.103
12742024-10-07T07:25:34.897Z Compiling bitflags v2.6.0
12752024-10-07T07:25:35.256Z Compiling rustls-pki-types v1.9.0
12762024-10-07T07:25:36.288Z Compiling unicode-ident v1.0.13
12772024-10-07T07:25:36.493Z Compiling proc-macro2 v1.0.86
12782024-10-07T07:25:36.535Z Compiling http-body v1.0.1
12792024-10-07T07:25:36.545Z Compiling atomic-waker v1.1.2
12802024-10-07T07:25:36.735Z Compiling openssl-probe v0.1.5
12812024-10-07T07:25:36.779Z Compiling tinyvec_macros v0.1.1
12822024-10-07T07:25:36.855Z Compiling semver v1.0.23
12832024-10-07T07:25:36.871Z Compiling allocator-api2 v0.2.18
12842024-10-07T07:25:37.047Z Compiling tinyvec v1.8.0
12852024-10-07T07:25:37.263Z Compiling percent-encoding v2.3.1
12862024-10-07T07:25:37.413Z Compiling quote v1.0.37
12872024-10-07T07:25:37.729Z Compiling form_urlencoded v1.2.1
12882024-10-07T07:25:38.797Z Compiling unicode-normalization v0.1.24
12892024-10-07T07:25:39.074Z Compiling rustls-webpki v0.102.8
12902024-10-07T07:25:39.185Z Compiling aho-corasick v1.1.3
12912024-10-07T07:25:39.396Z Compiling subtle v2.6.1
12922024-10-07T07:25:39.492Z Compiling heck v0.5.0
12932024-10-07T07:25:39.664Z Compiling zeroize v1.8.1
12942024-10-07T07:25:39.795Z Compiling serde_derive v1.0.210
12952024-10-07T07:25:40.067Z Compiling thiserror-impl v1.0.64
12962024-10-07T07:25:40.126Z Compiling tokio-macros v2.4.0
12972024-10-07T07:25:40.872Z Compiling schemars_derive v0.8.21
12982024-10-07T07:25:41.760Z Compiling tokio v1.40.0
12992024-10-07T07:25:41.999Z Compiling tracing-attributes v0.1.27
13002024-10-07T07:25:42.948Z Compiling zerocopy-derive v0.7.35
13012024-10-07T07:25:43.570Z Compiling thiserror v1.0.64
13022024-10-07T07:25:43.751Z Compiling openssl-macros v0.1.1
13032024-10-07T07:25:43.853Z Compiling unicode-bidi v0.3.17
13042024-10-07T07:25:43.942Z Compiling regex-automata v0.4.8
13052024-10-07T07:25:44.582Z Compiling openssl v0.10.66
13062024-10-07T07:25:45.403Z Compiling tracing v0.1.40
13072024-10-07T07:25:46.096Z Compiling idna v0.5.0
13082024-10-07T07:25:46.861Z Compiling rustls v0.23.14
13092024-10-07T07:25:51.723Z Compiling tokio-util v0.7.12
13102024-10-07T07:25:54.018Z Compiling indexmap v2.6.0
13112024-10-07T07:25:58.086Z Compiling serde_tokenstream v0.2.2
13122024-10-07T07:25:58.917Z Compiling h2 v0.4.6
13132024-10-07T07:25:59.864Z Compiling native-tls v0.2.12
13142024-10-07T07:26:00.813Z Compiling tokio-native-tls v0.3.1
13152024-10-07T07:26:01.115Z Compiling slog v2.7.0
13162024-10-07T07:26:01.496Z Compiling regex-syntax v0.8.5
13172024-10-07T07:26:05.099Z Compiling hyper v1.4.1
13182024-10-07T07:26:11.591Z Compiling hyper-util v0.1.9
13192024-10-07T07:26:15.235Z Compiling typify-impl v0.2.0
13202024-10-07T07:26:15.507Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13212024-10-07T07:26:16.715Z Compiling openapiv3 v2.0.0
13222024-10-07T07:26:17.552Z Compiling serde_urlencoded v0.7.1
13232024-10-07T07:26:18.134Z Compiling tokio-rustls v0.26.0
13242024-10-07T07:26:18.603Z Compiling regex v1.11.0
13252024-10-07T07:26:19.400Z Compiling url v2.5.2
13262024-10-07T07:26:19.575Z Compiling http-body-util v0.1.2
13272024-10-07T07:26:20.191Z Compiling webpki-roots v0.26.6
13282024-10-07T07:26:20.406Z Compiling encoding_rs v0.8.34
13292024-10-07T07:26:20.988Z Compiling mime v0.3.17
13302024-10-07T07:26:22.110Z Compiling ipnet v2.10.1
13312024-10-07T07:26:25.000Z Compiling hyper-rustls v0.27.3
13322024-10-07T07:26:25.186Z Compiling hyper-tls v0.6.0
13332024-10-07T07:26:27.243Z Compiling typify-macro v0.2.0
13342024-10-07T07:26:27.560Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13352024-10-07T07:26:27.668Z Compiling rustls-pemfile v2.2.0
13362024-10-07T07:26:28.151Z Compiling sync_wrapper v1.0.1
13372024-10-07T07:26:28.300Z Compiling http v0.2.12
13382024-10-07T07:26:29.345Z Compiling base64 v0.22.1
13392024-10-07T07:26:30.443Z Compiling toml_datetime v0.6.8
13402024-10-07T07:26:30.793Z Compiling serde_yaml v0.9.34+deprecated
13412024-10-07T07:26:31.157Z Compiling toml_edit v0.19.15
13422024-10-07T07:26:31.261Z Compiling reqwest v0.12.8
13432024-10-07T07:26:31.526Z Compiling lazy_static v1.5.0
13442024-10-07T07:26:31.660Z Compiling rustls v0.21.12
13452024-10-07T07:26:32.012Z Compiling h2 v0.3.26
13462024-10-07T07:26:33.102Z Compiling http-body v0.4.6
13472024-10-07T07:26:33.608Z Compiling rustls-webpki v0.101.7
13482024-10-07T07:26:34.600Z Compiling proc-macro-crate v1.3.1
13492024-10-07T07:26:35.475Z Compiling sct v0.7.1
13502024-10-07T07:26:35.922Z Compiling httpdate v1.0.3
13512024-10-07T07:26:36.542Z Compiling crossbeam-utils v0.8.20
13522024-10-07T07:26:36.658Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
13532024-10-07T07:26:36.797Z Compiling typify v0.2.0
13542024-10-07T07:26:37.410Z Compiling num_enum_derive v0.5.11
13552024-10-07T07:26:37.708Z Compiling hyper v0.14.30
13562024-10-07T07:26:39.802Z Compiling ipnetwork v0.20.0
13572024-10-07T07:26:40.821Z Compiling ppv-lite86 v0.2.20
13582024-10-07T07:26:41.818Z Compiling foreign-types-macros v0.2.3
13592024-10-07T07:26:43.099Z Compiling rand_core v0.6.4
13602024-10-07T07:26:43.572Z Compiling dirs-sys-next v0.1.2
13612024-10-07T07:26:44.675Z Compiling powerfmt v0.2.0
13622024-10-07T07:26:45.193Z Compiling foreign-types-shared v0.3.1
13632024-10-07T07:26:45.311Z Compiling time-macros v0.2.18
13642024-10-07T07:26:45.342Z Compiling foreign-types v0.5.0
13652024-10-07T07:26:45.452Z Compiling deranged v0.3.11
13662024-10-07T07:26:47.757Z Compiling dirs-next v2.0.0
13672024-10-07T07:26:47.831Z Compiling rand_chacha v0.3.1
13682024-10-07T07:26:48.146Z Compiling tokio-rustls v0.24.1
13692024-10-07T07:26:48.474Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13702024-10-07T07:26:48.561Z Compiling num_enum v0.5.11
13712024-10-07T07:26:48.741Z Compiling progenitor-impl v0.8.0
13722024-10-07T07:26:49.509Z Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
13732024-10-07T07:26:53.308Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-10-07T07:26:53.477Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-10-07T07:26:53.653Z Compiling cstr-argument v0.1.2
13762024-10-07T07:26:53.823Z Compiling thread_local v1.1.8
13772024-10-07T07:26:53.914Z Compiling base64 v0.21.7
13782024-10-07T07:26:54.536Z Compiling either v1.13.0
13792024-10-07T07:26:55.008Z Compiling time-core v0.1.2
13802024-10-07T07:26:55.057Z Compiling arc-swap v1.7.1
13812024-10-07T07:26:55.187Z Compiling pretty-hex v0.2.1
13822024-10-07T07:26:55.335Z Compiling num-conv v0.1.0
13832024-10-07T07:26:55.380Z Compiling progenitor-macro v0.8.0
13842024-10-07T07:26:55.581Z Compiling time v0.3.36
13852024-10-07T07:26:55.776Z Compiling slog-scope v4.4.0
13862024-10-07T07:26:56.274Z Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
13872024-10-07T07:26:56.693Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13882024-10-07T07:26:57.063Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13892024-10-07T07:26:58.577Z Compiling itertools v0.12.1
13902024-10-07T07:27:02.418Z Compiling rustls-pemfile v1.0.4
13912024-10-07T07:27:03.227Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13922024-10-07T07:27:04.145Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13932024-10-07T07:27:04.327Z Compiling crossbeam-channel v0.5.13
13942024-10-07T07:27:04.755Z Compiling hyper-rustls v0.24.2
13952024-10-07T07:27:05.203Z Compiling rand v0.8.5
13962024-10-07T07:27:07.130Z Compiling term v0.7.0
13972024-10-07T07:27:10.817Z Compiling anyhow v1.0.89
13982024-10-07T07:27:11.716Z Compiling hyper-tls v0.5.0
13992024-10-07T07:27:11.859Z Compiling progenitor-client v0.8.0
14002024-10-07T07:27:12.198Z Compiling progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
14012024-10-07T07:27:12.330Z Compiling colored v2.1.0
14022024-10-07T07:27:12.789Z Compiling is-terminal v0.4.13
14032024-10-07T07:27:12.914Z Compiling winnow v0.6.20
14042024-10-07T07:27:13.136Z Compiling sync_wrapper v0.1.2
14052024-10-07T07:27:13.275Z Compiling webpki-roots v0.25.4
14062024-10-07T07:27:13.435Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14072024-10-07T07:27:13.576Z Compiling take_mut v0.2.2
14082024-10-07T07:27:13.734Z Compiling slog-async v2.8.0
14092024-10-07T07:27:13.795Z Compiling reqwest v0.11.27
14102024-10-07T07:27:15.670Z Compiling slog-term v2.9.1
14112024-10-07T07:27:16.947Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14122024-10-07T07:27:17.408Z Compiling progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
14132024-10-07T07:27:17.620Z Compiling progenitor v0.8.0
14142024-10-07T07:27:17.824Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14152024-10-07T07:27:18.540Z Compiling slog-stdlog v4.1.1
14162024-10-07T07:27:19.395Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14172024-10-07T07:27:21.553Z Compiling slog-envlogger v2.2.0
14182024-10-07T07:27:22.397Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14192024-10-07T07:27:25.195Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
14202024-10-07T07:27:25.195Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
14212024-10-07T07:27:25.195Z |
14222024-10-07T07:27:25.195Z18 | );
14232024-10-07T07:27:25.195Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
14242024-10-07T07:27:25.195Z |
14252024-10-07T07:27:25.195Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
14262024-10-07T07:27:25.195Z = help: the following other types implement trait `From<T>`:
14272024-10-07T07:27:25.195Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
14282024-10-07T07:27:25.195Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
14292024-10-07T07:27:25.195Z = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
14302024-10-07T07:27:25.195Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
14312024-10-07T07:27:25.195Z
14322024-10-07T07:27:25.235Zerror[E0308]: mismatched types
14332024-10-07T07:27:25.235Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
14342024-10-07T07:27:25.235Z |
14352024-10-07T07:27:25.235Z5 | / progenitor::generate_api!(
14362024-10-07T07:27:25.235Z6 | | spec = "../openapi/ddm-admin.json",
14372024-10-07T07:27:25.236Z7 | | inner_type = slog::Logger,
14382024-10-07T07:27:25.236Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
14392024-10-07T07:27:25.236Z... |
14402024-10-07T07:27:25.236Z17 | | })
14412024-10-07T07:27:25.236Z18 | | );
14422024-10-07T07:27:25.236Z | | ^
14432024-10-07T07:27:25.236Z | | |
14442024-10-07T07:27:25.236Z | |_expected `Response`, found a different `Response`
14452024-10-07T07:27:25.236Z | arguments to this function are incorrect
14462024-10-07T07:27:25.236Z |
14472024-10-07T07:27:25.236Z = note: `Response` and `Response` have similar names, but are actually distinct types
14482024-10-07T07:27:25.236Znote: `Response` is defined in crate `reqwest`
14492024-10-07T07:27:25.236Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
14502024-10-07T07:27:25.236Z |
14512024-10-07T07:27:25.237Z25 | pub struct Response {
14522024-10-07T07:27:25.237Z | ^^^^^^^^^^^^^^^^^^^
14532024-10-07T07:27:25.237Znote: `Response` is defined in crate `reqwest`
14542024-10-07T07:27:25.237Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
14552024-10-07T07:27:25.237Z |
14562024-10-07T07:27:25.237Z29 | pub struct Response {
14572024-10-07T07:27:25.237Z | ^^^^^^^^^^^^^^^^^^^
14582024-10-07T07:27:25.237Z = note: perhaps two different versions of crate `reqwest` are being used?
14592024-10-07T07:27:25.237Znote: associated function defined here
14602024-10-07T07:27:25.237Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:121:12
14612024-10-07T07:27:25.237Z |
14622024-10-07T07:27:25.237Z121 | pub fn empty(response: reqwest::Response) -> Self {
14632024-10-07T07:27:25.237Z | ^^^^^
14642024-10-07T07:27:25.237Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
14652024-10-07T07:27:25.237Z
14662024-10-07T07:27:25.241Zerror[E0308]: mismatched types
14672024-10-07T07:27:25.241Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
14682024-10-07T07:27:25.241Z |
14692024-10-07T07:27:25.241Z5 | / progenitor::generate_api!(
14702024-10-07T07:27:25.241Z6 | | spec = "../openapi/ddm-admin.json",
14712024-10-07T07:27:25.241Z7 | | inner_type = slog::Logger,
14722024-10-07T07:27:25.242Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
14732024-10-07T07:27:25.242Z... |
14742024-10-07T07:27:25.242Z17 | | })
14752024-10-07T07:27:25.242Z18 | | );
14762024-10-07T07:27:25.242Z | | ^
14772024-10-07T07:27:25.242Z | | |
14782024-10-07T07:27:25.242Z | |_expected `Response`, found a different `Response`
14792024-10-07T07:27:25.242Z | arguments to this function are incorrect
14802024-10-07T07:27:25.242Z |
14812024-10-07T07:27:25.242Z = note: `Response` and `Response` have similar names, but are actually distinct types
14822024-10-07T07:27:25.242Znote: `Response` is defined in crate `reqwest`
14832024-10-07T07:27:25.242Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
14842024-10-07T07:27:25.242Z |
14852024-10-07T07:27:25.242Z25 | pub struct Response {
14862024-10-07T07:27:25.242Z | ^^^^^^^^^^^^^^^^^^^
14872024-10-07T07:27:25.242Znote: `Response` is defined in crate `reqwest`
14882024-10-07T07:27:25.243Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
14892024-10-07T07:27:25.245Z |
14902024-10-07T07:27:25.245Z29 | pub struct Response {
14912024-10-07T07:27:25.245Z | ^^^^^^^^^^^^^^^^^^^
14922024-10-07T07:27:25.245Z = note: perhaps two different versions of crate `reqwest` are being used?
14932024-10-07T07:27:25.245Znote: associated function defined here
14942024-10-07T07:27:25.245Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:66:18
14952024-10-07T07:27:25.245Z |
14962024-10-07T07:27:25.245Z66 | pub async fn from_response<E: std::fmt::Debug>(
14972024-10-07T07:27:25.245Z | ^^^^^^^^^^^^^
14982024-10-07T07:27:25.245Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
14992024-10-07T07:27:25.245Z
15002024-10-07T07:27:25.245Zerror[E0308]: mismatched types
15012024-10-07T07:27:25.245Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
15022024-10-07T07:27:25.245Z |
15032024-10-07T07:27:25.245Z5 | / progenitor::generate_api!(
15042024-10-07T07:27:25.245Z6 | | spec = "../openapi/ddm-admin.json",
15052024-10-07T07:27:25.245Z7 | | inner_type = slog::Logger,
15062024-10-07T07:27:25.245Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
15072024-10-07T07:27:25.246Z... |
15082024-10-07T07:27:25.246Z17 | | })
15092024-10-07T07:27:25.246Z18 | | );
15102024-10-07T07:27:25.246Z | | ^
15112024-10-07T07:27:25.246Z | | |
15122024-10-07T07:27:25.246Z | |_expected `Response`, found a different `Response`
15132024-10-07T07:27:25.246Z | arguments to this enum variant are incorrect
15142024-10-07T07:27:25.246Z |
15152024-10-07T07:27:25.246Z = note: `Response` and `Response` have similar names, but are actually distinct types
15162024-10-07T07:27:25.246Znote: `Response` is defined in crate `reqwest`
15172024-10-07T07:27:25.246Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
15182024-10-07T07:27:25.246Z |
15192024-10-07T07:27:25.246Z25 | pub struct Response {
15202024-10-07T07:27:25.246Z | ^^^^^^^^^^^^^^^^^^^
15212024-10-07T07:27:25.246Znote: `Response` is defined in crate `reqwest`
15222024-10-07T07:27:25.246Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
15232024-10-07T07:27:25.246Z |
15242024-10-07T07:27:25.246Z29 | pub struct Response {
15252024-10-07T07:27:25.246Z | ^^^^^^^^^^^^^^^^^^^
15262024-10-07T07:27:25.246Z = note: perhaps two different versions of crate `reqwest` are being used?
15272024-10-07T07:27:25.246Znote: tuple variant defined here
15282024-10-07T07:27:25.246Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:257:5
15292024-10-07T07:27:25.246Z |
15302024-10-07T07:27:25.246Z257 | UnexpectedResponse(reqwest::Response),
15312024-10-07T07:27:25.246Z | ^^^^^^^^^^^^^^^^^^
15322024-10-07T07:27:25.246Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15332024-10-07T07:27:25.246Z
15342024-10-07T07:27:25.285Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15352024-10-07T07:27:25.285Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15362024-10-07T07:27:25.285Z |
15372024-10-07T07:27:25.285Z18 | );
15382024-10-07T07:27:25.285Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15392024-10-07T07:27:25.285Z |
15402024-10-07T07:27:25.285Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15412024-10-07T07:27:25.285Z = help: the following other types implement trait `From<T>`:
15422024-10-07T07:27:25.285Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15432024-10-07T07:27:25.285Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15442024-10-07T07:27:25.285Z = note: required for `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15452024-10-07T07:27:25.285Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15462024-10-07T07:27:25.285Z
15472024-10-07T07:27:25.304Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15482024-10-07T07:27:25.304Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15492024-10-07T07:27:25.304Z |
15502024-10-07T07:27:25.304Z18 | );
15512024-10-07T07:27:25.304Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15522024-10-07T07:27:25.304Z |
15532024-10-07T07:27:25.304Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15542024-10-07T07:27:25.304Z = help: the following other types implement trait `From<T>`:
15552024-10-07T07:27:25.304Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15562024-10-07T07:27:25.304Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15572024-10-07T07:27:25.304Z = note: required for `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15582024-10-07T07:27:25.304Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15592024-10-07T07:27:25.304Z
15602024-10-07T07:27:25.307Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15612024-10-07T07:27:25.307Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15622024-10-07T07:27:25.307Z |
15632024-10-07T07:27:25.307Z18 | );
15642024-10-07T07:27:25.307Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15652024-10-07T07:27:25.307Z |
15662024-10-07T07:27:25.307Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15672024-10-07T07:27:25.308Z = help: the following other types implement trait `From<T>`:
15682024-10-07T07:27:25.308Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15692024-10-07T07:27:25.308Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15702024-10-07T07:27:25.308Z = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15712024-10-07T07:27:25.308Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15722024-10-07T07:27:25.308Z
15732024-10-07T07:27:25.374Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15742024-10-07T07:27:25.374Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15752024-10-07T07:27:25.374Z |
15762024-10-07T07:27:25.374Z18 | );
15772024-10-07T07:27:25.374Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15782024-10-07T07:27:25.374Z |
15792024-10-07T07:27:25.374Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15802024-10-07T07:27:25.374Z = help: the following other types implement trait `From<T>`:
15812024-10-07T07:27:25.374Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15822024-10-07T07:27:25.374Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15832024-10-07T07:27:25.374Z = note: required for `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15842024-10-07T07:27:25.374Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15852024-10-07T07:27:25.374Z
15862024-10-07T07:27:25.432Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
15872024-10-07T07:27:25.432Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
15882024-10-07T07:27:25.432Z |
15892024-10-07T07:27:25.432Z18 | );
15902024-10-07T07:27:25.432Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
15912024-10-07T07:27:25.432Z |
15922024-10-07T07:27:25.432Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
15932024-10-07T07:27:25.432Z = help: the following other types implement trait `From<T>`:
15942024-10-07T07:27:25.432Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
15952024-10-07T07:27:25.432Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
15962024-10-07T07:27:25.432Z = note: required for `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
15972024-10-07T07:27:25.432Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
15982024-10-07T07:27:25.432Z
15992024-10-07T07:27:25.887ZSome errors have detailed explanations: E0277, E0308.
16002024-10-07T07:27:25.887ZFor more information about an error, try `rustc --explain E0277`.
16012024-10-07T07:27:26.125Zerror: could not compile `ddm-admin-client` (lib) due to 16 previous errors
16022024-10-07T07:27:26.125Zwarning: build failed, waiting for other jobs to finish...
16032024-10-07T07:27:43.286Z+ cleanup
16042024-10-07T07:27:43.289Z++ id -un
16052024-10-07T07:27:43.331Z++ id -gn
16062024-10-07T07:27:43.333Z+ pfexec chown -R build:build .
16072024-10-07T07:27:43.414Zprocess exited: duration 528428 ms, exit code 101
 
16082024-10-07T07:27:43.420Zfound 0 output files