01JAESH936E0PXVD9SXZWHE851: test-ddm-trio

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

Buildomat Job: 01JAESHX2RPS4WGAQD39N4BWJ4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T03:09:29.060Zjob assigned to worker 01JAESJ99H84DGVCRFR3BPRXMB (queued for 1 m 9 s)
 
22024-10-18T03:09:36.692Zstarting task 0: "setup"
32024-10-18T03:09:36.700Z++ uname -s
42024-10-18T03:09:36.702Z+ kern=SunOS
52024-10-18T03:09:36.702Z+ case "$kern" in
62024-10-18T03:09:36.702Z+ groupadd -g 12345 build
72024-10-18T03:09:36.705Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T03:09:38.716Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T03:09:38.879Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T03:09:38.881Z+ home_fs=zfs
112024-10-18T03:09:38.881Z+ [[ zfs == autofs ]]
122024-10-18T03:09:38.881Z+ mkdir -p /home/build
132024-10-18T03:09:38.884Z+ chown build:build /home/build /work
142024-10-18T03:09:40.886Z+ chmod 0700 /home/build /work
152024-10-18T03:09:40.889Zprocess exited: duration 4198 ms, exit code 0
 
162024-10-18T03:09:40.894Zstarting task 1: "rust-toolchain"
172024-10-18T03:09:40.899Z+ printf ' * toolchain channel = "%s"
182024-10-18T03:09:40.900Z' stable
192024-10-18T03:09:40.902Z * toolchain channel = "stable"
202024-10-18T03:09:40.902Z+ printf ' * toolchain profile = "%s"
212024-10-18T03:09:40.902Z' default
222024-10-18T03:09:40.902Z * toolchain profile = "default"
232024-10-18T03:09:40.902Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T03:09:40.902Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-18T03:09:41.028Zinfo: downloading installer
262024-10-18T03:09:42.724Zinfo: profile set to 'default'
272024-10-18T03:09:42.724Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T03:09:42.726Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-18T03:09:42.882Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-10-18T03:09:42.882Zinfo: downloading component 'cargo'
312024-10-18T03:09:43.747Zinfo: downloading component 'clippy'
322024-10-18T03:09:44.077Zinfo: downloading component 'rust-docs'
332024-10-18T03:09:45.296Zinfo: downloading component 'rust-std'
342024-10-18T03:09:47.226Zinfo: downloading component 'rustc'
352024-10-18T03:09:54.043Zinfo: downloading component 'rustfmt'
362024-10-18T03:09:54.291Zinfo: installing component 'cargo'
372024-10-18T03:09:55.113Zinfo: installing component 'clippy'
382024-10-18T03:09:55.504Zinfo: installing component 'rust-docs'
392024-10-18T03:09:57.201Zinfo: installing component 'rust-std'
402024-10-18T03:09:59.099Zinfo: installing component 'rustc'
412024-10-18T03:10:05.171Zinfo: installing component 'rustfmt'
422024-10-18T03:10:05.513Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-18T03:10:05.513Z
442024-10-18T03:10:05.884Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-10-18T03:10:05.885Z
462024-10-18T03:10:05.887Z
472024-10-18T03:10:05.887ZRust is installed now. Great!
482024-10-18T03:10:05.887Z
492024-10-18T03:10:05.887ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T03:10:05.887Zenvironment variable. This has not been done automatically.
512024-10-18T03:10:05.887Z
522024-10-18T03:10:05.887ZTo configure your current shell, you need to source
532024-10-18T03:10:05.887Zthe corresponding env file under $HOME/.cargo.
542024-10-18T03:10:05.888Z
552024-10-18T03:10:05.888ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T03:10:05.888Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T03:10:05.888Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T03:10:05.955Z+ rustc --version
592024-10-18T03:10:06.022Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-10-18T03:10:06.024Zprocess exited: duration 25130 ms, exit code 0
 
612024-10-18T03:10:06.032Zstarting task 2: "authentication"
622024-10-18T03:10:06.050Zprocess exited: duration 19 ms, exit code 0
 
632024-10-18T03:10:06.055Zstarting task 3: "clone repository"
642024-10-18T03:10:06.061Z+ mkdir -p /work/oxidecomputer/maghemite
652024-10-18T03:10:06.063Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-10-18T03:10:07.694ZCloning into '/work/oxidecomputer/maghemite'...
672024-10-18T03:10:09.395Z+ cd /work/oxidecomputer/maghemite
682024-10-18T03:10:09.395Z+ git fetch origin dc001875d1df1c0efa9aaffb5e0e49dc419592a5
692024-10-18T03:10:09.644ZFrom https://github.com/oxidecomputer/maghemite
702024-10-18T03:10:09.644Z * branch dc001875d1df1c0efa9aaffb5e0e49dc419592a5 -> FETCH_HEAD
712024-10-18T03:10:09.651Z+ [[ -n renovate/libc-0.x-lockfile ]]
722024-10-18T03:10:09.653Z++ git branch --show-current
732024-10-18T03:10:09.655Z+ current=main
742024-10-18T03:10:09.655Z+ [[ main != renovate/libc-0.x-lockfile ]]
752024-10-18T03:10:09.655Z+ git branch -f renovate/libc-0.x-lockfile dc001875d1df1c0efa9aaffb5e0e49dc419592a5
762024-10-18T03:10:09.658Z+ git checkout -f renovate/libc-0.x-lockfile
772024-10-18T03:10:09.672ZSwitched to branch 'renovate/libc-0.x-lockfile'
782024-10-18T03:10:09.674Z+ git reset --hard dc001875d1df1c0efa9aaffb5e0e49dc419592a5
792024-10-18T03:10:09.687ZHEAD is now at dc00187 Update Rust crate libc to v0.2.161
802024-10-18T03:10:09.689Zprocess exited: duration 3632 ms, exit code 0
 
812024-10-18T03:10:09.697Zstarting task 4: "build"
822024-10-18T03:10:09.700Z++ cargo --version
832024-10-18T03:10:09.705Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-18T03:10:09.883Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-18T03:10:09.883Zinfo: downloading component 'cargo'
862024-10-18T03:10:10.871Zinfo: downloading component 'clippy'
872024-10-18T03:10:11.237Zinfo: downloading component 'rust-docs'
882024-10-18T03:10:12.613Zinfo: downloading component 'rust-std'
892024-10-18T03:10:14.760Zinfo: downloading component 'rustc'
902024-10-18T03:10:22.512Zinfo: downloading component 'rustfmt'
912024-10-18T03:10:22.807Zinfo: installing component 'cargo'
922024-10-18T03:10:23.637Zinfo: installing component 'clippy'
932024-10-18T03:10:24.027Zinfo: installing component 'rust-docs'
942024-10-18T03:10:25.533Zinfo: installing component 'rust-std'
952024-10-18T03:10:27.302Zinfo: installing component 'rustc'
962024-10-18T03:10:33.294Zinfo: installing component 'rustfmt'
972024-10-18T03:10:33.709Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-18T03:10:33.712Z++ rustc --version
992024-10-18T03:10:33.783Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-18T03:10:33.787Z++ dladm
1012024-10-18T03:10:33.799ZLINK CLASS MTU STATE BRIDGE OVER
1022024-10-18T03:10:33.799Zena0 phys 9216 up -- --
1032024-10-18T03:10:33.799Z++ ipadm
1042024-10-18T03:10:33.802ZADDROBJ TYPE STATE ADDR
1052024-10-18T03:10:33.802Zlo0/v4 static ok 127.0.0.1/8
1062024-10-18T03:10:33.802Zena0/dhcp dhcp ok 10.150.1.110/24
1072024-10-18T03:10:33.802Zlo0/v6 static ok ::1/128
1082024-10-18T03:10:33.802Z++ banner collect
1092024-10-18T03:10:33.835Z
1102024-10-18T03:10:33.835Z #### #### # # ###### #### #####
1112024-10-18T03:10:33.835Z # # # # # # # # # #
1122024-10-18T03:10:33.835Z # # # # # ##### # #
1132024-10-18T03:10:33.835Z # # # # # # # #
1142024-10-18T03:10:33.835Z # # # # # # # # # #
1152024-10-18T03:10:33.835Z #### #### ###### ###### ###### #### #
1162024-10-18T03:10:33.835Z
1172024-10-18T03:10:33.840Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-10-18T03:10:33.840Z++ repo=softnpu
1192024-10-18T03:10:33.840Z++ series=image
1202024-10-18T03:10:33.840Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-10-18T03:10:33.840Z++ name=softnpu
1222024-10-18T03:10:33.840Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-10-18T03:10:33.840Z++ mkdir -p download
1242024-10-18T03:10:33.840Z++ pushd download
1252024-10-18T03:10:33.840Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-10-18T03:10:33.840Z++ [[ ! -f softnpu ]]
1272024-10-18T03:10:33.840Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-10-18T03:10:33.846Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-10-18T03:10:33.846Z Dload Upload Total Spent Left Speed
1302024-10-18T03:10:34.216Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 59.2M 0 --:--:-- --:--:-- --:--:-- 59.3M
1312024-10-18T03:10:34.220Z++ popd
1322024-10-18T03:10:34.220Z/work/oxidecomputer/maghemite
1332024-10-18T03:10:34.220Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-10-18T03:10:34.220Z++ repo=sidecar-lite
1352024-10-18T03:10:34.220Z++ series=release
1362024-10-18T03:10:34.220Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-10-18T03:10:34.220Z++ name=libsidecar_lite.so
1382024-10-18T03:10:34.220Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-10-18T03:10:34.220Z++ mkdir -p download
1402024-10-18T03:10:34.224Z++ pushd download
1412024-10-18T03:10:34.224Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-10-18T03:10:34.224Z++ [[ ! -f libsidecar_lite.so ]]
1432024-10-18T03:10:34.224Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-10-18T03:10:34.228Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-10-18T03:10:34.231Z Dload Upload Total Spent Left Speed
1462024-10-18T03:10:34.584Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 20.3M 9 2031k 0 0 14.9M 0 0:00:01 --:--:-- 0:00:01 14.9M 100 20.3M 100 20.3M 0 0 56.7M 0 --:--:-- --:--:-- --:--:-- 56.7M
1472024-10-18T03:10:34.587Z++ popd
1482024-10-18T03:10:34.587Z/work/oxidecomputer/maghemite
1492024-10-18T03:10:34.588Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-10-18T03:10:34.588Z++ repo=sidecar-lite
1512024-10-18T03:10:34.588Z++ series=release
1522024-10-18T03:10:34.588Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-10-18T03:10:34.588Z++ name=scadm
1542024-10-18T03:10:34.588Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-10-18T03:10:34.588Z++ mkdir -p download
1562024-10-18T03:10:34.590Z++ pushd download
1572024-10-18T03:10:34.590Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-10-18T03:10:34.590Z++ [[ ! -f scadm ]]
1592024-10-18T03:10:34.590Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-10-18T03:10:34.596Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-10-18T03:10:34.596Z Dload Upload Total Spent Left Speed
1622024-10-18T03:10:34.911Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 72.7M 0 --:--:-- --:--:-- --:--:-- 72.8M
1632024-10-18T03:10:34.913Z++ popd
1642024-10-18T03:10:34.914Z/work/oxidecomputer/maghemite
1652024-10-18T03:10:34.914Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-10-18T03:10:34.914Z++ repo=dendrite
1672024-10-18T03:10:34.914Z++ series=image
1682024-10-18T03:10:34.914Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-10-18T03:10:34.914Z++ name=dendrite-softnpu.tar.gz
1702024-10-18T03:10:34.914Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-10-18T03:10:34.914Z++ mkdir -p download
1722024-10-18T03:10:34.917Z++ pushd download
1732024-10-18T03:10:34.917Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-10-18T03:10:34.917Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-10-18T03:10:34.917Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-10-18T03:10:34.923Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-10-18T03:10:34.926Z Dload Upload Total Spent Left Speed
1782024-10-18T03:10:35.543Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 59 37.5M 59 22.5M 0 0 51.1M 0 --:--:-- --:--:-- --:--:-- 51.1M 100 37.5M 100 37.5M 0 0 60.5M 0 --:--:-- --:--:-- --:--:-- 60.4M
1792024-10-18T03:10:35.547Z++ popd
1802024-10-18T03:10:35.547Z/work/oxidecomputer/maghemite
1812024-10-18T03:10:35.547Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-10-18T03:10:35.547Z++ repo=maghemite
1832024-10-18T03:10:35.547Z++ series=release
1842024-10-18T03:10:35.547Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-10-18T03:10:35.547Z++ name=ddmd
1862024-10-18T03:10:35.547Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-10-18T03:10:35.547Z++ mkdir -p download
1882024-10-18T03:10:35.550Z++ pushd download
1892024-10-18T03:10:35.550Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-10-18T03:10:35.550Z++ [[ ! -f ddmd ]]
1912024-10-18T03:10:35.550Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-10-18T03:10:35.554Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-10-18T03:10:35.557Z Dload Upload Total Spent Left Speed
1942024-10-18T03:10:36.092Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 76.4M 0 --:--:-- --:--:-- --:--:-- 76.5M
1952024-10-18T03:10:36.096Z++ popd
1962024-10-18T03:10:36.096Z/work/oxidecomputer/maghemite
1972024-10-18T03:10:36.096Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-10-18T03:10:36.096Z++ repo=maghemite
1992024-10-18T03:10:36.096Z++ series=release
2002024-10-18T03:10:36.096Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-10-18T03:10:36.096Z++ name=ddmadm
2022024-10-18T03:10:36.096Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-10-18T03:10:36.096Z++ mkdir -p download
2042024-10-18T03:10:36.096Z++ pushd download
2052024-10-18T03:10:36.096Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-10-18T03:10:36.096Z++ [[ ! -f ddmadm ]]
2072024-10-18T03:10:36.098Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-10-18T03:10:36.102Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-10-18T03:10:36.102Z Dload Upload Total Spent Left Speed
2102024-10-18T03:10:36.382Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 82 18.0M 82 14.8M 0 0 57.4M 0 --:--:-- --:--:-- --:--:-- 57.3M 100 18.0M 100 18.0M 0 0 64.3M 0 --:--:-- --:--:-- --:--:-- 64.3M
2112024-10-18T03:10:36.385Z++ popd
2122024-10-18T03:10:36.385Z/work/oxidecomputer/maghemite
2132024-10-18T03:10:36.385Z++ pushd download
2142024-10-18T03:10:36.385Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-10-18T03:10:36.385Z++ chmod +x softnpu
2162024-10-18T03:10:36.387Z++ chmod +x scadm
2172024-10-18T03:10:36.389Z++ chmod +x ddmadm
2182024-10-18T03:10:36.391Z++ chmod +x ddmd
2192024-10-18T03:10:36.391Z++ mv ddmadm ddmadm-v2
2202024-10-18T03:10:36.394Z++ mv ddmd ddmd-v2
2212024-10-18T03:10:36.396Z++ rm -rf zones/dendrite
2222024-10-18T03:10:36.400Z++ mkdir -p zones/dendrite
2232024-10-18T03:10:36.400Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-10-18T03:10:37.205Z++ popd
2252024-10-18T03:10:37.205Z/work/oxidecomputer/maghemite
2262024-10-18T03:10:37.205Z++ banner install
2272024-10-18T03:10:37.208Z
2282024-10-18T03:10:37.208Z # # # #### ##### ## # #
2292024-10-18T03:10:37.208Z # ## # # # # # # #
2302024-10-18T03:10:37.208Z # # # # #### # # # # #
2312024-10-18T03:10:37.208Z # # # # # # ###### # #
2322024-10-18T03:10:37.208Z # # ## # # # # # # #
2332024-10-18T03:10:37.208Z # # # #### # # # ###### ######
2342024-10-18T03:10:37.208Z
2352024-10-18T03:10:37.212Z++ pkg info brand/sparse
2362024-10-18T03:10:37.212Z++ grep -qi installed
2372024-10-18T03:10:44.382Zpkg: info: no packages matching the following patterns you specified are
2382024-10-18T03:10:44.382Zinstalled on the system. Try querying remotely instead:
2392024-10-18T03:10:44.382Z
2402024-10-18T03:10:44.382Z brand/sparse
2412024-10-18T03:10:44.427Z++ [[ 1 != 0 ]]
2422024-10-18T03:10:44.427Z++ set -o errexit
2432024-10-18T03:10:44.427Z++ pfexec pkg install brand/sparse
2442024-10-18T03:10:53.599Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-10-18T03:10:56.645Z Startup: Caching catalogs ... Done
2462024-10-18T03:11:02.595ZPlanning: Solver setup ... Done
2472024-10-18T03:11:02.671ZPlanning: Running solver ... Done
2482024-10-18T03:11:02.898ZPlanning: Finding local manifests ... Done
2492024-10-18T03:11:02.931ZPlanning: Fetching manifests: 0/3 0% complete
2502024-10-18T03:11:03.040ZPlanning: Fetching manifests: 3/3 100% complete
2512024-10-18T03:11:03.451ZPlanning: Package planning ... Done
2522024-10-18T03:11:03.457ZPlanning: Merging actions ... Done
2532024-10-18T03:11:03.912ZPlanning: Checking for conflicting actions ... Done
2542024-10-18T03:11:10.289ZPlanning: Consolidating action changes ... Done
2552024-10-18T03:11:10.678ZPlanning: Evaluating mediators ... Done
2562024-10-18T03:11:10.745ZPlanning: Planning completed in 14.02 seconds
2572024-10-18T03:11:10.763Z Packages to install: 1
2582024-10-18T03:11:10.763Z Packages to update: 2
2592024-10-18T03:11:10.768Z Create boot environment: No
2602024-10-18T03:11:10.768ZCreate backup boot environment: Yes
2612024-10-18T03:11:11.037Z
2622024-10-18T03:11:11.038ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-10-18T03:11:14.152ZDownload: Completed 8.03 MB in 3.11 seconds (2.6M/s)
2642024-10-18T03:11:14.936Z Actions: 1/1419 actions (Removing old actions)
2652024-10-18T03:11:14.957Z Actions: 199/1419 actions (Installing new actions)
2662024-10-18T03:11:15.076Z Actions: 579/1419 actions (Updating modified actions)
2672024-10-18T03:11:15.545Z Actions: Completed 1419 actions in 0.61 seconds.
2682024-10-18T03:11:15.874Z Done
2692024-10-18T03:11:15.877Z Done
2702024-10-18T03:11:16.306Z Done
2712024-10-18T03:11:23.275Z Done
2722024-10-18T03:11:23.716Z Done
2732024-10-18T03:11:23.726Z Done
2742024-10-18T03:11:23.829Z Done
2752024-10-18T03:11:24.174Z++ set -o errexit
2762024-10-18T03:11:24.174Z++ set -o pipefail
2772024-10-18T03:11:24.174Z++ banner build
2782024-10-18T03:11:24.180Z
2792024-10-18T03:11:24.180Z ##### # # # # #####
2802024-10-18T03:11:24.180Z # # # # # # # #
2812024-10-18T03:11:24.181Z ##### # # # # # #
2822024-10-18T03:11:24.181Z # # # # # # # #
2832024-10-18T03:11:24.181Z # # # # # # # #
2842024-10-18T03:11:24.181Z ##### #### # ###### #####
2852024-10-18T03:11:24.181Z
2862024-10-18T03:11:24.181Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-10-18T03:11:24.366Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-10-18T03:11:24.619Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-10-18T03:11:24.847ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-10-18T03:11:24.847Z * [new branch] ci -> origin/ci
2912024-10-18T03:11:24.851Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2922024-10-18T03:11:24.851Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2932024-10-18T03:11:24.851Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2942024-10-18T03:11:24.851Z * [new branch] main -> origin/main
2952024-10-18T03:11:24.851Z * [new ref] -> origin/HEAD
2962024-10-18T03:11:24.860Z Updating crates.io index
2972024-10-18T03:11:24.863Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982024-10-18T03:11:25.661ZFrom https://github.com/oxidecomputer/falcon
2992024-10-18T03:11:25.661Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3002024-10-18T03:11:25.865Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012024-10-18T03:11:27.018ZFrom https://github.com/oxidecomputer/dendrite
3022024-10-18T03:11:27.018Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3032024-10-18T03:11:27.062Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-10-18T03:11:27.433ZFrom https://github.com/oxidecomputer/ispf
3052024-10-18T03:11:27.434Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3062024-10-18T03:11:27.458Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072024-10-18T03:11:28.005ZFrom https://github.com/oxidecomputer/netadm-sys
3082024-10-18T03:11:28.005Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3092024-10-18T03:11:28.015Z Updating git repository `https://github.com/oxidecomputer/omicron`
3102024-10-18T03:11:31.764ZFrom https://github.com/oxidecomputer/omicron
3112024-10-18T03:11:31.764Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3122024-10-18T03:11:31.794Z * [new tag] dogfood -> dogfood
3132024-10-18T03:11:31.812Z * [new tag] v5 -> v5
3142024-10-18T03:11:31.812Z * [new tag] v6 -> v6
3152024-10-18T03:11:31.812Z * [new tag] v7 -> v7
3162024-10-18T03:11:31.812Z * [new tag] v8 -> v8
3172024-10-18T03:11:31.812Z * [new tag] v9 -> v9
3182024-10-18T03:11:32.159Z Updating git repository `https://github.com/oxidecomputer/opte`
3192024-10-18T03:11:33.161ZFrom https://github.com/oxidecomputer/opte
3202024-10-18T03:11:33.161Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3212024-10-18T03:11:33.204Z Updating git repository `https://github.com/illumos/smf-rs`
3222024-10-18T03:11:33.571ZFrom https://github.com/illumos/smf-rs
3232024-10-18T03:11:33.571Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3242024-10-18T03:11:33.610Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3252024-10-18T03:11:34.437ZFrom https://github.com/oxidecomputer/maghemite
3262024-10-18T03:11:34.437Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3272024-10-18T03:11:34.458Z * [new tag] rift -> rift
3282024-10-18T03:11:34.463Z * [new tag] srp -> srp
3292024-10-18T03:11:34.463Z * [new tag] tie-spf -> tie-spf
3302024-10-18T03:11:34.517Z Updating git repository `https://github.com/oxidecomputer/zone`
3312024-10-18T03:11:34.891ZFrom https://github.com/oxidecomputer/zone
3322024-10-18T03:11:34.891Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3332024-10-18T03:11:34.917Z Updating git repository `https://github.com/oxidecomputer/propolis`
3342024-10-18T03:11:35.606ZFrom https://github.com/oxidecomputer/propolis
3352024-10-18T03:11:35.606Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3362024-10-18T03:11:35.714Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3372024-10-18T03:11:36.098ZFrom https://github.com/oxidecomputer/dlpi-sys
3382024-10-18T03:11:36.098Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3392024-10-18T03:11:36.132Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3402024-10-18T03:11:36.514ZFrom https://github.com/jmesmon/rust-libzfs
3412024-10-18T03:11:36.514Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3422024-10-18T03:11:36.529Z * [new tag] v0.4.0 -> v0.4.0
3432024-10-18T03:11:36.543Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3442024-10-18T03:11:36.894ZFrom https://github.com/oxidecomputer/rusty-doors
3452024-10-18T03:11:36.894Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3462024-10-18T03:11:36.911Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3472024-10-18T03:11:37.354ZFrom https://github.com/oxidecomputer/maghemite
3482024-10-18T03:11:37.354Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3492024-10-18T03:11:37.403Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3502024-10-18T03:11:37.742ZFrom https://github.com/oxidecomputer/serde_human_bytes
3512024-10-18T03:11:37.742Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3522024-10-18T03:11:37.770Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3532024-10-18T03:11:38.178ZFrom https://github.com/oxidecomputer/slog-error-chain
3542024-10-18T03:11:38.178Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3552024-10-18T03:11:38.220Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3562024-10-18T03:11:38.584ZFrom https://github.com/oxidecomputer/poptrie
3572024-10-18T03:11:38.584Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3582024-10-18T03:11:38.609Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3592024-10-18T03:11:38.945ZFrom https://github.com/illumos/libscf-sys
3602024-10-18T03:11:38.945Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3612024-10-18T03:11:38.971Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3622024-10-18T03:11:39.861ZFrom https://github.com/oxidecomputer/progenitor
3632024-10-18T03:11:39.861Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3642024-10-18T03:11:39.883Z * [new tag] v0.1.1 -> v0.1.1
3652024-10-18T03:11:39.885Z * [new tag] v0.2.0 -> v0.2.0
3662024-10-18T03:11:39.885Z * [new tag] v0.3.0 -> v0.3.0
3672024-10-18T03:11:39.885Z * [new tag] v0.4.0 -> v0.4.0
3682024-10-18T03:11:39.885Z * [new tag] v0.5.0 -> v0.5.0
3692024-10-18T03:11:39.885Z * [new tag] v0.6.0 -> v0.6.0
3702024-10-18T03:11:39.885Z * [new tag] v0.7.0 -> v0.7.0
3712024-10-18T03:11:40.009Z Updating git repository `https://github.com/oxidecomputer/typify`
3722024-10-18T03:11:42.225ZFrom https://github.com/oxidecomputer/typify
3732024-10-18T03:11:42.225Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3742024-10-18T03:11:42.228Z * [new tag] v0.2.0 -> v0.2.0
3752024-10-18T03:11:42.245Z * [new tag] v0.0.10 -> v0.0.10
3762024-10-18T03:11:42.248Z * [new tag] v0.0.11 -> v0.0.11
3772024-10-18T03:11:42.248Z * [new tag] v0.0.12 -> v0.0.12
3782024-10-18T03:11:42.248Z * [new tag] v0.0.13 -> v0.0.13
3792024-10-18T03:11:42.248Z * [new tag] v0.0.14 -> v0.0.14
3802024-10-18T03:11:42.248Z * [new tag] v0.0.15 -> v0.0.15
3812024-10-18T03:11:42.248Z * [new tag] v0.0.16 -> v0.0.16
3822024-10-18T03:11:42.248Z * [new tag] v0.0.4 -> v0.0.4
3832024-10-18T03:11:42.248Z * [new tag] v0.0.5 -> v0.0.5
3842024-10-18T03:11:42.248Z * [new tag] v0.0.7 -> v0.0.7
3852024-10-18T03:11:42.248Z * [new tag] v0.0.8 -> v0.0.8
3862024-10-18T03:11:42.248Z * [new tag] v0.0.9 -> v0.0.9
3872024-10-18T03:11:42.248Z * [new tag] v0.1.0 -> v0.1.0
3882024-10-18T03:11:42.494Z Updating git repository `https://github.com/oxidecomputer/crucible`
3892024-10-18T03:11:44.369ZFrom https://github.com/oxidecomputer/crucible
3902024-10-18T03:11:44.369Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3912024-10-18T03:11:44.440Z Updating git repository `https://github.com/oxidecomputer/opte`
3922024-10-18T03:11:44.889ZFrom https://github.com/oxidecomputer/opte
3932024-10-18T03:11:44.890Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3942024-10-18T03:11:44.934Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3952024-10-18T03:11:45.592ZFrom https://github.com/oxidecomputer/management-gateway-service
3962024-10-18T03:11:45.592Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3972024-10-18T03:11:46.346Z Downloading crates ...
3982024-10-18T03:11:46.435Z Downloaded async-stream-impl v0.3.5
3992024-10-18T03:11:46.437Z Downloaded autocfg v1.3.0
4002024-10-18T03:11:46.440Z Downloaded argon2 v0.5.3
4012024-10-18T03:11:46.451Z Downloaded allocator-api2 v0.2.18
4022024-10-18T03:11:46.454Z Downloaded crunchy v0.2.2
4032024-10-18T03:11:46.454Z Downloaded foreign-types v0.3.2
4042024-10-18T03:11:46.454Z Downloaded const-random-macro v0.1.16
4052024-10-18T03:11:46.457Z Downloaded parking_lot_core v0.9.10
4062024-10-18T03:11:46.460Z Downloaded equivalent v1.0.1
4072024-10-18T03:11:46.466Z Downloaded atomicwrites v0.4.4
4082024-10-18T03:11:46.466Z Downloaded parse-display v0.10.0
4092024-10-18T03:11:46.466Z Downloaded paste v1.0.15
4102024-10-18T03:11:46.470Z Downloaded cstr-argument v0.1.2
4112024-10-18T03:11:46.472Z Downloaded async-stream v0.3.5
4122024-10-18T03:11:46.475Z Downloaded progenitor-client v0.8.0
4132024-10-18T03:11:46.477Z Downloaded atomic-waker v1.1.2
4142024-10-18T03:11:46.484Z Downloaded clap_lex v0.7.2
4152024-10-18T03:11:46.485Z Downloaded anstyle v1.0.8
4162024-10-18T03:11:46.488Z Downloaded anstyle-query v1.1.1
4172024-10-18T03:11:46.488Z Downloaded futures-core v0.3.30
4182024-10-18T03:11:46.488Z Downloaded dtrace-parser v0.2.0
4192024-10-18T03:11:46.488Z Downloaded futures-io v0.3.30
4202024-10-18T03:11:46.488Z Downloaded either v1.13.0
4212024-10-18T03:11:46.492Z Downloaded dirs-sys-next v0.1.2
4222024-10-18T03:11:46.492Z Downloaded progenitor-macro v0.8.0
4232024-10-18T03:11:46.495Z Downloaded foreign-types v0.5.0
4242024-10-18T03:11:46.495Z Downloaded fnv v1.0.7
4252024-10-18T03:11:46.495Z Downloaded proc-macro-error-attr v1.0.4
4262024-10-18T03:11:46.497Z Downloaded scopeguard v1.2.0
4272024-10-18T03:11:46.497Z Downloaded foreign-types-shared v0.1.1
4282024-10-18T03:11:46.497Z Downloaded quinn-udp v0.5.5
4292024-10-18T03:11:46.500Z Downloaded base64ct v1.6.0
4302024-10-18T03:11:46.503Z Downloaded fixedbitset v0.4.2
4312024-10-18T03:11:46.506Z Downloaded progenitor v0.8.0
4322024-10-18T03:11:46.506Z Downloaded rustversion v1.0.17
4332024-10-18T03:11:46.509Z Downloaded serde_tokenstream v0.2.2
4342024-10-18T03:11:46.511Z Downloaded shlex v1.3.0
4352024-10-18T03:11:46.511Z Downloaded embedded-io v0.6.1
4362024-10-18T03:11:46.514Z Downloaded defmt-parser v0.3.4
4372024-10-18T03:11:46.514Z Downloaded rustc_version v0.1.7
4382024-10-18T03:11:46.520Z Downloaded enum-as-inner v0.6.1
4392024-10-18T03:11:46.520Z Downloaded semver v0.1.20
4402024-10-18T03:11:46.520Z Downloaded rand_core v0.6.4
4412024-10-18T03:11:46.524Z Downloaded slog-json v2.6.1
4422024-10-18T03:11:46.524Z Downloaded block-buffer v0.10.4
4432024-10-18T03:11:46.524Z Downloaded anstyle-parse v0.2.5
4442024-10-18T03:11:46.527Z Downloaded slog-dtrace v0.3.0
4452024-10-18T03:11:46.527Z Downloaded rustls-pemfile v1.0.4
4462024-10-18T03:11:46.529Z Downloaded data-encoding v2.6.0
4472024-10-18T03:11:46.532Z Downloaded pin-project-lite v0.2.14
4482024-10-18T03:11:46.536Z Downloaded proc-macro-crate v3.2.0
4492024-10-18T03:11:46.539Z Downloaded pretty-hex v0.2.1
4502024-10-18T03:11:46.539Z Downloaded derive-where v1.2.7
4512024-10-18T03:11:46.544Z Downloaded anstream v0.6.15
4522024-10-18T03:11:46.547Z Downloaded pretty-hex v0.4.1
4532024-10-18T03:11:46.547Z Downloaded httpdate v1.0.3
4542024-10-18T03:11:46.549Z Downloaded serde_repr v0.1.19
4552024-10-18T03:11:46.550Z Downloaded prettyplease v0.2.22
4562024-10-18T03:11:46.552Z Downloaded bytes v1.7.2
4572024-10-18T03:11:46.557Z Downloaded strum v0.26.3
4582024-10-18T03:11:46.562Z Downloaded pest_meta v2.7.13
4592024-10-18T03:11:46.565Z Downloaded serde-big-array v0.5.1
4602024-10-18T03:11:46.565Z Downloaded ciborium-io v0.2.2
4612024-10-18T03:11:46.565Z Downloaded futures v0.3.30
4622024-10-18T03:11:46.570Z Downloaded usdt-attr-macro v0.5.0
4632024-10-18T03:11:46.573Z Downloaded num v0.4.3
4642024-10-18T03:11:46.573Z Downloaded tinyvec_macros v0.1.1
4652024-10-18T03:11:46.573Z Downloaded ipnetwork v0.20.0
4662024-10-18T03:11:46.576Z Downloaded pest_generator v2.7.13
4672024-10-18T03:11:46.576Z Downloaded scroll_derive v0.12.0
4682024-10-18T03:11:46.576Z Downloaded const-random v0.1.18
4692024-10-18T03:11:46.579Z Downloaded convert_case v0.4.0
4702024-10-18T03:11:46.579Z Downloaded plain v0.2.3
4712024-10-18T03:11:46.582Z Downloaded crc8 v0.1.1
4722024-10-18T03:11:46.582Z Downloaded rand_chacha v0.3.1
4732024-10-18T03:11:46.583Z Downloaded proc-macro-crate v1.3.1
4742024-10-18T03:11:46.585Z Downloaded powerfmt v0.2.0
4752024-10-18T03:11:46.585Z Downloaded pin-utils v0.1.0
4762024-10-18T03:11:46.589Z Downloaded foreign-types-macros v0.2.3
4772024-10-18T03:11:46.589Z Downloaded slog-async v2.8.0
4782024-10-18T03:11:46.592Z Downloaded rustc-hash v2.0.0
4792024-10-18T03:11:46.592Z Downloaded arc-swap v1.7.1
4802024-10-18T03:11:46.595Z Downloaded libsw v3.3.1
4812024-10-18T03:11:46.598Z Downloaded resolv-conf v0.7.0
4822024-10-18T03:11:46.598Z Downloaded cfg-if v1.0.0
4832024-10-18T03:11:46.602Z Downloaded bitflags v1.3.2
4842024-10-18T03:11:46.604Z Downloaded similar v2.6.0
4852024-10-18T03:11:46.607Z Downloaded num_enum v0.5.11
4862024-10-18T03:11:46.614Z Downloaded take_mut v0.2.2
4872024-10-18T03:11:46.617Z Downloaded cpufeatures v0.2.14
4882024-10-18T03:11:46.617Z Downloaded cobs v0.2.3
4892024-10-18T03:11:46.620Z Downloaded native-tls v0.2.12
4902024-10-18T03:11:46.623Z Downloaded sync_wrapper v1.0.1
4912024-10-18T03:11:46.623Z Downloaded sync_wrapper v0.1.2
4922024-10-18T03:11:46.623Z Downloaded errno v0.3.9
4932024-10-18T03:11:46.627Z Downloaded byteorder v1.5.0
4942024-10-18T03:11:46.630Z Downloaded num-integer v0.1.46
4952024-10-18T03:11:46.630Z Downloaded zeroize v1.8.1
4962024-10-18T03:11:46.633Z Downloaded defmt-macros v0.3.9
4972024-10-18T03:11:46.635Z Downloaded instant v0.1.13
4982024-10-18T03:11:46.638Z Downloaded futures-macro v0.3.30
4992024-10-18T03:11:46.638Z Downloaded futures-executor v0.3.30
5002024-10-18T03:11:46.642Z Downloaded form_urlencoded v1.2.1
5012024-10-18T03:11:46.642Z Downloaded rhai_codegen v2.2.0
5022024-10-18T03:11:46.652Z Downloaded newtype_derive v0.1.6
5032024-10-18T03:11:46.654Z Downloaded hubpack_derive v0.1.1
5042024-10-18T03:11:46.654Z Downloaded openssl-macros v0.1.1
5052024-10-18T03:11:46.654Z Downloaded heck v0.5.0
5062024-10-18T03:11:46.657Z Downloaded lru-cache v0.1.2
5072024-10-18T03:11:46.657Z Downloaded base64 v0.21.7
5082024-10-18T03:11:46.664Z Downloaded static_assertions v1.1.0
5092024-10-18T03:11:46.668Z Downloaded stable_deref_trait v1.2.0
5102024-10-18T03:11:46.668Z Downloaded omicron-workspace-hack v0.1.0
5112024-10-18T03:11:46.668Z Downloaded newtype-uuid v1.1.0
5122024-10-18T03:11:46.668Z Downloaded untrusted v0.9.0
5132024-10-18T03:11:46.671Z Downloaded num-derive v0.3.3
5142024-10-18T03:11:46.673Z Downloaded heck v0.4.1
5152024-10-18T03:11:46.676Z Downloaded tokio-native-tls v0.3.1
5162024-10-18T03:11:46.679Z Downloaded log v0.4.22
5172024-10-18T03:11:46.682Z Downloaded hex v0.4.3
5182024-10-18T03:11:46.682Z Downloaded proc-macro2 v1.0.86
5192024-10-18T03:11:46.684Z Downloaded humantime v2.1.0
5202024-10-18T03:11:46.687Z Downloaded progenitor-impl v0.8.0
5212024-10-18T03:11:46.697Z Downloaded hubpack v0.1.2
5222024-10-18T03:11:46.699Z Downloaded zerocopy-derive v0.7.35
5232024-10-18T03:11:46.699Z Downloaded futures-channel v0.3.30
5242024-10-18T03:11:46.699Z Downloaded match_cfg v0.1.0
5252024-10-18T03:11:46.699Z Downloaded lock_api v0.4.12
5262024-10-18T03:11:46.702Z Downloaded slog v2.7.0
5272024-10-18T03:11:46.705Z Downloaded num-derive v0.4.2
5282024-10-18T03:11:46.708Z Downloaded typenum v1.17.0
5292024-10-18T03:11:46.710Z Downloaded want v0.3.1
5302024-10-18T03:11:46.713Z Downloaded toml_datetime v0.6.8
5312024-10-18T03:11:46.716Z Downloaded ident_case v1.0.1
5322024-10-18T03:11:46.717Z Downloaded mime v0.3.17
5332024-10-18T03:11:46.720Z Downloaded generic-array v0.14.7
5342024-10-18T03:11:46.720Z Downloaded hyper-tls v0.6.0
5352024-10-18T03:11:46.723Z Downloaded tinyvec v1.8.0
5362024-10-18T03:11:46.727Z Downloaded owo-colors v4.1.0
5372024-10-18T03:11:46.727Z Downloaded num-conv v0.1.0
5382024-10-18T03:11:46.731Z Downloaded serde_derive v1.0.210
5392024-10-18T03:11:46.736Z Downloaded waitgroup v0.1.2
5402024-10-18T03:11:46.736Z Downloaded time-core v0.1.2
5412024-10-18T03:11:46.736Z Downloaded http-body v1.0.1
5422024-10-18T03:11:46.736Z Downloaded blake2 v0.10.6
5432024-10-18T03:11:47.742Z Downloaded swrite v0.1.0
5442024-10-18T03:11:47.742Z Downloaded hostname v0.3.1
5452024-10-18T03:11:47.747Z Downloaded zone_cfg_derive v0.3.0
5462024-10-18T03:11:47.747Z Downloaded dropshot_endpoint v0.12.0
5472024-10-18T03:11:47.747Z Downloaded indent_write v2.2.0
5482024-10-18T03:11:47.747Z Downloaded once_cell v1.19.0
5492024-10-18T03:11:47.747Z Downloaded tokio-rustls v0.24.1
5502024-10-18T03:11:47.747Z Downloaded zone v0.3.0
5512024-10-18T03:11:47.747Z Downloaded newline-converter v0.3.0
5522024-10-18T03:11:47.747Z Downloaded tower-service v0.3.3
5532024-10-18T03:11:47.747Z Downloaded memmap v0.7.0
5542024-10-18T03:11:47.747Z Downloaded managed v0.8.0
5552024-10-18T03:11:47.747Z Downloaded spin v0.9.8
5562024-10-18T03:11:47.747Z Downloaded usdt-macro v0.5.0
5572024-10-18T03:11:47.747Z Downloaded is-terminal v0.4.13
5582024-10-18T03:11:47.747Z Downloaded thread-id v4.2.2
5592024-10-18T03:11:47.747Z Downloaded unicode-ident v1.0.13
5602024-10-18T03:11:47.747Z Downloaded openssl-probe v0.1.5
5612024-10-18T03:11:47.747Z Downloaded iana-time-zone v0.1.61
5622024-10-18T03:11:47.747Z Downloaded hyper-rustls v0.27.3
5632024-10-18T03:11:47.747Z Downloaded socket2 v0.5.7
5642024-10-18T03:11:47.747Z Downloaded num_threads v0.1.7
5652024-10-18T03:11:47.747Z Downloaded parking_lot v0.12.3
5662024-10-18T03:11:47.747Z Downloaded getrandom v0.2.15
5672024-10-18T03:11:47.747Z Downloaded structmeta v0.3.0
5682024-10-18T03:11:47.747Z Downloaded macaddr v1.0.1
5692024-10-18T03:11:47.748Z Downloaded unicode-bidi v0.3.15
5702024-10-18T03:11:47.748Z Downloaded typify v0.2.0
5712024-10-18T03:11:47.748Z Downloaded futures-task v0.3.30
5722024-10-18T03:11:47.748Z Downloaded thiserror-impl v1.0.64
5732024-10-18T03:11:47.748Z Downloaded clap v4.5.18
5742024-10-18T03:11:47.748Z Downloaded http-body v0.4.6
5752024-10-18T03:11:47.748Z Downloaded hostname v0.4.0
5762024-10-18T03:11:47.748Z Downloaded unsafe-libyaml v0.2.11
5772024-10-18T03:11:47.748Z Downloaded tokio-rustls v0.26.0
5782024-10-18T03:11:47.748Z Downloaded rand v0.8.5
5792024-10-18T03:11:47.748Z Downloaded terminal_size v0.3.0
5802024-10-18T03:11:47.748Z Downloaded multer v3.1.0
5812024-10-18T03:11:47.748Z Downloaded whoami v1.5.2
5822024-10-18T03:11:47.748Z Downloaded num_enum_derive v0.7.3
5832024-10-18T03:11:47.748Z Downloaded version_check v0.9.5
5842024-10-18T03:11:47.748Z Downloaded tracing-attributes v0.1.27
5852024-10-18T03:11:47.748Z Downloaded hash32 v0.3.1
5862024-10-18T03:11:47.748Z Downloaded crossbeam-channel v0.5.13
5872024-10-18T03:11:47.748Z Downloaded usdt-impl v0.5.0
5882024-10-18T03:11:47.748Z Downloaded base64 v0.22.1
5892024-10-18T03:11:47.748Z Downloaded subtle v2.6.1
5902024-10-18T03:11:47.748Z Downloaded pest v2.7.13
5912024-10-18T03:11:47.748Z Downloaded highway v1.2.0
5922024-10-18T03:11:47.748Z Downloaded lazy_static v1.5.0
5932024-10-18T03:11:47.748Z Downloaded itoa v1.0.11
5942024-10-18T03:11:47.748Z Downloaded strum_macros v0.26.4
5952024-10-18T03:11:47.748Z Downloaded parking_lot_core v0.8.6
5962024-10-18T03:11:47.748Z Downloaded thin-vec v0.2.13
5972024-10-18T03:11:47.748Z Downloaded num-complex v0.4.6
5982024-10-18T03:11:47.748Z Downloaded num-traits v0.2.19
5992024-10-18T03:11:47.748Z Downloaded num_enum_derive v0.5.11
6002024-10-18T03:11:47.748Z Downloaded http-body-util v0.1.2
6012024-10-18T03:11:47.748Z Downloaded openssl-sys v0.9.103
6022024-10-18T03:11:47.749Z Downloaded half v2.4.1
6032024-10-18T03:11:47.749Z Downloaded indexmap v2.5.0
6042024-10-18T03:11:47.749Z Downloaded hyper-rustls v0.24.2
6052024-10-18T03:11:47.749Z Downloaded heapless v0.8.0
6062024-10-18T03:11:47.749Z Downloaded url v2.5.2
6072024-10-18T03:11:47.749Z Downloaded zerocopy v0.6.6
6082024-10-18T03:11:47.749Z Downloaded hyper-util v0.1.9
6092024-10-18T03:11:47.749Z Downloaded steno v0.4.1
6102024-10-18T03:11:47.749Z Downloaded parking_lot v0.11.2
6112024-10-18T03:11:47.749Z Downloaded tracing v0.1.40
6122024-10-18T03:11:47.749Z Downloaded indexmap v1.9.3
6132024-10-18T03:11:47.749Z Downloaded rustls-webpki v0.101.7
6142024-10-18T03:11:47.749Z Downloaded http v0.2.12
6152024-10-18T03:11:47.749Z Downloaded clap_builder v4.5.18
6162024-10-18T03:11:47.749Z Downloaded serde_with v3.9.0
6172024-10-18T03:11:47.749Z Downloaded aho-corasick v1.1.3
6182024-10-18T03:11:47.749Z Downloaded toml_edit v0.19.15
6192024-10-18T03:11:47.749Z Downloaded unicode-segmentation v1.12.0
6202024-10-18T03:11:47.749Z Downloaded minimal-lexical v0.2.1
6212024-10-18T03:11:47.749Z Downloaded reqwest v0.11.27
6222024-10-18T03:11:47.749Z Downloaded toml_edit v0.22.21
6232024-10-18T03:11:47.749Z Downloaded hickory-resolver v0.24.1
6242024-10-18T03:11:47.749Z Downloaded reqwest v0.12.8
6252024-10-18T03:11:47.749Z Downloaded time v0.3.36
6262024-10-18T03:11:47.749Z Downloaded nom v7.1.3
6272024-10-18T03:11:47.749Z Downloaded unicode-normalization v0.1.24
6282024-10-18T03:11:47.749Z Downloaded hyper v1.4.1
6292024-10-18T03:11:47.749Z Downloaded libm v0.2.8
6302024-10-18T03:11:47.749Z Downloaded winnow v0.6.18
6312024-10-18T03:11:47.749Z Downloaded rustls-webpki v0.102.8
6322024-10-18T03:11:47.749Z Downloaded itertools v0.13.0
6332024-10-18T03:11:47.749Z Downloaded hyper v0.14.30
6342024-10-18T03:11:47.749Z Downloaded h2 v0.4.6
6352024-10-18T03:11:47.749Z Downloaded h2 v0.3.26
6362024-10-18T03:11:47.749Z Downloaded rustls v0.21.12
6372024-10-18T03:11:47.749Z Downloaded regex v1.10.6
6382024-10-18T03:11:47.749Z Downloaded vcpkg v0.2.15
6392024-10-18T03:11:47.749Z Downloaded webpki-roots v0.25.4
6402024-10-18T03:11:47.749Z Downloaded webpki-roots v0.26.6
6412024-10-18T03:11:47.749Z Downloaded openssl v0.10.66
6422024-10-18T03:11:47.750Z Downloaded syn v2.0.77
6432024-10-18T03:11:47.750Z Downloaded unicode-width v0.1.14
6442024-10-18T03:11:47.750Z Downloaded idna v0.5.0
6452024-10-18T03:11:47.753Z Downloaded hickory-proto v0.24.1
6462024-10-18T03:11:47.753Z Downloaded rustls v0.23.13
6472024-10-18T03:11:47.754Z Downloaded rustix v0.38.37
6482024-10-18T03:11:47.754Z Downloaded smoltcp v0.11.0
6492024-10-18T03:11:47.754Z Downloaded openapiv3 v2.0.0
6502024-10-18T03:11:47.754Z Downloaded sled v0.34.7
6512024-10-18T03:11:47.754Z Downloaded idna v0.4.0
6522024-10-18T03:11:47.754Z Downloaded rustls v0.22.4
6532024-10-18T03:11:47.754Z Downloaded rhai v1.19.0
6542024-10-18T03:11:47.754Z Downloaded regress v0.10.1
6552024-10-18T03:11:47.754Z Downloaded typify-impl v0.2.0
6562024-10-18T03:11:47.754Z Downloaded regex-automata v0.4.7
6572024-10-18T03:11:47.754Z Downloaded regress v0.9.1
6582024-10-18T03:11:47.754Z Downloaded zerocopy-derive v0.6.6
6592024-10-18T03:11:47.754Z Downloaded dropshot v0.12.0
6602024-10-18T03:11:47.754Z Downloaded syn v1.0.109
6612024-10-18T03:11:47.754Z Downloaded zerocopy v0.7.35
6622024-10-18T03:11:47.754Z Downloaded futures-util v0.3.30
6632024-10-18T03:11:47.754Z Downloaded goblin v0.8.2
6642024-10-18T03:11:47.754Z Downloaded quinn-proto v0.11.8
6652024-10-18T03:11:47.754Z Downloaded winnow v0.5.40
6662024-10-18T03:11:47.754Z Downloaded chrono v0.4.38
6672024-10-18T03:11:47.754Z Downloaded regex-syntax v0.8.4
6682024-10-18T03:11:47.754Z Downloaded hashbrown v0.12.3
6692024-10-18T03:11:47.754Z Downloaded petgraph v0.6.5
6702024-10-18T03:11:47.754Z Downloaded mio v1.0.2
6712024-10-18T03:11:47.754Z Downloaded libc v0.2.161
6722024-10-18T03:11:47.754Z Downloaded tokio v1.40.0
6732024-10-18T03:11:47.754Z Downloaded itertools v0.10.5
6742024-10-18T03:11:47.754Z Downloaded hashbrown v0.14.5
6752024-10-18T03:11:47.754Z Downloaded itertools v0.12.1
6762024-10-18T03:11:47.754Z Downloaded tokio-util v0.7.12
6772024-10-18T03:11:47.754Z Downloaded http v1.1.0
6782024-10-18T03:11:47.754Z Downloaded serde_json v1.0.128
6792024-10-18T03:11:47.754Z Downloaded httparse v1.9.4
6802024-10-18T03:11:47.754Z Downloaded memchr v2.7.4
6812024-10-18T03:11:47.754Z Downloaded time-macros v0.2.18
6822024-10-18T03:11:47.754Z Downloaded smartstring v1.0.1
6832024-10-18T03:11:47.754Z Downloaded uuid v1.10.0
6842024-10-18T03:11:47.755Z Downloaded toml v0.8.19
6852024-10-18T03:11:47.755Z Downloaded tracing-core v0.1.32
6862024-10-18T03:11:47.755Z Downloaded smallvec v1.13.2
6872024-10-18T03:11:47.755Z Downloaded slog-stdlog v4.1.1
6882024-10-18T03:11:47.755Z Downloaded tokio-rustls v0.25.0
6892024-10-18T03:11:47.755Z Downloaded thiserror v1.0.64
6902024-10-18T03:11:47.755Z Downloaded utf8parse v0.2.2
6912024-10-18T03:11:47.755Z Downloaded num-rational v0.4.2
6922024-10-18T03:11:47.755Z Downloaded structmeta-derive v0.3.0
6932024-10-18T03:11:47.755Z Downloaded is_terminal_polyfill v1.70.1
6942024-10-18T03:11:47.755Z Downloaded term v0.7.0
6952024-10-18T03:11:47.755Z Downloaded slog-term v2.9.1
6962024-10-18T03:11:47.755Z Downloaded strsim v0.11.1
6972024-10-18T03:11:47.755Z Downloaded ucd-trie v0.1.6
6982024-10-18T03:11:47.755Z Downloaded smf v0.2.3
6992024-10-18T03:11:47.755Z Downloaded derive_more v0.99.18
7002024-10-18T03:11:47.755Z Downloaded ipnet v2.10.0
7012024-10-18T03:11:47.755Z Downloaded serde v1.0.210
7022024-10-18T03:11:47.755Z Downloaded darling v0.20.10
7032024-10-18T03:11:47.755Z Downloaded crossbeam-epoch v0.9.18
7042024-10-18T03:11:47.755Z Downloaded thread_local v1.1.8
7052024-10-18T03:11:47.755Z Downloaded tempfile v3.12.0
7062024-10-18T03:11:47.755Z Downloaded cancel-safe-futures v0.1.5
7072024-10-18T03:11:47.755Z Downloaded camino v1.1.9
7082024-10-18T03:11:47.755Z Downloaded typify-macro v0.2.0
7092024-10-18T03:11:47.755Z Downloaded encoding_rs v0.8.34
7102024-10-18T03:11:47.755Z Downloaded ryu v1.0.18
7112024-10-18T03:11:47.755Z Downloaded debug-ignore v1.0.5
7122024-10-18T03:11:47.755Z Downloaded schemars v0.8.21
7132024-10-18T03:11:47.760Z Downloaded rustls-pemfile v2.1.3
7142024-10-18T03:11:47.765Z Downloaded tiny-keccak v2.0.2
7152024-10-18T03:11:47.768Z Downloaded sha2 v0.10.8
7162024-10-18T03:11:47.769Z Downloaded serde_with_macros v3.9.0
7172024-10-18T03:11:47.771Z Downloaded serde_derive_internals v0.29.1
7182024-10-18T03:11:47.771Z Downloaded quinn v0.11.5
7192024-10-18T03:11:47.774Z Downloaded strum_macros v0.25.3
7202024-10-18T03:11:47.777Z Downloaded num_enum v0.7.3
7212024-10-18T03:11:47.781Z Downloaded num-iter v0.1.45
7222024-10-18T03:11:47.783Z Downloaded linked-hash-map v0.5.6
7232024-10-18T03:11:47.784Z Downloaded linear-map v1.2.0
7242024-10-18T03:11:47.786Z Downloaded hyper-tls v0.5.0
7252024-10-18T03:11:47.786Z Downloaded semver v1.0.23
7262024-10-18T03:11:47.789Z Downloaded sct v0.7.1
7272024-10-18T03:11:47.792Z Downloaded scroll v0.12.0
7282024-10-18T03:11:47.795Z Downloaded rustls-pki-types v1.8.0
7292024-10-18T03:11:47.798Z Downloaded serde_yaml v0.9.34+deprecated
7302024-10-18T03:11:47.800Z Downloaded quick-error v1.2.3
7312024-10-18T03:11:47.800Z Downloaded expectorate v1.1.0
7322024-10-18T03:11:47.804Z Downloaded clap_derive v4.5.18
7332024-10-18T03:11:47.807Z Downloaded float-ord v0.3.2
7342024-10-18T03:11:47.807Z Downloaded fastrand v2.1.1
7352024-10-18T03:11:47.807Z Downloaded fxhash v0.2.1
7362024-10-18T03:11:47.807Z Downloaded usdt v0.5.0
7372024-10-18T03:11:47.810Z Downloaded tokio-macros v2.4.0
7382024-10-18T03:11:47.810Z Downloaded ciborium-ll v0.2.2
7392024-10-18T03:11:47.810Z Downloaded tabwriter v1.4.0
7402024-10-18T03:11:47.812Z Downloaded quote v1.0.37
7412024-10-18T03:11:47.815Z Downloaded proc-macro-error v1.0.4
7422024-10-18T03:11:47.817Z Downloaded embedded-io v0.4.0
7432024-10-18T03:11:47.818Z Downloaded dyn-clone v1.0.17
7442024-10-18T03:11:47.820Z Downloaded dirs-next v2.0.0
7452024-10-18T03:11:47.820Z Downloaded crypto-common v0.1.6
7462024-10-18T03:11:47.823Z Downloaded try-lock v0.2.5
7472024-10-18T03:11:47.823Z Downloaded slog-scope v4.4.0
7482024-10-18T03:11:47.823Z Downloaded slog-envlogger v2.2.0
7492024-10-18T03:11:47.826Z Downloaded slog-bunyan v2.5.0
7502024-10-18T03:11:47.826Z Downloaded slab v0.4.9
7512024-10-18T03:11:47.828Z Downloaded serde_spanned v0.6.7
7522024-10-18T03:11:47.828Z Downloaded schemars_derive v0.8.21
7532024-10-18T03:11:47.831Z Downloaded sha1 v0.10.6
7542024-10-18T03:11:47.831Z Downloaded serde_urlencoded v0.7.1
7552024-10-18T03:11:47.834Z Downloaded serde_path_to_error v0.1.16
7562024-10-18T03:11:47.834Z Downloaded signal-hook-registry v1.4.2
7572024-10-18T03:11:47.837Z Downloaded rustc_version v0.4.1
7582024-10-18T03:11:47.837Z Downloaded deranged v0.3.11
7592024-10-18T03:11:47.841Z Downloaded colored v2.1.0
7602024-10-18T03:11:47.841Z Downloaded camino-tempfile v1.1.1
7612024-10-18T03:11:47.844Z Downloaded dof v0.3.0
7622024-10-18T03:11:47.844Z Downloaded darling_macro v0.20.10
7632024-10-18T03:11:47.844Z Downloaded crucible-workspace-hack v0.1.0
7642024-10-18T03:11:47.844Z Downloaded percent-encoding v2.3.1
7652024-10-18T03:11:47.844Z Downloaded cc v1.1.21
7662024-10-18T03:11:47.846Z Downloaded sigpipe v0.1.3
7672024-10-18T03:11:47.849Z Downloaded darling_core v0.20.10
7682024-10-18T03:11:47.852Z Downloaded anyhow v1.0.89
7692024-10-18T03:11:47.856Z Downloaded ppv-lite86 v0.2.20
7702024-10-18T03:11:47.858Z Downloaded postcard v1.0.10
7712024-10-18T03:11:47.861Z Downloaded password-hash v0.5.0
7722024-10-18T03:11:47.867Z Downloaded crossbeam-utils v0.8.20
7732024-10-18T03:11:47.868Z Downloaded cookie v0.18.1
7742024-10-18T03:11:47.870Z Downloaded bitflags v2.6.0
7752024-10-18T03:11:47.870Z Downloaded crc32fast v1.4.2
7762024-10-18T03:11:47.873Z Downloaded async-trait v0.1.83
7772024-10-18T03:11:47.875Z Downloaded console v0.15.8
7782024-10-18T03:11:47.878Z Downloaded ahash v0.8.11
7792024-10-18T03:11:47.880Z Downloaded ciborium v0.2.2
7802024-10-18T03:11:47.883Z Downloaded backoff v0.4.0
7812024-10-18T03:11:47.885Z Downloaded pkg-config v0.3.31
7822024-10-18T03:11:47.885Z Downloaded pest_derive v2.7.13
7832024-10-18T03:11:47.888Z Downloaded digest v0.10.7
7842024-10-18T03:11:47.891Z Downloaded defmt v0.3.8
7852024-10-18T03:11:47.897Z Downloaded parse-display-derive v0.10.0
7862024-10-18T03:11:47.897Z Downloaded futures-sink v0.3.30
7872024-10-18T03:11:47.897Z Downloaded colorchoice v1.0.2
7882024-10-18T03:11:47.899Z Downloaded foreign-types-shared v0.3.1
7892024-10-18T03:11:47.987Z Downloaded ring v0.17.8
7902024-10-18T03:11:48.329Z Compiling proc-macro2 v1.0.86
7912024-10-18T03:11:48.329Z Compiling unicode-ident v1.0.13
7922024-10-18T03:11:48.329Z Compiling libc v0.2.161
7932024-10-18T03:11:48.333Z Compiling serde v1.0.210
7942024-10-18T03:11:48.333Z Compiling autocfg v1.3.0
7952024-10-18T03:11:48.333Z Compiling version_check v0.9.5
7962024-10-18T03:11:48.363Z Compiling cfg-if v1.0.0
7972024-10-18T03:11:48.533Z Compiling once_cell v1.19.0
7982024-10-18T03:11:48.551Z Compiling libm v0.2.8
7992024-10-18T03:11:48.923Z Compiling memchr v2.7.4
8002024-10-18T03:11:49.088Z Compiling lock_api v0.4.12
8012024-10-18T03:11:49.622Z Compiling parking_lot_core v0.9.10
8022024-10-18T03:11:49.724Z Compiling byteorder v1.5.0
8032024-10-18T03:11:49.777Z Compiling shlex v1.3.0
8042024-10-18T03:11:50.175Z Compiling cc v1.1.21
8052024-10-18T03:11:50.195Z Compiling thiserror v1.0.64
8062024-10-18T03:11:50.200Z Compiling itoa v1.0.11
8072024-10-18T03:11:50.666Z Compiling slab v0.4.9
8082024-10-18T03:11:50.766Z Compiling schemars v0.8.21
8092024-10-18T03:11:51.033Z Compiling quote v1.0.37
8102024-10-18T03:11:51.069Z Compiling getrandom v0.2.15
8112024-10-18T03:11:51.207Z Compiling ahash v0.8.11
8122024-10-18T03:11:51.353Z Compiling allocator-api2 v0.2.18
8132024-10-18T03:11:51.485Z Compiling syn v2.0.77
8142024-10-18T03:11:51.539Z Compiling num-traits v0.2.19
8152024-10-18T03:11:51.563Z Compiling ryu v1.0.18
8162024-10-18T03:11:51.660Z Compiling serde_json v1.0.128
8172024-10-18T03:11:51.827Z Compiling pin-project-lite v0.2.14
8182024-10-18T03:11:52.094Z Compiling equivalent v1.0.1
8192024-10-18T03:11:52.096Z Compiling scopeguard v1.2.0
8202024-10-18T03:11:52.198Z Compiling log v0.4.22
8212024-10-18T03:11:52.242Z Compiling fnv v1.0.7
8222024-10-18T03:11:52.339Z Compiling heck v0.5.0
8232024-10-18T03:11:52.522Z Compiling crunchy v0.2.2
8242024-10-18T03:11:52.748Z Compiling pkg-config v0.3.31
8252024-10-18T03:11:52.752Z Compiling vcpkg v0.2.15
8262024-10-18T03:11:53.025Z Compiling signal-hook-registry v1.4.2
8272024-10-18T03:11:53.097Z Compiling ring v0.17.8
8282024-10-18T03:11:54.008Z Compiling socket2 v0.5.7
8292024-10-18T03:11:54.195Z Compiling mio v1.0.2
8302024-10-18T03:11:54.244Z Compiling httparse v1.9.4
8312024-10-18T03:11:54.337Z Compiling tiny-keccak v2.0.2
8322024-10-18T03:11:54.421Z Compiling openssl-sys v0.9.103
8332024-10-18T03:11:54.506Z Compiling slog v2.7.0
8342024-10-18T03:11:55.009Z Compiling iana-time-zone v0.1.61
8352024-10-18T03:11:55.441Z Compiling futures-core v0.3.30
8362024-10-18T03:11:55.460Z Compiling const-random-macro v0.1.16
8372024-10-18T03:11:55.612Z Compiling dyn-clone v1.0.17
8382024-10-18T03:11:55.709Z Compiling futures-sink v0.3.30
8392024-10-18T03:11:55.816Z Compiling openssl v0.10.66
8402024-10-18T03:11:56.175Z Compiling rustls v0.23.13
8412024-10-18T03:11:56.251Z Compiling semver v1.0.23
8422024-10-18T03:11:56.375Z Compiling typenum v1.17.0
8432024-10-18T03:11:56.394Z Compiling native-tls v0.2.12
8442024-10-18T03:11:56.417Z Compiling const-random v0.1.18
8452024-10-18T03:11:56.447Z Compiling futures-channel v0.3.30
8462024-10-18T03:11:56.501Z Compiling pin-utils v0.1.0
8472024-10-18T03:11:56.522Z Compiling futures-io v0.3.30
8482024-10-18T03:11:56.541Z Compiling futures-task v0.3.30
8492024-10-18T03:11:56.592Z Compiling generic-array v0.14.7
8502024-10-18T03:11:56.756Z Compiling tracing-core v0.1.32
8512024-10-18T03:11:56.828Z Compiling bitflags v2.6.0
8522024-10-18T03:11:56.869Z Compiling subtle v2.6.1
8532024-10-18T03:11:56.896Z Compiling ucd-trie v0.1.6
8542024-10-18T03:11:56.916Z Compiling aho-corasick v1.1.3
8552024-10-18T03:11:56.934Z Compiling anyhow v1.0.89
8562024-10-18T03:11:57.131Z Compiling regex-syntax v0.8.4
8572024-10-18T03:11:57.422Z Compiling time-core v0.1.2
8582024-10-18T03:11:57.456Z Compiling num-conv v0.1.0
8592024-10-18T03:11:57.724Z Compiling time-macros v0.2.18
8602024-10-18T03:11:57.935Z Compiling spin v0.9.8
8612024-10-18T03:11:58.188Z Compiling serde_derive_internals v0.29.1
8622024-10-18T03:11:58.868Z Compiling rustls-pki-types v1.8.0
8632024-10-18T03:12:00.077Z Compiling usdt-impl v0.5.0
8642024-10-18T03:12:00.162Z Compiling omicron-workspace-hack v0.1.0
8652024-10-18T03:12:00.460Z Compiling regex-automata v0.4.7
8662024-10-18T03:12:00.480Z Compiling untrusted v0.9.0
8672024-10-18T03:12:00.884Z Compiling strsim v0.11.1
8682024-10-18T03:12:00.931Z Compiling plain v0.2.3
8692024-10-18T03:12:01.093Z Compiling tinyvec_macros v0.1.1
8702024-10-18T03:12:01.167Z Compiling atomic-waker v1.1.2
8712024-10-18T03:12:01.376Z Compiling rustversion v1.0.17
8722024-10-18T03:12:01.591Z Compiling tinyvec v1.8.0
8732024-10-18T03:12:02.848Z Compiling rand_core v0.6.4
8742024-10-18T03:12:03.174Z Compiling unsafe-libyaml v0.2.11
8752024-10-18T03:12:03.342Z Compiling percent-encoding v2.3.1
8762024-10-18T03:12:03.362Z Compiling serde_derive v1.0.210
8772024-10-18T03:12:03.447Z Compiling zerocopy-derive v0.7.35
8782024-10-18T03:12:03.707Z Compiling thiserror-impl v1.0.64
8792024-10-18T03:12:03.816Z Compiling tokio-macros v2.4.0
8802024-10-18T03:12:04.879Z Compiling schemars_derive v0.8.21
8812024-10-18T03:12:05.400Z Compiling futures-macro v0.3.30
8822024-10-18T03:12:05.553Z Compiling zerocopy v0.7.35
8832024-10-18T03:12:07.543Z Compiling openssl-macros v0.1.1
8842024-10-18T03:12:07.684Z Compiling hashbrown v0.14.5
8852024-10-18T03:12:07.869Z Compiling futures-util v0.3.30
8862024-10-18T03:12:08.911Z Compiling tracing-attributes v0.1.27
8872024-10-18T03:12:08.914Z Compiling scroll_derive v0.12.0
8882024-10-18T03:12:08.923Z Compiling regress v0.10.1
8892024-10-18T03:12:09.841Z Compiling pest v2.7.13
8902024-10-18T03:12:10.423Z Compiling regex v1.10.6
8912024-10-18T03:12:11.366Z Compiling tracing v0.1.40
8922024-10-18T03:12:12.030Z Compiling scroll v0.12.0
8932024-10-18T03:12:12.595Z Compiling pest_meta v2.7.13
8942024-10-18T03:12:12.771Z Compiling goblin v0.8.2
8952024-10-18T03:12:13.412Z Compiling zeroize v1.8.1
8962024-10-18T03:12:13.769Z Compiling pretty-hex v0.4.1
8972024-10-18T03:12:13.992Z Compiling pest_generator v2.7.13
8982024-10-18T03:12:14.575Z Compiling rustls-webpki v0.102.8
8992024-10-18T03:12:15.762Z Compiling try-lock v0.2.5
9002024-10-18T03:12:15.920Z Compiling want v0.3.1
9012024-10-18T03:12:16.223Z Compiling form_urlencoded v1.2.1
9022024-10-18T03:12:16.727Z Compiling pest_derive v2.7.13
9032024-10-18T03:12:16.747Z Compiling unicode-normalization v0.1.24
9042024-10-18T03:12:17.453Z Compiling bytes v1.7.2
9052024-10-18T03:12:18.913Z Compiling smallvec v1.13.2
9062024-10-18T03:12:19.290Z Compiling indexmap v2.5.0
9072024-10-18T03:12:19.321Z Compiling chrono v0.4.38
9082024-10-18T03:12:19.719Z Compiling uuid v1.10.0
9092024-10-18T03:12:20.130Z Compiling parking_lot v0.12.3
9102024-10-18T03:12:20.216Z Compiling serde_tokenstream v0.2.2
9112024-10-18T03:12:20.758Z Compiling tokio v1.40.0
9122024-10-18T03:12:20.803Z Compiling http v1.1.0
9132024-10-18T03:12:24.386Z Compiling openapiv3 v2.0.0
9142024-10-18T03:12:24.449Z Compiling ipnetwork v0.20.0
9152024-10-18T03:12:27.308Z Compiling typify-impl v0.2.0
9162024-10-18T03:12:27.713Z Compiling http-body v1.0.1
9172024-10-18T03:12:27.979Z Compiling serde_yaml v0.9.34+deprecated
9182024-10-18T03:12:28.526Z Compiling dof v0.3.0
9192024-10-18T03:12:28.634Z Compiling dtrace-parser v0.2.0
9202024-10-18T03:12:30.148Z Compiling thread-id v4.2.2
9212024-10-18T03:12:30.225Z Compiling tokio-util v0.7.12
9222024-10-18T03:12:30.271Z Compiling syn v1.0.109
9232024-10-18T03:12:30.339Z Compiling foreign-types-shared v0.1.1
9242024-10-18T03:12:30.465Z Compiling httpdate v1.0.3
9252024-10-18T03:12:30.868Z Compiling unicode-bidi v0.3.15
9262024-10-18T03:12:31.230Z Compiling h2 v0.4.6
9272024-10-18T03:12:31.781Z Compiling rustls v0.22.4
9282024-10-18T03:12:32.117Z Compiling ident_case v1.0.1
9292024-10-18T03:12:32.223Z Compiling camino v1.1.9
9302024-10-18T03:12:32.292Z Compiling darling_core v0.20.10
9312024-10-18T03:12:32.829Z Compiling foreign-types v0.3.2
9322024-10-18T03:12:32.933Z Compiling ppv-lite86 v0.2.20
9332024-10-18T03:12:34.129Z Compiling tower-service v0.3.3
9342024-10-18T03:12:34.212Z Compiling slog-async v2.8.0
9352024-10-18T03:12:35.237Z Compiling rand_chacha v0.3.1
9362024-10-18T03:12:36.952Z Compiling hyper v1.4.1
9372024-10-18T03:12:38.532Z Compiling darling_macro v0.20.10
9382024-10-18T03:12:38.998Z Compiling typify-macro v0.2.0
9392024-10-18T03:12:39.579Z Compiling idna v0.5.0
9402024-10-18T03:12:42.928Z Compiling typify v0.2.0
9412024-10-18T03:12:43.075Z Compiling progenitor-impl v0.8.0
9422024-10-18T03:12:43.406Z Compiling hyper-util v0.1.9
9432024-10-18T03:12:45.783Z Compiling toml_datetime v0.6.8
9442024-10-18T03:12:46.880Z Compiling multer v3.1.0
9452024-10-18T03:12:47.480Z Compiling openssl-probe v0.1.5
9462024-10-18T03:12:47.980Z Compiling paste v1.0.15
9472024-10-18T03:12:49.858Z Compiling progenitor-macro v0.8.0
9482024-10-18T03:12:50.352Z Compiling url v2.5.2
9492024-10-18T03:12:50.765Z Compiling darling v0.20.10
9502024-10-18T03:12:51.323Z Compiling rand v0.8.5
9512024-10-18T03:12:53.955Z Compiling usdt-attr-macro v0.5.0
9522024-10-18T03:12:55.654Z Compiling usdt-macro v0.5.0
9532024-10-18T03:12:55.863Z Compiling http-body-util v0.1.2
9542024-10-18T03:12:56.144Z Compiling async-trait v0.1.83
9552024-10-18T03:12:58.241Z Compiling encoding_rs v0.8.34
9562024-10-18T03:12:58.261Z Compiling mime v0.3.17
9572024-10-18T03:12:58.689Z Compiling ipnet v2.10.0
9582024-10-18T03:12:59.366Z Compiling base64 v0.22.1
9592024-10-18T03:13:00.473Z Compiling rustls-pemfile v2.1.3
9602024-10-18T03:13:02.915Z Compiling tokio-rustls v0.26.0
9612024-10-18T03:13:03.438Z Compiling serde_with_macros v3.9.0
9622024-10-18T03:13:03.624Z Compiling tokio-native-tls v0.3.1
9632024-10-18T03:13:05.030Z Compiling strum_macros v0.26.4
9642024-10-18T03:13:05.173Z Compiling serde_urlencoded v0.7.1
9652024-10-18T03:13:05.884Z Compiling structmeta-derive v0.3.0
9662024-10-18T03:13:06.165Z Compiling async-stream-impl v0.3.5
9672024-10-18T03:13:07.536Z Compiling webpki-roots v0.26.6
9682024-10-18T03:13:07.766Z Compiling dropshot v0.12.0
9692024-10-18T03:13:08.123Z Compiling powerfmt v0.2.0
9702024-10-18T03:13:08.537Z Compiling crossbeam-utils v0.8.20
9712024-10-18T03:13:09.011Z Compiling structmeta v0.3.0
9722024-10-18T03:13:09.123Z Compiling deranged v0.3.11
9732024-10-18T03:13:09.404Z Compiling hyper-rustls v0.27.3
9742024-10-18T03:13:09.521Z Compiling hyper-tls v0.6.0
9752024-10-18T03:13:10.744Z Compiling sync_wrapper v1.0.1
9762024-10-18T03:13:12.027Z Compiling num_threads v0.1.7
9772024-10-18T03:13:12.761Z Compiling winnow v0.6.18
9782024-10-18T03:13:14.076Z Compiling time v0.3.36
9792024-10-18T03:13:14.892Z Compiling reqwest v0.12.8
9802024-10-18T03:13:16.470Z Compiling parse-display-derive v0.10.0
9812024-10-18T03:13:18.849Z Compiling crypto-common v0.1.6
9822024-10-18T03:13:19.082Z Compiling block-buffer v0.10.4
9832024-10-18T03:13:19.338Z Compiling dropshot_endpoint v0.12.0
9842024-10-18T03:13:20.505Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9852024-10-18T03:13:22.635Z Compiling digest v0.10.7
9862024-10-18T03:13:23.116Z Compiling progenitor-client v0.8.0
9872024-10-18T03:13:24.039Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9882024-10-18T03:13:26.034Z Compiling dirs-sys-next v0.1.2
9892024-10-18T03:13:26.939Z Compiling rustix v0.38.37
9902024-10-18T03:13:27.065Z Compiling lazy_static v1.5.0
9912024-10-18T03:13:27.619Z Compiling match_cfg v0.1.0
9922024-10-18T03:13:27.743Z Compiling hostname v0.3.1
9932024-10-18T03:13:27.993Z Compiling dirs-next v2.0.0
9942024-10-18T03:13:28.013Z Compiling progenitor v0.8.0
9952024-10-18T03:13:28.261Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9962024-10-18T03:13:30.334Z Compiling futures-executor v0.3.30
9972024-10-18T03:13:31.393Z Compiling errno v0.3.9
9982024-10-18T03:13:31.556Z Compiling thread_local v1.1.8
9992024-10-18T03:13:32.259Z Compiling instant v0.1.13
10002024-10-18T03:13:32.432Z Compiling cpufeatures v0.2.14
10012024-10-18T03:13:32.540Z Compiling unicode-width v0.1.14
10022024-10-18T03:13:34.858Z Compiling futures v0.3.30
10032024-10-18T03:13:36.370Z Compiling term v0.7.0
10042024-10-18T03:13:36.816Z Compiling crossbeam-channel v0.5.13
10052024-10-18T03:13:38.710Z Compiling serde_spanned v0.6.7
10062024-10-18T03:13:38.972Z Compiling memmap v0.7.0
10072024-10-18T03:13:39.412Z Compiling is-terminal v0.4.13
10082024-10-18T03:13:39.784Z Compiling take_mut v0.2.2
10092024-10-18T03:13:40.415Z Compiling slog-term v2.9.1
10102024-10-18T03:13:40.723Z Compiling usdt v0.5.0
10112024-10-18T03:13:42.168Z Compiling toml_edit v0.22.21
10122024-10-18T03:13:43.027Z Compiling slog-json v2.6.1
10132024-10-18T03:13:43.454Z Compiling strum v0.26.3
10142024-10-18T03:13:43.654Z Compiling serde_with v3.9.0
10152024-10-18T03:13:46.283Z Compiling debug-ignore v1.0.5
10162024-10-18T03:13:46.434Z Compiling heapless v0.8.0
10172024-10-18T03:13:47.617Z Compiling tokio-rustls v0.25.0
10182024-10-18T03:13:48.940Z Compiling toml v0.8.19
10192024-10-18T03:13:50.159Z Compiling slog-bunyan v2.5.0
10202024-10-18T03:13:50.444Z Compiling sha1 v0.10.6
10212024-10-18T03:13:51.306Z Compiling async-stream v0.3.5
10222024-10-18T03:13:51.616Z Compiling newtype-uuid v1.1.0
10232024-10-18T03:13:51.702Z Compiling serde_path_to_error v0.1.16
10242024-10-18T03:13:51.973Z Compiling hex v0.4.3
10252024-10-18T03:13:52.381Z Compiling waitgroup v0.1.2
10262024-10-18T03:13:52.685Z Compiling hostname v0.4.0
10272024-10-18T03:13:52.703Z Compiling hash32 v0.3.1
10282024-10-18T03:13:52.933Z Compiling stable_deref_trait v1.2.0
10292024-10-18T03:13:52.957Z Compiling smoltcp v0.11.0
10302024-10-18T03:13:55.806Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10312024-10-18T03:13:56.210Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10322024-10-18T03:13:56.532Z Compiling backoff v0.4.0
10332024-10-18T03:13:56.802Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10342024-10-18T03:13:56.905Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10352024-10-18T03:13:57.111Z Compiling parse-display v0.10.0
10362024-10-18T03:13:59.097Z Compiling macaddr v1.0.1
10372024-10-18T03:14:00.642Z Compiling regress v0.9.1
10382024-10-18T03:14:01.193Z Compiling clap_derive v4.5.18
10392024-10-18T03:14:03.624Z Compiling winnow v0.5.40
10402024-10-18T03:14:04.213Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10412024-10-18T03:14:05.401Z Compiling bitflags v1.3.2
10422024-10-18T03:14:05.405Z Compiling utf8parse v0.2.2
10432024-10-18T03:14:05.405Z Compiling cobs v0.2.3
10442024-10-18T03:14:05.678Z Compiling managed v0.8.0
10452024-10-18T03:14:06.064Z Compiling postcard v1.0.10
10462024-10-18T03:14:06.802Z Compiling anstyle-parse v0.2.5
10472024-10-18T03:14:07.533Z Compiling toml_edit v0.19.15
10482024-10-18T03:14:07.793Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-10-18T03:14:13.760Z Compiling anstyle v1.0.8
10502024-10-18T03:14:14.180Z Compiling colorchoice v1.0.2
10512024-10-18T03:14:14.350Z Compiling anstyle-query v1.1.1
10522024-10-18T03:14:14.507Z Compiling is_terminal_polyfill v1.70.1
10532024-10-18T03:14:14.648Z Compiling anstream v0.6.15
10542024-10-18T03:14:16.021Z Compiling proc-macro-crate v1.3.1
10552024-10-18T03:14:16.758Z Compiling terminal_size v0.3.0
10562024-10-18T03:14:16.968Z Compiling clap_lex v0.7.2
10572024-10-18T03:14:17.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10582024-10-18T03:14:17.630Z Compiling clap_builder v4.5.18
10592024-10-18T03:14:17.890Z Compiling num_enum_derive v0.5.11
10602024-10-18T03:14:18.945Z Compiling tabwriter v1.4.0
10612024-10-18T03:14:19.874Z Compiling foreign-types-macros v0.2.3
10622024-10-18T03:14:20.245Z Compiling num-integer v0.1.46
10632024-10-18T03:14:20.835Z Compiling foreign-types-shared v0.3.1
10642024-10-18T03:14:20.964Z Compiling num_enum v0.5.11
10652024-10-18T03:14:21.201Z Compiling foreign-types v0.5.0
10662024-10-18T03:14:21.544Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10672024-10-18T03:14:21.860Z Compiling clap v4.5.18
10682024-10-18T03:14:22.180Z Compiling cstr-argument v0.1.2
10692024-10-18T03:14:22.384Z Compiling proc-macro-error-attr v1.0.4
10702024-10-18T03:14:22.473Z Compiling prettyplease v0.2.22
10712024-10-18T03:14:22.735Z Compiling either v1.13.0
10722024-10-18T03:14:22.779Z Compiling pretty-hex v0.2.1
10732024-10-18T03:14:22.998Z Compiling heck v0.4.1
10742024-10-18T03:14:23.443Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10752024-10-18T03:14:23.893Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10762024-10-18T03:14:23.895Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10772024-10-18T03:14:25.091Z Compiling num-rational v0.4.2
10782024-10-18T03:14:25.167Z Compiling num-iter v0.1.45
10792024-10-18T03:14:25.751Z Compiling colored v2.1.0
10802024-10-18T03:14:27.280Z Compiling num-complex v0.4.6
10812024-10-18T03:14:27.843Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10822024-10-18T03:14:27.917Z Compiling proc-macro-error v1.0.4
10832024-10-18T03:14:28.210Z Compiling fastrand v2.1.1
10842024-10-18T03:14:28.449Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10852024-10-18T03:14:28.566Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10862024-10-18T03:14:28.930Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10872024-10-18T03:14:29.091Z Compiling tempfile v3.12.0
10882024-10-18T03:14:29.114Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-10-18T03:14:30.416Z Compiling num v0.4.3
10902024-10-18T03:14:33.531Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-10-18T03:14:34.101Z Compiling crucible-workspace-hack v0.1.0
10922024-10-18T03:14:34.178Z Compiling float-ord v0.3.2
10932024-10-18T03:14:34.344Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10942024-10-18T03:14:41.312Z Compiling semver v0.1.20
10952024-10-18T03:14:42.061Z Compiling unicode-segmentation v1.12.0
10962024-10-18T03:14:42.404Z Compiling rustc_version v0.1.7
10972024-10-18T03:14:42.801Z Compiling newline-converter v0.3.0
10982024-10-18T03:14:42.997Z Compiling zone_cfg_derive v0.3.0
10992024-10-18T03:14:43.273Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11002024-10-18T03:14:43.444Z Compiling camino-tempfile v1.1.1
11012024-10-18T03:14:43.774Z Compiling itertools v0.10.5
11022024-10-18T03:14:44.285Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11032024-10-18T03:14:44.528Z Compiling console v0.15.8
11042024-10-18T03:14:44.820Z Compiling num-derive v0.4.2
11052024-10-18T03:14:46.245Z Compiling sigpipe v0.1.3
11062024-10-18T03:14:46.399Z Compiling similar v2.6.0
11072024-10-18T03:14:47.171Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11082024-10-18T03:14:47.193Z Compiling base64ct v1.6.0
11092024-10-18T03:14:47.514Z Compiling expectorate v1.1.0
11102024-10-18T03:14:47.551Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11112024-10-18T03:14:47.763Z Compiling password-hash v0.5.0
11122024-10-18T03:14:47.827Z Compiling zone v0.3.0
11132024-10-18T03:14:49.108Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11142024-10-18T03:14:49.966Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11152024-10-18T03:14:49.996Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11162024-10-18T03:14:51.193Z Compiling newtype_derive v0.1.6
11172024-10-18T03:14:51.576Z Compiling blake2 v0.10.6
11182024-10-18T03:14:52.338Z Compiling hubpack_derive v0.1.1
11192024-10-18T03:14:52.722Z Compiling smf v0.2.3
11202024-10-18T03:14:52.811Z Compiling zerocopy-derive v0.6.6
11212024-10-18T03:14:53.230Z Compiling cancel-safe-futures v0.1.5
11222024-10-18T03:14:53.278Z Compiling fixedbitset v0.4.2
11232024-10-18T03:14:53.615Z Compiling owo-colors v4.1.0
11242024-10-18T03:14:53.693Z Compiling whoami v1.5.2
11252024-10-18T03:14:54.007Z Compiling petgraph v0.6.5
11262024-10-18T03:14:54.023Z Compiling hubpack v0.1.2
11272024-10-18T03:14:54.859Z Compiling zerocopy v0.6.6
11282024-10-18T03:14:55.218Z Compiling argon2 v0.5.3
11292024-10-18T03:14:55.869Z Compiling strum_macros v0.25.3
11302024-10-18T03:14:57.652Z Compiling serde-big-array v0.5.1
11312024-10-18T03:14:57.930Z Compiling serde_repr v0.1.19
11322024-10-18T03:14:58.509Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11332024-10-18T03:14:58.844Z Compiling cookie v0.18.1
11342024-10-18T03:14:59.178Z Compiling static_assertions v1.1.0
11352024-10-18T03:14:59.215Z Compiling convert_case v0.4.0
11362024-10-18T03:14:59.355Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11372024-10-18T03:14:59.669Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11382024-10-18T03:15:00.022Z Compiling derive_more v0.99.18
11392024-10-18T03:15:01.648Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402024-10-18T03:15:01.988Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-10-18T03:15:02.882Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-10-18T03:15:04.788Z Compiling atomicwrites v0.4.4
11432024-10-18T03:15:05.311Z Compiling itertools v0.13.0
11442024-10-18T03:15:06.802Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-10-18T03:15:07.698Z Compiling idna v0.4.0
11462024-10-18T03:15:07.982Z Compiling libsw v3.3.1
11472024-10-18T03:15:08.314Z Compiling derive-where v1.2.7
11482024-10-18T03:15:08.629Z Compiling enum-as-inner v0.6.1
11492024-10-18T03:15:09.067Z Compiling linear-map v1.2.0
11502024-10-18T03:15:09.088Z Compiling swrite v0.1.0
11512024-10-18T03:15:09.234Z Compiling data-encoding v2.6.0
11522024-10-18T03:15:09.516Z Compiling quick-error v1.2.3
11532024-10-18T03:15:09.679Z Compiling linked-hash-map v0.5.6
11542024-10-18T03:15:09.846Z Compiling indent_write v2.2.0
11552024-10-18T03:15:10.083Z Compiling highway v1.2.0
11562024-10-18T03:15:10.102Z Compiling lru-cache v0.1.2
11572024-10-18T03:15:10.335Z Compiling hickory-proto v0.24.1
11582024-10-18T03:15:11.520Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-10-18T03:15:11.538Z Compiling resolv-conf v0.7.0
11602024-10-18T03:15:11.670Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-10-18T03:15:13.129Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-10-18T03:15:14.540Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-10-18T03:15:14.940Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-10-18T03:15:16.107Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-10-18T03:15:17.052Z Compiling steno v0.4.1
11662024-10-18T03:15:19.775Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11672024-10-18T03:15:20.143Z Compiling slog-dtrace v0.3.0
11682024-10-18T03:15:20.259Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-10-18T03:15:20.426Z Compiling humantime v2.1.0
11702024-10-18T03:15:20.501Z Compiling parking_lot_core v0.8.6
11712024-10-18T03:15:21.006Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11722024-10-18T03:15:21.326Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-10-18T03:15:24.215Z Compiling hickory-resolver v0.24.1
11742024-10-18T03:15:24.436Z Compiling num-derive v0.3.3
11752024-10-18T03:15:24.560Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-10-18T03:15:25.532Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11772024-10-18T03:15:25.958Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11782024-10-18T03:15:26.134Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11792024-10-18T03:15:27.222Z Compiling parking_lot v0.11.2
11802024-10-18T03:15:27.704Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11812024-10-18T03:15:28.823Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11822024-10-18T03:15:29.917Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11832024-10-18T03:15:30.713Z Compiling crossbeam-epoch v0.9.18
11842024-10-18T03:15:31.692Z Compiling fxhash v0.2.1
11852024-10-18T03:15:31.857Z Compiling crc32fast v1.4.2
11862024-10-18T03:15:31.924Z Compiling crc8 v0.1.1
11872024-10-18T03:15:32.246Z Compiling arc-swap v1.7.1
11882024-10-18T03:15:32.380Z Compiling sled v0.34.7
11892024-10-18T03:15:32.931Z Compiling slog-scope v4.4.0
11902024-10-18T03:15:33.721Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-10-18T03:15:37.761Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11922024-10-18T03:15:38.586Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11932024-10-18T03:15:39.143Z Compiling slog-stdlog v4.1.1
11942024-10-18T03:15:39.965Z Compiling slog-envlogger v2.2.0
11952024-10-18T03:15:41.582Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11962024-10-18T03:15:42.200Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11972024-10-18T03:15:54.666Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-10-18T03:15:57.799Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
11992024-10-18T03:15:58.977Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12002024-10-18T03:16:26.950Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12012024-10-18T03:16:26.955Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12022024-10-18T03:16:34.174Z Finished `release` profile [optimized] target(s) in 5m 09s
12032024-10-18T03:16:34.486Z+ banner trio
12042024-10-18T03:16:34.490Z
12052024-10-18T03:16:34.490Z ##### ##### # ####
12062024-10-18T03:16:34.490Z # # # # # #
12072024-10-18T03:16:34.490Z # # # # # #
12082024-10-18T03:16:34.490Z # ##### # # #
12092024-10-18T03:16:34.490Z # # # # # #
12102024-10-18T03:16:34.490Z # # # # ####
12112024-10-18T03:16:34.490Z
12122024-10-18T03:16:34.490Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12132024-10-18T03:16:34.988Z Compiling cfg-if v1.0.0
12142024-10-18T03:16:34.988Z Compiling libc v0.2.161
12152024-10-18T03:16:34.988Z Compiling serde v1.0.210
12162024-10-18T03:16:34.988Z Compiling once_cell v1.19.0
12172024-10-18T03:16:34.990Z Compiling itoa v1.0.11
12182024-10-18T03:16:34.990Z Compiling byteorder v1.5.0
12192024-10-18T03:16:35.059Z Compiling syn v2.0.77
12202024-10-18T03:16:35.066Z Compiling bytes v1.7.2
12212024-10-18T03:16:35.115Z Compiling num-traits v0.2.19
12222024-10-18T03:16:35.265Z Compiling zerocopy v0.7.35
12232024-10-18T03:16:35.437Z Compiling pin-project-lite v0.2.14
12242024-10-18T03:16:35.449Z Compiling ahash v0.8.11
12252024-10-18T03:16:35.483Z Compiling allocator-api2 v0.2.18
12262024-10-18T03:16:35.499Z Compiling scopeguard v1.2.0
12272024-10-18T03:16:35.574Z Compiling memchr v2.7.4
12282024-10-18T03:16:35.605Z Compiling schemars v0.8.21
12292024-10-18T03:16:35.627Z Compiling smallvec v1.13.2
12302024-10-18T03:16:36.018Z Compiling lock_api v0.4.12
12312024-10-18T03:16:36.316Z Compiling fnv v1.0.7
12322024-10-18T03:16:36.444Z Compiling hashbrown v0.14.5
12332024-10-18T03:16:36.454Z Compiling getrandom v0.2.15
12342024-10-18T03:16:36.511Z Compiling parking_lot_core v0.9.10
12352024-10-18T03:16:36.552Z Compiling mio v1.0.2
12362024-10-18T03:16:36.811Z Compiling socket2 v0.5.7
12372024-10-18T03:16:36.911Z Compiling parking_lot v0.12.3
12382024-10-18T03:16:37.310Z Compiling signal-hook-registry v1.4.2
12392024-10-18T03:16:37.560Z Compiling log v0.4.22
12402024-10-18T03:16:37.856Z Compiling futures-core v0.3.30
12412024-10-18T03:16:38.124Z Compiling equivalent v1.0.1
12422024-10-18T03:16:38.237Z Compiling ryu v1.0.18
12432024-10-18T03:16:38.244Z Compiling tracing-core v0.1.32
12442024-10-18T03:16:38.255Z Compiling serde_json v1.0.128
12452024-10-18T03:16:38.288Z Compiling uuid v1.10.0
12462024-10-18T03:16:38.447Z Compiling regress v0.10.1
12472024-10-18T03:16:38.787Z Compiling futures-sink v0.3.30
12482024-10-18T03:16:38.860Z Compiling untrusted v0.9.0
12492024-10-18T03:16:38.878Z Compiling futures-task v0.3.30
12502024-10-18T03:16:38.963Z Compiling spin v0.9.8
12512024-10-18T03:16:39.013Z Compiling pin-utils v0.1.0
12522024-10-18T03:16:39.038Z Compiling slab v0.4.9
12532024-10-18T03:16:39.104Z Compiling futures-util v0.3.30
12542024-10-18T03:16:39.157Z Compiling ring v0.17.8
12552024-10-18T03:16:39.282Z Compiling try-lock v0.2.5
12562024-10-18T03:16:39.430Z Compiling want v0.3.1
12572024-10-18T03:16:39.724Z Compiling httparse v1.9.4
12582024-10-18T03:16:40.164Z Compiling chrono v0.4.38
12592024-10-18T03:16:40.709Z Compiling futures-channel v0.3.30
12602024-10-18T03:16:40.752Z Compiling dyn-clone v1.0.17
12612024-10-18T03:16:40.961Z Compiling tower-service v0.3.3
12622024-10-18T03:16:41.075Z Compiling foreign-types-shared v0.1.1
12632024-10-18T03:16:41.158Z Compiling foreign-types v0.3.2
12642024-10-18T03:16:41.182Z Compiling openssl-sys v0.9.103
12652024-10-18T03:16:41.601Z Compiling serde_derive_internals v0.29.1
12662024-10-18T03:16:42.185Z Compiling bitflags v2.6.0
12672024-10-18T03:16:42.196Z Compiling unicode-ident v1.0.13
12682024-10-18T03:16:42.386Z Compiling proc-macro2 v1.0.86
12692024-10-18T03:16:42.539Z Compiling http v1.1.0
12702024-10-18T03:16:42.617Z Compiling semver v1.0.23
12712024-10-18T03:16:43.126Z Compiling tinyvec_macros v0.1.1
12722024-10-18T03:16:43.150Z Compiling openssl-probe v0.1.5
12732024-10-18T03:16:43.212Z Compiling tinyvec v1.8.0
12742024-10-18T03:16:43.663Z Compiling quote v1.0.37
12752024-10-18T03:16:43.855Z Compiling percent-encoding v2.3.1
12762024-10-18T03:16:44.991Z Compiling unicode-normalization v0.1.24
12772024-10-18T03:16:45.653Z Compiling form_urlencoded v1.2.1
12782024-10-18T03:16:46.166Z Compiling aho-corasick v1.1.3
12792024-10-18T03:16:46.317Z Compiling http v0.2.12
12802024-10-18T03:16:46.838Z Compiling rustls-pki-types v1.8.0
12812024-10-18T03:16:47.044Z Compiling serde_derive v1.0.210
12822024-10-18T03:16:47.245Z Compiling zerocopy-derive v0.7.35
12832024-10-18T03:16:47.262Z Compiling thiserror-impl v1.0.64
12842024-10-18T03:16:47.828Z Compiling schemars_derive v0.8.21
12852024-10-18T03:16:48.087Z Compiling tokio-macros v2.4.0
12862024-10-18T03:16:49.720Z Compiling tokio v1.40.0
12872024-10-18T03:16:50.109Z Compiling tracing-attributes v0.1.27
12882024-10-18T03:16:50.512Z Compiling thiserror v1.0.64
12892024-10-18T03:16:50.784Z Compiling openssl-macros v0.1.1
12902024-10-18T03:16:51.169Z Compiling heck v0.5.0
12912024-10-18T03:16:51.627Z Compiling openssl v0.10.66
12922024-10-18T03:16:51.997Z Compiling unicode-bidi v0.3.15
12932024-10-18T03:16:52.523Z Compiling regex-automata v0.4.7
12942024-10-18T03:16:53.505Z Compiling tracing v0.1.40
12952024-10-18T03:16:54.296Z Compiling idna v0.5.0
12962024-10-18T03:16:58.844Z Compiling native-tls v0.2.12
12972024-10-18T03:16:59.962Z Compiling tokio-util v0.7.12
12982024-10-18T03:17:00.219Z Compiling tokio-native-tls v0.3.1
12992024-10-18T03:17:00.519Z Compiling http-body v1.0.1
13002024-10-18T03:17:01.447Z Compiling indexmap v2.5.0
13012024-10-18T03:17:03.820Z Compiling serde_tokenstream v0.2.2
13022024-10-18T03:17:04.504Z Compiling slog v2.7.0
13032024-10-18T03:17:05.646Z Compiling regex-syntax v0.8.4
13042024-10-18T03:17:06.031Z Compiling atomic-waker v1.1.2
13052024-10-18T03:17:06.221Z Compiling h2 v0.4.6
13062024-10-18T03:17:06.733Z Compiling typify-impl v0.2.0
13072024-10-18T03:17:08.353Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13082024-10-18T03:17:17.265Z Compiling openapiv3 v2.0.0
13092024-10-18T03:17:18.728Z Compiling serde_urlencoded v0.7.1
13102024-10-18T03:17:19.333Z Compiling regex v1.10.6
13112024-10-18T03:17:20.255Z Compiling url v2.5.2
13122024-10-18T03:17:20.323Z Compiling encoding_rs v0.8.34
13132024-10-18T03:17:21.559Z Compiling mime v0.3.17
13142024-10-18T03:17:21.801Z Compiling rustls v0.21.12
13152024-10-18T03:17:22.146Z Compiling ipnet v2.10.0
13162024-10-18T03:17:22.653Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13172024-10-18T03:17:24.571Z Compiling typify-macro v0.2.0
13182024-10-18T03:17:25.792Z Compiling hyper v1.4.1
13192024-10-18T03:17:26.182Z Compiling h2 v0.3.26
13202024-10-18T03:17:26.646Z Compiling http-body v0.4.6
13212024-10-18T03:17:27.177Z Compiling rustls-webpki v0.102.8
13222024-10-18T03:17:27.188Z Compiling sct v0.7.1
13232024-10-18T03:17:27.619Z Compiling rustls-webpki v0.101.7
13242024-10-18T03:17:28.491Z Compiling httpdate v1.0.3
13252024-10-18T03:17:29.241Z Compiling subtle v2.6.1
13262024-10-18T03:17:29.520Z Compiling zeroize v1.8.1
13272024-10-18T03:17:29.860Z Compiling toml_datetime v0.6.8
13282024-10-18T03:17:30.275Z Compiling toml_edit v0.19.15
13292024-10-18T03:17:30.996Z Compiling rustls v0.23.13
13302024-10-18T03:17:31.681Z Compiling hyper v0.14.30
13312024-10-18T03:17:31.754Z Compiling serde_yaml v0.9.34+deprecated
13322024-10-18T03:17:35.888Z Compiling hyper-util v0.1.9
13332024-10-18T03:17:41.743Z Compiling lazy_static v1.5.0
13342024-10-18T03:17:41.819Z Compiling tokio-rustls v0.24.1
13352024-10-18T03:17:41.874Z Compiling tokio-rustls v0.26.0
13362024-10-18T03:17:42.259Z Compiling proc-macro-crate v1.3.1
13372024-10-18T03:17:42.351Z Compiling http-body-util v0.1.2
13382024-10-18T03:17:42.493Z Compiling webpki-roots v0.26.6
13392024-10-18T03:17:42.705Z Compiling base64 v0.22.1
13402024-10-18T03:17:42.939Z Compiling base64 v0.21.7
13412024-10-18T03:17:43.099Z Compiling num_enum_derive v0.5.11
13422024-10-18T03:17:43.260Z Compiling rustls-pemfile v2.1.3
13432024-10-18T03:17:43.788Z Compiling rustls-pemfile v1.0.4
13442024-10-18T03:17:44.032Z Compiling crossbeam-utils v0.8.20
13452024-10-18T03:17:44.048Z Compiling hyper-tls v0.6.0
13462024-10-18T03:17:44.058Z Compiling hyper-rustls v0.27.3
13472024-10-18T03:17:44.549Z Compiling hyper-rustls v0.24.2
13482024-10-18T03:17:44.609Z Compiling hyper-tls v0.5.0
13492024-10-18T03:17:44.982Z Compiling typify v0.2.0
13502024-10-18T03:17:45.105Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13512024-10-18T03:17:45.424Z Compiling ipnetwork v0.20.0
13522024-10-18T03:17:46.163Z Compiling ppv-lite86 v0.2.20
13532024-10-18T03:17:46.403Z Compiling foreign-types-macros v0.2.3
13542024-10-18T03:17:47.100Z Compiling sync_wrapper v1.0.1
13552024-10-18T03:17:47.250Z Compiling rand_core v0.6.4
13562024-10-18T03:17:47.715Z Compiling dirs-sys-next v0.1.2
13572024-10-18T03:17:47.734Z Compiling powerfmt v0.2.0
13582024-10-18T03:17:47.983Z Compiling webpki-roots v0.25.4
13592024-10-18T03:17:48.149Z Compiling foreign-types-shared v0.3.1
13602024-10-18T03:17:48.160Z Compiling sync_wrapper v0.1.2
13612024-10-18T03:17:48.215Z Compiling time-macros v0.2.18
13622024-10-18T03:17:48.267Z Compiling reqwest v0.11.27
13632024-10-18T03:17:48.283Z Compiling foreign-types v0.5.0
13642024-10-18T03:17:48.667Z Compiling deranged v0.3.11
13652024-10-18T03:17:48.804Z Compiling dirs-next v2.0.0
13662024-10-18T03:17:49.068Z Compiling rand_chacha v0.3.1
13672024-10-18T03:17:50.787Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13682024-10-18T03:17:50.990Z Compiling progenitor-impl v0.8.0
13692024-10-18T03:17:51.300Z Compiling reqwest v0.12.8
13702024-10-18T03:17:57.357Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13712024-10-18T03:17:57.649Z Compiling num_enum v0.5.11
13722024-10-18T03:17:57.826Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13732024-10-18T03:17:59.823Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13742024-10-18T03:18:00.007Z Compiling cstr-argument v0.1.2
13752024-10-18T03:18:00.261Z Compiling thread_local v1.1.8
13762024-10-18T03:18:00.997Z Compiling arc-swap v1.7.1
13772024-10-18T03:18:01.726Z Compiling pretty-hex v0.2.1
13782024-10-18T03:18:01.932Z Compiling either v1.13.0
13792024-10-18T03:18:02.143Z Compiling num-conv v0.1.0
13802024-10-18T03:18:02.407Z Compiling time-core v0.1.2
13812024-10-18T03:18:02.410Z Compiling itertools v0.12.1
13822024-10-18T03:18:02.597Z Compiling time v0.3.36
13832024-10-18T03:18:03.932Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13842024-10-18T03:18:04.201Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13852024-10-18T03:18:05.676Z Compiling slog-scope v4.4.0
13862024-10-18T03:18:06.322Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13872024-10-18T03:18:06.596Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13882024-10-18T03:18:06.776Z Compiling crossbeam-channel v0.5.13
13892024-10-18T03:18:07.211Z Compiling progenitor-macro v0.8.0
13902024-10-18T03:18:08.409Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13912024-10-18T03:18:11.676Z Compiling progenitor-client v0.8.0
13922024-10-18T03:18:12.629Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13932024-10-18T03:18:14.604Z Compiling rand v0.8.5
13942024-10-18T03:18:15.846Z Compiling term v0.7.0
13952024-10-18T03:18:16.519Z Compiling anyhow v1.0.89
13962024-10-18T03:18:22.940Z Compiling colored v2.1.0
13972024-10-18T03:18:23.771Z Compiling is-terminal v0.4.13
13982024-10-18T03:18:23.950Z Compiling take_mut v0.2.2
13992024-10-18T03:18:24.121Z Compiling winnow v0.6.18
14002024-10-18T03:18:24.148Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14012024-10-18T03:18:24.489Z Compiling slog-async v2.8.0
14022024-10-18T03:18:27.566Z Compiling slog-term v2.9.1
14032024-10-18T03:18:28.503Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14042024-10-18T03:18:30.472Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14052024-10-18T03:18:30.692Z Compiling progenitor v0.8.0
14062024-10-18T03:18:30.910Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14072024-10-18T03:18:34.607Z Compiling slog-stdlog v4.1.1
14082024-10-18T03:18:35.071Z Compiling slog-envlogger v2.2.0
14092024-10-18T03:18:35.460Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14102024-10-18T03:18:37.052Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14112024-10-18T03:18:50.625Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14122024-10-18T03:18:58.242Z Finished `release` profile [optimized] target(s) in 2m 23s
14132024-10-18T03:18:58.324Z Running unittests src/lib.rs (target/release/deps/mg_tests-f068807f57b322a8)
14142024-10-18T03:18:58.370Z
14152024-10-18T03:18:58.371Zrunning 1 test
14162024-10-18T03:18:58.621Zconfigure zone
14172024-10-18T03:18:58.721Zinstall zone
14182024-10-18T03:19:58.370Ztest ddm::test_trio_v3 has been running for over 60 seconds
14192024-10-18T03:21:43.927Zboot zone
14202024-10-18T03:21:44.925Zstart zone s1
14212024-10-18T03:21:44.925Zconfigure zone
14222024-10-18T03:21:44.934Zinstall zone
14232024-10-18T03:23:28.595Zboot zone
14242024-10-18T03:23:29.404Zstart zone s2
14252024-10-18T03:23:29.404Zconfigure zone
14262024-10-18T03:23:29.413Zinstall zone
14272024-10-18T03:25:08.670Zboot zone
14282024-10-18T03:25:09.541Zstart zone t1
14292024-10-18T03:25:09.541Zconfigure zone
14302024-10-18T03:25:09.551Zinstall zone
14312024-10-18T03:26:41.991Zboot zone
14322024-10-18T03:26:42.836Zwaiting for zones to come up
14332024-10-18T03:26:52.836Z[sidecar.trio] svcs milestone/network
14342024-10-18T03:26:52.899ZSTATE STIME FMRI
14352024-10-18T03:26:52.900Zonline 20:22:02 svc:/milestone/network:default
14362024-10-18T03:26:52.900Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14372024-10-18T03:26:52.947Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14382024-10-18T03:26:52.995Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14392024-10-18T03:26:53.039Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14402024-10-18T03:26:53.051Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14412024-10-18T03:26:53.064Z
14422024-10-18T03:26:53.064Zrunning zone s1.trio setup
14432024-10-18T03:26:53.064Z[s1.trio] svcs milestone/network
14442024-10-18T03:26:53.086ZSTATE STIME FMRI
14452024-10-18T03:26:53.086Zonline 20:23:47 svc:/milestone/network:default
14462024-10-18T03:26:53.087Z[s1.trio] dladm
14472024-10-18T03:26:53.107ZLINK CLASS MTU STATE BRIDGE OVER
14482024-10-18T03:26:53.107Zsl0 simnet 9000 up -- ?
14492024-10-18T03:26:53.107Zmg2 vnic 9000 up -- ?
14502024-10-18T03:26:53.107Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14512024-10-18T03:26:53.646Z
14522024-10-18T03:26:53.646Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14532024-10-18T03:26:53.672Z
14542024-10-18T03:26:53.672Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14552024-10-18T03:26:53.691Z
14562024-10-18T03:26:53.691Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14572024-10-18T03:26:53.781Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14582024-10-18T03:26:53.826Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3dc39a7f-d5fd-4aec-abb0-7c8d3062aeee --sled-uuid 2aaf3953-f0d0-4351-a58f-0eaf27c569da -a sl0/v6 &> /opt/ddmd.log &
14592024-10-18T03:26:53.848Z
14602024-10-18T03:26:53.848Zrunning zone s2.trio setup
14612024-10-18T03:26:53.848Z[s2.trio] svcs milestone/network
14622024-10-18T03:26:53.872ZSTATE STIME FMRI
14632024-10-18T03:26:53.872Zonline 20:25:27 svc:/milestone/network:default
14642024-10-18T03:26:53.872Z[s2.trio] dladm
14652024-10-18T03:26:53.893ZLINK CLASS MTU STATE BRIDGE OVER
14662024-10-18T03:26:53.893Zsl1 simnet 9000 up -- ?
14672024-10-18T03:26:53.893Zmg3 vnic 9000 up -- ?
14682024-10-18T03:26:53.893Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14692024-10-18T03:26:54.456Z
14702024-10-18T03:26:54.456Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14712024-10-18T03:26:54.480Z
14722024-10-18T03:26:54.480Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14732024-10-18T03:26:54.502Z
14742024-10-18T03:26:54.502Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14752024-10-18T03:26:54.547Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14762024-10-18T03:26:54.569Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b84bcccb-1d68-4662-aeb8-e736265f3b94 --sled-uuid 4c90e2cc-3ade-4f22-929c-9095a176ceb4 -a sl1/v6 &> /opt/ddmd.log &
14772024-10-18T03:26:54.592Z
14782024-10-18T03:26:54.592Zrunning zone t1.trio setup
14792024-10-18T03:26:54.592Z[t1.trio] svcs milestone/network
14802024-10-18T03:26:54.613ZSTATE STIME FMRI
14812024-10-18T03:26:54.613Z- - svc:/milestone/network:default
14822024-10-18T03:26:55.613Z[t1.trio] svcs milestone/network
14832024-10-18T03:26:55.634ZSTATE STIME FMRI
14842024-10-18T03:26:55.634Z- - svc:/milestone/network:default
14852024-10-18T03:26:56.634Z[t1.trio] svcs milestone/network
14862024-10-18T03:26:56.655ZSTATE STIME FMRI
14872024-10-18T03:26:56.655Z- - svc:/milestone/network:default
14882024-10-18T03:26:57.655Z[t1.trio] svcs milestone/network
14892024-10-18T03:26:57.677ZSTATE STIME FMRI
14902024-10-18T03:26:57.677Z- - svc:/milestone/network:default
14912024-10-18T03:26:58.677Z[t1.trio] svcs milestone/network
14922024-10-18T03:26:58.698ZSTATE STIME FMRI
14932024-10-18T03:26:58.698Z- - svc:/milestone/network:default
14942024-10-18T03:26:59.700Z[t1.trio] svcs milestone/network
14952024-10-18T03:26:59.719ZSTATE STIME FMRI
14962024-10-18T03:26:59.719Z- - svc:/milestone/network:default
14972024-10-18T03:27:00.719Z[t1.trio] svcs milestone/network
14982024-10-18T03:27:00.740ZSTATE STIME FMRI
14992024-10-18T03:27:00.740Zuninitialized 20:26:59 svc:/milestone/network:default
15002024-10-18T03:27:01.741Z[t1.trio] svcs milestone/network
15012024-10-18T03:27:01.765ZSTATE STIME FMRI
15022024-10-18T03:27:01.765Zonline 20:27:00 svc:/milestone/network:default
15032024-10-18T03:27:01.765Z[t1.trio] dladm
15042024-10-18T03:27:01.786ZLINK CLASS MTU STATE BRIDGE OVER
15052024-10-18T03:27:01.786Ztfportrear0_0 simnet 9000 up -- ?
15062024-10-18T03:27:01.786Ztfportrear1_0 simnet 9000 up -- ?
15072024-10-18T03:27:01.786Zmg1 vnic 9000 up -- ?
15082024-10-18T03:27:01.786Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15092024-10-18T03:27:02.400Z
15102024-10-18T03:27:02.400Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15112024-10-18T03:27:02.422Z
15122024-10-18T03:27:02.422Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15132024-10-18T03:27:02.444Z
15142024-10-18T03:27:02.444Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15152024-10-18T03:27:02.465Z
15162024-10-18T03:27:02.465Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15172024-10-18T03:27:02.655Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15182024-10-18T03:27:02.659Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15192024-10-18T03:27:02.663Zwaiting 3s for copy of files to zone to complete ...
15202024-10-18T03:27:05.663Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15212024-10-18T03:27:05.710Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15222024-10-18T03:27:05.737Z[t1.trio] svcadm enable dendrite
15232024-10-18T03:27:05.785Z
15242024-10-18T03:27:05.785Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15252024-10-18T03:27:05.833Z
15262024-10-18T03:27:05.833Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15272024-10-18T03:27:05.879Z
15282024-10-18T03:27:05.879Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15292024-10-18T03:27:05.934Z
15302024-10-18T03:27:05.934Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15312024-10-18T03:27:05.980Z
15322024-10-18T03:27:05.980Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15332024-10-18T03:27:06.028Z
15342024-10-18T03:27:06.028Z[t1.trio] svcadm refresh dendrite:default
15352024-10-18T03:27:06.067Z
15362024-10-18T03:27:06.067Z[t1.trio] svcadm restart dendrite:default
15372024-10-18T03:27:06.105Z
15382024-10-18T03:27:06.105Zwait 10s for dendrite to come up ...
15392024-10-18T03:27:16.105Z[t1.trio] svcadm enable tfport
15402024-10-18T03:27:16.147Z
15412024-10-18T03:27:16.147Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 128482d8-6e43-4757-9e23-9893aa5438e6 --sled-uuid f7a5a682-ba5e-4c40-bb70-7394a09dafe1 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15422024-10-18T03:27:16.168Z
15432024-10-18T03:27:16.168Z[t1.trio] ipadm
15442024-10-18T03:27:16.191ZADDROBJ TYPE STATE ADDR
15452024-10-18T03:27:16.191Zlo0/v4 static ok 127.0.0.1/8
15462024-10-18T03:27:16.191Zmg1/v4 static ok 10.0.0.3/24
15472024-10-18T03:27:16.191Zlo0/v6 static ok ::1/128
15482024-10-18T03:27:16.191Zlo0/u6 static ok fd00:3::1/64
15492024-10-18T03:27:16.191Ztfportrear0_0/v6 addrconf ok fe80::4006:b4ff:fe25:d63e%tfportrear0_0/10
15502024-10-18T03:27:16.191Ztfportrear1_0/v6 addrconf ok fe80::3832:1cff:fe02:29f8%tfportrear1_0/10
15512024-10-18T03:27:18.401Zinitial peering test passed
15522024-10-18T03:27:19.404Zadvertise from one passed
15532024-10-18T03:27:20.406Zadvertise from two passed
15542024-10-18T03:27:20.406Z[s1.trio] ping fd00:2::1
15552024-10-18T03:27:20.434Zfd00:2::1 is alive
15562024-10-18T03:27:20.434Z[s2.trio] ping fd00:1::1
15572024-10-18T03:27:20.454Zfd00:1::1 is alive
15582024-10-18T03:27:20.454Zconnectivity test passed
15592024-10-18T03:27:20.454Z[t1.trio] pkill ddmd
15602024-10-18T03:27:20.473Z
15612024-10-18T03:27:26.478Z[t1.trio] svcadm enable dendrite
15622024-10-18T03:27:26.519Z
15632024-10-18T03:27:26.519Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15642024-10-18T03:27:26.564Z
15652024-10-18T03:27:26.564Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15662024-10-18T03:27:26.609Z
15672024-10-18T03:27:26.610Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15682024-10-18T03:27:26.654Z
15692024-10-18T03:27:26.654Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15702024-10-18T03:27:26.697Z
15712024-10-18T03:27:26.697Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15722024-10-18T03:27:26.740Z
15732024-10-18T03:27:26.741Z[t1.trio] svcadm refresh dendrite:default
15742024-10-18T03:27:26.777Z
15752024-10-18T03:27:26.777Z[t1.trio] svcadm restart dendrite:default
15762024-10-18T03:27:26.814Z
15772024-10-18T03:27:26.814Zwait 10s for dendrite to come up ...
15782024-10-18T03:27:36.814Z[t1.trio] svcadm enable tfport
15792024-10-18T03:27:36.857Z
15802024-10-18T03:27:36.857Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 2ffe9896-a72e-4889-ae4a-a5a21d05dca3 --sled-uuid ef47a046-2241-480b-b88b-240f5846d2b0 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15812024-10-18T03:27:36.876Z
15822024-10-18T03:27:36.876Z[t1.trio] ipadm
15832024-10-18T03:27:36.899ZADDROBJ TYPE STATE ADDR
15842024-10-18T03:27:36.899Zlo0/v4 static ok 127.0.0.1/8
15852024-10-18T03:27:36.899Zmg1/v4 static ok 10.0.0.3/24
15862024-10-18T03:27:36.899Zlo0/v6 static ok ::1/128
15872024-10-18T03:27:36.899Zlo0/u6 static ok fd00:3::1/64
15882024-10-18T03:27:36.899Ztfportrear0_0/v6 addrconf ok fe80::4006:b4ff:fe25:d63e%tfportrear0_0/10
15892024-10-18T03:27:36.899Ztfportrear1_0/v6 addrconf ok fe80::3832:1cff:fe02:29f8%tfportrear1_0/10
15902024-10-18T03:27:39.902Z[s1.trio] ping fd00:2::1
15912024-10-18T03:27:39.925Zfd00:2::1 is alive
15922024-10-18T03:27:39.925Z[s2.trio] ping fd00:1::1
15932024-10-18T03:27:39.946Zfd00:1::1 is alive
15942024-10-18T03:27:39.946Ztransit router restart passed
15952024-10-18T03:27:39.946Z[s1.trio] pkill ddmd
15962024-10-18T03:27:39.966Z
15972024-10-18T03:27:44.970Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 356f7bbf-182e-4373-b740-dacd095a5d51 --sled-uuid 170ee5e1-8f86-44bc-96be-bb2a73bcff88 -a sl0/v6 &> /opt/ddmd.log &
15982024-10-18T03:27:44.992Z
15992024-10-18T03:27:47.996Z[s1.trio] ping fd00:2::1
16002024-10-18T03:27:48.019Zfd00:2::1 is alive
16012024-10-18T03:27:48.019Z[s2.trio] ping fd00:1::1
16022024-10-18T03:27:48.040Zfd00:1::1 is alive
16032024-10-18T03:27:48.040Zserver router restart passed
16042024-10-18T03:27:51.046Zpeer expiration recovery passed
16052024-10-18T03:27:52.048Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16062024-10-18T03:27:52.073Z3
16072024-10-18T03:27:52.073Zredundant advertise passed
16082024-10-18T03:27:53.076Ztunnel endpoint advertise passed
16092024-10-18T03:27:58.077Zredundant tunnel endpoint advertise passed
16102024-10-18T03:27:58.078Z[s1.trio] pkill ddmd
16112024-10-18T03:27:58.100Z
16122024-10-18T03:28:03.100Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5d4a277c-c23e-42d7-a003-5ecb2aa00b9d --sled-uuid 8f9e0e2c-4916-4c73-beea-a234f54c357a -a sl0/v6 &> /opt/ddmd.log &
16132024-10-18T03:28:03.124Z
16142024-10-18T03:28:08.191Ztunnel router restart passed
16152024-10-18T03:28:09.193Ztunnel endpoint withdraw passed
16162024-10-18T03:28:09.208Z[t1.trio] pkill ddmd
16172024-10-18T03:28:09.235Z
16182024-10-18T03:28:09.235Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16192024-10-18T03:28:09.240Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16202024-10-18T03:28:11.851Z[s2.trio] pkill ddmd
16212024-10-18T03:28:11.872Z
16222024-10-18T03:28:11.872Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16232024-10-18T03:28:14.365Z[s1.trio] pkill ddmd
16242024-10-18T03:28:14.386Z
16252024-10-18T03:28:14.386Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16262024-10-18T03:28:16.892Z[sidecar.trio] pkill softnpu
16272024-10-18T03:28:16.915Z
16282024-10-18T03:28:16.915Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16292024-10-18T03:28:19.597Ztest ddm::test_trio_v3 ... ok
16302024-10-18T03:28:19.597Z
16312024-10-18T03:28:19.597Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 561.23s
16322024-10-18T03:28:19.597Z
16332024-10-18T03:28:19.625Z+ cleanup
16342024-10-18T03:28:19.628Z++ id -un
16352024-10-18T03:28:19.680Z++ id -gn
16362024-10-18T03:28:19.683Z+ pfexec chown -R build:build .
16372024-10-18T03:28:19.769Zprocess exited: duration 1090083 ms, exit code 0
 
16382024-10-18T03:28:19.792Zfound 4 output files
16392024-10-18T03:28:19.792Zuploading: /work/s1.trio.log (4205 bytes)
16402024-10-18T03:28:20.803Zuploaded: /work/s1.trio.log
16412024-10-18T03:28:20.803Zuploading: /work/s2.trio.log (9452 bytes)
16422024-10-18T03:28:21.815Zuploaded: /work/s2.trio.log
16432024-10-18T03:28:21.815Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16442024-10-18T03:28:22.824Zuploaded: /work/sidecar.trio-softnpu.log
16452024-10-18T03:28:22.824Zuploading: /work/t1.trio.log (25781 bytes)
16462024-10-18T03:28:23.834Zuploaded: /work/t1.trio.log