01JFEPA3V01CRVKE73CAKPNA0Z: 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: 01JFEPAMGT7JTG0B8N15J9G27R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T05:31:36.493Zjob assigned to worker 01JFEPAXVCR9M8S7ZE4485R5ZY [factory aws, i-0a3ef719eb3013572] (queued for 1 m 11 s)
 
22024-12-19T05:31:44.286Zstarting task 0: "setup"
32024-12-19T05:31:44.297Z++ uname -s
42024-12-19T05:31:44.301Z+ kern=SunOS
52024-12-19T05:31:44.301Z+ case "$kern" in
62024-12-19T05:31:44.301Z+ groupadd -g 12345 build
72024-12-19T05:31:44.303Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T05:31:46.309Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T05:31:46.425Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T05:31:46.428Z+ home_fs=zfs
112024-12-19T05:31:46.428Z+ [[ zfs == autofs ]]
122024-12-19T05:31:46.428Z+ mkdir -p /home/build
132024-12-19T05:31:46.430Z+ chown build:build /home/build /work
142024-12-19T05:31:48.431Z+ chmod 0700 /home/build /work
152024-12-19T05:31:48.434Zprocess exited: duration 4147 ms, exit code 0
 
162024-12-19T05:31:48.440Zstarting task 1: "rust-toolchain"
172024-12-19T05:31:48.445Z+ printf ' * toolchain channel = "%s"
182024-12-19T05:31:48.445Z' stable
192024-12-19T05:31:48.445Z * toolchain channel = "stable"
202024-12-19T05:31:48.445Z * toolchain profile = "default"
212024-12-19T05:31:48.445Z+ printf ' * toolchain profile = "%s"
222024-12-19T05:31:48.445Z' default
232024-12-19T05:31:48.448Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T05:31:48.448Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-19T05:31:48.574Zinfo: downloading installer
262024-12-19T05:31:49.960Zinfo: profile set to 'default'
272024-12-19T05:31:49.960Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T05:31:49.968Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-19T05:31:50.099Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-19T05:31:50.099Zinfo: downloading component 'cargo'
312024-12-19T05:31:50.837Zinfo: downloading component 'clippy'
322024-12-19T05:31:51.117Zinfo: downloading component 'rust-docs'
332024-12-19T05:31:52.144Zinfo: downloading component 'rust-std'
342024-12-19T05:31:53.651Zinfo: downloading component 'rustc'
352024-12-19T05:31:59.324Zinfo: downloading component 'rustfmt'
362024-12-19T05:31:59.542Zinfo: installing component 'cargo'
372024-12-19T05:32:00.352Zinfo: installing component 'clippy'
382024-12-19T05:32:00.724Zinfo: installing component 'rust-docs'
392024-12-19T05:32:02.406Zinfo: installing component 'rust-std'
402024-12-19T05:32:04.061Zinfo: installing component 'rustc'
412024-12-19T05:32:09.779Zinfo: installing component 'rustfmt'
422024-12-19T05:32:10.110Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-19T05:32:10.110Z
442024-12-19T05:32:10.505Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-19T05:32:10.505Z
462024-12-19T05:32:10.508Z
472024-12-19T05:32:10.508ZRust is installed now. Great!
482024-12-19T05:32:10.508Z
492024-12-19T05:32:10.509ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T05:32:10.509Zenvironment variable. This has not been done automatically.
512024-12-19T05:32:10.509Z
522024-12-19T05:32:10.509ZTo configure your current shell, you need to source
532024-12-19T05:32:10.509Zthe corresponding env file under $HOME/.cargo.
542024-12-19T05:32:10.509Z
552024-12-19T05:32:10.509ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T05:32:10.509Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T05:32:10.509Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T05:32:10.587Z+ rustc --version
592024-12-19T05:32:10.654Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-19T05:32:10.657Zprocess exited: duration 22215 ms, exit code 0
 
612024-12-19T05:32:10.663Zstarting task 2: "authentication"
622024-12-19T05:32:10.684Zprocess exited: duration 20 ms, exit code 0
 
632024-12-19T05:32:10.689Zstarting task 3: "clone repository"
642024-12-19T05:32:10.693Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-19T05:32:10.696Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-19T05:32:10.740ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-19T05:32:11.317Z+ cd /work/oxidecomputer/maghemite
682024-12-19T05:32:11.317Z+ git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b
692024-12-19T05:32:11.560ZFrom https://github.com/oxidecomputer/maghemite
702024-12-19T05:32:11.560Z * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD
712024-12-19T05:32:11.568Z+ [[ -n renovate/libc-0.x-lockfile ]]
722024-12-19T05:32:11.571Z++ git branch --show-current
732024-12-19T05:32:11.574Z+ current=main
742024-12-19T05:32:11.574Z+ [[ main != renovate/libc-0.x-lockfile ]]
752024-12-19T05:32:11.574Z+ git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b
762024-12-19T05:32:11.578Z+ git checkout -f renovate/libc-0.x-lockfile
772024-12-19T05:32:11.593ZSwitched to branch 'renovate/libc-0.x-lockfile'
782024-12-19T05:32:11.595Z+ git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b
792024-12-19T05:32:11.607ZHEAD is now at 750dc4b Update Rust crate libc to v0.2.169
802024-12-19T05:32:11.611Zprocess exited: duration 919 ms, exit code 0
 
812024-12-19T05:32:11.617Zstarting task 4: "build"
822024-12-19T05:32:11.622Z++ cargo --version
832024-12-19T05:32:11.627Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-19T05:32:11.770Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-19T05:32:11.770Zinfo: downloading component 'cargo'
862024-12-19T05:32:12.498Zinfo: downloading component 'clippy'
872024-12-19T05:32:12.767Zinfo: downloading component 'rust-docs'
882024-12-19T05:32:13.766Zinfo: downloading component 'rust-std'
892024-12-19T05:32:15.316Zinfo: downloading component 'rustc'
902024-12-19T05:32:20.881Zinfo: downloading component 'rustfmt'
912024-12-19T05:32:21.092Zinfo: installing component 'cargo'
922024-12-19T05:32:21.885Zinfo: installing component 'clippy'
932024-12-19T05:32:22.241Zinfo: installing component 'rust-docs'
942024-12-19T05:32:23.800Zinfo: installing component 'rust-std'
952024-12-19T05:32:25.506Zinfo: installing component 'rustc'
962024-12-19T05:32:31.138Zinfo: installing component 'rustfmt'
972024-12-19T05:32:31.538Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-19T05:32:31.543Z++ rustc --version
992024-12-19T05:32:31.613Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-19T05:32:31.620Z++ dladm
1012024-12-19T05:32:31.620ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-19T05:32:31.620Zena0 phys 9216 up -- --
1032024-12-19T05:32:31.620Z++ ipadm
1042024-12-19T05:32:31.634ZADDROBJ TYPE STATE ADDR
1052024-12-19T05:32:31.635Zlo0/v4 static ok 127.0.0.1/8
1062024-12-19T05:32:31.635Zena0/dhcp dhcp ok 10.150.1.254/24
1072024-12-19T05:32:31.635Zlo0/v6 static ok ::1/128
1082024-12-19T05:32:31.635Z++ banner collect
1092024-12-19T05:32:31.654Z
1102024-12-19T05:32:31.654Z #### #### # # ###### #### #####
1112024-12-19T05:32:31.654Z # # # # # # # # # #
1122024-12-19T05:32:31.655Z # # # # # ##### # #
1132024-12-19T05:32:31.655Z # # # # # # # #
1142024-12-19T05:32:31.655Z # # # # # # # # # #
1152024-12-19T05:32:31.655Z #### #### ###### ###### ###### #### #
1162024-12-19T05:32:31.655Z
1172024-12-19T05:32:31.655Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-19T05:32:31.655Z++ repo=softnpu
1192024-12-19T05:32:31.655Z++ series=image
1202024-12-19T05:32:31.655Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-19T05:32:31.655Z++ name=softnpu
1222024-12-19T05:32:31.656Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-19T05:32:31.656Z++ mkdir -p download
1242024-12-19T05:32:31.656Z++ pushd download
1252024-12-19T05:32:31.656Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-19T05:32:31.656Z++ [[ ! -f softnpu ]]
1272024-12-19T05:32:31.656Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-19T05:32:31.656Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-19T05:32:31.656Z Dload Upload Total Spent Left Speed
1302024-12-19T05:32:32.123Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 45.9M 0 --:--:-- --:--:-- --:--:-- 45.9M
1312024-12-19T05:32:32.133Z++ popd
1322024-12-19T05:32:32.133Z/work/oxidecomputer/maghemite
1332024-12-19T05:32:32.133Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-19T05:32:32.133Z++ repo=sidecar-lite
1352024-12-19T05:32:32.133Z++ series=release
1362024-12-19T05:32:32.133Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-19T05:32:32.133Z++ name=libsidecar_lite.so
1382024-12-19T05:32:32.133Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-19T05:32:32.133Z++ mkdir -p download
1402024-12-19T05:32:32.133Z++ pushd download
1412024-12-19T05:32:32.133Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-19T05:32:32.133Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-19T05:32:32.134Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-19T05:32:32.134Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-19T05:32:32.134Z Dload Upload Total Spent Left Speed
1462024-12-19T05:32:32.427Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 79 20.3M 79 16.1M 0 0 63.9M 0 --:--:-- --:--:-- --:--:-- 63.9M 100 20.3M 100 20.3M 0 0 68.4M 0 --:--:-- --:--:-- --:--:-- 68.3M
1472024-12-19T05:32:32.430Z++ popd
1482024-12-19T05:32:32.431Z/work/oxidecomputer/maghemite
1492024-12-19T05:32:32.431Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-19T05:32:32.431Z++ repo=sidecar-lite
1512024-12-19T05:32:32.431Z++ series=release
1522024-12-19T05:32:32.431Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-19T05:32:32.431Z++ name=scadm
1542024-12-19T05:32:32.431Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-19T05:32:32.432Z++ mkdir -p download
1562024-12-19T05:32:32.432Z++ pushd download
1572024-12-19T05:32:32.432Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-19T05:32:32.432Z++ [[ ! -f scadm ]]
1592024-12-19T05:32:32.432Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-19T05:32:32.437Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-19T05:32:32.437Z Dload Upload Total Spent Left Speed
1622024-12-19T05:32:32.885Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 51.7M 0 --:--:-- --:--:-- --:--:-- 51.9M
1632024-12-19T05:32:32.888Z++ popd
1642024-12-19T05:32:32.888Z/work/oxidecomputer/maghemite
1652024-12-19T05:32:32.888Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-19T05:32:32.888Z++ repo=dendrite
1672024-12-19T05:32:32.888Z++ series=image
1682024-12-19T05:32:32.888Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-19T05:32:32.888Z++ name=dendrite-softnpu.tar.gz
1702024-12-19T05:32:32.888Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-19T05:32:32.888Z++ mkdir -p download
1722024-12-19T05:32:32.888Z++ pushd download
1732024-12-19T05:32:32.888Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-19T05:32:32.888Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-19T05:32:32.888Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-19T05:32:32.891Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-19T05:32:32.891Z Dload Upload Total Spent Left Speed
1782024-12-19T05:32:33.593Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 63 37.5M 63 23.7M 0 0 48.4M 0 --:--:-- --:--:-- --:--:-- 48.3M 100 37.5M 100 37.5M 0 0 54.9M 0 --:--:-- --:--:-- --:--:-- 54.9M
1792024-12-19T05:32:33.603Z++ popd
1802024-12-19T05:32:33.603Z/work/oxidecomputer/maghemite
1812024-12-19T05:32:33.603Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-19T05:32:33.603Z++ repo=maghemite
1832024-12-19T05:32:33.603Z++ series=release
1842024-12-19T05:32:33.603Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-19T05:32:33.603Z++ name=ddmd
1862024-12-19T05:32:33.603Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-19T05:32:33.603Z++ mkdir -p download
1882024-12-19T05:32:33.603Z++ pushd download
1892024-12-19T05:32:33.603Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-19T05:32:33.603Z++ [[ ! -f ddmd ]]
1912024-12-19T05:32:33.603Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-19T05:32:33.603Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-19T05:32:33.603Z Dload Upload Total Spent Left Speed
1942024-12-19T05:32:34.290Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 58.5M 0 --:--:-- --:--:-- --:--:-- 58.6M
1952024-12-19T05:32:34.298Z++ popd
1962024-12-19T05:32:34.298Z/work/oxidecomputer/maghemite
1972024-12-19T05:32:34.298Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-19T05:32:34.298Z++ repo=maghemite
1992024-12-19T05:32:34.299Z++ series=release
2002024-12-19T05:32:34.299Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-19T05:32:34.299Z++ name=ddmadm
2022024-12-19T05:32:34.299Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-19T05:32:34.299Z++ mkdir -p download
2042024-12-19T05:32:34.299Z++ pushd download
2052024-12-19T05:32:34.299Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-19T05:32:34.299Z++ [[ ! -f ddmadm ]]
2072024-12-19T05:32:34.299Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-19T05:32:34.304Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-19T05:32:34.304Z Dload Upload Total Spent Left Speed
2102024-12-19T05:32:34.676Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 48.3M 0 --:--:-- --:--:-- --:--:-- 48.3M
2112024-12-19T05:32:34.680Z++ popd
2122024-12-19T05:32:34.680Z/work/oxidecomputer/maghemite
2132024-12-19T05:32:34.683Z++ pushd download
2142024-12-19T05:32:34.683Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-19T05:32:34.683Z++ chmod +x softnpu
2162024-12-19T05:32:34.683Z++ chmod +x scadm
2172024-12-19T05:32:34.685Z++ chmod +x ddmadm
2182024-12-19T05:32:34.688Z++ chmod +x ddmd
2192024-12-19T05:32:34.691Z++ mv ddmadm ddmadm-v2
2202024-12-19T05:32:34.691Z++ mv ddmd ddmd-v2
2212024-12-19T05:32:34.694Z++ rm -rf zones/dendrite
2222024-12-19T05:32:34.696Z++ mkdir -p zones/dendrite
2232024-12-19T05:32:34.698Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-19T05:32:35.459Z++ popd
2252024-12-19T05:32:35.459Z/work/oxidecomputer/maghemite
2262024-12-19T05:32:35.459Z++ banner install
2272024-12-19T05:32:35.462Z
2282024-12-19T05:32:35.462Z # # # #### ##### ## # #
2292024-12-19T05:32:35.462Z # ## # # # # # # #
2302024-12-19T05:32:35.462Z # # # # #### # # # # #
2312024-12-19T05:32:35.462Z # # # # # # ###### # #
2322024-12-19T05:32:35.462Z # # ## # # # # # # #
2332024-12-19T05:32:35.462Z # # # #### # # # ###### ######
2342024-12-19T05:32:35.462Z
2352024-12-19T05:32:35.464Z++ pkg info brand/sparse
2362024-12-19T05:32:35.464Z++ grep -qi installed
2372024-12-19T05:32:37.104Zpkg: info: no packages matching the following patterns you specified are
2382024-12-19T05:32:37.104Zinstalled on the system. Try querying remotely instead:
2392024-12-19T05:32:37.104Z
2402024-12-19T05:32:37.104Z brand/sparse
2412024-12-19T05:32:37.151Z++ [[ 1 != 0 ]]
2422024-12-19T05:32:37.151Z++ set -o errexit
2432024-12-19T05:32:37.151Z++ pfexec pkg install brand/sparse
2442024-12-19T05:32:46.224Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-19T05:32:50.033Z Startup: Caching catalogs ... Done
2462024-12-19T05:33:00.616ZPlanning: Solver setup ... Done
2472024-12-19T05:33:00.751ZPlanning: Running solver ... Done
2482024-12-19T05:33:00.858ZPlanning: Finding local manifests ... Done
2492024-12-19T05:33:00.870ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-19T05:33:00.964ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-19T05:33:01.036ZPlanning: Package planning ... Done
2522024-12-19T05:33:01.042ZPlanning: Merging actions ... Done
2532024-12-19T05:33:01.234ZPlanning: Checking for conflicting actions ... Done
2542024-12-19T05:33:03.214ZPlanning: Consolidating action changes ... Done
2552024-12-19T05:33:03.633ZPlanning: Evaluating mediators ... Done
2562024-12-19T05:33:03.701ZPlanning: Planning completed in 13.57 seconds
2572024-12-19T05:33:03.717Z Packages to install: 1
2582024-12-19T05:33:03.717Z Packages to update: 2
2592024-12-19T05:33:03.720Z Create boot environment: No
2602024-12-19T05:33:03.720ZCreate backup boot environment: Yes
2612024-12-19T05:33:03.788Z
2622024-12-19T05:33:03.788ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-19T05:33:08.515ZDownload: Completed 8.03 MB in 4.73 seconds (1.7M/s)
2642024-12-19T05:33:10.525Z Actions: 1/1419 actions (Removing old actions)
2652024-12-19T05:33:10.549Z Actions: 199/1419 actions (Installing new actions)
2662024-12-19T05:33:10.663Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-19T05:33:10.971Z Actions: Completed 1419 actions in 0.45 seconds.
2682024-12-19T05:33:11.344Z Done
2692024-12-19T05:33:11.346Z Done
2702024-12-19T05:33:11.868Z Done
2712024-12-19T05:33:16.135Z Done
2722024-12-19T05:33:16.218Z Done
2732024-12-19T05:33:16.221Z Done
2742024-12-19T05:33:16.327Z Done
2752024-12-19T05:33:16.712Z++ set -o errexit
2762024-12-19T05:33:16.712Z++ set -o pipefail
2772024-12-19T05:33:16.712Z++ banner build
2782024-12-19T05:33:16.715Z
2792024-12-19T05:33:16.715Z ##### # # # # #####
2802024-12-19T05:33:16.715Z # # # # # # # #
2812024-12-19T05:33:16.715Z ##### # # # # # #
2822024-12-19T05:33:16.715Z # # # # # # # #
2832024-12-19T05:33:16.715Z # # # # # # # #
2842024-12-19T05:33:16.715Z ##### #### # ###### #####
2852024-12-19T05:33:16.715Z
2862024-12-19T05:33:16.715Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-19T05:33:16.895Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-19T05:33:17.151Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-19T05:33:17.397ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-19T05:33:17.397Z * [new branch] ci -> origin/ci
2912024-12-19T05:33:17.400Z * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216
2922024-12-19T05:33:17.400Z * [new branch] main -> origin/main
2932024-12-19T05:33:17.400Z * [new ref] -> origin/HEAD
2942024-12-19T05:33:17.410Z Updating crates.io index
2952024-12-19T05:33:17.413Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-12-19T05:33:18.139ZFrom https://github.com/oxidecomputer/falcon
2972024-12-19T05:33:18.139Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2982024-12-19T05:33:18.331Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992024-12-19T05:33:19.541ZFrom https://github.com/oxidecomputer/dendrite
3002024-12-19T05:33:19.541Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3012024-12-19T05:33:19.581Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022024-12-19T05:33:20.008ZFrom https://github.com/oxidecomputer/ispf
3032024-12-19T05:33:20.009Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3042024-12-19T05:33:20.029Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-12-19T05:33:20.475ZFrom https://github.com/oxidecomputer/netadm-sys
3062024-12-19T05:33:20.475Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3072024-12-19T05:33:20.488Z Updating git repository `https://github.com/oxidecomputer/omicron`
3082024-12-19T05:33:24.341ZFrom https://github.com/oxidecomputer/omicron
3092024-12-19T05:33:24.341Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3102024-12-19T05:33:24.372Z * [new tag] dogfood -> dogfood
3112024-12-19T05:33:24.375Z * [new tag] v5 -> v5
3122024-12-19T05:33:24.375Z * [new tag] v6 -> v6
3132024-12-19T05:33:24.375Z * [new tag] v7 -> v7
3142024-12-19T05:33:24.375Z * [new tag] v8 -> v8
3152024-12-19T05:33:24.375Z * [new tag] v9 -> v9
3162024-12-19T05:33:24.736Z Updating git repository `https://github.com/oxidecomputer/opte`
3172024-12-19T05:33:25.317ZFrom https://github.com/oxidecomputer/opte
3182024-12-19T05:33:25.317Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3192024-12-19T05:33:25.388Z Updating git repository `https://github.com/illumos/smf-rs`
3202024-12-19T05:33:25.802ZFrom https://github.com/illumos/smf-rs
3212024-12-19T05:33:25.802Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3222024-12-19T05:33:25.813Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3232024-12-19T05:33:26.306ZFrom https://github.com/oxidecomputer/maghemite
3242024-12-19T05:33:26.306Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3252024-12-19T05:33:26.325Z * [new tag] rift -> rift
3262024-12-19T05:33:26.328Z * [new tag] srp -> srp
3272024-12-19T05:33:26.329Z * [new tag] tie-spf -> tie-spf
3282024-12-19T05:33:26.381Z Updating git repository `https://github.com/oxidecomputer/zone`
3292024-12-19T05:33:26.769ZFrom https://github.com/oxidecomputer/zone
3302024-12-19T05:33:26.769Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3312024-12-19T05:33:26.812Z Updating git repository `https://github.com/oxidecomputer/propolis`
3322024-12-19T05:33:27.594ZFrom https://github.com/oxidecomputer/propolis
3332024-12-19T05:33:27.594Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3342024-12-19T05:33:27.682Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352024-12-19T05:33:28.113ZFrom https://github.com/oxidecomputer/dlpi-sys
3362024-12-19T05:33:28.113Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3372024-12-19T05:33:28.141Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382024-12-19T05:33:28.578ZFrom https://github.com/jmesmon/rust-libzfs
3392024-12-19T05:33:28.578Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3402024-12-19T05:33:28.594Z * [new tag] v0.4.0 -> v0.4.0
3412024-12-19T05:33:28.608Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422024-12-19T05:33:28.996ZFrom https://github.com/oxidecomputer/rusty-doors
3432024-12-19T05:33:28.996Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3442024-12-19T05:33:29.019Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3452024-12-19T05:33:29.497ZFrom https://github.com/oxidecomputer/maghemite
3462024-12-19T05:33:29.497Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3472024-12-19T05:33:29.543Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3482024-12-19T05:33:29.946ZFrom https://github.com/oxidecomputer/serde_human_bytes
3492024-12-19T05:33:29.946Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3502024-12-19T05:33:29.967Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3512024-12-19T05:33:30.354ZFrom https://github.com/oxidecomputer/slog-error-chain
3522024-12-19T05:33:30.354Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3532024-12-19T05:33:30.387Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3542024-12-19T05:33:30.776ZFrom https://github.com/oxidecomputer/poptrie
3552024-12-19T05:33:30.776Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3562024-12-19T05:33:30.825Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3572024-12-19T05:33:31.200ZFrom https://github.com/illumos/libscf-sys
3582024-12-19T05:33:31.200Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3592024-12-19T05:33:31.210Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3602024-12-19T05:33:32.095ZFrom https://github.com/oxidecomputer/progenitor
3612024-12-19T05:33:32.095Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3622024-12-19T05:33:32.115Z * [new tag] v0.1.1 -> v0.1.1
3632024-12-19T05:33:32.119Z * [new tag] v0.2.0 -> v0.2.0
3642024-12-19T05:33:32.119Z * [new tag] v0.3.0 -> v0.3.0
3652024-12-19T05:33:32.119Z * [new tag] v0.4.0 -> v0.4.0
3662024-12-19T05:33:32.119Z * [new tag] v0.5.0 -> v0.5.0
3672024-12-19T05:33:32.119Z * [new tag] v0.6.0 -> v0.6.0
3682024-12-19T05:33:32.119Z * [new tag] v0.7.0 -> v0.7.0
3692024-12-19T05:33:32.230Z Updating git repository `https://github.com/oxidecomputer/typify`
3702024-12-19T05:33:33.044ZFrom https://github.com/oxidecomputer/typify
3712024-12-19T05:33:33.044Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3722024-12-19T05:33:33.048Z * [new tag] v0.2.0 -> v0.2.0
3732024-12-19T05:33:33.064Z * [new tag] v0.0.10 -> v0.0.10
3742024-12-19T05:33:33.066Z * [new tag] v0.0.11 -> v0.0.11
3752024-12-19T05:33:33.066Z * [new tag] v0.0.12 -> v0.0.12
3762024-12-19T05:33:33.066Z * [new tag] v0.0.13 -> v0.0.13
3772024-12-19T05:33:33.066Z * [new tag] v0.0.14 -> v0.0.14
3782024-12-19T05:33:33.067Z * [new tag] v0.0.15 -> v0.0.15
3792024-12-19T05:33:33.067Z * [new tag] v0.0.16 -> v0.0.16
3802024-12-19T05:33:33.067Z * [new tag] v0.0.4 -> v0.0.4
3812024-12-19T05:33:33.067Z * [new tag] v0.0.5 -> v0.0.5
3822024-12-19T05:33:33.067Z * [new tag] v0.0.7 -> v0.0.7
3832024-12-19T05:33:33.067Z * [new tag] v0.0.8 -> v0.0.8
3842024-12-19T05:33:33.067Z * [new tag] v0.0.9 -> v0.0.9
3852024-12-19T05:33:33.068Z * [new tag] v0.1.0 -> v0.1.0
3862024-12-19T05:33:33.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
3872024-12-19T05:33:34.213ZFrom https://github.com/oxidecomputer/crucible
3882024-12-19T05:33:34.213Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3892024-12-19T05:33:34.288Z Updating git repository `https://github.com/oxidecomputer/opte`
3902024-12-19T05:33:34.758ZFrom https://github.com/oxidecomputer/opte
3912024-12-19T05:33:34.759Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3922024-12-19T05:33:34.806Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3932024-12-19T05:33:35.589ZFrom https://github.com/oxidecomputer/management-gateway-service
3942024-12-19T05:33:35.589Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3952024-12-19T05:33:36.290Z Downloading crates ...
3962024-12-19T05:33:36.376Z Downloaded ahash v0.8.11
3972024-12-19T05:33:36.380Z Downloaded ciborium-io v0.2.2
3982024-12-19T05:33:36.383Z Downloaded atomicwrites v0.4.4
3992024-12-19T05:33:36.386Z Downloaded equivalent v1.0.1
4002024-12-19T05:33:36.388Z Downloaded const-random v0.1.18
4012024-12-19T05:33:36.391Z Downloaded crc8 v0.1.1
4022024-12-19T05:33:36.394Z Downloaded cstr-argument v0.1.2
4032024-12-19T05:33:36.396Z Downloaded async-stream-impl v0.3.5
4042024-12-19T05:33:36.396Z Downloaded darling_macro v0.20.10
4052024-12-19T05:33:36.396Z Downloaded parking_lot_core v0.8.6
4062024-12-19T05:33:36.399Z Downloaded futures-sink v0.3.30
4072024-12-19T05:33:36.401Z Downloaded password-hash v0.5.0
4082024-12-19T05:33:36.404Z Downloaded crunchy v0.2.2
4092024-12-19T05:33:36.406Z Downloaded crucible-workspace-hack v0.1.0
4102024-12-19T05:33:36.406Z Downloaded parking_lot_core v0.9.10
4112024-12-19T05:33:36.409Z Downloaded progenitor-client v0.8.0
4122024-12-19T05:33:36.412Z Downloaded foreign-types v0.3.2
4132024-12-19T05:33:36.415Z Downloaded pretty-hex v0.4.1
4142024-12-19T05:33:36.417Z Downloaded percent-encoding v2.3.1
4152024-12-19T05:33:36.420Z Downloaded foreign-types-shared v0.3.1
4162024-12-19T05:33:36.423Z Downloaded anstream v0.6.15
4172024-12-19T05:33:36.425Z Downloaded foreign-types-shared v0.1.1
4182024-12-19T05:33:36.425Z Downloaded const-random-macro v0.1.16
4192024-12-19T05:33:36.430Z Downloaded serde-big-array v0.5.1
4202024-12-19T05:33:36.433Z Downloaded dtrace-parser v0.2.0
4212024-12-19T05:33:36.436Z Downloaded anstyle-query v1.1.1
4222024-12-19T05:33:36.436Z Downloaded proc-macro-crate v3.2.0
4232024-12-19T05:33:36.438Z Downloaded ciborium-ll v0.2.2
4242024-12-19T05:33:36.438Z Downloaded block-buffer v0.10.4
4252024-12-19T05:33:36.440Z Downloaded paste v1.0.15
4262024-12-19T05:33:36.443Z Downloaded serde_tokenstream v0.2.2
4272024-12-19T05:33:36.446Z Downloaded serde_urlencoded v0.7.1
4282024-12-19T05:33:36.449Z Downloaded parse-display v0.10.0
4292024-12-19T05:33:36.450Z Downloaded fixedbitset v0.4.2
4302024-12-19T05:33:36.452Z Downloaded defmt-parser v0.3.4
4312024-12-19T05:33:36.452Z Downloaded defmt v0.3.8
4322024-12-19T05:33:36.456Z Downloaded sigpipe v0.1.3
4332024-12-19T05:33:36.458Z Downloaded pest_generator v2.7.13
4342024-12-19T05:33:36.461Z Downloaded dirs-next v2.0.0
4352024-12-19T05:33:36.461Z Downloaded digest v0.10.7
4362024-12-19T05:33:36.463Z Downloaded deranged v0.3.11
4372024-12-19T05:33:36.466Z Downloaded slab v0.4.9
4382024-12-19T05:33:36.466Z Downloaded futures-core v0.3.30
4392024-12-19T05:33:36.468Z Downloaded rand_chacha v0.3.1
4402024-12-19T05:33:36.471Z Downloaded float-ord v0.3.2
4412024-12-19T05:33:36.471Z Downloaded embedded-io v0.4.0
4422024-12-19T05:33:36.475Z Downloaded slog-envlogger v2.2.0
4432024-12-19T05:33:36.477Z Downloaded cobs v0.2.3
4442024-12-19T05:33:36.477Z Downloaded dyn-clone v1.0.17
4452024-12-19T05:33:36.477Z Downloaded dirs-sys-next v0.1.2
4462024-12-19T05:33:36.479Z Downloaded schemars_derive v0.8.21
4472024-12-19T05:33:36.481Z Downloaded futures-macro v0.3.30
4482024-12-19T05:33:36.484Z Downloaded sha1 v0.10.6
4492024-12-19T05:33:36.487Z Downloaded hubpack_derive v0.1.1
4502024-12-19T05:33:36.487Z Downloaded slog-dtrace v0.3.0
4512024-12-19T05:33:36.493Z Downloaded ident_case v1.0.1
4522024-12-19T05:33:36.493Z Downloaded newline-converter v0.3.0
4532024-12-19T05:33:36.495Z Downloaded postcard v1.0.10
4542024-12-19T05:33:36.496Z Downloaded rustc-hash v2.0.0
4552024-12-19T05:33:36.496Z Downloaded foreign-types-macros v0.2.3
4562024-12-19T05:33:36.498Z Downloaded semver v1.0.23
4572024-12-19T05:33:36.501Z Downloaded form_urlencoded v1.2.1
4582024-12-19T05:33:36.503Z Downloaded defmt-macros v0.3.9
4592024-12-19T05:33:36.505Z Downloaded shlex v1.3.0
4602024-12-19T05:33:36.508Z Downloaded rustls-pemfile v1.0.4
4612024-12-19T05:33:36.511Z Downloaded futures-executor v0.3.30
4622024-12-19T05:33:36.511Z Downloaded cancel-safe-futures v0.1.5
4632024-12-19T05:33:36.515Z Downloaded async-trait v0.1.83
4642024-12-19T05:33:36.517Z Downloaded serde_spanned v0.6.7
4652024-12-19T05:33:36.520Z Downloaded proc-macro-error v1.0.4
4662024-12-19T05:33:36.523Z Downloaded semver v0.1.20
4672024-12-19T05:33:36.525Z Downloaded fastrand v2.1.1
4682024-12-19T05:33:36.527Z Downloaded sha2 v0.10.8
4692024-12-19T05:33:36.530Z Downloaded backoff v0.4.0
4702024-12-19T05:33:36.532Z Downloaded pest_derive v2.7.13
4712024-12-19T05:33:36.534Z Downloaded slog-async v2.8.0
4722024-12-19T05:33:36.537Z Downloaded instant v0.1.13
4732024-12-19T05:33:36.537Z Downloaded serde_derive_internals v0.29.1
4742024-12-19T05:33:36.539Z Downloaded rustls-pemfile v2.1.3
4752024-12-19T05:33:36.542Z Downloaded newtype_derive v0.1.6
4762024-12-19T05:33:36.544Z Downloaded progenitor-impl v0.8.0
4772024-12-19T05:33:36.547Z Downloaded linked-hash-map v0.5.6
4782024-12-19T05:33:36.547Z Downloaded is-terminal v0.4.13
4792024-12-19T05:33:36.547Z Downloaded heck v0.5.0
4802024-12-19T05:33:36.550Z Downloaded pin-project-lite v0.2.14
4812024-12-19T05:33:36.553Z Downloaded is_terminal_polyfill v1.70.1
4822024-12-19T05:33:36.556Z Downloaded smf v0.2.3
4832024-12-19T05:33:36.560Z Downloaded num_enum_derive v0.5.11
4842024-12-19T05:33:36.560Z Downloaded fxhash v0.2.1
4852024-12-19T05:33:36.564Z Downloaded quote v1.0.37
4862024-12-19T05:33:36.564Z Downloaded num-integer v0.1.46
4872024-12-19T05:33:36.568Z Downloaded managed v0.8.0
4882024-12-19T05:33:36.568Z Downloaded crossbeam-utils v0.8.20
4892024-12-19T05:33:36.570Z Downloaded tinyvec_macros v0.1.1
4902024-12-19T05:33:36.573Z Downloaded num-conv v0.1.0
4912024-12-19T05:33:36.573Z Downloaded rustls-pki-types v1.8.0
4922024-12-19T05:33:36.576Z Downloaded ryu v1.0.18
4932024-12-19T05:33:36.578Z Downloaded static_assertions v1.1.0
4942024-12-19T05:33:36.578Z Downloaded futures v0.3.30
4952024-12-19T05:33:36.583Z Downloaded clap v4.5.23
4962024-12-19T05:33:36.593Z Downloaded omicron-workspace-hack v0.1.0
4972024-12-19T05:33:36.596Z Downloaded pest_meta v2.7.13
4982024-12-19T05:33:36.599Z Downloaded heck v0.4.1
4992024-12-19T05:33:36.599Z Downloaded prettyplease v0.2.22
5002024-12-19T05:33:36.602Z Downloaded structmeta v0.3.0
5012024-12-19T05:33:36.604Z Downloaded strsim v0.11.1
5022024-12-19T05:33:36.607Z Downloaded native-tls v0.2.12
5032024-12-19T05:33:36.610Z Downloaded hyper-rustls v0.27.3
5042024-12-19T05:33:36.612Z Downloaded openssl-probe v0.1.5
5052024-12-19T05:33:36.613Z Downloaded cookie v0.18.1
5062024-12-19T05:33:36.615Z Downloaded darling_core v0.20.10
5072024-12-19T05:33:36.621Z Downloaded strum v0.26.3
5082024-12-19T05:33:36.623Z Downloaded lazy_static v1.5.0
5092024-12-19T05:33:36.625Z Downloaded thiserror v1.0.69
5102024-12-19T05:33:36.629Z Downloaded try-lock v0.2.5
5112024-12-19T05:33:36.632Z Downloaded humantime v2.1.0
5122024-12-19T05:33:36.636Z Downloaded num_enum v0.7.3
5132024-12-19T05:33:36.639Z Downloaded zerocopy-derive v0.7.35
5142024-12-19T05:33:36.642Z Downloaded want v0.3.1
5152024-12-19T05:33:36.645Z Downloaded waitgroup v0.1.2
5162024-12-19T05:33:36.647Z Downloaded match_cfg v0.1.0
5172024-12-19T05:33:36.647Z Downloaded schemars v0.8.21
5182024-12-19T05:33:36.661Z Downloaded lru-cache v0.1.2
5192024-12-19T05:33:36.663Z Downloaded ipnet v2.10.0
5202024-12-19T05:33:36.665Z Downloaded hyper-tls v0.6.0
5212024-12-19T05:33:36.669Z Downloaded hyper-tls v0.5.0
5222024-12-19T05:33:36.669Z Downloaded hostname v0.4.0
5232024-12-19T05:33:36.672Z Downloaded tower-service v0.3.3
5242024-12-19T05:33:36.672Z Downloaded bytes v1.7.2
5252024-12-19T05:33:36.675Z Downloaded base64 v0.22.1
5262024-12-19T05:33:36.679Z Downloaded thread_local v1.1.8
5272024-12-19T05:33:36.683Z Downloaded structmeta-derive v0.3.0
5282024-12-19T05:33:36.683Z Downloaded num-derive v0.4.2
5292024-12-19T05:33:36.685Z Downloaded typify v0.2.0
5302024-12-19T05:33:36.688Z Downloaded thread-id v4.2.2
5312024-12-19T05:33:36.688Z Downloaded time-core v0.1.2
5322024-12-19T05:33:36.690Z Downloaded tabwriter v1.4.0
5332024-12-19T05:33:36.690Z Downloaded indent_write v2.2.0
5342024-12-19T05:33:36.693Z Downloaded serde_yaml v0.9.34+deprecated
5352024-12-19T05:33:36.695Z Downloaded time-macros v0.2.18
5362024-12-19T05:33:36.698Z Downloaded whoami v1.5.2
5372024-12-19T05:33:36.698Z Downloaded quinn v0.11.5
5382024-12-19T05:33:36.701Z Downloaded num-complex v0.4.6
5392024-12-19T05:33:36.704Z Downloaded unicode-ident v1.0.13
5402024-12-19T05:33:36.706Z Downloaded getrandom v0.2.15
5412024-12-19T05:33:36.709Z Downloaded utf8parse v0.2.2
5422024-12-19T05:33:36.712Z Downloaded linear-map v1.2.0
5432024-12-19T05:33:36.712Z Downloaded num_enum_derive v0.7.3
5442024-12-19T05:33:36.714Z Downloaded memmap v0.7.0
5452024-12-19T05:33:36.717Z Downloaded parking_lot v0.12.3
5462024-12-19T05:33:36.719Z Downloaded once_cell v1.20.2
5472024-12-19T05:33:36.722Z Downloaded version_check v0.9.5
5482024-12-19T05:33:36.724Z Downloaded expectorate v1.1.0
5492024-12-19T05:33:36.727Z Downloaded mime v0.3.17
5502024-12-19T05:33:36.727Z Downloaded slog-scope v4.4.0
5512024-12-19T05:33:36.729Z Downloaded httpdate v1.0.3
5522024-12-19T05:33:36.729Z Downloaded subtle v2.6.1
5532024-12-19T05:33:36.732Z Downloaded strum_macros v0.26.4
5542024-12-19T05:33:36.735Z Downloaded toml_datetime v0.6.8
5552024-12-19T05:33:36.735Z Downloaded http-body-util v0.1.2
5562024-12-19T05:33:36.738Z Downloaded httparse v1.9.4
5572024-12-19T05:33:36.740Z Downloaded http-body v0.4.6
5582024-12-19T05:33:36.743Z Downloaded num-rational v0.4.2
5592024-12-19T05:33:36.743Z Downloaded owo-colors v4.1.0
5602024-12-19T05:33:36.745Z Downloaded num-traits v0.2.19
5612024-12-19T05:33:36.748Z Downloaded usdt-macro v0.5.0
5622024-12-19T05:33:36.751Z Downloaded zone v0.3.0
5632024-12-19T05:33:36.751Z Downloaded uuid v1.11.0
5642024-12-19T05:33:36.754Z Downloaded tracing-core v0.1.32
5652024-12-19T05:33:36.757Z Downloaded typify-macro v0.2.0
5662024-12-19T05:33:36.760Z Downloaded spin v0.5.2
5672024-12-19T05:33:36.760Z Downloaded num v0.4.3
5682024-12-19T05:33:36.762Z Downloaded lock_api v0.4.12
5692024-12-19T05:33:36.763Z Downloaded tinyvec v1.8.0
5702024-12-19T05:33:36.765Z Downloaded libsw v3.3.1
5712024-12-19T05:33:36.770Z Downloaded crossbeam-channel v0.5.13
5722024-12-19T05:33:36.772Z Downloaded tiny-keccak v2.0.2
5732024-12-19T05:33:36.775Z Downloaded iana-time-zone v0.1.61
5742024-12-19T05:33:36.778Z Downloaded strum_macros v0.25.3
5752024-12-19T05:33:36.780Z Downloaded smartstring v1.0.1
5762024-12-19T05:33:36.783Z Downloaded slog-term v2.9.1
5772024-12-19T05:33:36.785Z Downloaded log v0.4.22
5782024-12-19T05:33:36.788Z Downloaded tempfile v3.12.0
5792024-12-19T05:33:36.790Z Downloaded heapless v0.8.0
5802024-12-19T05:33:36.794Z Downloaded parking_lot v0.11.2
5812024-12-19T05:33:36.799Z Downloaded typenum v1.17.0
5822024-12-19T05:33:36.802Z Downloaded cc v1.1.21
5832024-12-19T05:33:36.803Z Downloaded unsafe-libyaml v0.2.11
5842024-12-19T05:33:36.806Z Downloaded hyper-rustls v0.24.2
5852024-12-19T05:33:36.809Z Downloaded indexmap v1.9.3
5862024-12-19T05:33:36.811Z Downloaded tokio-native-tls v0.3.1
5872024-12-19T05:33:36.815Z Downloaded half v2.4.1
5882024-12-19T05:33:36.818Z Downloaded term v0.7.0
5892024-12-19T05:33:36.822Z Downloaded socket2 v0.5.8
5902024-12-19T05:33:36.827Z Downloaded ucd-trie v0.1.6
5912024-12-19T05:33:36.827Z Downloaded steno v0.4.1
5922024-12-19T05:33:36.829Z Downloaded hickory-resolver v0.24.1
5932024-12-19T05:33:36.832Z Downloaded toml v0.8.19
5942024-12-19T05:33:36.837Z Downloaded smallvec v1.13.2
5952024-12-19T05:33:36.839Z Downloaded zerocopy v0.6.6
5962024-12-19T05:33:36.844Z Downloaded serde v1.0.215
5972024-12-19T05:33:36.847Z Downloaded base64 v0.21.7
5982024-12-19T05:33:36.849Z Downloaded unicode-bidi v0.3.15
5992024-12-19T05:33:36.852Z Downloaded tokio-rustls v0.26.0
6002024-12-19T05:33:36.855Z Downloaded pest v2.7.13
6012024-12-19T05:33:36.859Z Downloaded thiserror-impl v1.0.69
6022024-12-19T05:33:36.862Z Downloaded indexmap v2.5.0
6032024-12-19T05:33:36.867Z Downloaded scroll v0.12.0
6042024-12-19T05:33:36.870Z Downloaded hostname v0.3.1
6052024-12-19T05:33:36.870Z Downloaded usdt-impl v0.5.0
6062024-12-19T05:33:36.870Z Downloaded openssl-sys v0.9.103
6072024-12-19T05:33:36.875Z Downloaded usdt v0.5.0
6082024-12-19T05:33:36.880Z Downloaded spin v0.9.8
6092024-12-19T05:33:36.880Z Downloaded toml_edit v0.22.21
6102024-12-19T05:33:36.901Z Downloaded http v1.2.0
6112024-12-19T05:33:36.905Z Downloaded aho-corasick v1.1.3
6122024-12-19T05:33:36.911Z Downloaded http v0.2.12
6132024-12-19T05:33:36.915Z Downloaded url v2.5.2
6142024-12-19T05:33:36.918Z Downloaded unicode-segmentation v1.12.0
6152024-12-19T05:33:36.922Z Downloaded tracing v0.1.40
6162024-12-19T05:33:36.926Z Downloaded hashbrown v0.14.5
6172024-12-19T05:33:36.932Z Downloaded time v0.3.36
6182024-12-19T05:33:36.939Z Downloaded serde_json v1.0.133
6192024-12-19T05:33:36.947Z Downloaded hyper-util v0.1.10
6202024-12-19T05:33:36.951Z Downloaded libm v0.2.8
6212024-12-19T05:33:36.959Z Downloaded zerocopy v0.7.35
6222024-12-19T05:33:36.977Z Downloaded h2 v0.4.6
6232024-12-19T05:33:36.983Z Downloaded reqwest v0.11.27
6242024-12-19T05:33:36.991Z Downloaded mio v1.0.2
6252024-12-19T05:33:36.997Z Downloaded itertools v0.12.1
6262024-12-19T05:33:37.005Z Downloaded reqwest v0.12.9
6272024-12-19T05:33:37.013Z Downloaded webpki-roots v0.26.6
6282024-12-19T05:33:37.017Z Downloaded itertools v0.13.0
6292024-12-19T05:33:37.025Z Downloaded webpki-roots v0.25.4
6302024-12-19T05:33:37.029Z Downloaded idna v0.5.0
6312024-12-19T05:33:37.036Z Downloaded rustls-webpki v0.102.8
6322024-12-19T05:33:37.057Z Downloaded futures-util v0.3.30
6332024-12-19T05:33:37.067Z Downloaded hyper v1.5.1
6342024-12-19T05:33:37.074Z Downloaded smoltcp v0.11.0
6352024-12-19T05:33:37.086Z Downloaded winnow v0.6.18
6362024-12-19T05:33:37.094Z Downloaded winnow v0.5.40
6372024-12-19T05:33:37.103Z Downloaded h2 v0.3.26
6382024-12-19T05:33:37.110Z Downloaded hickory-proto v0.24.1
6392024-12-19T05:33:37.126Z Downloaded syn v1.0.109
6402024-12-19T05:33:37.137Z Downloaded goblin v0.8.2
6412024-12-19T05:33:37.143Z Downloaded regex v1.10.6
6422024-12-19T05:33:37.156Z Downloaded quinn-proto v0.11.8
6432024-12-19T05:33:37.162Z Downloaded portable-atomic v1.8.0
6442024-12-19T05:33:37.169Z Downloaded vcpkg v0.2.15
6452024-12-19T05:33:37.207Z Downloaded typify-impl v0.2.0
6462024-12-19T05:33:37.222Z Downloaded unicode-width v0.1.14
6472024-12-19T05:33:37.228Z Downloaded syn v2.0.87
6482024-12-19T05:33:37.240Z Downloaded regress v0.10.1
6492024-12-19T05:33:37.248Z Downloaded openssl v0.10.66
6502024-12-19T05:33:37.258Z Downloaded rustls v0.21.12
6512024-12-19T05:33:37.270Z Downloaded rustls v0.23.13
6522024-12-19T05:33:37.283Z Downloaded rustix v0.38.37
6532024-12-19T05:33:37.304Z Downloaded openapiv3 v2.0.0
6542024-12-19T05:33:37.316Z Downloaded regex-syntax v0.8.4
6552024-12-19T05:33:37.324Z Downloaded rustls v0.22.4
6562024-12-19T05:33:37.337Z Downloaded rhai v1.20.0
6572024-12-19T05:33:37.349Z Downloaded regress v0.9.1
6582024-12-19T05:33:37.358Z Downloaded dropshot v0.12.0
6592024-12-19T05:33:37.377Z Downloaded sled v0.34.7
6602024-12-19T05:33:37.387Z Downloaded idna v0.4.0
6612024-12-19T05:33:37.394Z Downloaded chrono v0.4.38
6622024-12-19T05:33:37.401Z Downloaded minimal-lexical v0.2.1
6632024-12-19T05:33:37.405Z Downloaded hashbrown v0.12.3
6642024-12-19T05:33:37.410Z Downloaded hyper v0.14.30
6652024-12-19T05:33:37.417Z Downloaded zerocopy-derive v0.6.6
6662024-12-19T05:33:37.428Z Downloaded tokio v1.42.0
6672024-12-19T05:33:37.465Z Downloaded itertools v0.10.5
6682024-12-19T05:33:37.471Z Downloaded regex-automata v0.4.7
6692024-12-19T05:33:37.488Z Downloaded rustls-webpki v0.101.7
6702024-12-19T05:33:37.501Z Downloaded unicode-normalization v0.1.24
6712024-12-19T05:33:37.504Z Downloaded serde_with v3.9.0
6722024-12-19T05:33:37.513Z Downloaded toml_edit v0.19.15
6732024-12-19T05:33:37.528Z Downloaded tokio-util v0.7.12
6742024-12-19T05:33:37.535Z Downloaded nom v7.1.3
6752024-12-19T05:33:37.540Z Downloaded petgraph v0.6.5
6762024-12-19T05:33:37.557Z Downloaded memchr v2.7.4
6772024-12-19T05:33:37.562Z Downloaded libc v0.2.169
6782024-12-19T05:33:37.586Z Downloaded clap_builder v4.5.23
6792024-12-19T05:33:37.592Z Downloaded multer v3.1.0
6802024-12-19T05:33:37.595Z Downloaded serde_derive v1.0.215
6812024-12-19T05:33:37.597Z Downloaded hubpack v0.1.2
6822024-12-19T05:33:37.600Z Downloaded highway v1.2.0
6832024-12-19T05:33:37.602Z Downloaded hex v0.4.3
6842024-12-19T05:33:37.602Z Downloaded tracing-attributes v0.1.27
6852024-12-19T05:33:37.604Z Downloaded tokio-rustls v0.25.0
6862024-12-19T05:33:37.607Z Downloaded tokio-rustls v0.24.1
6872024-12-19T05:33:37.609Z Downloaded thin-vec v0.2.13
6882024-12-19T05:33:37.609Z Downloaded num_enum v0.5.11
6892024-12-19T05:33:37.613Z Downloaded num-iter v0.1.45
6902024-12-19T05:33:37.616Z Downloaded num-derive v0.3.3
6912024-12-19T05:33:37.616Z Downloaded tokio-macros v2.4.0
6922024-12-19T05:33:37.619Z Downloaded generic-array v0.14.7
6932024-12-19T05:33:37.619Z Downloaded futures-task v0.3.30
6942024-12-19T05:33:37.621Z Downloaded crossbeam-epoch v0.9.18
6952024-12-19T05:33:37.623Z Downloaded openssl-macros v0.1.1
6962024-12-19T05:33:37.623Z Downloaded zone_cfg_derive v0.3.0
6972024-12-19T05:33:37.623Z Downloaded take_mut v0.2.2
6982024-12-19T05:33:37.626Z Downloaded sync_wrapper v1.0.1
6992024-12-19T05:33:37.626Z Downloaded encoding_rs v0.8.34
7002024-12-19T05:33:37.647Z Downloaded sync_wrapper v0.1.2
7012024-12-19T05:33:37.651Z Downloaded swrite v0.1.0
7022024-12-19T05:33:37.651Z Downloaded slog-json v2.6.1
7032024-12-19T05:33:37.651Z Downloaded arc-swap v1.7.1
7042024-12-19T05:33:37.654Z Downloaded no-std-compat v0.4.1
7052024-12-19T05:33:37.654Z Downloaded newtype-uuid v1.1.0
7062024-12-19T05:33:37.654Z Downloaded ipnetwork v0.20.0
7072024-12-19T05:33:37.657Z Downloaded rand v0.8.5
7082024-12-19T05:33:37.659Z Downloaded serde_with_macros v3.9.0
7092024-12-19T05:33:37.662Z Downloaded allocator-api2 v0.2.18
7102024-12-19T05:33:37.665Z Downloaded num_threads v0.1.7
7112024-12-19T05:33:37.665Z Downloaded usdt-attr-macro v0.5.0
7122024-12-19T05:33:37.665Z Downloaded zeroize v1.8.1
7132024-12-19T05:33:37.668Z Downloaded untrusted v0.9.0
7142024-12-19T05:33:37.668Z Downloaded terminal_size v0.4.0
7152024-12-19T05:33:37.670Z Downloaded slog v2.7.0
7162024-12-19T05:33:37.673Z Downloaded similar v2.6.0
7172024-12-19T05:33:37.675Z Downloaded proc-macro2 v1.0.86
7182024-12-19T05:33:37.678Z Downloaded stable_deref_trait v1.2.0
7192024-12-19T05:33:37.680Z Downloaded blake2 v0.10.6
7202024-12-19T05:33:37.682Z Downloaded slog-stdlog v4.1.1
7212024-12-19T05:33:37.682Z Downloaded dropshot_endpoint v0.12.0
7222024-12-19T05:33:37.685Z Downloaded derive_more v0.99.18
7232024-12-19T05:33:37.689Z Downloaded derive-where v1.2.7
7242024-12-19T05:33:37.692Z Downloaded camino-tempfile v1.1.1
7252024-12-19T05:33:37.695Z Downloaded bitflags v2.6.0
7262024-12-19T05:33:37.697Z Downloaded anyhow v1.0.94
7272024-12-19T05:33:37.701Z Downloaded macaddr v1.0.1
7282024-12-19T05:33:37.703Z Downloaded itoa v1.0.11
7292024-12-19T05:33:37.703Z Downloaded slog-bunyan v2.5.0
7302024-12-19T05:33:37.706Z Downloaded sct v0.7.1
7312024-12-19T05:33:37.708Z Downloaded camino v1.1.9
7322024-12-19T05:33:37.710Z Downloaded argon2 v0.5.3
7332024-12-19T05:33:37.713Z Downloaded hash32 v0.3.1
7342024-12-19T05:33:37.713Z Downloaded rustc_version v0.1.7
7352024-12-19T05:33:37.713Z Downloaded resolv-conf v0.7.0
7362024-12-19T05:33:37.715Z Downloaded rhai_codegen v2.2.0
7372024-12-19T05:33:37.721Z Downloaded serde_repr v0.1.19
7382024-12-19T05:33:37.723Z Downloaded quick-error v1.2.3
7392024-12-19T05:33:37.726Z Downloaded progenitor-macro v0.8.0
7402024-12-19T05:33:37.726Z Downloaded proc-macro-error-attr v1.0.4
7412024-12-19T05:33:37.726Z Downloaded pkg-config v0.3.31
7422024-12-19T05:33:37.729Z Downloaded futures-channel v0.3.30
7432024-12-19T05:33:37.731Z Downloaded crc32fast v1.4.2
7442024-12-19T05:33:37.734Z Downloaded ciborium v0.2.2
7452024-12-19T05:33:37.734Z Downloaded base64ct v1.6.0
7462024-12-19T05:33:37.736Z Downloaded console v0.15.8
7472024-12-19T05:33:37.739Z Downloaded clap_derive v4.5.18
7482024-12-19T05:33:37.741Z Downloaded cpufeatures v0.2.14
7492024-12-19T05:33:37.741Z Downloaded fnv v1.0.7
7502024-12-19T05:33:37.744Z Downloaded darling v0.20.10
7512024-12-19T05:33:37.747Z Downloaded http-body v1.0.1
7522024-12-19T05:33:37.747Z Downloaded errno v0.3.9
7532024-12-19T05:33:37.749Z Downloaded embedded-io v0.6.1
7542024-12-19T05:33:37.749Z Downloaded debug-ignore v1.0.5
7552024-12-19T05:33:37.752Z Downloaded colorchoice v1.0.2
7562024-12-19T05:33:37.752Z Downloaded clap_lex v0.7.4
7572024-12-19T05:33:37.752Z Downloaded bitflags v1.3.2
7582024-12-19T05:33:37.755Z Downloaded anstyle v1.0.10
7592024-12-19T05:33:37.758Z Downloaded serde_path_to_error v0.1.16
7602024-12-19T05:33:37.758Z Downloaded scopeguard v1.2.0
7612024-12-19T05:33:37.760Z Downloaded rustc_version v0.4.1
7622024-12-19T05:33:37.760Z Downloaded futures-io v0.3.30
7632024-12-19T05:33:37.763Z Downloaded dof v0.3.0
7642024-12-19T05:33:37.763Z Downloaded rustversion v1.0.17
7652024-12-19T05:33:37.765Z Downloaded rand_core v0.6.4
7662024-12-19T05:33:37.765Z Downloaded pin-utils v0.1.0
7672024-12-19T05:33:37.768Z Downloaded signal-hook-registry v1.4.2
7682024-12-19T05:33:37.768Z Downloaded quinn-udp v0.5.5
7692024-12-19T05:33:37.770Z Downloaded foreign-types v0.5.0
7702024-12-19T05:33:37.770Z Downloaded enum-as-inner v0.6.1
7712024-12-19T05:33:37.771Z Downloaded either v1.13.0
7722024-12-19T05:33:37.773Z Downloaded byteorder v1.5.0
7732024-12-19T05:33:37.776Z Downloaded atomic-waker v1.1.2
7742024-12-19T05:33:37.776Z Downloaded async-stream v0.3.5
7752024-12-19T05:33:37.776Z Downloaded pretty-hex v0.2.1
7762024-12-19T05:33:37.779Z Downloaded ppv-lite86 v0.2.20
7772024-12-19T05:33:37.779Z Downloaded plain v0.2.3
7782024-12-19T05:33:37.781Z Downloaded anstyle-parse v0.2.5
7792024-12-19T05:33:37.781Z Downloaded crypto-common v0.1.6
7802024-12-19T05:33:37.784Z Downloaded convert_case v0.4.0
7812024-12-19T05:33:37.784Z Downloaded cfg-if v1.0.0
7822024-12-19T05:33:37.784Z Downloaded data-encoding v2.6.0
7832024-12-19T05:33:37.786Z Downloaded progenitor v0.8.0
7842024-12-19T05:33:37.787Z Downloaded proc-macro-crate v1.3.1
7852024-12-19T05:33:37.787Z Downloaded powerfmt v0.2.0
7862024-12-19T05:33:37.789Z Downloaded parse-display-derive v0.10.0
7872024-12-19T05:33:37.789Z Downloaded autocfg v1.3.0
7882024-12-19T05:33:37.792Z Downloaded colored v2.1.0
7892024-12-19T05:33:37.794Z Downloaded scroll_derive v0.12.0
7902024-12-19T05:33:37.878Z Downloaded ring v0.17.8
7912024-12-19T05:33:38.213Z Compiling proc-macro2 v1.0.86
7922024-12-19T05:33:38.213Z Compiling unicode-ident v1.0.13
7932024-12-19T05:33:38.216Z Compiling libc v0.2.169
7942024-12-19T05:33:38.216Z Compiling serde v1.0.215
7952024-12-19T05:33:38.216Z Compiling version_check v0.9.5
7962024-12-19T05:33:38.217Z Compiling autocfg v1.3.0
7972024-12-19T05:33:38.217Z Compiling cfg-if v1.0.0
7982024-12-19T05:33:38.355Z Compiling once_cell v1.20.2
7992024-12-19T05:33:38.375Z Compiling libm v0.2.8
8002024-12-19T05:33:38.513Z Compiling memchr v2.7.4
8012024-12-19T05:33:38.807Z Compiling byteorder v1.5.0
8022024-12-19T05:33:38.908Z Compiling parking_lot_core v0.9.10
8032024-12-19T05:33:38.954Z Compiling shlex v1.3.0
8042024-12-19T05:33:39.237Z Compiling lock_api v0.4.12
8052024-12-19T05:33:39.342Z Compiling cc v1.1.21
8062024-12-19T05:33:39.592Z Compiling thiserror v1.0.69
8072024-12-19T05:33:39.868Z Compiling itoa v1.0.11
8082024-12-19T05:33:40.095Z Compiling quote v1.0.37
8092024-12-19T05:33:40.114Z Compiling portable-atomic v1.8.0
8102024-12-19T05:33:40.169Z Compiling slab v0.4.9
8112024-12-19T05:33:40.516Z Compiling syn v2.0.87
8122024-12-19T05:33:40.537Z Compiling getrandom v0.2.15
8132024-12-19T05:33:40.726Z Compiling schemars v0.8.21
8142024-12-19T05:33:40.885Z Compiling ahash v0.8.11
8152024-12-19T05:33:40.903Z Compiling allocator-api2 v0.2.18
8162024-12-19T05:33:40.956Z Compiling num-traits v0.2.19
8172024-12-19T05:33:41.145Z Compiling ryu v1.0.18
8182024-12-19T05:33:41.435Z Compiling serde_json v1.0.133
8192024-12-19T05:33:41.773Z Compiling pin-project-lite v0.2.14
8202024-12-19T05:33:42.068Z Compiling scopeguard v1.2.0
8212024-12-19T05:33:42.088Z Compiling log v0.4.22
8222024-12-19T05:33:42.133Z Compiling equivalent v1.0.1
8232024-12-19T05:33:42.234Z Compiling heck v0.5.0
8242024-12-19T05:33:42.254Z Compiling fnv v1.0.7
8252024-12-19T05:33:42.318Z Compiling ring v0.17.8
8262024-12-19T05:33:42.560Z Compiling pkg-config v0.3.31
8272024-12-19T05:33:42.679Z Compiling crunchy v0.2.2
8282024-12-19T05:33:42.736Z Compiling vcpkg v0.2.15
8292024-12-19T05:33:43.205Z Compiling socket2 v0.5.8
8302024-12-19T05:33:43.396Z Compiling signal-hook-registry v1.4.2
8312024-12-19T05:33:43.874Z Compiling mio v1.0.2
8322024-12-19T05:33:44.216Z Compiling tiny-keccak v2.0.2
8332024-12-19T05:33:44.237Z Compiling slog v2.7.0
8342024-12-19T05:33:44.434Z Compiling openssl-sys v0.9.103
8352024-12-19T05:33:44.530Z Compiling httparse v1.9.4
8362024-12-19T05:33:44.856Z Compiling iana-time-zone v0.1.61
8372024-12-19T05:33:45.251Z Compiling futures-core v0.3.30
8382024-12-19T05:33:45.315Z Compiling const-random-macro v0.1.16
8392024-12-19T05:33:45.441Z Compiling dyn-clone v1.0.17
8402024-12-19T05:33:45.480Z Compiling futures-sink v0.3.30
8412024-12-19T05:33:45.652Z Compiling openssl v0.10.66
8422024-12-19T05:33:45.890Z Compiling typenum v1.17.0
8432024-12-19T05:33:46.062Z Compiling const-random v0.1.18
8442024-12-19T05:33:46.116Z Compiling semver v1.0.23
8452024-12-19T05:33:46.155Z Compiling native-tls v0.2.12
8462024-12-19T05:33:46.175Z Compiling rustls v0.23.13
8472024-12-19T05:33:46.324Z Compiling futures-channel v0.3.30
8482024-12-19T05:33:46.347Z Compiling futures-task v0.3.30
8492024-12-19T05:33:46.529Z Compiling futures-io v0.3.30
8502024-12-19T05:33:46.567Z Compiling pin-utils v0.1.0
8512024-12-19T05:33:46.633Z Compiling generic-array v0.14.7
8522024-12-19T05:33:46.670Z Compiling tracing-core v0.1.32
8532024-12-19T05:33:46.690Z Compiling bitflags v2.6.0
8542024-12-19T05:33:46.798Z Compiling subtle v2.6.1
8552024-12-19T05:33:46.836Z Compiling ucd-trie v0.1.6
8562024-12-19T05:33:46.856Z Compiling aho-corasick v1.1.3
8572024-12-19T05:33:46.874Z Compiling anyhow v1.0.94
8582024-12-19T05:33:47.068Z Compiling regex-syntax v0.8.4
8592024-12-19T05:33:47.227Z Compiling num-conv v0.1.0
8602024-12-19T05:33:47.289Z Compiling time-core v0.1.2
8612024-12-19T05:33:47.479Z Compiling time-macros v0.2.18
8622024-12-19T05:33:47.810Z Compiling serde_derive_internals v0.29.1
8632024-12-19T05:33:48.508Z Compiling spin v0.9.8
8642024-12-19T05:33:48.832Z Compiling rustls-pki-types v1.8.0
8652024-12-19T05:33:50.019Z Compiling usdt-impl v0.5.0
8662024-12-19T05:33:50.076Z Compiling omicron-workspace-hack v0.1.0
8672024-12-19T05:33:50.390Z Compiling untrusted v0.9.0
8682024-12-19T05:33:50.535Z Compiling regex-automata v0.4.7
8692024-12-19T05:33:50.654Z Compiling plain v0.2.3
8702024-12-19T05:33:50.811Z Compiling strsim v0.11.1
8712024-12-19T05:33:51.127Z Compiling tinyvec_macros v0.1.1
8722024-12-19T05:33:51.225Z Compiling rustversion v1.0.17
8732024-12-19T05:33:51.593Z Compiling atomic-waker v1.1.2
8742024-12-19T05:33:51.790Z Compiling tinyvec v1.8.0
8752024-12-19T05:33:52.785Z Compiling rand_core v0.6.4
8762024-12-19T05:33:53.114Z Compiling serde_derive v1.0.215
8772024-12-19T05:33:53.281Z Compiling zerocopy-derive v0.7.35
8782024-12-19T05:33:53.415Z Compiling thiserror-impl v1.0.69
8792024-12-19T05:33:53.858Z Compiling tokio-macros v2.4.0
8802024-12-19T05:33:54.041Z Compiling schemars_derive v0.8.21
8812024-12-19T05:33:55.413Z Compiling zerocopy v0.7.35
8822024-12-19T05:33:56.352Z Compiling futures-macro v0.3.30
8832024-12-19T05:33:57.301Z Compiling openssl-macros v0.1.1
8842024-12-19T05:33:57.405Z Compiling tracing-attributes v0.1.27
8852024-12-19T05:33:57.575Z Compiling hashbrown v0.14.5
8862024-12-19T05:33:58.145Z Compiling scroll_derive v0.12.0
8872024-12-19T05:33:58.223Z Compiling pest v2.7.13
8882024-12-19T05:33:58.245Z Compiling futures-util v0.3.30
8892024-12-19T05:33:58.967Z Compiling regress v0.10.1
8902024-12-19T05:33:59.511Z Compiling regex v1.10.6
8912024-12-19T05:33:59.604Z Compiling scroll v0.12.0
8922024-12-19T05:34:00.491Z Compiling goblin v0.8.2
8932024-12-19T05:34:01.108Z Compiling tracing v0.1.40
8942024-12-19T05:34:01.816Z Compiling pest_meta v2.7.13
8952024-12-19T05:34:03.671Z Compiling pest_generator v2.7.13
8962024-12-19T05:34:05.110Z Compiling rustls-webpki v0.102.8
8972024-12-19T05:34:05.463Z Compiling zeroize v1.8.1
8982024-12-19T05:34:05.827Z Compiling try-lock v0.2.5
8992024-12-19T05:34:05.884Z Compiling pest_derive v2.7.13
9002024-12-19T05:34:05.994Z Compiling pretty-hex v0.4.1
9012024-12-19T05:34:06.492Z Compiling percent-encoding v2.3.1
9022024-12-19T05:34:06.822Z Compiling bytes v1.7.2
9032024-12-19T05:34:06.961Z Compiling indexmap v2.5.0
9042024-12-19T05:34:08.049Z Compiling smallvec v1.13.2
9052024-12-19T05:34:08.468Z Compiling chrono v0.4.38
9062024-12-19T05:34:09.430Z Compiling parking_lot v0.12.3
9072024-12-19T05:34:09.485Z Compiling uuid v1.11.0
9082024-12-19T05:34:09.567Z Compiling serde_tokenstream v0.2.2
9092024-12-19T05:34:09.592Z Compiling http v1.2.0
9102024-12-19T05:34:10.120Z Compiling tokio v1.42.0
9112024-12-19T05:34:12.755Z Compiling openapiv3 v2.0.0
9122024-12-19T05:34:13.973Z Compiling unsafe-libyaml v0.2.11
9132024-12-19T05:34:15.742Z Compiling http-body v1.0.1
9142024-12-19T05:34:16.008Z Compiling typify-impl v0.2.0
9152024-12-19T05:34:17.015Z Compiling serde_yaml v0.9.34+deprecated
9162024-12-19T05:34:17.190Z Compiling ipnetwork v0.20.0
9172024-12-19T05:34:17.192Z Compiling dof v0.3.0
9182024-12-19T05:34:17.236Z Compiling dtrace-parser v0.2.0
9192024-12-19T05:34:18.973Z Compiling form_urlencoded v1.2.1
9202024-12-19T05:34:19.053Z Compiling want v0.3.1
9212024-12-19T05:34:19.368Z Compiling unicode-normalization v0.1.24
9222024-12-19T05:34:20.746Z Compiling tokio-util v0.7.12
9232024-12-19T05:34:20.826Z Compiling thread-id v4.2.2
9242024-12-19T05:34:20.938Z Compiling foreign-types-shared v0.1.1
9252024-12-19T05:34:20.959Z Compiling camino v1.1.9
9262024-12-19T05:34:21.060Z Compiling ident_case v1.0.1
9272024-12-19T05:34:21.074Z Compiling httpdate v1.0.3
9282024-12-19T05:34:21.249Z Compiling rustls v0.22.4
9292024-12-19T05:34:21.583Z Compiling unicode-bidi v0.3.15
9302024-12-19T05:34:21.603Z Compiling syn v1.0.109
9312024-12-19T05:34:21.815Z Compiling h2 v0.4.6
9322024-12-19T05:34:22.224Z Compiling darling_core v0.20.10
9332024-12-19T05:34:22.251Z Compiling foreign-types v0.3.2
9342024-12-19T05:34:22.793Z Compiling ppv-lite86 v0.2.20
9352024-12-19T05:34:23.957Z Compiling slog-async v2.8.0
9362024-12-19T05:34:24.584Z Compiling tower-service v0.3.3
9372024-12-19T05:34:25.246Z Compiling rand_chacha v0.3.1
9382024-12-19T05:34:25.458Z Compiling idna v0.5.0
9392024-12-19T05:34:27.013Z Compiling hyper v1.5.1
9402024-12-19T05:34:28.115Z Compiling typify-macro v0.2.0
9412024-12-19T05:34:28.354Z Compiling darling_macro v0.20.10
9422024-12-19T05:34:29.418Z Compiling toml_datetime v0.6.8
9432024-12-19T05:34:29.909Z Compiling hyper-util v0.1.10
9442024-12-19T05:34:32.124Z Compiling typify v0.2.0
9452024-12-19T05:34:32.274Z Compiling progenitor-impl v0.8.0
9462024-12-19T05:34:36.341Z Compiling multer v3.1.0
9472024-12-19T05:34:37.729Z Compiling openssl-probe v0.1.5
9482024-12-19T05:34:38.212Z Compiling paste v1.0.15
9492024-12-19T05:34:38.959Z Compiling progenitor-macro v0.8.0
9502024-12-19T05:34:41.787Z Compiling darling v0.20.10
9512024-12-19T05:34:41.910Z Compiling url v2.5.2
9522024-12-19T05:34:42.251Z Compiling rand v0.8.5
9532024-12-19T05:34:44.908Z Compiling usdt-macro v0.5.0
9542024-12-19T05:34:46.442Z Compiling usdt-attr-macro v0.5.0
9552024-12-19T05:34:47.380Z Compiling http-body-util v0.1.2
9562024-12-19T05:34:48.008Z Compiling async-trait v0.1.83
9572024-12-19T05:34:49.389Z Compiling encoding_rs v0.8.34
9582024-12-19T05:34:49.726Z Compiling ipnet v2.10.0
9592024-12-19T05:34:49.981Z Compiling base64 v0.22.1
9602024-12-19T05:34:50.420Z Compiling mime v0.3.17
9612024-12-19T05:34:51.063Z Compiling rustls-pemfile v2.1.3
9622024-12-19T05:34:52.673Z Compiling tokio-rustls v0.26.0
9632024-12-19T05:34:53.181Z Compiling serde_with_macros v3.9.0
9642024-12-19T05:34:53.403Z Compiling tokio-native-tls v0.3.1
9652024-12-19T05:34:53.709Z Compiling strum_macros v0.26.4
9662024-12-19T05:34:54.663Z Compiling serde_urlencoded v0.7.1
9672024-12-19T05:34:55.821Z Compiling async-stream-impl v0.3.5
9682024-12-19T05:34:55.924Z Compiling structmeta-derive v0.3.0
9692024-12-19T05:34:57.224Z Compiling webpki-roots v0.26.6
9702024-12-19T05:34:57.455Z Compiling dropshot v0.12.0
9712024-12-19T05:34:57.823Z Compiling powerfmt v0.2.0
9722024-12-19T05:34:58.293Z Compiling crossbeam-utils v0.8.20
9732024-12-19T05:34:58.659Z Compiling structmeta v0.3.0
9742024-12-19T05:34:58.898Z Compiling deranged v0.3.11
9752024-12-19T05:34:59.690Z Compiling hyper-rustls v0.27.3
9762024-12-19T05:34:59.966Z Compiling hyper-tls v0.6.0
9772024-12-19T05:35:01.096Z Compiling sync_wrapper v1.0.1
9782024-12-19T05:35:01.547Z Compiling winnow v0.6.18
9792024-12-19T05:35:04.108Z Compiling num_threads v0.1.7
9802024-12-19T05:35:04.244Z Compiling time v0.3.36
9812024-12-19T05:35:06.169Z Compiling reqwest v0.12.9
9822024-12-19T05:35:06.971Z Compiling parse-display-derive v0.10.0
9832024-12-19T05:35:08.652Z Compiling block-buffer v0.10.4
9842024-12-19T05:35:08.905Z Compiling crypto-common v0.1.6
9852024-12-19T05:35:09.132Z Compiling dropshot_endpoint v0.12.0
9862024-12-19T05:35:11.017Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9872024-12-19T05:35:12.768Z Compiling digest v0.10.7
9882024-12-19T05:35:13.275Z Compiling progenitor-client v0.8.0
9892024-12-19T05:35:14.161Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9902024-12-19T05:35:16.488Z Compiling dirs-sys-next v0.1.2
9912024-12-19T05:35:16.925Z Compiling lazy_static v1.5.0
9922024-12-19T05:35:17.075Z Compiling rustix v0.38.37
9932024-12-19T05:35:17.887Z Compiling match_cfg v0.1.0
9942024-12-19T05:35:17.989Z Compiling hostname v0.3.1
9952024-12-19T05:35:18.252Z Compiling dirs-next v2.0.0
9962024-12-19T05:35:18.319Z Compiling progenitor v0.8.0
9972024-12-19T05:35:18.538Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9982024-12-19T05:35:21.238Z Compiling futures-executor v0.3.30
9992024-12-19T05:35:21.607Z Compiling thread_local v1.1.8
10002024-12-19T05:35:22.273Z Compiling errno v0.3.9
10012024-12-19T05:35:22.546Z Compiling instant v0.1.13
10022024-12-19T05:35:22.908Z Compiling cpufeatures v0.2.14
10032024-12-19T05:35:23.009Z Compiling unicode-width v0.1.14
10042024-12-19T05:35:25.194Z Compiling futures v0.3.30
10052024-12-19T05:35:26.682Z Compiling term v0.7.0
10062024-12-19T05:35:27.104Z Compiling crossbeam-channel v0.5.13
10072024-12-19T05:35:29.432Z Compiling serde_spanned v0.6.7
10082024-12-19T05:35:29.688Z Compiling is-terminal v0.4.13
10092024-12-19T05:35:29.716Z Compiling memmap v0.7.0
10102024-12-19T05:35:30.127Z Compiling take_mut v0.2.2
10112024-12-19T05:35:30.686Z Compiling usdt v0.5.0
10122024-12-19T05:35:30.906Z Compiling slog-term v2.9.1
10132024-12-19T05:35:32.142Z Compiling toml_edit v0.22.21
10142024-12-19T05:35:33.548Z Compiling slog-json v2.6.1
10152024-12-19T05:35:33.984Z Compiling strum v0.26.3
10162024-12-19T05:35:34.180Z Compiling serde_with v3.9.0
10172024-12-19T05:35:36.234Z Compiling debug-ignore v1.0.5
10182024-12-19T05:35:36.522Z Compiling heapless v0.8.0
10192024-12-19T05:35:38.453Z Compiling tokio-rustls v0.25.0
10202024-12-19T05:35:39.729Z Compiling toml v0.8.19
10212024-12-19T05:35:41.594Z Compiling slog-bunyan v2.5.0
10222024-12-19T05:35:41.624Z Compiling sha1 v0.10.6
10232024-12-19T05:35:42.036Z Compiling async-stream v0.3.5
10242024-12-19T05:35:42.347Z Compiling newtype-uuid v1.1.0
10252024-12-19T05:35:42.436Z Compiling hex v0.4.3
10262024-12-19T05:35:42.702Z Compiling serde_path_to_error v0.1.16
10272024-12-19T05:35:43.191Z Compiling waitgroup v0.1.2
10282024-12-19T05:35:43.319Z Compiling hostname v0.4.0
10292024-12-19T05:35:43.440Z Compiling hash32 v0.3.1
10302024-12-19T05:35:43.720Z Compiling smoltcp v0.11.0
10312024-12-19T05:35:43.812Z Compiling stable_deref_trait v1.2.0
10322024-12-19T05:35:46.720Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10332024-12-19T05:35:46.814Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10342024-12-19T05:35:46.909Z Compiling backoff v0.4.0
10352024-12-19T05:35:47.324Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10362024-12-19T05:35:47.359Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10372024-12-19T05:35:47.570Z Compiling parse-display v0.10.0
10382024-12-19T05:35:49.556Z Compiling macaddr v1.0.1
10392024-12-19T05:35:50.189Z Compiling regress v0.9.1
10402024-12-19T05:35:51.545Z Compiling clap_derive v4.5.18
10412024-12-19T05:35:53.291Z Compiling winnow v0.5.40
10422024-12-19T05:35:54.904Z Compiling managed v0.8.0
10432024-12-19T05:35:55.438Z Compiling utf8parse v0.2.2
10442024-12-19T05:35:55.608Z Compiling cobs v0.2.3
10452024-12-19T05:35:56.042Z Compiling bitflags v1.3.2
10462024-12-19T05:35:56.277Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10472024-12-19T05:35:57.003Z Compiling toml_edit v0.19.15
10482024-12-19T05:35:57.228Z Compiling postcard v1.0.10
10492024-12-19T05:35:57.972Z Compiling anstyle-parse v0.2.5
10502024-12-19T05:35:58.385Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10512024-12-19T05:36:03.848Z Compiling is_terminal_polyfill v1.70.1
10522024-12-19T05:36:03.990Z Compiling colorchoice v1.0.2
10532024-12-19T05:36:04.890Z Compiling anstyle-query v1.1.1
10542024-12-19T05:36:05.054Z Compiling anstyle v1.0.10
10552024-12-19T05:36:05.597Z Compiling anstream v0.6.15
10562024-12-19T05:36:06.742Z Compiling proc-macro-crate v1.3.1
10572024-12-19T05:36:07.214Z Compiling terminal_size v0.4.0
10582024-12-19T05:36:07.562Z Compiling clap_lex v0.7.4
10592024-12-19T05:36:07.679Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10602024-12-19T05:36:08.044Z Compiling clap_builder v4.5.23
10612024-12-19T05:36:08.233Z Compiling num_enum_derive v0.5.11
10622024-12-19T05:36:10.115Z Compiling tabwriter v1.4.0
10632024-12-19T05:36:10.292Z Compiling foreign-types-macros v0.2.3
10642024-12-19T05:36:10.578Z Compiling num-integer v0.1.46
10652024-12-19T05:36:11.364Z Compiling foreign-types-shared v0.3.1
10662024-12-19T05:36:11.493Z Compiling num_enum v0.5.11
10672024-12-19T05:36:11.647Z Compiling foreign-types v0.5.0
10682024-12-19T05:36:12.000Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10692024-12-19T05:36:12.298Z Compiling clap v4.5.23
10702024-12-19T05:36:12.722Z Compiling cstr-argument v0.1.2
10712024-12-19T05:36:12.811Z Compiling proc-macro-error-attr v1.0.4
10722024-12-19T05:36:12.974Z Compiling pretty-hex v0.2.1
10732024-12-19T05:36:13.178Z Compiling either v1.13.0
10742024-12-19T05:36:13.245Z Compiling heck v0.4.1
10752024-12-19T05:36:13.370Z Compiling prettyplease v0.2.22
10762024-12-19T05:36:13.780Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10772024-12-19T05:36:14.171Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782024-12-19T05:36:14.357Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-12-19T05:36:15.561Z Compiling num-rational v0.4.2
10802024-12-19T05:36:15.612Z Compiling num-iter v0.1.45
10812024-12-19T05:36:16.183Z Compiling colored v2.1.0
10822024-12-19T05:36:17.907Z Compiling num-complex v0.4.6
10832024-12-19T05:36:18.374Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-12-19T05:36:18.522Z Compiling proc-macro-error v1.0.4
10852024-12-19T05:36:18.836Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862024-12-19T05:36:18.878Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10872024-12-19T05:36:19.186Z Compiling fastrand v2.1.1
10882024-12-19T05:36:19.206Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10892024-12-19T05:36:19.563Z Compiling tempfile v3.12.0
10902024-12-19T05:36:20.206Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-12-19T05:36:20.349Z Compiling num v0.4.3
10922024-12-19T05:36:24.263Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-12-19T05:36:24.663Z Compiling float-ord v0.3.2
10942024-12-19T05:36:24.820Z Compiling crucible-workspace-hack v0.1.0
10952024-12-19T05:36:24.865Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10962024-12-19T05:36:32.173Z Compiling semver v0.1.20
10972024-12-19T05:36:32.647Z Compiling unicode-segmentation v1.12.0
10982024-12-19T05:36:33.018Z Compiling rustc_version v0.1.7
10992024-12-19T05:36:33.368Z Compiling newline-converter v0.3.0
11002024-12-19T05:36:33.559Z Compiling zone_cfg_derive v0.3.0
11012024-12-19T05:36:33.689Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-12-19T05:36:33.943Z Compiling camino-tempfile v1.1.1
11032024-12-19T05:36:34.611Z Compiling itertools v0.10.5
11042024-12-19T05:36:34.734Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11052024-12-19T05:36:35.063Z Compiling console v0.15.8
11062024-12-19T05:36:35.196Z Compiling num-derive v0.4.2
11072024-12-19T05:36:36.608Z Compiling sigpipe v0.1.3
11082024-12-19T05:36:36.744Z Compiling base64ct v1.6.0
11092024-12-19T05:36:37.413Z Compiling similar v2.6.0
11102024-12-19T05:36:37.732Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11112024-12-19T05:36:37.884Z Compiling zone v0.3.0
11122024-12-19T05:36:38.042Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11132024-12-19T05:36:38.128Z Compiling password-hash v0.5.0
11142024-12-19T05:36:39.631Z Compiling expectorate v1.1.0
11152024-12-19T05:36:40.020Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11162024-12-19T05:36:40.271Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11172024-12-19T05:36:40.788Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-12-19T05:36:41.350Z Compiling newtype_derive v0.1.6
11192024-12-19T05:36:41.787Z Compiling blake2 v0.10.6
11202024-12-19T05:36:42.935Z Compiling hubpack_derive v0.1.1
11212024-12-19T05:36:43.248Z Compiling smf v0.2.3
11222024-12-19T05:36:43.734Z Compiling zerocopy-derive v0.6.6
11232024-12-19T05:36:43.879Z Compiling whoami v1.5.2
11242024-12-19T05:36:43.941Z Compiling fixedbitset v0.4.2
11252024-12-19T05:36:44.135Z Compiling cancel-safe-futures v0.1.5
11262024-12-19T05:36:44.528Z Compiling owo-colors v4.1.0
11272024-12-19T05:36:44.820Z Compiling petgraph v0.6.5
11282024-12-19T05:36:44.908Z Compiling hubpack v0.1.2
11292024-12-19T05:36:45.761Z Compiling argon2 v0.5.3
11302024-12-19T05:36:45.792Z Compiling zerocopy v0.6.6
11312024-12-19T05:36:46.829Z Compiling strum_macros v0.25.3
11322024-12-19T05:36:48.247Z Compiling serde-big-array v0.5.1
11332024-12-19T05:36:48.516Z Compiling serde_repr v0.1.19
11342024-12-19T05:36:49.003Z Compiling cookie v0.18.1
11352024-12-19T05:36:49.362Z Compiling convert_case v0.4.0
11362024-12-19T05:36:49.366Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11372024-12-19T05:36:49.719Z Compiling static_assertions v1.1.0
11382024-12-19T05:36:49.905Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-12-19T05:36:50.052Z Compiling derive_more v0.99.18
11402024-12-19T05:36:50.560Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11412024-12-19T05:36:52.396Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-19T05:36:52.728Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-19T05:36:53.631Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-12-19T05:36:55.202Z Compiling atomicwrites v0.4.4
11452024-12-19T05:36:55.709Z Compiling itertools v0.13.0
11462024-12-19T05:36:56.839Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-12-19T05:36:58.067Z Compiling idna v0.4.0
11482024-12-19T05:36:58.388Z Compiling libsw v3.3.1
11492024-12-19T05:36:58.728Z Compiling enum-as-inner v0.6.1
11502024-12-19T05:36:59.417Z Compiling derive-where v1.2.7
11512024-12-19T05:36:59.484Z Compiling swrite v0.1.0
11522024-12-19T05:36:59.620Z Compiling data-encoding v2.6.0
11532024-12-19T05:36:59.865Z Compiling linear-map v1.2.0
11542024-12-19T05:36:59.953Z Compiling indent_write v2.2.0
11552024-12-19T05:37:00.193Z Compiling linked-hash-map v0.5.6
11562024-12-19T05:37:00.295Z Compiling quick-error v1.2.3
11572024-12-19T05:37:00.454Z Compiling highway v1.2.0
11582024-12-19T05:37:00.621Z Compiling lru-cache v0.1.2
11592024-12-19T05:37:00.862Z Compiling resolv-conf v0.7.0
11602024-12-19T05:37:01.880Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-12-19T05:37:01.901Z Compiling hickory-proto v0.24.1
11622024-12-19T05:37:02.481Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-19T05:37:02.724Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-19T05:37:05.444Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-19T05:37:05.867Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-19T05:37:06.562Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-12-19T05:37:07.349Z Compiling steno v0.4.1
11682024-12-19T05:37:10.750Z Compiling slog-dtrace v0.3.0
11692024-12-19T05:37:11.109Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-12-19T05:37:11.206Z Compiling parking_lot_core v0.8.6
11712024-12-19T05:37:11.477Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11722024-12-19T05:37:11.650Z Compiling humantime v2.1.0
11732024-12-19T05:37:11.718Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-12-19T05:37:12.512Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752024-12-19T05:37:13.061Z Compiling hickory-resolver v0.24.1
11762024-12-19T05:37:14.335Z Compiling num-derive v0.3.3
11772024-12-19T05:37:14.908Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-12-19T05:37:15.874Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11792024-12-19T05:37:16.489Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-12-19T05:37:16.551Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-12-19T05:37:17.586Z Compiling parking_lot v0.11.2
11822024-12-19T05:37:18.172Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11832024-12-19T05:37:19.814Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-12-19T05:37:19.814Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852024-12-19T05:37:22.131Z Compiling crossbeam-epoch v0.9.18
11862024-12-19T05:37:22.454Z Compiling fxhash v0.2.1
11872024-12-19T05:37:22.687Z Compiling crc32fast v1.4.2
11882024-12-19T05:37:23.201Z Compiling crc8 v0.1.1
11892024-12-19T05:37:23.249Z Compiling arc-swap v1.7.1
11902024-12-19T05:37:23.525Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-12-19T05:37:25.012Z Compiling slog-scope v4.4.0
11922024-12-19T05:37:25.065Z Compiling sled v0.34.7
11932024-12-19T05:37:28.146Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-12-19T05:37:29.688Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11952024-12-19T05:37:30.223Z Compiling slog-stdlog v4.1.1
11962024-12-19T05:37:31.038Z Compiling slog-envlogger v2.2.0
11972024-12-19T05:37:32.037Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-12-19T05:37:32.540Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11992024-12-19T05:37:42.932Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-12-19T05:37:44.333Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12012024-12-19T05:37:50.360Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12022024-12-19T05:38:19.330Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12032024-12-19T05:38:19.330Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12042024-12-19T05:38:26.510Z Finished `release` profile [optimized] target(s) in 5m 09s
12052024-12-19T05:38:26.860Z+ banner trio
12062024-12-19T05:38:26.863Z
12072024-12-19T05:38:26.863Z ##### ##### # ####
12082024-12-19T05:38:26.863Z # # # # # #
12092024-12-19T05:38:26.863Z # # # # # #
12102024-12-19T05:38:26.863Z # ##### # # #
12112024-12-19T05:38:26.863Z # # # # # #
12122024-12-19T05:38:26.863Z # # # # ####
12132024-12-19T05:38:26.863Z
12142024-12-19T05:38:26.863Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12152024-12-19T05:38:27.334Z Compiling cfg-if v1.0.0
12162024-12-19T05:38:27.334Z Compiling libc v0.2.169
12172024-12-19T05:38:27.334Z Compiling serde v1.0.215
12182024-12-19T05:38:27.337Z Compiling once_cell v1.20.2
12192024-12-19T05:38:27.337Z Compiling itoa v1.0.11
12202024-12-19T05:38:27.337Z Compiling byteorder v1.5.0
12212024-12-19T05:38:27.405Z Compiling syn v2.0.87
12222024-12-19T05:38:27.411Z Compiling bytes v1.7.2
12232024-12-19T05:38:27.458Z Compiling num-traits v0.2.19
12242024-12-19T05:38:27.753Z Compiling zerocopy v0.7.35
12252024-12-19T05:38:27.788Z Compiling pin-project-lite v0.2.14
12262024-12-19T05:38:27.814Z Compiling ahash v0.8.11
12272024-12-19T05:38:27.830Z Compiling allocator-api2 v0.2.18
12282024-12-19T05:38:27.864Z Compiling schemars v0.8.21
12292024-12-19T05:38:27.933Z Compiling memchr v2.7.4
12302024-12-19T05:38:27.957Z Compiling smallvec v1.13.2
12312024-12-19T05:38:28.239Z Compiling scopeguard v1.2.0
12322024-12-19T05:38:28.370Z Compiling lock_api v0.4.12
12332024-12-19T05:38:28.675Z Compiling fnv v1.0.7
12342024-12-19T05:38:28.809Z Compiling getrandom v0.2.15
12352024-12-19T05:38:28.861Z Compiling parking_lot_core v0.9.10
12362024-12-19T05:38:28.900Z Compiling signal-hook-registry v1.4.2
12372024-12-19T05:38:28.994Z Compiling hashbrown v0.14.5
12382024-12-19T05:38:29.150Z Compiling mio v1.0.2
12392024-12-19T05:38:29.225Z Compiling parking_lot v0.12.3
12402024-12-19T05:38:29.687Z Compiling socket2 v0.5.8
12412024-12-19T05:38:29.878Z Compiling log v0.4.22
12422024-12-19T05:38:30.413Z Compiling futures-core v0.3.30
12432024-12-19T05:38:30.452Z Compiling equivalent v1.0.1
12442024-12-19T05:38:30.560Z Compiling ryu v1.0.18
12452024-12-19T05:38:30.609Z Compiling tracing-core v0.1.32
12462024-12-19T05:38:30.657Z Compiling serde_json v1.0.133
12472024-12-19T05:38:30.690Z Compiling uuid v1.11.0
12482024-12-19T05:38:30.788Z Compiling regress v0.10.1
12492024-12-19T05:38:31.131Z Compiling untrusted v0.9.0
12502024-12-19T05:38:31.251Z Compiling pin-utils v0.1.0
12512024-12-19T05:38:31.343Z Compiling futures-sink v0.3.30
12522024-12-19T05:38:31.370Z Compiling futures-task v0.3.30
12532024-12-19T05:38:31.381Z Compiling spin v0.9.8
12542024-12-19T05:38:31.395Z Compiling slab v0.4.9
12552024-12-19T05:38:31.566Z Compiling futures-util v0.3.30
12562024-12-19T05:38:31.576Z Compiling ring v0.17.8
12572024-12-19T05:38:31.697Z Compiling try-lock v0.2.5
12582024-12-19T05:38:31.850Z Compiling want v0.3.1
12592024-12-19T05:38:32.144Z Compiling httparse v1.9.4
12602024-12-19T05:38:32.453Z Compiling chrono v0.4.38
12612024-12-19T05:38:33.095Z Compiling futures-channel v0.3.30
12622024-12-19T05:38:33.212Z Compiling tower-service v0.3.3
12632024-12-19T05:38:33.332Z Compiling dyn-clone v1.0.17
12642024-12-19T05:38:33.537Z Compiling foreign-types-shared v0.1.1
12652024-12-19T05:38:33.552Z Compiling openssl-sys v0.9.103
12662024-12-19T05:38:33.938Z Compiling serde_derive_internals v0.29.1
12672024-12-19T05:38:34.466Z Compiling foreign-types v0.3.2
12682024-12-19T05:38:34.561Z Compiling bitflags v2.6.0
12692024-12-19T05:38:34.638Z Compiling unicode-ident v1.0.13
12702024-12-19T05:38:34.829Z Compiling proc-macro2 v1.0.86
12712024-12-19T05:38:34.927Z Compiling http v1.2.0
12722024-12-19T05:38:34.957Z Compiling tinyvec_macros v0.1.1
12732024-12-19T05:38:35.048Z Compiling openssl-probe v0.1.5
12742024-12-19T05:38:35.498Z Compiling semver v1.0.23
12752024-12-19T05:38:35.567Z Compiling tinyvec v1.8.0
12762024-12-19T05:38:36.073Z Compiling quote v1.0.37
12772024-12-19T05:38:36.144Z Compiling percent-encoding v2.3.1
12782024-12-19T05:38:37.307Z Compiling unicode-normalization v0.1.24
12792024-12-19T05:38:38.084Z Compiling form_urlencoded v1.2.1
12802024-12-19T05:38:38.579Z Compiling aho-corasick v1.1.3
12812024-12-19T05:38:38.637Z Compiling http v0.2.12
12822024-12-19T05:38:39.150Z Compiling unicode-bidi v0.3.15
12832024-12-19T05:38:39.518Z Compiling serde_derive v1.0.215
12842024-12-19T05:38:39.630Z Compiling zerocopy-derive v0.7.35
12852024-12-19T05:38:39.727Z Compiling thiserror-impl v1.0.69
12862024-12-19T05:38:40.271Z Compiling schemars_derive v0.8.21
12872024-12-19T05:38:42.115Z Compiling tokio-macros v2.4.0
12882024-12-19T05:38:42.717Z Compiling tracing-attributes v0.1.27
12892024-12-19T05:38:42.916Z Compiling thiserror v1.0.69
12902024-12-19T05:38:43.197Z Compiling openssl-macros v0.1.1
12912024-12-19T05:38:43.352Z Compiling heck v0.5.0
12922024-12-19T05:38:43.492Z Compiling rustls-pki-types v1.8.0
12932024-12-19T05:38:43.648Z Compiling tokio v1.42.0
12942024-12-19T05:38:44.001Z Compiling openssl v0.10.66
12952024-12-19T05:38:44.751Z Compiling regex-automata v0.4.7
12962024-12-19T05:38:45.809Z Compiling idna v0.5.0
12972024-12-19T05:38:46.087Z Compiling tracing v0.1.40
12982024-12-19T05:38:46.807Z Compiling http-body v1.0.1
12992024-12-19T05:38:52.481Z Compiling native-tls v0.2.12
13002024-12-19T05:38:53.587Z Compiling tokio-util v0.7.12
13012024-12-19T05:38:54.104Z Compiling indexmap v2.5.0
13022024-12-19T05:38:55.834Z Compiling tokio-native-tls v0.3.1
13032024-12-19T05:38:56.118Z Compiling slog v2.7.0
13042024-12-19T05:38:57.348Z Compiling serde_tokenstream v0.2.2
13052024-12-19T05:38:58.066Z Compiling atomic-waker v1.1.2
13062024-12-19T05:38:58.250Z Compiling regex-syntax v0.8.4
13072024-12-19T05:38:59.186Z Compiling openapiv3 v2.0.0
13082024-12-19T05:39:00.587Z Compiling h2 v0.4.6
13092024-12-19T05:39:01.550Z Compiling typify-impl v0.2.0
13102024-12-19T05:39:03.573Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13112024-12-19T05:39:10.220Z Compiling serde_urlencoded v0.7.1
13122024-12-19T05:39:10.843Z Compiling regex v1.10.6
13132024-12-19T05:39:11.852Z Compiling url v2.5.2
13142024-12-19T05:39:13.530Z Compiling encoding_rs v0.8.34
13152024-12-19T05:39:15.591Z Compiling ipnet v2.10.0
13162024-12-19T05:39:15.825Z Compiling rustls v0.21.12
13172024-12-19T05:39:16.094Z Compiling mime v0.3.17
13182024-12-19T05:39:16.165Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13192024-12-19T05:39:17.242Z Compiling typify-macro v0.2.0
13202024-12-19T05:39:18.636Z Compiling hyper v1.5.1
13212024-12-19T05:39:20.014Z Compiling h2 v0.3.26
13222024-12-19T05:39:20.046Z Compiling rustls-webpki v0.102.8
13232024-12-19T05:39:21.077Z Compiling http-body v0.4.6
13242024-12-19T05:39:21.612Z Compiling sct v0.7.1
13252024-12-19T05:39:22.052Z Compiling rustls-webpki v0.101.7
13262024-12-19T05:39:22.054Z Compiling httpdate v1.0.3
13272024-12-19T05:39:22.796Z Compiling zeroize v1.8.1
13282024-12-19T05:39:23.146Z Compiling toml_datetime v0.6.8
13292024-12-19T05:39:23.535Z Compiling subtle v2.6.1
13302024-12-19T05:39:23.818Z Compiling rustls v0.23.13
13312024-12-19T05:39:24.171Z Compiling toml_edit v0.19.15
13322024-12-19T05:39:26.117Z Compiling hyper v0.14.30
13332024-12-19T05:39:28.893Z Compiling serde_yaml v0.9.34+deprecated
13342024-12-19T05:39:30.318Z Compiling hyper-util v0.1.10
13352024-12-19T05:39:32.608Z Compiling lazy_static v1.5.0
13362024-12-19T05:39:32.743Z Compiling tokio-rustls v0.26.0
13372024-12-19T05:39:33.286Z Compiling tokio-rustls v0.24.1
13382024-12-19T05:39:33.672Z Compiling proc-macro-crate v1.3.1
13392024-12-19T05:39:34.528Z Compiling http-body-util v0.1.2
13402024-12-19T05:39:35.088Z Compiling webpki-roots v0.26.6
13412024-12-19T05:39:35.305Z Compiling base64 v0.21.7
13422024-12-19T05:39:35.565Z Compiling base64 v0.22.1
13432024-12-19T05:39:35.709Z Compiling crossbeam-utils v0.8.20
13442024-12-19T05:39:35.779Z Compiling hyper-rustls v0.27.3
13452024-12-19T05:39:36.358Z Compiling rustls-pemfile v2.1.3
13462024-12-19T05:39:36.412Z Compiling rustls-pemfile v1.0.4
13472024-12-19T05:39:36.663Z Compiling hyper-tls v0.6.0
13482024-12-19T05:39:37.118Z Compiling num_enum_derive v0.5.11
13492024-12-19T05:39:37.168Z Compiling hyper-rustls v0.24.2
13502024-12-19T05:39:37.186Z Compiling hyper-tls v0.5.0
13512024-12-19T05:39:37.437Z Compiling typify v0.2.0
13522024-12-19T05:39:37.589Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13532024-12-19T05:39:37.720Z Compiling ipnetwork v0.20.0
13542024-12-19T05:39:39.454Z Compiling ppv-lite86 v0.2.20
13552024-12-19T05:39:40.390Z Compiling foreign-types-macros v0.2.3
13562024-12-19T05:39:40.448Z Compiling sync_wrapper v1.0.1
13572024-12-19T05:39:40.600Z Compiling rand_core v0.6.4
13582024-12-19T05:39:40.943Z Compiling dirs-sys-next v0.1.2
13592024-12-19T05:39:41.074Z Compiling webpki-roots v0.25.4
13602024-12-19T05:39:41.186Z Compiling sync_wrapper v0.1.2
13612024-12-19T05:39:41.235Z Compiling powerfmt v0.2.0
13622024-12-19T05:39:41.329Z Compiling foreign-types-shared v0.3.1
13632024-12-19T05:39:41.445Z Compiling time-macros v0.2.18
13642024-12-19T05:39:41.698Z Compiling foreign-types v0.5.0
13652024-12-19T05:39:41.727Z Compiling deranged v0.3.11
13662024-12-19T05:39:41.804Z Compiling reqwest v0.11.27
13672024-12-19T05:39:42.003Z Compiling dirs-next v2.0.0
13682024-12-19T05:39:42.549Z Compiling rand_chacha v0.3.1
13692024-12-19T05:39:44.079Z Compiling reqwest v0.12.9
13702024-12-19T05:39:44.269Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13712024-12-19T05:39:44.418Z Compiling progenitor-impl v0.8.0
13722024-12-19T05:39:51.021Z Compiling num_enum v0.5.11
13732024-12-19T05:39:51.118Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-12-19T05:39:51.194Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-12-19T05:39:53.156Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-12-19T05:39:53.252Z Compiling cstr-argument v0.1.2
13772024-12-19T05:39:53.323Z Compiling thread_local v1.1.8
13782024-12-19T05:39:53.505Z Compiling either v1.13.0
13792024-12-19T05:39:53.974Z Compiling pretty-hex v0.2.1
13802024-12-19T05:39:54.029Z Compiling num-conv v0.1.0
13812024-12-19T05:39:54.186Z Compiling time-core v0.1.2
13822024-12-19T05:39:54.292Z Compiling arc-swap v1.7.1
13832024-12-19T05:39:54.376Z Compiling time v0.3.36
13842024-12-19T05:39:54.992Z Compiling slog-scope v4.4.0
13852024-12-19T05:39:55.915Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13862024-12-19T05:39:55.986Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13872024-12-19T05:39:56.360Z Compiling itertools v0.12.1
13882024-12-19T05:39:57.412Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13892024-12-19T05:39:58.293Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13902024-12-19T05:39:58.471Z Compiling crossbeam-channel v0.5.13
13912024-12-19T05:40:00.047Z Compiling progenitor-macro v0.8.0
13922024-12-19T05:40:00.198Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13932024-12-19T05:40:03.519Z Compiling progenitor-client v0.8.0
13942024-12-19T05:40:04.456Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13952024-12-19T05:40:06.420Z Compiling rand v0.8.5
13962024-12-19T05:40:13.175Z Compiling term v0.7.0
13972024-12-19T05:40:13.271Z Compiling anyhow v1.0.94
13982024-12-19T05:40:14.777Z Compiling colored v2.1.0
13992024-12-19T05:40:15.993Z Compiling is-terminal v0.4.13
14002024-12-19T05:40:16.128Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14012024-12-19T05:40:16.491Z Compiling winnow v0.6.18
14022024-12-19T05:40:17.689Z Compiling take_mut v0.2.2
14032024-12-19T05:40:17.857Z Compiling slog-async v2.8.0
14042024-12-19T05:40:20.948Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-12-19T05:40:20.975Z Compiling slog-term v2.9.1
14062024-12-19T05:40:23.814Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14072024-12-19T05:40:24.036Z Compiling progenitor v0.8.0
14082024-12-19T05:40:24.255Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14092024-12-19T05:40:27.962Z Compiling slog-stdlog v4.1.1
14102024-12-19T05:40:28.308Z Compiling slog-envlogger v2.2.0
14112024-12-19T05:40:28.810Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14122024-12-19T05:40:30.276Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14132024-12-19T05:40:43.356Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14142024-12-19T05:40:50.782Z Finished `release` profile [optimized] target(s) in 2m 23s
14152024-12-19T05:40:50.870Z Running unittests src/lib.rs (target/release/deps/mg_tests-3f0cc37d63733352)
14162024-12-19T05:40:50.933Z
14172024-12-19T05:40:50.933Zrunning 1 test
14182024-12-19T05:40:51.159Zconfigure zone
14192024-12-19T05:40:51.184Zinstall zone
14202024-12-19T05:41:50.910Ztest ddm::test_trio_v3 has been running for over 60 seconds
14212024-12-19T05:45:44.160Zboot zone
14222024-12-19T05:45:44.983Zstart zone s1
14232024-12-19T05:45:44.983Zconfigure zone
14242024-12-19T05:45:44.990Zinstall zone
14252024-12-19T05:47:44.134Zboot zone
14262024-12-19T05:47:44.965Zstart zone s2
14272024-12-19T05:47:44.966Zconfigure zone
14282024-12-19T05:47:44.974Zinstall zone
14292024-12-19T05:49:40.713Zboot zone
14302024-12-19T05:49:41.592Zstart zone t1
14312024-12-19T05:49:41.592Zconfigure zone
14322024-12-19T05:49:41.600Zinstall zone
14332024-12-19T05:51:37.261Zboot zone
14342024-12-19T05:51:38.177Zwaiting for zones to come up
14352024-12-19T05:51:48.178Z[sidecar.trio] svcs milestone/network
14362024-12-19T05:51:48.214ZSTATE STIME FMRI
14372024-12-19T05:51:48.214Zonline 21:46:02 svc:/milestone/network:default
14382024-12-19T05:51:48.214Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14392024-12-19T05:51:48.260Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14402024-12-19T05:51:48.310Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14412024-12-19T05:51:48.355Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14422024-12-19T05:51:48.358Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14432024-12-19T05:51:48.379Z
14442024-12-19T05:51:48.379Zrunning zone s1.trio setup
14452024-12-19T05:51:48.379Z[s1.trio] svcs milestone/network
14462024-12-19T05:51:48.402ZSTATE STIME FMRI
14472024-12-19T05:51:48.402Zonline 21:48:03 svc:/milestone/network:default
14482024-12-19T05:51:48.402Z[s1.trio] dladm
14492024-12-19T05:51:48.422ZLINK CLASS MTU STATE BRIDGE OVER
14502024-12-19T05:51:48.422Zsl0 simnet 9000 up -- ?
14512024-12-19T05:51:48.422Zmg2 vnic 9000 up -- ?
14522024-12-19T05:51:48.423Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14532024-12-19T05:51:48.832Z
14542024-12-19T05:51:48.833Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14552024-12-19T05:51:48.856Z
14562024-12-19T05:51:48.856Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14572024-12-19T05:51:48.875Z
14582024-12-19T05:51:48.875Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14592024-12-19T05:51:48.965Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14602024-12-19T05:51:49.008Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a664fdb4-c0be-41f5-b927-58af6c472f5e --sled-uuid 8532c891-f67a-4508-9b3c-fbe83f081a40 -a sl0/v6 &> /opt/ddmd.log &
14612024-12-19T05:51:49.028Z
14622024-12-19T05:51:49.028Zrunning zone s2.trio setup
14632024-12-19T05:51:49.028Z[s2.trio] svcs milestone/network
14642024-12-19T05:51:49.053ZSTATE STIME FMRI
14652024-12-19T05:51:49.053Zonline 21:49:59 svc:/milestone/network:default
14662024-12-19T05:51:49.053Z[s2.trio] dladm
14672024-12-19T05:51:49.075ZLINK CLASS MTU STATE BRIDGE OVER
14682024-12-19T05:51:49.075Zsl1 simnet 9000 up -- ?
14692024-12-19T05:51:49.076Zmg3 vnic 9000 up -- ?
14702024-12-19T05:51:49.076Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14712024-12-19T05:51:49.672Z
14722024-12-19T05:51:49.672Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14732024-12-19T05:51:49.697Z
14742024-12-19T05:51:49.697Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14752024-12-19T05:51:49.718Z
14762024-12-19T05:51:49.718Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14772024-12-19T05:51:49.766Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14782024-12-19T05:51:49.787Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 49d01765-902f-4e92-98e9-d87c9d7f5b65 --sled-uuid 1843446c-218a-4630-ad92-e6cacf9aa412 -a sl1/v6 &> /opt/ddmd.log &
14792024-12-19T05:51:49.809Z
14802024-12-19T05:51:49.809Zrunning zone t1.trio setup
14812024-12-19T05:51:49.809Z[t1.trio] svcs milestone/network
14822024-12-19T05:51:49.830ZSTATE STIME FMRI
14832024-12-19T05:51:49.831Z- - svc:/milestone/network:default
14842024-12-19T05:51:50.830Z[t1.trio] svcs milestone/network
14852024-12-19T05:51:50.852ZSTATE STIME FMRI
14862024-12-19T05:51:50.852Z- - svc:/milestone/network:default
14872024-12-19T05:51:51.853Z[t1.trio] svcs milestone/network
14882024-12-19T05:51:51.874ZSTATE STIME FMRI
14892024-12-19T05:51:51.874Z- - svc:/milestone/network:default
14902024-12-19T05:51:52.874Z[t1.trio] svcs milestone/network
14912024-12-19T05:51:52.896ZSTATE STIME FMRI
14922024-12-19T05:51:52.896Z- - svc:/milestone/network:default
14932024-12-19T05:51:53.896Z[t1.trio] svcs milestone/network
14942024-12-19T05:51:53.917ZSTATE STIME FMRI
14952024-12-19T05:51:53.917Z- - svc:/milestone/network:default
14962024-12-19T05:51:54.917Z[t1.trio] svcs milestone/network
14972024-12-19T05:51:54.938ZSTATE STIME FMRI
14982024-12-19T05:51:54.938Z- - svc:/milestone/network:default
14992024-12-19T05:51:55.939Z[t1.trio] svcs milestone/network
15002024-12-19T05:51:55.959ZSTATE STIME FMRI
15012024-12-19T05:51:55.959Z- - svc:/milestone/network:default
15022024-12-19T05:51:56.959Z[t1.trio] svcs milestone/network
15032024-12-19T05:51:56.981ZSTATE STIME FMRI
15042024-12-19T05:51:56.981Zonline 21:51:55 svc:/milestone/network:default
15052024-12-19T05:51:56.981Z[t1.trio] dladm
15062024-12-19T05:51:57.003ZLINK CLASS MTU STATE BRIDGE OVER
15072024-12-19T05:51:57.003Ztfportrear0_0 simnet 9000 up -- ?
15082024-12-19T05:51:57.003Ztfportrear1_0 simnet 9000 up -- ?
15092024-12-19T05:51:57.003Zmg1 vnic 9000 up -- ?
15102024-12-19T05:51:57.003Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15112024-12-19T05:51:57.609Z
15122024-12-19T05:51:57.609Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15132024-12-19T05:51:57.632Z
15142024-12-19T05:51:57.632Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15152024-12-19T05:51:57.653Z
15162024-12-19T05:51:57.654Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15172024-12-19T05:51:57.673Z
15182024-12-19T05:51:57.673Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15192024-12-19T05:51:57.876Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15202024-12-19T05:51:57.880Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15212024-12-19T05:51:57.883Zwaiting 3s for copy of files to zone to complete ...
15222024-12-19T05:52:00.883Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15232024-12-19T05:52:00.930Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15242024-12-19T05:52:00.955Z[t1.trio] svcadm enable dendrite
15252024-12-19T05:52:00.999Z
15262024-12-19T05:52:00.999Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15272024-12-19T05:52:01.046Z
15282024-12-19T05:52:01.046Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15292024-12-19T05:52:01.090Z
15302024-12-19T05:52:01.090Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15312024-12-19T05:52:01.136Z
15322024-12-19T05:52:01.136Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15332024-12-19T05:52:01.181Z
15342024-12-19T05:52:01.181Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15352024-12-19T05:52:01.224Z
15362024-12-19T05:52:01.224Z[t1.trio] svcadm refresh dendrite:default
15372024-12-19T05:52:01.266Z
15382024-12-19T05:52:01.266Z[t1.trio] svcadm restart dendrite:default
15392024-12-19T05:52:01.303Z
15402024-12-19T05:52:01.303Zwait 10s for dendrite to come up ...
15412024-12-19T05:52:11.304Z[t1.trio] svcadm enable tfport
15422024-12-19T05:52:11.343Z
15432024-12-19T05:52:11.343Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid af194cb1-4719-4a2f-a17e-7b59beed9e11 --sled-uuid d4832840-c295-4c9c-93f1-9968b8e566f7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15442024-12-19T05:52:11.364Z
15452024-12-19T05:52:11.364Z[t1.trio] ipadm
15462024-12-19T05:52:11.388ZADDROBJ TYPE STATE ADDR
15472024-12-19T05:52:11.388Zlo0/v4 static ok 127.0.0.1/8
15482024-12-19T05:52:11.388Zmg1/v4 static ok 10.0.0.3/24
15492024-12-19T05:52:11.388Zlo0/v6 static ok ::1/128
15502024-12-19T05:52:11.388Zlo0/u6 static ok fd00:3::1/64
15512024-12-19T05:52:11.388Ztfportrear0_0/v6 addrconf ok fe80::490:cfff:fec8:6f30%tfportrear0_0/10
15522024-12-19T05:52:11.388Ztfportrear1_0/v6 addrconf ok fe80::3c6b:ddff:fe78:493b%tfportrear1_0/10
15532024-12-19T05:52:13.602Zinitial peering test passed
15542024-12-19T05:52:14.604Zadvertise from one passed
15552024-12-19T05:52:15.606Zadvertise from two passed
15562024-12-19T05:52:15.606Z[s1.trio] ping fd00:2::1
15572024-12-19T05:52:15.633Zfd00:2::1 is alive
15582024-12-19T05:52:15.633Z[s2.trio] ping fd00:1::1
15592024-12-19T05:52:15.654Zfd00:1::1 is alive
15602024-12-19T05:52:15.654Zconnectivity test passed
15612024-12-19T05:52:15.654Z[t1.trio] pkill ddmd
15622024-12-19T05:52:15.673Z
15632024-12-19T05:52:21.679Z[t1.trio] svcadm enable dendrite
15642024-12-19T05:52:21.718Z
15652024-12-19T05:52:21.718Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15662024-12-19T05:52:21.761Z
15672024-12-19T05:52:21.761Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15682024-12-19T05:52:21.805Z
15692024-12-19T05:52:21.805Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15702024-12-19T05:52:21.848Z
15712024-12-19T05:52:21.848Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15722024-12-19T05:52:21.889Z
15732024-12-19T05:52:21.889Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15742024-12-19T05:52:21.932Z
15752024-12-19T05:52:21.932Z[t1.trio] svcadm refresh dendrite:default
15762024-12-19T05:52:21.970Z
15772024-12-19T05:52:21.970Z[t1.trio] svcadm restart dendrite:default
15782024-12-19T05:52:22.008Z
15792024-12-19T05:52:22.008Zwait 10s for dendrite to come up ...
15802024-12-19T05:52:32.009Z[t1.trio] svcadm enable tfport
15812024-12-19T05:52:32.049Z
15822024-12-19T05:52:32.049Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4097b262-684f-403c-b8df-13fbc470ab89 --sled-uuid 81b10d67-56f0-4b29-942f-811034c3d166 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15832024-12-19T05:52:32.070Z
15842024-12-19T05:52:32.070Z[t1.trio] ipadm
15852024-12-19T05:52:32.093ZADDROBJ TYPE STATE ADDR
15862024-12-19T05:52:32.093Zlo0/v4 static ok 127.0.0.1/8
15872024-12-19T05:52:32.093Zmg1/v4 static ok 10.0.0.3/24
15882024-12-19T05:52:32.093Zlo0/v6 static ok ::1/128
15892024-12-19T05:52:32.093Zlo0/u6 static ok fd00:3::1/64
15902024-12-19T05:52:32.093Ztfportrear0_0/v6 addrconf ok fe80::490:cfff:fec8:6f30%tfportrear0_0/10
15912024-12-19T05:52:32.093Ztfportrear1_0/v6 addrconf ok fe80::3c6b:ddff:fe78:493b%tfportrear1_0/10
15922024-12-19T05:52:35.096Z[s1.trio] ping fd00:2::1
15932024-12-19T05:52:35.118Zfd00:2::1 is alive
15942024-12-19T05:52:35.118Z[s2.trio] ping fd00:1::1
15952024-12-19T05:52:35.139Zfd00:1::1 is alive
15962024-12-19T05:52:35.139Ztransit router restart passed
15972024-12-19T05:52:35.139Z[s1.trio] pkill ddmd
15982024-12-19T05:52:35.158Z
15992024-12-19T05:52:40.162Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 28f71a6e-f32a-4e4d-a03b-90bf4a089302 --sled-uuid c69087d0-a89f-4fd3-96c9-ff5db4b6979c -a sl0/v6 &> /opt/ddmd.log &
16002024-12-19T05:52:40.183Z
16012024-12-19T05:52:43.187Z[s1.trio] ping fd00:2::1
16022024-12-19T05:52:43.209Zfd00:2::1 is alive
16032024-12-19T05:52:43.209Z[s2.trio] ping fd00:1::1
16042024-12-19T05:52:43.230Zfd00:1::1 is alive
16052024-12-19T05:52:43.230Zserver router restart passed
16062024-12-19T05:52:46.237Zpeer expiration recovery passed
16072024-12-19T05:52:47.238Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16082024-12-19T05:52:47.263Z3
16092024-12-19T05:52:47.263Zredundant advertise passed
16102024-12-19T05:52:48.266Ztunnel endpoint advertise passed
16112024-12-19T05:52:53.268Zredundant tunnel endpoint advertise passed
16122024-12-19T05:52:53.268Z[s1.trio] pkill ddmd
16132024-12-19T05:52:53.289Z
16142024-12-19T05:52:58.290Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7b21c707-0919-47f0-836e-9f24a1c3ffb1 --sled-uuid f8cc5ff7-c569-4906-a392-65123477336f -a sl0/v6 &> /opt/ddmd.log &
16152024-12-19T05:52:58.311Z
16162024-12-19T05:53:03.378Ztunnel router restart passed
16172024-12-19T05:53:04.381Ztunnel endpoint withdraw passed
16182024-12-19T05:53:04.395Z[t1.trio] pkill ddmd
16192024-12-19T05:53:04.422Z
16202024-12-19T05:53:04.422Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16212024-12-19T05:53:04.426Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16222024-12-19T05:53:06.862Z[s2.trio] pkill ddmd
16232024-12-19T05:53:06.882Z
16242024-12-19T05:53:06.882Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16252024-12-19T05:53:09.345Z[s1.trio] pkill ddmd
16262024-12-19T05:53:09.364Z
16272024-12-19T05:53:09.364Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16282024-12-19T05:53:11.944Z[sidecar.trio] pkill softnpu
16292024-12-19T05:53:11.963Z
16302024-12-19T05:53:11.963Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16312024-12-19T05:53:14.616Ztest ddm::test_trio_v3 ... ok
16322024-12-19T05:53:14.617Z
16332024-12-19T05:53:14.617Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 743.64s
16342024-12-19T05:53:14.617Z
16352024-12-19T05:53:14.644Z+ cleanup
16362024-12-19T05:53:14.646Z++ id -un
16372024-12-19T05:53:14.650Z++ id -gn
16382024-12-19T05:53:14.653Z+ pfexec chown -R build:build .
16392024-12-19T05:53:14.730Zprocess exited: duration 1262997 ms, exit code 0
 
16402024-12-19T05:53:14.742Zfound 4 output files
16412024-12-19T05:53:14.742Zuploading: /work/s1.trio.log (4196 bytes)
16422024-12-19T05:53:15.755Zuploaded: /work/s1.trio.log
16432024-12-19T05:53:15.759Zuploading: /work/s2.trio.log (10932 bytes)
16442024-12-19T05:53:16.768Zuploaded: /work/s2.trio.log
16452024-12-19T05:53:16.768Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16462024-12-19T05:53:17.778Zuploaded: /work/sidecar.trio-softnpu.log
16472024-12-19T05:53:17.781Zuploading: /work/t1.trio.log (26094 bytes)
16482024-12-19T05:53:18.789Zuploaded: /work/t1.trio.log