01JDV20S141Q1XR77G2QEPJ904: 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: 01JDV215QHQS4R39ZPHTZRD210

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-29T04:15:26.941Zjob assigned to worker 01JDV21H242G56H9GZHJD62RPP [factory aws, i-0fb7e265704acf0b1] (queued for 59 s)
 
22024-11-29T04:15:35.059Zstarting task 0: "setup"
32024-11-29T04:15:35.070Z++ uname -s
42024-11-29T04:15:35.073Z+ kern=SunOS
52024-11-29T04:15:35.073Z+ case "$kern" in
62024-11-29T04:15:35.073Z+ groupadd -g 12345 build
72024-11-29T04:15:35.075Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-29T04:15:37.082Z+ zfs create -o mountpoint=/work rpool/work
92024-11-29T04:15:37.170Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-29T04:15:37.172Z+ home_fs=zfs
112024-11-29T04:15:37.172Z+ [[ zfs == autofs ]]
122024-11-29T04:15:37.172Z+ mkdir -p /home/build
132024-11-29T04:15:37.175Z+ chown build:build /home/build /work
142024-11-29T04:15:39.177Z+ chmod 0700 /home/build /work
152024-11-29T04:15:39.179Zprocess exited: duration 4119 ms, exit code 0
 
162024-11-29T04:15:39.184Zstarting task 1: "rust-toolchain"
172024-11-29T04:15:39.189Z+ printf ' * toolchain channel = "%s"
182024-11-29T04:15:39.189Z' stable
192024-11-29T04:15:39.189Z * toolchain channel = "stable"
202024-11-29T04:15:39.189Z+ printf ' * toolchain profile = "%s"
212024-11-29T04:15:39.189Z' default
222024-11-29T04:15:39.192Z * toolchain profile = "default"
232024-11-29T04:15:39.192Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-29T04:15:39.192Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-29T04:15:39.313Zinfo: downloading installer
262024-11-29T04:15:40.544Zinfo: profile set to 'default'
272024-11-29T04:15:40.544Zinfo: default host triple is x86_64-unknown-illumos
282024-11-29T04:15:40.547Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-29T04:15:40.722Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-11-29T04:15:40.722Zinfo: downloading component 'cargo'
312024-11-29T04:15:41.779Zinfo: downloading component 'clippy'
322024-11-29T04:15:42.185Zinfo: downloading component 'rust-docs'
332024-11-29T04:15:43.660Zinfo: downloading component 'rust-std'
342024-11-29T04:15:45.791Zinfo: downloading component 'rustc'
352024-11-29T04:15:53.826Zinfo: downloading component 'rustfmt'
362024-11-29T04:15:54.136Zinfo: installing component 'cargo'
372024-11-29T04:15:54.958Zinfo: installing component 'clippy'
382024-11-29T04:15:55.330Zinfo: installing component 'rust-docs'
392024-11-29T04:15:57.018Zinfo: installing component 'rust-std'
402024-11-29T04:15:58.663Zinfo: installing component 'rustc'
412024-11-29T04:16:04.435Zinfo: installing component 'rustfmt'
422024-11-29T04:16:04.772Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-29T04:16:04.772Z
442024-11-29T04:16:05.135Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-11-29T04:16:05.135Z
462024-11-29T04:16:05.138Z
472024-11-29T04:16:05.138ZRust is installed now. Great!
482024-11-29T04:16:05.138Z
492024-11-29T04:16:05.138ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-29T04:16:05.138Zenvironment variable. This has not been done automatically.
512024-11-29T04:16:05.138Z
522024-11-29T04:16:05.138ZTo configure your current shell, you need to source
532024-11-29T04:16:05.138Zthe corresponding env file under $HOME/.cargo.
542024-11-29T04:16:05.138Z
552024-11-29T04:16:05.138ZThis is usually done by running one of the following (note the leading DOT):
562024-11-29T04:16:05.138Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-29T04:16:05.138Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-29T04:16:05.211Z+ rustc --version
592024-11-29T04:16:05.279Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-11-29T04:16:05.282Zprocess exited: duration 26093 ms, exit code 0
 
612024-11-29T04:16:05.287Zstarting task 2: "authentication"
622024-11-29T04:16:05.308Zprocess exited: duration 20 ms, exit code 0
 
632024-11-29T04:16:05.313Zstarting task 3: "clone repository"
642024-11-29T04:16:05.318Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-29T04:16:05.320Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-29T04:16:05.362ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-29T04:16:05.986Z+ cd /work/oxidecomputer/maghemite
682024-11-29T04:16:05.989Z+ git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380
692024-11-29T04:16:06.226ZFrom https://github.com/oxidecomputer/maghemite
702024-11-29T04:16:06.226Z * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD
712024-11-29T04:16:06.234Z+ [[ -n renovate/rust-1.x ]]
722024-11-29T04:16:06.236Z++ git branch --show-current
732024-11-29T04:16:06.240Z+ current=main
742024-11-29T04:16:06.240Z+ [[ main != renovate/rust-1.x ]]
752024-11-29T04:16:06.240Z+ git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380
762024-11-29T04:16:06.248Z+ git checkout -f renovate/rust-1.x
772024-11-29T04:16:06.256ZSwitched to branch 'renovate/rust-1.x'
782024-11-29T04:16:06.259Z+ git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380
792024-11-29T04:16:06.271ZHEAD is now at d143b7c Update dependency rust to v1.83.0
802024-11-29T04:16:06.273Zprocess exited: duration 958 ms, exit code 0
 
812024-11-29T04:16:06.278Zstarting task 4: "build"
822024-11-29T04:16:06.283Z++ cargo --version
832024-11-29T04:16:06.288Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842024-11-29T04:16:06.458Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852024-11-29T04:16:06.458Zinfo: downloading component 'cargo'
862024-11-29T04:16:07.350Zinfo: downloading component 'clippy'
872024-11-29T04:16:07.688Zinfo: downloading component 'rust-docs'
882024-11-29T04:16:08.920Zinfo: downloading component 'rust-std'
892024-11-29T04:16:10.700Zinfo: downloading component 'rustc'
902024-11-29T04:16:17.447Zinfo: downloading component 'rustfmt'
912024-11-29T04:16:17.706Zinfo: installing component 'cargo'
922024-11-29T04:16:18.538Zinfo: installing component 'clippy'
932024-11-29T04:16:18.917Zinfo: installing component 'rust-docs'
942024-11-29T04:16:20.619Zinfo: installing component 'rust-std'
952024-11-29T04:16:22.250Zinfo: installing component 'rustc'
962024-11-29T04:16:28.035Zinfo: installing component 'rustfmt'
972024-11-29T04:16:28.426Zcargo 1.83.0 (5ffbef321 2024-10-29)
982024-11-29T04:16:28.429Z++ rustc --version
992024-11-29T04:16:28.500Zrustc 1.83.0 (90b35a623 2024-11-26)
1002024-11-29T04:16:28.505Z++ dladm
1012024-11-29T04:16:28.510ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-29T04:16:28.510Zena0 phys 9216 up -- --
1032024-11-29T04:16:28.513Z++ ipadm
1042024-11-29T04:16:28.513ZADDROBJ TYPE STATE ADDR
1052024-11-29T04:16:28.513Zlo0/v4 static ok 127.0.0.1/8
1062024-11-29T04:16:28.513Zena0/dhcp dhcp ok 10.150.1.62/24
1072024-11-29T04:16:28.518Zlo0/v6 static ok ::1/128
1082024-11-29T04:16:28.518Z++ banner collect
1092024-11-29T04:16:28.518Z
1102024-11-29T04:16:28.518Z #### #### # # ###### #### #####
1112024-11-29T04:16:28.518Z # # # # # # # # # #
1122024-11-29T04:16:28.518Z # # # # # ##### # #
1132024-11-29T04:16:28.518Z # # # # # # # #
1142024-11-29T04:16:28.518Z # # # # # # # # # #
1152024-11-29T04:16:28.518Z #### #### ###### ###### ###### #### #
1162024-11-29T04:16:28.518Z
1172024-11-29T04:16:28.518Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-29T04:16:28.521Z++ repo=softnpu
1192024-11-29T04:16:28.521Z++ series=image
1202024-11-29T04:16:28.521Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-29T04:16:28.521Z++ name=softnpu
1222024-11-29T04:16:28.521Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-29T04:16:28.521Z++ mkdir -p download
1242024-11-29T04:16:28.521Z++ pushd download
1252024-11-29T04:16:28.521Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-29T04:16:28.521Z++ [[ ! -f softnpu ]]
1272024-11-29T04:16:28.521Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-29T04:16:28.526Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-29T04:16:28.528Z Dload Upload Total Spent Left Speed
1302024-11-29T04:16:29.012Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 65 21.8M 65 14.3M 0 0 33.2M 0 --:--:-- --:--:-- --:--:-- 33.2M 100 21.8M 100 21.8M 0 0 45.0M 0 --:--:-- --:--:-- --:--:-- 45.1M
1312024-11-29T04:16:29.015Z++ popd
1322024-11-29T04:16:29.015Z/work/oxidecomputer/maghemite
1332024-11-29T04:16:29.015Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-29T04:16:29.015Z++ repo=sidecar-lite
1352024-11-29T04:16:29.015Z++ series=release
1362024-11-29T04:16:29.015Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-29T04:16:29.015Z++ name=libsidecar_lite.so
1382024-11-29T04:16:29.015Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-29T04:16:29.015Z++ mkdir -p download
1402024-11-29T04:16:29.018Z++ pushd download
1412024-11-29T04:16:29.018Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-29T04:16:29.018Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-29T04:16:29.018Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-29T04:16:29.024Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-29T04:16:29.026Z Dload Upload Total Spent Left Speed
1462024-11-29T04:16:29.299Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 73.7M 0 --:--:-- --:--:-- --:--:-- 73.8M
1472024-11-29T04:16:29.303Z++ popd
1482024-11-29T04:16:29.310Z/work/oxidecomputer/maghemite
1492024-11-29T04:16:29.310Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-29T04:16:29.311Z++ repo=sidecar-lite
1512024-11-29T04:16:29.311Z++ series=release
1522024-11-29T04:16:29.311Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-29T04:16:29.311Z++ name=scadm
1542024-11-29T04:16:29.311Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-29T04:16:29.311Z++ mkdir -p download
1562024-11-29T04:16:29.311Z++ pushd download
1572024-11-29T04:16:29.311Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-29T04:16:29.311Z++ [[ ! -f scadm ]]
1592024-11-29T04:16:29.311Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-29T04:16:29.315Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-29T04:16:29.315Z Dload Upload Total Spent Left Speed
1622024-11-29T04:16:29.736Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 54.9M 0 --:--:-- --:--:-- --:--:-- 55.0M
1632024-11-29T04:16:29.739Z++ popd
1642024-11-29T04:16:29.739Z/work/oxidecomputer/maghemite
1652024-11-29T04:16:29.739Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-29T04:16:29.740Z++ repo=dendrite
1672024-11-29T04:16:29.740Z++ series=image
1682024-11-29T04:16:29.740Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-29T04:16:29.740Z++ name=dendrite-softnpu.tar.gz
1702024-11-29T04:16:29.740Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-29T04:16:29.740Z++ mkdir -p download
1722024-11-29T04:16:29.740Z++ pushd download
1732024-11-29T04:16:29.740Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-29T04:16:29.740Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-29T04:16:29.740Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-29T04:16:29.744Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-29T04:16:29.746Z Dload Upload Total Spent Left Speed
1782024-11-29T04:16:30.211Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 37.5M 34 13.1M 0 0 61.9M 0 --:--:-- --:--:-- --:--:-- 62.0M 100 37.5M 100 37.5M 0 0 80.4M 0 --:--:-- --:--:-- --:--:-- 80.4M
1792024-11-29T04:16:30.215Z++ popd
1802024-11-29T04:16:30.217Z/work/oxidecomputer/maghemite
1812024-11-29T04:16:30.217Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-29T04:16:30.217Z++ repo=maghemite
1832024-11-29T04:16:30.217Z++ series=release
1842024-11-29T04:16:30.217Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-29T04:16:30.217Z++ name=ddmd
1862024-11-29T04:16:30.217Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-29T04:16:30.217Z++ mkdir -p download
1882024-11-29T04:16:30.217Z++ pushd download
1892024-11-29T04:16:30.218Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-29T04:16:30.218Z++ [[ ! -f ddmd ]]
1912024-11-29T04:16:30.218Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-29T04:16:30.227Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-29T04:16:30.227Z Dload Upload Total Spent Left Speed
1942024-11-29T04:16:30.833Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 67.4M 0 --:--:-- --:--:-- --:--:-- 67.5M
1952024-11-29T04:16:30.837Z++ popd
1962024-11-29T04:16:30.839Z/work/oxidecomputer/maghemite
1972024-11-29T04:16:30.839Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-29T04:16:30.839Z++ repo=maghemite
1992024-11-29T04:16:30.839Z++ series=release
2002024-11-29T04:16:30.839Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-29T04:16:30.839Z++ name=ddmadm
2022024-11-29T04:16:30.839Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-29T04:16:30.839Z++ mkdir -p download
2042024-11-29T04:16:30.842Z++ pushd download
2052024-11-29T04:16:30.843Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-29T04:16:30.843Z++ [[ ! -f ddmadm ]]
2072024-11-29T04:16:30.843Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-29T04:16:30.848Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-29T04:16:30.851Z Dload Upload Total Spent Left Speed
2102024-11-29T04:16:31.171Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 18.0M 5 983k 0 0 9105k 0 0:00:02 --:--:-- 0:00:02 9109k 100 18.0M 100 18.0M 0 0 55.8M 0 --:--:-- --:--:-- --:--:-- 55.7M
2112024-11-29T04:16:31.175Z++ popd
2122024-11-29T04:16:31.177Z/work/oxidecomputer/maghemite
2132024-11-29T04:16:31.177Z++ pushd download
2142024-11-29T04:16:31.177Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-29T04:16:31.177Z++ chmod +x softnpu
2162024-11-29T04:16:31.177Z++ chmod +x scadm
2172024-11-29T04:16:31.180Z++ chmod +x ddmadm
2182024-11-29T04:16:31.182Z++ chmod +x ddmd
2192024-11-29T04:16:31.183Z++ mv ddmadm ddmadm-v2
2202024-11-29T04:16:31.185Z++ mv ddmd ddmd-v2
2212024-11-29T04:16:31.188Z++ rm -rf zones/dendrite
2222024-11-29T04:16:31.188Z++ mkdir -p zones/dendrite
2232024-11-29T04:16:31.190Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-29T04:16:31.950Z++ popd
2252024-11-29T04:16:31.950Z++ banner install
2262024-11-29T04:16:31.950Z/work/oxidecomputer/maghemite
2272024-11-29T04:16:31.953Z
2282024-11-29T04:16:31.953Z # # # #### ##### ## # #
2292024-11-29T04:16:31.953Z # ## # # # # # # #
2302024-11-29T04:16:31.953Z # # # # #### # # # # #
2312024-11-29T04:16:31.953Z # # # # # # ###### # #
2322024-11-29T04:16:31.953Z # # ## # # # # # # #
2332024-11-29T04:16:31.953Z # # # #### # # # ###### ######
2342024-11-29T04:16:31.953Z
2352024-11-29T04:16:31.953Z++ pkg info brand/sparse
2362024-11-29T04:16:31.955Z++ grep -qi installed
2372024-11-29T04:16:33.549Zpkg: info: no packages matching the following patterns you specified are
2382024-11-29T04:16:33.549Zinstalled on the system. Try querying remotely instead:
2392024-11-29T04:16:33.549Z
2402024-11-29T04:16:33.549Z brand/sparse
2412024-11-29T04:16:33.598Z++ [[ 1 != 0 ]]
2422024-11-29T04:16:33.598Z++ set -o errexit
2432024-11-29T04:16:33.598Z++ pfexec pkg install brand/sparse
2442024-11-29T04:16:41.311Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-29T04:16:45.026Z Startup: Caching catalogs ... Done
2462024-11-29T04:16:54.558ZPlanning: Solver setup ... Done
2472024-11-29T04:16:54.685ZPlanning: Running solver ... Done
2482024-11-29T04:16:54.785ZPlanning: Finding local manifests ... Done
2492024-11-29T04:16:54.797ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-29T04:16:54.891ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-29T04:16:54.963ZPlanning: Package planning ... Done
2522024-11-29T04:16:54.969ZPlanning: Merging actions ... Done
2532024-11-29T04:16:55.159ZPlanning: Checking for conflicting actions ... Done
2542024-11-29T04:16:57.074ZPlanning: Consolidating action changes ... Done
2552024-11-29T04:16:57.489ZPlanning: Evaluating mediators ... Done
2562024-11-29T04:16:57.560ZPlanning: Planning completed in 12.44 seconds
2572024-11-29T04:16:57.575Z Packages to install: 1
2582024-11-29T04:16:57.575Z Packages to update: 2
2592024-11-29T04:16:57.577Z Create boot environment: No
2602024-11-29T04:16:57.577ZCreate backup boot environment: Yes
2612024-11-29T04:16:57.648Z
2622024-11-29T04:16:57.648ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-29T04:17:02.651ZDownload: 879/1009 items 7.7/8.0MB 96% complete (1.5M/s)
2642024-11-29T04:17:04.365ZDownload: Completed 8.03 MB in 6.72 seconds (1.2M/s)
2652024-11-29T04:17:06.569Z Actions: 1/1419 actions (Removing old actions)
2662024-11-29T04:17:06.590Z Actions: 199/1419 actions (Installing new actions)
2672024-11-29T04:17:06.705Z Actions: 579/1419 actions (Updating modified actions)
2682024-11-29T04:17:07.021Z Actions: Completed 1419 actions in 0.45 seconds.
2692024-11-29T04:17:07.219Z Done
2702024-11-29T04:17:07.222Z Done
2712024-11-29T04:17:07.722Z Done
2722024-11-29T04:17:12.033Z Done
2732024-11-29T04:17:12.118Z Done
2742024-11-29T04:17:12.120Z Done
2752024-11-29T04:17:12.217Z Done
2762024-11-29T04:17:12.605Z++ set -o errexit
2772024-11-29T04:17:12.605Z++ set -o pipefail
2782024-11-29T04:17:12.605Z++ banner build
2792024-11-29T04:17:12.608Z
2802024-11-29T04:17:12.608Z ##### # # # # #####
2812024-11-29T04:17:12.608Z # # # # # # # #
2822024-11-29T04:17:12.608Z ##### # # # # # #
2832024-11-29T04:17:12.608Z # # # # # # # #
2842024-11-29T04:17:12.608Z # # # # # # # #
2852024-11-29T04:17:12.608Z ##### #### # ###### #####
2862024-11-29T04:17:12.608Z
2872024-11-29T04:17:12.608Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-11-29T04:17:12.765Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-11-29T04:17:12.979Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-11-29T04:17:13.193ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-11-29T04:17:13.193Z * [new branch] ci -> origin/ci
2922024-11-29T04:17:13.197Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2932024-11-29T04:17:13.197Z * [new branch] main -> origin/main
2942024-11-29T04:17:13.197Z * [new ref] -> origin/HEAD
2952024-11-29T04:17:13.206Z Updating crates.io index
2962024-11-29T04:17:13.287Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972024-11-29T04:17:13.926ZFrom https://github.com/oxidecomputer/falcon
2982024-11-29T04:17:13.926Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2992024-11-29T04:17:14.032Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002024-11-29T04:17:15.221ZFrom https://github.com/oxidecomputer/dendrite
3012024-11-29T04:17:15.221Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3022024-11-29T04:17:15.274Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-11-29T04:17:15.641ZFrom https://github.com/oxidecomputer/ispf
3042024-11-29T04:17:15.641Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3052024-11-29T04:17:15.650Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-11-29T04:17:16.056ZFrom https://github.com/oxidecomputer/netadm-sys
3072024-11-29T04:17:16.056Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3082024-11-29T04:17:16.068Z Updating git repository `https://github.com/oxidecomputer/omicron`
3092024-11-29T04:17:20.298ZFrom https://github.com/oxidecomputer/omicron
3102024-11-29T04:17:20.298Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3112024-11-29T04:17:20.329Z * [new tag] dogfood -> dogfood
3122024-11-29T04:17:20.331Z * [new tag] v5 -> v5
3132024-11-29T04:17:20.331Z * [new tag] v6 -> v6
3142024-11-29T04:17:20.331Z * [new tag] v7 -> v7
3152024-11-29T04:17:20.331Z * [new tag] v8 -> v8
3162024-11-29T04:17:20.331Z * [new tag] v9 -> v9
3172024-11-29T04:17:20.701Z Updating git repository `https://github.com/oxidecomputer/opte`
3182024-11-29T04:17:21.581ZFrom https://github.com/oxidecomputer/opte
3192024-11-29T04:17:21.581Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3202024-11-29T04:17:21.650Z Updating git repository `https://github.com/illumos/smf-rs`
3212024-11-29T04:17:21.985ZFrom https://github.com/illumos/smf-rs
3222024-11-29T04:17:21.985Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3232024-11-29T04:17:22.016Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242024-11-29T04:17:22.453ZFrom https://github.com/oxidecomputer/maghemite
3252024-11-29T04:17:22.453Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3262024-11-29T04:17:22.471Z * [new tag] rift -> rift
3272024-11-29T04:17:22.473Z * [new tag] srp -> srp
3282024-11-29T04:17:22.473Z * [new tag] tie-spf -> tie-spf
3292024-11-29T04:17:22.506Z Updating git repository `https://github.com/oxidecomputer/zone`
3302024-11-29T04:17:22.879ZFrom https://github.com/oxidecomputer/zone
3312024-11-29T04:17:22.879Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3322024-11-29T04:17:22.925Z Updating git repository `https://github.com/oxidecomputer/propolis`
3332024-11-29T04:17:23.609ZFrom https://github.com/oxidecomputer/propolis
3342024-11-29T04:17:23.609Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3352024-11-29T04:17:23.728Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362024-11-29T04:17:24.090ZFrom https://github.com/oxidecomputer/dlpi-sys
3372024-11-29T04:17:24.091Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3382024-11-29T04:17:24.106Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392024-11-29T04:17:24.473ZFrom https://github.com/jmesmon/rust-libzfs
3402024-11-29T04:17:24.473Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3412024-11-29T04:17:24.489Z * [new tag] v0.4.0 -> v0.4.0
3422024-11-29T04:17:24.505Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432024-11-29T04:17:24.843ZFrom https://github.com/oxidecomputer/rusty-doors
3442024-11-29T04:17:24.843Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3452024-11-29T04:17:24.876Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3462024-11-29T04:17:25.297ZFrom https://github.com/oxidecomputer/maghemite
3472024-11-29T04:17:25.297Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3482024-11-29T04:17:25.350Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3492024-11-29T04:17:25.722ZFrom https://github.com/oxidecomputer/serde_human_bytes
3502024-11-29T04:17:25.722Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3512024-11-29T04:17:25.745Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3522024-11-29T04:17:26.126ZFrom https://github.com/oxidecomputer/slog-error-chain
3532024-11-29T04:17:26.127Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3542024-11-29T04:17:26.154Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3552024-11-29T04:17:26.483ZFrom https://github.com/oxidecomputer/poptrie
3562024-11-29T04:17:26.483Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3572024-11-29T04:17:26.539Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3582024-11-29T04:17:26.882ZFrom https://github.com/illumos/libscf-sys
3592024-11-29T04:17:26.882Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3602024-11-29T04:17:26.901Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3612024-11-29T04:17:27.802ZFrom https://github.com/oxidecomputer/progenitor
3622024-11-29T04:17:27.802Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3632024-11-29T04:17:27.822Z * [new tag] v0.1.1 -> v0.1.1
3642024-11-29T04:17:27.824Z * [new tag] v0.2.0 -> v0.2.0
3652024-11-29T04:17:27.825Z * [new tag] v0.3.0 -> v0.3.0
3662024-11-29T04:17:27.825Z * [new tag] v0.4.0 -> v0.4.0
3672024-11-29T04:17:27.825Z * [new tag] v0.5.0 -> v0.5.0
3682024-11-29T04:17:27.825Z * [new tag] v0.6.0 -> v0.6.0
3692024-11-29T04:17:27.825Z * [new tag] v0.7.0 -> v0.7.0
3702024-11-29T04:17:28.044Z Updating git repository `https://github.com/oxidecomputer/typify`
3712024-11-29T04:17:28.809ZFrom https://github.com/oxidecomputer/typify
3722024-11-29T04:17:28.809Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3732024-11-29T04:17:28.813Z * [new tag] v0.2.0 -> v0.2.0
3742024-11-29T04:17:28.829Z * [new tag] v0.0.10 -> v0.0.10
3752024-11-29T04:17:28.832Z * [new tag] v0.0.11 -> v0.0.11
3762024-11-29T04:17:28.832Z * [new tag] v0.0.12 -> v0.0.12
3772024-11-29T04:17:28.832Z * [new tag] v0.0.13 -> v0.0.13
3782024-11-29T04:17:28.832Z * [new tag] v0.0.14 -> v0.0.14
3792024-11-29T04:17:28.832Z * [new tag] v0.0.15 -> v0.0.15
3802024-11-29T04:17:28.832Z * [new tag] v0.0.16 -> v0.0.16
3812024-11-29T04:17:28.832Z * [new tag] v0.0.4 -> v0.0.4
3822024-11-29T04:17:28.832Z * [new tag] v0.0.5 -> v0.0.5
3832024-11-29T04:17:28.832Z * [new tag] v0.0.7 -> v0.0.7
3842024-11-29T04:17:28.832Z * [new tag] v0.0.8 -> v0.0.8
3852024-11-29T04:17:28.832Z * [new tag] v0.0.9 -> v0.0.9
3862024-11-29T04:17:28.832Z * [new tag] v0.1.0 -> v0.1.0
3872024-11-29T04:17:28.988Z Updating git repository `https://github.com/oxidecomputer/crucible`
3882024-11-29T04:17:30.800ZFrom https://github.com/oxidecomputer/crucible
3892024-11-29T04:17:30.800Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3902024-11-29T04:17:30.858Z Updating git repository `https://github.com/oxidecomputer/opte`
3912024-11-29T04:17:31.267ZFrom https://github.com/oxidecomputer/opte
3922024-11-29T04:17:31.267Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3932024-11-29T04:17:31.326Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3942024-11-29T04:17:31.946ZFrom https://github.com/oxidecomputer/management-gateway-service
3952024-11-29T04:17:31.946Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3962024-11-29T04:17:32.708Z Downloading crates ...
3972024-11-29T04:17:32.848Z Downloaded futures-sink v0.3.30
3982024-11-29T04:17:32.852Z Downloaded pin-utils v0.1.0
3992024-11-29T04:17:32.877Z Downloaded parse-display-derive v0.10.0
4002024-11-29T04:17:32.882Z Downloaded parking_lot_core v0.8.6
4012024-11-29T04:17:32.885Z Downloaded parking_lot_core v0.9.10
4022024-11-29T04:17:32.892Z Downloaded parse-display v0.10.0
4032024-11-29T04:17:32.896Z Downloaded heck v0.5.0
4042024-11-29T04:17:32.904Z Downloaded paste v1.0.15
4052024-11-29T04:17:32.908Z Downloaded proc-macro-crate v1.3.1
4062024-11-29T04:17:32.910Z Downloaded plain v0.2.3
4072024-11-29T04:17:32.915Z Downloaded arc-swap v1.7.1
4082024-11-29T04:17:32.919Z Downloaded proc-macro-crate v3.2.0
4092024-11-29T04:17:32.922Z Downloaded progenitor-client v0.8.0
4102024-11-29T04:17:32.923Z Downloaded percent-encoding v2.3.1
4112024-11-29T04:17:32.923Z Downloaded pkg-config v0.3.31
4122024-11-29T04:17:32.927Z Downloaded anstyle v1.0.10
4132024-11-29T04:17:32.931Z Downloaded atomicwrites v0.4.4
4142024-11-29T04:17:32.935Z Downloaded anstyle-query v1.1.1
4152024-11-29T04:17:32.935Z Downloaded async-trait v0.1.83
4162024-11-29T04:17:32.939Z Downloaded ahash v0.8.11
4172024-11-29T04:17:32.943Z Downloaded proc-macro-error v1.0.4
4182024-11-29T04:17:32.947Z Downloaded anstream v0.6.15
4192024-11-29T04:17:32.947Z Downloaded allocator-api2 v0.2.18
4202024-11-29T04:17:32.951Z Downloaded anstyle-parse v0.2.5
4212024-11-29T04:17:32.955Z Downloaded argon2 v0.5.3
4222024-11-29T04:17:32.955Z Downloaded block-buffer v0.10.4
4232024-11-29T04:17:32.960Z Downloaded anyhow v1.0.93
4242024-11-29T04:17:32.963Z Downloaded serde-big-array v0.5.1
4252024-11-29T04:17:32.964Z Downloaded pest_generator v2.7.13
4262024-11-29T04:17:32.968Z Downloaded atomic-waker v1.1.2
4272024-11-29T04:17:32.968Z Downloaded async-stream-impl v0.3.5
4282024-11-29T04:17:32.973Z Downloaded scroll_derive v0.12.0
4292024-11-29T04:17:32.973Z Downloaded sigpipe v0.1.3
4302024-11-29T04:17:32.973Z Downloaded rustc_version v0.4.1
4312024-11-29T04:17:32.973Z Downloaded pretty-hex v0.2.1
4322024-11-29T04:17:32.977Z Downloaded aho-corasick v1.1.3
4332024-11-29T04:17:32.981Z Downloaded rand_chacha v0.3.1
4342024-11-29T04:17:32.981Z Downloaded progenitor v0.8.0
4352024-11-29T04:17:32.985Z Downloaded crossbeam-utils v0.8.20
4362024-11-29T04:17:32.988Z Downloaded embedded-io v0.4.0
4372024-11-29T04:17:32.988Z Downloaded scopeguard v1.2.0
4382024-11-29T04:17:32.995Z Downloaded rustc_version v0.1.7
4392024-11-29T04:17:32.995Z Downloaded proc-macro-error-attr v1.0.4
4402024-11-29T04:17:32.995Z Downloaded password-hash v0.5.0
4412024-11-29T04:17:32.999Z Downloaded clap_builder v4.5.21
4422024-11-29T04:17:33.003Z Downloaded rustls-pemfile v2.1.3
4432024-11-29T04:17:33.006Z Downloaded pin-project-lite v0.2.14
4442024-11-29T04:17:33.010Z Downloaded resolv-conf v0.7.0
4452024-11-29T04:17:33.012Z Downloaded pretty-hex v0.4.1
4462024-11-29T04:17:33.012Z Downloaded byteorder v1.5.0
4472024-11-29T04:17:33.015Z Downloaded rustls-pemfile v1.0.4
4482024-11-29T04:17:33.020Z Downloaded equivalent v1.0.1
4492024-11-29T04:17:33.020Z Downloaded ppv-lite86 v0.2.20
4502024-11-29T04:17:33.023Z Downloaded ciborium-io v0.2.2
4512024-11-29T04:17:33.023Z Downloaded base64ct v1.6.0
4522024-11-29T04:17:33.027Z Downloaded rustc-hash v2.0.0
4532024-11-29T04:17:33.027Z Downloaded enum-as-inner v0.6.1
4542024-11-29T04:17:33.031Z Downloaded debug-ignore v1.0.5
4552024-11-29T04:17:33.031Z Downloaded dtrace-parser v0.2.0
4562024-11-29T04:17:33.031Z Downloaded ciborium-ll v0.2.2
4572024-11-29T04:17:33.036Z Downloaded ciborium v0.2.2
4582024-11-29T04:17:33.036Z Downloaded quote v1.0.37
4592024-11-29T04:17:33.040Z Downloaded pest_derive v2.7.13
4602024-11-29T04:17:33.047Z Downloaded foreign-types-shared v0.3.1
4612024-11-29T04:17:33.047Z Downloaded foreign-types-shared v0.1.1
4622024-11-29T04:17:33.047Z Downloaded quick-error v1.2.3
4632024-11-29T04:17:33.053Z Downloaded serde_urlencoded v0.7.1
4642024-11-29T04:17:33.053Z Downloaded scroll v0.12.0
4652024-11-29T04:17:33.053Z Downloaded dirs-next v2.0.0
4662024-11-29T04:17:33.053Z Downloaded darling v0.20.10
4672024-11-29T04:17:33.056Z Downloaded ident_case v1.0.1
4682024-11-29T04:17:33.056Z Downloaded autocfg v1.3.0
4692024-11-29T04:17:33.059Z Downloaded blake2 v0.10.6
4702024-11-29T04:17:33.059Z Downloaded backoff v0.4.0
4712024-11-29T04:17:33.062Z Downloaded schemars_derive v0.8.21
4722024-11-29T04:17:33.065Z Downloaded powerfmt v0.2.0
4732024-11-29T04:17:33.065Z Downloaded foreign-types v0.5.0
4742024-11-29T04:17:33.070Z Downloaded hubpack_derive v0.1.1
4752024-11-29T04:17:33.070Z Downloaded errno v0.3.9
4762024-11-29T04:17:33.075Z Downloaded cstr-argument v0.1.2
4772024-11-29T04:17:33.075Z Downloaded progenitor-macro v0.8.0
4782024-11-29T04:17:33.075Z Downloaded slog-dtrace v0.3.0
4792024-11-29T04:17:33.075Z Downloaded either v1.13.0
4802024-11-29T04:17:33.079Z Downloaded signal-hook-registry v1.4.2
4812024-11-29T04:17:33.080Z Downloaded sha1 v0.10.6
4822024-11-29T04:17:33.080Z Downloaded form_urlencoded v1.2.1
4832024-11-29T04:17:33.083Z Downloaded semver v0.1.20
4842024-11-29T04:17:33.083Z Downloaded rhai_codegen v2.2.0
4852024-11-29T04:17:33.089Z Downloaded serde_path_to_error v0.1.16
4862024-11-29T04:17:33.093Z Downloaded slog-envlogger v2.2.0
4872024-11-29T04:17:33.097Z Downloaded futures-channel v0.3.30
4882024-11-29T04:17:33.097Z Downloaded defmt-parser v0.3.4
4892024-11-29T04:17:33.099Z Downloaded slog-bunyan v2.5.0
4902024-11-29T04:17:33.099Z Downloaded hash32 v0.3.1
4912024-11-29T04:17:33.103Z Downloaded fixedbitset v0.4.2
4922024-11-29T04:17:33.103Z Downloaded convert_case v0.4.0
4932024-11-29T04:17:33.106Z Downloaded futures-io v0.3.30
4942024-11-29T04:17:33.106Z Downloaded futures-core v0.3.30
4952024-11-29T04:17:33.106Z Downloaded dof v0.3.0
4962024-11-29T04:17:33.109Z Downloaded defmt-macros v0.3.9
4972024-11-29T04:17:33.113Z Downloaded futures-executor v0.3.30
4982024-11-29T04:17:33.116Z Downloaded dirs-sys-next v0.1.2
4992024-11-29T04:17:33.116Z Downloaded digest v0.10.7
5002024-11-29T04:17:33.119Z Downloaded hostname v0.4.0
5012024-11-29T04:17:33.119Z Downloaded zone_cfg_derive v0.3.0
5022024-11-29T04:17:33.119Z Downloaded pest_meta v2.7.13
5032024-11-29T04:17:33.124Z Downloaded foreign-types-macros v0.2.3
5042024-11-29T04:17:33.129Z Downloaded fastrand v2.1.1
5052024-11-29T04:17:33.129Z Downloaded deranged v0.3.11
5062024-11-29T04:17:33.129Z Downloaded tinyvec_macros v0.1.1
5072024-11-29T04:17:33.132Z Downloaded openssl-probe v0.1.5
5082024-11-29T04:17:33.132Z Downloaded openssl-macros v0.1.1
5092024-11-29T04:17:33.132Z Downloaded num-conv v0.1.0
5102024-11-29T04:17:33.133Z Downloaded serde_derive_internals v0.29.1
5112024-11-29T04:17:33.133Z Downloaded rand v0.8.5
5122024-11-29T04:17:33.137Z Downloaded swrite v0.1.0
5132024-11-29T04:17:33.141Z Downloaded is_terminal_polyfill v1.70.1
5142024-11-29T04:17:33.141Z Downloaded is-terminal v0.4.13
5152024-11-29T04:17:33.141Z Downloaded serde_tokenstream v0.2.2
5162024-11-29T04:17:33.146Z Downloaded dyn-clone v1.0.17
5172024-11-29T04:17:33.146Z Downloaded rustls-pki-types v1.8.0
5182024-11-29T04:17:33.148Z Downloaded http-body v1.0.1
5192024-11-29T04:17:33.148Z Downloaded futures-macro v0.3.30
5202024-11-29T04:17:33.148Z Downloaded crc32fast v1.4.2
5212024-11-29T04:17:33.153Z Downloaded usdt-attr-macro v0.5.0
5222024-11-29T04:17:33.153Z Downloaded cancel-safe-futures v0.1.5
5232024-11-29T04:17:33.157Z Downloaded num v0.4.3
5242024-11-29T04:17:33.161Z Downloaded newtype-uuid v1.1.0
5252024-11-29T04:17:33.161Z Downloaded macaddr v1.0.1
5262024-11-29T04:17:33.161Z Downloaded clap_lex v0.7.2
5272024-11-29T04:17:33.166Z Downloaded serde_with_macros v3.9.0
5282024-11-29T04:17:33.166Z Downloaded cfg-if v1.0.0
5292024-11-29T04:17:33.170Z Downloaded static_assertions v1.1.0
5302024-11-29T04:17:33.170Z Downloaded num_enum v0.7.3
5312024-11-29T04:17:33.173Z Downloaded slog-json v2.6.1
5322024-11-29T04:17:33.177Z Downloaded sct v0.7.1
5332024-11-29T04:17:33.181Z Downloaded console v0.15.8
5342024-11-29T04:17:33.184Z Downloaded stable_deref_trait v1.2.0
5352024-11-29T04:17:33.184Z Downloaded http-body v0.4.6
5362024-11-29T04:17:33.184Z Downloaded fxhash v0.2.1
5372024-11-29T04:17:33.189Z Downloaded version_check v0.9.5
5382024-11-29T04:17:33.190Z Downloaded heck v0.4.1
5392024-11-29T04:17:33.190Z Downloaded zeroize v1.8.1
5402024-11-29T04:17:33.193Z Downloaded toml_datetime v0.6.8
5412024-11-29T04:17:33.193Z Downloaded itoa v1.0.11
5422024-11-29T04:17:33.193Z Downloaded zone v0.3.0
5432024-11-29T04:17:33.196Z Downloaded tabwriter v1.4.0
5442024-11-29T04:17:33.196Z Downloaded num-iter v0.1.45
5452024-11-29T04:17:33.196Z Downloaded cookie v0.18.1
5462024-11-29T04:17:33.200Z Downloaded structmeta v0.3.0
5472024-11-29T04:17:33.203Z Downloaded schemars v0.8.21
5482024-11-29T04:17:33.215Z Downloaded omicron-workspace-hack v0.1.0
5492024-11-29T04:17:33.218Z Downloaded thiserror v1.0.69
5502024-11-29T04:17:33.222Z Downloaded http-body-util v0.1.2
5512024-11-29T04:17:33.225Z Downloaded crossbeam-epoch v0.9.18
5522024-11-29T04:17:33.225Z Downloaded once_cell v1.20.2
5532024-11-29T04:17:33.229Z Downloaded match_cfg v0.1.0
5542024-11-29T04:17:33.229Z Downloaded similar v2.6.0
5552024-11-29T04:17:33.232Z Downloaded take_mut v0.2.2
5562024-11-29T04:17:33.237Z Downloaded sync_wrapper v1.0.1
5572024-11-29T04:17:33.237Z Downloaded want v0.3.1
5582024-11-29T04:17:33.241Z Downloaded waitgroup v0.1.2
5592024-11-29T04:17:33.241Z Downloaded newline-converter v0.3.0
5602024-11-29T04:17:33.241Z Downloaded hyper-rustls v0.27.3
5612024-11-29T04:17:33.244Z Downloaded thin-vec v0.2.13
5622024-11-29T04:17:33.244Z Downloaded derive-where v1.2.7
5632024-11-29T04:17:33.247Z Downloaded ipnetwork v0.20.0
5642024-11-29T04:17:33.252Z Downloaded try-lock v0.2.5
5652024-11-29T04:17:33.252Z Downloaded darling_core v0.20.10
5662024-11-29T04:17:33.255Z Downloaded num_threads v0.1.7
5672024-11-29T04:17:33.259Z Downloaded indent_write v2.2.0
5682024-11-29T04:17:33.259Z Downloaded subtle v2.6.1
5692024-11-29T04:17:33.259Z Downloaded ryu v1.0.18
5702024-11-29T04:17:33.262Z Downloaded no-std-compat v0.4.1
5712024-11-29T04:17:33.264Z Downloaded newtype_derive v0.1.6
5722024-11-29T04:17:33.264Z Downloaded mime v0.3.17
5732024-11-29T04:17:33.267Z Downloaded strum_macros v0.25.3
5742024-11-29T04:17:33.267Z Downloaded slog-stdlog v4.1.1
5752024-11-29T04:17:33.270Z Downloaded slog-scope v4.4.0
5762024-11-29T04:17:33.270Z Downloaded quinn v0.11.5
5772024-11-29T04:17:33.274Z Downloaded instant v0.1.13
5782024-11-29T04:17:33.276Z Downloaded spin v0.9.8
5792024-11-29T04:17:33.279Z Downloaded ipnet v2.10.0
5802024-11-29T04:17:33.283Z Downloaded typify-macro v0.2.0
5812024-11-29T04:17:33.283Z Downloaded sync_wrapper v0.1.2
5822024-11-29T04:17:33.288Z Downloaded base64 v0.21.7
5832024-11-29T04:17:33.291Z Downloaded ucd-trie v0.1.6
5842024-11-29T04:17:33.291Z Downloaded usdt v0.5.0
5852024-11-29T04:17:33.291Z Downloaded unicode-ident v1.0.13
5862024-11-29T04:17:33.295Z Downloaded usdt-macro v0.5.0
5872024-11-29T04:17:33.297Z Downloaded serde_derive v1.0.215
5882024-11-29T04:17:33.298Z Downloaded usdt-impl v0.5.0
5892024-11-29T04:17:33.300Z Downloaded serde v1.0.215
5902024-11-29T04:17:33.304Z Downloaded serde_yaml v0.9.34+deprecated
5912024-11-29T04:17:33.306Z Downloaded tracing-attributes v0.1.27
5922024-11-29T04:17:33.311Z Downloaded expectorate v1.1.0
5932024-11-29T04:17:33.316Z Downloaded futures-task v0.3.30
5942024-11-29T04:17:33.316Z Downloaded memmap v0.7.0
5952024-11-29T04:17:33.320Z Downloaded hyper-tls v0.6.0
5962024-11-29T04:17:33.320Z Downloaded tokio-macros v2.4.0
5972024-11-29T04:17:33.320Z Downloaded thiserror-impl v1.0.69
5982024-11-29T04:17:33.320Z Downloaded num-derive v0.3.3
5992024-11-29T04:17:33.325Z Downloaded slog v2.7.0
6002024-11-29T04:17:33.329Z Downloaded num-complex v0.4.6
6012024-11-29T04:17:33.329Z Downloaded hex v0.4.3
6022024-11-29T04:17:33.329Z Downloaded lru-cache v0.1.2
6032024-11-29T04:17:33.332Z Downloaded strum_macros v0.26.4
6042024-11-29T04:17:33.332Z Downloaded multer v3.1.0
6052024-11-29T04:17:33.335Z Downloaded hyper-rustls v0.24.2
6062024-11-29T04:17:33.337Z Downloaded terminal_size v0.4.0
6072024-11-29T04:17:33.340Z Downloaded cc v1.1.21
6082024-11-29T04:17:33.344Z Downloaded managed v0.8.0
6092024-11-29T04:17:33.344Z Downloaded sha2 v0.10.8
6102024-11-29T04:17:33.347Z Downloaded bytes v1.7.2
6112024-11-29T04:17:33.350Z Downloaded generic-array v0.14.7
6122024-11-29T04:17:33.354Z Downloaded num_enum_derive v0.5.11
6132024-11-29T04:17:33.357Z Downloaded hyper-tls v0.5.0
6142024-11-29T04:17:33.357Z Downloaded tempfile v3.12.0
6152024-11-29T04:17:33.359Z Downloaded num-integer v0.1.46
6162024-11-29T04:17:33.362Z Downloaded whoami v1.5.2
6172024-11-29T04:17:33.365Z Downloaded num-derive v0.4.2
6182024-11-29T04:17:33.365Z Downloaded num_enum v0.5.11
6192024-11-29T04:17:33.370Z Downloaded native-tls v0.2.12
6202024-11-29T04:17:33.373Z Downloaded smf v0.2.3
6212024-11-29T04:17:33.377Z Downloaded highway v1.2.0
6222024-11-29T04:17:33.378Z Downloaded unicode-bidi v0.3.15
6232024-11-29T04:17:33.380Z Downloaded num_enum_derive v0.7.3
6242024-11-29T04:17:33.380Z Downloaded typify v0.2.0
6252024-11-29T04:17:33.383Z Downloaded time-core v0.1.2
6262024-11-29T04:17:33.386Z Downloaded typenum v1.17.0
6272024-11-29T04:17:33.388Z Downloaded utf8parse v0.2.2
6282024-11-29T04:17:33.388Z Downloaded slog-term v2.9.1
6292024-11-29T04:17:33.392Z Downloaded humantime v2.1.0
6302024-11-29T04:17:33.395Z Downloaded parking_lot v0.11.2
6312024-11-29T04:17:33.395Z Downloaded time-macros v0.2.18
6322024-11-29T04:17:33.399Z Downloaded tower-service v0.3.3
6332024-11-29T04:17:33.402Z Downloaded spin v0.5.2
6342024-11-29T04:17:33.403Z Downloaded tiny-keccak v2.0.2
6352024-11-29T04:17:33.405Z Downloaded linked-hash-map v0.5.6
6362024-11-29T04:17:33.405Z Downloaded iana-time-zone v0.1.61
6372024-11-29T04:17:33.408Z Downloaded crossbeam-channel v0.5.13
6382024-11-29T04:17:33.410Z Downloaded strum v0.26.3
6392024-11-29T04:17:33.413Z Downloaded smallvec v1.13.2
6402024-11-29T04:17:33.413Z Downloaded num-rational v0.4.2
6412024-11-29T04:17:33.416Z Downloaded owo-colors v4.1.0
6422024-11-29T04:17:33.418Z Downloaded httpdate v1.0.3
6432024-11-29T04:17:33.420Z Downloaded indexmap v2.5.0
6442024-11-29T04:17:33.425Z Downloaded tokio-rustls v0.26.0
6452024-11-29T04:17:33.428Z Downloaded hyper-util v0.1.10
6462024-11-29T04:17:33.431Z Downloaded half v2.4.1
6472024-11-29T04:17:33.436Z Downloaded tinyvec v1.8.0
6482024-11-29T04:17:33.439Z Downloaded term v0.7.0
6492024-11-29T04:17:33.441Z Downloaded pest v2.7.13
6502024-11-29T04:17:33.446Z Downloaded uuid v1.11.0
6512024-11-29T04:17:33.449Z Downloaded untrusted v0.9.0
6522024-11-29T04:17:33.451Z Downloaded tokio-rustls v0.24.1
6532024-11-29T04:17:33.454Z Downloaded thread_local v1.1.8
6542024-11-29T04:17:33.454Z Downloaded hubpack v0.1.2
6552024-11-29T04:17:33.458Z Downloaded quinn-proto v0.11.8
6562024-11-29T04:17:33.463Z Downloaded lock_api v0.4.12
6572024-11-29T04:17:33.465Z Downloaded thread-id v4.2.2
6582024-11-29T04:17:33.465Z Downloaded num-traits v0.2.19
6592024-11-29T04:17:33.468Z Downloaded libsw v3.3.1
6602024-11-29T04:17:33.471Z Downloaded structmeta-derive v0.3.0
6612024-11-29T04:17:33.474Z Downloaded httparse v1.9.4
6622024-11-29T04:17:33.477Z Downloaded tokio-rustls v0.25.0
6632024-11-29T04:17:33.477Z Downloaded heapless v0.8.0
6642024-11-29T04:17:33.480Z Downloaded indexmap v1.9.3
6652024-11-29T04:17:33.483Z Downloaded toml v0.8.19
6662024-11-29T04:17:33.487Z Downloaded smartstring v1.0.1
6672024-11-29T04:17:33.489Z Downloaded tracing v0.1.40
6682024-11-29T04:17:33.493Z Downloaded http v1.1.0
6692024-11-29T04:17:33.497Z Downloaded getrandom v0.2.15
6702024-11-29T04:17:33.500Z Downloaded log v0.4.22
6712024-11-29T04:17:33.504Z Downloaded tracing-core v0.1.32
6722024-11-29T04:17:33.506Z Downloaded openssl-sys v0.9.103
6732024-11-29T04:17:33.511Z Downloaded hashbrown v0.12.3
6742024-11-29T04:17:33.516Z Downloaded minimal-lexical v0.2.1
6752024-11-29T04:17:33.521Z Downloaded socket2 v0.5.8
6762024-11-29T04:17:33.523Z Downloaded steno v0.4.1
6772024-11-29T04:17:33.528Z Downloaded zerocopy v0.6.6
6782024-11-29T04:17:33.531Z Downloaded parking_lot v0.12.3
6792024-11-29T04:17:33.534Z Downloaded toml_edit v0.19.15
6802024-11-29T04:17:33.548Z Downloaded unsafe-libyaml v0.2.11
6812024-11-29T04:17:33.552Z Downloaded memchr v2.7.4
6822024-11-29T04:17:33.558Z Downloaded url v2.5.2
6832024-11-29T04:17:33.561Z Downloaded itertools v0.12.1
6842024-11-29T04:17:33.569Z Downloaded itertools v0.10.5
6852024-11-29T04:17:33.575Z Downloaded nom v7.1.3
6862024-11-29T04:17:33.582Z Downloaded mio v1.0.2
6872024-11-29T04:17:33.587Z Downloaded http v0.2.12
6882024-11-29T04:17:33.591Z Downloaded lazy_static v1.5.0
6892024-11-29T04:17:33.593Z Downloaded zerocopy-derive v0.7.35
6902024-11-29T04:17:33.598Z Downloaded hickory-resolver v0.24.1
6912024-11-29T04:17:33.602Z Downloaded unicode-segmentation v1.12.0
6922024-11-29T04:17:33.606Z Downloaded serde_json v1.0.133
6932024-11-29T04:17:33.613Z Downloaded unicode-normalization v0.1.24
6942024-11-29T04:17:33.617Z Downloaded reqwest v0.11.27
6952024-11-29T04:17:33.625Z Downloaded futures-util v0.3.30
6962024-11-29T04:17:33.638Z Downloaded zerocopy v0.7.35
6972024-11-29T04:17:33.656Z Downloaded time v0.3.36
6982024-11-29T04:17:33.663Z Downloaded winnow v0.6.18
6992024-11-29T04:17:33.672Z Downloaded winnow v0.5.40
7002024-11-29T04:17:33.681Z Downloaded rustls-webpki v0.101.7
7012024-11-29T04:17:33.696Z Downloaded libm v0.2.8
7022024-11-29T04:17:33.706Z Downloaded hyper v0.14.30
7032024-11-29T04:17:33.712Z Downloaded webpki-roots v0.25.4
7042024-11-29T04:17:33.716Z Downloaded syn v1.0.109
7052024-11-29T04:17:33.727Z Downloaded idna v0.5.0
7062024-11-29T04:17:33.734Z Downloaded syn v2.0.87
7072024-11-29T04:17:33.746Z Downloaded idna v0.4.0
7082024-11-29T04:17:33.753Z Downloaded dropshot v0.12.0
7092024-11-29T04:17:33.773Z Downloaded h2 v0.3.26
7102024-11-29T04:17:33.779Z Downloaded regex v1.10.6
7112024-11-29T04:17:33.793Z Downloaded hyper v1.5.1
7122024-11-29T04:17:33.799Z Downloaded openapiv3 v2.0.0
7132024-11-29T04:17:33.811Z Downloaded goblin v0.8.2
7142024-11-29T04:17:33.818Z Downloaded h2 v0.4.6
7152024-11-29T04:17:33.825Z Downloaded rustls v0.21.12
7162024-11-29T04:17:33.836Z Downloaded openssl v0.10.66
7172024-11-29T04:17:33.846Z Downloaded itertools v0.13.0
7182024-11-29T04:17:33.854Z Downloaded vcpkg v0.2.15
7192024-11-29T04:17:33.893Z Downloaded webpki-roots v0.26.6
7202024-11-29T04:17:33.896Z Downloaded rustls-webpki v0.102.8
7212024-11-29T04:17:33.915Z Downloaded rustls v0.23.13
7222024-11-29T04:17:33.928Z Downloaded chrono v0.4.38
7232024-11-29T04:17:33.934Z Downloaded rhai v1.20.0
7242024-11-29T04:17:33.946Z Downloaded unicode-width v0.1.14
7252024-11-29T04:17:33.953Z Downloaded rustls v0.22.4
7262024-11-29T04:17:33.966Z Downloaded smoltcp v0.11.0
7272024-11-29T04:17:33.978Z Downloaded regress v0.9.1
7282024-11-29T04:17:33.987Z Downloaded rustix v0.38.37
7292024-11-29T04:17:34.009Z Downloaded regex-syntax v0.8.4
7302024-11-29T04:17:34.017Z Downloaded regress v0.10.1
7312024-11-29T04:17:34.025Z Downloaded hashbrown v0.14.5
7322024-11-29T04:17:34.030Z Downloaded reqwest v0.12.9
7332024-11-29T04:17:34.039Z Downloaded toml_edit v0.22.21
7342024-11-29T04:17:34.060Z Downloaded hickory-proto v0.24.1
7352024-11-29T04:17:34.075Z Downloaded tokio-util v0.7.12
7362024-11-29T04:17:34.081Z Downloaded portable-atomic v1.8.0
7372024-11-29T04:17:34.088Z Downloaded serde_with v3.9.0
7382024-11-29T04:17:34.096Z Downloaded sled v0.34.7
7392024-11-29T04:17:34.108Z Downloaded typify-impl v0.2.0
7402024-11-29T04:17:34.136Z Downloaded tokio-native-tls v0.3.1
7412024-11-29T04:17:34.139Z Downloaded linear-map v1.2.0
7422024-11-29T04:17:34.141Z Downloaded futures v0.3.30
7432024-11-29T04:17:34.146Z Downloaded progenitor-impl v0.8.0
7442024-11-29T04:17:34.149Z Downloaded proc-macro2 v1.0.86
7452024-11-29T04:17:34.152Z Downloaded strsim v0.11.1
7462024-11-29T04:17:34.152Z Downloaded semver v1.0.23
7472024-11-29T04:17:34.154Z Downloaded derive_more v0.99.18
7482024-11-29T04:17:34.157Z Downloaded base64 v0.22.1
7492024-11-29T04:17:34.161Z Downloaded zerocopy-derive v0.6.6
7502024-11-29T04:17:34.171Z Downloaded prettyplease v0.2.22
7512024-11-29T04:17:34.174Z Downloaded regex-automata v0.4.7
7522024-11-29T04:17:34.192Z Downloaded petgraph v0.6.5
7532024-11-29T04:17:34.209Z Downloaded clap v4.5.21
7542024-11-29T04:17:34.216Z Downloaded defmt v0.3.8
7552024-11-29T04:17:34.219Z Downloaded hostname v0.3.1
7562024-11-29T04:17:34.222Z Downloaded foreign-types v0.3.2
7572024-11-29T04:17:34.222Z Downloaded dropshot_endpoint v0.12.0
7582024-11-29T04:17:34.224Z Downloaded cpufeatures v0.2.14
7592024-11-29T04:17:34.226Z Downloaded const-random-macro v0.1.16
7602024-11-29T04:17:34.226Z Downloaded slab v0.4.9
7612024-11-29T04:17:34.229Z Downloaded shlex v1.3.0
7622024-11-29T04:17:34.229Z Downloaded serde_spanned v0.6.7
7632024-11-29T04:17:34.231Z Downloaded serde_repr v0.1.19
7642024-11-29T04:17:34.233Z Downloaded const-random v0.1.18
7652024-11-29T04:17:34.233Z Downloaded clap_derive v4.5.18
7662024-11-29T04:17:34.235Z Downloaded rustversion v1.0.17
7672024-11-29T04:17:34.237Z Downloaded crucible-workspace-hack v0.1.0
7682024-11-29T04:17:34.237Z Downloaded slog-async v2.8.0
7692024-11-29T04:17:34.240Z Downloaded bitflags v1.3.2
7702024-11-29T04:17:34.242Z Downloaded embedded-io v0.6.1
7712024-11-29T04:17:34.244Z Downloaded tokio v1.41.1
7722024-11-29T04:17:34.279Z Downloaded data-encoding v2.6.0
7732024-11-29T04:17:34.282Z Downloaded libc v0.2.165
7742024-11-29T04:17:34.304Z Downloaded encoding_rs v0.8.34
7752024-11-29T04:17:34.325Z Downloaded cobs v0.2.3
7762024-11-29T04:17:34.327Z Downloaded rand_core v0.6.4
7772024-11-29T04:17:34.327Z Downloaded crunchy v0.2.2
7782024-11-29T04:17:34.330Z Downloaded camino-tempfile v1.1.1
7792024-11-29T04:17:34.330Z Downloaded fnv v1.0.7
7802024-11-29T04:17:34.332Z Downloaded darling_macro v0.20.10
7812024-11-29T04:17:34.332Z Downloaded colorchoice v1.0.2
7822024-11-29T04:17:34.332Z Downloaded camino v1.1.9
7832024-11-29T04:17:34.334Z Downloaded async-stream v0.3.5
7842024-11-29T04:17:34.337Z Downloaded crc8 v0.1.1
7852024-11-29T04:17:34.337Z Downloaded postcard v1.0.10
7862024-11-29T04:17:34.340Z Downloaded quinn-udp v0.5.5
7872024-11-29T04:17:34.340Z Downloaded float-ord v0.3.2
7882024-11-29T04:17:34.343Z Downloaded crypto-common v0.1.6
7892024-11-29T04:17:34.343Z Downloaded colored v2.1.0
7902024-11-29T04:17:34.343Z Downloaded bitflags v2.6.0
7912024-11-29T04:17:34.569Z Downloaded ring v0.17.8
7922024-11-29T04:17:34.915Z Compiling proc-macro2 v1.0.86
7932024-11-29T04:17:34.915Z Compiling unicode-ident v1.0.13
7942024-11-29T04:17:34.918Z Compiling libc v0.2.165
7952024-11-29T04:17:34.918Z Compiling serde v1.0.215
7962024-11-29T04:17:34.918Z Compiling version_check v0.9.5
7972024-11-29T04:17:34.918Z Compiling autocfg v1.3.0
7982024-11-29T04:17:34.950Z Compiling cfg-if v1.0.0
7992024-11-29T04:17:35.067Z Compiling once_cell v1.20.2
8002024-11-29T04:17:35.096Z Compiling libm v0.2.8
8012024-11-29T04:17:35.147Z Compiling memchr v2.7.4
8022024-11-29T04:17:35.498Z Compiling byteorder v1.5.0
8032024-11-29T04:17:35.621Z Compiling lock_api v0.4.12
8042024-11-29T04:17:35.641Z Compiling parking_lot_core v0.9.10
8052024-11-29T04:17:35.658Z Compiling shlex v1.3.0
8062024-11-29T04:17:35.994Z Compiling cc v1.1.21
8072024-11-29T04:17:36.102Z Compiling thiserror v1.0.69
8082024-11-29T04:17:36.437Z Compiling itoa v1.0.11
8092024-11-29T04:17:36.665Z Compiling quote v1.0.37
8102024-11-29T04:17:36.684Z Compiling portable-atomic v1.8.0
8112024-11-29T04:17:36.701Z Compiling slab v0.4.9
8122024-11-29T04:17:37.090Z Compiling syn v2.0.87
8132024-11-29T04:17:37.268Z Compiling getrandom v0.2.15
8142024-11-29T04:17:37.327Z Compiling schemars v0.8.21
8152024-11-29T04:17:37.496Z Compiling ahash v0.8.11
8162024-11-29T04:17:37.533Z Compiling allocator-api2 v0.2.18
8172024-11-29T04:17:37.677Z Compiling num-traits v0.2.19
8182024-11-29T04:17:37.781Z Compiling ryu v1.0.18
8192024-11-29T04:17:38.041Z Compiling serde_json v1.0.133
8202024-11-29T04:17:38.225Z Compiling pin-project-lite v0.2.14
8212024-11-29T04:17:38.625Z Compiling ring v0.17.8
8222024-11-29T04:17:38.671Z Compiling scopeguard v1.2.0
8232024-11-29T04:17:38.701Z Compiling equivalent v1.0.1
8242024-11-29T04:17:38.721Z Compiling log v0.4.22
8252024-11-29T04:17:38.802Z Compiling heck v0.5.0
8262024-11-29T04:17:38.823Z Compiling fnv v1.0.7
8272024-11-29T04:17:39.129Z Compiling pkg-config v0.3.31
8282024-11-29T04:17:39.241Z Compiling vcpkg v0.2.15
8292024-11-29T04:17:39.296Z Compiling crunchy v0.2.2
8302024-11-29T04:17:39.621Z Compiling mio v1.0.2
8312024-11-29T04:17:39.815Z Compiling signal-hook-registry v1.4.2
8322024-11-29T04:17:40.143Z Compiling socket2 v0.5.8
8332024-11-29T04:17:40.645Z Compiling openssl-sys v0.9.103
8342024-11-29T04:17:40.667Z Compiling tiny-keccak v2.0.2
8352024-11-29T04:17:40.784Z Compiling httparse v1.9.4
8362024-11-29T04:17:41.032Z Compiling slog v2.7.0
8372024-11-29T04:17:41.201Z Compiling iana-time-zone v0.1.61
8382024-11-29T04:17:41.600Z Compiling const-random-macro v0.1.16
8392024-11-29T04:17:41.630Z Compiling futures-core v0.3.30
8402024-11-29T04:17:41.697Z Compiling dyn-clone v1.0.17
8412024-11-29T04:17:41.863Z Compiling futures-sink v0.3.30
8422024-11-29T04:17:41.915Z Compiling openssl v0.10.66
8432024-11-29T04:17:42.276Z Compiling native-tls v0.2.12
8442024-11-29T04:17:42.363Z Compiling const-random v0.1.18
8452024-11-29T04:17:42.399Z Compiling rustls v0.23.13
8462024-11-29T04:17:42.470Z Compiling typenum v1.17.0
8472024-11-29T04:17:42.509Z Compiling semver v1.0.23
8482024-11-29T04:17:42.552Z Compiling futures-channel v0.3.30
8492024-11-29T04:17:42.555Z Compiling futures-io v0.3.30
8502024-11-29T04:17:42.679Z Compiling pin-utils v0.1.0
8512024-11-29T04:17:42.681Z Compiling futures-task v0.3.30
8522024-11-29T04:17:42.768Z Compiling generic-array v0.14.7
8532024-11-29T04:17:42.880Z Compiling tracing-core v0.1.32
8542024-11-29T04:17:42.910Z Compiling bitflags v2.6.0
8552024-11-29T04:17:42.961Z Compiling ucd-trie v0.1.6
8562024-11-29T04:17:42.988Z Compiling subtle v2.6.1
8572024-11-29T04:17:43.062Z Compiling aho-corasick v1.1.3
8582024-11-29T04:17:43.262Z Compiling regex-syntax v0.8.4
8592024-11-29T04:17:43.281Z Compiling anyhow v1.0.93
8602024-11-29T04:17:43.353Z Compiling serde_derive_internals v0.29.1
8612024-11-29T04:17:43.393Z Compiling num-conv v0.1.0
8622024-11-29T04:17:43.668Z Compiling time-core v0.1.2
8632024-11-29T04:17:43.837Z Compiling time-macros v0.2.18
8642024-11-29T04:17:45.059Z Compiling spin v0.9.8
8652024-11-29T04:17:45.283Z Compiling rustls-pki-types v1.8.0
8662024-11-29T04:17:45.302Z Compiling usdt-impl v0.5.0
8672024-11-29T04:17:45.715Z Compiling omicron-workspace-hack v0.1.0
8682024-11-29T04:17:46.078Z Compiling untrusted v0.9.0
8692024-11-29T04:17:46.565Z Compiling regex-automata v0.4.7
8702024-11-29T04:17:46.680Z Compiling plain v0.2.3
8712024-11-29T04:17:46.787Z Compiling strsim v0.11.1
8722024-11-29T04:17:46.837Z Compiling tinyvec_macros v0.1.1
8732024-11-29T04:17:46.942Z Compiling atomic-waker v1.1.2
8742024-11-29T04:17:47.132Z Compiling rustversion v1.0.17
8752024-11-29T04:17:47.440Z Compiling tinyvec v1.8.0
8762024-11-29T04:17:47.706Z Compiling serde_derive v1.0.215
8772024-11-29T04:17:47.794Z Compiling zerocopy-derive v0.7.35
8782024-11-29T04:17:47.932Z Compiling thiserror-impl v1.0.69
8792024-11-29T04:17:48.399Z Compiling tokio-macros v2.4.0
8802024-11-29T04:17:49.009Z Compiling schemars_derive v0.8.21
8812024-11-29T04:17:49.701Z Compiling zerocopy v0.7.35
8822024-11-29T04:17:50.123Z Compiling futures-macro v0.3.30
8832024-11-29T04:17:51.005Z Compiling openssl-macros v0.1.1
8842024-11-29T04:17:51.400Z Compiling hashbrown v0.14.5
8852024-11-29T04:17:51.841Z Compiling tracing-attributes v0.1.27
8862024-11-29T04:17:51.862Z Compiling scroll_derive v0.12.0
8872024-11-29T04:17:51.980Z Compiling futures-util v0.3.30
8882024-11-29T04:17:52.538Z Compiling regress v0.10.1
8892024-11-29T04:17:53.174Z Compiling pest v2.7.13
8902024-11-29T04:17:53.276Z Compiling regex v1.10.6
8912024-11-29T04:17:53.350Z Compiling scroll v0.12.0
8922024-11-29T04:17:53.845Z Compiling goblin v0.8.2
8932024-11-29T04:17:55.171Z Compiling tracing v0.1.40
8942024-11-29T04:17:55.793Z Compiling pest_meta v2.7.13
8952024-11-29T04:17:55.886Z Compiling rustls-webpki v0.102.8
8962024-11-29T04:17:57.835Z Compiling pest_generator v2.7.13
8972024-11-29T04:17:59.487Z Compiling rand_core v0.6.4
8982024-11-29T04:17:59.504Z Compiling pest_derive v2.7.13
8992024-11-29T04:17:59.945Z Compiling try-lock v0.2.5
9002024-11-29T04:18:00.120Z Compiling bytes v1.7.2
9012024-11-29T04:18:00.463Z Compiling smallvec v1.13.2
9022024-11-29T04:18:00.970Z Compiling indexmap v2.5.0
9032024-11-29T04:18:01.302Z Compiling chrono v0.4.38
9042024-11-29T04:18:01.815Z Compiling parking_lot v0.12.3
9052024-11-29T04:18:01.845Z Compiling uuid v1.11.0
9062024-11-29T04:18:01.954Z Compiling serde_tokenstream v0.2.2
9072024-11-29T04:18:02.219Z Compiling tokio v1.41.1
9082024-11-29T04:18:02.502Z Compiling http v1.1.0
9092024-11-29T04:18:05.517Z Compiling openapiv3 v2.0.0
9102024-11-29T04:18:06.313Z Compiling unsafe-libyaml v0.2.11
9112024-11-29T04:18:07.979Z Compiling typify-impl v0.2.0
9122024-11-29T04:18:08.001Z Compiling http-body v1.0.1
9132024-11-29T04:18:08.270Z Compiling percent-encoding v2.3.1
9142024-11-29T04:18:08.728Z Compiling zeroize v1.8.1
9152024-11-29T04:18:09.065Z Compiling pretty-hex v0.4.1
9162024-11-29T04:18:09.283Z Compiling dof v0.3.0
9172024-11-29T04:18:09.429Z Compiling form_urlencoded v1.2.1
9182024-11-29T04:18:09.432Z Compiling serde_yaml v0.9.34+deprecated
9192024-11-29T04:18:09.782Z Compiling ipnetwork v0.20.0
9202024-11-29T04:18:09.926Z Compiling dtrace-parser v0.2.0
9212024-11-29T04:18:10.767Z Compiling want v0.3.1
9222024-11-29T04:18:11.059Z Compiling tokio-util v0.7.12
9232024-11-29T04:18:12.644Z Compiling h2 v0.4.6
9242024-11-29T04:18:12.670Z Compiling unicode-normalization v0.1.24
9252024-11-29T04:18:13.114Z Compiling thread-id v4.2.2
9262024-11-29T04:18:13.239Z Compiling syn v1.0.109
9272024-11-29T04:18:13.645Z Compiling httpdate v1.0.3
9282024-11-29T04:18:13.812Z Compiling ident_case v1.0.1
9292024-11-29T04:18:13.942Z Compiling unicode-bidi v0.3.15
9302024-11-29T04:18:13.991Z Compiling foreign-types-shared v0.1.1
9312024-11-29T04:18:14.108Z Compiling rustls v0.22.4
9322024-11-29T04:18:14.384Z Compiling camino v1.1.9
9332024-11-29T04:18:14.405Z Compiling foreign-types v0.3.2
9342024-11-29T04:18:14.492Z Compiling darling_core v0.20.10
9352024-11-29T04:18:14.998Z Compiling ppv-lite86 v0.2.20
9362024-11-29T04:18:16.225Z Compiling tower-service v0.3.3
9372024-11-29T04:18:16.497Z Compiling slog-async v2.8.0
9382024-11-29T04:18:17.257Z Compiling rand_chacha v0.3.1
9392024-11-29T04:18:17.535Z Compiling idna v0.5.0
9402024-11-29T04:18:17.955Z Compiling typify-macro v0.2.0
9412024-11-29T04:18:18.918Z Compiling hyper v1.5.1
9422024-11-29T04:18:19.828Z Compiling darling_macro v0.20.10
9432024-11-29T04:18:21.488Z Compiling typify v0.2.0
9442024-11-29T04:18:21.525Z Compiling toml_datetime v0.6.8
9452024-11-29T04:18:21.636Z Compiling progenitor-impl v0.8.0
9462024-11-29T04:18:21.938Z Compiling hyper-util v0.1.10
9472024-11-29T04:18:27.502Z Compiling multer v3.1.0
9482024-11-29T04:18:27.529Z Compiling progenitor-macro v0.8.0
9492024-11-29T04:18:28.047Z Compiling paste v1.0.15
9502024-11-29T04:18:28.571Z Compiling openssl-probe v0.1.5
9512024-11-29T04:18:31.497Z Compiling darling v0.20.10
9522024-11-29T04:18:31.620Z Compiling url v2.5.2
9532024-11-29T04:18:31.903Z Compiling rand v0.8.5
9542024-11-29T04:18:33.561Z Compiling usdt-macro v0.5.0
9552024-11-29T04:18:35.057Z Compiling usdt-attr-macro v0.5.0
9562024-11-29T04:18:36.650Z Compiling http-body-util v0.1.2
9572024-11-29T04:18:36.957Z Compiling async-trait v0.1.83
9582024-11-29T04:18:38.900Z Compiling encoding_rs v0.8.34
9592024-11-29T04:18:39.104Z Compiling base64 v0.22.1
9602024-11-29T04:18:39.489Z Compiling mime v0.3.17
9612024-11-29T04:18:40.139Z Compiling ipnet v2.10.0
9622024-11-29T04:18:40.445Z Compiling rustls-pemfile v2.1.3
9632024-11-29T04:18:41.169Z Compiling tokio-rustls v0.26.0
9642024-11-29T04:18:44.361Z Compiling serde_with_macros v3.9.0
9652024-11-29T04:18:45.911Z Compiling tokio-native-tls v0.3.1
9662024-11-29T04:18:46.198Z Compiling strum_macros v0.26.4
9672024-11-29T04:18:46.258Z Compiling serde_urlencoded v0.7.1
9682024-11-29T04:18:46.854Z Compiling structmeta-derive v0.3.0
9692024-11-29T04:18:49.353Z Compiling async-stream-impl v0.3.5
9702024-11-29T04:18:49.788Z Compiling webpki-roots v0.26.6
9712024-11-29T04:18:49.986Z Compiling dropshot v0.12.0
9722024-11-29T04:18:50.006Z Compiling powerfmt v0.2.0
9732024-11-29T04:18:50.345Z Compiling crossbeam-utils v0.8.20
9742024-11-29T04:18:50.479Z Compiling deranged v0.3.11
9752024-11-29T04:18:50.625Z Compiling hyper-rustls v0.27.3
9762024-11-29T04:18:51.624Z Compiling structmeta v0.3.0
9772024-11-29T04:18:51.873Z Compiling hyper-tls v0.6.0
9782024-11-29T04:18:52.348Z Compiling sync_wrapper v1.0.1
9792024-11-29T04:18:53.230Z Compiling num_threads v0.1.7
9802024-11-29T04:18:53.573Z Compiling winnow v0.6.18
9812024-11-29T04:18:55.130Z Compiling time v0.3.36
9822024-11-29T04:18:55.288Z Compiling reqwest v0.12.9
9832024-11-29T04:18:57.636Z Compiling parse-display-derive v0.10.0
9842024-11-29T04:18:58.772Z Compiling crypto-common v0.1.6
9852024-11-29T04:18:59.002Z Compiling block-buffer v0.10.4
9862024-11-29T04:18:59.242Z Compiling dropshot_endpoint v0.12.0
9872024-11-29T04:18:59.947Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9882024-11-29T04:19:03.318Z Compiling digest v0.10.7
9892024-11-29T04:19:03.338Z Compiling progenitor-client v0.8.0
9902024-11-29T04:19:04.104Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9912024-11-29T04:19:06.212Z Compiling dirs-sys-next v0.1.2
9922024-11-29T04:19:07.240Z Compiling lazy_static v1.5.0
9932024-11-29T04:19:07.399Z Compiling rustix v0.38.37
9942024-11-29T04:19:07.664Z Compiling match_cfg v0.1.0
9952024-11-29T04:19:08.231Z Compiling hostname v0.3.1
9962024-11-29T04:19:08.508Z Compiling dirs-next v2.0.0
9972024-11-29T04:19:08.777Z Compiling progenitor v0.8.0
9982024-11-29T04:19:10.574Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9992024-11-29T04:19:11.006Z Compiling futures-executor v0.3.30
10002024-11-29T04:19:11.759Z Compiling thread_local v1.1.8
10012024-11-29T04:19:12.042Z Compiling errno v0.3.9
10022024-11-29T04:19:12.379Z Compiling instant v0.1.13
10032024-11-29T04:19:12.559Z Compiling cpufeatures v0.2.14
10042024-11-29T04:19:12.674Z Compiling unicode-width v0.1.14
10052024-11-29T04:19:14.441Z Compiling futures v0.3.30
10062024-11-29T04:19:15.790Z Compiling term v0.7.0
10072024-11-29T04:19:16.417Z Compiling crossbeam-channel v0.5.13
10082024-11-29T04:19:18.234Z Compiling serde_spanned v0.6.7
10092024-11-29T04:19:18.695Z Compiling memmap v0.7.0
10102024-11-29T04:19:19.107Z Compiling is-terminal v0.4.13
10112024-11-29T04:19:19.339Z Compiling take_mut v0.2.2
10122024-11-29T04:19:19.866Z Compiling slog-term v2.9.1
10132024-11-29T04:19:20.034Z Compiling usdt v0.5.0
10142024-11-29T04:19:21.377Z Compiling toml_edit v0.22.21
10152024-11-29T04:19:22.365Z Compiling slog-json v2.6.1
10162024-11-29T04:19:22.781Z Compiling strum v0.26.3
10172024-11-29T04:19:22.958Z Compiling serde_with v3.9.0
10182024-11-29T04:19:25.728Z Compiling debug-ignore v1.0.5
10192024-11-29T04:19:26.005Z Compiling heapless v0.8.0
10202024-11-29T04:19:26.885Z Compiling tokio-rustls v0.25.0
10212024-11-29T04:19:28.507Z Compiling toml v0.8.19
10222024-11-29T04:19:29.942Z Compiling slog-bunyan v2.5.0
10232024-11-29T04:19:30.009Z Compiling sha1 v0.10.6
10242024-11-29T04:19:30.246Z Compiling async-stream v0.3.5
10252024-11-29T04:19:30.611Z Compiling newtype-uuid v1.1.0
10262024-11-29T04:19:30.792Z Compiling serde_path_to_error v0.1.16
10272024-11-29T04:19:30.942Z Compiling hex v0.4.3
10282024-11-29T04:19:31.323Z Compiling waitgroup v0.1.2
10292024-11-29T04:19:31.587Z Compiling hostname v0.4.0
10302024-11-29T04:19:31.654Z Compiling hash32 v0.3.1
10312024-11-29T04:19:31.672Z Compiling smoltcp v0.11.0
10322024-11-29T04:19:31.869Z Compiling stable_deref_trait v1.2.0
10332024-11-29T04:19:34.293Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10342024-11-29T04:19:34.528Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10352024-11-29T04:19:34.710Z Compiling backoff v0.4.0
10362024-11-29T04:19:35.048Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10372024-11-29T04:19:35.097Z Compiling parse-display v0.10.0
10382024-11-29T04:19:36.995Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10392024-11-29T04:19:37.251Z Compiling macaddr v1.0.1
10402024-11-29T04:19:37.872Z Compiling regress v0.9.1
10412024-11-29T04:19:41.611Z Compiling clap_derive v4.5.18
10422024-11-29T04:19:42.343Z Compiling utf8parse v0.2.2
10432024-11-29T04:19:42.501Z Compiling bitflags v1.3.2
10442024-11-29T04:19:42.522Z Compiling cobs v0.2.3
10452024-11-29T04:19:42.621Z Compiling winnow v0.5.40
10462024-11-29T04:19:42.972Z Compiling managed v0.8.0
10472024-11-29T04:19:43.727Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10482024-11-29T04:19:45.960Z Compiling toml_edit v0.19.15
10492024-11-29T04:19:45.963Z Compiling postcard v1.0.10
10502024-11-29T04:19:46.650Z Compiling anstyle-parse v0.2.5
10512024-11-29T04:19:47.037Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10522024-11-29T04:19:52.160Z Compiling is_terminal_polyfill v1.70.1
10532024-11-29T04:19:52.313Z Compiling anstyle-query v1.1.1
10542024-11-29T04:19:52.349Z Compiling colorchoice v1.0.2
10552024-11-29T04:19:53.164Z Compiling anstyle v1.0.10
10562024-11-29T04:19:53.600Z Compiling anstream v0.6.15
10572024-11-29T04:19:54.995Z Compiling proc-macro-crate v1.3.1
10582024-11-29T04:19:55.277Z Compiling terminal_size v0.4.0
10592024-11-29T04:19:55.512Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10602024-11-29T04:19:55.573Z Compiling clap_lex v0.7.2
10612024-11-29T04:19:55.917Z Compiling clap_builder v4.5.21
10622024-11-29T04:19:56.249Z Compiling num_enum_derive v0.5.11
10632024-11-29T04:19:57.337Z Compiling tabwriter v1.4.0
10642024-11-29T04:19:57.517Z Compiling foreign-types-macros v0.2.3
10652024-11-29T04:19:58.089Z Compiling num-integer v0.1.46
10662024-11-29T04:19:58.612Z Compiling foreign-types-shared v0.3.1
10672024-11-29T04:19:58.842Z Compiling foreign-types v0.5.0
10682024-11-29T04:19:58.947Z Compiling num_enum v0.5.11
10692024-11-29T04:19:59.326Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10702024-11-29T04:19:59.955Z Compiling cstr-argument v0.1.2
10712024-11-29T04:20:00.068Z Compiling clap v4.5.21
10722024-11-29T04:20:00.195Z Compiling proc-macro-error-attr v1.0.4
10732024-11-29T04:20:00.261Z Compiling pretty-hex v0.2.1
10742024-11-29T04:20:00.280Z Compiling either v1.13.0
10752024-11-29T04:20:00.614Z Compiling prettyplease v0.2.22
10762024-11-29T04:20:00.657Z Compiling heck v0.4.1
10772024-11-29T04:20:01.096Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10782024-11-29T04:20:01.195Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10792024-11-29T04:20:01.476Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10802024-11-29T04:20:02.757Z Compiling num-iter v0.1.45
10812024-11-29T04:20:02.946Z Compiling num-rational v0.4.2
10822024-11-29T04:20:04.001Z Compiling colored v2.1.0
10832024-11-29T04:20:05.175Z Compiling num-complex v0.4.6
10842024-11-29T04:20:05.758Z Compiling proc-macro-error v1.0.4
10852024-11-29T04:20:06.023Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862024-11-29T04:20:06.177Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10872024-11-29T04:20:06.362Z Compiling fastrand v2.1.1
10882024-11-29T04:20:06.427Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10892024-11-29T04:20:06.448Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10902024-11-29T04:20:06.799Z Compiling tempfile v3.12.0
10912024-11-29T04:20:07.363Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-11-29T04:20:08.280Z Compiling num v0.4.3
10932024-11-29T04:20:10.664Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10942024-11-29T04:20:11.119Z Compiling float-ord v0.3.2
10952024-11-29T04:20:11.227Z Compiling crucible-workspace-hack v0.1.0
10962024-11-29T04:20:11.381Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10972024-11-29T04:20:17.802Z Compiling unicode-segmentation v1.12.0
10982024-11-29T04:20:18.898Z Compiling semver v0.1.20
10992024-11-29T04:20:18.922Z Compiling newline-converter v0.3.0
11002024-11-29T04:20:19.287Z Compiling rustc_version v0.1.7
11012024-11-29T04:20:19.417Z Compiling zone_cfg_derive v0.3.0
11022024-11-29T04:20:19.668Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11032024-11-29T04:20:20.742Z Compiling camino-tempfile v1.1.1
11042024-11-29T04:20:20.922Z Compiling itertools v0.10.5
11052024-11-29T04:20:21.482Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11062024-11-29T04:20:21.817Z Compiling console v0.15.8
11072024-11-29T04:20:21.930Z Compiling num-derive v0.4.2
11082024-11-29T04:20:22.470Z Compiling sigpipe v0.1.3
11092024-11-29T04:20:22.622Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11102024-11-29T04:20:23.192Z Compiling base64ct v1.6.0
11112024-11-29T04:20:23.869Z Compiling similar v2.6.0
11122024-11-29T04:20:23.890Z Compiling password-hash v0.5.0
11132024-11-29T04:20:24.326Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11142024-11-29T04:20:24.676Z Compiling zone v0.3.0
11152024-11-29T04:20:25.458Z Compiling expectorate v1.1.0
11162024-11-29T04:20:25.752Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11172024-11-29T04:20:25.976Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-11-29T04:20:26.085Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11192024-11-29T04:20:27.943Z Compiling newtype_derive v0.1.6
11202024-11-29T04:20:28.389Z Compiling blake2 v0.10.6
11212024-11-29T04:20:28.906Z Compiling hubpack_derive v0.1.1
11222024-11-29T04:20:28.960Z Compiling smf v0.2.3
11232024-11-29T04:20:29.573Z Compiling zerocopy-derive v0.6.6
11242024-11-29T04:20:29.881Z Compiling whoami v1.5.2
11252024-11-29T04:20:30.106Z Compiling fixedbitset v0.4.2
11262024-11-29T04:20:30.788Z Compiling owo-colors v4.1.0
11272024-11-29T04:20:30.901Z Compiling cancel-safe-futures v0.1.5
11282024-11-29T04:20:31.189Z Compiling petgraph v0.6.5
11292024-11-29T04:20:31.361Z Compiling hubpack v0.1.2
11302024-11-29T04:20:31.385Z Compiling zerocopy v0.6.6
11312024-11-29T04:20:31.807Z Compiling argon2 v0.5.3
11322024-11-29T04:20:33.642Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11332024-11-29T04:20:34.232Z Compiling strum_macros v0.25.3
11342024-11-29T04:20:34.686Z Compiling serde-big-array v0.5.1
11352024-11-29T04:20:34.957Z Compiling serde_repr v0.1.19
11362024-11-29T04:20:35.320Z Compiling cookie v0.18.1
11372024-11-29T04:20:35.440Z Compiling convert_case v0.4.0
11382024-11-29T04:20:35.696Z Compiling static_assertions v1.1.0
11392024-11-29T04:20:36.015Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402024-11-29T04:20:36.100Z Compiling derive_more v0.99.18
11412024-11-29T04:20:36.159Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-11-29T04:20:36.588Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-11-29T04:20:37.681Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11442024-11-29T04:20:38.388Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-11-29T04:20:39.647Z Compiling atomicwrites v0.4.4
11462024-11-29T04:20:40.120Z Compiling itertools v0.13.0
11472024-11-29T04:20:42.164Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11482024-11-29T04:20:42.462Z Compiling idna v0.4.0
11492024-11-29T04:20:43.316Z Compiling libsw v3.3.1
11502024-11-29T04:20:43.533Z Compiling enum-as-inner v0.6.1
11512024-11-29T04:20:43.657Z Compiling derive-where v1.2.7
11522024-11-29T04:20:44.477Z Compiling linked-hash-map v0.5.6
11532024-11-29T04:20:44.725Z Compiling data-encoding v2.6.0
11542024-11-29T04:20:44.847Z Compiling quick-error v1.2.3
11552024-11-29T04:20:45.007Z Compiling highway v1.2.0
11562024-11-29T04:20:46.053Z Compiling indent_write v2.2.0
11572024-11-29T04:20:46.273Z Compiling swrite v0.1.0
11582024-11-29T04:20:46.293Z Compiling linear-map v1.2.0
11592024-11-29T04:20:46.411Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11602024-11-29T04:20:46.413Z Compiling hickory-proto v0.24.1
11612024-11-29T04:20:46.671Z Compiling resolv-conf v0.7.0
11622024-11-29T04:20:46.755Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-11-29T04:20:48.240Z Compiling lru-cache v0.1.2
11642024-11-29T04:20:48.470Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-29T04:20:50.246Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-29T04:20:50.618Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-11-29T04:20:51.614Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-11-29T04:20:53.958Z Compiling steno v0.4.1
11692024-11-29T04:20:54.962Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-11-29T04:20:55.378Z Compiling slog-dtrace v0.3.0
11712024-11-29T04:20:55.803Z Compiling parking_lot_core v0.8.6
11722024-11-29T04:20:56.341Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-11-29T04:20:56.508Z Compiling humantime v2.1.0
11742024-11-29T04:20:57.066Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752024-11-29T04:20:57.355Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-11-29T04:20:59.283Z Compiling hickory-resolver v0.24.1
11772024-11-29T04:21:00.461Z Compiling num-derive v0.3.3
11782024-11-29T04:21:00.623Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-11-29T04:21:01.058Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11802024-11-29T04:21:01.462Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11812024-11-29T04:21:02.602Z Compiling parking_lot v0.11.2
11822024-11-29T04:21:02.727Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11832024-11-29T04:21:02.949Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11842024-11-29T04:21:03.232Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11852024-11-29T04:21:04.496Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11862024-11-29T04:21:05.976Z Compiling crossbeam-epoch v0.9.18
11872024-11-29T04:21:05.996Z Compiling fxhash v0.2.1
11882024-11-29T04:21:06.216Z Compiling crc32fast v1.4.2
11892024-11-29T04:21:06.742Z Compiling crc8 v0.1.1
11902024-11-29T04:21:07.033Z Compiling arc-swap v1.7.1
11912024-11-29T04:21:07.060Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11922024-11-29T04:21:07.672Z Compiling slog-scope v4.4.0
11932024-11-29T04:21:08.397Z Compiling sled v0.34.7
11942024-11-29T04:21:12.781Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11952024-11-29T04:21:16.972Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11962024-11-29T04:21:16.981Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11972024-11-29T04:21:17.068Z Compiling slog-stdlog v4.1.1
11982024-11-29T04:21:17.284Z Compiling slog-envlogger v2.2.0
11992024-11-29T04:21:17.863Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12002024-11-29T04:21:27.265Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12012024-11-29T04:21:29.411Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12022024-11-29T04:21:32.152Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12032024-11-29T04:22:00.719Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12042024-11-29T04:22:00.719Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12052024-11-29T04:22:08.330Z Finished `release` profile [optimized] target(s) in 4m 55s
12062024-11-29T04:22:08.634Z+ banner trio
12072024-11-29T04:22:08.638Z
12082024-11-29T04:22:08.638Z ##### ##### # ####
12092024-11-29T04:22:08.638Z # # # # # #
12102024-11-29T04:22:08.638Z # # # # # #
12112024-11-29T04:22:08.638Z # ##### # # #
12122024-11-29T04:22:08.638Z # # # # # #
12132024-11-29T04:22:08.638Z # # # # ####
12142024-11-29T04:22:08.638Z
12152024-11-29T04:22:08.638Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12162024-11-29T04:22:09.102Z Compiling cfg-if v1.0.0
12172024-11-29T04:22:09.102Z Compiling libc v0.2.165
12182024-11-29T04:22:09.104Z Compiling serde v1.0.215
12192024-11-29T04:22:09.104Z Compiling once_cell v1.20.2
12202024-11-29T04:22:09.104Z Compiling itoa v1.0.11
12212024-11-29T04:22:09.104Z Compiling byteorder v1.5.0
12222024-11-29T04:22:09.174Z Compiling syn v2.0.87
12232024-11-29T04:22:09.184Z Compiling bytes v1.7.2
12242024-11-29T04:22:09.234Z Compiling num-traits v0.2.19
12252024-11-29T04:22:09.387Z Compiling zerocopy v0.7.35
12262024-11-29T04:22:09.493Z Compiling pin-project-lite v0.2.14
12272024-11-29T04:22:09.560Z Compiling ahash v0.8.11
12282024-11-29T04:22:09.589Z Compiling smallvec v1.13.2
12292024-11-29T04:22:09.609Z Compiling scopeguard v1.2.0
12302024-11-29T04:22:09.618Z Compiling allocator-api2 v0.2.18
12312024-11-29T04:22:09.730Z Compiling schemars v0.8.21
12322024-11-29T04:22:09.780Z Compiling memchr v2.7.4
12332024-11-29T04:22:10.020Z Compiling lock_api v0.4.12
12342024-11-29T04:22:10.351Z Compiling hashbrown v0.14.5
12352024-11-29T04:22:10.395Z Compiling fnv v1.0.7
12362024-11-29T04:22:10.446Z Compiling getrandom v0.2.15
12372024-11-29T04:22:10.521Z Compiling parking_lot_core v0.9.10
12382024-11-29T04:22:10.535Z Compiling mio v1.0.2
12392024-11-29T04:22:10.783Z Compiling signal-hook-registry v1.4.2
12402024-11-29T04:22:10.891Z Compiling parking_lot v0.12.3
12412024-11-29T04:22:11.311Z Compiling socket2 v0.5.8
12422024-11-29T04:22:11.401Z Compiling log v0.4.22
12432024-11-29T04:22:11.516Z Compiling futures-core v0.3.30
12442024-11-29T04:22:11.856Z Compiling ryu v1.0.18
12452024-11-29T04:22:11.966Z Compiling equivalent v1.0.1
12462024-11-29T04:22:12.107Z Compiling tracing-core v0.1.32
12472024-11-29T04:22:12.263Z Compiling serde_json v1.0.133
12482024-11-29T04:22:12.309Z Compiling uuid v1.11.0
12492024-11-29T04:22:12.357Z Compiling regress v0.10.1
12502024-11-29T04:22:12.486Z Compiling futures-sink v0.3.30
12512024-11-29T04:22:12.642Z Compiling spin v0.9.8
12522024-11-29T04:22:12.842Z Compiling pin-utils v0.1.0
12532024-11-29T04:22:12.852Z Compiling untrusted v0.9.0
12542024-11-29T04:22:12.939Z Compiling futures-task v0.3.30
12552024-11-29T04:22:12.950Z Compiling slab v0.4.9
12562024-11-29T04:22:13.023Z Compiling ring v0.17.8
12572024-11-29T04:22:13.118Z Compiling futures-util v0.3.30
12582024-11-29T04:22:13.239Z Compiling try-lock v0.2.5
12592024-11-29T04:22:13.390Z Compiling want v0.3.1
12602024-11-29T04:22:13.538Z Compiling chrono v0.4.38
12612024-11-29T04:22:13.675Z Compiling httparse v1.9.4
12622024-11-29T04:22:14.411Z Compiling futures-channel v0.3.30
12632024-11-29T04:22:14.846Z Compiling dyn-clone v1.0.17
12642024-11-29T04:22:15.060Z Compiling serde_derive_internals v0.29.1
12652024-11-29T04:22:15.062Z Compiling tower-service v0.3.3
12662024-11-29T04:22:15.193Z Compiling foreign-types-shared v0.1.1
12672024-11-29T04:22:15.226Z Compiling openssl-sys v0.9.103
12682024-11-29T04:22:15.297Z Compiling foreign-types v0.3.2
12692024-11-29T04:22:15.392Z Compiling unicode-ident v1.0.13
12702024-11-29T04:22:15.607Z Compiling bitflags v2.6.0
12712024-11-29T04:22:15.618Z Compiling proc-macro2 v1.0.86
12722024-11-29T04:22:15.965Z Compiling http v1.1.0
12732024-11-29T04:22:16.527Z Compiling openssl-probe v0.1.5
12742024-11-29T04:22:16.751Z Compiling semver v1.0.23
12752024-11-29T04:22:17.013Z Compiling tinyvec_macros v0.1.1
12762024-11-29T04:22:17.024Z Compiling quote v1.0.37
12772024-11-29T04:22:17.108Z Compiling tinyvec v1.8.0
12782024-11-29T04:22:17.366Z Compiling percent-encoding v2.3.1
12792024-11-29T04:22:17.842Z Compiling form_urlencoded v1.2.1
12802024-11-29T04:22:18.806Z Compiling unicode-normalization v0.1.24
12812024-11-29T04:22:19.012Z Compiling aho-corasick v1.1.3
12822024-11-29T04:22:19.523Z Compiling serde_derive v1.0.215
12832024-11-29T04:22:20.122Z Compiling zerocopy-derive v0.7.35
12842024-11-29T04:22:20.349Z Compiling thiserror-impl v1.0.69
12852024-11-29T04:22:20.427Z Compiling tokio-macros v2.4.0
12862024-11-29T04:22:20.586Z Compiling schemars_derive v0.8.21
12872024-11-29T04:22:20.680Z Compiling tracing-attributes v0.1.27
12882024-11-29T04:22:21.934Z Compiling tokio v1.41.1
12892024-11-29T04:22:22.756Z Compiling openssl-macros v0.1.1
12902024-11-29T04:22:23.035Z Compiling thiserror v1.0.69
12912024-11-29T04:22:23.310Z Compiling http v0.2.12
12922024-11-29T04:22:23.345Z Compiling unicode-bidi v0.3.15
12932024-11-29T04:22:23.571Z Compiling tracing v0.1.40
12942024-11-29T04:22:23.583Z Compiling openssl v0.10.66
12952024-11-29T04:22:24.233Z Compiling rustls-pki-types v1.8.0
12962024-11-29T04:22:25.456Z Compiling heck v0.5.0
12972024-11-29T04:22:27.143Z Compiling regex-automata v0.4.7
12982024-11-29T04:22:27.972Z Compiling idna v0.5.0
12992024-11-29T04:22:32.081Z Compiling indexmap v2.5.0
13002024-11-29T04:22:34.208Z Compiling tokio-util v0.7.12
13012024-11-29T04:22:34.414Z Compiling serde_tokenstream v0.2.2
13022024-11-29T04:22:35.283Z Compiling native-tls v0.2.12
13032024-11-29T04:22:36.312Z Compiling tokio-native-tls v0.3.1
13042024-11-29T04:22:36.338Z Compiling http-body v1.0.1
13052024-11-29T04:22:36.580Z Compiling atomic-waker v1.1.2
13062024-11-29T04:22:36.594Z Compiling regex-syntax v0.8.4
13072024-11-29T04:22:36.762Z Compiling slog v2.7.0
13082024-11-29T04:22:36.828Z Compiling h2 v0.4.6
13092024-11-29T04:22:37.371Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13102024-11-29T04:22:38.301Z Compiling typify-impl v0.2.0
13112024-11-29T04:22:48.128Z Compiling openapiv3 v2.0.0
13122024-11-29T04:22:48.458Z Compiling serde_urlencoded v0.7.1
13132024-11-29T04:22:49.006Z Compiling regex v1.10.6
13142024-11-29T04:22:49.907Z Compiling url v2.5.2
13152024-11-29T04:22:50.549Z Compiling encoding_rs v0.8.34
13162024-11-29T04:22:51.885Z Compiling mime v0.3.17
13172024-11-29T04:22:51.906Z Compiling ipnet v2.10.0
13182024-11-29T04:22:52.959Z Compiling rustls v0.21.12
13192024-11-29T04:22:54.138Z Compiling typify-macro v0.2.0
13202024-11-29T04:22:54.933Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13212024-11-29T04:22:55.462Z Compiling hyper v1.5.1
13222024-11-29T04:22:57.239Z Compiling h2 v0.3.26
13232024-11-29T04:22:57.632Z Compiling http-body v0.4.6
13242024-11-29T04:22:57.659Z Compiling rustls-webpki v0.102.8
13252024-11-29T04:22:58.102Z Compiling rustls-webpki v0.101.7
13262024-11-29T04:22:58.425Z Compiling sct v0.7.1
13272024-11-29T04:22:58.864Z Compiling toml_datetime v0.6.8
13282024-11-29T04:22:59.216Z Compiling subtle v2.6.1
13292024-11-29T04:22:59.481Z Compiling zeroize v1.8.1
13302024-11-29T04:22:59.807Z Compiling httpdate v1.0.3
13312024-11-29T04:23:00.540Z Compiling toml_edit v0.19.15
13322024-11-29T04:23:01.658Z Compiling serde_yaml v0.9.34+deprecated
13332024-11-29T04:23:01.960Z Compiling rustls v0.23.13
13342024-11-29T04:23:04.867Z Compiling hyper v0.14.30
13352024-11-29T04:23:05.355Z Compiling hyper-util v0.1.10
13362024-11-29T04:23:11.076Z Compiling lazy_static v1.5.0
13372024-11-29T04:23:11.212Z Compiling tokio-rustls v0.26.0
13382024-11-29T04:23:11.676Z Compiling tokio-rustls v0.24.1
13392024-11-29T04:23:12.082Z Compiling proc-macro-crate v1.3.1
13402024-11-29T04:23:12.382Z Compiling http-body-util v0.1.2
13412024-11-29T04:23:12.515Z Compiling webpki-roots v0.26.6
13422024-11-29T04:23:12.726Z Compiling base64 v0.22.1
13432024-11-29T04:23:12.798Z Compiling base64 v0.21.7
13442024-11-29T04:23:12.881Z Compiling crossbeam-utils v0.8.20
13452024-11-29T04:23:12.898Z Compiling hyper-tls v0.6.0
13462024-11-29T04:23:13.397Z Compiling rustls-pemfile v1.0.4
13472024-11-29T04:23:13.791Z Compiling rustls-pemfile v2.1.3
13482024-11-29T04:23:13.899Z Compiling num_enum_derive v0.5.11
13492024-11-29T04:23:14.165Z Compiling hyper-rustls v0.27.3
13502024-11-29T04:23:14.527Z Compiling hyper-rustls v0.24.2
13512024-11-29T04:23:14.954Z Compiling hyper-tls v0.5.0
13522024-11-29T04:23:15.434Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13532024-11-29T04:23:15.560Z Compiling typify v0.2.0
13542024-11-29T04:23:16.068Z Compiling ipnetwork v0.20.0
13552024-11-29T04:23:18.659Z Compiling ppv-lite86 v0.2.20
13562024-11-29T04:23:18.846Z Compiling foreign-types-macros v0.2.3
13572024-11-29T04:23:18.956Z Compiling sync_wrapper v1.0.1
13582024-11-29T04:23:18.959Z Compiling rand_core v0.6.4
13592024-11-29T04:23:19.100Z Compiling dirs-sys-next v0.1.2
13602024-11-29T04:23:19.403Z Compiling foreign-types-shared v0.3.1
13612024-11-29T04:23:19.414Z Compiling webpki-roots v0.25.4
13622024-11-29T04:23:19.520Z Compiling powerfmt v0.2.0
13632024-11-29T04:23:19.573Z Compiling sync_wrapper v0.1.2
13642024-11-29T04:23:19.699Z Compiling reqwest v0.11.27
13652024-11-29T04:23:20.001Z Compiling deranged v0.3.11
13662024-11-29T04:23:20.094Z Compiling time-macros v0.2.18
13672024-11-29T04:23:20.132Z Compiling foreign-types v0.5.0
13682024-11-29T04:23:20.242Z Compiling rand_chacha v0.3.1
13692024-11-29T04:23:21.650Z Compiling dirs-next v2.0.0
13702024-11-29T04:23:22.041Z Compiling reqwest v0.12.9
13712024-11-29T04:23:22.043Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13722024-11-29T04:23:22.966Z Compiling progenitor-impl v0.8.0
13732024-11-29T04:23:27.779Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-11-29T04:23:28.815Z Compiling num_enum v0.5.11
13752024-11-29T04:23:28.993Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13762024-11-29T04:23:29.937Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13772024-11-29T04:23:30.096Z Compiling cstr-argument v0.1.2
13782024-11-29T04:23:30.346Z Compiling thread_local v1.1.8
13792024-11-29T04:23:30.848Z Compiling pretty-hex v0.2.1
13802024-11-29T04:23:30.972Z Compiling time-core v0.1.2
13812024-11-29T04:23:31.065Z Compiling either v1.13.0
13822024-11-29T04:23:31.143Z Compiling num-conv v0.1.0
13832024-11-29T04:23:31.386Z Compiling arc-swap v1.7.1
13842024-11-29T04:23:31.491Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13852024-11-29T04:23:32.037Z Compiling slog-scope v4.4.0
13862024-11-29T04:23:32.749Z Compiling itertools v0.12.1
13872024-11-29T04:23:32.901Z Compiling time v0.3.36
13882024-11-29T04:23:32.912Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13892024-11-29T04:23:33.277Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13902024-11-29T04:23:34.140Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13912024-11-29T04:23:34.315Z Compiling crossbeam-channel v0.5.13
13922024-11-29T04:23:35.816Z Compiling progenitor-macro v0.8.0
13932024-11-29T04:23:36.156Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13942024-11-29T04:23:41.674Z Compiling progenitor-client v0.8.0
13952024-11-29T04:23:47.040Z Compiling term v0.7.0
13962024-11-29T04:23:47.294Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13972024-11-29T04:23:49.133Z Compiling rand v0.8.5
13982024-11-29T04:23:50.842Z Compiling anyhow v1.0.93
13992024-11-29T04:23:51.594Z Compiling colored v2.1.0
14002024-11-29T04:23:52.263Z Compiling is-terminal v0.4.13
14012024-11-29T04:23:52.387Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14022024-11-29T04:23:52.747Z Compiling winnow v0.6.18
14032024-11-29T04:23:52.757Z Compiling take_mut v0.2.2
14042024-11-29T04:23:52.914Z Compiling slog-async v2.8.0
14052024-11-29T04:23:55.848Z Compiling slog-term v2.9.1
14062024-11-29T04:23:56.671Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14072024-11-29T04:23:58.574Z Compiling progenitor v0.8.0
14082024-11-29T04:23:58.769Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14092024-11-29T04:23:58.962Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14102024-11-29T04:24:02.524Z Compiling slog-stdlog v4.1.1
14112024-11-29T04:24:03.300Z Compiling slog-envlogger v2.2.0
14122024-11-29T04:24:04.743Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14132024-11-29T04:24:06.373Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14142024-11-29T04:24:19.153Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14152024-11-29T04:24:26.222Z Finished `release` profile [optimized] target(s) in 2m 17s
14162024-11-29T04:24:26.305Z Running unittests src/lib.rs (target/release/deps/mg_tests-a2342845efdb8af0)
14172024-11-29T04:24:26.353Z
14182024-11-29T04:24:26.354Zrunning 1 test
14192024-11-29T04:24:26.523Zconfigure zone
14202024-11-29T04:24:26.540Zinstall zone
14212024-11-29T04:25:26.366Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14222024-11-29T04:26:23.154Zboot zone
14232024-11-29T04:26:23.921Zstart zone s1
14242024-11-29T04:26:23.921Zconfigure zone
14252024-11-29T04:26:23.929Zinstall zone
14262024-11-29T04:28:15.338Zboot zone
14272024-11-29T04:28:16.149Zstart zone s2
14282024-11-29T04:28:16.149Zconfigure zone
14292024-11-29T04:28:16.157Zinstall zone
14302024-11-29T04:30:06.790Zboot zone
14312024-11-29T04:30:07.685Zstart zone t1
14322024-11-29T04:30:07.685Zconfigure zone
14332024-11-29T04:30:07.694Zinstall zone
14342024-11-29T04:32:01.852Zboot zone
14352024-11-29T04:32:02.698Zwaiting for zones to come up
14362024-11-29T04:32:12.701Z[sidecar.trio] svcs milestone/network
14372024-11-29T04:32:12.732ZSTATE STIME FMRI
14382024-11-29T04:32:12.732Zonline 20:26:41 svc:/milestone/network:default
14392024-11-29T04:32:12.732Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14402024-11-29T04:32:12.779Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14412024-11-29T04:32:12.829Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14422024-11-29T04:32:12.873Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14432024-11-29T04:32:12.876Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14442024-11-29T04:32:12.897Z
14452024-11-29T04:32:12.897Zrunning zone s1.trio setup
14462024-11-29T04:32:12.897Z[s1.trio] svcs milestone/network
14472024-11-29T04:32:12.919ZSTATE STIME FMRI
14482024-11-29T04:32:12.919Zonline 20:28:34 svc:/milestone/network:default
14492024-11-29T04:32:12.919Z[s1.trio] dladm
14502024-11-29T04:32:12.939ZLINK CLASS MTU STATE BRIDGE OVER
14512024-11-29T04:32:12.939Zsl0 simnet 9000 up -- ?
14522024-11-29T04:32:12.939Zmg2 vnic 9000 up -- ?
14532024-11-29T04:32:12.939Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14542024-11-29T04:32:13.443Z
14552024-11-29T04:32:13.443Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14562024-11-29T04:32:13.466Z
14572024-11-29T04:32:13.466Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14582024-11-29T04:32:13.486Z
14592024-11-29T04:32:13.486Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14602024-11-29T04:32:13.574Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14612024-11-29T04:32:13.616Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14622024-11-29T04:32:13.708Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14632024-11-29T04:32:13.752Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14642024-11-29T04:32:13.774Z
14652024-11-29T04:32:13.774Zrunning zone s2.trio setup
14662024-11-29T04:32:13.774Z[s2.trio] svcs milestone/network
14672024-11-29T04:32:13.797ZSTATE STIME FMRI
14682024-11-29T04:32:13.797Zonline 20:30:25 svc:/milestone/network:default
14692024-11-29T04:32:13.797Z[s2.trio] dladm
14702024-11-29T04:32:13.817ZLINK CLASS MTU STATE BRIDGE OVER
14712024-11-29T04:32:13.817Zsl1 simnet 9000 up -- ?
14722024-11-29T04:32:13.817Zmg3 vnic 9000 up -- ?
14732024-11-29T04:32:13.817Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14742024-11-29T04:32:14.304Z
14752024-11-29T04:32:14.304Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14762024-11-29T04:32:14.327Z
14772024-11-29T04:32:14.327Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14782024-11-29T04:32:14.347Z
14792024-11-29T04:32:14.347Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14802024-11-29T04:32:14.393Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14812024-11-29T04:32:14.416Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
14822024-11-29T04:32:14.462Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
14832024-11-29T04:32:14.483Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
14842024-11-29T04:32:14.503Z
14852024-11-29T04:32:14.503Zrunning zone t1.trio setup
14862024-11-29T04:32:14.503Z[t1.trio] svcs milestone/network
14872024-11-29T04:32:14.523ZSTATE STIME FMRI
14882024-11-29T04:32:14.523Z- - svc:/milestone/network:default
14892024-11-29T04:32:15.523Z[t1.trio] svcs milestone/network
14902024-11-29T04:32:15.545ZSTATE STIME FMRI
14912024-11-29T04:32:15.545Z- - svc:/milestone/network:default
14922024-11-29T04:32:16.545Z[t1.trio] svcs milestone/network
14932024-11-29T04:32:16.567ZSTATE STIME FMRI
14942024-11-29T04:32:16.567Z- - svc:/milestone/network:default
14952024-11-29T04:32:17.568Z[t1.trio] svcs milestone/network
14962024-11-29T04:32:17.590ZSTATE STIME FMRI
14972024-11-29T04:32:17.590Z- - svc:/milestone/network:default
14982024-11-29T04:32:18.591Z[t1.trio] svcs milestone/network
14992024-11-29T04:32:18.612ZSTATE STIME FMRI
15002024-11-29T04:32:18.612Z- - svc:/milestone/network:default
15012024-11-29T04:32:19.613Z[t1.trio] svcs milestone/network
15022024-11-29T04:32:19.634ZSTATE STIME FMRI
15032024-11-29T04:32:19.634Z- - svc:/milestone/network:default
15042024-11-29T04:32:20.635Z[t1.trio] svcs milestone/network
15052024-11-29T04:32:20.659ZSTATE STIME FMRI
15062024-11-29T04:32:20.659Zoffline 20:32:19 svc:/milestone/network:default
15072024-11-29T04:32:21.659Z[t1.trio] svcs milestone/network
15082024-11-29T04:32:21.685ZSTATE STIME FMRI
15092024-11-29T04:32:21.685Zonline 20:32:20 svc:/milestone/network:default
15102024-11-29T04:32:21.685Z[t1.trio] dladm
15112024-11-29T04:32:21.709ZLINK CLASS MTU STATE BRIDGE OVER
15122024-11-29T04:32:21.709Ztfportrear0_0 simnet 9000 up -- ?
15132024-11-29T04:32:21.709Ztfportrear1_0 simnet 9000 up -- ?
15142024-11-29T04:32:21.709Zmg1 vnic 9000 up -- ?
15152024-11-29T04:32:21.709Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15162024-11-29T04:32:22.329Z
15172024-11-29T04:32:22.329Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15182024-11-29T04:32:22.354Z
15192024-11-29T04:32:22.355Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15202024-11-29T04:32:22.379Z
15212024-11-29T04:32:22.379Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15222024-11-29T04:32:22.401Z
15232024-11-29T04:32:22.401Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15242024-11-29T04:32:22.602Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15252024-11-29T04:32:22.607Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15262024-11-29T04:32:22.611Zwaiting 3s for copy of files to zone to complete ...
15272024-11-29T04:32:25.612Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15282024-11-29T04:32:25.650Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15292024-11-29T04:32:25.675Z[t1.trio] svcadm enable dendrite
15302024-11-29T04:32:25.716Z
15312024-11-29T04:32:25.716Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15322024-11-29T04:32:25.766Z
15332024-11-29T04:32:25.766Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15342024-11-29T04:32:25.811Z
15352024-11-29T04:32:25.811Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15362024-11-29T04:32:25.856Z
15372024-11-29T04:32:25.856Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15382024-11-29T04:32:25.902Z
15392024-11-29T04:32:25.902Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15402024-11-29T04:32:25.948Z
15412024-11-29T04:32:25.948Z[t1.trio] svcadm refresh dendrite:default
15422024-11-29T04:32:25.989Z
15432024-11-29T04:32:25.989Z[t1.trio] svcadm restart dendrite:default
15442024-11-29T04:32:26.029Z
15452024-11-29T04:32:26.029Zwait 10s for dendrite to come up ...
15462024-11-29T04:32:36.032Z[t1.trio] svcadm enable tfport
15472024-11-29T04:32:36.073Z
15482024-11-29T04:32:36.073Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 30a9931c-6a76-4fcb-b181-7ee9feda7c47 --sled-uuid 464840ab-c37e-44fb-a512-ef275b0feab4 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15492024-11-29T04:32:36.093Z
15502024-11-29T04:32:36.093Z[t1.trio] ipadm
15512024-11-29T04:32:36.118ZADDROBJ TYPE STATE ADDR
15522024-11-29T04:32:36.118Zlo0/v4 static ok 127.0.0.1/8
15532024-11-29T04:32:36.118Zmg1/v4 static ok 10.0.0.3/24
15542024-11-29T04:32:36.118Zlo0/v6 static ok ::1/128
15552024-11-29T04:32:36.118Zlo0/u6 static ok fd00:3::1/64
15562024-11-29T04:32:36.118Ztfportrear0_0/v6 addrconf ok fe80::68ce:9bff:fe68:623c%tfportrear0_0/10
15572024-11-29T04:32:36.118Ztfportrear1_0/v6 addrconf ok fe80::e4f3:71ff:fee1:3591%tfportrear1_0/10
15582024-11-29T04:32:38.330Zinitial peering test passed
15592024-11-29T04:32:39.334Zadvertise from one passed
15602024-11-29T04:32:40.336Zadvertise from two passed
15612024-11-29T04:32:40.336Z[s1.trio] ping fd00:2::1
15622024-11-29T04:32:40.365Zfd00:2::1 is alive
15632024-11-29T04:32:40.365Z[s2.trio] ping fd00:1::1
15642024-11-29T04:32:40.385Zfd00:1::1 is alive
15652024-11-29T04:32:40.385Zconnectivity test passed
15662024-11-29T04:32:40.385Z[t1.trio] pkill ddmd
15672024-11-29T04:32:40.406Z
15682024-11-29T04:32:46.411Z[t1.trio] svcadm enable dendrite
15692024-11-29T04:32:46.453Z
15702024-11-29T04:32:46.453Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15712024-11-29T04:32:46.497Z
15722024-11-29T04:32:46.497Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15732024-11-29T04:32:46.543Z
15742024-11-29T04:32:46.543Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15752024-11-29T04:32:46.587Z
15762024-11-29T04:32:46.588Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15772024-11-29T04:32:46.631Z
15782024-11-29T04:32:46.631Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15792024-11-29T04:32:46.675Z
15802024-11-29T04:32:46.675Z[t1.trio] svcadm refresh dendrite:default
15812024-11-29T04:32:46.714Z
15822024-11-29T04:32:46.714Z[t1.trio] svcadm restart dendrite:default
15832024-11-29T04:32:46.754Z
15842024-11-29T04:32:46.754Zwait 10s for dendrite to come up ...
15852024-11-29T04:32:56.756Z[t1.trio] svcadm enable tfport
15862024-11-29T04:32:56.797Z
15872024-11-29T04:32:56.797Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 7869999a-f1d4-4eb9-9269-55e7b5763d56 --sled-uuid 26caee06-a6bc-4b47-9a76-862c633bbf87 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15882024-11-29T04:32:56.818Z
15892024-11-29T04:32:56.818Z[t1.trio] ipadm
15902024-11-29T04:32:56.842ZADDROBJ TYPE STATE ADDR
15912024-11-29T04:32:56.842Zlo0/v4 static ok 127.0.0.1/8
15922024-11-29T04:32:56.842Zmg1/v4 static ok 10.0.0.3/24
15932024-11-29T04:32:56.843Zlo0/v6 static ok ::1/128
15942024-11-29T04:32:56.843Zlo0/u6 static ok fd00:3::1/64
15952024-11-29T04:32:56.843Ztfportrear0_0/v6 addrconf ok fe80::68ce:9bff:fe68:623c%tfportrear0_0/10
15962024-11-29T04:32:56.843Ztfportrear1_0/v6 addrconf ok fe80::e4f3:71ff:fee1:3591%tfportrear1_0/10
15972024-11-29T04:32:59.846Z[s1.trio] ping fd00:2::1
15982024-11-29T04:32:59.869Zfd00:2::1 is alive
15992024-11-29T04:32:59.869Z[s2.trio] ping fd00:1::1
16002024-11-29T04:32:59.890Zfd00:1::1 is alive
16012024-11-29T04:32:59.890Ztransit router restart passed
16022024-11-29T04:32:59.890Z[s1.trio] pkill ddmd
16032024-11-29T04:32:59.911Z
16042024-11-29T04:33:04.915Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16052024-11-29T04:33:04.953Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16062024-11-29T04:33:04.971Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16072024-11-29T04:33:04.993Z
16082024-11-29T04:33:07.997Z[s1.trio] ping fd00:2::1
16092024-11-29T04:33:08.019Zfd00:2::1 is alive
16102024-11-29T04:33:08.019Z[s2.trio] ping fd00:1::1
16112024-11-29T04:33:08.039Zfd00:1::1 is alive
16122024-11-29T04:33:08.039Zserver router restart passed
16132024-11-29T04:33:11.045Zpeer expiration recovery passed
16142024-11-29T04:33:12.046Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16152024-11-29T04:33:12.072Z3
16162024-11-29T04:33:12.072Zredundant advertise passed
16172024-11-29T04:33:13.074Ztunnel endpoint advertise passed
16182024-11-29T04:33:18.077Zredundant tunnel endpoint advertise passed
16192024-11-29T04:33:18.077Z[s1.trio] pkill ddmd
16202024-11-29T04:33:18.098Z
16212024-11-29T04:33:23.099Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16222024-11-29T04:33:23.138Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16232024-11-29T04:33:23.158Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16242024-11-29T04:33:23.180Z
16252024-11-29T04:33:28.248Ztunnel router restart passed
16262024-11-29T04:33:29.250Ztunnel endpoint withdraw passed
16272024-11-29T04:33:29.266Z[t1.trio] pkill ddmd
16282024-11-29T04:33:29.295Z
16292024-11-29T04:33:29.295Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16302024-11-29T04:33:29.300Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16312024-11-29T04:33:31.805Z[s2.trio] pkill ddmd
16322024-11-29T04:33:31.825Z
16332024-11-29T04:33:31.825Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16342024-11-29T04:33:34.484Z[s1.trio] pkill ddmd
16352024-11-29T04:33:34.504Z
16362024-11-29T04:33:34.504Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16372024-11-29T04:33:36.940Z[sidecar.trio] pkill softnpu
16382024-11-29T04:33:36.960Z
16392024-11-29T04:33:36.960Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16402024-11-29T04:33:39.619Ztest ddm::test_trio_v2_server ... ok
16412024-11-29T04:33:39.619Z
16422024-11-29T04:33:39.619Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 553.15s
16432024-11-29T04:33:39.619Z
16442024-11-29T04:33:39.648Z+ cleanup
16452024-11-29T04:33:39.650Z++ id -un
16462024-11-29T04:33:39.654Z++ id -gn
16472024-11-29T04:33:39.656Z+ pfexec chown -R build:build .
16482024-11-29T04:33:39.735Zprocess exited: duration 1053245 ms, exit code 0
 
16492024-11-29T04:33:39.745Zfound 4 output files
16502024-11-29T04:33:39.745Zuploading: /work/s1.trio.log (4255 bytes)
16512024-11-29T04:33:40.753Zuploaded: /work/s1.trio.log
16522024-11-29T04:33:40.758Zuploading: /work/s2.trio.log (9511 bytes)
16532024-11-29T04:33:41.765Zuploaded: /work/s2.trio.log
16542024-11-29T04:33:41.770Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16552024-11-29T04:33:42.777Zuploaded: /work/sidecar.trio-softnpu.log
16562024-11-29T04:33:42.780Zuploading: /work/t1.trio.log (25804 bytes)
16572024-11-29T04:33:43.788Zuploaded: /work/t1.trio.log