01JFEPA3TS16D804906GB4HAEX: test-ddm-quartet

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

Buildomat Job: 01JFEPAK981088X03VXNSWAT6N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T05:31:26.457Zjob assigned to worker 01JFEPB0WH6AYD1EW5N4GEZGKK [factory aws, i-0ffc7ca8d0f6b09d1] (queued for 1 m 2 s)
 
22024-12-19T05:31:35.233Zstarting task 0: "setup"
32024-12-19T05:31:35.241Z++ uname -s
42024-12-19T05:31:35.244Z+ kern=SunOS
52024-12-19T05:31:35.244Z+ case "$kern" in
62024-12-19T05:31:35.244Z+ groupadd -g 12345 build
72024-12-19T05:31:35.246Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T05:31:37.253Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T05:31:37.351Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T05:31:37.354Z+ home_fs=zfs
112024-12-19T05:31:37.354Z+ [[ zfs == autofs ]]
122024-12-19T05:31:37.354Z+ mkdir -p /home/build
132024-12-19T05:31:37.356Z+ chown build:build /home/build /work
142024-12-19T05:31:39.358Z+ chmod 0700 /home/build /work
152024-12-19T05:31:39.361Zprocess exited: duration 4129 ms, exit code 0
 
162024-12-19T05:31:39.366Zstarting task 1: "rust-toolchain"
172024-12-19T05:31:39.372Z+ printf ' * toolchain channel = "%s"
182024-12-19T05:31:39.372Z' stable
192024-12-19T05:31:39.372Z * toolchain channel = "stable"
202024-12-19T05:31:39.374Z+ printf ' * toolchain profile = "%s"
212024-12-19T05:31:39.374Z' default
222024-12-19T05:31:39.374Z * toolchain profile = "default"
232024-12-19T05:31:39.374Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T05:31:39.374Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-19T05:31:39.499Zinfo: downloading installer
262024-12-19T05:31:41.015Zinfo: profile set to 'default'
272024-12-19T05:31:41.015Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T05:31:41.018Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-19T05:31:41.158Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-19T05:31:41.158Zinfo: downloading component 'cargo'
312024-12-19T05:31:41.969Zinfo: downloading component 'clippy'
322024-12-19T05:31:42.248Zinfo: downloading component 'rust-docs'
332024-12-19T05:31:43.275Zinfo: downloading component 'rust-std'
342024-12-19T05:31:44.743Zinfo: downloading component 'rustc'
352024-12-19T05:31:50.273Zinfo: downloading component 'rustfmt'
362024-12-19T05:31:50.487Zinfo: installing component 'cargo'
372024-12-19T05:31:51.299Zinfo: installing component 'clippy'
382024-12-19T05:31:51.672Zinfo: installing component 'rust-docs'
392024-12-19T05:31:53.370Zinfo: installing component 'rust-std'
402024-12-19T05:31:55.039Zinfo: installing component 'rustc'
412024-12-19T05:32:00.805Zinfo: installing component 'rustfmt'
422024-12-19T05:32:01.177Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-19T05:32:01.177Z
442024-12-19T05:32:01.548Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-19T05:32:01.548Z
462024-12-19T05:32:01.551Z
472024-12-19T05:32:01.551ZRust is installed now. Great!
482024-12-19T05:32:01.551Z
492024-12-19T05:32:01.552ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T05:32:01.552Zenvironment variable. This has not been done automatically.
512024-12-19T05:32:01.552Z
522024-12-19T05:32:01.552ZTo configure your current shell, you need to source
532024-12-19T05:32:01.552Zthe corresponding env file under $HOME/.cargo.
542024-12-19T05:32:01.552Z
552024-12-19T05:32:01.552ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T05:32:01.552Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T05:32:01.552Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T05:32:01.616Z+ rustc --version
592024-12-19T05:32:01.685Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-19T05:32:01.688Zprocess exited: duration 22317 ms, exit code 0
 
612024-12-19T05:32:01.694Zstarting task 2: "authentication"
622024-12-19T05:32:01.715Zprocess exited: duration 21 ms, exit code 0
 
632024-12-19T05:32:01.722Zstarting task 3: "clone repository"
642024-12-19T05:32:01.727Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-19T05:32:01.730Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-19T05:32:02.047ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-19T05:32:02.719Z+ cd /work/oxidecomputer/maghemite
682024-12-19T05:32:02.719Z+ git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b
692024-12-19T05:32:02.956ZFrom https://github.com/oxidecomputer/maghemite
702024-12-19T05:32:02.956Z * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD
712024-12-19T05:32:02.964Z+ [[ -n renovate/libc-0.x-lockfile ]]
722024-12-19T05:32:02.967Z++ git branch --show-current
732024-12-19T05:32:02.969Z+ current=main
742024-12-19T05:32:02.969Z+ [[ main != renovate/libc-0.x-lockfile ]]
752024-12-19T05:32:02.969Z+ git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b
762024-12-19T05:32:02.972Z+ git checkout -f renovate/libc-0.x-lockfile
772024-12-19T05:32:02.987ZSwitched to branch 'renovate/libc-0.x-lockfile'
782024-12-19T05:32:02.989Z+ git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b
792024-12-19T05:32:02.993ZHEAD is now at 750dc4b Update Rust crate libc to v0.2.169
802024-12-19T05:32:02.995Zprocess exited: duration 1271 ms, exit code 0
 
812024-12-19T05:32:03.001Zstarting task 4: "build"
822024-12-19T05:32:03.006Z++ cargo --version
832024-12-19T05:32:03.011Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-19T05:32:03.153Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-19T05:32:03.153Zinfo: downloading component 'cargo'
862024-12-19T05:32:03.862Zinfo: downloading component 'clippy'
872024-12-19T05:32:04.124Zinfo: downloading component 'rust-docs'
882024-12-19T05:32:05.107Zinfo: downloading component 'rust-std'
892024-12-19T05:32:06.635Zinfo: downloading component 'rustc'
902024-12-19T05:32:12.249Zinfo: downloading component 'rustfmt'
912024-12-19T05:32:12.458Zinfo: installing component 'cargo'
922024-12-19T05:32:13.263Zinfo: installing component 'clippy'
932024-12-19T05:32:13.624Zinfo: installing component 'rust-docs'
942024-12-19T05:32:15.205Zinfo: installing component 'rust-std'
952024-12-19T05:32:16.858Zinfo: installing component 'rustc'
962024-12-19T05:32:22.522Zinfo: installing component 'rustfmt'
972024-12-19T05:32:22.923Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-19T05:32:22.926Z++ rustc --version
992024-12-19T05:32:22.999Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-19T05:32:23.003Z++ dladm
1012024-12-19T05:32:23.008ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-19T05:32:23.008Zena0 phys 9216 up -- --
1032024-12-19T05:32:23.012Z++ ipadm
1042024-12-19T05:32:23.014ZADDROBJ TYPE STATE ADDR
1052024-12-19T05:32:23.014Zlo0/v4 static ok 127.0.0.1/8
1062024-12-19T05:32:23.014Zena0/dhcp dhcp ok 10.150.1.52/24
1072024-12-19T05:32:23.015Zlo0/v6 static ok ::1/128
1082024-12-19T05:32:23.015Z++ banner collect
1092024-12-19T05:32:23.110Z
1102024-12-19T05:32:23.110Z #### #### # # ###### #### #####
1112024-12-19T05:32:23.110Z # # # # # # # # # #
1122024-12-19T05:32:23.110Z # # # # # ##### # #
1132024-12-19T05:32:23.111Z # # # # # # # #
1142024-12-19T05:32:23.112Z # # # # # # # # # #
1152024-12-19T05:32:23.112Z #### #### ###### ###### ###### #### #
1162024-12-19T05:32:23.112Z
1172024-12-19T05:32:23.116Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-19T05:32:23.116Z++ repo=softnpu
1192024-12-19T05:32:23.116Z++ series=image
1202024-12-19T05:32:23.116Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-19T05:32:23.116Z++ name=softnpu
1222024-12-19T05:32:23.116Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-19T05:32:23.116Z++ mkdir -p download
1242024-12-19T05:32:23.116Z++ pushd download
1252024-12-19T05:32:23.116Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-19T05:32:23.116Z++ [[ ! -f softnpu ]]
1272024-12-19T05:32:23.116Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-19T05:32:23.124Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-19T05:32:23.124Z Dload Upload Total Spent Left Speed
1302024-12-19T05:32:23.758Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 91 21.8M 91 20.0M 0 0 35.4M 0 --:--:-- --:--:-- --:--:-- 35.4M 100 21.8M 100 21.8M 0 0 34.4M 0 --:--:-- --:--:-- --:--:-- 34.3M
1312024-12-19T05:32:23.762Z++ popd
1322024-12-19T05:32:23.764Z/work/oxidecomputer/maghemite
1332024-12-19T05:32:23.764Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-19T05:32:23.764Z++ repo=sidecar-lite
1352024-12-19T05:32:23.764Z++ series=release
1362024-12-19T05:32:23.764Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-19T05:32:23.764Z++ name=libsidecar_lite.so
1382024-12-19T05:32:23.764Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-19T05:32:23.764Z++ mkdir -p download
1402024-12-19T05:32:23.767Z++ pushd download
1412024-12-19T05:32:23.767Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-19T05:32:23.767Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-19T05:32:23.767Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-19T05:32:23.774Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-19T05:32:23.774Z Dload Upload Total Spent Left Speed
1462024-12-19T05:32:24.274Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 40.5M 0 --:--:-- --:--:-- --:--:-- 40.6M
1472024-12-19T05:32:24.278Z++ popd
1482024-12-19T05:32:24.282Z/work/oxidecomputer/maghemite
1492024-12-19T05:32:24.282Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-19T05:32:24.282Z++ repo=sidecar-lite
1512024-12-19T05:32:24.282Z++ series=release
1522024-12-19T05:32:24.282Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-19T05:32:24.282Z++ name=scadm
1542024-12-19T05:32:24.282Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-19T05:32:24.282Z++ mkdir -p download
1562024-12-19T05:32:24.282Z++ pushd download
1572024-12-19T05:32:24.282Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-19T05:32:24.282Z++ [[ ! -f scadm ]]
1592024-12-19T05:32:24.282Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-19T05:32:24.290Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-19T05:32:24.290Z Dload Upload Total Spent Left Speed
1622024-12-19T05:32:24.828Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 47 22.7M 47 10.8M 0 0 27.2M 0 --:--:-- --:--:-- --:--:-- 27.2M 100 22.7M 100 22.7M 0 0 42.3M 0 --:--:-- --:--:-- --:--:-- 42.2M
1632024-12-19T05:32:24.832Z++ popd
1642024-12-19T05:32:24.832Z/work/oxidecomputer/maghemite
1652024-12-19T05:32:24.835Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-19T05:32:24.836Z++ repo=dendrite
1672024-12-19T05:32:24.836Z++ series=image
1682024-12-19T05:32:24.836Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-19T05:32:24.836Z++ name=dendrite-softnpu.tar.gz
1702024-12-19T05:32:24.836Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-19T05:32:24.836Z++ mkdir -p download
1722024-12-19T05:32:24.836Z++ pushd download
1732024-12-19T05:32:24.839Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-19T05:32:24.839Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-19T05:32:24.839Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-19T05:32:24.843Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-19T05:32:24.845Z Dload Upload Total Spent Left Speed
1782024-12-19T05:32:25.493Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 57.8M 0 --:--:-- --:--:-- --:--:-- 57.8M
1792024-12-19T05:32:25.497Z++ popd
1802024-12-19T05:32:25.500Z/work/oxidecomputer/maghemite
1812024-12-19T05:32:25.500Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-19T05:32:25.500Z++ repo=maghemite
1832024-12-19T05:32:25.500Z++ series=release
1842024-12-19T05:32:25.500Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-19T05:32:25.500Z++ name=ddmd
1862024-12-19T05:32:25.500Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-19T05:32:25.500Z++ mkdir -p download
1882024-12-19T05:32:25.502Z++ pushd download
1892024-12-19T05:32:25.502Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-19T05:32:25.502Z++ [[ ! -f ddmd ]]
1912024-12-19T05:32:25.502Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-19T05:32:25.508Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-19T05:32:25.508Z Dload Upload Total Spent Left Speed
1942024-12-19T05:32:26.346Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 49.0M 0 --:--:-- --:--:-- --:--:-- 48.9M
1952024-12-19T05:32:26.351Z++ popd
1962024-12-19T05:32:26.351Z/work/oxidecomputer/maghemite
1972024-12-19T05:32:26.351Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-19T05:32:26.352Z++ repo=maghemite
1992024-12-19T05:32:26.352Z++ series=release
2002024-12-19T05:32:26.352Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-19T05:32:26.352Z++ name=ddmadm
2022024-12-19T05:32:26.352Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-19T05:32:26.352Z++ mkdir -p download
2042024-12-19T05:32:26.352Z++ pushd download
2052024-12-19T05:32:26.352Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-19T05:32:26.352Z++ [[ ! -f ddmadm ]]
2072024-12-19T05:32:26.358Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-19T05:32:26.362Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-19T05:32:26.362Z Dload Upload Total Spent Left Speed
2102024-12-19T05:32:26.977Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 43 18.0M 43 7979k 0 0 23.6M 0 --:--:-- --:--:-- --:--:-- 23.6M 100 18.0M 100 18.0M 0 0 29.1M 0 --:--:-- --:--:-- --:--:-- 29.1M
2112024-12-19T05:32:26.981Z++ popd
2122024-12-19T05:32:26.986Z/work/oxidecomputer/maghemite
2132024-12-19T05:32:26.986Z++ pushd download
2142024-12-19T05:32:26.986Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-19T05:32:26.987Z++ chmod +x softnpu
2162024-12-19T05:32:26.987Z++ chmod +x scadm
2172024-12-19T05:32:26.990Z++ chmod +x ddmadm
2182024-12-19T05:32:26.990Z++ chmod +x ddmd
2192024-12-19T05:32:26.992Z++ mv ddmadm ddmadm-v2
2202024-12-19T05:32:26.992Z++ mv ddmd ddmd-v2
2212024-12-19T05:32:26.995Z++ rm -rf zones/dendrite
2222024-12-19T05:32:26.998Z++ mkdir -p zones/dendrite
2232024-12-19T05:32:27.001Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-19T05:32:27.871Z++ popd
2252024-12-19T05:32:27.871Z/work/oxidecomputer/maghemite
2262024-12-19T05:32:27.871Z++ banner install
2272024-12-19T05:32:27.875Z
2282024-12-19T05:32:27.875Z # # # #### ##### ## # #
2292024-12-19T05:32:27.875Z # ## # # # # # # #
2302024-12-19T05:32:27.875Z # # # # #### # # # # #
2312024-12-19T05:32:27.875Z # # # # # # ###### # #
2322024-12-19T05:32:27.875Z # # ## # # # # # # #
2332024-12-19T05:32:27.875Z # # # #### # # # ###### ######
2342024-12-19T05:32:27.875Z
2352024-12-19T05:32:27.878Z++ pkg info brand/sparse
2362024-12-19T05:32:27.878Z++ grep -qi installed
2372024-12-19T05:32:38.951Zpkg: info: no packages matching the following patterns you specified are
2382024-12-19T05:32:38.951Zinstalled on the system. Try querying remotely instead:
2392024-12-19T05:32:38.952Z
2402024-12-19T05:32:38.952Z brand/sparse
2412024-12-19T05:32:39.002Z++ [[ 1 != 0 ]]
2422024-12-19T05:32:39.002Z++ set -o errexit
2432024-12-19T05:32:39.002Z++ pfexec pkg install brand/sparse
2442024-12-19T05:32:46.782Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-19T05:32:50.746Z Startup: Caching catalogs ... Done
2462024-12-19T05:33:01.488ZPlanning: Solver setup ... Done
2472024-12-19T05:33:01.623ZPlanning: Running solver ... Done
2482024-12-19T05:33:02.012ZPlanning: Finding local manifests ... Done
2492024-12-19T05:33:02.025ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-19T05:33:02.233ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-19T05:33:02.781ZPlanning: Package planning ... Done
2522024-12-19T05:33:02.789ZPlanning: Merging actions ... Done
2532024-12-19T05:33:03.570ZPlanning: Checking for conflicting actions ... Done
2542024-12-19T05:33:11.944ZPlanning: Consolidating action changes ... Done
2552024-12-19T05:33:12.418ZPlanning: Evaluating mediators ... Done
2562024-12-19T05:33:12.618ZPlanning: Planning completed in 21.77 seconds
2572024-12-19T05:33:12.634Z Packages to install: 1
2582024-12-19T05:33:12.634Z Packages to update: 2
2592024-12-19T05:33:12.637Z Create boot environment: No
2602024-12-19T05:33:12.637ZCreate backup boot environment: Yes
2612024-12-19T05:33:13.178Z
2622024-12-19T05:33:13.178ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-19T05:33:16.652ZDownload: Completed 8.03 MB in 3.47 seconds (2.3M/s)
2642024-12-19T05:33:18.675Z Actions: 1/1419 actions (Removing old actions)
2652024-12-19T05:33:18.694Z Actions: 199/1419 actions (Installing new actions)
2662024-12-19T05:33:18.810Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-19T05:33:19.209Z Actions: Completed 1419 actions in 0.53 seconds.
2682024-12-19T05:33:19.584Z Done
2692024-12-19T05:33:19.586Z Done
2702024-12-19T05:33:20.108Z Done
2712024-12-19T05:33:27.160Z Done
2722024-12-19T05:33:27.667Z Done
2732024-12-19T05:33:27.670Z Done
2742024-12-19T05:33:27.795Z Done
2752024-12-19T05:33:28.207Z++ set -o errexit
2762024-12-19T05:33:28.208Z++ set -o pipefail
2772024-12-19T05:33:28.208Z++ banner build
2782024-12-19T05:33:28.211Z
2792024-12-19T05:33:28.211Z ##### # # # # #####
2802024-12-19T05:33:28.211Z # # # # # # # #
2812024-12-19T05:33:28.211Z ##### # # # # # #
2822024-12-19T05:33:28.211Z # # # # # # # #
2832024-12-19T05:33:28.211Z # # # # # # # #
2842024-12-19T05:33:28.211Z ##### #### # ###### #####
2852024-12-19T05:33:28.211Z
2862024-12-19T05:33:28.211Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-19T05:33:28.403Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-19T05:33:28.639Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-19T05:33:28.883ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-19T05:33:28.883Z * [new branch] ci -> origin/ci
2912024-12-19T05:33:28.886Z * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216
2922024-12-19T05:33:28.886Z * [new branch] main -> origin/main
2932024-12-19T05:33:28.886Z * [new ref] -> origin/HEAD
2942024-12-19T05:33:28.897Z Updating crates.io index
2952024-12-19T05:33:28.952Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-12-19T05:33:29.783ZFrom https://github.com/oxidecomputer/falcon
2972024-12-19T05:33:29.783Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2982024-12-19T05:33:29.889Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992024-12-19T05:33:31.127ZFrom https://github.com/oxidecomputer/dendrite
3002024-12-19T05:33:31.127Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3012024-12-19T05:33:31.181Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022024-12-19T05:33:31.596ZFrom https://github.com/oxidecomputer/ispf
3032024-12-19T05:33:31.596Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3042024-12-19T05:33:31.605Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-12-19T05:33:32.065ZFrom https://github.com/oxidecomputer/netadm-sys
3062024-12-19T05:33:32.065Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3072024-12-19T05:33:32.077Z Updating git repository `https://github.com/oxidecomputer/omicron`
3082024-12-19T05:33:36.512ZFrom https://github.com/oxidecomputer/omicron
3092024-12-19T05:33:36.512Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3102024-12-19T05:33:36.543Z * [new tag] dogfood -> dogfood
3112024-12-19T05:33:36.546Z * [new tag] v5 -> v5
3122024-12-19T05:33:36.546Z * [new tag] v6 -> v6
3132024-12-19T05:33:36.546Z * [new tag] v7 -> v7
3142024-12-19T05:33:36.546Z * [new tag] v8 -> v8
3152024-12-19T05:33:36.546Z * [new tag] v9 -> v9
3162024-12-19T05:33:36.909Z Updating git repository `https://github.com/oxidecomputer/opte`
3172024-12-19T05:33:37.490ZFrom https://github.com/oxidecomputer/opte
3182024-12-19T05:33:37.490Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3192024-12-19T05:33:37.558Z Updating git repository `https://github.com/illumos/smf-rs`
3202024-12-19T05:33:38.019ZFrom https://github.com/illumos/smf-rs
3212024-12-19T05:33:38.019Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3222024-12-19T05:33:38.130Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3232024-12-19T05:33:38.651ZFrom https://github.com/oxidecomputer/maghemite
3242024-12-19T05:33:38.651Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3252024-12-19T05:33:38.667Z * [new tag] rift -> rift
3262024-12-19T05:33:38.671Z * [new tag] srp -> srp
3272024-12-19T05:33:38.671Z * [new tag] tie-spf -> tie-spf
3282024-12-19T05:33:38.703Z Updating git repository `https://github.com/oxidecomputer/zone`
3292024-12-19T05:33:39.164ZFrom https://github.com/oxidecomputer/zone
3302024-12-19T05:33:39.164Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3312024-12-19T05:33:39.192Z Updating git repository `https://github.com/oxidecomputer/propolis`
3322024-12-19T05:33:39.938ZFrom https://github.com/oxidecomputer/propolis
3332024-12-19T05:33:39.938Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3342024-12-19T05:33:40.066Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352024-12-19T05:33:40.525ZFrom https://github.com/oxidecomputer/dlpi-sys
3362024-12-19T05:33:40.525Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3372024-12-19T05:33:40.535Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382024-12-19T05:33:40.952ZFrom https://github.com/jmesmon/rust-libzfs
3392024-12-19T05:33:40.952Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3402024-12-19T05:33:40.968Z * [new tag] v0.4.0 -> v0.4.0
3412024-12-19T05:33:40.982Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422024-12-19T05:33:41.396ZFrom https://github.com/oxidecomputer/rusty-doors
3432024-12-19T05:33:41.396Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3442024-12-19T05:33:41.414Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3452024-12-19T05:33:41.869ZFrom https://github.com/oxidecomputer/maghemite
3462024-12-19T05:33:41.869Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3472024-12-19T05:33:41.931Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3482024-12-19T05:33:42.308ZFrom https://github.com/oxidecomputer/serde_human_bytes
3492024-12-19T05:33:42.308Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3502024-12-19T05:33:42.328Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3512024-12-19T05:33:42.740ZFrom https://github.com/oxidecomputer/slog-error-chain
3522024-12-19T05:33:42.740Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3532024-12-19T05:33:42.770Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3542024-12-19T05:33:43.166ZFrom https://github.com/oxidecomputer/poptrie
3552024-12-19T05:33:43.166Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3562024-12-19T05:33:43.216Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3572024-12-19T05:33:43.635ZFrom https://github.com/illumos/libscf-sys
3582024-12-19T05:33:43.635Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3592024-12-19T05:33:43.654Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3602024-12-19T05:33:44.555ZFrom https://github.com/oxidecomputer/progenitor
3612024-12-19T05:33:44.555Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3622024-12-19T05:33:44.576Z * [new tag] v0.1.1 -> v0.1.1
3632024-12-19T05:33:44.579Z * [new tag] v0.2.0 -> v0.2.0
3642024-12-19T05:33:44.580Z * [new tag] v0.3.0 -> v0.3.0
3652024-12-19T05:33:44.580Z * [new tag] v0.4.0 -> v0.4.0
3662024-12-19T05:33:44.580Z * [new tag] v0.5.0 -> v0.5.0
3672024-12-19T05:33:44.580Z * [new tag] v0.6.0 -> v0.6.0
3682024-12-19T05:33:44.580Z * [new tag] v0.7.0 -> v0.7.0
3692024-12-19T05:33:44.799Z Updating git repository `https://github.com/oxidecomputer/typify`
3702024-12-19T05:33:45.642ZFrom https://github.com/oxidecomputer/typify
3712024-12-19T05:33:45.642Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3722024-12-19T05:33:45.645Z * [new tag] v0.2.0 -> v0.2.0
3732024-12-19T05:33:45.663Z * [new tag] v0.0.10 -> v0.0.10
3742024-12-19T05:33:45.665Z * [new tag] v0.0.11 -> v0.0.11
3752024-12-19T05:33:45.665Z * [new tag] v0.0.12 -> v0.0.12
3762024-12-19T05:33:45.665Z * [new tag] v0.0.13 -> v0.0.13
3772024-12-19T05:33:45.665Z * [new tag] v0.0.14 -> v0.0.14
3782024-12-19T05:33:45.666Z * [new tag] v0.0.15 -> v0.0.15
3792024-12-19T05:33:45.666Z * [new tag] v0.0.16 -> v0.0.16
3802024-12-19T05:33:45.666Z * [new tag] v0.0.4 -> v0.0.4
3812024-12-19T05:33:45.666Z * [new tag] v0.0.5 -> v0.0.5
3822024-12-19T05:33:45.666Z * [new tag] v0.0.7 -> v0.0.7
3832024-12-19T05:33:45.666Z * [new tag] v0.0.8 -> v0.0.8
3842024-12-19T05:33:45.667Z * [new tag] v0.0.9 -> v0.0.9
3852024-12-19T05:33:45.667Z * [new tag] v0.1.0 -> v0.1.0
3862024-12-19T05:33:45.809Z Updating git repository `https://github.com/oxidecomputer/crucible`
3872024-12-19T05:33:46.738ZFrom https://github.com/oxidecomputer/crucible
3882024-12-19T05:33:46.738Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3892024-12-19T05:33:46.814Z Updating git repository `https://github.com/oxidecomputer/opte`
3902024-12-19T05:33:47.306ZFrom https://github.com/oxidecomputer/opte
3912024-12-19T05:33:47.306Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3922024-12-19T05:33:47.367Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3932024-12-19T05:33:48.060ZFrom https://github.com/oxidecomputer/management-gateway-service
3942024-12-19T05:33:48.060Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3952024-12-19T05:33:48.896Z Downloading crates ...
3962024-12-19T05:33:48.988Z Downloaded anstyle v1.0.10
3972024-12-19T05:33:48.991Z Downloaded ahash v0.8.11
3982024-12-19T05:33:48.996Z Downloaded atomicwrites v0.4.4
3992024-12-19T05:33:48.999Z Downloaded async-stream-impl v0.3.5
4002024-12-19T05:33:49.009Z Downloaded crc8 v0.1.1
4012024-12-19T05:33:49.018Z Downloaded crunchy v0.2.2
4022024-12-19T05:33:49.021Z Downloaded parse-display-derive v0.10.0
4032024-12-19T05:33:49.024Z Downloaded parse-display v0.10.0
4042024-12-19T05:33:49.026Z Downloaded paste v1.0.15
4052024-12-19T05:33:49.030Z Downloaded pretty-hex v0.2.1
4062024-12-19T05:33:49.032Z Downloaded password-hash v0.5.0
4072024-12-19T05:33:49.034Z Downloaded foreign-types v0.3.2
4082024-12-19T05:33:49.036Z Downloaded progenitor-client v0.8.0
4092024-12-19T05:33:49.036Z Downloaded byteorder v1.5.0
4102024-12-19T05:33:49.040Z Downloaded pretty-hex v0.4.1
4112024-12-19T05:33:49.042Z Downloaded ciborium-io v0.2.2
4122024-12-19T05:33:49.042Z Downloaded foreign-types-shared v0.1.1
4132024-12-19T05:33:49.043Z Downloaded anstream v0.6.15
4142024-12-19T05:33:49.046Z Downloaded crucible-workspace-hack v0.1.0
4152024-12-19T05:33:49.046Z Downloaded dtrace-parser v0.2.0
4162024-12-19T05:33:49.048Z Downloaded serde-big-array v0.5.1
4172024-12-19T05:33:49.050Z Downloaded foreign-types-shared v0.3.1
4182024-12-19T05:33:49.050Z Downloaded equivalent v1.0.1
4192024-12-19T05:33:49.053Z Downloaded darling_macro v0.20.10
4202024-12-19T05:33:49.053Z Downloaded scroll_derive v0.12.0
4212024-12-19T05:33:49.053Z Downloaded anstyle-query v1.1.1
4222024-12-19T05:33:49.056Z Downloaded anstyle-parse v0.2.5
4232024-12-19T05:33:49.059Z Downloaded parking_lot_core v0.9.10
4242024-12-19T05:33:49.061Z Downloaded parking_lot_core v0.8.6
4252024-12-19T05:33:49.064Z Downloaded sigpipe v0.1.3
4262024-12-19T05:33:49.064Z Downloaded block-buffer v0.10.4
4272024-12-19T05:33:49.064Z Downloaded bitflags v1.3.2
4282024-12-19T05:33:49.067Z Downloaded futures-sink v0.3.30
4292024-12-19T05:33:49.070Z Downloaded cfg-if v1.0.0
4302024-12-19T05:33:49.070Z Downloaded autocfg v1.3.0
4312024-12-19T05:33:49.072Z Downloaded cstr-argument v0.1.2
4322024-12-19T05:33:49.075Z Downloaded const-random v0.1.18
4332024-12-19T05:33:49.075Z Downloaded clap_lex v0.7.4
4342024-12-19T05:33:49.079Z Downloaded powerfmt v0.2.0
4352024-12-19T05:33:49.081Z Downloaded dof v0.3.0
4362024-12-19T05:33:49.084Z Downloaded quinn-udp v0.5.5
4372024-12-19T05:33:49.086Z Downloaded proc-macro-crate v3.2.0
4382024-12-19T05:33:49.086Z Downloaded enum-as-inner v0.6.1
4392024-12-19T05:33:49.088Z Downloaded pest_generator v2.7.13
4402024-12-19T05:33:49.093Z Downloaded rustc_version v0.1.7
4412024-12-19T05:33:49.093Z Downloaded plain v0.2.3
4422024-12-19T05:33:49.093Z Downloaded rustc_version v0.4.1
4432024-12-19T05:33:49.097Z Downloaded rustc-hash v2.0.0
4442024-12-19T05:33:49.097Z Downloaded progenitor-macro v0.8.0
4452024-12-19T05:33:49.097Z Downloaded resolv-conf v0.7.0
4462024-12-19T05:33:49.099Z Downloaded futures-core v0.3.30
4472024-12-19T05:33:49.102Z Downloaded schemars_derive v0.8.21
4482024-12-19T05:33:49.105Z Downloaded float-ord v0.3.2
4492024-12-19T05:33:49.105Z Downloaded digest v0.10.7
4502024-12-19T05:33:49.108Z Downloaded slog-dtrace v0.3.0
4512024-12-19T05:33:49.110Z Downloaded embedded-io v0.6.1
4522024-12-19T05:33:49.112Z Downloaded serde_spanned v0.6.7
4532024-12-19T05:33:49.112Z Downloaded slab v0.4.9
4542024-12-19T05:33:49.115Z Downloaded either v1.13.0
4552024-12-19T05:33:49.117Z Downloaded ident_case v1.0.1
4562024-12-19T05:33:49.120Z Downloaded slog-bunyan v2.5.0
4572024-12-19T05:33:49.122Z Downloaded rustversion v1.0.17
4582024-12-19T05:33:49.122Z Downloaded hubpack_derive v0.1.1
4592024-12-19T05:33:49.125Z Downloaded http-body v1.0.1
4602024-12-19T05:33:49.125Z Downloaded omicron-workspace-hack v0.1.0
4612024-12-19T05:33:49.127Z Downloaded num-conv v0.1.0
4622024-12-19T05:33:49.127Z Downloaded serde_repr v0.1.19
4632024-12-19T05:33:49.130Z Downloaded camino v1.1.9
4642024-12-19T05:33:49.133Z Downloaded futures-macro v0.3.30
4652024-12-19T05:33:49.133Z Downloaded slog-envlogger v2.2.0
4662024-12-19T05:33:49.136Z Downloaded proc-macro-error-attr v1.0.4
4672024-12-19T05:33:49.140Z Downloaded signal-hook-registry v1.4.2
4682024-12-19T05:33:49.140Z Downloaded serde_urlencoded v0.7.1
4692024-12-19T05:33:49.140Z Downloaded shlex v1.3.0
4702024-12-19T05:33:49.143Z Downloaded ciborium v0.2.2
4712024-12-19T05:33:49.145Z Downloaded async-trait v0.1.83
4722024-12-19T05:33:49.147Z Downloaded clap_derive v4.5.18
4732024-12-19T05:33:49.150Z Downloaded rand_chacha v0.3.1
4742024-12-19T05:33:49.152Z Downloaded rhai_codegen v2.2.0
4752024-12-19T05:33:49.160Z Downloaded usdt-attr-macro v0.5.0
4762024-12-19T05:33:49.163Z Downloaded futures-channel v0.3.30
4772024-12-19T05:33:49.165Z Downloaded const-random-macro v0.1.16
4782024-12-19T05:33:49.167Z Downloaded hash32 v0.3.1
4792024-12-19T05:33:49.167Z Downloaded dyn-clone v1.0.17
4802024-12-19T05:33:49.169Z Downloaded quote v1.0.37
4812024-12-19T05:33:49.178Z Downloaded postcard v1.0.10
4822024-12-19T05:33:49.178Z Downloaded rustls-pki-types v1.8.0
4832024-12-19T05:33:49.181Z Downloaded fixedbitset v0.4.2
4842024-12-19T05:33:49.181Z Downloaded waitgroup v0.1.2
4852024-12-19T05:33:49.181Z Downloaded serde_with_macros v3.9.0
4862024-12-19T05:33:49.184Z Downloaded openssl-probe v0.1.5
4872024-12-19T05:33:49.186Z Downloaded openssl-macros v0.1.1
4882024-12-19T05:33:49.186Z Downloaded num_threads v0.1.7
4892024-12-19T05:33:49.187Z Downloaded match_cfg v0.1.0
4902024-12-19T05:33:49.189Z Downloaded serde_path_to_error v0.1.16
4912024-12-19T05:33:49.191Z Downloaded num-derive v0.3.3
4922024-12-19T05:33:49.191Z Downloaded serde_derive_internals v0.29.1
4932024-12-19T05:33:49.194Z Downloaded itoa v1.0.11
4942024-12-19T05:33:49.196Z Downloaded blake2 v0.10.6
4952024-12-19T05:33:49.199Z Downloaded pin-project-lite v0.2.14
4962024-12-19T05:33:49.203Z Downloaded pest_derive v2.7.13
4972024-12-19T05:33:49.207Z Downloaded libsw v3.3.1
4982024-12-19T05:33:49.210Z Downloaded linear-map v1.2.0
4992024-12-19T05:33:49.212Z Downloaded tinyvec_macros v0.1.1
5002024-12-19T05:33:49.212Z Downloaded derive-where v1.2.7
5012024-12-19T05:33:49.216Z Downloaded usdt-macro v0.5.0
5022024-12-19T05:33:49.218Z Downloaded try-lock v0.2.5
5032024-12-19T05:33:49.218Z Downloaded take_mut v0.2.2
5042024-12-19T05:33:49.221Z Downloaded thread_local v1.1.8
5052024-12-19T05:33:49.221Z Downloaded subtle v2.6.1
5062024-12-19T05:33:49.223Z Downloaded lazy_static v1.5.0
5072024-12-19T05:33:49.226Z Downloaded semver v1.0.23
5082024-12-19T05:33:49.228Z Downloaded no-std-compat v0.4.1
5092024-12-19T05:33:49.229Z Downloaded toml_datetime v0.6.8
5102024-12-19T05:33:49.231Z Downloaded sha2 v0.10.8
5112024-12-19T05:33:49.236Z Downloaded progenitor-impl v0.8.0
5122024-12-19T05:33:49.238Z Downloaded proc-macro-error v1.0.4
5132024-12-19T05:33:49.241Z Downloaded instant v0.1.13
5142024-12-19T05:33:49.241Z Downloaded rustls-pemfile v2.1.3
5152024-12-19T05:33:49.244Z Downloaded sync_wrapper v0.1.2
5162024-12-19T05:33:49.246Z Downloaded indent_write v2.2.0
5172024-12-19T05:33:49.246Z Downloaded hostname v0.4.0
5182024-12-19T05:33:49.248Z Downloaded zone v0.3.0
5192024-12-19T05:33:49.251Z Downloaded version_check v0.9.5
5202024-12-19T05:33:49.251Z Downloaded mime v0.3.17
5212024-12-19T05:33:49.254Z Downloaded hex v0.4.3
5222024-12-19T05:33:49.257Z Downloaded ryu v1.0.18
5232024-12-19T05:33:49.259Z Downloaded managed v0.8.0
5242024-12-19T05:33:49.261Z Downloaded num_enum_derive v0.7.3
5252024-12-19T05:33:49.261Z Downloaded hyper-rustls v0.27.3
5262024-12-19T05:33:49.264Z Downloaded darling_core v0.20.10
5272024-12-19T05:33:49.269Z Downloaded allocator-api2 v0.2.18
5282024-12-19T05:33:49.273Z Downloaded anyhow v1.0.94
5292024-12-19T05:33:49.277Z Downloaded terminal_size v0.4.0
5302024-12-19T05:33:49.280Z Downloaded smartstring v1.0.1
5312024-12-19T05:33:49.282Z Downloaded tiny-keccak v2.0.2
5322024-12-19T05:33:49.285Z Downloaded num_enum_derive v0.5.11
5332024-12-19T05:33:49.287Z Downloaded num_enum v0.7.3
5342024-12-19T05:33:49.306Z Downloaded num-complex v0.4.6
5352024-12-19T05:33:49.309Z Downloaded num_enum v0.5.11
5362024-12-19T05:33:49.309Z Downloaded newtype_derive v0.1.6
5372024-12-19T05:33:49.309Z Downloaded humantime v2.1.0
5382024-12-19T05:33:49.309Z Downloaded untrusted v0.9.0
5392024-12-19T05:33:49.309Z Downloaded num-iter v0.1.45
5402024-12-19T05:33:49.309Z Downloaded hubpack v0.1.2
5412024-12-19T05:33:49.309Z Downloaded slog v2.7.0
5422024-12-19T05:33:49.312Z Downloaded httpdate v1.0.3
5432024-12-19T05:33:49.314Z Downloaded utf8parse v0.2.2
5442024-12-19T05:33:49.314Z Downloaded getrandom v0.2.15
5452024-12-19T05:33:49.317Z Downloaded newline-converter v0.3.0
5462024-12-19T05:33:49.319Z Downloaded want v0.3.1
5472024-12-19T05:33:49.319Z Downloaded fxhash v0.2.1
5482024-12-19T05:33:49.322Z Downloaded tower-service v0.3.3
5492024-12-19T05:33:49.322Z Downloaded is-terminal v0.4.13
5502024-12-19T05:33:49.324Z Downloaded hyper-tls v0.5.0
5512024-12-19T05:33:49.324Z Downloaded typify v0.2.0
5522024-12-19T05:33:49.327Z Downloaded structmeta-derive v0.3.0
5532024-12-19T05:33:49.329Z Downloaded slog-stdlog v4.1.1
5542024-12-19T05:33:49.332Z Downloaded slog-scope v4.4.0
5552024-12-19T05:33:49.332Z Downloaded zeroize v1.8.1
5562024-12-19T05:33:49.334Z Downloaded slog-json v2.6.1
5572024-12-19T05:33:49.337Z Downloaded strsim v0.11.1
5582024-12-19T05:33:49.337Z Downloaded base64 v0.22.1
5592024-12-19T05:33:49.341Z Downloaded parking_lot v0.12.3
5602024-12-19T05:33:49.344Z Downloaded cc v1.1.21
5612024-12-19T05:33:49.347Z Downloaded prettyplease v0.2.22
5622024-12-19T05:33:49.350Z Downloaded base64 v0.21.7
5632024-12-19T05:33:49.354Z Downloaded highway v1.2.0
5642024-12-19T05:33:49.357Z Downloaded similar v2.6.0
5652024-12-19T05:33:49.362Z Downloaded thin-vec v0.2.13
5662024-12-19T05:33:49.364Z Downloaded bitflags v2.6.0
5672024-12-19T05:33:49.367Z Downloaded swrite v0.1.0
5682024-12-19T05:33:49.370Z Downloaded thread-id v4.2.2
5692024-12-19T05:33:49.372Z Downloaded strum v0.26.3
5702024-12-19T05:33:49.372Z Downloaded spin v0.5.2
5712024-12-19T05:33:49.375Z Downloaded http-body-util v0.1.2
5722024-12-19T05:33:49.375Z Downloaded newtype-uuid v1.1.0
5732024-12-19T05:33:49.378Z Downloaded zone_cfg_derive v0.3.0
5742024-12-19T05:33:49.378Z Downloaded num-rational v0.4.2
5752024-12-19T05:33:49.378Z Downloaded httparse v1.9.4
5762024-12-19T05:33:49.381Z Downloaded tokio-rustls v0.26.0
5772024-12-19T05:33:49.383Z Downloaded tokio-rustls v0.25.0
5782024-12-19T05:33:49.386Z Downloaded quinn v0.11.5
5792024-12-19T05:33:49.389Z Downloaded num v0.4.3
5802024-12-19T05:33:49.392Z Downloaded thiserror-impl v1.0.69
5812024-12-19T05:33:49.392Z Downloaded http-body v0.4.6
5822024-12-19T05:33:49.394Z Downloaded heck v0.4.1
5832024-12-19T05:33:49.394Z Downloaded linked-hash-map v0.5.6
5842024-12-19T05:33:49.397Z Downloaded ipnetwork v0.20.0
5852024-12-19T05:33:49.399Z Downloaded smf v0.2.3
5862024-12-19T05:33:49.399Z Downloaded ipnet v2.10.0
5872024-12-19T05:33:49.402Z Downloaded half v2.4.1
5882024-12-19T05:33:49.404Z Downloaded zerocopy-derive v0.7.35
5892024-12-19T05:33:49.408Z Downloaded usdt v0.5.0
5902024-12-19T05:33:49.411Z Downloaded serde_derive v1.0.215
5912024-12-19T05:33:49.413Z Downloaded serde v1.0.215
5922024-12-19T05:33:49.416Z Downloaded rand v0.8.5
5932024-12-19T05:33:49.420Z Downloaded expectorate v1.1.0
5942024-12-19T05:33:49.423Z Downloaded ucd-trie v0.1.6
5952024-12-19T05:33:49.426Z Downloaded thiserror v1.0.69
5962024-12-19T05:33:49.430Z Downloaded futures-task v0.3.30
5972024-12-19T05:33:49.432Z Downloaded tracing-attributes v0.1.27
5982024-12-19T05:33:49.434Z Downloaded tokio-native-tls v0.3.1
5992024-12-19T05:33:49.436Z Downloaded usdt-impl v0.5.0
6002024-12-19T05:33:49.439Z Downloaded num-integer v0.1.46
6012024-12-19T05:33:49.441Z Downloaded num-derive v0.4.2
6022024-12-19T05:33:49.443Z Downloaded uuid v1.11.0
6032024-12-19T05:33:49.446Z Downloaded lru-cache v0.1.2
6042024-12-19T05:33:49.446Z Downloaded term v0.7.0
6052024-12-19T05:33:49.449Z Downloaded owo-colors v4.1.0
6062024-12-19T05:33:49.452Z Downloaded stable_deref_trait v1.2.0
6072024-12-19T05:33:49.455Z Downloaded tokio-macros v2.4.0
6082024-12-19T05:33:49.456Z Downloaded generic-array v0.14.7
6092024-12-19T05:33:49.458Z Downloaded native-tls v0.2.12
6102024-12-19T05:33:49.461Z Downloaded tokio-rustls v0.24.1
6112024-12-19T05:33:49.463Z Downloaded structmeta v0.3.0
6122024-12-19T05:33:49.464Z Downloaded slog-term v2.9.1
6132024-12-19T05:33:49.467Z Downloaded parking_lot v0.11.2
6142024-12-19T05:33:49.469Z Downloaded unicode-ident v1.0.13
6152024-12-19T05:33:49.472Z Downloaded whoami v1.5.2
6162024-12-19T05:33:49.474Z Downloaded strum_macros v0.25.3
6172024-12-19T05:33:49.474Z Downloaded tempfile v3.12.0
6182024-12-19T05:33:49.477Z Downloaded toml v0.8.19
6192024-12-19T05:33:49.481Z Downloaded num-traits v0.2.19
6202024-12-19T05:33:49.484Z Downloaded hyper-tls v0.6.0
6212024-12-19T05:33:49.486Z Downloaded typenum v1.17.0
6222024-12-19T05:33:49.488Z Downloaded time-macros v0.2.18
6232024-12-19T05:33:49.491Z Downloaded crossbeam-channel v0.5.13
6242024-12-19T05:33:49.495Z Downloaded strum_macros v0.26.4
6252024-12-19T05:33:49.498Z Downloaded clap v4.5.23
6262024-12-19T05:33:49.507Z Downloaded zerocopy v0.6.6
6272024-12-19T05:33:49.509Z Downloaded lock_api v0.4.12
6282024-12-19T05:33:49.511Z Downloaded tinyvec v1.8.0
6292024-12-19T05:33:49.514Z Downloaded static_assertions v1.1.0
6302024-12-19T05:33:49.520Z Downloaded indexmap v1.9.3
6312024-12-19T05:33:49.522Z Downloaded macaddr v1.0.1
6322024-12-19T05:33:49.522Z Downloaded serde_yaml v0.9.34+deprecated
6332024-12-19T05:33:49.525Z Downloaded multer v3.1.0
6342024-12-19T05:33:49.527Z Downloaded schemars v0.8.21
6352024-12-19T05:33:49.539Z Downloaded socket2 v0.5.8
6362024-12-19T05:33:49.542Z Downloaded steno v0.4.1
6372024-12-19T05:33:49.546Z Downloaded memchr v2.7.4
6382024-12-19T05:33:49.551Z Downloaded spin v0.9.8
6392024-12-19T05:33:49.554Z Downloaded unicode-bidi v0.3.15
6402024-12-19T05:33:49.556Z Downloaded console v0.15.8
6412024-12-19T05:33:49.560Z Downloaded log v0.4.22
6422024-12-19T05:33:49.562Z Downloaded unsafe-libyaml v0.2.11
6432024-12-19T05:33:49.565Z Downloaded tabwriter v1.4.0
6442024-12-19T05:33:49.570Z Downloaded openssl-sys v0.9.103
6452024-12-19T05:33:49.575Z Downloaded tracing-core v0.1.32
6462024-12-19T05:33:49.577Z Downloaded indexmap v2.5.0
6472024-12-19T05:33:49.580Z Downloaded darling v0.20.10
6482024-12-19T05:33:49.584Z Downloaded hyper-util v0.1.10
6492024-12-19T05:33:49.589Z Downloaded url v2.5.2
6502024-12-19T05:33:49.592Z Downloaded hickory-resolver v0.24.1
6512024-12-19T05:33:49.597Z Downloaded smallvec v1.13.2
6522024-12-19T05:33:49.599Z Downloaded once_cell v1.20.2
6532024-12-19T05:33:49.601Z Downloaded hyper-rustls v0.24.2
6542024-12-19T05:33:49.604Z Downloaded serde_with v3.9.0
6552024-12-19T05:33:49.613Z Downloaded heapless v0.8.0
6562024-12-19T05:33:49.617Z Downloaded pest v2.7.13
6572024-12-19T05:33:49.622Z Downloaded arc-swap v1.7.1
6582024-12-19T05:33:49.627Z Downloaded memmap v0.7.0
6592024-12-19T05:33:49.629Z Downloaded typify-macro v0.2.0
6602024-12-19T05:33:49.629Z Downloaded bytes v1.7.2
6612024-12-19T05:33:49.633Z Downloaded pest_meta v2.7.13
6622024-12-19T05:33:49.636Z Downloaded tracing v0.1.40
6632024-12-19T05:33:49.640Z Downloaded serde_json v1.0.133
6642024-12-19T05:33:49.647Z Downloaded mio v1.0.2
6652024-12-19T05:33:49.653Z Downloaded clap_builder v4.5.23
6662024-12-19T05:33:49.661Z Downloaded minimal-lexical v0.2.1
6672024-12-19T05:33:49.666Z Downloaded http v0.2.12
6682024-12-19T05:33:49.670Z Downloaded rustls-webpki v0.101.7
6692024-12-19T05:33:49.685Z Downloaded toml_edit v0.22.21
6702024-12-19T05:33:49.707Z Downloaded nom v7.1.3
6712024-12-19T05:33:49.712Z Downloaded itertools v0.13.0
6722024-12-19T05:33:49.720Z Downloaded itertools v0.10.5
6732024-12-19T05:33:49.726Z Downloaded hashbrown v0.14.5
6742024-12-19T05:33:49.730Z Downloaded futures-util v0.3.30
6752024-12-19T05:33:49.743Z Downloaded zerocopy v0.7.35
6762024-12-19T05:33:49.758Z Downloaded winnow v0.5.40
6772024-12-19T05:33:49.767Z Downloaded winnow v0.6.18
6782024-12-19T05:33:49.776Z Downloaded hyper v1.5.1
6792024-12-19T05:33:49.782Z Downloaded h2 v0.4.6
6802024-12-19T05:33:49.789Z Downloaded goblin v0.8.2
6812024-12-19T05:33:49.796Z Downloaded quinn-proto v0.11.8
6822024-12-19T05:33:49.802Z Downloaded chrono v0.4.38
6832024-12-19T05:33:49.809Z Downloaded h2 v0.3.26
6842024-12-19T05:33:49.816Z Downloaded rustls-webpki v0.102.8
6852024-12-19T05:33:49.835Z Downloaded syn v1.0.109
6862024-12-19T05:33:49.845Z Downloaded vcpkg v0.2.15
6872024-12-19T05:33:49.883Z Downloaded hyper v0.14.30
6882024-12-19T05:33:49.891Z Downloaded idna v0.5.0
6892024-12-19T05:33:49.897Z Downloaded syn v2.0.87
6902024-12-19T05:33:49.907Z Downloaded unicode-width v0.1.14
6912024-12-19T05:33:49.913Z Downloaded smoltcp v0.11.0
6922024-12-19T05:33:49.925Z Downloaded rustls v0.21.12
6932024-12-19T05:33:49.938Z Downloaded openssl v0.10.66
6942024-12-19T05:33:49.946Z Downloaded webpki-roots v0.25.4
6952024-12-19T05:33:49.949Z Downloaded idna v0.4.0
6962024-12-19T05:33:49.956Z Downloaded rustls v0.22.4
6972024-12-19T05:33:49.969Z Downloaded regress v0.9.1
6982024-12-19T05:33:49.976Z Downloaded rustls v0.23.13
6992024-12-19T05:33:50.004Z Downloaded typify-impl v0.2.0
7002024-12-19T05:33:50.017Z Downloaded openapiv3 v2.0.0
7012024-12-19T05:33:50.027Z Downloaded regex-syntax v0.8.4
7022024-12-19T05:33:50.035Z Downloaded rustix v0.38.37
7032024-12-19T05:33:50.056Z Downloaded rhai v1.20.0
7042024-12-19T05:33:50.067Z Downloaded regress v0.10.1
7052024-12-19T05:33:50.075Z Downloaded webpki-roots v0.26.6
7062024-12-19T05:33:50.079Z Downloaded hickory-proto v0.24.1
7072024-12-19T05:33:50.094Z Downloaded regex v1.10.6
7082024-12-19T05:33:50.106Z Downloaded dropshot v0.12.0
7092024-12-19T05:33:50.125Z Downloaded sled v0.34.7
7102024-12-19T05:33:50.134Z Downloaded reqwest v0.11.27
7112024-12-19T05:33:50.141Z Downloaded tokio-util v0.7.12
7122024-12-19T05:33:50.147Z Downloaded reqwest v0.12.9
7132024-12-19T05:33:50.155Z Downloaded unicode-segmentation v1.12.0
7142024-12-19T05:33:50.158Z Downloaded toml_edit v0.19.15
7152024-12-19T05:33:50.173Z Downloaded unicode-normalization v0.1.24
7162024-12-19T05:33:50.177Z Downloaded zerocopy-derive v0.6.6
7172024-12-19T05:33:50.185Z Downloaded regex-automata v0.4.7
7182024-12-19T05:33:50.201Z Downloaded itertools v0.12.1
7192024-12-19T05:33:50.208Z Downloaded time v0.3.36
7202024-12-19T05:33:50.214Z Downloaded tokio v1.42.0
7212024-12-19T05:33:50.249Z Downloaded portable-atomic v1.8.0
7222024-12-19T05:33:50.257Z Downloaded petgraph v0.6.5
7232024-12-19T05:33:50.271Z Downloaded aho-corasick v1.1.3
7242024-12-19T05:33:50.276Z Downloaded http v1.2.0
7252024-12-19T05:33:50.280Z Downloaded hashbrown v0.12.3
7262024-12-19T05:33:50.284Z Downloaded libm v0.2.8
7272024-12-19T05:33:50.291Z Downloaded libc v0.2.169
7282024-12-19T05:33:50.314Z Downloaded derive_more v0.99.18
7292024-12-19T05:33:50.319Z Downloaded crossbeam-epoch v0.9.18
7302024-12-19T05:33:50.321Z Downloaded crc32fast v1.4.2
7312024-12-19T05:33:50.324Z Downloaded pkg-config v0.3.31
7322024-12-19T05:33:50.326Z Downloaded futures v0.3.30
7332024-12-19T05:33:50.329Z Downloaded crossbeam-utils v0.8.20
7342024-12-19T05:33:50.332Z Downloaded proc-macro2 v1.0.86
7352024-12-19T05:33:50.334Z Downloaded is_terminal_polyfill v1.70.1
7362024-12-19T05:33:50.336Z Downloaded iana-time-zone v0.1.61
7372024-12-19T05:33:50.339Z Downloaded sct v0.7.1
7382024-12-19T05:33:50.342Z Downloaded cookie v0.18.1
7392024-12-19T05:33:50.345Z Downloaded dropshot_endpoint v0.12.0
7402024-12-19T05:33:50.348Z Downloaded cancel-safe-futures v0.1.5
7412024-12-19T05:33:50.351Z Downloaded hostname v0.3.1
7422024-12-19T05:33:50.351Z Downloaded heck v0.5.0
7432024-12-19T05:33:50.354Z Downloaded cobs v0.2.3
7442024-12-19T05:33:50.354Z Downloaded futures-executor v0.3.30
7452024-12-19T05:33:50.356Z Downloaded time-core v0.1.2
7462024-12-19T05:33:50.356Z Downloaded sync_wrapper v1.0.1
7472024-12-19T05:33:50.356Z Downloaded semver v0.1.20
7482024-12-19T05:33:50.358Z Downloaded scroll v0.12.0
7492024-12-19T05:33:50.358Z Downloaded futures-io v0.3.30
7502024-12-19T05:33:50.361Z Downloaded argon2 v0.5.3
7512024-12-19T05:33:50.361Z Downloaded proc-macro-crate v1.3.1
7522024-12-19T05:33:50.364Z Downloaded camino-tempfile v1.1.1
7532024-12-19T05:33:50.364Z Downloaded base64ct v1.6.0
7542024-12-19T05:33:50.366Z Downloaded backoff v0.4.0
7552024-12-19T05:33:50.369Z Downloaded foreign-types-macros v0.2.3
7562024-12-19T05:33:50.369Z Downloaded encoding_rs v0.8.34
7572024-12-19T05:33:50.388Z Downloaded foreign-types v0.5.0
7582024-12-19T05:33:50.392Z Downloaded defmt v0.3.8
7592024-12-19T05:33:50.394Z Downloaded percent-encoding v2.3.1
7602024-12-19T05:33:50.394Z Downloaded slog-async v2.8.0
7612024-12-19T05:33:50.396Z Downloaded sha1 v0.10.6
7622024-12-19T05:33:50.396Z Downloaded ppv-lite86 v0.2.20
7632024-12-19T05:33:50.398Z Downloaded defmt-parser v0.3.4
7642024-12-19T05:33:50.398Z Downloaded convert_case v0.4.0
7652024-12-19T05:33:50.399Z Downloaded scopeguard v1.2.0
7662024-12-19T05:33:50.402Z Downloaded dirs-next v2.0.0
7672024-12-19T05:33:50.402Z Downloaded defmt-macros v0.3.9
7682024-12-19T05:33:50.404Z Downloaded cpufeatures v0.2.14
7692024-12-19T05:33:50.407Z Downloaded serde_tokenstream v0.2.2
7702024-12-19T05:33:50.407Z Downloaded errno v0.3.9
7712024-12-19T05:33:50.410Z Downloaded data-encoding v2.6.0
7722024-12-19T05:33:50.410Z Downloaded ciborium-ll v0.2.2
7732024-12-19T05:33:50.412Z Downloaded rustls-pemfile v1.0.4
7742024-12-19T05:33:50.412Z Downloaded rand_core v0.6.4
7752024-12-19T05:33:50.414Z Downloaded deranged v0.3.11
7762024-12-19T05:33:50.414Z Downloaded debug-ignore v1.0.5
7772024-12-19T05:33:50.417Z Downloaded async-stream v0.3.5
7782024-12-19T05:33:50.419Z Downloaded quick-error v1.2.3
7792024-12-19T05:33:50.419Z Downloaded progenitor v0.8.0
7802024-12-19T05:33:50.421Z Downloaded form_urlencoded v1.2.1
7812024-12-19T05:33:50.421Z Downloaded fnv v1.0.7
7822024-12-19T05:33:50.421Z Downloaded fastrand v2.1.1
7832024-12-19T05:33:50.423Z Downloaded pin-utils v0.1.0
7842024-12-19T05:33:50.423Z Downloaded crypto-common v0.1.6
7852024-12-19T05:33:50.426Z Downloaded colored v2.1.0
7862024-12-19T05:33:50.426Z Downloaded embedded-io v0.4.0
7872024-12-19T05:33:50.429Z Downloaded dirs-sys-next v0.1.2
7882024-12-19T05:33:50.429Z Downloaded colorchoice v1.0.2
7892024-12-19T05:33:50.431Z Downloaded atomic-waker v1.1.2
7902024-12-19T05:33:50.607Z Downloaded ring v0.17.8
7912024-12-19T05:33:50.947Z Compiling proc-macro2 v1.0.86
7922024-12-19T05:33:50.948Z Compiling unicode-ident v1.0.13
7932024-12-19T05:33:50.952Z Compiling libc v0.2.169
7942024-12-19T05:33:50.953Z Compiling serde v1.0.215
7952024-12-19T05:33:50.953Z Compiling autocfg v1.3.0
7962024-12-19T05:33:50.953Z Compiling version_check v0.9.5
7972024-12-19T05:33:50.953Z Compiling cfg-if v1.0.0
7982024-12-19T05:33:51.113Z Compiling once_cell v1.20.2
7992024-12-19T05:33:51.132Z Compiling libm v0.2.8
8002024-12-19T05:33:51.463Z Compiling memchr v2.7.4
8012024-12-19T05:33:51.617Z Compiling lock_api v0.4.12
8022024-12-19T05:33:52.393Z Compiling parking_lot_core v0.9.10
8032024-12-19T05:33:52.798Z Compiling byteorder v1.5.0
8042024-12-19T05:33:52.961Z Compiling shlex v1.3.0
8052024-12-19T05:33:52.963Z Compiling thiserror v1.0.69
8062024-12-19T05:33:53.272Z Compiling cc v1.1.21
8072024-12-19T05:33:53.336Z Compiling itoa v1.0.11
8082024-12-19T05:33:53.589Z Compiling portable-atomic v1.8.0
8092024-12-19T05:33:53.612Z Compiling slab v0.4.9
8102024-12-19T05:33:53.726Z Compiling schemars v0.8.21
8112024-12-19T05:33:53.911Z Compiling ahash v0.8.11
8122024-12-19T05:33:54.005Z Compiling allocator-api2 v0.2.18
8132024-12-19T05:33:54.122Z Compiling quote v1.0.37
8142024-12-19T05:33:54.327Z Compiling getrandom v0.2.15
8152024-12-19T05:33:54.543Z Compiling syn v2.0.87
8162024-12-19T05:33:54.790Z Compiling num-traits v0.2.19
8172024-12-19T05:33:54.793Z Compiling ryu v1.0.18
8182024-12-19T05:33:54.829Z Compiling serde_json v1.0.133
8192024-12-19T05:33:55.266Z Compiling pin-project-lite v0.2.14
8202024-12-19T05:33:55.399Z Compiling scopeguard v1.2.0
8212024-12-19T05:33:55.543Z Compiling equivalent v1.0.1
8222024-12-19T05:33:55.561Z Compiling log v0.4.22
8232024-12-19T05:33:55.677Z Compiling heck v0.5.0
8242024-12-19T05:33:55.696Z Compiling fnv v1.0.7
8252024-12-19T05:33:55.982Z Compiling crunchy v0.2.2
8262024-12-19T05:33:56.116Z Compiling vcpkg v0.2.15
8272024-12-19T05:33:56.155Z Compiling pkg-config v0.3.31
8282024-12-19T05:33:56.281Z Compiling ring v0.17.8
8292024-12-19T05:33:56.548Z Compiling mio v1.0.2
8302024-12-19T05:33:57.383Z Compiling socket2 v0.5.8
8312024-12-19T05:33:57.403Z Compiling signal-hook-registry v1.4.2
8322024-12-19T05:33:57.496Z Compiling tiny-keccak v2.0.2
8332024-12-19T05:33:57.685Z Compiling slog v2.7.0
8342024-12-19T05:33:57.780Z Compiling openssl-sys v0.9.103
8352024-12-19T05:33:57.842Z Compiling httparse v1.9.4
8362024-12-19T05:33:58.312Z Compiling iana-time-zone v0.1.61
8372024-12-19T05:33:58.765Z Compiling const-random-macro v0.1.16
8382024-12-19T05:33:58.854Z Compiling futures-core v0.3.30
8392024-12-19T05:33:58.903Z Compiling dyn-clone v1.0.17
8402024-12-19T05:33:59.108Z Compiling openssl v0.10.66
8412024-12-19T05:33:59.130Z Compiling futures-sink v0.3.30
8422024-12-19T05:33:59.536Z Compiling native-tls v0.2.12
8432024-12-19T05:33:59.557Z Compiling typenum v1.17.0
8442024-12-19T05:33:59.763Z Compiling rustls v0.23.13
8452024-12-19T05:33:59.807Z Compiling semver v1.0.23
8462024-12-19T05:33:59.850Z Compiling futures-channel v0.3.30
8472024-12-19T05:33:59.914Z Compiling futures-io v0.3.30
8482024-12-19T05:33:59.917Z Compiling const-random v0.1.18
8492024-12-19T05:34:00.013Z Compiling pin-utils v0.1.0
8502024-12-19T05:34:00.087Z Compiling futures-task v0.3.30
8512024-12-19T05:34:00.110Z Compiling generic-array v0.14.7
8522024-12-19T05:34:00.260Z Compiling tracing-core v0.1.32
8532024-12-19T05:34:00.281Z Compiling bitflags v2.6.0
8542024-12-19T05:34:00.320Z Compiling subtle v2.6.1
8552024-12-19T05:34:00.363Z Compiling ucd-trie v0.1.6
8562024-12-19T05:34:00.383Z Compiling aho-corasick v1.1.3
8572024-12-19T05:34:00.509Z Compiling regex-syntax v0.8.4
8582024-12-19T05:34:00.574Z Compiling anyhow v1.0.94
8592024-12-19T05:34:00.787Z Compiling time-core v0.1.2
8602024-12-19T05:34:00.827Z Compiling num-conv v0.1.0
8612024-12-19T05:34:01.061Z Compiling time-macros v0.2.18
8622024-12-19T05:34:01.492Z Compiling spin v0.9.8
8632024-12-19T05:34:01.768Z Compiling serde_derive_internals v0.29.1
8642024-12-19T05:34:02.056Z Compiling rustls-pki-types v1.8.0
8652024-12-19T05:34:03.235Z Compiling usdt-impl v0.5.0
8662024-12-19T05:34:03.614Z Compiling omicron-workspace-hack v0.1.0
8672024-12-19T05:34:03.855Z Compiling regex-automata v0.4.7
8682024-12-19T05:34:03.923Z Compiling untrusted v0.9.0
8692024-12-19T05:34:04.469Z Compiling rustversion v1.0.17
8702024-12-19T05:34:05.039Z Compiling tinyvec_macros v0.1.1
8712024-12-19T05:34:05.057Z Compiling atomic-waker v1.1.2
8722024-12-19T05:34:05.140Z Compiling strsim v0.11.1
8732024-12-19T05:34:05.238Z Compiling plain v0.2.3
8742024-12-19T05:34:05.379Z Compiling tinyvec v1.8.0
8752024-12-19T05:34:06.264Z Compiling rand_core v0.6.4
8762024-12-19T05:34:06.673Z Compiling serde_derive v1.0.215
8772024-12-19T05:34:06.695Z Compiling zerocopy-derive v0.7.35
8782024-12-19T05:34:06.913Z Compiling thiserror-impl v1.0.69
8792024-12-19T05:34:06.951Z Compiling tokio-macros v2.4.0
8802024-12-19T05:34:07.301Z Compiling schemars_derive v0.8.21
8812024-12-19T05:34:08.619Z Compiling futures-macro v0.3.30
8822024-12-19T05:34:08.840Z Compiling zerocopy v0.7.35
8832024-12-19T05:34:10.612Z Compiling openssl-macros v0.1.1
8842024-12-19T05:34:10.744Z Compiling futures-util v0.3.30
8852024-12-19T05:34:10.874Z Compiling hashbrown v0.14.5
8862024-12-19T05:34:11.406Z Compiling tracing-attributes v0.1.27
8872024-12-19T05:34:11.428Z Compiling scroll_derive v0.12.0
8882024-12-19T05:34:12.337Z Compiling regress v0.10.1
8892024-12-19T05:34:12.955Z Compiling pest v2.7.13
8902024-12-19T05:34:13.922Z Compiling regex v1.10.6
8912024-12-19T05:34:14.807Z Compiling tracing v0.1.40
8922024-12-19T05:34:15.366Z Compiling pest_meta v2.7.13
8932024-12-19T05:34:15.741Z Compiling scroll v0.12.0
8942024-12-19T05:34:16.328Z Compiling goblin v0.8.2
8952024-12-19T05:34:16.829Z Compiling pest_generator v2.7.13
8962024-12-19T05:34:17.501Z Compiling zeroize v1.8.1
8972024-12-19T05:34:17.894Z Compiling pretty-hex v0.4.1
8982024-12-19T05:34:18.109Z Compiling try-lock v0.2.5
8992024-12-19T05:34:18.528Z Compiling unsafe-libyaml v0.2.11
9002024-12-19T05:34:18.659Z Compiling percent-encoding v2.3.1
9012024-12-19T05:34:19.127Z Compiling form_urlencoded v1.2.1
9022024-12-19T05:34:19.527Z Compiling pest_derive v2.7.13
9032024-12-19T05:34:19.630Z Compiling want v0.3.1
9042024-12-19T05:34:19.922Z Compiling unicode-normalization v0.1.24
9052024-12-19T05:34:20.404Z Compiling bytes v1.7.2
9062024-12-19T05:34:21.240Z Compiling smallvec v1.13.2
9072024-12-19T05:34:21.747Z Compiling indexmap v2.5.0
9082024-12-19T05:34:22.302Z Compiling uuid v1.11.0
9092024-12-19T05:34:22.889Z Compiling parking_lot v0.12.3
9102024-12-19T05:34:23.288Z Compiling chrono v0.4.38
9112024-12-19T05:34:23.595Z Compiling tokio v1.42.0
9122024-12-19T05:34:23.796Z Compiling serde_tokenstream v0.2.2
9132024-12-19T05:34:24.386Z Compiling http v1.2.0
9142024-12-19T05:34:27.549Z Compiling openapiv3 v2.0.0
9152024-12-19T05:34:27.907Z Compiling rustls-webpki v0.102.8
9162024-12-19T05:34:31.887Z Compiling typify-impl v0.2.0
9172024-12-19T05:34:32.151Z Compiling http-body v1.0.1
9182024-12-19T05:34:32.187Z Compiling ipnetwork v0.20.0
9192024-12-19T05:34:32.416Z Compiling serde_yaml v0.9.34+deprecated
9202024-12-19T05:34:32.438Z Compiling dof v0.3.0
9212024-12-19T05:34:32.722Z Compiling dtrace-parser v0.2.0
9222024-12-19T05:34:34.274Z Compiling tokio-util v0.7.12
9232024-12-19T05:34:34.749Z Compiling thread-id v4.2.2
9242024-12-19T05:34:34.875Z Compiling syn v1.0.109
9252024-12-19T05:34:35.509Z Compiling h2 v0.4.6
9262024-12-19T05:34:36.175Z Compiling unicode-bidi v0.3.15
9272024-12-19T05:34:36.343Z Compiling foreign-types-shared v0.1.1
9282024-12-19T05:34:36.374Z Compiling rustls v0.22.4
9292024-12-19T05:34:36.464Z Compiling camino v1.1.9
9302024-12-19T05:34:36.733Z Compiling httpdate v1.0.3
9312024-12-19T05:34:37.102Z Compiling ident_case v1.0.1
9322024-12-19T05:34:37.298Z Compiling darling_core v0.20.10
9332024-12-19T05:34:37.536Z Compiling foreign-types v0.3.2
9342024-12-19T05:34:37.726Z Compiling ppv-lite86 v0.2.20
9352024-12-19T05:34:39.132Z Compiling tower-service v0.3.3
9362024-12-19T05:34:39.449Z Compiling slog-async v2.8.0
9372024-12-19T05:34:40.240Z Compiling rand_chacha v0.3.1
9382024-12-19T05:34:42.087Z Compiling hyper v1.5.1
9392024-12-19T05:34:43.724Z Compiling darling_macro v0.20.10
9402024-12-19T05:34:44.282Z Compiling typify-macro v0.2.0
9412024-12-19T05:34:44.822Z Compiling idna v0.5.0
9422024-12-19T05:34:48.268Z Compiling typify v0.2.0
9432024-12-19T05:34:48.421Z Compiling progenitor-impl v0.8.0
9442024-12-19T05:34:48.766Z Compiling hyper-util v0.1.10
9452024-12-19T05:34:50.764Z Compiling toml_datetime v0.6.8
9462024-12-19T05:34:52.462Z Compiling multer v3.1.0
9472024-12-19T05:34:53.258Z Compiling paste v1.0.15
9482024-12-19T05:34:53.800Z Compiling openssl-probe v0.1.5
9492024-12-19T05:34:55.330Z Compiling progenitor-macro v0.8.0
9502024-12-19T05:34:56.104Z Compiling url v2.5.2
9512024-12-19T05:34:56.263Z Compiling darling v0.20.10
9522024-12-19T05:34:56.388Z Compiling rand v0.8.5
9532024-12-19T05:34:59.156Z Compiling usdt-macro v0.5.0
9542024-12-19T05:35:00.860Z Compiling usdt-attr-macro v0.5.0
9552024-12-19T05:35:01.788Z Compiling http-body-util v0.1.2
9562024-12-19T05:35:02.466Z Compiling async-trait v0.1.83
9572024-12-19T05:35:04.747Z Compiling encoding_rs v0.8.34
9582024-12-19T05:35:05.034Z Compiling mime v0.3.17
9592024-12-19T05:35:05.056Z Compiling ipnet v2.10.0
9602024-12-19T05:35:06.077Z Compiling base64 v0.22.1
9612024-12-19T05:35:06.842Z Compiling rustls-pemfile v2.1.3
9622024-12-19T05:35:08.986Z Compiling tokio-rustls v0.26.0
9632024-12-19T05:35:09.507Z Compiling serde_with_macros v3.9.0
9642024-12-19T05:35:09.551Z Compiling tokio-native-tls v0.3.1
9652024-12-19T05:35:09.943Z Compiling strum_macros v0.26.4
9662024-12-19T05:35:11.034Z Compiling serde_urlencoded v0.7.1
9672024-12-19T05:35:11.887Z Compiling async-stream-impl v0.3.5
9682024-12-19T05:35:12.386Z Compiling structmeta-derive v0.3.0
9692024-12-19T05:35:13.317Z Compiling webpki-roots v0.26.6
9702024-12-19T05:35:13.560Z Compiling dropshot v0.12.0
9712024-12-19T05:35:14.775Z Compiling crossbeam-utils v0.8.20
9722024-12-19T05:35:15.204Z Compiling powerfmt v0.2.0
9732024-12-19T05:35:15.207Z Compiling structmeta v0.3.0
9742024-12-19T05:35:15.403Z Compiling hyper-rustls v0.27.3
9752024-12-19T05:35:15.589Z Compiling deranged v0.3.11
9762024-12-19T05:35:15.756Z Compiling hyper-tls v0.6.0
9772024-12-19T05:35:16.810Z Compiling sync_wrapper v1.0.1
9782024-12-19T05:35:18.287Z Compiling winnow v0.6.18
9792024-12-19T05:35:20.204Z Compiling num_threads v0.1.7
9802024-12-19T05:35:20.671Z Compiling time v0.3.36
9812024-12-19T05:35:23.040Z Compiling reqwest v0.12.9
9822024-12-19T05:35:23.212Z Compiling parse-display-derive v0.10.0
9832024-12-19T05:35:25.041Z Compiling block-buffer v0.10.4
9842024-12-19T05:35:25.298Z Compiling crypto-common v0.1.6
9852024-12-19T05:35:25.540Z Compiling dropshot_endpoint v0.12.0
9862024-12-19T05:35:27.459Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9872024-12-19T05:35:30.006Z Compiling digest v0.10.7
9882024-12-19T05:35:30.110Z Compiling progenitor-client v0.8.0
9892024-12-19T05:35:31.041Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9902024-12-19T05:35:33.014Z Compiling dirs-sys-next v0.1.2
9912024-12-19T05:35:34.052Z Compiling rustix v0.38.37
9922024-12-19T05:35:34.409Z Compiling match_cfg v0.1.0
9932024-12-19T05:35:34.795Z Compiling lazy_static v1.5.0
9942024-12-19T05:35:34.928Z Compiling hostname v0.3.1
9952024-12-19T05:35:34.982Z Compiling dirs-next v2.0.0
9962024-12-19T05:35:35.227Z Compiling progenitor v0.8.0
9972024-12-19T05:35:35.453Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9982024-12-19T05:35:37.355Z Compiling futures-executor v0.3.30
9992024-12-19T05:35:38.539Z Compiling thread_local v1.1.8
10002024-12-19T05:35:38.690Z Compiling errno v0.3.9
10012024-12-19T05:35:39.235Z Compiling instant v0.1.13
10022024-12-19T05:35:39.414Z Compiling unicode-width v0.1.14
10032024-12-19T05:35:40.234Z Compiling cpufeatures v0.2.14
10042024-12-19T05:35:42.137Z Compiling futures v0.3.30
10052024-12-19T05:35:43.654Z Compiling term v0.7.0
10062024-12-19T05:35:44.353Z Compiling crossbeam-channel v0.5.13
10072024-12-19T05:35:46.359Z Compiling serde_spanned v0.6.7
10082024-12-19T05:35:46.621Z Compiling is-terminal v0.4.13
10092024-12-19T05:35:46.769Z Compiling memmap v0.7.0
10102024-12-19T05:35:46.963Z Compiling take_mut v0.2.2
10112024-12-19T05:35:47.730Z Compiling usdt v0.5.0
10122024-12-19T05:35:48.056Z Compiling slog-term v2.9.1
10132024-12-19T05:35:49.236Z Compiling toml_edit v0.22.21
10142024-12-19T05:35:50.718Z Compiling slog-json v2.6.1
10152024-12-19T05:35:51.188Z Compiling strum v0.26.3
10162024-12-19T05:35:51.399Z Compiling serde_with v3.9.0
10172024-12-19T05:35:54.466Z Compiling debug-ignore v1.0.5
10182024-12-19T05:35:55.163Z Compiling heapless v0.8.0
10192024-12-19T05:35:56.159Z Compiling tokio-rustls v0.25.0
10202024-12-19T05:35:57.454Z Compiling toml v0.8.19
10212024-12-19T05:35:59.269Z Compiling slog-bunyan v2.5.0
10222024-12-19T05:35:59.544Z Compiling sha1 v0.10.6
10232024-12-19T05:36:00.231Z Compiling async-stream v0.3.5
10242024-12-19T05:36:00.286Z Compiling newtype-uuid v1.1.0
10252024-12-19T05:36:00.555Z Compiling hex v0.4.3
10262024-12-19T05:36:00.642Z Compiling serde_path_to_error v0.1.16
10272024-12-19T05:36:01.164Z Compiling waitgroup v0.1.2
10282024-12-19T05:36:01.372Z Compiling hostname v0.4.0
10292024-12-19T05:36:01.408Z Compiling hash32 v0.3.1
10302024-12-19T05:36:01.638Z Compiling smoltcp v0.11.0
10312024-12-19T05:36:01.809Z Compiling stable_deref_trait v1.2.0
10322024-12-19T05:36:04.381Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10332024-12-19T05:36:04.698Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10342024-12-19T05:36:05.154Z Compiling backoff v0.4.0
10352024-12-19T05:36:05.297Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10362024-12-19T05:36:05.517Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10372024-12-19T05:36:05.735Z Compiling parse-display v0.10.0
10382024-12-19T05:36:07.753Z Compiling macaddr v1.0.1
10392024-12-19T05:36:08.431Z Compiling regress v0.9.1
10402024-12-19T05:36:10.032Z Compiling clap_derive v4.5.18
10412024-12-19T05:36:11.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10422024-12-19T05:36:11.468Z Compiling cobs v0.2.3
10432024-12-19T05:36:11.904Z Compiling winnow v0.5.40
10442024-12-19T05:36:12.975Z Compiling managed v0.8.0
10452024-12-19T05:36:13.537Z Compiling utf8parse v0.2.2
10462024-12-19T05:36:13.707Z Compiling bitflags v1.3.2
10472024-12-19T05:36:14.860Z Compiling anstyle-parse v0.2.5
10482024-12-19T05:36:15.283Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-12-19T05:36:16.034Z Compiling toml_edit v0.19.15
10502024-12-19T05:36:17.234Z Compiling postcard v1.0.10
10512024-12-19T05:36:22.392Z Compiling colorchoice v1.0.2
10522024-12-19T05:36:22.570Z Compiling anstyle-query v1.1.1
10532024-12-19T05:36:23.349Z Compiling is_terminal_polyfill v1.70.1
10542024-12-19T05:36:23.660Z Compiling anstyle v1.0.10
10552024-12-19T05:36:24.067Z Compiling anstream v0.6.15
10562024-12-19T05:36:25.175Z Compiling proc-macro-crate v1.3.1
10572024-12-19T05:36:25.847Z Compiling terminal_size v0.4.0
10582024-12-19T05:36:26.080Z Compiling clap_lex v0.7.4
10592024-12-19T05:36:26.336Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10602024-12-19T05:36:26.655Z Compiling clap_builder v4.5.23
10612024-12-19T05:36:26.810Z Compiling num_enum_derive v0.5.11
10622024-12-19T05:36:28.016Z Compiling tabwriter v1.4.0
10632024-12-19T05:36:28.972Z Compiling foreign-types-macros v0.2.3
10642024-12-19T05:36:29.303Z Compiling num-integer v0.1.46
10652024-12-19T05:36:29.751Z Compiling foreign-types-shared v0.3.1
10662024-12-19T05:36:30.087Z Compiling num_enum v0.5.11
10672024-12-19T05:36:30.330Z Compiling foreign-types v0.5.0
10682024-12-19T05:36:31.157Z Compiling clap v4.5.23
10692024-12-19T05:36:31.463Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10702024-12-19T05:36:31.678Z Compiling cstr-argument v0.1.2
10712024-12-19T05:36:31.871Z Compiling proc-macro-error-attr v1.0.4
10722024-12-19T05:36:32.077Z Compiling pretty-hex v0.2.1
10732024-12-19T05:36:32.356Z Compiling either v1.13.0
10742024-12-19T05:36:32.449Z Compiling heck v0.4.1
10752024-12-19T05:36:32.746Z Compiling prettyplease v0.2.22
10762024-12-19T05:36:33.132Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10772024-12-19T05:36:33.234Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782024-12-19T05:36:33.389Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-12-19T05:36:34.604Z Compiling num-iter v0.1.45
10802024-12-19T05:36:34.682Z Compiling num-rational v0.4.2
10812024-12-19T05:36:35.187Z Compiling colored v2.1.0
10822024-12-19T05:36:36.847Z Compiling num-complex v0.4.6
10832024-12-19T05:36:37.452Z Compiling proc-macro-error v1.0.4
10842024-12-19T05:36:37.521Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-12-19T05:36:37.845Z Compiling fastrand v2.1.1
10862024-12-19T05:36:38.082Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10872024-12-19T05:36:38.131Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10882024-12-19T05:36:38.519Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10892024-12-19T05:36:38.899Z Compiling tempfile v3.12.0
10902024-12-19T05:36:38.902Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-12-19T05:36:40.072Z Compiling num v0.4.3
10922024-12-19T05:36:43.318Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-12-19T05:36:43.881Z Compiling crucible-workspace-hack v0.1.0
10942024-12-19T05:36:43.881Z Compiling float-ord v0.3.2
10952024-12-19T05:36:44.062Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10962024-12-19T05:36:51.411Z Compiling unicode-segmentation v1.12.0
10972024-12-19T05:36:52.051Z Compiling semver v0.1.20
10982024-12-19T05:36:52.544Z Compiling rustc_version v0.1.7
10992024-12-19T05:36:52.622Z Compiling newline-converter v0.3.0
11002024-12-19T05:36:52.900Z Compiling zone_cfg_derive v0.3.0
11012024-12-19T05:36:52.927Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-12-19T05:36:53.104Z Compiling camino-tempfile v1.1.1
11032024-12-19T05:36:53.897Z Compiling itertools v0.10.5
11042024-12-19T05:36:53.923Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11052024-12-19T05:36:54.416Z Compiling console v0.15.8
11062024-12-19T05:36:54.436Z Compiling num-derive v0.4.2
11072024-12-19T05:36:55.820Z Compiling sigpipe v0.1.3
11082024-12-19T05:36:56.131Z Compiling base64ct v1.6.0
11092024-12-19T05:36:56.812Z Compiling similar v2.6.0
11102024-12-19T05:36:56.857Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11112024-12-19T05:36:57.286Z Compiling zone v0.3.0
11122024-12-19T05:36:57.317Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11132024-12-19T05:36:57.425Z Compiling password-hash v0.5.0
11142024-12-19T05:36:58.909Z Compiling expectorate v1.1.0
11152024-12-19T05:36:59.313Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11162024-12-19T05:36:59.593Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11172024-12-19T05:37:00.414Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-12-19T05:37:00.991Z Compiling newtype_derive v0.1.6
11192024-12-19T05:37:01.389Z Compiling blake2 v0.10.6
11202024-12-19T05:37:02.592Z Compiling hubpack_derive v0.1.1
11212024-12-19T05:37:02.639Z Compiling smf v0.2.3
11222024-12-19T05:37:03.368Z Compiling zerocopy-derive v0.6.6
11232024-12-19T05:37:03.468Z Compiling fixedbitset v0.4.2
11242024-12-19T05:37:03.503Z Compiling owo-colors v4.1.0
11252024-12-19T05:37:03.583Z Compiling whoami v1.5.2
11262024-12-19T05:37:03.853Z Compiling cancel-safe-futures v0.1.5
11272024-12-19T05:37:04.143Z Compiling petgraph v0.6.5
11282024-12-19T05:37:04.267Z Compiling hubpack v0.1.2
11292024-12-19T05:37:04.550Z Compiling argon2 v0.5.3
11302024-12-19T05:37:05.442Z Compiling zerocopy v0.6.6
11312024-12-19T05:37:06.471Z Compiling strum_macros v0.25.3
11322024-12-19T05:37:06.940Z Compiling serde-big-array v0.5.1
11332024-12-19T05:37:07.205Z Compiling serde_repr v0.1.19
11342024-12-19T05:37:08.491Z Compiling cookie v0.18.1
11352024-12-19T05:37:08.607Z Compiling static_assertions v1.1.0
11362024-12-19T05:37:08.722Z Compiling convert_case v0.4.0
11372024-12-19T05:37:08.880Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-12-19T05:37:09.082Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-12-19T05:37:10.280Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11402024-12-19T05:37:11.092Z Compiling derive_more v0.99.18
11412024-12-19T05:37:11.327Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-19T05:37:12.635Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-19T05:37:13.035Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-12-19T05:37:15.194Z Compiling atomicwrites v0.4.4
11452024-12-19T05:37:15.723Z Compiling itertools v0.13.0
11462024-12-19T05:37:18.101Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-12-19T05:37:19.772Z Compiling idna v0.4.0
11482024-12-19T05:37:19.808Z Compiling libsw v3.3.1
11492024-12-19T05:37:19.808Z Compiling enum-as-inner v0.6.1
11502024-12-19T05:37:19.808Z Compiling derive-where v1.2.7
11512024-12-19T05:37:19.808Z Compiling highway v1.2.0
11522024-12-19T05:37:19.808Z Compiling linear-map v1.2.0
11532024-12-19T05:37:20.081Z Compiling data-encoding v2.6.0
11542024-12-19T05:37:20.545Z Compiling linked-hash-map v0.5.6
11552024-12-19T05:37:20.979Z Compiling quick-error v1.2.3
11562024-12-19T05:37:21.030Z Compiling swrite v0.1.0
11572024-12-19T05:37:21.146Z Compiling indent_write v2.2.0
11582024-12-19T05:37:21.174Z Compiling resolv-conf v0.7.0
11592024-12-19T05:37:21.398Z Compiling lru-cache v0.1.2
11602024-12-19T05:37:21.649Z Compiling hickory-proto v0.24.1
11612024-12-19T05:37:22.748Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-12-19T05:37:22.993Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-19T05:37:23.033Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-19T05:37:23.469Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-19T05:37:24.996Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-19T05:37:27.279Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-12-19T05:37:27.466Z Compiling steno v0.4.1
11682024-12-19T05:37:31.275Z Compiling slog-dtrace v0.3.0
11692024-12-19T05:37:31.377Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-12-19T05:37:31.664Z Compiling parking_lot_core v0.8.6
11712024-12-19T05:37:31.758Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11722024-12-19T05:37:31.938Z Compiling humantime v2.1.0
11732024-12-19T05:37:32.196Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-12-19T05:37:32.829Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752024-12-19T05:37:34.517Z Compiling hickory-resolver v0.24.1
11762024-12-19T05:37:35.206Z Compiling num-derive v0.3.3
11772024-12-19T05:37:35.572Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-12-19T05:37:36.547Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11792024-12-19T05:37:37.167Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-12-19T05:37:37.447Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-12-19T05:37:38.350Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11822024-12-19T05:37:38.862Z Compiling parking_lot v0.11.2
11832024-12-19T05:37:39.261Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-12-19T05:37:40.916Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852024-12-19T05:37:42.305Z Compiling crossbeam-epoch v0.9.18
11862024-12-19T05:37:42.779Z Compiling fxhash v0.2.1
11872024-12-19T05:37:43.029Z Compiling crc32fast v1.4.2
11882024-12-19T05:37:43.542Z Compiling arc-swap v1.7.1
11892024-12-19T05:37:43.576Z Compiling crc8 v0.1.1
11902024-12-19T05:37:43.900Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-12-19T05:37:44.269Z Compiling slog-scope v4.4.0
11922024-12-19T05:37:45.061Z Compiling sled v0.34.7
11932024-12-19T05:37:48.848Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-12-19T05:37:50.483Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11952024-12-19T05:37:51.047Z Compiling slog-stdlog v4.1.1
11962024-12-19T05:37:51.889Z Compiling slog-envlogger v2.2.0
11972024-12-19T05:37:52.821Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11982024-12-19T05:37:54.280Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-12-19T05:38:05.221Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-12-19T05:38:10.146Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12012024-12-19T05:38:11.321Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12022024-12-19T05:38:42.033Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12032024-12-19T05:38:42.033Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12042024-12-19T05:38:49.530Z Finished `release` profile [optimized] target(s) in 5m 21s
12052024-12-19T05:38:49.843Z+ banner quartet
12062024-12-19T05:38:49.848Z
12072024-12-19T05:38:49.848Z #### # # ## ##### ##### ###### #####
12082024-12-19T05:38:49.848Z # # # # # # # # # # #
12092024-12-19T05:38:49.848Z # # # # # # # # # ##### #
12102024-12-19T05:38:49.848Z # # # # # ###### ##### # # #
12112024-12-19T05:38:49.848Z # # # # # # # # # # #
12122024-12-19T05:38:49.848Z ### # #### # # # # # ###### #
12132024-12-19T05:38:49.848Z
12142024-12-19T05:38:49.848Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
12152024-12-19T05:38:50.323Z Compiling cfg-if v1.0.0
12162024-12-19T05:38:50.323Z Compiling libc v0.2.169
12172024-12-19T05:38:50.326Z Compiling serde v1.0.215
12182024-12-19T05:38:50.326Z Compiling once_cell v1.20.2
12192024-12-19T05:38:50.326Z Compiling itoa v1.0.11
12202024-12-19T05:38:50.326Z Compiling byteorder v1.5.0
12212024-12-19T05:38:50.397Z Compiling syn v2.0.87
12222024-12-19T05:38:50.402Z Compiling bytes v1.7.2
12232024-12-19T05:38:50.456Z Compiling num-traits v0.2.19
12242024-12-19T05:38:50.599Z Compiling zerocopy v0.7.35
12252024-12-19T05:38:50.763Z Compiling pin-project-lite v0.2.14
12262024-12-19T05:38:50.788Z Compiling ahash v0.8.11
12272024-12-19T05:38:50.838Z Compiling schemars v0.8.21
12282024-12-19T05:38:50.847Z Compiling scopeguard v1.2.0
12292024-12-19T05:38:50.917Z Compiling memchr v2.7.4
12302024-12-19T05:38:50.938Z Compiling smallvec v1.13.2
12312024-12-19T05:38:50.971Z Compiling allocator-api2 v0.2.18
12322024-12-19T05:38:51.206Z Compiling lock_api v0.4.12
12332024-12-19T05:38:51.678Z Compiling fnv v1.0.7
12342024-12-19T05:38:51.788Z Compiling hashbrown v0.14.5
12352024-12-19T05:38:51.799Z Compiling log v0.4.22
12362024-12-19T05:38:51.819Z Compiling futures-core v0.3.30
12372024-12-19T05:38:52.008Z Compiling getrandom v0.2.15
12382024-12-19T05:38:52.075Z Compiling parking_lot_core v0.9.10
12392024-12-19T05:38:52.280Z Compiling signal-hook-registry v1.4.2
12402024-12-19T05:38:52.320Z Compiling mio v1.0.2
12412024-12-19T05:38:52.337Z Compiling socket2 v0.5.8
12422024-12-19T05:38:52.949Z Compiling parking_lot v0.12.3
12432024-12-19T05:38:53.190Z Compiling equivalent v1.0.1
12442024-12-19T05:38:53.290Z Compiling ryu v1.0.18
12452024-12-19T05:38:53.684Z Compiling tracing-core v0.1.32
12462024-12-19T05:38:53.896Z Compiling serde_json v1.0.133
12472024-12-19T05:38:53.920Z Compiling uuid v1.11.0
12482024-12-19T05:38:53.930Z Compiling regress v0.10.1
12492024-12-19T05:38:53.986Z Compiling untrusted v0.9.0
12502024-12-19T05:38:54.076Z Compiling pin-utils v0.1.0
12512024-12-19T05:38:54.169Z Compiling futures-task v0.3.30
12522024-12-19T05:38:54.180Z Compiling spin v0.9.8
12532024-12-19T05:38:54.358Z Compiling futures-sink v0.3.30
12542024-12-19T05:38:54.382Z Compiling ring v0.17.8
12552024-12-19T05:38:54.494Z Compiling futures-util v0.3.30
12562024-12-19T05:38:54.504Z Compiling slab v0.4.9
12572024-12-19T05:38:55.087Z Compiling chrono v0.4.38
12582024-12-19T05:38:55.096Z Compiling try-lock v0.2.5
12592024-12-19T05:38:55.252Z Compiling want v0.3.1
12602024-12-19T05:38:55.565Z Compiling httparse v1.9.4
12612024-12-19T05:38:56.122Z Compiling futures-channel v0.3.30
12622024-12-19T05:38:56.613Z Compiling foreign-types-shared v0.1.1
12632024-12-19T05:38:56.627Z Compiling tower-service v0.3.3
12642024-12-19T05:38:56.721Z Compiling dyn-clone v1.0.17
12652024-12-19T05:38:56.751Z Compiling foreign-types v0.3.2
12662024-12-19T05:38:56.846Z Compiling openssl-sys v0.9.103
12672024-12-19T05:38:56.937Z Compiling bitflags v2.6.0
12682024-12-19T05:38:57.294Z Compiling serde_derive_internals v0.29.1
12692024-12-19T05:38:57.311Z Compiling unicode-ident v1.0.13
12702024-12-19T05:38:57.509Z Compiling proc-macro2 v1.0.86
12712024-12-19T05:38:57.552Z Compiling http v1.2.0
12722024-12-19T05:38:58.322Z Compiling tinyvec_macros v0.1.1
12732024-12-19T05:38:58.417Z Compiling semver v1.0.23
12742024-12-19T05:38:58.748Z Compiling openssl-probe v0.1.5
12752024-12-19T05:38:58.987Z Compiling tinyvec v1.8.0
12762024-12-19T05:38:59.269Z Compiling quote v1.0.37
12772024-12-19T05:38:59.566Z Compiling percent-encoding v2.3.1
12782024-12-19T05:39:00.054Z Compiling form_urlencoded v1.2.1
12792024-12-19T05:39:00.758Z Compiling unicode-normalization v0.1.24
12802024-12-19T05:39:01.644Z Compiling aho-corasick v1.1.3
12812024-12-19T05:39:02.103Z Compiling http v0.2.12
12822024-12-19T05:39:02.117Z Compiling heck v0.5.0
12832024-12-19T05:39:02.272Z Compiling unicode-bidi v0.3.15
12842024-12-19T05:39:02.971Z Compiling serde_derive v1.0.215
12852024-12-19T05:39:02.982Z Compiling zerocopy-derive v0.7.35
12862024-12-19T05:39:03.486Z Compiling thiserror-impl v1.0.69
12872024-12-19T05:39:04.030Z Compiling tokio-macros v2.4.0
12882024-12-19T05:39:05.305Z Compiling schemars_derive v0.8.21
12892024-12-19T05:39:05.662Z Compiling tokio v1.42.0
12902024-12-19T05:39:06.056Z Compiling tracing-attributes v0.1.27
12912024-12-19T05:39:06.493Z Compiling thiserror v1.0.69
12922024-12-19T05:39:06.782Z Compiling openssl-macros v0.1.1
12932024-12-19T05:39:06.984Z Compiling rustls-pki-types v1.8.0
12942024-12-19T05:39:07.621Z Compiling openssl v0.10.66
12952024-12-19T05:39:08.258Z Compiling regex-automata v0.4.7
12962024-12-19T05:39:08.450Z Compiling idna v0.5.0
12972024-12-19T05:39:09.473Z Compiling tracing v0.1.40
12982024-12-19T05:39:10.164Z Compiling http-body v1.0.1
12992024-12-19T05:39:16.191Z Compiling tokio-util v0.7.12
13002024-12-19T05:39:18.006Z Compiling indexmap v2.5.0
13012024-12-19T05:39:20.541Z Compiling serde_tokenstream v0.2.2
13022024-12-19T05:39:21.322Z Compiling native-tls v0.2.12
13032024-12-19T05:39:22.185Z Compiling tokio-native-tls v0.3.1
13042024-12-19T05:39:22.481Z Compiling slog v2.7.0
13052024-12-19T05:39:22.491Z Compiling atomic-waker v1.1.2
13062024-12-19T05:39:22.673Z Compiling regex-syntax v0.8.4
13072024-12-19T05:39:23.091Z Compiling h2 v0.4.6
13082024-12-19T05:39:24.430Z Compiling typify-impl v0.2.0
13092024-12-19T05:39:25.366Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13102024-12-19T05:39:25.624Z Compiling openapiv3 v2.0.0
13112024-12-19T05:39:33.685Z Compiling serde_urlencoded v0.7.1
13122024-12-19T05:39:34.293Z Compiling regex v1.10.6
13132024-12-19T05:39:35.266Z Compiling url v2.5.2
13142024-12-19T05:39:36.690Z Compiling encoding_rs v0.8.34
13152024-12-19T05:39:37.643Z Compiling mime v0.3.17
13162024-12-19T05:39:38.824Z Compiling ipnet v2.10.0
13172024-12-19T05:39:38.935Z Compiling rustls v0.21.12
13182024-12-19T05:39:39.270Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13192024-12-19T05:39:40.950Z Compiling typify-macro v0.2.0
13202024-12-19T05:39:41.962Z Compiling hyper v1.5.1
13212024-12-19T05:39:43.267Z Compiling h2 v0.3.26
13222024-12-19T05:39:44.130Z Compiling rustls-webpki v0.102.8
13232024-12-19T05:39:44.681Z Compiling http-body v0.4.6
13242024-12-19T05:39:44.880Z Compiling rustls-webpki v0.101.7
13252024-12-19T05:39:45.199Z Compiling sct v0.7.1
13262024-12-19T05:39:45.638Z Compiling httpdate v1.0.3
13272024-12-19T05:39:46.400Z Compiling toml_datetime v0.6.8
13282024-12-19T05:39:46.798Z Compiling zeroize v1.8.1
13292024-12-19T05:39:47.162Z Compiling subtle v2.6.1
13302024-12-19T05:39:47.455Z Compiling rustls v0.23.13
13312024-12-19T05:39:47.539Z Compiling toml_edit v0.19.15
13322024-12-19T05:39:48.936Z Compiling hyper v0.14.30
13332024-12-19T05:39:49.007Z Compiling serde_yaml v0.9.34+deprecated
13342024-12-19T05:39:52.821Z Compiling hyper-util v0.1.10
13352024-12-19T05:39:58.929Z Compiling lazy_static v1.5.0
13362024-12-19T05:39:59.064Z Compiling tokio-rustls v0.24.1
13372024-12-19T05:39:59.282Z Compiling tokio-rustls v0.26.0
13382024-12-19T05:39:59.501Z Compiling proc-macro-crate v1.3.1
13392024-12-19T05:39:59.805Z Compiling http-body-util v0.1.2
13402024-12-19T05:40:00.350Z Compiling webpki-roots v0.26.6
13412024-12-19T05:40:00.361Z Compiling base64 v0.22.1
13422024-12-19T05:40:00.522Z Compiling base64 v0.21.7
13432024-12-19T05:40:00.567Z Compiling hyper-rustls v0.27.3
13442024-12-19T05:40:01.461Z Compiling rustls-pemfile v1.0.4
13452024-12-19T05:40:01.473Z Compiling rustls-pemfile v2.1.3
13462024-12-19T05:40:01.650Z Compiling crossbeam-utils v0.8.20
13472024-12-19T05:40:01.668Z Compiling num_enum_derive v0.5.11
13482024-12-19T05:40:01.898Z Compiling hyper-tls v0.6.0
13492024-12-19T05:40:02.255Z Compiling hyper-rustls v0.24.2
13502024-12-19T05:40:02.267Z Compiling hyper-tls v0.5.0
13512024-12-19T05:40:02.327Z Compiling typify v0.2.0
13522024-12-19T05:40:02.429Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13532024-12-19T05:40:02.681Z Compiling ipnetwork v0.20.0
13542024-12-19T05:40:02.761Z Compiling ppv-lite86 v0.2.20
13552024-12-19T05:40:03.728Z Compiling foreign-types-macros v0.2.3
13562024-12-19T05:40:04.109Z Compiling rand_core v0.6.4
13572024-12-19T05:40:04.593Z Compiling sync_wrapper v1.0.1
13582024-12-19T05:40:04.749Z Compiling dirs-sys-next v0.1.2
13592024-12-19T05:40:05.064Z Compiling sync_wrapper v0.1.2
13602024-12-19T05:40:05.202Z Compiling foreign-types-shared v0.3.1
13612024-12-19T05:40:05.330Z Compiling powerfmt v0.2.0
13622024-12-19T05:40:05.825Z Compiling webpki-roots v0.25.4
13632024-12-19T05:40:05.828Z Compiling deranged v0.3.11
13642024-12-19T05:40:05.982Z Compiling reqwest v0.11.27
13652024-12-19T05:40:06.114Z Compiling time-macros v0.2.18
13662024-12-19T05:40:06.129Z Compiling foreign-types v0.5.0
13672024-12-19T05:40:06.241Z Compiling progenitor-impl v0.8.0
13682024-12-19T05:40:08.231Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13692024-12-19T05:40:09.183Z Compiling dirs-next v2.0.0
13702024-12-19T05:40:09.452Z Compiling reqwest v0.12.9
13712024-12-19T05:40:13.086Z Compiling rand_chacha v0.3.1
13722024-12-19T05:40:14.882Z Compiling num_enum v0.5.11
13732024-12-19T05:40:15.053Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-12-19T05:40:15.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-12-19T05:40:17.103Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-12-19T05:40:17.281Z Compiling cstr-argument v0.1.2
13772024-12-19T05:40:17.541Z Compiling thread_local v1.1.8
13782024-12-19T05:40:18.291Z Compiling either v1.13.0
13792024-12-19T05:40:18.782Z Compiling time-core v0.1.2
13802024-12-19T05:40:18.973Z Compiling arc-swap v1.7.1
13812024-12-19T05:40:19.741Z Compiling pretty-hex v0.2.1
13822024-12-19T05:40:19.966Z Compiling num-conv v0.1.0
13832024-12-19T05:40:20.042Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13842024-12-19T05:40:20.235Z Compiling time v0.3.36
13852024-12-19T05:40:20.430Z Compiling slog-scope v4.4.0
13862024-12-19T05:40:21.357Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-12-19T05:40:21.659Z Compiling itertools v0.12.1
13882024-12-19T05:40:22.922Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13892024-12-19T05:40:23.817Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13902024-12-19T05:40:23.996Z Compiling crossbeam-channel v0.5.13
13912024-12-19T05:40:25.574Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-12-19T05:40:25.679Z Compiling rand v0.8.5
13932024-12-19T05:40:27.596Z Compiling progenitor-macro v0.8.0
13942024-12-19T05:40:29.562Z Compiling progenitor-client v0.8.0
13952024-12-19T05:40:30.529Z Compiling term v0.7.0
13962024-12-19T05:40:33.718Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13972024-12-19T05:40:35.306Z Compiling anyhow v1.0.94
13982024-12-19T05:40:39.007Z Compiling colored v2.1.0
13992024-12-19T05:40:40.167Z Compiling is-terminal v0.4.13
14002024-12-19T05:40:40.295Z Compiling winnow v0.6.18
14012024-12-19T05:40:41.034Z Compiling take_mut v0.2.2
14022024-12-19T05:40:41.198Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14032024-12-19T05:40:41.571Z Compiling slog-async v2.8.0
14042024-12-19T05:40:44.686Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-12-19T05:40:44.777Z Compiling progenitor v0.8.0
14062024-12-19T05:40:44.992Z Compiling slog-term v2.9.1
14072024-12-19T05:40:47.866Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14082024-12-19T05:40:48.094Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14092024-12-19T05:40:51.951Z Compiling slog-stdlog v4.1.1
14102024-12-19T05:40:52.826Z Compiling slog-envlogger v2.2.0
14112024-12-19T05:40:54.195Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14122024-12-19T05:40:56.090Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14132024-12-19T05:41:10.396Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14142024-12-19T05:41:18.178Z Finished `release` profile [optimized] target(s) in 2m 28s
14152024-12-19T05:41:18.259Z Running unittests src/lib.rs (target/release/deps/mg_tests-3f0cc37d63733352)
14162024-12-19T05:41:18.307Z
14172024-12-19T05:41:18.308Zrunning 1 test
14182024-12-19T05:41:18.485Zconfigure zone
14192024-12-19T05:41:18.619Zinstall zone
14202024-12-19T05:42:18.319Ztest ddm::test_quartet has been running for over 60 seconds
14212024-12-19T05:45:44.413Zboot zone
14222024-12-19T05:45:45.331Zstart zone s1
14232024-12-19T05:45:45.331Zconfigure zone
14242024-12-19T05:45:45.339Zinstall zone
14252024-12-19T05:47:51.734Zboot zone
14262024-12-19T05:47:52.569Zstart zone s2
14272024-12-19T05:47:52.569Zconfigure zone
14282024-12-19T05:47:52.576Zinstall zone
14292024-12-19T05:49:56.636Zboot zone
14302024-12-19T05:49:57.584Zstart zone s3
14312024-12-19T05:49:57.584Zconfigure zone
14322024-12-19T05:49:57.593Zinstall zone
14332024-12-19T05:51:58.258Zboot zone
14342024-12-19T05:51:59.227Zstart zone t1
14352024-12-19T05:51:59.227Zconfigure zone
14362024-12-19T05:51:59.235Zinstall zone
14372024-12-19T05:53:57.521Zboot zone
14382024-12-19T05:53:58.436Zwaiting for zones to come up
14392024-12-19T05:54:08.438Z[sidecar.quartet] svcs milestone/network
14402024-12-19T05:54:08.574ZSTATE STIME FMRI
14412024-12-19T05:54:08.574Zonline 21:46:03 svc:/milestone/network:default
14422024-12-19T05:54:08.574Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
14432024-12-19T05:54:08.622Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
14442024-12-19T05:54:08.670Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
14452024-12-19T05:54:08.713Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
14462024-12-19T05:54:08.717Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14472024-12-19T05:54:08.738Z
14482024-12-19T05:54:08.738Zrunning zone s1.quartet setup
14492024-12-19T05:54:08.738Z[s1.quartet] svcs milestone/network
14502024-12-19T05:54:08.761ZSTATE STIME FMRI
14512024-12-19T05:54:08.761Zonline 21:48:10 svc:/milestone/network:default
14522024-12-19T05:54:08.761Z[s1.quartet] dladm
14532024-12-19T05:54:08.783ZLINK CLASS MTU STATE BRIDGE OVER
14542024-12-19T05:54:08.783Zsl0 simnet 9000 up -- ?
14552024-12-19T05:54:08.783Zmgs1 vnic 9000 up -- ?
14562024-12-19T05:54:08.783Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
14572024-12-19T05:54:09.384Z
14582024-12-19T05:54:09.384Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
14592024-12-19T05:54:09.410Z
14602024-12-19T05:54:09.410Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14612024-12-19T05:54:09.432Z
14622024-12-19T05:54:09.432Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
14632024-12-19T05:54:09.519Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
14642024-12-19T05:54:09.562Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 758de2b0-4a77-4560-9915-9051f1d20950 --sled-uuid 4990782a-a582-4695-be8f-ce390cfc9075 -a sl0/v6 &> /opt/ddmd.log &
14652024-12-19T05:54:09.585Z
14662024-12-19T05:54:09.585Zrunning zone s2.quartet setup
14672024-12-19T05:54:09.585Z[s2.quartet] svcs milestone/network
14682024-12-19T05:54:09.612ZSTATE STIME FMRI
14692024-12-19T05:54:09.612Zonline 21:50:15 svc:/milestone/network:default
14702024-12-19T05:54:09.612Z[s2.quartet] dladm
14712024-12-19T05:54:09.637ZLINK CLASS MTU STATE BRIDGE OVER
14722024-12-19T05:54:09.637Zsl1 simnet 9000 up -- ?
14732024-12-19T05:54:09.637Zmgs2 vnic 9000 up -- ?
14742024-12-19T05:54:09.637Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
14752024-12-19T05:54:10.234Z
14762024-12-19T05:54:10.234Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
14772024-12-19T05:54:10.259Z
14782024-12-19T05:54:10.259Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14792024-12-19T05:54:10.279Z
14802024-12-19T05:54:10.279Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
14812024-12-19T05:54:10.325Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
14822024-12-19T05:54:10.348Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 02caa8db-764f-473d-b41f-747dd801761a --sled-uuid 195ff917-596e-4edc-9d72-e8d5f6a45e73 -a sl1/v6 &> /opt/ddmd.log &
14832024-12-19T05:54:10.368Z
14842024-12-19T05:54:10.369Zrunning zone s3.quartet setup
14852024-12-19T05:54:10.369Z[s3.quartet] svcs milestone/network
14862024-12-19T05:54:10.392ZSTATE STIME FMRI
14872024-12-19T05:54:10.393Zonline 21:52:16 svc:/milestone/network:default
14882024-12-19T05:54:10.393Z[s3.quartet] dladm
14892024-12-19T05:54:10.417ZLINK CLASS MTU STATE BRIDGE OVER
14902024-12-19T05:54:10.417Zsl2 simnet 9000 up -- ?
14912024-12-19T05:54:10.417Zmgs3 vnic 9000 up -- ?
14922024-12-19T05:54:10.417Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
14932024-12-19T05:54:10.948Z
14942024-12-19T05:54:10.948Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
14952024-12-19T05:54:10.973Z
14962024-12-19T05:54:10.973Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
14972024-12-19T05:54:10.994Z
14982024-12-19T05:54:10.994Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
14992024-12-19T05:54:11.039Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
15002024-12-19T05:54:11.062Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 123d111c-298f-4377-831e-c29c1d13564e --sled-uuid c6bc4baf-2be6-4d6b-bec7-1e888e81c0cd -a sl2/v6 &> /opt/ddmd.log &
15012024-12-19T05:54:11.083Z
15022024-12-19T05:54:11.083Zrunning zone t1.quartet setup
15032024-12-19T05:54:11.083Z[t1.quartet] svcs milestone/network
15042024-12-19T05:54:11.104ZSTATE STIME FMRI
15052024-12-19T05:54:11.104Z- - svc:/milestone/network:default
15062024-12-19T05:54:12.104Z[t1.quartet] svcs milestone/network
15072024-12-19T05:54:12.126ZSTATE STIME FMRI
15082024-12-19T05:54:12.126Z- - svc:/milestone/network:default
15092024-12-19T05:54:13.126Z[t1.quartet] svcs milestone/network
15102024-12-19T05:54:13.149ZSTATE STIME FMRI
15112024-12-19T05:54:13.149Z- - svc:/milestone/network:default
15122024-12-19T05:54:14.150Z[t1.quartet] svcs milestone/network
15132024-12-19T05:54:14.173ZSTATE STIME FMRI
15142024-12-19T05:54:14.173Z- - svc:/milestone/network:default
15152024-12-19T05:54:15.173Z[t1.quartet] svcs milestone/network
15162024-12-19T05:54:15.195ZSTATE STIME FMRI
15172024-12-19T05:54:15.195Z- - svc:/milestone/network:default
15182024-12-19T05:54:16.196Z[t1.quartet] svcs milestone/network
15192024-12-19T05:54:16.218ZSTATE STIME FMRI
15202024-12-19T05:54:16.218Z- - svc:/milestone/network:default
15212024-12-19T05:54:17.219Z[t1.quartet] svcs milestone/network
15222024-12-19T05:54:17.242ZSTATE STIME FMRI
15232024-12-19T05:54:17.242Zonline 21:54:16 svc:/milestone/network:default
15242024-12-19T05:54:17.243Z[t1.quartet] dladm
15252024-12-19T05:54:17.266ZLINK CLASS MTU STATE BRIDGE OVER
15262024-12-19T05:54:17.266Ztfportrear0_0 simnet 9000 up -- ?
15272024-12-19T05:54:17.266Ztfportrear1_0 simnet 9000 up -- ?
15282024-12-19T05:54:17.266Ztfportrear2_0 simnet 9000 up -- ?
15292024-12-19T05:54:17.266Zmgt1 vnic 9000 up -- ?
15302024-12-19T05:54:17.266Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
15312024-12-19T05:54:17.877Z
15322024-12-19T05:54:17.877Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15332024-12-19T05:54:17.902Z
15342024-12-19T05:54:17.902Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15352024-12-19T05:54:17.927Z
15362024-12-19T05:54:17.927Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
15372024-12-19T05:54:17.949Z
15382024-12-19T05:54:17.950Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
15392024-12-19T05:54:17.971Z
15402024-12-19T05:54:17.971Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
15412024-12-19T05:54:18.170Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
15422024-12-19T05:54:18.175Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
15432024-12-19T05:54:18.179Zwaiting 3s for copy of files to zone to complete ...
15442024-12-19T05:54:21.179Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
15452024-12-19T05:54:21.222Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
15462024-12-19T05:54:21.245Z[t1.quartet] svcadm enable dendrite
15472024-12-19T05:54:21.285Z
15482024-12-19T05:54:21.285Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
15492024-12-19T05:54:21.333Z
15502024-12-19T05:54:21.333Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
15512024-12-19T05:54:21.378Z
15522024-12-19T05:54:21.378Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15532024-12-19T05:54:21.424Z
15542024-12-19T05:54:21.424Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15552024-12-19T05:54:21.470Z
15562024-12-19T05:54:21.470Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
15572024-12-19T05:54:21.515Z
15582024-12-19T05:54:21.515Z[t1.quartet] svcadm refresh dendrite:default
15592024-12-19T05:54:21.553Z
15602024-12-19T05:54:21.553Z[t1.quartet] svcadm restart dendrite:default
15612024-12-19T05:54:21.597Z
15622024-12-19T05:54:21.597Zwait 10s for dendrite to come up ...
15632024-12-19T05:54:31.599Z[t1.quartet] svcadm enable tfport
15642024-12-19T05:54:31.640Z
15652024-12-19T05:54:31.640Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 3c28373f-79aa-4009-bdd5-7422cc15a8b1 --sled-uuid b5823024-a70b-47cf-8152-b422445e1b7b -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
15662024-12-19T05:54:31.663Z
15672024-12-19T05:54:31.663Z[t1.quartet] ipadm
15682024-12-19T05:54:31.689ZADDROBJ TYPE STATE ADDR
15692024-12-19T05:54:31.690Zlo0/v4 static ok 127.0.0.1/8
15702024-12-19T05:54:31.690Zmgt1/v4 static ok 10.0.0.4/24
15712024-12-19T05:54:31.690Zlo0/v6 static ok ::1/128
15722024-12-19T05:54:31.690Zlo0/u6 static ok fd00:4::1/64
15732024-12-19T05:54:31.690Ztfportrear0_0/v6 addrconf ok fe80::ece3:32ff:fe96:a0dc%tfportrear0_0/10
15742024-12-19T05:54:31.690Ztfportrear1_0/v6 addrconf ok fe80::348e:fff:fe28:4013%tfportrear1_0/10
15752024-12-19T05:54:31.690Ztfportrear2_0/v6 addrconf ok fe80::ec96:d2ff:fe79:2bbd%tfportrear2_0/10
15762024-12-19T05:54:33.971Zinitial peering test passed
15772024-12-19T05:54:34.973Z[s3.quartet] ping fd00:1::1
15782024-12-19T05:54:35.003Zfd00:1::1 is alive
15792024-12-19T05:54:46.009Z[s3.quartet] ping fd00:1::1
15802024-12-19T05:54:46.032Zfd00:1::1 is alive
15812024-12-19T05:54:46.050Z[t1.quartet] pkill ddmd
15822024-12-19T05:54:46.078Z
15832024-12-19T05:54:46.078Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
15842024-12-19T05:54:46.082Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
15852024-12-19T05:54:48.628Z[s3.quartet] pkill ddmd
15862024-12-19T05:54:48.650Z
15872024-12-19T05:54:48.650Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
15882024-12-19T05:54:51.089Z[s2.quartet] pkill ddmd
15892024-12-19T05:54:51.110Z
15902024-12-19T05:54:51.110Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
15912024-12-19T05:54:53.431Z[s1.quartet] pkill ddmd
15922024-12-19T05:54:53.453Z
15932024-12-19T05:54:53.453Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
15942024-12-19T05:54:55.784Z[sidecar.quartet] pkill softnpu
15952024-12-19T05:54:55.803Z
15962024-12-19T05:54:55.803Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
15972024-12-19T05:54:58.337Ztest ddm::test_quartet ... ok
15982024-12-19T05:54:58.338Z
15992024-12-19T05:54:58.338Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 819.89s
16002024-12-19T05:54:58.338Z
16012024-12-19T05:54:58.365Z+ cleanup
16022024-12-19T05:54:58.368Z++ id -un
16032024-12-19T05:54:58.508Z++ id -gn
16042024-12-19T05:54:58.511Z+ pfexec chown -R build:build .
16052024-12-19T05:54:58.590Zprocess exited: duration 1375352 ms, exit code 0
 
16062024-12-19T05:54:58.601Zfound 5 output files
16072024-12-19T05:54:58.601Zuploading: /work/s1.quartet.log (5034 bytes)
16082024-12-19T05:54:59.613Zuploaded: /work/s1.quartet.log
16092024-12-19T05:54:59.613Zuploading: /work/s2.quartet.log (5208 bytes)
16102024-12-19T05:55:00.625Zuploaded: /work/s2.quartet.log
16112024-12-19T05:55:00.625Zuploading: /work/s3.quartet.log (4235 bytes)
16122024-12-19T05:55:01.634Zuploaded: /work/s3.quartet.log
16132024-12-19T05:55:01.634Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
16142024-12-19T05:55:02.644Zuploaded: /work/sidecar.quartet-softnpu.log
16152024-12-19T05:55:02.645Zuploading: /work/t1.quartet.log (17386 bytes)
16162024-12-19T05:55:03.654Zuploaded: /work/t1.quartet.log