01JG5QFMWAJM37DDKSAGM34214: test-ddm-trio-v2-transit

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-28T04:14:24.338Zjob assigned to worker 01JG5QGBNVX18D07ZHJY008KVW [factory aws, i-00089087d140bfc87] (queued for 1 m 1 s)
 
22024-12-28T04:14:33.261Zstarting task 0: "setup"
32024-12-28T04:14:33.269Z++ uname -s
42024-12-28T04:14:33.272Z+ kern=SunOS
52024-12-28T04:14:33.272Z+ case "$kern" in
62024-12-28T04:14:33.272Z+ groupadd -g 12345 build
72024-12-28T04:14:33.275Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-28T04:14:35.282Z+ zfs create -o mountpoint=/work rpool/work
92024-12-28T04:14:35.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-28T04:14:35.394Z+ home_fs=zfs
112024-12-28T04:14:35.394Z+ [[ zfs == autofs ]]
122024-12-28T04:14:35.394Z+ mkdir -p /home/build
132024-12-28T04:14:35.397Z+ chown build:build /home/build /work
142024-12-28T04:14:37.399Z+ chmod 0700 /home/build /work
152024-12-28T04:14:37.402Zprocess exited: duration 4140 ms, exit code 0
 
162024-12-28T04:14:37.408Zstarting task 1: "rust-toolchain"
172024-12-28T04:14:37.413Z+ printf ' * toolchain channel = "%s"
182024-12-28T04:14:37.413Z' stable
192024-12-28T04:14:37.413Z+ printf ' * toolchain profile = "%s"
202024-12-28T04:14:37.413Z' default
212024-12-28T04:14:37.413Z * toolchain channel = "stable"
222024-12-28T04:14:37.413Z * toolchain profile = "default"
232024-12-28T04:14:37.416Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-28T04:14:37.416Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-28T04:14:37.521Zinfo: downloading installer
262024-12-28T04:14:38.946Zinfo: profile set to 'default'
272024-12-28T04:14:38.946Zinfo: default host triple is x86_64-unknown-illumos
282024-12-28T04:14:38.949Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-28T04:14:39.084Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-28T04:14:39.084Zinfo: downloading component 'cargo'
312024-12-28T04:14:39.803Zinfo: downloading component 'clippy'
322024-12-28T04:14:40.077Zinfo: downloading component 'rust-docs'
332024-12-28T04:14:41.085Zinfo: downloading component 'rust-std'
342024-12-28T04:14:42.548Zinfo: downloading component 'rustc'
352024-12-28T04:14:48.055Zinfo: downloading component 'rustfmt'
362024-12-28T04:14:48.266Zinfo: installing component 'cargo'
372024-12-28T04:14:49.067Zinfo: installing component 'clippy'
382024-12-28T04:14:49.443Zinfo: installing component 'rust-docs'
392024-12-28T04:14:51.172Zinfo: installing component 'rust-std'
402024-12-28T04:14:52.826Zinfo: installing component 'rustc'
412024-12-28T04:14:58.542Zinfo: installing component 'rustfmt'
422024-12-28T04:14:58.867Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-28T04:14:58.867Z
442024-12-28T04:14:59.230Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-28T04:14:59.230Z
462024-12-28T04:14:59.233Z
472024-12-28T04:14:59.233ZRust is installed now. Great!
482024-12-28T04:14:59.233Z
492024-12-28T04:14:59.233ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-28T04:14:59.233Zenvironment variable. This has not been done automatically.
512024-12-28T04:14:59.233Z
522024-12-28T04:14:59.233ZTo configure your current shell, you need to source
532024-12-28T04:14:59.233Zthe corresponding env file under $HOME/.cargo.
542024-12-28T04:14:59.233Z
552024-12-28T04:14:59.233ZThis is usually done by running one of the following (note the leading DOT):
562024-12-28T04:14:59.233Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-28T04:14:59.233Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-28T04:14:59.300Z+ rustc --version
592024-12-28T04:14:59.366Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-28T04:14:59.370Zprocess exited: duration 21957 ms, exit code 0
 
612024-12-28T04:14:59.375Zstarting task 2: "authentication"
622024-12-28T04:14:59.396Zprocess exited: duration 20 ms, exit code 0
 
632024-12-28T04:14:59.401Zstarting task 3: "clone repository"
642024-12-28T04:14:59.406Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-28T04:14:59.408Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-28T04:14:59.840ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-28T04:15:00.617Z+ cd /work/oxidecomputer/maghemite
682024-12-28T04:15:00.620Z+ git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f
692024-12-28T04:15:00.867ZFrom https://github.com/oxidecomputer/maghemite
702024-12-28T04:15:00.867Z * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD
712024-12-28T04:15:00.875Z+ [[ -n renovate/serde-monorepo ]]
722024-12-28T04:15:00.877Z++ git branch --show-current
732024-12-28T04:15:00.880Z+ current=main
742024-12-28T04:15:00.880Z+ [[ main != renovate/serde-monorepo ]]
752024-12-28T04:15:00.880Z+ git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f
762024-12-28T04:15:00.883Z+ git checkout -f renovate/serde-monorepo
772024-12-28T04:15:00.897ZSwitched to branch 'renovate/serde-monorepo'
782024-12-28T04:15:00.900Z+ git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f
792024-12-28T04:15:00.913ZHEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217
802024-12-28T04:15:00.915Zprocess exited: duration 1512 ms, exit code 0
 
812024-12-28T04:15:00.923Zstarting task 4: "build"
822024-12-28T04:15:00.926Z++ cargo --version
832024-12-28T04:15:00.931Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-28T04:15:01.073Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-28T04:15:01.073Zinfo: downloading component 'cargo'
862024-12-28T04:15:01.777Zinfo: downloading component 'clippy'
872024-12-28T04:15:02.038Zinfo: downloading component 'rust-docs'
882024-12-28T04:15:03.021Zinfo: downloading component 'rust-std'
892024-12-28T04:15:04.540Zinfo: downloading component 'rustc'
902024-12-28T04:15:09.977Zinfo: downloading component 'rustfmt'
912024-12-28T04:15:10.187Zinfo: installing component 'cargo'
922024-12-28T04:15:10.997Zinfo: installing component 'clippy'
932024-12-28T04:15:11.353Zinfo: installing component 'rust-docs'
942024-12-28T04:15:12.975Zinfo: installing component 'rust-std'
952024-12-28T04:15:14.644Zinfo: installing component 'rustc'
962024-12-28T04:15:20.326Zinfo: installing component 'rustfmt'
972024-12-28T04:15:20.745Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-28T04:15:20.753Z++ rustc --version
992024-12-28T04:15:20.810Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-28T04:15:20.815Z++ dladm
1012024-12-28T04:15:20.821ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-28T04:15:20.821Zena0 phys 9216 up -- --
1032024-12-28T04:15:20.821Z++ ipadm
1042024-12-28T04:15:20.827ZADDROBJ TYPE STATE ADDR
1052024-12-28T04:15:20.827Zlo0/v4 static ok 127.0.0.1/8
1062024-12-28T04:15:20.827Zena0/dhcp dhcp ok 10.150.1.234/24
1072024-12-28T04:15:20.827Zlo0/v6 static ok ::1/128
1082024-12-28T04:15:20.827Z++ banner collect
1092024-12-28T04:15:20.878Z
1102024-12-28T04:15:20.878Z #### #### # # ###### #### #####
1112024-12-28T04:15:20.878Z # # # # # # # # # #
1122024-12-28T04:15:20.878Z # # # # # ##### # #
1132024-12-28T04:15:20.878Z # # # # # # # #
1142024-12-28T04:15:20.879Z # # # # # # # # # #
1152024-12-28T04:15:20.879Z #### #### ###### ###### ###### #### #
1162024-12-28T04:15:20.879Z
1172024-12-28T04:15:20.887Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-28T04:15:20.887Z++ repo=softnpu
1192024-12-28T04:15:20.887Z++ series=image
1202024-12-28T04:15:20.887Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-28T04:15:20.887Z++ name=softnpu
1222024-12-28T04:15:20.887Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-28T04:15:20.887Z++ mkdir -p download
1242024-12-28T04:15:20.887Z++ pushd download
1252024-12-28T04:15:20.887Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-28T04:15:20.887Z++ [[ ! -f softnpu ]]
1272024-12-28T04:15:20.887Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-28T04:15:20.894Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-28T04:15:20.894Z Dload Upload Total Spent Left Speed
1302024-12-28T04:15:21.475Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 47 21.8M 47 10.4M 0 0 31.5M 0 --:--:-- --:--:-- --:--:-- 31.5M 100 21.8M 100 21.8M 0 0 37.4M 0 --:--:-- --:--:-- --:--:-- 37.4M
1312024-12-28T04:15:21.479Z++ popd
1322024-12-28T04:15:21.479Z/work/oxidecomputer/maghemite
1332024-12-28T04:15:21.479Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-28T04:15:21.479Z++ repo=sidecar-lite
1352024-12-28T04:15:21.480Z++ series=release
1362024-12-28T04:15:21.480Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-28T04:15:21.480Z++ name=libsidecar_lite.so
1382024-12-28T04:15:21.480Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-28T04:15:21.480Z++ mkdir -p download
1402024-12-28T04:15:21.480Z++ pushd download
1412024-12-28T04:15:21.480Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-28T04:15:21.480Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-28T04:15:21.480Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-28T04:15:21.488Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-28T04:15:21.488Z Dload Upload Total Spent Left Speed
1462024-12-28T04:15:22.023Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 37.9M 0 --:--:-- --:--:-- --:--:-- 38.0M
1472024-12-28T04:15:22.027Z++ popd
1482024-12-28T04:15:22.027Z/work/oxidecomputer/maghemite
1492024-12-28T04:15:22.027Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-28T04:15:22.027Z++ repo=sidecar-lite
1512024-12-28T04:15:22.027Z++ series=release
1522024-12-28T04:15:22.027Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-28T04:15:22.027Z++ name=scadm
1542024-12-28T04:15:22.027Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-28T04:15:22.027Z++ mkdir -p download
1562024-12-28T04:15:22.031Z++ pushd download
1572024-12-28T04:15:22.031Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-28T04:15:22.031Z++ [[ ! -f scadm ]]
1592024-12-28T04:15:22.031Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-28T04:15:22.036Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-28T04:15:22.036Z Dload Upload Total Spent Left Speed
1622024-12-28T04:15:22.590Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 22.7M 13 3219k 0 0 17.0M 0 0:00:01 --:--:-- 0:00:01 17.0M 100 22.7M 100 22.7M 0 0 41.8M 0 --:--:-- --:--:-- --:--:-- 41.9M
1632024-12-28T04:15:22.602Z++ popd
1642024-12-28T04:15:22.603Z/work/oxidecomputer/maghemite
1652024-12-28T04:15:22.603Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-28T04:15:22.603Z++ repo=dendrite
1672024-12-28T04:15:22.603Z++ series=image
1682024-12-28T04:15:22.603Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-28T04:15:22.604Z++ name=dendrite-softnpu.tar.gz
1702024-12-28T04:15:22.604Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-28T04:15:22.604Z++ mkdir -p download
1722024-12-28T04:15:22.605Z++ pushd download
1732024-12-28T04:15:22.605Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-28T04:15:22.605Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-28T04:15:22.605Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-28T04:15:22.630Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-28T04:15:22.631Z Dload Upload Total Spent Left Speed
1782024-12-28T04:15:23.299Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 79 37.5M 79 29.9M 0 0 47.8M 0 --:--:-- --:--:-- --:--:-- 47.7M 100 37.5M 100 37.5M 0 0 53.4M 0 --:--:-- --:--:-- --:--:-- 53.3M
1792024-12-28T04:15:23.301Z++ popd
1802024-12-28T04:15:23.302Z/work/oxidecomputer/maghemite
1812024-12-28T04:15:23.304Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-28T04:15:23.304Z++ repo=maghemite
1832024-12-28T04:15:23.305Z++ series=release
1842024-12-28T04:15:23.305Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-28T04:15:23.305Z++ name=ddmd
1862024-12-28T04:15:23.305Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-28T04:15:23.305Z++ mkdir -p download
1882024-12-28T04:15:23.305Z++ pushd download
1892024-12-28T04:15:23.305Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-28T04:15:23.305Z++ [[ ! -f ddmd ]]
1912024-12-28T04:15:23.305Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-28T04:15:23.315Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-28T04:15:23.316Z Dload Upload Total Spent Left Speed
1942024-12-28T04:15:24.438Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 72 40.9M 72 29.6M 0 0 32.6M 0 0:00:01 --:--:-- 0:00:01 32.6M 100 40.9M 100 40.9M 0 0 36.9M 0 0:00:01 0:00:01 --:--:-- 36.9M
1952024-12-28T04:15:24.446Z++ popd
1962024-12-28T04:15:24.446Z/work/oxidecomputer/maghemite
1972024-12-28T04:15:24.446Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-28T04:15:24.446Z++ repo=maghemite
1992024-12-28T04:15:24.447Z++ series=release
2002024-12-28T04:15:24.447Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-28T04:15:24.447Z++ name=ddmadm
2022024-12-28T04:15:24.447Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-28T04:15:24.447Z++ mkdir -p download
2042024-12-28T04:15:24.447Z++ pushd download
2052024-12-28T04:15:24.448Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-28T04:15:24.448Z++ [[ ! -f ddmadm ]]
2072024-12-28T04:15:24.448Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-28T04:15:24.448Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-28T04:15:24.449Z Dload Upload Total Spent Left Speed
2102024-12-28T04:15:24.873Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 41.8M 0 --:--:-- --:--:-- --:--:-- 41.8M
2112024-12-28T04:15:24.877Z++ popd
2122024-12-28T04:15:24.879Z/work/oxidecomputer/maghemite
2132024-12-28T04:15:24.879Z++ pushd download
2142024-12-28T04:15:24.879Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-28T04:15:24.879Z++ chmod +x softnpu
2162024-12-28T04:15:24.879Z++ chmod +x scadm
2172024-12-28T04:15:24.882Z++ chmod +x ddmadm
2182024-12-28T04:15:24.884Z++ chmod +x ddmd
2192024-12-28T04:15:24.887Z++ mv ddmadm ddmadm-v2
2202024-12-28T04:15:24.889Z++ mv ddmd ddmd-v2
2212024-12-28T04:15:24.890Z++ rm -rf zones/dendrite
2222024-12-28T04:15:24.893Z++ mkdir -p zones/dendrite
2232024-12-28T04:15:24.893Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-28T04:15:25.715Z++ popd
2252024-12-28T04:15:25.715Z/work/oxidecomputer/maghemite
2262024-12-28T04:15:25.715Z++ banner install
2272024-12-28T04:15:25.718Z
2282024-12-28T04:15:25.719Z # # # #### ##### ## # #
2292024-12-28T04:15:25.719Z # ## # # # # # # #
2302024-12-28T04:15:25.719Z # # # # #### # # # # #
2312024-12-28T04:15:25.719Z # # # # # # ###### # #
2322024-12-28T04:15:25.719Z # # ## # # # # # # #
2332024-12-28T04:15:25.719Z # # # #### # # # ###### ######
2342024-12-28T04:15:25.719Z
2352024-12-28T04:15:25.719Z++ pkg info brand/sparse
2362024-12-28T04:15:25.722Z++ grep -qi installed
2372024-12-28T04:15:37.603Zpkg: info: no packages matching the following patterns you specified are
2382024-12-28T04:15:37.603Zinstalled on the system. Try querying remotely instead:
2392024-12-28T04:15:37.604Z
2402024-12-28T04:15:37.604Z brand/sparse
2412024-12-28T04:15:37.649Z++ [[ 1 != 0 ]]
2422024-12-28T04:15:37.649Z++ set -o errexit
2432024-12-28T04:15:37.649Z++ pfexec pkg install brand/sparse
2442024-12-28T04:15:45.461Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-28T04:15:49.440Z Startup: Caching catalogs ... Done
2462024-12-28T04:16:00.236ZPlanning: Solver setup ... Done
2472024-12-28T04:16:00.374ZPlanning: Running solver ... Done
2482024-12-28T04:16:00.651ZPlanning: Finding local manifests ... Done
2492024-12-28T04:16:00.663ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-28T04:16:00.853ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-28T04:16:01.450ZPlanning: Package planning ... Done
2522024-12-28T04:16:01.456ZPlanning: Merging actions ... Done
2532024-12-28T04:16:02.256ZPlanning: Checking for conflicting actions ... Done
2542024-12-28T04:16:09.120ZPlanning: Consolidating action changes ... Done
2552024-12-28T04:16:09.656ZPlanning: Evaluating mediators ... Done
2562024-12-28T04:16:09.723ZPlanning: Planning completed in 20.19 seconds
2572024-12-28T04:16:09.739Z Packages to install: 1
2582024-12-28T04:16:09.739Z Packages to update: 2
2592024-12-28T04:16:09.743Z Create boot environment: No
2602024-12-28T04:16:09.743ZCreate backup boot environment: Yes
2612024-12-28T04:16:09.965Z
2622024-12-28T04:16:09.965ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-28T04:16:14.981ZDownload: 916/1009 items 8.0/8.0MB 99% complete (2.2M/s)
2642024-12-28T04:16:15.139ZDownload: Completed 8.03 MB in 5.17 seconds (1.6M/s)
2652024-12-28T04:16:17.048Z Actions: 1/1419 actions (Removing old actions)
2662024-12-28T04:16:17.066Z Actions: 199/1419 actions (Installing new actions)
2672024-12-28T04:16:17.181Z Actions: 579/1419 actions (Updating modified actions)
2682024-12-28T04:16:17.606Z Actions: Completed 1419 actions in 0.56 seconds.
2692024-12-28T04:16:17.812Z Done
2702024-12-28T04:16:17.814Z Done
2712024-12-28T04:16:18.349Z Done
2722024-12-28T04:16:25.544Z Done
2732024-12-28T04:16:25.937Z Done
2742024-12-28T04:16:25.941Z Done
2752024-12-28T04:16:26.044Z Done
2762024-12-28T04:16:26.436Z++ set -o errexit
2772024-12-28T04:16:26.436Z++ set -o pipefail
2782024-12-28T04:16:26.437Z++ banner build
2792024-12-28T04:16:26.440Z
2802024-12-28T04:16:26.440Z ##### # # # # #####
2812024-12-28T04:16:26.440Z # # # # # # # #
2822024-12-28T04:16:26.440Z ##### # # # # # #
2832024-12-28T04:16:26.440Z # # # # # # # #
2842024-12-28T04:16:26.441Z # # # # # # # #
2852024-12-28T04:16:26.441Z ##### #### # ###### #####
2862024-12-28T04:16:26.441Z
2872024-12-28T04:16:26.441Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-12-28T04:16:26.626Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-12-28T04:16:26.854Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-12-28T04:16:27.042ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-12-28T04:16:27.042Z * [new branch] ci -> origin/ci
2922024-12-28T04:16:27.045Z * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216
2932024-12-28T04:16:27.045Z * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134
2942024-12-28T04:16:27.045Z * [new branch] main -> origin/main
2952024-12-28T04:16:27.045Z * [new ref] -> origin/HEAD
2962024-12-28T04:16:27.055Z Updating crates.io index
2972024-12-28T04:16:27.142Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982024-12-28T04:16:27.794ZFrom https://github.com/oxidecomputer/falcon
2992024-12-28T04:16:27.794Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3002024-12-28T04:16:27.900Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012024-12-28T04:16:29.009ZFrom https://github.com/oxidecomputer/dendrite
3022024-12-28T04:16:29.010Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3032024-12-28T04:16:29.063Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-12-28T04:16:29.510ZFrom https://github.com/oxidecomputer/ispf
3052024-12-28T04:16:29.510Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3062024-12-28T04:16:29.519Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072024-12-28T04:16:29.996ZFrom https://github.com/oxidecomputer/netadm-sys
3082024-12-28T04:16:29.996Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3092024-12-28T04:16:30.008Z Updating git repository `https://github.com/oxidecomputer/omicron`
3102024-12-28T04:16:33.485ZFrom https://github.com/oxidecomputer/omicron
3112024-12-28T04:16:33.485Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3122024-12-28T04:16:33.514Z * [new tag] dogfood -> dogfood
3132024-12-28T04:16:33.518Z * [new tag] v5 -> v5
3142024-12-28T04:16:33.518Z * [new tag] v6 -> v6
3152024-12-28T04:16:33.518Z * [new tag] v7 -> v7
3162024-12-28T04:16:33.518Z * [new tag] v8 -> v8
3172024-12-28T04:16:33.518Z * [new tag] v9 -> v9
3182024-12-28T04:16:33.870Z Updating git repository `https://github.com/oxidecomputer/opte`
3192024-12-28T04:16:34.480ZFrom https://github.com/oxidecomputer/opte
3202024-12-28T04:16:34.480Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3212024-12-28T04:16:34.525Z Updating git repository `https://github.com/illumos/smf-rs`
3222024-12-28T04:16:34.914ZFrom https://github.com/illumos/smf-rs
3232024-12-28T04:16:34.914Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3242024-12-28T04:16:35.004Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3252024-12-28T04:16:35.502ZFrom https://github.com/oxidecomputer/maghemite
3262024-12-28T04:16:35.502Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3272024-12-28T04:16:35.520Z * [new tag] rift -> rift
3282024-12-28T04:16:35.523Z * [new tag] srp -> srp
3292024-12-28T04:16:35.523Z * [new tag] tie-spf -> tie-spf
3302024-12-28T04:16:35.578Z Updating git repository `https://github.com/oxidecomputer/zone`
3312024-12-28T04:16:35.991ZFrom https://github.com/oxidecomputer/zone
3322024-12-28T04:16:35.991Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3332024-12-28T04:16:36.021Z Updating git repository `https://github.com/oxidecomputer/propolis`
3342024-12-28T04:16:36.714ZFrom https://github.com/oxidecomputer/propolis
3352024-12-28T04:16:36.714Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3362024-12-28T04:16:36.977Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3372024-12-28T04:16:37.391ZFrom https://github.com/oxidecomputer/dlpi-sys
3382024-12-28T04:16:37.391Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3392024-12-28T04:16:37.401Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3402024-12-28T04:16:37.828ZFrom https://github.com/jmesmon/rust-libzfs
3412024-12-28T04:16:37.828Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3422024-12-28T04:16:37.844Z * [new tag] v0.4.0 -> v0.4.0
3432024-12-28T04:16:37.859Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3442024-12-28T04:16:38.239ZFrom https://github.com/oxidecomputer/rusty-doors
3452024-12-28T04:16:38.239Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3462024-12-28T04:16:38.273Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3472024-12-28T04:16:38.717ZFrom https://github.com/oxidecomputer/maghemite
3482024-12-28T04:16:38.717Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3492024-12-28T04:16:38.764Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3502024-12-28T04:16:39.159ZFrom https://github.com/oxidecomputer/serde_human_bytes
3512024-12-28T04:16:39.159Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3522024-12-28T04:16:39.179Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3532024-12-28T04:16:39.572ZFrom https://github.com/oxidecomputer/slog-error-chain
3542024-12-28T04:16:39.572Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3552024-12-28T04:16:39.598Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3562024-12-28T04:16:39.997ZFrom https://github.com/oxidecomputer/poptrie
3572024-12-28T04:16:39.997Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3582024-12-28T04:16:40.034Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3592024-12-28T04:16:40.395ZFrom https://github.com/illumos/libscf-sys
3602024-12-28T04:16:40.395Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3612024-12-28T04:16:40.418Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3622024-12-28T04:16:41.396ZFrom https://github.com/oxidecomputer/progenitor
3632024-12-28T04:16:41.396Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3642024-12-28T04:16:41.417Z * [new tag] v0.1.1 -> v0.1.1
3652024-12-28T04:16:41.420Z * [new tag] v0.2.0 -> v0.2.0
3662024-12-28T04:16:41.420Z * [new tag] v0.3.0 -> v0.3.0
3672024-12-28T04:16:41.420Z * [new tag] v0.4.0 -> v0.4.0
3682024-12-28T04:16:41.420Z * [new tag] v0.5.0 -> v0.5.0
3692024-12-28T04:16:41.420Z * [new tag] v0.6.0 -> v0.6.0
3702024-12-28T04:16:41.420Z * [new tag] v0.7.0 -> v0.7.0
3712024-12-28T04:16:41.643Z Updating git repository `https://github.com/oxidecomputer/typify`
3722024-12-28T04:16:42.425ZFrom https://github.com/oxidecomputer/typify
3732024-12-28T04:16:42.425Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3742024-12-28T04:16:42.428Z * [new tag] v0.2.0 -> v0.2.0
3752024-12-28T04:16:42.445Z * [new tag] v0.0.10 -> v0.0.10
3762024-12-28T04:16:42.447Z * [new tag] v0.0.11 -> v0.0.11
3772024-12-28T04:16:42.447Z * [new tag] v0.0.12 -> v0.0.12
3782024-12-28T04:16:42.448Z * [new tag] v0.0.13 -> v0.0.13
3792024-12-28T04:16:42.448Z * [new tag] v0.0.14 -> v0.0.14
3802024-12-28T04:16:42.448Z * [new tag] v0.0.15 -> v0.0.15
3812024-12-28T04:16:42.448Z * [new tag] v0.0.16 -> v0.0.16
3822024-12-28T04:16:42.448Z * [new tag] v0.0.4 -> v0.0.4
3832024-12-28T04:16:42.448Z * [new tag] v0.0.5 -> v0.0.5
3842024-12-28T04:16:42.448Z * [new tag] v0.0.7 -> v0.0.7
3852024-12-28T04:16:42.448Z * [new tag] v0.0.8 -> v0.0.8
3862024-12-28T04:16:42.448Z * [new tag] v0.0.9 -> v0.0.9
3872024-12-28T04:16:42.448Z * [new tag] v0.1.0 -> v0.1.0
3882024-12-28T04:16:42.598Z Updating git repository `https://github.com/oxidecomputer/crucible`
3892024-12-28T04:16:43.557ZFrom https://github.com/oxidecomputer/crucible
3902024-12-28T04:16:43.557Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3912024-12-28T04:16:43.631Z Updating git repository `https://github.com/oxidecomputer/opte`
3922024-12-28T04:16:44.115ZFrom https://github.com/oxidecomputer/opte
3932024-12-28T04:16:44.115Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3942024-12-28T04:16:44.163Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3952024-12-28T04:16:44.778ZFrom https://github.com/oxidecomputer/management-gateway-service
3962024-12-28T04:16:44.778Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3972024-12-28T04:16:45.590Z Downloading crates ...
3982024-12-28T04:16:45.706Z Downloaded parking_lot_core v0.9.10
3992024-12-28T04:16:45.711Z Downloaded parking_lot_core v0.8.6
4002024-12-28T04:16:45.720Z Downloaded serde-big-array v0.5.1
4012024-12-28T04:16:45.730Z Downloaded allocator-api2 v0.2.18
4022024-12-28T04:16:45.733Z Downloaded pretty-hex v0.2.1
4032024-12-28T04:16:45.737Z Downloaded anstream v0.6.15
4042024-12-28T04:16:45.740Z Downloaded sigpipe v0.1.3
4052024-12-28T04:16:45.740Z Downloaded anstyle-parse v0.2.5
4062024-12-28T04:16:45.740Z Downloaded anstyle v1.0.10
4072024-12-28T04:16:45.742Z Downloaded aho-corasick v1.1.3
4082024-12-28T04:16:45.747Z Downloaded ahash v0.8.11
4092024-12-28T04:16:45.750Z Downloaded arc-swap v1.7.1
4102024-12-28T04:16:45.755Z Downloaded base64 v0.22.1
4112024-12-28T04:16:45.757Z Downloaded atomicwrites v0.4.4
4122024-12-28T04:16:45.760Z Downloaded rustc_version v0.1.7
4132024-12-28T04:16:45.760Z Downloaded async-stream-impl v0.3.5
4142024-12-28T04:16:45.762Z Downloaded proc-macro-crate v1.3.1
4152024-12-28T04:16:45.762Z Downloaded parse-display-derive v0.10.0
4162024-12-28T04:16:45.765Z Downloaded powerfmt v0.2.0
4172024-12-28T04:16:45.766Z Downloaded base64ct v1.6.0
4182024-12-28T04:16:45.769Z Downloaded percent-encoding v2.3.1
4192024-12-28T04:16:45.769Z Downloaded parse-display v0.10.0
4202024-12-28T04:16:45.772Z Downloaded atomic-waker v1.1.2
4212024-12-28T04:16:45.772Z Downloaded pest_generator v2.7.13
4222024-12-28T04:16:45.775Z Downloaded scopeguard v1.2.0
4232024-12-28T04:16:45.776Z Downloaded bytes v1.7.2
4242024-12-28T04:16:45.778Z Downloaded progenitor-macro v0.8.0
4252024-12-28T04:16:45.778Z Downloaded anyhow v1.0.94
4262024-12-28T04:16:45.784Z Downloaded rustversion v1.0.17
4272024-12-28T04:16:45.786Z Downloaded serde_spanned v0.6.7
4282024-12-28T04:16:45.789Z Downloaded plain v0.2.3
4292024-12-28T04:16:45.789Z Downloaded shlex v1.3.0
4302024-12-28T04:16:45.792Z Downloaded blake2 v0.10.6
4312024-12-28T04:16:45.795Z Downloaded slog-envlogger v2.2.0
4322024-12-28T04:16:45.795Z Downloaded cfg-if v1.0.0
4332024-12-28T04:16:45.798Z Downloaded slog-bunyan v2.5.0
4342024-12-28T04:16:45.798Z Downloaded slab v0.4.9
4352024-12-28T04:16:45.801Z Downloaded sha1 v0.10.6
4362024-12-28T04:16:45.801Z Downloaded rand_core v0.6.4
4372024-12-28T04:16:45.804Z Downloaded serde_path_to_error v0.1.16
4382024-12-28T04:16:45.806Z Downloaded equivalent v1.0.1
4392024-12-28T04:16:45.806Z Downloaded progenitor v0.8.0
4402024-12-28T04:16:45.813Z Downloaded crucible-workspace-hack v0.1.0
4412024-12-28T04:16:45.813Z Downloaded crc8 v0.1.1
4422024-12-28T04:16:45.813Z Downloaded const-random v0.1.18
4432024-12-28T04:16:45.816Z Downloaded signal-hook-registry v1.4.2
4442024-12-28T04:16:45.816Z Downloaded serde_tokenstream v0.2.2
4452024-12-28T04:16:45.816Z Downloaded dtrace-parser v0.2.0
4462024-12-28T04:16:45.816Z Downloaded rustc_version v0.4.1
4472024-12-28T04:16:45.816Z Downloaded crunchy v0.2.2
4482024-12-28T04:16:45.820Z Downloaded progenitor-client v0.8.0
4492024-12-28T04:16:45.820Z Downloaded clap v4.5.23
4502024-12-28T04:16:45.827Z Downloaded serde_urlencoded v0.7.1
4512024-12-28T04:16:45.830Z Downloaded swrite v0.1.0
4522024-12-28T04:16:45.832Z Downloaded colored v2.1.0
4532024-12-28T04:16:45.832Z Downloaded num_threads v0.1.7
4542024-12-28T04:16:45.835Z Downloaded password-hash v0.5.0
4552024-12-28T04:16:45.837Z Downloaded semver v1.0.23
4562024-12-28T04:16:45.840Z Downloaded foreign-types-shared v0.3.1
4572024-12-28T04:16:45.841Z Downloaded crypto-common v0.1.6
4582024-12-28T04:16:45.841Z Downloaded convert_case v0.4.0
4592024-12-28T04:16:45.843Z Downloaded postcard v1.0.10
4602024-12-28T04:16:45.843Z Downloaded semver v0.1.20
4612024-12-28T04:16:45.846Z Downloaded serde_derive_internals v0.29.1
4622024-12-28T04:16:45.849Z Downloaded dirs-sys-next v0.1.2
4632024-12-28T04:16:45.849Z Downloaded slog-dtrace v0.3.0
4642024-12-28T04:16:45.853Z Downloaded sha2 v0.10.8
4652024-12-28T04:16:45.853Z Downloaded dyn-clone v1.0.17
4662024-12-28T04:16:45.856Z Downloaded serde_with_macros v3.9.0
4672024-12-28T04:16:45.856Z Downloaded scroll v0.12.0
4682024-12-28T04:16:45.860Z Downloaded embedded-io v0.6.1
4692024-12-28T04:16:45.860Z Downloaded http-body v1.0.1
4702024-12-28T04:16:45.864Z Downloaded rand_chacha v0.3.1
4712024-12-28T04:16:45.864Z Downloaded crc32fast v1.4.2
4722024-12-28T04:16:45.868Z Downloaded argon2 v0.5.3
4732024-12-28T04:16:45.868Z Downloaded rustls-pki-types v1.8.0
4742024-12-28T04:16:45.871Z Downloaded futures-macro v0.3.30
4752024-12-28T04:16:45.871Z Downloaded scroll_derive v0.12.0
4762024-12-28T04:16:45.871Z Downloaded pretty-hex v0.4.1
4772024-12-28T04:16:45.875Z Downloaded fnv v1.0.7
4782024-12-28T04:16:45.875Z Downloaded fixedbitset v0.4.2
4792024-12-28T04:16:45.875Z Downloaded futures-core v0.3.30
4802024-12-28T04:16:45.879Z Downloaded usdt-macro v0.5.0
4812024-12-28T04:16:45.879Z Downloaded either v1.13.0
4822024-12-28T04:16:45.881Z Downloaded hostname v0.3.1
4832024-12-28T04:16:45.881Z Downloaded defmt v0.3.8
4842024-12-28T04:16:45.884Z Downloaded is-terminal v0.4.13
4852024-12-28T04:16:45.888Z Downloaded cookie v0.18.1
4862024-12-28T04:16:45.893Z Downloaded tinyvec_macros v0.1.1
4872024-12-28T04:16:45.893Z Downloaded num-conv v0.1.0
4882024-12-28T04:16:45.893Z Downloaded sync_wrapper v1.0.1
4892024-12-28T04:16:45.893Z Downloaded errno v0.3.9
4902024-12-28T04:16:45.893Z Downloaded http-body-util v0.1.2
4912024-12-28T04:16:45.896Z Downloaded sync_wrapper v0.1.2
4922024-12-28T04:16:45.896Z Downloaded num-derive v0.4.2
4932024-12-28T04:16:45.898Z Downloaded want v0.3.1
4942024-12-28T04:16:45.898Z Downloaded mime v0.3.17
4952024-12-28T04:16:45.901Z Downloaded match_cfg v0.1.0
4962024-12-28T04:16:45.902Z Downloaded proc-macro-error v1.0.4
4972024-12-28T04:16:45.904Z Downloaded pest_meta v2.7.13
4982024-12-28T04:16:45.910Z Downloaded crossbeam-epoch v0.9.18
4992024-12-28T04:16:45.910Z Downloaded progenitor-impl v0.8.0
5002024-12-28T04:16:45.913Z Downloaded futures-channel v0.3.30
5012024-12-28T04:16:45.916Z Downloaded subtle v2.6.1
5022024-12-28T04:16:45.916Z Downloaded untrusted v0.9.0
5032024-12-28T04:16:45.916Z Downloaded slog v2.7.0
5042024-12-28T04:16:45.919Z Downloaded ryu v1.0.18
5052024-12-28T04:16:45.922Z Downloaded usdt-attr-macro v0.5.0
5062024-12-28T04:16:45.924Z Downloaded pest v2.7.13
5072024-12-28T04:16:45.928Z Downloaded crossbeam-utils v0.8.20
5082024-12-28T04:16:45.931Z Downloaded libsw v3.3.1
5092024-12-28T04:16:45.933Z Downloaded httpdate v1.0.3
5102024-12-28T04:16:45.936Z Downloaded quick-error v1.2.3
5112024-12-28T04:16:45.939Z Downloaded num v0.4.3
5122024-12-28T04:16:45.939Z Downloaded futures-task v0.3.30
5132024-12-28T04:16:45.939Z Downloaded typify-macro v0.2.0
5142024-12-28T04:16:45.942Z Downloaded heck v0.5.0
5152024-12-28T04:16:45.942Z Downloaded macaddr v1.0.1
5162024-12-28T04:16:45.944Z Downloaded version_check v0.9.5
5172024-12-28T04:16:45.944Z Downloaded time-core v0.1.2
5182024-12-28T04:16:45.948Z Downloaded thiserror-impl v1.0.69
5192024-12-28T04:16:45.948Z Downloaded darling_core v0.20.10
5202024-12-28T04:16:45.951Z Downloaded hex v0.4.3
5212024-12-28T04:16:45.953Z Downloaded ident_case v1.0.1
5222024-12-28T04:16:45.953Z Downloaded tokio-rustls v0.26.0
5232024-12-28T04:16:45.957Z Downloaded strum_macros v0.26.4
5242024-12-28T04:16:45.959Z Downloaded futures v0.3.30
5252024-12-28T04:16:45.962Z Downloaded tower-service v0.3.3
5262024-12-28T04:16:45.965Z Downloaded slog-term v2.9.1
5272024-12-28T04:16:45.969Z Downloaded hubpack_derive v0.1.1
5282024-12-28T04:16:45.969Z Downloaded serde_derive v1.0.217
5292024-12-28T04:16:45.972Z Downloaded take_mut v0.2.2
5302024-12-28T04:16:45.972Z Downloaded derive_more v0.99.18
5312024-12-28T04:16:45.982Z Downloaded num-iter v0.1.45
5322024-12-28T04:16:45.982Z Downloaded itoa v1.0.11
5332024-12-28T04:16:45.984Z Downloaded fxhash v0.2.1
5342024-12-28T04:16:45.984Z Downloaded heck v0.4.1
5352024-12-28T04:16:45.987Z Downloaded openssl-probe v0.1.5
5362024-12-28T04:16:45.990Z Downloaded instant v0.1.13
5372024-12-28T04:16:45.994Z Downloaded tiny-keccak v2.0.2
5382024-12-28T04:16:45.996Z Downloaded static_assertions v1.1.0
5392024-12-28T04:16:45.999Z Downloaded time-macros v0.2.18
5402024-12-28T04:16:46.002Z Downloaded iana-time-zone v0.1.61
5412024-12-28T04:16:46.004Z Downloaded derive-where v1.2.7
5422024-12-28T04:16:46.006Z Downloaded num-derive v0.3.3
5432024-12-28T04:16:46.009Z Downloaded no-std-compat v0.4.1
5442024-12-28T04:16:46.009Z Downloaded num-complex v0.4.6
5452024-12-28T04:16:46.012Z Downloaded strum v0.26.3
5462024-12-28T04:16:46.012Z Downloaded linked-hash-map v0.5.6
5472024-12-28T04:16:46.015Z Downloaded newline-converter v0.3.0
5482024-12-28T04:16:46.015Z Downloaded tempfile v3.12.0
5492024-12-28T04:16:46.017Z Downloaded hash32 v0.3.1
5502024-12-28T04:16:46.020Z Downloaded term v0.7.0
5512024-12-28T04:16:46.022Z Downloaded zone_cfg_derive v0.3.0
5522024-12-28T04:16:46.022Z Downloaded humantime v2.1.0
5532024-12-28T04:16:46.025Z Downloaded hubpack v0.1.2
5542024-12-28T04:16:46.027Z Downloaded http-body v0.4.6
5552024-12-28T04:16:46.027Z Downloaded newtype_derive v0.1.6
5562024-12-28T04:16:46.029Z Downloaded rand v0.8.5
5572024-12-28T04:16:46.032Z Downloaded toml_datetime v0.6.8
5582024-12-28T04:16:46.035Z Downloaded num_enum v0.5.11
5592024-12-28T04:16:46.039Z Downloaded omicron-workspace-hack v0.1.0
5602024-12-28T04:16:46.042Z Downloaded num-rational v0.4.2
5612024-12-28T04:16:46.042Z Downloaded hyper-util v0.1.10
5622024-12-28T04:16:46.047Z Downloaded thread_local v1.1.8
5632024-12-28T04:16:46.050Z Downloaded thread-id v4.2.2
5642024-12-28T04:16:46.050Z Downloaded lock_api v0.4.12
5652024-12-28T04:16:46.052Z Downloaded strsim v0.11.1
5662024-12-28T04:16:46.055Z Downloaded zeroize v1.8.1
5672024-12-28T04:16:46.055Z Downloaded generic-array v0.14.7
5682024-12-28T04:16:46.058Z Downloaded multer v3.1.0
5692024-12-28T04:16:46.061Z Downloaded tabwriter v1.4.0
5702024-12-28T04:16:46.061Z Downloaded strum_macros v0.25.3
5712024-12-28T04:16:46.064Z Downloaded crossbeam-channel v0.5.13
5722024-12-28T04:16:46.067Z Downloaded newtype-uuid v1.1.0
5732024-12-28T04:16:46.070Z Downloaded indent_write v2.2.0
5742024-12-28T04:16:46.070Z Downloaded hyper-tls v0.5.0
5752024-12-28T04:16:46.073Z Downloaded lru-cache v0.1.2
5762024-12-28T04:16:46.073Z Downloaded zone v0.3.0
5772024-12-28T04:16:46.075Z Downloaded slog-stdlog v4.1.1
5782024-12-28T04:16:46.075Z Downloaded slog-json v2.6.1
5792024-12-28T04:16:46.078Z Downloaded num-integer v0.1.46
5802024-12-28T04:16:46.080Z Downloaded getrandom v0.2.15
5812024-12-28T04:16:46.083Z Downloaded thin-vec v0.2.13
5822024-12-28T04:16:46.085Z Downloaded tracing-attributes v0.1.27
5832024-12-28T04:16:46.088Z Downloaded typify v0.2.0
5842024-12-28T04:16:46.090Z Downloaded half v2.4.1
5852024-12-28T04:16:46.093Z Downloaded socket2 v0.5.8
5862024-12-28T04:16:46.095Z Downloaded tokio-rustls v0.25.0
5872024-12-28T04:16:46.098Z Downloaded owo-colors v4.1.0
5882024-12-28T04:16:46.100Z Downloaded ipnet v2.10.0
5892024-12-28T04:16:46.102Z Downloaded toml v0.8.19
5902024-12-28T04:16:46.105Z Downloaded parking_lot v0.11.2
5912024-12-28T04:16:46.107Z Downloaded spin v0.5.2
5922024-12-28T04:16:46.110Z Downloaded heapless v0.8.0
5932024-12-28T04:16:46.112Z Downloaded tokio-native-tls v0.3.1
5942024-12-28T04:16:46.115Z Downloaded openssl-sys v0.9.103
5952024-12-28T04:16:46.120Z Downloaded usdt v0.5.0
5962024-12-28T04:16:46.123Z Downloaded uuid v1.11.0
5972024-12-28T04:16:46.123Z Downloaded tokio-rustls v0.24.1
5982024-12-28T04:16:46.126Z Downloaded structmeta-derive v0.3.0
5992024-12-28T04:16:46.129Z Downloaded smallvec v1.13.2
6002024-12-28T04:16:46.129Z Downloaded thiserror v1.0.69
6012024-12-28T04:16:46.134Z Downloaded zerocopy-derive v0.7.35
6022024-12-28T04:16:46.140Z Downloaded quinn v0.11.5
6032024-12-28T04:16:46.143Z Downloaded tinyvec v1.8.0
6042024-12-28T04:16:46.146Z Downloaded native-tls v0.2.12
6052024-12-28T04:16:46.148Z Downloaded unicode-ident v1.0.13
6062024-12-28T04:16:46.152Z Downloaded serde v1.0.217
6072024-12-28T04:16:46.156Z Downloaded log v0.4.22
6082024-12-28T04:16:46.159Z Downloaded zerocopy v0.6.6
6092024-12-28T04:16:46.162Z Downloaded mio v1.0.2
6102024-12-28T04:16:46.169Z Downloaded hashbrown v0.12.3
6112024-12-28T04:16:46.173Z Downloaded unsafe-libyaml v0.2.11
6122024-12-28T04:16:46.176Z Downloaded parking_lot v0.12.3
6132024-12-28T04:16:46.179Z Downloaded indexmap v1.9.3
6142024-12-28T04:16:46.182Z Downloaded once_cell v1.20.2
6152024-12-28T04:16:46.186Z Downloaded http v0.2.12
6162024-12-28T04:16:46.191Z Downloaded num-traits v0.2.19
6172024-12-28T04:16:46.193Z Downloaded minimal-lexical v0.2.1
6182024-12-28T04:16:46.197Z Downloaded toml_edit v0.22.21
6192024-12-28T04:16:46.220Z Downloaded url v2.5.2
6202024-12-28T04:16:46.223Z Downloaded tokio-util v0.7.12
6212024-12-28T04:16:46.230Z Downloaded http v1.2.0
6222024-12-28T04:16:46.233Z Downloaded nom v7.1.3
6232024-12-28T04:16:46.241Z Downloaded toml_edit v0.19.15
6242024-12-28T04:16:46.259Z Downloaded unicode-bidi v0.3.15
6252024-12-28T04:16:46.261Z Downloaded indexmap v2.5.0
6262024-12-28T04:16:46.264Z Downloaded memchr v2.7.4
6272024-12-28T04:16:46.270Z Downloaded serde_json v1.0.133
6282024-12-28T04:16:46.277Z Downloaded unicode-normalization v0.1.24
6292024-12-28T04:16:46.283Z Downloaded serde_with v3.9.0
6302024-12-28T04:16:46.291Z Downloaded itertools v0.10.5
6312024-12-28T04:16:46.299Z Downloaded futures-util v0.3.30
6322024-12-28T04:16:46.313Z Downloaded unicode-segmentation v1.12.0
6332024-12-28T04:16:46.317Z Downloaded goblin v0.8.2
6342024-12-28T04:16:46.323Z Downloaded hyper v0.14.30
6352024-12-28T04:16:46.331Z Downloaded reqwest v0.11.27
6362024-12-28T04:16:46.340Z Downloaded dropshot v0.12.0
6372024-12-28T04:16:46.363Z Downloaded syn v1.0.109
6382024-12-28T04:16:46.373Z Downloaded syn v2.0.87
6392024-12-28T04:16:46.385Z Downloaded time v0.3.36
6402024-12-28T04:16:46.391Z Downloaded h2 v0.4.6
6412024-12-28T04:16:46.400Z Downloaded idna v0.4.0
6422024-12-28T04:16:46.407Z Downloaded winnow v0.5.40
6432024-12-28T04:16:46.415Z Downloaded reqwest v0.12.9
6442024-12-28T04:16:46.423Z Downloaded h2 v0.3.26
6452024-12-28T04:16:46.430Z Downloaded unicode-width v0.1.14
6462024-12-28T04:16:46.436Z Downloaded openapiv3 v2.0.0
6472024-12-28T04:16:46.448Z Downloaded winnow v0.6.18
6482024-12-28T04:16:46.457Z Downloaded zerocopy v0.7.35
6492024-12-28T04:16:46.474Z Downloaded regex v1.10.6
6502024-12-28T04:16:46.488Z Downloaded typify-impl v0.2.0
6512024-12-28T04:16:46.504Z Downloaded quinn-proto v0.11.8
6522024-12-28T04:16:46.511Z Downloaded vcpkg v0.2.15
6532024-12-28T04:16:46.551Z Downloaded rustls-webpki v0.102.8
6542024-12-28T04:16:46.569Z Downloaded webpki-roots v0.26.6
6552024-12-28T04:16:46.573Z Downloaded rustls v0.21.12
6562024-12-28T04:16:46.585Z Downloaded rustls-webpki v0.101.7
6572024-12-28T04:16:46.600Z Downloaded portable-atomic v1.8.0
6582024-12-28T04:16:46.607Z Downloaded rhai v1.20.0
6592024-12-28T04:16:46.622Z Downloaded openssl v0.10.66
6602024-12-28T04:16:46.631Z Downloaded idna v0.5.0
6612024-12-28T04:16:46.639Z Downloaded rustls v0.23.13
6622024-12-28T04:16:46.651Z Downloaded regress v0.10.1
6632024-12-28T04:16:46.661Z Downloaded smoltcp v0.11.0
6642024-12-28T04:16:46.674Z Downloaded rustix v0.38.37
6652024-12-28T04:16:46.697Z Downloaded hickory-proto v0.24.1
6662024-12-28T04:16:46.713Z Downloaded regex-syntax v0.8.4
6672024-12-28T04:16:46.721Z Downloaded rustls v0.22.4
6682024-12-28T04:16:46.735Z Downloaded regress v0.9.1
6692024-12-28T04:16:46.742Z Downloaded webpki-roots v0.25.4
6702024-12-28T04:16:46.746Z Downloaded libc v0.2.167
6712024-12-28T04:16:46.771Z Downloaded sled v0.34.7
6722024-12-28T04:16:46.781Z Downloaded chrono v0.4.38
6732024-12-28T04:16:46.789Z Downloaded itertools v0.13.0
6742024-12-28T04:16:46.799Z Downloaded itertools v0.12.1
6752024-12-28T04:16:46.806Z Downloaded hyper v1.5.1
6762024-12-28T04:16:46.809Z Downloaded hickory-resolver v0.24.1
6772024-12-28T04:16:46.812Z Downloaded zerocopy-derive v0.6.6
6782024-12-28T04:16:46.822Z Downloaded regex-automata v0.4.7
6792024-12-28T04:16:46.839Z Downloaded hashbrown v0.14.5
6802024-12-28T04:16:46.844Z Downloaded libm v0.2.8
6812024-12-28T04:16:46.851Z Downloaded steno v0.4.1
6822024-12-28T04:16:46.855Z Downloaded tracing v0.1.40
6832024-12-28T04:16:46.859Z Downloaded expectorate v1.1.0
6842024-12-28T04:16:46.862Z Downloaded whoami v1.5.2
6852024-12-28T04:16:46.864Z Downloaded smartstring v1.0.1
6862024-12-28T04:16:46.866Z Downloaded typenum v1.17.0
6872024-12-28T04:16:46.868Z Downloaded petgraph v0.6.5
6882024-12-28T04:16:46.885Z Downloaded tracing-core v0.1.32
6892024-12-28T04:16:46.888Z Downloaded memmap v0.7.0
6902024-12-28T04:16:46.890Z Downloaded ipnetwork v0.20.0
6912024-12-28T04:16:46.893Z Downloaded ucd-trie v0.1.6
6922024-12-28T04:16:46.893Z Downloaded usdt-impl v0.5.0
6932024-12-28T04:16:46.895Z Downloaded spin v0.9.8
6942024-12-28T04:16:46.897Z Downloaded hyper-rustls v0.27.3
6952024-12-28T04:16:46.900Z Downloaded hyper-rustls v0.24.2
6962024-12-28T04:16:46.902Z Downloaded highway v1.2.0
6972024-12-28T04:16:46.904Z Downloaded smf v0.2.3
6982024-12-28T04:16:46.904Z Downloaded hostname v0.4.0
6992024-12-28T04:16:46.907Z Downloaded cc v1.1.21
7002024-12-28T04:16:46.909Z Downloaded sct v0.7.1
7012024-12-28T04:16:46.912Z Downloaded openssl-macros v0.1.1
7022024-12-28T04:16:46.914Z Downloaded similar v2.6.0
7032024-12-28T04:16:46.916Z Downloaded tokio v1.42.0
7042024-12-28T04:16:46.955Z Downloaded serde_yaml v0.9.34+deprecated
7052024-12-28T04:16:46.958Z Downloaded schemars v0.8.21
7062024-12-28T04:16:46.968Z Downloaded terminal_size v0.4.0
7072024-12-28T04:16:46.971Z Downloaded tokio-macros v2.4.0
7082024-12-28T04:16:46.973Z Downloaded structmeta v0.3.0
7092024-12-28T04:16:46.973Z Downloaded encoding_rs v0.8.34
7102024-12-28T04:16:46.992Z Downloaded slog-scope v4.4.0
7112024-12-28T04:16:46.995Z Downloaded prettyplease v0.2.22
7122024-12-28T04:16:46.997Z Downloaded slog-async v2.8.0
7132024-12-28T04:16:47.000Z Downloaded serde_repr v0.1.19
7142024-12-28T04:16:47.000Z Downloaded resolv-conf v0.7.0
7152024-12-28T04:16:47.003Z Downloaded linear-map v1.2.0
7162024-12-28T04:16:47.003Z Downloaded httparse v1.9.4
7172024-12-28T04:16:47.005Z Downloaded proc-macro-crate v3.2.0
7182024-12-28T04:16:47.007Z Downloaded pkg-config v0.3.31
7192024-12-28T04:16:47.007Z Downloaded managed v0.8.0
7202024-12-28T04:16:47.010Z Downloaded utf8parse v0.2.2
7212024-12-28T04:16:47.010Z Downloaded stable_deref_trait v1.2.0
7222024-12-28T04:16:47.010Z Downloaded num_enum_derive v0.7.3
7232024-12-28T04:16:47.013Z Downloaded rustc-hash v2.0.0
7242024-12-28T04:16:47.013Z Downloaded dropshot_endpoint v0.12.0
7252024-12-28T04:16:47.015Z Downloaded num_enum_derive v0.5.11
7262024-12-28T04:16:47.015Z Downloaded num_enum v0.7.3
7272024-12-28T04:16:47.020Z Downloaded proc-macro2 v1.0.86
7282024-12-28T04:16:47.023Z Downloaded cancel-safe-futures v0.1.5
7292024-12-28T04:16:47.025Z Downloaded paste v1.0.15
7302024-12-28T04:16:47.028Z Downloaded is_terminal_polyfill v1.70.1
7312024-12-28T04:16:47.030Z Downloaded hyper-tls v0.6.0
7322024-12-28T04:16:47.030Z Downloaded lazy_static v1.5.0
7332024-12-28T04:16:47.033Z Downloaded waitgroup v0.1.2
7342024-12-28T04:16:47.033Z Downloaded try-lock v0.2.5
7352024-12-28T04:16:47.035Z Downloaded futures-io v0.3.30
7362024-12-28T04:16:47.035Z Downloaded futures-executor v0.3.30
7372024-12-28T04:16:47.035Z Downloaded form_urlencoded v1.2.1
7382024-12-28T04:16:47.038Z Downloaded embedded-io v0.4.0
7392024-12-28T04:16:47.038Z Downloaded console v0.15.8
7402024-12-28T04:16:47.041Z Downloaded darling v0.20.10
7412024-12-28T04:16:47.043Z Downloaded foreign-types-macros v0.2.3
7422024-12-28T04:16:47.046Z Downloaded fastrand v2.1.1
7432024-12-28T04:16:47.046Z Downloaded dof v0.3.0
7442024-12-28T04:16:47.048Z Downloaded digest v0.10.7
7452024-12-28T04:16:47.048Z Downloaded defmt-parser v0.3.4
7462024-12-28T04:16:47.052Z Downloaded clap_derive v4.5.18
7472024-12-28T04:16:47.052Z Downloaded rhai_codegen v2.2.0
7482024-12-28T04:16:47.058Z Downloaded bitflags v1.3.2
7492024-12-28T04:16:47.062Z Downloaded enum-as-inner v0.6.1
7502024-12-28T04:16:47.067Z Downloaded dirs-next v2.0.0
7512024-12-28T04:16:47.067Z Downloaded deranged v0.3.11
7522024-12-28T04:16:47.067Z Downloaded cpufeatures v0.2.14
7532024-12-28T04:16:47.070Z Downloaded ciborium v0.2.2
7542024-12-28T04:16:47.070Z Downloaded debug-ignore v1.0.5
7552024-12-28T04:16:47.070Z Downloaded rustls-pemfile v2.1.3
7562024-12-28T04:16:47.075Z Downloaded quote v1.0.37
7572024-12-28T04:16:47.078Z Downloaded byteorder v1.5.0
7582024-12-28T04:16:47.078Z Downloaded block-buffer v0.10.4
7592024-12-28T04:16:47.078Z Downloaded async-stream v0.3.5
7602024-12-28T04:16:47.078Z Downloaded pin-project-lite v0.2.14
7612024-12-28T04:16:47.083Z Downloaded defmt-macros v0.3.9
7622024-12-28T04:16:47.086Z Downloaded data-encoding v2.6.0
7632024-12-28T04:16:47.086Z Downloaded quinn-udp v0.5.5
7642024-12-28T04:16:47.088Z Downloaded pest_derive v2.7.13
7652024-12-28T04:16:47.089Z Downloaded foreign-types-shared v0.1.1
7662024-12-28T04:16:47.091Z Downloaded foreign-types v0.5.0
7672024-12-28T04:16:47.091Z Downloaded foreign-types v0.3.2
7682024-12-28T04:16:47.091Z Downloaded float-ord v0.3.2
7692024-12-28T04:16:47.091Z Downloaded darling_macro v0.20.10
7702024-12-28T04:16:47.093Z Downloaded cstr-argument v0.1.2
7712024-12-28T04:16:47.093Z Downloaded colorchoice v1.0.2
7722024-12-28T04:16:47.094Z Downloaded ppv-lite86 v0.2.20
7732024-12-28T04:16:47.096Z Downloaded futures-sink v0.3.30
7742024-12-28T04:16:47.096Z Downloaded camino v1.1.9
7752024-12-28T04:16:47.099Z Downloaded backoff v0.4.0
7762024-12-28T04:16:47.099Z Downloaded cobs v0.2.3
7772024-12-28T04:16:47.101Z Downloaded ciborium-ll v0.2.2
7782024-12-28T04:16:47.101Z Downloaded camino-tempfile v1.1.1
7792024-12-28T04:16:47.104Z Downloaded ciborium-io v0.2.2
7802024-12-28T04:16:47.104Z Downloaded rustls-pemfile v1.0.4
7812024-12-28T04:16:47.107Z Downloaded proc-macro-error-attr v1.0.4
7822024-12-28T04:16:47.107Z Downloaded const-random-macro v0.1.16
7832024-12-28T04:16:47.107Z Downloaded clap_lex v0.7.4
7842024-12-28T04:16:47.110Z Downloaded bitflags v2.6.0
7852024-12-28T04:16:47.112Z Downloaded pin-utils v0.1.0
7862024-12-28T04:16:47.112Z Downloaded async-trait v0.1.83
7872024-12-28T04:16:47.115Z Downloaded autocfg v1.3.0
7882024-12-28T04:16:47.118Z Downloaded schemars_derive v0.8.21
7892024-12-28T04:16:47.118Z Downloaded anstyle-query v1.1.1
7902024-12-28T04:16:47.120Z Downloaded clap_builder v4.5.23
7912024-12-28T04:16:47.126Z Downloaded base64 v0.21.7
7922024-12-28T04:16:47.258Z Downloaded ring v0.17.8
7932024-12-28T04:16:47.602Z Compiling proc-macro2 v1.0.86
7942024-12-28T04:16:47.602Z Compiling unicode-ident v1.0.13
7952024-12-28T04:16:47.602Z Compiling libc v0.2.167
7962024-12-28T04:16:47.604Z Compiling serde v1.0.217
7972024-12-28T04:16:47.604Z Compiling autocfg v1.3.0
7982024-12-28T04:16:47.604Z Compiling version_check v0.9.5
7992024-12-28T04:16:47.604Z Compiling cfg-if v1.0.0
8002024-12-28T04:16:47.804Z Compiling once_cell v1.20.2
8012024-12-28T04:16:47.823Z Compiling libm v0.2.8
8022024-12-28T04:16:47.838Z Compiling memchr v2.7.4
8032024-12-28T04:16:48.244Z Compiling byteorder v1.5.0
8042024-12-28T04:16:48.330Z Compiling lock_api v0.4.12
8052024-12-28T04:16:48.585Z Compiling parking_lot_core v0.9.10
8062024-12-28T04:16:48.844Z Compiling shlex v1.3.0
8072024-12-28T04:16:49.203Z Compiling cc v1.1.21
8082024-12-28T04:16:49.218Z Compiling thiserror v1.0.69
8092024-12-28T04:16:49.328Z Compiling itoa v1.0.11
8102024-12-28T04:16:49.601Z Compiling portable-atomic v1.8.0
8112024-12-28T04:16:49.769Z Compiling slab v0.4.9
8122024-12-28T04:16:49.803Z Compiling schemars v0.8.21
8132024-12-28T04:16:50.139Z Compiling ahash v0.8.11
8142024-12-28T04:16:50.187Z Compiling allocator-api2 v0.2.18
8152024-12-28T04:16:50.395Z Compiling quote v1.0.37
8162024-12-28T04:16:50.589Z Compiling getrandom v0.2.15
8172024-12-28T04:16:50.874Z Compiling syn v2.0.87
8182024-12-28T04:16:51.073Z Compiling num-traits v0.2.19
8192024-12-28T04:16:51.103Z Compiling ryu v1.0.18
8202024-12-28T04:16:51.195Z Compiling serde_json v1.0.133
8212024-12-28T04:16:51.360Z Compiling pin-project-lite v0.2.14
8222024-12-28T04:16:51.814Z Compiling log v0.4.22
8232024-12-28T04:16:51.924Z Compiling scopeguard v1.2.0
8242024-12-28T04:16:51.942Z Compiling equivalent v1.0.1
8252024-12-28T04:16:51.978Z Compiling heck v0.5.0
8262024-12-28T04:16:51.996Z Compiling fnv v1.0.7
8272024-12-28T04:16:52.113Z Compiling ring v0.17.8
8282024-12-28T04:16:52.179Z Compiling crunchy v0.2.2
8292024-12-28T04:16:52.395Z Compiling vcpkg v0.2.15
8302024-12-28T04:16:52.521Z Compiling pkg-config v0.3.31
8312024-12-28T04:16:52.851Z Compiling mio v1.0.2
8322024-12-28T04:16:53.188Z Compiling signal-hook-registry v1.4.2
8332024-12-28T04:16:53.845Z Compiling socket2 v0.5.8
8342024-12-28T04:16:53.865Z Compiling tiny-keccak v2.0.2
8352024-12-28T04:16:53.917Z Compiling slog v2.7.0
8362024-12-28T04:16:54.112Z Compiling openssl-sys v0.9.103
8372024-12-28T04:16:54.188Z Compiling httparse v1.9.4
8382024-12-28T04:16:54.532Z Compiling iana-time-zone v0.1.61
8392024-12-28T04:16:54.941Z Compiling futures-core v0.3.30
8402024-12-28T04:16:55.004Z Compiling const-random-macro v0.1.16
8412024-12-28T04:16:55.138Z Compiling dyn-clone v1.0.17
8422024-12-28T04:16:55.332Z Compiling openssl v0.10.66
8432024-12-28T04:16:55.356Z Compiling futures-sink v0.3.30
8442024-12-28T04:16:55.740Z Compiling typenum v1.17.0
8452024-12-28T04:16:55.759Z Compiling rustls v0.23.13
8462024-12-28T04:16:55.910Z Compiling native-tls v0.2.12
8472024-12-28T04:16:55.950Z Compiling const-random v0.1.18
8482024-12-28T04:16:56.047Z Compiling semver v1.0.23
8492024-12-28T04:16:56.067Z Compiling futures-channel v0.3.30
8502024-12-28T04:16:56.087Z Compiling pin-utils v0.1.0
8512024-12-28T04:16:56.105Z Compiling futures-task v0.3.30
8522024-12-28T04:16:56.188Z Compiling futures-io v0.3.30
8532024-12-28T04:16:56.296Z Compiling generic-array v0.14.7
8542024-12-28T04:16:56.421Z Compiling tracing-core v0.1.32
8552024-12-28T04:16:56.463Z Compiling bitflags v2.6.0
8562024-12-28T04:16:56.555Z Compiling subtle v2.6.1
8572024-12-28T04:16:56.559Z Compiling ucd-trie v0.1.6
8582024-12-28T04:16:56.596Z Compiling aho-corasick v1.1.3
8592024-12-28T04:16:56.626Z Compiling regex-syntax v0.8.4
8602024-12-28T04:16:56.830Z Compiling anyhow v1.0.94
8612024-12-28T04:16:56.969Z Compiling num-conv v0.1.0
8622024-12-28T04:16:56.987Z Compiling time-core v0.1.2
8632024-12-28T04:16:57.253Z Compiling time-macros v0.2.18
8642024-12-28T04:16:57.759Z Compiling rustls-pki-types v1.8.0
8652024-12-28T04:16:58.132Z Compiling serde_derive_internals v0.29.1
8662024-12-28T04:16:58.920Z Compiling spin v0.9.8
8672024-12-28T04:16:59.168Z Compiling usdt-impl v0.5.0
8682024-12-28T04:16:59.538Z Compiling untrusted v0.9.0
8692024-12-28T04:16:59.722Z Compiling omicron-workspace-hack v0.1.0
8702024-12-28T04:16:59.994Z Compiling regex-automata v0.4.7
8712024-12-28T04:17:00.630Z Compiling rustversion v1.0.17
8722024-12-28T04:17:00.669Z Compiling plain v0.2.3
8732024-12-28T04:17:00.795Z Compiling tinyvec_macros v0.1.1
8742024-12-28T04:17:00.896Z Compiling atomic-waker v1.1.2
8752024-12-28T04:17:01.089Z Compiling strsim v0.11.1
8762024-12-28T04:17:01.359Z Compiling tinyvec v1.8.0
8772024-12-28T04:17:02.275Z Compiling rand_core v0.6.4
8782024-12-28T04:17:02.768Z Compiling try-lock v0.2.5
8792024-12-28T04:17:02.933Z Compiling percent-encoding v2.3.1
8802024-12-28T04:17:03.002Z Compiling zeroize v1.8.1
8812024-12-28T04:17:03.023Z Compiling pretty-hex v0.4.1
8822024-12-28T04:17:03.026Z Compiling serde_derive v1.0.217
8832024-12-28T04:17:03.234Z Compiling zerocopy-derive v0.7.35
8842024-12-28T04:17:03.345Z Compiling thiserror-impl v1.0.69
8852024-12-28T04:17:03.396Z Compiling tokio-macros v2.4.0
8862024-12-28T04:17:03.655Z Compiling schemars_derive v0.8.21
8872024-12-28T04:17:05.037Z Compiling futures-macro v0.3.30
8882024-12-28T04:17:05.358Z Compiling zerocopy v0.7.35
8892024-12-28T04:17:06.930Z Compiling openssl-macros v0.1.1
8902024-12-28T04:17:06.967Z Compiling futures-util v0.3.30
8912024-12-28T04:17:07.415Z Compiling hashbrown v0.14.5
8922024-12-28T04:17:07.469Z Compiling tracing-attributes v0.1.27
8932024-12-28T04:17:07.764Z Compiling scroll_derive v0.12.0
8942024-12-28T04:17:08.780Z Compiling regress v0.10.1
8952024-12-28T04:17:09.226Z Compiling pest v2.7.13
8962024-12-28T04:17:10.261Z Compiling regex v1.10.6
8972024-12-28T04:17:11.219Z Compiling tracing v0.1.40
8982024-12-28T04:17:11.888Z Compiling pest_meta v2.7.13
8992024-12-28T04:17:11.981Z Compiling scroll v0.12.0
9002024-12-28T04:17:12.536Z Compiling goblin v0.8.2
9012024-12-28T04:17:13.208Z Compiling pest_generator v2.7.13
9022024-12-28T04:17:13.889Z Compiling unsafe-libyaml v0.2.11
9032024-12-28T04:17:14.970Z Compiling form_urlencoded v1.2.1
9042024-12-28T04:17:15.456Z Compiling unicode-normalization v0.1.24
9052024-12-28T04:17:15.611Z Compiling rustls-webpki v0.102.8
9062024-12-28T04:17:15.885Z Compiling pest_derive v2.7.13
9072024-12-28T04:17:16.760Z Compiling bytes v1.7.2
9082024-12-28T04:17:17.172Z Compiling smallvec v1.13.2
9092024-12-28T04:17:17.997Z Compiling indexmap v2.5.0
9102024-12-28T04:17:19.419Z Compiling parking_lot v0.12.3
9112024-12-28T04:17:19.482Z Compiling chrono v0.4.38
9122024-12-28T04:17:19.528Z Compiling uuid v1.11.0
9132024-12-28T04:17:20.018Z Compiling tokio v1.42.0
9142024-12-28T04:17:20.808Z Compiling serde_tokenstream v0.2.2
9152024-12-28T04:17:20.944Z Compiling http v1.2.0
9162024-12-28T04:17:24.013Z Compiling openapiv3 v2.0.0
9172024-12-28T04:17:24.923Z Compiling ipnetwork v0.20.0
9182024-12-28T04:17:27.280Z Compiling typify-impl v0.2.0
9192024-12-28T04:17:28.028Z Compiling http-body v1.0.1
9202024-12-28T04:17:28.227Z Compiling serde_yaml v0.9.34+deprecated
9212024-12-28T04:17:28.281Z Compiling dof v0.3.0
9222024-12-28T04:17:28.460Z Compiling dtrace-parser v0.2.0
9232024-12-28T04:17:29.097Z Compiling want v0.3.1
9242024-12-28T04:17:29.932Z Compiling tokio-util v0.7.12
9252024-12-28T04:17:30.336Z Compiling thread-id v4.2.2
9262024-12-28T04:17:30.462Z Compiling syn v1.0.109
9272024-12-28T04:17:30.663Z Compiling ident_case v1.0.1
9282024-12-28T04:17:30.853Z Compiling foreign-types-shared v0.1.1
9292024-12-28T04:17:30.967Z Compiling h2 v0.4.6
9302024-12-28T04:17:31.049Z Compiling httpdate v1.0.3
9312024-12-28T04:17:31.815Z Compiling unicode-bidi v0.3.15
9322024-12-28T04:17:31.957Z Compiling rustls v0.22.4
9332024-12-28T04:17:32.019Z Compiling camino v1.1.9
9342024-12-28T04:17:32.347Z Compiling foreign-types v0.3.2
9352024-12-28T04:17:32.454Z Compiling darling_core v0.20.10
9362024-12-28T04:17:32.751Z Compiling ppv-lite86 v0.2.20
9372024-12-28T04:17:34.293Z Compiling slog-async v2.8.0
9382024-12-28T04:17:34.628Z Compiling tower-service v0.3.3
9392024-12-28T04:17:35.322Z Compiling rand_chacha v0.3.1
9402024-12-28T04:17:35.720Z Compiling idna v0.5.0
9412024-12-28T04:17:37.038Z Compiling hyper v1.5.1
9422024-12-28T04:17:38.597Z Compiling darling_macro v0.20.10
9432024-12-28T04:17:39.148Z Compiling typify-macro v0.2.0
9442024-12-28T04:17:39.667Z Compiling toml_datetime v0.6.8
9452024-12-28T04:17:40.104Z Compiling hyper-util v0.1.10
9462024-12-28T04:17:43.089Z Compiling typify v0.2.0
9472024-12-28T04:17:43.234Z Compiling progenitor-impl v0.8.0
9482024-12-28T04:17:46.042Z Compiling multer v3.1.0
9492024-12-28T04:17:46.400Z Compiling paste v1.0.15
9502024-12-28T04:17:47.073Z Compiling openssl-probe v0.1.5
9512024-12-28T04:17:49.911Z Compiling progenitor-macro v0.8.0
9522024-12-28T04:17:51.057Z Compiling darling v0.20.10
9532024-12-28T04:17:51.178Z Compiling url v2.5.2
9542024-12-28T04:17:51.896Z Compiling rand v0.8.5
9552024-12-28T04:17:54.553Z Compiling usdt-attr-macro v0.5.0
9562024-12-28T04:17:56.222Z Compiling usdt-macro v0.5.0
9572024-12-28T04:17:56.814Z Compiling http-body-util v0.1.2
9582024-12-28T04:17:57.404Z Compiling async-trait v0.1.83
9592024-12-28T04:17:59.658Z Compiling encoding_rs v0.8.34
9602024-12-28T04:17:59.859Z Compiling base64 v0.22.1
9612024-12-28T04:17:59.898Z Compiling ipnet v2.10.0
9622024-12-28T04:18:00.020Z Compiling mime v0.3.17
9632024-12-28T04:18:00.943Z Compiling rustls-pemfile v2.1.3
9642024-12-28T04:18:02.992Z Compiling tokio-rustls v0.26.0
9652024-12-28T04:18:03.499Z Compiling serde_with_macros v3.9.0
9662024-12-28T04:18:04.333Z Compiling tokio-native-tls v0.3.1
9672024-12-28T04:18:04.640Z Compiling strum_macros v0.26.4
9682024-12-28T04:18:05.191Z Compiling serde_urlencoded v0.7.1
9692024-12-28T04:18:05.909Z Compiling structmeta-derive v0.3.0
9702024-12-28T04:18:06.262Z Compiling async-stream-impl v0.3.5
9712024-12-28T04:18:07.656Z Compiling webpki-roots v0.26.6
9722024-12-28T04:18:07.887Z Compiling dropshot v0.12.0
9732024-12-28T04:18:08.241Z Compiling powerfmt v0.2.0
9742024-12-28T04:18:08.642Z Compiling crossbeam-utils v0.8.20
9752024-12-28T04:18:09.247Z Compiling structmeta v0.3.0
9762024-12-28T04:18:09.292Z Compiling deranged v0.3.11
9772024-12-28T04:18:10.073Z Compiling hyper-rustls v0.27.3
9782024-12-28T04:18:10.456Z Compiling hyper-tls v0.6.0
9792024-12-28T04:18:11.483Z Compiling sync_wrapper v1.0.1
9802024-12-28T04:18:12.697Z Compiling winnow v0.6.18
9812024-12-28T04:18:14.095Z Compiling num_threads v0.1.7
9822024-12-28T04:18:14.232Z Compiling time v0.3.36
9832024-12-28T04:18:16.766Z Compiling reqwest v0.12.9
9842024-12-28T04:18:17.189Z Compiling parse-display-derive v0.10.0
9852024-12-28T04:18:19.117Z Compiling block-buffer v0.10.4
9862024-12-28T04:18:19.364Z Compiling crypto-common v0.1.6
9872024-12-28T04:18:19.601Z Compiling dropshot_endpoint v0.12.0
9882024-12-28T04:18:21.297Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9892024-12-28T04:18:23.556Z Compiling digest v0.10.7
9902024-12-28T04:18:23.936Z Compiling progenitor-client v0.8.0
9912024-12-28T04:18:24.861Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9922024-12-28T04:18:26.802Z Compiling dirs-sys-next v0.1.2
9932024-12-28T04:18:27.486Z Compiling match_cfg v0.1.0
9942024-12-28T04:18:27.817Z Compiling lazy_static v1.5.0
9952024-12-28T04:18:27.837Z Compiling rustix v0.38.37
9962024-12-28T04:18:27.970Z Compiling hostname v0.3.1
9972024-12-28T04:18:28.464Z Compiling dirs-next v2.0.0
9982024-12-28T04:18:28.687Z Compiling progenitor v0.8.0
9992024-12-28T04:18:28.899Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10002024-12-28T04:18:31.233Z Compiling futures-executor v0.3.30
10012024-12-28T04:18:31.908Z Compiling thread_local v1.1.8
10022024-12-28T04:18:32.311Z Compiling errno v0.3.9
10032024-12-28T04:18:32.599Z Compiling instant v0.1.13
10042024-12-28T04:18:32.771Z Compiling cpufeatures v0.2.14
10052024-12-28T04:18:33.075Z Compiling unicode-width v0.1.14
10062024-12-28T04:18:35.412Z Compiling futures v0.3.30
10072024-12-28T04:18:36.923Z Compiling term v0.7.0
10082024-12-28T04:18:37.614Z Compiling crossbeam-channel v0.5.13
10092024-12-28T04:18:39.574Z Compiling serde_spanned v0.6.7
10102024-12-28T04:18:39.835Z Compiling memmap v0.7.0
10112024-12-28T04:18:40.214Z Compiling is-terminal v0.4.13
10122024-12-28T04:18:40.352Z Compiling take_mut v0.2.2
10132024-12-28T04:18:41.060Z Compiling slog-term v2.9.1
10142024-12-28T04:18:41.192Z Compiling usdt v0.5.0
10152024-12-28T04:18:42.662Z Compiling toml_edit v0.22.21
10162024-12-28T04:18:43.698Z Compiling slog-json v2.6.1
10172024-12-28T04:18:44.156Z Compiling strum v0.26.3
10182024-12-28T04:18:44.356Z Compiling serde_with v3.9.0
10192024-12-28T04:18:47.239Z Compiling debug-ignore v1.0.5
10202024-12-28T04:18:47.404Z Compiling heapless v0.8.0
10212024-12-28T04:18:48.751Z Compiling tokio-rustls v0.25.0
10222024-12-28T04:18:50.366Z Compiling toml v0.8.19
10232024-12-28T04:18:51.830Z Compiling slog-bunyan v2.5.0
10242024-12-28T04:18:52.104Z Compiling sha1 v0.10.6
10252024-12-28T04:18:52.894Z Compiling async-stream v0.3.5
10262024-12-28T04:18:52.896Z Compiling newtype-uuid v1.1.0
10272024-12-28T04:18:53.221Z Compiling hex v0.4.3
10282024-12-28T04:18:53.223Z Compiling serde_path_to_error v0.1.16
10292024-12-28T04:18:53.715Z Compiling waitgroup v0.1.2
10302024-12-28T04:18:53.986Z Compiling hostname v0.4.0
10312024-12-28T04:18:54.035Z Compiling hash32 v0.3.1
10322024-12-28T04:18:54.249Z Compiling stable_deref_trait v1.2.0
10332024-12-28T04:18:54.388Z Compiling smoltcp v0.11.0
10342024-12-28T04:18:57.016Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10352024-12-28T04:18:57.212Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10362024-12-28T04:18:57.289Z Compiling backoff v0.4.0
10372024-12-28T04:18:57.700Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10382024-12-28T04:18:57.737Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10392024-12-28T04:18:57.945Z Compiling parse-display v0.10.0
10402024-12-28T04:18:59.891Z Compiling macaddr v1.0.1
10412024-12-28T04:19:00.532Z Compiling regress v0.9.1
10422024-12-28T04:19:02.347Z Compiling clap_derive v4.5.18
10432024-12-28T04:19:04.016Z Compiling managed v0.8.0
10442024-12-28T04:19:04.825Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10452024-12-28T04:19:05.218Z Compiling cobs v0.2.3
10462024-12-28T04:19:05.524Z Compiling bitflags v1.3.2
10472024-12-28T04:19:05.639Z Compiling winnow v0.5.40
10482024-12-28T04:19:05.658Z Compiling utf8parse v0.2.2
10492024-12-28T04:19:05.820Z Compiling anstyle-parse v0.2.5
10502024-12-28T04:19:07.088Z Compiling postcard v1.0.10
10512024-12-28T04:19:08.390Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10522024-12-28T04:19:09.603Z Compiling toml_edit v0.19.15
10532024-12-28T04:19:14.545Z Compiling anstyle v1.0.10
10542024-12-28T04:19:15.104Z Compiling is_terminal_polyfill v1.70.1
10552024-12-28T04:19:15.242Z Compiling anstyle-query v1.1.1
10562024-12-28T04:19:15.397Z Compiling colorchoice v1.0.2
10572024-12-28T04:19:16.122Z Compiling anstream v0.6.15
10582024-12-28T04:19:17.015Z Compiling proc-macro-crate v1.3.1
10592024-12-28T04:19:17.476Z Compiling terminal_size v0.4.0
10602024-12-28T04:19:17.933Z Compiling clap_lex v0.7.4
10612024-12-28T04:19:18.033Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10622024-12-28T04:19:18.408Z Compiling clap_builder v4.5.23
10632024-12-28T04:19:18.767Z Compiling num_enum_derive v0.5.11
10642024-12-28T04:19:19.848Z Compiling tabwriter v1.4.0
10652024-12-28T04:19:20.617Z Compiling foreign-types-macros v0.2.3
10662024-12-28T04:19:21.263Z Compiling num-integer v0.1.46
10672024-12-28T04:19:21.492Z Compiling foreign-types-shared v0.3.1
10682024-12-28T04:19:21.968Z Compiling foreign-types v0.5.0
10692024-12-28T04:19:21.987Z Compiling num_enum v0.5.11
10702024-12-28T04:19:22.567Z Compiling clap v4.5.23
10712024-12-28T04:19:22.678Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10722024-12-28T04:19:23.089Z Compiling cstr-argument v0.1.2
10732024-12-28T04:19:23.326Z Compiling proc-macro-error-attr v1.0.4
10742024-12-28T04:19:23.615Z Compiling prettyplease v0.2.22
10752024-12-28T04:19:23.813Z Compiling pretty-hex v0.2.1
10762024-12-28T04:19:23.941Z Compiling heck v0.4.1
10772024-12-28T04:19:24.031Z Compiling either v1.13.0
10782024-12-28T04:19:24.375Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10792024-12-28T04:19:24.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10802024-12-28T04:19:24.918Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10812024-12-28T04:19:26.208Z Compiling num-iter v0.1.45
10822024-12-28T04:19:26.419Z Compiling num-rational v0.4.2
10832024-12-28T04:19:27.533Z Compiling colored v2.1.0
10842024-12-28T04:19:28.736Z Compiling num-complex v0.4.6
10852024-12-28T04:19:29.350Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862024-12-28T04:19:29.516Z Compiling proc-macro-error v1.0.4
10872024-12-28T04:19:29.713Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10882024-12-28T04:19:29.892Z Compiling fastrand v2.1.1
10892024-12-28T04:19:30.141Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10902024-12-28T04:19:30.228Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10912024-12-28T04:19:30.397Z Compiling tempfile v3.12.0
10922024-12-28T04:19:31.510Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-12-28T04:19:32.047Z Compiling num v0.4.3
10942024-12-28T04:19:34.805Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10952024-12-28T04:19:35.354Z Compiling float-ord v0.3.2
10962024-12-28T04:19:35.592Z Compiling crucible-workspace-hack v0.1.0
10972024-12-28T04:19:35.653Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10982024-12-28T04:19:43.018Z Compiling unicode-segmentation v1.12.0
10992024-12-28T04:19:43.533Z Compiling semver v0.1.20
11002024-12-28T04:19:43.884Z Compiling rustc_version v0.1.7
11012024-12-28T04:19:44.083Z Compiling newline-converter v0.3.0
11022024-12-28T04:19:44.280Z Compiling zone_cfg_derive v0.3.0
11032024-12-28T04:19:44.397Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11042024-12-28T04:19:44.488Z Compiling camino-tempfile v1.1.1
11052024-12-28T04:19:45.146Z Compiling itertools v0.10.5
11062024-12-28T04:19:45.295Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11072024-12-28T04:19:45.764Z Compiling console v0.15.8
11082024-12-28T04:19:45.786Z Compiling num-derive v0.4.2
11092024-12-28T04:19:47.335Z Compiling sigpipe v0.1.3
11102024-12-28T04:19:47.474Z Compiling similar v2.6.0
11112024-12-28T04:19:48.143Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11122024-12-28T04:19:48.475Z Compiling base64ct v1.6.0
11132024-12-28T04:19:48.694Z Compiling expectorate v1.1.0
11142024-12-28T04:19:48.723Z Compiling zone v0.3.0
11152024-12-28T04:19:48.894Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11162024-12-28T04:19:49.150Z Compiling password-hash v0.5.0
11172024-12-28T04:19:50.575Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11182024-12-28T04:19:51.354Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11192024-12-28T04:19:51.822Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11202024-12-28T04:19:52.368Z Compiling newtype_derive v0.1.6
11212024-12-28T04:19:52.764Z Compiling blake2 v0.10.6
11222024-12-28T04:19:53.814Z Compiling hubpack_derive v0.1.1
11232024-12-28T04:19:53.868Z Compiling smf v0.2.3
11242024-12-28T04:19:53.963Z Compiling zerocopy-derive v0.6.6
11252024-12-28T04:19:54.772Z Compiling whoami v1.5.2
11262024-12-28T04:19:54.821Z Compiling fixedbitset v0.4.2
11272024-12-28T04:19:55.199Z Compiling cancel-safe-futures v0.1.5
11282024-12-28T04:19:55.505Z Compiling owo-colors v4.1.0
11292024-12-28T04:19:55.708Z Compiling petgraph v0.6.5
11302024-12-28T04:19:55.991Z Compiling zerocopy v0.6.6
11312024-12-28T04:19:56.141Z Compiling hubpack v0.1.2
11322024-12-28T04:19:56.450Z Compiling argon2 v0.5.3
11332024-12-28T04:19:56.998Z Compiling strum_macros v0.25.3
11342024-12-28T04:19:58.832Z Compiling serde-big-array v0.5.1
11352024-12-28T04:19:59.093Z Compiling serde_repr v0.1.19
11362024-12-28T04:20:00.119Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11372024-12-28T04:20:00.314Z Compiling cookie v0.18.1
11382024-12-28T04:20:00.365Z Compiling static_assertions v1.1.0
11392024-12-28T04:20:00.470Z Compiling convert_case v0.4.0
11402024-12-28T04:20:00.725Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11412024-12-28T04:20:00.746Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-28T04:20:01.263Z Compiling derive_more v0.99.18
11432024-12-28T04:20:02.966Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-12-28T04:20:03.532Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-12-28T04:20:04.221Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11462024-12-28T04:20:06.149Z Compiling atomicwrites v0.4.4
11472024-12-28T04:20:06.654Z Compiling itertools v0.13.0
11482024-12-28T04:20:08.032Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11492024-12-28T04:20:09.228Z Compiling idna v0.4.0
11502024-12-28T04:20:09.420Z Compiling libsw v3.3.1
11512024-12-28T04:20:09.658Z Compiling enum-as-inner v0.6.1
11522024-12-28T04:20:09.752Z Compiling derive-where v1.2.7
11532024-12-28T04:20:10.279Z Compiling linear-map v1.2.0
11542024-12-28T04:20:10.505Z Compiling indent_write v2.2.0
11552024-12-28T04:20:10.707Z Compiling quick-error v1.2.3
11562024-12-28T04:20:10.753Z Compiling highway v1.2.0
11572024-12-28T04:20:10.810Z Compiling linked-hash-map v0.5.6
11582024-12-28T04:20:10.867Z Compiling data-encoding v2.6.0
11592024-12-28T04:20:11.283Z Compiling swrite v0.1.0
11602024-12-28T04:20:11.428Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-12-28T04:20:12.236Z Compiling hickory-proto v0.24.1
11622024-12-28T04:20:13.065Z Compiling lru-cache v0.1.2
11632024-12-28T04:20:13.131Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-28T04:20:13.304Z Compiling resolv-conf v0.7.0
11652024-12-28T04:20:14.933Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-28T04:20:16.267Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-12-28T04:20:16.664Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-12-28T04:20:17.768Z Compiling steno v0.4.1
11692024-12-28T04:20:18.281Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11702024-12-28T04:20:21.278Z Compiling slog-dtrace v0.3.0
11712024-12-28T04:20:21.643Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11722024-12-28T04:20:22.003Z Compiling parking_lot_core v0.8.6
11732024-12-28T04:20:22.030Z Compiling humantime v2.1.0
11742024-12-28T04:20:22.490Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11752024-12-28T04:20:22.656Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-12-28T04:20:22.923Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11772024-12-28T04:20:25.822Z Compiling hickory-resolver v0.24.1
11782024-12-28T04:20:25.843Z Compiling num-derive v0.3.3
11792024-12-28T04:20:25.889Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11802024-12-28T04:20:26.367Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11812024-12-28T04:20:27.937Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11822024-12-28T04:20:28.056Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11832024-12-28T04:20:28.242Z Compiling parking_lot v0.11.2
11842024-12-28T04:20:28.308Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11852024-12-28T04:20:29.837Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11862024-12-28T04:20:30.510Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11872024-12-28T04:20:32.728Z Compiling crossbeam-epoch v0.9.18
11882024-12-28T04:20:32.734Z Compiling fxhash v0.2.1
11892024-12-28T04:20:32.978Z Compiling crc32fast v1.4.2
11902024-12-28T04:20:33.519Z Compiling arc-swap v1.7.1
11912024-12-28T04:20:33.876Z Compiling crc8 v0.1.1
11922024-12-28T04:20:34.191Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11932024-12-28T04:20:34.215Z Compiling slog-scope v4.4.0
11942024-12-28T04:20:34.994Z Compiling sled v0.34.7
11952024-12-28T04:20:39.008Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11962024-12-28T04:20:40.814Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11972024-12-28T04:20:40.832Z Compiling slog-stdlog v4.1.1
11982024-12-28T04:20:41.492Z Compiling slog-envlogger v2.2.0
11992024-12-28T04:20:42.907Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-12-28T04:20:43.473Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12012024-12-28T04:20:53.677Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12022024-12-28T04:20:55.638Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12032024-12-28T04:21:01.348Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12042024-12-28T04:21:30.602Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12052024-12-28T04:21:30.602Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12062024-12-28T04:21:37.818Z Finished `release` profile [optimized] target(s) in 5m 11s
12072024-12-28T04:21:38.130Z+ banner trio
12082024-12-28T04:21:38.133Z
12092024-12-28T04:21:38.133Z ##### ##### # ####
12102024-12-28T04:21:38.133Z # # # # # #
12112024-12-28T04:21:38.133Z # # # # # #
12122024-12-28T04:21:38.133Z # ##### # # #
12132024-12-28T04:21:38.133Z # # # # # #
12142024-12-28T04:21:38.133Z # # # # ####
12152024-12-28T04:21:38.133Z
12162024-12-28T04:21:38.133Z+ pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture
12172024-12-28T04:21:38.610Z Compiling cfg-if v1.0.0
12182024-12-28T04:21:38.610Z Compiling libc v0.2.167
12192024-12-28T04:21:38.610Z Compiling serde v1.0.217
12202024-12-28T04:21:38.613Z Compiling once_cell v1.20.2
12212024-12-28T04:21:38.613Z Compiling itoa v1.0.11
12222024-12-28T04:21:38.613Z Compiling byteorder v1.5.0
12232024-12-28T04:21:38.682Z Compiling syn v2.0.87
12242024-12-28T04:21:38.688Z Compiling bytes v1.7.2
12252024-12-28T04:21:38.740Z Compiling num-traits v0.2.19
12262024-12-28T04:21:38.880Z Compiling zerocopy v0.7.35
12272024-12-28T04:21:39.024Z Compiling pin-project-lite v0.2.14
12282024-12-28T04:21:39.066Z Compiling ahash v0.8.11
12292024-12-28T04:21:39.121Z Compiling allocator-api2 v0.2.18
12302024-12-28T04:21:39.138Z Compiling scopeguard v1.2.0
12312024-12-28T04:21:39.147Z Compiling smallvec v1.13.2
12322024-12-28T04:21:39.260Z Compiling schemars v0.8.21
12332024-12-28T04:21:39.269Z Compiling memchr v2.7.4
12342024-12-28T04:21:39.588Z Compiling lock_api v0.4.12
12352024-12-28T04:21:39.926Z Compiling fnv v1.0.7
12362024-12-28T04:21:40.056Z Compiling hashbrown v0.14.5
12372024-12-28T04:21:40.080Z Compiling log v0.4.22
12382024-12-28T04:21:40.083Z Compiling futures-core v0.3.30
12392024-12-28T04:21:40.266Z Compiling getrandom v0.2.15
12402024-12-28T04:21:40.335Z Compiling parking_lot_core v0.9.10
12412024-12-28T04:21:40.504Z Compiling mio v1.0.2
12422024-12-28T04:21:40.581Z Compiling signal-hook-registry v1.4.2
12432024-12-28T04:21:40.610Z Compiling socket2 v0.5.8
12442024-12-28T04:21:41.048Z Compiling parking_lot v0.12.3
12452024-12-28T04:21:41.392Z Compiling ryu v1.0.18
12462024-12-28T04:21:41.556Z Compiling equivalent v1.0.1
12472024-12-28T04:21:41.961Z Compiling tracing-core v0.1.32
12482024-12-28T04:21:42.020Z Compiling serde_json v1.0.133
12492024-12-28T04:21:42.074Z Compiling uuid v1.11.0
12502024-12-28T04:21:42.193Z Compiling regress v0.10.1
12512024-12-28T04:21:42.207Z Compiling futures-task v0.3.30
12522024-12-28T04:21:42.335Z Compiling pin-utils v0.1.0
12532024-12-28T04:21:42.409Z Compiling untrusted v0.9.0
12542024-12-28T04:21:42.423Z Compiling spin v0.9.8
12552024-12-28T04:21:42.603Z Compiling futures-sink v0.3.30
12562024-12-28T04:21:42.613Z Compiling ring v0.17.8
12572024-12-28T04:21:42.633Z Compiling futures-util v0.3.30
12582024-12-28T04:21:42.755Z Compiling slab v0.4.9
12592024-12-28T04:21:43.177Z Compiling try-lock v0.2.5
12602024-12-28T04:21:43.337Z Compiling want v0.3.1
12612024-12-28T04:21:43.500Z Compiling chrono v0.4.38
12622024-12-28T04:21:43.611Z Compiling httparse v1.9.4
12632024-12-28T04:21:44.436Z Compiling futures-channel v0.3.30
12642024-12-28T04:21:44.609Z Compiling dyn-clone v1.0.17
12652024-12-28T04:21:44.814Z Compiling tower-service v0.3.3
12662024-12-28T04:21:44.889Z Compiling foreign-types-shared v0.1.1
12672024-12-28T04:21:44.941Z Compiling openssl-sys v0.9.103
12682024-12-28T04:21:44.995Z Compiling foreign-types v0.3.2
12692024-12-28T04:21:45.089Z Compiling bitflags v2.6.0
12702024-12-28T04:21:45.468Z Compiling serde_derive_internals v0.29.1
12712024-12-28T04:21:45.491Z Compiling unicode-ident v1.0.13
12722024-12-28T04:21:45.686Z Compiling proc-macro2 v1.0.86
12732024-12-28T04:21:45.741Z Compiling http v1.2.0
12742024-12-28T04:21:46.387Z Compiling openssl-probe v0.1.5
12752024-12-28T04:21:46.825Z Compiling tinyvec_macros v0.1.1
12762024-12-28T04:21:46.916Z Compiling semver v1.0.23
12772024-12-28T04:21:46.936Z Compiling tinyvec v1.8.0
12782024-12-28T04:21:47.465Z Compiling quote v1.0.37
12792024-12-28T04:21:47.700Z Compiling percent-encoding v2.3.1
12802024-12-28T04:21:48.178Z Compiling form_urlencoded v1.2.1
12812024-12-28T04:21:48.656Z Compiling unicode-normalization v0.1.24
12822024-12-28T04:21:49.956Z Compiling aho-corasick v1.1.3
12832024-12-28T04:21:49.997Z Compiling http v0.2.12
12842024-12-28T04:21:50.244Z Compiling heck v0.5.0
12852024-12-28T04:21:50.420Z Compiling rustls-pki-types v1.8.0
12862024-12-28T04:21:50.817Z Compiling serde_derive v1.0.217
12872024-12-28T04:21:50.944Z Compiling zerocopy-derive v0.7.35
12882024-12-28T04:21:51.117Z Compiling thiserror-impl v1.0.69
12892024-12-28T04:21:51.608Z Compiling tokio-macros v2.4.0
12902024-12-28T04:21:51.697Z Compiling schemars_derive v0.8.21
12912024-12-28T04:21:53.161Z Compiling tokio v1.42.0
12922024-12-28T04:21:54.123Z Compiling tracing-attributes v0.1.27
12932024-12-28T04:21:54.292Z Compiling thiserror v1.0.69
12942024-12-28T04:21:54.578Z Compiling openssl-macros v0.1.1
12952024-12-28T04:21:54.788Z Compiling unicode-bidi v0.3.15
12962024-12-28T04:21:55.417Z Compiling openssl v0.10.66
12972024-12-28T04:21:55.943Z Compiling regex-automata v0.4.7
12982024-12-28T04:21:57.501Z Compiling tracing v0.1.40
12992024-12-28T04:21:57.786Z Compiling idna v0.5.0
13002024-12-28T04:21:58.218Z Compiling http-body v1.0.1
13012024-12-28T04:22:02.308Z Compiling native-tls v0.2.12
13022024-12-28T04:22:03.402Z Compiling tokio-util v0.7.12
13032024-12-28T04:22:03.675Z Compiling tokio-native-tls v0.3.1
13042024-12-28T04:22:05.487Z Compiling indexmap v2.5.0
13052024-12-28T04:22:07.362Z Compiling serde_tokenstream v0.2.2
13062024-12-28T04:22:07.942Z Compiling slog v2.7.0
13072024-12-28T04:22:08.439Z Compiling atomic-waker v1.1.2
13082024-12-28T04:22:09.201Z Compiling regex-syntax v0.8.4
13092024-12-28T04:22:09.679Z Compiling typify-impl v0.2.0
13102024-12-28T04:22:10.718Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13112024-12-28T04:22:11.943Z Compiling h2 v0.4.6
13122024-12-28T04:22:20.873Z Compiling openapiv3 v2.0.0
13132024-12-28T04:22:21.809Z Compiling serde_urlencoded v0.7.1
13142024-12-28T04:22:22.412Z Compiling regex v1.10.6
13152024-12-28T04:22:22.718Z Compiling url v2.5.2
13162024-12-28T04:22:23.423Z Compiling encoding_rs v0.8.34
13172024-12-28T04:22:25.291Z Compiling ipnet v2.10.0
13182024-12-28T04:22:27.008Z Compiling mime v0.3.17
13192024-12-28T04:22:27.550Z Compiling rustls v0.21.12
13202024-12-28T04:22:28.107Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13212024-12-28T04:22:28.320Z Compiling typify-macro v0.2.0
13222024-12-28T04:22:29.314Z Compiling hyper v1.5.1
13232024-12-28T04:22:29.826Z Compiling h2 v0.3.26
13242024-12-28T04:22:31.627Z Compiling http-body v0.4.6
13252024-12-28T04:22:32.012Z Compiling rustls-webpki v0.102.8
13262024-12-28T04:22:32.112Z Compiling rustls-webpki v0.101.7
13272024-12-28T04:22:32.162Z Compiling sct v0.7.1
13282024-12-28T04:22:32.599Z Compiling httpdate v1.0.3
13292024-12-28T04:22:33.345Z Compiling subtle v2.6.1
13302024-12-28T04:22:33.616Z Compiling zeroize v1.8.1
13312024-12-28T04:22:33.978Z Compiling toml_datetime v0.6.8
13322024-12-28T04:22:34.230Z Compiling toml_edit v0.19.15
13332024-12-28T04:22:34.361Z Compiling serde_yaml v0.9.34+deprecated
13342024-12-28T04:22:36.237Z Compiling hyper v0.14.30
13352024-12-28T04:22:36.638Z Compiling rustls v0.23.13
13362024-12-28T04:22:39.616Z Compiling hyper-util v0.1.10
13372024-12-28T04:22:45.561Z Compiling lazy_static v1.5.0
13382024-12-28T04:22:45.666Z Compiling tokio-rustls v0.26.0
13392024-12-28T04:22:45.700Z Compiling tokio-rustls v0.24.1
13402024-12-28T04:22:46.162Z Compiling proc-macro-crate v1.3.1
13412024-12-28T04:22:46.202Z Compiling http-body-util v0.1.2
13422024-12-28T04:22:46.789Z Compiling webpki-roots v0.26.6
13432024-12-28T04:22:47.004Z Compiling base64 v0.22.1
13442024-12-28T04:22:47.013Z Compiling base64 v0.21.7
13452024-12-28T04:22:47.181Z Compiling crossbeam-utils v0.8.20
13462024-12-28T04:22:47.199Z Compiling num_enum_derive v0.5.11
13472024-12-28T04:22:48.112Z Compiling rustls-pemfile v2.1.3
13482024-12-28T04:22:48.142Z Compiling rustls-pemfile v1.0.4
13492024-12-28T04:22:48.792Z Compiling hyper-rustls v0.27.3
13502024-12-28T04:22:48.869Z Compiling hyper-tls v0.6.0
13512024-12-28T04:22:48.933Z Compiling hyper-rustls v0.24.2
13522024-12-28T04:22:49.296Z Compiling hyper-tls v0.5.0
13532024-12-28T04:22:49.371Z Compiling typify v0.2.0
13542024-12-28T04:22:49.381Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13552024-12-28T04:22:49.600Z Compiling ipnetwork v0.20.0
13562024-12-28T04:22:50.578Z Compiling ppv-lite86 v0.2.20
13572024-12-28T04:22:50.851Z Compiling foreign-types-macros v0.2.3
13582024-12-28T04:22:51.515Z Compiling rand_core v0.6.4
13592024-12-28T04:22:51.961Z Compiling sync_wrapper v1.0.1
13602024-12-28T04:22:52.113Z Compiling dirs-sys-next v0.1.2
13612024-12-28T04:22:52.155Z Compiling webpki-roots v0.25.4
13622024-12-28T04:22:52.200Z Compiling powerfmt v0.2.0
13632024-12-28T04:22:52.319Z Compiling sync_wrapper v0.1.2
13642024-12-28T04:22:52.454Z Compiling foreign-types-shared v0.3.1
13652024-12-28T04:22:52.573Z Compiling foreign-types v0.5.0
13662024-12-28T04:22:52.687Z Compiling deranged v0.3.11
13672024-12-28T04:22:52.697Z Compiling time-macros v0.2.18
13682024-12-28T04:22:52.753Z Compiling reqwest v0.11.27
13692024-12-28T04:22:53.487Z Compiling dirs-next v2.0.0
13702024-12-28T04:22:53.752Z Compiling reqwest v0.12.9
13712024-12-28T04:22:54.996Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13722024-12-28T04:22:55.752Z Compiling rand_chacha v0.3.1
13732024-12-28T04:22:57.501Z Compiling progenitor-impl v0.8.0
13742024-12-28T04:23:01.792Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13752024-12-28T04:23:04.295Z Compiling num_enum v0.5.11
13762024-12-28T04:23:04.473Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13772024-12-28T04:23:06.449Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13782024-12-28T04:23:06.641Z Compiling cstr-argument v0.1.2
13792024-12-28T04:23:06.664Z Compiling thread_local v1.1.8
13802024-12-28T04:23:06.817Z Compiling num-conv v0.1.0
13812024-12-28T04:23:06.901Z Compiling pretty-hex v0.2.1
13822024-12-28T04:23:07.078Z Compiling time-core v0.1.2
13832024-12-28T04:23:07.109Z Compiling either v1.13.0
13842024-12-28T04:23:07.270Z Compiling arc-swap v1.7.1
13852024-12-28T04:23:07.368Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13862024-12-28T04:23:07.555Z Compiling itertools v0.12.1
13872024-12-28T04:23:07.979Z Compiling slog-scope v4.4.0
13882024-12-28T04:23:08.872Z Compiling time v0.3.36
13892024-12-28T04:23:08.874Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13902024-12-28T04:23:09.242Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13912024-12-28T04:23:10.149Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13922024-12-28T04:23:10.326Z Compiling crossbeam-channel v0.5.13
13932024-12-28T04:23:11.347Z Compiling progenitor-macro v0.8.0
13942024-12-28T04:23:11.987Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13952024-12-28T04:23:18.101Z Compiling rand v0.8.5
13962024-12-28T04:23:19.982Z Compiling progenitor-client v0.8.0
13972024-12-28T04:23:20.935Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13982024-12-28T04:23:22.085Z Compiling term v0.7.0
13992024-12-28T04:23:25.198Z Compiling anyhow v1.0.94
14002024-12-28T04:23:26.619Z Compiling colored v2.1.0
14012024-12-28T04:23:26.764Z Compiling is-terminal v0.4.13
14022024-12-28T04:23:26.894Z Compiling winnow v0.6.18
14032024-12-28T04:23:27.888Z Compiling take_mut v0.2.2
14042024-12-28T04:23:28.054Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14052024-12-28T04:23:28.408Z Compiling slog-async v2.8.0
14062024-12-28T04:23:31.302Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14072024-12-28T04:23:31.455Z Compiling slog-term v2.9.1
14082024-12-28T04:23:34.269Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14092024-12-28T04:23:34.494Z Compiling progenitor v0.8.0
14102024-12-28T04:23:34.714Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14112024-12-28T04:23:38.095Z Compiling slog-stdlog v4.1.1
14122024-12-28T04:23:38.498Z Compiling slog-envlogger v2.2.0
14132024-12-28T04:23:38.928Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14142024-12-28T04:23:40.692Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14152024-12-28T04:23:55.744Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14162024-12-28T04:24:03.182Z Finished `release` profile [optimized] target(s) in 2m 24s
14172024-12-28T04:24:03.266Z Running unittests src/lib.rs (target/release/deps/mg_tests-7bba72dcf831ed55)
14182024-12-28T04:24:03.313Z
14192024-12-28T04:24:03.313Zrunning 1 test
14202024-12-28T04:24:03.483Zconfigure zone
14212024-12-28T04:24:03.546Zinstall zone
14222024-12-28T04:25:03.324Ztest ddm::test_trio_v2_transit has been running for over 60 seconds
14232024-12-28T04:26:06.174Zboot zone
14242024-12-28T04:26:07.050Zstart zone s1
14252024-12-28T04:26:07.050Zconfigure zone
14262024-12-28T04:26:07.058Zinstall zone
14272024-12-28T04:28:03.676Zboot zone
14282024-12-28T04:28:04.472Zstart zone s2
14292024-12-28T04:28:04.472Zconfigure zone
14302024-12-28T04:28:04.480Zinstall zone
14312024-12-28T04:30:00.681Zboot zone
14322024-12-28T04:30:01.521Zstart zone t1
14332024-12-28T04:30:01.521Zconfigure zone
14342024-12-28T04:30:01.529Zinstall zone
14352024-12-28T04:32:01.648Zboot zone
14362024-12-28T04:32:02.654Zwaiting for zones to come up
14372024-12-28T04:32:12.656Z[sidecar.trio] svcs milestone/network
14382024-12-28T04:32:12.726ZSTATE STIME FMRI
14392024-12-28T04:32:12.726Zonline 20:26:25 svc:/milestone/network:default
14402024-12-28T04:32:12.726Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14412024-12-28T04:32:12.773Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14422024-12-28T04:32:12.821Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14432024-12-28T04:32:12.863Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14442024-12-28T04:32:12.867Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14452024-12-28T04:32:12.888Z
14462024-12-28T04:32:12.888Zrunning zone s1.trio setup
14472024-12-28T04:32:12.888Z[s1.trio] svcs milestone/network
14482024-12-28T04:32:12.912ZSTATE STIME FMRI
14492024-12-28T04:32:12.912Zonline 20:28:22 svc:/milestone/network:default
14502024-12-28T04:32:12.912Z[s1.trio] dladm
14512024-12-28T04:32:12.934ZLINK CLASS MTU STATE BRIDGE OVER
14522024-12-28T04:32:12.934Zsl0 simnet 9000 up -- ?
14532024-12-28T04:32:12.934Zmg2 vnic 9000 up -- ?
14542024-12-28T04:32:12.934Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14552024-12-28T04:32:13.525Z
14562024-12-28T04:32:13.525Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14572024-12-28T04:32:13.552Z
14582024-12-28T04:32:13.552Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14592024-12-28T04:32:13.573Z
14602024-12-28T04:32:13.573Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14612024-12-28T04:32:13.663Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14622024-12-28T04:32:13.704Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 14fecaae-1496-4a33-87d2-37c354f38b6c --sled-uuid 8e9347f1-b382-4073-a405-e32530ebc570 -a sl0/v6 &> /opt/ddmd.log &
14632024-12-28T04:32:13.726Z
14642024-12-28T04:32:13.726Zrunning zone s2.trio setup
14652024-12-28T04:32:13.726Z[s2.trio] svcs milestone/network
14662024-12-28T04:32:13.750ZSTATE STIME FMRI
14672024-12-28T04:32:13.750Zonline 20:30:19 svc:/milestone/network:default
14682024-12-28T04:32:13.750Z[s2.trio] dladm
14692024-12-28T04:32:13.773ZLINK CLASS MTU STATE BRIDGE OVER
14702024-12-28T04:32:13.773Zsl1 simnet 9000 up -- ?
14712024-12-28T04:32:13.773Zmg3 vnic 9000 up -- ?
14722024-12-28T04:32:13.773Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14732024-12-28T04:32:14.304Z
14742024-12-28T04:32:14.304Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14752024-12-28T04:32:14.331Z
14762024-12-28T04:32:14.331Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14772024-12-28T04:32:14.352Z
14782024-12-28T04:32:14.353Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14792024-12-28T04:32:14.399Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14802024-12-28T04:32:14.421Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b07e70e6-3e7e-4ec1-9868-1292b8092bda --sled-uuid 2f0332ac-699e-477e-8c42-129df8b16e77 -a sl1/v6 &> /opt/ddmd.log &
14812024-12-28T04:32:14.442Z
14822024-12-28T04:32:14.442Zrunning zone t1.trio setup
14832024-12-28T04:32:14.442Z[t1.trio] svcs milestone/network
14842024-12-28T04:32:14.466ZSTATE STIME FMRI
14852024-12-28T04:32:14.466Z- - svc:/milestone/network:default
14862024-12-28T04:32:15.467Z[t1.trio] svcs milestone/network
14872024-12-28T04:32:15.489ZSTATE STIME FMRI
14882024-12-28T04:32:15.489Z- - svc:/milestone/network:default
14892024-12-28T04:32:16.489Z[t1.trio] svcs milestone/network
14902024-12-28T04:32:16.510ZSTATE STIME FMRI
14912024-12-28T04:32:16.510Z- - svc:/milestone/network:default
14922024-12-28T04:32:17.511Z[t1.trio] svcs milestone/network
14932024-12-28T04:32:17.533ZSTATE STIME FMRI
14942024-12-28T04:32:17.534Z- - svc:/milestone/network:default
14952024-12-28T04:32:18.534Z[t1.trio] svcs milestone/network
14962024-12-28T04:32:18.556ZSTATE STIME FMRI
14972024-12-28T04:32:18.556Z- - svc:/milestone/network:default
14982024-12-28T04:32:19.556Z[t1.trio] svcs milestone/network
14992024-12-28T04:32:19.578ZSTATE STIME FMRI
15002024-12-28T04:32:19.578Z- - svc:/milestone/network:default
15012024-12-28T04:32:20.579Z[t1.trio] svcs milestone/network
15022024-12-28T04:32:20.602ZSTATE STIME FMRI
15032024-12-28T04:32:20.602Zoffline 20:32:19 svc:/milestone/network:default
15042024-12-28T04:32:21.602Z[t1.trio] svcs milestone/network
15052024-12-28T04:32:21.625ZSTATE STIME FMRI
15062024-12-28T04:32:21.625Zonline 20:32:20 svc:/milestone/network:default
15072024-12-28T04:32:21.625Z[t1.trio] dladm
15082024-12-28T04:32:21.647ZLINK CLASS MTU STATE BRIDGE OVER
15092024-12-28T04:32:21.647Ztfportrear0_0 simnet 9000 up -- ?
15102024-12-28T04:32:21.647Ztfportrear1_0 simnet 9000 up -- ?
15112024-12-28T04:32:21.647Zmg1 vnic 9000 up -- ?
15122024-12-28T04:32:21.647Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15132024-12-28T04:32:22.291Z
15142024-12-28T04:32:22.291Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15152024-12-28T04:32:22.315Z
15162024-12-28T04:32:22.315Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15172024-12-28T04:32:22.338Z
15182024-12-28T04:32:22.338Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15192024-12-28T04:32:22.358Z
15202024-12-28T04:32:22.358Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15212024-12-28T04:32:22.552Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15222024-12-28T04:32:22.557Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15232024-12-28T04:32:22.560Zwaiting 3s for copy of files to zone to complete ...
15242024-12-28T04:32:25.561Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15252024-12-28T04:32:25.607Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15262024-12-28T04:32:25.629Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15272024-12-28T04:32:25.722Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15282024-12-28T04:32:25.766Z[t1.trio] svcadm enable dendrite
15292024-12-28T04:32:25.807Z
15302024-12-28T04:32:25.807Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15312024-12-28T04:32:25.852Z
15322024-12-28T04:32:25.852Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15332024-12-28T04:32:25.895Z
15342024-12-28T04:32:25.895Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15352024-12-28T04:32:25.938Z
15362024-12-28T04:32:25.938Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15372024-12-28T04:32:25.980Z
15382024-12-28T04:32:25.980Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15392024-12-28T04:32:26.022Z
15402024-12-28T04:32:26.022Z[t1.trio] svcadm refresh dendrite:default
15412024-12-28T04:32:26.059Z
15422024-12-28T04:32:26.060Z[t1.trio] svcadm restart dendrite:default
15432024-12-28T04:32:26.096Z
15442024-12-28T04:32:26.096Zwait 10s for dendrite to come up ...
15452024-12-28T04:32:36.099Z[t1.trio] svcadm enable tfport
15462024-12-28T04:32:36.140Z
15472024-12-28T04:32:36.140Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15482024-12-28T04:32:36.162Z
15492024-12-28T04:32:36.162Z[t1.trio] ipadm
15502024-12-28T04:32:36.186ZADDROBJ TYPE STATE ADDR
15512024-12-28T04:32:36.186Zlo0/v4 static ok 127.0.0.1/8
15522024-12-28T04:32:36.186Zmg1/v4 static ok 10.0.0.3/24
15532024-12-28T04:32:36.186Zlo0/v6 static ok ::1/128
15542024-12-28T04:32:36.186Zlo0/u6 static ok fd00:3::1/64
15552024-12-28T04:32:36.186Ztfportrear0_0/v6 addrconf ok fe80::f826:62ff:feb1:7252%tfportrear0_0/10
15562024-12-28T04:32:36.186Ztfportrear1_0/v6 addrconf ok fe80::8432:10ff:fe62:fa71%tfportrear1_0/10
15572024-12-28T04:32:38.400Zinitial peering test passed
15582024-12-28T04:32:39.404Zadvertise from one passed
15592024-12-28T04:32:40.406Zadvertise from two passed
15602024-12-28T04:32:40.406Z[s1.trio] ping fd00:2::1
15612024-12-28T04:32:40.437Zfd00:2::1 is alive
15622024-12-28T04:32:40.437Z[s2.trio] ping fd00:1::1
15632024-12-28T04:32:40.458Zfd00:1::1 is alive
15642024-12-28T04:32:40.458Zconnectivity test passed
15652024-12-28T04:32:40.458Z[t1.trio] pkill ddmd
15662024-12-28T04:32:40.479Z
15672024-12-28T04:32:46.485Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15682024-12-28T04:32:46.524Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15692024-12-28T04:32:46.542Z[t1.trio] svcadm enable dendrite
15702024-12-28T04:32:46.582Z
15712024-12-28T04:32:46.582Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15722024-12-28T04:32:46.626Z
15732024-12-28T04:32:46.626Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15742024-12-28T04:32:46.670Z
15752024-12-28T04:32:46.670Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15762024-12-28T04:32:46.712Z
15772024-12-28T04:32:46.712Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15782024-12-28T04:32:46.755Z
15792024-12-28T04:32:46.755Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15802024-12-28T04:32:46.798Z
15812024-12-28T04:32:46.798Z[t1.trio] svcadm refresh dendrite:default
15822024-12-28T04:32:46.838Z
15832024-12-28T04:32:46.838Z[t1.trio] svcadm restart dendrite:default
15842024-12-28T04:32:46.876Z
15852024-12-28T04:32:46.876Zwait 10s for dendrite to come up ...
15862024-12-28T04:32:56.878Z[t1.trio] svcadm enable tfport
15872024-12-28T04:32:56.918Z
15882024-12-28T04:32:56.918Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15892024-12-28T04:32:56.940Z
15902024-12-28T04:32:56.940Z[t1.trio] ipadm
15912024-12-28T04:32:56.965ZADDROBJ TYPE STATE ADDR
15922024-12-28T04:32:56.965Zlo0/v4 static ok 127.0.0.1/8
15932024-12-28T04:32:56.965Zmg1/v4 static ok 10.0.0.3/24
15942024-12-28T04:32:56.965Zlo0/v6 static ok ::1/128
15952024-12-28T04:32:56.965Zlo0/u6 static ok fd00:3::1/64
15962024-12-28T04:32:56.965Ztfportrear0_0/v6 addrconf ok fe80::f826:62ff:feb1:7252%tfportrear0_0/10
15972024-12-28T04:32:56.965Ztfportrear1_0/v6 addrconf ok fe80::8432:10ff:fe62:fa71%tfportrear1_0/10
15982024-12-28T04:32:59.968Z[s1.trio] ping fd00:2::1
15992024-12-28T04:32:59.993Zfd00:2::1 is alive
16002024-12-28T04:32:59.993Z[s2.trio] ping fd00:1::1
16012024-12-28T04:33:00.014Zfd00:1::1 is alive
16022024-12-28T04:33:00.014Ztransit router restart passed
16032024-12-28T04:33:00.014Z[s1.trio] pkill ddmd
16042024-12-28T04:33:00.035Z
16052024-12-28T04:33:05.041Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ded83947-6661-4053-8d2b-98283f109dc5 --sled-uuid ce0b32c0-d7d0-436a-a607-60588d4b2328 -a sl0/v6 &> /opt/ddmd.log &
16062024-12-28T04:33:05.063Z
16072024-12-28T04:33:08.068Z[s1.trio] ping fd00:2::1
16082024-12-28T04:33:08.094Zfd00:2::1 is alive
16092024-12-28T04:33:08.095Z[s2.trio] ping fd00:1::1
16102024-12-28T04:33:08.116Zfd00:1::1 is alive
16112024-12-28T04:33:08.116Zserver router restart passed
16122024-12-28T04:33:11.123Zpeer expiration recovery passed
16132024-12-28T04:33:12.124Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16142024-12-28T04:33:12.151Z3
16152024-12-28T04:33:12.151Zredundant advertise passed
16162024-12-28T04:33:13.154Ztunnel endpoint advertise passed
16172024-12-28T04:33:18.157Zredundant tunnel endpoint advertise passed
16182024-12-28T04:33:18.157Z[s1.trio] pkill ddmd
16192024-12-28T04:33:18.180Z
16202024-12-28T04:33:23.181Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 47144d32-c7dc-4f13-88dc-df422a4dd6d7 --sled-uuid 561cbb9f-a297-4f07-9885-7f0f667e969e -a sl0/v6 &> /opt/ddmd.log &
16212024-12-28T04:33:23.203Z
16222024-12-28T04:33:28.270Ztunnel router restart passed
16232024-12-28T04:33:29.273Ztunnel endpoint withdraw passed
16242024-12-28T04:33:29.287Z[t1.trio] pkill ddmd
16252024-12-28T04:33:29.316Z
16262024-12-28T04:33:29.316Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16272024-12-28T04:33:29.320Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16282024-12-28T04:33:31.832Z[s2.trio] pkill ddmd
16292024-12-28T04:33:31.854Z
16302024-12-28T04:33:31.854Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16312024-12-28T04:33:34.247Z[s1.trio] pkill ddmd
16322024-12-28T04:33:34.268Z
16332024-12-28T04:33:34.268Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16342024-12-28T04:33:36.676Z[sidecar.trio] pkill softnpu
16352024-12-28T04:33:36.697Z
16362024-12-28T04:33:36.697Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16372024-12-28T04:33:39.310Ztest ddm::test_trio_v2_transit ... ok
16382024-12-28T04:33:39.310Z
16392024-12-28T04:33:39.310Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 575.90s
16402024-12-28T04:33:39.310Z
16412024-12-28T04:33:39.340Z+ cleanup
16422024-12-28T04:33:39.342Z++ id -un
16432024-12-28T04:33:39.445Z++ id -gn
16442024-12-28T04:33:39.448Z+ pfexec chown -R build:build .
16452024-12-28T04:33:39.527Zprocess exited: duration 1118415 ms, exit code 0
 
16462024-12-28T04:33:39.538Zfound 4 output files
16472024-12-28T04:33:39.538Zuploading: /work/s1.trio.log (4203 bytes)
16482024-12-28T04:33:40.547Zuploaded: /work/s1.trio.log
16492024-12-28T04:33:40.547Zuploading: /work/s2.trio.log (10933 bytes)
16502024-12-28T04:33:41.559Zuploaded: /work/s2.trio.log
16512024-12-28T04:33:41.562Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16522024-12-28T04:33:42.568Zuploaded: /work/sidecar.trio-softnpu.log
16532024-12-28T04:33:42.568Zuploading: /work/t1.trio.log (26195 bytes)
16542024-12-28T04:33:43.577Zuploaded: /work/t1.trio.log