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

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

Buildomat Job: 01JF6TT3PKR2KWYS67NBSVH4J1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-16T04:15:52.565Zjob assigned to worker 01JF6TT76986R3C7QV3EN8NZQW [factory aws, i-0322471e6b372648b] (queued for 1 m 1 s)
 
22024-12-16T04:16:00.428Zstarting task 0: "setup"
32024-12-16T04:16:00.438Z++ uname -s
42024-12-16T04:16:00.440Z+ kern=SunOS
52024-12-16T04:16:00.440Z+ case "$kern" in
62024-12-16T04:16:00.440Z+ groupadd -g 12345 build
72024-12-16T04:16:00.442Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-16T04:16:02.451Z+ zfs create -o mountpoint=/work rpool/work
92024-12-16T04:16:02.637Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-16T04:16:02.640Z+ home_fs=zfs
112024-12-16T04:16:02.640Z+ [[ zfs == autofs ]]
122024-12-16T04:16:02.640Z+ mkdir -p /home/build
132024-12-16T04:16:02.643Z+ chown build:build /home/build /work
142024-12-16T04:16:04.644Z+ chmod 0700 /home/build /work
152024-12-16T04:16:04.647Zprocess exited: duration 4220 ms, exit code 0
 
162024-12-16T04:16:04.652Zstarting task 1: "rust-toolchain"
172024-12-16T04:16:04.657Z+ printf ' * toolchain channel = "%s"
182024-12-16T04:16:04.657Z' stable
192024-12-16T04:16:04.657Z * toolchain channel = "stable"
202024-12-16T04:16:04.658Z+ printf ' * toolchain profile = "%s"
212024-12-16T04:16:04.658Z' default
222024-12-16T04:16:04.658Z * toolchain profile = "default"
232024-12-16T04:16:04.661Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-16T04:16:04.661Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-16T04:16:04.778Zinfo: downloading installer
262024-12-16T04:16:06.396Zinfo: profile set to 'default'
272024-12-16T04:16:06.396Zinfo: default host triple is x86_64-unknown-illumos
282024-12-16T04:16:06.398Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-16T04:16:06.552Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-16T04:16:06.552Zinfo: downloading component 'cargo'
312024-12-16T04:16:07.441Zinfo: downloading component 'clippy'
322024-12-16T04:16:07.782Zinfo: downloading component 'rust-docs'
332024-12-16T04:16:09.025Zinfo: downloading component 'rust-std'
342024-12-16T04:16:10.821Zinfo: downloading component 'rustc'
352024-12-16T04:16:17.637Zinfo: downloading component 'rustfmt'
362024-12-16T04:16:17.899Zinfo: installing component 'cargo'
372024-12-16T04:16:18.744Zinfo: installing component 'clippy'
382024-12-16T04:16:19.123Zinfo: installing component 'rust-docs'
392024-12-16T04:16:20.849Zinfo: installing component 'rust-std'
402024-12-16T04:16:22.553Zinfo: installing component 'rustc'
412024-12-16T04:16:28.496Zinfo: installing component 'rustfmt'
422024-12-16T04:16:28.836Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-16T04:16:28.836Z
442024-12-16T04:16:29.209Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-16T04:16:29.210Z
462024-12-16T04:16:29.212Z
472024-12-16T04:16:29.212ZRust is installed now. Great!
482024-12-16T04:16:29.212Z
492024-12-16T04:16:29.212ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-16T04:16:29.212Zenvironment variable. This has not been done automatically.
512024-12-16T04:16:29.212Z
522024-12-16T04:16:29.212ZTo configure your current shell, you need to source
532024-12-16T04:16:29.212Zthe corresponding env file under $HOME/.cargo.
542024-12-16T04:16:29.212Z
552024-12-16T04:16:29.212ZThis is usually done by running one of the following (note the leading DOT):
562024-12-16T04:16:29.212Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-16T04:16:29.212Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-16T04:16:29.285Z+ rustc --version
592024-12-16T04:16:29.355Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-16T04:16:29.360Zprocess exited: duration 24704 ms, exit code 0
 
612024-12-16T04:16:29.365Zstarting task 2: "authentication"
622024-12-16T04:16:29.388Zprocess exited: duration 22 ms, exit code 0
 
632024-12-16T04:16:29.393Zstarting task 3: "clone repository"
642024-12-16T04:16:29.399Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-16T04:16:29.401Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-16T04:16:29.440ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-16T04:16:30.043Z+ cd /work/oxidecomputer/maghemite
682024-12-16T04:16:30.044Z+ git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39
692024-12-16T04:16:30.358ZFrom https://github.com/oxidecomputer/maghemite
702024-12-16T04:16:30.358Z * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD
712024-12-16T04:16:30.366Z+ [[ -n renovate/colored-2.x-lockfile ]]
722024-12-16T04:16:30.368Z++ git branch --show-current
732024-12-16T04:16:30.371Z+ current=main
742024-12-16T04:16:30.371Z+ [[ main != renovate/colored-2.x-lockfile ]]
752024-12-16T04:16:30.371Z+ git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39
762024-12-16T04:16:30.374Z+ git checkout -f renovate/colored-2.x-lockfile
772024-12-16T04:16:30.389ZSwitched to branch 'renovate/colored-2.x-lockfile'
782024-12-16T04:16:30.391Z+ git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39
792024-12-16T04:16:30.404ZHEAD is now at 6d55df1 Update Rust crate colored to v2.2.0
802024-12-16T04:16:30.406Zprocess exited: duration 1011 ms, exit code 0
 
812024-12-16T04:16:30.412Zstarting task 4: "build"
822024-12-16T04:16:30.417Z++ cargo --version
832024-12-16T04:16:30.422Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-16T04:16:30.587Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-16T04:16:30.587Zinfo: downloading component 'cargo'
862024-12-16T04:16:31.441Zinfo: downloading component 'clippy'
872024-12-16T04:16:31.763Zinfo: downloading component 'rust-docs'
882024-12-16T04:16:32.950Zinfo: downloading component 'rust-std'
892024-12-16T04:16:34.799Zinfo: downloading component 'rustc'
902024-12-16T04:16:41.425Zinfo: downloading component 'rustfmt'
912024-12-16T04:16:41.675Zinfo: installing component 'cargo'
922024-12-16T04:16:42.492Zinfo: installing component 'clippy'
932024-12-16T04:16:42.855Zinfo: installing component 'rust-docs'
942024-12-16T04:16:44.494Zinfo: installing component 'rust-std'
952024-12-16T04:16:46.218Zinfo: installing component 'rustc'
962024-12-16T04:16:52.054Zinfo: installing component 'rustfmt'
972024-12-16T04:16:52.469Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-16T04:16:52.472Z++ rustc --version
992024-12-16T04:16:52.542Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-16T04:16:52.546Z++ dladm
1012024-12-16T04:16:52.551ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-16T04:16:52.551Zena0 phys 9216 up -- --
1032024-12-16T04:16:52.554Z++ ipadm
1042024-12-16T04:16:52.558ZADDROBJ TYPE STATE ADDR
1052024-12-16T04:16:52.558Zlo0/v4 static ok 127.0.0.1/8
1062024-12-16T04:16:52.558Zena0/dhcp dhcp ok 10.150.1.173/24
1072024-12-16T04:16:52.558Zlo0/v6 static ok ::1/128
1082024-12-16T04:16:52.558Z++ banner collect
1092024-12-16T04:16:52.563Z
1102024-12-16T04:16:52.563Z #### #### # # ###### #### #####
1112024-12-16T04:16:52.563Z # # # # # # # # # #
1122024-12-16T04:16:52.563Z # # # # # ##### # #
1132024-12-16T04:16:52.563Z # # # # # # # #
1142024-12-16T04:16:52.563Z # # # # # # # # # #
1152024-12-16T04:16:52.563Z #### #### ###### ###### ###### #### #
1162024-12-16T04:16:52.563Z
1172024-12-16T04:16:52.563Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-16T04:16:52.563Z++ repo=softnpu
1192024-12-16T04:16:52.563Z++ series=image
1202024-12-16T04:16:52.563Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-16T04:16:52.564Z++ name=softnpu
1222024-12-16T04:16:52.564Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-16T04:16:52.564Z++ mkdir -p download
1242024-12-16T04:16:52.564Z++ pushd download
1252024-12-16T04:16:52.564Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-16T04:16:52.564Z++ [[ ! -f softnpu ]]
1272024-12-16T04:16:52.564Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-16T04:16:52.570Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-16T04:16:52.570Z Dload Upload Total Spent Left Speed
1302024-12-16T04:16:53.213Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 34.6M 0 --:--:-- --:--:-- --:--:-- 34.7M
1312024-12-16T04:16:53.220Z++ popd
1322024-12-16T04:16:53.221Z/work/oxidecomputer/maghemite
1332024-12-16T04:16:53.221Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-16T04:16:53.221Z++ repo=sidecar-lite
1352024-12-16T04:16:53.221Z++ series=release
1362024-12-16T04:16:53.221Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-16T04:16:53.221Z++ name=libsidecar_lite.so
1382024-12-16T04:16:53.221Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-16T04:16:53.221Z++ mkdir -p download
1402024-12-16T04:16:53.221Z++ pushd download
1412024-12-16T04:16:53.221Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-16T04:16:53.221Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-16T04:16:53.222Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-16T04:16:53.222Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-16T04:16:53.222Z Dload Upload Total Spent Left Speed
1462024-12-16T04:16:53.846Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 32.6M 0 --:--:-- --:--:-- --:--:-- 32.6M
1472024-12-16T04:16:53.854Z++ popd
1482024-12-16T04:16:53.854Z/work/oxidecomputer/maghemite
1492024-12-16T04:16:53.854Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-16T04:16:53.854Z++ repo=sidecar-lite
1512024-12-16T04:16:53.854Z++ series=release
1522024-12-16T04:16:53.854Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-16T04:16:53.854Z++ name=scadm
1542024-12-16T04:16:53.854Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-16T04:16:53.855Z++ mkdir -p download
1562024-12-16T04:16:53.855Z++ pushd download
1572024-12-16T04:16:53.855Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-16T04:16:53.855Z++ [[ ! -f scadm ]]
1592024-12-16T04:16:53.855Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-16T04:16:53.855Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-16T04:16:53.855Z Dload Upload Total Spent Left Speed
1622024-12-16T04:16:54.303Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 92 22.7M 92 20.9M 0 0 47.8M 0 --:--:-- --:--:-- --:--:-- 47.8M 100 22.7M 100 22.7M 0 0 50.4M 0 --:--:-- --:--:-- --:--:-- 50.4M
1632024-12-16T04:16:54.307Z++ popd
1642024-12-16T04:16:54.310Z/work/oxidecomputer/maghemite
1652024-12-16T04:16:54.310Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-16T04:16:54.310Z++ repo=dendrite
1672024-12-16T04:16:54.310Z++ series=image
1682024-12-16T04:16:54.310Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-16T04:16:54.310Z++ name=dendrite-softnpu.tar.gz
1702024-12-16T04:16:54.310Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-16T04:16:54.311Z++ mkdir -p download
1722024-12-16T04:16:54.311Z++ pushd download
1732024-12-16T04:16:54.311Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-16T04:16:54.311Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-16T04:16:54.311Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-16T04:16:54.320Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-16T04:16:54.320Z Dload Upload Total Spent Left Speed
1782024-12-16T04:16:54.928Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 61.5M 0 --:--:-- --:--:-- --:--:-- 61.5M
1792024-12-16T04:16:54.932Z++ popd
1802024-12-16T04:16:54.935Z/work/oxidecomputer/maghemite
1812024-12-16T04:16:54.935Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-16T04:16:54.935Z++ repo=maghemite
1832024-12-16T04:16:54.935Z++ series=release
1842024-12-16T04:16:54.935Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-16T04:16:54.935Z++ name=ddmd
1862024-12-16T04:16:54.935Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-16T04:16:54.935Z++ mkdir -p download
1882024-12-16T04:16:54.935Z++ pushd download
1892024-12-16T04:16:54.935Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-16T04:16:54.935Z++ [[ ! -f ddmd ]]
1912024-12-16T04:16:54.935Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-16T04:16:54.944Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-16T04:16:54.944Z Dload Upload Total Spent Left Speed
1942024-12-16T04:16:55.702Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 40.9M 31 12.7M 0 0 36.7M 0 0:00:01 --:--:-- 0:00:01 36.7M 100 40.9M 100 40.9M 0 0 54.0M 0 --:--:-- --:--:-- --:--:-- 54.0M
1952024-12-16T04:16:55.706Z++ popd
1962024-12-16T04:16:55.708Z/work/oxidecomputer/maghemite
1972024-12-16T04:16:55.708Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-16T04:16:55.708Z++ repo=maghemite
1992024-12-16T04:16:55.708Z++ series=release
2002024-12-16T04:16:55.708Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-16T04:16:55.708Z++ name=ddmadm
2022024-12-16T04:16:55.708Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-16T04:16:55.708Z++ mkdir -p download
2042024-12-16T04:16:55.708Z++ pushd download
2052024-12-16T04:16:55.708Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-16T04:16:55.708Z++ [[ ! -f ddmadm ]]
2072024-12-16T04:16:55.708Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-16T04:16:55.717Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-16T04:16:55.720Z Dload Upload Total Spent Left Speed
2102024-12-16T04:16:55.985Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 67.2M 0 --:--:-- --:--:-- --:--:-- 67.4M
2112024-12-16T04:16:55.989Z++ popd
2122024-12-16T04:16:55.992Z/work/oxidecomputer/maghemite
2132024-12-16T04:16:55.992Z++ pushd download
2142024-12-16T04:16:55.992Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-16T04:16:55.992Z++ chmod +x softnpu
2162024-12-16T04:16:55.992Z++ chmod +x scadm
2172024-12-16T04:16:55.994Z++ chmod +x ddmadm
2182024-12-16T04:16:55.997Z++ chmod +x ddmd
2192024-12-16T04:16:55.999Z++ mv ddmadm ddmadm-v2
2202024-12-16T04:16:55.999Z++ mv ddmd ddmd-v2
2212024-12-16T04:16:56.007Z++ rm -rf zones/dendrite
2222024-12-16T04:16:56.007Z++ mkdir -p zones/dendrite
2232024-12-16T04:16:56.007Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-16T04:16:56.779Z++ popd
2252024-12-16T04:16:56.779Z/work/oxidecomputer/maghemite
2262024-12-16T04:16:56.779Z++ banner install
2272024-12-16T04:16:56.782Z
2282024-12-16T04:16:56.782Z # # # #### ##### ## # #
2292024-12-16T04:16:56.782Z # ## # # # # # # #
2302024-12-16T04:16:56.782Z # # # # #### # # # # #
2312024-12-16T04:16:56.782Z # # # # # # ###### # #
2322024-12-16T04:16:56.782Z # # ## # # # # # # #
2332024-12-16T04:16:56.782Z # # # #### # # # ###### ######
2342024-12-16T04:16:56.782Z
2352024-12-16T04:16:56.784Z++ pkg info brand/sparse
2362024-12-16T04:16:56.784Z++ grep -qi installed
2372024-12-16T04:16:58.395Zpkg: info: no packages matching the following patterns you specified are
2382024-12-16T04:16:58.395Zinstalled on the system. Try querying remotely instead:
2392024-12-16T04:16:58.395Z
2402024-12-16T04:16:58.395Z brand/sparse
2412024-12-16T04:16:58.453Z++ [[ 1 != 0 ]]
2422024-12-16T04:16:58.453Z++ set -o errexit
2432024-12-16T04:16:58.453Z++ pfexec pkg install brand/sparse
2442024-12-16T04:17:06.527Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-16T04:17:10.379Z Startup: Caching catalogs ... Done
2462024-12-16T04:17:20.904ZPlanning: Solver setup ... Done
2472024-12-16T04:17:21.036ZPlanning: Running solver ... Done
2482024-12-16T04:17:21.143ZPlanning: Finding local manifests ... Done
2492024-12-16T04:17:21.155ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-16T04:17:21.656ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-16T04:17:21.731ZPlanning: Package planning ... Done
2522024-12-16T04:17:21.737ZPlanning: Merging actions ... Done
2532024-12-16T04:17:21.934ZPlanning: Checking for conflicting actions ... Done
2542024-12-16T04:17:23.965ZPlanning: Consolidating action changes ... Done
2552024-12-16T04:17:24.393ZPlanning: Evaluating mediators ... Done
2562024-12-16T04:17:24.463ZPlanning: Planning completed in 13.99 seconds
2572024-12-16T04:17:24.479Z Packages to install: 1
2582024-12-16T04:17:24.479Z Packages to update: 2
2592024-12-16T04:17:24.479Z Create boot environment: No
2602024-12-16T04:17:24.479ZCreate backup boot environment: Yes
2612024-12-16T04:17:24.557Z
2622024-12-16T04:17:24.557ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-16T04:17:30.695ZDownload: 918/1009 items 8.0/8.0MB 99% complete (2.4M/s)
2642024-12-16T04:17:31.244ZDownload: Completed 8.03 MB in 6.69 seconds (1.2M/s)
2652024-12-16T04:17:33.233Z Actions: 1/1419 actions (Removing old actions)
2662024-12-16T04:17:33.253Z Actions: 199/1419 actions (Installing new actions)
2672024-12-16T04:17:33.373Z Actions: 579/1419 actions (Updating modified actions)
2682024-12-16T04:17:33.697Z Actions: Completed 1419 actions in 0.46 seconds.
2692024-12-16T04:17:33.903Z Done
2702024-12-16T04:17:33.906Z Done
2712024-12-16T04:17:34.426Z Done
2722024-12-16T04:17:38.832Z Done
2732024-12-16T04:17:38.923Z Done
2742024-12-16T04:17:38.925Z Done
2752024-12-16T04:17:39.027Z Done
2762024-12-16T04:17:39.428Z++ set -o errexit
2772024-12-16T04:17:39.428Z++ set -o pipefail
2782024-12-16T04:17:39.428Z++ banner build
2792024-12-16T04:17:39.430Z
2802024-12-16T04:17:39.430Z ##### # # # # #####
2812024-12-16T04:17:39.430Z # # # # # # # #
2822024-12-16T04:17:39.430Z ##### # # # # # #
2832024-12-16T04:17:39.430Z # # # # # # # #
2842024-12-16T04:17:39.430Z # # # # # # # #
2852024-12-16T04:17:39.430Z ##### #### # ###### #####
2862024-12-16T04:17:39.430Z
2872024-12-16T04:17:39.430Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-12-16T04:17:39.625Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-12-16T04:17:39.855Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-12-16T04:17:40.081ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-12-16T04:17:40.081Z * [new branch] ci -> origin/ci
2922024-12-16T04:17:40.084Z * [new branch] main -> origin/main
2932024-12-16T04:17:40.084Z * [new ref] -> origin/HEAD
2942024-12-16T04:17:40.094Z Updating crates.io index
2952024-12-16T04:17:40.160Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-12-16T04:17:40.915ZFrom https://github.com/oxidecomputer/falcon
2972024-12-16T04:17:40.915Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2982024-12-16T04:17:41.024Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992024-12-16T04:17:42.117ZFrom https://github.com/oxidecomputer/dendrite
3002024-12-16T04:17:42.117Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3012024-12-16T04:17:42.173Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022024-12-16T04:17:42.528ZFrom https://github.com/oxidecomputer/ispf
3032024-12-16T04:17:42.528Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3042024-12-16T04:17:42.538Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-12-16T04:17:42.912ZFrom https://github.com/oxidecomputer/netadm-sys
3062024-12-16T04:17:42.912Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3072024-12-16T04:17:42.924Z Updating git repository `https://github.com/oxidecomputer/omicron`
3082024-12-16T04:17:46.366ZFrom https://github.com/oxidecomputer/omicron
3092024-12-16T04:17:46.366Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3102024-12-16T04:17:46.398Z * [new tag] dogfood -> dogfood
3112024-12-16T04:17:46.401Z * [new tag] v5 -> v5
3122024-12-16T04:17:46.401Z * [new tag] v6 -> v6
3132024-12-16T04:17:46.401Z * [new tag] v7 -> v7
3142024-12-16T04:17:46.401Z * [new tag] v8 -> v8
3152024-12-16T04:17:46.401Z * [new tag] v9 -> v9
3162024-12-16T04:17:46.775Z Updating git repository `https://github.com/oxidecomputer/opte`
3172024-12-16T04:17:47.701ZFrom https://github.com/oxidecomputer/opte
3182024-12-16T04:17:47.701Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3192024-12-16T04:17:47.771Z Updating git repository `https://github.com/illumos/smf-rs`
3202024-12-16T04:17:48.163ZFrom https://github.com/illumos/smf-rs
3212024-12-16T04:17:48.163Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3222024-12-16T04:17:48.192Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3232024-12-16T04:17:48.684ZFrom https://github.com/oxidecomputer/maghemite
3242024-12-16T04:17:48.684Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3252024-12-16T04:17:48.701Z * [new tag] rift -> rift
3262024-12-16T04:17:48.704Z * [new tag] srp -> srp
3272024-12-16T04:17:48.704Z * [new tag] tie-spf -> tie-spf
3282024-12-16T04:17:48.737Z Updating git repository `https://github.com/oxidecomputer/zone`
3292024-12-16T04:17:49.131ZFrom https://github.com/oxidecomputer/zone
3302024-12-16T04:17:49.131Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3312024-12-16T04:17:49.163Z Updating git repository `https://github.com/oxidecomputer/propolis`
3322024-12-16T04:17:49.871ZFrom https://github.com/oxidecomputer/propolis
3332024-12-16T04:17:49.871Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3342024-12-16T04:17:49.979Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352024-12-16T04:17:50.367ZFrom https://github.com/oxidecomputer/dlpi-sys
3362024-12-16T04:17:50.367Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3372024-12-16T04:17:50.399Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382024-12-16T04:17:50.792ZFrom https://github.com/jmesmon/rust-libzfs
3392024-12-16T04:17:50.792Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3402024-12-16T04:17:50.808Z * [new tag] v0.4.0 -> v0.4.0
3412024-12-16T04:17:50.823Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422024-12-16T04:17:51.189ZFrom https://github.com/oxidecomputer/rusty-doors
3432024-12-16T04:17:51.189Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3442024-12-16T04:17:51.225Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3452024-12-16T04:17:51.668ZFrom https://github.com/oxidecomputer/maghemite
3462024-12-16T04:17:51.668Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3472024-12-16T04:17:51.705Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3482024-12-16T04:17:52.070ZFrom https://github.com/oxidecomputer/serde_human_bytes
3492024-12-16T04:17:52.070Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3502024-12-16T04:17:52.105Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3512024-12-16T04:17:52.474ZFrom https://github.com/oxidecomputer/slog-error-chain
3522024-12-16T04:17:52.474Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3532024-12-16T04:17:52.501Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3542024-12-16T04:17:52.876ZFrom https://github.com/oxidecomputer/poptrie
3552024-12-16T04:17:52.876Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3562024-12-16T04:17:52.913Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3572024-12-16T04:17:53.267ZFrom https://github.com/illumos/libscf-sys
3582024-12-16T04:17:53.267Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3592024-12-16T04:17:53.290Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3602024-12-16T04:17:54.299ZFrom https://github.com/oxidecomputer/progenitor
3612024-12-16T04:17:54.299Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3622024-12-16T04:17:54.321Z * [new tag] v0.1.1 -> v0.1.1
3632024-12-16T04:17:54.324Z * [new tag] v0.2.0 -> v0.2.0
3642024-12-16T04:17:54.324Z * [new tag] v0.3.0 -> v0.3.0
3652024-12-16T04:17:54.324Z * [new tag] v0.4.0 -> v0.4.0
3662024-12-16T04:17:54.324Z * [new tag] v0.5.0 -> v0.5.0
3672024-12-16T04:17:54.324Z * [new tag] v0.6.0 -> v0.6.0
3682024-12-16T04:17:54.324Z * [new tag] v0.7.0 -> v0.7.0
3692024-12-16T04:17:54.439Z Updating git repository `https://github.com/oxidecomputer/typify`
3702024-12-16T04:17:55.131ZFrom https://github.com/oxidecomputer/typify
3712024-12-16T04:17:55.131Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3722024-12-16T04:17:55.134Z * [new tag] v0.2.0 -> v0.2.0
3732024-12-16T04:17:55.152Z * [new tag] v0.0.10 -> v0.0.10
3742024-12-16T04:17:55.154Z * [new tag] v0.0.11 -> v0.0.11
3752024-12-16T04:17:55.154Z * [new tag] v0.0.12 -> v0.0.12
3762024-12-16T04:17:55.154Z * [new tag] v0.0.13 -> v0.0.13
3772024-12-16T04:17:55.154Z * [new tag] v0.0.14 -> v0.0.14
3782024-12-16T04:17:55.154Z * [new tag] v0.0.15 -> v0.0.15
3792024-12-16T04:17:55.154Z * [new tag] v0.0.16 -> v0.0.16
3802024-12-16T04:17:55.154Z * [new tag] v0.0.4 -> v0.0.4
3812024-12-16T04:17:55.154Z * [new tag] v0.0.5 -> v0.0.5
3822024-12-16T04:17:55.154Z * [new tag] v0.0.7 -> v0.0.7
3832024-12-16T04:17:55.154Z * [new tag] v0.0.8 -> v0.0.8
3842024-12-16T04:17:55.154Z * [new tag] v0.0.9 -> v0.0.9
3852024-12-16T04:17:55.154Z * [new tag] v0.1.0 -> v0.1.0
3862024-12-16T04:17:55.390Z Updating git repository `https://github.com/oxidecomputer/crucible`
3872024-12-16T04:17:56.374ZFrom https://github.com/oxidecomputer/crucible
3882024-12-16T04:17:56.374Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3892024-12-16T04:17:56.443Z Updating git repository `https://github.com/oxidecomputer/opte`
3902024-12-16T04:17:56.876ZFrom https://github.com/oxidecomputer/opte
3912024-12-16T04:17:56.876Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3922024-12-16T04:17:56.936Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3932024-12-16T04:17:57.558ZFrom https://github.com/oxidecomputer/management-gateway-service
3942024-12-16T04:17:57.558Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3952024-12-16T04:17:58.283Z Downloading crates ...
3962024-12-16T04:17:58.360Z Downloaded async-stream-impl v0.3.5
3972024-12-16T04:17:58.367Z Downloaded ahash v0.8.11
3982024-12-16T04:17:58.380Z Downloaded const-random-macro v0.1.16
3992024-12-16T04:17:58.388Z Downloaded float-ord v0.3.2
4002024-12-16T04:17:58.393Z Downloaded paste v1.0.15
4012024-12-16T04:17:58.396Z Downloaded parking_lot_core v0.9.10
4022024-12-16T04:17:58.399Z Downloaded parking_lot_core v0.8.6
4032024-12-16T04:17:58.401Z Downloaded atomicwrites v0.4.4
4042024-12-16T04:17:58.404Z Downloaded const-random v0.1.18
4052024-12-16T04:17:58.404Z Downloaded dtrace-parser v0.2.0
4062024-12-16T04:17:58.407Z Downloaded anstyle-query v1.1.1
4072024-12-16T04:17:58.407Z Downloaded crucible-workspace-hack v0.1.0
4082024-12-16T04:17:58.410Z Downloaded anstyle-parse v0.2.5
4092024-12-16T04:17:58.412Z Downloaded darling_macro v0.20.10
4102024-12-16T04:17:58.412Z Downloaded foreign-types v0.3.2
4112024-12-16T04:17:58.416Z Downloaded parse-display-derive v0.10.0
4122024-12-16T04:17:58.416Z Downloaded equivalent v1.0.1
4132024-12-16T04:17:58.419Z Downloaded crunchy v0.2.2
4142024-12-16T04:17:58.419Z Downloaded cstr-argument v0.1.2
4152024-12-16T04:17:58.419Z Downloaded ciborium-io v0.2.2
4162024-12-16T04:17:58.422Z Downloaded foreign-types-shared v0.3.1
4172024-12-16T04:17:58.422Z Downloaded foreign-types-shared v0.1.1
4182024-12-16T04:17:58.422Z Downloaded futures-sink v0.3.30
4192024-12-16T04:17:58.425Z Downloaded crc8 v0.1.1
4202024-12-16T04:17:58.425Z Downloaded bitflags v1.3.2
4212024-12-16T04:17:58.428Z Downloaded pretty-hex v0.4.1
4222024-12-16T04:17:58.431Z Downloaded percent-encoding v2.3.1
4232024-12-16T04:17:58.431Z Downloaded embedded-io v0.6.1
4242024-12-16T04:17:58.433Z Downloaded pretty-hex v0.2.1
4252024-12-16T04:17:58.435Z Downloaded autocfg v1.3.0
4262024-12-16T04:17:58.438Z Downloaded camino-tempfile v1.1.1
4272024-12-16T04:17:58.441Z Downloaded progenitor-client v0.8.0
4282024-12-16T04:17:58.441Z Downloaded serde-big-array v0.5.1
4292024-12-16T04:17:58.445Z Downloaded colorchoice v1.0.2
4302024-12-16T04:17:58.445Z Downloaded sigpipe v0.1.3
4312024-12-16T04:17:58.450Z Downloaded parse-display v0.10.0
4322024-12-16T04:17:58.450Z Downloaded embedded-io v0.4.0
4332024-12-16T04:17:58.454Z Downloaded proc-macro-error-attr v1.0.4
4342024-12-16T04:17:58.454Z Downloaded pkg-config v0.3.31
4352024-12-16T04:17:58.454Z Downloaded schemars_derive v0.8.21
4362024-12-16T04:17:58.459Z Downloaded fixedbitset v0.4.2
4372024-12-16T04:17:58.459Z Downloaded clap_lex v0.7.4
4382024-12-16T04:17:58.461Z Downloaded resolv-conf v0.7.0
4392024-12-16T04:17:58.461Z Downloaded proc-macro-crate v3.2.0
4402024-12-16T04:17:58.464Z Downloaded pin-utils v0.1.0
4412024-12-16T04:17:58.464Z Downloaded slab v0.4.9
4422024-12-16T04:17:58.467Z Downloaded futures-executor v0.3.30
4432024-12-16T04:17:58.469Z Downloaded proc-macro-crate v1.3.1
4442024-12-16T04:17:58.472Z Downloaded plain v0.2.3
4452024-12-16T04:17:58.472Z Downloaded defmt-macros v0.3.9
4462024-12-16T04:17:58.475Z Downloaded data-encoding v2.6.0
4472024-12-16T04:17:58.477Z Downloaded http-body v1.0.1
4482024-12-16T04:17:58.479Z Downloaded slog-dtrace v0.3.0
4492024-12-16T04:17:58.483Z Downloaded serde_spanned v0.6.7
4502024-12-16T04:17:58.483Z Downloaded rustversion v1.0.17
4512024-12-16T04:17:58.486Z Downloaded scopeguard v1.2.0
4522024-12-16T04:17:58.490Z Downloaded serde_tokenstream v0.2.2
4532024-12-16T04:17:58.493Z Downloaded defmt v0.3.8
4542024-12-16T04:17:58.495Z Downloaded slog-envlogger v2.2.0
4552024-12-16T04:17:58.498Z Downloaded slog-async v2.8.0
4562024-12-16T04:17:58.500Z Downloaded signal-hook-registry v1.4.2
4572024-12-16T04:17:58.503Z Downloaded sha1 v0.10.6
4582024-12-16T04:17:58.506Z Downloaded quinn-udp v0.5.5
4592024-12-16T04:17:58.506Z Downloaded hubpack_derive v0.1.1
4602024-12-16T04:17:58.508Z Downloaded rustls-pemfile v1.0.4
4612024-12-16T04:17:58.511Z Downloaded anyhow v1.0.94
4622024-12-16T04:17:58.514Z Downloaded futures-macro v0.3.30
4632024-12-16T04:17:58.517Z Downloaded semver v0.1.20
4642024-12-16T04:17:58.519Z Downloaded colored v2.2.0
4652024-12-16T04:17:58.521Z Downloaded time-core v0.1.2
4662024-12-16T04:17:58.525Z Downloaded pest_derive v2.7.13
4672024-12-16T04:17:58.528Z Downloaded powerfmt v0.2.0
4682024-12-16T04:17:58.528Z Downloaded pin-project-lite v0.2.14
4692024-12-16T04:17:58.534Z Downloaded hostname v0.3.1
4702024-12-16T04:17:58.538Z Downloaded rhai_codegen v2.2.0
4712024-12-16T04:17:58.547Z Downloaded usdt-attr-macro v0.5.0
4722024-12-16T04:17:58.549Z Downloaded dropshot_endpoint v0.12.0
4732024-12-16T04:17:58.553Z Downloaded num-conv v0.1.0
4742024-12-16T04:17:58.556Z Downloaded num_threads v0.1.7
4752024-12-16T04:17:58.556Z Downloaded futures-channel v0.3.30
4762024-12-16T04:17:58.558Z Downloaded semver v1.0.23
4772024-12-16T04:17:58.561Z Downloaded stable_deref_trait v1.2.0
4782024-12-16T04:17:58.563Z Downloaded bytes v1.7.2
4792024-12-16T04:17:58.568Z Downloaded sync_wrapper v1.0.1
4802024-12-16T04:17:58.572Z Downloaded waitgroup v0.1.2
4812024-12-16T04:17:58.572Z Downloaded try-lock v0.2.5
4822024-12-16T04:17:58.574Z Downloaded swrite v0.1.0
4832024-12-16T04:17:58.574Z Downloaded allocator-api2 v0.2.18
4842024-12-16T04:17:58.579Z Downloaded indent_write v2.2.0
4852024-12-16T04:17:58.582Z Downloaded humantime v2.1.0
4862024-12-16T04:17:58.582Z Downloaded hubpack v0.1.2
4872024-12-16T04:17:58.585Z Downloaded usdt v0.5.0
4882024-12-16T04:17:58.585Z Downloaded ryu v1.0.18
4892024-12-16T04:17:58.589Z Downloaded untrusted v0.9.0
4902024-12-16T04:17:58.591Z Downloaded lazy_static v1.5.0
4912024-12-16T04:17:58.596Z Downloaded hostname v0.4.0
4922024-12-16T04:17:58.596Z Downloaded futures v0.3.30
4932024-12-16T04:17:58.602Z Downloaded time-macros v0.2.18
4942024-12-16T04:17:58.605Z Downloaded instant v0.1.13
4952024-12-16T04:17:58.607Z Downloaded arc-swap v1.7.1
4962024-12-16T04:17:58.610Z Downloaded newline-converter v0.3.0
4972024-12-16T04:17:58.613Z Downloaded base64 v0.21.7
4982024-12-16T04:17:58.616Z Downloaded slog-scope v4.4.0
4992024-12-16T04:17:58.619Z Downloaded http-body-util v0.1.2
5002024-12-16T04:17:58.621Z Downloaded typify-macro v0.2.0
5012024-12-16T04:17:58.624Z Downloaded slog v2.7.0
5022024-12-16T04:17:58.626Z Downloaded httpdate v1.0.3
5032024-12-16T04:17:58.629Z Downloaded tokio-macros v2.4.0
5042024-12-16T04:17:58.629Z Downloaded num-iter v0.1.45
5052024-12-16T04:17:58.632Z Downloaded num-derive v0.4.2
5062024-12-16T04:17:58.635Z Downloaded want v0.3.1
5072024-12-16T04:17:58.635Z Downloaded take_mut v0.2.2
5082024-12-16T04:17:58.637Z Downloaded sync_wrapper v0.1.2
5092024-12-16T04:17:58.637Z Downloaded num v0.4.3
5102024-12-16T04:17:58.640Z Downloaded fxhash v0.2.1
5112024-12-16T04:17:58.640Z Downloaded match_cfg v0.1.0
5122024-12-16T04:17:58.640Z Downloaded tinyvec_macros v0.1.1
5132024-12-16T04:17:58.644Z Downloaded hyper-rustls v0.24.2
5142024-12-16T04:17:58.646Z Downloaded proc-macro2 v1.0.86
5152024-12-16T04:17:58.649Z Downloaded subtle v2.6.1
5162024-12-16T04:17:58.651Z Downloaded highway v1.2.0
5172024-12-16T04:17:58.653Z Downloaded darling_core v0.20.10
5182024-12-16T04:17:58.658Z Downloaded spin v0.9.8
5192024-12-16T04:17:58.661Z Downloaded serde_derive v1.0.215
5202024-12-16T04:17:58.664Z Downloaded tower-service v0.3.3
5212024-12-16T04:17:58.667Z Downloaded prettyplease v0.2.22
5222024-12-16T04:17:58.669Z Downloaded openssl-macros v0.1.1
5232024-12-16T04:17:58.671Z Downloaded strsim v0.11.1
5242024-12-16T04:17:58.675Z Downloaded zone_cfg_derive v0.3.0
5252024-12-16T04:17:58.675Z Downloaded usdt-macro v0.5.0
5262024-12-16T04:17:58.675Z Downloaded newtype_derive v0.1.6
5272024-12-16T04:17:58.678Z Downloaded cc v1.1.21
5282024-12-16T04:17:58.680Z Downloaded slog-stdlog v4.1.1
5292024-12-16T04:17:58.683Z Downloaded structmeta v0.3.0
5302024-12-16T04:17:58.683Z Downloaded typify v0.2.0
5312024-12-16T04:17:58.686Z Downloaded memmap v0.7.0
5322024-12-16T04:17:58.688Z Downloaded num-complex v0.4.6
5332024-12-16T04:17:58.691Z Downloaded lru-cache v0.1.2
5342024-12-16T04:17:58.693Z Downloaded serde_yaml v0.9.34+deprecated
5352024-12-16T04:17:58.696Z Downloaded is-terminal v0.4.13
5362024-12-16T04:17:58.698Z Downloaded tokio-native-tls v0.3.1
5372024-12-16T04:17:58.701Z Downloaded whoami v1.5.2
5382024-12-16T04:17:58.704Z Downloaded structmeta-derive v0.3.0
5392024-12-16T04:17:58.705Z Downloaded tabwriter v1.4.0
5402024-12-16T04:17:58.705Z Downloaded terminal_size v0.4.0
5412024-12-16T04:17:58.708Z Downloaded zerocopy v0.6.6
5422024-12-16T04:17:58.711Z Downloaded http-body v0.4.6
5432024-12-16T04:17:58.713Z Downloaded managed v0.8.0
5442024-12-16T04:17:58.713Z Downloaded hyper-tls v0.5.0
5452024-12-16T04:17:58.716Z Downloaded tracing-attributes v0.1.27
5462024-12-16T04:17:58.718Z Downloaded num-traits v0.2.19
5472024-12-16T04:17:58.721Z Downloaded quinn v0.11.5
5482024-12-16T04:17:58.725Z Downloaded linked-hash-map v0.5.6
5492024-12-16T04:17:58.729Z Downloaded itoa v1.0.11
5502024-12-16T04:17:58.732Z Downloaded crossbeam-channel v0.5.13
5512024-12-16T04:17:58.735Z Downloaded tiny-keccak v2.0.2
5522024-12-16T04:17:58.737Z Downloaded futures-task v0.3.30
5532024-12-16T04:17:58.740Z Downloaded thread-id v4.2.2
5542024-12-16T04:17:58.740Z Downloaded thiserror-impl v1.0.69
5552024-12-16T04:17:58.742Z Downloaded num_enum_derive v0.5.11
5562024-12-16T04:17:58.744Z Downloaded strum v0.26.3
5572024-12-16T04:17:58.744Z Downloaded utf8parse v0.2.2
5582024-12-16T04:17:58.746Z Downloaded lock_api v0.4.12
5592024-12-16T04:17:58.749Z Downloaded generic-array v0.14.7
5602024-12-16T04:17:58.749Z Downloaded ipnet v2.10.0
5612024-12-16T04:17:58.751Z Downloaded ipnetwork v0.20.0
5622024-12-16T04:17:58.753Z Downloaded half v2.4.1
5632024-12-16T04:17:58.756Z Downloaded owo-colors v4.1.0
5642024-12-16T04:17:58.759Z Downloaded term v0.7.0
5652024-12-16T04:17:58.765Z Downloaded ucd-trie v0.1.6
5662024-12-16T04:17:58.767Z Downloaded static_assertions v1.1.0
5672024-12-16T04:17:58.767Z Downloaded version_check v0.9.5
5682024-12-16T04:17:58.769Z Downloaded base64 v0.22.1
5692024-12-16T04:17:58.773Z Downloaded strum_macros v0.25.3
5702024-12-16T04:17:58.776Z Downloaded ident_case v1.0.1
5712024-12-16T04:17:58.778Z Downloaded tinyvec v1.8.0
5722024-12-16T04:17:58.780Z Downloaded is_terminal_polyfill v1.70.1
5732024-12-16T04:17:58.784Z Downloaded num-rational v0.4.2
5742024-12-16T04:17:58.784Z Downloaded tokio-rustls v0.24.1
5752024-12-16T04:17:58.787Z Downloaded zone v0.3.0
5762024-12-16T04:17:58.787Z Downloaded rand v0.8.5
5772024-12-16T04:17:58.792Z Downloaded no-std-compat v0.4.1
5782024-12-16T04:17:58.795Z Downloaded tokio-rustls v0.26.0
5792024-12-16T04:17:58.795Z Downloaded spin v0.5.2
5802024-12-16T04:17:58.798Z Downloaded log v0.4.22
5812024-12-16T04:17:58.801Z Downloaded getrandom v0.2.15
5822024-12-16T04:17:58.803Z Downloaded smf v0.2.3
5832024-12-16T04:17:58.806Z Downloaded openssl-probe v0.1.5
5842024-12-16T04:17:58.806Z Downloaded zeroize v1.8.1
5852024-12-16T04:17:58.809Z Downloaded slog-json v2.6.1
5862024-12-16T04:17:58.811Z Downloaded unicode-bidi v0.3.15
5872024-12-16T04:17:58.818Z Downloaded thin-vec v0.2.13
5882024-12-16T04:17:58.818Z Downloaded url v2.5.2
5892024-12-16T04:17:58.820Z Downloaded uuid v1.11.0
5902024-12-16T04:17:58.823Z Downloaded hyper-rustls v0.27.3
5912024-12-16T04:17:58.825Z Downloaded strum_macros v0.26.4
5922024-12-16T04:17:58.827Z Downloaded native-tls v0.2.12
5932024-12-16T04:17:58.832Z Downloaded multer v3.1.0
5942024-12-16T04:17:58.835Z Downloaded unicode-ident v1.0.13
5952024-12-16T04:17:58.837Z Downloaded toml_datetime v0.6.8
5962024-12-16T04:17:58.839Z Downloaded iana-time-zone v0.1.61
5972024-12-16T04:17:58.842Z Downloaded tracing-core v0.1.32
5982024-12-16T04:17:58.845Z Downloaded unsafe-libyaml v0.2.11
5992024-12-16T04:17:58.848Z Downloaded hyper-util v0.1.10
6002024-12-16T04:17:58.853Z Downloaded zerocopy-derive v0.7.35
6012024-12-16T04:17:58.858Z Downloaded indexmap v1.9.3
6022024-12-16T04:17:58.862Z Downloaded parking_lot v0.11.2
6032024-12-16T04:17:58.865Z Downloaded serde v1.0.215
6042024-12-16T04:17:58.869Z Downloaded hickory-resolver v0.24.1
6052024-12-16T04:17:58.875Z Downloaded indexmap v2.5.0
6062024-12-16T04:17:58.880Z Downloaded itertools v0.10.5
6072024-12-16T04:17:58.888Z Downloaded tracing v0.1.40
6082024-12-16T04:17:58.893Z Downloaded http v1.2.0
6092024-12-16T04:17:58.897Z Downloaded parking_lot v0.12.3
6102024-12-16T04:17:58.900Z Downloaded openssl-sys v0.9.103
6112024-12-16T04:17:58.907Z Downloaded minimal-lexical v0.2.1
6122024-12-16T04:17:58.912Z Downloaded toml v0.8.19
6132024-12-16T04:17:58.917Z Downloaded socket2 v0.5.8
6142024-12-16T04:17:58.920Z Downloaded toml_edit v0.19.15
6152024-12-16T04:17:58.939Z Downloaded mio v1.0.2
6162024-12-16T04:17:58.944Z Downloaded time v0.3.36
6172024-12-16T04:17:58.952Z Downloaded toml_edit v0.22.21
6182024-12-16T04:17:58.984Z Downloaded heapless v0.8.0
6192024-12-16T04:17:58.989Z Downloaded zerocopy v0.7.35
6202024-12-16T04:17:59.008Z Downloaded unicode-segmentation v1.12.0
6212024-12-16T04:17:59.012Z Downloaded chrono v0.4.38
6222024-12-16T04:17:59.019Z Downloaded serde_with v3.9.0
6232024-12-16T04:17:59.028Z Downloaded serde_json v1.0.133
6242024-12-16T04:17:59.036Z Downloaded hyper v0.14.30
6252024-12-16T04:17:59.046Z Downloaded memchr v2.7.4
6262024-12-16T04:17:59.049Z Downloaded winnow v0.6.18
6272024-12-16T04:17:59.060Z Downloaded steno v0.4.1
6282024-12-16T04:17:59.063Z Downloaded hashbrown v0.12.3
6292024-12-16T04:17:59.067Z Downloaded reqwest v0.11.27
6302024-12-16T04:17:59.075Z Downloaded goblin v0.8.2
6312024-12-16T04:17:59.082Z Downloaded tokio-util v0.7.12
6322024-12-16T04:17:59.089Z Downloaded hyper v1.5.1
6332024-12-16T04:17:59.097Z Downloaded syn v2.0.87
6342024-12-16T04:17:59.108Z Downloaded hashbrown v0.14.5
6352024-12-16T04:17:59.113Z Downloaded dropshot v0.12.0
6362024-12-16T04:17:59.134Z Downloaded rustls-webpki v0.102.8
6372024-12-16T04:17:59.153Z Downloaded idna v0.4.0
6382024-12-16T04:17:59.159Z Downloaded futures-util v0.3.30
6392024-12-16T04:17:59.171Z Downloaded winnow v0.5.40
6402024-12-16T04:17:59.179Z Downloaded h2 v0.3.26
6412024-12-16T04:17:59.185Z Downloaded hickory-proto v0.24.1
6422024-12-16T04:17:59.202Z Downloaded openapiv3 v2.0.0
6432024-12-16T04:17:59.214Z Downloaded regex v1.10.6
6442024-12-16T04:17:59.227Z Downloaded smoltcp v0.11.0
6452024-12-16T04:17:59.241Z Downloaded reqwest v0.12.9
6462024-12-16T04:17:59.249Z Downloaded quinn-proto v0.11.8
6472024-12-16T04:17:59.255Z Downloaded webpki-roots v0.25.4
6482024-12-16T04:17:59.260Z Downloaded typify-impl v0.2.0
6492024-12-16T04:17:59.274Z Downloaded rustls v0.21.12
6502024-12-16T04:17:59.286Z Downloaded webpki-roots v0.26.6
6512024-12-16T04:17:59.289Z Downloaded unicode-width v0.1.14
6522024-12-16T04:17:59.295Z Downloaded regress v0.10.1
6532024-12-16T04:17:59.304Z Downloaded rustls v0.23.13
6542024-12-16T04:17:59.319Z Downloaded vcpkg v0.2.15
6552024-12-16T04:17:59.360Z Downloaded rustix v0.38.37
6562024-12-16T04:17:59.384Z Downloaded rustls v0.22.4
6572024-12-16T04:17:59.397Z Downloaded rhai v1.20.0
6582024-12-16T04:17:59.410Z Downloaded regex-syntax v0.8.4
6592024-12-16T04:17:59.418Z Downloaded regress v0.9.1
6602024-12-16T04:17:59.427Z Downloaded openssl v0.10.66
6612024-12-16T04:17:59.438Z Downloaded h2 v0.4.6
6622024-12-16T04:17:59.445Z Downloaded idna v0.5.0
6632024-12-16T04:17:59.452Z Downloaded sled v0.34.7
6642024-12-16T04:17:59.463Z Downloaded libc v0.2.167
6652024-12-16T04:17:59.490Z Downloaded unicode-normalization v0.1.24
6662024-12-16T04:17:59.494Z Downloaded syn v1.0.109
6672024-12-16T04:17:59.506Z Downloaded zerocopy-derive v0.6.6
6682024-12-16T04:17:59.517Z Downloaded tokio v1.42.0
6692024-12-16T04:17:59.558Z Downloaded itertools v0.13.0
6702024-12-16T04:17:59.565Z Downloaded portable-atomic v1.8.0
6712024-12-16T04:17:59.572Z Downloaded regex-automata v0.4.7
6722024-12-16T04:17:59.590Z Downloaded rustls-webpki v0.101.7
6732024-12-16T04:17:59.604Z Downloaded pest v2.7.13
6742024-12-16T04:17:59.610Z Downloaded nom v7.1.3
6752024-12-16T04:17:59.615Z Downloaded itertools v0.12.1
6762024-12-16T04:17:59.623Z Downloaded aho-corasick v1.1.3
6772024-12-16T04:17:59.629Z Downloaded libm v0.2.8
6782024-12-16T04:17:59.638Z Downloaded clap_builder v4.5.23
6792024-12-16T04:17:59.646Z Downloaded petgraph v0.6.5
6802024-12-16T04:17:59.665Z Downloaded http v0.2.12
6812024-12-16T04:17:59.669Z Downloaded hyper-tls v0.6.0
6822024-12-16T04:17:59.671Z Downloaded thiserror v1.0.69
6832024-12-16T04:17:59.675Z Downloaded num-integer v0.1.46
6842024-12-16T04:17:59.678Z Downloaded num_enum v0.7.3
6852024-12-16T04:17:59.682Z Downloaded usdt-impl v0.5.0
6862024-12-16T04:17:59.684Z Downloaded heck v0.4.1
6872024-12-16T04:17:59.686Z Downloaded expectorate v1.1.0
6882024-12-16T04:17:59.689Z Downloaded tempfile v3.12.0
6892024-12-16T04:17:59.692Z Downloaded typenum v1.17.0
6902024-12-16T04:17:59.695Z Downloaded smartstring v1.0.1
6912024-12-16T04:17:59.695Z Downloaded smallvec v1.13.2
6922024-12-16T04:17:59.698Z Downloaded similar v2.6.0
6932024-12-16T04:17:59.702Z Downloaded schemars v0.8.21
6942024-12-16T04:17:59.714Z Downloaded tokio-rustls v0.25.0
6952024-12-16T04:17:59.717Z Downloaded num_enum v0.5.11
6962024-12-16T04:17:59.721Z Downloaded httparse v1.9.4
6972024-12-16T04:17:59.724Z Downloaded sct v0.7.1
6982024-12-16T04:17:59.727Z Downloaded num-derive v0.3.3
6992024-12-16T04:17:59.730Z Downloaded libsw v3.3.1
7002024-12-16T04:17:59.732Z Downloaded hex v0.4.3
7012024-12-16T04:17:59.734Z Downloaded linear-map v1.2.0
7022024-12-16T04:17:59.734Z Downloaded thread_local v1.1.8
7032024-12-16T04:17:59.738Z Downloaded encoding_rs v0.8.34
7042024-12-16T04:17:59.758Z Downloaded num_enum_derive v0.7.3
7052024-12-16T04:17:59.760Z Downloaded slog-term v2.9.1
7062024-12-16T04:17:59.763Z Downloaded once_cell v1.20.2
7072024-12-16T04:17:59.766Z Downloaded shlex v1.3.0
7082024-12-16T04:17:59.766Z Downloaded crossbeam-utils v0.8.20
7092024-12-16T04:17:59.769Z Downloaded bitflags v2.6.0
7102024-12-16T04:17:59.772Z Downloaded quote v1.0.37
7112024-12-16T04:17:59.776Z Downloaded progenitor-impl v0.8.0
7122024-12-16T04:17:59.779Z Downloaded proc-macro-error v1.0.4
7132024-12-16T04:17:59.781Z Downloaded pest_meta v2.7.13
7142024-12-16T04:17:59.784Z Downloaded sha2 v0.10.8
7152024-12-16T04:17:59.786Z Downloaded rustls-pemfile v2.1.3
7162024-12-16T04:17:59.786Z Downloaded rustls-pki-types v1.8.0
7172024-12-16T04:17:59.789Z Downloaded rand_core v0.6.4
7182024-12-16T04:17:59.791Z Downloaded postcard v1.0.10
7192024-12-16T04:17:59.793Z Downloaded derive-where v1.2.7
7202024-12-16T04:17:59.796Z Downloaded cookie v0.18.1
7212024-12-16T04:17:59.798Z Downloaded newtype-uuid v1.1.0
7222024-12-16T04:17:59.801Z Downloaded mime v0.3.17
7232024-12-16T04:17:59.801Z Downloaded macaddr v1.0.1
7242024-12-16T04:17:59.803Z Downloaded scroll_derive v0.12.0
7252024-12-16T04:17:59.803Z Downloaded rand_chacha v0.3.1
7262024-12-16T04:17:59.806Z Downloaded derive_more v0.99.18
7272024-12-16T04:17:59.809Z Downloaded crossbeam-epoch v0.9.18
7282024-12-16T04:17:59.812Z Downloaded clap v4.5.23
7292024-12-16T04:17:59.821Z Downloaded blake2 v0.10.6
7302024-12-16T04:17:59.823Z Downloaded clap_derive v4.5.18
7312024-12-16T04:17:59.825Z Downloaded ciborium v0.2.2
7322024-12-16T04:17:59.828Z Downloaded heck v0.5.0
7332024-12-16T04:17:59.830Z Downloaded hash32 v0.3.1
7342024-12-16T04:17:59.830Z Downloaded serde_with_macros v3.9.0
7352024-12-16T04:17:59.832Z Downloaded serde_derive_internals v0.29.1
7362024-12-16T04:17:59.835Z Downloaded debug-ignore v1.0.5
7372024-12-16T04:17:59.835Z Downloaded crc32fast v1.4.2
7382024-12-16T04:17:59.837Z Downloaded password-hash v0.5.0
7392024-12-16T04:17:59.840Z Downloaded omicron-workspace-hack v0.1.0
7402024-12-16T04:17:59.840Z Downloaded scroll v0.12.0
7412024-12-16T04:17:59.842Z Downloaded darling v0.20.10
7422024-12-16T04:17:59.845Z Downloaded console v0.15.8
7432024-12-16T04:17:59.847Z Downloaded slog-bunyan v2.5.0
7442024-12-16T04:17:59.849Z Downloaded enum-as-inner v0.6.1
7452024-12-16T04:17:59.852Z Downloaded serde_repr v0.1.19
7462024-12-16T04:17:59.852Z Downloaded rustc-hash v2.0.0
7472024-12-16T04:17:59.854Z Downloaded ppv-lite86 v0.2.20
7482024-12-16T04:17:59.854Z Downloaded deranged v0.3.11
7492024-12-16T04:17:59.857Z Downloaded base64ct v1.6.0
7502024-12-16T04:17:59.860Z Downloaded backoff v0.4.0
7512024-12-16T04:17:59.860Z Downloaded anstream v0.6.15
7522024-12-16T04:17:59.863Z Downloaded async-trait v0.1.83
7532024-12-16T04:17:59.865Z Downloaded rustc_version v0.1.7
7542024-12-16T04:17:59.865Z Downloaded progenitor v0.8.0
7552024-12-16T04:17:59.868Z Downloaded quick-error v1.2.3
7562024-12-16T04:17:59.868Z Downloaded futures-io v0.3.30
7572024-12-16T04:17:59.870Z Downloaded futures-core v0.3.30
7582024-12-16T04:17:59.870Z Downloaded dirs-sys-next v0.1.2
7592024-12-16T04:17:59.872Z Downloaded cancel-safe-futures v0.1.5
7602024-12-16T04:17:59.875Z Downloaded argon2 v0.5.3
7612024-12-16T04:17:59.877Z Downloaded rustc_version v0.4.1
7622024-12-16T04:17:59.877Z Downloaded foreign-types-macros v0.2.3
7632024-12-16T04:17:59.877Z Downloaded foreign-types v0.5.0
7642024-12-16T04:17:59.880Z Downloaded fastrand v2.1.1
7652024-12-16T04:17:59.880Z Downloaded errno v0.3.9
7662024-12-16T04:17:59.883Z Downloaded defmt-parser v0.3.4
7672024-12-16T04:17:59.883Z Downloaded cpufeatures v0.2.14
7682024-12-16T04:17:59.883Z Downloaded serde_urlencoded v0.7.1
7692024-12-16T04:17:59.886Z Downloaded serde_path_to_error v0.1.16
7702024-12-16T04:17:59.886Z Downloaded block-buffer v0.10.4
7712024-12-16T04:17:59.889Z Downloaded convert_case v0.4.0
7722024-12-16T04:17:59.889Z Downloaded cfg-if v1.0.0
7732024-12-16T04:17:59.891Z Downloaded camino v1.1.9
7742024-12-16T04:17:59.891Z Downloaded either v1.13.0
7752024-12-16T04:17:59.894Z Downloaded progenitor-macro v0.8.0
7762024-12-16T04:17:59.894Z Downloaded form_urlencoded v1.2.1
7772024-12-16T04:17:59.894Z Downloaded dyn-clone v1.0.17
7782024-12-16T04:17:59.897Z Downloaded crypto-common v0.1.6
7792024-12-16T04:17:59.897Z Downloaded dof v0.3.0
7802024-12-16T04:17:59.899Z Downloaded dirs-next v2.0.0
7812024-12-16T04:17:59.899Z Downloaded digest v0.10.7
7822024-12-16T04:17:59.902Z Downloaded cobs v0.2.3
7832024-12-16T04:17:59.902Z Downloaded pest_generator v2.7.13
7842024-12-16T04:17:59.905Z Downloaded async-stream v0.3.5
7852024-12-16T04:17:59.905Z Downloaded fnv v1.0.7
7862024-12-16T04:17:59.908Z Downloaded ciborium-ll v0.2.2
7872024-12-16T04:17:59.908Z Downloaded byteorder v1.5.0
7882024-12-16T04:17:59.908Z Downloaded anstyle v1.0.10
7892024-12-16T04:17:59.911Z Downloaded atomic-waker v1.1.2
7902024-12-16T04:18:00.030Z Downloaded ring v0.17.8
7912024-12-16T04:18:00.381Z Compiling proc-macro2 v1.0.86
7922024-12-16T04:18:00.381Z Compiling unicode-ident v1.0.13
7932024-12-16T04:18:00.383Z Compiling libc v0.2.167
7942024-12-16T04:18:00.383Z Compiling serde v1.0.215
7952024-12-16T04:18:00.384Z Compiling version_check v0.9.5
7962024-12-16T04:18:00.384Z Compiling autocfg v1.3.0
7972024-12-16T04:18:00.447Z Compiling cfg-if v1.0.0
7982024-12-16T04:18:00.588Z Compiling once_cell v1.20.2
7992024-12-16T04:18:00.608Z Compiling libm v0.2.8
8002024-12-16T04:18:00.627Z Compiling memchr v2.7.4
8012024-12-16T04:18:01.020Z Compiling byteorder v1.5.0
8022024-12-16T04:18:01.215Z Compiling parking_lot_core v0.9.10
8032024-12-16T04:18:01.273Z Compiling lock_api v0.4.12
8042024-12-16T04:18:01.465Z Compiling shlex v1.3.0
8052024-12-16T04:18:01.670Z Compiling thiserror v1.0.69
8062024-12-16T04:18:01.827Z Compiling cc v1.1.21
8072024-12-16T04:18:02.123Z Compiling itoa v1.0.11
8082024-12-16T04:18:02.260Z Compiling quote v1.0.37
8092024-12-16T04:18:02.367Z Compiling portable-atomic v1.8.0
8102024-12-16T04:18:02.387Z Compiling slab v0.4.9
8112024-12-16T04:18:02.755Z Compiling syn v2.0.87
8122024-12-16T04:18:02.782Z Compiling getrandom v0.2.15
8132024-12-16T04:18:02.920Z Compiling schemars v0.8.21
8142024-12-16T04:18:03.090Z Compiling ahash v0.8.11
8152024-12-16T04:18:03.109Z Compiling allocator-api2 v0.2.18
8162024-12-16T04:18:03.299Z Compiling num-traits v0.2.19
8172024-12-16T04:18:03.375Z Compiling ryu v1.0.18
8182024-12-16T04:18:03.676Z Compiling serde_json v1.0.133
8192024-12-16T04:18:03.887Z Compiling pin-project-lite v0.2.14
8202024-12-16T04:18:04.326Z Compiling log v0.4.22
8212024-12-16T04:18:04.403Z Compiling scopeguard v1.2.0
8222024-12-16T04:18:04.421Z Compiling equivalent v1.0.1
8232024-12-16T04:18:04.472Z Compiling fnv v1.0.7
8242024-12-16T04:18:04.582Z Compiling heck v0.5.0
8252024-12-16T04:18:04.866Z Compiling pkg-config v0.3.31
8262024-12-16T04:18:04.952Z Compiling ring v0.17.8
8272024-12-16T04:18:05.054Z Compiling vcpkg v0.2.15
8282024-12-16T04:18:05.082Z Compiling crunchy v0.2.2
8292024-12-16T04:18:05.660Z Compiling signal-hook-registry v1.4.2
8302024-12-16T04:18:06.105Z Compiling mio v1.0.2
8312024-12-16T04:18:06.245Z Compiling socket2 v0.5.8
8322024-12-16T04:18:06.440Z Compiling httparse v1.9.4
8332024-12-16T04:18:06.631Z Compiling tiny-keccak v2.0.2
8342024-12-16T04:18:06.832Z Compiling openssl-sys v0.9.103
8352024-12-16T04:18:06.979Z Compiling slog v2.7.0
8362024-12-16T04:18:07.225Z Compiling iana-time-zone v0.1.61
8372024-12-16T04:18:07.750Z Compiling const-random-macro v0.1.16
8382024-12-16T04:18:07.817Z Compiling futures-core v0.3.30
8392024-12-16T04:18:07.903Z Compiling dyn-clone v1.0.17
8402024-12-16T04:18:07.943Z Compiling openssl v0.10.66
8412024-12-16T04:18:08.084Z Compiling futures-sink v0.3.30
8422024-12-16T04:18:08.464Z Compiling semver v1.0.23
8432024-12-16T04:18:08.491Z Compiling rustls v0.23.13
8442024-12-16T04:18:08.533Z Compiling const-random v0.1.18
8452024-12-16T04:18:08.637Z Compiling typenum v1.17.0
8462024-12-16T04:18:08.764Z Compiling native-tls v0.2.12
8472024-12-16T04:18:08.784Z Compiling futures-channel v0.3.30
8482024-12-16T04:18:08.825Z Compiling pin-utils v0.1.0
8492024-12-16T04:18:08.927Z Compiling futures-io v0.3.30
8502024-12-16T04:18:08.948Z Compiling futures-task v0.3.30
8512024-12-16T04:18:08.993Z Compiling generic-array v0.14.7
8522024-12-16T04:18:09.191Z Compiling tracing-core v0.1.32
8532024-12-16T04:18:09.217Z Compiling bitflags v2.6.0
8542024-12-16T04:18:09.294Z Compiling subtle v2.6.1
8552024-12-16T04:18:09.312Z Compiling ucd-trie v0.1.6
8562024-12-16T04:18:09.343Z Compiling aho-corasick v1.1.3
8572024-12-16T04:18:09.363Z Compiling regex-syntax v0.8.4
8582024-12-16T04:18:09.588Z Compiling anyhow v1.0.94
8592024-12-16T04:18:09.794Z Compiling time-core v0.1.2
8602024-12-16T04:18:09.846Z Compiling num-conv v0.1.0
8612024-12-16T04:18:10.148Z Compiling serde_derive_internals v0.29.1
8622024-12-16T04:18:10.191Z Compiling time-macros v0.2.18
8632024-12-16T04:18:11.468Z Compiling spin v0.9.8
8642024-12-16T04:18:11.644Z Compiling rustls-pki-types v1.8.0
8652024-12-16T04:18:12.395Z Compiling usdt-impl v0.5.0
8662024-12-16T04:18:12.801Z Compiling untrusted v0.9.0
8672024-12-16T04:18:12.938Z Compiling regex-automata v0.4.7
8682024-12-16T04:18:13.000Z Compiling omicron-workspace-hack v0.1.0
8692024-12-16T04:18:13.541Z Compiling atomic-waker v1.1.2
8702024-12-16T04:18:13.741Z Compiling plain v0.2.3
8712024-12-16T04:18:13.762Z Compiling rustversion v1.0.17
8722024-12-16T04:18:13.914Z Compiling strsim v0.11.1
8732024-12-16T04:18:14.482Z Compiling tinyvec_macros v0.1.1
8742024-12-16T04:18:14.595Z Compiling tinyvec v1.8.0
8752024-12-16T04:18:15.757Z Compiling rand_core v0.6.4
8762024-12-16T04:18:15.779Z Compiling serde_derive v1.0.215
8772024-12-16T04:18:16.264Z Compiling zerocopy-derive v0.7.35
8782024-12-16T04:18:16.320Z Compiling thiserror-impl v1.0.69
8792024-12-16T04:18:16.463Z Compiling tokio-macros v2.4.0
8802024-12-16T04:18:17.011Z Compiling schemars_derive v0.8.21
8812024-12-16T04:18:18.089Z Compiling futures-macro v0.3.30
8822024-12-16T04:18:18.451Z Compiling zerocopy v0.7.35
8832024-12-16T04:18:20.280Z Compiling openssl-macros v0.1.1
8842024-12-16T04:18:20.316Z Compiling futures-util v0.3.30
8852024-12-16T04:18:20.369Z Compiling tracing-attributes v0.1.27
8862024-12-16T04:18:20.578Z Compiling hashbrown v0.14.5
8872024-12-16T04:18:20.970Z Compiling scroll_derive v0.12.0
8882024-12-16T04:18:21.196Z Compiling pest v2.7.13
8892024-12-16T04:18:22.061Z Compiling regress v0.10.1
8902024-12-16T04:18:22.542Z Compiling regex v1.10.6
8912024-12-16T04:18:23.448Z Compiling scroll v0.12.0
8922024-12-16T04:18:23.872Z Compiling tracing v0.1.40
8932024-12-16T04:18:24.052Z Compiling pest_meta v2.7.13
8942024-12-16T04:18:24.649Z Compiling goblin v0.8.2
8952024-12-16T04:18:26.961Z Compiling pest_generator v2.7.13
8962024-12-16T04:18:27.466Z Compiling rustls-webpki v0.102.8
8972024-12-16T04:18:28.304Z Compiling pretty-hex v0.4.1
8982024-12-16T04:18:28.530Z Compiling unsafe-libyaml v0.2.11
8992024-12-16T04:18:28.843Z Compiling pest_derive v2.7.13
9002024-12-16T04:18:29.812Z Compiling try-lock v0.2.5
9012024-12-16T04:18:29.986Z Compiling bytes v1.7.2
9022024-12-16T04:18:30.574Z Compiling smallvec v1.13.2
9032024-12-16T04:18:31.212Z Compiling indexmap v2.5.0
9042024-12-16T04:18:32.079Z Compiling uuid v1.11.0
9052024-12-16T04:18:32.351Z Compiling chrono v0.4.38
9062024-12-16T04:18:32.794Z Compiling parking_lot v0.12.3
9072024-12-16T04:18:32.875Z Compiling serde_tokenstream v0.2.2
9082024-12-16T04:18:32.997Z Compiling http v1.2.0
9092024-12-16T04:18:33.368Z Compiling tokio v1.42.0
9102024-12-16T04:18:37.123Z Compiling openapiv3 v2.0.0
9112024-12-16T04:18:37.283Z Compiling percent-encoding v2.3.1
9122024-12-16T04:18:37.825Z Compiling zeroize v1.8.1
9132024-12-16T04:18:38.213Z Compiling typify-impl v0.2.0
9142024-12-16T04:18:39.656Z Compiling http-body v1.0.1
9152024-12-16T04:18:40.232Z Compiling ipnetwork v0.20.0
9162024-12-16T04:18:41.105Z Compiling form_urlencoded v1.2.1
9172024-12-16T04:18:41.643Z Compiling serde_yaml v0.9.34+deprecated
9182024-12-16T04:18:41.696Z Compiling dof v0.3.0
9192024-12-16T04:18:41.778Z Compiling want v0.3.1
9202024-12-16T04:18:42.097Z Compiling dtrace-parser v0.2.0
9212024-12-16T04:18:43.477Z Compiling unicode-normalization v0.1.24
9222024-12-16T04:18:43.917Z Compiling tokio-util v0.7.12
9232024-12-16T04:18:45.059Z Compiling h2 v0.4.6
9242024-12-16T04:18:45.600Z Compiling thread-id v4.2.2
9252024-12-16T04:18:45.720Z Compiling camino v1.1.9
9262024-12-16T04:18:45.865Z Compiling unicode-bidi v0.3.15
9272024-12-16T04:18:46.061Z Compiling httpdate v1.0.3
9282024-12-16T04:18:46.368Z Compiling rustls v0.22.4
9292024-12-16T04:18:46.459Z Compiling ident_case v1.0.1
9302024-12-16T04:18:46.649Z Compiling foreign-types-shared v0.1.1
9312024-12-16T04:18:46.710Z Compiling syn v1.0.109
9322024-12-16T04:18:46.786Z Compiling foreign-types v0.3.2
9332024-12-16T04:18:46.840Z Compiling darling_core v0.20.10
9342024-12-16T04:18:47.412Z Compiling ppv-lite86 v0.2.20
9352024-12-16T04:18:48.639Z Compiling tower-service v0.3.3
9362024-12-16T04:18:48.867Z Compiling slog-async v2.8.0
9372024-12-16T04:18:49.910Z Compiling rand_chacha v0.3.1
9382024-12-16T04:18:50.681Z Compiling typify-macro v0.2.0
9392024-12-16T04:18:51.671Z Compiling hyper v1.5.1
9402024-12-16T04:18:53.300Z Compiling darling_macro v0.20.10
9412024-12-16T04:18:54.419Z Compiling idna v0.5.0
9422024-12-16T04:18:54.814Z Compiling typify v0.2.0
9432024-12-16T04:18:54.956Z Compiling progenitor-impl v0.8.0
9442024-12-16T04:18:58.354Z Compiling hyper-util v0.1.10
9452024-12-16T04:19:00.447Z Compiling toml_datetime v0.6.8
9462024-12-16T04:19:01.906Z Compiling multer v3.1.0
9472024-12-16T04:19:01.929Z Compiling progenitor-macro v0.8.0
9482024-12-16T04:19:02.830Z Compiling paste v1.0.15
9492024-12-16T04:19:03.367Z Compiling openssl-probe v0.1.5
9502024-12-16T04:19:06.053Z Compiling url v2.5.2
9512024-12-16T04:19:06.206Z Compiling darling v0.20.10
9522024-12-16T04:19:06.459Z Compiling rand v0.8.5
9532024-12-16T04:19:09.291Z Compiling usdt-attr-macro v0.5.0
9542024-12-16T04:19:11.092Z Compiling usdt-macro v0.5.0
9552024-12-16T04:19:11.780Z Compiling http-body-util v0.1.2
9562024-12-16T04:19:12.381Z Compiling async-trait v0.1.83
9572024-12-16T04:19:14.312Z Compiling encoding_rs v0.8.34
9582024-12-16T04:19:14.758Z Compiling base64 v0.22.1
9592024-12-16T04:19:14.984Z Compiling mime v0.3.17
9602024-12-16T04:19:15.401Z Compiling ipnet v2.10.0
9612024-12-16T04:19:15.869Z Compiling rustls-pemfile v2.1.3
9622024-12-16T04:19:17.921Z Compiling tokio-rustls v0.26.0
9632024-12-16T04:19:18.454Z Compiling serde_with_macros v3.9.0
9642024-12-16T04:19:18.558Z Compiling tokio-native-tls v0.3.1
9652024-12-16T04:19:19.547Z Compiling strum_macros v0.26.4
9662024-12-16T04:19:20.104Z Compiling serde_urlencoded v0.7.1
9672024-12-16T04:19:21.144Z Compiling async-stream-impl v0.3.5
9682024-12-16T04:19:21.320Z Compiling structmeta-derive v0.3.0
9692024-12-16T04:19:22.618Z Compiling webpki-roots v0.26.6
9702024-12-16T04:19:22.857Z Compiling dropshot v0.12.0
9712024-12-16T04:19:23.222Z Compiling crossbeam-utils v0.8.20
9722024-12-16T04:19:23.869Z Compiling powerfmt v0.2.0
9732024-12-16T04:19:24.335Z Compiling structmeta v0.3.0
9742024-12-16T04:19:24.463Z Compiling deranged v0.3.11
9752024-12-16T04:19:25.374Z Compiling hyper-rustls v0.27.3
9762024-12-16T04:19:25.534Z Compiling hyper-tls v0.6.0
9772024-12-16T04:19:26.842Z Compiling sync_wrapper v1.0.1
9782024-12-16T04:19:27.309Z Compiling num_threads v0.1.7
9792024-12-16T04:19:28.426Z Compiling winnow v0.6.18
9802024-12-16T04:19:30.008Z Compiling time v0.3.36
9812024-12-16T04:19:32.039Z Compiling reqwest v0.12.9
9822024-12-16T04:19:32.997Z Compiling parse-display-derive v0.10.0
9832024-12-16T04:19:34.724Z Compiling block-buffer v0.10.4
9842024-12-16T04:19:34.983Z Compiling crypto-common v0.1.6
9852024-12-16T04:19:35.221Z Compiling dropshot_endpoint v0.12.0
9862024-12-16T04:19:36.475Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9872024-12-16T04:19:39.269Z Compiling digest v0.10.7
9882024-12-16T04:19:39.725Z Compiling progenitor-client v0.8.0
9892024-12-16T04:19:40.645Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9902024-12-16T04:19:42.522Z Compiling dirs-sys-next v0.1.2
9912024-12-16T04:19:43.261Z Compiling lazy_static v1.5.0
9922024-12-16T04:19:43.423Z Compiling match_cfg v0.1.0
9932024-12-16T04:19:43.534Z Compiling rustix v0.38.37
9942024-12-16T04:19:44.450Z Compiling hostname v0.3.1
9952024-12-16T04:19:44.474Z Compiling dirs-next v2.0.0
9962024-12-16T04:19:44.732Z Compiling progenitor v0.8.0
9972024-12-16T04:19:44.976Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9982024-12-16T04:19:47.414Z Compiling futures-executor v0.3.30
9992024-12-16T04:19:48.286Z Compiling thread_local v1.1.8
10002024-12-16T04:19:48.396Z Compiling errno v0.3.9
10012024-12-16T04:19:48.979Z Compiling instant v0.1.13
10022024-12-16T04:19:49.180Z Compiling cpufeatures v0.2.14
10032024-12-16T04:19:49.301Z Compiling unicode-width v0.1.14
10042024-12-16T04:19:51.581Z Compiling futures v0.3.30
10052024-12-16T04:19:53.173Z Compiling term v0.7.0
10062024-12-16T04:19:53.977Z Compiling crossbeam-channel v0.5.13
10072024-12-16T04:19:55.975Z Compiling serde_spanned v0.6.7
10082024-12-16T04:19:56.493Z Compiling is-terminal v0.4.13
10092024-12-16T04:19:56.639Z Compiling memmap v0.7.0
10102024-12-16T04:19:57.099Z Compiling take_mut v0.2.2
10112024-12-16T04:19:57.674Z Compiling usdt v0.5.0
10122024-12-16T04:19:57.747Z Compiling slog-term v2.9.1
10132024-12-16T04:19:59.152Z Compiling toml_edit v0.22.21
10142024-12-16T04:20:00.576Z Compiling slog-json v2.6.1
10152024-12-16T04:20:01.048Z Compiling strum v0.26.3
10162024-12-16T04:20:01.255Z Compiling serde_with v3.9.0
10172024-12-16T04:20:03.295Z Compiling debug-ignore v1.0.5
10182024-12-16T04:20:04.016Z Compiling heapless v0.8.0
10192024-12-16T04:20:05.899Z Compiling tokio-rustls v0.25.0
10202024-12-16T04:20:06.513Z Compiling toml v0.8.19
10212024-12-16T04:20:08.924Z Compiling slog-bunyan v2.5.0
10222024-12-16T04:20:09.058Z Compiling sha1 v0.10.6
10232024-12-16T04:20:09.652Z Compiling async-stream v0.3.5
10242024-12-16T04:20:09.895Z Compiling newtype-uuid v1.1.0
10252024-12-16T04:20:09.988Z Compiling serde_path_to_error v0.1.16
10262024-12-16T04:20:10.262Z Compiling hex v0.4.3
10272024-12-16T04:20:10.747Z Compiling waitgroup v0.1.2
10282024-12-16T04:20:11.002Z Compiling hostname v0.4.0
10292024-12-16T04:20:11.005Z Compiling hash32 v0.3.1
10302024-12-16T04:20:11.260Z Compiling smoltcp v0.11.0
10312024-12-16T04:20:11.362Z Compiling stable_deref_trait v1.2.0
10322024-12-16T04:20:14.207Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10332024-12-16T04:20:14.288Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10342024-12-16T04:20:14.390Z Compiling backoff v0.4.0
10352024-12-16T04:20:14.812Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10362024-12-16T04:20:14.834Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10372024-12-16T04:20:15.053Z Compiling parse-display v0.10.0
10382024-12-16T04:20:17.120Z Compiling macaddr v1.0.1
10392024-12-16T04:20:17.808Z Compiling regress v0.9.1
10402024-12-16T04:20:18.475Z Compiling clap_derive v4.5.18
10412024-12-16T04:20:21.701Z Compiling winnow v0.5.40
10422024-12-16T04:20:22.889Z Compiling bitflags v1.3.2
10432024-12-16T04:20:23.002Z Compiling managed v0.8.0
10442024-12-16T04:20:23.441Z Compiling cobs v0.2.3
10452024-12-16T04:20:23.573Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10462024-12-16T04:20:23.999Z Compiling utf8parse v0.2.2
10472024-12-16T04:20:24.186Z Compiling anstyle-parse v0.2.5
10482024-12-16T04:20:24.657Z Compiling postcard v1.0.10
10492024-12-16T04:20:25.394Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10502024-12-16T04:20:25.842Z Compiling toml_edit v0.19.15
10512024-12-16T04:20:32.453Z Compiling anstyle-query v1.1.1
10522024-12-16T04:20:32.615Z Compiling is_terminal_polyfill v1.70.1
10532024-12-16T04:20:32.768Z Compiling colorchoice v1.0.2
10542024-12-16T04:20:33.185Z Compiling anstyle v1.0.10
10552024-12-16T04:20:34.092Z Compiling anstream v0.6.15
10562024-12-16T04:20:35.196Z Compiling proc-macro-crate v1.3.1
10572024-12-16T04:20:35.932Z Compiling terminal_size v0.4.0
10582024-12-16T04:20:36.072Z Compiling clap_lex v0.7.4
10592024-12-16T04:20:36.141Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10602024-12-16T04:20:36.533Z Compiling clap_builder v4.5.23
10612024-12-16T04:20:36.816Z Compiling num_enum_derive v0.5.11
10622024-12-16T04:20:38.051Z Compiling tabwriter v1.4.0
10632024-12-16T04:20:38.966Z Compiling foreign-types-macros v0.2.3
10642024-12-16T04:20:39.205Z Compiling num-integer v0.1.46
10652024-12-16T04:20:40.002Z Compiling foreign-types-shared v0.3.1
10662024-12-16T04:20:40.144Z Compiling num_enum v0.5.11
10672024-12-16T04:20:40.344Z Compiling foreign-types v0.5.0
10682024-12-16T04:20:40.701Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10692024-12-16T04:20:40.999Z Compiling clap v4.5.23
10702024-12-16T04:20:41.381Z Compiling cstr-argument v0.1.2
10712024-12-16T04:20:41.546Z Compiling proc-macro-error-attr v1.0.4
10722024-12-16T04:20:41.923Z Compiling pretty-hex v0.2.1
10732024-12-16T04:20:42.006Z Compiling prettyplease v0.2.22
10742024-12-16T04:20:42.153Z Compiling heck v0.4.1
10752024-12-16T04:20:42.285Z Compiling either v1.13.0
10762024-12-16T04:20:42.761Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10772024-12-16T04:20:43.331Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782024-12-16T04:20:43.530Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-12-16T04:20:44.827Z Compiling num-rational v0.4.2
10802024-12-16T04:20:45.935Z Compiling num-iter v0.1.45
10812024-12-16T04:20:46.150Z Compiling colored v2.2.0
10822024-12-16T04:20:47.539Z Compiling num-complex v0.4.6
10832024-12-16T04:20:48.246Z Compiling proc-macro-error v1.0.4
10842024-12-16T04:20:48.266Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-12-16T04:20:48.634Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862024-12-16T04:20:48.655Z Compiling fastrand v2.1.1
10872024-12-16T04:20:48.918Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10882024-12-16T04:20:49.127Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10892024-12-16T04:20:49.356Z Compiling tempfile v3.12.0
10902024-12-16T04:20:50.132Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-12-16T04:20:50.353Z Compiling num v0.4.3
10922024-12-16T04:20:53.700Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-12-16T04:20:54.329Z Compiling float-ord v0.3.2
10942024-12-16T04:20:54.534Z Compiling crucible-workspace-hack v0.1.0
10952024-12-16T04:20:54.751Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10962024-12-16T04:21:01.964Z Compiling semver v0.1.20
10972024-12-16T04:21:02.701Z Compiling unicode-segmentation v1.12.0
10982024-12-16T04:21:03.030Z Compiling rustc_version v0.1.7
10992024-12-16T04:21:03.449Z Compiling newline-converter v0.3.0
11002024-12-16T04:21:03.452Z Compiling zone_cfg_derive v0.3.0
11012024-12-16T04:21:03.768Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-12-16T04:21:03.962Z Compiling camino-tempfile v1.1.1
11032024-12-16T04:21:04.562Z Compiling itertools v0.10.5
11042024-12-16T04:21:04.864Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11052024-12-16T04:21:05.061Z Compiling console v0.15.8
11062024-12-16T04:21:05.383Z Compiling num-derive v0.4.2
11072024-12-16T04:21:06.847Z Compiling sigpipe v0.1.3
11082024-12-16T04:21:07.194Z Compiling similar v2.6.0
11092024-12-16T04:21:07.913Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11102024-12-16T04:21:07.943Z Compiling base64ct v1.6.0
11112024-12-16T04:21:08.107Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11122024-12-16T04:21:08.296Z Compiling expectorate v1.1.0
11132024-12-16T04:21:08.510Z Compiling password-hash v0.5.0
11142024-12-16T04:21:08.654Z Compiling zone v0.3.0
11152024-12-16T04:21:09.742Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11162024-12-16T04:21:10.723Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11172024-12-16T04:21:10.797Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-12-16T04:21:12.195Z Compiling newtype_derive v0.1.6
11192024-12-16T04:21:12.599Z Compiling blake2 v0.10.6
11202024-12-16T04:21:13.129Z Compiling hubpack_derive v0.1.1
11212024-12-16T04:21:13.720Z Compiling smf v0.2.3
11222024-12-16T04:21:13.825Z Compiling zerocopy-derive v0.6.6
11232024-12-16T04:21:14.122Z Compiling fixedbitset v0.4.2
11242024-12-16T04:21:14.143Z Compiling owo-colors v4.1.0
11252024-12-16T04:21:14.510Z Compiling whoami v1.5.2
11262024-12-16T04:21:14.733Z Compiling cancel-safe-futures v0.1.5
11272024-12-16T04:21:14.853Z Compiling petgraph v0.6.5
11282024-12-16T04:21:15.219Z Compiling hubpack v0.1.2
11292024-12-16T04:21:15.431Z Compiling argon2 v0.5.3
11302024-12-16T04:21:15.990Z Compiling zerocopy v0.6.6
11312024-12-16T04:21:17.057Z Compiling strum_macros v0.25.3
11322024-12-16T04:21:17.967Z Compiling serde-big-array v0.5.1
11332024-12-16T04:21:18.233Z Compiling serde_repr v0.1.19
11342024-12-16T04:21:19.532Z Compiling cookie v0.18.1
11352024-12-16T04:21:19.602Z Compiling static_assertions v1.1.0
11362024-12-16T04:21:19.722Z Compiling convert_case v0.4.0
11372024-12-16T04:21:19.978Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-12-16T04:21:20.321Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-12-16T04:21:20.519Z Compiling derive_more v0.99.18
11402024-12-16T04:21:20.948Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11412024-12-16T04:21:22.907Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-16T04:21:23.557Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-16T04:21:23.954Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-12-16T04:21:26.424Z Compiling atomicwrites v0.4.4
11452024-12-16T04:21:26.947Z Compiling itertools v0.13.0
11462024-12-16T04:21:27.646Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-12-16T04:21:28.913Z Compiling idna v0.4.0
11482024-12-16T04:21:29.681Z Compiling libsw v3.3.1
11492024-12-16T04:21:30.047Z Compiling derive-where v1.2.7
11502024-12-16T04:21:30.293Z Compiling enum-as-inner v0.6.1
11512024-12-16T04:21:30.375Z Compiling indent_write v2.2.0
11522024-12-16T04:21:30.634Z Compiling quick-error v1.2.3
11532024-12-16T04:21:30.803Z Compiling linked-hash-map v0.5.6
11542024-12-16T04:21:31.068Z Compiling linear-map v1.2.0
11552024-12-16T04:21:31.261Z Compiling highway v1.2.0
11562024-12-16T04:21:31.452Z Compiling data-encoding v2.6.0
11572024-12-16T04:21:31.536Z Compiling swrite v0.1.0
11582024-12-16T04:21:31.684Z Compiling lru-cache v0.1.2
11592024-12-16T04:21:31.931Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11602024-12-16T04:21:32.726Z Compiling hickory-proto v0.24.1
11612024-12-16T04:21:32.954Z Compiling resolv-conf v0.7.0
11622024-12-16T04:21:33.502Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-16T04:21:34.636Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-16T04:21:36.743Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-16T04:21:37.156Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-16T04:21:38.702Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-12-16T04:21:38.941Z Compiling steno v0.4.1
11682024-12-16T04:21:42.126Z Compiling slog-dtrace v0.3.0
11692024-12-16T04:21:42.509Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-12-16T04:21:42.611Z Compiling humantime v2.1.0
11712024-12-16T04:21:42.910Z Compiling parking_lot_core v0.8.6
11722024-12-16T04:21:43.420Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-12-16T04:21:43.552Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11742024-12-16T04:21:43.604Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11752024-12-16T04:21:45.765Z Compiling hickory-resolver v0.24.1
11762024-12-16T04:21:46.722Z Compiling num-derive v0.3.3
11772024-12-16T04:21:47.040Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-12-16T04:21:47.413Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11792024-12-16T04:21:47.814Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-12-16T04:21:49.017Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-12-16T04:21:49.784Z Compiling parking_lot v0.11.2
11822024-12-16T04:21:50.132Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11832024-12-16T04:21:51.645Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-12-16T04:21:51.816Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852024-12-16T04:21:53.945Z Compiling crossbeam-epoch v0.9.18
11862024-12-16T04:21:54.694Z Compiling fxhash v0.2.1
11872024-12-16T04:21:54.947Z Compiling crc32fast v1.4.2
11882024-12-16T04:21:55.179Z Compiling crc8 v0.1.1
11892024-12-16T04:21:55.509Z Compiling arc-swap v1.7.1
11902024-12-16T04:21:55.509Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-12-16T04:21:56.248Z Compiling slog-scope v4.4.0
11922024-12-16T04:21:57.061Z Compiling sled v0.34.7
11932024-12-16T04:22:00.719Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-12-16T04:22:02.148Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11952024-12-16T04:22:02.715Z Compiling slog-stdlog v4.1.1
11962024-12-16T04:22:03.549Z Compiling slog-envlogger v2.2.0
11972024-12-16T04:22:04.762Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-12-16T04:22:05.215Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11992024-12-16T04:22:16.792Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-12-16T04:22:19.976Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12012024-12-16T04:22:22.953Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12022024-12-16T04:22:54.420Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12032024-12-16T04:22:54.420Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12042024-12-16T04:23:01.907Z Finished `release` profile [optimized] target(s) in 5m 22s
12052024-12-16T04:23:02.230Z+ banner trio
12062024-12-16T04:23:02.232Z
12072024-12-16T04:23:02.233Z ##### ##### # ####
12082024-12-16T04:23:02.233Z # # # # # #
12092024-12-16T04:23:02.233Z # # # # # #
12102024-12-16T04:23:02.233Z # ##### # # #
12112024-12-16T04:23:02.233Z # # # # # #
12122024-12-16T04:23:02.233Z # # # # ####
12132024-12-16T04:23:02.233Z
12142024-12-16T04:23:02.233Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12152024-12-16T04:23:02.720Z Compiling cfg-if v1.0.0
12162024-12-16T04:23:02.720Z Compiling libc v0.2.167
12172024-12-16T04:23:02.720Z Compiling serde v1.0.215
12182024-12-16T04:23:02.720Z Compiling once_cell v1.20.2
12192024-12-16T04:23:02.723Z Compiling itoa v1.0.11
12202024-12-16T04:23:02.723Z Compiling byteorder v1.5.0
12212024-12-16T04:23:02.800Z Compiling syn v2.0.87
12222024-12-16T04:23:02.805Z Compiling bytes v1.7.2
12232024-12-16T04:23:02.854Z Compiling num-traits v0.2.19
12242024-12-16T04:23:02.997Z Compiling zerocopy v0.7.35
12252024-12-16T04:23:03.156Z Compiling pin-project-lite v0.2.14
12262024-12-16T04:23:03.201Z Compiling ahash v0.8.11
12272024-12-16T04:23:03.246Z Compiling schemars v0.8.21
12282024-12-16T04:23:03.259Z Compiling memchr v2.7.4
12292024-12-16T04:23:03.279Z Compiling scopeguard v1.2.0
12302024-12-16T04:23:03.407Z Compiling smallvec v1.13.2
12312024-12-16T04:23:03.433Z Compiling allocator-api2 v0.2.18
12322024-12-16T04:23:03.618Z Compiling lock_api v0.4.12
12332024-12-16T04:23:04.174Z Compiling fnv v1.0.7
12342024-12-16T04:23:04.299Z Compiling hashbrown v0.14.5
12352024-12-16T04:23:04.310Z Compiling log v0.4.22
12362024-12-16T04:23:04.396Z Compiling getrandom v0.2.15
12372024-12-16T04:23:04.425Z Compiling parking_lot_core v0.9.10
12382024-12-16T04:23:04.727Z Compiling socket2 v0.5.8
12392024-12-16T04:23:04.779Z Compiling mio v1.0.2
12402024-12-16T04:23:04.869Z Compiling parking_lot v0.12.3
12412024-12-16T04:23:05.288Z Compiling signal-hook-registry v1.4.2
12422024-12-16T04:23:05.458Z Compiling futures-core v0.3.30
12432024-12-16T04:23:05.784Z Compiling ryu v1.0.18
12442024-12-16T04:23:05.968Z Compiling equivalent v1.0.1
12452024-12-16T04:23:06.193Z Compiling tracing-core v0.1.32
12462024-12-16T04:23:06.349Z Compiling serde_json v1.0.133
12472024-12-16T04:23:06.385Z Compiling uuid v1.11.0
12482024-12-16T04:23:06.452Z Compiling regress v0.10.1
12492024-12-16T04:23:06.480Z Compiling pin-utils v0.1.0
12502024-12-16T04:23:06.583Z Compiling futures-sink v0.3.30
12512024-12-16T04:23:06.748Z Compiling futures-task v0.3.30
12522024-12-16T04:23:06.900Z Compiling untrusted v0.9.0
12532024-12-16T04:23:06.955Z Compiling spin v0.9.8
12542024-12-16T04:23:06.969Z Compiling futures-util v0.3.30
12552024-12-16T04:23:07.061Z Compiling slab v0.4.9
12562024-12-16T04:23:07.154Z Compiling ring v0.17.8
12572024-12-16T04:23:07.318Z Compiling try-lock v0.2.5
12582024-12-16T04:23:07.479Z Compiling want v0.3.1
12592024-12-16T04:23:07.787Z Compiling httparse v1.9.4
12602024-12-16T04:23:08.022Z Compiling chrono v0.4.38
12612024-12-16T04:23:08.660Z Compiling futures-channel v0.3.30
12622024-12-16T04:23:08.943Z Compiling dyn-clone v1.0.17
12632024-12-16T04:23:09.153Z Compiling tower-service v0.3.3
12642024-12-16T04:23:09.163Z Compiling foreign-types-shared v0.1.1
12652024-12-16T04:23:09.270Z Compiling foreign-types v0.3.2
12662024-12-16T04:23:09.286Z Compiling openssl-sys v0.9.103
12672024-12-16T04:23:09.721Z Compiling serde_derive_internals v0.29.1
12682024-12-16T04:23:10.122Z Compiling unicode-ident v1.0.13
12692024-12-16T04:23:10.134Z Compiling bitflags v2.6.0
12702024-12-16T04:23:10.326Z Compiling proc-macro2 v1.0.86
12712024-12-16T04:23:10.509Z Compiling http v1.2.0
12722024-12-16T04:23:10.747Z Compiling openssl-probe v0.1.5
12732024-12-16T04:23:11.255Z Compiling semver v1.0.23
12742024-12-16T04:23:11.300Z Compiling tinyvec_macros v0.1.1
12752024-12-16T04:23:11.396Z Compiling tinyvec v1.8.0
12762024-12-16T04:23:11.857Z Compiling quote v1.0.37
12772024-12-16T04:23:12.080Z Compiling percent-encoding v2.3.1
12782024-12-16T04:23:13.190Z Compiling unicode-normalization v0.1.24
12792024-12-16T04:23:13.989Z Compiling form_urlencoded v1.2.1
12802024-12-16T04:23:14.522Z Compiling aho-corasick v1.1.3
12812024-12-16T04:23:14.674Z Compiling http v0.2.12
12822024-12-16T04:23:15.370Z Compiling rustls-pki-types v1.8.0
12832024-12-16T04:23:15.535Z Compiling serde_derive v1.0.215
12842024-12-16T04:23:15.566Z Compiling zerocopy-derive v0.7.35
12852024-12-16T04:23:15.900Z Compiling thiserror-impl v1.0.69
12862024-12-16T04:23:16.333Z Compiling tokio-macros v2.4.0
12872024-12-16T04:23:16.681Z Compiling schemars_derive v0.8.21
12882024-12-16T04:23:17.995Z Compiling tokio v1.42.0
12892024-12-16T04:23:18.989Z Compiling tracing-attributes v0.1.27
12902024-12-16T04:23:19.001Z Compiling thiserror v1.0.69
12912024-12-16T04:23:19.310Z Compiling openssl-macros v0.1.1
12922024-12-16T04:23:19.686Z Compiling heck v0.5.0
12932024-12-16T04:23:19.842Z Compiling unicode-bidi v0.3.15
12942024-12-16T04:23:20.199Z Compiling openssl v0.10.66
12952024-12-16T04:23:21.053Z Compiling idna v0.5.0
12962024-12-16T04:23:22.561Z Compiling tracing v0.1.40
12972024-12-16T04:23:22.915Z Compiling regex-automata v0.4.7
12982024-12-16T04:23:23.263Z Compiling http-body v1.0.1
12992024-12-16T04:23:30.797Z Compiling indexmap v2.5.0
13002024-12-16T04:23:31.098Z Compiling tokio-util v0.7.12
13012024-12-16T04:23:33.477Z Compiling serde_tokenstream v0.2.2
13022024-12-16T04:23:35.272Z Compiling native-tls v0.2.12
13032024-12-16T04:23:35.400Z Compiling slog v2.7.0
13042024-12-16T04:23:35.931Z Compiling tokio-native-tls v0.3.1
13052024-12-16T04:23:36.240Z Compiling regex-syntax v0.8.4
13062024-12-16T04:23:36.401Z Compiling atomic-waker v1.1.2
13072024-12-16T04:23:36.598Z Compiling h2 v0.4.6
13082024-12-16T04:23:37.495Z Compiling typify-impl v0.2.0
13092024-12-16T04:23:38.304Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13102024-12-16T04:23:38.732Z Compiling openapiv3 v2.0.0
13112024-12-16T04:23:47.904Z Compiling serde_urlencoded v0.7.1
13122024-12-16T04:23:48.507Z Compiling regex v1.10.6
13132024-12-16T04:23:49.653Z Compiling url v2.5.2
13142024-12-16T04:23:49.941Z Compiling encoding_rs v0.8.34
13152024-12-16T04:23:50.870Z Compiling mime v0.3.17
13162024-12-16T04:23:51.990Z Compiling ipnet v2.10.0
13172024-12-16T04:23:52.922Z Compiling rustls v0.21.12
13182024-12-16T04:23:53.280Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13192024-12-16T04:23:54.845Z Compiling typify-macro v0.2.0
13202024-12-16T04:23:55.397Z Compiling hyper v1.5.1
13212024-12-16T04:23:56.934Z Compiling h2 v0.3.26
13222024-12-16T04:23:57.282Z Compiling http-body v0.4.6
13232024-12-16T04:23:57.808Z Compiling rustls-webpki v0.102.8
13242024-12-16T04:23:58.856Z Compiling rustls-webpki v0.101.7
13252024-12-16T04:23:58.973Z Compiling sct v0.7.1
13262024-12-16T04:23:59.484Z Compiling zeroize v1.8.1
13272024-12-16T04:23:59.844Z Compiling toml_datetime v0.6.8
13282024-12-16T04:24:00.251Z Compiling httpdate v1.0.3
13292024-12-16T04:24:01.017Z Compiling subtle v2.6.1
13302024-12-16T04:24:01.027Z Compiling serde_yaml v0.9.34+deprecated
13312024-12-16T04:24:01.305Z Compiling rustls v0.23.13
13322024-12-16T04:24:02.646Z Compiling hyper v0.14.30
13332024-12-16T04:24:03.116Z Compiling toml_edit v0.19.15
13342024-12-16T04:24:05.987Z Compiling hyper-util v0.1.10
13352024-12-16T04:24:12.320Z Compiling lazy_static v1.5.0
13362024-12-16T04:24:12.479Z Compiling tokio-rustls v0.24.1
13372024-12-16T04:24:12.936Z Compiling tokio-rustls v0.26.0
13382024-12-16T04:24:13.177Z Compiling proc-macro-crate v1.3.1
13392024-12-16T04:24:13.450Z Compiling http-body-util v0.1.2
13402024-12-16T04:24:14.035Z Compiling webpki-roots v0.26.6
13412024-12-16T04:24:14.048Z Compiling base64 v0.21.7
13422024-12-16T04:24:14.267Z Compiling base64 v0.22.1
13432024-12-16T04:24:14.515Z Compiling crossbeam-utils v0.8.20
13442024-12-16T04:24:14.535Z Compiling hyper-rustls v0.27.3
13452024-12-16T04:24:15.222Z Compiling rustls-pemfile v2.1.3
13462024-12-16T04:24:15.311Z Compiling rustls-pemfile v1.0.4
13472024-12-16T04:24:15.367Z Compiling num_enum_derive v0.5.11
13482024-12-16T04:24:16.013Z Compiling hyper-tls v0.6.0
13492024-12-16T04:24:16.150Z Compiling hyper-rustls v0.24.2
13502024-12-16T04:24:16.343Z Compiling hyper-tls v0.5.0
13512024-12-16T04:24:16.540Z Compiling typify v0.2.0
13522024-12-16T04:24:16.556Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13532024-12-16T04:24:16.692Z Compiling ipnetwork v0.20.0
13542024-12-16T04:24:16.862Z Compiling ppv-lite86 v0.2.20
13552024-12-16T04:24:17.760Z Compiling foreign-types-macros v0.2.3
13562024-12-16T04:24:17.853Z Compiling sync_wrapper v1.0.1
13572024-12-16T04:24:18.005Z Compiling rand_core v0.6.4
13582024-12-16T04:24:18.536Z Compiling dirs-sys-next v0.1.2
13592024-12-16T04:24:19.173Z Compiling sync_wrapper v0.1.2
13602024-12-16T04:24:19.312Z Compiling webpki-roots v0.25.4
13612024-12-16T04:24:19.492Z Compiling foreign-types-shared v0.3.1
13622024-12-16T04:24:19.621Z Compiling powerfmt v0.2.0
13632024-12-16T04:24:19.675Z Compiling time-macros v0.2.18
13642024-12-16T04:24:20.005Z Compiling deranged v0.3.11
13652024-12-16T04:24:20.047Z Compiling foreign-types v0.5.0
13662024-12-16T04:24:20.158Z Compiling reqwest v0.11.27
13672024-12-16T04:24:20.398Z Compiling progenitor-impl v0.8.0
13682024-12-16T04:24:22.493Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13692024-12-16T04:24:22.832Z Compiling dirs-next v2.0.0
13702024-12-16T04:24:23.094Z Compiling rand_chacha v0.3.1
13712024-12-16T04:24:24.912Z Compiling reqwest v0.12.9
13722024-12-16T04:24:27.410Z Compiling num_enum v0.5.11
13732024-12-16T04:24:27.590Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-12-16T04:24:31.509Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-12-16T04:24:31.678Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-12-16T04:24:31.872Z Compiling cstr-argument v0.1.2
13772024-12-16T04:24:32.147Z Compiling thread_local v1.1.8
13782024-12-16T04:24:32.656Z Compiling pretty-hex v0.2.1
13792024-12-16T04:24:32.889Z Compiling either v1.13.0
13802024-12-16T04:24:32.900Z Compiling num-conv v0.1.0
13812024-12-16T04:24:33.170Z Compiling time-core v0.1.2
13822024-12-16T04:24:33.363Z Compiling arc-swap v1.7.1
13832024-12-16T04:24:33.373Z Compiling itertools v0.12.1
13842024-12-16T04:24:34.105Z Compiling slog-scope v4.4.0
13852024-12-16T04:24:34.624Z Compiling time v0.3.36
13862024-12-16T04:24:35.075Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-12-16T04:24:36.651Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13882024-12-16T04:24:37.043Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13892024-12-16T04:24:37.338Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13902024-12-16T04:24:37.525Z Compiling crossbeam-channel v0.5.13
13912024-12-16T04:24:37.965Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-12-16T04:24:39.237Z Compiling progenitor-macro v0.8.0
13932024-12-16T04:24:43.986Z Compiling progenitor-client v0.8.0
13942024-12-16T04:24:44.989Z Compiling rand v0.8.5
13952024-12-16T04:24:46.964Z Compiling term v0.7.0
13962024-12-16T04:24:48.762Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13972024-12-16T04:24:51.704Z Compiling anyhow v1.0.94
13982024-12-16T04:24:52.737Z Compiling colored v2.2.0
13992024-12-16T04:24:53.296Z Compiling is-terminal v0.4.13
14002024-12-16T04:24:53.431Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14012024-12-16T04:24:53.781Z Compiling winnow v0.6.18
14022024-12-16T04:24:54.316Z Compiling take_mut v0.2.2
14032024-12-16T04:24:54.489Z Compiling slog-async v2.8.0
14042024-12-16T04:24:57.752Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14052024-12-16T04:24:57.983Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14062024-12-16T04:24:58.416Z Compiling slog-term v2.9.1
14072024-12-16T04:25:01.302Z Compiling progenitor v0.8.0
14082024-12-16T04:25:01.528Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14092024-12-16T04:25:05.411Z Compiling slog-stdlog v4.1.1
14102024-12-16T04:25:06.306Z Compiling slog-envlogger v2.2.0
14112024-12-16T04:25:07.573Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14122024-12-16T04:25:09.619Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14132024-12-16T04:25:25.106Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14142024-12-16T04:25:32.919Z Finished `release` profile [optimized] target(s) in 2m 30s
14152024-12-16T04:25:33.005Z Running unittests src/lib.rs (target/release/deps/mg_tests-63024462c7b1f145)
14162024-12-16T04:25:33.054Z
14172024-12-16T04:25:33.054Zrunning 1 test
14182024-12-16T04:25:33.219Zconfigure zone
14192024-12-16T04:25:33.237Zinstall zone
14202024-12-16T04:26:33.060Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14212024-12-16T04:27:43.821Zboot zone
14222024-12-16T04:27:44.760Zstart zone s1
14232024-12-16T04:27:44.760Zconfigure zone
14242024-12-16T04:27:44.769Zinstall zone
14252024-12-16T04:29:44.416Zboot zone
14262024-12-16T04:29:45.371Zstart zone s2
14272024-12-16T04:29:45.371Zconfigure zone
14282024-12-16T04:29:45.380Zinstall zone
14292024-12-16T04:31:44.037Zboot zone
14302024-12-16T04:31:44.927Zstart zone t1
14312024-12-16T04:31:44.927Zconfigure zone
14322024-12-16T04:31:44.935Zinstall zone
14332024-12-16T04:33:42.402Zboot zone
14342024-12-16T04:33:43.350Zwaiting for zones to come up
14352024-12-16T04:33:53.351Z[sidecar.trio] svcs milestone/network
14362024-12-16T04:33:53.387ZSTATE STIME FMRI
14372024-12-16T04:33:53.387Zonline 20:28:02 svc:/milestone/network:default
14382024-12-16T04:33:53.387Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14392024-12-16T04:33:53.435Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14402024-12-16T04:33:53.485Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14412024-12-16T04:33:53.530Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14422024-12-16T04:33:53.534Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14432024-12-16T04:33:53.556Z
14442024-12-16T04:33:53.556Zrunning zone s1.trio setup
14452024-12-16T04:33:53.556Z[s1.trio] svcs milestone/network
14462024-12-16T04:33:53.581ZSTATE STIME FMRI
14472024-12-16T04:33:53.581Zonline 20:30:03 svc:/milestone/network:default
14482024-12-16T04:33:53.581Z[s1.trio] dladm
14492024-12-16T04:33:53.605ZLINK CLASS MTU STATE BRIDGE OVER
14502024-12-16T04:33:53.605Zsl0 simnet 9000 up -- ?
14512024-12-16T04:33:53.606Zmg2 vnic 9000 up -- ?
14522024-12-16T04:33:53.606Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14532024-12-16T04:33:54.091Z
14542024-12-16T04:33:54.091Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14552024-12-16T04:33:54.116Z
14562024-12-16T04:33:54.116Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14572024-12-16T04:33:54.137Z
14582024-12-16T04:33:54.138Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14592024-12-16T04:33:54.230Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14602024-12-16T04:33:54.275Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14612024-12-16T04:33:54.372Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14622024-12-16T04:33:54.419Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14632024-12-16T04:33:54.441Z
14642024-12-16T04:33:54.441Zrunning zone s2.trio setup
14652024-12-16T04:33:54.441Z[s2.trio] svcs milestone/network
14662024-12-16T04:33:54.466ZSTATE STIME FMRI
14672024-12-16T04:33:54.466Zonline 20:32:03 svc:/milestone/network:default
14682024-12-16T04:33:54.466Z[s2.trio] dladm
14692024-12-16T04:33:54.488ZLINK CLASS MTU STATE BRIDGE OVER
14702024-12-16T04:33:54.488Zsl1 simnet 9000 up -- ?
14712024-12-16T04:33:54.488Zmg3 vnic 9000 up -- ?
14722024-12-16T04:33:54.488Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14732024-12-16T04:33:54.928Z
14742024-12-16T04:33:54.928Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14752024-12-16T04:33:54.953Z
14762024-12-16T04:33:54.953Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14772024-12-16T04:33:54.975Z
14782024-12-16T04:33:54.975Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14792024-12-16T04:33:55.023Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14802024-12-16T04:33:55.046Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
14812024-12-16T04:33:55.092Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
14822024-12-16T04:33:55.115Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
14832024-12-16T04:33:55.137Z
14842024-12-16T04:33:55.137Zrunning zone t1.trio setup
14852024-12-16T04:33:55.137Z[t1.trio] svcs milestone/network
14862024-12-16T04:33:55.161ZSTATE STIME FMRI
14872024-12-16T04:33:55.161Z- - svc:/milestone/network:default
14882024-12-16T04:33:56.162Z[t1.trio] svcs milestone/network
14892024-12-16T04:33:56.184ZSTATE STIME FMRI
14902024-12-16T04:33:56.184Z- - svc:/milestone/network:default
14912024-12-16T04:33:57.184Z[t1.trio] svcs milestone/network
14922024-12-16T04:33:57.207ZSTATE STIME FMRI
14932024-12-16T04:33:57.207Z- - svc:/milestone/network:default
14942024-12-16T04:33:58.207Z[t1.trio] svcs milestone/network
14952024-12-16T04:33:58.230ZSTATE STIME FMRI
14962024-12-16T04:33:58.230Z- - svc:/milestone/network:default
14972024-12-16T04:33:59.230Z[t1.trio] svcs milestone/network
14982024-12-16T04:33:59.253ZSTATE STIME FMRI
14992024-12-16T04:33:59.253Z- - svc:/milestone/network:default
15002024-12-16T04:34:00.253Z[t1.trio] svcs milestone/network
15012024-12-16T04:34:00.276ZSTATE STIME FMRI
15022024-12-16T04:34:00.276Z- - svc:/milestone/network:default
15032024-12-16T04:34:01.276Z[t1.trio] svcs milestone/network
15042024-12-16T04:34:01.297ZSTATE STIME FMRI
15052024-12-16T04:34:01.297Z- - svc:/milestone/network:default
15062024-12-16T04:34:02.298Z[t1.trio] svcs milestone/network
15072024-12-16T04:34:02.321ZSTATE STIME FMRI
15082024-12-16T04:34:02.321Zoffline 20:34:00 svc:/milestone/network:default
15092024-12-16T04:34:03.321Z[t1.trio] svcs milestone/network
15102024-12-16T04:34:03.346ZSTATE STIME FMRI
15112024-12-16T04:34:03.346Zonline 20:34:01 svc:/milestone/network:default
15122024-12-16T04:34:03.346Z[t1.trio] dladm
15132024-12-16T04:34:03.368ZLINK CLASS MTU STATE BRIDGE OVER
15142024-12-16T04:34:03.368Ztfportrear0_0 simnet 9000 up -- ?
15152024-12-16T04:34:03.368Ztfportrear1_0 simnet 9000 up -- ?
15162024-12-16T04:34:03.368Zmg1 vnic 9000 up -- ?
15172024-12-16T04:34:03.368Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15182024-12-16T04:34:03.914Z
15192024-12-16T04:34:03.914Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15202024-12-16T04:34:03.940Z
15212024-12-16T04:34:03.940Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15222024-12-16T04:34:03.967Z
15232024-12-16T04:34:03.967Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15242024-12-16T04:34:03.990Z
15252024-12-16T04:34:03.990Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15262024-12-16T04:34:04.195Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15272024-12-16T04:34:04.199Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15282024-12-16T04:34:04.203Zwaiting 3s for copy of files to zone to complete ...
15292024-12-16T04:34:07.204Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15302024-12-16T04:34:07.242Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15312024-12-16T04:34:07.265Z[t1.trio] svcadm enable dendrite
15322024-12-16T04:34:07.305Z
15332024-12-16T04:34:07.305Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15342024-12-16T04:34:07.352Z
15352024-12-16T04:34:07.352Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15362024-12-16T04:34:07.399Z
15372024-12-16T04:34:07.399Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15382024-12-16T04:34:07.441Z
15392024-12-16T04:34:07.441Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15402024-12-16T04:34:07.485Z
15412024-12-16T04:34:07.485Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15422024-12-16T04:34:07.530Z
15432024-12-16T04:34:07.530Z[t1.trio] svcadm refresh dendrite:default
15442024-12-16T04:34:07.568Z
15452024-12-16T04:34:07.568Z[t1.trio] svcadm restart dendrite:default
15462024-12-16T04:34:07.607Z
15472024-12-16T04:34:07.607Zwait 10s for dendrite to come up ...
15482024-12-16T04:34:17.608Z[t1.trio] svcadm enable tfport
15492024-12-16T04:34:17.649Z
15502024-12-16T04:34:17.649Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 011ccf0f-983b-4343-b8c0-efd106640df2 --sled-uuid cddf6820-7d21-4c1f-ae3c-a0d3594af4df -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15512024-12-16T04:34:17.670Z
15522024-12-16T04:34:17.670Z[t1.trio] ipadm
15532024-12-16T04:34:17.695ZADDROBJ TYPE STATE ADDR
15542024-12-16T04:34:17.695Zlo0/v4 static ok 127.0.0.1/8
15552024-12-16T04:34:17.695Zmg1/v4 static ok 10.0.0.3/24
15562024-12-16T04:34:17.695Zlo0/v6 static ok ::1/128
15572024-12-16T04:34:17.695Zlo0/u6 static ok fd00:3::1/64
15582024-12-16T04:34:17.695Ztfportrear0_0/v6 addrconf ok fe80::1492:e0ff:fe53:df1%tfportrear0_0/10
15592024-12-16T04:34:17.695Ztfportrear1_0/v6 addrconf ok fe80::bcfb:47ff:fe05:23f4%tfportrear1_0/10
15602024-12-16T04:34:19.921Zinitial peering test passed
15612024-12-16T04:34:20.924Zadvertise from one passed
15622024-12-16T04:34:21.926Zadvertise from two passed
15632024-12-16T04:34:21.926Z[s1.trio] ping fd00:2::1
15642024-12-16T04:34:21.955Zfd00:2::1 is alive
15652024-12-16T04:34:21.955Z[s2.trio] ping fd00:1::1
15662024-12-16T04:34:21.979Zfd00:1::1 is alive
15672024-12-16T04:34:21.979Zconnectivity test passed
15682024-12-16T04:34:21.979Z[t1.trio] pkill ddmd
15692024-12-16T04:34:22.001Z
15702024-12-16T04:34:28.005Z[t1.trio] svcadm enable dendrite
15712024-12-16T04:34:28.048Z
15722024-12-16T04:34:28.048Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15732024-12-16T04:34:28.094Z
15742024-12-16T04:34:28.094Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15752024-12-16T04:34:28.140Z
15762024-12-16T04:34:28.140Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15772024-12-16T04:34:28.186Z
15782024-12-16T04:34:28.186Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15792024-12-16T04:34:28.231Z
15802024-12-16T04:34:28.231Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15812024-12-16T04:34:28.277Z
15822024-12-16T04:34:28.277Z[t1.trio] svcadm refresh dendrite:default
15832024-12-16T04:34:28.317Z
15842024-12-16T04:34:28.317Z[t1.trio] svcadm restart dendrite:default
15852024-12-16T04:34:28.357Z
15862024-12-16T04:34:28.357Zwait 10s for dendrite to come up ...
15872024-12-16T04:34:38.358Z[t1.trio] svcadm enable tfport
15882024-12-16T04:34:38.399Z
15892024-12-16T04:34:38.399Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 463ea571-c61e-45fc-8890-2c39cf46ec87 --sled-uuid 8be7485a-423a-496d-89a2-b4f06e4b64d2 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15902024-12-16T04:34:38.421Z
15912024-12-16T04:34:38.421Z[t1.trio] ipadm
15922024-12-16T04:34:38.446ZADDROBJ TYPE STATE ADDR
15932024-12-16T04:34:38.446Zlo0/v4 static ok 127.0.0.1/8
15942024-12-16T04:34:38.446Zmg1/v4 static ok 10.0.0.3/24
15952024-12-16T04:34:38.446Zlo0/v6 static ok ::1/128
15962024-12-16T04:34:38.446Zlo0/u6 static ok fd00:3::1/64
15972024-12-16T04:34:38.446Ztfportrear0_0/v6 addrconf ok fe80::1492:e0ff:fe53:df1%tfportrear0_0/10
15982024-12-16T04:34:38.446Ztfportrear1_0/v6 addrconf ok fe80::bcfb:47ff:fe05:23f4%tfportrear1_0/10
15992024-12-16T04:34:41.449Z[s1.trio] ping fd00:2::1
16002024-12-16T04:34:41.473Zfd00:2::1 is alive
16012024-12-16T04:34:41.473Z[s2.trio] ping fd00:1::1
16022024-12-16T04:34:41.494Zfd00:1::1 is alive
16032024-12-16T04:34:41.494Ztransit router restart passed
16042024-12-16T04:34:41.495Z[s1.trio] pkill ddmd
16052024-12-16T04:34:41.516Z
16062024-12-16T04:34:46.520Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16072024-12-16T04:34:46.559Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16082024-12-16T04:34:46.578Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16092024-12-16T04:34:46.600Z
16102024-12-16T04:34:49.604Z[s1.trio] ping fd00:2::1
16112024-12-16T04:34:49.627Zfd00:2::1 is alive
16122024-12-16T04:34:49.627Z[s2.trio] ping fd00:1::1
16132024-12-16T04:34:49.649Zfd00:1::1 is alive
16142024-12-16T04:34:49.649Zserver router restart passed
16152024-12-16T04:34:52.656Zpeer expiration recovery passed
16162024-12-16T04:34:53.657Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16172024-12-16T04:34:53.683Z3
16182024-12-16T04:34:53.683Zredundant advertise passed
16192024-12-16T04:34:54.686Ztunnel endpoint advertise passed
16202024-12-16T04:34:59.688Zredundant tunnel endpoint advertise passed
16212024-12-16T04:34:59.688Z[s1.trio] pkill ddmd
16222024-12-16T04:34:59.710Z
16232024-12-16T04:35:04.711Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16242024-12-16T04:35:04.750Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16252024-12-16T04:35:04.769Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16262024-12-16T04:35:04.792Z
16272024-12-16T04:35:09.860Ztunnel router restart passed
16282024-12-16T04:35:10.862Ztunnel endpoint withdraw passed
16292024-12-16T04:35:10.878Z[t1.trio] pkill ddmd
16302024-12-16T04:35:10.906Z
16312024-12-16T04:35:10.906Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16322024-12-16T04:35:10.910Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16332024-12-16T04:35:13.439Z[s2.trio] pkill ddmd
16342024-12-16T04:35:13.460Z
16352024-12-16T04:35:13.460Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16362024-12-16T04:35:16.020Z[s1.trio] pkill ddmd
16372024-12-16T04:35:16.041Z
16382024-12-16T04:35:16.041Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16392024-12-16T04:35:18.585Z[sidecar.trio] pkill softnpu
16402024-12-16T04:35:18.607Z
16412024-12-16T04:35:18.607Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16422024-12-16T04:35:21.396Ztest ddm::test_trio_v2_server ... ok
16432024-12-16T04:35:21.397Z
16442024-12-16T04:35:21.397Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 588.29s
16452024-12-16T04:35:21.397Z
16462024-12-16T04:35:21.428Z+ cleanup
16472024-12-16T04:35:21.430Z++ id -un
16482024-12-16T04:35:21.434Z++ id -gn
16492024-12-16T04:35:21.437Z+ pfexec chown -R build:build .
16502024-12-16T04:35:21.518Zprocess exited: duration 1131000 ms, exit code 0
 
16512024-12-16T04:35:21.530Zfound 4 output files
16522024-12-16T04:35:21.530Zuploading: /work/s1.trio.log (4249 bytes)
16532024-12-16T04:35:22.538Zuploaded: /work/s1.trio.log
16542024-12-16T04:35:22.543Zuploading: /work/s2.trio.log (9705 bytes)
16552024-12-16T04:35:23.550Zuploaded: /work/s2.trio.log
16562024-12-16T04:35:23.552Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16572024-12-16T04:35:24.557Zuploaded: /work/sidecar.trio-softnpu.log
16582024-12-16T04:35:24.557Zuploading: /work/t1.trio.log (25804 bytes)
16592024-12-16T04:35:25.569Zuploaded: /work/t1.trio.log