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

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

Buildomat Job: 01JAESHW97QWB98RRTZDW1D9XV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T03:09:24.033Zjob assigned to worker 01JAESJ88EEEZ49X9CHKWP7R6A (queued for 1 m 4 s)
 
22024-10-18T03:09:32.168Zstarting task 0: "setup"
32024-10-18T03:09:32.175Z++ uname -s
42024-10-18T03:09:32.177Z+ kern=SunOS
52024-10-18T03:09:32.177Z+ case "$kern" in
62024-10-18T03:09:32.177Z+ groupadd -g 12345 build
72024-10-18T03:09:32.181Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T03:09:34.191Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T03:09:34.389Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T03:09:34.392Z+ home_fs=zfs
112024-10-18T03:09:34.392Z+ [[ zfs == autofs ]]
122024-10-18T03:09:34.392Z+ mkdir -p /home/build
132024-10-18T03:09:34.394Z+ chown build:build /home/build /work
142024-10-18T03:09:36.395Z+ chmod 0700 /home/build /work
152024-10-18T03:09:36.398Zprocess exited: duration 4233 ms, exit code 0
 
162024-10-18T03:09:36.403Zstarting task 1: "rust-toolchain"
172024-10-18T03:09:36.409Z+ printf ' * toolchain channel = "%s"
182024-10-18T03:09:36.409Z' stable
192024-10-18T03:09:36.412Z+ printf ' * toolchain profile = "%s"
202024-10-18T03:09:36.412Z * toolchain channel = "stable"
212024-10-18T03:09:36.412Z * toolchain profile = "default"
222024-10-18T03:09:36.412Z' default
232024-10-18T03:09:36.412Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T03:09:36.412Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-18T03:09:36.534Zinfo: downloading installer
262024-10-18T03:09:38.254Zinfo: profile set to 'default'
272024-10-18T03:09:38.254Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T03:09:38.257Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-18T03:09:38.403Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-10-18T03:09:38.403Zinfo: downloading component 'cargo'
312024-10-18T03:09:39.184Zinfo: downloading component 'clippy'
322024-10-18T03:09:39.471Zinfo: downloading component 'rust-docs'
332024-10-18T03:09:40.568Zinfo: downloading component 'rust-std'
342024-10-18T03:09:42.256Zinfo: downloading component 'rustc'
352024-10-18T03:09:48.228Zinfo: downloading component 'rustfmt'
362024-10-18T03:09:48.454Zinfo: installing component 'cargo'
372024-10-18T03:09:49.317Zinfo: installing component 'clippy'
382024-10-18T03:09:49.717Zinfo: installing component 'rust-docs'
392024-10-18T03:09:51.438Zinfo: installing component 'rust-std'
402024-10-18T03:09:53.379Zinfo: installing component 'rustc'
412024-10-18T03:09:59.497Zinfo: installing component 'rustfmt'
422024-10-18T03:09:59.837Z
432024-10-18T03:09:59.837Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
442024-10-18T03:10:00.213Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-10-18T03:10:00.213Z
462024-10-18T03:10:00.216Z
472024-10-18T03:10:00.216ZRust is installed now. Great!
482024-10-18T03:10:00.216Z
492024-10-18T03:10:00.216ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T03:10:00.216Zenvironment variable. This has not been done automatically.
512024-10-18T03:10:00.216Z
522024-10-18T03:10:00.216ZTo configure your current shell, you need to source
532024-10-18T03:10:00.216Zthe corresponding env file under $HOME/.cargo.
542024-10-18T03:10:00.216Z
552024-10-18T03:10:00.216ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T03:10:00.216Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T03:10:00.216Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T03:10:00.291Z+ rustc --version
592024-10-18T03:10:00.359Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-10-18T03:10:00.362Zprocess exited: duration 23961 ms, exit code 0
 
612024-10-18T03:10:00.367Zstarting task 2: "authentication"
622024-10-18T03:10:00.389Zprocess exited: duration 20 ms, exit code 0
 
632024-10-18T03:10:00.397Zstarting task 3: "clone repository"
642024-10-18T03:10:00.403Z+ mkdir -p /work/oxidecomputer/maghemite
652024-10-18T03:10:00.405Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-10-18T03:10:00.662ZCloning into '/work/oxidecomputer/maghemite'...
672024-10-18T03:10:01.616Z+ cd /work/oxidecomputer/maghemite
682024-10-18T03:10:01.616Z+ git fetch origin dc001875d1df1c0efa9aaffb5e0e49dc419592a5
692024-10-18T03:10:01.877ZFrom https://github.com/oxidecomputer/maghemite
702024-10-18T03:10:01.877Z * branch dc001875d1df1c0efa9aaffb5e0e49dc419592a5 -> FETCH_HEAD
712024-10-18T03:10:01.884Z+ [[ -n renovate/libc-0.x-lockfile ]]
722024-10-18T03:10:01.888Z++ git branch --show-current
732024-10-18T03:10:01.895Z+ current=main
742024-10-18T03:10:01.895Z+ [[ main != renovate/libc-0.x-lockfile ]]
752024-10-18T03:10:01.895Z+ git branch -f renovate/libc-0.x-lockfile dc001875d1df1c0efa9aaffb5e0e49dc419592a5
762024-10-18T03:10:01.895Z+ git checkout -f renovate/libc-0.x-lockfile
772024-10-18T03:10:01.906ZSwitched to branch 'renovate/libc-0.x-lockfile'
782024-10-18T03:10:01.911Z+ git reset --hard dc001875d1df1c0efa9aaffb5e0e49dc419592a5
792024-10-18T03:10:01.921ZHEAD is now at dc00187 Update Rust crate libc to v0.2.161
802024-10-18T03:10:01.925Zprocess exited: duration 1526 ms, exit code 0
 
812024-10-18T03:10:01.931Zstarting task 4: "build"
822024-10-18T03:10:01.940Z++ cargo --version
832024-10-18T03:10:01.947Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-18T03:10:02.080Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-18T03:10:02.080Zinfo: downloading component 'cargo'
862024-10-18T03:10:02.773Zinfo: downloading component 'clippy'
872024-10-18T03:10:03.031Zinfo: downloading component 'rust-docs'
882024-10-18T03:10:04.000Zinfo: downloading component 'rust-std'
892024-10-18T03:10:05.481Zinfo: downloading component 'rustc'
902024-10-18T03:10:10.830Zinfo: downloading component 'rustfmt'
912024-10-18T03:10:11.039Zinfo: installing component 'cargo'
922024-10-18T03:10:11.902Zinfo: installing component 'clippy'
932024-10-18T03:10:12.298Zinfo: installing component 'rust-docs'
942024-10-18T03:10:13.898Zinfo: installing component 'rust-std'
952024-10-18T03:10:15.759Zinfo: installing component 'rustc'
962024-10-18T03:10:21.454Zinfo: installing component 'rustfmt'
972024-10-18T03:10:21.882Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-18T03:10:21.885Z++ rustc --version
992024-10-18T03:10:21.951Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-18T03:10:21.955Z++ dladm
1012024-10-18T03:10:21.961ZLINK CLASS MTU STATE BRIDGE OVER
1022024-10-18T03:10:21.961Zena0 phys 9216 up -- --
1032024-10-18T03:10:21.964Z++ ipadm
1042024-10-18T03:10:21.966ZADDROBJ TYPE STATE ADDR
1052024-10-18T03:10:21.966Zlo0/v4 static ok 127.0.0.1/8
1062024-10-18T03:10:21.966Zena0/dhcp dhcp ok 10.150.1.62/24
1072024-10-18T03:10:21.966Zlo0/v6 static ok ::1/128
1082024-10-18T03:10:21.966Z++ banner collect
1092024-10-18T03:10:22.004Z
1102024-10-18T03:10:22.004Z #### #### # # ###### #### #####
1112024-10-18T03:10:22.004Z # # # # # # # # # #
1122024-10-18T03:10:22.004Z # # # # # ##### # #
1132024-10-18T03:10:22.004Z # # # # # # # #
1142024-10-18T03:10:22.004Z # # # # # # # # # #
1152024-10-18T03:10:22.004Z #### #### ###### ###### ###### #### #
1162024-10-18T03:10:22.004Z
1172024-10-18T03:10:22.007Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-10-18T03:10:22.007Z++ repo=softnpu
1192024-10-18T03:10:22.007Z++ series=image
1202024-10-18T03:10:22.007Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-10-18T03:10:22.007Z++ name=softnpu
1222024-10-18T03:10:22.007Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-10-18T03:10:22.007Z++ mkdir -p download
1242024-10-18T03:10:22.007Z++ pushd download
1252024-10-18T03:10:22.007Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-10-18T03:10:22.007Z++ [[ ! -f softnpu ]]
1272024-10-18T03:10:22.007Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-10-18T03:10:22.015Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-10-18T03:10:22.017Z Dload Upload Total Spent Left Speed
1302024-10-18T03:10:22.369Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 92 21.8M 92 20.1M 0 0 60.0M 0 --:--:-- --:--:-- --:--:-- 60.0M 100 21.8M 100 21.8M 0 0 61.6M 0 --:--:-- --:--:-- --:--:-- 61.5M
1312024-10-18T03:10:22.373Z++ popd
1322024-10-18T03:10:22.375Z/work/oxidecomputer/maghemite
1332024-10-18T03:10:22.375Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-10-18T03:10:22.375Z++ repo=sidecar-lite
1352024-10-18T03:10:22.375Z++ series=release
1362024-10-18T03:10:22.375Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-10-18T03:10:22.375Z++ name=libsidecar_lite.so
1382024-10-18T03:10:22.376Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-10-18T03:10:22.376Z++ mkdir -p download
1402024-10-18T03:10:22.376Z++ pushd download
1412024-10-18T03:10:22.376Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-10-18T03:10:22.376Z++ [[ ! -f libsidecar_lite.so ]]
1432024-10-18T03:10:22.378Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-10-18T03:10:22.389Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-10-18T03:10:22.389Z Dload Upload Total Spent Left Speed
1462024-10-18T03:10:22.728Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 59.0M 0 --:--:-- --:--:-- --:--:-- 59.2M
1472024-10-18T03:10:22.736Z++ popd
1482024-10-18T03:10:22.736Z/work/oxidecomputer/maghemite
1492024-10-18T03:10:22.736Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-10-18T03:10:22.736Z++ repo=sidecar-lite
1512024-10-18T03:10:22.736Z++ series=release
1522024-10-18T03:10:22.736Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-10-18T03:10:22.736Z++ name=scadm
1542024-10-18T03:10:22.736Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-10-18T03:10:22.736Z++ mkdir -p download
1562024-10-18T03:10:22.736Z++ pushd download
1572024-10-18T03:10:22.736Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-10-18T03:10:22.736Z++ [[ ! -f scadm ]]
1592024-10-18T03:10:22.736Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-10-18T03:10:22.744Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-10-18T03:10:22.744Z Dload Upload Total Spent Left Speed
1622024-10-18T03:10:23.104Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 63.5M 0 --:--:-- --:--:-- --:--:-- 63.6M
1632024-10-18T03:10:23.107Z++ popd
1642024-10-18T03:10:23.107Z/work/oxidecomputer/maghemite
1652024-10-18T03:10:23.107Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-10-18T03:10:23.107Z++ repo=dendrite
1672024-10-18T03:10:23.107Z++ series=image
1682024-10-18T03:10:23.107Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-10-18T03:10:23.107Z++ name=dendrite-softnpu.tar.gz
1702024-10-18T03:10:23.107Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-10-18T03:10:23.107Z++ mkdir -p download
1722024-10-18T03:10:23.107Z++ pushd download
1732024-10-18T03:10:23.107Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-10-18T03:10:23.107Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-10-18T03:10:23.107Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-10-18T03:10:23.115Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-10-18T03:10:23.115Z Dload Upload Total Spent Left Speed
1782024-10-18T03:10:23.583Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 37.5M 27 10.4M 0 0 44.2M 0 --:--:-- --:--:-- --:--:-- 44.2M 100 37.5M 100 37.5M 0 0 80.4M 0 --:--:-- --:--:-- --:--:-- 80.4M
1792024-10-18T03:10:23.586Z++ popd
1802024-10-18T03:10:23.586Z/work/oxidecomputer/maghemite
1812024-10-18T03:10:23.586Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-10-18T03:10:23.586Z++ repo=maghemite
1832024-10-18T03:10:23.586Z++ series=release
1842024-10-18T03:10:23.586Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-10-18T03:10:23.586Z++ name=ddmd
1862024-10-18T03:10:23.586Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-10-18T03:10:23.586Z++ mkdir -p download
1882024-10-18T03:10:23.590Z++ pushd download
1892024-10-18T03:10:23.590Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-10-18T03:10:23.590Z++ [[ ! -f ddmd ]]
1912024-10-18T03:10:23.590Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-10-18T03:10:23.598Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-10-18T03:10:23.601Z Dload Upload Total Spent Left Speed
1942024-10-18T03:10:24.192Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 69.0M 0 --:--:-- --:--:-- --:--:-- 69.0M
1952024-10-18T03:10:24.194Z++ popd
1962024-10-18T03:10:24.195Z/work/oxidecomputer/maghemite
1972024-10-18T03:10:24.195Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-10-18T03:10:24.195Z++ repo=maghemite
1992024-10-18T03:10:24.195Z++ series=release
2002024-10-18T03:10:24.195Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-10-18T03:10:24.195Z++ name=ddmadm
2022024-10-18T03:10:24.195Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-10-18T03:10:24.195Z++ mkdir -p download
2042024-10-18T03:10:24.197Z++ pushd download
2052024-10-18T03:10:24.197Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-10-18T03:10:24.197Z++ [[ ! -f ddmadm ]]
2072024-10-18T03:10:24.197Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-10-18T03:10:24.204Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-10-18T03:10:24.204Z Dload Upload Total Spent Left Speed
2102024-10-18T03:10:24.541Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 18.0M 24 4547k 0 0 30.3M 0 --:--:-- --:--:-- --:--:-- 30.2M 100 18.0M 100 18.0M 0 0 53.5M 0 --:--:-- --:--:-- --:--:-- 53.4M
2112024-10-18T03:10:24.544Z++ popd
2122024-10-18T03:10:24.547Z/work/oxidecomputer/maghemite
2132024-10-18T03:10:24.547Z++ pushd download
2142024-10-18T03:10:24.547Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-10-18T03:10:24.547Z++ chmod +x softnpu
2162024-10-18T03:10:24.547Z++ chmod +x scadm
2172024-10-18T03:10:24.550Z++ chmod +x ddmadm
2182024-10-18T03:10:24.553Z++ chmod +x ddmd
2192024-10-18T03:10:24.553Z++ mv ddmadm ddmadm-v2
2202024-10-18T03:10:24.555Z++ mv ddmd ddmd-v2
2212024-10-18T03:10:24.558Z++ rm -rf zones/dendrite
2222024-10-18T03:10:24.560Z++ mkdir -p zones/dendrite
2232024-10-18T03:10:24.560Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-10-18T03:10:25.389Z++ popd
2252024-10-18T03:10:25.389Z/work/oxidecomputer/maghemite
2262024-10-18T03:10:25.389Z++ banner install
2272024-10-18T03:10:25.393Z
2282024-10-18T03:10:25.394Z # # # #### ##### ## # #
2292024-10-18T03:10:25.394Z # ## # # # # # # #
2302024-10-18T03:10:25.394Z # # # # #### # # # # #
2312024-10-18T03:10:25.394Z # # # # # # ###### # #
2322024-10-18T03:10:25.394Z # # ## # # # # # # #
2332024-10-18T03:10:25.394Z # # # #### # # # ###### ######
2342024-10-18T03:10:25.394Z
2352024-10-18T03:10:25.396Z++ pkg info brand/sparse
2362024-10-18T03:10:25.396Z++ grep -qi installed
2372024-10-18T03:10:37.163Zpkg: info: no packages matching the following patterns you specified are
2382024-10-18T03:10:37.163Zinstalled on the system. Try querying remotely instead:
2392024-10-18T03:10:37.163Z
2402024-10-18T03:10:37.163Z brand/sparse
2412024-10-18T03:10:37.207Z++ [[ 1 != 0 ]]
2422024-10-18T03:10:37.207Z++ set -o errexit
2432024-10-18T03:10:37.207Z++ pfexec pkg install brand/sparse
2442024-10-18T03:10:47.385Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-10-18T03:10:50.489Z Startup: Caching catalogs ... Done
2462024-10-18T03:10:56.508ZPlanning: Solver setup ... Done
2472024-10-18T03:10:56.585ZPlanning: Running solver ... Done
2482024-10-18T03:10:56.818ZPlanning: Finding local manifests ... Done
2492024-10-18T03:10:56.831ZPlanning: Fetching manifests: 0/3 0% complete
2502024-10-18T03:10:56.987ZPlanning: Fetching manifests: 3/3 100% complete
2512024-10-18T03:10:57.632ZPlanning: Package planning ... Done
2522024-10-18T03:10:57.638ZPlanning: Merging actions ... Done
2532024-10-18T03:10:58.389ZPlanning: Checking for conflicting actions ... Done
2542024-10-18T03:11:07.898ZPlanning: Consolidating action changes ... Done
2552024-10-18T03:11:08.247ZPlanning: Evaluating mediators ... Done
2562024-10-18T03:11:08.363ZPlanning: Planning completed in 17.79 seconds
2572024-10-18T03:11:08.378Z Packages to install: 1
2582024-10-18T03:11:08.378Z Packages to update: 2
2592024-10-18T03:11:08.380Z Create boot environment: No
2602024-10-18T03:11:08.381ZCreate backup boot environment: Yes
2612024-10-18T03:11:08.733Z
2622024-10-18T03:11:08.733ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-10-18T03:11:14.943ZDownload: 915/1009 items 8.0/8.0MB 99% complete (3.7M/s)
2642024-10-18T03:11:15.490ZDownload: Completed 8.03 MB in 6.76 seconds (1.2M/s)
2652024-10-18T03:11:17.297Z Actions: 1/1419 actions (Removing old actions)
2662024-10-18T03:11:17.315Z Actions: 199/1419 actions (Installing new actions)
2672024-10-18T03:11:17.431Z Actions: 579/1419 actions (Updating modified actions)
2682024-10-18T03:11:17.778Z Actions: Completed 1419 actions in 0.48 seconds.
2692024-10-18T03:11:18.107Z Done
2702024-10-18T03:11:18.113Z Done
2712024-10-18T03:11:18.544Z Done
2722024-10-18T03:11:23.928Z Done
2732024-10-18T03:11:24.176Z Done
2742024-10-18T03:11:24.185Z Done
2752024-10-18T03:11:24.289Z Done
2762024-10-18T03:11:24.638Z++ set -o errexit
2772024-10-18T03:11:24.638Z++ set -o pipefail
2782024-10-18T03:11:24.638Z++ banner build
2792024-10-18T03:11:24.642Z
2802024-10-18T03:11:24.643Z ##### # # # # #####
2812024-10-18T03:11:24.643Z # # # # # # # #
2822024-10-18T03:11:24.643Z ##### # # # # # #
2832024-10-18T03:11:24.643Z # # # # # # # #
2842024-10-18T03:11:24.643Z # # # # # # # #
2852024-10-18T03:11:24.643Z ##### #### # ###### #####
2862024-10-18T03:11:24.643Z
2872024-10-18T03:11:24.643Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-10-18T03:11:24.824Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-10-18T03:11:25.036Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-10-18T03:11:25.257ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-10-18T03:11:25.257Z * [new branch] ci -> origin/ci
2922024-10-18T03:11:25.262Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2932024-10-18T03:11:25.262Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2942024-10-18T03:11:25.262Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2952024-10-18T03:11:25.262Z * [new branch] main -> origin/main
2962024-10-18T03:11:25.263Z * [new ref] -> origin/HEAD
2972024-10-18T03:11:25.272Z Updating crates.io index
2982024-10-18T03:11:25.305Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992024-10-18T03:11:26.042ZFrom https://github.com/oxidecomputer/falcon
3002024-10-18T03:11:26.042Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3012024-10-18T03:11:26.147Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022024-10-18T03:11:27.220ZFrom https://github.com/oxidecomputer/dendrite
3032024-10-18T03:11:27.220Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3042024-10-18T03:11:27.275Z Updating git repository `https://github.com/oxidecomputer/ispf`
3052024-10-18T03:11:27.711ZFrom https://github.com/oxidecomputer/ispf
3062024-10-18T03:11:27.711Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3072024-10-18T03:11:27.721Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082024-10-18T03:11:28.168ZFrom https://github.com/oxidecomputer/netadm-sys
3092024-10-18T03:11:28.169Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3102024-10-18T03:11:28.180Z Updating git repository `https://github.com/oxidecomputer/omicron`
3112024-10-18T03:11:31.625ZFrom https://github.com/oxidecomputer/omicron
3122024-10-18T03:11:31.625Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3132024-10-18T03:11:31.655Z * [new tag] dogfood -> dogfood
3142024-10-18T03:11:31.658Z * [new tag] v5 -> v5
3152024-10-18T03:11:31.658Z * [new tag] v6 -> v6
3162024-10-18T03:11:31.658Z * [new tag] v7 -> v7
3172024-10-18T03:11:31.658Z * [new tag] v8 -> v8
3182024-10-18T03:11:31.658Z * [new tag] v9 -> v9
3192024-10-18T03:11:32.018Z Updating git repository `https://github.com/oxidecomputer/opte`
3202024-10-18T03:11:32.973ZFrom https://github.com/oxidecomputer/opte
3212024-10-18T03:11:32.974Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3222024-10-18T03:11:33.044Z Updating git repository `https://github.com/illumos/smf-rs`
3232024-10-18T03:11:33.452ZFrom https://github.com/illumos/smf-rs
3242024-10-18T03:11:33.452Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3252024-10-18T03:11:33.498Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3262024-10-18T03:11:34.273ZFrom https://github.com/oxidecomputer/maghemite
3272024-10-18T03:11:34.273Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3282024-10-18T03:11:34.304Z * [new tag] rift -> rift
3292024-10-18T03:11:34.307Z * [new tag] srp -> srp
3302024-10-18T03:11:34.307Z * [new tag] tie-spf -> tie-spf
3312024-10-18T03:11:34.328Z Updating git repository `https://github.com/oxidecomputer/zone`
3322024-10-18T03:11:34.712ZFrom https://github.com/oxidecomputer/zone
3332024-10-18T03:11:34.712Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3342024-10-18T03:11:34.756Z Updating git repository `https://github.com/oxidecomputer/propolis`
3352024-10-18T03:11:35.408ZFrom https://github.com/oxidecomputer/propolis
3362024-10-18T03:11:35.408Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3372024-10-18T03:11:35.525Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3382024-10-18T03:11:35.902ZFrom https://github.com/oxidecomputer/dlpi-sys
3392024-10-18T03:11:35.902Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3402024-10-18T03:11:35.932Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3412024-10-18T03:11:36.303ZFrom https://github.com/jmesmon/rust-libzfs
3422024-10-18T03:11:36.303Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3432024-10-18T03:11:36.318Z * [new tag] v0.4.0 -> v0.4.0
3442024-10-18T03:11:36.332Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3452024-10-18T03:11:36.713ZFrom https://github.com/oxidecomputer/rusty-doors
3462024-10-18T03:11:36.713Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3472024-10-18T03:11:36.735Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3482024-10-18T03:11:37.178ZFrom https://github.com/oxidecomputer/maghemite
3492024-10-18T03:11:37.178Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3502024-10-18T03:11:37.233Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3512024-10-18T03:11:37.691ZFrom https://github.com/oxidecomputer/serde_human_bytes
3522024-10-18T03:11:37.691Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3532024-10-18T03:11:37.709Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3542024-10-18T03:11:38.100ZFrom https://github.com/oxidecomputer/slog-error-chain
3552024-10-18T03:11:38.100Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3562024-10-18T03:11:38.124Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3572024-10-18T03:11:38.476ZFrom https://github.com/oxidecomputer/poptrie
3582024-10-18T03:11:38.476Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3592024-10-18T03:11:38.502Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3602024-10-18T03:11:38.854ZFrom https://github.com/illumos/libscf-sys
3612024-10-18T03:11:38.854Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3622024-10-18T03:11:38.890Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3632024-10-18T03:11:39.825ZFrom https://github.com/oxidecomputer/progenitor
3642024-10-18T03:11:39.825Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3652024-10-18T03:11:39.846Z * [new tag] v0.1.1 -> v0.1.1
3662024-10-18T03:11:39.848Z * [new tag] v0.2.0 -> v0.2.0
3672024-10-18T03:11:39.848Z * [new tag] v0.3.0 -> v0.3.0
3682024-10-18T03:11:39.848Z * [new tag] v0.4.0 -> v0.4.0
3692024-10-18T03:11:39.848Z * [new tag] v0.5.0 -> v0.5.0
3702024-10-18T03:11:39.848Z * [new tag] v0.6.0 -> v0.6.0
3712024-10-18T03:11:39.848Z * [new tag] v0.7.0 -> v0.7.0
3722024-10-18T03:11:39.963Z Updating git repository `https://github.com/oxidecomputer/typify`
3732024-10-18T03:11:42.244ZFrom https://github.com/oxidecomputer/typify
3742024-10-18T03:11:42.244Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3752024-10-18T03:11:42.246Z * [new tag] v0.2.0 -> v0.2.0
3762024-10-18T03:11:42.265Z * [new tag] v0.0.10 -> v0.0.10
3772024-10-18T03:11:42.267Z * [new tag] v0.0.11 -> v0.0.11
3782024-10-18T03:11:42.267Z * [new tag] v0.0.12 -> v0.0.12
3792024-10-18T03:11:42.267Z * [new tag] v0.0.13 -> v0.0.13
3802024-10-18T03:11:42.267Z * [new tag] v0.0.14 -> v0.0.14
3812024-10-18T03:11:42.267Z * [new tag] v0.0.15 -> v0.0.15
3822024-10-18T03:11:42.267Z * [new tag] v0.0.16 -> v0.0.16
3832024-10-18T03:11:42.267Z * [new tag] v0.0.4 -> v0.0.4
3842024-10-18T03:11:42.267Z * [new tag] v0.0.5 -> v0.0.5
3852024-10-18T03:11:42.267Z * [new tag] v0.0.7 -> v0.0.7
3862024-10-18T03:11:42.267Z * [new tag] v0.0.8 -> v0.0.8
3872024-10-18T03:11:42.267Z * [new tag] v0.0.9 -> v0.0.9
3882024-10-18T03:11:42.267Z * [new tag] v0.1.0 -> v0.1.0
3892024-10-18T03:11:42.511Z Updating git repository `https://github.com/oxidecomputer/crucible`
3902024-10-18T03:11:44.335ZFrom https://github.com/oxidecomputer/crucible
3912024-10-18T03:11:44.335Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3922024-10-18T03:11:44.397Z Updating git repository `https://github.com/oxidecomputer/opte`
3932024-10-18T03:11:44.853ZFrom https://github.com/oxidecomputer/opte
3942024-10-18T03:11:44.853Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3952024-10-18T03:11:44.909Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3962024-10-18T03:11:45.578ZFrom https://github.com/oxidecomputer/management-gateway-service
3972024-10-18T03:11:45.578Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3982024-10-18T03:11:46.361Z Downloading crates ...
3992024-10-18T03:11:46.433Z Downloaded anstream v0.6.15
4002024-10-18T03:11:46.438Z Downloaded blake2 v0.10.6
4012024-10-18T03:11:46.441Z Downloaded atomicwrites v0.4.4
4022024-10-18T03:11:46.445Z Downloaded bitflags v1.3.2
4032024-10-18T03:11:46.450Z Downloaded equivalent v1.0.1
4042024-10-18T03:11:46.453Z Downloaded cstr-argument v0.1.2
4052024-10-18T03:11:46.456Z Downloaded crc8 v0.1.1
4062024-10-18T03:11:46.456Z Downloaded const-random-macro v0.1.16
4072024-10-18T03:11:46.456Z Downloaded foreign-types-shared v0.1.1
4082024-10-18T03:11:46.459Z Downloaded futures-sink v0.3.30
4092024-10-18T03:11:46.465Z Downloaded async-stream v0.3.5
4102024-10-18T03:11:46.471Z Downloaded deranged v0.3.11
4112024-10-18T03:11:46.471Z Downloaded defmt v0.3.8
4122024-10-18T03:11:46.473Z Downloaded fixedbitset v0.4.2
4132024-10-18T03:11:46.473Z Downloaded dirs-next v2.0.0
4142024-10-18T03:11:46.473Z Downloaded camino v1.1.9
4152024-10-18T03:11:46.476Z Downloaded progenitor-client v0.8.0
4162024-10-18T03:11:46.476Z Downloaded scroll_derive v0.12.0
4172024-10-18T03:11:46.479Z Downloaded dyn-clone v1.0.17
4182024-10-18T03:11:46.479Z Downloaded paste v1.0.15
4192024-10-18T03:11:46.487Z Downloaded form_urlencoded v1.2.1
4202024-10-18T03:11:46.487Z Downloaded fnv v1.0.7
4212024-10-18T03:11:46.487Z Downloaded console v0.15.8
4222024-10-18T03:11:46.491Z Downloaded ciborium v0.2.2
4232024-10-18T03:11:46.493Z Downloaded parse-display-derive v0.10.0
4242024-10-18T03:11:46.493Z Downloaded proc-macro-crate v1.3.1
4252024-10-18T03:11:46.494Z Downloaded pest_generator v2.7.13
4262024-10-18T03:11:46.499Z Downloaded byteorder v1.5.0
4272024-10-18T03:11:46.502Z Downloaded ppv-lite86 v0.2.20
4282024-10-18T03:11:46.502Z Downloaded futures-channel v0.3.30
4292024-10-18T03:11:46.502Z Downloaded foreign-types v0.5.0
4302024-10-18T03:11:46.505Z Downloaded argon2 v0.5.3
4312024-10-18T03:11:46.505Z Downloaded futures-macro v0.3.30
4322024-10-18T03:11:46.507Z Downloaded serde_repr v0.1.19
4332024-10-18T03:11:46.510Z Downloaded rustc_version v0.4.1
4342024-10-18T03:11:46.512Z Downloaded powerfmt v0.2.0
4352024-10-18T03:11:46.513Z Downloaded async-stream-impl v0.3.5
4362024-10-18T03:11:46.513Z Downloaded semver v0.1.20
4372024-10-18T03:11:46.517Z Downloaded slog-async v2.8.0
4382024-10-18T03:11:46.521Z Downloaded resolv-conf v0.7.0
4392024-10-18T03:11:46.521Z Downloaded schemars_derive v0.8.21
4402024-10-18T03:11:46.525Z Downloaded slog-scope v4.4.0
4412024-10-18T03:11:46.525Z Downloaded sha2 v0.10.8
4422024-10-18T03:11:46.528Z Downloaded proc-macro-error v1.0.4
4432024-10-18T03:11:46.531Z Downloaded rand_core v0.6.4
4442024-10-18T03:11:46.533Z Downloaded foreign-types v0.3.2
4452024-10-18T03:11:46.533Z Downloaded atomic-waker v1.1.2
4462024-10-18T03:11:46.537Z Downloaded ciborium-io v0.2.2
4472024-10-18T03:11:46.537Z Downloaded percent-encoding v2.3.1
4482024-10-18T03:11:46.542Z Downloaded foreign-types-macros v0.2.3
4492024-10-18T03:11:46.542Z Downloaded slog-json v2.6.1
4502024-10-18T03:11:46.545Z Downloaded pest v2.7.13
4512024-10-18T03:11:46.548Z Downloaded rustls-pki-types v1.8.0
4522024-10-18T03:11:46.551Z Downloaded autocfg v1.3.0
4532024-10-18T03:11:46.554Z Downloaded ryu v1.0.18
4542024-10-18T03:11:46.558Z Downloaded cobs v0.2.3
4552024-10-18T03:11:46.563Z Downloaded ahash v0.8.11
4562024-10-18T03:11:46.568Z Downloaded serde_tokenstream v0.2.2
4572024-10-18T03:11:46.568Z Downloaded derive_more v0.99.18
4582024-10-18T03:11:46.572Z Downloaded rhai_codegen v2.2.0
4592024-10-18T03:11:46.581Z Downloaded usdt-macro v0.5.0
4602024-10-18T03:11:46.584Z Downloaded defmt-macros v0.3.9
4612024-10-18T03:11:46.587Z Downloaded prettyplease v0.2.22
4622024-10-18T03:11:46.590Z Downloaded http-body v1.0.1
4632024-10-18T03:11:46.594Z Downloaded proc-macro-error-attr v1.0.4
4642024-10-18T03:11:46.594Z Downloaded pretty-hex v0.4.1
4652024-10-18T03:11:46.597Z Downloaded ident_case v1.0.1
4662024-10-18T03:11:46.597Z Downloaded anyhow v1.0.89
4672024-10-18T03:11:46.603Z Downloaded openssl-probe v0.1.5
4682024-10-18T03:11:46.606Z Downloaded openssl-macros v0.1.1
4692024-10-18T03:11:46.606Z Downloaded allocator-api2 v0.2.18
4702024-10-18T03:11:46.610Z Downloaded want v0.3.1
4712024-10-18T03:11:46.612Z Downloaded similar v2.6.0
4722024-10-18T03:11:46.615Z Downloaded omicron-workspace-hack v0.1.0
4732024-10-18T03:11:46.619Z Downloaded structmeta v0.3.0
4742024-10-18T03:11:46.619Z Downloaded owo-colors v4.1.0
4752024-10-18T03:11:46.622Z Downloaded toml_datetime v0.6.8
4762024-10-18T03:11:46.625Z Downloaded utf8parse v0.2.2
4772024-10-18T03:11:46.625Z Downloaded sha1 v0.10.6
4782024-10-18T03:11:46.629Z Downloaded data-encoding v2.6.0
4792024-10-18T03:11:46.631Z Downloaded serde_urlencoded v0.7.1
4802024-10-18T03:11:46.631Z Downloaded thread_local v1.1.8
4812024-10-18T03:11:46.634Z Downloaded num-conv v0.1.0
4822024-10-18T03:11:46.634Z Downloaded swrite v0.1.0
4832024-10-18T03:11:46.637Z Downloaded serde_yaml v0.9.34+deprecated
4842024-10-18T03:11:46.640Z Downloaded serde_path_to_error v0.1.16
4852024-10-18T03:11:46.643Z Downloaded http-body-util v0.1.2
4862024-10-18T03:11:46.646Z Downloaded slog-envlogger v2.2.0
4872024-10-18T03:11:46.650Z Downloaded shlex v1.3.0
4882024-10-18T03:11:46.650Z Downloaded indexmap v1.9.3
4892024-10-18T03:11:46.653Z Downloaded tower-service v0.3.3
4902024-10-18T03:11:46.656Z Downloaded thiserror v1.0.64
4912024-10-18T03:11:46.660Z Downloaded sync_wrapper v0.1.2
4922024-10-18T03:11:46.663Z Downloaded thin-vec v0.2.13
4932024-10-18T03:11:46.666Z Downloaded futures-task v0.3.30
4942024-10-18T03:11:46.666Z Downloaded tokio-macros v2.4.0
4952024-10-18T03:11:46.669Z Downloaded zone v0.3.0
4962024-10-18T03:11:46.669Z Downloaded is_terminal_polyfill v1.70.1
4972024-10-18T03:11:46.669Z Downloaded tokio-native-tls v0.3.1
4982024-10-18T03:11:46.672Z Downloaded crossbeam-utils v0.8.20
4992024-10-18T03:11:46.675Z Downloaded proc-macro2 v1.0.86
5002024-10-18T03:11:46.678Z Downloaded hyper-tls v0.6.0
5012024-10-18T03:11:46.680Z Downloaded rand_chacha v0.3.1
5022024-10-18T03:11:46.683Z Downloaded num v0.4.3
5032024-10-18T03:11:46.683Z Downloaded strum v0.26.3
5042024-10-18T03:11:46.686Z Downloaded waitgroup v0.1.2
5052024-10-18T03:11:46.686Z Downloaded subtle v2.6.1
5062024-10-18T03:11:46.689Z Downloaded postcard v1.0.10
5072024-10-18T03:11:46.693Z Downloaded linked-hash-map v0.5.6
5082024-10-18T03:11:46.698Z Downloaded once_cell v1.19.0
5092024-10-18T03:11:46.698Z Downloaded time-core v0.1.2
5102024-10-18T03:11:46.698Z Downloaded multer v3.1.0
5112024-10-18T03:11:46.700Z Downloaded quote v1.0.37
5122024-10-18T03:11:46.703Z Downloaded arc-swap v1.7.1
5132024-10-18T03:11:46.706Z Downloaded num_threads v0.1.7
5142024-10-18T03:11:46.709Z Downloaded match_cfg v0.1.0
5152024-10-18T03:11:46.711Z Downloaded tokio-rustls v0.24.1
5162024-10-18T03:11:46.715Z Downloaded typify v0.2.0
5172024-10-18T03:11:46.721Z Downloaded hex v0.4.3
5182024-10-18T03:11:46.721Z Downloaded itoa v1.0.11
5192024-10-18T03:11:46.728Z Downloaded tokio-rustls v0.26.0
5202024-10-18T03:11:46.728Z Downloaded static_assertions v1.1.0
5212024-10-18T03:11:46.729Z Downloaded is-terminal v0.4.13
5222024-10-18T03:11:46.735Z Downloaded serde_with_macros v3.9.0
5232024-10-18T03:11:46.743Z Downloaded take_mut v0.2.2
5242024-10-18T03:11:46.746Z Downloaded zone_cfg_derive v0.3.0
5252024-10-18T03:11:46.746Z Downloaded tiny-keccak v2.0.2
5262024-10-18T03:11:46.749Z Downloaded num_enum v0.5.11
5272024-10-18T03:11:46.752Z Downloaded sync_wrapper v1.0.1
5282024-10-18T03:11:46.755Z Downloaded base64 v0.21.7
5292024-10-18T03:11:46.758Z Downloaded openssl-sys v0.9.103
5302024-10-18T03:11:46.763Z Downloaded humantime v2.1.0
5312024-10-18T03:11:46.766Z Downloaded newtype-uuid v1.1.0
5322024-10-18T03:11:46.776Z Downloaded hubpack_derive v0.1.1
5332024-10-18T03:11:46.776Z Downloaded terminal_size v0.3.0
5342024-10-18T03:11:46.776Z Downloaded typenum v1.17.0
5352024-10-18T03:11:46.780Z Downloaded num_enum_derive v0.7.3
5362024-10-18T03:11:46.780Z Downloaded num_enum_derive v0.5.11
5372024-10-18T03:11:46.780Z Downloaded parking_lot v0.11.2
5382024-10-18T03:11:46.780Z Downloaded smartstring v1.0.1
5392024-10-18T03:11:46.782Z Downloaded ipnet v2.10.0
5402024-10-18T03:11:46.782Z Downloaded num_enum v0.7.3
5412024-10-18T03:11:46.787Z Downloaded schemars v0.8.21
5422024-10-18T03:11:46.800Z Downloaded typify-macro v0.2.0
5432024-10-18T03:11:46.803Z Downloaded stable_deref_trait v1.2.0
5442024-10-18T03:11:46.805Z Downloaded generic-array v0.14.7
5452024-10-18T03:11:46.805Z Downloaded lazy_static v1.5.0
5462024-10-18T03:11:46.805Z Downloaded slog-stdlog v4.1.1
5472024-10-18T03:11:46.808Z Downloaded macaddr v1.0.1
5482024-10-18T03:11:46.810Z Downloaded tabwriter v1.4.0
5492024-10-18T03:11:46.810Z Downloaded managed v0.8.0
5502024-10-18T03:11:46.813Z Downloaded lock_api v0.4.12
5512024-10-18T03:11:46.813Z Downloaded hyper-rustls v0.24.2
5522024-10-18T03:11:46.816Z Downloaded http-body v0.4.6
5532024-10-18T03:11:46.819Z Downloaded term v0.7.0
5542024-10-18T03:11:46.821Z Downloaded httparse v1.9.4
5552024-10-18T03:11:46.825Z Downloaded parking_lot_core v0.8.6
5562024-10-18T03:11:46.827Z Downloaded minimal-lexical v0.2.1
5572024-10-18T03:11:46.832Z Downloaded num-traits v0.2.19
5582024-10-18T03:11:46.835Z Downloaded crossbeam-channel v0.5.13
5592024-10-18T03:11:46.840Z Downloaded smallvec v1.13.2
5602024-10-18T03:11:46.843Z Downloaded uuid v1.10.0
5612024-10-18T03:11:46.846Z Downloaded hyper-rustls v0.27.3
5622024-10-18T03:11:46.852Z Downloaded tracing-attributes v0.1.27
5632024-10-18T03:11:46.855Z Downloaded spin v0.9.8
5642024-10-18T03:11:46.855Z Downloaded getrandom v0.2.15
5652024-10-18T03:11:46.858Z Downloaded indexmap v2.5.0
5662024-10-18T03:11:46.864Z Downloaded parking_lot v0.12.3
5672024-10-18T03:11:46.867Z Downloaded highway v1.2.0
5682024-10-18T03:11:46.870Z Downloaded unsafe-libyaml v0.2.11
5692024-10-18T03:11:46.874Z Downloaded hyper-util v0.1.9
5702024-10-18T03:11:46.879Z Downloaded socket2 v0.5.7
5712024-10-18T03:11:46.882Z Downloaded unicode-ident v1.0.13
5722024-10-18T03:11:46.885Z Downloaded unicode-bidi v0.3.15
5732024-10-18T03:11:46.889Z Downloaded half v2.4.1
5742024-10-18T03:11:46.893Z Downloaded ucd-trie v0.1.6
5752024-10-18T03:11:46.898Z Downloaded clap_builder v4.5.18
5762024-10-18T03:11:46.903Z Downloaded log v0.4.22
5772024-10-18T03:11:46.906Z Downloaded hashbrown v0.12.3
5782024-10-18T03:11:46.911Z Downloaded aho-corasick v1.1.3
5792024-10-18T03:11:46.917Z Downloaded tracing-core v0.1.32
5802024-10-18T03:11:46.921Z Downloaded tracing v0.1.40
5812024-10-18T03:11:46.926Z Downloaded mio v1.0.2
5822024-10-18T03:11:46.932Z Downloaded tokio-util v0.7.12
5832024-10-18T03:11:46.940Z Downloaded toml_edit v0.19.15
5842024-10-18T03:11:46.958Z Downloaded http v1.1.0
5852024-10-18T03:11:46.962Z Downloaded itertools v0.10.5
5862024-10-18T03:11:46.969Z Downloaded unicode-segmentation v1.12.0
5872024-10-18T03:11:46.972Z Downloaded hashbrown v0.14.5
5882024-10-18T03:11:46.983Z Downloaded hickory-resolver v0.24.1
5892024-10-18T03:11:46.987Z Downloaded libm v0.2.8
5902024-10-18T03:11:46.992Z Downloaded winnow v0.5.40
5912024-10-18T03:11:47.001Z Downloaded hyper v0.14.30
5922024-10-18T03:11:47.010Z Downloaded winnow v0.6.18
5932024-10-18T03:11:47.020Z Downloaded zerocopy v0.7.35
5942024-10-18T03:11:47.037Z Downloaded unicode-normalization v0.1.24
5952024-10-18T03:11:47.041Z Downloaded itertools v0.13.0
5962024-10-18T03:11:47.049Z Downloaded reqwest v0.12.8
5972024-10-18T03:11:47.060Z Downloaded rustls-webpki v0.101.7
5982024-10-18T03:11:47.074Z Downloaded vcpkg v0.2.15
5992024-10-18T03:11:47.115Z Downloaded syn v1.0.109
6002024-10-18T03:11:47.126Z Downloaded h2 v0.4.6
6012024-10-18T03:11:47.134Z Downloaded syn v2.0.77
6022024-10-18T03:11:47.148Z Downloaded goblin v0.8.2
6032024-10-18T03:11:47.154Z Downloaded hickory-proto v0.24.1
6042024-10-18T03:11:47.169Z Downloaded rustls v0.21.12
6052024-10-18T03:11:47.181Z Downloaded regex v1.10.6
6062024-10-18T03:11:47.196Z Downloaded openapiv3 v2.0.0
6072024-10-18T03:11:47.207Z Downloaded idna v0.5.0
6082024-10-18T03:11:47.215Z Downloaded webpki-roots v0.25.4
6092024-10-18T03:11:47.219Z Downloaded idna v0.4.0
6102024-10-18T03:11:47.227Z Downloaded unicode-width v0.1.14
6112024-10-18T03:11:47.233Z Downloaded webpki-roots v0.26.6
6122024-10-18T03:11:47.237Z Downloaded rustls v0.23.13
6132024-10-18T03:11:47.250Z Downloaded typify-impl v0.2.0
6142024-10-18T03:11:47.266Z Downloaded rustls v0.22.4
6152024-10-18T03:11:47.279Z Downloaded rhai v1.19.0
6162024-10-18T03:11:47.292Z Downloaded rustix v0.38.37
6172024-10-18T03:11:47.316Z Downloaded zerocopy-derive v0.6.6
6182024-10-18T03:11:47.326Z Downloaded sled v0.34.7
6192024-10-18T03:11:47.337Z Downloaded regress v0.10.1
6202024-10-18T03:11:47.346Z Downloaded regex-syntax v0.8.4
6212024-10-18T03:11:47.354Z Downloaded smoltcp v0.11.0
6222024-10-18T03:11:47.367Z Downloaded regress v0.9.1
6232024-10-18T03:11:47.376Z Downloaded quinn-proto v0.11.8
6242024-10-18T03:11:47.383Z Downloaded regex-automata v0.4.7
6252024-10-18T03:11:47.399Z Downloaded h2 v0.3.26
6262024-10-18T03:11:47.406Z Downloaded dropshot v0.12.0
6272024-10-18T03:11:47.426Z Downloaded openssl v0.10.66
6282024-10-18T03:11:47.435Z Downloaded rustls-webpki v0.102.8
6292024-10-18T03:11:47.454Z Downloaded chrono v0.4.38
6302024-10-18T03:11:47.461Z Downloaded reqwest v0.11.27
6312024-10-18T03:11:47.469Z Downloaded libc v0.2.161
6322024-10-18T03:11:47.496Z Downloaded tokio v1.40.0
6332024-10-18T03:11:47.535Z Downloaded futures-util v0.3.30
6342024-10-18T03:11:47.546Z Downloaded time v0.3.36
6352024-10-18T03:11:47.553Z Downloaded nom v7.1.3
6362024-10-18T03:11:47.559Z Downloaded petgraph v0.6.5
6372024-10-18T03:11:47.576Z Downloaded toml_edit v0.22.21
6382024-10-18T03:11:47.597Z Downloaded memchr v2.7.4
6392024-10-18T03:11:47.602Z Downloaded itertools v0.12.1
6402024-10-18T03:11:47.609Z Downloaded hyper v1.4.1
6412024-10-18T03:11:47.616Z Downloaded url v2.5.2
6422024-10-18T03:11:47.621Z Downloaded serde_with v3.9.0
6432024-10-18T03:11:47.627Z Downloaded serde_json v1.0.128
6442024-10-18T03:11:47.635Z Downloaded slog-term v2.9.1
6452024-10-18T03:11:47.638Z Downloaded hash32 v0.3.1
6462024-10-18T03:11:47.640Z Downloaded steno v0.4.1
6472024-10-18T03:11:47.643Z Downloaded http v0.2.12
6482024-10-18T03:11:47.646Z Downloaded zerocopy v0.6.6
6492024-10-18T03:11:47.648Z Downloaded heapless v0.8.0
6502024-10-18T03:11:47.652Z Downloaded time-macros v0.2.18
6512024-10-18T03:11:47.655Z Downloaded thread-id v4.2.2
6522024-10-18T03:11:47.657Z Downloaded whoami v1.5.2
6532024-10-18T03:11:47.657Z Downloaded num-rational v0.4.2
6542024-10-18T03:11:47.660Z Downloaded slog v2.7.0
6552024-10-18T03:11:47.662Z Downloaded serde_derive_internals v0.29.1
6562024-10-18T03:11:47.664Z Downloaded derive-where v1.2.7
6572024-10-18T03:11:47.667Z Downloaded try-lock v0.2.5
6582024-10-18T03:11:47.667Z Downloaded hostname v0.4.0
6592024-10-18T03:11:47.670Z Downloaded thiserror-impl v1.0.64
6602024-10-18T03:11:47.670Z Downloaded smf v0.2.3
6612024-10-18T03:11:47.672Z Downloaded cc v1.1.21
6622024-10-18T03:11:47.675Z Downloaded version_check v0.9.5
6632024-10-18T03:11:47.678Z Downloaded encoding_rs v0.8.34
6642024-10-18T03:11:47.696Z Downloaded usdt v0.5.0
6652024-10-18T03:11:47.700Z Downloaded untrusted v0.9.0
6662024-10-18T03:11:47.700Z Downloaded strum_macros v0.25.3
6672024-10-18T03:11:47.702Z Downloaded strum_macros v0.26.4
6682024-10-18T03:11:47.705Z Downloaded num-complex v0.4.6
6692024-10-18T03:11:47.705Z Downloaded toml v0.8.19
6702024-10-18T03:11:47.707Z Downloaded progenitor-impl v0.8.0
6712024-10-18T03:11:47.710Z Downloaded ipnetwork v0.20.0
6722024-10-18T03:11:47.712Z Downloaded native-tls v0.2.12
6732024-10-18T03:11:47.714Z Downloaded pest_meta v2.7.13
6742024-10-18T03:11:47.717Z Downloaded tokio-rustls v0.25.0
6752024-10-18T03:11:47.717Z Downloaded zerocopy-derive v0.7.35
6762024-10-18T03:11:47.721Z Downloaded bytes v1.7.2
6772024-10-18T03:11:47.724Z Downloaded tempfile v3.12.0
6782024-10-18T03:11:47.726Z Downloaded heck v0.5.0
6792024-10-18T03:11:47.729Z Downloaded linear-map v1.2.0
6802024-10-18T03:11:47.731Z Downloaded tinyvec v1.8.0
6812024-10-18T03:11:47.735Z Downloaded structmeta-derive v0.3.0
6822024-10-18T03:11:47.735Z Downloaded clap v4.5.18
6832024-10-18T03:11:47.743Z Downloaded iana-time-zone v0.1.61
6842024-10-18T03:11:47.746Z Downloaded usdt-impl v0.5.0
6852024-10-18T03:11:47.746Z Downloaded hubpack v0.1.2
6862024-10-18T03:11:47.752Z Downloaded serde v1.0.210
6872024-10-18T03:11:47.758Z Downloaded pin-project-lite v0.2.14
6882024-10-18T03:11:47.758Z Downloaded hyper-tls v0.5.0
6892024-10-18T03:11:47.763Z Downloaded hostname v0.3.1
6902024-10-18T03:11:47.763Z Downloaded semver v1.0.23
6912024-10-18T03:11:47.763Z Downloaded futures-core v0.3.30
6922024-10-18T03:11:47.763Z Downloaded futures v0.3.30
6932024-10-18T03:11:47.766Z Downloaded pest_derive v2.7.13
6942024-10-18T03:11:47.770Z Downloaded mime v0.3.17
6952024-10-18T03:11:47.770Z Downloaded libsw v3.3.1
6962024-10-18T03:11:47.772Z Downloaded slab v0.4.9
6972024-10-18T03:11:47.772Z Downloaded sct v0.7.1
6982024-10-18T03:11:47.775Z Downloaded scroll v0.12.0
6992024-10-18T03:11:47.778Z Downloaded serde_spanned v0.6.7
7002024-10-18T03:11:47.778Z Downloaded rustversion v1.0.17
7012024-10-18T03:11:47.780Z Downloaded rustc-hash v2.0.0
7022024-10-18T03:11:47.780Z Downloaded progenitor v0.8.0
7032024-10-18T03:11:47.782Z Downloaded rand v0.8.5
7042024-10-18T03:11:47.785Z Downloaded quinn v0.11.5
7052024-10-18T03:11:47.788Z Downloaded newtype_derive v0.1.6
7062024-10-18T03:11:47.791Z Downloaded fxhash v0.2.1
7072024-10-18T03:11:47.791Z Downloaded num-iter v0.1.45
7082024-10-18T03:11:47.793Z Downloaded heck v0.4.1
7092024-10-18T03:11:47.793Z Downloaded zeroize v1.8.1
7102024-10-18T03:11:47.793Z Downloaded proc-macro-crate v3.2.0
7112024-10-18T03:11:47.796Z Downloaded quick-error v1.2.3
7122024-10-18T03:11:47.796Z Downloaded scopeguard v1.2.0
7132024-10-18T03:11:47.799Z Downloaded num-derive v0.4.2
7142024-10-18T03:11:47.799Z Downloaded rustls-pemfile v1.0.4
7152024-10-18T03:11:47.803Z Downloaded lru-cache v0.1.2
7162024-10-18T03:11:47.803Z Downloaded indent_write v2.2.0
7172024-10-18T03:11:47.806Z Downloaded httpdate v1.0.3
7182024-10-18T03:11:47.806Z Downloaded rustls-pemfile v2.1.3
7192024-10-18T03:11:47.806Z Downloaded pkg-config v0.3.31
7202024-10-18T03:11:47.809Z Downloaded expectorate v1.1.0
7212024-10-18T03:11:47.811Z Downloaded colored v2.1.0
7222024-10-18T03:11:47.811Z Downloaded clap_derive v4.5.18
7232024-10-18T03:11:47.814Z Downloaded newline-converter v0.3.0
7242024-10-18T03:11:47.814Z Downloaded instant v0.1.13
7252024-10-18T03:11:47.816Z Downloaded num-integer v0.1.46
7262024-10-18T03:11:47.816Z Downloaded slog-bunyan v2.5.0
7272024-10-18T03:11:47.819Z Downloaded num-derive v0.3.3
7282024-10-18T03:11:47.819Z Downloaded memmap v0.7.0
7292024-10-18T03:11:47.821Z Downloaded sigpipe v0.1.3
7302024-10-18T03:11:47.821Z Downloaded serde-big-array v0.5.1
7312024-10-18T03:11:47.824Z Downloaded futures-io v0.3.30
7322024-10-18T03:11:47.824Z Downloaded errno v0.3.9
7332024-10-18T03:11:47.827Z Downloaded embedded-io v0.6.1
7342024-10-18T03:11:47.827Z Downloaded either v1.13.0
7352024-10-18T03:11:47.827Z Downloaded convert_case v0.4.0
7362024-10-18T03:11:47.829Z Downloaded fastrand v2.1.1
7372024-10-18T03:11:47.829Z Downloaded enum-as-inner v0.6.1
7382024-10-18T03:11:47.832Z Downloaded dirs-sys-next v0.1.2
7392024-10-18T03:11:47.832Z Downloaded darling v0.20.10
7402024-10-18T03:11:47.836Z Downloaded cpufeatures v0.2.14
7412024-10-18T03:11:47.839Z Downloaded usdt-attr-macro v0.5.0
7422024-10-18T03:11:47.839Z Downloaded tinyvec_macros v0.1.1
7432024-10-18T03:11:47.839Z Downloaded strsim v0.11.1
7442024-10-18T03:11:47.842Z Downloaded serde_derive v1.0.210
7452024-10-18T03:11:47.842Z Downloaded float-ord v0.3.2
7462024-10-18T03:11:47.845Z Downloaded digest v0.10.7
7472024-10-18T03:11:47.845Z Downloaded pretty-hex v0.2.1
7482024-10-18T03:11:47.845Z Downloaded base64ct v1.6.0
7492024-10-18T03:11:47.848Z Downloaded bitflags v2.6.0
7502024-10-18T03:11:47.851Z Downloaded base64 v0.22.1
7512024-10-18T03:11:47.855Z Downloaded password-hash v0.5.0
7522024-10-18T03:11:47.857Z Downloaded parking_lot_core v0.9.10
7532024-10-18T03:11:47.860Z Downloaded anstyle-query v1.1.1
7542024-10-18T03:11:47.866Z Downloaded anstyle v1.0.8
7552024-10-18T03:11:47.866Z Downloaded foreign-types-shared v0.3.1
7562024-10-18T03:11:47.866Z Downloaded debug-ignore v1.0.5
7572024-10-18T03:11:47.869Z Downloaded crunchy v0.2.2
7582024-10-18T03:11:47.869Z Downloaded camino-tempfile v1.1.1
7592024-10-18T03:11:47.869Z Downloaded block-buffer v0.10.4
7602024-10-18T03:11:47.869Z Downloaded dtrace-parser v0.2.0
7612024-10-18T03:11:47.869Z Downloaded darling_macro v0.20.10
7622024-10-18T03:11:47.869Z Downloaded slog-dtrace v0.3.0
7632024-10-18T03:11:47.869Z Downloaded signal-hook-registry v1.4.2
7642024-10-18T03:11:47.872Z Downloaded rustc_version v0.1.7
7652024-10-18T03:11:47.872Z Downloaded pin-utils v0.1.0
7662024-10-18T03:11:47.874Z Downloaded darling_core v0.20.10
7672024-10-18T03:11:47.877Z Downloaded const-random v0.1.18
7682024-10-18T03:11:47.879Z Downloaded quinn-udp v0.5.5
7692024-10-18T03:11:47.879Z Downloaded plain v0.2.3
7702024-10-18T03:11:47.882Z Downloaded defmt-parser v0.3.4
7712024-10-18T03:11:47.882Z Downloaded crossbeam-epoch v0.9.18
7722024-10-18T03:11:47.884Z Downloaded crc32fast v1.4.2
7732024-10-18T03:11:47.887Z Downloaded cookie v0.18.1
7742024-10-18T03:11:47.889Z Downloaded progenitor-macro v0.8.0
7752024-10-18T03:11:47.889Z Downloaded parse-display v0.10.0
7762024-10-18T03:11:47.889Z Downloaded dropshot_endpoint v0.12.0
7772024-10-18T03:11:47.892Z Downloaded dof v0.3.0
7782024-10-18T03:11:47.898Z Downloaded futures-executor v0.3.30
7792024-10-18T03:11:47.898Z Downloaded async-trait v0.1.83
7802024-10-18T03:11:47.900Z Downloaded cancel-safe-futures v0.1.5
7812024-10-18T03:11:47.900Z Downloaded cfg-if v1.0.0
7822024-10-18T03:11:47.903Z Downloaded embedded-io v0.4.0
7832024-10-18T03:11:47.903Z Downloaded crucible-workspace-hack v0.1.0
7842024-10-18T03:11:47.903Z Downloaded crypto-common v0.1.6
7852024-10-18T03:11:47.905Z Downloaded ciborium-ll v0.2.2
7862024-10-18T03:11:47.910Z Downloaded colorchoice v1.0.2
7872024-10-18T03:11:47.910Z Downloaded clap_lex v0.7.2
7882024-10-18T03:11:47.914Z Downloaded backoff v0.4.0
7892024-10-18T03:11:47.914Z Downloaded anstyle-parse v0.2.5
7902024-10-18T03:11:47.980Z Downloaded ring v0.17.8
7912024-10-18T03:11:48.331Z Compiling proc-macro2 v1.0.86
7922024-10-18T03:11:48.331Z Compiling unicode-ident v1.0.13
7932024-10-18T03:11:48.334Z Compiling libc v0.2.161
7942024-10-18T03:11:48.334Z Compiling serde v1.0.210
7952024-10-18T03:11:48.334Z Compiling autocfg v1.3.0
7962024-10-18T03:11:48.334Z Compiling version_check v0.9.5
7972024-10-18T03:11:48.334Z Compiling cfg-if v1.0.0
7982024-10-18T03:11:48.507Z Compiling once_cell v1.19.0
7992024-10-18T03:11:48.526Z Compiling libm v0.2.8
8002024-10-18T03:11:48.576Z Compiling memchr v2.7.4
8012024-10-18T03:11:48.965Z Compiling parking_lot_core v0.9.10
8022024-10-18T03:11:49.008Z Compiling lock_api v0.4.12
8032024-10-18T03:11:49.632Z Compiling byteorder v1.5.0
8042024-10-18T03:11:49.771Z Compiling shlex v1.3.0
8052024-10-18T03:11:49.807Z Compiling thiserror v1.0.64
8062024-10-18T03:11:50.117Z Compiling cc v1.1.21
8072024-10-18T03:11:50.150Z Compiling itoa v1.0.11
8082024-10-18T03:11:50.421Z Compiling slab v0.4.9
8092024-10-18T03:11:50.546Z Compiling schemars v0.8.21
8102024-10-18T03:11:50.802Z Compiling ahash v0.8.11
8112024-10-18T03:11:50.901Z Compiling quote v1.0.37
8122024-10-18T03:11:50.950Z Compiling getrandom v0.2.15
8132024-10-18T03:11:51.246Z Compiling allocator-api2 v0.2.18
8142024-10-18T03:11:51.284Z Compiling syn v2.0.77
8152024-10-18T03:11:51.562Z Compiling num-traits v0.2.19
8162024-10-18T03:11:51.565Z Compiling ryu v1.0.18
8172024-10-18T03:11:51.615Z Compiling serde_json v1.0.128
8182024-10-18T03:11:51.974Z Compiling pin-project-lite v0.2.14
8192024-10-18T03:11:52.105Z Compiling equivalent v1.0.1
8202024-10-18T03:11:52.126Z Compiling scopeguard v1.2.0
8212024-10-18T03:11:52.179Z Compiling log v0.4.22
8222024-10-18T03:11:52.283Z Compiling heck v0.5.0
8232024-10-18T03:11:52.317Z Compiling fnv v1.0.7
8242024-10-18T03:11:52.466Z Compiling pkg-config v0.3.31
8252024-10-18T03:11:52.715Z Compiling vcpkg v0.2.15
8262024-10-18T03:11:52.762Z Compiling crunchy v0.2.2
8272024-10-18T03:11:53.089Z Compiling ring v0.17.8
8282024-10-18T03:11:53.277Z Compiling mio v1.0.2
8292024-10-18T03:11:53.685Z Compiling socket2 v0.5.7
8302024-10-18T03:11:54.139Z Compiling signal-hook-registry v1.4.2
8312024-10-18T03:11:54.221Z Compiling tiny-keccak v2.0.2
8322024-10-18T03:11:54.306Z Compiling slog v2.7.0
8332024-10-18T03:11:54.396Z Compiling openssl-sys v0.9.103
8342024-10-18T03:11:54.581Z Compiling httparse v1.9.4
8352024-10-18T03:11:54.979Z Compiling iana-time-zone v0.1.61
8362024-10-18T03:11:55.394Z Compiling const-random-macro v0.1.16
8372024-10-18T03:11:55.449Z Compiling futures-core v0.3.30
8382024-10-18T03:11:55.598Z Compiling dyn-clone v1.0.17
8392024-10-18T03:11:55.636Z Compiling openssl v0.10.66
8402024-10-18T03:11:55.694Z Compiling futures-sink v0.3.30
8412024-10-18T03:11:56.116Z Compiling typenum v1.17.0
8422024-10-18T03:11:56.135Z Compiling rustls v0.23.13
8432024-10-18T03:11:56.283Z Compiling const-random v0.1.18
8442024-10-18T03:11:56.333Z Compiling semver v1.0.23
8452024-10-18T03:11:56.365Z Compiling native-tls v0.2.12
8462024-10-18T03:11:56.389Z Compiling futures-channel v0.3.30
8472024-10-18T03:11:56.443Z Compiling pin-utils v0.1.0
8482024-10-18T03:11:56.462Z Compiling futures-io v0.3.30
8492024-10-18T03:11:56.544Z Compiling futures-task v0.3.30
8502024-10-18T03:11:56.703Z Compiling generic-array v0.14.7
8512024-10-18T03:11:56.804Z Compiling tracing-core v0.1.32
8522024-10-18T03:11:56.825Z Compiling bitflags v2.6.0
8532024-10-18T03:11:56.859Z Compiling subtle v2.6.1
8542024-10-18T03:11:56.884Z Compiling ucd-trie v0.1.6
8552024-10-18T03:11:56.931Z Compiling aho-corasick v1.1.3
8562024-10-18T03:11:57.063Z Compiling regex-syntax v0.8.4
8572024-10-18T03:11:57.156Z Compiling anyhow v1.0.89
8582024-10-18T03:11:57.362Z Compiling num-conv v0.1.0
8592024-10-18T03:11:57.365Z Compiling time-core v0.1.2
8602024-10-18T03:11:57.639Z Compiling time-macros v0.2.18
8612024-10-18T03:11:58.020Z Compiling serde_derive_internals v0.29.1
8622024-10-18T03:11:58.699Z Compiling spin v0.9.8
8632024-10-18T03:11:58.957Z Compiling rustls-pki-types v1.8.0
8642024-10-18T03:12:00.152Z Compiling usdt-impl v0.5.0
8652024-10-18T03:12:00.187Z Compiling omicron-workspace-hack v0.1.0
8662024-10-18T03:12:00.398Z Compiling regex-automata v0.4.7
8672024-10-18T03:12:00.488Z Compiling untrusted v0.9.0
8682024-10-18T03:12:00.930Z Compiling strsim v0.11.1
8692024-10-18T03:12:00.987Z Compiling tinyvec_macros v0.1.1
8702024-10-18T03:12:01.086Z Compiling atomic-waker v1.1.2
8712024-10-18T03:12:01.292Z Compiling rustversion v1.0.17
8722024-10-18T03:12:01.612Z Compiling plain v0.2.3
8732024-10-18T03:12:01.777Z Compiling tinyvec v1.8.0
8742024-10-18T03:12:02.747Z Compiling rand_core v0.6.4
8752024-10-18T03:12:03.109Z Compiling pretty-hex v0.4.1
8762024-10-18T03:12:03.133Z Compiling serde_derive v1.0.210
8772024-10-18T03:12:03.212Z Compiling zerocopy-derive v0.7.35
8782024-10-18T03:12:03.317Z Compiling thiserror-impl v1.0.64
8792024-10-18T03:12:03.411Z Compiling tokio-macros v2.4.0
8802024-10-18T03:12:03.840Z Compiling schemars_derive v0.8.21
8812024-10-18T03:12:04.992Z Compiling futures-macro v0.3.30
8822024-10-18T03:12:05.279Z Compiling zerocopy v0.7.35
8832024-10-18T03:12:07.017Z Compiling openssl-macros v0.1.1
8842024-10-18T03:12:07.044Z Compiling futures-util v0.3.30
8852024-10-18T03:12:07.363Z Compiling hashbrown v0.14.5
8862024-10-18T03:12:07.876Z Compiling tracing-attributes v0.1.27
8872024-10-18T03:12:07.929Z Compiling scroll_derive v0.12.0
8882024-10-18T03:12:08.712Z Compiling regress v0.10.1
8892024-10-18T03:12:09.320Z Compiling pest v2.7.13
8902024-10-18T03:12:10.005Z Compiling regex v1.10.6
8912024-10-18T03:12:11.113Z Compiling tracing v0.1.40
8922024-10-18T03:12:11.796Z Compiling pest_meta v2.7.13
8932024-10-18T03:12:12.136Z Compiling scroll v0.12.0
8942024-10-18T03:12:12.675Z Compiling goblin v0.8.2
8952024-10-18T03:12:13.414Z Compiling pest_generator v2.7.13
8962024-10-18T03:12:13.840Z Compiling try-lock v0.2.5
8972024-10-18T03:12:14.016Z Compiling percent-encoding v2.3.1
8982024-10-18T03:12:14.521Z Compiling zeroize v1.8.1
8992024-10-18T03:12:15.135Z Compiling rustls-webpki v0.102.8
9002024-10-18T03:12:15.278Z Compiling unsafe-libyaml v0.2.11
9012024-10-18T03:12:15.870Z Compiling pest_derive v2.7.13
9022024-10-18T03:12:16.755Z Compiling dtrace-parser v0.2.0
9032024-10-18T03:12:17.017Z Compiling bytes v1.7.2
9042024-10-18T03:12:18.422Z Compiling smallvec v1.13.2
9052024-10-18T03:12:18.817Z Compiling indexmap v2.5.0
9062024-10-18T03:12:19.517Z Compiling parking_lot v0.12.3
9072024-10-18T03:12:19.799Z Compiling uuid v1.10.0
9082024-10-18T03:12:19.941Z Compiling tokio v1.40.0
9092024-10-18T03:12:20.298Z Compiling chrono v0.4.38
9102024-10-18T03:12:20.327Z Compiling serde_tokenstream v0.2.2
9112024-10-18T03:12:20.918Z Compiling http v1.1.0
9122024-10-18T03:12:24.486Z Compiling openapiv3 v2.0.0
9132024-10-18T03:12:24.525Z Compiling serde_yaml v0.9.34+deprecated
9142024-10-18T03:12:27.125Z Compiling typify-impl v0.2.0
9152024-10-18T03:12:27.980Z Compiling http-body v1.0.1
9162024-10-18T03:12:28.263Z Compiling ipnetwork v0.20.0
9172024-10-18T03:12:28.265Z Compiling dof v0.3.0
9182024-10-18T03:12:28.747Z Compiling form_urlencoded v1.2.1
9192024-10-18T03:12:28.774Z Compiling want v0.3.1
9202024-10-18T03:12:29.066Z Compiling unicode-normalization v0.1.24
9212024-10-18T03:12:29.994Z Compiling tokio-util v0.7.12
9222024-10-18T03:12:30.518Z Compiling thread-id v4.2.2
9232024-10-18T03:12:30.561Z Compiling rustls v0.22.4
9242024-10-18T03:12:30.637Z Compiling camino v1.1.9
9252024-10-18T03:12:30.894Z Compiling ident_case v1.0.1
9262024-10-18T03:12:31.084Z Compiling h2 v0.4.6
9272024-10-18T03:12:31.260Z Compiling httpdate v1.0.3
9282024-10-18T03:12:32.021Z Compiling foreign-types-shared v0.1.1
9292024-10-18T03:12:32.023Z Compiling unicode-bidi v0.3.15
9302024-10-18T03:12:32.165Z Compiling syn v1.0.109
9312024-10-18T03:12:32.308Z Compiling foreign-types v0.3.2
9322024-10-18T03:12:32.413Z Compiling darling_core v0.20.10
9332024-10-18T03:12:33.472Z Compiling ppv-lite86 v0.2.20
9342024-10-18T03:12:34.879Z Compiling slog-async v2.8.0
9352024-10-18T03:12:34.999Z Compiling tower-service v0.3.3
9362024-10-18T03:12:35.779Z Compiling rand_chacha v0.3.1
9372024-10-18T03:12:37.512Z Compiling hyper v1.4.1
9382024-10-18T03:12:38.482Z Compiling darling_macro v0.20.10
9392024-10-18T03:12:38.931Z Compiling typify-macro v0.2.0
9402024-10-18T03:12:39.559Z Compiling idna v0.5.0
9412024-10-18T03:12:42.946Z Compiling typify v0.2.0
9422024-10-18T03:12:43.091Z Compiling progenitor-impl v0.8.0
9432024-10-18T03:12:43.401Z Compiling hyper-util v0.1.9
9442024-10-18T03:12:45.604Z Compiling toml_datetime v0.6.8
9452024-10-18T03:12:47.524Z Compiling multer v3.1.0
9462024-10-18T03:12:47.891Z Compiling paste v1.0.15
9472024-10-18T03:12:48.046Z Compiling openssl-probe v0.1.5
9482024-10-18T03:12:49.693Z Compiling progenitor-macro v0.8.0
9492024-10-18T03:12:50.192Z Compiling url v2.5.2
9502024-10-18T03:12:50.666Z Compiling darling v0.20.10
9512024-10-18T03:12:50.793Z Compiling rand v0.8.5
9522024-10-18T03:12:51.697Z Compiling usdt-macro v0.5.0
9532024-10-18T03:12:53.229Z Compiling usdt-attr-macro v0.5.0
9542024-10-18T03:12:54.968Z Compiling http-body-util v0.1.2
9552024-10-18T03:12:55.581Z Compiling async-trait v0.1.83
9562024-10-18T03:12:57.314Z Compiling encoding_rs v0.8.34
9572024-10-18T03:12:57.530Z Compiling ipnet v2.10.0
9582024-10-18T03:12:58.043Z Compiling mime v0.3.17
9592024-10-18T03:12:59.111Z Compiling base64 v0.22.1
9602024-10-18T03:13:00.200Z Compiling rustls-pemfile v2.1.3
9612024-10-18T03:13:00.916Z Compiling tokio-rustls v0.26.0
9622024-10-18T03:13:03.446Z Compiling serde_with_macros v3.9.0
9632024-10-18T03:13:04.236Z Compiling tokio-native-tls v0.3.1
9642024-10-18T03:13:04.907Z Compiling strum_macros v0.26.4
9652024-10-18T03:13:04.980Z Compiling serde_urlencoded v0.7.1
9662024-10-18T03:13:05.685Z Compiling async-stream-impl v0.3.5
9672024-10-18T03:13:06.123Z Compiling structmeta-derive v0.3.0
9682024-10-18T03:13:07.043Z Compiling webpki-roots v0.26.6
9692024-10-18T03:13:07.278Z Compiling dropshot v0.12.0
9702024-10-18T03:13:07.716Z Compiling crossbeam-utils v0.8.20
9712024-10-18T03:13:08.303Z Compiling powerfmt v0.2.0
9722024-10-18T03:13:08.722Z Compiling structmeta v0.3.0
9732024-10-18T03:13:08.801Z Compiling deranged v0.3.11
9742024-10-18T03:13:09.131Z Compiling hyper-rustls v0.27.3
9752024-10-18T03:13:09.150Z Compiling hyper-tls v0.6.0
9762024-10-18T03:13:10.487Z Compiling sync_wrapper v1.0.1
9772024-10-18T03:13:11.447Z Compiling num_threads v0.1.7
9782024-10-18T03:13:12.451Z Compiling winnow v0.6.18
9792024-10-18T03:13:13.849Z Compiling time v0.3.36
9802024-10-18T03:13:14.650Z Compiling reqwest v0.12.8
9812024-10-18T03:13:16.824Z Compiling parse-display-derive v0.10.0
9822024-10-18T03:13:17.886Z Compiling block-buffer v0.10.4
9832024-10-18T03:13:18.139Z Compiling crypto-common v0.1.6
9842024-10-18T03:13:18.365Z Compiling dropshot_endpoint v0.12.0
9852024-10-18T03:13:20.601Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9862024-10-18T03:13:22.752Z Compiling digest v0.10.7
9872024-10-18T03:13:23.245Z Compiling progenitor-client v0.8.0
9882024-10-18T03:13:24.163Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9892024-10-18T03:13:26.040Z Compiling dirs-sys-next v0.1.2
9902024-10-18T03:13:26.313Z Compiling rustix v0.38.37
9912024-10-18T03:13:27.047Z Compiling lazy_static v1.5.0
9922024-10-18T03:13:27.078Z Compiling match_cfg v0.1.0
9932024-10-18T03:13:27.636Z Compiling hostname v0.3.1
9942024-10-18T03:13:28.044Z Compiling dirs-next v2.0.0
9952024-10-18T03:13:28.067Z Compiling progenitor v0.8.0
9962024-10-18T03:13:28.297Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9972024-10-18T03:13:29.648Z Compiling futures-executor v0.3.30
9982024-10-18T03:13:30.963Z Compiling errno v0.3.9
9992024-10-18T03:13:31.047Z Compiling thread_local v1.1.8
10002024-10-18T03:13:31.707Z Compiling instant v0.1.13
10012024-10-18T03:13:31.903Z Compiling cpufeatures v0.2.14
10022024-10-18T03:13:32.206Z Compiling unicode-width v0.1.14
10032024-10-18T03:13:34.896Z Compiling futures v0.3.30
10042024-10-18T03:13:36.355Z Compiling term v0.7.0
10052024-10-18T03:13:36.941Z Compiling crossbeam-channel v0.5.13
10062024-10-18T03:13:38.803Z Compiling serde_spanned v0.6.7
10072024-10-18T03:13:39.061Z Compiling memmap v0.7.0
10082024-10-18T03:13:39.289Z Compiling is-terminal v0.4.13
10092024-10-18T03:13:39.437Z Compiling take_mut v0.2.2
10102024-10-18T03:13:40.095Z Compiling slog-term v2.9.1
10112024-10-18T03:13:40.597Z Compiling usdt v0.5.0
10122024-10-18T03:13:41.724Z Compiling toml_edit v0.22.21
10132024-10-18T03:13:42.886Z Compiling slog-json v2.6.1
10142024-10-18T03:13:43.321Z Compiling strum v0.26.3
10152024-10-18T03:13:43.521Z Compiling serde_with v3.9.0
10162024-10-18T03:13:46.668Z Compiling debug-ignore v1.0.5
10172024-10-18T03:13:46.953Z Compiling heapless v0.8.0
10182024-10-18T03:13:47.974Z Compiling tokio-rustls v0.25.0
10192024-10-18T03:13:49.390Z Compiling toml v0.8.19
10202024-10-18T03:13:50.094Z Compiling slog-bunyan v2.5.0
10212024-10-18T03:13:50.366Z Compiling sha1 v0.10.6
10222024-10-18T03:13:51.250Z Compiling async-stream v0.3.5
10232024-10-18T03:13:51.550Z Compiling newtype-uuid v1.1.0
10242024-10-18T03:13:51.571Z Compiling serde_path_to_error v0.1.16
10252024-10-18T03:13:51.890Z Compiling hex v0.4.3
10262024-10-18T03:13:52.448Z Compiling waitgroup v0.1.2
10272024-10-18T03:13:52.624Z Compiling hostname v0.4.0
10282024-10-18T03:13:52.650Z Compiling hash32 v0.3.1
10292024-10-18T03:13:52.698Z Compiling stable_deref_trait v1.2.0
10302024-10-18T03:13:52.908Z Compiling smoltcp v0.11.0
10312024-10-18T03:13:55.555Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10322024-10-18T03:13:55.891Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10332024-10-18T03:13:56.297Z Compiling backoff v0.4.0
10342024-10-18T03:13:56.486Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10352024-10-18T03:13:56.669Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10362024-10-18T03:13:56.899Z Compiling parse-display v0.10.0
10372024-10-18T03:13:58.940Z Compiling macaddr v1.0.1
10382024-10-18T03:13:59.583Z Compiling regress v0.9.1
10392024-10-18T03:14:01.340Z Compiling clap_derive v4.5.18
10402024-10-18T03:14:03.599Z Compiling utf8parse v0.2.2
10412024-10-18T03:14:03.778Z Compiling bitflags v1.3.2
10422024-10-18T03:14:03.892Z Compiling cobs v0.2.3
10432024-10-18T03:14:04.006Z Compiling winnow v0.5.40
10442024-10-18T03:14:04.350Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10452024-10-18T03:14:05.380Z Compiling managed v0.8.0
10462024-10-18T03:14:06.202Z Compiling postcard v1.0.10
10472024-10-18T03:14:06.926Z Compiling anstyle-parse v0.2.5
10482024-10-18T03:14:07.343Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-10-18T03:14:08.021Z Compiling toml_edit v0.19.15
10502024-10-18T03:14:13.446Z Compiling anstyle v1.0.8
10512024-10-18T03:14:13.638Z Compiling is_terminal_polyfill v1.70.1
10522024-10-18T03:14:14.122Z Compiling colorchoice v1.0.2
10532024-10-18T03:14:14.305Z Compiling anstyle-query v1.1.1
10542024-10-18T03:14:14.467Z Compiling anstream v0.6.15
10552024-10-18T03:14:15.502Z Compiling proc-macro-crate v1.3.1
10562024-10-18T03:14:16.409Z Compiling terminal_size v0.3.0
10572024-10-18T03:14:16.610Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10582024-10-18T03:14:16.649Z Compiling clap_lex v0.7.2
10592024-10-18T03:14:16.979Z Compiling clap_builder v4.5.18
10602024-10-18T03:14:17.448Z Compiling num_enum_derive v0.5.11
10612024-10-18T03:14:18.500Z Compiling tabwriter v1.4.0
10622024-10-18T03:14:19.336Z Compiling foreign-types-macros v0.2.3
10632024-10-18T03:14:19.419Z Compiling num-integer v0.1.46
10642024-10-18T03:14:20.492Z Compiling foreign-types-shared v0.3.1
10652024-10-18T03:14:20.630Z Compiling num_enum v0.5.11
10662024-10-18T03:14:20.705Z Compiling foreign-types v0.5.0
10672024-10-18T03:14:21.189Z Compiling clap v4.5.18
10682024-10-18T03:14:21.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10692024-10-18T03:14:21.862Z Compiling cstr-argument v0.1.2
10702024-10-18T03:14:22.040Z Compiling proc-macro-error-attr v1.0.4
10712024-10-18T03:14:22.321Z Compiling either v1.13.0
10722024-10-18T03:14:22.386Z Compiling pretty-hex v0.2.1
10732024-10-18T03:14:22.612Z Compiling heck v0.4.1
10742024-10-18T03:14:22.775Z Compiling prettyplease v0.2.22
10752024-10-18T03:14:23.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10762024-10-18T03:14:23.499Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10772024-10-18T03:14:23.702Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10782024-10-18T03:14:24.999Z Compiling num-iter v0.1.45
10792024-10-18T03:14:25.029Z Compiling num-rational v0.4.2
10802024-10-18T03:14:25.578Z Compiling colored v2.1.0
10812024-10-18T03:14:27.160Z Compiling num-complex v0.4.6
10822024-10-18T03:14:27.809Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10832024-10-18T03:14:27.850Z Compiling proc-macro-error v1.0.4
10842024-10-18T03:14:28.387Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-10-18T03:14:28.390Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10862024-10-18T03:14:28.469Z Compiling fastrand v2.1.1
10872024-10-18T03:14:28.547Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10882024-10-18T03:14:28.644Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-10-18T03:14:28.929Z Compiling tempfile v3.12.0
10902024-10-18T03:14:30.720Z Compiling num v0.4.3
10912024-10-18T03:14:33.356Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-10-18T03:14:33.880Z Compiling float-ord v0.3.2
10932024-10-18T03:14:33.968Z Compiling crucible-workspace-hack v0.1.0
10942024-10-18T03:14:34.073Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10952024-10-18T03:14:41.773Z Compiling semver v0.1.20
10962024-10-18T03:14:42.135Z Compiling unicode-segmentation v1.12.0
10972024-10-18T03:14:42.245Z Compiling rustc_version v0.1.7
10982024-10-18T03:14:42.663Z Compiling zone_cfg_derive v0.3.0
10992024-10-18T03:14:42.823Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11002024-10-18T03:14:43.379Z Compiling newline-converter v0.3.0
11012024-10-18T03:14:43.686Z Compiling camino-tempfile v1.1.1
11022024-10-18T03:14:43.737Z Compiling itertools v0.10.5
11032024-10-18T03:14:44.124Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11042024-10-18T03:14:44.437Z Compiling console v0.15.8
11052024-10-18T03:14:44.623Z Compiling num-derive v0.4.2
11062024-10-18T03:14:45.675Z Compiling sigpipe v0.1.3
11072024-10-18T03:14:45.994Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11082024-10-18T03:14:46.347Z Compiling similar v2.6.0
11092024-10-18T03:14:47.001Z Compiling base64ct v1.6.0
11102024-10-18T03:14:47.060Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11112024-10-18T03:14:47.334Z Compiling expectorate v1.1.0
11122024-10-18T03:14:47.599Z Compiling password-hash v0.5.0
11132024-10-18T03:14:47.649Z Compiling zone v0.3.0
11142024-10-18T03:14:48.763Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-10-18T03:14:49.752Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-10-18T03:14:49.773Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11172024-10-18T03:14:50.975Z Compiling newtype_derive v0.1.6
11182024-10-18T03:14:51.365Z Compiling blake2 v0.10.6
11192024-10-18T03:14:52.027Z Compiling hubpack_derive v0.1.1
11202024-10-18T03:14:52.561Z Compiling smf v0.2.3
11212024-10-18T03:14:52.644Z Compiling zerocopy-derive v0.6.6
11222024-10-18T03:14:52.988Z Compiling owo-colors v4.1.0
11232024-10-18T03:14:53.008Z Compiling whoami v1.5.2
11242024-10-18T03:14:53.336Z Compiling cancel-safe-futures v0.1.5
11252024-10-18T03:14:53.514Z Compiling fixedbitset v0.4.2
11262024-10-18T03:14:53.897Z Compiling petgraph v0.6.5
11272024-10-18T03:14:54.568Z Compiling hubpack v0.1.2
11282024-10-18T03:14:54.714Z Compiling zerocopy v0.6.6
11292024-10-18T03:14:55.069Z Compiling argon2 v0.5.3
11302024-10-18T03:14:55.678Z Compiling strum_macros v0.25.3
11312024-10-18T03:14:57.516Z Compiling serde-big-array v0.5.1
11322024-10-18T03:14:57.770Z Compiling serde_repr v0.1.19
11332024-10-18T03:14:58.206Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11342024-10-18T03:14:58.552Z Compiling cookie v0.18.1
11352024-10-18T03:14:58.908Z Compiling static_assertions v1.1.0
11362024-10-18T03:14:59.000Z Compiling convert_case v0.4.0
11372024-10-18T03:14:59.094Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-10-18T03:14:59.429Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11392024-10-18T03:14:59.789Z Compiling derive_more v0.99.18
11402024-10-18T03:15:01.034Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-10-18T03:15:01.832Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-10-18T03:15:02.237Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-10-18T03:15:04.456Z Compiling atomicwrites v0.4.4
11442024-10-18T03:15:04.967Z Compiling itertools v0.13.0
11452024-10-18T03:15:06.565Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11462024-10-18T03:15:07.475Z Compiling idna v0.4.0
11472024-10-18T03:15:07.738Z Compiling libsw v3.3.1
11482024-10-18T03:15:08.085Z Compiling enum-as-inner v0.6.1
11492024-10-18T03:15:08.441Z Compiling derive-where v1.2.7
11502024-10-18T03:15:08.535Z Compiling linear-map v1.2.0
11512024-10-18T03:15:08.859Z Compiling swrite v0.1.0
11522024-10-18T03:15:08.989Z Compiling quick-error v1.2.3
11532024-10-18T03:15:09.010Z Compiling data-encoding v2.6.0
11542024-10-18T03:15:09.152Z Compiling indent_write v2.2.0
11552024-10-18T03:15:09.229Z Compiling linked-hash-map v0.5.6
11562024-10-18T03:15:09.416Z Compiling highway v1.2.0
11572024-10-18T03:15:09.663Z Compiling lru-cache v0.1.2
11582024-10-18T03:15:09.904Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-10-18T03:15:10.842Z Compiling hickory-proto v0.24.1
11602024-10-18T03:15:11.281Z Compiling resolv-conf v0.7.0
11612024-10-18T03:15:11.737Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-10-18T03:15:12.753Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-10-18T03:15:14.204Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-10-18T03:15:14.604Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-10-18T03:15:15.992Z Compiling steno v0.4.1
11662024-10-18T03:15:16.266Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-10-18T03:15:19.840Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11682024-10-18T03:15:20.223Z Compiling slog-dtrace v0.3.0
11692024-10-18T03:15:20.246Z Compiling parking_lot_core v0.8.6
11702024-10-18T03:15:20.572Z Compiling humantime v2.1.0
11712024-10-18T03:15:20.705Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11722024-10-18T03:15:20.881Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11732024-10-18T03:15:21.422Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-10-18T03:15:24.462Z Compiling hickory-resolver v0.24.1
11752024-10-18T03:15:24.498Z Compiling num-derive v0.3.3
11762024-10-18T03:15:24.675Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-10-18T03:15:24.722Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11782024-10-18T03:15:25.791Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11792024-10-18T03:15:25.994Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11802024-10-18T03:15:26.559Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11812024-10-18T03:15:27.011Z Compiling parking_lot v0.11.2
11822024-10-18T03:15:28.046Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-10-18T03:15:29.914Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11842024-10-18T03:15:30.943Z Compiling crossbeam-epoch v0.9.18
11852024-10-18T03:15:31.090Z Compiling fxhash v0.2.1
11862024-10-18T03:15:31.326Z Compiling crc32fast v1.4.2
11872024-10-18T03:15:31.845Z Compiling arc-swap v1.7.1
11882024-10-18T03:15:32.096Z Compiling crc8 v0.1.1
11892024-10-18T03:15:32.421Z Compiling slog-scope v4.4.0
11902024-10-18T03:15:32.524Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-10-18T03:15:33.162Z Compiling sled v0.34.7
11922024-10-18T03:15:37.021Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11932024-10-18T03:15:37.572Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11942024-10-18T03:15:38.113Z Compiling slog-stdlog v4.1.1
11952024-10-18T03:15:38.925Z Compiling slog-envlogger v2.2.0
11962024-10-18T03:15:40.894Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11972024-10-18T03:15:41.580Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11982024-10-18T03:15:52.527Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-10-18T03:15:54.910Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12002024-10-18T03:15:58.851Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12012024-10-18T03:16:26.791Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12022024-10-18T03:16:26.791Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12032024-10-18T03:16:34.064Z Finished `release` profile [optimized] target(s) in 5m 09s
12042024-10-18T03:16:34.384Z+ banner trio
12052024-10-18T03:16:34.387Z
12062024-10-18T03:16:34.387Z ##### ##### # ####
12072024-10-18T03:16:34.387Z # # # # # #
12082024-10-18T03:16:34.387Z # # # # # #
12092024-10-18T03:16:34.387Z # ##### # # #
12102024-10-18T03:16:34.387Z # # # # # #
12112024-10-18T03:16:34.387Z # # # # ####
12122024-10-18T03:16:34.387Z
12132024-10-18T03:16:34.387Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12142024-10-18T03:16:34.869Z Compiling cfg-if v1.0.0
12152024-10-18T03:16:34.870Z Compiling libc v0.2.161
12162024-10-18T03:16:34.870Z Compiling serde v1.0.210
12172024-10-18T03:16:34.872Z Compiling once_cell v1.19.0
12182024-10-18T03:16:34.872Z Compiling itoa v1.0.11
12192024-10-18T03:16:34.872Z Compiling byteorder v1.5.0
12202024-10-18T03:16:34.949Z Compiling syn v2.0.77
12212024-10-18T03:16:34.952Z Compiling bytes v1.7.2
12222024-10-18T03:16:34.996Z Compiling num-traits v0.2.19
12232024-10-18T03:16:35.160Z Compiling zerocopy v0.7.35
12242024-10-18T03:16:35.281Z Compiling pin-project-lite v0.2.14
12252024-10-18T03:16:35.329Z Compiling ahash v0.8.11
12262024-10-18T03:16:35.363Z Compiling memchr v2.7.4
12272024-10-18T03:16:35.382Z Compiling allocator-api2 v0.2.18
12282024-10-18T03:16:35.396Z Compiling scopeguard v1.2.0
12292024-10-18T03:16:35.521Z Compiling schemars v0.8.21
12302024-10-18T03:16:35.531Z Compiling smallvec v1.13.2
12312024-10-18T03:16:35.896Z Compiling lock_api v0.4.12
12322024-10-18T03:16:36.225Z Compiling fnv v1.0.7
12332024-10-18T03:16:36.349Z Compiling hashbrown v0.14.5
12342024-10-18T03:16:36.465Z Compiling log v0.4.22
12352024-10-18T03:16:36.467Z Compiling getrandom v0.2.15
12362024-10-18T03:16:36.473Z Compiling parking_lot_core v0.9.10
12372024-10-18T03:16:36.737Z Compiling socket2 v0.5.7
12382024-10-18T03:16:36.783Z Compiling mio v1.0.2
12392024-10-18T03:16:36.878Z Compiling parking_lot v0.12.3
12402024-10-18T03:16:37.314Z Compiling signal-hook-registry v1.4.2
12412024-10-18T03:16:37.426Z Compiling futures-core v0.3.30
12422024-10-18T03:16:37.753Z Compiling equivalent v1.0.1
12432024-10-18T03:16:37.867Z Compiling ryu v1.0.18
12442024-10-18T03:16:38.050Z Compiling tracing-core v0.1.32
12452024-10-18T03:16:38.384Z Compiling serde_json v1.0.128
12462024-10-18T03:16:38.412Z Compiling uuid v1.10.0
12472024-10-18T03:16:38.422Z Compiling regress v0.10.1
12482024-10-18T03:16:38.464Z Compiling spin v0.9.8
12492024-10-18T03:16:38.673Z Compiling futures-task v0.3.30
12502024-10-18T03:16:38.813Z Compiling untrusted v0.9.0
12512024-10-18T03:16:38.875Z Compiling futures-sink v0.3.30
12522024-10-18T03:16:38.948Z Compiling pin-utils v0.1.0
12532024-10-18T03:16:38.966Z Compiling ring v0.17.8
12542024-10-18T03:16:38.990Z Compiling slab v0.4.9
12552024-10-18T03:16:39.028Z Compiling futures-util v0.3.30
12562024-10-18T03:16:39.257Z Compiling try-lock v0.2.5
12572024-10-18T03:16:39.412Z Compiling want v0.3.1
12582024-10-18T03:16:39.687Z Compiling chrono v0.4.38
12592024-10-18T03:16:39.763Z Compiling httparse v1.9.4
12602024-10-18T03:16:40.419Z Compiling futures-channel v0.3.30
12612024-10-18T03:16:40.814Z Compiling tower-service v0.3.3
12622024-10-18T03:16:40.889Z Compiling foreign-types-shared v0.1.1
12632024-10-18T03:16:40.939Z Compiling dyn-clone v1.0.17
12642024-10-18T03:16:40.989Z Compiling foreign-types v0.3.2
12652024-10-18T03:16:41.077Z Compiling openssl-sys v0.9.103
12662024-10-18T03:16:41.495Z Compiling serde_derive_internals v0.29.1
12672024-10-18T03:16:41.712Z Compiling unicode-ident v1.0.13
12682024-10-18T03:16:41.910Z Compiling bitflags v2.6.0
12692024-10-18T03:16:42.087Z Compiling proc-macro2 v1.0.86
12702024-10-18T03:16:42.267Z Compiling http v1.1.0
12712024-10-18T03:16:42.522Z Compiling openssl-probe v0.1.5
12722024-10-18T03:16:43.046Z Compiling tinyvec_macros v0.1.1
12732024-10-18T03:16:43.115Z Compiling semver v1.0.23
12742024-10-18T03:16:43.138Z Compiling tinyvec v1.8.0
12752024-10-18T03:16:43.680Z Compiling quote v1.0.37
12762024-10-18T03:16:43.698Z Compiling percent-encoding v2.3.1
12772024-10-18T03:16:44.901Z Compiling unicode-normalization v0.1.24
12782024-10-18T03:16:45.528Z Compiling form_urlencoded v1.2.1
12792024-10-18T03:16:46.028Z Compiling aho-corasick v1.1.3
12802024-10-18T03:16:46.253Z Compiling http v0.2.12
12812024-10-18T03:16:46.537Z Compiling rustls-pki-types v1.8.0
12822024-10-18T03:16:46.913Z Compiling serde_derive v1.0.210
12832024-10-18T03:16:47.131Z Compiling zerocopy-derive v0.7.35
12842024-10-18T03:16:47.233Z Compiling thiserror-impl v1.0.64
12852024-10-18T03:16:47.535Z Compiling schemars_derive v0.8.21
12862024-10-18T03:16:47.817Z Compiling tokio-macros v2.4.0
12872024-10-18T03:16:49.434Z Compiling tokio v1.40.0
12882024-10-18T03:16:50.100Z Compiling tracing-attributes v0.1.27
12892024-10-18T03:16:50.295Z Compiling thiserror v1.0.64
12902024-10-18T03:16:50.579Z Compiling openssl-macros v0.1.1
12912024-10-18T03:16:50.589Z Compiling heck v0.5.0
12922024-10-18T03:16:50.969Z Compiling unicode-bidi v0.3.15
12932024-10-18T03:16:51.499Z Compiling openssl v0.10.66
12942024-10-18T03:16:53.134Z Compiling idna v0.5.0
12952024-10-18T03:16:53.513Z Compiling tracing v0.1.40
12962024-10-18T03:16:53.941Z Compiling regex-automata v0.4.7
12972024-10-18T03:16:54.176Z Compiling http-body v1.0.1
12982024-10-18T03:17:01.429Z Compiling indexmap v2.5.0
12992024-10-18T03:17:01.696Z Compiling tokio-util v0.7.12
13002024-10-18T03:17:04.842Z Compiling serde_tokenstream v0.2.2
13012024-10-18T03:17:05.715Z Compiling native-tls v0.2.12
13022024-10-18T03:17:06.546Z Compiling tokio-native-tls v0.3.1
13032024-10-18T03:17:06.839Z Compiling regex-syntax v0.8.4
13042024-10-18T03:17:06.852Z Compiling atomic-waker v1.1.2
13052024-10-18T03:17:07.045Z Compiling slog v2.7.0
13062024-10-18T03:17:07.626Z Compiling h2 v0.4.6
13072024-10-18T03:17:07.971Z Compiling typify-impl v0.2.0
13082024-10-18T03:17:08.984Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13092024-10-18T03:17:09.307Z Compiling openapiv3 v2.0.0
13102024-10-18T03:17:17.570Z Compiling serde_urlencoded v0.7.1
13112024-10-18T03:17:18.143Z Compiling regex v1.10.6
13122024-10-18T03:17:19.156Z Compiling url v2.5.2
13132024-10-18T03:17:19.868Z Compiling encoding_rs v0.8.34
13142024-10-18T03:17:20.948Z Compiling rustls v0.21.12
13152024-10-18T03:17:21.282Z Compiling ipnet v2.10.0
13162024-10-18T03:17:23.268Z Compiling mime v0.3.17
13172024-10-18T03:17:24.182Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13182024-10-18T03:17:24.360Z Compiling typify-macro v0.2.0
13192024-10-18T03:17:24.540Z Compiling hyper v1.4.1
13202024-10-18T03:17:25.678Z Compiling h2 v0.3.26
13212024-10-18T03:17:28.001Z Compiling http-body v0.4.6
13222024-10-18T03:17:28.161Z Compiling rustls-webpki v0.102.8
13232024-10-18T03:17:28.270Z Compiling rustls-webpki v0.101.7
13242024-10-18T03:17:28.533Z Compiling sct v0.7.1
13252024-10-18T03:17:28.989Z Compiling toml_datetime v0.6.8
13262024-10-18T03:17:29.385Z Compiling httpdate v1.0.3
13272024-10-18T03:17:30.143Z Compiling zeroize v1.8.1
13282024-10-18T03:17:30.490Z Compiling subtle v2.6.1
13292024-10-18T03:17:30.614Z Compiling serde_yaml v0.9.34+deprecated
13302024-10-18T03:17:30.755Z Compiling rustls v0.23.13
13312024-10-18T03:17:32.298Z Compiling hyper v0.14.30
13322024-10-18T03:17:32.760Z Compiling toml_edit v0.19.15
13332024-10-18T03:17:34.479Z Compiling hyper-util v0.1.9
13342024-10-18T03:17:40.330Z Compiling lazy_static v1.5.0
13352024-10-18T03:17:40.425Z Compiling tokio-rustls v0.24.1
13362024-10-18T03:17:40.870Z Compiling tokio-rustls v0.26.0
13372024-10-18T03:17:41.192Z Compiling proc-macro-crate v1.3.1
13382024-10-18T03:17:41.340Z Compiling http-body-util v0.1.2
13392024-10-18T03:17:41.903Z Compiling webpki-roots v0.26.6
13402024-10-18T03:17:42.033Z Compiling base64 v0.21.7
13412024-10-18T03:17:42.119Z Compiling base64 v0.22.1
13422024-10-18T03:17:42.608Z Compiling crossbeam-utils v0.8.20
13432024-10-18T03:17:42.624Z Compiling rustls-pemfile v1.0.4
13442024-10-18T03:17:43.130Z Compiling rustls-pemfile v2.1.3
13452024-10-18T03:17:43.214Z Compiling hyper-rustls v0.27.3
13462024-10-18T03:17:43.399Z Compiling num_enum_derive v0.5.11
13472024-10-18T03:17:43.894Z Compiling hyper-tls v0.6.0
13482024-10-18T03:17:44.002Z Compiling hyper-rustls v0.24.2
13492024-10-18T03:17:44.426Z Compiling hyper-tls v0.5.0
13502024-10-18T03:17:44.509Z Compiling typify v0.2.0
13512024-10-18T03:17:44.650Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-10-18T03:17:44.940Z Compiling ipnetwork v0.20.0
13532024-10-18T03:17:45.904Z Compiling ppv-lite86 v0.2.20
13542024-10-18T03:17:46.625Z Compiling foreign-types-macros v0.2.3
13552024-10-18T03:17:46.823Z Compiling sync_wrapper v1.0.1
13562024-10-18T03:17:46.974Z Compiling rand_core v0.6.4
13572024-10-18T03:17:47.445Z Compiling dirs-sys-next v0.1.2
13582024-10-18T03:17:47.849Z Compiling webpki-roots v0.25.4
13592024-10-18T03:17:47.971Z Compiling foreign-types-shared v0.3.1
13602024-10-18T03:17:48.016Z Compiling sync_wrapper v0.1.2
13612024-10-18T03:17:48.059Z Compiling powerfmt v0.2.0
13622024-10-18T03:17:48.095Z Compiling time-macros v0.2.18
13632024-10-18T03:17:48.150Z Compiling reqwest v0.11.27
13642024-10-18T03:17:48.500Z Compiling deranged v0.3.11
13652024-10-18T03:17:48.691Z Compiling foreign-types v0.5.0
13662024-10-18T03:17:48.940Z Compiling dirs-next v2.0.0
13672024-10-18T03:17:49.239Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13682024-10-18T03:17:50.833Z Compiling rand_chacha v0.3.1
13692024-10-18T03:17:51.096Z Compiling progenitor-impl v0.8.0
13702024-10-18T03:17:52.528Z Compiling reqwest v0.12.8
13712024-10-18T03:17:55.837Z Compiling num_enum v0.5.11
13722024-10-18T03:17:56.020Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-10-18T03:17:57.733Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-10-18T03:17:59.726Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-10-18T03:17:59.905Z Compiling cstr-argument v0.1.2
13762024-10-18T03:18:00.173Z Compiling thread_local v1.1.8
13772024-10-18T03:18:00.722Z Compiling time-core v0.1.2
13782024-10-18T03:18:00.893Z Compiling either v1.13.0
13792024-10-18T03:18:00.919Z Compiling pretty-hex v0.2.1
13802024-10-18T03:18:01.131Z Compiling arc-swap v1.7.1
13812024-10-18T03:18:01.366Z Compiling num-conv v0.1.0
13822024-10-18T03:18:01.632Z Compiling slog-scope v4.4.0
13832024-10-18T03:18:01.833Z Compiling time v0.3.36
13842024-10-18T03:18:02.546Z Compiling itertools v0.12.1
13852024-10-18T03:18:02.798Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13862024-10-18T03:18:03.179Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-10-18T03:18:04.661Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13882024-10-18T03:18:05.551Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13892024-10-18T03:18:05.724Z Compiling crossbeam-channel v0.5.13
13902024-10-18T03:18:06.398Z Compiling progenitor-macro v0.8.0
13912024-10-18T03:18:07.353Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-10-18T03:18:11.015Z Compiling progenitor-client v0.8.0
13932024-10-18T03:18:11.932Z Compiling rand v0.8.5
13942024-10-18T03:18:13.822Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13952024-10-18T03:18:15.527Z Compiling term v0.7.0
13962024-10-18T03:18:20.045Z Compiling anyhow v1.0.89
13972024-10-18T03:18:21.844Z Compiling colored v2.1.0
13982024-10-18T03:18:22.794Z Compiling is-terminal v0.4.13
13992024-10-18T03:18:22.929Z Compiling winnow v0.6.18
14002024-10-18T03:18:23.043Z Compiling take_mut v0.2.2
14012024-10-18T03:18:23.206Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14022024-10-18T03:18:23.557Z Compiling slog-async v2.8.0
14032024-10-18T03:18:26.656Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14042024-10-18T03:18:26.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-10-18T03:18:27.363Z Compiling slog-term v2.9.1
14062024-10-18T03:18:30.230Z Compiling progenitor v0.8.0
14072024-10-18T03:18:30.466Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14082024-10-18T03:18:34.226Z Compiling slog-stdlog v4.1.1
14092024-10-18T03:18:35.058Z Compiling slog-envlogger v2.2.0
14102024-10-18T03:18:36.095Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14112024-10-18T03:18:36.142Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14122024-10-18T03:18:50.108Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14132024-10-18T03:18:57.689Z Finished `release` profile [optimized] target(s) in 2m 23s
14142024-10-18T03:18:57.772Z Running unittests src/lib.rs (target/release/deps/mg_tests-f068807f57b322a8)
14152024-10-18T03:18:57.823Z
14162024-10-18T03:18:57.823Zrunning 1 test
14172024-10-18T03:18:57.956Zconfigure zone
14182024-10-18T03:18:58.095Zinstall zone
14192024-10-18T03:19:57.810Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14202024-10-18T03:21:41.760Zboot zone
14212024-10-18T03:21:42.617Zstart zone s1
14222024-10-18T03:21:42.617Zconfigure zone
14232024-10-18T03:21:42.626Zinstall zone
14242024-10-18T03:23:25.068Zboot zone
14252024-10-18T03:23:25.887Zstart zone s2
14262024-10-18T03:23:25.887Zconfigure zone
14272024-10-18T03:23:25.896Zinstall zone
14282024-10-18T03:24:57.797Zboot zone
14292024-10-18T03:24:58.555Zstart zone t1
14302024-10-18T03:24:58.555Zconfigure zone
14312024-10-18T03:24:58.565Zinstall zone
14322024-10-18T03:26:30.598Zboot zone
14332024-10-18T03:26:31.393Zwaiting for zones to come up
14342024-10-18T03:26:41.392Z[sidecar.trio] svcs milestone/network
14352024-10-18T03:26:41.508ZSTATE STIME FMRI
14362024-10-18T03:26:41.508Zonline 20:22:00 svc:/milestone/network:default
14372024-10-18T03:26:41.508Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14382024-10-18T03:26:41.556Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14392024-10-18T03:26:41.604Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14402024-10-18T03:26:41.650Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14412024-10-18T03:26:41.652Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14422024-10-18T03:26:41.673Z
14432024-10-18T03:26:41.673Zrunning zone s1.trio setup
14442024-10-18T03:26:41.673Z[s1.trio] svcs milestone/network
14452024-10-18T03:26:41.695ZSTATE STIME FMRI
14462024-10-18T03:26:41.695Zonline 20:23:44 svc:/milestone/network:default
14472024-10-18T03:26:41.695Z[s1.trio] dladm
14482024-10-18T03:26:41.715ZLINK CLASS MTU STATE BRIDGE OVER
14492024-10-18T03:26:41.715Zsl0 simnet 9000 up -- ?
14502024-10-18T03:26:41.715Zmg2 vnic 9000 up -- ?
14512024-10-18T03:26:41.715Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14522024-10-18T03:26:42.232Z
14532024-10-18T03:26:42.233Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14542024-10-18T03:26:42.268Z
14552024-10-18T03:26:42.268Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14562024-10-18T03:26:42.279Z
14572024-10-18T03:26:42.279Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14582024-10-18T03:26:42.372Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14592024-10-18T03:26:42.416Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14602024-10-18T03:26:42.509Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14612024-10-18T03:26:42.554Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14622024-10-18T03:26:42.576Z
14632024-10-18T03:26:42.576Zrunning zone s2.trio setup
14642024-10-18T03:26:42.576Z[s2.trio] svcs milestone/network
14652024-10-18T03:26:42.601ZSTATE STIME FMRI
14662024-10-18T03:26:42.601Zonline 20:25:17 svc:/milestone/network:default
14672024-10-18T03:26:42.601Z[s2.trio] dladm
14682024-10-18T03:26:42.622ZLINK CLASS MTU STATE BRIDGE OVER
14692024-10-18T03:26:42.622Zsl1 simnet 9000 up -- ?
14702024-10-18T03:26:42.622Zmg3 vnic 9000 up -- ?
14712024-10-18T03:26:42.622Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14722024-10-18T03:26:43.248Z
14732024-10-18T03:26:43.248Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14742024-10-18T03:26:43.274Z
14752024-10-18T03:26:43.274Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14762024-10-18T03:26:43.296Z
14772024-10-18T03:26:43.296Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14782024-10-18T03:26:43.341Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14792024-10-18T03:26:43.363Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
14802024-10-18T03:26:43.407Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
14812024-10-18T03:26:43.428Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
14822024-10-18T03:26:43.449Z
14832024-10-18T03:26:43.449Zrunning zone t1.trio setup
14842024-10-18T03:26:43.449Z[t1.trio] svcs milestone/network
14852024-10-18T03:26:43.472ZSTATE STIME FMRI
14862024-10-18T03:26:43.472Z- - svc:/milestone/network:default
14872024-10-18T03:26:44.472Z[t1.trio] svcs milestone/network
14882024-10-18T03:26:44.495ZSTATE STIME FMRI
14892024-10-18T03:26:44.495Z- - svc:/milestone/network:default
14902024-10-18T03:26:45.494Z[t1.trio] svcs milestone/network
14912024-10-18T03:26:45.517ZSTATE STIME FMRI
14922024-10-18T03:26:45.517Z- - svc:/milestone/network:default
14932024-10-18T03:26:46.517Z[t1.trio] svcs milestone/network
14942024-10-18T03:26:46.540ZSTATE STIME FMRI
14952024-10-18T03:26:46.540Z- - svc:/milestone/network:default
14962024-10-18T03:26:47.540Z[t1.trio] svcs milestone/network
14972024-10-18T03:26:47.562ZSTATE STIME FMRI
14982024-10-18T03:26:47.562Z- - svc:/milestone/network:default
14992024-10-18T03:26:48.562Z[t1.trio] svcs milestone/network
15002024-10-18T03:26:48.586ZSTATE STIME FMRI
15012024-10-18T03:26:48.586Z- - svc:/milestone/network:default
15022024-10-18T03:26:49.586Z[t1.trio] svcs milestone/network
15032024-10-18T03:26:49.608ZSTATE STIME FMRI
15042024-10-18T03:26:49.608Zoffline 20:26:49 svc:/milestone/network:default
15052024-10-18T03:26:50.608Z[t1.trio] svcs milestone/network
15062024-10-18T03:26:50.631ZSTATE STIME FMRI
15072024-10-18T03:26:50.631Zonline 20:26:49 svc:/milestone/network:default
15082024-10-18T03:26:50.631Z[t1.trio] dladm
15092024-10-18T03:26:50.654ZLINK CLASS MTU STATE BRIDGE OVER
15102024-10-18T03:26:50.654Ztfportrear0_0 simnet 9000 up -- ?
15112024-10-18T03:26:50.654Ztfportrear1_0 simnet 9000 up -- ?
15122024-10-18T03:26:50.654Zmg1 vnic 9000 up -- ?
15132024-10-18T03:26:50.654Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15142024-10-18T03:26:51.254Z
15152024-10-18T03:26:51.254Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15162024-10-18T03:26:51.279Z
15172024-10-18T03:26:51.279Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15182024-10-18T03:26:51.301Z
15192024-10-18T03:26:51.301Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15202024-10-18T03:26:51.321Z
15212024-10-18T03:26:51.321Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15222024-10-18T03:26:51.525Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15232024-10-18T03:26:51.532Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15242024-10-18T03:26:51.535Zwaiting 3s for copy of files to zone to complete ...
15252024-10-18T03:26:54.532Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15262024-10-18T03:26:54.570Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15272024-10-18T03:26:54.589Z[t1.trio] svcadm enable dendrite
15282024-10-18T03:26:54.630Z
15292024-10-18T03:26:54.630Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15302024-10-18T03:26:54.677Z
15312024-10-18T03:26:54.677Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15322024-10-18T03:26:54.721Z
15332024-10-18T03:26:54.721Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15342024-10-18T03:26:54.765Z
15352024-10-18T03:26:54.765Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15362024-10-18T03:26:54.808Z
15372024-10-18T03:26:54.808Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15382024-10-18T03:26:54.852Z
15392024-10-18T03:26:54.852Z[t1.trio] svcadm refresh dendrite:default
15402024-10-18T03:26:54.889Z
15412024-10-18T03:26:54.889Z[t1.trio] svcadm restart dendrite:default
15422024-10-18T03:26:54.925Z
15432024-10-18T03:26:54.925Zwait 10s for dendrite to come up ...
15442024-10-18T03:27:04.923Z[t1.trio] svcadm enable tfport
15452024-10-18T03:27:04.966Z
15462024-10-18T03:27:04.966Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 2535f6b9-b303-4b6a-b2cb-7af69cefa029 --sled-uuid acd082ea-c129-4a8b-bc13-b07ed60a138b -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15472024-10-18T03:27:04.988Z
15482024-10-18T03:27:04.988Z[t1.trio] ipadm
15492024-10-18T03:27:05.012ZADDROBJ TYPE STATE ADDR
15502024-10-18T03:27:05.012Zlo0/v4 static ok 127.0.0.1/8
15512024-10-18T03:27:05.012Zmg1/v4 static ok 10.0.0.3/24
15522024-10-18T03:27:05.012Zlo0/v6 static ok ::1/128
15532024-10-18T03:27:05.012Zlo0/u6 static ok fd00:3::1/64
15542024-10-18T03:27:05.012Ztfportrear0_0/v6 addrconf ok fe80::587a:19ff:fe00:5418%tfportrear0_0/10
15552024-10-18T03:27:05.012Ztfportrear1_0/v6 addrconf ok fe80::54e9:feff:fe17:ec48%tfportrear1_0/10
15562024-10-18T03:27:07.227Zinitial peering test passed
15572024-10-18T03:27:08.231Zadvertise from one passed
15582024-10-18T03:27:09.233Zadvertise from two passed
15592024-10-18T03:27:09.233Z[s1.trio] ping fd00:2::1
15602024-10-18T03:27:09.262Zfd00:2::1 is alive
15612024-10-18T03:27:09.262Z[s2.trio] ping fd00:1::1
15622024-10-18T03:27:09.284Zfd00:1::1 is alive
15632024-10-18T03:27:09.284Zconnectivity test passed
15642024-10-18T03:27:09.284Z[t1.trio] pkill ddmd
15652024-10-18T03:27:09.303Z
15662024-10-18T03:27:15.306Z[t1.trio] svcadm enable dendrite
15672024-10-18T03:27:15.350Z
15682024-10-18T03:27:15.350Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15692024-10-18T03:27:15.396Z
15702024-10-18T03:27:15.396Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15712024-10-18T03:27:15.442Z
15722024-10-18T03:27:15.442Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15732024-10-18T03:27:15.487Z
15742024-10-18T03:27:15.487Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15752024-10-18T03:27:15.532Z
15762024-10-18T03:27:15.532Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15772024-10-18T03:27:15.577Z
15782024-10-18T03:27:15.577Z[t1.trio] svcadm refresh dendrite:default
15792024-10-18T03:27:15.614Z
15802024-10-18T03:27:15.614Z[t1.trio] svcadm restart dendrite:default
15812024-10-18T03:27:15.652Z
15822024-10-18T03:27:15.652Zwait 10s for dendrite to come up ...
15832024-10-18T03:27:25.651Z[t1.trio] svcadm enable tfport
15842024-10-18T03:27:25.694Z
15852024-10-18T03:27:25.694Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f8a41ee6-7761-4cd5-9582-060cd6562efd --sled-uuid 28ab8b11-1409-49f6-86e7-5277a9620919 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15862024-10-18T03:27:25.713Z
15872024-10-18T03:27:25.713Z[t1.trio] ipadm
15882024-10-18T03:27:25.737ZADDROBJ TYPE STATE ADDR
15892024-10-18T03:27:25.737Zlo0/v4 static ok 127.0.0.1/8
15902024-10-18T03:27:25.737Zmg1/v4 static ok 10.0.0.3/24
15912024-10-18T03:27:25.737Zlo0/v6 static ok ::1/128
15922024-10-18T03:27:25.737Zlo0/u6 static ok fd00:3::1/64
15932024-10-18T03:27:25.737Ztfportrear0_0/v6 addrconf ok fe80::587a:19ff:fe00:5418%tfportrear0_0/10
15942024-10-18T03:27:25.737Ztfportrear1_0/v6 addrconf ok fe80::54e9:feff:fe17:ec48%tfportrear1_0/10
15952024-10-18T03:27:28.739Z[s1.trio] ping fd00:2::1
15962024-10-18T03:27:28.761Zfd00:2::1 is alive
15972024-10-18T03:27:28.761Z[s2.trio] ping fd00:1::1
15982024-10-18T03:27:28.783Zfd00:1::1 is alive
15992024-10-18T03:27:28.783Ztransit router restart passed
16002024-10-18T03:27:28.783Z[s1.trio] pkill ddmd
16012024-10-18T03:27:28.802Z
16022024-10-18T03:27:33.805Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16032024-10-18T03:27:33.843Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16042024-10-18T03:27:33.862Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16052024-10-18T03:27:33.883Z
16062024-10-18T03:27:36.886Z[s1.trio] ping fd00:2::1
16072024-10-18T03:27:36.911Zfd00:2::1 is alive
16082024-10-18T03:27:36.911Z[s2.trio] ping fd00:1::1
16092024-10-18T03:27:36.933Zfd00:1::1 is alive
16102024-10-18T03:27:36.933Zserver router restart passed
16112024-10-18T03:27:39.940Zpeer expiration recovery passed
16122024-10-18T03:27:40.940Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16132024-10-18T03:27:40.966Z3
16142024-10-18T03:27:40.966Zredundant advertise passed
16152024-10-18T03:27:41.968Ztunnel endpoint advertise passed
16162024-10-18T03:27:46.969Zredundant tunnel endpoint advertise passed
16172024-10-18T03:27:46.969Z[s1.trio] pkill ddmd
16182024-10-18T03:27:46.991Z
16192024-10-18T03:27:51.990Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16202024-10-18T03:27:52.028Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16212024-10-18T03:27:52.046Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16222024-10-18T03:27:52.067Z
16232024-10-18T03:27:57.135Ztunnel router restart passed
16242024-10-18T03:27:58.137Ztunnel endpoint withdraw passed
16252024-10-18T03:27:58.153Z[t1.trio] pkill ddmd
16262024-10-18T03:27:58.181Z
16272024-10-18T03:27:58.181Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16282024-10-18T03:27:58.185Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16292024-10-18T03:28:00.530Z[s2.trio] pkill ddmd
16302024-10-18T03:28:00.551Z
16312024-10-18T03:28:00.551Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16322024-10-18T03:28:03.045Z[s1.trio] pkill ddmd
16332024-10-18T03:28:03.066Z
16342024-10-18T03:28:03.066Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16352024-10-18T03:28:05.455Z[sidecar.trio] pkill softnpu
16362024-10-18T03:28:05.476Z
16372024-10-18T03:28:05.478Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16382024-10-18T03:28:08.114Ztest ddm::test_trio_v2_server ... ok
16392024-10-18T03:28:08.114Z
16402024-10-18T03:28:08.114Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 550.38s
16412024-10-18T03:28:08.114Z
16422024-10-18T03:28:08.145Z+ cleanup
16432024-10-18T03:28:08.148Z++ id -un
16442024-10-18T03:28:08.243Z++ id -gn
16452024-10-18T03:28:08.246Z+ pfexec chown -R build:build .
16462024-10-18T03:28:08.331Zprocess exited: duration 1086566 ms, exit code 0
 
16472024-10-18T03:28:08.341Zfound 4 output files
16482024-10-18T03:28:08.341Zuploading: /work/s1.trio.log (4257 bytes)
16492024-10-18T03:28:09.350Zuploaded: /work/s1.trio.log
16502024-10-18T03:28:09.354Zuploading: /work/s2.trio.log (10983 bytes)
16512024-10-18T03:28:10.362Zuploaded: /work/s2.trio.log
16522024-10-18T03:28:10.362Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16532024-10-18T03:28:11.370Zuploaded: /work/sidecar.trio-softnpu.log
16542024-10-18T03:28:11.370Zuploading: /work/t1.trio.log (26100 bytes)
16552024-10-18T03:28:12.378Zuploaded: /work/t1.trio.log