01JDKN38XVGAD0E9R3VYPM5ZBF: test-ddm-trio

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T07:15:00.523Zjob assigned to worker 01JDKN41EPZ5BBE44Y6776SS6D [factory aws, i-0c44b61af0047c6b4] (queued for 57 s)
 
22024-11-26T07:15:08.617Zstarting task 0: "setup"
32024-11-26T07:15:08.625Z++ uname -s
42024-11-26T07:15:08.630Z+ kern=SunOS
52024-11-26T07:15:08.630Z+ case "$kern" in
62024-11-26T07:15:08.630Z+ groupadd -g 12345 build
72024-11-26T07:15:08.633Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T07:15:10.636Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T07:15:10.726Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T07:15:10.729Z+ home_fs=zfs
112024-11-26T07:15:10.729Z+ [[ zfs == autofs ]]
122024-11-26T07:15:10.729Z+ mkdir -p /home/build
132024-11-26T07:15:10.732Z+ chown build:build /home/build /work
142024-11-26T07:15:12.732Z+ chmod 0700 /home/build /work
152024-11-26T07:15:12.735Zprocess exited: duration 4119 ms, exit code 0
 
162024-11-26T07:15:12.740Zstarting task 1: "rust-toolchain"
172024-11-26T07:15:12.745Z+ printf ' * toolchain channel = "%s"
182024-11-26T07:15:12.745Z' stable
192024-11-26T07:15:12.745Z * toolchain channel = "stable"
202024-11-26T07:15:12.748Z+ printf ' * toolchain profile = "%s"
212024-11-26T07:15:12.748Z * toolchain profile = "default"
222024-11-26T07:15:12.748Z' default
232024-11-26T07:15:12.748Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T07:15:12.748Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-26T07:15:12.854Zinfo: downloading installer
262024-11-26T07:15:14.073Zinfo: profile set to 'default'
272024-11-26T07:15:14.073Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T07:15:14.075Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-26T07:15:14.245Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-26T07:15:14.245Zinfo: downloading component 'cargo'
312024-11-26T07:15:15.270Zinfo: downloading component 'clippy'
322024-11-26T07:15:15.659Zinfo: downloading component 'rust-docs'
332024-11-26T07:15:17.104Zinfo: downloading component 'rust-std'
342024-11-26T07:15:19.398Zinfo: downloading component 'rustc'
352024-11-26T07:15:27.640Zinfo: downloading component 'rustfmt'
362024-11-26T07:15:27.929Zinfo: installing component 'cargo'
372024-11-26T07:15:28.714Zinfo: installing component 'clippy'
382024-11-26T07:15:29.078Zinfo: installing component 'rust-docs'
392024-11-26T07:15:30.746Zinfo: installing component 'rust-std'
402024-11-26T07:15:32.515Zinfo: installing component 'rustc'
412024-11-26T07:15:38.422Zinfo: installing component 'rustfmt'
422024-11-26T07:15:38.738Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-26T07:15:38.738Z
442024-11-26T07:15:39.113Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-26T07:15:39.113Z
462024-11-26T07:15:39.115Z
472024-11-26T07:15:39.115ZRust is installed now. Great!
482024-11-26T07:15:39.115Z
492024-11-26T07:15:39.115ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T07:15:39.115Zenvironment variable. This has not been done automatically.
512024-11-26T07:15:39.115Z
522024-11-26T07:15:39.115ZTo configure your current shell, you need to source
532024-11-26T07:15:39.115Zthe corresponding env file under $HOME/.cargo.
542024-11-26T07:15:39.115Z
552024-11-26T07:15:39.115ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T07:15:39.115Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T07:15:39.115Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T07:15:39.190Z+ rustc --version
592024-11-26T07:15:39.257Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-26T07:15:39.261Zprocess exited: duration 26517 ms, exit code 0
 
612024-11-26T07:15:39.265Zstarting task 2: "authentication"
622024-11-26T07:15:39.285Zprocess exited: duration 20 ms, exit code 0
 
632024-11-26T07:15:39.291Zstarting task 3: "clone repository"
642024-11-26T07:15:39.295Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-26T07:15:39.298Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-26T07:15:39.347ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-26T07:15:40.306Z+ cd /work/oxidecomputer/maghemite
682024-11-26T07:15:40.308Z+ git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62
692024-11-26T07:15:40.539ZFrom https://github.com/oxidecomputer/maghemite
702024-11-26T07:15:40.539Z * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD
712024-11-26T07:15:40.547Z+ [[ -n renovate/dropshot-0.x ]]
722024-11-26T07:15:40.550Z++ git branch --show-current
732024-11-26T07:15:40.552Z+ current=main
742024-11-26T07:15:40.552Z+ [[ main != renovate/dropshot-0.x ]]
752024-11-26T07:15:40.552Z+ git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62
762024-11-26T07:15:40.555Z+ git checkout -f renovate/dropshot-0.x
772024-11-26T07:15:40.572ZSwitched to branch 'renovate/dropshot-0.x'
782024-11-26T07:15:40.575Z+ git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62
792024-11-26T07:15:40.585ZHEAD is now at cce693f Update Rust crate dropshot to 0.13.0
802024-11-26T07:15:40.587Zprocess exited: duration 1295 ms, exit code 0
 
812024-11-26T07:15:40.593Zstarting task 4: "build"
822024-11-26T07:15:40.598Z++ cargo --version
832024-11-26T07:15:40.603Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-11-26T07:15:40.766Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-11-26T07:15:40.766Zinfo: downloading component 'cargo'
862024-11-26T07:15:41.623Zinfo: downloading component 'clippy'
872024-11-26T07:15:41.940Zinfo: downloading component 'rust-docs'
882024-11-26T07:15:43.128Zinfo: downloading component 'rust-std'
892024-11-26T07:15:44.979Zinfo: downloading component 'rustc'
902024-11-26T07:15:51.673Zinfo: downloading component 'rustfmt'
912024-11-26T07:15:51.923Zinfo: installing component 'cargo'
922024-11-26T07:15:52.709Zinfo: installing component 'clippy'
932024-11-26T07:15:53.068Zinfo: installing component 'rust-docs'
942024-11-26T07:15:54.677Zinfo: installing component 'rust-std'
952024-11-26T07:15:56.344Zinfo: installing component 'rustc'
962024-11-26T07:16:01.956Zinfo: installing component 'rustfmt'
972024-11-26T07:16:02.343Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-11-26T07:16:02.366Z++ rustc --version
992024-11-26T07:16:02.411Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-11-26T07:16:02.425Z++ dladm
1012024-11-26T07:16:02.425ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-26T07:16:02.425Zena0 phys 9216 up -- --
1032024-11-26T07:16:02.425Z++ ipadm
1042024-11-26T07:16:02.425ZADDROBJ TYPE STATE ADDR
1052024-11-26T07:16:02.425Zlo0/v4 static ok 127.0.0.1/8
1062024-11-26T07:16:02.426Zena0/dhcp dhcp ok 10.150.1.115/24
1072024-11-26T07:16:02.426Zlo0/v6 static ok ::1/128
1082024-11-26T07:16:02.426Z++ banner collect
1092024-11-26T07:16:02.433Z
1102024-11-26T07:16:02.433Z #### #### # # ###### #### #####
1112024-11-26T07:16:02.433Z # # # # # # # # # #
1122024-11-26T07:16:02.433Z # # # # # ##### # #
1132024-11-26T07:16:02.434Z # # # # # # # #
1142024-11-26T07:16:02.434Z # # # # # # # # # #
1152024-11-26T07:16:02.434Z #### #### ###### ###### ###### #### #
1162024-11-26T07:16:02.434Z
1172024-11-26T07:16:02.434Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-26T07:16:02.434Z++ repo=softnpu
1192024-11-26T07:16:02.434Z++ series=image
1202024-11-26T07:16:02.435Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-26T07:16:02.435Z++ name=softnpu
1222024-11-26T07:16:02.435Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-26T07:16:02.435Z++ mkdir -p download
1242024-11-26T07:16:02.435Z++ pushd download
1252024-11-26T07:16:02.435Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-26T07:16:02.435Z++ [[ ! -f softnpu ]]
1272024-11-26T07:16:02.436Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-26T07:16:02.449Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-26T07:16:02.449Z Dload Upload Total Spent Left Speed
1302024-11-26T07:16:03.225Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 21.8M 30 6747k 0 0 19.5M 0 0:00:01 --:--:-- 0:00:01 19.5M 100 21.8M 100 21.8M 0 0 27.6M 0 --:--:-- --:--:-- --:--:-- 27.6M
1312024-11-26T07:16:03.235Z++ popd
1322024-11-26T07:16:03.235Z/work/oxidecomputer/maghemite
1332024-11-26T07:16:03.235Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-26T07:16:03.235Z++ repo=sidecar-lite
1352024-11-26T07:16:03.235Z++ series=release
1362024-11-26T07:16:03.235Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-26T07:16:03.235Z++ name=libsidecar_lite.so
1382024-11-26T07:16:03.235Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-26T07:16:03.235Z++ mkdir -p download
1402024-11-26T07:16:03.235Z++ pushd download
1412024-11-26T07:16:03.236Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-26T07:16:03.236Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-26T07:16:03.236Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-26T07:16:03.248Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-26T07:16:03.248Z Dload Upload Total Spent Left Speed
1462024-11-26T07:16:04.036Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 56 20.3M 56 11.4M 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.5M 100 20.3M 100 20.3M 0 0 25.6M 0 --:--:-- --:--:-- --:--:-- 25.6M
1472024-11-26T07:16:04.053Z++ popd
1482024-11-26T07:16:04.053Z/work/oxidecomputer/maghemite
1492024-11-26T07:16:04.053Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-26T07:16:04.054Z++ repo=sidecar-lite
1512024-11-26T07:16:04.054Z++ series=release
1522024-11-26T07:16:04.054Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-26T07:16:04.054Z++ name=scadm
1542024-11-26T07:16:04.054Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-26T07:16:04.054Z++ mkdir -p download
1562024-11-26T07:16:04.054Z++ pushd download
1572024-11-26T07:16:04.054Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-26T07:16:04.054Z++ [[ ! -f scadm ]]
1592024-11-26T07:16:04.054Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-26T07:16:04.068Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-26T07:16:04.068Z Dload Upload Total Spent Left Speed
1622024-11-26T07:16:04.628Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 39.4M 0 --:--:-- --:--:-- --:--:-- 39.5M
1632024-11-26T07:16:04.635Z++ popd
1642024-11-26T07:16:04.635Z/work/oxidecomputer/maghemite
1652024-11-26T07:16:04.635Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-26T07:16:04.635Z++ repo=dendrite
1672024-11-26T07:16:04.636Z++ series=image
1682024-11-26T07:16:04.636Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-26T07:16:04.636Z++ name=dendrite-softnpu.tar.gz
1702024-11-26T07:16:04.636Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-26T07:16:04.636Z++ mkdir -p download
1722024-11-26T07:16:04.636Z++ pushd download
1732024-11-26T07:16:04.636Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-26T07:16:04.637Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-26T07:16:04.637Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-26T07:16:04.663Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-26T07:16:04.663Z Dload Upload Total Spent Left Speed
1782024-11-26T07:16:05.286Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 58.1M 0 --:--:-- --:--:-- --:--:-- 58.1M
1792024-11-26T07:16:05.294Z++ popd
1802024-11-26T07:16:05.294Z/work/oxidecomputer/maghemite
1812024-11-26T07:16:05.294Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-26T07:16:05.294Z++ repo=maghemite
1832024-11-26T07:16:05.295Z++ series=release
1842024-11-26T07:16:05.295Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-26T07:16:05.295Z++ name=ddmd
1862024-11-26T07:16:05.295Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-26T07:16:05.295Z++ mkdir -p download
1882024-11-26T07:16:05.295Z++ pushd download
1892024-11-26T07:16:05.295Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-26T07:16:05.295Z++ [[ ! -f ddmd ]]
1912024-11-26T07:16:05.295Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-26T07:16:05.306Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-26T07:16:05.306Z Dload Upload Total Spent Left Speed
1942024-11-26T07:16:05.942Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 59 40.9M 59 24.2M 0 0 51.1M 0 --:--:-- --:--:-- --:--:-- 51.1M 100 40.9M 100 40.9M 0 0 63.6M 0 --:--:-- --:--:-- --:--:-- 63.6M
1952024-11-26T07:16:05.945Z++ popd
1962024-11-26T07:16:05.945Z/work/oxidecomputer/maghemite
1972024-11-26T07:16:05.945Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-26T07:16:05.945Z++ repo=maghemite
1992024-11-26T07:16:05.945Z++ series=release
2002024-11-26T07:16:05.945Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-26T07:16:05.945Z++ name=ddmadm
2022024-11-26T07:16:05.945Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-26T07:16:05.945Z++ mkdir -p download
2042024-11-26T07:16:05.948Z++ pushd download
2052024-11-26T07:16:05.948Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-26T07:16:05.948Z++ [[ ! -f ddmadm ]]
2072024-11-26T07:16:05.948Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-26T07:16:05.953Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-26T07:16:05.956Z Dload Upload Total Spent Left Speed
2102024-11-26T07:16:06.288Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 53.7M 0 --:--:-- --:--:-- --:--:-- 53.9M
2112024-11-26T07:16:06.292Z++ popd
2122024-11-26T07:16:06.294Z/work/oxidecomputer/maghemite
2132024-11-26T07:16:06.295Z++ pushd download
2142024-11-26T07:16:06.295Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-26T07:16:06.295Z++ chmod +x softnpu
2162024-11-26T07:16:06.297Z++ chmod +x scadm
2172024-11-26T07:16:06.297Z++ chmod +x ddmadm
2182024-11-26T07:16:06.300Z++ chmod +x ddmd
2192024-11-26T07:16:06.302Z++ mv ddmadm ddmadm-v2
2202024-11-26T07:16:06.303Z++ mv ddmd ddmd-v2
2212024-11-26T07:16:06.305Z++ rm -rf zones/dendrite
2222024-11-26T07:16:06.308Z++ mkdir -p zones/dendrite
2232024-11-26T07:16:06.308Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-26T07:16:07.057Z++ popd
2252024-11-26T07:16:07.057Z/work/oxidecomputer/maghemite
2262024-11-26T07:16:07.057Z++ banner install
2272024-11-26T07:16:07.060Z
2282024-11-26T07:16:07.060Z # # # #### ##### ## # #
2292024-11-26T07:16:07.060Z # ## # # # # # # #
2302024-11-26T07:16:07.060Z # # # # #### # # # # #
2312024-11-26T07:16:07.060Z # # # # # # ###### # #
2322024-11-26T07:16:07.060Z # # ## # # # # # # #
2332024-11-26T07:16:07.060Z # # # #### # # # ###### ######
2342024-11-26T07:16:07.060Z
2352024-11-26T07:16:07.063Z++ pkg info brand/sparse
2362024-11-26T07:16:07.063Z++ grep -qi installed
2372024-11-26T07:16:10.457Zpkg: info: no packages matching the following patterns you specified are
2382024-11-26T07:16:10.457Zinstalled on the system. Try querying remotely instead:
2392024-11-26T07:16:10.457Z
2402024-11-26T07:16:10.457Z brand/sparse
2412024-11-26T07:16:10.501Z++ [[ 1 != 0 ]]
2422024-11-26T07:16:10.501Z++ set -o errexit
2432024-11-26T07:16:10.501Z++ pfexec pkg install brand/sparse
2442024-11-26T07:16:15.875Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-26T07:16:19.484Z Startup: Caching catalogs ... Done
2462024-11-26T07:16:28.319ZPlanning: Solver setup ... Done
2472024-11-26T07:16:28.431ZPlanning: Running solver ... Done
2482024-11-26T07:16:28.528ZPlanning: Finding local manifests ... Done
2492024-11-26T07:16:28.539ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-26T07:16:28.631ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-26T07:16:28.699ZPlanning: Package planning ... Done
2522024-11-26T07:16:28.706ZPlanning: Merging actions ... Done
2532024-11-26T07:16:28.893ZPlanning: Checking for conflicting actions ... Done
2542024-11-26T07:16:30.303ZPlanning: Consolidating action changes ... Done
2552024-11-26T07:16:30.671ZPlanning: Evaluating mediators ... Done
2562024-11-26T07:16:30.735ZPlanning: Planning completed in 11.16 seconds
2572024-11-26T07:16:30.749Z Packages to install: 1
2582024-11-26T07:16:30.749Z Packages to update: 2
2592024-11-26T07:16:30.756Z Create boot environment: No
2602024-11-26T07:16:30.756ZCreate backup boot environment: Yes
2612024-11-26T07:16:30.937Z
2622024-11-26T07:16:30.937ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-26T07:16:37.105ZDownload: 918/1009 items 8.0/8.0MB 99% complete (2.5M/s)
2642024-11-26T07:16:37.725ZDownload: Completed 8.03 MB in 6.79 seconds (1.2M/s)
2652024-11-26T07:16:39.689Z Actions: 1/1419 actions (Removing old actions)
2662024-11-26T07:16:39.698Z Actions: 199/1419 actions (Installing new actions)
2672024-11-26T07:16:39.812Z Actions: 579/1419 actions (Updating modified actions)
2682024-11-26T07:16:40.126Z Actions: Completed 1419 actions in 0.43 seconds.
2692024-11-26T07:16:40.485Z Done
2702024-11-26T07:16:40.495Z Done
2712024-11-26T07:16:40.966Z Done
2722024-11-26T07:16:44.901Z Done
2732024-11-26T07:16:44.984Z Done
2742024-11-26T07:16:44.986Z Done
2752024-11-26T07:16:45.084Z Done
2762024-11-26T07:16:45.459Z++ set -o errexit
2772024-11-26T07:16:45.459Z++ set -o pipefail
2782024-11-26T07:16:45.459Z++ banner build
2792024-11-26T07:16:45.462Z
2802024-11-26T07:16:45.462Z ##### # # # # #####
2812024-11-26T07:16:45.462Z # # # # # # # #
2822024-11-26T07:16:45.462Z ##### # # # # # #
2832024-11-26T07:16:45.462Z # # # # # # # #
2842024-11-26T07:16:45.462Z # # # # # # # #
2852024-11-26T07:16:45.462Z ##### #### # ###### #####
2862024-11-26T07:16:45.462Z
2872024-11-26T07:16:45.462Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-11-26T07:16:45.642Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-11-26T07:16:45.868Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-11-26T07:16:46.073ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-11-26T07:16:46.073Z * [new branch] ci -> origin/ci
2922024-11-26T07:16:46.075Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2932024-11-26T07:16:46.075Z * [new branch] main -> origin/main
2942024-11-26T07:16:46.075Z * [new ref] -> origin/HEAD
2952024-11-26T07:16:46.086Z Updating crates.io index
2962024-11-26T07:16:46.133Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972024-11-26T07:16:46.899ZFrom https://github.com/oxidecomputer/falcon
2982024-11-26T07:16:46.901Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2992024-11-26T07:16:47.003Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002024-11-26T07:16:48.108ZFrom https://github.com/oxidecomputer/dendrite
3012024-11-26T07:16:48.108Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3022024-11-26T07:16:48.161Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-11-26T07:16:48.504ZFrom https://github.com/oxidecomputer/ispf
3042024-11-26T07:16:48.504Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3052024-11-26T07:16:48.512Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-11-26T07:16:48.954ZFrom https://github.com/oxidecomputer/netadm-sys
3072024-11-26T07:16:48.954Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3082024-11-26T07:16:48.966Z Updating git repository `https://github.com/oxidecomputer/omicron`
3092024-11-26T07:16:52.460ZFrom https://github.com/oxidecomputer/omicron
3102024-11-26T07:16:52.460Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3112024-11-26T07:16:52.490Z * [new tag] dogfood -> dogfood
3122024-11-26T07:16:52.492Z * [new tag] v5 -> v5
3132024-11-26T07:16:52.492Z * [new tag] v6 -> v6
3142024-11-26T07:16:52.492Z * [new tag] v7 -> v7
3152024-11-26T07:16:52.492Z * [new tag] v8 -> v8
3162024-11-26T07:16:52.492Z * [new tag] v9 -> v9
3172024-11-26T07:16:52.845Z Updating git repository `https://github.com/oxidecomputer/opte`
3182024-11-26T07:16:53.864ZFrom https://github.com/oxidecomputer/opte
3192024-11-26T07:16:53.864Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3202024-11-26T07:16:53.929Z Updating git repository `https://github.com/illumos/smf-rs`
3212024-11-26T07:16:54.310ZFrom https://github.com/illumos/smf-rs
3222024-11-26T07:16:54.310Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3232024-11-26T07:16:54.337Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242024-11-26T07:16:55.059ZFrom https://github.com/oxidecomputer/maghemite
3252024-11-26T07:16:55.059Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3262024-11-26T07:16:55.072Z * [new tag] rift -> rift
3272024-11-26T07:16:55.074Z * [new tag] srp -> srp
3282024-11-26T07:16:55.074Z * [new tag] tie-spf -> tie-spf
3292024-11-26T07:16:55.106Z Updating git repository `https://github.com/oxidecomputer/zone`
3302024-11-26T07:16:55.477ZFrom https://github.com/oxidecomputer/zone
3312024-11-26T07:16:55.477Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3322024-11-26T07:16:55.522Z Updating git repository `https://github.com/oxidecomputer/propolis`
3332024-11-26T07:16:56.322ZFrom https://github.com/oxidecomputer/propolis
3342024-11-26T07:16:56.322Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3352024-11-26T07:16:56.432Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362024-11-26T07:16:56.809ZFrom https://github.com/oxidecomputer/dlpi-sys
3372024-11-26T07:16:56.809Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3382024-11-26T07:16:56.819Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392024-11-26T07:16:57.177ZFrom https://github.com/jmesmon/rust-libzfs
3402024-11-26T07:16:57.177Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3412024-11-26T07:16:57.193Z * [new tag] v0.4.0 -> v0.4.0
3422024-11-26T07:16:57.212Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432024-11-26T07:16:57.670ZFrom https://github.com/oxidecomputer/rusty-doors
3442024-11-26T07:16:57.670Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3452024-11-26T07:16:57.701Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3462024-11-26T07:16:58.122ZFrom https://github.com/oxidecomputer/maghemite
3472024-11-26T07:16:58.123Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3482024-11-26T07:16:58.170Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3492024-11-26T07:16:58.531ZFrom https://github.com/oxidecomputer/serde_human_bytes
3502024-11-26T07:16:58.531Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3512024-11-26T07:16:58.551Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3522024-11-26T07:16:58.925ZFrom https://github.com/oxidecomputer/slog-error-chain
3532024-11-26T07:16:58.925Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3542024-11-26T07:16:58.953Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3552024-11-26T07:16:59.310ZFrom https://github.com/oxidecomputer/poptrie
3562024-11-26T07:16:59.310Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3572024-11-26T07:16:59.462Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3582024-11-26T07:16:59.846ZFrom https://github.com/illumos/libscf-sys
3592024-11-26T07:16:59.847Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3602024-11-26T07:16:59.864Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3612024-11-26T07:17:00.769ZFrom https://github.com/oxidecomputer/progenitor
3622024-11-26T07:17:00.769Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3632024-11-26T07:17:00.792Z * [new tag] v0.1.1 -> v0.1.1
3642024-11-26T07:17:00.794Z * [new tag] v0.2.0 -> v0.2.0
3652024-11-26T07:17:00.794Z * [new tag] v0.3.0 -> v0.3.0
3662024-11-26T07:17:00.794Z * [new tag] v0.4.0 -> v0.4.0
3672024-11-26T07:17:00.795Z * [new tag] v0.5.0 -> v0.5.0
3682024-11-26T07:17:00.795Z * [new tag] v0.6.0 -> v0.6.0
3692024-11-26T07:17:00.795Z * [new tag] v0.7.0 -> v0.7.0
3702024-11-26T07:17:01.064Z Updating git repository `https://github.com/oxidecomputer/typify`
3712024-11-26T07:17:02.071ZFrom https://github.com/oxidecomputer/typify
3722024-11-26T07:17:02.071Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3732024-11-26T07:17:02.074Z * [new tag] v0.2.0 -> v0.2.0
3742024-11-26T07:17:02.090Z * [new tag] v0.0.10 -> v0.0.10
3752024-11-26T07:17:02.093Z * [new tag] v0.0.11 -> v0.0.11
3762024-11-26T07:17:02.093Z * [new tag] v0.0.12 -> v0.0.12
3772024-11-26T07:17:02.093Z * [new tag] v0.0.13 -> v0.0.13
3782024-11-26T07:17:02.093Z * [new tag] v0.0.14 -> v0.0.14
3792024-11-26T07:17:02.093Z * [new tag] v0.0.15 -> v0.0.15
3802024-11-26T07:17:02.093Z * [new tag] v0.0.16 -> v0.0.16
3812024-11-26T07:17:02.093Z * [new tag] v0.0.4 -> v0.0.4
3822024-11-26T07:17:02.093Z * [new tag] v0.0.5 -> v0.0.5
3832024-11-26T07:17:02.093Z * [new tag] v0.0.7 -> v0.0.7
3842024-11-26T07:17:02.093Z * [new tag] v0.0.8 -> v0.0.8
3852024-11-26T07:17:02.093Z * [new tag] v0.0.9 -> v0.0.9
3862024-11-26T07:17:02.093Z * [new tag] v0.1.0 -> v0.1.0
3872024-11-26T07:17:02.224Z Updating git repository `https://github.com/oxidecomputer/crucible`
3882024-11-26T07:17:04.131ZFrom https://github.com/oxidecomputer/crucible
3892024-11-26T07:17:04.131Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3902024-11-26T07:17:04.187Z Updating git repository `https://github.com/oxidecomputer/opte`
3912024-11-26T07:17:04.626ZFrom https://github.com/oxidecomputer/opte
3922024-11-26T07:17:04.626Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3932024-11-26T07:17:04.680Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3942024-11-26T07:17:05.269ZFrom https://github.com/oxidecomputer/management-gateway-service
3952024-11-26T07:17:05.269Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3962024-11-26T07:17:06.473Z Locking 21 packages to latest compatible versions
3972024-11-26T07:17:06.475Z Updating async-stream v0.3.5 -> v0.3.6
3982024-11-26T07:17:06.475Z Updating async-stream-impl v0.3.5 -> v0.3.6
3992024-11-26T07:17:06.480Z Adding dropshot v0.13.0
4002024-11-26T07:17:06.483Z Adding dropshot_endpoint v0.13.0
4012024-11-26T07:17:06.483Z Updating futures v0.3.30 -> v0.3.31
4022024-11-26T07:17:06.483Z Updating futures-channel v0.3.30 -> v0.3.31
4032024-11-26T07:17:06.483Z Updating futures-core v0.3.30 -> v0.3.31
4042024-11-26T07:17:06.483Z Updating futures-executor v0.3.30 -> v0.3.31
4052024-11-26T07:17:06.483Z Updating futures-io v0.3.30 -> v0.3.31
4062024-11-26T07:17:06.483Z Updating futures-macro v0.3.30 -> v0.3.31
4072024-11-26T07:17:06.483Z Updating futures-sink v0.3.30 -> v0.3.31
4082024-11-26T07:17:06.483Z Updating futures-task v0.3.30 -> v0.3.31
4092024-11-26T07:17:06.483Z Updating futures-util v0.3.30 -> v0.3.31
4102024-11-26T07:17:06.485Z Adding hashbrown v0.15.2
4112024-11-26T07:17:06.487Z Updating indexmap v2.5.0 -> v2.6.0
4122024-11-26T07:17:06.492Z Updating proc-macro2 v1.0.86 -> v1.0.92
4132024-11-26T07:17:06.504Z Updating serde v1.0.210 -> v1.0.215
4142024-11-26T07:17:06.506Z Updating serde_derive v1.0.210 -> v1.0.215
4152024-11-26T07:17:06.509Z Updating syn v2.0.77 -> v2.0.89
4162024-11-26T07:17:06.514Z Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3)
4172024-11-26T07:17:06.517Z Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3)
4182024-11-26T07:17:06.549Z Downloading crates ...
4192024-11-26T07:17:06.627Z Downloaded const-random-macro v0.1.16
4202024-11-26T07:17:06.630Z Downloaded anstyle-parse v0.2.5
4212024-11-26T07:17:06.635Z Downloaded camino-tempfile v1.1.1
4222024-11-26T07:17:06.638Z Downloaded equivalent v1.0.1
4232024-11-26T07:17:06.641Z Downloaded parse-display-derive v0.10.0
4242024-11-26T07:17:06.643Z Downloaded rand_core v0.6.4
4252024-11-26T07:17:06.645Z Downloaded crc8 v0.1.1
4262024-11-26T07:17:06.645Z Downloaded bitflags v2.6.0
4272024-11-26T07:17:06.649Z Downloaded progenitor-macro v0.8.0
4282024-11-26T07:17:06.651Z Downloaded progenitor v0.8.0
4292024-11-26T07:17:06.654Z Downloaded dof v0.3.0
4302024-11-26T07:17:06.654Z Downloaded data-encoding v2.6.0
4312024-11-26T07:17:06.656Z Downloaded colored v2.1.0
4322024-11-26T07:17:06.659Z Downloaded scroll_derive v0.12.0
4332024-11-26T07:17:06.659Z Downloaded clap v4.5.21
4342024-11-26T07:17:06.667Z Downloaded futures-channel v0.3.31
4352024-11-26T07:17:06.669Z Downloaded derive-where v1.2.7
4362024-11-26T07:17:06.672Z Downloaded darling v0.20.10
4372024-11-26T07:17:06.677Z Downloaded mime v0.3.17
4382024-11-26T07:17:06.679Z Downloaded arc-swap v1.7.1
4392024-11-26T07:17:06.683Z Downloaded atomicwrites v0.4.4
4402024-11-26T07:17:06.685Z Downloaded argon2 v0.5.3
4412024-11-26T07:17:06.686Z Downloaded anstyle v1.0.10
4422024-11-26T07:17:06.688Z Downloaded allocator-api2 v0.2.18
4432024-11-26T07:17:06.690Z Downloaded parking_lot_core v0.9.10
4442024-11-26T07:17:06.693Z Downloaded rustls v0.21.12
4452024-11-26T07:17:06.705Z Downloaded regex-syntax v0.8.4
4462024-11-26T07:17:06.715Z Downloaded pin-project-lite v0.2.14
4472024-11-26T07:17:06.720Z Downloaded paste v1.0.15
4482024-11-26T07:17:06.725Z Downloaded anyhow v1.0.93
4492024-11-26T07:17:06.728Z Downloaded progenitor-impl v0.8.0
4502024-11-26T07:17:06.732Z Downloaded pretty-hex v0.4.1
4512024-11-26T07:17:06.735Z Downloaded proc-macro-error-attr v1.0.4
4522024-11-26T07:17:06.735Z Downloaded pin-utils v0.1.0
4532024-11-26T07:17:06.737Z Downloaded camino v1.1.9
4542024-11-26T07:17:06.737Z Downloaded autocfg v1.3.0
4552024-11-26T07:17:06.739Z Downloaded bitflags v1.3.2
4562024-11-26T07:17:06.742Z Downloaded atomic-waker v1.1.2
4572024-11-26T07:17:06.744Z Downloaded cancel-safe-futures v0.1.5
4582024-11-26T07:17:06.747Z Downloaded ciborium-io v0.2.2
4592024-11-26T07:17:06.749Z Downloaded pest v2.7.13
4602024-11-26T07:17:06.755Z Downloaded cstr-argument v0.1.2
4612024-11-26T07:17:06.757Z Downloaded pkg-config v0.3.31
4622024-11-26T07:17:06.757Z Downloaded crunchy v0.2.2
4632024-11-26T07:17:06.760Z Downloaded crucible-workspace-hack v0.1.0
4642024-11-26T07:17:06.760Z Downloaded powerfmt v0.2.0
4652024-11-26T07:17:06.763Z Downloaded postcard v1.0.10
4662024-11-26T07:17:06.766Z Downloaded pretty-hex v0.2.1
4672024-11-26T07:17:06.766Z Downloaded ppv-lite86 v0.2.20
4682024-11-26T07:17:06.768Z Downloaded dtrace-parser v0.2.0
4692024-11-26T07:17:06.768Z Downloaded darling_macro v0.20.10
4702024-11-26T07:17:06.770Z Downloaded proc-macro-crate v1.3.1
4712024-11-26T07:17:06.770Z Downloaded ahash v0.8.11
4722024-11-26T07:17:06.773Z Downloaded progenitor-client v0.8.0
4732024-11-26T07:17:06.776Z Downloaded proc-macro-crate v3.2.0
4742024-11-26T07:17:06.776Z Downloaded percent-encoding v2.3.1
4752024-11-26T07:17:06.778Z Downloaded foreign-types v0.5.0
4762024-11-26T07:17:06.778Z Downloaded ciborium-ll v0.2.2
4772024-11-26T07:17:06.781Z Downloaded crypto-common v0.1.6
4782024-11-26T07:17:06.784Z Downloaded cpufeatures v0.2.14
4792024-11-26T07:17:06.784Z Downloaded proc-macro-error v1.0.4
4802024-11-26T07:17:06.788Z Downloaded plain v0.2.3
4812024-11-26T07:17:06.790Z Downloaded pest_meta v2.7.13
4822024-11-26T07:17:06.793Z Downloaded foreign-types-shared v0.3.1
4832024-11-26T07:17:06.793Z Downloaded foreign-types-shared v0.1.1
4842024-11-26T07:17:06.793Z Downloaded foreign-types v0.3.2
4852024-11-26T07:17:06.795Z Downloaded float-ord v0.3.2
4862024-11-26T07:17:06.795Z Downloaded defmt-parser v0.3.4
4872024-11-26T07:17:06.799Z Downloaded instant v0.1.13
4882024-11-26T07:17:06.801Z Downloaded deranged v0.3.11
4892024-11-26T07:17:06.801Z Downloaded defmt v0.3.8
4902024-11-26T07:17:06.803Z Downloaded serde-big-array v0.5.1
4912024-11-26T07:17:06.806Z Downloaded defmt-macros v0.3.9
4922024-11-26T07:17:06.809Z Downloaded fixedbitset v0.4.2
4932024-11-26T07:17:06.811Z Downloaded fastrand v2.1.1
4942024-11-26T07:17:06.814Z Downloaded errno v0.3.9
4952024-11-26T07:17:06.816Z Downloaded openssl-macros v0.1.1
4962024-11-26T07:17:06.816Z Downloaded stable_deref_trait v1.2.0
4972024-11-26T07:17:06.819Z Downloaded clap_derive v4.5.18
4982024-11-26T07:17:06.819Z Downloaded debug-ignore v1.0.5
4992024-11-26T07:17:06.821Z Downloaded num-conv v0.1.0
5002024-11-26T07:17:06.824Z Downloaded hyper-tls v0.6.0
5012024-11-26T07:17:06.826Z Downloaded futures-core v0.3.31
5022024-11-26T07:17:06.826Z Downloaded http-body-util v0.1.2
5032024-11-26T07:17:06.828Z Downloaded sigpipe v0.1.3
5042024-11-26T07:17:06.831Z Downloaded console v0.15.8
5052024-11-26T07:17:06.833Z Downloaded http-body v1.0.1
5062024-11-26T07:17:06.836Z Downloaded heck v0.4.1
5072024-11-26T07:17:06.836Z Downloaded prettyplease v0.2.22
5082024-11-26T07:17:06.839Z Downloaded quick-error v1.2.3
5092024-11-26T07:17:06.841Z Downloaded rustc-hash v2.0.0
5102024-11-26T07:17:06.844Z Downloaded strum v0.26.3
5112024-11-26T07:17:06.845Z Downloaded serde_repr v0.1.19
5122024-11-26T07:17:06.847Z Downloaded semver v0.1.20
5132024-11-26T07:17:06.847Z Downloaded typify-macro v0.2.0
5142024-11-26T07:17:06.850Z Downloaded rustc_version v0.1.7
5152024-11-26T07:17:06.850Z Downloaded serde_path_to_error v0.1.16
5162024-11-26T07:17:06.852Z Downloaded ipnetwork v0.20.0
5172024-11-26T07:17:06.854Z Downloaded either v1.13.0
5182024-11-26T07:17:06.857Z Downloaded hyper-tls v0.5.0
5192024-11-26T07:17:06.857Z Downloaded cookie v0.18.1
5202024-11-26T07:17:06.859Z Downloaded quinn-udp v0.5.5
5212024-11-26T07:17:06.862Z Downloaded scopeguard v1.2.0
5222024-11-26T07:17:06.864Z Downloaded num-derive v0.3.3
5232024-11-26T07:17:06.864Z Downloaded fnv v1.0.7
5242024-11-26T07:17:06.867Z Downloaded rustversion v1.0.17
5252024-11-26T07:17:06.869Z Downloaded is_terminal_polyfill v1.70.1
5262024-11-26T07:17:06.872Z Downloaded hubpack_derive v0.1.1
5272024-11-26T07:17:06.872Z Downloaded thread-id v4.2.2
5282024-11-26T07:17:06.874Z Downloaded num-derive v0.4.2
5292024-11-26T07:17:06.876Z Downloaded crossbeam-utils v0.8.20
5302024-11-26T07:17:06.879Z Downloaded thiserror v1.0.69
5312024-11-26T07:17:06.882Z Downloaded serde_derive_internals v0.29.1
5322024-11-26T07:17:06.886Z Downloaded schemars_derive v0.8.21
5332024-11-26T07:17:06.889Z Downloaded slog-json v2.6.1
5342024-11-26T07:17:06.889Z Downloaded structmeta-derive v0.3.0
5352024-11-26T07:17:06.892Z Downloaded scroll v0.12.0
5362024-11-26T07:17:06.892Z Downloaded slab v0.4.9
5372024-11-26T07:17:06.895Z Downloaded strum_macros v0.25.3
5382024-11-26T07:17:06.897Z Downloaded usdt-macro v0.5.0
5392024-11-26T07:17:06.897Z Downloaded omicron-workspace-hack v0.1.0
5402024-11-26T07:17:06.900Z Downloaded slog-async v2.8.0
5412024-11-26T07:17:06.900Z Downloaded semver v1.0.23
5422024-11-26T07:17:06.902Z Downloaded slog-bunyan v2.5.0
5432024-11-26T07:17:06.905Z Downloaded ipnet v2.10.0
5442024-11-26T07:17:06.908Z Downloaded is-terminal v0.4.13
5452024-11-26T07:17:06.910Z Downloaded slog-dtrace v0.3.0
5462024-11-26T07:17:06.910Z Downloaded rhai_codegen v2.2.0
5472024-11-26T07:17:06.917Z Downloaded spin v0.9.8
5482024-11-26T07:17:06.920Z Downloaded num_threads v0.1.7
5492024-11-26T07:17:06.923Z Downloaded static_assertions v1.1.0
5502024-11-26T07:17:06.925Z Downloaded fxhash v0.2.1
5512024-11-26T07:17:06.925Z Downloaded untrusted v0.9.0
5522024-11-26T07:17:06.927Z Downloaded toml_datetime v0.6.8
5532024-11-26T07:17:06.927Z Downloaded rustls-pemfile v2.1.3
5542024-11-26T07:17:06.930Z Downloaded time-core v0.1.2
5552024-11-26T07:17:06.932Z Downloaded openssl-probe v0.1.5
5562024-11-26T07:17:06.932Z Downloaded linked-hash-map v0.5.6
5572024-11-26T07:17:06.935Z Downloaded thiserror-impl v1.0.69
5582024-11-26T07:17:06.935Z Downloaded tabwriter v1.4.0
5592024-11-26T07:17:06.937Z Downloaded password-hash v0.5.0
5602024-11-26T07:17:06.939Z Downloaded newline-converter v0.3.0
5612024-11-26T07:17:06.939Z Downloaded libsw v3.3.1
5622024-11-26T07:17:06.942Z Downloaded serde_with_macros v3.9.0
5632024-11-26T07:17:06.944Z Downloaded memmap v0.7.0
5642024-11-26T07:17:06.947Z Downloaded strsim v0.11.1
5652024-11-26T07:17:06.947Z Downloaded num v0.4.3
5662024-11-26T07:17:06.950Z Downloaded smf v0.2.3
5672024-11-26T07:17:06.952Z Downloaded hash32 v0.3.1
5682024-11-26T07:17:06.952Z Downloaded slog v2.7.0
5692024-11-26T07:17:06.954Z Downloaded strum_macros v0.26.4
5702024-11-26T07:17:06.957Z Downloaded tower-service v0.3.3
5712024-11-26T07:17:06.959Z Downloaded usdt-impl v0.5.0
5722024-11-26T07:17:06.959Z Downloaded zone_cfg_derive v0.3.0
5732024-11-26T07:17:06.962Z Downloaded sha2 v0.10.8
5742024-11-26T07:17:06.965Z Downloaded sct v0.7.1
5752024-11-26T07:17:06.967Z Downloaded structmeta v0.3.0
5762024-11-26T07:17:06.969Z Downloaded signal-hook-registry v1.4.2
5772024-11-26T07:17:06.969Z Downloaded darling_core v0.20.10
5782024-11-26T07:17:06.974Z Downloaded swrite v0.1.0
5792024-11-26T07:17:06.977Z Downloaded waitgroup v0.1.2
5802024-11-26T07:17:06.977Z Downloaded httparse v1.9.4
5812024-11-26T07:17:06.979Z Downloaded hex v0.4.3
5822024-11-26T07:17:06.982Z Downloaded rand v0.8.5
5832024-11-26T07:17:06.985Z Downloaded num_enum_derive v0.7.3
5842024-11-26T07:17:06.987Z Downloaded hostname v0.4.0
5852024-11-26T07:17:06.990Z Downloaded hostname v0.3.1
5862024-11-26T07:17:06.990Z Downloaded take_mut v0.2.2
5872024-11-26T07:17:06.992Z Downloaded similar v2.6.0
5882024-11-26T07:17:06.995Z Downloaded newtype_derive v0.1.6
5892024-11-26T07:17:06.997Z Downloaded version_check v0.9.5
5902024-11-26T07:17:07.000Z Downloaded utf8parse v0.2.2
5912024-11-26T07:17:07.000Z Downloaded sync_wrapper v0.1.2
5922024-11-26T07:17:07.002Z Downloaded futures-macro v0.3.31
5932024-11-26T07:17:07.002Z Downloaded match_cfg v0.1.0
5942024-11-26T07:17:07.002Z Downloaded num-integer v0.1.46
5952024-11-26T07:17:07.005Z Downloaded usdt-attr-macro v0.5.0
5962024-11-26T07:17:07.005Z Downloaded managed v0.8.0
5972024-11-26T07:17:07.007Z Downloaded tokio-rustls v0.24.1
5982024-11-26T07:17:07.010Z Downloaded tokio-rustls v0.25.0
5992024-11-26T07:17:07.012Z Downloaded newtype-uuid v1.1.0
6002024-11-26T07:17:07.012Z Downloaded thread_local v1.1.8
6012024-11-26T07:17:07.014Z Downloaded lock_api v0.4.12
6022024-11-26T07:17:07.017Z Downloaded futures v0.3.31
6032024-11-26T07:17:07.021Z Downloaded try-lock v0.2.5
6042024-11-26T07:17:07.024Z Downloaded terminal_size v0.4.0
6052024-11-26T07:17:07.024Z Downloaded tracing-attributes v0.1.27
6062024-11-26T07:17:07.026Z Downloaded slog-envlogger v2.2.0
6072024-11-26T07:17:07.029Z Downloaded sync_wrapper v1.0.1
6082024-11-26T07:17:07.029Z Downloaded zone v0.3.0
6092024-11-26T07:17:07.029Z Downloaded owo-colors v4.1.0
6102024-11-26T07:17:07.031Z Downloaded tinyvec_macros v0.1.1
6112024-11-26T07:17:07.034Z Downloaded typify v0.2.0
6122024-11-26T07:17:07.036Z Downloaded tokio-macros v2.4.0
6132024-11-26T07:17:07.039Z Downloaded typenum v1.17.0
6142024-11-26T07:17:07.041Z Downloaded ident_case v1.0.1
6152024-11-26T07:17:07.041Z Downloaded unicode-ident v1.0.13
6162024-11-26T07:17:07.043Z Downloaded ucd-trie v0.1.6
6172024-11-26T07:17:07.046Z Downloaded highway v1.2.0
6182024-11-26T07:17:07.048Z Downloaded itoa v1.0.11
6192024-11-26T07:17:07.050Z Downloaded quinn v0.11.5
6202024-11-26T07:17:07.055Z Downloaded lazy_static v1.5.0
6212024-11-26T07:17:07.057Z Downloaded toml v0.8.19
6222024-11-26T07:17:07.059Z Downloaded lru-cache v0.1.2
6232024-11-26T07:17:07.060Z Downloaded hyper-rustls v0.27.3
6242024-11-26T07:17:07.062Z Downloaded tiny-keccak v2.0.2
6252024-11-26T07:17:07.064Z Downloaded slog-scope v4.4.0
6262024-11-26T07:17:07.067Z Downloaded num_enum_derive v0.5.11
6272024-11-26T07:17:07.067Z Downloaded num_enum v0.7.3
6282024-11-26T07:17:07.071Z Downloaded smartstring v1.0.1
6292024-11-26T07:17:07.074Z Downloaded serde_yaml v0.9.34+deprecated
6302024-11-26T07:17:07.077Z Downloaded socket2 v0.5.7
6312024-11-26T07:17:07.080Z Downloaded subtle v2.6.1
6322024-11-26T07:17:07.083Z Downloaded schemars v0.8.21
6332024-11-26T07:17:07.094Z Downloaded want v0.3.1
6342024-11-26T07:17:07.096Z Downloaded crossbeam-channel v0.5.13
6352024-11-26T07:17:07.099Z Downloaded usdt v0.5.0
6362024-11-26T07:17:07.102Z Downloaded getrandom v0.2.15
6372024-11-26T07:17:07.104Z Downloaded unicode-bidi v0.3.15
6382024-11-26T07:17:07.106Z Downloaded expectorate v1.1.0
6392024-11-26T07:17:07.110Z Downloaded uuid v1.11.0
6402024-11-26T07:17:07.112Z Downloaded unsafe-libyaml v0.2.11
6412024-11-26T07:17:07.115Z Downloaded indent_write v2.2.0
6422024-11-26T07:17:07.118Z Downloaded multer v3.1.0
6432024-11-26T07:17:07.120Z Downloaded macaddr v1.0.1
6442024-11-26T07:17:07.123Z Downloaded num_enum v0.5.11
6452024-11-26T07:17:07.126Z Downloaded tempfile v3.12.0
6462024-11-26T07:17:07.129Z Downloaded smallvec v1.13.2
6472024-11-26T07:17:07.131Z Downloaded tokio-native-tls v0.3.1
6482024-11-26T07:17:07.134Z Downloaded http v0.2.12
6492024-11-26T07:17:07.137Z Downloaded minimal-lexical v0.2.1
6502024-11-26T07:17:07.142Z Downloaded term v0.7.0
6512024-11-26T07:17:07.145Z Downloaded native-tls v0.2.12
6522024-11-26T07:17:07.147Z Downloaded serde v1.0.215
6532024-11-26T07:17:07.151Z Downloaded half v2.4.1
6542024-11-26T07:17:07.154Z Downloaded tokio-rustls v0.26.0
6552024-11-26T07:17:07.156Z Downloaded indexmap v1.9.3
6562024-11-26T07:17:07.160Z Downloaded tinyvec v1.8.0
6572024-11-26T07:17:07.163Z Downloaded hyper-util v0.1.10
6582024-11-26T07:17:07.167Z Downloaded zerocopy-derive v0.7.35
6592024-11-26T07:17:07.173Z Downloaded serde_derive v1.0.215
6602024-11-26T07:17:07.175Z Downloaded openssl-sys v0.9.103
6612024-11-26T07:17:07.180Z Downloaded iana-time-zone v0.1.61
6622024-11-26T07:17:07.183Z Downloaded zerocopy v0.6.6
6632024-11-26T07:17:07.186Z Downloaded url v2.5.2
6642024-11-26T07:17:07.189Z Downloaded log v0.4.22
6652024-11-26T07:17:07.192Z Downloaded mio v1.0.2
6662024-11-26T07:17:07.198Z Downloaded num-traits v0.2.19
6672024-11-26T07:17:07.201Z Downloaded tracing-core v0.1.32
6682024-11-26T07:17:07.204Z Downloaded steno v0.4.1
6692024-11-26T07:17:07.230Z Downloaded http v1.1.0
6702024-11-26T07:17:07.234Z Downloaded tokio-util v0.7.12
6712024-11-26T07:17:07.241Z Downloaded tracing v0.1.40
6722024-11-26T07:17:07.245Z Downloaded indexmap v2.6.0
6732024-11-26T07:17:07.250Z Downloaded unicode-segmentation v1.12.0
6742024-11-26T07:17:07.253Z Downloaded toml_edit v0.22.21
6752024-11-26T07:17:07.276Z Downloaded memchr v2.7.4
6762024-11-26T07:17:07.280Z Downloaded clap_builder v4.5.21
6772024-11-26T07:17:07.288Z Downloaded nom v7.1.3
6782024-11-26T07:17:07.293Z Downloaded toml_edit v0.19.15
6792024-11-26T07:17:07.310Z Downloaded libm v0.2.8
6802024-11-26T07:17:07.317Z Downloaded time v0.3.36
6812024-11-26T07:17:07.324Z Downloaded h2 v0.4.6
6822024-11-26T07:17:07.332Z Downloaded itertools v0.10.5
6832024-11-26T07:17:07.339Z Downloaded rustls-webpki v0.101.7
6842024-11-26T07:17:07.353Z Downloaded hashbrown v0.14.5
6852024-11-26T07:17:07.359Z Downloaded itertools v0.12.1
6862024-11-26T07:17:07.366Z Downloaded h2 v0.3.26
6872024-11-26T07:17:07.373Z Downloaded zerocopy v0.7.35
6882024-11-26T07:17:07.390Z Downloaded winnow v0.5.40
6892024-11-26T07:17:07.398Z Downloaded winnow v0.6.18
6902024-11-26T07:17:07.408Z Downloaded hyper v0.14.30
6912024-11-26T07:17:07.416Z Downloaded regex v1.10.6
6922024-11-26T07:17:07.430Z Downloaded chrono v0.4.38
6932024-11-26T07:17:07.437Z Downloaded vcpkg v0.2.15
6942024-11-26T07:17:07.476Z Downloaded rustls-webpki v0.102.8
6952024-11-26T07:17:07.494Z Downloaded goblin v0.8.2
6962024-11-26T07:17:07.500Z Downloaded reqwest v0.12.9
6972024-11-26T07:17:07.508Z Downloaded webpki-roots v0.25.4
6982024-11-26T07:17:07.512Z Downloaded unicode-width v0.1.14
6992024-11-26T07:17:07.518Z Downloaded openssl v0.10.66
7002024-11-26T07:17:07.529Z Downloaded webpki-roots v0.26.6
7012024-11-26T07:17:07.533Z Downloaded dropshot v0.13.0
7022024-11-26T07:17:07.555Z Downloaded syn v2.0.89
7032024-11-26T07:17:07.567Z Downloaded idna v0.5.0
7042024-11-26T07:17:07.574Z Downloaded regress v0.10.1
7052024-11-26T07:17:07.583Z Downloaded rustls v0.22.4
7062024-11-26T07:17:07.596Z Downloaded openapiv3 v2.0.0
7072024-11-26T07:17:07.608Z Downloaded rustls v0.23.13
7082024-11-26T07:17:07.620Z Downloaded rustix v0.38.37
7092024-11-26T07:17:07.642Z Downloaded petgraph v0.6.5
7102024-11-26T07:17:07.660Z Downloaded regress v0.9.1
7112024-11-26T07:17:07.668Z Downloaded hickory-proto v0.24.1
7122024-11-26T07:17:07.684Z Downloaded rhai v1.19.0
7132024-11-26T07:17:07.696Z Downloaded smoltcp v0.11.0
7142024-11-26T07:17:07.708Z Downloaded typify-impl v0.2.0
7152024-11-26T07:17:07.723Z Downloaded zerocopy-derive v0.6.6
7162024-11-26T07:17:07.733Z Downloaded sled v0.34.7
7172024-11-26T07:17:07.743Z Downloaded idna v0.4.0
7182024-11-26T07:17:07.750Z Downloaded syn v1.0.109
7192024-11-26T07:17:07.760Z Downloaded dropshot v0.12.0
7202024-11-26T07:17:07.779Z Downloaded hyper v1.5.1
7212024-11-26T07:17:07.785Z Downloaded futures-util v0.3.31
7222024-11-26T07:17:07.797Z Downloaded quinn-proto v0.11.8
7232024-11-26T07:17:07.803Z Downloaded regex-automata v0.4.7
7242024-11-26T07:17:07.820Z Downloaded itertools v0.13.0
7252024-11-26T07:17:07.827Z Downloaded reqwest v0.11.27
7262024-11-26T07:17:07.835Z Downloaded unicode-normalization v0.1.24
7272024-11-26T07:17:07.838Z Downloaded serde_with v3.9.0
7282024-11-26T07:17:07.847Z Downloaded hashbrown v0.15.2
7292024-11-26T07:17:07.851Z Downloaded tokio v1.40.0
7302024-11-26T07:17:07.890Z Downloaded libc v0.2.165
7312024-11-26T07:17:07.912Z Downloaded serde_json v1.0.133
7322024-11-26T07:17:07.919Z Downloaded hickory-resolver v0.24.1
7332024-11-26T07:17:07.923Z Downloaded heapless v0.8.0
7342024-11-26T07:17:07.927Z Downloaded hashbrown v0.12.3
7352024-11-26T07:17:07.931Z Downloaded http-body v0.4.6
7362024-11-26T07:17:07.933Z Downloaded slog-stdlog v4.1.1
7372024-11-26T07:17:07.935Z Downloaded hyper-rustls v0.24.2
7382024-11-26T07:17:07.947Z Downloaded ryu v1.0.18
7392024-11-26T07:17:07.947Z Downloaded time-macros v0.2.18
7402024-11-26T07:17:07.947Z Downloaded generic-array v0.14.7
7412024-11-26T07:17:07.947Z Downloaded whoami v1.5.2
7422024-11-26T07:17:07.947Z Downloaded crossbeam-epoch v0.9.18
7432024-11-26T07:17:07.950Z Downloaded once_cell v1.19.0
7442024-11-26T07:17:07.950Z Downloaded num-rational v0.4.2
7452024-11-26T07:17:07.952Z Downloaded thin-vec v0.2.13
7462024-11-26T07:17:07.952Z Downloaded zeroize v1.8.1
7472024-11-26T07:17:07.954Z Downloaded humantime v2.1.0
7482024-11-26T07:17:07.957Z Downloaded derive_more v0.99.18
7492024-11-26T07:17:07.959Z Downloaded slog-term v2.9.1
7502024-11-26T07:17:07.961Z Downloaded num-complex v0.4.6
7512024-11-26T07:17:07.964Z Downloaded rustls-pki-types v1.8.0
7522024-11-26T07:17:07.967Z Downloaded rustls-pemfile v1.0.4
7532024-11-26T07:17:07.967Z Downloaded dropshot_endpoint v0.13.0
7542024-11-26T07:17:07.969Z Downloaded dropshot_endpoint v0.12.0
7552024-11-26T07:17:07.972Z Downloaded shlex v1.3.0
7562024-11-26T07:17:07.975Z Downloaded sha1 v0.10.6
7572024-11-26T07:17:07.975Z Downloaded serde_tokenstream v0.2.2
7582024-11-26T07:17:07.978Z Downloaded serde_urlencoded v0.7.1
7592024-11-26T07:17:07.980Z Downloaded serde_spanned v0.6.7
7602024-11-26T07:17:07.980Z Downloaded num-iter v0.1.45
7612024-11-26T07:17:07.980Z Downloaded linear-map v1.2.0
7622024-11-26T07:17:07.983Z Downloaded hubpack v0.1.2
7632024-11-26T07:17:07.983Z Downloaded httpdate v1.0.3
7642024-11-26T07:17:07.985Z Downloaded heck v0.5.0
7652024-11-26T07:17:07.985Z Downloaded futures-task v0.3.31
7662024-11-26T07:17:07.988Z Downloaded futures-sink v0.3.31
7672024-11-26T07:17:07.988Z Downloaded quote v1.0.37
7682024-11-26T07:17:07.990Z Downloaded proc-macro2 v1.0.92
7692024-11-26T07:17:07.993Z Downloaded resolv-conf v0.7.0
7702024-11-26T07:17:07.995Z Downloaded pest_generator v2.7.13
7712024-11-26T07:17:07.995Z Downloaded futures-executor v0.3.31
7722024-11-26T07:17:07.997Z Downloaded form_urlencoded v1.2.1
7732024-11-26T07:17:07.997Z Downloaded foreign-types-macros v0.2.3
7742024-11-26T07:17:07.999Z Downloaded encoding_rs v0.8.34
7752024-11-26T07:17:08.018Z Downloaded cc v1.1.21
7762024-11-26T07:17:08.021Z Downloaded crc32fast v1.4.2
7772024-11-26T07:17:08.023Z Downloaded cobs v0.2.3
7782024-11-26T07:17:08.026Z Downloaded ciborium v0.2.2
7792024-11-26T07:17:08.026Z Downloaded rustc_version v0.4.1
7802024-11-26T07:17:08.029Z Downloaded rand_chacha v0.3.1
7812024-11-26T07:17:08.029Z Downloaded enum-as-inner v0.6.1
7822024-11-26T07:17:08.032Z Downloaded embedded-io v0.6.1
7832024-11-26T07:17:08.032Z Downloaded embedded-io v0.4.0
7842024-11-26T07:17:08.034Z Downloaded dyn-clone v1.0.17
7852024-11-26T07:17:08.034Z Downloaded dirs-sys-next v0.1.2
7862024-11-26T07:17:08.034Z Downloaded dirs-next v2.0.0
7872024-11-26T07:17:08.037Z Downloaded digest v0.10.7
7882024-11-26T07:17:08.037Z Downloaded bytes v1.7.2
7892024-11-26T07:17:08.040Z Downloaded colorchoice v1.0.2
7902024-11-26T07:17:08.043Z Downloaded clap_lex v0.7.2
7912024-11-26T07:17:08.043Z Downloaded convert_case v0.4.0
7922024-11-26T07:17:08.046Z Downloaded cfg-if v1.0.0
7932024-11-26T07:17:08.046Z Downloaded const-random v0.1.18
7942024-11-26T07:17:08.046Z Downloaded byteorder v1.5.0
7952024-11-26T07:17:08.049Z Downloaded block-buffer v0.10.4
7962024-11-26T07:17:08.049Z Downloaded base64 v0.22.1
7972024-11-26T07:17:08.051Z Downloaded async-stream v0.3.6
7982024-11-26T07:17:08.055Z Downloaded anstream v0.6.15
7992024-11-26T07:17:08.057Z Downloaded blake2 v0.10.6
8002024-11-26T07:17:08.057Z Downloaded backoff v0.4.0
8012024-11-26T07:17:08.060Z Downloaded pest_derive v2.7.13
8022024-11-26T07:17:08.062Z Downloaded parse-display v0.10.0
8032024-11-26T07:17:08.064Z Downloaded parking_lot_core v0.8.6
8042024-11-26T07:17:08.064Z Downloaded parking_lot v0.12.3
8052024-11-26T07:17:08.067Z Downloaded parking_lot v0.11.2
8062024-11-26T07:17:08.069Z Downloaded base64 v0.21.7
8072024-11-26T07:17:08.072Z Downloaded aho-corasick v1.1.3
8082024-11-26T07:17:08.078Z Downloaded base64ct v1.6.0
8092024-11-26T07:17:08.081Z Downloaded async-trait v0.1.83
8102024-11-26T07:17:08.083Z Downloaded futures-io v0.3.31
8112024-11-26T07:17:08.085Z Downloaded async-stream-impl v0.3.6
8122024-11-26T07:17:08.086Z Downloaded anstyle-query v1.1.1
8132024-11-26T07:17:08.239Z Downloaded ring v0.17.8
8142024-11-26T07:17:08.651Z Compiling proc-macro2 v1.0.92
8152024-11-26T07:17:08.653Z Compiling unicode-ident v1.0.13
8162024-11-26T07:17:08.653Z Compiling libc v0.2.165
8172024-11-26T07:17:08.653Z Compiling serde v1.0.215
8182024-11-26T07:17:08.654Z Compiling autocfg v1.3.0
8192024-11-26T07:17:08.654Z Compiling version_check v0.9.5
8202024-11-26T07:17:08.654Z Compiling cfg-if v1.0.0
8212024-11-26T07:17:08.822Z Compiling once_cell v1.19.0
8222024-11-26T07:17:08.847Z Compiling libm v0.2.8
8232024-11-26T07:17:08.992Z Compiling memchr v2.7.4
8242024-11-26T07:17:09.296Z Compiling parking_lot_core v0.9.10
8252024-11-26T07:17:09.455Z Compiling lock_api v0.4.12
8262024-11-26T07:17:09.548Z Compiling shlex v1.3.0
8272024-11-26T07:17:09.768Z Compiling cc v1.1.21
8282024-11-26T07:17:09.794Z Compiling thiserror v1.0.69
8292024-11-26T07:17:09.885Z Compiling itoa v1.0.11
8302024-11-26T07:17:10.402Z Compiling slab v0.4.9
8312024-11-26T07:17:10.464Z Compiling schemars v0.8.21
8322024-11-26T07:17:10.487Z Compiling byteorder v1.5.0
8332024-11-26T07:17:10.808Z Compiling quote v1.0.37
8342024-11-26T07:17:10.913Z Compiling num-traits v0.2.19
8352024-11-26T07:17:11.035Z Compiling ryu v1.0.18
8362024-11-26T07:17:11.279Z Compiling syn v2.0.89
8372024-11-26T07:17:11.353Z Compiling getrandom v0.2.15
8382024-11-26T07:17:11.721Z Compiling serde_json v1.0.133
8392024-11-26T07:17:11.949Z Compiling pin-project-lite v0.2.14
8402024-11-26T07:17:12.250Z Compiling scopeguard v1.2.0
8412024-11-26T07:17:12.342Z Compiling log v0.4.22
8422024-11-26T07:17:12.365Z Compiling heck v0.5.0
8432024-11-26T07:17:12.443Z Compiling hashbrown v0.15.2
8442024-11-26T07:17:12.486Z Compiling equivalent v1.0.1
8452024-11-26T07:17:12.647Z Compiling fnv v1.0.7
8462024-11-26T07:17:12.693Z Compiling signal-hook-registry v1.4.2
8472024-11-26T07:17:12.815Z Compiling mio v1.0.2
8482024-11-26T07:17:12.901Z Compiling ring v0.17.8
8492024-11-26T07:17:12.927Z Compiling socket2 v0.5.7
8502024-11-26T07:17:14.053Z Compiling slog v2.7.0
8512024-11-26T07:17:14.119Z Compiling httparse v1.9.4
8522024-11-26T07:17:14.175Z Compiling pkg-config v0.3.31
8532024-11-26T07:17:14.409Z Compiling vcpkg v0.2.15
8542024-11-26T07:17:14.574Z Compiling iana-time-zone v0.1.61
8552024-11-26T07:17:14.830Z Compiling futures-core v0.3.31
8562024-11-26T07:17:15.052Z Compiling dyn-clone v1.0.17
8572024-11-26T07:17:15.137Z Compiling futures-sink v0.3.31
8582024-11-26T07:17:15.308Z Compiling openssl v0.10.66
8592024-11-26T07:17:15.356Z Compiling semver v1.0.23
8602024-11-26T07:17:15.758Z Compiling typenum v1.17.0
8612024-11-26T07:17:15.760Z Compiling futures-channel v0.3.31
8622024-11-26T07:17:15.851Z Compiling ahash v0.8.11
8632024-11-26T07:17:15.877Z Compiling rustls v0.23.13
8642024-11-26T07:17:15.912Z Compiling futures-io v0.3.31
8652024-11-26T07:17:16.036Z Compiling openssl-sys v0.9.103
8662024-11-26T07:17:16.209Z Compiling futures-task v0.3.31
8672024-11-26T07:17:16.235Z Compiling native-tls v0.2.12
8682024-11-26T07:17:16.235Z Compiling pin-utils v0.1.0
8692024-11-26T07:17:16.351Z Compiling generic-array v0.14.7
8702024-11-26T07:17:16.641Z Compiling tracing-core v0.1.32
8712024-11-26T07:17:16.687Z Compiling allocator-api2 v0.2.18
8722024-11-26T07:17:16.713Z Compiling subtle v2.6.1
8732024-11-26T07:17:16.739Z Compiling bitflags v2.6.0
8742024-11-26T07:17:16.981Z Compiling ucd-trie v0.1.6
8752024-11-26T07:17:17.294Z Compiling aho-corasick v1.1.3
8762024-11-26T07:17:17.442Z Compiling anyhow v1.0.93
8772024-11-26T07:17:17.464Z Compiling num-conv v0.1.0
8782024-11-26T07:17:17.527Z Compiling time-core v0.1.2
8792024-11-26T07:17:17.707Z Compiling regex-syntax v0.8.4
8802024-11-26T07:17:17.735Z Compiling time-macros v0.2.18
8812024-11-26T07:17:18.358Z Compiling serde_derive_internals v0.29.1
8822024-11-26T07:17:18.824Z Compiling spin v0.9.8
8832024-11-26T07:17:19.073Z Compiling rustls-pki-types v1.8.0
8842024-11-26T07:17:19.075Z Compiling crunchy v0.2.2
8852024-11-26T07:17:20.387Z Compiling usdt-impl v0.5.0
8862024-11-26T07:17:20.514Z Compiling tiny-keccak v2.0.2
8872024-11-26T07:17:20.825Z Compiling untrusted v0.9.0
8882024-11-26T07:17:21.044Z Compiling plain v0.2.3
8892024-11-26T07:17:21.094Z Compiling regex-automata v0.4.7
8902024-11-26T07:17:21.214Z Compiling omicron-workspace-hack v0.1.0
8912024-11-26T07:17:21.399Z Compiling atomic-waker v1.1.2
8922024-11-26T07:17:23.202Z Compiling zeroize v1.8.1
8932024-11-26T07:17:23.242Z Compiling pretty-hex v0.4.1
8942024-11-26T07:17:23.408Z Compiling strsim v0.11.1
8952024-11-26T07:17:23.451Z Compiling try-lock v0.2.5
8962024-11-26T07:17:23.562Z Compiling tinyvec_macros v0.1.1
8972024-11-26T07:17:23.631Z Compiling rustversion v1.0.17
8982024-11-26T07:17:23.660Z Compiling percent-encoding v2.3.1
8992024-11-26T07:17:23.851Z Compiling serde_derive v1.0.215
9002024-11-26T07:17:24.126Z Compiling zerocopy-derive v0.7.35
9012024-11-26T07:17:24.149Z Compiling thiserror-impl v1.0.69
9022024-11-26T07:17:24.317Z Compiling tokio-macros v2.4.0
9032024-11-26T07:17:24.612Z Compiling schemars_derive v0.8.21
9042024-11-26T07:17:25.916Z Compiling futures-macro v0.3.31
9052024-11-26T07:17:26.253Z Compiling zerocopy v0.7.35
9062024-11-26T07:17:27.786Z Compiling openssl-macros v0.1.1
9072024-11-26T07:17:27.812Z Compiling futures-util v0.3.31
9082024-11-26T07:17:28.316Z Compiling tracing-attributes v0.1.27
9092024-11-26T07:17:28.670Z Compiling hashbrown v0.14.5
9102024-11-26T07:17:28.697Z Compiling scroll_derive v0.12.0
9112024-11-26T07:17:28.864Z Compiling pest v2.7.13
9122024-11-26T07:17:29.219Z Compiling regex v1.10.6
9132024-11-26T07:17:30.003Z Compiling regress v0.10.1
9142024-11-26T07:17:30.210Z Compiling scroll v0.12.0
9152024-11-26T07:17:30.816Z Compiling goblin v0.8.2
9162024-11-26T07:17:31.812Z Compiling tracing v0.1.40
9172024-11-26T07:17:32.486Z Compiling pest_meta v2.7.13
9182024-11-26T07:17:34.754Z Compiling pest_generator v2.7.13
9192024-11-26T07:17:34.825Z Compiling rustls-webpki v0.102.8
9202024-11-26T07:17:36.575Z Compiling form_urlencoded v1.2.1
9212024-11-26T07:17:36.678Z Compiling pest_derive v2.7.13
9222024-11-26T07:17:37.101Z Compiling tinyvec v1.8.0
9232024-11-26T07:17:37.573Z Compiling dtrace-parser v0.2.0
9242024-11-26T07:17:37.924Z Compiling bytes v1.7.2
9252024-11-26T07:17:39.212Z Compiling smallvec v1.13.2
9262024-11-26T07:17:39.357Z Compiling indexmap v2.6.0
9272024-11-26T07:17:39.384Z Compiling uuid v1.11.0
9282024-11-26T07:17:39.795Z Compiling chrono v0.4.38
9292024-11-26T07:17:40.174Z Compiling serde_tokenstream v0.2.2
9302024-11-26T07:17:40.624Z Compiling parking_lot v0.12.3
9312024-11-26T07:17:40.698Z Compiling http v1.1.0
9322024-11-26T07:17:41.554Z Compiling tokio v1.40.0
9332024-11-26T07:17:44.381Z Compiling openapiv3 v2.0.0
9342024-11-26T07:17:44.648Z Compiling dof v0.3.0
9352024-11-26T07:17:46.422Z Compiling typify-impl v0.2.0
9362024-11-26T07:17:46.840Z Compiling http-body v1.0.1
9372024-11-26T07:17:47.115Z Compiling want v0.3.1
9382024-11-26T07:17:47.424Z Compiling const-random-macro v0.1.16
9392024-11-26T07:17:47.925Z Compiling rand_core v0.6.4
9402024-11-26T07:17:48.228Z Compiling thread-id v4.2.2
9412024-11-26T07:17:48.383Z Compiling httpdate v1.0.3
9422024-11-26T07:17:48.423Z Compiling rustls v0.22.4
9432024-11-26T07:17:48.754Z Compiling camino v1.1.9
9442024-11-26T07:17:48.778Z Compiling unsafe-libyaml v0.2.11
9452024-11-26T07:17:49.154Z Compiling const-random v0.1.18
9462024-11-26T07:17:49.265Z Compiling ipnetwork v0.20.0
9472024-11-26T07:17:49.344Z Compiling unicode-normalization v0.1.24
9482024-11-26T07:17:50.490Z Compiling serde_yaml v0.9.34+deprecated
9492024-11-26T07:17:50.685Z Compiling tower-service v0.3.3
9502024-11-26T07:17:50.827Z Compiling slog-async v2.8.0
9512024-11-26T07:17:51.344Z Compiling tokio-util v0.7.12
9522024-11-26T07:17:51.793Z Compiling unicode-bidi v0.3.15
9532024-11-26T07:17:53.141Z Compiling h2 v0.4.6
9542024-11-26T07:17:53.338Z Compiling ident_case v1.0.1
9552024-11-26T07:17:53.390Z Compiling foreign-types-shared v0.1.1
9562024-11-26T07:17:53.518Z Compiling syn v1.0.109
9572024-11-26T07:17:53.543Z Compiling foreign-types v0.3.2
9582024-11-26T07:17:53.661Z Compiling darling_core v0.20.10
9592024-11-26T07:17:54.400Z Compiling ppv-lite86 v0.2.20
9602024-11-26T07:17:55.342Z Compiling multer v3.1.0
9612024-11-26T07:17:55.885Z Compiling paste v1.0.15
9622024-11-26T07:17:57.593Z Compiling rand_chacha v0.3.1
9632024-11-26T07:17:58.341Z Compiling hyper v1.5.1
9642024-11-26T07:17:58.368Z Compiling typify-macro v0.2.0
9652024-11-26T07:17:59.954Z Compiling darling_macro v0.20.10
9662024-11-26T07:18:01.065Z Compiling idna v0.5.0
9672024-11-26T07:18:02.367Z Compiling typify v0.2.0
9682024-11-26T07:18:02.531Z Compiling progenitor-impl v0.8.0
9692024-11-26T07:18:04.939Z Compiling hyper-util v0.1.10
9702024-11-26T07:18:07.806Z Compiling usdt-macro v0.5.0
9712024-11-26T07:18:08.991Z Compiling usdt-attr-macro v0.5.0
9722024-11-26T07:18:09.362Z Compiling progenitor-macro v0.8.0
9732024-11-26T07:18:09.385Z Compiling http-body-util v0.1.2
9742024-11-26T07:18:09.997Z Compiling toml_datetime v0.6.8
9752024-11-26T07:18:10.464Z Compiling async-trait v0.1.83
9762024-11-26T07:18:10.899Z Compiling encoding_rs v0.8.34
9772024-11-26T07:18:11.050Z Compiling mime v0.3.17
9782024-11-26T07:18:12.074Z Compiling base64 v0.22.1
9792024-11-26T07:18:12.158Z Compiling openssl-probe v0.1.5
9802024-11-26T07:18:12.666Z Compiling rustls-pemfile v2.1.3
9812024-11-26T07:18:14.883Z Compiling url v2.5.2
9822024-11-26T07:18:15.471Z Compiling darling v0.20.10
9832024-11-26T07:18:15.606Z Compiling rand v0.8.5
9842024-11-26T07:18:20.078Z Compiling serde_urlencoded v0.7.1
9852024-11-26T07:18:20.456Z Compiling async-stream-impl v0.3.6
9862024-11-26T07:18:21.969Z Compiling crossbeam-utils v0.8.20
9872024-11-26T07:18:22.388Z Compiling powerfmt v0.2.0
9882024-11-26T07:18:22.390Z Compiling ipnet v2.10.0
9892024-11-26T07:18:22.898Z Compiling deranged v0.3.11
9902024-11-26T07:18:25.282Z Compiling tokio-rustls v0.26.0
9912024-11-26T07:18:25.328Z Compiling serde_with_macros v3.9.0
9922024-11-26T07:18:25.435Z Compiling tokio-native-tls v0.3.1
9932024-11-26T07:18:25.753Z Compiling strum_macros v0.26.4
9942024-11-26T07:18:28.017Z Compiling structmeta-derive v0.3.0
9952024-11-26T07:18:29.486Z Compiling webpki-roots v0.26.6
9962024-11-26T07:18:29.718Z Compiling dropshot v0.12.0
9972024-11-26T07:18:30.453Z Compiling winnow v0.6.18
9982024-11-26T07:18:30.757Z Compiling num_threads v0.1.7
9992024-11-26T07:18:31.138Z Compiling time v0.3.36
10002024-11-26T07:18:31.705Z Compiling structmeta v0.3.0
10012024-11-26T07:18:32.111Z Compiling hyper-rustls v0.27.3
10022024-11-26T07:18:33.484Z Compiling hyper-tls v0.6.0
10032024-11-26T07:18:33.921Z Compiling block-buffer v0.10.4
10042024-11-26T07:18:34.168Z Compiling crypto-common v0.1.6
10052024-11-26T07:18:34.964Z Compiling sync_wrapper v1.0.1
10062024-11-26T07:18:38.198Z Compiling reqwest v0.12.9
10072024-11-26T07:18:40.589Z Compiling digest v0.10.7
10082024-11-26T07:18:41.070Z Compiling parse-display-derive v0.10.0
10092024-11-26T07:18:42.834Z Compiling dropshot_endpoint v0.12.0
10102024-11-26T07:18:43.921Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10112024-11-26T07:18:44.843Z Compiling dirs-sys-next v0.1.2
10122024-11-26T07:18:45.800Z Compiling match_cfg v0.1.0
10132024-11-26T07:18:45.910Z Compiling hostname v0.3.1
10142024-11-26T07:18:46.672Z Compiling dirs-next v2.0.0
10152024-11-26T07:18:47.073Z Compiling progenitor-client v0.8.0
10162024-11-26T07:18:49.400Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
10172024-11-26T07:18:52.255Z Compiling futures-executor v0.3.31
10182024-11-26T07:18:53.162Z Compiling thread_local v1.1.8
10192024-11-26T07:18:53.352Z Compiling cpufeatures v0.2.14
10202024-11-26T07:18:53.681Z Compiling lazy_static v1.5.0
10212024-11-26T07:18:53.703Z Compiling rustix v0.38.37
10222024-11-26T07:18:54.571Z Compiling futures v0.3.31
10232024-11-26T07:18:55.141Z Compiling progenitor v0.8.0
10242024-11-26T07:18:55.366Z Compiling term v0.7.0
10252024-11-26T07:18:56.069Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10262024-11-26T07:18:56.904Z Compiling crossbeam-channel v0.5.13
10272024-11-26T07:18:57.393Z Compiling serde_spanned v0.6.7
10282024-11-26T07:18:58.492Z Compiling is-terminal v0.4.13
10292024-11-26T07:18:58.515Z Compiling errno v0.3.9
10302024-11-26T07:18:58.649Z Compiling memmap v0.7.0
10312024-11-26T07:18:59.080Z Compiling instant v0.1.13
10322024-11-26T07:18:59.268Z Compiling take_mut v0.2.2
10332024-11-26T07:18:59.649Z Compiling unicode-width v0.1.14
10342024-11-26T07:19:00.238Z Compiling usdt v0.5.0
10352024-11-26T07:19:00.951Z Compiling slog-term v2.9.1
10362024-11-26T07:19:02.414Z Compiling toml_edit v0.22.21
10372024-11-26T07:19:03.631Z Compiling slog-json v2.6.1
10382024-11-26T07:19:05.364Z Compiling debug-ignore v1.0.5
10392024-11-26T07:19:05.719Z Compiling slog-bunyan v2.5.0
10402024-11-26T07:19:05.992Z Compiling toml v0.8.19
10412024-11-26T07:19:08.138Z Compiling tokio-rustls v0.25.0
10422024-11-26T07:19:08.637Z Compiling sha1 v0.10.6
10432024-11-26T07:19:09.441Z Compiling strum v0.26.3
10442024-11-26T07:19:09.649Z Compiling serde_with v3.9.0
10452024-11-26T07:19:12.441Z Compiling async-stream v0.3.6
10462024-11-26T07:19:12.731Z Compiling serde_path_to_error v0.1.16
10472024-11-26T07:19:12.774Z Compiling waitgroup v0.1.2
10482024-11-26T07:19:13.037Z Compiling hostname v0.4.0
10492024-11-26T07:19:13.798Z Compiling heapless v0.8.0
10502024-11-26T07:19:14.411Z Compiling newtype-uuid v1.1.0
10512024-11-26T07:19:14.701Z Compiling hex v0.4.3
10522024-11-26T07:19:14.848Z Compiling hash32 v0.3.1
10532024-11-26T07:19:15.112Z Compiling stable_deref_trait v1.2.0
10542024-11-26T07:19:15.388Z Compiling smoltcp v0.11.0
10552024-11-26T07:19:16.123Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10562024-11-26T07:19:18.435Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10572024-11-26T07:19:18.818Z Compiling backoff v0.4.0
10582024-11-26T07:19:19.023Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10592024-11-26T07:19:19.215Z Compiling parse-display v0.10.0
10602024-11-26T07:19:21.168Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10612024-11-26T07:19:21.432Z Compiling regress v0.9.1
10622024-11-26T07:19:24.232Z Compiling macaddr v1.0.1
10632024-11-26T07:19:24.554Z Compiling clap_derive v4.5.18
10642024-11-26T07:19:25.064Z Compiling cobs v0.2.3
10652024-11-26T07:19:25.511Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10662024-11-26T07:19:25.911Z Compiling utf8parse v0.2.2
10672024-11-26T07:19:26.403Z Compiling winnow v0.5.40
10682024-11-26T07:19:26.866Z Compiling bitflags v1.3.2
10692024-11-26T07:19:26.987Z Compiling managed v0.8.0
10702024-11-26T07:19:29.889Z Compiling anstyle-parse v0.2.5
10712024-11-26T07:19:30.039Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10722024-11-26T07:19:30.333Z Compiling toml_edit v0.19.15
10732024-11-26T07:19:30.499Z Compiling postcard v1.0.10
10742024-11-26T07:19:36.492Z Compiling anstyle-query v1.1.1
10752024-11-26T07:19:36.691Z Compiling is_terminal_polyfill v1.70.1
10762024-11-26T07:19:37.003Z Compiling anstyle v1.0.10
10772024-11-26T07:19:37.238Z Compiling colorchoice v1.0.2
10782024-11-26T07:19:37.411Z Compiling anstream v0.6.15
10792024-11-26T07:19:38.450Z Compiling proc-macro-crate v1.3.1
10802024-11-26T07:19:39.142Z Compiling terminal_size v0.4.0
10812024-11-26T07:19:39.323Z Compiling clap_lex v0.7.2
10822024-11-26T07:19:39.428Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10832024-11-26T07:19:39.817Z Compiling clap_builder v4.5.21
10842024-11-26T07:19:40.052Z Compiling num_enum_derive v0.5.11
10852024-11-26T07:19:41.408Z Compiling tabwriter v1.4.0
10862024-11-26T07:19:42.335Z Compiling foreign-types-macros v0.2.3
10872024-11-26T07:19:42.502Z Compiling num-integer v0.1.46
10882024-11-26T07:19:43.147Z Compiling foreign-types-shared v0.3.1
10892024-11-26T07:19:43.588Z Compiling num_enum v0.5.11
10902024-11-26T07:19:43.709Z Compiling foreign-types v0.5.0
10912024-11-26T07:19:43.953Z Compiling clap v4.5.21
10922024-11-26T07:19:44.120Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10932024-11-26T07:19:44.739Z Compiling cstr-argument v0.1.2
10942024-11-26T07:19:44.819Z Compiling proc-macro-error-attr v1.0.4
10952024-11-26T07:19:45.061Z Compiling heck v0.4.1
10962024-11-26T07:19:45.144Z Compiling either v1.13.0
10972024-11-26T07:19:45.541Z Compiling prettyplease v0.2.22
10982024-11-26T07:19:45.757Z Compiling pretty-hex v0.2.1
10992024-11-26T07:19:45.987Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
11002024-11-26T07:19:46.466Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11012024-11-26T07:19:46.551Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11022024-11-26T07:19:47.840Z Compiling num-iter v0.1.45
11032024-11-26T07:19:48.049Z Compiling num-rational v0.4.2
11042024-11-26T07:19:49.505Z Compiling colored v2.1.0
11052024-11-26T07:19:50.664Z Compiling num-complex v0.4.6
11062024-11-26T07:19:51.307Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11072024-11-26T07:19:51.401Z Compiling proc-macro-error v1.0.4
11082024-11-26T07:19:51.422Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11092024-11-26T07:19:51.778Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
11102024-11-26T07:19:51.804Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
11112024-11-26T07:19:51.957Z Compiling fastrand v2.1.1
11122024-11-26T07:19:52.390Z Compiling tempfile v3.12.0
11132024-11-26T07:19:52.807Z Compiling num v0.4.3
11142024-11-26T07:19:53.363Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11152024-11-26T07:19:56.667Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-11-26T07:19:57.254Z Compiling float-ord v0.3.2
11172024-11-26T07:19:57.430Z Compiling crucible-workspace-hack v0.1.0
11182024-11-26T07:19:57.488Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11192024-11-26T07:20:05.387Z Compiling semver v0.1.20
11202024-11-26T07:20:05.417Z Compiling unicode-segmentation v1.12.0
11212024-11-26T07:20:05.732Z Compiling rustc_version v0.1.7
11222024-11-26T07:20:05.936Z Compiling zone_cfg_derive v0.3.0
11232024-11-26T07:20:06.152Z Compiling newline-converter v0.3.0
11242024-11-26T07:20:06.494Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11252024-11-26T07:20:06.664Z Compiling camino-tempfile v1.1.1
11262024-11-26T07:20:07.250Z Compiling itertools v0.10.5
11272024-11-26T07:20:07.429Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11282024-11-26T07:20:07.453Z Compiling console v0.15.8
11292024-11-26T07:20:07.907Z Compiling num-derive v0.4.2
11302024-11-26T07:20:09.472Z Compiling sigpipe v0.1.3
11312024-11-26T07:20:09.618Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11322024-11-26T07:20:09.979Z Compiling similar v2.6.0
11332024-11-26T07:20:10.279Z Compiling base64ct v1.6.0
11342024-11-26T07:20:10.546Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11352024-11-26T07:20:10.621Z Compiling zone v0.3.0
11362024-11-26T07:20:10.975Z Compiling expectorate v1.1.0
11372024-11-26T07:20:11.260Z Compiling password-hash v0.5.0
11382024-11-26T07:20:12.148Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-11-26T07:20:13.221Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11402024-11-26T07:20:13.434Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11412024-11-26T07:20:14.032Z Compiling newtype_derive v0.1.6
11422024-11-26T07:20:14.433Z Compiling blake2 v0.10.6
11432024-11-26T07:20:15.413Z Compiling hubpack_derive v0.1.1
11442024-11-26T07:20:15.639Z Compiling smf v0.2.3
11452024-11-26T07:20:16.360Z Compiling zerocopy-derive v0.6.6
11462024-11-26T07:20:16.403Z Compiling fixedbitset v0.4.2
11472024-11-26T07:20:16.668Z Compiling whoami v1.5.2
11482024-11-26T07:20:17.071Z Compiling cancel-safe-futures v0.1.5
11492024-11-26T07:20:17.096Z Compiling owo-colors v4.1.0
11502024-11-26T07:20:17.533Z Compiling petgraph v0.6.5
11512024-11-26T07:20:18.123Z Compiling hubpack v0.1.2
11522024-11-26T07:20:18.180Z Compiling argon2 v0.5.3
11532024-11-26T07:20:18.417Z Compiling zerocopy v0.6.6
11542024-11-26T07:20:19.439Z Compiling strum_macros v0.25.3
11552024-11-26T07:20:20.728Z Compiling serde-big-array v0.5.1
11562024-11-26T07:20:20.997Z Compiling serde_repr v0.1.19
11572024-11-26T07:20:21.974Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11582024-11-26T07:20:22.212Z Compiling cookie v0.18.1
11592024-11-26T07:20:22.323Z Compiling static_assertions v1.1.0
11602024-11-26T07:20:22.442Z Compiling convert_case v0.4.0
11612024-11-26T07:20:22.669Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-11-26T07:20:23.212Z Compiling derive_more v0.99.18
11632024-11-26T07:20:23.238Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11642024-11-26T07:20:24.622Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-26T07:20:25.454Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-26T07:20:25.823Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-11-26T07:20:28.143Z Compiling atomicwrites v0.4.4
11682024-11-26T07:20:28.676Z Compiling itertools v0.13.0
11692024-11-26T07:20:30.105Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11702024-11-26T07:20:31.297Z Compiling idna v0.4.0
11712024-11-26T07:20:31.323Z Compiling libsw v3.3.1
11722024-11-26T07:20:31.672Z Compiling enum-as-inner v0.6.1
11732024-11-26T07:20:32.067Z Compiling derive-where v1.2.7
11742024-11-26T07:20:32.370Z Compiling linear-map v1.2.0
11752024-11-26T07:20:32.395Z Compiling swrite v0.1.0
11762024-11-26T07:20:32.542Z Compiling quick-error v1.2.3
11772024-11-26T07:20:32.720Z Compiling indent_write v2.2.0
11782024-11-26T07:20:32.837Z Compiling linked-hash-map v0.5.6
11792024-11-26T07:20:32.892Z Compiling highway v1.2.0
11802024-11-26T07:20:32.981Z Compiling data-encoding v2.6.0
11812024-11-26T07:20:33.278Z Compiling lru-cache v0.1.2
11822024-11-26T07:20:33.528Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11832024-11-26T07:20:34.289Z Compiling hickory-proto v0.24.1
11842024-11-26T07:20:35.176Z Compiling resolv-conf v0.7.0
11852024-11-26T07:20:35.539Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11862024-11-26T07:20:36.748Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11872024-11-26T07:20:38.104Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11882024-11-26T07:20:38.518Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11892024-11-26T07:20:39.931Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11902024-11-26T07:20:40.227Z Compiling steno v0.4.1
11912024-11-26T07:20:43.874Z Compiling slog-dtrace v0.3.0
11922024-11-26T07:20:44.254Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11932024-11-26T07:20:44.336Z Compiling humantime v2.1.0
11942024-11-26T07:20:44.623Z Compiling parking_lot_core v0.8.6
11952024-11-26T07:20:45.126Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11962024-11-26T07:20:45.237Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11972024-11-26T07:20:45.302Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11982024-11-26T07:20:47.552Z Compiling hickory-resolver v0.24.1
11992024-11-26T07:20:47.623Z Compiling num-derive v0.3.3
12002024-11-26T07:20:48.594Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12012024-11-26T07:20:48.634Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
12022024-11-26T07:20:49.783Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12032024-11-26T07:20:49.856Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
12042024-11-26T07:20:50.532Z Compiling dropshot v0.13.0
12052024-11-26T07:20:50.939Z Compiling parking_lot v0.11.2
12062024-11-26T07:20:50.994Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
12072024-11-26T07:20:52.516Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12082024-11-26T07:20:52.994Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
12092024-11-26T07:20:54.916Z Compiling crossbeam-epoch v0.9.18
12102024-11-26T07:20:55.360Z Compiling dropshot_endpoint v0.13.0
12112024-11-26T07:20:56.117Z Compiling fxhash v0.2.1
12122024-11-26T07:20:56.367Z Compiling crc32fast v1.4.2
12132024-11-26T07:20:56.915Z Compiling crc8 v0.1.1
12142024-11-26T07:20:57.242Z Compiling arc-swap v1.7.1
12152024-11-26T07:20:57.969Z Compiling slog-scope v4.4.0
12162024-11-26T07:20:58.755Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
12172024-11-26T07:21:01.303Z Compiling sled v0.34.7
12182024-11-26T07:21:01.983Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12192024-11-26T07:21:05.942Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12202024-11-26T07:21:06.171Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12212024-11-26T07:21:06.727Z Compiling slog-stdlog v4.1.1
12222024-11-26T07:21:07.524Z Compiling slog-envlogger v2.2.0
12232024-11-26T07:21:09.040Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12242024-11-26T07:21:20.586Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12252024-11-26T07:21:23.017Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12262024-11-26T07:21:29.839Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12272024-11-26T07:21:56.813Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12282024-11-26T07:21:56.813Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12292024-11-26T07:22:04.076Z Finished `release` profile [optimized] target(s) in 5m 18s
12302024-11-26T07:22:04.403Z+ banner trio
12312024-11-26T07:22:04.405Z
12322024-11-26T07:22:04.405Z ##### ##### # ####
12332024-11-26T07:22:04.405Z # # # # # #
12342024-11-26T07:22:04.405Z # # # # # #
12352024-11-26T07:22:04.405Z # ##### # # #
12362024-11-26T07:22:04.405Z # # # # # #
12372024-11-26T07:22:04.405Z # # # # ####
12382024-11-26T07:22:04.405Z
12392024-11-26T07:22:04.405Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12402024-11-26T07:22:04.879Z Compiling libc v0.2.165
12412024-11-26T07:22:04.879Z Compiling cfg-if v1.0.0
12422024-11-26T07:22:04.879Z Compiling serde v1.0.215
12432024-11-26T07:22:04.883Z Compiling once_cell v1.19.0
12442024-11-26T07:22:04.883Z Compiling itoa v1.0.11
12452024-11-26T07:22:04.883Z Compiling bytes v1.7.2
12462024-11-26T07:22:04.883Z Compiling syn v2.0.89
12472024-11-26T07:22:04.945Z Compiling num-traits v0.2.19
12482024-11-26T07:22:05.016Z Compiling pin-project-lite v0.2.14
12492024-11-26T07:22:05.153Z Compiling memchr v2.7.4
12502024-11-26T07:22:05.189Z Compiling scopeguard v1.2.0
12512024-11-26T07:22:05.283Z Compiling schemars v0.8.21
12522024-11-26T07:22:05.322Z Compiling smallvec v1.13.2
12532024-11-26T07:22:05.412Z Compiling lock_api v0.4.12
12542024-11-26T07:22:05.668Z Compiling fnv v1.0.7
12552024-11-26T07:22:05.773Z Compiling log v0.4.22
12562024-11-26T07:22:05.792Z Compiling futures-core v0.3.31
12572024-11-26T07:22:06.028Z Compiling ryu v1.0.18
12582024-11-26T07:22:06.066Z Compiling hashbrown v0.15.2
12592024-11-26T07:22:06.299Z Compiling equivalent v1.0.1
12602024-11-26T07:22:06.411Z Compiling zerocopy v0.7.35
12612024-11-26T07:22:06.548Z Compiling getrandom v0.2.15
12622024-11-26T07:22:06.593Z Compiling parking_lot_core v0.9.10
12632024-11-26T07:22:06.843Z Compiling signal-hook-registry v1.4.2
12642024-11-26T07:22:06.906Z Compiling mio v1.0.2
12652024-11-26T07:22:06.990Z Compiling parking_lot v0.12.3
12662024-11-26T07:22:07.186Z Compiling socket2 v0.5.7
12672024-11-26T07:22:07.415Z Compiling ahash v0.8.11
12682024-11-26T07:22:07.881Z Compiling tracing-core v0.1.32
12692024-11-26T07:22:07.910Z Compiling serde_json v1.0.133
12702024-11-26T07:22:07.925Z Compiling hashbrown v0.14.5
12712024-11-26T07:22:08.415Z Compiling byteorder v1.5.0
12722024-11-26T07:22:08.579Z Compiling uuid v1.11.0
12732024-11-26T07:22:08.782Z Compiling pin-utils v0.1.0
12742024-11-26T07:22:08.878Z Compiling untrusted v0.9.0
12752024-11-26T07:22:08.880Z Compiling futures-task v0.3.31
12762024-11-26T07:22:09.069Z Compiling futures-sink v0.3.31
12772024-11-26T07:22:09.080Z Compiling spin v0.9.8
12782024-11-26T07:22:09.127Z Compiling futures-util v0.3.31
12792024-11-26T07:22:09.162Z Compiling slab v0.4.9
12802024-11-26T07:22:09.218Z Compiling regress v0.10.1
12812024-11-26T07:22:09.272Z Compiling ring v0.17.8
12822024-11-26T07:22:09.460Z Compiling chrono v0.4.38
12832024-11-26T07:22:09.486Z Compiling try-lock v0.2.5
12842024-11-26T07:22:09.641Z Compiling want v0.3.1
12852024-11-26T07:22:09.938Z Compiling httparse v1.9.4
12862024-11-26T07:22:10.312Z Compiling futures-channel v0.3.31
12872024-11-26T07:22:10.763Z Compiling dyn-clone v1.0.17
12882024-11-26T07:22:10.979Z Compiling tower-service v0.3.3
12892024-11-26T07:22:11.031Z Compiling foreign-types-shared v0.1.1
12902024-11-26T07:22:11.099Z Compiling openssl-sys v0.9.103
12912024-11-26T07:22:11.133Z Compiling foreign-types v0.3.2
12922024-11-26T07:22:11.286Z Compiling bitflags v2.6.0
12932024-11-26T07:22:11.640Z Compiling unicode-ident v1.0.13
12942024-11-26T07:22:11.720Z Compiling serde_derive_internals v0.29.1
12952024-11-26T07:22:11.828Z Compiling proc-macro2 v1.0.92
12962024-11-26T07:22:12.204Z Compiling http v1.1.0
12972024-11-26T07:22:12.553Z Compiling openssl-probe v0.1.5
12982024-11-26T07:22:13.074Z Compiling semver v1.0.23
12992024-11-26T07:22:13.590Z Compiling tinyvec_macros v0.1.1
13002024-11-26T07:22:13.684Z Compiling allocator-api2 v0.2.18
13012024-11-26T07:22:14.003Z Compiling tinyvec v1.8.0
13022024-11-26T07:22:14.084Z Compiling quote v1.0.37
13032024-11-26T07:22:14.579Z Compiling percent-encoding v2.3.1
13042024-11-26T07:22:15.060Z Compiling form_urlencoded v1.2.1
13052024-11-26T07:22:15.795Z Compiling unicode-normalization v0.1.24
13062024-11-26T07:22:16.194Z Compiling aho-corasick v1.1.3
13072024-11-26T07:22:16.998Z Compiling http v0.2.12
13082024-11-26T07:22:17.126Z Compiling unicode-bidi v0.3.15
13092024-11-26T07:22:17.264Z Compiling serde_derive v1.0.215
13102024-11-26T07:22:17.347Z Compiling thiserror-impl v1.0.69
13112024-11-26T07:22:17.359Z Compiling schemars_derive v0.8.21
13122024-11-26T07:22:18.173Z Compiling tokio-macros v2.4.0
13132024-11-26T07:22:19.789Z Compiling tokio v1.40.0
13142024-11-26T07:22:20.071Z Compiling tracing-attributes v0.1.27
13152024-11-26T07:22:20.387Z Compiling zerocopy-derive v0.7.35
13162024-11-26T07:22:20.525Z Compiling thiserror v1.0.69
13172024-11-26T07:22:20.663Z Compiling openssl-macros v0.1.1
13182024-11-26T07:22:20.800Z Compiling heck v0.5.0
13192024-11-26T07:22:21.458Z Compiling openssl v0.10.66
13202024-11-26T07:22:21.796Z Compiling rustls-pki-types v1.8.0
13212024-11-26T07:22:22.152Z Compiling regex-automata v0.4.7
13222024-11-26T07:22:23.045Z Compiling idna v0.5.0
13232024-11-26T07:22:23.559Z Compiling tracing v0.1.40
13242024-11-26T07:22:24.263Z Compiling http-body v1.0.1
13252024-11-26T07:22:30.027Z Compiling tokio-util v0.7.12
13262024-11-26T07:22:32.151Z Compiling indexmap v2.6.0
13272024-11-26T07:22:35.910Z Compiling serde_tokenstream v0.2.2
13282024-11-26T07:22:36.283Z Compiling native-tls v0.2.12
13292024-11-26T07:22:36.508Z Compiling regex-syntax v0.8.4
13302024-11-26T07:22:37.514Z Compiling tokio-native-tls v0.3.1
13312024-11-26T07:22:37.805Z Compiling slog v2.7.0
13322024-11-26T07:22:38.343Z Compiling atomic-waker v1.1.2
13332024-11-26T07:22:38.521Z Compiling h2 v0.4.6
13342024-11-26T07:22:38.590Z Compiling typify-impl v0.2.0
13352024-11-26T07:22:39.138Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13362024-11-26T07:22:39.225Z Compiling openapiv3 v2.0.0
13372024-11-26T07:22:49.973Z Compiling serde_urlencoded v0.7.1
13382024-11-26T07:22:50.612Z Compiling regex v1.10.6
13392024-11-26T07:22:50.801Z Compiling url v2.5.2
13402024-11-26T07:22:51.336Z Compiling encoding_rs v0.8.34
13412024-11-26T07:22:51.591Z Compiling ipnet v2.10.0
13422024-11-26T07:22:54.415Z Compiling mime v0.3.17
13432024-11-26T07:22:54.434Z Compiling rustls v0.21.12
13442024-11-26T07:22:54.646Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13452024-11-26T07:22:54.781Z Compiling typify-macro v0.2.0
13462024-11-26T07:22:55.496Z Compiling hyper v1.5.1
13472024-11-26T07:22:57.370Z Compiling h2 v0.3.26
13482024-11-26T07:22:58.509Z Compiling rustls-webpki v0.102.8
13492024-11-26T07:22:58.530Z Compiling http-body v0.4.6
13502024-11-26T07:22:58.678Z Compiling rustls-webpki v0.101.7
13512024-11-26T07:22:59.069Z Compiling sct v0.7.1
13522024-11-26T07:22:59.533Z Compiling zeroize v1.8.1
13532024-11-26T07:22:59.884Z Compiling subtle v2.6.1
13542024-11-26T07:23:00.189Z Compiling httpdate v1.0.3
13552024-11-26T07:23:00.968Z Compiling toml_datetime v0.6.8
13562024-11-26T07:23:01.364Z Compiling toml_edit v0.19.15
13572024-11-26T07:23:02.320Z Compiling rustls v0.23.13
13582024-11-26T07:23:02.765Z Compiling hyper v0.14.30
13592024-11-26T07:23:03.200Z Compiling serde_yaml v0.9.34+deprecated
13602024-11-26T07:23:07.051Z Compiling hyper-util v0.1.10
13612024-11-26T07:23:12.935Z Compiling lazy_static v1.5.0
13622024-11-26T07:23:12.992Z Compiling tokio-rustls v0.24.1
13632024-11-26T07:23:13.098Z Compiling tokio-rustls v0.26.0
13642024-11-26T07:23:13.409Z Compiling proc-macro-crate v1.3.1
13652024-11-26T07:23:13.579Z Compiling http-body-util v0.1.2
13662024-11-26T07:23:14.159Z Compiling webpki-roots v0.26.6
13672024-11-26T07:23:14.206Z Compiling base64 v0.22.1
13682024-11-26T07:23:14.264Z Compiling base64 v0.21.7
13692024-11-26T07:23:14.375Z Compiling hyper-rustls v0.27.3
13702024-11-26T07:23:14.515Z Compiling num_enum_derive v0.5.11
13712024-11-26T07:23:14.540Z Compiling crossbeam-utils v0.8.20
13722024-11-26T07:23:14.558Z Compiling hyper-tls v0.6.0
13732024-11-26T07:23:15.078Z Compiling rustls-pemfile v1.0.4
13742024-11-26T07:23:15.308Z Compiling rustls-pemfile v2.1.3
13752024-11-26T07:23:15.404Z Compiling hyper-rustls v0.24.2
13762024-11-26T07:23:15.848Z Compiling hyper-tls v0.5.0
13772024-11-26T07:23:15.900Z Compiling typify v0.2.0
13782024-11-26T07:23:16.039Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13792024-11-26T07:23:16.174Z Compiling ipnetwork v0.20.0
13802024-11-26T07:23:16.340Z Compiling ppv-lite86 v0.2.20
13812024-11-26T07:23:17.200Z Compiling foreign-types-macros v0.2.3
13822024-11-26T07:23:17.241Z Compiling rand_core v0.6.4
13832024-11-26T07:23:17.728Z Compiling dirs-sys-next v0.1.2
13842024-11-26T07:23:18.535Z Compiling sync_wrapper v1.0.1
13852024-11-26T07:23:18.687Z Compiling sync_wrapper v0.1.2
13862024-11-26T07:23:18.819Z Compiling foreign-types-shared v0.3.1
13872024-11-26T07:23:18.830Z Compiling webpki-roots v0.25.4
13882024-11-26T07:23:18.935Z Compiling powerfmt v0.2.0
13892024-11-26T07:23:18.993Z Compiling time-macros v0.2.18
13902024-11-26T07:23:19.195Z Compiling deranged v0.3.11
13912024-11-26T07:23:19.399Z Compiling reqwest v0.11.27
13922024-11-26T07:23:19.689Z Compiling foreign-types v0.5.0
13932024-11-26T07:23:19.803Z Compiling progenitor-impl v0.8.0
13942024-11-26T07:23:21.576Z Compiling reqwest v0.12.9
13952024-11-26T07:23:22.086Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13962024-11-26T07:23:26.577Z Compiling dirs-next v2.0.0
13972024-11-26T07:23:26.845Z Compiling rand_chacha v0.3.1
13982024-11-26T07:23:28.594Z Compiling num_enum v0.5.11
13992024-11-26T07:23:28.768Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
14002024-11-26T07:23:28.881Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14012024-11-26T07:23:30.899Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14022024-11-26T07:23:31.084Z Compiling cstr-argument v0.1.2
14032024-11-26T07:23:31.345Z Compiling thread_local v1.1.8
14042024-11-26T07:23:32.104Z Compiling pretty-hex v0.2.1
14052024-11-26T07:23:32.318Z Compiling either v1.13.0
14062024-11-26T07:23:32.784Z Compiling time-core v0.1.2
14072024-11-26T07:23:32.976Z Compiling num-conv v0.1.0
14082024-11-26T07:23:33.239Z Compiling arc-swap v1.7.1
14092024-11-26T07:23:33.666Z Compiling time v0.3.36
14102024-11-26T07:23:33.945Z Compiling slog-scope v4.4.0
14112024-11-26T07:23:34.657Z Compiling itertools v0.12.1
14122024-11-26T07:23:34.891Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14132024-11-26T07:23:35.277Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14142024-11-26T07:23:36.786Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14152024-11-26T07:23:37.682Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14162024-11-26T07:23:37.866Z Compiling crossbeam-channel v0.5.13
14172024-11-26T07:23:38.602Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14182024-11-26T07:23:39.460Z Compiling rand v0.8.5
14192024-11-26T07:23:41.372Z Compiling term v0.7.0
14202024-11-26T07:23:42.903Z Compiling progenitor-macro v0.8.0
14212024-11-26T07:23:46.017Z Compiling progenitor-client v0.8.0
14222024-11-26T07:23:46.962Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14232024-11-26T07:23:47.826Z Compiling anyhow v1.0.93
14242024-11-26T07:23:51.663Z Compiling colored v2.1.0
14252024-11-26T07:23:52.880Z Compiling is-terminal v0.4.13
14262024-11-26T07:23:53.010Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14272024-11-26T07:23:53.350Z Compiling winnow v0.6.18
14282024-11-26T07:23:55.909Z Compiling take_mut v0.2.2
14292024-11-26T07:23:56.074Z Compiling slog-async v2.8.0
14302024-11-26T07:23:57.803Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14312024-11-26T07:23:59.223Z Compiling progenitor v0.8.0
14322024-11-26T07:23:59.453Z Compiling slog-term v2.9.1
14332024-11-26T07:24:02.317Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14342024-11-26T07:24:02.541Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14352024-11-26T07:24:05.797Z Compiling slog-stdlog v4.1.1
14362024-11-26T07:24:06.289Z Compiling slog-envlogger v2.2.0
14372024-11-26T07:24:06.644Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14382024-11-26T07:24:08.480Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14392024-11-26T07:24:21.655Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14402024-11-26T07:24:29.024Z Finished `release` profile [optimized] target(s) in 2m 24s
14412024-11-26T07:24:29.106Z Running unittests src/lib.rs (target/release/deps/mg_tests-4b5b9828ea2ebf01)
14422024-11-26T07:24:29.154Z
14432024-11-26T07:24:29.154Zrunning 1 test
14442024-11-26T07:24:29.386Zconfigure zone
14452024-11-26T07:24:29.401Zinstall zone
14462024-11-26T07:25:29.162Ztest ddm::test_trio_v3 has been running for over 60 seconds
14472024-11-26T07:26:24.114Zboot zone
14482024-11-26T07:26:24.973Zstart zone s1
14492024-11-26T07:26:24.973Zconfigure zone
14502024-11-26T07:26:24.982Zinstall zone
14512024-11-26T07:28:13.295Zboot zone
14522024-11-26T07:28:14.068Zstart zone s2
14532024-11-26T07:28:14.068Zconfigure zone
14542024-11-26T07:28:14.076Zinstall zone
14552024-11-26T07:30:00.698Zboot zone
14562024-11-26T07:30:01.555Zstart zone t1
14572024-11-26T07:30:01.555Zconfigure zone
14582024-11-26T07:30:01.563Zinstall zone
14592024-11-26T07:31:48.915Zboot zone
14602024-11-26T07:31:49.703Zwaiting for zones to come up
14612024-11-26T07:31:59.705Z[sidecar.trio] svcs milestone/network
14622024-11-26T07:31:59.736ZSTATE STIME FMRI
14632024-11-26T07:31:59.736Zonline 23:26:41 svc:/milestone/network:default
14642024-11-26T07:31:59.736Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14652024-11-26T07:31:59.783Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14662024-11-26T07:31:59.831Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14672024-11-26T07:31:59.874Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14682024-11-26T07:31:59.877Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14692024-11-26T07:31:59.898Z
14702024-11-26T07:31:59.898Zrunning zone s1.trio setup
14712024-11-26T07:31:59.898Z[s1.trio] svcs milestone/network
14722024-11-26T07:31:59.922ZSTATE STIME FMRI
14732024-11-26T07:31:59.922Zonline 23:28:31 svc:/milestone/network:default
14742024-11-26T07:31:59.922Z[s1.trio] dladm
14752024-11-26T07:31:59.943ZLINK CLASS MTU STATE BRIDGE OVER
14762024-11-26T07:31:59.943Zsl0 simnet 9000 up -- ?
14772024-11-26T07:31:59.943Zmg2 vnic 9000 up -- ?
14782024-11-26T07:31:59.944Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14792024-11-26T07:32:00.552Z
14802024-11-26T07:32:00.552Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14812024-11-26T07:32:00.578Z
14822024-11-26T07:32:00.579Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14832024-11-26T07:32:00.599Z
14842024-11-26T07:32:00.599Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14852024-11-26T07:32:00.688Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14862024-11-26T07:32:00.733Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e1d4fc0c-ce90-42ea-8e6d-82d0a0ca8f2e --sled-uuid 3b8994f1-8731-4e87-a0e2-841b39c43f65 -a sl0/v6 &> /opt/ddmd.log &
14872024-11-26T07:32:00.758Z
14882024-11-26T07:32:00.758Zrunning zone s2.trio setup
14892024-11-26T07:32:00.758Z[s2.trio] svcs milestone/network
14902024-11-26T07:32:00.781ZSTATE STIME FMRI
14912024-11-26T07:32:00.781Zonline 23:30:18 svc:/milestone/network:default
14922024-11-26T07:32:00.781Z[s2.trio] dladm
14932024-11-26T07:32:00.802ZLINK CLASS MTU STATE BRIDGE OVER
14942024-11-26T07:32:00.802Zsl1 simnet 9000 up -- ?
14952024-11-26T07:32:00.802Zmg3 vnic 9000 up -- ?
14962024-11-26T07:32:00.802Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14972024-11-26T07:32:01.330Z
14982024-11-26T07:32:01.330Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14992024-11-26T07:32:01.353Z
15002024-11-26T07:32:01.353Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
15012024-11-26T07:32:01.372Z
15022024-11-26T07:32:01.372Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
15032024-11-26T07:32:01.418Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
15042024-11-26T07:32:01.441Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f0a8628b-c9e8-47ed-887e-9987ba27d07b --sled-uuid a41d0965-6f1e-4197-b068-cb8ff372bb24 -a sl1/v6 &> /opt/ddmd.log &
15052024-11-26T07:32:01.461Z
15062024-11-26T07:32:01.461Zrunning zone t1.trio setup
15072024-11-26T07:32:01.461Z[t1.trio] svcs milestone/network
15082024-11-26T07:32:01.485ZSTATE STIME FMRI
15092024-11-26T07:32:01.485Z- - svc:/milestone/network:default
15102024-11-26T07:32:02.486Z[t1.trio] svcs milestone/network
15112024-11-26T07:32:02.508ZSTATE STIME FMRI
15122024-11-26T07:32:02.508Z- - svc:/milestone/network:default
15132024-11-26T07:32:03.509Z[t1.trio] svcs milestone/network
15142024-11-26T07:32:03.530ZSTATE STIME FMRI
15152024-11-26T07:32:03.531Z- - svc:/milestone/network:default
15162024-11-26T07:32:04.531Z[t1.trio] svcs milestone/network
15172024-11-26T07:32:04.552ZSTATE STIME FMRI
15182024-11-26T07:32:04.552Z- - svc:/milestone/network:default
15192024-11-26T07:32:05.552Z[t1.trio] svcs milestone/network
15202024-11-26T07:32:05.574ZSTATE STIME FMRI
15212024-11-26T07:32:05.574Z- - svc:/milestone/network:default
15222024-11-26T07:32:06.574Z[t1.trio] svcs milestone/network
15232024-11-26T07:32:06.596ZSTATE STIME FMRI
15242024-11-26T07:32:06.596Z- - svc:/milestone/network:default
15252024-11-26T07:32:07.596Z[t1.trio] svcs milestone/network
15262024-11-26T07:32:07.619ZSTATE STIME FMRI
15272024-11-26T07:32:07.619Zuninitialized 23:32:05 svc:/milestone/network:default
15282024-11-26T07:32:08.619Z[t1.trio] svcs milestone/network
15292024-11-26T07:32:08.649ZSTATE STIME FMRI
15302024-11-26T07:32:08.649Zonline 23:32:06 svc:/milestone/network:default
15312024-11-26T07:32:08.649Z[t1.trio] dladm
15322024-11-26T07:32:08.672ZLINK CLASS MTU STATE BRIDGE OVER
15332024-11-26T07:32:08.672Ztfportrear0_0 simnet 9000 up -- ?
15342024-11-26T07:32:08.672Ztfportrear1_0 simnet 9000 up -- ?
15352024-11-26T07:32:08.672Zmg1 vnic 9000 up -- ?
15362024-11-26T07:32:08.672Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15372024-11-26T07:32:09.252Z
15382024-11-26T07:32:09.253Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15392024-11-26T07:32:09.276Z
15402024-11-26T07:32:09.276Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15412024-11-26T07:32:09.297Z
15422024-11-26T07:32:09.297Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15432024-11-26T07:32:09.319Z
15442024-11-26T07:32:09.319Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15452024-11-26T07:32:09.513Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15462024-11-26T07:32:09.517Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15472024-11-26T07:32:09.520Zwaiting 3s for copy of files to zone to complete ...
15482024-11-26T07:32:12.521Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15492024-11-26T07:32:12.567Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15502024-11-26T07:32:12.589Z[t1.trio] svcadm enable dendrite
15512024-11-26T07:32:12.631Z
15522024-11-26T07:32:12.631Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15532024-11-26T07:32:12.683Z
15542024-11-26T07:32:12.683Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15552024-11-26T07:32:12.726Z
15562024-11-26T07:32:12.726Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15572024-11-26T07:32:12.767Z
15582024-11-26T07:32:12.767Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15592024-11-26T07:32:12.808Z
15602024-11-26T07:32:12.808Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15612024-11-26T07:32:12.849Z
15622024-11-26T07:32:12.849Z[t1.trio] svcadm refresh dendrite:default
15632024-11-26T07:32:12.885Z
15642024-11-26T07:32:12.885Z[t1.trio] svcadm restart dendrite:default
15652024-11-26T07:32:12.923Z
15662024-11-26T07:32:12.923Zwait 10s for dendrite to come up ...
15672024-11-26T07:32:22.924Z[t1.trio] svcadm enable tfport
15682024-11-26T07:32:22.964Z
15692024-11-26T07:32:22.964Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid e8e299c9-9cf5-4284-90cd-65870981aab3 --sled-uuid 2fdfd667-5538-41d1-a5ae-262b0909ca3f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15702024-11-26T07:32:22.985Z
15712024-11-26T07:32:22.985Z[t1.trio] ipadm
15722024-11-26T07:32:23.009ZADDROBJ TYPE STATE ADDR
15732024-11-26T07:32:23.009Zlo0/v4 static ok 127.0.0.1/8
15742024-11-26T07:32:23.009Zmg1/v4 static ok 10.0.0.3/24
15752024-11-26T07:32:23.009Zlo0/v6 static ok ::1/128
15762024-11-26T07:32:23.009Zlo0/u6 static ok fd00:3::1/64
15772024-11-26T07:32:23.009Ztfportrear0_0/v6 addrconf ok fe80::14fa:91ff:fefd:cdbb%tfportrear0_0/10
15782024-11-26T07:32:23.009Ztfportrear1_0/v6 addrconf ok fe80::b866:58ff:fe03:b831%tfportrear1_0/10
15792024-11-26T07:32:25.220Zinitial peering test passed
15802024-11-26T07:32:26.222Zadvertise from one passed
15812024-11-26T07:32:27.224Zadvertise from two passed
15822024-11-26T07:32:27.224Z[s1.trio] ping fd00:2::1
15832024-11-26T07:32:27.251Zfd00:2::1 is alive
15842024-11-26T07:32:27.251Z[s2.trio] ping fd00:1::1
15852024-11-26T07:32:27.271Zfd00:1::1 is alive
15862024-11-26T07:32:27.271Zconnectivity test passed
15872024-11-26T07:32:27.271Z[t1.trio] pkill ddmd
15882024-11-26T07:32:27.292Z
15892024-11-26T07:32:33.296Z[t1.trio] svcadm enable dendrite
15902024-11-26T07:32:33.337Z
15912024-11-26T07:32:33.337Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15922024-11-26T07:32:33.381Z
15932024-11-26T07:32:33.381Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15942024-11-26T07:32:33.423Z
15952024-11-26T07:32:33.423Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15962024-11-26T07:32:33.465Z
15972024-11-26T07:32:33.465Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15982024-11-26T07:32:33.507Z
15992024-11-26T07:32:33.507Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
16002024-11-26T07:32:33.549Z
16012024-11-26T07:32:33.549Z[t1.trio] svcadm refresh dendrite:default
16022024-11-26T07:32:33.586Z
16032024-11-26T07:32:33.586Z[t1.trio] svcadm restart dendrite:default
16042024-11-26T07:32:33.623Z
16052024-11-26T07:32:33.623Zwait 10s for dendrite to come up ...
16062024-11-26T07:32:43.624Z[t1.trio] svcadm enable tfport
16072024-11-26T07:32:43.665Z
16082024-11-26T07:32:43.665Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ea35370a-3126-4fbb-8c45-8b1a5c559fc7 --sled-uuid 6457ccd2-5e2c-441a-9c31-05e840abb700 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
16092024-11-26T07:32:43.685Z
16102024-11-26T07:32:43.685Z[t1.trio] ipadm
16112024-11-26T07:32:43.708ZADDROBJ TYPE STATE ADDR
16122024-11-26T07:32:43.708Zlo0/v4 static ok 127.0.0.1/8
16132024-11-26T07:32:43.708Zmg1/v4 static ok 10.0.0.3/24
16142024-11-26T07:32:43.708Zlo0/v6 static ok ::1/128
16152024-11-26T07:32:43.708Zlo0/u6 static ok fd00:3::1/64
16162024-11-26T07:32:43.708Ztfportrear0_0/v6 addrconf ok fe80::14fa:91ff:fefd:cdbb%tfportrear0_0/10
16172024-11-26T07:32:43.708Ztfportrear1_0/v6 addrconf ok fe80::b866:58ff:fe03:b831%tfportrear1_0/10
16182024-11-26T07:32:46.711Z[s1.trio] ping fd00:2::1
16192024-11-26T07:32:46.734Zfd00:2::1 is alive
16202024-11-26T07:32:46.734Z[s2.trio] ping fd00:1::1
16212024-11-26T07:32:46.754Zfd00:1::1 is alive
16222024-11-26T07:32:46.754Ztransit router restart passed
16232024-11-26T07:32:46.754Z[s1.trio] pkill ddmd
16242024-11-26T07:32:46.774Z
16252024-11-26T07:32:51.778Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 784c3113-6f94-445a-8296-49af05997521 --sled-uuid f49fd37e-fbdd-4275-bbf7-b013483976b5 -a sl0/v6 &> /opt/ddmd.log &
16262024-11-26T07:32:51.800Z
16272024-11-26T07:32:54.803Z[s1.trio] ping fd00:2::1
16282024-11-26T07:32:54.826Zfd00:2::1 is alive
16292024-11-26T07:32:54.826Z[s2.trio] ping fd00:1::1
16302024-11-26T07:32:54.846Zfd00:1::1 is alive
16312024-11-26T07:32:54.846Zserver router restart passed
16322024-11-26T07:32:57.851Zpeer expiration recovery passed
16332024-11-26T07:32:58.853Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16342024-11-26T07:32:58.878Z3
16352024-11-26T07:32:58.878Zredundant advertise passed
16362024-11-26T07:32:59.881Ztunnel endpoint advertise passed
16372024-11-26T07:33:04.883Zredundant tunnel endpoint advertise passed
16382024-11-26T07:33:04.883Z[s1.trio] pkill ddmd
16392024-11-26T07:33:04.905Z
16402024-11-26T07:33:09.906Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ff8f8517-0e75-4997-9acc-bcb33f941584 --sled-uuid 0447a41a-c880-4810-8172-7f4db92fbee1 -a sl0/v6 &> /opt/ddmd.log &
16412024-11-26T07:33:09.928Z
16422024-11-26T07:33:14.995Ztunnel router restart passed
16432024-11-26T07:33:15.997Ztunnel endpoint withdraw passed
16442024-11-26T07:33:16.012Z[t1.trio] pkill ddmd
16452024-11-26T07:33:16.039Z
16462024-11-26T07:33:16.039Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16472024-11-26T07:33:16.043Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16482024-11-26T07:33:18.457Z[s2.trio] pkill ddmd
16492024-11-26T07:33:18.477Z
16502024-11-26T07:33:18.477Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16512024-11-26T07:33:20.855Z[s1.trio] pkill ddmd
16522024-11-26T07:33:20.875Z
16532024-11-26T07:33:20.876Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16542024-11-26T07:33:23.190Z[sidecar.trio] pkill softnpu
16552024-11-26T07:33:23.211Z
16562024-11-26T07:33:23.211Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16572024-11-26T07:33:25.677Ztest ddm::test_trio_v3 ... ok
16582024-11-26T07:33:25.677Z
16592024-11-26T07:33:25.677Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 536.45s
16602024-11-26T07:33:25.677Z
16612024-11-26T07:33:25.705Z+ cleanup
16622024-11-26T07:33:25.707Z++ id -un
16632024-11-26T07:33:25.710Z++ id -gn
16642024-11-26T07:33:25.713Z+ pfexec chown -R build:build .
16652024-11-26T07:33:25.791Zprocess exited: duration 1065057 ms, exit code 0
 
16662024-11-26T07:33:25.800Zfound 4 output files
16672024-11-26T07:33:25.800Zuploading: /work/s1.trio.log (4205 bytes)
16682024-11-26T07:33:26.809Zuploaded: /work/s1.trio.log
16692024-11-26T07:33:26.809Zuploading: /work/s2.trio.log (10936 bytes)
16702024-11-26T07:33:27.820Zuploaded: /work/s2.trio.log
16712024-11-26T07:33:27.820Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16722024-11-26T07:33:28.827Zuploaded: /work/sidecar.trio-softnpu.log
16732024-11-26T07:33:28.827Zuploading: /work/t1.trio.log (26113 bytes)
16742024-11-26T07:33:29.836Zuploaded: /work/t1.trio.log